.header__sticky, .header__sticky--navbar {
  position: fixed;
  transition: transform 0.3s;
  width: 100%;
  z-index: -1;
}
.header--bg-white {
  background-color: #ffffff;
  max-width: 100%;
}

.hidden__sticky {
  transform: translateY(-250%);
}
