.access-agreement{position:fixed;z-index:99;background:rgba(0,0,0,.35);top:0px;left:0px;right:0px;height:0px;overflow:hidden;opacity:0;transition:opacity .5s;display:flex;justify-content:center;align-items:center;padding:7em 1em}.access-agreement.staged{height:100vh}.access-agreement.on{opacity:1}.access-agreement .content{padding:2em;background:white;max-width:700px;max-height:800px;width:100%;height:100%;border-radius:.5em;display:flex;flex-direction:column}.access-agreement .title{margin:0px}.access-agreement .text{background:#f2f2f2;padding:1em;overflow:scroll;-webkit-overflow-scrolling:touch;flex:1 1 auto;margin:2em 0px}.access-agreement ul{padding-left:1em}