.navigation__mobile-menu,
.navigation__mobile-content,
.navigation__mobile-link {
  border: none !important;
  box-shadow: none !important;
  background-clip: padding-box;
}


.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}
 
.navigation-container4 {
  display: none;
}
 
.navigation-container5 {
  display: contents;
}
 
.navigation-navigationtoggle-icon1 {
  color: var(--color-on-surface);
  display: flex;
  transition: opacity 0.3s var(--animation-curve-primary),
      transform 0.3s var(--animation-curve-primary);
}
 
.navigation-navigationtoggle-icon2 {
  top: 50%;
  left: 50%;
  color: var(--color-on-surface);
  display: flex;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: opacity 0.3s var(--animation-curve-primary),
      transform 0.3s var(--animation-curve-primary);
}

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

.home-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.home-container2 {
  display: none;
}
 
.home-container3 {
  display: contents;
}
 
.home-container4 {
  display: none;
}
 
.home-container5 {
  display: contents;
}
 
.home-container6 {
  display: none;
}
 
.home-container7 {
  display: contents;
}
 
.home-abouttrust-badges {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
