.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fabe06;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.banner-section {
  background-color: #000;
}

.banner-container {
  background-color: #1a1b1f;
  max-width: 1200px;
  padding-left: 3%;
  padding-right: 3%;
}

.banner-wrapper {
  background-color: #1a1b1f;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  border-bottom: 10px solid #000;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  padding: 0 3%;
}

.navbar-wrapper {
  border-bottom: 0 solid #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #000;
  border-bottom: 4px solid #dc0100;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.image {
  height: 100px;
  min-height: 50px;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.hero-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.hero {
  background-color: #0000;
  background-image: url('../images/WhatsApp-Image-2025-04-19-at-17.58.37_1.webp');
  background-position: 50% 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0;
  position: relative;
}

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

.calendly-embed {
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 1rem;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.image-2 {
  background-color: #fff;
  border-radius: 20px;
  width: 32px;
  margin-left: 0;
  margin-right: .5rem;
}

.bold-text {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.bold-text-2 {
  color: #000;
  border-radius: 20px;
  font-size: 18px;
}

.div-block {
  color: #fff;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: 1rem;
  padding-right: .5rem;
  display: flex;
}

.our-services {
  background-color: #f8f1f0;
  border-bottom: 1px solid #e4ebf3;
  padding: 5rem 0;
  position: relative;
}

.our-services-container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.centered-heading-2 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: flex;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  border: 10px solid #a7724d;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: #e59c03;
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  border-left: 4px solid #e59c03;
  margin-bottom: 20px;
  padding-left: .5rem;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  background-color: #e59c03;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  color: #fff;
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  color: #fff;
}

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.our-process-container-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.clients-quote-two {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.our-process {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 5rem 0;
  position: relative;
}

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

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

.our-process-slide {
  background-color: #0000;
  height: auto;
}

.our-process-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.our-process-slide-image {
  position: relative;
}

.our-process-image {
  border: 10px solid #fff;
  width: 100%;
}

.our-process-slide-text {
  color: #f5f7fa;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080);
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.our-process-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.our-process-slider-left:focus-visible, .our-process-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.our-process-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.our-process-slider-right:focus-visible, .our-process-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.our-process-slide-nav {
  display: none;
}

.heading {
  color: #fff;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-3.margin-bottom-32px {
  margin-bottom: 32px;
}

.about-us-wrapper-3 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-us-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  text-align: justify;
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff0105;
  margin-top: 1rem;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.shadow-two-3 {
  border: 10px solid #a7724d;
  box-shadow: 0 4px 24px #96a3b514;
}

.about-us {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 5rem 0;
  position: relative;
}

.about-us-container-4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.features-metrics {
  background-color: #000;
  border: 10px solid #fabe06;
  padding: 4rem 0;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.bold-text-8 {
  color: #000;
}

.heading-2 {
  color: #fff;
  font-size: 56px;
  line-height: 110%;
}

.footer-dark-2 {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 4rem 0 1rem;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.footer-wrapper-2 {
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

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

.title-small-2 {
  color: #f2aa05;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-3 {
  height: 100px;
  min-height: 50px;
  padding-right: 0%;
}

.heading-3 {
  color: #000;
}

.paragraph {
  color: #fff;
  padding-top: .5rem;
  padding-left: 0;
  text-decoration: none;
}

.faq {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0;
  position: relative;
}

.faq-container-7 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.faq-wrapper-two {
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
  position: sticky;
  top: 1rem;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.faq-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.faq-block-two {
  border: 5px solid #eece3a;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 100%;
  margin-bottom: 16px;
  padding: .5rem;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.paragraph-2, .paragraph-3 {
  font-size: 2rem;
}

.paragraph-3.plus {
  margin-top: 1rem;
}

.paragraph-3.plus.faq1p, .paragraph-3.plus.faq2p, .paragraph-3.plus.faq3p, .paragraph-3.plus.faq4p, .paragraph-3.plus.faq5p, .paragraph-3.plus.faq6p, .paragraph-3.plus.faq7p, .paragraph-3.plus.faq8p, .paragraph-3.plus.faq9p, .paragraph-3.plus.faq10p {
  padding-left: 1rem;
}

.paragraph-3.minus {
  padding-top: .8rem;
}

.paragraph-3.minus.faq1m {
  padding-left: 1rem;
  display: none;
}

.paragraph-3.minus.faq2m, .paragraph-3.minus.faq3m, .paragraph-3.minus.faq4m, .paragraph-3.minus.faq5m, .paragraph-3.minus.faq6m, .paragraph-3.minus.faq7m, .paragraph-3.minus.faq8m, .paragraph-3.minus.faq9m, .paragraph-3.minus.faq10m {
  display: none;
}

.heading-4, .q1 {
  margin-top: 0;
}

.q1.faq1, .q1.faq2, .q1.faq3, .q1.faq4, .q1.faq5, .q1.faq6, .q1.faq7, .q1.faq8, .q1.faq9, .q1.faq10 {
  font-size: 22px;
}

.div-block-2 {
  justify-content: center;
  display: flex;
}

.faq2s, .faq3s, .faq4s, .faq5s, .faq6s, .faq7s, .faq8s, .faq9s, .faq10s, .paragraph-4 {
  display: none;
}

.faq1m {
  padding-top: .75rem;
  padding-left: 1rem;
  font-size: 2rem;
  display: none;
}

.pain-points {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0;
  position: relative;
}

.pain-points-container-7 {
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pain-point-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100px;
  margin-top: 50px;
  display: flex;
}

.pain-point-pc {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow-4 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.background-video {
  justify-content: center;
  align-items: center;
  width: 90vw;
  min-width: 0;
  min-height: 100%;
  display: flex;
}

.div-block-3 {
  background-image: linear-gradient(#00000080, #00000080);
  max-width: 60%;
  padding: .5rem;
}

.faq2m {
  padding-top: .75rem;
  padding-left: 1rem;
  font-size: 2rem;
  display: none;
}

.calendly {
  background-color: #fff;
  border-bottom: 0 solid #fff;
  padding: 80px 0;
  position: relative;
}

.calendly-container-7 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.calendly-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.calendly-image {
  width: 100%;
  margin-top: 50px;
}

.div-block-4 {
  margin-top: 2rem;
}

.heading-5 {
  color: #000;
}

.link {
  color: #1dff03;
  text-decoration: none;
}

.faq3m, .faq4m, .faq5m, .faq6m, .faq7m, .faq8m, .faq9m, .faq10m {
  padding-top: .75rem;
  padding-left: 1rem;
  font-size: 2rem;
  display: none;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 5rem 0;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.hero-wrapper-3 {
  color: #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-5 {
  color: #333;
  text-align: justify;
  margin-bottom: 24px;
}

.hero-form-2 {
  margin-bottom: 12px;
}

.hero-form-container-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input-2 {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input-2:hover, .hero-form-input-2:focus {
  border-color: #76879d;
}

.hero-form-input-2::placeholder {
  color: #1a1b1fcc;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.text-link-arrow-5 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-5 {
  margin-left: 2px;
  display: flex;
}

.hero-subscribe-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 5rem 0;
  position: relative;
}

.hero-heading-center-3 {
  background-color: #f5f7fa;
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2025-12-25-at-12.12.22-1.jpeg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 1rem 0;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-5.margin-bottom-32px {
  color: #fff;
  margin-bottom: 32px;
}

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

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.team-slider {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 2rem 0 5rem;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.centered-heading-6 {
  color: #000;
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  text-align: center;
  background-color: #fff;
  border: 4px solid #fc9e11;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  color: #000;
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-6 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-6 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 1rem 0;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-7 {
  text-align: justify;
  margin-bottom: 24px;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 1rem 0;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.margin-bottom-24px-8 {
  text-align: justify;
  margin-bottom: 24px;
}

.hero-stack-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 1rem 0;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-24px-9 {
  text-align: justify;
  margin-bottom: 24px;
}

.hero-stack-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 1rem 0;
  position: relative;
}

.bold-text-9, .heading-6, .heading-7, .heading-8, .heading-9, .heading-10, .heading-11 {
  color: #000;
}

.div-block-5 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 1rem 0 4rem;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.centered-heading-7 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: .5rem;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-card.driveway {
  background-image: linear-gradient(#00000080, #00000080), url('../images/driveway-paving.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  width: 320px;
  min-width: 280px;
  height: 420px;
  min-height: 420px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.team-card.patio {
  background-image: linear-gradient(#00000080, #00000080), url('../images/patio.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 320px;
  min-width: 280px;
  height: 420px;
  min-height: 420px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.team-card.walkway {
  background-image: linear-gradient(#00000080, #00000080), url('../images/walkway.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 320px;
  min-width: 280px;
  height: 420px;
  min-height: 420px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.team-card.pool {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pool.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 320px;
  min-width: 280px;
  height: 420px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.team-card.courtyard {
  background-image: linear-gradient(#00000080, #00000080), url('../images/courtyard.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 320px;
  min-width: 280px;
  height: 420px;
  min-height: 420px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.team-member-image {
  object-fit: cover;
  border-radius: 0%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  color: #fff;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  color: #fff;
  text-align: justify;
  margin-bottom: 24px;
  font-size: 16px;
}

.bold-text-10 {
  color: #fff;
}

.paragraph-5 {
  color: #000;
  background-color: #fff;
  padding: .5rem;
  text-decoration: none;
}

.paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
  color: #fff;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 1rem 0 2rem;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-description-2 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-7 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-7 {
  margin-left: 2px;
  display: flex;
}

.heading-12 {
  color: #000;
  background-color: #e36f01;
  padding: .5rem 1rem;
  text-decoration: none;
}

.link-2, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
  color: #000;
  text-decoration: none;
}

.pricing-overview-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 5rem 0;
  position: relative;
}

.container-15 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2025-09-24-at-14.48.04-1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.container-15.her, .container-15.ts, .container-15.more {
  background-image: none;
}

.container-15.procss {
  background-image: none;
  padding-top: 32px;
  padding-bottom: 32px;
}

.container-15.walkw {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2025-07-22-at-13.22.40.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container-15.cy21 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2025-12-25-at-12.12.22-3.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.centered-heading-8 {
  color: #000;
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description-3 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.pricing-card-three-2.c-i {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.pricing-card-three-2.c-q {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.pricing-image-3 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text-3 {
  color: #fff;
  text-align: justify;
  margin-bottom: 20px;
  font-size: 16px;
}

.text-link-arrow-8 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-8 {
  margin-left: 2px;
  display: flex;
}

.team-circles-2 {
  color: #000;
  background-color: #fff;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 0;
  position: relative;
}

.team-circles-2.benefits {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.centered-subheading-4 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-2 {
  text-align: center;
  border: 1px solid #ff0105;
  flex-direction: column;
  align-items: center;
  padding: 16px 16px 0;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-2 {
  object-fit: cover;
  border-radius: 0%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-2 {
  text-align: justify;
  margin-bottom: 24px;
  font-size: 16px;
}

.team-slider-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 5rem 0;
  position: relative;
}

.team-slider-wrapper-3 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-3 {
  width: 30%;
  margin-right: 5%;
}

.team-block-3 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-3 {
  margin-bottom: 18px;
}

.team-block-info-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-3 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-3 {
  margin-bottom: 20px;
}

.team-slider-arrow-3 {
  display: none;
}

.team-slider-nav-3 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-subscribe-left-3 {
  background-color: #fff;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 0;
  position: relative;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.hero-split-3 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding: 32px;
  display: flex;
}

.margin-bottom-24px-10 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 16px;
}

.margin-bottom-24px-10.dw {
  color: #fff;
  text-align: justify;
}

.hero-form-3 {
  margin-bottom: 12px;
}

.hero-form-container-3 {
  background-image: url('../images/256-256x256.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
}

.hero-form-input-3 {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input-3:hover, .hero-form-input-3:focus {
  border-color: #76879d;
}

.hero-form-input-3::placeholder {
  color: #1a1b1fcc;
}

.button-primary-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-9:active {
  background-color: #43464d;
}

.shadow-two-5 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-stack-5 {
  background-color: #f5f7fa;
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2025-09-24-at-14.48.04-2.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  align-items: center;
  min-height: 70dvh;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.hero-stack-5.ww {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WALKWAY_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  display: flex;
}

.hero-stack-5.cy {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2025-12-25-at-12.12.22-6.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-stack-5.poolside {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-03-31-at-10.42.58.jpeg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.heading-13 {
  color: #fff;
  border: 1px #fff;
  border-bottom-width: 0;
}

.heading-14 {
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}

.image-4 {
  max-width: 30%;
}

.background-video-2 {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.heading-15 {
  color: #fff;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0;
  position: relative;
}

.container-16 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

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

.features-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph-2 {
  margin-bottom: 0;
  font-size: 16px;
}

.text-link-arrow-9 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-9 {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.heading-16, .heading-17 {
  color: #fff;
}

.div-block-6 {
  background-image: url('../images/blocks.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}

.gallery-slider {
  border-bottom: 0 solid #fff;
  padding: 80px 0;
  position: relative;
}

.container-17 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

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

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  text-align: left;
  background-image: linear-gradient(#00000080, #00000080);
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.paragraph-10 {
  color: #000;
  text-align: justify;
}

.heading-18 {
  color: #000;
}

.gallery-slider-2 {
  border-bottom: 0 solid #fff;
  padding: 80px 30px;
  position: relative;
}

.container-18 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

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

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

.gallery-slide-2 {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper-2 {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image-2 {
  border: 2px solid #fabe06;
  padding: 8px;
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-slide-text-2 {
  color: #000;
  margin-bottom: 0;
  line-height: 32px;
  position: static;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left-2:focus-visible, .gallery-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-3 {
  color: #1a1b1f;
}

.gallery-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right-2:focus-visible, .gallery-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.heading-19 {
  color: #000;
}

.paragraph-11 {
  color: #000;
  text-align: justify;
}

.parfaq1, .parfaq2 {
  color: #000;
  text-align: justify;
  padding-top: 16px;
}

.parfaq3, .parfaq4 {
  padding-top: 16px;
}

.abtusserv {
  background-color: #fff;
  border-bottom: 0 solid #fff;
  padding: 5rem 0;
  position: relative;
}

.container-19 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.hero-wrapper-6 {
  color: #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-11 {
  color: #000;
  text-align: justify;
  margin-bottom: 24px;
  font-size: 16px;
}

.button-primary-10 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-10:active {
  background-color: #43464d;
}

.shadow-two-6 {
  box-shadow: 0 4px 24px #96a3b514;
}

.image-5 {
  max-width: 10%;
  padding-bottom: 16px;
}

.gallery-scroll {
  background-color: #fff;
  border-bottom: 0 solid #fff;
  padding: 5rem 0;
  position: relative;
}

.container-20 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

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

.gallery-sticky {
  color: #000;
  background-image: url('../images/WhatsApp-Image-2025-07-11-at-09.36.55-1_1.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 50%;
  max-height: 100%;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-sticky.walkway1 {
  background-image: url('../images/assets_task_01k12xr9q1ew6bjmzz64fv154c_1753518846_img_0.webp');
}

.gallery-sticky.cy7 {
  background-image: url('../images/WhatsApp-Image-2025-12-25-at-12.12.22-6.jpeg');
}

.gallery-sticky.ps {
  background-image: url('../images/WhatsApp-Image-2026-03-31-at-10.28.47-1.jpeg');
}

.gallery-link {
  color: #000;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #ff0105;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-3 {
  width: 100%;
}

.gallery-image-text {
  color: #000;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.team-slider-3 {
  background-color: #fff;
  border-bottom: 0 solid #e4ebf3;
  padding: 5rem 0;
  position: relative;
}

.container-21 {
  color: #000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.centered-heading-9 {
  color: #000;
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-5 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-4 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-4 {
  width: 30%;
  margin-right: 5%;
}

.team-block-4 {
  color: #000;
  background-color: #fff;
  border: 1px solid #f9bd06;
  padding-bottom: 0;
}

.team-member-image-two-4 {
  height: 50dvh;
  min-height: 50dvh;
  margin-bottom: 18px;
}

.team-member-image-two-4.ww3, .team-member-image-two-4.ww4, .team-member-image-two-4.ww5 {
  height: 50dvh;
  min-height: 50dvh;
}

.team-member-image-two-4.cy521 {
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.team-member-image-two-4.cy522, .team-member-image-two-4.cy523, .team-member-image-two-4.cy524 {
  min-width: 100%;
}

.team-block-info-4 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-4 {
  text-align: justify;
  margin-bottom: 12px;
}

.text-link-arrow-10 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-10 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-4 {
  display: none;
}

.team-slider-nav-4 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.section-nav-new {
  z-index: 10;
  background-color: #fff;
  border-bottom: 5px solid #000;
  flex-flow: row;
  height: auto;
  min-height: 0;
  display: block;
  position: sticky;
  top: 0;
}

.container-nav-new {
  max-width: 1200px;
  padding-left: 3%;
  padding-right: 3%;
}

.nav-new-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.link-block {
  max-width: 150px;
}

.nav-link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.nav-new-link {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.nav-new-btn {
  color: #000;
  background-color: #f0a303;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
}

.div-block-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-head {
  background-image: url('../images/WhatsApp-Image-2025-12-25-at-12.12.22-5.jpeg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: auto;
  min-height: 85dvh;
  display: flex;
}

.container-head {
  max-width: 1200px;
  padding-left: 3%;
  padding-right: 3%;
}

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

.h1-head {
  color: #fff;
  letter-spacing: -2px;
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  font-size: 50px;
  line-height: 110%;
}

.par-head {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 140%;
}

.code-embed {
  font-size: 1rem;
  line-height: 140%;
}

.div-block-lft {
  background-image: linear-gradient(#00000080, #00000080);
}

.container-stakes {
  max-width: 1200px;
  padding-left: 3%;
  padding-right: 3%;
}

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

.background-stakes {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  min-height: 0%;
  display: flex;
}

.div-block-n-stakes {
  background-image: linear-gradient(#00000080, #00000080);
  max-width: 60%;
  padding: .25rem .5rem;
}

.stakes-header {
  color: #fff;
  letter-spacing: -2px;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-size: 36px;
  line-height: 110%;
}

.stakes-paragraph {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 140%;
}

.stakes-btn {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff0105;
  margin-top: 1rem;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.stakes-btn:hover {
  color: #fff;
  background-color: #32343a;
}

.stakes-btn:active {
  background-color: #43464d;
}

.container-highlights {
  max-width: 1200px;
  padding-left: 3%;
  padding-right: 3%;
}

.highlights-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 4rem;
  display: grid;
}

.header-hl {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 110%;
}

.hl-divider {
  background-color: #2f3224;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-all-services {
  padding-bottom: 4rem;
}

.container-all-services {
  max-width: 1200px;
  padding-left: 3%;
  padding-right: 3%;
}

.all-services-slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1rem;
  display: grid;
  overflow: auto;
}

.all-services-wrapper {
  border: 1px solid #000;
  min-width: 25vw;
}

.all-services-par {
  color: #000;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 140%;
}

.all-services-h2 {
  color: #000;
  letter-spacing: -2px;
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  font-size: 36px;
}

.head-all-services {
  max-width: 82ch;
  padding-bottom: 0;
  line-height: 140%;
}

.all-serv-slider-par {
  color: #000;
  text-align: left;
  border-left: 9px solid #ecc53a;
  margin-bottom: 1.5rem;
  padding-left: .5rem;
  font-size: 1rem;
  line-height: 140%;
}

.button {
  color: #000;
  background-color: #ecc53a;
  min-width: 100%;
  font-size: .875rem;
}

.all-serv-slider-h3 {
  color: #000;
  letter-spacing: -.75px;
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  padding-left: 1rem;
  line-height: 110%;
}

.all-serv-slider-image {
  background-image: url('../images/blocks.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 24dvh;
}

.all-serv-slider-image.pp {
  background-image: url('../images/WhatsApp-Image-2025-09-24-at-14.48.04-2.jpeg');
  background-position: 50% 0;
}

.all-serv-slider-image.wp {
  background-image: url('../images/WhatsApp-Image-2025-07-22-at-13.22.40-1_1.webp');
}

.all-serv-slider-image.ps {
  background-image: url('../images/WhatsApp-Image-2025-09-24-at-14.48.04-1.jpeg');
}

.all-serv-slider-image.cp {
  background-image: url('../images/WhatsApp-Image-2025-09-24-at-14.48.03-3.jpeg');
}

.section-o-process {
  background-color: #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container-o-process {
  max-width: 1200px;
  padding-left: 3%;
  padding-right: 3%;
}

.o-process-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.o-process-l {
  min-width: 30vw;
  max-width: 30vw;
}

.o-process-r-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 60vw;
  padding-bottom: 1rem;
  display: grid;
  overflow: auto;
}

.o-process-l-header {
  color: #fff;
  letter-spacing: -2px;
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  font-size: 36px;
  line-height: 110%;
}

.paragraph-12 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 140%;
}

.o-process-r-bg {
  background-image: url('../images/WhatsApp-Image-2025-05-04-at-07.57.28_1.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  align-items: flex-end;
  min-width: 20vw;
  display: flex;
  position: relative;
}

.o-process-r-bg._1p {
  justify-content: center;
}

.o-process-r-bg._2p {
  background-image: url('../images/WhatsApp-Image-2025-05-04-at-07.57.28-1_1.webp');
  justify-content: center;
}

.o-process-r-bg._3p {
  background-image: url('../images/WhatsApp-Image-2025-04-19-at-17.58.37_1.webp');
  justify-content: center;
}

.o-process-r-bg._4p {
  background-image: url('../images/WhatsApp-Image-2025-05-04-at-07.57.28-2_1.webp');
  justify-content: center;
}

.heading-20 {
  color: #fff;
  text-align: left;
  background-image: linear-gradient(#00000080, #00000080);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  padding-left: .25rem;
  padding-right: .25rem;
  font-size: 19px;
  line-height: 140%;
  position: relative;
}

.section-awcp {
  background-image: url('../images/WhatsApp-Image-2025-12-25-at-12.12.22-7.jpeg');
  background-position: 50%;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.container-awcp {
  max-width: 1200px;
  padding-left: 3%;
  padding-right: 3%;
}

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

.awcp-left {
  background-image: url('../images/WhatsApp-Image-2025-05-03-at-10.56.16.jpeg');
  background-position: 50% 0;
  background-size: cover;
  max-width: 30vw;
  min-height: 60dvh;
}

.awcp-right {
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 60vw;
  max-width: 60vw;
  padding-left: 1rem;
  padding-right: 5rem;
  display: flex;
}

.about-r-header {
  color: #fff;
  letter-spacing: -2px;
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  font-size: 36px;
  line-height: 110%;
}

.about-r-par {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.section-faq {
  background-color: #000;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.container-faq {
  max-width: 1200px;
  padding-left: 3%;
  padding-right: 3%;
}

.faq-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1rem;
  display: grid;
  overflow: auto;
}

.faq-head {
  color: #fff;
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  font-size: 36px;
  line-height: 110%;
}

.faq-par {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 140%;
}

.div-block-8 {
  max-width: 82ch;
}

.div-block-8.clndly {
  max-width: none;
}

.faq-heading {
  color: #fff;
  min-width: 32vw;
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  font-size: 19px;
  line-height: 110%;
}

.div-block-9 {
  border: 1px solid #f6cd77;
  min-width: 35vw;
  padding: .5rem 1rem;
}

.paragraph-13 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 140%;
}

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

.container-cta-calender {
  max-width: 1200px;
  padding-left: 3%;
  padding-right: 3%;
}

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

.paragraph-14 {
  color: #000;
  font-size: 1rem;
  line-height: 140%;
}

.heading-21 {
  color: #000;
  text-align: center;
  letter-spacing: -2px;
  margin-top: 1.25rem;
  margin-bottom: .75rem;
  padding-top: 1.5rem;
  font-size: 36px;
  line-height: 110%;
}

.container-foot {
  max-width: 1200px;
  padding-left: 3%;
  padding-right: 3%;
}

.section-foot {
  background-color: #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.div-foot-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.paragraph-15 {
  color: #fff;
  margin-bottom: 0;
}

.link-3 {
  color: #ffbe08;
}

.githead {
  color: #fff;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.25rem;
}

.paragraph-16 {
  color: #fff;
  margin-bottom: 0;
}

.link-4 {
  color: #f4b50b;
}

.paragraph-17 {
  color: #fff;
  margin-bottom: 0;
}

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

.link-5 {
  color: #fff;
}

.div-foot-socials {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .team-member-image, .team-member-image-2 {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .calendly-embed {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .our-services-container-2 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .our-process-container-3 {
    max-width: 728px;
  }

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

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

  .our-process-slider-left {
    left: -20px;
  }

  .our-process-slider-right {
    right: -20px;
  }

  .about-us-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .about-us-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .about-us-container-4, .container-5 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
    grid-row-gap: 70px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .faq-container-7 {
    max-width: 728px;
  }

  .faq-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-left {
    max-width: 100%;
    margin-bottom: 40px;
    position: static;
  }

  .faq-right {
    max-width: 100%;
  }

  .faq-block-two {
    width: 100%;
  }

  .faq1m {
    display: none;
  }

  .pain-points-container-7 {
    max-width: 728px;
  }

  .pain-point-grid {
    grid-column-gap: 30px;
  }

  .div-block-3 {
    max-width: 70%;
  }

  .calendly-container-7 {
    max-width: 728px;
  }

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

  .container-7 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-8 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container-9 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .container-10, .container-11, .container-12, .container-13 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .team-card.driveway, .team-card.patio, .team-card.walkway {
    width: 320px;
  }

  .team-card.pool {
    width: 320px;
    min-width: 280px;
    min-height: 420px;
  }

  .team-card.courtyard {
    background-image: linear-gradient(#00000080, #00000080), url('../images/courtyard.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 320px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-14 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .heading-12 {
    color: #000;
  }

  .container-15 {
    max-width: 728px;
  }

  .pricing-grid-2 {
    grid-column-gap: 30px;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }

  .team-slide-wrapper-3 {
    width: 47%;
    margin-right: 6%;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-16 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .container-17 {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-18 {
    max-width: 728px;
  }

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

  .gallery-slide-image-2 {
    min-width: 80%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .container-19 {
    max-width: 728px;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-20 {
    max-width: 728px;
  }

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

  .gallery-sticky {
    width: 80%;
    min-width: 80%;
    height: 50%;
    display: none;
    position: relative;
    top: 0;
  }

  .gallery-link:hover {
    color: #c50202;
  }

  .container-21 {
    max-width: 728px;
  }

  .team-slide-wrapper-4 {
    width: 47%;
    margin-right: 6%;
  }

  .section-head {
    height: auto;
  }

  .hero-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-n-stakes {
    max-width: 65%;
  }

  .stakes-header {
    margin-top: 1rem;
    font-size: 26px;
  }

  .highlights-wrapper {
    padding-bottom: 2rem;
  }

  .header-hl {
    font-size: 1.25rem;
  }

  .all-services-wrapper {
    min-width: 35vw;
    position: relative;
  }

  .all-services-h2 {
    font-size: 26px;
  }

  .head-all-services {
    max-width: none;
  }

  .all-serv-slider-par {
    margin-bottom: 3.5rem;
  }

  .button {
    position: absolute;
    bottom: 0;
  }

  .all-serv-slider-h3 {
    font-size: 20px;
  }

  .o-process-l-header {
    font-size: 26px;
  }

  .o-process-r-bg._1p, .o-process-r-bg._2p, .o-process-r-bg._3p, .o-process-r-bg._4p {
    min-width: 40vw;
  }

  .awcp-left {
    max-width: 40vw;
    min-height: 50dvh;
  }

  .awcp-right {
    padding-bottom: .5rem;
    padding-right: 3rem;
  }

  .div-block-9 {
    min-width: 40vw;
  }

  .foot-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .paragraph-15 {
    max-width: 55ch;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-center {
    padding: 60px 15px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-subscribe-left {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

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

  .footer-social-link {
    margin-left: 20px;
  }

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

  .hero {
    padding: 60px 0;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .our-services {
    padding: 60px 0;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .our-process {
    padding: 60px 0;
  }

  .our-process-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .our-process-slide-text {
    line-height: 30px;
  }

  .our-process-slider-left {
    left: -20px;
  }

  .our-process-slider-right {
    right: -20px;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .about-us, .features-metrics {
    padding: 60px 0;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .footer-dark-2 {
    background-color: #000;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .paragraph {
    text-align: center;
  }

  .faq {
    padding: 60px 0;
  }

  .faq1m {
    display: none;
  }

  .pain-points {
    padding: 60px 15px;
  }

  .div-block-3 {
    max-width: 82%;
  }

  .calendly {
    padding: 60px 15px;
  }

  .button-primary-6 {
    margin-top: 1rem;
    margin-bottom: 4rem;
  }

  .hero-subscribe-right, .hero-subscribe-left-2, .hero-heading-center-3, .team-slider, .hero-stack, .hero-stack-2, .hero-stack-3, .hero-stack-4, .team-circles {
    padding: 60px 15px;
  }

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

  .team-card.driveway, .team-card.patio, .team-card.walkway, .team-card.pool, .team-card.courtyard {
    width: 100%;
  }

  .pricing-overview {
    padding: 1rem 15px 2rem;
  }

  .pricing-overview-2 {
    padding: 60px 15px;
  }

  .pricing-grid-2 {
    flex-flow: column;
    display: flex;
  }

  .team-circles-2 {
    padding: 60px 15px;
  }

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

  .team-slider-2, .hero-subscribe-left-3, .hero-stack-5, .features-list, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-slider-2 {
    padding: 60px 15px;
  }

  .gallery-slide-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text-2 {
    line-height: 30px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .abtusserv, .gallery-scroll, .team-slider-3 {
    padding: 60px 15px;
  }

  .nav-link-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
  }

  .div-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .h1-head {
    font-size: 42px;
  }

  .par-head {
    font-size: .875rem;
  }

  .div-block-n-stakes {
    max-width: 80%;
  }

  .stakes-header {
    font-size: 25px;
  }

  .stakes-paragraph {
    font-size: .875rem;
  }

  .stakes-btn {
    padding-left: 9px;
    padding-right: 9px;
  }

  .highlights-wrapper {
    padding-bottom: 1.5rem;
  }

  .header-hl {
    font-size: 1rem;
    font-weight: 400;
  }

  .all-services-wrapper {
    min-width: 50vw;
  }

  .all-services-par {
    font-size: .875rem;
  }

  .all-services-h2 {
    font-size: 25px;
  }

  .all-serv-slider-par {
    font-size: .875rem;
  }

  .o-process-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .o-process-l {
    min-width: 40vw;
    max-width: none;
  }

  .o-process-l-header {
    font-size: 25px;
  }

  .paragraph-12 {
    font-size: .875rem;
  }

  .o-process-r-bg._1p {
    min-width: 40vw;
    min-height: 40dvh;
  }

  .heading-20 {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 16px;
  }

  .awcp-left {
    max-width: 45vw;
    min-height: 45dvh;
  }

  .awcp-right {
    min-width: 60vw;
    max-width: 60vw;
    padding-bottom: .5rem;
    padding-right: 1rem;
  }

  .about-r-header {
    font-size: 26px;
  }

  .about-r-par, .faq-par {
    font-size: .875rem;
  }

  .div-block-9 {
    min-width: 50vw;
  }

  .paragraph-13 {
    font-size: .875rem;
  }

  .foot-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .paragraph-15 {
    max-width: 40ch;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .hero-container, .our-services-container-2 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .our-process-container-3 {
    max-width: none;
  }

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

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

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

  .our-process-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .our-process-slider-left {
    left: -20px;
  }

  .our-process-slider-right {
    right: -20px;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .about-us-container-4, .container-5 {
    max-width: none;
  }

  .features-title {
    font-size: 28px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .container-6, .faq-container-7 {
    max-width: none;
  }

  .faq-right {
    margin-bottom: -30px;
  }

  .faq-block-two {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .pain-points-container-7 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

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

  .div-block-3 {
    max-width: 95%;
  }

  .calendly-container-7 {
    max-width: none;
  }

  .heading-5 {
    color: #000;
  }

  .container-7 {
    max-width: none;
  }

  .hero-form-2 {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input-2 {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .container-8 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .container-9 {
    max-width: none;
  }

  .centered-heading-6 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .container-10, .container-11, .container-12, .container-13 {
    max-width: none;
  }

  .centered-heading-7 {
    margin-bottom: 24px;
  }

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

  .team-card.driveway, .team-card.patio, .team-card.walkway, .team-card.pool {
    width: 95%;
    min-width: 100%;
  }

  .team-card.courtyard {
    background-image: linear-gradient(#00000080, #00000080), url('../images/courtyard.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 95%;
    min-width: 100%;
  }

  .pricing-overview {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .container-14 {
    max-width: none;
  }

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

  .link-2 {
    font-size: 19px;
  }

  .container-15 {
    max-width: none;
  }

  .centered-heading-8 {
    margin-bottom: 24px;
  }

  .pricing-grid-2, .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .team-slide-wrapper-3 {
    width: 100%;
    margin-right: 0%;
  }

  .hero-form-3 {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input-3 {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .container-16 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image-2 {
    margin-bottom: 10px;
  }

  .container-17 {
    max-width: none;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-18 {
    max-width: none;
  }

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

  .gallery-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .container-19, .container-20 {
    max-width: none;
  }

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

  .container-21 {
    max-width: none;
  }

  .centered-heading-9 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-4 {
    width: 100%;
    margin-right: 0%;
  }

  .nav-new-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .section-head {
    padding-bottom: 1rem;
  }

  .hero-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .h1-head {
    font-size: 32px;
  }

  .par-head {
    font-size: .875rem;
  }

  .section-stakes {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-n-stakes {
    max-width: 95%;
  }

  .stakes-header {
    margin-top: .5rem;
    margin-bottom: .75rem;
    font-size: 1.5rem;
  }

  .stakes-paragraph {
    font-size: .875rem;
  }

  .highlights-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .header-hl {
    font-size: .875rem;
    font-weight: 400;
  }

  .all-services-wrapper {
    min-width: 75vw;
  }

  .all-services-par, .all-serv-slider-par, .paragraph-12 {
    font-size: .875rem;
  }

  .o-process-r-bg._1p, .o-process-r-bg._2p, .o-process-r-bg._3p, .o-process-r-bg._4p {
    min-width: 66vw;
  }

  .section-awcp {
    flex-flow: column;
    display: flex;
  }

  .awcp-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .awcp-left {
    min-width: 45vw;
    max-width: none;
  }

  .awcp-right {
    min-width: 0;
    max-width: none;
  }

  .about-r-par {
    text-align: justify;
  }

  .div-block-9 {
    min-width: 80vw;
  }

  .div-foot-logo {
    flex-flow: column;
  }

  .paragraph-15 {
    max-width: none;
    margin-bottom: 0;
  }
}

#w-node-eab9d911-12fe-8093-3faa-8fb7809b84b4-bd851cf4, #w-node-f9ff3905-2d06-cb98-ff79-d4743dfe79dd-bd851cf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9ff3905-2d06-cb98-ff79-d4743dfe79e2-bd851cf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f9ff3905-2d06-cb98-ff79-d4743dfe79e6-bd851cf4, #w-node-f9ff3905-2d06-cb98-ff79-d4743dfe79f0-bd851cf4, #w-node-f9ff3905-2d06-cb98-ff79-d4743dfe79f5-bd851cf4, #w-node-c04774be-3871-de96-1544-509f1495cb41-7758957b, #w-node-b5a2ef8b-1853-1f7f-a164-07907758958c-7758957b, #w-node-b5a2ef8b-1853-1f7f-a164-079077589595-7758957b, #w-node-bd116ecf-a6d4-0005-6ec0-60c1ebe478af-4553c8aa, #w-node-bd116ecf-a6d4-0005-6ec0-60c1ebe478ba-4553c8aa, #w-node-bd116ecf-a6d4-0005-6ec0-60c1ebe478c4-4553c8aa, #w-node-bd116ecf-a6d4-0005-6ec0-60c1ebe478ce-4553c8aa, #w-node-bd116ecf-a6d4-0005-6ec0-60c1ebe478d8-4553c8aa, #w-node-_9e1b33d6-25ce-fbc9-fd9d-1af22a6aa6d5-4553c8aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e59007e2-edea-babe-3df2-a4b9f6ad3020-19eecd1a {
  place-self: auto;
}

#w-node-_60f26a56-871f-e96c-f170-c6d73f333271-3f33326e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_60f26a56-871f-e96c-f170-c6d73f333279-3f33326e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_60f26a56-871f-e96c-f170-c6d73f333283-3f33326e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_60f26a56-871f-e96c-f170-c6d73f333285-3f33326e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_60f26a56-871f-e96c-f170-c6d73f33328d-3f33326e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e59007e2-edea-babe-3df2-a4b9f6ad3020-9fa5b3dd {
  place-self: auto;
}

#w-node-_1aa97603-02fe-44c6-f26b-8dddf44fef7b-9daf9497 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1aa97603-02fe-44c6-f26b-8dddf44fef83-9daf9497 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1aa97603-02fe-44c6-f26b-8dddf44fef87-9daf9497, #w-node-_1aa97603-02fe-44c6-f26b-8dddf44fef91-9daf9497, #w-node-_1aa97603-02fe-44c6-f26b-8dddf44fef96-9daf9497, #w-node-ee2ca6d5-c900-af74-5376-9ccbd2dd1714-9daf9497, #w-node-ee2ca6d5-c900-af74-5376-9ccbd2dd171b-9daf9497, #w-node-ee2ca6d5-c900-af74-5376-9ccbd2dd1722-9daf9497, #w-node-ee2ca6d5-c900-af74-5376-9ccbd2dd1729-9daf9497, #w-node-ee2ca6d5-c900-af74-5376-9ccbd2dd1730-9daf9497, #w-node-_64f061e8-5585-d6c1-7c40-d1a10e60e25a-9daf9497 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64f061e8-5585-d6c1-7c40-d1a10e60e25b-9daf9497 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_64f061e8-5585-d6c1-7c40-d1a10e60e25c-9daf9497, #access-dash.w-node-_64f061e8-5585-d6c1-7c40-d1a10e60e262-9daf9497, #lead-retrieval.w-node-_64f061e8-5585-d6c1-7c40-d1a10e60e26c-9daf9497, #lead-scoring.w-node-_64f061e8-5585-d6c1-7c40-d1a10e60e274-9daf9497, #w-node-_622b83f2-9e4a-efe7-c03d-c8ed2d068018-8dc8243e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_622b83f2-9e4a-efe7-c03d-c8ed2d068020-8dc8243e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_622b83f2-9e4a-efe7-c03d-c8ed2d068024-8dc8243e, #w-node-_622b83f2-9e4a-efe7-c03d-c8ed2d068037-8dc8243e, #w-node-_1427be59-9a69-d347-5c41-cc33bbe15d20-8dc8243e, #w-node-_1427be59-9a69-d347-5c41-cc33bbe15d27-8dc8243e, #w-node-_1427be59-9a69-d347-5c41-cc33bbe15d2e-8dc8243e, #w-node-_1427be59-9a69-d347-5c41-cc33bbe15d35-8dc8243e, #w-node-_1427be59-9a69-d347-5c41-cc33bbe15d3c-8dc8243e, #w-node-_3b819411-99d1-3fb1-1167-6f2638603be3-8dc8243e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b819411-99d1-3fb1-1167-6f2638603be4-8dc8243e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_3b819411-99d1-3fb1-1167-6f2638603be5-8dc8243e, #access-dash.w-node-_3b819411-99d1-3fb1-1167-6f2638603beb-8dc8243e, #lead-retrieval.w-node-_3b819411-99d1-3fb1-1167-6f2638603bf1-8dc8243e, #lead-scoring.w-node-_3b819411-99d1-3fb1-1167-6f2638603bf7-8dc8243e, #w-node-_4b3bccec-50ab-3166-ac42-129491e77ffa-0707dbb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b3bccec-50ab-3166-ac42-129491e78002-0707dbb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4b3bccec-50ab-3166-ac42-129491e78006-0707dbb4, #w-node-_4b3bccec-50ab-3166-ac42-129491e78010-0707dbb4, #w-node-_4b3bccec-50ab-3166-ac42-129491e78015-0707dbb4, #w-node-_71759ed5-cb4c-4040-f3b0-664e399981bf-0707dbb4, #w-node-_71759ed5-cb4c-4040-f3b0-664e399981c6-0707dbb4, #w-node-_71759ed5-cb4c-4040-f3b0-664e399981cd-0707dbb4, #w-node-_71759ed5-cb4c-4040-f3b0-664e399981d4-0707dbb4, #w-node-_71759ed5-cb4c-4040-f3b0-664e399981db-0707dbb4, #w-node-e2f7a301-c016-ba09-f6c1-6cf0fd618843-0707dbb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2f7a301-c016-ba09-f6c1-6cf0fd618844-0707dbb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-e2f7a301-c016-ba09-f6c1-6cf0fd618845-0707dbb4, #access-dash.w-node-e2f7a301-c016-ba09-f6c1-6cf0fd61884b-0707dbb4, #lead-retrieval.w-node-e2f7a301-c016-ba09-f6c1-6cf0fd618851-0707dbb4, #lead-scoring.w-node-e2f7a301-c016-ba09-f6c1-6cf0fd618857-0707dbb4, #w-node-f5c777f8-4d4d-0245-fe38-51b73ee2a897-373b18c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5c777f8-4d4d-0245-fe38-51b73ee2a89f-373b18c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f5c777f8-4d4d-0245-fe38-51b73ee2a8a3-373b18c3, #w-node-f5c777f8-4d4d-0245-fe38-51b73ee2a8b2-373b18c3, #w-node-c94caa92-eef4-2b89-aa65-e19d0f983cd9-373b18c3, #w-node-c94caa92-eef4-2b89-aa65-e19d0f983ce0-373b18c3, #w-node-c94caa92-eef4-2b89-aa65-e19d0f983ce7-373b18c3, #w-node-c94caa92-eef4-2b89-aa65-e19d0f983cee-373b18c3, #w-node-c94caa92-eef4-2b89-aa65-e19d0f983cf5-373b18c3, #w-node-_674a5680-9399-2fdb-c8dc-55381a286970-373b18c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_674a5680-9399-2fdb-c8dc-55381a286971-373b18c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_674a5680-9399-2fdb-c8dc-55381a286972-373b18c3, #access-dash.w-node-_674a5680-9399-2fdb-c8dc-55381a286978-373b18c3, #lead-retrieval.w-node-_674a5680-9399-2fdb-c8dc-55381a286982-373b18c3, #lead-scoring.w-node-_674a5680-9399-2fdb-c8dc-55381a28698a-373b18c3, #w-node-_37dd7e6f-8912-5115-e4f4-2fac8549e99a-1c87b59a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37dd7e6f-8912-5115-e4f4-2fac8549e9a2-1c87b59a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_37dd7e6f-8912-5115-e4f4-2fac8549e9a6-1c87b59a, #w-node-_37dd7e6f-8912-5115-e4f4-2fac8549e9b0-1c87b59a, #w-node-_37dd7e6f-8912-5115-e4f4-2fac8549e9b5-1c87b59a, #w-node-_45bdc774-3949-8ca1-e128-eab205d05132-1c87b59a, #w-node-_45bdc774-3949-8ca1-e128-eab205d05139-1c87b59a, #w-node-_45bdc774-3949-8ca1-e128-eab205d05140-1c87b59a, #w-node-_45bdc774-3949-8ca1-e128-eab205d05147-1c87b59a, #w-node-_45bdc774-3949-8ca1-e128-eab205d0514e-1c87b59a, #w-node-_4e25ed97-1dfa-d9fe-8c5f-b77afb49ea38-1c87b59a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e25ed97-1dfa-d9fe-8c5f-b77afb49ea39-1c87b59a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_4e25ed97-1dfa-d9fe-8c5f-b77afb49ea3a-1c87b59a, #access-dash.w-node-_4e25ed97-1dfa-d9fe-8c5f-b77afb49ea40-1c87b59a, #lead-retrieval.w-node-_4e25ed97-1dfa-d9fe-8c5f-b77afb49ea4a-1c87b59a, #lead-scoring.w-node-_4e25ed97-1dfa-d9fe-8c5f-b77afb49ea52-1c87b59a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-bd116ecf-a6d4-0005-6ec0-60c1ebe478ba-4553c8aa, #w-node-bd116ecf-a6d4-0005-6ec0-60c1ebe478c4-4553c8aa, #w-node-ee2ca6d5-c900-af74-5376-9ccbd2dd171b-9daf9497, #w-node-_1427be59-9a69-d347-5c41-cc33bbe15d27-8dc8243e, #w-node-_71759ed5-cb4c-4040-f3b0-664e399981c6-0707dbb4, #w-node-c94caa92-eef4-2b89-aa65-e19d0f983ce0-373b18c3, #w-node-_45bdc774-3949-8ca1-e128-eab205d05139-1c87b59a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f9ff3905-2d06-cb98-ff79-d4743dfe79dd-bd851cf4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_60f26a56-871f-e96c-f170-c6d73f333283-3f33326e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_60f26a56-871f-e96c-f170-c6d73f333285-3f33326e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_1aa97603-02fe-44c6-f26b-8dddf44fef7b-9daf9497, #w-node-_64f061e8-5585-d6c1-7c40-d1a10e60e25a-9daf9497, #w-node-_622b83f2-9e4a-efe7-c03d-c8ed2d068018-8dc8243e, #w-node-_3b819411-99d1-3fb1-1167-6f2638603be3-8dc8243e, #w-node-_4b3bccec-50ab-3166-ac42-129491e77ffa-0707dbb4, #w-node-e2f7a301-c016-ba09-f6c1-6cf0fd618843-0707dbb4, #w-node-f5c777f8-4d4d-0245-fe38-51b73ee2a897-373b18c3, #w-node-_674a5680-9399-2fdb-c8dc-55381a286970-373b18c3, #w-node-_37dd7e6f-8912-5115-e4f4-2fac8549e99a-1c87b59a, #w-node-_4e25ed97-1dfa-d9fe-8c5f-b77afb49ea38-1c87b59a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f9ff3905-2d06-cb98-ff79-d4743dfe79dd-bd851cf4, #w-node-f9ff3905-2d06-cb98-ff79-d4743dfe79e2-bd851cf4, #w-node-_1aa97603-02fe-44c6-f26b-8dddf44fef7b-9daf9497, #w-node-_1aa97603-02fe-44c6-f26b-8dddf44fef83-9daf9497, #w-node-_64f061e8-5585-d6c1-7c40-d1a10e60e25a-9daf9497, #w-node-_64f061e8-5585-d6c1-7c40-d1a10e60e25b-9daf9497, #w-node-_622b83f2-9e4a-efe7-c03d-c8ed2d068018-8dc8243e, #w-node-_622b83f2-9e4a-efe7-c03d-c8ed2d068020-8dc8243e, #w-node-_3b819411-99d1-3fb1-1167-6f2638603be3-8dc8243e, #w-node-_3b819411-99d1-3fb1-1167-6f2638603be4-8dc8243e, #w-node-_4b3bccec-50ab-3166-ac42-129491e77ffa-0707dbb4, #w-node-_4b3bccec-50ab-3166-ac42-129491e78002-0707dbb4, #w-node-e2f7a301-c016-ba09-f6c1-6cf0fd618843-0707dbb4, #w-node-e2f7a301-c016-ba09-f6c1-6cf0fd618844-0707dbb4, #w-node-f5c777f8-4d4d-0245-fe38-51b73ee2a897-373b18c3, #w-node-f5c777f8-4d4d-0245-fe38-51b73ee2a89f-373b18c3, #w-node-_674a5680-9399-2fdb-c8dc-55381a286970-373b18c3, #w-node-_674a5680-9399-2fdb-c8dc-55381a286971-373b18c3, #w-node-_37dd7e6f-8912-5115-e4f4-2fac8549e99a-1c87b59a, #w-node-_37dd7e6f-8912-5115-e4f4-2fac8549e9a2-1c87b59a, #w-node-_4e25ed97-1dfa-d9fe-8c5f-b77afb49ea38-1c87b59a, #w-node-_4e25ed97-1dfa-d9fe-8c5f-b77afb49ea39-1c87b59a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


