#hamburger{width:24px;height:16px;right:16px;position:absolute;display:flex;flex-direction:column;justify-content:space-between}@media screen and (min-width:1025px){#hamburger{display:none}}#hamburger span{display:block;width:100%;border-radius:3px;height:2px;background:#14453c;transition:all .2s;position:relative}#hamburger span:nth-child(1){animation:ease .5s top-2 forwards}#hamburger span:nth-child(2){animation:ease .5s scaled-2 forwards}#hamburger span:nth-child(3){animation:ease .5s bottom-2 forwards}#hamburger-menu:checked+#hamburger span:nth-child(1){background-color:#004d71;animation:ease .5s top forwards}#hamburger-menu:checked+#hamburger span:nth-child(2){background-color:#004d71;animation:ease .5s scaled forwards}#hamburger-menu:checked+#hamburger span:nth-child(3){background-color:#004d71;animation:ease .5s bottom forwards}@keyframes top{0%{top:0;transform:rotate(0)}50%{top:7px;transform:rotate(0)}to{top:7px;transform:rotate(45deg)}}@keyframes top-2{0%{top:7px;transform:rotate(45deg)}50%{top:7px;transform:rotate(0)}to{top:0;transform:rotate(0)}}@keyframes bottom{0%{bottom:0;transform:rotate(0)}50%{bottom:7px;transform:rotate(0)}to{bottom:7px;transform:rotate(135deg)}}@keyframes bottom-2{0%{bottom:7px;transform:rotate(135deg)}50%{bottom:7px;transform:rotate(0)}to{bottom:0;transform:rotate(0)}}@keyframes scaled{50%{transform:scale(0)}to{transform:scale(0)}}@keyframes scaled-2{0%{transform:scale(0)}50%{transform:scale(0)}to{transform:scale(1)}}
