@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap";body{min-height:100vh;font-size:calc(10px + 2vmin);color:#fff}#root>div>video,#root>div>img{position:fixed;top:0;min-height:100%;min-width:100%;z-index:-1}#app{position:fixed;top:0;width:100%;z-index:999}header{display:grid;grid-template-columns:.2fr 1fr;grid-template-rows:.2fr .2fr;margin-bottom:40px;grid-template-areas:"logo h1 h1" "logo h2 h2"}header>h1{grid-area:h1;margin-top:50px;margin-bottom:5px;text-shadow:0 0 5px #fff,0 0 15px #fff;font-size:65px}header>h2{grid-area:h2;font-size:15px;letter-spacing:3.2px;font-weight:400;text-transform:uppercase;max-width:900px}header>#logo{grid-area:logo;width:100%;min-width:150px}main{display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap}main main>*{margin:55px}main>.quote{max-width:500px;text-transform:uppercase;font-size:18px}main>.quote>img{padding-top:15px;padding-left:5px;width:75px}main>#notify-interest{text-decoration:none;text-align:center;cursor:pointer;background:none;border:rgba(255,255,255,.9) .6rem solid;border-radius:8px;padding:15px 125px;font-size:40px;font-family:CMUSerifRoman;font-weight:900;color:#fff;box-shadow:inset 0 0 20px #fff,0 0 30px #fff;text-shadow:0 0 5px #fff,0 0 15px #fff}#everything{display:flex;justify-content:space-evenly;align-items:center}#everything>p{font-family:DM Sans,sans-serif;text-shadow:1px 1px rgba(255,255,255,.7568627451),2px 2px rgba(255,255,255,.4274509804)}#everything>p>span{font-family:CMUSerifRoman}footer{margin-top:60px;display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;flex-direction:column}footer>p{font-size:10px;color:#ffffffcd;font-style:italic}footer>a img{height:35px;margin:10px}@media screen and (max-device-width: 640px){header{grid-template-columns:1fr;grid-template-rows:.2fr 1fr 1fr;grid-template-areas:"logo " "h1" "h2"}header>h1{font-size:35px;margin:20px}header>h2{font-size:15px;margin:20px}header img{max-width:10px}.quote{margin:20px}main>#notify-interest{margin:20px;text-align:center;width:80%;padding:5px 25px;font-size:25px;border-width:5px}}#timerContainer{margin:70px 0;width:100%;background-color:#282828,0;padding:50px 0;display:flex;justify-content:center;align-items:center;flex-direction:column}#timerContainer>h2{text-shadow:0 0 5px #fff,0 0 15px #fff;margin:0}#timerContainer>#timeWrapper{min-width:340px;margin-top:55px;width:45%;display:flex;justify-content:space-around}#timerContainer>#timeWrapper>.timeThing{flex:1 1 0;width:0;margin-inline:25px;padding:7px;display:flex;flex-direction:column;align-items:center}#timerContainer>#timeWrapper>.timeThing>.timeComponent{padding:15px;border:2px solid grey;display:block;width:45px;border-radius:20px;text-align:center}#timerContainer>#timeWrapper>.timeThing>.timeSubtitle{font-size:15px;display:flex}@font-face{font-family:"CMU Serif Roman";font-style:normal;font-weight:400;src:local("CMU Serif Roman"),url(/assets/cmunrm.ec9f2edb.woff) format("woff")}body{margin:0;font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
