.wrap-nav,.wrap-hero,.wrapSection{width:100%;display:flex;align-items:center;justify-content:center;background-color:var(--webColor1)}.navBar{height:15dvh;max-height:110px;display:flex;justify-content:space-between;align-items:center;padding:0 40px;width:100%;max-width:1920px;background-color:var(--webColor1)}.logoNavbar{width:128px;filter:drop-shadow(0 0 2em #61dafbaa) drop-shadow(0 0 2em #ee00ffaa) drop-shadow(0 0 2em #00ff00aa)}.nav-header{width:60%;display:flex;align-items:center;justify-content:space-around;list-style-type:none}.a-nav-header{cursor:pointer;position:relative;text-decoration:none;color:#eaeaea;font-size:18px;letter-spacing:.5px;padding:0 10px}.a-nav-header:after{content:"";position:absolute;background-color:#61dafbaa;height:3px;width:0;left:0;bottom:-10px;transition:.3s}.a-nav-header:hover{color:#fff}.a-nav-header:hover:after{width:100%}.disableThis{margin:0;padding:0}.hero{height:85dvh;max-height:650px;color:#eaeaea;display:flex;justify-content:space-around;align-items:center;padding:0 40px;width:100%;max-width:1920px;background-color:#161831}.hero1{width:45%;font-size:1.3em}hr{max-width:50%;margin-left:auto;margin-right:auto;height:2px;background:linear-gradient(to right,transparent,#61dafbaa,transparent);border:none}.hero1 p{color:var(--subtitleColor);font-size:18px}.childrenSpace{margin-bottom:15px}.img-hero{width:45%;max-width:500px;filter:drop-shadow(0 0 2em #61dafbaa)}.btnParent{display:flex}.btn1{font-size:18px;letter-spacing:2px;background:#61dafbaa;width:auto;padding:10px;margin-right:20px;color:#fff;border-color:#161831;cursor:pointer;box-shadow:0 0 10px #581e54cc;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:box-shadow,transform;transition-property:box-sahdow,transform}.btn1:hover,.btn1:focus,.btn1:active{box-shadow:0 0 25px #581e54cc;-webkit-transform:scale(1.1);transform:scale(1.1)}.btnVideo{cursor:pointer;position:relative;width:180px;height:60px;display:inline-block;background:#fff;margin:20}.btnVideo:before,.btnVideo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:red;transition:.5s}.btnVideo:before,.btnVideo:after{background:linear-gradient(54deg,#0cf,#0e1538,#0e1538,#d400d4)}.btnVideo:hover:before{top:-3;right:-3;bottom:-3;left:-3}.btnVideo:hover:after{top:-3;right:-3;bottom:-3;left:-3;filter:blur(10px)}.btnVideo span{position:absolute;top:0;left:0;width:100%;height:100%;display:inline-block;background:#161831;z-index:10;display:flex;justify-content:center;align-items:center;font-size:20px;text-transform:uppercase;letter-spacing:2px;color:#fff;border:1px solid #080913;overflow:hidden}.btnVideo span:before{content:"";position:absolute;top:0;left:-50%;width:100%;height:100%;background-color:#ffffff13;transform:skew(25deg)}.btnVideo span ion-icon{font-size:25px;margin-right:5px}.wrapSubsection{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px;width:100%;max-width:1920px;background-color:var(--webColor2);color:#fff;overflow:hidden}.ws2{background-color:var(--webColor1)}.slider2{background-color:var(--webColor1);width:75dvw;max-width:1920px;height:auto;margin:20px 0 80px;overflow:hidden}.slider2 .slide-track{display:flex;justify-content:space-around;align-items:center;animation:scroll 40s linear infinite;-webkit-animation:scroll 40s linear infinite;width:6400px}.slider2 .slide{width:100px}.slider2 .slide img{width:100%}@keyframes scroll{0%{--webkit-transform: translateX(0);transform:translate(0)}to{transform:translate(-3200px)}}.containerForm{max-width:650px;padding:28px;margin:0 28px;border-radius:10px;overflow:hidden;background-color:#0003;box-shadow:0 15px 20px #0009}.containerForm h2{font-size:26px;font-weight:700;text-align:left;color:#fff;padding-bottom:8px;border-bottom:1px solid silver}.formContent{display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px 0}.input-box{display:flex;flex-wrap:wrap;width:50%;padding-bottom:15px}.input-box:nth-child(2n){justify-content:start}.input-box label{width:95%;color:#fff;font-weight:700;margin:5px 0;cursor:pointer}.input-box input{height:40px;width:80%;padding:0 10px;border-radius:5px;border:1px solid #ccc;outline:none}.input-box input:is(:focus,:valid){box-shadow:0 3px 6px #0003}.button-container{margin:15px 0}.wrapFooter{display:flex;flex-direction:row;justify-content:center;align-items:center;color:#c2c2c2}.footerContact{display:flex;align-items:center;margin-bottom:10px}.footerCopy{margin:0 40px}.footerContact a{text-decoration:none;color:#c2c2c2}.footerContact a:hover{background:#be121f;background:linear-gradient(to top left,#ff0015 20%,#5e18c7 85%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.footerContact ion-icon{color:#be121f;font-size:1.5em;margin-right:15px}@media (max-width:952px){.a-nav-header:hover:after{width:130px}}@media (max-width:510px){.containerForm{margin:0}}@media (max-width:600px){.formContent{justify-content:center;align-items:center}.containerForm{min-width:280px}.formContent{max-width:380px;overflow:auto}.input-box{margin-bottom:12px;width:100%}.input-box:nth-child(2n){justify-content:space-between}.formContent::-webkit-scrollbar{width:0}}@media (max-width:745px){.hero img{display:none}.hero{text-align:center;height:auto;max-height:auto;padding:0 0 30px}.hero1{width:80%}.btnParent{flex-direction:column;gap:20px}.nav-header{display:none}.navBar{justify-content:center}.wrapFooter{flex-direction:column}.footerCopy{margin:40px}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.modal{width:950px;max-width:70%;height:70%;max-width:80%;max-height:80%;border-radius:15px;padding:0 0 10px;display:flex;flex-direction:column;align-items:end;overflow:auto}.modal iframe{width:100%;height:100%}.close-button{cursor:pointer;width:40px;height:40px;margin:10px;font-size:40px;border:2px solid #000000;color:#fff;border-color:#1f2f47;border-radius:17px;box-shadow:inset 0 0 15px 3px #23395e;text-shadow:inset 0px 1px 0px #263666;background:linear-gradient(#37b0e8,#3ab0d4)}.close-button:hover{color:red}@media (max-width:600px){.modal{height:38%}}.section1{width:100%;max-width:2000px;background-color:var(--webColor1);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.section1 h1{margin:30px 0}.cardContainer{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.card{width:300px;height:300px;display:flex;flex-direction:column;align-items:center;padding:0 20px 20px;margin:25px;border-radius:15px}.topCard{width:60px;height:60px;margin-top:-30px;display:flex;justify-content:center;align-items:center;border-color:var(--webColor1);font-size:30px;border-radius:30px}.card h2{margin:25px 0 20px}.pCard{text-align:center;padding-top:20px;color:var(--subtitleColor)}.c1{background-color:#61dafb;box-shadow:0 50px 100px -5px #61dafb}.c2{background-color:#78fb61;box-shadow:0 50px 100px -5px #78fb61}.c3{background-color:#fbd761;box-shadow:0 50px 100px -5px #fbd761}.c4{background-color:#fe822f;box-shadow:0 50px 100px -5px #fe822f}.c5{background-color:#ff4ca0;box-shadow:0 50px 100px -5px #ff4ca0}.itemAU{display:flex;width:100%;padding:20px;align-items:center;justify-content:center}.itemAU h2{font-size:2em;padding-bottom:20px}.itemAU p{color:var(--subtitleColor)}.itemAU img{width:400px;border-radius:10px}.i1 div{width:30%;margin-right:200px}.i2 div{width:30%;margin-left:200px}@media (max-width:900px){.itemAU img{display:none}.i1 div{text-align:center;width:90%;margin-right:0}.i2 div{text-align:center;width:90%;margin-left:0}}.wrapCardV2{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.wrapSubsection h2{font-size:2em;margin-bottom:50px;text-align:center}.cardV2{width:350px;padding:20px;border-radius:15px}.cardV2-1{display:flex;align-items:center}.cardV2-1 ion-icon{font-size:40px;width:30px;padding-right:20px}.cardLink{color:#7e3cdb}.cardLink:after{background-color:#fc3f62c2}.cardLink:hover{color:#ae00ff}.cardLink:hover:after{width:100%}:root{font-family:Roboto Slab,serif;--webColor1: #161831;--webColor2: #13142b;--subtitleColor: #b3b3b3;--back-gradient: linear-gradient( 144.39deg, #ffffff -278.56%, #6d6d6d -78.47%, #11101d 91.61% );--card-shadow: 0px 20px 100px -10px rgba(66, 71, 91, .1)}*{padding:0;margin:0;scroll-behavior:smooth}.text-gradient{background:radial-gradient(64.18% 64.18% at 71.16% 35.69%,#def9fa .89%,#bef3f5 17.23%,#9dedf0 42.04%,#7de7eb 55.12%,#5ce1e6 71.54%,#33bbcf);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.bg-blue-gradient{background:linear-gradient(157.81deg,#def9fa -44.27%,#bef3f5 -21.24%,#9dedf0 12.19%,#7de7eb 29.82%,#5ce1e6 51.94%,#33bbcf 90.29%)}.bg-black-gradient-2{background:linear-gradient(-168.39deg,#fff -278.56%,#6d6d6d -78.47%,#11101d 91.61%)}.bg-gray-gradient{background:linear-gradient(153.47deg,rgba(255,255,255,0) -341.94% #14101d 95.11%)}.bg-discount-gradient{background:linear-gradient(125.17deg,#272727,#11101d)}.box-shadow{box-shadow:0 20px 100px -10px #42475b1a}.sidebar{-webkit-animation:slide-top .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-top .5s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes slide-top{0%{-webkit-transform:translateY(100px);transform:translateY(100px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-top{0%{-webkit-transform:translateY(100px);transform:translateY(100px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.feature-card:hover{background:var(--back-gradient);box-shadow:var(--card-shadow)}.feedback-container .feedback-card:last-child{margin-right:0}.feedback-card{background:transparent}.feedback-card:hover{background:var(--back-gradient)}.blue__gradient{background:linear-gradient(180deg,#b4a5ff00,#214d76);filter:blur(900px)}.white__gradient{background:#fff9;filter:blur(750px)}.colorTxt{background:#be121f;background:linear-gradient(to top left,#ff0015 20%,#5e18c7 85%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.colorTxt2{background:#5415b9;background:linear-gradient(to top left,#1d18ba 20%,#6113b9 85%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.glass{background:linear-gradient(135deg,#ffffff1a,#fff0);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid(255,255,255,.18);box-shadow:0 8px 32px #0000005e}*{box-sizing:border-box}.wrapNoFoundPage{width:100vw;height:100vh;overflow:hidden;font-size:12px;background-image:linear-gradient(to right bottom,#a9347e,#4b32a7);font-family:Open Sans,sans-serif;letter-spacing:.2px;color:#fff}.center{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .5s;z-index:1}@media screen and (max-height: 600px){.center{transform:translate(-50%,-50%) scale(.75)}}@media screen and (max-width: 400px){.center{transform:translate(-50%,-50%) scale(.6)}}.star{position:absolute;z-index:1}.star:nth-child(1){top:67vh;left:25vw}.star:nth-child(1):before,.star:nth-child(1):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-1s;animation-delay:-1s}.star:nth-child(1):before{top:1.5px;left:-1.5px;width:9px;height:3px}.star:nth-child(1):after{top:-1.5px;left:1.5px;width:3px;height:9px}.star:nth-child(2){top:45vh;left:92vw}.star:nth-child(2):before,.star:nth-child(2):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-2s;animation-delay:-2s}.star:nth-child(2):before{top:1.5px;left:-1.5px;width:9px;height:3px}.star:nth-child(2):after{top:-1.5px;left:1.5px;width:3px;height:9px}.star:nth-child(3){top:68vh;left:30vw}.star:nth-child(3):before,.star:nth-child(3):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-3s;animation-delay:-3s}.star:nth-child(3):before{top:2px;left:-2px;width:12px;height:4px}.star:nth-child(3):after{top:-2px;left:2px;width:4px;height:12px}.star:nth-child(4){top:18vh;left:0vw}.star:nth-child(4):before,.star:nth-child(4):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-4s;animation-delay:-4s}.star:nth-child(4):before{top:1px;left:-1px;width:6px;height:2px}.star:nth-child(4):after{top:-1px;left:1px;width:2px;height:6px}.star:nth-child(5){top:55vh;left:12vw}.star:nth-child(5):before,.star:nth-child(5):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-5s;animation-delay:-5s}.star:nth-child(5):before{top:2px;left:-2px;width:12px;height:4px}.star:nth-child(5):after{top:-2px;left:2px;width:4px;height:12px}.star:nth-child(6){top:60vh;left:2vw}.star:nth-child(6):before,.star:nth-child(6):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-6s;animation-delay:-6s}.star:nth-child(6):before{top:2px;left:-2px;width:12px;height:4px}.star:nth-child(6):after{top:-2px;left:2px;width:4px;height:12px}.star:nth-child(7){top:98vh;left:65vw}.star:nth-child(7):before,.star:nth-child(7):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-7s;animation-delay:-7s}.star:nth-child(7):before{top:1px;left:-1px;width:6px;height:2px}.star:nth-child(7):after{top:-1px;left:1px;width:2px;height:6px}.star:nth-child(8){top:84vh;left:34vw}.star:nth-child(8):before,.star:nth-child(8):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-8s;animation-delay:-8s}.star:nth-child(8):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(8):after{top:-.5px;left:.5px;width:1px;height:3px}.star:nth-child(9){top:29vh;left:70vw}.star:nth-child(9):before,.star:nth-child(9):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-9s;animation-delay:-9s}.star:nth-child(9):before{top:1.5px;left:-1.5px;width:9px;height:3px}.star:nth-child(9):after{top:-1.5px;left:1.5px;width:3px;height:9px}.star:nth-child(10){top:3vh;left:39vw}.star:nth-child(10):before,.star:nth-child(10):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-10s;animation-delay:-10s}.star:nth-child(10):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(10):after{top:-.5px;left:.5px;width:1px;height:3px}.star:nth-child(11){top:97vh;left:3vw}.star:nth-child(11):before,.star:nth-child(11):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-11s;animation-delay:-11s}.star:nth-child(11):before{top:1.5px;left:-1.5px;width:9px;height:3px}.star:nth-child(11):after{top:-1.5px;left:1.5px;width:3px;height:9px}.star:nth-child(12){top:88vh;left:71vw}.star:nth-child(12):before,.star:nth-child(12):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-12s;animation-delay:-12s}.star:nth-child(12):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(12):after{top:-.5px;left:.5px;width:1px;height:3px}.star:nth-child(13){top:93vh;left:50vw}.star:nth-child(13):before,.star:nth-child(13):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-13s;animation-delay:-13s}.star:nth-child(13):before{top:1px;left:-1px;width:6px;height:2px}.star:nth-child(13):after{top:-1px;left:1px;width:2px;height:6px}.star:nth-child(14){top:83vh;left:69vw}.star:nth-child(14):before,.star:nth-child(14):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-14s;animation-delay:-14s}.star:nth-child(14):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(14):after{top:-.5px;left:.5px;width:1px;height:3px}.star:nth-child(15){top:92vh;left:72vw}.star:nth-child(15):before,.star:nth-child(15):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-15s;animation-delay:-15s}.star:nth-child(15):before{top:1px;left:-1px;width:6px;height:2px}.star:nth-child(15):after{top:-1px;left:1px;width:2px;height:6px}.star:nth-child(16){top:33vh;left:30vw}.star:nth-child(16):before,.star:nth-child(16):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-16s;animation-delay:-16s}.star:nth-child(16):before{top:2px;left:-2px;width:12px;height:4px}.star:nth-child(16):after{top:-2px;left:2px;width:4px;height:12px}.star:nth-child(17){top:47vh;left:95vw}.star:nth-child(17):before,.star:nth-child(17):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-17s;animation-delay:-17s}.star:nth-child(17):before{top:1px;left:-1px;width:6px;height:2px}.star:nth-child(17):after{top:-1px;left:1px;width:2px;height:6px}.star:nth-child(18){top:66vh;left:61vw}.star:nth-child(18):before,.star:nth-child(18):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-18s;animation-delay:-18s}.star:nth-child(18):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(18):after{top:-.5px;left:.5px;width:1px;height:3px}.star:nth-child(19){top:37vh;left:0vw}.star:nth-child(19):before,.star:nth-child(19):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-19s;animation-delay:-19s}.star:nth-child(19):before{top:2px;left:-2px;width:12px;height:4px}.star:nth-child(19):after{top:-2px;left:2px;width:4px;height:12px}.star:nth-child(20){top:32vh;left:70vw}.star:nth-child(20):before,.star:nth-child(20):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-20s;animation-delay:-20s}.star:nth-child(20):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(20):after{top:-.5px;left:.5px;width:1px;height:3px}.star:nth-child(21){top:68vh;left:29vw}.star:nth-child(21):before,.star:nth-child(21):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-21s;animation-delay:-21s}.star:nth-child(21):before{top:2px;left:-2px;width:12px;height:4px}.star:nth-child(21):after{top:-2px;left:2px;width:4px;height:12px}.star:nth-child(22){top:29vh;left:48vw}.star:nth-child(22):before,.star:nth-child(22):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-22s;animation-delay:-22s}.star:nth-child(22):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(22):after{top:-.5px;left:.5px;width:1px;height:3px}.star:nth-child(23){top:5vh;left:7vw}.star:nth-child(23):before,.star:nth-child(23):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-23s;animation-delay:-23s}.star:nth-child(23):before{top:2px;left:-2px;width:12px;height:4px}.star:nth-child(23):after{top:-2px;left:2px;width:4px;height:12px}.star:nth-child(24){top:92vh;left:89vw}.star:nth-child(24):before,.star:nth-child(24):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-24s;animation-delay:-24s}.star:nth-child(24):before{top:1.5px;left:-1.5px;width:9px;height:3px}.star:nth-child(24):after{top:-1.5px;left:1.5px;width:3px;height:9px}.star:nth-child(25){top:4vh;left:31vw}.star:nth-child(25):before,.star:nth-child(25):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-25s;animation-delay:-25s}.star:nth-child(25):before{top:1px;left:-1px;width:6px;height:2px}.star:nth-child(25):after{top:-1px;left:1px;width:2px;height:6px}.star:nth-child(26){top:20vh;left:98vw}.star:nth-child(26):before,.star:nth-child(26):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-26s;animation-delay:-26s}.star:nth-child(26):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(26):after{top:-.5px;left:.5px;width:1px;height:3px}.star:nth-child(27){top:34vh;left:43vw}.star:nth-child(27):before,.star:nth-child(27):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-27s;animation-delay:-27s}.star:nth-child(27):before{top:1px;left:-1px;width:6px;height:2px}.star:nth-child(27):after{top:-1px;left:1px;width:2px;height:6px}.star:nth-child(28){top:70vh;left:84vw}.star:nth-child(28):before,.star:nth-child(28):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-28s;animation-delay:-28s}.star:nth-child(28):before{top:1.5px;left:-1.5px;width:9px;height:3px}.star:nth-child(28):after{top:-1.5px;left:1.5px;width:3px;height:9px}.star:nth-child(29){top:51vh;left:56vw}.star:nth-child(29):before,.star:nth-child(29):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-29s;animation-delay:-29s}.star:nth-child(29):before{top:1.5px;left:-1.5px;width:9px;height:3px}.star:nth-child(29):after{top:-1.5px;left:1.5px;width:3px;height:9px}.star:nth-child(30){top:33vh;left:10vw}.star:nth-child(30):before,.star:nth-child(30):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-30s;animation-delay:-30s}.star:nth-child(30):before{top:1.5px;left:-1.5px;width:9px;height:3px}.star:nth-child(30):after{top:-1.5px;left:1.5px;width:3px;height:9px}.star:nth-child(31){top:78vh;left:94vw}.star:nth-child(31):before,.star:nth-child(31):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-31s;animation-delay:-31s}.star:nth-child(31):before{top:1px;left:-1px;width:6px;height:2px}.star:nth-child(31):after{top:-1px;left:1px;width:2px;height:6px}.star:nth-child(32){top:85vh;left:78vw}.star:nth-child(32):before,.star:nth-child(32):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-32s;animation-delay:-32s}.star:nth-child(32):before{top:2px;left:-2px;width:12px;height:4px}.star:nth-child(32):after{top:-2px;left:2px;width:4px;height:12px}.star:nth-child(33){top:93vh;left:87vw}.star:nth-child(33):before,.star:nth-child(33):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-33s;animation-delay:-33s}.star:nth-child(33):before{top:1px;left:-1px;width:6px;height:2px}.star:nth-child(33):after{top:-1px;left:1px;width:2px;height:6px}.star:nth-child(34){top:55vh;left:94vw}.star:nth-child(34):before,.star:nth-child(34):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-34s;animation-delay:-34s}.star:nth-child(34):before{top:1.5px;left:-1.5px;width:9px;height:3px}.star:nth-child(34):after{top:-1.5px;left:1.5px;width:3px;height:9px}.star:nth-child(35){top:91vh;left:85vw}.star:nth-child(35):before,.star:nth-child(35):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-35s;animation-delay:-35s}.star:nth-child(35):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(35):after{top:-.5px;left:.5px;width:1px;height:3px}.star:nth-child(36){top:22vh;left:21vw}.star:nth-child(36):before,.star:nth-child(36):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-36s;animation-delay:-36s}.star:nth-child(36):before{top:2px;left:-2px;width:12px;height:4px}.star:nth-child(36):after{top:-2px;left:2px;width:4px;height:12px}.star:nth-child(37){top:40vh;left:91vw}.star:nth-child(37):before,.star:nth-child(37):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-37s;animation-delay:-37s}.star:nth-child(37):before{top:1px;left:-1px;width:6px;height:2px}.star:nth-child(37):after{top:-1px;left:1px;width:2px;height:6px}.star:nth-child(38){top:11vh;left:98vw}.star:nth-child(38):before,.star:nth-child(38):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-38s;animation-delay:-38s}.star:nth-child(38):before{top:1px;left:-1px;width:6px;height:2px}.star:nth-child(38):after{top:-1px;left:1px;width:2px;height:6px}.star:nth-child(39){top:47vh;left:25vw}.star:nth-child(39):before,.star:nth-child(39):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-39s;animation-delay:-39s}.star:nth-child(39):before{top:1px;left:-1px;width:6px;height:2px}.star:nth-child(39):after{top:-1px;left:1px;width:2px;height:6px}.star:nth-child(40){top:60vh;left:44vw}.star:nth-child(40):before,.star:nth-child(40):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-40s;animation-delay:-40s}.star:nth-child(40):before{top:2px;left:-2px;width:12px;height:4px}.star:nth-child(40):after{top:-2px;left:2px;width:4px;height:12px}.star:nth-child(41){top:8vh;left:94vw}.star:nth-child(41):before,.star:nth-child(41):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-41s;animation-delay:-41s}.star:nth-child(41):before{top:1.5px;left:-1.5px;width:9px;height:3px}.star:nth-child(41):after{top:-1.5px;left:1.5px;width:3px;height:9px}.star:nth-child(42){top:41vh;left:26vw}.star:nth-child(42):before,.star:nth-child(42):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-42s;animation-delay:-42s}.star:nth-child(42):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(42):after{top:-.5px;left:.5px;width:1px;height:3px}.star:nth-child(43){top:19vh;left:28vw}.star:nth-child(43):before,.star:nth-child(43):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-43s;animation-delay:-43s}.star:nth-child(43):before{top:2px;left:-2px;width:12px;height:4px}.star:nth-child(43):after{top:-2px;left:2px;width:4px;height:12px}.star:nth-child(44){top:41vh;left:29vw}.star:nth-child(44):before,.star:nth-child(44):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-44s;animation-delay:-44s}.star:nth-child(44):before{top:2px;left:-2px;width:12px;height:4px}.star:nth-child(44):after{top:-2px;left:2px;width:4px;height:12px}.star:nth-child(45){top:97vh;left:82vw}.star:nth-child(45):before,.star:nth-child(45):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-45s;animation-delay:-45s}.star:nth-child(45):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(45):after{top:-.5px;left:.5px;width:1px;height:3px}.star:nth-child(46){top:78vh;left:74vw}.star:nth-child(46):before,.star:nth-child(46):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-46s;animation-delay:-46s}.star:nth-child(46):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(46):after{top:-.5px;left:.5px;width:1px;height:3px}.star:nth-child(47){top:89vh;left:59vw}.star:nth-child(47):before,.star:nth-child(47):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-47s;animation-delay:-47s}.star:nth-child(47):before{top:1px;left:-1px;width:6px;height:2px}.star:nth-child(47):after{top:-1px;left:1px;width:2px;height:6px}.star:nth-child(48){top:96vh;left:25vw}.star:nth-child(48):before,.star:nth-child(48):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-48s;animation-delay:-48s}.star:nth-child(48):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(48):after{top:-.5px;left:.5px;width:1px;height:3px}.star:nth-child(49){top:12vh;left:51vw}.star:nth-child(49):before,.star:nth-child(49):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-49s;animation-delay:-49s}.star:nth-child(49):before{top:2px;left:-2px;width:12px;height:4px}.star:nth-child(49):after{top:-2px;left:2px;width:4px;height:12px}.star:nth-child(50){top:3vh;left:52vw}.star:nth-child(50):before,.star:nth-child(50):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-50s;animation-delay:-50s}.star:nth-child(50):before{top:1.5px;left:-1.5px;width:9px;height:3px}.star:nth-child(50):after{top:-1.5px;left:1.5px;width:3px;height:9px}.star:nth-child(51){top:60vh;left:69vw}.star:nth-child(51):before,.star:nth-child(51):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-51s;animation-delay:-51s}.star:nth-child(51):before{top:2px;left:-2px;width:12px;height:4px}.star:nth-child(51):after{top:-2px;left:2px;width:4px;height:12px}.star:nth-child(52){top:7vh;left:31vw}.star:nth-child(52):before,.star:nth-child(52):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-52s;animation-delay:-52s}.star:nth-child(52):before{top:1px;left:-1px;width:6px;height:2px}.star:nth-child(52):after{top:-1px;left:1px;width:2px;height:6px}.star:nth-child(53){top:76vh;left:24vw}.star:nth-child(53):before,.star:nth-child(53):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-53s;animation-delay:-53s}.star:nth-child(53):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(53):after{top:-.5px;left:.5px;width:1px;height:3px}.star:nth-child(54){top:14vh;left:84vw}.star:nth-child(54):before,.star:nth-child(54):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-54s;animation-delay:-54s}.star:nth-child(54):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(54):after{top:-.5px;left:.5px;width:1px;height:3px}.star:nth-child(55){top:13vh;left:66vw}.star:nth-child(55):before,.star:nth-child(55):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-55s;animation-delay:-55s}.star:nth-child(55):before{top:1.5px;left:-1.5px;width:9px;height:3px}.star:nth-child(55):after{top:-1.5px;left:1.5px;width:3px;height:9px}.star:nth-child(56){top:65vh;left:16vw}.star:nth-child(56):before,.star:nth-child(56):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-56s;animation-delay:-56s}.star:nth-child(56):before{top:2px;left:-2px;width:12px;height:4px}.star:nth-child(56):after{top:-2px;left:2px;width:4px;height:12px}.star:nth-child(57){top:83vh;left:79vw}.star:nth-child(57):before,.star:nth-child(57):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-57s;animation-delay:-57s}.star:nth-child(57):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(57):after{top:-.5px;left:.5px;width:1px;height:3px}.star:nth-child(58){top:26vh;left:46vw}.star:nth-child(58):before,.star:nth-child(58):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-58s;animation-delay:-58s}.star:nth-child(58):before{top:1.5px;left:-1.5px;width:9px;height:3px}.star:nth-child(58):after{top:-1.5px;left:1.5px;width:3px;height:9px}.star:nth-child(59){top:70vh;left:36vw}.star:nth-child(59):before,.star:nth-child(59):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-59s;animation-delay:-59s}.star:nth-child(59):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(59):after{top:-.5px;left:.5px;width:1px;height:3px}.star:nth-child(60){top:73vh;left:16vw}.star:nth-child(60):before,.star:nth-child(60):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-60s;animation-delay:-60s}.star:nth-child(60):before{top:1.5px;left:-1.5px;width:9px;height:3px}.star:nth-child(60):after{top:-1.5px;left:1.5px;width:3px;height:9px}.star:nth-child(61){top:68vh;left:88vw}.star:nth-child(61):before,.star:nth-child(61):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-61s;animation-delay:-61s}.star:nth-child(61):before{top:2px;left:-2px;width:12px;height:4px}.star:nth-child(61):after{top:-2px;left:2px;width:4px;height:12px}.star:nth-child(62){top:9vh;left:35vw}.star:nth-child(62):before,.star:nth-child(62):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-62s;animation-delay:-62s}.star:nth-child(62):before{top:1.5px;left:-1.5px;width:9px;height:3px}.star:nth-child(62):after{top:-1.5px;left:1.5px;width:3px;height:9px}.star:nth-child(63){top:44vh;left:75vw}.star:nth-child(63):before,.star:nth-child(63):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-63s;animation-delay:-63s}.star:nth-child(63):before{top:1px;left:-1px;width:6px;height:2px}.star:nth-child(63):after{top:-1px;left:1px;width:2px;height:6px}.star:nth-child(64){top:10vh;left:56vw}.star:nth-child(64):before,.star:nth-child(64):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-64s;animation-delay:-64s}.star:nth-child(64):before{top:1px;left:-1px;width:6px;height:2px}.star:nth-child(64):after{top:-1px;left:1px;width:2px;height:6px}.star:nth-child(65){top:68vh;left:33vw}.star:nth-child(65):before,.star:nth-child(65):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-65s;animation-delay:-65s}.star:nth-child(65):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(65):after{top:-.5px;left:.5px;width:1px;height:3px}.star:nth-child(66){top:66vh;left:94vw}.star:nth-child(66):before,.star:nth-child(66):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-66s;animation-delay:-66s}.star:nth-child(66):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(66):after{top:-.5px;left:.5px;width:1px;height:3px}.star:nth-child(67){top:82vh;left:37vw}.star:nth-child(67):before,.star:nth-child(67):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-67s;animation-delay:-67s}.star:nth-child(67):before{top:1px;left:-1px;width:6px;height:2px}.star:nth-child(67):after{top:-1px;left:1px;width:2px;height:6px}.star:nth-child(68){top:11vh;left:15vw}.star:nth-child(68):before,.star:nth-child(68):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-68s;animation-delay:-68s}.star:nth-child(68):before{top:1px;left:-1px;width:6px;height:2px}.star:nth-child(68):after{top:-1px;left:1px;width:2px;height:6px}.star:nth-child(69){top:86vh;left:83vw}.star:nth-child(69):before,.star:nth-child(69):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-69s;animation-delay:-69s}.star:nth-child(69):before{top:2px;left:-2px;width:12px;height:4px}.star:nth-child(69):after{top:-2px;left:2px;width:4px;height:12px}.star:nth-child(70){top:78vh;left:76vw}.star:nth-child(70):before,.star:nth-child(70):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-70s;animation-delay:-70s}.star:nth-child(70):before{top:2px;left:-2px;width:12px;height:4px}.star:nth-child(70):after{top:-2px;left:2px;width:4px;height:12px}.star:nth-child(71){top:6vh;left:75vw}.star:nth-child(71):before,.star:nth-child(71):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-71s;animation-delay:-71s}.star:nth-child(71):before{top:1px;left:-1px;width:6px;height:2px}.star:nth-child(71):after{top:-1px;left:1px;width:2px;height:6px}.star:nth-child(72){top:10vh;left:7vw}.star:nth-child(72):before,.star:nth-child(72):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-72s;animation-delay:-72s}.star:nth-child(72):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(72):after{top:-.5px;left:.5px;width:1px;height:3px}.star:nth-child(73){top:46vh;left:42vw}.star:nth-child(73):before,.star:nth-child(73):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-73s;animation-delay:-73s}.star:nth-child(73):before{top:1.5px;left:-1.5px;width:9px;height:3px}.star:nth-child(73):after{top:-1.5px;left:1.5px;width:3px;height:9px}.star:nth-child(74){top:47vh;left:59vw}.star:nth-child(74):before,.star:nth-child(74):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-74s;animation-delay:-74s}.star:nth-child(74):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(74):after{top:-.5px;left:.5px;width:1px;height:3px}.star:nth-child(75){top:46vh;left:32vw}.star:nth-child(75):before,.star:nth-child(75):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-75s;animation-delay:-75s}.star:nth-child(75):before{top:1.5px;left:-1.5px;width:9px;height:3px}.star:nth-child(75):after{top:-1.5px;left:1.5px;width:3px;height:9px}.star:nth-child(76){top:66vh;left:99vw}.star:nth-child(76):before,.star:nth-child(76):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-76s;animation-delay:-76s}.star:nth-child(76):before{top:1.5px;left:-1.5px;width:9px;height:3px}.star:nth-child(76):after{top:-1.5px;left:1.5px;width:3px;height:9px}.star:nth-child(77){top:59vh;left:43vw}.star:nth-child(77):before,.star:nth-child(77):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-77s;animation-delay:-77s}.star:nth-child(77):before{top:1px;left:-1px;width:6px;height:2px}.star:nth-child(77):after{top:-1px;left:1px;width:2px;height:6px}.star:nth-child(78){top:37vh;left:75vw}.star:nth-child(78):before,.star:nth-child(78):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-78s;animation-delay:-78s}.star:nth-child(78):before{top:1.5px;left:-1.5px;width:9px;height:3px}.star:nth-child(78):after{top:-1.5px;left:1.5px;width:3px;height:9px}.star:nth-child(79){top:66vh;left:19vw}.star:nth-child(79):before,.star:nth-child(79):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-79s;animation-delay:-79s}.star:nth-child(79):before{top:1.5px;left:-1.5px;width:9px;height:3px}.star:nth-child(79):after{top:-1.5px;left:1.5px;width:3px;height:9px}.star:nth-child(80){top:92vh;left:31vw}.star:nth-child(80):before,.star:nth-child(80):after{position:absolute;content:"";background-color:#fff;border-radius:10px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-delay:-80s;animation-delay:-80s}.star:nth-child(80):before{top:.5px;left:-.5px;width:3px;height:1px}.star:nth-child(80):after{top:-.5px;left:.5px;width:1px;height:3px}.circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}.circle--outer{width:550px;height:550px;background-image:linear-gradient(to right bottom,#802b89,#5631a1);box-shadow:0 0 20px -8px #000}.circle--inner{width:355px;height:355px;background-image:linear-gradient(to right bottom,#75278b,#5530a2);box-shadow:0 0 20px -8px #000}.four{position:absolute;font-size:150px;font-weight:900;text-shadow:0px 2px 10px rgba(0,0,0,.5);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.four--1{top:100px;left:30px;z-index:1}.four--2{top:100px;left:230px;z-index:3}.astronaut{position:absolute;top:-115px;left:-30px;transform:rotate(17deg)}.astronaut .astronaut-backpack{width:100px;height:100px;background-color:#e3e3e3;border-radius:10px}.astronaut .antena--left{left:10px}.astronaut .antena--right{right:10px}.astronaut .astronaut-antena{position:absolute;top:-7px}.astronaut .astronaut-antena .ear-down{position:absolute;bottom:-5px;width:15px;height:20px;border-radius:5px;background-color:#afafaf;z-index:1}.astronaut .astronaut-antena .ear-up{position:relative;width:15px;height:20px;border-radius:5px;background-color:#c3c3c3;z-index:2}.astronaut .astronaut-antena .antena{position:absolute;top:-29px;width:2px;height:30px;border-radius:5px;background-color:#c3c3c3}.astronaut .astronaut-antena .antena-tip{position:absolute;top:-33px;width:6px;height:6px;border-radius:50%;background-color:#c3c3c3}.astronaut .antena--left .antena{left:5px}.astronaut .antena--right .antena{right:5px}.astronaut .antena--left .antena-tip{left:3px}.astronaut .antena--right .antena-tip{right:3px}.astronaut .astronaut-helmet{position:absolute;top:-30px;left:50%;width:66px;height:66px;border-radius:50%;background-color:#fff;box-shadow:0 5px 1px -3px gray;transform:translate(-50%);z-index:3;overflow:hidden}.astronaut .astronaut-glass{position:absolute;top:13px;left:5px;width:56px;height:56px;background:#00202e;border-radius:10px}.astronaut .glow{position:absolute;border-radius:50%;background-color:#334d57}.astronaut .glow--1{top:25px;left:15px;width:17px;height:17px}.astronaut .glow--2{top:44px;left:13px;width:7px;height:7px}.astronaut .astronaut-body{position:absolute;top:30px;left:50%;width:50px;height:50px;background-color:#c3c3c3;transform:translate(-50%)}.astronaut-wire{position:absolute;top:-40px;left:-260px}.astronaut-hands{position:absolute;top:-89px;left:-23px;width:100px;transform:rotate(17deg);z-index:3}.astronaut-hands .astronaut-hand{position:absolute}.astronaut-hands .hand--left{left:-3px}.astronaut-hands .hand--right{transform:scaleX(-1);right:-3px}.oh{transition:all .1s linear;-webkit-animation:floating 4s linear infinite;animation:floating 4s linear infinite;z-index:2}.planet{background-color:#ff4980;box-shadow:inset -6px -10px 0 1px #cc3b6b,0 2px 10px #0006;width:155px;height:155px}.craters .crater{position:absolute;border-radius:50%;background-color:#c93667}.craters .crater--1{width:35px;height:35px;top:30px;left:25px}.craters .crater--2{width:23px;height:23px;top:20px;left:93px}.craters .crater--3{width:17px;height:17px;top:77px;left:17px}.craters .crater--4{width:10px;height:10px;top:90px;left:80px}.craters .crater--5{width:25px;height:25px;top:115px;left:50px}.craters .crater--6{width:13px;height:13px;top:118px;left:105px}.btnGoHome{text-align:center;position:absolute;bottom:30px;left:50%;transform:translate(-50%);cursor:pointer;z-index:999;display:inline-block;padding:10px 20px;color:#ff4980;font-size:16px;text-decoration:none;text-transform:uppercase;overflow:hidden;transition:.5s;margin-top:40px;letter-spacing:4px}.btnGoHome:hover{background:#ff4980;color:#fff;border-radius:5px;box-shadow:0 0 5px #ff4980,0 0 25px #ff4980,0 0 50px #ff4980,0 0 100px #ff4980}.btnGoHome span{position:absolute;display:block}.btnGoHome span:nth-child(1){top:0;left:-100%;width:100%;height:2px;background:linear-gradient(90deg,transparent,#ff4980);animation:btn-anim1 1s linear infinite}.btnGoHome span:nth-child(2){top:-100%;right:0;width:2px;height:100%;background:linear-gradient(180deg,transparent,#ff4980);animation:btn-anim2 1s linear infinite;animation-delay:.25s}.btnGoHome span:nth-child(3){bottom:0;right:-100%;width:100%;height:2px;background:linear-gradient(270deg,transparent,#ff4980);animation:btn-anim3 1s linear infinite;animation-delay:.5s}.btnGoHome span:nth-child(4){bottom:-100%;left:0;width:2px;height:100%;background:linear-gradient(360deg,transparent,#ff4980);animation:btn-anim4 1s linear infinite;animation-delay:.75s}@keyframes btn-anim1{0%{left:-100%}50%,to{left:100%}}@keyframes btn-anim2{0%{top:-100%}50%,to{top:100%}}@keyframes btn-anim3{0%{right:-100%}50%,to{right:100%}}@keyframes btn-anim4{0%{bottom:-100%}50%,to{bottom:100%}}.sorry{position:absolute;top:210px;left:50%;transform:translate(-50%);font-size:15px}@-webkit-keyframes blink{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.4);opacity:.5}}@keyframes blink{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.4);opacity:.5}}@-webkit-keyframes floating{0%,to{transform:translate(-3px,-3px) rotate(1deg)}20%{transform:translate(-1px,-1px) rotate(-1deg)}40%{transform:translate(2px,-2px) rotate(1deg)}60%{transform:translate(2px,-2px) rotate(1deg)}80%{transform:translate(-2px,2px) rotate(-2deg)}}@keyframes floating{0%,to{transform:translate(-3px,-3px) rotate(1deg)}20%{transform:translate(-1px,-1px) rotate(-1deg)}40%{transform:translate(2px,-2px) rotate(1deg)}60%{transform:translate(2px,-2px) rotate(1deg)}80%{transform:translate(-2px,2px) rotate(-2deg)}}
