.embedded-external-video--btn{width:100%;height:100%;cursor:pointer}.form-modal--overlay{position:fixed;top:0;left:0;background:rgba(0,0,0,.5);width:100vw;height:100vh;display:none;opacity:0;transition:opacity .5s ease-out;z-index:100;padding:40px 30px 30px;box-sizing:border-box;align-items:center;justify-content:center}.form-modal--overlay--clickable{width:100%;height:100%;z-index:1;cursor:pointer;position:absolute;top:0;left:0}.form-modal--container{z-index:2;position:relative;max-width:100%;max-height:100%;object-fit:contain;object-position:center;display:flex}.form-modal--container .demo-forms{max-width:100%;border-radius:16px;overflow:hidden}.form-modal--container .demo-forms .forms{max-width:100%;max-height:100%;overflow-x:hidden;overflow-y:auto}.form-modal--container .demo-forms .forms .hs_cos_wrapper_type_form{flex:1 1 auto;display:block;min-height:0;position:relative}.form-modal--overlay.is-open{display:flex;opacity:1}.form-modal--x{cursor:pointer;position:absolute;top:0;right:0;transform:translate(100%,-100%);width:32px;height:32px;border-radius:50%;background:white;box-shadow:0 3px 25px -5px rgba(0,0,0,0.15);display:flex;align-items:center;justify-content:center}@media(max-width:768px){.form-modal--overlay{padding:20px}.form-modal--x{transform:none;box-shadow:none;top:5px;right:5px}}