*{box-sizing:border-box}.br{margin-top:1rem}.bra{margin-bottom:1rem}.flex{display:flex}.grow{flex-grow:1}.justify-space-around{justify-content:space-around}.justify-space-between{justify-content:space-between}.justify-center{justify-content:center}.align-center{align-items:center}.center{text-align:center}.wrap{flex-wrap:wrap}.hidden{display:none}.translucent{opacity:0.66}.big{font-size:200%}.small{font-size:75%}.screencenter{width:100%;display:flex;justify-content:center}html{scroll-behavior:smooth;cursor:default}body,html,header,footer{padding:0;margin:0}header,footer,header *,footer *{z-index:100}a,a:active,a:focus{color:white;text-decoration:underline;text-shadow:0px 0px 0em transparent;-moz-transition:0.25s ease-in-out all;-o-transition:0.25s ease-in-out all;-webkit-transition:0.25s ease-in-out all;transition:0.25s ease-in-out all}a:hover{text-shadow:0px 0px 0.5em currentColor}#starcanvas{position:fixed;width:100%;height:100%;z-index:-1}.contentsplit{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.contentsplit>*{flex-basis:50%}.contentsplit>*:first-child{margin-right:1rem;text-align:right}.contentsplit>*:last-child{margin-left:1rem;text-align:left}.contentsplit>p{border:0;text-shadow:0px 0px 0px transparent;box-shadow:0px 0px 0px transparent;border-radius:2em;-webkit-filter:drop-shadow(0px 0px 0.5rem #adf);filter:drop-shadow(0px 0px 0.5rem #adf)}.contentsplit>p:first-child{border-left:0.5em solid #adf}.contentsplit>p:last-child{border-right:0.5em solid #adf}.contentsplit img{opacity:0;max-width:40%;-moz-transition:1s ease all;-o-transition:1s ease all;-webkit-transition:1s ease all;transition:1s ease all}.contentsplit img:first-child{transform:scaleY(0) translateX(-100vw)}.contentsplit img:last-child{transform:scaleY(0) translateX(100vw)}.contentsplit.inview img{transform:scaleY(1) translateX(0vw);opacity:1}header nav{position:fixed;left:2rem;top:0;height:100%;display:flex;flex-direction:column;justify-content:center;font-size:80%;letter-spacing:0.25em;line-height:2.5em;text-transform:uppercase;font-family:helvetica,Roboto,sans-serif}header nav img{max-height:1em}header nav a{color:#ccc;border-left:1px solid currentColor;padding:0 0.5em;text-shadow:0.1em 0.1em 0.15em black;text-decoration:none !important}header nav a:first-child{border-top-left-radius:0.7em}header nav a:last-child{border-bottom-left-radius:0.7em}header nav a:hover{color:#adf;border-left-width:0.5em;background:#111}footer{position:fixed;right:2rem;bottom:2rem;font-size:0.3cm;font-family:tahoma,sans-serif}body{width:100%;height:100%;color:white;font-size:0.5cm;font-family:Roboto,helvetica,sans-serif;font-weight:100;background:#0a1d2b;background-attachment:fixed;overflow-x:hidden}main{width:100%;height:100%;position:absolute}main>section{width:100%;height:100%;margin:0 auto;padding:1rem 32rem;display:flex;justify-content:center;align-items:center;flex-direction:column;background:linear-gradient(to right, transparent, rgba(0,0,0,0.75), rgba(0,0,0,0.75), transparent)}p{white-space:pre-line;text-align:justify;max-width:50em;letter-spacing:0.1em;line-height:1.25em}.bglow{padding:0.5rem 1rem;border-radius:2em;border-left:0.5em solid #adf;border-right:0.5em solid #adf;-webkit-filter:drop-shadow(0px 0px 0.5rem #adf);filter:drop-shadow(0px 0px 0.5rem #adf)}p:not(.bglow){text-shadow:0px 0px 1.25em currentColor}.team{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap}.team>*{width:12rem;margin:0 1rem;margin-bottom:1rem;display:flex;flex-direction:column;align-items:center;text-align:center;-webkit-filter:drop-shadow(0px 0px 0.5rem #adf);filter:drop-shadow(0px 0px 0.5rem #adf)}.team>*>*:first-child{position:relative;width:10rem;height:10rem;border:1px solid white;box-shadow:0px 0px 2rem rgba(255,255,255,0.25);border-radius:1rem;background:rgba(10,10,10,0.5);overflow:hidden}.team>*>*:first-child>*{position:absolute;left:0;top:0;width:100%;height:100%}.team>*>*:first-child>img{-moz-transition:0.5s ease-in-out all;-o-transition:0.5s ease-in-out all;-webkit-transition:0.5s ease-in-out all;transition:0.5s ease-in-out all;-webkit-filter:grayscale(0) brightness(1);filter:grayscale(0) brightness(1)}.team>*>*:first-child:hover>img{-webkit-filter:grayscale(1) brightness(0.25);filter:grayscale(1) brightness(0.25)}.team>*>*:first-child>div{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:0.33em;font-size:11px;font-family:tahoma,sans-serif;-moz-transition:0.5s ease-in-out all;-o-transition:0.5s ease-in-out all;-webkit-transition:0.5s ease-in-out all;transition:0.5s ease-in-out all;-webkit-filter:blur(7px) opacity(0);filter:blur(7px) opacity(0)}.team>*>*:first-child:hover>div{-webkit-filter:blur(0px) opacity(1);filter:blur(0px) opacity(1)}.team>*>*:nth-child(2){margin:0.5em 0;font-weight:bold}.team>*>*:nth-child(3){margin-bottom:0.5em;font-size:80%}.team>*>*:last-child{font-size:80%}.team p{text-align:left}.team p b{font-weight:normal;font-size:150%}#logo{position:fixed;top:1.5rem;left:1.5rem;max-height:10vh}h1{margin:0;margin-top:-6rem;padding-bottom:3rem;font-size:200%;text-shadow:0px 0px 1em currentColor}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#050505}body .scrollbar-inner>.scroll-element .scroll-element_track,body ::-webkit-scrollbar-track{background:transparent}.scrollbar-inner>.scroll-element .scroll-bar,::-webkit-scrollbar-thumb{background:#99c7e6}.scrollbar-inner>.scroll-element .scroll-bar:hover,::-webkit-scrollbar-thumb:hover{background:#a2d2f2}.scrollbar-inner>.scroll-element .scroll-bar:active,::-webkit-scrollbar-thumb:active{background:#adf}::-webkit-scrollbar-button:start,::-webkit-scrollbar-button:end{display:none}@media only screen and (max-width: 1600px){main>section{padding:0.5rem 14rem}}@media only screen and (max-width: 1100px){main>section{padding:1rem 10rem}}@media only screen and (max-width: 720px){main{padding:0 1rem}body{font-size:75%}main>section{padding:0.5rem 7rem}}@media only screen and (max-width: 590px){.contentsplit>p{border-left:0 !important;border-right:0 !important}}@media only screen and (max-width: 480px){main>section{padding:0.25rem 5rem}}
