.velmanta-popup-button{display:flex;width:100%}.velmanta-popup-button--left{justify-content:flex-start}.velmanta-popup-button--center{justify-content:center}.velmanta-popup-button--right{justify-content:flex-end}.velmanta-popup-button__trigger{align-items:center;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:700;gap:10px;justify-content:center;line-height:1;min-height:50px;padding:12px 30px;text-decoration:none;white-space:nowrap}.velmanta-popup-button__trigger span{font-size:26px;line-height:.7}.velmanta-popup-button__trigger--primary{background:linear-gradient(78deg,#c01666,#9f0e52)}.velmanta-popup-button__trigger--dark{background:#060129}.velmanta-popup-button__trigger--light{background:#fff;color:#060129}.velmanta-popup-button__trigger:focus,.velmanta-popup-button__trigger:hover{background:#fff;color:#060129;text-decoration:none}.velmanta-popup{align-items:center;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:99999}.velmanta-popup[hidden]{display:none}.velmanta-popup__backdrop{backdrop-filter:blur(8px);background:rgba(6,1,41,.78);inset:0;position:absolute}.velmanta-popup__dialog{background:#18133b;border-radius:16px;box-shadow:0 30px 90px rgba(0,0,0,.45);color:#fff;max-height:calc(100vh - 48px);overflow-y:auto;position:relative;width:min(100%,620px)}.velmanta-popup__close{background:hsla(0,0%,100%,.12);border:0;border-radius:50%;color:#fff;cursor:pointer;font-size:30px;height:40px;line-height:1;position:absolute;right:16px;top:16px;width:40px;z-index:2}.velmanta-popup__close:focus,.velmanta-popup__close:hover{background:#fff;color:#060129}.velmanta-popup__content{padding:32px}.velmanta-popup__form{background:transparent;border-radius:12px;padding:0}.velmanta-popup__form .hs-form-frame{width:100%}.velmanta-popup.is-open{animation:velmantaPopupFade .18s ease both}@keyframes velmantaPopupFade{0%{opacity:0}to{opacity:1}}@media (max-width:575.98px){.velmanta-popup{padding:16px}.velmanta-popup__content{padding:24px 18px}.velmanta-popup-button__trigger{width:100%}}