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

:root {
  --white: white;
  --black: black;
  --forest-green: #6bb55b;
  --dark-blue: #063058;
  --grey: #929292;
  --black-2: #161616;
  --white-smoke: #ebebeb;
}

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

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

.header-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 10px;
  display: flex;
}

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

.menu-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.contact-info-div {
  text-align: left;
  border-left: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 290px;
  min-height: 100px;
  padding-left: 10px;
  line-height: 26px;
  display: flex;
}

.tel-link {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.tel-link.big {
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
}

.tel-link.big._1 {
  margin-right: 5px;
  font-size: 16px;
}

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

.menu-item {
  color: var(--white);
  text-align: center;
  padding: 20px;
  font-size: 15px;
  transition: all .2s;
}

.menu-item:hover {
  color: var(--forest-green);
}

.menu-item.w--current {
  border-bottom-color: var(--forest-green);
  color: var(--forest-green);
  text-align: center;
  transition: all .2s;
}

.menu-item.home {
  color: var(--forest-green);
}

.navbar {
  background-color: #0000;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.section {
  z-index: 10;
  border-bottom: 1px solid var(--grey);
  position: static;
  inset: 0% 0% auto;
}

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

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

.content-section._1 {
  padding-bottom: 60px;
}

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

.double-content-div.centre {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.h1-1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-weight: 300;
  line-height: 48px;
}

.h1-1.c {
  margin-left: auto;
  margin-right: auto;
}

.underline {
  background-color: var(--dark-blue);
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.pp {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.pp._1 {
  padding-top: 30px;
}

.pp._2 {
  padding-bottom: 30px;
}

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

.h2222222 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-weight: 500;
}

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

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

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

.h3-div {
  font-size: 16px;
  line-height: 26px;
}

.h3 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.h3.black {
  width: 100%;
}

.h3._1, .h3._0t {
  margin-top: 0;
}

.contact-form-section {
  background-color: var(--forest-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.form-div {
  color: var(--white);
  width: 90%;
  max-width: 1300px;
}

.quotation-div {
  flex-direction: row;
  width: 90%;
  max-width: 1300px;
  padding-bottom: 30px;
}

.quotation-icon {
  height: 90px;
}

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

.testimonials-slider {
  background-color: #0000;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h4 {
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.slide {
  max-width: 1300px;
}

.footer-div {
  justify-content: space-around;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.footer-info-div {
  border: 1px solid var(--grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 60px;
  display: flex;
}

.footer-info-div._1 {
  border-width: 1px 0;
  flex-direction: row;
  align-items: flex-start;
}

.footer-info-div._2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.footer-p {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

.footerlink-div {
  width: 90%;
  max-width: 1300px;
}

.footerlinks {
  color: var(--grey);
  text-align: center;
  margin-bottom: 0;
  text-decoration: none;
}

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

.tel-link-div {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.link-black {
  color: var(--black-2);
  font-size: 16px;
  text-decoration: none;
}

.email-link-div {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

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

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

.list.white._2 {
  margin-bottom: 30px;
}

.list.white._50 {
  margin-left: 50px;
}

.list.white._20p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list._2 {
  margin-left: 50px;
}

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

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

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

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

.list-item {
  font-size: 16px;
  line-height: 30px;
}

.list-item._2 {
  padding-bottom: 30px;
}

.form-html {
  margin-bottom: 20px;
}

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

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

.link-white {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
}

.footer-tel-div {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.footer-tel-link {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.footer-email-div {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.email-tel-link {
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.home-link {
  width: 110px;
  margin-right: 10px;
}

.home-link.w--current {
  width: 70px;
  margin-right: 10px;
}

.lrg-img-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;
  height: 500px;
  margin-top: 50px;
}

.lrg-img-div.cctv {
  background-image: url('../images/AdobeStock_218753962.webp');
  background-position: 50%;
  margin-bottom: 50px;
}

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

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

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

.map-html {
  width: 100%;
}

.area-list-group {
  justify-content: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.tel-link-div-copy {
  text-align: center;
  padding-bottom: 20px;
  font-weight: 500;
  display: flex;
}

.dropdown-menu-item {
  color: var(--white);
  padding: 20px 30px 20px 20px;
  transition: all .2s;
}

.dropdown-menu-item:hover {
  color: var(--forest-green);
}

.dropdown-menu-item.w--current {
  border-bottom-color: var(--dark-blue);
  color: var(--dark-blue);
}

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

.dropdown-list.scrollies {
  height: 400px;
  overflow: auto;
}

.dropdown-link {
  padding-top: 8px;
  padding-bottom: 10px;
  transition: all .2s;
}

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

.dropdown-link.w--current {
  background-color: var(--forest-green);
  color: var(--white);
  transition: all .2s;
}

.services-header {
  z-index: 10;
  border-bottom: 1px solid var(--grey);
  position: fixed;
  inset: 0% 0% auto;
}

.services-dropdown {
  border-bottom: 1px solid var(--forest-green);
  padding: 10px 40px 10px 10px;
}

.services-dropdown:hover {
  border-bottom: 1px solid var(--forest-green);
}

.services-dropdown:focus {
  border-bottom: 1px solid #000;
}

.services-dropdown.w--current {
  border-bottom-color: var(--dark-blue);
  color: var(--dark-blue);
}

.h3-link {
  color: var(--black-2);
  text-decoration: none;
}

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

.map-mobile {
  width: 100%;
  height: 700px;
  display: none;
}

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

.footer-logo-link.w--current {
  width: 120px;
  margin-right: 10px;
}

.header-contact-button {
  background-color: var(--forest-green);
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 4px 20px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.header-contact-button:hover {
  color: var(--dark-blue);
  text-decoration: none;
}

.social-media-group {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 5px;
  display: flex;
}

.media-icon {
  width: 24px;
}

.media-icon.auto {
  width: auto;
}

.association-slider {
  background-color: var(--white-smoke);
  width: 90%;
  max-width: 1300px;
  height: 100%;
}

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

.association-group-div {
  border-radius: 4px;
  justify-content: space-around;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.association-logo {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.image {
  height: 60px;
}

.info-button {
  border: 1px solid var(--dark-blue);
  background-color: var(--white);
  color: var(--dark-blue);
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  margin-top: 0;
  margin-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  line-height: 22px;
}

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

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

.button-group._30b {
  margin-bottom: 30px;
}

.contact-form-ref {
  z-index: -5;
  position: absolute;
  top: -122px;
}

.slide-nav-3 {
  color: #929292;
}

.left-arrow-3, .right-arrow-3 {
  color: #ebebeb;
  display: none;
}

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

.footer-address-div {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.address-div {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.email-div {
  text-align: center;
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.contact-map-html {
  width: 100%;
}

.return-to-top-link {
  z-index: 99;
  width: 50px;
  height: 50px;
  position: fixed;
  inset: auto auto 11% 1%;
}

.image-12 {
  background-color: #0000;
  border-radius: 40px;
  margin-bottom: 10px;
  padding: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.co-logo {
  width: 150px;
}

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

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

.top-email {
  color: var(--dark-blue);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.top-tel-link {
  color: var(--dark-blue);
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

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

.nav-section {
  z-index: 999;
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.fb {
  color: var(--black-2);
  mix-blend-mode: normal;
  margin-left: 5px;
}

.fb.google {
  height: 24px;
  display: block;
}

.twitter, .linkedin {
  margin-left: 5px;
}

.slider-text-div {
  background-color: #00000052;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 600px;
  margin-left: 100px;
  padding: 20px;
  display: flex;
}

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

.slider-medium-text {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.arrow-head-blue {
  background-color: #0000004d;
  border: 2px solid #fff;
  width: 50px;
}

.slider-small-text {
  color: #fff;
  width: 80%;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 22px;
}

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

.slider-heading {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 37px;
  font-weight: 700;
  line-height: 60px;
}

.slider-overlay-div {
  z-index: 2;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

._4-box-section {
  z-index: 2;
  background-color: #06305826;
  flex-direction: column;
  align-items: center;
  margin-top: -10px;
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}

.box-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

._4-box-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

._4-box-text {
  color: #fff;
  width: 75%;
  margin-bottom: 0;
  line-height: 24px;
}

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

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

.h1 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 48px;
}

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

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

.mid-section {
  background-image: url('../images/TW-Cess-Team-03.10.2018_102.webp');
  background-position: 50% 90%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

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

.mid-heading {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 43px;
  font-weight: 700;
  line-height: 50px;
}

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

.small-text {
  color: #fff;
  width: 80%;
  margin-bottom: 0;
}

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

.h2.green {
  color: var(--forest-green);
  margin-top: 20px;
}

.h2.center {
  color: #fff;
  text-align: center;
  flex: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 18px;
  font-size: 19px;
  font-weight: 500;
}

.p {
  margin-bottom: 0;
}

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

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

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

.p.c {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.footer-map {
  width: 100%;
}

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

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

.h2-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 60px;
}

.contact-right-div {
  width: 60%;
}

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

.image-13._1 {
  filter: invert();
}

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

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

.contact-info {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

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

._2-bullet-div {
  align-items: flex-start;
  display: flex;
}

._2-bullet-div._20p {
  margin-top: 20px;
  margin-bottom: 20px;
}

._2-bullet-div._20t {
  margin-top: 20px;
}

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

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

._2-img-div._50t {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

._2-img-div._50b {
  align-items: stretch;
  margin-bottom: 50px;
}

._48-img {
  width: 48%;
}

.box-container {
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.services {
  color: var(--forest-green);
  padding: 20px 30px 20px 20px;
  transition: all .2s;
}

.services:hover {
  color: var(--forest-green);
}

.services.w--current {
  border-bottom-color: var(--dark-blue);
  color: var(--dark-blue);
}

.no-line.white {
  color: var(--white);
  text-decoration: none;
}

.grey {
  color: var(--grey);
  text-decoration: none;
}

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

.list-h3._20t {
  margin-top: 20px;
}

.pop-bbutton-div {
  margin-top: 30px;
}

.pop-button {
  border: 2px solid var(--dark-blue);
  background-color: var(--dark-blue);
  color: #fff;
  border-radius: 4px;
  padding: 15px 40px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.pop-button:hover {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
  background-color: #0000;
  transform: scale(.9);
}

.pop-button._2 {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
  background-color: #0000;
  margin-left: 20px;
}

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

.logo-showcase {
  z-index: 2;
  background-color: #d7e4f0;
  display: block;
  position: relative;
}

.logos {
  z-index: 99;
  position: relative;
}

.services-title {
  font-size: 1.5em;
  font-weight: 700;
}

.services-title.white {
  color: #fff;
  font-weight: 600;
}

.services-title.white.m-top {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 32px;
}

.services-box-wrapper.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.button-outline {
  color: #fdfdfd;
  text-align: center;
  background-color: #0000;
  border: 1.5px solid #fff;
  border-radius: 20px;
  margin-top: 40px;
  padding: 10px 32px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: inline-block;
}

.button-outline:hover {
  color: #fff;
  background-color: #ff761b;
  border-width: 1.5px;
  border-color: #ff761b;
}

.button-outline.service {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--dark-blue);
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 400;
}

.button-outline.service:hover {
  color: var(--white);
  background-color: #0000;
  border-color: #fff;
}

.button-outline.service.button {
  padding-left: 10px;
  padding-right: 10px;
}

.services-box {
  background-color: var(--dark-blue);
  text-align: center;
  border: 1px #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 22px;
  transition: all .4s ease-in-out;
  display: flex;
}

.services-box:hover {
  background-color: var(--forest-green);
  transform: translate(0, -10px);
}

.services-box.border-top-left {
  box-shadow: -57px -57px 0 -50px var(--forest-green);
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.services-box.border-top-left:hover {
  background-color: var(--forest-green);
  box-shadow: -57px -57px 0 -50px #6bb55b80;
}

.services-box._3 {
  box-shadow: 57px 57px 0 -50px var(--forest-green);
}

.services-box._3:hover {
  background-color: var(--forest-green);
  box-shadow: 57px 57px 0 -50px #6bb55b80;
}

.hp-video {
  margin-top: 50px;
}

.pdf-section {
  background-color: var(--dark-blue);
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-4 {
  color: var(--white);
  font-size: 24px;
  line-height: 40px;
}

.button-white {
  border: 2px solid var(--dark-blue);
  background-color: var(--white);
  color: var(--dark-blue);
  border-radius: 4px;
  padding: 15px 40px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

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

.sub-heading {
  font-size: 16px;
  line-height: 26px;
}

.bullet-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.pdf-link {
  background-color: var(--forest-green);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.pdf-img.sewagw {
  border: 4px solid var(--forest-green);
  object-fit: contain;
  background-color: #fff;
  background-image: url('../images/image001.webp');
  background-position: 50%;
  background-size: contain;
  height: 250px;
  padding: 0;
}

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

.video-container {
  width: 100%;
  margin-top: 0;
  position: relative;
}

.background-video-2 {
  background-image: linear-gradient(#0003, #0003);
  height: 92vh;
}

.video-2 {
  margin-top: 40px;
}

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

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

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

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

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

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

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

.fs-cc-prefs_component {
  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%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

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

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

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

.buttons {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.link-block {
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Sharp Solid 900", sans-serif;
  font-size: 26px;
  text-decoration: none;
  display: flex;
}

.form, .code-embed {
  width: 100%;
}

.code-embed._40t {
  margin-top: 40px;
}

.fa {
  margin-right: 5px;
  font-family: "Sharp Solid 900", sans-serif;
}

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

  .logo-div {
    justify-content: flex-start;
    width: 66%;
  }

  .menu-div {
    align-items: stretch;
    width: 100%;
  }

  .contact-info-div {
    width: auto;
  }

  .menu-item {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    position: static;
  }

  .menu-item:hover {
    border-bottom-color: var(--dark-blue);
    background-color: var(--dark-blue);
  }

  .menu-item.w--current {
    background-color: var(--dark-blue);
    color: var(--white);
    text-align: right;
    border-bottom-color: #0000;
  }

  .menu-item.w--current:hover {
    background-color: var(--dark-blue);
    border-bottom-color: #0000;
  }

  .navbar {
    width: 100%;
  }

  .section {
    position: static;
  }

  .content-section {
    padding-top: 50px;
  }

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

  .quotation-icon {
    height: 100px;
  }

  .h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-info-div, .footer-info-div._1, .footer-info-div._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    z-index: 50;
    text-align: right;
    width: 100%;
  }

  .menu-button.w--open, .nav-menu {
    background-color: var(--dark-blue);
  }

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

  .form-html {
    padding-top: 0;
  }

  .footer-tel-div {
    flex-direction: column;
  }

  .lrg-img-div {
    width: 100%;
    height: 350px;
  }

  .map-html {
    display: none;
  }

  .dropdown-menu-item {
    text-align: right;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    position: static;
  }

  .dropdown-menu-item:hover {
    background-color: var(--dark-blue);
    color: var(--forest-green);
  }

  .dropdown-menu-item.w--current {
    border-bottom-color: #0000;
  }

  .dropdown-menu-item.w--current:hover {
    background-color: var(--dark-blue);
    border-bottom-color: #0000;
  }

  .dropdown-menu-item.w--open {
    width: 100%;
  }

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

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

  .dropdown-link.w--current {
    color: var(--white);
    text-align: right;
  }

  .services-header {
    position: static;
  }

  .services-dropdown {
    background-color: var(--dark-blue);
    color: var(--white);
    text-align: right;
    border-bottom-color: #0000;
    position: static;
  }

  .services-dropdown:hover, .services-dropdown:focus {
    background-color: var(--dark-blue);
    color: var(--white);
    border-bottom-color: #0000;
  }

  .services-dropdown.w--current {
    border-bottom-color: #0000;
  }

  .services-dropdown.w--current:hover {
    background-color: var(--dark-blue);
    border-bottom-color: #0000;
  }

  .services-dropdown.w--open {
    width: 100%;
  }

  .map-mobile {
    height: 400px;
    display: block;
  }

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

  .text-block-2 {
    text-align: center;
    padding-left: 10px;
  }

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

  .header-contact-button {
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .button-group {
    width: auto;
  }

  .contact-form-ref {
    top: 0;
  }

  .return-to-top-link {
    width: 50px;
    height: 50px;
    top: 93%;
  }

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

  .slider-text-div {
    width: 50%;
    max-width: 100%;
    margin-left: 12px;
    margin-right: auto;
    padding: 20px;
    position: relative;
  }

  .small-text-div-and-arrow {
    width: 102%;
  }

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

  .slider-small-text {
    font-size: 15px;
  }

  .button-link {
    display: none;
  }

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

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

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

  ._4-box-section {
    z-index: 5;
    margin-top: -2px;
    position: relative;
    top: 0;
  }

  .box-heading {
    font-size: 26px;
    line-height: 32px;
  }

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

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

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

  .body-div {
    width: 90%;
  }

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

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

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

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

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

  ._2-img-div._50b {
    align-items: flex-start;
  }

  .dropdown {
    width: 100%;
  }

  .services {
    text-align: right;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    position: static;
  }

  .services:hover {
    background-color: var(--dark-blue);
    color: var(--forest-green);
  }

  .services.w--current {
    border-bottom-color: #0000;
  }

  .services.w--current:hover {
    background-color: var(--dark-blue);
    border-bottom-color: #0000;
  }

  .services.w--open {
    width: 100%;
  }

  .logo-showcase {
    z-index: 80;
    top: 21px;
  }

  .logos {
    z-index: 100;
    position: relative;
    top: -20px;
  }

  .pdf-link {
    justify-content: flex-start;
  }

  .video-container {
    height: 49vh;
  }

  .fs-cc-manager_component {
    left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .header-div {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-div {
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .menu-div {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .logo {
    display: none;
  }

  .contact-info-div {
    border-left-width: 0;
    align-items: center;
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .tel-link.big._1 {
    padding-right: 5px;
  }

  .menu-item, .menu-item.w--current {
    text-align: center;
  }

  .section {
    position: static;
  }

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

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

  .h2222222 {
    font-size: 26px;
    line-height: 30px;
  }

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

  .footer-section {
    padding-bottom: 140px;
  }

  .h3, .h3.black {
    margin-top: 30px;
    font-size: 18px;
    line-height: 26px;
  }

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

  .testimonials-slider {
    width: 100%;
  }

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

  .footer-info-div {
    justify-content: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-info-div._1 {
    border-width: 0 1px;
    justify-content: center;
  }

  .footer-info-div._2 {
    justify-content: center;
  }

  .nav-menu {
    padding-bottom: 10px;
  }

  .home-link, .home-link.w--current {
    width: 200px;
    margin-right: 0;
  }

  .lrg-img-div.cctv {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lrg-img-div.install {
    margin-top: 40px;
  }

  .map-section {
    padding-top: 0;
  }

  .dropdown-menu-item {
    text-align: center;
  }

  .dropdown-menu-item.w--open {
    width: 100%;
  }

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

  .services-header {
    position: static;
  }

  .services-dropdown, .icon {
    text-align: center;
  }

  .text-block-2 {
    padding-left: 20px;
  }

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

  .text-block-3 {
    padding-left: 20px;
  }

  .header-contact-button {
    width: 50%;
    margin: 10px auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .association-logo {
    width: 30%;
  }

  .image {
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .info-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .info-button._2 {
    margin-top: 20px;
  }

  .button-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .return-to-top-link {
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 10px;
    top: 91%;
  }

  .slider-text-div {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .slider-medium-text {
    margin-top: -3px;
    font-size: 13px;
  }

  .slider-small-text {
    margin-bottom: -9px;
    font-size: 13px;
  }

  .slider-heading {
    margin-top: 0;
    padding-top: 0;
    font-size: 25px;
    line-height: 27px;
  }

  .slider-overlay-div {
    justify-content: center;
    position: absolute;
    inset: 0 0% 0%;
  }

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

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

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

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

  .h2-white {
    margin-bottom: 30px;
  }

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

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

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

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

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

  ._2-img-div._50b {
    margin-bottom: 40px;
  }

  .services {
    text-align: center;
  }

  .services.w--open {
    width: 100%;
  }

  .logo-showcase {
    position: static;
    top: 0;
  }

  .logos {
    top: 0;
  }

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

  .video-container, .background-video-2 {
    height: 600px;
  }

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

  .fs-cc-manager_component {
    left: 60px;
  }

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

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

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

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

@media screen and (max-width: 479px) {
  .header-div {
    flex-direction: column;
  }

  .logo-div {
    align-items: center;
  }

  .menu-div {
    text-align: center;
  }

  .contact-info-div {
    align-items: center;
  }

  .tel-link.big._1 {
    padding-right: 0;
  }

  .menu-item {
    text-align: center;
  }

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

  .content-section._2 {
    padding-bottom: 0;
  }

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

  .pp.white._1 {
    padding-bottom: 0;
  }

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

  .blue-content-section._2 {
    margin-top: 0;
  }

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

  .h3.black {
    margin-top: 30px;
  }

  .testimonials-slider {
    height: 400px;
  }

  .h4 {
    font-size: 16px;
    line-height: 24px;
  }

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

  .footer-info-div {
    width: 100%;
  }

  .footer-info-div._1 {
    border-width: 0 1px;
  }

  .menu-button {
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
  }

  .list {
    padding-left: 20px;
  }

  .list.white._50, .list._2 {
    margin-left: 0;
  }

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

  .lrg-img-div {
    height: 200px;
  }

  .lrg-img-div.cctv {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lrg-img-div.install {
    margin-top: 30px;
  }

  .area-list-group {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .tel-link-div-copy {
    align-items: center;
    padding-bottom: 10px;
  }

  .dropdown-menu-item, .services-dropdown {
    text-align: center;
  }

  .header-contact-button {
    margin-bottom: 10px;
  }

  .social-media-group {
    margin-bottom: 0;
    display: none;
  }

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

  .association-logo {
    width: 50%;
  }

  .image {
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .info-button {
    width: 100%;
  }

  .button-group {
    flex-direction: column;
    margin-bottom: 0;
  }

  .return-to-top-link {
    padding-right: 0;
    bottom: 20px;
  }

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

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

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

  .top-tel-link {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

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

  .slider-text-div {
    background-color: #00000052;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    padding: 30px 20px;
    display: flex;
  }

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

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

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

  .slider-overlay-div {
    align-items: center;
    height: auto;
  }

  ._4-box-section {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }

  .box-heading {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  ._4-box-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

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

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

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

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

  .small-text {
    width: 80%;
  }

  .h2, .h2.green {
    font-size: 28px;
  }

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

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

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

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

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

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

  ._2-bullet-div._20p {
    flex-direction: column;
  }

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

  ._2-img-div {
    flex-direction: column;
  }

  ._2-img-div._50t {
    flex-direction: column;
    margin-top: 30px;
  }

  ._2-img-div._50b {
    margin-bottom: 30px;
  }

  ._48-img {
    width: 100%;
  }

  ._48-img._2 {
    margin-top: 20px;
  }

  .box-container {
    padding: 20px;
  }

  .services {
    text-align: center;
  }

  .pop-bbutton-div.mob {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pop-button {
    text-align: center;
    width: 100%;
    padding: 10px 20px;
    line-height: 20px;
  }

  .pop-button._2 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .logos {
    position: static;
    top: auto;
  }

  .services-title.white.m-top {
    font-weight: 400;
    line-height: 28px;
  }

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

  .button-white {
    text-align: center;
    width: 100%;
    padding: 10px 20px;
    line-height: 20px;
  }

  .pdf-img.sewagw {
    height: 250px;
  }

  .video-container {
    flex-direction: column;
    height: 480px;
    display: flex;
  }

  .background-video-2 {
    height: 480px;
  }

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

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

  .fs-cc-manager_component {
    bottom: 25px;
  }

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

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

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

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

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

#w-node-_95fb4d2f-619b-d2e8-1f63-3b400d96270f-6fa6b069 {
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-_9434288d-2a7f-4f9c-788b-189cd2b25800-8090722c, #w-node-_9434288d-2a7f-4f9c-788b-189cd2b25808-8090722c, #w-node-_9434288d-2a7f-4f9c-788b-189cd2b25810-8090722c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9434288d-2a7f-4f9c-788b-189cd2b25800-8090722c, #w-node-_9434288d-2a7f-4f9c-788b-189cd2b25808-8090722c, #w-node-_9434288d-2a7f-4f9c-788b-189cd2b25810-8090722c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Sharp Solid 900';
  src: url('../fonts/Sharp-Solid-900.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}