.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}
 
.navigation-container4 {
  display: none;
}
 
.navigation-container5 {
  display: contents;
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  color: var(--color-surface);
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-color: var(--color-on-surface);
}
 
.footer-thq-footer-nav-link-elm {
  text-decoration: none;
}
 
.footer-text2 {
  text-decoration: none;
}
 
.footer-thq-footer-legal-links-elm {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.footer-container3 {
  display: contents;
}

.contact-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.contact-container2 {
  display: none;
}
 
.contact-container3 {
  display: contents;
}
