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

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

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

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

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

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

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

@font-face {
  font-family: "Fa 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 V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --white: white;
  --orange: #f88000;
  --bg-orange: #fa8030;
  --transparent: #fff0;
  --blue: #1c52cf;
}

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

.h1 {
  width: 50%;
  font-size: 50px;
}

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

.nav-section {
  z-index: 10;
  background-color: #000;
  border-bottom: 1px #5e5e5e;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px #0003;
}

.call-us-today-link {
  display: none;
}

.navbar {
  background-color: #0000;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
}

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

.co-logo-link {
  width: 150px;
}

.co-logo-link.w--current {
  flex: none;
  margin-right: 5px;
}

.dropdown-link {
  color: #000;
  text-transform: uppercase;
  background-color: #000;
  border-bottom: 1px solid #f7f7f226;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-link:hover {
  border-bottom-style: solid;
  padding-left: 30px;
}

.dropdown-link.w--current {
  background-color: #000;
}

.dropdown-link.lst {
  border-bottom-style: none;
  border-bottom-color: #f7f7f200;
}

.dropdown-toggle {
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px 10px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #fa8030;
}

.co-logo {
  background-color: #0000;
  padding-bottom: 0;
}

.dd-text {
  z-index: 1;
  color: #fff;
  font-family: Poppins, sans-serif;
  position: relative;
}

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

.dl-menu.w--open {
  background-color: #000;
  border-radius: 4px;
  margin-top: 15px;
  margin-left: 0;
  overflow: hidden;
}

.drop-down-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 250px;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

.ripple {
  z-index: 0;
  color: #fff;
  background-color: #fa8030;
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -60% auto auto;
}

.ripple.dropdown {
  background-color: #fa8030;
  right: -35%;
}

.ripple.black {
  background-color: #000;
}

.mobile-block {
  color: var(--white);
  align-items: center;
  margin-right: 10px;
  font-weight: 500;
  display: flex;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all .2s;
}

.nav-link:hover {
  color: #fa8030;
}

.nav-link.w--current {
  color: var(--orange);
  background-color: #0000;
  font-size: 14px;
}

.top-contact-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-contact {
  border-left: 1px solid #5f5f5130;
  flex: none;
  margin-left: 10px;
  padding-left: 5px;
}

.grey-underline {
  background-color: #d3d3d3;
  border-radius: 0;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

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

.hyperlink:hover {
  color: #fff;
  box-shadow: inset 0 -40px #fa8030;
}

.hyperlink.wht {
  color: var(--white);
}

._2-column-div {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.left-div {
  width: 100%;
  transition: all .2s;
}

.left-div._48 {
  width: 48%;
}

.h1-2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

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

.p._30b {
  margin-bottom: 30px;
}

.p.white {
  color: #fff;
}

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

.p.padding {
  padding-top: 20px;
}

.button-text {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}

.button-text.call {
  width: 100%;
  height: 100%;
  color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s;
}

.button-text.call:hover {
  color: #fff;
}

.button-text.call.whit {
  color: var(--white);
}

.button-text.call.blk {
  color: var(--black);
}

.button-text.call.blk:hover {
  color: var(--white);
}

.img-div {
  z-index: 1;
  background-image: url('../images/AdobeStock_897912351.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 48%;
  position: relative;
}

.img-div.h1 {
  background-image: url('../images/processed-72B8F5C4-72DB-4EE2-B761-0F586CBCC15C.webp');
}

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

.button-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.button {
  z-index: 1;
  border: 1px solid var(--orange);
  color: #fff;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-right: 20px;
  padding: 15px 0;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.button.white {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.button.call {
  background-color: #fff;
  border: 1px solid #fa8030;
  padding-top: 0;
  padding-bottom: 0;
}

.button.call:hover, .button.call.white {
  color: var(--white);
}

.button.topp {
  margin-top: 20px;
}

.button.blk {
  border-color: var(--black);
}

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

.large-p-block {
  background-color: #fff;
  margin-left: 40px;
  margin-right: 40px;
  padding: 40px;
  box-shadow: 2px 2px 3px 1px #0003;
}

.large-image-section {
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.h2.white-bold {
  color: #fff;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.h2.white {
  color: var(--white);
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
}

.pinned-div {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.bullet-icon {
  color: #fff;
  background-color: #fa8030;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Sharp 400", Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

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

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

.bullet-heading {
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.bullet-heading.white {
  color: #fff;
}

.bullet-heading.dwn {
  flex-flow: row;
}

.lrg-img-div {
  background-image: url('../images/processed-7D8AE9B8-B679-496F-AB4F-C5B7DD2B9CA9.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  height: 100%;
  min-height: 800px;
  display: flex;
}

.lrg-img-div.ep {
  background-image: url('../images/AdobeStock_1656976583-1.webp');
}

.lrg-img-div.pr {
  background-image: url('../images/AdobeStock_1802918390.webp');
}

.lrg-img-div.du {
  background-image: url('../images/AdobeStock_1656976583-1.webp');
  min-height: 700px;
}

.quote-symbol {
  color: #fff;
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 0;
  font-family: "Fa Solid 900", Georgia, sans-serif;
  font-size: 90px;
  line-height: 1;
  display: flex;
  position: relative;
}

.testemonials-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.h2-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.h2-div.split {
  justify-content: space-between;
}

.h2-div._30b {
  margin-bottom: 30px;
}

.h2-div.m-bottom-30 {
  justify-content: center;
  margin-bottom: 30px;
}

.testemonials {
  background-color: var(--orange);
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.text-line {
  background-color: #fa8030;
  width: 40px;
  height: 2px;
  margin-bottom: 20px;
}

.text-line._0b {
  background-color: var(--black);
  margin-bottom: 0;
  margin-right: 20px;
}

.text-line._10r {
  margin-right: 10px;
}

.h2-wrap {
  align-items: center;
  display: flex;
}

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

.grid-image-large-div {
  background-image: url('../images/processed-66F736D2-7C10-492E-A7CE-1C2B88638C89.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 600px;
}

.grid {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 0;
}

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

.grid._3x3.top, .grid.top {
  margin-top: 20px;
}

.grey-dividing-line {
  background-color: var(--white);
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.grid-image-div._1 {
  background-image: url('../images/original-41D2015D-0583-4898-A021-6D98A0C21079.webp');
  background-position: 50%;
}

.grid-image-div._2 {
  background-image: url('../images/original-1623CBCA-2123-4F59-AC16-A95D74E95E53.webp');
}

.gradient-section {
  background-image: linear-gradient(0deg, var(--orange) 50%, var(--black) 50%, var(--black) 59%);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.contact-info-block {
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.contact-info-block.last {
  margin-bottom: 0;
}

.git-icon {
  color: #fff;
  background-color: #fa8030;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Fa Sharp Solid 900", Tahoma, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.left-contact {
  flex-direction: column;
  justify-content: flex-start;
  width: 40%;
  display: flex;
}

.form-div {
  flex-direction: column;
  justify-content: flex-start;
  width: 60%;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 4px #0003;
}

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

.cta-link {
  color: var(--black);
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.cta-link.address {
  max-width: 350px;
  color: var(--black);
  margin-top: 10px;
}

.contact-section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.cta-text-contact {
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.heading-3-section {
  background-color: #fa8030;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.h3-img {
  background-image: url('../images/original-31279776-88B2-4EF7-AF84-AD21DDA271C2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.h3-text {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.h3-div {
  background-color: #d3d3d3;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

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

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

.bottom-title {
  color: #d3d3d3;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

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

.footer-text {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  display: flex;
}

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

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

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

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

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

.fs-cc-prefs_close {
  z-index: 1;
  background-color: var(--orange);
  color: #333;
  cursor: pointer;
  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_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.footerlinks {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

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

.footer-link {
  color: #fff;
  text-decoration: none;
}

.footer-section {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_text {
  color: #000;
  font-size: 12px;
}

.fs-cc-banner_text {
  color: #000;
  margin-right: 24px;
}

.bottom-box {
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 60px;
  display: flex;
}

.bottom-box._2 {
  border-left-width: 0;
  border-right-width: 0;
  justify-content: flex-start;
  align-items: center;
}

.bottom-box._3 {
  justify-content: flex-start;
  align-items: center;
}

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

.fs-cc-prefs_component {
  z-index: 1997;
  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_form {
  background-color: var(--black);
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

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

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

.cookie-banner {
  z-index: 2000;
  position: relative;
}

.bottom-icon {
  color: #d3d3d3;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa Sharp Solid 900", Tahoma, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

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

.bottom-boxes {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.chat-section {
  background-color: #fa8030;
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.footer-logo-link {
  display: flex;
}

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

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  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(--orange);
  transform: scale(1.05);
}

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

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

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

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

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

.fs-cc-banner_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

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

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

.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_button {
  background-color: var(--white);
  color: #333;
  cursor: pointer;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

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

.fs-cc-prefs_button {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

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

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

.bottom-link {
  color: #fff;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.bottom-link:hover {
  color: #d3d3d3;
}

.bottom-link.nolink {
  text-align: center;
  cursor: auto;
}

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

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

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

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

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

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

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

.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_title {
  color: #fa8030;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

.bottom-div {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.livechat-button {
  background-color: #000;
  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: #4c4a4b;
}

.bottom-logo {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.banner-header {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: row;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 65px;
  display: block;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.sub-heading {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #212121;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 150%;
}

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

.service-top-image {
  background-image: url('../images/original-EF4AA0AC-D01B-4CDE-B964-40C1B3015E10.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 350px;
  display: flex;
}

.service-top-image._4 {
  overflow-wrap: normal;
  background-image: url('../images/original-C6F93791-2A29-4E34-8962-E2A3705812A3.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._3 {
  background-image: url('../images/original-65BC37F9-5DA6-4FC4-AF65-B1FD9C8927B8.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._2 {
  background-image: url('../images/original-1623CBCA-2123-4F59-AC16-A95D74E95E53.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._5 {
  background-image: url('../images/AdobeStock_1955114567.jpeg');
}

.service-top-image._6 {
  background-image: url('../images/AdobeStock_338377354-1.jpeg');
}

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

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

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

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

.body-section {
  background-color: var(--black);
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.service-div {
  border-bottom: 1px solid #fff;
  height: auto;
  padding-bottom: 20px;
}

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

.arrow {
  margin-top: 5px;
}

.service-header {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 40px;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.container-3 {
  flex-direction: column;
  align-items: flex-start;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.bold-text, .bold-text-2 {
  font-family: Poppins, sans-serif;
}

.container-4 {
  flex-direction: column;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-4.banner {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.body {
  font-family: Poppins, sans-serif;
}

.hero-area {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_1407152693.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  display: flex;
}

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

.top-icon {
  margin-right: 5px;
  font-family: "Fa 400", Palatino Linotype, sans-serif;
}

.wave-overlay {
  z-index: 100;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.overlay-w2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 350px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wave-1 {
  width: 100%;
}

.overlay-w3 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 350px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wave-3 {
  width: 100%;
  height: auto;
}

.overlay-w1 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 350px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wave-2 {
  width: 100%;
}

.orange-bkg {
  z-index: 50;
  background-color: var(--bg-orange);
  width: 100%;
  height: 150vh;
  margin-top: 400px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: absolute;
}

.black-section {
  background-color: var(--black);
}

.griddiv {
  border: 2px none var(--orange);
  box-shadow: 0 0 10px 0 var(--orange);
  padding: 15px;
}

.subheading.white {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
}

.subheading.sml {
  font-size: 20px;
  line-height: 24px;
}

.grid-p.white {
  color: var(--white);
  font-size: 15px;
  line-height: 22px;
}

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

.hero-small-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
}

.hero-small-section.area {
  height: 300px;
}

.hero-small-section.area.purley {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1400-street-scene-brighton-road.daniel-lynch.avif');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-small-section.area.couls {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Coulsdon-8-1024x683.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-small-section.area.brom {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.hero-small-section.ps {
  background-image: url('../images/processed-66F736D2-7C10-492E-A7CE-1C2B88638C89.webp');
}

.hero-small-section.bi {
  background-image: url('../images/original-6E3BDE7C-EDE2-4A6B-A028-ED3B0D29A047.webp');
}

.hero-small-section.emer {
  background-image: url('../images/AdobeStock_1407152693.webp');
  height: 380px;
}

.hero-small-section.pr {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_159244225.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-small-section.du {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_1955114567.jpeg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.dropdown-link-2 {
  color: #000;
  text-transform: uppercase;
  background-color: #000;
  border-bottom: 1px solid #f7f7f226;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-link-2:hover {
  border-bottom-style: solid;
  padding-left: 30px;
}

.dropdown-link-2.w--current {
  background-color: #000;
}

.faq-title {
  color: var(--white);
  white-space: pre-wrap;
  font-weight: 700;
}

.left-div-2 {
  width: 48%;
  transition: all .2s;
}

.left-div-2._w-100 {
  width: 100%;
}

.left-div-2._w-100.center-all {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-dropdown {
  border: 1px solid var(--black);
  width: 100%;
}

.tab-dropdown-container.w--open {
  background-color: var(--black);
  padding: 20px;
  position: relative;
}

.grey-underline-2 {
  background-color: var(--black);
  border-radius: 0;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.faq-div {
  border: 1px solid #5e6f77;
  border-bottom-width: 0;
  width: 100%;
}

.faq-arrow {
  color: var(--white);
}

.h1-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

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

.tab-toggle {
  width: 100%;
  color: var(--black);
  font-family: Poppins, sans-serif;
}

.tab-text {
  color: #fff;
  margin-bottom: 0;
  display: block;
}

.tab-text.topp {
  margin-top: 10px;
}

.bullet-icon-2 {
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Sharp 300", Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.gradient-section-2 {
  background-image: linear-gradient(0deg, #000 50%, #fff 50%);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.gradient-section-2.bg-white {
  background-color: #0000;
}

.gradient-section-2.bg-white.p-white {
  background-color: #f7f7f2;
  background-image: none;
}

.areas-list-item.areas-list-flex {
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  display: flex;
}

.text-line-2 {
  background-color: #cbcbcb;
  width: 40px;
  height: 2px;
  margin-bottom: 20px;
}

.double-p-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.h2-title {
  color: #000;
  text-transform: uppercase;
  margin: 0 10px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.areas-list {
  padding-left: 0;
}

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

.google-maps {
  background-color: #f7f7f2;
}

.hyperlink-3 {
  color: #000;
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  box-shadow: inset 0 -1px #000;
}

.hyperlink-3:hover {
  color: #fff;
  box-shadow: inset 0 -40px 0 -10px #5e6f77;
}

.p-2 {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}

.p-2.p-center {
  text-align: center;
  font-family: Poppins, sans-serif;
}

.white-section-3 {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.double-content-div-2 {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.h1-4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.grey-underline-3 {
  background-color: #5e6f77;
  border-radius: 0;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.trust-reviews {
  margin-bottom: 0;
  padding-top: 20px;
}

.white-section-4 {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.sitemap-list {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.sitemap-list-item {
  text-align: left;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
}

.h1-5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.sitemap-link {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

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

.list-item-2 {
  color: var(--white);
}

.wave-overlay-2 {
  z-index: 100;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 150vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.overlay-w2-2, .overlay-w3-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 350px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay-w1-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 350px;
  display: block;
  position: absolute;
  inset: 0%;
}

.orange-bkg-2 {
  background-color: #fa8030;
  width: 100%;
  height: 100%;
  position: relative;
  inset: auto 0% 0%;
}

.overlay-div {
  width: 100%;
  height: 150%;
  position: relative;
}

.splash-overlay {
  z-index: 200;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--transparent);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 150vh;
  margin-top: -350px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bullet-icon-3, .bullet-icon-4 {
  color: #fff;
  background-color: #fa8030;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Sharp 400", Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.orange-section1 {
  z-index: 50;
  background-color: var(--bg-orange);
  width: 100%;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.image {
  width: 32px;
  height: 32px;
}

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

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 260px;
}

.code-embed {
  margin-top: 80px;
}

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

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

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

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

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

.fs-cc-prefs_title-2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.cookie-banner-3 {
  z-index: 999;
  position: relative;
}

.fs-cc-prefs_close-icon-2 {
  width: 16px;
  height: 16px;
  color: var(--white);
  display: flex;
}

.fs-cc-prefs_text-2 {
  color: #000;
  font-size: 12px;
}

.fs-cc-prefs_button-2 {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

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

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

.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-banner_component-2 {
  z-index: 998;
  background-color: #222;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_text-2 {
  color: #fff;
  margin-right: 24px;
}

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

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

.fs-cc-banner_component-3 {
  z-index: 2147483647;
  border: 1px solid var(--bg-orange);
  background-color: var(--black);
  border-radius: 3px;
  width: auto;
  max-width: 400px;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 10px 10px;
  box-shadow: 0 2px 5px #0003;
}

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

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

.fs-cc-banner_container-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.fs-cc-banner_text-3 {
  width: 100%;
  color: var(--white);
  margin-right: 24px;
}

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

.fs-cc-banner_button-3 {
  border: 2px solid var(--bg-orange);
  background-color: var(--bg-orange);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  width: 100%;
  min-width: 140px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button-3.fs-cc-button-alt {
  border-color: var(--orange);
  background-color: var(--white);
  color: var(--orange);
  border-radius: 6px;
}

.fs-cc-prefs_button-3 {
  border: 2px solid var(--bg-orange);
  background-color: var(--bg-orange);
  border-radius: 6px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button-3.fs-cc-button-alt {
  border-color: var(--orange);
  background-color: var(--white);
  color: var(--bg-orange);
}

.fs-cc-banner_buttons-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

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

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

@media screen and (min-width: 1920px) {
  ._2-column-div {
    display: flex;
  }

  .whatsapp-chat {
    display: none;
  }

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

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

  .banner-header {
    font-size: 77px;
    line-height: 80px;
  }

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

  .service-grid {
    width: 100%;
  }

  .container-3, .container-4 {
    max-width: 1800px;
  }
}

@media screen and (max-width: 991px) {
  .logo-div {
    justify-content: flex-start;
    width: 58%;
  }

  .nav-section {
    padding-bottom: 0;
  }

  .call-us-today-link {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #fa8030;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }

  .navbar {
    width: 100%;
  }

  .nav-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
  }

  .menu-button {
    border-radius: 10px;
  }

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

  .dropdown-link {
    background-color: #fff;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 10px;
    font-weight: 400;
  }

  .dropdown-link:hover {
    color: #fff;
    background-color: #d3d3d3;
    padding-left: 10px;
  }

  .dropdown-toggle {
    color: #000;
    background-color: #fff;
    justify-content: space-between;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-toggle:hover {
    color: #fff;
    background-color: #d3d3d3;
  }

  .dd-text {
    color: #000;
  }

  .nav-menu {
    z-index: 1;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dl-menu.w--open {
    border-radius: 0;
    margin-top: 0;
    position: relative;
  }

  .drop-down-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .ripple.dropdown {
    min-width: 500px;
    display: none;
  }

  .nav-link {
    color: #000;
    text-align: left;
    background-color: #fff;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 10px;
    position: static;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #d3d3d3;
  }

  .dropdown {
    width: 100%;
  }

  .grey-underline {
    display: none;
  }

  ._2-column-div {
    flex-direction: column;
    align-items: center;
  }

  .left-div {
    width: 100%;
    padding-bottom: 30px;
  }

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

  .img-div {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
  }

  .white-section {
    padding-bottom: 0;
  }

  .large-p-block {
    width: 100%;
    box-shadow: none;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }

  .large-image-section {
    flex-flow: column-reverse;
    padding-bottom: 60px;
  }

  .h2.white {
    margin-left: 0;
  }

  .pinned-div {
    width: 100%;
    position: static;
  }

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

  .lrg-img-div {
    width: 90%;
    min-height: 450px;
  }

  .quote-symbol {
    font-size: 60px;
  }

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

  .h2-div._30b {
    margin-bottom: 10px;
  }

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

  .text-line, .text-line._10r {
    display: none;
  }

  .h2-wrap {
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .grid-image-large-div {
    height: 400px;
  }

  .grey-dividing-line {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .contact-info-block.last {
    margin-bottom: 30px;
  }

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

  .cta-link.address {
    max-width: 100%;
  }

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

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

  .heading-3-section {
    flex-flow: column;
  }

  .h3-img {
    width: 100%;
    margin-top: 0;
  }

  .h3-div {
    width: 100%;
  }

  .footer-text {
    justify-content: center;
  }

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

  .bottom-box._2 {
    border-width: 0 1px;
  }

  .bottom-boxes {
    flex-direction: column;
  }

  .whatsapp-container {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .whatsapp-chat {
    display: none;
  }

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

  .banner-header {
    flex-direction: column;
    font-size: 48px;
    line-height: 46px;
  }

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

  .service-top-image._2 {
    height: 375px;
  }

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

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

  .service-div {
    width: 100%;
  }

  .service-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .hero-area {
    min-height: 500px;
  }

  .wave-overlay {
    display: flex;
  }

  .overlay-w2 {
    min-height: 250px;
    display: flex;
  }

  .overlay-w3, .overlay-w1 {
    min-height: 250px;
  }

  .orange-bkg {
    margin-top: 160px;
  }

  .dropdown-link-2 {
    background-color: #fff;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 10px;
    font-weight: 400;
  }

  .dropdown-link-2:hover {
    color: #fff;
    background-color: #5e6f77;
    padding-left: 10px;
  }

  .left-div-2 {
    width: 100%;
    padding-bottom: 30px;
  }

  .grey-underline-2, .text-line-2 {
    display: none;
  }

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

  .google-maps {
    width: 100%;
  }

  .white-section-3 {
    padding-bottom: 0;
  }

  .double-content-div-2 {
    flex-direction: column;
    align-items: center;
  }

  .grey-underline-3 {
    display: none;
  }

  .white-section-4 {
    padding-bottom: 0;
  }

  .wave-overlay-2, .overlay-w2-2 {
    display: flex;
  }

  .orange-bkg-2 {
    height: 84%;
  }

  .orange-section1 {
    margin-top: 0;
  }

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

@media screen and (max-width: 767px) {
  .logo-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-section {
    z-index: 100;
    position: static;
  }

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

  .drop-down-wrapper {
    background-color: #fff;
    margin-top: 0;
  }

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

  .nav-link, .top-contact-div {
    width: 100%;
  }

  .nav-contact {
    border-left-style: none;
    margin-left: 0;
    padding-left: 5px;
  }

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

  .img-div {
    height: 350px;
    margin-bottom: 0;
  }

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

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

  .h2.white-bold {
    font-size: 22px;
    line-height: 32px;
  }

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

  .lrg-img-div {
    height: auto;
    min-height: 350px;
  }

  .quote-symbol {
    margin-left: 0;
    padding-right: 60px;
    position: static;
  }

  .testimonials-grid {
    grid-template-rows: auto auto 81px;
    grid-template-columns: 1fr;
  }

  .h2-div {
    margin-bottom: 0;
  }

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

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

  .grid-image-large-div {
    height: 350px;
  }

  .grid {
    grid-template-rows: auto auto auto;
  }

  .grey-dividing-line {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid-image-div {
    height: 350px;
  }

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

  .cta-link {
    font-size: 16px;
  }

  .cta-link.address {
    max-width: 330px;
  }

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

  .h3-img {
    width: 100%;
  }

  .h3-text {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .h3-div {
    width: 100%;
  }

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

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

  .bottom-box {
    justify-content: flex-start;
  }

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

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

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

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

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

  .banner-header {
    letter-spacing: -1px;
    margin-top: 60px;
    font-size: 50px;
    line-height: 60px;
  }

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

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

  .hero-area {
    height: 70vh;
  }

  .orange-bkg {
    margin-top: 130px;
  }

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

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

  .h2-title {
    font-size: 34px;
  }

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

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

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

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

  .orange-bkg-2 {
    height: 87%;
  }

  .orange-section1 {
    margin-top: 0;
  }

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .logo-div {
    align-items: center;
    width: 100%;
  }

  .nav-section {
    padding-top: 20px;
  }

  .call-us-today-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .navbar {
    z-index: 10;
    text-align: center;
    background-color: #f5f7fd;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
  }

  .nav-container {
    flex-direction: column;
    padding: 0;
  }

  .menu-button {
    background-color: var(--black);
    border-radius: 0;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .menu-button:hover {
    border-radius: 0;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #d3d3d3;
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

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

  .co-logo-link.w--current {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

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

  .nav-menu {
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    position: relative;
  }

  .dl-menu.w--open, .drop-down-wrapper {
    margin-top: 0;
  }

  .icon {
    text-align: center;
  }

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

  .top-contact-div {
    justify-content: center;
    margin-bottom: 5px;
  }

  .grey-underline {
    margin-bottom: 20px;
  }

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

  .left-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

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

  .img-div {
    height: 250px;
  }

  .button-container {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
  }

  .button-container.acrs {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .button {
    width: 50%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.white {
    margin-top: 0;
    margin-right: 0;
  }

  .button.call {
    margin-top: 20px;
  }

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

  .large-p-block {
    box-shadow: none;
    background-color: #0000;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
  }

  .large-image-section {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h2 {
    color: var(--white);
    font-size: 24px;
  }

  .h2.white-bold {
    font-size: 18px;
    line-height: 28px;
  }

  .h2.white {
    font-size: 26px;
    line-height: 34px;
  }

  .pinned-div {
    padding-right: 0%;
    position: static;
  }

  .list {
    text-align: center;
  }

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

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

  .lrg-img-div {
    border-radius: 4px;
    min-height: 250px;
  }

  .quote-symbol {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 32px;
  }

  .testemonials-text {
    line-height: 1;
  }

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

  .h2-div {
    margin-bottom: 0;
  }

  .h2-div.m-bottom-30 {
    flex-direction: column;
  }

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

  .text-line {
    margin-right: 5px;
    display: none;
  }

  .grid-image-large-div {
    height: 250px;
  }

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

  .grid._3x3, .grid._3x3.top {
    grid-template-columns: 1fr;
  }

  .grey-dividing-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

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

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

  .git-icon {
    font-size: 1em;
    display: none;
  }

  .form-div {
    box-shadow: none;
    padding: 0;
  }

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

  .cta-text-contact {
    margin-bottom: 0;
  }

  .h3-text {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .h3-div {
    padding: 30px 20px;
  }

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

  .bottom-title {
    margin-bottom: 20px;
  }

  .footer-text {
    padding-bottom: 100px;
  }

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

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

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

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

  .bottom-icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    margin-right: 5px;
    padding: 5px;
    font-size: 20px;
  }

  .bottom-boxes {
    flex-direction: column;
    align-items: center;
  }

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

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

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

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

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

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

  .livechat-button {
    width: 90%;
  }

  .bottom-logo {
    width: 170px;
  }

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

  .left-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .banner-header {
    text-align: center;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 25px;
  }

  .lrg-heading {
    margin-top: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .service-top-image, .service-top-image._2 {
    height: 250px;
  }

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

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

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

  .service-div {
    height: auto;
  }

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

  .service-header {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
  }

  .container-3 {
    width: 85%;
  }

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

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

  .container-4 {
    width: 85%;
  }

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

  .hero-area {
    height: 50vh;
    min-height: 300px;
  }

  .orange-bkg {
    margin-top: 79px;
  }

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

  .grey-underline-2 {
    margin-bottom: 20px;
  }

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

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

  .areas-list-item.areas-list-flex {
    font-size: 14px;
  }

  .text-line-2 {
    margin-right: 5px;
    display: none;
  }

  .h2-title {
    margin-left: 0;
    font-size: 26px;
    font-weight: 500;
  }

  .areas-list.areas-grid {
    grid-row-gap: 1px;
    grid-template-columns: 1fr;
  }

  .p-2.p-center {
    text-align: left;
  }

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

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

  .grey-underline-3 {
    margin-bottom: 20px;
  }

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

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

  .orange-bkg-2 {
    height: 93%;
  }

  .orange-section1 {
    margin-top: 0;
  }

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

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

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

  .fs-cc-manager_component-2 {
    display: block;
    bottom: 60px;
    left: 10px;
  }

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

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

  .fs-cc-banner_component-3 {
    max-width: 100%;
    left: 10px;
    right: 10px;
  }

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

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

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

  .fs-cc-banner_buttons-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: wrap;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

#w-node-_262f4fb4-91f8-8365-b955-800f969c4ebe-3d3f0f06 {
  place-self: end;
}

#w-node-_4f70fa82-4409-6341-c1e4-056b257777a2-25777797, #w-node-_4f70fa82-4409-6341-c1e4-056b257777aa-25777797, #w-node-_4f70fa82-4409-6341-c1e4-056b257777b2-25777797, #w-node-_4f70fa82-4409-6341-c1e4-056b257777ba-25777797 {
  align-self: center;
}

#w-node-eabbe27b-2ea9-d6b6-439b-60d6ba36c3cb-3d3f0f0a, #w-node-eabbe27b-2ea9-d6b6-439b-60d6ba36c3db-3d3f0f0a, #w-node-eabbe27b-2ea9-d6b6-439b-60d6ba36c3eb-3d3f0f0a, #w-node-eabbe27b-2ea9-d6b6-439b-60d6ba36c3fb-3d3f0f0a, #w-node-_48b94c3a-18ee-c550-ab5d-fd534f251abb-3d3f0f0a, #w-node-_384418fd-f3d5-f510-79c6-a36ba3678114-3d3f0f0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_262f4fb4-91f8-8365-b955-800f969c4ebe-3d3f0f0a {
  place-self: end;
}

#w-node-_53bb255c-46c4-fcde-be6d-a408de765a6f-3d3f0f0a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_262f4fb4-91f8-8365-b955-800f969c4ebe-3d3f0f0b, #w-node-_262f4fb4-91f8-8365-b955-800f969c4ebe-3d3f0f0c {
  place-self: end;
}

#w-node-_8a837df2-aa48-d766-c481-6310a5424ee1-3d3f0f0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_262f4fb4-91f8-8365-b955-800f969c4ebe-3d3f0f0d, #w-node-_262f4fb4-91f8-8365-b955-800f969c4ebe-3d3f0f0e {
  place-self: end;
}

#w-node-ad09e267-8a3c-4dc6-e2ab-79509f50e6d5-3d3f0f0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df64c2ae-b51a-e017-e6da-06bd2eb65b0e-3d3f0f12, #w-node-df64c2ae-b51a-e017-e6da-06bd2eb65b16-3d3f0f12, #w-node-df64c2ae-b51a-e017-e6da-06bd2eb65b1e-3d3f0f12, #w-node-df64c2ae-b51a-e017-e6da-06bd2eb65b26-3d3f0f12 {
  align-self: center;
}

#w-node-_262f4fb4-91f8-8365-b955-800f969c4ebe-3d3f0f14, #w-node-_262f4fb4-91f8-8365-b955-800f969c4ebe-3d3f0f15, #w-node-_262f4fb4-91f8-8365-b955-800f969c4ebe-3d3f0f16, #w-node-_262f4fb4-91f8-8365-b955-800f969c4ebe-3d3f0f17 {
  place-self: end;
}

#w-node-_0d72a8b0-f76c-5242-c05c-3651f89c6db8-09fc1cc2, #w-node-_7afc874f-971d-8ad6-982b-073f9c6bd2fe-09fc1cc2, #w-node-_42614f3b-122e-dab0-76f7-7c31682743e9-09fc1cc2, #w-node-a1f63a66-bc27-1945-3c80-03bc0b9054b2-09fc1cc2, #w-node-b4610657-7baa-f1f1-08d5-a87338bb97ec-09fc1cc2, #w-node-e9d9b690-0440-7388-cda0-4f227df79040-09fc1cc2, #w-node-e5a07bbe-1ccd-a426-2ec7-b991acc1726b-09fc1cc2, #w-node-_93ea71ca-261b-200f-b2ff-b57f8422cb8f-09fc1cc2, #w-node-_6e8ad287-dd0f-f1d9-b3cb-bd1442f1cc89-09fc1cc2, #w-node-cfbd8a8f-1ae4-178a-349c-04b5b208a412-09fc1cc2, #w-node-_089d5afe-6db4-f9c7-71b6-02ea8910fc4a-09fc1cc2, #w-node-a8349f66-6a52-2bf4-1793-f75a136731e2-09fc1cc2, #w-node-e9d5d732-7b64-1514-0fda-248ff58986cd-09fc1cc2, #w-node-_4183bfad-78b6-d5e9-e21b-b973af3c9695-09fc1cc2, #w-node-_9a14a135-7dda-2a53-c3a8-386f432423ec-09fc1cc2, #w-node-a0c3545c-d55a-b898-d167-e0f1c0417d65-09fc1cc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-eabbe27b-2ea9-d6b6-439b-60d6ba36c3cb-3d3f0f0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_53bb255c-46c4-fcde-be6d-a408de765a6f-3d3f0f0a, #w-node-_53bb255c-46c4-fcde-be6d-a408de765a70-3d3f0f0a, #w-node-_53bb255c-46c4-fcde-be6d-a408de765a71-3d3f0f0a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8a837df2-aa48-d766-c481-6310a5424ee1-3d3f0f0d, #w-node-ad09e267-8a3c-4dc6-e2ab-79509f50e6d5-3d3f0f0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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