.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-navigation-toggle-icon1 {
  color: var(--color-on-surface);
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  transition: opacity 0.2s ease, transform 0.2s ease;
  align-items: center;
  justify-content: center;
}
 
.navigation-navigation-toggle-icon2 {
  color: var(--color-on-surface);
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  opacity: 0;
  position: absolute;
  transform: rotate(-90deg);
  transition: opacity 0.2s ease, transform 0.2s ease;
  align-items: center;
  justify-content: center;
}
 
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}

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

.home-container10 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.home-container11 {
  display: none;
}
 
.home-container12 {
  display: contents;
}
 
.home-service-name1 {
  color: var(--color-on-surface);
  font-size: var(--type-lg);
  font-family: var(--font-serif);
  font-weight: var(--weight-500);
}
 
.home-service-chevron1 {
  color: var(--color-on-surface-secondary);
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  transition: transform 320ms cubic-bezier(0.2, 0, 0.2, 1);
}
 
.home-service-name2 {
  color: var(--color-on-surface);
  font-size: var(--type-lg);
  font-family: var(--font-serif);
  font-weight: var(--weight-500);
}
 
.home-service-chevron2 {
  color: var(--color-on-surface-secondary);
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  transition: transform 320ms cubic-bezier(0.2, 0, 0.2, 1);
}
 
.home-service-name3 {
  color: var(--color-on-surface);
  font-size: var(--type-lg);
  font-family: var(--font-serif);
  font-weight: var(--weight-500);
}
 
.home-service-chevron3 {
  color: var(--color-on-surface-secondary);
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  transition: transform 320ms cubic-bezier(0.2, 0, 0.2, 1);
}
 
.home-service-name4 {
  color: var(--color-on-surface);
  font-size: var(--type-lg);
  font-family: var(--font-serif);
  font-weight: var(--weight-500);
}
 
.home-service-chevron4 {
  color: var(--color-on-surface-secondary);
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  transition: transform 320ms cubic-bezier(0.2, 0, 0.2, 1);
}
 
.home-service-name5 {
  color: var(--color-on-surface);
  font-size: var(--type-lg);
  font-family: var(--font-serif);
  font-weight: var(--weight-500);
}
 
.home-service-chevron5 {
  color: var(--color-on-surface-secondary);
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  transition: transform 320ms cubic-bezier(0.2, 0, 0.2, 1);
}
 
.home-service-name6 {
  color: var(--color-on-surface);
  font-size: var(--type-lg);
  font-family: var(--font-serif);
  font-weight: var(--weight-500);
}
 
.home-service-chevron6 {
  color: var(--color-on-surface-secondary);
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  transition: transform 320ms cubic-bezier(0.2, 0, 0.2, 1);
}
 
.home-container21 {
  display: none;
}
 
.home-container22 {
  display: contents;
}
 
.home-container23 {
  display: none;
}
 
.home-container24 {
  display: contents;
}
