.__hamburger{position:relative;color:inherit}.__hamburger:hover{color:inherit}.__hamburger:focus{box-shadow:none}.__hamburger:before{content:"";position:absolute;left:-.3rem;top:-.3rem;width:calc(100% + .6rem);height:calc(100% + .6rem)}.__hamburger .__bars{display:flex;flex-direction:column;margin-top:calc(-1 * var(--hbg-bars-distance,4px))}.__hamburger span{display:var(--hbg-bars-d,block);overflow:hidden;width:var(--hbg-bars-width,20px);height:var(--hbg-bars-thick,2px);border-radius:var(--hbg-bars-roundness,4px);background-color:currentColor;transition:transform .3s var(--easeoutcubic,ease-out);transition-delay:var(--hbg-bars-trd,0s);transform-origin:var(--hbg-bars-tro,100% 50%);transform:var(--hbg-bars-tr,scaleX(1));margin-top:var(--hbg-bars-distance,4px)}.__hamburger span:nth-child(2){transition-delay:var(--hbg-bars-trd,.075s);width:var(--hbg-bars-w2,var(--hbg-bars-width,20px));transform:var(--hbg-bars-tr2,var(--hbg-bars-tr,scaleX(1)))}.__hamburger span:nth-child(3){--hbg-bars-d:var(--hbg-bars-d3, block);transition-delay:var(--hbg-bars-trd,.15s);width:var(--hbg-bars-w3,var(--hbg-bars-width,20px))}.__hamburger .rey-icon-close{--stroke-width:16px;opacity:0;pointer-events:none;transition:.2s var(--easeoutcubic,ease-out) 0s;transition-property:opacity,transform;position:absolute;top:calc(50% - .5em);left:calc(50% - .5em);transform:rotate(45deg);font-size:.8em}.__hamburger.--active{--hbg-bars-tr:scaleX(0)}.__hamburger.--active .rey-icon-close{opacity:1;transition-delay:.3s;transform:rotate(0)}