PKa\/<<masonry/README.mdownnuW+A# Masonry _Cascading grid layout library_ Masonry works by placing elements in optimal position based on available vertical space, sort of like a mason fitting stones in a wall. You’ve probably seen it in use all over the Internet. For complete docs and demos, see [masonry.desandro.com](http://masonry.desandro.com) or [masonryjs.com](http://masonryjs.com) if you're lazy, ## Install A packaged source file includes everything you need to use Masonry. + [masonry.pkgd.min.js](dist/masonry.pkgd.min.js) + [masonry.pkgd.js](dist/masonry.pkgd.js) ### Bower If you are cool with the command line, install Masonry as a [Bower](http://bower.io) package: ``` bash bower install masonry ``` ## Initialize ### In JavaScript ``` js var container = document.querySelector('#container'); var msnry = new Masonry( container, { // options... itemSelector: '.item', columnWidth: 200 }); ``` ### In HTML Add a class of `js-masonry` to your element. Options can be set in JSON in `data-masonry-options`. ``` html
...
``` ## License Masonry is released under the [MIT license](http://desandro.mit-license.org). Have at it. * * * Copyright :copyright: 2014 David DeSandro PKa\bb masonry/dist/masonry.pkgd.min.jsnuW+A/*! * Masonry PACKAGED v3.1.5 * Cascading grid layout library * http://masonry.desandro.com * MIT License * by David DeSandro */ !function(a){function b(){}function c(a){function c(b){b.prototype.option||(b.prototype.option=function(b){a.isPlainObject(b)&&(this.options=a.extend(!0,this.options,b))})}function e(b,c){a.fn[b]=function(e){if("string"==typeof e){for(var g=d.call(arguments,1),h=0,i=this.length;i>h;h++){var j=this[h],k=a.data(j,b);if(k)if(a.isFunction(k[e])&&"_"!==e.charAt(0)){var l=k[e].apply(k,g);if(void 0!==l)return l}else f("no such method '"+e+"' for "+b+" instance");else f("cannot call methods on "+b+" prior to initialization; attempted to call '"+e+"'")}return this}return this.each(function(){var d=a.data(this,b);d?(d.option(e),d._init()):(d=new c(this,e),a.data(this,b,d))})}}if(a){var f="undefined"==typeof console?b:function(a){console.error(a)};return a.bridget=function(a,b){c(b),e(a,b)},a.bridget}}var d=Array.prototype.slice;"function"==typeof define&&define.amd?define("jquery-bridget/jquery.bridget",["jquery"],c):c(a.jQuery)}(window),function(a){function b(b){var c=a.event;return c.target=c.target||c.srcElement||b,c}var c=document.documentElement,d=function(){};c.addEventListener?d=function(a,b,c){a.addEventListener(b,c,!1)}:c.attachEvent&&(d=function(a,c,d){a[c+d]=d.handleEvent?function(){var c=b(a);d.handleEvent.call(d,c)}:function(){var c=b(a);d.call(a,c)},a.attachEvent("on"+c,a[c+d])});var e=function(){};c.removeEventListener?e=function(a,b,c){a.removeEventListener(b,c,!1)}:c.detachEvent&&(e=function(a,b,c){a.detachEvent("on"+b,a[b+c]);try{delete a[b+c]}catch(d){a[b+c]=void 0}});var f={bind:d,unbind:e};"function"==typeof define&&define.amd?define("eventie/eventie",f):"object"==typeof exports?module.exports=f:a.eventie=f}(this),function(a){function b(a){"function"==typeof a&&(b.isReady?a():f.push(a))}function c(a){var c="readystatechange"===a.type&&"complete"!==e.readyState;if(!b.isReady&&!c){b.isReady=!0;for(var d=0,g=f.length;g>d;d++){var h=f[d];h()}}}function d(d){return d.bind(e,"DOMContentLoaded",c),d.bind(e,"readystatechange",c),d.bind(a,"load",c),b}var e=a.document,f=[];b.isReady=!1,"function"==typeof define&&define.amd?(b.isReady="function"==typeof requirejs,define("doc-ready/doc-ready",["eventie/eventie"],d)):a.docReady=d(a.eventie)}(this),function(){function a(){}function b(a,b){for(var c=a.length;c--;)if(a[c].listener===b)return c;return-1}function c(a){return function(){return this[a].apply(this,arguments)}}var d=a.prototype,e=this,f=e.EventEmitter;d.getListeners=function(a){var b,c,d=this._getEvents();if(a instanceof RegExp){b={};for(c in d)d.hasOwnProperty(c)&&a.test(c)&&(b[c]=d[c])}else b=d[a]||(d[a]=[]);return b},d.flattenListeners=function(a){var b,c=[];for(b=0;be;e++)if(b=c[e]+a,"string"==typeof d[b])return b}}var c="Webkit Moz ms Ms O".split(" "),d=document.documentElement.style;"function"==typeof define&&define.amd?define("get-style-property/get-style-property",[],function(){return b}):"object"==typeof exports?module.exports=b:a.getStyleProperty=b}(window),function(a){function b(a){var b=parseFloat(a),c=-1===a.indexOf("%")&&!isNaN(b);return c&&b}function c(){for(var a={width:0,height:0,innerWidth:0,innerHeight:0,outerWidth:0,outerHeight:0},b=0,c=g.length;c>b;b++){var d=g[b];a[d]=0}return a}function d(a){function d(a){if("string"==typeof a&&(a=document.querySelector(a)),a&&"object"==typeof a&&a.nodeType){var d=f(a);if("none"===d.display)return c();var e={};e.width=a.offsetWidth,e.height=a.offsetHeight;for(var k=e.isBorderBox=!(!j||!d[j]||"border-box"!==d[j]),l=0,m=g.length;m>l;l++){var n=g[l],o=d[n];o=h(a,o);var p=parseFloat(o);e[n]=isNaN(p)?0:p}var q=e.paddingLeft+e.paddingRight,r=e.paddingTop+e.paddingBottom,s=e.marginLeft+e.marginRight,t=e.marginTop+e.marginBottom,u=e.borderLeftWidth+e.borderRightWidth,v=e.borderTopWidth+e.borderBottomWidth,w=k&&i,x=b(d.width);x!==!1&&(e.width=x+(w?0:q+u));var y=b(d.height);return y!==!1&&(e.height=y+(w?0:r+v)),e.innerWidth=e.width-(q+u),e.innerHeight=e.height-(r+v),e.outerWidth=e.width+s,e.outerHeight=e.height+t,e}}function h(a,b){if(e||-1===b.indexOf("%"))return b;var c=a.style,d=c.left,f=a.runtimeStyle,g=f&&f.left;return g&&(f.left=a.currentStyle.left),c.left=b,b=c.pixelLeft,c.left=d,g&&(f.left=g),b}var i,j=a("boxSizing");return function(){if(j){var a=document.createElement("div");a.style.width="200px",a.style.padding="1px 2px 3px 4px",a.style.borderStyle="solid",a.style.borderWidth="1px 2px 3px 4px",a.style[j]="border-box";var c=document.body||document.documentElement;c.appendChild(a);var d=f(a);i=200===b(d.width),c.removeChild(a)}}(),d}var e=a.getComputedStyle,f=e?function(a){return e(a,null)}:function(a){return a.currentStyle},g=["paddingLeft","paddingRight","paddingTop","paddingBottom","marginLeft","marginRight","marginTop","marginBottom","borderLeftWidth","borderRightWidth","borderTopWidth","borderBottomWidth"];"function"==typeof define&&define.amd?define("get-size/get-size",["get-style-property/get-style-property"],d):"object"==typeof exports?module.exports=d(require("get-style-property")):a.getSize=d(a.getStyleProperty)}(window),function(a,b){function c(a,b){return a[h](b)}function d(a){if(!a.parentNode){var b=document.createDocumentFragment();b.appendChild(a)}}function e(a,b){d(a);for(var c=a.parentNode.querySelectorAll(b),e=0,f=c.length;f>e;e++)if(c[e]===a)return!0;return!1}function f(a,b){return d(a),c(a,b)}var g,h=function(){if(b.matchesSelector)return"matchesSelector";for(var a=["webkit","moz","ms","o"],c=0,d=a.length;d>c;c++){var e=a[c],f=e+"MatchesSelector";if(b[f])return f}}();if(h){var i=document.createElement("div"),j=c(i,"div");g=j?c:f}else g=e;"function"==typeof define&&define.amd?define("matches-selector/matches-selector",[],function(){return g}):window.matchesSelector=g}(this,Element.prototype),function(a){function b(a,b){for(var c in b)a[c]=b[c];return a}function c(a){for(var b in a)return!1;return b=null,!0}function d(a){return a.replace(/([A-Z])/g,function(a){return"-"+a.toLowerCase()})}function e(a,e,f){function h(a,b){a&&(this.element=a,this.layout=b,this.position={x:0,y:0},this._create())}var i=f("transition"),j=f("transform"),k=i&&j,l=!!f("perspective"),m={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"otransitionend",transition:"transitionend"}[i],n=["transform","transition","transitionDuration","transitionProperty"],o=function(){for(var a={},b=0,c=n.length;c>b;b++){var d=n[b],e=f(d);e&&e!==d&&(a[d]=e)}return a}();b(h.prototype,a.prototype),h.prototype._create=function(){this._transn={ingProperties:{},clean:{},onEnd:{}},this.css({position:"absolute"})},h.prototype.handleEvent=function(a){var b="on"+a.type;this[b]&&this[b](a)},h.prototype.getSize=function(){this.size=e(this.element)},h.prototype.css=function(a){var b=this.element.style;for(var c in a){var d=o[c]||c;b[d]=a[c]}},h.prototype.getPosition=function(){var a=g(this.element),b=this.layout.options,c=b.isOriginLeft,d=b.isOriginTop,e=parseInt(a[c?"left":"right"],10),f=parseInt(a[d?"top":"bottom"],10);e=isNaN(e)?0:e,f=isNaN(f)?0:f;var h=this.layout.size;e-=c?h.paddingLeft:h.paddingRight,f-=d?h.paddingTop:h.paddingBottom,this.position.x=e,this.position.y=f},h.prototype.layoutPosition=function(){var a=this.layout.size,b=this.layout.options,c={};b.isOriginLeft?(c.left=this.position.x+a.paddingLeft+"px",c.right=""):(c.right=this.position.x+a.paddingRight+"px",c.left=""),b.isOriginTop?(c.top=this.position.y+a.paddingTop+"px",c.bottom=""):(c.bottom=this.position.y+a.paddingBottom+"px",c.top=""),this.css(c),this.emitEvent("layout",[this])};var p=l?function(a,b){return"translate3d("+a+"px, "+b+"px, 0)"}:function(a,b){return"translate("+a+"px, "+b+"px)"};h.prototype._transitionTo=function(a,b){this.getPosition();var c=this.position.x,d=this.position.y,e=parseInt(a,10),f=parseInt(b,10),g=e===this.position.x&&f===this.position.y;if(this.setPosition(a,b),g&&!this.isTransitioning)return void this.layoutPosition();var h=a-c,i=b-d,j={},k=this.layout.options;h=k.isOriginLeft?h:-h,i=k.isOriginTop?i:-i,j.transform=p(h,i),this.transition({to:j,onTransitionEnd:{transform:this.layoutPosition},isCleaning:!0})},h.prototype.goTo=function(a,b){this.setPosition(a,b),this.layoutPosition()},h.prototype.moveTo=k?h.prototype._transitionTo:h.prototype.goTo,h.prototype.setPosition=function(a,b){this.position.x=parseInt(a,10),this.position.y=parseInt(b,10)},h.prototype._nonTransition=function(a){this.css(a.to),a.isCleaning&&this._removeStyles(a.to);for(var b in a.onTransitionEnd)a.onTransitionEnd[b].call(this)},h.prototype._transition=function(a){if(!parseFloat(this.layout.options.transitionDuration))return void this._nonTransition(a);var b=this._transn;for(var c in a.onTransitionEnd)b.onEnd[c]=a.onTransitionEnd[c];for(c in a.to)b.ingProperties[c]=!0,a.isCleaning&&(b.clean[c]=!0);if(a.from){this.css(a.from);var d=this.element.offsetHeight;d=null}this.enableTransition(a.to),this.css(a.to),this.isTransitioning=!0};var q=j&&d(j)+",opacity";h.prototype.enableTransition=function(){this.isTransitioning||(this.css({transitionProperty:q,transitionDuration:this.layout.options.transitionDuration}),this.element.addEventListener(m,this,!1))},h.prototype.transition=h.prototype[i?"_transition":"_nonTransition"],h.prototype.onwebkitTransitionEnd=function(a){this.ontransitionend(a)},h.prototype.onotransitionend=function(a){this.ontransitionend(a)};var r={"-webkit-transform":"transform","-moz-transform":"transform","-o-transform":"transform"};h.prototype.ontransitionend=function(a){if(a.target===this.element){var b=this._transn,d=r[a.propertyName]||a.propertyName;if(delete b.ingProperties[d],c(b.ingProperties)&&this.disableTransition(),d in b.clean&&(this.element.style[a.propertyName]="",delete b.clean[d]),d in b.onEnd){var e=b.onEnd[d];e.call(this),delete b.onEnd[d]}this.emitEvent("transitionEnd",[this])}},h.prototype.disableTransition=function(){this.removeTransitionStyles(),this.element.removeEventListener(m,this,!1),this.isTransitioning=!1},h.prototype._removeStyles=function(a){var b={};for(var c in a)b[c]="";this.css(b)};var s={transitionProperty:"",transitionDuration:""};return h.prototype.removeTransitionStyles=function(){this.css(s)},h.prototype.removeElem=function(){this.element.parentNode.removeChild(this.element),this.emitEvent("remove",[this])},h.prototype.remove=function(){if(!i||!parseFloat(this.layout.options.transitionDuration))return void this.removeElem();var a=this;this.on("transitionEnd",function(){return a.removeElem(),!0}),this.hide()},h.prototype.reveal=function(){delete this.isHidden,this.css({display:""});var a=this.layout.options;this.transition({from:a.hiddenStyle,to:a.visibleStyle,isCleaning:!0})},h.prototype.hide=function(){this.isHidden=!0,this.css({display:""});var a=this.layout.options;this.transition({from:a.visibleStyle,to:a.hiddenStyle,isCleaning:!0,onTransitionEnd:{opacity:function(){this.isHidden&&this.css({display:"none"})}}})},h.prototype.destroy=function(){this.css({position:"",left:"",right:"",top:"",bottom:"",transition:"",transform:""})},h}var f=a.getComputedStyle,g=f?function(a){return f(a,null)}:function(a){return a.currentStyle};"function"==typeof define&&define.amd?define("outlayer/item",["eventEmitter/EventEmitter","get-size/get-size","get-style-property/get-style-property"],e):(a.Outlayer={},a.Outlayer.Item=e(a.EventEmitter,a.getSize,a.getStyleProperty))}(window),function(a){function b(a,b){for(var c in b)a[c]=b[c];return a}function c(a){return"[object Array]"===l.call(a)}function d(a){var b=[];if(c(a))b=a;else if(a&&"number"==typeof a.length)for(var d=0,e=a.length;e>d;d++)b.push(a[d]);else b.push(a);return b}function e(a,b){var c=n(b,a);-1!==c&&b.splice(c,1)}function f(a){return a.replace(/(.)([A-Z])/g,function(a,b,c){return b+"-"+c}).toLowerCase()}function g(c,g,l,n,o,p){function q(a,c){if("string"==typeof a&&(a=h.querySelector(a)),!a||!m(a))return void(i&&i.error("Bad "+this.constructor.namespace+" element: "+a));this.element=a,this.options=b({},this.constructor.defaults),this.option(c);var d=++r;this.element.outlayerGUID=d,s[d]=this,this._create(),this.options.isInitLayout&&this.layout()}var r=0,s={};return q.namespace="outlayer",q.Item=p,q.defaults={containerStyle:{position:"relative"},isInitLayout:!0,isOriginLeft:!0,isOriginTop:!0,isResizeBound:!0,isResizingContainer:!0,transitionDuration:"0.4s",hiddenStyle:{opacity:0,transform:"scale(0.001)"},visibleStyle:{opacity:1,transform:"scale(1)"}},b(q.prototype,l.prototype),q.prototype.option=function(a){b(this.options,a)},q.prototype._create=function(){this.reloadItems(),this.stamps=[],this.stamp(this.options.stamp),b(this.element.style,this.options.containerStyle),this.options.isResizeBound&&this.bindResize()},q.prototype.reloadItems=function(){this.items=this._itemize(this.element.children)},q.prototype._itemize=function(a){for(var b=this._filterFindItemElements(a),c=this.constructor.Item,d=[],e=0,f=b.length;f>e;e++){var g=b[e],h=new c(g,this);d.push(h)}return d},q.prototype._filterFindItemElements=function(a){a=d(a);for(var b=this.options.itemSelector,c=[],e=0,f=a.length;f>e;e++){var g=a[e];if(m(g))if(b){o(g,b)&&c.push(g);for(var h=g.querySelectorAll(b),i=0,j=h.length;j>i;i++)c.push(h[i])}else c.push(g)}return c},q.prototype.getItemElements=function(){for(var a=[],b=0,c=this.items.length;c>b;b++)a.push(this.items[b].element);return a},q.prototype.layout=function(){this._resetLayout(),this._manageStamps();var a=void 0!==this.options.isLayoutInstant?this.options.isLayoutInstant:!this._isLayoutInited;this.layoutItems(this.items,a),this._isLayoutInited=!0},q.prototype._init=q.prototype.layout,q.prototype._resetLayout=function(){this.getSize()},q.prototype.getSize=function(){this.size=n(this.element)},q.prototype._getMeasurement=function(a,b){var c,d=this.options[a];d?("string"==typeof d?c=this.element.querySelector(d):m(d)&&(c=d),this[a]=c?n(c)[b]:d):this[a]=0},q.prototype.layoutItems=function(a,b){a=this._getItemsForLayout(a),this._layoutItems(a,b),this._postLayout()},q.prototype._getItemsForLayout=function(a){for(var b=[],c=0,d=a.length;d>c;c++){var e=a[c];e.isIgnored||b.push(e)}return b},q.prototype._layoutItems=function(a,b){function c(){d.emitEvent("layoutComplete",[d,a])}var d=this;if(!a||!a.length)return void c();this._itemsOn(a,"layout",c);for(var e=[],f=0,g=a.length;g>f;f++){var h=a[f],i=this._getItemLayoutPosition(h);i.item=h,i.isInstant=b||h.isLayoutInstant,e.push(i)}this._processLayoutQueue(e)},q.prototype._getItemLayoutPosition=function(){return{x:0,y:0}},q.prototype._processLayoutQueue=function(a){for(var b=0,c=a.length;c>b;b++){var d=a[b];this._positionItem(d.item,d.x,d.y,d.isInstant)}},q.prototype._positionItem=function(a,b,c,d){d?a.goTo(b,c):a.moveTo(b,c)},q.prototype._postLayout=function(){this.resizeContainer()},q.prototype.resizeContainer=function(){if(this.options.isResizingContainer){var a=this._getContainerSize();a&&(this._setContainerMeasure(a.width,!0),this._setContainerMeasure(a.height,!1))}},q.prototype._getContainerSize=k,q.prototype._setContainerMeasure=function(a,b){if(void 0!==a){var c=this.size;c.isBorderBox&&(a+=b?c.paddingLeft+c.paddingRight+c.borderLeftWidth+c.borderRightWidth:c.paddingBottom+c.paddingTop+c.borderTopWidth+c.borderBottomWidth),a=Math.max(a,0),this.element.style[b?"width":"height"]=a+"px"}},q.prototype._itemsOn=function(a,b,c){function d(){return e++,e===f&&c.call(g),!0}for(var e=0,f=a.length,g=this,h=0,i=a.length;i>h;h++){var j=a[h];j.on(b,d)}},q.prototype.ignore=function(a){var b=this.getItem(a);b&&(b.isIgnored=!0)},q.prototype.unignore=function(a){var b=this.getItem(a);b&&delete b.isIgnored},q.prototype.stamp=function(a){if(a=this._find(a)){this.stamps=this.stamps.concat(a);for(var b=0,c=a.length;c>b;b++){var d=a[b];this.ignore(d)}}},q.prototype.unstamp=function(a){if(a=this._find(a))for(var b=0,c=a.length;c>b;b++){var d=a[b];e(d,this.stamps),this.unignore(d)}},q.prototype._find=function(a){return a?("string"==typeof a&&(a=this.element.querySelectorAll(a)),a=d(a)):void 0},q.prototype._manageStamps=function(){if(this.stamps&&this.stamps.length){this._getBoundingRect();for(var a=0,b=this.stamps.length;b>a;a++){var c=this.stamps[a];this._manageStamp(c)}}},q.prototype._getBoundingRect=function(){var a=this.element.getBoundingClientRect(),b=this.size;this._boundingRect={left:a.left+b.paddingLeft+b.borderLeftWidth,top:a.top+b.paddingTop+b.borderTopWidth,right:a.right-(b.paddingRight+b.borderRightWidth),bottom:a.bottom-(b.paddingBottom+b.borderBottomWidth)}},q.prototype._manageStamp=k,q.prototype._getElementOffset=function(a){var b=a.getBoundingClientRect(),c=this._boundingRect,d=n(a),e={left:b.left-c.left-d.marginLeft,top:b.top-c.top-d.marginTop,right:c.right-b.right-d.marginRight,bottom:c.bottom-b.bottom-d.marginBottom};return e},q.prototype.handleEvent=function(a){var b="on"+a.type;this[b]&&this[b](a)},q.prototype.bindResize=function(){this.isResizeBound||(c.bind(a,"resize",this),this.isResizeBound=!0)},q.prototype.unbindResize=function(){this.isResizeBound&&c.unbind(a,"resize",this),this.isResizeBound=!1},q.prototype.onresize=function(){function a(){b.resize(),delete b.resizeTimeout}this.resizeTimeout&&clearTimeout(this.resizeTimeout);var b=this;this.resizeTimeout=setTimeout(a,100)},q.prototype.resize=function(){this.isResizeBound&&this.needsResizeLayout()&&this.layout()},q.prototype.needsResizeLayout=function(){var a=n(this.element),b=this.size&&a;return b&&a.innerWidth!==this.size.innerWidth},q.prototype.addItems=function(a){var b=this._itemize(a);return b.length&&(this.items=this.items.concat(b)),b},q.prototype.appended=function(a){var b=this.addItems(a);b.length&&(this.layoutItems(b,!0),this.reveal(b))},q.prototype.prepended=function(a){var b=this._itemize(a);if(b.length){var c=this.items.slice(0);this.items=b.concat(c),this._resetLayout(),this._manageStamps(),this.layoutItems(b,!0),this.reveal(b),this.layoutItems(c)}},q.prototype.reveal=function(a){var b=a&&a.length;if(b)for(var c=0;b>c;c++){var d=a[c];d.reveal()}},q.prototype.hide=function(a){var b=a&&a.length;if(b)for(var c=0;b>c;c++){var d=a[c];d.hide()}},q.prototype.getItem=function(a){for(var b=0,c=this.items.length;c>b;b++){var d=this.items[b];if(d.element===a)return d}},q.prototype.getItems=function(a){if(a&&a.length){for(var b=[],c=0,d=a.length;d>c;c++){var e=a[c],f=this.getItem(e);f&&b.push(f)}return b}},q.prototype.remove=function(a){a=d(a);var b=this.getItems(a);if(b&&b.length){this._itemsOn(b,"remove",function(){this.emitEvent("removeComplete",[this,b])});for(var c=0,f=b.length;f>c;c++){var g=b[c];g.remove(),e(g,this.items)}}},q.prototype.destroy=function(){var a=this.element.style;a.height="",a.position="",a.width="";for(var b=0,c=this.items.length;c>b;b++){var d=this.items[b];d.destroy()}this.unbindResize(),delete this.element.outlayerGUID,j&&j.removeData(this.element,this.constructor.namespace)},q.data=function(a){var b=a&&a.outlayerGUID;return b&&s[b]},q.create=function(a,c){function d(){q.apply(this,arguments)}return Object.create?d.prototype=Object.create(q.prototype):b(d.prototype,q.prototype),d.prototype.constructor=d,d.defaults=b({},q.defaults),b(d.defaults,c),d.prototype.settings={},d.namespace=a,d.data=q.data,d.Item=function(){p.apply(this,arguments)},d.Item.prototype=new p,g(function(){for(var b=f(a),c=h.querySelectorAll(".js-"+b),e="data-"+b+"-options",g=0,k=c.length;k>g;g++){var l,m=c[g],n=m.getAttribute(e);try{l=n&&JSON.parse(n)}catch(o){i&&i.error("Error parsing "+e+" on "+m.nodeName.toLowerCase()+(m.id?"#"+m.id:"")+": "+o);continue}var p=new d(m,l);j&&j.data(m,a,p)}}),j&&j.bridget&&j.bridget(a,d),d},q.Item=p,q}var h=a.document,i=a.console,j=a.jQuery,k=function(){},l=Object.prototype.toString,m="object"==typeof HTMLElement?function(a){return a instanceof HTMLElement}:function(a){return a&&"object"==typeof a&&1===a.nodeType&&"string"==typeof a.nodeName},n=Array.prototype.indexOf?function(a,b){return a.indexOf(b)}:function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1};"function"==typeof define&&define.amd?define("outlayer/outlayer",["eventie/eventie","doc-ready/doc-ready","eventEmitter/EventEmitter","get-size/get-size","matches-selector/matches-selector","./item"],g):a.Outlayer=g(a.eventie,a.docReady,a.EventEmitter,a.getSize,a.matchesSelector,a.Outlayer.Item)}(window),function(a){function b(a,b){var d=a.create("masonry");return d.prototype._resetLayout=function(){this.getSize(),this._getMeasurement("columnWidth","outerWidth"),this._getMeasurement("gutter","outerWidth"),this.measureColumns();var a=this.cols;for(this.colYs=[];a--;)this.colYs.push(0);this.maxY=0},d.prototype.measureColumns=function(){if(this.getContainerWidth(),!this.columnWidth){var a=this.items[0],c=a&&a.element;this.columnWidth=c&&b(c).outerWidth||this.containerWidth}this.columnWidth+=this.gutter,this.cols=Math.floor((this.containerWidth+this.gutter)/this.columnWidth),this.cols=Math.max(this.cols,1)},d.prototype.getContainerWidth=function(){var a=this.options.isFitWidth?this.element.parentNode:this.element,c=b(a);this.containerWidth=c&&c.innerWidth},d.prototype._getItemLayoutPosition=function(a){a.getSize();var b=a.size.outerWidth%this.columnWidth,d=b&&1>b?"round":"ceil",e=Math[d](a.size.outerWidth/this.columnWidth);e=Math.min(e,this.cols);for(var f=this._getColGroup(e),g=Math.min.apply(Math,f),h=c(f,g),i={x:this.columnWidth*h,y:g},j=g+a.size.outerHeight,k=this.cols+1-f.length,l=0;k>l;l++)this.colYs[h+l]=j;return i},d.prototype._getColGroup=function(a){if(2>a)return this.colYs;for(var b=[],c=this.cols+1-a,d=0;c>d;d++){var e=this.colYs.slice(d,d+a);b[d]=Math.max.apply(Math,e)}return b},d.prototype._manageStamp=function(a){var c=b(a),d=this._getElementOffset(a),e=this.options.isOriginLeft?d.left:d.right,f=e+c.outerWidth,g=Math.floor(e/this.columnWidth);g=Math.max(0,g);var h=Math.floor(f/this.columnWidth);h-=f%this.columnWidth?0:1,h=Math.min(this.cols-1,h);for(var i=(this.options.isOriginTop?d.top:d.bottom)+c.outerHeight,j=g;h>=j;j++)this.colYs[j]=Math.max(i,this.colYs[j])},d.prototype._getContainerSize=function(){this.maxY=Math.max.apply(Math,this.colYs);var a={height:this.maxY};return this.options.isFitWidth&&(a.width=this._getContainerFitWidth()),a},d.prototype._getContainerFitWidth=function(){for(var a=0,b=this.cols;--b&&0===this.colYs[b];)a++;return(this.cols-a)*this.columnWidth-this.gutter},d.prototype.needsResizeLayout=function(){var a=this.containerWidth;return this.getContainerWidth(),a!==this.containerWidth},d}var c=Array.prototype.indexOf?function(a,b){return a.indexOf(b)}:function(a,b){for(var c=0,d=a.length;d>c;c++){var e=a[c];if(e===b)return c}return-1};"function"==typeof define&&define.amd?define(["outlayer/outlayer","get-size/get-size"],b):a.Masonry=b(a.Outlayer,a.getSize)}(window);PKa\1^{{chartjs/Chart.min.jsnuW+A/*! * Chart.js * http://chartjs.org/ * Version: 1.0.2 * * Copyright 2015 Nick Downie * Released under the MIT license * https://github.com/nnnick/Chart.js/blob/master/LICENSE.md */ (function(){"use strict";var t=this,i=t.Chart,e=function(t){this.canvas=t.canvas,this.ctx=t;var i=function(t,i){return t["offset"+i]?t["offset"+i]:document.defaultView.getComputedStyle(t).getPropertyValue(i)},e=this.width=i(t.canvas,"Width"),n=this.height=i(t.canvas,"Height");t.canvas.width=e,t.canvas.height=n;var e=this.width=t.canvas.width,n=this.height=t.canvas.height;return this.aspectRatio=this.width/this.height,s.retinaScale(this),this};e.defaults={global:{animation:!0,animationSteps:60,animationEasing:"easeOutQuart",showScale:!0,scaleOverride:!1,scaleSteps:null,scaleStepWidth:null,scaleStartValue:null,scaleLineColor:"rgba(0,0,0,.1)",scaleLineWidth:1,scaleShowLabels:!0,scaleLabel:"<%=value%>",scaleIntegersOnly:!0,scaleBeginAtZero:!1,scaleFontFamily:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",scaleFontSize:12,scaleFontStyle:"normal",scaleFontColor:"#666",responsive:!1,maintainAspectRatio:!0,showTooltips:!0,customTooltips:!1,tooltipEvents:["mousemove","touchstart","touchmove","mouseout"],tooltipFillColor:"rgba(0,0,0,0.8)",tooltipFontFamily:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",tooltipFontSize:14,tooltipFontStyle:"normal",tooltipFontColor:"#fff",tooltipTitleFontFamily:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",tooltipTitleFontSize:14,tooltipTitleFontStyle:"bold",tooltipTitleFontColor:"#fff",tooltipYPadding:6,tooltipXPadding:6,tooltipCaretSize:8,tooltipCornerRadius:6,tooltipXOffset:10,tooltipTemplate:"<%if (label){%><%=label%>: <%}%><%= value %>",multiTooltipTemplate:"<%= value %>",multiTooltipKeyBackground:"#fff",onAnimationProgress:function(){},onAnimationComplete:function(){}}},e.types={};var s=e.helpers={},n=s.each=function(t,i,e){var s=Array.prototype.slice.call(arguments,3);if(t)if(t.length===+t.length){var n;for(n=0;n=0;s--){var n=t[s];if(i(n))return n}},s.inherits=function(t){var i=this,e=t&&t.hasOwnProperty("constructor")?t.constructor:function(){return i.apply(this,arguments)},s=function(){this.constructor=e};return s.prototype=i.prototype,e.prototype=new s,e.extend=r,t&&a(e.prototype,t),e.__super__=i.prototype,e}),c=s.noop=function(){},u=s.uid=function(){var t=0;return function(){return"chart-"+t++}}(),d=s.warn=function(t){window.console&&"function"==typeof window.console.warn&&console.warn(t)},p=s.amd="function"==typeof define&&define.amd,f=s.isNumber=function(t){return!isNaN(parseFloat(t))&&isFinite(t)},g=s.max=function(t){return Math.max.apply(Math,t)},m=s.min=function(t){return Math.min.apply(Math,t)},v=(s.cap=function(t,i,e){if(f(i)){if(t>i)return i}else if(f(e)&&e>t)return e;return t},s.getDecimalPlaces=function(t){return t%1!==0&&f(t)?t.toString().split(".")[1].length:0}),S=s.radians=function(t){return t*(Math.PI/180)},x=(s.getAngleFromPoint=function(t,i){var e=i.x-t.x,s=i.y-t.y,n=Math.sqrt(e*e+s*s),o=2*Math.PI+Math.atan2(s,e);return 0>e&&0>s&&(o+=2*Math.PI),{angle:o,distance:n}},s.aliasPixel=function(t){return t%2===0?0:.5}),y=(s.splineCurve=function(t,i,e,s){var n=Math.sqrt(Math.pow(i.x-t.x,2)+Math.pow(i.y-t.y,2)),o=Math.sqrt(Math.pow(e.x-i.x,2)+Math.pow(e.y-i.y,2)),a=s*n/(n+o),h=s*o/(n+o);return{inner:{x:i.x-a*(e.x-t.x),y:i.y-a*(e.y-t.y)},outer:{x:i.x+h*(e.x-t.x),y:i.y+h*(e.y-t.y)}}},s.calculateOrderOfMagnitude=function(t){return Math.floor(Math.log(t)/Math.LN10)}),C=(s.calculateScaleRange=function(t,i,e,s,n){var o=2,a=Math.floor(i/(1.5*e)),h=o>=a,l=g(t),r=m(t);l===r&&(l+=.5,r>=.5&&!s?r-=.5:l+=.5);for(var c=Math.abs(l-r),u=y(c),d=Math.ceil(l/(1*Math.pow(10,u)))*Math.pow(10,u),p=s?0:Math.floor(r/(1*Math.pow(10,u)))*Math.pow(10,u),f=d-p,v=Math.pow(10,u),S=Math.round(f/v);(S>a||a>2*S)&&!h;)if(S>a)v*=2,S=Math.round(f/v),S%1!==0&&(h=!0);else if(n&&u>=0){if(v/2%1!==0)break;v/=2,S=Math.round(f/v)}else v/=2,S=Math.round(f/v);return h&&(S=o,v=f/S),{steps:S,stepValue:v,min:p,max:p+S*v}},s.template=function(t,i){function e(t,i){var e=/\W/.test(t)?new Function("obj","var p=[],print=function(){p.push.apply(p,arguments);};with(obj){p.push('"+t.replace(/[\r\t\n]/g," ").split("<%").join(" ").replace(/((^|%>)[^\t]*)'/g,"$1\r").replace(/\t=(.*?)%>/g,"',$1,'").split(" ").join("');").split("%>").join("p.push('").split("\r").join("\\'")+"');}return p.join('');"):s[t]=s[t];return i?e(i):e}if(t instanceof Function)return t(i);var s={};return e(t,i)}),w=(s.generateLabels=function(t,i,e,s){var o=new Array(i);return labelTemplateString&&n(o,function(i,n){o[n]=C(t,{value:e+s*(n+1)})}),o},s.easingEffects={linear:function(t){return t},easeInQuad:function(t){return t*t},easeOutQuad:function(t){return-1*t*(t-2)},easeInOutQuad:function(t){return(t/=.5)<1?.5*t*t:-0.5*(--t*(t-2)-1)},easeInCubic:function(t){return t*t*t},easeOutCubic:function(t){return 1*((t=t/1-1)*t*t+1)},easeInOutCubic:function(t){return(t/=.5)<1?.5*t*t*t:.5*((t-=2)*t*t+2)},easeInQuart:function(t){return t*t*t*t},easeOutQuart:function(t){return-1*((t=t/1-1)*t*t*t-1)},easeInOutQuart:function(t){return(t/=.5)<1?.5*t*t*t*t:-0.5*((t-=2)*t*t*t-2)},easeInQuint:function(t){return 1*(t/=1)*t*t*t*t},easeOutQuint:function(t){return 1*((t=t/1-1)*t*t*t*t+1)},easeInOutQuint:function(t){return(t/=.5)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)},easeInSine:function(t){return-1*Math.cos(t/1*(Math.PI/2))+1},easeOutSine:function(t){return 1*Math.sin(t/1*(Math.PI/2))},easeInOutSine:function(t){return-0.5*(Math.cos(Math.PI*t/1)-1)},easeInExpo:function(t){return 0===t?1:1*Math.pow(2,10*(t/1-1))},easeOutExpo:function(t){return 1===t?1:1*(-Math.pow(2,-10*t/1)+1)},easeInOutExpo:function(t){return 0===t?0:1===t?1:(t/=.5)<1?.5*Math.pow(2,10*(t-1)):.5*(-Math.pow(2,-10*--t)+2)},easeInCirc:function(t){return t>=1?t:-1*(Math.sqrt(1-(t/=1)*t)-1)},easeOutCirc:function(t){return 1*Math.sqrt(1-(t=t/1-1)*t)},easeInOutCirc:function(t){return(t/=.5)<1?-0.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)},easeInElastic:function(t){var i=1.70158,e=0,s=1;return 0===t?0:1==(t/=1)?1:(e||(e=.3),st?-.5*s*Math.pow(2,10*(t-=1))*Math.sin(2*(1*t-i)*Math.PI/e):s*Math.pow(2,-10*(t-=1))*Math.sin(2*(1*t-i)*Math.PI/e)*.5+1)},easeInBack:function(t){var i=1.70158;return 1*(t/=1)*t*((i+1)*t-i)},easeOutBack:function(t){var i=1.70158;return 1*((t=t/1-1)*t*((i+1)*t+i)+1)},easeInOutBack:function(t){var i=1.70158;return(t/=.5)<1?.5*t*t*(((i*=1.525)+1)*t-i):.5*((t-=2)*t*(((i*=1.525)+1)*t+i)+2)},easeInBounce:function(t){return 1-w.easeOutBounce(1-t)},easeOutBounce:function(t){return(t/=1)<1/2.75?7.5625*t*t:2/2.75>t?1*(7.5625*(t-=1.5/2.75)*t+.75):2.5/2.75>t?1*(7.5625*(t-=2.25/2.75)*t+.9375):1*(7.5625*(t-=2.625/2.75)*t+.984375)},easeInOutBounce:function(t){return.5>t?.5*w.easeInBounce(2*t):.5*w.easeOutBounce(2*t-1)+.5}}),b=s.requestAnimFrame=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(t){return window.setTimeout(t,1e3/60)}}(),P=s.cancelAnimFrame=function(){return window.cancelAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame||window.oCancelAnimationFrame||window.msCancelAnimationFrame||function(t){return window.clearTimeout(t,1e3/60)}}(),L=(s.animationLoop=function(t,i,e,s,n,o){var a=0,h=w[e]||w.linear,l=function(){a++;var e=a/i,r=h(e);t.call(o,r,e,a),s.call(o,r,e),i>a?o.animationFrame=b(l):n.apply(o)};b(l)},s.getRelativePosition=function(t){var i,e,s=t.originalEvent||t,n=t.currentTarget||t.srcElement,o=n.getBoundingClientRect();return s.touches?(i=s.touches[0].clientX-o.left,e=s.touches[0].clientY-o.top):(i=s.clientX-o.left,e=s.clientY-o.top),{x:i,y:e}},s.addEvent=function(t,i,e){t.addEventListener?t.addEventListener(i,e):t.attachEvent?t.attachEvent("on"+i,e):t["on"+i]=e}),k=s.removeEvent=function(t,i,e){t.removeEventListener?t.removeEventListener(i,e,!1):t.detachEvent?t.detachEvent("on"+i,e):t["on"+i]=c},F=(s.bindEvents=function(t,i,e){t.events||(t.events={}),n(i,function(i){t.events[i]=function(){e.apply(t,arguments)},L(t.chart.canvas,i,t.events[i])})},s.unbindEvents=function(t,i){n(i,function(i,e){k(t.chart.canvas,e,i)})}),R=s.getMaximumWidth=function(t){var i=t.parentNode;return i.clientWidth},T=s.getMaximumHeight=function(t){var i=t.parentNode;return i.clientHeight},A=(s.getMaximumSize=s.getMaximumWidth,s.retinaScale=function(t){var i=t.ctx,e=t.canvas.width,s=t.canvas.height;window.devicePixelRatio&&(i.canvas.style.width=e+"px",i.canvas.style.height=s+"px",i.canvas.height=s*window.devicePixelRatio,i.canvas.width=e*window.devicePixelRatio,i.scale(window.devicePixelRatio,window.devicePixelRatio))}),M=s.clear=function(t){t.ctx.clearRect(0,0,t.width,t.height)},W=s.fontString=function(t,i,e){return i+" "+t+"px "+e},z=s.longestText=function(t,i,e){t.font=i;var s=0;return n(e,function(i){var e=t.measureText(i).width;s=e>s?e:s}),s},B=s.drawRoundedRectangle=function(t,i,e,s,n,o){t.beginPath(),t.moveTo(i+o,e),t.lineTo(i+s-o,e),t.quadraticCurveTo(i+s,e,i+s,e+o),t.lineTo(i+s,e+n-o),t.quadraticCurveTo(i+s,e+n,i+s-o,e+n),t.lineTo(i+o,e+n),t.quadraticCurveTo(i,e+n,i,e+n-o),t.lineTo(i,e+o),t.quadraticCurveTo(i,e,i+o,e),t.closePath()};e.instances={},e.Type=function(t,i,s){this.options=i,this.chart=s,this.id=u(),e.instances[this.id]=this,i.responsive&&this.resize(),this.initialize.call(this,t)},a(e.Type.prototype,{initialize:function(){return this},clear:function(){return M(this.chart),this},stop:function(){return P(this.animationFrame),this},resize:function(t){this.stop();var i=this.chart.canvas,e=R(this.chart.canvas),s=this.options.maintainAspectRatio?e/this.chart.aspectRatio:T(this.chart.canvas);return i.width=this.chart.width=e,i.height=this.chart.height=s,A(this.chart),"function"==typeof t&&t.apply(this,Array.prototype.slice.call(arguments,1)),this},reflow:c,render:function(t){return t&&this.reflow(),this.options.animation&&!t?s.animationLoop(this.draw,this.options.animationSteps,this.options.animationEasing,this.options.onAnimationProgress,this.options.onAnimationComplete,this):(this.draw(),this.options.onAnimationComplete.call(this)),this},generateLegend:function(){return C(this.options.legendTemplate,this)},destroy:function(){this.clear(),F(this,this.events);var t=this.chart.canvas;t.width=this.chart.width,t.height=this.chart.height,t.style.removeProperty?(t.style.removeProperty("width"),t.style.removeProperty("height")):(t.style.removeAttribute("width"),t.style.removeAttribute("height")),delete e.instances[this.id]},showTooltip:function(t,i){"undefined"==typeof this.activeElements&&(this.activeElements=[]);var o=function(t){var i=!1;return t.length!==this.activeElements.length?i=!0:(n(t,function(t,e){t!==this.activeElements[e]&&(i=!0)},this),i)}.call(this,t);if(o||i){if(this.activeElements=t,this.draw(),this.options.customTooltips&&this.options.customTooltips(!1),t.length>0)if(this.datasets&&this.datasets.length>1){for(var a,h,r=this.datasets.length-1;r>=0&&(a=this.datasets[r].points||this.datasets[r].bars||this.datasets[r].segments,h=l(a,t[0]),-1===h);r--);var c=[],u=[],d=function(){var t,i,e,n,o,a=[],l=[],r=[];return s.each(this.datasets,function(i){t=i.points||i.bars||i.segments,t[h]&&t[h].hasValue()&&a.push(t[h])}),s.each(a,function(t){l.push(t.x),r.push(t.y),c.push(s.template(this.options.multiTooltipTemplate,t)),u.push({fill:t._saved.fillColor||t.fillColor,stroke:t._saved.strokeColor||t.strokeColor})},this),o=m(r),e=g(r),n=m(l),i=g(l),{x:n>this.chart.width/2?n:i,y:(o+e)/2}}.call(this,h);new e.MultiTooltip({x:d.x,y:d.y,xPadding:this.options.tooltipXPadding,yPadding:this.options.tooltipYPadding,xOffset:this.options.tooltipXOffset,fillColor:this.options.tooltipFillColor,textColor:this.options.tooltipFontColor,fontFamily:this.options.tooltipFontFamily,fontStyle:this.options.tooltipFontStyle,fontSize:this.options.tooltipFontSize,titleTextColor:this.options.tooltipTitleFontColor,titleFontFamily:this.options.tooltipTitleFontFamily,titleFontStyle:this.options.tooltipTitleFontStyle,titleFontSize:this.options.tooltipTitleFontSize,cornerRadius:this.options.tooltipCornerRadius,labels:c,legendColors:u,legendColorBackground:this.options.multiTooltipKeyBackground,title:t[0].label,chart:this.chart,ctx:this.chart.ctx,custom:this.options.customTooltips}).draw()}else n(t,function(t){var i=t.tooltipPosition();new e.Tooltip({x:Math.round(i.x),y:Math.round(i.y),xPadding:this.options.tooltipXPadding,yPadding:this.options.tooltipYPadding,fillColor:this.options.tooltipFillColor,textColor:this.options.tooltipFontColor,fontFamily:this.options.tooltipFontFamily,fontStyle:this.options.tooltipFontStyle,fontSize:this.options.tooltipFontSize,caretHeight:this.options.tooltipCaretSize,cornerRadius:this.options.tooltipCornerRadius,text:C(this.options.tooltipTemplate,t),chart:this.chart,custom:this.options.customTooltips}).draw()},this);return this}},toBase64Image:function(){return this.chart.canvas.toDataURL.apply(this.chart.canvas,arguments)}}),e.Type.extend=function(t){var i=this,s=function(){return i.apply(this,arguments)};if(s.prototype=o(i.prototype),a(s.prototype,t),s.extend=e.Type.extend,t.name||i.prototype.name){var n=t.name||i.prototype.name,l=e.defaults[i.prototype.name]?o(e.defaults[i.prototype.name]):{};e.defaults[n]=a(l,t.defaults),e.types[n]=s,e.prototype[n]=function(t,i){var o=h(e.defaults.global,e.defaults[n],i||{});return new s(t,o,this)}}else d("Name not provided for this chart, so it hasn't been registered");return i},e.Element=function(t){a(this,t),this.initialize.apply(this,arguments),this.save()},a(e.Element.prototype,{initialize:function(){},restore:function(t){return t?n(t,function(t){this[t]=this._saved[t]},this):a(this,this._saved),this},save:function(){return this._saved=o(this),delete this._saved._saved,this},update:function(t){return n(t,function(t,i){this._saved[i]=this[i],this[i]=t},this),this},transition:function(t,i){return n(t,function(t,e){this[e]=(t-this._saved[e])*i+this._saved[e]},this),this},tooltipPosition:function(){return{x:this.x,y:this.y}},hasValue:function(){return f(this.value)}}),e.Element.extend=r,e.Point=e.Element.extend({display:!0,inRange:function(t,i){var e=this.hitDetectionRadius+this.radius;return Math.pow(t-this.x,2)+Math.pow(i-this.y,2)=this.startAngle&&e.angle<=this.endAngle,o=e.distance>=this.innerRadius&&e.distance<=this.outerRadius;return n&&o},tooltipPosition:function(){var t=this.startAngle+(this.endAngle-this.startAngle)/2,i=(this.outerRadius-this.innerRadius)/2+this.innerRadius;return{x:this.x+Math.cos(t)*i,y:this.y+Math.sin(t)*i}},draw:function(t){var i=this.ctx;i.beginPath(),i.arc(this.x,this.y,this.outerRadius,this.startAngle,this.endAngle),i.arc(this.x,this.y,this.innerRadius,this.endAngle,this.startAngle,!0),i.closePath(),i.strokeStyle=this.strokeColor,i.lineWidth=this.strokeWidth,i.fillStyle=this.fillColor,i.fill(),i.lineJoin="bevel",this.showStroke&&i.stroke()}}),e.Rectangle=e.Element.extend({draw:function(){var t=this.ctx,i=this.width/2,e=this.x-i,s=this.x+i,n=this.base-(this.base-this.y),o=this.strokeWidth/2;this.showStroke&&(e+=o,s-=o,n+=o),t.beginPath(),t.fillStyle=this.fillColor,t.strokeStyle=this.strokeColor,t.lineWidth=this.strokeWidth,t.moveTo(e,this.base),t.lineTo(e,n),t.lineTo(s,n),t.lineTo(s,this.base),t.fill(),this.showStroke&&t.stroke()},height:function(){return this.base-this.y},inRange:function(t,i){return t>=this.x-this.width/2&&t<=this.x+this.width/2&&i>=this.y&&i<=this.base}}),e.Tooltip=e.Element.extend({draw:function(){var t=this.chart.ctx;t.font=W(this.fontSize,this.fontStyle,this.fontFamily),this.xAlign="center",this.yAlign="above";var i=this.caretPadding=2,e=t.measureText(this.text).width+2*this.xPadding,s=this.fontSize+2*this.yPadding,n=s+this.caretHeight+i;this.x+e/2>this.chart.width?this.xAlign="left":this.x-e/2<0&&(this.xAlign="right"),this.y-n<0&&(this.yAlign="below");var o=this.x-e/2,a=this.y-n;if(t.fillStyle=this.fillColor,this.custom)this.custom(this);else{switch(this.yAlign){case"above":t.beginPath(),t.moveTo(this.x,this.y-i),t.lineTo(this.x+this.caretHeight,this.y-(i+this.caretHeight)),t.lineTo(this.x-this.caretHeight,this.y-(i+this.caretHeight)),t.closePath(),t.fill();break;case"below":a=this.y+i+this.caretHeight,t.beginPath(),t.moveTo(this.x,this.y+i),t.lineTo(this.x+this.caretHeight,this.y+i+this.caretHeight),t.lineTo(this.x-this.caretHeight,this.y+i+this.caretHeight),t.closePath(),t.fill()}switch(this.xAlign){case"left":o=this.x-e+(this.cornerRadius+this.caretHeight);break;case"right":o=this.x-(this.cornerRadius+this.caretHeight)}B(t,o,a,e,s,this.cornerRadius),t.fill(),t.fillStyle=this.textColor,t.textAlign="center",t.textBaseline="middle",t.fillText(this.text,o+e/2,a+s/2)}}}),e.MultiTooltip=e.Element.extend({initialize:function(){this.font=W(this.fontSize,this.fontStyle,this.fontFamily),this.titleFont=W(this.titleFontSize,this.titleFontStyle,this.titleFontFamily),this.height=this.labels.length*this.fontSize+(this.labels.length-1)*(this.fontSize/2)+2*this.yPadding+1.5*this.titleFontSize,this.ctx.font=this.titleFont;var t=this.ctx.measureText(this.title).width,i=z(this.ctx,this.font,this.labels)+this.fontSize+3,e=g([i,t]);this.width=e+2*this.xPadding;var s=this.height/2;this.y-s<0?this.y=s:this.y+s>this.chart.height&&(this.y=this.chart.height-s),this.x>this.chart.width/2?this.x-=this.xOffset+this.width:this.x+=this.xOffset},getLineHeight:function(t){var i=this.y-this.height/2+this.yPadding,e=t-1;return 0===t?i+this.titleFontSize/2:i+(1.5*this.fontSize*e+this.fontSize/2)+1.5*this.titleFontSize},draw:function(){if(this.custom)this.custom(this);else{B(this.ctx,this.x,this.y-this.height/2,this.width,this.height,this.cornerRadius);var t=this.ctx;t.fillStyle=this.fillColor,t.fill(),t.closePath(),t.textAlign="left",t.textBaseline="middle",t.fillStyle=this.titleTextColor,t.font=this.titleFont,t.fillText(this.title,this.x+this.xPadding,this.getLineHeight(0)),t.font=this.font,s.each(this.labels,function(i,e){t.fillStyle=this.textColor,t.fillText(i,this.x+this.xPadding+this.fontSize+3,this.getLineHeight(e+1)),t.fillStyle=this.legendColorBackground,t.fillRect(this.x+this.xPadding,this.getLineHeight(e+1)-this.fontSize/2,this.fontSize,this.fontSize),t.fillStyle=this.legendColors[e].fill,t.fillRect(this.x+this.xPadding,this.getLineHeight(e+1)-this.fontSize/2,this.fontSize,this.fontSize)},this)}}}),e.Scale=e.Element.extend({initialize:function(){this.fit()},buildYLabels:function(){this.yLabels=[];for(var t=v(this.stepValue),i=0;i<=this.steps;i++)this.yLabels.push(C(this.templateString,{value:(this.min+i*this.stepValue).toFixed(t)}));this.yLabelWidth=this.display&&this.showLabels?z(this.ctx,this.font,this.yLabels):0},addXLabel:function(t){this.xLabels.push(t),this.valuesCount++,this.fit()},removeXLabel:function(){this.xLabels.shift(),this.valuesCount--,this.fit()},fit:function(){this.startPoint=this.display?this.fontSize:0,this.endPoint=this.display?this.height-1.5*this.fontSize-5:this.height,this.startPoint+=this.padding,this.endPoint-=this.padding;var t,i=this.endPoint-this.startPoint;for(this.calculateYRange(i),this.buildYLabels(),this.calculateXLabelRotation();i>this.endPoint-this.startPoint;)i=this.endPoint-this.startPoint,t=this.yLabelWidth,this.calculateYRange(i),this.buildYLabels(),tthis.yLabelWidth+10?e/2:this.yLabelWidth+10,this.xLabelRotation=0,this.display){var n,o=z(this.ctx,this.font,this.xLabels);this.xLabelWidth=o;for(var a=Math.floor(this.calculateX(1)-this.calculateX(0))-6;this.xLabelWidth>a&&0===this.xLabelRotation||this.xLabelWidth>a&&this.xLabelRotation<=90&&this.xLabelRotation>0;)n=Math.cos(S(this.xLabelRotation)),t=n*e,i=n*s,t+this.fontSize/2>this.yLabelWidth+8&&(this.xScalePaddingLeft=t+this.fontSize/2),this.xScalePaddingRight=this.fontSize/2,this.xLabelRotation++,this.xLabelWidth=n*o;this.xLabelRotation>0&&(this.endPoint-=Math.sin(S(this.xLabelRotation))*o+3)}else this.xLabelWidth=0,this.xScalePaddingRight=this.padding,this.xScalePaddingLeft=this.padding},calculateYRange:c,drawingArea:function(){return this.startPoint-this.endPoint},calculateY:function(t){var i=this.drawingArea()/(this.min-this.max);return this.endPoint-i*(t-this.min)},calculateX:function(t){var i=(this.xLabelRotation>0,this.width-(this.xScalePaddingLeft+this.xScalePaddingRight)),e=i/Math.max(this.valuesCount-(this.offsetGridLines?0:1),1),s=e*t+this.xScalePaddingLeft;return this.offsetGridLines&&(s+=e/2),Math.round(s)},update:function(t){s.extend(this,t),this.fit()},draw:function(){var t=this.ctx,i=(this.endPoint-this.startPoint)/this.steps,e=Math.round(this.xScalePaddingLeft);this.display&&(t.fillStyle=this.textColor,t.font=this.font,n(this.yLabels,function(n,o){var a=this.endPoint-i*o,h=Math.round(a),l=this.showHorizontalLines;t.textAlign="right",t.textBaseline="middle",this.showLabels&&t.fillText(n,e-10,a),0!==o||l||(l=!0),l&&t.beginPath(),o>0?(t.lineWidth=this.gridLineWidth,t.strokeStyle=this.gridLineColor):(t.lineWidth=this.lineWidth,t.strokeStyle=this.lineColor),h+=s.aliasPixel(t.lineWidth),l&&(t.moveTo(e,h),t.lineTo(this.width,h),t.stroke(),t.closePath()),t.lineWidth=this.lineWidth,t.strokeStyle=this.lineColor,t.beginPath(),t.moveTo(e-5,h),t.lineTo(e,h),t.stroke(),t.closePath()},this),n(this.xLabels,function(i,e){var s=this.calculateX(e)+x(this.lineWidth),n=this.calculateX(e-(this.offsetGridLines?.5:0))+x(this.lineWidth),o=this.xLabelRotation>0,a=this.showVerticalLines;0!==e||a||(a=!0),a&&t.beginPath(),e>0?(t.lineWidth=this.gridLineWidth,t.strokeStyle=this.gridLineColor):(t.lineWidth=this.lineWidth,t.strokeStyle=this.lineColor),a&&(t.moveTo(n,this.endPoint),t.lineTo(n,this.startPoint-3),t.stroke(),t.closePath()),t.lineWidth=this.lineWidth,t.strokeStyle=this.lineColor,t.beginPath(),t.moveTo(n,this.endPoint),t.lineTo(n,this.endPoint+5),t.stroke(),t.closePath(),t.save(),t.translate(s,o?this.endPoint+12:this.endPoint+8),t.rotate(-1*S(this.xLabelRotation)),t.font=this.font,t.textAlign=o?"right":"center",t.textBaseline=o?"middle":"top",t.fillText(i,0,0),t.restore()},this))}}),e.RadialScale=e.Element.extend({initialize:function(){this.size=m([this.height,this.width]),this.drawingArea=this.display?this.size/2-(this.fontSize/2+this.backdropPaddingY):this.size/2},calculateCenterOffset:function(t){var i=this.drawingArea/(this.max-this.min);return(t-this.min)*i},update:function(){this.lineArc?this.drawingArea=this.display?this.size/2-(this.fontSize/2+this.backdropPaddingY):this.size/2:this.setScaleSize(),this.buildYLabels()},buildYLabels:function(){this.yLabels=[];for(var t=v(this.stepValue),i=0;i<=this.steps;i++)this.yLabels.push(C(this.templateString,{value:(this.min+i*this.stepValue).toFixed(t)}))},getCircumference:function(){return 2*Math.PI/this.valuesCount},setScaleSize:function(){var t,i,e,s,n,o,a,h,l,r,c,u,d=m([this.height/2-this.pointLabelFontSize-5,this.width/2]),p=this.width,g=0;for(this.ctx.font=W(this.pointLabelFontSize,this.pointLabelFontStyle,this.pointLabelFontFamily),i=0;ip&&(p=t.x+s,n=i),t.x-sp&&(p=t.x+e,n=i):i>this.valuesCount/2&&t.x-e0){var s,n=e*(this.drawingArea/this.steps),o=this.yCenter-n;if(this.lineWidth>0)if(t.strokeStyle=this.lineColor,t.lineWidth=this.lineWidth,this.lineArc)t.beginPath(),t.arc(this.xCenter,this.yCenter,n,0,2*Math.PI),t.closePath(),t.stroke();else{t.beginPath();for(var a=0;a=0;i--){if(this.angleLineWidth>0){var e=this.getPointPosition(i,this.calculateCenterOffset(this.max));t.beginPath(),t.moveTo(this.xCenter,this.yCenter),t.lineTo(e.x,e.y),t.stroke(),t.closePath()}var s=this.getPointPosition(i,this.calculateCenterOffset(this.max)+5);t.font=W(this.pointLabelFontSize,this.pointLabelFontStyle,this.pointLabelFontFamily),t.fillStyle=this.pointLabelFontColor;var o=this.labels.length,a=this.labels.length/2,h=a/2,l=h>i||i>o-h,r=i===h||i===o-h;t.textAlign=0===i?"center":i===a?"center":a>i?"left":"right",t.textBaseline=r?"middle":l?"bottom":"top",t.fillText(this.labels[i],s.x,s.y)}}}}}),s.addEvent(window,"resize",function(){var t;return function(){clearTimeout(t),t=setTimeout(function(){n(e.instances,function(t){t.options.responsive&&t.resize(t.render,!0)})},50)}}()),p?define(function(){return e}):"object"==typeof module&&module.exports&&(module.exports=e),t.Chart=e,e.noConflict=function(){return t.Chart=i,e}}).call(this),function(){"use strict";var t=this,i=t.Chart,e=i.helpers,s={scaleBeginAtZero:!0,scaleShowGridLines:!0,scaleGridLineColor:"rgba(0,0,0,.05)",scaleGridLineWidth:1,scaleShowHorizontalLines:!0,scaleShowVerticalLines:!0,barShowStroke:!0,barStrokeWidth:2,barValueSpacing:5,barDatasetSpacing:1,legendTemplate:'
    <% for (var i=0; i
  • <%if(datasets[i].label){%><%=datasets[i].label%><%}%>
  • <%}%>
'};i.Type.extend({name:"Bar",defaults:s,initialize:function(t){var s=this.options;this.ScaleClass=i.Scale.extend({offsetGridLines:!0,calculateBarX:function(t,i,e){var n=this.calculateBaseWidth(),o=this.calculateX(e)-n/2,a=this.calculateBarWidth(t);return o+a*i+i*s.barDatasetSpacing+a/2},calculateBaseWidth:function(){return this.calculateX(1)-this.calculateX(0)-2*s.barValueSpacing},calculateBarWidth:function(t){var i=this.calculateBaseWidth()-(t-1)*s.barDatasetSpacing;return i/t}}),this.datasets=[],this.options.showTooltips&&e.bindEvents(this,this.options.tooltipEvents,function(t){var i="mouseout"!==t.type?this.getBarsAtEvent(t):[];this.eachBars(function(t){t.restore(["fillColor","strokeColor"])}),e.each(i,function(t){t.fillColor=t.highlightFill,t.strokeColor=t.highlightStroke}),this.showTooltip(i)}),this.BarClass=i.Rectangle.extend({strokeWidth:this.options.barStrokeWidth,showStroke:this.options.barShowStroke,ctx:this.chart.ctx}),e.each(t.datasets,function(i){var s={label:i.label||null,fillColor:i.fillColor,strokeColor:i.strokeColor,bars:[]};this.datasets.push(s),e.each(i.data,function(e,n){s.bars.push(new this.BarClass({value:e,label:t.labels[n],datasetLabel:i.label,strokeColor:i.strokeColor,fillColor:i.fillColor,highlightFill:i.highlightFill||i.fillColor,highlightStroke:i.highlightStroke||i.strokeColor}))},this)},this),this.buildScale(t.labels),this.BarClass.prototype.base=this.scale.endPoint,this.eachBars(function(t,i,s){e.extend(t,{width:this.scale.calculateBarWidth(this.datasets.length),x:this.scale.calculateBarX(this.datasets.length,s,i),y:this.scale.endPoint}),t.save()},this),this.render()},update:function(){this.scale.update(),e.each(this.activeElements,function(t){t.restore(["fillColor","strokeColor"])}),this.eachBars(function(t){t.save()}),this.render()},eachBars:function(t){e.each(this.datasets,function(i,s){e.each(i.bars,t,this,s)},this)},getBarsAtEvent:function(t){for(var i,s=[],n=e.getRelativePosition(t),o=function(t){s.push(t.bars[i])},a=0;a<% for (var i=0; i
  • <%if(segments[i].label){%><%=segments[i].label%><%}%>
  • <%}%>'};i.Type.extend({name:"Doughnut",defaults:s,initialize:function(t){this.segments=[],this.outerRadius=(e.min([this.chart.width,this.chart.height])-this.options.segmentStrokeWidth/2)/2,this.SegmentArc=i.Arc.extend({ctx:this.chart.ctx,x:this.chart.width/2,y:this.chart.height/2}),this.options.showTooltips&&e.bindEvents(this,this.options.tooltipEvents,function(t){var i="mouseout"!==t.type?this.getSegmentsAtEvent(t):[];e.each(this.segments,function(t){t.restore(["fillColor"])}),e.each(i,function(t){t.fillColor=t.highlightColor}),this.showTooltip(i)}),this.calculateTotal(t),e.each(t,function(t,i){this.addData(t,i,!0)},this),this.render()},getSegmentsAtEvent:function(t){var i=[],s=e.getRelativePosition(t);return e.each(this.segments,function(t){t.inRange(s.x,s.y)&&i.push(t)},this),i},addData:function(t,i,e){var s=i||this.segments.length;this.segments.splice(s,0,new this.SegmentArc({value:t.value,outerRadius:this.options.animateScale?0:this.outerRadius,innerRadius:this.options.animateScale?0:this.outerRadius/100*this.options.percentageInnerCutout,fillColor:t.color,highlightColor:t.highlight||t.color,showStroke:this.options.segmentShowStroke,strokeWidth:this.options.segmentStrokeWidth,strokeColor:this.options.segmentStrokeColor,startAngle:1.5*Math.PI,circumference:this.options.animateRotate?0:this.calculateCircumference(t.value),label:t.label})),e||(this.reflow(),this.update())},calculateCircumference:function(t){return 2*Math.PI*(Math.abs(t)/this.total)},calculateTotal:function(t){this.total=0,e.each(t,function(t){this.total+=Math.abs(t.value)},this)},update:function(){this.calculateTotal(this.segments),e.each(this.activeElements,function(t){t.restore(["fillColor"])}),e.each(this.segments,function(t){t.save()}),this.render()},removeData:function(t){var i=e.isNumber(t)?t:this.segments.length-1;this.segments.splice(i,1),this.reflow(),this.update()},reflow:function(){e.extend(this.SegmentArc.prototype,{x:this.chart.width/2,y:this.chart.height/2}),this.outerRadius=(e.min([this.chart.width,this.chart.height])-this.options.segmentStrokeWidth/2)/2,e.each(this.segments,function(t){t.update({outerRadius:this.outerRadius,innerRadius:this.outerRadius/100*this.options.percentageInnerCutout})},this)},draw:function(t){var i=t?t:1;this.clear(),e.each(this.segments,function(t,e){t.transition({circumference:this.calculateCircumference(t.value),outerRadius:this.outerRadius,innerRadius:this.outerRadius/100*this.options.percentageInnerCutout},i),t.endAngle=t.startAngle+t.circumference,t.draw(),0===e&&(t.startAngle=1.5*Math.PI),e<% for (var i=0; i
  • <%if(datasets[i].label){%><%=datasets[i].label%><%}%>
  • <%}%>'};i.Type.extend({name:"Line",defaults:s,initialize:function(t){this.PointClass=i.Point.extend({strokeWidth:this.options.pointDotStrokeWidth,radius:this.options.pointDotRadius,display:this.options.pointDot,hitDetectionRadius:this.options.pointHitDetectionRadius,ctx:this.chart.ctx,inRange:function(t){return Math.pow(t-this.x,2)0&&ithis.scale.endPoint?t.controlPoints.outer.y=this.scale.endPoint:t.controlPoints.outer.ythis.scale.endPoint?t.controlPoints.inner.y=this.scale.endPoint:t.controlPoints.inner.y0&&(s.lineTo(h[h.length-1].x,this.scale.endPoint),s.lineTo(h[0].x,this.scale.endPoint),s.fillStyle=t.fillColor,s.closePath(),s.fill()),e.each(h,function(t){t.draw()})},this)}})}.call(this),function(){"use strict";var t=this,i=t.Chart,e=i.helpers,s={scaleShowLabelBackdrop:!0,scaleBackdropColor:"rgba(255,255,255,0.75)",scaleBeginAtZero:!0,scaleBackdropPaddingY:2,scaleBackdropPaddingX:2,scaleShowLine:!0,segmentShowStroke:!0,segmentStrokeColor:"#fff",segmentStrokeWidth:2,animationSteps:100,animationEasing:"easeOutBounce",animateRotate:!0,animateScale:!1,legendTemplate:'
      <% for (var i=0; i
    • <%if(segments[i].label){%><%=segments[i].label%><%}%>
    • <%}%>
    '};i.Type.extend({name:"PolarArea",defaults:s,initialize:function(t){this.segments=[],this.SegmentArc=i.Arc.extend({showStroke:this.options.segmentShowStroke,strokeWidth:this.options.segmentStrokeWidth,strokeColor:this.options.segmentStrokeColor,ctx:this.chart.ctx,innerRadius:0,x:this.chart.width/2,y:this.chart.height/2}),this.scale=new i.RadialScale({display:this.options.showScale,fontStyle:this.options.scaleFontStyle,fontSize:this.options.scaleFontSize,fontFamily:this.options.scaleFontFamily,fontColor:this.options.scaleFontColor,showLabels:this.options.scaleShowLabels,showLabelBackdrop:this.options.scaleShowLabelBackdrop,backdropColor:this.options.scaleBackdropColor,backdropPaddingY:this.options.scaleBackdropPaddingY,backdropPaddingX:this.options.scaleBackdropPaddingX,lineWidth:this.options.scaleShowLine?this.options.scaleLineWidth:0,lineColor:this.options.scaleLineColor,lineArc:!0,width:this.chart.width,height:this.chart.height,xCenter:this.chart.width/2,yCenter:this.chart.height/2,ctx:this.chart.ctx,templateString:this.options.scaleLabel,valuesCount:t.length}),this.updateScaleRange(t),this.scale.update(),e.each(t,function(t,i){this.addData(t,i,!0)},this),this.options.showTooltips&&e.bindEvents(this,this.options.tooltipEvents,function(t){var i="mouseout"!==t.type?this.getSegmentsAtEvent(t):[];e.each(this.segments,function(t){t.restore(["fillColor"])}),e.each(i,function(t){t.fillColor=t.highlightColor}),this.showTooltip(i)}),this.render()},getSegmentsAtEvent:function(t){var i=[],s=e.getRelativePosition(t);return e.each(this.segments,function(t){t.inRange(s.x,s.y)&&i.push(t)},this),i},addData:function(t,i,e){var s=i||this.segments.length;this.segments.splice(s,0,new this.SegmentArc({fillColor:t.color,highlightColor:t.highlight||t.color,label:t.label,value:t.value,outerRadius:this.options.animateScale?0:this.scale.calculateCenterOffset(t.value),circumference:this.options.animateRotate?0:this.scale.getCircumference(),startAngle:1.5*Math.PI})),e||(this.reflow(),this.update())},removeData:function(t){var i=e.isNumber(t)?t:this.segments.length-1;this.segments.splice(i,1),this.reflow(),this.update()},calculateTotal:function(t){this.total=0,e.each(t,function(t){this.total+=t.value},this),this.scale.valuesCount=this.segments.length},updateScaleRange:function(t){var i=[];e.each(t,function(t){i.push(t.value)});var s=this.options.scaleOverride?{steps:this.options.scaleSteps,stepValue:this.options.scaleStepWidth,min:this.options.scaleStartValue,max:this.options.scaleStartValue+this.options.scaleSteps*this.options.scaleStepWidth}:e.calculateScaleRange(i,e.min([this.chart.width,this.chart.height])/2,this.options.scaleFontSize,this.options.scaleBeginAtZero,this.options.scaleIntegersOnly);e.extend(this.scale,s,{size:e.min([this.chart.width,this.chart.height]),xCenter:this.chart.width/2,yCenter:this.chart.height/2})},update:function(){this.calculateTotal(this.segments),e.each(this.segments,function(t){t.save()}),this.reflow(),this.render()},reflow:function(){e.extend(this.SegmentArc.prototype,{x:this.chart.width/2,y:this.chart.height/2}),this.updateScaleRange(this.segments),this.scale.update(),e.extend(this.scale,{xCenter:this.chart.width/2,yCenter:this.chart.height/2}),e.each(this.segments,function(t){t.update({outerRadius:this.scale.calculateCenterOffset(t.value)})},this)},draw:function(t){var i=t||1;this.clear(),e.each(this.segments,function(t,e){t.transition({circumference:this.scale.getCircumference(),outerRadius:this.scale.calculateCenterOffset(t.value)},i),t.endAngle=t.startAngle+t.circumference,0===e&&(t.startAngle=1.5*Math.PI),e<% for (var i=0; i
  • <%if(datasets[i].label){%><%=datasets[i].label%><%}%>
  • <%}%>'},initialize:function(t){this.PointClass=i.Point.extend({strokeWidth:this.options.pointDotStrokeWidth,radius:this.options.pointDotRadius,display:this.options.pointDot,hitDetectionRadius:this.options.pointHitDetectionRadius,ctx:this.chart.ctx}),this.datasets=[],this.buildScale(t),this.options.showTooltips&&e.bindEvents(this,this.options.tooltipEvents,function(t){var i="mouseout"!==t.type?this.getPointsAtEvent(t):[];this.eachPoints(function(t){t.restore(["fillColor","strokeColor"])}),e.each(i,function(t){t.fillColor=t.highlightFill,t.strokeColor=t.highlightStroke}),this.showTooltip(i)}),e.each(t.datasets,function(i){var s={label:i.label||null,fillColor:i.fillColor,strokeColor:i.strokeColor,pointColor:i.pointColor,pointStrokeColor:i.pointStrokeColor,points:[]};this.datasets.push(s),e.each(i.data,function(e,n){var o;this.scale.animation||(o=this.scale.getPointPosition(n,this.scale.calculateCenterOffset(e))),s.points.push(new this.PointClass({value:e,label:t.labels[n],datasetLabel:i.label,x:this.options.animation?this.scale.xCenter:o.x,y:this.options.animation?this.scale.yCenter:o.y,strokeColor:i.pointStrokeColor,fillColor:i.pointColor,highlightFill:i.pointHighlightFill||i.pointColor,highlightStroke:i.pointHighlightStroke||i.pointStrokeColor}))},this)},this),this.render()},eachPoints:function(t){e.each(this.datasets,function(i){e.each(i.points,t,this)},this)},getPointsAtEvent:function(t){var i=e.getRelativePosition(t),s=e.getAngleFromPoint({x:this.scale.xCenter,y:this.scale.yCenter},i),n=2*Math.PI/this.scale.valuesCount,o=Math.round((s.angle-1.5*Math.PI)/n),a=[];return(o>=this.scale.valuesCount||0>o)&&(o=0),s.distance<=this.scale.drawingArea&&e.each(this.datasets,function(t){a.push(t.points[o])}),a},buildScale:function(t){this.scale=new i.RadialScale({display:this.options.showScale,fontStyle:this.options.scaleFontStyle,fontSize:this.options.scaleFontSize,fontFamily:this.options.scaleFontFamily,fontColor:this.options.scaleFontColor,showLabels:this.options.scaleShowLabels,showLabelBackdrop:this.options.scaleShowLabelBackdrop,backdropColor:this.options.scaleBackdropColor,backdropPaddingY:this.options.scaleBackdropPaddingY,backdropPaddingX:this.options.scaleBackdropPaddingX,lineWidth:this.options.scaleShowLine?this.options.scaleLineWidth:0,lineColor:this.options.scaleLineColor,angleLineColor:this.options.angleLineColor,angleLineWidth:this.options.angleShowLineOut?this.options.angleLineWidth:0,pointLabelFontColor:this.options.pointLabelFontColor,pointLabelFontSize:this.options.pointLabelFontSize,pointLabelFontFamily:this.options.pointLabelFontFamily,pointLabelFontStyle:this.options.pointLabelFontStyle,height:this.chart.height,width:this.chart.width,xCenter:this.chart.width/2,yCenter:this.chart.height/2,ctx:this.chart.ctx,templateString:this.options.scaleLabel,labels:t.labels,valuesCount:t.datasets[0].data.length}),this.scale.setScaleSize(),this.updateScaleRange(t.datasets),this.scale.buildYLabels()},updateScaleRange:function(t){var i=function(){var i=[];return e.each(t,function(t){t.data?i=i.concat(t.data):e.each(t.points,function(t){i.push(t.value)})}),i}(),s=this.options.scaleOverride?{steps:this.options.scaleSteps,stepValue:this.options.scaleStepWidth,min:this.options.scaleStartValue,max:this.options.scaleStartValue+this.options.scaleSteps*this.options.scaleStepWidth}:e.calculateScaleRange(i,e.min([this.chart.width,this.chart.height])/2,this.options.scaleFontSize,this.options.scaleBeginAtZero,this.options.scaleIntegersOnly);e.extend(this.scale,s)},addData:function(t,i){this.scale.valuesCount++,e.each(t,function(t,e){var s=this.scale.getPointPosition(this.scale.valuesCount,this.scale.calculateCenterOffset(t));this.datasets[e].points.push(new this.PointClass({value:t,label:i,x:s.x,y:s.y,strokeColor:this.datasets[e].pointStrokeColor,fillColor:this.datasets[e].pointColor}))},this),this.scale.labels.push(i),this.reflow(),this.update()},removeData:function(){this.scale.valuesCount--,this.scale.labels.shift(),e.each(this.datasets,function(t){t.points.shift()},this),this.reflow(),this.update()},update:function(){this.eachPoints(function(t){t.save()}),this.reflow(),this.render()},reflow:function(){e.extend(this.scale,{width:this.chart.width,height:this.chart.height,size:e.min([this.chart.width,this.chart.height]),xCenter:this.chart.width/2,yCenter:this.chart.height/2}),this.updateScaleRange(this.datasets),this.scale.setScaleSize(),this.scale.buildYLabels()},draw:function(t){var i=t||1,s=this.chart.ctx;this.clear(),this.scale.draw(),e.each(this.datasets,function(t){e.each(t.points,function(t,e){t.hasValue()&&t.transition(this.scale.getPointPosition(e,this.scale.calculateCenterOffset(t.value)),i)},this),s.lineWidth=this.options.datasetStrokeWidth,s.strokeStyle=t.strokeColor,s.beginPath(),e.each(t.points,function(t,i){0===i?s.moveTo(t.x,t.y):s.lineTo(t.x,t.y)},this),s.closePath(),s.stroke(),s.fillStyle=t.fillColor,s.fill(),e.each(t.points,function(t){t.hasValue()&&t.draw()})},this)}})}.call(this);PKa\xxchartjs/README.mdnuW+A# Chart.js [![Build Status](https://travis-ci.org/nnnick/Chart.js.svg?branch=master)](https://travis-ci.org/nnnick/Chart.js) [![Code Climate](https://codeclimate.com/github/nnnick/Chart.js/badges/gpa.svg)](https://codeclimate.com/github/nnnick/Chart.js) *Simple HTML5 Charts using the canvas element* [chartjs.org](http://www.chartjs.org) ## Documentation You can find documentation at [chartjs.org/docs](http://www.chartjs.org/docs/). The markdown files that build the site are available under `/docs`. Please note - in some of the json examples of configuration you might notice some liquid tags - this is just for the generating the site html, please disregard. ## Bugs, issues and contributing Before submitting an issue or a pull request to the project, please take a moment to look over the [contributing guidelines](https://github.com/nnnick/Chart.js/blob/master/CONTRIBUTING.md) first. For support using Chart.js, please post questions with the [`chartjs` tag on Stack Overflow](http://stackoverflow.com/questions/tagged/chartjs). ## License Chart.js is available under the [MIT license](http://opensource.org/licenses/MIT). PKa\߮q,twbs-pagination/jquery.twbsPagination.min.jsnuW+A/* * jQuery Bootstrap Pagination v1.3.1 * https://github.com/esimakin/twbs-pagination * * Copyright 2014-2015 Eugene Simakin * Released under Apache 2.0 license * http://apache.org/licenses/LICENSE-2.0.html */ !function(a,b,c,d){"use strict";var e=a.fn.twbsPagination,f=function(c,d){if(this.$element=a(c),this.options=a.extend({},a.fn.twbsPagination.defaults,d),this.options.startPage<1||this.options.startPage>this.options.totalPages)throw new Error("Start page option is incorrect");if(this.options.totalPages=parseInt(this.options.totalPages),isNaN(this.options.totalPages))throw new Error("Total pages option is not correct!");if(this.options.visiblePages=parseInt(this.options.visiblePages),isNaN(this.options.visiblePages))throw new Error("Visible pages option is not correct!");if(this.options.totalPages"),this.$listContainer.addClass(this.options.paginationClass),"UL"!==g&&this.$element.append(this.$listContainer),this.render(this.getPages(this.options.startPage)),this.setupEvents(),this.options.initiateStartPageClick&&this.$element.trigger("page",this.options.startPage),this};f.prototype={constructor:f,destroy:function(){return this.$element.empty(),this.$element.removeData("twbs-pagination"),this.$element.off("page"),this},show:function(a){if(1>a||a>this.options.totalPages)throw new Error("Page is incorrect.");return this.render(this.getPages(a)),this.setupEvents(),this.$element.trigger("page",a),this},buildListItems:function(a){var b=[];if(this.options.first&&b.push(this.buildItem("first",1)),this.options.prev){var c=a.currentPage>1?a.currentPage-1:this.options.loop?this.options.totalPages:1;b.push(this.buildItem("prev",c))}for(var d=0;d"),e=a(""),f=null;switch(b){case"page":f=c,d.addClass(this.options.pageClass);break;case"first":f=this.options.first,d.addClass(this.options.firstClass);break;case"prev":f=this.options.prev,d.addClass(this.options.prevClass);break;case"next":f=this.options.next,d.addClass(this.options.nextClass);break;case"last":f=this.options.last,d.addClass(this.options.lastClass)}return d.data("page",c),d.data("page-type",b),d.append(e.attr("href",this.makeHref(c)).html(f)),d},getPages:function(a){var b=[],c=Math.floor(this.options.visiblePages/2),d=a-c+1-this.options.visiblePages%2,e=a+c;0>=d&&(d=1,e=this.options.visiblePages),e>this.options.totalPages&&(d=this.options.totalPages-this.options.visiblePages+1,e=this.options.totalPages);for(var f=d;e>=f;)b.push(f),f++;return{currentPage:a,numeric:b}},render:function(b){var c=this;this.$listContainer.children().remove(),this.$listContainer.append(this.buildListItems(b)),this.$listContainer.children().each(function(){var d=a(this),e=d.data("page-type");switch(e){case"page":d.data("page")===b.currentPage&&d.addClass(c.options.activeClass);break;case"first":d.toggleClass(c.options.disabledClass,1===b.currentPage);break;case"last":d.toggleClass(c.options.disabledClass,b.currentPage===c.options.totalPages);break;case"prev":d.toggleClass(c.options.disabledClass,!c.options.loop&&1===b.currentPage);break;case"next":d.toggleClass(c.options.disabledClass,!c.options.loop&&b.currentPage===c.options.totalPages)}})},setupEvents:function(){var b=this;this.$listContainer.find("li").each(function(){var c=a(this);return c.off(),c.hasClass(b.options.disabledClass)||c.hasClass(b.options.activeClass)?void c.on("click",!1):void c.click(function(a){!b.options.href&&a.preventDefault(),b.show(parseInt(c.data("page")))})})},makeHref:function(a){return this.options.href?this.options.href.replace(this.options.hrefVariable,a):"#"}},a.fn.twbsPagination=function(b){var c,e=Array.prototype.slice.call(arguments,1),g=a(this),h=g.data("twbs-pagination"),i="object"==typeof b&&b;return h||g.data("twbs-pagination",h=new f(this,i)),"string"==typeof b&&(c=h[b].apply(h,e)),c===d?g:c},a.fn.twbsPagination.defaults={totalPages:0,startPage:1,visiblePages:5,initiateStartPageClick:!0,href:!1,hrefVariable:"{{number}}",first:"First",prev:"Previous",next:"Next",last:"Last",loop:!1,onPageClick:null,paginationClass:"pagination",nextClass:"next",prevClass:"prev",lastClass:"last",firstClass:"first",pageClass:"page",activeClass:"active",disabledClass:"disabled"},a.fn.twbsPagination.Constructor=f,a.fn.twbsPagination.noConflict=function(){return a.fn.twbsPagination=e,this}}(window.jQuery,window,document);PKa\Jt*font-awesome/fonts/fontawesome-webfont.svgnuW+A PKa\^***font-awesome/fonts/fontawesome-webfont.eotnuW+A**LP.u FontAwesomeRegular$Version 4.6.3 2016&FontAwesome RegularBSGP))YD MFx>ޝƏ)[1ɵH-A)Fٜ2i)ߺU'&a ;cnb$':Ϯ+zAP{u_\;ռtr[\C0X'+=p'-XZHZ$Ͼ.5Π* V\2lWLV=ۼ/5x_rSTN,Kg Ė^PIttfD^XƟsGLwx(~^+HK,99XqsZ0I>TcAu1KJjT'JT`, Z@eT7ß3@BPNb^󌫍7$hXF2@cj08E :ᾜ,޻\<Z[Ƥ+8;'y5xĭتN;\oa i<<AUwڀ>pcݴuNIzQ)#B=n5-B]sJGЄaM]2ܣI3MX #RZW eHi89dgQ k_^ 8\v~ * R`Zd'ji'N6F% 9^$c+1E,@pF~Wm 㞞\}H`]`Hb4Q탂0֯.m1׵Twe4SQtt:2c8$BŻC&;VYm#`pP8X9QEO ͎X{l+9/0`&F%A!׻[g ,]Xx=a/(,L[Mb/ YafNhCYlS6՗+HN D0C\R|nK[( 53Iqњ,$6ђhsT17YؑcR9VôVfdvgg1+RB-Jţ =5,H OH)t'͠u/p.i pP&I""Q%:HD *||w"6oSԳfHǢFv hV4ZsKLӓ1 ^W~-`^84|$O*O2H30"wC(ȓ`q$ӎ ȑV2*0)(ޔ54@(|R{wUOHA$qIS4Lf'qNf~-@3@c״ׯ/̯#x^ !' K!=_rOHB]Eue/$#=ttt1P ʄ STG^ I+IelD(YleȎDTz+hG R/!#"f朱9UQ^؜GsL憚T|W'#+$nX}Mff043 4cvG| +Su-kRG >}lRڑ˪_d΂(#3E~ Vm6U,Em#B%˗~Lk=r-S;̡T|ٻN1 )1fok+`.?zPdѪ 96M!H46T +u_]&1l=u9~̞;NUsI*' h_ܲ˚Fx*#іG[Y^8]9Gم>l`Y#2H#& (g3L7ZQP'9d2vJ&' n.(c@، ULd$|pg"KK#u@})\RYŨCP;U; >ʱA#3l06AKFV"tZW<]ҶР(upg4{: |' y_YSQGJ cZH8֪0rU9KG!I2;,-_4ˣ”%0rbdԒ%LvYJ-7t2頶?]1QYi8:92͍fL96t GzpZnZUC -xcI]-} )y~\C[b\.i{aC(ڞȞYտ&Pp82e65udl xi(.|0q&i3vLr;Ji8'h h|C-@ǁ@x^%;wJvw5!&}?]RnHS:OjeAΐ~4*)QpDW\}21똈 f^4 l,1Wȕ V,& *z [ B'مq a |I}$TBh.B 2C#PKJG*iA1A'*Dw(:F ߄D ]sɡRDUvNY%ET#$Ul'#}cd}7j+pbijbhw{>j6S(y\B^(hnF+4n3GzI̦BVBM.Eǩ>"EP6pg[L2 V ]'V!h[o3ԥOΥվ\٣lf%BA:@\QOQ}X-q"- } cKQ\4OPlFP=*' ^(퇓[ZILSy6+-^ sI " d,Q@[~p\qBq@f 3qzu 8& EHxf0c]a`l؟de()MC`b ssp(ots_뷐m^˲  Hh$#?"t-$R.G@yҚO6bn܏vkZ&h(A0L@İ.4FDsЩ 3v"PLf7Lbr:4ks8nMhYl9*(A@ x "6Ɯk' q@'A?'f2lUv%P.\KFBH>Q eDdk.a*osTv:MJJ#+1Z~M6FQ0T6'nɎlr9"2 &cVL1 1IxSCL "+&:=SӾ] 1 E9@ y2[HC4YMlV~<$?%P2Hf( S ]*4c2!d nxQǟDG R_J&8ז "C(mc!Z, 70cL)h`f&uA$[|/ MJ`u7zQڌ#5r&p 1d= ׭נ kGaKl[c#m :xn$0pk@ĄWa7 )Ro`sM(9!sC9^7FO w(*Q{Y&B i HӺ.$B&\{TIŢnOFG~ŠSN 3ߟ#' Hgί-H[;&_̙B H>㌂!ȺV+P^7жƂ;Bs}bQVfvr &E 1N1Cϫh . HDqW+7C.9 mU^!2E^%s~as.i 0:=\9:(ʛA4'Υ﹯"T' N)9I|t0y8 N7a[x,#47J!A{P5 :j*ouSS;DrP$cj͂R !k2!MR&yXpVB2y 0QQl&.[rc( {l[Qǜ'C g9hyz)$n!)=TwI ͳBtU0pvP'S9)HKl03R%`[e#[u`|6Q-Ҧ{n(^\6k9ϙ-u#TWY?j9UjVlN5ZKS(}głKVײgT-j9sCuJ,1 m|+ԇ+_^ljx.iӕ? _6)">z|5mBHPM4^bN6*8@[EE?Pm H"L/-B ,e!`vWg}Y2R 9iT@8FyLݵ9N_)Y" a1C rTbH4=t 7SvYl~n85` ˑ3B'XD#+N G`N%Xp$@ngLDaW:\,YAeܫ "i _lb JۤW HA)'su-0ӘTB?. ND ʹU A ЎT$eڐPA#I{φVCPg@%F"B.O}F EoP&sra D>`hS(x2[ön%ҫXqpȫ8b:dXS芳&s\%z `RJJ@RFŘut.x.NGV!A^UO#9J:}qxu.*ЧS͞L(P3~HE9&+G:'^n*sghAtl^c 6\;l@L!kP E2J4 $No)NǕ8ҮƖkDU f F*ixA>DwQ+t0<̒RFR^ziƕa2;4 #GcTa i8(kJ(=?s-Z@O,+OCr$#Gm5+2z !tDشדc]z|U A A X|. c@?6X /Vd^fRɂ 𔩔`?2SCY~"R]fD0.Ԥ/Ja\ώvȊ<8`NCZԅ%'JXP$$3^A+Bu="鎼mݳ_&OH6d`X>M|VCU"IB-]v:FaL4!&Z.zy#Jʺl"%PcAπO1\ЁC@4`:Nhpw0 S`%#;,-`F':EYʠvfCrxP2,#~wȱtɖ#h1"3:]=ɍr'ACQ!ذg e(rՇcF1mq m @2TsjT%c So/11*Hwj(%PG}EVz 4A@ϻ !i1\OpyDBh^;(ң|Prs: 3JL"R*sΐ6dqb,D$%uAJJ#3N3;%^h 4~hN+U"X AUTը1{gPH$N Muv}G&'E'jT_ a۠A8 zC*RB)9>f{88ŢuhU 4\DPc@|4>6Z'u?+h@WK$7a KК^֮cBG %P`H/5,=aōTDj3 J6,܅ 瑀8`"qCP3- rCܓğ>ïtC䃯/txr/a-Aլ&J42nTF e>:(=7{= z89$=!"XA[[][zꈢLҚR*T=FS=4Y%ԍxPs>zc#Ob'Ej='W nPHk" yP8 *_Q1[l AdÎԱ%D1zN8$x ׺ Y!"%Y3"DY=m04A(cd@cnEgպT6P Dq 3yE1pԞ:9F&l93mldD$!/BVoSgPף;~b<UIȵ-M덓I>{zJDvDI|X5q*NA7XdME0Z+jCS& ^U9);c] :aB He>IT{~Qf 33$Q3MI ;`G!쥄˼pySʑy@A| aA:R낖T" C*$oUAY'X\hk~!kbT6!\|Ui4jqig[a 1KP\ȹ/jV)Vle3Ruq@Q77QBJD3 wDd,-ƥACo%2Xfߖct3WfbUǣ~?!jdzm3E%"fεs*-*AhTr);bj* ҼC$|ºM*>(ʼn}V`*; ݞy=^$W䫒Gw)3Ed sgE3 t7L%4\z\&P~$Ryo._/,tb{^\oЮ wg mF&?(voA5D0Qx᯲yXZ4p/_ƖDJK ڃ0gfߤr0T7#~*@ `{߻Yo*ChDuY ^Vlf@5vl5-*gkcF2I k%Lw-9z0rD:P%Q5hQi$oU^ 3!KX EY  8ZDZ*Kѿ",#o63@ GrR,mV!A[$S#ҕ5Dލ6QB"R_*=J*c}@MgRߜPE)2UeE0N%1KJIl^1rDN@JwiTK5>*0mHqQQ_ƀ|Pl W?q1o\#'M"ck/.:ԙ!IXs듄>)q)]HDJii񌅦j3:\͏ ׇF~nO E>jtRNu'4lA1A @3-6q;ORfBʞHrOB b 4CA-zKh$́I5Jk2}Vq N_21sHY)xSJ>$H}3Dd+R}?ƏkClX!ƒ& Rh kLj8v"jS b#ƹhm$HMG-pxT NBb]ޤ=UL/5DD{ !,bēذBWfbtD5-HFkakaኅ! 2h*BbbT#Gn+Qϋݙ0כwq)2p$\jDe% Z.qjܘPBўq7&PB4x7!Ą!?0n]֦#((2OU,jB+s 00l<^P(e0;'LYX"ЦȤPQJG)Pa B k ӋLc 0]FZ\$obTNOsnK(FdS4ksޔ|/WdkR kQfB9/_L (G/vqrt 6/*_C/|H=R fq"'6;UϣNO/cx8?1

    ciZ0޹]wTڔxfVB4Mc] os_!rYFQ@0T!@%>;n} m_OF+HG&&G+I+F}U> mdVwe6L>tA7Pӗ@2@]!lxL٣76(K?B-Bh\  Zq?Ѭ}:F8E|mL<>i,)H+z*B|"Ma篖ʅ$Xg\ @a\rD$aRXֺe* rthbb?ZB;ͅu PM$b M67zA +wS4Л;WOHZf4J`3}e&UAG"isQDx'A ¬r*|ÄKa)-?fOY-$:N=pvcy@[BEq9͘z {L .!GH=O2 YRdYXLj[r,\]kuDӡ Ny{xuQ*~r'EEe56""`g&83f-dg?(9d^ UBV ћP~3 i> 5IOa'̈́j/b%(í1 M@UYl<0ZQxU qG.Ou QӀ>=lL~2 uցChb..vD g kdD#^.ǻaHE0Q:[2W- E}m4@+DRC/0?DFpk~sLQ~Ӽ6p>Hи{=Z圖VU%b.+yګ8^&z `E3 f\]#l{憵̭znT07avȶ&,[M 2FWHdX*AYxwb%vŇDž޼0 8^ N:'1={;8,U3+ Qq*~(*|u@7J^H u , ]z&vՁ6A4R# 6{zUYb]3 ;gJyyk1%$ 'z'ވqBeTuNFF4.~rml]poߤI?h?&(?wmb6HG+ghP$akY$RS[m3AcK$fn wK5IM<{I H%g%Q? d{o6X_R{!ùy $ W my7Ā=}Ho[&jye9-&#K 3bFض5 :2:>0KK`+I Ŵ"0T!\+֎l`xt0vU}`Ew`CBD=k).0m,1.A\r@-=EBI@ZBYprNG0j5{8%l@IC9YB7!eY*7d].p*fW =;q`a##FF $,44F%5:QT`ZVCas 2øà}:tw%;f#e1I7si7 .l5^M_ϻ,Da_}~?F08\d@"NdXgO,7_ bGa_@jbqBHA|J({N//^ozc 2F`v6L*Q" @4HLxIg͈I7 >QdTQRפt94F/ AzaH'aL{i* L2vx-\ϲ > 7D\w(ӊz)\Iok pՄ^Fba)!Fjŀ3饋&6,aݮ)27MFWH K/M T”q(_Q ,tEQ^[rN2p}yh8c„np@pXW u;fƏ~= `8$:^K|vBc'aGy\h.>v)*)p;6@"~s<7!r<\-<=oZQкRE gt88IRYHHFO{3[l>Hh8"xM#9M4a`Cu9 K1Q&i1US"NPbO<,݆@LdVl$t$[QpJeխ0! #ݻcox@5ݖb̓&S,SԦ ] !=B8'w @oe~&Gғ W.nxӑ_paEW2P,iD J"7OӬIKFzT]dY  Jd/?ӘMt,rLnp0.fC`Ey? ̵O7 e!Pr(tr380 4kQO')-<ө ̶,:٬d-W4P#]D?Np , ;=!]%)^-'W'`95+V{_* hY]TBD^L@%ڭJբ iS:x,_4.'|R&]7Q*݈z,iZipm>h6>)4PD;T'f3ӄh.H'˺~ц. @-)o4"ā%gUv+Lgɮ?ϱpsSjqZr }A?5(>N0"z{$u~,sȫfyL p2J,FݦiCW(%gfˋ*EB+E'v}JtdF`G4l >域*#1ΎUT@+C^A .w@Qҥ.r.C }@Q>!KvY~;jqޗӜ@ F\a:,dma1 I:vD45D"el*׻ XT WtV_t̪ydB Ϝ˥0ˌ+ d8gQR򗒡"}Uݮ%MD!rV鸼G(XwR&$5Zz6-!haV~|)5 &6Ev`mgKxbAᶬ;}5NYk0 2@K)Taiv} /f5uŕ"}`X00x[hZ+&hH Q#KBDI7k@yN/xKWS;.qS ax.gu-pu~ӡV u$ԃAs"47 (-LO @`.yn<5/5#ڃgRe";iJuZ"_c ݷO+RaQ`. YdN}/J$ua1H{AܲY j_w1Bmց~VhKfR9A;B!Cg3TC`D.'$ ᯸B>E:G BudT@eSh@"հR+ߨ2#!99 KOD4>S nBq",(c,@T-SΪ=u)g4hYdfS@JY0 V1(]=B:zdaK%c1wyD2z1h,7Ͼ>SC?(Gf,c4ydӰEA,g8[֌qXwv)/O1=ۜ0kkr3N[WzuIbT91 XIO>WM=eMchZ炘‰gtƛ/V" H:)[ea Rmp|?V*KMeMaLzP)QsL 0 4?Z-"{F3\+ʂx>5Z5l :%qt.U!hYuYEZ|L͊@sgک5;$MtN&((մ)[$U5çB{H‰3(Iyc:euyT`Tqc?a)ⒿO$3` D>{^Gx.:0:]4-C,KmۊH4Bi*)9d`)jo9?8s.A)FCBQ A(fpHHE8*%AH6u!`@m._dh;2})Yh*#t̬ N \!ѿ|-[J`bsV]C@0#?b D<'xV?z+  `' @6(Szw4k^(J41-iֹG.z ۰Jr Nm1 2_m 9hrev6#"rrǫ1!aE .AtUZ΀}> *bS^I&Ł/uJl}ɝ2"-A9 @EKÇm DнX;6,E >3xmyAxk@ !(W7Od,F|pze|},M=Ms ʼnd Iv"L@ lmFqpX1DPUK}@vS[0\2B0&K ~QE81qBNrGAIS(^q:]jY+'7oo'hYd : 埁oA FpQ;LnHe8-6l@&yBf.tgaΓr[-{QD7W^ F. )|=^A'@ hQbyrNIg60m_ϔs|WvCBʘ.$Cwz".<2u8˜˽\<݃u$_Ki$+ߡ&=鍇ϖKCmA!ap1[bxqޞO/U r l!^4!?21> פA+Wkz i{mZeKvCEm{aL|3ί';6a8 >G>{ @LR8p(=y B|-f tJ)^_V`t(DŀYR>- MQ2\.ݴn9[Dr 0*Nm %|Xg7!KLᭀD5.뻀#Ybt6dD_µj'7 /?|N+mȖk7{i< 9ucg,ol'ha/JA¢))*r-z,ƫZ\]x+x jA{ܳD̅rK>:f#@ܕR]c [؜}X]2t<(;idKL9 0N< &>d[1PeY"2H<5$$62b-eIx{N~gAnCOmi# ].q9X>[r?0- G:Ԗ2pDu-L@,CWNg4| ղDu)%:0bZf-4rfL )ş``enO&gDs/4P$V/D`<@ēK$1᥊\cF|/B9 aW†Np-(1h$,>!AƾQ<ſa ck5BvLZ{.sHtkߒh$ٓ#m z-4dapV3`53BAw+*j-/V* ]n$0'*8 hkhH8VbEs/61)>[%ēVȄkShP-_m/t'\/Rs ֎ECàD.'F,*?;芃7f%H'WBH9e HߴYn iGhpl $UqQbt$Cwuf(mBKnyDi۹aXHs#mk9 N עy: :O(T#k/X3Z;63ȯw 0N^d H @ H=*2$sU*xI>O Mb+#V ȒuZ'2IImE!Ĵt%be ,?G"I>@^5ueRpyR7Gupx#!:R S@[Sxɥ_j֙yHgHH.X 6j k(ef@ML d`k4 րS' $6k:x7禰tjqj&%U!+kn.O$鏩^l-<ߛFu0nu` Dqh[yyn:[75SăI `ez`(Xg!'Xf;&WʓL\.6`0@1t_A8k/ xB&`d>/q"I-,է Drh Xg`7GRWck17.SWsHH5jqbfS&&[fkNjl&64JdŜ|->t7ݤ\%hZM?񾍉qeG`)ntp|DO0ǟg29\4X^YBM^c4 #J1EJ?=Nt eφo 8AU85IȰ@$i^Y` O!D 1#Si2B6۾kL3]u:c>D\2:Z-IVTh6oR#|JX9ms- l~g߄8h΄pqf 4]BX1&f $_14n QQ->myQr dEج*G\݌h7oBͽ'GM'뤴#×+tphe9(`QVJ% Ճ"%ԨtP .NI#WEX&rAH3fd\ !+FIm.PsY1,b[ϵ/KJC`DrP1Apj{2)hf=hCN qkdĀIn\4TjJUh1[{v<g _V|߾iMx3MB߯M)H SH 8N`ib?! o1,I;eQim$p4!nzQ;T6cs`2'::D0QR+Ʉ'22g]W$ |'x5b_oHA5dqvE  ̼dB1 UZe >iu]$E\ji8>33[g>K%YʽaPZ4 @qE9>P.$io,vqhvd a} ڤk5vzPmBw*S¤~p§^e/H2iqLa&-(+Vӷ[г7;e!l&=)pS H ̢4+a HH`˄(`  5,/(Lxi`AvЊv&CH Y'ܫKRI !L $A֭ 4DZeX|F}#,2& L"ШHv *YE$S7C S9L?,4M/,,!: |/hKP!wQP[0X,~BMc4_Z+ѽ3QhP e'D@p-W, L;3>nW Q~Q*OAJܕ٪,B4ֲ-qMo7jndrIIy;I:U}tqKxqZJ WCYq(nR= B1h7BV㡶RĔVEfv&3 |B_>OI&Z Je>@s5#s6>!ա=b>//|TFTK+'ڳ&Wd! .۸B&jNAoLoC]L{j1kZJy{@0fLH1ޘӄd uKD &DK4:ȆUxxefFq U>kQwV%Y0t '=g# g1ɺ*@ԡޘ,r8s-,^9*ي@hCCwId'2R NOџ`T*x2=i4'&Za,;D,5ֳDz|^ZR nnum2[saC\6la<6Sh+a6hƁ/-UA`$X9. X%{Y//;`c  CcH֨-9u ndp8B <_Va"ta&7s;/A(g',8J^|NʲOP|ؚUs}-%{1h0$Ab^{D-Ms͍ mCN|3B`3r "c0$t p,9b2%f|ܬ|bG  *ZIӊQ{1"格/RԉuR#)H#y LBQXB'`]Iy-#-Q="lI 9o9M%Z0c^/삭rd/YC+>u.Mnό_ z=J)3q&FOZ'; "T bGĎoi<p6)d K)֍)/טJMQ֞ ?H*xynp͊*Ѕe Ċ Cd+<{Wl ( <'1h* uWL UM,`gBD4ҩJdA(z Dɬşœ?rtM;Ihtcv2Y.(\u2ΰ~w$"}/Br+f P@M=暙˙Ǘ.+l<;>!#QO2H,UoNH"qJQQyɿwv"*5W8UՒ"ifISM $܍u'M _FEkSA"dYwPt qaT34£#L6% GQ%5R]*iDصH;H<]x\]A c3Q<\y(R W4s|Ʀ̋.*~xZS{#8ߕ)GL02*HqX jWbyX`3$dyP@6iR8Ϻ rsXFA@ԒQDnom*S,;i^ͯU7߼Y*t~K':sK3UF5Ak_,9;:X#۴`:uw"J K 0KȪLyzN$`R×O>d8h荿cvGJzٷ ΄HTԑ䍥'q=݄e|%ĦG"WٯydYV@6Dz$ZTDG~GYs:oLJ#3bSaPAq"`/Ni\ ѻ=H2B']PP)N;Y~2Uɜ"4h )lϜdSLiJ ҟ!(8փk׭F]xGCcg{4\)mK!=>Ӧ!87(j录-8|IƊHD1qσ{1I2쐰jWܪ6#0+M..%:~S_aK.h[Bd@c ZĒ B@<+.uԯtRlElQ׏<F.[m8 `9fCɂ@7ԲTcq 1t =XU$Գ0rгN@À0I_q 3sW^M:YMB;cÃ^+1`3bD͞1a@M iCGʣ"D0^p_AC3齃9Q\]@vW<|Ԁ0̬zԌPCb`fH6ۘO0_-iȹvV]cv0/Dw__?1L{Vz*+S]ĸހ S'?>HIeR霣Bh(ee\_"0\B ˡ4X8$5v  y>됤x0"0WoHxR oEj;OR_)v ͘I,čpLҷldME ߈OI2j*KG_|ԗX`ԕЈ1>4䫀McN3'`.]XL(YZP8.jfs AWGbsd&,Y2C?BQ/ѹ _beJ"8CZ<6߉g8G^ b84 D1?$ @ZiyXB9pft.1cˊ,9St^>J0b$0 y+2W0bi"Cqr%DaLoR[q+q¡р.jQZԙ큦n4O% bn I*B8# ip+n= Ux%ʧQ?3GaC ($Ciu/Y$y-(^HpL}K0:@%am/>X0c5fMߎ2γe."d0 d00BI4CQ*%A }ZK8G3+PgQp<5<o0LhE7: u$^x=`#?J ߆y? 8ٚ_i(& 52_WӺ?J9=$e!|.LkYoe~ S5=-JQɘUf/V[^NnںVeS2>:&A\#U3qΙ:ciLAI)Y ={)T1o)c"H8:*kU@j_#lGcJ `5e6a )폑P \#w_Nbp~X>+oy0 @|4<4w:#/mIh؄]A@JhK9H8y NYr')+qV&9i8XON F@@x2K߆"t0LWFiv)G"V$;RnA&%QM#Ng+Aft 4 !c% J(;7Eu*21QϷ]PY|DbD0Ů=&P-?(o(x J2.!@I b]4V#~j֔J*I-Sr4-ݯJ-%ylG6 %ζb .Ŝyʵ:Xk?>!1P V+CkO73 k裉=?T`&Oڲ }ipWy:\87 T̬=<RvH@NZ;9 ҠZyLX0>m2$T5]֭LіT)OHX*XR,35زUv1:9gޗii|k#Vsф08{Hi2p [h֦@8Tčb'[@& BnyY.Pt/N WlG dƶ-,OTWvS)uZݕ}Szm3%ubtg!hSf\6mP(Hh̿3BtS\a`}\RbCڮ)?yײ$c ܟtCFb}HJ2M+%1 y. ִ>D X-) AGd"p.ZWXwr:V(V]ynKʕ  /¼ QEYj$A5סA_ZQE)i0m1զze +#p:|AUD3)N1ώ MTLR%6E쇶wISX=׊Vd*R2 #Ǒ%[?5,:Gd*ɜA1 @ZmaDrֻM(yp_$]\=zlr&<ӑ/J0鮸jv|\0}1df'*ۑ/8D䍅I;Y;2܂bOP~pqVK!T`"gr z|W'& Lh%8f=nsAնoBBLt/3Fбvܷk9nV$ݗλpQIe]@BwnUkD{i2Sa@Qm1.b;ۚFV0wʉYd[-l9fr;#2aMJIHGf,::h*~uJOqwbe'tJ~%#?609``nñ {cxoI 6ۉ̱C6xkq*spR[p6Q_mZ9g# ?T96#5B0QGa ZT3t|t$ ao 1FI! Cܹq!~/2h7LcQw-l&H XTK)b06VcE{gxHk˰A N!x_\PcX8u,}i!hIF*<b%Ģb>0#j!@d۔eIAm \=YS6qC#0;ށl`D>AWž]DèK(AIHOB'd)2 \ ߥNӷ/ĔV @ڭ6fǒ+0I #v2j# lQ2 _zA{5& 8}$g.5T+s}b gTH Hٶ'`$DSF129+D<ǁp!pUZ8sտ֧= B˅0C7JЇHMÑ%;X!a  4 uBx$\  9cZ_9e]_-AM?DrvS#tñ`4O8X@w)_sŤemb^VÚ]l`,D.ci%oբh4Jy;s'`o!d NDW#ίR7:Ղca4 s ESލLj$BewrcY3A$Š-tS/.,^ >>Ё`HelhFϰWdy,eͨ'Y'C Q@oA !X$~#S{0Lm|SQ(kv B1³L/swePjs45XcF)2ìȘDr/{Z:ʰB"Pd>y! kaIǝs:_h̃/<:ok8o3TaŁH5l8]ƙD-og~K5 AYHF^ z<{ Ns9@}E?`d"P8ЦARP˕>m"9BJ1 g]X[8"yZ4`G݇aisi 1NO8h5[N94Hr Ց(7yD<ٴʕjUyG]V )P$"bVWA0T )*Xk=')M a|.jzG,ޓ:T8 YZ"?Y$'!"W2vMlumne"KI 3qSOoENB=v4z7u0A9sX% 4<d^/LΠ!n>*n* al"  m,P3؇S6Hd0id^AVĔԦ?[ynH7x'=ݦ9h7WE ׌ O%qSe"1+&<qsms7Hj `F 9B'&( 5(ɕD7>Mph$_0!co|=R[188uO5߿`gU kOa^[F蹻h`I9y0f qk>yq.Hh4#d95DiNwgnD(mt H=;sOYh6Y&;!  sKouڵukZGRLFdO]?РN;ӛ"HbJF VV+) h(6R8#% _gŞna{hߡ' n=cp=EğA%YBmg4P{z2;}/c .`! Yg`g/g fX*b{*i=?o&'I>]}NfT9aA"~A$nLMN!O|> DhO<{^6N0c.Dk&#ͣN=d_xd/7gl҄HG>([mbJMT0͕(_d9@2 CVrm%Fмzr9^=8b] $`Ffde@甜" ZzwL٥>()u j(cƷ 6a4McsTXej'b^+CGj.BZqePtڻcicZGCi7'?Cq㔐} l2edĻ1 ?(/Q T :% ?Y{U% :>tW U`,/TDp$􆠖` \MB,;m=Ei^AС+7( rWh[ߋ<&mE:u$K}9%ԧ lF,3 zElİ\|C0R$-S\ U#tSx,dQ@M`L\G"a6S8Nml}RM?z<&$|kC[-N,ғjXY0 I;,UU7_`Hc٣1Ȳ"&Ç KKGH'NUS02!3*ₚInDAG@f*U`H3;c@dSփGeSlA]n3LŒ Pkczr(pKN]$}V?T>#fq`sUE[Wؒb`k|[׾)J#Tň~&m@XܩB. uLPXn99n"D%xzۼIx>1KsJċ|Xr$+ 86eDD˽dϹB8V6P!OAFŧ, ݸWeq)RFj7gn!`0g۫[9Nsw0;%y0 bAe`1M( 0LSW+]0܂q k#)k)i|ҥrgNW?e1]VX]`kȶ) Z#n >AcD`oJ +{ IA,SD3)-w1c $ډj:#ݓ )l;E) :;#3  . qP?s7:#`(90̎oybݬ~e[3ѩ;M, %$ juyFMl(LFföw|rg5÷+tTh%k32 ĩbC _vR09GFly9^̵0h*0r "ck)$O0#\sjƅ>aFD5׽r6 j# ZSC r !;U? D F nS^4+H QtL!@(Q4 @&%k7ZrOv%m5:Q>yE _L]NvF퀴(u,_TC@A~!Ňvv73,~(T  ؆B@1 =suULBb_O1TAVzpp+# /Sё?yAȼ$À*\~\/QtG1A oi]vYm̏ug@'5Ђ  | gs>J]Q Eh٭utV" 4)/fdBuu[1v" u"@2>$$` iO A"0B`HF*ԜYһ5yzoŝo [YѢt03c]X C1;Lm}Pu[~5Q'K*X =[;-;leT@"V0J14bfYR0jf-+ڷ9i` 4T*"S2hSq 4^`e,ǫQ/f7V z"$t,)k6'E{hصh>"'8|Rm|(fX9;2j` %0F ƣs & 2^ I<*%6 c#U1\@["'HlpֵSXm%Z\ g+lNE0Ѩ(H8 4jz}@S&x|JY!×wJWWޘwW w^sbg cJ!>DFd.6`'e#uSapA- 餱W2rC&n Mdm5L(~xptV)r,^G |+u~\ˣo3N V׳GG؀Atth/.!6Y&ͷ_0ğBдYr&6Y9N"2#&ќP!av'q-6VtjqsÃ\e?8#KrLbXP, Ezt]IS`jK/S#<4Qg̕F)EooQ9}\F XF\ ԏox4G&-(Wb'ӰmŨiiM?%x dt.DYa' w=AfK̊Fˌsih4%odǝ|ӻ n 8yizm.O-6Lef.n7g6o{>$Q_IBI\L:O/Js5.cLU559 >2l?V<V` %z,< tPdC j'_K3p]?}L"RyݨzELG5/ ,dJqá Ow7#G4 IpTo[)L\۝r\+q@1R+B3a+,0ŘJDdyA䢟 `7𦐣ՎFFOI `lZ{xip2a14K &tǚExI8p:Bns_؝a&tx6.H* Y놦_k3+׋/m++ ,(ʯ+cVx^WHic] Ȑ tGԱ[R=K!gw3-c3dʅJvQck˞E]R8G}3haBC _;5q4W\! !9 2χk.ے&VWVA&`Jk[-_OiH]vI{NV, <k`֘y 6E~tpvcM(KrD偄)T߂TEb3E.$XOEq~IG Vy@=BjdT9.ov;c'+s 6nl"TWr.2yLDZ< +^GxV pLewGZuEO:GX喔K׼PNӊX1Kd[\v@G,a(-9[p%r|u3Y*3#$nZViϬd(MJ*"MTϟ ݧ֛¯B ז `%7EE R0d2AT6ޢ}$guuГO208ЉeW}J0lkDzuv& I_j[aqMq264.iS@K^޿s܌҇ETn $5zF\4g˕JTG>૆ 7Ȓ#WVl+qd4ɇڊp^ʓlkw(qu9VS<2/R=z8f9(>a钖IL ]P11ͣ3S6׭7D"Ok!!&fV&ʚz.$[Hrw! o $qFqy!ڨ&xĖ4!\\NU%(]ϝd.`| "7§fi,ݱFMh $Iry" 3 G-'h,2mu n1LX@=AS2a1phJsLnc*,H׆x/Ԛ iɩ86&X!hiC \ l޷Π`P&y $K=I (esy 6z)Y5s\i'\(Tr!ݗ1v<"q d2ҩAsTpxd!^tUHcFT7fa[UR8Zo$]i˜B_b]F0z̻m}Ml`h(RBzAJ\Tdzujk]b5n/D} =_*ldIl-|6H5'-Q'wȢN#Lo`yA0^ HP>)hj_{;r["P b+[/`ee1Y{RnFReApg/VPڤibIBmI8 XHN?A q> GHlCil09%dP} hҟ2}{oSBMҬ,e$2t>$(ܓyY9$۾$.!Ys- otH\IX4u"r?^ DDK,Rp [D֘Qf%)!9!y,y(")c< ?PmJPd&^"SVUIJs#nd2шiq Y9"#{La8è=DزՀf E!^>g*vr`a n/g4## B;BE?7:ş(|pMyD'Qm$FO !+8SM8E鄯*fЭ`2-ea&綨>!*ELZ@qMvK`nWm,* m&j} A7* P PLBWqx[`h0i|#kϛlg"wZ#lDIPވdKzaAQ0=۹swT?[^ r~g뻬z yBV]`? FE1 (JOнp'0UI&k7(+G5f26#8$,: p͓~:3>s+@VY #fN VltxdU}1BB [" 1ym7|TX"l0F{Nm0ăTQ{\. ?]q/,X]rq6H/TaCvө2~{u'5c epR"J8kYWv)m)lz'.uK2Rv$4uwZQg„–5JR09fz}5k!= c(ډP{8J&FC>Q}=|\y@ ar ?r>,c@6 @ \R|'Ռؑf:rzi)+u6) 4ru6sۑ VHdVwA!FN$UD:F!9)Uy bc?]4$ܝF|ϣt$Xd8xH1+*fSoSD{iBV*Rdb 7+%ȅ{(ZىH+|Ί g\[>d=mTYP(&JyJI'-R=ͷ @gDf3x:wo'3*ayn{wC#G.ekEⶫPp8QW꺢we]EQ" s?ބv?,KGny>S`(1co;~QjEm]\KЋ06hᣌUST|rSMFQfh:|D&AzS&Q)U,LX^t ?R.V OZjNEXVl6((H "kJq 0/yEUi.펀YȤJ ?O ^#VEZ¥[ҌTb r\ؓĎVb:Pca Jd/p/x$v* 9mZD3,!H;)+ᦍ[TK=bОRcu(HN6$࢒Lp*L*Qypjӹ`НuTj1gķ`st#?Ba$'6 Dk4g6Ct#rvITtHXŅyܱzТh^(rSTXº8W}xTvG 3̺x$h](F| d0D` a Psq5T6 C~l_ {ʗ[Vo+*:IRf ;e@KLKSS )Pܑnxː ,vwSWY&'i/ꬨYvFQkL"EE҉}\$-; ڪ.rKjK$@5ʰ! 1JL؄攒#q |oÛ;;Ht0V-GyddHm~||j#( 3FQoowd`Yܡ\Jc5w Mi8%:Ɉ)nO_c򁅜NUaې-X6J Q/+Ϳ3, y. C<A6-=ǖ2x G~)F ȟZ6A!F t'< h7j]b}ā8$0_hd'db޼}t9R>fA{$.|NӴiJ1bI݉S7ѝP -~:N"$*fg~ip &n* KN勛!<(ae@`S#gh}-{1%KIry0-ޣ~H1]K8 B%?'#FqQ&xA\;plL؂,wPd%,h1~P? zA`Â]}~إ╵%s gŁ`Hx,s%'Ji"6%${lvi( F0G |!]U}KRٵ~D}NċMH=I}Hֈ)D`]XeaCQJ{Zb){J3K9Q)7=`h~I |pT˹nuk  rDe  UU|5f zQm}Mm_a!Y*;UF&CjYYn iH;oK';O[舑 Ї՗D 1$[1.X" DHQΰ9z"ZB<B.EOp8t4" WHq[+o %)D"|bg.[}K.bW!__=lMki[łL3z27kLz@ćjՐ"LY 3Y jY~?1 M3}X%6+3h8`.hY&@&hеHЈ#j(0( 6|H;:'-y_d쁧H3C՘%qFG݅oy2Ê}٩!M@,J 5}CK+ } 2Uk%ѕ:Ił26WmTgu4YdD'QT!pEqpl0&zN[|Z*z~WOTR4?"xig_5(5BU\!@N镅 j֢Va<5Xa9"#A^MB5h`X*񟺷ҥK[qW,Wm`ӜdnZz*+:66cxnEh@|ݰ݁ƥqFȥ ƳzGxG1ty HPT#Q~ ?o$-Fu/9_@$ic -// ŒwcS9#ٵ1! R6aӍºhR xP=ETK[+einθ>6ahĿA+-*۽i࿟˨?-Za8]nTgv3.\CCҗ̓D79 cx`[uKd |S-j Qk|EM0A۪Cïq =Teiǁ=YENPp` XB)`4N;pL,"XwuHfcU qFf6#Џu(7)u5{GV'ذ+pE Tn) `O"E^](GY-{AM&z p3$Kd4sY0^3 - en.طM|n, x!:-#1z"],mWu/J(;B?ݩL+EzZ2JFKh85iD_qrsQ#,J''#3G('& ,UY] <0Ic ?S`nDx1E<%Ǟ>2 <{,*36@\WsDNʒ DԑYe>y.n[Z*#̟bXaM55 j*BV(NglUX41ZrB\b9i:.lFޣ&*XhB }ۀbk"} `6C^P *b8'sfF"Bz6 IHu _¨\wLS? 78xe" fOuC¸MyO0UL0SoؤH%6g7>absn'.B ^9=:c-؎qD&@piܐ@mX*'ˆT6Up[.$qfOb8GB}I%Vgjsa[hDĒUH+IhÜ+6!R0cNQ"/6 * -BlשH-T\GKĜCny! d`TwAČIo:@cvrcQqE]$ N0 0pCA:7A+E,ǿT=XX>N恂*~I(n }I0g4"7/.›$;vMD4W@RvGh*T"8S詽^rp[jS`lafIlUL( -сc9U ݔh#C(رdT((rh6yICAE-{T~z[,sP%4z&|b31Ӻlc%BAx)B+7/T 4t6,. _كeзL<2p g0E/vSpd?!Prtk1K`aeZdc* $ zD 7iVorM2XIn,ʳ(,9 |ڭFnS(f6U"Ӕ$3fYg8ZGE1Y4#@@< 4FJ <|Pg-ź1EXwH!xĊbiY¨% r[fEp&:Wۭ ~0Ϥu?O-r#=P$[i2g$i.>I]~P/CHhIu%j,rA4w4"M]}}DT~łE2 5|"yp&łEa`7ΉHw>Wͽ}>Yt|QH䀇fMb hh12 v ]FNC6;tОCX;)ㅫ^e5,6 "KKן(|hS =E,,6(9_V0)uy/pp)5tЗ&cT9Wa!lcfz%1鑁K+2SYwFaW ٫ Xc?Q1z|." a. d U};FO#x3E+47j"!n0JF=Y[d qx|7M=-p.;L=۶CO-dva7.p!~d vϭV2fIu-N@HP6K݅7$@#0q@ۏA5DN@[_q %&#_ baŝ(aŔ2lyo 7)eD[[ , ͛K:” )!`F-g$ݗ!/d@wFQ f <btJgMUzJIVD 3%j{2uZַ(RFŻ %,J(qD|㉴E+ve.96 LnR6JM?L/_ʄhsq}X-d&hg)-w88NQ/v|JLkiiTگGg.4+$_sb6J~)\pRYAY4p5BRK0;іB,)txv1o$2U b]3+r ߷uٛIA{1Xvq$ʸ2xp%Fx|P‚ka FG"D ~hU]!rV醗"7s4c_ηq>Dyq")X̴RT<xzBe %2Dl1A(F8>'Q",n,ۤ=Y@ӁM1.{FRfO :fxΔϯ2O l. ˛L!^J+JSp$IAFčfuUĽ]QG˻cb#% oeZG8%r_/9]&@+ 8͛|ZsNdhTn`D#$IB$s`u;5bò6[QP"H@Ð6U$;D OV.%sJg= 9bXÊQǖB p<X%::kgi oH^{"q<_!NuH9`x G&)JKu'Χ-.6FRjCՊ\f0;`2ٗ&g6mԉ'@T tYbVu۲[<$'1&OKb=T'@G8KH^=]"g12-W<>%rhM\R'd(+ HJe6АBy>3d]|#hbw/S!zSSLfe8 7wF URs:7kq52eb{:Ԝ2]0-na5\"je~}!JOA՟x>X.?Uh  Lun'M(rbn'8ݷqrJۉ<Wl<1 A<O~OK+e_M$vN]3k Omt:X0bM<pڢ.bT@K>i@%@KF@c@` R=;4(weƞr,i+..:0 ] b A|/K mYh&\gڻw/ @ΡGgmYMDNR^F)\=I)@aٹڕ@bPtm3R1>(w „m8dI/:vyG6 {-7@_"ZՖJ*\K'8Ws瓒ovyK9ܿ0,gpuż!R+`qj=x͐X16OD7CHPq?̽]4=Q( Rns֣J}2Ja$F9Y#l\5dUw!&f`9ʈ\3w9#l}XÛ՞ F[[w3neՏm֐?+hwG:lNAd|LL.;%묐ȪxGה?mRMX,tw'0˨|9Rq2kI+u*QyMa$ r>0q_LAv(BQ0A*#@라2JI{0$c !h_ E": zH;{O9·ӓlU`s(2a]Eou Ǡ1*J4y@ 1AEUcQeW:vJXS0v9Z9`8^ll'*aE!,Zl-SlC 6Ǥh iXES 17[v}%UQXbȅYH4Q_HLj\ƣ֡h_JWDK[6meUXi+A<~ E{1?`̔h!E+yCB wbJeh' ~}`H4KcQDXǚ{=hzOj6E\ h.f A*χgɒ_ 2DVXQ3h‰4ro"]ՠCݚ ;Y;_at q+ l҂ LPƋ6J*6ENJ`hpvxV~1b_02uvi"d#.4r#wx̬ {j\^8z2yFZP:Vd,X? \s]{UՉ谽o+XŁ?;!Ӹ=P}-/@JZ 4+2N#Gzsx4fF#4 $ x?Aziף$UUϪ6,";n@pT #|T(QhPuqP@3[2i&| e |$V"MYZ1d&n& ˷B 3.Jf㢹IUK,] T}gꭂ;HN IcqD{ cJϫ?_KHVJ@:J|JbɑHQfPRbS<HS0_^% |;GMUЅ"`yA=B; `]P* YHŬdF-MRvpx0YSeXhxeg :ZDL kQXy+u-[Lk=bĸMKz'TH:Tb^J@u3 K>m* 0V3y΂B#j#|C.&BֆW/OV5vE0r-e=ֶcmmz^2\Ox؟yv KaC N^>tu ( )kLb9>3Iz==*c9L`IPh҃$@#ɈڭV;prƹ[ =\Qb; XSb'_:7fR/@UpWN=:ɏOALN!iY(p`?G0 !SR)" BQXc Rϲ_! @k@L0F4e۫_U̠*^R]_h+${sϋWgO2+ { ZFD*m},|mN{.a (>qn 9iӷFŚeNUsaHx y-Lf<= -ZG'TւgZ19YtPIO!O yN\NpgӉh e-j|a2,ܰz}|J77c BɢռzؽWJJrz͘ Q(>w5S|%m9(R1$1( iٝmwyQUTw&ZHH=~`edٙr Jl9a3XҦC"&CJN"KXpP\GI0d6/4e] /{_om@̜(GTe;C\rX{lv.7Ƿ*!F;ч+ϾEA(,ʄXZb-d*4l7l@*G!@ QԜr#A5L"[Kʹ'6~q,<@ |W#(V:vZB<'ARb|A+׫s ^v',W D8L௭5Ê*1&Z#EnrnFPR"}daiH=6_O(1N͡xEDwVt']BHQR fZ3G>$X8cm\6e9@8_Q\3icftD+>T2GNgq#[@lP]h񂁰IČ<ò}.H .NQwe.o=4(X5=.bGP42k BR6hJJS{Z4&5*p0SgӀz6 bxO:99}VÙrvdq/:;",|4aYWn^ e _äPguoNx3r"ǽDoL -I0:0MEeC(ѻbBahQR~T@[ef6 cB+Bm=ڟ;ɭ@%!8X4-C[<g26Iq]~:39Țc`ҭV{78; _\_9Eg >`9=|`U,ՏoBkg$"sO̗ӓ+vY/OK7 pAŁeԪQqU`rf*a{*^S,VKApLzSe5R~B`IQ,bbDv2eƔՕA.:_iv`(͠u<(FrS 8RMlalBɚG,D] Xw Rw ᦈsM/eOK݉ԣۼ/y-g b@5'HW4d%?tMl,,W2ńʕB4R^v12l$ eR҇`CZ4`a4 6ƃc&:l'犦"S+ զK[ Y- $/eYS[Wm{Ғy}K1sMt ;z"@oA<#V>RXSF/<> -IDJqJ| bz@@AM%*B )]޾AG('bP#$0D00Eռ+*GZxb*M"$z— 쵵kl0:@L8DkH@Sĸ>ɐlg)W7FTN/ ٪SÄ۠m5WHYyni|ŲTT. "n0%Qx $:yRpQgmS9um9+{kXl׌Äg W0l6y(RdZ AmHk6/=|*_5`gP/C?h|=0sRXTğ6$!:P"U[p1; ݝfZ=d77޸v)3.c vO$tcpTA؁57M; Zba7+{BG9}0m'bu5v)Q5O2&p%xPهsZ :>i+iȵ0Ѱ)m9p$ qL1@VclTR9OBz2hWAMTP+̾Y0;XqH#GwOݔ[KEBX[8GJz3@n"z&0$0X9Ua' v Hɇ_enK)حtƇzԚT/E6kvk"aQneo[ RM}g0w& 0$)qC2AǜԖ`{\gGDZI^[""S]ڰ)Bxm0E1M-B D_[/+fK/8i7!0T SMcɇATAd+#UZaɚg{P~`]p$2h<6ɡ1Ŕߕx%C a ̡@A"Uk[ Y<҅4xEeI_D[ՋwX2 V%_38QK2Y$ cRE9a7ʊw`?U!Ie(}Y_a'ClmVmT+TJ6+ <)`]Iv@T!W`Q8fhDoV?'~cИ\,yȖ {,)N _ߞ*U+ޢh?"ɽܺd`Ȏ 4.XMg$-]yuJպGJ6&k}@NRW}^ 7;Ii/W:$fd H)YDZ =av `SDϤQ3PPeDDwXOc>~J=8PD6G-]zGejQ㿭88g7 "$˽mx,d<{{v(H7s;ΠAPt9|86SV'bIS.9$͸WW4rZlm*NZÅmo=A-_8L+ <] &"MR( ђ2 1GKˤߢFς@ #GOrϢ̼ˬz GME H.FW0W#-V':,XD = BxJ5>\JB|SQU P[ 6A'*g=E=.1#9H%~`Z]} 9o(-1n$Dڑ_p" G$/۴> |(jnK0z6sB7P,*NyTEkzTMh^hh4ԯH &#Q?/&sY pW`3Un0by%EejacHKy!d9CڸOBҠ$Ҡp=c8C e-m͛5PM.׷šg\~zɥfP2(Tur2i/E4~=Z$*]v؁}kZ"Q⏢@ ŋ?"[ -i! xM3!)=\\[ RWobgqs}Lw/"Rb) iriB(HK84QaLb&`rhE &VIE6(LnC1c(};י2hh X|Fx%7 O&곫rl辧-rؐg/D.&rOS4_Ҝ7IW7#]9>"N%\y#gެj Sq,{\JL]eWAW mbP˃ߒT j5Sڭ?iC; (11F<XBcVL<8ɫq盼%dG$Xm ߌj4jp=aɊUᐌskխ'm@'LU GI^EX{  Ah/C!98zDȌTA)Y5c(j.U;R]_U` @fĵ^0(>/R _NҀz[4k5Kt f^Nj:}O+BnQ*jI=p>CYXK)fP\DZ1/ѻb`@wR0=XXObBPе|8v1*c0uT)fFQ2q37 !AlFqmg/m_NDg6TKX8wJIr*na]TYYZHPLI44xDHڝjI؀Y ėķXԟF?tH*O lN85V9x(�JZ葧 6wʭgt?`{rOR_*SxIrϦnd+ L˽+x/gZJZa3|~vxtD&J 3D2ZP>}Jz_uDU0vvZ#MbŲp‹jbK9_4H"u?Q>GB(:yaߠ- LAś ^H:DIsqHQ l!-du';sVbB++Vn9c2C|Q*:*DUquw;( HNcmU LKױ1}bMb<橬0ZBI`qRs!%yȚIGDCHALVCN*c#>*lQ 73+[`۱mv9N:g<Ewh96![(N096JMF@ ܮPQB6Dkq*k'g?IE*Em#s.A2;4=-#K)J;7%낂`EE}yL8|BH /LUZȚsm2UdAk9D( ; y RpK7D讗ܐ,_rv Jn=+ yS?:`*VB^>:/ʶrV"T]2pjW FF# 'x9&WGD"m/@B^fڠud8/rӭD#)QKI .\NR#6TT ?o|"9VLYtK,9 O+ E~sojQĔs~oxP cI-Lc:%=[;0pO,GEA<GEjp"!@ILL_ׯ$>`hV̚H0M&w(?㲍9ۡ \,gs9ϔ |IuG<0V"m0e[<%?֊e;cmۅi/ߋ+(W o!KJ)N.CLnEB`>m^4b:$K"p-Q24L5MgDy6 @y0P#jx ` '_S ipw)Ȑv#@V Yb]OcT!l|'8F,0*'C; Za 1劧zY-b `9Ko,@Q\[zyGdN1-XNk1JZO jM) JZ9)J@6岂hBFA<WBrVEe̠ =;~%LMC#Aetf_@ v?οb]1fJ5lT HJxS7ǢI)8Rk%M MwZЉ:BKn ?V,EOJEB߉Am 1I ;7NSheVVe]pʛ2{(؃cA6+:[}f0XENW*.`@; 'Ȟ0U@׸mF)\<])ߊ1 ~Vhʔw nW#=QZ.8Iau",m1iy'ɇ ֧@bvPvOih וt4:@ D^U_+l $r$D1e;+bU&swVt3@Xx AVV@ާN7@yP#-~JFh.T|dQ(.~Ιr>3[Y;om] O?'O#I% o4'͋"oL03r>ZoͱKl*{ 7د![jy70*qxL Ο| 15^dL4T.Vuͫ(0[O{@_? `ŧ1\a)$eXxGhf)5>mH/ JBN#Ig匎 Q+ox"( ͶXT4JQ @͠8 NX5[JTqV8LUhNI^eW jC"Fǀ/\wc/hv- MV.9^kB)*, BKSbW׀dUȊtV_^ALkU[ΞΧPv:##8a .DفƄHvG! ƑW$қl@̗x̾pń( Cn8o¥OAˁ0~}^q!U\ 'HO2O8"PnS d؎kc<,yrXS7!Ժ}zfIKIVzTPa,!h12`M k^ #I>uEj7g i$\@\5* =Y$7Rua? J1 uX׺mV _x\ bЗޯ_tm7Q1y`{+RddE(⡄{v[`MmV Fp#+m舗l@%Us<نZKacRnn10ceAzb̃W 4 r&]lq4w^2B!#Nj =]T@2!TOuuV B(TA&dZLR fDZ'5Z'56s0ɂA Ewx>db`aLBmu_ HЙ2SmOUogB8_88OTc`bTA:F*-b53 V4G^!Մ$}IȀ"t⊦)|&iCB d8hCjlmE9!u^,x1͌>#<c}T%p:}-|Cq q!aUJDV-!@UTC$w^oTB"G'Rdn&DSz5D_{Q& @(p%hj<-0T-;1 ~x1z2ne, :l䊆c S>gD9_8V /_4 >/p;0jE/􏱕1 bXb.X"XIJ|ܨ gvPbI:bZAt0 EdP$eAG& *(l8 "9 axs4iaGhM q 졾ESA`'a^ Q@b2f¾^|tAZNSLw 6?t϶ǒ#$[M vŻq؁>H(hj[MZGCɳAA[3O+q1/Nj2ʧU6+uTRnXǤMe󓗝{R81ܜ|zyFb DϊZnjVF^Jy>] w* k 6xVqә-8̚${65J¦K)ߐuVC'R'B"Huӑud\DQ^5Y"lbZ/V.jTѷ.,=a-}! ;Lܼ;&`ZhosTAuƒ@ DNdf5ǫ=v:V7?l/XK-\tg I P"oعBGHMah[KJ(g `:)P $mPĠ6P*W`ОK]Ulk(RaBn;xx_Cw%)@3hɺ/uXuP^OlbK(h ^H&iOTOHU\DEƌbw_cl] C1da:Nzc d}Ķ0B+cR8"y|?h'X.eCRl:;M 7)Vדީo&w <@(S#ۗhX["jvV8Mx±pvXM^Cvrq+&fƒ/ykD@XÕovE˓u-_ǯ({A]Șqوә>*ֆ١Dd-EǴ (\OuEsHB<7Ó5.! vj'I?3Μ3"s] `2s5ZW5;ݚ:c<^%.e@a5(z"YĀz .Z3($sD uP Vu/bex>Ecs< QαovL,+6c ,*;.d$i@.ؓ_!FB[(bC!}X1\*MiRZbFt~]&7~'rj몕܇}#([`ƈ<p+gs@ VeQ{w a  TT\7'(B Yܠ עtD,x=1DZ{{$ 53Ydؐ1~I"q&hL)HgŪEU߼ĢFSY\^%vUѧ+ov tIr39fH8v0ӪrrD,Lh"wqdTcr^15V_XM;"'77ӟ+rʮÆ;@rZ+Z Nf.5d2 IYv:> D)Yp^Q:l|(3)Ri m0CpE(bD=FZrzMc% ;K:P\ґjN)¨y@0F+,=QzV=h*Y!+&FLPPpNcʫ[_ٴݸofQx'H;Tœ*9Pp2 b'-Q~p`_QfyP'+ȩi7qp]*[*0B>~ A@: 6?XNfT)qXW:5|z/Q -"UJT{uq$P `3.ԂRH$BI BòiS2܀hL-]GF!ɹanwۀr i=>Oung,4 /ur#&9 |]fS8'!@2)]!vם`(Tj > li|, 0`Gk=BjkoaoO|˱GFꀖ~tD)uÎ39 z;L샼y̤M41(YPJLSgtUԍ[u nYY57Ng`o u;*1HFҢU& :" #tMD=!c=̠UoC7 )=c0b`;lB{dlFZd0Ϣ߿"W1$Ԩq;C(weUq7"RSm?۽6N(< EF<Ęqh=SP{6Z~a@ÖAB3=>\F΄mt?Y :$`gAC&+o2TYT#OxH ΥN}jC]`5& 3(HQ < J*tP7L=*"BA%ed #"FHy#ug1@,iA21@x%+{%R10q$;yB߹WL`O _ 00F擎u{D/X=_/D$5GgB+WM,C4(uz]ā\F) MI?-B@(Ǭ:n.OKњqrGGL `Vl~#$dd⸦v; ({\f %\`Iq!܍ D~Bd|4nB< j@i"5Ȼ ȇr#z!D8TqpcG:cl:qQ#=Pj b7)FZ 5Q1$ ,7ñ 3fqcAg2c`AA:)TVqh.Y8v"쉁Y\&Kh1&#DB('n&O@qQ A2bU'4Ad0P3,:;`52212 72H154;d95:249 zPtk^@ B14YcI;Hފztéi]R5tCr\{z?^W~y?\N8DŽn9.enFÌNN8Gwb7 3nvvw6mF.,ǤzƝ{Ø?dMSxk`n ~;]R5eH$uE ϲťGC0]UD8pU >| i.Z,Ԃ1*9 *< q1 z3[Jw&it l$(qrN%6@vg|l:3!EP#{otaˠA3 a@?X~8Z 15W9ȩ=k`yirN@MJXbnRC(T+MQ4H=sWk*IP2^U#9P8(AHnD0d:wck$#+$R٥6?ꉩ($ cBlGBg yX.X@*m501.y_Q.g Q|Dq(PJ`LsT_5٦xc$1:0.s qE$]A?ZBPBy YNr Kc.9"!+lj%^{'BؙJ}$r>RR1k`haߜ>23݇)ؓ4y+i%{0DWl[ºUbp '"8gi>؁ ) 9>~& t !?UQ$s&`[SxKmh<'\` r횻hOƐe{FW&9b>W@ʫESޢM rR(sK)FczTglq*HJ50$"q T:,F@G)qpԦ1&SĀƳg#.T\`'kOQpJ| %2DOlJ0 N$Cl ǫƥ˅t!WoHAհ䰫ġėG$!z ^ؽ(/Y P@$8PV"+- B:HNlme-UJO]A*&R2-%D!|U98%7^QGCPKa\_TT*font-awesome/fonts/fontawesome-webfont.ttfnuW+A`FFTMj:.GDEF OS/22z#(`cmap/tgaspglyfπhead"x6hhea "$hmtxT(" locaDL-T maxp7 name18 |post<;LwebfW4T=O<0Z[.L33spyrs@  t@4 / _!"""`%>N^n~.>N^n~>N^n~ / _!"""`%!@P`p 0@P`p!@P`pd]YTC2 ߸ݺ  p7!!!@pp p1]!2#!"&463!&54>3!2+@&&&&@+$(($F#+&4&&4&x+#+".4>32".4>32467632DhgZghDDhg-iWDhgZghDDhg-iW&@ (8 2N++NdN+';2N++NdN+'3 8!  #"'#"$&6$ rL46$܏ooo|W%r4L&V|oooܳ%=M%+".'&%&'3!26<.#!";2>767>7#!"&5463!2 %3@m00m@3%    @ :"7..7":6]^B@B^^BB^ $΄+0110+$ (   t1%%1+`B^^B@B^^"'.54632>324 #LoP$$Po>Z$_dC+I@$$@I+"#"'%#"&547&547%62V??V8<8y   b% I))9I  + % %#"'%#"&547&547%62q2ZZ2IzyV)??V8<8)>~>[   2 b% I))9I '%#!"&54>322>32 &6 yy 6Fe= BSSB =eF6 >xx5eud_C(+5++5+(C_due> /?O_o54&+";2654&+";2654&+";264&#!"3!2654&+";2654&+";264&#!"3!2654&+";2654&+";2654&+";267#!"&5463!2&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&^BB^^B@B^@&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&B^^B@B^^/?#!"&5463!2#!"&5463!2#!"&5463!2#!"&5463!2L44LL44LL44LL44LL44LL44LL44LL44L4LL44LL4LL44LL4LL44LL4LL44LL /?O_o#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!28((88(@(88((88(@(88((88(@(88((88(@(88((88(@(88((88(@(88((88(@(88((88(@(88((88(@(8 (88((88(88((88(88((88(88((88(88((88(88((88(88((88(88((88(88((88/?O_#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!28((88(@(88((88(@(88(@(88((88((88(@(88(@(88((88(@(88((8 (88((88(88((88(88((88(88((88(88((88(88((88y"/&4?62 62,PP&PP,jPn#$"' "/&47 &4?62 62 PP&P&&P&P&P&&P&P#+D++"&=#"&=46;546;232  #"'#"$&6$   @    @  rK56$܏ooo|W@    @   rjK&V|oooܳ0#!"&=463!2  #"'#"$&6$   @ rK56$܏ooo|W@  @ rjK&V|oooܳ)5 $&54762>54&'.7>"&5462zz+i *bkQнQkb* j*LhLLhLzzBm +*i JyhQQhyJ i*+ mJ4LL44LL/?O%+"&=46;2%+"&546;2%+"&546;2+"&546;2+"&546;2`r@@r@@n4&"2#"/+"&/&'#"'&'&547>7&/.=46?67&'&547>3267676;27632Ԗ #H  ,/ 1)  ~'H  (C  ,/ 1)  $H ԖԖm 6%2X  % l2 k r6 [21 ..9Q $ k2 k w3 [20/;Cg+"&546;2+"&546;2+"&546;2!3!2>!'&'!+#!"&5#"&=463!7>3!2!2@@@@@@@`0 o`^BB^`5FN(@(NF5 @@@L%%Ju  @LSyuS@%44%f5#!!!"&5465 7#"' '&/&6762546;2&&??>  LL >  X   &&&AJ A J Wh##!"&5463!2!&'&!"&5!(8((88((`x c`(8`((88(@(8(D 9 8( ,#!"&=46;46;2.  6 $$ @(r^aa@@`(_^aa2NC5.+";26#!26'.#!"3!"547>3!";26/.#!2W  .@   @.$S   S$@   9I   I6>  >%=$4&"2$4&"2#!"&5463!2?!2"'&763!463!2!2&4&&4&&4&&48(@(88(ч::(8@6@*&&*4&&4&&4&&4& (88(@(8888)@)'&&@$0"'&76;46;232  >& $$ `  (r^aa` @`2(^aa$0++"&5#"&54762  >& $$ ^ ?  @(r^aa` ? (^aa #!.'!!!%#!"&547>3!2<<<_@`&& 5@5 @  &&>=(""='#"'&5476.  6 $$   ! (r^aaJ %%(_^aa3#!"'&?&#"3267672#"$&6$3276&@*hQQhwI mʬzzk)'@&('QнQh_   z8zoe$G!"$'"&5463!23267676;2#!"&4?&#"+"&=!2762@hk4&&&GaF * &@&ɆF * Ak4&nf&&&4BHrd@&&4rd  Moe&/?O_o+"&=46;25+"&=46;25+"&=46;2#!"&=463!25#!"&=463!25#!"&=463!24&#!"3!26#!"&5463!2 @  @  @  @  @  @  @    @    @    @   ^B@B^^BB^`@  @ @  @ @  @ @  @ @  @ @  @ 3@  MB^^B@B^^!54&"#!"&546;54 32@Ԗ@8(@(88( p (8jj(88(@(88@7+"&5&5462#".#"#"&5476763232>32@@ @ @KjKך=}\I&:k~&26]S &H&  &H5KKut,4, & x:;*4*&K#+"&546;227654$ >3546;2+"&="&/&546$ <X@@Gv"DװD"vG@@X<4L41!Sk @ G< _bb_ 4.54632&4&&M4&UF &""""& F&M&&M&%.D.%G-Ik"'!"&5463!62#"&54>4.54632#"&54767>4&'&'&54632#"&547>7676'&'.'&54632&4&&M4&UF &""""& FU &'8JSSJ8'&  &'.${{$.'& &M&&M&%.D.%7;&'66'&;4[&$ [2[ $&[  #/37#5#5!#5!!!!!!!#5!#5!5##!35!!! #'+/37;?3#3#3#3#3#3#3#3#3#3#3#3#3#3#3#3#3???? ^>>~??????~??~??^??^^? ^??4&"2#"'.5463!2KjKKjv%'45%5&5L45&% jKKjK@5%%%%54L5&6'k54&"2#"'.5463!2#"&'654'.#32KjKKjv%'45%5&5L45&%%'4$.%%5&55&% jKKjK@5%%%%54L5&6'45%%%54'&55&6' yTdt#!"&'&74676&7>7>76&7>7>76&7>7>76&7>7>63!2#!"3!2676'3!26?6&#!"3!26?6&#!"g(sAeM ,*$/ !'& JP$G] x6,& `   h `   "9Hv@WkNC<.  &k& ( "$p" . #u&#  %!' pJvwEF#  @   @  2#"' #"'.546763!''!0#GG$/!''! 8""8  X! 8" "8  <)!!#"&=!4&"27+#!"&=#"&546;463!232(8&4&&4 8(@(8 qO@8((`(@Oq8(&4&&4&@` (88( Oq (8(`(q!)2"&42#!"&546;7>3!2  Ijjjj3e55e3gr`Ijjjj1GG1rP2327&7>7;"&#"4?2>54.'%3"&#"#ժ!9&WB03& K5!)V?@L' >R>e;&L::%P>vO 'h N_":- &+# : ' +a%3 4'.#"32>54.#"7>7><5'./6$3232#"&#"+JBx)EB_I:I*CRzb3:dtB2P$ $5.3b[F|\8!-T>5Fu\,,jn OrB,7676'5.'732>7"#"&#&#"$ zj=N!}:0e%  y + tD3~U'#B4 # g  '2 %/!: T bRU,7}%2"/&6;#"&?62+326323!2>?23&'.'.#"&"$#"#&=>764=464.'&#"&'!~:~!PP!~:~!P6 ,,$$% *'  c2N  ($"LA23Yl !x!*%%%% pP,T NE Q7^oH!+( 3  *Ueeu  wga32632$?23&'.5&'&#"&"5$#"#&=>7>4&54&54>.'&#"&'2#".465!#".'&47>32!4&4>Q6 ,,Faw!*' =~Pl*  ($"LA23Yl  )!* <7@@7<  <7@@7<  pP,T MF Q747ƢHoH!+( 3  tJHQ6  wh',686,'$##$',686,'$##$/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&&&&&&&&&&&&&&&&&&&&f&&&&f&&&&f&&&&/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&&&&&&&&&&&&&&&&&&&&f&&&&f&&&&f&&&&/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&&&&&&&&&&&&&&&&&&&&f&&&&f&&&&f&&&&/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&&&&&&&&&&&&&&&&&&&&f&&&&f&&&&f&&&&/?O_o%+"&=46;2+"&=46;2+"&=46;2#!"&=463!2+"&=46;2#!"&=463!2#!"&=463!2#!"&=463!2        @     @   @   @   s  s    s    s  s  /?O#"'&47632#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2     @     @   @  @          s  s  s  /?O#"&54632 #!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2`      @     @   @  @     @   s  s  s  #"'#!"&5463!2632' mw@www '*wwww."&462!5 !"3!2654&#!"&5463!2pppp@  @ ^BB^^B@B^ppp@@  @    @B^^BB^^k%!7'34#"3276' !7632k[[v  6`%`$65&%[[k `5%&&'4&"2"&'&54 Ԗ!?H?!,,ԖԖmF!&&!Fm,%" $$ ^aa`@^aa-4'.'&"26% 547>7>2"KjKXQqYn 243nYqQ$!+!77!+!$5KK,ԑ ]""]ً 9>H7'3&7#!"&5463!2'&#!"3!26=4?6 !762xtt`  ^Qwww@?6 1B^^B@B^ @(` `\\\P`tt8`  ^Ͼww@w 1^BB^^B~ @` \ \P+Z#!"&5463!12+"3!26=47676#"'&=# #"'.54>;547632www M8 pB^^B@B^ 'sw- 9*##;Noj' #ww@w "^BB^^B  *  "g`81T`PSA:'*4/D#!"&5463!2#"'&#!"3!26=4?632"'&4?62 62www@?6 1 B^^B@B^ @ BRnBBn^ww@w 1 ^BB^^B @ BnnBC"&=!32"'&46;!"'&4762!#"&4762+!54624&&4&&44&&4&&44&&44&&4&&44&&6'&'+"&546;267: &&&& s @  Z&&&&Z +6'&''&'+"&546;267667: : &&&&  s @  :  Z&&&&Z  : z6'&''&47667S::s @  : 4 : | &546h!!0a   $#!"&5463!2#!"&5463!2&&&&&&&&@&&&&&&&&#!"&5463!2&&&&@&&&&&54646&5-:s  :  :4:  +&5464646;2+"&5&5-&&&&:s  :  : &&&& :  &54646;2+"&5-&&&&s  : &&&&  62#!"&!"&5463!24 @ &&&&-:&&&& "'&476244444Zf "/&47 &4?62S44444#/54&#!4&+"!"3!;265!26 $$ &&&&&&&&@^aa@&&&&&&&&+^aa54&#!"3!26 $$ &&&&@^aa@&&&&+^aa+74/7654/&#"'&#"32?32?6 $$ }ZZZZ^aaZZZZ^aa#4/&"'&"327> $$ [4h4[j^aa"ZiZJ^aa:F%54&+";264.#"32767632;265467>$ $$ oW  5!"40K(0?i+! ":^aaXRd D4!&.uC$=1/J=^aa.:%54&+4&#!";#"3!2654&+";26 $$ ```^aa^aa/_#"&=46;.'+"&=32+546;2>++"&=.'#"&=46;>7546;232m&&m l&&l m&&m l&&ls&%&&%&&%&&%&&&l m&&m l&&l m&&m ,&%&&%&&%&&%&#/;"/"/&4?'&4?627626.  6 $$ I     ͒(r^aaɒ    (_^aa , "'&4?6262.  6 $$ Z4f44fz(r^aaZ&4ff4(_^aa "4'32>&#" $&6$  WoɒV󇥔 zzz8YW˼[?zz:zz@5K #!#"'&547632!2A4@%&&K%54'u%%&54&K&&4A5K$l$L%%%54'&&J&j&K5K #"/&47!"&=463!&4?632%u'43'K&&%@4AA4&&K&45&%@6%u%%K&j&%K55K&$l$K&&u#5K@!#"'+"&5"/&547632K%K&56$K55K$l$K&&#76%%53'K&&%@4AA4&&K&45&%%u'5K"#"'&54?63246;2632K%u'45%u&&J'45%&L44L&%54'K%5%t%%$65&K%%4LL4@&%%K',"&5#"#"'.'547!34624&bqb>#  5&44& 6Uue7D#  "dž&/#!"&546262"/"/&47'&463!2 &@&&4L  r&4  r L&& 4&&&L rI@& r  L4&& s/"/"/&47'&463!2#!"&546262&4  r L&& &@&&4L  r@@& r  L4&& 4&&&L r##!+"&5!"&=463!46;2!28(`8((8`(88(8((8(8 (8`(88(8((8(88(`8#!"&=463!28(@(88((8 (88((88z5'%+"&5&/&67-.?>46;2%6.@g.L44L.g@. .@g. L44L .g@.g.n.4LL43.n.gg.n.34LL4͙.n.g -  $54&+";264'&+";26/a^    ^aa fm  @ J%55!;263'&#"$4&#"32+#!"&5#"&5463!"&46327632#!2$$8~+(888(+}(`8((8`]]k==k]]8,8e8P88P8`(88(@MMO4&#"327>76$32#"'.#"#".'.54>54&'&54>7>7>32&z&^&./+>*>J> Wm7' '"''? &4&c&^|h_bml/J@L@ #M6:D 35sҟw$ '% ' \t3#!"&=463!2'.54>54''  @ 1O``O1CZZ71O``O1BZZ7@  @ N]SHH[3`)TtbN]SHH[3^)Tt!1&' 547 $4&#"2654632 '&476 ==嘅}(zVl''ٌ@uhyyhu9(}VzD##D# =CU%7.5474&#"2654632%#"'&547.'&476!27632#76$7&'7+NWb=嘧}(zVi\j1  z,X Y[6 $!%'FuJiys?_9ɍ?kyhun(}Vz YF  KA؉La  02-F"@Qsp@_!3%54&+";264'&+";26#!"&'&7>2    #%;"";%#`,@L 5 `   `  L`4LH` `   a 5 L@ #37;?Os!!!!%!!!!%!!!!!!!!%!!4&+";26!!%!!!!74&+";26%#!"&546;546;2!546;232 `@ `@ @@ @ @  @  @  @  @ L44LL4^B@B^^B@B^4L  @@@@    @@   @@    M4LL44L`B^^B``B^^B`L7q.+"&=46;2#"&=".'673!54632#"&=!"+"&=46;2>767>3!546327>7&54>$32dFK1A  0) L.٫C58.H(Ye#3C $=463!22>=463!2#!"&5463!2#!"&5463!2H&&/7#"&463!2!2LhLLhLhLLh! &&&&& &4hLLhLLhLLhL%z< 0&4&& )17&4& &&#!"&5463!2!2\@\\@\\@\\\\ W*#!"&547>3!2!"4&5463!2!2W+B"5P+B@"5^=\@\ \H#t3G#3G:_Ht\\ @+32"'&46;#"&4762&&4&&44&&44&&4@"&=!"'&4762!54624&&44&&44&&4&& !!!3!!0@67&#".'&'#"'#"'32>54'6#!"&5463!28ADAE=\W{O[/5dI kDtpČe1?*w@www (M& B{Wta28r=Ku?RZ^GwT -@www$2+37#546375&#"#3!"&5463ww/Dz?swww@wS88 ww#'.>4&#"26546326"&462!5!&  !5!!=!!%#!"&5463!2B^8(Ԗ>@|K55KK55K^B(8ԖԖ€>v5KK55KKHG4&"&#"2654'32#".'#"'#"&54$327.54632@pp)*Pppp)*Pb '"+`N*(a;2̓c`." b PTY9ppP*)pppP*)b ".`(*Nͣ2ͣ`+"' b MRZB4&"24&"264&"26#"/+"&/&'#"'&547>7&/.=46?67&'&547>3267676;27632#"&'"'#"'&547&'&=4767&547>32626?2#"&'"'#"'&547&'&=4767&547>32626?2ԖLhLKjKLhLKjK "8w s%(  ")v  >  "8x s"+  ")v  <  3zLLz3 3>8L3)x3 3zLLz3 3>8L3)x3 ԖԖ4LL45KK54LL45KK #)0C wZ l/ Y N,& #)0C vZl. Y L0"qG^^Gqq$ ]G)FqqG^^Gqq$ ]G)Fq%O#"'#"&'&4>7>7.546$ '&'&'# '32$7>54'VZ|$2 $ |E~E<| $ 2$|ZV:(t}X(  &%(Hw쉉xH(%& (XZT\MKG<m$4&"24&#!4654&#+32;254'>4'654&'>7+"&'&#!"&5463!6767>763232&4&&4N2`@`%)7&,$)' %/0Ӄy#5 +1 &<$]`{t5KK5$e:1&+'3TF0h4&&4&3M:;b^v+D2 5#$IIJ 2E=\$YJ!$MCeM-+(K55KK5y*%Au]c=p4&"24&'>54'64&'654&+"+322654&5!267+#"'.'&'&'!"&5463!27>;2&4&&4+ 5#bW0/% ')$,&7)%`@``2Nh0##T3'"( 0;e$5KK5 tip<& 1&4&&4&#\=E2 JIURI$#5 2D+v^b;:M2gc]vDEA%!bSV2MK55K(,,MeCM$!J@#"&547&547%6@?V8 b% I)94.""'." 67"'.54632>32+C`\hxeH>Hexh\`C+ED4 #LoP$$Po>Q|I.3MCCM3.I|Q/Z$_dC+I@$$@I+ (@%#!"&5463!2#!"3!:"&5!"&5463!462 ww@  B^^B  4&@&&&4 `  ww   ^B@B^ 24& && &%573#7.";2634&#"35#347>32#!"&5463!2FtIG9;HIxI<,tԩw@wwwz4DD43EEueB&#1s@www .4&"26#!+"'!"&5463"&463!2#2&S3 Ll&c4LL44LL4c@& &{LhLLhL'?#!"&5463!2#!"3!26546;2"/"/&47'&463!2www@B^^B@B^@&4t  r &&`ww@w@^BB^^B@R&t r  4&&@"&5!"&5463!462 #!"&54&>3!2654&#!*.54&>3!24&@&&&4 sw  @B^^B  @w4& && &3@w   ^BB^    I&5!%5!>732#!"&=4632654&'&'.=463!5463!2!2JJSq*5&=CKuuKC=&5*q͍S8( ^B@B^ (8`N`Ѣ΀GtO6)"M36J[E@@E[J63M")6OtG(8`B^^B`8 ',26'&'&76'6'&6&'&6'&4#"7&64 654'.'&'.63226767.547&7662>76#!"&5463!2  /[  . =XĚ4,+"  * +, 1JH'5G:: #L5+@=&#w@wwwP.1GE,ԧ4 4+ ; /5cFO:>JJ>:O9W5$@(b 4 @www'?$4&"2$4&"2#!"&5463!3!267!2#!#!"&5!"'&762&4&&4&&4&&48(@(88(c==c(8*&&*6&4&&4&&4&&4& (88(@(88HH88`(@&&('@1d4&'.54654'&#"#"&#"32632327>7#"&#"#"&54654&54>76763232632   N<;+gC8A`1a99gw|98aIe$IVNz<:LQJ  ,-[% 061I()W,$-7,oIX()oζA;=N0 eTZ  (O#".'&'&'&'.54767>3232>32 e^\3@P bMO0# 382W# & 9C9 Lĉ" 82<*9FF(W283 #0OMb P@3\^e FF9*<28 "L 9C9 & #!"3!2654&#!"&5463!2`B^^B@B^^ީwww@w^BB^^B@B^ww@w#!72#"' #"'.546763YY !''!0#GG$/!''!&UUjZ 8""8  X! 8" "8 EU4'./.#"#".'.'.54>54.'.#"32676#!"&5463!2G55 :8 c7 )1)  05.D <90)$9w@wwwW + AB 7c  )$+ -.1 9$)0< D.59@www,T1# '327.'327.=.547&54632676TC_LҬ#+i!+*pDNBN,y[`m`%i]hbEm}a u&,SXK &$f9s? _#"!#!#!54632V<%'ЭHH (ںT\dksz &54654'>54'6'&&"."&'./"?'&546'&6'&6'&6'&6'&74"727&6/a49[aA)O%-j'&]]5r-%O)@a[9' 0BA; + >HCU  #  $  2  AC: oM=a-6OUwW[q ( - q[WwUP6$C +) (  8&/ &eMa  & $      %+"&54&"32#!"&5463!54 &@&Ԗ`(88(@(88(r&&jj8((88(@(8#'+2#!"&5463"!54&#265!375!35!B^^BB^^B   `^B@B^^BB^  ` !="&462+"&'&'.=476;+"&'&$'.=476; pppp$!$qr % }#ߺppp!E$ rqܢ# % ֻ!)?"&462"&4624&#!"3!26!.#!"#!"&547>3!2/B//B//B//B @   2^B@B^\77\aB//B//B//B/@    ~B^^B@2^5BB52.42##%&'.67#"&=463! 25KK5L4_u:B&1/&.- zB^^B4LvyKjK4L[!^k'!A3;):2*547&5462;U gIv0ZZ0L4@Ԗ@4L2RX='8P8'=XR U;Ig0,3lb??bl34LjjL4*\(88(\}I/#"/'&/'&?'&'&?'&76?'&7676767676` (5 )0 ) *) 0) 5(  (5 )0 )))) 0) 5( *) 0) 5(  )5 )0 )**) 0) 5)  )5 )0 )*5h$4&"24&#!4>54&#"+323254'>4'654&'!267+#"'&#!"&5463!2>767>32!2&4&&4N2$YGB (HGEG HQ#5K4Li!<;5KK5 A# ("/?&}vh4&&4&3M95S+C=,@QQ9@@IJ 2E=L5i>9eME;K55K J7R>@#zD<7?s%3#".'.'&'&'.#"!"3!32>$4&"2#!"#"&?&547&'#"&5463!&546323!2` #A<(H(GY$2NL4K5#aWTƾh&4&&4K5;=!ihv}&?/"( #A  5K2*!Q@.'!&=C+S59M34L=E2 JI UR@@&4&&4&5K;ELf9>igR7J K5h4&"24#"."&#"4&#"".#"!54>7#!"&54.'&'.5463246326326&4&&4IJ 2E=L43M95S+C=,@QQ9@@E;K55K J7R>@#zD9eMZ4&&4&<#5K4LN2$YGB (HGEG HV;5KK5 A# ("/?&}vhi!<4<p4.=!32>332653272673264&"2/#"'#"&5#"&54>767>5463!2@@2*! Q@.'!&=C+S59M34L.9E2 JI UR&4&&4&Lf6Aig6Jy#@>R7J K55K;E@TƾH #A<(H(GY$2NL4K#5#a=4&&4&D=ihv}&?/"( #A  5KK5;+54&#!764/&"2?64/!26 $$ & [6[[j6[&^aa@&4[[6[[6&+^aa+4/&"!"3!277$ $$ [6[ &&[6j[ ^aae6[j[6&&4[j[^aa+4''&"2?;2652?$ $$ [6[[6&&4[^aaf6j[[6[ &&[^aa+4/&"4&+"'&"2? $$ [6&&4[j[6[j^aad6[&& [6[[j^aa   $2>767676&67>?&'4&'.'.'."#&6'&6&'3.'.&'&'&&'&6'&>567>#7>7636''&'&&'.'"6&'6'..'/"&'&76.'7>767&.'"76.7"7"#76'&'.'2#22676767765'4.6326&'.'&'"'>7>&&'.54>'>7>67&'&#674&7767>&/45'.67>76'27".#6'>776'>7647>?6#76'6&'676'&67.'&'6.'.#&'.&6'&.5/a^D&"      4   $!   #          .0"Y +  !       $     "  +       Α      ^aa                        P   ' -( # * $  "  !     * !   (         $      2 ~/$4&"2 #"/&547#"32>32&4&&4V%54'j&&'/덹:,{ &4&&4&V%%l$65&b'Cr! " k[G +;%!5!!5!!5!#!"&5463!2#!"&5463!2#!"&5463!2&&&&&&&&&&&&@&&&&&&&&&&&&{#"'&5&763!2{' **)*)'/!5!#!"&5!3!26=#!5!463!5463!2!2^B@B^&@&`^B`8(@(8`B^ B^^B&&B^(88(^G 76#!"'&? #!"&5476 #"'&5463!2 '&763!2#"'c)'&@**@&('c (&*cc*&' *@&('c'(&*cc*&('c'(&@*19AS[#"&532327#!"&54>322>32"&462 &6 +&'654'32>32"&462QgRp|Kx;CByy 6Fe= BPPB =eF6 ԖV>!pRgQBC;xK|Ԗ{QNa*+%xx5eud_C(+5++5+(C_due2ԖԖ>NQ{u%+*jԖԖp!Ci4/&#"#".'32?64/&#"327.546326#"/&547'#"/&4?632632(* 8( !)(A(')* 8( !USxySSXXVzxTTUSxySSXXVzxT@(  (8 *(('( (8 SSUSx{VXXTTSSUSx{VXXT#!"5467&5432632t,Ԟ;F`j)6,>jK?s !%#!"&7#"&463!2+!'5#8EjjE8@&&&&@XYY&4&&4&qDS%q%N\jx2"&4#"'#"'&7>76326?'&'#"'.'&676326326&'&#"32>'&#"3254?''74&&4&l NnbSVZ bRSD zz DSRb)+USbn \.2Q\dJ'.2Q\dJ.Q2.'Jd\Q2.'Jd`!O` ` &4&&4r$#@B10M5TNT{L5T II T5L;l'OT4M01B@#$*3;$*3;;3*$;3*$: $/ @@Qq`@"%3<2#!"&5!"&5467>3!263! !!#!!46!#!(88(@(8(8(`((8D<++<8(`(8(`8(@(88( 8((`(8((<`(8(``(8||?%#"'&54632#"'&#"32654'&#"#"'&54632|udqܟs] = OfjL?R@T?"& > f?rRX=Edudsq = _MjiL?T@R?E& f > =XRr?b!1E)!34&'.##!"&5#3463!24&+";26#!"&5463!2 08((88(@(8  8((88((`(1  `(88((88(@  `(88(@(8(`#!"&5463!2w@www`@www/%#!"&=463!2#!"&=463!2#!"&=463!2&&&&&&&&&&&&&&&&&&&&&&&&@'7G$"&462"&462#!"&=463!2"&462#!"&=463!2#!"&=463!2ppppppp @   ppp @    @   Рpppppp  ppp    <L\l|#"'732654'>75"##5!!&54>54&#"'>3235#!"&=463!2!5346=#'73#!"&=463!2#!"&=463!2}mQjB919+i1$AjM_3</BB/.#U_:IdDRE @  k*Gj @   @   TP\BX-@8 C)5Xs J@$3T4+,:;39SG2S.7<  vcc)( %Ll}    5e2#!"&=463%&'&5476!2/&'&#"!#"/&'&=4'&?5732767654'&@02uBo  T25XzrDCBBEh:%)0%HPIP{rQ9f#-+>;I@KM-/Q"@@@#-a[ $&P{<8[;:XICC>.'5oe71#.0(  l0&%,"J&9%$<=DTIcs&/6323276727#"327676767654./&'&'737#"'&'&'&54'&54&#!"3!260% <4"VRt8<@< -#=XYhW8+0$"+dTLx-'I&JKkmuw<=V@!X@ v '|N;!/!$8:IObV;C#V  &   ( mL.A:9 !./KLwPM$@@ /?O_o%54&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!26#!"&5463!2@@@@@@@@@^BB^^B@B^NB^^B@B^^#+3 '$"/&4762%/?/?/?/?%k*66bbbb|<<<bbbbbbbb%k66Ƒbbb<<<<^bbbbbb@M$4&"2!#"4&"2&#"&5!"&5#".54634&>?>;5463!2LhLLh LhLLhL! 'ԖԖ@' !&  ?&&LhLLhL hLLhL jjjj &@6/" &&J#"'676732>54.#"7>76'&54632#"&7>54&#"&54$ ok; -j=yhwi[+PM 3ѩk=J%62>VcaaQ^ ]G"'9r~:`}Ch 0=Z٤W=#uY2BrUI1^Fk[|aL2#!67673254.#"67676'&54632#"&7>54&#"#"&5463ww+U ,iXբW<"uW1AqSH1bdww'74'!3#"&46327&#"326%35#5##33#!"&5463!20U6cc\=hlࠥYmmnnnnw@wwww&46#Ȏ;edwnnnnn@www ]#/#"$&6$3 &#"32>7!5!%##5#5353Еttu{zz{SZC` cot*tq||.EXN#?? ,<!5##673#$".4>2"&5!#2!46#!"&5463!2rM* *M~~M**M~~M*jjj&&&&`P%挐|NN||NN|*jjjj@&&&&@ "'&463!2@4@&Z4@4&@ #!"&4762&&4Z4&&4@@ "'&4762&4@4&@&4&@ "&5462@@4&&44@&&@ 3!!%!!26#!"&5463!2`m` ^BB^^B@B^  `@B^^BB^^@ "'&463!2#!"&4762@4@&&&&44@4&Z4&&4@ "'&463!2@4@&4@4&@ #!"&4762&&4Z4&&4@:#!"&5;2>76%6+".'&$'.5463!2^B@B^,9j9Gv33vG9H9+bI\ A+=66=+A [">nSMA_:B^^B1&c*/11/*{'VO3@/$$/@*?Nh^l+!+"&5462!4&#"!/!#>32]_gTRdgdQV?U I*Gg?!2IbbIJaaiwE3300 084#"$'&6?6332>4.#"#!"&54766$32z䜬m IwhQQhbF*@&('kz   _hQнQGB'(&*eoz(q!#"'&547"'#"'&54>7632&4762.547>32#".'632%k'45%&+~(  (h  &  \(  (  &  ~+54'k%5%l%%l$65+~  &  (  (\  &  h(  (~+%'!)19K4&"24&"26.676&$4&"24&"24&"2#!"'&46$ KjKKj KjKKje2.e<^P,bKjKKjKjKKj KjKKj##LlLKjKKjK jKKjK~-M7>7&54$ LhяW.{+9E=cQdFK1A  0) pJ2`[Q?l&٫C58.H(Y':d 6?32$64&$ #"'#"&'&4>7>7.546'&'&'# '32$7>54'Yj`a#",5NK ~EVZ|$2 $ |: $ 2$|ZV:(t}hfR88T h̲X(  &%(Hw(%& (XZT\MKG{x|!#"'.7#"'&7>3!2%632u  j H{(e 9 1bU#!"&546;5!32#!"&546;5!32#!"&546;5463!5#"&5463!2+!2328((88(``(88((88(``(88((88(`L4`(88(@(88(`4L`(8 (88(@(88((88(@(88((88(@(84L8(@(88((8L48OY"&546226562#"'.#"#"'.'."#"'.'.#"#"&5476$32&"5462И&4&NdN!>! 1X:Dx+  +ww+  +xD:X1 -U !*,*&4&hh&&2NN2D &  ..J< $$ 767#"&'"&547&547&547.'&54>2l4  2cKEooED ) ) Dg-;</- ?.P^P.? -/<;-gYY  .2 L4H|O--O|HeO , , Oeq1Ls26%%4.2,44,2.4%%62sL1qcqAAq4#!#"'&547632!2#"&=!"&=463!54632  @  `     ` ?`   @  @  !    54&+4&+"#"276#!"5467&5432632   `  _ v,Ԝ;G_j)``    _ ԟ7 ,>jL>54'&";;265326#!"5467&5432632    v,Ԝ;G_j) `   `7 ,>jL>X`$"&462#!"&54>72654&'547 7"2654'54622654'54&'46.' &6 &4&&4&yy %:hD:FppG9Fj 8P8 LhL 8P8 E; Dh:% >4&&4&}yyD~s[4Dd=PppP=d>hh>@jY*(88(*Y4LL4Y*(88(*YDw" A4*[s~>M4&"27 $=.54632>32#"' 65#"&4632632 65.5462&4&&4G9& <#5KK5!!5KK5#< &ܤ9Gpp&4&&4&@>buោؐ&$KjKnjjKjK$&jjb>Ppp %!5!#"&5463!!35463!2+32@\\8(@(8\@@\\@\(88(\@ 34#"&54"3#!"&5!"&5>547&5462;U gI@L4@Ԗ@4L2RX='8P8'=XR U;Ig04LjjL4*\(88(\@"4&+32!#!"&+#!"&5463!2pP@@Pjj@@\@\&0pj \\&-B+"&5.5462265462265462+"&5#"&5463!2G9L44L9G&4&&4&&4&&4&&4&L44L &=d4LL4 d=&&`&&&&`&&&&4LL4  &#3CS#!"&5463!2!&'&!"&5!463!2#!"&52#!"&=4632#!"&=463(8((88((`x c`(8@@@`((88(@(8(D 9 8(`@@@@@/?O_o-=%+"&=46;25+"&=46;2+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2+"&=46;2!!!5463!2#!"&5463!2 @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @ &&&&@  @ @  @  @  @ @  @ @  @ @  @ @  @ @  @ @  @ @  @ @  @ @  @ @  @ @  @ @  @ @  @ @  @  @  @   `&&&& /?O_o%+"&=46;25+"&=46;2+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2+"&=46;2!!#!"&=!!5463!24&+"#54&+";26=3;26%#!"&5463!463!2!2 @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @ 8(@(8 @  @  @  @  @ &&&@8((8@&@  @ @  @  @  @ @  @ @  @ @  @ @  @ @  @ @  @  @  @  (88(  @  ``   `` -&&& (88(&@<c$4&"2!#4&"254&+54&+"#";;26=326+"&5!"&5#"&46346?>;463!2KjKKjKjKKj&ԖԖ&&@&&KjKKjK jKKjK .&jjjj&4&@@&&#'1?I54&+54&+"#";;26=326!5!#"&5463!!35463!2+32 \\8(@(8\ \\@\(88(\: #32+53##'53535'575#5#5733#5;2+3@E&&`@@` `@@`&&E%@`@ @ @      @ :#@!3!57#"&5'7!7!K5@   @5K@@@ #3%4&+"!4&+";265!;26#!"&5463!2&&&&&&&&w@www&&@&&&&@&&@www#354&#!4&+"!"3!;265!26#!"&5463!2&&&&&@&&@&w@www@&@&&&&&&@&:@www-M3)$"'&4762 "'&4762 s 2  .   2 w 2  .   2 w 2    2  ww  2    2  ww M3)"/&47 &4?62"/&47 &4?62S .  2 w 2   .  2 w 2  M . 2    2 .  . 2    2 .M3S)$"' "/&4762"' "/&47623 2  ww  2    2  ww  2    2 w 2   .v 2 w 2   .M3s)"'&4?62 62"'&4?62 623 .  . 2    2 .  . 2    2 .   2 w 2v .   2 w 2-Ms3 "'&4762s w 2  .   2 ww  2    2 MS3"/&47 &4?62S .  2 w 2  M . 2    2 .M 3S"' "/&47623 2  ww  2   m 2 w 2   .M-3s"'&4?62 623 .  . 2    2- .   2 w 2/4&#!"3!26#!#!"&54>5!"&5463!2  @ ^B && B^^B@B^ @  MB^%Q= &&& $$ (r^aa(^aa!C#!"&54>;2+";2#!"&54>;2+";2pPPpQh@&&@j8(PppPPpQh@&&@j8(Pp@PppPhQ&&j (8pPPppPhQ&&j (8p!C+"&=46;26=4&+"&5463!2+"&=46;26=4&+"&5463!2Qh@&&@j8(PppPPpQh@&&@j8(PppPPp@hQ&&j (8pPPppP@hQ&&j (8pPPpp@@ #+3;G$#"&5462"&462"&462#"&462"&462"&462"&462#"&54632K54LKj=KjKKjKjKKjL45KKjK<^^^KjKKjppp\]]\jKL45KjKKjKujKKjK4LKjKK^^^jKKjKpppr]]\  $$ ^aaQ^aa,#"&5465654.+"'&47623   #>bqb&44&ɢ5"  #D7euU6 &4&m 1X".4>2".4>24&#""'&#";2>#".'&547&5472632>3=T==T==T==T=v)GG+v@bRRb@=&\Nj!>3lkik3hPTDDTPTDDTPTDDTPTDD|x xXK--K|Mp<# )>dA{RXtfOT# RNftWQ,%4&#!"&=4&#!"3!26#!"&5463!2!28(@(88((88((8\@\\@\\(88(@(88(@(88@\\\\ u'E4#!"3!2676%!54&#!"&=4&#!">#!"&5463!2!2325([5@(\&8((88((8,9.+C\\@\ \6Z]#+#,k(88(@(88(;5E>:5E\\\ \1. $4@"&'&676267>"&462"&462.  > $$ n%%/02 KjKKjKKjKKjKfff^aayy/PccP/jKKjKKjKKjKffff@^aa$4@&'."'.7>2"&462"&462.  > $$ n20/%7KjKKjKKjKKjKfff^aa3/PccP/y jKKjKKjKKjKffff@^aa +7#!"&463!2"&462"&462.  > $$ &&&&KjKKjKKjKKjKfff^aa4&&4&jKKjKKjKKjKffff@^aa#+3C54&+54&+"#";;26=3264&"24&"2$#"'##"3!2@@KjKKjKKjKKjKܒ,gjKKjKKjKKjKXԀ,, #/;GS_kw+"=4;27+"=4;2'+"=4;2#!"=43!2%+"=4;2'+"=4;2+"=4;2'+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;54;2!#!"&5463!2`````````````````````p`K55KK55Kp`````````````````````````5KK55KK@*V#"'.#"63232+"&5.5462#"/.#"#"'&547>32327676R?d^7ac77,9xm#@#KjK# ڗXF@Fp:f_ #WIpp&3z h[ 17q%q#::#5KKu't#!X: %#+=&>7p @ *2Fr56565'5&'. #"32325#"'+"&5.5462#"/.#"#"'&547>32327676@ͳ8 2.,#,fk*1x-!#@#KjK# ڗXF@Fp:f_ #WIpp&3z e`vo8t-  :5 [*#::#5KKu't#!X: %#+=&>7p  3$ "/&47 &4?62#!"&=463!2I.  2 w 2   -@). 2    2 . -@@-S$9%"'&4762  /.7> "/&47 &4?62i2  .   2 w E > u > .  2 w 2   2    2  ww !   h. 2    2 . ;#"'&476#"'&7'.'#"'&476' )'s "+5+@ա' )'F*4*Er4M:}}8 GO *4*~ (-/' #"'%#"&7&67%632B;>< V??V --C4 <B=cB5 !% %!b 7I))9I7 #"'.5!".67632y( #  ##@,( )8! !++"&=!"&5#"&=46;546;2!76232-SSS  SS``  K$4&"24&"24&"27"&5467.546267>5.5462 8P88P88P88P8P88P4,DS,4pp4,,4pp4,6d7AL*',4ppP88P8P88P8HP88P8`4Y&+(>EY4PppP4Y4Y4PppP4Y%*54&#"#"/.7!2<'G,')7N;2]=A+#H  0PRH6^;<T%-S#:/*@Z}   >h.%#!"&=46;#"&=463!232#!"&=463!2&&&@@&&&@&&&&&&&&&&&&f&&&&b#!"&=463!2#!"&'&63!2&&&&''%@% &&&&&&&&k"G%#/&'#!53#5!36?!#!'&54>54&#"'6763235 Ź}4NZN4;)3.i%Sin1KXL7觧* #& *@jC?.>!&1' \%Awc8^;:+54&#"'6763235 Ź}4NZN4;)3.i%PlnEcdJ觧* #& *-@jC?.>!&1' \%AwcBiC:D'P%! #!"&'&6763!2P &:&? &:&?5"K,)""K,)h#".#""#"&54>54&#"#"'./"'"5327654.54632326732>32YO)I-D%n  "h.=T#)#lQTv%.%P_ % %_P%.%vUPl#)#T=@/#,-91P+R[Ql#)#|'' 59%D-I)OY[R+P19-,##,-91P+R[YO)I-D%95%_P%.%v'3!2#!"&463!5&=462 =462 &546 &&&&&4&r&4&@&4&&4&G݀&&&&f s CK&=462 #"'32=462!2#!"&463!5&'"/&4762%4632e*&4&i76`al&4&&&&&}n  R   R zfOego&&5`3&&&4&&4& D R   R zv"!676"'.5463!2@@w^Cct~5  5~tcC&&@?JV|RIIR|V&&#G!!%4&+";26%4&+";26%#!"&546;546;2!546;232@@@@L44LL4^B@B^^B@B^4L  N4LL44L`B^^B``B^^B`LL4&"2%#"'%.5!#!"&54675#"#"'.7>7&5462!467%632&4&&4  @ o&&}c ;pG=(  8Ai8^^.   &4&&4&` ` fs&& jo/;J!# 2 KAE*,B^^B! ` $ -4&"2#"/&7#"/&767%676$!28P88PQr @ U @ {`PTP88P8P`  @U @rQ!6'&+!!!!2Ѥ 8̙e;<*@8 !GGGQII %764' 64/&"2 $$ f3f4:4^aaf4334f:4:^aa %64'&" 2 $$ :4f3f4F^aa4f44f^aa 764'&"27 2 $$ f:4:f4334^aaf4:4f3^aa %64/&" &"2 $$ -f44f4^aa4f3f4:w^aa@7!!/#35%!'!%j/d jg2|855dc b @! !%!!7!FG)DH:&H dS)U4&"2#"/ $'#"'&5463!2#"&=46;5.546232+>7'&763!2&4&&4f ]wq4qw] `dC&&:FԖF:&&Cd`4&&4& ]] `d[}&&"uFjjFu"&&y}[d#2#!"&546;4 +"&54&" (88(@(88( r&@&Ԗ8((88(@(8@&&jj'3"&462&    .  > $$ Ԗ>aX,fff^aaԖԖa>TX,,~ffff@^aa/+"&=46;2+"&=46;2+"&=46;28((88((88((88((88((88((8 (88((88((88((88((88((88/+"&=46;2+"&=46;2+"&=46;28((88((88((88((88((88((8 (88((88(88((88(88((885E$4&"2%&'&;26%&.$'&;276#!"&5463!2KjKKj   f  \ w@wwwjKKjK"H   ܚ  f   @www   $64'&327/a^ ! ^aaJ@%% 65/ 64'&"2 "/64&"'&476227<ij6j6u%k%~8p8}%%%k%}8p8~%<@% %% !232"'&76;!"/&76  ($>( J &% $%64/&"'&"2#!"&5463!2ff4-4ff4fw@wwwf4f-f4@www/#5#5'&76 764/&"%#!"&5463!248` # \P\w@www4`8  #@  `\P\`@www)4&#!"273276#!"&5463!2& *f4 'w@www`&')4f*@www%5 64'&"3276'7>332#!"&5463!2`'(wƒa8! ,j.( &w@www`4`*'?_`ze<  bw4/*@www-.  6 $$  (r^aaO(_^aa -"'&763!24&#!"3!26#!"&5463!2yB(( @   w@www]#@##   @ @www -#!"'&7624&#!"3!26#!"&5463!2y((@B@u @   w@www###@  @ @www -'&54764&#!"3!26#!"&5463!2@@####@w@wwwB((@@www`%#"'#"&=46;&7#"&=46;632/.#"!2#!!2#!32>?6#  !"'?_  BCbCaf\ + ~2   }0$  q 90r p r%D p u?#!"&=46;#"&=46;54632'.#"!2#!!546;2D a__ g *`-Uh1    ߫}   $^L  4b+"&=.'&?676032654.'.5467546;2'.#"ǟ B{PDg q%%Q{%P46'-N/B).ĝ 9kC< Q 7>W*_x*%K./58`7E%_ ,-3  cVO2")#,)9;J) "!* #VD,'#/&>AX>++"''&=46;267!"&=463!&+"&=463!2+32Ԫ$   pU9ӑ @/*f o  VRfq f=SE!#"&5!"&=463!5!"&=46;&76;2>76;232#!!2#![       % )   "  Jg Uh BW&WX hU g 84&#!!2#!!2#!+"&=#"&=46;5#"&=46;463!2j@jo g|@~vv u n#467!!3'##467!++"'#+"&'#"&=46;'#"&=46;&76;2!6;2!6;232+32QKt# #FNQo!"դѧ !mY Zga~bm] [o"U+, @h h@@X hh @83H\#5"'#"&+73273&#&+5275363534."#22>4.#2>ut 3NtRP*Ho2 Lo@!R(Ozh=,GID2F 8PuE>.'%&TeQ,jm{+>R{?jJrL6V @`7>wmR1q uWei/rr :Vr" $7V4&#"326#"'&76;46;232!5346=#'73#"'&'73267##"&54632BX;4>ID2F +>R{8PuE>.'%&TeQ,jm{?jJrL6 @`rr :Vr3>wmR1q uWei@ \%4&#"326#!"&5463!2+".'&'.5467>767>7>7632!2&%%&&&& &7.' :@$LBWM{#&$h1D!  .I/! Nr&&%%&&&&V?, L=8=9%pEL+%%r@W!<%*',<2(<&L,"r@ \#"&546324&#!"3!26%#!#"'.'.'&'.'.546767>;&%%&&&& &i7qN !/I.  !D1h$&#{MWBL$@: '.&&%%&&&&=XNr%(M&<(2<,'*%<!W@r%%+LEp%9=8=L  +=\d%54#"327354"%###5#5#"'&53327#"'#3632#"'&=4762#3274645"=424'.'&!  7>76#'#3%54'&#"32763##"'&5#327#!"&5463!2BBPJNC'%! B? )#!CC $)  54f"@@ B+,A  A+&+A  ZK35N # J!1331CCC $)w@www2"33FYF~(-&"o4*)$(* (&;;&&:LA3  8334S,;;,WT+<<+T;(\g7x:&&::&&<r%-@www  +=[c}#"'632#542%35!33!3##"'&5#327%54'&#"5#353276%5##"=354'&#"32767654"2 '.'&547>76 3#&'&'3#"'&=47632%#5#"'&53327''RZZ:kid YYY .06 62+YY-06 R[!.'CD''EH$VVX::Y X;:Y fyd/%jG%EC&&CE%O[52. [$C-D..D^^* ly1%=^I86i077S 3 $EWgO%33%OO%35 EEFWt;PP;pt;PP;pqJgTFQ%33&PP%33%R 7>%3!+}{'+"&72'&76;2+"'66;2U &  ( P *'eJ."-dZ-n -'74'&+";27&+";276'56#!"&5463!2~} 7e  ۩w@www"  $Q #'!# @www/4'&327$ '.'.4>7>76 "!!jG~GkjGGk[J@&& @lAIddIAllAIddIA@ '5557 ,VWQV.RW=?l%l`~0  !#!#%777 5! R!!XCCfff݀# `,{{{`Og4&"2 &6 $"&462$"&62>7>7>&46.'.'. '.'&7>76 Ԗ HR6L66LGHyU2L  L2UyHHyU2L  L2UyHn X6X  XX ԖԖH6L66L6 L2UyHHyU2L  L2UyHHyU2L n6X  XX  2#!"&54634&"2$4&"2ww@ww||||||w@www||||||| !3 37! $$ n6^55^h ^aaM1^aaP *Cg'.676.7>.'$7>&'.'&'? 7%&'.'.'>767$/u5'&$I7ob?K\[zH,1+.@\7':Yi4&67&'&676'.'>7646&' '7>6'&'&7>7#!"&5463!2PR$++'TJXj7-FC',,&C ."!$28 h /" +p^&+3$ i0(w@www+.i6=Bn \C1XR:#"'jj 8Q.cAj57!? "0D$4" P[ & 2@wwwD"%.5#5>7>;!!76PYhpN!HrD0M C0N#>8\xx: W]oW-X45/%'#.5!5!#"37>#!"&5463!2p>,;$4 5eD+WcEw@wwwK()F ,VhV^9tjA0/@www@#"'&76;46;23   &  ++"&5#"&7632  ^  c  & @#!'&5476!2 &  ^  b '&=!"&=463!546  &    q&8#"'&#"#"5476323276326767q'T1[VA=QQ3qpHih"-bfGw^44O#A?66%CKJA}} !"䒐""A$@C3^q|z=KK?6 lk)  %!%!VVuuu^-m5w}n~7M[264&"264&"2"&546+"&=##"&5'#"&5!467'&766276#"&54632    *<;V<<O@-K<&4'>&4.'.'.'.'.'&6&'.'.6767645.'#.'6&'&7676"&'&627>76'&7>'&'&'&'&766'.7>7676>76&6763>6&'&232.'.6'4.?4.'&#>7626'.'&#"'.'.'&676.67>7>5'&7>.'&'&'&7>7>767&'&67636'.'&67>7>.'.67 \ U7  J#!W! '  " ';%  k )"    '   /7*   I ,6 *&"!   O6* O $.( *.'  .x,  $CN      * 8   7%&&_f& ",VL,G$3@@$+ "  V5 3"  ""#dA++ y0D- %&n 4P'A5j$9E#"c7Y 6" & 8Z(;=I50 ' !!e  R   "+0n?t(-z.'< >R$A"24B@( ~ 9B9, *$        < > ?0D9f?Ae  .(;1.D 4H&.Ct iY% *  7      J  <    W 0%$  ""I! *  D  ,4A'4J" .0f6D4pZ{+*D_wqi;W1G("% %T7F}AG!1#%  JG 3  '.2>Vb%&#'32&'!>?>'&' &>"6&#">&'>26 $$ *b6~#= XP2{&%gx| .W)oOLOsEzG< CK}E $MFD<5+ z^aa$MWM 1>]|YY^D եA<KmE6<" @9I5*^aa>^4./.543232654.#"#".#"32>#"'#"$&547&54632632':XM1h*+D($,/9p`DoC&JV;267676&#!"&=463!267 #!"'&5463!26%8#! &&Z"M>2! ^I 7LRx_@>MN""`=&&*%I},  L7_jj9/%4&#!"3!264&#!"3!26#!"&5463!2  &&&&&&&&19#"'#++"&5#"&5475##"&54763!2"&4628(3- &B..B& -3(8IggI`(8+Ue&.BB.&+8(kk`%-"&5#"&5#"&5#"&5463!2"&4628P8@B\B@B\B@8P8pPPp@`(88(`p.BB.0.BB.(88(Pppͺ!%>&'&#"'.$ $$ ^/(V=$<;$=V).X^aaJ`"(("`J^aa,I4."2>%'%"/'&5%&'&?'&767%476762%6[՛[[՛o ܴ   $ $ " $ $  ՛[[՛[[5` ^ ^ 2` `2 ^ ^ ` 1%#"$54732$%#"$&546$76327668ʴhf킐&^zs,!V[vn) 6<ׂf{z}))Ns3(@ +4&#!"3!2#!"&5463!2#!"&5463!2@&&&f&&&&@&&&&4&&4&@&&&&&&&& `BH+"/##"./#"'.?&5#"&46;'&462!76232!46 `&C6@Bb03eI;:&&&4L4&F Z4&w4) '' 5r&4&&4&&4}G3#&/.#./.'&4?63%27>'./&'&7676>767>?>%6})N @2*&@P9A #sGq] #lh<* 46+(  < 5R5"*>%"/ +[>hy  K !/Ui%6&'&676&'&6'.7>%.$76$% $.5476$6?62'.76&&'&676%.76&'..676#"NDQt -okQ//jo_  %&JՂYJA-.-- 9\DtT+X?*<UW3' 26$>>W0 {"F!"E    ^f`$"_]\<`F`FDh>CwlsJ@ ;=?s  :i_^{8+?` ) O`s2RDE58/Kr #"'>7&4$&5mī"#̵$5$"^^W=acE*czk./"&4636$7.'>67.'>65.67>&/>z X^hc^O<q+f$H^XbVS!rȇr?5GD_RV@-FbV=3! G84&3Im<$/6X_D'=NUTL;2KPwtPt=  &ռ ,J~S/#NL,8JsF);??1zIEJpqDIPZXSF6[?5:NR=;.&1 +!"&=!!%!5463!2sQ9Qs***sQNQsBUw wUBFHCCTww%1#"&=!"&=463!54632.  6 $$     ` ?(r^aa    (_^aa%1#!#"'&47632!2.  6 $$   @  ` (r^aa  ?  @  (_^aa/#"'&476324&#!"3!26#!"&5463!2&@& @   w@www& @B@ &  @ @www"&462  >& $$ Ԗ*(r^aaԖԖ (^aa]6#"$54732>%#"'!"&'&7>32'!!!2f:лѪz~u: ((%`V6B^hD%i(]̳ޛ *>6߅r#! 3?^BEa߀#9#36'&632#"'&'&63232#!"&5463!2 Q,&U #+' ;il4L 92<D`w@www`9ܩ6ɽ ]`C477&@wwwD+"&5#"'&=4?5#"'&=4?546;2%6%66546;2  wwwwcB G]B Gty]ty #3C#!+"&5!"&=463!46;2!24&#!"3!26#!"&5463!2@`@`^BB^^B@B^www@w@`@`2@B^^BB^^ww@w'/?P+5#"&547.467&546;532!764'!"+32#323!&ln@ :MM: @nY*Yz--zY*55QDDU9pY-`]]`.X /2I$ t@@/!!/@@3,$,3$p$00&*0&& !P@RV2#"&/#"&/#"&546?#"&546?'&54632%'&54632763276%>S]8T;/M77T7%>ww@ww!"5bBBb./ * 8(@(87)(8=%/' #?w@www#~$EE y &L(88e):8(%O r    O?GQaq47&67>&&'&67>&"$32#"#"'654  $&6 $6&$ CoL.*K  Px.* iSƓ i 7J ?~pi{_Я;lLUZ=刈刈_t'<Z :!   @! j`Q7  $ky, Rfk*4LlL=Z=刈&$&546$7%7&'5>]5%w&P?zrSF!| &0 ##!"&5#5!3!3!3!32!546;2!5463) );));;))&&&@@&&&  6 $&727"'%+"'&7&54767%&4762֬>4P t+8?::  ::A W` `EvEEvE<."e$IE&O &EI&{h.`m"&#"&'327>73271[ >+)@ (]:2+D?*%Zx/658:@#N C= E(oE=W'c:#!#"$&6$3 &#"32>7! ڝyy,{ۀہW^F!LC=y:yw߂0H\R%"N^ '&76232762$"&5462"&46274&"&'264&#"'&&#"32$54'>$ $&6$ G>>0yx14J55J5J44J5Fd$?4J55%6E#42F%$fLlLq>>11J44%&4Z%44J54R1F$Z-%45J521Z%F1#:ʎ 9LlL#Qa"'&7622762%"&5462"&546274&#"&'73264&#"'&&#"32654'>#!"&5463!2 55 **.>.-@-R.>.-@-<+*q6- -- 0OpoOxzRrqP6z~{{Prr^aa]054&"#"&5!2654632!#"&57265&'&#".'&'#"&5467%&4>7>3263232654.547'654'63277.'.*#">7?67>?>32#"'7'>3'>3235?KcgA+![,7*  2(-#=  /~[(D?G  |,)"# +)O8,+'6 y{=@0mI#938OAE` -  )y_/FwaH8j7=7?%a % %!?)L J 9=5]~pj  %(1$",I  $@((  +!.S -L__$'-9L 5V+ 6 T+6.8- $ 0 + t |S 16]&#"'&#"67>76'&'&#"67>32764.#"#.32>67>7 $&54>7>7>7rJ@ "kb2)W+ ,5/1   #   Z -!$IOXp7sLCF9vz NAG#/ 5|Հ';RKR/J#=$,9,+$UCS7'2"1  ! / ,   /--ST(::(ep4AM@=I>".)xΤlsY|qK@ %(YQ&N EHv~<Zx'#"&5467&6?2?'&"/.7.546326#"&'&/7264/7'764&"'?>>32.AUpIUxYE.A %%%h% %hJ%D,FZxULs TgxUJrVD %hJ%@/LefL.C %Jh%CV sNUxϠ@.FZyUHpVA %h&%% %Ji%CWpIUybJ/Uy^G,D %Jh%@U sMt UC %hJ%C-KfyEX[_gj&/&'.''67>7>7&'&'&'>76763>7>#&'&'767672'%'7'+"&'&546323267>7%#"'4'6767672,32,+DCCQLDf' % :/d B 4@ }  &!0$?Jfdf-.=6(:!TO? !IG_U% . j+.=; 5gN_X "  ##  292Q41   *6nA;| BS N.  %1$ 6 #nk^ '7GWgw2+"&5463#!"&5463!254&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";26#"&=! B^^BB^^B:FjB^8((`( `(8^BB^^B@B^"vEj^B(8(`(8(/?O_o/?2#!"&5463;26=4&+";26=4&+";26=4&+";26=4&+"54&+";2654&+";2654&+";2654&+";2654&+";2654&#!"3!2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";26@&&&&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&&&&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@`% "&5#"&5&462!762$"&462B\B@B\B8PpP8.BB..BB.8$P88P広3CQ#".54>32#".546322#"&#"#"54>%".54>32%2#"&54> &X=L|<&X=M{2r_-$$-_rUU%&&5%ő'- "'.546762@FF$@B@$.&,&.]]|q#<<#(BB B%'-%'-'%'-"'%&'"'%.5467%467%62@ll@ll,@GG&!@@@@@@!&+#+#6#+$*`:p:px p=`$>>$&@&@ @&p@ &.A!!"!&2673!"5432!%!254#!5!2654#!%!2#!8Zp?vdΊens6(N[RWu?rt1SrF|iZ@7މoy2IMC~[R yK{T:%,AGK2#!"&5463!!2654'654.#532#532"&5!654&#"327#2#>!!ww@ww~uk'JTMwa| DH> I1q Fj?w@wwwsq*4p9O*¸Z^qh LE "(nz8B M'?"&4624&#"'.'324&#"3267##"&/632632.ʏhhMALR vGhг~~K „yO^   ʏʏВ*LM@!שwwȍde)qrOPqȦs:03=7'.?67'67%'>&%'7%7./6D\$>  "N,?a0#O 1G9'/P(1#00  ($=!F "9|]"RE<6 'o9%8J$\ :\HiTe<?}V#oj? d,6%N#" HlSVY]C =@C4&"2!.#!"4&"2+"&=!"&=#"&546;>3!232^^^Y ^^^`pppp`]ibbi]~^^^e^^^PppPPppP]^^]3;EM2+"&=!"&=#"&546;>;5463!232264&"!.#!"264&" ]`pppp`]ibbi^^^dY !^^^]@PppP@@PppP@]^^] ^^^e^^^ 3$#!#!"&5467!"&47#"&47#"&4762++&2 $$ 2&&&4&&Z4&&##&&4&4&44&m4&m+DP4'&#"32763232674'&!"32763 3264'&$#"32763232> $$ g* o`#ə0#z#l(~̠) -g+^aaF s" +g (* 3#!| #/IK/%*%D= )[^aa !!!'!!77!,/,-a/G t%/;<HTbcq%7.#"32%74'&"32765"/7627#"5'7432#"/7632#"5'7432#"&5'74632 #"/6327#"/6327#"/46321"&/462"&/>21"&/567632#!.547632632  *     X    ^  `    ^  b  c   fu U`59u  4J   l~ ~ F 2    m | O,           ru| u  " )9 $7 $&= $7 $&= $7 $&=  $&=46w`ww`ww`wb`VTEvEEvETVTEvEEvET*VTEvEEvET*EvEEvEEvEEv#^cu#!"&5463!2!&'&!"&5!632#"&'#"/&'&7>766767.76;267674767&54&5&'67.'&'&#3274(8((88((`x c`(8!3;:A0?ݫY   ^U 47D$    74U3I  |L38wtL0`((88(@(8(D 9 8(Q1&(!;  (g- Up~R2(/{E(Xz*Z%(i6CmVo8 #Q#!"&5463!2!&'&!"&5!3367653335!3#'.'##'&'35(8((88((`x c`(8iFFZcrcZ`((88(@(8(D 9 8(kk" kkJ ! k#S#!"&5463!2!&'&!"&5!%!5#7>;#!5#35!3#&'&/35!3(8((88((`x c`(8-Kg kL#DCJg  jLD`((88(@(8(D 9 8(jj jjkk kk#8C#!"&5463!2!&'&!"&5!%!5#5327>54&'&#!3#32(8((88((`x c`(8 G]L*COJ?0R\wx48>`((88(@(8(D 9 8(jjRQxk !RY#*2#!"&5463!2!&'&!"&5!!57"&462(8((88((`x c`(8Pppp`((88(@(8(D 9 8(ppp  #*7JR5#5#5#5##!"&5463!2!&'&!"&5##5!"&54765332264&"<(8((88((`x c`(8kޑcO"jKKjK`((88(@(8(D 9 8(SmmS?M&4&&4#9L^#!"&5463!2!&'&!"&5!#"/#"&=46;76276'.'2764'.(8((88((`x c`(8 6ddWW6&44`((88(@(8(D 9 8(. G5{{5]]$5995#3C#!"&5463!2!&'&!"&5!2#!"&5463#"'5632(8((88((`x c`(84LL44LL4l  `((88(@(8(D 9 8(L44LL44L  Z #7K[#!"&5463!2!&'&!"&5!>&'&7!/.?'&6?6.7>'(8((88((`x c`(8` 3  3  3  3 v  ?  `((88(@(8(D 9 8( & & - & &  ?   '6#'. '!67&54632".'654&#"32eaAɢ/PRAids`WXyzOvд:C;A:25@Ң>-05rn`H( ' gQWZc[ -%7' %'-'% %"'&54762[3[MN 3",""3,3"ong$߆]gn$+) ")")" x#Z#"&#!+.5467&546326$32327.'#"&5463232654&#"632#".#"oGn\ u_MK'̨|g? CM7MM5,QAAIQqAy{b& BL4PJ9+OABIRo?z.z n6'+s:zcIAC65D*DRRD*wya$, @B39E*DRRD*'/7  $&6$ 6277&47' 7'"' 6& 6'lLRRZB|RR>dZZLlLZRR«Z&>«|R ! $&54$7 >54'5PffP牉@s-ff`-c6721>?>././76&/7>?>?>./&31#"$&(@8!IH2hM>'  )-* h'N'!'Og,R"/!YQG54'63&547#5#"=3235#47##6323#324&"26%#!"&5463!2F]kbf$JMM$&N92Z2&`9UW=N9:PO;:dhe\=R +)&')-S99kJ<)UmQ/-Ya^"![Y'(<`X;_L6#)|tWW:;X  #'#3#!"&5463!2) p*xeשw@www0,\8@www9I#"'#"&'&>767&5462#"'.7>32>4."&'&54>32JrO<3>5-&FD(=Gq@C$39aLL²L4 &) @]v q#CO!~󿵂72765'./"#"&'&5 }1R<2" 7MW'$  ;IS7@5sQ@@)R#DvTA ; 0x I)!:> +)C 6.> !-I[4&#"324&#"3264&#"324&#"326&#"#".'7$4$32'#"$&6$32D2)+BB+)3(--(31)+BB+)4'--'4'#!0>R HMŰ9ou7ǖD䣣 R23('3_,--,R23('3_,--,NJ ?uWm%#"'%#"'.5 %&'&7632! ; `u%"(!]#c)(  #"'%#"'.5%&'&76 !  (%##fP_"(!)'+ʼn4I#"$'&6?6332>4.#"#!"&54766$32#!"&=46;46;2z䜬m IwhQQhbF*@&('k@z   _hQнQGB'(&*eozΘ@@`  >. $$ ffff^aafff^aa>"&#"#"&54>7654'&#!"#"&#"#"&54>765'46.'."&54632326323!27654'.5463232632,-,,",:! %]& %@2(/.+*)6! <.$..**"+8#  #Q3,,++#-:#"$$ /:yuxv)%$ /?CG%!5%2#!"&5463!5#5!52#!"&54632#!"&5463#5!5`&&&& &&&&&&&&@&&&&&&&&&&&&%2 &547%#"&632%&546 #"'6\~~\h ~\h\ V V VV%5$4&#"'64'73264&"&#"3272#!"&5463!2}XT==TX}}~>SX}}XS>~}w@www~:xx:~}}Xx9}}9xX}@www/>LXds.327>76 $&6$32762#"/&4762"/&47626+"&46;2'"&=462#"'&4?62E0l,  *"T.D@Yooo@5D [  Z  Z  [ ``[ Z  2 ,l0 (T" .D5@oooY@D, Z  [  [  Z ``EZ  [ 5%!  $&66='&'%77'727'%amlLmf?55>fFtuutFLlLHYC L||L Y˄(E''E*( /?IYiy%+"&=46;2+"&=46;2+"&=46;2+"&=46;2%"&=!#+"&=46;2+"&=46;2+"&=46;2+"&=46;2!54!54>$ +"&=46;2#!"&=@&&@3P > P3&&rrr&&rrr he 4LKM:%%:MKL4WT&&%/9##!"&563!!#!"&5"&5!2!5463!2!5463!2&&&&&&  &&&i@&&@&7'#5&?626J%o;j|/&jJ%p&`Jj&p/|jţ%Jk%o%  :g"&5462#"&546324&#!"263662>7'&75.''&'&&'&6463!276i~ZYYZ~@OS;+[G[3YUD#o?D&G3I=JyTkBuhNV!WOhuAiSy*'^CC^'*SwwSTvvTSwwSTvvWID\_"[ gq# /3qFr2/ $rg%4 HffHJ4d#!#7!!7!#5!VFNrmNNN N!Y+?Ne%&'&'&7>727>'#&'&'&>2'&'&676'&76$7&'&767>76 '6# <;11x# *# F-T93%/#0vNZ;:8)M:( &C.J}2 %0  ^*  JF &7'X"2LDM" +6 M2+'BQfXV#+] #' L/(eB9  #,8!!!5!!5!5!5!5#26%!!26#!"&5!5&4& &pPPp@@&&@!&@PppP@*  9Q$"&54627"."#"&547>2"'.#"#"&5476$ "'&$ #"&5476$ (}R}hLK NN Ud: xx 8    ,, |2222 MXXM ic,>>,   ̺  '/7?KSck{4&"2$4&"24&"24&"24&"24&"24&"24&"24&"264&"24&#!"3!264&"2#!"&5463!2KjKKjKjKKjKjKKjKKjKKjKjKKjKjKKjKKjKKjKjKKjKLhLLhLKjKKj&&&&KjKKjL44LL44L5jKKjKKjKKjKjKKjKjKKjKjKKjKjKKjKjKKjKjKKjK4LL44LLjKKjK&&&&jKKjK4LL44LL 'E!#"+"&7>76;7676767>'#'"#!"&7>3!2W",&7' #$ &gpf5 O.PqZZdS -V"0kqzTxD!!8p8%'i_F?;kR(` !&)' (2!&6367! &63!2  `B 1LO(+#=)heCQg#s`f4#6q'X|0 -g >IY#6?>7&#!%'.'33#&#"#"/3674'.54636%#"3733#!"&5463!24  : @7vH%hEP{0&<'VFJo1,1.F6A#L44LL44L"% 7x'6 O\JYFw~v^fH$ ! "xdjD"!6`J4LL44LL $1Ol-#"326%356.#"#"326%4#"326%3#7#'#3%#7#"&546324>54#"47632&#"'"'473254&'&54323#327#"'47673#327#"546327&#7673>7&#"327#"&54632#7#"&54632654#"47632&#7673>73#7#"&54632.#"#&'#67&#"327&'3673326#!"&5463!2 />  0@[W,8 G'"5,Q4/&4/ $&J (W" +Tl +7o _7*#) 83 ( -5G8 .'3/$&I8 48+5%7%{,2,rr,2,x-2.jj.2-xL44LL44L[ < J 2)(*(8$e  '+ , 1)H/ 'H4/// ,~i6_7G*''4fE!%97+" ;=4FYqO" '+ , &2hh_ ,0(5N(ntggtnno__on4LL44LL  BWbjq}+532%+5324&+32763#4&'.546327&#"#"'3265#"&546325&#"32 !264&"2%#'#735#535#535#3'654&+353#!"&5463!29$<=$@?SdO__J-<AA@)7")9,<$.%0*,G3@%)1??.+&((JgfJ*A!&jjjGZYGиwsswPiL>8aA !M77MM77M3! 4erJ]&3YM(, ,%7(#)  ,(@=)M%A20C&Mee(X0&ĖjjjV 8Z8J9N/4$ 8NN88NN  #&:O[ $?b3'7'#3#%54+32%4+324+323'%#5#'#'##337"&##'!!732%#3#3##!"&53733537!572!56373353#'#'#"5#&#!'#'#463!2#"5#"5!&+&+'!!7353273532!2732%#54&+#32#46.+#2#3#3##+53254&".546;#"67+53254&.546;#"#'#'##"54;"&;7335wY-AJF=c(TS)!*RQ+*RQ+Y,B^9^Ft`njUM ') ~PSPRm٘M77Mo7q @)U 8"E(1++NM77Mx378D62W74;9<-A"EA0:A F@1:ؗBf~~""12"4(w$#11#@}}!%+%5(v$:O\zK?* $\amcrVlOO176Nn23266&+"&#"3267;24&+"'&+";27%4&+";2?>23266&+"&#"3267;254+";27#76;2#!"&5463!23%#2%%,,  _3$$2%%M>AL Vb5)LDHeE:< EM j,K'-R M ~M>AR  Vb5)LEHeE:< E J ABI*'! ($rL44LL44Lv%1 %3!x*k $2 %3!;5h n a !(lI;F   rp p8;5h t a !(lI;F ` #k 4LL44LL  2HW[lt#"'5632#6324&'.54327&#"#"&'32767#533275#"=5&#"'#36323#4'&#"'#7532764&"24'&#"327'#"'&'36#!"&5463!2=!9n23BD$ &:BCRM.0AC'0RH`Q03'`.>,&I / * / 8/n-(G@5$ S3=,.B..B02^`o?7je;9G+L44LL44LyE%# Vb;A !p &'F:Aq)%)#orgT$ v2 8)2z948/{ 8AB..B/q?@r<7(g/4LL44LL ?#!"&'24#"&54"&/&6?&5>547&54626=L4@ԕ;U g3 T 2RX='8P8|5 4Ljj U;Ig@   `  "*\(88(]k  &N4#"&54"3 .#"#!"&'7!&7&/&6?&5>547&54626;U gIm*]Z0L4@ԕ=o=CT T 2RX='8P8|5  U;IgXu?bl3@4Ljja`   `  "*\(88(]k/7[%4&+";26%4&+";26%4&+";26!'&'!+#!"&5#"&=463!7>3!2!2@@@@@@0 o`^BB^`5FN(@(NF5@@@u  @LSyuS@%44%,<H#"5432+"=4&#"326=46;2  >. $$ ~Isy9"SgR8vHD w ffff^aam2N+ )H-mF+10*F +fff^aab4&#"32>"#"'&'#"&54632?>;23>5!"3276#"$&6$3 k^?zb=ka`U4J{K_/4^W&  vx :XB0܂ff ) fzzXlz=lapzob35!2BX G@8  ' '=vN$\ff  1 SZz8zX#("/+'547'&4?6276 'D^h  i%5@%[i  h]@]h  i%@5%[i  h^@@)2#"&5476#".5327>OFi-ay~\~;'S{s:D8>)AJfh]F?X{[TC6LlG]v2'"%B];$+l|%!2>7>232>7>322>7>32"&'.#"#"&'.#"#"&'.#"#546;!!!!!32#"&54>52#"&54>52#"&54>52-P&+F) $P.-P$'#+&PZP&+#"+&P-#) $P-.P$(#+$P.-P$'#+&P-.P$+#pP@@PpH85K"&ZH85K"&ZH85K"&Z@Pp@@@pMSK5, :&LMSK5, :&LMSK5, :& !!3 ! @@@  #"$$3!!2"jaѻxlalxaaj!!3/"/'62'&63!2'y  `I  yMy `I y'W`#".'.#"32767!"&54>3232654.'&546#&'5&#" 4$%Eӕ;iNL291 ;XxR`f՝Q8TWiWgW:;*:`Qs&?RWXJ8 oNU0 J1F@#) [%6_POQiX(o`_?5"$iʗ\&>bds6aP*< -;iFn* -c1BWg4'.'4.54632#7&'.#"#"'.#"32767'#"&54632326#!"&5463!2#$( 1$6]' !E3P|ad(2S;aF9'EOSej]m] <*rYshpt.#)$78L*khw@wwwB % $/$G6 sP`X):F/fwH1pdlqnmPHuikw_:[9D'@www34."2>$4.#!!2>#!".>3!2QнQQнQQh~wwhfffнQQнQQнQZZQffff#>3!2#!".2>4."fffнQQнQQffffQнQQн ,\!"&?&#"326'3&'!&#"#"'  5467'+#"327#"&463!!'#"&463!2632(#AHs9q ci<= #]$ KjKKjKKjKKjH#j#H&&&KjKKjKg V i jKKjKKjKKjK ..n(([5KK55KK5[poNv<+#"'#"&546;&546$32322$B$22$$*$22$Xڭӯ$22$tX'hs2$ϧkc$22$1c$2F33F3VVT2#$2ԱVT2#$2g#2UU݃ 2$#2UU1݃2 ,u54#"67.632&#"32654'.#"32764.'&$#"7232&'##"&54732654&#"467&5463254632>32#"'&ru&9%" *#͟O%GR=O&^opC8pP*bY _#$N Pb@6)?+0L15 "4$.Es  5IQ"!@ h "Y7e|J>ziPeneHbIlF>^]@n*9 6[_3#"&54632#.#"32%3#"&54632#.#"326%4&'.'&! ! 7>7>! =39? 6'_ >29? 5'17m-VU--,bW.뮠@Fyu0HC$뮠@Fyu0HC$L= ?? <=! A <`;+"&54&#!+"&5463!2#!"&546;2!26546;2pЇ0pp@Ipp>Sc+"&=46;254&+"&+";2=46;2;2=46;2;2%54&#!";2=;26#!"&5463!2A5DD5A7^6a7MB55B7?5B~```0`rr5A44A5v5AA5f*A``0` !!!! #!"&5463!2ړ7H7jv@vvv':@vvvMUdkpu{#"'!"'!#"&547.547.54674&547&54632!62!632!#!6227'!%!"67'#77!63!!7357/7'%# %'3/&=&' 5#?&547 6!p4q"""6" 'h*[ |*,@?wAUMpV@˝)Ϳw7({*U%K6=0(M "! O dX$k !! ! b [TDOi @6bxBAݽ5  ɝ:J +3,p x1Fi (R 463!#!"&5%'4&#!"3`а@..@A-XfB$.BB..C} )&54$32&'%&&'67"w`Rd]G{o]>p6sc(@wgmJPAjyYWa͊AZq{HZ:<dv\gx>2ATKn+;"'&#"&#"+6!263 2&#"&#">3267&#">326e~└Ȁ|隚Ν|ū|iyZʬ7Ӕްr|uѥx9[[9jj9ANN+,#ll"BS32fk[/?\%4&+";26%4&+";26%4&+";26%4&+";26%#!"&5467&546326$32]]eeeeee$~i qfN-*#Sjt2"'qCB8!'> !%)-159=AEIMQUY]agkosw{! %! 5!#5#5#5#5#57777????#5!#5!#5!#5!#5!#5!#5!#5#537#5!#5!#5!#5!#5!#55#535353535353%"&546326#"'#32>54.&54>3237.#"Q%%%%%%%%%?iiihOiixiiyiixiiArssrrssr%sssrrssNs%%%%%%%%%%'32#".543232654&#"#"&54654&#"#"&547>326ڞUzrhgrxSПdU 7#"&463!2!2&&4&&&&4&KjKKjKjKKj &&&%&& &&4&&&&4&&&5jKKjKKjKKjK%z 0&4&&3D7&4& %&'S4&"4&"'&"27"&462"&462!2#!"&54>7#"&463!2!2&4&4&4&4KjKKjKjKKj &&&%&& &&4&%&&ے&4"jKKjKKjKKjK%z 0&4&&3D7&4& %& & !'! !%!!!!%"'.763!2o]FooZY@:@!!gf//I62'"/"/"/"/"/"/"/7762762762762762762%"/77627&6?35!5!!3762762'"/"/"/"/"/"/%5#5!4ZSS6SS4SS4SS4SS4SS4SS4ZSS4SS4SS4SS4SS4SS4S-4ZSS4S@4SS4ZSS6SS4SS4SS4SS4SS4S@ZSSSSSSSSSSSSSSZSSSSSSSSSSSSSyZRRR@%:= :+: =RRZSSSSSSSSSSSSSCv!/&'&#""'&#" 32>;232>7>76#!"&54>7'3&547&547>763226323@``` VFaaFV      $. .$     yy .Q5ZE$ ,l*%>>%*>*98(QO!L\p'.'&67'#!##"327&+"&46;2!3'#"&7>;276;2+6267!"'&7&#"(6&#"#"' Dg OOG`n%ELL{@&&Nc,sU&&!Fre&&ss#/,<= #]gL oGkP'r-n&4&2-ir&&?o  4 _5OW! .54>762>7.'.7>+#!"&5#"&5463!2"&462{{BtxG,:`9(0bԿb0(9`:,GxtB&@&&@&K55K`?e==e?1O6# ,  #$  , #6OO&&&&5KK?!"'&'!2673267!'. ."!&54632>321 4q#F""8'go#- #,"tYg>oP$$Po> Zep#)R0+I@$$@I++332++"&=#"&=46;.7>76$  @ ᅪ*r@@r'/2+"&5".4>32!"&=463  &@~[՛[[u˜~gr&`u՛[[՛[~~@r=E32++"&=#"&=46;5&547&'&6;22676;2  >``@``ٱ?E,,=?rH@``@GݧH`jjrBJ463!2+"&=32++"&=#"&=46;5.7676%#"&5   &@~``@``  vXr&@``@+BF`rks463!2+"&=32++"&=#"&=46;5&547'/.?'+"&5463!2+7>6 %#"&5   &@~``@``~4e  0  io@& jV  0  Z9r&@``@Gɞ5o , sp &@k^ , c8~~`r8>KR_32++"&=!+"&=#"&=46;.767666'27&547&#"&'2#" @@ 'Ϋ'sggsww@sgg@@-ssʃl99OOr99FP^l463!2+"&=$'.7>76%#"&=463!2+"&=%#"&54'>%&547.#"254&' &@L?CuГP vY &@;"ޥ5݇ޥ5`&_ڿgwBF@&J_ s&&?%x%xJP\h463!2+"&='32++"&=#"&=46;5.7676632%#"&56'327&7&#"2#" &@L? ߺu``@``} ຒɞueeu9uee&_"|N@``@""|a~lo99r9@9;C2+"&5"/".4>327'&4?627!"&=463  &@Ռ .  N~[՛[[u˜N .  gr&`֌  . Ou՛[[՛[~N  . @r9A'.'&675#"&=46;5"/&4?62"/32+  '֪ \  . 4 .  \r|ݧ憛@\ .    . \@r~9A"/&4?!+"&=##"$7>763546;2!'&4?62  m  - @ݧ憛@& -  @rm4 -  ٮ*   - r+"&5&54>2  @[՛[rdGu՛[[r  ".4>2r[՛[[՛r5՛[[՛[[$2#!37#546375&#"#3!"&5463#22#y/Dz?s!#22#2##2S88 2#V#2L4>32#"&''&5467&5463232>54&#"#"'.Kg&RvgD $ *2% +Z hP=DXZ@7^?1 ۰3O+lh4`M@8'+c+RI2 \ZAhSQ>B>?S2Vhui/,R0+ ZRkmz+>Q2#"'.'&756763232322>4."7 #"'&546n/9bLHG2E"D8_ pdddxO"2xxê_lx2X  !+'5>-pkW[C I I@50Oddd˥Mhfxx^ә #'+/7!5!!5!4&"2!5!4&"24&"2!!! 8P88P 8P88P88P88PP88P8 P88P88P88P8 +N &6 !2#!+"&5!"&=463!46;23!#!"&54>32267632#"_>@`     `  L4Dgy 6Fe=OOU4L>   ` `  4L2y5eud_C(====`L43V &6 #"/#"/&54?'&54?6327632#!"&54>32 7632_>     %%Sy 6Fe=J%>     %65%Sy5eud_C(zz.!6%$!2!!!46;24&"2!54&#!"&&&@ԖV@&&@&&ԖԖ@&3!!! !5!'!53!! #7IeeI7CzCl@@@#2#!"&?.54$3264&"!@մppp((ppp#+/2#!"&?.54$3264&"!264&"!@մ^^^@^^^@((^^^^^^v(#"'%.54632 "'% 632U/@k0G,zD# [k# /tg F Gz  #'#3!) p*xe0,\8T #/DM%2<GQ^lw &'&676676&'&7654&'&&546763"#"'3264&7.>&'%'.767&7667&766747665"'.'&767>3>7&'&'47.'.7676767&76767.'$73>?>67673>#6766666&'&6767.'"'276&67&54&&671&'6757>7&"2654&57>&>&'5#%67>76$7&?5.''&'&'#'""#''&'&'&'65.'&6767.'#%&''&'#2%676765&'&'&7&5&'6.7>&5R4&5S9 W"-J0(/r V"-J0(.)#"6&4pOPppc|o}vQ[60XQW1V  # 5X N"& . ) D>q J:102(z/=f*4!> S5b!%  (!$p8~5..:5I  ~T 4~9p# ! ) & ?()5F 1   d%{v*: @e s|D1d {:*dAA|oYk'&<tuut&v HCXXTR;w 71™  Z*&' 1  9? . $Gv 5k65P.$.`aasa``Z9k'9؋ӗa-*Gl|Me_]`F& OܽsDD!/+``aa``a154&'"&#!!26#!"&5463!2    iLCly5)*Hcelzzlec0hb,,beIVB9@RB9J_L44LL44L44%2"4:I;p!q4bb3p (P`t`P(6EC.7BI64LL44LL  .>$4&'6#".54$ 4.#!"3!2>#!"&5463!2Zjbjj[wٝ]>oӰٯ*-oXL44LL44L')꽽)J)]wL`ֺ۪e4LL44LL;4&#!"3!26#!"&5463!2#54&#!";#"&5463!2  @ ^BB^^B@B^  B^^B@B^`@  MB^^B@B^^>  ^B@B^^5=Um ! !!2#!"&=463!.'!"&=463!>2!2#264&"".54>762".54>762?(``(?b|b?B//B/]]FrdhLhdrF]]FrdhLhdrF@@@(?@@ ?(@9GG9@/B//BaItB!!BtI Ѷ!!ь ItB!!BtI Ѷ!!ь-M32#!"&=46;7&#"&=463!2#>5!!4.'.46ՠ`@`ՠ`MsFFsMMsFFsMojjo@@jj@@<!(!!(!-3?32#!"&=46;7&#"&=463!2+!!64.'#ՠ`@`ՠ`  DqLLqDojjo@@jj@@B>=C-3;32#!"&=46;7&#"&=463!2+!!6.'#ՠ`@`ՠ`UVU96gg6ojjo@@jj@@β**ɍ-G32#!"&=46;7&#"&=463!2#>5!!&'.46ՠ`@`ՠ`MsFFsMkkojjo@@jj@@<!(!33!(!9I2#!"&=4637>7.'!2#!"&=463@b":1P4Y,++,Y4P1:"":1P4Y,++,Y4P1:"b@@@7hVX@K-AA-K@XVh77hVX@K-AA-K@XVh7Aj"#54&#"'54&#"3!26=476=4&#"#54&'&#"#54&'&'2632632#!"&5&=4632>3265K @0.B @0.B#6'&& l @0.B 2' .B A2TA9B;h" d mpPTlLc _4.HK5]0CB.S0CB./#'?&&)$$)0CB. }(AB.z3M2"61d39L/PpuT(Ifc_E`1X"#4&"'&#"3!267654&"#4&"#4&26326#!"&'&5463246326\B B\B&@5K&@"6LB\B B\B sciL}QP%&#"!"3!754?27%>54&#!26=31?>Ijjq,J[j.-tjlV\$B.R1?@B.+?2`$v5K-%5KK5.olRIS+6K5̈$B\B 94E.&ʀ15uE& ԖPjjdXUGJ7!.B P2.B %2@ 7K5(B@KjKj?+fU E,5K~!1.>F.F,Q5*H$b2#!"&=%!"&=463!7!"&'&=4634'&#!">3!!"3!32#!"3!23!26=n$7654&#"#654&#"#.!"'.54632&5467>32>3200?t ='/@H@"+4K8"*!4dtB/&> c@0&=  =_JUD29i1"07 {x\YSgSSW]|t eyD0&0D/  I4C+) t .B3%h#/B0&&03|&p>i +#] WsgQT\QglU ]#-39oK_3[_cg"'&#"3!2676=4&"#54&#"#54&#"#4&'2632632632#!"&'&5463246#!#!#5K)B4J&@#\8P8 @0.B J65K J6k cJ/4qG^\hB2.1!~K5y?^\Vljt-.j[J,qjjI7$?1R.B+.B$`2?gvEo.5KK5%-K6+SIR[&.E49 B\B$5KG#!+"&5!"&=463!2+"&' +"' +"'&5>;2>76;2Y    M .x - N     u  , u ?  LW   #  *:J4'&+326+"'#+"&5463!2  $6& $&6$ UbUI-uu,uuڎLlLAX!Jmf\$ 6uuu,KLlL-[k{276/&'&#"&5463276?6'.#"!276/&'&#"&5463276?6'.#"  $6&  $&6]h - %Lb`J%E 5 ,5R- h - %Lb`J%E 5 ,5R-'uu,uulL/hR    dMLc  NhR   dMLc  N1uuu,LlL@  ' 7 '7 ``H ``H !``H ```H` '%  7' 7'7 ' $&6$ X`(W:,:X`(WLLlLX`(W:BX`(XLlL $ %/9ES[#"&54632$"&4624&"26$4&#"2%#"&462$#"&4632#"32&! 24>  !#"&'.'#"$547.'!6$327&'77'&77N77N'qqqqqPOrqEsttsst}||}uԙ[WQ~,> nP/R U P酛n >,m'77'&77N77N6^Orqqqqqqt棣棣(~|| on[usј^~33pc8{y%cq33dqpf L 54 "2654"'&'"/&477&'.67>326?>< x ,  (-'sI  VCV  Hr'-(  $0@!BHp9[%&!@0$u  ]\\]-$)!IHV D V HI!)$-#36>N"&462."&/.2?2?64/67>&  #!"&5463!2]]]3 $; &|v;$ (CS31 =rM= 4TC(G zw@www]]]($-;,540= sL =45,; @www(2#"$&546327654&#" &#"AZ\@/#%E1/##.1E$![A懇@@\!#21E!6!E13"|! gL&5&'.#4&5!67&'&'5676&'6452>3.'5A5RV[t,G'Q4}-&r! G;>!g12sV&2:#;d=*'5E2/..FD֕71$1>2F!&12,@K r#"&5462>%.#"'&#"#"'>54#".'7654&&5473254&/>7326/632327?&$  $6 $&6$ !&"2&^ u_x^h ;J݃HJǭ qE Dm! M G?̯' %o8 9U(F(ߎLlL&!&!SEm|[n{[<ɪ "p C Di% (K HCέ  pC B m8 @Kނ  HF(LlL "*6%&6$ 7&$5%%6'$2"&4}x3nQH:dΏX e8z' li=! 7So?vM '&7>>7'7>''>76.'6'El:Fg r *t6K3U Z83P)3^I%=9 )<}Jk+C-Wd &U-TE+]Qr-< Q#0 C+M8 3':$ _Q =+If5[ˮ&&SGZoMkܬc#7&#"327#"'&$&546$;#"'654'632ե›fKYYKf¥yͩ䆎L1hvvƚwwkn]*]nlxDLw~?T8bb9SA}+5?F!3267!#"'#"4767%!2$324&#"6327.'!.#"۔c28Ψ-\?@hU0KeFjTlyE3aVsz.b؏W80]TSts<hO_u7bBtSbF/o|V]SHކJ34&#!"3!26#!!2#!"&=463!5!"&5463!2  @ ^B `` B^^B@B^   @ @B^@@^BB^^>3!"&546)2+6'.'.67>76%&F8$.39_0DD40DD0+*M7{L *="# U<-M93#D@U8vk_Y [hD00DD00Dce-JF1 BDN&)@ /1 dy%F#"'&'&'&'&763276?6#"/#"/&54?'&763276"&'&'&5#&763567632#"'&7632654'&#"32>54'&#"'.5463!2#!3>7632#"'&'&#"'&767632yqoq>* 432fba  $B? >B BB AA.-QPPR+ 42 %<ciђ:6% hHGhkG@n`IȌ5 !m(|.mzyPQ-.  je  r=@@?ppgVZE|fb6887a %RB? =B ABBAJvniQP\\PRh cDS`gΒ 23geFGPHXcCI_ƍ5" n*T.\PQip [*81 / 9@:>t%6#".'.>%6%&7>'.#*.'&676./&'.54>754'&#"%4>327676= >vwd" l "3 /!,+ j2.|%& (N &wh>8X}xc2"W<4<,Z~fdaA`FBIT;hmA<7QC1>[u])  u1V(k1S) - 0 B2* %M ;W(0S[T]I) A 5%R7&&=,Xq&&@X,LΒw%%;#!"&5463!546;2!2!+"&52#!"/&4?63!5! (&&@&&(&&@&&( (  &&@&&@&&&&  #''%#"'&54676%6%% hh @` !   !    #52#"&5476!2#"&5476!2#"'&546        @  @  @    84&"2$4&"2$4&"2#"'&'&7>7.54$ KjKKjKjKKjKjKKjdne4" %!KjKKjKKjKKjKKjKKjK.٫8  !%00C'Z'.W"&462"&462"&462 6?32$6&#"'#"&'5&6&>7>7&54>$ KjKKjKjKKjKjKKjhяW.{+9E=cQdFK1A  0) LlLjKKjKKjKKjKKjKKjKpJ2`[Q?l&٫C58.H(Yee    Y'w(O'R@$#"&#"'>7676327676#" b,XHUmM.U_t,7A3ge z9@xSaQBLb( VU  !!!==w)@T!!77'7'#'#274.#"#32!5'.>537#"6=4>5'.465! KkkK _5 5 #BH1`L I& v6S F!Sr99rS!`` /7K%s}H XV  P V  e  Vd/9Q[ $547.546326%>>32"&5%632264&#"64'&""&'&"2>&2654&#";2 P 3>tSU<)tqH+>XX|Wh,:UStW|XX>=X*  ))  +^X^|WX=>X:_.2//a:Ru?  Q%-W|XW>J( =u>XX|WX`  *((*  +2 2X>=XW|E03>$32!>7 '&'&7!6./EUnohiI\0<{ >ORDƚ~˕VƻoR C37J6I`Tb<^M~M8O  5!#!"&!5!!52!5463 ^B@B^`B^^B `B^^"^BB^ #D2+#!"$&6$3227%#"$$ %&$#" 7=D9KqMLw9'qnH.Ktfw㿢p??pY9n6 LlLkT ၌.?p㿢p?   7!' !\W\ d;tZ`_O; }54+";2%54+";2!4&"!4;234;2354;2354>3&546263232632#"&#"26354;2354;2354;2````pp```  !,! -&M<FI(2 ```@PppPpppppp# #   ppppp j#"'&=!;5463!2#!"&=#".'.#!#"&463232>7>;>32#"&'#"!546 %. `@` :,.',-XjjXh-,'.,: kb>PppP>bk .%Z & :k%$> $``6&L')59I"TlԖlT"I95)'L&69GppG9$ >$%k: !+32&#!332 $&6$ ~O88OLlL>pN  iLlL '':Ma4&'#"'.7654.#""'&#"3!267#!"&54676$32#"'.76'&>$#"'.7654'&676mD5)  z{6lP,@KijjOoɎȕ>>[ta) GG 4?a) ll >;_-/ 9GH{zyN@,KԕoN繁y! ?hh>$ D" >â? $ n"&5462'#".54>22654.'&'.54>32#"#*.5./"~~s!m{b6# -SjR,l'(s-6^]Itg))[zxȁZ&+6,4$.X%%Dc* &D~WL}]I0"  YYZvJ@N*CVTR3/A3$#/;'"/fR-,&2-" 7Zr^Na94Rji3.I+ &6W6>N%&60;96@7F6I3+4&#!"3!26%4&#!"3!26 $$ ^aa`@@^aa '7  $ >. %"&546;2#!"&546;2#/a^(^aa(N@@4&#!"3!26 $$ @@^aa`@^aa '  $ >. 7"&5463!2#/a^(n@^aa(N@ %=%#!"'&7!>3!26=!26=!2%"&54&""&546 ##]VTV$KjKKjK$&4&Ԗ&4&>9G!5KK55KK5!&&jj&&#/;Im2+#!"&'#"&463>'.3%4&"26%4&"26%6.326#>;463!232#.+#!"&5#"5KK5sH..Hs5KK5e# )4# %&4&&4&&4&&4&` #4) #%~]eZ&&Ze] E-&&-EKjKj.<<.KjK)#)`"@&&`&&&&`&&)#`)"dXo&&oXG,8&&8!O##!!2#!+"'&7#+"'&7!"'&?63!!"'&?63!6;236;2!2@@8@7 8Q NQ N 8G@ 8GQ NQ N7   8 8  H H  k%  ".>2I20]@]@oo@@oo㔕a22]]p^|11|99|11|(%7'7' ' 7T dltl)qnluul)1$4&"24&"2 &6 +"&5476;2 &6 LhLLhLLhLLhL>  &   &`>hLLhLLhLLhL>&&>G  .7)1!62 1!62he220e22> v +4 [d+ d 135#5&'72!5!#"&'"'#"$547&54$ Eh`X(cYz:L:zYc\$_K`Pa}fiXXiޝfa  (+.>#5#5!5!5!54&+'#"3!267!7!#!"&5463!2U``'    jjV>(>VV>>Vq  ( ^(>VV>>VV=&'&'&'&76'&'&.' #.h8"$Y ''>eX5, ,PtsK25MRLqS;:.K'5R ChhRt(+e^TTu B"$:2~<2HpwTT V/7GWg. %&32?673327>/.'676$4&"2 $&6$   $6& $&6$ d -- m  ,6*6,  mKjKKjoooKzz8zzȎLlLU4>>4-. YG0 )xx) 0GYޞ .jKKjKqoooolzzz80LlLD/7H#"'.7'654&#"'67'.6?>%"&46227#".547|D,=),9#7[͑fx!X: D$ +s)hhijZt<F/*8C,q؜e\r,WBX/C2hhh=tXm>NZ+"&=46;2+"&=4>7>54&#"#"/.7632  >. $$ p=+& 35,W48'3  l zffff^aaP2P: D#;$# $*;? R Cfff^aa'Y >O`"&5462&'.'.76.5632.'#&'.'&6?65\\[( | r [A@[[@A#2#  7* <Y$  +}"(  q87] F  _1 )    #1Ke34&+326+"&=!#!"&763!2#!"&5463!2#>?4.'3#>?4.'3#>?4.'3Xe`64[l7  , L; =+3&98&+)>>+3&98&+)>=+3&88&+)> Wj|r >Q$~d $kaw+-wi[[\;/xgY $kaw+-wi[[\;/xgY $kaw+-wi[[\;/xgYJ\m4.'.'&#"#"'.'&47>7632327>7>54&'&#"327>"&47654'&462"'&476'&462"'&47>&'&462i$ $^"  %%  "^$ $W "@9O?1&&18?t@" W&%%&4KK6pp&46ZaaZ&4mttm ^x -  - x^ = /U7C kkz'[$ =&5%54'4&KK4r7>54 "&54>2"&462%"&54&#""&546 %#"&'&'.7>#"'&'.7>&4&&4&4&&4SZ&4&&44$#&&&j3$"('$&4&[՛[&4&&4F&4&]\&4&$  !D4%  ,\44&&4&4&&4&-Z4&&4&;cX/)#&>B)&4&j9aU0'.4a7&&u՛[[4&&4&@&&]]&&Ώ0 u40 )4#g&'.#"32676%4/&#"326'&#"2632#2+&'%#"'&6?676676632%#"'&6767#"&'&6767#"'.7>327"#"&'&6763"'.7>;7632;>%5K$ "0%>s$ "0%>;;>%5KVL#>H30 \($$(\( єyO2F/{(?0(TK.5sg$ єy#-F/{$70(TK.5sg$L#>H30 \($$(\#(@5"'K58!'"58!'"55"'K#dS$K K$Sdx#@1 w d>N;ET0((? - 2K|1 wd#N;ET0$(? - 2K$#dS$K K$SdxDN\2654& 265462"2654 #"32654>7>54."/&47&'?62 &4&&4&h՛[&4&r$'("$3j&&&#$4[ " @ GB[ "&&Β&&][u&&7a4.'0Ua9j&4&)B>&#)/Xc;u՛ "  " Gi[ Xh#"&54676324&'&#"'>54#"32#"54>54'.#"32>7>767632326#!"&5463!2b )   :4FDN  [1,^JK-*E#9gWRY vm0O w@wwwC22 c@X&!9{MA_"S4b// DR"XljPY < @www%e4.#"32>7676#'.#"#"&54>3232>754&*#"&54>763 >32 ''il$E/  @P@ ^`'W6&!.. ! -P5+ E{n46vLeVz:,SN/ M5M[  ]$[^5iC'2H&!(?]v`* l b$9> =R2 #"&5467%!"&7>3-.7>;%.7>322326/.76/.'&6766/&/&#"&676 &676&6766/&672? =1( H/ '96&@)9<')29% &06##$ J 0 7j)5@"*3%"!M %#K"%Ne 8)'8_(9./=*%8!Q #P"\Q#N&a)<9bR]mp%"'.'&54>76%&54763263 #"/7#"'#"&/%$%322654&#"%'OV9  nt  |\d ϓ[nt  |@D:) ;98'+| j," 41CH^nVz(~R 9\'  r  @L@  @w46HI(+C ,55, f[op@\j;(zV~i/5O#"'&54>32&#" 654'67'"'>54''&'"'6767&546767>7蒓`V BMR B9)̟!SH-77IXmSMH*k#".o;^J qןד>@YM $bKd ү[E";Kx%^6;%T,U:im=Mk).DT4'"&5463267&#" 6;64'.'4'>732676%#!"&5463!2),蛜s5-54&#"#"'654'.#"#"&#"3263232>3232>76 $$ Cf'/'% ( $UL ( #'/'@ 3#@,G)+H+@#3 ^aaX@ _O#NW#O_ .* ##(^aaq[632632#"&#"#".'&#"#".'&54767>7654.54632327&547>P9 B6?K? %O4T% >6>Z64Y=6>%S4N$ ?L?4B @{:y/$ ,'R! F! 8% #)(()#%: !F Q'+%0z:zO_4'.'&54>54&#"#"'654'.#"#"&#"3263232>3232>76#!"&5463!2Cf'.'% ( $VM  ) #'.'@ 3 #A,G)+H+A# 4 w@wwwXA  ?4N$NW&M&L  /* ## + @www O$>?>762'&#"./454327327>7> EpB5 3FAP/h\/NGSL  RP* m95F84f&3Ga4B|wB.\FI*/.?&,5~K % & Y."7n< "-I.M`{ARwJ!FX^dj''''"'7&'7&'7&'7&547'67'67'67'63277774$#"32$   *'ֱ,?g=OO&L&NJBg;1''ֱ.=gCIM $'&&NJBg=.%w؝\\w Ioo<<-NIDg=/%(ײ+AhEHO*"#*OICh=/'(ֲ/=h>ON.]xwڝ]7e[@)6!!"3#"&546%3567654'3!67!4&'7Sgny]K-#75LSl>9V%cPe}&Hn_HȌ=UoLQ1!45647UC" !-9[nx"&46254&"326754&"326754&"26754&"26#".547632632626326'4#"#"54732764&"264.#"327632>#"'"'#"'#"&5#"'67&'327&'&54>3267>7>7>32632632T"8""8)<())(<))))<))<))<))<) Tد{ՐRhx=8 78 n 81 pH_6Soc F@b@?d?uKbM70[f5Y$35KUC<:[;+8 n 87 8/8Zlv]64qE 'YK0-AlB; W#;WS9 &(#-7Z://:/Tr++r,,r++r,,r++r,,r++r,,ʠgxXVעe9222222^KVvF02OO23OO`lF;mhj84DroB@r+@222222C0DP`.r8h9~T4.&o@9 1P%14'!3#"&46327&#"326%35#5##33 $$  }Pcc]321IUΠ?LL?cc4MX &04;0XpD[[DpD,)&&4S_< Z[.Z[.  pU3U3]yn2@ zZ@55 zZZ@,_@s@ @(@@@- MM- MM@@@ -`b $ 648""""""@ D@ ,,@  m)@@   ' D9>dY* '    T     @ f %RE    $!k(D'  % %,,,,,,,,,,,,,,,,,,,,,,,,,,,<$\xH x L $P X4lHP,L !!"T#D$P%&d(()t*(*,0--.`.//0401234T45@556@6|67h78,889l9:; ;<=>\???@h@APABxCCCDlEEFGPGI IJXKMMNLNNOPPQTQR,RSLSTUPXXZ([\[\X]]^D__`bHcd$e epefggilijdk,klm`nLolpqsst4tuh{|$|}4}~<l8d4lDx0l (dH|@hx|htP\,@ <lD|$@d(0°ÀD4ƸXɌ˘ ͬΐФDѠ Ҡ$ӤPDմxׄ`xl0۬X݄ޜ080 Lx4H< <  p   |  d|l4`TX0lX !"T"#H#$'D(*(,0.(1P123345L6,679 9:;h<\<?0?ABCDlEFG@HIHIJKLxLNPQxRSSU$V8VW0X XxYZ`[<[\T]^x`la abc,deHf<ghi0jLmo<ru vwxyzd{||~P~~`h(h,,HP x x0t|HT$<dlpDD@ØL ɀʘΐh`LԀtl٨PP݄H|8D h08h$DD$|$L L4DhL   0LTDDLHP<Pl'@ ^ ^ t " & $     * < 8 0N ~  Copyright Dave Gandy 2016. All rights reserved.FontAwesomeRegularFONTLAB:OTFEXPORTFontAwesome RegularVersion 4.6.3 2016FontAwesomePlease refer to the Copyright section for the font trademark attribution notices.Fort AwesomeDave Gandyhttp://fontawesome.iohttp://fontawesome.io/license/Webfont 1.0Thu May 12 12:09:18 2016keeporionFont Squirrel      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopq rstuvwxyz{|}~     " !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~uni00A0uni2000uni2001uni2002uni2003uni2004uni2005uni2006uni2007uni2008uni2009uni200Auni202Funi205Funi25FCglassmusicsearchenvelopeheartstar star_emptyuserfilmth_largethth_listokremovezoom_inzoom_outoffsignalcogtrashhomefile_alttimeroad download_altdownloaduploadinbox play_circlerepeatrefreshlist_altlockflag headphones volume_off volume_down volume_upqrcodebarcodetagtagsbookbookmarkprintcamerafontbolditalic text_height text_width align_left align_center align_right align_justifylist indent_left indent_rightfacetime_videopicturepencil map_markeradjusttinteditsharecheckmove step_backward fast_backwardbackwardplaypausestopforward fast_forward step_forwardeject chevron_left chevron_right plus_sign minus_sign remove_signok_sign question_sign info_sign screenshot remove_circle ok_circle ban_circle arrow_left arrow_rightarrow_up arrow_down share_alt resize_full resize_smallexclamation_signgiftleaffireeye_open eye_close warning_signplanecalendarrandomcommentmagnet chevron_up chevron_downretweet shopping_cart folder_close folder_openresize_verticalresize_horizontal bar_chart twitter_sign facebook_sign camera_retrokeycogscomments thumbs_up_altthumbs_down_alt star_half heart_emptysignout linkedin_signpushpin external_linksignintrophy github_sign upload_altlemonphone check_emptybookmark_empty phone_signtwitterfacebookgithubunlock credit_cardrsshddbullhornbell certificate hand_right hand_lefthand_up hand_downcircle_arrow_leftcircle_arrow_rightcircle_arrow_upcircle_arrow_downglobewrenchtasksfilter briefcase fullscreengrouplinkcloudbeakercutcopy paper_clipsave sign_blankreorderulol strikethrough underlinetablemagictruck pinterestpinterest_signgoogle_plus_sign google_plusmoney caret_downcaret_up caret_left caret_rightcolumnssort sort_downsort_up envelope_altlinkedinundolegal dashboard comment_alt comments_altboltsitemapumbrellapaste light_bulbexchangecloud_download cloud_uploaduser_md stethoscopesuitcasebell_altcoffeefood file_text_altbuildinghospital ambulancemedkit fighter_jetbeerh_signf0fedouble_angle_leftdouble_angle_rightdouble_angle_updouble_angle_down angle_left angle_rightangle_up angle_downdesktoplaptoptablet mobile_phone circle_blank quote_left quote_rightspinnercirclereply github_altfolder_close_altfolder_open_alt expand_alt collapse_altsmilefrownmehgamepadkeyboardflag_altflag_checkeredterminalcode reply_allstar_half_emptylocation_arrowcrop code_forkunlink_279 exclamation superscript subscript_283 puzzle_piece microphonemicrophone_offshieldcalendar_emptyfire_extinguisherrocketmaxcdnchevron_sign_leftchevron_sign_rightchevron_sign_upchevron_sign_downhtml5css3anchor unlock_altbullseyeellipsis_horizontalellipsis_vertical_303 play_signticketminus_sign_alt check_minuslevel_up level_down check_sign edit_sign_312 share_signcompasscollapse collapse_top_317eurgbpusdinrjpyrubkrwbtcfile file_textsort_by_alphabet_329sort_by_attributessort_by_attributes_alt sort_by_ordersort_by_order_alt_334_335 youtube_signyoutubexing xing_sign youtube_playdropbox stackexchange instagramflickradnf171bitbucket_signtumblr tumblr_signlong_arrow_down long_arrow_uplong_arrow_leftlong_arrow_rightwindowsandroidlinuxdribbleskype foursquaretrellofemalemalegittipsun_366archivebugvkweiborenren_372stack_exchange_374arrow_circle_alt_left_376dot_circle_alt_378 vimeo_square_380 plus_square_o_382_383_384_385_386_387_388_389uniF1A0f1a1_392_393f1a4_395_396_397_398_399_400f1ab_402_403_404uniF1B1_406_407_408_409_410_411_412_413_414_415_416_417_418_419uniF1C0uniF1C1_422_423_424_425_426_427_428_429_430_431_432_433_434uniF1D0uniF1D1uniF1D2_438_439uniF1D5uniF1D6uniF1D7_443_444_445_446_447_448_449uniF1E0_451_452_453_454_455_456_457_458_459_460_461_462_463_464uniF1F0_466_467f1f3_469_470_471_472_473_474_475_476f1fc_478_479_480_481_482_483_484_485_486_487_488_489_490_491_492_493_494f210_496f212_498_499_500_501_502_503_504_505_506_507_508_509venus_511_512_513_514_515_516_517_518_519_520_521_522_523_524_525_526_527_528_529_530_531_532_533_534_535_536_537_538_539_540_541_542_543_544_545_546_547_548_549_550_551_552_553_554_555_556_557_558_559_560_561_562_563_564_565_566_567_568_569f260f261_572f263_574_575_576_577_578_579_580_581_582_583_584_585_586_587_588_589_590_591_592_593_594_595_596_597_598f27euniF280uniF281_602_603_604uniF285uniF286_607_608_609_610_611_612_613_614_615_616_617_618_619_620_621_622_623_624_625_626_627_628_629uniF2A0uniF2A1uniF2A2uniF2A3uniF2A4uniF2A5uniF2A6uniF2A7uniF2A8uniF2A9uniF2AAuniF2ABuniF2ACuniF2ADuniF2AEuniF2B0uniF2B1uniF2B2uniF2B3uniF2B4uniF2B5uniF2B6uniF2B7uniF2B8uniF2B9uniF2BAuniF2BBuniF2BCuniF2BDuniF2BEW4PKa\ȗ,font-awesome/fonts/fontawesome-webfont.woff2nuW+AwOF2Ty?FFTM ` PK6$  |L?webf[8m;tc6֛>S8{]??=i%Pڮڭf85J0ufeB\ElAw6fF0l öM`;iOߞUԱkٶ"=˲ ú/6/eX qvf{]-o,5&}L:0{eƥV*3~1MhM4:9jGBKY2c=@V*+=g;ߟ%q,sYFojDtwZ1tS\L⍇k(1CKzZ!iMzH؆D[gcNթE~jVD [/TD˾<@jcl˴}sg4FfF;H EP#I1{X͜ӹ]ps^(S.N1Sߜ$@ۙT\k"G" VZgf?{D8f9gi\ "ٖu^+%uSϙ!JY5{kjJi!t"vC 0pasg 3~3/3ޓD91C jV@i,,Mfizu  ˸I!Vw<75L~:4)Kގ3#c*\ܧ%*Jd^ \r?MkJIZ_cXriX`.Ieϰ+T**fEdq=:2:g2(XpUF*:\‘j£EZhBNg-Ք\{Xk>D/D နq%OZI2&KP\6؊0tlK]xHdD MtiP ]+PxXS.<ȑq Jn!dL]n$28(?奤:yd)bJ[JE6k?̹͐'"8H"7l|OsP4JOܓfA&)dJ` ]nhi[S([O~,6f=2q5VMOѮΜHs>Zv`f7}3fmX&c qǿ2q`~x#k@0X:$1 ܰ p. d/^p"KEq"&jޜzD 2NG vvaDv_ib>qv6D)%`bؘxb:Kn#OA6;~yI&~ ЋpgF qaT+|vX(QC.NחzKjJS4@f03r{A m|$oO&7? <>Z/)3gu\^} qࣺp F@aVeӎл3 gafiKs)fJ]j}S{KoHC{"? M~#r$lxۢw&1(CO} |M 6A00hCXl.O&e,y^4 SRE]>bbv秘weiIk/OO\ĝ|[?8lgVo "Vg ;F.!#l6+)6β=`]"^A?}<ú "V'J;-*]JlgΔu5 ߘo@l53rOW2xЬu?M_h.7\wgu7y{PxjE6>\UAgGٟX.K,魃Ӿ c U)R%XA T0=%b3smfb& nYWhs6Űڲ6q|)2+;72*fYrɦDvcx ދI}ISIv2&2Kټ0AiN|J2Q,sc)}' N-*{{OERQcׯw?˿is5y(N l_߷crp~Ӳ)ϤnUZ@E.&7E?Z\Jb t<,)JQiZOl{6R|pg+W'ّnpfVV eH[csF۽*4%7F#i}7we(M7]Oj 3+}#R:ƛKCdLX5`HW6ص5W+ߕ"eהK4aMNIh vN)Ns[*eQԎ F|ɮ湗)s=n͡Fa^%ޒbRR . ukAd4hԲح#=k94zKѲ = *`x;]pT,.nOqwL4`8D-yܰG',1/&[*QmPK/t%:Bvy.ClL^8ޟꓬ^ ͵m\xq[ ]Ã2KY'r<6i Thx0}Ah.!j,tBSQ>Ց9[U tpF߾Fz*?+*idjC> wo G7`$2-W72aQKJ'2ؐzIr4^j|$G n%KV"D*8^%]Z).ޚywEF]\\kX}Bu3EF,hpdZ#YGRy=67&2lٶ$#Tj(,E[[mgjY?X˨k9hFRQAq:(قmC/XjHSf֢zș`2P=-(|MI/0σA.>;Tu\zt89B Q; ֱlk Uה lfgXCEƌjM֠IppKu\I,|*p!sʳzc^ kdpXB /4ڽݩ֚\$h5PM$H8#rA5P/e&S~&Ǵ^2L%jjax xIolܹxC)[t"uBu;⼃LW{ID@ofb46ev27/z`Ytu7q/{5h_ΎFff!I[Wh3ښTo XJ`~@y۲JwBuv,hApڏkEh(sevݚ%*bӉjkƛ fx/WYfRyZpQU>zxeCm#>:4ZtVTeDԮX%RSn^%~FjK hͩ\Z>;TeFfW)7— W I(2x< |*H֎ť+yNA 㺼z6iDF0E9$ z D0t<ЧcAIZ Q(cǗ0i.ob.xf('vE݅؎UK=/N@Qïo^hj+ƟBa"U *sLeZQA?"fy9!Z8W!w V)xQu(ry-H8yf3ps;BPء ۓk6xw/0B64mi R9f|eb OCCp$YW+SST) Θ0>[]nd Ǎ wetwүyجO*P[*Bu-}AkYHV3^Tʈ̅V$יƴ7e~ <26Ѝi??\΃2g& a"!:L@emwrZfrp2L i{piS= xld䄍IXJ&AV]0Ԕk2 *kR厖|靆I:w}C$6~!z /֟;KC$uwVn DEld.}4ٰVf-W^EV1FU𜠴{G#Tte#∥x(Ăh}+dt`LBٺ@9s$=4SiFO(KsDV"Q¤pR#:S-Vlbo;NnMl0R_rѶ$cOTw(x Ruۺ;:/t[{v6-lbO,*~},hb11h4k OmxQ(Mt6o`!G(| *9ujN FZQIl;qьJuYF1 q dHv2l:LA\Dtw@lcA ?d_H0iz^ao2EZi6}뷪ŁR4؀O)*+xi͗Kgx~ׂI:Ҟ;Z4-Ck5 7vV$\XBӔD 5g9uG١g- Wjm+xT:jR4Bkɏwr5خ~&4L˾ sG,#7Gn>O˯iDⱝ`2N~_!9OR?j._K0ƁBn'WKlY t trӥiJ'n{k0#gNR ,;~kїqjv8m>^jv@:T(mHD:嶡<(բ<g%e>9/%'Hm>l4a%̳;yd&gj9uOCUMߨė7{ȹ ArkB*e9H$j^}{ZTQ iұa]Yb t(EagFHFuCeQ`l*Sd_%M鷺#sh:(LTǬQΥ$*VV-qҿ܋k-IN!/W*Rj*V9j>FTDYU2;3=՘')RѪ y5ǹCynG-'TVQ?X#ݿrÎo~A5 h`E!m1::X!9S+6=P%I`Rʿ u78/o8BrK~^\L7ူ)76Vh@.˲+aWL˦(_{Lų2ִͯʿi_(BR72v挔p+j:(*d&]I1azdݣ o2/n\2<$ϥ44V0N*MZWT`uC?ۖve,ކh'k(/x}wXpjk_tʪ||L\8 #>v ]&Tb05fQٛE'VhOVD3覒hƸX^2EMCY[' ߶¤::_c|Yx^QL'q:F^Z㈯2d *Nx 0nn4#MCA]DІ 1+q^-|P%]*Mu[5d)|`2k[WEc1W]zGoR$oy:ش?-Yz4M:9r;#U}q'9&:Ӂt.mɼXu.<|̟ ZЯ7Ξ*6R[Gա9_m9$#n.'jpEIFn.FЬm5 xÁ~zBØv-$zO;6M3W[f\gu42_9zSGﯫ b~7: '<Wd btk=$aiz~#fEouS>^uV<Kl0a7uZj+LT 8DK%/O\!QQ}{hwXdz1{m-#%3:hhH1FN$-R?f̘Ihr)eVL+,Zn޶Е7!*De9*_-YGDGI+_$<_ʏJjqPE8Jv5Iw& tLW[j=vNr ت²+̈́cpJX|÷>ZNO VDja!J?ZqzjV<'y]FeӠ|%t#KF*7h=0b!#ܸeZWc6 Cy4)SH$ű C\|hDO:u,I2 ꎽ kI\q*,E?QM8E(%(ʞx\$@ihY4L)+%FZ'AE S N܀B ps ɥM`y2m#~s˺ǘT+Fi0$}kT0W"c,G2B@-t2Mu3P(s7A~,<o=Fpp*HL6) m湢D4#0BMn eBHǯa!؃= K2%bۃ\;)ʈ l63Ƶ\9/qNnqk%'( Xz\Bn@͗ X?2U#Fagqi\1!FJ#T* f/k7~#5R,r ExOO*'}a`wE%< #" ! Kb3d'<5+FzVmlrdwݾ#~{j5qy ,>.טu.11uu2NG2ӆ3pe+v0ǃ׺{ [%3_Udﶀ$bv-DuC7Y]M_Ke1k沂*ЛG [ 0_=[reKX}b9)LԊL.Ӛ*TDg+\Ygk : WSi2 ;c0N#IG3{ifum6d6:@0:ݏ'yo䎮)UqVicM1e/\2JN#A{&,"X.!qkA (bE5;À ٬ܕUd􂖳{Aj <σkNu{' JAÄ߿ s[`(Z27ruQdV VmܮP[Ko-%3cvСg{aihs.c?c=y@ƥ2^Hc莭[dq 2!(p!<ψNcJ:  "!KSoZIfQ4lc#Ul+4X>(2dd2ihk +B&/>$G27tDK:ǼVNکnK]H+͈XW"}0}$h=cmTӒ)(Ug&h#pc% Υya<"Unϡiڋ#XrljJ v޳()8H^ 57Τ[ PʨcEGҪͅү[W!ˡ ֽb(ܞJP'h]ZF/. ]5_ b9aKC!+)Ě*O1\ b+f\ MMHUP r62HdrI6&J'ò B'*{[?9{ qd^p^m``vkR]RTX,Fx' { PLKj.~)T"QP1Xgi#/_ '^VS\9,r$5U4%5{gh ~s>r.HQ.vC؄)z`DX]Dgvμ؃ i˾3ڏXZ#FFYkWҨ>mI69{%>A0F_bx2f)WmĞ ݵTn⻓եrEܔ'~r/ Csxm၌k,λ>|7Ec6b540ݎ?wfsמ@oi'/u6j43ݿCy]fFD4>>N?6GVtݐ W8XUdh4*Ҫ E &Yg.YOIi^%GNyE<0 ˨aJ>F;Li{KMB-LW0y/+Ī<,}8V#[pY.zvERK{^p$ [vwwoŃCc`ԉǶŶmCg 4$<+ Lj`5R~-w7FBi,S+>dI#hC#+6S?J%΂j k bIZ/i5&!!axd[StcrC9ɑTrĪ#L73$|&x/ֹBYx1hJQ{78ָD^趒zs) 3+ *o|pDR( }ך0p453z)gym8rgRGl\1٦n{E^tn}Ghtמ«C^‰-{qki-{#bDvlxkK&; $ h݈D:ri+H3|Hp!2٩k;Ey T ˤ0M$fPĥsunr,Nǯ\-;f=*9ƉxyF${S+,М&~lZv`>z4r!L|D^U@Y#&JSͥߟO`=T),sb巣Z؇=PQ>L.DLxAáXSt/1~hm]k}ϙRVH2%t1VO%b`R@{tggCgx\梽x <1ph/j }v-KkYִ1o$,]"& U8>&,! (ͻig|w@5Vǿ#I4(rYNA:\P$.ϯ+d qp@Z_saJs&i]-8a3P 4|M;aO:kozt?L7$$A SZPʗ|$S):5̑1Mml>5x{)ߎbd[{Uʽ#eI` Yac0Q`Ma- $nZ] K IĎ֛o&Aa^"W†aDDJۯ-f'x/" H̊kg"yVg kM[%W)fV MNCϕ{L䌜\5$#ϷV`kW;vL0=M(#v#&"݌+lw{qhu5Cxt Q]kfed+RٮݡoBek3&9O7VXQ]j{/M5.XIa.xn5Go>B09xp SD*k,Kw׾Xgûlch Yp:}sFl $ibˤw:8 %F/qj 5U %_q֕YC>{^(/,#Q(+Cd9ɟSEh^;u,g51pe·'c+.)o߷4viڈeaf*1h:pfѯ+*>oBGg/]}h^-)dnr Q]uVɗ/ʉiMRG7o+LGD|Dz^?p1a!s, *G&*z%1xŚoȮwH儙 r~P19< ;.: 3x f*AtB_0L *o/|Slq5q 1ƾ:\8cż`¶~*@ p/3%;㗻91]AjC)J^r P{#ItI)EĦ)1x&H)%TVEtGiεl0/gPl0#ՋV}S)nH+2w)Ĭ1Q-?scW1CB!>.(tbGM>T%*`ypydUUUBTu#Xl7kBZ<.%s?]dd2[ ЌsPw♙_ftD-c6p$L,0Ficz*X+c[̽X'KVT,M{R 1ZWG3ᅄtf݄ r eXf87PJjϨq{lPΧRk1IumMʕ): N4W_ oX\uS+^֚XLí>,Chf#U#|V#|aPsZcȜlok֝$:叴t+%bIjtZ# V&*tk9%|RH8%\/1_}]a(QmZnwDW:ψeV;]hԖt+`"&ĥN]PH mʈ23zcA:vK`hUf5xrDRˆϮ0D_)MEq#J!SXdBt,5nBP\%瀙}oCH zѠgN9Hp1(+D0j Yl_T+)sM<n*XU>M4VR3X,775GQp`| 2Rne] bk]:C%2) eȪr'l@ MbFrydsS"?={$/`I}m#3zkCˡ*L7#KHuxp݃ 0#lBvH-6eY >>t c+T®cS՛#΃KոO1| 9̔EBCK Xp\^ٿIMm,- 2ʠYt.fٷcUqE,ﰀC8)C$SRe+(̾^h8*/j|\DJȵߙR9:>ѕCgϺn][ zœH9,WHjEUU7KGm쉠7|UueÅ˥o FcPcW:eC¥S)V[:N;TW0V»?2T +jC6KڬX 7_ʿrR~4j+cЧIm]F;ަzhqب 2S4RWƴD1}V:oZ oВ%=BTmvR{aq ;bVU6V,4H+}Ո_-jCbL֌jJ#LZ:CCAN\7h-} ɩwQ{A^L,qGrW(bQGPD͋L+ys)HWAGybeGY㈳K_}=͸qaCpPėSPd難+M@@R}hɾh Wo1`yF6=]E4vpq^7 !8%K( OES+Kt({|z:Ac>1ͬ:uqq4I+V.Fdo$\rf"h]rFkT/?e*6| ޗx5>@zAvzhd1s2e p>n~MԵqwx[bxnF< I%mglȭy%4j0 Kϻǘ$ķvaɁ|= ߜ] 1 ׏`YFp7V4OZD F+u@r,_2F;WUo-<4?w} حŠxAk?cA#w7wWb--D"vy^{ &gVAnjYsDZlEP܁s_w qf zV' E/z;B0wMVX5AEN;Mw5_[m(j-$R lgМ֔ײiUݻ˳ΛTj¦ڂ%j)^+1 9Η.3;#y03-.nQTQ]?}e[>s6ώȍuעned 5O"ό QxqPI#NSPN }& ؖOE/> OG{POF}z Ow82 8q Cg9ٻ*Z@%sr !ӱ/LOvOq&Ǩ v5h9[b;2 ;OHٔ3vxgb RpĞB0\u[[ @peм^ Zn9XaEKPB!!|_4B nkYaIh+'U?Dʒ,} jL RQ$J6> dq^<[Ġpp #_"@$ khZ\˟jΡ¨GvR P"paE2kI 7f3\ijH[v#k|\"&t' ȜC:+CgvBMG-rޅ{U}4ϟ)\cKw>DQs04[-eGp{GrgaEjzT*mcտa63Sy|:?!Xa{l*}综o;bߩ]ZZ]ūQ:У^ m3uEN бI?%,ɣA 8ŞIZ!FG`9E-dT^2=m} "k|s&zFʈ}`n;5aZ@]+=k޾SZm&ԷJ burm}vJ"M$֛}zkYT[s.wAXwJ2]Uabt8Z3 Mc߲^1r~cܜ&rPT%:kMxd1RdM&k(a=b_QΗݭ _k]"hKܖqj~dk|BX[DrwU>ޢ!ͼ:8G{|75S~)j ?n@@),A|l) tIC0)))NO"h ( uڼIJfb7ЧA4\q &I~&kQ%D$SBIsO;$sy6$*3~?U >gnQ@˳%n(?7R9?@y!&‹WCݽ*sc#g/CLqh6ZL^qR,)3 lfS蔔\; ⾞Hc͎G*#9,pt1R pCg }S̽sUtv8n86>N?kXSn).sۚ~r `ΗJ;xn[E:u`8eyY%r+L62=vxf{X?]6 '|튭 <]#o@,ヨ ;MTk1'-N ћl,"/869NB?8-‰SKoYm{mDL)v~O> 1T;g)!DhevTp^Lrӻѐ~Iį6/ KP.~Ex'&Z4P\ӞL{T$~&AIg-ӜбFv )d9)uN&;MИ>pj]f?\жlheOBo%QҨ0S ~,`Il1VRoiTBl.a/ S05Ed/Om^ekTNv|ͥt%T_-%Y&jxmZT{n6l0:Q퀵_F 0Òe`蔛j䙡t IHpGWFIhG`H&RۤݰN&ؓԔALO44B >~QjD(=ԆNG5(qM;lČ ^6/0|+>woŨ"|wό0(_ Py,kquCStQ-#Z9gL$Xʟ)!{nJƾ_E}q [T绤ǃp>\ mrCgЮۇj|HAr٭y0z>`ⷼ;Bk ^`\KH8O˞D$ꢳ`uר\EGߠ2: eȰyq ]'7jd`T .Ⴞ*G4_|c#@/*VJ|7X`qkwU` Q7.B!_: Cݍw?ʛ1YM0ޣ ]C52N_;zi->Jy7't»r\eȄ[n",8syY$Z Yq,6wݠptLy肜LmGj :q*Uu,{]qΥۙЗLF*T[!Pp=郴h kEjx]<(t=]})Khq}wuxw+u&(pe. < Y"_:寥L 7EY$[p8i&`&|2|+Wk;rNŪK*O!,Z Ooe>`Q,𖨟pw=[31f/POg<՚_b;J5'(8S&.#|H,~ugU~ U1:vYLzk_aȅzY6(Cl֦SnO%8)6f JSaŬŵ?4* bbXA~cmnJQJ<2ri|[>?ea1 rZÌ>#**A[n$Yt6%HW!M*B-Љj}2 Fe ~4A[RKaPlaT:dMV#Wac #:ھG{٘3D%YQ?5gRNYC(%aT.EClY#8 d9 [C[;߽6v+#ʝe_iv{jݳ:˭[F1YڷY)ESzTO-\3|e/I-kP6{)KUGjlqBtr^׬hiz7um'?TŦPDe@KRS'02(Sj䥌$!ז / >[V0L :r)-MɋQ13SD@C(ݷ_9OabH7t `P*(0#Aa[j2U#[eD SbD,BoMz6LzRF$/՞c gz}w7tJx 5'4px.hV,1iw3S+LFUy''ďoIuvTt QMm9KKh!ZlΜKRcxFhf 2NeaEY)1{^yh3dDM84X^cxMRf[]:Kb6TF{'k졯G!6ZqO#/Rɣ9o?ȴkpwId2vhu 8q*<ܢ, @*CKz#wL<".}Ɨ0|ٍ3t0~;Kr[st̻ɿT{OⱤM%Py|msvghVDS(IWj:Wr1Mzqj6<=.  ǡo^uKX-#;1a~t@/.=X/~t0-|OG>x#Bd+ Pg+G)6=-;!aP x1Gk79^dmA s Xlq:t G܇΃x(T$.:w ąf"qe? vcC'*~R'\ >k ݵwu+PaŒ> E xP4+T5cήyc$oKMX)ǰ+J6Z@"«P6*+5흸3-϶zWwyxgK?Րvy/Gᦤ ,I^akԳo=0J^J(*ڒyE^)Dp1J"O"#H_ ^c'뫰(1Qe8^x:fІ,=d&Es4UJH;BJ61 p8mof-}Qxej}^Eojĥ˙7hm-^e5ZsE>j{ )\Z#Z[υT<, bi4uƧF`U[۲*Y-+:ܓy@-;ec 'G~mlc~i4]mcqȽlS_Q[ wcP8`%Js<쥴/D?2K6.g[%(]2VfL1&c&Td4r=tgnbz@֜zi}C]=a\LCcFQ>3bQ8/@Tɮ?"BX}4KaLΜ_ЬgPsٸm$VhW;zUSm:nN_v/[1+9,<OlUڵg`޺n\l,RYxDw@QuI@_'icEMR,~5vcEi[UU+eJ9]>\?1gUN~,4BM3W꼻xH?.9H}sN}Ԏ;_zhTwZSGE*4jB./(i>4O7fT*0]kw;2S< I=`L Ie飯D0@PsO$UjֈAtQd h) $ r%+1Ûg&JڭV4<3 >Sq_&W4^z-nW:ĝˠ/@7K* 2F1= 7"ug82 3;EyH>À*n8ԍ8_\ {E{Vo~[er 䈏uwcںwcLX~-깷Y{;6'X$VtkKA%%~,u3`hWP3\yco;fӽfB坎Cq󙏱 x;o<7 ]7q^ƩoV??ZXM[v,Z[0s@W\g^f cN]覢}[zgfv9q9m4eJټڃ{]Ź09ֺ&j8s& `9V< =_T>6ϓ=W[G;~.k}7wP\&bC%.ѵiEuXTW_kL90UHN\S=N,?ᖷԚnQP'+ R9rQ,7K3\"M#AL N(T;J6=!`A C}\An*۽-S0*fkP[5A a1bmN ,Γ\%5e^hۤOeEͅb4bE#唥.ٮwco Y,zY x$USrF+Q9dPO;V\]닷+ 2q!9j-Z wtϹwikng3Xohhӯ)h# l!ԨFG%y9-+: | my.g^jggx]>]^ $;gPѓHQH[}svZC }k1iŘZHTm*R@R=*ata`t$[ }GǗ?8$oi@կN[o5Z{A}l?϶$a󖝱l 3e6!X(jQy7lg3oHDq:16騗/g% &_.p$.k%xRB]E4u\W,4%0z. Q^ ei$6RhRFsEi@c1yR{.Ǽڇ{z5\b4z4RK:#:e8h>:ޣkbcڨ{Dt̎ߩ,)+%$$4#rDW 15X4I ΢E}mt;we+x|;a([i[!xɰSS ['􉕱|o@p{C1`X?ZTG Sx M4TD)s E1:cH;5!gz IO &)"[αis yJl3JhfԈ"Vq.0̍3i6{6y@s61lO>Y#7_syn9n>7qN]0n> Db!M(f9ɥ&PM+cgvf} 6{`6>ea|m\nφ2 l*| 9 E WPd2,`%^ B<bL._6Bz<Ө? jhdL21 rfMiQmS d 85W 2{5ABa?p$rL7yCY^d?/|q { ܛGˈCgJ d- h`^6Z&$gWPTmBE-+$Ւe*˯ma\wLV"(qgʵ6 Yݠr 8šv{nÉ W(- if2=. P_'ġuU۶U-elyJ- M`B뵬 z9غR޾G(4hy5Pt86&'-92n9X֮{?,5I & KYmdޱ܆5rs8R&+D:h9}˜c3j8ۡLI +PVs"/ q͍CLTv{V㟆_eJ˯EVe#40$f.$軞;6QEt-k+|NWQï1q(@5|TҀUNGďݳ;`qq8gM~OĹ SpD%@8#s]<*77~EIdnkl-aw^f6eZ$t=# 'iN;;Ь$UvZFaΐJ;c9o;( 'Ր i mef7o&P_^k2*h;kWJw\Y\Qә[[iK}u1LA*VFw|ԕ4YSt`%_?HRH1\vsޯ`ByA"[V $bNg~Vgwԋ! ^^H2'FgO3D "J$;{@#$k]oՆ+ILʪz'۷*v"V+x 9ѥK6D̦<|;$Jлg#5}@MBRϗiG-vG-X5u T)!CH F為 }:H{W+>ArM=O'.`7m$2Moծ'[z#Cŗ&Svp SGc3V i"\Bz?gK(tJ`!: | E9ۧҦZOA))]ǝ=e,Ee@ѷwhn *S(f`\`,ړg.MRJℰ w1IFm `jK?֠>vVǑ5,rjEl$hYqWv)tR|P֯sK ܏lCޞwb.\`B$+jbE6,CpL ?7}ᙜކP`dz qɕ~}% } 9?q@-'uOQXu,Ho[ݎ|Ixfto2W׮^]e <䏺Cq"F&k>clV8N2^!~0, >3v}b׍D[$mQ,x%/$+Ƈ(Gװ0DiO{jC4esbL}hQqִ]yh bӆuuS&Ӈ(N<FrG"PEtKjF,RE 8tQ)7!OT+]i:S.Kjh@z%,ժ?@BtK1tUo5}g  F{ޏ.0_?qyѵo|O2m i,kAI]iK P =3]+K7kX , zV+1@MG8LMEvqT)_VxdKGŽY4nORp4@۬D$)9 ݮO\[{L|K_׍mRGrYvKʒi G5GQԥ<+fcq \Cy<3tvRMUrbGXmYcdk״AZx.$q@ H2~f EeX<¢KHV.OpV^]O Tu᭪dtM]̘o3!,H,0~;j`Yf&իneFZHj+FbmqMԎOAh.X/K3j7,if̡AH"O[ꦺ Nv]L꼄4.:]z6/k[hl3v/mdNc4^MhۘAHlUYڵk KހUꧥX'ܝ1ZY #M#=^FUjJzYuM-4CksBqtL$}3 Í/n!fǭKV\h/oZ Y`t$[|@4(8T\NUxN `o@ &ؤ aێT҅ 3c;47Ypw0 mʨo !#!Kbb" = c!";+A{0C'Xhk8]JhK(Zd¦r db2k"Ew?3h=`D $\ 4s`5{wu<`!ќj*DiJ+nc3?5^JW_ .%.qD,WɯLavޟcNAguRpNϦ'-3~sZ0bVLɖH٩0nZal]ŒӍN7+TՁТ"tvI1 Zbo)pC06n"I#{nfɠ-q\,FXOw: >ӻ~sEΊ5_ A)8{Гg}q@\Xس߉*& ^7烬:7Y6`O7#=^ۑ4vhR7 ptW4R%Y;I-]]`}IĉQuW9NZQ_˜1SAb0D8#s}t/(Hc;jNd(5'# P'S*e&Jw!D9[QpU_oFu):f#TH@] (ˣL S5Ғ={u06a]p.STA,+~ m9tMx{=9e%`a8Aw/ʾh]S*˞<5.n DfxKʝef0L#o-b3ct{Gd|75z]1zhB…@^HʾsUvT.^9iLG> 9w]Myf-:<3=:Ԏ`_kTM+Ŧl&& tr* v TU!te< 󕘌ayx#U5Y6kL4 QSvi%-MavV -h0F#Ȅ¸J4 bb.I5~ܸZ3ꇪh }3$I9t_J<ݕЅz,ӑΥv $WK?v]WZ;u˝+O?w|_*ƲiΆZ_1K|_<1TrjEKn3i9!WnkS>#~>g'>M:jKS!,qL;T}L}cc֮R}2xӄIhMrkr ǥ@m_i*}ߞ B{zn"Tn:QGW_)ghBk~Ĥ1=}F= 6C$VkW)Ia_b^T X83};3ʲߛB@˦f]N $ I") r#ZtR+; a둤 2 /=uW&?+S< ʅE#ۻ83M7/[强Ci\p~agcUqcf<2a~`Duܟx~rB^`l %_d[,n E^9{Td{&\$,R"^۬IvCJy6D>4h0蒙.ޝ>2] bdzj !>db oZ$6=d_H p /%ޫY]y(7Oc‡-O0Q=0}3o,!"y1Hв&30㈔15cWzP+-;}^ w.pjLϙ cCP jc[u BfDˀj '0$mmDFfY N3Y倹30{7 )&.tHsMD=d4Bxxss/ l: R-FcFX+ffmplʨyt3x[@2& x r:a} Kk뤉W Jϫɮ_[B76;;!;7/WlG`*854TIICAzKGPq[a/~b &MvYHw~sڌVzߐ"2Zd@* *VQ;SUQ[8߯p]bB`S ؁By|?-4<-? zJh .vpDI~~b=J'THx "RL&:Ӡ@:LXх*K#^#(}cVMZw$#L+!WN8ءmo"Ն!Z[NєÈ2CsM"w<$ﻹeYRANg;Xd! ebt/mSBmr!羂<~#Rq`L^ 4%!9ar5wX$r@c9 Qd8ۇr+y> M9_Ԩͣ>0L2L5CW <>\x̴)*T%^ r ;REds˳ņa=1Mڡ!gN*wWAqB3 3i?,t0Qߔ)y`'3\/VY0mz/z~D&uv>tNk" Rkޱ=N+Vf<9fSaҋTi{L4Ww+Ӓ nNIi PjEj') MЍ;ۇ6n>ߓMbxykȚB0ayom$mtIYV6F|{齾 @{ 1%>]0.p?9.S@KM [ٰm7Rn%E #q%2NYl>r*<{$."k9`.egfoɵ*KR"۳=׶n O )5vؙ4ܨ󟂞\'8YES '>ᄧܚ ˑSE#gXn&lînBU$)UwgG@<˴*P_ÁID_c/O~{GLچ=HeʍQy̵"ReO@"woe?jdsk 5'Ì [d!k)wF ( a(3.?!x& O[՜=]j%QEEB}z1Z/y=<=6qf䡅>9uniZύ%}aQx(>K3l ͳ_9b^L4e͒UEq2Ҿ~Ba} iݴqF1bdLAdҌٖsLx/%EGVgML~׸r<4J0t+NeubzTH2FDAOk0T= yi3 D+ucèIIGzl5Z.#Fiku`m'!3}k!s=iAiyUM6Ǫ\n8g]$D',Z2pV|AJL8A=Bb9u#Q˞g pR+[tW8s ^9TH3! /MDs W'JƳv O( bd҅R ^0f.Jc]K,5)sfV۞rJ߮gbc 'W;nuSDtkX{i;D?տhF. 0빫]+Sq8q+W_S6 ξx+{)=3Qg0AX&.[gGWpW֓awf oi<G|kկhfQm/}ttgv]3;vz}MkZm$PbѢyrjw@v`q$s۽X%z+X3 XNrr)>#`U{浝/kh֬m2H_ _Kpv!w6˄&dפz.vkuЂ^QH``LX䣙+"dtd33NE 5 vCҤq-~D˳_ ?af2%[!'JDٹNJ塳 C! 2KUo`(_+ 5 ];řul <%1 n?l~ۺ+w[PDKyLZ~:"%Qt+ߪ&wwD`QCEˎ*#x/0O(88g: ΚaI"'%ǻdZ$:Nlk 2I7ލX$U)@W>5WEjC3*-)VŅI"GI̧PH j4":n^aJXwkw|Xf ecJ99yh>7me4E/:n@[*ÌI4w׭M5EE\0LXZv6ev$M][P7n6E:}tksQR9A&kdc1_i gKN;=_"؂۲\KR!-k CFdQD+OXh1X hZ5w**Wճhg .#9/vRxh*#W` sc.'C4Rs;p>R@?F_Ď[++bE̺ g!0/m;{ܤT/+Y ϡ.Ckǟ+~G,N_5:YV׷-'T]٧tZʷ+ͫ{+YDemoi)sM&3Sc8FKHlssC5.ugNA3,w)a5JL޿o>(/@Ç3^3_ƈ&/^F~? /eڦZvڢr Jzz2)ޞJes.MqS37&=uclYC4wC.Ty7%t(eY4U^hچ?߭/?u_\lM%jUDLS'?<08ӱ.gj\,Ns261*v[qCĮAj=X ?s妵"45,Ikqb[Hj"SAr;xeɫƛmXv%σ>’Cv6/]L{M PU%<ܭJUH* +A7 KnصuyLo|CɱmYJ'% X$rscL_CH8zYkeGe9ޒ Ӥ[,C~J͉2%Q?kDq@y6h͹pQW2ן+!"h~s}r`%jd7\w^l Zo -X^~Yo8N4k570g|;[+Ga2a8hLhiR5i6?>,}wI [@@nв#* bB)uC,}9C}! ,|ܗ0`S[Z.Dž#Q0D?\Geĸ 0=OO 3ÛJSkX!bS)ΠtBŗ$VieTwii(= ސϪlM_۾vߔWtN.A*oN5P2o (p/y9>{b?כp "uauxºL"yE"Igd43blԿU@bD%e>#uwwv. T^O>e/ |3*m>A-} ǘ!7!aQ'ĺ=/Wbyh,ȕ]֙U cLXČ &@U~+Cop en ^oĴЉ-re4\ܑ5 aB8䏐]ϖoWiPZ `g`OA l-Oݶ@9 xV]/! 9}/iZ=z+]7v4_mg%\˳sM &y:ÛI`5,mK9'іqCƝaRSY3fF9: %:!b}`'3|mxC݋ Y}^+D/CE5n+Ug yƲ<=4&]zPG|@Jg$H~OBV{J= D_wD{v>Q†;1EF=2l6dM~j /vuPA 5O/k9p|'AV\0ŭ?a牅`!׵ʤ 7O iC[d0WOB k2:7ej@6/b oSd^nIk.[ԧ;C4vLcKab[s- nSg,▀amZz:NbbOf}.0n֪N:˔14/oHoezNVGb/a;j׃%`w)[ 2(Q~ 4u3%PS•p:Nӱs ۸=u 9 9>I2Y3aBP/k+"XA!N󯆪`}Tx5nlμGhzvs__g(C 6vׄgy{>$7M:B{[E~v͂sb <¹@Z^a6y2vPS_X舵Ė4 7H\yLqEnTP6 ;Msw#m#9OF9iwE~[~>;:{4R(m3涞oF+f42Vƙ()#K9!ƻ?']$[K57۾hzZh Iς&izsL=ΥF}S\ɐ4r E *{m1+pzY#@4IrP&g!SO_+@=(MNX1# gt),9)f>e;ZW ikƮJ L*o>GVc>DhFBn?woE&G-5W:jw9pfbz@ըi_Zm=݈p6K{iY`GO,:?U*Z;m#Q,<`unԨ (?/s.C9FHɕm\F$8 FpdjV.N_[PwSG2\y5L"3МK7NAzͱ_ L8H{cL>1yԺ ڗ5"6D}(th$yIq3\)Dָ֜(<2u zEx0O֪(|T|\AfzlN'dNhU,f5¥'?FX">*1D|ȶO"/f5M+4]10La_j4MIߐ]dZ~o|G>Dcɑ ǣ@#i+{.pi&~zdd: a2SDzk>I7__D{˺>E ׻0$Cw9^aI#5@k-N']PZ?\>{ٸh> r|\8HeqxˇF0sI[7A~Kׯu$l#lϝbHg~CW$.^OǗ!\!%lVȜAC yWΗfa ӗ![4 ~'$*! aTUG-Nh5c…#N2P$xYm WY R[S~G a?f˳`BwJINN~bk@I)Th W}/yAߩW? IM;;9}_oƆ-#+$=tgׇ0Qos.F#Ga۳/bF 9j{G`s=Bd2{lku2rH&a bW݈GR},X`uu&gD#TZ g9d !?u 㛿C2n[30dY9TictzP7-DąFK.kXa*XY$qQ;xh8LtbRcdZi{*1''Tp,g~?Ud@17yrӾݩR4cߝ A Ũ񛻳|+/>4GӴߟx_bJy[Hn ݰ^1f0bR;I͚|2=o2w tMv-/} ޺Dy i5se'{"{0QiA77ȸ|`2SE9] djs?#`a*)P܁h*} {K+!2ycMzFy\Jt@dC:v*-O  pv?s(*~?Ig뫹"T$6C,Ka@OM =⓿,7|8dp˽c}U6 2ScyG-/Zbۇ"ٛ>))1s-ql <|`܏yÙa>Ϗ[>r=.)DtN<&9|myt #R˱b2cI&Ul\`+h8`'Vrp["̶.lC4x/W0 ;K`Nsmwe$ W-55|VfjXƙPbS4vGB`01"j6dM߯{X w-`&\6Їȼ&վ JR d@gxjYG Yqx]j$W9^?J.w>7VI(-q=/&&ֵCUMؒ2NDwq2W^S+$2l(QdšM*- !ZrWT3qBVAE_aDe>:<<'5]9F-<'BN 0(:9=@Y>.PrB<[20ZM(h{n& P aeyH$"nL41;^ІF~ʓe=vr`͐{uZ 껔iz'v*.czcG~\vSf!* GG!jN{vJKYƠS.qWL ${r9u砱np2e뮋Btw3A0!pAA{Kg) REڢ I֫Q JmPW6K%~ćQI2n`<=Bk ϟ 39%. *~qE#8O,_뻅Մ:{C_Ptu[VTyxV4}"[#Uy"UiKAOgN$"c"UX~WuMf@z֨#-;M}ܗiON~&\9P 1Քb$mn6X)Cgƹc3 eb:"t$o=܈| ~#ͻ㋵FqKת)UR"Ln_^Ԗ:T\Q+ ~Y zBqO /ۿ*%CpZ3ʗ7#7L4Vonl[Εj_|qyͿHoy4H da]Z/O]qޒ/0MCfܷ@W\ \sd-MqzJ\0*#Vql .e2d$_Gq+ 72{;QNOjYMx=:zzL~7;e9Tѿg}CjSS2_;_#k<˳l\<k)q|0=~C}i*=E]b$2s?or=.}0_9}(zL[oܚ? Z 1U3]ڊϸM`Um\a{`dt$C}i?]v ,Zy"1 뽣t&rܿyjM.cٮs n8ܙ:@63)/1"TTl2GgC(H(RR9M?{ˉqNFF²a"#eV80b^Đ;ܮ4w[CfY\ϚӾHt7rA[=STus)~vvL@Hd:=`Jd:^7bC0G+dz`\P9U'|Bm=}o((gLG3о3݁iT­yEZV7BWK'?41)gsm[&>6kyN9g <oz{:`Ia$'a#+ݔYKqߢ ^B܎ۻm[I3j偟j]+'D XFRxXxȚڡ=_Rjܺ7`Q9t%k{^sgrΟ0SCl$vs24b)]f &Qw:8e۶ }|L^v`ߑ͚6,N(Y Go+/!&xX] -6{D3G<;~Pp[%qhB8N`#ȩ m^uvͻW3Y-EGRIu*Thް®uFHH9~yYǫ@a@A(IAbKP J81̟ZnfU]eT@"2;^O߸IO~ d>]F*#wA W YRYW/(]Bs7W|AN1l|Q=yqMxԻs*:W[,'=|Vl)#QӚ2`+ ;+1'fĜWsY%젠fHIb-9ipձJ-7& eH.XCl, }܁?%@x:"Jr/5N]mHݿ%3Kq%kWh%>zYޚ7!w*S.8dgDRR_+;Mο=@acEdׂ&Ԇ7Yd2ߐ;&FMΞye0g{(o,rx}K(!TW˶?%2LIwߊVܭH*iy#QTJ=W:V Op(:?6XG*퓳vcNε]qd{coKXj{աk2}r&&H/s,vx[y;8(cn$$8[#95#}jfrY+ҋqWAzHJQ B4v \6M RDLjc 1 ll}?u$N?G\CsQ,.&IQ1)7"#YՓZ>@oiM} [m8 lf`#6љ;z=i!MS/pHZ&޲e*7Z.V*3C%_EXo#?s< 4cfDNJk•@K?Xs͂a!k9mL H5vLcALƧJ×ӡ:~Z{x/JSu^N( pvR"?߁ \i| Wώ};%%m|n< 9r<0_N!Z[~`v`չ J&+̋8p`ЋyϦ d7~4uzԩ!!W)##)D*wn'3I.R^ z/ʱ5zvנCϨ'hQ*p/;E TŃ"|k[X?.k֣Lڌo :գ#>gJmQ|}}Vc U54sNah{/hV0-b̜dyn\Ak5 5l/Nt}YkW@KGgl;HẦN,/o,ޮ.޶.g|ÂH˕Bz] $قCF5@-X!EOpLa*NN!q9L"1ޤSdjD*7wWU ì>>4p^EKgT #?S09*LapgwQs*Zz51v옚^^[TY23dȾ;n\Uʗ[ݵ\#?9LLic5Rͮܽ;6~l}zh[ r{IU{y*R:,+\S.tULT -Rkm,6] FR(1 d1@[_-c+ (uxYHq]؄K(].,002&gzDrU l=^y404O0on(1ƹXjYAkX+PM,FCU%9dNTa !9G+NpmuIT4ZvkeL6Y%h|lkw6OW>1j?Agj_y]|B@q񹴽Kxv[63xۅÿZpֶuqs4%SNqEyoHszӑC,ߡ̉87tV0q ‚ILw @2@r1T!0(u(I4nCf )4"7!ək_WZPFn$'*^e,(V ՟Ln#W=15鰍G<@# v7#ooE] `k+ftZf̆ 7$cT*}"^| .M/hdCG *֑2fYGx-=)HzS#yC Un|0}d3 '~9=QA㷏E^;Ss_03ގm6y`<ʫR/ q-zJ;p͑%xn.ZA2}ϼCCt$m:tEJ&`y&t~9ھkBNBP d>|Res:5izwJn//iNc%HGeUbka<>'vV֡._.$ iw kvjjɰ>9kL3p re;fWw7va6z'|/[%C#&&[o8TMɜ-O><"ud&Rn.W@V޾@꼦9δԤ˶8TMJfI:ΏiiZƴ3ok5e PF­٤EEDKw`k#E~3sqι_6_Sqq;3ݺ(ڸeY ͸ jJ5XGPG]oS0`Rq-; eo {_ժŒs=1cQ9Ra!%*74]-\%4ܓo_ o#Nh{'Y Rloֺ%g7趞a__nGMV4^}:߆Y}e Xt>ln$nMcZIE/h\QFn6ʴԅ٩9h{hmO|7RL:X;}q\Yn6ФD^ 'Č,zE  Dܗ0n#&e盖swT %@ϋP?6*bujfQ1+īev8"n94I򬨱5Ofm UKoVt5\+f:X%_:~F ~$hլM![;^?iV`c sb2yΝk&M1z3݌r%R~{Sln$cg{;vl5&vp^s8".pjn@tUo/y\ʀQ?o'{1굴ݎm}b8"~ 6pK3aHu+sNǘ1B/^'ڐ4[%爀 HOh#kUzlDĚ6W{^e 0:(mbfK8;QVՋbw0GCi1KtxQαuor zQrL>&Pjg-273QL n̴ (e Cr1.#W֩GQ|8JJer!C\M74Si/VIxYAkΟX3&;1c=w̩qgF;GFZOP{@9^+:ҲH04~;hn/"̂oOXxH)|X9W5m yu*Aor+8l$nbS CiX',)$&oNhzr}aq}2`L2{V%gdi'w鿾׍};zjt[3O0W2ʆŗ9va8#2aS+ ׵7+Fd˵<4{3,7E5~Ò֬:5!#r_IUHxأMDwm䛳2о4ҧK `4Jy!ZxUɷ:dEʐ%Υ_6# pS#kEAWOf| S̖p*Poza$Dϔ|Q$os$;jC!QЃ#@ڇ*뺻k]/ZCRT~nsMO|%WKA,YŊ]kJ]+GD(Q]%_NB7tVMIF__>3霛,!3L|@C Ta`}܌ߠZyI+x]W>V.;] Pլk|0PίH>\eEL&!cQ=a,cL27RB)ivѶ|Gss@n=۽_iX([jf SW3T㭫uVpnR7Np?H˴'ԷtOU9a4nSoթFTrP$`l/M:mW »F͑! P}.1`"130+q:Sb& *2 ʡjiMI,c70zQdwPwgck;8v=e/+WKTsLAɕàJ7aI8iJ\l#]"Voc&kx߽z7zxY;ݞBu8.HyN-i6 CϷ]/Q6 kQ5윮? v)Cr} + |uRzt "%xWD?וjg# @ceuArx8KM又0eo/c7ws H-bIWWڀa\lS~N.ƙG195XRC2z"A ,:4B?ZYT#GI#S}gF|6q9y,0hɰWLأoТO"j쑓ugz YOM/EƧt4raE>BL3CnotE2BI8J+t{T)솽}Ӏ}u"fzi X!6&[`G‚_T*(7:ؐS`QBydžW] [ct[C)t; 6b*zI$DzN̢M|#k3kB}n5ŴqT{-=q-W-[gU?8d?`MrZT3LtsE%N5+M?_2ek!"1Ѭ-ݭ-᧌[^uؖ Kη(\{{  5~ظ7d8s#95;y#1^H}[]3V$?g\PH-珬eo6`tĀxS]nH)JY~ jXZ[S]M sHGCUu"aL܆ؽ* YW~l >ɱT_4蚟ܒ]󹯌^]ܑʩ(A R[NxJmIͳLyZUo#* ƊiØam,V` X:#58n3iEQג[m6p4/"[;;P }s:M 6pRe*(xB6N>Ow;4sY^Z3z)fީS8l*t(K;x,[ss$˖p;}Hl@fj]ɁGA4zSs4S2'Ojͯ_b"mblxrR1'O3hI&ZѬ?w:BDS$= <}|j,487,*+,tJ]bQ9'M[|x_^bX䜧+U^=V?sIGac+7.'l$Du;[eqH-Vޔ-=XճygHxٳbp၌U宛ǟiwbz`3Փ9e d臇GW(/5x?`h{\.V㳙ғaK)ѩk9fā7wj(sj5É@cp!.S;zBp\!Y -Sּ|M:o:yr dMy>;'KHP~&ExC9$ a#MHk| ARMR:yBWuvM|>=Xn"Xfd zT$)Cf'd3xMe f9 cDgۇIʢ4e^Mq[}okRJ7bFJ҇,)}nɁ̳C&fۖg(|ʺX+[c| 1hd;YPdi[!XҶAF Z#گFY{o!ÔtR- reKՇ>uAҌvcNpvɿ7?@"WCe鸫I_60EVs &R|Цgt#AXhNZ +-$6^o㙛GJYyɡuÝ J1VEdG76䞱Ah1g5a:.wA\Ev8Ubh1s,\^y,5 /r\xzi0۪Y^Z .;q𚍮7?}ߡSl=W2ÑM*XgOeGUw+Ȁ2RHδ0ȍϾ5o8!yz: T†٤?%|B';-jB39 ;}3!6JWonV)tkuCl;Rއ}dqϭ#L0z[iU[j~LoםF&:WayF $cfˎd OWF ƔMtF1[2N|Jf8 D鱋B͍tn@fUR>;j^%eqy(H_>U32s336z'F>|.Ur97WajW#+d GUhC"݄/2$@Qi>rC"ж46odkWT~9|:/;d,֮PQ:{nLMU_jzۆ!>nLH m6-ܔH~id5C.W@U(泫?BGi>x\X4uwv|T`Eo E;̦!JtFHI UC'rٓ 玛N~D&pٴ2ۮH&j uzwi9z5`!K&Kj<}ePasNf'Ni"|9R9}!옸$+b[`gO@/zfFEm0ډ12C mekn6b5m qCqo]\}o1}(M;\2 ! F176( uw# CH7Oc`*~v5pt ~HV?`3yI&3s`G>"7I [CɖS(s v3 J>66 &oG.orWZM)R^ ҙF.?fo+_.J5Eʙ5uD$=nr儼IHtgm?U]R?&KC@ٳAA=B8SsR(6tNET1r7a[ɑ8܋qhi*k I52v2z*Tf3@4пD6Bmg{*b41RD #W`OyGͥvdЎƧJ7n[vW' mKBQlxetR٨P 4M-*OFI >|j|acI7mdش!]?45_2ą6WM}䫞 Gׅ׋Ng\> l B^aMt;SSANB<]OKn%ՙ<|NdžJ80`5=_Y Y"3K^s@^OEJRtz0[r'0.Ih`~o?L gM W A!Be !}}ׇ?yuxjD HMmH]L܏;\N՗bN(c}y McyN32]NgH?s#<{O818XIe?~>?s ?#hn&ǧi)¤tRB͝xʚ?s`?9~>x+=[p_?{WY0(>|ᆭm]sM_輞dF^G˝/ u7V}pӵ =$7hnNNi&9Zf=g[>zE$HvZ' p'6UZsfVJ1.l8f^;+JNoМw 6%{k!MiGP$vwI)YqB Q&7 ȑima&'S/t Ɏa\F*>/{!k70Ihn<6dϼ98Q^Z0ށtIgFfd8^Rq"rV6M`"tS1ېeAU,K'k$K J&1^$.kϘUv362c=q|Vm}Hɦ[i,_;q\w ="6)ӉbncW0OK;Z*JTɹu 5֝n(,toaR`>3 x).RE ȧ%vR qƎz7ytRTA6@ < ӯ@2\ 3A F0TLgrv\"I쁴U<@Dzh=_S i3c7@d ṜS;,&0Q=z2U]?w=cYeH 9㺱I}.>fnjdC;PX*7їv5cֺj{+)}5ѱ>s; jh>ZGI2:(&_{Ҡv®-mPG$cVhJwW9_cՀ򿃰M),zdCqMLYVܝ9 {Q|}ҘӅf۹HϩD{Y{{|ΊK[3Sʧ1&&11pW9<濏w(^b'W^V dkxx 9ȟgX,r sE[#)ıqߎTV>]rP N {55'7^;]yvސBCJ H}(ڧhO8͖ 3Iq'Υ.+XX401V{Zݚk4#ul*RU陖bWm#$֐&72k\:K|֙yl?27ӱu19vIj~yE;{G<8JKc9Vn۪xo@$[Ts *hi~0n*i&uuj4ؗvņJ]_,f(%ra=V&z/-fy.noiufΝ%Vz=;[f%/DJۨh(QnJT;{#lL6!m.[iʽDop琽]i֥ͯd#"6n!,RF¯5{ i/kq*W܎бϰIXhwwcx_Fӌ?|I^KVoצ F2AB~DGg?恣.+,̉hwgE3›ro;Iey %dZqg?[ :{ӛДDuӐdbc mi-O:/fo1O4naz͙a4ثW>,!'%ڕ8 1ZB/6f&Β%1gǍ\筅g}1 7=I~1ā"pNUpq$Bt0?i%MRA.O 0Ӿ~>*-߼B\ OLH6R9䝾8\d}.= )IsC;ԝ׵;裵> ֔;a¶yӬ(*?3haoϊTOk.q9.<k vaY_SXf6<ƚ쥡ӆfVRJoYeiSRs!GX궐/?p@h. kyag$ `j/I}y4L 080T@ qFA)# 'gLP3o-HxyKjX:7j{Π\jI{@1Bz%JY5R  DZm|F7az 'ܣ}\ g QvkRɶaeY|r?]7t'biά&%eԛw[?vjoypX#wQLu}ێwҙw;r&AEo0nLMGĄT}q[ѿ,ʷ?DO7C6ksORvv]PR0?~ 6fχUc^Ѝo+'v+M]wNĵk{3U8TD;h:ECk <[ G3"կўWVҽ 1\aOu;:Qas= |[@-(x)<$(@CHdsC e_6Lv$RC('xK,W@6sX>Ey%!t-NKƺPŷrΟW]p;dcTP24բqbBg#R,Nbt[ro01y@zr&(۟Wotݮb.`.| -LLf|{!(ؐ,4@.:c.c߱V.ܓZhC\%H0*ȉ/|W1ȟ"g#1 [`1K۹|S7qmTʩw?b/c$"E=(<̜T>~(4TWsX@z6-Iã̚p莬O%Pb>Eʭ=#RyFwlwlc30\'=f)8Mob+ (Asc;7ʃAwX芪{3= lpTm$fHcO.s>3"7뜦L5,C `賟.YR=f ^yJ _nDDB͓QbR᳣jR3tuTZőѸ ^EAŖ2z2nfnzԵw+LQ#|oxGؓX<{U 5=n~,r3\qRdbij ת5;g1!$&"B|BF^[g  )y$" I`K0MmN&4"Sǐ{DJB#iʢ48̔opS*m4f\T(e6Z"{%uOou1LW84n8/ <2($qvo?=ouj [mosj'^3RCjVC7#cYS'T #ODݿCj Bȅw@Z)5sq#"t}2?/&b{ ӌ(ub兊>Zmךlfi~2w`hV ; 8o2uzY1k 4je"EZ J/ .dzYo Q|g 귩@cP~S`Ѳ`{HH~1L'[04&v TqXj]g1<~y,R m4̭LjT^IPОobYOqg _ _M Lo =G3l~iRFWYJ_anIoȀ~hai*=L"{ oBlÍkz)]k;5z= S߆b3< k , ԉy2- Vwb1Bh4SJ&vx_RgvJ^4RHYjA;)7)ljMTyr'~ϵhqٳN~bol8) a|d6Ȑ 3*+G|j<Σ+=% P:5Xd!]g =6asg|2먱܂~tTheS#p^YWY uT}VޡRV" \g`k^v'X(5ey1o52H9|ovzϵ́z3 l2C=PCELzЂĻ8vgd01|mi-/ǜv VrD^B_'!Ε4G{k97KG+۲%:i$J @ i(Վuq!-@FiۖrZz0R6&'Y0iB'Vښ3b'OظTVKj-l6VhB0}ZB[Xh:S S,K\ʭ,(e J޺$A(8-2ЧM6}-gk6u|zba&^#YuZ<]y?V3pmzBn_ e քc`rF iXGI;4RKj;-T{Ki2ܾް\>^Yu >N{ :KS2VTԲf_n;h|qwP-.f*Ы/|z9r;ߠHnKQ#x*&߹.dt-ٹ?LF7>D&kftb=ݤMv'0秏ӳ7`tʿ@A3ioy{U^b\ !p`Eǜs;yN@ e\HjaZz~FqfyQVuv0Nnq:_z"LF?:bs<@(K2BRk:!ZlI (ɊiَAIEYM8˺yI $+e;a'ieU7m4/u?xXmvyL &H, Jl@ap`qxDPitpy|pbT&W(UjV7Mffw8]n$5kdEtôl $ae~phxAPU Ӳ0cVTM7Lv\DŽ2.ҖdEtôlDPƅ$+e;a'ieU7m4/  $ "L &H, Jl"L(B*mZz~ z| ج'Y e\H3Y>nt:5zC兔 E7*U5 +(]}fG;dkU~B|pIw6CPu:CM^W  U|h+ʚ?| X~7nO}P/]谈i[eV>"!ߥʻ>{LbT.dP`k`V~J|CƥczΞ&LISOU_JܾiIJ$ 7Gn½bl]4FH>Ҹ8ds4[I&QQkFvlV,nS{|7**\,)>?U^U$gұw nbrܚtKmp.O`X԰ʖ/.%#zdY&Dt&ãH:.A Rd+CX x\7D'`Z(l C a+.bڟenW!L؄/.Lb ej.6 oDYs) R@IL+0DGvEN4c DcC[uVUp.|r^.۵V׊{ |x)@YH?avbN q?zԣĴ ' ~ɤr|U36k$|:( q#Igc=MTL1Dٻ_Pل^ȜhR-zl(nbPj[^~ܠg6>?zX^|:@I񈛇jI܊7[08; Qˆ!E;U( GnZ 69ןV'P%SLSVBe^7Im=wBf($Vx.VIJU,r{keji*!k4R5+YI%$T J_Hڥ ˹? xߘ^|Jzm +ʑ{Fzi/:!*0EHb^HD>YhGq0$f#Q&g{d E ͤQ0m%t-{_4m"z1\=QOŘ$7`Bs}mz|"K}L ٠@H$gw/cHe'd4@/|DoLWC+& 8;O9&]Re_p[|NfٻB WϱX(>JЕǭA6#RqR}?Gb[ η||HXXᑨS+ zkˡ!ϩ#C:?(Q/ygKş^c6n} 8QnJՄc^H]cM ~0p`@jsxz% ~rXЭ_"w'իȕ?X[;œV'> "&Xy2ŖK.B-e\m3vlRH'T?M;`ɧ \ |;e`џMR&*kw fĵO;zݘvռ}[~t(s 4O&2.\@6%TGllz/$M 6O9v݃7aŭJ. sjofW‘¾P//>l(B1WQx?[@ҏזQH1 N?Vy[=*J*a0Ag}y}!)1.]i9~e\H5.j-s RJӈnέRJReBiuO][c$ ul[ֱqx% ߽޽vʸj B!RJ)Rc18W' !B[H S )%+(Q*PJ)ZkK@n~Kõ7vOKRC$q!;ʸ*sSʸge02#2.l/IPKa\C<<"font-awesome/fonts/FontAwesome.otfnuW+AOTTO  CFF 塳(EPAR*0OS/22zY`cmapAdheadèh6hhea ٠$hmtx8 >maxpPname>&"  post  FontAwesomeC   U6U6 0o0 ",04<>EGMT\_ehmqy}#)4>HT_lp{ '4=GRYfoy &,39COVcoz"/5;FPUZes}&+16<EOW_hmqv| )04=DPX\aju(,26GYhy %16;>EMUckox    $ 5 G V g l p v    & * - 0 3 6 9 < ? B F O _ c u     & 5 B Q a f m t y    ! % ) - 1 5 9 = A H L P T X \ ` d h l p t x |       % , 3 7 ; ? C G K O V Z ^ b f j n r v z ~   !%)-159=AEJNRVZ^bfjnrvz~ "&*.26:>BFJNRVZ^bfjnrvz~ "&*.29@GNU\cjqx3>glassmusicsearchenvelopeheartstarstar_emptyuserfilmth_largethth_listokremovezoom_inzoom_outoffsignalcogtrashhomefile_alttimeroaddownload_altdownloaduploadinboxplay_circlerepeatrefreshlist_altlockflagheadphonesvolume_offvolume_downvolume_upqrcodebarcodetagtagsbookbookmarkprintcamerafontbolditalictext_heighttext_widthalign_leftalign_centeralign_rightalign_justifylistindent_leftindent_rightfacetime_videopicturepencilmap_markeradjusttinteditsharecheckmovestep_backwardfast_backwardbackwardplaypausestopforwardfast_forwardstep_forwardejectchevron_leftchevron_rightplus_signminus_signremove_signok_signquestion_signinfo_signscreenshotremove_circleok_circleban_circlearrow_leftarrow_rightarrow_uparrow_downshare_altresize_fullresize_smallexclamation_signgiftleaffireeye_openeye_closewarning_signplanecalendarrandomcommentmagnetchevron_upchevron_downretweetshopping_cartfolder_closefolder_openresize_verticalresize_horizontalbar_charttwitter_signfacebook_signcamera_retrokeycogscommentsthumbs_up_altthumbs_down_altstar_halfheart_emptysignoutlinkedin_signpushpinexternal_linksignintrophygithub_signupload_altlemonphonecheck_emptybookmark_emptyphone_signtwitterfacebookgithubunlockcredit_cardrsshddbullhornbellcertificatehand_righthand_lefthand_uphand_downcircle_arrow_leftcircle_arrow_rightcircle_arrow_upcircle_arrow_downglobewrenchtasksfilterbriefcasefullscreennotequalinfinitylessequalgrouplinkcloudbeakercutcopypaper_clipsavesign_blankreorderulolstrikethroughunderlinetablemagictruckpinterestpinterest_signgoogle_plus_signgoogle_plusmoneycaret_downcaret_upcaret_leftcaret_rightcolumnssortsort_downsort_upenvelope_altlinkedinundolegaldashboardcomment_altcomments_altboltsitemapumbrellapastelight_bulbexchangecloud_downloadcloud_uploaduser_mdstethoscopesuitcasebell_altcoffeefoodfile_text_altbuildinghospitalambulancemedkitfighter_jetbeerh_signf0fedouble_angle_leftdouble_angle_rightdouble_angle_updouble_angle_downangle_leftangle_rightangle_upangle_downdesktoplaptoptabletmobile_phonecircle_blankquote_leftquote_rightspinnercirclereplygithub_altfolder_close_altfolder_open_altexpand_altcollapse_altsmilefrownmehgamepadkeyboardflag_altflag_checkeredterminalcodereply_allstar_half_emptylocation_arrowcropcode_forkunlink_279exclamationsuperscriptsubscript_283puzzle_piecemicrophonemicrophone_offshieldcalendar_emptyfire_extinguisherrocketmaxcdnchevron_sign_leftchevron_sign_rightchevron_sign_upchevron_sign_downhtml5css3anchorunlock_altbullseyeellipsis_horizontalellipsis_vertical_303play_signticketminus_sign_altcheck_minuslevel_uplevel_downcheck_signedit_sign_312share_signcompasscollapsecollapse_top_317eurgbpusdinrjpyrubkrwbtcfilefile_textsort_by_alphabet_329sort_by_attributessort_by_attributes_altsort_by_ordersort_by_order_alt_334_335youtube_signyoutubexingxing_signyoutube_playdropboxstackexchangeinstagramflickradnf171bitbucket_signtumblrtumblr_signlong_arrow_downlong_arrow_uplong_arrow_leftlong_arrow_rightapplewindowsandroidlinuxdribbleskypefoursquaretrellofemalemalegittipsun_366archivebugvkweiborenren_372stack_exchange_374arrow_circle_alt_left_376dot_circle_alt_378vimeo_square_380plus_square_o_382_383_384_385_386_387_388_389uniF1A0f1a1_392_393f1a4_395_396_397_398_399_400f1ab_402_403_404uniF1B1_406_407_408_409_410_411_412_413_414_415_416_417_418_419uniF1C0uniF1C1_422_423_424_425_426_427_428_429_430_431_432_433_434uniF1D0uniF1D1uniF1D2_438_439uniF1D5uniF1D6uniF1D7_443_444_445_446_447_448_449uniF1E0_451_452_453_454_455_456_457_458_459_460_461_462_463_464uniF1F0_466_467f1f3_469_470_471_472_473_474_475_476f1fc_478_479_480_481_482_483_484_485_486_487_488_489_490_491_492_493_494f210_496f212_498_499_500_501_502_503_504_505_506_507_508_509venus_511_512_513_514_515_516_517_518_519_520_521_522_523_524_525_526_527_528_529_530_531_532_533_534_535_536_537_538_539_540_541_542_543_544_545_546_547_548_549_550_551_552_553_554_555_556_557_558_559_560_561_562_563_564_565_566_567_568_569f260f261_572f263_574_575_576_577_578_579_580_581_582_583_584_585_586_587_588_589_590_591_592_593_594_595_596_597_598f27euniF280uniF281_602_603_604uniF285uniF286_607_608_609_610_611_612_613_614_615_616_617_618_619_620_621_622_623_624_625_626_627_628_629uniF2A0uniF2A1uniF2A2uniF2A3uniF2A4uniF2A5uniF2A6uniF2A7uniF2A8uniF2A9uniF2AAuniF2ABuniF2ACuniF2ADuniF2AEuniF2B0uniF2B1uniF2B2uniF2B3uniF2B4uniF2B5uniF2B6uniF2B7uniF2B8uniF2B9uniF2BAuniF2BBuniF2BCuniF2BDuniF2BECopyright Dave Gandy 2016. All rights reserved.FontAwesome bfv~ *.6Llp +8?CKX^b2IU ,3:@EIMXag~ /nw~?Chy!%*.27@U_ch#,17DINTX\ 0 < l {  ) 5 G Z _ j m v   : J U Y ] n w |  + L X t  / N W d q ~ /;@HLSWe !%*05@N\jv} $).5<@GMbw"&+>L_hmrw~'19>CHYap|  '-16=CHNSW\aiq~ #)/4:CHPX_fkp})/;GOU\dlt| ") -T%fAVR @> lfPzz  L 4 ! , t(J  33 33 y}}y  4f T @4  < . Ta@i<< . 1 TR  3 y` 8T : I TETI A KGK^  ` GT^ ?? V> (y}}yKy}}yTI k < . Ta] 3 + & T$ nh D  @ i  1  y}}yy}}y_ $ - 9, |zKz||zKz|I M  z||z  ff o To To ! [  !5 3 v ( S[=T + }yTy}}yT ( +d +x0 + "  ʆiimdod $@~ Kz&w{yyw}| |}xz{wa&zK $|' FF EQ |z@z||zTz||zz||zTz|@4D c X  L  DRRD ,- YO ffC ffM hn  jTD N  3 + TD |3C RD\  & K$   O H !b! 5!L C3 TTTT];(=ZXWG/9;/_Mknmn9:YIƑP`q ~d_i ^@! TT( TT :4 \D  L L 4 F/BNPuc]T  +,  ! {Vv7+4   J T33 { MY tk T  } nh ttF tv pttp&pt yyrrrry  - 3 yy a  * t    y  9 < /,  %T) \ [ KR  t Gt @$$@! p N  !5  rrcr .   `uttu~w arwwvyr/ 4444 w__c STdJ,]շ49 H^ccl qt(  4 4 ]]  83  s    && Ez*6z*E! D$$D ; T A ] 1   3 }t |z  a g__gg__g `=db97 <<<< TT_Ld g 1   `V 4   C3  ~w] gTR <}|A ;; Tt ɽ h@  z 0 @  P@zyz @  zz{  :   | 1      @hh a    y}|z g  3 @h L  DR $$ w oo g L L  ip ++P, _hmx ʲ EQl w x    t  z} RK* :z{ t& t(  T^ & b 'y} 5!  hn *10 x   s%$ ˒ _gg_ }jii = T `V   ~v   ] yT k 5 !4 z  1 J x~ wkz||  1   g   }y f  +  \$"WT   nh ofZedZd k %t~ - )Wbit wmxyjh ttt OG  v    }594LK5T;)  % T ^ O  H aoZZ]XA M~_/Mc{D[r[  n !:!"<"n"#@#$$$$%%&H&'U())*a+4+,<,,,-.0.N..//h0001N234+5}566G67;778s::e; ??@1@A}BBCDEFGHDHHIJNNNOOnP P P PPR"RoRTUNV#VVVW#X5Y]Z[1[\R]]^ ^_9_G_U_}___```a-a\bKbbcjcdQeef{fg!grh!hiipij$jbkkljlmtmnn,nanxnnnno ooaoppYpbp|pq9qBqrrsnspsrstt0tuvpw}wx xyyXyz^{`{{|H||}~1~ ,r@|h@sio%>IG&w0MG;'N %16MP<DB{MdYV9/=$* <qoQ~N[Ų;NN{k<8*-΁2a^Ձ|ּ׫xٓ+ܑݿ;}oVf$pA/%JY O 6  y   t \G4`&UHwe {!!z!""O"#$%%&5&&''''E'()K)*+ +m++,u,3m345525H5^5i5637M889[:r;;]< |?u@AC6DaEFGFGH#HJjK?KLM}NOPhQ6RMRS$UVWeWWXXEXYYZZqZ[[[\]^-^v_T_`?aa_bcsccccdseyfHfg-gh$hij;k5l?lnop]pqttuvxIyz{|}c~~RSUWY[]_acegTt TT4L 4 [ z..ȮhKh 44K0Tyuuyyuuyy?j`,4Gyu~8գYSKkj>h3c # ^uiƭRu@-> aFMffMZnnw  v| b L  `Vc~ofa[Y  x T= K @suw#$L>$#69JX"!!`V+/EE+V1RD  _rq@3CC3 X W p]] ksu[zth UE ]q9 [[9:QQ:Mqksu[zth UE X g g vVlXXlVv6*336V )\ Ki  g   i 4q  @ vx x  P T/ P `VV``VTV`ԢT/  P T/ TV``VT% P TV``VT% TT TV``VT%  ^y $% 8Ahhvjyy 88AA e e ttA KGttGK^ ttk tt=  e  GK^ k =  pL tW&S:aR`S:a))6z 6)õ`a;R`W&t l QEEQQEEQ Q% % T%T %@ZozK}zaEV" nmloL{yry}{{OJNll~n|i&js^^[{m~mkNo|y|rz{Kpijki\f_i]QM[!|Lz~rǑ̒Ȫ'fgiMa `     ([popHH4wOVVOcZwE; L1X vx g nnt+  s~oJ,nW`aGahc~v~AHH !4t4tt4tttd h 4#)vTe{||||Ng|5ppTy~}y:y~Tppur5|gccn_Tz}y}}zT  zT dgf[wXX[fe> tqT:T TT TTj 44t8 nT~~ Q5 j 44t8(% TT5 vT,T,ThXhYm}}chhcqj}}iVgvv wxrwwvt6# L  !SYylD&)'C3Y46 T] n t}|}zcesd,.9/F- - T3 T "Q>W"SX5z|[,9FZ3T]' "! ! x T   @ nq@3CC3 vTa TTT+1kT^^^^Tk [ i]bt^ k K^_=1lno1"-SKq~n}s{x}zsz3;3n L vTT T /WW/!(ZMj: kAOK* k+8V=_GxɁHKxMG_8+  MffN-hnog? ?go GwJfN-hnog? ?go_QPox}yCQ(Csyrp}t{xo`PQ_K n{}|zx8 S``*S8 qxozo||{}s}|{n3 K     b    |   0a  8 vvʪʪꪫʪ骫kihvvvijiʌ t 1 w ʂʂ1 Y1    Q kllt ʇ t F?ijivvviijn )n m_^X*DtcX_^sjii}jttjjhs@  a g|vtywxog`vf/TFw.qra\zzzaM{tswxyzzVc,sj|wut{tv\h2p]yx}xzuxWi:mY{pvzs~{sww}e_^#:/r8" { O | o 4R 4K 4"Kme,,eBV4K"44"4^ t4&4t) T33333333T4tXr=EE=UIrXtZ v g JT+ ,Q  iep%/,xxx(((#Ɏ wR'VbgfVpoqqq{\/j}}Yh^?DFG@EatV@ha%-n<5scsŔO5*VJM(0x[[_}~􊢋 %;AHW{'Qbgfg FIGf=R!Gv^]^z8'n\PuH#hPMqJK{-!ߜv`ЊxġMMN[ĐơϦԖУ!!!x$ǁΓm`r;ni~GhftnOlFKwz6- ;p6p_ph6hpo;_}oh6h6}_Ǐ\|}Cy ^^^LuZ qVpeptcCDC a  ǐ]|zb||}3mrS 667W, "Vp~yv}u ] y]h vp|zwwzv {y{  |p hb= 9 ,= 9L ,= 9x ]b= 9,z = 9]b- 9 ,- 9L ,- 9x ]bDDD t @   jtW =g TXjTR Gm tXvM{tz{~'&9) TT33T%:''~) TT Tp4444Tg |z@  4kqb @ @ < D~~UT44m~sjiij}st:944::@ x oi NLT_p’j F  v PJ ϠHGwwsrP| mXXj:bkkcv`~:jX;`Y;l-&Pyy;4 S+,,||~KKD fccK +4444400f,,fMff// x gg }{|y~wjD |zX "K   {zt{tqT4 7\3ulz* p4Tqt  x Jw x g KK3CC3Ct3 fccK {kkYkkkYkkkkYkBBk /  1 !  (  -    gs _   Z_ Z S Z_ ZZ ZZrZ hlvlr|h@h|ZL @^ :^ ]ZL @ ~ Z^ ZZ ZZrwhZ  L ~ Z^ Z  @^ }rrw rZZs   }%L. ::s zz zzr:: %L' zzs ::  :: zzjd \ 4 X jhn Z}2zz11zIIII{zzz1IIIIIIII1zzz{IIII{zv L   zz{z7 vv,+7 1zz6 T4T T4,#Q?`\pnZtҫȧPKgjzx}wy\O~#7@TKT ttt44< T. 4a+. 4a] F44 44 `$$`$`$ $$} $`$9#Zk==k##kZ==Zk#9#k==kZ#} #k==k#] ]  &&1 1 &&  &&&&kK# g %s ''s %%  ::!8#t %56&{SjjQh[=<<=> >KwL ^CT}s@skiij}sst`jt }sTӸKw~ssjiik}ss@@stjtTC^OGGOTs`js@t3 @wKmsjiij~sts`ks@s TC^ǸTs  @KTm@sjiij}ttT Ttjiij}tsA@s`jt t  @ @j t,Qa! KtkvqCt Zt Ԋ  4 <<< <*!y}|zTy|RT|y.}|yMx|zp4HhnzhThnhTThS\V`[ y~5V``VV5`V RL'HMoZd99dMH''m L* $ 4> 4^vߐ /J7I[^_[Z_~}y{x(4Zf7p\XTHaG-whhiwVQZ:#vz]l`L{l{,+\^˒)vg 4A GK^ @k CN.ETiCkhT$T$ ?LL?'0cGv=< vc0;'dquuq--I LaaLvtrrtvLa`Lv$T$]D'#5'0cGv=<#7quuq-.I Sv-yU*PNO_Z~wrsrswH7*V3ziU{Qg eg SA:NT~=L=&0ErAuX 5y}|y}R|yR ~|yMx|z]pkou`\\`qbuud[ddsL uz``K4K++44-3V+*QQ듔VV땓4L554K 4˫44˫  44Tt Tt Tt44K nt4 tK nqK K Wg ."&Ft4 t+ +K Qc-b.T5MKTz| sRrQnSSL0t4 tĤŨTy} vM%%_Ib \;COLD|yz|rs{A0%ZL TKi``iK,QQ,^l+ ^l+  arzys zyrrbr:9r :9k lr:9s s :9rrbrzy zy)  4TT:yxxy}||PT44rdTk 4^T44fTG4TT@||} o pQEEQQEEQQEEQQEEQ ^OH`E{l^@lP,h v 4h4&)WWXg3 UGQ {y|ss^  h /T !  (  - ]  < g  2o`gfbnh ./>p+>|Ri/8Crb{Zja_qV Om| P.  44T'V``VtM tY L T  \L  TTTTnoqqon!5 Tft//tq:v++n+*mm*+n33Aäyppv-)a vv| x >oERQDEQM ERQDEQQE9},~ q 2srqt-}}N}}~ZTYprr~n pwefc~rrq/s~|~M}~,soppndmfnen s -}N1kmo/U>a BUaN  g y s6$7a O x dI.3WW 1 vx fo1\s\kod yxx<^  U/SkW ?Ÿj-@  +6 o Dɝ·lZ'#ik}ts')2OKebh`i_mdG1dq\Wm]a"WB  O x e G.3O׈1 7vx GNOH 6  t@K̬-*osr^ ?<kO篞 OY OxxytR]׈ssvkc\k}\vsO1fOzkO~rvdOJ.eY$n:moO\q1d_`cJl2)t}ǏymD׈ 83h K @KM>M>KR4)<5Mnɿ<5)4RPp]W  dr3CTt~ϧW ԄT33~ϧ4J{{{J{J IYU:=YϿڼWG j8Ke`bz|vw{ ̋{&,(i"z x 4t4T M T480 QEEQQEEQ083(y{wA]x g D T0 TK ^@! DD C M DDg ) ^Gof|T^Go% o8^!Y1/)Yb1+1qԸ V``VRzf|Xm}[YKKkK+++K+K$ ; +++k˙̚zfR[ /`obt@v'T_Gqzy Ywjo`)Ib`__`b)`~oDW~jgw^SX _~|~~tjn~@t^oYYk|P/"`c}{q_'Tv;yyt   z˺ ?ApDU88Dp?> \xTTz{{z~TT6 T T 1 !8 2 ZZ.n82Y\uZQ m{r^-Ʒ֫Ϧ [ @{wx^^]Up[c\ˀt bdee  @$fb% aa>"ipuleǞëѯx |D 4) & 3%x &;*226;*{ u qXsIm[FHNMo;otpлͩ&oxtt_Jdwry0Ayu{&Ay  v(TQrLyJγʣMfEpB}P7.G$%Frrs3Xo[{TO(QVY`1(mpnnvww ."4X+prq/#>VK?ʹķ Sp.v/nQ11'A< <<xp%j]^hYE֊ׅB ?Gߩϼqٵ˟'(͔͂z'w!q=wUG7HJ?xs]C$8rwsp*qi^arʆŕ vTTT T T4 T +T+])  @ @@ntt   e Tpzi.],++,]i{{}zyjpnjry''{{~{y#joicciq#4| 44qq4@ n2t1v~z1vF4YtHAAHZEtYrtpԐ   N  4Tttf T EuFF6!1=۴ n_F(  RD\\u eT$4 .G^SSG^J(@twT3fxV``V}~d3fTw@t(EQT!TZ`wrPNxyprNV[Pwrqqyxyprrwwr[PNrpyxxyprNP[rwwrrpyxyprrwP[VNrpyxNPrw}PNVVNPx4.o Nwg FPPFs\kd oyxx >\V?Ckwk++JL  =3`?.Qm\ibgbjnG5[\ofuelB =  .Gc4n8`XC>[B natĹo8ixFPv8+֫ঽtttuV]]B1  o8[GngimQ`?34=_`b    =acfn}|}KKYXS#Ln8 4.,` K PV?Ck1B]]Vvuut+`PF`xiPta ?MQYKK}|}Pfca=    b`_=43?`Qmig`nG[ ʰ.Gc4,g ZB xxyatRt]ssvikcx\j_qFPPFGOLJ++kϰkpC>[ 4kfuf \[5Gjnbgbi\m.Q?`3<    p=ϰˠSL H jQQ{zH 00 0 {zz{QQy  X 00{zXz{0QQQQ90{z   00{QQdQQ {z  P 007 QQe QQ {z %Q4.&E݂v' <<< <*'~'|iyzr|x|~t}uz~}tyzrjhv~|'{|~oz|'r}spwhjhy~|}}|x}owuxzp}o~vqyv}}{oy~tcuyuu~xr}|~gwɛ|cx||v'݀t| $|~d+|~vrys~݇uw}{~|G|}}xzutl݇|~|rk|'|}y~z{|}{x|sv~vzyzzy'7}r~ww/*Gs kic8"W==s`jt>>Gww|&xjUt=N,BQ?F _g {tq z!  ~zv| b | 44@ 44t t qb Zw$$Tl Tqt{stoy$$$$tqT3 TZ$$yots{tqT+T $$6 T,T $$)Wn|`_]#v:[vVi\\iVv6*446Y TV u܎v#6]_`uuu0n1W@^;Y  UU`4U5TTTT`4S2SB zyrrrrybcyjdKdjyddysqSUmtvwjoXV``VXojvwtnrryBddV ybcyrrUnTddUA??BnUU'&UVlA?>CTddUmի3STk@<?BUbcTm,Ԩ'&)J,>KQtd_O>Kj}|},D!/G  } ## @*!x ! @i##flA\4v4443T3o@T<K"~xF͇F6)-1?pWSRWn?=%(EUmþBB_XS-(mU6EF(%=?VXpO򎬇F˞y\&sqb]NENewdG&NS6}dNDwO]bqNñџsSe&GF\}w~vt:4+q4CKtېE,K 4dYztdPT 4VAlff,,fflAV4R &T i?fflAV4K4440K4|+fLdUS55TTd..Ġ ..||eWT6LL6UVe[o!"m\à B)%h;=h&)CMe0 0 4T ԟ4 4R > 4{}~bx4T TnkmeeBV4@> ZL   L Tz z z  wep5!Lg 4A 4D pg 4A 4D T 4D ') h $J7_H,  `djXg]SˈScfzhebpR3 ^v" Om(;.?GdFjPyi7voMyyy4 (!?::: @(g T@Tz|=$@70 {pkgGR[".__ušȟmNgG&߅ȂAP_ATeAa6226^%OLJnpsosxZWS]{`lcmcbnXzyY\a\^cbhnnpszf%_whY+W~ cv͉ΒИ15hv9U!݉}t{D$p_Civ9U:j\i. eM#&nYA ,Ómxwr .ffFfH4 ze`c`c#NW[S 9Z))));7eefeefeefee)4| {r|sv>(T+J~ff~JJ~ff~JZ  Jx v ^3 +]@u@rTT{z! TT TT TT  a x O 84x qf @ @ @w@TurK@Tu@w@rg Mmjingr;<7 M7#?#77 <:fim B4@ V7)0[/1/^//106;$p#sEAA*,?m6"mpF=(G`$.ƣ 0 з  D&l&yl msjiel{ppmoy,,yrrUg[giyxtq]um~~~~mu]qtyxgi[gUrry,,Aom pp{leijtt @ a x K CTTC@u^9v:p%"M$%MڑhiCCTTCT&&&&@;$yz%:@K %%vTDddDWXYV_lw}v~v*AdD yo6$7s  ^~ )?cwrvy~x]͈}|*YvvT| | p1+T T> T TT+V``VR > T +TT+> T +TT+>  a  4 XvvuuvvHNNHHN<1   1j j/  eU=k<1 ) $a)v| x 4R 4T TnK4ime,,~T 4&4 #x:4tT.GpFD 4KqHaZxuuvwtD6O'xODwuxaq\_ II_ \DD$2?? nzykjstz{ztsjmy}z{JlQeűťž̛{yn׭ M|zT|T`t4`Tz| )t tD TntFt{) 4z}|yt Tty}{ tT4T N[cG=B^60- QEEQQE- JuI7#e  #7upjj_pB:!5ܾئ_Wc[7+447V a ow  j 7Epc m;4U<ua[wRҢ&c & RD[apdu1 U;4mph]@@h֦t| tKdhK$4 (@twT3fxV``V}~d3fTw@t(EQT!T) TT T K5!v  Jh h3 tT  J<1 4 nh1 4 nh1 :Bpצ^; ^ tEQ  !44K$ T0 T* ttT7T0 T7T0  ' t"! I T|zKz||zKz|ET|zKz||zKz||zKz||zKz|2D HL x @^3 + ]vx cUt"! 2D=Hx kR T> K+ K n+  TnE^pT T+ ]) }CWW2C45T- 3 4hZwrrZZrrwZh4!""v "T] 44 45Ttkd44hk)Tkk tK+4Kk44Tt+kkTkTsTskkTkTt44Kk4Ftˋ v |g>DRTT˫kTTktkKh@@hTT u Tdde e 4 u jd\ y zZ4  _  _zZ~ ~ !Z tG G AZ 4HHzt_  zYY Y  G  H)g   |zq| 4KGfP,K )+TKb x ^4ԑTf T kD nT ԉ`t4+V`@Ӷ+[ko}c4ԉT Z |  4d_gg_d4T nTT [EQ 5 vx Ԝ  T TYw NTt"RDEQRDEQb?TT?QE\EQXxC3 B?T  b'&m pZL  @*j4a,t{z! tC8qbbb{y{x{K  t4 4tG G 4\<-7ʗ7-tD&c+zi0&H. 0,-##s& &2iGz@@RQT+c& &t  b L tV``V V`TGTTTh4&)O |~aiEjVulѬo70 XDQG47mGGT4A &Tnaxjigxi j(C(jgjixhi5'=='5G5a Ta n5Y'=='5YihC ix5x T^,T5)TK4TTT< TTxw TT? aTT, ] TTFKCxJ xi yy p< Z;)C cE t+t E 4!+ E  r@E  0 E E p%E 0  +t $ \ q ^ jM Pdioo '.XQi\buAJ  e xvuz6J} +  s]RT7T)\&  Y1 ff ffzM{yz zyz  %@tJjZ!! !" x $yf+/Y kzX,Hn|}1d]Z\IێĬ TPv4TTTTT{K =bCt"mUzxwyysq ggKgywxz{TmӨ'&h ~zUB>>CnUU'&TUmC>>CTz~{V y 7"C+=  TK3Khnnh(:T+]vP:t+ ohhonhhn;mg<&S3 Y <;|#&%6NkjThWx}p;F&<U3 Y <Y;|$&%6NliThWy|p)o9Iv]Yfh{osjeV]]nw vvKuKp JQT*FhltnݖݘƎqDA5%!*QTFhulstnl_a99:Pp~݀*Pk9okթ' px < 0 ]]< 0DD; D$$Dfa  8< ?CI 91 .. 9~`n< N AENf^ ; TT% 7;L9\XpqTT^3 9 $9 z " x 4@cT+}~|C3knr]J'V{ke{ohc-#(/&|~T+ t``t{yS;RQPIODwt{K6K tqvMn;<-  =vvkhF8!!OZZ ZZP %2 2 ! a!O%  P ZZ2  X !OO% ZZP ZZ2 ! X OZZ P P %2 X FIC?6IY(uC XVYx\b66S PeSGQGz5:5'DN5TT(TKKT(Tc4R~~'1 A3ZpT1 T7׷Z ,9_7T3 .TZA1 ~& ~Q1  Q1. ꗐv@Ta Tt .: k T ' Y i yy;V> (S TS TS S TS TS  ssC-|a99az~ z|33z} z99S Z <<< <*wvttvw_+  s2 Z@@@@֋Y9ZYhYY9Z@@@@Z݋  jy ] x x tR7; q |) K 9{sYsn{xput}T4T~T; T }4TTru|utpxnurT}yX nnAO P ggggP %2    (@WWS+}}F簰ɋf,,fMff zz q{ttz{O% xt t 444G{zs{4O!mFNB9x*}}~5W]4x2 G j tTc##u yussu~uvqxTzTQTT TnTT u y7}TxvvxzT}xqvu~TT TnTT u zTxqvu~ussuTTt< T. TaT] TT xEFvdyDs4>$0K_|h)! V`,,}llp8V`V``VR @> tTT $  ' Q }H |e@I $  ' Q1eI2 }H @| t' QR4 4 T4 T4  kR4 ; t' Q4RT4 T; TTR4 ; TTR4 iw[ sW' QЌma "[ W' Qd  4 gnohgo44= 3 +,3#؋Gt`aMPQOddlli`g]_Q+ fjoojhovuf\#ͥȅ֤ ` Tnhgooghn 41   )|mxrze`I3}y?z#\fLuOvhimohjo Q]`ldOQPMa tGmqvi Ǿn4^ːΆ—̀Ən԰+}j{xtzj1"Lzii|E;;]SHv|~}Iqzxcypst}qv5Hίp}Gq|z{t}ypjip~rx}xoddnyr~Wvuyi0izx`60w7~Q[`R|R[~wߋƻő|ą`P805]A]|s|z|WW[ dm}yrxq~jiqy}~rxndI mpr|rv|{H X?A܅wl Dzك{цԨ_~q|||||f|mm|t^]Z'X"-Ibgiwknvv}(]jvgrxhklm[2+*mxfwj]Ynwwy{hsfy\\hqxAzireV$G4]t~%]~smn}ft]fcqyJ>LNMMNwK=KQx<rCu)k,##,)CrrutturӠ,# ˤ &~'+'}~~}}33 +t4b4tD809mi%if+qU3t t @ nDDnnDDnnDDnnDDn.bXXbbXXbpc}zppqh&c&}hzqppppqzh}c&&hqppz}c o11!"!!"! $o1111o!"!!"! %11o $X < <pg$$Z&]&8t#4#4-_G_G C3uXr 9*Hb=gh`̀, ް5-"MM/8(x,(90KDzіɕOTOm̀ցQ\Y5Yy{))+)jxYhmG{IUsV7=o{vu! z'f@o&d1caaPEb4"f|aunO鿦ɯ˱nnoI7J!I5.OB\WQĦdRۛ~-aOpbKI2C@lU[s^Yoc`̄ƃ~ƒΑ~vD,@aD1"@3byЀѐl"k"rbsIr3p1o1]_qewG1('$:er)n'y*ԧӥؘؒ6;2]zt[uns PDcl|P~_q<}Nx0k<N pti"d-"`#69VѺDMV"TAK$ TR~tH  t~~X RX ~t t tR t~ 򕃘t   ~~t ;t~ qqPV]]tסжihhMD;ZQuItI[nt]FEQZ-[+@@*e-8;@@4uvǹߤ p7ZYCYCq5( v>>>-r>->j7) 1 ;auabtavzyvvzyu:uzyvvzyvLR]]SBR]ĸB]Sx*.NZwR]ĹwwR]ĹwǼ|CNGCCG|pNC!C,313, q|]RS]^RBR]Ĺ_wη}|w$䔻kiᦿůI7J+kt}n~x?z}}}b;u{{~(0YP KS{TSm{qiTAsFGKiwzw0o_ewkj "˒lshztu|Цy(0u"5@B'\ϊ؊sqٱ0@.&7e}|_g͗|qD|unlaK]~d iqqquzw|wʎó^=~Şv}M,7QupzTS(pzKYNGJ b/ѓcctup4K6gp1zy@yr7Y}{w\wxFis}txyoGqt sp^)X)iz=JFdf|oL{1$+#~[G0`SQRne*wXjsIx[Ͽ^d7,vX9 ZY  deҦt,tE##E )vo}}4u{zu\ O#nWvZh,lt:$4Zsj{rglb1XldvG'bQ^{yqa|x|{jjs}.Ӣѡ?IY–Kk.#4)sV 1|5Gc%1A XRf 7n]Mw]^}ǟxwVo] ytyywyB A'!3EMM!#]([B4WtIm@nxWxWtIWȇ$rzӎlQ3J>Rq_(%vv==)G/H{uAR6=z@kwlkkwllaelj{RI7 A5ifsgffsh./gge 0lF miE#=[Z\Z#=EOiNQ@QyQ@QpzE&}9ً܉{H[1N[GCJۋz"q*g2EKa"81&*a/rwxrrwT(v]*I0 330H" 4Tz| 4#" T|2 T4#u T<~~TzwwvxT14TT TnTT  Y 5 )vdpF47zw8,lr7RZ(x[ts[{+;fC3DK^Fxukrlqv}TK ?(&PX+)#JU ^mmm jgenyiYW»ëP7iSպԤÎ˒rSppoG.B%r u`vtTtpx TR4'Zdz{IO4* k. pk? ] ] x tR( K* d x q |) K )ۛS%4՘ΖT˫KT]HAF-"Kg_yz}>Q~{{~؉؇}zy_gK飳ܩn_ZZp_bn:vkbA*t%ndʋ̫44m4tbm++44kkLJJl.d |{|8S"1ÞH=|}}6TV5wSLTT=g}}RIcZYccYZccYZccYZc \pcdwywxRj.j.Rcoͭ}t qZbZZcbYZc\L gSVIm 6 ܰ .G.k.L.k?+llH\\HlZ釧鏼0q q kcthjz{{z7LvvK7isùĨwлQahaahhaai?Ul[Ĺ]SZ X +)**MOvrqvvq 25 3 + qv6!Mr342oqv*  ).```NW{WM}|XLyR]^SS]TTVQ~ùù]SS]^SS]WQURTTg g 4''tTTttTTtT 788a`aa`a^Mkl` 8aMakaW`a9M97Ba 8M97Ba Hgg[oF @F CG%:`dhbgbۏ֯Ȱ:%G?G%;adhbgbN;%GH v/}7 Q Yr3FZXaXxwx_blkxB) K%Lo3BJwu~kuxu*k?Oz!xyxvzAY Ϲ[Djmhl|{{̡ԡԈ֊ j8ч5T&9E Z$jb<r(B{]<6TYuZ|iJC^E,g_zsyubՖӪu^q-1ݛzJ1jI1jgTiԻEY}MF{M`@]~tvtz,J ~Y=U/0Aqtתԛdz}PPxvtnos~}mzVz-cObPru[N S=)id<&liXsŒՍ0ZZ6:3W4U_U266WBN h[aj6GUv@cLj^HI,+Tjk(jjc+,54+,mmZZ;ZZ۽+,33m0vH9*/o⩩+,44>4 q{7$//)9wh 0m+,54+,44,,nZܼۋZ,,>'l4n,,44,,44,,mZ;ZZZZ;Z+,/o-D/#5>'}n00nm,,54,,44,,ۋZZ;ZZ+,j+ JѲ"^ z}i{ѧ錐zss^myzSvnnU{uuwz~˜ڦLvewe :rnwt]R{ϝȹ̯\jtazm|}l~~nh~uN?MamJ}fg^%llI%uXBlznxj|Z6{&1~\NULܿI4'6kZ6nNwatTTTt| | T| `77lf,,fAV4 JW?tqBBB44  @3 + , l @ AKTQ 1FKT@ KT@ _Ky}}yKy}}yT686>0y}}yKy}}yT6PttpfeOefxxxxeOeffeOe//8 X  *`7Q `6w% Y4W%*% X4j%1g6` Q7*` D4 Y%*&4 X%WT#EE#\[^hnT^\ z.}TNNNiYT}||||}TYyi[U\`uTTv +@ 8TjMQMQMQWm[FN$l\TT{zzzz{TT\vl]X$FN\vl]X4[^vTtTtP8jJ2RQkVo8>A , '>&&2uQeGWn!eq=s)b?ɽVWX/c@o E`(yk2@ /@OlmCLث AAlg e1U**j*.Nz+8a{z{aY%#y=<==<=<<*```^+LPzlX1Az/-6D&@I`_4| 4B   44!3}|~jk/k;j:/d;jkjL`) J h uY54Y\55\Z56\~  q@-33T%kvvXwpD>m2W._Z8nE 5<hLhLQRSu'/>0Agz8(ҒӑP0KC'ZL{o_uOn ɋ#xW{D ߥpBdȋeE)p3 +57wp UtT3Ct|.3Ct|4' N_N^U  T>KNKN^' tXt.Xtv &'y &'Y Y&'y&'bKHJjp̃Έb]aouwr~'89{={mx<*e>okjqpi{AR*7}xE|}jp]VY0-|xpaime{}ld""p*}|blv\&A}xfa) @po"_m3m"3sٝϞ¿8~~}~hs׌ $zctc^_Pvv~w~yf{h{  Z~}}}}}||{|Z} z}{10df}itj\KMuTuzy~00    x <!! !<jvt Ǒml!4CPWhЌnj|vw||ryIs7h3^1c:gJlXJU>]wD&_nr6Hgdalor@/K&``m}", y@}z~|{@Ë)ҧ̞ȭBO`)y)o3hm^Zx :!4i 1J{z~v$${z~J1 E8)3y{||y38)E 1 !4gVQG ?33A HWT! 5|x$5!~; ~ !4t/|h7S.1l~gd`;!wgvph a ?v !4a TTT   ??? PfAVR @> lfPzz !  L 44rn< B@(vMzzy:((! u6B@!eDRĨnhhRnD b K!4Bf~:;4 :; 5E}}oۮhJto%]8%{~yxg(|{~rxjrqO>99l>SO~~zz b K!4EQl 1 %v !44v{v}JJ}X}w}vw}Xe}w}JJ}wevaʁӎyLzzyӈzz|cyuYaaff6&̶Q HyA~`Dޟ(#PgQ+<3%!!!S|BDMhߺ ђk .-.-.plHs-U7sH<JJJ?H&Urs&l~v~||||~v}~rrrr}|"d ^)[OK0-npq D:)rJ?t~rIFo9$"%9/iüIIR^rdclmkԧ2*:8)0\pFN[BA\ŸghgGDDl)3= 6 jRVVVTPQSyVVV:RjVVyVTPQSVxVVyÁ•VVRj* xmŁyVVjRttt tF4xPpFpx4MFqqqqIwwv|yx*|8 G}AIrw-u\? 5'px$ PY84I5K G3#T1!I%>HGUB& v\wͷ- -%bbd&-JRprvQiu,t~՗Ӣ9RMgĬx{}ާEvhrjplJ- ?&n 5dbbI,ueui`M6fXPljiijlPXlf`M6`ZiRuL};pommop|;LRZM6`m[ [ƗM6Ġ|}+vjS&zzgMRjhed9oICAA~CtIo}d{fxgj ;v+Iz5&o? mjhĬ7;jjjjjjjj 6 KBH\O+:xOa_UTS˄BgftXRweWWk!:{z{zzy"J<%wly}jhw|m'!+\! ոϡnMbx7tttpopyjef{m~ Ǻ iii yzyWuf^ V]g`[[f_\ A^N?I`Ujf#b'^jTm4=yBF$3P:kS43g߫ޯG@pFAw@UMMM%O&iWtLXU_ogBF bWR?d/y(#-:=;ra``^_^rrukedA~R?‰“wnmm"?+RU`B=jȕwS<;QE>?F`  RXX4! 55 pqsa_^U^HKʲJpwm7ųu~//:q~iykkkkkkgfhopypoon0 +(\fmjő¡CB{gtzldg{S)ik-z/Rɮ٫ސq,Þ2=5qnYVL9+3zZ$;;#}MwzVqzvy^oyzzv!UggTUT¯¯gT{fggTgg¯ggUggUTUgTffgUgggg!Mm#[8ICnyy|죢Ԟ[TI&%7k ~~Tvtsrv61psYMk wpv~Tv~tsrvlUXqsk%]r Kwb ܷ  D&l&yl K$ h   > V s 3^bXk>C_}g555333g}cm6ﳽmv%f~~O~~~^a}g767/./h~bn1lp.[Rh5kuZi/4oe ^Wf7h7jvWi'2nfz#zCpisL2r@;pEVP<Q;Odlw#> ƭtt 4tt ttT  ttZ7>jVRH %HVj HR>7 E##EجHE##E  ?>?    ++ +  heXuS + þuh  + ++ SXe  %  +  o9˫49/ː/4Gj{fj}^11^rt|qj|$$J|jBGrbrrKK& j SˤreGe~1~w~~w~13 zz0v~0B KR+'/gT9 < +/, +~w~103 avN dd6 mcFr@:}77:@ڳm-T0>2tM2V33V2Y&Lt>T0-V-KKKKKKKKTtQTQTQ 2 gn~QTQTQ @2  H~HfH Tgnp( pT<}~}(1TT~}<.(R>4tR>k Y:YY%$~~$%YY:YZ$%**44ool8II8oo44**%$Zu*  +  uHd8lhTwwvym\_u5^/7hVfJC22C=+JVhX[<*N?Y3: ]#"S:Y3N%%I%%%%F%"F%F%"mmm%@5z"mmmmFFVmyjjgwrPE]}~Su8ӗ)xm6 |uw}un]~')kp{u~ y nkuptogo>4y}Ϧ)Q4  gyr=7TRyytvz3*WJttx~8tA&ysjmm}՗v b  L TT 1 5L x`   eepZp %$ B((BP! (''$$ GG(GGs$$zhl?9%$ _{_{ T $ CC C CC CEQQEEQQEC1  $EQg  lT^_|_j-Z7BG:?)_s:y8CXccs{~syyyyzyoto֎~@,="H(`dine|Anq˗NJܨ,+PמM q{mv=m RJCww7cl!w/|)q% QXeYGDW[r0Id?qov|wvNX^UX l-ƒs|eW"}fڋ\GQ+L~bGDCd5.26J:#:t|mcUJmopmvn]TB4B@Dd$rvJL88˿}~=.|Նs=xzo<BYt,[YbZigX-{Y,t$lŖ›/¸le'3k{ut~irgk{ut ӥ`xnqx}p[!T77:_@\\]k]: rZwxo_ | PMfmW isu͐0 P|u~Lvkcpy}~uz{y\ƊosT@uwurl{~CBm]SbVBMjʞwywkws~~zqXIHI}Ons@WJ-E`Ǜx|}jxFĨ6'r[vyo@ _@ | MgmWisu͐!t~~yqWIHI}@  !?|zvYaOD Vhx/Ym1V:FMFVmY%0DF/b2bF9@O)nH4(nO9Y;zu1t&A"Ω̵i&L̔+@~tvqazp@ubw&8@SJZu\ek pkfY8@,F):J\^GZgmn|~~rNvƯri_z{wow{vy}psV1}nso(>}>ptlN[XKH[ͨ>1 "?4'::''::',Ah"ttLR AS1 Sc1JֶgLXpjZ@  =PBBPOA AOgŬ\]W»[Z3)Sff@_±RD=̹|ͻMV˹$QG̟^ͫw_BG.O`IΤwϓRϺTEDjX 3""7<"ߊmQ1@@ryt8spvu:@rfqvu:d@r_F/D@>L6L! @+Ohhhh[N@c@92;@1  y,((,mm<}nik<ytgn(Bnlmva2gWTP Q~awez!uP!Eu :PBBPNBG=_!!@1@Z*y@u@_@M_HEQJiQwrSrNG2JtA(@w\EQx]nrTrN:BNcTX.E!]^ggTW-|cQ f P+((+ll>vII<5 YaqT;Qvy{Qŷ`bZ Y`qT;Rwz{Q9RIPP(*/inW|ϊL/b\04]O__@P( e,l,|} v)eiyz )v? ? 4s For^{g=Zi *>薚=v*0 9H 3s Fos^{f=ZPi E(J-I4i^xz xY623~**)(!= xetpqRtJ͉yiiylHXzdipsl_~UGJhsxyW9Yӿwyk]]s}zw~{mh7k>Yi{ ztdYgrn|oM򹓝gptx*kSk*kl1wGb_]aTfvst+*r\zheN;h_hg_@_hh_ilu~~$rfP|KEUfav,ɼuaaP@YXvvT@A!!JTl ~@7뀙v~6 u | T4 T7 T>Tt߼wOVVOcZwE;* K% L1Xa 4"9!4 D7**~b ELpCQ']VO nLE 3(``be!u!3> V s a O %* &-~&ހ`b z]A)߀F9:5$ __EAbw}.$X'FFހpoGb{  SxY- q|kjouhyəRr Ta _su#1 ff "ss~ki_K_"ff #us_^TTTTk OZ]ukhPUj=;<$=ӭ}(70!uc6rtv}raf'ZX,WLpY XXuxmihaX_)(XbhuX T KTTTTTTKT_hmx    TԤ  siV!!ViK  `RGo|iv dd}}1 TT44}} v878W97 ̩uxtovwpEV3'(I6/H#@_6s2rv) 7,u`melh@K(w,k/TcWBRZsZV: [X2;@LpX " x# &|C@H#SQ4 + 2 йyz{6C'r v'QjaNScI=λۊ6OFuɷayrv.Dxylu\eh[xO~| iK! O x zz0 Nee%N0 zz  g zz O ׀ DDfwPakON(瀰bXS9}^HtT; DD׀r # ׀]]FJ{oQ$wvrGtKKB=׀vN;mYi)09Q ]T | 4 C$] cmgccm*umvpvvpquvp$i݆y"Z4x+4x$Zy;N9    @?@?@]??Te[R[ed\\dRjbO e[j|ƒ~bO [ee[\ejTSPe[PZ[ZQRT[ee\[eQZZZŅĀ 4 P : l 94 tMJlrHm9 MqxtturJe spszy}e <cHuRtyzuw@BX2ʳ8g^zp}UY̲nxvwww~zm#Ԓ,f~tx*}-oAc2S3_( %Q,dFW<~4gEWRCtp|1$+s<  @T)0a_i3 4X;& uss9&%9l_nhY5]\a\>?DB(DD(BzD)ANZȼxȼXN=v:jTRR;;PPQ2<;5 ,$()MU]()++\TMqqz΂34ypm1 .oQke^ 'uv& ^ek7|epex#B9o=9B]:#/ݠp"\&"iRexp hB RXD@ _* pX@RpchE:dM+A * [ $0bwqf]]]U9pttp.ptqtoq75 7A5 A75 lL6HpAOYKI++srs I0"/rIHqqIHrv;(hqjuqiF ﷰg(7]F$ g)XL p'7)28]8j*%jjjAo]" -]" -]" .\#<]i|i|i|j|66 6Fٯ6UaZg <bgw ;A A@ !A@!!@A! @9ŵwvmQuLflD^A94wHMZXaǂݏ,!|) *) )* )* ** )* *) *) )[OCPZ[P55ZPCO[[PP[(ǻ .S"0@:M`edeSO[/:~~|yw{ >g7.iczdfptð+&4R l^vQBR{xxgd~y</Rc4jc'^dcvYXwrlO[MOO[Olr}twXPYv@c>kPS/k_`bjpN1kI7+447}  O kuU)4S'-{:d@G &zzEwvlmulchr]tbFs^[XVvN;mЋD1 g%/O,kjF?j}yykDDf'wsxx g DDr # ; )vg _>hjthhjbgSgT.  T譁bjh>n_KD;D \+ 1+ X  suS&yprxoX nrR/Eoqwn썍c@";;dxpXBB}tq۽ x Tdmlsur|jtd ttxtt0 tB 0 ]] ) \<A4l + a x ' 8{uNvQ*33Q~Fu{uv+NR-Xv0SvXRX+ a x z *6xllsvr}jPa x 'z)[=)R~[~w~5-!0 3 A"~v_V=)[0PwK uqu f!D! }qquur|jtd ttxttAtt0 tì|r$ Z<: vg $gJAv<ֽYij|ruslmdttxtMM^~ + g ' px Tp 0AT+ 0 ]]B  Om| \ee\\esVe\97M|?S#`<`Rw<EDz8D^7E&SMX]Z-`LML}=af44 )x5Mk4444+C  __TT_Tg T V T TG4Tk T tTsR@6{@),\,)+əEQX T V  IIs~xxx{?+)])++8s~v T@L Tl o TTa L TTTTT//TTTlvTTx T!5x s^vt4~44 }}{ptrmg}e}Mpvwyۏ L Xtj\b'djгg[L״( ¯#wmݿbtG(r|kj>Slst =Sls_tiqnv„Ņ3I`QnN^DyagTQ3I`nȜn;((5;!!6ryqhn}.d9=k%)}|||{zvvuyyvvx}̖ҹ֐acrppxswzn}{wvvӍ⟳͂pTlZxeyR{0o|WbeVHquO z|n*)j4_SnNe]_\]“†gwkrmnnny{ʼnZlvTdp@JI4X^xԉ@jwvw@~ny yorpmue{`nYnpr@^rss~~xvvyv}y@uwzD8{{|z|{}{x}~yz~~} ; $ˉˬ7y88Siˎ; D8hLp` d|jK=' t<[=:1  Yvk2 tOTT 0OUƀ ԫafob~h Swk9&&O D[  gY8>%˻XM,ɾYMr}QQ|Q'%`em_Jppuiuzzwɺ˿gYv*ʹ%q-u*+?q8$@q+ )5x}2#xww;Q" 7=YjyJab [; kttTtTl MCΫ MC1˻WLN͜[ ´[VmJJ{K/oqwnbces՜ѵvj+^ Z d^]  tblՔm)xyx^HCii}l\NJp" #kk՜͜k眫tt oett c7/{{{ Z zf+!Z lln%v 0 ǓEt^+jffllɽYM{{}.}PHT/7qͻ]H{4cycq_MYɛǦsjZ\ !}Zcdznp% 0DRɹXNMTYNdkdEXÿ!0WV~Y6R}XcP^vHZt|z* z`   }z!~q{yzp~"{}~{=UP? Q={~3 4IHt Z]41YW36ЧubQEd]"* T$ ; /V,'t 6 4 4'%YT8U 9|2'8 (%XU7U 9|3'946 k@tt++UUttttC<<4444 TT UUttttC++<<44k aJZZZZ44cTSc++TS33ZZ 6 gQvOy#DORKPKaXWaaXWaaWWabWWa 45! 54! 54!-..-......-..-..Xcc@cccccc0ɂь8`a@aNdC9sbccc@ccbcX9XE-JF,bH5@Y&nË49HbF8s̷pzSzN{R{< `_`_`_`_9''''pqD-A&aa-D`qX_1`AMtCC%&*)GGbbIc~c͋%)Gc͋cBս_a 3PD33DD33DjKgl:VF_-zMWSRn\nnnn\nZECSSnn\nnӾN+F:g˝VC&&ӋlgZG%%GG%%GG%%GG%%GP8 XL  6DD6srpsG4Tmmv)t~̩vVJk}ltu(vumm4[ `$O?$d``zw~y8Mva\tiN߶܎`4s~nkA["gwdLaG$lΥэ`v~{ҊꅮK-5%L .U |肙i54_:vxH|Q̋yPBCĻ*O8Qz }y2!v w 2!dx%%uouyf"2E"ciP8+ H>VV> 8PicE0}D8F?:/5mV?_@)*_AUm֡F8~4pw:hI K6AOR||| 7::-R=6jsnVK {Qr2w..4$<1Unk;HKTC$[EEq;rI/(6F+G-7+`=(c2F]U=PO>Ulkb b  T@Z T t70 t [ KWWKKW#1bnZyOL/õB+ h'X=-k7yS[rWmK|CO]ew,i@RF˿WKJvf|)}xyk~JJ?X7gf3.x,+.46?JGXjkځLJvl~doJLN*4A@Pbaul~xyJJJww}IIJÐN~LkR{mmaUULEC><;;{mDRs*MSPwms}wy<u|ƌ  Y10 Y 1122X48C1£dzʧr]^NJqZoe~|Z~W43XV32X+1fIHJLh67:gfs˂uncor~EMUUaml|ؚѩʵɩӛlG@/' "vg9~{~iyenaMxx,wMw^Fyl}l 66xtm|cw&LL+dtjiJ4qqߠ˚|O)xOpYpZ,,pWwT,JyIE7wt4vQ^6_aTT4 L qK K Wg l  ''x @g TtOK>td ttxtt0 aTTzx 4R7; t" az+PPPP]w~PPPP QPQP~PQPQk" az]w~PPpp iP" k Tl+,l ` tT_`b#} #b`_yy;i t33V22VM & !!yrr- K1 +4 !! e+} TTTrryy!! !!A@& vyuw{{{s{sqvwg zz zm m`mmk   G@=v T T T %%WBS qg@\LP{ |@)҅%e??? %% @w\h<;v-;ݯ].Sg9GFXVi_d:ftl\mM>U:\!-B o-Bvˌ{bє~8w0R8#MF2SXtegJ]lA9HH8QXi[syxy\HN-fXR22"E`B5 3352E%%%%W*~wwwwA.#C'K]fT O'RTw/+,{{a{L{{== k o~|܏fyh|lidbooprmmrrmvw~ov8 v  oT~ƣ@V 7EV@p -F1M \ZG#n' b! ϼ 1-+ h O* ++EZ[spkT~O@GA BHEB Bc 6 -/-----mJ#66"*!!!p[mmVJE46H``Z[|]~c`}pG;-7-m{<8Yn,=auKKvQ.-QjKs[hshs\hF:87s;\Fsh[t3]-3s\hsht[h"eE!sh\s-3~ + ** * }Mz]c.p%$fM55277<&UA++Kq5PPm;XY ;v2 ,[TT T  j tttZ< . a] T tttԇtf O* $ g | | Fh͉yy}~pjJ J jprk5jTh httwR*N^ Ȗ* RDejok4ph4hplh/ nh4 nh9joqjhp4lh\ƙ;. ;ǾbP0&M q$ ;- l; $9 q&MtsT|~}StK|}St=u=ttt*w)))((.ddZNNZZNNZQ+A@AA@![  [ L  L B V +- 4wx{~}P4g 4V  Mr&Ȃoly _lZb &Z_lZb>Tt4t9lF9y4d;1?;UҒ/tt<%%< "SKj<5eZ>:$ $$=:Z>ejS a $54444q(f?f?(q***M**wI9(9II9(9I*)wdA467MR*M8=IF[-2 ~ 0XPdowa4 K^hvii!r(u)-vjzfj~qsoqz az qHoCwqs|qjz)(!ivi#o#vi%CT;;;;;;l  6 VviWPVgumlwa||q{cYili`dH__·I5)4y)Y>BݮU11V1h8SM$wh#hAQWƇ¹ÐvZ];();;)(<&U11UԡϱB.` eSGtCa $t]$ttR4& 4 $BL8,L9}x9`Q^fxOoDk3dG Դ"T> V s vsXQF55EE65E<xiUNgs{f<ϖҖ~hr84W{mXx|cqJ_s'*0󍂎iZӵԵYn5U+"C~?ihyvxnnn6 >#A0W9 |xuzlMx|lT(x||xx|T*0(=`hZ6, L#6- I#6, J-i1Yn|||jjk8dJ!E+z$99$+!8YisV>crbxy~vz\\\}v{~^ws8~64468w^~ybrc>s3%p[s rrcrrkii~kssqrbr IIV*s B+$$c+CB ~II%%Uaa;U%%s  5??H5  ~)ԫw w w T h h`y5!L Lp Ly w Nk +mT TT 11  Wp : B VNMDH>>35Z d1 E3 : V22VV22Vd: 'U/ ocuovocv?% q|~fFF 0.*ocvnvocv&0q| KTa KTTdhjw{i^u_oYlnus o^iw\Y_u{jhwuji>qw[GA?ijkŒ[V(1g=VijNbi6%Qtb(e nzfl4u~d p "v[~}dtVldvtşW4tt }}} "CVt[Rt}~[tvR[Cljh\^a\Qwt\s[Rsjz\oUwQVf[VT[gdk\c`^ebiObt6Qb(Te |TT&&' L q:=2G<LCYR:J5  c{{q{<<{{qz{cc00E3'ҥ}}{PRHLbyz{*Tb#E.ᕖz<_d_:@sgD_^_*dJA Bɴ׵to'W4pwοšvWXM uY1A3g,{ հ yL Z=xsav^|ZZ[k.k/k.hemf$6k+ː]V$Iqo~QNڈ7.;ghhVND<{B3^w/ۍֵ5b LQ*GJW}ϗѝڏy kTUnn~ryj_MlNy|bmmT]bj[X]~-u[_k[TZKNW]dWT]TkYacYUaö1r&>kfbr(ywvE^nw"'hRcl`jObenfQaWT`]Tti\~{&XU3tOZq]s~Q[8qQ]sZq{N\[kP`m]lM_|r(nhd&>lecovDd$H6}z~t1YbSu\qP y,:|`B/ O~TaKJ~Lyy1Vwy:pI>/2ndgaWrsw  =!Y 2R?2"?=. O?U<AD$(-}}}[ׯMgYST**lSmMrWJB`enū)c1&E,u|ѰڡšXMN9) T&T33T%V]!zltahqrp!s,o"prrgl!| N#l[heeezpK^7Lw} [b [)F3RtZ>UKLLdllh]rd.^7|}}\".% _qqoy~yGAokzAïwPW ~|ԪAyoqq0[]yZigmpgːt@6)HW \!zktaiqqq s,o!qrqhk!{ N#k[iedezpK^7Kx}p    #` RN{M{ xiwi9#GsE}Tl+{X|V}2h8pihE[&Yr!hgRoq-εߝA UǾԾ*}t~xqi#E3lgc2Fj`\Y=urrqrqs $>tY~\w`rk2FclgglbE3jr`w\~Yu<rqqqrr %tmZR{QsstN]wiggXnϤOTͮmwmwmwŷ v| iI#&bSS!mvvu  D4L <i-kbUST345IIIyq߬ ) )) 19j4 :P* p@     P  %*.26Qjp{'0RY`fw{!.6;BFJRV[_fjnrv2BGY]dns{ 9`"(-29AEJOW]a *59AJPVZ_d JNfu  & ? D K w      % + O T Z a q v  & 0 > L V ` e p u   & - 1 C V a r w  * D M Q ] c h {   %.3;?Vjn "(=Rgl !&+4;?DI[m%6;@EU]eu} (0?NVekz #-5BMS`gkqw~ $).3;FP[bmu{<<A KGK^ k g ||qK K Wg L ` g  0 @ EXXE+y}}yK 9 +EXXE % / ' `nT~~  9  33 & ]]]]\ < ? T -> 2 m hnnh ,  @ ; g F  s %%%%%% < K. w a] }y hnnhhne  2 ' 0 ]]B }t ""  K y} Q M  W     +  ff3 ( T* T" wR  3%  }y   / ,  V` T T-T> `V ?i ^OG`E}n\>lP,h hh@@h |z [  b *!  F m  8 8 }   Wk \ b  tzuxu[Brlmyz~5qsU hnnhhnnh ttt = -  TTTCm_^X*D44D*Y_`t @ y}}yKy}> 1 3 3CC3Ct 0 rcrr iii  !b! < .  TT  - 9g , lnl||}_zob^^bzM! >9U G @xV``V}~d3fTw@t(suwN5~w}+}PV  v y};   O T+T  jih  '''m 4 ( K* A 3C ] ]  h ! !   r EQQE  4~~4`_`R`e9C/R&ažҦ4A'")~4 Mff , : :  tkZ K9z  hn L  <    :nh {: }&  j t %%  QE G  LfeNzyz# u"=1?u՗   a  5! 8  @h : "9O9%9) o'0qi??@i r A TGK^ Tk t@m t f +  \  47 cNt1 ZZr    vvt   ~  7 zz3') 8 {z!   * 3(  9"TM5Ř{~~D;i ; [8 1l ~w~~w~  J R ! V``V% ;`L< xra 3 + RT   =  1  zr^``^?c ? ; rrcr @*  O h L  : 1   L 4 yrrrryy  * 2   |z@* Tz| }D}} < . a]  <<A 4@k A @4k E 4  -  6g  o 3 { X  )  Kxxtw~ n\n <g  ]9 _ x y ~~w~ 2 T}yT4 T CZ7)A ]]N mm))mm)  ~w]]w~ n g  @ U f @ LR 90 ZZ a  + r ~  z{ t44x wBD$$D    h@@hh@  }t.+ݭ F g 2yqpV``VV` D:  N ~w~~ rcrr  @ tp xyots{   . a 3: D$$D < ^ $ 4   MQ  q 5QDnty e 11e BB  y  quuqqu;;uq T   QE L  } r   8  $ (DB%$AΌ y'& p] x nTTq RF B  | h wrr  T  !$DD$ \xcikvss]tRat ;fveK ; ; yy   ;; ' L   haahi`ah Bx o7 ?L Dx  +g ]ԫԫ      _$cX  E##EE##E y6%6-  V22VV22V   Nba]  $ ; o"7l s  v   f     z  << e z{  % f !5 3 RD x    EGxZny , .    1   fM@ jmq ,   XtxmihbW_) `M`M   }y  , z 1  *<) ;; tA l E##E       j !5 qt{tsoy R x  333vK 44 A    a @@   F   Kw   ,$P++ / N  L  -  s}        T z  rsyy'& b * R [  &m/ v    4X  @ ]]   c33spyrs@  "" r@2 !"""`>N^fin~'(.>N^n~>N^n~ !"""`!@P`gjp ()0@P`p!@P`p\QA0ޕR     pX  )I_<O<0Z"#  pv_]yn2@zZ@55 ZZ@,_@f@ @(@@@- MM- MM@@@ -b   5-8@ D@,*@  m)@@   ' D9>dU*#    R     @ e  %RE    $ k(D'  % %P/ /: /K /Q]    ^ U k "y U $ U  a y * <Copyright Dave Gandy 2016. All rights reserved.FontAwesomeFONTLAB:OTFEXPORTVersion 4.6.3 2016Please refer to the Copyright section for the font trademark attribution notices.Fort AwesomeDave Gandyhttp://fontawesome.iohttp://fontawesome.io/license/Copyright Dave Gandy 2016. All rights reserved.FontAwesomeRegularFONTLAB:OTFEXPORTVersion 4.6.3 2016Please refer to the Copyright section for the font trademark attribution notices.Fort AwesomeDave Gandyhttp://fontawesome.iohttp://fontawesome.io/license/PKa\,kq#,a,a+font-awesome/fonts/fontawesome-webfont.woffnuW+AwOFFa,TFFTMDj:.GDEF` OS/2>`6z#cmap~/tgasp@glyfHC6πheadF26hheaF$ hmtxF T(locaI DLmaxpP` nameP|1postR(L<webfa$W4=O<0Z[.xc`d``b `b`d`dZ$Y< nxc`fabʢb l |6F0#FǞUx͒KqZܩ*@WqCc9/ B8Hq("5WB ]:<#.y w^3Kn%jB_hX<g߶4QMhJ3ӂ5] m豶AH r( jX8F",c9+X*V3r.Q?>P*hL֬浨ej]uS |L#4ȣ2chBL,fIK[VU~Gu{nѽwܼs372!2&JF䥼aA Kbm5_%_9)1XC>?~y=Bt^)Գnxڼ TՕ0oի֦עfG@@lQq"ѨF,3f1_bĩl:Y$&!fMbqL~{_Uuu-:]}=s=<s[9DxperAyVз>@iښYQ8eAPn;0#iG<]yZ6Ǵoyq< i &C`B阒S}@W:sK%W3U?okt /gh s~Va F([D'hV`([`L+ӡ8^&ԉWԴT7W}L5IfgwLuNт6:#Fu|=]"RBE0$"1y3kPB]s%] kW؃nQoQ}b(73mȆbU%Itte&L@a %g 3gcon>}9SR o~MԳg]wLo~Ʌ3fϼ79HהDBͭ\/=3 T5uD#9eP_Zh|'L/&z6Ƀ"G=#hPSW:W ?d ID'r'?~zINy b|zՠq#vx T.509&b0GсO*ȏ&beٰ!֪nJGa=qQ7W>~j7 0'}_VQ'0 p.?Č0aű3pvY;/s.! ESN =+|?xܫEDžV$6Mecw9$=d꯵P\PT!#c}R4|F/Bp6fY{i is 2<:*a^d)a h0 1Xz2| :P=$OV͵>YY{?vKKH[#&g3.K,zkA?]vgk;4ųwP8|y}ڴa_; M@榃O?CS:|2`in<6Arȵ.ojT_ llBGH\4 Țo"?:[ ;{'skUD9x_dnL?<1* :\ A>%H֨(jX1R4FQG!-&agg=j E-H ?ᓇćmo(<>ɲJ,ʼn|6X-[b:^k_f&>Ӡ2&Go5n ^+$.Zat忙\ؗ$V=+;>usxm`6kkjҶL_j2{ [v$u-q;Qe5frixH, +@:nA(%AZa tѷ0 [؜MΏ-VBrj)BdPcvXfuJ[$PFIE?lcG߰}9:H*yƮ/ إYנ%+G,Z 1 kP*N j \^܋OL̺@qd2zt؀X[1`P.FW?q]Da7*:Xʁ/NzK`{9&-)qu`JHDj6D!n.,9Bt _A f o&;3ۑ ܁bŋЅh9X!($B֡'#v2de s~w(>Ŭfp~LG r0^X~+cJՇ\cP4KYO@8`BиJ(^G~rGg:DojΞzYnB@!J|qMGSZ.xߝ:5(PCF7`Å਴*N9 E Xz-W ?hPeՂUsU`Lz)7uȎUv,Йm[bh򶮯jBQӏlumrvɄzz`C~DS1  8`d9A']'ᅺ.D9</i_jpzOa.<g=8^PSewYZ!x8;tiI=?([e-G.zZG~QUڔEh/,pd zK"_A2 ~@8 M\'K6qTQTR.pjPM~ư~#߉]WoQ5>U`C(8f䤼S+<ٹ k;D9ulUI邕ՋncYP^)2=ȱ6ȆMUުhEDSʾy]+_VBC}ZYB&D)(&phF><]>_ǵRBidG02cb7$:<<׋+uW$=BV35{=]i;yDR.Xe%2@:v6>Y.CtHv !sY  R4,]g9P{u(׿_(5'ۼzg;-Dfި͋ЎGZ˶))Q/Cmѩ4{FGZ1 α8j`ASt㼂a h *b ׾գf=Bf5\?w4n>7]@L .E>sLnxz Fi}y^ݵUOZc؅EVԯ>,TtB̅󬬩iI$Bؕ{:P97ih_k5̙b~dO:5-Zj]j~ =-MpB= یx݆c =B}T;,_zs1^j ߸pȟ}QȪ'buS_*cs;k!&|w-ր$k9#){H# NV8Zu CV 辌J@CrH:i%Q<^?yٻ l#F|4UNYBL, g#5IɐT^zzne-o}oi^!VaGE;f{t]QĐ `s_QT:RLG)4G#FtDuD"G| b&VMJ6A DJ~V< OX2AeѴlڼ 4])Xlf8J%%֥R>ItcKe\_,RU1q>KDp&bStOq6H0H%d|(j.XR{#FK`YX]g~CkbparbcP|w-qti53!  =̊#lF3F< "PvUm#r_a2pR٘\z,^6O&hR<isNtUFy.f$qFv>ND 4;O@):%@=B:[DOKI#Ő+U#?d.uF:UoQP Ω7 =ː;C!KOG_, Jo'-X~†1d om pL:&C}Uoj-;t.'q\ĕ ȩX ^t!a#t 0g[=|J m+$$B$x}hgc w!tbe6$;.֗XCc끰d閤o@^ֵI??nsS6WYh}S2oHLv,.y{syϜAvedzc5#VgB 7zG˱+nO^~/]m9%ŋbRB݂=1<)GZ,}fk3t/R?Ѷn`љD=A.!Yb66J~pp C5f@.zAX*7W7,;jkd˰z [ 3pY0M-e S:. b)JX }a-7 ;9)1Ga eq~%՞1s7"xX]MhR:,_X#^ giP?f_QDyb|(ӡ&K>} +F8L--Bو%u~ H'!_]_ͶbEaO"}mkiBmDl܎k>oX;.^;ڭ1a9N)cw b:J b=J;d{p _&`6v$%tZ`AAoN`Cz/BޥA!nG]=,toYrEp\%=A1Pl ~SW6{|.e2[2jPa79F< T 9,b KGRٗ7۶_ RNZ0oiF0M;61?u&6%CNsC 9:n;~$EĒTi&Y"0j{DR, \zvk$_j7 eI?lGz#v6nͱ|DpQ;3Ck'yy@|OqL9׊0tl1x#I&dP.E()ٓύw!Tfǹ{V Xk* Z±OE|GKDE?A5#'g(rʄuB$q1֮^ylG1ر:d5cA$ :tsl"ZJh ZHR$*` Pq=[nⷞʣlCġj HFn-\%E<6`:܏9Z=T|D*]u5RQs0`3 ϟT_'M]Ww=߭WO`l:̓ViEa.]Ym*b ՗)4w6L8#;6>)d~# I7c%4bwF1}D:̯[-R B1탸P)㗴Rvl2#[P ([|Pʒ;fnx9i Su(v)e7 $QqUO{$z$BEY.l7[˽6gH=~ݎĭmkzSHr:]CexqH-ko_ 5ESa>9- mbp1` I0׭LjPhZiϞX)]X Vf`&95EǑz<2*x# gfc+|͙WL>)HNI s F28vI@> h?YzelmU<a<(hvlSdW)v*IypbyM ~Yo()܀q1EǗ?I5,Q&+Vj;N=IMbkˮf*5/j (6A7am0ų$R =Yt5w0  07FZ:xU $4F>!7JTS@29q 4Ѽ6vJܥJ4~ >::raS#~9`a Je89|yW7kvV#e*|vYPa[0 ղ^댥Z"PɒS?+GW5ouL6}:ؐj돷^"`9ՇcD4xRh˷}fF+݊9uAx`:}GA+@Huyg Y5IepWu!h,8{=CƷwZOE*< ~?rWTDzƗJZW)e+i!J v^?.s)g/ 1 vNSDJ(Q'VXd2}q@߆qW?J*}LG&-7¾QИT򐺆._+ʥ>&#)ye)Yl8=ggz©bui1%m!h7ti Wߩ <Ў^{h=_{p'Q[&]G9;6Hj|XcX!V3RDT=whT .f|>ݯ:|Ex0AfHЯ#iPOmUxTD1P(Dcd Gb.5cF @T:\&BHjGQ2 K 9A`=_&E\$kV e3Z]#B۪3Cwy0Kݪ^Ji/HS(Jǯ? 'G"a\DQ@DQYj{ނcj&2R jx#fCOHd$dwIa0G*S)م8S}CĐ^8)뎾r;:D1Hō9O[]yy1VTƻ1jPz BX7u_n WEzY@.M39\{YT$g>sW:}cv3 2Iqn†C6bBKR JQQAIuKx; LҗPhq|bZi&J%D5ړOic/6&T8{s F2TL-ޜ-E! ( ?Ԩ 1(4_TF$8=QR18Vm.ovspÎ ;,߰(x<dQ]4:h*2X-hW3s.P,IN% N19tƪ4 Y>asR3p!|a;xa/ޛG өaS_`Ϟ t[ }bj;:Y(Skjk'ۗ_C +Ôm= ~z!ѾNv{A΋? +')Y4 _}V:j;p@8M7| My㾯+w?6rz ?tj$*jnn&w@~Ƿ3BYB *vA[L0RWB.y8h, 6n^jotn4ݴ6\p|7[ېG ؜[p]~u^ӿwoa F~h:~m?F6"I+ؠV}0u/rܗ/{ "ܓrI OD/;Zؕ7Үd&\("w6:Hprל'`cR,$QYL;khpLBmEJ#nFT*mH4[%/ N <1$yZL A[G-o#y zh O)A3Qߖ-zl9.̦(rl6c,<>4'l9b:s#ި_aޔtqqq#%r/XeGGu ZPƻ0sp4DsCj4XiHHb}H{AVo Dzr(0壂P@&J |% U O3c'< (1ab5TOjw1dPS#@JdX–j *+] ]d0Sm=%z@פ}R]VIpm<ƙݫ.9K+c\`9_yu0bR`}!D$;vWY_7&Նn|7WIOqOe}}=:&4L-j=wW_B^݃.$- .Yqt֭Kp8@x"~|ϫO K>u9A .\Oc#pgR^xfHyNWuiWG&~ &$l=JŁx+7aU'33("Hܯ=ռE.Ip]$n4Ivnh^2 It`$uIL46BRdOnp8,:OM>h<^H6N>)Kf0$O}0(jli0$ibc5|<_}Vo,rMzl$5M:劖1Im7lښkjx2wcounÁ jn#CuV%WEn7 f`S E@A`aJ/E iTi9&tņ*aRA/knz8 FҎ""!lsnE4݂f{n28laTW9L7Y;Oowzܥ}q=PDE^"Tl{t]Wܷ'<3*"EQ"ն޻}a+x7ӛ4h*C+SJbBz8E+V͘~J% $њ9袄:4z",ns&l @s~> _0a"{xc4;K}Nshjp>㇝{T{Ca{1/JV?/$fth]™Nƅw=19ޟtgO憽M_pbɒvSU;Zua"Ymt+=˻* $geD+:_ذ*gB.bl(u5F<^O4X?鹶PXCQ:7տ1 _|/.O5J CrwD`|{޲XY%C@Bn:ر0qّ/~+{<ڨŧLylp9sa8@=Lr<,K$7ޒ0|{g^Tu:l!J`!pd=-'晃68c{mܹiox֋'L-™>7sa2~n}Yj`>Q#qE. 3fmY%v; V$4E=- )a*l2 ׬ +fYWǼdĉ%@te_ ϥ6f&znEL\vGA?@s͟;uxp d횲 F;w᯽5+={tÏmWzqbGbbO@֙ZV{0x* EDv4Bbրb"{̢Q۴?|9ESăj,p!F 4|WN'A}O(`9%MP SS r `%-Ġ\: +>{7s]C(?W$tHp29إOy%S;"%R"F?Xp; wzMS:Z=2Sfw]4tͫw/o9v|?\?ym[,d&3 ,^ \Иoon>ޮ/EJ_R5".OekcQjA{f3ߝn7#KC2jN8vpd:NcH OF>]ISцKK"΅unf6:1su\y?h퉚U2FVRg>sAr Z=55(sD⵫jInPb$n/%k׭4:MuGWݮ4}@Ne[55R؏ΥꇬQ|и었-CeHHC&=sӤMQtšm2cMo{jE*EIGJ:@r%h}8_`fa27|.&)&,6RFm0[f Y.4b&l~2 f_qfIgxLdn 7[ . Nm]CmF{Y.l̂0%MM3~}q2JﱵW7rݷwlkQcF\1B4O盡7h}ܴЬE}܀־;~+#_o0M-]y?|`ti;%SYۏ_~]3y/;17Iښ6/B8Ýy틇7ˢ«gؼεݩI8$jQV*b([ێ(e "ZOJح~9%58Dƕw֋R^4qqdos,zF7.Z;=fpp+&$l0{tOoNG B 7 :ޞЙL:4؀ƵΔml|IzBc'/*z2ckq5Yjy-xL1bCm5#na!OE#%pz^d2K73ŋiģsc:J'=9V{Q/SO`)u =B{79tmO) J:Qv!覗MSjA8L1M֬ylV> ]7V f4`qȬPSiyM&F(?Jإ191¸ e*1 ƙ zM!oŊ0v|&蔽 _s،v߽2}Yz/jB :Ҵ`[h k;F}Z#T }ٌ"5d~/)W[)Í_sLlzMhVzZaṭ2_F=y]XE}Z6E5˲xKL$t__d{/K1h!@ cڂ蹞V,(d^S^@JPG}Zk/HSZbw:WЫz@@k-dg#Q侵dQHQ}rg8ޥ~gqbxUiPS-`7tgj=)N78re 5~kt$ LͥVw}I?ǺW/{.p^62Ԇ`G HQOH5;:ϡGzsֱ5T}ԅheO*/1kW^BlF{3IviO SŴ6CIwqBc])bd;Ǧqٰf36fk-`.0&MetMLH !}Z%jIi[`*](as=}s|\칁xdOlg0=Z ћr뫙3-]Z3媙ˏL8;5V^}VYu.Ʌn5W5>Y9HRp.^=} yEzH4bF/nb4z#p* = B3ux^A=FXH,H~_j/M՟V;?{Cc?tdֆ94{,Nۀ<{MABD4 uwl^XL Tثyrhit0X9 \rN9reGf=Y. 0ﯶ_-<\C j`Ē~|<oY/V|-BzhdLa(W&?YЀtڋOeFaW5LN+?VETW 0o5 Ii.Xqԇ+'`oٝk*%LJRr\M^h[yD͗:3uf wk~:g@I6A-fC[_hP-XzaFL'3)J!2NGC㊲~;Z}- NpGPЉ6kʊ4=$UC.ph=N6.E?D!QQDW"ZAhZdߴRc ꤺv4=M5U4kcu6y2dߪKYkxvjʤ7bcNs;u,Oܙ҅3_b8 D8㣔ҋh!bLS = Sj+%YEO˂4;菦Aizr18v]Q 54"3@A=%QT9p$wR!cXK0 ˕-Er[,1xG f4C ?TbC 1b6(jqwe3i1(e`tDg!QƗrA,Dȕti4ʲaףA|ҐA% ghVeLMH&0F%&˔l?JBf2 ,Z#f^@+tb&*x`, Taw5Ȫ LKh+^O% ( M#$<EH,0KA'0gF4a3 O̓M5 &9m.,: (EA硯 CfvtLAC p-PUGuM6CPa+AԆ)@#ыF3Z; /,8duĮ葠j26t:I1CF6mOC=,hku0T @q+׈Ag!ak.^1 x TKZT`&8ǾE[ZWR=(>{n}nM!cMͷn[ҝ!y Ɋmxͼdžs\795]Z8];z ;Ƿ\yjFE% DzH&007 UuISwT}+*!(׫ pwST~J_5֩Jˌq[f^TAY;rw_b/}[^ӏ?A \ȩ2D6C@O}5eOR,U2@eS*IivƃfdQE.0>Q>twi, 2/iQfn|ظ\ESY Zhs.sӸ n9q)bӸ YjX{X8tY3Lf C^\J>y˶$'c?{m[r/3>{=#+K$u=Tٹ_IKݑI>-$|Z_RvEKoUq77,vUx r3KSlRlԸKòe!p6JvJ df.9kxxM$;QgNⱺC>kSZ'^rG8 &o5.)Fp7}??W{Dc|oxW^ %\}oN ifXɏ.vy6| 97,?&{YO)sxs'@o\kt;&_i@rHv ot~v\ټVԛSQȯ>I $v,u9b}ݫ^ѶTϔE:n3;0j_@8[JKI&47dص4öpi)1Lq3r" =lE} ¬# rŐSby@}D6R\tx߹rQڰl]Y]Aw$H "y@|׵$dAL{,M\N{!`вK,Iðc^2/K؈Cҫ^l9@hZ»+qz~|~E+bWY6 }hNBa0};{쁇:aKl\N]z͠:]vns \K/K)eIJ(GA"Ot28T*/B Ij[`VW^9j.wQʬ`.N~9Y(}{2C?W?\,zEk>nnbe~Is1fS^w\2kxnP|r]܊7 uf2^lu7}CvMIm.<򁑿-ų=Ѻ@z)ݫ] m#Ggk`r}1r:^M4A GCUpn5_| g'[PQV?i"0WuãX}ToܶWlbcmM殲/Hv)k7j& ?۲4;oN'vƲ4#CcwC_,-a2ҿs~Xk_[YmuHM7!!+8g1];X dlct2EMQe9+n>mz]^ݴbaی^a%tŽZ6ݢ -޹Yx:zV,Y׷zj/k7l#>:{j"VXջ57uDAHȼ%xӭ:J7^j[S[6r}>[1KnM`Ύgqu[yngqՈ?)D}{lMSV)*Wk8Q'LzUE_pGJ6)3L|Lb4;E/B(E n:e_O2milQ_IjlYŒ9,݊'N$IqD%vpr=pwpg8^]gfW% vvwvwfvvyywr^| PoWbZti _+| 9^. ^L(G[IDV7QjzAc/cL/;E_$ɊdZh E 2"ouݠyA.K-^}J)dtHE5R /A7Jve/5݈qM1[ˇnL 9fjDXaF1BaEJ̡U_4gǘ غaKܑkEMܟmӕk<qyt!gmʫXMfM) :zN,T^л=zjϮiz/voƌ7R9Π7 2de*CR#v&DBDF"H6RtBV1Ha܁ /_̺ sb3|I`, L2a8)G0u"{f: {e|$ D{,)2osbd9VF6hmHww7Fʵ4\L#{a#$@ ÇQ*)$Xq(y_R?'?ԗ/.]P9\>AXzr֜lj2aS{EYUuuUَ?WGc UUQ U_:ʮmC#h<[G 쮋= ɊLQo5{SZ$,sgd%sԬ:)$Nh)|FoW y?;~GWfĈ;~\?j?د%s". 1@a2wpA7On}HzLPMw=o֬}-|޼kxMPzEivY6jr۾ V&*cq+7w; 9*Zڕ.0z /aC6Z»{}8/塕11jv霂PZ(j46v&Y σ%ce7u*@4.2VгxhP&6.4Rf@ҹMV5:+*YwQ]B9٧bƴ\|uVca#ى.#L*c0$aA:y*UVj1Yog1UL5JˮG/W`D+t}s% gA ]Ni7;iMx9kdUΗ#=or7qAݲB}0,*&#җLA&ȅ!#r.OUwOl~8rbQ@]߀[gV&y{76wuAN}@W9.y 쮟Ѓ pF"[ ~ 'AR'P@HzSm}nnKߎamQ W2ɾGWϾnE,}g{8±O#h|)<4ye;llP(ApVAPhf%Q 50)}\fDU؎U@gtP`Vk0cP t$9Lj?@X +C {%ȎU }X 1z_i]~Xb*=^mW*s->MdfgR(s̱yM\]21 $A܎N3-W4 :)WYY1VUK]LvhXXDPI~~90 i >w}X1vQOmҖpf3WmOy,p9J]E4b@XlKZ,fc{Ix]Jb4Ÿ́)T KA*gl+ePjsA/ŦD;i`DAoV$|0&ZBl$\љP+ );ɔ--5CE\Grլ60q%.Y?C;N4|bHmG&tt[­ʂ*E a=MsqbQb?>2N`%ˆ E7M* rG|*НHt:?J||0g Fċ0d:hP+^IҀ*e*w)el24^\O')(G=ՎM}(P%x#? FoڳlWD48su]eb^Tf0 f&eGXGZA'K{ szWz7Px8= p0?*̞cI|X;K^T`(,ތшYS4b؏%=L=OEIPFP *Ah}v~` ꓝSY_ nx[dY1-M 2c U\7E3fk;0ϓxtP܁ ISJ74뗑_ @sm "oV?һl;5a4 ɩ$e&HQs$?룧QC2I=ǒ_)Y*9]|B "#2Ƕ&jp+q͈s"y}Y Fš}51b6H16ɲHΫ_PA"^C:1u$Leq/ lQ U/CdN06d,اs@w# ]ѷ)GQ?J*$ULbH?LXj '-zA00vm: R/t4b!lqlȌ#vt4e__ݦJci`0!~"nށDb $SӛD >:LxH500IyԎC``ৱPO8 uVo4N3ƽHL˜Ӣ Ƀ'<`C< oqNT H&Sa$G:Q!8Dka=5vmW#c8\?urI)l)Yr#K&& 6 /DrtLIqF;WXfm֩Z-x%jZi yI#GβMڦ̭ߙrQ9ߖ.3A8?\^rS*Xtdo/ث80.t &^9"2Sz/G?=aJ.!T5gB * ;axhE9p8"Կfq4`$2HJar"pN?m{N&Bϑ@p g%\9dӕ'hN-ˍU2nj>Rl˷ym !x""p bOz<2QǓ&0ID"ӱ Z`V!|Sw0玖b$xlni<9\V,*2cE#%NnmDC,Bdz4`2JFQp84,VY*ȲY9'0f/8?QZ@ˍ[M!\az\nbOtH1oP$8(RGM0wJP۵LN"M =GCQ [m YĴek Aӽ(W2dY*|ʟ3Ԇn)ٽl?PW:ؽNLa @?~c,7$y:hjT6t$. N0tbd) S//q#:ُ2K$oc^ga ,4TPL?8[>jxD4:O*hfY7ݲJuH_?95fQ:΋q.Ɇ0tYLY|wB<i//m|!?Mc2Zx 3eL^7d& 6xS6̾<7/|ų}%{]mYwknϚF\sw}Vz9 /V.Λɯq-+'x˃nY=s3{- f -(jN:ʌIHO'rgL;Dis, l$e\!!je ;Ȃ!ŕͱ/嗋X6Tb;!$Jp2Bj>,}PX*[n٥bٌpXaWrUy4F' ]̒'apR%T-a"& !- FQ0h *P;UK@=!ie_i/ʹ~) }j̗~:ls\tt+Sx_|lu6hݎ]7.AԎJ 5)2eFAUmtw[3~*%47a)FATxECyiq+$ ᭡$/$L(Q6һ?.xN R3Hu/WL pL5+P˨6Bz:#QP"p<<~46gQ/6S KM蟲P!$0ҽt<ـw3[Rs[t д:-(`MoQ1v 7?i3ӡ$/`iku6oLB6a6T8hd#51{gЧ"/?ؙ"b*ŦZnX801iCjeFd\qw_nFi`bOuo7xbِ2[]ASZlI؟LYԃ˨j /JhԠ氒J٭^$YCOo[DP# )~bh)>{+{VБ2za#$0w >Z[nKR+ucKQcJ66nހ//LU2iTߩgwǘ{} 餹\ͯ,,e0凬R-LD~\k&u_0k*#އK%NCL2cf;bAYzto;!Rxʴ:0g\1E,u/xCb1U7&k+`%9HP6 ]e!3uKf ]T }|~e`Q-V!6bsAirPƻOXNrRAjZCmE򖕥G.;'`fB] ?nCCPer@$ވJ$w wkPf :Ni zF(dΥhX 8ңVPJ[A _K_+:@@ǤG0 ̻M )#@9N&;HrL_r^_[ѣ 7VTg YQT-0yLEYl};Y% <4OA\b֔I4C+Bhh=fir7m``|gGilrs rε~WCUY4zmږ26ߴsj_t̊[z ׁD"CIF#B_bKjb\_!##"ҲNJw݅ wCu6<$a4HP4:<-Lf6yg`Κ.+NvCe8z/}0A^/>[7]B5 Vt% V467yb1z7ӤS'udHK =Nκt⊕SST7]`tִ7tI}ҷge9*mx jit)[`(lHSVJ(M4ciCT82h+}H> fc YOC9o }X* f[ R&H ƊW 1LE3uVvw~_yݬgp{M@c}`Yw ={59Y`YWT꫻g/O§ b:*;\xvywu 0ԈKG#bLEGYttHV)Ƴ>@*k @/`E8N?}nD#١rLH"dFZ>_Qdǵh9BWQqlρq`H7RQyFZ-J޳8s D[!Q*VUCEW:-ȍ}w)-..\7P>|ũL {|押ڈJ YXh1ڀ4&#Az/arF0m6Hx3aqԳ0 _d#р /~Up @?ΨIgd2/NI4zJz]~睤')q^ *Wƽ@d?=azd0|qlJL4&} t`wq+meR<Uyj(Y7yJ5l[@<PKQiEKIZi㶥Q[ЈkS+ۿ^&xyoWjS26 H65,{ZIhZx^B|['aI[}ws-;4Aŭ}8 @zOˣH W F\rt)5܆%DZɡ=Lw"; [ lJ8]&)%K?ajO-]5$' ( =tS {}=Ԙ?Y?U)1ȕvd>ߴrQQli`Mb"A%1|b4/#݄xp:  8]Jku䈊@q7 L1 :/݇7͠?[U~ h5#}$sv; 2BKbFxU{=lA*(t2 5]ƎGW,ޥxcmULV6 R/J/5 Șo$}Blhk`m`W݆}ىwv&4WWZ|=jhK]4[Ehgg`vuacNtrLUyIa*=ϴjSrE!Cm9'd>)̮K5UIΧ>E$*}=*ľ P=9_PVVZ?1DT0;ABhAEŘd P 6 mbfFqf/c*-qI)tS)4GJ)^7`hXJ}A8I]e!b)rTߟ s1~(<\(ĩd.M'K͂m"HطL._ R.(~D|eoNY_~#:yMim~3LDԋF$3^QHg1t#HY ! ᨠ]Nf+Ŵb#X :\Kw. v\Kt.m1Z \Wj&v.A5#PI;ǿvPR\h51ASp,2~oweG7&Y@34 z~3С7[ @VRqzGkΓvJ삍8d sl˙Pasf%BM e˾{HE8Cc0hٲy}n;ыJ^'IzGq(%vܧMɣ#Ǒ\`}!YT{3f錭^x<)vk[y!sHM鑴SF۳Pbq d&=24-mn<3+TtvApi-~C2$ppƝБ^}*A'GE[J9s՚:̥sIeY=ƌy fz(L*-vСCɤCY[^Y C9_(ݧdmq cBplgTV>ődfhG#?utmњpU[T[Ο}sw5j5t7yv35qWLnZX3SnvTOW%M5Tl1X"' \6yݤ*s"`?w0vHUxz=՛0ڵhzPⰌA$Il׷r`ޔP6J' Aoy^mҺc#{RLmj1lM<4}0zf/J+cOL3% 9b*f+ON#PmlTdd쥌$O:Db1U` >8cTĬ!*bDd=ch_`)WRtL>;ƥ8XGVϪiǓ>SwU&|c Inp_OfA/_p}AW~_Z\@ FԌ>i;z6v [![?Uki(W=QME6} VN8+b@pp*3'IGNI&WHAc:H]\G2pW?b̰ H[ȵ'[Mc5t }}S 8@r>`8P0иs*NHFm[XQ3)} *{ĖCMU&hUg- J-NckM]c9޲&j1l]`/j՚M#*kϤ7Q'й|Q=d#v~^8IC0J=0VFVȄ$e~,Fl?Saab,v987%x@Y"ZkJ܎`WsXMT+=A\ b6+ц;cL ebIp{4Ҙ7,'j5qq7Fӂ`3-:F}ӿc[]%%4!LK"i[\tzn*)PYI.Hl0P/p(wa zp]u9u;(Ke*YéO1E{3,X|ī VK 6Vyp`F %Tt^A$U/=!^Lk_-$. w|ìïc Ef\t[[3Ck@J?moӫAZY-E]֋|H$*j/bbN( {Q:m8mZ$:CQuSZTqYHuvaw <4hz|6IZK>h,keJwY64j 6tM8ުnDnM?SlcłC-ot#(}_(,j W$$> *z.:x#Nj/u 012!z,zjkkxx-E#J^^ 'DF8fz<`p+<#b =~-d!0ӆJY <] 1pHcՔ/ZT9>fրًѰ~j&NA L̟r N;nXdptSSr>w%_( , Ll' њAЂ J*mpǁWeVIV;=/u:b׌]s mg D"&ri_3q; >Y\wㆯpZeP᥍߁q3J?Lzx:p7lo 8"`tNهsq?d :.ք2 3^fe@ p;WkENcIӥ:uC:$@P^%HS>U^X VCM塯qYNރ-Vc/8 G X 1>ZVwѨMt\e~-Jm<-iܤEj|ͿOxPB!(yHߦKGP297AE&̔2ތAXUzMF )FvaZo>[_< AAAuL\.(PpϺỔ_ť}>ѧX5"[5zt%= Ɇtj`>`Az/ O0-٥W駒@7KoI'^PYΤOJ/@K0 :4|KDt`f S?4{s}`h6z {W>JJ 0Yq=B~5;{G8xp yx lD ~sa1,:Vczt7JSʔ{W ϧӟ~ ٱXK_6yE5]-uyNħYJoeIF2S>%%m}m >HH6b5eB(|#|l2CW4t>D3lD"q0w+Y0#EhOԂc#Ko@Xq]H'Q/A1E/M$>0 9FsP+@"p"G0`x 7*h0X_Ͽu\dO,S*/ $ɇ%FCE^:#X X0># ܃acTr[it0J]RCsarUOZC_l>xKjtN=4Vc>|o GjN0y O8tEͲFǚ/i^h) NX8UEtr Ҵ*Tsf+ WQ[_-ak->]p1nfaV4?d@kQ ҏtYwh }S6u@ L5xxK uK9zw.X~A%knm2ksa5{) |*$gQ -%ZSՀ-]/wߴl^:%7~K3ULcj9dxtA(8H2II$Mñ_l S=Ǖ.j2|w1 M\JN*@(:MA`e K0Ppp3 Gͥ{ʶ '0TB*oD$ъJnQEbr7dnOD 14dg͊x7<4eMrzjkg'>.rbvzGf ;wx}h'v} %H^f7Ot֎M4 qY:9`&,L>VX '}& }^O5)>Xv 491U#lYy; AI!JB·$sUyc#G0R>$aY@ ŏj\P*xQqxn@ XԁNbɇt$y4Ǒsv?1&0wT$^cH)biAz>Y.;VNӂE{J>RlAYݡ ,VӺ\14<E֝V y^ir18T`uN fUk!0ii5~PYp \"OUΎ?bisK)d*CMłvج|j @M- DIRV2jhFU@}: (mnPVyNVm74Ƭ9T+fDI c7F ,p MNXC Zwq kqka ~.aGڤFUk2N pA[<5BN5,0Z~V T uf5f1Q+fF2M uc =4P֛u:@Fhkaism:copj\E턐S}VW:,WnxVP*;رl5o/\ /]-?7>iɬ_UM/]:c&axJg -P&;%&Q0^s}a>wa`YUގMOy'DfUDuڏytnex|P3'V9T*ipqM[JCOerɅI[>qissznyG:wn^H,J+A"28!<+e,iKq. yJǜ,Zubn6700Vwx5&>5Noa8J7hRSM,ai{ =i,2nkˊ:ү6k͢H/ Ԉ5YKiy \RlW&2T,ٽ(17{E!{,2,FيVFŨVH631;,UW)sw3Aw.֙yH ({]xҺr0o(87ᶶ00ܲGzkJI݋/P.+ ?Vn,U]h[FPzC7LvoIi$sm %y[67rߣ3P &:f/d.*(ij,q4.2#N$w1ƈ [G54 ԴVpZ(@bYbL,cǗxGZM-߻eK>h>Cj\2&PN5>%ImFWzӤr= pZ F &tgz&:k2|^~ΞO Rrh H ފia7*̂wG;qżꯨ6'S4I?}k&(&`}'Ǎ+|GƥtHQ~bSypu%g8]"Ċ ~ \/ڰ7E8Tvt4.UV54sG^ o^f-㓑U)KCi 2 jn;"֊kqb@7W(d߲ϛpłmAgEPd&S?Nb= ّFB+>,vV@X!tc3lXG.Q.(@1_Je#BXUtx6ΰڄY[_2yZvVUՑː8 Gfz/v_,:x#]pe%dy~Iǖ܎ fY(cX [ ijbNuaIKC wc7;- <,Zt$*p0$:RCE LẳnOOZ0}zJ4$,*h{eE ʸhtVGDZyw|]U( :U.-Naʐf H$hva[Hl1RQR16PɆK w8g'x 'cX@fcb-Q"!2+: )H%p:b<4~2gCuUӍqոznSU1~SyV5:mME1;yM14bkWO6ku6ΏUÎwE5(gD:Mbkpxqnfce1&XkG׌#p#|DY! }H鱙`^p5-l<Hbeں߽yۛ>L'3L BzЫ04DETE7-.k[{2&dޭw9;tAs +KXܛSé)b %-q_pO|_Rۢ&Yd@m!G#ET:jHrxR(7m~oVjv}ūya: Q+ƥ/sQJ7W!ɗYsv}^sޱkt݄AW_1zF/Lܹ )(w.Pt)BwPy5v=3cxLi;\-asҙ_x  ;/ ]tFa>yǠgD_Oŀ{ƌh`:b@133躿L|)|F?K~wہ5Z4a8uOlO_'ۊК%#wE))?U@TD[ 㿱0Mw'2kR#,(8 PBD@%"(D񜐉^MBG)KYSz8Lјz~t~F+ME&tQ2eŒR(i529,-VALLf:qA+q<)¼Ɍ[gx#ACo-͓P~썢N S407W1,$txUevf\DXʮ|ogh4wdB_^k5E_'ǨՁiW~Na?P (~ ts лЙW o}r$q̮In jxM R8\C LhzeK%>*EDbl,VP^e^n<翖gg予)e3'<~}%V_!__S"ʒq 5SYf@zzvGK˳!ռX-Bp|>E9SK^PT9Il$Rt$/Z.mn`rj/_vR0R嘽sQ `Vi[G?\`wkmK.ju'`' -`-9cݽ9昘G ۬ |=21۝a78=qs|a(=̤]'?b>=Z,} YVRp'O Y n~۠19" @kOz21] ǀ{l;$&/oZ@|QM6)mN#P{/qSc$ȊR+ 96fݩpw?rECӧbW拔(`ԁ,ɒ̓<ޞp|qʩ 2uRIc\!NL8@bOEto&K"KaCI iKd15mq*eS4Op)X.m̉er2Ds=qj1ƦW U *MJO9 G-`fKQuq)p,*pڊ8:[`(R@:$\%%ϤWHMWNR<7VUi}8{ dXҔNUe6>!׺L #E&:MZ6 *]34&:=U͠ jKjwXA5J5LCN->B&uMl̹Q#lZ&QN3Җ ګ|F!@6TqpAu#B+<SfLM$>Xj7ϒ|bRPkGRN"GAA!wD"CD}t >Rec)K6YBiƼ1ٜ27#BZ3ZU G!r3hs&}hC6֗Y&\=OwEֽ>GoO k 7G$lwTX īM04͸rKZ#WX RUP$rs#F`ii[gttMq*V:#/sC蟿5uR!hq~?ٮ b}@,'^%۩Ux>@56s&'hڌ Es0D, ۟SSf7u}.^߾jTRYF5,Q~NW(ׅ3F[^g42nߗVhQ]Wu杙OS(VsEvG|S%K7Ҹ|r:ǩX ftx2C'k 'm2R{'g9ItPBkah9J# IFe(iƆ!V]J/Fi2;]VeOutVes'S Ӽ3҉Q @&*&^Z8ψ& 6ý .o05U^nIoϩ+{18O&c;S]+"8[~fӥ{tL*®`c#LP`q2$&{E3cŠ$5wϤ ,OUZTq Q 7ѡP)MՂEC71%vh 䃪97]_{q)z_>+(5U]o-B;I(%G46_ >+0FWZ݄-v%T 1eRu=Gq HJaL[Ѹ֖##7 p *&dÓw Tm"u`z͍5/?oMj]hCE_@.ͫHS5ԃ+N5+ou)>ݿtֆV6XDl.P6)e.><~vؽdr.ںm^;yɨ=GUA,{qg9r:6 TH)aS, H&d}=u%G2a)yD!<:jABW`PRJ]#KE?$8 9'Œ^L~Ja(8|4}{@$G C`ߍָYTG5nO6xԛ Ju>Uwg}6Y:jiY[]ip>vڸu>$X[OQd 2]30C=sL>w(RqG܄O}S:,qs =Oj_=y3`rQ|O<9ԃ>mc^^ue#$֡?i!d<^ҿ ?ئs.ZsCnvvd- {2x7,d%䅝'@6hOSԉeH?:CfzQJN`F6=|)Ǟ]uC`ġۮ| U%`hgϗKߖUYҒC'jygArÖGtաe55@gq8u@5U sH>W $y׿r$mnv5 +Ϧ|l۰=hĖO[?[[&L_@q`\{s$˵)C??gя[6`(_eqp1o4auzNs꭛sQ_ޱ_-@p<0|3O&;i vk4`I D#%'Nr~}1F1Eo4Mc_id9US \4rROuqe!|Sܑ$ AKRWTAo^OPn{hތA:*`JK|N K Cvi4riC`dB=]L9(z5{ &\O_r0z-kU*@5 ĥb'{H! F^^G H0pzҖIl-$%@^CCZyc45`=)4 3eTt!ǩ^a/4#f9G[oɲ-~/oSr5-\}.+ӥHA;ȧe~)||}:4CmHg)_۳TaG^]y|teI}uPįGsP efpS ߂>q2o%v)NNp tNM QG(A>Ak1j5PL KTIR+$2B&;P6f؎[ 94\1lJѨRvZ"3d5؈>4bVI'BC8.ULiGTRl{I`@4jI J5i@"QBL!ԐyxyϿUzǨS)Y~7P!WNeZIY9s e Y䯼!T(A|R}ߣr}VDLp#-({+ґ[[pNR%u3kԊRNdB*_(Z$JW-YJɛ*zYv $}Zi JQj|01FEQȃw'mvr%+c L=?ISGu192 D,|J1|S6CMcg9s/̜M\ D| IpFq=bm{2k,Hx z?`hR6@.#a2(`r"VɕJ0%)Z5+޿qrF6iZbu^JpY[xe ًF~B ]ư WZ5f֋tԡӔDyNPĢۜ\ sWnK:)#g4z}ۭƘ/4\;[ ds>:0X HrNԎ+,3 m߆7@b0XahG {ohν㥌ds͛w_Gy^_,OSxtd_t0xƬږ6t\U*t[cN _e% ,@wsi.NYT78:w$f"eW`=T7hĴoxnЍID'B/{w?{=9\E @6 J DybR~sbF(7`a-87nF FV7}5ꟵƌG/*!o-3SԔ\)g-ֻJC/d}{-@YrG xE_qC@Xn2>kikJω󚄒c.J9R+2hi5/2sfJbX@1#ӣoX֌'bdRv-h;v7'^Izho?PVJ*pڒ|NHk%ٿЯܤ''H$[KNo'F]N֓S~ig? ZO$s?A?_䢮O6nh7}:rϸFۉ>86{|T $: FdS3FL7&!IP 6{)5Szo/@١CB*ڀCcW噹Yj@.wfL-Ǭ6we6ˇZLJɃ-uo{kHgܷP@iÛLwY 6df/Xzn`nzHZZ.[[sֈ NEeԄZf4%Onה RDj>FLe:ژYkbE@4f131hlnIr1//'T@KiQԻbPtj! #\O}64-tɿ0KN-qmVZ:fqs|VU{hBQA{ɱZ׿O5)[veU~O\hM#6Yb*M@u{tUWy2df3 C%VB}r]\޹+7$5@9:瞒ߚ5:uBoow4M&6QZ.Z_wG#@{<.*wZ9Q\qƽYɮ46ZL PKf@:bWHɁL'aa:!S8!i-FL #Qԅ)8oLoCS$T>zEY?sq1tG] m48ӽ#C_ǔ{\U쏣  "35Uq{%C5.b}3sk=q5H5 [,byfsZ6},4e~ |K]%T Zas>xd4YH  A-9BHJoѨ(ZEtHOqNH\} )oq#ee֭*ov׺` wуsAkV?Q[5dsuMO|00pY4),C}1ɯKJ[[JMgϠ'T R1pe%MkɼʙQ y.w2)=>yG~w-(y1\n̨SZ6~eCɃ]@ybȺuf^nᮐ3#wlFiVA"#^~pF$"db&F%-Ond0Qu]wkf%SM46&=OEr?So+n*еSۂ# M[1R9T,# CỼP5U*51c~Zk);V], q~!肀eX$S& AZc4hBZl%mȬed ^ӛ'p7 @Q7|2Aap d9bAju욚Lssb (@REGW^tNm+ɒC/%mcSG 1P8Ɏ\#7|uitvsMu/pܹd?y|o߉% i)_Er 9\XZPo.7O>fH"` ҴRzpnxzݡ t+H/+kꞀ o}ZƛPGIƒ^}LJOFw+:fՙmm<Ze2[]QXRLSXeݛefdk< >c=a_2lՓ[33^K2.'#Wr&l9eq:YܼΥ졌E"gB^iZmTдٟtVngJiN[/d`nv`zү {F8I.blko^ͷyn&>vE >zڡiq *"Vʜ8_Ike~;Z |S#D{;;=r/ͻt #n&Aꂂ{[WO*~?Na.S:DpRD1 j`,ULo|m 9!39^G}st<;bLgA?>Ѿ qp `6$po$AfO)Vh5I)V! Nh ~kL׹]L0K]1vd7~S1rW<~S9Ǝ\1TJ>tV]Ua\Ӯ*+JViWЧM\ߺjR1@QygLp4A?#&!Md1s`,*]a TWR$¢ CuRd36O}_q7 pO#|yR%/mv{ ].eezzҡ~P{Ǔr\&ѷ r68rc<]`'pqq9LHyFvWVz'Jae(nx`Y_Lxblk4|b̙C { pJVKp$p܈7ƀ9"Nڹ3y~4wAK0ͨCGbPd u PcLpLn,gO=/ Fbb$?fW#uK~QNy0J|'Px:1rяЯ[g.rpG i~R`) &E~I`_\gDk'H )'~=q[f.?yAO'p,JEYpym8Rhe`F%eA#~{ +B:N3+ڮ 7l07u߆PG j|R(CP1B+2g{U7sr Bo^%o;IZi99{J]ȕ8Q#;p)k=M  8fF(Q#ias&ﭯЀ.{lOۂiG.o39lV "i`Eu|YN3  8 s/ɝ ɖn deA(BZ'r| RI !L.Ika>1cN3Q଀9f7 ruu,ۙ*VՏ[dI? VϞtt:Ǜ We5k= |ܼh.F=pȈ>؅1#tX 5JͥSWPP^ b Xb(uΦ䬤z%mB䭩:5PBݿo|,L4H ZJv_H@7\px%_yC[&On-wVWxf,h7Y22Krʽy>)0r, f6d1?UDG"B=sxK| \:xJ b?KcMM1X)춽gwf,iǁs rZkbAOV%Q `"W*7f욑|jcwmOn:W F>ȊۋJcic[ ٪vSj̯90\[ 5:I: X ^PRXc$2n9b.p'xb{FOC>^6ǀAd=89=:r!3t1LBd :1@FF 12mğ8N=Hx'I40X}הA@ui?g5TONR$ {@hiؗ >Z:TM6 yI{*xX F^kGOLuCf *u M nnJMAHElEz@.A!١lIz%-+|_ؽ* )ސQl_(p+[ J2=Z la:*9,NUQ-eD@@Ëbѷk51U\!ٞ njRĩ_XvcQD4t8ej(*='_]. .XRh~FWȐF JIwiBI(|:oF_֔WP]pC:1SұQMOWfmUz\yXg\HWФEU3ʴ% fgx17z#;=Ӳjʤ;jڬuY3}*u*Vpb B.kJk{U-K,#}8Rc[ %s<7"6T$e heQé!nz7ie&jSŗ+y{7V[6*}ґ84j[9iqktsp΁/5ݳ{Cʴڡ$q]v;p3&xk.oma{0LvO>,)Zv1鉦#OǷN}*@_}чS/>?]^5u~%P\|㷾x0ňv 'L: [±;\ .c40< 89zAы zMsă͚zQ뻠 H UCr88bSmP" F(E'4C.y} fV]]{_,Ȫd2:4=ʪė%Y!l-RX%z4IN»9@Nx)yL7k,jX{0 MwE'Ȗos*]JY;JC^m3(lL) v`,b)kAa"P=xo%JHbl@Xь Mt * JlD;$(k>&aC(4ȼ 6ϑ)6!`lOr|N._ T/y:p\]q&Smn9[BMvc#amMxk+P W3̫HfWuu~9$`L L0,Dt1cV! r#!X";#1~/#um;iּVhX!+ ~¼ߝ̘>>8ϼ ͮ(Ixezg$u}<ASxb\F 20 #Bx^ hW'S xsVg;FMFPX&O!(f A(Hˈ<!O5 9B-NfHV);>09͍g"l쪶g#Ë#5i`3pW9cn5,ֱmRUۘ Eͣ d6z:.eUzܺJ9cjrUd_ ]s^;_9uKwE_ҚU2ͩbhsžN+4cEkAMEV&"VA@ IPdI8 ~<ޠި{PuN )ĈO̥.xzAQd}fw.˓zLXqcּ}/?@\s@z5<ͰvMj63W)|j:v˂!.sϼɥKk)+(zQO^@{3L")hAc_y+^YӒTFW=k׀/ QQU7ĖY-\Vf-ǁp]|)TMEٶC,\I?ADԙ3zN6.@MD‹|z.~ 12SFm a=枹f;;O!080I$ ,#F#9f J0Q™#9>yW"2lX$!E+QLa]G)q "SM{h61D@T0} e@ 4W%!o ys^ 5d0}XS鿐ecA->8, y76޸G4oڳ$w {~?#Co{Bo?7`'4j7;!oF?"6 Cq_.`mf=9 yΐIhq3<iXjx ' B"T7'FH<)d3aߘVTMJVУ5Q!}l%:'Pfy.Mae֖ 9]/I3o=[TԧTf׍ۖ,Z 㨫H6 GuIieGXSyg[(ˬl n;XWO:ҳoQw+SFBmqOg4 9:`{-SQt j#]Ш/(XgFg^dɻzkSSG+gXgkpVрsZg$I1d^S9ib|ynaV P#럍 \<Տ,tM'  N' 蕀+{C};=}M^e+%Ur[40טI c`+WqGV$͒̕p1E9ׯ^^0{ OrTUUF%-[oBVjFDzL[ ہ%*S.xUža7B|.vuf߼Vz*T@OK7 Pή5gОp-w# u(+b8s@87r1_OEK_BѸW,>ؑ:60>0FMLnj&~ࠫwWw;KUTUGΙLO+nTWGLhV5<_> ^6w7woq41='ȑt# ?J#; QtjՉg&a8wfwÖmY,ɧ|Ȓleaal6 ! n N@h 6IPNIi 5ff%[64?vgggggfg޼ym}AL `fa`g^b2e.8,dc tƨ`(!QmsOf0PY|s|Xk Hసp%SpY`Ax^X̬#4:#y΢ ,Gr <:^ú=2g N*ԦϳƳ#)YZt%:Xgdpgcr56am@ nד؅ ɝ=|z4s:'x*-|y 栯y1u6s'\ Vj`cv=a摳 S R{ լW9M,0K/RT ?pC {rP7sn̈OI ht$I`8n >݈ӀFL '&9L#IDìR`:eS9GwA&,9m( _=|a+C?-*_<-e4P)G@Hѕ!Cegt4;m7 X8T?} Rǁ`:+zw+K(>>c0'(=~Ƨ(6n<fWmzModF;ܰx,x1C#:o$K"S~ ~]<~lɚ}ܪiل}&qW͝qY?6:lalns v;wΑYx> ]6 r뮻AHPI(#qF q& a~۷wd9_-5,伸szcf:IBh w!G4|o+ſv*u|BZH"ڗ~Lԓ2g?ST0L #0LbUBhEbKԱPSl, 754BSTa1r*U ޢ*R*^PJVAS{y=4wt2y}t,P9.G Z#abJbJ XAR((9.ٙL8`đNXYn%.j(VJrBr\+gW(4k?bZV9bM7L(ԙ wwM۠# k'=&9a6]S{\'kF5-t\ctn~MEm?yΝu.1$7k]wqݥ[ЫN^ o / }4̶:AűE WņO\B4s$fYbOUXߏv^nO+:"=mNfBQ ^(bNlN'+ʬ5Nb3Q\l kǧ[˛ʲ4-̻g6L+d&ܚsyAUMpA_DAUάHOYY4"b/ޫv]ش:/;+${FEu[Tll NFqdm=RBRQ> |Gc؃wuSfD-fx!XO,a×||Z`-B񢡫znImk4BgTF/Vޔ( nJ>~7֦n0ט=QBhsM3= k~B\d|+1Į<5ި~A7W|\ۢG&|Yס]f˵߸r-ꪁHhJZsAOF]#tzHA 7`nז̔Yr DNnn;&vc|QJ~ԿHyҖ-5orҵkkE"D߉2LeJnD:gM3'IDSM'^#29(ab F Rہ^FGOb>OuF>9d[q#ڔ#ONkg$rk1NL5dl)CnjNKPZ]0$Ơ8$1D0QbSҾGY[Kz_W.Մv'?}n᫷X깶e=q%g[cΣvd^Lv 9;%Ɵ{;VPsxu)1ԥ2kg˨C3c2BnAGD#zvw <v,tDob}&7v׆]=͞Gg;1Q|uu1'荎Hy6^.:\J'r[f uFX`0d)|YA2ry>N\+>o<+RA<= rG|V|KwͫCv1dEY.6$Z2ѻN 2SzI^6itcFLt[ $̙OLVYf?J/Ht_}ARH@x}.pb'5ۗի+n;~\AHag1R;ٱ='>oq3wՑ0.1gۣ(R}[.sThJ[/[ԫfWoIg*lbZ/؛+LJ+RT>~l3Cox=9%ѱg^?4\ٛ;=I%ov;R\b9Zb,l6I|pĵHpS\+JMA/Fa4 :fP M"j+Ll"L;sѰi%u0G\on\>cJ,]k+F 1cGz"^1HJe:H+OTAbEvZM|uɫ26J-zUV 􊉚tF,=*| 9d4Z]]~3yFݕ_Z'I:XUUUc0]5ӎ 9wx=0$haa@<Cfr@p8ҍ7K蘙j>Cp2=/<D&om VY pk%'Ui&68 }}< TL>}כ#|ǯ/i6V{/:<9cZȆg74YY7g6ϷRF"AI|w(aYEhDabrbPˤXċ^mJR)6N1DHb qZH8:9IE4Am04GK-A09z-:Z 8nBǼdy[fL\cٝG<9]%yf\ 5#AAogzsZpĮk}rS e:A pa: #d0O2D>(xbfHb[a "2'YK-!m1ls\ԑ37'رD\Zib6Lu!@?7^mE<( ĺ"T`"ڨ$/lE uNAI"I4Iמ= R?S0EĮ<Ĝ_bd#۠n/1n<~StP/8D, ~}-NG  z[ ,סz9#)*Q/T"~UxIY>(|"u4:nC)fsjlFYKTcĠ)wI*2m֤,e @a9:"[آ1du STTUoTFL3ܩʫf<[XAhq$,>8kuAŬݷsJ!% ArKJR92iT|;WˤF\FՙjQ;) 4UeA5ظT}3YߦRfM0/dCjJVZ*9uCfך̾/ձJPs O[.x໐H[]2eY&`0vJc- jnniS!%@ARړ}S#QY߼2T˔yra44™Ѻz_Ec\X&G-KZ[*lWX_`vK%U<3%STNwϏHsUi~8b2gξ9,߷F#EEWx 9م=<ҬOWe4\mTIij|ߝr\d=g9$pБR֯6Iͪ7{5*F%Uk?F&7$Z+Y[;fJ@Hn2+?P4*eZJ&Oci ܊*Z5l4=gHy{|sDOo"yǽӠƍ}!xb'/CnSVQ`klnk>+v_`Q|5XAI< "^*H 3 ]YLU2qD7V(y=}?,]\Qm*', bd&"eM}# Pvu$I_gG`_X9P.eB_\yﺇ68L$BSWj6uҩۚEǗzo(wNgs_3ٙiS&5 t+BD}↥Վ\TTZ_E-#fwdoٔY#ҵ,J|C VSZf6vCP{1yv<8PD D9}`DhǯvIo@.=tӦOA h%$]p=֮Ղ:>9BjIC7>/.Mnkg$8ηnmnrtwiõ~gn ,ѕ;lm/l(Jq$1…!EPq2n<Yt^M᧜ZUY\xW_OZ5yrF[ADwvP_{$cicL2t)&US2HmKѫ8 l*Bg<,^TXe'%r)Ds7ˀ0]JRkt ܘt:Pq3Xʬ,2EyP&ŷo=^÷x9ZGGp}vu%4l ;lF" ZZ0G"--@#m)mki8Fbsmr)E*5%0T IGF*>:+N jRR1{ur&)( 63q:3±8!ND_\)q?D#D$eh@ҋ1\1\./alZ!Hs9J:3#^e&O,:KFD :Dq$跁Da)ԯ,AzF1'k H>nw^Zс/$t6>UJ][47;jcK:J7H ho#$\q!akUWҔ*яށ;v)8LjSV'5`q#,UpX!>YIcF13ea+lyLI;(7fR5虚97wIHʥ*og1狺oog_zͩ랞7u3ٚ1Ue*Vϣ2!Szxgp`=@ zOF cq 4kQj d7-kϒp𬴿7Xk@!ށ2!ԘĕK][9@õ ,ݴ N4w.pxL:qagqcGA?4&x/E F/qﯼAu~ӽNз'ۃWü%ߋ_lrv)f_7.UĠh%M.2D&WuPRcM$Y,ڝx2;J &z~, r"#X.o.(|H< g-T0Plq|I+UBA2 R.n)RLtiښi&uXYUPPUtM{o4pɌfN_g,( 0YWP٠Ae4- wNYVpT-QxCxw(n(g^YWwvQPOow1m;5kr$|ұc6EnEۆZ:tPb W\h\u$ 3`77m?nGCy(Wͧa848qe:z񎺯v,kRhᯧץ; =e¤};8w>3,f?K~':;_y}g4ן$u[Hݻ}bJx|{`HJ=TI-^wOcE%rsƕgXYFӺ :1~T[p∞L sw;1:="Jqу@ lLLI zlzR.qRb- Gp q[!^ilG-ç~żtT>);T $-Ȩ譺d`.RL*_E#mȹ.{*ɲ79;:3gm%Vy#}Cy) wW [Y5ڦS6t4o\0.,N$m,3D"Ikx@OܢG'V٫&VrD 7 u|os֩o E|+9bH#Uh טZnb|y`=HmF'/vNIvA\4xs2cOLUt}^7E0ӈ_D1K!wL1U%!f 2OyIT8$5o$KvB̿CQH"Ṣ+-u=p`!ex?=2mU^4U0 ORZmeQl_GW$.)|]4 %[2I E~޶|[~ԍsz`ntFvh |mu᭒_cp`Jj5a1u]µskZ;1V ȃwk:eohŁy]}3)6I]pu1+#x0ЕEY./K MrA5*b2I9&ZW0]R"-'-DfkNguZܗΆ;[qX:8F&dayq:P5" T$r[”usrzʇ"[mo YǪJVkLwwV(*t+kMI\ٚmmR'JBЩVTÇ݅W#>Ois8&&t4 L1{hI4c vJ|ϗ"L\7v#n?a.xz(٠{2bޘȏ̮*" f'?1T&1$0oY>}HAA)i7N6WEEbΠ>lv91(Fhi~vҬ 2`ypxXa-@#DR8N't=C .u*z$I_TҁJ}BDCid8}Tk0`| 58K_<:@W@_oNh茹;0~cӀ9!>U=fvR&yG;Iʭ|S9uUKmة!xw`ȋ.9ٛ,OO3|-&u5LÕEhVmjsδ&6'EW XZFڕ_@.Y0()#3_6 F50ɔ4Xs(W>Q8 覴AĆgP*ʠW* drx_Ve/rJ.Ϸe嬊XfܩҳmUwyzr T):%Cc p2R'ٳJ!z%)EpʠԠ0jÔvэCu3Q$lMN1{ʤҗբ;=mt$~xeW- }p_C4}]t/ɇ$=kL9X W~WF8X|LkG(P #?EQ$~ o~\A$d i`Rc(0#q YcehJό|P 6@ mTqM^CMӉDt9/~6 zAnCpX08ӳbǭ_\?|c/]vs/[z_t~-Y-gؓ΢0v86 `-d +7]_РmfatBY(, S!y{`2yŀ8,h\jS,Z8л˗}@g8:ߝݍl^z&3>3t@)h#>9nS~+ИryhyYQaZJl틶rtT*+߳\ Pl1ϡtO~N", ;xc ܎pa&\Ͽsፓ&n8qRlGri0EeUC?p` TO1z+vZ;d^mKڪ{/j.!yd!ZBFL/1PR nDk_'BgҦI6rsVwn/2e %CQf6)9֠O/pu")HN?diRV^'%2XZ'fRڟ%'Ω(x[/w#  Aw\;]$m_=~mb-p}Ex"z- ;Ȅ~ѫ֯n BxbeZ,@oc@/qt4`6s< 6n!%nä3c!J6?o5z]_W 8J`z B|&FC'tbi²<yFh̆!o_XT=/58.A}-?:fç6β7bZӹkF8_bPށ~o ` tD.RLUm,~ F C_Mrvƅ;B?G=9wKC`G@<Π#7ᢍr4y+H:Q37 "b C,#C <b% .;P 8v+ _xlb*eBroTH-K5&_}orLOlk߇nry)cghv 0I{/o1 F0 ПԬnR~S_;4E<+τ^%ePTOxQ{䠇EC<ʺkG#*DOAj& !R%CK'^>U;/ (M[Hx}mk^qCzh֕ɧ.ܳnRΜY8T~$J+:rT)nAb-n?0dR7qՊRj\HoԻ$dF`p,%*#A(vpG_ >0>J,HikOG8w=79wթc޹i4p^/߱pliW&#a鱾柇3,U-{)i Zc͘I#<rK/emA3BpninП9TW鮥Dь݌褛)j'pd`giNɞu`{ދX.3e!O۳,O[G£KWlwd8 ' $`ׅ3 ,RZR_:~0wvXTX 3]D%+xVDQ(%Y]đ ^!W17R It1+QG8ICo/V3[ '5JRSv:q9t]-(ųE6csdDQ2Ҕe*^BJkӫ$B~z[ x͛?߫oYI{=T\]5^-5;wvn? J)ݤcl@7W?"ߛ.S(*0wfd)zLT[%peK˞cRTfִ@iic .@K,PizΖ2d9#'NohKSt`$4žbe%w̞9pPF4͖ǧsTRޢj, QZ(wb9-ԨUY 9Ed+ >v|&!c!ff#^>:/p` wvS@&`&}!!5K@qQDkFjjVј5XOȐro6C/:cO ta3Z*%, dnw ڔrUf0(vml6޲jbSXoI_= oӳf;_ri`U(O~}%468QhI2dW42[-74 2rBmDPҫs6PQa36KR8 vLNu~hv5SPT\3ixF蘂C:GAu[?Ajƀi-Lj0,Z2Y/D8iY;iJۖ;S $Es[éQ=+*$Mk(o2|-&c t /u΅|H5룑]ѻj_B| a# ;k7:#FpQ(~W<RuCC>s{ylXK7<7ɰ"ņʠCvAOMqTA% |`f=lcsQ Hw {11߯ d SzgYHx 5 g&PtyiGP{IrIKX~?nX)/RHj;.kaaɓLr{)k/N0?Ǹ ]"rj;&% ME k jFG޾cؔ$]7 x Lm0Tx`IXȡ $ȓݢl֖77MQ9-nEō!}Z 4--YN͜y;e@ #gTJHLxq=.+Awp>rÆkG0C83X7 PU/o͒G%__>-qhIz=e%=SZ]^Fvߢh* f36lv٘VpBa^` ܁%L;U|qt <10\ Lx`̨zh+ QU;,29xIv|Ag Azz~/bH1ykSv?:`O:mTgj@~ 8D*SCeEH ϵ:F.I.+K^2t^` ֺKo j%Ǩ896Fl}JJ7c:UJtY02(C=3x%zt3ۀ !`J'~Q@&:ŀ^\dxhFSvzZ6rt@26I ׌EO4G\~5Fr"رc \Ƚsr;k6VSŇѕpAAwɡLeGq.cCCPΊO%IaS9YY9r<][,_!/נy.DbrpXܡu%f QP G% ,\qyxf"ݻſC›jyW/c~^XtnC[C`4G0jZߍZjpgRz>ap73#.F'c&W] 1 f*̟aS j‚9]ҽ''SM$pqGcb.stb&Jh,.ZImD.ۖ j9~1=>8Jm$"hq;xh!l08 X Y߯{[*+[=Gv\ip{ +C7Kg?/Ɂ#}{mG;g[ k7Utc=43=ƽoD|` wv~Mny?u~.@zomGw Rj3Ƽl:٧Wlt1MܙTI'aDۤc-Q㕂y{4T+hk Y@+(ĴPۦjA(VV[$W[5NnqjtrFFQn$-]-Z$sEt,S?'2^xrPe hC> FL:Q&."|U* ]^.ݒn5a.^f62Hzo37'Z zO7>4-D*f|tZoni+y̐=S\n2ulYMƨ=0TFM?S2LieGFEOrWb %6B>vxi4Z _G77d *=*0+ƼsPf*Oı(6[tv\gя XD1MWڮ("dA_ IJezܲ|_o [j/:~sC eۧZ V~ R?0[,U?_ZCzT)TV^f4W)u%gEn?ׇ~a~ ?%?c*]fk(Se%҇{:2#J'bΊd;Oc귔y\F9Q0ZlR^kYzر<-TRGmKZR{&OI,}vv-^unx-7$ӛj4\scnTSaCոuƍ_CrS 2}<ꌂy vmZV0w[&݁0W;P'-, Dv\tV]|="q7A:F06Mcbme-C@ŋ{5%!bװ;8 iG|O](z{=]O Qpޖx=%{7'ZkW &rX]A֝r1 2Pg 0sOE%sDoypn|d 4uJ&:j "&9mt1GAM&s*(cu^e$GWNǯ1_ B{>,fGN&^ԇ!vx1n*.j`1؀/Y%]aC述2:@uklnϴ;XTCLav 91 "s:K=OvuiaD}04I1  #s}zlVp䲭)9#6Ow؄ٜ\d 4<۸^ԈJIp=ɒ1(W8BPSBq"9QEBz6 +BRV.c!LCCN IFmXX##k ҖtQmIMeJA(,hqIӈƐ @!Ob@\B@ [٤λja&?_3n6^JP P@IL2!z7anForU+K,  #SD|ژ{Ed9/VfK2Y1v@W@}Q>LϬPn3_X 8G~mw'fB0~*>bֺ#iq'G:dvVuhnr KGGF-)xK$MTvMG)-#إJ,Kg\c||L#+4fLG"̵uAG`p}kɓxLJ;pC%J /IDbȞ*OzJOV&jltŌqr'4џ'-[{bзPC}ʽ<75xJ7?7ۆ7tYZ[zMG餣n{xr{4㑿#w}*(6_>ǕFYг &} V@wz r>bJ0 8"Cx؈zEP[QuX)֗kLnNҀ.GjԲd\jM ^n_"~sE/"EVRA)Hs7Z.IB|WyqLɅr.۸}ժlN^l4J8.& QTpX1fj*CW? yiw^T_7Ej#(U=$:f~M5UdKؼ2yGp߭2U'j:S=fkn7yq_Ǟe?,S yuu&޶$jLdKSA⯍fMKۗi¾ v0'`" NCl^PFT+*@jmLoٖc⶘UizeJƖz|2B:_ Qw'g:sԃϋm&1UC}2ZUrfzNcR XEObq{x8> aƥ9t``] :"5x@ Cql{3QG#_kWEUuUY}TwWuNW:g rB8- DDE@< kTpV]wYuu~;㉣r̸08ì(tUu"A6~^Jw}߿g 6W504##h*hU.;&9+S4ͺ*Y7i-nMCeJ+X,>J\Be rPԥ3t][e5rn!yF٬<=>ysP-ZꣷxoI54O^<9ݔǩݬNf(8 )g r17V`2;*=b-Nxr"arnV^3^0Ʒ[ 1Fawݬ<#sGed6]% 8Z(CCJq^nbIC\\;-&C&/B%-@z7sP9 Z[tM@ J _h\̽Rr94K٧U(٦ЮHu:\QHi2d ~?li1LXv2T۱1T6k4TƾU+<9R&!\$R1bbeV Ȥdpu\]M Y?ΰrP5wA ?Eޯ3buy`DuGIb5X?!1_qJw/"M6aH&(lNM/&#('+\kDgh$b2yU_㏷ފ0|VDo4GK 3 &P:׌6ߣbخfWGj%- }6bHa䕽 Q/z%^/w[kӻ`nEP[|]sq|Ys ?X;}NoN->=BxhGj4@P%/b`Q-# +9GH( ;,Z/i@*\#:%jyWn ;gaO%@&C)koCe+I@ E%}d5ey׎5.^h9 ZD\ӟ{ '&bo<xy/'fSτ9BYƪ(Kc74[XdDx@]y 8n~WfvL]Я[ L_]lxᒆbsb%JBA(s.:IsveZGxQTwízRT&/NmZ:xEׄ ^&1r|#WHmwV>OyɡAra,`N ɁWL z8hF$b 90\k:I$ DȃPDrD c78-jSZn4'r~&Q3-Zq.(?]Ե1h`ypꊛ#[<]v}†|r4yy$ U~RݛÎЕظ*JWg7 1TAH'fhq6rFjuy51V+6j2@"`Gujc>H@+JDbD(%"PG @Yz5z )? H-.DPLcg6`d * l̲8ʨYT),M]`נέPQZaj@m:{CxSyD__Oaឦp. Q#s[uNkq5Aq*aLŁ=$XB)/kzK݄qWj:s/6Wm3I<Ъ>W=InÑ_eNXg[/nod,L5?XYzC=q$ϟDջ7̝H=vW7A/?7 ..Veȷ">Pb6 #>sE??:PX{-`:6,B=HQNDt3>x|eqY;pX `w]D]z\1YqF!,? 4(-h @H"K> ɖd͇_|+8dkqc)Q8$&__?9:2м{ɥXf|'-m_i'bgWO' 2ffG%l8|ΗψcX r%Jl ?D"@3)N%OWF*F; YL憪 |FVYAiWLOĮ槶*Wr7JE7 ޼)])R 4ٙH"BrgQ9<+'^y2eK-+nYS ~,!ʡXq540Heh):jJ97ϙ^`{N{`j_ Wxk]޾r\_%bWkH6sB&Gp. BVHVcӓ?u~xX[ja^-ab%duYcf` ӸXC<?Cxc`d```ad1 `8@\& dxc`d``c8"Ȁi6zxڍVKkAytqQJBd/Ћ!9Eċ('sj?JLLua |TOuuWT|2+O)~& p$K"fB 2ů^t؋u!@m1=t}!]{{u,6߯q$e>՝Y] 8=/ :s?O cdnlU A1䲋67Ao 0d[Jj#!/]J"۪I~ V;]y'䳦Zt%ua2wa{ƋE:;UFfp[7QӼ;{ZMhf^K 1O/q r/WoE}!*b|ݫBVϺz~JoZ2n`dyRP"SJRe>*ɠXy>T'zTTokVT:&9HN U,󔜉s~(OD4!\8oD\c86NPudHJ$7|^+;HEI\ZZ^7b6{5|ڐ-{דv]]>!dI^"Wyvsg{~&x }͇ھ +:vsw?ruǿ;|į'7` zs_|]3y@?JA@;BB=PFf2p: .&6:_C1 >Yx8EmO'Q|'{2 g LhGc:A3,vusC^=@ԍ8}ABi-!&}E8{q!.cOPO1_4s= %Y柍<96籟 w]˜]t^_Uj#n{ >:!npzd?npmt_ 8}PA}=͊驘c<^&|ߧ3|l1 9ʘ_:S圕K e*|FnLoP Su^-W>ZzEpIfL-;Ym8tH'|bdz|%8( XF.gcb4J\S?M|5^qϐ4ܛցmd§m'9id:+NY2#dC}S,%I+Lwg?xCT[dL|=AT*3M/"}C!-9Pf&baq6}9 37EfŒ>DEX}1yP/A&| [m8ަ;po:wy{>}z0UDETDb+Fr1/v'|?Eg/xڍQNQ=3&$&1ll 2a 3;;/; ̻nYpl",Vc/0xOjüsƳ3X144~AЌkxy;x`c-G稠Jvl=&J[!("NruuųimZ]beMf\ , .ɐgm H#}Vm!A/.N!Ί7s,T-qR>)C]aU[beKΪdݕ) i;"(15=~Y+J;2|KU͛ Ϗd+ü!GMS6g]U{X8 K_1}&E5TВ;P\#\"oSx}WHuU=3ef1<^+m[l),3313313^$'w]ޤ]ws)L`Խ{RJ= i@rS0 3*u_ԃZv`gv`w`o`8`8p8h8f B P9hp'p Єu6F8Nt8΄l8΅|.b.rjh5`B: =,CacpͩԓiBXEXeup=7Mp3mp;w]p7}p?<C0<c4x:< ςgs^/K8 ^W«x-^o7›x+ w»x/‡(| >O§,|>_/%2| _7-6| ߃#1~ ?/+5~ O# ' 0i`sS83 W\;]q7=q/}q? <C0<#(<Y,cXCqx, x"'<6q OS4<3,<s<</ "/K2+*[x N=qn!81:fC\E\e܂ux=ހ7Mx3ނmx;ށw]x7ރ}x?>C0>c4|:>gs<|>_/K8 _W|-_o7|+ ߎw|/ߏ(~ ?O,~?_/%2~_ï7-6~#1?ß/+5O# ' S!)CYQ TM4*ZMkh-@;N3Bn;A{^7C~?@At0Bat8AGQt4CT UF 5X:D:Nyj:ZOh#Bit:AgYt6Cyt>]@Et1]Bet9]AWUt52M꒦i@m!419fȧBZEZeBut=@7Mt3Bmt;Aw]t7C}t?=@C0=B˅ckvv~Vlevvbˉ$ZbUb;Fbc[[[q]o:/hquf WGn}{=mz} '}f==rtnZ8Y' 6u~&L8#t˴t`tsTYܑd ]1kvJm.:ױ5t=DG(vDő5NXDQ? #;9ɨ`{N ;c ,VEq6ǓybR܍v<Ht- m{*#ӶW륎m̭JN=#eQNv|=Q[~z9iq9:\uP+tQr+KvNXڋlaU{\gmav d` XqEd"h4+=z9ͷ'[A8jW ܪd$ەq!J$甜)bڶCgʜ>4qh(X,;w˥ڱ n26뀃+IẋpI*^4" ʸ\1LGL֘Fzssn\|Kț3Q'J-nc˴P6į٫$q2EtbHJaU[zo$__eYǯUp; ,(amE^KݙIwFJT -8i)ua]塶mjvlXӓ(nVZFM-s5 AAzi.,M>=#uY,Q)&ɋxQߴC.r<Ӷv(OhLh{DSlmR+ơjq|3Ys|M=fbKM-.\Ԝ7TlӲH,P54>. 3j;aB259v4v\s1udnnj?4NǕ-h92U*p51K3'Mmcy~cmy!FUj!j4ҭlhK"MUZZ,C4s<+<- ,rM% ʂ( mlbW\EpUW\EpUSUli{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}PKa\bx%progress-circle/ProgressCircle.min.jsnuW+A!function(window,document,undefined){var absPos=function(element){var offsetLeft,offsetTop;if(offsetLeft=offsetTop=0,element.offsetParent)do offsetLeft+=element.offsetLeft,offsetTop+=element.offsetTop;while(element=element.offsetParent);return[offsetLeft,offsetTop]},ProgressCircle=function(params){this.canvas=params.canvas,this.minRadius=params.minRadius||15,this.arcWidth=params.arcWidth||5,this.gapWidth=params.gapWidth||3,this.centerX=params.centerX||this.canvas.width/2,this.centerY=params.centerY||this.canvas.height/2,this.infoLineLength=params.infoLineLength||60,this.horizLineLength=params.horizLineLength||10,this.infoLineAngleInterval=params.infoLineAngleInterval||Math.PI/8,this.infoLineBaseAngle=params.infoLineBaseAngle||Math.PI/6,this.context=this.canvas.getContext("2d"),this.width=this.canvas.width,this.height=this.canvas.height,this.circles=[],this.runningCount=0};ProgressCircle.prototype={constructor:ProgressCircle,addEntry:function(params){return this.circles.push(new Circle({canvas:this.canvas,context:this.context,centerX:this.centerX,centerY:this.centerY,innerRadius:this.minRadius+this.circles.length*(this.gapWidth+this.arcWidth),arcWidth:this.arcWidth,infoLineLength:this.infoLineLength,horizLineLength:this.horizLineLength,id:this.circles.length,fillColor:params.fillColor,outlineColor:params.outlineColor,progressListener:params.progressListener,infoListener:params.infoListener,infoLineAngle:this.infoLineBaseAngle+this.circles.length*this.infoLineAngleInterval})),this},start:function(interval){var self=this;return this.timer=setInterval(function(){self._update()},interval||33),this},update:function(value){this._update(value)},stop:function(){clearTimeout(this.timer)},_update:function(value){return this._clear(),this.circles.forEach(function(circle,idx,array){circle.update(value)}),this},_clear:function(){return this.context.clearRect(0,0,this.canvas.width,this.canvas.height),this}};var Circle=function(params){if(this.id=params.id,this.canvas=params.canvas,this.context=params.context,this.centerX=params.centerX,this.centerY=params.centerY,this.arcWidth=params.arcWidth,this.innerRadius=params.innerRadius||0,this.fillColor=params.fillColor||"#fff",this.outlineColor=params.outlineColor||this.fillColor,this.progressListener=params.progressListener,this.infoLineLength=params.infoLineLength||250,this.horizLineLength=params.horizLineLength||50,this.infoListener=params.infoListener,this.infoLineAngle=params.infoLineAngle,this.outerRadius=this.innerRadius+this.arcWidth,this.infoListener){var angle=this.infoLineAngle,arcDistance=(this.innerRadius+this.outerRadius)/2,sinA=Math.sin(angle),cosA=Math.cos(angle);this.infoLineStartX=this.centerX+sinA*arcDistance,this.infoLineStartY=this.centerY-cosA*arcDistance,this.infoLineMidX=this.centerX+sinA*this.infoLineLength,this.infoLineMidY=this.centerY-cosA*this.infoLineLength,this.infoLineEndX=this.infoLineMidX+(sinA<0?-this.horizLineLength:this.horizLineLength),this.infoLineEndY=this.infoLineMidY;var infoText=document.createElement("div"),style=infoText.style;style.color=this.fillColor,style.position="absolute",style.left=this.infoLineEndX+absPos(this.canvas)[0]+"px",infoText.className="ProgressCircleInfo",infoText.id="progress_circle_info_"+this.id,document.body.appendChild(infoText),this.infoText=infoText}};Circle.prototype={constructor:Circle,update:function(value){this.progress=value||this.progressListener(),this._draw(),this.infoListener&&(this.info=this.infoListener(),this._drawInfo())},_draw:function(){var ctx=this.context,ANGLE_OFFSET=-Math.PI/2,startAngle=0+ANGLE_OFFSET,endAngle=startAngle+this.progress*Math.PI*2,x=this.centerX,y=this.centerY,innerRadius=this.innerRadius,outerRadius=this.outerRadius;return ctx.fillStyle=this.fillColor,ctx.strokeStyle=this.outlineColor,ctx.beginPath(),ctx.arc(x,y,innerRadius,startAngle,endAngle,!1),ctx.arc(x,y,outerRadius,endAngle,startAngle,!0),ctx.closePath(),ctx.stroke(),ctx.fill(),this},_drawInfo:function(){var pointList,lineHeight;return pointList=[[this.infoLineStartX,this.infoLineStartY],[this.infoLineMidX,this.infoLineMidY],[this.infoLineEndX,this.infoLineEndY]],this._drawSegments(pointList,!1),this.infoText.innerHTML=this.info,lineHeight=this.infoText.offsetHeight,this.infoText.style.top=this.infoLineEndY+absPos(this.canvas)[1]-lineHeight/2+"px",this},_drawSegments:function(pointList,close){var ctx=this.context;ctx.beginPath(),ctx.moveTo(pointList[0][0],pointList[0][1]);for(var i=1;i ``` You should first create the canvas element in either HTML or Javascript, and specify its width and height. ```html ``` **Note**: you should NOT specify the size of the canvas in CSS. Then proceed with codes like the following ones. ```javascript var myCanvas = document.getElementById('my_canvas'); var circle = new ProgressCircle({ canvas: myCanvas, }); circle.addEntry({ fillColor: 'rgba(255, 255, 0, 0.5)', progressListener: function() { return THE_PROGRESS_VARIABLE_TO_LISTEN; // between 0 and 1 }, }); ``` You can add multiple progress indicators: ```javascript circle.addEntry({ fillColor: 'rgba(102, 255, 0, 0.5)', progressListener: function() {return p1;}, }).addEntry({ fillColor: 'rgba(255, 255, 0, 0.5)', progressListener: function() {return p2;}, }).addEntry({ fillColor: 'rgba(0, 0, 255, 0.5)', progressListener: function() {return p3;}, }); ``` The call `start` to start the animation. ```javascript circle.start(33); // 33 is the interval(ms) between each update ``` If you want to stop the animation, call the `stop` method. ```javascript circle.stop(); ``` ## Optional Parameters ## ```javascript var circle = new ProgressCircle({ canvas: myCanvas, minRadius: 10, // Inner radius of the innermost circle arcWidth: 3, // Width of each circle gapWidth: 2, // Space between adjacent circles centerX: 20, // X coordinate of the circle center centerY: 20, // Y coordinate of the circle center infoLineLength: 200, // Length of the info line horizLineLength: 50, // Length of the horizontal info line infoLineBaseAngle: Math.PI / 6, // Start angle of the info line infoLineAngleInterval: Math.PI / 8, // Angle between info lines }); circle.addEntry({ fillColor: 'rgba(255, 255, 0, 0.5)', outlineColor: 'rgba(255, 255, 255, 0.5)' // (Optional) progressListener: function() {return p1;}, infoListener: function() {return text1;},// (Optional) }); ``` ## License ## [MIT License](http://www.opensource.org/licenses/mit-license.php) © 2011-2013 Xueqiao Xu <xueqiaoxu@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. PKa\ą  scrollTo/jquery.scrollTo.min.jsnuW+A/** * Copyright (c) 2007-2014 Ariel Flesler - afleslergmailcom | http://flesler.blogspot.com * Licensed under MIT * @author Ariel Flesler * @version 1.4.11 */ ;(function(a){if(typeof define==='function'&&define.amd){define(['jquery'],a)}else{a(jQuery)}}(function($){var j=$.scrollTo=function(a,b,c){return $(window).scrollTo(a,b,c)};j.defaults={axis:'xy',duration:parseFloat($.fn.jquery)>=1.3?0:1,limit:true};j.window=function(a){return $(window)._scrollable()};$.fn._scrollable=function(){return this.map(function(){var a=this,isWin=!a.nodeName||$.inArray(a.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!isWin)return a;var b=(a.contentWindow||a).document||a.ownerDocument||a;return/webkit/i.test(navigator.userAgent)||b.compatMode=='BackCompat'?b.body:b.documentElement})};$.fn.scrollTo=function(f,g,h){if(typeof g=='object'){h=g;g=0}if(typeof h=='function')h={onAfter:h};if(f=='max')f=9e9;h=$.extend({},j.defaults,h);g=g||h.duration;h.queue=h.queue&&h.axis.length>1;if(h.queue)g/=2;h.offset=both(h.offset);h.over=both(h.over);return this._scrollable().each(function(){if(f==null)return;var d=this,$elem=$(d),targ=f,toff,attr={},win=$elem.is('html,body');switch(typeof targ){case'number':case'string':if(/^([+-]=?)?\d+(\.\d+)?(px|%)?$/.test(targ)){targ=both(targ);break}targ=$(targ,this);if(!targ.length)return;case'object':if(targ.is||targ.style)toff=(targ=$(targ)).offset()}var e=$.isFunction(h.offset)&&h.offset(d,targ)||h.offset;$.each(h.axis.split(''),function(i,a){var b=a=='x'?'Left':'Top',pos=b.toLowerCase(),key='scroll'+b,old=d[key],max=j.max(d,a);if(toff){attr[key]=toff[pos]+(win?0:old-$elem.offset()[pos]);if(h.margin){attr[key]-=parseInt(targ.css('margin'+b))||0;attr[key]-=parseInt(targ.css('border'+b+'Width'))||0}attr[key]+=e[pos]||0;if(h.over[pos])attr[key]+=targ[a=='x'?'width':'height']()*h.over[pos]}else{var c=targ[pos];attr[key]=c.slice&&c.slice(-1)=='%'?parseFloat(c)/100*max:c}if(h.limit&&/^\d+$/.test(attr[key]))attr[key]=attr[key]<=0?0:Math.min(attr[key],max);if(!i&&h.queue){if(old!=attr[key])animate(h.onAfterFirst);delete attr[key]}});animate(h.onAfter);function animate(a){$elem.animate(attr,g,h.easing,a&&function(){a.call(this,targ,h)})}}).end()};j.max=function(a,b){var c=b=='x'?'Width':'Height',scroll='scroll'+c;if(!$(a).is('html,body'))return a[scroll]-$(a)[c.toLowerCase()]();var d='client'+c,html=a.ownerDocument.documentElement,body=a.ownerDocument.body;return Math.max(html[scroll],body[scroll])-Math.min(html[d],body[d])};function both(a){return $.isFunction(a)||typeof a=='object'?a:{top:a,left:a}};return j})); PKa\MMMscrollTo/LICENSEnuW+A(The MIT License) Copyright (c) 2007-2014 Ariel Flesler Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.PKa\hY˧uujson-js/READMEnuW+AJSON in JavaScript Douglas Crockford douglas@crockford.com 2010-11-18 JSON is a light-weight, language independent, data interchange format. See http://www.JSON.org/ The files in this collection implement JSON encoders/decoders in JavaScript. JSON became a built-in feature of JavaScript when the ECMAScript Programming Language Standard - Fifth Edition was adopted by the ECMA General Assembly in December 2009. Most of the files in this collection are for applications that are expected to run in obsolete web browsers. For most purposes, json2.js is the best choice. json2.js: This file creates a JSON property in the global object, if there isn't already one, setting its value to an object containing a stringify method and a parse method. The parse method uses the eval method to do the parsing, guarding it with several regular expressions to defend against accidental code execution hazards. On current browsers, this file does nothing, prefering the built-in JSON object. json.js: This file does everything that json2.js does. It also adds a toJSONString method and a parseJSON method to Object.prototype. Use of this file is not recommended. json_parse.js: This file contains an alternative JSON parse function that uses recursive descent instead of eval. json_parse_state.js: This files contains an alternative JSON parse function that uses a state machine instead of eval. cycle.js: This file contains two functions, JSON.decycle and JSON.retrocycle, which make it possible to encode cyclical structures and dags in JSON, and to then recover them. JSONPath is used to represent the links. http://GOESSNER.net/articles/JsonPath/ PKa\U1Z json-js/json2.min.jsnuW+A"object"!=typeof JSON&&(JSON={}),function(){"use strict";function f(n){return n<10?"0"+n:n}function quote(string){return escapable.lastIndex=0,escapable.test(string)?'"'+string.replace(escapable,function(a){var c=meta[a];return"string"==typeof c?c:"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+string+'"'}function str(key,holder){var i,k,v,length,partial,mind=gap,value=holder[key];switch(value&&"object"==typeof value&&"function"==typeof value.toJSON&&(value=value.toJSON(key)),"function"==typeof rep&&(value=rep.call(holder,key,value)),typeof value){case"string":return quote(value);case"number":return isFinite(value)?String(value):"null";case"boolean":case"null":return String(value);case"object":if(!value)return"null";if(gap+=indent,partial=[],"[object Array]"===Object.prototype.toString.apply(value)){for(length=value.length,i=0;i1||null===self.rotationDelay)&&void 0!==ms&&(self.rotationDelay=ms),void 0!==continuing&&(self.continuing=continuing);var rotate=self._rotate||(self._rotate=function(e){clearTimeout(self.rotation),self.rotation=setTimeout(function(){var t=o.active;self.option("active",++t PKa\50){if(r.startSlide>=i.totalSlides){r.startSlide=i.totalSlides-1}i.currentSlide=r.startSlide}if(e(o[i.currentSlide]).is("img")){i.currentImage=e(o[i.currentSlide])}else{i.currentImage=e(o[i.currentSlide]).find("img:first")}if(e(o[i.currentSlide]).is("a")){e(o[i.currentSlide]).css("display","block")}var u=e("").addClass("nivo-main-image");u.attr("src",i.currentImage.attr("src")).show();s.append(u);e(window).resize(function(){s.children("img").width(s.width());u.attr("src",i.currentImage.attr("src"));u.stop().height("auto");e(".nivo-slice").remove();e(".nivo-box").remove()});s.append(e('

    '));var a=function(t){var n=e(".nivo-caption",s);if(i.currentImage.attr("title")!=""&&i.currentImage.attr("title")!=undefined){var r=i.currentImage.attr("title");if(r.substr(0,1)=="#")r=e(r).html();if(n.css("display")=="block"){setTimeout(function(){n.html(r)},t.animSpeed)}else{n.html(r);n.stop().fadeIn(t.animSpeed)}}else{n.stop().fadeOut(t.animSpeed)}};a(r);var f=0;if(!r.manualAdvance&&o.length>1){f=setInterval(function(){d(s,o,r,false)},r.pauseTime)}if(r.directionNav){s.append('");e(s).on("click","a.nivo-prevNav",function(){if(i.running){return false}clearInterval(f);f="";i.currentSlide-=2;d(s,o,r,"prev")});e(s).on("click","a.nivo-nextNav",function(){if(i.running){return false}clearInterval(f);f="";d(s,o,r,"next")})}if(r.controlNav){i.controlNavEl=e('
    ');s.after(i.controlNavEl);for(var l=0;l')}else{i.controlNavEl.append(''+(l+1)+"")}}e("a:eq("+i.currentSlide+")",i.controlNavEl).addClass("active");e("a",i.controlNavEl).bind("click",function(){if(i.running)return false;if(e(this).hasClass("active"))return false;clearInterval(f);f="";u.attr("src",i.currentImage.attr("src"));i.currentSlide=e(this).attr("rel")-1;d(s,o,r,"control")})}if(r.pauseOnHover){s.hover(function(){i.paused=true;clearInterval(f);f=""},function(){i.paused=false;if(f===""&&!r.manualAdvance){f=setInterval(function(){d(s,o,r,false)},r.pauseTime)}})}s.bind("nivo:animFinished",function(){u.attr("src",i.currentImage.attr("src"));i.running=false;e(o).each(function(){if(e(this).is("a")){e(this).css("display","none")}});if(e(o[i.currentSlide]).is("a")){e(o[i.currentSlide]).css("display","block")}if(f===""&&!i.paused&&!r.manualAdvance){f=setInterval(function(){d(s,o,r,false)},r.pauseTime)}r.afterChange.call(this)});var h=function(t,n,r){if(e(r.currentImage).parent().is("a"))e(r.currentImage).parent().css("display","block");e('img[src="'+r.currentImage.attr("src")+'"]',t).not(".nivo-main-image,.nivo-control img").width(t.width()).css("visibility","hidden").show();var i=e('img[src="'+r.currentImage.attr("src")+'"]',t).not(".nivo-main-image,.nivo-control img").parent().is("a")?e('img[src="'+r.currentImage.attr("src")+'"]',t).not(".nivo-main-image,.nivo-control img").parent().height():e('img[src="'+r.currentImage.attr("src")+'"]',t).not(".nivo-main-image,.nivo-control img").height();for(var s=0;s').css({left:o*s+"px",width:t.width()-o*s+"px",height:i+"px",opacity:"0",overflow:"hidden"}))}else{t.append(e('
    ').css({left:o*s+"px",width:o+"px",height:i+"px",opacity:"0",overflow:"hidden"}))}}e(".nivo-slice",t).height(i);u.stop().animate({height:e(r.currentImage).height()},n.animSpeed)};var p=function(t,n,r){if(e(r.currentImage).parent().is("a"))e(r.currentImage).parent().css("display","block");e('img[src="'+r.currentImage.attr("src")+'"]',t).not(".nivo-main-image,.nivo-control img").width(t.width()).css("visibility","hidden").show();var i=Math.round(t.width()/n.boxCols),s=Math.round(e('img[src="'+r.currentImage.attr("src")+'"]',t).not(".nivo-main-image,.nivo-control img").height()/n.boxRows);for(var o=0;o').css({opacity:0,left:i*a+"px",top:s*o+"px",width:t.width()-i*a+"px"}));e('.nivo-box[name="'+a+'"]',t).height(e('.nivo-box[name="'+a+'"] img',t).height()+"px")}else{t.append(e('
    ').css({opacity:0,left:i*a+"px",top:s*o+"px",width:i+"px"}));e('.nivo-box[name="'+a+'"]',t).height(e('.nivo-box[name="'+a+'"] img',t).height()+"px")}}}u.stop().animate({height:e(r.currentImage).height()},n.animSpeed)};var d=function(t,n,r,i){var s=t.data("nivo:vars");if(s&&s.currentSlide===s.totalSlides-1){r.lastSlide.call(this)}if((!s||s.stop)&&!i){return false}r.beforeChange.call(this);if(!i){u.attr("src",s.currentImage.attr("src"))}else{if(i==="prev"){u.attr("src",s.currentImage.attr("src"))}if(i==="next"){u.attr("src",s.currentImage.attr("src"))}}s.currentSlide++;if(s.currentSlide===s.totalSlides){s.currentSlide=0;r.slideshowEnd.call(this)}if(s.currentSlide<0){s.currentSlide=s.totalSlides-1}if(e(n[s.currentSlide]).is("img")){s.currentImage=e(n[s.currentSlide])}else{s.currentImage=e(n[s.currentSlide]).find("img:first")}if(r.controlNav){e("a",s.controlNavEl).removeClass("active");e("a:eq("+s.currentSlide+")",s.controlNavEl).addClass("active")}a(r);e(".nivo-slice",t).remove();e(".nivo-box",t).remove();var o=r.effect,f="";if(r.effect==="random"){f=new Array("sliceDownRight","sliceDownLeft","sliceUpRight","sliceUpLeft","sliceUpDown","sliceUpDownLeft","fold","fade","boxRandom","boxRain","boxRainReverse","boxRainGrow","boxRainGrowReverse");o=f[Math.floor(Math.random()*(f.length+1))];if(o===undefined){o="fade"}}if(r.effect.indexOf(",")!==-1){f=r.effect.split(",");o=f[Math.floor(Math.random()*f.length)];if(o===undefined){o="fade"}}if(s.currentImage.attr("data-transition")){o=s.currentImage.attr("data-transition")}s.running=true;var l=0,c=0,d="",m="",g="",y="";if(o==="sliceDown"||o==="sliceDownRight"||o==="sliceDownLeft"){h(t,r,s);l=0;c=0;d=e(".nivo-slice",t);if(o==="sliceDownLeft"){d=e(".nivo-slice",t)._reverse()}d.each(function(){var n=e(this);n.css({top:"0px"});if(c===r.slices-1){setTimeout(function(){n.animate({opacity:"1.0"},r.animSpeed,"",function(){t.trigger("nivo:animFinished")})},100+l)}else{setTimeout(function(){n.animate({opacity:"1.0"},r.animSpeed)},100+l)}l+=50;c++})}else if(o==="sliceUp"||o==="sliceUpRight"||o==="sliceUpLeft"){h(t,r,s);l=0;c=0;d=e(".nivo-slice",t);if(o==="sliceUpLeft"){d=e(".nivo-slice",t)._reverse()}d.each(function(){var n=e(this);n.css({bottom:"0px"});if(c===r.slices-1){setTimeout(function(){n.animate({opacity:"1.0"},r.animSpeed,"",function(){t.trigger("nivo:animFinished")})},100+l)}else{setTimeout(function(){n.animate({opacity:"1.0"},r.animSpeed)},100+l)}l+=50;c++})}else if(o==="sliceUpDown"||o==="sliceUpDownRight"||o==="sliceUpDownLeft"){h(t,r,s);l=0;c=0;var b=0;d=e(".nivo-slice",t);if(o==="sliceUpDownLeft"){d=e(".nivo-slice",t)._reverse()}d.each(function(){var n=e(this);if(c===0){n.css("top","0px");c++}else{n.css("bottom","0px");c=0}if(b===r.slices-1){setTimeout(function(){n.animate({opacity:"1.0"},r.animSpeed,"",function(){t.trigger("nivo:animFinished")})},100+l)}else{setTimeout(function(){n.animate({opacity:"1.0"},r.animSpeed)},100+l)}l+=50;b++})}else if(o==="fold"){h(t,r,s);l=0;c=0;e(".nivo-slice",t).each(function(){var n=e(this);var i=n.width();n.css({top:"0px",width:"0px"});if(c===r.slices-1){setTimeout(function(){n.animate({width:i,opacity:"1.0"},r.animSpeed,"",function(){t.trigger("nivo:animFinished")})},100+l)}else{setTimeout(function(){n.animate({width:i,opacity:"1.0"},r.animSpeed)},100+l)}l+=50;c++})}else if(o==="fade"){h(t,r,s);m=e(".nivo-slice:first",t);m.css({width:t.width()+"px"});m.animate({opacity:"1.0"},r.animSpeed*2,"",function(){t.trigger("nivo:animFinished")})}else if(o==="slideInRight"){h(t,r,s);m=e(".nivo-slice:first",t);m.css({width:"0px",opacity:"1"});m.animate({width:t.width()+"px"},r.animSpeed*2,"",function(){t.trigger("nivo:animFinished")})}else if(o==="slideInLeft"){h(t,r,s);m=e(".nivo-slice:first",t);m.css({width:"0px",opacity:"1",left:"",right:"0px"});m.animate({width:t.width()+"px"},r.animSpeed*2,"",function(){m.css({left:"0px",right:""});t.trigger("nivo:animFinished")})}else if(o==="boxRandom"){p(t,r,s);g=r.boxCols*r.boxRows;c=0;l=0;y=v(e(".nivo-box",t));y.each(function(){var n=e(this);if(c===g-1){setTimeout(function(){n.animate({opacity:"1"},r.animSpeed,"",function(){t.trigger("nivo:animFinished")})},100+l)}else{setTimeout(function(){n.animate({opacity:"1"},r.animSpeed)},100+l)}l+=20;c++})}else if(o==="boxRain"||o==="boxRainReverse"||o==="boxRainGrow"||o==="boxRainGrowReverse"){p(t,r,s);g=r.boxCols*r.boxRows;c=0;l=0;var w=0;var E=0;var S=[];S[w]=[];y=e(".nivo-box",t);if(o==="boxRainReverse"||o==="boxRainGrowReverse"){y=e(".nivo-box",t)._reverse()}y.each(function(){S[w][E]=e(this);E++;if(E===r.boxCols){w++;E=0;S[w]=[]}});for(var x=0;x=0&&T>{8ظ@0GXL&(A$FI>::;Mp6 ~$|ssSEQpNS>88TǬz;gffbp8N V0Эr\|XLJ@#7j7IeSˈNT }.2漕leؠ#dT@aSz5Un9媌 \aoba<&oXѨܻ^B:E>*P<+m$Jb筭-ͩDBfǏE'\y mpĐekk ftb$>mnn~@je`JTɽX,^ZZ) @/E5k`q*|@ݾ@>==G\L%`  CCCc<Ou ^ BzV8??\.Y4Q[r_@{{Rɲ|B*ըIkˮ.n:V WWWN*Slhh CiȊ*яEgdݾ800 t:K&l6#ی[@M:VQX0|dlgg'V,j.}jEdWccclllgggMt( iO.qq+#=Fj?d2]\\FXT"ur&3  '*ȦjM(ЌI?7 776IENDB`PKa\188$nivoslider/themes/default/arrows.pngnuW+APNG  IHDR<p}O pHYs   cHRMz%u0`:o_FIDATxԙs@?d!.q8P빺8pusZTK̤lfs3f20!wwc'0q,Io4/*YfL=2mۻ-p dY%_=>v w;J෬Q&{^x#(U)乪&;捨@l' "X2l1,j6l?]C˃Aґ} *b.$rGrv_nqc[y$dGBE Iw_~V&91k8B1Φ *B0BNPc:'gB3* m%N" qޭ3z7_{3Q kKek=\;5lcHiz<IENDB`PKa\Y%nivoslider/themes/default/loading.gifnuW+AGIF89aԔ```@@@DDDnnnܤ$$$(((000666>>>jjjrrrŠPPP^^^:::\\\|||ↆhhhfffFFF xxx֮ƼzzzLLLRRRZZZbbbBBB<<B;>CD ;+F &03 8<݄!'14,< "PF`! ,;WX []<U Y-\$_&JOSHTJ^*\GP2 #7HKQ:6L=FF'MijNA:bIT@?R/D924I ::/E`ӃA&V,ZJCaTT9Ij! , i^,CK jl8^ghQCRk "dNJnj2H0T.-435GЄ`eC6:f:=σG5AT770/6@C(CBA;@/܆F r Z@! ,?(N!lG9'g[jNJA#HlF=B]ON*#F`8"p A/`9"07qE "T=36n F o)! ,aoe&? +qe4H2D< @33 %F8<;J @@ce[l>8TBjuaB7KAǐ0Cv^ ur6b?ՅY)3T3+'s 6F0:.ntn830֭! ,0@9(+ATA8cJq >`GT6:"VVA6@>/B4eb= oRTD3>hF^M'0F7BLd63Ӑ]jl7ۅ&NG+TTc1SOJvwn\-Yr;"0:TD AB8Q"6/37;(I@0=:GJ73QfA6D,<3e34.1&2*^Z\3#*N DK$+C9 \T6Jc -:gY(DZe u,AKXqoPt2Q=FAl!+ OjLM^aG1N\@ÕA;PKa\Fg\xx)nivoslider/themes/default/default.min.cssnuW+A.theme-default .nivoSlider{position:relative;background:url(loading.gif) 50% 50% no-repeat #fff;margin-bottom:10px;box-shadow:0 1px 5px 0 #4a4a4a}.theme-default .nivoSlider img{position:absolute;top:0;left:0;display:none}.theme-default .nivoSlider a{border:0;display:block}.theme-default .nivo-controlNav{text-align:center;padding:20px 0}.theme-default .nivo-controlNav a{display:inline-block;width:22px;height:22px;background:url(bullets.png) no-repeat;text-indent:-9999px;border:0;margin:0 2px}.theme-default .nivo-controlNav a.active{background-position:0 -22px}.theme-default .nivo-directionNav a{display:block;width:30px;height:30px;background:url(arrows.png) no-repeat;text-indent:-9999px;border:0;opacity:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.theme-default:hover .nivo-directionNav a{opacity:1}.theme-default a.nivo-nextNav{background-position:-30px 0;right:15px}.theme-default a.nivo-prevNav{left:15px}.theme-default .nivo-caption{font-family:Helvetica,Arial,sans-serif}.theme-default .nivo-caption a{color:#fff;border-bottom:1px dotted #fff}.theme-default .nivo-caption a:hover{color:#fff}.theme-default .nivo-controlNav.nivo-thumbs-enabled{width:100%}.theme-default .nivo-controlNav.nivo-thumbs-enabled a{width:auto;height:auto;background:0 0;margin-bottom:5px}.theme-default .nivo-controlNav.nivo-thumbs-enabled img{display:block;width:120px;height:auto}PKa\paanivoslider/nivo-slider.min.cssnuW+A.nivo-box,.nivo-caption,.nivoSlider{overflow:hidden}.nivoSlider{position:relative;width:100%;height:auto}.nivoSlider img{position:absolute;top:0;left:0;max-width:none}.nivo-main-image{display:block!important;position:relative!important;width:100%!important}.nivoSlider a.nivo-imageLink{position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:#fff;filter:alpha(opacity=0);opacity:0}.nivo-box,.nivo-slice{z-index:5;position:absolute}.nivo-box,.nivo-box img,.nivo-slice{display:block}.nivo-slice{height:100%;top:0}.nivo-caption{position:absolute;left:0;bottom:0;background:#000;color:#fff;width:100%;z-index:8;padding:5px 10px;opacity:.8;display:none;-moz-opacity:.8;filter:alpha(opacity=8);box-sizing:border-box}.nivo-caption p{padding:5px;margin:0}.nivo-caption a{display:inline!important}.nivo-html-caption{display:none}.nivo-directionNav a{position:absolute;top:45%;z-index:9;cursor:pointer}.nivo-prevNav{left:0}.nivo-nextNav{right:0}.nivo-controlNav{text-align:center;padding:15px 0}.nivo-controlNav a{cursor:pointer}.nivo-controlNav a.active{font-weight:700}PKa\;`PPzoom/jquery.zoom.min.jsnuW+A/*! Zoom 1.7.15 license: MIT http://www.jacklmoore.com/zoom */ (function($){var defaults={url:false,callback:false,target:false,duration:120,on:"mouseover",touch:true,onZoomIn:false,onZoomOut:false,magnify:1};$.zoom=function(target,source,img,magnify){var targetHeight,targetWidth,sourceHeight,sourceWidth,xRatio,yRatio,offset,$target=$(target),position=$target.css("position"),$source=$(source);$target.css("position",/(absolute|fixed)/.test(position)?position:"relative");$target.css("overflow","hidden");img.style.width=img.style.height="";$(img).addClass("zoomImg").css({position:"absolute",top:0,left:0,opacity:0,width:img.width*magnify,height:img.height*magnify,border:"none",maxWidth:"none",maxHeight:"none"}).appendTo(target);return{init:function(){targetWidth=$target.outerWidth();targetHeight=$target.outerHeight();if(source===$target[0]){sourceWidth=targetWidth;sourceHeight=targetHeight}else{sourceWidth=$source.outerWidth();sourceHeight=$source.outerHeight()}xRatio=(img.width-targetWidth)/sourceWidth;yRatio=(img.height-targetHeight)/sourceHeight;offset=$source.offset()},move:function(e){var left=e.pageX-offset.left,top=e.pageY-offset.top;top=Math.max(Math.min(top,sourceHeight),0);left=Math.max(Math.min(left,sourceWidth),0);img.style.left=left*-xRatio+"px";img.style.top=top*-yRatio+"px"}}};$.fn.zoom=function(options){return this.each(function(){var settings=$.extend({},defaults,options||{}),target=settings.target||this,source=this,$source=$(source),$target=$(target),img=document.createElement("img"),$img=$(img),mousemove="mousemove.zoom",clicked=false,touched=false,$urlElement;if(!settings.url){$urlElement=$source.find("img");if($urlElement[0]){settings.url=$urlElement.data("src")||$urlElement.attr("src")}if(!settings.url){return}}(function(){var position=$target.css("position");var overflow=$target.css("overflow");$source.one("zoom.destroy",function(){$source.off(".zoom");$target.css("position",position);$target.css("overflow",overflow);$img.remove()})})();img.onload=function(){var zoom=$.zoom(target,source,img,settings.magnify);function start(e){zoom.init();zoom.move(e);$img.stop().fadeTo($.support.opacity?settings.duration:0,1,$.isFunction(settings.onZoomIn)?settings.onZoomIn.call(img):false)}function stop(){$img.stop().fadeTo(settings.duration,0,$.isFunction(settings.onZoomOut)?settings.onZoomOut.call(img):false)}if(settings.on==="grab"){$source.on("mousedown.zoom",function(e){if(e.which===1){$(document).one("mouseup.zoom",function(){stop();$(document).off(mousemove,zoom.move)});start(e);$(document).on(mousemove,zoom.move);e.preventDefault()}})}else if(settings.on==="click"){$source.on("click.zoom",function(e){if(clicked){return}else{clicked=true;start(e);$(document).on(mousemove,zoom.move);$(document).one("click.zoom",function(){stop();clicked=false;$(document).off(mousemove,zoom.move)});return false}})}else if(settings.on==="toggle"){$source.on("click.zoom",function(e){if(clicked){stop()}else{start(e)}clicked=!clicked})}else if(settings.on==="mouseover"){zoom.init();$source.on("mouseenter.zoom",start).on("mouseleave.zoom",stop).on(mousemove,zoom.move)}if(settings.touch){$source.on("touchstart.zoom",function(e){e.preventDefault();if(touched){touched=false;stop()}else{touched=true;start(e.originalEvent.touches[0]||e.originalEvent.changedTouches[0])}}).on("touchmove.zoom",function(e){e.preventDefault();zoom.move(e.originalEvent.touches[0]||e.originalEvent.changedTouches[0])}).on("touchend.zoom",function(e){e.preventDefault();if(touched){touched=false;stop()}})}if($.isFunction(settings.callback)){settings.callback.call(img)}};img.src=settings.url})};$.fn.zoom.defaults=defaults})(window.jQuery);PKa\мMV  zoom/readme.mdnuW+A## About Zoom A small jQuery plugin for zooming images on mouseover or mousedown. See the [project page](http://jacklmoore.com/zoom/) for documentation and a demonstration. Released under the [MIT license](http://www.opensource.org/licenses/mit-license.php). To compile the .min.js file, run: `uglifyjs --comments '/license:/' < jquery.zoom.js > jquery.zoom.min.js` ## Changelog: ##### v1.7.15 - 2016/2/8 * Added touchend event, might fix #97 #75 #62. Merges #100. ##### v1.7.14 - 2015/3/18 * Fixes bug with passing the `target` property a selector, rather than a DOM node. Merges #73. ##### v1.7.13 - 2014/4/29 * Destroy event does a better job of reseting back to the original state. ##### v1.7.12 - 2014/2/11 * Set zoomed image's maxHeight to none, just in case a maxHeight has been defined for images in the CSS. ##### v1.7.11 - 2013/11/12 * Added magnify property to allow scaling of the zoomed image. ##### v1.7.10 - 2013/10/16 * Fixed bug relating to the size of the target element when using the target property (Fixes #35) ##### v1.7.9 - 2013/10/16 * Added simple fallback for touch events (Fixes #37 #39) * Renamed minified file to jquery.zoom.min.js to match jQuery's convention. ##### v1.7.8 - 2013/7/30 * Will use data-src attribute if present before checking for the presence of an src attribute. ##### v1.7.7 - 2013/7/14 * Restricted grab to just the left-mouse-button on mousedown ##### v1.7.6 - 2013/6/24 * Fixed misnamed onZoomOut callback ##### v1.7.5 - 2013/6/19 * Fixed a bug with absolutely or fixed position target elements * Set the value of `this` to be zoom-image element for the onZoomIn and onZoomOut callbacks ##### v1.7.4 - 2013/6/18 * Namespaced events to assist unbinding events. * Added destroy event to unbind zoom events & remove created img element. Example: $('.example').trigger('zoom.destroy'); * Added onZoomIn and onZoomOut callbacks ##### v1.7.3 - 2013/6/10 * Fixing mistake made in previous commit ##### v1.7.2 - 2013/6/6 * Replaced new Image() with document.createElement('img') to avoid a potential bug in Chrome 27. ##### v1.7.1 - 2013/3/12 * Replaced jQuery shorthand methods with on() in anticipation of jQuery 2.0 ##### v1.7.0 - 2013/1/31 * Added 'toggle' behavior to zoom in/out on click. Example: $('#example').zoom({ on:'toggle' }); * Removed the icon property in favor of just using CSS. ##### v1.6.0 - 2013/1/22 * Created $.zoom which contains the positioning logic, so that users can write custom controls or event handling. ##### v1.5.0 - 2012/11/19 * Added 'target' property for specifying the element that displays the zoomed image. ##### v1.4.0 - 2012/9/29 * Changed API & added option to activate on click. ##### v1.3.0 - 2011/12/21 * Added 'callback' property that will execute a callback function once the image has loaded. * Fixed a bug relating to the 'grab' property ##### v1.2.0 - 2011/11/15 * Fixed a positioning bug ##### v1.1.0 - 2011/11/15 * Added 'grab' property ##### v1.0.0 - 2011/11/11 * First releasePKa\Pv animate-css/animate.min.cssnuW+A@charset "UTF-8";/*! Animate.css - http://daneden.me/animate Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2014 Daniel Eden */.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}@keyframes pulse{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes rubberBand{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}@keyframes tada{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%,100%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}@keyframes wobble{0%,100%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}.bounceOut,.flipOutX{-webkit-animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;animation-duration:.75s;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}PKa\ }Jf f +ace-builds/src-min-noconflict/worker-css.jsnuW+A"no use strict";(function(e){if(typeof e.window!="undefined"&&e.document)return;e.console=function(){var e=Array.prototype.slice.call(arguments,0);postMessage({type:"log",data:e})},e.console.error=e.console.warn=e.console.log=e.console.trace=e.console,e.window=e,e.ace=e,e.onerror=function(e,t,n,r,i){console.error("Worker "+(i?i.stack:e))},e.normalizeModule=function(t,n){if(n.indexOf("!")!==-1){var r=n.split("!");return e.normalizeModule(t,r[0])+"!"+e.normalizeModule(t,r[1])}if(n.charAt(0)=="."){var i=t.split("/").slice(0,-1).join("/");n=(i?i+"/":"")+n;while(n.indexOf(".")!==-1&&s!=n){var s=n;n=n.replace(/^\.\//,"").replace(/\/\.\//,"/").replace(/[^\/]+\/\.\.\//,"")}}return n},e.require=function(t,n){n||(n=t,t=null);if(!n.charAt)throw new Error("worker.js require() accepts only (parentId, id) as arguments");n=e.normalizeModule(t,n);var r=e.require.modules[n];if(r)return r.initialized||(r.initialized=!0,r.exports=r.factory().exports),r.exports;var i=n.split("/");if(!e.require.tlns)return console.log("unable to load "+n);i[0]=e.require.tlns[i[0]]||i[0];var s=i.join("/")+".js";return e.require.id=n,importScripts(s),e.require(t,n)},e.require.modules={},e.require.tlns={},e.define=function(t,n,r){arguments.length==2?(r=n,typeof t!="string"&&(n=t,t=e.require.id)):arguments.length==1&&(r=t,n=[],t=e.require.id),n.length||(n=["require","exports","module"]);if(t.indexOf("text!")===0)return;var i=function(n){return e.require(t,n)};e.require.modules[t]={exports:{},factory:function(){var e=this,t=r.apply(this,n.map(function(t){switch(t){case"require":return i;case"exports":return e.exports;case"module":return e;default:return i(t)}}));return t&&(e.exports=t),e}}},e.define.amd={},e.initBaseUrls=function(e){require.tlns=e},e.initSender=function(){var t=e.require("ace/lib/event_emitter").EventEmitter,n=e.require("ace/lib/oop"),r=function(){};return function(){n.implement(this,t),this.callback=function(e,t){postMessage({type:"call",id:t,data:e})},this.emit=function(e,t){postMessage({type:"event",name:e,data:t})}}.call(r.prototype),new r};var t=e.main=null,n=e.sender=null;e.onmessage=function(r){var i=r.data;if(i.command){if(!t[i.command])throw new Error("Unknown command:"+i.command);t[i.command].apply(t,i.args)}else if(i.init){initBaseUrls(i.tlns),require("ace/lib/es5-shim"),n=e.sender=initSender();var s=require(i.module)[i.classname];t=e.main=new s(n)}else i.event&&n&&n._signal(i.event,i.data)}})(this),ace.define("ace/lib/es5-shim",["require","exports","module"],function(e,t,n){function r(){}function i(e){try{return Object.defineProperty(e,"sentinel",{}),"sentinel"in e}catch(t){}}function s(e){return e=+e,e!==e?e=0:e!==0&&e!==1/0&&e!==-1/0&&(e=(e>0||-1)*Math.floor(Math.abs(e))),e}function o(e){var t=typeof e;return e===null||t==="undefined"||t==="boolean"||t==="number"||t==="string"}function u(e){var t,n,r;if(o(e))return e;n=e.valueOf;if(typeof n=="function"){t=n.call(e);if(o(t))return t}r=e.toString;if(typeof r=="function"){t=r.call(e);if(o(t))return t}throw new TypeError}Function.prototype.bind||(Function.prototype.bind=function(e){var t=this;if(typeof t!="function")throw new TypeError("Function.prototype.bind called on incompatible "+t);var n=c.call(arguments,1),i=function(){if(this instanceof i){var r=t.apply(this,n.concat(c.call(arguments)));return Object(r)===r?r:this}return t.apply(e,n.concat(c.call(arguments)))};return t.prototype&&(r.prototype=t.prototype,i.prototype=new r,r.prototype=null),i});var a=Function.prototype.call,f=Array.prototype,l=Object.prototype,c=f.slice,h=a.bind(l.toString),p=a.bind(l.hasOwnProperty),d,v,m,g,y;if(y=p(l,"__defineGetter__"))d=a.bind(l.__defineGetter__),v=a.bind(l.__defineSetter__),m=a.bind(l.__lookupGetter__),g=a.bind(l.__lookupSetter__);if([1,2].splice(0).length!=2)if(!function(){function e(e){var t=new Array(e+2);return t[0]=t[1]=0,t}var t=[],n;t.splice.apply(t,e(20)),t.splice.apply(t,e(26)),n=t.length,t.splice(5,0,"XXX"),n+1==t.length;if(n+1==t.length)return!0}())Array.prototype.splice=function(e,t){var n=this.length;e>0?e>n&&(e=n):e==void 0?e=0:e<0&&(e=Math.max(n+e,0)),e+tu)for(h=f;h--;)this[a+h]=this[u+h];if(s&&e===l)this.length=l,this.push.apply(this,i);else{this.length=l+s;for(h=0;h>>0;if(h(e)!="[object Function]")throw new TypeError;while(++i>>0,i=Array(r),s=arguments[1];if(h(e)!="[object Function]")throw new TypeError(e+" is not a function");for(var o=0;o>>0,i=[],s,o=arguments[1];if(h(e)!="[object Function]")throw new TypeError(e+" is not a function");for(var u=0;u>>0,i=arguments[1];if(h(e)!="[object Function]")throw new TypeError(e+" is not a function");for(var s=0;s>>0,i=arguments[1];if(h(e)!="[object Function]")throw new TypeError(e+" is not a function");for(var s=0;s>>0;if(h(e)!="[object Function]")throw new TypeError(e+" is not a function");if(!r&&arguments.length==1)throw new TypeError("reduce of empty array with no initial value");var i=0,s;if(arguments.length>=2)s=arguments[1];else do{if(i in n){s=n[i++];break}if(++i>=r)throw new TypeError("reduce of empty array with no initial value")}while(!0);for(;i>>0;if(h(e)!="[object Function]")throw new TypeError(e+" is not a function");if(!r&&arguments.length==1)throw new TypeError("reduceRight of empty array with no initial value");var i,s=r-1;if(arguments.length>=2)i=arguments[1];else do{if(s in n){i=n[s--];break}if(--s<0)throw new TypeError("reduceRight of empty array with no initial value")}while(!0);do s in this&&(i=e.call(void 0,i,n[s],s,t));while(s--);return i});if(!Array.prototype.indexOf||[0,1].indexOf(1,2)!=-1)Array.prototype.indexOf=function(e){var t=E&&h(this)=="[object String]"?this.split(""):F(this),n=t.length>>>0;if(!n)return-1;var r=0;arguments.length>1&&(r=s(arguments[1])),r=r>=0?r:Math.max(0,n+r);for(;r>>0;if(!n)return-1;var r=n-1;arguments.length>1&&(r=Math.min(r,s(arguments[1]))),r=r>=0?r:n-Math.abs(r);for(;r>=0;r--)if(r in t&&e===t[r])return r;return-1};Object.getPrototypeOf||(Object.getPrototypeOf=function(e){return e.__proto__||(e.constructor?e.constructor.prototype:l)});if(!Object.getOwnPropertyDescriptor){var S="Object.getOwnPropertyDescriptor called on a non-object: ";Object.getOwnPropertyDescriptor=function(e,t){if(typeof e!="object"&&typeof e!="function"||e===null)throw new TypeError(S+e);if(!p(e,t))return;var n,r,i;n={enumerable:!0,configurable:!0};if(y){var s=e.__proto__;e.__proto__=l;var r=m(e,t),i=g(e,t);e.__proto__=s;if(r||i)return r&&(n.get=r),i&&(n.set=i),n}return n.value=e[t],n}}Object.getOwnPropertyNames||(Object.getOwnPropertyNames=function(e){return Object.keys(e)});if(!Object.create){var x;Object.prototype.__proto__===null?x=function(){return{__proto__:null}}:x=function(){var e={};for(var t in e)e[t]=null;return e.constructor=e.hasOwnProperty=e.propertyIsEnumerable=e.isPrototypeOf=e.toLocaleString=e.toString=e.valueOf=e.__proto__=null,e},Object.create=function(e,t){var n;if(e===null)n=x();else{if(typeof e!="object")throw new TypeError("typeof prototype["+typeof e+"] != 'object'");var r=function(){};r.prototype=e,n=new r,n.__proto__=e}return t!==void 0&&Object.defineProperties(n,t),n}}if(Object.defineProperty){var T=i({}),N=typeof document=="undefined"||i(document.createElement("div"));if(!T||!N)var C=Object.defineProperty}if(!Object.defineProperty||C){var k="Property description must be an object: ",L="Object.defineProperty called on non-object: ",A="getters & setters can not be defined on this javascript engine";Object.defineProperty=function(e,t,n){if(typeof e!="object"&&typeof e!="function"||e===null)throw new TypeError(L+e);if(typeof n!="object"&&typeof n!="function"||n===null)throw new TypeError(k+n);if(C)try{return C.call(Object,e,t,n)}catch(r){}if(p(n,"value"))if(y&&(m(e,t)||g(e,t))){var i=e.__proto__;e.__proto__=l,delete e[t],e[t]=n.value,e.__proto__=i}else e[t]=n.value;else{if(!y)throw new TypeError(A);p(n,"get")&&d(e,t,n.get),p(n,"set")&&v(e,t,n.set)}return e}}Object.defineProperties||(Object.defineProperties=function(e,t){for(var n in t)p(t,n)&&Object.defineProperty(e,n,t[n]);return e}),Object.seal||(Object.seal=function(e){return e}),Object.freeze||(Object.freeze=function(e){return e});try{Object.freeze(function(){})}catch(O){Object.freeze=function(e){return function(t){return typeof t=="function"?t:e(t)}}(Object.freeze)}Object.preventExtensions||(Object.preventExtensions=function(e){return e}),Object.isSealed||(Object.isSealed=function(e){return!1}),Object.isFrozen||(Object.isFrozen=function(e){return!1}),Object.isExtensible||(Object.isExtensible=function(e){if(Object(e)===e)throw new TypeError;var t="";while(p(e,t))t+="?";e[t]=!0;var n=p(e,t);return delete e[t],n});if(!Object.keys){var M=!0,_=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],D=_.length;for(var P in{toString:null})M=!1;Object.keys=function I(e){if(typeof e!="object"&&typeof e!="function"||e===null)throw new TypeError("Object.keys called on a non-object");var I=[];for(var t in e)p(e,t)&&I.push(t);if(M)for(var n=0,r=D;n0){t&1&&(n+=e);if(t>>=1)e+=e}return n};var r=/^\s\s*/,i=/\s\s*$/;t.stringTrimLeft=function(e){return e.replace(r,"")},t.stringTrimRight=function(e){return e.replace(i,"")},t.copyObject=function(e){var t={};for(var n in e)t[n]=e[n];return t},t.copyArray=function(e){var t=[];for(var n=0,r=e.length;n=t?(e.row=Math.max(0,t-1),e.column=this.getLine(t-1).length):e.row<0&&(e.row=0),e},this.insert=function(e,t){if(!t||t.length===0)return e;e=this.$clipPosition(e),this.getLength()<=1&&this.$detectNewLine(t);var n=this.$split(t),r=n.splice(0,1)[0],i=n.length==0?null:n.splice(n.length-1,1)[0];return e=this.insertInLine(e,r),i!==null&&(e=this.insertNewLine(e),e=this._insertLines(e.row,n),e=this.insertInLine(e,i||"")),e},this.insertLines=function(e,t){return e>=this.getLength()?this.insert({row:e,column:0},"\n"+t.join("\n")):this._insertLines(Math.max(e,0),t)},this._insertLines=function(e,t){if(t.length==0)return{row:e,column:0};while(t.length>61440){var n=this._insertLines(e,t.slice(0,61440));t=t.slice(61440),e=n.row}var r=[e,0];r.push.apply(r,t),this.$lines.splice.apply(this.$lines,r);var i=new s(e,0,e+t.length,0),o={action:"insertLines",range:i,lines:t};return this._signal("change",{data:o}),i.end},this.insertNewLine=function(e){e=this.$clipPosition(e);var t=this.$lines[e.row]||"";this.$lines[e.row]=t.substring(0,e.column),this.$lines.splice(e.row+1,0,t.substring(e.column,t.length));var n={row:e.row+1,column:0},r={action:"insertText",range:s.fromPoints(e,n),text:this.getNewLineCharacter()};return this._signal("change",{data:r}),n},this.insertInLine=function(e,t){if(t.length==0)return e;var n=this.$lines[e.row]||"";this.$lines[e.row]=n.substring(0,e.column)+t+n.substring(e.column);var r={row:e.row,column:e.column+t.length},i={action:"insertText",range:s.fromPoints(e,r),text:t};return this._signal("change",{data:i}),r},this.remove=function(e){e instanceof s||(e=s.fromPoints(e.start,e.end)),e.start=this.$clipPosition(e.start),e.end=this.$clipPosition(e.end);if(e.isEmpty())return e.start;var t=e.start.row,n=e.end.row;if(e.isMultiLine()){var r=e.start.column==0?t:t+1,i=n-1;e.end.column>0&&this.removeInLine(n,0,e.end.column),i>=r&&this._removeLines(r,i),r!=t&&(this.removeInLine(t,e.start.column,this.getLine(t).length),this.removeNewLine(e.start.row))}else this.removeInLine(t,e.start.column,e.end.column);return e.start},this.removeInLine=function(e,t,n){if(t==n)return;var r=new s(e,t,e,n),i=this.getLine(e),o=i.substring(t,n),u=i.substring(0,t)+i.substring(n,i.length);this.$lines.splice(e,1,u);var a={action:"removeText",range:r,text:o};return this._signal("change",{data:a}),r.start},this.removeLines=function(e,t){return e<0||t>=this.getLength()?this.remove(new s(e,0,t+1,0)):this._removeLines(e,t)},this._removeLines=function(e,t){var n=new s(e,0,t+1,0),r=this.$lines.splice(e,t-e+1),i={action:"removeLines",range:n,nl:this.getNewLineCharacter(),lines:r};return this._signal("change",{data:i}),r},this.removeNewLine=function(e){var t=this.getLine(e),n=this.getLine(e+1),r=new s(e,t.length,e+1,0),i=t+n;this.$lines.splice(e,2,i);var o={action:"removeText",range:r,text:this.getNewLineCharacter()};this._signal("change",{data:o})},this.replace=function(e,t){e instanceof s||(e=s.fromPoints(e.start,e.end));if(t.length==0&&e.isEmpty())return e.start;if(t==this.getTextRange(e))return e.end;this.remove(e);if(t)var n=this.insert(e.start,t);else n=e.start;return n},this.applyDeltas=function(e){for(var t=0;t=0;t--){var n=e[t],r=s.fromPoints(n.range.start,n.range.end);n.action=="insertLines"?this._removeLines(r.start.row,r.end.row-1):n.action=="insertText"?this.remove(r):n.action=="removeLines"?this._insertLines(r.start.row,n.lines):n.action=="removeText"&&this.insert(r.start,n.text)}},this.indexToPosition=function(e,t){var n=this.$lines||this.getAllLines(),r=this.getNewLineCharacter().length;for(var i=t||0,s=n.length;i ["+this.end.row+"/"+this.end.column+"]"},this.contains=function(e,t){return this.compare(e,t)==0},this.compareRange=function(e){var t,n=e.end,r=e.start;return t=this.compare(n.row,n.column),t==1?(t=this.compare(r.row,r.column),t==1?2:t==0?1:0):t==-1?-2:(t=this.compare(r.row,r.column),t==-1?-1:t==1?42:0)},this.comparePoint=function(e){return this.compare(e.row,e.column)},this.containsRange=function(e){return this.comparePoint(e.start)==0&&this.comparePoint(e.end)==0},this.intersects=function(e){var t=this.compareRange(e);return t==-1||t==0||t==1},this.isEnd=function(e,t){return this.end.row==e&&this.end.column==t},this.isStart=function(e,t){return this.start.row==e&&this.start.column==t},this.setStart=function(e,t){typeof e=="object"?(this.start.column=e.column,this.start.row=e.row):(this.start.row=e,this.start.column=t)},this.setEnd=function(e,t){typeof e=="object"?(this.end.column=e.column,this.end.row=e.row):(this.end.row=e,this.end.column=t)},this.inside=function(e,t){return this.compare(e,t)==0?this.isEnd(e,t)||this.isStart(e,t)?!1:!0:!1},this.insideStart=function(e,t){return this.compare(e,t)==0?this.isEnd(e,t)?!1:!0:!1},this.insideEnd=function(e,t){return this.compare(e,t)==0?this.isStart(e,t)?!1:!0:!1},this.compare=function(e,t){return!this.isMultiLine()&&e===this.start.row?tthis.end.column?1:0:ethis.end.row?1:this.start.row===e?t>=this.start.column?0:-1:this.end.row===e?t<=this.end.column?0:1:0},this.compareStart=function(e,t){return this.start.row==e&&this.start.column==t?-1:this.compare(e,t)},this.compareEnd=function(e,t){return this.end.row==e&&this.end.column==t?1:this.compare(e,t)},this.compareInside=function(e,t){return this.end.row==e&&this.end.column==t?1:this.start.row==e&&this.start.column==t?-1:this.compare(e,t)},this.clipRows=function(e,t){if(this.end.row>t)var n={row:t+1,column:0};else if(this.end.rowt)var r={row:t+1,column:0};else if(this.start.rowthis.row)return;if(n.start.row==this.row&&n.start.column>this.column)return;var r=this.row,i=this.column,s=n.start,o=n.end;if(t.action==="insertText")if(s.row===r&&s.column<=i){if(s.column!==i||!this.$insertRight)s.row===o.row?i+=o.column-s.column:(i-=s.column,r+=o.row-s.row)}else s.row!==o.row&&s.row=i?i=s.column:i=Math.max(0,i-(o.column-s.column)):s.row!==o.row&&s.row=this.document.getLength()?(n.row=Math.max(0,this.document.getLength()-1),n.column=this.document.getLine(n.row).length):e<0?(n.row=0,n.column=0):(n.row=e,n.column=Math.min(this.document.getLine(n.row).length,Math.max(0,t))),t<0&&(n.column=0),n}}).call(s.prototype)}),ace.define("ace/mode/css/csslint",["require","exports","module"],function(require,exports,module){function Reporter(e,t){this.messages=[],this.stats=[],this.lines=e,this.ruleset=t}var parserlib={};(function(){function e(){this._listeners={}}function t(e){this._input=e.replace(/\n\r?/g,"\n"),this._line=1,this._col=1,this._cursor=0}function n(e,t,n){this.col=n,this.line=t,this.message=e}function r(e,t,n,r){this.col=n,this.line=t,this.text=e,this.type=r}function i(e,n){this._reader=e?new t(e.toString()):null,this._token=null,this._tokenData=n,this._lt=[],this._ltIndex=0,this._ltIndexCache=[]}e.prototype={constructor:e,addListener:function(e,t){this._listeners[e]||(this._listeners[e]=[]),this._listeners[e].push(t)},fire:function(e){typeof e=="string"&&(e={type:e}),typeof e.target!="undefined"&&(e.target=this);if(typeof e.type=="undefined")throw new Error("Event object missing 'type' property.");if(this._listeners[e.type]){var t=this._listeners[e.type].concat();for(var n=0,r=t.length;n=0&&this._ltIndex-1&&!t[u.type].hide&&(u.channel=t[u.type].channel,this._token=u,this._lt.push(u),this._ltIndexCache.push(this._lt.length-this._ltIndex+i),this._lt.length>5&&this._lt.shift(),this._ltIndexCache.length>5&&this._ltIndexCache.shift(),this._ltIndex=this._lt.length),a=t[u.type],a&&(a.hide||a.channel!==undefined&&e!==a.channel)?this.get(e):u.type},LA:function(e){var t=e,n;if(e>0){if(e>5)throw new Error("Too much lookahead.");while(t)n=this.get(),t--;while(tthis._tokenData.length?"UNKNOWN_TOKEN":this._tokenData[e].name},tokenType:function(e){return this._tokenData[e]||-1},unget:function(){if(!this._ltIndexCache.length)throw new Error("Too much lookahead.");this._ltIndex-=this._ltIndexCache.pop(),this._token=this._lt[this._ltIndex-1]}},parserlib.util={StringReader:t,SyntaxError:n,SyntaxUnit:r,EventTarget:e,TokenStreamBase:i}})(),function(){function Combinator(e,t,n){SyntaxUnit.call(this,e,t,n,Parser.COMBINATOR_TYPE),this.type="unknown",/^\s+$/.test(e)?this.type="descendant":e==">"?this.type="child":e=="+"?this.type="adjacent-sibling":e=="~"&&(this.type="sibling")}function MediaFeature(e,t){SyntaxUnit.call(this,"("+e+(t!==null?":"+t:"")+")",e.startLine,e.startCol,Parser.MEDIA_FEATURE_TYPE),this.name=e,this.value=t}function MediaQuery(e,t,n,r,i){SyntaxUnit.call(this,(e?e+" ":"")+(t?t:"")+(t&&n.length>0?" and ":"")+n.join(" and "),r,i,Parser.MEDIA_QUERY_TYPE),this.modifier=e,this.mediaType=t,this.features=n}function Parser(e){EventTarget.call(this),this.options=e||{},this._tokenStream=null}function PropertyName(e,t,n,r){SyntaxUnit.call(this,e,n,r,Parser.PROPERTY_NAME_TYPE),this.hack=t}function PropertyValue(e,t,n){SyntaxUnit.call(this,e.join(" "),t,n,Parser.PROPERTY_VALUE_TYPE),this.parts=e}function PropertyValueIterator(e){this._i=0,this._parts=e.parts,this._marks=[],this.value=e}function PropertyValuePart(text,line,col){SyntaxUnit.call(this,text,line,col,Parser.PROPERTY_VALUE_PART_TYPE),this.type="unknown";var temp;if(/^([+\-]?[\d\.]+)([a-z]+)$/i.test(text)){this.type="dimension",this.value=+RegExp.$1,this.units=RegExp.$2;switch(this.units.toLowerCase()){case"em":case"rem":case"ex":case"px":case"cm":case"mm":case"in":case"pt":case"pc":case"ch":case"vh":case"vw":case"vm":this.type="length";break;case"deg":case"rad":case"grad":this.type="angle";break;case"ms":case"s":this.type="time";break;case"hz":case"khz":this.type="frequency";break;case"dpi":case"dpcm":this.type="resolution"}}else/^([+\-]?[\d\.]+)%$/i.test(text)?(this.type="percentage",this.value=+RegExp.$1):/^([+\-]?\d+)$/i.test(text)?(this.type="integer",this.value=+RegExp.$1):/^([+\-]?[\d\.]+)$/i.test(text)?(this.type="number",this.value=+RegExp.$1):/^#([a-f0-9]{3,6})/i.test(text)?(this.type="color",temp=RegExp.$1,temp.length==3?(this.red=parseInt(temp.charAt(0)+temp.charAt(0),16),this.green=parseInt(temp.charAt(1)+temp.charAt(1),16),this.blue=parseInt(temp.charAt(2)+temp.charAt(2),16)):(this.red=parseInt(temp.substring(0,2),16),this.green=parseInt(temp.substring(2,4),16),this.blue=parseInt(temp.substring(4,6),16))):/^rgb\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\)/i.test(text)?(this.type="color",this.red=+RegExp.$1,this.green=+RegExp.$2,this.blue=+RegExp.$3):/^rgb\(\s*(\d+)%\s*,\s*(\d+)%\s*,\s*(\d+)%\s*\)/i.test(text)?(this.type="color",this.red=+RegExp.$1*255/100,this.green=+RegExp.$2*255/100,this.blue=+RegExp.$3*255/100):/^rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*([\d\.]+)\s*\)/i.test(text)?(this.type="color",this.red=+RegExp.$1,this.green=+RegExp.$2,this.blue=+RegExp.$3,this.alpha=+RegExp.$4):/^rgba\(\s*(\d+)%\s*,\s*(\d+)%\s*,\s*(\d+)%\s*,\s*([\d\.]+)\s*\)/i.test(text)?(this.type="color",this.red=+RegExp.$1*255/100,this.green=+RegExp.$2*255/100,this.blue=+RegExp.$3*255/100,this.alpha=+RegExp.$4):/^hsl\(\s*(\d+)\s*,\s*(\d+)%\s*,\s*(\d+)%\s*\)/i.test(text)?(this.type="color",this.hue=+RegExp.$1,this.saturation=+RegExp.$2/100,this.lightness=+RegExp.$3/100):/^hsla\(\s*(\d+)\s*,\s*(\d+)%\s*,\s*(\d+)%\s*,\s*([\d\.]+)\s*\)/i.test(text)?(this.type="color",this.hue=+RegExp.$1,this.saturation=+RegExp.$2/100,this.lightness=+RegExp.$3/100,this.alpha=+RegExp.$4):/^url\(["']?([^\)"']+)["']?\)/i.test(text)?(this.type="uri",this.uri=RegExp.$1):/^([^\(]+)\(/i.test(text)?(this.type="function",this.name=RegExp.$1,this.value=text):/^["'][^"']*["']/.test(text)?(this.type="string",this.value=eval(text)):Colors[text.toLowerCase()]?(this.type="color",temp=Colors[text.toLowerCase()].substring(1),this.red=parseInt(temp.substring(0,2),16),this.green=parseInt(temp.substring(2,4),16),this.blue=parseInt(temp.substring(4,6),16)):/^[\,\/]$/.test(text)?(this.type="operator",this.value=text):/^[a-z\-\u0080-\uFFFF][a-z0-9\-\u0080-\uFFFF]*$/i.test(text)&&(this.type="identifier",this.value=text)}function Selector(e,t,n){SyntaxUnit.call(this,e.join(" "),t,n,Parser.SELECTOR_TYPE),this.parts=e,this.specificity=Specificity.calculate(this)}function SelectorPart(e,t,n,r,i){SyntaxUnit.call(this,n,r,i,Parser.SELECTOR_PART_TYPE),this.elementName=e,this.modifiers=t}function SelectorSubPart(e,t,n,r){SyntaxUnit.call(this,e,n,r,Parser.SELECTOR_SUB_PART_TYPE),this.type=t,this.args=[]}function Specificity(e,t,n,r){this.a=e,this.b=t,this.c=n,this.d=r}function isHexDigit(e){return e!==null&&h.test(e)}function isDigit(e){return e!==null&&/\d/.test(e)}function isWhitespace(e){return e!==null&&/\s/.test(e)}function isNewLine(e){return e!==null&&nl.test(e)}function isNameStart(e){return e!==null&&/[a-z_\u0080-\uFFFF\\]/i.test(e)}function isNameChar(e){return e!==null&&(isNameStart(e)||/[0-9\-\\]/.test(e))}function isIdentStart(e){return e!==null&&(isNameStart(e)||/\-\\/.test(e))}function mix(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e}function TokenStream(e){TokenStreamBase.call(this,e,Tokens)}function ValidationError(e,t,n){this.col=n,this.line=t,this.message=e}var EventTarget=parserlib.util.EventTarget,TokenStreamBase=parserlib.util.TokenStreamBase,StringReader=parserlib.util.StringReader,SyntaxError=parserlib.util.SyntaxError,SyntaxUnit=parserlib.util.SyntaxUnit,Colors={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgrey:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",grey:"#808080",green:"#008000",greenyellow:"#adff2f",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370d8",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#d87093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32",activeBorder:"Active window border.",activecaption:"Active window caption.",appworkspace:"Background color of multiple document interface.",background:"Desktop background.",buttonface:"The face background color for 3-D elements that appear 3-D due to one layer of surrounding border.",buttonhighlight:"The color of the border facing the light source for 3-D elements that appear 3-D due to one layer of surrounding border.",buttonshadow:"The color of the border away from the light source for 3-D elements that appear 3-D due to one layer of surrounding border.",buttontext:"Text on push buttons.",captiontext:"Text in caption, size box, and scrollbar arrow box.",graytext:"Grayed (disabled) text. This color is set to #000 if the current display driver does not support a solid gray color.",greytext:"Greyed (disabled) text. This color is set to #000 if the current display driver does not support a solid grey color.",highlight:"Item(s) selected in a control.",highlighttext:"Text of item(s) selected in a control.",inactiveborder:"Inactive window border.",inactivecaption:"Inactive window caption.",inactivecaptiontext:"Color of text in an inactive caption.",infobackground:"Background color for tooltip controls.",infotext:"Text color for tooltip controls.",menu:"Menu background.",menutext:"Text in menus.",scrollbar:"Scroll bar gray area.",threeddarkshadow:"The color of the darker (generally outer) of the two borders away from the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.",threedface:"The face background color for 3-D elements that appear 3-D due to two concentric layers of surrounding border.",threedhighlight:"The color of the lighter (generally outer) of the two borders facing the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.",threedlightshadow:"The color of the darker (generally inner) of the two borders facing the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.",threedshadow:"The color of the lighter (generally inner) of the two borders away from the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.",window:"Window background.",windowframe:"Window frame.",windowtext:"Text in windows."};Combinator.prototype=new SyntaxUnit,Combinator.prototype.constructor=Combinator,MediaFeature.prototype=new SyntaxUnit,MediaFeature.prototype.constructor=MediaFeature,MediaQuery.prototype=new SyntaxUnit,MediaQuery.prototype.constructor=MediaQuery,Parser.DEFAULT_TYPE=0,Parser.COMBINATOR_TYPE=1,Parser.MEDIA_FEATURE_TYPE=2,Parser.MEDIA_QUERY_TYPE=3,Parser.PROPERTY_NAME_TYPE=4,Parser.PROPERTY_VALUE_TYPE=5,Parser.PROPERTY_VALUE_PART_TYPE=6,Parser.SELECTOR_TYPE=7,Parser.SELECTOR_PART_TYPE=8,Parser.SELECTOR_SUB_PART_TYPE=9,Parser.prototype=function(){var e=new EventTarget,t,n={constructor:Parser,DEFAULT_TYPE:0,COMBINATOR_TYPE:1,MEDIA_FEATURE_TYPE:2,MEDIA_QUERY_TYPE:3,PROPERTY_NAME_TYPE:4,PROPERTY_VALUE_TYPE:5,PROPERTY_VALUE_PART_TYPE:6,SELECTOR_TYPE:7,SELECTOR_PART_TYPE:8,SELECTOR_SUB_PART_TYPE:9,_stylesheet:function(){var e=this._tokenStream,t=null,n,r,i;this.fire("startstylesheet"),this._charset(),this._skipCruft();while(e.peek()==Tokens.IMPORT_SYM)this._import(),this._skipCruft();while(e.peek()==Tokens.NAMESPACE_SYM)this._namespace(),this._skipCruft();i=e.peek();while(i>Tokens.EOF){try{switch(i){case Tokens.MEDIA_SYM:this._media(),this._skipCruft();break;case Tokens.PAGE_SYM:this._page(),this._skipCruft();break;case Tokens.FONT_FACE_SYM:this._font_face(),this._skipCruft();break;case Tokens.KEYFRAMES_SYM:this._keyframes(),this._skipCruft();break;case Tokens.VIEWPORT_SYM:this._viewport(),this._skipCruft();break;case Tokens.UNKNOWN_SYM:e.get();if(!!this.options.strict)throw new SyntaxError("Unknown @ rule.",e.LT(0).startLine,e.LT(0).startCol);this.fire({type:"error",error:null,message:"Unknown @ rule: "+e.LT(0).value+".",line:e.LT(0).startLine,col:e.LT(0).startCol}),n=0;while(e.advance([Tokens.LBRACE,Tokens.RBRACE])==Tokens.LBRACE)n++;while(n)e.advance([Tokens.RBRACE]),n--;break;case Tokens.S:this._readWhitespace();break;default:if(!this._ruleset())switch(i){case Tokens.CHARSET_SYM:throw r=e.LT(1),this._charset(!1),new SyntaxError("@charset not allowed here.",r.startLine,r.startCol);case Tokens.IMPORT_SYM:throw r=e.LT(1),this._import(!1),new SyntaxError("@import not allowed here.",r.startLine,r.startCol);case Tokens.NAMESPACE_SYM:throw r=e.LT(1),this._namespace(!1),new SyntaxError("@namespace not allowed here.",r.startLine,r.startCol);default:e.get(),this._unexpectedToken(e.token())}}}catch(s){if(!(s instanceof SyntaxError&&!this.options.strict))throw s;this.fire({type:"error",error:s,message:s.message,line:s.line,col:s.col})}i=e.peek()}i!=Tokens.EOF&&this._unexpectedToken(e.token()),this.fire("endstylesheet")},_charset:function(e){var t=this._tokenStream,n,r,i,s;t.match(Tokens.CHARSET_SYM)&&(i=t.token().startLine,s=t.token().startCol,this._readWhitespace(),t.mustMatch(Tokens.STRING),r=t.token(),n=r.value,this._readWhitespace(),t.mustMatch(Tokens.SEMICOLON),e!==!1&&this.fire({type:"charset",charset:n,line:i,col:s}))},_import:function(e){var t=this._tokenStream,n,r,i,s=[];t.mustMatch(Tokens.IMPORT_SYM),i=t.token(),this._readWhitespace(),t.mustMatch([Tokens.STRING,Tokens.URI]),r=t.token().value.replace(/(?:url\()?["']([^"']+)["']\)?/,"$1"),this._readWhitespace(),s=this._media_query_list(),t.mustMatch(Tokens.SEMICOLON),this._readWhitespace(),e!==!1&&this.fire({type:"import",uri:r,media:s,line:i.startLine,col:i.startCol})},_namespace:function(e){var t=this._tokenStream,n,r,i,s;t.mustMatch(Tokens.NAMESPACE_SYM),n=t.token().startLine,r=t.token().startCol,this._readWhitespace(),t.match(Tokens.IDENT)&&(i=t.token().value,this._readWhitespace()),t.mustMatch([Tokens.STRING,Tokens.URI]),s=t.token().value.replace(/(?:url\()?["']([^"']+)["']\)?/,"$1"),this._readWhitespace(),t.mustMatch(Tokens.SEMICOLON),this._readWhitespace(),e!==!1&&this.fire({type:"namespace",prefix:i,uri:s,line:n,col:r})},_media:function(){var e=this._tokenStream,t,n,r;e.mustMatch(Tokens.MEDIA_SYM),t=e.token().startLine,n=e.token().startCol,this._readWhitespace(),r=this._media_query_list(),e.mustMatch(Tokens.LBRACE),this._readWhitespace(),this.fire({type:"startmedia",media:r,line:t,col:n});for(;;)if(e.peek()==Tokens.PAGE_SYM)this._page();else if(e.peek()==Tokens.FONT_FACE_SYM)this._font_face();else if(!this._ruleset())break;e.mustMatch(Tokens.RBRACE),this._readWhitespace(),this.fire({type:"endmedia",media:r,line:t,col:n})},_media_query_list:function(){var e=this._tokenStream,t=[];this._readWhitespace(),(e.peek()==Tokens.IDENT||e.peek()==Tokens.LPAREN)&&t.push(this._media_query());while(e.match(Tokens.COMMA))this._readWhitespace(),t.push(this._media_query());return t},_media_query:function(){var e=this._tokenStream,t=null,n=null,r=null,i=[];e.match(Tokens.IDENT)&&(n=e.token().value.toLowerCase(),n!="only"&&n!="not"?(e.unget(),n=null):r=e.token()),this._readWhitespace(),e.peek()==Tokens.IDENT?(t=this._media_type(),r===null&&(r=e.token())):e.peek()==Tokens.LPAREN&&(r===null&&(r=e.LT(1)),i.push(this._media_expression()));if(t===null&&i.length===0)return null;this._readWhitespace();while(e.match(Tokens.IDENT))e.token().value.toLowerCase()!="and"&&this._unexpectedToken(e.token()),this._readWhitespace(),i.push(this._media_expression());return new MediaQuery(n,t,i,r.startLine,r.startCol)},_media_type:function(){return this._media_feature()},_media_expression:function(){var e=this._tokenStream,t=null,n,r=null;return e.mustMatch(Tokens.LPAREN),t=this._media_feature(),this._readWhitespace(),e.match(Tokens.COLON)&&(this._readWhitespace(),n=e.LT(1),r=this._expression()),e.mustMatch(Tokens.RPAREN),this._readWhitespace(),new MediaFeature(t,r?new SyntaxUnit(r,n.startLine,n.startCol):null)},_media_feature:function(){var e=this._tokenStream;return e.mustMatch(Tokens.IDENT),SyntaxUnit.fromToken(e.token())},_page:function(){var e=this._tokenStream,t,n,r=null,i=null;e.mustMatch(Tokens.PAGE_SYM),t=e.token().startLine,n=e.token().startCol,this._readWhitespace(),e.match(Tokens.IDENT)&&(r=e.token().value,r.toLowerCase()==="auto"&&this._unexpectedToken(e.token())),e.peek()==Tokens.COLON&&(i=this._pseudo_page()),this._readWhitespace(),this.fire({type:"startpage",id:r,pseudo:i,line:t,col:n}),this._readDeclarations(!0,!0),this.fire({type:"endpage",id:r,pseudo:i,line:t,col:n})},_margin:function(){var e=this._tokenStream,t,n,r=this._margin_sym();return r?(t=e.token().startLine,n=e.token().startCol,this.fire({type:"startpagemargin",margin:r,line:t,col:n}),this._readDeclarations(!0),this.fire({type:"endpagemargin",margin:r,line:t,col:n}),!0):!1},_margin_sym:function(){var e=this._tokenStream;return e.match([Tokens.TOPLEFTCORNER_SYM,Tokens.TOPLEFT_SYM,Tokens.TOPCENTER_SYM,Tokens.TOPRIGHT_SYM,Tokens.TOPRIGHTCORNER_SYM,Tokens.BOTTOMLEFTCORNER_SYM,Tokens.BOTTOMLEFT_SYM,Tokens.BOTTOMCENTER_SYM,Tokens.BOTTOMRIGHT_SYM,Tokens.BOTTOMRIGHTCORNER_SYM,Tokens.LEFTTOP_SYM,Tokens.LEFTMIDDLE_SYM,Tokens.LEFTBOTTOM_SYM,Tokens.RIGHTTOP_SYM,Tokens.RIGHTMIDDLE_SYM,Tokens.RIGHTBOTTOM_SYM])?SyntaxUnit.fromToken(e.token()):null},_pseudo_page:function(){var e=this._tokenStream;return e.mustMatch(Tokens.COLON),e.mustMatch(Tokens.IDENT),e.token().value},_font_face:function(){var e=this._tokenStream,t,n;e.mustMatch(Tokens.FONT_FACE_SYM),t=e.token().startLine,n=e.token().startCol,this._readWhitespace(),this.fire({type:"startfontface",line:t,col:n}),this._readDeclarations(!0),this.fire({type:"endfontface",line:t,col:n})},_viewport:function(){var e=this._tokenStream,t,n;e.mustMatch(Tokens.VIEWPORT_SYM),t=e.token().startLine,n=e.token().startCol,this._readWhitespace(),this.fire({type:"startviewport",line:t,col:n}),this._readDeclarations(!0),this.fire({type:"endviewport",line:t,col:n})},_operator:function(e){var t=this._tokenStream,n=null;if(t.match([Tokens.SLASH,Tokens.COMMA])||e&&t.match([Tokens.PLUS,Tokens.STAR,Tokens.MINUS]))n=t.token(),this._readWhitespace();return n?PropertyValuePart.fromToken(n):null},_combinator:function(){var e=this._tokenStream,t=null,n;return e.match([Tokens.PLUS,Tokens.GREATER,Tokens.TILDE])&&(n=e.token(),t=new Combinator(n.value,n.startLine,n.startCol),this._readWhitespace()),t},_unary_operator:function(){var e=this._tokenStream;return e.match([Tokens.MINUS,Tokens.PLUS])?e.token().value:null},_property:function(){var e=this._tokenStream,t=null,n=null,r,i,s,o;return e.peek()==Tokens.STAR&&this.options.starHack&&(e.get(),i=e.token(),n=i.value,s=i.startLine,o=i.startCol),e.match(Tokens.IDENT)&&(i=e.token(),r=i.value,r.charAt(0)=="_"&&this.options.underscoreHack&&(n="_",r=r.substring(1)),t=new PropertyName(r,n,s||i.startLine,o||i.startCol),this._readWhitespace()),t},_ruleset:function(){var e=this._tokenStream,t,n;try{n=this._selectors_group()}catch(r){if(r instanceof SyntaxError&&!this.options.strict){this.fire({type:"error",error:r,message:r.message,line:r.line,col:r.col}),t=e.advance([Tokens.RBRACE]);if(t!=Tokens.RBRACE)throw r;return!0}throw r}return n&&(this.fire({type:"startrule",selectors:n,line:n[0].line,col:n[0].col}),this._readDeclarations(!0),this.fire({type:"endrule",selectors:n,line:n[0].line,col:n[0].col})),n},_selectors_group:function(){var e=this._tokenStream,t=[],n;n=this._selector();if(n!==null){t.push(n);while(e.match(Tokens.COMMA))this._readWhitespace(),n=this._selector(),n!==null?t.push(n):this._unexpectedToken(e.LT(1))}return t.length?t:null},_selector:function(){var e=this._tokenStream,t=[],n=null,r=null,i=null;n=this._simple_selector_sequence();if(n===null)return null;t.push(n);do{r=this._combinator();if(r!==null)t.push(r),n=this._simple_selector_sequence(),n===null?this._unexpectedToken(e.LT(1)):t.push(n);else{if(!this._readWhitespace())break;i=new Combinator(e.token().value,e.token().startLine,e.token().startCol),r=this._combinator(),n=this._simple_selector_sequence(),n===null?r!==null&&this._unexpectedToken(e.LT(1)):(r!==null?t.push(r):t.push(i),t.push(n))}}while(!0);return new Selector(t,t[0].line,t[0].col)},_simple_selector_sequence:function(){var e=this._tokenStream,t=null,n=[],r="",i=[function(){return e.match(Tokens.HASH)?new SelectorSubPart(e.token().value,"id",e.token().startLine,e.token().startCol):null},this._class,this._attrib,this._pseudo,this._negation],s=0,o=i.length,u=null,a=!1,f,l;f=e.LT(1).startLine,l=e.LT(1).startCol,t=this._type_selector(),t||(t=this._universal()),t!==null&&(r+=t);for(;;){if(e.peek()===Tokens.S)break;while(s1&&e.unget()),null)},_class:function(){var e=this._tokenStream,t;return e.match(Tokens.DOT)?(e.mustMatch(Tokens.IDENT),t=e.token(),new SelectorSubPart("."+t.value,"class",t.startLine,t.startCol-1)):null},_element_name:function(){var e=this._tokenStream,t;return e.match(Tokens.IDENT)?(t=e.token(),new SelectorSubPart(t.value,"elementName",t.startLine,t.startCol)):null},_namespace_prefix:function(){var e=this._tokenStream,t="";if(e.LA(1)===Tokens.PIPE||e.LA(2)===Tokens.PIPE)e.match([Tokens.IDENT,Tokens.STAR])&&(t+=e.token().value),e.mustMatch(Tokens.PIPE),t+="|";return t.length?t:null},_universal:function(){var e=this._tokenStream,t="",n;return n=this._namespace_prefix(),n&&(t+=n),e.match(Tokens.STAR)&&(t+="*"),t.length?t:null},_attrib:function(){var e=this._tokenStream,t=null,n,r;return e.match(Tokens.LBRACKET)?(r=e.token(),t=r.value,t+=this._readWhitespace(),n=this._namespace_prefix(),n&&(t+=n),e.mustMatch(Tokens.IDENT),t+=e.token().value,t+=this._readWhitespace(),e.match([Tokens.PREFIXMATCH,Tokens.SUFFIXMATCH,Tokens.SUBSTRINGMATCH,Tokens.EQUALS,Tokens.INCLUDES,Tokens.DASHMATCH])&&(t+=e.token().value,t+=this._readWhitespace(),e.mustMatch([Tokens.IDENT,Tokens.STRING]),t+=e.token().value,t+=this._readWhitespace()),e.mustMatch(Tokens.RBRACKET),new SelectorSubPart(t+"]","attribute",r.startLine,r.startCol)):null},_pseudo:function(){var e=this._tokenStream,t=null,n=":",r,i;return e.match(Tokens.COLON)&&(e.match(Tokens.COLON)&&(n+=":"),e.match(Tokens.IDENT)?(t=e.token().value,r=e.token().startLine,i=e.token().startCol-n.length):e.peek()==Tokens.FUNCTION&&(r=e.LT(1).startLine,i=e.LT(1).startCol-n.length,t=this._functional_pseudo()),t&&(t=new SelectorSubPart(n+t,"pseudo",r,i))),t},_functional_pseudo:function(){var e=this._tokenStream,t=null;return e.match(Tokens.FUNCTION)&&(t=e.token().value,t+=this._readWhitespace(),t+=this._expression(),e.mustMatch(Tokens.RPAREN),t+=")"),t},_expression:function(){var e=this._tokenStream,t="";while(e.match([Tokens.PLUS,Tokens.MINUS,Tokens.DIMENSION,Tokens.NUMBER,Tokens.STRING,Tokens.IDENT,Tokens.LENGTH,Tokens.FREQ,Tokens.ANGLE,Tokens.TIME,Tokens.RESOLUTION,Tokens.SLASH]))t+=e.token().value,t+=this._readWhitespace();return t.length?t:null},_negation:function(){var e=this._tokenStream,t,n,r="",i,s=null;return e.match(Tokens.NOT)&&(r=e.token().value,t=e.token().startLine,n=e.token().startCol,r+=this._readWhitespace(),i=this._negation_arg(),r+=i,r+=this._readWhitespace(),e.match(Tokens.RPAREN),r+=e.token().value,s=new SelectorSubPart(r,"not",t,n),s.args.push(i)),s},_negation_arg:function(){var e=this._tokenStream,t=[this._type_selector,this._universal,function(){return e.match(Tokens.HASH)?new SelectorSubPart(e.token().value,"id",e.token().startLine,e.token().startCol):null},this._class,this._attrib,this._pseudo],n=null,r=0,i=t.length,s,o,u,a;o=e.LT(1).startLine,u=e.LT(1).startCol;while(r0?new PropertyValue(n,n[0].line,n[0].col):null},_term:function(){var e=this._tokenStream,t=null,n=null,r,i,s;return t=this._unary_operator(),t!==null&&(i=e.token().startLine,s=e.token().startCol),e.peek()==Tokens.IE_FUNCTION&&this.options.ieFilters?(n=this._ie_function(),t===null&&(i=e.token().startLine,s=e.token().startCol)):e.match([Tokens.NUMBER,Tokens.PERCENTAGE,Tokens.LENGTH,Tokens.ANGLE,Tokens.TIME,Tokens.FREQ,Tokens.STRING,Tokens.IDENT,Tokens.URI,Tokens.UNICODE_RANGE])?(n=e.token().value,t===null&&(i=e.token().startLine,s=e.token().startCol),this._readWhitespace()):(r=this._hexcolor(),r===null?(t===null&&(i=e.LT(1).startLine,s=e.LT(1).startCol),n===null&&(e.LA(3)==Tokens.EQUALS&&this.options.ieFilters?n=this._ie_function():n=this._function())):(n=r.value,t===null&&(i=r.startLine,s=r.startCol))),n!==null?new PropertyValuePart(t!==null?t+n:n,i,s):null},_function:function(){var e=this._tokenStream,t=null,n=null,r;if(e.match(Tokens.FUNCTION)){t=e.token().value,this._readWhitespace(),n=this._expr(!0),t+=n;if(this.options.ieFilters&&e.peek()==Tokens.EQUALS)do{this._readWhitespace()&&(t+=e.token().value),e.LA(0)==Tokens.COMMA&&(t+=e.token().value),e.match(Tokens.IDENT),t+=e.token().value,e.match(Tokens.EQUALS),t+=e.token().value,r=e.peek();while(r!=Tokens.COMMA&&r!=Tokens.S&&r!=Tokens.RPAREN)e.get(),t+=e.token().value,r=e.peek()}while(e.match([Tokens.COMMA,Tokens.S]));e.match(Tokens.RPAREN),t+=")",this._readWhitespace()}return t},_ie_function:function(){var e=this._tokenStream,t=null,n=null,r;if(e.match([Tokens.IE_FUNCTION,Tokens.FUNCTION])){t=e.token().value;do{this._readWhitespace()&&(t+=e.token().value),e.LA(0)==Tokens.COMMA&&(t+=e.token().value),e.match(Tokens.IDENT),t+=e.token().value,e.match(Tokens.EQUALS),t+=e.token().value,r=e.peek();while(r!=Tokens.COMMA&&r!=Tokens.S&&r!=Tokens.RPAREN)e.get(),t+=e.token().value,r=e.peek()}while(e.match([Tokens.COMMA,Tokens.S]));e.match(Tokens.RPAREN),t+=")",this._readWhitespace()}return t},_hexcolor:function(){var e=this._tokenStream,t=null,n;if(e.match(Tokens.HASH)){t=e.token(),n=t.value;if(!/#[a-f0-9]{3,6}/i.test(n))throw new SyntaxError("Expected a hex color but found '"+n+"' at line "+t.startLine+", col "+t.startCol+".",t.startLine,t.startCol);this._readWhitespace()}return t},_keyframes:function(){var e=this._tokenStream,t,n,r,i="";e.mustMatch(Tokens.KEYFRAMES_SYM),t=e.token(),/^@\-([^\-]+)\-/.test(t.value)&&(i=RegExp.$1),this._readWhitespace(),r=this._keyframe_name(),this._readWhitespace(),e.mustMatch(Tokens.LBRACE),this.fire({type:"startkeyframes",name:r,prefix:i,line:t.startLine,col:t.startCol}),this._readWhitespace(),n=e.peek();while(n==Tokens.IDENT||n==Tokens.PERCENTAGE)this._keyframe_rule(),this._readWhitespace(),n=e.peek();this.fire({type:"endkeyframes",name:r,prefix:i,line:t.startLine,col:t.startCol}),this._readWhitespace(),e.mustMatch(Tokens.RBRACE)},_keyframe_name:function(){var e=this._tokenStream,t;return e.mustMatch([Tokens.IDENT,Tokens.STRING]),SyntaxUnit.fromToken(e.token())},_keyframe_rule:function(){var e=this._tokenStream,t,n=this._key_list();this.fire({type:"startkeyframerule",keys:n,line:n[0].line,col:n[0].col}),this._readDeclarations(!0),this.fire({type:"endkeyframerule",keys:n,line:n[0].line,col:n[0].col})},_key_list:function(){var e=this._tokenStream,t,n,r=[];r.push(this._key()),this._readWhitespace();while(e.match(Tokens.COMMA))this._readWhitespace(),r.push(this._key()),this._readWhitespace();return r},_key:function(){var e=this._tokenStream,t;if(e.match(Tokens.PERCENTAGE))return SyntaxUnit.fromToken(e.token());if(e.match(Tokens.IDENT)){t=e.token();if(/from|to/i.test(t.value))return SyntaxUnit.fromToken(t);e.unget()}this._unexpectedToken(e.LT(1))},_skipCruft:function(){while(this._tokenStream.match([Tokens.S,Tokens.CDO,Tokens.CDC]));},_readDeclarations:function(e,t){var n=this._tokenStream,r;this._readWhitespace(),e&&n.mustMatch(Tokens.LBRACE),this._readWhitespace();try{for(;;){if(!(n.match(Tokens.SEMICOLON)||t&&this._margin())){if(!this._declaration())break;if(!n.match(Tokens.SEMICOLON))break}this._readWhitespace()}n.mustMatch(Tokens.RBRACE),this._readWhitespace()}catch(i){if(!(i instanceof SyntaxError&&!this.options.strict))throw i;this.fire({type:"error",error:i,message:i.message,line:i.line,col:i.col}),r=n.advance([Tokens.SEMICOLON,Tokens.RBRACE]);if(r==Tokens.SEMICOLON)this._readDeclarations(!1,t);else if(r!=Tokens.RBRACE)throw i}},_readWhitespace:function(){var e=this._tokenStream,t="";while(e.match(Tokens.S))t+=e.token().value;return t},_unexpectedToken:function(e){throw new SyntaxError("Unexpected token '"+e.value+"' at line "+e.startLine+", col "+e.startCol+".",e.startLine,e.startCol)},_verifyEnd:function(){this._tokenStream.LA(1)!=Tokens.EOF&&this._unexpectedToken(this._tokenStream.LT(1))},_validateProperty:function(e,t){Validation.validate(e,t)},parse:function(e){this._tokenStream=new TokenStream(e,Tokens),this._stylesheet()},parseStyleSheet:function(e){return this.parse(e)},parseMediaQuery:function(e){this._tokenStream=new TokenStream(e,Tokens);var t=this._media_query();return this._verifyEnd(),t},parsePropertyValue:function(e){this._tokenStream=new TokenStream(e,Tokens),this._readWhitespace();var t=this._expr();return this._readWhitespace(),this._verifyEnd(),t},parseRule:function(e){this._tokenStream=new TokenStream(e,Tokens),this._readWhitespace();var t=this._ruleset();return this._readWhitespace(),this._verifyEnd(),t},parseSelector:function(e){this._tokenStream=new TokenStream(e,Tokens),this._readWhitespace();var t=this._selector();return this._readWhitespace(),this._verifyEnd(),t},parseStyleAttribute:function(e){e+="}",this._tokenStream=new TokenStream(e,Tokens),this._readDeclarations()}};for(t in n)n.hasOwnProperty(t)&&(e[t]=n[t]);return e}();var Properties={"align-items":"flex-start | flex-end | center | baseline | stretch","align-content":"flex-start | flex-end | center | space-between | space-around | stretch","align-self":"auto | flex-start | flex-end | center | baseline | stretch","-webkit-align-items":"flex-start | flex-end | center | baseline | stretch","-webkit-align-content":"flex-start | flex-end | center | space-between | space-around | stretch","-webkit-align-self":"auto | flex-start | flex-end | center | baseline | stretch","alignment-adjust":"auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical | | ","alignment-baseline":"baseline | use-script | before-edge | text-before-edge | after-edge | text-after-edge | central | middle | ideographic | alphabetic | hanging | mathematical",animation:1,"animation-delay":{multi:"