.cd-modal-overlay{display:none;position:fixed;z-index:999999;left:0;top:0;bottom:0;right:0;width:100%;height:100%;overflow:hidden;background-color:rgba(15,17,45,.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.cd-modal{position:absolute;left:0;top:40px;bottom:40px;right:0;overflow:hidden}.cd-modal-content{box-sizing:border-box;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);width:100%;max-width:1320px;height:90%;max-height:720px;padding:0 16px;transition:height .25s ease,width .25s ease}.cd-modal-content{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='24' r='20' fill='none' stroke='%23ffffff' stroke-width='4' stroke-linecap='round' stroke-dasharray='90 60'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 24 24' to='360 24 24' dur='1s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center center}.cd-frame-wrapper{height:100%;width:100%;background-color:transparent;border-radius:20px}.cd-frame-wrapper.cd-loaded{background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='24' r='20' fill='none' stroke='%234650c2' stroke-width='4' stroke-linecap='round' stroke-dasharray='90 60'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 24 24' to='360 24 24' dur='1s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center center;box-shadow:0 24px 64px rgba(15,17,45,.35);animation:cd-modal-pop .25s ease}.cd-frame-wrapper.cd-frameless-wrap.cd-loaded{background-color:transparent;background-image:none;box-shadow:none}@keyframes cd-modal-pop{from{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.cd-frame{border-radius:20px;width:100%;height:100%;border:none;background:0 0;opacity:0;transition:opacity .15s ease-in}.cd-frame-wrapper.cd-loaded .cd-frame{opacity:1}.cd-modal-close{position:absolute;top:16px;right:16px;width:44px;height:44px;cursor:pointer;border-radius:50%;background-color:rgba(255,255,255,.15);background-image:url("close.svg");background-repeat:no-repeat;background-position:center;background-size:16px;transition:background-color .15s ease-in}.cd-modal-close:hover{background-color:rgba(255,255,255,.3)}.cd-floating-btn{position:fixed;right:20px;bottom:15px;z-index:9998;border-radius:28px;border:none;display:inline-block;cursor:pointer;font-family:sans-serif;font-weight:700;font-size:16px;padding:14px 50px;text-decoration:none;opacity:1}.cd-floating-btn:hover{opacity:.9}.cd-floating-btn.cd-floating-btn-left{right:auto;left:20px}