@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 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  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 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: "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 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #1c3a76;
  --white: #fff;
  --primary: #dd0844;
  --transparent: #fff0;
  --light-grey\<deleted\|variable-da8cb8ee-7eed-2331-5dd1-6b19af47bfe4\>: #ccc;
  --pale-grey: #ddd;
  --black: black;
}

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

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

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

.call-now {
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
  background-color: var(--blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.call-now:hover {
  background-color: var(--primary);
  text-shadow: 1px 1px 3px #000000ba;
}

.announcement-time {
  color: var(--white);
}

.announcement-bar {
  z-index: 99;
  background-color: var(--primary);
  color: var(--white);
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 2px 10px #00000080;
}

.announcement-link {
  color: var(--white);
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

.container.announcement-container {
  width: 98%;
  max-width: 98%;
}

.announcement-icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa solid 900", sans-serif;
  text-decoration: none;
  display: flex;
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.announcement-contact-info.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.announcement-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

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

.nav-menu.margin-auto {
  justify-content: space-between;
  margin-left: auto;
}

.dropdown-link {
  color: var(--blue);
  text-transform: uppercase;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .2s ease-in-out;
}

.dropdown-link:hover {
  background-color: var(--blue);
  color: var(--white);
}

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

.co-logo-link {
  color: #fff;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.dropdown-list {
  border-radius: 6px;
  width: 300px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 6px;
  width: auto;
  margin-top: 46px;
  overflow: visible;
}

.nav-link {
  border-bottom: 1px solid var(--transparent);
  color: var(--white);
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .2s ease-in-out;
}

.nav-link:hover {
  border-bottom-color: var(--primary);
}

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

.nav-link.home {
  border-bottom-color: var(--primary);
}

.header-social-icon {
  color: var(--white);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  background-color: var(--primary);
  color: var(--white);
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.dropdown:hover {
  color: var(--primary);
  background-color: #0000;
}

.nav {
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-section {
  z-index: 10;
  border-bottom: 1px solid var(--white);
  background-color: var(--blue);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.slider-arrow {
  background-color: var(--blue);
  border-radius: 6px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s ease-in-out;
  display: none;
}

.slider-arrow:hover {
  background-color: var(--primary);
}

.slide-1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/van1.webp');
  background-position: 0 0, 0 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.button {
  border: 1px solid var(--white);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 4px;
  margin-right: 20px;
  padding: 15px 40px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

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

.button._10p {
  margin-left: 10px;
  margin-right: 10px;
}

.slider-inner-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-section {
  background-image: linear-gradient(#0000, #000c 50%), url('../images/van1.webp');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 75vh;
  min-height: 600px;
  padding-bottom: 100px;
  display: flex;
}

.hero-slider {
  background-color: var(--blue);
  height: 80vh;
  min-height: 600px;
  position: static;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/van2.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-sub {
  color: var(--white);
  letter-spacing: 0;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.arrow-icon {
  font-size: .6em;
}

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.default-btn {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
  margin-top: 10px;
  padding: 15px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.default-btn:hover {
  background-color: var(--white);
  color: var(--primary);
}

.default-btn.blue {
  background-color: var(--blue);
}

.default-btn.blue:hover {
  background-color: var(--white);
  color: var(--blue);
}

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

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

.left-section {
  flex: 0 auto;
  width: 48%;
}

.left-section._100 {
  width: 100%;
}

.btn-wrapper {
  padding-top: 20px;
}

.img-section {
  box-shadow: 11px -11px 0 0 var(--primary);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.img-section.fascias {
  background-image: url('../images/274622504_2155019834670276_4716413785469377897_n.webp');
}

.img-section.home {
  background-image: url('../images/268434809_2095918930580367_1709159655784122574_n.webp');
}

.img-section.flat {
  background-image: url('../images/281275692_2214534655385460_4197453261909453414_nthumb.webp');
}

.img-section.reroof {
  background-image: url('../images/_356531689.webp');
}

.img-section.repairs {
  background-image: url('../images/295563828_481122867358293_4667748902913901727_n.webp');
}

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

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

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

.bullet-list._2col._0b {
  margin-bottom: 0;
}

.bullet-list.areas {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.bullet-list._3col._0b {
  margin-bottom: 0;
}

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

.bullet-list._4col._0b {
  margin-bottom: 0;
}

.top-title-content {
  text-align: center;
}

.bullet-block-title {
  color: var(--white);
  text-align: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.bullet-list-services {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.bullet-item {
  color: #838383;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.bullet-block-btn {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
  margin-top: auto;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.bullet-block-btn:hover {
  background-color: var(--white);
  color: var(--primary);
}

.bullet-block {
  background-color: var(--blue);
  text-align: left;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  transition: all .3s ease-in-out;
  display: flex;
}

.bullet-block:hover {
  box-shadow: 0 10px 20px #00000080;
}

.bullet-heading {
  color: var(--white);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.container-fluid.display-flex {
  background-color: var(--primary);
  display: flex;
}

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

.img-full.home, .img-full.fascias {
  background-image: url('../images/274035499_2145691212269805_3970791947672903455_n.webp');
}

.img-full.fascias2 {
  background-image: url('../images/163965824_1880771435428452_6453258211599520898_n.webp');
}

.img-full.flat {
  background-image: url('../images/295557427_481142114023035_6132298271075232118_n.webp');
}

.img-full.reroof {
  background-image: url('../images/123189413_1756997427805854_1534244355496520465_n_1123189413_1756997427805854_1534244355496520465_n.webp');
}

.img-full.reroof2 {
  background-image: url('../images/PHOTO-2022-12-05-11-34-40thumb.webp');
}

.img-full.repairs {
  background-image: url('../images/281199590_2214545352051057_6788298747688706720_n.webp');
}

.img-full.flat2 {
  background-image: url('../images/flat-roof-image-to-replace-footprint-image.webp');
  background-position: 50% 10%;
}

.img-full.repairs1 {
  background-image: url('../images/123210327_1757022974469966_1718872655609647969_n.webp');
  background-position: 50% 40%;
}

._2-col-section {
  padding-top: 0;
  padding-bottom: 0;
}

.text-content {
  background-color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-content.red {
  background-color: var(--primary);
}

.text-content.red._10, .text-content._100 {
  width: 100%;
}

.text-content._100.redline {
  border-bottom: 10px solid var(--primary);
}

.cta-section {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-section.contactform {
  background-color: var(--blue);
}

.cta-section.contactform._40b {
  padding-bottom: 40px;
}

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

.content-h3-box {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-3-text {
  color: var(--white);
  text-transform: uppercase;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 44px;
}

.h3-cta-btns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34%;
  display: flex;
}

.h3-cta-call-btn {
  background-color: var(--white);
  color: var(--primary);
  margin-right: 20px;
  padding: 15px 20px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline;
}

.h3-cta-call-btn.btn-outline {
  border: 1px solid var(--light-grey\<deleted\|variable-da8cb8ee-7eed-2331-5dd1-6b19af47bfe4\>);
  color: var(--white);
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.h3-cta-call-btn.btn-outline:hover {
  color: var(--primary);
  background-color: #fdfdfd;
}

.brand-bands {
  background-color: var(--pale-grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.brand-icon {
  color: #bdbdbd;
  font-family: "Fa brands 400", sans-serif;
  font-size: 5em;
  line-height: 1;
  display: inline-block;
}

.footer-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-block {
  border-right: 1px solid var(--white);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.contact-block.border-none {
  border-right-style: none;
  align-items: center;
  padding-right: 20px;
}

.footer-social-media {
  background-color: var(--primary);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-media:hover {
  background-color: var(--light-grey\<deleted\|variable-da8cb8ee-7eed-2331-5dd1-6b19af47bfe4\>);
  color: var(--primary);
}

.footer-mid-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 60px;
  display: grid;
}

.footer-section {
  background-color: var(--blue);
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-menu-text {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.contact-type-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.footer-contact-info {
  border: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.contact-icon {
  background-color: var(--primary);
  color: #fff;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 20px;
  font-family: "Fa 300", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.contact-icon.blue {
  background-color: var(--primary);
}

.contact-info-link {
  color: var(--white);
  text-decoration: none;
  display: inline-block;
}

.footer-copy {
  border-top: 1px solid #ffffff17;
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.svs-box {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  min-height: 350px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.svs-box._1 {
  background-image: url('../images/295502004_481143274022919_6781204356380380472_nthumb.webp');
  background-position: 0%;
}

.svs-box._2 {
  background-image: url('../images/281275692_2214534655385460_4197453261909453414_nthumb.webp');
}

.svs-box._3 {
  background-image: url('../images/273580563_2139778146194445_595800366928203190_n.webp');
}

.svs-box._4 {
  background-image: url('../images/274622504_2155019834670276_4716413785469377897_n.webp');
}

.svs-box._5 {
  background-image: url('../images/286985548_2233925083446417_2297830888096074167_nthumb.webp');
}

.service-box-title {
  background-color: var(--white);
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.service-box-title.link {
  background-color: var(--primary);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 0 10px 10px 0;
  width: auto;
  min-width: 120px;
  font-weight: 500;
  transition: all .2s;
}

.service-box-title.link:hover {
  background-color: var(--blue);
}

.container-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-2.test-container {
  padding-top: 0;
}

.testimonials-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.testemonials {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 100px;
}

.sub-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 700;
}

.sub-heading.white {
  color: var(--white);
  letter-spacing: 1px;
  font-weight: 500;
}

.heading-2 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.heading-2.white {
  color: var(--white);
  font-size: 30px;
  line-height: 40px;
}

.heading-2._20b {
  margin-bottom: 30px;
}

.co-logo {
  width: 100%;
  max-width: 250px;
}

.h1 {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 3px 8px #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 110px;
  display: flex;
}

.p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

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

.p._10 {
  margin-top: -10px;
}

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

.top-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 44px;
}

.top-heading._10 {
  margin-top: -10px;
}

.sub-head {
  margin-bottom: 10px;
  font-size: 18px;
}

.slide-nav-2 {
  display: none;
}

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

.container-block.make-big {
  width: 100%;
}

.h2-dark {
  color: var(--white);
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 42px;
}

.footer-list {
  color: var(--white);
  text-align: center;
  font-weight: 400;
}

.service-box {
  width: 100%;
  display: flex;
}

.backtotop {
  height: 0;
}

.dropdown-toggle {
  border-bottom: 1px solid var(--transparent);
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px 10px 10px;
  font-weight: 500;
  transition: all .2s;
}

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

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

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

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

.fs-cc-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;
  font-weight: 400;
}

.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(--primary);
  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;
  font-weight: 400;
  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 {
  background-color: var(--white);
  color: #333;
  cursor: pointer;
  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-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

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

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

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

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

.fs-cc-prefs_title {
  color: var(--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(--black);
  color: var(--black);
  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 {
  color: var(--primary);
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #0009;
  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(--primary);
  background-color: var(--primary);
  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(--blue);
  background-color: var(--blue);
  color: var(--white);
}

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

.bottom-link {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

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

.lottie {
  width: 50px;
  display: inline-flex;
}

.contact-right {
  width: 48.5%;
  position: static;
}

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

.hero-text {
  text-shadow: 0 4px 8px #000000e6;
  max-width: 900px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.hyperlink {
  box-shadow: inset 0 -1px 0 0 var(--white);
  color: var(--white);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

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

.contact-div {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.contact-us-div {
  width: 48.5%;
}

.contact-div-box {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.contact-div-box._0b {
  margin-bottom: 0;
}

.contact-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0;
  display: flex;
}

.velux-logo {
  border: 10px solid var(--white);
  width: 100px;
  height: 69px;
  margin-right: 20px;
}

.bottom-logo-div {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.list {
  text-align: center;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-nav-item {
  color: #fff;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .2s;
}

.footer-nav-item:hover {
  color: #ffce07;
}

.footer-nav-item.footer-contact {
  color: #fff;
  text-align: left;
  text-transform: none;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.bottom-icon {
  justify-content: flex-start;
  align-items: center;
  min-width: 30px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.footer-contact-link {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-contact-link:hover {
  color: #fff;
}

.smaller-hero {
  background-image: linear-gradient(#0009, #0009), url('../images/van1.webp');
  background-position: 0 0, 0 71%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.hero-heading {
  text-align: center;
  text-transform: uppercase;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

.bullet-icon {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  margin-right: 10px;
  padding: 5px;
}

.bullet-icon.blue {
  background-color: var(--blue);
}

.small-heading {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.blue-section {
  padding-top: 0;
  padding-bottom: 0;
}

._3-box-div {
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 30px;
  display: flex;
}

._3-div-box {
  border: 1px solid var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 31.5%;
  padding: 40px;
  display: flex;
  box-shadow: 0 20px 20px -20px #00000080;
}

.gallery-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  display: none;
}

.lightbox {
  text-decoration: none;
}

.p-2 {
  background-color: #0000;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.p-2._1 {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 5px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 2px 5px #0006;
}

.p-2._1.after {
  background-color: var(--blue);
}

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

.site-map-link {
  color: var(--white);
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

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

.single-image-div.home {
  background-image: url('../images/268434809_2095918930580367_1709159655784122574_n.webp');
}

.single-image-div.fascia-1 {
  background-image: url('../images/274622504_2155019834670276_4716413785469377897_n.webp');
  background-position: 50% 0;
}

.single-image-div.flat-1 {
  background-image: url('../images/281275692_2214534655385460_4197453261909453414_nthumb.webp');
}

.single-image-div.reroof {
  background-image: url('../images/_356531689.webp');
}

.single-image-div.repair {
  background-image: url('../images/295563828_481122867358293_4667748902913901727_n.webp');
  background-position: 50%;
}

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

.large-single-image-div.about {
  background-image: url('../images/274035499_2145691212269805_3970791947672903455_n.webp');
  background-position: 100%;
  background-size: cover;
}

.large-single-image-div.fascia-2 {
  background-image: url('../images/295405859_481142150689698_5183377525494691878_nthumb.webp');
  background-position: 50%;
  background-size: cover;
}

.large-single-image-div.fascia-3 {
  background-image: url('../images/163965824_1880771435428452_6453258211599520898_n.webp');
  height: 400px;
}

.large-single-image-div.flat-2 {
  background-image: url('../images/295557427_481142114023035_6132298271075232118_n.webp');
}

.large-single-image-div.flat-3 {
  background-image: url('../images/flat-roof-image-to-replace-footprint-image.webp');
  background-position: 50% 20%;
  background-size: cover;
  min-height: 500px;
}

.large-single-image-div.reroof-2 {
  background-image: url('../images/123189413_1756997427805854_1534244355496520465_n_1123189413_1756997427805854_1534244355496520465_n.webp');
  background-position: 50%;
  background-size: cover;
}

.large-single-image-div.reroof-3 {
  background-image: url('../images/PHOTO-2022-12-05-11-34-40.webp');
  min-height: 500px;
}

.large-single-image-div.repair-2 {
  background-image: url('../images/313261848_572996004837645_3853997644250124622_n.webp');
  min-height: 400px;
}

.large-single-image-div.repair-3 {
  background-image: url('../images/281199590_2214545352051057_6788298747688706720_n.webp');
  background-position: 50% 80%;
  height: 400px;
}

.large-single-image-div.repair-4 {
  background-image: url('../images/123210327_1757022974469966_1718872655609647969_n.webp');
  background-position: 50% 100%;
  background-size: cover;
  height: 400px;
}

.box-icon {
  width: 80px;
  margin-bottom: auto;
}

.page-loader {
  z-index: 1000;
  border: 10px solid var(--primary);
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.page-loader-lottie {
  z-index: 1002;
  width: 90%;
  max-width: 1000px;
  position: relative;
  overflow: hidden;
}

.page-loader-box {
  z-index: 1001;
  border: 10px solid var(--primary);
  background-color: #1c3a76e6;
  width: 90%;
  max-width: 850px;
  height: 400px;
  margin: auto;
  position: absolute;
  inset: 0%;
  box-shadow: 0 30px 60px #0003;
}

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

.menu-button-image-link.re-roof {
  background-image: url('../images/273580563_2139778146194445_595800366928203190_n.webp');
}

.page-loader-bg {
  background-image: linear-gradient(#1c3a76, #1c3a76);
  position: absolute;
  inset: 0%;
}

.bg-img {
  z-index: 1001;
  background-image: linear-gradient(#1c3a76e6, #1c3a76e6), url('../images/van2.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

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

.live-chat-top-text.block {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

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

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

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

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

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

.chat-section {
  background-color: var(--white);
  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 {
  background-color: var(--blue);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.chat-block {
  background-color: var(--blue);
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--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(--primary);
  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(--primary);
  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 {
  border: 1px solid var(--white);
  background-color: var(--blue);
}

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

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

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

.footer-link:hover {
  font-weight: 500;
}

.d-105-timer-text-2 {
  background-color: var(--primary);
  color: #fff;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 20px;
  box-shadow: -2px 2px 5px #0003;
}

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

.basic-p-block._w-100 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.basic-p-block._w-100.auto {
  flex-flow: row;
  display: flex;
}

.basic-p-block._w-100.auto.gal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.d-105-card-title-2 {
  color: #333;
  margin-top: 0;
  font-size: 19px;
  font-weight: 300;
  line-height: 26px;
}

.d-105-timer-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.d-105-card-wrapper {
  transform-origin: 50% 0;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 10px 20px -15px #fff9;
}

.d-105-image-wrapper {
  transform-origin: 50% 0;
  background-image: url('../images/NordWood_7405.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.d-105-image-wrapper.three {
  background-image: url('../images/New-three-layer-torch1.webp');
  background-position: 50%;
  background-size: cover;
}

.d-105-image-wrapper.five {
  background-image: url('../images/2_3.webp');
  background-position: 50% 0;
}

.d-105-image-wrapper.two {
  background-image: url('../images/5.webp');
}

.d-105-image-wrapper.one {
  background-image: url('../images/4_1.webp');
}

.d-105-image-wrapper.four {
  background-image: url('../images/2_2.webp');
}

.d-105-3d-wrapper-2 {
  perspective: 1000px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 450px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  overflow: visible;
  box-shadow: -5px 7px 5px #0003;
}

.d-105-recipe-text-2 {
  border-bottom: 1px solid var(--blue);
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
}

.d-105-text-wrapper {
  height: 42%;
  padding: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

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

@media screen and (min-width: 1920px) {
  .heading-2 {
    font-size: 2.5rem;
  }

  .contact-right {
    position: static;
  }

  .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) {
  .container.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.nav-fluid {
    width: 100%;
    padding: 0;
  }

  .announcement-contact-info.margin-right-20 {
    flex: none;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    display: none;
  }

  .announcement-wrapper {
    flex-direction: row;
  }

  .header-social-media {
    justify-content: space-around;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
  }

  .nav-menu.margin-auto {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-top: 20px;
  }

  .dropdown-link {
    color: var(--white);
    background-color: #0000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .nav-link {
    background-color: var(--blue);
    color: var(--white);
    border-bottom-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .nav-link:hover {
    background-color: var(--primary);
    color: var(--white);
  }

  .header-social-icon {
    background-color: var(--white);
    color: var(--blue);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 20px;
    font-size: 22px;
  }

  .header-social-icon:hover {
    color: var(--white);
  }

  .dropdown {
    background-color: var(--blue);
    color: #fff;
    border-bottom: 1px solid #0000000d;
    border-radius: 0;
    width: 100%;
  }

  .dropdown:hover {
    background-color: var(--blue);
    color: #fff;
    border-radius: 0;
  }

  .dropdown.w--open {
    color: #fff;
    background-color: #ef233c;
  }

  .nav-toggle {
    border-radius: 6px;
    margin-left: auto;
  }

  .nav-toggle.w--open {
    background-color: var(--primary);
  }

  .nav {
    background-color: var(--blue);
    height: 100%;
  }

  .navbar {
    justify-content: space-around;
    align-items: center;
  }

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

  .hero-content {
    width: 90%;
  }

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

  .hero-section {
    justify-content: center;
    align-items: center;
    height: 500px;
    min-height: 0;
    padding-bottom: 0;
  }

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

  .hero-sub {
    margin-top: 5px;
    font-size: 22px;
    line-height: 28px;
  }

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

  .default-btn {
    margin-right: auto;
  }

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

  .left-section {
    width: 100%;
  }

  .btn-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .img-section {
    box-shadow: none;
    width: 100%;
    min-height: 400px;
    margin-top: 40px;
  }

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

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

  .bullet-list-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bullet-list-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .bullet-block-btn {
    margin-top: 10px;
  }

  .bullet-block {
    padding: 20px;
  }

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

  .img-full {
    width: 100%;
  }

  .text-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

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

  .h3-wrapper {
    flex-direction: column;
  }

  .content-h3-box {
    width: 100%;
  }

  .heading-3-text {
    text-align: center;
  }

  .h3-cta-btns {
    justify-content: center;
    width: 60%;
    padding-top: 20px;
    display: flex;
  }

  .footer-col {
    margin-bottom: 20px;
  }

  .contact-block {
    border-bottom: 1px #8a8a8a;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-block.border-none {
    border-bottom-style: none;
  }

  .footer-mid-content {
    grid-template-columns: .75fr 1fr 1fr;
    padding-top: 40px;
  }

  .footer-contact-info {
    border-width: 0;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-copy {
    margin-top: 60px;
    padding-bottom: 50px;
  }

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

  .service-box-title {
    padding: 10px;
  }

  .testimonials-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .heading-2 {
    padding-right: 0;
  }

  .co-logo {
    width: 250px;
  }

  .h1 {
    width: 100%;
    max-width: 580px;
    font-size: 80px;
    line-height: 80px;
  }

  .container-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle {
    background-color: var(--blue);
    color: var(--white);
    border-bottom-width: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .dropdown-toggle:hover {
    border-bottom-color: var(--blue);
    background-color: var(--primary);
    color: var(--white);
  }

  .contact-right {
    width: 100%;
  }

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

  .hero-text {
    font-size: 28px;
    line-height: 36px;
  }

  .contact-div {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .contact-div-box {
    border-bottom: 1px #8a8a8a;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
  }

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

  .hero-heading {
    font-size: 70px;
    line-height: 70px;
  }

  ._3-box-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  ._3-div-box {
    width: 100%;
  }

  .areas-map {
    margin-bottom: 10px;
  }

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

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

  .single-image-div.fascia-1, .single-image-div.flat-1, .single-image-div.reroof, .single-image-div.repair {
    margin-bottom: 20px;
  }

  .large-single-image-div {
    width: 100%;
    height: 450px;
  }

  .large-single-image-div.flat-3 {
    min-height: 450px;
  }

  .large-single-image-div.reroof-3 {
    min-height: 100%;
  }

  .menu-button-image-link {
    height: 160px;
  }

  .whatsapp-block {
    display: flex;
  }

  .whatsapp-container {
    border-radius: 10px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

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

  .basic-p-block._w-100 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .basic-p-block._w-100.auto.gal {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .d-105-3d-wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .call-now {
    border: 1px solid var(--white);
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .announcement-bar {
    position: static;
  }

  .container.announcement-container {
    padding: 0;
    position: static;
  }

  .container.nav-fluid {
    padding-top: 0;
  }

  .announcement-contact-info.margin-right-20 {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

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

  .nav-section {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .slider-inner-content {
    height: auto;
  }

  .hero-section, .hero-slider {
    height: 400px;
  }

  .default-btn {
    flex-direction: row;
    display: flex;
  }

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

  .img-section {
    min-height: 350px;
  }

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

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

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

  .bullet-list-services {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bullet-list-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .img-full {
    min-height: 250px;
  }

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

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

  .h3-cta-btns {
    width: 100%;
  }

  .brand-band-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .footer-col {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-mid-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: .75fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    display: flex;
  }

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

  .footer-menu-text {
    margin-bottom: 10px;
  }

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

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

  .container-2 {
    padding-top: 20px;
  }

  .testimonials-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading-2 {
    font-size: 2rem;
  }

  .co-logo {
    width: 200px;
  }

  .h1 {
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 60px;
  }

  .button-div {
    width: 100%;
    max-width: 400px;
    display: flex;
  }

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

  .bottom-link {
    margin-bottom: 5px;
  }

  .contact-right {
    position: static;
  }

  .hero-text {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
  }

  .contact-div {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-nav-item.footer-contact {
    margin-bottom: 10px;
  }

  .smaller-hero {
    height: 250px;
  }

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

  .single-image-div {
    height: 250px;
  }

  .single-image-div.fascia-1, .single-image-div.reroof, .single-image-div.repair, .large-single-image-div, .large-single-image-div.fascia-3 {
    height: 350px;
  }

  .large-single-image-div.flat-3 {
    min-height: auto;
  }

  .large-single-image-div.reroof-3 {
    min-height: 100%;
  }

  .large-single-image-div.repair-2 {
    min-height: auto;
  }

  .large-single-image-div.repair-3, .large-single-image-div.repair-4 {
    height: 350px;
  }

  .basic-p-block._w-100 {
    display: block;
  }

  .basic-p-block._w-100.auto.gal {
    grid-template-columns: 1fr;
  }

  .d-105-3d-wrapper-2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .call-now {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 6px;
    margin-right: auto;
    padding: 15px 20px;
  }

  .container.announcement-container {
    width: 95%;
    max-width: 95%;
    padding-top: 1px;
  }

  .announcement-icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
    line-height: 14px;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 17px;
  }

  .nav-menu.margin-auto {
    border-top: 1px solid #0000000d;
    width: 100%;
  }

  .slider-arrow {
    display: none;
  }

  .button {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    display: block;
  }

  .button._2 {
    margin-top: 10px;
  }

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

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

  .hero-slider {
    height: 480px;
  }

  .hero-sub {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .default-btn {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }

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

  .btn-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

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

  .bullet-list._20b {
    margin-bottom: 10px;
  }

  .bullet-list.areas {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .bullet-block-title {
    margin-bottom: 10px;
  }

  .bullet-list-services {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bullet-list-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .bullet-block-btn {
    border-radius: 6px;
    margin-top: 5px;
  }

  .bullet-block {
    border-radius: 10px;
  }

  .text-content {
    flex-direction: row;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

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

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

  .h3-cta-btns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h3-cta-call-btn {
    text-align: center;
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .h3-cta-call-btn.btn-outline {
    flex: none;
  }

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

  .footer-col.last {
    margin-bottom: 0;
  }

  .contact-block {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-mid-content {
    padding-top: 0;
  }

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

  .footer-contact-info {
    margin-bottom: 20px;
  }

  .contact-icon {
    display: none;
  }

  .contact-info-link {
    line-height: 1.4;
  }

  .footer-copy {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 80px;
  }

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

  .svs-box {
    min-height: 250px;
  }

  .service-box-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-box-title.link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .testimonials-grid {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
  }

  .testemonials {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .heading-2 {
    font-size: 1rem;
  }

  .heading-2.white._20b {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }

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

  .top-heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
  }

  .sub-head {
    margin-bottom: 5px;
  }

  .slide-nav-2 {
    display: none;
  }

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

  .h2-dark {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .service-box {
    flex-flow: column;
  }

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

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

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

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

  .hero-text {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .contact-div {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
  }

  .contact-div-box {
    margin-bottom: 10px;
  }

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

  .footer-nav-item.footer-contact {
    justify-content: flex-start;
  }

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

  .smaller-hero {
    height: 200px;
  }

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

  ._3-div-box {
    padding: 10px;
  }

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

  .p-2._1 {
    padding-bottom: 0;
  }

  .single-image-div.fascia-1, .single-image-div.reroof, .single-image-div.repair {
    height: 250px;
  }

  .large-single-image-div {
    border-radius: 4px;
    width: 100%;
    height: 250px;
  }

  .large-single-image-div.fascia-3, .large-single-image-div.repair-3, .large-single-image-div.repair-4 {
    height: 250px;
  }

  .page-loader-lottie {
    width: 100%;
  }

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

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

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

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

  .livechat-button {
    width: 90%;
  }

  .d-105-3d-wrapper-2 {
    min-height: 500px;
  }
}

#w-node-d4cfa3ce-90fc-4f46-dfba-4b32c68b8bbf-d9913823 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adbea63c-d41c-c327-4198-4a5a8d58accf-d9913823 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5a1d9f18-e588-56e6-d6ed-7ae3c4649e06-d9913823, #w-node-_2ee52069-c011-2593-2af0-b82ee0617beb-d9913823, #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-d9913823 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-d9913823, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230082-d9913823, #w-node-d6413dd0-3c87-6e39-046e-f27dfe23009f-d9913823, #w-node-_7b3a0995-4ab9-fbaa-dee1-ca7b8388ad80-d9913823 {
  place-self: auto;
}

#w-node-_5d7a501f-c3c6-3913-bd63-bb004b5ef965-4b5ef962, #w-node-cf7d04c6-6a6a-7f65-7500-805ca5a34dd0-4b5ef962 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-adbea63c-d41c-c327-4198-4a5a8d58accf-d9913823 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-d9913823 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_16fd7c91-f1a4-ff8f-7a29-d54209026972-09026953 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-d9913823, #w-node-_16fd7c91-f1a4-ff8f-7a29-d54209026972-09026953 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6740a32e-634d-c46e-1e71-a4920a06016a-069283de {
    justify-self: auto;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55e7-5e6d55df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55ec-5e6d55df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55f1-5e6d55df {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }

  #w-node-_96c78c03-1189-0a7f-2cff-bf046a21ecb9-e7c0cdcf, #w-node-_533b937f-1f1a-2ed7-8b06-85b2528e9cff-db999ce7, #w-node-ddf3fa1c-7bae-38c4-f890-cdb6357d6b98-20fd1a76, #w-node-b67a9f27-5731-751b-7b5b-fb41f54cad8c-73ac4b5a {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6740a32e-634d-c46e-1e71-a4920a06016a-069283de {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55e7-5e6d55df {
    justify-self: center;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55ec-5e6d55df {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55f1-5e6d55df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_96c78c03-1189-0a7f-2cff-bf046a21ecb9-e7c0cdcf, #w-node-_533b937f-1f1a-2ed7-8b06-85b2528e9cff-db999ce7, #w-node-ddf3fa1c-7bae-38c4-f890-cdb6357d6b98-20fd1a76, #w-node-b67a9f27-5731-751b-7b5b-fb41f54cad8c-73ac4b5a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}


@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 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  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 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: '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 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}