(()=>{
let body = document.getElementsByTagName('body')[0];
let head = document.getElementsByTagName('body')[0];
// create div element in body
let div = document.createElement('div');
div.id = "exit_99";
div.classList = "exit-modal";
div.style.position = 'fixed';
div.style.top = '0';
div.style['z-index'] = 999;
div.style.width = '100%';
div.style.height = '100%';
div.style.display = 'none';
exitpopup = {"fonts":[],"css_libraries":[],"js_libraries":[],"html":"

YOU'RE MISSING OUT
This exclusive content may be gone forever! Stay and seize this rare opportunity!
Continue reading
","css":"* { box-sizing: border-box; } body {margin: 0;}#ex94-ex86-i1eo-2{position:absolute;background:rgba(0,0,0,0.5);width:100%;height:100%;}#ex94-ex86-ib0h{width:100%;margin-bottom:20px;height:300px;object-fit:cover;object-position:center;}#ex94-ex86-i40t{text-align:center;color:#000;margin-bottom:20px;}#ex94-ex86-i91ws{width:100%;height:100vh;background:rgba(0,0,0,0.5);position:fixed;top:0;left:0;display:none;}#ex94-ex86-if2jg{position:absolute;width:500px;background:white;padding:2em 2em 2em 2em;border-radius:1em 1em 1em 1em;margin:0 auto;transform:translate(-50%, -50%);min-height:50%;top:50%;left:50%;}#ex94-ex86-io0ur{line-height:0.5em;font-size:2em;font-weight:bold;float:right;cursor:pointer;color:black;}#ex94-ex86-iaaxr{position:absolute;right:1em;top:1em;}#ex94-ex86-iecdg{text-align:center;font-size:1.9em;font-weight:700;margin:0px 0px 0.5em 0px;}#ex94-ex86-i56x8{font-size:1.2em;text-align:center;color:#000;margin-bottom:20px;}#ex94-ex86-ikvry{text-align:center;}#ex94-ex86-ipwr8{background-color:#cc0100;color:#ffffff;text-align:center;border-radius:0.5em 0.5em 0.5em 0.5em;padding:0.75em 0.75px 0.75em 0.75px;font-size:1.2em;margin:1em 0 0 0;}\n .primary-color {\n color: #3498db;\n }\n .primary-bg {\n background-color: #3498db;\n }\n \n .primary-text-color {\n color: #ffffff;\n }\n .primary-text-bg {\n background-color: #ffffff;\n }\n \n .secondary-color {\n color: #2ecc71;\n }\n .secondary-bg {\n background-color: #2ecc71;\n }\n \n .secondary-text-color {\n color: #ffffff;\n }\n .secondary-text-bg {\n background-color: #ffffff;\n }\n \n .accent-color {\n color: #e74c3c;\n }\n .accent-bg {\n background-color: #e74c3c;\n }\n \n .background-color {\n color: #ecf0f1;\n }\n .background-bg {\n background-color: #ecf0f1;\n }\n \n .text-color {\n color: #34495e;\n }\n .text-bg {\n background-color: #34495e;\n }\n \n .border-color {\n color: #bdc3c7;\n }\n .border-bg {\n background-color: #bdc3c7;\n }\n \n .success-color {\n color: #2ecc71;\n }\n .success-bg {\n background-color: #2ecc71;\n }\n \n .warning-color {\n color: #f39c12;\n }\n .warning-bg {\n background-color: #f39c12;\n }\n \n .error-color {\n color: #e74c3c;\n }\n .error-bg {\n background-color: #e74c3c;\n }\n \n .info-color {\n color: #3498db;\n }\n .info-bg {\n background-color: #3498db;\n }\n \n :root {\n --primary: #3498db;\n--primary-text: #ffffff;\n--secondary: #2ecc71;\n--secondary-text: #ffffff;\n--accent: #e74c3c;\n--background: #ecf0f1;\n--text: #34495e;\n--border: #bdc3c7;\n--success: #2ecc71;\n--warning: #f39c12;\n--error: #e74c3c;\n--info: #3498db;\n } "}
div.innerHTML = `${exitpopup.html}`
// Load CSS libraries
if (exitpopup.css_libraries) {
exitpopup.css_libraries.forEach(library => {
let link = document.createElement('link');
link.href = library.url;
link.rel = 'stylesheet';
link.setAttribute('data-library-id', library.id);
head.appendChild(link);
});
}
// Load fonts
exitpopup.fonts.forEach(font => {
let link = document.createElement('link');
link.href = font;
link.rel = 'stylesheet';
head.appendChild(link);
});
// Load JS libraries
if (exitpopup.js_libraries) {
exitpopup.js_libraries.forEach(library => {
let script = document.createElement('script');
script.src = library.url;
script.setAttribute('data-library-id', library.id);
if (library.defer) {
script.defer = true;
}
head.appendChild(script);
});
}
// append to body
body.appendChild(div);
if(div.querySelector('video')){
// play
div.querySelector('video').muted = true;
div.querySelector('video').play();
}
})();