.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
 
.navigation-thq-navigation-link-elm1 {
  text-decoration: none;
}
 
.navigation-thq-navigation-link-elm2 {
  text-decoration: none;
}
 
.navigation-navlink3 {
  text-decoration: none;
}
 
.navigation-thq-navigation-link-elm3 {
  width: 100px;
  text-decoration: none;
}
 
.navigation-thq-btn-elm1 {
  text-decoration: none;
}
 
.navigation-container3 {
  display: contents;
}
 
.secure-registration-fragment1 {
  display: contents;
}
 
.secure-registration-text1 {
  display: inline-block;
}
 
.secure-registration-fragment2 {
  display: contents;
}
 
.secure-registration-text2 {
  display: inline-block;
}
 

 
@media(max-width: 991px) {
  .navigation-thq-btn-elm1 {
    background-color: transparent;
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-thq-footer-nav-grid-elm {
  width: 627px;
}
 
.footer-thq-footer-nav-link-elm10 {
  text-decoration: none;
}
 
.footer-thq-footer-nav-link-elm11 {
  text-decoration: none;
}
 
.footer-thq-footer-nav-link-elm12 {
  text-decoration: none;
}
 
.footer-thq-footer-nav-link-elm13 {
  text-decoration: none;
}
 
.footer-thq-footer-nav-link-elm14 {
  text-decoration: none;
}
 
.footer-thq-footer-nav-link-elm15 {
  text-decoration: none;
}
 
.footer-thq-footer-nav-link-elm16 {
  text-decoration: none;
}
 
.footer-thq-footer-nav-link-elm17 {
  text-decoration: none;
}
 
.footer-thq-footer-nav-link-elm18 {
  text-decoration: none;
}
 
.footer-thq-footer-nav-link-elm19 {
  text-decoration: none;
}
 
.footer-thq-footer-legal-link-elm1 {
  text-decoration: none;
}
 
.footer-thq-footer-legal-link-elm2 {
  text-decoration: none;
}
 
.footer-thq-footer-legal-link-elm3 {
  text-decoration: none;
}
 
.footer-thq-footer-legal-link-elm4 {
  text-decoration: none;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}
 
@media(max-width: 991px) {
  .footer-thq-navigation-logo-icon-elm {
    width: 62px;
    height: 44px;
  }
}

.secure-registration-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.secure-registration-fragment1 {
  display: contents;
}
 
.secure-registration-text1 {
  display: inline-block;
}
 
.secure-registration-fragment2 {
  display: contents;
}
 
.secure-registration-text2 {
  display: inline-block;
}
 
.secure-registration-container2 {
  display: none;
}
 
.secure-registration-container3 {
  display: contents;
}
 
.secure-registration-container4 {
  display: none;
}
 
.secure-registration-container5 {
  display: contents;
}

.document-type-choice {
  display: flex;
  gap: var(--spacing-xl);
  flex-wrap: wrap;
  margin-top: var(--spacing-sm);
}
.doc-option {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  cursor: pointer;
  color: var(--color-on-surface);
  font-family: var(--font-family-body);
}
.doc-option input[type="radio"] {
  accent-color: var(--color-secondary);
  width: 18px;
  height: 18px;
}
.registration-success-message {
  text-align: center;
  padding: var(--spacing-xl) 0;
}
