
var MooTools={version:"1.2.1",build:"0d4845aab3d9a4fdee2f0d4a6dd59210e4b697cf"};var Native=function(K){K=K||{};var A=K.name;var I=K.legacy;var B=K.protect;var C=K.implement;var H=K.generics;var F=K.initialize;var G=K.afterImplement||function(){};var D=F||I;H=H!==false;D.constructor=Native;D.$family={name:"native"};if(I&&F){D.prototype=I.prototype;}D.prototype.constructor=D;if(A){var E=A.toLowerCase();D.prototype.$family={name:E};Native.typize(D,E);}var J=function(N,L,O,M){if(!B||M||!N.prototype[L]){N.prototype[L]=O;}if(H){Native.genericize(N,L,B);}G.call(N,L,O);return N;};D.alias=function(N,L,O){if(typeof N=="string"){if((N=this.prototype[N])){return J(this,L,N,O);}}for(var M in N){this.alias(M,N[M],L);}return this;};D.implement=function(M,L,O){if(typeof M=="string"){return J(this,M,L,O);}for(var N in M){J(this,N,M[N],L);}return this;};if(C){D.implement(C);}return D;};Native.genericize=function(B,C,A){if((!A||!B[C])&&typeof B.prototype[C]=="function"){B[C]=function(){var D=Array.prototype.slice.call(arguments);return B.prototype[C].apply(D.shift(),D);};}};Native.implement=function(D,C){for(var B=0,A=D.length;B<A;B++){D[B].implement(C);}};Native.typize=function(A,B){if(!A.type){A.type=function(C){return($type(C)===B);};}};(function(){var A={Array:Array,Date:Date,Function:Function,Number:Number,RegExp:RegExp,String:String};for(var G in A){new Native({name:G,initialize:A[G],protect:true});}var D={"boolean":Boolean,"native":Native,object:Object};for(var C in D){Native.typize(D[C],C);}var F={Array:["concat","indexOf","join","lastIndexOf","pop","push","reverse","shift","slice","sort","splice","toString","unshift","valueOf"],String:["charAt","charCodeAt","concat","indexOf","lastIndexOf","match","replace","search","slice","split","substr","substring","toLowerCase","toUpperCase","valueOf"]};for(var E in F){for(var B=F[E].length;B--;){Native.genericize(window[E],F[E][B],true);}}})();var Hash=new Native({name:"Hash",initialize:function(A){if($type(A)=="hash"){A=$unlink(A.getClean());}for(var B in A){this[B]=A[B];}return this;}});Hash.implement({forEach:function(B,C){for(var A in this){if(this.hasOwnProperty(A)){B.call(C,this[A],A,this);}}},getClean:function(){var B={};for(var A in this){if(this.hasOwnProperty(A)){B[A]=this[A];}}return B;},getLength:function(){var B=0;for(var A in this){if(this.hasOwnProperty(A)){B++;}}return B;}});Hash.alias("forEach","each");Array.implement({forEach:function(C,D){for(var B=0,A=this.length;B<A;B++){C.call(D,this[B],B,this);}}});Array.alias("forEach","each");function $A(C){if(C.item){var D=[];for(var B=0,A=C.length;B<A;B++){D[B]=C[B];}return D;}return Array.prototype.slice.call(C);}function $arguments(A){return function(){return arguments[A];};}function $chk(A){return!!(A||A===0);}function $clear(A){clearTimeout(A);clearInterval(A);return null;}function $defined(A){return(A!=undefined);}function $each(C,B,D){var A=$type(C);((A=="arguments"||A=="collection"||A=="array")?Array:Hash).each(C,B,D);}function $empty(){}function $extend(C,A){for(var B in(A||{})){C[B]=A[B];}return C;}function $H(A){return new Hash(A);}function $lambda(A){return(typeof A=="function")?A:function(){return A;};}function $merge(){var E={};for(var D=0,A=arguments.length;D<A;D++){var B=arguments[D];if($type(B)!="object"){continue;}for(var C in B){var G=B[C],F=E[C];E[C]=(F&&$type(G)=="object"&&$type(F)=="object")?$merge(F,G):$unlink(G);}}return E;}function $pick(){for(var B=0,A=arguments.length;B<A;B++){if(arguments[B]!=undefined){return arguments[B];}}return null;}function $random(B,A){return Math.floor(Math.random()*(A-B+1)+B);}function $splat(B){var A=$type(B);return(A)?((A!="array"&&A!="arguments")?[B]:B):[];}var $time=Date.now||function(){return+new Date;};function $try(){for(var B=0,A=arguments.length;B<A;B++){try{return arguments[B]();}catch(C){}}return null;}function $type(A){if(A==undefined){return false;}if(A.$family){return(A.$family.name=="number"&&!isFinite(A))?false:A.$family.name;}if(A.nodeName){switch(A.nodeType){case 1:return"element";case 3:return(/\S/).test(A.nodeValue)?"textnode":"whitespace";}}else{if(typeof A.length=="number"){if(A.callee){return"arguments";}else{if(A.item){return"collection";}}}}return typeof A;}function $unlink(C){var B;switch($type(C)){case"object":B={};for(var E in C){B[E]=$unlink(C[E]);}break;case"hash":B=new Hash(C);break;case"array":B=[];for(var D=0,A=C.length;D<A;D++){B[D]=$unlink(C[D]);}break;default:return C;}return B;}var Browser=$merge({Engine:{name:"unknown",version:0},Platform:{name:(window.orientation!=undefined)?"ipod":(navigator.platform.match(/mac|win|linux/i)||["other"])[0].toLowerCase()},Features:{xpath:!!(document.evaluate),air:!!(window.runtime),query:!!(document.querySelector)},Plugins:{},Engines:{presto:function(){return(!window.opera)?false:((arguments.callee.caller)?960:((document.getElementsByClassName)?950:925));},trident:function(){return(!window.ActiveXObject)?false:((window.XMLHttpRequest)?5:4);},webkit:function(){return(navigator.taintEnabled)?false:((Browser.Features.xpath)?((Browser.Features.query)?525:420):419);},gecko:function(){return(document.getBoxObjectFor==undefined)?false:((document.getElementsByClassName)?19:18);}}},Browser||{});Browser.Platform[Browser.Platform.name]=true;Browser.detect=function(){for(var B in this.Engines){var A=this.Engines[B]();if(A){this.Engine={name:B,version:A};this.Engine[B]=this.Engine[B+A]=true;break;}}return{name:B,version:A};};Browser.detect();Browser.Request=function(){return $try(function(){return new XMLHttpRequest();},function(){return new ActiveXObject("MSXML2.XMLHTTP");});};Browser.Features.xhr=!!(Browser.Request());Browser.Plugins.Flash=(function(){var A=($try(function(){return navigator.plugins["Shockwave Flash"].description;},function(){return new ActiveXObject("ShockwaveFlash.ShockwaveFlash").GetVariable("$version");})||"0 r0").match(/\d+/g);return{version:parseInt(A[0]||0+"."+A[1]||0),build:parseInt(A[2]||0)};})();function $exec(B){if(!B){return B;}if(window.execScript){window.execScript(B);}else{var A=document.createElement("script");A.setAttribute("type","text/javascript");A[(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerText":"text"]=B;document.head.appendChild(A);document.head.removeChild(A);}return B;}Native.UID=1;var $uid=(Browser.Engine.trident)?function(A){return(A.uid||(A.uid=[Native.UID++]))[0];}:function(A){return A.uid||(A.uid=Native.UID++);};var Window=new Native({name:"Window",legacy:(Browser.Engine.trident)?null:window.Window,initialize:function(A){$uid(A);if(!A.Element){A.Element=$empty;if(Browser.Engine.webkit){A.document.createElement("iframe");}A.Element.prototype=(Browser.Engine.webkit)?window["[[DOMElement.prototype]]"]:{};}A.document.window=A;return $extend(A,Window.Prototype);},afterImplement:function(B,A){window[B]=Window.Prototype[B]=A;}});Window.Prototype={$family:{name:"window"}};new Window(window);var Document=new Native({name:"Document",legacy:(Browser.Engine.trident)?null:window.Document,initialize:function(A){$uid(A);A.head=A.getElementsByTagName("head")[0];A.html=A.getElementsByTagName("html")[0];if(Browser.Engine.trident&&Browser.Engine.version<=4){$try(function(){A.execCommand("BackgroundImageCache",false,true);});}if(Browser.Engine.trident){A.window.attachEvent("onunload",function(){A.window.detachEvent("onunload",arguments.callee);A.head=A.html=A.window=null;});}return $extend(A,Document.Prototype);},afterImplement:function(B,A){document[B]=Document.Prototype[B]=A;}});Document.Prototype={$family:{name:"document"}};new Document(document);Array.implement({every:function(C,D){for(var B=0,A=this.length;B<A;B++){if(!C.call(D,this[B],B,this)){return false;}}return true;},filter:function(D,E){var C=[];for(var B=0,A=this.length;B<A;B++){if(D.call(E,this[B],B,this)){C.push(this[B]);}}return C;},clean:function(){return this.filter($defined);},indexOf:function(C,D){var A=this.length;for(var B=(D<0)?Math.max(0,A+D):D||0;B<A;B++){if(this[B]===C){return B;}}return-1;},map:function(D,E){var C=[];for(var B=0,A=this.length;B<A;B++){C[B]=D.call(E,this[B],B,this);}return C;},some:function(C,D){for(var B=0,A=this.length;B<A;B++){if(C.call(D,this[B],B,this)){return true;}}return false;},associate:function(C){var D={},B=Math.min(this.length,C.length);for(var A=0;A<B;A++){D[C[A]]=this[A];}return D;},link:function(C){var A={};for(var E=0,B=this.length;E<B;E++){for(var D in C){if(C[D](this[E])){A[D]=this[E];delete C[D];break;}}}return A;},contains:function(A,B){return this.indexOf(A,B)!=-1;},extend:function(C){for(var B=0,A=C.length;B<A;B++){this.push(C[B]);}return this;},getLast:function(){return(this.length)?this[this.length-1]:null;},getRandom:function(){return(this.length)?this[$random(0,this.length-1)]:null;},include:function(A){if(!this.contains(A)){this.push(A);}return this;},combine:function(C){for(var B=0,A=C.length;B<A;B++){this.include(C[B]);}return this;},erase:function(B){for(var A=this.length;A--;A){if(this[A]===B){this.splice(A,1);}}return this;},empty:function(){this.length=0;return this;},flatten:function(){var D=[];for(var B=0,A=this.length;B<A;B++){var C=$type(this[B]);if(!C){continue;}D=D.concat((C=="array"||C=="collection"||C=="arguments")?Array.flatten(this[B]):this[B]);}return D;},hexToRgb:function(B){if(this.length!=3){return null;}var A=this.map(function(C){if(C.length==1){C+=C;}return C.toInt(16);});return(B)?A:"rgb("+A+")";},rgbToHex:function(D){if(this.length<3){return null;}if(this.length==4&&this[3]==0&&!D){return"transparent";}var B=[];for(var A=0;A<3;A++){var C=(this[A]-0).toString(16);B.push((C.length==1)?"0"+C:C);}return(D)?B:"#"+B.join("");}});Function.implement({extend:function(A){for(var B in A){this[B]=A[B];}return this;},create:function(B){var A=this;B=B||{};return function(D){var C=B.arguments;C=(C!=undefined)?$splat(C):Array.slice(arguments,(B.event)?1:0);if(B.event){C=[D||window.event].extend(C);}var E=function(){return A.apply(B.bind||null,C);};if(B.delay){return setTimeout(E,B.delay);}if(B.periodical){return setInterval(E,B.periodical);}if(B.attempt){return $try(E);}return E();};},run:function(A,B){return this.apply(B,$splat(A));},pass:function(A,B){return this.create({bind:B,arguments:A});},bind:function(B,A){return this.create({bind:B,arguments:A});},bindWithEvent:function(B,A){return this.create({bind:B,arguments:A,event:true});},attempt:function(A,B){return this.create({bind:B,arguments:A,attempt:true})();},delay:function(B,C,A){return this.create({bind:C,arguments:A,delay:B})();},periodical:function(C,B,A){return this.create({bind:B,arguments:A,periodical:C})();}});Number.implement({limit:function(B,A){return Math.min(A,Math.max(B,this));},round:function(A){A=Math.pow(10,A||0);return Math.round(this*A)/A;},times:function(B,C){for(var A=0;A<this;A++){B.call(C,A,this);}},toFloat:function(){return parseFloat(this);},toInt:function(A){return parseInt(this,A||10);}});Number.alias("times","each");(function(B){var A={};B.each(function(C){if(!Number[C]){A[C]=function(){return Math[C].apply(null,[this].concat($A(arguments)));};}});Number.implement(A);})(["abs","acos","asin","atan","atan2","ceil","cos","exp","floor","log","max","min","pow","sin","sqrt","tan"]);String.implement({test:function(A,B){return((typeof A=="string")?new RegExp(A,B):A).test(this);},contains:function(A,B){return(B)?(B+this+B).indexOf(B+A+B)>-1:this.indexOf(A)>-1;},trim:function(){return this.replace(/^\s+|\s+$/g,"");},clean:function(){return this.replace(/\s+/g," ").trim();},camelCase:function(){return this.replace(/-\D/g,function(A){return A.charAt(1).toUpperCase();});},hyphenate:function(){return this.replace(/[A-Z]/g,function(A){return("-"+A.charAt(0).toLowerCase());});},capitalize:function(){return this.replace(/\b[a-z]/g,function(A){return A.toUpperCase();});},escapeRegExp:function(){return this.replace(/([-.*+?^${}()|[\]\/\\])/g,"\\$1");},toInt:function(A){return parseInt(this,A||10);},toFloat:function(){return parseFloat(this);},hexToRgb:function(B){var A=this.match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/);return(A)?A.slice(1).hexToRgb(B):null;},rgbToHex:function(B){var A=this.match(/\d{1,3}/g);return(A)?A.rgbToHex(B):null;},stripScripts:function(B){var A="";var C=this.replace(/<script[^>]*>([\s\S]*?)<\/script>/gi,function(){A+=arguments[1]+"\n";return"";});if(B===true){$exec(A);}else{if($type(B)=="function"){B(A,C);}}return C;},substitute:function(A,B){return this.replace(B||(/\\?\{([^{}]+)\}/g),function(D,C){if(D.charAt(0)=="\\"){return D.slice(1);}return(A[C]!=undefined)?A[C]:"";});}});Hash.implement({has:Object.prototype.hasOwnProperty,keyOf:function(B){for(var A in this){if(this.hasOwnProperty(A)&&this[A]===B){return A;}}return null;},hasValue:function(A){return(Hash.keyOf(this,A)!==null);},extend:function(A){Hash.each(A,function(C,B){Hash.set(this,B,C);},this);return this;},combine:function(A){Hash.each(A,function(C,B){Hash.include(this,B,C);},this);return this;},erase:function(A){if(this.hasOwnProperty(A)){delete this[A];}return this;},get:function(A){return(this.hasOwnProperty(A))?this[A]:null;},set:function(A,B){if(!this[A]||this.hasOwnProperty(A)){this[A]=B;}return this;},empty:function(){Hash.each(this,function(B,A){delete this[A];},this);return this;},include:function(B,C){var A=this[B];if(A==undefined){this[B]=C;}return this;},map:function(B,C){var A=new Hash;Hash.each(this,function(E,D){A.set(D,B.call(C,E,D,this));},this);return A;},filter:function(B,C){var A=new Hash;Hash.each(this,function(E,D){if(B.call(C,E,D,this)){A.set(D,E);}},this);return A;},every:function(B,C){for(var A in this){if(this.hasOwnProperty(A)&&!B.call(C,this[A],A)){return false;}}return true;},some:function(B,C){for(var A in this){if(this.hasOwnProperty(A)&&B.call(C,this[A],A)){return true;}}return false;},getKeys:function(){var A=[];Hash.each(this,function(C,B){A.push(B);});return A;},getValues:function(){var A=[];Hash.each(this,function(B){A.push(B);});return A;},toQueryString:function(A){var B=[];Hash.each(this,function(F,E){if(A){E=A+"["+E+"]";}var D;switch($type(F)){case"object":D=Hash.toQueryString(F,E);break;case"array":var C={};F.each(function(H,G){C[G]=H;});D=Hash.toQueryString(C,E);break;default:D=E+"="+encodeURIComponent(F);}if(F!=undefined){B.push(D);}});return B.join("&");}});Hash.alias({keyOf:"indexOf",hasValue:"contains"});var Event=new Native({name:"Event",initialize:function(A,F){F=F||window;var K=F.document;A=A||F.event;if(A.$extended){return A;}this.$extended=true;var J=A.type;var G=A.target||A.srcElement;while(G&&G.nodeType==3){G=G.parentNode;}if(J.test(/key/)){var B=A.which||A.keyCode;var M=Event.Keys.keyOf(B);if(J=="keydown"){var D=B-111;if(D>0&&D<13){M="f"+D;}}M=M||String.fromCharCode(B).toLowerCase();}else{if(J.match(/(click|mouse|menu)/i)){K=(!K.compatMode||K.compatMode=="CSS1Compat")?K.html:K.body;var I={x:A.pageX||A.clientX+K.scrollLeft,y:A.pageY||A.clientY+K.scrollTop};var C={x:(A.pageX)?A.pageX-F.pageXOffset:A.clientX,y:(A.pageY)?A.pageY-F.pageYOffset:A.clientY};if(J.match(/DOMMouseScroll|mousewheel/)){var H=(A.wheelDelta)?A.wheelDelta/120:-(A.detail||0)/3;}var E=(A.which==3)||(A.button==2);var L=null;if(J.match(/over|out/)){switch(J){case"mouseover":L=A.relatedTarget||A.fromElement;break;case"mouseout":L=A.relatedTarget||A.toElement;}if(!(function(){while(L&&L.nodeType==3){L=L.parentNode;}return true;}).create({attempt:Browser.Engine.gecko})()){L=false;}}}}return $extend(this,{event:A,type:J,page:I,client:C,rightClick:E,wheel:H,relatedTarget:L,target:G,code:B,key:M,shift:A.shiftKey,control:A.ctrlKey,alt:A.altKey,meta:A.metaKey});}});Event.Keys=new Hash({enter:13,up:38,down:40,left:37,right:39,esc:27,space:32,backspace:8,tab:9,"delete":46});Event.implement({stop:function(){return this.stopPropagation().preventDefault();},stopPropagation:function(){if(this.event.stopPropagation){this.event.stopPropagation();}else{this.event.cancelBubble=true;}return this;},preventDefault:function(){if(this.event.preventDefault){this.event.preventDefault();}else{this.event.returnValue=false;}return this;}});var Class=new Native({name:"Class",initialize:function(B){B=B||{};var A=function(){for(var E in this){if($type(this[E])!="function"){this[E]=$unlink(this[E]);}}this.constructor=A;if(Class.prototyping){return this;}var D=(this.initialize)?this.initialize.apply(this,arguments):this;if(this.options&&this.options.initialize){this.options.initialize.call(this);}return D;};for(var C in Class.Mutators){if(!B[C]){continue;}B=Class.Mutators[C](B,B[C]);delete B[C];}$extend(A,this);A.constructor=Class;A.prototype=B;return A;}});Class.Mutators={Extends:function(C,A){Class.prototyping=A.prototype;var B=new A;delete B.parent;B=Class.inherit(B,C);delete Class.prototyping;return B;},Implements:function(A,B){$splat(B).each(function(C){Class.prototying=C;$extend(A,($type(C)=="class")?new C:C);delete Class.prototyping;});return A;}};Class.extend({inherit:function(B,E){var A=arguments.callee.caller;for(var D in E){var C=E[D];var G=B[D];var F=$type(C);if(G&&F=="function"){if(C!=G){if(A){C.__parent=G;B[D]=C;}else{Class.override(B,D,C);}}}else{if(F=="object"){B[D]=$merge(G,C);}else{B[D]=C;}}}if(A){B.parent=function(){return arguments.callee.caller.__parent.apply(this,arguments);};}return B;},override:function(B,A,E){var D=Class.prototyping;if(D&&B[A]!=D[A]){D=null;}var C=function(){var F=this.parent;this.parent=D?D[A]:B[A];var G=E.apply(this,arguments);this.parent=F;return G;};B[A]=C;}});Class.implement({implement:function(){var A=this.prototype;$each(arguments,function(B){Class.inherit(A,B);});return this;}});var Chain=new Class({$chain:[],chain:function(){this.$chain.extend(Array.flatten(arguments));return this;},callChain:function(){return(this.$chain.length)?this.$chain.shift().apply(this,arguments):false;},clearChain:function(){this.$chain.empty();return this;}});var Events=new Class({$events:{},addEvent:function(C,B,A){C=Events.removeOn(C);if(B!=$empty){this.$events[C]=this.$events[C]||[];this.$events[C].include(B);if(A){B.internal=true;}}return this;},addEvents:function(A){for(var B in A){this.addEvent(B,A[B]);}return this;},fireEvent:function(C,B,A){C=Events.removeOn(C);if(!this.$events||!this.$events[C]){return this;}this.$events[C].each(function(D){D.create({bind:this,delay:A,"arguments":B})();},this);return this;},removeEvent:function(B,A){B=Events.removeOn(B);if(!this.$events[B]){return this;}if(!A.internal){this.$events[B].erase(A);}return this;},removeEvents:function(C){if($type(C)=="object"){for(var D in C){this.removeEvent(D,C[D]);}return this;}if(C){C=Events.removeOn(C);}for(var D in this.$events){if(C&&C!=D){continue;}var B=this.$events[D];for(var A=B.length;A--;A){this.removeEvent(D,B[A]);}}return this;}});Events.removeOn=function(A){return A.replace(/^on([A-Z])/,function(B,C){return C.toLowerCase();});};var Options=new Class({setOptions:function(){this.options=$merge.run([this.options].extend(arguments));if(!this.addEvent){return this;}for(var A in this.options){if($type(this.options[A])!="function"||!(/^on[A-Z]/).test(A)){continue;}this.addEvent(A,this.options[A]);delete this.options[A];}return this;}});var Element=new Native({name:"Element",legacy:window.Element,initialize:function(A,B){var C=Element.Constructors.get(A);if(C){return C(B);}if(typeof A=="string"){return document.newElement(A,B);}return $(A).set(B);},afterImplement:function(A,B){Element.Prototype[A]=B;if(Array[A]){return;}Elements.implement(A,function(){var C=[],G=true;for(var E=0,D=this.length;E<D;E++){var F=this[E][A].apply(this[E],arguments);C.push(F);if(G){G=($type(F)=="element");}}return(G)?new Elements(C):C;});}});Element.Prototype={$family:{name:"element"}};Element.Constructors=new Hash;var IFrame=new Native({name:"IFrame",generics:false,initialize:function(){var E=Array.link(arguments,{properties:Object.type,iframe:$defined});var C=E.properties||{};var B=$(E.iframe)||false;var D=C.onload||$empty;delete C.onload;C.id=C.name=$pick(C.id,C.name,B.id,B.name,"IFrame_"+$time());B=new Element(B||"iframe",C);var A=function(){var F=$try(function(){return B.contentWindow.location.host;});if(F&&F==window.location.host){var G=new Window(B.contentWindow);new Document(B.contentWindow.document);$extend(G.Element.prototype,Element.Prototype);}D.call(B.contentWindow,B.contentWindow.document);};(window.frames[C.id])?A():B.addListener("load",A);return B;}});var Elements=new Native({initialize:function(F,B){B=$extend({ddup:true,cash:true},B);F=F||[];if(B.ddup||B.cash){var G={},E=[];for(var C=0,A=F.length;C<A;C++){var D=$.element(F[C],!B.cash);if(B.ddup){if(G[D.uid]){continue;}G[D.uid]=true;}E.push(D);}F=E;}return(B.cash)?$extend(F,this):F;}});Elements.implement({filter:function(A,B){if(!A){return this;}return new Elements(Array.filter(this,(typeof A=="string")?function(C){return C.match(A);}:A,B));}});Document.implement({newElement:function(A,B){if(Browser.Engine.trident&&B){["name","type","checked"].each(function(C){if(!B[C]){return;}A+=" "+C+'="'+B[C]+'"';if(C!="checked"){delete B[C];}});A="<"+A+">";}return $.element(this.createElement(A)).set(B);},newTextNode:function(A){return this.createTextNode(A);},getDocument:function(){return this;},getWindow:function(){return this.window;}});Window.implement({$:function(B,C){if(B&&B.$family&&B.uid){return B;}var A=$type(B);return($[A])?$[A](B,C,this.document):null;},$$:function(A){if(arguments.length==1&&typeof A=="string"){return this.document.getElements(A);}var F=[];var C=Array.flatten(arguments);for(var D=0,B=C.length;D<B;D++){var E=C[D];switch($type(E)){case"element":F.push(E);break;case"string":F.extend(this.document.getElements(E,true));}}return new Elements(F);},getDocument:function(){return this.document;},getWindow:function(){return this;}});$.string=function(C,B,A){C=A.getElementById(C);return(C)?$.element(C,B):null;};$.element=function(A,D){$uid(A);if(!D&&!A.$family&&!(/^object|embed$/i).test(A.tagName)){var B=Element.Prototype;for(var C in B){A[C]=B[C];}}return A;};$.object=function(B,C,A){if(B.toElement){return $.element(B.toElement(A),C);}return null;};$.textnode=$.whitespace=$.window=$.document=$arguments(0);Native.implement([Element,Document],{getElement:function(A,B){return $(this.getElements(A,true)[0]||null,B);},getElements:function(A,D){A=A.split(",");var C=[];var B=(A.length>1);A.each(function(E){var F=this.getElementsByTagName(E.trim());(B)?C.extend(F):C=F;},this);return new Elements(C,{ddup:B,cash:!D});}});(function(){var H={},F={};var I={input:"checked",option:"selected",textarea:(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerHTML":"value"};var C=function(L){return(F[L]||(F[L]={}));};var G=function(N,L){if(!N){return;}var M=N.uid;if(Browser.Engine.trident){if(N.clearAttributes){var P=L&&N.cloneNode(false);N.clearAttributes();if(P){N.mergeAttributes(P);}}else{if(N.removeEvents){N.removeEvents();}}if((/object/i).test(N.tagName)){for(var O in N){if(typeof N[O]=="function"){N[O]=$empty;}}Element.dispose(N);}}if(!M){return;}H[M]=F[M]=null;};var D=function(){Hash.each(H,G);if(Browser.Engine.trident){$A(document.getElementsByTagName("object")).each(G);}if(window.CollectGarbage){CollectGarbage();}H=F=null;};var J=function(N,L,S,M,P,R){var O=N[S||L];var Q=[];while(O){if(O.nodeType==1&&(!M||Element.match(O,M))){if(!P){return $(O,R);}Q.push(O);}O=O[L];}return(P)?new Elements(Q,{ddup:false,cash:!R}):null;};var E={html:"innerHTML","class":"className","for":"htmlFor",text:(Browser.Engine.trident||(Browser.Engine.webkit&&Browser.Engine.version<420))?"innerText":"textContent"};var B=["compact","nowrap","ismap","declare","noshade","checked","disabled","readonly","multiple","selected","noresize","defer"];var K=["value","accessKey","cellPadding","cellSpacing","colSpan","frameBorder","maxLength","readOnly","rowSpan","tabIndex","useMap"];Hash.extend(E,B.associate(B));Hash.extend(E,K.associate(K.map(String.toLowerCase)));var A={before:function(M,L){if(L.parentNode){L.parentNode.insertBefore(M,L);}},after:function(M,L){if(!L.parentNode){return;}var N=L.nextSibling;(N)?L.parentNode.insertBefore(M,N):L.parentNode.appendChild(M);},bottom:function(M,L){L.appendChild(M);},top:function(M,L){var N=L.firstChild;(N)?L.insertBefore(M,N):L.appendChild(M);}};A.inside=A.bottom;Hash.each(A,function(L,M){M=M.capitalize();Element.implement("inject"+M,function(N){L(this,$(N,true));return this;});Element.implement("grab"+M,function(N){L($(N,true),this);return this;});});Element.implement({set:function(O,M){switch($type(O)){case"object":for(var N in O){this.set(N,O[N]);}break;case"string":var L=Element.Properties.get(O);(L&&L.set)?L.set.apply(this,Array.slice(arguments,1)):this.setProperty(O,M);}return this;},get:function(M){var L=Element.Properties.get(M);return(L&&L.get)?L.get.apply(this,Array.slice(arguments,1)):this.getProperty(M);},erase:function(M){var L=Element.Properties.get(M);(L&&L.erase)?L.erase.apply(this):this.removeProperty(M);return this;},setProperty:function(M,N){var L=E[M];if(N==undefined){return this.removeProperty(M);}if(L&&B[M]){N=!!N;}(L)?this[L]=N:this.setAttribute(M,""+N);return this;},setProperties:function(L){for(var M in L){this.setProperty(M,L[M]);}return this;},getProperty:function(M){var L=E[M];var N=(L)?this[L]:this.getAttribute(M,2);return(B[M])?!!N:(L)?N:N||null;},getProperties:function(){var L=$A(arguments);return L.map(this.getProperty,this).associate(L);},removeProperty:function(M){var L=E[M];(L)?this[L]=(L&&B[M])?false:"":this.removeAttribute(M);return this;},removeProperties:function(){Array.each(arguments,this.removeProperty,this);return this;},hasClass:function(L){return this.className.contains(L," ");},addClass:function(L){if(!this.hasClass(L)){this.className=(this.className+" "+L).clean();}return this;},removeClass:function(L){this.className=this.className.replace(new RegExp("(^|\\s)"+L+"(?:\\s|$)"),"$1");return this;},toggleClass:function(L){return this.hasClass(L)?this.removeClass(L):this.addClass(L);},adopt:function(){Array.flatten(arguments).each(function(L){L=$(L,true);if(L){this.appendChild(L);}},this);return this;},appendText:function(M,L){return this.grab(this.getDocument().newTextNode(M),L);},grab:function(M,L){A[L||"bottom"]($(M,true),this);return this;},inject:function(M,L){A[L||"bottom"](this,$(M,true));return this;},replaces:function(L){L=$(L,true);L.parentNode.replaceChild(this,L);return this;},wraps:function(M,L){M=$(M,true);return this.replaces(M).grab(M,L);},getPrevious:function(L,M){return J(this,"previousSibling",null,L,false,M);},getAllPrevious:function(L,M){return J(this,"previousSibling",null,L,true,M);},getNext:function(L,M){return J(this,"nextSibling",null,L,false,M);},getAllNext:function(L,M){return J(this,"nextSibling",null,L,true,M);},getFirst:function(L,M){return J(this,"nextSibling","firstChild",L,false,M);},getLast:function(L,M){return J(this,"previousSibling","lastChild",L,false,M);},getParent:function(L,M){return J(this,"parentNode",null,L,false,M);},getParents:function(L,M){return J(this,"parentNode",null,L,true,M);},getChildren:function(L,M){return J(this,"nextSibling","firstChild",L,true,M);},getWindow:function(){return this.ownerDocument.window;},getDocument:function(){return this.ownerDocument;},getElementById:function(O,N){var M=this.ownerDocument.getElementById(O);if(!M){return null;}for(var L=M.parentNode;L!=this;L=L.parentNode){if(!L){return null;}}return $.element(M,N);},getSelected:function(){return new Elements($A(this.options).filter(function(L){return L.selected;}));},getComputedStyle:function(M){if(this.currentStyle){return this.currentStyle[M.camelCase()];}var L=this.getDocument().defaultView.getComputedStyle(this,null);return(L)?L.getPropertyValue([M.hyphenate()]):null;},toQueryString:function(){var L=[];this.getElements("input, select, textarea",true).each(function(M){if(!M.name||M.disabled){return;}var N=(M.tagName.toLowerCase()=="select")?Element.getSelected(M).map(function(O){return O.value;}):((M.type=="radio"||M.type=="checkbox")&&!M.checked)?null:M.value;$splat(N).each(function(O){if(typeof O!="undefined"){L.push(M.name+"="+encodeURIComponent(O));}});});return L.join("&");},clone:function(O,L){O=O!==false;var R=this.cloneNode(O);var N=function(V,U){if(!L){V.removeAttribute("id");}if(Browser.Engine.trident){V.clearAttributes();V.mergeAttributes(U);V.removeAttribute("uid");if(V.options){var W=V.options,S=U.options;for(var T=W.length;T--;){W[T].selected=S[T].selected;}}}var X=I[U.tagName.toLowerCase()];if(X&&U[X]){V[X]=U[X];}};if(O){var P=R.getElementsByTagName("*"),Q=this.getElementsByTagName("*");for(var M=P.length;M--;){N(P[M],Q[M]);}}N(R,this);return $(R);},destroy:function(){Element.empty(this);Element.dispose(this);G(this,true);return null;},empty:function(){$A(this.childNodes).each(function(L){Element.destroy(L);});return this;},dispose:function(){return(this.parentNode)?this.parentNode.removeChild(this):this;},hasChild:function(L){L=$(L,true);if(!L){return false;}if(Browser.Engine.webkit&&Browser.Engine.version<420){return $A(this.getElementsByTagName(L.tagName)).contains(L);}return(this.contains)?(this!=L&&this.contains(L)):!!(this.compareDocumentPosition(L)&16);},match:function(L){return(!L||(L==this)||(Element.get(this,"tag")==L));}});Native.implement([Element,Window,Document],{addListener:function(O,N){if(O=="unload"){var L=N,M=this;N=function(){M.removeListener("unload",N);L();};}else{H[this.uid]=this;}if(this.addEventListener){this.addEventListener(O,N,false);}else{this.attachEvent("on"+O,N);}return this;},removeListener:function(M,L){if(this.removeEventListener){this.removeEventListener(M,L,false);}else{this.detachEvent("on"+M,L);}return this;},retrieve:function(M,L){var O=C(this.uid),N=O[M];if(L!=undefined&&N==undefined){N=O[M]=L;}return $pick(N);},store:function(M,L){var N=C(this.uid);N[M]=L;return this;},eliminate:function(L){var M=C(this.uid);delete M[L];return this;}});window.addListener("unload",D);})();Element.Properties=new Hash;Element.Properties.style={set:function(A){this.style.cssText=A;},get:function(){return this.style.cssText;},erase:function(){this.style.cssText="";}};Element.Properties.tag={get:function(){return this.tagName.toLowerCase();}};Element.Properties.html=(function(){var C=document.createElement("div");var A={table:[1,"<table>","</table>"],select:[1,"<select>","</select>"],tbody:[2,"<table><tbody>","</tbody></table>"],tr:[3,"<table><tbody><tr>","</tr></tbody></table>"]};A.thead=A.tfoot=A.tbody;var B={set:function(){var E=Array.flatten(arguments).join("");var F=Browser.Engine.trident&&A[this.get("tag")];if(F){var G=C;G.innerHTML=F[1]+E+F[2];for(var D=F[0];D--;){G=G.firstChild;}this.empty().adopt(G.childNodes);}else{this.innerHTML=E;}}};B.erase=B.set;return B;})();if(Browser.Engine.webkit&&Browser.Engine.version<420){Element.Properties.text={get:function(){if(this.innerText){return this.innerText;}var A=this.ownerDocument.newElement("div",{html:this.innerHTML}).inject(this.ownerDocument.body);var B=A.innerText;A.destroy();return B;}};}Element.Properties.events={set:function(A){this.addEvents(A);}};Native.implement([Element,Window,Document],{addEvent:function(E,G){var H=this.retrieve("events",{});H[E]=H[E]||{keys:[],values:[]};if(H[E].keys.contains(G)){return this;}H[E].keys.push(G);var F=E,A=Element.Events.get(E),C=G,I=this;if(A){if(A.onAdd){A.onAdd.call(this,G);}if(A.condition){C=function(J){if(A.condition.call(this,J)){return G.call(this,J);}return true;};}F=A.base||F;}var D=function(){return G.call(I);};var B=Element.NativeEvents[F];if(B){if(B==2){D=function(J){J=new Event(J,I.getWindow());if(C.call(I,J)===false){J.stop();}};}this.addListener(F,D);}H[E].values.push(D);return this;},removeEvent:function(C,B){var A=this.retrieve("events");if(!A||!A[C]){return this;}var F=A[C].keys.indexOf(B);if(F==-1){return this;}A[C].keys.splice(F,1);var E=A[C].values.splice(F,1)[0];var D=Element.Events.get(C);if(D){if(D.onRemove){D.onRemove.call(this,B);}C=D.base||C;}return(Element.NativeEvents[C])?this.removeListener(C,E):this;},addEvents:function(A){for(var B in A){this.addEvent(B,A[B]);}return this;},removeEvents:function(A){if($type(A)=="object"){for(var C in A){this.removeEvent(C,A[C]);}return this;}var B=this.retrieve("events");if(!B){return this;}if(!A){for(var C in B){this.removeEvents(C);}this.eliminate("events");}else{if(B[A]){while(B[A].keys[0]){this.removeEvent(A,B[A].keys[0]);}B[A]=null;}}return this;},fireEvent:function(D,B,A){var C=this.retrieve("events");if(!C||!C[D]){return this;}C[D].keys.each(function(E){E.create({bind:this,delay:A,"arguments":B})();},this);return this;},cloneEvents:function(D,A){D=$(D);var C=D.retrieve("events");if(!C){return this;}if(!A){for(var B in C){this.cloneEvents(D,B);}}else{if(C[A]){C[A].keys.each(function(E){this.addEvent(A,E);},this);}}return this;}});Element.NativeEvents={click:2,dblclick:2,mouseup:2,mousedown:2,contextmenu:2,mousewheel:2,DOMMouseScroll:2,mouseover:2,mouseout:2,mousemove:2,selectstart:2,selectend:2,keydown:2,keypress:2,keyup:2,focus:2,blur:2,change:2,reset:2,select:2,submit:2,load:1,unload:1,beforeunload:2,resize:1,move:1,DOMContentLoaded:1,readystatechange:1,error:1,abort:1,scroll:1};(function(){var A=function(B){var C=B.relatedTarget;if(C==undefined){return true;}if(C===false){return false;}return($type(this)!="document"&&C!=this&&C.prefix!="xul"&&!this.hasChild(C));};Element.Events=new Hash({mouseenter:{base:"mouseover",condition:A},mouseleave:{base:"mouseout",condition:A},mousewheel:{base:(Browser.Engine.gecko)?"DOMMouseScroll":"mousewheel"}});})();Element.Properties.styles={set:function(A){this.setStyles(A);}};Element.Properties.opacity={set:function(A,B){if(!B){if(A==0){if(this.style.visibility!="hidden"){this.style.visibility="hidden";}}else{if(this.style.visibility!="visible"){this.style.visibility="visible";}}}if(!this.currentStyle||!this.currentStyle.hasLayout){this.style.zoom=1;}if(Browser.Engine.trident){this.style.filter=(A==1)?"":"alpha(opacity="+A*100+")";}this.style.opacity=A;this.store("opacity",A);},get:function(){return this.retrieve("opacity",1);}};Element.implement({setOpacity:function(A){return this.set("opacity",A,true);},getOpacity:function(){return this.get("opacity");},setStyle:function(B,A){switch(B){case"opacity":return this.set("opacity",parseFloat(A));case"float":B=(Browser.Engine.trident)?"styleFloat":"cssFloat";}B=B.camelCase();if($type(A)!="string"){var C=(Element.Styles.get(B)||"@").split(" ");A=$splat(A).map(function(E,D){if(!C[D]){return"";}return($type(E)=="number")?C[D].replace("@",Math.round(E)):E;}).join(" ");}else{if(A==String(Number(A))){A=Math.round(A);}}this.style[B]=A;return this;},getStyle:function(G){switch(G){case"opacity":return this.get("opacity");case"float":G=(Browser.Engine.trident)?"styleFloat":"cssFloat";}G=G.camelCase();var A=this.style[G];if(!$chk(A)){A=[];for(var F in Element.ShortStyles){if(G!=F){continue;}for(var E in Element.ShortStyles[F]){A.push(this.getStyle(E));}return A.join(" ");}A=this.getComputedStyle(G);}if(A){A=String(A);var C=A.match(/rgba?\([\d\s,]+\)/);if(C){A=A.replace(C[0],C[0].rgbToHex());}}if(Browser.Engine.presto||(Browser.Engine.trident&&!$chk(parseInt(A)))){if(G.test(/^(height|width)$/)){var B=(G=="width")?["left","right"]:["top","bottom"],D=0;B.each(function(H){D+=this.getStyle("border-"+H+"-width").toInt()+this.getStyle("padding-"+H).toInt();},this);return this["offset"+G.capitalize()]-D+"px";}if((Browser.Engine.presto)&&String(A).test("px")){return A;}if(G.test(/(border(.+)Width|margin|padding)/)){return"0px";}}return A;},setStyles:function(B){for(var A in B){this.setStyle(A,B[A]);}return this;},getStyles:function(){var A={};Array.each(arguments,function(B){A[B]=this.getStyle(B);},this);return A;}});Element.Styles=new Hash({left:"@px",top:"@px",bottom:"@px",right:"@px",width:"@px",height:"@px",maxWidth:"@px",maxHeight:"@px",minWidth:"@px",minHeight:"@px",backgroundColor:"rgb(@, @, @)",backgroundPosition:"@px @px",color:"rgb(@, @, @)",fontSize:"@px",letterSpacing:"@px",lineHeight:"@px",clip:"rect(@px @px @px @px)",margin:"@px @px @px @px",padding:"@px @px @px @px",border:"@px @ rgb(@, @, @) @px @ rgb(@, @, @) @px @ rgb(@, @, @)",borderWidth:"@px @px @px @px",borderStyle:"@ @ @ @",borderColor:"rgb(@, @, @) rgb(@, @, @) rgb(@, @, @) rgb(@, @, @)",zIndex:"@",zoom:"@",fontWeight:"@",textIndent:"@px",opacity:"@"});Element.ShortStyles={margin:{},padding:{},border:{},borderWidth:{},borderStyle:{},borderColor:{}};["Top","Right","Bottom","Left"].each(function(G){var F=Element.ShortStyles;var B=Element.Styles;["margin","padding"].each(function(H){var I=H+G;F[H][I]=B[I]="@px";});var E="border"+G;F.border[E]=B[E]="@px @ rgb(@, @, @)";var D=E+"Width",A=E+"Style",C=E+"Color";F[E]={};F.borderWidth[D]=F[E][D]=B[D]="@px";F.borderStyle[A]=F[E][A]=B[A]="@";F.borderColor[C]=F[E][C]=B[C]="rgb(@, @, @)";});(function(){Element.implement({scrollTo:function(H,I){if(B(this)){this.getWindow().scrollTo(H,I);}else{this.scrollLeft=H;this.scrollTop=I;}return this;},getSize:function(){if(B(this)){return this.getWindow().getSize();}return{x:this.offsetWidth,y:this.offsetHeight};},getScrollSize:function(){if(B(this)){return this.getWindow().getScrollSize();}return{x:this.scrollWidth,y:this.scrollHeight};},getScroll:function(){if(B(this)){return this.getWindow().getScroll();}return{x:this.scrollLeft,y:this.scrollTop};},getScrolls:function(){var I=this,H={x:0,y:0};while(I&&!B(I)){H.x+=I.scrollLeft;H.y+=I.scrollTop;I=I.parentNode;}return H;},getOffsetParent:function(){var H=this;if(B(H)){return null;}if(!Browser.Engine.trident){return H.offsetParent;}while((H=H.parentNode)&&!B(H)){if(D(H,"position")!="static"){return H;}}return null;},getOffsets:function(){if(Browser.Engine.trident){var L=this.getBoundingClientRect(),J=this.getDocument().documentElement;return{x:L.left+J.scrollLeft-J.clientLeft,y:L.top+J.scrollTop-J.clientTop};}var I=this,H={x:0,y:0};if(B(this)){return H;}while(I&&!B(I)){H.x+=I.offsetLeft;H.y+=I.offsetTop;if(Browser.Engine.gecko){if(!F(I)){H.x+=C(I);H.y+=G(I);}var K=I.parentNode;if(K&&D(K,"overflow")!="visible"){H.x+=C(K);H.y+=G(K);}}else{if(I!=this&&Browser.Engine.webkit){H.x+=C(I);H.y+=G(I);}}I=I.offsetParent;}if(Browser.Engine.gecko&&!F(this)){H.x-=C(this);H.y-=G(this);}return H;},getPosition:function(K){if(B(this)){return{x:0,y:0};}var L=this.getOffsets(),I=this.getScrolls();var H={x:L.x-I.x,y:L.y-I.y};var J=(K&&(K=$(K)))?K.getPosition():{x:0,y:0};return{x:H.x-J.x,y:H.y-J.y};},getCoordinates:function(J){if(B(this)){return this.getWindow().getCoordinates();}var H=this.getPosition(J),I=this.getSize();var K={left:H.x,top:H.y,width:I.x,height:I.y};K.right=K.left+K.width;K.bottom=K.top+K.height;return K;},computePosition:function(H){return{left:H.x-E(this,"margin-left"),top:H.y-E(this,"margin-top")};},position:function(H){return this.setStyles(this.computePosition(H));}});Native.implement([Document,Window],{getSize:function(){var I=this.getWindow();if(Browser.Engine.presto||Browser.Engine.webkit){return{x:I.innerWidth,y:I.innerHeight};}var H=A(this);return{x:H.clientWidth,y:H.clientHeight};},getScroll:function(){var I=this.getWindow();var H=A(this);return{x:I.pageXOffset||H.scrollLeft,y:I.pageYOffset||H.scrollTop};},getScrollSize:function(){var I=A(this);var H=this.getSize();return{x:Math.max(I.scrollWidth,H.x),y:Math.max(I.scrollHeight,H.y)};},getPosition:function(){return{x:0,y:0};},getCoordinates:function(){var H=this.getSize();return{top:0,left:0,bottom:H.y,right:H.x,height:H.y,width:H.x};}});var D=Element.getComputedStyle;function E(H,I){return D(H,I).toInt()||0;}function F(H){return D(H,"-moz-box-sizing")=="border-box";}function G(H){return E(H,"border-top-width");}function C(H){return E(H,"border-left-width");}function B(H){return(/^(?:body|html)$/i).test(H.tagName);}function A(H){var I=H.getDocument();return(!I.compatMode||I.compatMode=="CSS1Compat")?I.html:I.body;}})();Native.implement([Window,Document,Element],{getHeight:function(){return this.getSize().y;},getWidth:function(){return this.getSize().x;},getScrollTop:function(){return this.getScroll().y;},getScrollLeft:function(){return this.getScroll().x;},getScrollHeight:function(){return this.getScrollSize().y;},getScrollWidth:function(){return this.getScrollSize().x;},getTop:function(){return this.getPosition().y;},getLeft:function(){return this.getPosition().x;}});Native.implement([Document,Element],{getElements:function(H,G){H=H.split(",");var C,E={};for(var D=0,B=H.length;D<B;D++){var A=H[D],F=Selectors.Utils.search(this,A,E);if(D!=0&&F.item){F=$A(F);}C=(D==0)?F:(C.item)?$A(C).concat(F):C.concat(F);}return new Elements(C,{ddup:(H.length>1),cash:!G});}});Element.implement({match:function(B){if(!B||(B==this)){return true;}var D=Selectors.Utils.parseTagAndID(B);var A=D[0],E=D[1];if(!Selectors.Filters.byID(this,E)||!Selectors.Filters.byTag(this,A)){return false;}var C=Selectors.Utils.parseSelector(B);return(C)?Selectors.Utils.filter(this,C,{}):true;}});var Selectors={Cache:{nth:{},parsed:{}}};Selectors.RegExps={id:(/#([\w-]+)/),tag:(/^(\w+|\*)/),quick:(/^(\w+|\*)$/),splitter:(/\s*([+>~\s])\s*([a-zA-Z#.*:\[])/g),combined:(/\.([\w-]+)|\[(\w+)(?:([!*^$~|]?=)(["']?)([^\4]*?)\4)?\]|:([\w-]+)(?:\(["']?(.*?)?["']?\)|$)/g)};Selectors.Utils={chk:function(B,C){if(!C){return true;}var A=$uid(B);if(!C[A]){return C[A]=true;}return false;},parseNthArgument:function(F){if(Selectors.Cache.nth[F]){return Selectors.Cache.nth[F];}var C=F.match(/^([+-]?\d*)?([a-z]+)?([+-]?\d*)?$/);if(!C){return false;}var E=parseInt(C[1]);var B=(E||E===0)?E:1;var D=C[2]||false;var A=parseInt(C[3])||0;if(B!=0){A--;while(A<1){A+=B;}while(A>=B){A-=B;}}else{B=A;D="index";}switch(D){case"n":C={a:B,b:A,special:"n"};break;case"odd":C={a:2,b:0,special:"n"};break;case"even":C={a:2,b:1,special:"n"};break;case"first":C={a:0,special:"index"};break;case"last":C={special:"last-child"};break;case"only":C={special:"only-child"};break;default:C={a:(B-1),special:"index"};}return Selectors.Cache.nth[F]=C;},parseSelector:function(E){if(Selectors.Cache.parsed[E]){return Selectors.Cache.parsed[E];}var D,H={classes:[],pseudos:[],attributes:[]};while((D=Selectors.RegExps.combined.exec(E))){var I=D[1],G=D[2],F=D[3],B=D[5],C=D[6],J=D[7];if(I){H.classes.push(I);}else{if(C){var A=Selectors.Pseudo.get(C);if(A){H.pseudos.push({parser:A,argument:J});}else{H.attributes.push({name:C,operator:"=",value:J});}}else{if(G){H.attributes.push({name:G,operator:F,value:B});}}}}if(!H.classes.length){delete H.classes;}if(!H.attributes.length){delete H.attributes;}if(!H.pseudos.length){delete H.pseudos;}if(!H.classes&&!H.attributes&&!H.pseudos){H=null;}return Selectors.Cache.parsed[E]=H;},parseTagAndID:function(B){var A=B.match(Selectors.RegExps.tag);var C=B.match(Selectors.RegExps.id);return[(A)?A[1]:"*",(C)?C[1]:false];},filter:function(F,C,E){var D;if(C.classes){for(D=C.classes.length;D--;D){var G=C.classes[D];if(!Selectors.Filters.byClass(F,G)){return false;}}}if(C.attributes){for(D=C.attributes.length;D--;D){var B=C.attributes[D];if(!Selectors.Filters.byAttribute(F,B.name,B.operator,B.value)){return false;}}}if(C.pseudos){for(D=C.pseudos.length;D--;D){var A=C.pseudos[D];if(!Selectors.Filters.byPseudo(F,A.parser,A.argument,E)){return false;}}}return true;},getByTagAndID:function(B,A,D){if(D){var C=(B.getElementById)?B.getElementById(D,true):Element.getElementById(B,D,true);return(C&&Selectors.Filters.byTag(C,A))?[C]:[];}else{return B.getElementsByTagName(A);}},search:function(I,H,N){var B=[];var C=H.trim().replace(Selectors.RegExps.splitter,function(Y,X,W){B.push(X);return":)"+W;}).split(":)");var J,E,U;for(var T=0,P=C.length;T<P;T++){var S=C[T];if(T==0&&Selectors.RegExps.quick.test(S)){J=I.getElementsByTagName(S);continue;}var A=B[T-1];var K=Selectors.Utils.parseTagAndID(S);var V=K[0],L=K[1];if(T==0){J=Selectors.Utils.getByTagAndID(I,V,L);}else{var D={},G=[];for(var R=0,Q=J.length;R<Q;R++){G=Selectors.Getters[A](G,J[R],V,L,D);}J=G;}var F=Selectors.Utils.parseSelector(S);if(F){E=[];for(var O=0,M=J.length;O<M;O++){U=J[O];if(Selectors.Utils.filter(U,F,N)){E.push(U);}}J=E;}}return J;}};Selectors.Getters={" ":function(H,G,I,A,E){var D=Selectors.Utils.getByTagAndID(G,I,A);for(var C=0,B=D.length;C<B;C++){var F=D[C];if(Selectors.Utils.chk(F,E)){H.push(F);}}return H;},">":function(H,G,I,A,F){var C=Selectors.Utils.getByTagAndID(G,I,A);for(var E=0,D=C.length;E<D;E++){var B=C[E];if(B.parentNode==G&&Selectors.Utils.chk(B,F)){H.push(B);}}return H;},"+":function(C,B,A,E,D){while((B=B.nextSibling)){if(B.nodeType==1){if(Selectors.Utils.chk(B,D)&&Selectors.Filters.byTag(B,A)&&Selectors.Filters.byID(B,E)){C.push(B);}break;}}return C;},"~":function(C,B,A,E,D){while((B=B.nextSibling)){if(B.nodeType==1){if(!Selectors.Utils.chk(B,D)){break;}if(Selectors.Filters.byTag(B,A)&&Selectors.Filters.byID(B,E)){C.push(B);}}}return C;}};Selectors.Filters={byTag:function(B,A){return(A=="*"||(B.tagName&&B.tagName.toLowerCase()==A));},byID:function(A,B){return(!B||(A.id&&A.id==B));},byClass:function(B,A){return(B.className&&B.className.contains(A," "));},byPseudo:function(A,D,C,B){return D.call(A,C,B);},byAttribute:function(C,D,B,E){var A=Element.prototype.getProperty.call(C,D);if(!A){return(B=="!=");}if(!B||E==undefined){return true;}switch(B){case"=":return(A==E);case"*=":return(A.contains(E));case"^=":return(A.substr(0,E.length)==E);case"$=":return(A.substr(A.length-E.length)==E);case"!=":return(A!=E);case"~=":return A.contains(E," ");case"|=":return A.contains(E,"-");}return false;}};Selectors.Pseudo=new Hash({checked:function(){return this.checked;},empty:function(){return!(this.innerText||this.textContent||"").length;},not:function(A){return!Element.match(this,A);},contains:function(A){return(this.innerText||this.textContent||"").contains(A);},"first-child":function(){return Selectors.Pseudo.index.call(this,0);},"last-child":function(){var A=this;while((A=A.nextSibling)){if(A.nodeType==1){return false;}}return true;},"only-child":function(){var B=this;while((B=B.previousSibling)){if(B.nodeType==1){return false;}}var A=this;while((A=A.nextSibling)){if(A.nodeType==1){return false;}}return true;},"nth-child":function(G,E){G=(G==undefined)?"n":G;var C=Selectors.Utils.parseNthArgument(G);if(C.special!="n"){return Selectors.Pseudo[C.special].call(this,C.a,E);}var F=0;E.positions=E.positions||{};var D=$uid(this);if(!E.positions[D]){var B=this;while((B=B.previousSibling)){if(B.nodeType!=1){continue;}F++;var A=E.positions[$uid(B)];if(A!=undefined){F=A+F;break;}}E.positions[D]=F;}return(E.positions[D]%C.a==C.b);},index:function(A){var B=this,C=0;while((B=B.previousSibling)){if(B.nodeType==1&&++C>A){return false;}}return(C==A);},even:function(B,A){return Selectors.Pseudo["nth-child"].call(this,"2n+1",A);},odd:function(B,A){return Selectors.Pseudo["nth-child"].call(this,"2n",A);}});Element.Events.domready={onAdd:function(A){if(Browser.loaded){A.call(this);}}};(function(){var B=function(){if(Browser.loaded){return;}Browser.loaded=true;window.fireEvent("domready");document.fireEvent("domready");};if(Browser.Engine.trident){var A=document.createElement("div");(function(){($try(function(){A.doScroll("left");return $(A).inject(document.body).set("html","temp").dispose();}))?B():arguments.callee.delay(50);})();}else{if(Browser.Engine.webkit&&Browser.Engine.version<525){(function(){(["loaded","complete"].contains(document.readyState))?B():arguments.callee.delay(50);})();}else{window.addEvent("load",B);document.addEvent("DOMContentLoaded",B);}}})();var JSON=new Hash({$specialChars:{"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},$replaceChars:function(A){return JSON.$specialChars[A]||"\\u00"+Math.floor(A.charCodeAt()/16).toString(16)+(A.charCodeAt()%16).toString(16);},encode:function(B){switch($type(B)){case"string":return'"'+B.replace(/[\x00-\x1f\\"]/g,JSON.$replaceChars)+'"';case"array":return"["+String(B.map(JSON.encode).filter($defined))+"]";case"object":case"hash":var A=[];Hash.each(B,function(E,D){var C=JSON.encode(E);if(C){A.push(JSON.encode(D)+":"+C);}});return"{"+A+"}";case"number":case"boolean":return String(B);case false:return"null";}return null;},decode:function(string,secure){if($type(string)!="string"||!string.length){return null;}if(secure&&!(/^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]*$/).test(string.replace(/\\./g,"@").replace(/"[^"\\\n\r]*"/g,""))){return null;}return eval("("+string+")");}});Native.implement([Hash,Array,String,Number],{toJSON:function(){return JSON.encode(this);}});var Cookie=new Class({Implements:Options,options:{path:false,domain:false,duration:false,secure:false,document:document},initialize:function(B,A){this.key=B;this.setOptions(A);},write:function(B){B=encodeURIComponent(B);if(this.options.domain){B+="; domain="+this.options.domain;}if(this.options.path){B+="; path="+this.options.path;}if(this.options.duration){var A=new Date();A.setTime(A.getTime()+this.options.duration*24*60*60*1000);B+="; expires="+A.toGMTString();}if(this.options.secure){B+="; secure";}this.options.document.cookie=this.key+"="+B;return this;},read:function(){var A=this.options.document.cookie.match("(?:^|;)\\s*"+this.key.escapeRegExp()+"=([^;]*)");return(A)?decodeURIComponent(A[1]):null;},dispose:function(){new Cookie(this.key,$merge(this.options,{duration:-1})).write("");return this;}});Cookie.write=function(B,C,A){return new Cookie(B,A).write(C);};Cookie.read=function(A){return new Cookie(A).read();};Cookie.dispose=function(B,A){return new Cookie(B,A).dispose();};var Swiff=new Class({Implements:[Options],options:{id:null,height:1,width:1,container:null,properties:{},params:{quality:"high",allowScriptAccess:"always",wMode:"transparent",swLiveConnect:true},callBacks:{},vars:{}},toElement:function(){return this.object;},initialize:function(L,M){this.instance="Swiff_"+$time();this.setOptions(M);M=this.options;var B=this.id=M.id||this.instance;var A=$(M.container);Swiff.CallBacks[this.instance]={};var E=M.params,G=M.vars,F=M.callBacks;var H=$extend({height:M.height,width:M.width},M.properties);var K=this;for(var D in F){Swiff.CallBacks[this.instance][D]=(function(N){return function(){return N.apply(K.object,arguments);};})(F[D]);G[D]="Swiff.CallBacks."+this.instance+"."+D;}E.flashVars=Hash.toQueryString(G);if(Browser.Engine.trident){H.classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000";E.movie=L;}else{H.type="application/x-shockwave-flash";H.data=L;}var J='<object id="'+B+'"';for(var I in H){J+=" "+I+'="'+H[I]+'"';}J+=">";for(var C in E){if(E[C]){J+='<param name="'+C+'" value="'+E[C]+'" />';}}J+="</object>";this.object=((A)?A.empty():new Element("div")).set("html",J).firstChild;},replaces:function(A){A=$(A,true);A.parentNode.replaceChild(this.toElement(),A);return this;},inject:function(A){$(A,true).appendChild(this.toElement());return this;},remote:function(){return Swiff.remote.apply(Swiff,[this.toElement()].extend(arguments));}});Swiff.CallBacks={};Swiff.remote=function(obj,fn){var rs=obj.CallFunction('<invoke name="'+fn+'" returntype="javascript">'+__flash__argumentsToXML(arguments,2)+"</invoke>");return eval(rs);};var Fx=new Class({Implements:[Chain,Events,Options],options:{fps:50,unit:false,duration:500,link:"ignore"},initialize:function(A){this.subject=this.subject||this;this.setOptions(A);this.options.duration=Fx.Durations[this.options.duration]||this.options.duration.toInt();var B=this.options.wait;if(B===false){this.options.link="cancel";}},getTransition:function(){return function(A){return-(Math.cos(Math.PI*A)-1)/2;};},step:function(){var A=$time();if(A<this.time+this.options.duration){var B=this.transition((A-this.time)/this.options.duration);this.set(this.compute(this.from,this.to,B));}else{this.set(this.compute(this.from,this.to,1));this.complete();}},set:function(A){return A;},compute:function(C,B,A){return Fx.compute(C,B,A);},check:function(A){if(!this.timer){return true;}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(A.bind(this,Array.slice(arguments,1)));return false;}return false;},start:function(B,A){if(!this.check(arguments.callee,B,A)){return this;}this.from=B;this.to=A;this.time=0;this.transition=this.getTransition();this.startTimer();this.onStart();return this;},complete:function(){if(this.stopTimer()){this.onComplete();}return this;},cancel:function(){if(this.stopTimer()){this.onCancel();}return this;},onStart:function(){this.fireEvent("start",this.subject);},onComplete:function(){this.fireEvent("complete",this.subject);if(!this.callChain()){this.fireEvent("chainComplete",this.subject);}},onCancel:function(){this.fireEvent("cancel",this.subject).clearChain();},pause:function(){this.stopTimer();return this;},resume:function(){this.startTimer();return this;},stopTimer:function(){if(!this.timer){return false;}this.time=$time()-this.time;this.timer=$clear(this.timer);return true;},startTimer:function(){if(this.timer){return false;}this.time=$time()-this.time;this.timer=this.step.periodical(Math.round(1000/this.options.fps),this);return true;}});Fx.compute=function(C,B,A){return(B-C)*A+C;};Fx.Durations={"short":250,normal:500,"long":1000};Fx.CSS=new Class({Extends:Fx,prepare:function(D,E,B){B=$splat(B);var C=B[1];if(!$chk(C)){B[1]=B[0];B[0]=D.getStyle(E);}var A=B.map(this.parse);return{from:A[0],to:A[1]};},parse:function(A){A=$lambda(A)();A=(typeof A=="string")?A.split(" "):$splat(A);return A.map(function(C){C=String(C);var B=false;Fx.CSS.Parsers.each(function(F,E){if(B){return;}var D=F.parse(C);if($chk(D)){B={value:D,parser:F};}});B=B||{value:C,parser:Fx.CSS.Parsers.String};return B;});},compute:function(D,C,B){var A=[];(Math.min(D.length,C.length)).times(function(E){A.push({value:D[E].parser.compute(D[E].value,C[E].value,B),parser:D[E].parser});});A.$family={name:"fx:css:value"};return A;},serve:function(C,B){if($type(C)!="fx:css:value"){C=this.parse(C);}var A=[];C.each(function(D){A=A.concat(D.parser.serve(D.value,B));});return A;},render:function(A,D,C,B){A.setStyle(D,this.serve(C,B));},search:function(A){if(Fx.CSS.Cache[A]){return Fx.CSS.Cache[A];}var B={};Array.each(document.styleSheets,function(E,D){var C=E.href;if(C&&C.contains("://")&&!C.contains(document.domain)){return;}var F=E.rules||E.cssRules;Array.each(F,function(I,G){if(!I.style){return;}var H=(I.selectorText)?I.selectorText.replace(/^\w+/,function(J){return J.toLowerCase();}):null;if(!H||!H.test("^"+A+"$")){return;}Element.Styles.each(function(K,J){if(!I.style[J]||Element.ShortStyles[J]){return;}K=String(I.style[J]);B[J]=(K.test(/^rgb/))?K.rgbToHex():K;});});});return Fx.CSS.Cache[A]=B;}});Fx.CSS.Cache={};Fx.CSS.Parsers=new Hash({Color:{parse:function(A){if(A.match(/^#[0-9a-f]{3,6}$/i)){return A.hexToRgb(true);}return((A=A.match(/(\d+),\s*(\d+),\s*(\d+)/)))?[A[1],A[2],A[3]]:false;},compute:function(C,B,A){return C.map(function(E,D){return Math.round(Fx.compute(C[D],B[D],A));});},serve:function(A){return A.map(Number);}},Number:{parse:parseFloat,compute:Fx.compute,serve:function(B,A){return(A)?B+A:B;}},String:{parse:$lambda(false),compute:$arguments(1),serve:$arguments(0)}});Fx.Tween=new Class({Extends:Fx.CSS,initialize:function(B,A){this.element=this.subject=$(B);this.parent(A);},set:function(B,A){if(arguments.length==1){A=B;B=this.property||this.options.property;}this.render(this.element,B,A,this.options.unit);return this;},start:function(C,E,D){if(!this.check(arguments.callee,C,E,D)){return this;}var B=Array.flatten(arguments);this.property=this.options.property||B.shift();var A=this.prepare(this.element,this.property,B);return this.parent(A.from,A.to);}});Element.Properties.tween={set:function(A){var B=this.retrieve("tween");if(B){B.cancel();}return this.eliminate("tween").store("tween:options",$extend({link:"cancel"},A));},get:function(A){if(A||!this.retrieve("tween")){if(A||!this.retrieve("tween:options")){this.set("tween",A);}this.store("tween",new Fx.Tween(this,this.retrieve("tween:options")));}return this.retrieve("tween");}};Element.implement({tween:function(A,C,B){this.get("tween").start(arguments);return this;},fade:function(C){var E=this.get("tween"),D="opacity",A;C=$pick(C,"toggle");switch(C){case"in":E.start(D,1);break;case"out":E.start(D,0);break;case"show":E.set(D,1);break;case"hide":E.set(D,0);break;case"toggle":var B=this.retrieve("fade:flag",this.get("opacity")==1);E.start(D,(B)?0:1);this.store("fade:flag",!B);A=true;break;default:E.start(D,arguments);}if(!A){this.eliminate("fade:flag");}return this;},highlight:function(C,A){if(!A){A=this.retrieve("highlight:original",this.getStyle("background-color"));A=(A=="transparent")?"#fff":A;}var B=this.get("tween");B.start("background-color",C||"#ffff88",A).chain(function(){this.setStyle("background-color",this.retrieve("highlight:original"));B.callChain();}.bind(this));return this;}});Fx.Morph=new Class({Extends:Fx.CSS,initialize:function(B,A){this.element=this.subject=$(B);this.parent(A);},set:function(A){if(typeof A=="string"){A=this.search(A);}for(var B in A){this.render(this.element,B,A[B],this.options.unit);}return this;},compute:function(E,D,C){var A={};for(var B in E){A[B]=this.parent(E[B],D[B],C);}return A;},start:function(B){if(!this.check(arguments.callee,B)){return this;}if(typeof B=="string"){B=this.search(B);}var E={},D={};for(var C in B){var A=this.prepare(this.element,C,B[C]);E[C]=A.from;D[C]=A.to;}return this.parent(E,D);}});Element.Properties.morph={set:function(A){var B=this.retrieve("morph");if(B){B.cancel();}return this.eliminate("morph").store("morph:options",$extend({link:"cancel"},A));},get:function(A){if(A||!this.retrieve("morph")){if(A||!this.retrieve("morph:options")){this.set("morph",A);}this.store("morph",new Fx.Morph(this,this.retrieve("morph:options")));}return this.retrieve("morph");}};Element.implement({morph:function(A){this.get("morph").start(A);return this;}});Fx.implement({getTransition:function(){var A=this.options.transition||Fx.Transitions.Sine.easeInOut;if(typeof A=="string"){var B=A.split(":");A=Fx.Transitions;A=A[B[0]]||A[B[0].capitalize()];if(B[1]){A=A["ease"+B[1].capitalize()+(B[2]?B[2].capitalize():"")];}}return A;}});Fx.Transition=function(B,A){A=$splat(A);return $extend(B,{easeIn:function(C){return B(C,A);},easeOut:function(C){return 1-B(1-C,A);},easeInOut:function(C){return(C<=0.5)?B(2*C,A)/2:(2-B(2*(1-C),A))/2;}});};Fx.Transitions=new Hash({linear:$arguments(0)});Fx.Transitions.extend=function(A){for(var B in A){Fx.Transitions[B]=new Fx.Transition(A[B]);}};Fx.Transitions.extend({Pow:function(B,A){return Math.pow(B,A[0]||6);},Expo:function(A){return Math.pow(2,8*(A-1));},Circ:function(A){return 1-Math.sin(Math.acos(A));},Sine:function(A){return 1-Math.sin((1-A)*Math.PI/2);},Back:function(B,A){A=A[0]||1.618;return Math.pow(B,2)*((A+1)*B-A);},Bounce:function(D){var C;for(var B=0,A=1;1;B+=A,A/=2){if(D>=(7-4*B)/11){C=A*A-Math.pow((11-6*B-11*D)/4,2);break;}}return C;},Elastic:function(B,A){return Math.pow(2,10*--B)*Math.cos(20*B*Math.PI*(A[0]||1)/3);}});["Quad","Cubic","Quart","Quint"].each(function(B,A){Fx.Transitions[B]=new Fx.Transition(function(C){return Math.pow(C,[A+2]);});});var Request=new Class({Implements:[Chain,Events,Options],options:{url:"",data:"",headers:{"X-Requested-With":"XMLHttpRequest",Accept:"text/javascript, text/html, application/xml, text/xml, */*"},async:true,format:false,method:"post",link:"ignore",isSuccess:null,emulation:true,urlEncoded:true,encoding:"utf-8",evalScripts:false,evalResponse:false},initialize:function(A){this.xhr=new Browser.Request();this.setOptions(A);this.options.isSuccess=this.options.isSuccess||this.isSuccess;this.headers=new Hash(this.options.headers);},onStateChange:function(){if(this.xhr.readyState!=4||!this.running){return;}this.running=false;this.status=0;$try(function(){this.status=this.xhr.status;}.bind(this));if(this.options.isSuccess.call(this,this.status)){this.response={text:this.xhr.responseText,xml:this.xhr.responseXML};this.success(this.response.text,this.response.xml);}else{this.response={text:null,xml:null};this.failure();}this.xhr.onreadystatechange=$empty;},isSuccess:function(){return((this.status>=200)&&(this.status<300));},processScripts:function(A){if(this.options.evalResponse||(/(ecma|java)script/).test(this.getHeader("Content-type"))){return $exec(A);}return A.stripScripts(this.options.evalScripts);},success:function(B,A){this.onSuccess(this.processScripts(B),A);},onSuccess:function(){this.fireEvent("complete",arguments).fireEvent("success",arguments).callChain();},failure:function(){this.onFailure();},onFailure:function(){this.fireEvent("complete").fireEvent("failure",this.xhr);},setHeader:function(A,B){this.headers.set(A,B);return this;},getHeader:function(A){return $try(function(){return this.xhr.getResponseHeader(A);}.bind(this));},check:function(A){if(!this.running){return true;}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(A.bind(this,Array.slice(arguments,1)));return false;}return false;},send:function(I){if(!this.check(arguments.callee,I)){return this;}this.running=true;var G=$type(I);if(G=="string"||G=="element"){I={data:I};}var D=this.options;I=$extend({data:D.data,url:D.url,method:D.method},I);var E=I.data,B=I.url,A=I.method;switch($type(E)){case"element":E=$(E).toQueryString();break;case"object":case"hash":E=Hash.toQueryString(E);}if(this.options.format){var H="format="+this.options.format;E=(E)?H+"&"+E:H;}if(this.options.emulation&&["put","delete"].contains(A)){var F="_method="+A;E=(E)?F+"&"+E:F;A="post";}if(this.options.urlEncoded&&A=="post"){var C=(this.options.encoding)?"; charset="+this.options.encoding:"";this.headers.set("Content-type","application/x-www-form-urlencoded"+C);}if(E&&A=="get"){B=B+(B.contains("?")?"&":"?")+E;E=null;}this.xhr.open(A.toUpperCase(),B,this.options.async);this.xhr.onreadystatechange=this.onStateChange.bind(this);this.headers.each(function(K,J){try{this.xhr.setRequestHeader(J,K);}catch(L){this.fireEvent("exception",[J,K]);}},this);this.fireEvent("request");this.xhr.send(E);if(!this.options.async){this.onStateChange();}return this;},cancel:function(){if(!this.running){return this;}this.running=false;this.xhr.abort();this.xhr.onreadystatechange=$empty;this.xhr=new Browser.Request();this.fireEvent("cancel");return this;}});(function(){var A={};["get","post","put","delete","GET","POST","PUT","DELETE"].each(function(B){A[B]=function(){var C=Array.link(arguments,{url:String.type,data:$defined});return this.send($extend(C,{method:B.toLowerCase()}));};});Request.implement(A);})();Element.Properties.send={set:function(A){var B=this.retrieve("send");if(B){B.cancel();}return this.eliminate("send").store("send:options",$extend({data:this,link:"cancel",method:this.get("method")||"post",url:this.get("action")},A));},get:function(A){if(A||!this.retrieve("send")){if(A||!this.retrieve("send:options")){this.set("send",A);}this.store("send",new Request(this.retrieve("send:options")));}return this.retrieve("send");}};Element.implement({send:function(A){var B=this.get("send");B.send({data:this,url:A||B.options.url});return this;}});Request.HTML=new Class({Extends:Request,options:{update:false,evalScripts:true,filter:false},processHTML:function(C){var B=C.match(/<body[^>]*>([\s\S]*?)<\/body>/i);C=(B)?B[1]:C;var A=new Element("div");return $try(function(){var D="<root>"+C+"</root>",G;if(Browser.Engine.trident){G=new ActiveXObject("Microsoft.XMLDOM");G.async=false;G.loadXML(D);}else{G=new DOMParser().parseFromString(D,"text/xml");}D=G.getElementsByTagName("root")[0];for(var F=0,E=D.childNodes.length;F<E;F++){var H=Element.clone(D.childNodes[F],true,true);if(H){A.grab(H);}}return A;})||A.set("html",C);},success:function(D){var C=this.options,B=this.response;B.html=D.stripScripts(function(E){B.javascript=E;});var A=this.processHTML(B.html);B.tree=A.childNodes;B.elements=A.getElements("*");if(C.filter){B.tree=B.elements.filter(C.filter);}if(C.update){$(C.update).empty().set("html",B.html);}if(C.evalScripts){$exec(B.javascript);}this.onSuccess(B.tree,B.elements,B.html,B.javascript);}});Element.Properties.load={set:function(A){var B=this.retrieve("load");if(B){B.cancel();}return this.eliminate("load").store("load:options",$extend({data:this,link:"cancel",update:this,method:"get"},A));},get:function(A){if(A||!this.retrieve("load")){if(A||!this.retrieve("load:options")){this.set("load",A);}this.store("load",new Request.HTML(this.retrieve("load:options")));}return this.retrieve("load");}};Element.implement({load:function(){this.get("load").send(Array.link(arguments,{data:Object.type,url:String.type}));return this;}});Request.JSON=new Class({Extends:Request,options:{secure:true},initialize:function(A){this.parent(A);this.headers.extend({Accept:"application/json","X-Request":"JSON"});},success:function(A){this.response.json=JSON.decode(A,this.options.secure);this.onSuccess(this.response.json,A);}});
Fx.Slide=new Class({Extends:Fx,options:{mode:"vertical"},initialize:function(B,A){this.addEvent("complete",function(){this.open=(this.wrapper["offset"+this.layout.capitalize()]!=0);if(this.open&&Browser.Engine.webkit419){this.element.dispose().inject(this.wrapper);}},true);this.element=this.subject=$(B);this.parent(A);var C=this.element.retrieve("wrapper");this.wrapper=C||new Element("div",{styles:$extend(this.element.getStyles("margin","position"),{overflow:"hidden"})}).wraps(this.element);this.element.store("wrapper",this.wrapper).setStyle("margin",0);this.now=[];this.open=true;},vertical:function(){this.margin="margin-top";this.layout="height";this.offset=this.element.offsetHeight;},horizontal:function(){this.margin="margin-left";this.layout="width";this.offset=this.element.offsetWidth;},set:function(A){this.element.setStyle(this.margin,A[0]);this.wrapper.setStyle(this.layout,A[1]);return this;},compute:function(E,D,C){var B=[];var A=2;A.times(function(F){B[F]=Fx.compute(E[F],D[F],C);});return B;},start:function(B,E){if(!this.check(arguments.callee,B,E)){return this;}this[E||this.options.mode]();var D=this.element.getStyle(this.margin).toInt();var C=this.wrapper.getStyle(this.layout).toInt();var A=[[D,C],[0,this.offset]];var G=[[D,C],[-this.offset,0]];var F;switch(B){case"in":F=A;break;case"out":F=G;break;case"toggle":F=(this.wrapper["offset"+this.layout.capitalize()]==0)?A:G;}return this.parent(F[0],F[1]);},slideIn:function(A){return this.start("in",A);},slideOut:function(A){return this.start("out",A);},hide:function(A){this[A||this.options.mode]();this.open=false;return this.set([-this.offset,0]);},show:function(A){this[A||this.options.mode]();this.open=true;return this.set([0,this.offset]);},toggle:function(A){return this.start("toggle",A);}});Element.Properties.slide={set:function(B){var A=this.retrieve("slide");if(A){A.cancel();}return this.eliminate("slide").store("slide:options",$extend({link:"cancel"},B));},get:function(A){if(A||!this.retrieve("slide")){if(A||!this.retrieve("slide:options")){this.set("slide",A);}this.store("slide",new Fx.Slide(this,this.retrieve("slide:options")));}return this.retrieve("slide");}};Element.implement({slide:function(D,E){D=D||"toggle";var B=this.get("slide"),A;switch(D){case"hide":B.hide(E);break;case"show":B.show(E);break;case"toggle":var C=this.retrieve("slide:flag",B.open);B[(C)?"slideOut":"slideIn"](E);this.store("slide:flag",!C);A=true;break;default:B.start(D,E);}if(!A){this.eliminate("slide:flag");}return this;}});Fx.Scroll=new Class({Extends:Fx,options:{offset:{x:0,y:0},wheelStops:true},initialize:function(B,A){this.element=this.subject=$(B);this.parent(A);var D=this.cancel.bind(this,false);if($type(this.element)!="element"){this.element=$(this.element.getDocument().body);}var C=this.element;if(this.options.wheelStops){this.addEvent("start",function(){C.addEvent("mousewheel",D);},true);this.addEvent("complete",function(){C.removeEvent("mousewheel",D);},true);}},set:function(){var A=Array.flatten(arguments);this.element.scrollTo(A[0],A[1]);},compute:function(E,D,C){var B=[];var A=2;A.times(function(F){B.push(Fx.compute(E[F],D[F],C));});return B;},start:function(C,H){if(!this.check(arguments.callee,C,H)){return this;}var E=this.element.getSize(),F=this.element.getScrollSize();var B=this.element.getScroll(),D={x:C,y:H};for(var G in D){var A=F[G]-E[G];if($chk(D[G])){D[G]=($type(D[G])=="number")?D[G].limit(0,A):A;}else{D[G]=B[G];}D[G]+=this.options.offset[G];}return this.parent([B.x,B.y],[D.x,D.y]);},toTop:function(){return this.start(false,0);},toLeft:function(){return this.start(0,false);},toRight:function(){return this.start("right",false);},toBottom:function(){return this.start(false,"bottom");},toElement:function(B){var A=$(B).getPosition(this.element);return this.start(A.x,A.y);}});Fx.Elements=new Class({Extends:Fx.CSS,initialize:function(B,A){this.elements=this.subject=$$(B);this.parent(A);},compute:function(G,H,I){var C={};for(var D in G){var A=G[D],E=H[D],F=C[D]={};for(var B in A){F[B]=this.parent(A[B],E[B],I);}}return C;},set:function(B){for(var C in B){var A=B[C];for(var D in A){this.render(this.elements[C],D,A[D],this.options.unit);}}return this;},start:function(C){if(!this.check(arguments.callee,C)){return this;}var H={},I={};for(var D in C){var F=C[D],A=H[D]={},G=I[D]={};for(var B in F){var E=this.prepare(this.elements[D],B,F[B]);A[B]=E.from;G[B]=E.to;}}return this.parent(H,I);}});var Drag=new Class({Implements:[Events,Options],options:{snap:6,unit:"px",grid:false,style:true,limit:false,handle:false,invert:false,preventDefault:false,modifiers:{x:"left",y:"top"}},initialize:function(){var B=Array.link(arguments,{options:Object.type,element:$defined});this.element=$(B.element);this.document=this.element.getDocument();this.setOptions(B.options||{});var A=$type(this.options.handle);this.handles=(A=="array"||A=="collection")?$$(this.options.handle):$(this.options.handle)||this.element;this.mouse={now:{},pos:{}};this.value={start:{},now:{}};this.selection=(Browser.Engine.trident)?"selectstart":"mousedown";this.bound={start:this.start.bind(this),check:this.check.bind(this),drag:this.drag.bind(this),stop:this.stop.bind(this),cancel:this.cancel.bind(this),eventStop:$lambda(false)};this.attach();},attach:function(){this.handles.addEvent("mousedown",this.bound.start);return this;},detach:function(){this.handles.removeEvent("mousedown",this.bound.start);return this;},start:function(C){if(this.options.preventDefault){C.preventDefault();}this.fireEvent("beforeStart",this.element);this.mouse.start=C.page;var A=this.options.limit;this.limit={x:[],y:[]};for(var D in this.options.modifiers){if(!this.options.modifiers[D]){continue;}if(this.options.style){this.value.now[D]=this.element.getStyle(this.options.modifiers[D]).toInt();}else{this.value.now[D]=this.element[this.options.modifiers[D]];}if(this.options.invert){this.value.now[D]*=-1;}this.mouse.pos[D]=C.page[D]-this.value.now[D];if(A&&A[D]){for(var B=2;B--;B){if($chk(A[D][B])){this.limit[D][B]=$lambda(A[D][B])();}}}}if($type(this.options.grid)=="number"){this.options.grid={x:this.options.grid,y:this.options.grid};}this.document.addEvents({mousemove:this.bound.check,mouseup:this.bound.cancel});this.document.addEvent(this.selection,this.bound.eventStop);},check:function(A){if(this.options.preventDefault){A.preventDefault();}var B=Math.round(Math.sqrt(Math.pow(A.page.x-this.mouse.start.x,2)+Math.pow(A.page.y-this.mouse.start.y,2)));if(B>this.options.snap){this.cancel();this.document.addEvents({mousemove:this.bound.drag,mouseup:this.bound.stop});this.fireEvent("start",this.element).fireEvent("snap",this.element);}},drag:function(A){if(this.options.preventDefault){A.preventDefault();}this.mouse.now=A.page;for(var B in this.options.modifiers){if(!this.options.modifiers[B]){continue;}this.value.now[B]=this.mouse.now[B]-this.mouse.pos[B];if(this.options.invert){this.value.now[B]*=-1;}if(this.options.limit&&this.limit[B]){if($chk(this.limit[B][1])&&(this.value.now[B]>this.limit[B][1])){this.value.now[B]=this.limit[B][1];}else{if($chk(this.limit[B][0])&&(this.value.now[B]<this.limit[B][0])){this.value.now[B]=this.limit[B][0];}}}if(this.options.grid[B]){this.value.now[B]-=(this.value.now[B]%this.options.grid[B]);}if(this.options.style){this.element.setStyle(this.options.modifiers[B],this.value.now[B]+this.options.unit);}else{this.element[this.options.modifiers[B]]=this.value.now[B];}}this.fireEvent("drag",this.element);},cancel:function(A){this.document.removeEvent("mousemove",this.bound.check);this.document.removeEvent("mouseup",this.bound.cancel);if(A){this.document.removeEvent(this.selection,this.bound.eventStop);this.fireEvent("cancel",this.element);}},stop:function(A){this.document.removeEvent(this.selection,this.bound.eventStop);this.document.removeEvent("mousemove",this.bound.drag);this.document.removeEvent("mouseup",this.bound.stop);if(A){this.fireEvent("complete",this.element);}}});Element.implement({makeResizable:function(A){return new Drag(this,$merge({modifiers:{x:"width",y:"height"}},A));}});Drag.Move=new Class({Extends:Drag,options:{droppables:[],container:false},initialize:function(C,B){this.parent(C,B);this.droppables=$$(this.options.droppables);this.container=$(this.options.container);if(this.container&&$type(this.container)!="element"){this.container=$(this.container.getDocument().body);}C=this.element;var D=C.getStyle("position");var A=(D!="static")?D:"absolute";if(C.getStyle("left")=="auto"||C.getStyle("top")=="auto"){C.position(C.getPosition(C.offsetParent));}C.setStyle("position",A);this.addEvent("start",function(){this.checkDroppables();},true);},start:function(B){if(this.container){var D=this.element,J=this.container,E=J.getCoordinates(D.offsetParent),F={},A={};["top","right","bottom","left"].each(function(K){F[K]=J.getStyle("padding-"+K).toInt();A[K]=D.getStyle("margin-"+K).toInt();},this);var C=D.offsetWidth+A.left+A.right,I=D.offsetHeight+A.top+A.bottom;var H=[E.left+F.left,E.right-F.right-C];var G=[E.top+F.top,E.bottom-F.bottom-I];this.options.limit={x:H,y:G};}this.parent(B);},checkAgainst:function(B){B=B.getCoordinates();var A=this.mouse.now;return(A.x>B.left&&A.x<B.right&&A.y<B.bottom&&A.y>B.top);},checkDroppables:function(){var A=this.droppables.filter(this.checkAgainst,this).getLast();if(this.overed!=A){if(this.overed){this.fireEvent("leave",[this.element,this.overed]);}if(A){this.overed=A;this.fireEvent("enter",[this.element,A]);}else{this.overed=null;}}},drag:function(A){this.parent(A);if(this.droppables.length){this.checkDroppables();}},stop:function(A){this.checkDroppables();this.fireEvent("drop",[this.element,this.overed]);this.overed=null;return this.parent(A);}});Element.implement({makeDraggable:function(A){return new Drag.Move(this,A);}});Hash.Cookie=new Class({Extends:Cookie,options:{autoSave:true},initialize:function(B,A){this.parent(B,A);this.load();},save:function(){var A=JSON.encode(this.hash);if(!A||A.length>4096){return false;}if(A=="{}"){this.dispose();}else{this.write(A);}return true;},load:function(){this.hash=new Hash(JSON.decode(this.read(),true));return this;}});Hash.Cookie.implement((function(){var A={};Hash.each(Hash.prototype,function(C,B){A[B]=function(){var D=C.apply(this.hash,arguments);if(this.options.autoSave){this.save();}return D;};});return A;})());var Color=new Native({initialize:function(B,C){if(arguments.length>=3){C="rgb";B=Array.slice(arguments,0,3);}else{if(typeof B=="string"){if(B.match(/rgb/)){B=B.rgbToHex().hexToRgb(true);}else{if(B.match(/hsb/)){B=B.hsbToRgb();}else{B=B.hexToRgb(true);}}}}C=C||"rgb";switch(C){case"hsb":var A=B;B=B.hsbToRgb();B.hsb=A;break;case"hex":B=B.hexToRgb(true);break;}B.rgb=B.slice(0,3);B.hsb=B.hsb||B.rgbToHsb();B.hex=B.rgbToHex();return $extend(B,this);}});Color.implement({mix:function(){var A=Array.slice(arguments);var C=($type(A.getLast())=="number")?A.pop():50;var B=this.slice();A.each(function(D){D=new Color(D);for(var E=0;E<3;E++){B[E]=Math.round((B[E]/100*(100-C))+(D[E]/100*C));}});return new Color(B,"rgb");},invert:function(){return new Color(this.map(function(A){return 255-A;}));},setHue:function(A){return new Color([A,this.hsb[1],this.hsb[2]],"hsb");},setSaturation:function(A){return new Color([this.hsb[0],A,this.hsb[2]],"hsb");},setBrightness:function(A){return new Color([this.hsb[0],this.hsb[1],A],"hsb");}});function $RGB(C,B,A){return new Color([C,B,A],"rgb");}function $HSB(C,B,A){return new Color([C,B,A],"hsb");}function $HEX(A){return new Color(A,"hex");}Array.implement({rgbToHsb:function(){var B=this[0],C=this[1],J=this[2];var G,F,H;var I=Math.max(B,C,J),E=Math.min(B,C,J);var K=I-E;H=I/255;F=(I!=0)?K/I:0;if(F==0){G=0;}else{var D=(I-B)/K;var A=(I-C)/K;var L=(I-J)/K;if(B==I){G=L-A;}else{if(C==I){G=2+D-L;}else{G=4+A-D;}}G/=6;if(G<0){G++;}}return[Math.round(G*360),Math.round(F*100),Math.round(H*100)];},hsbToRgb:function(){var C=Math.round(this[2]/100*255);if(this[1]==0){return[C,C,C];}else{var A=this[0]%360;var E=A%60;var F=Math.round((this[2]*(100-this[1]))/10000*255);var D=Math.round((this[2]*(6000-this[1]*E))/600000*255);var B=Math.round((this[2]*(6000-this[1]*(60-E)))/600000*255);switch(Math.floor(A/60)){case 0:return[C,B,F];case 1:return[D,C,F];case 2:return[F,C,B];case 3:return[F,D,C];case 4:return[B,F,C];case 5:return[C,F,D];}}return false;}});String.implement({rgbToHsb:function(){var A=this.match(/\d{1,3}/g);return(A)?hsb.rgbToHsb():null;},hsbToRgb:function(){var A=this.match(/\d{1,3}/g);return(A)?A.hsbToRgb():null;}});var Group=new Class({initialize:function(){this.instances=Array.flatten(arguments);this.events={};this.checker={};},addEvent:function(B,A){this.checker[B]=this.checker[B]||{};this.events[B]=this.events[B]||[];if(this.events[B].contains(A)){return false;}else{this.events[B].push(A);}this.instances.each(function(C,D){C.addEvent(B,this.check.bind(this,[B,C,D]));},this);return this;},check:function(C,A,B){this.checker[C][B]=true;var D=this.instances.every(function(F,E){return this.checker[C][E]||false;},this);if(!D){return;}this.checker[C]={};this.events[C].each(function(E){E.call(this,this.instances,A);},this);}});var Asset=new Hash({javascript:function(F,D){D=$extend({onload:$empty,document:document,check:$lambda(true)},D);var B=new Element("script",{src:F,type:"text/javascript"});var E=D.onload.bind(B),A=D.check,G=D.document;delete D.onload;delete D.check;delete D.document;B.addEvents({load:E,readystatechange:function(){if(["loaded","complete"].contains(this.readyState)){E();}}}).setProperties(D);if(Browser.Engine.webkit419){var C=(function(){if(!$try(A)){return;}$clear(C);E();}).periodical(50);}return B.inject(G.head);},css:function(B,A){return new Element("link",$merge({rel:"stylesheet",media:"screen",type:"text/css",href:B},A)).inject(document.head);},image:function(C,B){B=$merge({onload:$empty,onabort:$empty,onerror:$empty},B);var D=new Image();var A=$(D)||new Element("img");["load","abort","error"].each(function(E){var F="on"+E;var G=B[F];delete B[F];D[F]=function(){if(!D){return;}if(!A.parentNode){A.width=D.width;A.height=D.height;}D=D.onload=D.onabort=D.onerror=null;G.delay(1,A,A);A.fireEvent(E,A,1);};});D.src=A.src=C;if(D&&D.complete){D.onload.delay(1);}return A.setProperties(B);},images:function(D,C){C=$merge({onComplete:$empty,onProgress:$empty},C);if(!D.push){D=[D];}var A=[];var B=0;D.each(function(F){var E=new Asset.image(F,{onload:function(){C.onProgress.call(this,B,D.indexOf(F));B++;if(B==D.length){C.onComplete();}}});A.push(E);});return new Elements(A);}});var Sortables=new Class({Implements:[Events,Options],options:{snap:4,opacity:1,clone:false,revert:false,handle:false,constrain:false},initialize:function(A,B){this.setOptions(B);this.elements=[];this.lists=[];this.idle=true;this.addLists($$($(A)||A));if(!this.options.clone){this.options.revert=false;}if(this.options.revert){this.effect=new Fx.Morph(null,$merge({duration:250,link:"cancel"},this.options.revert));}},attach:function(){this.addLists(this.lists);return this;},detach:function(){this.lists=this.removeLists(this.lists);return this;},addItems:function(){Array.flatten(arguments).each(function(A){this.elements.push(A);var B=A.retrieve("sortables:start",this.start.bindWithEvent(this,A));(this.options.handle?A.getElement(this.options.handle)||A:A).addEvent("mousedown",B);},this);return this;},addLists:function(){Array.flatten(arguments).each(function(A){this.lists.push(A);this.addItems(A.getChildren());},this);return this;},removeItems:function(){var A=[];Array.flatten(arguments).each(function(B){A.push(B);this.elements.erase(B);var C=B.retrieve("sortables:start");(this.options.handle?B.getElement(this.options.handle)||B:B).removeEvent("mousedown",C);},this);return $$(A);},removeLists:function(){var A=[];Array.flatten(arguments).each(function(B){A.push(B);this.lists.erase(B);this.removeItems(B.getChildren());},this);return $$(A);},getClone:function(B,A){if(!this.options.clone){return new Element("div").inject(document.body);}if($type(this.options.clone)=="function"){return this.options.clone.call(this,B,A,this.list);}return A.clone(true).setStyles({margin:"0px",position:"absolute",visibility:"hidden",width:A.getStyle("width")}).inject(this.list).position(A.getPosition(A.getOffsetParent()));},getDroppables:function(){var A=this.list.getChildren();if(!this.options.constrain){A=this.lists.concat(A).erase(this.list);}return A.erase(this.clone).erase(this.element);},insert:function(C,B){var A="inside";if(this.lists.contains(B)){this.list=B;this.drag.droppables=this.getDroppables();}else{A=this.element.getAllPrevious().contains(B)?"before":"after";}this.element.inject(B,A);this.fireEvent("sort",[this.element,this.clone]);},start:function(B,A){if(!this.idle){return;}this.idle=false;this.element=A;this.opacity=A.get("opacity");this.list=A.getParent();this.clone=this.getClone(B,A);this.drag=new Drag.Move(this.clone,{snap:this.options.snap,container:this.options.constrain&&this.element.getParent(),droppables:this.getDroppables(),onSnap:function(){B.stop();this.clone.setStyle("visibility","visible");this.element.set("opacity",this.options.opacity||0);this.fireEvent("start",[this.element,this.clone]);}.bind(this),onEnter:this.insert.bind(this),onCancel:this.reset.bind(this),onComplete:this.end.bind(this)});this.clone.inject(this.element,"before");this.drag.start(B);},end:function(){this.drag.detach();this.element.set("opacity",this.opacity);if(this.effect){var A=this.element.getStyles("width","height");var B=this.clone.computePosition(this.element.getPosition(this.clone.offsetParent));this.effect.element=this.clone;this.effect.start({top:B.top,left:B.left,width:A.width,height:A.height,opacity:0.25}).chain(this.reset.bind(this));}else{this.reset();}},reset:function(){this.idle=true;this.clone.destroy();this.fireEvent("complete",this.element);},serialize:function(){var C=Array.link(arguments,{modifier:Function.type,index:$defined});var B=this.lists.map(function(D){return D.getChildren().map(C.modifier||function(E){return E.get("id");},this);},this);var A=C.index;if(this.lists.length==1){A=0;}return $chk(A)&&A>=0&&A<this.lists.length?B[A]:B;}});var Tips=new Class({Implements:[Events,Options],options:{onShow:function(A){A.setStyle("visibility","visible");},onHide:function(A){A.setStyle("visibility","hidden");},showDelay:100,hideDelay:100,className:null,offsets:{x:16,y:16},fixed:false},initialize:function(){var C=Array.link(arguments,{options:Object.type,elements:$defined});this.setOptions(C.options||null);this.tip=new Element("div").inject(document.body);if(this.options.className){this.tip.addClass(this.options.className);}var B=new Element("div",{"class":"tip-top"}).inject(this.tip);this.container=new Element("div",{"class":"tip"}).inject(this.tip);var A=new Element("div",{"class":"tip-bottom"}).inject(this.tip);this.tip.setStyles({position:"absolute",top:0,left:0,visibility:"hidden"});if(C.elements){this.attach(C.elements);}},attach:function(A){$$(A).each(function(D){var G=D.retrieve("tip:title",D.get("title"));var F=D.retrieve("tip:text",D.get("rel")||D.get("href"));var E=D.retrieve("tip:enter",this.elementEnter.bindWithEvent(this,D));var C=D.retrieve("tip:leave",this.elementLeave.bindWithEvent(this,D));D.addEvents({mouseenter:E,mouseleave:C});if(!this.options.fixed){var B=D.retrieve("tip:move",this.elementMove.bindWithEvent(this,D));D.addEvent("mousemove",B);}D.store("tip:native",D.get("title"));D.erase("title");},this);return this;},detach:function(A){$$(A).each(function(C){C.removeEvent("mouseenter",C.retrieve("tip:enter")||$empty);C.removeEvent("mouseleave",C.retrieve("tip:leave")||$empty);C.removeEvent("mousemove",C.retrieve("tip:move")||$empty);C.eliminate("tip:enter").eliminate("tip:leave").eliminate("tip:move");var B=C.retrieve("tip:native");if(B){C.set("title",B);}});return this;},elementEnter:function(B,A){$A(this.container.childNodes).each(Element.dispose);var D=A.retrieve("tip:title");if(D){this.titleElement=new Element("div",{"class":"tip-title"}).inject(this.container);this.fill(this.titleElement,D);}var C=A.retrieve("tip:text");if(C){this.textElement=new Element("div",{"class":"tip-text"}).inject(this.container);this.fill(this.textElement,C);}this.timer=$clear(this.timer);this.timer=this.show.delay(this.options.showDelay,this);this.position((!this.options.fixed)?B:{page:A.getPosition()});},elementLeave:function(A){$clear(this.timer);this.timer=this.hide.delay(this.options.hideDelay,this);},elementMove:function(A){this.position(A);},position:function(D){var B=window.getSize(),A=window.getScroll();var E={x:this.tip.offsetWidth,y:this.tip.offsetHeight};var C={x:"left",y:"top"};for(var F in C){var G=D.page[F]+this.options.offsets[F];if((G+E[F]-A[F])>B[F]){G=D.page[F]-this.options.offsets[F]-E[F];}this.tip.setStyle(C[F],G);}},fill:function(A,B){(typeof B=="string")?A.set("html",B):A.adopt(B);},show:function(){this.fireEvent("show",this.tip);},hide:function(){this.fireEvent("hide",this.tip);}});var SmoothScroll=new Class({Extends:Fx.Scroll,initialize:function(B,C){C=C||document;var E=C.getDocument(),D=C.getWindow();this.parent(E,B);this.links=(this.options.links)?$$(this.options.links):$$(E.links);var A=D.location.href.match(/^[^#]*/)[0]+"#";this.links.each(function(G){if(G.href.indexOf(A)!=0){return;}var F=G.href.substr(A.length);if(F&&$(F)){this.useLink(G,F);}},this);if(!Browser.Engine.webkit419){this.addEvent("complete",function(){D.location.hash=this.anchor;},true);}},useLink:function(B,A){B.addEvent("click",function(C){this.anchor=A;this.toElement(A);C.stop();}.bind(this));}});var Slider=new Class({Implements:[Events,Options],options:{onTick:function(A){if(this.options.snap){A=this.toPosition(this.step);}this.knob.setStyle(this.property,A);},snap:false,offset:0,range:false,wheel:false,steps:100,mode:"horizontal"},initialize:function(E,A,D){this.setOptions(D);this.element=$(E);this.knob=$(A);this.previousChange=this.previousEnd=this.step=-1;this.element.addEvent("mousedown",this.clickedElement.bind(this));if(this.options.wheel){this.element.addEvent("mousewheel",this.scrolledElement.bindWithEvent(this));}var F,B={},C={x:false,y:false};switch(this.options.mode){case"vertical":this.axis="y";this.property="top";F="offsetHeight";break;case"horizontal":this.axis="x";this.property="left";F="offsetWidth";}this.half=this.knob[F]/2;this.full=this.element[F]-this.knob[F]+(this.options.offset*2);this.min=$chk(this.options.range[0])?this.options.range[0]:0;this.max=$chk(this.options.range[1])?this.options.range[1]:this.options.steps;this.range=this.max-this.min;this.steps=this.options.steps||this.full;this.stepSize=Math.abs(this.range)/this.steps;this.stepWidth=this.stepSize*this.full/Math.abs(this.range);this.knob.setStyle("position","relative").setStyle(this.property,-this.options.offset);C[this.axis]=this.property;B[this.axis]=[-this.options.offset,this.full-this.options.offset];this.drag=new Drag(this.knob,{snap:0,limit:B,modifiers:C,onDrag:this.draggedKnob.bind(this),onStart:this.draggedKnob.bind(this),onComplete:function(){this.draggedKnob();this.end();}.bind(this)});if(this.options.snap){this.drag.options.grid=Math.ceil(this.stepWidth);this.drag.options.limit[this.axis][1]=this.full;}},set:function(A){if(!((this.range>0)^(A<this.min))){A=this.min;}if(!((this.range>0)^(A>this.max))){A=this.max;}this.step=Math.round(A);this.checkStep();this.end();this.fireEvent("tick",this.toPosition(this.step));return this;},clickedElement:function(C){var B=this.range<0?-1:1;var A=C.page[this.axis]-this.element.getPosition()[this.axis]-this.half;A=A.limit(-this.options.offset,this.full-this.options.offset);this.step=Math.round(this.min+B*this.toStep(A));this.checkStep();this.end();this.fireEvent("tick",A);},scrolledElement:function(A){var B=(this.options.mode=="horizontal")?(A.wheel<0):(A.wheel>0);this.set(B?this.step-this.stepSize:this.step+this.stepSize);A.stop();},draggedKnob:function(){var B=this.range<0?-1:1;var A=this.drag.value.now[this.axis];A=A.limit(-this.options.offset,this.full-this.options.offset);this.step=Math.round(this.min+B*this.toStep(A));this.checkStep();},checkStep:function(){if(this.previousChange!=this.step){this.previousChange=this.step;this.fireEvent("change",this.step);}},end:function(){if(this.previousEnd!==this.step){this.previousEnd=this.step;this.fireEvent("complete",this.step+"");}},toStep:function(A){var B=(A+this.options.offset)*this.stepSize/this.full*this.steps;return this.options.steps?Math.round(B-=B%this.stepSize):B;},toPosition:function(A){return(this.full*Math.abs(this.min-A))/(this.steps*this.stepSize)-this.options.offset;}});var Scroller=new Class({Implements:[Events,Options],options:{area:20,velocity:1,onChange:function(A,B){this.element.scrollTo(A,B);}},initialize:function(B,A){this.setOptions(A);this.element=$(B);this.listener=($type(this.element)!="element")?$(this.element.getDocument().body):this.element;this.timer=null;this.coord=this.getCoords.bind(this);},start:function(){this.listener.addEvent("mousemove",this.coord);},stop:function(){this.listener.removeEvent("mousemove",this.coord);this.timer=$clear(this.timer);},getCoords:function(A){this.page=(this.listener.get("tag")=="body")?A.client:A.page;if(!this.timer){this.timer=this.scroll.periodical(50,this);}},scroll:function(){var B=this.element.getSize(),A=this.element.getScroll(),E=this.element.getPosition(),D={x:0,y:0};for(var C in this.page){if(this.page[C]<(this.options.area+E[C])&&A[C]!=0){D[C]=(this.page[C]-this.options.area-E[C])*this.options.velocity;}else{if(this.page[C]+this.options.area>(B[C]+E[C])&&B[C]+B[C]!=A[C]){D[C]=(this.page[C]-B[C]+this.options.area-E[C])*this.options.velocity;}}}if(D.y||D.x){this.fireEvent("change",[A.x+D.x,A.y+D.y]);}}});var Accordion=new Class({Extends:Fx.Elements,options:{display:0,show:false,height:true,width:false,opacity:true,fixedHeight:false,fixedWidth:false,wait:false,alwaysHide:false},initialize:function(){var C=Array.link(arguments,{container:Element.type,options:Object.type,togglers:$defined,elements:$defined});this.parent(C.elements,C.options);this.togglers=$$(C.togglers);this.container=$(C.container);this.previous=-1;if(this.options.alwaysHide){this.options.wait=true;}if($chk(this.options.show)){this.options.display=false;this.previous=this.options.show;}if(this.options.start){this.options.display=false;this.options.show=false;}this.effects={};if(this.options.opacity){this.effects.opacity="fullOpacity";}if(this.options.width){this.effects.width=this.options.fixedWidth?"fullWidth":"offsetWidth";}if(this.options.height){this.effects.height=this.options.fixedHeight?"fullHeight":"scrollHeight";}for(var B=0,A=this.togglers.length;B<A;B++){this.addSection(this.togglers[B],this.elements[B]);}this.elements.each(function(E,D){if(this.options.show===D){this.fireEvent("active",[this.togglers[D],E]);}else{for(var F in this.effects){E.setStyle(F,0);}}},this);if($chk(this.options.display)){this.display(this.options.display);}},addSection:function(E,C,G){E=$(E);C=$(C);var F=this.togglers.contains(E);var B=this.togglers.length;this.togglers.include(E);this.elements.include(C);if(B&&(!F||G)){G=$pick(G,B-1);E.inject(this.togglers[G],"before");C.inject(E,"after");}else{if(this.container&&!F){E.inject(this.container);C.inject(this.container);}}var A=this.togglers.indexOf(E);E.addEvent("click",this.display.bind(this,A));if(this.options.height){C.setStyles({"padding-top":0,"border-top":"none","padding-bottom":0,"border-bottom":"none"});}if(this.options.width){C.setStyles({"padding-left":0,"border-left":"none","padding-right":0,"border-right":"none"});}C.fullOpacity=1;if(this.options.fixedWidth){C.fullWidth=this.options.fixedWidth;}if(this.options.fixedHeight){C.fullHeight=this.options.fixedHeight;}C.setStyle("overflow","hidden");if(!F){for(var D in this.effects){C.setStyle(D,0);}}return this;},display:function(A){A=($type(A)=="element")?this.elements.indexOf(A):A;if((this.timer&&this.options.wait)||(A===this.previous&&!this.options.alwaysHide)){return this;}this.previous=A;var B={};this.elements.each(function(E,D){B[D]={};var C=(D!=A)||(this.options.alwaysHide&&(E.offsetHeight>0));this.fireEvent(C?"background":"active",[this.togglers[D],E]);for(var F in this.effects){B[D][F]=C?0:E[this.effects[F]];}},this);return this.start(B);}});
var Cufon=(function(){var api=function(){return api.replace.apply(null,arguments);};var DOM=api.DOM={ready:(function(){var complete=false,readyStatus={loaded:1,complete:1};var queue=[],perform=function(){if(complete)return;complete=true;for(var fn;fn=queue.shift();fn());};if(document.addEventListener){document.addEventListener('DOMContentLoaded',perform,false);window.addEventListener('pageshow',perform,false);}
if(!window.opera&&document.readyState)(function(){readyStatus[document.readyState]?perform():setTimeout(arguments.callee,10);})();if(document.readyState&&document.createStyleSheet)(function(){try{document.body.doScroll('left');perform();}
catch(e){setTimeout(arguments.callee,1);}})();addEvent(window,'load',perform);return function(listener){if(!arguments.length)perform();else complete?listener():queue.push(listener);};})()};var CSS=api.CSS={Size:function(value,base){this.value=parseFloat(value);this.unit=String(value).match(/[a-z%]*$/)[0]||'px';this.convert=function(value){return value/base*this.value;};this.convertFrom=function(value){return value/this.value*base;};this.toString=function(){return this.value+this.unit;};},getStyle:function(el){var view=document.defaultView;if(view&&view.getComputedStyle)return new Style(view.getComputedStyle(el,null));if(el.currentStyle)return new Style(el.currentStyle);return new Style(el.style);},ready:(function(){var complete=false;var queue=[],perform=function(){complete=true;for(var fn;fn=queue.shift();fn());};var styleElements=Object.prototype.propertyIsEnumerable?elementsByTagName('style'):{length:0};var linkElements=elementsByTagName('link');DOM.ready(function(){var linkStyles=0,link;for(var i=0,l=linkElements.length;link=linkElements[i],i<l;++i){if(!link.disabled&&link.rel.toLowerCase()=='stylesheet')++linkStyles;}
if(document.styleSheets.length>=styleElements.length+linkStyles)perform();else setTimeout(arguments.callee,10);});return function(listener){if(complete)listener();else queue.push(listener);};})(),supports:function(property,value){var checker=document.createElement('span').style;if(checker[property]===undefined)return false;checker[property]=value;return checker[property]===value;},textAlign:function(word,style,position,wordCount){if(style.get('textAlign')=='right'){if(position>0)word=' '+word;}
else if(position<wordCount-1)word+=' ';return word;},textDecoration:function(el,style){if(!style)style=this.getStyle(el);var types={underline:null,overline:null,'line-through':null};for(var search=el;search.parentNode&&search.parentNode.nodeType==1;){var foundAll=true;for(var type in types){if(types[type])continue;if(style.get('textDecoration').indexOf(type)!=-1)types[type]=style.get('color');foundAll=false;}
if(foundAll)break;style=this.getStyle(search=search.parentNode);}
return types;},textShadow:cached(function(value){if(value=='none')return null;var shadows=[],currentShadow={},result,offCount=0;var re=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(result=re.exec(value)){if(result[0]==','){shadows.push(currentShadow);currentShadow={},offCount=0;}
else if(result[1]){currentShadow.color=result[1];}
else{currentShadow[['offX','offY','blur'][offCount++]]=result[2];}}
shadows.push(currentShadow);return shadows;}),color:cached(function(value){var parsed={};parsed.color=value.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function($0,$1,$2){parsed.opacity=parseFloat($2);return'rgb('+$1+')';});return parsed;}),textTransform:function(text,style){return text[{uppercase:'toUpperCase',lowercase:'toLowerCase'}[style.get('textTransform')]||'toString']();}};function Font(data){var face=this.face=data.face;this.glyphs=data.glyphs;this.w=data.w;this.baseSize=parseInt(face['units-per-em'],10);this.family=face['font-family'].toLowerCase();this.weight=face['font-weight'];this.style=face['font-style']||'normal';this.viewBox=(function(){var parts=face.bbox.split(/\s+/);var box={minX:parseInt(parts[0],10),minY:parseInt(parts[1],10),maxX:parseInt(parts[2],10),maxY:parseInt(parts[3],10)};box.width=box.maxX-box.minX,box.height=box.maxY-box.minY;box.toString=function(){return[this.minX,this.minY,this.width,this.height].join(' ');};return box;})();this.ascent=-parseInt(face.ascent,10);this.descent=-parseInt(face.descent,10);this.height=-this.ascent+this.descent;}
function FontFamily(){var styles={},mapping={oblique:'italic',italic:'oblique'};this.add=function(font){(styles[font.style]||(styles[font.style]={}))[font.weight]=font;};this.get=function(style,weight){var weights=styles[style]||styles[mapping[style]]||styles.normal||styles.italic||styles.oblique;if(!weights)return null;weight={normal:400,bold:700}[weight]||parseInt(weight,10);if(weights[weight])return weights[weight];var up={1:1,99:0}[weight%100],alts=[],min,max;if(up===undefined)up=weight>400;if(weight==500)weight=400;for(var alt in weights){alt=parseInt(alt,10);if(!min||alt<min)min=alt;if(!max||alt>max)max=alt;alts.push(alt);}
if(weight<min)weight=min;if(weight>max)weight=max;alts.sort(function(a,b){return(up?(a>weight&&b>weight)?a<b:a>b:(a<weight&&b<weight)?a>b:a<b)?-1:1;});return weights[alts[0]];};}
function HoverHandler(){function contains(node,anotherNode){if(node.contains)return node.contains(anotherNode);return node.compareDocumentPosition(anotherNode)&16;}
function onOverOut(e){var related=e.relatedTarget;if(!related||contains(this,related))return;trigger(this);}
function onEnterLeave(e){trigger(this);}
function trigger(el){setTimeout(function(){api.replace(el,sharedStorage.get(el).options,true);},10);}
this.attach=function(el){if(el.onmouseenter===undefined){addEvent(el,'mouseover',onOverOut);addEvent(el,'mouseout',onOverOut);}
else{addEvent(el,'mouseenter',onEnterLeave);addEvent(el,'mouseleave',onEnterLeave);}};}
function Storage(){var map={},at=0;function identify(el){return el.cufid||(el.cufid=++at);}
this.get=function(el){var id=identify(el);return map[id]||(map[id]={});};}
function Style(style){var custom={},sizes={};this.get=function(property){return custom[property]!=undefined?custom[property]:style[property];};this.getSize=function(property,base){return sizes[property]||(sizes[property]=new CSS.Size(this.get(property),base));};this.extend=function(styles){for(var property in styles)custom[property]=styles[property];return this;};}
function addEvent(el,type,listener){if(el.addEventListener){el.addEventListener(type,listener,false);}
else if(el.attachEvent){el.attachEvent('on'+type,function(){return listener.call(el,window.event);});}}
function attach(el,options){var storage=sharedStorage.get(el);if(storage.options)return el;if(options.hover&&options.hoverables[el.nodeName.toLowerCase()]){hoverHandler.attach(el);}
storage.options=options;return el;}
function cached(fun){var cache={};return function(key){if(!cache.hasOwnProperty(key))cache[key]=fun.apply(null,arguments);return cache[key];};}
function getFont(el,style){if(!style)style=CSS.getStyle(el);var families=style.get('fontFamily').split(/\s*,\s*/),family;for(var i=0,l=families.length;i<l;++i){family=families[i].replace(/^(["'])(.*?)\1$/,'$2').toLowerCase();if(fonts[family])return fonts[family].get(style.get('fontStyle'),style.get('fontWeight'));}
return null;}
function elementsByTagName(query){return document.getElementsByTagName(query);}
function merge(){var merged={},key;for(var i=0,l=arguments.length;i<l;++i){for(key in arguments[i])merged[key]=arguments[i][key];}
return merged;}
function process(font,text,style,options,node,el){var separate=options.separate;if(separate=='none')return engines[options.engine].apply(null,arguments);var fragment=document.createDocumentFragment(),processed;var parts=text.split(separators[separate]),needsAligning=(separate=='words');if(needsAligning&&HAS_BROKEN_REGEXP){if(/^\s/.test(text))parts.unshift('');if(/\s$/.test(text))parts.push('');}
for(var i=0,l=parts.length;i<l;++i){processed=engines[options.engine](font,needsAligning?CSS.textAlign(parts[i],style,i,l):parts[i],style,options,node,el,i<l-1);if(processed)fragment.appendChild(processed);}
return fragment;}
function replaceElement(el,options){var font,style,nextNode,redraw;for(var node=attach(el,options).firstChild;node;node=nextNode){nextNode=node.nextSibling;redraw=false;if(node.nodeType==1){if(!node.firstChild)continue;if(!/cufon/.test(node.className)){arguments.callee(node,options);continue;}
else redraw=true;}
if(!style)style=CSS.getStyle(el).extend(options);if(!font)font=getFont(el,style);if(!font)continue;if(redraw){engines[options.engine](font,null,style,options,node,el);continue;}
var text=node.data;if(text==='')continue;var processed=process(font,text,style,options,node,el);if(processed)node.parentNode.replaceChild(processed,node);else node.parentNode.removeChild(node);}}
var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0;var sharedStorage=new Storage();var hoverHandler=new HoverHandler();var replaceHistory=[];var engines={},fonts={},defaultOptions={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||window.jQuery||(window.dojo&&dojo.query)||(window.$$&&function(query){return $$(query);})||(window.$&&function(query){return $(query);})||(document.querySelectorAll&&function(query){return document.querySelectorAll(query);})||elementsByTagName),separate:'words',textShadow:'none'};var separators={words:/\s+/,characters:''};api.now=function(){DOM.ready();return api;};api.refresh=function(){var currentHistory=replaceHistory.splice(0,replaceHistory.length);for(var i=0,l=currentHistory.length;i<l;++i){api.replace.apply(null,currentHistory[i]);}
return api;};api.registerEngine=function(id,engine){if(!engine)return api;engines[id]=engine;return api.set('engine',id);};api.registerFont=function(data){var font=new Font(data),family=font.family;if(!fonts[family])fonts[family]=new FontFamily();fonts[family].add(font);return api.set('fontFamily',family);};api.replace=function(elements,options,ignoreHistory){options=merge(defaultOptions,options);if(!options.engine)return api;if(typeof options.textShadow=='string')
options.textShadow=CSS.textShadow(options.textShadow);if(!ignoreHistory)replaceHistory.push(arguments);if(elements.nodeType||typeof elements=='string')elements=[elements];CSS.ready(function(){for(var i=0,l=elements.length;i<l;++i){var el=elements[i];if(typeof el=='string')api.replace(options.selector(el),options,true);else replaceElement(el,options);}});return api;};api.set=function(option,value){defaultOptions[option]=value;return api;};return api;})();Cufon.registerEngine('canvas',(function(){var check=document.createElement('canvas');if(!check||!check.getContext||!check.getContext.apply)return null;check=null;var HAS_INLINE_BLOCK=Cufon.CSS.supports('display','inline-block');var HAS_BROKEN_LINEHEIGHT=!HAS_INLINE_BLOCK&&(document.compatMode=='BackCompat'||/frameset|transitional/i.test(document.doctype.publicId));var styleSheet=document.createElement('style');styleSheet.type='text/css';styleSheet.appendChild(document.createTextNode('.cufon-canvas{text-indent:0}'+'@media screen,projection{'+'.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle'+
(HAS_BROKEN_LINEHEIGHT?'':';font-size:1px;line-height:1px')+'}.cufon-canvas .cufon-alt{position:absolute;left:-10000in;font-size:1px}'+
(HAS_INLINE_BLOCK?'.cufon-canvas canvas{position:relative}':'.cufon-canvas canvas{position:absolute}')+'}'+'@media print{'+'.cufon-canvas{padding:0 !important}'+'.cufon-canvas canvas{display:none}'+'.cufon-canvas .cufon-alt{display:inline}'+'}'));document.getElementsByTagName('head')[0].appendChild(styleSheet);function generateFromVML(path,context){var atX=0,atY=0;var code=[],re=/([mrvxe])([^a-z]*)/g,match;generate:for(var i=0;match=re.exec(path);++i){var c=match[2].split(',');switch(match[1]){case'v':code[i]={m:'bezierCurveTo',a:[atX+~~c[0],atY+~~c[1],atX+~~c[2],atY+~~c[3],atX+=~~c[4],atY+=~~c[5]]};break;case'r':code[i]={m:'lineTo',a:[atX+=~~c[0],atY+=~~c[1]]};break;case'm':code[i]={m:'moveTo',a:[atX=~~c[0],atY=~~c[1]]};break;case'x':code[i]={m:'closePath'};break;case'e':break generate;}
context[code[i].m].apply(context,code[i].a);}
return code;}
function interpret(code,context){for(var i=0,l=code.length;i<l;++i){var line=code[i];context[line.m].apply(context,line.a);}}
return function(font,text,style,options,node,el){var redraw=(text===null);var viewBox=font.viewBox;var size=style.getSize('fontSize',font.baseSize);var letterSpacing=style.get('letterSpacing');letterSpacing=(letterSpacing=='normal')?0:size.convertFrom(parseInt(letterSpacing,10));var expandTop=0,expandRight=0,expandBottom=0,expandLeft=0;var shadows=options.textShadow,shadowOffsets=[];if(shadows){for(var i=0,l=shadows.length;i<l;++i){var shadow=shadows[i];var x=size.convertFrom(parseFloat(shadow.offX));var y=size.convertFrom(parseFloat(shadow.offY));shadowOffsets[i]=[x,y];if(y<expandTop)expandTop=y;if(x>expandRight)expandRight=x;if(y>expandBottom)expandBottom=y;if(x<expandLeft)expandLeft=x;}}
var chars=Cufon.CSS.textTransform(redraw?node.alt:text,style).split('');var width=0,lastWidth=null;for(var i=0,l=chars.length;i<l;++i){var glyph=font.glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;width+=lastWidth=Number(glyph.w||font.w)+letterSpacing;}
if(lastWidth===null)return null;expandRight+=(viewBox.width-lastWidth);expandLeft+=viewBox.minX;var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('span');wrapper.className='cufon cufon-canvas';wrapper.alt=text;canvas=document.createElement('canvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('span');print.className='cufon-alt';print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height-expandTop+expandBottom);var roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;canvas.width=Math.ceil(size.convert(width+expandRight-expandLeft)*roundingFactor);canvas.height=roundedHeight;expandTop+=viewBox.minY;cStyle.top=Math.round(size.convert(expandTop-font.ascent))+'px';cStyle.left=Math.round(size.convert(expandLeft))+'px';var wrapperWidth=Math.ceil(size.convert(width*roundingFactor))+'px';if(HAS_INLINE_BLOCK){wStyle.width=wrapperWidth;wStyle.height=size.convert(font.height)+'px';}
else{wStyle.paddingLeft=wrapperWidth;wStyle.paddingBottom=(size.convert(font.height)-1)+'px';}
var g=canvas.getContext('2d'),scale=roundedHeight/viewBox.height;g.scale(scale,scale);g.translate(-expandLeft,-expandTop);g.lineWidth=font.face['underline-thickness'];g.save();function line(y,color){g.strokeStyle=color;g.beginPath();g.moveTo(0,y);g.lineTo(width,y);g.stroke();}
var textDecoration=options.enableTextDecoration?Cufon.CSS.textDecoration(el,style):{};if(textDecoration.underline)line(-font.face['underline-position'],textDecoration.underline);if(textDecoration.overline)line(font.ascent,textDecoration.overline);g.fillStyle=style.get('color');function renderText(){for(var i=0,l=chars.length;i<l;++i){var glyph=font.glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;g.beginPath();if(glyph.d){if(glyph.code)interpret(glyph.code,g);else glyph.code=generateFromVML('m'+glyph.d,g);}
g.fill();g.translate(Number(glyph.w||font.w)+letterSpacing,0);}}
if(shadows){for(var i=0,l=shadows.length;i<l;++i){var shadow=shadows[i];g.save();g.fillStyle=shadow.color;g.translate.apply(g,shadowOffsets[i]);renderText();g.restore();}}
renderText();g.restore();if(textDecoration['line-through'])line(-font.descent,textDecoration['line-through']);return wrapper;};})());Cufon.registerEngine('vml',(function(){if(!document.namespaces)return;document.write('<!--[if vml]><script type="text/javascript">Cufon.vmlEnabled=true;</script><![endif]-->');if(!Cufon.vmlEnabled)return;if(document.namespaces['cvml']==null){document.namespaces.add('cvml','urn:schemas-microsoft-com:vml');document.write('<style type="text/css">'+'.cufon-vml-canvas{text-indent:0}'+'@media screen{'+'cvml\\:shape,cvml\\:group,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}'+'.cufon-vml-canvas{position:absolute;text-align:left}'+'.cufon-vml{display:inline-block;position:relative;vertical-align:middle}'+'.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}'+'a .cufon-vml{cursor:pointer}'+'}'+'@media print{'+'.cufon-vml *{display:none}'+'.cufon-vml .cufon-alt{display:inline}'+'}'+'</style>');}
function getFontSizeInPixels(el,value){return getSizeInPixels(el,/(?:em|ex|%)$/i.test(value)?'1em':value);}
function getSizeInPixels(el,value){if(/px$/i.test(value))return parseFloat(value);var style=el.style.left,runtimeStyle=el.runtimeStyle.left;el.runtimeStyle.left=el.currentStyle.left;el.style.left=value;var result=el.style.pixelLeft;el.style.left=style;el.runtimeStyle.left=runtimeStyle;return result;}
return function(font,text,style,options,node,el,hasNext){var redraw=(text===null);if(redraw)text=node.alt;var viewBox=font.viewBox;var size=style.computedFontSize||(style.computedFontSize=new Cufon.CSS.Size(getFontSizeInPixels(el,style.get('fontSize'))+'px',font.baseSize));var letterSpacing=style.computedLSpacing;if(letterSpacing==undefined){letterSpacing=style.get('letterSpacing');style.computedLSpacing=letterSpacing=(letterSpacing=='normal')?0:~~size.convertFrom(getSizeInPixels(el,letterSpacing));}
var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('span');wrapper.className='cufon cufon-vml';wrapper.alt=text;canvas=document.createElement('span');canvas.className='cufon-vml-canvas';wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('span');print.className='cufon-alt';print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}
if(!hasNext)wrapper.appendChild(document.createElement('cvml:group'));}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height),roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var minX=viewBox.minX,minY=viewBox.minY;cStyle.height=roundedHeight;cStyle.top=Math.round(size.convert(minY-font.ascent));cStyle.left=Math.round(size.convert(minX));wStyle.height=size.convert(font.height)+'px';var textDecoration=options.enableTextDecoration?Cufon.CSS.textDecoration(el,style):{};var color=style.get('color');var chars=Cufon.CSS.textTransform(text,style).split('');var width=0,offsetX=0,advance=null;var glyph,shape,shadows=options.textShadow;for(var i=0,k=0,l=chars.length;i<l;++i){glyph=font.glyphs[chars[i]]||font.missingGlyph;if(glyph)width+=advance=~~(glyph.w||font.w)+letterSpacing;}
if(advance===null)return null;var fullWidth=-minX+width+(viewBox.width-advance);var shapeWidth=size.convert(fullWidth*roundingFactor),roundedShapeWidth=Math.round(shapeWidth);var coordSize=fullWidth+','+viewBox.height,coordOrigin;var stretch='r'+coordSize+'nsnf';for(i=0;i<l;++i){glyph=font.glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(redraw){shape=canvas.childNodes[k];if(shape.firstChild)shape.removeChild(shape.firstChild);}
else{shape=document.createElement('cvml:shape');canvas.appendChild(shape);}
shape.stroked='f';shape.coordsize=coordSize;shape.coordorigin=coordOrigin=(minX-offsetX)+','+minY;shape.path=(glyph.d?'m'+glyph.d+'xe':'')+'m'+coordOrigin+stretch;shape.fillcolor=color;var sStyle=shape.style;sStyle.width=roundedShapeWidth;sStyle.height=roundedHeight;if(shadows){var shadow1=shadows[0],shadow2=shadows[1];var color1=Cufon.CSS.color(shadow1.color),color2;var shadow=document.createElement('cvml:shadow');shadow.on='t';shadow.color=color1.color;shadow.offset=shadow1.offX+','+shadow1.offY;if(shadow2){color2=Cufon.CSS.color(shadow2.color);shadow.type='double';shadow.color2=color2.color;shadow.offset2=shadow2.offX+','+shadow2.offY;}
shadow.opacity=color1.opacity||(color2&&color2.opacity)||1;shape.appendChild(shadow);}
offsetX+=~~(glyph.w||font.w)+letterSpacing;++k;}
wStyle.width=Math.max(Math.ceil(size.convert(width*roundingFactor)),0);return wrapper;};})());
Cufon.registerFont({"w":1460,"face":{"font-family":"Century Gothic","font-weight":400,"font-stretch":"normal","units-per-em":"2048","panose-1":"2 11 5 2 2 2 2 2 2 4","ascent":"1638","descent":"-410","x-height":"28","bbox":"-347 -2170 2360 628","underline-thickness":"119","underline-position":"-256","unicode-range":"U+0020-U+F108"},"glyphs":{" ":{"w":567},"!":{"d":"373,-1508r0,1140r-145,0r0,-1140r145,0xm179,-96v-2,-67,56,-126,123,-124v67,-2,125,57,123,124v2,66,-57,126,-123,124v-66,2,-125,-58,-123,-124","w":604},"\"":{"d":"562,-1045r-103,0r-22,-463r148,0xm174,-1045r-104,0r-22,-463r148,0","w":633},"#":{"d":"1233,-602r0,108r-248,0r-72,494r-112,0r72,-494r-333,0r-76,494r-110,0r76,-494r-246,0r0,-108r263,0r51,-334r-253,0r0,-109r269,0r70,-468r107,0r-68,468r332,0r68,-468r112,0r-69,468r224,0r0,109r-240,0r-48,334r231,0xm940,-936r-334,0r-49,334r332,0","w":1475},"$":{"d":"531,-1574r131,0r0,109v147,29,221,90,301,200r-108,87v-51,-79,-116,-127,-193,-144r0,499v175,92,283,167,326,224v98,127,112,308,22,445v-78,109,-172,170,-348,190r0,313r-131,0r0,-313v-166,-14,-242,-47,-341,-126v-48,-40,-87,-85,-118,-136r107,-81v93,123,210,191,352,205r0,-619v-105,-51,-171,-86,-199,-105v-99,-69,-164,-146,-167,-293v13,-213,152,-332,366,-352r0,-103xm531,-1332v-134,10,-212,80,-220,210v0,48,14,89,42,122v37,45,97,86,178,123r0,-455xm662,-106v139,-15,262,-112,266,-247v0,-57,-18,-110,-56,-159v-36,-49,-107,-101,-210,-156r0,562","w":1135},"%":{"d":"793,-1462v197,-2,286,-23,470,-74r118,0r-1072,1638r-132,0r975,-1492v-126,31,-298,46,-476,41v164,221,-22,549,-287,535v-188,5,-348,-158,-343,-345v2,-204,148,-349,343,-349v110,0,268,53,404,46xm612,-1161v3,-118,-102,-223,-220,-220v-118,-3,-222,102,-219,220v-3,118,101,222,219,219v118,3,223,-101,220,-219xm849,-303v-5,-185,161,-351,346,-346v185,-5,351,161,346,346v5,185,-161,351,-346,346v-185,5,-351,-161,-346,-346xm1415,-303v3,-118,-102,-222,-220,-219v-118,-3,-222,101,-219,219v-3,118,101,222,219,219v118,3,223,-101,220,-219","w":1587},"&":{"d":"671,-1418v178,3,317,99,324,269v0,49,-17,102,-52,157v-35,56,-103,127,-205,214r223,234r153,153r178,-153r100,106v-64,57,-122,106,-173,147r147,151v51,51,94,97,131,140r-205,0r-189,-197v-127,96,-228,159,-305,189v-77,30,-158,45,-243,45v-213,6,-377,-140,-376,-341v0,-73,23,-147,69,-220v47,-74,141,-167,284,-280v-81,-97,-132,-169,-156,-216v-22,-46,-34,-90,-34,-132v-1,-164,162,-270,329,-266xm665,-1277v-120,-7,-220,95,-156,203v33,57,79,119,138,186v71,-55,125,-110,161,-163v25,-38,38,-72,38,-101v-2,-78,-88,-128,-181,-125xm326,-314v-1,116,120,219,245,213v52,0,103,-11,153,-32v79,-34,172,-89,279,-166r-240,-246r-134,-148v-125,94,-206,169,-245,225v-39,55,-58,107,-58,154","w":1550},"'":{"d":"254,-1045r-103,0r-22,-463r148,0","w":405},"(":{"d":"267,-495v0,-394,78,-757,203,-1041r162,0v-127,259,-217,640,-216,1022v-1,348,64,696,167,940r-154,0v-99,-237,-163,-581,-162,-921","w":756},")":{"d":"489,-614v0,393,-78,757,-203,1040r-162,0v128,-258,217,-639,216,-1022v1,-348,-64,-696,-167,-940r154,0v100,236,163,582,162,922","w":756},"*":{"d":"369,-1508r130,0r-29,297r246,-176r66,112r-277,125r277,123r-66,113r-246,-174r29,297r-130,0r31,-297r-246,174r-66,-113r281,-123r-281,-125r66,-112r246,176","w":870},"+":{"d":"552,-804r0,-434r137,0r0,434r438,0r0,137r-438,0r0,434r-137,0r0,-434r-437,0r0,-137r437,0","w":1241},",":{"d":"295,-270r135,64r-203,378r-99,-42","w":567},"-":{"d":"65,-614r550,0r0,122r-550,0r0,-122","w":680},"\u00ad":{"d":"65,-614r550,0r0,122r-550,0r0,-122","w":680},".":{"d":"187,-96v-2,-67,56,-126,123,-124v67,-2,125,57,123,124v2,66,-57,126,-123,124v-66,2,-125,-58,-123,-124","w":567},"\/":{"d":"836,-1508r-611,1708r-153,0r610,-1708r154,0","w":895},"0":{"d":"128,-286v-84,-190,-84,-709,0,-899v69,-183,210,-317,431,-323v227,6,369,142,443,330v89,199,89,684,0,884v-73,188,-216,324,-443,331v-222,-6,-361,-139,-431,-323xm249,-1110v-60,149,-60,606,-1,754v47,143,157,253,316,260v290,-21,365,-311,367,-636v1,-262,-53,-464,-185,-570v-113,-88,-253,-87,-366,0v-57,43,-101,108,-131,192","w":1135},"1":{"d":"379,-1471r289,0r0,1471r-146,0r0,-1327r-231,0","w":1135},"2":{"d":"578,-1368v-203,2,-330,152,-341,358r-141,0v1,-277,214,-502,490,-498v256,-9,456,199,454,440v0,83,-20,162,-60,234v-121,205,-422,492,-599,692r679,0r0,142r-999,0r562,-607v114,-122,188,-213,223,-271v34,-60,51,-122,51,-187v4,-165,-149,-309,-319,-303","w":1135},"3":{"d":"552,-1365v-161,8,-227,93,-281,235r-150,0v45,-216,194,-373,431,-378v235,5,414,153,423,380v0,127,-63,227,-189,301v147,55,271,209,270,388v-12,280,-208,473,-501,476v-278,-4,-440,-174,-483,-431r144,0v45,184,143,282,341,288v257,15,447,-260,305,-482v-80,-116,-176,-148,-382,-160r0,-135v178,-4,336,-76,342,-246v1,-133,-127,-242,-270,-236","w":1135},"4":{"d":"872,-1508r30,0r0,1025r178,0r0,141r-178,0r0,342r-147,0r0,-342r-703,0xm755,-483r0,-613r-433,613r433,0","w":1135},"5":{"d":"894,-485v2,-199,-142,-339,-345,-335v-87,0,-192,26,-315,79r136,-730r637,0r0,140r-524,0r-73,401v345,-113,642,120,635,451v-10,306,-199,513,-513,516v-243,3,-423,-173,-449,-393r151,0v28,157,137,246,307,256v196,3,360,-179,353,-385","w":1135},"6":{"d":"584,37v-325,0,-531,-314,-410,-639v25,-67,68,-147,131,-240r446,-666r121,79r-397,602v302,-110,574,125,569,411v-5,272,-193,443,-460,453xm899,-415v5,-167,-143,-315,-309,-310v-166,-4,-314,143,-309,310v-5,166,143,314,309,309v166,5,314,-143,309,-309","w":1135},"7":{"d":"147,-1471r933,0r-787,1508r-121,-62r680,-1307r-705,0r0,-139","w":1135},"8":{"d":"997,-1120v-4,160,-91,248,-210,313v166,84,268,179,278,385v-2,268,-215,470,-500,459v-163,0,-286,-47,-370,-139v-84,-94,-126,-196,-126,-308v9,-210,116,-311,286,-397v-122,-62,-210,-161,-216,-317v12,-228,196,-380,436,-384v237,5,412,158,422,388xm849,-1126v-4,-134,-121,-248,-281,-239v-148,-5,-281,104,-280,242v-3,132,145,264,285,257v154,-3,269,-111,276,-260xm918,-419v3,-166,-168,-322,-343,-314v-189,-7,-361,150,-358,328v9,189,148,303,350,303v197,8,350,-138,351,-317","w":1135},"9":{"d":"559,-1508v326,0,532,314,411,640v-25,67,-68,147,-131,240r-446,665r-121,-78r397,-602v-386,141,-707,-282,-510,-641v68,-123,220,-223,400,-224xm244,-1055v-5,166,143,314,309,309v167,5,315,-143,310,-309v4,-166,-143,-314,-310,-309v-166,-5,-314,143,-309,309","w":1135},":":{"d":"187,-992v-2,-66,57,-126,123,-124v67,-2,125,57,123,124v2,67,-56,126,-123,124v-67,2,-125,-57,-123,-124xm187,-96v-2,-67,56,-126,123,-124v67,-2,125,57,123,124v2,66,-57,126,-123,124v-66,2,-125,-58,-123,-124","w":567},";":{"d":"187,-992v-2,-66,57,-126,123,-124v67,-2,125,57,123,124v2,67,-56,126,-123,124v-67,2,-125,-57,-123,-124xm295,-270r135,64r-203,378r-99,-42","w":567},"\u037e":{"d":"187,-992v-2,-66,57,-126,123,-124v67,-2,125,57,123,124v2,67,-56,126,-123,124v-67,2,-125,-57,-123,-124xm295,-270r135,64r-203,378r-99,-42","w":567},"<":{"d":"1137,-347r0,146r-1033,-469r0,-130r1033,-471r0,147r-839,390","w":1241},"=":{"d":"1127,-1024r0,137r-1012,0r0,-137r1012,0xm1127,-584r0,137r-1012,0r0,-137r1012,0","w":1241},">":{"d":"104,-347r839,-387r-839,-390r0,-147r1033,471r0,130r-1033,469r0,-146","w":1241},"?":{"d":"610,-1368v-178,2,-293,106,-295,297r-145,0v-1,-264,174,-440,438,-437v236,-6,417,132,420,345v-2,111,-52,182,-123,237v-59,57,-412,181,-453,224v-104,108,17,258,161,244v143,-2,202,-74,217,-212r146,0v-7,216,-143,353,-363,352v-235,12,-424,-183,-327,-404v59,-104,113,-117,257,-181v144,-59,236,-103,277,-132v40,-29,60,-71,60,-126v-2,-128,-125,-212,-270,-207xm484,-96v-2,-67,56,-126,123,-124v67,-2,125,57,123,124v2,66,-57,126,-123,124v-66,2,-125,-58,-123,-124","w":1210},"@":{"d":"928,-61v252,-8,361,-89,516,-240r106,0v-165,209,-310,317,-617,328v-316,-1,-572,-169,-693,-386v-139,-236,-136,-553,2,-791v121,-222,361,-386,678,-390v373,-15,723,293,718,644v0,264,-138,441,-321,533v-75,39,-140,58,-193,58v-72,-2,-120,-30,-119,-111v-40,53,-128,101,-217,101v-197,2,-337,-157,-332,-363v-1,-236,174,-482,428,-469v140,3,196,52,260,148r26,-138r108,0r-116,654v-13,54,-2,90,45,90v113,0,257,-137,301,-245v34,-71,52,-151,52,-238v8,-330,-301,-585,-645,-576v-285,2,-499,145,-607,342v-124,211,-124,493,0,704v110,196,333,343,620,345xm600,-696v-3,154,93,268,238,268v183,-4,256,-205,260,-385v3,-127,-80,-228,-203,-227v-166,-2,-302,165,-295,344","w":1776},"A":{"d":"780,-1471r686,1471r-158,0r-231,-484r-634,0r-230,484r-164,0r695,-1471r36,0xm762,-1159r-253,533r503,0","w":1515},"B":{"d":"1030,-584v127,308,-120,602,-443,584r-404,0r0,-1471v188,3,439,-16,559,41v114,48,202,167,203,319v-2,149,-80,252,-189,309v139,47,217,104,274,218xm792,-1111v-5,-156,-115,-218,-295,-216r-170,0r0,471v111,2,253,-2,309,-28v86,-33,155,-117,156,-227xm327,-708r0,564v138,0,339,7,418,-32v89,-35,165,-128,166,-243v-2,-146,-108,-242,-240,-271v-53,-16,-226,-19,-344,-18","w":1176},"C":{"d":"111,-744v-8,-428,358,-776,794,-764v294,1,516,129,644,310r-116,89v-114,-150,-284,-251,-526,-254v-253,1,-463,139,-559,311v-54,96,-82,202,-82,321v-7,356,289,638,650,629v206,0,378,-81,517,-242r116,88v-135,173,-350,292,-642,293v-457,13,-799,-329,-796,-781","w":1665},"D":{"d":"179,0r0,-1471v257,-1,643,-7,784,53v272,91,455,348,455,701v3,297,-147,536,-344,637v-189,110,-586,74,-895,80xm320,-139v199,2,506,-1,593,-38v213,-67,357,-262,356,-538v1,-293,-157,-504,-390,-571v-96,-35,-349,-45,-559,-42r0,1189","w":1524},"E":{"d":"180,-1471r843,0r0,145r-696,0r0,460r690,0r0,144r-690,0r0,577r690,0r0,145r-837,0r0,-1471","w":1098},"F":{"d":"179,-1471r737,0r0,145r-591,0r0,460r591,0r0,145r-591,0r0,721r-146,0r0,-1471","w":993},"G":{"d":"1685,-705v3,446,-293,747,-739,742v-272,0,-487,-93,-646,-278v-210,-235,-244,-598,-78,-884v127,-222,372,-382,702,-383v303,6,494,114,674,284r-114,108v-135,-135,-324,-239,-555,-246v-368,11,-647,257,-658,623v15,376,291,629,679,636v300,4,537,-195,570,-460r-469,0r0,-142r634,0","w":1786},"H":{"d":"177,-1471r148,0r0,617r748,0r0,-617r148,0r0,1471r-148,0r0,-710r-748,0r0,710r-148,0r0,-1471","w":1399},"I":{"d":"158,-1471r147,0r0,1471r-147,0r0,-1471","w":463},"J":{"d":"164,-236v115,73,160,123,289,136v91,-1,164,-64,187,-139v13,-42,20,-123,20,-244r0,-988r148,0r0,993v-3,269,-17,362,-154,462v-99,65,-255,69,-376,18v-58,-22,-122,-63,-192,-121","w":987},"K":{"d":"179,-1471r150,0r0,552r587,-552r199,0r-707,660r762,811r-195,0r-646,-686r0,686r-150,0r0,-1471","w":1210},"L":{"d":"179,-1471r148,0r0,1329r565,0r0,142r-713,0r0,-1471","w":946},"M":{"d":"112,0r209,-1471r24,0r598,1207r592,-1207r24,0r211,1471r-145,0r-144,-1052r-520,1052r-37,0r-527,-1060r-143,1060r-142,0","w":1882},"N":{"d":"180,0r0,-1471r32,0r978,1126r0,-1126r145,0r0,1471r-33,0r-970,-1112r0,1112r-152,0","w":1515},"O":{"d":"892,37v-421,12,-787,-350,-777,-766v2,-309,169,-558,382,-677v118,-68,246,-102,383,-102v432,-11,794,344,784,772v11,420,-353,784,-772,773xm268,-729v-10,338,285,631,619,623v249,-2,450,-137,543,-310v109,-185,110,-453,0,-636v-93,-170,-300,-310,-543,-312v-241,2,-445,144,-537,314v-55,96,-82,203,-82,321","w":1780},"P":{"d":"178,-1471r293,0v168,0,281,7,340,22v161,39,288,172,286,370v0,205,-121,331,-293,371v-66,21,-311,26,-479,24r0,684r-147,0r0,-1471xm325,-1328r0,500v149,0,373,15,470,-24v127,-39,199,-233,110,-362v-68,-96,-140,-112,-320,-114r-260,0","w":1212},"Q":{"d":"1666,-735v-4,265,-101,430,-253,575r218,276r-181,0r-150,-190v-120,74,-255,111,-406,111v-421,12,-787,-350,-777,-766v2,-309,170,-560,383,-677v119,-68,249,-102,390,-102v425,-11,787,349,776,773xm270,-729v-10,338,283,631,618,623v117,0,223,-28,320,-85r-328,-416r179,0r263,332v204,-185,254,-521,110,-777v-92,-169,-299,-310,-541,-312v-243,2,-447,142,-539,314v-55,96,-82,203,-82,321","w":1784},"R":{"d":"187,-1471r293,0v163,0,274,7,332,20v165,36,297,173,295,371v-14,282,-194,400,-508,396r529,684r-182,0r-528,-684r-84,0r0,684r-147,0r0,-1471xm334,-1327r0,500v150,-1,372,15,470,-26v127,-38,199,-232,110,-361v-69,-95,-140,-111,-321,-113r-259,0","w":1243},"S":{"d":"888,-359v5,213,-198,404,-417,396v-233,-11,-341,-127,-444,-311r125,-75v88,162,190,243,305,243v152,-4,268,-99,272,-250v0,-49,-17,-98,-50,-145v-46,-65,-130,-144,-252,-236v-123,-93,-199,-160,-229,-201v-52,-69,-78,-144,-78,-225v5,-208,150,-339,357,-345v196,11,275,95,386,241r-120,91v-92,-113,-124,-168,-269,-180v-147,-6,-248,140,-182,280v68,116,98,118,263,245v127,94,215,178,262,251v47,73,71,147,71,221","w":1020},"T":{"d":"33,-1328r0,-143r807,0r0,143r-328,0r0,1328r-150,0r0,-1328r-329,0","w":872},"U":{"d":"184,-1471r147,0r0,888v1,200,-1,237,57,343v69,103,278,184,430,106v89,-41,150,-115,178,-219v10,-37,15,-114,15,-230r0,-888r147,0r0,888v-3,271,-37,408,-192,530v-149,124,-428,114,-585,5v-85,-57,-141,-132,-170,-225v-18,-57,-27,-161,-27,-310r0,-888","w":1341},"V":{"d":"67,-1471r160,0r487,1137r496,-1137r160,0r-640,1471r-32,0","w":1438},"W":{"d":"96,-1471r151,0r299,1060r422,-1060r30,0r417,1060r305,-1060r150,0r-422,1471r-28,0r-436,-1113r-445,1113r-28,0","w":1966},"X":{"d":"101,-1471r172,0r352,574r355,-574r170,0r-438,713r467,758r-172,0r-382,-617r-384,617r-172,0r469,-758","w":1247},"Y":{"d":"63,-1471r170,0r376,606r370,-606r170,0r-466,768r0,703r-145,0r0,-703","w":1212},"Z":{"d":"122,-1329r0,-142r776,0r-615,1328r584,0r0,143r-811,0r619,-1329r-553,0","w":983},"[":{"d":"290,-1508r336,0r0,142r-196,0r0,1627r196,0r0,137r-336,0r0,-1906","w":719},"\\":{"d":"220,-1508r952,1708r-153,0r-953,-1708r154,0","w":1239},"]":{"d":"429,398r-336,0r0,-142r195,0r0,-1627r-195,0r0,-137r336,0r0,1906","w":719},"^":{"d":"629,-1471r118,0r510,1106r-133,0r-439,-952r-436,952r-129,0","w":1376},"_":{"d":"-12,154r1048,0r0,102r-1048,0r0,-102","w":1024},"`":{"d":"326,-1598r218,308r-138,0r-295,-308r215,0","w":774},"a":{"d":"669,-1116v206,3,337,94,433,228r0,-200r138,0r0,1088r-138,0r0,-187v-103,125,-234,211,-437,215v-303,8,-567,-268,-558,-575v-9,-303,260,-578,562,-569xm1111,-538v6,-243,-191,-448,-431,-443v-254,6,-423,189,-432,439v9,249,180,435,431,442v251,-10,430,-177,432,-438","w":1399},"b":{"d":"736,28v-206,-3,-335,-95,-432,-228r0,200r-139,0r0,-1508r139,0r0,607v103,-126,232,-211,436,-215v303,-8,567,268,558,574v9,304,-260,578,-562,570xm294,-550v-6,243,191,448,431,443v254,-6,423,-189,432,-439v-9,-249,-179,-436,-430,-443v-251,11,-431,178,-433,439","w":1397},"c":{"d":"703,28v-327,10,-603,-248,-598,-563v2,-233,133,-419,298,-505v146,-82,344,-100,519,-43v134,44,223,110,290,221r-111,69v-96,-127,-227,-191,-393,-191v-253,-8,-466,194,-462,439v10,263,191,441,463,445v160,0,291,-64,392,-191r111,73v-97,147,-274,246,-509,246","w":1325},"d":{"d":"671,-1116v206,3,337,94,433,228r0,-620r138,0r0,1508r-138,0r0,-187v-103,125,-234,211,-437,215v-303,8,-567,-268,-558,-575v-9,-303,260,-578,562,-569xm1113,-538v6,-243,-191,-448,-431,-443v-254,6,-423,189,-432,439v9,249,180,435,431,442v251,-10,430,-177,432,-438","w":1403},"e":{"d":"248,-533v-5,295,271,516,572,404v128,-51,175,-106,252,-232r118,62v-101,193,-244,321,-520,327v-177,0,-316,-58,-416,-174v-100,-117,-150,-248,-150,-395v-3,-312,248,-589,558,-575v317,-6,567,244,564,583r-978,0xm1072,-654v-37,-147,-101,-229,-223,-287v-159,-73,-344,-47,-460,62v-56,50,-98,125,-127,225r810,0","w":1331},"f":{"d":"604,-1508r0,137v-76,-31,-138,-52,-200,-17v-52,31,-37,50,-41,153r0,147r227,0r0,120r-228,0r0,968r-140,0r0,-968r-143,0r0,-120r143,0v1,-107,-8,-274,22,-337v49,-115,212,-136,360,-83","w":643},"g":{"d":"662,-1116v204,6,321,87,431,217r0,-189r141,0r0,867v0,153,-13,264,-40,335v-69,194,-259,312,-518,312v-301,-8,-467,-115,-562,-340r152,0v79,137,197,211,403,212v180,3,323,-76,382,-188v34,-57,45,-191,42,-317v-92,119,-242,205,-435,207v-322,-12,-551,-225,-558,-552v2,-224,125,-402,282,-488v89,-51,182,-76,280,-76xm1100,-553v-3,-256,-172,-418,-420,-428v-256,7,-432,181,-439,436v-3,239,186,419,431,413v252,4,431,-171,428,-421","w":1378},"h":{"d":"296,-893v97,-127,215,-218,408,-223v173,0,303,100,356,228v30,70,45,179,45,328r0,560r-140,0r0,-519v0,-125,-5,-209,-15,-251v-32,-135,-116,-216,-274,-217v-178,-1,-326,142,-360,292v-31,141,-17,493,-20,695r-140,0r0,-1508r140,0r0,615","w":1249},"i":{"d":"90,-1420v-2,-62,54,-118,115,-116v62,-2,118,54,116,116v2,61,-54,117,-116,115v-61,2,-117,-54,-115,-115xm135,-1088r141,0r0,1088r-141,0r0,-1088","w":410},"j":{"d":"93,-1420v-2,-62,53,-118,115,-116v62,-2,117,54,115,116v2,61,-53,117,-115,115v-62,2,-117,-54,-115,-115xm37,295v84,-8,105,-55,102,-172r0,-1211r142,0r0,1252v1,159,-50,256,-185,262v-47,0,-101,-11,-160,-34r0,-126v37,19,71,29,101,29","w":416},"k":{"d":"155,-1508r141,0r0,858r503,-438r206,0r-597,519r632,569r-198,0r-546,-489r0,489r-141,0r0,-1508","w":1028},"l":{"d":"135,-1508r140,0r0,1508r-140,0r0,-1508","w":410},"m":{"d":"1011,-855v78,-146,207,-255,401,-261v163,1,279,92,328,216v28,68,42,170,42,306r0,594r-143,0r0,-594v-3,-203,-9,-270,-111,-346v-96,-63,-240,-49,-330,20v-137,107,-161,219,-163,494r0,426r-139,0r0,-557v-4,-224,-4,-296,-110,-381v-95,-64,-233,-52,-326,16v-130,97,-166,213,-166,461r0,461r-139,0r0,-1088r139,0r0,188v86,-128,199,-210,373,-216v190,10,294,100,344,261","w":1921},"n":{"d":"296,-893v96,-128,214,-218,408,-223v173,0,303,100,356,229v30,70,45,179,45,327r0,560r-139,0r0,-519v0,-125,-5,-209,-16,-251v-31,-135,-116,-216,-274,-217v-178,-1,-326,142,-360,292v-31,142,-17,493,-20,695r-140,0r0,-1088r140,0r0,195","w":1249},"o":{"d":"104,-541v-6,-311,257,-586,567,-575v310,-10,572,264,566,575v4,303,-249,581,-566,569v-318,12,-571,-265,-567,-569xm1095,-538v8,-233,-196,-447,-424,-441v-229,-6,-432,208,-424,441v8,250,172,428,424,433v252,-5,416,-183,424,-433","w":1341},"p":{"d":"733,28v-202,-3,-334,-91,-436,-215r0,585r-139,0r0,-1486r139,0r0,200v98,-134,225,-224,432,-228v302,-8,571,266,562,569v9,308,-255,583,-558,575xm1150,-542v-9,-250,-178,-433,-432,-439v-240,-5,-438,200,-431,443v2,261,181,428,433,438v250,-7,421,-194,430,-442","w":1397},"q":{"d":"668,-1116v206,3,337,94,433,228r0,-200r138,0r0,1486r-138,0r0,-585v-103,125,-234,211,-437,215v-303,8,-567,-268,-558,-575v-9,-303,260,-578,562,-569xm1110,-538v6,-243,-191,-448,-431,-443v-254,6,-423,189,-432,439v9,249,180,435,431,442v251,-10,430,-177,432,-438","w":1397},"r":{"d":"246,-929v83,-130,233,-246,407,-150r-73,118v-85,-38,-141,-16,-209,39v-43,38,-76,97,-99,178v-36,123,-24,531,-26,744r-143,0r0,-1088r143,0r0,159","w":616},"s":{"d":"103,-828v-3,-164,132,-292,298,-288v100,0,201,49,302,147r-90,93v-75,-73,-148,-109,-219,-109v-128,-6,-222,151,-125,251v27,33,83,71,168,115v104,54,175,106,212,156v37,51,55,108,55,171v4,177,-148,325,-329,320v-139,-1,-256,-68,-321,-154r88,-100v71,81,147,121,227,121v147,9,267,-167,163,-288v-26,-31,-85,-69,-176,-116v-98,-51,-165,-101,-200,-150v-35,-49,-53,-106,-53,-169","w":795},"t":{"d":"278,-1492r141,0r0,404r222,0r0,120r-222,0r0,968r-141,0r0,-968r-191,0r0,-120r191,0r0,-404","w":694},"u":{"d":"138,-1088r141,0v5,233,-16,582,20,764v36,127,156,217,316,216v157,2,272,-86,311,-205v37,-167,15,-549,21,-775r143,0r0,534v0,279,-54,415,-210,518v-132,86,-398,85,-530,0v-160,-104,-212,-243,-212,-528r0,-524","w":1245},"v":{"d":"53,-1088r149,0r364,792r361,-792r150,0r-498,1088r-25,0","w":1135},"w":{"d":"9,-1088r144,0r333,790r349,-790r25,0r348,790r339,-790r146,0r-472,1088r-27,0r-346,-779r-349,779r-26,0","w":1702},"x":{"d":"32,-1088r168,0r288,403r288,-403r168,0r-372,517r419,571r-170,0r-333,-457r-328,457r-167,0r412,-571","w":983},"y":{"d":"39,-1088r148,0r374,838r363,-838r149,0r-649,1486r-148,0r210,-480","w":1098},"z":{"d":"67,-1088r799,0r-616,964r596,0r0,124r-837,0r616,-965r-558,0r0,-123","w":870},"{":{"d":"242,-510v166,78,208,187,209,451v4,197,-11,220,29,310v37,41,71,41,174,43r0,157v-229,14,-337,-55,-362,-246v-14,-74,-8,-433,-30,-495v-30,-81,-86,-135,-187,-138r0,-163v148,-10,195,-95,204,-248v4,-68,6,-391,25,-447v49,-143,146,-197,350,-185r0,157v-166,-2,-207,28,-203,206v0,155,-2,254,-7,297v-20,171,-73,236,-202,301","w":719},"|":{"d":"616,-1508r143,0r0,1906r-143,0r0,-1906","w":1376},"}":{"d":"477,-510v-170,-88,-206,-180,-209,-450v0,-147,-3,-234,-9,-259v-16,-88,-78,-96,-194,-95r0,-157v228,-14,337,56,362,246v14,74,8,433,31,495v29,82,84,136,186,139r0,163v-92,1,-142,43,-174,103v-40,104,-30,165,-34,355v-3,186,-10,265,-83,350v-60,64,-151,75,-288,71r0,-157v166,2,207,-27,203,-205v0,-159,3,-261,8,-304v18,-160,80,-241,201,-295","w":719},"~":{"d":"874,-726v119,0,124,-39,254,-111r0,162v-116,61,-139,87,-252,96v-63,0,-152,-26,-265,-77v-131,-54,-135,-83,-237,-83v-115,0,-147,41,-262,105r0,-160v115,-60,139,-87,254,-96v65,0,154,27,268,81v119,52,137,83,240,83","w":1241},"\u00c4":{"d":"780,-1471r686,1471r-158,0r-231,-484r-634,0r-230,484r-164,0r695,-1471r36,0xm762,-1159r-253,533r503,0xm438,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm846,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1515},"\u00c5":{"d":"780,-1471r686,1471r-158,0r-231,-484r-634,0r-230,484r-164,0r695,-1471r36,0xm762,-1159r-253,533r503,0xm544,-1775v-3,-115,99,-217,213,-214v115,-3,216,99,213,214v3,115,-98,216,-213,213v-114,3,-216,-99,-213,-213xm865,-1778v2,-58,-51,-112,-109,-110v-59,-2,-112,51,-110,110v-1,59,51,112,110,110v58,2,111,-52,109,-110","w":1515},"\u00c7":{"d":"111,-744v-8,-428,358,-776,794,-764v294,1,516,129,644,310r-116,89v-114,-150,-284,-251,-526,-254v-253,1,-463,139,-559,311v-54,96,-82,202,-82,321v-7,356,289,638,650,629v206,0,378,-81,517,-242r116,88v-135,173,-350,292,-642,293v-457,13,-799,-329,-796,-781xm916,236v-10,-51,-71,-48,-132,-34r27,-202r88,0r-17,118v85,-17,152,30,153,104v-4,103,-106,162,-229,158v-59,0,-115,-10,-167,-30r22,-69v86,27,242,41,255,-45","w":1665},"\u00c9":{"d":"180,-1471r843,0r0,145r-696,0r0,460r690,0r0,144r-690,0r0,577r690,0r0,145r-837,0r0,-1471xm677,-1895r215,0r-295,308r-138,0","w":1098},"\u00d1":{"d":"180,0r0,-1471r32,0r978,1126r0,-1126r145,0r0,1471r-33,0r-970,-1112r0,1112r-152,0xm616,-1815v73,-9,220,83,287,79v37,0,87,-18,151,-53r70,97v-105,85,-233,119,-374,51v-71,-32,-69,-40,-135,-44v-77,5,-93,25,-158,69r-66,-102v61,-65,136,-97,225,-97","w":1515},"\u00d6":{"d":"892,37v-421,12,-787,-350,-777,-766v2,-309,169,-558,382,-677v118,-68,246,-102,383,-102v432,-11,794,344,784,772v11,420,-353,784,-772,773xm268,-729v-10,338,285,631,619,623v249,-2,450,-137,543,-310v109,-185,110,-453,0,-636v-93,-170,-300,-310,-543,-312v-241,2,-445,144,-537,314v-55,96,-82,203,-82,321xm570,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm978,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1780},"\u00dc":{"d":"184,-1471r147,0r0,888v1,200,-1,237,57,343v69,103,278,184,430,106v89,-41,150,-115,178,-219v10,-37,15,-114,15,-230r0,-888r147,0r0,888v-3,271,-37,408,-192,530v-149,124,-428,114,-585,5v-85,-57,-141,-132,-170,-225v-18,-57,-27,-161,-27,-310r0,-888xm351,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm759,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1341},"\u00e1":{"d":"669,-1116v206,3,337,94,433,228r0,-200r138,0r0,1088r-138,0r0,-187v-103,125,-234,211,-437,215v-303,8,-567,-268,-558,-575v-9,-303,260,-578,562,-569xm1111,-538v6,-243,-191,-448,-431,-443v-254,6,-423,189,-432,439v9,249,180,435,431,442v251,-10,430,-177,432,-438xm767,-1598r215,0r-295,308r-138,0","w":1399},"\u00e0":{"d":"669,-1116v206,3,337,94,433,228r0,-200r138,0r0,1088r-138,0r0,-187v-103,125,-234,211,-437,215v-303,8,-567,-268,-558,-575v-9,-303,260,-578,562,-569xm1111,-538v6,-243,-191,-448,-431,-443v-254,6,-423,189,-432,439v9,249,180,435,431,442v251,-10,430,-177,432,-438xm639,-1598r218,308r-138,0r-295,-308r215,0","w":1399},"\u00e2":{"d":"669,-1116v206,3,337,94,433,228r0,-200r138,0r0,1088r-138,0r0,-187v-103,125,-234,211,-437,215v-303,8,-567,-268,-558,-575v-9,-303,260,-578,562,-569xm1111,-538v6,-243,-191,-448,-431,-443v-254,6,-423,189,-432,439v9,249,180,435,431,442v251,-10,430,-177,432,-438xm633,-1542r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":1399},"\u00e4":{"d":"669,-1116v206,3,337,94,433,228r0,-200r138,0r0,1088r-138,0r0,-187v-103,125,-234,211,-437,215v-303,8,-567,-268,-558,-575v-9,-303,260,-578,562,-569xm1111,-538v6,-243,-191,-448,-431,-443v-254,6,-423,189,-432,439v9,249,180,435,431,442v251,-10,430,-177,432,-438xm380,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm788,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1399},"\u00e3":{"d":"669,-1116v206,3,337,94,433,228r0,-200r138,0r0,1088r-138,0r0,-187v-103,125,-234,211,-437,215v-303,8,-567,-268,-558,-575v-9,-303,260,-578,562,-569xm1111,-538v6,-243,-191,-448,-431,-443v-254,6,-423,189,-432,439v9,249,180,435,431,442v251,-10,430,-177,432,-438xm558,-1518v73,-9,220,83,287,79v37,0,87,-18,151,-53r70,97v-105,85,-233,119,-374,51v-71,-32,-69,-40,-135,-44v-77,5,-93,25,-158,69r-66,-102v61,-65,136,-97,225,-97","w":1399},"\u00e5":{"d":"669,-1116v206,3,337,94,433,228r0,-200r138,0r0,1088r-138,0r0,-187v-103,125,-234,211,-437,215v-303,8,-567,-268,-558,-575v-9,-303,260,-578,562,-569xm1111,-538v6,-243,-191,-448,-431,-443v-254,6,-423,189,-432,439v9,249,180,435,431,442v251,-10,430,-177,432,-438xm486,-1477v-3,-115,99,-217,213,-214v115,-3,216,99,213,214v3,115,-98,216,-213,213v-114,3,-216,-99,-213,-213xm807,-1480v2,-58,-51,-112,-109,-110v-59,-2,-112,51,-110,110v-1,59,51,112,110,110v58,2,111,-52,109,-110","w":1399},"\u00e7":{"d":"703,28v-327,10,-603,-248,-598,-563v2,-233,133,-419,298,-505v146,-82,344,-100,519,-43v134,44,223,110,290,221r-111,69v-96,-127,-227,-191,-393,-191v-253,-8,-466,194,-462,439v10,263,191,441,463,445v160,0,291,-64,392,-191r111,73v-97,147,-274,246,-509,246xm747,236v-10,-51,-71,-48,-132,-34r27,-202r88,0r-17,118v85,-17,152,30,153,104v-4,103,-106,162,-229,158v-59,0,-115,-10,-167,-30r22,-69v86,27,242,41,255,-45","w":1325},"\u00e9":{"d":"248,-533v-5,295,271,516,572,404v128,-51,175,-106,252,-232r118,62v-101,193,-244,321,-520,327v-177,0,-316,-58,-416,-174v-100,-117,-150,-248,-150,-395v-3,-312,248,-589,558,-575v317,-6,567,244,564,583r-978,0xm1072,-654v-37,-147,-101,-229,-223,-287v-159,-73,-344,-47,-460,62v-56,50,-98,125,-127,225r810,0xm734,-1598r215,0r-295,308r-138,0","w":1331},"\u00e8":{"d":"248,-533v-5,295,271,516,572,404v128,-51,175,-106,252,-232r118,62v-101,193,-244,321,-520,327v-177,0,-316,-58,-416,-174v-100,-117,-150,-248,-150,-395v-3,-312,248,-589,558,-575v317,-6,567,244,564,583r-978,0xm1072,-654v-37,-147,-101,-229,-223,-287v-159,-73,-344,-47,-460,62v-56,50,-98,125,-127,225r810,0xm605,-1598r218,308r-138,0r-295,-308r215,0","w":1331},"\u00ea":{"d":"248,-533v-5,295,271,516,572,404v128,-51,175,-106,252,-232r118,62v-101,193,-244,321,-520,327v-177,0,-316,-58,-416,-174v-100,-117,-150,-248,-150,-395v-3,-312,248,-589,558,-575v317,-6,567,244,564,583r-978,0xm1072,-654v-37,-147,-101,-229,-223,-287v-159,-73,-344,-47,-460,62v-56,50,-98,125,-127,225r810,0xm600,-1542r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":1331},"\u00eb":{"d":"248,-533v-5,295,271,516,572,404v128,-51,175,-106,252,-232r118,62v-101,193,-244,321,-520,327v-177,0,-316,-58,-416,-174v-100,-117,-150,-248,-150,-395v-3,-312,248,-589,558,-575v317,-6,567,244,564,583r-978,0xm1072,-654v-37,-147,-101,-229,-223,-287v-159,-73,-344,-47,-460,62v-56,50,-98,125,-127,225r810,0xm346,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm754,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1331},"\u00ed":{"d":"135,-1088r141,0r0,1088r-141,0r0,-1088xm273,-1598r215,0r-295,308r-138,0","w":410},"\u00ec":{"d":"135,-1088r141,0r0,1088r-141,0r0,-1088xm144,-1598r218,308r-138,0r-295,-308r215,0","w":410},"\u00ee":{"d":"135,-1088r141,0r0,1088r-141,0r0,-1088xm139,-1542r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":410},"\u00ef":{"d":"135,-1088r141,0r0,1088r-141,0r0,-1088xm-115,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm293,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":410},"\u00f1":{"d":"296,-893v96,-128,214,-218,408,-223v173,0,303,100,356,229v30,70,45,179,45,327r0,560r-139,0r0,-519v0,-125,-5,-209,-16,-251v-31,-135,-116,-216,-274,-217v-178,-1,-326,142,-360,292v-31,142,-17,493,-20,695r-140,0r0,-1088r140,0r0,195xm483,-1518v73,-9,220,83,287,79v37,0,87,-18,151,-53r70,97v-105,85,-233,119,-374,51v-71,-32,-69,-40,-135,-44v-77,5,-93,25,-158,69r-66,-102v61,-65,136,-97,225,-97","w":1249},"\u00f3":{"d":"104,-541v-6,-311,257,-586,567,-575v310,-10,572,264,566,575v4,303,-249,581,-566,569v-318,12,-571,-265,-567,-569xm1095,-538v8,-233,-196,-447,-424,-441v-229,-6,-432,208,-424,441v8,250,172,428,424,433v252,-5,416,-183,424,-433xm739,-1598r215,0r-295,308r-138,0","w":1341},"\u00f2":{"d":"104,-541v-6,-311,257,-586,567,-575v310,-10,572,264,566,575v4,303,-249,581,-566,569v-318,12,-571,-265,-567,-569xm1095,-538v8,-233,-196,-447,-424,-441v-229,-6,-432,208,-424,441v8,250,172,428,424,433v252,-5,416,-183,424,-433xm610,-1598r218,308r-138,0r-295,-308r215,0","w":1341},"\u00f4":{"d":"104,-541v-6,-311,257,-586,567,-575v310,-10,572,264,566,575v4,303,-249,581,-566,569v-318,12,-571,-265,-567,-569xm1095,-538v8,-233,-196,-447,-424,-441v-229,-6,-432,208,-424,441v8,250,172,428,424,433v252,-5,416,-183,424,-433xm605,-1542r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":1341},"\u00f6":{"d":"104,-541v-6,-311,257,-586,567,-575v310,-10,572,264,566,575v4,303,-249,581,-566,569v-318,12,-571,-265,-567,-569xm1095,-538v8,-233,-196,-447,-424,-441v-229,-6,-432,208,-424,441v8,250,172,428,424,433v252,-5,416,-183,424,-433xm351,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm759,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1341},"\u00f5":{"d":"104,-541v-6,-311,257,-586,567,-575v310,-10,572,264,566,575v4,303,-249,581,-566,569v-318,12,-571,-265,-567,-569xm1095,-538v8,-233,-196,-447,-424,-441v-229,-6,-432,208,-424,441v8,250,172,428,424,433v252,-5,416,-183,424,-433xm529,-1518v73,-9,220,83,287,79v37,0,87,-18,151,-53r70,97v-105,85,-233,119,-374,51v-71,-32,-69,-40,-135,-44v-77,5,-93,25,-158,69r-66,-102v61,-65,136,-97,225,-97","w":1341},"\u00fa":{"d":"138,-1088r141,0v5,233,-16,582,20,764v36,127,156,217,316,216v157,2,272,-86,311,-205v37,-167,15,-549,21,-775r143,0r0,534v0,279,-54,415,-210,518v-132,86,-398,85,-530,0v-160,-104,-212,-243,-212,-528r0,-524xm690,-1598r215,0r-295,308r-138,0","w":1245},"\u00f9":{"d":"138,-1088r141,0v5,233,-16,582,20,764v36,127,156,217,316,216v157,2,272,-86,311,-205v37,-167,15,-549,21,-775r143,0r0,534v0,279,-54,415,-210,518v-132,86,-398,85,-530,0v-160,-104,-212,-243,-212,-528r0,-524xm561,-1598r218,308r-138,0r-295,-308r215,0","w":1245},"\u00fb":{"d":"138,-1088r141,0v5,233,-16,582,20,764v36,127,156,217,316,216v157,2,272,-86,311,-205v37,-167,15,-549,21,-775r143,0r0,534v0,279,-54,415,-210,518v-132,86,-398,85,-530,0v-160,-104,-212,-243,-212,-528r0,-524xm556,-1542r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":1245},"\u00fc":{"d":"138,-1088r141,0v5,233,-16,582,20,764v36,127,156,217,316,216v157,2,272,-86,311,-205v37,-167,15,-549,21,-775r143,0r0,534v0,279,-54,415,-210,518v-132,86,-398,85,-530,0v-160,-104,-212,-243,-212,-528r0,-524xm302,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm710,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1245},"\u2020":{"d":"489,-1508r149,0r-23,457r360,-21r0,149r-360,-26r27,1263r-153,0r29,-1263r-361,26r0,-149r361,21","w":1133},"\u00b0":{"d":"412,-1508v185,-5,348,158,343,344v5,188,-159,349,-346,344v-188,4,-349,-157,-344,-347v-5,-183,164,-346,347,-341xm412,-926v122,3,228,-112,224,-236v4,-129,-98,-242,-223,-240v-124,-3,-233,112,-229,238v-4,123,107,241,228,238","w":819},"\u00a2":{"d":"103,-535v-9,-373,329,-689,725,-548r133,-257r121,60r-132,257v48,31,87,62,116,94r-85,105v-31,-29,-62,-55,-95,-76r-394,766v179,71,294,20,450,-96r91,106v-133,121,-378,202,-604,115r-152,295r-117,-64r151,-301v-126,-114,-204,-243,-208,-456xm765,-961v-291,-91,-530,131,-521,418v1,155,48,257,133,334","w":1135},"\u00a3":{"d":"57,-151v-4,-122,103,-235,222,-232v45,0,93,13,144,39v17,-146,3,-252,-38,-371r-286,0r0,-129r254,0v-52,-200,-63,-190,-71,-335v-3,-181,171,-336,361,-329v145,1,232,67,289,166v31,53,50,126,57,217r-136,0v-3,-146,-70,-246,-206,-249v-129,-2,-226,80,-225,205v0,118,55,224,81,325r320,0r0,129r-286,0v41,135,51,314,15,452v56,41,171,144,276,151v63,0,99,-77,106,-232r141,0v4,139,-46,288,-118,344v-33,24,-71,37,-112,37v-138,-8,-254,-87,-342,-160v-55,107,-134,160,-237,160v-122,2,-210,-69,-209,-188xm194,-171v-1,40,29,76,67,75v50,0,91,-37,124,-111v-45,-27,-83,-41,-114,-41v-43,-1,-78,34,-77,77","w":1135},"\u00a7":{"d":"212,-1219v0,-195,162,-322,372,-317v228,0,359,130,380,342r-147,0v-13,-121,-98,-202,-231,-201v-156,-9,-274,118,-208,261v68,109,137,141,281,231v171,109,235,131,311,264v97,201,-71,388,-257,415v116,71,211,180,218,336v0,185,-168,321,-369,314v-205,5,-372,-122,-400,-288r148,0v33,99,124,156,243,157v124,4,228,-71,230,-181v0,-45,-17,-89,-50,-132v-33,-43,-110,-102,-230,-179v-115,-73,-185,-119,-210,-138v-91,-71,-156,-150,-163,-281v10,-164,118,-258,260,-300v-109,-81,-171,-148,-178,-303xm596,-306v179,-6,336,-181,210,-331v-25,-32,-152,-114,-299,-202v-127,18,-227,89,-231,216v0,49,18,93,53,133v46,53,135,114,267,184","w":1259},"\u2022":{"d":"313,-746v-5,-165,142,-312,307,-307v165,-5,312,142,307,307v5,166,-142,313,-307,308v-165,4,-312,-142,-307,-308","w":1241},"\u00b6":{"d":"94,-1105v4,-244,142,-416,415,-408r513,0r0,75r-84,0r0,1669r-119,0r0,-1669r-217,0r0,1669r-119,0r0,-937v-130,1,-177,-22,-252,-76v-81,-63,-138,-181,-137,-323","w":1155},"\u00df":{"d":"834,-1168v2,-133,-111,-237,-248,-233v-122,0,-223,77,-259,171v-16,41,-24,123,-24,248r0,982r-141,0r0,-995v2,-278,34,-377,186,-479v67,-42,145,-62,235,-62v223,-6,396,149,394,362v-1,147,-83,245,-189,299v-33,17,-78,29,-137,37v166,23,246,92,318,199v41,67,61,144,61,231v5,247,-174,440,-417,436v-82,0,-151,-16,-208,-49r0,-133v70,33,133,49,188,49v171,2,301,-132,297,-307v-3,-219,-162,-344,-395,-347r0,-157v189,13,334,-90,339,-252","w":1135},"\u00ae":{"d":"1445,-1151v142,240,141,546,1,785v-120,215,-370,390,-680,393v-309,-3,-561,-177,-680,-393v-142,-239,-140,-544,0,-784v120,-219,368,-390,680,-394v312,3,558,175,679,393xm1352,-420v120,-205,120,-471,-1,-678v-104,-188,-315,-337,-583,-340v-268,2,-486,153,-588,340v-121,207,-122,473,0,679v103,187,321,336,588,339v265,-2,481,-154,584,-340xm1024,-764v85,45,101,75,103,205v0,86,-7,171,32,222r15,24r-160,0v-30,-84,-13,-252,-48,-330v-32,-45,-63,-45,-157,-47r-227,0r0,377r-143,0r0,-904r377,0v163,1,224,22,284,113v25,40,37,87,37,140v-4,109,-31,147,-113,200xm994,-954v-4,-108,-57,-132,-181,-133r-231,0r0,268r222,0v133,1,183,-26,190,-135","w":1530},"\u00a9":{"d":"1446,-1148v140,236,140,547,0,783v-121,216,-369,389,-680,392v-310,-3,-562,-177,-681,-393v-140,-237,-140,-546,0,-782v121,-217,369,-389,681,-392v310,3,560,176,680,392xm1352,-418v120,-205,120,-473,0,-678v-105,-186,-318,-335,-587,-338v-267,2,-482,153,-585,339v-121,205,-121,472,0,677v103,187,318,335,586,338v267,-2,482,-152,586,-338xm355,-753v-7,-279,159,-476,416,-478v214,-3,363,116,379,307r-136,0v-27,-114,-100,-177,-235,-178v-186,3,-285,144,-281,351v-4,200,90,340,267,344v150,-3,230,-100,249,-246r136,0v-19,203,-168,358,-380,358v-260,1,-420,-186,-415,-458","w":1530},"\u2122":{"d":"1966,-1513r0,862r-150,0r0,-710r-321,710r-99,0r-311,-710r0,710r-149,0r0,-862r243,0r267,597r282,-597r238,0xm770,-1513r0,137r-305,0r0,725r-150,0r0,-725r-303,0r0,-137r758,0","w":2048},"\u00b4":{"d":"452,-1598r215,0r-295,308r-138,0","w":768},"\u00a8":{"d":"58,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm466,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":756},"\u2260":{"d":"742,-1024r326,0r0,137r-379,0r-117,303r496,0r0,137r-549,0r-187,484r-138,0r186,-484r-324,0r0,-137r377,0r116,-303r-493,0r0,-137r545,0r186,-484r142,0","w":1124},"\u00c6":{"d":"1,0r950,-1471r910,0r0,151r-693,0r0,452r693,0r0,145r-693,0r0,579r693,0r0,144r-842,0r0,-482r-535,0r-312,482r-171,0xm578,-620r441,0r0,-681","w":2032},"\u00d8":{"d":"1663,-736v11,420,-353,784,-772,773v-163,0,-309,-43,-437,-128r-164,194r-107,-87r165,-194v-253,-231,-308,-626,-131,-944v120,-219,358,-383,672,-386v171,0,327,49,467,148r144,-174r105,87r-151,178v122,124,208,302,209,533xm444,-291r811,-954v-198,-142,-461,-161,-678,-34v-177,101,-308,291,-310,551v0,170,59,316,177,437xm1356,-1153r-805,949v189,126,453,130,651,15v177,-98,307,-290,309,-547v0,-163,-52,-302,-155,-417","w":1778},"\u221e":{"d":"152,-716v-4,-141,109,-270,246,-267v102,0,198,57,289,171v78,-97,140,-160,186,-189v203,-119,454,28,435,278v6,202,-111,331,-288,335v-58,0,-110,-16,-156,-49v-47,-33,-106,-94,-177,-183v-91,114,-187,171,-289,171v-137,3,-251,-126,-246,-267xm1197,-713v14,-170,-153,-277,-287,-181v-33,24,-85,83,-154,177v55,85,106,145,152,180v33,25,70,38,110,38v111,-1,182,-92,179,-214xm263,-719v-3,86,56,156,137,156v67,0,140,-51,218,-153v-81,-94,-108,-143,-220,-157v-82,0,-137,66,-135,154"},"\u00b1":{"d":"493,-913r0,-434r137,0r0,434r438,0r0,137r-438,0r0,434r-137,0r0,-434r-437,0r0,-137r437,0xm1068,-161r0,137r-1012,0r0,-137r1012,0","w":1124},"\u2264":{"d":"1079,-481r0,146r-1033,-469r0,-130r1033,-471r0,147r-839,390xm1079,-231r0,137r-1033,0r0,-137r1033,0","w":1124},"\u2265":{"d":"46,-481r839,-387r-839,-390r0,-147r1033,471r0,130r-1033,469r0,-146xm1079,-231r0,137r-1033,0r0,-137r1033,0","w":1124},"\u00a5":{"d":"906,-1471r166,0r-417,735r356,0r0,117r-374,0r0,155r374,0r0,117r-374,0r0,347r-144,0r0,-347r-370,0r0,-117r370,0r0,-155r-370,0r0,-117r353,0r-414,-735r167,0r337,602","w":1135},"\u00b5":{"d":"591,25v-141,-2,-234,-55,-303,-140r0,513r-141,0r0,-1486r141,0r0,600v1,178,37,248,142,316v94,59,225,61,318,2v99,-65,146,-160,145,-331r0,-587r140,0r0,1088r-140,0r0,-118v-71,88,-158,141,-302,143","w":1180},"\u2202":{"d":"364,25v-192,0,-312,-143,-308,-347v0,-157,55,-290,164,-398v133,-131,345,-199,638,-204v-3,-127,-12,-220,-30,-276v-27,-95,-77,-157,-175,-163v-95,0,-171,75,-227,225r-135,-60v45,-99,99,-173,163,-221v113,-86,246,-100,359,-16v217,167,188,747,73,1023v-59,147,-136,256,-232,328v-96,73,-193,109,-290,109xm236,-303v-4,102,76,192,170,191v58,0,120,-24,186,-73v153,-120,236,-336,262,-611v-308,22,-423,61,-544,244v-49,81,-74,164,-74,249","w":1012},"\u2211":{"d":"139,-1536r1237,0r0,164r-988,0r607,796r-646,841r1037,0r0,161r-1264,0r0,-187r620,-808r-603,-791r0,-176"},"\u220f":{"d":"162,-1536r1362,0r0,1962r-191,0r0,-1788r-978,0r0,1788r-193,0r0,-1962","w":1685},"\uf006":{"d":"0,-1063r1124,0r0,158r-162,0r0,905r-189,0r0,-905r-426,0r0,905r-188,0r0,-905r-159,0r0,-158","w":1124},"\u222b":{"d":"208,64v28,-2,40,-26,39,-61v0,-28,-3,-68,-9,-120v-39,-339,-49,-883,-21,-1330v15,-179,28,-308,125,-384v80,-68,213,-19,218,75v2,57,-38,104,-92,104v-34,8,-82,-56,-116,-56v-31,0,-40,25,-40,64v0,28,3,76,9,145v47,607,43,535,22,1232v-6,203,-34,340,-84,410v-37,51,-84,77,-141,77v-69,1,-119,-52,-118,-121v-1,-55,37,-100,90,-99v46,-9,85,63,118,64","w":561},"\u00aa":{"d":"345,-1508v98,2,158,50,205,116r0,-99r114,0r0,681r-114,0r0,-94v-49,63,-108,108,-207,110v-164,-1,-294,-175,-286,-358v-7,-182,125,-355,288,-356xm556,-1148v5,-131,-77,-249,-191,-251v-112,1,-197,122,-192,249v-5,128,80,250,191,252v115,-2,197,-118,192,-250","w":756},"\u00ba":{"d":"55,-1149v-7,-191,142,-361,322,-359v181,-3,330,169,323,359v6,190,-141,358,-323,355v-180,3,-329,-166,-322,-355xm583,-1147v5,-128,-90,-251,-206,-251v-115,0,-211,124,-205,251v-4,130,86,246,205,246v119,1,211,-117,206,-246","w":756},"\u2126":{"d":"362,-780v-2,296,137,509,342,600r0,180r-577,0r0,-168r369,8v-217,-132,-337,-315,-346,-642v-1,-288,129,-510,316,-616v98,-57,212,-85,342,-85v388,-9,651,303,647,702v-8,320,-138,506,-344,641r364,-6r0,166r-575,0r0,-177v149,-72,225,-166,292,-315v76,-175,72,-421,-6,-590v-71,-160,-177,-253,-382,-258v-285,4,-450,242,-442,560","w":1573},"\u00e6":{"d":"677,-1116v201,5,333,91,440,226r0,-198r128,0r0,197v125,-144,211,-217,437,-225v326,-6,575,255,566,586r-979,0v16,243,171,427,427,430v202,-6,313,-105,397,-257r120,60v-87,188,-271,323,-527,325v-208,-4,-340,-84,-441,-222r0,194r-128,0r0,-201v-110,141,-230,222,-436,229v-304,7,-571,-268,-561,-576v2,-229,122,-402,279,-492v87,-50,180,-76,278,-76xm2093,-651v-37,-149,-100,-230,-222,-289v-189,-98,-428,-5,-512,114v-38,46,-65,105,-82,175r816,0xm1120,-542v-1,-270,-174,-429,-433,-439v-251,9,-419,181,-424,437v-6,242,191,444,429,439v239,5,435,-195,428,-437","w":2370},"\u00f8":{"d":"102,-541v-4,-303,248,-588,566,-575v134,0,251,40,351,120r116,-137r92,74r-125,146v89,107,133,231,133,372v4,303,-249,581,-566,569v-109,0,-209,-27,-299,-82r-116,137r-89,-74r114,-134v-118,-114,-177,-253,-177,-416xm669,-979v-300,3,-503,304,-391,609v21,56,51,102,89,141r560,-658v-79,-61,-165,-92,-258,-92xm668,-105v252,-5,417,-182,425,-432v0,-96,-29,-184,-86,-265r-548,644v69,35,138,53,209,53","w":1337},"\u00bf":{"d":"481,-986v-2,-66,57,-126,123,-124v67,-2,125,57,123,124v2,67,-56,126,-123,124v-67,2,-125,-57,-123,-124xm601,286v178,-2,295,-105,295,-297r145,0v1,264,-174,440,-438,437v-236,6,-417,-132,-420,-345v2,-110,53,-182,123,-237v59,-58,413,-181,454,-225v103,-109,-19,-256,-162,-243v-143,2,-202,74,-217,212r-146,0v7,-216,143,-354,363,-353v236,-12,424,184,328,405v-60,104,-114,117,-258,181v-144,59,-236,103,-276,132v-41,29,-61,71,-61,125v2,128,125,213,270,208","w":1210},"\u00a1":{"d":"179,-986v-2,-66,57,-126,123,-124v67,-2,125,57,123,124v2,67,-56,126,-123,124v-67,2,-125,-57,-123,-124xm231,426r0,-1140r145,0r0,1140r-145,0","w":604},"\u00ac":{"d":"1127,-1024r0,577r-137,0r-1,-440r-874,0r0,-137r1012,0","w":1241},"\u221a":{"d":"1047,-1869r74,0r-312,1947r-496,-1021r-198,91r-34,-64r301,-151r405,823","w":1124},"\u0192":{"d":"621,-882r231,0r-17,122r-233,0r-107,710v-19,131,-44,228,-74,291v-58,147,-232,248,-389,136r18,-124v82,68,174,60,234,-28v34,-49,62,-147,83,-296r101,-689r-141,0r17,-122r141,0v29,-164,55,-459,114,-558v85,-125,218,-120,343,-31r-18,133v-51,-49,-98,-73,-139,-73v-33,0,-58,15,-75,45v-46,95,-65,343,-89,484","w":1135},"\u2248":{"d":"816,-912v119,0,124,-39,254,-111r0,162v-116,61,-139,87,-252,96v-63,0,-152,-26,-265,-77v-131,-54,-135,-83,-237,-83v-115,0,-147,41,-262,105r0,-160v115,-61,138,-87,254,-96v65,0,154,27,268,81v119,52,137,83,240,83xm816,-540v119,0,124,-39,254,-111r0,162v-116,61,-139,87,-252,96v-63,0,-152,-26,-265,-77v-131,-54,-135,-83,-237,-83v-115,0,-147,42,-262,105r0,-160v115,-60,139,-87,254,-96v65,0,154,27,268,81v119,52,137,83,240,83","w":1124},"\u2206":{"d":"1226,0r-1200,0r628,-1387xm990,-82r-399,-967r-440,967r839,0","w":1253},"\u00ab":{"d":"391,-1088r-223,546r223,542r-148,0r-222,-542r222,-546r148,0xm849,-1088r-224,546r224,542r-148,0r-222,-542r222,-546r148,0","w":870},"\u00bb":{"d":"479,0r223,-545r-223,-543r147,0r223,543r-223,545r-147,0xm21,0r223,-545r-223,-543r148,0r222,543r-222,545r-148,0","w":870},"\u2026":{"d":"901,-96v-2,-67,56,-126,123,-124v67,-2,125,57,123,124v2,66,-57,126,-123,124v-66,2,-125,-58,-123,-124xm218,-96v-2,-67,56,-126,123,-124v67,-2,125,57,123,124v2,66,-57,126,-123,124v-66,2,-125,-58,-123,-124xm1584,-96v-2,-67,56,-126,123,-124v66,-2,125,57,123,124v2,66,-58,126,-123,124v-66,2,-125,-58,-123,-124","w":2048},"\u00a0":{"w":573},"\u00c0":{"d":"780,-1471r686,1471r-158,0r-231,-484r-634,0r-230,484r-164,0r695,-1471r36,0xm762,-1159r-253,533r503,0xm697,-1895r218,308r-138,0r-295,-308r215,0","w":1515},"\u00c3":{"d":"780,-1471r686,1471r-158,0r-231,-484r-634,0r-230,484r-164,0r695,-1471r36,0xm762,-1159r-253,533r503,0xm616,-1815v73,-9,220,83,287,79v37,0,87,-18,151,-53r70,97v-105,85,-233,119,-374,51v-71,-32,-69,-40,-135,-44v-77,5,-93,25,-158,69r-66,-102v61,-65,136,-97,225,-97","w":1515},"\u00d5":{"d":"892,37v-421,12,-787,-350,-777,-766v2,-309,169,-558,382,-677v118,-68,246,-102,383,-102v432,-11,794,344,784,772v11,420,-353,784,-772,773xm268,-729v-10,338,285,631,619,623v249,-2,450,-137,543,-310v109,-185,110,-453,0,-636v-93,-170,-300,-310,-543,-312v-241,2,-445,144,-537,314v-55,96,-82,203,-82,321xm748,-1815v73,-9,220,83,287,79v37,0,87,-18,151,-53r70,97v-105,85,-233,119,-374,51v-71,-32,-69,-40,-135,-44v-77,5,-93,25,-158,69r-66,-102v61,-65,136,-97,225,-97","w":1780},"\u0152":{"d":"896,-1508v268,2,498,147,626,322r0,-285r838,0r0,145r-689,0r0,457r689,0r0,145r-689,0r0,579r689,0r0,145r-838,0r0,-285v-154,198,-308,312,-628,322v-246,0,-445,-91,-598,-273v-209,-240,-241,-592,-80,-882v117,-217,373,-386,680,-390xm903,-106v334,9,627,-294,617,-631v-3,-254,-138,-444,-316,-543v-100,-57,-204,-86,-313,-86v-321,-10,-630,303,-618,626v-9,344,287,643,630,634","w":2445},"\u0153":{"d":"1657,-1116v310,-3,582,258,557,585r-976,0v6,266,183,423,425,430v196,-3,331,-111,398,-260r119,61v-112,203,-248,321,-526,328v-136,0,-264,-49,-343,-111v-43,-33,-91,-88,-145,-164v-107,160,-251,270,-489,275v-308,8,-574,-267,-565,-578v-13,-305,258,-568,566,-566v232,7,380,116,488,288v107,-176,250,-281,491,-288xm1099,-537v7,-241,-191,-449,-427,-444v-247,7,-413,191,-421,439v5,254,183,431,430,441v244,-11,416,-181,418,-436xm2061,-651v-46,-190,-187,-326,-403,-329v-211,4,-361,131,-407,329r810,0","w":2329},"\u2013":{"d":"-12,-637r1048,0r0,129r-1048,0r0,-129","w":1024},"\u2014":{"d":"-12,-637r2072,0r0,129r-2072,0r0,-129","w":2048},"\u201c":{"d":"289,-1508r78,44v-46,95,-58,118,-71,230r89,0r0,275r-181,0v1,-122,-5,-289,18,-375v11,-48,34,-107,67,-174xm734,-1508r78,44v-46,95,-58,118,-71,230r89,0r0,275r-181,0v1,-121,-5,-289,17,-375v11,-48,34,-107,68,-174","w":1028},"\u201d":{"d":"721,-959r-77,-44v45,-95,59,-118,70,-230r-88,0r0,-275r181,0v-1,122,5,289,-17,374v-12,50,-35,108,-69,175xm276,-959r-77,-44v45,-95,59,-118,70,-230r-88,0r0,-275r181,0v-1,122,5,289,-18,374v-11,50,-34,108,-68,175","w":991},"\u2018":{"d":"371,-1508r78,44v-46,95,-58,118,-71,230r89,0r0,275r-181,0v1,-122,-5,-289,18,-375v11,-48,34,-107,67,-174","w":719},"\u2019":{"d":"347,-959r-77,-44v45,-95,59,-118,70,-230r-88,0r0,-275r181,0v-1,122,5,289,-17,374v-12,50,-35,108,-69,175","w":719},"\u00f7":{"d":"461,-1207r201,0r0,202r-201,0r0,-202xm56,-804r1012,0r0,137r-1012,0r0,-137xm461,-466r201,0r0,205r-201,0r0,-205","w":1124},"\u25ca":{"d":"549,-1422r418,713r-418,709r-111,0r-391,-709r391,-713r111,0xm495,-1325r-340,616r340,615r359,-615","w":1012},"\u00ff":{"d":"39,-1088r148,0r374,838r363,-838r149,0r-649,1486r-148,0r210,-480xm239,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm647,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1098},"\u0178":{"d":"63,-1471r170,0r376,606r370,-606r170,0r-466,768r0,703r-145,0r0,-703xm286,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm694,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1212},"\u2044":{"d":"-347,37r923,-1545r112,0r-925,1545r-110,0","w":340},"\u2215":{"d":"-347,37r923,-1545r112,0r-925,1545r-110,0","w":340},"\u20ac":{"d":"1108,23v-465,69,-821,-177,-913,-539r-148,0r35,-137r88,0v-5,-76,-6,-99,0,-174r-123,0r37,-138r113,0v101,-351,459,-604,921,-528r-37,141v-344,-60,-623,132,-721,387r639,0r-36,138r-637,0v-8,60,-9,107,-2,174r591,0r-36,137r-525,0v90,273,389,473,754,399r0,140","w":1135},"\u2039":{"d":"445,-1088r-223,546r223,542r-148,0r-222,-542r222,-546r148,0","w":514},"\u203a":{"d":"70,0r223,-545r-223,-543r148,0r222,543r-222,545r-148,0","w":514},"\uf001":{"d":"858,-1264r-142,0v-19,-92,-75,-138,-167,-138v-83,-1,-140,41,-163,100v-16,32,-19,136,-18,214r226,0r0,123r-226,0r0,965r-142,0r0,-965r-142,0r0,-123r142,0v-14,-286,73,-436,325,-448v172,-3,298,113,307,272xm716,-1088r142,0r0,1088r-142,0r0,-1088","w":997},"\ufb01":{"d":"858,-1264r-142,0v-19,-92,-75,-138,-167,-138v-83,-1,-140,41,-163,100v-16,32,-19,136,-18,214r226,0r0,123r-226,0r0,965r-142,0r0,-965r-142,0r0,-123r142,0v-14,-286,73,-436,325,-448v172,-3,298,113,307,272xm716,-1088r142,0r0,1088r-142,0r0,-1088","w":997},"\uf002":{"d":"603,-1088r0,124r-224,0r0,964r-144,0r0,-964r-143,0r0,-124r143,0v-2,-216,19,-325,143,-400v97,-64,254,-64,350,1v118,84,135,156,137,380r0,1107r-143,0r0,-1115v-3,-156,1,-204,-74,-262v-54,-39,-143,-39,-196,1v-76,67,-71,104,-73,288r224,0","w":993},"\ufb02":{"d":"603,-1088r0,124r-224,0r0,964r-144,0r0,-964r-143,0r0,-124r143,0v-2,-216,19,-325,143,-400v97,-64,254,-64,350,1v118,84,135,156,137,380r0,1107r-143,0r0,-1115v-3,-156,1,-204,-74,-262v-54,-39,-143,-39,-196,1v-76,67,-71,104,-73,288r224,0","w":993},"\u2021":{"d":"492,-1508r147,0r-23,354r358,-23r0,148r-358,-27r23,459r-23,452r358,-20r0,148r-358,-28r23,359r-147,0r24,-359r-357,28r0,-148r357,20r-24,-452r24,-459r-357,27r0,-148r357,23","w":1133},"\u2219":{"d":"161,-735v-2,-67,56,-126,123,-124v67,-2,125,57,123,124v2,66,-57,126,-123,124v-66,2,-125,-58,-123,-124","w":567},"\u201a":{"d":"350,274r-77,-43v45,-94,59,-119,70,-231r-88,0r0,-275r181,0v-1,122,5,289,-18,375v-11,48,-34,107,-68,174","w":725},"\u201e":{"d":"738,274r-77,-44v45,-95,59,-118,70,-230r-88,0r0,-275r181,0v-1,122,5,289,-18,375v-11,48,-34,107,-68,174xm293,274r-77,-44v45,-95,59,-118,70,-230r-88,0r0,-275r181,0v-1,122,5,289,-17,375v-12,48,-35,107,-69,174","w":1028},"\u2030":{"d":"796,-1462v197,-2,286,-23,470,-74r118,0r-1072,1638r-132,0r975,-1492v-126,31,-298,46,-476,41v164,221,-22,549,-287,535v-188,5,-348,-158,-343,-345v2,-204,148,-349,343,-349v110,0,268,53,404,46xm615,-1161v3,-118,-102,-223,-220,-220v-118,-3,-222,102,-219,220v-3,118,101,222,219,219v118,3,223,-101,220,-219xm852,-303v-5,-185,161,-351,346,-346v185,-5,351,161,346,346v5,185,-161,351,-346,346v-185,5,-351,-161,-346,-346xm1418,-303v3,-118,-102,-222,-220,-219v-118,-3,-222,101,-219,219v-3,118,101,222,219,219v118,3,223,-101,220,-219xm1650,-303v-5,-186,160,-351,346,-346v185,-5,350,161,345,346v5,185,-160,351,-345,346v-186,5,-351,-160,-346,-346xm2215,-303v3,-118,-101,-222,-219,-219v-118,-3,-223,101,-220,219v-3,118,102,222,220,219v118,3,222,-101,219,-219","w":2404},"\u00c2":{"d":"780,-1471r686,1471r-158,0r-231,-484r-634,0r-230,484r-164,0r695,-1471r36,0xm762,-1159r-253,533r503,0xm691,-1840r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":1515},"\u00ca":{"d":"180,-1471r843,0r0,145r-696,0r0,460r690,0r0,144r-690,0r0,577r690,0r0,145r-837,0r0,-1471xm543,-1840r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":1098},"\u00c1":{"d":"780,-1471r686,1471r-158,0r-231,-484r-634,0r-230,484r-164,0r695,-1471r36,0xm762,-1159r-253,533r503,0xm825,-1895r215,0r-295,308r-138,0","w":1515},"\u00cb":{"d":"180,-1471r843,0r0,145r-696,0r0,460r690,0r0,144r-690,0r0,577r690,0r0,145r-837,0r0,-1471xm290,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm698,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1098},"\u00c8":{"d":"180,-1471r843,0r0,145r-696,0r0,460r690,0r0,144r-690,0r0,577r690,0r0,145r-837,0r0,-1471xm549,-1895r218,308r-138,0r-295,-308r215,0","w":1098},"\u00cd":{"d":"158,-1471r147,0r0,1471r-147,0r0,-1471xm299,-1895r215,0r-295,308r-138,0","w":463},"\u00ce":{"d":"158,-1471r147,0r0,1471r-147,0r0,-1471xm165,-1840r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":463},"\u00cf":{"d":"158,-1471r147,0r0,1471r-147,0r0,-1471xm-88,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm320,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":463},"\u00cc":{"d":"158,-1471r147,0r0,1471r-147,0r0,-1471xm171,-1895r218,308r-138,0r-295,-308r215,0","w":463},"\u00d3":{"d":"892,37v-421,12,-787,-350,-777,-766v2,-309,169,-558,382,-677v118,-68,246,-102,383,-102v432,-11,794,344,784,772v11,420,-353,784,-772,773xm268,-729v-10,338,285,631,619,623v249,-2,450,-137,543,-310v109,-185,110,-453,0,-636v-93,-170,-300,-310,-543,-312v-241,2,-445,144,-537,314v-55,96,-82,203,-82,321xm958,-1895r215,0r-295,308r-138,0","w":1780},"\u00d4":{"d":"892,37v-421,12,-787,-350,-777,-766v2,-309,169,-558,382,-677v118,-68,246,-102,383,-102v432,-11,794,344,784,772v11,420,-353,784,-772,773xm268,-729v-10,338,285,631,619,623v249,-2,450,-137,543,-310v109,-185,110,-453,0,-636v-93,-170,-300,-310,-543,-312v-241,2,-445,144,-537,314v-55,96,-82,203,-82,321xm824,-1840r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":1780},"\uf000":{"w":1617},"\u00d2":{"d":"892,37v-421,12,-787,-350,-777,-766v2,-309,169,-558,382,-677v118,-68,246,-102,383,-102v432,-11,794,344,784,772v11,420,-353,784,-772,773xm268,-729v-10,338,285,631,619,623v249,-2,450,-137,543,-310v109,-185,110,-453,0,-636v-93,-170,-300,-310,-543,-312v-241,2,-445,144,-537,314v-55,96,-82,203,-82,321xm829,-1895r218,308r-138,0r-295,-308r215,0","w":1780},"\u00da":{"d":"184,-1471r147,0r0,888v1,200,-1,237,57,343v69,103,278,184,430,106v89,-41,150,-115,178,-219v10,-37,15,-114,15,-230r0,-888r147,0r0,888v-3,271,-37,408,-192,530v-149,124,-428,114,-585,5v-85,-57,-141,-132,-170,-225v-18,-57,-27,-161,-27,-310r0,-888xm739,-1895r215,0r-295,308r-138,0","w":1341},"\u00db":{"d":"184,-1471r147,0r0,888v1,200,-1,237,57,343v69,103,278,184,430,106v89,-41,150,-115,178,-219v10,-37,15,-114,15,-230r0,-888r147,0r0,888v-3,271,-37,408,-192,530v-149,124,-428,114,-585,5v-85,-57,-141,-132,-170,-225v-18,-57,-27,-161,-27,-310r0,-888xm605,-1840r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":1341},"\u00d9":{"d":"184,-1471r147,0r0,888v1,200,-1,237,57,343v69,103,278,184,430,106v89,-41,150,-115,178,-219v10,-37,15,-114,15,-230r0,-888r147,0r0,888v-3,271,-37,408,-192,530v-149,124,-428,114,-585,5v-85,-57,-141,-132,-170,-225v-18,-57,-27,-161,-27,-310r0,-888xm610,-1895r218,308r-138,0r-295,-308r215,0","w":1341},"\u0131":{"d":"135,-1088r141,0r0,1088r-141,0r0,-1088","w":410},"\u02c6":{"d":"448,-1542r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":1028},"\u02dc":{"d":"308,-1518v73,-9,220,83,287,79v37,0,87,-18,151,-53r70,97v-105,85,-233,119,-374,51v-71,-32,-69,-40,-135,-44v-77,5,-93,25,-158,69r-66,-102v61,-65,136,-97,225,-97","w":899},"\u02c9":{"d":"152,-1479r690,0r0,119r-690,0r0,-119","w":993},"\u02d8":{"d":"819,-1525v-34,130,-172,215,-351,211v-181,3,-320,-80,-358,-211r132,0v44,67,118,104,227,104v119,-1,165,-32,222,-104r128,0","w":928},"\u02d9":{"d":"112,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":455},"\u02da":{"d":"127,-1477v-3,-115,99,-217,213,-214v115,-3,216,99,213,214v3,115,-98,216,-213,213v-114,3,-216,-99,-213,-213xm448,-1480v2,-58,-51,-112,-109,-110v-59,-2,-112,51,-110,110v-1,59,51,112,110,110v58,2,111,-52,109,-110","w":680},"\u00b8":{"d":"416,236v-10,-51,-71,-48,-132,-34r27,-202r88,0r-17,118v85,-17,152,30,153,104v-4,103,-106,162,-229,158v-59,0,-115,-10,-167,-30r22,-69v86,27,242,41,255,-45","w":664},"\u02dd":{"d":"475,-1598r215,0r-295,308r-138,0xm791,-1598r215,0r-295,308r-138,0","w":1130},"\u02db":{"d":"503,383v-155,39,-314,-29,-313,-170v0,-87,40,-158,119,-213r109,0v-81,69,-121,133,-121,193v2,94,107,126,215,105","w":618},"\u02c7":{"d":"580,-1285r-139,0r-290,-257r180,0r177,152r183,-152r186,0","w":1028},"\u0141":{"d":"438,-857r266,-221r0,174r-266,222r0,540r566,0r0,142r-713,0r0,-559r-202,168r0,-175r202,-168r0,-737r147,0r0,614","w":1059},"\u0142":{"d":"377,-971r200,-129r0,140r-200,129r0,831r-140,0r0,-741r-184,119r0,-140r184,-119r0,-627r140,0r0,537","w":614},"\u0160":{"d":"888,-359v5,213,-198,404,-417,396v-233,-11,-341,-127,-444,-311r125,-75v88,162,190,243,305,243v152,-4,268,-99,272,-250v0,-49,-17,-98,-50,-145v-46,-65,-130,-144,-252,-236v-123,-93,-199,-160,-229,-201v-52,-69,-78,-144,-78,-225v5,-208,150,-339,357,-345v196,11,275,95,386,241r-120,91v-92,-113,-124,-168,-269,-180v-147,-6,-248,140,-182,280v68,116,98,118,263,245v127,94,215,178,262,251v47,73,71,147,71,221xm576,-1583r-139,0r-290,-257r180,0r177,152r183,-152r186,0","w":1020},"\u0161":{"d":"103,-828v-3,-164,132,-292,298,-288v100,0,201,49,302,147r-90,93v-75,-73,-148,-109,-219,-109v-128,-6,-222,151,-125,251v27,33,83,71,168,115v104,54,175,106,212,156v37,51,55,108,55,171v4,177,-148,325,-329,320v-139,-1,-256,-68,-321,-154r88,-100v71,81,147,121,227,121v147,9,267,-167,163,-288v-26,-31,-85,-69,-176,-116v-98,-51,-165,-101,-200,-150v-35,-49,-53,-106,-53,-169xm463,-1285r-139,0r-290,-257r180,0r177,152r183,-152r186,0","w":795},"\u017d":{"d":"122,-1329r0,-142r776,0r-615,1328r584,0r0,143r-811,0r619,-1329r-553,0xm558,-1583r-139,0r-290,-257r180,0r177,152r183,-152r186,0","w":983},"\u017e":{"d":"67,-1088r799,0r-616,964r596,0r0,124r-837,0r616,-965r-558,0r0,-123xm501,-1285r-139,0r-290,-257r180,0r177,152r183,-152r186,0","w":870},"\u00a6":{"d":"616,-686r0,-822r143,0r0,767xm616,398r0,-957r143,-54r0,1011r-143,0","w":1376},"\u00d0":{"d":"213,-667r-179,0r0,-137r179,0r0,-667v272,0,686,-12,845,53v271,91,455,348,454,701v3,297,-147,536,-344,637v-204,116,-629,72,-955,80r0,-667xm354,-667r0,528v209,1,553,3,653,-38v213,-67,358,-262,357,-538v1,-293,-158,-504,-391,-571v-104,-39,-405,-45,-619,-42r0,524r387,0r0,137r-387,0","w":1618},"\u00f0":{"d":"105,-547v-10,-303,253,-576,548,-569v77,0,161,22,251,65v-63,-85,-134,-163,-213,-235r-218,90r-52,-106r175,-73v-64,-53,-119,-98,-166,-133r197,0v35,25,69,51,102,78r164,-68r52,107r-117,47v145,139,249,275,314,406v115,231,134,457,22,675v-87,167,-263,289,-498,291v-305,7,-571,-266,-561,-575xm1095,-548v-4,-257,-162,-427,-415,-434v-237,0,-446,187,-434,432v-7,241,191,449,425,444v252,-9,420,-183,424,-442","w":1341},"\u00dd":{"d":"63,-1471r170,0r376,606r370,-606r170,0r-466,768r0,703r-145,0r0,-703xm674,-1895r215,0r-295,308r-138,0","w":1212},"\u00fd":{"d":"39,-1088r148,0r374,838r363,-838r149,0r-649,1486r-148,0r210,-480xm617,-1598r215,0r-295,308r-138,0","w":1098},"\u00de":{"d":"178,-1471r147,0r0,344v154,-1,421,0,485,22v161,39,289,172,287,370v0,205,-122,330,-293,371v-66,21,-311,26,-479,24r0,340r-147,0r0,-1471xm325,-984r0,500v149,0,373,16,470,-25v127,-39,199,-232,110,-362v-68,-95,-140,-112,-320,-113r-260,0","w":1212},"\u00fe":{"d":"733,28v-202,-3,-334,-91,-436,-215r0,585r-139,0r0,-1906r139,0r0,620v98,-134,225,-224,432,-228v302,-8,571,266,562,569v9,308,-255,583,-558,575xm1150,-542v-9,-250,-178,-433,-432,-439v-240,-5,-438,200,-431,443v2,261,181,428,433,438v250,-7,421,-194,430,-442","w":1397},"\u2212":{"d":"115,-804r1012,0r0,137r-1012,0r0,-137","w":1241},"\u00d7":{"d":"712,-735r332,331r-92,92r-331,-331r-332,331r-92,-92r331,-331r-331,-332r92,-92r332,332r331,-332r92,92","w":1241},"\u00b9":{"d":"224,-1489r187,0r0,756r-110,0r0,-658r-150,0","w":680},"\u00b2":{"d":"347,-1410v-115,0,-184,67,-192,176r-106,0v1,-161,133,-278,302,-274v193,-10,351,173,247,348v-58,93,-237,238,-333,328r377,0r0,99r-636,0r358,-325v71,-64,115,-110,132,-136v76,-107,-27,-222,-149,-216","w":680},"\u00b3":{"d":"342,-1409v-90,3,-124,43,-158,116r-112,0v32,-130,120,-213,270,-215v136,-5,261,83,263,203v0,58,-30,107,-91,146v75,35,135,100,138,194v-1,146,-143,257,-307,250v-173,0,-273,-91,-301,-241r109,0v25,92,82,141,192,142v104,4,194,-57,197,-145v0,-44,-20,-78,-60,-103v-40,-25,-105,-39,-194,-42r0,-94v107,2,202,-30,202,-108v0,-62,-73,-106,-148,-103","w":705},"\u00bd":{"d":"177,-1489r187,0r0,756r-110,0r0,-658r-150,0xm277,37r923,-1545r112,0r-925,1545r-110,0xm1280,-668v-115,0,-184,67,-192,176r-106,0v1,-161,133,-278,302,-274v193,-10,351,173,247,348v-58,93,-237,238,-333,328r377,0r0,99r-636,0r358,-325v71,-64,115,-110,132,-136v76,-107,-27,-222,-149,-216","w":1702},"\u00bc":{"d":"188,-1489r187,0r0,756r-110,0r0,-658r-150,0xm388,37r923,-1545r112,0r-925,1545r-110,0xm1554,-786r0,528r105,0r0,97r-105,0r0,170r-111,0r0,-170r-432,0xm1443,-258r0,-248r-214,248r214,0","w":1702},"\u00be":{"d":"367,-1409v-90,3,-124,43,-158,116r-112,0v32,-130,120,-213,270,-215v136,-5,261,83,263,203v0,58,-30,107,-91,146v75,35,135,100,138,194v-1,146,-143,257,-307,250v-173,0,-273,-91,-301,-241r109,0v25,92,82,141,192,142v104,4,194,-57,197,-145v0,-44,-20,-78,-60,-103v-40,-25,-105,-39,-194,-42r0,-94v107,2,202,-30,202,-108v0,-62,-73,-106,-148,-103xm431,37r923,-1545r112,0r-925,1545r-110,0xm1547,-786r0,528r105,0r0,97r-105,0r0,170r-111,0r0,-170r-432,0xm1436,-258r0,-248r-214,248r214,0","w":1702},"\u20a3":{"d":"325,-415r281,0r0,138r-281,0r0,277r-146,0r0,-277r-179,0r0,-138r179,0r0,-1056r737,0r0,145r-591,0r0,460r591,0r0,145r-591,0r0,306","w":993},"\u011e":{"d":"1685,-705v3,446,-293,747,-739,742v-272,0,-487,-93,-646,-278v-210,-235,-244,-598,-78,-884v127,-222,372,-382,702,-383v303,6,494,114,674,284r-114,108v-135,-135,-324,-239,-555,-246v-368,11,-647,257,-658,623v15,376,291,629,679,636v300,4,537,-195,570,-460r-469,0r0,-142r634,0xm1247,-1818v-34,130,-172,215,-351,211v-181,3,-320,-80,-358,-211r132,0v44,67,118,104,227,104v119,-1,165,-32,222,-104r128,0","w":1786},"\u011f":{"d":"662,-1116v204,6,321,87,431,217r0,-189r141,0r0,867v0,153,-13,264,-40,335v-69,194,-259,312,-518,312v-301,-8,-467,-115,-562,-340r152,0v79,137,197,211,403,212v180,3,323,-76,382,-188v34,-57,45,-191,42,-317v-92,119,-242,205,-435,207v-322,-12,-551,-225,-558,-552v2,-224,125,-402,282,-488v89,-51,182,-76,280,-76xm1100,-553v-3,-256,-172,-418,-420,-428v-256,7,-432,181,-439,436v-3,239,186,419,431,413v252,4,431,-171,428,-421xm1044,-1525v-34,130,-172,215,-351,211v-181,3,-320,-80,-358,-211r132,0v44,67,118,104,227,104v119,-1,165,-32,222,-104r128,0","w":1378},"\u0130":{"d":"158,-1471r147,0r0,1471r-147,0r0,-1471xm116,-1695v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":463},"\u015e":{"d":"888,-359v5,213,-198,404,-417,396v-233,-11,-341,-127,-444,-311r125,-75v88,162,190,243,305,243v152,-4,268,-99,272,-250v0,-49,-17,-98,-50,-145v-46,-65,-130,-144,-252,-236v-123,-93,-199,-160,-229,-201v-52,-69,-78,-144,-78,-225v5,-208,150,-339,357,-345v196,11,275,95,386,241r-120,91v-92,-113,-124,-168,-269,-180v-147,-6,-248,140,-182,280v68,116,98,118,263,245v127,94,215,178,262,251v47,73,71,147,71,221xm534,236v-10,-51,-71,-48,-132,-34r27,-202r88,0r-17,118v85,-17,152,30,153,104v-4,103,-106,162,-229,158v-59,0,-115,-10,-167,-30r22,-69v86,27,242,41,255,-45","w":1020},"\u015f":{"d":"103,-828v-3,-164,132,-292,298,-288v100,0,201,49,302,147r-90,93v-75,-73,-148,-109,-219,-109v-128,-6,-222,151,-125,251v27,33,83,71,168,115v104,54,175,106,212,156v37,51,55,108,55,171v4,177,-148,325,-329,320v-139,-1,-256,-68,-321,-154r88,-100v71,81,147,121,227,121v147,9,267,-167,163,-288v-26,-31,-85,-69,-176,-116v-98,-51,-165,-101,-200,-150v-35,-49,-53,-106,-53,-169xm445,236v-10,-51,-71,-48,-132,-34r27,-202r88,0r-17,118v85,-17,152,30,153,104v-4,103,-106,162,-229,158v-59,0,-115,-10,-167,-30r22,-69v86,27,242,41,255,-45","w":795},"\u0106":{"d":"111,-744v-8,-428,358,-776,794,-764v294,1,516,129,644,310r-116,89v-114,-150,-284,-251,-526,-254v-253,1,-463,139,-559,311v-54,96,-82,202,-82,321v-7,356,289,638,650,629v206,0,378,-81,517,-242r116,88v-135,173,-350,292,-642,293v-457,13,-799,-329,-796,-781xm985,-1891r215,0r-295,308r-138,0","w":1665},"\u0107":{"d":"703,28v-327,10,-603,-248,-598,-563v2,-233,133,-419,298,-505v146,-82,344,-100,519,-43v134,44,223,110,290,221r-111,69v-96,-127,-227,-191,-393,-191v-253,-8,-466,194,-462,439v10,263,191,441,463,445v160,0,291,-64,392,-191r111,73v-97,147,-274,246,-509,246xm767,-1598r215,0r-295,308r-138,0","w":1325},"\u010c":{"d":"111,-744v-8,-428,358,-776,794,-764v294,1,516,129,644,310r-116,89v-114,-150,-284,-251,-526,-254v-253,1,-463,139,-559,311v-54,96,-82,202,-82,321v-7,356,289,638,650,629v206,0,378,-81,517,-242r116,88v-135,173,-350,292,-642,293v-457,13,-799,-329,-796,-781xm971,-1578r-139,0r-290,-257r180,0r177,152r183,-152r186,0","w":1665},"\u010d":{"d":"703,28v-327,10,-603,-248,-598,-563v2,-233,133,-419,298,-505v146,-82,344,-100,519,-43v134,44,223,110,290,221r-111,69v-96,-127,-227,-191,-393,-191v-253,-8,-466,194,-462,439v10,263,191,441,463,445v160,0,291,-64,392,-191r111,73v-97,147,-274,246,-509,246xm777,-1285r-139,0r-290,-257r180,0r177,152r183,-152r186,0","w":1325},"\u0111":{"d":"671,-1116v206,3,337,94,433,228r0,-328r-306,0r0,-115r306,0r0,-177r138,0r0,177r160,0r0,115r-160,0r0,1216r-138,0r0,-187v-103,125,-234,211,-437,215v-303,8,-567,-268,-558,-575v-9,-303,260,-578,562,-569xm1113,-538v6,-243,-191,-448,-431,-443v-254,6,-423,189,-432,439v9,249,180,435,431,442v251,-10,430,-177,432,-438","w":1403},"\u00af":{"d":"-12,-1727r1048,0r0,103r-1048,0r0,-103","w":1024},"\u00b7":{"d":"486,-754v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":682},"\uf003":{"d":"562,-1528r0,528r105,0r0,97r-105,0r0,170r-111,0r0,-170r-432,0xm451,-1000r0,-248r-214,248r214,0","w":705},"\u0102":{"d":"780,-1471r686,1471r-158,0r-231,-484r-634,0r-230,484r-164,0r695,-1471r36,0xm762,-1159r-253,533r503,0xm1119,-1822v-34,130,-172,215,-351,211v-181,3,-320,-80,-358,-211r132,0v44,67,118,104,227,104v119,-1,165,-32,222,-104r128,0","w":1515},"\u0103":{"d":"669,-1116v206,3,337,94,433,228r0,-200r138,0r0,1088r-138,0r0,-187v-103,125,-234,211,-437,215v-303,8,-567,-268,-558,-575v-9,-303,260,-578,562,-569xm1111,-538v6,-243,-191,-448,-431,-443v-254,6,-423,189,-432,439v9,249,180,435,431,442v251,-10,430,-177,432,-438xm1019,-1525v-34,130,-172,215,-351,211v-181,3,-320,-80,-358,-211r132,0v44,67,118,104,227,104v119,-1,165,-32,222,-104r128,0","w":1399},"\u0104":{"d":"780,-1471r686,1471r-158,0r-231,-484r-634,0r-230,484r-164,0r695,-1471r36,0xm762,-1159r-253,533r503,0xm1510,383v-155,39,-314,-29,-313,-170v0,-87,40,-158,119,-213r109,0v-81,69,-121,133,-121,193v2,94,107,126,215,105","w":1515},"\u0105":{"d":"669,-1116v206,3,337,94,433,228r0,-200r138,0r0,1088r-138,0r0,-187v-103,125,-234,211,-437,215v-303,8,-567,-268,-558,-575v-9,-303,260,-578,562,-569xm1111,-538v6,-243,-191,-448,-431,-443v-254,6,-423,189,-432,439v9,249,180,435,431,442v251,-10,430,-177,432,-438xm1309,383v-155,39,-314,-29,-313,-170v0,-87,40,-158,119,-213r109,0v-81,69,-121,133,-121,193v2,94,107,126,215,105","w":1399},"\u010e":{"d":"179,0r0,-1471v257,-1,643,-7,784,53v272,91,455,348,455,701v3,297,-147,536,-344,637v-189,110,-586,74,-895,80xm320,-139v199,2,506,-1,593,-38v213,-67,357,-262,356,-538v1,-293,-157,-504,-390,-571v-96,-35,-349,-45,-559,-42r0,1189xm731,-1578r-139,0r-290,-257r180,0r177,152r183,-152r186,0","w":1524},"\u010f":{"d":"109,-547v-8,-299,259,-579,562,-569v179,0,323,76,433,228r0,-620r138,0r0,1508r-138,0r0,-187v-118,143,-264,215,-437,215v-312,12,-563,-275,-558,-575xm1113,-538v9,-250,-195,-445,-431,-443v-238,-8,-436,208,-432,439v-6,231,198,450,431,442v230,0,444,-185,432,-438xm1398,-1041r-65,-38v35,-69,55,-134,59,-195r-75,0r0,-234r154,0v-1,103,4,241,-14,315v-9,42,-29,93,-59,152","w":1403},"\u0110":{"d":"213,-667r-179,0r0,-137r179,0r0,-667v272,0,686,-12,845,53v271,91,455,348,454,701v3,297,-147,536,-344,637v-204,116,-629,72,-955,80r0,-667xm354,-667r0,528v209,1,553,3,653,-38v213,-67,358,-262,357,-538v1,-293,-158,-504,-391,-571v-104,-39,-405,-45,-619,-42r0,524r387,0r0,137r-387,0","w":1618},"\u0118":{"d":"180,-1471r843,0r0,145r-696,0r0,460r690,0r0,144r-690,0r0,577r690,0r0,145r-837,0r0,-1471xm1010,383v-155,39,-314,-29,-313,-170v0,-87,40,-158,119,-213r109,0v-81,69,-121,133,-121,193v2,94,107,126,215,105","w":1098},"\u0119":{"d":"248,-533v-5,295,271,516,572,404v128,-51,175,-106,252,-232r118,62v-101,193,-244,321,-520,327v-177,0,-316,-58,-416,-174v-100,-117,-150,-248,-150,-395v-3,-312,248,-589,558,-575v317,-6,567,244,564,583r-978,0xm1072,-654v-37,-147,-101,-229,-223,-287v-159,-73,-344,-47,-460,62v-56,50,-98,125,-127,225r810,0xm883,383v-155,39,-314,-29,-313,-170v0,-87,40,-158,119,-213r109,0v-81,69,-121,133,-121,193v2,94,107,126,215,105","w":1331},"\u011a":{"d":"180,-1471r843,0r0,145r-696,0r0,460r690,0r0,144r-690,0r0,577r690,0r0,145r-837,0r0,-1471xm675,-1583r-139,0r-290,-257r180,0r177,152r183,-152r186,0","w":1098},"\u011b":{"d":"248,-533v-5,295,271,516,572,404v128,-51,175,-106,252,-232r118,62v-101,193,-244,321,-520,327v-177,0,-316,-58,-416,-174v-100,-117,-150,-248,-150,-395v-3,-312,248,-589,558,-575v317,-6,567,244,564,583r-978,0xm1072,-654v-37,-147,-101,-229,-223,-287v-159,-73,-344,-47,-460,62v-56,50,-98,125,-127,225r810,0xm732,-1285r-139,0r-290,-257r180,0r177,152r183,-152r186,0","w":1331},"\u0132":{"d":"158,-1471r147,0r0,1471r-147,0r0,-1471xm1124,-1471r147,0r0,993v-5,245,-7,352,-139,452v-59,42,-131,63,-216,63v-122,0,-244,-52,-367,-156r79,-117v126,91,222,136,288,136v99,2,180,-79,194,-164v10,-44,14,-118,14,-219r0,-988","w":1450},"\u0133":{"d":"90,-1421v-2,-63,54,-116,115,-115v62,-2,118,54,116,115v2,62,-54,118,-116,116v-61,2,-117,-54,-115,-116xm503,-1421v-2,-63,53,-116,115,-115v62,-1,117,52,115,115v2,62,-54,118,-115,116v-61,2,-117,-54,-115,-116xm135,-1088r141,0r0,1088r-141,0r0,-1088xm549,-1088r142,0r0,1252v0,175,-62,262,-185,262v-49,0,-103,-11,-160,-34r0,-126v73,48,179,34,196,-40v5,-19,7,-53,7,-103r0,-1211","w":825},"\u0139":{"d":"179,-1471r148,0r0,1329r565,0r0,142r-713,0r0,-1471xm547,-1896r215,0r-295,308r-138,0","w":946},"\u013a":{"d":"135,-1508r140,0r0,1508r-140,0r0,-1508xm297,-1895r215,0r-295,308r-138,0","w":410},"\u013d":{"d":"179,-1471r148,0r0,1329r565,0r0,142r-713,0r0,-1471xm558,-922r-77,-44v45,-95,59,-118,70,-230r-88,0r0,-275r181,0v-1,122,5,289,-17,374v-12,50,-35,108,-69,175","w":946},"\u013e":{"d":"134,-1508r140,0r0,1508r-140,0r0,-1508xm430,-1041r-66,-38v35,-69,55,-134,60,-195r-75,0r0,-234r153,0v-1,102,4,241,-14,315v-8,42,-28,93,-58,152","w":422},"\u013f":{"d":"179,-1471r148,0r0,1329r565,0r0,142r-713,0r0,-1471xm496,-754v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":946},"\u0140":{"d":"135,-1508r140,0r0,1508r-140,0r0,-1508xm356,-754v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":540},"\u0143":{"d":"180,0r0,-1471r32,0r978,1126r0,-1126r145,0r0,1471r-33,0r-970,-1112r0,1112r-152,0xm860,-1895r215,0r-295,308r-138,0","w":1515},"\u0144":{"d":"296,-893v96,-128,214,-218,408,-223v173,0,303,100,356,229v30,70,45,179,45,327r0,560r-139,0r0,-519v0,-125,-5,-209,-16,-251v-31,-135,-116,-216,-274,-217v-178,-1,-326,142,-360,292v-31,142,-17,493,-20,695r-140,0r0,-1088r140,0r0,195xm667,-1598r215,0r-295,308r-138,0","w":1249},"\u0147":{"d":"180,0r0,-1471r32,0r978,1126r0,-1126r145,0r0,1471r-33,0r-970,-1112r0,1112r-152,0xm830,-1582r-139,0r-290,-257r180,0r177,152r183,-152r186,0","w":1515},"\u0148":{"d":"296,-893v96,-128,214,-218,408,-223v173,0,303,100,356,229v30,70,45,179,45,327r0,560r-139,0r0,-519v0,-125,-5,-209,-16,-251v-31,-135,-116,-216,-274,-217v-178,-1,-326,142,-360,292v-31,142,-17,493,-20,695r-140,0r0,-1088r140,0r0,195xm755,-1285r-139,0r-290,-257r180,0r177,152r183,-152r186,0","w":1249},"\u0149":{"d":"301,-893v96,-128,214,-218,408,-223v173,0,303,100,356,229v30,70,45,179,45,327r0,560r-139,0r0,-519v0,-125,-5,-209,-16,-251v-31,-135,-116,-216,-274,-217v-178,-1,-326,142,-360,292v-31,142,-17,493,-20,695r-140,0r0,-1088r140,0r0,195xm26,-959r-77,-44v45,-95,59,-118,70,-230r-88,0r0,-275r181,0v-1,122,5,289,-17,374v-12,50,-35,108,-69,175","w":1254},"\u0150":{"d":"892,37v-421,12,-787,-350,-777,-766v2,-309,169,-558,382,-677v118,-68,246,-102,383,-102v432,-11,794,344,784,772v11,420,-353,784,-772,773xm268,-729v-10,338,285,631,619,623v249,-2,450,-137,543,-310v109,-185,110,-453,0,-636v-93,-170,-300,-310,-543,-312v-241,2,-445,144,-537,314v-55,96,-82,203,-82,321xm850,-1896r215,0r-295,308r-138,0xm1166,-1896r215,0r-295,308r-138,0","w":1780},"\u0151":{"d":"104,-541v-6,-311,257,-586,567,-575v310,-10,572,264,566,575v4,303,-249,581,-566,569v-318,12,-571,-265,-567,-569xm1095,-538v8,-233,-196,-447,-424,-441v-229,-6,-432,208,-424,441v8,250,172,428,424,433v252,-5,416,-183,424,-433xm648,-1598r215,0r-295,308r-138,0xm964,-1598r215,0r-295,308r-138,0","w":1341},"\u0154":{"d":"187,-1471r293,0v163,0,274,7,332,20v165,36,297,173,295,371v-14,282,-194,400,-508,396r529,684r-182,0r-528,-684r-84,0r0,684r-147,0r0,-1471xm334,-1327r0,500v150,-1,372,15,470,-26v127,-38,199,-232,110,-361v-69,-95,-140,-111,-321,-113r-259,0xm725,-1895r215,0r-295,308r-138,0","w":1243},"\u0155":{"d":"246,-929v83,-130,233,-246,407,-150r-73,118v-85,-38,-141,-16,-209,39v-43,38,-76,97,-99,178v-36,123,-24,531,-26,744r-143,0r0,-1088r143,0r0,159xm422,-1598r215,0r-295,308r-138,0","w":616},"\u0158":{"d":"187,-1471r293,0v163,0,274,7,332,20v165,36,297,173,295,371v-14,282,-194,400,-508,396r529,684r-182,0r-528,-684r-84,0r0,684r-147,0r0,-1471xm334,-1327r0,500v150,-1,372,15,470,-26v127,-38,199,-232,110,-361v-69,-95,-140,-111,-321,-113r-259,0xm653,-1582r-139,0r-290,-257r180,0r177,152r183,-152r186,0","w":1243},"\u0159":{"d":"246,-929v83,-130,233,-246,407,-150r-73,118v-85,-38,-141,-16,-209,39v-43,38,-76,97,-99,178v-36,123,-24,531,-26,744r-143,0r0,-1088r143,0r0,159xm398,-1285r-139,0r-290,-257r180,0r177,152r183,-152r186,0","w":616},"\u015a":{"d":"888,-359v5,213,-198,404,-417,396v-233,-11,-341,-127,-444,-311r125,-75v88,162,190,243,305,243v152,-4,268,-99,272,-250v0,-49,-17,-98,-50,-145v-46,-65,-130,-144,-252,-236v-123,-93,-199,-160,-229,-201v-52,-69,-78,-144,-78,-225v5,-208,150,-339,357,-345v196,11,275,95,386,241r-120,91v-92,-113,-124,-168,-269,-180v-147,-6,-248,140,-182,280v68,116,98,118,263,245v127,94,215,178,262,251v47,73,71,147,71,221xm552,-1895r215,0r-295,308r-138,0","w":1020},"\u015b":{"d":"103,-828v-3,-164,132,-292,298,-288v100,0,201,49,302,147r-90,93v-75,-73,-148,-109,-219,-109v-128,-6,-222,151,-125,251v27,33,83,71,168,115v104,54,175,106,212,156v37,51,55,108,55,171v4,177,-148,325,-329,320v-139,-1,-256,-68,-321,-154r88,-100v71,81,147,121,227,121v147,9,267,-167,163,-288v-26,-31,-85,-69,-176,-116v-98,-51,-165,-101,-200,-150v-35,-49,-53,-106,-53,-169xm402,-1598r215,0r-295,308r-138,0","w":795},"\u0162":{"d":"33,-1328r0,-143r807,0r0,143r-328,0r0,1328r-150,0r0,-1328r-329,0xm471,427r-65,-27v21,-48,33,-90,35,-125r-83,0r0,-154r157,0v3,122,-9,242,-44,306","w":872},"\u0163":{"d":"278,-1492r141,0r0,404r222,0r0,120r-222,0r0,968r-141,0r0,-968r-191,0r0,-120r191,0r0,-404xm382,427r-65,-27v21,-48,33,-90,34,-125r-82,0r0,-154r156,0v3,121,-9,242,-43,306","w":694},"\u0164":{"d":"33,-1328r0,-143r807,0r0,143r-328,0r0,1328r-150,0r0,-1328r-329,0xm520,-1578r-139,0r-290,-257r180,0r177,152r183,-152r186,0","w":872},"\u0165":{"d":"592,-1163r-59,-26v35,-55,54,-107,56,-155r-68,0r0,-164r138,0v0,74,3,183,-11,232v-7,30,-26,68,-56,113xm278,-1492r141,0r0,404r222,0r0,120r-222,0r0,968r-141,0r0,-968r-191,0r0,-120r191,0r0,-404","w":694},"\u016e":{"d":"184,-1471r147,0r0,888v1,200,-1,237,57,343v69,103,278,184,430,106v89,-41,150,-115,178,-219v10,-37,15,-114,15,-230r0,-888r147,0r0,888v-3,271,-37,408,-192,530v-149,124,-428,114,-585,5v-85,-57,-141,-132,-170,-225v-18,-57,-27,-161,-27,-310r0,-888xm420,-1775v-3,-115,99,-217,213,-214v115,-3,216,99,213,214v3,115,-98,216,-213,213v-114,3,-216,-99,-213,-213xm741,-1778v2,-58,-51,-112,-109,-110v-59,-2,-112,51,-110,110v-1,59,51,112,110,110v58,2,111,-52,109,-110","w":1341},"\u016f":{"d":"138,-1088r141,0v5,233,-16,582,20,764v36,127,156,217,316,216v157,2,272,-86,311,-205v37,-167,15,-549,21,-775r143,0r0,534v0,279,-54,415,-210,518v-132,86,-398,85,-530,0v-160,-104,-212,-243,-212,-528r0,-524xm371,-1477v-3,-115,99,-217,213,-214v115,-3,216,99,213,214v3,115,-98,216,-213,213v-114,3,-216,-99,-213,-213xm692,-1480v2,-58,-51,-112,-109,-110v-59,-2,-112,51,-110,110v-1,59,51,112,110,110v58,2,111,-52,109,-110","w":1245},"\u0170":{"d":"184,-1471r147,0r0,888v1,200,-1,237,57,343v69,103,278,184,430,106v89,-41,150,-115,178,-219v10,-37,15,-114,15,-230r0,-888r147,0r0,888v-3,271,-37,408,-192,530v-149,124,-428,114,-585,5v-85,-57,-141,-132,-170,-225v-18,-57,-27,-161,-27,-310r0,-888xm648,-1896r215,0r-295,308r-138,0xm964,-1896r215,0r-295,308r-138,0","w":1341},"\u0171":{"d":"138,-1088r141,0v5,233,-16,582,20,764v36,127,156,217,316,216v157,2,272,-86,311,-205v37,-167,15,-549,21,-775r143,0r0,534v0,279,-54,415,-210,518v-132,86,-398,85,-530,0v-160,-104,-212,-243,-212,-528r0,-524xm599,-1598r215,0r-295,308r-138,0xm915,-1598r215,0r-295,308r-138,0","w":1245},"\u0179":{"d":"122,-1329r0,-142r776,0r-615,1328r584,0r0,143r-811,0r619,-1329r-553,0xm527,-1895r215,0r-295,308r-138,0","w":983},"\u017a":{"d":"67,-1088r799,0r-616,964r596,0r0,124r-837,0r616,-965r-558,0r0,-123xm532,-1598r215,0r-295,308r-138,0","w":870},"\u017b":{"d":"122,-1329r0,-142r776,0r-615,1328r584,0r0,143r-811,0r619,-1329r-553,0xm337,-1699v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":983},"\u017c":{"d":"67,-1088r799,0r-616,964r596,0r0,124r-837,0r616,-965r-558,0r0,-123xm287,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":870},"\uf100":{"d":"177,-1467r889,0r0,174r-695,0r0,1293r-194,0r0,-1467","w":1111},"\uf101":{"d":"115,-734v-2,-446,218,-773,658,-769v423,1,649,321,642,772v-2,445,-203,765,-639,771v-304,-2,-473,-130,-578,-348v-55,-116,-83,-258,-83,-426xm773,-1345v-323,8,-456,243,-452,608v-2,272,62,441,204,550v64,46,143,69,236,69v141,0,251,-50,330,-150v79,-99,119,-258,119,-477v0,-189,-38,-336,-116,-441v-76,-106,-184,-159,-321,-159xm492,-829r547,0r0,167r-547,0r0,-167","w":1530},"\uf102":{"d":"115,-724v9,-392,226,-573,646,-585r0,-194r194,0r0,194v429,15,643,210,643,585v0,377,-214,572,-643,587r0,312r-194,0r0,-312v-431,-15,-646,-211,-646,-587xm761,-1155v-291,3,-436,147,-436,432v0,273,145,417,436,434r0,-866xm955,-1155r0,866v290,-5,435,-150,435,-435v0,-282,-145,-426,-435,-431","w":1713},"\uf103":{"d":"104,-507v-5,-327,172,-573,482,-573v163,0,283,66,361,197r44,-180r195,0v-98,355,-95,727,13,1063r-202,0v-21,-75,-36,-139,-45,-192v-91,147,-215,220,-372,220v-301,7,-478,-240,-476,-535xm927,-531v0,-231,-84,-412,-307,-411v-217,4,-308,180,-306,421v-2,225,94,410,306,411v221,-6,309,-171,307,-421","w":1287},"\uf104":{"d":"632,28v-307,6,-532,-213,-528,-513v-3,-204,106,-334,234,-409v93,-50,189,-68,314,-48v-106,-82,-176,-149,-208,-202v-34,-53,-50,-107,-50,-163v-2,-253,365,-288,603,-218r0,132v-82,-13,-144,-20,-187,-20v-109,-2,-211,37,-211,126v0,99,66,120,146,192v163,127,273,236,333,325v58,89,88,186,88,290v0,296,-217,518,-534,508xm956,-475v-1,-203,-104,-372,-315,-366v-214,-2,-331,147,-329,364v-3,216,118,370,325,369v199,-3,325,-147,319,-367","w":1270},"\uf105":{"d":"315,-469v12,232,184,353,458,347v64,0,121,-5,170,-16r0,150v-455,75,-849,-100,-839,-535v4,-344,235,-567,610,-557v67,0,139,5,216,14r0,147r-206,-11v-244,0,-380,107,-407,320r605,0r0,141r-607,0","w":1047},"\uf106":{"d":"608,-1080v64,0,187,12,288,16r463,0r0,152r-340,0v95,91,142,218,142,383v2,331,-194,561,-526,557v-330,3,-535,-220,-531,-556v-7,-324,198,-552,504,-552xm954,-537v-1,-228,-88,-421,-314,-418v-220,0,-330,148,-330,443v-1,226,100,406,320,404v236,-1,324,-179,324,-429","w":1398},"\uf107":{"d":"41,-1063r900,0r0,160r-353,0r0,903r-194,0r0,-903r-353,0r0,-160","w":981},"\uf108":{"d":"104,-537v-3,-368,239,-525,594,-540r0,-255r188,0r0,257v348,5,594,178,590,530v-3,254,-74,382,-250,479v-94,51,-208,78,-342,81r0,372r-190,0r0,-373v-164,-1,-303,-45,-418,-130v-115,-86,-172,-226,-172,-421xm696,-941v-261,5,-379,144,-381,407v0,273,127,411,381,412r0,-819xm886,-941r0,819v253,-2,380,-140,380,-414v0,-267,-127,-402,-380,-405","w":1580},"\u2017":{"d":"-12,146r1048,0r0,103r-1048,0r0,-103xm-12,323r1048,0r0,103r-1048,0r0,-103","w":1024},"\u2032":{"d":"232,-1045r-103,0r43,-463r148,0","w":405},"\u2033":{"d":"540,-1045r-104,0r44,-463r148,0xm152,-1045r-104,0r43,-463r148,0","w":633},"\u203c":{"d":"373,-1508r0,1140r-145,0r0,-1140r145,0xm855,-1508r0,1140r-144,0r0,-1140r144,0xm179,-96v-3,-68,58,-125,123,-124v65,-1,126,56,123,124v2,67,-57,126,-123,124v-65,2,-125,-58,-123,-124xm662,-96v-2,-67,56,-126,123,-124v66,-2,125,57,123,124v2,67,-57,126,-123,124v-66,2,-125,-58,-123,-124","w":1087},"\u207f":{"d":"76,-1256r115,0r0,97v88,-116,244,-154,363,-66v83,70,97,144,99,300r0,350r-115,0r0,-326v-3,-124,2,-181,-56,-235v-59,-48,-157,-38,-212,16v-78,75,-76,132,-79,292r0,253r-115,0r0,-681","w":729},"\u20a7":{"d":"1793,-105v99,2,205,-79,201,-181v0,-43,-14,-79,-42,-110v-28,-31,-85,-68,-172,-113v-89,-47,-154,-93,-194,-141v-68,-76,-79,-219,-25,-318r-248,0r0,968r-141,0r0,-968r-90,0v-41,149,-139,233,-294,264v-79,18,-303,22,-463,20r0,684r-147,0r0,-1471v197,1,517,-7,644,25v144,32,278,174,275,358r75,0r0,-404r141,0r0,404r380,0v174,-67,298,-10,434,119r-90,93v-72,-73,-145,-109,-219,-109v-80,-1,-169,66,-165,150v0,34,13,67,38,99v25,33,82,72,170,117v94,49,162,97,204,145v42,49,63,109,63,182v1,172,-144,328,-330,320v-140,1,-257,-72,-320,-154r88,-100v71,81,147,121,227,121xm325,-1328r0,500v147,2,228,3,245,3v194,-1,278,-24,342,-128v81,-138,-2,-318,-115,-350v-98,-37,-324,-22,-472,-25","w":2219},"\u2105":{"d":"46,-1145v-4,-197,151,-368,350,-363v132,0,230,57,294,172r-94,53v-48,-79,-116,-118,-204,-118v-134,-6,-231,122,-230,249v-3,133,97,258,230,254v85,0,153,-39,205,-118r93,56v-67,111,-168,166,-301,166v-205,11,-341,-170,-343,-351xm373,37r924,-1545r111,0r-925,1545r-110,0xm1092,-339v-4,-185,138,-364,322,-359v185,-6,327,175,323,359v3,184,-137,362,-323,356v-183,5,-327,-171,-322,-356xm1620,-337v5,-125,-89,-252,-206,-250v-115,-2,-210,126,-205,250v-4,127,85,248,205,246v121,2,210,-119,206,-246","w":1783},"\u2113":{"d":"417,24v-140,-2,-200,-89,-199,-241r0,-225r-79,98r-98,-78r177,-235r0,-455v0,-148,20,-248,60,-300v40,-53,97,-79,171,-79v137,-5,223,107,223,235v0,64,-20,141,-61,230v-41,89,-115,210,-224,361r0,415v3,85,-4,132,56,132v35,0,101,-36,199,-107r0,162v-69,58,-144,87,-225,87xm505,-1122v39,-86,47,-237,-49,-249v-28,0,-46,17,-56,51v-19,77,-11,300,-13,421v61,-105,100,-179,118,-223","w":734},"\u2190":{"d":"492,-876r76,0v-54,113,-119,216,-195,309r1595,0r0,101r-1595,0v68,68,134,171,198,309r-78,0v-149,-169,-287,-282,-414,-341r0,-45v118,-47,256,-158,413,-333","w":2048},"\u2191":{"d":"153,-1050v175,-157,286,-295,333,-413r46,0v58,128,171,266,340,415r0,77v-138,-64,-241,-130,-309,-197r0,1597r-101,0r0,-1597v-93,76,-196,141,-309,195r0,-77","w":1024},"\u2192":{"d":"1555,-876v158,175,296,286,413,333r0,45v-127,59,-265,172,-414,341r-77,0v63,-138,129,-241,197,-309r-1595,0r0,-101r1595,0v-76,-93,-141,-196,-195,-309r76,0","w":2048},"\u2193":{"d":"153,16r0,-76v113,54,216,119,309,195r0,-1598r101,0r0,1598v68,-68,171,-134,309,-197r0,77v-169,149,-282,287,-340,414r-46,0v-47,-117,-158,-255,-333,-413","w":1024},"\u2194":{"d":"1968,-540r0,45v-121,53,-256,165,-406,337r-80,0v46,-115,111,-218,194,-311r-1305,0v83,93,148,196,194,311r-80,0v-149,-172,-285,-284,-406,-337r0,-45v121,-53,257,-165,406,-338r80,0v-46,115,-111,218,-194,311r1305,0v-83,-93,-148,-196,-194,-311r80,0v150,173,285,285,406,338","w":2048},"\u2195":{"d":"489,-1463r45,0v53,121,165,257,337,407r0,80v-114,-46,-218,-111,-311,-195r0,1306v93,-84,197,-149,311,-194r0,79v-172,150,-284,286,-337,407r-45,0v-53,-121,-165,-257,-337,-407r0,-79v114,45,218,110,311,194r0,-1306v-93,84,-197,149,-311,195r0,-80v172,-150,284,-286,337,-407","w":1024},"\u21a8":{"d":"489,-1463r45,0v53,121,165,257,337,407r0,80v-114,-46,-218,-111,-311,-195r0,1306v93,-84,197,-149,311,-194r0,79v-172,150,-284,286,-337,407r-45,0v-53,-121,-165,-257,-337,-407r0,-79v114,45,218,110,311,194r0,-1306v-93,84,-197,149,-311,195r0,-80v172,-150,284,-286,337,-407xm154,522r717,0r0,98r-717,0r0,-98","w":1024},"\u221f":{"d":"362,-1279r100,0r0,1179r1181,0r0,100r-1281,0r0,-1279","w":2005},"\u2229":{"d":"239,0r-110,0r2,-859v-4,-310,111,-510,323,-603v228,-96,460,57,539,212v97,192,78,296,85,629r0,621r-110,0r0,-628v-5,-276,10,-376,-62,-538v-46,-99,-170,-194,-303,-195v-208,14,-337,170,-353,381v-19,248,-8,687,-11,980","w":1206},"\u2261":{"d":"1127,-1205r0,137r-1012,0r0,-137r1012,0xm115,-804r1012,0r0,137r-1012,0r0,-137xm1127,-403r0,137r-1012,0r0,-137r1012,0","w":1241},"\u25a1":{"d":"146,-944r944,0r0,944r-944,0r0,-944xm222,-868r0,792r792,0r0,-792r-792,0","w":1237},"\u25aa":{"d":"594,-909r0,464r-463,0r0,-463","w":726},"\u25ab":{"d":"594,-909r0,464r-463,0r0,-463xm518,-833r-311,1r0,311r311,0r0,-312","w":726},"\u25cf":{"d":"178,-578v-8,-242,206,-445,441,-440v235,-7,447,205,440,440v7,236,-204,448,-440,441v-236,7,-448,-205,-441,-441","w":1237},"\u25e6":{"d":"112,-677v-4,-134,117,-255,251,-251v133,-3,256,114,251,251v4,135,-116,255,-251,251v-135,4,-255,-116,-251,-251xm538,-677v3,-95,-82,-177,-175,-175v-94,-2,-178,79,-175,175v-3,94,81,177,175,175v94,2,178,-81,175,-175","w":726},"\uf004":{"d":"326,121r122,57r-183,340r-89,-38","w":682},"\u0100":{"d":"780,-1471r686,1471r-158,0r-231,-484r-634,0r-230,484r-164,0r695,-1471r36,0xm762,-1159r-253,533r503,0xm412,-1776r690,0r0,119r-690,0r0,-119","w":1515},"\u0101":{"d":"669,-1116v206,3,337,94,433,228r0,-200r138,0r0,1088r-138,0r0,-187v-103,125,-234,211,-437,215v-303,8,-567,-268,-558,-575v-9,-303,260,-578,562,-569xm1111,-538v6,-243,-191,-448,-431,-443v-254,6,-423,189,-432,439v9,249,180,435,431,442v251,-10,430,-177,432,-438xm355,-1479r690,0r0,119r-690,0r0,-119","w":1399},"\u0108":{"d":"111,-744v-8,-428,358,-776,794,-764v294,1,516,129,644,310r-116,89v-114,-150,-284,-251,-526,-254v-253,1,-463,139,-559,311v-54,96,-82,202,-82,321v-7,356,289,638,650,629v206,0,378,-81,517,-242r116,88v-135,173,-350,292,-642,293v-457,13,-799,-329,-796,-781xm806,-1840r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":1665},"\u0109":{"d":"703,28v-327,10,-603,-248,-598,-563v2,-233,133,-419,298,-505v146,-82,344,-100,519,-43v134,44,223,110,290,221r-111,69v-96,-127,-227,-191,-393,-191v-253,-8,-466,194,-462,439v10,263,191,441,463,445v160,0,291,-64,392,-191r111,73v-97,147,-274,246,-509,246xm598,-1542r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":1325},"\u010a":{"d":"111,-744v-8,-428,358,-776,794,-764v294,1,516,129,644,310r-116,89v-114,-150,-284,-251,-526,-254v-253,1,-463,139,-559,311v-54,96,-82,202,-82,321v-7,356,289,638,650,629v206,0,378,-81,517,-242r116,88v-135,173,-350,292,-642,293v-457,13,-799,-329,-796,-781xm762,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1665},"\u010b":{"d":"703,28v-327,10,-603,-248,-598,-563v2,-233,133,-419,298,-505v146,-82,344,-100,519,-43v134,44,223,110,290,221r-111,69v-96,-127,-227,-191,-393,-191v-253,-8,-466,194,-462,439v10,263,191,441,463,445v160,0,291,-64,392,-191r111,73v-97,147,-274,246,-509,246xm567,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1325},"\u0112":{"d":"180,-1471r843,0r0,145r-696,0r0,460r690,0r0,144r-690,0r0,577r690,0r0,145r-837,0r0,-1471xm252,-1776r690,0r0,119r-690,0r0,-119","w":1098},"\u0113":{"d":"248,-533v-5,295,271,516,572,404v128,-51,175,-106,252,-232r118,62v-101,193,-244,321,-520,327v-177,0,-316,-58,-416,-174v-100,-117,-150,-248,-150,-395v-3,-312,248,-589,558,-575v317,-6,567,244,564,583r-978,0xm1072,-654v-37,-147,-101,-229,-223,-287v-159,-73,-344,-47,-460,62v-56,50,-98,125,-127,225r810,0xm320,-1479r690,0r0,119r-690,0r0,-119","w":1331},"\u0114":{"d":"180,-1471r843,0r0,145r-696,0r0,460r690,0r0,144r-690,0r0,577r690,0r0,145r-837,0r0,-1471xm904,-1823v-34,130,-172,215,-351,211v-181,3,-320,-80,-358,-211r132,0v44,67,118,104,227,104v119,-1,165,-32,222,-104r128,0","w":1098},"\u0115":{"d":"248,-533v-5,295,271,516,572,404v128,-51,175,-106,252,-232r118,62v-101,193,-244,321,-520,327v-177,0,-316,-58,-416,-174v-100,-117,-150,-248,-150,-395v-3,-312,248,-589,558,-575v317,-6,567,244,564,583r-978,0xm1072,-654v-37,-147,-101,-229,-223,-287v-159,-73,-344,-47,-460,62v-56,50,-98,125,-127,225r810,0xm1020,-1525v-34,130,-172,215,-351,211v-181,3,-320,-80,-358,-211r132,0v44,67,118,104,227,104v119,-1,165,-32,222,-104r128,0","w":1331},"\u0116":{"d":"180,-1471r843,0r0,145r-696,0r0,460r690,0r0,144r-690,0r0,577r690,0r0,145r-837,0r0,-1471xm486,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1098},"\u0117":{"d":"248,-533v-5,295,271,516,572,404v128,-51,175,-106,252,-232r118,62v-101,193,-244,321,-520,327v-177,0,-316,-58,-416,-174v-100,-117,-150,-248,-150,-395v-3,-312,248,-589,558,-575v317,-6,567,244,564,583r-978,0xm1072,-654v-37,-147,-101,-229,-223,-287v-159,-73,-344,-47,-460,62v-56,50,-98,125,-127,225r810,0xm549,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1331},"\u011c":{"d":"1685,-705v3,446,-293,747,-739,742v-272,0,-487,-93,-646,-278v-210,-235,-244,-598,-78,-884v127,-222,372,-382,702,-383v303,6,494,114,674,284r-114,108v-135,-135,-324,-239,-555,-246v-368,11,-647,257,-658,623v15,376,291,629,679,636v300,4,537,-195,570,-460r-469,0r0,-142r634,0xm835,-1840r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":1786},"\u011d":{"d":"662,-1116v204,6,321,87,431,217r0,-189r141,0r0,867v0,153,-13,264,-40,335v-69,194,-259,312,-518,312v-301,-8,-467,-115,-562,-340r152,0v79,137,197,211,403,212v180,3,323,-76,382,-188v34,-57,45,-191,42,-317v-92,119,-242,205,-435,207v-322,-12,-551,-225,-558,-552v2,-224,125,-402,282,-488v89,-51,182,-76,280,-76xm1100,-553v-3,-256,-172,-418,-420,-428v-256,7,-432,181,-439,436v-3,239,186,419,431,413v252,4,431,-171,428,-421xm600,-1542r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":1378},"\u0120":{"d":"1685,-705v3,446,-293,747,-739,742v-272,0,-487,-93,-646,-278v-210,-235,-244,-598,-78,-884v127,-222,372,-382,702,-383v303,6,494,114,674,284r-114,108v-135,-135,-324,-239,-555,-246v-368,11,-647,257,-658,623v15,376,291,629,679,636v300,4,537,-195,570,-460r-469,0r0,-142r634,0xm797,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1786},"\u0121":{"d":"662,-1116v204,6,321,87,431,217r0,-189r141,0r0,867v0,153,-13,264,-40,335v-69,194,-259,312,-518,312v-301,-8,-467,-115,-562,-340r152,0v79,137,197,211,403,212v180,3,323,-76,382,-188v34,-57,45,-191,42,-317v-92,119,-242,205,-435,207v-322,-12,-551,-225,-558,-552v2,-224,125,-402,282,-488v89,-51,182,-76,280,-76xm1100,-553v-3,-256,-172,-418,-420,-428v-256,7,-432,181,-439,436v-3,239,186,419,431,413v252,4,431,-171,428,-421xm576,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1378},"\u0122":{"d":"1685,-705v3,446,-293,747,-739,742v-272,0,-487,-93,-646,-278v-210,-235,-244,-598,-78,-884v127,-222,372,-382,702,-383v303,6,494,114,674,284r-114,108v-135,-135,-324,-239,-555,-246v-368,11,-647,257,-658,623v15,376,291,629,679,636v300,4,537,-195,570,-460r-469,0r0,-142r634,0xm977,236v-10,-51,-71,-48,-132,-34r27,-202r88,0r-17,118v85,-17,152,30,153,104v-4,103,-106,162,-229,158v-59,0,-115,-10,-167,-30r22,-69v86,27,242,41,255,-45","w":1786},"\u0123":{"d":"662,-1116v204,6,321,87,431,217r0,-189r141,0r0,867v0,153,-13,264,-40,335v-69,194,-259,312,-518,312v-301,-8,-467,-115,-562,-340r152,0v79,137,197,211,403,212v180,3,323,-76,382,-188v34,-57,45,-191,42,-317v-92,119,-242,205,-435,207v-322,-12,-551,-225,-558,-552v2,-224,125,-402,282,-488v89,-51,182,-76,280,-76xm1100,-553v-3,-256,-172,-418,-420,-428v-256,7,-432,181,-439,436v-3,239,186,419,431,413v252,4,431,-171,428,-421xm679,-1818r78,44v-46,95,-58,118,-71,230r89,0r0,275r-181,0v1,-122,-5,-289,18,-375v11,-48,34,-107,67,-174","w":1378},"\u0124":{"d":"177,-1471r148,0r0,617r748,0r0,-617r148,0r0,1471r-148,0r0,-710r-748,0r0,710r-148,0r0,-1471xm633,-1840r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":1399},"\u0125":{"d":"296,-893v97,-127,215,-218,408,-223v173,0,303,100,356,228v30,70,45,179,45,328r0,560r-140,0r0,-519v0,-125,-5,-209,-15,-251v-32,-135,-116,-216,-274,-217v-178,-1,-326,142,-360,292v-31,141,-17,493,-20,695r-140,0r0,-1508r140,0r0,615xm558,-1840r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":1249},"\u0126":{"d":"326,-1239r747,0r0,-232r148,0r0,232r133,0r0,138r-133,0r0,1101r-148,0r0,-710r-747,0r0,710r-148,0r0,-1101r-133,0r0,-138r133,0r0,-232r148,0r0,232xm326,-1101r0,247r747,0r0,-247r-747,0","w":1399},"\u0127":{"d":"296,-1356r374,0r0,116r-374,0r0,347v113,-149,248,-223,407,-223v185,-5,331,124,371,262v55,215,23,581,31,854r-140,0v-5,-246,16,-596,-21,-793v-27,-113,-123,-197,-268,-194v-205,3,-323,148,-364,315v-26,148,-13,474,-16,672r-140,0r0,-1240r-152,0r0,-116r152,0r0,-152r140,0r0,152","w":1249},"\u0128":{"d":"158,-1471r147,0r0,1471r-147,0r0,-1471xm90,-1816v73,-9,220,83,287,79v37,0,87,-18,151,-53r70,97v-105,85,-233,119,-374,51v-71,-32,-69,-40,-135,-44v-77,5,-93,25,-158,69r-66,-102v61,-65,136,-97,225,-97","w":463},"\u0129":{"d":"135,-1088r141,0r0,1088r-141,0r0,-1088xm63,-1518v73,-9,220,83,287,79v37,0,87,-18,151,-53r70,97v-105,85,-233,119,-374,51v-71,-32,-69,-40,-135,-44v-77,5,-93,25,-158,69r-66,-102v61,-65,136,-97,225,-97","w":410},"\u012a":{"d":"158,-1471r147,0r0,1471r-147,0r0,-1471xm-113,-1776r690,0r0,119r-690,0r0,-119","w":463},"\u012b":{"d":"135,-1088r141,0r0,1088r-141,0r0,-1088xm-140,-1479r690,0r0,119r-690,0r0,-119","w":410},"\u012c":{"d":"158,-1471r147,0r0,1471r-147,0r0,-1471xm586,-1823v-34,130,-172,215,-351,211v-181,3,-320,-80,-358,-211r132,0v44,67,118,104,227,104v119,-1,165,-32,222,-104r128,0","w":463},"\u012d":{"d":"135,-1088r141,0r0,1088r-141,0r0,-1088xm560,-1525v-34,130,-172,215,-351,211v-181,3,-320,-80,-358,-211r132,0v44,67,118,104,227,104v119,-1,165,-32,222,-104r128,0","w":410},"\u012e":{"d":"158,-1471r147,0r0,1471r-147,0r0,-1471xm390,383v-155,39,-314,-29,-313,-170v0,-87,40,-158,119,-213r109,0v-81,69,-121,133,-121,193v2,94,107,126,215,105","w":463},"\u012f":{"d":"90,-1420v-2,-62,54,-118,115,-116v62,-2,118,54,116,116v2,61,-54,117,-116,115v-61,2,-117,-54,-115,-115xm135,-1088r141,0r0,1088r-141,0r0,-1088xm361,383v-155,39,-314,-29,-313,-170v0,-87,40,-158,119,-213r109,0v-81,69,-121,133,-121,193v2,94,107,126,215,105","w":410},"\u0134":{"d":"164,-236v115,73,160,123,289,136v91,-1,164,-64,187,-139v13,-42,20,-123,20,-244r0,-988r148,0r0,993v-3,269,-17,362,-154,462v-99,65,-255,69,-376,18v-58,-22,-122,-63,-192,-121xm559,-1840r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":987},"\u0135":{"d":"142,-1542r139,0r290,257r-180,0r-176,-152r-184,152r-186,0xm139,-1088r142,0r0,1252v0,175,-62,262,-185,262v-49,0,-103,-11,-160,-34r0,-126v73,48,179,35,196,-40v5,-19,7,-53,7,-103r0,-1211","w":416},"\u0136":{"d":"179,-1471r150,0r0,552r587,-552r199,0r-707,660r762,811r-195,0r-646,-686r0,686r-150,0r0,-1471xm746,222v-8,153,-216,188,-375,136r22,-71v93,25,234,21,234,-51v0,-51,-91,-50,-145,-30r12,-79v31,-10,62,-15,95,-15v105,0,157,37,157,110","w":1210},"\u0137":{"d":"155,-1508r141,0r0,858r503,-438r206,0r-597,519r632,569r-198,0r-546,-489r0,489r-141,0r0,-1508xm671,222v-8,153,-216,188,-375,136r22,-71v93,25,234,21,234,-51v0,-51,-91,-50,-145,-30r12,-79v31,-10,62,-15,95,-15v105,0,157,37,157,110","w":1028},"\u0138":{"d":"155,-1088r141,0r0,438r503,-438r206,0r-597,519r632,569r-198,0r-546,-489r0,489r-141,0r0,-1088","w":1028},"\u013b":{"d":"179,-1471r148,0r0,1329r565,0r0,142r-713,0r0,-1471xm660,222v-8,153,-216,188,-375,136r22,-71v93,25,234,21,234,-51v0,-51,-91,-50,-145,-30r12,-79v31,-10,62,-15,95,-15v105,0,157,37,157,110","w":946},"\u013c":{"d":"135,-1508r140,0r0,1508r-140,0r0,-1508xm358,222v-8,153,-216,188,-375,136r22,-71v93,25,234,21,234,-51v0,-51,-91,-50,-145,-30r12,-79v31,-10,62,-15,95,-15v105,0,157,37,157,110","w":410},"\u0145":{"d":"180,0r0,-1471r32,0r978,1126r0,-1126r145,0r0,1471r-33,0r-970,-1112r0,1112r-152,0xm910,222v-8,153,-216,188,-375,136r22,-71v93,25,234,21,234,-51v0,-51,-91,-50,-145,-30r12,-79v31,-10,62,-15,95,-15v105,0,157,37,157,110","w":1515},"\u0146":{"d":"296,-893v96,-128,214,-218,408,-223v173,0,303,100,356,229v30,70,45,179,45,327r0,560r-139,0r0,-519v0,-125,-5,-209,-16,-251v-31,-135,-116,-216,-274,-217v-178,-1,-326,142,-360,292v-31,142,-17,493,-20,695r-140,0r0,-1088r140,0r0,195xm778,222v-8,153,-216,188,-375,136r22,-71v93,25,234,21,234,-51v0,-51,-91,-50,-145,-30r12,-79v31,-10,62,-15,95,-15v105,0,157,37,157,110","w":1249},"\u014a":{"d":"805,-1508v402,-7,680,367,671,781v0,224,-56,407,-167,550v-191,264,-585,297,-780,26r105,-91v69,93,156,140,262,140v123,0,225,-61,306,-184v80,-123,120,-274,120,-453v10,-337,-223,-632,-538,-630v-202,1,-367,123,-458,250r0,1119r-148,0r0,-1471r148,0r0,178v131,-143,291,-215,479,-215","w":1591},"\u014b":{"d":"1105,-560r0,724v0,175,-62,262,-187,262v-48,0,-100,-11,-157,-34r0,-126v73,48,180,34,197,-40v6,-19,8,-53,8,-103r0,-642v-4,-225,-2,-319,-110,-413v-84,-71,-254,-72,-352,-11v-93,51,-169,157,-192,271v-26,148,-13,474,-16,672r-140,0r0,-1088r140,0r0,195v112,-149,248,-223,407,-223v185,-5,329,123,370,261v21,71,32,169,32,295","w":1249},"\u014c":{"d":"892,37v-421,12,-787,-350,-777,-766v2,-309,169,-558,382,-677v118,-68,246,-102,383,-102v432,-11,794,344,784,772v11,420,-353,784,-772,773xm268,-729v-10,338,285,631,619,623v249,-2,450,-137,543,-310v109,-185,110,-453,0,-636v-93,-170,-300,-310,-543,-312v-241,2,-445,144,-537,314v-55,96,-82,203,-82,321xm545,-1777r690,0r0,119r-690,0r0,-119","w":1780},"\u014d":{"d":"104,-541v-6,-311,257,-586,567,-575v310,-10,572,264,566,575v4,303,-249,581,-566,569v-318,12,-571,-265,-567,-569xm1095,-538v8,-233,-196,-447,-424,-441v-229,-6,-432,208,-424,441v8,250,172,428,424,433v252,-5,416,-183,424,-433xm326,-1479r690,0r0,119r-690,0r0,-119","w":1341},"\u014e":{"d":"892,37v-421,12,-787,-350,-777,-766v2,-309,169,-558,382,-677v118,-68,246,-102,383,-102v432,-11,794,344,784,772v11,420,-353,784,-772,773xm268,-729v-10,338,285,631,619,623v249,-2,450,-137,543,-310v109,-185,110,-453,0,-636v-93,-170,-300,-310,-543,-312v-241,2,-445,144,-537,314v-55,96,-82,203,-82,321xm1244,-1823v-34,130,-172,215,-351,211v-181,3,-320,-80,-358,-211r132,0v44,67,118,104,227,104v119,-1,165,-32,222,-104r128,0","w":1780},"\u014f":{"d":"104,-541v-6,-311,257,-586,567,-575v310,-10,572,264,566,575v4,303,-249,581,-566,569v-318,12,-571,-265,-567,-569xm1095,-538v8,-233,-196,-447,-424,-441v-229,-6,-432,208,-424,441v8,250,172,428,424,433v252,-5,416,-183,424,-433xm1025,-1525v-34,130,-172,215,-351,211v-181,3,-320,-80,-358,-211r132,0v44,67,118,104,227,104v119,-1,165,-32,222,-104r128,0","w":1341},"\u0156":{"d":"187,-1471r293,0v163,0,274,7,332,20v165,36,297,173,295,371v-14,282,-194,400,-508,396r529,684r-182,0r-528,-684r-84,0r0,684r-147,0r0,-1471xm334,-1327r0,500v150,-1,372,15,470,-26v127,-38,199,-232,110,-361v-69,-95,-140,-111,-321,-113r-259,0xm756,222v-8,153,-216,188,-375,136r22,-71v93,25,234,21,234,-51v0,-51,-91,-50,-145,-30r12,-79v31,-10,62,-15,95,-15v105,0,157,37,157,110","w":1243},"\u0157":{"d":"246,-929v83,-130,233,-246,407,-150r-73,118v-85,-38,-141,-16,-209,39v-43,38,-76,97,-99,178v-36,123,-24,531,-26,744r-143,0r0,-1088r143,0r0,159xm448,222v-8,153,-216,188,-375,136r22,-71v93,25,234,21,234,-51v0,-51,-91,-50,-145,-30r12,-79v31,-10,62,-15,95,-15v105,0,157,37,157,110","w":616},"\u015c":{"d":"888,-359v5,213,-198,404,-417,396v-233,-11,-341,-127,-444,-311r125,-75v88,162,190,243,305,243v152,-4,268,-99,272,-250v0,-49,-17,-98,-50,-145v-46,-65,-130,-144,-252,-236v-123,-93,-199,-160,-229,-201v-52,-69,-78,-144,-78,-225v5,-208,150,-339,357,-345v196,11,275,95,386,241r-120,91v-92,-113,-124,-168,-269,-180v-147,-6,-248,140,-182,280v68,116,98,118,263,245v127,94,215,178,262,251v47,73,71,147,71,221xm444,-1840r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":1020},"\u015d":{"d":"103,-828v-3,-164,132,-292,298,-288v100,0,201,49,302,147r-90,93v-75,-73,-148,-109,-219,-109v-128,-6,-222,151,-125,251v27,33,83,71,168,115v104,54,175,106,212,156v37,51,55,108,55,171v4,177,-148,325,-329,320v-139,-1,-256,-68,-321,-154r88,-100v71,81,147,121,227,121v147,9,267,-167,163,-288v-26,-31,-85,-69,-176,-116v-98,-51,-165,-101,-200,-150v-35,-49,-53,-106,-53,-169xm332,-1542r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":795},"\u0166":{"d":"512,-777r280,0r0,138r-280,0r0,639r-150,0r0,-639r-281,0r0,-138r281,0r0,-551r-329,0r0,-143r807,0r0,143r-328,0r0,551","w":872},"\u0167":{"d":"419,-607r246,0r0,116r-246,0r0,491r-140,0r0,-491r-216,0r0,-116r216,0r0,-361r-192,0r0,-120r192,0r0,-404r140,0r0,404r222,0r0,120r-222,0r0,361","w":694},"\u0168":{"d":"184,-1471r147,0r0,888v1,200,-1,237,57,343v69,103,278,184,430,106v89,-41,150,-115,178,-219v10,-37,15,-114,15,-230r0,-888r147,0r0,888v-3,271,-37,408,-192,530v-149,124,-428,114,-585,5v-85,-57,-141,-132,-170,-225v-18,-57,-27,-161,-27,-310r0,-888xm537,-1815v73,-9,220,83,287,79v37,0,87,-18,151,-53r70,97v-105,85,-233,119,-374,51v-71,-32,-69,-40,-135,-44v-77,5,-93,25,-158,69r-66,-102v61,-65,136,-97,225,-97","w":1341},"\u0169":{"d":"138,-1088r141,0v5,233,-16,582,20,764v36,127,156,217,316,216v157,2,272,-86,311,-205v37,-167,15,-549,21,-775r143,0r0,534v0,279,-54,415,-210,518v-132,86,-398,85,-530,0v-160,-104,-212,-243,-212,-528r0,-524xm481,-1518v73,-9,220,83,287,79v37,0,87,-18,151,-53r70,97v-105,85,-233,119,-374,51v-71,-32,-69,-40,-135,-44v-77,5,-93,25,-158,69r-66,-102v61,-65,136,-97,225,-97","w":1245},"\u016a":{"d":"184,-1471r147,0r0,888v1,200,-1,237,57,343v69,103,278,184,430,106v89,-41,150,-115,178,-219v10,-37,15,-114,15,-230r0,-888r147,0r0,888v-3,271,-37,408,-192,530v-149,124,-428,114,-585,5v-85,-57,-141,-132,-170,-225v-18,-57,-27,-161,-27,-310r0,-888xm325,-1777r690,0r0,119r-690,0r0,-119","w":1341},"\u016b":{"d":"138,-1088r141,0v5,233,-16,582,20,764v36,127,156,217,316,216v157,2,272,-86,311,-205v37,-167,15,-549,21,-775r143,0r0,534v0,279,-54,415,-210,518v-132,86,-398,85,-530,0v-160,-104,-212,-243,-212,-528r0,-524xm277,-1479r690,0r0,119r-690,0r0,-119","w":1245},"\u016c":{"d":"184,-1471r147,0r0,888v1,200,-1,237,57,343v69,103,278,184,430,106v89,-41,150,-115,178,-219v10,-37,15,-114,15,-230r0,-888r147,0r0,888v-3,271,-37,408,-192,530v-149,124,-428,114,-585,5v-85,-57,-141,-132,-170,-225v-18,-57,-27,-161,-27,-310r0,-888xm1025,-1823v-34,130,-172,215,-351,211v-181,3,-320,-80,-358,-211r132,0v44,67,118,104,227,104v119,-1,165,-32,222,-104r128,0","w":1341},"\u016d":{"d":"138,-1088r141,0v5,233,-16,582,20,764v36,127,156,217,316,216v157,2,272,-86,311,-205v37,-167,15,-549,21,-775r143,0r0,534v0,279,-54,415,-210,518v-132,86,-398,85,-530,0v-160,-104,-212,-243,-212,-528r0,-524xm977,-1525v-34,130,-172,215,-351,211v-181,3,-320,-80,-358,-211r132,0v44,67,118,104,227,104v119,-1,165,-32,222,-104r128,0","w":1245},"\u0172":{"d":"184,-1471r147,0r0,888v1,200,-1,237,57,343v69,103,278,184,430,106v89,-41,150,-115,178,-219v10,-37,15,-114,15,-230r0,-888r147,0r0,888v-3,271,-37,408,-192,530v-149,124,-428,114,-585,5v-85,-57,-141,-132,-170,-225v-18,-57,-27,-161,-27,-310r0,-888xm874,383v-155,39,-314,-29,-313,-170v0,-87,40,-158,119,-213r109,0v-81,69,-121,133,-121,193v2,94,107,126,215,105","w":1341},"\u0173":{"d":"138,-1088r141,0v5,233,-16,582,20,764v36,127,156,217,316,216v157,2,272,-86,311,-205v37,-167,15,-549,21,-775r143,0r0,534v0,279,-54,415,-210,518v-132,86,-398,85,-530,0v-160,-104,-212,-243,-212,-528r0,-524xm795,383v-155,39,-314,-29,-313,-170v0,-87,40,-158,119,-213r109,0v-81,69,-121,133,-121,193v2,94,107,126,215,105","w":1245},"\u0174":{"d":"96,-1471r151,0r299,1060r422,-1060r30,0r417,1060r305,-1060r150,0r-422,1471r-28,0r-436,-1113r-445,1113r-28,0xm917,-1840r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":1966},"\u0175":{"d":"9,-1088r144,0r333,790r349,-790r25,0r348,790r339,-790r146,0r-472,1088r-27,0r-346,-779r-349,779r-26,0xm785,-1542r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":1702},"\u0176":{"d":"63,-1471r170,0r376,606r370,-606r170,0r-466,768r0,703r-145,0r0,-703xm540,-1840r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":1212},"\u0177":{"d":"39,-1088r148,0r374,838r363,-838r149,0r-649,1486r-148,0r210,-480xm483,-1542r139,0r290,257r-180,0r-176,-152r-184,152r-186,0","w":1098},"\u017f":{"d":"517,-1508r0,137v-75,-32,-142,-49,-205,-13v-46,33,-34,66,-37,149r0,1235r-140,0r0,-1198v5,-179,-7,-225,81,-298v78,-56,191,-46,301,-12","w":410},"\u01fa":{"d":"780,-1471r686,1471r-158,0r-231,-484r-634,0r-230,484r-164,0r695,-1471r36,0xm762,-1159r-253,533r503,0xm549,-1608v-3,-115,99,-217,213,-214v115,-3,216,99,213,214v3,115,-98,216,-213,213v-114,3,-216,-99,-213,-213xm870,-1611v2,-58,-51,-112,-109,-110v-59,-2,-112,51,-110,110v-1,59,51,112,110,110v58,2,111,-52,109,-110xm800,-2170r215,0r-295,308r-138,0","w":1515},"\u01fb":{"d":"669,-1116v206,3,337,94,433,228r0,-200r138,0r0,1088r-138,0r0,-187v-103,125,-234,211,-437,215v-303,8,-567,-268,-558,-575v-9,-303,260,-578,562,-569xm1111,-538v6,-243,-191,-448,-431,-443v-254,6,-423,189,-432,439v9,249,180,435,431,442v251,-10,430,-177,432,-438xm488,-1436v-3,-115,99,-217,213,-214v115,-3,216,99,213,214v3,115,-98,216,-213,213v-114,3,-216,-99,-213,-213xm809,-1439v2,-58,-51,-112,-109,-110v-59,-2,-112,51,-110,110v-1,59,51,112,110,110v58,2,111,-52,109,-110xm745,-1998r215,0r-295,308r-138,0","w":1399},"\u01fc":{"d":"1,0r950,-1471r910,0r0,151r-693,0r0,452r693,0r0,145r-693,0r0,579r693,0r0,144r-842,0r0,-482r-535,0r-312,482r-171,0xm578,-620r441,0r0,-681xm1299,-1895r215,0r-295,308r-138,0","w":2032},"\u01fd":{"d":"677,-1116v201,5,333,91,440,226r0,-198r128,0r0,197v125,-144,211,-217,437,-225v326,-6,575,255,566,586r-979,0v16,243,171,427,427,430v202,-6,313,-105,397,-257r120,60v-87,188,-271,323,-527,325v-208,-4,-340,-84,-441,-222r0,194r-128,0r0,-201v-110,141,-230,222,-436,229v-304,7,-571,-268,-561,-576v2,-229,122,-402,279,-492v87,-50,180,-76,278,-76xm2093,-651v-37,-149,-100,-230,-222,-289v-189,-98,-428,-5,-512,114v-38,46,-65,105,-82,175r816,0xm1120,-542v-1,-270,-174,-429,-433,-439v-251,9,-419,181,-424,437v-6,242,191,444,429,439v239,5,435,-195,428,-437xm1252,-1598r215,0r-295,308r-138,0","w":2370},"\u01fe":{"d":"1663,-736v11,420,-353,784,-772,773v-163,0,-309,-43,-437,-128r-164,194r-107,-87r165,-194v-253,-231,-308,-626,-131,-944v120,-219,358,-383,672,-386v171,0,327,49,467,148r144,-174r105,87r-151,178v122,124,208,302,209,533xm444,-291r811,-954v-198,-142,-461,-161,-678,-34v-177,101,-308,291,-310,551v0,170,59,316,177,437xm1356,-1153r-805,949v189,126,453,130,651,15v177,-98,307,-290,309,-547v0,-163,-52,-302,-155,-417xm957,-1896r215,0r-295,308r-138,0","w":1778},"\u01ff":{"d":"102,-541v-4,-303,248,-588,566,-575v134,0,251,40,351,120r116,-137r92,74r-125,146v89,107,133,231,133,372v4,303,-249,581,-566,569v-109,0,-209,-27,-299,-82r-116,137r-89,-74r114,-134v-118,-114,-177,-253,-177,-416xm669,-979v-300,3,-503,304,-391,609v21,56,51,102,89,141r560,-658v-79,-61,-165,-92,-258,-92xm668,-105v252,-5,417,-182,425,-432v0,-96,-29,-184,-86,-265r-548,644v69,35,138,53,209,53xm730,-1598r215,0r-295,308r-138,0","w":1337},"\u0384":{"d":"474,-1598r-28,338r-118,0r-29,-338r175,0","w":774},"\u0385":{"d":"474,-1598r-28,338r-118,0r-29,-338r175,0xm721,-1380v1,48,-40,90,-88,89v-48,1,-90,-41,-89,-89v-1,-49,41,-90,89,-89v48,-1,89,41,88,89xm230,-1380v1,48,-41,90,-89,89v-48,1,-90,-41,-89,-89v-1,-48,41,-90,89,-89v48,-1,90,40,89,89","w":774},"\u0386":{"d":"780,-1471r686,1471r-158,0r-231,-484r-634,0r-230,484r-164,0r695,-1471r36,0xm762,-1159r-253,533r503,0xm424,-1508r-28,338r-118,0r-29,-338r175,0","w":1515},"\u0387":{"d":"310,-1116v68,-2,125,56,123,124v2,68,-55,126,-123,124v-68,2,-125,-56,-123,-124v-2,-68,55,-126,123,-124","w":567},"\u0388":{"d":"270,-1471r843,0r0,145r-696,0r0,460r690,0r0,144r-690,0r0,577r690,0r0,145r-837,0r0,-1471xm75,-1508r-28,338r-118,0r-29,-338r175,0","w":1188},"\u0389":{"d":"267,-1471r148,0r0,617r748,0r0,-617r148,0r0,1471r-148,0r0,-710r-748,0r0,710r-148,0r0,-1471xm75,-1508r-28,338r-118,0r-29,-338r175,0","w":1489},"\u038a":{"d":"248,-1471r147,0r0,1471r-147,0r0,-1471xm75,-1508r-28,338r-118,0r-29,-338r175,0","w":553},"\u038c":{"d":"892,37v-421,12,-787,-350,-777,-766v2,-309,169,-558,382,-677v118,-68,246,-102,383,-102v432,-11,794,344,784,772v11,420,-353,784,-772,773xm268,-729v-10,338,285,631,619,623v249,-2,450,-137,543,-310v109,-185,110,-453,0,-636v-93,-170,-300,-310,-543,-312v-241,2,-445,144,-537,314v-55,96,-82,203,-82,321xm75,-1508r-28,338r-118,0r-29,-338r175,0","w":1780},"\u038e":{"d":"173,-1471r170,0r376,606r370,-606r170,0r-466,768r0,703r-145,0r0,-703xm75,-1508r-28,338r-118,0r-29,-338r175,0","w":1322},"\u038f":{"d":"857,-1507v409,-7,733,279,726,684v0,127,-31,242,-95,347v-62,105,-191,217,-385,338r433,0r0,138r-561,0r0,-196v199,-129,324,-240,377,-333v53,-93,79,-190,79,-292v5,-330,-242,-547,-574,-542v-332,-5,-580,213,-575,542v0,101,25,197,75,289v50,90,177,203,381,336r0,196r-561,0r0,-138r433,0v-194,-121,-322,-233,-386,-338v-62,-105,-94,-220,-94,-347v-7,-405,318,-692,727,-684xm75,-1508r-28,338r-118,0r-29,-338r175,0","w":1713},"\u0390":{"d":"135,-1088r141,0r0,1088r-141,0r0,-1088xm293,-1598r-28,338r-118,0r-29,-338r175,0xm540,-1380v1,48,-40,90,-88,89v-48,1,-90,-41,-89,-89v-1,-49,41,-90,89,-89v48,-1,89,41,88,89xm49,-1380v1,48,-41,90,-89,89v-48,1,-90,-41,-89,-89v-1,-48,41,-90,89,-89v48,-1,90,40,89,89","w":410},"\u0391":{"d":"780,-1471r686,1471r-158,0r-231,-484r-634,0r-230,484r-164,0r695,-1471r36,0xm762,-1159r-253,533r503,0","w":1515},"\u0392":{"d":"1030,-584v127,308,-120,602,-443,584r-404,0r0,-1471v188,3,439,-16,559,41v114,48,202,167,203,319v-2,149,-80,252,-189,309v139,47,217,104,274,218xm792,-1111v-5,-156,-115,-218,-295,-216r-170,0r0,471v111,2,253,-2,309,-28v86,-33,155,-117,156,-227xm327,-708r0,564v138,0,339,7,418,-32v89,-35,165,-128,166,-243v-2,-146,-108,-242,-240,-271v-53,-16,-226,-19,-344,-18","w":1176},"\u0393":{"d":"914,-1326r-591,0r0,1326r-146,0r0,-1471r737,0r0,145","w":946},"\u0394":{"d":"1466,0r-1417,0r695,-1471r36,0xm1239,-145r-477,-1014r-481,1014r958,0","w":1515},"\u0395":{"d":"180,-1471r843,0r0,145r-696,0r0,460r690,0r0,144r-690,0r0,577r690,0r0,145r-837,0r0,-1471","w":1098},"\u0396":{"d":"122,-1329r0,-142r776,0r-615,1328r584,0r0,143r-811,0r619,-1329r-553,0","w":983},"\u0397":{"d":"177,-1471r148,0r0,617r748,0r0,-617r148,0r0,1471r-148,0r0,-710r-748,0r0,710r-148,0r0,-1471","w":1399},"\u0398":{"d":"1664,-736v11,423,-350,784,-772,773v-422,11,-788,-345,-777,-766v-12,-420,348,-790,765,-779v433,-10,794,340,784,772xm887,-106v344,7,635,-280,625,-630v0,-194,-65,-347,-194,-460v-130,-112,-274,-168,-431,-168v-331,-5,-633,289,-619,635v-9,339,280,632,619,623xm1258,-672r-737,0r0,-144r737,0r0,144","w":1780},"\u0399":{"d":"158,-1471r147,0r0,1471r-147,0r0,-1471","w":463},"\u039a":{"d":"179,-1471r150,0r0,552r587,-552r199,0r-707,660r762,811r-195,0r-646,-686r0,686r-150,0r0,-1471","w":1210},"\u039b":{"d":"1370,0r-160,0r-487,-1137r-496,1137r-160,0r640,-1471r32,0","w":1438},"\u039c":{"d":"112,0r209,-1471r24,0r598,1207r592,-1207r24,0r211,1471r-145,0r-144,-1052r-520,1052r-37,0r-527,-1060r-143,1060r-142,0","w":1882},"\u039d":{"d":"180,0r0,-1471r32,0r978,1126r0,-1126r145,0r0,1471r-33,0r-970,-1112r0,1112r-152,0","w":1515},"\u039e":{"d":"972,-1326r-857,0r0,-145r857,0r0,145xm972,-722r-857,0r0,-144r857,0r0,144xm972,0r-857,0r0,-145r857,0r0,145","w":1087},"\u039f":{"d":"892,37v-421,12,-787,-350,-777,-766v2,-309,169,-558,382,-677v118,-68,246,-102,383,-102v432,-11,794,344,784,772v11,420,-353,784,-772,773xm268,-729v-10,338,285,631,619,623v249,-2,450,-137,543,-310v109,-185,110,-453,0,-636v-93,-170,-300,-310,-543,-312v-241,2,-445,144,-537,314v-55,96,-82,203,-82,321","w":1780},"\u03a0":{"d":"1221,0r-148,0r0,-1331r-748,0r0,1331r-148,0r0,-1471r1044,0r0,1471","w":1399},"\u03a1":{"d":"178,-1471r293,0v168,0,281,7,340,22v161,39,288,172,286,370v0,205,-121,331,-293,371v-66,21,-311,26,-479,24r0,684r-147,0r0,-1471xm325,-1328r0,500v149,0,373,15,470,-24v127,-39,199,-233,110,-362v-68,-96,-140,-112,-320,-114r-260,0","w":1212},"\u03a3":{"d":"927,0r-861,0r411,-734r-405,-737r840,0r0,142r-600,0r330,596r-333,590r618,0r0,143","w":1027},"\u03a4":{"d":"33,-1328r0,-143r807,0r0,143r-328,0r0,1328r-150,0r0,-1328r-329,0","w":872},"\u03a5":{"d":"63,-1471r170,0r376,606r370,-606r170,0r-466,768r0,703r-145,0r0,-703","w":1212},"\u03a6":{"d":"1660,-746v-2,376,-322,584,-706,601r0,145r-148,0r0,-145v-216,-14,-388,-74,-515,-179v-127,-106,-191,-246,-191,-420v2,-376,322,-584,706,-601r0,-126r148,0r0,126v216,14,388,74,515,179v127,106,191,246,191,420xm954,-282v299,-21,559,-146,554,-464v-4,-302,-243,-446,-554,-463r0,927xm806,-1209v-299,21,-559,146,-554,464v4,302,243,446,554,463r0,-927","w":1760},"\u03a7":{"d":"101,-1471r172,0r352,574r355,-574r170,0r-438,713r467,758r-172,0r-382,-617r-384,617r-172,0r469,-758","w":1247},"\u03a8":{"d":"1480,-964v-2,282,-73,418,-258,520v-93,50,-205,78,-338,85r0,359r-148,0r0,-359v-246,-14,-417,-92,-520,-249v-113,-167,-67,-574,-76,-863r151,0v5,231,-19,551,29,725v48,146,214,232,416,245r0,-970r148,0r0,970v208,-11,367,-101,418,-245v45,-168,21,-500,27,-725r151,0r0,507","w":1620},"\u03a9":{"d":"857,-1507v409,-7,733,279,726,684v0,127,-31,242,-95,347v-62,105,-191,217,-385,338r433,0r0,138r-561,0r0,-196v199,-129,324,-240,377,-333v53,-93,79,-190,79,-292v5,-330,-242,-547,-574,-542v-332,-5,-580,213,-575,542v0,101,25,197,75,289v50,90,177,203,381,336r0,196r-561,0r0,-138r433,0v-194,-121,-322,-233,-386,-338v-62,-105,-94,-220,-94,-347v-7,-405,318,-692,727,-684","w":1713},"\u03aa":{"d":"158,-1471r147,0r0,1471r-147,0r0,-1471xm-88,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm320,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":463},"\u03ab":{"d":"63,-1471r170,0r376,606r370,-606r170,0r-466,768r0,703r-145,0r0,-703xm286,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm694,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1212},"\u03ac":{"d":"669,-1116v206,3,337,94,433,228r0,-200r138,0r0,1088r-138,0r0,-187v-103,125,-234,211,-437,215v-303,8,-567,-268,-558,-575v-9,-303,260,-578,562,-569xm1111,-538v6,-243,-191,-448,-431,-443v-254,6,-423,189,-432,439v9,249,180,435,431,442v251,-10,430,-177,432,-438xm787,-1598r-28,338r-118,0r-29,-338r175,0","w":1399},"\u03ad":{"d":"253,-309v-1,130,95,209,227,207v105,0,192,-38,259,-114r88,100v-91,97,-210,145,-359,145v-206,3,-368,-135,-365,-339v0,-137,65,-232,196,-287v-100,-41,-150,-118,-150,-231v-3,-173,145,-293,320,-290v110,0,214,41,312,123r-79,97v-76,-59,-152,-88,-227,-88v-114,-1,-192,66,-191,178v-2,103,83,180,187,178r73,0r0,120r-86,0v-114,-2,-208,87,-205,201xm520,-1598r-28,338r-118,0r-29,-338r175,0","w":866},"\u03ae":{"d":"1105,398r-139,0r0,-917v-4,-205,1,-312,-102,-407v-107,-92,-313,-77,-416,22v-145,130,-147,220,-152,505r0,399r-140,0r0,-1088r140,0r0,195v111,-149,247,-223,408,-223v170,1,298,95,353,222v32,70,48,181,48,334r0,958xm712,-1598r-28,338r-118,0r-29,-338r175,0","w":1249},"\u03af":{"d":"135,-1088r141,0r0,1088r-141,0r0,-1088xm292,-1598r-28,338r-118,0r-29,-338r175,0","w":410},"\u03b0":{"d":"1115,-518v4,310,-195,551,-503,546v-143,0,-258,-42,-346,-125v-87,-83,-131,-239,-131,-467r0,-524r141,0r0,508v5,217,1,308,121,405v57,45,128,67,215,67v245,1,361,-184,360,-436v0,-182,-85,-330,-254,-445r77,-128v213,125,320,325,320,599xm697,-1598r-28,338r-118,0r-29,-338r175,0xm944,-1380v1,48,-40,90,-88,89v-48,1,-90,-41,-89,-89v-1,-49,41,-90,89,-89v48,-1,89,41,88,89xm453,-1380v1,48,-41,90,-89,89v-48,1,-90,-41,-89,-89v-1,-48,41,-90,89,-89v48,-1,90,40,89,89","w":1219},"\u03b1":{"d":"669,-1116v206,3,337,94,433,228r0,-200r138,0r0,1088r-138,0r0,-187v-103,125,-234,211,-437,215v-303,8,-567,-268,-558,-575v-9,-303,260,-578,562,-569xm1111,-538v6,-243,-191,-448,-431,-443v-254,6,-423,189,-432,439v9,249,180,435,431,442v251,-10,430,-177,432,-438","w":1399},"\u03b2":{"d":"1118,-462v7,271,-214,496,-483,490v-143,0,-255,-64,-338,-192r0,562r-141,0r0,-1505v-10,-279,159,-422,400,-429v211,-3,362,122,361,325v0,154,-73,258,-219,311v241,20,421,185,420,438xm633,-105v190,5,347,-158,342,-348v0,-97,-33,-179,-99,-249v-69,-80,-246,-109,-441,-103r0,-117v226,-6,339,-98,339,-275v2,-122,-84,-209,-207,-207v-198,6,-271,105,-270,330r1,613v-7,203,144,357,335,356","w":1221},"\u03b3":{"d":"1077,-1088r-442,966r0,520r-138,0r0,-522r-444,-964r149,0r364,792r361,-792r150,0","w":1135},"\u03b4":{"d":"586,28v-266,6,-489,-218,-482,-484v0,-220,114,-370,341,-450v-110,-74,-165,-171,-165,-290v-3,-207,191,-345,405,-340v84,0,163,9,238,28r-36,125v-56,-15,-120,-22,-191,-22v-150,-3,-271,70,-273,205v0,53,16,99,49,137v33,38,119,85,258,141v225,90,337,245,337,466v6,265,-216,491,-481,484xm925,-453v5,-186,-153,-358,-339,-353v-186,-5,-344,167,-339,353v-5,189,151,353,339,348v188,5,344,-159,339,-348xm586,-939","w":1171},"\u03b5":{"d":"253,-309v-1,130,95,209,227,207v105,0,192,-38,259,-114r88,100v-91,97,-210,145,-359,145v-206,3,-368,-135,-365,-339v0,-137,65,-232,196,-287v-100,-41,-150,-118,-150,-231v-3,-173,145,-293,320,-290v110,0,214,41,312,123r-79,97v-76,-59,-152,-88,-227,-88v-114,-1,-192,66,-191,178v-2,103,83,180,187,178r73,0r0,120r-86,0v-114,-2,-208,87,-205,201","w":866},"\u03b6":{"d":"932,132v5,250,-291,339,-544,274r36,-126v42,11,82,16,119,16v165,0,247,-53,247,-158v0,-39,-18,-71,-55,-94v-37,-23,-106,-45,-207,-64v-273,-53,-410,-214,-410,-485v0,-141,49,-280,146,-419v97,-139,255,-292,472,-461r-503,0r0,-123r675,0r0,123v-240,202,-408,367,-504,495v-95,129,-143,254,-143,375v7,241,106,326,332,374v153,31,247,69,285,113v36,43,55,97,54,160","w":953},"\u03b7":{"d":"1105,398r-139,0r0,-917v-4,-205,1,-312,-102,-407v-107,-92,-313,-77,-416,22v-145,130,-147,220,-152,505r0,399r-140,0r0,-1088r140,0r0,195v111,-149,247,-223,408,-223v170,1,298,95,353,222v32,70,48,181,48,334r0,958","w":1249},"\u03b8":{"d":"671,28v-179,0,-319,-70,-418,-210v-199,-255,-198,-885,1,-1141v99,-142,238,-213,417,-213v179,0,318,71,417,213v198,256,199,886,0,1141v-98,140,-238,210,-417,210xm1093,-816v-9,-183,-50,-327,-123,-433v-132,-212,-465,-212,-598,-1v-73,105,-115,250,-124,434r845,0xm1094,-693r-846,0v7,187,47,332,120,437v130,208,476,208,606,0v73,-103,113,-249,120,-437","w":1341},"\u03b9":{"d":"135,-1088r141,0r0,1088r-141,0r0,-1088","w":410},"\u03ba":{"d":"1040,0r-198,0r-546,-489r0,489r-141,0r0,-1089r141,0r0,439r503,-438r206,0r-597,519","w":1028},"\u03bb":{"d":"1073,0r-149,0r-363,-838r-374,838r-148,0r447,-1006r-220,-502r148,0","w":1098},"\u03bc":{"d":"1093,-1r-140,0r0,-195v-112,149,-248,223,-408,223v-116,0,-203,-39,-261,-116r0,487r-140,0r0,-1487r140,0r0,519v4,205,-1,312,102,406v107,93,312,77,416,-22v144,-129,146,-219,151,-504r0,-399r140,0r0,1088","w":1249},"\u03bd":{"d":"53,-1088r149,0r364,792r361,-792r150,0r-498,1088r-25,0","w":1135},"\u03be":{"d":"932,132v5,250,-291,339,-544,274r36,-126v42,11,82,16,119,16v165,0,247,-53,247,-158v0,-34,-15,-63,-44,-86v-30,-24,-109,-48,-237,-72v-261,-49,-391,-201,-391,-455v1,-210,137,-359,311,-410v-153,-75,-229,-179,-229,-311v-1,-224,200,-343,435,-340v103,0,196,12,279,37r-33,134v-77,-27,-165,-40,-265,-40v-153,-3,-273,86,-273,229v-1,162,203,249,378,246r119,0r0,122r-202,0v-197,1,-386,110,-377,323v6,219,106,295,310,341v138,31,233,63,284,98v51,34,77,93,77,178","w":953},"\u03bf":{"d":"104,-541v-6,-311,257,-586,567,-575v310,-10,572,264,566,575v4,303,-249,581,-566,569v-318,12,-571,-265,-567,-569xm1095,-538v8,-233,-196,-447,-424,-441v-229,-6,-432,208,-424,441v8,250,172,428,424,433v252,-5,416,-183,424,-433","w":1341},"\u03c0":{"d":"1323,-965r-221,0r0,965r-141,0r0,-965r-549,0r0,965r-141,0r0,-965r-221,0r0,-123r1273,0r0,123","w":1373},"\u03c1":{"d":"1268,-541v8,312,-254,577,-566,569v-179,0,-321,-78,-427,-233r0,603r-140,0r0,-909v-9,-338,241,-609,567,-605v314,-10,573,266,566,575xm1126,-538v6,-233,-192,-448,-424,-441v-233,-7,-430,208,-424,441v-5,234,187,440,424,433v245,9,426,-199,424,-433","w":1372},"\u03c2":{"d":"104,-535v-8,-325,241,-586,559,-581v211,0,367,85,468,254r-111,69v-96,-127,-217,-191,-363,-191v-237,-4,-418,195,-412,439v11,266,152,343,417,396v150,28,253,60,310,95v56,35,84,97,84,186v5,250,-291,339,-544,274r36,-126v42,11,82,16,119,16v165,0,247,-53,247,-158v0,-39,-18,-71,-54,-94v-36,-23,-115,-45,-237,-64v-346,-55,-519,-227,-519,-515","w":1185},"\u03c3":{"d":"104,-541v-5,-368,351,-676,751,-547r573,0r0,123r-371,0v120,117,180,258,180,424v8,312,-254,577,-566,569v-314,8,-575,-255,-567,-569xm1095,-538v6,-233,-192,-448,-424,-441v-231,-6,-431,206,-424,441v-5,234,187,440,424,433v248,11,424,-204,424,-433","w":1468},"\u03c4":{"d":"773,-965r-291,0r0,965r-141,0r0,-965r-291,0r0,-123r723,0r0,123","w":823},"\u03c5":{"d":"1115,-518v4,310,-195,551,-503,546v-143,0,-258,-42,-346,-125v-87,-83,-131,-239,-131,-467r0,-524r141,0r0,508v5,217,1,308,121,405v57,45,128,67,215,67v245,1,361,-184,360,-436v0,-182,-85,-330,-254,-445r77,-128v213,125,320,325,320,599","w":1219},"\u03c6":{"d":"1464,-541v0,350,-264,548,-610,567r0,372r-141,0r0,-373v-347,-18,-609,-216,-609,-566v3,-287,190,-471,423,-548r45,133v-217,77,-325,217,-325,418v0,257,155,399,466,425r0,-1000v432,-32,750,176,751,572xm854,-979r0,866v311,-29,466,-170,466,-425v2,-274,-192,-437,-466,-441","w":1568},"\u03c7":{"d":"944,-1088r-377,700r424,786r-160,0r-343,-638r-344,638r-151,0r419,-780r-380,-706r158,0r301,559r300,-559r153,0","w":983},"\u03c8":{"d":"1372,-554v0,217,-55,367,-166,450v-111,82,-238,125,-382,130r0,372r-140,0r0,-372v-228,-14,-384,-89,-478,-238v-47,-75,-71,-192,-71,-352r0,-524r139,0v6,236,-19,561,26,744v45,138,197,221,384,233r0,-977r140,0r0,978v190,-11,337,-97,383,-232v43,-175,19,-516,25,-746r140,0r0,534","w":1507},"\u03c9":{"d":"1188,28v-156,1,-277,-99,-310,-227v-33,128,-154,227,-310,227v-298,1,-468,-214,-464,-525v-5,-347,260,-608,595,-619r11,135v-270,15,-465,209,-463,489v-3,228,100,389,310,392v181,-7,253,-175,250,-388r0,-134r142,0r0,134v-2,214,68,380,250,388v206,-4,314,-162,310,-392v2,-282,-192,-475,-463,-489r11,-135v334,10,600,274,595,619v4,311,-166,526,-464,525","w":1756},"\u03ca":{"d":"135,-1088r141,0r0,1088r-141,0r0,-1088xm-115,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm293,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":410},"\u03cb":{"d":"1115,-518v4,310,-195,551,-503,546v-143,0,-258,-42,-346,-125v-87,-83,-131,-239,-131,-467r0,-524r141,0r0,508v5,217,1,308,121,405v57,45,128,67,215,67v245,1,361,-184,360,-436v0,-182,-85,-330,-254,-445r77,-128v213,125,320,325,320,599xm290,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm698,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1219},"\u03cc":{"d":"104,-541v-6,-311,257,-586,567,-575v310,-10,572,264,566,575v4,303,-249,581,-566,569v-318,12,-571,-265,-567,-569xm1095,-538v8,-233,-196,-447,-424,-441v-229,-6,-432,208,-424,441v8,250,172,428,424,433v252,-5,416,-183,424,-433xm758,-1598r-28,338r-118,0r-29,-338r175,0","w":1341},"\u03cd":{"d":"1115,-518v4,310,-195,551,-503,546v-143,0,-258,-42,-346,-125v-87,-83,-131,-239,-131,-467r0,-524r141,0r0,508v5,217,1,308,121,405v57,45,128,67,215,67v245,1,361,-184,360,-436v0,-182,-85,-330,-254,-445r77,-128v213,125,320,325,320,599xm697,-1598r-28,338r-118,0r-29,-338r175,0","w":1219},"\u03ce":{"d":"1188,28v-156,1,-277,-99,-310,-227v-33,128,-154,227,-310,227v-298,1,-468,-214,-464,-525v-5,-347,260,-608,595,-619r11,135v-270,15,-465,209,-463,489v-3,228,100,389,310,392v181,-7,253,-175,250,-388r0,-134r142,0r0,134v-2,214,68,380,250,388v206,-4,314,-162,310,-392v2,-282,-192,-475,-463,-489r11,-135v334,10,600,274,595,619v4,311,-166,526,-464,525xm965,-1598r-28,338r-118,0r-29,-338r175,0","w":1756},"\u0401":{"d":"180,-1471r843,0r0,145r-696,0r0,460r690,0r0,144r-690,0r0,577r690,0r0,145r-837,0r0,-1471xm290,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm698,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1098},"\u0402":{"d":"1107,-394v-2,-270,-132,-321,-417,-317r-179,0r0,711r-150,0r0,-1328r-329,0r0,-143r807,0r0,143r-328,0r0,474v170,-2,395,2,489,36v160,47,262,210,259,424v2,253,-108,426,-345,428v-97,0,-178,-33,-244,-98r91,-102v43,41,90,61,141,61v144,-2,207,-130,205,-289","w":1374},"\u0403":{"d":"323,0r-146,0r0,-1471r737,0r0,145r-591,0r0,1326xm709,-1895r215,0r-295,308r-138,0","w":946},"\u0404":{"d":"909,-1508v-434,-11,-802,336,-793,764v0,218,72,403,215,554v144,151,337,227,580,227v275,0,489,-98,643,-293r-117,-88v-137,161,-309,242,-516,242v-158,0,-298,-46,-420,-138v-123,-93,-197,-236,-224,-429r695,0r0,-145r-689,0v13,-168,82,-302,208,-400v127,-100,267,-149,420,-149v221,0,397,85,526,254r117,-89v-122,-179,-356,-310,-645,-310","w":1665},"\u0405":{"d":"888,-359v5,213,-198,404,-417,396v-233,-11,-341,-127,-444,-311r125,-75v88,162,190,243,305,243v152,-4,268,-99,272,-250v0,-49,-17,-98,-50,-145v-46,-65,-130,-144,-252,-236v-123,-93,-199,-160,-229,-201v-52,-69,-78,-144,-78,-225v5,-208,150,-339,357,-345v196,11,275,95,386,241r-120,91v-92,-113,-124,-168,-269,-180v-147,-6,-248,140,-182,280v68,116,98,118,263,245v127,94,215,178,262,251v47,73,71,147,71,221","w":1020},"\u0406":{"d":"158,-1471r147,0r0,1471r-147,0r0,-1471","w":463},"\u0407":{"d":"158,-1471r147,0r0,1471r-147,0r0,-1471xm-88,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm320,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":463},"\u0408":{"d":"164,-236v115,73,160,123,289,136v91,-1,164,-64,187,-139v13,-42,20,-123,20,-244r0,-988r148,0r0,993v-3,269,-17,362,-154,462v-99,65,-255,69,-376,18v-58,-22,-122,-63,-192,-121","w":987},"\u0409":{"d":"780,-1471r307,631v229,2,547,-12,703,36v166,45,277,181,277,386v3,200,-114,345,-269,386v-102,33,-323,34,-490,32r-546,-1159r-551,1159r-162,0r695,-1471r36,0xm1400,-142v220,-4,388,14,464,-110v62,-86,61,-252,-2,-335v-93,-114,-182,-103,-421,-109r-301,0","w":2181},"\u040a":{"d":"325,-855r748,0r0,-616r148,0r0,616r105,0v253,5,361,-8,512,68v114,61,184,177,184,347v3,217,-100,359,-261,406v-123,41,-476,34,-688,34r0,-711r-748,0r0,711r-148,0r0,-1471r148,0r0,616xm1221,-142r156,0v141,0,241,-6,300,-16v122,-24,191,-120,189,-273v2,-144,-76,-240,-192,-263v-60,-16,-307,-18,-453,-17r0,569","w":2136},"\u040b":{"d":"1110,-377v7,-258,-55,-329,-287,-334r-311,0r0,711r-150,0r0,-1328r-329,0r0,-143r807,0r0,143r-328,0r0,474r307,0v333,5,450,126,441,485r0,369r-150,0r0,-377","w":1391},"\u040c":{"d":"179,-1471r150,0r0,552r587,-552r199,0r-707,660r762,811r-195,0r-646,-686r0,686r-150,0r0,-1471xm772,-1895r215,0r-295,308r-138,0","w":1210},"\u040e":{"d":"67,-1467r166,0r445,999r407,-1003r161,0r-558,1322v-63,172,-250,229,-428,153v-47,-21,-107,-72,-180,-153r107,-88v74,73,123,114,148,124v60,25,129,19,175,-16v29,-21,60,-72,94,-155xm1016,-1823v-34,130,-172,215,-351,211v-181,3,-320,-80,-358,-211r132,0v44,67,118,104,227,104v119,-1,165,-32,222,-104r128,0","w":1323},"\u040f":{"d":"598,0r-421,0r0,-1471r148,0r0,1332r679,0r0,-1332r148,0r0,1471r-417,0r0,220r-137,0r0,-220","w":1329},"\u0410":{"d":"780,-1471r686,1471r-158,0r-231,-484r-634,0r-230,484r-164,0r695,-1471r36,0xm762,-1159r-253,533r503,0","w":1515},"\u0411":{"d":"1059,-422v-3,241,-206,434,-477,422r-404,0r0,-1471r737,0r0,145r-592,0r0,470v337,-2,543,20,665,202v47,69,71,147,71,232xm323,-708r0,564v138,0,339,7,417,-32v90,-36,163,-125,164,-243v2,-141,-103,-240,-220,-267v-71,-19,-233,-24,-361,-22","w":1173},"\u0412":{"d":"1030,-584v127,308,-120,602,-443,584r-404,0r0,-1471v188,3,439,-16,559,41v114,48,202,167,203,319v-2,149,-80,252,-189,309v139,47,217,104,274,218xm792,-1111v-5,-156,-115,-218,-295,-216r-170,0r0,471v111,2,253,-2,309,-28v86,-33,155,-117,156,-227xm327,-708r0,564v138,0,339,7,418,-32v89,-35,165,-128,166,-243v-2,-146,-108,-242,-240,-271v-53,-16,-226,-19,-344,-18","w":1176},"\u0413":{"d":"323,0r-146,0r0,-1471r737,0r0,145r-591,0r0,1326","w":946},"\u0414":{"d":"175,220r-145,0r0,-357r120,0r577,-1334r51,0r609,1334r115,0r0,357r-145,0r0,-220r-1182,0r0,220xm316,-137r897,0r-460,-1030","w":1532},"\u0415":{"d":"180,-1471r843,0r0,145r-696,0r0,460r690,0r0,144r-690,0r0,577r690,0r0,145r-837,0r0,-1471","w":1098},"\u0416":{"d":"1031,-683r0,683r-149,0r0,-683r-45,-41r-602,724r-195,0r702,-815r-646,-656r198,0r588,622r0,-622r149,0r0,622r589,-622r199,0r-646,656r701,815r-195,0r-603,-724","w":1915},"\u0417":{"d":"851,-1104v4,-158,-110,-269,-263,-268v-99,0,-191,45,-278,134r-101,-90v103,-120,231,-180,383,-180v230,-5,420,151,417,375v0,157,-74,269,-221,337v194,60,291,190,291,390v1,274,-200,450,-486,444v-260,-8,-374,-108,-494,-295r114,-67v111,158,178,222,376,235v189,0,343,-118,336,-319v3,-168,-112,-261,-244,-292v-37,-8,-125,-11,-206,-10r0,-129v235,11,382,-72,376,-265","w":1190},"\u0418":{"d":"1335,0r-153,0r0,-1127r-969,1127r-33,0r0,-1471r147,0r0,1147r975,-1147r33,0r0,1471","w":1515},"\u0419":{"d":"1335,0r-153,0r0,-1127r-969,1127r-33,0r0,-1471r147,0r0,1147r975,-1147r33,0r0,1471xm1112,-1823v-34,130,-172,215,-351,211v-181,3,-320,-80,-358,-211r132,0v44,67,118,104,227,104v119,-1,165,-32,222,-104r128,0","w":1515},"\u041a":{"d":"179,-1471r150,0r0,552r587,-552r199,0r-707,660r762,811r-195,0r-646,-686r0,686r-150,0r0,-1471","w":1210},"\u041b":{"d":"1370,0r-160,0r-487,-1137r-496,1137r-160,0r640,-1471r32,0","w":1438},"\u041c":{"d":"112,0r209,-1471r24,0r598,1207r592,-1207r24,0r211,1471r-145,0r-144,-1052r-520,1052r-37,0r-527,-1060r-143,1060r-142,0","w":1882},"\u041d":{"d":"177,-1471r148,0r0,617r748,0r0,-617r148,0r0,1471r-148,0r0,-710r-748,0r0,710r-148,0r0,-1471","w":1399},"\u041e":{"d":"892,37v-421,12,-787,-350,-777,-766v2,-309,169,-558,382,-677v118,-68,246,-102,383,-102v432,-11,794,344,784,772v11,420,-353,784,-772,773xm268,-729v-10,338,285,631,619,623v249,-2,450,-137,543,-310v109,-185,110,-453,0,-636v-93,-170,-300,-310,-543,-312v-241,2,-445,144,-537,314v-55,96,-82,203,-82,321","w":1780},"\u041f":{"d":"177,-1471r1044,0r0,1471r-148,0r0,-1331r-748,0r0,1331r-148,0r0,-1471","w":1399},"\u0420":{"d":"178,-1471r293,0v168,0,281,7,340,22v161,39,288,172,286,370v0,205,-121,331,-293,371v-66,21,-311,26,-479,24r0,684r-147,0r0,-1471xm325,-1328r0,500v149,0,373,15,470,-24v127,-39,199,-233,110,-362v-68,-96,-140,-112,-320,-114r-260,0","w":1212},"\u0421":{"d":"111,-744v-8,-428,358,-776,794,-764v294,1,516,129,644,310r-116,89v-114,-150,-284,-251,-526,-254v-253,1,-463,139,-559,311v-54,96,-82,202,-82,321v-7,356,289,638,650,629v206,0,378,-81,517,-242r116,88v-135,173,-350,292,-642,293v-457,13,-799,-329,-796,-781","w":1665},"\u0422":{"d":"33,-1328r0,-143r807,0r0,143r-328,0r0,1328r-150,0r0,-1328r-329,0","w":872},"\u0423":{"d":"67,-1467r166,0r445,999r407,-1003r161,0r-558,1322v-63,172,-250,229,-428,153v-47,-21,-107,-72,-180,-153r107,-88v74,73,123,114,148,124v60,25,129,19,175,-16v29,-21,60,-72,94,-155","w":1323},"\u0424":{"d":"818,-1471r147,0r0,188r113,0v221,0,375,43,461,129v165,159,173,434,15,604v-75,86,-219,129,-430,129r-159,0r0,421r-147,0r0,-421v-153,1,-330,3,-436,-33v-143,-40,-271,-201,-267,-389v0,-120,43,-223,128,-310v91,-105,326,-139,575,-130r0,-188xm1516,-845v-5,-203,-156,-300,-386,-296r-165,0r0,578r234,1v190,5,315,-109,317,-283xm267,-846v3,176,127,290,323,284r228,-1r0,-578r-165,0v-221,-2,-384,90,-386,295","w":1784},"\u0425":{"d":"101,-1471r172,0r352,574r355,-574r170,0r-438,713r467,758r-172,0r-382,-617r-384,617r-172,0r469,-758","w":1247},"\u0426":{"d":"1268,0r-1090,0r0,-1471r148,0r0,1333r679,0r0,-1333r148,0r0,1333r252,0r0,358r-137,0r0,-220","w":1450},"\u0427":{"d":"176,-1170v2,245,84,331,323,334r281,0r0,-635r147,0r0,1471r-147,0r0,-693r-106,0v-262,-4,-365,0,-503,-97v-112,-87,-137,-187,-139,-389r0,-292r144,0r0,301","w":1104},"\u0428":{"d":"325,-139r628,0r0,-1332r148,0r0,1332r638,0r0,-1332r148,0r0,1471r-1710,0r0,-1471r148,0r0,1332","w":2064},"\u0429":{"d":"1887,-139r252,0r0,359r-138,0r0,-220r-1824,0r0,-1471r148,0r0,1332r628,0r0,-1332r148,0r0,1332r638,0r0,-1332r148,0r0,1332xm2064,-400","w":2183},"\u042a":{"d":"338,-1333r-306,0r0,-138r453,0r0,631v344,8,592,-26,724,156v102,124,102,393,2,519v-130,162,-256,158,-580,165r-293,0r0,-1333xm485,-142v149,1,426,1,481,-24v99,-31,165,-119,164,-251v3,-142,-82,-243,-198,-263v-62,-15,-304,-17,-447,-16r0,554","w":1401},"\u042b":{"d":"178,-1471r147,0r0,631v343,8,593,-26,724,156v102,124,102,392,2,518v-130,164,-255,159,-580,166r-293,0r0,-1471xm325,-142v149,1,426,1,481,-24v99,-31,165,-119,164,-251v3,-142,-82,-243,-198,-263v-62,-15,-304,-17,-447,-16r0,554xm1299,-1471r147,0r0,1471r-147,0r0,-1471","w":1624},"\u042c":{"d":"178,-1471r147,0r0,631v343,8,593,-26,724,156v102,124,102,392,2,518v-130,164,-255,159,-580,166r-293,0r0,-1471xm325,-142v149,1,426,1,481,-24v99,-31,165,-119,164,-251v3,-142,-82,-243,-198,-263v-62,-15,-304,-17,-447,-16r0,554","w":1241},"\u042d":{"d":"756,-1508v434,-11,802,336,793,764v0,218,-72,403,-215,554v-144,151,-337,227,-580,227v-275,0,-489,-98,-643,-293r117,-88v137,161,309,242,516,242v158,0,298,-46,420,-138v123,-93,197,-236,224,-429r-695,0r0,-145r689,0v-13,-168,-82,-302,-208,-400v-127,-100,-267,-149,-420,-149v-221,0,-397,85,-526,254r-117,-89v122,-179,356,-310,645,-310","w":1665},"\u042e":{"d":"2128,-736v11,419,-352,785,-773,773v-199,0,-372,-64,-519,-191v-147,-128,-232,-302,-254,-523r-258,0r0,677r-147,0r0,-1471r147,0r0,657r258,0v37,-236,131,-411,280,-524v150,-113,310,-170,481,-170v431,-11,795,345,785,772xm1351,-106v342,7,636,-281,625,-630v13,-346,-295,-634,-625,-629v-330,-5,-633,290,-619,636v-12,342,288,629,619,623","w":2243},"\u042f":{"d":"1013,-1471r-293,0v-163,0,-274,7,-332,20v-165,36,-297,173,-295,371v14,282,194,400,508,396r-529,684r182,0r528,-684r84,0r0,684r147,0r0,-1471xm866,-1327r0,500v-150,-1,-372,15,-470,-26v-127,-38,-199,-232,-110,-361v69,-95,140,-111,321,-113r259,0","w":1196},"\u0430":{"d":"669,-1116v206,3,337,94,433,228r0,-200r138,0r0,1088r-138,0r0,-187v-103,125,-234,211,-437,215v-303,8,-567,-268,-558,-575v-9,-303,260,-578,562,-569xm1111,-538v6,-243,-191,-448,-431,-443v-254,6,-423,189,-432,439v9,249,180,435,431,442v251,-10,430,-177,432,-438","w":1399},"\u0431":{"d":"1266,-541v6,306,-255,579,-567,569v-166,0,-307,-62,-422,-186v-115,-124,-173,-319,-173,-586v0,-186,21,-327,64,-422v81,-183,165,-249,357,-306v86,-37,477,-38,672,-59r0,134v-99,23,-491,20,-615,47v-217,35,-320,211,-346,442r-14,153v61,-220,230,-354,477,-361v312,-10,574,268,567,575xm699,-105v236,7,430,-199,425,-433v8,-231,-198,-447,-425,-441v-226,-6,-432,211,-424,441v-5,234,189,440,424,433","w":1370},"\u0432":{"d":"467,-1088v208,-7,328,102,335,274v0,111,-49,186,-146,225v141,50,212,146,212,289v0,200,-132,300,-396,300r-316,0r0,-1088r311,0xm297,-967r0,340r91,0v146,-4,172,7,234,-59v46,-52,43,-166,-2,-219v-61,-73,-85,-57,-232,-62r-91,0xm709,-304v2,-118,-85,-197,-204,-195r-208,0r0,381v93,-1,242,5,301,-14v63,-18,113,-85,111,-172","w":958},"\u0433":{"d":"295,-965r0,965r-139,0r0,-1088r550,0r0,123r-411,0","w":739},"\u0434":{"d":"165,-119r420,-969r73,0r417,969r131,0r0,258r-135,0r0,-139r-900,0r0,145r-138,0r0,-264r132,0xm619,-872r-318,753r623,0","w":1239},"\u0435":{"d":"248,-533v-5,295,271,516,572,404v128,-51,175,-106,252,-232r118,62v-101,193,-244,321,-520,327v-177,0,-316,-58,-416,-174v-100,-117,-150,-248,-150,-395v-3,-312,248,-589,558,-575v317,-6,567,244,564,583r-978,0xm1072,-654v-37,-147,-101,-229,-223,-287v-159,-73,-344,-47,-460,62v-56,50,-98,125,-127,225r810,0","w":1331},"\u0436":{"d":"714,-1088r142,0r0,481r520,-481r171,0r-514,485r553,603r-179,0r-471,-526r-80,67r0,459r-142,0r0,-459r-78,-67r-469,526r-179,0r547,-603r-506,-485r171,0r514,481r0,-481","w":1575},"\u0437":{"d":"629,-309v4,-116,-94,-202,-205,-201r-86,0r0,-120r73,0v96,0,193,-71,187,-178v-2,-105,-72,-182,-191,-178v-75,0,-151,29,-227,88r-79,-97v98,-82,202,-123,312,-123v174,-3,323,119,320,290v0,113,-50,190,-150,231v131,55,196,150,196,287v-4,190,-146,350,-365,339v-149,0,-268,-48,-359,-145r88,-100v67,76,154,114,259,114v134,2,227,-79,227,-207","w":866},"\u0438":{"d":"296,-1088r0,805r799,-805r11,0r0,1088r-140,0r0,-798r-793,798r-17,0r0,-1088r140,0","w":1262},"\u0439":{"d":"296,-1088r0,805r799,-805r11,0r0,1088r-140,0r0,-798r-793,798r-17,0r0,-1088r140,0xm986,-1525v-34,130,-172,215,-351,211v-181,3,-320,-80,-358,-211r132,0v44,67,118,104,227,104v119,-1,165,-32,222,-104r128,0","w":1262},"\u043a":{"d":"156,-1088r141,0r0,458r503,-458r195,0r-551,498r595,590r-198,0r-500,-503r-44,39r0,464r-141,0r0,-1088","w":1028},"\u043b":{"d":"1077,0r-149,0r-364,-792r-361,792r-150,0r498,-1088r25,0","w":1135},"\u043c":{"d":"1337,-1088r40,0r369,1088r-146,0r-269,-801r-418,801r-26,0r-419,-801r-268,801r-146,0r371,-1088r38,0r438,851","w":1800},"\u043d":{"d":"929,-524r-632,0r0,524r-141,0r0,-1088r141,0r0,432r632,0r0,-432r140,0r0,1088r-140,0r0,-524","w":1225},"\u043e":{"d":"104,-541v-6,-311,257,-586,567,-575v310,-10,572,264,566,575v4,303,-249,581,-566,569v-318,12,-571,-265,-567,-569xm1095,-538v8,-233,-196,-447,-424,-441v-229,-6,-432,208,-424,441v8,250,172,428,424,433v252,-5,416,-183,424,-433","w":1341},"\u043f":{"d":"156,-1088r913,0r0,1088r-140,0r0,-956r-633,0r0,956r-140,0r0,-1088","w":1225},"\u0440":{"d":"733,28v-202,-3,-334,-91,-436,-215r0,585r-139,0r0,-1486r139,0r0,200v98,-134,225,-224,432,-228v302,-8,571,266,562,569v9,308,-255,583,-558,575xm1150,-542v-9,-250,-178,-433,-432,-439v-240,-5,-438,200,-431,443v2,261,181,428,433,438v250,-7,421,-194,430,-442","w":1397},"\u0441":{"d":"703,28v-327,10,-603,-248,-598,-563v2,-233,133,-419,298,-505v146,-82,344,-100,519,-43v134,44,223,110,290,221r-111,69v-96,-127,-227,-191,-393,-191v-253,-8,-466,194,-462,439v10,263,191,441,463,445v160,0,291,-64,392,-191r111,73v-97,147,-274,246,-509,246","w":1325},"\u0442":{"d":"34,-1088r716,0r0,121r-288,0r0,967r-141,0r0,-967r-287,0r0,-121","w":784},"\u0443":{"d":"39,-1088r148,0r374,838r363,-838r149,0r-649,1486r-148,0r210,-480","w":1098},"\u0444":{"d":"104,-536v-8,-323,243,-579,558,-574v167,0,293,62,377,186r0,-584r139,0r0,584v87,-124,213,-186,377,-186v315,-5,567,251,558,574v10,317,-247,574,-554,569v-168,0,-295,-65,-381,-196r0,561r-139,0r0,-561v-85,131,-213,197,-384,197v-303,4,-562,-254,-551,-570xm1549,-983v-241,8,-384,181,-375,465v-10,235,158,414,366,417v252,8,435,-200,432,-443v8,-240,-191,-443,-423,-439xm668,-983v-233,-4,-431,199,-423,440v-9,291,279,535,578,407v153,-74,225,-175,221,-410v8,-256,-149,-433,-376,-437","w":2216},"\u0445":{"d":"32,-1088r168,0r288,403r288,-403r168,0r-372,517r419,571r-170,0r-333,-457r-328,457r-167,0r412,-571","w":983},"\u0446":{"d":"1173,0r-1017,0r0,-1088r141,0r0,956r632,0r0,-956r141,0r0,956r235,0r0,304r-132,0r0,-172","w":1337},"\u0447":{"d":"206,-891v3,229,34,273,232,281r205,0r0,-478r139,0r0,1088r-139,0r0,-491r-246,0v-217,2,-327,-116,-328,-325r0,-272r137,0r0,197","w":938},"\u0448":{"d":"1782,0r-1626,0r0,-1088r141,0r0,956r599,0r0,-956r143,0r0,956r600,0r0,-956r143,0r0,1088","w":1937},"\u0449":{"d":"1885,0r-1729,0r0,-1088r141,0r0,956r600,0r0,-956r142,0r0,956r600,0r0,-956r143,0r0,956r236,0r0,304r-133,0r0,-172xm1937,-300","w":2050},"\u044a":{"d":"996,-325v-4,198,-152,333,-379,325r-362,0r0,-960r-200,0r0,-128r338,0r0,431v130,-1,300,-2,383,25v115,30,223,160,220,307xm393,-539r0,421r161,0v192,0,288,-69,288,-208v1,-97,-61,-175,-140,-196v-60,-19,-209,-17,-309,-17","w":1063},"\u044b":{"d":"897,-325v-5,199,-151,333,-379,325r-362,0r0,-1088r139,0r0,431v130,-1,299,-2,382,25v115,30,223,160,220,307xm300,-529r0,411r161,0v242,10,338,-137,253,-312v-57,-91,-124,-96,-295,-99r-119,0xm1090,-1088r141,0r0,1088r-141,0r0,-1088","w":1374},"\u044c":{"d":"897,-325v-5,199,-151,333,-379,325r-362,0r0,-1088r139,0r0,431v130,-1,299,-2,382,25v115,30,223,160,220,307xm300,-529r0,411r161,0v242,10,338,-137,253,-312v-57,-91,-124,-96,-295,-99r-119,0","w":965},"\u044d":{"d":"1211,-535v5,-325,-274,-591,-609,-581v-216,1,-421,105,-498,254r111,69v96,-127,227,-191,393,-191v237,-2,420,161,460,361r-484,0r0,120r484,0v-19,232,-215,405,-461,403v-160,0,-291,-64,-392,-191r-111,73v89,152,285,243,509,246v330,11,601,-251,598,-563","w":1315},"\u044e":{"d":"1042,28v-300,1,-544,-227,-562,-521r-182,0r0,493r-141,0r0,-1088r141,0r0,457r182,0v38,-268,268,-485,561,-485v312,-10,574,268,567,575v6,306,-255,579,-566,569xm1042,-105v235,6,429,-199,424,-433v8,-230,-198,-447,-424,-441v-227,-6,-433,210,-425,441v-5,235,187,440,425,433","w":1712},"\u044f":{"d":"107,-786v-3,-190,130,-303,317,-302r331,0r0,1088r-140,0r0,-487r-100,0r-310,487r-151,0r327,-501v-151,-16,-275,-124,-274,-285xm615,-967v-87,-1,-236,-1,-272,17v-63,24,-101,80,-100,170v-3,82,53,149,113,164v36,11,181,10,259,10r0,-361","w":911},"\u0451":{"d":"248,-533v-5,295,271,516,572,404v128,-51,175,-106,252,-232r118,62v-101,193,-244,321,-520,327v-177,0,-316,-58,-416,-174v-100,-117,-150,-248,-150,-395v-3,-312,248,-589,558,-575v317,-6,567,244,564,583r-978,0xm1072,-654v-37,-147,-101,-229,-223,-287v-159,-73,-344,-47,-460,62v-56,50,-98,125,-127,225r810,0xm346,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm754,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1329},"\u0452":{"d":"329,-1508r0,136r480,0r0,120r-480,0r0,359v113,-149,249,-223,408,-223v185,-5,331,124,371,262v61,266,17,687,33,1018v0,175,-62,262,-186,262v-49,0,-102,-11,-159,-34r0,-126v60,33,138,49,175,-3v51,-71,21,-105,28,-263v-5,-246,16,-596,-21,-793v-27,-113,-123,-197,-268,-194v-206,3,-323,148,-365,315v-26,149,-13,473,-16,672r-139,0r0,-1252r-155,0r0,-120r155,0r0,-136r139,0","w":1284},"\u0453":{"d":"295,-965r0,965r-139,0r0,-1088r550,0r0,123r-411,0xm523,-1598r215,0r-295,308r-138,0","w":739},"\u0454":{"d":"104,-535v-5,-325,274,-591,609,-581v216,1,421,105,498,254r-111,69v-96,-127,-227,-191,-393,-191v-237,-2,-420,161,-460,361r484,0r0,120r-484,0v19,232,215,405,461,403v160,0,291,-64,392,-191r111,73v-89,152,-285,243,-509,246v-330,11,-601,-251,-598,-563","w":1315},"\u0455":{"d":"103,-828v-3,-164,132,-292,298,-288v100,0,201,49,302,147r-90,93v-75,-73,-148,-109,-219,-109v-128,-6,-222,151,-125,251v27,33,83,71,168,115v104,54,175,106,212,156v37,51,55,108,55,171v4,177,-148,325,-329,320v-139,-1,-256,-68,-321,-154r88,-100v71,81,147,121,227,121v147,9,267,-167,163,-288v-26,-31,-85,-69,-176,-116v-98,-51,-165,-101,-200,-150v-35,-49,-53,-106,-53,-169","w":795},"\u0456":{"d":"90,-1420v-2,-62,54,-118,115,-116v62,-2,118,54,116,116v2,61,-54,117,-116,115v-61,2,-117,-54,-115,-115xm135,-1088r141,0r0,1088r-141,0r0,-1088","w":410},"\u0457":{"d":"135,-1088r141,0r0,1088r-141,0r0,-1088xm-115,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm293,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":410},"\u0458":{"d":"93,-1420v-2,-62,53,-118,115,-116v62,-2,117,54,115,116v2,61,-53,117,-115,115v-62,2,-117,-54,-115,-115xm37,295v84,-8,105,-55,102,-172r0,-1211r142,0r0,1252v1,159,-50,256,-185,262v-47,0,-101,-11,-160,-34r0,-126v37,19,71,29,101,29","w":416},"\u0459":{"d":"577,-1088r200,431v181,3,427,-12,561,25v115,31,221,162,218,309v0,70,-23,137,-70,201v-47,63,-126,122,-242,122r-315,0r-369,-828r-366,828r-140,0r498,-1088r25,0xm833,-529r185,411r102,0v189,0,284,-67,284,-200v1,-96,-59,-173,-134,-194v-94,-26,-303,-15,-437,-17xm1072,0","w":1622},"\u045a":{"d":"1665,-324v-5,197,-151,332,-378,324r-358,0r0,-524r-631,0r0,524r-142,0r0,-1088r142,0r0,432r631,0r0,-432r140,0r0,432v129,-1,294,-1,377,26v115,29,222,160,219,306xm1069,-524r0,406r160,0v242,10,338,-134,253,-308v-57,-90,-125,-95,-295,-98r-118,0","w":1733},"\u045b":{"d":"191,-1252r-155,0r0,-120r155,0r0,-136r139,0r0,136r480,0r0,120r-480,0r0,359v113,-149,249,-223,408,-223v185,-5,331,124,371,262v55,215,23,581,31,854r-140,0v-5,-246,16,-596,-20,-793v-28,-113,-124,-197,-269,-194v-206,3,-323,148,-365,315v-26,149,-13,473,-16,672r-139,0r0,-1252","w":1284},"\u045c":{"d":"156,-1088r141,0r0,458r503,-458r195,0r-551,498r595,590r-198,0r-500,-503r-44,39r0,464r-141,0r0,-1088xm651,-1598r215,0r-295,308r-138,0","w":1028},"\u045e":{"d":"39,-1088r148,0r374,838r363,-838r149,0r-649,1486r-148,0r210,-480xm903,-1525v-34,130,-172,215,-351,211v-181,3,-320,-80,-358,-211r132,0v44,67,118,104,227,104v119,-1,165,-32,222,-104r128,0","w":1098},"\u045f":{"d":"541,0r-384,0r0,-1088r141,0r0,956r632,0r0,-956r141,0r0,1088r-398,0r0,172r-132,0r0,-172","w":1227},"\u0490":{"d":"323,0r-146,0r0,-1471r475,0r0,-214r145,0r0,359r-474,0r0,1326","w":829},"\u0491":{"d":"295,-965r0,965r-139,0r0,-1088r382,0r0,-135r137,0r0,258r-380,0","w":729},"\u1e80":{"d":"96,-1471r151,0r299,1060r422,-1060r30,0r417,1060r305,-1060r150,0r-422,1471r-28,0r-436,-1113r-445,1113r-28,0xm922,-1895r218,308r-138,0r-295,-308r215,0","w":1966},"\u1e81":{"d":"9,-1088r144,0r333,790r349,-790r25,0r348,790r339,-790r146,0r-472,1088r-27,0r-346,-779r-349,779r-26,0xm790,-1598r218,308r-138,0r-295,-308r215,0","w":1702},"\u1e82":{"d":"96,-1471r151,0r299,1060r422,-1060r30,0r417,1060r305,-1060r150,0r-422,1471r-28,0r-436,-1113r-445,1113r-28,0xm1051,-1895r215,0r-295,308r-138,0","w":1966},"\u1e83":{"d":"9,-1088r144,0r333,790r349,-790r25,0r348,790r339,-790r146,0r-472,1088r-27,0r-346,-779r-349,779r-26,0xm919,-1598r215,0r-295,308r-138,0","w":1702},"\u1e84":{"d":"96,-1471r151,0r299,1060r422,-1060r30,0r417,1060r305,-1060r150,0r-422,1471r-28,0r-436,-1113r-445,1113r-28,0xm664,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm1072,-1700v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1966},"\u1e85":{"d":"9,-1088r144,0r333,790r349,-790r25,0r348,790r339,-790r146,0r-472,1088r-27,0r-346,-779r-349,779r-26,0xm533,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116xm941,-1402v-2,-62,54,-118,116,-116v62,-2,118,54,116,116v2,62,-54,118,-116,116v-62,2,-118,-54,-116,-116","w":1702},"\u1ef2":{"d":"63,-1471r170,0r376,606r370,-606r170,0r-466,768r0,703r-145,0r0,-703xm546,-1895r218,308r-138,0r-295,-308r215,0","w":1212},"\u1ef3":{"d":"39,-1088r148,0r374,838r363,-838r149,0r-649,1486r-148,0r210,-480xm488,-1598r218,308r-138,0r-295,-308r215,0","w":1098},"\u2015":{"d":"-12,-637r1560,0r0,129r-1560,0r0,-129","w":1536},"\u201b":{"d":"371,-959v-67,-137,-83,-189,-85,-377r0,-172r181,0r0,275r-89,0v5,71,29,148,71,230","w":719},"\u203e":{"d":"-42,-1869r1219,0r0,74r-1219,0r0,-74xm382,-1067","w":1135},"\u20a4":{"d":"647,-1374v-134,-4,-223,83,-225,203v0,53,14,121,43,206r358,0r0,129r-318,0r31,112r287,0r0,129r-259,0v17,103,13,257,-12,332v127,101,218,151,273,151v65,0,102,-77,109,-232r141,0v1,189,-64,376,-230,381v-101,0,-215,-53,-342,-160v-55,107,-135,160,-240,160v-112,-1,-212,-65,-206,-188v-5,-123,104,-234,222,-232v47,0,95,13,144,39v11,-95,9,-167,-7,-251r-317,0r0,-129r286,0r-30,-112r-256,0r0,-129r220,0v-25,-85,-37,-154,-37,-206v-6,-191,171,-341,360,-337v216,0,338,165,347,383r-136,0v-8,-166,-77,-249,-206,-249xm194,-171v-1,40,29,76,68,75v51,0,92,-37,123,-111v-43,-27,-81,-41,-114,-41v-44,-1,-78,35,-77,77","w":1135},"\u2116":{"d":"180,0r0,-1471r32,0r978,1126r0,-1126r145,0r0,1471r-33,0r-970,-1112r0,1112r-152,0xm1849,-979v184,-5,351,161,345,346v5,184,-161,352,-345,346v-186,5,-351,-160,-346,-346v-5,-185,161,-351,346,-346xm1849,-414v117,3,222,-102,219,-219v3,-118,-101,-223,-219,-220v-118,-3,-223,102,-220,220v-3,118,102,222,220,219xm1503,-102r691,0r0,102r-691,0r0,-102","w":2249},"\u212e":{"d":"90,-531v-7,-321,219,-568,529,-565v313,5,527,226,529,565r-827,0r0,371v80,81,179,121,298,121v169,0,301,-82,395,-246r72,43v-128,183,-230,263,-467,276v-311,5,-536,-248,-529,-565xm917,-605r0,-297v-155,-161,-443,-162,-596,1r0,296r596,0","w":1229},"\u215b":{"d":"284,37r923,-1545r112,0r-925,1545r-110,0xm225,-1489r187,0r0,756r-110,0r0,-658r-150,0xm1366,-775v131,-5,248,88,249,205v0,67,-35,119,-106,156v97,45,146,110,146,194v-3,141,-132,245,-295,238v-165,8,-287,-97,-293,-232v0,-87,50,-153,151,-200v-73,-37,-109,-91,-109,-160v0,-115,130,-206,257,-201xm1364,-457v70,2,141,-50,140,-117v-1,-67,-66,-104,-142,-102v-69,-2,-143,39,-142,104v-2,65,77,117,144,115xm1362,-80v94,2,182,-52,182,-139v1,-85,-87,-147,-178,-144v-93,-1,-190,58,-187,151v-2,93,90,132,183,132","w":1702},"\u215c":{"d":"479,-1306v-1,-61,-75,-106,-146,-103v-75,0,-129,39,-160,116r-112,0v36,-143,126,-215,271,-215v131,-4,263,83,262,204v0,57,-30,106,-91,145v92,44,138,108,138,192v-1,146,-144,259,-307,252v-170,0,-270,-80,-301,-241r109,0v23,95,87,142,193,142v150,13,267,-146,143,-243v-34,-29,-102,-45,-201,-47r0,-94v96,1,197,-28,202,-108xm333,37r924,-1545r111,0r-924,1545r-111,0xm1365,-775v131,-5,248,88,249,205v0,67,-35,119,-105,156v97,45,146,110,146,194v-3,141,-132,245,-295,238v-161,7,-289,-95,-293,-232v0,-87,50,-153,150,-200v-72,-37,-108,-91,-108,-160v-1,-115,130,-206,256,-201xm1364,-457v70,2,140,-50,139,-117v-1,-67,-65,-104,-142,-102v-69,-2,-142,39,-141,104v-2,65,77,117,144,115xm1361,-80v95,2,183,-52,183,-139v1,-85,-87,-147,-178,-144v-93,-1,-191,58,-188,151v-2,92,91,132,183,132","w":1702},"\u215d":{"d":"333,37r924,-1545r111,0r-924,1545r-111,0xm522,-985v-1,-96,-87,-149,-192,-147v-53,0,-120,10,-201,30r85,-387r399,0r0,97r-313,0r-38,172v194,-48,374,64,373,238v-1,156,-141,274,-314,267v-148,5,-264,-91,-279,-211r113,0v19,75,75,113,170,113v101,3,199,-74,197,-172xm1365,-775v127,-5,250,87,249,205v0,67,-35,119,-105,156v97,45,145,110,145,194v-3,141,-131,245,-294,238v-166,8,-287,-97,-293,-232v0,-87,50,-153,150,-200v-72,-37,-108,-91,-108,-160v-1,-115,130,-206,256,-201xm1364,-457v70,2,140,-50,139,-117v-1,-67,-65,-104,-142,-102v-69,-2,-142,39,-141,104v-2,65,77,117,144,115xm1361,-80v95,2,183,-52,183,-139v1,-85,-87,-147,-178,-144v-93,-1,-191,58,-188,151v-2,92,91,132,183,132","w":1702},"\u215e":{"d":"259,37r923,-1545r111,0r-924,1545r-110,0xm81,-1489r579,0r-475,774r-91,-40r388,-637r-401,0r0,-97xm1366,-775v127,-5,250,87,249,205v0,67,-35,119,-106,156v97,45,146,110,146,194v-3,141,-132,245,-295,238v-165,8,-287,-97,-293,-232v0,-87,50,-153,151,-200v-73,-37,-109,-91,-109,-160v0,-115,130,-206,257,-201xm1364,-457v70,2,141,-50,140,-117v-1,-67,-66,-104,-142,-102v-69,-2,-143,39,-142,104v-2,65,77,117,144,115xm1362,-80v94,2,182,-52,182,-139v1,-85,-88,-147,-178,-144v-93,-1,-191,58,-188,151v-2,93,91,132,184,132","w":1702},"\u2302":{"d":"153,0r0,-634r461,-519r462,519r0,634r-923,0xm234,-81r761,0r0,-519r-381,-427r-380,427r0,519","w":1229},"\u2310":{"d":"115,-1024r1012,0r0,137r-875,0r0,440r-137,0r0,-577","w":1241},"\u2320":{"d":"972,-1628v5,73,-80,113,-144,78v-24,-13,-56,-86,-89,-84v-19,0,-33,8,-41,24v-7,17,-11,68,-11,154r0,1971r-145,0r0,-1811v0,-138,29,-246,86,-324v57,-78,126,-117,206,-117v84,-4,134,43,138,109","w":1229},"\u2321":{"d":"257,406v-5,-73,82,-113,143,-78v25,14,57,86,90,84v19,0,33,-8,40,-24v8,-16,12,-67,12,-154r0,-1971r145,0r0,1811v0,138,-29,246,-86,324v-57,78,-126,117,-206,117v-74,0,-139,-36,-138,-109","w":1229},"\u2500":{"d":"1478,-534r-1496,0r0,-175r1496,0r0,175"},"\u2502":{"d":"643,621r0,-2485r175,0r0,2485r-175,0"},"\u250c":{"d":"1479,-709r0,175r-661,0r0,1155r-175,0r0,-1330r836,0"},"\u2510":{"d":"642,-534r-660,0r0,-175r835,0r0,1330r-175,0r0,-1155"},"\u2514":{"d":"643,-534r0,-1330r175,0r0,1155r661,0r0,175r-836,0"},"\u2518":{"d":"817,-534r-835,0r0,-175r660,0r0,-1155r175,0r0,1330"},"\u251c":{"d":"643,621r0,-2485r175,0r0,1155r661,0r0,175r-661,0r0,1155r-175,0"},"\u2524":{"d":"642,621r0,-1155r-660,0r0,-175r660,0r0,-1155r175,0r0,2485r-175,0"},"\u252c":{"d":"642,-534r-660,0r0,-175r1496,0r0,175r-661,0r0,1155r-175,0r0,-1155"},"\u2534":{"d":"1478,-534r-1496,0r0,-175r660,0r0,-1155r175,0r0,1155r661,0r0,175"},"\u253c":{"d":"642,-534r-660,0r0,-175r660,0r0,-1155r175,0r0,1155r661,0r0,175r-661,0r0,1155r-175,0r0,-1155"},"\u2550":{"d":"1478,-724r-1496,0r0,-175r1496,0r0,175xm1478,-344r-1496,0r0,-175r1496,0r0,175"},"\u2551":{"d":"833,621r0,-2485r175,0r0,2485r-175,0xm453,621r0,-2485r175,0r0,2485r-175,0"},"\u2552":{"d":"643,621r0,-1520r836,0r0,175r-661,0r0,205r661,0r0,175r-661,0r0,965r-175,0"},"\u2553":{"d":"453,621r0,-1330r1026,0r0,175r-471,0r0,1155r-175,0r0,-1140r-205,0r0,1140r-175,0"},"\u2554":{"d":"628,621r-175,0r0,-1520r1025,0r0,175r-850,0r0,1345xm1008,-344r0,965r-175,0r0,-1140r645,0r0,175r-470,0"},"\u2555":{"d":"642,-344r-660,0r0,-175r660,0r0,-205r-660,0r0,-175r835,0r0,1520r-175,0r0,-965"},"\u2556":{"d":"452,621r0,-1155r-470,0r0,-175r1025,0r0,1330r-175,0r0,-1155r-205,0r0,1155r-175,0"},"\u2557":{"d":"832,621r0,-1345r-850,0r0,-175r1025,0r0,1520r-175,0xm452,-344r-470,0r0,-175r645,0r0,1140r-175,0r0,-965"},"\u2558":{"d":"643,-344r0,-1520r175,0r0,965r661,0r0,175r-661,0r0,205r661,0r0,175r-836,0"},"\u2559":{"d":"1478,-534r-1025,0r0,-1330r175,0r0,1155r205,0r0,-1155r175,0r0,1155r470,0r0,175"},"\u255a":{"d":"628,-1864r0,1345r850,0r0,175r-1025,0r0,-1520r175,0xm1008,-899r470,0r0,175r-645,0r0,-1140r175,0r0,965"},"\u255b":{"d":"817,-344r-835,0r0,-175r660,0r0,-205r-660,0r0,-175r660,0r0,-965r175,0r0,1520"},"\u255c":{"d":"1007,-534r-1025,0r0,-175r470,0r0,-1155r175,0r0,1155r205,0r0,-1155r175,0r0,1330"},"\u255d":{"d":"832,-1864r175,0r0,1520r-1025,0r0,-175r850,0r0,-1345xm452,-899r0,-965r175,0r0,1140r-645,0r0,-175r470,0"},"\u255e":{"d":"643,621r0,-2485r175,0r0,965r661,0r0,175r-661,0r0,205r661,0r0,175r-661,0r0,965r-175,0"},"\u255f":{"d":"833,621r0,-2485r175,0r0,1155r471,0r0,175r-471,0r0,1155r-175,0xm453,621r0,-2485r175,0r0,2485r-175,0"},"\u2560":{"d":"453,621r0,-2485r175,0r0,2485r-175,0xm833,-724r0,-1140r175,0r0,965r471,0r0,175r-646,0xm833,621r0,-1140r646,0r0,175r-471,0r0,965r-175,0"},"\u2561":{"d":"642,-344r-660,0r0,-175r660,0r0,-205r-660,0r0,-175r660,0r0,-965r175,0r0,2485r-175,0r0,-965"},"\u2562":{"d":"452,621r0,-1155r-470,0r0,-175r470,0r0,-1155r175,0r0,2485r-175,0xm832,621r0,-2485r175,0r0,2485r-175,0"},"\u2563":{"d":"832,621r0,-2485r175,0r0,2485r-175,0xm627,-1864r0,1140r-645,0r0,-175r470,0r0,-965r175,0xm452,-344r-470,0r0,-175r645,0r0,1140r-175,0r0,-965"},"\u2564":{"d":"1478,-724r-1496,0r0,-175r1496,0r0,175xm642,-344r-660,0r0,-175r1496,0r0,175r-661,0r0,965r-175,0r0,-965"},"\u2565":{"d":"452,621r0,-1155r-470,0r0,-175r1496,0r0,175r-471,0r0,1155r-175,0r0,-1140r-205,0r0,1140r-175,0"},"\u2566":{"d":"1478,-724r-1496,0r0,-175r1496,0r0,175xm452,-344r-470,0r0,-175r645,0r0,1140r-175,0r0,-965xm832,621r0,-1140r646,0r0,175r-471,0r0,965r-175,0"},"\u2567":{"d":"1478,-724r-1496,0r0,-175r660,0r0,-965r175,0r0,965r661,0r0,175xm1478,-344r-1496,0r0,-175r1496,0r0,175"},"\u2568":{"d":"1478,-534r-1496,0r0,-175r470,0r0,-1155r175,0r0,1155r205,0r0,-1155r175,0r0,1155r471,0r0,175"},"\u2569":{"d":"627,-724r-645,0r0,-175r470,0r0,-965r175,0r0,1140xm1478,-724r-646,0r0,-1140r175,0r0,965r471,0r0,175xm1478,-344r-1496,0r0,-175r1496,0r0,175"},"\u256a":{"d":"642,-344r-660,0r0,-175r660,0r0,-205r-660,0r0,-175r660,0r0,-965r175,0r0,965r661,0r0,175r-661,0r0,205r661,0r0,175r-661,0r0,965r-175,0r0,-965"},"\u256b":{"d":"452,621r0,-1155r-470,0r0,-175r470,0r0,-1155r175,0r0,1155r205,0r0,-1155r175,0r0,1155r471,0r0,175r-471,0r0,1155r-175,0r0,-1155r-205,0r0,1155r-175,0"},"\u256c":{"d":"1008,-899r470,0r0,175r-645,0r0,-1140r175,0r0,965xm452,-899r0,-965r175,0r0,1140r-645,0r0,-175r470,0xm452,-344r-470,0r0,-175r645,0r0,1140r-175,0r0,-965xm1008,-344r0,965r-175,0r0,-1140r645,0r0,175r-470,0"},"\u2580":{"d":"1478,-621r-1496,0r0,-1243r1496,0r0,1243"},"\u2584":{"d":"1478,621r-1496,0r0,-1242r1496,0r0,1242"},"\u2588":{"d":"-18,621r0,-2485r1496,0r0,2485r-1496,0"},"\u258c":{"d":"-18,621r0,-2485r748,0r0,2485r-748,0"},"\u2590":{"d":"730,621r0,-2485r748,0r0,2485r-748,0"},"\u2591":{"d":"107,-1864r125,0r0,125r-125,0r0,-125xm605,-1864r125,0r0,125r-125,0r0,-125xm1104,-1864r125,0r0,125r-125,0r0,-125xm356,-1615r125,0r0,125r-125,0r0,-125xm855,-1615r124,0r0,125r-124,0r0,-125xm1353,-1615r125,0r0,125r-125,0r0,-125xm1104,-1366r125,0r0,125r-125,0r0,-125xm605,-1366r125,0r0,125r-125,0r0,-125xm107,-1366r125,0r0,125r-125,0r0,-125xm1353,-1116r125,0r0,124r-125,0r0,-124xm855,-1116r124,0r0,124r-124,0r0,-124xm356,-1116r125,0r0,124r-125,0r0,-124xm107,-867r125,0r0,125r-125,0r0,-125xm605,-867r125,0r0,125r-125,0r0,-125xm1104,-867r125,0r0,125r-125,0r0,-125xm1353,-618r125,0r0,125r-125,0r0,-125xm855,-618r124,0r0,125r-124,0r0,-125xm356,-618r125,0r0,125r-125,0r0,-125xm107,-369r125,0r0,125r-125,0r0,-125xm605,-369r125,0r0,125r-125,0r0,-125xm1104,-369r125,0r0,125r-125,0r0,-125xm356,-119r125,0r0,124r-125,0r0,-124xm855,-119r124,0r0,124r-124,0r0,-124xm1353,-119r125,0r0,124r-125,0r0,-124xm1104,130r125,0r0,125r-125,0r0,-125xm605,130r125,0r0,125r-125,0r0,-125xm107,130r125,0r0,125r-125,0r0,-125xm356,379r125,0r0,125r-125,0r0,-125xm855,379r124,0r0,125r-124,0r0,-125xm1353,379r125,0r0,125r-125,0r0,-125"},"\u2592":{"d":"107,-1864r124,0r0,125r-124,0r0,-125xm356,-1864r124,0r0,125r-124,0r0,-125xm605,-1864r125,0r0,125r-125,0r0,-125xm854,-1864r125,0r0,125r-125,0r0,-125xm1104,-1864r124,0r0,125r-124,0r0,-125xm1353,-1864r124,0r0,125r-124,0r0,-125xm-18,-1615r125,0r0,125r-125,0r0,-125xm231,-1615r125,0r0,125r-125,0r0,-125xm480,-1615r125,0r0,125r-125,0r0,-125xm730,-1615r124,0r0,125r-124,0r0,-125xm979,-1615r125,0r0,125r-125,0r0,-125xm1228,-1615r125,0r0,125r-125,0r0,-125xm107,-1366r124,0r0,125r-124,0r0,-125xm356,-1366r124,0r0,125r-124,0r0,-125xm605,-1366r125,0r0,125r-125,0r0,-125xm854,-1366r125,0r0,125r-125,0r0,-125xm1104,-1366r124,0r0,125r-124,0r0,-125xm1353,-1366r124,0r0,125r-124,0r0,-125xm-18,-1116r125,0r0,124r-125,0r0,-124xm231,-1116r125,0r0,124r-125,0r0,-124xm480,-1116r125,0r0,124r-125,0r0,-124xm730,-1116r124,0r0,124r-124,0r0,-124xm979,-1116r125,0r0,124r-125,0r0,-124xm1228,-1116r125,0r0,124r-125,0r0,-124xm107,-867r124,0r0,125r-124,0r0,-125xm356,-867r124,0r0,125r-124,0r0,-125xm605,-867r125,0r0,125r-125,0r0,-125xm854,-867r125,0r0,125r-125,0r0,-125xm1104,-867r124,0r0,125r-124,0r0,-125xm1353,-867r124,0r0,125r-124,0r0,-125xm-18,-618r125,0r0,125r-125,0r0,-125xm480,-618r125,0r0,125r-125,0r0,-125xm730,-618r124,0r0,125r-124,0r0,-125xm979,-618r125,0r0,125r-125,0r0,-125xm1228,-618r125,0r0,125r-125,0r0,-125xm231,-618r125,0r0,125r-125,0r0,-125xm1353,-369r124,0r0,125r-124,0r0,-125xm1104,-369r124,0r0,125r-124,0r0,-125xm854,-369r125,0r0,125r-125,0r0,-125xm605,-369r125,0r0,125r-125,0r0,-125xm356,-369r124,0r0,125r-124,0r0,-125xm107,-369r124,0r0,125r-124,0r0,-125xm-18,-119r125,0r0,124r-125,0r0,-124xm231,-119r125,0r0,124r-125,0r0,-124xm480,-119r125,0r0,124r-125,0r0,-124xm730,-119r124,0r0,124r-124,0r0,-124xm979,-119r125,0r0,124r-125,0r0,-124xm1228,-119r125,0r0,124r-125,0r0,-124xm1353,130r124,0r0,125r-124,0r0,-125xm1104,130r124,0r0,125r-124,0r0,-125xm854,130r125,0r0,125r-125,0r0,-125xm605,130r125,0r0,125r-125,0r0,-125xm356,130r124,0r0,125r-124,0r0,-125xm107,130r124,0r0,125r-124,0r0,-125xm-18,379r125,0r0,125r-125,0r0,-125xm231,379r125,0r0,125r-125,0r0,-125xm480,379r125,0r0,125r-125,0r0,-125xm730,379r124,0r0,125r-124,0r0,-125xm979,379r125,0r0,125r-125,0r0,-125xm1228,379r125,0r0,125r-125,0r0,-125"},"\u2593":{"d":"1495,-1490r0,374r-124,0r0,124r124,0r0,374r-124,0r0,125r124,0r0,374r-124,0r0,124r124,0r0,374r-124,0r0,125r124,0r0,124r-1495,0r0,-373r125,0r0,-125r-125,0r0,-374r125,0r0,-125r-125,0r0,-373r125,0r0,-125r-125,0r0,-374r125,0r0,-125r-125,0r0,-373r125,0r0,-125r124,0r0,125r125,0r0,-125r124,0r0,125r125,0r0,-125r125,0r0,125r124,0r0,-125r125,0r0,125r125,0r0,-125r124,0r0,125r125,0r0,-125r124,0r0,249r-124,0r0,125r124,0xm125,-1615r0,125r124,0r0,-125r-124,0xm374,-1615r0,125r124,0r0,-125r-124,0xm623,-1615r0,125r125,0r0,-125r-125,0xm872,-1615r0,125r125,0r0,-125r-125,0xm1122,-1615r0,125r124,0r0,-125r-124,0xm1371,-1366r-125,0r0,125r125,0r0,-125xm1122,-1366r-125,0r0,125r125,0r0,-125xm872,-1366r-124,0r0,125r124,0r0,-125xm623,-1366r-125,0r0,125r125,0r0,-125xm374,-1366r-125,0r0,125r125,0r0,-125xm125,-1116r0,124r124,0r0,-124r-124,0xm374,-1116r0,124r124,0r0,-124r-124,0xm623,-1116r0,124r125,0r0,-124r-125,0xm872,-1116r0,124r125,0r0,-124r-125,0xm1122,-1116r0,124r124,0r0,-124r-124,0xm374,-867r-125,0r0,125r125,0r0,-125xm498,-867r0,125r125,0r0,-125r-125,0xm748,-867r0,125r124,0r0,-125r-124,0xm997,-867r0,125r125,0r0,-125r-125,0xm1246,-867r0,125r125,0r0,-125r-125,0xm125,-618r0,125r124,0r0,-125r-124,0xm623,-618r0,125r125,0r0,-125r-125,0xm498,-493r0,-125r-124,0r0,125r124,0xm872,-618r0,125r125,0r0,-125r-125,0xm1122,-618r0,125r124,0r0,-125r-124,0xm1371,-244r0,-125r-125,0r0,125r125,0xm1122,-244r0,-125r-125,0r0,125r125,0xm872,-244r0,-125r-124,0r0,125r124,0xm623,-244r0,-125r-125,0r0,125r125,0xm374,-244r0,-125r-125,0r0,125r125,0xm125,-119r0,124r124,0r0,-124r-124,0xm374,-119r0,124r124,0r0,-124r-124,0xm623,-119r0,124r125,0r0,-124r-125,0xm872,-119r0,124r125,0r0,-124r-125,0xm1122,-119r0,124r124,0r0,-124r-124,0xm1371,255r0,-125r-125,0r0,125r125,0xm1122,255r0,-125r-125,0r0,125r125,0xm872,255r0,-125r-124,0r0,125r124,0xm623,255r0,-125r-125,0r0,125r125,0xm374,255r0,-125r-125,0r0,125r125,0xm125,379r0,125r124,0r0,-125r-124,0xm374,379r0,125r124,0r0,-125r-124,0xm623,379r0,125r125,0r0,-125r-125,0xm872,379r0,125r125,0r0,-125r-125,0xm1122,379r0,125r124,0r0,-125r-124,0","w":1495},"\u25a0":{"d":"146,-944r944,0r0,944r-944,0r0,-944","w":1237},"\u25ac":{"d":"0,-703r2047,0r0,386r-2047,0r0,-386","w":2048},"\u25b2":{"d":"304,0r710,-1419r710,1419r-1420,0","w":2027},"\u25ba":{"d":"288,-1417r1451,724r-1451,724r0,-1448","w":2027},"\u25bc":{"d":"1724,-1388r-710,1419r-710,-1419r1420,0","w":2027},"\u25c4":{"d":"1739,-1417r0,1448r-1451,-724","w":2027},"\u25cb":{"d":"614,-1018v237,-7,448,204,441,440v7,235,-205,448,-440,441v-237,7,-448,-204,-441,-441v-7,-236,205,-447,440,-440xm615,-213v194,6,370,-171,364,-365v6,-194,-170,-370,-364,-364v-195,-6,-370,170,-365,364v-5,194,170,371,365,365","w":1229},"\u25d8":{"d":"124,0r0,-980r980,0r0,980r-980,0xm614,-288v108,4,205,-95,202,-202v3,-108,-93,-205,-202,-202v-107,-3,-206,94,-202,202v-3,108,95,205,202,202","w":1229},"\u25d9":{"d":"38,0r0,-1155r1155,0r0,1155r-1155,0xm616,-137v234,7,447,-206,440,-440v7,-234,-206,-448,-440,-441v-237,-7,-448,206,-441,441v-6,235,205,447,441,440xm616,-942v195,-5,370,169,364,365v6,194,-170,370,-364,364v-195,6,-371,-169,-365,-364v-6,-195,170,-371,365,-365","w":1229},"\u263a":{"d":"1046,-1156v343,-9,647,295,637,638v10,340,-297,647,-637,637v-342,10,-648,-295,-638,-637v-10,-341,297,-648,638,-638xm1046,26v290,8,554,-254,545,-544v9,-291,-255,-553,-545,-545v-292,-8,-554,254,-545,545v-8,291,254,553,545,544xm801,-731v44,-1,82,37,81,81v1,43,-37,82,-81,81v-43,1,-82,-38,-81,-81v-1,-44,38,-82,81,-81xm1290,-731v43,-1,82,37,81,81v1,43,-38,82,-81,81v-43,1,-82,-38,-81,-81v-1,-44,38,-82,81,-81xm752,-313r62,-36v53,96,130,144,232,144v102,0,179,-48,231,-144r63,36v-69,130,-167,195,-294,195v-127,0,-225,-65,-294,-195","w":2091},"\u263b":{"d":"1078,-1156v343,-9,647,295,637,638v10,340,-297,647,-637,637v-342,10,-648,-295,-638,-637v-10,-341,297,-648,638,-638xm833,-569v44,1,82,-38,81,-81v1,-44,-37,-82,-81,-81v-43,-1,-82,37,-81,81v-1,43,38,82,81,81xm1322,-569v43,1,82,-38,81,-81v1,-44,-38,-82,-81,-81v-43,-1,-82,37,-81,81v-1,43,38,82,81,81xm784,-313v69,130,167,195,294,195v127,0,225,-65,294,-195r-63,-36v-52,96,-129,144,-231,144v-102,0,-179,-48,-232,-144","w":2155},"\u263c":{"d":"902,-1621r76,0r0,337v127,5,244,51,350,140r289,-283r52,53r-286,286v93,117,141,236,143,358r336,0r0,69r-336,0v-9,127,-57,243,-143,348r286,289r-57,51r-284,-280v-111,83,-228,130,-350,139r0,337r-76,0r0,-337v-135,-17,-250,-63,-345,-139r-296,280r-49,-51r284,-289v-83,-102,-131,-219,-144,-352r-336,0r0,-69r336,0v9,-131,57,-248,144,-349r-284,-287r49,-57r291,283v120,-87,237,-133,350,-140r0,-337xm937,-186v273,8,521,-240,513,-513v8,-275,-238,-520,-513,-512v-273,-8,-520,239,-512,512v-8,273,239,521,512,513","w":1878},"\u2640":{"d":"1041,-956v3,250,-205,467,-450,475r0,365r417,0r0,54r-417,0r0,399r-54,0r0,-399r-418,0r0,-54r418,0r0,-365v-242,-14,-447,-210,-448,-475v-7,-254,221,-484,476,-476v254,-7,484,222,476,476xm565,-528v228,7,434,-199,427,-427v6,-229,-198,-433,-427,-426v-228,-7,-434,199,-427,426v-7,228,199,434,427,427","w":1131},"\u2642":{"d":"545,-1088v282,-90,293,-116,562,-284r29,10v23,239,77,444,161,615r-25,16v-99,-125,-173,-264,-222,-415r-295,635v139,51,298,235,292,430v6,249,-211,424,-459,420v-259,8,-491,-206,-486,-457v-4,-296,297,-536,607,-411r293,-636v-143,60,-295,95,-457,104r0,-27xm921,-122v9,-214,-186,-397,-390,-394v-203,-7,-392,180,-386,382v-8,219,181,396,391,393v207,7,390,-179,385,-381","w":1366},"\u2660":{"d":"279,-275v-118,4,-222,-105,-219,-221v0,-100,63,-202,188,-305v175,-143,274,-287,299,-430v49,184,105,248,268,399v81,74,138,134,169,181v32,47,48,97,48,152v4,123,-100,226,-220,224v-103,0,-187,-63,-254,-190v-3,289,124,412,378,428r7,37r-793,0r8,-37v253,1,397,-163,383,-428v-60,127,-147,190,-262,190","w":1092},"\u2663":{"d":"1019,-274v-159,-13,-257,-94,-332,-237v11,311,128,428,408,477r8,34r-848,0r8,-34v201,-48,255,-57,345,-207v45,-81,63,-163,57,-270v-58,130,-169,231,-327,238v-150,4,-283,-128,-278,-280v-5,-137,111,-278,242,-275v43,0,97,17,163,51v-45,-71,-67,-131,-67,-182v-3,-149,125,-277,276,-272v149,-5,282,123,279,267v0,63,-23,125,-69,187v71,-35,125,-53,162,-53v138,-4,251,134,247,273v5,153,-126,286,-274,283","w":1354},"\u2665":{"d":"892,-1231v139,-5,261,117,258,252v0,56,-13,116,-40,179v-27,63,-85,151,-174,264v-189,240,-299,427,-329,560v-21,-81,-52,-158,-93,-228v-40,-72,-132,-201,-275,-390v-67,-89,-114,-159,-140,-212v-26,-53,-39,-107,-39,-163v-3,-143,115,-265,257,-261v137,0,234,84,290,251v34,-146,134,-245,285,-252","w":1210},"\u2666":{"d":"517,-1231v129,215,282,424,461,627v-87,90,-394,493,-461,628v-67,-127,-220,-336,-457,-628v216,-255,368,-464,457,-627","w":1038},"\u266a":{"d":"26,142v-3,-225,290,-410,535,-399v128,0,260,31,396,94r-31,-1372r60,0v109,67,231,170,366,309v135,139,202,234,202,285v1,19,-36,73,-59,73v-19,0,-40,-15,-63,-44v-75,-90,-326,-314,-437,-378r26,1374v0,81,-24,146,-71,193v-90,91,-323,197,-509,192v-230,9,-409,-132,-415,-327","w":1579},"\u266b":{"d":"304,188v-4,-172,148,-296,323,-292v63,0,132,18,205,54r0,-1145r934,-291r0,1301v-1,196,-41,271,-162,342v-59,32,-126,48,-201,48v-178,6,-277,-105,-280,-263v-1,-163,148,-294,324,-287v56,0,123,17,200,50r0,-850r-699,217r0,981v-3,178,-33,267,-150,339v-62,38,-134,57,-217,57v-159,1,-280,-99,-277,-261","w":2048},"\uf005":{"d":"485,222v-8,153,-216,188,-375,136r22,-71v93,25,234,21,234,-51v0,-51,-91,-50,-145,-30r12,-79v31,-10,62,-15,95,-15v105,0,157,37,157,110","w":664},"\u00a4":{"d":"569,-102v-142,-3,-227,-43,-321,-115r-117,115r-89,-90r116,-114v-70,-95,-105,-168,-108,-308v4,-138,35,-219,111,-311r-120,-117r90,-91r120,119v87,-68,185,-109,321,-112v135,3,220,40,312,106r117,-113r88,91r-116,112v74,93,112,171,115,315v-2,140,-40,218,-109,309r116,114r-89,90r-116,-115v-92,72,-179,112,-321,115xm570,-989v-202,-6,-383,175,-377,377v-6,200,176,378,376,372v202,6,382,-174,376,-375v5,-201,-173,-380,-375,-374","w":1135}}});
function initImageZoom(_options){var options=$extend({rel:'imagezoom'},_options||{});var elements=$$(document.links).filter(function(el){if((el.rel)&&(el.rel.indexOf(options.rel)!=-1))
return true;else
return false;});for(var i=0;i<elements.length;i++){var el=elements[i];el.addEvent("click",function(){this.blur();var sEl=this;var imgCap="";if(this.getElements("img").length>0)
sEl=this.getElements("img")[0];if((sEl.alt)&&(sEl.alt!=""))
imgCap=sEl.alt;else if(sEl.title)
imgCap=sEl.title;else if(sEl.parentNode.title)
imgCap=sEl.parentNode.title;var _options=$extend({image:this.href,caption:imgCap,startElement:sEl},options||{});_options.image=this.href;_options.caption=imgCap;var imagezoom=new Imagezoom(_options);imagezoom.preloadImage();imagezoom.show();return false;});}}
var Imagezoom=function(_options){var options=$extend({image:false,caption:"",enableCaptions:true,startElement:false,x:10,y:10,initWidth:50,initHeight:50,draggable:true,loadImage:"img/loading.gif",loadDelay:150,duration:800,closeDuration:500,transition:Fx.Transitions.Cubic.easeOut,startOpacity:0.6,closeText:'Close',rel:'imagezoom',showCaptionBar:true,overlay:false,overlayColor:"#000",overlayOpacity:.75},_options||{});var box=document.createElement("div");var instance=this;var tl=document.createElement("div");tl.className="s s_tl";var tr=document.createElement("div");tr.className="s s_tr";var bl=document.createElement("div");bl.className="s s_bl";var br=document.createElement("div");br.className="s s_br";var top=document.createElement("div");top.className="s s_top";var bottom=document.createElement("div");bottom.className="s s_bottom";var left=document.createElement("div");left.className="s s_left";var right=document.createElement("div");right.className="s s_right";this.preloadImage=function(){if(options.image!=false){var img=new Image();img.src=options.image;img.style.visibility="hidden";img.style.position="absolute";img.style.top="-9999999999px";img.setAttribute("id","imagezoom-"+options.image);$$('body')[0].appendChild(img);}}
this.getImage=function(){if(($('imagezoom-'+options.image))&&($('imagezoom-'+options.image).width!="0")){var img=$('imagezoom-'+options.image).clone();img.setAttribute("id","");img.style.position="relative";img.style.top="0px";img.style.visibility="visible";}else{instance.preloadImage();window.setTimeout(function(){instance.getImage();},50);}
return img;}
this.show=function(){if(options.image!=false){box.style.position="absolute";box.style.overflow="hidden";box.setAttribute("id","imagezoom-open-"+options.image);if(options.startElement!=false)
options.startElement.blur();var x=options.x;var y=options.y;var boxWidth=options.initWidth;var boxHeight=options.initHeight;if(options.startElement!=false){x=options.startElement.getPosition().x;y=options.startElement.getPosition().y;boxWidth=options.startElement.offsetWidth;boxHeight=options.startElement.offsetHeight;}
box.style.left=x+"px";box.style.top=y+"px";box.style.width=boxWidth+"px";box.style.height=boxHeight+"px";var fx=new Fx.Morph(box);fx.set({opacity:options.startOpacity});box.className="imagezoom";$$('body')[0].appendChild(box);box.style.cursor="pointer";box.addEvent("click",function(){var fx=new Fx.Morph(box,{duration:200});fx.start({opacity:0}).chain(function(){$$('body')[0].removeChild(box);});});this.loadImage();}}
this.loadImage=function(){if(box.getElements(".loading").length==0){var loading=new Image();loading.src=options.loadImage;loading.className="loading";box.appendChild(loading);}
if($('imagezoom-'+options.image)){var el=$('imagezoom-'+options.image);if(el.width!="0"){var newEl=new Image();newEl.src=options.image;window.setTimeout(function(){instance.insertImage(newEl)},options.loadDelay);}else{window.setTimeout(function(){instance.loadImage();},50);}}else{instance.preloadImage();window.setTimeout(function(){instance.loadImage();},50);}}
this.insertImage=function(img){box.removeEvents("click");box.style.cursor="default";box.style.overflow="visible";var w=img.width;var h=img.height;img.style.width=w+"px";img.style.height=h+"px";img.className='image';var ptop=(window.getSize().y/2)+window.getScroll().y-(h/2);var pleft=(window.getSize().x/2)+window.getScroll().x-(w/2);var fx=new Fx.Morph(box,{duration:options.duration,transition:options.transition});fx.start({top:ptop,left:pleft,width:w,height:h,opacity:1}).chain(function(){if(options.overlay==true){if(!$('imagezoom_overlay')){var overlay=$(document.createElement("div"));overlay.setAttribute("id","imagezoom_overlay");overlay.style.backgroundColor=options.overlayColor;overlay.setOpacity(0);$$('body')[0].appendChild(overlay);}else{var overlay=$('imagezoom_overlay');}
overlay.style.width=window.getScrollSize().x+"px";overlay.style.height=window.getScrollSize().y+"px";var overlayfx=new Fx.Morph(overlay,{duration:600});overlayfx.start({opacity:options.overlayOpacity});}
var close=$(document.createElement("div"));close.innerHTML="<span>"+options.closeText+"</span>";close.className="close";close.addEvent("click",function(){instance.close(true);});var loading=box.getElements(".loading");if(loading.length>0)
box.removeChild(loading[0]);var elements=[close,tl,tr,bl,br,top,bottom,left,right,img];for(var i=0;i<elements.length;i++){var elFx=new Fx.Morph(elements[i],{duration:600});elFx.set({opacity:0});box.adopt(elements[i]);elFx.start({opacity:1});}
var caption;if((options.caption!="")&&(options.enableCaptions==true)){caption=document.createElement("div");caption.className="caption";caption.innerHTML="<p>"+options.caption+"</p>";box.appendChild(caption);}
instance.addSetNavigation();if(box.getElements(".caption").length>0){caption=box.getElements(".caption")[0];var cfx=new Fx.Morph(caption,{duration:200});cfx.set({opacity:0});if(options.showCaptionBar==true){caption.className+=" visibleCaption";var cStartFx=new Fx.Morph(caption,{duration:600});cStartFx.start({opacity:1});}
box.addEvent("mouseenter",function(){cfx.start({opacity:1}).chain(function(){caption.className+=" visibleCaption";});});box.addEvent("mouseleave",function(){cfx.start({opacity:0}).chain(function(){caption.className=caption.className.replace(/visibleCaption/g,"");});});close.addEvent("mouseenter",function(){cfx.start({opacity:0}).chain(function(){caption.className=caption.className.replace(/visibleCaption/g,"");});});box.getElements(".image")[0].addEvent("click",function(){var action="show";if(caption.className.indexOf("visibleCaption")!=-1)
action="hide";if(action=="show")
cfx.start({opacity:1}).chain(function(){caption.className+=" visibleCaption";});else
cfx.start({opacity:0}).chain(function(){caption.className=caption.className.replace(/visibleCaption/g,"");});});}
top.style.width=box.offsetWidth+"px";bottom.style.width=box.offsetWidth+"px";left.style.height=box.offsetHeight+"px";right.style.height=box.offsetHeight+"px";if(options.draggable==true)
var move=new Drag.Move(box,{handle:img});});}
this.addSetNavigation=function(){var links=$$(document.links).filter(function(link){if((link.rel)&&(link.rel.indexOf(options.rel)!=-1))
return true;else
return false;});var set=false;for(var i=0;i<links.length;i++){if((links[i].href.indexOf(options.image)!=-1)&&(links[i].rel)&&(links[i].rel.indexOf(options.rel+'['!=-1))){var rel=links[i].getAttribute("rel");set=instance.scanRel("after",options.rel+"[",this.scanRel("before","]",rel));}}
if(set!=false){var prevLink=false;var nextLink=false;var setLinks=new Array();for(i=0;i<links.length;i++){if(links[i].rel.indexOf(options.rel+"["+set+"]")!=-1){setLinks[setLinks.length]=links[i];}}
for(i=0;i<setLinks.length;i++){var link=setLinks[i];if((link.href.indexOf(options.image)!=-1)&&(link.rel)&&(link.rel.indexOf(options.rel!=-1))){if(i!=0)
prevLink=setLinks[i-1];if(i!=setLinks.length-1)
nextLink=setLinks[i+1];}}
if((prevLink!=false)||(nextLink!=false)){if(box.getElements(".caption").length==0){var caption=document.createElement("div");caption.className="caption";box.appendChild(caption);}else{var caption=box.getElements(".caption")[0];}}
if(prevLink!=false){var previousButton=$(document.createElement("div"));previousButton.className="previous";var prevCap='';if(prevLink.title)
prevCap=prevLink.title;var prevEl=prevLink;if(prevLink.getElements("img").length>0)
prevEl=prevLink.getElements("img")[0];previousButton.addEvent("click",function(){var newOptions=$unlink(options);var imagezoomPrev=new Imagezoom($extend(newOptions,{image:prevLink.href,caption:prevCap,rel:options.rel,startElement:prevEl,showCaptionBar:true}));instance.close();imagezoomPrev.show();});caption.appendChild(previousButton);}
if(nextLink!=false){var nextButton=$(document.createElement("div"));nextButton.className="next";var nextCap='';if(nextLink.title)
nextCap=nextLink.title;var nextEl=nextLink;if(nextLink.getElements("img").length>0)
nextEl=nextLink.getElements("img")[0];nextButton.addEvent("click",function(){var newOptions=$unlink(options);var imagezoomNext=new Imagezoom($extend(newOptions,{image:nextLink.href,caption:nextCap,rel:options.rel,startElement:nextEl,showCaptionBar:true}));instance.close();imagezoomNext.show();});caption.appendChild(nextButton);}}}
this.scanRel=function(where,needle,string){var newstring='';if(where=="after"){var startpos=string.indexOf(needle)+needle.length;var endpos=string.length;}else if(where=="before"){var startpos=0;var endpos=string.indexOf(needle);}
for(var i=startpos;i<endpos;i++){newstring+=string.charAt(i);}
return newstring;}
this.close=function(hideOverlay){var img=box.getElements(".image")[0];box.removeChild(img);var close=box.getElements(".close")[0];box.removeChild(close);var caption=box.getElements(".caption");if(caption.length>0)
box.removeChild(caption[0]);var s=box.getElements(".s");for(var i=0;i<s.length;i++)
box.removeChild(s[i]);var x=options.x;var y=options.y;var boxWidth=options.initWidth;var boxHeight=options.initHeight;if(options.startElement!=false){x=options.startElement.getPosition().x;y=options.startElement.getPosition().y;boxWidth=options.startElement.offsetWidth;boxHeight=options.startElement.offsetHeight;}
if((hideOverlay==true)&&($('imagezoom_overlay'))){var oFx=new Fx.Morph($('imagezoom_overlay'),{duration:options.closeDuration});oFx.start({opacity:0}).chain(function(){$$('body')[0].removeChild($('imagezoom_overlay'));});}
var fx=new Fx.Morph(box,{duration:options.closeDuration});fx.start({left:x,top:y,width:boxWidth,height:boxHeight,opacity:options.startOpacity}).chain(function(){fx.start({opacity:0}).chain(function(){$$('body')[0].removeChild(box);});});}}
var fonts=function(){Cufon.replace('#contact, .menu_txt, .content_header');}
fonts();var datum='';var tijd='';window.addEvent('domready',function(){if(datum)
{var day=new Date();day.setTime(datum*1000);var friday=(day.getDay()==5);var saturday=(day.getDay()==6);var dropdown=$('tijd');dropdown.empty();if(friday||saturday){get_dropdown_item('17:30-20:00','17:30 tot 20:00',tijd).inject(dropdown);get_dropdown_item('18:00-20:00','18:00 tot 20:00',tijd).inject(dropdown);get_dropdown_item('18:30-20:45','18:30 tot 20:45',tijd).inject(dropdown);get_dropdown_item('20:15','20:15',tijd).inject(dropdown);get_dropdown_item('20:30','20:30',tijd).inject(dropdown);get_dropdown_item('21:00','21:00',tijd).inject(dropdown);get_dropdown_item('21:30','21:30',tijd).inject(dropdown);}else{get_dropdown_item('17:30','17:30',tijd).inject(dropdown);get_dropdown_item('18:00','18:00',tijd).inject(dropdown);get_dropdown_item('18:30','18:30',tijd).inject(dropdown);get_dropdown_item('19:00','19:00',tijd).inject(dropdown);get_dropdown_item('20:00','20:00',tijd).inject(dropdown);get_dropdown_item('20:15','20:15',tijd).inject(dropdown);get_dropdown_item('20:30','20:30',tijd).inject(dropdown);get_dropdown_item('21:00','21:00',tijd).inject(dropdown);get_dropdown_item('21:30','21:30',tijd).inject(dropdown);}}
var myFx=new Fx.Tween($(document.body));myFx.start('opacity','0','1');initImageZoom();var d=new Date();d.setDate(d.getDate());var min=(d.getDay()-1)+'-'+(d.getMonth()+1)+'-'+d.getFullYear();new DatePicker('.book_date',{format:'l d-m-Y',allowEmpty:true,minDate:{date:min,format:'d-m-Y'},onSelect:function(d)
{var friday=(d.getDay()==5);var saturday=(d.getDay()==6);var dropdown=$('tijd');dropdown.empty();if(friday||saturday){new Element('option',{'value':'17:30-20:00','html':'17:30 tot 20:00'}).inject(dropdown);new Element('option',{'value':'18:00-20:00','html':'18:00 tot 20:00'}).inject(dropdown);new Element('option',{'value':'18:30-20:45','html':'18:30 tot 20:45'}).inject(dropdown);new Element('option',{'value':'20:15','html':'20:15'}).inject(dropdown);new Element('option',{'value':'20:30','html':'20:30'}).inject(dropdown);new Element('option',{'value':'21:00','html':'21:00'}).inject(dropdown);new Element('option',{'value':'21:30','html':'21:30'}).inject(dropdown);}else{new Element('option',{'value':'17:30','html':'17:30'}).inject(dropdown);new Element('option',{'value':'18:00','html':'18:00'}).inject(dropdown);new Element('option',{'value':'18:30','html':'18:30'}).inject(dropdown);new Element('option',{'value':'19:00','html':'19:00'}).inject(dropdown);new Element('option',{'value':'20:00','html':'20:00'}).inject(dropdown);new Element('option',{'value':'20:15','html':'20:15'}).inject(dropdown);new Element('option',{'value':'20:30','html':'20:30'}).inject(dropdown);new Element('option',{'value':'21:00','html':'21:00'}).inject(dropdown);new Element('option',{'value':'21:30','html':'21:30'}).inject(dropdown);}}});if($('form_mailing'))
{$('mailing_submit').addEvent('click',function(e)
{e.stop();if($('maillist').checked)
{$('form_mailing').submit();}
else
{alert('Er moet akkoord worden gegaan met de voorwaarden');}});}});function get_dropdown_item(value,html,selected)
{var element;if(value==selected)
element=new Element('option',{'value':value,'html':html,'selected':'selected'});else
element=new Element('option',{'value':value,'html':html});return element;}
function show(){$('prev_img').set('tween',{duration:2000});$('prev_img').tween("opacity",0);}
var DatePicker=new Class({Implements:Options,d:'',today:'',choice:{},bodysize:{},limit:{},attachTo:null,picker:null,slider:null,oldContents:null,newContents:null,input:null,visual:null,options:{pickerClass:'datepicker',days:['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'],months:['January','February','March','April','May','June','July','August','September','October','November','December'],dayShort:2,monthShort:3,startDay:1,timePicker:false,timePickerOnly:false,yearPicker:true,yearsPerPage:20,format:'d-m-Y',allowEmpty:false,inputOutputFormat:'U',animationDuration:400,useFadeInOut:!Browser.Engine.trident,startView:'month',positionOffset:{x:0,y:0},minDate:null,maxDate:null,debug:false,toggleElements:null,onShow:$empty,onClose:$empty,onSelect:$empty},initialize:function(attachTo,options){this.attachTo=attachTo;this.setOptions(options).attach();if(this.options.timePickerOnly){this.options.timePicker=true;this.options.startView='time';}
this.formatMinMaxDates();document.addEvent('mousedown',this.close.bind(this));},formatMinMaxDates:function(){if(this.options.minDate&&this.options.minDate.format){this.options.minDate=this.unformat(this.options.minDate.date,this.options.minDate.format);}
if(this.options.maxDate&&this.options.maxDate.format){this.options.maxDate=this.unformat(this.options.maxDate.date,this.options.maxDate.format);this.options.maxDate.setHours(23);this.options.maxDate.setMinutes(59);this.options.maxDate.setSeconds(59);}},attach:function(){if($chk(this.options.toggleElements)){var togglers=$$(this.options.toggleElements);document.addEvents({'keydown':function(e){if(e.key=="tab"){this.close(null,true);}}.bind(this)});};$$(this.attachTo).each(function(item,index){if(item.retrieve('datepicker'))return;if($chk(item.get('value'))){var init_clone_val=this.format(new Date(this.unformat(item.get('value'),this.options.inputOutputFormat)),this.options.format);}else if(!this.options.allowEmpty){var init_clone_val=this.format(new Date(),this.options.format);}else{var init_clone_val='';}
var display=item.getStyle('display');var clone=item.setStyle('display',this.options.debug?display:'none').store('datepicker',true).clone().store('datepicker',true).removeProperty('name').setStyle('display',display).set('value',init_clone_val).inject(item,'after');if($chk(this.options.toggleElements)){togglers[index].setStyle('cursor','pointer').addEvents({'click':function(e){this.onFocus(item,clone);}.bind(this)});clone.addEvents({'blur':function(){item.set('value',clone.get('value'));}});}else{clone.addEvents({'keydown':function(e){if(this.options.allowEmpty&&(e.key=="delete"||e.key=="backspace")){item.set('value','');e.target.set('value','');this.close(null,true);}else if(e.key=="tab"){this.close(null,true);}else{e.stop();}}.bind(this),'focus':function(e){this.onFocus(item,clone);}.bind(this)});}}.bind(this));},onFocus:function(original_input,visual_input){var init_visual_date,d=visual_input.getCoordinates();if($chk(original_input.get('value'))){init_visual_date=this.unformat(original_input.get('value'),this.options.inputOutputFormat).valueOf();}else{init_visual_date=new Date();if($chk(this.options.maxDate)&&init_visual_date.valueOf()>this.options.maxDate.valueOf()){init_visual_date=new Date(this.options.maxDate.valueOf());}
if($chk(this.options.minDate)&&init_visual_date.valueOf()<this.options.minDate.valueOf()){init_visual_date=new Date(this.options.minDate.valueOf());}}
this.show({left:d.left+this.options.positionOffset.x,top:d.top+d.height+this.options.positionOffset.y},init_visual_date);this.input=original_input;this.visual=visual_input;this.options.onShow();},dateToObject:function(d){return{year:d.getFullYear(),month:d.getMonth(),day:d.getDate(),hours:d.getHours(),minutes:d.getMinutes(),seconds:d.getSeconds()};},dateFromObject:function(values){var d=new Date();d.setDate(1);['year','month','day','hours','minutes','seconds'].each(function(type){var v=values[type];if(!$chk(v))return;switch(type){case'day':d.setDate(v);break;case'month':d.setMonth(v);break;case'year':d.setFullYear(v);break;case'hours':d.setHours(v);break;case'minutes':d.setMinutes(v);break;case'seconds':d.setSeconds(v);break;}});return d;},show:function(position,timestamp){this.formatMinMaxDates();if($chk(timestamp)){this.d=new Date(timestamp);}else{this.d=new Date();}
this.today=new Date();this.choice=this.dateToObject(this.d);this.mode=(this.options.startView=='time'&&!this.options.timePicker)?'month':this.options.startView;this.render();this.picker.setStyles(position);},render:function(fx){if(!$chk(this.picker)){this.constructPicker();}else{var o=this.oldContents;this.oldContents=this.newContents;this.newContents=o;this.newContents.empty();}
var startDate=new Date(this.d.getTime());this.limit={right:false,left:false};if(this.mode=='decades'){this.renderDecades();}else if(this.mode=='year'){this.renderYear();}else if(this.mode=='time'){this.renderTime();this.limit={right:true,left:true};}else{this.renderMonth();}
this.picker.getElement('.previous').setStyle('visibility',this.limit.left?'hidden':'visible');this.picker.getElement('.next').setStyle('visibility',this.limit.right?'hidden':'visible');this.picker.getElement('.titleText').setStyle('cursor',this.allowZoomOut()?'pointer':'default');this.d=startDate;if(this.picker.getStyle('opacity')==0){this.picker.tween('opacity',0,1);}
if($chk(fx))this.fx(fx);},fx:function(fx){if(fx=='right'){this.oldContents.setStyles({left:0,opacity:1});this.newContents.setStyles({left:this.bodysize.x,opacity:1});this.slider.setStyle('left',0).tween('left',0,-this.bodysize.x);}else if(fx=='left'){this.oldContents.setStyles({left:this.bodysize.x,opacity:1});this.newContents.setStyles({left:0,opacity:1});this.slider.setStyle('left',-this.bodysize.x).tween('left',-this.bodysize.x,0);}else if(fx=='fade'){this.slider.setStyle('left',0);this.oldContents.setStyle('left',0).set('tween',{duration:this.options.animationDuration/2}).tween('opacity',1,0);this.newContents.setStyles({opacity:0,left:0}).set('tween',{duration:this.options.animationDuration}).tween('opacity',0,1);}},constructPicker:function(){this.picker=new Element('div',{'class':this.options.pickerClass}).inject(document.body);if(this.options.useFadeInOut){this.picker.setStyle('opacity',0).set('tween',{duration:this.options.animationDuration});}
var h=new Element('div',{'class':'header'}).inject(this.picker);var titlecontainer=new Element('div',{'class':'title'}).inject(h);new Element('div',{'class':'previous'}).addEvent('click',this.previous.bind(this)).set('text','«').inject(h);new Element('div',{'class':'next'}).addEvent('click',this.next.bind(this)).set('text','»').inject(h);new Element('div',{'class':'closeButton'}).addEvent('click',this.close.bindWithEvent(this,true)).set('text','x').inject(h);new Element('span',{'class':'titleText'}).addEvent('click',this.zoomOut.bind(this)).inject(titlecontainer);var b=new Element('div',{'class':'body'}).inject(this.picker);this.bodysize=b.getSize();this.slider=new Element('div',{styles:{position:'absolute',top:0,left:0,width:2*this.bodysize.x,height:this.bodysize.y}}).set('tween',{duration:this.options.animationDuration,transition:Fx.Transitions.Quad.easeInOut}).inject(b);this.oldContents=new Element('div',{styles:{position:'absolute',top:0,left:this.bodysize.x,width:this.bodysize.x,height:this.bodysize.y}}).inject(this.slider);this.newContents=new Element('div',{styles:{position:'absolute',top:0,left:0,width:this.bodysize.x,height:this.bodysize.y}}).inject(this.slider);},renderTime:function(){var container=new Element('div',{'class':'time'}).inject(this.newContents);if(this.options.timePickerOnly){this.picker.getElement('.titleText').set('text','Select a time');}else{this.picker.getElement('.titleText').set('text',this.format(this.d,'j M, Y'));}
new Element('input',{type:'text','class':'hour'}).set('value',this.leadZero(this.d.getHours())).addEvents({mousewheel:function(e){var i=e.target,v=i.get('value').toInt();i.focus();if(e.wheel>0){v=(v<23)?v+1:0;}else{v=(v>0)?v-1:23;}
i.set('value',this.leadZero(v));e.stop();}.bind(this)}).set('maxlength',2).inject(container);new Element('input',{type:'text','class':'minutes'}).set('value',this.leadZero(this.d.getMinutes())).addEvents({mousewheel:function(e){var i=e.target,v=i.get('value').toInt();i.focus();if(e.wheel>0){v=(v<59)?v+1:0;}else{v=(v>0)?v-1:59;}
i.set('value',this.leadZero(v));e.stop();}.bind(this)}).set('maxlength',2).inject(container);new Element('div',{'class':'separator'}).set('text',':').inject(container);new Element('input',{type:'submit',value:'OK','class':'ok'}).addEvents({click:function(e){e.stop();this.select($merge(this.dateToObject(this.d),{hours:this.picker.getElement('.hour').get('value').toInt(),minutes:this.picker.getElement('.minutes').get('value').toInt()}));}.bind(this)}).set('maxlength',2).inject(container);},renderMonth:function(){var month=this.d.getMonth();this.picker.getElement('.titleText').set('text',this.options.months[month]+' '+this.d.getFullYear());this.d.setDate(1);while(this.d.getDay()!=this.options.startDay){this.d.setDate(this.d.getDate()-1);}
var container=new Element('div',{'class':'days'}).inject(this.newContents);var titles=new Element('div',{'class':'titles'}).inject(container);var d,i,classes,e,weekcontainer;for(d=this.options.startDay;d<(this.options.startDay+7);d++){new Element('div',{'class':'title day day'+(d%7)}).set('text',this.options.days[(d%7)].substring(0,this.options.dayShort)).inject(titles);}
var available=false;var t=this.today.toDateString();var currentChoice=this.dateFromObject(this.choice).toDateString();for(i=0;i<42;i++){classes=[];classes.push('day');classes.push('day'+this.d.getDay());if(this.d.toDateString()==t)classes.push('today');if(this.d.toDateString()==currentChoice)classes.push('selected');if(this.d.getMonth()!=month)classes.push('otherMonth');if(i%7==0){weekcontainer=new Element('div',{'class':'week week'+(Math.floor(i/7))}).inject(container);}
e=new Element('div',{'class':classes.join(' ')}).set('text',this.d.getDate()).inject(weekcontainer);if(this.limited('date')){e.addClass('unavailable');if(available){this.limit.right=true;}else if(this.d.getMonth()==month){this.limit.left=true;}}else{available=true;e.addEvent('click',function(e,d){if(this.options.timePicker){this.d.setDate(d.day);this.d.setMonth(d.month);this.mode='time';this.render('fade');}else{this.select(d);}}.bindWithEvent(this,{day:this.d.getDate(),month:this.d.getMonth(),year:this.d.getFullYear()}));}
this.d.setDate(this.d.getDate()+1);}
if(!available)this.limit.right=true;},renderYear:function(){var month=this.today.getMonth();var thisyear=this.d.getFullYear()==this.today.getFullYear();var selectedyear=this.d.getFullYear()==this.choice.year;this.picker.getElement('.titleText').set('text',this.d.getFullYear());this.d.setMonth(0);var i,e;var available=false;var container=new Element('div',{'class':'months'}).inject(this.newContents);for(i=0;i<=11;i++){e=new Element('div',{'class':'month month'+(i+1)+(i==month&&thisyear?' today':'')+(i==this.choice.month&&selectedyear?' selected':'')}).set('text',this.options.monthShort?this.options.months[i].substring(0,this.options.monthShort):this.options.months[i]).inject(container);if(this.limited('month')){e.addClass('unavailable');if(available){this.limit.right=true;}else{this.limit.left=true;}}else{available=true;e.addEvent('click',function(e,d){this.d.setDate(1);this.d.setMonth(d);this.mode='month';this.render('fade');}.bindWithEvent(this,i));}
this.d.setMonth(i);}
if(!available)this.limit.right=true;},renderDecades:function(){while(this.d.getFullYear()%this.options.yearsPerPage>0){this.d.setFullYear(this.d.getFullYear()-1);}
this.picker.getElement('.titleText').set('text',this.d.getFullYear()+'-'+(this.d.getFullYear()+this.options.yearsPerPage-1));var i,y,e;var available=false;var container=new Element('div',{'class':'years'}).inject(this.newContents);if($chk(this.options.minDate)&&this.d.getFullYear()<=this.options.minDate.getFullYear()){this.limit.left=true;}
for(i=0;i<this.options.yearsPerPage;i++){y=this.d.getFullYear();e=new Element('div',{'class':'year year'+i+(y==this.today.getFullYear()?' today':'')+(y==this.choice.year?' selected':'')}).set('text',y).inject(container);if(this.limited('year')){e.addClass('unavailable');if(available){this.limit.right=true;}else{this.limit.left=true;}}else{available=true;e.addEvent('click',function(e,d){this.d.setFullYear(d);this.mode='year';this.render('fade');}.bindWithEvent(this,y));}
this.d.setFullYear(this.d.getFullYear()+1);}
if(!available){this.limit.right=true;}
if($chk(this.options.maxDate)&&this.d.getFullYear()>=this.options.maxDate.getFullYear()){this.limit.right=true;}},limited:function(type){var cs=$chk(this.options.minDate);var ce=$chk(this.options.maxDate);if(!cs&&!ce)return false;switch(type){case'year':return(cs&&this.d.getFullYear()<this.options.minDate.getFullYear())||(ce&&this.d.getFullYear()>this.options.maxDate.getFullYear());case'month':var ms=(''+this.d.getFullYear()+this.leadZero(this.d.getMonth())).toInt();return cs&&ms<(''+this.options.minDate.getFullYear()+this.leadZero(this.options.minDate.getMonth())).toInt()||ce&&ms>(''+this.options.maxDate.getFullYear()+this.leadZero(this.options.maxDate.getMonth())).toInt()
case'date':return(cs&&this.d<this.options.minDate)||(ce&&this.d>this.options.maxDate);}},allowZoomOut:function(){if(this.mode=='time'&&this.options.timePickerOnly)return false;if(this.mode=='decades')return false;if(this.mode=='year'&&!this.options.yearPicker)return false;return true;},zoomOut:function(){if(!this.allowZoomOut())return;if(this.mode=='year'){this.mode='decades';}else if(this.mode=='time'){this.mode='month';}else{this.mode='year';}
this.render('fade');},previous:function(){if(this.mode=='decades'){this.d.setFullYear(this.d.getFullYear()-this.options.yearsPerPage);}else if(this.mode=='year'){this.d.setFullYear(this.d.getFullYear()-1);}else if(this.mode=='month'){this.d.setMonth(this.d.getMonth()-1);}
this.render('left');},next:function(){if(this.mode=='decades'){this.d.setFullYear(this.d.getFullYear()+this.options.yearsPerPage);}else if(this.mode=='year'){this.d.setFullYear(this.d.getFullYear()+1);}else if(this.mode=='month'){this.d.setMonth(this.d.getMonth()+1);}
this.render('right');},close:function(e,force){if(!$(this.picker))return;var clickOutside=($chk(e)&&e.target!=this.picker&&!this.picker.hasChild(e.target)&&e.target!=this.visual);if(force||clickOutside){if(this.options.useFadeInOut){this.picker.set('tween',{duration:this.options.animationDuration/2,onComplete:this.destroy.bind(this)}).tween('opacity',1,0);}else{this.destroy();}}},destroy:function(){this.picker.destroy();this.picker=null;this.options.onClose();},select:function(values){this.choice=$merge(this.choice,values);var d=this.dateFromObject(this.choice);this.input.set('value',this.format(d,this.options.inputOutputFormat));this.visual.set('value',this.format(d,this.options.format));this.options.onSelect(d);this.close(null,true);},leadZero:function(v){return v<10?'0'+v:v;},format:function(t,format){var f='';var h=t.getHours();var m=t.getMonth();for(var i=0;i<format.length;i++){switch(format.charAt(i)){case'\\':i++;f+=format.charAt(i);break;case'y':f+=(100+t.getYear()+'').substring(1);break
case'Y':f+=t.getFullYear();break;case'm':f+=this.leadZero(m+1);break;case'n':f+=(m+1);break;case'M':f+=this.options.months[m].substring(0,this.options.monthShort);break;case'F':f+=this.options.months[m];break;case'd':f+=this.leadZero(t.getDate());break;case'j':f+=t.getDate();break;case'D':f+=this.options.days[t.getDay()].substring(0,this.options.dayShort);break;case'l':f+=this.options.days[t.getDay()];break;case'G':f+=h;break;case'H':f+=this.leadZero(h);break;case'g':f+=(h%12?h%12:12);break;case'h':f+=this.leadZero(h%12?h%12:12);break;case'a':f+=(h>11?'pm':'am');break;case'A':f+=(h>11?'PM':'AM');break;case'i':f+=this.leadZero(t.getMinutes());break;case's':f+=this.leadZero(t.getSeconds());break;case'U':f+=Math.floor(t.valueOf()/1000);break;default:f+=format.charAt(i);}}
return f;},unformat:function(t,format){var d=new Date();var a={};var c,m;t=t.toString();for(var i=0;i<format.length;i++){c=format.charAt(i);switch(c){case'\\':r=null;i++;break;case'y':r='[0-9]{2}';break;case'Y':r='[0-9]{4}';break;case'm':r='0[1-9]|1[012]';break;case'n':r='[1-9]|1[012]';break;case'M':r='[A-Za-z]{'+this.options.monthShort+'}';break;case'F':r='[A-Za-z]+';break;case'd':r='0[1-9]|[12][0-9]|3[01]';break;case'j':r='[1-9]|[12][0-9]|3[01]';break;case'D':r='[A-Za-z]{'+this.options.dayShort+'}';break;case'l':r='[A-Za-z]+';break;case'G':case'H':case'g':case'h':r='[0-9]{1,2}';break;case'a':r='(am|pm)';break;case'A':r='(AM|PM)';break;case'i':case's':r='[012345][0-9]';break;case'U':r='-?[0-9]+$';break;default:r=null;}
if($chk(r)){m=t.match('^'+r);if($chk(m)){a[c]=m[0];t=t.substring(a[c].length);}else{if(this.options.debug)alert("Fatal Error in DatePicker\n\nUnexpected format at: '"+t+"' expected format character '"+c+"' (pattern '"+r+"')");return d;}}else{t=t.substring(1);}}
for(c in a){var v=a[c];switch(c){case'y':d.setFullYear(v<30?2000+v.toInt():1900+v.toInt());break;case'Y':d.setFullYear(v);break;case'm':case'n':d.setMonth(v-1);break;case'M':v=this.options.months.filter(function(item,index){return item.substring(0,this.options.monthShort)==v}.bind(this))[0];case'F':d.setMonth(this.options.months.indexOf(v));break;case'd':case'j':d.setDate(v);break;case'G':case'H':d.setHours(v);break;case'g':case'h':if(a['a']=='pm'||a['A']=='PM'){d.setHours(v==12?0:v.toInt()+12);}else{d.setHours(v);}break;case'i':d.setMinutes(v);break;case's':d.setSeconds(v);break;case'U':d=new Date(v.toInt()*1000);}};return d;}});