.base-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:100005}.base-popup{background-color:#fff;padding:2rem;border-radius:8px;max-width:500px;width:90%;position:relative;z-index:100006}.base-popup-close-button{position:absolute!important;top:10px!important;right:10px!important;width:20px!important;height:20px!important;background:none!important;border:none!important;font-size:20px!important;cursor:pointer!important;color:#000!important}.base-popup-cta-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 14px;gap:6px;width:200px;height:32px;background:#091540;border-radius:16px;font-family:Inter;font-style:normal;font-weight:500;font-size:12px;line-height:24px;letter-spacing:-.01em;border:none;margin-top:4px;margin-bottom:4px;color:#fff}.base-popup-cta-button:hover{cursor:pointer;color:#fff;background:#091540}@media screen and (max-width:768px){.base-popup{max-width:90%;width:80%;padding:1.5rem}.base-popup-close-button{top:5px!important;right:5px!important}.base-popup-cta-button{width:100%;max-width:200px}}@media screen and (max-width:480px){.base-popup{padding:1rem}.base-popup-cta-button{font-size:11px}}