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

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

:root {
  --white: #fff;
  --text-grey: #555;
  --dark-blue: #080922;
  --black: #000;
  --cornflower-blue: cornflowerblue;
  --light-grey: #e2e2e2;
  --blue: #001dfa;
  --50-grey: #7e7e7e80;
  --whatsapp-grey: #455a64;
  --whatsapp-green: #44c554;
  --transparent: #fff0;
  --90-dark-blue: #13183fe6;
  --25-black: #00000040;
  --50-cornflower: #6495ed80;
}

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

p {
  margin-bottom: 10px;
}

.body {
  background-color: var(--white);
  color: var(--text-grey);
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.top-section {
  z-index: 1;
  background-color: var(--dark-blue);
  position: relative;
}

.social-icon-link {
  background-color: var(--white);
  width: 34px;
  height: 34px;
  color: var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: "Brands 400";
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.social-icon-link:hover {
  background-color: var(--white);
  color: var(--cornflower-blue);
  transform: scale(1.05);
}

.get-in-touch-link {
  border: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  padding: 6px 17px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.get-in-touch-link:hover {
  background-color: var(--white);
  color: var(--black);
}

.top-div {
  justify-content: space-between;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-socials-div {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

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

.ripple {
  z-index: 0;
  background-color: var(--cornflower-blue);
  width: 700px;
  height: 500px;
  color: var(--white);
  border-radius: 100%;
  position: absolute;
  inset: -200% -60% auto auto;
}

.ripple.dropdown {
  background-color: var(--cornflower-blue);
  right: -20%;
}

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

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

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

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

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

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

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

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

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

.navbar {
  background-color: #0000;
}

.dd-img {
  z-index: 1;
  object-fit: cover;
  border-radius: 50px;
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  position: relative;
}

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

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

.dl-menu.w--open {
  background-color: var(--black);
  border-radius: 4px;
  margin-top: 15px;
  margin-left: 0;
  overflow: hidden;
}

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

.dropdown-toggle:hover {
  color: var(--cornflower-blue);
}

.fonticon {
  color: #fff;
  border-right: 1px solid #f7f7f224;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  font-family: "Fa 300";
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.fonticon.blue {
  width: auto;
  color: var(--black);
  margin-right: 5px;
  font-family: "Fa Sharp 300";
  font-weight: 400;
}

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

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

.nav-section.header-section.nav-verticle {
  background-color: var(--light-grey);
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dl-link-2 {
  z-index: 1;
  width: 100%;
  color: var(--white);
  flex: none;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  transition: all .2s ease-in-out;
  position: relative;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  transition: all .2s;
}

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

.nav-link.w--current {
  background-color: var(--cornflower-blue);
  color: var(--white);
}

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

.mobile-block.lig-text {
  cursor: pointer;
  transition: all .2s ease-in-out;
}

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

.top-link {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

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

.button.black {
  background-color: #000;
  transition: all .2s;
}

.button.black:hover {
  transform: scale(1.1);
}

.h2-title {
  color: var(--black);
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 40px;
  font-weight: 300;
}

.h2-title.white {
  color: var(--white);
  line-height: 40px;
}

.h2-title.white.smaller {
  font-size: 16px;
  line-height: 30px;
}

.text-line {
  background-color: var(--cornflower-blue);
  width: 40px;
  height: 2px;
  margin-bottom: 20px;
}

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

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

.cta-text-contact {
  color: #212121;
  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-bottom: 20px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  margin-top: 20px;
  padding-bottom: 10px;
}

.cta-link {
  color: var(--cornflower-blue);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.icon-block {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.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: 40%;
  display: flex;
}

.left-contact.right {
  background-color: var(--white);
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: 0 0 20px #21212117;
}

.container-4 {
  z-index: 2;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-section-wrapper.flex {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.git-icon {
  background-color: var(--cornflower-blue);
  width: 60px;
  height: 60px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-family: "Fa Sharp 300";
  font-size: 1.5em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

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

.h3-text.sm-h3 {
  margin-top: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.h3-text.sm-h3.white-h3 {
  color: var(--white);
  line-height: 28px;
}

.h3-div {
  background-color: var(--light-grey);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

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

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

.container-3.container-fluid {
  width: 100%;
  max-width: none;
}

.heading-3-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  min-height: 400px;
  display: flex;
}

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

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

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

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

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

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

.livechat-button {
  background-color: var(--dark-blue);
  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(--cornflower-blue);
}

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

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

.live-chat-link {
  background-color: var(--light-grey);
  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: 10px;
  margin-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.live-chat-top-text {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: static;
}

.live-chat-top-text.block {
  color: var(--cornflower-blue);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

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

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

.live-chat-bottom-text {
  color: var(--light-grey);
  font-size: 12px;
}

.live-chat-bottom-text.bold {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}

.live-chat-bottom-text.block {
  color: var(--black);
  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-color: var(--cornflower-blue);
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.side-social {
  border: 1px solid var(--white);
  background-color: var(--light-grey);
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  color: var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 2px #0003;
}

.side-social:hover {
  background-color: var(--white);
  color: var(--black);
}

.side-social.brand {
  font-family: "Brands 400";
}

.side-links-div {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60px;
  display: flex;
  position: fixed;
  top: 200px;
  left: auto;
  right: 0%;
}

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

.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(--cornflower-blue);
  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 {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

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

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: var(--50-grey);
  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;
}

.lottie {
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lottie-div {
  padding-top: 10px;
}

.banner-img {
  width: 100%;
  margin-top: -30px;
}

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

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

.body-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1 {
  width: 100%;
  color: var(--cornflower-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Cinzel, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

.h1.black {
  color: var(--black);
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 50px;
}

.h1._10b {
  margin-bottom: 10px;
}

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

.grey-line {
  background-color: var(--light-grey);
  width: 60px;
  height: 2px;
  margin-bottom: 50px;
}

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

._2-col-div._30t {
  margin-top: 30px;
}

._2-col-div.top {
  justify-content: space-between;
  align-items: flex-start;
}

.img {
  width: 48%;
}

._48-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  display: flex;
}

._48-div.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.h2 {
  width: 100%;
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.h2.left {
  text-align: left;
}

.p {
  text-align: center;
  width: 100%;
}

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

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

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

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

.p.white.caps {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 25px;
}

.p.white.bold {
  margin-bottom: 20px;
  font-weight: 700;
}

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

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

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

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

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

.h2-blue {
  width: 100%;
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Cinzel, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

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

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

.home-lb-img._300 {
  height: 300px;
}

.service-div {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  margin-bottom: 30px;
  display: flex;
}

.service-div._0b {
  margin-bottom: 0;
}

.svs-img {
  object-fit: cover;
  width: 200px;
  height: 150px;
  margin-top: 5px;
  margin-right: 30px;
}

.book-now {
  background-color: var(--blue);
  color: var(--white);
  letter-spacing: .5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 30px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

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

.svs-text {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
}

.svs-text._0b {
  margin-bottom: 0;
}

.svs-title {
  width: 100%;
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.svs-prices {
  text-align: left;
  width: 100%;
  line-height: 27px;
}

.img-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/roofing_451880390.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.h2-white {
  width: 100%;
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Cinzel, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

.google-reviews {
  width: 100%;
}

.rick-miller {
  width: 48%;
}

.enquire-here {
  background-color: var(--blue);
  color: var(--white);
  letter-spacing: .5px;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.socials-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.socials-link {
  background-color: var(--white);
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  color: var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.footer-text {
  color: var(--light-grey);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 25px;
}

.light-grey-section {
  background-color: var(--light-grey);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.tel-link._40b {
  width: 100%;
  margin-bottom: 40px;
}

.h1-div {
  margin-top: 0;
  margin-bottom: 0;
}

.h3 {
  width: 100%;
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.whats-app-div {
  background-color: var(--whatsapp-grey);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.whatsapp-text {
  width: 100%;
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 29px;
}

.green-icon {
  background-color: var(--whatsapp-green);
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  color: var(--white);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa Brands 400", sans-serif;
  font-weight: 800;
  line-height: 27px;
  display: flex;
}

.navigation-section {
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.nav-bar {
  background-color: var(--transparent);
}

.dd-toggle {
  color: var(--white);
  text-transform: uppercase;
  padding: 10px 40px 10px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  transition: all .2s;
}

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

.dd-toggle.w--current {
  color: #212121;
  background-color: #0000;
  font-size: 14px;
}

.dd-link {
  color: var(--white);
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  transition: all .2s;
}

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

.dd-link.w--current {
  background-color: var(--cornflower-blue);
  color: var(--white);
  font-size: 20px;
}

.navigation-menu {
  background-color: var(--90-dark-blue);
  text-align: right;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 70px 0 40px;
  display: flex;
}

.burger-menu {
  color: var(--white);
  font-size: 40px;
  line-height: 40px;
}

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

.dropdown-list.w--open {
  background-color: var(--transparent);
  position: relative;
}

.burger-menu-link {
  z-index: 100;
}

.burger-menu-link.w--open {
  background-color: var(--transparent);
  height: 75px;
}

.hyperlink {
  color: var(--text-grey);
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.hyperlink:hover {
  color: var(--dark-blue);
}

.banner-div {
  background-color: var(--25-black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-mob-img, .top-text, .banner-boxes {
  display: none;
}

.hero-section {
  background-image: url('../images/AdobeStock_1977210976.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}

.hero-section.svs {
  background-image: linear-gradient(#00000080, #00000080), url('../images/roofing_451880390.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section.svs.eps {
  height: 22vh;
}

.hero-section.flat {
  background-image: linear-gradient(#00000080, #00000080), url('../images/roof-overhaul.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section.pitched {
  background-image: linear-gradient(#00000080, #00000080), url('../images/roof-replacement.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section.gutter {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_168704757.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section.new-r {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_434545693.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.button-2.white {
  background-color: var(--transparent);
  color: #000;
  border: 1px solid #000;
}

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

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

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

.img-div {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 48%;
  position: relative;
  box-shadow: 5px 5px 5px #000;
}

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

.img-div.flat-1 {
  background-image: url('../images/12.webp');
  background-size: cover;
}

.img-div.pitched {
  background-image: url('../images/roof-survey.webp');
}

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

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

.button-container.left {
  justify-content: flex-start;
  align-items: center;
}

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

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

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

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

.h2-2.mid {
  text-align: center;
}

.h2-2.mid.blk {
  color: var(--black);
}

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

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

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

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

.grid-div._20 {
  margin-top: 30px;
}

.divgrid {
  border: 1px #9ea09e;
  padding: 20px;
  box-shadow: 2px 2px 5px #0006;
}

.subheading {
  color: var(--cornflower-blue);
  font-size: 22px;
  font-weight: 600;
}

.bullet-heading-2 {
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

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

.accordion-item {
  background-color: var(--cornflower-blue);
  border-bottom-width: 1px;
  border-bottom-color: #e8edee;
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 24px;
}

.accordion {
  width: 100%;
}

.accordion-title {
  color: #010101;
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.accordion-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.plus {
  background-color: #010101;
  width: 2px;
  height: 13px;
  position: absolute;
}

.accordion-content {
  color: var(--black);
  padding-top: 10px;
  line-height: 171%;
}

.faq-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.accordion-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-body {
  padding-top: 0;
  overflow: hidden;
}

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

.hyperlink-3:hover {
  color: var(--cornflower-blue);
  box-shadow: inset 0 -50px #fff;
}

.minus {
  background-color: #010101;
  width: 14px;
  height: 2px;
}

.bullet-list.black {
  color: #252324;
}

.site-map-dov {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.sitemap-link {
  color: var(--dark-blue);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s;
}

.sitemap-link:hover {
  color: var(--cornflower-blue);
}

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

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

.areas-list-item.areas-list-flex {
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.font-icon {
  background-color: var(--whatsapp-green);
  color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  display: flex;
}

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

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

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

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

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

.contact-form-code {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.hero-title {
  color: var(--white);
  font-family: Cinzel, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.nav {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.container-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.co-logo-link-2 {
  width: 200px;
}

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

.dropdown-toggle-2 {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px 10px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle-2:hover {
  border-bottom-color: #fff;
}

.nav-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.dl-menu-2.w--open {
  background-color: #333;
  border-radius: 10px;
  margin-top: 15px;
  margin-left: 0;
  padding: 10px;
  overflow: hidden;
}

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

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

.nav-link-2 {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
}

.nav-link-2:hover {
  border-bottom-color: #fff;
}

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

.nav-link-2.top {
  color: var(--black);
}

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

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

.contact-button {
  background-color: var(--cornflower-blue);
  color: #fff;
  letter-spacing: 2px;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-left: 10px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
}

.contact-button:hover {
  background-color: #333;
}

.dd-text {
  z-index: 1;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

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

.dropdown-link-2:hover {
  background-color: #4b767d;
  border-bottom-style: solid;
}

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

.dropdown-link-2.last {
  border-bottom-style: none;
  border-bottom-color: #f7f7f200;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.dropdown-link-2.first {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.navbar-2 {
  background-color: #0000;
}

.co-logo-2 {
  background-color: #0000;
  margin-top: -12px;
  margin-bottom: 0;
  margin-left: 20px;
  padding-bottom: 0;
}

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

.nav-menu-4 {
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

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

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

.dropdown-link-3:hover {
  background-color: var(--cornflower-blue);
  border-bottom-style: solid;
}

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

.dropdown-link-3.last {
  border-bottom-style: none;
  border-bottom-color: #f7f7f200;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.dropdown-link-3.first {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.dropdown-link-3.first:hover {
  background-color: var(--cornflower-blue);
}

.nav-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  height: 10vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

@media screen and (min-width: 1440px) {
  .accordion {
    width: 100%;
    max-width: none;
  }

  .faq-wrap {
    grid-template-columns: 1fr 660px;
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .livechat-button {
    transition: all .2s;
  }

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

  .whatsapp-chat {
    display: none;
  }

  ._2-column-div {
    display: flex;
  }

  .accordion {
    width: 100%;
    max-width: none;
  }

  .faq-wrap {
    grid-template-columns: 1fr;
    display: block;
  }

  .accordion-body {
    padding-right: 20px;
  }

  .container {
    max-width: 1800px;
  }
}

@media screen and (max-width: 991px) {
  .top-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

  .call-us-today-link {
    background-color: var(--cornflower-blue);
    width: 100%;
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }

  .dropdown-link {
    background-color: var(--white);
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 10px;
    font-weight: 400;
  }

  .dropdown-link:hover {
    background-color: var(--light-grey);
    color: var(--white);
    padding-left: 10px;
  }

  .navbar {
    width: 100%;
  }

  .dd-img {
    margin-right: 10px;
    display: none;
  }

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

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

  .dropdown {
    width: 100%;
  }

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

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

  .dropdown-toggle:hover {
    background-color: var(--light-grey);
    color: var(--white);
  }

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

  .nav-section, .nav-section.header-section.nav-verticle {
    padding-bottom: 0;
  }

  .dl-link-2 {
    border-bottom: 1px #aaaaaa1c;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    margin-left: 0;
  }

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

  .menu-div-2 {
    width: 40%;
  }

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

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

  .text-line {
    display: none;
  }

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

  .h2-div.flex {
    flex-direction: row;
    align-items: center;
  }

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

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

  .left-contact {
    width: 100%;
  }

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

  .container-4 {
    width: 90%;
  }

  .contact-section-wrapper.flex {
    flex-direction: column;
  }

  .h3-text.sm-h3.white-h3 {
    font-size: 20px;
  }

  .h3-div {
    width: 100%;
  }

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

  .heading-3-wrapper {
    flex-direction: column-reverse;
  }

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

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

  .whatsapp-block {
    margin-bottom: 20px;
  }

  .whatsapp-chat {
    display: none;
  }

  .side-links-div {
    top: 30%;
  }

  .banner-img {
    margin-top: -10px;
  }

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

  .h1._10b {
    font-size: 40px;
    line-height: 46px;
  }

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

  ._2-col-div {
    flex-flow: column;
  }

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

  ._48-div {
    width: 100%;
  }

  .h2-blue {
    font-size: 38px;
    line-height: 48px;
  }

  .home-lb-img {
    height: 300px;
  }

  .svs-text {
    font-size: 18px;
    line-height: 28px;
  }

  .h2-white {
    font-size: 38px;
    line-height: 48px;
  }

  .rick-miller {
    width: 100%;
    max-width: 600px;
    margin-top: 50px;
  }

  .h3 {
    font-size: 36px;
    line-height: 46px;
  }

  .dd-link {
    border-bottom-color: #00000017;
  }

  .burger-menu {
    font-size: 35px;
    line-height: 35px;
  }

  .grey-underline {
    display: none;
  }

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

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

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

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

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

  .accordion-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .faq-wrap {
    grid-template-columns: 1fr;
  }

  .accordion-body {
    padding-right: 20px;
  }

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

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

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

  .lb-img {
    height: 180px;
  }

  .contact-form-code {
    margin-top: 40px;
  }

  .dropdown-toggle-2 {
    color: #333;
    background-color: #fff;
    justify-content: space-between;
    width: 100%;
    padding: 18px 38px 18px 18px;
  }

  .dropdown-toggle-2:hover {
    border-bottom-color: var(--blue);
    color: var(--black);
    text-decoration: none;
  }

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

  .menu-button-2.w--open {
    background-color: #4b767d;
  }

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

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

  .dd-icon-2 {
    margin-right: 18px;
  }

  .icon-2 {
    color: var(--black);
  }

  .nav-menu-3 {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .nav-link-2 {
    color: #333;
    text-align: left;
    background-color: #fff;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px;
    position: static;
  }

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

  .nav-link-2.w--current {
    color: #4b767d;
  }

  .nav-link-2.top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

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

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

  .contact-button {
    text-align: center;
    margin-top: 10px;
    display: block;
  }

  .dd-text {
    color: #333;
  }

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

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

  .navbar-2 {
    width: 100%;
  }

  .dd-icon-3 {
    margin-right: 18px;
  }

  .nav-menu-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    border-radius: 10px;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 10px;
    box-shadow: 1px 1px 3px #0000001a;
  }

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

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

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

  .nav-1 {
    display: block;
  }

  .menu-button-3 {
    border-radius: 10px;
    margin-right: 20px;
  }

  .menu-button-3.w--open {
    background-color: var(--cornflower-blue);
  }
}

@media screen and (max-width: 767px) {
  .top-div, .top-socials-div {
    grid-template-columns: 1fr;
  }

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

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

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

  .dd-img {
    margin-right: 20px;
  }

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

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

  .nav-section.header-section.nav-verticle {
    position: static;
  }

  .nav-link {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

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

  .menu-div-2 {
    width: 100%;
  }

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

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

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

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

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

  .h3-text.sm-h3.white-h3 {
    line-height: 30px;
  }

  .h3-div {
    width: 100%;
  }

  .heading-3-wrapper {
    flex-direction: column;
  }

  .h3-img {
    width: 100%;
  }

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

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

  .banner-img {
    margin-top: 0;
  }

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

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

  .h1.black {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }

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

  .grey-line, .p.white.caps {
    margin-bottom: 30px;
  }

  .h2-blue {
    margin-bottom: 20px;
  }

  .home-lb-img, .home-lb-img._300 {
    height: 200px;
  }

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

  .svs-img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .book-now {
    margin-top: 20px;
    margin-left: 0;
  }

  .svs-text {
    margin-bottom: 0;
  }

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

  .rick-miller {
    max-width: 500px;
  }

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

  .dd-toggle {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  .dd-toggle.w--open {
    font-size: 18px;
    line-height: 28px;
  }

  .dd-link {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  .burger-menu {
    font-size: 32px;
    line-height: 32px;
  }

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

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

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

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

  .lb-img {
    height: 150px;
  }

  .contact-form-code {
    margin-top: 30px;
  }

  .nav-menu-3 {
    border-radius: 20px;
  }

  .nav-link-2 {
    width: 100%;
  }

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

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

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

  .nav-menu-4 {
    border-radius: 20px;
  }

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

@media screen and (max-width: 479px) {
  .top-section {
    padding-top: 30px;
  }

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

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

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

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

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

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

  .dd-img {
    width: 43px;
    height: 43px;
  }

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

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

  .dl-menu.w--open {
    margin-top: 0;
  }

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

  .icon {
    text-align: center;
  }

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

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

  .nav-section.header-section.nav-verticle {
    position: relative;
  }

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

  .mobile-block.lig-text {
    margin-right: 0;
  }

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

  .menu-div-2 {
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }

  .menu-button {
    border-radius: 0;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

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

  .menu-button.w--open {
    background-color: var(--light-grey);
    color: var(--white);
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .button {
    width: 100%;
    margin-right: 0;
  }

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

  .h2-title.white {
    font-size: 24px;
  }

  .h2-title.white.smaller {
    font-size: 22px;
  }

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

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

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

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

  .contact-info-block.m-bottom-20, .contact-info-block.m-bottom-20.m-top-60 {
    margin-top: 20px;
  }

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

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

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

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

  .h3-text.sm-h3.white-h3 {
    font-size: 18px;
    line-height: 26px;
  }

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

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

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

  .livechat-button {
    width: 90%;
  }

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

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

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

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

  .banner-img {
    display: none;
  }

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

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

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

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

  .h2 {
    margin-bottom: 20px;
  }

  .p.left._40b {
    margin-bottom: 30px;
  }

  .h2-blue {
    font-size: 30px;
    line-height: 40px;
  }

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

  .svs-img {
    width: 1005px;
  }

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

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

  .rick-miller {
    margin-top: 30px;
  }

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

  .tel-link._40b {
    margin-bottom: 30px;
  }

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

  .whats-app-div {
    flex-flow: column;
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 20px;
  }

  .whatsapp-text {
    line-height: 26px;
  }

  .green-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .dd-toggle, .dd-link {
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .burger-menu {
    font-size: 30px;
    line-height: 30px;
  }

  .burger-menu-link {
    padding: 10px;
  }

  .banner-mob-img {
    display: none;
  }

  .top-text, .banner-boxes {
    display: block;
  }

  .hero-section {
    height: 25vh;
  }

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

  .button-2 {
    width: 100%;
    margin-right: 0;
  }

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

  .img-div {
    height: 250px;
  }

  .button-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .h2-2 {
    font-size: 24px;
  }

  .list {
    text-align: center;
  }

  .accordion-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion {
    width: 95%;
  }

  .accordion-title {
    font-size: 20px;
    font-weight: 500;
  }

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

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

  .container {
    width: 85%;
  }

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

  .lb-img {
    height: 120px;
  }

  .contact-form-code {
    margin-top: 20px;
  }

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

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

  .menu-button-2 {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

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

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

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

  .dl-menu-2.w--open {
    margin-top: 0;
  }

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

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

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

  .nav-link-2.top {
    border-radius: 0;
  }

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

  .logo-div-2 {
    background-image: linear-gradient(#111, #333);
    align-items: center;
    width: 100%;
  }

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

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

  .co-logo-2 {
    margin-top: -21px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-4 {
    z-index: 10;
    border-radius: 0;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 0;
    position: relative;
  }

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

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

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

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

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

#w-node-_9a408b1a-a528-4254-9c08-d47a0b58de87-620d3c5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dca428e4-2314-04f1-31bb-9241ae75b219-80054888 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8eba193c-8732-4de6-ae3a-7ff168f75312-974ece7c, #w-node-_8eba193c-8732-4de6-ae3a-7ff168f75314-974ece7c, #w-node-_8eba193c-8732-4de6-ae3a-7ff168f75316-974ece7c, #w-node-f6280090-370b-f1c9-abb2-be5bff01e7b0-974ece7c, #w-node-_10a7353a-e8ff-57ce-f4a7-42d77162d8d1-974ece7c, #w-node-_92b7d47f-88af-e988-12aa-6afe7d74d2bc-974ece7c, #w-node-_01650bac-4924-17fe-bf45-26496964e64c-974ece7c, #w-node-c857308f-41db-f7da-7fe9-24d64bc5affb-974ece7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_55b74a68-37f7-6e07-8370-5d89192cc943-77cdb5af {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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