.hj-pillnav,.hj-pillnav-wrap{width:100%}.hj-pillnav__inner{align-items:center;background:rgba(0,0,0,.6);display:flex;gap:var(--hj-gap);justify-content:center;padding:18px 16px}.hj-pillnav.is-sticky{position:sticky;top:var(--hj-pillnav-top,0);z-index:199}.hj-pillnav.is-fixed{left:0;position:fixed;right:0;top:var(--hj-pillnav-top,0);z-index:199}.hj-pillnav__pill{align-items:center;border:2px solid #444;border-radius:999px;color:#ddd;display:inline-flex;flex:0 0 auto;font-weight:500;height:56px;justify-content:center;letter-spacing:.04em;padding:.5rem 1rem;text-decoration:none;text-transform:uppercase;transition:background-color .3s ease,border-color .3s ease,color .3s ease,transform .2s ease}.hj-pillnav__pill:focus-visible,.hj-pillnav__pill:hover{background-color:#ff8c00;border-color:#ff8c00;color:#fff}.hj-pillnav__pill.is-primary{background-color:#ff8c00;border-color:#ff8c00;color:#fff}@media (max-width:767px){.hj-pillnav__inner{justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hj-pillnav__inner::-webkit-scrollbar{display:none}.hj-pillnav__pill{font-size:16px;height:50px;padding:.5rem .9rem}}