@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 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: "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 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;
}

:root {
  --black: black;
  --primary: #e217a0;
  --secondary: #0090ca;
  --white: #fff;
  --transparent: #fff0;
  --third: #ff422a;
  --fourth: #fff13b;
  --fifth: #9fea35;
  --sixth: #00db2f;
  --footer-light: #a1a1a1;
  --circle-clip: 70.7%;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: var(--black);
  color: var(--black);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.nav-link {
  color: var(--primary);
  text-transform: uppercase;
  border-right: 1px solid #0000001a;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1rem;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

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

.nav-link.w--current {
  color: #ffd900;
  background-color: #1b1b1b;
}

.nav-link.contact-nav {
  background-color: var(--secondary);
  transition: all .2s ease-in-out;
}

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

.nav-link.contact-nav.call-btn {
  display: none;
}

.brand {
  margin-left: 0;
  margin-right: auto;
}

.nav-container {
  border-radius: 5px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.nav-menu {
  text-align: right;
}

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

.dropdown-list.w--open {
  background-color: #f0f6f8;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  min-width: 240px;
  margin-top: 0;
}

.navbar {
  background-color: var(--white);
  border-radius: 5px;
  align-items: center;
  display: flex;
  overflow: visible;
  box-shadow: 0 2px 8px #0003;
}

.drop-down-link {
  border-bottom: 1px solid #1b1b1b0d;
  border-left: 5px solid #0000;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  font-weight: 400;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
}

.drop-down-link:hover {
  color: #fefefe;
  background-color: #1b1b1b;
  border-left-color: #ffe135;
  padding-left: 25px;
}

.drop-down-link.last {
  border-bottom-color: #1b1b1b00;
}

.navigatio-bar {
  z-index: 10000;
  background-color: #1b1b1b03;
  border-radius: 5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0 0% auto;
  overflow: visible;
}

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

.dropdown-toggle.nav-link {
  color: var(--primary);
  padding-top: 25px;
  padding-bottom: 25px;
}

.dropdown-toggle.nav-link:hover {
  color: var(--secondary);
}

.hero-container {
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.hero-intro-text {
  color: var(--secondary);
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.75;
}

.banner-text {
  color: var(--primary);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.p {
  color: var(--white);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 17px;
  line-height: 28px;
}

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

.p.mid {
  text-align: center;
  max-width: 65%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.p.grey {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
}

.hero-section {
  background-color: #fff;
  background-image: linear-gradient(to bottom, #0000001f, #0000001f), linear-gradient(180deg, #000000b3, var(--transparent)), url('../images/Main-Banner.webp');
  background-position: 0 0, 0 0, 50% 25%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: stretch;
  min-height: 90vh;
  display: flex;
}

.hero-section.small {
  min-height: 65vh;
}

.hero_btn {
  background-color: var(--secondary);
  color: var(--primary);
  margin-top: 40px;
  margin-right: 20px;
  padding: 20px 40px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.hero_btn.outline-btn {
  background-color: var(--primary);
  color: var(--white);
  border: 1px #ffe135;
  transition: all .2s ease-in-out;
}

.hero_btn.outline-btn:hover {
  background-color: var(--secondary);
  color: var(--primary);
}

.hero-card {
  border-left: 5px solid var(--secondary);
  background-color: var(--white);
  width: 40%;
  margin-top: 100px;
  margin-left: 5%;
  padding: 25px;
}

.hero-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.services-wrapper.display-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.section-info-title {
  color: var(--white);
  letter-spacing: -1px;
  text-transform: capitalize;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 46px;
}

.section-info-title.large-text {
  color: var(--white);
  letter-spacing: -1.5px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

.section-info-title.light {
  color: var(--white);
}

.services-section {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 20px;
  position: relative;
}

.services-desc {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 16.5px;
  line-height: 26px;
}

.services-desc.black {
  color: var(--black);
}

.services-text-block {
  border-bottom: 2px none var(--primary);
  background-color: var(--secondary);
  flex-flow: column;
  align-items: flex-start;
  min-height: 330px;
  padding: 60px 20px 20px;
  display: flex;
}

.services-text-block.pink {
  background-color: var(--third);
}

.services-text-block.red {
  background-color: var(--fourth);
}

.services-text-block.green {
  background-color: var(--fifth);
}

.section-line {
  background-color: var(--third);
  width: 30px;
  height: 1px;
  margin-right: 10px;
}

.section-line.light {
  background-color: #fefefe;
  background-color: var(--white);
}

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

.container.container-1600px {
  width: 90%;
  max-width: 1600px;
}

.container.display-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.container._90 {
  width: 90%;
  max-width: 1400px;
}

.services-title {
  color: var(--white);
  letter-spacing: -1px;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}

.services-title.blacl {
  color: var(--black);
}

.services-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s ease-in-out;
}

.services-block:hover {
  transform: translate(0, -20px);
}

.section-info-wrapper {
  align-items: center;
  display: flex;
  position: static;
}

.section-info-wrapper.text-center {
  text-align: center;
  justify-content: center;
  padding-bottom: 40px;
}

.services-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  margin-bottom: -40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.section-heading-1-img {
  background-color: var(--black);
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
}

.section-heading-1-img.colour {
  background-color: var(--secondary);
  padding-top: 100px;
}

.section-heading-1-img.red {
  background-color: var(--third);
  padding-top: 100px;
}

.section-heading-1-img.fixed {
  z-index: 0;
  position: relative;
}

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

.sm-inner-img {
  background-color: var(--fourth);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 10%;
  margin-top: -25px;
  margin-bottom: 0;
  margin-right: -25px;
  display: flex;
}

.left-section-para-container {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.left-section-para-container.padding-top-20 {
  flex-flow: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.left-section-para-container.padding-top-20.flex {
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  display: flex;
}

.project-img-title {
  text-align: center;
  text-transform: capitalize;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
}

.left-text-area {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.left-text-area.paddint-tomp-bottom-40 {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  position: relative;
}

.left-text-area.paddint-tomp-bottom-40.bg-white {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
}

.left-text-area._100--width {
  width: 100%;
}

.left-text-area._40left {
  padding: 40px 0 40px 40px;
  position: relative;
}

.left-text-area._w-100 {
  width: 100%;
}

.haeding-1 {
  color: #101b22;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.haeding-1.margin-top-bottom-10 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 44px;
}

.haeding-1.margin-top-bottom-10.test {
  color: var(--white);
  text-align: center;
  letter-spacing: -1.5px;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

.haeding-1.margin-top-bottom-10 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
}

.haeding-1.margin-top-bottom-10.white {
  color: var(--white);
  text-align: left;
  letter-spacing: -2px;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 33px;
  font-weight: 400;
}

.haeding-1.h2-grey {
  color: var(--white);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.1;
}

.right-double-img {
  width: 48%;
}

.right-double-img.image {
  background-image: url('../images/IMG-20250218-WA0100.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.right-double-img.s1-1 {
  background-image: url('../images/New27.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.right-double-img.s2-1 {
  background-image: url('../images/LSC19.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.right-double-img.s3-1 {
  background-image: url('../images/New9.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.right-double-img.s4-1 {
  background-image: url('../images/Scroll-Image.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.right-double-img.s5-1 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.default-btn {
  color: #101b22;
  background-color: #ffe135;
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.default-btn:hover {
  color: #fefefe;
  background-color: #101b22;
}

.default-btn.margin-top-40 {
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  color: var(--black);
  margin-top: 40px;
}

.default-btn.margin-top-40:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.default-btn.margin-top-40.hover-white:hover {
  color: #101b22;
  background-color: #fefefe;
}

.default-btn.margin-top-40 {
  text-transform: uppercase;
  margin-top: 40px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.default-btn.margin-top-40.white {
  background-color: var(--white);
}

.default-btn.margin-top-40.white:hover {
  background-color: var(--secondary);
  color: #1b1b1b;
}

.default-btn.margin-top-40.black {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.default-btn.margin-top-40.black:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--black);
}

.section-hedaing-2-wrapper.display-flex {
  background-image: linear-gradient(to right, #fff0, var(--primary) 52%);
  justify-content: space-between;
  display: flex;
}

.section-hedaing-2-wrapper.display-flex.gradiant-reverse {
  background-image: linear-gradient(90deg, var(--black) 48%, var(--fourth));
}

.section-hedaing-2-wrapper.display-flex.no-bg, .section-hedaing-2-wrapper.display-flex.none {
  background-image: none;
}

.section-heading-2.margin-bottom-20 {
  margin-bottom: 20px;
}

.section-heading-2.m-top-10 {
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.section-heading-2.margin-bottom-20 {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.heading-2-img-section {
  background-image: linear-gradient(to right, #fff0, #0009), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  min-height: 500px;
}

.h2 {
  color: var(--white);
  letter-spacing: -1px;
  font-size: 38px;
  font-weight: 400;
  line-height: 40px;
}

.h2.h2-white {
  color: var(--white);
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 600;
}

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

.col-1 {
  flex-direction: column;
  justify-content: flex-start;
  width: 48%;
  display: flex;
}

.bottom-img {
  background-image: url('../images/LSC21.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 45%;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.bottom-img:hover {
  transform: translate(-10px);
}

.bottom-img.img-2 {
  background-image: url('../images/LSC5.webp');
  background-position: 50%;
  background-size: cover;
}

.bottom-img.img-2:hover {
  transform: translate(10px);
}

.bottom-img.s1-5 {
  background-image: url('../images/New10.webp');
  background-position: 50%;
  background-size: cover;
}

.bottom-img.s1-5:hover {
  transform: translate(10px);
}

.bottom-img.s1-6 {
  background-image: url('../images/New28.webp');
}

.bottom-img.s2-4 {
  background-image: url('../images/New7.webp');
  background-position: 50%;
  background-size: cover;
}

.bottom-img.s2-4:hover {
  transform: translate(10px);
}

.bottom-img.s2-5 {
  background-image: url('../images/New30.webp');
}

.bottom-img.s3-4 {
  background-image: url('../images/LSC14.webp');
  background-position: 50%;
  background-size: cover;
}

.bottom-img.s3-4:hover {
  transform: translate(10px);
}

.bottom-img.s3-5 {
  background-image: url('../images/Wallpaper-Service-Box.webp');
  background-position: 50%;
  background-size: cover;
}

.bottom-img.s4-4 {
  background-image: url('../images/New8.webp');
  background-position: 50%;
  background-size: cover;
}

.bottom-img.s4-4:hover {
  transform: translate(10px);
}

.bottom-img.s4-5 {
  background-image: url('../images/New11.webp');
  background-position: 50%;
  background-size: cover;
}

.bottom-img.s5-4 {
  background-image: url('../images/LSC10.webp');
  background-position: 50%;
  background-size: cover;
}

.bottom-img.s5-4:hover {
  transform: translate(10px);
}

.bottom-img.s5-5 {
  background-image: url('../images/New16.webp');
  background-position: 50%;
  background-size: cover;
}

.col-2 {
  flex-direction: column-reverse;
  justify-content: flex-start;
  width: 48%;
  display: flex;
}

.right-img-grid {
  justify-content: space-between;
  width: 48%;
  display: flex;
}

.top-img {
  background-image: url('../images/272168413_1272168413.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45%;
}

.top-img.margin-top-10 {
  background-image: url('../images/New4.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-top: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.margin-top-10:hover {
  transform: translate(0, 10px);
}

.top-img.margin-bottom-10 {
  background-image: url('../images/New11.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.margin-bottom-10:hover {
  transform: translate(0, -10px);
}

.top-img.s1-4 {
  background-image: url('../images/New42.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.s1-4:hover {
  transform: translate(0, -10px);
}

.top-img.s1-7 {
  background-image: url('../images/LSC29.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-top: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.s1-7:hover {
  transform: translate(0, 10px);
}

.top-img.s2-3 {
  background-image: url('../images/LSC20.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.s2-3:hover {
  transform: translate(0, -10px);
}

.top-img.s2-6 {
  background-image: url('../images/New13.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-top: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.s2-6:hover {
  transform: translate(0, 10px);
}

.top-img.s3-3 {
  background-image: url('../images/New22.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.s3-3:hover {
  transform: translate(0, -10px);
}

.top-img.s3-6 {
  background-image: url('../images/New2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-top: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.s3-6:hover {
  transform: translate(0, 10px);
}

.top-img.s4-3 {
  background-image: url('../images/Paint-Stripper.webp');
  background-position: 100%;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.s4-3:hover {
  transform: translate(0, -10px);
}

.top-img.s4-6 {
  background-image: url('../images/New21.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-top: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.s4-6:hover {
  transform: translate(0, 10px);
}

.top-img.s5-3 {
  background-image: url('../images/New32.webp');
  background-position: 100%;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.s5-3:hover {
  transform: translate(0, -10px);
}

.top-img.s5-6 {
  background-image: url('../images/LSC31.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-top: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.s5-6:hover {
  transform: translate(0, 10px);
}

.title-as-section {
  color: var(--primary);
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 1.2em;
  font-weight: 700;
}

.heading-3-btn {
  background-color: var(--white);
  color: var(--primary);
  text-transform: uppercase;
  padding: 15px 50px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.9;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.heading-3-btn:hover {
  background-color: var(--primary);
  color: #fff;
}

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

.heading-3-right-text {
  background-color: var(--secondary);
  width: 49.5%;
  padding: 40px;
}

.heading-3-top-title {
  align-items: center;
  display: flex;
}

.light-text-line {
  background-color: var(--primary);
  color: var(--black);
  width: 40px;
  height: 2px;
}

.heading-3-wrapper {
  justify-content: space-between;
  display: flex;
}

.h3-cta-text {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-3-section {
  padding-top: 10px;
}

.footer-brand {
  text-decoration: none;
}

.footer-link {
  color: #f0f6f8;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.95;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

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

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

.footer-col-text-title {
  border-bottom: 2px none var(--secondary);
  box-shadow: 0 1px 0 0 var(--secondary);
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
}

.footer-links-block {
  flex-direction: column;
  padding-top: 10px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer-section {
  background-color: var(--primary);
  margin-top: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-copy-section {
  background-color: var(--primary);
  padding-top: 20px;
  padding-bottom: 100px;
}

.footer-copy-social {
  justify-content: flex-end;
  display: flex;
}

.footer-social-icon {
  border: 1px solid var(--secondary);
  background-color: var(--primary);
  color: var(--secondary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-icon:hover {
  background-color: var(--secondary);
  color: var(--black);
}

.footer-link-texts {
  color: #a8a8a8;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.arrow-up {
  z-index: 1000;
  background-color: #ffd900;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 1% 10px auto;
}

.socials {
  z-index: 1000;
  background-color: var(--secondary);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto auto 20px 3%;
}

.social-button {
  background-color: var(--secondary);
  color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

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

.arrow-up-2 {
  z-index: 1000;
  background-color: #ffd900;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 3% 20px auto;
}

.back-to-top {
  background-color: var(--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.back-to-top:hover {
  background-color: var(--secondary);
}

.list-icon {
  color: #ffdb3a;
  background-image: url('../images/key_1key.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--primary);
  color: var(--primary);
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

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

.hyperlink.h3 {
  box-shadow: inset 0 -2px 0 0 var(--black);
  color: var(--black);
}

.hyperlink.h3:hover {
  box-shadow: inset 0 -100px 0 0 var(--black);
  color: var(--fourth);
}

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

.areas-list.areas-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 28px;
  display: grid;
}

.areas-list.site-map {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 28px;
  display: grid;
}

.areas-list-item.areas-list-flex {
  color: var(--white);
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.gallery-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  display: grid;
}

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

.heading-2-img-section-2 {
  background-image: linear-gradient(90deg, #fff0, #16252e99), url('../images/IMG-20250218-WA0100.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  min-height: 500px;
}

.heading-2-img-section-2.home4 {
  background-image: linear-gradient(90deg, #fff0, #16252e99), url('../images/New36.webp');
}

.heading-2-img-section-2.s1-3 {
  background-image: url('../images/New19.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-info-wrapper-2 {
  align-items: center;
  display: flex;
  position: static;
}

.para {
  font-size: 1rem;
  line-height: 1.75;
}

.para.light {
  color: var(--white);
  letter-spacing: -.3px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 17px;
  line-height: 30px;
}

.heading-2-img-section-3 {
  background-image: linear-gradient(to right, #fff0, #16252e99), url('../images/294173684_1294173684.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  min-height: 500px;
}

.heading-2-img-section-3.no-img {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-2-img-section-3.no-img.grid-edit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  min-height: auto;
  display: grid;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 40px;
  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;
  place-items: end stretch;
  margin-top: 0;
  padding-bottom: 10px;
}

.cta-text-contact {
  color: var(--white);
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

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

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

.cta-link {
  color: var(--white);
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.main-form {
  width: 100%;
  margin-top: 25px;
}

.icon {
  background-color: var(--third);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

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

.icon.green {
  background-color: var(--sixth);
  color: var(--black);
}

.icon.yellow-copy {
  background-color: var(--fourth);
  color: var(--black);
  font-family: "Fa brands 400", sans-serif;
}

.header-contact {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  margin-right: auto;
  display: flex;
}

.header-cont-info {
  align-items: center;
  display: flex;
}

.fa-icon {
  background-color: var(--secondary);
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  display: flex;
}

.fa-icon.sm {
  background-color: var(--sixth);
  width: 26px;
  height: 26px;
  margin-right: 5px;
  font-size: 12px;
}

.header-link-cont {
  color: var(--primary);
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.fs-cc-prefs_text {
  color: #021a69;
  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: #021a69;
  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 {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  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-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  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 {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

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

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_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 {
  width: 100px;
  display: inline-flex;
}

.image-2 {
  width: 250px;
}

.header__columns {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header__nav-link {
  color: var(--white);
  letter-spacing: -.5px;
  margin-right: 32px;
  padding: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.header__nav-link.w--current {
  color: var(--footer-light);
}

.header__nav-link._0 {
  margin-right: 0;
}

.btn__txt {
  position: relative;
}

.btn__txt.mod--2 {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}

.btn {
  z-index: 1;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#f7753c 50%, #f55829);
  border-radius: 10px;
  min-width: 150px;
  padding: 22px 24px 21px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn.outline {
  border: 1.5px solid var(--black);
  color: var(--black);
  letter-spacing: -1px;
  background-color: #f5f6fa;
  background-image: none;
  margin-top: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: block;
}

.btn__txt-anim {
  transition: all .4s;
  position: relative;
  bottom: 0;
}

.overflow-hidden {
  letter-spacing: -.5px;
  position: relative;
  overflow: hidden;
}

.section {
  padding: 48px 20px;
  position: relative;
}

.section.mod--header {
  z-index: 90;
  padding: 0 60px 0 0;
  position: absolute;
  inset: 0 0% auto;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content.mod--header {
  max-width: none;
}

.image-3 {
  width: 325px;
}

.h-underscore {
  background-image: url('../images/Vector.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  overflow: visible;
}

.h1-hero {
  color: #eeeded;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 58px;
  position: static;
}

.container-2 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 4em;
}

.container-2.is--hero {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 12.8em;
  display: flex;
  position: relative;
}

.overview_contain.u-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: none;
  display: flex;
}

.overview_img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  clip-path: circle(var(--circle-clip) at 50% 50%);
}

.banner-head-sub {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  width: 70%;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 35px;
}

.paragraph {
  color: var(--white);
  text-align: center;
  letter-spacing: -.2px;
  max-width: 70%;
  margin: 12px auto 0;
  font-size: 18px;
  line-height: 24px;
}

.text-span {
  color: var(--secondary);
}

.contact-ann-block {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.contact-ann-block.auto-m {
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.fa-icon-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-weight: 300;
  line-height: 1;
  display: flex;
}

.nav-link-text {
  margin-left: 0;
  display: inline-block;
}

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

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

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

.dl-link-holder.w--current {
  background-color: #e63224;
}

.dl-link-holder._1 {
  border-bottom-style: none;
  border-left-width: 6px;
  border-left-color: var(--white);
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.dl-link-holder._1:hover {
  border-left-width: 6px;
  border-left-color: var(--secondary);
  padding-left: 20px;
}

.dl-link-holder._1.w--current {
  background-color: var(--secondary);
  color: var(--white);
}

.dl-link-holder._2 {
  border-bottom-style: none;
  border-left-width: 6px;
  border-left-color: var(--white);
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.dl-link-holder._2:hover {
  border-left-width: 6px;
  border-left-color: var(--primary);
  padding-left: 20px;
}

.dl-link-holder._2.w--current {
  background-color: var(--primary);
  color: var(--white);
}

.dl-link-holder._3 {
  border-bottom-style: none;
  border-left-width: 6px;
  border-left-color: var(--white);
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.dl-link-holder._3:hover {
  border-left-width: 6px;
  border-left-color: var(--third);
  padding-left: 20px;
}

.dl-link-holder._3.w--current {
  color: var(--white);
}

.dl-link-holder._3.red.w--current {
  background-color: var(--third);
}

.dl-link-holder._4 {
  border-bottom-style: none;
  border-left-width: 6px;
  border-left-color: var(--white);
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.dl-link-holder._4:hover {
  border-left-width: 6px;
  border-left-color: var(--fourth);
  padding-left: 20px;
}

.dl-link-holder._4.w--current {
  background-color: var(--fourth);
}

.dl-link-holder._5 {
  border-bottom-style: none;
  border-left-width: 6px;
  border-left-color: var(--white);
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.dl-link-holder._5:hover {
  border-left-width: 6px;
  border-left-color: var(--sixth);
  padding-left: 20px;
}

.dl-link-holder._5.w--current {
  background-color: var(--sixth);
}

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

.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-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dl-link-2 {
  z-index: 1;
  text-transform: none;
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s ease-in-out;
  position: relative;
}

.arrow-dropdown {
  font-family: "Fa 400", sans-serif;
}

.image-top {
  width: 115px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-span-2 {
  color: var(--primary);
}

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

.content-wrap {
  z-index: 5;
  width: 90%;
  max-width: 1400px;
  display: flex;
  position: relative;
}

.default-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  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;
}

.default-list._2col {
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.header-xl {
  color: var(--white);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 400;
  line-height: 56px;
}

.header-xl.mid {
  text-align: center;
}

.paragraph-2 {
  letter-spacing: -.5px;
  font-size: 17px;
  line-height: 28px;
}

.bg-image {
  z-index: 1;
  filter: brightness(45%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bullet-list-2 {
  text-align: left;
  letter-spacing: -.5px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

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

.text-wrap {
  z-index: 5;
  color: #eee;
  flex-flow: column;
  align-items: flex-start;
  width: 770px;
  display: flex;
  position: relative;
}

.page-hero-section {
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list-icon {
  background-image: none;
  border-radius: 8px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.text-span-3 {
  color: var(--secondary);
}

.bold-text {
  color: var(--fourth);
}

.text-span-4 {
  color: var(--fifth);
}

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

.google-review-widget {
  width: 100%;
  margin-top: 25px;
}

.social-link {
  color: #6e6e6e;
  cursor: pointer;
  transition: all .25s;
}

.social-link:hover {
  color: #fff;
}

.footer-link-3 {
  color: #a1a1a1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: color .25s;
}

.footer-link-3:hover {
  color: #fff;
}

.footer-logo {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.scoial-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.footer-rights {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-copy-text {
  color: var(--footer-light);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
}

.line {
  background-color: var(--fourth);
  width: 100%;
  height: 1px;
}

.footer-wrapper-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 85%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.footer-heading {
  color: var(--fourth);
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

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

.footer-heading.g {
  color: var(--third);
}

.footer-heading.green {
  color: var(--sixth);
}

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

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

.foot-link {
  color: var(--footer-light);
  text-decoration: none;
  transition: color .45s ease-in-out;
}

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

.footer-co-logo {
  width: 325px;
}

.social-link {
  margin-right: 12px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
}

.brand-fa {
  text-align: center;
  text-decoration: none;
}

.text-block {
  color: var(--footer-light);
  line-height: 26px;
}

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

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

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

.live-chat-bottom-text {
  letter-spacing: -.5px;
  font-size: 13px;
}

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

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

.chat-section {
  background-color: #b7b5b5;
  background-image: url('../images/WA-BacK.webp');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.whatsapp-icon {
  filter: invert();
  color: #fff;
  display: block;
}

.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: #599a5d73;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--white);
  cursor: pointer;
  border: 1px #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;
  box-shadow: 0 2px 5px #00000070;
}

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

.whatsapp-chat {
  background-color: #fff;
  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(--third);
  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(--secondary);
}

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

.heading-3-section-2 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.h3-cta-text-2 {
  color: var(--black);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.heading-3-right-text-2 {
  background-color: var(--fourth);
  flex-flow: column;
  align-items: flex-start;
  width: 49.5%;
  padding: 40px;
  display: flex;
}

.heading-3-left-image {
  background-image: url('../images/LSC21.webp');
  background-position: 50%;
  background-size: cover;
  width: 49.5%;
  min-height: 250px;
}

.button {
  z-index: 500;
  color: #d3d3d3;
  mix-blend-mode: darken;
  background-color: #181818;
  border: 3px solid #292929;
  border-radius: 20px;
  padding: 18px 34px;
  font-size: 18px;
  line-height: 1;
  transition: border-color .2s, transform .2s, border-width .2s;
  position: relative;
}

.button:hover {
  border-width: 3px;
  border-color: #9c9c9c;
  transform: perspective(2000px);
}

.button.top {
  border-width: 2px;
  border-color: var(--primary);
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  display: flex;
}

.cta-container {
  z-index: 52;
  border-radius: 20px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 16px 3px #00000047;
}

.cta-container.right {
  margin-top: 0;
  margin-right: 12px;
}

.cta-container.t {
  margin-top: 0;
}

.bg-layer {
  width: 1400px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.color-strip {
  z-index: 100;
  opacity: 0;
  background-image: linear-gradient(to right, #fff 14%, #00ffd0 25%, #0090ff 35%, #e0f 47%, #ee2a4e 57%, #ffa70d 68%, #d9ff00 78%, #fff 89%);
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% auto auto 0%;
  transform: translate(0);
}

.rainbow-div {
  height: 20px;
  overflow: hidden;
}

.break-rainbow {
  z-index: 100;
  opacity: 0;
  background-image: linear-gradient(to right, #fff 14%, #00ffd0 25%, #0090ff 35%, #e0f 47%, #ee2a4e 57%, #ffa70d 68%, #d9ff00 78%, #fff 89%);
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% auto auto 0%;
  transform: translate(0);
}

.break-rainbow.breaker, .break-rainbow.upvc, .break-rainbow.home, .break-rainbow.wallpaper, .break-rainbow.external, .break-rainbow.com, .break-rainbow.leeds, .break-rainbow.gallery, .break-rainbow.test, .break-rainbow.areas, .break-rainbow.contact, .break-rainbow.site {
  background-image: linear-gradient(90deg, var(--sixth) 14%, #00ffd0 25%, #0090ff 35%, #e0f 47%, #ee2a4e 57%, #ffa70d 68%, #d9ff00 78%, var(--fifth) 89%);
  opacity: 100;
  width: 200%;
  height: 20px;
  position: static;
  transform: none;
}

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

.container-small {
  margin-left: auto;
  margin-right: auto;
}

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

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.boxes-of-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.boxes-of-text._3x1 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.grid-box {
  outline-offset: -7px;
  background-color: #fff;
  background-image: url('../images/Asset-1circ.svg');
  background-position: 150% -60%;
  background-repeat: no-repeat;
  background-size: 150px 150px;
  border: 5px #161f3a;
  outline: 3px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 30px;
  transition: all .4s;
  display: flex;
}

.grid-box:hover {
  background-position: 120% -20%;
}

.grid-box.blue {
  background-image: url('../images/Blue-Circle.svg');
  background-size: 120px;
}

.grid-box.blue:hover {
  background-position: 120% -40%;
  background-size: 120px;
}

.grid-box.red {
  background-image: url('../images/Red-Circle.svg');
  background-size: 115px;
}

.grid-box.red:hover {
  background-position: 120% -40%;
  background-size: 120px;
}

.grid-box.green {
  background-size: 120px;
}

.grid-box.green:hover {
  background-position: 120% -40%;
  background-size: 120px;
}

.p-2 {
  color: #000;
  text-align: center;
  margin-right: 0;
  line-height: 26px;
}

.fa {
  color: var(--third);
  padding-bottom: 20px;
  font-family: "Fa 400", sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.fa.blue {
  color: var(--secondary);
}

.fa.green {
  color: var(--sixth);
}

.merri {
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.review {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  display: flex;
}

.line-2 {
  background-color: #192241;
  width: 50%;
  height: 1px;
}

.line-2._95 {
  width: 95%;
}

.service-ban-text {
  color: var(--white);
  text-align: left;
  letter-spacing: -2px;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

.h2-span-pink {
  color: var(--fifth);
}

.yellow-span {
  color: var(--fourth);
}

.fa-icon-4 {
  background-color: var(--secondary);
  color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.fa-icon-4.pink {
  background-color: var(--primary);
}

.fa-icon-4.red {
  background-color: var(--third);
}

.fa-icon-4.yellow {
  background-color: var(--fourth);
  color: var(--black);
}

.fa-icon-4.light-green {
  background-color: var(--secondary);
  color: var(--black);
}

.fa-icon-4.green {
  background-color: var(--sixth);
  color: var(--white);
}

.fa-icon-4.lg {
  background-color: var(--fifth);
  color: var(--black);
}

.p-3 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.p-3.p-center {
  color: var(--white);
  text-align: left;
  font-size: 17px;
  line-height: 28px;
}

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

.double-content-div {
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.google-maps {
  background-color: var(--black);
  filter: grayscale(65%);
}

.grey-content-section {
  background-color: #7e7e7e;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grey-content-section.bg-white {
  background-color: #0000;
}

.grey-content-section.bg-white.p-white {
  background-color: var(--black);
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
}

.contact-map {
  filter: grayscale(65%);
  margin-bottom: 100px;
}

.site-link {
  color: var(--white);
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.site-link:hover {
  color: var(--third);
}

.site-link.green:hover {
  color: var(--sixth);
}

.site-link.light-green {
  transition: color .45s ease-in-out;
}

.site-link.light-green:hover {
  color: var(--fifth);
}

.site-link.yellow {
  transition: color .45s ease-in-out;
}

.site-link.yellow:hover {
  color: var(--fourth);
}

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

.site-link.blue:hover {
  color: var(--secondary);
}

.div-block {
  min-height: 300px;
  max-height: 300px;
}

.div-block.service-image {
  background-image: url('../images/New32.webp');
  background-position: 50% 14%;
  background-size: cover;
  width: 100%;
  margin-bottom: -40px;
  position: relative;
}

.devider-line {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 4px;
  margin-left: -2px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider--comparison {
  position: absolute;
  inset: 0%;
}

.runner {
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
}

.after-image {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.after-image-inner {
  background-image: url('../images/After.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.after-image-inner.a1 {
  background-image: url('../images/Green-After.webp');
}

.container--full {
  z-index: 99;
  width: 50%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.before-wrapper {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.before-image {
  background-image: url('../images/Before.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.before-image.b1 {
  background-image: url('../images/Black-Before.webp');
}

.after-wrapper {
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.d-105-timer-text-2 {
  background-color: var(--primary);
  color: #fff;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 20px;
  box-shadow: -2px 2px 5px #0003;
}

.d-105-timer-text-2.b {
  background-color: var(--secondary);
}

.d-105-timer-text-2.r {
  background-color: var(--third);
}

.basic-p-block {
  width: 48%;
}

.basic-p-block._w-100 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.basic-p-block._w-100.auto {
  flex-flow: row;
  display: flex;
}

.basic-p-block._w-100.auto.gal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.d-105-card-title-2 {
  color: #333;
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.d-105-timer-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.d-105-card-wrapper {
  transform-origin: 50% 0;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 10px 20px -15px #fff9;
}

.d-105-image-wrapper {
  transform-origin: 50% 0;
  background-image: url('../images/NordWood_7405.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.d-105-image-wrapper.three {
  background-image: url('../images/IMG-20250218-WA0100.webp');
  background-position: 50%;
  background-size: cover;
}

.d-105-image-wrapper.three.up {
  background-image: url('../images/LSC27.webp');
}

.d-105-image-wrapper.three.wall {
  background-image: url('../images/lsc-0605-4.webp');
}

.d-105-image-wrapper.five {
  background-image: url('../images/glass-roof.webp');
  background-position: 50%;
}

.d-105-image-wrapper.two {
  background-image: url('../images/window.webp');
}

.d-105-image-wrapper.one {
  background-image: url('../images/door.webp');
}

.d-105-image-wrapper.four {
  background-image: url('../images/white-conservatory.webp');
}

.d-105-3d-wrapper-2 {
  perspective: 1000px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 350px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  overflow: visible;
  box-shadow: -5px 7px 5px #0003;
}

.d-105-recipe-text-2 {
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

.d-105-recipe-text-2.b {
  color: var(--secondary);
}

.d-105-recipe-text-2.r {
  color: var(--third);
}

.d-105-text-wrapper {
  height: 40%;
  padding: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.content-section.galley {
  background-color: #0094de;
}

@media screen and (min-width: 1440px) {
  .container--full {
    height: 70vh;
  }
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

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

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

  .double-content-div {
    display: flex;
  }

  .container--full {
    height: 70vh;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    background-color: var(--white);
  }

  .nav-link.contact-nav.call-btn {
    background-color: var(--secondary);
    color: var(--primary);
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .drop-downmenu {
    width: 100%;
  }

  .nav-container {
    border-radius: 0;
    max-width: 1300px;
  }

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

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

  .navbar {
    border-radius: 0;
    width: 100%;
  }

  .drop-down-link {
    text-transform: uppercase;
  }

  .navigatio-bar, .dropdown-toggle.nav-link {
    width: 100%;
  }

  .dropdown-toggle.nav-link:hover {
    color: var(--secondary);
  }

  .banner-text {
    font-size: 2rem;
  }

  .p.mid {
    max-width: none;
  }

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

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

  .services-section {
    padding-bottom: 20px;
  }

  .container.display-flex.container-1600px.copy-flex {
    text-align: center;
    flex-direction: column;
  }

  .container.container-fluid {
    width: 95%;
  }

  .container._90 {
    width: 90%;
  }

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

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

  .left-text-area, .left-text-area.paddint-tomp-bottom-40 {
    width: 100%;
  }

  .left-text-area.paddint-tomp-bottom-40.bg-white {
    background-color: #0000;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .left-text-area._40left {
    background-color: var(--primary);
    width: 100%;
  }

  .haeding-1.h2-grey {
    margin-top: 20px;
  }

  .right-double-img.image, .right-double-img.s1-1, .right-double-img.s2-1, .right-double-img.s3-1, .right-double-img.s4-1, .right-double-img.s5-1 {
    width: 100%;
    height: 500px;
    margin-top: 60px;
  }

  .section-hedaing-2-wrapper.display-flex {
    background-image: none;
    flex-direction: column;
  }

  .heading-2-img-section {
    width: 100%;
  }

  .right-img-grid {
    width: 100%;
    min-height: 500px;
    margin-top: 40px;
    padding-top: 0;
  }

  .heading-3-btn {
    text-align: center;
    width: 100%;
  }

  .left-image {
    width: 100%;
    margin-top: 10px;
  }

  .heading-3-right-text {
    width: 100%;
    margin-bottom: 30px;
  }

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

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

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

  .footer-section {
    margin-top: 0;
  }

  .footer-copy-social {
    margin-top: 20px;
  }

  .areas-list.areas-grid {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .heading-2-img-section-2, .heading-2-img-section-3 {
    width: 100%;
  }

  .heading-2-img-section-3.no-img.grid-edit {
    width: 100%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .main-form {
    margin-top: 40px;
  }

  .header__col.mod--1 {
    margin-right: auto;
  }

  .header__columns {
    flex-flow: column;
  }

  .header__nav-link {
    color: var(--white);
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 0;
    display: block;
  }

  .header__nav-link.w--current {
    color: var(--white);
  }

  .overflow-hidden {
    font-weight: 400;
  }

  .section.mod--header {
    padding-right: 0;
  }

  .image-3 {
    width: 300px;
  }

  .h1-hero {
    max-width: 100%;
    font-size: 42px;
    line-height: 48px;
  }

  .container-2 {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .container-2.is--hero {
    max-width: 100%;
  }

  .banner-head-sub {
    width: auto;
    font-size: 30px;
    line-height: 34px;
  }

  .paragraph {
    max-width: none;
    font-size: 19px;
  }

  .header-contact-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .contact-ann-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-ann-block.auto-m {
    display: none;
  }

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

  .dl-link-holder {
    width: 100%;
  }

  .dl-link-holder._1, .dl-link-holder._2, .dl-link-holder._3 {
    background-color: var(--black);
    color: var(--white);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .dl-link-holder._4, .dl-link-holder._5 {
    background-color: var(--black);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

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

  .navbar-2 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

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

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

  .menu-button-2.w--open {
    background-color: var(--black);
    color: #5e5e5e;
    text-align: right;
    display: block;
  }

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

  .nav-menu-2 {
    z-index: 1;
    background-color: var(--black);
    border-radius: 10px;
    justify-content: flex-start;
    min-height: 300px;
    padding: 24px;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dl-link-2 {
    color: var(--white);
    border-bottom: 1px #aaaaaa1c;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .image-top {
    width: 100px;
  }

  .header-xl {
    font-size: 45px;
    line-height: 50px;
  }

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

  .text-wrap {
    width: auto;
  }

  .footer-link-3 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .footer-rights {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .footer-heading {
    margin-bottom: 24px;
  }

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

  .foot-link.w--current {
    margin-right: auto;
  }

  .footer-co-logo {
    width: 400px;
  }

  .heading-3-right-text-2 {
    width: 100%;
  }

  .heading-3-left-image {
    width: 100%;
    min-height: 300px;
    margin-top: 10px;
  }

  .text-align-center {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .boxes-of-text {
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-bottom: 25px;
  }

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

  .grid-box {
    background-position: 150% -100%;
  }

  .grid-box:hover {
    background-position: 115% -37%;
  }

  .merri {
    margin-left: 5px;
  }

  .service-ban-text {
    font-size: 55px;
    line-height: 60px;
  }

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

  .google-maps {
    width: 100%;
  }

  .container--full {
    width: 100%;
    height: 70vh;
  }

  .basic-p-block {
    width: 100%;
    padding-bottom: 30px;
  }

  .basic-p-block._w-100 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .basic-p-block._w-100.auto.gal {
    flex-flow: column;
  }

  .d-105-3d-wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }

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

@media screen and (max-width: 767px) {
  .navigatio-bar {
    position: static;
  }

  .hero-section {
    height: auto;
    min-height: auto;
  }

  .hero-section.small {
    min-height: 50vh;
  }

  .hero-card {
    width: 90%;
    margin: 60px auto;
  }

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

  .section-info-title.large-text {
    line-height: 1.2;
  }

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

  .services-text-block {
    width: 100%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .services-text-block.pink {
    width: 100%;
    min-height: auto;
  }

  .services-text-block.red, .services-text-block.green {
    min-height: auto;
  }

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

  .section-heading-1-img {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .sm-inner-img {
    width: auto;
    margin-top: -10px;
    margin-right: -10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-text-area.paddint-tomp-bottom-40 {
    padding: 0 0 30px;
  }

  .left-text-area.paddint-tomp-bottom-40.bg-white {
    padding-top: 20px;
  }

  .left-text-area._40left {
    background-color: var(--black);
    padding: 30px 0;
  }

  .haeding-1.h2-grey {
    font-size: 36px;
  }

  .right-double-img.image, .right-double-img.s1-1, .right-double-img.s2-1, .right-double-img.s3-1, .right-double-img.s4-1, .right-double-img.s5-1 {
    height: 450px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .default-btn.margin-top-40 {
    text-align: center;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .section-hedaing-2-wrapper.display-flex.gradiant-reverse {
    background-image: none;
  }

  .section-hedaing-2-wrapper.display-flex.no-bg {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-heading-2.m-top-10 {
    margin-top: 80px;
    padding-bottom: 80px;
  }

  .section-heading-2.margin-bottom-20 {
    margin-bottom: 0;
    padding-top: 80px;
  }

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

  .heading-3-right-text {
    width: 100%;
    margin-bottom: 0;
  }

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

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

  .f-col {
    border-bottom: 1px solid #f0f6f81f;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .f-col.no-padding {
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .footer-links-block {
    padding-top: 10px;
  }

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

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

  .lb {
    height: 300px;
  }

  .heading-2-img-section-2.home4, .heading-2-img-section-2.s1-3 {
    min-height: 425px;
  }

  .header-contact {
    display: none;
  }

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

  .image-3 {
    width: 240px;
  }

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

  .banner-head-sub {
    font-size: 21px;
    line-height: 26px;
  }

  .paragraph {
    letter-spacing: 0;
    font-size: 17px;
  }

  .contact-ann-block {
    grid-template-columns: 1fr;
  }

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

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

  .image-top {
    width: 90px;
  }

  .header-xl {
    letter-spacing: -2px;
    font-size: 38px;
    font-weight: 400;
  }

  .page-hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-rights {
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
  }

  .footer-copy-text {
    text-align: center;
    line-height: 24px;
  }

  .footer {
    padding-bottom: 100px;
  }

  .h3-cta-text-2 {
    margin-top: 0;
  }

  .heading-3-right-text-2 {
    width: 100%;
    margin-top: 5px;
    padding: 28px;
  }

  .heading-3-left-image {
    width: 100%;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .boxes-of-text {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .service-ban-text {
    font-size: 45px;
    line-height: 50px;
  }

  .grey-content-section.bg-white.p-white {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .basic-p-block._w-100 {
    display: block;
  }

  .basic-p-block._w-100.auto.gal {
    grid-template-columns: 1fr 1fr;
  }

  .d-105-3d-wrapper-2 {
    margin-bottom: 20px;
  }

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

@media screen and (max-width: 479px) {
  .nav-link.contact-nav.call-btn {
    display: none;
  }

  .hero-intro-text {
    font-size: 1.5rem;
  }

  .banner-text {
    font-size: 1.5rem;
    font-weight: 600;
  }

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

  .hero_btn {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }

  .hero_btn.outline-btn {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .hero-card {
    width: 90%;
    margin: 30px auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-info-title {
    margin-top: 0;
    font-size: 30px;
    line-height: 34px;
  }

  .section-info-title.large-text {
    margin-top: 10px;
    font-size: 28px;
    line-height: 34px;
  }

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

  .services-title {
    margin-top: 0;
  }

  .services-title.blacl {
    margin-top: 10px;
  }

  .section-heading-1-img {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section-heading-1-img.colour, .section-heading-1-img.red, .section-heading-1-img._80 {
    padding-top: 60px;
  }

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

  .sm-inner-img {
    width: auto;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-section-para-container.padding-top-20 {
    padding-top: 0;
  }

  .project-img-title {
    font-size: 1rem;
  }

  .left-text-area._40left {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .haeding-1.margin-top-bottom-10.test {
    text-transform: capitalize;
    font-size: 28px;
  }

  .haeding-1.margin-top-bottom-10 {
    color: #16252e;
    text-transform: uppercase;
    font-size: 22px;
  }

  .haeding-1.margin-top-bottom-10.white {
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
  }

  .haeding-1.h2-grey {
    letter-spacing: -1px;
    margin-top: 10px;
    font-size: 25px;
    line-height: 29px;
  }

  .right-double-img.image, .right-double-img.s1-1 {
    height: 300px;
  }

  .right-double-img.s1-1.pad {
    order: -1;
    margin-bottom: 10px;
  }

  .right-double-img.s2-1, .right-double-img.s3-1, .right-double-img.s4-1, .right-double-img.s5-1 {
    height: 300px;
  }

  .section-heading-2.margin-bottom-20 {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-heading-2.margin-bottom-20.top {
    padding-top: 100px;
  }

  .heading-2-img-section {
    min-height: 300px;
  }

  .h2 {
    margin-top: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .h2.h2-white {
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .col-1 {
    width: 100%;
    min-height: 300px;
    display: none;
  }

  .bottom-img {
    height: 100%;
  }

  .col-2 {
    width: 100%;
    min-height: 300px;
  }

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

  .top-img.margin-top-10, .top-img.margin-bottom-10, .top-img.s1-4, .top-img.s1-7, .top-img.s2-3, .top-img.s2-6, .top-img.s3-3, .top-img.s3-6, .top-img.s4-3, .top-img.s4-6, .top-img.s5-3, .top-img.s5-6 {
    height: 100%;
  }

  .heading-3-btn {
    text-align: center;
    width: 100%;
  }

  .heading-3-right-text {
    padding: 20px;
  }

  .h3-cta-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
  }

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

  .socials {
    bottom: 10px;
    right: 5%;
  }

  .arrow-up-2 {
    display: none;
    bottom: 10px;
    right: 5%;
  }

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

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

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

  .heading-2-img-section-2 {
    min-height: 250px;
  }

  .heading-2-img-section-2.home4 {
    min-height: 325px;
  }

  .heading-2-img-section-2.s1-3 {
    min-height: 300px;
  }

  .section-info-wrapper-2 {
    margin-bottom: 20px;
  }

  .para {
    font-weight: 300;
  }

  .para.light {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .title-container-2 {
    margin-bottom: 0;
  }

  .heading-2-img-section-3 {
    min-height: 300px;
  }

  .heading-2-img-section-3.no-img.grid-edit {
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .contact-info-block {
    padding: 25px;
  }

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

  .icon-block {
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .cta-link {
    font-size: 1em;
  }

  .main-form {
    margin-top: 0;
  }

  .icon {
    width: 48px;
    height: 48px;
    font-size: 1em;
  }

  .icon.green, .icon.yellow-copy {
    font-size: 22px;
  }

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

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

  .header__col.mod--1 {
    width: 100%;
  }

  .header__logo.w--current {
    margin-right: auto;
  }

  .header__columns {
    flex-flow: column;
    width: 100%;
  }

  .btn.outline {
    margin-top: 10px;
  }

  .section.mod--header {
    padding-right: 0;
  }

  .image-3 {
    width: 225px;
  }

  .h1-hero {
    max-width: 95%;
    font-size: 28px;
    line-height: 34px;
  }

  .container-2.is--hero {
    height: 90vh;
    max-height: 90vh;
    padding-left: 1em;
    padding-right: 1em;
  }

  .overview_img {
    min-height: 350px;
    font-size: 13px;
  }

  .banner-head-sub {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 22px;
  }

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

  .dl-link-holder._1, .dl-link-holder._1:hover, .dl-link-holder._2, .dl-link-holder._2:hover, .dl-link-holder._3.red, .dl-link-holder._4, .dl-link-holder._4:hover, .dl-link-holder._5, .dl-link-holder._5:hover {
    border-left-width: 2px;
  }

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

  .navbar-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
    position: static;
  }

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

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

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

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

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

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

  .header-xl {
    letter-spacing: -1px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
  }

  .bullet-list-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .text-wrap {
    width: 100%;
  }

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

  .list-icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }

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

  .google-review-widget {
    margin-top: 10px;
  }

  .footer {
    padding-bottom: 100px;
  }

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

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

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

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

  .livechat-button {
    width: 90%;
  }

  .heading-3-section-2 {
    padding-top: 0;
  }

  .h3-cta-text-2 {
    letter-spacing: -1px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
  }

  .heading-3-right-text-2 {
    padding: 20px;
  }

  .heading-3-left-image {
    margin-top: 0;
  }

  .container-large-3 {
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .boxes-of-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    padding-bottom: 20px;
  }

  .boxes-of-text._3x1 {
    grid-template-rows: auto;
  }

  .grid-box {
    text-align: center;
    background-position: 180% -100%;
    padding: 20px;
  }

  .grid-box:hover {
    background-position: 164% -29%;
  }

  .grid-box.blue {
    background-position: 140% -20%;
    background-size: 140px;
  }

  .grid-box.blue:hover {
    background-position: 150% -20%;
    background-size: 150px;
  }

  .grid-box.red:hover, .grid-box.green {
    background-position: 140% -20%;
    background-size: 140px;
  }

  .grid-box.green:hover {
    background-position: 150% -20%;
    background-size: 150px;
  }

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

  .merri {
    margin-left: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .service-ban-text {
    text-align: center;
    margin-top: 80px;
    font-size: 35px;
    line-height: 42px;
  }

  .p-3 {
    font-size: 14px;
  }

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

  .grey-content-section {
    margin-top: 60px;
  }

  .grey-content-section.bg-white.p-white {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .contact-map {
    margin-bottom: 60px;
  }

  .container--full {
    height: 40vh;
  }

  .basic-p-block._w-100.auto.gal {
    grid-template-columns: 1fr;
  }

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

#w-node-d1702d2e-4d0a-2443-4e0e-43c2407759f1-96c2bc13, #w-node-_3fce600f-958b-198a-7037-54ca38eb35c3-96c2bc13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6208e5c-7bf4-8a48-020d-9460f199e262-f199e252 {
  align-self: center;
}

#w-node-d6208e5c-7bf4-8a48-020d-9460f199e269-f199e252 {
  align-self: end;
}

#w-node-d6208e5c-7bf4-8a48-020d-9460f199e26d-f199e252 {
  align-self: center;
}

#w-node-d6208e5c-7bf4-8a48-020d-9460f199e272-f199e252 {
  align-self: end;
}

#w-node-d6208e5c-7bf4-8a48-020d-9460f199e276-f199e252, #w-node-d6208e5c-7bf4-8a48-020d-9460f199e27f-f199e252 {
  align-self: center;
}

#w-node-_94099756-cafb-c749-a96d-82597b164660-96c2bc19, #w-node-_2ed24b24-cf3b-b51c-6049-3cdb3a20bddb-96c2bc19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4361180-9c36-5cdd-f895-000849d0d664-96c2bc1d {
  align-self: center;
}

#w-node-d4361180-9c36-5cdd-f895-000849d0d669-96c2bc1d {
  align-self: end;
}

#w-node-d4361180-9c36-5cdd-f895-000849d0d66d-96c2bc1d {
  align-self: center;
}

#w-node-d4361180-9c36-5cdd-f895-000849d0d672-96c2bc1d {
  align-self: end;
}

#w-node-d4361180-9c36-5cdd-f895-000849d0d676-96c2bc1d, #w-node-d4361180-9c36-5cdd-f895-000849d0d681-96c2bc1d {
  align-self: center;
}

#w-node-b76634ee-03b4-d695-0169-3a29dc8cca06-96c2bc1f, #w-node-c06c4b56-dc07-d8b0-aada-9b00c06fd42f-96c2bc1f, #w-node-_98ce44ea-1357-0d1b-c879-fd57a8e45972-96c2bc20, #w-node-_153a23a0-8af1-adc2-2bd9-39f1922bd803-96c2bc21, #w-node-c727e698-cf17-1e60-99f2-102d578bdf46-96c2bc22, #w-node-_2b9b45f6-c94a-5f63-aa4b-1fdb168df395-96c2bc23, #w-node-c037dfa0-38b9-06bf-bbf9-900d4ba65e06-96c2bc23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a1183d59-630a-2693-5dfc-e8004b121091-4b12108f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d6208e5c-7bf4-8a48-020d-9460f199e25e-f199e252 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d6208e5c-7bf4-8a48-020d-9460f199e269-f199e252, #w-node-d6208e5c-7bf4-8a48-020d-9460f199e272-f199e252 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-d6208e5c-7bf4-8a48-020d-9460f199e27b-f199e252, #w-node-d4361180-9c36-5cdd-f895-000849d0d660-96c2bc1d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d4361180-9c36-5cdd-f895-000849d0d669-96c2bc1d, #w-node-d4361180-9c36-5cdd-f895-000849d0d672-96c2bc1d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-d4361180-9c36-5cdd-f895-000849d0d67d-96c2bc1d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d6208e5c-7bf4-8a48-020d-9460f199e25e-f199e252 {
    align-self: center;
  }

  #w-node-d6208e5c-7bf4-8a48-020d-9460f199e25f-f199e252 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }

  #w-node-d6208e5c-7bf4-8a48-020d-9460f199e262-f199e252 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d6208e5c-7bf4-8a48-020d-9460f199e26a-f199e252 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d6208e5c-7bf4-8a48-020d-9460f199e26d-f199e252 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d6208e5c-7bf4-8a48-020d-9460f199e273-f199e252 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d6208e5c-7bf4-8a48-020d-9460f199e276-f199e252 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d6208e5c-7bf4-8a48-020d-9460f199e27c-f199e252 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d6208e5c-7bf4-8a48-020d-9460f199e27f-f199e252 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d4361180-9c36-5cdd-f895-000849d0d660-96c2bc1d {
    align-self: center;
  }

  #w-node-d4361180-9c36-5cdd-f895-000849d0d661-96c2bc1d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }

  #w-node-d4361180-9c36-5cdd-f895-000849d0d664-96c2bc1d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d4361180-9c36-5cdd-f895-000849d0d66a-96c2bc1d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d4361180-9c36-5cdd-f895-000849d0d66d-96c2bc1d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d4361180-9c36-5cdd-f895-000849d0d673-96c2bc1d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d4361180-9c36-5cdd-f895-000849d0d676-96c2bc1d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d4361180-9c36-5cdd-f895-000849d0d67e-96c2bc1d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d4361180-9c36-5cdd-f895-000849d0d681-96c2bc1d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }
}


@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 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: '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 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;
}