#popupClose{z-index:99}.popup{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.75)}.popup__content{position:relative;width:min(600px,100%);max-height:calc(100vh - 40px);overflow-y:auto;padding:40px;background:#fff;border-radius:35px}.popup__close{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border:solid 3px #fff;padding:0;background:rgba(0,0,0,0);color:#fff;font-size:35px;font-weight:300;line-height:1;cursor:pointer}.popup__subheader{font-weight:900;line-height:1.1}.popup__subheader{font-size:20px}@media screen and (min-width: 480px){.popup__subheader{font-size:calc(20px + 22*(100vw - 480px)/920)}}@media screen and (min-width: 1400px){.popup__subheader{font-size:42px}}.popup__header{margin:0 0 20px;line-height:1.2;font-weight:300}.popup__header{font-size:25px}@media screen and (min-width: 480px){.popup__header{font-size:calc(25px + 30*(100vw - 480px)/920)}}@media screen and (min-width: 1400px){.popup__header{font-size:55px}}.popup__body p:last-child{margin-bottom:0}.popup__link{margin-top:25px}.popup.is-hidden{display:none}@media(max-width: 767px){.popup{padding:15px}.popup__content{padding:35px 25px 25px}.popup__header{font-size:22px}.popup__body{font-size:15px}}