.popup-overlay{align-items:center;background:rgba(0,0,0,.6);display:none;inset:0;justify-content:center;opacity:0;padding:2rem;position:fixed;transition:opacity .3s ease;z-index:9999}.popup-overlay.active{display:flex;opacity:1}.popup-content{background:#fff;border-radius:12px;max-height:85vh;max-width:600px;min-width:400px;opacity:0;overflow-y:auto;padding:2rem;position:relative;text-align:center;transform:translateY(30px);transition:all .35s ease}.popup-content:has(.popup-video-wrapper){max-width:900px;min-width:800px}@media (max-width:1000px){.popup-content:has(.popup-video-wrapper){max-width:90vw;min-width:90vw}}@media (max-width:600px){.popup-overlay{padding:1rem}.popup-content{max-height:85vh;min-width:auto;padding:1.5rem;width:100%}.popup-content:has(.popup-video-wrapper){max-width:95vw;min-width:95vw;padding:1.5rem}}.popup-content:has(#hubspot-form-container) h2{margin-bottom:1.5rem}.popup-overlay.active .popup-content{opacity:1;transform:translateY(0)}.popup-close{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;display:flex;font-size:1.5rem;height:2rem;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;width:2rem;z-index:10}.popup-close:hover{background:#f0f0f0}.popup-button{background:#003a63;border-radius:5px;color:#fff;display:inline-block;margin-top:1.5rem;padding:.75rem 1.25rem;text-decoration:none}.popup-content:has(#hubspot-form-container) .popup-button{display:none}.popup-video-wrapper{border-radius:8px;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.popup-video-wrapper iframe{height:100%;left:0;position:absolute;top:0;width:100%}.popup-image{border-radius:8px;height:auto;margin:1rem 0;max-width:100%}.popup-image-text{margin-top:1rem}