@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";*{font-family:Bebas Neue,sans-serif;font-weight:400;font-style:normal;scroll-behavior:smooth}@keyframes wipe-in-down{0%{clip-path:inset(0 0 100% 0)}to{clip-path:inset(0 0 0 0)}}[transition-style="in:wipe:down"]{animation:2.5s cubic-bezier(.25,1,.3,1) wipe-in-down both}@keyframes wipe-out-up{0%{clip-path:inset(0 0 0 0)}to{clip-path:inset(0 0 100% 0)}}[transition-style="out:wipe:up"]{animation:2.5s cubic-bezier(.25,1,.3,1) wipe-out-up both}#menuToggle{display:block;position:relative;z-index:1;-webkit-user-select:none;user-select:none}#menuToggle input{display:block;width:40px;height:32px;position:absolute;top:-7px;left:-5px;cursor:pointer;opacity:0;z-index:2;-webkit-touch-callout:none}#menuToggle span{display:block;width:33px;height:4px;margin-bottom:5px;position:relative;background:#cdcdcd;border-radius:3px;z-index:1;transform-origin:4px 0px;transition:transform .5s cubic-bezier(.77,.2,.05,1),background-color .5s cubic-bezier(.77,.2,.05,1),opacity .3s ease}#menuToggle span:first-child{transform-origin:0% 0%}#menuToggle span:nth-last-child(2){transform-origin:0% 100%}#menuToggle input:checked~span{opacity:1;transform:rotate(45deg) translate(-7px,-17px);background:#cdcdcd}#menuToggle input:checked~span:nth-last-child(3){opacity:0;transform:rotate(0) scale(.2)}#menuToggle input:checked~span:nth-last-child(2){transform:rotate(-45deg) translate(-2px,14px)}#menuToggle input:checked~ul{transform:none}
