.c-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
.c-header .c-headerMain__logo,
.c-header .c-headerMain__logoBox {
  transition: all 250ms;
}
.c-header.scrolled .c-headerMain__logo {
  padding-top: 4px;
  padding-bottom: 6px;
}
.c-header.scrolled .c-headerMain__logoBox {
  transform: scale(0.85);
}
.c-headerBar {
  background-color: #231f20;
}
.c-headerBar__wrapper {
  padding: 10px 0;
}
.c-headerBar__message {
  text-align: center;
  color: #fefefe;
  font-size: 14px;
  font-weight: 500;
}
