*{box-sizing:border-box}:root{--nav-height: 70px}body{margin:0;margin-top:calc(var(--nav-height) + 5px);padding:0;background:#080910;color:#fff;font-family:system-ui;min-height:100vh;font-size:16px;scroll-behavior:smooth}.topnav{position:fixed;top:0;left:0;width:100vw;height:var(--nav-height);padding-left:4%;padding-right:2%;display:flex;justify-content:space-between;align-items:center;transition:background .2s;z-index:1000;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.topnav__bg{background:#f2f2f20d;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.topnav__light{background:#0000000d;color:#000}.topnav__links{display:flex;align-items:center;gap:1rem}.topnav__links>a{color:gray;text-decoration:none;transition:color .2s}.topnav__links>a.topnav__active,.topnav__links>a:hover{color:#fff}.topnav__light>.topnav__links>a.topnav__active,.topnav__light>.topnav__links>a:hover{color:#000}.topnav__branding{-webkit-user-select:none;user-select:none;color:red}.tophead{position:fixed;left:0;width:100vw;min-height:100vh;z-index:1;background:#080910;will-change:opacity,transform}.tophead__carousel-container{--carousel-item-height: 360px;--carousel-item-width: 640px;width:100vw;height:var(--carousel-item-height);overflow:hidden;animation:carouselinit .7s;animation-delay:.2s;animation-fill-mode:both}.tophead__carousel{height:var(--carousel-item-height);display:flex;animation:carousel 80s linear;animation-iteration-count:infinite;animation-delay:.5s;filter:saturate(170%)}.tophead__carousel-item{width:var(--carousel-item-width);height:var(--carousel-item-height);background:var(--bg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;margin:0;padding:0;flex-shrink:0}.tophead__desc{width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;animation:fadein 1s;animation-delay:1.3s;animation-fill-mode:both;text-align:center}.tophead__tagline{font-size:5em;margin:0;margin-top:.5rem;margin-bottom:1rem;padding:0}.tophead__tagdesc{margin:0;margin-bottom:2rem;font-size:2rem}.tophead__robot{background:linear-gradient(to right,red,red);background-repeat:no-repeat;-webkit-background-clip:text;background-clip:text;color:transparent;animation:tophead__robotin 1s;animation-delay:1.4s;animation-fill-mode:both}@keyframes carousel{0%{transform:translate(0)}to{transform:translate(calc(var(--carousel-item-width) * -20))}}@media screen and (max-width: 600px){.tophead__carousel{--carousel-item-width: 350px}}@keyframes fadein{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.btn{background:red;padding:1rem 2rem;text-decoration:none;color:currentColor;border-radius:3rem;box-shadow:#fff3 0 7px 29px;transition:.2s}.btn:hover{background:#bc0707;box-shadow:none}.btn:focus{background:#8b0000}.topnav__sponsor{color:#fff!important;padding:.9em 1.5rem}.core{position:absolute;top:100vh;left:0;width:100vw;height:100vh;background-color:#0d0d0d;z-index:2;text-align:center}@media screen and (max-width: 600px){.topnav__links>a:not(.topnav__sponsor){display:none}}@keyframes carouselinit{0%{transform:scale(2) skewY(-5deg);opacity:0}to{transform:scale(1) skewY(-5deg);opacity:1}}.core__name{font-size:4em;will-change:opacity,transform}.core__overflow-wrap{width:100vw;overflow:hidden}.core__robot{color:red}@keyframes tophead__robotin{0%{background-position:-500px}to{background-position:0}}.core__firstdesc{font-size:2rem;max-width:50vw;margin-left:2rem;font-weight:500}.core__firstsect{display:flex;width:100vw;justify-content:space-evenly;transition:opacity .2s;transition-delay:.2s;gap:2rem}@media screen and (max-width: 600px){.core__firstsect{flex-direction:column;align-items:center}.core__firstdesc{max-width:none}.core__firstimg{width:100vw!important}}.core__firstimg{width:450px;height:500px;object-fit:cover}.daynight-anim-wrap{background:#0d0d0d;padding-top:50vh;width:100vw;height:600vh}.daynight-anim{width:100vw;height:100vh;position:sticky;top:0;left:0;background:#070212}.daynight-anim-main{width:100vw;height:100vh;position:relative}.moon{width:100px;height:100px;background:gray;box-shadow:#fff3 0 7px 29px;border-radius:100%;position:absolute;top:0;left:0}.moon-wrap{position:absolute;top:var(--nav-height);left:0;width:100vw;height:100vh;overflow:hidden}.daynight-heading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;max-width:70vw;font-size:5rem;will-change:opacity;-webkit-user-select:none;user-select:none}@media screen and (max-width: 600px){.daynight-heading{font-size:4rem}}.sun{width:100px;height:100px;position:absolute;top:15%;left:15%;border-radius:100%;background:orange}.multidim{width:100vw;min-height:120vh;background:#070212;overflow:hidden}.multidim__heading{font-size:4em}.multidim__desc{padding-top:1em;font-size:1.2em;margin-bottom:7em}.multidim__scene{--cube-size: 400px;--translate-z: calc(var(--cube-size) / 2);position:absolute;top:50%;left:50%;transform:translate(-50%);width:var(--cube-size);height:var(--cube-size);perspective:600px}.multidim__cube{width:100%;height:100%;position:relative;transform-style:preserve-3d;animation:cuberotate 10s linear;animation-iteration-count:infinite}.multidim__face{position:absolute;top:0;left:0;width:100%;height:100%;background:#0d0d0d80;outline:1px solid white}.multidim__facetext{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem}.multidim__face:nth-child(1){transform:rotateY(0) translateZ(var(--translate-z))}.multidim__face:nth-child(2){transform:rotateY(90deg) translateZ(var(--translate-z))}.multidim__face:nth-child(3){transform:rotateY(180deg) translateZ(var(--translate-z))}.multidim__face:nth-child(4){transform:rotateY(-90deg) translateZ(var(--translate-z))}.multidim__face:nth-child(5){transform:rotateX(90deg) translateZ(var(--translate-z))}.multidim__face:nth-child(6){transform:rotateX(-90deg) translateZ(var(--translate-z))}@keyframes cuberotate{0%{transform:translateZ(calc(var(--translate-z) * -1)) rotateY(0)}to{transform:translateZ(calc(var(--translate-z) * -1)) rotateY(1turn)}}.multidim__wrap{width:100vw;position:relative}.sponsor__wrap{width:100vw;height:350vh}.sponsor__stick{width:100vw;height:100vh;position:sticky;top:0;left:0;background:#0d0d0d;overflow:hidden;display:flex;align-items:center;justify-content:center}.sponsor__main{width:100vw;height:100vh;position:relative}.sponsor__content{z-index:1;width:100vw;height:100vh;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column}.sponsor__anim-image{width:760px;height:500px;object-fit:cover;z-index:3}.sponsor__intro{width:100vw;height:100vh;position:absolute;top:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2;will-change:opacity}.sponsor__introheading{font-size:5rem;word-wrap:break-word}.sponsor__content{width:100vw;height:100vh;position:absolute;top:0;z-index:1}.sponsor__heading{font-size:4rem;margin-bottom:1.5rem;color:red}.sponsor__desc{margin-top:2rem;font-size:1.5rem}.oursponsors{width:100vw;min-height:50vh;background:#0d0d0d;padding-top:1px}.oursponsors__heading{font-size:3rem}.oursponsors__images{gap:2rem;display:flex;align-items:center;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.oursponsors__image{border-radius:25rem}.contact{padding:0 3rem;width:100vw;min-height:50vh;background:#0d0d0d80;display:flex;margin-top:10rem;text-align:start;flex-wrap:wrap;justify-content:space-between}.contact>*{flex:1}.contact__left{word-wrap:break-word}.contact__heading{padding-left:0;font-size:3rem}.contact a{color:currentColor}.contact__addr{font-size:1.3rem}.contact__right{background:url(/assets/images/whoweare/contact.jpg);height:500px;background-size:cover;background-position:50% 50%}@media screen and (max-width: 1200px){.contact{flex-direction:column;gap:2rem}.contact__right{flex:auto}}
