#header-group {
  position: static !important;
}

.header-section {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000 !important;
  background-color: #faf2ed !important;
}

.page-wrapper {
  padding-top: var(--header-group-height);
}
