@charset "UTF-8";nav#sitenav{display:none;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background:#eee9ee;color:#201b21;font-size:1.688rem}nav#sitenav ul{list-style:none}nav#sitenav li{margin:0 0 1rem}button#nav-btn{display:none;flex-direction:column;justify-content:center;align-items:center;width:3rem;height:3rem;position:fixed;right:.5rem;bottom:.5rem;border-radius:100%;font-size:1.266rem;line-height:1;font-weight:700}button#nav-btn::after,button#nav-btn::before{content:"";display:block;width:1.2rem;height:0;border-style:solid;border-width:.2rem;border-color:#201b21 transparent #eee9ee;transition:transform .3s}button#nav-btn.on::before{transform:rotate(45deg) translate(.1rem)}button#nav-btn.on::after{transform:rotate(-45deg) translate(.2rem)}form{display:flex;flex-direction:column;font-family:opensans;font-size:.75rem}form fieldset{border:none}form input{border:none;font-size:1rem;font-family:inherit}form input:invalid,form input:valid{box-shadow:none}form input:focus{outline:0}form textarea{border:none;font-size:1rem;font-family:inherit}form textarea:focus{outline:0}form button{border:none}form.submitting .formgroup.submit button::after{display:inline-block}form .formgroup{margin-bottom:1rem}form .formgroup:last-of-type{margin-bottom:0}form .formgroup.important{display:none}form .formgroup.filled label,form .formgroup.focussed label{background:#eee9ee;transform:translateY(-1rem) scale(.8)}form .formgroup.filled label .excess,form .formgroup.focussed label .excess{opacity:0}form .formgroup.error input{outline:solid .2rem #a30000}form .formgroup.error label{font-weight:700;color:#a30000}form .formgroup input,form .formgroup textarea{box-sizing:border-box;width:100%;height:3.6rem;padding:.7rem .5rem 0;background:#eee9ee;border-radius:.1rem;color:#201b21;line-height:1;text-align:center}form .formgroup textarea{height:5.6rem;padding-top:1.2rem}form .formgroup label{box-sizing:border-box;display:block;width:100%;padding:.2rem;position:relative;top:2.3rem;text-align:center;color:#201b21;transition:transform .5s}form .formgroup label .excess{transition:opacity .5s}form .formgroup.submit button{display:block;margin:auto}form .formgroup.submit button::after{content:"";display:none;width:.7rem;height:.7rem;margin-left:.7rem;border-style:solid;border-width:.2rem;border-radius:100%;border-color:#201b21;border-right-color:transparent;opacity:.95;vertical-align:bottom;animation:rotate 1.5s linear infinite}@keyframes rotate{to{transform:rotate(360deg)}}.button,button{background:0 0;border:none;font-family:inherit;cursor:pointer}.button.prim,.button.primary,button.prim,button.primary{padding:.5rem 1rem;background:#eee9ee;border-radius:2rem;color:#201b21}.button.ter:hover,.button.ternary:hover,button.ter:hover,button.ternary:hover{text-decoration:underline;cursor:pointer}.screen{box-sizing:border-box;display:flex;justify-content:center;align-items:center;width:100%;height:100vh;background-image:url(polaroise.png);background-color:#eee9ee}.screen.black{background:#201b21;color:#eee9ee}.screen.hidden{display:none!important}.screen .content{max-width:27rem;padding:0 1rem 4rem}.screen.on.address p:nth-of-type(2){opacity:1}.screen.address p:first-of-type{padding-right:2rem;padding-bottom:2rem;padding-left:0;font-size:2rem;text-align:left;font-style:normal;opacity:1}.screen.address p:nth-of-type(2){padding-left:2rem;text-align:right;font-style:italic;opacity:0;transition:opacity 1s .5s}.screen.address img{width:100px;border:solid .2rem rgba(255,255,255,.8);border-radius:100%}@media (min-height:420px){.screen.address img{width:auto}}.screen.story{box-sizing:border-box;flex-direction:column;align-items:flex-start;padding:2rem 1rem 4rem;user-select:none}@media (min-width:640px){.screen.story{padding:2rem calc(50% - 15rem) 4rem}}.screen.story.calibrating{height:auto}.screen.story h1{padding:0 0 2rem;line-height:1.2}.screen.story p{margin:0 0 .5rem;font-size:1rem;line-height:1.4;text-indent:1rem;hyphens:auto}.screen.story h1+p,.screen.story p.continued{text-indent:0}.screen.form .head-symbol{display:none;font-size:5rem;text-align:center}@media (min-height:420px){.screen.form .head-symbol{display:block}}.screen.form .formgroup.submit button{margin-bottom:1rem}@media (min-height:420px){.screen.form .formgroup.submit button{margin-bottom:3rem}}.screen.form .formgroup.submit p{font-size:.75rem;text-align:center}#control{box-sizing:border-box;width:100%;padding:.5rem 0;position:fixed;bottom:0;text-align:center}#control button{width:3rem;height:3rem;background:#201b21;border:solid .2rem #eee9ee;border-radius:100%;font-family:inherit;font-size:1rem;color:#eee9ee;cursor:pointer;animation:wiggle 2s linear infinite}#control button::after{content:"↓"}#control button[data-dir=up]{animation:none}#control button[data-dir=up]::after{content:"↑"}@keyframes wiggle{80%{transform:translateY(0)}85%{transform:translateY(.5rem)}90%{transform:translateY(0)}95%{transform:translateY(.5rem)}100%{transform:translateY(0)}}