<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.inv-sticky.affix{
  position: fixed !important;
  width: 100%;
  z-index: 9999;
  top:0;
}
.sticky-wrapper {
  position: relative;
  z-index: 101;
}
.inv-sticky.affix-bottom {
  position: absolute;
}
@media (max-width: 991px) {
  .inv-sticky.unsticky-mobile.affix {
    position: static;
  }
}</pre></body></html>