html:not(.hs-inline-edit) .hcp-popup__container{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:rgba(218,225,231,.5);bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;opacity:0;padding:1rem;pointer-events:none;position:fixed;right:0;top:0;transition:opacity .2s linear;z-index:9999}html:not(.hs-inline-edit) .hcp-popup__container.open{opacity:1;pointer-events:all}.hcp-popup__box{background:#fff;background-position-x:135%;background-repeat:no-repeat;background-size:contain;padding:35px 25px;text-align:center}.hcp-popup__buttons{display:flex;flex-direction:column;justify-content:center;padding-top:30px}.hcp-popup__buttons .btn{width:100%}.hcp-popup__buttons .btn:first-of-type{margin:0 0 20px}@media screen and (min-width:768px){.hcp-popup__box{padding:70px 50px}.hcp-popup__buttons{flex-direction:row}.hcp-popup__buttons .btn:first-of-type{margin:0 20px 0 0}}