.hs-modal::backdrop{background:rgb(0 0 0 / .5)}.hs-modal{border:0;border-radius:12px;padding:0;max-width:640px;width:calc(100% - 32px);background:#fff0}.hs-modal-container{display:flex;flex-direction:column}button.hs-modal-close{position:absolute;top:0;right:0;background:#fff0;color:#333;width:50px;height:50px;font-size:28px;line-height:28px;padding:0}.hs-modal-close:hover,.hs-modal-close:active{background:#fff0;color:#555}.hs-modal-loader{opacity:.5;align-self:center;width:48px;height:48px;border-radius:50%;position:relative;animation:rotate 1s linear infinite}.hs-modal-loader::before{content:"";box-sizing:border-box;position:absolute;inset:0;border-radius:50%;border:5px solid #fff;animation:prixClipFix 2s linear infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}100%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}