.hamburger_burger__Er2jB{position:relative;width:30px;height:24px;background:transparent;cursor:pointer;display:block}.hamburger_burger__Er2jB input{display:none}.hamburger_burger__Er2jB span{display:block;position:absolute;height:3px;width:100%;background:var(--burger-color,black);border-radius:9px;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out}.hamburger_burger__Er2jB span:first-of-type{top:0;transform-origin:left center}.hamburger_burger__Er2jB span:nth-of-type(2){top:50%;transform:translateY(-50%);transform-origin:left center}.hamburger_burger__Er2jB span:nth-of-type(3){top:100%;transform-origin:left center;transform:translateY(-100%)}.hamburger_burger__Er2jB input:checked~span:first-of-type{transform:rotate(45deg);top:0;left:5px}.hamburger_burger__Er2jB input:checked~span:nth-of-type(2){width:0;opacity:0}.hamburger_burger__Er2jB input:checked~span:nth-of-type(3){transform:rotate(-45deg);top:22px;left:5px}