.shortcut-bar{background:var(--primary-color);padding:1.5rem 0;position:relative}.shortcut-bar ul{align-items:center;display:none;flex-direction:column;gap:1rem;justify-content:center;list-style:none;margin:0;padding:0}.shortcut-bar.active ul{display:flex}.shortcut-bar a{color:#fff;font-size:1.9rem;font-weight:700;letter-spacing:1px;line-height:2.2rem;text-decoration:none}.shortcut-bar a:hover{text-decoration:underline}.mobile-toggle{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:1.9rem;font-weight:700;gap:2rem;justify-content:center;letter-spacing:1px;line-height:2.2rem;text-decoration:none}.mobile-toggle svg{fill:#fff;height:2rem;width:2rem}.shortcut-bar.active .mobile-toggle{margin-bottom:2rem}@media (min-width:768px){.mobile-toggle{display:none}.shortcut-bar{padding:2rem 0}.shortcut-bar ul{display:flex;flex-direction:row;gap:4rem}}@media (min-width:960px){.shortcut-bar ul{justify-content:space-between}}