@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: "Brands 400";
  src: url('../fonts/Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: #000;
  --orange: #f4ac2e;
  --red: #e0462c;
  --transparent: #fff0;
  --light-grey: #d3d3d3;
  --50-black: #00000080;
  --grey: #7e7e7e;
  --50-grey: #7e7e7e80;
}

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

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

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

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

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

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

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

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

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

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

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

.navbar {
  background-color: #0000;
}

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

.dropdown-toggle {
  border-bottom: 1px solid var(--transparent);
  color: var(--white);
  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 {
  border-bottom-color: var(--red);
}

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

.nav-section {
  z-index: 10;
  background-color: var(--black);
  border-bottom: 1px #5e5e5e;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 1px 3px #0003;
}

.nav-link {
  border-bottom: 1px solid var(--transparent);
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 2px 2px #000000e6;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all .2s;
}

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

.nav-link.w--current {
  border-bottom-color: var(--light-grey);
  color: var(--white);
  background-color: #0000;
}

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

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

.service-box-section {
  z-index: 1;
  justify-content: space-around;
  align-items: center;
  margin-top: -30px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

._5-svs-box-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1500px;
  display: grid;
}

.h1 {
  color: var(--red);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 46px;
}

.h1.centre {
  text-align: center;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 53px;
}

.h1.centre._50b {
  margin-bottom: 50px;
}

.h1.centre.white {
  border-bottom: 3px solid var(--red);
  color: var(--white);
  text-shadow: 0 0 10px #00000080, 0 5px 5px #00000080;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}

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

.white-section._0b {
  padding-top: 100px;
  padding-bottom: 0;
}

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

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

.p {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
}

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

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

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

.p.c {
  text-align: center;
}

.p.c._960 {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.p-div {
  background-color: var(--red);
  width: 50%;
  padding: 60px 60px 100px;
}

.p-div._90 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.p-div._90._70b, .p-div._90._60b {
  padding-bottom: 70px;
}

.p-div._60b {
  padding-bottom: 60px;
}

.p-div.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.h2 {
  width: 100%;
  color: var(--red);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.h2.white {
  color: var(--white);
  margin-bottom: 20px;
}

.h2.white._0b {
  margin-bottom: 0;
}

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

.h2.small-white {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

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

.red-section {
  background-color: var(--red);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.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: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
}

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

.img-div.bathrooms {
  background-image: url('../images/_272168413_1_272168413.webp');
  background-position: 50% 100%;
}

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

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

.img-div.installations {
  background-image: url('../images/looking-into-boiler.webp');
  background-position: 50%;
}

.img-div.install2 {
  background-image: url('../images/fixing-dile.webp');
}

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

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

.img-div.hot {
  background-image: url('../images/white-tank-in-room.webp');
  background-position: 50% 100%;
}

.cta-text-contact {
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.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-top: 10px;
  margin-bottom: 20px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

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

.cta-link {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

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

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

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

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

.git-icon {
  background-image: linear-gradient(90deg, var(--orange), var(--red));
  width: 60px;
  height: 60px;
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.h3-text {
  width: 100%;
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000c;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.h3-div {
  background-image: linear-gradient(135deg, var(--orange), var(--red));
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 60px 40px;
  display: flex;
}

.heading-3-section {
  background-color: var(--grey);
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.h3-img {
  background-image: url('../images/_115418816_1_115418816.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

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

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

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

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

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

.list._2col._0t {
  margin-top: 0;
}

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

.list._0p {
  margin-top: 0;
  margin-bottom: 0;
}

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

.list.areas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.fb-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

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

.bottom-title {
  color: var(--orange);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.bottom-link {
  width: 100%;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footerlinks {
  width: 90%;
  color: var(--orange);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.bottom-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 60px 20px;
  display: flex;
}

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

.bottom-box._2, .bottom-box._3, .bottom-box._4 {
  border-left: 1px solid var(--50-grey);
}

.bottom-social-link {
  border: 2px solid var(--white);
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 3px;
  margin-right: 3px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.bottom-social-link:hover {
  background-color: var(--red);
}

.bottom-boxes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--50-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  display: grid;
}

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

.bullet-heading {
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.bullet-heading.bold {
  color: var(--red);
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

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

.bullet-icon {
  background-color: var(--orange);
  width: 32px;
  height: 32px;
  color: var(--white);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.bullet-icon.red {
  background-image: linear-gradient(90deg, var(--orange), var(--red));
}

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

.list-item.vertical {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.live-chat-text {
  color: var(--white);
  text-decoration: none;
}

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

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

.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: var(--red);
}

.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;
  min-width: 70px;
  height: 70px;
  min-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(--red);
  transform: scale(1.05);
}

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

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

.live-chat-top-text {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  position: static;
}

.live-chat-top-text.block {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.live-icon-chat {
  width: 30px;
  margin-right: 6px;
}

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

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

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

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

.chat-section {
  background-image: linear-gradient(90deg, var(--orange), var(--red));
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

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

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

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

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

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

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

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

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--black);
  color: var(--black);
  background-color: #fff;
}

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

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

.fs-cc-banner_text {
  color: var(--black);
  margin-right: 24px;
}

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

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_title {
  color: var(--red);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

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

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

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

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

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

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

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

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

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

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

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
}

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

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

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

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

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

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

.footer-link {
  color: var(--orange);
  text-decoration: none;
  transition: all .2s;
}

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

.service-box-div {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 310px;
  height: 100%;
  padding-top: 15px;
  display: flex;
  box-shadow: 0 5px 18px 2px #0000004d;
}

.read-more-text {
  background-image: linear-gradient(90deg, var(--orange), var(--red));
  width: 100%;
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: auto;
  padding: 16px 10px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s;
}

.read-more-text:hover {
  color: var(--black);
}

.hero-section {
  background-image: url('../images/bathroom_872202853.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  padding-top: 10px;
  padding-bottom: 100px;
  display: flex;
}

.svs-box-icon {
  width: 60px;
  margin-bottom: 15px;
}

.servie-box-name {
  width: 90%;
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.box-text {
  text-align: center;
  width: 88%;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.h1-thin {
  background-color: var(--black);
  color: var(--black);
  text-align: center;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

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

._3-box-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 90%;
  max-width: 1300px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.orange-box-div {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
  box-shadow: 0 4px 20px 2px #0003;
}

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

.orange-box-div._960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.box-heading {
  width: 100%;
  color: var(--red);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.bottom-address {
  width: 100%;
  max-width: 200px;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.dd-link {
  background-color: var(--black);
  width: 250px;
  color: var(--white);
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s;
}

.dd-link:hover {
  color: var(--orange);
}

.dd-link.w--current {
  background-image: linear-gradient(90deg, var(--orange), var(--red));
  color: var(--white);
}

.dropdown-list.w--open {
  background-image: linear-gradient(90deg, var(--orange), var(--red));
}

.h3-link {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.h3-name {
  width: 100%;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
}

.video {
  margin-top: 60px;
  margin-bottom: 60px;
}

.instagram-feed {
  width: 100%;
}

.email-mob {
  width: 100%;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.email-link {
  width: 100%;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.h1-div {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Cormorant Garamond, sans-serif;
}

.h1-div._50b {
  margin-bottom: 50px;
}

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

.side-contact-div {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-right: -60px;
  padding-right: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.side-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  margin-left: 20px;
  display: flex;
}

.side-link {
  border: 2px solid var(--white);
  background-color: var(--black);
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.side-link:hover {
  background-color: var(--red);
}

.side-link.contact {
  font-family: "Fa Solid 900", sans-serif;
}

.side-arrow {
  border: 2px solid var(--white);
  background-color: var(--black);
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.side-arrow:hover {
  background-color: var(--red);
}

.side-arrow-mobile {
  border: 2px solid var(--white);
  background-color: var(--black);
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.side-arrow-mobile:hover {
  background-color: var(--red);
}

.gradient-stripe {
  background-image: linear-gradient(90deg, var(--orange), var(--red));
  height: 10px;
}

._1-box-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 90%;
  max-width: 1300px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

._2x1-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

._2x1-grid._40b {
  margin-bottom: 40px;
}

._2x2-div {
  border: 1px solid var(--light-grey);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 15px 10px -10px #0000004d;
}

.areas-map {
  width: 100%;
}

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

.h3-small {
  color: var(--white);
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
}

.h3-small.black {
  color: var(--black);
}

.h3-small.black.pros, .h3-small.black.cons {
  width: 100%;
  margin-top: 0;
}

.h3-small.red {
  color: var(--red);
}

.h3-small.red._0t {
  margin-top: 0;
  font-size: 24px;
  line-height: 30px;
}

.h3-small._30t {
  border-bottom: 1px solid var(--light-grey);
  margin-top: 30px;
  padding-bottom: 5px;
}

._48-div {
  width: 48%;
}

.bullet-2-col-div {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
  box-shadow: 0 4px 20px 2px #0003;
}

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

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

.team-line-side {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
}

.team-block {
  z-index: 3;
  background-color: #e0462c;
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.lightbox-link {
  width: 100%;
  height: 450px;
  position: relative;
}

.team-text {
  margin-top: 20px;
}

.team-name {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.gallery-grid {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 0;
  padding: 0;
}

.team-line-bottom {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 32px;
}

.team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.google-review {
  width: 100%;
}

.fb-review {
  width: 100%;
  margin-top: 30px;
}

.site-map-link {
  border-bottom: 1px solid var(--light-grey);
  color: var(--black);
  text-align: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.welcome {
  width: 100%;
  max-width: 960px;
  color: var(--red);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.home-h1-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 850px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Cormorant Garamond, sans-serif;
  display: flex;
}

.home-h1-div._50b {
  margin-bottom: 50px;
}

.dlgjsdlgjlsdg, .text-block {
  color: var(--white);
}

.h1-light {
  color: var(--white);
  text-align: center;
  text-shadow: 0 5px 5px #00000080;
  font-family: Barlow, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

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

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

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

  .whatsapp-chat {
    display: none;
  }
}

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

  .nav-menu {
    z-index: 1;
    background-color: var(--orange);
    background-image: linear-gradient(90deg, var(--orange), var(--red));
    border-radius: 10px;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-toggle {
    border-bottom-width: 1px;
    border-bottom-color: var(--red);
    background-color: var(--black);
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-toggle:hover, .icon {
    color: var(--white);
  }

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

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

  .nav-link {
    border-bottom-width: 1px;
    border-bottom-color: var(--red);
    background-color: var(--black);
    width: 100%;
    text-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    position: static;
  }

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

  .nav-link.w--current {
    border-bottom-color: var(--red);
    background-color: var(--black);
    color: var(--orange);
  }

  .nav-link.last {
    border-bottom-width: 0;
  }

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

  .menu-button {
    border-radius: 10px;
    box-shadow: 0 0 7px #00000080;
  }

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

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

  .h1.centre {
    text-align: left;
    font-size: 45px;
    line-height: 53px;
  }

  .h1.centre._50b {
    margin-bottom: 40px;
  }

  .h1.centre.white {
    text-align: center;
    padding-bottom: 15px;
    font-size: 60px;
    line-height: 65px;
  }

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

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

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

  .p.white._90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .p.white._10 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .p.c._960 {
    text-align: left;
  }

  .left-div {
    width: 100%;
  }

  .p-div {
    width: 100%;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .p-div._90._70b {
    width: 100%;
    padding-bottom: 20px;
  }

  .p-div._90._60b {
    width: 100%;
    padding-bottom: 60px;
  }

  .p-div.vertical {
    padding-bottom: 60px;
  }

  .h2 {
    margin-bottom: 30px;
    font-size: 38px;
  }

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

  .h2.white._90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .h2.white._100 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .h2.small-white._90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .red-section {
    flex-flow: column-reverse;
    padding-top: 0;
    padding-bottom: 0;
  }

  .red-section.rvs {
    flex-flow: column;
    padding-bottom: 0;
  }

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

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

  .img-div.home {
    width: 100%;
  }

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

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

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

  .left-contact {
    width: 100%;
  }

  .h3-text {
    width: 90%;
  }

  .h3-div {
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .list._2col._90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .list._3col._90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .fb-div {
    justify-content: center;
  }

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

  .bottom-box._1 {
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    padding: 40px 20px;
  }

  .bottom-box._3 {
    border-top: 1px solid var(--50-grey);
    border-left-width: 0;
  }

  .bottom-box._4 {
    border-top: 1px solid var(--50-grey);
  }

  .bottom-boxes {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .whatsapp-chat {
    display: none;
  }

  .form-div {
    width: 100%;
  }

  .service-box-div {
    max-width: 100%;
  }

  .hero-section {
    height: auto;
    min-height: 600px;
    padding-bottom: 50px;
  }

  .h1-thin {
    text-align: left;
    font-size: 40px;
    line-height: 45px;
  }

  .box-section._60t {
    padding-top: 60px;
  }

  ._3-box-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .dd-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .h3-name {
    width: 90%;
  }

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

  ._1-box-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  ._1-box-grid._50 {
    margin-top: -50px;
  }

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

  ._2x1-grid._40b {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .h3-small._90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .lightbox-link {
    height: 350px;
  }

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

  .welcome {
    font-size: 30px;
  }

  .home-h1-div {
    width: 90%;
    max-width: 700px;
  }

  .h1-light {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .co-logo {
    margin-bottom: 10px;
  }

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

  .nav-link {
    width: 100%;
  }

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

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

  .service-box-section, ._5-svs-box-grid {
    display: none;
  }

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

  .h1.centre {
    font-size: 35px;
    line-height: 45px;
  }

  .h1.centre._50b {
    margin-bottom: 30px;
  }

  .h1.centre.white {
    font-size: 50px;
    line-height: 60px;
  }

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

  .white-section._0b, .white-section._60t {
    padding-top: 40px;
  }

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

  .p-div._90._60b, .p-div._60b, .p-div.vertical {
    padding-bottom: 40px;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 38px;
  }

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

  .contact-info-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

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

  .h3-div {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3-img {
    width: 100%;
  }

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

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

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

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

  .bottom-box._1 {
    justify-content: center;
  }

  .bottom-box._2 {
    border-top: 1px solid var(--50-grey);
  }

  .bottom-box._4 {
    border-left-width: 0;
  }

  .bottom-boxes {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .hero-section {
    min-height: 500px;
    padding-bottom: 30px;
  }

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

  .box-section, .box-section._60t {
    padding-top: 40px;
  }

  .orange-box-div {
    padding: 30px;
  }

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

  .video {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .side-contact-div {
    padding-right: 10px;
  }

  .h3-small.black.cons, .h3-small._30t {
    margin-top: 20px;
  }

  ._48-div {
    width: 100%;
  }

  .bullet-2-col-div {
    flex-flow: column;
    padding: 30px;
  }

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

  .welcome {
    font-size: 26px;
    line-height: 36px;
  }

  .home-h1-div._50b {
    margin-bottom: 40px;
  }

  .h1-light {
    font-size: 35px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .co-logo {
    filter: drop-shadow(0 3px 3px #000000e6);
    width: 200px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .co-logo.home {
    width: 150px;
    margin-top: 40px;
    margin-bottom: 0;
  }

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

  .co-logo-link.w--current {
    margin-right: 0;
  }

  .navbar {
    z-index: 10;
    text-align: center;
    flex-direction: column;
    order: -9999;
    justify-content: center;
    height: 100%;
    margin-bottom: 0;
  }

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

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

  .icon {
    text-align: center;
  }

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

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

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

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

  .menu-button {
    background-color: var(--50-black);
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .menu-button.w--open {
    background-color: var(--50-black);
    justify-content: center;
    align-items: center;
  }

  .menu-button.red {
    background-image: linear-gradient(90deg, var(--orange), var(--red));
  }

  .service-box-section {
    display: none;
  }

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

  .h1.centre {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 35px;
  }

  .h1.centre._50b {
    margin-bottom: 20px;
  }

  .h1.centre.white {
    margin-top: 30px;
    font-size: 42px;
    line-height: 44px;
  }

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

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

  .p.c {
    text-align: left;
  }

  .p-div {
    box-shadow: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .p-div._90._60b, .p-div._60b, .p-div.vertical {
    padding-bottom: 30px;
  }

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

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

  .h2.white._90 {
    margin-bottom: 10px;
    line-height: 30px;
  }

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

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

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

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

  .contact-info-block {
    margin-top: 0;
  }

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

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

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

  .h3-text {
    font-size: 24px;
    line-height: 34px;
  }

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

  .bottom-logo {
    width: 170px;
  }

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

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

  .fb-div {
    width: 100%;
    margin-top: 0;
  }

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

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

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

  .bottom-box._1 {
    border-width: 1px;
    border-bottom-style: solid;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bottom-social-link {
    margin-left: 0;
    margin-right: 10px;
  }

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

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

  .livechat-button {
    width: 90%;
  }

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

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

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

  .hyperlink:hover {
    box-shadow: inset 0 -80px 0 0 var(--red);
  }

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

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

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

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

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

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

  .hero-section {
    z-index: 2;
    min-height: 300px;
    padding-top: 0;
    padding-bottom: 20px;
    position: relative;
  }

  .h1-thin {
    font-size: 22px;
    line-height: 29px;
  }

  .box-section, .box-section._60t {
    padding-top: 30px;
  }

  .orange-box-div {
    padding: 20px;
  }

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

  .h3-name {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 32px;
  }

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

  .email-mob {
    display: block;
  }

  .email-link {
    display: none;
  }

  .h1-div {
    margin-bottom: 20px;
  }

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

  .side-contact-div {
    z-index: 1;
    border-top: 1px solid var(--light-grey);
    background-color: var(--white);
    flex-flow: column;
    height: auto;
    margin-bottom: -60px;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    position: fixed;
    inset: auto 0% 0%;
  }

  .side-container {
    z-index: 0;
    flex-flow: row;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-bottom: 5px;
    position: relative;
  }

  .side-link {
    margin-left: 0;
    margin-right: 10px;
  }

  .side-arrow {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-left: 0;
    margin-right: 5px;
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .side-arrow-mobile {
    z-index: 2;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin: 0 5px 5px 0;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    position: relative;
    transform: rotate(-90deg);
  }

  ._1-box-grid._50 {
    margin-top: -40px;
  }

  ._2x1-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  ._2x1-grid._40b {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 30px;
  }

  ._2x2-div, .bullet-2-col-div {
    padding: 20px;
  }

  .lightbox-link {
    height: 300px;
  }

  .team-text {
    margin-top: 10px;
  }

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

  .gallery-grid {
    padding-left: 0;
    padding-right: 0;
  }

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

  .home-h1-div {
    margin-bottom: 20px;
  }

  .home-h1-div._50b {
    margin-bottom: 30px;
  }

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

#w-node-_57057507-9c14-4c9e-be1b-08f87c1b0a69-3c205827, #w-node-_18f75cc5-b5a8-8d09-01f7-f0812cebd431-3c205827, #w-node-_107c5787-1d24-e59b-4c04-298d5a14f4eb-3c205827, #w-node-_8d3d177d-65a2-0802-ad72-fc2c2462f36d-3c205827, #w-node-f7cd303a-80fe-355d-7b8d-bd771f647ccd-3c205827 {
  place-self: center;
}

#w-node-_4fbca491-2258-17b5-d6c0-c46fdbb31b35-3c205827 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7fd252ed-d588-784c-2830-98a95b12d422-5b12d41a, #w-node-_7fd252ed-d588-784c-2830-98a95b12d42a-5b12d41a, #w-node-_7fd252ed-d588-784c-2830-98a95b12d432-5b12d41a, #w-node-_7fd252ed-d588-784c-2830-98a95b12d43a-5b12d41a, #w-node-_7fd252ed-d588-784c-2830-98a95b12d442-5b12d41a, #w-node-d4d39dd3-3c4b-9f5a-f2e6-0d61d283ba5d-bcc16107, #w-node-d4d39dd3-3c4b-9f5a-f2e6-0d61d283ba65-bcc16107, #w-node-d4d39dd3-3c4b-9f5a-f2e6-0d61d283ba6d-bcc16107, #w-node-d4d39dd3-3c4b-9f5a-f2e6-0d61d283ba75-bcc16107, #w-node-d4d39dd3-3c4b-9f5a-f2e6-0d61d283ba7d-bcc16107 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_4fbca491-2258-17b5-d6c0-c46fdbb31b35-3c205827 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@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: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}