.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-thq-navigation-wrapper-elm {
  position: fixed;
}
 
.navigation-thq-navigation-brand-elm1 {
  height: 16px;
}
 
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}
 
.navigation-container4 {
  display: none;
}
 
.navigation-container5 {
  display: contents;
}
 
.navigationroot-class-name {
  position: sticky;
}

.create-a-new-services-section-wrapper {
  display: contents;
}
 
.create-a-new-services-section-container1 {
  width: 100%;
  display: contents;
  position: relative;
}
 
.create-a-new-services-section-thq-btn-elm1 {
  text-decoration: none;
}
 
.create-a-new-services-section-thq-btn-elm2 {
  text-decoration: none;
}
 
.create-a-new-services-section-thq-btn-elm3 {
  text-decoration: none;
}
 
.create-a-new-services-section-thq-btn-elm4 {
  text-decoration: none;
}
 
.create-a-new-services-section-thq-btn-elm5 {
  text-decoration: none;
}
 
.create-a-new-services-section-thq-btn-elm6 {
  text-decoration: none;
}
 
.create-a-new-services-section-container2 {
  display: none;
}
 
.create-a-new-services-section-container3 {
  display: contents;
}
 


.create-a-new-work-process-se-wrapper {
  display: contents;
}
 
.create-a-new-work-process-se-container1 {
  width: 100%;
  display: contents;
  position: relative;
}
 
.create-a-new-work-process-se-container2 {
  display: none;
}
 
.create-a-new-work-process-se-container3 {
  display: contents;
}
 
.create-a-new-work-process-se-container4 {
  display: none;
}
 
.create-a-new-work-process-se-container5 {
  display: contents;
}
 


.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}

.home-container10 {
  width: 100%;
  min-height: 100vh;
}
 
.home-container11 {
  display: none;
}
 
.home-container12 {
  display: contents;
}
 
.home-video {
  width: 100%;
  height: 100%;
}
 
.home-thq-hero-title-elm {
  font-size: 48px;
  text-transform: uppercase;
}
 
.home-text12 {
  color: #1f7a63;
}
 
.home-thq-btn-elm1 {
  color: #ffffff;
  padding: 16px 32px;
  box-shadow: none;
  border-radius: 8px;
  background-color: #1f7a63;
}
 
.home-thq-btn-elm2 {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 16px 32px;
  box-shadow: none;
  border-radius: 8px;
  background-color: transparent;
}
 
.home-thq-hero-overlay-elm {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.home-thq-section-title-elm1 {
  color: #111827;
  text-align: center;
  font-weight: 700;
}
 
.home-thq-section-content-elm10 {
  text-align: center;
}
 
.home-thq-section-content-elm11 {
  text-align: center;
}
 
.home-thq-section-content-elm12 {
  text-align: center;
}
 
.home-thq-about-features-elm {
  gap: 24px;
  display: grid;
  margin-top: 32px;
  text-align: center;
  grid-template-columns: repeat(4, 1fr);
}
 
.home-thq-materials-label-elm {
  color: #1F7A63;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: var(--spacing-md);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
 
.home-container19 {
  display: contents;
}
 
.home-container20 {
  display: none;
}
 
.home-container21 {
  display: contents;
}
 
.home-thq-faq-label-elm {
  color: #1F7A63;
  display: block;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  margin-bottom: var(--spacing-md);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
 
.home-container22 {
  display: none;
}
 
.home-container23 {
  display: contents;
}
 
.home-thq-form-success-message-elm {
  display: none;
}
 
.home-container24 {
  display: none;
}
 
.home-container25 {
  display: contents;
}
 
.home-container26 {
  display: none;
}
 
.home-container27 {
  display: contents;
}
 
.home-container29 {
  display: contents;
}
 
.home-container31 {
  display: contents;
}
 
@media(max-width: 767px) {
  .home-thq-about-features-elm {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
 
@media(max-width: 479px) {
  .home-thq-hero-title-elm {
    font-size: 38px;
  }
  .home-thq-about-features-elm {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}

.navigation-wrapper {
  display: block;
  width: 100%;
}

#main-nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color-border);
}

