html{color:#e0e0e0;background-color:#000;font-family:system-ui;font-size:18px}body,html{margin:0;padding:0}h1{margin:0;font-size:1.9rem;font-weight:400;animation-name:reveal-heading;animation-duration:1s;animation-timing-function:ease-out;animation-delay:1s;animation-play-state:paused;animation-fill-mode:both}h1.visible{animation-play-state:running}p{margin:0;line-height:1.6rem;animation-name:reveal-paragraph;animation-duration:1s;animation-timing-function:ease-out;animation-delay:0;animation-play-state:paused;animation-fill-mode:both}p+p{margin-top:40px}p.visible{animation-play-state:running}a{color:inherit}@keyframes reveal-heading{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes reveal-paragraph{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}div.background{top:0;left:0;right:0;height:100vh;position:fixed;background-image:url(/images/background/background_4.webp);background-repeat:no-repeat;background-position:50%;background-size:auto 100%;pointer-events:none;z-index:-1;animation-name:reveal-background;animation-duration:1s;animation-timing-function:ease-out;animation-delay:0;animation-play-state:running;animation-fill-mode:both}@media screen and (min-width:800px){div.background{background-position-x:right}}@keyframes reveal-background{0%{scale:.8;opacity:.01}to{scale:1;opacity:.5}}div.hero{max-width:1000px;min-height:calc(100vh - 60px);padding:20px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end}div.hero-header{display:flex;flex-direction:row;align-items:end;position:relative}div.hero-header h1{padding-right:10px}div.contents{max-width:1000px;padding:20px;padding-top:0!important;box-sizing:border-box}div.contents.alternative{padding-top:40px!important}@media screen and (min-width:600px){div.hero{min-height:100vh}div.contents,div.hero{padding:40px}}@media screen and (min-width:800px){div.contents,div.hero{padding:80px}}.media+.media{margin-top:40px}.media.youtube{width:100%;aspect-ratio:1/.5625;margin:0 0 40px;border:0;border-radius:10px;overflow:hidden;animation-name:reveal-youtube;animation-duration:1s;animation-timing-function:ease-out;animation-delay:0;animation-play-state:paused;animation-fill-mode:both}.media.youtube.visible{animation-play-state:running}@keyframes reveal-youtube{0%{opacity:.01;scale:.8}to{opacity:1;scale:1}}.soundcloud{width:100%;height:20px;margin:0;border:0;overflow:hidden}.soundcloud-meta{color:#ccc;font-family:Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-size:12px;font-weight:100;text-overflow:ellipsis;line-break:anywhere;word-break:normal;overflow:hidden;white-space:nowrap}.soundcloud-link{color:#fff;text-decoration:none;opacity:.8}div.footer{height:240px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;font-size:.8rem;opacity:.8}div.reveal-arrow{top:5px;width:40px;height:40px;min-width:40px;min-height:40px;overflow:hidden;-webkit-user-select:none;user-select:none;position:relative;animation-name:reveal-arrow-pulse;animation-duration:2s;animation-timing-function:ease-out;animation-delay:2s;animation-play-state:running;animation-fill-mode:both;animation-iteration-count:infinite}div.reveal-arrow svg{width:100%;height:100%;fill:#fff}@keyframes reveal-arrow-pulse{0%{top:-15px;opacity:0}50%{top:5px;opacity:1}}