@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 solid;
  src: url('../fonts/FA6-Solid.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: Arrow right solid;
  src: url('../fonts/arrow-right-solid.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #020002;
  --white: white;
  --red: #d52b23;
  --silver: #b7b5b5;
  --black-2: #111;
  --snow: #f5eded;
}

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

.body {
  background-color: var(--black);
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.banner-header {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 70px;
  display: block;
}

.p {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

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

.p._600 {
  max-width: 600px;
}

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

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

.p._30t {
  margin-top: 30px;
}

.p._40b {
  margin-bottom: 40px;
}

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

.button-outline {
  border: 1.5px solid var(--white);
  color: #fdfdfd;
  background-color: #0000;
  border-radius: 20px 2px;
  margin-top: 30px;
  padding: 15px 32px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button-outline:hover {
  border-width: 1.5px;
  border-color: var(--red);
  background-color: var(--red);
  color: var(--white);
}

.body-section {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-section.form-section {
  padding-top: 0;
  padding-bottom: 140px;
}

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

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

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

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 95%;
  margin: auto;
}

.container.top {
  width: 100%;
  height: 100%;
  margin: 0 auto 0 0;
}

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

.container._100 {
  width: 100%;
}

.hero-bg-grad {
  background-image: linear-gradient(77deg, var(--black) 26%, transparent), url('../images/cottage.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  min-height: 750px;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.left-section {
  width: 65%;
  padding-bottom: 0;
  padding-left: 0;
  transition: all .2s ease-in-out;
}

.button-fill {
  border: 1.5px solid var(--white);
  color: #fdfdfd;
  background-color: #0000;
  border-radius: 2px;
  margin-top: 20px;
  padding: 15px 32px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button-fill:hover {
  border-width: 1.5px;
  border-color: var(--red);
  background-color: var(--red);
  color: var(--white);
}

.button-fill.header {
  border-color: var(--red);
  background-color: var(--red);
  color: var(--white);
  margin-top: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 16px;
  transition-duration: .3s;
}

.button-fill.header:hover {
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
}

.service-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: 60px;
}

.service-div {
  border-bottom: 1px solid var(--white);
  height: auto;
  padding-bottom: 20px;
}

.svs-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 350px;
  display: flex;
}

.svs-img.repair {
  background-image: url('../images/roof-repairs.webp');
  background-position: 50% 0;
}

.svs-img.flat {
  background-image: url('../images/flat-roof.webp');
  background-position: 50%;
}

.svs-img.chimney {
  background-image: url('../images/chimney-repair.webp');
  background-position: 50% 33%;
}

.svs-img.fascia {
  background-image: url('../images/guttering.webp');
  background-position: 50% 0;
}

.service-number {
  color: var(--red);
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}

.service-box-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.service-header {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 15px;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.service-text {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.service-paragraph {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 30px;
  display: flex;
}

.service-link {
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-bottom: -5px;
  margin-right: -5px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
  position: static;
  bottom: 10px;
  right: 10px;
  box-shadow: 5px 0 13px 1px #000;
}

.service-link:hover {
  transform: scale(1.2);
}

.small-head {
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.small-sub {
  color: #fdfdfd;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.left-side {
  box-shadow: -10px 10px 0 0 var(--red);
  align-self: stretch;
  align-items: stretch;
  width: 46%;
  display: flex;
}

.img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  position: static;
}

.img.home {
  background-image: url('../images/new-build-houses.webp');
  background-position: 50%;
}

.img.svs {
  background-image: url('../images/roofing.webp');
}

.img.repairs {
  background-image: url('../images/roof-tile-repairs.webp');
}

.img.flat {
  background-image: url('../images/new-flat-roof.webp');
}

.img.chimney {
  background-image: url('../images/chimneys.webp');
}

.img.fascia {
  background-image: url('../images/white-fascia.webp');
}

.right-side {
  flex: 0 auto;
  width: 45%;
}

.right-side.content {
  width: 50%;
}

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

.footer-col.large {
  margin-right: 60px;
}

.footer-copy-text {
  color: var(--silver);
  text-align: right;
  border-bottom: 1px #dfdfdf;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  display: inline-block;
}

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

.footer-section-title {
  color: #b7b5b5;
  margin-bottom: 20px;
  font-size: 1.35em;
  font-weight: 300;
}

.footer-section-title.white {
  color: var(--white);
  text-transform: uppercase;
  font-size: 26px;
}

.footer-section {
  border-top: 1px solid #e0e0e033;
  padding-top: 60px;
}

.footer-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #a9a9a9;
  border-top: 1px solid #dfdfdf7a;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.full-width-image-section {
  background-image: linear-gradient(to right, #000000cf, #fff0), url('../images/ionut-vlad-idXQEOxhmvU-unsplash.jpeg');
  background-position: 0 0, 50% 60%;
  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.para-img {
  background-image: linear-gradient(to right, var(--black), #020002cc), url('../images/RAW-1.webp');
  background-position: 0 0, 50% 68%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.nav-cta-wrapper {
  align-items: center;
  display: flex;
}

.nav-cta-wrapper.margin-left-auto {
  justify-content: space-between;
  margin-right: 0;
}

.co-logo {
  width: 200px;
}

.navbar-4 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.logo-link {
  width: auto;
}

.dropdown-link {
  background-color: var(--black-2);
  color: var(--white);
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--red);
}

.contact-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.service-nav-text {
  color: var(--white);
  margin-right: 18px;
  transition: all .2s ease-in-out;
}

.service-nav-text:hover {
  color: var(--red);
}

.service-dropdown-arrow {
  color: var(--white);
  margin-right: 15px;
}

.service-navlink {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  transition: all .2s ease-in-out;
}

.service-navlink:hover, .service-navlink.w--current {
  color: var(--red);
}

.service-navlink.dropdown {
  padding-left: 0;
  padding-right: 0;
}

.nav-menu-4 {
  width: 100%;
}

.banner-red {
  color: var(--red);
  margin-left: 15px;
}

.heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 66px;
}

.heading._40b {
  margin-bottom: 40px;
}

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

.gallery-hover {
  background-image: linear-gradient(to top, #00000073, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 30px;
  transition: all .2s ease-out;
  display: flex;
  box-shadow: 1px 1px 3px #000000bf;
}

.gallery-hover:hover {
  background-color: #0000;
  background-image: linear-gradient(to top, #000000b3 20%, #0000);
  padding-bottom: 170px;
}

.project1 {
  box-shadow: 26px 24px 0 -18px var(--red);
  background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/RAW-7.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 450px;
  text-decoration: none;
}

.services-block-home-2 {
  z-index: 10;
  text-align: center;
  background-color: #0000;
  border: 1px #edeff3;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.gallery-head {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  text-decoration: none;
  display: flex;
}

._3x1-gallery {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.project2 {
  box-shadow: 25px 24px 0 -18px var(--red);
  background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/RAW-57.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 450px;
  text-decoration: none;
}

.project3 {
  box-shadow: 25px 25px 0 -18px var(--red);
  background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/RAW-64.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 450px;
  text-decoration: none;
}

.h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  overflow: visible;
}

.h2.b-30 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
}

.h2.sm {
  margin-bottom: 10px;
  font-size: 22px;
}

.image {
  width: 200px;
}

.footer-logo-link {
  margin-bottom: 30px;
}

.foot-div {
  width: 95%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.list-head {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.list-head._20b {
  margin-bottom: 20px;
}

.comments {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.comment-column {
  border: 2px solid #c61f2f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 420.009px;
  height: 685px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.comment-column._40t {
  border-style: solid;
  border-color: #ffffff40;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
}

.comment-column.middle {
  border-style: solid;
  border-color: #ffffff40;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
}

.comment-column._6-boxes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-width: 0;
  border-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.comment-column._100 {
  border-width: 1px;
  border-color: #ffffff40;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
}

.comment-column._6-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-width: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: grid;
}

.bullet-font-icon {
  background-color: var(--red);
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  font-weight: 100;
  display: flex;
}

.bullet-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  width: 100%;
  margin-bottom: 5px;
  padding: 0;
  font-size: 16.5px;
  transition: all .2s ease-in-out;
  display: grid;
}

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

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

.bullet-grid._4col {
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

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

.arrow {
  margin-top: 5px;
}

.form {
  margin-top: 40px;
  margin-left: -10px;
}

.form._0t {
  margin-top: 0;
}

.top-links {
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s;
}

.top-links:hover {
  color: var(--red);
}

.top-container-black {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  margin-top: 20px;
  display: flex;
}

.font-awsome {
  color: var(--red);
  text-align: center;
  margin-right: 8px;
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.font-awsome.email {
  color: var(--red);
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.font-awsome._11r {
  margin-right: 11px;
}

.cta {
  padding-top: 0;
  padding-bottom: 100px;
}

.bottom-heading {
  color: var(--snow);
  text-align: center;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.bottom-heading._1200 {
  max-width: 1200px;
}

.h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 66px;
}

.h1._40b {
  margin-bottom: 40px;
}

.bottom-link {
  color: var(--snow);
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.bottom-link:hover {
  color: var(--red);
}

.bottom-link._20t {
  margin-top: 20px;
}

.top-div {
  justify-content: space-between;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.int-link {
  color: var(--white);
  font-weight: 600;
  transition: all .2s;
}

.int-link:hover {
  color: var(--red);
}

._2-col-div {
  justify-content: space-between;
  display: flex;
}

._2-col-div._60t {
  align-items: center;
  margin-top: 60px;
}

._2-col-div._90, ._2-col-div.form-container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation {
  width: 80px;
  margin-bottom: 10px;
  margin-left: -10px;
}

.dropdown-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-list.w--open {
  background-color: var(--black-2);
  padding-top: 5px;
  padding-bottom: 5px;
}

.checkatrade {
  width: 200px;
}

.areas-div {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.areas {
  color: var(--white);
  margin-bottom: 0;
  line-height: 40px;
}

.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;
  width: 100%;
  margin-bottom: 50px;
}

.lb-img {
  width: 100%;
}

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

.dropdown-toggle {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  transition: all .2s ease-in-out;
}

.dropdown-toggle:hover, .dropdown-toggle.w--current {
  color: var(--red);
}

.dropdown {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  transition: all .2s ease-in-out;
}

.dropdown:hover, .dropdown.w--current {
  color: var(--red);
}

.no-line {
  color: var(--white);
  font-weight: 700;
  text-decoration: underline;
}

.strapline {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 60px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.text-span {
  line-height: 26px;
}

.red {
  color: var(--red);
}

._6-box {
  border: 1px solid #ffffff40;
  height: 100%;
  padding: 30px;
}

.mobile-map {
  width: 80%;
  display: none;
}

.google-reviews {
  margin-top: 40px;
}

.testimonials-div {
  border: 1px solid #d52b2380;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
}

.checkatrade-icon {
  width: 30px;
  margin-right: 8px;
}

.check-score-div {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.check-score {
  border: 3px solid var(--red);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.check-score._40b {
  margin-bottom: 40px;
}

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

.video-div {
  width: 25%;
  margin-top: 40px;
}

.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: 1000;
  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(--red);
  background-color: var(--red);
  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(--red);
  background-color: var(--black);
  color: var(--red);
}

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

.fs-cc-prefs_title {
  color: var(--black);
  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-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  border: 2px solid var(--red);
  background-color: var(--red);
  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(--red);
  color: var(--red);
  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: var(--red);
  width: 16px;
  height: 16px;
  display: flex;
}

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

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

.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(--white);
  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(--red);
  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(--red);
  color: var(--red);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  background-color: var(--red);
  color: #333;
  cursor: pointer;
  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: 1000;
  background-color: var(--black);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

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

@media screen and (min-width: 1920px) {
  .body-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container {
    max-width: 1800px;
  }

  .hero-bg-grad {
    height: 950px;
  }

  .service-grid {
    width: 100%;
  }

  .foot-div {
    width: 95%;
    max-width: 1800px;
  }

  .top-div {
    max-width: 1800px;
  }

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

  .video-div {
    max-width: 400px;
  }
}

@media screen and (max-width: 991px) {
  .banner-header {
    flex-direction: column;
    font-size: 50px;
    line-height: 60px;
  }

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

  .body-section.form-section {
    padding-bottom: 0;
  }

  .container.top {
    width: 100%;
  }

  .hero-bg-grad {
    height: 650px;
    min-height: auto;
  }

  .left-section {
    width: 100%;
  }

  .button-fill.header {
    margin-right: 0;
    display: none;
  }

  .service-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 40px;
  }

  .service-div {
    width: 100%;
  }

  .service-number {
    margin-top: 0;
    line-height: 72px;
  }

  .service-box-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 15px;
  }

  .service-header {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .service-paragraph {
    margin-left: 20px;
  }

  .img {
    min-height: auto;
  }

  .right-side {
    width: 100%;
  }

  .footer-col {
    align-items: center;
    width: 100%;
  }

  .footer-col.large {
    align-items: center;
    margin-right: 0;
  }

  .footer-copy-text {
    text-align: center;
  }

  .footer-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .footer-section-title.white {
    margin-bottom: 15px;
  }

  .footer-copy {
    flex-direction: column;
    place-content: center;
    justify-items: stretch;
    display: flex;
  }

  .full-width-image-section.para-img {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-full-width {
    width: 100%;
  }

  .navbar-4 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 90%;
  }

  .dropdown-link {
    text-align: right;
    padding: 20px 25px;
    font-size: 16px;
    display: block;
  }

  .service-navlink {
    background-color: var(--black);
    text-align: right;
    width: 100%;
    font-size: 16px;
  }

  .icon-4 {
    color: var(--white);
  }

  .banner-red {
    margin-left: 10px;
    font-size: 50px;
    line-height: 60px;
  }

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

  .menu-button.w--open {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
  }

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

  .gallery-hover {
    padding: 20px;
  }

  .project1 {
    height: 250px;
  }

  .gallery-head {
    text-align: center;
    max-width: 130px;
    font-size: 20px;
    line-height: 24px;
  }

  ._3x1-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .project2 {
    height: 250px;
    margin-bottom: 10px;
  }

  .project3 {
    height: 250px;
  }

  .footer-logo-link {
    margin-bottom: 0;
  }

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

  .comment-column._6-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .bullet-grid:hover {
    transform: translate(0);
  }

  .bullet-grid._3col, .bullet-grid._4col {
    grid-template-columns: 1fr 1fr;
  }

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

  .top-links {
    font-size: 16px;
    display: flex;
  }

  .top-container-black {
    justify-content: center;
  }

  .font-awsome.email {
    display: block;
  }

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

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

  ._2-col-div._60t {
    align-items: stretch;
  }

  ._2-col-div._90, ._2-col-div.form-container {
    justify-content: space-between;
  }

  .dropdown-list.w--open {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .checkatrade {
    margin-top: 20px;
  }

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

  .dropdown-toggle, .dropdown {
    background-color: var(--black);
    text-align: right;
    width: 100%;
    font-size: 16px;
  }

  .strapline {
    font-size: 40px;
    line-height: 50px;
  }

  .mobile-map {
    width: 75%;
  }

  .video-div {
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .banner-header {
    font-size: 40px;
    line-height: 50px;
  }

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

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

  .container.top {
    margin-left: 0;
    margin-right: auto;
  }

  .hero-bg-grad {
    height: 550px;
    padding-top: 0;
  }

  .left-section {
    width: 95%;
    padding-right: 0;
  }

  .service-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .left-side {
    box-shadow: -5px 5px 0 0 var(--red);
    width: 100%;
    margin-bottom: 40px;
  }

  .img {
    align-items: stretch;
    min-height: 400px;
  }

  .right-side.content {
    width: 100%;
  }

  .footer-copy-text {
    line-height: 24px;
  }

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

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

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

  .navbar-4 {
    align-items: flex-end;
  }

  .dropdown-link, .service-navlink {
    font-size: 15px;
  }

  .banner-red, .heading {
    font-size: 40px;
    line-height: 50px;
  }

  .gallery-head {
    max-width: 100%;
  }

  ._3x1-gallery {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .comment-column._40t {
    margin-top: 20px;
    padding: 20px;
  }

  .comment-column._6-box {
    grid-template-columns: 1fr;
  }

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

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

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

  .top-links {
    margin-right: 0;
    font-size: 15px;
  }

  .top-links.top {
    margin-top: 4px;
    margin-right: 0;
  }

  .top-container-black {
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 34px;
    line-height: 50px;
  }

  ._2-col-div._60t {
    flex-direction: column;
    margin-top: 40px;
  }

  .areas-container {
    width: 30%;
  }

  .areas-map {
    width: 70%;
  }

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

  .dropdown-toggle, .dropdown {
    font-size: 15px;
  }

  .strapline {
    margin-top: 40px;
    font-size: 40px;
    line-height: 50px;
  }

  .mobile-map {
    width: 70%;
  }

  .video-div {
    width: 50%;
    margin-top: 30px;
  }

  .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) {
  .banner-header {
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .button-outline {
    text-align: center;
    margin-top: 20px;
  }

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

  .body-section.form-section {
    padding-bottom: 0;
  }

  .container {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .container.top {
    width: 100%;
  }

  .hero-bg-grad {
    height: auto;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .left-section {
    width: 100%;
    margin-top: 20px;
  }

  .button-fill.header {
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 14px;
    display: none;
  }

  .service-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .service-div {
    height: auto;
  }

  .svs-img {
    height: 250px;
  }

  .service-number {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .service-box-wrapper {
    flex-direction: column;
  }

  .service-header {
    font-size: 24px;
    line-height: 34px;
  }

  .service-paragraph {
    margin-bottom: 0;
    margin-left: 0;
  }

  .small-head {
    flex-direction: row;
  }

  .small-sub {
    margin-bottom: 10px;
  }

  .left-side {
    box-shadow: -8px 6px 0 0 var(--white);
    margin-bottom: 30px;
  }

  .img {
    min-height: 250px;
    margin-top: 0;
  }

  .footer-col.large {
    margin-right: 0;
  }

  .footer-wrapper {
    grid-template-columns: 1.25fr;
    padding-bottom: 30px;
  }

  .footer-section-title.white {
    font-size: 22px;
    line-height: 22px;
  }

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

  .footer-copy {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .full-width-image-section.para-img {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-cta-wrapper.margin-left-auto {
    display: block;
  }

  .co-logo {
    width: 150px;
  }

  .navbar-4 {
    text-align: center;
    width: 100%;
  }

  .logo-link {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .dropdown-link {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .contact-div {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .service-nav-text {
    margin-left: 20px;
  }

  .service-navlink {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .service-navlink.w--current {
    text-align: center;
  }

  .service-navlink.dropdown {
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon-4 {
    color: var(--white);
  }

  .banner-red {
    margin-left: 0;
    font-size: 30px;
    line-height: 40px;
  }

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

  .menu-button.w--open {
    background-color: var(--red);
  }

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

  .gallery-hover:hover {
    padding-bottom: 120px;
  }

  .project1 {
    height: 250px;
  }

  .services-block-home-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-head {
    max-width: 100%;
  }

  ._3x1-gallery {
    margin-top: 30px;
  }

  .project2, .project3 {
    height: 250px;
  }

  .h2 {
    margin-bottom: 20px;
  }

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

  .image {
    width: 160px;
  }

  .list-head {
    text-align: left;
    line-height: 25px;
  }

  .list-head.top-mob {
    flex-direction: column;
    align-items: flex-start;
  }

  .comment-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: auto;
    display: grid;
  }

  .comment-column._40t {
    grid-template-rows: auto;
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px;
  }

  .comment-column.middle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .bullet-font-icon {
    flex: none;
  }

  .bullet-font-icon._10b {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .bullet-grid {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bullet-grid:hover {
    transform: translate(0);
  }

  .bullet-grid._4col, .bullet-grid._6col {
    grid-template-columns: 1fr;
  }

  .bullet-grid._1col {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

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

  .top-links {
    text-align: center;
    line-height: 23px;
  }

  .top-links.top {
    margin-top: 10px;
    margin-right: 0;
  }

  .top-container-black {
    flex-direction: column;
    width: 95%;
    margin-top: 5px;
    padding-top: 0;
  }

  .font-awsome {
    margin-right: 10px;
    font-size: 20px;
  }

  .font-awsome.email {
    margin-left: 0;
    margin-right: 10px;
    font-size: 20px;
  }

  .cta {
    padding-top: 0;
    padding-bottom: 30px;
  }

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

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

  .bottom-link._20t {
    margin-bottom: 0;
  }

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

  ._2-col-div._60t {
    margin-top: 30px;
  }

  ._2-col-div._90 {
    width: 90%;
  }

  ._2-col-div.form-container {
    flex-direction: column;
    width: 90%;
  }

  .lottie-animation {
    width: 70px;
    margin-bottom: 5px;
  }

  .dropdown-list.w--open {
    padding-top: 0;
    padding-bottom: 0;
  }

  .checkatrade {
    width: 160px;
  }

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

  .areas-container {
    flex-direction: row;
    width: 100%;
  }

  .areas {
    width: 50%;
    line-height: 32px;
  }

  .areas-map {
    width: 100%;
    margin-top: 20px;
    display: none;
  }

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

  .dropdown-toggle {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

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

  .dropdown {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .dropdown.w--current {
    text-align: center;
  }

  .strapline {
    margin-top: 30px;
    font-size: 30px;
    line-height: 40px;
  }

  ._6-box {
    padding: 20px;
  }

  .mobile-map {
    width: 100%;
    margin-top: 20px;
    display: block;
  }

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

  .video-div {
    width: 100%;
    max-width: 280px;
    margin-top: 20px;
  }

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

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

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

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

#w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-aa7b0108, #w-node-f144fa74-7035-038d-61cc-54a3e89c38a7-aa7b0108, #w-node-_6eba55bf-997e-67b8-6385-042e8a8d2233-aa7b0108, #w-node-_3ee81e69-aa64-9f71-f0c3-601841aae282-aa7b0108 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-aa7b0108 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_21fd12f9-c9bd-87d6-2cc5-3ab9bac49314-bac4930d, #w-node-_21fd12f9-c9bd-87d6-2cc5-3ab9bac4932b-bac4930d {
  place-self: start;
}

#w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-49a25539, #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-7f3c9e8c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-f2cdc307-0d52-7df5-378d-4c2ca6a6cf64-826e5f14, #w-node-_30793e5b-d0f2-f9df-ef84-366d5db1ea01-826e5f14, #w-node-_223ee55f-26c9-09a4-122e-a19ae21218d2-826e5f14, #w-node-_138f4345-8d47-4858-43f6-b884db0d39a2-826e5f14, #w-node-c974d7b1-1535-4fce-c5b9-7f454e1ed671-826e5f14, #w-node-_1d5deb2b-03b9-2320-fc6e-6ff9a1e12873-826e5f14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-826e5f14, #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-41c43139, #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-5111bd89, #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-7f3ccbbf, #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-0b28f316 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_2a283dc1-defc-3c19-1a60-f732e5302861-1a450e43, #w-node-_2a283dc1-defc-3c19-1a60-f732e5302863-1a450e43, #w-node-_2a283dc1-defc-3c19-1a60-f732e5302865-1a450e43, #w-node-_2a283dc1-defc-3c19-1a60-f732e5302869-1a450e43, #w-node-_4a5243ab-dc9d-c851-b7a2-490a98c73418-1a450e43, #w-node-_18e6ad65-177a-3da0-e7a4-5e4fc153da70-1a450e43, #w-node-_3c298559-44ae-91ea-e938-179f76b96d6a-1a450e43, #w-node-f72d428d-3fa7-d294-2ca2-fd9a615f92a9-1a450e43, #w-node-b2222155-a6da-03d8-8fc0-e0ca677f089c-1a450e43, #w-node-_7641d2dd-1d39-f052-8a6a-62a409b9b643-1a450e43, #w-node-_01addb6d-734e-cfd4-e95f-4db5db8c9506-1a450e43, #w-node-_6db18485-5ed1-c3a8-f365-8735b6fd7ae8-1a450e43, #w-node-_6e2fee43-8433-0f7c-c864-939ee6bb4c02-1a450e43, #w-node-_83ba7fc3-7ede-3e7c-da81-8163a12e1e7b-1a450e43, #w-node-_9e9f6e27-b101-9041-2f0d-3a66a91a9be8-1a450e43, #w-node-d7752797-8fa7-ff5f-4e7d-8a638e8ca042-1a450e43, #w-node-cfa827dc-0ed4-e7c3-5dfb-4f15d62dccf8-1a450e43, #w-node-_1985ac51-d616-46f6-2bdf-5fb8f54e20ee-1a450e43, #w-node-e4dd01de-4013-5b3e-5fc6-9d5950d22392-1a450e43, #w-node-ddff0c8e-3af5-b729-de33-c6784933dd86-1a450e43, #w-node-_96bc097a-17da-c371-8d8f-df5b3f676234-1a450e43, #w-node-_8cf73c12-04d1-b21e-d499-fb16d29d5e01-1a450e43, #w-node-_2e111939-74e9-c398-9007-9d04439cf84b-1a450e43, #w-node-_13cddeeb-1e56-3209-a2b0-5c7be8c9fe21-1a450e43, #w-node-_84b013b9-fc67-91ea-84fe-202f7f29e702-1a450e43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-6431acd0, #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-ca7911ef, #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-aabf821c, #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-fbfc5e76, #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-468c9ab8, #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-ca8bf100 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-aa7b0108, #w-node-_21fd12f9-c9bd-87d6-2cc5-3ab9bac49310-bac4930d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_21fd12f9-c9bd-87d6-2cc5-3ab9bac49338-bac4930d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_21fd12f9-c9bd-87d6-2cc5-3ab9bac49314-bac4930d, #w-node-_21fd12f9-c9bd-87d6-2cc5-3ab9bac4932b-bac4930d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-aa7b0108 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-aa7b0108 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_21fd12f9-c9bd-87d6-2cc5-3ab9bac49310-bac4930d, #w-node-_21fd12f9-c9bd-87d6-2cc5-3ab9bac49314-bac4930d, #w-node-_21fd12f9-c9bd-87d6-2cc5-3ab9bac4932b-bac4930d {
    justify-self: start;
  }

  #w-node-_21fd12f9-c9bd-87d6-2cc5-3ab9bac49338-bac4930d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-49a25539 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-49a25539 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-7f3c9e8c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-7f3c9e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-826e5f14 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-826e5f14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-41c43139 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-41c43139 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-5111bd89 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-5111bd89 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-7f3ccbbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-7f3ccbbf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-0b28f316 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-0b28f316 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-6431acd0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-6431acd0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-ca7911ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-ca7911ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-aabf821c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-aabf821c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-fbfc5e76 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-fbfc5e76 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-468c9ab8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-468c9ab8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-ca8bf100 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-ca8bf100 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@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 solid';
  src: url('../fonts/FA6-Solid.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: 'Arrow right solid';
  src: url('../fonts/arrow-right-solid.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}