@import"https://fonts.googleapis.com/css2?family=Shantell+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap";@import"https://fonts.googleapis.com/css2?family=Comic+Neue&family=Staatliches&family=Indie+Flower&display=swap";@import"https://fonts.googleapis.com/css2?family=Mooli&display=swap";:root{--max-width:1100px;--border-radius:12px;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace;--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255;--primary-glow:conic-gradient(from 180deg at 50% 50%,#16abff33 0deg,#0885ff33 55deg,#54d6ff33 120deg,#0071ff33 160deg,transparent 360deg);--secondary-glow:radial-gradient(rgba(255,255,255,1),rgba(255,255,255,0));--tile-start-rgb:239,245,249;--tile-end-rgb:228,232,233;--tile-border:conic-gradient(#00000080,#00000040,#00000030,#00000020,#00000010,#00000010,#00000080);--callout-rgb:238,240,241;--callout-border-rgb:172,175,176;--card-rgb:180,185,188;--card-border-rgb:131,134,135}@media(prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0;--primary-glow:radial-gradient(rgba(1,65,255,0.4),rgba(1,65,255,0));--secondary-glow:linear-gradient(to bottom right,rgba(1,65,255,0),rgba(1,65,255,0),rgba(1,65,255,0.3));--tile-start-rgb:2,13,46;--tile-end-rgb:2,5,19;--tile-border:conic-gradient(#ffffff80,#ffffff40,#ffffff30,#ffffff20,#ffffff10,#ffffff10,#ffffff80);--callout-rgb:20,20,20;--callout-border-rgb:108,108,108;--card-rgb:100,100,100;--card-border-rgb:200,200,200}}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:#fcf6da;background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb))}p{font-family:Mooli,sans-serif;font-size:18px;font-weight:400}h1{font-family:Staatliches;font-size:96px;font-weight:500}@media(max-width:960px){h1{font-size:10vw}}h2{font-family:Staatliches;font-size:72px;font-weight:500}@media(max-width:960px){h2{font-size:8vw}}h3{font-family:Staatliches;font-size:48px;font-weight:500}@media(max-width:960px){h3{font-size:6vw}}h4{font-family:Staatliches;font-size:32px;font-weight:500}@media(max-width:960px){h4{font-size:4vw}}h5{font-family:Staatliches;font-size:24px;font-weight:500}@media(max-width:960px){h5{font-size:3vw}}h6{font-family:Staatliches;font-size:20px;font-weight:500}@media(max-width:960px){h6{font-size:2vw}}a{font-family:Mooli,sans-serif;color:inherit;text-decoration:none}@media(prefers-color-scheme:dark){html{color-scheme:dark}}.topHeader{display:flex;justify-content:flex-start;align-items:center;font-size:3vw;background-color:#302221;padding:2vw;height:75px}.logo{font-size:48px;padding-left:10px;font-family:Staatliches}@media(max-width:650px){.logo{font-size:7vw;line-height:5vw}}.footer{display:flex;justify-content:space-around;align-items:flex-start;font-size:3vw;background-color:#302221;padding:5vw}.footer h3{font-size:2vw}.footer .copyright{padding-top:1vw;font-size:1vw}.footer p{font-size:2vw}.footer .platformImage{position:relative!important;height:2vw;margin-bottom:1vw}.footer .platformImageColumn{display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap}.footer .platformImageColumnLeft,.footer .platformImageColumnRight{display:flex;flex-direction:column;flex-wrap:wrap;width:10vw}.footer .columns{display:flex;flex-direction:column}.footer .logo{font-size:48px;padding-left:10px}@media(max-width:960px){.footer .columns{margin-bottom:1vw}.footer .footer{flex-direction:column}.footer .footer h3,.footer .footer p{font-size:3vw}.footer .platformImage{width:20%}.footer .platformImageColumn{flex-direction:row;gap:10px}.footer .platformImageColumnLeft,.footer .platformImageColumnRight{display:flex;width:15vw;flex-direction:row}}@media(max-width:640px){.footer{width:100%;align-items:center;flex-direction:column}.footer h3{font-size:4vw}.footer .copyright{font-size:3vw}.footer .columns{width:100%;flex-direction:column;align-items:center}}.menuMain{position:absolute;top:0;left:0;width:100vw;z-index:500;text-align:center}.menuMain ul{display:flex;flex-direction:column;justify-content:center;align-items:center;list-style-type:none;padding:0;text-align:center}.menuMain ul li{display:inline-block}.menuMain .hamburger{top:15px}.menuMain .close,.menuMain .hamburger{position:absolute;right:40px;cursor:pointer}.menuMain .close{top:40px}.menuMain .menulistClose{top:-100vh}.menuMain .menulistClose,.menuMain .menulistOpen{display:flex;position:absolute;left:0;width:100vw;height:100vh;background-color:#302221;flex-direction:column;flex-wrap:wrap;align-content:center;justify-content:center;transition:all .5s ease-out}.menuMain .menulistOpen{top:0}