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

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

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

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

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

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

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

@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 {
  --secondary: #3a5a40;
  --black: black;
  --primary: #2c5167;
  --white: #fff;
  --transparent: #fff0;
  --pale-grey: #ddd;
  --light-green: #dfe9c7;
  --light-grey: #ccc;
  --cookies-bg: #0009;
  --green4: #7ba676;
  --green2: #bed3ac;
  --green-3: #9dbd91;
  --green-5: #5a905b;
  --green-6: #4a6b50;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: var(--secondary);
  color: var(--black);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.call-now {
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.call-now:hover {
  color: #212529;
}

.opening {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-size: 1em;
  font-weight: 300;
  display: flex;
}

.top-section {
  z-index: 99;
  background-color: var(--black);
  color: var(--secondary);
  position: sticky;
  inset: 0% 0% auto;
}

.top-link {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

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

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

.container.announcement-container {
  width: 90%;
  max-width: none;
}

.container.centred {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: "Fa 300", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
}

.top-link-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-link-div.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-container, .sm-div {
  display: flex;
}

.navbar {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.navbar.margin-auto {
  justify-content: space-between;
  width: 100%;
}

.dropdown-menu-link {
  background-color: var(--secondary);
  color: var(--pale-grey);
  border-left: 5px solid #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s ease-in-out;
}

.dropdown-menu-link:hover {
  border-left: 5px solid var(--primary);
  color: var(--light-green);
}

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

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

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

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

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

.nav-link {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.nav-link:hover {
  border-bottom: 1px solid var(--light-green);
  color: var(--white);
  background-color: #0000;
  border-radius: 6px;
}

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

.social-icon {
  width: 35px;
  height: 35px;
  color: var(--primary);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

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

.social-icon._0r {
  margin-right: 0;
}

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

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

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

.navbar-div {
  background-color: #0000;
  justify-content: space-between;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-section {
  z-index: 1000;
  background-color: var(--transparent);
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
}

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

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

.slide {
  background-image: linear-gradient(#00000059, #00000059), url('../images/WhatsApp-Image-2026-07-01-at-10.10.46-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-content {
  text-align: left;
  width: 60%;
  margin-left: 40px;
}

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

.button:hover {
  transform: scale(.95);
}

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

.slider-div {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-section {
  height: 100%;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  position: relative;
}

.hero-slider {
  min-height: 95vh;
  position: static;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-07-01-at-10.10.47.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-heading {
  color: var(--light-grey);
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.arrow-icon {
  font-size: 30px;
  line-height: 30px;
}

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

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

.default-btn:hover {
  transform: scale(.95);
}

.section-design-1-h1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-text {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

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

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

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

.image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.image-div.map {
  background-image: none;
  height: auto;
}

.card-bullet {
  padding-left: 0;
}

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

.card-bullet._20b._2col {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.card-bullet._20b._2col._20t, .card-bullet._20b._20t {
  margin-top: 20px;
}

.bullet-tick {
  color: var(--primary);
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.bullet-tick.light {
  color: var(--light-green);
}

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

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

.bullet-icon {
  text-align: left;
  background-image: url('../images/brickwall_1brickwall.webp');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 4em;
  line-height: 1.5;
  display: inline-block;
}

.bullet-icon.plastering {
  background-image: url('../images/AdobeStock_2068157206.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 151px;
  margin-left: 0;
  margin-right: 0;
}

.bullet-icon.kitchen {
  background-image: url('../images/plumbing_1plumbing.webp');
  margin-left: 0;
}

.bullet-icon.shop {
  background-image: url('../images/AdobeStock_2010948052.svg');
  margin-left: 0;
}

.bullet-icon.catfish {
  background-image: url('../images/AdobeStock_2055663249.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 134px;
  margin-left: 0;
}

.bullet-icon.carp {
  background-image: url('../images/AdobeStock_2018025647.svg');
  width: 139px;
  margin-left: 0;
}

.bullet-block-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 700;
  line-height: 34px;
}

.bullet-list-services {
  background-color: var(--pale-grey);
  border-radius: 1.5rem;
  margin-bottom: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

.bullet-block-btn:hover {
  transform: scale(.95);
}

.bullet-block {
  background-color: var(--white);
  text-align: left;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  transition: all .2s ease-in-out;
  display: flex;
  box-shadow: 1px 1px 3px #0000000d;
}

.bullet-block:hover {
  transform: translate(0, -5px);
}

.bullet-heading {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

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

.container-fluid.display-flex {
  background-color: var(--secondary);
  border-radius: 1.5rem;
  display: flex;
}

.full-img {
  background-image: url('../images/WhatsApp-Image-2026-07-01-at-10.10.46.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  width: 50%;
  min-height: 500px;
}

.full-img.cl {
  background-image: url('../images/WhatsApp-Image-2026-07-02-at-14.24.53-2.webp');
}

.full-img.cb {
  background-image: url('../images/WhatsApp-Image-2026-07-02-at-14.24.51-3.webp');
}

.full-img.cf {
  background-image: url('../images/WhatsApp-Image-2026-07-02-at-14.24.49.jpeg');
}

.full-img.oc {
  background-image: url('../images/WhatsApp-Image-2026-07-02-at-15.08.49-2.webp');
}

.section-2 {
  border-radius: 1.5rem;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 2px 5px #00000080;
}

.section-2-text-content {
  background-color: var(--secondary);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-2-text-content._100 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h3-section {
  background-color: var(--light-green);
  border-radius: 1.5rem;
  margin-bottom: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.h3-section.contactform {
  background-color: var(--secondary);
}

.h3-section._20t {
  margin-top: 20px;
  margin-bottom: 0;
}

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

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

.h3 {
  width: 890px;
  color: var(--secondary);
  padding-right: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

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

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

.h3-button._2 {
  border: 1px solid var(--light-grey);
  background-color: var(--secondary);
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.h3-button._2:hover {
  color: var(--primary);
  background-color: #fdfdfd;
}

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

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

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

.footer-col {
  width: 30%;
}

.footer-col._00 {
  width: 100%;
}

.contact-block {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

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

.contact-block._100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.contact-block._100.nobord {
  border-right-style: none;
  padding-top: 0;
  padding-bottom: 20px;
}

.contact-block._0b {
  margin-bottom: 0;
}

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

.footer-social-media:hover {
  background-color: var(--light-grey);
  color: var(--primary);
}

.footer-social-media.margin-right-none {
  margin-right: 0;
}

.footer-mid-content {
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

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

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

.contact-type-title {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.contact-type-title.red {
  color: var(--primary);
}

.contact-type-title.white {
  color: var(--white);
}

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

.footer-contact-info.vert {
  flex-flow: column;
}

.footer-contact-info.vert.contact {
  border-style: none;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.contact-icon {
  background-color: var(--light-green);
  width: 60px;
  height: 60px;
  color: var(--secondary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-family: "Fa 300", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.contact-icon.ct-us {
  background-color: var(--secondary);
  border-radius: 100%;
}

.contact-icon.ct-us.w {
  color: var(--white);
}

.contact-info-link {
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.contact-info-link.black {
  color: var(--black);
}

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

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

.footer-social-media-block {
  justify-content: flex-start;
  padding-top: 20px;
  display: flex;
}

.footer-copy-link {
  color: var(--white);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.scroll-up {
  z-index: 1000;
  background-color: var(--secondary);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

.scroll-arrow-up {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

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

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

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

.service-box-title {
  background-color: var(--light-grey);
  color: var(--secondary);
  border-radius: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.mask {
  height: auto;
  min-height: 250px;
}

.who-made-comment {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.quote-symbol {
  color: var(--primary);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 60px;
  display: flex;
  position: relative;
}

.underline {
  background-color: #fb6749;
  border-radius: 6px;
  width: 60%;
  height: 5px;
  line-height: 30px;
  position: absolute;
  inset: 15px 0 auto auto;
}

.underline.testemonials-underline {
  flex: 0 auto;
  width: 20%;
  position: relative;
  left: 0%;
  right: 0;
}

.underline.testemonials-underline.orange {
  background-color: var(--primary);
  width: 30%;
  position: absolute;
  top: 0;
}

.underline.testemonials-underline.gray {
  background-color: var(--light-grey);
  width: 100%;
}

.contact-div {
  width: 48.5%;
}

.left-arrow {
  background-color: var(--pale-grey);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.left-arrow:hover {
  background-color: var(--primary);
  transform: scale(.95);
}

.customer-title {
  color: var(--secondary);
}

.testemonial-content-everything {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}

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

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

.right-arrow {
  background-color: var(--pale-grey);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  margin-left: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.right-arrow:hover {
  background-color: var(--primary);
  color: #fff;
  transform: scale(.95);
}

.slide-nav {
  display: block;
  position: absolute;
}

.slide-3 {
  background-color: var(--white);
  height: auto;
  padding: 15px;
}

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

.text-block-3 {
  color: var(--secondary);
  flex: none;
  margin-top: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  display: block;
  position: static;
  inset: 0%;
}

.test-slider {
  position: static;
}

.sub-heading {
  color: var(--secondary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

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

.block-quote {
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}

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

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

.slider-2 {
  background-color: var(--white);
  height: auto;
  position: static;
}

.customer-img {
  background-image: url('../images/vicky-hladynets-C8Ta0gwPbQg-unsplash_1vicky-hladynets-C8Ta0gwPbQg-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
  margin-right: 10px;
}

.page-top {
  background-image: linear-gradient(#00000059, #00000059), url('../images/_190387968_1_190387968.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  display: flex;
}

.co-logo {
  width: 125px;
}

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

.hero-title {
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}

.p {
  letter-spacing: .5px;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.p.white {
  color: var(--white);
  font-family: Open Sans, sans-serif;
}

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

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

.p.centre.topp {
  margin-top: 40px;
}

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

.main-heading {
  width: 100%;
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.main-heading.centre {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
}

.p-dark {
  color: #000;
  line-height: 22px;
}

.sub-head {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.h2-title {
  justify-content: center;
  width: 90%;
  display: flex;
}

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

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

.container-block._100 {
  width: 100%;
}

.h2-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  line-height: 42px;
}

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

.service-box-heading-container {
  display: flex;
}

.backtotop {
  height: 0;
}

.dropdown-toggle {
  color: var(--white);
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s;
}

.dropdown-toggle:hover {
  border-bottom: 1px solid var(--light-grey);
  color: var(--white);
}

.co-desc {
  color: var(--white);
}

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

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

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

.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(--secondary);
  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(--primary);
}

.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(--primary);
  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(--primary);
  color: var(--primary);
  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(--cookies-bg);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

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

.bottom-link {
  color: var(--white);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.bottom-link.w--current {
  color: var(--light-green);
}

.bottom-link.black, .bottom-link.black.w--current {
  color: var(--black);
  text-align: center;
}

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

.list.area {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}

.list-item {
  align-items: center;
  display: flex;
}

.bullet-icon-2 {
  color: #000;
  background-color: #fff;
  border: 2px solid #afafaf;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  display: flex;
}

.bullet-icon-2.round {
  background-color: var(--green4);
  color: #fff0;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  border-style: none;
  border-color: #5f5f5f;
  border-radius: 20px;
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.fa-2 {
  color: #fff;
  flex: none;
  font-size: 18px;
}

.bullet-heading-2 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.map {
  width: 100%;
}

.lb {
  border: 1px solid var(--primary);
}

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

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

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

.contact-right {
  position: static;
}

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

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

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

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

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

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

.chat-section {
  background-color: var(--light-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

.livechat-button {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

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

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

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

.hyperlink:hover {
  box-shadow: inset 0 -30px 0 0 var(--primary);
  color: #fff;
}

.top-div {
  flex-direction: column;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.hero-text {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.service-box-link {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.contact-form {
  width: 48.5%;
}

.bottom-container {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bottom-container.border-none {
  border-right-style: none;
  align-items: center;
}

.bottom-container._100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.bottom-container._100.nobord {
  border-right-style: none;
  padding-top: 0;
  padding-bottom: 20px;
}

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

._2-col-div {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2-col-div.announcement-container {
  width: 90%;
  max-width: none;
}

.faq-div {
  border: 1px solid #d3d3d3;
  border-bottom-width: 0;
}

.tab-dropdown {
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
}

.tab-toggle {
  width: 100%;
}

.tab-dropdown-container.w--open {
  background-color: #d3d3d3;
  padding: 20px;
  position: relative;
}

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

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

.about-imgs-whole-wrap {
  z-index: 10;
  max-width: 45%;
  position: absolute;
  left: -25%;
}

.about-section-bg-pic {
  border-radius: 210px;
  width: 100%;
  max-width: 420px;
  min-height: 600px;
}

.about-section {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/logo-fish-oiw.webp');
  background-position: 0 0, 120%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 900px;
  background-attachment: scroll, fixed;
  border-radius: 1.5rem;
  margin-bottom: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container2 {
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.img1 {
  border-radius: 210px;
  width: 100%;
  height: 288px;
}

.about-button-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  padding-top: 35px;
  display: flex;
}

.pic-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.green-button {
  color: #000;
  background-color: #dfe9c7;
  border: 1px solid #dfe9c7;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  margin-top: auto;
  padding: 15px 25px 16px;
  text-decoration: none;
  display: block;
}

.green-button.longer {
  text-align: center;
  width: 280px;
  font-weight: 600;
}

.about-img-wrap {
  color: #fff;
  background-color: #fff;
  border-radius: 210px;
  max-width: 100%;
  padding: 12px;
  position: relative;
}

.about-img-wrap._2 {
  background-color: #fff;
  left: 15%;
}

.about-pic-txt-wrap {
  text-align: center;
  max-width: 220px;
  position: absolute;
}

.about-section-title-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 540px;
  display: flex;
}

.about-section-title-wrap.cf {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.about-section-content-wrapper {
  max-width: 55%;
}

.about-bg-img {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35%;
  margin-left: 100px;
  display: flex;
  position: relative;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.3;
}

.about-pic-overlay {
  background-color: #474747;
  border-radius: 210px;
  position: absolute;
  inset: 0%;
}

.about-main-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.services-section {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/logo-fish-oiw.webp');
  background-position: 0 0, 120%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 900px;
  background-attachment: scroll, fixed;
  border-radius: 1.5rem;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.svs-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.svs-title-wrap {
  max-width: 420px;
  position: absolute;
  inset: 20px auto auto 0%;
}

.svsv-area {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 270px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.service-title-wrap {
  max-width: 209px;
}

.svs-number {
  font-size: 52px;
  line-height: 1.1;
}

.subheadinb {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 400;
}

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

.svs-linbe-break {
  background-color: var(--secondary);
  width: 100%;
  height: 1px;
  line-height: 1.1;
  position: relative;
}

.h2-section-title {
  color: var(--secondary);
  font-weight: 600;
}

.svs-main-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: relative;
}

.svs-area {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 270px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.svs-area._1st {
  margin-top: 315px;
}

.svs-area._2nd {
  margin-top: 210px;
}

.svs-area._3rd {
  margin-top: 120px;
}

.title-wrap {
  max-width: 420px;
  margin-left: 50px;
  padding-left: 0;
  position: absolute;
  inset: 20px auto auto 0;
}

.svs-t-wrap {
  max-width: 209px;
}

.number {
  color: var(--secondary);
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

.svs-name {
  letter-spacing: 1px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.svs-line-break {
  background-color: var(--secondary);
  width: 100%;
  height: 1px;
  color: var(--secondary);
  position: relative;
}

.svs-pointer {
  border: 1px solid var(--secondary);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 27px;
  min-width: 27px;
  height: 27px;
  display: flex;
  position: absolute;
  inset: auto auto -13px 0%;
}

.svs-pointer._2 {
  left: 25%;
}

.svs-pointer._3 {
  left: 50%;
}

.svs-pointer._4 {
  left: 100%;
}

.green-svs-dot {
  background-color: var(--secondary);
  width: 12px;
  min-width: 12px;
  height: 12px;
  box-shadow: 0 2px 7px 0 var(--secondary);
  border-radius: 100%;
}

.dark-green-btn {
  background-color: var(--secondary);
  color: var(--white);
  border: 1px solid #dfe9c7;
  border-radius: 8px;
  padding: 15px 25px 16px;
}

.dark-green-btn.longer {
  text-align: center;
  width: 280px;
  font-weight: 600;
}

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

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

.grid-div {
  border-radius: 50px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.slide-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-07-01-at-10.10.47-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.button-text {
  position: relative;
  overflow: hidden;
}

.video-overlay {
  z-index: 2;
  background-image: radial-gradient(circle, #17141100 20%, #000000ba);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sticky-cta {
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.button-2 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: #efe5d7;
  background-color: #171411;
  border-radius: .4rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.5rem;
  display: flex;
}

.track-cta {
  width: 100%;
  height: 300vh;
  position: relative;
}

.cta-video_background {
  background-color: #171411;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_text {
  font-weight: 500;
}

.section_cta {
  color: #efe5d7;
  padding-left: 1rem;
  padding-right: 1rem;
}

.cta_content {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-text-animation {
  margin-top: .5rem;
  position: absolute;
}

.button-image {
  width: .8rem;
  height: .8rem;
}

.background-video {
  z-index: 2;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

.background-video.absolute {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.photo-wrap_third {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotate(-3deg);
}

.padding-global {
  padding: 100px 0;
}

.sticky {
  position: sticky;
  top: 0;
}

.sticky_element {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.container-large {
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.photo-wrap_second {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotate(6deg);
}

.heading-style-h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.page-headings.text-align-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  display: flex;
}

.photo-wrap_first {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotate(1deg);
}

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

.photos-wrap {
  width: 105vh;
  height: 45vh;
  position: relative;
}

.text-span-image {
  background-image: url('../images/Kaleo_Icon-dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.track {
  height: 300vh;
  position: relative;
}

.contact-section {
  background-color: var(--light-green);
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.contact-section.contactform {
  background-color: var(--secondary);
}

.photo-wrap_fourth {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotate(-3deg);
}

._2-col-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  justify-content: space-between;
  place-items: center stretch;
}

.title-box {
  max-width: 34.7rem;
}

.right-img {
  background-image: url('../images/WhatsApp-Image-2026-07-01-at-10.10.46-3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
}

.h2-2 {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 43px;
  font-weight: 500;
  line-height: 60px;
}

.button-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.large-container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.button-3 {
  letter-spacing: 2px;
  background-color: #8a98bb;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 3.5rem;
  padding: 0 1.75rem;
  font-size: 16px;
  display: flex;
}

.button-3.blk {
  background-color: #221f1f;
}

.padding-global-2 {
  padding: 3.25rem;
}

.p-3 {
  font-family: Open Sans, sans-serif;
}

.para-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 34.7rem;
  display: flex;
}

.content-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.content-left.cl {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.white-section {
  background-color: #fff;
  border-radius: 1.5rem;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: clip;
}

.h1 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
}

.img-div {
  border-radius: 1.5rem;
  width: 49%;
  height: 500px;
}

.img-div.cl {
  background-image: url('../images/WhatsApp-Image-2026-07-02-at-15.08.48-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.img-div.cb {
  background-image: url('../images/WhatsApp-Image-2026-07-02-at-14.24.49-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.img-div.oc {
  background-image: url('../images/WhatsApp-Image-2026-07-02-at-14.24.53.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.cf {
  background-image: url('../images/WhatsApp-Image-2026-07-02-at-14.24.49-3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-section-copy {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/logo-fish-oiw.webp');
  background-position: 0 0, 120%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 900px;
  background-attachment: scroll, fixed;
  border-radius: 1.5rem;
  margin-bottom: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.white-section-2 {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/logo-fish-oiw.webp');
  background-position: 0 0, 120%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 900px;
  background-attachment: scroll, fixed;
  border-radius: 1.5rem;
  margin-bottom: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.white-section-2._20t {
  margin-top: 20px;
}

.white-section-2._20t.gallery {
  padding-top: 0;
  padding-bottom: 0;
}

._3-pic-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 48%;
  height: 600px;
}

._3-pic-grid.bigger {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.img-1-3 {
  background-image: url('../images/WhatsApp-Image-2026-07-02-at-14.24.49.webp');
  background-position: 50% 74%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}

.img-1-3.cl {
  background-image: url('../images/WhatsApp-Image-2026-07-02-at-15.08.50.webp');
}

.img-1-3.cb {
  background-image: url('../images/WhatsApp-Image-2026-07-02-at-14.24.53-2.webp');
  background-position: 50% 70%;
}

.img-1-3.oc {
  background-image: url('../images/WhatsApp-Image-2026-07-02-at-15.08.49.webp');
}

.img2-3 {
  background-image: url('../images/WhatsApp-Image-2026-07-02-at-14.24.53.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}

.img2-3.cl {
  background-image: url('../images/WhatsApp-Image-2026-07-02-at-14.24.51.webp');
}

.img2-3.cb {
  background-image: url('../images/WhatsApp-Image-2026-07-02-at-14.24.53-1.webp');
}

.img2-3.oc {
  background-image: url('../images/WhatsApp-Image-2026-07-02-at-15.08.46-2.webp');
  background-position: 50% 60%;
}

.img3-3 {
  background-image: url('../images/WhatsApp-Image-2026-07-02-at-14.24.53-4.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}

.img3-3.cl {
  background-image: url('../images/WhatsApp-Image-2026-07-02-at-15.08.47-2.webp');
}

.img3-3.cb {
  background-image: url('../images/WhatsApp-Image-2026-07-02-at-15.08.48.webp');
}

.img3-3.oc {
  background-image: url('../images/WhatsApp-Image-2026-07-02-at-15.07.45.webp');
}

.hero-2-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-07-01-at-10.10.47-3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  height: 61vh;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.hero-2-section.awc {
  height: 51vh;
}

.title-div {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.text-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-grid {
  background-color: var(--light-green);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0006;
}

.div-grid._2 {
  background-color: var(--green2);
}

.div-grid._3 {
  background-color: var(--green-3);
}

.div-grid._4 {
  background-color: var(--green4);
}

.div-grid._5 {
  background-color: var(--green-5);
}

.div-grid._6 {
  background-color: var(--green-6);
}

._2x1 {
  grid-template-rows: auto;
  margin-top: 20px;
}

._2divgri {
  background-color: var(--light-green);
  border-radius: 1rem;
  padding: 15px;
}

._2divgri.dg {
  background-color: var(--secondary);
}

.map-div {
  width: 48%;
}

.light-green-section {
  background-color: var(--light-green);
  border-radius: 1.5rem;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.divgrid1 {
  box-shadow: 1px 2px 5px 0 var(--secondary);
  border-radius: 1rem;
  padding: 15px;
}

.divgrid1.dg {
  background-color: var(--green4);
}

.accordion-content {
  color: var(--black);
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 171%;
}

.subheading {
  font-size: 25px;
  line-height: 35px;
}

.subheading.white {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.subheading.white.small {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}

.minus {
  background-color: var(--secondary);
  width: 14px;
  height: 2px;
}

.plus {
  background-color: var(--secondary);
  width: 2px;
  height: 13px;
  color: var(--secondary);
  position: absolute;
}

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

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

.bullet-list.black {
  color: var(--black);
  font-size: 16px;
}

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

.accordion {
  width: 100%;
}

.accordion-title {
  color: var(--black);
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.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-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.list-2 {
  padding-left: 0;
  list-style-type: none;
}

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

.p-4 {
  font-size: 16px;
  line-height: 26px;
}

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

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

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

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

.sitemap-list-item {
  text-align: left;
  padding-top: 0;
  padding-bottom: 10px;
}

.sitemap-link {
  color: #000;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 500;
  text-decoration: none;
}

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

.lb-img {
  object-fit: cover;
  width: 300px;
  max-width: none;
  height: 300px;
}

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

.img-1-4 {
  background-image: url('../images/WhatsApp-Image-2026-07-01-at-10.10.46-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}

.img-1-4.cl {
  background-image: url('../images/WhatsApp-Image-2026-07-02-at-15.08.49-1.webp');
}

@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) {
  .mask {
    width: 100%;
  }

  .who-made-comment {
    position: relative;
  }

  .test-slider {
    position: static;
  }

  .block-quote {
    font-size: 1.15rem;
  }

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

  .slider-2 {
    width: 100%;
  }

  .contact-right {
    position: static;
  }

  .whatsapp-chat {
    display: none;
  }

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

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

  .about-img-wrap {
    left: 50px;
  }

  .about-img-wrap._2 {
    left: 30%;
  }

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

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

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

@media screen and (max-width: 991px) {
  .opening {
    display: none;
  }

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

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

  .top-link-div.margin-right-20 {
    flex: none;
  }

  .top-link-div.margin-right-20.mobile-display-none {
    display: none;
  }

  .top-container {
    flex-direction: row;
  }

  .sm-div {
    justify-content: space-around;
  }

  .navbar {
    background-color: var(--transparent);
    border-radius: 50px;
    justify-content: flex-end;
    align-items: center;
    width: 60%;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }

  .navbar.margin-auto {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
  }

  .dropdown-menu-link {
    color: var(--black);
    background-color: #0000;
  }

  .dropdown-menu-link:hover {
    color: var(--black);
  }

  .dropdown-list.w--open {
    background-color: #f7f7f7;
    border-radius: 0;
    margin-top: 0;
  }

  .nav-link {
    background-color: var(--light-green);
    color: var(--black);
    border-radius: 50px 0 0 50px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    background-color: var(--secondary);
    color: var(--white);
    border-bottom-width: 0;
    border-radius: 50px 0 0 50px;
  }

  .social-icon {
    background-color: var(--white);
    width: 33.3%;
    height: auto;
    color: var(--black);
    border-right: 1px solid #3535353d;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

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

  .social-icon._0r {
    background-color: var(--white);
    text-align: left;
    font-size: 22px;
  }

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

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

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

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

  .dropdown.no-border {
    background-color: var(--primary);
    color: var(--white);
    border-bottom-style: none;
  }

  .dropdown.no-border:hover {
    background-color: var(--secondary);
  }

  .burger-menu {
    color: var(--light-green);
    font-size: 1.2em;
  }

  .nav-toggle {
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    display: flex;
  }

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

  .nav {
    background-color: var(--transparent);
    border-radius: 50px;
    height: 100%;
    margin-bottom: auto;
  }

  .navbar-div {
    border-radius: 50px;
    justify-content: space-between;
    margin-right: 0;
    padding-right: 20px;
  }

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

  .hero-content {
    width: 70%;
  }

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

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

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

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

  .left-section {
    width: 100%;
  }

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

  .right-section {
    width: 100%;
    height: 500px;
    margin-top: 40px;
  }

  .right-section.padd {
    margin-top: 40px;
  }

  .image-div {
    min-height: 500px;
  }

  .image-div.map {
    min-height: auto;
  }

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

  .services-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

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

  .bullet-block {
    border-radius: 1rem;
    padding: 20px;
  }

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

  .full-img {
    width: 100%;
  }

  .section-2-text-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

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

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

  .h3 {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }

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

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

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

  .contact-type-title {
    margin-bottom: 5px;
  }

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

  .footer-div {
    margin-top: 60px;
  }

  .scroll-up {
    z-index: 1;
  }

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

  .services-box {
    min-height: 300px;
  }

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

  .left-arrow {
    background-color: var(--primary);
    color: #fff;
    bottom: -25%;
    left: auto;
    right: 15%;
  }

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

  .right-arrow {
    background-color: var(--primary);
    inset: auto 0% -25% auto;
  }

  .testemonials {
    padding-top: 60px;
  }

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

  .block-quote {
    font-size: 16px;
  }

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

  .slider-2 {
    position: relative;
  }

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

  .dropdown-toggle {
    background-color: var(--light-green);
    width: 100%;
    color: var(--black);
    border-radius: 50px 0 0 50px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .list-item {
    align-items: center;
  }

  .bullet-icon-2.round {
    width: 32px;
    height: 32px;
  }

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

  .whatsapp-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 60px;
    display: flex;
  }

  .whatsapp-container {
    border-radius: 6px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .whatsapp-chat {
    display: none;
  }

  .contact-form {
    width: 100%;
  }

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

  .bottom-container.border-none {
    border-bottom-style: none;
  }

  ._2-col-div {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    flex-flow: column;
    align-items: flex-start;
  }

  ._2-col-div.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._2-col-div.nav-fluid {
    width: 100%;
    padding: 0;
  }

  ._2-col-div.nos {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
  }

  .about-imgs-whole-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

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

  .img1 {
    height: 273px;
  }

  .about-section-title-wrap {
    max-width: 900px;
  }

  .about-section-content-wrapper {
    max-width: 100%;
  }

  .about-bg-img {
    max-width: 60%;
    margin-bottom: 40px;
  }

  .about-main-wrapper {
    flex-flow: column;
    max-width: none;
  }

  .svs-main-wrap {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
  }

  .svs-area._1st, .svs-area._2nd, .svs-area._3rd {
    max-width: 45%;
    margin-top: 0;
  }

  .svs-area._4th {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 45%;
  }

  .title-wrap {
    width: 100%;
    max-width: 100%;
    position: static;
  }

  .svs-pointer._4 {
    left: 93%;
  }

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

  .photos-wrap {
    width: 80vw;
    height: 45vw;
  }

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

  ._2-col-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .h2-2 {
    font-size: 34px;
    line-height: 39px;
  }

  .button-container {
    width: 100%;
  }

  .button-3 {
    text-align: center;
    width: 45%;
  }

  .content-left {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    width: 100%;
  }

  .img-div, .img-div.cl {
    width: 100%;
  }

  .about-section-copy, .white-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._3-pic-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  ._3-pic-grid.bigger {
    grid-template-columns: 1fr 1fr;
  }

  .map-div {
    width: 100%;
  }

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

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

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

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

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

@media screen and (max-width: 767px) {
  .call-now {
    justify-content: center;
    align-items: center;
  }

  .top-section {
    position: static;
  }

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

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

  .top-link-div.margin-right-20 {
    margin-right: 0;
  }

  .top-link-div.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

  .top-container {
    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;
  }

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

  .hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    margin-right: 40px;
    display: flex;
  }

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

  .slider-div {
    height: auto;
  }

  .hero-slider {
    min-height: 660px;
  }

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

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

  .right-section {
    height: 350px;
  }

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

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

  .services-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .full-img {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    min-height: 350px;
  }

  .section-2-text-content, .h3-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

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

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

  .footer-div {
    margin-top: 20px;
  }

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

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

  .quote-symbol {
    margin-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
    line-height: 1;
    position: static;
  }

  .underline {
    width: 50%;
  }

  .left-arrow {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0;
    bottom: -5%;
    right: 20%;
  }

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

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

  .right-arrow {
    width: 80px;
    height: 80px;
    bottom: -5%;
  }

  .slide-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .test-slider {
    width: 95%;
    position: static;
  }

  .sub-heading.white {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .hero-title {
    margin-top: 100px;
    font-size: 34px;
    line-height: 42px;
  }

  .main-heading {
    font-size: 28px;
    line-height: 36px;
  }

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

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

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

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

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

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

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

  ._2-col-div.announcement-container {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  ._2-col-div.nav-fluid {
    padding-top: 0;
  }

  .about-imgs-whole-wrap {
    margin-left: -62px;
  }

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

  .img1 {
    height: 230px;
  }

  .green-button {
    text-decoration: none;
  }

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

  .svs-main-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .svs-area._1st, .svs-area._2nd, .svs-area._3rd, .svs-area._4th {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  ._2-col-grid {
    grid-template-columns: 1fr;
  }

  .about-section-copy, .white-section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ._3-pic-grid.bigger {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

@media screen and (max-width: 479px) {
  .call-now {
    width: 100%;
    margin-top: 10px;
  }

  .top-link {
    font-size: 15px;
  }

  .container.announcement-container {
    padding-top: 1px;
  }

  .top-icon {
    width: 30px;
    height: 30px;
    font-size: 1.2em;
  }

  .top-link-div.margin-right-20 {
    text-align: center;
    font-size: 14px;
  }

  .top-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    line-height: 17px;
  }

  .navbar {
    width: 100%;
    margin-left: 0;
  }

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

  .co-logo-link {
    justify-content: center;
    align-items: center;
  }

  .co-logo-link.footer {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link, .dropdown {
    border-radius: 50px;
  }

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

  .nav-toggle {
    margin-bottom: 3px;
    margin-left: 0;
  }

  .nav {
    width: 95%;
  }

  .navbar-div {
    flex-flow: column;
    width: 100%;
    padding-right: 0;
  }

  .navbar-section {
    margin-top: 0;
    margin-left: -17px;
  }

  .slider-arrow {
    display: none;
  }

  .hero-content {
    width: 100%;
    margin: auto 20px 40px;
  }

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

  .hero-slider {
    min-height: 580px;
  }

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

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

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

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

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

  .right-section {
    height: 250px;
    margin-top: 30px;
  }

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

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

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

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

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

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

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

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

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

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

  .h3-button {
    text-align: center;
    border-radius: 1rem;
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .h3-button._2 {
    border-radius: 1rem;
    flex: none;
  }

  .footer-col, .contact-block {
    margin-top: 10px;
  }

  .footer-mid-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

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

  .contact-type-title {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-contact-info {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 20px;
  }

  .contact-icon {
    display: none;
  }

  .contact-info-link {
    margin-bottom: 0;
  }

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

  .footer-social-media-block {
    margin-bottom: 10px;
    padding-top: 0;
  }

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

  .services-box {
    min-height: 280px;
  }

  .service-box-title {
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
  }

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

  .underline {
    width: 30%;
  }

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

  .left-arrow {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    bottom: -10%;
  }

  .testemonial-content-everything {
    padding-right: 0;
  }

  .container-2.test-container {
    width: 95%;
  }

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

  .right-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .slide-3 {
    padding: 0;
  }

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

  .text-block-3 {
    font-size: 22px;
  }

  .sub-heading {
    font-size: 1.125rem;
  }

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

  .block-quote {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-2 {
    font-size: 16px;
    line-height: 28px;
  }

  .slider-2 {
    width: 100%;
  }

  .hero-title {
    text-align: center;
    width: 80%;
    margin-top: 100px;
    font-size: 31px;
    line-height: 32px;
  }

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

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

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

  .button-div {
    flex-direction: column;
    margin-top: 10px;
  }

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

  .service-box-heading-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .dropdown-toggle {
    border-radius: 50px;
  }

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

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

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

  .bullet-heading-2 {
    text-align: left;
  }

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

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

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

  .livechat-button {
    width: 90%;
  }

  .top-div {
    width: 100%;
  }

  .hero-text {
    font-size: 16px;
    line-height: 26px;
  }

  .service-box-link {
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
  }

  ._2-col-div {
    flex-flow: row-reverse wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  ._2-col-div.announcement-container {
    padding-top: 1px;
  }

  .about-imgs-whole-wrap {
    max-width: 40%;
    margin-left: 0;
  }

  .about-section-bg-pic {
    min-height: 394px;
  }

  .img1 {
    width: 324px;
    height: 223px;
  }

  .about-img-wrap {
    width: 180px;
    max-width: none;
  }

  .about-img-wrap._2 {
    width: 184px;
    max-width: none;
  }

  .about-bg-img {
    width: 80%;
    max-width: 390px;
    margin-left: 40px;
  }

  .cta-video_background {
    border-radius: 1rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h2 {
    font-size: 1.4rem;
  }

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

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

  .button-3.blk {
    width: auto;
  }

  .padding-global-2 {
    padding: 2rem 1rem 1rem;
  }

  .content-left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .img-div {
    width: 100%;
  }

  .img-div.cl, .img-div.cb, .img-div.oc {
    width: 100%;
    height: 400px;
  }

  .white-section-2 {
    position: static;
  }

  ._3-pic-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  ._3-pic-grid.bigger {
    grid-template-columns: 1fr;
  }

  .title-div {
    justify-content: center;
    align-items: center;
  }

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

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

  .accordion {
    width: 95%;
  }

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

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

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-474cb95c, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230082-474cb95c, #w-node-d6413dd0-3c87-6e39-046e-f27dfe23009f-474cb95c, #w-node-_5b39eaac-9125-b631-655c-4b092076fe73-474cb95c {
  place-self: auto;
}

#w-node-_768a18fd-7959-34fc-b065-60146179debe-f614b4b1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_768a18fd-7959-34fc-b065-60146179debf-f614b4b1 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_768a18fd-7959-34fc-b065-60146179dec0-f614b4b1 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_768a18fd-7959-34fc-b065-60146179debe-ef66c620, #w-node-_1a5f2c09-484e-24ff-efb3-7d3239f0ea97-ef66c620 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_768a18fd-7959-34fc-b065-60146179debf-ef66c620 {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_768a18fd-7959-34fc-b065-60146179dec0-ef66c620 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_768a18fd-7959-34fc-b065-60146179debe-db303b16 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_768a18fd-7959-34fc-b065-60146179debf-db303b16 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_768a18fd-7959-34fc-b065-60146179dec0-db303b16 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_768a18fd-7959-34fc-b065-60146179debe-76218089 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_768a18fd-7959-34fc-b065-60146179debf-76218089 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_768a18fd-7959-34fc-b065-60146179dec0-76218089 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_8ee26d53-6258-34c5-ba4c-4e56b6765df5-75bdcb65, #w-node-f193401b-7f1b-3f96-d91a-129fb125df7e-75bdcb65, #w-node-c162e9c3-2b77-d525-c855-4fe783416e14-5e2904de, #w-node-_66c5b6db-66fc-e420-fda0-47f567c3141e-5e2904de, #w-node-_930e08f3-7397-9abf-63b2-21a3ab364b8e-5e2904de, #w-node-_99634c4f-a39b-e5c6-98b8-c02df1c66fca-5e2904de, #w-node-e837cccd-d508-0ea2-6bc3-0241a1b58cf5-5e2904de, #w-node-_479f72b0-7f1c-48a4-a1e4-4e2b26262608-5e2904de, #w-node-_719df38a-09af-3aa0-557d-276a76037f40-5e2904de, #w-node-a37a60b0-a6d9-d6de-1ae8-a77c361e8638-5e2904de, #w-node-_35236728-ccaf-90fc-121e-f2655a896014-5e2904de, #w-node-_14894bd1-706c-1555-1e8a-2a232e4d9b53-5e2904de, #w-node-_4ea65e72-124c-67bc-e2ce-3f32e10f9ee6-5e2904de, #w-node-_8a894bd2-962b-3fdc-8fbb-da67573c8a36-5e2904de, #w-node-_383d2856-df06-68b9-c453-a529699b405d-5e2904de, #w-node-_252f450b-8b6c-ad51-ac17-3148ed3e8a7e-5e2904de, #w-node-da7fe802-7e73-fc04-b458-551556c2a559-5e2904de, #w-node-_8092b094-7551-16b8-f18f-6485acf0542e-5e2904de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_4f123079-25c3-a61c-6364-4d05d33f361a-8a6fe1e2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_768a18fd-7959-34fc-b065-60146179debe-f614b4b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_768a18fd-7959-34fc-b065-60146179debf-f614b4b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_768a18fd-7959-34fc-b065-60146179dec0-f614b4b1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_768a18fd-7959-34fc-b065-60146179debe-ef66c620, #w-node-_1a5f2c09-484e-24ff-efb3-7d3239f0ea97-ef66c620 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_768a18fd-7959-34fc-b065-60146179debf-ef66c620 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_768a18fd-7959-34fc-b065-60146179dec0-ef66c620 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_768a18fd-7959-34fc-b065-60146179debe-db303b16 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_768a18fd-7959-34fc-b065-60146179debf-db303b16 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_768a18fd-7959-34fc-b065-60146179dec0-db303b16 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_768a18fd-7959-34fc-b065-60146179debe-76218089 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_768a18fd-7959-34fc-b065-60146179debf-76218089 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_768a18fd-7959-34fc-b065-60146179dec0-76218089 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-c3ca71e8-74f9-ad42-0d40-c404c14530c1-75bdcb65 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c3ca71e8-74f9-ad42-0d40-c404c14530c1-75bdcb65 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_768a18fd-7959-34fc-b065-60146179debf-f614b4b1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_768a18fd-7959-34fc-b065-60146179dec0-f614b4b1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_768a18fd-7959-34fc-b065-60146179debe-ef66c620, #w-node-_1a5f2c09-484e-24ff-efb3-7d3239f0ea97-ef66c620 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_768a18fd-7959-34fc-b065-60146179debf-ef66c620 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_768a18fd-7959-34fc-b065-60146179dec0-ef66c620 {
    grid-area: 3 / 1 / 4 / 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 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa sharp solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}