!function(t,e){"function"==typeofdefine&&define.amd?define("jquery-bridget/jquery-bridget",["jquery"],function(i){returne(t,i)}):"object"==typeofmodule&&module.exports?module.exports=e(t,require("jquery")):t.jQueryBridget=e(t,t.jQuery)}(window,function(t,e){"use strict";functioni(i,r,l){functiona(t,e,n){varo,r="$()."+i+'("'+e+'")';returnt.each(function(t,a){varh=l.data(a,i);if(!h)returnvoids(i+" not initialized. Cannot call methods, i.e. "+r);varc=h[e];if(!c||"_"==e.charAt(0))returnvoids(r+" is not a valid method");varu=c.apply(h,n);o=void0===o?u:o}),void0!==o?o:t}functionh(t,e){t.each(function(t,n){varo=l.data(n,i);o?(o.option(e),o._init()):(o=newr(n,e),l.data(n,i,o))})}l=l||e||t.jQuery,l&&(r.prototype.option||(r.prototype.option=function(t){l.isPlainObject(t)&&(this.options=l.extend(!0,this.options,t))}),l.fn[i]=function(t){if("string"==typeoft){vare=o.call(arguments,1);returna(this,t,e)}returnh(this,t),this},n(l))}functionn(t){!t||t&&t.bridget||(t.bridget=i)}varo=Array.prototype.slice,r=t.console,s="undefined"==typeofr?function(){}:function(t){r.error(t)};returnn(e||t.jQuery),i}),function(t,e){"function"==typeofdefine&&define.amd?define("ev-emitter/ev-emitter",e):"object"==typeofmodule&&module.exports?module.exports=e():t.EvEmitter=e()}("undefined"!=typeofwindow?window:this,function(){functiont(){}vare=t.prototype;returne.on=function(t,e){if(t&&e){vari=this._events=this._events||{},n=i[t]=i[t]||[];returnn.indexOf(e)==-1&&n.push(e),this}},e.once=function(t,e){if(t&&e){this.on(t,e);vari=this._onceEvents=this._onceEvents||{},n=i[t]=i[t]||{};returnn[e]=!0,this}},e.off=function(t,e){vari=this._events&&this._events[t];if(i&&i.length){varn=i.indexOf(e);returnn!=-1&&i.splice(n,1),this}},e.emitEvent=function(t,e){vari=this._events&&this._events[t];if(i&&i.length){i=i.slice(0),e=e||[];for(varn=this._onceEvents&&this._onceEvents[t],o=0;o<i.length;o++){varr=i[o],s=n&&n[r];s&&(this.off(t,r),deleten[r]),r.apply(this,e)}returnthis}},e.allOff=function(){deletethis._events,deletethis._onceEvents},t}),function(t,e){"use strict";"function"==typeofdefine&&define.amd?define("desandro-matches-selector/matches-selector",e):"object"==typeofmodule&&module.exports?module.exports=e():t.matchesSelector=e()}(window,function(){"use strict";vart=function(){vart=window.Element.prototype;if(t.matches)return"matches";if(t.matchesSelector)return"matchesSelector";for(vare=["webkit","moz","ms","o"],i=0;i<e.length;i++){varn=e[i],o=n+"MatchesSelector";if(t[o])returno}}();returnfunction(e,i){returne[t](i)}}),function(t,e){"function"==typeofdefine&&define.amd?define("fizzy-ui-utils/utils",["desandro-matches-selector/matches-selector"],function(i){returne(t,i)}):"object"==typeofmodule&&module.exports?module.exports=e(t,require("desandro-matches-selector")):t.fizzyUIUtils=e(t,t.matchesSelector)}(window,function(t,e){vari={};i.extend=function(t,e){for(variine)t[i]=e[i];returnt},i.modulo=function(t,e){return(t%e+e)%e};varn=Array.prototype.slice;i.makeArray=function(t){if(Array.isArray(t))returnt;if(null===t||void0===t)return[];vare="object"==typeoft&&"number"==typeoft.length;returne?n.call(t):[t]},i.removeFrom=function(t,e){vari=t.indexOf(e);i!=-1&&t.splice(i,1)},i.getParent=function(t,i){for(;t.parentNode&&t!=document.body;)if(t=t.parentNode,e(t,i))returnt},i.getQueryElement=function(t){return"string"==typeoft?document.querySelector(t):t},i.handleEvent=function(t){vare="on"+t.type;this[e]&&this[e](t)},i.filterFindElements=function(t,n){t=i.makeArray(t);varo=[];returnt.forEach(function(t){if(tinstanceofHTMLElement){if(!n)returnvoido.push(t);e(t,n)&&o.push(t);for(vari=t.querySelectorAll(n),r=0;r<i.length;r++)o.push(i[r])}}),o},i.debounceMethod=function(t,e,i){i=i||100;varn=t.prototype[e],o=e+"Timeout";t.prototype[e]=function(){vart=this[o];clearTimeout(t);vare=arguments,r=this;this[o]=setTimeout(function(){n.apply(r,e),deleter[o]},i)}},i.docReady=function(t){vare=document.readyState;"complete"==e||"interactive"==e?setTimeout(t):document.addEventListener("DOMContentLoaded",t)},