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

@font-face {
  font-family: "Fa Sharp Solid 900";
  src: url('../fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  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 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 {
  --white: #fff;
  --black: #333;
  --secondary: #1fb6e2;
  --80-white: #fffc;
  --dark-blue: #012241;
  --pale-grey: #d6d6d6;
  --transparent: #fff0;
  --mid-blue: #10688d;
  --50-black: #00000080;
  --silver: #ebebeb;
  --50-white: #ffffff80;
}

.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(--white);
  color: var(--black);
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.home-banner-header {
  border-bottom: 10px solid var(--secondary);
  background-color: var(--80-white);
  color: var(--dark-blue);
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
  flex-direction: row;
  max-width: 900px;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 46px;
  font-weight: 900;
  line-height: 48px;
  display: flex;
}

.p.white {
  color: var(--white);
  margin-bottom: 10px;
}

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

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

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

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

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

.body-section.blue {
  background-color: var(--dark-blue);
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-bg-grad {
  justify-content: center;
  align-items: center;
}

.service-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--pale-grey);
  grid-template-rows: auto;
  margin-top: 20px;
}

.service-div {
  background-color: var(--white);
  height: auto;
  padding: 40px;
}

.service-div._1 {
  padding-top: 0;
  padding-left: 0;
}

.service-div._2 {
  padding-top: 0;
  padding-right: 0;
}

.service-div._3 {
  padding-bottom: 0;
  padding-left: 0;
}

.service-div._4 {
  padding-bottom: 0;
  padding-right: 0;
}

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

.svs-img._2 {
  background-image: url('../images/GAC-New9.webp');
  background-position: 50% 20%;
  background-size: cover;
}

.svs-img._3 {
  background-image: url('../images/GacNew7.webp');
  background-position: 50% 0;
  background-size: cover;
}

.svs-img._4 {
  background-image: url('../images/GAC-New14.webp');
  background-position: 50% 0;
  background-size: cover;
}

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

.service-number {
  border-bottom: 5px solid var(--secondary);
  background-color: var(--dark-blue);
  color: var(--secondary);
  text-shadow: 3px 3px 5px #000000b3;
  padding: 10px 20px;
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
}

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

.service-header {
  color: var(--dark-blue);
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
}

.service-text {
  margin-bottom: 15px;
}

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

.service-link {
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  width: 65px;
  min-width: 65px;
  height: 65px;
  min-height: 65px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: static;
  bottom: 10px;
  right: 10px;
}

.service-link:hover {
  background-color: var(--secondary);
  box-shadow: 10px 10px 0 0 var(--dark-blue);
  transform: translate(-10px, -10px);
}

.img-div {
  background-image: url('../images/New-Roof-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  align-items: stretch;
  width: 46%;
  display: flex;
}

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

.img-div.b {
  background-image: none;
  flex-flow: column;
}

.img-div.s1 {
  background-image: url('../images/Gac-New11.webp');
}

.img-div.s2 {
  background-image: url('../images/Gallery14.webp');
}

.img-div.s3 {
  background-image: url('../images/GAC-New1.webp');
}

.img-div.s4 {
  background-image: url('../images/GAC-New8.webp');
  background-position: 50% 0;
  min-height: 350px;
}

.img-div.s5 {
  background-image: url('../images/Warm-Roof1.webp');
  background-position: 50%;
  background-size: cover;
}

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.section-h1-wrapper._100 {
  width: 100%;
}

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

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

.right-side.site-map {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.instagram-live-feed {
  background-color: var(--white);
  width: 100%;
}

.footer-list-items {
  padding-left: 0;
  list-style-type: none;
}

.footer-copy-text {
  color: var(--dark-blue);
  border-bottom: 1px #dfdfdf;
  max-width: 800px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}

.footer-link {
  color: var(--black);
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.footer-link:hover {
  color: var(--dark-blue);
}

.footer-link.w--current {
  color: var(--secondary);
}

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

.footer-section-title {
  color: var(--dark-blue);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
}

.footer-section {
  background-image: none;
  background-position: 0 0;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid var(--pale-grey);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.footer-p {
  margin-bottom: 10px;
  line-height: 26px;
}

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

.header-social-icon {
  color: var(--dark-blue);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: 28px;
  font-family: Fa6 brands, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  color: var(--dark-blue);
  background-color: #0000;
}

.header-social-icon.margin-right-none {
  width: auto;
  height: auto;
  margin-right: 28px;
}

.header-social-icon.margin-right-none:hover {
  color: var(--dark-blue);
  background-color: #0000;
}

.img-section {
  background-color: #003363;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  min-height: 750px;
  display: flex;
}

.img-container {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 80px;
  display: flex;
}

.co-logo {
  width: 200px;
}

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

.logo-link {
  width: auto;
}

.logo-link.w--current {
  justify-content: center;
  align-items: center;
}

.dropdown-link {
  border-top: 1px solid var(--pale-grey);
  color: var(--dark-blue);
  transition: all .1s;
}

.dropdown-link:hover {
  color: var(--secondary);
}

.dropdown-link._1 {
  border-top-width: 0;
}

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

.service-nav-text {
  margin-right: 18px;
  transition: all .35s ease-in-out;
}

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

.top-section {
  z-index: 600;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
}

.nav-link {
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding: 10px 20px;
  line-height: 18px;
  transition: all .3s ease-in-out;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--secondary);
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1 {
  color: var(--dark-blue);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.h1.small {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 46px;
}

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

.gallery-hover:hover {
  background-color: #0000;
  padding-bottom: 170px;
}

.project1 {
  box-shadow: 26px 24px 0 -18px var(--white);
  background-image: url('../images/GAC-New13.webp'), linear-gradient(357deg, #1b1b1b99, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 450px;
  text-decoration: none;
  transition: all .3s;
}

.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: var(--white);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 90%;
  font-size: 25px;
  font-weight: 300;
  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-left: auto;
  margin-right: auto;
}

.project2 {
  box-shadow: 25px 24px 0 -18px var(--white);
  background-image: url('../images/GAC-New1.webp');
  background-position: 50%;
  background-size: cover;
  height: 450px;
  text-decoration: none;
}

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

.h2 {
  border-bottom: 10px solid var(--secondary);
  background-color: var(--dark-blue);
  color: var(--white);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 20px 20px 20px 30px;
  font-size: 46px;
  font-weight: 900;
  line-height: 46px;
}

.h2.no-border {
  background-color: var(--transparent);
  letter-spacing: -2px;
  border-bottom-width: 0;
  margin-bottom: 10px;
  padding: 0;
  font-size: 46px;
  font-weight: 400;
  line-height: 50px;
}

.h2.reverse {
  background-color: var(--mid-blue);
}

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

.foot-div {
  width: 100%;
  margin-left: auto;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
}

.list-head {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.list-head.bullet-font-icon {
  margin-right: 10px;
}

.list-head.w {
  color: var(--white);
  line-height: 24px;
}

.list-head.light {
  color: var(--50-black);
  letter-spacing: -.2px;
  font-weight: 600;
  line-height: 24px;
}

.comment-column {
  border: 1px solid var(--secondary);
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px 20px 30px;
  display: flex;
  box-shadow: 0 10px 20px -10px #0006;
}

.comment-column._0 {
  margin-bottom: 0;
}

.comment-column.top0 {
  margin-top: 0;
  margin-bottom: 20px;
}

.comment-column.blue {
  background-color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 20px;
}

.timeline {
  width: 100%;
}

.timeline.w {
  color: var(--white);
}

.foot-link-lower {
  color: var(--dark-blue);
  text-decoration: none;
}

.top-links {
  color: var(--white);
  min-width: 150px;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

.top-links.top {
  min-width: 175px;
}

.top-links.no-hover:hover, .top-links.address:hover {
  color: var(--white);
}

.top-links.last {
  min-width: 175px;
  margin-right: 0;
}

.top-container-black {
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.font-awsome {
  color: var(--secondary);
  -webkit-text-stroke-color: var(--secondary);
  margin-right: 8px;
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
}

.font-awsome.brand {
  font-family: "Fa Brands 400", sans-serif;
}

.hyperlink {
  box-shadow: inset 0 -1px 0 0 var(--dark-blue);
  color: var(--dark-blue);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 800;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -100px 0 0 var(--dark-blue);
  color: var(--white);
}

.hyperlink.white {
  box-shadow: inset 0 -1px 0 0 var(--white);
  color: var(--white);
}

.content-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.content-section.orange {
  background-color: var(--dark-blue);
}

.h3 {
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

.h3-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.list {
  margin-bottom: auto;
  padding-left: 0;
}

.list._3-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.list._3-row._0b {
  margin-bottom: 0;
}

.list._3-row.w {
  color: var(--white);
  grid-template-columns: 1fr 1fr;
}

.list._3-row.area {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  grid-template-columns: 1fr;
}

.list._2-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  display: grid;
}

.list._2-row._0b {
  margin-bottom: 0;
}

.list._2-row.w {
  color: var(--white);
  grid-template-columns: 1fr 1fr;
}

.list._2-row.top {
  margin-top: 10px;
}

.list._1-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  display: grid;
}

.list._1-row._0b {
  margin-bottom: 0;
}

.list._1-row.w {
  color: var(--white);
  grid-template-columns: 1fr 1fr;
}

.list._4-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: grid;
}

.list-item {
  list-style-type: none;
  display: flex;
}

.button {
  border: 3px solid var(--secondary);
  background-color: var(--transparent);
  color: var(--dark-blue);
  text-align: center;
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
}

.button:hover {
  background-color: var(--secondary);
  box-shadow: 5px 5px 0 0 var(--dark-blue);
  color: var(--white);
  transform: translate(-5px, -5px);
}

.button.top {
  background-color: var(--secondary);
  color: var(--white);
  letter-spacing: 1px;
  border-width: 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.button.top:hover {
  background-color: var(--dark-blue);
  box-shadow: none;
  transform: none;
}

.button.left {
  margin-right: 20px;
}

.button.left.w {
  color: var(--white);
}

.button.white {
  border-color: var(--white);
  background-color: var(--50-black);
  color: var(--white);
}

.button.white:hover {
  background-color: var(--white);
  color: var(--dark-blue);
}

.button.hero {
  border-width: 1px;
  border-color: var(--white);
  background-color: var(--secondary);
  color: var(--white);
  letter-spacing: 1px;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
}

.button.hero:hover {
  background-color: var(--dark-blue);
  box-shadow: none;
  transform: none;
}

.section {
  border-top: 1px solid #ebebeb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 500;
  position: relative;
}

.section.cta {
  box-shadow: 0 1px 2px 0 var(--silver);
  background-image: url('../images/swirls.svg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-width: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.noback {
  box-shadow: 0 1px 2px 0 var(--silver);
  border-top-width: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-text {
  color: #d77474;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.top-text.cta {
  color: var(--dark-blue);
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.btn-group {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.btn-group.mid {
  justify-content: center;
}

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

.fs-cc-prefs_button {
  border: 2px solid var(--dark-blue);
  background-color: var(--dark-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-blue);
  background-color: var(--white);
  color: var(--dark-blue);
}

.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-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(--black);
  margin-right: 24px;
}

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

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

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

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

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

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

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

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

.fs-cc-prefs_close-icon {
  color: var(--dark-blue);
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_content {
  background-color: var(--silver);
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

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

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

.fs-cc-prefs_trigger {
  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-manager_trigger {
  display: none;
}

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

.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, .fs-cc-prefs_checkbox-label {
  display: none;
}

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

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

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

.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_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_button {
  border: 2px solid var(--dark-blue);
  background-color: var(--dark-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-blue);
  color: var(--dark-blue);
  background-color: #f5f5f5;
}

.fs-cc-banner_close {
  background-color: var(--white);
  opacity: 1;
  cursor: pointer;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 0 3px 5px 1px #0003;
}

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

.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_space-medium {
  margin-bottom: 40px;
}

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

.form-white-bg {
  background-color: var(--50-white);
  color: var(--black);
  border-radius: 7px;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.section-title {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 46px;
}

.contact-left {
  width: 30%;
}

.form {
  width: 100%;
}

.cta-text {
  margin-bottom: 10px;
}

.hero-container {
  z-index: 2;
  background-image: url('../images/swirls-75.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-slider {
  height: 80vh;
}

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

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

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

.svs-button {
  background-color: var(--secondary);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  border: 1px #fff;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
  transition: all .4s;
}

.svs-button:hover {
  background-color: var(--dark-blue);
  opacity: 1;
}

.slide-nav {
  display: none;
}

.banner-sub-text {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  text-shadow: 3px 3px 3px #000c;
  width: 100%;
  max-width: 900px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 800;
  line-height: 32px;
}

.bg-img-div {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Flat2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  margin-left: auto;
  padding-left: 0;
  padding-right: 100px;
  display: flex;
}

.bg-img-div.map {
  background-image: none;
  width: 55%;
  padding-right: 0;
  overflow: hidden;
}

.bg-img-div.s1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Services-Banner.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-img-div.s2-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Service3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-img-div.s2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Repair4.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-img-div.s3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/New-Roof1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-img-div.s3-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/New-Roof-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.bg-img-div.s4 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/flat4.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.bg-img-div.s4-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Flat5.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.bg-img-div.s5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Warm-Roof-7.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-img-div.s5-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Warm-Roof-6.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.side-img-div {
  border: 5px solid var(--white);
  background-image: url('../images/GAC-New19.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 500px;
  margin-left: -200px;
}

.side-img-div.s1 {
  background-image: url('../images/GAC-New3.webp');
  background-position: 100%;
  background-size: cover;
}

.side-img-div.s2-2 {
  background-image: url('../images/GAC-New6.webp');
  background-position: 50%;
  background-size: cover;
}

.side-img-div.s2 {
  background-image: url('../images/Gallery13.webp');
  background-position: 45%;
  background-size: cover;
}

.side-img-div.s3 {
  background-image: url('../images/GAC-New3.webp');
  background-size: cover;
}

.side-img-div.s3-2 {
  background-image: url('../images/Gallery-5.webp');
  background-position: 100% 0;
  background-size: cover;
}

.side-img-div.s4 {
  background-image: url('../images/GAC-New4.webp');
  background-position: 50%;
  background-size: cover;
}

.side-img-div.s4-2 {
  background-image: url('../images/Gallery3.webp');
  background-position: 50%;
}

.side-img-div.s5-2 {
  background-image: url('../images/GAC-New14.webp');
  background-position: 50%;
  background-size: cover;
}

.side-img-div.s5 {
  background-image: url('../images/GAC-New15.webp');
  background-position: 100%;
}

.nav-section {
  z-index: 500;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  inset: 95px 0% auto;
  box-shadow: 0 2px 4px #0003;
}

.hero-section {
  height: 450px;
}

.hero-section.home {
  height: 80vh;
}

._2-col-div {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lrg-div {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.bullet-icon {
  color: var(--secondary);
  background-image: url('../images/icon2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
  display: flex;
}

.bullet-icon.w {
  color: var(--dark-blue);
  background-image: url('../images/icon2.svg');
}

.h3-link {
  box-shadow: inset 0 -1px 0 0 var(--white);
  color: var(--white);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 800;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.h3-link:hover {
  box-shadow: inset 0 -50px 0 0 var(--secondary);
  color: var(--white);
}

.dd-toggle {
  color: var(--dark-blue);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding: 10px 20px;
  transition: all .3s ease-in-out;
}

.dd-toggle:hover, .dd-toggle.w--current {
  color: var(--secondary);
}

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

.dropdown-list.w--open {
  background-color: var(--white);
  margin-top: 24px;
}

.bottom-swish {
  width: 30%;
  height: 100%;
  margin-right: 100px;
}

.roofer-in-my-area-link {
  width: 100%;
  max-width: 350px;
  margin-top: 20px;
}

.find-me-on {
  margin-top: 10px;
}

.top-link-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider {
  min-height: 450px;
}

.banner-header {
  border-bottom: 10px solid var(--secondary);
  background-color: var(--white);
  color: var(--dark-blue);
  text-transform: uppercase;
  flex-direction: row;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
  display: flex;
}

.site-map-link {
  color: var(--black);
  margin-bottom: 5px;
  line-height: 24px;
  text-decoration: none;
}

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

.side-link {
  color: var(--dark-blue);
  font-weight: 700;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.side-link:hover {
  color: var(--dark-blue);
}

.side-link.w--current {
  color: var(--secondary);
}

.side-link._10t-20b {
  margin-top: 10px;
  margin-bottom: 20px;
}

.side-text-div {
  background-color: var(--50-black);
  width: 100%;
  padding: 40px;
}

.trustatrader {
  width: 250px;
}

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

.logo-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.trade-logo {
  max-width: 80%;
}

.live-chat-top-text {
  color: var(--dark-blue);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  position: static;
}

.live-chat-top-text.block {
  color: var(--dark-blue);
  margin-bottom: 10px;
  font-size: 16px;
  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;
  line-height: 20px;
}

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

.live-chat-bottom-text.bold {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.chat-section {
  background-color: var(--pale-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.whatsapp-icon {
  color: #fff;
  display: block;
}

.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-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(--mid-blue);
  transform: scale(1.05);
}

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

.livechat-button {
  background-color: var(--dark-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(--secondary);
}

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

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

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

.trustatrader-approved {
  width: 290px;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.div-block {
  width: 45%;
  padding: 100px 40px 40px;
  position: sticky;
  top: 0;
}

.div-block._40 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.ico {
  background-image: url('../images/icon2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 50px;
  margin-right: 20px;
}

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

.lbimg {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

.light {
  font-weight: 400;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.category-cards {
  z-index: 10;
  text-align: center;
  background-color: #fff;
  border-radius: 2.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 660px;
  padding: 20px;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
}

.category-cards:hover {
  box-shadow: 0 6px 15px -2px #00000030;
}

.category-cards.swindon {
  justify-content: flex-start;
  height: 480px;
}

.card-image {
  height: 5.625rem;
}

.grid-4-col {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.grid-4-col.swindon {
  grid-column-gap: 34px;
}

.card-heading {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.card-wrapper {
  border-radius: 3rem;
  height: 660px;
  position: relative;
}

.card-wrapper.swindon {
  height: 500px;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.orange-bead {
  height: 100px;
  position: relative;
  top: -80px;
  left: -30px;
}

.orange-bead:hover {
  opacity: 1;
}

.paragraph-text {
  color: var(--50-black);
  text-align: left;
  letter-spacing: -.2px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}

.foot-link {
  color: var(--dark-blue);
  text-decoration: none;
}

.program-text {
  opacity: .5;
  letter-spacing: -.02em;
  font-size: 1.2rem;
  line-height: 1.2;
}

.program-number {
  color: var(--dark-blue);
  letter-spacing: -.02em;
  background-color: #2c78f61a;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
}

.program-rows-wrapper {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 20px;
}

.program-column-inner {
  flex: 1;
  align-items: center;
  display: flex;
}

.program-column-inner.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: auto;
  display: grid;
}

.program-rows {
  width: 100%;
}

.list-item-2 {
  align-items: center;
  display: flex;
}

.program-title {
  text-align: left;
  letter-spacing: -.04em;
  margin-top: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: .9;
}

.icon {
  width: 1rem;
  height: 1rem;
}

.icon.arrow {
  object-fit: none;
  background-color: #0000;
  border-style: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-right: 1rem;
  display: block;
}

.icon.arrow:hover {
  background-color: #2c78f61a;
}

.program-row {
  border-bottom: 1px solid #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.line-under {
  border-bottom: 1px solid #00000080;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.custom-css {
  display: none;
}

.yell-reviews {
  width: 100%;
}

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

  .hero-container, ._2-col-div {
    max-width: 1800px;
  }

  .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) {
  .home-banner-header {
    flex-direction: column;
    margin-top: 0;
    font-size: 40px;
    line-height: 40px;
  }

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

  .service-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: var(--white);
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0;
  }

  .service-div {
    width: 100%;
    padding: 0;
  }

  .service-box-wrapper {
    justify-content: flex-start;
    width: 100%;
  }

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

  .section-h1-wrapper.display-flex {
    flex-direction: column-reverse;
  }

  .right-side {
    width: 100%;
  }

  .right-side.content, .right-side._100, .right-side.site-map, .right-side._100 {
    width: 100%;
    margin-bottom: 40px;
  }

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

  .footer-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-section {
    background-image: linear-gradient(#fffc, #fffc), url('../images/swirls.svg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .footer-copy {
    flex-direction: column;
    place-content: center;
    justify-items: stretch;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .header-social-media {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .header-social-icon {
    background-color: #0000;
    border-right: 1px #353535;
    margin-left: 10px;
    margin-right: 10px;
  }

  .header-social-icon.margin-right-none {
    background-color: #0000;
    border-right-style: none;
    border-right-width: 0;
  }

  .img-section {
    height: auto;
    min-height: auto;
  }

  .img-container {
    width: 100%;
    margin-left: 0;
  }

  .navbar {
    width: 50%;
  }

  .dropdown-link {
    text-align: right;
    border-top-width: 0;
    padding: 10px 25px;
    font-size: 16px;
    display: block;
  }

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

  .nav-link {
    text-align: right;
    width: 100%;
    font-size: 16px;
  }

  .icon-4 {
    color: var(--black);
    text-align: right;
  }

  .nav-menu {
    background-color: var(--white);
  }

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

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

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

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

  .project1 {
    margin-bottom: 10px;
  }

  .gallery-head {
    font-size: 28px;
  }

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

  .project2 {
    margin-bottom: 10px;
  }

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

  .h2.no-border {
    font-size: 50px;
    line-height: 50px;
  }

  .foot-div {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .list-head {
    line-height: 26px;
  }

  .comment-column {
    box-shadow: none;
    margin-bottom: 20px;
  }

  .top-links {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
    display: flex;
  }

  .top-links.no-hover, .top-links.address {
    margin-left: 0;
    margin-right: 0;
  }

  .top-container-black {
    flex-flow: column;
  }

  .content-section.orange {
    background-color: var(--mid-blue);
  }

  .list._3-row, .list._2-row, .list._1-row {
    grid-template-columns: 1fr;
  }

  .button.top {
    display: none;
  }

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

  .section.cta, .section.noback {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 60px 20px;
  }

  .form-white-bg {
    width: 100%;
    margin-top: 40px;
  }

  .section-title {
    line-height: 42px;
  }

  .contact-left {
    width: 100%;
  }

  .hero-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-slider {
    height: 450px;
    min-height: 450px;
  }

  .banner-sub-text {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .bg-img-div {
    width: 100%;
    padding: 40px;
  }

  .side-img-div {
    display: none;
  }

  ._2-col-div {
    flex-flow: column;
  }

  .dd-toggle {
    text-align: right;
    width: 100%;
    padding-right: 25px;
    font-size: 16px;
  }

  .dropdown {
    width: 100%;
  }

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

  .bottom-swish {
    display: none;
  }

  .slider {
    height: 450px;
    min-height: 450px;
  }

  .banner-header {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    font-size: 34px;
    line-height: 40px;
  }

  .side-text-div {
    padding: 30px;
  }

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .program-column-inner {
    width: 100%;
  }

  .program-title {
    font-size: 6vw;
  }

  .program-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .home-banner-header {
    text-align: left;
    font-size: 30px;
    line-height: 30px;
  }

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

  .svs-img, .svs-img._2 {
    height: 300px;
  }

  .service-number {
    font-size: 60px;
    line-height: 60px;
  }

  .service-box-wrapper {
    margin-top: 20px;
  }

  .img-div {
    min-height: 300px;
  }

  .section-h1-wrapper.display-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
  }

  .right-side.content, .right-side._100, .right-side.site-map, .right-side._100 {
    margin-bottom: 20px;
  }

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

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

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .75fr;
    padding-top: 40px;
  }

  .footer-section {
    background-image: linear-gradient(to bottom, var(--80-white), var(--80-white)), url('../images/swirls.svg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .header-social-media {
    justify-content: center;
  }

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

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

  .h1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
  }

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

  .h2.no-border {
    font-size: 40px;
    line-height: 40px;
  }

  .timeline {
    text-align: left;
  }

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

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

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

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

  .button {
    text-align: center;
  }

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

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

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

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

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

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

  .form-white-bg {
    margin-top: 30px;
  }

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

  .home-slider {
    height: 550px;
    min-height: 550px;
  }

  .svs-button {
    text-align: center;
  }

  .banner-sub-text {
    font-size: 30px;
    line-height: 35px;
  }

  .nav-section {
    display: none;
    position: static;
  }

  .hero-section.home {
    height: 550px;
  }

  .dd-toggle {
    font-size: 15px;
  }

  .slider {
    height: 400px;
    min-height: 400px;
  }

  .banner-header {
    text-align: left;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 30px;
    line-height: 30px;
  }

  .trustatrader-link {
    margin-top: 0;
  }

  .ico {
    width: 50px;
    height: 30px;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical.margin-medium {
    margin-top: 1.95rem;
    margin-bottom: 1.95rem;
  }

  .category-cards.swindon {
    height: auto;
  }

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

  .card-wrapper.swindon {
    height: auto;
    margin-bottom: -40px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .program-text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .home-banner-header {
    border-bottom-width: 5px;
    flex-direction: column;
    width: 100%;
    padding: 10px 15px;
    font-size: 24px;
    line-height: 28px;
  }

  .p {
    line-height: 26px;
  }

  .p.white {
    font-size: 15px;
    line-height: 23px;
  }

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

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

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

  .service-div {
    height: auto;
  }

  .svs-img, .svs-img._2 {
    height: 250px;
  }

  .service-number {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }

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

  .service-header {
    margin-top: 0;
    font-size: 24px;
    line-height: 24px;
  }

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

  .service-link {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .img-div {
    box-shadow: -8px 6px 0 0 var(--white);
    min-height: 250px;
    margin-bottom: 0;
  }

  .section-h1-wrapper.display-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-col {
    width: 100%;
  }

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

  .footer-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    text-align: center;
    grid-template-columns: 1.25fr;
    padding-top: 30px;
  }

  .footer-section {
    background-image: linear-gradient(to bottom, var(--80-white), var(--80-white)), url('../images/swirls.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .footer-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    width: 100%;
    padding-bottom: 80px;
  }

  .header-social-media {
    margin-bottom: 10px;
  }

  .header-social-icon {
    margin-left: 10px;
  }

  .img-section {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .img-container {
    padding: 0;
  }

  .co-logo {
    margin-bottom: 3px;
  }

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

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

  .dropdown-link {
    text-align: center;
    font-size: 16px;
    display: block;
  }

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

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

  .top-section {
    height: 110px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .nav-link {
    text-align: center;
    font-size: 16px;
  }

  .nav-link.w--current, .icon-4 {
    text-align: center;
  }

  .nav-menu {
    box-shadow: 0 7px 8px #00000080;
  }

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

  .h1 {
    margin-top: 0;
    font-size: 26px;
    line-height: 30px;
  }

  .h1.small {
    font-size: 26px;
    line-height: 32px;
  }

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

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

  .project1 {
    height: 250px;
  }

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

  .gallery-head {
    font-size: 22px;
  }

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

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

  .h2 {
    border-bottom-width: 5px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .h2.no-border {
    font-size: 25px;
    line-height: 34px;
  }

  .foot-div {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-head {
    line-height: 24px;
  }

  .list-head.w {
    font-size: 15px;
    line-height: 23px;
  }

  .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;
    margin-top: 10px;
    display: grid;
  }

  .timeline {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .arrow {
    width: 45%;
  }

  .top-links {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 3px;
    margin-right: 3px;
    line-height: 20px;
  }

  .top-links.no-hover {
    margin-top: 3px;
    line-height: 22px;
  }

  .top-links.address {
    max-width: 260px;
    margin-top: 3px;
    line-height: 22px;
  }

  .top-container-black {
    flex-direction: column;
  }

  .font-awsome {
    font-size: 20px;
    display: none;
  }

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

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

  .h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .list._3-row {
    grid-template-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .list._2-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .list._1-row {
    grid-template-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 0;
  }

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

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

  .button.left {
    margin-bottom: 10px;
  }

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

  .section.cta, .section.noback {
    padding: 30px 10px;
  }

  .btn-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

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

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

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

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

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

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

  .form-white-bg {
    box-shadow: none;
    margin-top: 20px;
    padding: 0;
  }

  .section-title {
    font-size: 26px;
    line-height: 34px;
  }

  .cta-text {
    width: 100%;
  }

  .hero-container {
    justify-content: flex-end;
    align-items: flex-start;
    padding: 60px 20px 40px;
  }

  .home-slider {
    height: 550px;
    min-height: 550px;
  }

  .slide-1 {
    background-position: 30%;
  }

  .svs-button {
    margin-bottom: 10px;
  }

  .banner-sub-text {
    font-size: 16px;
    line-height: 22px;
  }

  .bg-img-div {
    padding: 30px 20px;
  }

  .bg-img-div.map {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .bg-img-div.s3 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/New-Roof1.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .bg-img-div.s3-2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/New-Roof-2.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .hero-section {
    height: 350px;
  }

  .hero-section.home {
    height: 550px;
  }

  .dd-toggle {
    text-align: center;
    font-size: 16px;
  }

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

  .top-link-container {
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .slider {
    height: 350px;
    min-height: 350px;
  }

  .banner-header {
    border-bottom-width: 5px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px 0 10px;
    font-size: 19px;
    line-height: 24px;
  }

  .site-map-link {
    font-size: 14.5px;
    line-height: 25px;
  }

  .side-text-div {
    padding: 20px;
  }

  .logo-section {
    padding-bottom: 20px;
  }

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

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

  .div-block._40 {
    width: 100%;
    padding: 40px 20px;
    position: relative;
  }

  .ico {
    background-size: 40px;
    border-radius: 6px;
    height: 50px;
    margin-bottom: 0;
    margin-right: 10px;
    box-shadow: 0 2px 5px #0003;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical.margin-medium {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .category-cards {
    height: auto;
  }

  .category-cards.swindon {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .card-image {
    margin-bottom: 10px;
  }

  .grid-4-col {
    grid-template-rows: .25fr;
  }

  .card-wrapper {
    height: auto;
    margin-bottom: -84px;
    position: relative;
  }

  .card-wrapper.swindon {
    height: auto;
    margin-bottom: -80px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-text {
    font-size: 1rem;
  }

  .program-text {
    opacity: 1;
  }

  .program-number {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }

  .program-column-inner {
    justify-content: flex-start;
    align-items: center;
  }

  .program-rows {
    display: block;
  }

  .program-title {
    padding-left: .5rem;
    font-size: 7vw;
  }

  .icon.arrow {
    display: none;
  }
}

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

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-43004cef {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_80a39957-184d-cff1-23dd-d059bb39d682-43004cef, #w-node-_98ad4002-6f3a-9f1b-de22-4e36e1cc41ed-43004cef, #w-node-b751fee3-ec2a-d925-ee62-043d3ca0cff1-43004cef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b494147-0d1d-5b44-34a7-7dd78aca66dd-43004cef, #w-node-cc31f06b-a302-a16b-775f-555723145614-43004cef, #w-node-_532641fa-1524-af2b-20f1-39cfddac969e-43004cef, #w-node-ee6f430d-b2d6-0317-d895-ee34df72bfe3-43004cef, #w-node-eee8a3f5-b14c-7762-2142-a330d53958df-43004cef, #w-node-_7098575b-ff38-8337-3fb7-47b6c5518a44-43004cef {
  justify-self: center;
}

#w-node-_8b79f5db-9e26-cf3e-f683-2f7db5a3654f-b5a3654c {
  place-self: start;
}

#w-node-_8b79f5db-9e26-cf3e-f683-2f7db5a36571-b5a3654c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_8b79f5db-9e26-cf3e-f683-2f7db5a3658b-b5a3654c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-898510f6, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-b9d7d72b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_539315af-03e4-75d9-f6a6-a6c38552c30b-e472e9d2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-da9ec2ed-5fb4-344d-2fca-009471ceffd2-80f17d80, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-4715a762, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-514cc8b2, #w-node-_3d9b7182-5aac-4325-eaaa-d5072e2e234e-514cc8b2 {
  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-43004cef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_80a39957-184d-cff1-23dd-d059bb39d682-43004cef, #w-node-_98ad4002-6f3a-9f1b-de22-4e36e1cc41ed-43004cef, #w-node-b751fee3-ec2a-d925-ee62-043d3ca0cff1-43004cef {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8b79f5db-9e26-cf3e-f683-2f7db5a3658b-b5a3654c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8b79f5db-9e26-cf3e-f683-2f7db5a3654f-b5a3654c, #w-node-_8b79f5db-9e26-cf3e-f683-2f7db5a36571-b5a3654c {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-43004cef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-c84d571c-fea1-2079-1ec3-aa7026385c03-43004cef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8b79f5db-9e26-cf3e-f683-2f7db5a3654f-b5a3654c, #w-node-_8b79f5db-9e26-cf3e-f683-2f7db5a36571-b5a3654c {
    justify-self: start;
  }

  #w-node-_8b79f5db-9e26-cf3e-f683-2f7db5a3658b-b5a3654c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-898510f6, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-b9d7d72b, #w-node-da9ec2ed-5fb4-344d-2fca-009471ceffd2-80f17d80, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-4715a762, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-514cc8b2, #w-node-_3d9b7182-5aac-4325-eaaa-d5072e2e234e-514cc8b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  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 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;
}