html{display:block;height:100vh;overflow:hidden}body{font-family:Ausmod,Arial,Helvetica,sans-serif;margin:0;padding:0;color:#fff;overscroll-behavior-y:none}.content{height:100vh;width:100vw;position:relative;overflow:auto}.header{width:100%;padding:40px 0;position:fixed;z-index:5}.footer{position:fixed;bottom:0;width:100%;padding:40px 0;z-index:5}.header img{width:40vw}.footer img{width:20vw}.footer img,.header img{display:block;margin:20px auto;z-index:5;animation:fade-in 4s ease-in-out}.hero{width:100%;height:100vh;position:absolute;top:0;left:0;z-index:4}.hero img{width:80vw}.lines{width:100%;height:50px;background-image:repeating-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0) 6px,rgba(255,255,255,1) 6px,rgba(255,255,255,1) 10px,rgba(255,255,255,0) 10px,rgba(255,255,255,0) 16px,rgba(255,255,255,1) 18px);z-index:5;animation:expand50 2s ease-in-out}@keyframes expand50{from{height:0}to{height:50px}}@keyframes expand30{from{height:0}to{height:30px}}.hero h1{font-size:2px;margin:0;color:#000}.hero img{position:absolute;display:inline;letter-spacing:-.7vw;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);white-space:nowrap;text-align:center;margin:0;-webkit-animation:fade-in 3s ease-in-out;animation:fade-in 3s ease-in-out}.background-video{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:0}.background-video video{display:block;height:100%;width:100%;object-fit:cover}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@media screen and (max-width:768px){.header img{width:70vw}.footer img{width:50vw}.hero img{width:95vw}}@media screen and (max-width:576px){.header img{width:90vw}.footer img{width:55vw}}@media screen and (max-width:896px) and (orientation:landscape){.header img{width:50vw;margin:10px auto}.footer img{width:30vw;margin:10px auto}.footer,.header{padding:10px 0}.lines{height:30px;animation-name:expand30}.hero img{width:70vw}}@media screen and (min-width:1920px){.textblock{margin:3vw auto}}