0
Welcome Guest! Login
0 items Join Now

Gantry5 js files compromised(?)

    • Mike Feng's Avatar
    • Mike Feng
    • Sr. Rocketeer
    • Posts: 197
    • Thanks: 1

    Gantry5 js files compromised(?)

    Posted 8 years 6 months ago
    • Hi

      I got a message from Google Webmaster about a huge spike in 404 errors. Here is what the chart and 404 list look like: i.imgur.com/GTKYJRX.png

      I did a quick search on some of the links, turns out they reside in these 2 Gantry files (there may be more, will add if I find more):

      - /administrator/components/com_gantry5/assets/js/main.js
      - /media/gantry5/assets/js/main.js

      I redownloaded the package straight from gantry-framework.org/ , and the same string exists in them. I checked the source code of my site, turns out javascript is automatically redirecting the Google search bot to these links. Are these 2 main.js part of Gantry? Are they compromised on your dev server?

      Thanks for any information.
    • My extensions: http://www.simbunch.com/
      http://twitter.com/simbunch
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: Gantry5 js files compromised(?)

    Posted 8 years 6 months ago
    • Please would you post your URL, superuser id and pswd in the secure tab of your post and i'll have a look for you.

      Please post your FTP logon, password and FTP URL in the secure area of your post.

      What template are you using? What version of Gantry 5?

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • Mike Feng's Avatar
    • Mike Feng
    • Sr. Rocketeer
    • Posts: 197
    • Thanks: 1

    Re: Gantry5 js files compromised(?)

    Posted 8 years 6 months ago
    • Hi

      I've entered the URL, but I cannot provide the other information as it's a corporate website. Simply go to the URL, view source, and search for "deepMatches" for example. I'm using Apache PageSpeed, so the javascript files content are displayed on the page itself.

      However, you really need not do any of that. As I've mentioned in my previous post, if you look at the 2 main.js files (just download it from gantry's website) I listed, do a search with the list of queries provided by Google (in the screenshot), you will find those words.

      *version is latest, which is the one on gantry-framework.org. I downloaded the package to check if the js files are identical. They are.
    • Last Edit: 8 years 6 months ago by Mike Feng.
    • My extensions: http://www.simbunch.com/
      http://twitter.com/simbunch
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: Gantry5 js files compromised(?)

    Posted 8 years 6 months ago
    • I can't really help if I can't look at your site. I can tell you that nothing is compromised in our original files.

      Looking at your screenshot it looks to me like you are using a CDN? the can often give rise to 404s so turn that off and clear it's cache and see if that improves things.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • Mike Feng's Avatar
    • Mike Feng
    • Sr. Rocketeer
    • Posts: 197
    • Thanks: 1

    Re: Gantry5 js files compromised(?)

    Posted 8 years 6 months ago
    • If there's nothing compromised, then the only reason would be that the new Gantry version does not work with Apache PageSpeed inline javascript parameter. Any chance this be fixed?

      By the way, like I said, with the problem I'm listing, there is no need to check the files (it's the latest - believe me, I'm a Joomla extensions developer). The part of the page source that is responsible for these fake links is here:



      <script type="text/javascript">//<![CDATA[ !function t(e,n,i){function r(s,a){if(!n[s]){if(!e[s]){var u="function"==typeof require&&require;if(!a&&u)return u(s,!0);if(o)return o(s,!0);var c=new Error("Cannot find module '"+s+"'");throw c.code="MODULE_NOT_FOUND",c}var l=n[s]={exports:{}};e[s][0].call(l.exports,function(t){var n=e[s][1][t];return r(n?n:t)},l,l.exports,t,e,n,i)}return n[s].exports}for(var o="function"==typeof require&&require,s=0;s<i.length;s++)r(i[s]);return r}({1:[function(t,e,n){"use strict";var i=t("domready"),r=t("./menu"),o=t("./offcanvas"),s=(t("./totop"),t("./utils/dollar-extras")),a={};i(function(){a={offcanvas:new o,menu:new r,$:s,ready:i},e.exports=window.G5=a}),e.exports=window.G5=a},{"./menu":2,"./offcanvas":3,"./totop":4,"./utils/dollar-extras":6,domready:7}],2:[function(t,e,n){(function(n){"use strict";var i=(t("domready"),t("prime")),r=t("../utils/dollar-extras"),o=t("elements/zen"),s=t("mout/function/bind"),a=(t("mout/function/timeout"),t("prime-util/prime/bound")),u=t("prime-util/prime/options"),c="ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch,l=new i({mixin:[a,u],options:{selectors:{mainContainer:".g-main-nav",mobileContainer:"#g-mobilemenu-container",topLevel:".g-toplevel",rootItems:"> ul > li",parent:".g-parent",item:".g-menu-item",dropdown:".g-dropdown",overlay:".g-menu-overlay",touchIndicator:".g-menu-parent-indicator",linkedParent:"[data-g-menuparent]",mobileTarget:"[data-g-mobile-target]"},states:{active:"g-active",inactive:"g-inactive",selected:"g-selected",touchEvents:"g-menu-hastouch"}},constructor:function(t){this.setOptions(t),this.selectors=this.options.selectors,this.states=this.options.states,this.overlay=o("div"+this.selectors.overlay).top("#g-page-surround"),this.active=null,this.location=[];var e=r(this.selectors.mainContainer);if(e){var n=e.data("g-hover-expand");this.hoverExpand=null===n||"true"===n,!c&&this.hoverExpand||e.addClass(this.states.touchEvents),this.attach()}},attach:function(){var t=this.selectors,e=r(t.mainContainer+" "+t.item),n=r(t.mobileContainer),i=r("body");if(e){if(this.hoverExpand&&(e.on("mouseenter",this.bound("mouseenter")),e.on("mouseleave",this.bound("mouseleave"))),i.delegate("click",":not("+t.mainContainer+") "+t.linkedParent+", .g-fullwidth .g-sublevel "+t.linkedParent,this.bound("click")),i.delegate("click",":not("+t.mainContainer+") a[href]",this.bound("resetAfterClick")),c||!this.hoverExpand){var o=r(t.linkedParent);o&&o.on("touchend",this.bound("touchend")),this.overlay.on("touchend",this.bound("closeAllDropdowns"))}if(n){var s="only all and (max-width: "+this._calculateBreakpoint(n.data("g-menu-breakpoint")||"48rem")+")",a=matchMedia(s);a.addListener(this.bound("_checkQuery")),this._checkQuery(a)}}},detach:function(){},click:function(t){this.touchend(t)},resetAfterClick:function(t){var e=r(t.target);return null!==e.data("g-menuparent")||(this.closeDropdown(t),void(n.G5&&n.G5.offcanvas&&G5.offcanvas.close()))},mouseenter:function(t){var e=r(t.target);e.parent(this.options.selectors.mainContainer)&&(e.parent(this.options.selectors.item)&&!e.parent(".g-standard")||this.openDropdown(e))},mouseleave:function(t){var e=r(t.target);e.parent(this.options.selectors.mainContainer)&&(e.parent(this.options.selectors.item)&&!e.parent(".g-standard")||this.closeDropdown(e))},touchend:function(t){var e,n,i=this.selectors,o=this.states,a=r(t.target),u=a.parent(i.item).find(i.touchIndicator),c=a.parent(".g-standard")?"standard":"megamenu",l=a.parent(".g-go-back");if(u&&(a=u),e=a.matches(i.item)?a:a.parent(i.item),n=e.hasClass(o.selected),!e.find(i.dropdown)&&!u)return!0;if(t.stopPropagation(),u&&!a.matches(i.touchIndicator)||t.preventDefault(),!n){var f=e.siblings();if(f){var h=f.search(i.touchIndicator+" !> * !> "+i.item+"."+o.selected);(h||[]).forEach(s(function(t){this.closeDropdown(t)},this))}}if(("megamenu"==c||!e.parent(i.mainContainer))&&(e.find(" > "+i.dropdown+", > * > "+i.dropdown)||l)){var d,p=a.parent(".g-sublevel")||a.parent(".g-toplevel"),m=e.find(".g-sublevel"),v=e.parent(".g-dropdown-column");if(p){var g=a.parent(i.mainContainer);(!g||g&&!p.matches(".g-toplevel"))&&this._fixHeights(p,m,l,g),!g&&v&&(d=v.search("> .g-grid > .g-block"))&&d.length>1&&(p=d.search("> .g-sublevel")),p[n?"removeClass":"addClass"]("g-slide-out")}}this[n?"closeDropdown":"openDropdown"](e),"click"!==t.type&&this.toggleOverlay(a.parent(i.mainContainer))},openDropdown:function(t){t=r(t.target||t);var e=t.find(this.selectors.dropdown);t.addClass(this.states.selected),e&&e.removeClass(this.states.inactive).addClass(this.states.active)},closeDropdown:function(t){t=r(t.target||t);var e=t.find(this.selectors.dropdown);if(t.removeClass(this.states.selected),e){var n=e.search(".g-sublevel"),i=e.search(".g-slide-out, ."+this.states.selected),o=e.search("."+this.states.active);n&&n.attribute("style",null),i&&i.removeClass("g-slide-out").removeClass(this.states.selected),o&&o.removeClass(this.states.active).addClass(this.states.inactive),e.removeClass(this.states.active).addClass(this.states.inactive)}},closeAllDropdowns:function(){var t=this.selectors,e=this.states,n=r(t.mainContainer+" > .g-toplevel"),i=n.search(" >"+t.item);if(i&&i.removeClass(e.selected),n){var o=n.search("> "+this.options.selectors.item);o&&o.forEach(this.closeDropdown.bind(this)),this.closeDropdown(n)}this.toggleOverlay(n)},resetStates:function(t){if(t){var e=t.search(".g-toplevel, .g-dropdown-column, .g-dropdown, .g-selected, .g-active, .g-slide-out"),n=t.search(".g-active");e&&(t.attribute("style",null).removeClass("g-selected").removeClass("g-slide-out"),e.attribute("style",null).removeClass("g-selected").removeClass("g-slide-out"),n&&n.removeClass("g-active").addClass("g-inactive"))}},toggleOverlay:function(t){if(t){var e=!!t.find(".g-active, .g-selected");this.overlay[e?"addClass":"removeClass"]("g-menu-overlay-open"),this.overlay[0].style.opacity=e?1:0}},_fixHeights:function(t,e,n,i){if(t!=e){n&&t.attribute("style",null);var o={from:t[0].getBoundingClientRect(),to:(i?e[0]:e.parent(".g-dropdown")[0]).getBoundingClientRect()},s=Math.max(o.from.height,o.to.height);if(!n&&(o.from.height<o.to.height?t[0].style.height=s+"px":i&&(e[0].style.height=s+"px"),!i)){var a=s,u=r(e).parent(".g-block:not(.size-100)"),c=u?u.parent(".g-dropdown-column"):null;if((e.parents(".g-slide-out, .g-dropdown-column")||t).forEach(function(t){a=Math.max(s,parseInt(t.style.height||0,10))}),c){c[0].style.height=a+"px";var l=c.search("> .g-grid > .g-block"),f=a;l.forEach(function(t,e){e+1!=l.length?f-=t.getBoundingClientRect().height:r(t).find(".g-sublevel")[0].style.height=f+"px"})}else e[0].style.height=a+"px"}}},_calculateBreakpoint:function(t){var e=parseFloat(t.match(/^\d{1,}/).shift()),n=t.match(/[a-z]{1,}$/i).shift(),i=n.match(/r?em/)?-.062:-1;return e+i+n},_checkQuery:function(t){var e,n,i=this.options.selectors,o=r(i.mobileContainer),s=r(i.mainContainer+i.mobileTarget)||r(i.mainContainer);t.matches?(e=s.find(i.topLevel),e&&(s.parent(".g-block").addClass("hidden"),o.parent(".g-block").removeClass("hidden"),e.top(o))):(e=o.find(i.topLevel),e&&(o.parent(".g-block").addClass("hidden"),s.parent(".g-block").removeClass("hidden"),e.top(s))),this.resetStates(e),!t.matches&&e&&(n=e.search("[data-g-item-width]"))&&n.forEach(function(t){t=r(t),t[0].style.width=t.data("g-item-width")})},_debug:function(){}});e.exports=l}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"../utils/dollar-extras":6,domready:7,"elements/zen":36,"mout/function/bind":40,"mout/function/timeout":44,prime:85,"prime-util/prime/bound":81,"prime-util/prime/options":82}],3:[function(t,e,n){"use strict";var i,r=(t("domready"),t("prime")),o=t("mout/function/bind"),s=t("mout/array/forEach"),a=t("mout/math/map"),u=t("mout/math/clamp"),c=t("mout/function/timeout"),l=t("mout/string/trim"),f=t("../utils/decouple"),h=t("prime-util/prime/bound"),d=t("prime-util/prime/options"),p=t("elements"),m=t("elements/zen"),v=function(){var t=window.getComputedStyle(document.documentElement,""),e=(Array.prototype.slice.call(t).join("").match(/-(moz|webkit|ms)-/)||""===t.OLink&&["","o"])[1],n="WebKit|Moz|MS|O".match(new RegExp("("+e+")","i"))[1];return{dom:n,lowercase:e,css:"-"+e+"-",js:e[0].toUpperCase()+e.substr(1)}}(),g="ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch,y=!1,b=new r({mixin:[h,d],options:{effect:"ease",duration:300,tolerance:function(t){return t/3},padding:0,touch:!0,css3:!0,openClass:"g-offcanvas-open",openingClass:"g-offcanvas-opening",closingClass:"g-offcanvas-closing",overlayClass:"g-nav-overlay"},constructor:function(t){if(this.setOptions(t),this.attached=!1,this.opening=!1,this.moved=!1,this.dragging=!1,this.opened=!1,this.preventOpen=!1,this.offset={x:{start:0,current:0},y:{start:0,current:0}},this.bodyEl=p("body"),this.htmlEl=p("html"),this.panel=p("#g-page-surround"),this.offcanvas=p("#g-offcanvas"),!this.panel||!this.offcanvas)return!1;var e=this.offcanvas.data("g-offcanvas-swipe"),n=this.offcanvas.data("g-offcanvas-css3");if(this.setOptions({touch:!!(null!==e?parseInt(e):1),css3:!!(null!==n?parseInt(n):1)}),!this.options.padding){this.offcanvas[0].style.display="block";var i=this.offcanvas[0].getBoundingClientRect().width;this.offcanvas[0].style.removeProperty("display"),this.setOptions({padding:i})}return this.tolerance="function"==typeof this.options.tolerance?this.options.tolerance.call(this,this.options.padding):this.options.tolerance,this.htmlEl.addClass("g-offcanvas-"+(this.options.css3?"css3":"css2")),this.attach(),this._checkTogglers(),this},attach:function(){return this.attached=!0,this.options.touch&&g&&this.attachTouchEvents(),s(["toggle","open","close"],o(function(t){this.bodyEl.delegate("click","[data-offcanvas-"+t+"]",this.bound(t)),g&&this.bodyEl.delegate("touchend","[data-offcanvas-"+t+"]",this.bound(t))},this)),this.attachMutationEvent(),this.overlay=m("div[data-offcanvas-close]."+this.options.overlayClass).top(this.panel),this},attachMutationEvent:function(){this.offcanvas.on("DOMSubtreeModified",this.bound("_checkTogglers"))},attachTouchEvents:function(){var t=window.navigator.msPointerEnabled,e={start:t?"MSPointerDown":"touchstart",move:t?"MSPointerMove":"touchmove",end:t?"MSPointerUp":"touchend"};this._scrollBound=f(window,"scroll",this.bound("_bodyScroll")),this.bodyEl.on(e.move,this.bound("_bodyMove")),this.panel.on(e.start,this.bound("_touchStart")),this.panel.on("touchcancel",this.bound("_touchCancel")),this.panel.on(e.end,this.bound("_touchEnd")),this.panel.on(e.move,this.bound("_touchMove"))},detach:function(){return this.attached=!1,this.options.touch&&g&&this.detachTouchEvents(),s(["toggle","open","close"],o(function(t){this.bodyEl.undelegate("click","[data-offcanvas-"+t+"]",this.bound(t)),g&&this.bodyEl.undelegate("touchend","[data-offcanvas-"+t+"]",this.bound(t))},this)),this.detachMutationEvent(),this.overlay.remove(),this},detachMutationEvent:function(){this.offcanvas.off("DOMSubtreeModified",this.bound("_checkTogglers"))},detachTouchEvents:function(){var t=window.navigator.msPointerEnabled,e={start:t?"MSPointerDown":"touchstart",move:t?"MSPointerMove":"touchmove",end:t?"MSPointerUp":"touchend"};window.removeEventListener("scroll",this._scrollBound),this.bodyEl.off(e.move,this.bound("_bodyMove")),this.panel.off(e.start,this.bound("_touchStart")),this.panel.off("touchcancel",this.bound("_touchCancel")),this.panel.off(e.end,this.bound("_touchEnd")),this.panel.off(e.move,this.bound("_touchMove"))},open:function(t){return t&&t.type.match(/^touch/i)?t.preventDefault():this.dragging=!1,this.opened?this:(this.htmlEl.addClass(this.options.openClass),this.htmlEl.addClass(this.options.openingClass),this.overlay[0].style.opacity=1,this.options.css3&&(this.panel[0].style[this.getOffcanvasPosition()]="inherit"),this._setTransition(),this._translateXTo((this.bodyEl.hasClass("g-offcanvas-right")?-1:1)*this.options.padding),this.opened=!0,setTimeout(o(function(){var t=this.panel[0];this.htmlEl.removeClass(this.options.openingClass),t.style.transition=t.style[v.css+"transition"]=""},this),this.options.duration),this)},close:function(t,e){return t&&t.type.match(/^touch/i)?t.preventDefault():this.dragging=!1,e=e||window,this.opened||this.opening?(this.panel===e||!this.dragging)&&(this.htmlEl.addClass(this.options.closingClass),this.overlay[0].style.opacity=0,this._setTransition(),this._translateXTo(0),this.opened=!1,setTimeout(o(function(){var t=this.panel[0];this.htmlEl.removeClass(this.options.openClass),this.htmlEl.removeClass(this.options.closingClass),t.style.transition=t.style[v.css+"transition"]="",t.style.transform=t.style[v.css+"transform"]="",t.style[this.getOffcanvasPosition()]=""},this),this.options.duration),this):this},toggle:function(t,e){return t&&t.type.match(/^touch/i)?t.preventDefault():this.dragging=!1,this[this.opened?"close":"open"](t,e)},getOffcanvasPosition:function(){return this.bodyEl.hasClass("g-offcanvas-right")?"right":"left"},_setTransition:function(){var t=this.panel[0];this.options.css3?t.style[v.css+"transition"]=t.style.transition=v.css+"transform "+this.options.duration+"ms "+this.options.effect:t.style[v.css+"transition"]=t.style.transition="left "+this.options.duration+"ms "+this.options.effect+", right "+this.options.duration+"ms "+this.options.effect},_translateXTo:function(t){var e=this.panel[0],n=this.getOffcanvasPosition();this.offset.x.current=t,this.options.css3?e.style[v.css+"transform"]=e.style.transform="translate3d("+t+"px, 0, 0)":e.style[n]=Math.abs(t)+"px"},_bodyScroll:function(){this.moved||(clearTimeout(i),y=!0,i=setTimeout(function(){y=!1},250))},_bodyMove:function(){return this.moved&&event.preventDefault(),this.dragging=!0,!1},_touchStart:function(t){t.touches&&(this.moved=!1,this.opening=!1,this.dragging=!1,this.offset.x.start=t.touches[0].pageX,this.offset.y.start=t.touches[0].pageY,this.preventOpen=!this.opened&&0!==this.offcanvas[0].clientWidth)},_touchCancel:function(){this.moved=!1,this.opening=!1},_touchMove:function(t){if(!y&&!this.preventOpen&&t.touches){this.options.css3&&(this.panel[0].style[this.getOffcanvasPosition()]="inherit");var e,n=this.getOffcanvasPosition(),i=u(t.touches[0].clientX-this.offset.x.start,-this.options.padding,this.options.padding),r=this.offset.x.current=i,o=Math.abs(t.touches[0].pageY-this.offset.y.start),s="right"==n?-1:1;if(!(Math.abs(r)>this.options.padding)&&(!(o>5)||this.moved)&&Math.abs(i)>0){if(this.opening=!0,"left"==n&&(this.opened&&i>0||!this.opened&&i<0))return;if("right"==n&&(this.opened&&i<0||!this.opened&&i>0))return;this.moved||this.htmlEl.hasClass(this.options.openClass)||this.htmlEl.addClass(this.options.openClass),("left"==n&&i<=0||"right"==n&&i>=0)&&(r=i+s*this.options.padding,this.opening=!1),e=a(Math.abs(r),0,this.options.padding,0,1),this.overlay[0].style.opacity=e,this.options.css3?this.panel[0].style[v.css+"transform"]=this.panel[0].style.transform="translate3d("+r+"px, 0, 0)":this.panel[0].style[n]=Math.abs(r)+"px",this.moved=!0}}},_touchEnd:function(t){if(this.moved){var e=Math.abs(this.offset.x.current)>this.tolerance,n=!!this.bodyEl.hasClass("g-offcanvas-right"),i=n?this.offset.x.current>0:this.offset.x.current<0;this.opening=e?!i:i,this.opened=!this.opening,this[this.opening?"open":"close"](t,this.panel)}return this.moved=!1,!0},_checkTogglers:function(t){var e,n,i=p("[data-offcanvas-toggle], [data-offcanvas-open], [data-offcanvas-close]"),r=p("#g-mobilemenu-container");!i||t&&(t.target||t.srcElement)!==r[0]||(this.opened&&this.close(),c(function(){e=this.offcanvas.search(".g-block"),n=r?r.text().length:0;var t=e&&1==e.length&&r&&!l(this.offcanvas.text()).length;i[t?"addClass":"removeClass"]("g-offcanvas-hide"),r&&r.parent(".g-block")[n?"removeClass":"addClass"]("hidden"),t||this.attached?t&&this.attached&&(this.detach(),this.attachMutationEvent()):this.attach()},0,this))}});e.exports=b},{"../utils/decouple":5,domready:7,elements:12,"elements/zen":36,"mout/array/forEach":37,"mout/function/bind":40,"mout/function/timeout":44,"mout/math/clamp":49,"mout/math/map":51,"mout/string/trim":60,prime:85,"prime-util/prime/bound":81,"prime-util/prime/options":82}],4:[function(t,e,n){"use strict";var i,r=t("domready"),o=t("../utils/dollar-extras"),s=function(){0!=document.body.scrollTop||0!=document.documentElement.scrollTop?(window.scrollBy(0,-50),i=setTimeout(s,10)):clearTimeout(i)};r(function(){var t=o("#g-totop");t&&t.on("click",function(t){t.preventDefault(),s()})}),e.exports={}},{"../utils/dollar-extras":6,domready:7}],5:[function(t,e,n){"use strict";var i=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||function(t){window.setTimeout(t,1e3/60)}}(),r=function(t,e,n){var r,o=!1;t=t[0]||t;var s=function(t){r=t,a()},a=function(){o||(i(u),o=!0)},u=function(){n.call(t,r),o=!1};try{t.addEventListener(e,s,!1)}catch(t){}return s};e.exports=r},{}],6:[function(t,e,n){"use strict";var i=t("elements"),r=t("mout/array/map"),o=t("slick"),s=function(t,e){return function(n){var i=o.parse(n||"*");return n=r(i,function(e){return t+" "+e}).join(", "),this[e](n)}};i.implement({sibling:s("++","find"),siblings:s("~~","search")}),e.exports=i},{elements:12,"mout/array/map":38,slick:97}],7:[function(t,e,n){!function(t,n){"undefined"!=typeof e?e.exports=n():"function"==typeof define&&"object"==typeof define.amd?define(n):this[t]=n()}("domready",function(){var t,e=[],n=document,i=n.documentElement.doScroll,r="DOMContentLoaded",o=(i?/^loaded|^c/:/^loaded|^i|^c/).test(n.readyState);return o||n.addEventListener(r,t=function(){for(n.removeEventListener(r,t),o=1;t=e.shift();)t()}),function(t){o?setTimeout(t,0):e.push(t)}})},{}],8:[function(t,e,n){"use strict";var i=t("./base"),r=t("mout/string/trim"),o=t("mout/array/forEach"),s=t("mout/array/filter"),a=t("mout/array/indexOf");i.implement({setAttribute:function(t,e){return this.forEach(function(n){n.setAttribute(t,e)})},getAttribute:function(t){var e=this[0].getAttributeNode(t);return e&&e.specified?e.value:null},hasAttribute:function(t){var e=this[0];if(e.hasAttribute)return e.hasAttribute(t);var n=e.getAttributeNode(t);return!(!n||!n.specified)},removeAttribute:function(t){return this.forEach(function(e){var n=e.getAttributeNode(t);n&&e.removeAttributeNode(n)})}});var u={};o(["type","value","name","href","title","id"],function(t){u[t]=function(e){return void 0!==e?this.forEach(function(n){n[t]=e}):this[0][t]}}),o(["checked","disabled","selected"],function(t){u[t]=function(e){return void 0!==e?this.forEach(function(n){n[t]=!!e}):!!this[0][t]}});var c=function(t){var e=r(t).replace(/\s+/g," ").split(" "),n={};return s(e,function(t){if(""!==t&&!n[t])return n[t]=t}).sort()};u.className=function(t){return void 0!==t?this.forEach(function(e){e.className=c(t).join(" ")}):c(this[0].className).join(" ")},i.implement({attribute:function(t,e){var n=u[t];return n?n.call(this,e):null!=e?this.setAttribute(t,e):null===e?this.removeAttribute(t):void 0===e?this.getAttribute(t):void 0}}),i.implement(u),i.implement({check:function(){return this.checked(!0)},uncheck:function(){return this.checked(!1)},disable:function(){return this.disabled(!0)},enable:function(){return this.disabled(!1)},select:function(){return this.selected(!0)},deselect:function(){return this.selected(!1)}}),i.implement({classNames:function(){return c(this[0].className)},hasClass:function(t){return a(this.classNames(),t)>-1},addClass:function(t){return this.forEach(function(e){var n=e.className,i=c(n+" "+t).join(" ");n!==i&&(e.className=i)})},removeClass:function(t){return this.forEach(function(e){var n=c(e.className);o(c(t),function(t){var e=a(n,t);e>-1&&n.splice(e,1)}),e.className=n.join(" ")})},toggleClass:function(t,e){var n=void 0!==e?e:!this.hasClass(t);return n?this.addClass(t):this.removeClass(t),!!n}}),i.prototype.toString=function(){var t=this.tag(),e=this.id(),n=this.classNames(),i=t;return e&&(i+="#"+e),n.length&&(i+="."+n.join(".")),i};var l=null==document.createElement("div").textContent?"innerText":"textContent";i.implement({tag:function(){return this[0].tagName.toLowerCase()},html:function(t){return void 0!==t?this.forEach(function(e){e.innerHTML=t}):this[0].innerHTML},text:function(t){return void 0!==t?this.forEach(function(e){e[l]=t}):this[0][l]},data:function(t,e){switch(e){case void 0:return this.getAttribute("data-"+t);case null:return this.removeAttribute("data-"+t);default:return this.setAttribute("data-"+t,e)}}}),e.exports=i},{"./base":9,"mout/array/filter":15,"mout/array/forEach":16,"mout/array/indexOf":17,"mout/string/trim":34}],9:[function(t,e,n){"use strict";var i=t("prime"),r=t("mout/array/forEach"),o=t("mout/array/map"),s=t("mout/array/filter"),a=t("mout/array/every"),u=t("mout/array/some"),c=0,l=document.__counter,f=document.__counter=(l?parseInt(l,36)+1:0).toString(36),h="uid:"+f,d=function(t){return t===window?"window":t===document?"document":t===document.documentElement?"html":t[h]||(t[h]=(c++).toString(36))},p={},m=i({constructor:function t(e,n){if(null==e)return this&&this.constructor===t?new v:null;var i,r;if(e.constructor!==v){if(i=new v,"string"==typeof e)return i.search?(i[i.length++]=n||document,i.search(e)):null;if(e.nodeType||e===window)i[i.length++]=e;else if(e.length)for(var o={},s=0,a=e.length;s<a;s++){var u=t(e[s],n);if(u&&u.length)for(var c=0,l=u.length;c<l;c++){var f=u[c];r=d(f),o[r]||(i[i.length++]=f,o[r]=!0)}}}else i=e;return i.length?1===i.length?(r=d(i[0]),p[r]||(p[r]=i)):i:null}}),v=i({inherits:m,constructor:function(){this.length=0},unlink:function(){return this.map(function(t){return delete p[d(t)],t})},forEach:function(t,e){return r(this,t,e),this},map:function(t,e){return o(this,t,e)},filter:function(t,e){return s(this,t,e)},every:function(t,e){return a(this,t,e)},some:function(t,e){return u(this,t,e)}});e.exports=m},{"mout/array/every":14,"mout/array/filter":15,"mout/array/forEach":16,"mout/array/map":18,"mout/array/some":19,prime:85}],10:[function(t,e,n){"use strict";var i=t("prime/map"),r=t("./events");t("./traversal"),r.implement({delegate:function(t,e,n,o){return this.forEach(function(s){var a=r(s),u=a._delegation||(a._delegation={}),c=u[t]||(u[t]={}),l=c[e]||(c[e]=new i);if(!l.get(n)){var f=function(t){var i,o=r(t.target||t.srcElement),s=o.matches(e)?o:o.parent(e);return s&&(i=n.call(a,t,s)),i};l.set(n,f),a.on(t,f,o)}})},undelegate:function(t,e,n,i){return this.forEach(function(o){var s,a,u,c=r(o);if((s=c._delegation)&&(a=s[t])&&(u=a[e])){var l=u.get(n);if(l){c.off(t,l,i),u.remove(l),u.count()||delete a[e];var f,h=!0,d=!0;for(f in a){h=!1;break}h&&delete s[t];for(f in s){d=!1;break}d&&delete c._delegation}}})}}),e.exports=r},{"./events":11,"./traversal":35,"prime/map":86}],11:[function(t,e,n){"use strict";var i=t("prime/emitter"),r=t("./base"),o=document.documentElement,s=o.addEventListener?function(t,e,n,i){return t.addEventListener(e,n,i||!1),n}:function(t,e,n){return t.attachEvent("on"+e,n),n},a=o.removeEventListener?function(t,e,n,i){t.removeEventListener(e,n,i||!1)}:function(t,e,n){t.detachEvent("on"+e,n)};r.implement({on:function(t,e,n){return this.forEach(function(o){var a=r(o),u=t+(n?":capture":"");i.prototype.on.call(a,u,e);var c=a._domListeners||(a._domListeners={});c[u]||(c[u]=s(o,t,function(t){i.prototype.emit.call(a,u,t||window.event,i.EMIT_SYNC)},n))})},off:function(t,e,n){return this.forEach(function(o){var s,u,c=r(o),l=t+(n?":capture":""),f=c._domListeners,h=c._listeners;if(f&&(s=f[l])&&h&&(u=h[l])&&(i.prototype.off.call(c,l,e),!c._listeners||!c._listeners[t])){a(o,t,s),delete f[t];for(var d in f)return;delete c._domListeners}})},emit:function(){var t=arguments;return this.forEach(function(e){i.prototype.emit.apply(r(e),t)})}}),e.exports=r},{"./base":9,"prime/emitter":84}],12:[function(t,e,n){"use strict";var i=t("./base");t("./attributes"),t("./events"),t("./insertion"),t("./traversal"),t("./delegation"),e.exports=i},{"./attributes":8,"./base":9,"./delegation":10,"./events":11,"./insertion":13,"./traversal":35}],13:[function(t,e,n){"use strict";var i=t("./base");i.implement({appendChild:function(t){return this[0].appendChild(i(t)[0]),this},insertBefore:function(t,e){return this[0].insertBefore(i(t)[0],i(e)[0]),this},removeChild:function(t){return this[0].removeChild(i(t)[0]),this},replaceChild:function(t,e){return this[0].replaceChild(i(t)[0],i(e)[0]),this}}),i.implement({before:function(t){t=i(t)[0];var e=t.parentNode;return e&&this.forEach(function(n){e.insertBefore(n,t)}),this},after:function(t){t=i(t)[0];var e=t.parentNode;return e&&this.forEach(function(n){e.insertBefore(n,t.nextSibling)}),this},bottom:function(t){return t=i(t)[0],this.forEach(function(e){t.appendChild(e)})},top:function(t){return t=i(t)[0],this.forEach(function(e){t.insertBefore(e,t.firstChild)})}}),i.implement({insert:i.prototype.bottom,remove:function(){return this.forEach(function(t){var e=t.parentNode;e&&e.removeChild(t)})},replace:function(t){return t=i(t)[0],t.parentNode.replaceChild(this[0],t),this}}),e.exports=i},{"./base":9}],14:[function(t,e,n){function i(t,e,n){e=r(e,n);var i=!0;if(null==t)return i;for(var o=-1,s=t.length;++o<s;)if(!e(t[o],o,t)){i=!1;break}return i}var r=t("../function/makeIterator_");e.exports=i},{"../function/makeIterator_":21}],15:[function(t,e,n){function i(t,e,n){e=r(e,n);var i=[];if(null==t)return i;for(var o,s=-1,a=t.length;++s<a;)o=t[s],e(o,s,t)&&i.push(o);return i}var r=t("../function/makeIterator_");e.exports=i},{"../function/makeIterator_":21}],16:[function(t,e,n){function i(t,e,n){if(null!=t)for(var i=-1,r=t.length;++i<r&&e.call(n,t[i],i,t)!==!1;);}e.exports=i},{}],17:[function(t,e,n){function i(t,e,n){if(n=n||0,null==t)return-1;for(var i=t.length,r=n<0?i+n:n;r<i;){if(t[r]===e)return r;r++}return-1}e.exports=i},{}],18:[function(t,e,n){function i(t,e,n){e=r(e,n);var i=[];if(null==t)return i;for(var o=-1,s=t.length;++o<s;)i[o]=e(t[o],o,t);return i}var r=t("../function/makeIterator_");e.exports=i},{"../function/makeIterator_":21}],19:[function(t,e,n){function i(t,e,n){e=r(e,n);var i=!1;if(null==t)return i;for(var o=-1,s=t.length;++o<s;)if(e(t[o],o,t)){i=!0;break}return i}var r=t("../function/makeIterator_");e.exports=i},{"../function/makeIterator_":21}],20:[function(t,e,n){function i(t){return t}e.exports=i},{}],21:[function(t,e,n){function i(t,e){if(null==t)return r;switch(typeof t){case"function":return"undefined"!=typeof e?function(n,i,r){return t.call(e,n,i,r)}:t;case"object":return function(e){return s(e,t)};case"string":case"number":return o(t)}}var r=t("./identity"),o=t("./prop"),s=t("../object/deepMatches");e.exports=i},{"../object/deepMatches":27,"./identity":20,"./prop":22}],22:[function(t,e,n){function i(t){return function(e){return e[t]}}e.exports=i},{}],23:[function(t,e,n){var i=t("./isKind"),r=Array.isArray||function(t){return i(t,"Array")};e.exports=r},{"./isKind":24}],24:[function(t,e,n){function i(t,e){return r(t)===e}var r=t("./kindOf");e.exports=i},{"./kindOf":25}],25:[function(t,e,n){function i(t){return null===t?"Null":t===r?"Undefined":o.exec(s.call(t))[1]}var r,o=/^\[object (.*)\]$/,s=Object.prototype.toString;e.exports=i},{}],26:[function(t,e,n){function i(t){return null==t?"":t.toString()}e.exports=i},{}],27:[function(t,e,n){function i(t,e){for(var n=-1,i=t.length;++n<i;)if(s(t[n],e))return!0;return!1}function r(t,e){for(var n=-1,r=e.length;++n<r;)if(!i(t,e[n]))return!1;return!0}function o(t,e){var n=!0;return a(e,function(e,i){if(!s(t[i],e))return n=!1}),n}function s(t,e){return t&&"object"==typeof t?u(t)&&u(e)?r(t,e):o(t,e):t===e}var a=t("./forOwn"),u=t("../lang/isArray");e.exports=s},{"../lang/isArray":23,"./forOwn":29}],28:[function(t,e,n){function i(){a=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],s=!0;for(var t in{toString:null})s=!1}function r(t,e,n){var r,c=0;null==s&&i();for(r in t)if(o(e,t,r,n)===!1)break;if(s)for(var l=t.constructor,f=!!l&&t===l.prototype;(r=a[c++])&&("constructor"===r&&(f||!u(t,r))||t[r]===Object.prototype[r]||o(e,t,r,n)!==!1););}function o(t,e,n,i){return t.call(i,e[n],n,e)}var s,a,u=t("./hasOwn");e.exports=r},{"./hasOwn":30}],29:[function(t,e,n){function i(t,e,n){o(t,function(i,o){if(r(t,o))return e.call(n,t[o],o,t)})}var r=t("./hasOwn"),o=t("./forIn");e.exports=i},{"./forIn":28,"./hasOwn":30}],30:[function(t,e,n){function i(t,e){return Object.prototype.hasOwnProperty.call(t,e)}e.exports=i},{}],31:[function(t,e,n){e.exports=[" ","\n","\r","\t","\f","\v"," "," ","᠎"," "," "," "," "," "," "," "," "," "," "," ","\u2028","\u2029"," "," "," "]},{}],32:[function(t,e,n){function i(t,e){t=r(t),e=e||o;for(var n,i,s=0,a=t.length,u=e.length,c=!0;c&&s<a;)for(c=!1,n=-1,i=t.charAt(s);++n<u;)if(i===e[n]){c=!0,s++;break}return s>=a?"":t.substr(s,a)}var r=t("../lang/toString"),o=t("./WHITE_SPACES");e.exports=i},{"../lang/toString":26,"./WHITE_SPACES":31}],33:[function(t,e,n){function i(t,e){t=r(t),e=e||o;for(var n,i,s=t.length-1,a=e.length,u=!0;u&&s>=0;)for(u=!1,n=-1,i=t.charAt(s);++n<a;)if(i===e[n]){u=!0,s--;break}return s>=0?t.substring(0,s+1):""}var r=t("../lang/toString"),o=t("./WHITE_SPACES");e.exports=i},{"../lang/toString":26,"./WHITE_SPACES":31}],34:[function(t,e,n){function i(t,e){return t=r(t),e=e||o,s(a(t,e),e)}var r=t("../lang/toString"),o=t("./WHITE_SPACES"),s=t("./ltrim"),a=t("./rtrim");e.exports=i},{"../lang/toString":26,"./WHITE_SPACES":31,"./ltrim":32,"./rtrim":33}],35:[function(t,e,n){"use strict";var i=t("mout/array/map"),r=t("slick"),o=t("./base"),s=function(t,e){return i(r.parse(e||"*"),function(e){return t+" "+e}).join(", ")},a=Array.prototype.push;o.implement({search:function(t){if(1===this.length)return o(r.search(t,this[0],new o));for(var e,n=[],i=0;e=this[i];i++)a.apply(n,r.search(t,e));return n=o(n),n&&n.sort()},find:function(t){if(1===this.length)return o(r.find(t,this[0]));for(var e,n=0;e=this[n];n++){var i=r.find(t,e);if(i)return o(i)}return null},sort:function(){return r.sort(this)},matches:function(t){return r.matches(this[0],t)},contains:function(t){return r.contains(this[0],t)},nextSiblings:function(t){return this.search(s("~",t))},nextSibling:function(t){return this.find(s("+",t))},previousSiblings:function(t){return this.search(s("!~",t))},previousSibling:function(t){return this.find(s("!+",t))},children:function(t){return this.search(s(">",t))},firstChild:function(t){return this.find(s("^",t))},lastChild:function(t){return this.find(s("!^",t))},parent:function(t){var e=[];t:for(var n,i=0;n=this[i];i++)for(;(n=n.parentNode)&&n!==document;)if(!t||r.matches(n,t)){e.push(n);break t}return o(e)},parents:function(t){for(var e,n=[],i=0;e=this[i];i++)for(;(e=e.parentNode)&&e!==document;)t&&!r.matches(e,t)||n.push(e);return o(n)}}),e.exports=o},{"./base":9,"mout/array/map":18,slick:97}],36:[function(t,e,n){"use strict";var i=t("mout/array/forEach"),r=t("mout/array/map"),o=t("slick/parser"),s=t("./base");e.exports=function(t,e){return s(r(o(t),function(t){var n,r;return i(t,function(t,o){var a=(e||document).createElement(t.tag);if(t.id&&(a.id=t.id),t.classList&&(a.className=t.classList.join(" ")),t.attributes&&i(t.attributes,function(t){a.setAttribute(t.name,t.value||"")}),t.pseudos&&i(t.pseudos,function(t){var e=s(a),n=e[t.name];n&&n.call(e,t.value)}),0===o)r=a;else if(" "===t.combinator)n.appendChild(a);else if("+"===t.combinator){var u=n.parentNode;u&&u.appendChild(a)}n=a}),r}))}},{"./base":9,"mout/array/forEach":16,"mout/array/map":18,"slick/parser":98}],37:[function(t,e,n){arguments[4][16][0].apply(n,arguments)},{dup:16}],38:[function(t,e,n){arguments[4][18][0].apply(n,arguments)},{"../function/makeIterator_":42,dup:18}],39:[function(t,e,n){function i(t,e,n){var i=t.length;e=null==e?0:e<0?Math.max(i+e,0):Math.min(e,i),n=null==n?i:n<0?Math.max(i+n,0):Math.min(n,i);for(var r=[];e<n;)r.push(t[e++]);return r}e.exports=i},{}],40:[function(t,e,n){function i(t,e,n){var i=r(arguments,2);return function(){return t.apply(e,i.concat(r(arguments)))}}var r=t("../array/slice");e.exports=i},{"../array/slice":39}],41:[function(t,e,n){arguments[4][20][0].apply(n,arguments)},{dup:20}],42:[function(t,e,n){arguments[4][21][0].apply(n,arguments)},{"../object/deepMatches":53,"./identity":41,"./prop":43,dup:21}],43:[function(t,e,n){arguments[4][22][0].apply(n,arguments)},{dup:22}],44:[function(t,e,n){function i(t,e,n){var i=r(arguments,3);return setTimeout(function(){t.apply(n,i)},e)}var r=t("../array/slice");e.exports=i},{"../array/slice":39}],45:[function(t,e,n){arguments[4][23][0].apply(n,arguments)},{"./isKind":46,dup:23}],46:[function(t,e,n){arguments[4][24][0].apply(n,arguments)},{"./kindOf":47,dup:24}],47:[function(t,e,n){arguments[4][25][0].apply(n,arguments)},{dup:25}],48:[function(t,e,n){arguments[4][26][0].apply(n,arguments)},{dup:26}],49:[function(t,e,n){function i(t,e,n){return t<e?e:t>n?n:t}e.exports=i},{}],50:[function(t,e,n){function i(t,e,n){return e+(n-e)*t}e.exports=i},{}],51:[function(t,e,n){function i(t,e,n,i,s){return r(o(t,e,n),i,s)}var r=t("./lerp"),o=t("./norm");e.exports=i},{"./lerp":50,"./norm":52}],52:[function(t,e,n){function i(t,e,n){if(t<e||t>n)throw new RangeError("value ("+t+") must be between "+e+" and "+n);return t===n?1:(t-e)/(n-e)}e.exports=i},{}],53:[function(t,e,n){function i(t,e){for(var n=-1,i=t.length;++n<i;)if(s(t[n],e))return!0;return!1}function r(t,e){for(var n=-1,r=e.length;++n<r;)if(!i(t,e[n]))return!1;return!0}function o(t,e){var n=!0;return a(e,function(e,i){if(!s(t[i],e))return n=!1}),n}function s(t,e){return t&&"object"==typeof t&&e&&"object"==typeof e?u(t)&&u(e)?r(t,e):o(t,e):t===e}var a=t("./forOwn"),u=t("../lang/isArray");e.exports=s},{"../lang/isArray":45,"./forOwn":55}],54:[function(t,e,n){arguments[4][28][0].apply(n,arguments)},{"./hasOwn":56,dup:28}],55:[function(t,e,n){arguments[4][29][0].apply(n,arguments)},{"./forIn":54,"./hasOwn":56,dup:29}],56:[function(t,e,n){arguments[4][30][0].apply(n,arguments)},{dup:30}],57:[function(t,e,n){arguments[4][31][0].apply(n,arguments)},{dup:31}],58:[function(t,e,n){arguments[4][32][0].apply(n,arguments)},{"../lang/toString":48,"./WHITE_SPACES":57,dup:32}],59:[function(t,e,n){arguments[4][33][0].apply(n,arguments)},{"../lang/toString":48,"./WHITE_SPACES":57,dup:33}],60:[function(t,e,n){arguments[4][34][0].apply(n,arguments)},{"../lang/toString":48,"./WHITE_SPACES":57,"./ltrim":58,"./rtrim":59,dup:34}],61:[function(t,e,n){arguments[4][39][0].apply(n,arguments)},{dup:39}],62:[function(t,e,n){arguments[4][40][0].apply(n,arguments)},{"../array/slice":61,dup:40}],63:[function(t,e,n){function i(t){switch(u(t)){case"Object":return r(t);case"Array":return a(t);case"RegExp":return o(t);case"Date":return s(t);default:return t}}function r(t){return c(t)?l({},t):t}function o(t){var e="";return e+=t.multiline?"m":"",e+=t.global?"g":"",e+=t.ignorecase?"i":"",new RegExp(t.source,e)}function s(t){return new Date((+t))}function a(t){return t.slice()}var u=t("./kindOf"),c=t("./isPlainObject"),l=t("../object/mixIn");e.exports=i},{"../object/mixIn":73,"./isPlainObject":67,"./kindOf":68}],64:[function(t,e,n){function i(t,e){switch(u(t)){case"Object":return r(t,e);case"Array":return o(t,e);default:return s(t)}}function r(t,e){if(c(t)){var n={};return a(t,function(t,n){this[n]=i(t,e)},n),n}return e?e(t):t}function o(t,e){for(var n=[],r=-1,o=t.length;++r<o;)n[r]=i(t[r],e);return n}var s=t("./clone"),a=t("../object/forOwn"),u=t("./kindOf"),c=t("./isPlainObject");e.exports=i},{"../object/forOwn":70,"./clone":63,"./isPlainObject":67,"./kindOf":68}],65:[function(t,e,n){arguments[4][24][0].apply(n,arguments)},{"./kindOf":68,dup:24}],66:[function(t,e,n){function i(t){return r(t,"Object")}var r=t("./isKind");e.exports=i},{"./isKind":65}],67:[function(t,e,n){function i(t){return!!t&&"object"==typeof t&&t.constructor===Object}e.exports=i},{}],68:[function(t,e,n){arguments[4][25][0].apply(n,arguments)},{dup:25}],69:[function(t,e,n){arguments[4][28][0].apply(n,arguments)},{"./hasOwn":71,dup:28}],70:[function(t,e,n){arguments[4][29][0].apply(n,arguments)},{"./forIn":69,"./hasOwn":71,dup:29}],71:[function(t,e,n){arguments[4][30][0].apply(n,arguments)},{dup:30}],72:[function(t,e,n){function i(){var t,e,n,a,u=1;for(a=o(arguments[0]);n=arguments[u++];)for(t in n)r(n,t)&&(e=n[t],s(e)&&s(a[t])?a[t]=i(a[t],e):a[t]=o(e));return a}var r=t("./hasOwn"),o=t("../lang/deepClone"),s=t("../lang/isObject");e.exports=i},{"../lang/deepClone":64,"../lang/isObject":66,"./hasOwn":71}],73:[function(t,e,n){function i(t,e){for(var n,i=0,s=arguments.length;++i<s;)n=arguments[i],null!=n&&o(n,r,t);return t}function r(t,e){this[e]=t}var o=t("./forOwn");e.exports=i},{"./forOwn":70}],74:[function(t,e,n){"use strict";var i=t("mout/object/hasOwn"),r=t("mout/object/mixIn"),o=t("mout/lang/createObject"),s=t("mout/lang/kindOf"),a=!0;try{Object.defineProperty({},"~",{}),Object.getOwnPropertyDescriptor({},"~")}catch(t){a=!1}var u=!{valueOf:0}.propertyIsEnumerable("valueOf"),c=["toString","valueOf"],l=/^constructor|inherits|mixin$/,f=function(t){var e=this.prototype;for(var n in t)if(!n.match(l)){if(a){var i=Object.getOwnPropertyDescriptor(t,n);if(i){Object.defineProperty(e,n,i);continue}}e[n]=t[n]}if(u)for(var r=0;n=c[r];r++){var o=t[n];o!==Object.prototype[n]&&(e[n]=o)}return this},h=function(t){"Function"===s(t)&&(t={constructor:t});var e=t.inherits,n=i(t,"constructor")?t.constructor:e?function(){return e.apply(this,arguments)}:function(){};if(e){r(n,e);var a=e.prototype,u=n.prototype=o(a);n.parent=a,u.constructor=n}n.implement||(n.implement=f);var c=t.mixin;if(c){"Array"!==s(c)&&(c=[c]);for(var l=0;l<c.length;l++)n.implement(o(c[l].prototype))}return n.implement(t)};e.exports=h},{"mout/lang/createObject":75,"mout/lang/kindOf":76,"mout/object/hasOwn":79,"mout/object/mixIn":80}],75:[function(t,e,n){function i(t,e){function n(){}return n.prototype=t,r(new n,e)}var r=t("../object/mixIn");e.exports=i},{"../object/mixIn":80}],76:[function(t,e,n){arguments[4][25][0].apply(n,arguments)},{dup:25}],77:[function(t,e,n){arguments[4][28][0].apply(n,arguments)},{"./hasOwn":79,dup:28}],78:[function(t,e,n){arguments[4][29][0].apply(n,arguments)},{"./forIn":77,"./hasOwn":79,dup:29}],79:[function(t,e,n){arguments[4][30][0].apply(n,arguments)},{dup:30}],80:[function(t,e,n){arguments[4][73][0].apply(n,arguments)},{"./forOwn":78,dup:73}],81:[function(t,e,n){"use strict";var i=t("prime"),r=t("mout/function/bind"),o=i({bound:function(t){var e=this._bound||(this._bound={});return e[t]||(e[t]=r(this[t],this))}});e.exports=o},{"mout/function/bind":62,prime:74}],82:[function(t,e,n){"use strict";var i=t("prime"),r=t("mout/object/merge"),o=i({setOptions:function(t){var e=[{},this.options];return e.push.apply(e,arguments),this.options=r.apply(null,e),this}});e.exports=o},{"mout/object/merge":72,prime:74}],83:[function(t,e,n){(function(n,i){"use strict";var r=t("mout/lang/kindOf"),o=t("mout/time/now"),s=t("mout/array/forEach"),a=t("mout/array/indexOf"),u={timeout:{},frame:[],immediate:[]},c=function(t,e,n,i){var r=function(){l(t)};t.length||i(r);var o={callback:e,context:n};return t.push(o),function(){var e=a(t,o);e>-1&&t.splice(e,1)}},l=function(t){var e=o();s(t.splice(0),function(t){t.callback.call(t.context,e)})},f=function(t,e,n){return"Number"===r(e)?f.timeout(t,e,n):f.immediate(t,e)};i.process&&n.nextTick?f.immediate=function(t,e){return c(u.immediate,t,e,n.nextTick)}:i.setImmediate?f.immediate=function(t,e){return c(u.immediate,t,e,setImmediate)}:i.postMessage&&i.addEventListener?(addEventListener("message",function(t){t.source===i&&"@deferred"===t.data&&(t.stopPropagation(),l(u.immediate))},!0),f.immediate=function(t,e){return c(u.immediate,t,e,function(){postMessage("@deferred","*")})}):f.immediate=function(t,e){return c(u.immediate,t,e,function(t){setTimeout(t,0)})};var h=i.requestAnimationFrame||i.webkitRequestAnimationFrame||i.mozRequestAnimationFrame||i.oRequestAnimationFrame||i.msRequestAnimationFrame||function(t){setTimeout(t,1e3/60)};f.frame=function(t,e){return c(u.frame,t,e,h)};var d;f.timeout=function(t,e,n){var i=u.timeout;return d||(d=f.immediate(function(){d=null,u.timeout={}})),c(i[e]||(i[e]=[]),t,n,function(t){setTimeout(t,e)})},e.exports=f}).call(this,t("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{_process:99,"mout/array/forEach":87,"mout/array/indexOf":88,"mout/lang/kindOf":90,"mout/time/now":95}],84:[function(t,e,n){"use strict";var i=t("mout/array/indexOf"),r=t("mout/array/forEach"),o=t("./index"),s=t("./defer"),a=Array.prototype.slice,u=o({constructor:function(t){this._stoppable=t},on:function(t,e){var n=this._listeners||(this._listeners={}),r=n[t]||(n[t]=[]);return i(r,e)===-1&&r.push(e),this},off:function(t,e){var n,r=this._listeners;if(r&&(n=r[t])){var o=i(n,e);o>-1&&n.splice(o,1),n.length||delete r[t];for(var s in r)return this;delete this._listeners}return this},emit:function(t){var e=this,n=a.call(arguments,1),i=function(){var i,o=e._listeners;o&&(i=o[t])&&r(i.slice(0),function(t){var i=t.apply(e,n);if(e._stoppable)return i})};return n[n.length-1]===u.EMIT_SYNC?(n.pop(),i()):s(i),this}});u.EMIT_SYNC={},e.exports=u},{"./defer":83,"./index":85,"mout/array/forEach":87,"mout/array/indexOf":88}],85:[function(t,e,n){"use strict";var i=t("mout/object/hasOwn"),r=t("mout/object/mixIn"),o=t("mout/lang/createObject"),s=t("mout/lang/kindOf"),a=!0;try{Object.defineProperty({},"~",{}),Object.getOwnPropertyDescriptor({},"~")}catch(t){a=!1}var u=!{valueOf:0}.propertyIsEnumerable("valueOf"),c=["toString","valueOf"],l=/^constructor|inherits|mixin$/,f=function(t){var e=this.prototype;for(var n in t)if(!n.match(l)){if(a){var i=Object.getOwnPropertyDescriptor(t,n);if(i){Object.defineProperty(e,n,i);continue}}e[n]=t[n]}if(u)for(var r=0;n=c[r];r++){var o=t[n];o!==Object.prototype[n]&&(e[n]=o)}return this},h=function(t){"Function"===s(t)&&(t={constructor:t});var e=t.inherits,n=i(t,"constructor")?t.constructor:e?function(){return e.apply(this,arguments)}:function(){};if(e){r(n,e);var a=e.prototype,u=n.prototype=o(a);n.parent=a,u.constructor=n}n.implement||(n.implement=f);var c=t.mixin;if(c){"Array"!==s(c)&&(c=[c]);for(var l=0;l<c.length;l++)n.implement(o(c[l].prototype))}return n.implement(t)};e.exports=h},{"mout/lang/createObject":89,"mout/lang/kindOf":90,"mout/object/hasOwn":93,"mout/object/mixIn":94}],86:[function(t,e,n){"use strict";var i=t("mout/array/indexOf"),r=t("./index"),o=r({constructor:function(){this.length=0,this._values=[],this._keys=[]},set:function(t,e){var n=i(this._keys,t);return n===-1?(this._keys.push(t),this._values.push(e),this.length++):this._values[n]=e,this},get:function(t){var e=i(this._keys,t);return e===-1?null:this._values[e]},count:function(){return this.length},forEach:function(t,e){for(var n=0,i=this.length;n<i&&t.call(e,this._values[n],this._keys[n],this)!==!1;n++);return this},map:function(t,e){var n=new o;return this.forEach(function(i,r){n.set(r,t.call(e,i,r,this))},this),n},filter:function(t,e){var n=new o;return this.forEach(function(i,r){t.call(e,i,r,this)&&n.set(r,i)},this),n},every:function(t,e){var n=!0;return this.forEach(function(i,r){if(!t.call(e,i,r,this))return n=!1},this),n},some:function(t,e){var n=!1;return this.forEach(function(i,r){if(t.call(e,i,r,this))return!(n=!0)},this),n},indexOf:function(t){var e=i(this._values,t);return e>-1?this._keys[e]:null},remove:function(t){var e=i(this._values,t);return e!==-1?(this._values.splice(e,1),this.length--,this._keys.splice(e,1)[0]):null},unset:function(t){var e=i(this._keys,t);return e!==-1?(this._keys.splice(e,1),this.length--,this._values.splice(e,1)[0]):null},keys:function(){return this._keys.slice()},values:function(){return this._values.slice()}}),s=function(){return new o};s.prototype=o.prototype,e.exports=s},{"./index":85,"mout/array/indexOf":88}],87:[function(t,e,n){arguments[4][16][0].apply(n,arguments)},{dup:16}],88:[function(t,e,n){arguments[4][17][0].apply(n,arguments)},{dup:17}],89:[function(t,e,n){arguments[4][75][0].apply(n,arguments)},{"../object/mixIn":94,dup:75}],90:[function(t,e,n){arguments[4][25][0].apply(n,arguments)},{dup:25}],91:[function(t,e,n){arguments[4][28][0].apply(n,arguments)},{"./hasOwn":93,dup:28}],92:[function(t,e,n){arguments[4][29][0].apply(n,arguments)},{"./forIn":91,"./hasOwn":93,dup:29}],93:[function(t,e,n){arguments[4][30][0].apply(n,arguments)},{dup:30}],94:[function(t,e,n){arguments[4][73][0].apply(n,arguments)},{"./forOwn":92,dup:73}],95:[function(t,e,n){function i(){return i.get()}i.get="function"==typeof Date.now?Date.now:function(){return+new Date},e.exports=i},{}],96:[function(t,e,n){"use strict";var i=t("./parser"),r=0,o=document.__counter=(parseInt(document.__counter||-1,36)+1).toString(36),s="uid:"+o,a=function(t,e){if(t===window)return"window";if(t===document)return"document";if(t===document.documentElement)return"html";if(e){var n=t.getAttribute(s);return n||(n=(r++).toString(36),t.setAttribute(s,n)),n}return t[s]||(t[s]=(r++).toString(36))},u=function(t){return a(t,!0)},c=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)},l=0,f={GET_ELEMENT_BY_ID:function(t,e){return e="slick_"+l++,t.innerHTML='<a id="'+e+'"></a>',!!this.getElementById(e)},QUERY_SELECTOR:function(t){return t.innerHTML="_<style>:nth-child(2){}</style>",t.innerHTML='<a class="MiX"></a>',1===t.querySelectorAll(".MiX").length},EXPANDOS:function(t,e){return e="slick_"+l++,t._custom_property_=e,t._custom_property_===e},MATCHES_SELECTOR:function(t){t.className="MiX";var e=t.matchesSelector||t.mozMatchesSelector||t.webkitMatchesSelector;if(e)try{e.call(t,":slick")}catch(n){return!!e.call(t,".MiX")&&e}return!1},GET_ELEMENTS_BY_CLASS_NAME:function(t){return t.innerHTML='<a class="f"></a><a class="b"></a>',1===t.getElementsByClassName("b").length&&(t.firstChild.className="b",2===t.getElementsByClassName("b").length&&(t.innerHTML='<a class="a"></a><a class="f b a"></a>',2===t.getElementsByClassName("a").length))},GET_ATTRIBUTE:function(t){var e="fus ro dah";return t.innerHTML='<a class="'+e+'"></a>',t.firstChild.getAttribute("class")===e}},h=function(t){this.document=t;var e=this.root=t.documentElement;this.tested={},this.uniqueID=this.has("EXPANDOS")?a:u,this.getAttribute=this.has("GET_ATTRIBUTE")?function(t,e){return t.getAttribute(e)}:function(t,e){return t=t.getAttributeNode(e),t&&t.specified?t.value:null},this.hasAttribute=e.hasAttribute?function(t,e){return t.hasAttribute(e)}:function(t,e){return t=t.getAttributeNode(e),!(!t||!t.specified)},this.contains=t.contains&&e.contains?function(t,e){return t.contains(e)}:e.compareDocumentPosition?function(t,e){return t===e||!!(16&t.compareDocumentPosition(e))}:function(t,e){do if(e===t)return!0;while(e=e.parentNode);return!1},this.sorter=e.compareDocumentPosition?function(t,e){return t.compareDocumentPosition&&e.compareDocumentPosition?4&t.compareDocumentPosition(e)?-1:t===e?0:1:0}:"sourceIndex"in e?function(t,e){return t.sourceIndex&&e.sourceIndex?t.sourceIndex-e.sourceIndex:0}:t.createRange?function(t,e){if(!t.ownerDocument||!e.ownerDocument)return 0;var n=t.ownerDocument.createRange(),i=e.ownerDocument.createRange();return n.setStart(t,0),n.setEnd(t,0),i.setStart(e,0),i.setEnd(e,0),n.compareBoundaryPoints(Range.START_TO_END,i)}:null,this.failed={};var n=this.has("MATCHES_SELECTOR");n&&(this.matchesSelector=function(t,e){if(this.failed[e])return null;try{return n.call(t,e)}catch(t){return g.debug&&console.warn("matchesSelector failed on "+e),this.failed[e]=!0,null}}),this.has("QUERY_SELECTOR")&&(this.querySelectorAll=function(t,e){if(this.failed[e])return!0;var n,i,r,o,s;if(t!==this.document&&(o=e[0].combinator,i=t.getAttribute("id"),r=e,i||(s=t,i="__slick__",s.setAttribute("id",i)),e="#"+i+" "+r,(o.indexOf("~")>-1||o.indexOf("+")>-1)&&(t=t.parentNode,t||(n=!0))),!n)try{n=t.querySelectorAll(e.toString())}catch(t){g.debug&&console.warn("querySelectorAll failed on "+(r||e)),n=this.failed[r||e]=!0}return s&&s.removeAttribute("id"),n})};h.prototype.has=function(t){var e=this.tested,n=e[t];if(null!=n)return n;var i=this.root,r=this.document,o=r.createElement("div");o.setAttribute("style","display: none;"),i.appendChild(o);var s=f[t],a=!1;if(s)try{a=s.call(r,o)}catch(t){}return g.debug&&!a&&console.warn("document has no "+t),i.removeChild(o),e[t]=a};var d={" ":function(t,e,n){var i,r,o=!e.id,s=!e.tag,a=!e.classes;if(e.id&&t.getElementById&&this.has("GET_ELEMENT_BY_ID")&&(i=t.getElementById(e.id),i&&i.getAttribute("id")===e.id&&(r=[i],o=!0,"*"===e.tag&&(s=!0))),!r&&(e.classes&&t.getElementsByClassName&&this.has("GET_ELEMENTS_BY_CLASS_NAME")?(r=t.getElementsByClassName(e.classList),a=!0,"*"===e.tag&&(s=!0)):(r=t.getElementsByTagName(e.tag),"*"!==e.tag&&(s=!0)),!r||!r.length))return!1;for(var u=0;i=r[u++];)(s&&o&&a&&!e.attributes&&!e.pseudos||this.match(i,e,s,o,a))&&n(i);return!0},">":function(t,e,n){if(t=t.firstChild)do 1==t.nodeType&&this.match(t,e)&&n(t);while(t=t.nextSibling)},"+":function(t,e,n){for(;t=t.nextSibling;)if(1==t.nodeType){this.match(t,e)&&n(t);break}},"^":function(t,e,n){t=t.firstChild,t&&(1===t.nodeType?this.match(t,e)&&n(t):d["+"].call(this,t,e,n))},"~":function(t,e,n){for(;t=t.nextSibling;)1===t.nodeType&&this.match(t,e)&&n(t)},"++":function(t,e,n){d["+"].call(this,t,e,n),d["!+"].call(this,t,e,n)},"~~":function(t,e,n){d["~"].call(this,t,e,n),d["!~"].call(this,t,e,n)},"!":function(t,e,n){for(;t=t.parentNode;)t!==this.document&&this.match(t,e)&&n(t)},"!>":function(t,e,n){t=t.parentNode,t!==this.document&&this.match(t,e)&&n(t)},"!+":function(t,e,n){for(;t=t.previousSibling;)if(1==t.nodeType){this.match(t,e)&&n(t);break}},"!^":function(t,e,n){t=t.lastChild,t&&(1==t.nodeType?this.match(t,e)&&n(t):d["!+"].call(this,t,e,n))},"!~":function(t,e,n){for(;t=t.previousSibling;)1===t.nodeType&&this.match(t,e)&&n(t)}};h.prototype.search=function(t,e,n){t?!t.nodeType&&t.document&&(t=t.document):t=this.document;var r=i(e);if(!r||!r.length)throw new Error("invalid expression");n||(n=[]);var o,s=c(n)?function(t){n[n.length]=t}:function(t){n[n.length++]=t};if(r.length>1){o={};var u=s;s=function(t){var e=a(t);o[e]||(o[e]=!0,u(t))}}var l,f,h;t:for(var p=0;e=r[p++];)if(g.noQSA||!this.querySelectorAll||(f=this.querySelectorAll(t,e),f===!0))if(1===e.length)h=e[0],d[h.combinator].call(this,t,h,s);else{for(var m,v,y,b=[t],w=function(t){var e=a(t);y[e]||(y[e]=!0,v[v.length]=t)},E=0;h=e[E++];){v=[],y={};for(var x=0;m=b[x++];)d[h.combinator].call(this,m,h,w);if(!v.length)continue t;b=v}if(0===p)n=v;else for(var C=0;C<v.length;C++)s(v[C])}else if(f&&f.length)for(var E=0;l=f[E++];)l.nodeName>"@"&&s(l);return o&&n&&n.length>1&&this.sort(n),n},h.prototype.sort=function(t){return this.sorter?Array.prototype.sort.call(t,this.sorter):t};var p={empty:function(){return!(this&&1===this.nodeType||(this.innerText||this.textContent||"").length)},not:function(t){return!g.matches(this,t)},contains:function(t){return(this.innerText||this.textContent||"").indexOf(t)>-1},"first-child":function(){for(var t=this;t=t.previousSibling;)if(1==t.nodeType)return!1;return!0},"last-child":function(){for(var t=this;t=t.nextSibling;)if(1==t.nodeType)return!1;return!0},"only-child":function(){for(var t=this;t=t.previousSibling;)if(1==t.nodeType)return!1;for(var e=this;e=e.nextSibling;)if(1==e.nodeType)return!1;return!0},"first-of-type":function(){for(var t=this,e=t.nodeName;t=t.previousSibling;)if(t.nodeName==e)return!1;return!0},"last-of-type":function(){for(var t=this,e=t.nodeName;t=t.nextSibling;)if(t.nodeName==e)return!1;return!0},"only-of-type":function(){for(var t=this,e=this.nodeName;t=t.previousSibling;)if(t.nodeName==e)return!1;for(var n=this;n=n.nextSibling;)if(n.nodeName==e)return!1;return!0},enabled:function(){return!this.disabled},disabled:function(){return this.disabled},checked:function(){return this.checked||this.selected},selected:function(){return this.selected},focus:function(){var t=this.ownerDocument;return t.activeElement===this&&(this.href||this.type||g.hasAttribute(this,"tabindex"))},root:function(){return this===this.ownerDocument.documentElement}};h.prototype.match=function(t,e,n,i,r){if(!g.noQSA&&this.matchesSelector){var o=this.matchesSelector(t,e);if(null!==o)return o}if(!n&&e.tag){var s=t.nodeName.toLowerCase();if("*"===e.tag){if(s<"@")return!1}else if(s!=e.tag)return!1}if(!i&&e.id&&t.getAttribute("id")!==e.id)return!1;var a,u;if(!r&&e.classes){var c=this.getAttribute(t,"class");if(!c)return!1;for(u in e.classes)if(!RegExp("(^|\\s)"+e.classes[u]+"(\\s|$)").test(c))return!1}var l,f;if(e.attributes)for(a=0;u=e.attributes[a++];){var h=u.operator,d=u.escapedValue;if(l=u.name,f=u.value,h){var m=this.getAttribute(t,l);if(null==m)return!1;switch(h){case"^=":if(!RegExp("^"+d).test(m))return!1;break;case"$=":if(!RegExp(d+"$").test(m))return!1;break;case"~=":if(!RegExp("(^|\\s)"+d+"(\\s|$)").test(m))return!1;break;case"|=":if(!RegExp("^"+d+"(-|$)").test(m))return!1;break;case"=":if(m!==f)return!1;break;case"*=":if(m.indexOf(f)===-1)return!1;break;default:return!1}}else if(!this.hasAttribute(t,l))return!1}if(e.pseudos)for(a=0;u=e.pseudos[a++];){if(l=u.name,f=u.value,p[l])return p[l].call(t,f);if(null!=f){if(this.getAttribute(t,l)!==f)return!1}else if(!this.hasAttribute(t,l))return!1}return!0},h.prototype.matches=function(t,e){var n=i(e);if(1===n.length&&1===n[0].length)return this.match(t,n[0][0]);if(!g.noQSA&&this.matchesSelector){var r=this.matchesSelector(t,n);if(null!==r)return r}for(var o,s=this.search(this.document,e,{length:0}),a=0;o=s[a++];)if(t===o)return!0;return!1};var m={},v=function(t){var e=t||document;if(e.ownerDocument?e=e.ownerDocument:e.document&&(e=e.document),9!==e.nodeType)throw new TypeError("invalid document");var n=a(e);return m[n]||(m[n]=new h(e))},g=function(t,e){return g.search(t,e)};g.search=function(t,e,n){return v(e).search(e,t,n)},g.find=function(t,e){return v(e).search(e,t)[0]||null},g.getAttribute=function(t,e){return v(t).getAttribute(t,e)},g.hasAttribute=function(t,e){return v(t).hasAttribute(t,e)},g.contains=function(t,e){return v(t).contains(t,e)},g.matches=function(t,e){return v(t).matches(t,e)},g.sort=function(t){return t&&t.length>1&&v(t[0]).sort(t),t},g.parse=i,e.exports=g},{"./parser":98}],97:[function(t,e,n){(function(n){"use strict";e.exports="document"in n?t("./finder"):{parse:t("./parser")}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./finder":96,"./parser":98}],98:[function(t,e,n){"use strict";var i=/([-.*+?^${}()|[\]\/\\])/g,r=/\\/g,o=function(t){return(t+"").replace(i,"\\$1")},s=function(t){return(t+"").replace(r,"")},a=RegExp("^(?:\\s*(,)\\s*|\\s*(<combinator>+)\\s*|(\\s+)|(<unicode>+|\\*)|\\#(<unicode>+)|\\.(<unicode>+)|\\[\\s*(<unicode1>+)(?:\\s*([*^$!~|]?=)(?:\\s*(?:([\"']?)(.*?)\\9)))?\\s*\\](?!\\])|(:+)(<unicode>+)(?:\\((?:(?:([\"'])([^\\13]*)\\13)|((?:\\([^)]+\\)|[^()]*)+))\\))?)".replace(/<combinator>/,"["+o(">+~`!@$%^&={}\\;</")+"]").replace(/<unicode>/g,"(?:[\\w\\u00a1-\\uFFFF-]|\\\\[^\\s0-9a-f])").replace(/<unicode1>/g,"(?:[:\\w\\u00a1-\\uFFFF-]|\\\\[^\\s0-9a-f])")),u=function(t){this.combinator=t||" ",this.tag="*"};u.prototype.toString=function(){if(!this.raw){var t,e,n="";if(n+=this.tag||"*",this.id&&(n+="#"+this.id),this.classes&&(n+="."+this.classList.join(".")),this.attributes)for(t=0;e=this.attributes[t++];)n+="["+e.name+(e.operator?e.operator+'"'+e.value+'"':"")+"]";if(this.pseudos)for(t=0;e=this.pseudos[t++];)n+=":"+e.name,e.value&&(n+="("+e.value+")");this.raw=n}return this.raw};var c=function(){this.length=0};c.prototype.toString=function(){if(!this.raw){for(var t,e="",n=0;t=this[n++];)1!==n&&(e+=" ")," "!==t.combinator&&(e+=t.combinator+" "),e+=t;this.raw=e}return this.raw};var l=function(t,e,n,i,r,a,l,f,h,d,p,m,v,g,y,b){var w,E;if((e||!this.length)&&(w=this[this.length++]=new c,e))return"";if(w||(w=this[this.length-1]),(n||i||!w.length)&&(E=w[w.length++]=new u(n)),E||(E=w[w.length-1]),r)E.tag=s(r);else if(a)E.id=s(a);else if(l){var x=s(l),C=E.classes||(E.classes={});if(!C[x]){C[x]=o(l);var _=E.classList||(E.classList=[]);_.push(x),_.sort()}}else v?(b=b||y,(E.pseudos||(E.pseudos=[])).push({type:1==m.length?"class":"element",name:s(v),escapedName:o(v),value:b?s(b):null,escapedValue:b?o(b):null})):f&&(p=p?o(p):null,(E.attributes||(E.attributes=[])).push({operator:h,name:s(f),escapedName:o(f),value:p?s(p):null,escapedValue:p?o(p):null}));return""},f=function(t){this.length=0;for(var e,n=this,i=t;t;){if(e=t.replace(a,function(){return l.apply(n,arguments)}),e===t)throw new Error(i+" is an invalid expression");t=e}};f.prototype.toString=function(){if(!this.raw){for(var t,e=[],n=0;t=this[n++];)e.push(t);this.raw=e.join(", ")}return this.raw};var h={},d=function(t){return null==t?null:(t=(""+t).replace(/^\s+|\s+$/g,""),h[t]||(h[t]=new f(t)))};e.exports=d},{}],99:[function(t,e,n){function i(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function o(t){if(f===setTimeout)return setTimeout(t,0);if((f===i||!f)&&setTimeout)return f=setTimeout,setTimeout(t,0);try{return f(t,0)}catch(e){try{return f.call(null,t,0)}catch(e){return f.call(this,t,0)}}}function s(t){if(h===clearTimeout)return clearTimeout(t);if((h===r||!h)&&clearTimeout)return h=clearTimeout,clearTimeout(t);try{return h(t)}catch(e){try{return h.call(null,t)}catch(e){return h.call(this,t)}}}function a(){v&&p&&(v=!1,p.length?m=p.concat(m):g=-1,m.length&&u())}function u(){if(!v){var t=o(a);v=!0;for(var e=m.length;e;){for(p=m,m=[];++g<e;)p&&p[g].run();g=-1,e=m.length}p=null,v=!1,s(t)}}function c(t,e){this.fun=t,this.array=e}function l(){}var f,h,d=e.exports={};!function(){try{f="function"==typeof setTimeout?setTimeout:i}catch(t){f=i}try{h="function"==typeof clearTimeout?clearTimeout:r}catch(t){h=r}}();var p,m=[],v=!1,g=-1;d.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];m.push(new c(t,e)),1!==m.length||v||o(u)},c.prototype.run=function(){this.fun.apply(null,this.array)},d.title="browser",d.browser=!0,d.env={},d.argv=[],d.version="",d.versions={},d.on=l,d.addListener=l,d.once=l,d.off=l,d.removeListener=l,d.removeAllListeners=l,d.emit=l,d.binding=function(t){throw new Error("process.binding is not supported")},d.cwd=function(){return"/"},d.chdir=function(t){throw new Error("process.chdir is not supported")},d.umask=function(){return 0}},{}]},{},[1]); //]]></script> [/code] This is basically the content of Gantry's main.js, which Apache PageSpeed dumped on the page itself. More on PageSpeed: https://developers.google.com/speed/pagespeed/module/[code=javascript]
      <script type="text/javascript">//<![CDATA[
      !function t(e,n,i){function r(s,a){if(!n){if(!e){var u="function"==typeof require&&require;if(!a&&u)return u(s,!0);if(o)return o(s,!0);var c=new Error("Cannot find module '"+s+"'");throw c.code="MODULE_NOT_FOUND",c}var l=n={exports:{}};e[0].call(l.exports,function(t){var n=e[1][t];return r(n?n:t)},l,l.exports,t,e,n,i)}return n.exports}for(var o="function"==typeof require&&require,s=0;s<i.length;s++)r(i);return r}({1:[function(t,e,n){"use strict";var i=t("domready"),r=t("./menu"),o=t("./offcanvas"),s=(t("./totop"),t("./utils/dollar-extras")),a={};i(function(){a={offcanvas:new o,menu:new r,$:s,ready:i},e.exports=window.G5=a}),e.exports=window.G5=a},{"./menu":2,"./offcanvas":3,"./totop":4,"./utils/dollar-extras":6,domready:7}],2:[function(t,e,n){(function(n){"use strict";var i=(t("domready"),t("prime")),r=t("../utils/dollar-extras"),o=t("elements/zen"),s=t("mout/function/bind"),a=(t("mout/function/timeout"),t("prime-util/prime/bound")),u=t("prime-util/prime/options"),c="ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch,l=new i({mixin:[a,u],options:{selectors:{mainContainer:".g-main-nav",mobileContainer:"#g-mobilemenu-container",topLevel:".g-toplevel",rootItems:"> ul > li",parent:".g-parent",item:".g-menu-item",dropdown:".g-dropdown",overlay:".g-menu-overlay",touchIndicator:".g-menu-parent-indicator",linkedParent:"[data-g-menuparent]",mobileTarget:"[data-g-mobile-target]"},states:{active:"g-active",inactive:"g-inactive",selected:"g-selected",touchEvents:"g-menu-hastouch"}},constructor:function(t){this.setOptions(t),this.selectors=this.options.selectors,this.states=this.options.states,this.overlay=o("div"+this.selectors.overlay).top("#g-page-surround"),this.active=null,this.location=[];var e=r(this.selectors.mainContainer);if(e){var n=e.data("g-hover-expand");this.hoverExpand=null===n||"true"===n,!c&&this.hoverExpand||e.addClass(this.states.touchEvents),this.attach()}},attach:function(){var t=this.selectors,e=r(t.mainContainer+" "+t.item),n=r(t.mobileContainer),i=r("body");if(e){if(this.hoverExpand&&(e.on("mouseenter",this.bound("mouseenter")),e.on("mouseleave",this.bound("mouseleave"))),i.delegate("click",":not("+t.mainContainer+") "+t.linkedParent+", .g-fullwidth .g-sublevel "+t.linkedParent,this.bound("click")),i.delegate("click",":not("+t.mainContainer+") a[href]",this.bound("resetAfterClick")),c||!this.hoverExpand){var o=r(t.linkedParent);o&&o.on("touchend",this.bound("touchend")),this.overlay.on("touchend",this.bound("closeAllDropdowns"))}if(n){var s="only all and (max-width: "+this._calculateBreakpoint(n.data("g-menu-breakpoint")||"48rem")+")",a=matchMedia(s);a.addListener(this.bound("_checkQuery")),this._checkQuery(a)}}},detach:function(){},click:function(t){this.touchend(t)},resetAfterClick:function(t){var e=r(t.target);return null!==e.data("g-menuparent")||(this.closeDropdown(t),void(n.G5&&n.G5.offcanvas&&G5.offcanvas.close()))},mouseenter:function(t){var e=r(t.target);e.parent(this.options.selectors.mainContainer)&&(e.parent(this.options.selectors.item)&&!e.parent(".g-standard")||this.openDropdown(e))},mouseleave:function(t){var e=r(t.target);e.parent(this.options.selectors.mainContainer)&&(e.parent(this.options.selectors.item)&&!e.parent(".g-standard")||this.closeDropdown(e))},touchend:function(t){var e,n,i=this.selectors,o=this.states,a=r(t.target),u=a.parent(i.item).find(i.touchIndicator),c=a.parent(".g-standard")?"standard":"megamenu",l=a.parent(".g-go-back");if(u&&(a=u),e=a.matches(i.item)?a:a.parent(i.item),n=e.hasClass(o.selected),!e.find(i.dropdown)&&!u)return!0;if(t.stopPropagation(),u&&!a.matches(i.touchIndicator)||t.preventDefault(),!n){var f=e.siblings();if(f){var h=f.search(i.touchIndicator+" !> * !> "+i.item+"."+o.selected);(h||[]).forEach(s(function(t){this.closeDropdown(t)},this))}}if(("megamenu"==c||!e.parent(i.mainContainer))&&(e.find(" > "+i.dropdown+", > * > "+i.dropdown)||l)){var d,p=a.parent(".g-sublevel")||a.parent(".g-toplevel"),m=e.find(".g-sublevel"),v=e.parent(".g-dropdown-column");if(p){var g=a.parent(i.mainContainer);(!g||g&&!p.matches(".g-toplevel"))&&this._fixHeights(p,m,l,g),!g&&v&&(d=v.search("> .g-grid > .g-block"))&&d.length>1&&(p=d.search("> .g-sublevel")),p[n?"removeClass":"addClass"]("g-slide-out")}}this[n?"closeDropdown":"openDropdown"](e),"click"!==t.type&&this.toggleOverlay(a.parent(i.mainContainer))},openDropdown:function(t){t=r(t.target||t);var e=t.find(this.selectors.dropdown);t.addClass(this.states.selected),e&&e.removeClass(this.states.inactive).addClass(this.states.active)},closeDropdown:function(t){t=r(t.target||t);var e=t.find(this.selectors.dropdown);if(t.removeClass(this.states.selected),e){var n=e.search(".g-sublevel"),i=e.search(".g-slide-out, ."+this.states.selected),o=e.search("."+this.states.active);n&&n.attribute("style",null),i&&i.removeClass("g-slide-out").removeClass(this.states.selected),o&&o.removeClass(this.states.active).addClass(this.states.inactive),e.removeClass(this.states.active).addClass(this.states.inactive)}},closeAllDropdowns:function(){var t=this.selectors,e=this.states,n=r(t.mainContainer+" > .g-toplevel"),i=n.search(" >"+t.item);if(i&&i.removeClass(e.selected),n){var o=n.search("> "+this.options.selectors.item);o&&o.forEach(this.closeDropdown.bind(this)),this.closeDropdown(n)}this.toggleOverlay(n)},resetStates:function(t){if(t){var e=t.search(".g-toplevel, .g-dropdown-column, .g-dropdown, .g-selected, .g-active, .g-slide-out"),n=t.search(".g-active");e&&(t.attribute("style",null).removeClass("g-selected").removeClass("g-slide-out"),e.attribute("style",null).removeClass("g-selected").removeClass("g-slide-out"),n&&n.removeClass("g-active").addClass("g-inactive"))}},toggleOverlay:function(t){if(t){var e=!!t.find(".g-active, .g-selected");this.overlay[e?"addClass":"removeClass"]("g-menu-overlay-open"),this.overlay[0].style.opacity=e?1:0}},_fixHeights:function(t,e,n,i){if(t!=e){n&&t.attribute("style",null);var o={from:t[0].getBoundingClientRect(),to:(i?e[0]:e.parent(".g-dropdown")[0]).getBoundingClientRect()},s=Math.max(o.from.height,o.to.height);if(!n&&(o.from.height<o.to.height?t[0].style.height=s+"px":i&&(e[0].style.height=s+"px"),!i)){var a=s,u=r(e).parent(".g-block:not(.size-100)"),c=u?u.parent(".g-dropdown-column"):null;if((e.parents(".g-slide-out, .g-dropdown-column")||t).forEach(function(t){a=Math.max(s,parseInt(t.style.height||0,10))}),c){c[0].style.height=a+"px";var l=c.search("> .g-grid > .g-block"),f=a;l.forEach(function(t,e){e+1!=l.length?f-=t.getBoundingClientRect().height:r(t).find(".g-sublevel")[0].style.height=f+"px"})}else e[0].style.height=a+"px"}}},_calculateBreakpoint:function(t){var e=parseFloat(t.match(/^\d{1,}/).shift()),n=t.match(/[a-z]{1,}$/i).shift(),i=n.match(/r?em/)?-.062:-1;return e+i+n},_checkQuery:function(t){var e,n,i=this.options.selectors,o=r(i.mobileContainer),s=r(i.mainContainer+i.mobileTarget)||r(i.mainContainer);t.matches?(e=s.find(i.topLevel),e&&(s.parent(".g-block").addClass("hidden"),o.parent(".g-block").removeClass("hidden"),e.top(o))):(e=o.find(i.topLevel),e&&(o.parent(".g-block").addClass("hidden"),s.parent(".g-block").removeClass("hidden"),e.top(s))),this.resetStates(e),!t.matches&&e&&(n=e.search("[data-g-item-width]"))&&n.forEach(function(t){t=r(t),t[0].style.width=t.data("g-item-width")})},_debug:function(){}});e.exports=l}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"../utils/dollar-extras":6,domready:7,"elements/zen":36,"mout/function/bind":40,"mout/function/timeout":44,prime:85,"prime-util/prime/bound":81,"prime-util/prime/options":82}],3:[function(t,e,n){"use strict";var i,r=(t("domready"),t("prime")),o=t("mout/function/bind"),s=t("mout/array/forEach"),a=t("mout/math/map"),u=t("mout/math/clamp"),c=t("mout/function/timeout"),l=t("mout/string/trim"),f=t("../utils/decouple"),h=t("prime-util/prime/bound"),d=t("prime-util/prime/options"),p=t("elements"),m=t("elements/zen"),v=function(){var t=window.getComputedStyle(document.documentElement,""),e=(Array.prototype.slice.call(t).join("").match(/-(moz|webkit|ms)-/)||""===t.OLink&&["","o"])[1],n="WebKit|Moz|MS|O".match(new RegExp("("+e+")","i"))[1];return{dom:n,lowercase:e,css:"-"+e+"-",js:e[0].toUpperCase()+e.substr(1)}}(),g="ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch,y=!1,b=new r({mixin:[h,d],options:{effect:"ease",duration:300,tolerance:function(t){return t/3},padding:0,touch:!0,css3:!0,openClass:"g-offcanvas-open",openingClass:"g-offcanvas-opening",closingClass:"g-offcanvas-closing",overlayClass:"g-nav-overlay"},constructor:function(t){if(this.setOptions(t),this.attached=!1,this.opening=!1,this.moved=!1,this.dragging=!1,this.opened=!1,this.preventOpen=!1,this.offset={x:{start:0,current:0},y:{start:0,current:0}},this.bodyEl=p("body"),this.htmlEl=p("html"),this.panel=p("#g-page-surround"),this.offcanvas=p("#g-offcanvas"),!this.panel||!this.offcanvas)return!1;var e=this.offcanvas.data("g-offcanvas-swipe"),n=this.offcanvas.data("g-offcanvas-css3");if(this.setOptions({touch:!!(null!==e?parseInt(e):1),css3:!!(null!==n?parseInt(n):1)}),!this.options.padding){this.offcanvas[0].style.display="block";var i=this.offcanvas[0].getBoundingClientRect().width;this.offcanvas[0].style.removeProperty("display"),this.setOptions({padding:i})}return this.tolerance="function"==typeof this.options.tolerance?this.options.tolerance.call(this,this.options.padding):this.options.tolerance,this.htmlEl.addClass("g-offcanvas-"+(this.options.css3?"css3":"css2")),this.attach(),this._checkTogglers(),this},attach:function(){return this.attached=!0,this.options.touch&&g&&this.attachTouchEvents(),s(["toggle","open","close"],o(function(t){this.bodyEl.delegate("click","[data-offcanvas-"+t+"]",this.bound(t)),g&&this.bodyEl.delegate("touchend","[data-offcanvas-"+t+"]",this.bound(t))},this)),this.attachMutationEvent(),this.overlay=m("div[data-offcanvas-close]."+this.options.overlayClass).top(this.panel),this},attachMutationEvent:function(){this.offcanvas.on("DOMSubtreeModified",this.bound("_checkTogglers"))},attachTouchEvents:function(){var t=window.navigator.msPointerEnabled,e={start:t?"MSPointerDown":"touchstart",move:t?"MSPointerMove":"touchmove",end:t?"MSPointerUp":"touchend"};this._scrollBound=f(window,"scroll",this.bound("_bodyScroll")),this.bodyEl.on(e.move,this.bound("_bodyMove")),this.panel.on(e.start,this.bound("_touchStart")),this.panel.on("touchcancel",this.bound("_touchCancel")),this.panel.on(e.end,this.bound("_touchEnd")),this.panel.on(e.move,this.bound("_touchMove"))},detach:function(){return this.attached=!1,this.options.touch&&g&&this.detachTouchEvents(),s(["toggle","open","close"],o(function(t){this.bodyEl.undelegate("click","[data-offcanvas-"+t+"]",this.bound(t)),g&&this.bodyEl.undelegate("touchend","[data-offcanvas-"+t+"]",this.bound(t))},this)),this.detachMutationEvent(),this.overlay.remove(),this},detachMutationEvent:function(){this.offcanvas.off("DOMSubtreeModified",this.bound("_checkTogglers"))},detachTouchEvents:function(){var t=window.navigator.msPointerEnabled,e={start:t?"MSPointerDown":"touchstart",move:t?"MSPointerMove":"touchmove",end:t?"MSPointerUp":"touchend"};window.removeEventListener("scroll",this._scrollBound),this.bodyEl.off(e.move,this.bound("_bodyMove")),this.panel.off(e.start,this.bound("_touchStart")),this.panel.off("touchcancel",this.bound("_touchCancel")),this.panel.off(e.end,this.bound("_touchEnd")),this.panel.off(e.move,this.bound("_touchMove"))},open:function(t){return t&&t.type.match(/^touch/i)?t.preventDefault():this.dragging=!1,this.opened?this:(this.htmlEl.addClass(this.options.openClass),this.htmlEl.addClass(this.options.openingClass),this.overlay[0].style.opacity=1,this.options.css3&&(this.panel[0].style[this.getOffcanvasPosition()]="inherit"),this._setTransition(),this._translateXTo((this.bodyEl.hasClass("g-offcanvas-right")?-1:1)*this.options.padding),this.opened=!0,setTimeout(o(function(){var t=this.panel[0];this.htmlEl.removeClass(this.options.openingClass),t.style.transition=t.style[v.css+"transition"]=""},this),this.options.duration),this)},close:function(t,e){return t&&t.type.match(/^touch/i)?t.preventDefault():this.dragging=!1,e=e||window,this.opened||this.opening?(this.panel===e||!this.dragging)&&(this.htmlEl.addClass(this.options.closingClass),this.overlay[0].style.opacity=0,this._setTransition(),this._translateXTo(0),this.opened=!1,setTimeout(o(function(){var t=this.panel[0];this.htmlEl.removeClass(this.options.openClass),this.htmlEl.removeClass(this.options.closingClass),t.style.transition=t.style[v.css+"transition"]="",t.style.transform=t.style[v.css+"transform"]="",t.style[this.getOffcanvasPosition()]=""},this),this.options.duration),this):this},toggle:function(t,e){return t&&t.type.match(/^touch/i)?t.preventDefault():this.dragging=!1,this[this.opened?"close":"open"](t,e)},getOffcanvasPosition:function(){return this.bodyEl.hasClass("g-offcanvas-right")?"right":"left"},_setTransition:function(){var t=this.panel[0];this.options.css3?t.style[v.css+"transition"]=t.style.transition=v.css+"transform "+this.options.duration+"ms "+this.options.effect:t.style[v.css+"transition"]=t.style.transition="left "+this.options.duration+"ms "+this.options.effect+", right "+this.options.duration+"ms "+this.options.effect},_translateXTo:function(t){var e=this.panel[0],n=this.getOffcanvasPosition();this.offset.x.current=t,this.options.css3?e.style[v.css+"transform"]=e.style.transform="translate3d("+t+"px, 0, 0)":e.style[n]=Math.abs(t)+"px"},_bodyScroll:function(){this.moved||(clearTimeout(i),y=!0,i=setTimeout(function(){y=!1},250))},_bodyMove:function(){return this.moved&&event.preventDefault(),this.dragging=!0,!1},_touchStart:function(t){t.touches&&(this.moved=!1,this.opening=!1,this.dragging=!1,this.offset.x.start=t.touches[0].pageX,this.offset.y.start=t.touches[0].pageY,this.preventOpen=!this.opened&&0!==this.offcanvas[0].clientWidth)},_touchCancel:function(){this.moved=!1,this.opening=!1},_touchMove:function(t){if(!y&&!this.preventOpen&&t.touches){this.options.css3&&(this.panel[0].style[this.getOffcanvasPosition()]="inherit");var e,n=this.getOffcanvasPosition(),i=u(t.touches[0].clientX-this.offset.x.start,-this.options.padding,this.options.padding),r=this.offset.x.current=i,o=Math.abs(t.touches[0].pageY-this.offset.y.start),s="right"==n?-1:1;if(!(Math.abs(r)>this.options.padding)&&(!(o>5)||this.moved)&&Math.abs(i)>0){if(this.opening=!0,"left"==n&&(this.opened&&i>0||!this.opened&&i<0))return;if("right"==n&&(this.opened&&i<0||!this.opened&&i>0))return;this.moved||this.htmlEl.hasClass(this.options.openClass)||this.htmlEl.addClass(this.options.openClass),("left"==n&&i<=0||"right"==n&&i>=0)&&(r=i+s*this.options.padding,this.opening=!1),e=a(Math.abs(r),0,this.options.padding,0,1),this.overlay[0].style.opacity=e,this.options.css3?this.panel[0].style[v.css+"transform"]=this.panel[0].style.transform="translate3d("+r+"px, 0, 0)":this.panel[0].style[n]=Math.abs(r)+"px",this.moved=!0}}},_touchEnd:function(t){if(this.moved){var e=Math.abs(this.offset.x.current)>this.tolerance,n=!!this.bodyEl.hasClass("g-offcanvas-right"),i=n?this.offset.x.current>0:this.offset.x.current<0;this.opening=e?!i:i,this.opened=!this.opening,this[this.opening?"open":"close"](t,this.panel)}return this.moved=!1,!0},_checkTogglers:function(t){var e,n,i=p("[data-offcanvas-toggle], [data-offcanvas-open], [data-offcanvas-close]"),r=p("#g-mobilemenu-container");!i||t&&(t.target||t.srcElement)!==r[0]||(this.opened&&this.close(),c(function(){e=this.offcanvas.search(".g-block"),n=r?r.text().length:0;var t=e&&1==e.length&&r&&!l(this.offcanvas.text()).length;i[t?"addClass":"removeClass"]("g-offcanvas-hide"),r&&r.parent(".g-block")[n?"removeClass":"addClass"]("hidden"),t||this.attached?t&&this.attached&&(this.detach(),this.attachMutationEvent()):this.attach()},0,this))}});e.exports=b},{"../utils/decouple":5,domready:7,elements:12,"elements/zen":36,"mout/array/forEach":37,"mout/function/bind":40,"mout/function/timeout":44,"mout/math/clamp":49,"mout/math/map":51,"mout/string/trim":60,prime:85,"prime-util/prime/bound":81,"prime-util/prime/options":82}],4:[function(t,e,n){"use strict";var i,r=t("domready"),o=t("../utils/dollar-extras"),s=function(){0!=document.body.scrollTop||0!=document.documentElement.scrollTop?(window.scrollBy(0,-50),i=setTimeout(s,10)):clearTimeout(i)};r(function(){var t=o("#g-totop");t&&t.on("click",function(t){t.preventDefault(),s()})}),e.exports={}},{"../utils/dollar-extras":6,domready:7}],5:[function(t,e,n){"use strict";var i=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||function(t){window.setTimeout(t,1e3/60)}}(),r=function(t,e,n){var r,o=!1;t=t[0]||t;var s=function(t){r=t,a()},a=function(){o||(i(u),o=!0)},u=function(){n.call(t,r),o=!1};try{t.addEventListener(e,s,!1)}catch(t){}return s};e.exports=r},{}],6:[function(t,e,n){"use strict";var i=t("elements"),r=t("mout/array/map"),o=t("slick"),s=function(t,e){return function(n){var i=o.parse(n||"*");return n=r(i,function(e){return t+" "+e}).join(", "),this[e](n)}};i.implement({sibling:s("++","find"),siblings:s("~~","search")}),e.exports=i},{elements:12,"mout/array/map":38,slick:97}],7:[function(t,e,n){!function(t,n){"undefined"!=typeof e?e.exports=n():"function"==typeof define&&"object"==typeof define.amd?define(n):this[t]=n()}("domready",function(){var t,e=[],n=document,i=n.documentElement.doScroll,r="DOMContentLoaded",o=(i?/^loaded|^c/:/^loaded|^i|^c/).test(n.readyState);return o||n.addEventListener(r,t=function(){for(n.removeEventListener(r,t),o=1;t=e.shift();)t()}),function(t){o?setTimeout(t,0):e.push(t)}})},{}],8:[function(t,e,n){"use strict";var i=t("./base"),r=t("mout/string/trim"),o=t("mout/array/forEach"),s=t("mout/array/filter"),a=t("mout/array/indexOf");i.implement({setAttribute:function(t,e){return this.forEach(function(n){n.setAttribute(t,e)})},getAttribute:function(t){var e=this[0].getAttributeNode(t);return e&&e.specified?e.value:null},hasAttribute:function(t){var e=this[0];if(e.hasAttribute)return e.hasAttribute(t);var n=e.getAttributeNode(t);return!(!n||!n.specified)},removeAttribute:function(t){return this.forEach(function(e){var n=e.getAttributeNode(t);n&&e.removeAttributeNode(n)})}});var u={};o(["type","value","name","href","title","id"],function(t){u[t]=function(e){return void 0!==e?this.forEach(function(n){n[t]=e}):this[0][t]}}),o(["checked","disabled","selected"],function(t){u[t]=function(e){return void 0!==e?this.forEach(function(n){n[t]=!!e}):!!this[0][t]}});var c=function(t){var e=r(t).replace(/\s+/g," ").split(" "),n={};return s(e,function(t){if(""!==t&&!n[t])return n[t]=t}).sort()};u.className=function(t){return void 0!==t?this.forEach(function(e){e.className=c(t).join(" ")}):c(this[0].className).join(" ")},i.implement({attribute:function(t,e){var n=u[t];return n?n.call(this,e):null!=e?this.setAttribute(t,e):null===e?this.removeAttribute(t):void 0===e?this.getAttribute(t):void 0}}),i.implement(u),i.implement({check:function(){return this.checked(!0)},uncheck:function(){return this.checked(!1)},disable:function(){return this.disabled(!0)},enable:function(){return this.disabled(!1)},select:function(){return this.selected(!0)},deselect:function(){return this.selected(!1)}}),i.implement({classNames:function(){return c(this[0].className)},hasClass:function(t){return a(this.classNames(),t)>-1},addClass:function(t){return this.forEach(function(e){var n=e.className,i=c(n+" "+t).join(" ");n!==i&&(e.className=i)})},removeClass:function(t){return this.forEach(function(e){var n=c(e.className);o(c(t),function(t){var e=a(n,t);e>-1&&n.splice(e,1)}),e.className=n.join(" ")})},toggleClass:function(t,e){var n=void 0!==e?e:!this.hasClass(t);return n?this.addClass(t):this.removeClass(t),!!n}}),i.prototype.toString=function(){var t=this.tag(),e=this.id(),n=this.classNames(),i=t;return e&&(i+="#"+e),n.length&&(i+="."+n.join(".")),i};var l=null==document.createElement("div").textContent?"innerText":"textContent";i.implement({tag:function(){return this[0].tagName.toLowerCase()},html:function(t){return void 0!==t?this.forEach(function(e){e.innerHTML=t}):this[0].innerHTML},text:function(t){return void 0!==t?this.forEach(function(e){e[l]=t}):this[0][l]},data:function(t,e){switch(e){case void 0:return this.getAttribute("data-"+t);case null:return this.removeAttribute("data-"+t);default:return this.setAttribute("data-"+t,e)}}}),e.exports=i},{"./base":9,"mout/array/filter":15,"mout/array/forEach":16,"mout/array/indexOf":17,"mout/string/trim":34}],9:[function(t,e,n){"use strict";var i=t("prime"),r=t("mout/array/forEach"),o=t("mout/array/map"),s=t("mout/array/filter"),a=t("mout/array/every"),u=t("mout/array/some"),c=0,l=document.__counter,f=document.__counter=(l?parseInt(l,36)+1:0).toString(36),h="uid:"+f,d=function(t){return t===window?"window":t===document?"document":t===document.documentElement?"html":t[h]||(t[h]=(c++).toString(36))},p={},m=i({constructor:function t(e,n){if(null==e)return this&&this.constructor===t?new v:null;var i,r;if(e.constructor!==v){if(i=new v,"string"==typeof e)return i.search?(i[i.length++]=n||document,i.search(e)):null;if(e.nodeType||e===window)i[i.length++]=e;else if(e.length)for(var o={},s=0,a=e.length;s<a;s++){var u=t(e[s],n);if(u&&u.length)for(var c=0,l=u.length;c<l;c++){var f=u[c];r=d(f),o[r]||(i[i.length++]=f,o[r]=!0)}}}else i=e;return i.length?1===i.length?(r=d(i[0]),p[r]||(p[r]=i)):i:null}}),v=i({inherits:m,constructor:function(){this.length=0},unlink:function(){return this.map(function(t){return delete p[d(t)],t})},forEach:function(t,e){return r(this,t,e),this},map:function(t,e){return o(this,t,e)},filter:function(t,e){return s(this,t,e)},every:function(t,e){return a(this,t,e)},some:function(t,e){return u(this,t,e)}});e.exports=m},{"mout/array/every":14,"mout/array/filter":15,"mout/array/forEach":16,"mout/array/map":18,"mout/array/some":19,prime:85}],10:[function(t,e,n){"use strict";var i=t("prime/map"),r=t("./events");t("./traversal"),r.implement({delegate:function(t,e,n,o){return this.forEach(function(s){var a=r(s),u=a._delegation||(a._delegation={}),c=u[t]||(u[t]={}),l=c[e]||(c[e]=new i);if(!l.get(n)){var f=function(t){var i,o=r(t.target||t.srcElement),s=o.matches(e)?o:o.parent(e);return s&&(i=n.call(a,t,s)),i};l.set(n,f),a.on(t,f,o)}})},undelegate:function(t,e,n,i){return this.forEach(function(o){var s,a,u,c=r(o);if((s=c._delegation)&&(a=s[t])&&(u=a[e])){var l=u.get(n);if(l){c.off(t,l,i),u.remove(l),u.count()||delete a[e];var f,h=!0,d=!0;for(f in a){h=!1;break}h&&delete s[t];for(f in s){d=!1;break}d&&delete c._delegation}}})}}),e.exports=r},{"./events":11,"./traversal":35,"prime/map":86}],11:[function(t,e,n){"use strict";var i=t("prime/emitter"),r=t("./base"),o=document.documentElement,s=o.addEventListener?function(t,e,n,i){return t.addEventListener(e,n,i||!1),n}:function(t,e,n){return t.attachEvent("on"+e,n),n},a=o.removeEventListener?function(t,e,n,i){t.removeEventListener(e,n,i||!1)}:function(t,e,n){t.detachEvent("on"+e,n)};r.implement({on:function(t,e,n){return this.forEach(function(o){var a=r(o),u=t+(n?":capture":"");i.prototype.on.call(a,u,e);var c=a._domListeners||(a._domListeners={});c[u]||(c[u]=s(o,t,function(t){i.prototype.emit.call(a,u,t||window.event,i.EMIT_SYNC)},n))})},off:function(t,e,n){return this.forEach(function(o){var s,u,c=r(o),l=t+(n?":capture":""),f=c._domListeners,h=c._listeners;if(f&&(s=f[l])&&h&&(u=h[l])&&(i.prototype.off.call(c,l,e),!c._listeners||!c._listeners[t])){a(o,t,s),delete f[t];for(var d in f)return;delete c._domListeners}})},emit:function(){var t=arguments;return this.forEach(function(e){i.prototype.emit.apply(r(e),t)})}}),e.exports=r},{"./base":9,"prime/emitter":84}],12:[function(t,e,n){"use strict";var i=t("./base");t("./attributes"),t("./events"),t("./insertion"),t("./traversal"),t("./delegation"),e.exports=i},{"./attributes":8,"./base":9,"./delegation":10,"./events":11,"./insertion":13,"./traversal":35}],13:[function(t,e,n){"use strict";var i=t("./base");i.implement({appendChild:function(t){return this[0].appendChild(i(t)[0]),this},insertBefore:function(t,e){return this[0].insertBefore(i(t)[0],i(e)[0]),this},removeChild:function(t){return this[0].removeChild(i(t)[0]),this},replaceChild:function(t,e){return this[0].replaceChild(i(t)[0],i(e)[0]),this}}),i.implement({before:function(t){t=i(t)[0];var e=t.parentNode;return e&&this.forEach(function(n){e.insertBefore(n,t)}),this},after:function(t){t=i(t)[0];var e=t.parentNode;return e&&this.forEach(function(n){e.insertBefore(n,t.nextSibling)}),this},bottom:function(t){return t=i(t)[0],this.forEach(function(e){t.appendChild(e)})},top:function(t){return t=i(t)[0],this.forEach(function(e){t.insertBefore(e,t.firstChild)})}}),i.implement({insert:i.prototype.bottom,remove:function(){return this.forEach(function(t){var e=t.parentNode;e&&e.removeChild(t)})},replace:function(t){return t=i(t)[0],t.parentNode.replaceChild(this[0],t),this}}),e.exports=i},{"./base":9}],14:[function(t,e,n){function i(t,e,n){e=r(e,n);var i=!0;if(null==t)return i;for(var o=-1,s=t.length;++o<s;)if(!e(t[o],o,t)){i=!1;break}return i}var r=t("../function/makeIterator_");e.exports=i},{"../function/makeIterator_":21}],15:[function(t,e,n){function i(t,e,n){e=r(e,n);var i=[];if(null==t)return i;for(var o,s=-1,a=t.length;++s<a;)o=t[s],e(o,s,t)&&i.push(o);return i}var r=t("../function/makeIterator_");e.exports=i},{"../function/makeIterator_":21}],16:[function(t,e,n){function i(t,e,n){if(null!=t)for(var i=-1,r=t.length;++i<r&&e.call(n,t[i],i,t)!==!1;);}e.exports=i},{}],17:[function(t,e,n){function i(t,e,n){if(n=n||0,null==t)return-1;for(var i=t.length,r=n<0?i+n:n;r<i;){if(t[r]===e)return r;r++}return-1}e.exports=i},{}],18:[function(t,e,n){function i(t,e,n){e=r(e,n);var i=[];if(null==t)return i;for(var o=-1,s=t.length;++o<s;)i[o]=e(t[o],o,t);return i}var r=t("../function/makeIterator_");e.exports=i},{"../function/makeIterator_":21}],19:[function(t,e,n){function i(t,e,n){e=r(e,n);var i=!1;if(null==t)return i;for(var o=-1,s=t.length;++o<s;)if(e(t[o],o,t)){i=!0;break}return i}var r=t("../function/makeIterator_");e.exports=i},{"../function/makeIterator_":21}],20:[function(t,e,n){function i(t){return t}e.exports=i},{}],21:[function(t,e,n){function i(t,e){if(null==t)return r;switch(typeof t){case"function":return"undefined"!=typeof e?function(n,i,r){return t.call(e,n,i,r)}:t;case"object":return function(e){return s(e,t)};case"string":case"number":return o(t)}}var r=t("./identity"),o=t("./prop"),s=t("../object/deepMatches");e.exports=i},{"../object/deepMatches":27,"./identity":20,"./prop":22}],22:[function(t,e,n){function i(t){return function(e){return e[t]}}e.exports=i},{}],23:[function(t,e,n){var i=t("./isKind"),r=Array.isArray||function(t){return i(t,"Array")};e.exports=r},{"./isKind":24}],24:[function(t,e,n){function i(t,e){return r(t)===e}var r=t("./kindOf");e.exports=i},{"./kindOf":25}],25:[function(t,e,n){function i(t){return null===t?"Null":t===r?"Undefined":o.exec(s.call(t))[1]}var r,o=/^\[object (.*)\]$/,s=Object.prototype.toString;e.exports=i},{}],26:[function(t,e,n){function i(t){return null==t?"":t.toString()}e.exports=i},{}],27:[function(t,e,n){function i(t,e){for(var n=-1,i=t.length;++n<i;)if(s(t[n],e))return!0;return!1}function r(t,e){for(var n=-1,r=e.length;++n<r;)if(!i(t,e[n]))return!1;return!0}function o(t,e){var n=!0;return a(e,function(e,i){if(!s(t[i],e))return n=!1}),n}function s(t,e){return t&&"object"==typeof t?u(t)&&u(e)?r(t,e):o(t,e):t===e}var a=t("./forOwn"),u=t("../lang/isArray");e.exports=s},{"../lang/isArray":23,"./forOwn":29}],28:[function(t,e,n){function i(){a=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],s=!0;for(var t in{toString:null})s=!1}function r(t,e,n){var r,c=0;null==s&&i();for(r in t)if(o(e,t,r,n)===!1)break;if(s)for(var l=t.constructor,f=!!l&&t===l.prototype;(r=a[c++])&&("constructor"===r&&(f||!u(t,r))||t[r]===Object.prototype[r]||o(e,t,r,n)!==!1););}function o(t,e,n,i){return t.call(i,e[n],n,e)}var s,a,u=t("./hasOwn");e.exports=r},{"./hasOwn":30}],29:[function(t,e,n){function i(t,e,n){o(t,function(i,o){if(r(t,o))return e.call(n,t[o],o,t)})}var r=t("./hasOwn"),o=t("./forIn");e.exports=i},{"./forIn":28,"./hasOwn":30}],30:[function(t,e,n){function i(t,e){return Object.prototype.hasOwnProperty.call(t,e)}e.exports=i},{}],31:[function(t,e,n){e.exports=[" ","\n","\r","\t","\f","\v"," "," ","᠎"," "," "," "," "," "," "," "," "," "," "," ","\u2028","\u2029"," "," "," "]},{}],32:[function(t,e,n){function i(t,e){t=r(t),e=e||o;for(var n,i,s=0,a=t.length,u=e.length,c=!0;c&&s<a;)for(c=!1,n=-1,i=t.charAt(s);++n<u;)if(i===e[n]){c=!0,s++;break}return s>=a?"":t.substr(s,a)}var r=t("../lang/toString"),o=t("./WHITE_SPACES");e.exports=i},{"../lang/toString":26,"./WHITE_SPACES":31}],33:[function(t,e,n){function i(t,e){t=r(t),e=e||o;for(var n,i,s=t.length-1,a=e.length,u=!0;u&&s>=0;)for(u=!1,n=-1,i=t.charAt(s);++n<a;)if(i===e[n]){u=!0,s--;break}return s>=0?t.substring(0,s+1):""}var r=t("../lang/toString"),o=t("./WHITE_SPACES");e.exports=i},{"../lang/toString":26,"./WHITE_SPACES":31}],34:[function(t,e,n){function i(t,e){return t=r(t),e=e||o,s(a(t,e),e)}var r=t("../lang/toString"),o=t("./WHITE_SPACES"),s=t("./ltrim"),a=t("./rtrim");e.exports=i},{"../lang/toString":26,"./WHITE_SPACES":31,"./ltrim":32,"./rtrim":33}],35:[function(t,e,n){"use strict";var i=t("mout/array/map"),r=t("slick"),o=t("./base"),s=function(t,e){return i(r.parse(e||"*"),function(e){return t+" "+e}).join(", ")},a=Array.prototype.push;o.implement({search:function(t){if(1===this.length)return o(r.search(t,this[0],new o));for(var e,n=[],i=0;e=this[i];i++)a.apply(n,r.search(t,e));return n=o(n),n&&n.sort()},find:function(t){if(1===this.length)return o(r.find(t,this[0]));for(var e,n=0;e=this[n];n++){var i=r.find(t,e);if(i)return o(i)}return null},sort:function(){return r.sort(this)},matches:function(t){return r.matches(this[0],t)},contains:function(t){return r.contains(this[0],t)},nextSiblings:function(t){return this.search(s("~",t))},nextSibling:function(t){return this.find(s("+",t))},previousSiblings:function(t){return this.search(s("!~",t))},previousSibling:function(t){return this.find(s("!+",t))},children:function(t){return this.search(s(">",t))},firstChild:function(t){return this.find(s("^",t))},lastChild:function(t){return this.find(s("!^",t))},parent:function(t){var e=[];t:for(var n,i=0;n=this[i];i++)for(;(n=n.parentNode)&&n!==document;)if(!t||r.matches(n,t)){e.push(n);break t}return o(e)},parents:function(t){for(var e,n=[],i=0;e=this[i];i++)for(;(e=e.parentNode)&&e!==document;)t&&!r.matches(e,t)||n.push(e);return o(n)}}),e.exports=o},{"./base":9,"mout/array/map":18,slick:97}],36:[function(t,e,n){"use strict";var i=t("mout/array/forEach"),r=t("mout/array/map"),o=t("slick/parser"),s=t("./base");e.exports=function(t,e){return s(r(o(t),function(t){var n,r;return i(t,function(t,o){var a=(e||document).createElement(t.tag);if(t.id&&(a.id=t.id),t.classList&&(a.className=t.classList.join(" ")),t.attributes&&i(t.attributes,function(t){a.setAttribute(t.name,t.value||"")}),t.pseudos&&i(t.pseudos,function(t){var e=s(a),n=e[t.name];n&&n.call(e,t.value)}),0===o)r=a;else if(" "===t.combinator)n.appendChild(a);else if("+"===t.combinator){var u=n.parentNode;u&&u.appendChild(a)}n=a}),r}))}},{"./base":9,"mout/array/forEach":16,"mout/array/map":18,"slick/parser":98}],37:[function(t,e,n){arguments[4][16][0].apply(n,arguments)},{dup:16}],38:[function(t,e,n){arguments[4][18][0].apply(n,arguments)},{"../function/makeIterator_":42,dup:18}],39:[function(t,e,n){function i(t,e,n){var i=t.length;e=null==e?0:e<0?Math.max(i+e,0):Math.min(e,i),n=null==n?i:n<0?Math.max(i+n,0):Math.min(n,i);for(var r=[];e<n;)r.push(t[e++]);return r}e.exports=i},{}],40:[function(t,e,n){function i(t,e,n){var i=r(arguments,2);return function(){return t.apply(e,i.concat(r(arguments)))}}var r=t("../array/slice");e.exports=i},{"../array/slice":39}],41:[function(t,e,n){arguments[4][20][0].apply(n,arguments)},{dup:20}],42:[function(t,e,n){arguments[4][21][0].apply(n,arguments)},{"../object/deepMatches":53,"./identity":41,"./prop":43,dup:21}],43:[function(t,e,n){arguments[4][22][0].apply(n,arguments)},{dup:22}],44:[function(t,e,n){function i(t,e,n){var i=r(arguments,3);return setTimeout(function(){t.apply(n,i)},e)}var r=t("../array/slice");e.exports=i},{"../array/slice":39}],45:[function(t,e,n){arguments[4][23][0].apply(n,arguments)},{"./isKind":46,dup:23}],46:[function(t,e,n){arguments[4][24][0].apply(n,arguments)},{"./kindOf":47,dup:24}],47:[function(t,e,n){arguments[4][25][0].apply(n,arguments)},{dup:25}],48:[function(t,e,n){arguments[4][26][0].apply(n,arguments)},{dup:26}],49:[function(t,e,n){function i(t,e,n){return t<e?e:t>n?n:t}e.exports=i},{}],50:[function(t,e,n){function i(t,e,n){return e+(n-e)*t}e.exports=i},{}],51:[function(t,e,n){function i(t,e,n,i,s){return r(o(t,e,n),i,s)}var r=t("./lerp"),o=t("./norm");e.exports=i},{"./lerp":50,"./norm":52}],52:[function(t,e,n){function i(t,e,n){if(t<e||t>n)throw new RangeError("value ("+t+") must be between "+e+" and "+n);return t===n?1:(t-e)/(n-e)}e.exports=i},{}],53:[function(t,e,n){function i(t,e){for(var n=-1,i=t.length;++n<i;)if(s(t[n],e))return!0;return!1}function r(t,e){for(var n=-1,r=e.length;++n<r;)if(!i(t,e[n]))return!1;return!0}function o(t,e){var n=!0;return a(e,function(e,i){if(!s(t[i],e))return n=!1}),n}function s(t,e){return t&&"object"==typeof t&&e&&"object"==typeof e?u(t)&&u(e)?r(t,e):o(t,e):t===e}var a=t("./forOwn"),u=t("../lang/isArray");e.exports=s},{"../lang/isArray":45,"./forOwn":55}],54:[function(t,e,n){arguments[4][28][0].apply(n,arguments)},{"./hasOwn":56,dup:28}],55:[function(t,e,n){arguments[4][29][0].apply(n,arguments)},{"./forIn":54,"./hasOwn":56,dup:29}],56:[function(t,e,n){arguments[4][30][0].apply(n,arguments)},{dup:30}],57:[function(t,e,n){arguments[4][31][0].apply(n,arguments)},{dup:31}],58:[function(t,e,n){arguments[4][32][0].apply(n,arguments)},{"../lang/toString":48,"./WHITE_SPACES":57,dup:32}],59:[function(t,e,n){arguments[4][33][0].apply(n,arguments)},{"../lang/toString":48,"./WHITE_SPACES":57,dup:33}],60:[function(t,e,n){arguments[4][34][0].apply(n,arguments)},{"../lang/toString":48,"./WHITE_SPACES":57,"./ltrim":58,"./rtrim":59,dup:34}],61:[function(t,e,n){arguments[4][39][0].apply(n,arguments)},{dup:39}],62:[function(t,e,n){arguments[4][40][0].apply(n,arguments)},{"../array/slice":61,dup:40}],63:[function(t,e,n){function i(t){switch(u(t)){case"Object":return r(t);case"Array":return a(t);case"RegExp":return o(t);case"Date":return s(t);default:return t}}function r(t){return c(t)?l({},t):t}function o(t){var e="";return e+=t.multiline?"m":"",e+=t.global?"g":"",e+=t.ignorecase?"i":"",new RegExp(t.source,e)}function s(t){return new Date((+t))}function a(t){return t.slice()}var u=t("./kindOf"),c=t("./isPlainObject"),l=t("../object/mixIn");e.exports=i},{"../object/mixIn":73,"./isPlainObject":67,"./kindOf":68}],64:[function(t,e,n){function i(t,e){switch(u(t)){case"Object":return r(t,e);case"Array":return o(t,e);default:return s(t)}}function r(t,e){if(c(t)){var n={};return a(t,function(t,n){this[n]=i(t,e)},n),n}return e?e(t):t}function o(t,e){for(var n=[],r=-1,o=t.length;++r<o;)n[r]=i(t[r],e);return n}var s=t("./clone"),a=t("../object/forOwn"),u=t("./kindOf"),c=t("./isPlainObject");e.exports=i},{"../object/forOwn":70,"./clone":63,"./isPlainObject":67,"./kindOf":68}],65:[function(t,e,n){arguments[4][24][0].apply(n,arguments)},{"./kindOf":68,dup:24}],66:[function(t,e,n){function i(t){return r(t,"Object")}var r=t("./isKind");e.exports=i},{"./isKind":65}],67:[function(t,e,n){function i(t){return!!t&&"object"==typeof t&&t.constructor===Object}e.exports=i},{}],68:[function(t,e,n){arguments[4][25][0].apply(n,arguments)},{dup:25}],69:[function(t,e,n){arguments[4][28][0].apply(n,arguments)},{"./hasOwn":71,dup:28}],70:[function(t,e,n){arguments[4][29][0].apply(n,arguments)},{"./forIn":69,"./hasOwn":71,dup:29}],71:[function(t,e,n){arguments[4][30][0].apply(n,arguments)},{dup:30}],72:[function(t,e,n){function i(){var t,e,n,a,u=1;for(a=o(arguments[0]);n=arguments[u++];)for(t in n)r(n,t)&&(e=n[t],s(e)&&s(a[t])?a[t]=i(a[t],e):a[t]=o(e));return a}var r=t("./hasOwn"),o=t("../lang/deepClone"),s=t("../lang/isObject");e.exports=i},{"../lang/deepClone":64,"../lang/isObject":66,"./hasOwn":71}],73:[function(t,e,n){function i(t,e){for(var n,i=0,s=arguments.length;++i<s;)n=arguments[i],null!=n&&o(n,r,t);return t}function r(t,e){this[e]=t}var o=t("./forOwn");e.exports=i},{"./forOwn":70}],74:[function(t,e,n){"use strict";var i=t("mout/object/hasOwn"),r=t("mout/object/mixIn"),o=t("mout/lang/createObject"),s=t("mout/lang/kindOf"),a=!0;try{Object.defineProperty({},"~",{}),Object.getOwnPropertyDescriptor({},"~")}catch(t){a=!1}var u=!{valueOf:0}.propertyIsEnumerable("valueOf"),c=["toString","valueOf"],l=/^constructor|inherits|mixin$/,f=function(t){var e=this.prototype;for(var n in t)if(!n.match(l)){if(a){var i=Object.getOwnPropertyDescriptor(t,n);if(i){Object.defineProperty(e,n,i);continue}}e[n]=t[n]}if(u)for(var r=0;n=c[r];r++){var o=t[n];o!==Object.prototype[n]&&(e[n]=o)}return this},h=function(t){"Function"===s(t)&&(t={constructor:t});var e=t.inherits,n=i(t,"constructor")?t.constructor:e?function(){return e.apply(this,arguments)}:function(){};if(e){r(n,e);var a=e.prototype,u=n.prototype=o(a);n.parent=a,u.constructor=n}n.implement||(n.implement=f);var c=t.mixin;if(c){"Array"!==s(c)&&(c=[c]);for(var l=0;l<c.length;l++)n.implement(o(c[l].prototype))}return n.implement(t)};e.exports=h},{"mout/lang/createObject":75,"mout/lang/kindOf":76,"mout/object/hasOwn":79,"mout/object/mixIn":80}],75:[function(t,e,n){function i(t,e){function n(){}return n.prototype=t,r(new n,e)}var r=t("../object/mixIn");e.exports=i},{"../object/mixIn":80}],76:[function(t,e,n){arguments[4][25][0].apply(n,arguments)},{dup:25}],77:[function(t,e,n){arguments[4][28][0].apply(n,arguments)},{"./hasOwn":79,dup:28}],78:[function(t,e,n){arguments[4][29][0].apply(n,arguments)},{"./forIn":77,"./hasOwn":79,dup:29}],79:[function(t,e,n){arguments[4][30][0].apply(n,arguments)},{dup:30}],80:[function(t,e,n){arguments[4][73][0].apply(n,arguments)},{"./forOwn":78,dup:73}],81:[function(t,e,n){"use strict";var i=t("prime"),r=t("mout/function/bind"),o=i({bound:function(t){var e=this._bound||(this._bound={});return e[t]||(e[t]=r(this[t],this))}});e.exports=o},{"mout/function/bind":62,prime:74}],82:[function(t,e,n){"use strict";var i=t("prime"),r=t("mout/object/merge"),o=i({setOptions:function(t){var e=[{},this.options];return e.push.apply(e,arguments),this.options=r.apply(null,e),this}});e.exports=o},{"mout/object/merge":72,prime:74}],83:[function(t,e,n){(function(n,i){"use strict";var r=t("mout/lang/kindOf"),o=t("mout/time/now"),s=t("mout/array/forEach"),a=t("mout/array/indexOf"),u={timeout:{},frame:[],immediate:[]},c=function(t,e,n,i){var r=function(){l(t)};t.length||i(r);var o={callback:e,context:n};return t.push(o),function(){var e=a(t,o);e>-1&&t.splice(e,1)}},l=function(t){var e=o();s(t.splice(0),function(t){t.callback.call(t.context,e)})},f=function(t,e,n){return"Number"===r(e)?f.timeout(t,e,n):f.immediate(t,e)};i.process&&n.nextTick?f.immediate=function(t,e){return c(u.immediate,t,e,n.nextTick)}:i.setImmediate?f.immediate=function(t,e){return c(u.immediate,t,e,setImmediate)}:i.postMessage&&i.addEventListener?(addEventListener("message",function(t){t.source===i&&"@deferred"===t.data&&(t.stopPropagation(),l(u.immediate))},!0),f.immediate=function(t,e){return c(u.immediate,t,e,function(){postMessage("@deferred","*")})}):f.immediate=function(t,e){return c(u.immediate,t,e,function(t){setTimeout(t,0)})};var h=i.requestAnimationFrame||i.webkitRequestAnimationFrame||i.mozRequestAnimationFrame||i.oRequestAnimationFrame||i.msRequestAnimationFrame||function(t){setTimeout(t,1e3/60)};f.frame=function(t,e){return c(u.frame,t,e,h)};var d;f.timeout=function(t,e,n){var i=u.timeout;return d||(d=f.immediate(function(){d=null,u.timeout={}})),c(i[e]||(i[e]=[]),t,n,function(t){setTimeout(t,e)})},e.exports=f}).call(this,t("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{_process:99,"mout/array/forEach":87,"mout/array/indexOf":88,"mout/lang/kindOf":90,"mout/time/now":95}],84:[function(t,e,n){"use strict";var i=t("mout/array/indexOf"),r=t("mout/array/forEach"),o=t("./index"),s=t("./defer"),a=Array.prototype.slice,u=o({constructor:function(t){this._stoppable=t},on:function(t,e){var n=this._listeners||(this._listeners={}),r=n[t]||(n[t]=[]);return i(r,e)===-1&&r.push(e),this},off:function(t,e){var n,r=this._listeners;if(r&&(n=r[t])){var o=i(n,e);o>-1&&n.splice(o,1),n.length||delete r[t];for(var s in r)return this;delete this._listeners}return this},emit:function(t){var e=this,n=a.call(arguments,1),i=function(){var i,o=e._listeners;o&&(i=o[t])&&r(i.slice(0),function(t){var i=t.apply(e,n);if(e._stoppable)return i})};return n[n.length-1]===u.EMIT_SYNC?(n.pop(),i()):s(i),this}});u.EMIT_SYNC={},e.exports=u},{"./defer":83,"./index":85,"mout/array/forEach":87,"mout/array/indexOf":88}],85:[function(t,e,n){"use strict";var i=t("mout/object/hasOwn"),r=t("mout/object/mixIn"),o=t("mout/lang/createObject"),s=t("mout/lang/kindOf"),a=!0;try{Object.defineProperty({},"~",{}),Object.getOwnPropertyDescriptor({},"~")}catch(t){a=!1}var u=!{valueOf:0}.propertyIsEnumerable("valueOf"),c=["toString","valueOf"],l=/^constructor|inherits|mixin$/,f=function(t){var e=this.prototype;for(var n in t)if(!n.match(l)){if(a){var i=Object.getOwnPropertyDescriptor(t,n);if(i){Object.defineProperty(e,n,i);continue}}e[n]=t[n]}if(u)for(var r=0;n=c[r];r++){var o=t[n];o!==Object.prototype[n]&&(e[n]=o)}return this},h=function(t){"Function"===s(t)&&(t={constructor:t});var e=t.inherits,n=i(t,"constructor")?t.constructor:e?function(){return e.apply(this,arguments)}:function(){};if(e){r(n,e);var a=e.prototype,u=n.prototype=o(a);n.parent=a,u.constructor=n}n.implement||(n.implement=f);var c=t.mixin;if(c){"Array"!==s(c)&&(c=[c]);for(var l=0;l<c.length;l++)n.implement(o(c[l].prototype))}return n.implement(t)};e.exports=h},{"mout/lang/createObject":89,"mout/lang/kindOf":90,"mout/object/hasOwn":93,"mout/object/mixIn":94}],86:[function(t,e,n){"use strict";var i=t("mout/array/indexOf"),r=t("./index"),o=r({constructor:function(){this.length=0,this._values=[],this._keys=[]},set:function(t,e){var n=i(this._keys,t);return n===-1?(this._keys.push(t),this._values.push(e),this.length++):this._values[n]=e,this},get:function(t){var e=i(this._keys,t);return e===-1?null:this._values[e]},count:function(){return this.length},forEach:function(t,e){for(var n=0,i=this.length;n<i&&t.call(e,this._values[n],this._keys[n],this)!==!1;n++);return this},map:function(t,e){var n=new o;return this.forEach(function(i,r){n.set(r,t.call(e,i,r,this))},this),n},filter:function(t,e){var n=new o;return this.forEach(function(i,r){t.call(e,i,r,this)&&n.set(r,i)},this),n},every:function(t,e){var n=!0;return this.forEach(function(i,r){if(!t.call(e,i,r,this))return n=!1},this),n},some:function(t,e){var n=!1;return this.forEach(function(i,r){if(t.call(e,i,r,this))return!(n=!0)},this),n},indexOf:function(t){var e=i(this._values,t);return e>-1?this._keys[e]:null},remove:function(t){var e=i(this._values,t);return e!==-1?(this._values.splice(e,1),this.length--,this._keys.splice(e,1)[0]):null},unset:function(t){var e=i(this._keys,t);return e!==-1?(this._keys.splice(e,1),this.length--,this._values.splice(e,1)[0]):null},keys:function(){return this._keys.slice()},values:function(){return this._values.slice()}}),s=function(){return new o};s.prototype=o.prototype,e.exports=s},{"./index":85,"mout/array/indexOf":88}],87:[function(t,e,n){arguments[4][16][0].apply(n,arguments)},{dup:16}],88:[function(t,e,n){arguments[4][17][0].apply(n,arguments)},{dup:17}],89:[function(t,e,n){arguments[4][75][0].apply(n,arguments)},{"../object/mixIn":94,dup:75}],90:[function(t,e,n){arguments[4][25][0].apply(n,arguments)},{dup:25}],91:[function(t,e,n){arguments[4][28][0].apply(n,arguments)},{"./hasOwn":93,dup:28}],92:[function(t,e,n){arguments[4][29][0].apply(n,arguments)},{"./forIn":91,"./hasOwn":93,dup:29}],93:[function(t,e,n){arguments[4][30][0].apply(n,arguments)},{dup:30}],94:[function(t,e,n){arguments[4][73][0].apply(n,arguments)},{"./forOwn":92,dup:73}],95:[function(t,e,n){function i(){return i.get()}i.get="function"==typeof Date.now?Date.now:function(){return+new Date},e.exports=i},{}],96:[function(t,e,n){"use strict";var i=t("./parser"),r=0,o=document.__counter=(parseInt(document.__counter||-1,36)+1).toString(36),s="uid:"+o,a=function(t,e){if(t===window)return"window";if(t===document)return"document";if(t===document.documentElement)return"html";if(e){var n=t.getAttribute(s);return n||(n=(r++).toString(36),t.setAttribute(s,n)),n}return t[s]||(t[s]=(r++).toString(36))},u=function(t){return a(t,!0)},c=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)},l=0,f={GET_ELEMENT_BY_ID:function(t,e){return e="slick_"+l++,t.innerHTML='<a id="'+e+'"></a>',!!this.getElementById(e)},QUERY_SELECTOR:function(t){return t.innerHTML="_<style>:nth-child(2){}</style>",t.innerHTML='<a class="MiX"></a>',1===t.querySelectorAll(".MiX").length},EXPANDOS:function(t,e){return e="slick_"+l++,t._custom_property_=e,t._custom_property_===e},MATCHES_SELECTOR:function(t){t.className="MiX";var e=t.matchesSelector||t.mozMatchesSelector||t.webkitMatchesSelector;if(e)try{e.call(t,":slick")}catch(n){return!!e.call(t,".MiX")&&e}return!1},GET_ELEMENTS_BY_CLASS_NAME:function(t){return t.innerHTML='<a class="f"></a><a class="b"></a>',1===t.getElementsByClassName("b").length&&(t.firstChild.className="b",2===t.getElementsByClassName("b").length&&(t.innerHTML='<a class="a"></a><a class="f b a"></a>',2===t.getElementsByClassName("a").length))},GET_ATTRIBUTE:function(t){var e="fus ro dah";return t.innerHTML='<a class="'+e+'"></a>',t.firstChild.getAttribute("class")===e}},h=function(t){this.document=t;var e=this.root=t.documentElement;this.tested={},this.uniqueID=this.has("EXPANDOS")?a:u,this.getAttribute=this.has("GET_ATTRIBUTE")?function(t,e){return t.getAttribute(e)}:function(t,e){return t=t.getAttributeNode(e),t&&t.specified?t.value:null},this.hasAttribute=e.hasAttribute?function(t,e){return t.hasAttribute(e)}:function(t,e){return t=t.getAttributeNode(e),!(!t||!t.specified)},this.contains=t.contains&&e.contains?function(t,e){return t.contains(e)}:e.compareDocumentPosition?function(t,e){return t===e||!!(16&t.compareDocumentPosition(e))}:function(t,e){do if(e===t)return!0;while(e=e.parentNode);return!1},this.sorter=e.compareDocumentPosition?function(t,e){return t.compareDocumentPosition&&e.compareDocumentPosition?4&t.compareDocumentPosition(e)?-1:t===e?0:1:0}:"sourceIndex"in e?function(t,e){return t.sourceIndex&&e.sourceIndex?t.sourceIndex-e.sourceIndex:0}:t.createRange?function(t,e){if(!t.ownerDocument||!e.ownerDocument)return 0;var n=t.ownerDocument.createRange(),i=e.ownerDocument.createRange();return n.setStart(t,0),n.setEnd(t,0),i.setStart(e,0),i.setEnd(e,0),n.compareBoundaryPoints(Range.START_TO_END,i)}:null,this.failed={};var n=this.has("MATCHES_SELECTOR");n&&(this.matchesSelector=function(t,e){if(this.failed[e])return null;try{return n.call(t,e)}catch(t){return g.debug&&console.warn("matchesSelector failed on "+e),this.failed[e]=!0,null}}),this.has("QUERY_SELECTOR")&&(this.querySelectorAll=function(t,e){if(this.failed[e])return!0;var n,i,r,o,s;if(t!==this.document&&(o=e[0].combinator,i=t.getAttribute("id"),r=e,i||(s=t,i="__slick__",s.setAttribute("id",i)),e="#"+i+" "+r,(o.indexOf("~")>-1||o.indexOf("+")>-1)&&(t=t.parentNode,t||(n=!0))),!n)try{n=t.querySelectorAll(e.toString())}catch(t){g.debug&&console.warn("querySelectorAll failed on "+(r||e)),n=this.failed[r||e]=!0}return s&&s.removeAttribute("id"),n})};h.prototype.has=function(t){var e=this.tested,n=e[t];if(null!=n)return n;var i=this.root,r=this.document,o=r.createElement("div");o.setAttribute("style","display: none;"),i.appendChild(o);var s=f[t],a=!1;if(s)try{a=s.call(r,o)}catch(t){}return g.debug&&!a&&console.warn("document has no "+t),i.removeChild(o),e[t]=a};var d={" ":function(t,e,n){var i,r,o=!e.id,s=!e.tag,a=!e.classes;if(e.id&&t.getElementById&&this.has("GET_ELEMENT_BY_ID")&&(i=t.getElementById(e.id),i&&i.getAttribute("id")===e.id&&(r=[i],o=!0,"*"===e.tag&&(s=!0))),!r&&(e.classes&&t.getElementsByClassName&&this.has("GET_ELEMENTS_BY_CLASS_NAME")?(r=t.getElementsByClassName(e.classList),a=!0,"*"===e.tag&&(s=!0)):(r=t.getElementsByTagName(e.tag),"*"!==e.tag&&(s=!0)),!r||!r.length))return!1;for(var u=0;i=r[u++];)(s&&o&&a&&!e.attributes&&!e.pseudos||this.match(i,e,s,o,a))&&n(i);return!0},">":function(t,e,n){if(t=t.firstChild)do 1==t.nodeType&&this.match(t,e)&&n(t);while(t=t.nextSibling)},"+":function(t,e,n){for(;t=t.nextSibling;)if(1==t.nodeType){this.match(t,e)&&n(t);break}},"^":function(t,e,n){t=t.firstChild,t&&(1===t.nodeType?this.match(t,e)&&n(t):d["+"].call(this,t,e,n))},"~":function(t,e,n){for(;t=t.nextSibling;)1===t.nodeType&&this.match(t,e)&&n(t)},"++":function(t,e,n){d["+"].call(this,t,e,n),d["!+"].call(this,t,e,n)},"~~":function(t,e,n){d["~"].call(this,t,e,n),d["!~"].call(this,t,e,n)},"!":function(t,e,n){for(;t=t.parentNode;)t!==this.document&&this.match(t,e)&&n(t)},"!>":function(t,e,n){t=t.parentNode,t!==this.document&&this.match(t,e)&&n(t)},"!+":function(t,e,n){for(;t=t.previousSibling;)if(1==t.nodeType){this.match(t,e)&&n(t);break}},"!^":function(t,e,n){t=t.lastChild,t&&(1==t.nodeType?this.match(t,e)&&n(t):d["!+"].call(this,t,e,n))},"!~":function(t,e,n){for(;t=t.previousSibling;)1===t.nodeType&&this.match(t,e)&&n(t)}};h.prototype.search=function(t,e,n){t?!t.nodeType&&t.document&&(t=t.document):t=this.document;var r=i(e);if(!r||!r.length)throw new Error("invalid expression");n||(n=[]);var o,s=c(n)?function(t){n[n.length]=t}:function(t){n[n.length++]=t};if(r.length>1){o={};var u=s;s=function(t){var e=a(t);o[e]||(o[e]=!0,u(t))}}var l,f,h;t:for(var p=0;e=r[p++];)if(g.noQSA||!this.querySelectorAll||(f=this.querySelectorAll(t,e),f===!0))if(1===e.length)h=e[0],d[h.combinator].call(this,t,h,s);else{for(var m,v,y,b=[t],w=function(t){var e=a(t);y[e]||(y[e]=!0,v[v.length]=t)},E=0;h=e[E++];){v=[],y={};for(var x=0;m=b[x++];)d[h.combinator].call(this,m,h,w);if(!v.length)continue t;b=v}if(0===p)n=v;else for(var C=0;C<v.length;C++)s(v[C])}else if(f&&f.length)for(var E=0;l=f[E++];)l.nodeName>"@"&&s(l);return o&&n&&n.length>1&&this.sort(n),n},h.prototype.sort=function(t){return this.sorter?Array.prototype.sort.call(t,this.sorter):t};var p={empty:function(){return!(this&&1===this.nodeType||(this.innerText||this.textContent||"").length)},not:function(t){return!g.matches(this,t)},contains:function(t){return(this.innerText||this.textContent||"").indexOf(t)>-1},"first-child":function(){for(var t=this;t=t.previousSibling;)if(1==t.nodeType)return!1;return!0},"last-child":function(){for(var t=this;t=t.nextSibling;)if(1==t.nodeType)return!1;return!0},"only-child":function(){for(var t=this;t=t.previousSibling;)if(1==t.nodeType)return!1;for(var e=this;e=e.nextSibling;)if(1==e.nodeType)return!1;return!0},"first-of-type":function(){for(var t=this,e=t.nodeName;t=t.previousSibling;)if(t.nodeName==e)return!1;return!0},"last-of-type":function(){for(var t=this,e=t.nodeName;t=t.nextSibling;)if(t.nodeName==e)return!1;return!0},"only-of-type":function(){for(var t=this,e=this.nodeName;t=t.previousSibling;)if(t.nodeName==e)return!1;for(var n=this;n=n.nextSibling;)if(n.nodeName==e)return!1;return!0},enabled:function(){return!this.disabled},disabled:function(){return this.disabled},checked:function(){return this.checked||this.selected},selected:function(){return this.selected},focus:function(){var t=this.ownerDocument;return t.activeElement===this&&(this.href||this.type||g.hasAttribute(this,"tabindex"))},root:function(){return this===this.ownerDocument.documentElement}};h.prototype.match=function(t,e,n,i,r){if(!g.noQSA&&this.matchesSelector){var o=this.matchesSelector(t,e);if(null!==o)return o}if(!n&&e.tag){var s=t.nodeName.toLowerCase();if("*"===e.tag){if(s<"@")return!1}else if(s!=e.tag)return!1}if(!i&&e.id&&t.getAttribute("id")!==e.id)return!1;var a,u;if(!r&&e.classes){var c=this.getAttribute(t,"class");if(!c)return!1;for(u in e.classes)if(!RegExp("(^|\\s)"+e.classes[u]+"(\\s|$)").test(c))return!1}var l,f;if(e.attributes)for(a=0;u=e.attributes[a++];){var h=u.operator,d=u.escapedValue;if(l=u.name,f=u.value,h){var m=this.getAttribute(t,l);if(null==m)return!1;switch(h){case"^=":if(!RegExp("^"+d).test(m))return!1;break;case"$=":if(!RegExp(d+"$").test(m))return!1;break;case"~=":if(!RegExp("(^|\\s)"+d+"(\\s|$)").test(m))return!1;break;case"|=":if(!RegExp("^"+d+"(-|$)").test(m))return!1;break;case"=":if(m!==f)return!1;break;case"*=":if(m.indexOf(f)===-1)return!1;break;default:return!1}}else if(!this.hasAttribute(t,l))return!1}if(e.pseudos)for(a=0;u=e.pseudos[a++];){if(l=u.name,f=u.value,p[l])return p[l].call(t,f);if(null!=f){if(this.getAttribute(t,l)!==f)return!1}else if(!this.hasAttribute(t,l))return!1}return!0},h.prototype.matches=function(t,e){var n=i(e);if(1===n.length&&1===n[0].length)return this.match(t,n[0][0]);if(!g.noQSA&&this.matchesSelector){var r=this.matchesSelector(t,n);if(null!==r)return r}for(var o,s=this.search(this.document,e,{length:0}),a=0;o=s[a++];)if(t===o)return!0;return!1};var m={},v=function(t){var e=t||document;if(e.ownerDocument?e=e.ownerDocument:e.document&&(e=e.document),9!==e.nodeType)throw new TypeError("invalid document");var n=a(e);return m[n]||(m[n]=new h(e))},g=function(t,e){return g.search(t,e)};g.search=function(t,e,n){return v(e).search(e,t,n)},g.find=function(t,e){return v(e).search(e,t)[0]||null},g.getAttribute=function(t,e){return v(t).getAttribute(t,e)},g.hasAttribute=function(t,e){return v(t).hasAttribute(t,e)},g.contains=function(t,e){return v(t).contains(t,e)},g.matches=function(t,e){return v(t).matches(t,e)},g.sort=function(t){return t&&t.length>1&&v(t[0]).sort(t),t},g.parse=i,e.exports=g},{"./parser":98}],97:[function(t,e,n){(function(n){"use strict";e.exports="document"in n?t("./finder"):{parse:t("./parser")}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./finder":96,"./parser":98}],98:[function(t,e,n){"use strict";var i=/([-.*+?^${}()|[\]\/\\])/g,r=/\\/g,o=function(t){return(t+"").replace(i,"\\$1")},s=function(t){return(t+"").replace(r,"")},a=RegExp("^(?:\\s*(,)\\s*|\\s*(<combinator>+)\\s*|(\\s+)|(<unicode>+|\\*)|\\#(<unicode>+)|\\.(<unicode>+)|\\[\\s*(<unicode1>+)(?:\\s*([*^$!~|]?=)(?:\\s*(?:([\"']?)(.*?)\\9)))?\\s*\\](?!\\])|(:+)(<unicode>+)(?:\\((?:(?:([\"'])([^\\13]*)\\13)|((?:\\([^)]+\\)|[^()]*)+))\\))?)".replace(/<combinator>/,"["+o(">+~`!@$%^&={}\\;</")+"]").replace(/<unicode>/g,"(?:[\\w\\u00a1-\\uFFFF-]|\\\\[^\\s0-9a-f])").replace(/<unicode1>/g,"(?:[:\\w\\u00a1-\\uFFFF-]|\\\\[^\\s0-9a-f])")),u=function(t){this.combinator=t||" ",this.tag="*"};u.prototype.toString=function(){if(!this.raw){var t,e,n="";if(n+=this.tag||"*",this.id&&(n+="#"+this.id),this.classes&&(n+="."+this.classList.join(".")),this.attributes)for(t=0;e=this.attributes[t++];)n+="["+e.name+(e.operator?e.operator+'"'+e.value+'"':"")+"]";if(this.pseudos)for(t=0;e=this.pseudos[t++];)n+=":"+e.name,e.value&&(n+="("+e.value+")");this.raw=n}return this.raw};var c=function(){this.length=0};c.prototype.toString=function(){if(!this.raw){for(var t,e="",n=0;t=this[n++];)1!==n&&(e+=" ")," "!==t.combinator&&(e+=t.combinator+" "),e+=t;this.raw=e}return this.raw};var l=function(t,e,n,i,r,a,l,f,h,d,p,m,v,g,y,b){var w,E;if((e||!this.length)&&(w=this[this.length++]=new c,e))return"";if(w||(w=this[this.length-1]),(n||i||!w.length)&&(E=w[w.length++]=new u(n)),E||(E=w[w.length-1]),r)E.tag=s(r);else if(a)E.id=s(a);else if(l){var x=s(l),C=E.classes||(E.classes={});if(!C[x]){C[x]=o(l);var _=E.classList||(E.classList=[]);_.push(x),_.sort()}}else v?(b=b||y,(E.pseudos||(E.pseudos=[])).push({type:1==m.length?"class":"element",name:s(v),escapedName:o(v),value:b?s(b):null,escapedValue:b?o(b):null})):f&&(p=p?o(p):null,(E.attributes||(E.attributes=[])).push({operator:h,name:s(f),escapedName:o(f),value:p?s(p):null,escapedValue:p?o(p):null}));return""},f=function(t){this.length=0;for(var e,n=this,i=t;t;){if(e=t.replace(a,function(){return l.apply(n,arguments)}),e===t)throw new Error(i+" is an invalid expression");t=e}};f.prototype.toString=function(){if(!this.raw){for(var t,e=[],n=0;t=this[n++];)e.push(t);this.raw=e.join(", ")}return this.raw};var h={},d=function(t){return null==t?null:(t=(""+t).replace(/^\s+|\s+$/g,""),h[t]||(h[t]=new f(t)))};e.exports=d},{}],99:[function(t,e,n){function i(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function o(t){if(f===setTimeout)return setTimeout(t,0);if((f===i||!f)&&setTimeout)return f=setTimeout,setTimeout(t,0);try{return f(t,0)}catch(e){try{return f.call(null,t,0)}catch(e){return f.call(this,t,0)}}}function s(t){if(h===clearTimeout)return clearTimeout(t);if((h===r||!h)&&clearTimeout)return h=clearTimeout,clearTimeout(t);try{return h(t)}catch(e){try{return h.call(null,t)}catch(e){return h.call(this,t)}}}function a(){v&&p&&(v=!1,p.length?m=p.concat(m):g=-1,m.length&&u())}function u(){if(!v){var t=o(a);v=!0;for(var e=m.length;e;){for(p=m,m=[];++g<e;)p&&p[g].run();g=-1,e=m.length}p=null,v=!1,s(t)}}function c(t,e){this.fun=t,this.array=e}function l(){}var f,h,d=e.exports={};!function(){try{f="function"==typeof setTimeout?setTimeout:i}catch(t){f=i}try{h="function"==typeof clearTimeout?clearTimeout:r}catch(t){h=r}}();var p,m=[],v=!1,g=-1;d.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];m.push(new c(t,e)),1!==m.length||v||o(u)},c.prototype.run=function(){this.fun.apply(null,this.array)},d.title="browser",d.browser=!0,d.env={},d.argv=[],d.version="",d.versions={},d.on=l,d.addListener=l,d.once=l,d.off=l,d.removeListener=l,d.removeAllListeners=l,d.emit=l,d.binding=function(t){throw new Error("process.binding is not supported")},d.cwd=function(){return"/"},d.chdir=function(t){throw new Error("process.chdir is not supported")},d.umask=function(){return 0}},{}]},{},[1]); //]]></script> [/code] This is basically the content of Gantry's main.js, which Apache PageSpeed dumped on the page itself. More on PageSpeed: developers.google.com/speed/pagespeed/module/
    • My extensions: http://www.simbunch.com/
      http://twitter.com/simbunch
    • Mike Feng's Avatar
    • Mike Feng
    • Sr. Rocketeer
    • Posts: 197
    • Thanks: 1

    Re: Gantry5 js files compromised(?)

    Posted 8 years 6 months ago
    • If there is nothing wrong with words like "deepMatches" and "dollar-extras", then the main.js files of the latest Gantry version has some undeclared variables that is causing variable leaking, which then causes the compressed version to be sharing variables with other javascripts. As you can see from the chart, it only happens after I updated to the latest Gantry version (4+ weeks ago, when it was released)
    • My extensions: http://www.simbunch.com/
      http://twitter.com/simbunch
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: Gantry5 js files compromised(?)

    Posted 8 years 6 months ago
    • Sorry but I don't understand any of what you are asking so I'll have to ask one of our developers... this may take a while for me to respond.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • Mike Feng's Avatar
    • Mike Feng
    • Sr. Rocketeer
    • Posts: 197
    • Thanks: 1

    Re: Gantry5 js files compromised(?)

    Posted 8 years 6 months ago
  • Re: Gantry5 js files compromised(?)

    Posted 8 years 6 months ago
    • Hello Mike,
      those 2 main.js files are G5 legit JavaScript file, all functions referenced in your screenshot, except for the first cdn-cgi one, are also part of Gantry 5.

      However, these files haven't changed in 4 months as you can see here github.com/gantry/gantry5/tree/develop/a...s/common/application so I'm not exactly sure why you are getting any problem with it.

      I'm also not quite exactly what error you are getting and where, is this in Gantry 5 admin?
    • / Djamil Legato / Lead Developer /

Time to create page: 0.076 seconds