.sub-nav-bar{background-color:white;width:100%;height:auto;position:-webkit-sticky;position:sticky;top:76px;z-index:90}.sub-nav-bar center{padding:20px}.sub-nav-bar .links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;row-gap:10px}.sub-nav-bar .links .link{margin-right:15px;margin-left:15px;color:black;font-size:15px;font-weight:500;display:inline-block;white-space:nowrap;word-break:keep-all}.sub-nav-bar .links .link.selected{display:inline-block;position:relative;background:linear-gradient(90deg,#0872fc 0,#11489d)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important}.sub-nav-bar .links .link.selected:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:linear-gradient(90deg,#0872fc 0,#11489d);border-radius:1px}