.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-thq-navigation-wrapper-elm {
  gap: var(--spacing-xl);
  margin: 0 auto;
  display: flex;
  padding: 0 var(--spacing-xl);
  max-width: var(--content-max-width);
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.navigation-navlink10 {
  display: contents;
}
 
.navigation-thq-navigation-logo-elm1 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.navigation-thq-navigation-logo-image-elm1 {
  width: 227px;
}
 
.navigation-thq-navigation-container-elm {
  gap: var(--spacing-xl);
  width: 1034px;
  height: 80px;
  display: flex;
  padding: var(--spacing-md) 0;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
 
.navigation-thq-dropdown {
  cursor: pointer;
  display: inline-block;
  padding: 4px 8px;
  position: relative;
  border-color: rgba(0, 0, 0, 0.45);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}
 
.navigation-thq-dropdown-toggle {
  gap: 4px;
  display: inline-flex;
  align-items: center;
}
 
.navigation-thq-dropdown-arrow {
  transition: 0.3s;
}
 
.navigation-icon16 {
  width: 18px;
  height: 18px;
}
 
.navigation-thq-dropdown-list1 {
  display: none;
  z-index: 100;
  position: absolute;
  min-width: 100%;
  flex-direction: column;
  list-style-type: none;
}
 
.navigation-thq-dropdown-list2 {
  display: none;
  z-index: 100;
  position: absolute;
  min-width: 100%;
  flex-direction: column;
  list-style-type: none;
}
 
.navigation-container3 {
  display: none;
}
 
.navigation-container4 {
  display: contents;
}
 
@media(max-width: 767px) {
  .navigation-thq-navigation-wrapper-elm {
    padding: 0 var(--spacing-lg);
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}
 
.footer-image {
  width: 200px;
  object-fit: cover;
}
 
.footer-container5 {
  display: none;
}
 
.footer-container6 {
  display: contents;
}
 
.footer-container7 {
  display: none;
}
 
.footer-container8 {
  display: contents;
}

.home-container10 {
  width: 100%;
  min-height: 100vh;
}
 
.home-container11 {
  display: none;
}
 
.home-container12 {
  display: contents;
}
 
.home-container13 {
  flex: 0 0 auto;
  width: 200px;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-hero-content-elm {
  width: 752px;
}
 
.home-thq-hero-company-name-elm {
  font-size: 24px;
}
 
.home-thq-hero-slogan-elm {
  font-size: 20px;
}
 
.home-thq-btn-elm2 {
  background-color: var(--color-primary);
}
 
.home-image1 {
  width: 200px;
  object-fit: cover;
}
 
.home-thq-section-title-elm1 {
  font-size: 48px;
}
 
.home-thq-section-subtitle-elm1 {
  font-size: 32px;
}
 
.home-li20 {
  width: 260px;
  height: 44px;
}
 
.home-thq-section-subtitle-elm2 {
  fill: var(--color-surface);
  color: var(--color-surface);
}
 
.home-thq-section-content-elm1 {
  fill: var(--color-surface);
  color: var(--color-surface);
}
 
.home-thq-section-subtitle-elm3 {
  fill: var(--color-surface);
  color: var(--color-surface);
}
 
.home-thq-section-content-elm2 {
  fill: var(--color-on-primary);
  color: var(--color-on-primary);
}
 
.home-thq-section-subtitle-elm4 {
  fill: var(--color-surface);
  color: var(--color-surface);
}
 
.home-thq-section-content-elm3 {
  fill: var(--color-surface);
  color: var(--color-surface);
}
 
.home-thq-section-subtitle-elm5 {
  fill: var(--color-surface);
  color: var(--color-surface);
}
 
.home-thq-section-content-elm4 {
  fill: var(--color-surface);
  color: var(--color-surface);
}
 
.home-thq-section-title-elm3 {
  font-size: 64px;
}
 
.home-thq-section-subtitle-elm6 {
  font-size: 32px;
}
 
.home-thq-terms-section-elm {
  padding: var(--spacing-4xl) var(--spacing-xl);
  border-top: 1px solid var(--color-outline);
  background-color: var(--color-dark-bg);
}
 
.home-thq-terms-container-elm {
  color: #ffffff;
  margin: 0 auto;
  max-width: var(--content-max-width);
}
 
.home-thq-terms-heading-elm {
  color: #ffffff;
  font-size: var(--font-size-3xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-heading);
  margin-bottom: var(--spacing-sm);
  letter-spacing: var(--letter-spacing-heading);
}
 
.home-thq-terms-subheading-elm {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  margin-bottom: var(--spacing-xl);
}
 
.home-thq-terms-intro-elm {
  color: #ffffff;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  line-height: var(--line-height-body);
  margin-bottom: var(--spacing-lg);
}
 
.home-thq-terms-closing-elm {
  color: var(--color-accent);
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-body);
}
 
.home-container16 {
  display: none;
}
 
.home-container17 {
  display: contents;
}
 
.home-container18 {
  display: none;
}
 
.home-container19 {
  display: contents;
}
 
@media(max-width: 767px) {
  .home-thq-terms-section-elm {
    padding: var(--spacing-3xl) var(--spacing-lg);
  }
}
