.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  height: 12%;
  display: contents;
}
 
.navigation-thq-navigation-container-elm {
  height: auto;
  background-color: #f5e5bd;
}
 
.navigation-thq-navigation-wrapper-elm {
  height: 75px;
}
 
.navigation-thq-navigation-brand-elm1 {
  align-items: center;
  justify-content: center;
}
 
.navigation-image {
  width: 91px;
  height: 92px;
  object-fit: cover;
}
 
.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-mobile-link-elm2 {
  text-decoration: none;
}
 
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}
 
.navigation-container4 {
  display: none;
}
 
.navigation-container5 {
  display: contents;
}
 
@media(max-width: 479px) {
  .navigation-container1 {
    height: 12vh;
  }
  .navigation-thq-navigation-container-elm {
    width: 100%;
    height: 12vh;
  }
  .navigation-image {
    width: 85px;
    height: 85px;
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-thq-footer-visual-divider-elm {
  height: 143px;
}
 
.footer-thq-footer-bg-media-elm {
  height: 144px;
}
 
.footer-thq-footer-container-elm {
  height: 508px;
}
 
.footer-thq-logo-image-elm {
  width: 120px;
  height: auto;
  object-fit: contain;
}
 
.footer-thq-footer-nav-link-elm1 {
  text-decoration: none;
}
 
.footer-thq-footer-nav-link-elm2 {
  text-decoration: none;
}
 
.footer-thq-footer-nav-link-elm3 {
  text-decoration: none;
}
 
.footer-thq-btn-elm {
  text-decoration: none;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}
 

 


.about-the-group-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.about-the-group-thq-btn-elm {
  text-decoration: none;
}
 
.about-the-group-container2 {
  display: none;
}
 
.about-the-group-container3 {
  display: contents;
}
 
.about-the-group-container4 {
  display: none;
}
 
.about-the-group-container5 {
  display: contents;
}

.about-the-group-thq-page-title-section-elm {
  padding: var(--spacing-4xl) 0 var(--spacing-2xl);
  background-color: var(--color-surface);
}

.about-the-group-page-title-container {
  margin: 0 auto;
  padding: 0 var(--spacing-xl);
  max-width: var(--content-max-width);
  text-align: center;
}

.about-the-group-thq-section-title-elm {
  color: var(--color-primary);
}
 
.about-the-group-studio {
  background: linear-gradient(to bottom, var(--color-surface), var(--color-surface-elevated));
}
 
.about-the-group-studio-container {
  margin: 0 auto;
  padding: 0 var(--spacing-xl);
  max-width: var(--content-max-width);
}
 
.about-the-group-studio-header {
  gap: var(--spacing-md);
  margin: 0 auto var(--spacing-2xl);
  display: flex;
  max-width: 45rem;
  text-align: center;
  flex-direction: column;
}
 
.about-the-group-studio-header .section-title {
  color: var(--color-primary);
}
 
.about-the-group-studio-video-wrapper {
  margin: 0 auto;
  overflow: hidden;
  max-width: min(400px, calc(80vh * 400 / 720));
  background-color: #000;
  box-shadow: 0 20px 40px color-mix(in srgb, var(--color-primary) 15%, transparent);
  border-radius: var(--border-radius-lg);
}
 
/* The clip is portrait footage (402px wide) inside a 1280x720 frame; a 400:720 box with object-fit: cover crops the black side bars */
.about-the-group-studio-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 400 / 720;
}
