(()=>{
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_106";
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":[],"html":"
","css":"* { box-sizing: border-box; } body {margin: 0;}#ex106-ex95-ex83-i1eo{position:absolute;background:rgba(0,0,0,0.5);width:100%;height:100%;}#ex106-ex95-ex83-i91ws{width:100%;height:100vh;background:rgba(0,0,0,0.5);position:fixed;left:0;display:none;}#ex106-ex95-ex83-if2jg{position:absolute;width:550px;margin:0 auto;transform:translate(-50%,-50%);;top:50%;left:50%;}#ex106-ex95-ex83-c9480{margin:0px 0 0 0;font-size:0.8em;font-family:Verdana, Geneva, sans-serif;font-weight:400;}#ex106-ex95-ex83-c9436{color:rgba(255,255,255,1);text-align:center;background-color:#cc0000;padding:0.5em 0px 0.5em 0px;border-radius:10px 10px 0px 0px;margin:0px 0 0 0;}#ex106-ex95-ex83-c9477{color:rgba(0,0,0,1);text-align:center;font-size:1.6em;padding:0 0 1em 0;}#ex106-ex95-ex83-c9530{font-size:1em;margin:0px 0 0 0;font-weight:600;}#ex106-ex95-ex83-iz05v{display:flex;flex-direction:column;font-size:2.5em;font-weight:400;margin:0px 0px 0.5em 0px;}#ex106-ex95-ex83-i7m79{align-self:center;font-size:0.85em;}#ex106-ex95-ex83-ia3q7{font-weight:300;font-family:'Roboto', sans-serif;padding:0em 0.25em 0em 0.25em;border-radius:5px;border:1px solid black;background-color:#fcfa17;}#ex106-ex95-ex83-imurg{display:flex;flex-direction:column;padding:2em 2em 2em 2em;background-color:white;border-radius:0px 0px 10px 10px;}#ex106-ex95-ex83-imikh{text-align:center;margin:1.5em 0px 0px 0px;color:#000000;font-size:1.1em;align-self:center;display:none;}#ex106-ex95-ex83-ivobh{font-weight:400;text-decoration:underline;}#ex106-ex95-ex83-ipodx-2{background-color:#fcfa17;color:rgba(23,23,237,1);padding:0.75em 0px 0.75em 0px;text-align:center;border-radius:12px;font-size:1.5em;font-weight:600;cursor:pointer;border:4px solid rgba(23,23,237,1);}#ex106-ex95-ex83-c9508{font-weight:600;}#ex106-ex95-ex83-c9508-2{font-weight:500;}"}
div.innerHTML = `${exitpopup.html}`
exitpopup.fonts.forEach(font => {
let link = document.createElement('link');
link.href = font;
link.rel = 'stylesheet';
head.appendChild(link);
});
// append to body
body.appendChild(div);
if(div.querySelector('video')){
// play
div.querySelector('video').muted = true;
div.querySelector('video').play();
}
window.trackInteraction(["click", "ex106-ex95-ex83-ipodx", "focus-on-element", {"data":1,"value":"*[data-headline]"}]);
window.trackInteraction(["click", "ex106-ex95-ex83-ipodx", "execute-js", {"data":1,"value":"window.playVideo()"}]);
window.trackInteraction(["click", "ex106-ex95-ex83-ipodx-2", "focus-on-element", {"data":1,"value":".video"}]);
})();