.scrollspy{width:100%;padding:1.5rem 0 2rem;transition:background .15s ease;z-index:998;position:static}.scrollspy--stick{transition:background .15s ease,box-shadow .1s ease .05s;position:fixed;background:#FFF;box-shadow:2px 3px 8px rgba(0,0,0,0.05);left:0}.scrollspy--stick .scrollspy__sections{padding:0 1.5rem}.scrollspy__placeholder{display:none}.scrollspy--stick+.scrollspy__placeholder{display:block}.scrollspy__sections{width:73rem;max-width:100%;margin:auto;display:flex;justify-content:center}.scrollspy__section{font-family:'maison-mono',SFMono-Regular,Menlo,Consolas,"Liberation Mono","Courier New",monospace;font-size:1rem;line-height:1rem;text-align:center;color:#474c59;flex-grow:1;padding:.5rem;max-width:14rem;display:flex;align-items:flex-end;justify-content:center;border:0;transition:color .3s ease;flex-basis:0}.scrollspy__section:hover,.scrollspy__section:focus{color:#3bf;outline:0}.scrollspy__section:before{content:"";display:block;height:10px;width:10px;border-radius:50%;background:white;margin:auto;bottom:0;left:0;right:0;position:absolute;transform:translateY(50%);z-index:1;border:1px solid #3bf;transition:all .3s ease}.scrollspy__section--active{color:#3bf}.scrollspy__section--active:before{color:#3bf;background:#3bf}.scrollspy__section:after{content:"";display:block;height:1px;width:100%;background:#cad0e0;position:absolute;bottom:0}.scrollspy__section:first-child:after{width:50%;right:0}.scrollspy__section:last-child:after{width:50%;left:0}@media(max-width:60rem){.scrollspy,.scrollspy__placeholder{display:none !important}}