:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#fff;background-color:#030615;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{padding:0;margin:0;box-sizing:border-box}#root{min-height:100vh;display:flex;position:relative}.imageContainer{display:flex;flex-direction:column;width:100%}.bgImage{width:100%;height:100%;flex:1;object-fit:fill}.bgVideo{height:87%;width:100%;object-fit:fill;position:fixed;z-index:0;background-position:center center;background-size:cover}footer{position:fixed;bottom:0;left:0;width:100%;display:flex;justify-content:space-between;gap:1rem;padding:1.3rem}footer h1{font-size:1.6rem}footer h2{font-size:1rem;font-weight:200}footer div{display:flex;flex-direction:column}footer button{background:transparent;border:none;outline:none;color:#fff;padding:1rem;transition-duration:.2s;cursor:pointer}footer button i,.sideBarContents button i{font-size:1.5rem}footer button:hover,.sideBarContents button:hover{opacity:.6}.bgGradient{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(to top,#030615,#fff0)}.sideBar{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;z-index:10}.bgOverlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#030615;opacity:.6}.sideBarContents{z-index:15;position:relative;display:flex;flex-direction:column;gap:1rem;padding:1rem;height:100%;width:60%;max-width:600px;margin-left:auto;margin-top:0;background:#030615;overflow-y:scroll;box-shadow:0 0 40px 10px #030615}.sideBarContents div{flex:1}.sideBarContents h2{font-weight:400;font-size:2rem}.sideBarContents button{background:transparent;color:#fff;border:none;outline:none;margin-right:auto;cursor:pointer;padding:1rem 0}.descriptionContainer{display:flex;flex-direction:column;gap:.5rem;margin-top:10px}.descriptionTitle{font-weight:300;font-size:1.2rem;text-decoration:underline}.loadingState{display:flex;align-items:center;justify-content:center;flex:1}.loadingState i{opacity:.2;font-size:3rem;animation:spin 1.2s linear infinite}.copyRightContainer{display:flex;flex-direction:row;gap:10px;padding-top:30px}.copyRightContainer i{font-size:.7rem;padding-top:7.3px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width: 580px){.sideBarContents{width:90%;max-width:none}}
