.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-thq-navigation-link-elm1 {
  text-decoration: none;
}
 
.navigation-thq-navigation-link-elm2 {
  text-decoration: none;
}
 
.navigation-thq-navigation-link-elm3 {
  text-decoration: none;
}
 
.navigation-thq-navigation-link-elm4 {
  text-decoration: none;
}
 
.navigation-thq-navigation-link-elm5 {
  text-decoration: none;
}
 
.navigation-thq-theme-toggle-container-elm {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navigation-thq-theme-toggle-icon-elm {
  display: none;
}
 
.navigation-container2 {
  display: contents;
}
 
.navigation-container3 {
  display: contents;
}
 
.navigation-container4 {
  display: contents;
}
 
.navigation-container5 {
  display: contents;
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-thq-footer-link-elm10 {
  text-decoration: none;
}
 
.footer-thq-footer-link-elm11 {
  text-decoration: none;
}
 
.footer-thq-footer-link-elm12 {
  text-decoration: none;
}
 
.footer-thq-footer-link-elm13 {
  text-decoration: none;
}
 
.footer-thq-footer-link-elm14 {
  text-decoration: none;
}
 
.footer-thq-footer-link-elm15 {
  text-decoration: none;
}
 
.footer-thq-footer-link-elm16 {
  text-decoration: none;
}
 
.footer-thq-footer-link-elm17 {
  text-decoration: none;
}
 
.footer-thq-footer-link-elm18 {
  text-decoration: none;
}
 
.footer-thq-footer-link-elm19 {
  text-decoration: none;
}
 
.footer-thq-footer-link-elm20 {
  text-decoration: none;
}
 
.footer-thq-footer-link-elm21 {
  text-decoration: none;
}
 
.footer-thq-footer-link-elm22 {
  text-decoration: none;
}
 
.footer-thq-footer-link-elm23 {
  text-decoration: none;
}
 
.footer-thq-footer-link-elm24 {
  text-decoration: none;
}
 
.footer-thq-footer-link-elm25 {
  text-decoration: none;
}
 
.footer-thq-footer-link-elm26 {
  text-decoration: none;
}
 
.footer-thq-footer-link-elm27 {
  text-decoration: none;
}
 
.footer-thq-footer-link-elm28 {
  text-decoration: none;
}
 
.footer-thq-footer-link-elm29 {
  text-decoration: none;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}

.industries-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.industries-thq-principles-grid-elm {
  gap: var(--spacing-3xl) var(--spacing-xl);
  width: 100%;
  display: grid;
  position: relative;
  padding-top: var(--spacing-4xl);
  padding-bottom: var(--spacing-4xl);
  grid-template-rows: auto auto;
  grid-template-columns: repeat(3, 1fr);
}
 
.industries-thq-timeline-line-elm {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
  background-color: var(--color-border);
}
 
.industries-thq-btn-elm6 {
  text-decoration: none;
}
 
.industries-thq-btn-elm7 {
  text-decoration: none;
}
 
.industries-thq-btn-elm9 {
  color: var(--color-primary);
  border-color: var(--color-primary);
  text-decoration: none;
}
 
.industries-container2 {
  display: none;
}
 
.industries-container3 {
  display: contents;
}
 
.industries-container4 {
  display: none;
}
 
.industries-container5 {
  display: contents;
}
 
@media(max-width: 991px) {
  .industries-thq-principles-grid-elm {
    gap: var(--spacing-2xl) var(--spacing-md);
    grid-template-columns: repeat(3, 1fr);
  }
}
 
@media(max-width: 767px) {
  .industries-thq-principles-grid-elm {
    gap: var(--spacing-2xl);
    display: flex;
    padding-top: var(--spacing-xl);
    flex-direction: column;
  }
  .industries-thq-timeline-line-elm {
    display: none;
  }
}
