.page-agreement{background-color:rgba(248,245,235,.95);bottom:0;display:flex;flex-direction:column;height:100vh;left:0;opacity:0;overflow-y:auto;padding:42px 10px;position:fixed;right:0;top:0;transition:opacity var(--timing) var(--easing),visibility var(--timing) var(--easing);visibility:hidden;width:100%;z-index:15}.page-agreement--visible{display:flex;opacity:1;visibility:visible}.page-agreement__content{display:flex;flex-direction:column;height:100%;justify-content:center;margin:auto;max-width:588px;width:100%}.page-agreement__content>img{margin:0 auto var(--margin-bottom);width:var(--width)}.page-agreement__messaging{background-color:var(--white);border-radius:10px;max-height:60vh;overflow-y:auto;padding:45px var(--side-padding) 25px}.page-agreement__messaging h1{--min-font:2.25;--max-font:0;margin-block-end:38px;text-align:center}.page-agreement__messaging a{font-weight:700}.page-agreement__actions{display:flex;flex-direction:column;margin:45px auto 0;width:min(330px,100%)}.page-agreement__actions button{margin:0 10px}.page-agreement__actions .primary-button{align-self:center;background-color:var(--brand-blue);color:var(--white)}.page-agreement__actions .link-style{margin-block-start:30px;text-decoration:underline}.page-agreement__focus-trap-button{bottom:0;height:0;left:0;position:absolute;width:0}@media (max-width:47.9375rem){.page-agreement__content>img{--margin-bottom:48px;--width:194px}.page-agreement__messaging{--side-padding:24px}}@media (min-width:48rem){.page-agreement__content>img{--margin-bottom:84px;--width:224px}.page-agreement__messaging{--side-padding:40px}}