<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">!function(e){function t(e){return void 0!==e}function n(t,n,l){var r=function(){};r.prototype=n.prototype,t.prototype=new r,t.prototype.constructor=t,n.prototype.constructor=n,t._super=n.prototype,l&amp;&amp;e.extend(t.prototype,l)}var l=[["",""],["exit","cancel"],["screen","Screen"]],r=["","o","ms","moz","webkit","webkitCurrent"];function s(e,n){var s;"string"==typeof e&amp;&amp;(n=e,e=document);for(var i=0;i&lt;l.length;++i){n=n.replace(l[i][0],l[i][1]);for(var o=0;o&lt;r.length;++o)if(s=r[o],t(e[s+=0===o?n:n.charAt(0).toUpperCase()+n.substr(1)]))return e[s]}}var i=navigator.userAgent,o=s("fullscreenEnabled"),u=!(-1!==i.indexOf("Android")&amp;&amp;-1!==i.indexOf("Chrome"))&amp;&amp;t(s("fullscreenElement"))&amp;&amp;(!t(o)||!0===o),c=e.fn.jquery.split("."),_=parseInt(c[0])&lt;2&amp;&amp;parseInt(c[1])&lt;7,h=function(){this.__options=null,this._fullScreenElement=null,this.__savedStyles={}};h.prototype={_DEFAULT_OPTIONS:{styles:{boxSizing:"border-box",MozBoxSizing:"border-box",WebkitBoxSizing:"border-box"},toggleClass:null},__documentOverflow:"",__htmlOverflow:"",_preventDocumentScroll:function(){this.__documentOverflow=e("body")[0].style.overflow,this.__htmlOverflow=e("html")[0].style.overflow},_allowDocumentScroll:function(){},_fullScreenChange:function(){this.isFullScreen()?(this._preventDocumentScroll(),this._triggerEvents()):(this._allowDocumentScroll(),this._revertStyles(),this._triggerEvents(),this._fullScreenElement=null)},_fullScreenError:function(t){this._revertStyles(),this._fullScreenElement=null,t&amp;&amp;e(document).trigger("fscreenerror",[t])},_triggerEvents:function(){e(this._fullScreenElement).trigger(this.isFullScreen()?"fscreenopen":"fscreenclose"),e(document).trigger("fscreenchange",[this.isFullScreen(),this._fullScreenElement])},_saveAndApplyStyles:function(){var t=e(this._fullScreenElement);for(var n in this.__savedStyles={},this.__options.styles)this.__savedStyles[n]=this._fullScreenElement.style[n],this._fullScreenElement.style[n]=this.__options.styles[n];this.__options.toggleClass&amp;&amp;t.addClass(this.__options.toggleClass)},_revertStyles:function(){var t=e(this._fullScreenElement);for(var n in this.__options.styles)this._fullScreenElement.style[n]=this.__savedStyles[n];this.__options.toggleClass&amp;&amp;t.removeClass(this.__options.toggleClass)},open:function(t,n){t!==this._fullScreenElement&amp;&amp;(this.isFullScreen()&amp;&amp;this.exit(),this._fullScreenElement=t,this.__options=e.extend(!0,{},this._DEFAULT_OPTIONS,n),this._saveAndApplyStyles())},exit:null,isFullScreen:null,isNativelySupported:function(){return u}};var f=function(){f._super.constructor.apply(this,arguments),this.exit=e.proxy(s("exitFullscreen"),document),this._DEFAULT_OPTIONS=e.extend(!0,{},this._DEFAULT_OPTIONS,{styles:{width:"100%",height:"100%"}}),e(document).bind(this._prefixedString("fullscreenchange")+" MSFullscreenChange",e.proxy(this._fullScreenChange,this)).bind(this._prefixedString("fullscreenerror")+" MSFullscreenError",e.proxy(this._fullScreenError,this))};n(f,h,{VENDOR_PREFIXES:["","o","moz","webkit"],_prefixedString:function(t){return e.map(this.VENDOR_PREFIXES,function(e){return e+t}).join(" ")},open:function(e,t){f._super.open.apply(this,arguments),s(e,"requestFullscreen").call(e)},exit:e.noop,isFullScreen:function(){return null!==s("fullscreenElement")},element:function(){return s("fullscreenElement")}});var p=function(){p._super.constructor.apply(this,arguments),this._DEFAULT_OPTIONS=e.extend({},this._DEFAULT_OPTIONS,{styles:{position:"fixed",zIndex:"2147483647",left:0,top:0,bottom:0,right:0}}),this.__delegateKeydownHandler()};n(p,h,{__isFullScreen:!1,__delegateKeydownHandler:function(){var t=e(document);t.delegate("*","keydown.fullscreen",e.proxy(this.__keydownHandler,this));var n=_?t.data("events"):e._data(document).events,l=n.keydown;_?n.live.unshift(n.live.pop()):l.splice(0,0,l.splice(l.delegateCount-1,1)[0])},__keydownHandler:function(e){return!this.isFullScreen()||27!==e.which||(this.exit(),!1)},_revertStyles:function(){p._super._revertStyles.apply(this,arguments),this._fullScreenElement.offsetHeight},open:function(e){p._super.open.apply(this,arguments),this.__isFullScreen=!0,this._fullScreenChange()},exit:function(){this.__isFullScreen=!1,this._fullScreenChange()},isFullScreen:function(){return this.__isFullScreen},element:function(){return this.__isFullScreen?this._fullScreenElement:null}}),e.fullscreen=u?new f:new p,e.fn.fullscreen=function(t){var n=this[0];return(t=e.extend({toggleClass:null},t)).styles={},n&amp;&amp;e.fullscreen.open(n,t),this}}(jQuery);</pre></body></html>