*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;font-family:'League Gothic',sans-serif;font-size:22px;background:#000;overflow:hidden}h1{position:absolute;top:0;left:0;font-size:1px;color:#fff0}h2{color:#fff;margin-bottom:1rem;font-size:40px;font-weight:400;text-align:center}ul{list-style:none;text-align:left;color:#fff}ul li{margin:.5rem 0}form{display:flex;flex-direction:column;width:80%;max-width:400px}input,textarea{padding:.75rem;margin:.5rem 0;border:none;border-radius:4px}button{padding:.5rem;color:#fff;border:none;border-radius:4px;cursor:pointer;font-family:'League Gothic',sans-serif;font-size:22px;font-weight:400}#background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background:url(assets/background_colour.png) 50% 30% / cover no-repeat fixed}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.overlay{height:100vh;width:100%;display:flex;justify-content:center;background:rgb(0 0 0 / .6)}.mac-logo{width:450px;height:450px;transition:transform 0.3s ease}.logo-wrapper{display:flex;align-items:center}.sidenav{width:auto;height:100vh;display:flex;flex-direction:column;gap:1.25rem;right:0;position:fixed;background-color:rgb(0 0 0 / .7);position:fixed;transform:translateX(100%);transition:transform 0.3s ease;z-index:10;padding:4rem 1.5rem}.sidenav.open{transform:translateX(0);transition:transform 0.3s ease}.sidenav a{color:#fff;text-decoration:none;font-size:28px}.sidenav a:hover{color:#E89D02}.burger{display:flex;position:fixed;top:1rem;right:1rem;z-index:11;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px}.burger span{width:26px;height:3px;background:#fff;transition:0.3s}.content{padding-top:4rem}.burger.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.burger.open span{background:#E89D02}@media (max-width:786px){.mac-logo{width:300px;height:300px}.mac-logo.nav-open{transform:translateX(-65px);transition:transform 0.3s ease}}@media (max-width:550px){.mac-logo{width:200px;height:200px}}@keyframes flyOut{from{transform:translate(-50%,-50%) scale(0);opacity:0}to{opacity:1}}.section{position:fixed;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column;opacity:1;transform:scale(1);transition:opacity 0.6s ease,transform 0.6s ease}.bwbg{background:url(assets/background.png) 50% 30% / cover no-repeat fixed}.hidden{opacity:0;pointer-events:none;transform:scale(.98)}.menu a{margin:0 1rem;color:#fff;text-decoration:none;font-size:1.2rem}.external-link{color:#fff;background:#e63946;padding:1rem 2rem;text-decoration:none;border-radius:4px;font-size:1.4rem}.form-wrapper{display:flex;justify-content:center;flex-direction:column;align-items:center;width:100%}.cancel-btn{background:rgb(0 0 0 / .8);color:#e89d02;border:2px solid #e89d02;border-radius:4px;cursor:pointer;margin:.5rem 0}.modal{position:fixed;top:0;left:0;z-index:9999;width:100vw;height:100vh;background:rgb(0 0 0 / .95);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;padding:2rem}.modal .button{margin-top:1.5rem;padding:.75rem 1.5rem;background-color:#e89d02;border:none;color:#fff;text-decoration:none;border-radius:5px}.modal p{max-width:600px;margin-bottom:.5rem}.checkbox-label{color:#fff;display:flex;align-items:center;gap:.5em}.checkbox-label a{color:#E89D02}.social-icon{opacity:.5;transition:opacity 0.3s ease-in-out}.social-icon:hover{opacity:1;color:#E89D02}.submit{background:#e89d02;margin:.5rem 0;min-width:200px}.bird-img{width:130px}footer{position:fixed;bottom:1rem;width:100%;text-align:center}footer a{text-decoration:none}footer a img{margin:0 .5rem;filter:brightness(1) invert(1)}footer a:hover .social-icon{filter:invert(64%) sepia(92%) saturate(748%) hue-rotate(358deg) brightness(97%) contrast(103%);transform:scale(1.1)}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:rgb(0 0 0 / .9);color:#fff;padding:1rem 1.5rem;display:none;justify-content:space-between;align-items:center;font-size:.9rem;flex-wrap:nowrap;z-index:9999}.cookie-banner p{margin:0;flex:1 1 0%;min-width:0}.cookie-banner a{color:#6BCCC1;text-decoration:underline}.cookie-banner button{background-color:#6BCCC1;border:none;color:#000;padding:.5rem 1rem;font-weight:700;cursor:pointer;margin-left:1rem;border-radius:3px;flex-shrink:0}