.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-navigation-toggle-icon1 {
  position: absolute;
  transition: opacity var(--animation-duration-fast)
        var(--animation-curve-primary),
      transform var(--animation-duration-fast) var(--animation-curve-primary);
}
 
.navigation-navigation-toggle-icon2 {
  opacity: 0;
  position: absolute;
  transform: rotate(-90deg);
  transition: opacity var(--animation-duration-fast)
        var(--animation-curve-primary),
      transform var(--animation-duration-fast) 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;
}
 
.footer-container6 {
  display: none;
}
 
.footer-container7 {
  display: contents;
}

.about-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.about-container2 {
  display: none;
}
 
.about-container3 {
  display: contents;
}
 
.about-container4 {
  display: none;
}
 
.about-container5 {
  display: contents;
}
 
.about-container6 {
  display: none;
}
 
.about-container7 {
  display: contents;
}
 
.about-carousel-slide1 {
  background-image: url('https://images.pexels.com/photos/93398/pexels-photo-93398.jpeg?auto=compress&cs=tinysrgb&h=650&w=940');
}
 
.about-carousel-slide2 {
  background-image: url('https://images.pexels.com/photos/26492746/pexels-photo-26492746.jpeg?auto=compress&cs=tinysrgb&h=650&w=940');
}
 
.about-carousel-slide3 {
  background-image: url('https://images.pexels.com/photos/193667/pexels-photo-193667.jpeg?auto=compress&cs=tinysrgb&h=650&w=940');
}
