.stickyManager{top:auto;position:relative !important}
.stickyManager__sticky{position:fixed !important;transition:top .3s linear !important;-webkit-transition:top .3s linear !important;-moz-transition:top .3s linear !important;-o-transition:top .3s linear !important;width:100%;z-index:1}
.stickyManager__sticky-hidden{background-color:var(--color-bg-01)}
.stickyManager__parent-hidden{height:0;overflow:hidden}
body{transition:margin-top .3s linear}