.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-thq-navigation-logo-img-elm1 {
  max-width: 100%; /* Ensures the image never exceeds the width of its container */
  height: 20%;    /* Automatically adjusts the height to maintain the aspect ratio */
  width: auto;
  max-height: 276;
  object-fit: scale-down;
  margin-block: 60;
}
 
.navigation-thq-navigation-logo-img-elm2 {
  width: auto;
  height: 50px;
  object-fit: contain;
  margin-right: var(--spacing-sm);
}
 
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}

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

.home-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.home-thq-hero-logo-img-elm {
  width: auto;
  height: 120px;
  object-fit: contain;
  margin-bottom: var(--spacing-md);
}
 
.home-container2 {
  display: none;
}
 
.home-container3 {
  display: contents;
}
