#bg{position:fixed;top:0;right:0;left:0;bottom:0;overflow:hidden;opacity:0.4}#bg *{margin:0;padding:0}.glowing{position:relative;min-width:700px;height:550px;margin:-150px;transform-origin:right;animation:colorChange 5s linear infinite}.glowing:nth-child(2n){transform-origin:left}@keyframes colorChange{0%{filter:hue-rotate(0deg);transform:rotate(0deg)}to{filter:hue-rotate(360deg);transform:rotate(360deg)}}.glowing span{position:absolute;top:calc(80px * var(--i));left:calc(80px * var(--i));bottom:calc(80px * var(--i));right:calc(80px * var(--i))}.glowing span:before{content:"";position:absolute;top:50%;left:-8px;width:15px;height:15px;background:#f00;border-radius:50%}.glowing span:nth-child(3n+1):before{background:rgb(134,255,0);box-shadow:0 0 20px rgb(134,255,0),0 0 40px rgb(134,255,0),0 0 60px rgb(134,255,0),0 0 80px rgb(134,255,0),0 0 0 8px rgba(134,255,0,0.1)}.glowing span:nth-child(3n+2):before{background:rgb(255,214,0);box-shadow:0 0 20px rgb(255,214,0),0 0 40px rgb(255,214,0),0 0 60px rgb(255,214,0),0 0 80px rgb(255,214,0),0 0 0 8px rgba(255,214,0,0.1)}.glowing span:nth-child(3n+3):before{background:rgb(0,226,255);box-shadow:0 0 20px rgb(0,226,255),0 0 40px rgb(0,226,255),0 0 60px rgb(0,226,255),0 0 80px rgb(0,226,255),0 0 0 8px rgba(0,226,255,0.1)}.glowing span:nth-child(3n+1){animation:animate 10s alternate infinite}.glowing span:nth-child(3n+2){animation:animate-reverse 3s alternate infinite}.glowing span:nth-child(3n+3){animation:animate 8s alternate infinite}@keyframes animate{0%{transform:rotate(180deg)}50%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes animate-reverse{0%{transform:rotate(360deg)}50%{transform:rotate(180deg)}to{transform:rotate(0deg)}}body>footer{z-index:1;position:relative;min-height:30px;left:0;right:0;bottom:0;padding:5px;text-align:center;border-top:1px solid #d0d0d0;background:rgba(255,255,255,0.9);color:#404040;font-size:13px;line-height:26px}body>footer>*{font-size:inherit}body>footer a{color:inherit;text-decoration:underline}body>footer a.discord,body>footer a.twitter,body>footer a.x,body>footer a.youtube{filter:grayscale(1) brightness(1.2)}body>footer a.discord img,body>footer a.twitter img,body>footer a.x img,body>footer a.youtube img{vertical-align:middle;height:22px}body>footer a.discord.x img,body>footer a.twitter.x img,body>footer a.x.x img,body>footer a.youtube.x img{height:18px}body>footer .eu{height:20px;vertical-align:middle}body>footer .star{display:inline-block;padding:0 5px;font-size:15px;vertical-align:baseline;color:#dddddd}@media screen and (min-width:1200px){body>footer .star{padding:0 30px}}@media screen and (max-width:700px){body>footer{background:white;padding:10px 5px;line-height:25px}}*{font-family:Verdana,Arial,Helvetica,sans-serif;font-family:"Mulish",sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-size:15px;color:#404040;padding:0;margin:0;text-decoration:none;border-width:0}section font{font-family:inherit;color:inherit;font-size:inherit}html{min-height:100%}body{background:#eaeaea}#languages{position:fixed;top:0;right:12px;z-index:2;background:#fafafa;padding:6px;border-radius:0 0 4px 4px;box-shadow:0 4px 10px rgba(0,0,0,0.2);font-size:0;line-height:normal}#languages a{margin-right:10px;vertical-align:top;text-decoration:underline}#languages a.flag{display:inline-block;text-decoration:none;margin:0;font-size:0}#languages a.flag:last-of-type img{margin-left:6px}#languages img{width:32px}#languages a:hover img{opacity:0.7}h1{margin-bottom:50px}#logo{height:40px}section{max-width:1700px;margin:0 auto 60px auto;position:relative;box-sizing:border-box}section.top{max-width:2000px;overflow:hidden;margin-bottom:70px;height:80vh}section.top #headerBg{position:absolute;top:0;right:0;bottom:0;left:0;transform:scale(1.2) perspective(50em) rotatex(5deg) rotatez(2deg);-webkit-mask-image:linear-gradient(black 30%,transparent 85%);mask-image:linear-gradient(black 30%,transparent 85%);background-image:url(../images/logo-pikimov-black.png);background-repeat:repeat;background-position:0 0;background-size:155px 55px;animation:moveBackground 12s infinite linear}@keyframes moveBackground{0%{background-position:0 0}to{background-position:155px 55px}}section.top .topLeft{height:100%;position:relative;padding:20px 20px 20px 40px;box-sizing:border-box;z-index:1}section.top h2{max-width:660px;color:white;margin:0 0 15px 0;font-family:"Abel",sans-serif;font-weight:400;font-style:normal;letter-spacing:-1px;text-shadow:0 3px 5px rgba(0,0,0,0.6),0 3px 15px rgba(0,0,0,0.6);font-size:78px;line-height:95%}section.top .checks{max-width:380px}section.top .checks span{display:inline-block;width:180px;margin-bottom:8px;font-size:23px;font-family:"oswald_regularregular";color:#f0f0f0;text-shadow:0 2px 0 rgba(0,0,0,0.4)}section.top .checks img{margin-right:5px;height:24px;vertical-align:middle;transform:translateY(-3px)}section.top video{display:block;box-shadow:0 0 15px rgba(0,0,0,0.4);transform:perspective(50em) rotatex(10deg) rotatez(-2deg) translate(-50px,-10px);-webkit-transform-style:preserve-3d;height:70vh;max-height:650px;position:absolute;top:30px;right:0;filter:brightness(85%)}section.top #languages{position:fixed;top:5px;right:20px;z-index:1}section.top #languages a{text-decoration:none;margin-left:5px}section.top #languages a:hover img{opacity:0.7}#b_start,#b_start2{text-align:center;padding:18px 0 16px 0;font-size:20px;width:200px;border-radius:8px;background:#ff33cc;color:white;display:inline-block;box-shadow:0 4px 10px rgba(0,0,0,0.4);font-family:"oswald_regularregular";text-transform:uppercase;outline:2px solid white;letter-spacing:0.6px;transition:background-color 0.2s}#b_start2:hover,#b_start:hover{background:#282828}#b_start{position:absolute;bottom:40px;left:40px}#b_start2{display:block;margin:30px auto 50px auto}.keyFeatures{text-align:left;max-width:100%;margin:0 0 30px 0;padding-left:15px}.keyFeatures li{list-style-type:disc;margin-bottom:3px}section.youtube{position:relative;padding:0 40px;display:grid;grid-template-columns:auto fit-content(608px);grid-column-gap:60px}section.youtube h3{font-family:"Abel",sans-serif;font-weight:400;font-style:normal;letter-spacing:normal;text-shadow:0 2px 1px rgba(0,0,0,0.2);margin:0 0 10px 0;line-height:30px;font-size:32px;text-shadow:none;color:#303030}section.youtube iframe{max-width:100%;width:608px;height:auto;aspect-ratio:16/9}.whatYouCanDo p{margin-bottom:8px}.whatYouCanDo a{text-decoration:underline}section#features{display:grid;width:850px;margin:0 auto 80px auto;grid-template-columns:1fr 1fr 1fr;grid-column-gap:20px;grid-row-gap:20px}section#features>div{position:relative;padding:5px;padding-bottom:12px;border-radius:8px;background:#fafafa}section#features>div:nth-child(2),section#features>div:nth-child(5){transform:translateY(20px)}section#features video{width:260px;height:260px;border-radius:4px;display:block;margin-bottom:10px}section#features h3{font-family:"Abel",sans-serif;font-weight:400;font-style:normal;letter-spacing:normal;font-size:20px;color:white;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.8) 90%);position:absolute;top:215px;height:50px;left:0;right:0;line-height:50px;margin:0 5px;padding:0 10px;letter-spacing:0.2px;border-radius:0 0 4px 4px}section#features p{color:#808080;margin-top:-5px}section#more{text-align:center}section#more h3{font-family:"Abel",sans-serif;font-weight:400;font-style:normal;letter-spacing:normal;text-shadow:0 2px 1px rgba(0,0,0,0.2);margin:0 0 20px 0;line-height:30px;font-size:32px;text-shadow:none;color:#303030}section#more video{display:block;margin:0 auto;max-width:92%;border-radius:40px}section#more .credits{font-size:12px;color:#909090}section#more .credits a{font-size:inherit;color:inherit;text-decoration:underline}section#featured{text-align:center}section#featured h3{font-family:"Abel",sans-serif;font-weight:400;font-style:normal;letter-spacing:normal;text-shadow:0 2px 1px rgba(0,0,0,0.2);margin:0 0 20px 0;line-height:30px;font-size:32px;text-shadow:none;color:#303030}section#featured>a{display:inline-block;margin:5px 8px}section#featured img{height:54px;border-radius:8px}@media screen and (max-width:700px){body{padding-bottom:80px}section.top{height:60vh;margin-bottom:20px}section.top #headerBg{display:none}section.top .topLeft{padding:20px}section.top h1{margin-top:20px}section.top h2{font-size:50px;margin-bottom:40px}section.top video{height:65vh;transform:perspective(50em) rotatex(10deg) rotatez(-2deg) translate(130px,-10px);opacity:0.7}#b_start{display:none}section.youtube{display:block;padding:0 20px;margin-bottom:40px}section.youtube iframe{max-width:100%}section.youtube .whatYouCanDo{margin-bottom:40px}section#features{display:block;width:auto;padding:0 20px;margin:0 auto 50px auto}section#features>div{padding:5px;margin-bottom:10px;overflow:auto;transform:none!important}section#features video{width:180px;height:180px;float:left;margin:0;border-radius:5px}section#features h3{position:absolute;top:8px;right:5px;left:195px;background:none;color:#404040;line-height:normal;margin:0;padding:0;line-height:20px;height:auto}section#features p{float:right;width:calc(100% - 190px);margin-top:50px}section#featured>a{margin:5px 8px}section#featured img{height:42px}}