.c-toggle-button{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;height:10px;justify-content:space-between;min-width:23px;padding:0;position:relative;transition:opacity .5s ease;width:auto;z-index:1000}.c-toggle-button--hide{opacity:0}.c-toggle-button__bar{background:var(--vivid-neon-green);height:1px;transition:all .3s ease;width:100%}.c-header.green .c-toggle-button__bar{background:var(--black)}.c-toggle-button.is-active .c-toggle-button__bar:first-child{transform:translateY(4px) translateX(0) rotate(45deg)}.c-toggle-button.is-active .c-toggle-button__bar:nth-child(2){transform:translateY(-5px) translateX(0) rotate(-45deg)}.c-toggle-button--searched .c-toggle-button__bar{background-color:var(--black)}
