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

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

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

:root {
  --white: white;
  --black: black;
  --dark-slate-blue: #003099;
  --royal-blue: #3769e5;
}

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

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

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

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

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

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

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

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

.image-section {
  z-index: 0;
  background-image: url('../images/IMG-20221125-WA0003.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

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

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

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

.dropdown-list.w--open {
  background-color: #042f9c;
}

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

.nav-link {
  border-bottom: 5px solid var(--white);
  color: #042f9c;
  text-align: center;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  transition: all .2s;
}

.nav-link:hover {
  border-bottom-color: #042f9c;
}

.nav-link.w--current {
  color: #042f9c;
  border-bottom-color: #042f9c;
}

.nav-link.home {
  border-bottom-color: var(--dark-slate-blue);
}

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

.nav-link-dropdown {
  border-bottom: 5px solid var(--white);
  color: #042f9c;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 35px;
  font-size: 13px;
  transition: all .2s;
}

.nav-link-dropdown:hover {
  border-bottom-color: #042f9c;
}

.nav-link-dropdown.w--open {
  border-bottom-color: var(--white);
}

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

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

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

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

.need-help {
  color: var(--royal-blue);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.top-email {
  color: var(--royal-blue);
  margin-bottom: 0;
  text-decoration: none;
}

.tel-div {
  color: var(--white);
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.tel-div:hover {
  color: var(--royal-blue);
}

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

.overlay-div {
  background-image: url('../images/roofs-wide.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.slider-overlay-div {
  align-items: center;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

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

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

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

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

._4-boxes-section {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/roofs-W.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 220px;
  display: flex;
}

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

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

.box-div {
  border: 1px solid var(--white);
  background-color: var(--black);
  opacity: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 100px;
  padding: 30px;
  transition: all .2s;
  display: flex;
}

.box-div:hover {
  background-color: #042f9c;
}

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

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

.h3-content-section {
  background-color: var(--white);
  background-image: url('../images/roofs-Blue.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 90px;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 190px;
  display: flex;
}

.h3-content-section.h2-no-bg, .h3-content-section.m-bottom-none {
  background-image: none;
}

.body-div {
  flex-direction: column;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-div.aling-left {
  align-items: flex-start;
}

.h1 {
  color: #042f9c;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 800;
}

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

.p {
  background-color: #0000;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 400;
}

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

.read-more-button {
  letter-spacing: 1px;
  background-color: #042f9c;
  width: auto;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}

.read-more-button.white {
  background-color: var(--white);
  color: var(--dark-slate-blue);
}

.full-width-image-section {
  background-image: url('../images/roofs-W.svg'), url('../images/_103898262-1.webp');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 140px;
  display: flex;
}

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

.full-width-image-text-div {
  background-color: #042f9cbf;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: 600px;
  padding: 30px;
  display: flex;
}

.h2 {
  color: #042f9c;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.h2.white {
  color: #fff;
}

.bottom-section {
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

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

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

.bottom-content-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

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

.contact-right-div {
  background-image: url('../images/ECR-map-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  min-height: 250px;
}

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

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

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

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

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

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

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

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

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

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

.dropdown-link {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  padding: 15px;
  font-size: 15px;
  transition: all .2s;
}

.dropdown-link:hover {
  background-color: var(--black);
  border-bottom: 0 solid #0000;
}

.dropdown-link.w--current {
  color: var(--white);
  border-bottom-color: #fff;
}

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

.h3 {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
  display: inline-block;
}

.company-logo {
  background-color: #0000;
  width: 300px;
}

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

.bottom-link.black {
  color: var(--dark-slate-blue);
}

.text-block-2 {
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}

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

.h2-list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.h3-list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.h3-list.bold-text-h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.h4-list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.list {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.list._2x1 {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

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

.list.no-list {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
}

.list.list-grid-x-2 {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.list.p-top-none {
  padding-top: 0;
}

.blue-section {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  background-image: url('../images/roofs-wide.svg'), url('../images/roofs-W.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 60px, auto 90px;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.blue-section.seo-page {
  padding-top: 140px;
  padding-bottom: 60px;
}

.blue-section.no-bg-top {
  background-image: url('../images/roofs-W.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 90px;
}

._2x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

._2x1.weighted {
  grid-template-columns: 1fr 3fr;
  width: 100%;
}

._2x1.weighted.grid-edit {
  grid-template-columns: 1.25fr 2fr;
}

._2x1.weighted.grid-edit-1 {
  grid-template-columns: .75fr 1.5fr;
}

.txt {
  color: var(--black);
  background-color: #fff3;
  border-radius: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

.img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  min-height: 350px;
}

.img.img-w100 {
  width: 100%;
}

.img.img-w100.fas-img-5 {
  background-image: url('../images/gallery-35.webp');
  background-position: 50% 55%;
  background-repeat: no-repeat;
}

.img.img-w100.roof-repair-5 {
  background-image: url('../images/gallery-59.webp');
  background-repeat: no-repeat;
  min-height: 400px;
}

.img.img-w100.new-roof-1 {
  background-image: url('../images/gallery-11.webp');
  background-repeat: no-repeat;
  min-height: 400px;
}

.img.img-w100.scar-img-1 {
  background-image: url('../images/_103898262-1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.img.g-map {
  background-image: none;
}

.img.home-2 {
  background-image: url('../images/gallery-3tmb.webp');
  background-repeat: no-repeat;
}

.img.home-3 {
  background-image: url('../images/gallery-7.webp');
  background-repeat: no-repeat;
}

.img.fib-1 {
  background-image: url('../images/gallery-49.webp');
  background-repeat: no-repeat;
}

.img.fib-2 {
  background-image: url('../images/gallery-61.webp');
  background-repeat: no-repeat;
}

.img.fib-3 {
  background-image: url('../images/gallery-56.webp');
  background-repeat: no-repeat;
}

.img.fascia-img-1 {
  background-image: url('../images/gallery-46.webp');
  background-position: 0%;
  background-repeat: no-repeat;
}

.img.fas-img-1 {
  background-image: url('../images/gallery-3.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.img.fas-img-2 {
  background-image: url('../images/gallery-14.webp');
  background-repeat: no-repeat;
  min-height: 400px;
}

.img.fas-img-3 {
  background-image: url('../images/gallery-12.webp');
  background-repeat: no-repeat;
}

.img.roof-img-1 {
  background-image: url('../images/gallery-16.webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

.img.food-repair-1 {
  background-image: url('../images/gallery-20.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
}

.img.roof-repair-2 {
  background-image: url('../images/gallery-12.webp');
  background-repeat: no-repeat;
}

.img.roof-repair-3 {
  background-image: url('../images/gallery-29.webp');
  background-repeat: no-repeat;
}

.img.new-roof-1 {
  background-image: url('../images/1643192b-c9ea-4a48-ba7f-66ea6be92f22.webp');
  background-repeat: no-repeat;
  min-height: 400px;
}

.img.new-roof-2 {
  background-image: url('../images/b69e5d9e-0747-4f03-b9c4-5ba9b0e9d251.webp');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  min-height: 400px;
}

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

.img.brig-1 {
  background-image: url('../images/gallery-59.webp');
  background-repeat: no-repeat;
}

._3x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 60px;
  display: grid;
}

._3x1._0b {
  padding-bottom: 0;
}

.h3-full {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  margin-bottom: 0;
  padding: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
  display: inline-block;
}

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

.lightbox-link {
  width: auto;
  height: auto;
}

.image-4 {
  width: 100%;
  transition: all .2s;
}

.image-4:hover {
  outline-color: var(--dark-slate-blue);
  outline-offset: -8px;
  outline-width: 8px;
  outline-style: solid;
  transform: scale(1.06);
}

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

.list-item.m-bottom-none {
  margin-bottom: 0;
}

.list-item.white {
  color: #fff;
}

.list-item.white.m-bttom-none {
  margin-bottom: 0;
}

.h3-section-cta {
  background-color: var(--white);
  background-image: url('../images/roofs-Blue.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.h3-section-cta.blue-divider {
  background-image: url('../images/roofs-Blue.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.h3-section-cta.no-bg {
  background-image: none;
}

.h3-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
}

.bullet-list-holder {
  width: 100%;
  display: flex;
}

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

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

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

.t-igm.h-img-1 {
  background-image: url('../images/gallery-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bold-text {
  color: var(--dark-slate-blue);
}

.site-map-list {
  width: 100%;
  padding-left: 0;
}

.site-item {
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-type: none;
}

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

.testimoanisl-content {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.review-widget {
  width: 100%;
}

.instagram-widget {
  background-color: #0000;
  margin-bottom: 0;
}

.accreditaion {
  margin-bottom: 0;
}

.split-img {
  background-image: url('../images/PHOTO-2022-09-23-15-01-29.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.split-img._1 {
  background-image: url('../images/PHOTO-2022-09-23-15-01-21.webp');
}

.split-img-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2x1-roofing {
  grid-column-gap: 18px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 40px;
}

.roof1 {
  background-image: url('../images/IMG-20221125-WA0001.webp');
  background-position: 50%;
  background-size: cover;
  height: 450px;
}

.roof2 {
  background-image: url('../images/IMG-20221125-WA0002.webp');
  background-position: 50%;
  background-size: cover;
  height: 450px;
}

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

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

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

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

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

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

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

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

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

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

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

.fs-cc-prefs_title {
  color: #021a69;
  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 {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

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

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

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

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

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

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

.fs-cc-prefs_text {
  color: #021a69;
  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: #616161;
  margin-right: 24px;
}

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

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

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

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

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

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

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

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  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;
}

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

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

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

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

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

.live-chat-bottom-text.block {
  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: #b7b5b5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

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

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

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

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

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

.whatsapp-container:hover {
  background-color: var(--royal-blue);
  transform: scale(1.05);
}

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

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

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

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

.live-icon-chat {
  border: 3px solid var(--royal-blue);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

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

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

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

@media screen and (max-width: 991px) {
  .navbar {
    width: 100%;
  }

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

  .nav-link {
    border-bottom-width: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link.home {
    background-color: var(--black);
    color: var(--white);
  }

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

  .nav-link-dropdown.w--open {
    background-color: var(--black);
    color: var(--white);
  }

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

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

  .overlay-div {
    background-size: auto 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

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

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

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

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

  .h3-content-section {
    background-size: auto 60px;
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .body-div {
    width: 90%;
  }

  .p {
    margin-right: 0;
  }

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

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

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

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

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

  .dropdown {
    color: var(--white);
    width: 100%;
  }

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

  .blue-section {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .blue-section.seo-page {
    background-size: auto 40px, auto 60px;
  }

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

  ._2x1.weighted.grid-edit {
    grid-template-columns: 2fr;
  }

  ._2x1.weighted.grid-edit-1 {
    grid-template-columns: 1fr;
  }

  .txt.contact-us {
    text-align: center;
    align-items: center;
  }

  .img.home-2, .img.home-3 {
    min-height: 450px;
  }

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

  .icon-2 {
    color: var(--dark-slate-blue);
  }

  .h3-section-cta.no-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .t-igm.h-img-1 {
    min-height: 450px;
  }

  .roof1, .roof2 {
    height: 325px;
  }
}

@media screen and (max-width: 767px) {
  .top-email {
    font-size: 15px;
  }

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

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

  .slider-medium-text {
    margin-top: 10px;
  }

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

  ._4-box-text {
    width: 80%;
  }

  .arrow-head-blue {
    width: 60px;
  }

  .h3-content-section {
    background-size: auto 40px;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .p {
    margin-right: 0;
  }

  .full-width-image-section {
    background-image: url('../images/_103898262-1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

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

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

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

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

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

  .blue-section {
    padding-top: 100px;
  }

  .blue-section.seo-page {
    background-size: auto 31px, auto 40px;
  }

  .blue-section.no-bg-top {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .img.img-w100.roof-repair-5, .img.img-w100.new-roof-1, .img.home-2, .img.home-3 {
    min-height: 350px;
  }

  ._3x1 {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

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

  .h3-section-cta.blue-divider {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .h3-section-cta.no-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .t-igm.h-img-1 {
    min-height: 350px;
  }

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .image-section {
    min-height: 350px;
  }

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

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

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

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

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

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

  .need-help {
    margin-top: 5px;
    margin-bottom: 10px;
  }

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

  .overlay-div {
    height: 350px;
  }

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

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

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

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

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

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

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

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

  .box-heading {
    line-height: 36px;
  }

  ._4-box-text {
    width: 100%;
  }

  .box-div {
    width: 100%;
    padding: 20px;
  }

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

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

  .h3-content-section.h2-no-bg {
    padding-bottom: 60px;
  }

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

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

  .h1.white {
    font-size: 28px;
  }

  .p {
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

  .button-link {
    margin-top: 10px;
    margin-left: 0;
  }

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

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

  .mid-text {
    width: 80%;
  }

  .bottom-link, .bottom-link.black {
    font-size: 15px;
  }

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

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

  .h3-list {
    text-align: center;
  }

  .list._2x1 {
    text-align: left;
  }

  .list.list-grid-x-2 {
    width: 100%;
  }

  .blue-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blue-section.seo-page {
    background-image: url('../images/roofs-W.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blue-section.no-bg-top {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .txt.contact-us._0p {
    padding-left: 0;
    padding-right: 0;
  }

  .img {
    min-height: 200px;
  }

  .img.img-w100.roof-repair-5, .img.img-w100.new-roof-1, .img.home-2, .img.home-3 {
    min-height: 250px;
  }

  .img.fas-img-2 {
    min-height: 200px;
  }

  ._3x1 {
    grid-template-columns: 1fr;
    padding-bottom: 30px;
  }

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

  .h3-section-cta.blue-divider {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .h3-section-cta.no-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3-text {
    font-size: 22px;
  }

  .bullet-list-holder {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .t-igm.h-img-1 {
    min-height: 250px;
  }

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

  ._2x1-roofing {
    margin-bottom: 40px;
  }

  .roof1, .roof2 {
    height: 275px;
  }

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

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

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

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

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

  .livechat-button {
    width: 90%;
  }
}

#w-node-_153a2f82-d8c1-3e2f-4ffe-9e3fd8a12efe-83fb9810, #w-node-_153a2f82-d8c1-3e2f-4ffe-9e3fd8a12f09-83fb9810, #w-node-_87cb35ba-ba80-e38d-c1d6-e217d73be92d-83fb9810, #w-node-_87cb35ba-ba80-e38d-c1d6-e217d73be905-83fb9810, #w-node-_80abaf32-778a-cbae-31f1-5a7007f0d3f0-83fb9810, #w-node-_80abaf32-778a-cbae-31f1-5a7007f0d418-83fb9810, #w-node-_2635e24d-eafb-b2f3-a13f-95ca83123b90-57c99cf2, #w-node-_9cd208bf-fd0d-e68a-8c18-fc7825c42f40-57c99cf2, #w-node-b79b1f34-1c33-6aef-6d13-caa914a4bd0a-84926dda, #w-node-b79b1f34-1c33-6aef-6d13-caa914a4bd0b-84926dda, #w-node-_9d76ce05-1dec-e03f-da3a-7319489db7b4-84926dda, #w-node-_9d76ce05-1dec-e03f-da3a-7319489db7b5-84926dda, #w-node-_9d76ce05-1dec-e03f-da3a-7319489db7b6-84926dda, #w-node-ceaac549-e7b4-697e-0d8d-0de309a74808-1ab876c7, #w-node-ceaac549-e7b4-697e-0d8d-0de309a74813-1ab876c7, #w-node-a36ccd99-462c-2dfc-996f-57fcc758d83f-1ab876c7, #w-node-a36ccd99-462c-2dfc-996f-57fcc758d83e-1ab876c7, #w-node-a36ccd99-462c-2dfc-996f-57fcc758d840-1ab876c7, #w-node-_4e89497d-54f2-f8c3-df2b-b9c71b53a6da-1ab876c7, #w-node-a33913ed-611c-ccd2-6416-e829bf2327b0-92363e80, #w-node-a33913ed-611c-ccd2-6416-e829bf2327bb-92363e80, #w-node-_3967d59d-9f1c-091e-a45c-c888a23f67da-92363e80, #w-node-_3967d59d-9f1c-091e-a45c-c888a23f67dc-92363e80, #w-node-_3967d59d-9f1c-091e-a45c-c888a23f67db-92363e80, #w-node-_5d455e51-fd9f-672f-cbfa-7018f0b42380-92363e80, #w-node-dacfb3dc-cc5a-eded-6326-5d1642a899fe-b72068a5, #w-node-_3f8d5d97-618b-bab1-b81b-13645fe0a118-b72068a5, #w-node-_3f8d5d97-618b-bab1-b81b-13645fe0a119-b72068a5, #w-node-_3f8d5d97-618b-bab1-b81b-13645fe0a11a-b72068a5, #w-node-f370f182-2a9d-3854-1eb6-5a8b6e6caf0a-5ab8773d, #w-node-f370f182-2a9d-3854-1eb6-5a8b6e6caf15-5ab8773d, #w-node-_860a6ac6-b2ab-3cd8-998c-6846ba770d6e-594dcd54, #w-node-_860a6ac6-b2ab-3cd8-998c-6846ba770d90-594dcd54, #w-node-_68f1e620-e156-2ced-f522-f58b3af73695-f9d4a8f4, #w-node-_46e80b0e-08c6-1c3c-b949-4c071d944754-f9d4a8f4, #w-node-_94e2ebda-6fde-7192-43ae-0d59be0f6b41-f9d4a8f4, #w-node-b6e8257c-1c24-5d84-9bbf-f6288c24cc10-f9d4a8f4, #w-node-_48426cbf-9590-0ef7-85fa-b145e34b4876-f9d4a8f4, #w-node-_3cc673c1-38d3-1b6f-69ca-f7d1cbff50ef-f9d4a8f4, #w-node-_69f85f28-e62d-5241-c506-8f589e89d33b-f9d4a8f4, #w-node-_6da93ae5-797d-353c-f3e0-d0a00e71037a-f9d4a8f4, #w-node-a652bfcb-fc5e-426f-98ec-81725ba16d33-f9d4a8f4, #w-node-aa7308bc-d168-1bae-f417-8e63a86f56f6-f9d4a8f4, #w-node-_8931536e-ca8b-cd77-09ee-9218d466d0bc-f9d4a8f4, #w-node-_872568d6-78de-d900-c958-3a94329b4faf-f9d4a8f4, #w-node-f8c7c787-41e0-fd1f-b803-a438d9734c64-f9d4a8f4, #w-node-ea2870f0-b950-0ba2-82a5-7e90cdfbf6b3-f9d4a8f4, #w-node-f8040fae-7a4e-ff93-355c-92a064956014-f9d4a8f4, #w-node-_08f715d7-1edf-da9b-a63d-d45816f03fd4-f9d4a8f4, #w-node-c5434d79-4784-bb9b-fe72-d6cd060a9124-f9d4a8f4, #w-node-bf92ef5c-03f4-1dec-52cb-b29624b251da-f9d4a8f4, #w-node-e5673e8f-ffdf-75aa-c947-765a2791a6b0-f9d4a8f4, #w-node-e7592f33-7e0a-ef80-5eac-5f5125342d4d-f9d4a8f4, #w-node-_7bf4f33a-6ef4-dfae-5285-196cf1053850-f9d4a8f4, #w-node-ee6e9ad2-9ad1-a26b-14d2-550df62ec52c-f9d4a8f4, #w-node-_471dc4d9-8aba-3e18-591f-aed96f6c1c6f-f9d4a8f4, #w-node-_8701742b-934b-a81f-b362-6e2fe86d32e5-f9d4a8f4, #w-node-f139f251-5f94-3bdf-a2e2-262ab07ed96a-f9d4a8f4, #w-node-_028806a7-2685-cde9-85df-32d7ca8446f0-f9d4a8f4, #w-node-_29f9586a-29f3-6810-abd0-7641e2fd73aa-f9d4a8f4, #w-node-c4ea38a5-5aac-ef2c-9752-a85792a7af77-1d81b30c, #w-node-_3b08bcc4-c6a2-3970-c8ec-cb2b2380ce15-1d81b30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74f4808e-b68e-d601-391b-10ec499fc15c-1d81b30c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_153a2f82-d8c1-3e2f-4ffe-9e3fd8a12f09-83fb9810, #w-node-_80abaf32-778a-cbae-31f1-5a7007f0d418-83fb9810 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_74f4808e-b68e-d601-391b-10ec499fc15c-1d81b30c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2635e24d-eafb-b2f3-a13f-95ca83123b90-57c99cf2, #w-node-_9cd208bf-fd0d-e68a-8c18-fc7825c42f40-57c99cf2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b79b1f34-1c33-6aef-6d13-caa914a4bd0a-84926dda, #w-node-b79b1f34-1c33-6aef-6d13-caa914a4bd0b-84926dda {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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