.resource-subnav{background:var(--white);border-bottom:1px solid rgba(0,102,204,.1);padding:0 48px;z-index:90}.resource-subnav-in{display:flex;gap:4px;margin:0 auto;max-width:1200px;overflow-x:auto;padding-bottom:0;-webkit-overflow-scrolling:touch;scrollbar-color:var(--blue) #f1f5f9;scrollbar-width:none}.resource-subnav-in::-webkit-scrollbar{height:6px}.resource-subnav-in::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.resource-subnav-in::-webkit-scrollbar-thumb{background-color:var(--blue);border-radius:4px}.resource-subnav-in::-webkit-scrollbar-thumb:hover{background-color:#004c99}.resource-subnav-link{border-bottom:2px solid transparent;color:#666;font-size:13px;font-weight:500;padding:14px 18px;transition:all .15s;white-space:nowrap}.resource-subnav-link:hover{color:var(--blue)}.resource-subnav-link.active{border-bottom-color:var(--blue);color:var(--blue);font-weight:700}html.nav-sticky .resource-subnav{left:0;position:fixed;right:0}@media (max-width:768px){.resource-subnav{padding:0 20px}.resource-subnav-link{padding:14px 15px}}