.modal-lock{overflow:hidden;width:auto}.modal{background:rgba(0,0,0,.8);opacity:0;position:fixed;transition:all .25s ease-in-out;z-index:2000}.modal,.modal:after{bottom:0;left:0;right:0;top:0}.modal:after{-webkit-animation:modalSpinner .5s infinite;animation:modalSpinner .5s infinite;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZmlsbD0iIzY2NiIgZD0iTTE2IDBDNy4yODkgMCAuMjA0IDYuOTYxLjAwNSAxNS42MjQuMTkgOC4wNjYgNS45MzcgMiAxMyAyYzcuMTggMCAxMyA2LjI2OCAxMyAxNGEzIDMgMCAxIDAgNiAwYzAtOC44MzctNy4xNjMtMTYtMTYtMTZ6bTAgMzJjOC43MTEgMCAxNS43OTYtNi45NjEgMTUuOTk1LTE1LjYyNEMzMS44MSAyMy45MzQgMjYuMDYzIDMwIDE5IDMwYy03LjE4IDAtMTMtNi4yNjgtMTMtMTRhMyAzIDAgMSAwLTYgMGMwIDguODM3IDcuMTYzIDE2IDE2IDE2eiIvPjwvc3ZnPg==);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:2rem;margin:auto;position:absolute;width:2rem;z-index:2010}@-webkit-keyframes modalSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes modalSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal--loaded:after{content:none}.modal a{text-decoration:underline}.modal__inner{background:#fff;border-top-left-radius:1rem;border-top-right-radius:1rem;bottom:0;left:0;margin:0 auto;max-height:100%;max-width:39.375rem;min-width:20rem;overflow:auto;padding:4rem 1rem 2rem;position:absolute;right:0;transform:translate3d(0,100%,0);transition:all .25s ease-in-out;width:100%;z-index:2020}.big>.modal__inner{height:calc(100vh - 4rem);max-width:calc(100% - .5rem);padding:3rem 0 0}.wide>.modal__inner{max-height:calc(100% - 2rem);max-width:calc(100% - .5rem)}.modal--animation{opacity:1}.modal__inner--animation{transform:translateZ(0)}.modal__close{cursor:pointer;height:3.125rem;position:absolute;right:.5rem;top:.5rem;width:3.125rem}.modal__close:before{border:0;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transform:scale(0);transition:.2s}.modal__close:hover:before{background:rgba(0,0,0,.1);border-radius:50%;opacity:1;transform:scale(1)}.modal__close:after{align-items:center;color:#888;content:"✕";display:flex;font-size:1.063rem;height:100%;justify-content:center;position:absolute;right:0;top:0;width:100%}.modal__heading{font-size:1.875rem;line-height:1.2;margin-bottom:2rem;text-align:center}.modal__form{margin:0 -.5rem}.modal__form>*{padding:0 .5rem}.modal__text{font-size:1rem;margin-bottom:2rem}.modal__text--small{font-size:.875rem;margin-bottom:2rem;opacity:.75}.modal__buttons{display:flex;justify-content:flex-end}.modal__btn{margin-left:3rem}@media (min-width:48rem){.modal__inner{border-radius:1rem;bottom:auto;left:50%;margin:0;opacity:0;padding:4rem 2rem 2rem;top:50%;transform:translate(-50%,-20%)}.big>.modal__inner{height:calc(100vh - 5rem);max-width:calc(100% - 5rem)}.wide>.modal__inner{max-width:calc(100% - .5rem)}.modal__inner--animation{opacity:1;transform:translate(-50%,-50%)}}@media (min-width:75rem){.wide>.modal__inner{max-width:75rem}}