/* Pin top nav so it does not scroll away with page content (overrides webflow .w-nav position) */
.toolbar-bk-white-cn.w-nav,
.toolbar-white-en.w-nav,
.toolbar-bk-white-en.w-nav {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10050;
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(15, 18, 28, 0.08);
}
