#tpw-global-header{position:sticky;top:0;z-index:99999;background:#fff;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid #e7eaf0;font-family:Manrope,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:#101828}
#tpw-global-header *{box-sizing:border-box}
#tpw-global-header .tpw-global-wrap{width:min(1180px,calc(100% - 32px));height:76px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
#tpw-global-header .tpw-global-logo{display:flex;align-items:center;flex:0 0 auto;text-decoration:none}
#tpw-global-header .tpw-global-logo img{display:block;width:170px;height:54px;object-fit:contain;object-position:left center}
#tpw-global-header nav.tpw-global-links{height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:flex;align-items:center;gap:28px;font-size:14px;font-weight:750}
#tpw-global-header .tpw-global-links>a{color:#344054;text-decoration:none;white-space:nowrap;transition:.18s}
#tpw-global-header .tpw-global-links>a:hover,#tpw-global-header .tpw-global-links>a.tpw-current{color:#0759f5}
#tpw-global-header .tpw-global-lock{width:40px;height:40px;border:1px solid #d0d5dd;border-radius:10px;display:grid!important;place-items:center;color:#101828!important;background:#fff}
#tpw-global-header .tpw-global-lock:hover{border-color:#84adff;background:#f5f9ff}
#tpw-global-header .tpw-global-lock svg{width:18px;height:18px}
#tpw-global-header .tpw-global-cta{background:#0759f5;color:#fff!important;border-radius:9px;padding:12px 17px;font-weight:800;box-shadow:0 1px 2px rgba(16,24,40,.08)}
#tpw-global-header .tpw-global-cta:hover{background:#004bd7}
#tpw-global-header .tpw-global-menu{display:none;border:0;background:transparent;width:44px;height:44px;border-radius:10px;font-size:25px;color:#101828}
body.tpw-global-public>header:not(#tpw-global-header){display:none!important}
body.tpw-global-public>.topbar{display:none!important}
@media(max-width:820px){
#tpw-global-header .tpw-global-wrap{height:68px;width:min(100% - 24px,1180px)}
#tpw-global-header .tpw-global-logo img{width:145px;height:48px}
#tpw-global-header .tpw-global-menu{display:grid;place-items:center}
#tpw-global-header .tpw-global-links{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;border-bottom:1px solid #e7eaf0;padding:14px 18px 20px;flex-direction:column;align-items:stretch;gap:4px;box-shadow:0 12px 30px rgba(16,24,40,.08)}
#tpw-global-header .tpw-global-links.open{display:flex}
#tpw-global-header .tpw-global-links>a{padding:12px 10px;border-radius:8px}
#tpw-global-header .tpw-global-lock{width:100%;height:44px;display:flex!important;justify-content:flex-start;gap:10px;padding:0 10px}
#tpw-global-header .tpw-global-lock:after{content:"Intranet";font-weight:750}
#tpw-global-header .tpw-global-cta{text-align:center;margin-top:6px}
}
body.tpw-global-gray{background:#f6f7fb!important}
