@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100..700&family=Orbitron&family=Press+Start+2P&family=Roboto&family=Rubik+Glitch&display=swap);*{margin:0;padding:0;box-sizing:border-box}html{font-size:clamp(10px, 62.5%, 16px);height:var(--screen-height);scroll-behavior:smooth}body{height:var(--screen-height);font-size:1.6rem;font-family:"Josefin Sans",Roboto,sans-serif;font-weight:300;font-optical-sizing:auto;font-style:normal;background-color:#030303;color:#fcfcfc;overflow-x:hidden}h2{font-family:"Rubik Glitch",Roboto,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;text-shadow:2px 2px 2px #d32f2f;text-align:center;font-size:clamp(3rem, calc(var(--screen-height) * .06), 8rem);line-height:clamp(3.2rem, calc(var(--screen-height) * .065), 8rem);margin-bottom:clamp(1.8rem,calc(var(--screen-height) * .03),3.8rem)}h3{font-family:Orbitron,Roboto,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;text-shadow:2px 2px 2px #d32f2f;text-align:center;font-size:clamp(1.6rem, calc(var(--screen-height) * .03), 2.8rem);line-height:clamp(1.8rem, calc(var(--screen-height) * .035), 2.8rem)}a,p{margin-bottom:1rem;text-align:justify;line-height:clamp(1.4rem, calc(var(--screen-height) * .03), 2.6rem);font-size:clamp(1.2rem, calc(var(--screen-height) * .025), 2rem)}a{color:#0ff;text-decoration:none}a:hover{color:#f0f}label a,p a{text-decoration:underline;text-decoration-color:rgba(0,255,255,0.5);text-underline-offset:3px;text-decoration-thickness:1px}label a:hover,p a:hover{text-decoration-color:#ff00ff}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.disabled-link{cursor:not-allowed}.disabled-link:hover{opacity:1}.disabled-link img{opacity:.7}.hidden{opacity:0;pointer-events:none}.flex-container{display:flex;flex:1;width:100%}.flex-container.row{flex-direction:row}.flex-container.column{flex-direction:column}.align-items-center{align-items:center}.justify-content-center{justify-content:center}.justify-content-space-around{justify-content:space-around}.justify-content-flex-start{justify-content:flex-start}.justify-content-flex-end{justify-content:flex-end}nav{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;z-index:1000;height:64px;padding:0 12px;transition:background-color .3s ease,transform .3s ease-out,height .3s,opacity .3s;background:linear-gradient(180deg,#000 0,rgba(0,0,0,0) 100%);will-change:transform}nav a{margin:0}nav img{height:48px}nav #header-logo{cursor:pointer}.navbar-hidden{transform:translateY(-100%)}.nav-links{display:flex;gap:1rem}section{height:var(--screen-height);min-height:var(--screen-height);display:flex;justify-content:center;align-items:center;background-size:cover;background-position:center;background-attachment:fixed;position:relative;transition:background-image .75s ease-in-out;overflow:hidden;z-index:2}footer{background-color:#030303;min-height:calc(var(--screen-height)/ 2);padding:12vw 0 0 0}footer .footer-description{margin:0 16vw 4rem 16vw}footer p{text-align:center}.footer-logo,footer .social-icons{text-align:center;padding:4rem}footer .footer-logo img{height:calc(var(--screen-height) * .16)}footer .social-icon{font-family:Orbitron,Roboto,sans-serif;display:inline-block;margin:0 2rem;color:#a7a7a7;width:4rem;height:4rem;transition:opacity .3s,transform .3s;position:relative}footer .social-icon img{width:100%;min-height:100%;display:block}footer .social-icon:hover{opacity:.8;transform:scale(1.1)}footer .social-icon .coming-soon{position:absolute;top:calc(50% - 1rem);width:200%;text-align:center;left:-50%;transform:rotateZ(10deg);background:#ffc800;box-shadow:0 0 3px rgba(255,165,0,.9);color:#111;font-size:1rem;line-height:1rem;font-weight:700;padding:.5rem;border-radius:5px;z-index:10;letter-spacing:.3rem}footer .footer-credits{position:relative;margin:2rem 2%;margin-top:calc(var(--screen-height) * .1);width:96%;font-family:"Press Start 2P",Orbitron,monospace;font-size:8px;color:#c5c5c5;display:flex;justify-content:center;flex-wrap:wrap;gap:2.5rem}footer .footer-credits a{font-family:"Press Start 2P",Orbitron,monospace;font-size:8px;color:#c5c5c5;margin:0;padding:0;text-decoration:none}footer .footer-credits a:hover{color:#f0f}.cookie-settings a{text-decoration:none}@media (max-width:2560px){footer{padding:6vw 0 0 0}}@media (max-width:1024px) and (orientation:portrait){footer .social-icon{width:4rem;height:4rem}}@media (max-width:820px){footer{padding:8vw 0 0 0}footer .social-icon{width:3rem;height:3rem}}@media (max-width:768px){footer .social-icon .coming-soon{font-size:.8rem;line-height:.8rem;font-weight:700;letter-spacing:.2rem}}@media (max-width:608px){footer{padding:8vw 0 0 0}footer .social-icons{padding:4rem 0}footer .footer-logo img{height:calc(var(--screen-height) * .16)}footer .social-icon{width:3rem;height:3rem}footer .social-icon .coming-soon{font-size:.9rem;line-height:.9rem;letter-spacing:.2rem;padding:.3rem;top:calc(100% - .8rem);width:240%;left:-70%}}@media (max-width:540px){footer .social-icons{padding:4rem 0}}@media (max-width:480px){footer .footer-description{margin:0 4rem 4rem 4rem}footer .social-icons{margin:2rem 0;padding:0}footer .social-icon{margin:0 1.2rem;width:2rem;height:2rem}footer .footer-logo img{height:calc(var(--screen-height) * .14)}footer .social-icon .coming-soon{font-size:.7rem;line-height:.7rem;letter-spacing:.1rem;background:#ffc800;animation:none;padding:.3rem;top:calc(100% - 1rem)}}@media (max-width:393px){footer .footer-description{margin:0 4rem 4rem 4rem}footer .social-icons{padding:0}footer .social-icon{margin:0 1rem}}@media (max-width:344px){footer .footer-description{margin:0 2rem 4rem 2rem}footer .footer-logo img{height:calc(var(--screen-height) * .12)}}