.sfy-popup .newsletter__success{color:#fff;height:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;align-content:center;flex-direction:column}.sfy-popup form{z-index:2;position:relative;width:500px;max-width:80%}.sfy-popup form input,.sfy-popup form button{width:100%;border-radius:14px;border:2px solid #fff;height:50px;margin-top:15px}.sfy-popup form input::-moz-placeholder{color:#fff}.sfy-popup form input,.sfy-popup form input::placeholder{color:#fff}.sfy-popup form button{background-color:#fff;color:#262626;display:flex;justify-content:center;align-items:center;font-weight:900}.sfy-popup .othertext{z-index:3;position:relative;display:flex;flex-wrap:wrap;justify-content:center}.sfy-popup .othertext h2{width:100%;font-weight:900;font-family:"Inter Bold"}.sfy-popup .sfy-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);z-index:999;display:none;justify-content:center;align-items:center;opacity:0;transition:opacity .4s ease}.sfy-popup .sfy-overlay.active{display:flex;opacity:1}.sfy-popup .sfy-close{position:absolute;top:0px;right:0px;background:#f2e9d8;color:#000;border:none;width:40px;height:40px;border-radius:100%;cursor:pointer;font-size:16px;font-weight:bolder;z-index:3}.sfy-popup .popup-left{position:relative;height:auto;display:flex;flex-wrap:wrap;justify-content:center;align-content:flex-end;padding:50px;width:100%}@media(max-width: 768px){.sfy-popup .popup-left{padding:16px 16px 30px 16px}}.sfy-popup .popup-left h2,.sfy-popup .popup-left p{text-align:center}.sfy-popup .popup-left img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;left:0;top:0;border-radius:30px;z-index:1}.sfy-popup .sfy-btn-open{position:fixed;z-index:2;bottom:0;background:rgba(0,0,0,0);width:auto;font-size:12px;letter-spacing:1px;padding:4px 8px;left:10px;color:#fff;font-weight:700;border-top-left-radius:12px;border-top-right-radius:12px;cursor:pointer}.sfy-popup .popup-right strong{font-weight:600;background:#f2e9d8;padding:7px;border:dashed 1px #c344bd;margin:5px}.sfy-popup .sfy-content{min-height:90vh;max-width:90%;width:570px;background:#262626;border-radius:20px;overflow:hidden;display:flex;gap:0px;position:relative;transform:scale(0.85);opacity:0;transition:all .3s ease}.sfy-popup .sfy-content.sfy-show{transform:scale(1);opacity:1}.sfy-modal-opened iframe#chat-button{display:none}