:root {
  --body: #606060;
  --black: black;
  --accent: #243551;
  --white: white;
  --dark-accent: #181818;
  --hover: #be0b19;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  color: var(--body);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--accent);
  text-decoration: none;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

strong {
  color: var(--black);
  font-weight: 700;
}

.button-icon {
  z-index: 1;
  margin-top: 2px;
  position: relative;
}

.button-text {
  z-index: 1;
  text-transform: none;
  position: relative;
}

.text-light {
  color: #3a3a3a;
  font-size: 14px;
}

.text-light.margin-bottom-fourty {
  color: #e7e7e7;
  margin-bottom: 40px;
}

.text-light.margin-bottom-fourty.hero-font-size {
  font-size: 16px;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--accent);
  color: #fff;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  min-width: 190px;
  height: 55px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.nav {
  height: 50px;
  padding-left: 23px;
  padding-right: 23px;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-top.text-white.margin-bottom-thirty {
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 1.2;
}

.container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.container.slider-container {
  width: 100vw;
}

.home-one-hero-shape {
  width: 110%;
  max-width: none;
  height: auto;
}

.home-one-hero-shape.hide {
  display: none;
}

.hero-overlay-image {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.navbar-button-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
}

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

.menu-button {
  cursor: pointer;
  display: none;
}

.margin-top-five {
  margin-top: 5px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.team-image-wrapper {
  margin-bottom: 30px;
  position: relative;
}

.home-three-service-heading {
  flex: 1;
  max-width: 507px;
}

.button-orange-arrow {
  color: var(--accent);
  margin-top: 2px;
}

.service-card-text-wrapper {
  padding: 35px 40px 40px;
}

.home-three-service-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-two-text {
  color: var(--accent);
  font-weight: 600;
}

.tab-image-full-width {
  width: 100%;
}

.tab-image-full-width.service-image-height {
  object-position: 50% 50%;
  height: 350px;
}

.button-two-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-six {
  color: #16232b;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.service-card-image-wrapper {
  position: relative;
}

.home-three-service-text-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  max-width: 1250px;
  margin-bottom: 60px;
}

.image-appear-overlay {
  z-index: 10;
  background-color: var(--accent);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.tag-text {
  color: var(--accent);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 600;
}

.tag-text.margin-bottom-6px {
  color: var(--white);
  margin-bottom: 8px;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.home-three-service-card {
  color: var(--body);
  background-color: #f3f3f3;
  text-decoration: none;
  transition: box-shadow .3s;
  display: block;
}

.home-three-service-card:hover {
  box-shadow: 5px 4px 50px #00000014;
}

.heading-five {
  color: #16232b;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.heading-five.margin-bottom-fifteen {
  margin-bottom: 15px;
}

.no-margin {
  margin: 0;
}

.no-margin.footer-two-heading {
  color: var(--black);
  font-size: 28px;
  line-height: 1.2;
}

.footer-main-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1280px;
  padding-bottom: 110px;
}

.footer-two-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding-bottom: 60px;
}

.footer-bottom-copyright {
  border-top: 1px solid #ffffff40;
  max-width: 1820px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-two-about {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.quick-links-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.footer-two-border {
  background-color: #0000001a;
  width: 100%;
  max-width: 1820px;
  height: 1px;
  margin-bottom: 60px;
}

.text-white {
  color: #fff;
}

.footer-link {
  color: #3a3a3a;
  text-decoration: none;
  transition: color .25s;
}

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

.footer-bottom-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom-wrapper.footer-bottom-text-center {
  text-align: center;
  justify-content: space-between;
  align-items: center;
}

.footer-one-contact {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 295px;
}

.footer-one-quick-link {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
}

.footer {
  background-color: #f5f5f5;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 80px;
}

.margin-bottom-thirty {
  margin-bottom: 30px;
}

.footer-contact-information {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.navbar {
  z-index: 9999;
  background-color: #ddd0;
  border-bottom: 1px solid #d6d6d600;
  padding-top: 6px;
  padding-bottom: 6px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.white-bg {
  background-color: var(--white);
  border-bottom-color: #e6e6e6;
}

.navbar-logo-2 {
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  display: flex;
  position: relative;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  inset: auto;
}

.nav-logo.on {
  color: var(--white);
}

.nav-logo.off {
  color: var(--black);
}

.home-one-hero {
  position: relative;
  overflow: hidden;
}

.slide-nav {
  z-index: 40;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
  display: flex;
  inset: auto auto 0% 20px;
}

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

.text-primary.text-semibold {
  font-weight: 600;
}

.home-one-image-overlay {
  z-index: 5;
  background-image: linear-gradient(90deg, #11111180, #1111114d);
  position: absolute;
  inset: 0%;
}

.home-one-hero-banner-images {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-one-hero-slider-image {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: relative;
}

.home-one-hero-slider-image.home-one-hero-image-one {
  object-position: 50% 50%;
}

.home-one-hero-slider-image.home-one-hero-image-two {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.slider-arrow {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 20px;
  display: flex;
  inset: auto auto 0% 0%;
}

.slider-arrow.slider-arrow-right {
  left: 60px;
}

.slider {
  z-index: 40;
  background-color: #ddd0;
  height: auto;
  padding-bottom: 80px;
}

.home-oner-hero-content {
  z-index: 40;
  position: relative;
}

.home-one-hero-slider-text-wrapper {
  max-width: 650px;
}

.home-one-hero-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.slider-arrow-icon-rotate {
  transform: rotate(180deg);
}

.mask {
  height: auto;
}

.whatsapp-block {
  z-index: 9999;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.profile-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

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

.live-chat-text {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.profile-image-wrapper-2 {
  position: relative;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000012;
  border-radius: 16px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-icon-chat {
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #f7f7f7;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  margin-right: 0;
}

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

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

.live-icon.profile-live-icon {
  border: 1.5px solid #fff;
  width: 10px;
  height: 10px;
  inset: auto 2px 2px auto;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.close-livechat-icon {
  width: auto;
  height: auto;
}

.whatsapp-icon {
  width: 26px;
  height: auto;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.live-chat-top-text {
  color: var(--black);
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

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

.livechat-button {
  background-color: #00b94a;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

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

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

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

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.small-whatsapp-icon {
  object-fit: contain;
  width: auto;
  height: auto;
  margin-right: 10px;
}

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

.tab-image-full-width-3 {
  width: 100%;
  height: 450px;
}

.tab-image-full-width-3.cover-left {
  object-position: 20% 50%;
}

.tab-image-full-width-3.cover-left.tall-image {
  height: 650px;
}

.tab-image-full-width-3.marti {
  object-position: 50% 100%;
}

.navigation-link {
  color: var(--white);
  padding: 32px 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

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

.footer-brand-link {
  width: 220px;
  margin-bottom: 30px;
}

.margin-bottom-fourty {
  margin-bottom: 40px;
}

.hide-desktop {
  display: none;
}

.subpage-hero {
  padding-top: 230px;
  padding-bottom: 200px;
  position: relative;
}

.blog-two-hero-text {
  max-width: 823px;
}

.service-grey-background {
  transform-origin: 50%;
  background-color: #f9f9f9;
  position: absolute;
  inset: 0%;
  transform: scale(.75);
}

.service-building {
  padding-top: 90px;
  padding-bottom: 90px;
}

.service-bottom-text-wrapper {
  flex: 1;
  max-width: 607px;
}

.service-building-content-wrapper {
  z-index: 3;
  position: relative;
}

.service-building-top-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 1211px;
}

.service-building-image-wrapper {
  flex: 1;
  max-width: 595px;
  position: relative;
}

.service-building-text {
  flex: 1;
  max-width: 555px;
}

.service-building-wrapper {
  position: relative;
}

.service-building-bottom-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 1264px;
  margin-left: auto;
}

.service-cta-text-content {
  text-align: center;
  flex: 1;
  align-items: center;
  max-width: 524px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.service-cta {
  background-image: radial-gradient(circle at 28% 54%, #fff6f6, #ddd0 21%), radial-gradient(circle at 68% 39%, #fff6f6, #ddd0 23%);
  padding-top: 100px;
  padding-bottom: 150px;
}

.text-error {
  color: #bb1f00;
}

.textarea {
  color: #606060;
  border: 1px solid #d3d3d3;
  width: 100%;
  min-height: 150px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 600;
}

.textarea::placeholder {
  color: #606060;
  font-size: 16px;
  font-weight: 600;
}

.success-message {
  color: var(--accent);
  background-color: #fff;
  font-weight: 500;
}

.input-field {
  color: #606060;
  border: 1px solid #d3d3d3;
  width: 100%;
  height: 65px;
  margin-bottom: 0;
  padding-left: 25px;
  font-weight: 600;
}

.input-field::placeholder {
  color: #606060;
  letter-spacing: -.16px;
  font-size: 15px;
  line-height: 25px;
}

.input-field.small {
  height: 55px;
}

.submit-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--accent);
  color: #fff;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  min-width: 190px;
  height: 55px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.error-message {
  padding: 20px;
}

.form-elements-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.input-wrapper {
  flex: 1;
}

.home-three-button-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
}

.call-us-text {
  color: #fff;
  font-size: 10px;
  line-height: 20px;
}

.call-us-now-icon {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  display: flex;
}

.call-us-now-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.nav-link-card-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #3d3d3d;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 264px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.nav-link-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.close-link {
  position: absolute;
  inset: auto 12px auto auto;
}

.feature-outline-l {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  padding: 24px;
  transition: all .3s;
  display: flex;
}

.feature-outline-l:hover {
  box-shadow: 0 24px 64px #d9d9d97a;
}

.contact-one-form-wrapper {
  background-color: #fff;
  padding: 45px 80px 50px;
  box-shadow: 5px 4px 50px #0000001a;
}

.contact-one-form-wrapper.limit-800 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}

.contact-one-form-wrapper.small {
  padding-left: 48px;
  padding-right: 48px;
}

.home-three-about-top-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.home-three-about-items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f9f9f9;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 30px;
}

.home-three-about-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 657px;
  display: flex;
}

.home-three-about-image-wrapper {
  background-color: #fff;
  flex: 1;
  max-width: 561px;
  padding: 0;
  position: relative;
  box-shadow: 5px 4px 50px #00000014;
}

.home-three-about-description {
  max-width: 266px;
}

.home-three-about-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.home-three-about-heading {
  flex: 1;
  max-width: 542px;
}

.container-3 {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-3.service-section-gap {
  margin-top: 80px;
}

.home-three-about-small-image {
  flex: 1;
  max-width: 339px;
  position: relative;
}

.home-three-about-text-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex: 1;
  max-width: 284px;
}

.home-three-about-content {
  flex: 1;
  max-width: 664px;
}

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

.section.padding-top-140px {
  padding-top: 140px;
}

.template-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

.template-grid.spacing-small {
  margin-bottom: 42px;
}

.legal-paragraph {
  color: #333;
}

.legal-paragraph.smaller {
  font-size: 14px;
}

.h5-styleguide {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

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

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

.utility-icon {
  width: 42px;
  margin-left: auto;
  margin-right: auto;
}

.space {
  height: 24px;
}

.space._40 {
  height: 40px;
}

.contact-information-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 80px;
  display: grid;
}

.contact-information-title {
  color: var(--black);
  margin-bottom: 6px;
  font-weight: 600;
}

.margin-bottom-4px {
  margin-bottom: 4px;
}

.hero-background-image {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-overlay {
  z-index: -1;
  background-image: linear-gradient(90deg, #11111180, #11111159);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-title {
  color: var(--black);
  font-weight: 600;
}

.contact-info-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

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

.contact-link:hover {
  text-decoration: underline;
}

.icon-code-embed {
  color: var(--accent);
  width: 24px;
  height: 24px;
}

.footer-logo {
  width: 140px;
}

.team-contact-information {
  color: #fff;
  font-size: 14px;
}

.team-member-social-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--accent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 32px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.heading-six-3 {
  color: #16232b;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.team-member-name-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

.team-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h1-legal {
  color: var(--black);
  font-size: 32px;
}

.accordion-wrapper {
  margin-top: 20px;
}

.project-title {
  color: #0f0f0f;
  margin-top: 32px;
  margin-bottom: 10px;
  font-size: 28px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  width: 24px;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.margin--32px {
  margin-top: -32px;
}

.accordion-item-2 {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 24px;
}

.accordian-paragraph-2 {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.4;
}

.accordion-item-content-2 {
  margin-top: 16px;
  overflow: hidden;
}

.accordion-heading-2 {
  color: #0f0f0f;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

.rich-text-max-width-700px {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-max-width-700px h2 {
  margin-top: 0;
  margin-bottom: 16px;
}

.text-black {
  color: var(--black);
  font-size: 14px;
}

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

.legal-text-wrapper {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1440px) {
  .home-one-hero-shape {
    margin-bottom: -1px;
  }

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

  .footer-two-top {
    padding-bottom: 80px;
  }

  .footer-two-border {
    margin-bottom: 100px;
  }

  .home-one-hero-wrapper {
    padding-top: 240px;
    padding-bottom: 140px;
  }

  .tab-image-full-width-3 {
    height: 400px;
  }

  .navigation-link {
    padding-left: 22px;
    padding-right: 22px;
  }

  .service-building {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .service-cta {
    padding-top: 115px;
    padding-bottom: 190px;
  }

  .input-field::placeholder {
    font-size: 16px;
    line-height: 26px;
  }

  .home-three-about-top-wrapper {
    margin-bottom: 80px;
  }

  .container-3.service-section-gap {
    margin-top: 110px;
  }

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

  .team-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .legal-text-wrapper {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

@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);
  }
}

@media screen and (max-width: 991px) {
  .no-margin-top.text-white.margin-bottom-thirty {
    font-size: 42px;
  }

  .home-one-hero-shape {
    margin-bottom: -1px;
  }

  .navbar-button-wrapper {
    display: none;
  }

  .menu-bar {
    background-color: #fff;
    width: 25px;
    height: 2px;
    padding: 0;
  }

  .menu-bar.menu-top-bar {
    margin-bottom: 5px;
  }

  .menu-bar.menu-middle-bar {
    width: 17px;
    margin-bottom: 5px;
  }

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

  .menu-dropdown {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 450px;
    display: flex;
  }

  .menu-button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: var(--accent);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 12px 15px;
    display: flex;
  }

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

  .home-three-service-heading {
    max-width: none;
  }

  .service-card-text-wrapper {
    padding: 20px 20px 30px;
  }

  .home-three-service-cards {
    grid-template-columns: 1fr 1fr;
  }

  .tab-image-full-width {
    width: 100%;
    height: auto;
  }

  .home-three-service-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 35px;
  }

  .footer-main-wrapper {
    grid-row-gap: 80px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 80px;
    display: grid;
  }

  .footer-two-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .footer-two-border {
    margin-bottom: 25px;
  }

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

  .footer-one-contact {
    max-width: none;
  }

  .navbar {
    background-color: var(--white);
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slider {
    padding-bottom: 60px;
  }

  .home-one-hero-slider-text-wrapper {
    max-width: 544px;
  }

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

  .tab-image-full-width-3 {
    width: 100%;
    height: auto;
  }

  .tab-image-full-width-3.cover-left.tall-image {
    height: 450px;
  }

  .navigation-link {
    color: var(--black);
    text-align: left;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
    font-weight: 400;
    display: block;
  }

  .hide-desktop {
    width: 100%;
    height: 80px;
    padding-top: 40px;
    padding-left: 15px;
    display: block;
  }

  .subpage-hero {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .service-grey-background {
    display: none;
  }

  .service-building {
    background-color: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-bottom-text-wrapper {
    max-width: none;
  }

  .service-building-top-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 30px;
  }

  .service-building-image-wrapper, .service-building-text {
    max-width: none;
  }

  .service-building-bottom-box {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .service-cta-text-content {
    max-width: none;
  }

  .service-cta {
    padding-top: 60px;
    padding-bottom: 115px;
  }

  .call-us-text.black {
    color: var(--black);
  }

  .call-us-now-icon.border {
    border: 1px solid #24d366;
  }

  .call-us-now-icon.border.orange {
    border-color: #ff5e15;
  }

  .call-us-now-wrapper.hide-desktop {
    padding-top: 0;
    display: flex;
  }

  .contact-one-form-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-three-about-top-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }

  .home-three-about-items {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-three-about-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .home-three-about-image-wrapper, .home-three-about-description {
    max-width: none;
  }

  .home-three-about-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .home-three-about-heading {
    max-width: none;
  }

  .container-3.service-section-gap {
    margin-top: 50px;
  }

  .home-three-about-small-image, .home-three-about-text-wrapper, .home-three-about-content {
    max-width: none;
  }

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

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 25px;
  }

  .text-light.margin-bottom-fourty.hero-font-size {
    font-size: 14px;
  }

  .button {
    height: 50px;
    font-size: 13px;
  }

  .no-margin-top.text-white.margin-bottom-thirty {
    font-size: 36px;
  }

  .home-one-hero-shape {
    margin-bottom: -1px;
  }

  .menu-bar {
    width: 20px;
  }

  .menu-bar.menu-middle-bar {
    width: 15px;
  }

  .menu-dropdown {
    width: 350px;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-three-service-cards {
    grid-template-columns: 1fr;
  }

  .service-card-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .heading-five {
    font-size: 17px;
    line-height: 27px;
  }

  .footer-main-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer {
    padding-top: 100px;
  }

  .navbar-logo-2 {
    padding-left: 0;
  }

  .nav-logo {
    width: 150px;
    height: auto;
  }

  .home-one-hero-wrapper {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .tab-image-full-width-3.custom-height {
    height: 450px;
  }

  .subpage-hero {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .submit-button {
    height: 50px;
    font-size: 13px;
  }

  .form-elements-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .nav-link-card-large {
    max-width: none;
  }

  .contact-one-form-wrapper {
    padding: 30px 20px 40px;
  }

  .contact-one-form-wrapper.small {
    padding-left: 32px;
    padding-right: 32px;
  }

  .home-three-about-top-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-three-about-list {
    grid-template-columns: 1fr;
  }

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

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

  .accordion-item-content-2 {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    line-height: 1.2;
  }

  .menu-dropdown {
    width: 250px;
  }

  .service-card-image-wrapper {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .home-one-image-overlay {
    background-image: linear-gradient(#1a1a1b8c, #1a1a1b59);
  }

  .home-one-hero-slider-image.home-one-hero-image-one, .home-one-hero-slider-image.home-one-hero-image-two {
    object-position: 40% 50%;
  }

  .home-one-hero-slider-text-wrapper {
    max-width: 310px;
  }

  .home-one-hero-wrapper {
    padding-top: 160px;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-icon {
    width: 26px;
  }

  .livechat-button {
    width: 100%;
  }

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

  .live-chat-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-image-full-width-3.custom-height {
    height: auto;
  }

  .navigation-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
  }

  .textarea, .input-field {
    padding-left: 12px;
  }

  .home-three-button-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

  .contact-one-form-wrapper.small {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.padding-top-140px {
    padding-top: 120px;
  }

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

#w-node-_8079be2d-3165-43ee-90b4-50fb354931ac-354931a7, #w-node-d8e1d3e5-c7cb-fffd-9562-a79f4c01edff-4c01edf9 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-cb84edae-6d64-a4ec-cc45-086d9d978eb7-9d978ea9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8079be2d-3165-43ee-90b4-50fb354931aa-354931a7 {
    justify-self: start;
  }

  #w-node-_8079be2d-3165-43ee-90b4-50fb354931c4-354931a7 {
    justify-self: end;
  }

  #w-node-d8e1d3e5-c7cb-fffd-9562-a79f4c01edfc-4c01edf9 {
    justify-self: start;
  }

  #w-node-d8e1d3e5-c7cb-fffd-9562-a79f4c01ee2a-4c01edf9 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cb84edae-6d64-a4ec-cc45-086d9d978eb7-9d978ea9 {
    grid-column: span 1 / span 1;
  }
}


