<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">!function(i){"function"==typeof define&amp;&amp;define.amd?define(["jquery"],i):"object"==typeof module&amp;&amp;module.exports?module.exports=function(t,e){return void 0===e&amp;&amp;(e="undefined"!=typeof window?require("jquery"):require("jquery")(t)),i(e),e}:i(jQuery)}(function(d){var h=d(window),s=d(document),c="iziModal",o="closing",a="closed",u="opening",p="opened",e="destroyed";function m(t){return 9===t?-1!==navigator.appVersion.indexOf("MSIE 9."):(userAgent=navigator.userAgent,-1&lt;userAgent.indexOf("MSIE ")||-1&lt;userAgent.indexOf("Trident/"))}function f(t){return parseInt(String(t).split(/%|px|em|cm|vh|vw/)[0])}var r=function(){var t,e=document.createElement("fakeelement"),i={animation:"animationend",OAnimation:"oAnimationEnd",MozAnimation:"animationend",WebkitAnimation:"webkitAnimationEnd"};for(t in i)if(void 0!==e.style[t])return i[t]}(),l=!!/Mobi/.test(navigator.userAgent);window.$iziModal={},window.$iziModal.autoOpen=0,window.$iziModal.history=!1;var g=function(t,e){this.init(t,e)};return g.prototype={constructor:g,init:function(t,n){var o=this;this.$element=d(t),void 0!==this.$element[0].id&amp;&amp;""!==this.$element[0].id?this.id=this.$element[0].id:(this.id=c+Math.floor(1e7*Math.random()+1),this.$element.attr("id",this.id)),this.classes=void 0!==this.$element.attr("class")?this.$element.attr("class"):"",this.content=this.$element.html(),this.state=a,this.options=n,this.width=0,this.timer=null,this.timerTimeout=null,this.progressBar=null,this.isPaused=!1,this.isFullscreen=!1,this.headerHeight=0,this.modalHeight=0,this.$overlay=d('&lt;div class="'+c+'-overlay" style="background-color:'+n.overlayColor+'"&gt;&lt;/div&gt;'),this.$navigate=d('&lt;div class="'+c+'-navigate"&gt;&lt;div class="'+c+'-navigate-caption"&gt;Use&lt;/div&gt;&lt;button class="'+c+'-navigate-prev"&gt;&lt;/button&gt;&lt;button class="'+c+'-navigate-next"&gt;&lt;/button&gt;&lt;/div&gt;'),this.group={name:this.$element.attr("data-"+c+"-group"),index:null,ids:[]},this.$element.attr("aria-hidden","true"),this.$element.attr("aria-labelledby",this.id),this.$element.attr("role","dialog"),this.$element.hasClass("iziModal")||this.$element.addClass("iziModal"),void 0===this.group.name&amp;&amp;""!==n.group&amp;&amp;(this.group.name=n.group,this.$element.attr("data-"+c+"-group",n.group)),!0===this.options.loop&amp;&amp;this.$element.attr("data-"+c+"-loop",!0),d.each(this.options,function(t,e){var i=o.$element.attr("data-"+c+"-"+t);try{void 0!==i&amp;&amp;(n[t]=""===i||"true"==i||"false"!=i&amp;&amp;("function"==typeof e?new Function(i):i))}catch(t){}}),!1!==n.appendTo&amp;&amp;this.$element.appendTo(n.appendTo),!0===n.iframe?(this.$element.html('&lt;div class="'+c+'-wrap"&gt;&lt;div class="'+c+'-content"&gt;&lt;iframe class="'+c+'-iframe"&gt;&lt;/iframe&gt;'+this.content+"&lt;/div&gt;&lt;/div&gt;"),null!==n.iframeHeight&amp;&amp;this.$element.find("."+c+"-iframe").css("height",n.iframeHeight)):this.$element.html('&lt;div class="'+c+'-wrap"&gt;&lt;div class="'+c+'-content"&gt;'+this.content+"&lt;/div&gt;&lt;/div&gt;"),null!==this.options.background&amp;&amp;this.$element.css("background",this.options.background),this.$wrap=this.$element.find("."+c+"-wrap"),null===n.zindex||isNaN(parseInt(n.zindex))||(this.$element.css("z-index",n.zindex),this.$navigate.css("z-index",n.zindex-1),this.$overlay.css("z-index",n.zindex-2)),""!==n.radius&amp;&amp;this.$element.css("border-radius",n.radius),""!==n.padding&amp;&amp;this.$element.find("."+c+"-content").css("padding",n.padding),""!==n.theme&amp;&amp;("light"===n.theme?this.$element.addClass(c+"-light"):this.$element.addClass(n.theme)),!0===n.rtl&amp;&amp;this.$element.addClass(c+"-rtl"),!0===n.openFullscreen&amp;&amp;(this.isFullscreen=!0,this.$element.addClass("isFullscreen")),this.createHeader(),this.recalcWidth(),this.recalcVerticalPos(),!o.options.afterRender||"function"!=typeof o.options.afterRender&amp;&amp;"object"!=typeof o.options.afterRender||o.options.afterRender(o)},createHeader:function(){this.$header=d('&lt;div class="'+c+'-header"&gt;&lt;h2 class="'+c+'-header-title"&gt;'+this.options.title+'&lt;/h2&gt;&lt;p class="'+c+'-header-subtitle"&gt;'+this.options.subtitle+'&lt;/p&gt;&lt;div class="'+c+'-header-buttons"&gt;&lt;/div&gt;&lt;/div&gt;'),!0===this.options.closeButton&amp;&amp;this.$header.find("."+c+"-header-buttons").append('&lt;a href="javascript:void(0)" class="'+c+"-button "+c+'-button-close" data-'+c+"-close&gt;&lt;/a&gt;"),!0===this.options.fullscreen&amp;&amp;this.$header.find("."+c+"-header-buttons").append('&lt;a href="javascript:void(0)" class="'+c+"-button "+c+'-button-fullscreen" data-'+c+"-fullscreen&gt;&lt;/a&gt;"),!0===this.options.timeoutProgressbar&amp;&amp;this.$header.prepend('&lt;div class="'+c+'-progressbar"&gt;&lt;div style="background-color:'+this.options.timeoutProgressbarColor+'"&gt;&lt;/div&gt;&lt;/div&gt;'),""===this.options.subtitle&amp;&amp;this.$header.addClass(c+"-noSubtitle"),""!==this.options.title&amp;&amp;(null!==this.options.headerColor&amp;&amp;(!0===this.options.borderBottom&amp;&amp;this.$element.css("border-bottom","3px solid "+this.options.headerColor),this.$header.css("background",this.options.headerColor)),null===this.options.icon&amp;&amp;null===this.options.iconText||(this.$header.prepend('&lt;i class="'+c+'-header-icon"&gt;&lt;/i&gt;'),null!==this.options.icon&amp;&amp;this.$header.find("."+c+"-header-icon").addClass(this.options.icon).css("color",this.options.iconColor),null!==this.options.iconText&amp;&amp;this.$header.find("."+c+"-header-icon").html(this.options.iconText)),this.$element.css("overflow","hidden").prepend(this.$header))},setGroup:function(t){var i=this,e=this.group.name||t;if(this.group.ids=[],void 0!==t&amp;&amp;t!==this.group.name&amp;&amp;(e=t,this.group.name=e,this.$element.attr("data-"+c+"-group",e)),void 0!==e&amp;&amp;""!==e){var n=0;d.each(d("."+c+"[data-"+c+"-group="+e+"]"),function(t,e){i.group.ids.push(d(this)[0].id),i.id==d(this)[0].id&amp;&amp;(i.group.index=n),n++})}},toggle:function(){this.state==p&amp;&amp;this.close(),this.state==a&amp;&amp;this.open()},startProgress:function(t){var e=this;this.isPaused=!1,clearTimeout(this.timerTimeout),!0===this.options.timeoutProgressbar?(this.progressBar={hideEta:null,maxHideTime:null,currentTime:(new Date).getTime(),el:this.$element.find("."+c+"-progressbar &gt; div"),updateProgress:function(){if(!e.isPaused){e.progressBar.currentTime=e.progressBar.currentTime+10;var t=(e.progressBar.hideEta-e.progressBar.currentTime)/e.progressBar.maxHideTime*100;e.progressBar.el.width(t+"%"),t&lt;0&amp;&amp;e.close()}}},0&lt;t&amp;&amp;(this.progressBar.maxHideTime=parseFloat(t),this.progressBar.hideEta=(new Date).getTime()+this.progressBar.maxHideTime,this.timerTimeout=setInterval(this.progressBar.updateProgress,10))):this.timerTimeout=setTimeout(function(){e.close()},e.options.timeout)},pauseProgress:function(){this.isPaused=!0},resumeProgress:function(){this.isPaused=!1},resetProgress:function(t){clearTimeout(this.timerTimeout),this.progressBar={},this.$element.find("."+c+"-progressbar &gt; div").width("100%")},open:function(i){var o=this;try{void 0!==i&amp;&amp;!1===i.preventClose&amp;&amp;d.each(d("."+c),function(t,e){if(void 0!==d(e).data().iziModal){var i=d(e).iziModal("getState");"opened"!=i&amp;&amp;"opening"!=i||d(e).iziModal("close")}})}catch(t){}function n(){o.state=p,o.$element.trigger(p),!o.options.onOpened||"function"!=typeof o.options.onOpened&amp;&amp;"object"!=typeof o.options.onOpened||o.options.onOpened(o)}if(function(){if(o.options.history){var t=document.title;document.title=t+" - "+o.options.title,e="#"+o.id,i=e.replace(/^.*#/,""),(n=d(e)).attr("id",i+"-tmp"),window.location.hash=e,n.attr("id",i),document.title=t,window.$iziModal.history=!0}else window.$iziModal.history=!1;var e,i,n}(),this.state==a){if(o.$element.off("click","[data-"+c+"-close]").on("click","[data-"+c+"-close]",function(t){t.preventDefault();var e=d(t.currentTarget).attr("data-"+c+"-transitionOut");void 0!==e?o.close({transition:e}):o.close()}),o.$element.off("click","[data-"+c+"-fullscreen]").on("click","[data-"+c+"-fullscreen]",function(t){t.preventDefault(),!0===o.isFullscreen?(o.isFullscreen=!1,o.$element.removeClass("isFullscreen")):(o.isFullscreen=!0,o.$element.addClass("isFullscreen")),o.options.onFullscreen&amp;&amp;"function"==typeof o.options.onFullscreen&amp;&amp;o.options.onFullscreen(o),o.$element.trigger("fullscreen",o)}),o.$navigate.off("click","."+c+"-navigate-next").on("click","."+c+"-navigate-next",function(t){o.next(t)}),o.$element.off("click","[data-"+c+"-next]").on("click","[data-"+c+"-next]",function(t){o.next(t)}),o.$navigate.off("click","."+c+"-navigate-prev").on("click","."+c+"-navigate-prev",function(t){o.prev(t)}),o.$element.off("click","[data-"+c+"-prev]").on("click","[data-"+c+"-prev]",function(t){o.prev(t)}),this.setGroup(),this.state=u,this.$element.trigger(u),this.$element.attr("aria-hidden","false"),!0===this.options.timeoutProgressbar&amp;&amp;this.$element.find("."+c+"-progressbar &gt; div").width("100%"),!0===this.options.iframe){this.$element.find("."+c+"-content").addClass(c+"-content-loader"),this.$element.find("."+c+"-iframe").on("load",function(){d(this).parent().removeClass(c+"-content-loader")});var t=null;try{t=""!==d(i.currentTarget).attr("href")?d(i.currentTarget).attr("href"):null}catch(t){}if(null!==this.options.iframeURL&amp;&amp;null==t&amp;&amp;(t=this.options.iframeURL),null==t)throw new Error("Failed to find iframe URL");this.$element.find("."+c+"-iframe").attr("src",t)}(this.options.bodyOverflow||l)&amp;&amp;(d("html").addClass(c+"-isOverflow"),l&amp;&amp;d("body").css("overflow","hidden")),this.options.onOpening&amp;&amp;"function"==typeof this.options.onOpening&amp;&amp;this.options.onOpening(this),function(){if(1&lt;o.group.ids.length){o.$navigate.appendTo("body"),o.$navigate.addClass("fadeIn"),!0===o.options.navigateCaption&amp;&amp;o.$navigate.find("."+c+"-navigate-caption").show();var t=o.$element.outerWidth();!1!==o.options.navigateArrows?"closeScreenEdge"===o.options.navigateArrows?(o.$navigate.find("."+c+"-navigate-prev").css("left",0).show(),o.$navigate.find("."+c+"-navigate-next").css("right",0).show()):(o.$navigate.find("."+c+"-navigate-prev").css("margin-left",-(t/2+84)).show(),o.$navigate.find("."+c+"-navigate-next").css("margin-right",-(t/2+84)).show()):(o.$navigate.find("."+c+"-navigate-prev").hide(),o.$navigate.find("."+c+"-navigate-next").hide()),0===o.group.index&amp;&amp;0===d("."+c+"[data-"+c+'-group="'+o.group.name+'"][data-'+c+"-loop]").length&amp;&amp;!1===o.options.loop&amp;&amp;o.$navigate.find("."+c+"-navigate-prev").hide(),o.group.index+1===o.group.ids.length&amp;&amp;0===d("."+c+"[data-"+c+'-group="'+o.group.name+'"][data-'+c+"-loop]").length&amp;&amp;!1===o.options.loop&amp;&amp;o.$navigate.find("."+c+"-navigate-next").hide()}!0===o.options.overlay&amp;&amp;(!1===o.options.appendToOverlay?o.$overlay.appendTo("body"):o.$overlay.appendTo(o.options.appendToOverlay)),o.options.transitionInOverlay&amp;&amp;o.$overlay.addClass(o.options.transitionInOverlay);var e=o.options.transitionIn;"object"==typeof i&amp;&amp;(void 0===i.transition&amp;&amp;void 0===i.transitionIn||(e=i.transition||i.transitionIn),void 0!==i.zindex&amp;&amp;o.setZindex(i.zindex)),""!==e&amp;&amp;void 0!==r?(o.$element.addClass("transitionIn "+e).show(),o.$wrap.one(r,function(){o.$element.removeClass(e+" transitionIn"),o.$overlay.removeClass(o.options.transitionInOverlay),o.$navigate.removeClass("fadeIn"),n()})):(o.$element.show(),n()),!0!==o.options.pauseOnHover||!0!==o.options.pauseOnHover||!1===o.options.timeout||isNaN(parseInt(o.options.timeout))||!1===o.options.timeout||0===o.options.timeout||(o.$element.off("mouseenter").on("mouseenter",function(t){t.preventDefault(),o.isPaused=!0}),o.$element.off("mouseleave").on("mouseleave",function(t){t.preventDefault(),o.isPaused=!1}))}(),!1===this.options.timeout||isNaN(parseInt(this.options.timeout))||!1===this.options.timeout||0===this.options.timeout||o.startProgress(this.options.timeout),this.options.overlayClose&amp;&amp;!this.$element.hasClass(this.options.transitionOut)&amp;&amp;this.$overlay.click(function(){o.close()}),this.options.focusInput&amp;&amp;this.$element.find(":input:not(button):enabled:visible:first").focus(),function t(){o.recalcLayout(),o.timer=setTimeout(t,300)}(),s.on("keydown."+c,function(t){o.options.closeOnEscape&amp;&amp;27===t.keyCode&amp;&amp;o.close()})}},close:function(t){var e=this;function i(){e.state=a,e.$element.trigger(a),!0===e.options.iframe&amp;&amp;e.$element.find("."+c+"-iframe").attr("src",""),(e.options.bodyOverflow||l)&amp;&amp;(d("html").removeClass(c+"-isOverflow"),l&amp;&amp;d("body").css("overflow","auto")),e.options.onClosed&amp;&amp;"function"==typeof e.options.onClosed&amp;&amp;e.options.onClosed(e),!0===e.options.restoreDefaultContent&amp;&amp;e.$element.find("."+c+"-content").html(e.content),0===d("."+c+":visible").length&amp;&amp;d("html").removeClass(c+"-isAttached")}if(this.state==p||this.state==u){s.off("keydown."+c),this.state=o,this.$element.trigger(o),this.$element.attr("aria-hidden","true"),clearTimeout(this.timer),clearTimeout(this.timerTimeout),e.options.onClosing&amp;&amp;"function"==typeof e.options.onClosing&amp;&amp;e.options.onClosing(this);var n=this.options.transitionOut;"object"==typeof t&amp;&amp;(void 0===t.transition&amp;&amp;void 0===t.transitionOut||(n=t.transition||t.transitionOut)),!1===n||""===n||void 0===r?(this.$element.hide(),this.$overlay.remove(),this.$navigate.remove(),i()):(this.$element.attr("class",[this.classes,c,n,"light"==this.options.theme?c+"-light":this.options.theme,!0===this.isFullscreen?"isFullscreen":"",this.options.rtl?c+"-rtl":""].join(" ")),this.$overlay.attr("class",c+"-overlay "+this.options.transitionOutOverlay),!1===e.options.navigateArrows||l||this.$navigate.attr("class",c+"-navigate fadeOut"),this.$element.one(r,function(){e.$element.hasClass(n)&amp;&amp;e.$element.removeClass(n+" transitionOut").hide(),e.$overlay.removeClass(e.options.transitionOutOverlay).remove(),e.$navigate.removeClass("fadeOut").remove(),i()}))}},next:function(t){var n=this,o="fadeInRight",e="fadeOutLeft",i=d("."+c+":visible"),s={};s.out=this,void 0!==t&amp;&amp;"object"!=typeof t?(t.preventDefault(),i=d(t.currentTarget),o=i.attr("data-"+c+"-transitionIn"),e=i.attr("data-"+c+"-transitionOut")):void 0!==t&amp;&amp;(void 0!==t.transitionIn&amp;&amp;(o=t.transitionIn),void 0!==t.transitionOut&amp;&amp;(e=t.transitionOut)),this.close({transition:e}),setTimeout(function(){for(var t=d("."+c+"[data-"+c+'-group="'+n.group.name+'"][data-'+c+"-loop]").length,e=n.group.index+1;e&lt;=n.group.ids.length;e++){try{s.in=d("#"+n.group.ids[e]).data().iziModal}catch(t){}if(void 0!==s.in){d("#"+n.group.ids[e]).iziModal("open",{transition:o});break}if(e==n.group.ids.length&amp;&amp;0&lt;t||!0===n.options.loop)for(var i=0;i&lt;=n.group.ids.length;i++)if(s.in=d("#"+n.group.ids[i]).data().iziModal,void 0!==s.in){d("#"+n.group.ids[i]).iziModal("open",{transition:o});break}}},200),d(document).trigger(c+"-group-change",s)},prev:function(t){var n=this,o="fadeInLeft",e="fadeOutRight",i=d("."+c+":visible"),s={};s.out=this,void 0!==t&amp;&amp;"object"!=typeof t?(t.preventDefault(),i=d(t.currentTarget),o=i.attr("data-"+c+"-transitionIn"),e=i.attr("data-"+c+"-transitionOut")):void 0!==t&amp;&amp;(void 0!==t.transitionIn&amp;&amp;(o=t.transitionIn),void 0!==t.transitionOut&amp;&amp;(e=t.transitionOut)),this.close({transition:e}),setTimeout(function(){for(var t=d("."+c+"[data-"+c+'-group="'+n.group.name+'"][data-'+c+"-loop]").length,e=n.group.index;0&lt;=e;e--){try{s.in=d("#"+n.group.ids[e-1]).data().iziModal}catch(t){}if(void 0!==s.in){d("#"+n.group.ids[e-1]).iziModal("open",{transition:o});break}if(0===e&amp;&amp;0&lt;t||!0===n.options.loop)for(var i=n.group.ids.length-1;0&lt;=i;i--)if(s.in=d("#"+n.group.ids[i]).data().iziModal,void 0!==s.in){d("#"+n.group.ids[i]).iziModal("open",{transition:o});break}}},200),d(document).trigger(c+"-group-change",s)},destroy:function(){var t=d.Event("destroy");this.$element.trigger(t),s.off("keydown."+c),clearTimeout(this.timer),clearTimeout(this.timerTimeout),!0===this.options.iframe&amp;&amp;this.$element.find("."+c+"-iframe").remove(),this.$element.html(this.$element.find("."+c+"-content").html()),this.$element.off("click","[data-"+c+"-close]"),this.$element.off("click","[data-"+c+"-fullscreen]"),this.$element.off("."+c).removeData(c).attr("style",""),this.$overlay.remove(),this.$navigate.remove(),this.$element.trigger(e),this.$element=null},getState:function(){return this.state},getGroup:function(){return this.group},setWidth:function(t){this.options.width=t,this.recalcWidth();var e=this.$element.outerWidth();!0!==this.options.navigateArrows&amp;&amp;"closeToModal"!=this.options.navigateArrows||(this.$navigate.find("."+c+"-navigate-prev").css("margin-left",-(e/2+84)).show(),this.$navigate.find("."+c+"-navigate-next").css("margin-right",-(e/2+84)).show())},setTop:function(t){this.options.top=t,this.recalcVerticalPos(!1)},setBottom:function(t){this.options.bottom=t,this.recalcVerticalPos(!1)},setHeader:function(t){t?this.$element.find("."+c+"-header").show():(this.headerHeight=0,this.$element.find("."+c+"-header").hide())},setTitle:function(t){this.options.title=t,0===this.headerHeight&amp;&amp;this.createHeader(),0===this.$header.find("."+c+"-header-title").length&amp;&amp;this.$header.append('&lt;h2 class="'+c+'-header-title"&gt;&lt;/h2&gt;'),this.$header.find("."+c+"-header-title").html(t)},setSubtitle:function(t){""===t?(this.$header.find("."+c+"-header-subtitle").remove(),this.$header.addClass(c+"-noSubtitle")):(0===this.$header.find("."+c+"-header-subtitle").length&amp;&amp;this.$header.append('&lt;p class="'+c+'-header-subtitle"&gt;&lt;/p&gt;'),this.$header.removeClass(c+"-noSubtitle")),this.$header.find("."+c+"-header-subtitle").html(t),this.options.subtitle=t},setIcon:function(t){0===this.$header.find("."+c+"-header-icon").length&amp;&amp;this.$header.prepend('&lt;i class="'+c+'-header-icon"&gt;&lt;/i&gt;'),this.$header.find("."+c+"-header-icon").attr("class",c+"-header-icon "+t),this.options.icon=t},setIconText:function(t){this.$header.find("."+c+"-header-icon").html(t),this.options.iconText=t},setHeaderColor:function(t){!0===this.options.borderBottom&amp;&amp;this.$element.css("border-bottom","3px solid "+t),this.$header.css("background",t),this.options.headerColor=t},setBackground:function(t){!1===t?(this.options.background=null,this.$element.css("background","")):(this.$element.css("background",t),this.options.background=t)},setZindex:function(t){isNaN(parseInt(this.options.zindex))||(this.options.zindex=t,this.$element.css("z-index",t),this.$navigate.css("z-index",t-1),this.$overlay.css("z-index",t-2))},setFullscreen:function(t){t?(this.isFullscreen=!0,this.$element.addClass("isFullscreen")):(this.isFullscreen=!1,this.$element.removeClass("isFullscreen"))},setContent:function(t){"object"==typeof t&amp;&amp;(!0===(t.default||!1)&amp;&amp;(this.content=t.content),t=t.content);!1===this.options.iframe&amp;&amp;this.$element.find("."+c+"-content").html(t)},setTransitionIn:function(t){this.options.transitionIn=t},setTransitionOut:function(t){this.options.transitionOut=t},setTimeout:function(t){this.options.timeout=t},resetContent:function(){this.$element.find("."+c+"-content").html(this.content)},startLoading:function(){this.$element.find("."+c+"-loader").length||this.$element.append('&lt;div class="'+c+'-loader fadeIn"&gt;&lt;/div&gt;'),this.$element.find("."+c+"-loader").css({top:this.headerHeight,borderRadius:this.options.radius})},stopLoading:function(){var t=this.$element.find("."+c+"-loader");t.length||(this.$element.prepend('&lt;div class="'+c+'-loader fadeIn"&gt;&lt;/div&gt;'),t=this.$element.find("."+c+"-loader").css("border-radius",this.options.radius)),t.removeClass("fadeIn").addClass("fadeOut"),setTimeout(function(){t.remove()},600)},recalcWidth:function(){if(this.$element.css("max-width",this.options.width),m()){var t=this.options.width;1&lt;t.toString().split("%").length&amp;&amp;(t=this.$element.outerWidth()),this.$element.css({left:"50%",marginLeft:-t/2})}},recalcVerticalPos:function(t){null!==this.options.top&amp;&amp;!1!==this.options.top?(this.$element.css("margin-top",this.options.top),0===this.options.top&amp;&amp;this.$element.css({borderTopRightRadius:0,borderTopLeftRadius:0})):!1===t&amp;&amp;this.$element.css({marginTop:"",borderRadius:this.options.radius}),null!==this.options.bottom&amp;&amp;!1!==this.options.bottom?(this.$element.css("margin-bottom",this.options.bottom),0===this.options.bottom&amp;&amp;this.$element.css({borderBottomRightRadius:0,borderBottomLeftRadius:0})):!1===t&amp;&amp;this.$element.css({marginBottom:"",borderRadius:this.options.radius})},recalcLayout:function(){var t=this,e=h.height(),i=this.$element.outerHeight(),n=this.$element.outerWidth(),o=this.$element.find("."+c+"-content")[0].scrollHeight,s=o+this.headerHeight,a=this.$element.innerHeight()-this.headerHeight,r=(parseInt(-(this.$element.innerHeight()+1)/2),this.$wrap.scrollTop()),l=0;m()&amp;&amp;(n&gt;=h.width()||!0===this.isFullscreen?this.$element.css({left:"0",marginLeft:""}):this.$element.css({left:"50%",marginLeft:-n/2})),!0===this.options.borderBottom&amp;&amp;""!==this.options.title&amp;&amp;(l=3),this.$element.find("."+c+"-header").length&amp;&amp;this.$element.find("."+c+"-header").is(":visible")?(this.headerHeight=parseInt(this.$element.find("."+c+"-header").innerHeight()),this.$element.css("overflow","hidden")):(this.headerHeight=0,this.$element.css("overflow","")),this.$element.find("."+c+"-loader").length&amp;&amp;this.$element.find("."+c+"-loader").css("top",this.headerHeight),i!==this.modalHeight&amp;&amp;(this.modalHeight=i,this.options.onResize&amp;&amp;"function"==typeof this.options.onResize&amp;&amp;this.options.onResize(this)),this.state!=p&amp;&amp;this.state!=u||(!0===this.options.iframe&amp;&amp;(e&lt;this.options.iframeHeight+this.headerHeight+l||!0===this.isFullscreen?this.$element.find("."+c+"-iframe").css("height",e-(this.headerHeight+l)):this.$element.find("."+c+"-iframe").css("height",this.options.iframeHeight)),i==e?this.$element.addClass("isAttached"):this.$element.removeClass("isAttached"),!1===this.isFullscreen&amp;&amp;this.$element.width()&gt;=h.width()?this.$element.find("."+c+"-button-fullscreen").hide():this.$element.find("."+c+"-button-fullscreen").show(),this.recalcButtons(),!1===this.isFullscreen&amp;&amp;(e=e-(f(this.options.top)||0)-(f(this.options.bottom)||0)),e&lt;s?(0&lt;this.options.top&amp;&amp;null===this.options.bottom&amp;&amp;o&lt;h.height()&amp;&amp;this.$element.addClass("isAttachedBottom"),0&lt;this.options.bottom&amp;&amp;null===this.options.top&amp;&amp;o&lt;h.height()&amp;&amp;this.$element.addClass("isAttachedTop"),1===d("."+c+":visible").length&amp;&amp;d("html").addClass(c+"-isAttached"),this.$element.css("height",e)):(this.$element.css("height",o+(this.headerHeight+l)),this.$element.removeClass("isAttachedTop isAttachedBottom"),1===d("."+c+":visible").length&amp;&amp;d("html").removeClass(c+"-isAttached")),a&lt;o&amp;&amp;e&lt;s?(t.$element.addClass("hasScroll"),t.$wrap.css("height",i-(t.headerHeight+l))):(t.$element.removeClass("hasScroll"),t.$wrap.css("height","auto")),a+r&lt;o-30?t.$element.addClass("hasShadow"):t.$element.removeClass("hasShadow"))},recalcButtons:function(){var t=this.$header.find("."+c+"-header-buttons").innerWidth()+10;!0===this.options.rtl?this.$header.css("padding-left",t):this.$header.css("padding-right",t)}},h.off("load."+c).on("load."+c,function(t){var e=document.location.hash;if(0===window.$iziModal.autoOpen&amp;&amp;!d("."+c).is(":visible"))try{var i=d(e).data();void 0!==i&amp;&amp;!1!==i.iziModal.options.autoOpen&amp;&amp;d(e).iziModal("open")}catch(t){}}),h.off("hashchange."+c).on("hashchange."+c,function(t){var e=document.location.hash;if(""!==e)try{void 0!==d(e).data()&amp;&amp;"opening"!==d(e).iziModal("getState")&amp;&amp;setTimeout(function(){d(e).iziModal("open",{preventClose:!1})},200)}catch(t){}else window.$iziModal.history&amp;&amp;d.each(d("."+c),function(t,e){if(void 0!==d(e).data().iziModal){var i=d(e).iziModal("getState");"opened"!=i&amp;&amp;"opening"!=i||d(e).iziModal("close")}})}),s.off("click","[data-"+c+"-open]").on("click","[data-"+c+"-open]",function(t){t.preventDefault();var e=d("."+c+":visible"),i=d(t.currentTarget).attr("data-"+c+"-open"),n=d(t.currentTarget).attr("data-"+c+"-preventClose"),o=d(t.currentTarget).attr("data-"+c+"-transitionIn"),s=d(t.currentTarget).attr("data-"+c+"-transitionOut"),a=d(t.currentTarget).attr("data-"+c+"-zindex");void 0!==a&amp;&amp;d(i).iziModal("setZindex",a),void 0===n&amp;&amp;(void 0!==s?e.iziModal("close",{transition:s}):e.iziModal("close")),setTimeout(function(){void 0!==o?d(i).iziModal("open",{transition:o}):d(i).iziModal("open")},200)}),s.off("keyup."+c).on("keyup."+c,function(t){if(d("."+c+":visible").length){var e=d("."+c+":visible")[0].id,i=d("#"+e).data().iziModal.options.arrowKeys,n=d("#"+e).iziModal("getGroup"),o=t||window.event,s=o.target||o.srcElement;void 0===e||!i||void 0===n.name||o.ctrlKey||o.metaKey||o.altKey||"INPUT"===s.tagName.toUpperCase()||"TEXTAREA"==s.tagName.toUpperCase()||(37===o.keyCode?d("#"+e).iziModal("prev",o):39===o.keyCode&amp;&amp;d("#"+e).iziModal("next",o))}}),d.fn[c]=function(t,e){if(!d(this).length&amp;&amp;"object"==typeof t){var i={$el:document.createElement("div"),id:this.selector.split("#"),class:this.selector.split(".")};if(1&lt;i.id.length){try{i.$el=document.createElement(id[0])}catch(t){}i.$el.id=this.selector.split("#")[1].trim()}else if(1&lt;i.class.length){try{i.$el=document.createElement(i.class[0])}catch(t){}for(var n=1;n&lt;i.class.length;n++)i.$el.classList.add(i.class[n].trim())}document.body.appendChild(i.$el),this.push(d(this.selector))}for(var o=0;o&lt;this.length;o++){var s=d(this[o]),a=s.data(c),r=d.extend({},d.fn[c].defaults,s.data(),"object"==typeof t&amp;&amp;t);if(a||t&amp;&amp;"object"!=typeof t){if("string"==typeof t&amp;&amp;void 0!==a)return a[t].apply(a,[].concat(e))}else s.data(c,a=new g(s,r));r.autoOpen&amp;&amp;(isNaN(parseInt(r.autoOpen))?!0===r.autoOpen&amp;&amp;a.open():setTimeout(function(){a.open()},r.autoOpen),window.$iziModal.autoOpen++)}return this},d.fn[c].defaults={title:"",subtitle:"",headerColor:"#88A0B9",background:null,theme:"",icon:null,iconText:null,iconColor:"",rtl:!1,width:600,top:null,bottom:null,borderBottom:!0,padding:0,radius:3,zindex:999,iframe:!1,iframeHeight:400,iframeURL:null,focusInput:!0,group:"",loop:!1,arrowKeys:!0,navigateCaption:!0,navigateArrows:!0,history:!1,restoreDefaultContent:!1,autoOpen:0,bodyOverflow:!1,fullscreen:!1,openFullscreen:!1,closeOnEscape:!0,closeButton:!0,appendTo:"body",appendToOverlay:"body",overlay:!0,overlayClose:!0,overlayColor:"rgba(0, 0, 0, 0.4)",timeout:!1,timeoutProgressbar:!1,pauseOnHover:!1,timeoutProgressbarColor:"rgba(255,255,255,0.5)",transitionIn:"comingIn",transitionOut:"comingOut",transitionInOverlay:"fadeIn",transitionOutOverlay:"fadeOut",onFullscreen:function(){},onResize:function(){},onOpening:function(){},onOpened:function(){},onClosing:function(){},onClosed:function(){},afterRender:function(){}},d.fn[c].Constructor=g,d.fn.iziModal});</pre></body></html>