*,:before,:after{box-sizing:border-box;border-style:solid;border-width:0}@media(prefers-reduced-motion:no-preference){:has(:target){scroll-behavior:smooth;scroll-padding-top:3rem}}html,body,div,form,fieldset,legend,caption,label,h1,h2,h3,h4,h5,h6,p,blockquote,pre{font-size:100%;font-weight:400;margin:0;padding:0;vertical-align:baseline;border:0;outline:0;background:transparent}html{hanging-punctuation:first last;color-scheme:dark light}h1,h2,h3,h4,h5,h6{text-wrap:balance}p{text-wrap:pretty}table{border-spacing:0;border-collapse:collapse}th,td{text-align:left;vertical-align:top}img{border:0}html,body{margin:0;padding:0}body{background-color:#25304c;color:#fff;font-family:new-science,sans-serif;font-size:calc(1.4rem * .75);height:100%;min-height:100dvh;overflow-x:hidden;position:relative;width:100%}body:before{background-image:url(../images/starfield1.jpg);background-size:cover;content:"";opacity:.3;position:fixed;inset:0;height:100dvh;z-index:-100}h1,h2,h3,h4,h5,h6{font-family:hoverunit,sans-serif;font-weight:900;margin-bottom:2rem}h1{font-size:3rem}h2{font-size:2rem}p{line-height:150%;margin-bottom:2rem}a{color:#eecd5c}main{margin:0 auto;padding:5rem 0 0}section.content{margin:2rem auto;max-width:110ch}.bigbox{display:flow-root;margin:2rem auto;margin:0 auto;padding:0;position:relative}.bigbox article{margin-inline:auto;max-width:110ch;width:80%}.bigbox p{line-height:200%}.bigbox figure{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:grid;align-items:center;justify-content:center;max-width:100%;overflow:hidden;position:relative}.bigbox figure.left{float:left;margin:0 1rem 1rem 0}.bigbox figure.right{float:right;margin:0 0 1rem 1rem}.bigbox figure:hover:before,.bigbox figure:hover:after{transform:scale(1)}.bigbox figure:hover img{filter:grayscale(0)}.bigbox figure img{aspect-ratio:1/1;display:block;margin:0;filter:grayscale(100%);object-fit:cover;transition:filter .5s ease-in-out;width:100%;z-index:1}.bigbox figure figcaption{color:#fff;font-size:.7rem;margin-bottom:0;text-align:center}#astronaut{animation:float 5s ease-in-out infinite;position:fixed;top:35rem;right:4rem;height:auto;width:75px;z-index:-1}#earth{display:none;animation:rotate 30s linear infinite;position:fixed;bottom:10rem;filter:grayscale(50%);left:7rem;height:50px;width:50px;z-index:-2}#mars{animation:rotate 20s linear infinite;position:fixed;top:35rem;right:5rem;height:100px;width:100px;z-index:-2}#moon{animation:rotate 15s linear infinite;filter:grayscale(100%);position:fixed;top:20rem;left:5rem;height:50px;width:50px;z-index:-2}header{margin:3rem auto;width:95%;max-width:100ch}header i.fa-rocket-launch{display:block;font-size:1.5rem;margin:0 auto 1rem;text-align:center}header h2{margin-bottom:0;text-align:center}header p{text-align:center}header p small{font-size:.7rem}.sky{opacity:.75;position:fixed;top:0;left:0;height:25%;width:25%;rotate:45deg;z-index:-1}.star{position:absolute;left:50%;top:50%;height:2px;border-radius:885px;background:linear-gradient(-45deg,#eef0f5,#00f0);-webkit-filter:drop-shadow(0 0 6px #eef1f8);filter:drop-shadow(0 0 6px #d7dff0);-webkit-animation:tail 3s ease-in-out infinite,shooting 3s ease-in-out infinite;animation:tail 3s ease-in-out infinite,shooting 3s ease-in-out infinite}.star:before,.star:after{content:"";position:absolute;top:calc(50% - 1px);right:0;height:2px;background:linear-gradient(-45deg,#00f0,#eaeef8,#00f0);-webkit-transform:translateX(50%) rotateZ(45deg);transform:translate(50%) rotate(45deg);border-radius:100%;-webkit-animation:shining 3s ease-in-out infinite;animation:shining 3s ease-in-out infinite}.star:after{-webkit-transform:translateX(50%) rotateZ(-45deg);transform:translate(50%) rotate(-45deg)}.star:nth-child(1){top:calc(50% + 119px);left:calc(50% - 43px);-webkit-animation-delay:4s;animation-delay:4s}.star:nth-child(1):before,.star:nth-child(1):after{-webkit-animation-delay:4s;animation-delay:4s}.star:nth-child(2){top:calc(50% + 43px);left:calc(50% - 37px);-webkit-animation-delay:5s;animation-delay:5s}.star:nth-child(2):before,.star:nth-child(2):after{-webkit-animation-delay:5s;animation-delay:5s}.star:nth-child(3){top:calc(50% + 40px);left:calc(50% - 222px);-webkit-animation-delay:7s;animation-delay:7s}.star:nth-child(3):before,.star:nth-child(3):after{-webkit-animation-delay:7s;animation-delay:7s}.star:nth-child(4){top:calc(50% + 29px);left:calc(50% - 113px);-webkit-animation-delay:7s;animation-delay:7s}.star:nth-child(4):before,.star:nth-child(4):after{-webkit-animation-delay:7s;animation-delay:7s}.star:nth-child(5){top:calc(50% - 146px);left:calc(50% - 112px);-webkit-animation-delay:3s;animation-delay:3s}.star:nth-child(5):before,.star:nth-child(5):after{-webkit-animation-delay:3s;animation-delay:3s}.star:nth-child(6){top:calc(50% + 108px);left:calc(50% - 160px);-webkit-animation-delay:3s;animation-delay:3s}.star:nth-child(6):before,.star:nth-child(6):after{-webkit-animation-delay:3s;animation-delay:3s}.star:nth-child(7){top:calc(50% - 52px);left:calc(50% - 72px);-webkit-animation-delay:7s;animation-delay:7s}.star:nth-child(7):before,.star:nth-child(7):after{-webkit-animation-delay:7s;animation-delay:7s}@keyframes float{0%{top:35rem}50%{top:36rem}to{top:35rem}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes tail{0%{width:0}30%{width:100px}to{width:0}}@keyframes shining{0%{width:0}50%{width:30px}to{width:0}}@keyframes shooting{0%{-webkit-transform:translateX(0);transform:translate(0)}to{-webkit-transform:translateX(270px);transform:translate(270px)}}header[data-astro-cid-3ef6ksr2]#site{align-content:start;background:url(/images/moon.png) no-repeat 50% top;display:grid;justify-content:center;margin-top:0;margin-bottom:3rem;min-height:250px;padding:0;position:relative}header[data-astro-cid-3ef6ksr2]#site>h1[data-astro-cid-3ef6ksr2],header[data-astro-cid-3ef6ksr2]#site>h2[data-astro-cid-3ef6ksr2]{display:block;position:absolute;top:-9999px;left:-9999px}header[data-astro-cid-3ef6ksr2]#site>img[data-astro-cid-3ef6ksr2].logo{display:block;height:auto;margin-top:0;margin-inline:auto;position:relative;width:400px;z-index:1}header[data-astro-cid-3ef6ksr2]#site .ribbon[data-astro-cid-3ef6ksr2]{position:relative;padding:0;margin:-45px 0 0 25px;z-index:2}header[data-astro-cid-3ef6ksr2]#site .ribbon[data-astro-cid-3ef6ksr2]>img[data-astro-cid-3ef6ksr2]{display:block;margin:0 auto}header[data-astro-cid-3ef6ksr2]#site .ribbon[data-astro-cid-3ef6ksr2]>p[data-astro-cid-3ef6ksr2]{align-items:center;display:flex;font-family:hoverunit,sans-serif;font-size:14px;justify-content:center;inset:0 45px 5px;margin:0;padding:0;padding-inline:40px;position:absolute;text-align:center}header[data-astro-cid-3ef6ksr2]#site .ribbon[data-astro-cid-3ef6ksr2]>span[data-astro-cid-3ef6ksr2]{position:absolute;top:25px;font-family:hoverunit,sans-serif;font-size:14px;font-weight:700}header[data-astro-cid-3ef6ksr2]#site .ribbon[data-astro-cid-3ef6ksr2]>span[data-astro-cid-3ef6ksr2]:nth-child(2n){left:-5px}header[data-astro-cid-3ef6ksr2]#site .ribbon[data-astro-cid-3ef6ksr2]>span[data-astro-cid-3ef6ksr2]:nth-child(odd){left:auto;right:-15px}footer[data-astro-cid-sz7xmlte]#site{color:#424242;display:grid;align-content:end;justify-content:center;margin-top:15rem;padding:0;position:relative;width:100%;z-index:100}footer[data-astro-cid-sz7xmlte]#site section[data-astro-cid-sz7xmlte].info{display:flex;align-items:center;justify-content:end;padding:1.5rem 1rem;position:relative;z-index:100}footer[data-astro-cid-sz7xmlte]#site section[data-astro-cid-sz7xmlte].info>p[data-astro-cid-sz7xmlte]{margin:0;padding:1rem;text-align:center}footer[data-astro-cid-sz7xmlte]#site>.footer__deco[data-astro-cid-sz7xmlte]{background:url(/images/launchpad.png) no-repeat 47.5% bottom;height:200px;position:absolute;left:0;right:0;top:-90%;z-index:1}footer[data-astro-cid-sz7xmlte]#site>.footer__bg[data-astro-cid-sz7xmlte]{background-color:#a88889;height:100%;position:absolute;left:0;right:0;bottom:0;z-index:-1}.bigbox[data-astro-cid-mmc7otgs]{background-color:#f2f2f280;border:10px solid hsl(0,0%,95%);border-inline:none;padding:2rem;position:relative;width:100%}@media screen and (min-width:768px){.bigbox[data-astro-cid-mmc7otgs]{background-color:#f2f2f240}}.bigbox[data-astro-cid-mmc7otgs]:before{background-color:#f2f2f2;border-radius:0 5px 0 0;color:#25304c;content:"Introduction";font-family:hoverunit,sans-serif;font-weight:700;height:50px;left:0;padding:1rem 2rem;position:absolute;text-transform:uppercase;top:-50px;width:fit-content;z-index:-1}.bigbox[data-astro-cid-mmc7otgs] article[data-astro-cid-mmc7otgs]{max-width:100ch!important}.bigbox[data-astro-cid-mmc7otgs] h1[data-astro-cid-mmc7otgs]{text-align:center}.bigbox[data-astro-cid-mmc7otgs] p[data-astro-cid-mmc7otgs]:last-of-type{margin-bottom:0}.bigbox[data-astro-cid-mmc7otgs] figure[data-astro-cid-mmc7otgs]{float:none;margin:0 auto 1rem;max-width:200px}@media screen and (min-width:768px){.bigbox[data-astro-cid-mmc7otgs] figure[data-astro-cid-mmc7otgs]{float:left;margin:0 2rem 1rem 0}.bigbox[data-astro-cid-mmc7otgs] figure[data-astro-cid-mmc7otgs].right{float:right;margin:0 0 1rem 2rem}}.bigbox[data-astro-cid-mmc7otgs] figure[data-astro-cid-mmc7otgs] img[data-astro-cid-mmc7otgs]{filter:none;margin-bottom:1rem}.bigbox[data-astro-cid-mmc7otgs] figure[data-astro-cid-mmc7otgs] figcaption[data-astro-cid-mmc7otgs]{opacity:.5}aside[data-astro-cid-luj3ckct]{margin:4rem auto 2rem;padding:0;width:95%}@media screen and (min-width:768px){aside[data-astro-cid-luj3ckct]{display:block;margin:3rem 0 0 2rem;width:25%}}aside[data-astro-cid-luj3ckct] section[data-astro-cid-luj3ckct]{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;justify-content:center}@media screen and (min-width:768px){aside[data-astro-cid-luj3ckct] section[data-astro-cid-luj3ckct]{flex-direction:column;align-items:center;justify-content:start}}aside[data-astro-cid-luj3ckct] section[data-astro-cid-luj3ckct] a[data-astro-cid-luj3ckct]{display:block;margin-bottom:1rem;text-decoration:none}aside[data-astro-cid-luj3ckct] h3[data-astro-cid-luj3ckct]{font-size:1rem;margin-bottom:1rem;text-align:center!important}.bigbox[data-astro-cid-luj3ckct]{background-color:#f2f2f240;border:10px solid hsl(0,0%,95%);border-radius:0 20px;padding:1rem;position:relative;width:100%}.bigbox[data-astro-cid-luj3ckct]:before{background-color:#f2f2f2;border-radius:0 5px 0 0;color:#25304c;content:"Share";font-family:hoverunit,sans-serif;font-weight:700;height:50px;left:-10px;padding:1rem 2rem;position:absolute;text-transform:uppercase;top:-50px;width:fit-content;z-index:-1}.outro[data-astro-cid-juopcsat]{margin:3rem auto 0;position:relative;width:90%;z-index:1}@media screen and (min-width:768px){.outro[data-astro-cid-juopcsat]{display:flex;align-items:center;justify-content:center;max-width:100ch}}.outro[data-astro-cid-juopcsat] article[data-astro-cid-juopcsat]{height:fit-content}@media screen and (min-width:768px){.outro[data-astro-cid-juopcsat] article[data-astro-cid-juopcsat]{width:75%}}.outro[data-astro-cid-juopcsat] h2[data-astro-cid-juopcsat],.outro[data-astro-cid-juopcsat] p[data-astro-cid-juopcsat]{margin-bottom:1rem}:root{--width: 300px;--height: 300px;--quantity: 54;--timer: 120s}.gallery[data-astro-cid-ihllb3az]{background-color:#f2f2f2;border:10px solid hsl(0,0%,95%);border-inline:none;border-radius:0;margin:0 auto;padding:0;perspective:0;position:relative;-webkit-perspective:0;width:100%}.gallery[data-astro-cid-ihllb3az]:before{background-color:#f2f2f2;border-radius:0 5px 0 0;color:#25304c;content:"Gallery";font-family:hoverunit,sans-serif;font-weight:700;height:50px;left:-10px;padding:1rem 2rem;position:absolute;text-transform:uppercase;top:-50px;width:fit-content;z-index:-1}.gallery[data-astro-cid-ihllb3az] .slider[data-astro-cid-ihllb3az]{height:var(--height);width:100%}.gallery[data-astro-cid-ihllb3az] .slider[data-astro-cid-ihllb3az] .gallery-images[data-astro-cid-ihllb3az]{display:flex;gap:0;width:100%;min-width:calc(var(--width) * var(--quantity));position:relative}.gallery[data-astro-cid-ihllb3az] .slider[data-astro-cid-ihllb3az] .gallery-images[data-astro-cid-ihllb3az]>.item[data-astro-cid-ihllb3az]{border-inline:5px solid hsl(0,0%,95%);padding:0;margin:0;position:absolute;left:100%;height:var(--height);width:var(--width);animation:autoRun var(--timer) linear infinite;animation-delay:calc(var(--timer) / var(--quantity) * (var(--position) - 1) - var(--timer))!important}.gallery[data-astro-cid-ihllb3az] .slider[data-astro-cid-ihllb3az] .gallery-images[data-astro-cid-ihllb3az]>.item[data-astro-cid-ihllb3az]>a[data-astro-cid-ihllb3az]{display:block;height:100%;padding:0;margin:0;width:100%}.gallery[data-astro-cid-ihllb3az] .slider[data-astro-cid-ihllb3az] .gallery-images[data-astro-cid-ihllb3az]>.item[data-astro-cid-ihllb3az]>a[data-astro-cid-ihllb3az]>img[data-astro-cid-ihllb3az]{object-fit:cover;height:100%;width:100%}.gallery[data-astro-cid-ihllb3az] .slider[data-astro-cid-ihllb3az] .gallery-images[data-astro-cid-ihllb3az]:hover .item[data-astro-cid-ihllb3az]{animation-play-state:paused!important;filter:grayscale(1)}.gallery[data-astro-cid-ihllb3az] .slider[data-astro-cid-ihllb3az] .gallery-images[data-astro-cid-ihllb3az] .item[data-astro-cid-ihllb3az]:hover{filter:grayscale(0)}@keyframes autoRun{0%{left:100%}to{left:calc(var(--width) * -1)}}
