#AstraBackground{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-999}.ContactPage p{margin:10px 0}.ContactPage .link{color:#ffcd00;border-bottom:2px solid #000;text-decoration:none;transition:border-bottom-color .25s ease-in-out}.ContactPage h2{margin:40px 0}.ContactPage h3{margin:30px 0}.ContactPage ol{margin-left:40px}.ContactPage ol li{margin:8px}.ContactPage .button{display:block;background:#ffcd00;color:#000;border-radius:5px;align-self:flex-start;max-width:200px;text-align:center;padding:10px 20px;font-weight:700;font-size:1.125em;margin:20px 0;transition:transform .25s ease-in-out}.ContactPage .button:hover{transform:scale(1.125);cursor:pointer}.ContactPage .link:hover{border-bottom-color:#ffcd00}@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,400&display=swap";a{color:#ffcd00;text-decoration:none}*{margin:0;padding:0;box-sizing:border-box;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-moz-tap-highlight-color:transparent}body{font-family:Roboto,sans-serif;background:#000;color:#fff}@font-face{font-family:Nasa;src:url(/_next/static/media/Righteous.b3816746.ttf)}h1,h2{font-family:Nasa,Roboto,sans-serif;text-transform:uppercase}h2{font-size:2em}h3{font-size:1.5em;font-weight:lighter}h2,h3{color:#ffcd00;margin:10px 0}.rootAppContainer{margin-top:80px;display:flex;flex-direction:column;align-items:center}.main{width:min(100%,1080px);padding:16px}@media(min-width:1080px){h2{font-size:3em}h3{font-size:2em}h2,h3{margin:16px 0}.main{padding:40px}}.HomePage{display:flex;flex-direction:column;height:calc(100vh - 80px);align-items:center;padding:8px}.HomePage .earth,.HomePage .mars{display:none}.HomePage .moon{height:50%;width:100%;max-width:600px;max-height:600px}.HomePage .right{height:50%;padding:16px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.HomePage .right .logo{width:100%}.HomePage .right .mission{padding:8px;text-align:center}@media(min-width:1080px){.HomePage{flex-direction:row;justify-content:center;align-items:center;padding:32px}.HomePage .moon{margin:0;padding:0;z-index:2}.HomePage .right{padding:32px;z-index:2;margin:0;width:45%;justify-content:center;align-items:flex-start;box-shadow:0 0 40px #292100;border-radius:20px;background:rgba(0,0,0,.5);transform:perspective(800px) rotateX(-2deg) rotateY(-8deg) translateX(-40px)}.HomePage .right .mission{text-align:left;line-height:1.5;font-size:1.25em}.HomePage .earth{display:block;position:fixed;bottom:-150px;right:-150px;width:300px;height:300px;z-index:2}.HomePage .mars{display:block;position:fixed;top:-100px;left:-100px;width:40px;height:40px;animation:marsAnimation 60s infinite}@keyframes marsAnimation{to{top:calc(100vh - 40px);left:calc(100vw - 40px)}}}.MembersPage .members{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.MemberView{display:flex;margin:16px;flex-direction:column;justify-content:space-between;align-items:center;background:rgba(0,0,0,.9);border-radius:20px;box-shadow:0 0 8px #ffcd00;overflow:hidden;transition:transform .25s ease-in-out,box-shadow .25s ease-in-out;position:relative}.MemberView .background{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.MemberView .top{height:100%;z-index:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,0,0,.25);width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px}.MemberView .top .profile-container{width:200px;height:200px;overflow:hidden;border-radius:50%;margin-bottom:16px}.MemberView .top .profile-container .profile{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:center}.MemberView .top .name{font-weight:700;font-size:1.5em}.MemberView .top .email{font-weight:lighter;color:#d3d3d3;font-size:1.125em}.MemberView .top .buttons{display:flex;flex-direction:row;align-items:center;justify-content:center}.MemberView .top .buttons .button{margin:8px;transition:transform .25s ease-in-out;width:40px;height:40px;color:#ffcd00}.MemberView .top .buttons .button:hover{transform:scale(1.25);cursor:pointer}.MemberView .bottom{display:block;background:#ffcd00;width:100%;padding:16px;text-align:center;color:rgba(0,0,0,.9);font-weight:lighter;z-index:1;font-size:1.25em}.MemberView .bio{font-size:1.25em;padding:32px;text-align:justify;line-height:1.5;max-width:1080px;max-height:70%}@media(min-width:1080px){.MemberView{margin:32px;width:40%}}.MemberView:hover{cursor:pointer;transform:scale(1.05);box-shadow:0 0 32px #ffcd00}.MenuView{position:fixed;top:80px;left:0;width:min(100vw,1080px);background:#ffcd00;height:calc(100vh - 80px);z-index:999;color:#000;transform:translateX(100vw);box-shadow:inset 0 0 5px #000;transition:transform .45s cubic-bezier(.55,0,.1,1);display:flex;flex-direction:column;align-items:stretch;padding:20px}.menuAnimate{transform:translateX(calc(100vw - min(100vw, 1080px)))}.MenuItemView{text-decoration:none;color:#000;display:flex;padding:20px;text-transform:lowercase;font-weight:lighter;font-size:1.5em;border-bottom:1px solid gray;justify-content:space-between;align-items:center;width:100%}.MenuItemView .arrow{width:30px;height:30px}.MenuItemView .text{transition:transform .25s ease-in-out}.MenuItemView:hover .text{transform:scale(1.125);cursor:pointer}.ModelView{outline:none}.App,.NavView{width:100%}.NavView{display:flex;position:fixed;top:0;left:0;justify-content:space-between;align-items:center;height:80px;padding:0 20px;background:#ffcd00;color:#000;box-shadow:0 0 10px #000;z-index:99999}.NavView .bar{display:none;align-items:center}.NavView .bar .link{color:#000;font-weight:400;display:block;padding:8px;margin-right:16px;text-transform:lowercase;font-size:1.125em;text-decoration:none;border-bottom:4px solid #ffcd00;transition:border-bottom-color .25s ease-in-out}.NavView .bar .link-active,.NavView .bar .link:hover{border-bottom-color:#000;cursor:pointer}.NavView .hamburger{display:block;transition:transform .25s ease-in-out}.NavView .hamburger:hover{transform:scale(1.25)}.NavView .openButton{width:40px;height:40px;transition:transform .25s ease-in-out}.NavView .openButton:hover{transform:scale(1.25)}.NavView .header{display:flex;align-items:center;justify-content:flex-start}.NavView .header *{margin-right:10px}.NavView .header h1{font-size:3em}.NavView .header h1 .D,.NavView .header h1 .L,.NavView .header h1 .P,.NavView .header h1 .S,.NavView .header h1 .T{padding:0;margin:0}.NavView .header h1 .d,.NavView .header h1 .l,.NavView .header h1 .p,.NavView .header h1 .s,.NavView .header h1 .t{display:none}.NavView .header .mtu{height:40px;width:40px;-o-object-fit:contain;object-fit:contain}.NavView .header .globe{height:56px}.NavView .header:hover{cursor:pointer}@media(min-width:1490px){.NavView .MenuView,.NavView .hamburger{display:none}.NavView .bar{display:flex}.NavView .header h1{display:flex;justify-content:flex-start;align-items:baseline}.NavView .header h1 .d,.NavView .header h1 .l,.NavView .header h1 .p,.NavView .header h1 .s,.NavView .header h1 .t{font-weight:lighter;text-transform:lowercase;font-family:Roboto,sans-serif;padding:0;font-size:.5em;margin:0 0 0 4px;display:block;width:0;overflow:hidden;transition:width .25s ease-in-out}.NavView .header h1 .D:hover,.NavView .header h1 .L:hover,.NavView .header h1 .P:hover,.NavView .header h1 .S:hover,.NavView .header h1 .T:hover{cursor:pointer}.NavView .header h1 .D:hover+.d,.NavView .header h1 .L:hover+.l,.NavView .header h1 .P:hover+.p,.NavView .header h1 .S:hover+.s,.NavView .header h1 .T:hover+.t{width:140px}}.NavViewHome{background:rgba(0,0,0,.25);color:#ffcd00;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.NavViewHome .bar .link{color:#ffcd00;border-bottom:4px solid transparent}.NavViewHome .bar .link-active,.NavViewHome .bar .link:hover{border-bottom-color:#ffcd00}.NewsView{background:rgba(0,0,0,.9);box-shadow:0 0 20px #202020;text-decoration:none;color:#fff;margin-bottom:32px;align-items:center;padding:16px;border-radius:10px}.NewsView,.NewsView .left{width:100%;display:flex;justify-content:space-between}.NewsView .left{flex-direction:column;align-items:flex-start;padding-right:8px}.NewsView .left .top{width:100%;display:flex;flex-direction:column}.NewsView .left .top *{display:block}.NewsView .left .top .titleContainer{display:flex;justify-content:flex-start;align-items:center}.NewsView .left .top .titleContainer .logo{color:#1da1f2}.NewsView .left .top .title{color:#ffcd00;font-weight:700;font-size:1.5em;margin-right:8px}.NewsView .left .top .date{font-weight:lighter;padding:8px 0;min-width:100px}.NewsView .left .bottom{margin-top:16px}.NewsView .link{display:block;text-decoration:none;color:#fff}@media(min-width:1080px){.NewsView{padding:32px;margin-bottom:32px}.NewsView .left .top{flex-direction:row;justify-content:space-between;align-items:center}.NewsViewClickable{transition:all .25s ease-in-out}.NewsViewClickable:hover{box-shadow:0 0 20px #ffcd00;transform:scale(1.05)}.NewsView-twitter:hover{box-shadow:0 0 20px #1da1f2}}.NewsView-twitter .left .top .title{color:#1da1f2}.NotFoundPage{display:flex;align-items:center;justify-content:center;width:100%;height:calc(100vh - 80px)}.NotFoundPage .title{font-size:16.6666666667vw;font-family:Nasa,sans-serif;color:#ffcd00}.PartnershipsPage .grid{display:flex;flex-wrap:wrap;margin:64px 0}.PartnershipsPage .grid img{width:50%;max-height:300px;-o-object-fit:contain;object-fit:contain;margin:32px}.image-gallery-icon{color:#fff;transition:all .3s ease-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px #1a1a1a)}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;-o-object-fit:contain;object-fit:contain}.image-gallery-slide .image-gallery-description{background:rgba(0,0,0,.4);bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media(hover:hover)and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid transparent;transition:border .3s ease-out;width:100px;background:transparent;padding:0}@media(max-width:768px){.image-gallery-thumbnail{border:3px solid transparent;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{outline:none;border:4px solid #337ab7}@media(max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover:hover)and (pointer:fine){.image-gallery-thumbnail:hover{outline:none;border:4px solid #337ab7}}@media(hover:hover)and (pointer:fine)and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:0 2px 2px #1a1a1a;transform:translateY(-50%);white-space:normal;width:100%}@media(max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:rgba(0,0,0,.4);color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.ProjectDetail .image-gallery-icon{color:#ffcd00}.ProjectDetail .image-gallery-image{height:min(480px,40vh)}.ProjectDetail .active,.ProjectDetail .image-gallery-thumbnail:hover{border-color:#ffcd00}.ProjectDetail .close{position:fixed;top:100px;right:20px;width:60px;padding:10px;height:60px;background:#ffcd00;color:#000;border-radius:50%;transition:transform .25s ease-in-out}.ProjectDetail .close:hover{transform:scale(1.125) rotate(90deg)}.ProjectDetail .members{margin:16px 0;display:flex;flex-direction:row;flex-wrap:wrap}.ProjectDetail .md{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;font-size:18px}.ProjectDetail .md p{margin:8px 0;line-height:1.5}.ProjectDetail .md code{font-family:Roboto Mono,monospace;font-size:16px}.ProjectDetail .md pre code{display:block;background:#000;box-shadow:0 0 8px #ffcd00;margin:8px 0;padding:16px;border-radius:16px}.ProjectDetail .md li{margin:16px 32px 0}.ProjectDetail .md table{border-collapse:collapse;width:100%;background:#000;border-radius:16px;margin:16px 0;overflow:hidden;box-shadow:0 0 8px #ffcd00}.ProjectDetail .md table td,.ProjectDetail .md table th{box-shadow:0 0 1px #ffcd00;padding:8px}.ProjectDetail .md table th{background:#ffcd00;color:#000}.ProjectDetail .md table tr:nth-child(2n){background:#111}.ProjectDetail .md table th{padding:16px 8px;text-align:left}.ProjectDetail .md img{width:100%;-o-object-fit:contain;object-fit:contain}@media(min-width:1080px){.ProjectDetail .md table td,.ProjectDetail .md table th{padding:16px}}.ProjectRow{width:min(100%,360px);background:rgba(0,0,0,.9);box-shadow:0 0 20px #333;display:flex;flex-direction:column;padding:16px;justify-content:center;border-radius:20px;align-items:center;margin:32px;position:relative;overflow:hidden;transition:transform .25s ease-in-out,box-shadow .25s ease-in-out}.ProjectRow .background{position:absolute;filter:blur(8px);width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ProjectRow .dark{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.75)}.ProjectRow *{display:block}.ProjectRow .logo,.ProjectRow .name,.ProjectRow .summary{z-index:2}.ProjectRow .logo{width:180px;height:180px;-o-object-fit:cover;object-fit:cover;border-radius:50%;box-shadow:0 0 20px #000}.ProjectRow .name,.ProjectRow .summary{padding:8px;text-align:center}.ProjectRow .name{font-weight:700;font-size:1.25em;margin-top:8px}.ProjectRow .summary{font-weight:lighter;font-size:1.125em}.ProjectRow:hover{box-shadow:0 0 32px #ffcd00;transform:scale(1.05);cursor:pointer}@media(min-width:1080px){.ProjectRow .name,.ProjectRow .summary{padding:16px}}.projects{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;flex-wrap:wrap}.PublicationsPage{padding:16px}.PublicationsPage .content{display:flex;width:100%;flex-direction:column;align-items:flex-start;text-align:left;font-size:22px}.PublicationsPage .content li{margin-top:32px;line-height:1.25}.PublicationsPage .button{width:60px;height:60px;color:#ffcd00;transition:transform .25s ease-in-out}.PublicationsPage .button:hover{transform:scale(1.25)}.IndexPage .container,.IndexPage .slideshow{height:100vh;position:absolute;top:0}.IndexPage .slideshow{width:100vw;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:1;left:0}.IndexPage #slideshow-animate{width:100vw;height:100vh;z-index:2;background:#000;opacity:0;top:0;left:0;position:absolute;transition:opacity .5s ease-in-out}.IndexPage .container{top:80px;right:0;z-index:3;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:64px;width:100vw;height:calc(100vh - 80px);overflow:hidden;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,0,0,.25)}.IndexPage .container h1,.IndexPage .container h2,.IndexPage .container p{z-index:1}.IndexPage .container h2,.IndexPage .container p{display:none}.IndexPage .container h1{font-size:2.5em;color:#ffcd00}.IndexPage .container h2{font-size:2em;color:#fff}.IndexPage .container p{font-size:1.25em;font-style:italic}.IndexPage .container h1,.IndexPage .container h2,.IndexPage .container p{margin:8px}@media(min-width:1080px){.IndexPage .container{max-width:min(100vw,720px)}.IndexPage .container h1{font-size:3em}.IndexPage .container h2{font-size:2em}.IndexPage .container p{font-size:1.25em}.IndexPage .container h1,.IndexPage .container h2,.IndexPage .container p{margin:16px}}@media(min-height:720px){.IndexPage .container h2{display:block}}@media(min-height:920px){.IndexPage .container p{display:block;font-size:1.5em}.IndexPage .container h2{font-size:2.5em}.IndexPage .container h1{font-size:3.5em}}.MemberDetailPage .right,.MemberDetailPage .top{display:flex;flex-direction:column;justify-content:center;align-items:center}.MemberDetailPage .profile{display:block;max-height:300px;border-radius:12.5%;box-shadow:0 0 16px #555}.MemberDetailPage .name{margin-top:16px;font-size:2em;font-weight:700}.MemberDetailPage .email{font-size:1.5em;font-weight:lighter;color:#bbb}.MemberDetailPage .type{font-size:1.25em;margin:8px 0;color:#bbb;font-weight:bolder}.MemberDetailPage .bio{text-align:left;font-size:1.25em;line-height:1.5;padding:16px}.MemberDetailPage .buttons{display:flex;flex-direction:row;align-items:center;justify-content:center}.MemberDetailPage .buttons .button{margin:8px;transition:transform .25s ease-in-out;width:40px;height:40px;color:#ffcd00}.MemberDetailPage .buttons .button:hover{transform:scale(1.25);cursor:pointer}@media(min-width:1080px){.MemberDetailPage .top{flex-direction:row;margin:32px;justify-content:flex-start;align-items:center;width:100%}.MemberDetailPage .right{align-items:flex-start;margin-left:32px}.MemberDetailPage .bio{text-align:justify}}.MemberSmallView{display:flex;justify-content:flex-start;align-items:center;margin:8px;background:rgba(0,0,0,.9);box-shadow:0 0 20px #202020;border:2px solid #000;border-radius:16px;overflow:hidden;height:48px;transition:border-color .25s ease-in-out,transform .25s ease-in-out}.MemberSmallView img{width:48px;height:100%;-o-object-fit:cover;object-fit:cover}.MemberSmallView span{padding:8px;font-weight:700;font-size:1.125em}.MemberSmallView:hover{border-color:#ffcd00;transform:scale(1.125);cursor:pointer}