.visuallyHidden{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.container{width:70%;margin:0 auto;display:flex;justify-content:space-between}.hamburger{margin:20px auto 0;width:20px;height:20px;position:relative}.hamburger .bar{padding:0;width:25px;height:2px;background-color:#1c75bc;display:block;border-radius:4px;transition:all .4s ease-in-out;position:absolute}.bar1{top:0}.bar2,.bar3{top:45%}.bar3{right:0}.bar4{bottom:0}.hamburger3 .bar1,.hamburger3 .bar4{transform-origin:5%}.checkbox3:checked+label>.hamburger3>.bar1{transform:rotate(45deg);height:2px;width:25px}.checkbox3:checked+label>.hamburger3>.bar3{transform:rotate(45deg);height:2px;background-color:transparent;transform-origin:left center}.checkbox3:checked+label>.hamburger3>.bar2{transform:rotate(-45deg);height:2px;background-color:transparent}.checkbox3:checked+label>.hamburger3>.bar4{transform:rotate(-45deg);height:2px;width:25px;transform-origin:left center}.menu-panel{position:fixed;top:0;right:-100%;width:85vw;height:85vh;background:white;transition:right .4s ease-in-out;z-index:40}.checkbox3:checked~.menu-panel{right:0}.menu-panel-shadow{position:fixed;top:0;left:-100%;width:100vw;height:100vh;background:#000000b2;transition:left .2s ease-in-out;z-index:30}.checkbox3:checked~.menu-panel-shadow{left:0;background:#000000b2}