.hamburger{cursor:pointer;align-items:center;display:inline-flex}.hamburger input{display:none}.hamburger svg{height:1.7rem;transition:transform .6s cubic-bezier(.4,0,.2,1)}.line{fill:none;stroke:#24d549;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}.line-top-bottom{stroke:#3b9fda;stroke-dasharray:12 63}.hamburger.open svg,.hamburger input:checked+svg{transform:rotate(-45deg)}.hamburger.open svg .line-top-bottom,.hamburger input:checked+svg .line-top-bottom{stroke-dasharray:20 300;stroke-dashoffset:-32.42px}#nav-toggle{display:none}.mobile-menu{opacity:0;max-height:0;transition:max-height .3s,opacity .25s;overflow:hidden}.mobile-menu.open,#nav-toggle:checked~.mobile-menu{opacity:1;max-height:640px}.mobile-menu a{color:inherit;padding:8px 12px;text-decoration:none;display:block}.mobile-menu .nav-link{color:var(--color-foreground,#0f172a)}.mobile-menu .nav-link.active{color:var(--color-primary,#3b9fda);font-weight:700}.mobile-menu .nav-cta{text-align:center;justify-content:center;width:100%;padding:10px 12px;display:inline-flex}@media (min-width:768px){.mobile-menu{display:none!important}}
