.stm-topbar{background:#fff;border-bottom:1px solid rgb(0 0 0 / .12);display:var(--stm-topbar,block)}.stm-topbar__inner{display:flex;align-items:center;justify-content:space-between;min-height:36px;width:100%}.stm-topbar__menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:12px}.stm-topbar__menu>li{margin:0;padding:0}.stm-topbar__link{display:inline-flex;align-items:center;text-decoration:none;border:0;background:#fff0;box-shadow:none!important;outline:none}.stm-topbar__link--left{width:auto;height:auto;padding:6px;justify-content:center;line-height:0}.stm-topbar__icon--png{width:18px;height:18px;display:block;background-image:var(--stm-topbar-icon);background-repeat:no-repeat;background-position:center;background-size:contain;opacity:1}.stm-topbar__link--left:hover,.stm-topbar__link--left:focus,.stm-topbar__link--left:active{background:transparent!important}.stm-topbar__link--left:hover .stm-topbar__icon--png,.stm-topbar__link--left:focus .stm-topbar__icon--png,.stm-topbar__link--left:active .stm-topbar__icon--png{opacity:1!important}.stm-topbar__link--right{gap:8px;padding:6px 10px;border-radius:999px;color:rgb(0 0 0 / .70);background:#fff0}.stm-topbar__link--right:hover,.stm-topbar__link--right:focus,.stm-topbar__link--right:active{color:rgb(0 0 0 / .70)!important;background:transparent!important;box-shadow:none!important}.stm-topbar__icon--svg{width:18px;height:18px;display:block;-webkit-mask:var(--stm-topbar-icon) center / 18px 18px no-repeat;mask:var(--stm-topbar-icon) center / 18px 18px no-repeat;background-color:currentColor;flex:0 0 18px}.stm-topbar__text{font-size:14px;line-height:1;white-space:nowrap}.stm-topbar__left,.stm-topbar__right{display:flex;align-items:center}@media (max-width:1024px){.stm-topbar{display:none!important}}