.b-hamburger{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0;width:3rem;height:2rem;background-color:rgba(0,0,0,0);border:1px solid var(--sh-pill, rgba(255, 255, 255, 0.2));border-radius:8px;cursor:pointer;color:var(--sh-text, var(--color-white))}.b-hamburger__box{position:relative;display:inline-block;width:1rem;height:2px}.b-hamburger__inner,.b-hamburger__inner:after,.b-hamburger__inner:before{position:absolute;display:block;width:1rem;height:1px;background-color:currentcolor;border-radius:4px;transition-duration:.4s;transition-property:transform;transition-timing-function:ease-out}.b-hamburger__inner:after,.b-hamburger__inner:before{display:block;content:""}.b-hamburger__inner:before{top:-4px;transition:top .2s ease-in .25s,opacity .2s ease-out}.b-hamburger__inner:after{bottom:-4px;width:1rem;transition:bottom .2s ease-in .25s,transform .4s ease-out,width .4s ease-out}.is-nav-opened .b-hamburger__inner{height:2px;transform:rotate(225deg);transition-delay:.2s;transition-timing-function:ease-out}.is-nav-opened .b-hamburger__inner:before{top:0;opacity:0;transition:top .2s ease-out,opacity .2s ease-out .2s}.is-nav-opened .b-hamburger__inner:after{bottom:0;width:15px;height:2px;transform:rotate(-90deg);transition:bottom .2s ease-out,transform .4s ease-out .2s,width .2s ease-out}
