<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">"use strict";function _typeof(e){return(_typeof="function"==typeof Symbol&amp;&amp;"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&amp;&amp;"function"==typeof Symbol&amp;&amp;e.constructor===Symbol&amp;&amp;e!==Symbol.prototype?"symbol":typeof e})(e)}function _typeof(e){return(_typeof="function"==typeof Symbol&amp;&amp;"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&amp;&amp;"function"==typeof Symbol&amp;&amp;e.constructor===Symbol&amp;&amp;e!==Symbol.prototype?"symbol":typeof e})(e)}!function(n){"function"==typeof define&amp;&amp;define.amd?define(["jquery"],n):"object"==("undefined"==typeof module?"undefined":_typeof(module))&amp;&amp;module.exports?module.exports=function(e,t){return void 0===t&amp;&amp;(t="undefined"!=typeof window?require("jquery"):require("jquery")(e)),n(t),t}:n(jQuery)}(function(u){function i(e,t){var n;if(!(this instanceof i))return(n=new i(e,t)).open(),n;this.id=i.id++,this.setup(e,t),this.chainCallbacks(i._callbackChain)}var r,o,a,n,s,c;void 0===u?"console"in window&amp;&amp;window.console.info("Too much lightness, Featherlight needs jQuery."):u.fn.jquery.match(/-ajax/)?"console"in window&amp;&amp;window.console.info("Featherlight needs regular jQuery, not the slim version."):(r=[],o=function(t){return r=u.grep(r,function(e){return e!==t&amp;&amp;0&lt;e.$instance.closest("body").length})},a={allow:1,allowfullscreen:1,frameborder:1,height:1,longdesc:1,marginheight:1,marginwidth:1,mozallowfullscreen:1,name:1,referrerpolicy:1,sandbox:1,scrolling:1,src:1,srcdoc:1,style:1,webkitallowfullscreen:1,width:1},n={keyup:"onKeyUp",resize:"onResize"},i.prototype={constructor:i,namespace:"featherlight",targetAttr:"data-featherlight",variant:null,resetCss:!(c=function(e){var t;e!==i._globalHandlerInstalled&amp;&amp;(i._globalHandlerInstalled=e,t=u.map(n,function(e,t){return t+"."+i.prototype.namespace}).join(" "),u(window)[e?"on":"off"](t,s))}),background:null,openTrigger:"click",closeTrigger:"click",filter:null,root:"body",openSpeed:250,closeSpeed:250,closeOnClick:"background",closeOnEsc:!0,closeIcon:"&amp;#10005;",loading:"",persist:!(s=function(e){u.each(i.opened().reverse(),function(){return e.isDefaultPrevented()||!1!==this[n[e.type]](e)?void 0:(e.preventDefault(),e.stopPropagation(),!1)})}),otherClose:null,beforeOpen:u.noop,beforeContent:u.noop,beforeClose:u.noop,afterOpen:u.noop,afterContent:u.noop,afterClose:u.noop,onKeyUp:u.noop,onResize:u.noop,type:null,contentFilters:["jquery","image","html","ajax","iframe","text"],setup:function(e,t){"object"!=_typeof(e)||e instanceof u!=0||t||(t=e,e=void 0);var n=u.extend(this,t,{target:e}),t=n.resetCss?n.namespace+"-reset":n.namespace,e=u(n.background||['&lt;div class="'+t+"-loading "+t+'"&gt;','&lt;div class="'+t+'-content"&gt;','&lt;button class="'+t+"-close-icon "+n.namespace+'-close" aria-label="Close"&gt;',n.closeIcon,"&lt;/button&gt;",'&lt;div class="'+n.namespace+'-inner"&gt;'+n.loading+"&lt;/div&gt;","&lt;/div&gt;","&lt;/div&gt;"].join("")),i="."+n.namespace+"-close"+(n.otherClose?","+n.otherClose:"");return n.$instance=e.clone().addClass(n.variant),n.$instance.on(n.closeTrigger+"."+n.namespace,function(e){var t;!e.isDefaultPrevented()&amp;&amp;(t=u(e.target),"background"===n.closeOnClick&amp;&amp;t.is("."+n.namespace)||"anywhere"===n.closeOnClick||t.closest(i).length)&amp;&amp;(n.close(e),e.preventDefault())}),this},getContent:function(){if(!1!==this.persist&amp;&amp;this.$content)return this.$content;function e(e){return t.$currentTarget&amp;&amp;t.$currentTarget.attr(e)}var t=this,n=this.constructor.contentFilters,i=e(t.targetAttr),r=t.target||i||"",o=n[t.type];if(!o&amp;&amp;r in n&amp;&amp;(o=n[r],r=t.target&amp;&amp;i),r=r||e("href")||"",!o)for(var a in n)t[a]&amp;&amp;(o=n[a],r=t[a]);if(!o){var s=r,r=null;if(u.each(t.contentFilters,function(){return o=n[this],!(r=!(r=o.test?o.test(s):r)&amp;&amp;o.regex&amp;&amp;s.match&amp;&amp;s.match(o.regex)?s:r)}),!r)return"console"in window&amp;&amp;window.console.error("Featherlight: no content filter found "+(s?' for "'+s+'"':" (no target specified)")),!1}return o.process.call(t,r)},setContent:function(e){return this.$instance.removeClass(this.namespace+"-loading"),this.$instance.toggleClass(this.namespace+"-iframe",e.is("iframe")),this.$instance.find("."+this.namespace+"-inner").not(e).slice(1).remove().end().replaceWith(u.contains(this.$instance[0],e[0])?"":e),this.$content=e.addClass(this.namespace+"-inner"),this},open:function(t){var n=this;if(n.$instance.hide().appendTo(n.root),!(t&amp;&amp;t.isDefaultPrevented()||!1===n.beforeOpen(t))){t&amp;&amp;t.preventDefault();var e=n.getContent();if(e)return r.push(n),c(!0),n.$instance.fadeIn(n.openSpeed),n.beforeContent(t),u.when(e).always(function(e){e&amp;&amp;(n.setContent(e),n.afterContent(t))}).then(n.$instance.promise()).done(function(){n.afterOpen(t)})}return n.$instance.detach(),u.Deferred().reject().promise()},close:function(e){var t=this,n=u.Deferred();return!1===t.beforeClose(e)?n.reject():(0===o(t).length&amp;&amp;c(!1),t.$instance.fadeOut(t.closeSpeed,function(){t.$instance.detach(),t.afterClose(e),n.resolve()})),n.promise()},resize:function(e,t){var n;e&amp;&amp;t&amp;&amp;(this.$content.css("width","").css("height",""),1&lt;(n=Math.max(e/(this.$content.parent().width()-1),t/(this.$content.parent().height()-1))))&amp;&amp;(n=t/Math.floor(t/n),this.$content.css("width",e/n+"px").css("height",t/n+"px"))},chainCallbacks:function(e){for(var t in e)this[t]=u.proxy(e[t],this,u.proxy(this[t],this))}},u.extend(i,{id:0,autoBind:"[data-featherlight]",defaults:i.prototype,contentFilters:{jquery:{regex:/^[#.]\w/,test:function(e){return e instanceof u&amp;&amp;e},process:function(e){return!1!==this.persist?u(e):u(e).clone(!0)}},image:{regex:/\.(png|jpg|jpeg|gif|tiff?|bmp|svg)(\?\S*)?$/i,process:function(e){var t=u.Deferred(),n=new Image,i=u('&lt;img src="'+e+'" alt="" class="'+this.namespace+'-image" /&gt;');return n.onload=function(){i.naturalWidth=n.width,i.naturalHeight=n.height,t.resolve(i)},n.onerror=function(){t.reject(i)},n.src=e,t.promise()}},html:{regex:/^\s*&lt;[\w!][^&lt;]*&gt;/,process:function(e){return u(e)}},ajax:{regex:/./,process:function(e){var n=u.Deferred(),i=u("&lt;div&gt;&lt;/div&gt;").load(e,function(e,t){"error"!==t&amp;&amp;n.resolve(i.contents()),n.reject()});return n.promise()}},iframe:{process:function(e){var t=new u.Deferred,n=u("&lt;iframe/&gt;"),i=function(e,t){var n,i={},r=new RegExp("^"+t+"([A-Z])(.*)");for(n in e){var o=n.match(r);o&amp;&amp;(i[(o[1]+o[2].replace(/([A-Z])/g,"-$1")).toLowerCase()]=e[n])}return i}(this,"iframe"),r=function(e,t){var n,i={};for(n in e)n in t&amp;&amp;(i[n]=e[n],delete e[n]);return i}(i,a);return n.hide().attr("src",e).attr(r).css(i).on("load",function(){t.resolve(n.show())}).appendTo(this.$instance.find("."+this.namespace+"-content")),t.promise()}},text:{process:function(e){return u("&lt;div&gt;",{text:e})}}},functionAttributes:["beforeOpen","afterOpen","beforeContent","afterContent","beforeClose","afterClose"],readElementConfig:function(e,t){var n=this,i=new RegExp("^data-"+t+"-(.*)"),r={};return e&amp;&amp;e.attributes&amp;&amp;u.each(e.attributes,function(){var e=this.name.match(i);if(e){var t=this.value,e=u.camelCase(e[1]);if(0&lt;=u.inArray(e,n.functionAttributes))t=new Function(t);else try{t=JSON.parse(t)}catch(e){}r[e]=t}}),r},extend:function(e,t){function n(){this.constructor=e}return n.prototype=this.prototype,e.prototype=new n,e.__super__=this.prototype,u.extend(e,this,t),e.defaults=e.prototype,e},attach:function(r,o,a){var s=this;"object"!=_typeof(o)||o instanceof u!=0||a||(a=o,o=void 0);function e(e){var t=u(e.currentTarget),n=u.extend({$source:r,$currentTarget:t},s.readElementConfig(r[0],l.namespace),s.readElementConfig(e.currentTarget,l.namespace),a),i=c||t.data("featherlight-persisted")||new s(o,n);"shared"===i.persist?c=i:!1!==i.persist&amp;&amp;t.data("featherlight-persisted",i),n.$currentTarget.blur&amp;&amp;n.$currentTarget.blur(),i.open(e)}var c,t=(a=u.extend({},a)).namespace||s.defaults.namespace,l=u.extend({},s.defaults,s.readElementConfig(r[0],t),a);return r.on(l.openTrigger+"."+l.namespace,l.filter,e),{filter:l.filter,handler:e}},current:function(){var e=this.opened();return e[e.length-1]||null},opened:function(){var t=this;return o(),u.grep(r,function(e){return e instanceof t})},close:function(e){var t=this.current();return t?t.close(e):void 0},_onReady:function(){var i,r=this;r.autoBind&amp;&amp;((i=u(r.autoBind)).each(function(){r.attach(u(this))}),u(document).on("click",r.autoBind,function(e){var t,n;e.isDefaultPrevented()||(t=u(e.currentTarget),i.length!==(i=i.add(t)).length&amp;&amp;(!(n=r.attach(t)).filter||0&lt;u(e.target).parentsUntil(t,n.filter).length)&amp;&amp;n.handler(e))}))},_callbackChain:{onKeyUp:function(e,t){return 27===t.keyCode?(this.closeOnEsc&amp;&amp;u.featherlight.close(t),!1):e(t)},beforeOpen:function(e,t){return u(document.documentElement).addClass("with-featherlight"),this._previouslyActive=document.activeElement,this._$previouslyTabbable=u("a, input, select, textarea, iframe, button, iframe, [contentEditable=true]").not("[tabindex]").not(this.$instance.find("button")),this._$previouslyWithTabIndex=u("[tabindex]").not('[tabindex="-1"]'),this._previousWithTabIndices=this._$previouslyWithTabIndex.map(function(e,t){return u(t).attr("tabindex")}),this._$previouslyWithTabIndex.add(this._$previouslyTabbable).attr("tabindex",-1),document.activeElement.blur&amp;&amp;document.activeElement.blur(),e(t)},afterClose:function(e,t){var e=e(t),n=this;return this._$previouslyTabbable.removeAttr("tabindex"),this._$previouslyWithTabIndex.each(function(e,t){u(t).attr("tabindex",n._previousWithTabIndices[e])}),this._previouslyActive.focus(),0===i.opened().length&amp;&amp;u(document.documentElement).removeClass("with-featherlight"),e},onResize:function(e,t){return this.resize(this.$content.naturalWidth,this.$content.naturalHeight),e(t)},afterContent:function(e,t){e=e(t);return this.$instance.find("[autofocus]:not([disabled])").focus(),this.onResize(t),e}}}),u.featherlight=i,u.fn.featherlight=function(e,t){return i.attach(this,e,t),this},u(document).ready(function(){i._onReady()}))}),function(n){"function"==typeof define&amp;&amp;define.amd?define(["jquery"],n):"object"==("undefined"==typeof module?"undefined":_typeof(module))&amp;&amp;module.exports?module.exports=function(e,t){return void 0===t&amp;&amp;(t="undefined"!=typeof window?require("jquery"):require("jquery")(e)),n(t),t}:n(jQuery)}(function(o){function n(e,t){if(!(this instanceof n))return(e=new n(o.extend({$source:e,$currentTarget:e.first()},t))).open(),e;o.featherlight.apply(this,arguments),this.chainCallbacks(s)}function e(e){window.console&amp;&amp;window.console.warn&amp;&amp;window.console.warn("FeatherlightGallery: "+e)}var t,i,r,a,s;return void 0===o?e("Too much lightness, Featherlight needs jQuery."):o.featherlight?(t="ontouchstart"in window||window.DocumentTouch&amp;&amp;document instanceof DocumentTouch,i=o.event&amp;&amp;o.event.special.swipeleft&amp;&amp;o,r=window.Hammer&amp;&amp;function(e){e=new window.Hammer.Manager(e[0]);return e.add(new window.Hammer.Swipe),e},a=t&amp;&amp;(i||r),t&amp;&amp;!a&amp;&amp;e("No compatible swipe library detected; one must be included before featherlightGallery for swipe motions to navigate the galleries."),s={afterClose:function(e,t){var n=this;return n.$instance.off("next."+n.namespace+" previous."+n.namespace),n._swiper&amp;&amp;(n._swiper.off("swipeleft",n._swipeleft).off("swiperight",n._swiperight),n._swiper=null),e(t)},beforeOpen:function(e,t){var n=this;return n.$instance.on("next."+n.namespace+" previous."+n.namespace,function(e){e="next"===e.type?1:-1;n.navigateTo(n.currentNavigation()+e)}),a&amp;&amp;(n._swiper=a(n.$instance).on("swipeleft",n._swipeleft=function(){n.$instance.trigger("next")}).on("swiperight",n._swiperight=function(){n.$instance.trigger("previous")}),n.$instance.addClass(this.namespace+"-swipe-aware",a)),n.$instance.find("."+n.namespace+"-content").append(n.createNavigation("previous")).append(n.createNavigation("next")),e(t)},beforeContent:function(e,t){var n=this.currentNavigation(),i=this.slides().length;return this.$instance.toggleClass(this.namespace+"-first-slide",0===n).toggleClass(this.namespace+"-last-slide",n===i-1),e(t)},onKeyUp:function(e,t){var n={37:"previous",39:"next"}[t.keyCode];return n?(this.$instance.trigger(n),!1):e(t)}},o.featherlight.extend(n,{autoBind:"[data-featherlight-gallery]"}),o.extend(n.prototype,{previousIcon:"&amp;#9664;",nextIcon:"&amp;#9654;",galleryFadeIn:100,galleryFadeOut:300,slides:function(){return this.filter?this.$source.find(this.filter):this.$source},images:function(){return e("images is deprecated, please use slides instead"),this.slides()},currentNavigation:function(){return this.slides().index(this.$currentTarget)},navigateTo:function(e){var t=this,n=t.slides(),i=n.length,r=t.$instance.find("."+t.namespace+"-inner");return e=(e%i+i)%i,this.$instance.addClass(this.namespace+"-loading"),t.$currentTarget=n.eq(e),t.beforeContent(),o.when(t.getContent(),r.fadeTo(t.galleryFadeOut,.2)).always(function(e){t.setContent(e),t.afterContent(),e.fadeTo(t.galleryFadeIn,1)})},createNavigation:function(t){var n=this;return o('&lt;span title="'+t+'" class="'+this.namespace+"-"+t+'"&gt;&lt;span&gt;'+this[t+"Icon"]+"&lt;/span&gt;&lt;/span&gt;").click(function(e){o(this).trigger(t+"."+n.namespace),e.preventDefault()})}}),o.featherlightGallery=n,o.fn.featherlightGallery=function(e){return n.attach(this,e),this},void o(document).ready(function(){n._onReady()})):e("Load the featherlight plugin before the gallery plugin")});</pre></body></html>