var MooTools={version:"1.2.3",build:"4980aa0fb74d2f6eb80bcd9f5b8e1fd6fbb8f607"};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,p){if(typeof n=="string"){var o=this.prototype[n];if((n=o)){return j(this,l,n,p)}}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 h in a){new Native({name:h,initialize:a[h],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(a[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(b){if(b.item){var a=b.length,c=new Array(a);while(a--){c[a]=b[a]}return c}return Array.prototype.slice.call(b)}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($type(a)=="function")?a:function(){return a}}function $merge(){var a=Array.slice(arguments);a.unshift({});return $mixin.apply(null,a)}function $mixin(e){for(var d=1,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")?$mixin(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],10)||0,build:parseInt(a[2],10)||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(a,b){if(this[a]==undefined){this[a]=b}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}});function Class(b){if(b instanceof Function){b={initialize:b}}var a=function(){Object.reset(this);if(a._prototyping){return this}this._current=$empty;var c=(this.initialize)?this.initialize.apply(this,arguments):this;delete this._current;delete this.caller;return c}.extend(this);a.implement(b);a.constructor=Class;a.prototype.constructor=a;return a}Function.prototype.protect=function(){this._protected=true;return this};Object.reset=function(a,c){if(c==null){for(var e in a){Object.reset(a,e)}return a}delete a[c];switch($type(a[c])){case"object":var d=function(){};d.prototype=a[c];var b=new d;a[c]=Object.reset(b);break;case"array":a[c]=$unlink(a[c]);break}return a};new Native({name:"Class",initialize:Class}).extend({instantiate:function(b){b._prototyping=true;var a=new b;delete b._prototyping;return a},wrap:function(a,b,c){if(c._origin){c=c._origin}return function(){if(c._protected&&this._current==null){throw new Error('The method "'+b+'" cannot be called.')}var e=this.caller,f=this._current;this.caller=f;this._current=arguments.callee;var d=c.apply(this,arguments);this._current=f;this.caller=e;return d}.extend({_owner:a,_origin:c,_name:b})}});Class.implement({implement:function(a,d){if($type(a)=="object"){for(var e in a){this.implement(e,a[e])}return this}var f=Class.Mutators[a];if(f){d=f.call(this,d);if(d==null){return this}}var c=this.prototype;switch($type(d)){case"function":if(d._hidden){return this}c[a]=Class.wrap(this,a,d);break;case"object":var b=c[a];if($type(b)=="object"){$mixin(b,d)}else{c[a]=$unlink(d)}break;case"array":c[a]=$unlink(d);break;default:c[a]=d}return this}});Class.Mutators={Extends:function(a){this.parent=a;this.prototype=Class.instantiate(a);this.implement("parent",function(){var b=this.caller._name,c=this.caller._owner.parent.prototype[b];if(!c){throw new Error('The method "'+b+'" has no parent.')}return c.apply(this,arguments)}.protect())},Implements:function(a){$splat(a).each(function(b){if(b instanceof Function){b=Class.instantiate(b)}this.implement(b)},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){var d;if($type(c)=="object"){for(d in c){this.removeEvent(d,c[d])}return this}if(c){c=Events.removeOn(c)}for(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 document.id(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 f=Array.link(arguments,{properties:Object.type,iframe:$defined});var d=f.properties||{};var c=document.id(f.iframe);var e=d.onload||$empty;delete d.onload;d.id=d.name=$pick(d.id,d.name,c?(c.id||c.name):"IFrame_"+$time());c=new Element(c||"iframe",d);var b=function(){var g=$try(function(){return c.contentWindow.location.host});if(!g||g==window.location.host){var h=new Window(c.contentWindow);new Document(c.contentWindow.document);$extend(h.Element.prototype,Element.Prototype)}e.call(c.contentWindow,c.contentWindow.document)};var a=$try(function(){return c.contentWindow});((a&&a.document.body)||window.frames[d.id])?b():c.addListener("load",b);return c}});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=document.id(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 document.id(this.createElement(a)).set(b)},newTextNode:function(a){return this.createTextNode(a)},getDocument:function(){return this},getWindow:function(){return this.window},id:(function(){var a={string:function(d,c,b){d=b.getElementById(d);return(d)?a.element(d,c):null},element:function(b,e){$uid(b);if(!e&&!b.$family&&!(/^object|embed$/i).test(b.tagName)){var c=Element.Prototype;for(var d in c){b[d]=c[d]}}return b},object:function(c,d,b){if(c.toElement){return a.element(c.toElement(b),d)}return null}};a.textnode=a.whitespace=a.window=a.document=$arguments(0);return function(c,e,d){if(c&&c.$family&&c.uid){return c}var b=$type(c);return(a[b])?a[b](c,e,d||document):null}})()});if(window.$==null){Window.implement({$:function(a,b){return document.id(a,b,this.document)}})}Window.implement({$$: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}});Native.implement([Element,Document],{getElement:function(a,b){return document.id(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 q=l&&n.cloneNode(false);n.clearAttributes();if(q){n.mergeAttributes(q)}}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 document.id(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",defaultValue:"defaultValue",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","type","defaultValue","accessKey","cellPadding","cellSpacing","colSpan","frameBorder","maxLength","readOnly","rowSpan","tabIndex","useMap"];b=b.associate(b);Hash.extend(e,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,document.id(n,true));return this});Element.implement("grab"+m,function(n){l(document.id(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=document.id(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"](document.id(m,true),this);return this},inject:function(m,l){a[l||"bottom"](this,document.id(m,true));return this},replaces:function(l){l=document.id(l,true);l.parentNode.replaceChild(this,l);return this},wraps:function(m,l){m=document.id(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)},getSiblings:function(l,m){return this.getParent().getChildren(l,m).erase(this)},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 document.id(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||m.type=="submit"||m.type=="reset"||m.type=="file"){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 document.id(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=document.id(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){var c;if($type(a)=="object"){for(c in a){this.removeEvent(c,a[c])}return this}var b=this.retrieve("events");if(!b){return this}if(!a){for(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=document.id(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,10)))){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.flatten(arguments).each(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(this.getBoundingClientRect){var m=this.getBoundingClientRect(),k=document.id(this.getDocument().documentElement),i=k.getScroll(),n=(d(this,"position")=="fixed");return{x:parseInt(m.left,10)+((n)?0:i.x)-k.clientLeft,y:parseInt(m.top,10)+((n)?0:i.y)-k.clientTop}}var j=this,h={x:0,y:0};if(b(this)){return h}while(j&&!b(j)){h.x+=j.offsetLeft;h.y+=j.offsetTop;if(Browser.Engine.gecko){if(!f(j)){h.x+=c(j);h.y+=g(j)}var l=j.parentNode;if(l&&d(l,"overflow")!="visible"){h.x+=c(l);h.y+=g(l)}}else{if(j!=this&&Browser.Engine.webkit){h.x+=c(j);h.y+=g(j)}}j=j.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=document.id(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")}},setPosition:function(h){return this.setStyles(this.computePosition(h))}});Native.implement([Document,Window],{getSize:function(){if(Browser.Engine.presto||Browser.Engine.webkit){var i=this.getWindow();return{x:i.innerWidth,y:i.innerHeight}}var h=a(this);return{x:h.clientWidth,y:h.clientHeight}},getScroll:function(){var i=this.getWindow(),h=a(this);return{x:i.pageXOffset||h.scrollLeft,y:i.pageYOffset||h.scrollTop}},getScrollSize:function(){var i=a(this),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}})();Element.alias("setPosition","position");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(h){if(Selectors.Cache.nth[h]){return Selectors.Cache.nth[h]}var e=h.match(/^([+-]?\d*)?([a-z]+)?([+-]?\d*)?$/);if(!e){return false}var g=parseInt(e[1],10);var d=(g||g===0)?g:1;var f=e[2]||false;var c=parseInt(e[3],10)||0;if(d!=0){c--;while(c<1){c+=d}while(c>=d){c-=d}}else{d=c;f="index"}switch(f){case"n":e={a:d,b:c,special:"n"};break;case"odd":e={a:2,b:0,special:"n"};break;case"even":e={a:2,b:1,special:"n"};break;case"first":e={a:0,special:"index"};break;case"last":e={special:"last-child"};break;case"only":e={special:"only-child"};break;default:e={a:(d-1),special:"index"}}return Selectors.Cache.nth[h]=e},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(o,h,t){var b=[];var c=h.trim().replace(Selectors.RegExps.splitter,function(k,j,i){b.push(j);return":)"+i}).split(":)");var p,e,A;for(var z=0,v=c.length;z<v;z++){var y=c[z];if(z==0&&Selectors.RegExps.quick.test(y)){p=o.getElementsByTagName(y);continue}var a=b[z-1];var q=Selectors.Utils.parseTagAndID(y);var B=q[0],r=q[1];if(z==0){p=Selectors.Utils.getByTagAndID(o,B,r)}else{var d={},g=[];for(var x=0,w=p.length;x<w;x++){g=Selectors.Getters[a](g,p[x],B,r,d)}p=g}var f=Selectors.Utils.parseSelector(y);if(f){e=[];for(var u=0,s=p.length;u<s;u++){A=p[u];if(Selectors.Utils.filter(A,f,t)){e.push(A)}}p=e}}return p}};Selectors.Getters={" ":function(h,g,j,a,e){var d=Selectors.Utils.getByTagAndID(g,j,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,j,a,f){var c=Selectors.Utils.getByTagAndID(g,j,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)},selected:function(){return this.selected},enabled:function(){return(this.disabled===false)}});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();return document.id(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).clean())+"]";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)}});MooTools.More={version:"1.2.3.1"};Class.Mutators.Binds=function(a){return a};Class.Mutators.initialize=function(a){return function(){$splat(this.Binds).each(function(b){var c=this[b];if(c){this[b]=c.bind(this)}},this);return a.apply(this,arguments)}};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=document.id(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):document.id(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.mouse.start=c.page;this.fireEvent("beforeStart",this.element);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,a]).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.limit[b][0]||0))%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,a])},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,a])}}});Element.implement({makeResizable:function(a){var b=new Drag(this,$merge({modifiers:{x:"width",y:"height"}},a));this.store("resizer",b);return b.addEvent("drag",function(){this.fireEvent("resize",b)}.bind(this))}});var Slider=new Class({Implements:[Events,Options],Binds:["clickedElement","draggedKnob","scrolledElement"],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(f,a,e){this.setOptions(e);this.element=document.id(f);this.knob=document.id(a);this.previousChange=this.previousEnd=this.step=-1;var g,b={},d={x:false,y:false};switch(this.options.mode){case"vertical":this.axis="y";this.property="top";g="offsetHeight";break;case"horizontal":this.axis="x";this.property="left";g="offsetWidth"}this.half=this.knob[g]/2;this.full=this.element[g]-this.knob[g]+(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);d[this.axis]=this.property;b[this.axis]=[-this.options.offset,this.full-this.options.offset];this.bound={clickedElement:this.clickedElement.bind(this),scrolledElement:this.scrolledElement.bindWithEvent(this),draggedKnob:this.draggedKnob.bind(this)};var c={snap:0,limit:b,modifiers:d,onDrag:this.bound.draggedKnob,onStart:this.bound.draggedKnob,onBeforeStart:(function(){this.isDragging=true}).bind(this),onComplete:function(){this.isDragging=false;this.draggedKnob();this.end()}.bind(this)};if(this.options.snap){c.grid=Math.ceil(this.stepWidth);c.limit[this.axis][1]=this.full}this.drag=new Drag(this.knob,c);this.attach()},attach:function(){this.element.addEvent("mousedown",this.bound.clickedElement);if(this.options.wheel){this.element.addEvent("mousewheel",this.bound.scrolledElement)}this.drag.attach();return this},detach:function(){this.element.removeEvent("mousedown",this.bound.clickedElement);this.element.removeEvent("mousewheel",this.bound.scrolledElement);this.drag.detach();return this},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.fireEvent("tick",this.toPosition(this.step));this.end();return this},clickedElement:function(c){if(this.isDragging||c.target==this.knob){return}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.fireEvent("tick",a);this.end()},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 Cufon=(function(){var P=function(){return P.replace.apply(null,arguments)};var D=P.DOM={ready:(function(){var c=false,a={loaded:1,complete:1};var d=[],b=function(){if(c){return}c=true;for(var e;e=d.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){a[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(e){setTimeout(arguments.callee,1)}})()}K(window,"load",b);return function(e){if(!arguments.length){b()}else{c?e():d.push(e)}}})(),root:function(){return document.documentElement||document.body}};var O=P.CSS={Size:function(a,b){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/b*this.value};this.convertFrom=function(c){return c/this.value*b};this.toString=function(){return this.value+this.unit}},addClass:function(b,c){var a=b.className;b.className=a+(a&&" ")+c;return b},color:S(function(a){var b={};b.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,e,c){b.opacity=parseFloat(c);return"rgb("+e+")"});return b}),fontStretch:S(function(a){if(typeof a=="number"){return a}if(/%$/.test(a)){return parseFloat(a)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[a]||1}),getStyle:function(a){var b=document.defaultView;if(b&&b.getComputedStyle){return new ab(b.getComputedStyle(a,null))}if(a.currentStyle){return new ab(a.currentStyle)}return new ab(a.style)},gradient:S(function(b){var a={id:b,type:b.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},e=b.substr(b.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,f=e.length,d;c<f;++c){d=e[c].split("=",2).reverse();a.stops.push([d[1]||c/(f-1),d[0]])}return a}),quotedList:S(function(a){var b=[],c=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,d;while(d=c.exec(a)){b.push(d[3]||d[1])}return b}),recognizesMedia:S(function(a){var c=document.createElement("style"),d,e,f;c.type="text/css";c.media=a;try{c.appendChild(document.createTextNode("/**/"))}catch(b){}e=V("head")[0];e.insertBefore(c,e.firstChild);d=(c.sheet||c.styleSheet);f=d&&!d.disabled;e.removeChild(c);return f}),removeClass:function(a,b){var c=RegExp("(?:^|\\s+)"+b+"(?=\\s|$)","g");a.className=a.className.replace(c,"");return a},supports:function(a,b){var c=document.createElement("span").style;if(c[a]===undefined){return false}c[a]=b;return c[a]===b},textAlign:function(a,b,d,c){if(b.get("textAlign")=="right"){if(d>0){a=" "+a}}else{if(d<c-1){a+=" "}}return a},textShadow:S(function(b){if(b=="none"){return null}var c=[],a={},f,e=0;var d=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(f=d.exec(b)){if(f[0]==","){c.push(a);a={};e=0}else{if(f[1]){a.color=f[1]}else{a[["offX","offY","blur"][e++]]=f[2]}}}c.push(a);return c}),textTransform:(function(){var a={uppercase:function(b){return b.toUpperCase()},lowercase:function(b){return b.toLowerCase()},capitalize:function(b){return b.replace(/\b./g,function(c){return c.toUpperCase()})}};return function(b,c){var d=a[c.get("textTransform")];return d?d(b):b}})(),whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};var b=/^\s+/,c=/\s+$/;return function(d,f,e,g){if(g){if(g.nodeName.toLowerCase()=="br"){d=d.replace(b,"")}}if(a[f.get("display")]){return d}if(!e.previousSibling){d=d.replace(b,"")}if(!e.nextSibling){d=d.replace(c,"")}return d}})()};O.ready=(function(){var c=!O.recognizesMedia("all"),i=false;var a=[],f=function(){c=true;for(var j;j=a.shift();j()){}};var e=V("link"),d=V("style");function b(j){return j.disabled||g(j.sheet,j.media||"screen")}function g(p,m){if(!O.recognizesMedia(m||"all")){return true}if(!p||p.disabled){return false}try{var l=p.cssRules,n;if(l){search:for(var j=0,k=l.length;n=l[j],j<k;++j){switch(n.type){case 2:break;case 3:if(!g(n.styleSheet,n.media.mediaText)){return false}break;default:break search}}}}catch(o){}return true}function h(){if(document.createStyleSheet){return true}var j,k;for(k=0;j=e[k];++k){if(j.rel.toLowerCase()=="stylesheet"&&!b(j)){return false}}for(k=0;j=d[k];++k){if(!b(j)){return false}}return true}D.ready(function(){if(!i){i=O.getStyle(document.body).isUsable()}if(c||(i&&h())){f()}else{setTimeout(arguments.callee,10)}});return function(j){if(c){j()}else{a.push(j)}}})();function I(a){var b=this.face=a.face,c={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(b["units-per-em"],10);this.family=b["font-family"].toLowerCase();this.weight=b["font-weight"];this.style=b["font-style"]||"normal";this.viewBox=(function(){var d=b.bbox.split(/\s+/);var e={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[3],10)};e.width=e.maxX-e.minX;e.height=e.maxY-e.minY;e.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return e})();this.ascent=-parseInt(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(h,f,o){var e=this.glyphs,g,i,m,d=[],n=0,j=-1,k=-1,l;while(l=h[++j]){g=e[l]||this.missingGlyph;if(!g){continue}if(i){n-=m=i[l]||0;d[k]-=m}n+=d[++k]=~~(g.w||this.w)+f+(c[l]?o:0);i=g.k}d.total=n;return d}}function W(){var a={},b={oblique:"italic",italic:"oblique"};this.add=function(c){(a[c.style]||(a[c.style]={}))[c.weight]=c};this.get=function(f,e){var g=a[f]||a[b[f]]||a.normal||a.italic||a.oblique;if(!g){return null}e={normal:400,bold:700}[e]||parseInt(e,10);if(g[e]){return g[e]}var i={1:1,99:0}[e%100],c=[],h,j;if(i===undefined){i=e>400}if(e==500){e=400}for(var d in g){if(!R(g,d)){continue}d=parseInt(d,10);if(!h||d<h){h=d}if(!j||d>j){j=d}c.push(d)}if(e<h){e=h}if(e>j){e=j}c.sort(function(l,k){return(i?(l>=e&&k>=e)?l<k:l>k:(l<=e&&k<=e)?l>k:l<k)?-1:1});return g[c[0]]}}function J(){function b(f,e){if(f.contains){return f.contains(e)}return f.compareDocumentPosition(e)&16}function d(e){var f=e.relatedTarget;if(!f||b(this,f)){return}c(this,e.type=="mouseover")}function a(e){c(this,e.type=="mouseenter")}function c(f,e){setTimeout(function(){var g=Y.get(f).options;P.replace(f,e?U(g,g.hover):g,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){K(e,"mouseover",d);K(e,"mouseout",d)}else{K(e,"mouseenter",a);K(e,"mouseleave",a)}}}function G(){var b=[],a={};function c(d){var g=[],e;for(var f=0;e=d[f];++f){g[f]=b[a[e]]}return g}this.add=function(d,e){a[d]=b.push(e)-1};this.repeat=function(){var f=arguments.length?c(arguments):b,e;for(var d=0;e=f[d++];){P.replace(e[0],e[1],true)}}}function M(){var a={},c=0;function b(d){return d.cufid||(d.cufid=++c)}this.get=function(e){var d=b(e);return a[d]||(a[d]={})}}function ab(c){var a={},b={};this.extend=function(e){for(var d in e){if(R(e,d)){a[d]=e[d]}}return this};this.get=function(d){return a[d]!=undefined?a[d]:c[d]};this.getSize=function(d,e){return b[d]||(b[d]=new O.Size(this.get(d),e))};this.isUsable=function(){return !!c}}function K(b,c,a){if(b.addEventListener){b.addEventListener(c,a,false)}else{if(b.attachEvent){b.attachEvent("on"+c,function(){return a.call(b,window.event)})}}}function F(b,c){var a=Y.get(b);if(a.options){return b}if(c.hover&&c.hoverables[b.nodeName.toLowerCase()]){aa.attach(b)}a.options=c;return b}function S(b){var a={};return function(c){if(!R(a,c)){a[c]=b.apply(null,arguments)}return a[c]}}function Z(a,b){var e=O.quotedList(b.get("fontFamily").toLowerCase()),c;for(var d=0;c=e[d];++d){if(T[c]){return T[c].get(b.get("fontStyle"),b.get("fontWeight"))}}return null}function V(a){return document.getElementsByTagName(a)}function R(a,b){return a.hasOwnProperty(b)}function U(){var d={},e,a;for(var b=0,c=arguments.length;e=arguments[b],b<c;++b){for(a in e){if(R(e,a)){d[a]=e[a]}}}return d}function N(m,e,b,d,l,a){var g=document.createDocumentFragment(),j;if(e===""){return g}var f=d.separate;var i=e.split(L[f]),c=(f=="words");if(c&&H){if(/^\s/.test(e)){i.unshift("")}if(/\s$/.test(e)){i.push("")}}for(var h=0,k=i.length;h<k;++h){j=B[d.engine](m,c?O.textAlign(i[h],b,h,k):i[h],b,d,l,a,h<k-1);if(j){g.appendChild(j)}}return g}function Q(a,d){var b=a.nodeName.toLowerCase();if(d.ignore[b]){return}var l=!d.textless[b];var c=O.getStyle(F(a,d)).extend(d);var k=Z(a,c),j,f,h,i,e,g;if(!k){return}for(j=a.firstChild;j;j=h){f=j.nodeType;h=j.nextSibling;if(l&&f==3){if(i){i.appendData(j.data);a.removeChild(j)}else{i=j}if(h){continue}}if(i){a.replaceChild(N(k,O.whiteSpace(i.data,c,i,g),c,d,j,a),i);i=null}if(f==1){if(j.firstChild){if(j.nodeName.toLowerCase()=="cufon"){B[d.engine](k,null,c,d,j,a)}else{arguments.callee(j,d)}}g=j}}}var H=" ".split(/\s+/).length==0;var Y=new M();var aa=new J();var C=new G();var X=false;var B={},T={},E={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||V),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var L={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};P.now=function(){D.ready();return P};P.refresh=function(){C.repeat.apply(C,arguments);return P};P.registerEngine=function(a,b){if(!b){return P}B[a]=b;return P.set("engine",a)};P.registerFont=function(a){if(!a){return P}var c=new I(a),b=c.family;if(!T[b]){T[b]=new W()}T[b].add(c);return P.set("fontFamily",'"'+b+'"')};P.replace=function(a,b,c){b=U(E,b);if(!b.engine){return P}if(!X){O.addClass(D.root(),"cufon-active cufon-loading");O.ready(function(){O.addClass(O.removeClass(D.root(),"cufon-loading"),"cufon-ready")});X=true}if(b.hover){b.forceHitArea=true}if(b.autoDetect){delete b.fontFamily}if(typeof b.textShadow=="string"){b.textShadow=O.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=O.gradient(b.color)}else{delete b.textGradient}if(!c){C.add(a,arguments)}if(a.nodeType||typeof a=="string"){a=[a]}O.ready(function(){for(var e=0,f=a.length;e<f;++e){var d=a[e];if(typeof d=="string"){P.replace(b.selector(d),b,true)}else{Q(d,b)}}});return P};P.set=function(b,a){E[b]=a;return P};return P})();Cufon.registerEngine("canvas",(function(){var g=document.createElement("canvas");if(!g||!g.getContext||!g.getContext.apply){return}g=null;var h=Cufon.CSS.supports("display","inline-block");var j=!h&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var i=document.createElement("style");i.type="text/css";i.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(j?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(h?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(i);function k(a,r){var c=0,d=0;var s=[],b=/([mrvxe])([^a-z]*)/g,f;generate:for(var q=0;f=b.exec(a);++q){var e=f[2].split(",");switch(f[1]){case"v":s[q]={m:"bezierCurveTo",a:[c+~~e[0],d+~~e[1],c+~~e[2],d+~~e[3],c+=~~e[4],d+=~~e[5]]};break;case"r":s[q]={m:"lineTo",a:[c+=~~e[0],d+=~~e[1]]};break;case"m":s[q]={m:"moveTo",a:[c=~~e[0],d=~~e[1]]};break;case"x":s[q]={m:"closePath"};break;case"e":break generate}r[s[q].m].apply(r,s[q].a)}return s}function l(a,b){for(var c=0,d=a.length;c<d;++c){var e=a[c];b[e.m].apply(b,e.a)}}return function(e,aw,ad,az,aq,d){var aH=(aw===null);if(aH){aw=aq.getAttribute("alt")}var at=e.viewBox;var aG=ad.getSize("fontSize",e.baseSize);var ar=0,ae=0,af=0,ay=0;var av=az.textShadow,ah=[];if(av){for(var f=av.length;f--;){var an=av[f];var ai=aG.convertFrom(parseFloat(an.offX));var ak=aG.convertFrom(parseFloat(an.offY));ah[f]=[ai,ak];if(ak<ar){ar=ak}if(ai>ae){ae=ai}if(ak>af){af=ak}if(ai<ay){ay=ai}}}var a=Cufon.CSS.textTransform(aw,ad).split("");var ao=e.spacing(a,~~aG.convertFrom(parseFloat(ad.get("letterSpacing"))||0),~~aG.convertFrom(parseFloat(ad.get("wordSpacing"))||0));if(!ao.length){return null}var aJ=ao.total;ae+=at.width-ao[ao.length-1];ay+=at.minX;var aA,aF;if(aH){aA=aq;aF=aq.firstChild}else{aA=document.createElement("cufon");aA.className="cufon cufon-canvas";aA.setAttribute("alt",aw);aF=document.createElement("canvas");aA.appendChild(aF);if(az.printable){var y=document.createElement("cufontext");y.appendChild(document.createTextNode(aw));aA.appendChild(y)}}var au=aA.style;var al=aF.style;var aI=aG.convert(at.height);var b=Math.ceil(aI);var ag=b/aI;var am=ag*Cufon.CSS.fontStretch(ad.get("fontStretch"));var aj=aJ*am;var ac=Math.ceil(aG.convert(aj+ae-ay));var aE=Math.ceil(aG.convert(at.height-ar+af));aF.width=ac;aF.height=aE;al.width=ac+"px";al.height=aE+"px";ar+=at.minY;al.top=Math.round(aG.convert(ar-e.ascent))+"px";al.left=Math.round(aG.convert(ay))+"px";var aB=Math.max(Math.ceil(aG.convert(aj)),0)+"px";if(h){au.width=aB;au.height=aG.convert(e.height)+"px"}else{au.paddingLeft=aB;au.paddingBottom=(aG.convert(e.height)-1)+"px"}var c=aF.getContext("2d"),ap=aI/at.height;c.scale(ap,ap*ag);c.translate(-ay,-ar);c.save();function x(){var m=e.glyphs,p,n=-1,o=-1,q;c.scale(am,1);while(q=a[++n]){var p=m[a[n]]||e.missingGlyph;if(!p){continue}if(p.d){c.beginPath();if(p.code){l(p.code,c)}else{p.code=k("m"+p.d,c)}c.fill()}c.translate(ao[++o],0)}c.restore()}if(av){for(var f=av.length;f--;){var an=av[f];c.save();c.fillStyle=an.color;c.translate.apply(c,ah[f]);x()}}var aC=az.textGradient;if(aC){var ax=aC.stops,aD=c.createLinearGradient(0,at.minY,0,at.maxY);for(var f=0,ab=ax.length;f<ab;++f){aD.addColorStop.apply(aD,ax[f])}c.fillStyle=aD}else{c.fillStyle=ad.get("color")}x();return aA}})());Cufon.registerEngine("vml",(function(){var n=document.namespaces;if(!n){return}n.add("cvml","urn:schemas-microsoft-com:vml");n=null;var i=document.createElement("cvml:shape");i.style.behavior="url(#default#VML)";if(!i.coordsize){return}i=null;var k=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(k?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function p(b,a){return j(b,/(?:em|ex|%)$|^[a-z-]+$/i.test(a)?"1em":a)}function j(b,a){if(a==="0"){return 0}if(/px$/i.test(a)){return parseFloat(a)}var c=b.style.left,d=b.runtimeStyle.left;b.runtimeStyle.left=b.currentStyle.left;b.style.left=a.replace("%","em");var e=b.style.pixelLeft;b.style.left=c;b.runtimeStyle.left=d;return e}function m(b,c,d,f){var e="computed"+f,a=c[e];if(isNaN(a)){a=c.get(f);c[e]=a=(a=="normal")?0:~~d.convertFrom(j(b,a))}return a}var l={};function o(e){var d=e.id;if(!l[d]){var g=e.stops,f=document.createElement("cvml:fill"),c=[];f.type="gradient";f.angle=180;f.focus="0";f.method="sigma";f.color=g[0][1];for(var a=1,b=g.length-1;a<b;++a){c.push(g[a][0]*100+"% "+g[a][1])}f.colors=c.join(",");f.color2=g[b][1];l[d]=f}return l[d]}return function(aH,ax,b,aF,aq,aE,d){var aX=(ax===null);if(aX){ax=aq.alt}var at=aH.viewBox;var aV=b.computedFontSize||(b.computedFontSize=new Cufon.CSS.Size(p(aE,b.get("fontSize"))+"px",aH.baseSize));var aM,aU;if(aX){aM=aq;aU=aq.firstChild}else{aM=document.createElement("cufon");aM.className="cufon cufon-vml";aM.alt=ax;aU=document.createElement("cufoncanvas");aM.appendChild(aU);if(aF.printable){var a=document.createElement("cufontext");a.appendChild(document.createTextNode(ax));aM.appendChild(a)}if(!d){aM.appendChild(document.createElement("cvml:shape"))}}var au=aM.style;var aj=aU.style;var aZ=aV.convert(at.height),aB=Math.ceil(aZ);var e=aB/aZ;var al=e*Cufon.CSS.fontStretch(b.get("fontStretch"));var f=at.minX,g=at.minY;aj.height=aB;aj.top=Math.round(aV.convert(g-aH.ascent));aj.left=Math.round(aV.convert(f));au.height=aV.convert(aH.height)+"px";var az=b.get("color");var ay=Cufon.CSS.textTransform(ax,b).split("");var ap=aH.spacing(ay,m(aE,b,aV,"letterSpacing"),m(aE,b,aV,"wordSpacing"));if(!ap.length){return null}var a0=ap.total;var aN=-f+a0+(at.width-ap[ap.length-1]);var aw=aV.convert(aN*al),c=Math.round(aw);var am=aN+","+at.height,aY;var ar="r"+am+"ns";var aQ=aF.textGradient&&o(aF.textGradient);var aW=aH.glyphs,h=0;var av=aF.textShadow;var aJ=-1,aK=0,aO;while(aO=ay[++aJ]){var aD=aW[ay[aJ]]||aH.missingGlyph,aP;if(!aD){continue}if(aX){aP=aU.childNodes[aK];while(aP.firstChild){aP.removeChild(aP.firstChild)}}else{aP=document.createElement("cvml:shape");aU.appendChild(aP)}aP.stroked="f";aP.coordsize=am;aP.coordorigin=aY=(f-h)+","+g;aP.path=(aD.d?"m"+aD.d+"xe":"")+"m"+aY+ar;aP.fillcolor=az;if(aQ){aP.appendChild(aQ.cloneNode(false))}var aC=aP.style;aC.width=c;aC.height=aB;if(av){var aS=av[0],aT=av[1];var aG=Cufon.CSS.color(aS.color),aL;var an=document.createElement("cvml:shadow");an.on="t";an.color=aG.color;an.offset=aS.offX+","+aS.offY;if(aT){aL=Cufon.CSS.color(aT.color);an.type="double";an.color2=aL.color;an.offset2=aT.offX+","+aT.offY}an.opacity=aG.opacity||(aL&&aL.opacity)||1;aP.appendChild(an)}h+=ap[aK++]}var ao=aP.nextSibling,aR,aI;if(aF.forceHitArea){if(!ao){ao=document.createElement("cvml:rect");ao.stroked="f";ao.className="cufon-vml-cover";aR=document.createElement("cvml:fill");aR.opacity=0;ao.appendChild(aR);aU.appendChild(ao)}aI=ao.style;aI.width=c;aI.height=aB}else{if(ao){aU.removeChild(ao)}}au.width=Math.max(Math.ceil(aV.convert(a0*al)),0);if(k){var ak=b.computedYAdjust;if(ak===undefined){var aA=b.get("lineHeight");if(aA=="normal"){aA="1em"}else{if(!isNaN(aA)){aA+="em"}}b.computedYAdjust=ak=0.5*(j(aE,aA)-parseFloat(au.height))}if(ak){au.marginTop=Math.ceil(ak)+"px";au.marginBottom=ak+"px"}}return aM}})());
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2009 by Fontsmith Ltd. All rights reserved.
 * 
 * Trademark:
 * Lurpak Sans is a trademark of Fontsmith Ltd.
 * 
 * Full name:
 * LurpakSans
 * 
 * Description:
 * Copyright (c) 2009 by Fontsmith Ltd. All rights reserved.
 * 
 * Manufacturer:
 * Fontsmith Ltd
 * 
 * Designer:
 * Fernando Mello, Jason Smith
 * 
 * Vendor URL:
 * http://www.fontsmith.com
 * 
 * License information:
 * http://www.fontsmith.com
 */
Cufon.registerFont({w:201,face:{"font-family":"Lurpak Sans","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 4 0 0 2 0 4",ascent:"271",descent:"-89","x-height":"4",bbox:"-68 -334 396 85.1615","underline-thickness":"18","underline-position":"-18",stemh:"30",stemv:"31","unicode-range":"U+000D-U+FB02"},glyphs:{" ":{w:81},"\r":{w:81},"\u00a0":{w:81},A:{d:"86,-247r46,-3r77,250r-33,0r-17,-54r-100,0r-17,54r-33,0v21,-87,53,-163,77,-247xm108,-212r-40,128r82,0v-15,-41,-24,-90,-42,-128",w:217,k:{"\u00c6":-5,w:14,v:14,t:1,f:1,X:-4,W:16,V:22,T:29,Q:5,J:-7,G:5}},B:{d:"27,-248v71,0,157,-11,157,62v0,30,-9,49,-31,55v28,4,45,20,45,60v0,79,-90,72,-171,71r0,-248xm164,-71v5,-54,-54,-40,-104,-42r0,85v50,0,111,5,104,-43xm60,-220r0,77v45,1,97,5,91,-41v7,-41,-49,-36,-91,-36",w:210,k:{"\u00ff":5,"\u00fd":5,"\u0161":-3,"\u0178":9,"\u00dd":9,y:5,s:-3,Y:9,x:1,t:-4,W:4,V:5,T:11}},C:{d:"185,-245r5,32v-70,-22,-133,-15,-133,89v0,106,63,109,138,88r-5,31v-17,6,-36,9,-62,9v-75,0,-106,-35,-106,-128v0,-122,71,-141,163,-121",w:213,k:{w:9,v:11,t:2,q:9,g:9,f:1,d:9,Q:5,O:5,"\u00d2":5,"\u00d3":5,"\u00d4":5,"\u00d5":5,"\u00d6":5,"\u00d8":5,"\u0152":5,y:10,"\u00fd":10,"\u00ff":10,C:6,"\u00c7":6,A:-8,"\u00c0":-8,"\u00c1":-8,"\u00c2":-8,"\u00c3":-8,"\u00c4":-8,"\u00c5":-8,a:6,"\u00e0":6,"\u00e1":6,"\u00e2":6,"\u00e3":6,"\u00e4":6,"\u00e5":6,"\u00e6":6,e:9,"\u00e8":9,"\u00e9":9,"\u00ea":9,"\u00eb":9,o:9,"\u00f0":9,"\u00f2":9,"\u00f3":9,"\u00f4":9,"\u00f5":9,"\u00f6":9,"\u00f8":9,"\u0153":9,c:9,"\u00e7":9}},D:{d:"27,-248v114,-3,193,-4,193,123v0,84,-27,125,-121,125r-72,0r0,-248xm60,-218r0,189v82,2,125,-1,125,-95v0,-94,-43,-96,-125,-94",w:241,k:{"\u00c6":20,x:1,X:12,W:5,V:7,T:16,Y:13,"\u00dd":13,"\u0178":13,A:14,"\u00c0":14,"\u00c1":14,"\u00c2":14,"\u00c3":14,"\u00c4":14,"\u00c5":14,Z:11,"\u017d":11}},E:{d:"27,-248r141,0r-6,30r-102,0r0,77r80,0r0,29r-80,0r0,82r109,0r-5,30r-137,0r0,-248",w:182,k:{v:6,y:8,"\u00fd":8,"\u00ff":8}},F:{d:"27,-248r141,0r-6,30r-102,0r0,77r84,0r0,29r-84,0r0,112r-33,0r0,-248",w:180,k:{"\u2026":38,"\u017e":11,"\u00ff":14,"\u00fd":14,"\u00fc":14,"\u00fb":14,"\u00fa":14,"\u00f9":14,"\u0161":13,"\u0153":18,"\u00f8":18,"\u00f6":18,"\u00f5":18,"\u00f4":18,"\u00f3":18,"\u00f2":18,"\u00f1":9,"\u00ef":3,"\u00ee":3,"\u00ed":3,"\u00ec":3,"\u00eb":18,"\u00ea":18,"\u00e9":18,"\u00e8":18,"\u00f0":18,"\u00e7":18,"\u00e6":21,"\u00e5":21,"\u00e4":21,"\u00e3":21,"\u00e2":21,"\u00e1":21,"\u00e0":21,"\u0160":4,"\u0152":12,"\u00d8":12,"\u00d6":12,"\u00d5":12,"\u00d4":12,"\u00d3":12,"\u00d2":12,"\u00c7":12,"\u00c5":24,"\u00c4":24,"\u00c3":24,"\u00c2":24,"\u00c1":24,"\u00c0":24,"\u201e":38,"\u201a":38,",":38,".":38,z:11,y:14,u:14,s:13,o:18,n:9,i:3,e:18,c:18,a:21,S:4,O:12,C:12,A:24,x:14,w:7,v:10,t:6,r:9,q:18,p:9,m:9,j:3,g:18,d:18,W:-4,Q:12,G:12}},G:{d:"203,-240r5,30v-76,-25,-151,-22,-151,85v0,106,69,116,126,83r0,-64r-44,0r-4,-30r81,0r0,136r-24,0r-7,-15v-13,10,-35,19,-60,19v-66,0,-103,-32,-103,-128v0,-87,31,-128,116,-128v22,0,49,5,65,12",w:239,k:{"\u017d":-4,"\u0178":6,"\u00dd":6,"\u00c5":-7,"\u00c4":-7,"\u00c3":-7,"\u00c2":-7,"\u00c1":-7,"\u00c0":-7,Z:-4,Y:6,A:-7,V:2}},H:{d:"27,-246r33,-3r0,108r116,0r0,-105r34,-3r0,249r-34,0r0,-112r-116,0r0,112r-33,0r0,-246",w:236},I:{d:"29,-246r33,-3r0,249r-33,0r0,-246",w:91,k:{"\u00ff":4,"\u00fd":4,"\u0161":1,"\u0153":2,"\u00f8":2,"\u00f6":2,"\u00f5":2,"\u00f4":2,"\u00f3":2,"\u00f2":2,"\u00eb":2,"\u00ea":2,"\u00e9":2,"\u00e8":2,"\u00f0":2,"\u00e7":2,"\u00e6":1,"\u00e5":1,"\u00e4":1,"\u00e3":1,"\u00e2":1,"\u00e1":1,"\u00e0":1,y:4,s:1,o:2,e:2,c:2,a:1,v:3,q:2,g:2,d:2}},J:{d:"9,-27v41,7,64,-2,64,-48r0,-171r34,-3r0,172v3,66,-31,88,-92,79",w:131},K:{d:"27,-246r33,-3r0,126r115,-127r23,22r-83,91r86,131r0,6r-38,0r-72,-112r-31,34r0,78r-33,0r0,-246",w:219,k:{"\u00ff":17,"\u00fd":17,"\u00fc":10,"\u00fb":10,"\u00fa":10,"\u00f9":10,"\u0161":2,"\u0153":11,"\u00f8":11,"\u00f6":11,"\u00f5":11,"\u00f4":11,"\u00f3":11,"\u00f2":11,"\u00f1":1,"\u00eb":11,"\u00ea":11,"\u00e9":11,"\u00e8":11,"\u00f0":11,"\u00e7":11,"\u00e6":2,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00e1":2,"\u00e0":2,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u0152":17,"\u00d8":17,"\u00d6":17,"\u00d5":17,"\u00d4":17,"\u00d3":17,"\u00d2":17,"\u00c7":18,y:17,u:10,s:2,o:11,n:1,e:11,c:11,a:2,U:4,O:17,C:18,"@":23,w:14,v:15,t:3,q:11,g:11,d:11,V:4,Q:19,I:6,G:20,B:7}},L:{d:"27,-246r33,-3r0,219r105,0r-6,30r-132,0r0,-246",w:178,k:{"\u00b3":45,"\u00b2":40,"\u00b9":38,"'":35,"\u00b0":49,"\u00ba":41,"\u00aa":53,"\u2122":54,"*":56,"@":14,w:12,v:14,t:2,W:21,V:28,T:31,Q:15,J:-6,G:17,B:2,O:17,"\u00d2":17,"\u00d3":17,"\u00d4":17,"\u00d5":17,"\u00d6":17,"\u00d8":17,"\u0152":17,Y:32,"\u00dd":32,"\u0178":32,y:14,"\u00fd":14,"\u00ff":14,C:15,"\u00c7":15,U:9,"\u00d9":9,"\u00da":9,"\u00db":9,"\u00dc":9}},M:{d:"34,-247r34,-3r81,187r77,-184r35,-3r12,250r-34,0r-7,-181r-68,165r-30,0r-72,-167r-5,183r-34,0",w:295,k:{"\u0178":4,"\u00dd":4,Y:4,V:3}},N:{d:"27,-246r30,-3r135,195r0,-192r31,-3r0,249r-34,0r-130,-190r0,190r-32,0r0,-246",w:250},O:{d:"125,-252v71,0,103,35,103,127v0,93,-32,129,-103,129v-71,0,-103,-35,-103,-128v0,-93,32,-128,103,-128xm124,-223v-43,0,-67,21,-67,99v0,78,25,98,68,98v44,0,67,-21,67,-99v0,-77,-24,-98,-68,-98",w:249,k:{"\u00c6":18,X:12,W:3,V:4,T:7,Y:8,"\u00dd":8,"\u0178":8,A:5,"\u00c0":5,"\u00c1":5,"\u00c2":5,"\u00c3":5,"\u00c4":5,"\u00c5":5}},P:{d:"27,-248v83,0,161,-14,161,79v0,71,-49,89,-128,83r0,86r-33,0r0,-248xm60,-220r0,106v53,3,100,-1,93,-54v8,-56,-41,-53,-93,-52",w:205,k:{"\u2026":43,"\u00fc":7,"\u00fb":7,"\u00fa":7,"\u00f9":7,"\u0161":3,"\u0153":8,"\u00f8":8,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00ef":2,"\u00ee":2,"\u00ed":2,"\u00ec":2,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"\u00f0":8,"\u00e7":8,"\u00e6":11,"\u00e5":11,"\u00e4":11,"\u00e3":11,"\u00e2":11,"\u00e1":11,"\u00e0":11,"\u0178":5,"\u00dd":5,"\u00c5":19,"\u00c4":19,"\u00c3":19,"\u00c2":19,"\u00c1":19,"\u00c0":19,"\u201e":43,"\u201a":43,",":43,".":43,u:7,s:3,o:8,i:2,e:8,c:8,a:11,Y:5,A:19,"\u00c6":41,r:8,q:8,j:12,g:8,d:8,X:4,V:2,J:5}},Q:{d:"164,-1r53,37r-19,26r-81,-58v-66,-3,-95,-39,-95,-128v0,-93,32,-128,103,-128v71,0,103,35,103,127v0,73,-21,111,-64,124xm124,-223v-43,0,-67,21,-67,99v0,78,25,98,68,98v44,0,67,-21,67,-99v0,-77,-24,-98,-68,-98",w:249,k:{"\u0178":6,"\u00dd":6,"\u00c5":5,"\u00c4":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"\u00c0":5,Y:6,A:5,X:8,W:3,V:4,T:7}},R:{d:"27,-248v80,-1,158,-11,158,73v0,47,-16,69,-53,75r56,94r0,6r-35,0r-57,-96r-36,0r0,96r-33,0r0,-248xm60,-220r0,94v49,1,98,5,90,-49v6,-51,-42,-45,-90,-45",w:207,k:{"\u0153":10,"\u00f8":10,"\u00f6":10,"\u00f5":10,"\u00f4":10,"\u00f3":10,"\u00f2":10,"\u00eb":13,"\u00ea":13,"\u00e9":13,"\u00e8":13,"\u00f0":10,"\u00e7":13,"\u00e6":8,"\u00e5":8,"\u00e4":8,"\u00e3":8,"\u00e2":8,"\u00e1":8,"\u00e0":8,"\u0178":7,"\u00dd":7,"\u0152":2,"\u00d8":2,"\u00d6":2,"\u00d5":2,"\u00d4":2,"\u00d3":2,"\u00d2":2,"\u00c7":9,o:10,e:13,c:13,a:8,Y:7,O:2,C:9,q:13,g:13,d:13,V:5,T:10}},S:{d:"151,-243r5,31v-34,-16,-112,-18,-107,25v-6,39,33,41,63,48v45,11,57,29,57,70v0,47,-25,73,-86,73v-23,0,-42,-6,-59,-12r-5,-33v37,17,115,31,115,-26v0,-38,-37,-41,-67,-49v-38,-10,-53,-27,-53,-71v0,-61,82,-77,137,-56",w:184,k:{x:2,w:7,v:6,V:2,T:9,y:8,"\u00fd":8,"\u00ff":8,A:1,"\u00c0":1,"\u00c1":1,"\u00c2":1,"\u00c3":1,"\u00c4":1,"\u00c5":1}},T:{d:"9,-248r176,0r-6,30r-67,0r0,218r-34,0r0,-218r-69,0r0,-30",w:192,k:{"\u2026":25,"\u017e":21,"\u00ff":26,"\u00fd":26,"\u00fc":34,"\u00fb":34,"\u00fa":34,"\u00f9":34,"\u0161":31,"\u0153":34,"\u00f8":34,"\u00f6":34,"\u00f5":34,"\u00f4":34,"\u00f3":34,"\u00f2":34,"\u00f1":29,"\u00eb":34,"\u00ea":34,"\u00e9":34,"\u00e8":34,"\u00f0":34,"\u00e7":34,"\u00e6":35,"\u00e5":35,"\u00e4":35,"\u00e3":35,"\u00e2":35,"\u00e1":35,"\u00e0":35,"\u0178":-12,"\u00dd":-12,"\u0152":11,"\u00d8":11,"\u00d6":11,"\u00d5":11,"\u00d4":11,"\u00d3":11,"\u00d2":11,"\u00c7":11,"\u00c5":29,"\u00c4":29,"\u00c3":29,"\u00c2":29,"\u00c1":29,"\u00c0":29,"\u201e":25,"\u201a":25,",":25,".":25,z:21,y:26,u:34,s:31,o:34,n:29,e:34,c:34,a:35,Y:-12,O:11,C:11,A:29,"\u00c6":42,"}":-12,"]":-15,"\\":-28,"@":19,x:20,w:18,v:26,r:29,q:34,p:29,m:29,g:34,d:34,V:-13,Q:11,G:11}},U:{d:"24,-246r34,-3r0,151v0,55,15,71,60,71v49,0,60,-16,60,-71r0,-148r33,-3v-8,109,39,253,-93,253v-132,0,-86,-140,-94,-250",w:235,k:{"\u00c6":9,V:2,A:4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4}},V:{d:"5,-248r35,0r69,201r71,-201r33,0r0,8r-88,240r-33,0r-87,-239r0,-9",w:217,k:{"\u2026":20,"\u00fc":14,"\u00fb":14,"\u00fa":14,"\u00f9":14,"\u0161":11,"\u0153":20,"\u00f8":20,"\u00f6":20,"\u00f5":20,"\u00f4":20,"\u00f3":20,"\u00f2":20,"\u00f1":14,"\u00eb":20,"\u00ea":20,"\u00e9":20,"\u00e8":20,"\u00f0":20,"\u00e7":20,"\u00e6":20,"\u00e5":20,"\u00e4":20,"\u00e3":20,"\u00e2":20,"\u00e1":20,"\u00e0":20,"\u0178":-16,"\u00dd":-16,"\u0160":-4,"\u0152":5,"\u00d8":5,"\u00d6":5,"\u00d5":5,"\u00d4":5,"\u00d3":5,"\u00d2":5,"\u00c7":4,"\u00c5":23,"\u00c4":23,"\u00c3":23,"\u00c2":23,"\u00c1":23,"\u00c0":23,"\u201e":20,"\u201a":20,"\u2019":-11,"\u201d":-11,",":20,".":20,u:14,s:11,o:20,n:14,e:20,c:20,a:20,Y:-16,S:-4,O:5,C:4,A:23,"\u00c6":42,"}":-17,"]":-22,"\\":-28,w:1,v:4,r:14,q:20,p:14,m:14,g:20,d:20,W:-16,V:-16,T:-13,Q:4,M:3,G:5,D:1}},W:{d:"5,-248r35,0r50,197r44,-185r40,0r47,185r49,-197r34,0v-17,88,-46,164,-67,248r-38,0r-46,-189r-44,189r-37,0r-67,-239r0,-9",w:309,k:{"\u2026":13,"\u00fc":9,"\u00fb":9,"\u00fa":9,"\u00f9":9,"\u0161":3,"\u0153":14,"\u00f8":14,"\u00f6":14,"\u00f5":14,"\u00f4":14,"\u00f3":14,"\u00f2":14,"\u00f1":7,"\u00eb":14,"\u00ea":14,"\u00e9":14,"\u00e8":14,"\u00f0":14,"\u00e7":14,"\u00e6":17,"\u00e5":17,"\u00e4":17,"\u00e3":17,"\u00e2":17,"\u00e1":17,"\u00e0":17,"\u0178":-16,"\u00dd":-16,"\u0152":4,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"\u00c5":16,"\u00c4":16,"\u00c3":16,"\u00c2":16,"\u00c1":16,"\u00c0":16,"\u201e":13,"\u201a":13,"\u2019":-11,"\u201d":-11,",":13,".":13,u:9,s:3,o:14,n:7,e:14,c:14,a:17,Y:-16,O:4,C:4,A:16,"\u00c6":31,"}":-14,"]":-19,"\\":-31,r:7,q:14,p:7,m:7,g:14,d:14,W:-16,Q:4,G:4}},X:{d:"18,-248r36,0r53,91r54,-91r34,0r0,9r-68,109r76,121r0,9r-35,0r-61,-102r-62,102r-35,0r0,-9r76,-121r-68,-109r0,-9",w:213,k:{"\u00ff":14,"\u00fd":14,"\u0153":9,"\u00f8":9,"\u00f6":9,"\u00f5":9,"\u00f4":9,"\u00f3":9,"\u00f2":9,"\u00eb":9,"\u00ea":9,"\u00e9":9,"\u00e8":9,"\u00f0":9,"\u00e7":9,"\u0152":12,"\u00d8":12,"\u00d6":12,"\u00d5":12,"\u00d4":12,"\u00d3":12,"\u00d2":12,"\u00c7":8,"\u00c5":-4,"\u00c4":-4,"\u00c3":-4,"\u00c2":-4,"\u00c1":-4,"\u00c0":-4,y:14,o:9,e:9,c:9,O:12,C:8,A:-4,"\\":-23,"@":16,w:6,v:14,q:9,g:9,d:9,Q:8,G:8}},Y:{d:"5,-248r34,0r59,123r60,-123r31,0r0,9r-74,148r0,91r-33,0r0,-90r-77,-149r0,-9",w:194,k:{"\u00c6":38,"}":-18,"]":-19,"\\":-19,x:14,w:4,v:5,t:4,r:19,q:30,p:19,m:19,g:30,d:30,W:-16,V:-16,T:-12,R:3,Q:8,M:4,J:18,G:8,F:1,O:8,"\u00d2":8,"\u00d3":8,"\u00d4":8,"\u00d5":8,"\u00d6":8,"\u00d8":8,"\u0152":8,Y:-16,"\u00dd":-16,"\u0178":-16,y:12,"\u00fd":12,"\u00ff":12,C:8,"\u00c7":8,A:23,"\u00c0":23,"\u00c1":23,"\u00c2":23,"\u00c3":23,"\u00c4":23,"\u00c5":23,a:26,"\u00e0":26,"\u00e1":26,"\u00e2":26,"\u00e3":26,"\u00e4":26,"\u00e5":26,"\u00e6":26,e:30,"\u00e8":30,"\u00e9":30,"\u00ea":30,"\u00eb":30,o:30,"\u00f0":30,"\u00f2":30,"\u00f3":30,"\u00f4":30,"\u00f5":30,"\u00f6":30,"\u00f8":30,"\u0153":30,c:29,"\u00e7":29,i:10,"\u00ec":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,n:19,"\u00f1":19,s:18,"\u0161":18,u:21,"\u00f9":21,"\u00fa":21,"\u00fb":21,"\u00fc":21,".":18,",":18,"\u201a":18,"\u201e":18,"\u2026":18,"\u201d":-11,"\u2019":-11}},Z:{d:"25,-248r157,0r4,26r-130,191r132,0r-8,31r-163,0r-3,-24r130,-193r-127,0",w:202,k:{G:5,O:5,"\u00d2":5,"\u00d3":5,"\u00d4":5,"\u00d5":5,"\u00d6":5,"\u00d8":5,"\u0152":5,C:5,"\u00c7":5,e:9,"\u00e8":9,"\u00e9":9,"\u00ea":9,"\u00eb":9,o:7,"\u00f0":7,"\u00f2":7,"\u00f3":7,"\u00f4":7,"\u00f5":7,"\u00f6":7,"\u00f8":7,"\u0153":7}},a:{d:"30,-168v51,-17,120,-19,120,50r0,81v0,12,4,18,18,18v-4,10,0,23,-17,23v-15,0,-24,-6,-28,-18v-27,27,-118,27,-111,-30v-6,-49,51,-57,108,-53v2,-33,-3,-55,-35,-55v-18,0,-38,5,-58,11xm120,-72v-34,-1,-85,-3,-78,28v-2,33,67,25,78,6r0,-34",w:174,k:{"*":23,v:5,y:4,"\u00fd":4,"\u00ff":4,s:-4,"\u0161":-4}},b:{d:"24,-253r31,-4r0,88v66,-21,122,-9,122,79v0,100,-63,108,-125,81r-1,9r-27,0r0,-253xm55,-144r0,113v47,15,90,22,90,-57v0,-76,-43,-69,-90,-56",w:193,k:{"\u017e":1,"\u00ff":4,"\u00fd":4,z:1,y:4,"*":25,x:5,w:1,v:3,j:3}},c:{d:"137,-170r4,27v-44,-15,-93,-20,-93,55v0,81,48,71,96,56r-3,27v-64,21,-136,10,-125,-83v-8,-89,59,-101,121,-82",w:156,k:{x:-4,f:-3,y:-4,"\u00fd":-4,"\u00ff":-4,a:2,"\u00e0":2,"\u00e1":2,"\u00e2":2,"\u00e3":2,"\u00e4":2,"\u00e5":2,"\u00e6":2}},d:{d:"139,-34r0,-109v-47,-17,-98,-18,-91,57v-8,74,50,73,91,52xm139,-253r30,-4r0,257r-26,0r-2,-10v-14,9,-33,14,-52,14v-56,0,-73,-26,-73,-90v0,-60,15,-92,75,-92v18,0,35,4,48,8r0,-83",w:193},e:{d:"94,-178v57,0,74,41,69,100r-115,0v-6,71,63,59,110,47r-5,27v-68,19,-137,8,-137,-83v0,-67,28,-91,78,-91xm48,-103r84,0v1,-33,-11,-51,-39,-50v-29,0,-44,13,-45,50",w:179,k:{"*":15,v:3,y:4,"\u00fd":4,"\u00ff":4}},f:{d:"6,-174r29,0v-6,-64,21,-99,78,-83r4,26v-29,-6,-53,-6,-51,37r0,20r44,0r-4,26r-40,0r0,148r-31,0r0,-148r-29,0r0,-26",w:113,k:{"\u2026":11,"\u017e":-4,"\u00ff":-12,"\u00fd":-12,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f9":6,"\u0153":4,"\u00f8":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00f0":4,"\u00e7":4,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"\u201e":11,"\u201a":11,"\u2019":-14,"\u201d":-14,",":11,".":11,z:-4,y:-12,u:6,o:4,e:4,c:4,a:4,"'":-16,"\u00b0":-18,"\u00ba":-10,"\u00aa":-14,"\u2122":-14,"}":-17,"]":-16,"\\":-17,")":-14,"*":-16,"?":-12,x:-7,w:-12,v:-14,t:-4,r:3,q:4,g:4,f:-4,d:4}},g:{d:"136,-32r0,-107v-42,-26,-96,-16,-88,51v-8,74,45,76,88,56xm138,-165v1,-11,18,-7,29,-9r0,171v7,68,-49,90,-110,74r-4,-27v43,13,92,9,83,-51v-14,7,-29,11,-51,11v-50,0,-69,-27,-69,-92v0,-91,63,-105,122,-77",w:190,k:{"\u00e6":1,"\u00e5":1,"\u00e4":1,"\u00e3":1,"\u00e2":1,"\u00e1":1,"\u00e0":1,a:1,"*":16,j:-16,g:-1}},h:{d:"24,-253r31,-4r0,93v47,-28,115,-15,115,51r0,113r-30,0r0,-108v7,-51,-54,-50,-85,-29r0,137r-31,0r0,-253",w:193,k:{"\u00ff":8,"\u00fd":8,y:8,"*":21,w:1,v:3}},i:{d:"26,-170r31,-4r0,174r-31,0r0,-170xm26,-235r31,-3r0,39r-31,0r0,-36",w:82},j:{d:"26,-170r31,-4r0,176v2,62,-27,82,-77,71r-4,-26v33,6,51,3,50,-42r0,-175xm26,-235r31,-3r0,39r-31,0r0,-36",w:82,k:{j:-10}},k:{d:"24,-253r31,-4r0,166r83,-90r21,19r-63,67r65,89r0,6r-31,0r-53,-74r-22,24r0,50r-31,0r0,-253",w:169,k:{"\u00ff":2,"\u00fd":2,"\u0153":4,"\u00f8":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00f0":4,"\u00e7":4,"\u00e6":3,"\u00e5":3,"\u00e4":3,"\u00e3":3,"\u00e2":3,"\u00e1":3,"\u00e0":3,y:2,o:4,e:4,c:4,a:3,q:4,g:6,d:4}},l:{d:"25,-253r31,-4r0,257r-31,0r0,-253",w:81},m:{d:"24,-170r27,-4r2,12v29,-21,82,-22,101,3v47,-35,120,-23,120,46r0,113r-30,0r0,-108v7,-48,-50,-52,-80,-29v5,41,1,92,2,137r-31,0r0,-108v7,-50,-50,-51,-80,-28r0,136r-31,0r0,-170",w:297,k:{"\u00ff":3,"\u00fd":3,y:3,"*":23,v:3}},n:{d:"24,-170r26,-4r3,11v46,-29,117,-17,117,50r0,113r-30,0r0,-108v7,-51,-54,-50,-85,-29r0,137r-31,0r0,-170",w:193,k:{"*":23,w:4,v:4,t:1,y:4,"\u00fd":4,"\u00ff":4}},o:{d:"95,-153v-33,0,-47,18,-47,66v0,48,14,65,47,65v33,0,47,-17,47,-65v0,-48,-14,-66,-47,-66xm95,-178v51,0,79,23,79,91v0,68,-28,91,-79,91v-51,0,-79,-23,-79,-91v0,-68,28,-91,79,-91",w:190,k:{x:2,w:1,v:4,y:4,"\u00fd":4,"\u00ff":4}},p:{d:"24,-170r27,-4r1,11v57,-31,125,-18,125,73v0,98,-56,105,-122,85r0,70r-31,4r0,-239xm55,-138r0,107v48,14,90,22,90,-57v0,-77,-47,-70,-90,-50",w:192,k:{"\u00ff":4,"\u00fd":4,y:4,w:1,v:3,f:2}},q:{d:"170,-168r0,233r-30,4r0,-77v-14,7,-33,12,-53,12v-52,0,-71,-29,-71,-92v0,-60,20,-90,85,-90v19,0,48,5,69,10xm140,-35r0,-112v-49,-13,-102,-2,-92,59v-8,76,51,75,92,53",w:194,k:{j:-10}},r:{d:"24,-170r27,-4r3,12v14,-13,33,-17,55,-14r-4,29v-19,-3,-36,1,-50,9r0,138r-31,0r0,-170",w:114,k:{"\u2026":22,"\u00ff":-9,"\u00fd":-9,"\u0153":1,"\u00f8":1,"\u00f6":1,"\u00f5":1,"\u00f4":1,"\u00f3":1,"\u00f2":1,"\u00eb":2,"\u00ea":2,"\u00e9":2,"\u00e8":2,"\u00f0":1,"\u00e7":1,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"\u201e":22,"\u201a":22,",":22,".":22,y:-9,o:1,e:2,c:1,a:4,w:-9,v:-12,t:-8,g:2,f:-6,d:3}},s:{d:"118,-171r2,27v-23,-10,-79,-16,-79,15v0,27,24,25,44,30v38,9,47,21,47,50v0,56,-72,62,-116,44r-2,-28v26,12,90,23,88,-15v5,-24,-28,-25,-48,-30v-28,-7,-43,-19,-43,-50v0,-50,65,-59,107,-43",w:144,k:{"*":16,v:1}},t:{d:"104,0v-48,11,-74,2,-74,-61r0,-87r-25,0r0,-26r25,0r2,-42r28,-2r0,44r42,0r-4,26r-38,0r0,86v1,27,-3,40,22,39v8,0,18,-1,26,-3",w:117,k:{"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f9":4,"\u0153":4,"\u00f8":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00f0":4,"\u00e7":4,u:4,o:4,e:4,c:4,"/":-9,x:-6,q:4,g:4,d:4}},u:{d:"23,-170r30,-4v8,57,-27,151,42,151v68,0,31,-92,40,-147r31,-4v-6,81,29,178,-71,178v-99,0,-66,-92,-72,-174",w:188},v:{d:"5,-174r31,0r45,135r47,-135r30,0v-15,63,-43,114,-62,174r-30,0v-19,-59,-46,-111,-61,-174",w:163,k:{"\u2026":18,"\u0153":5,"\u00f8":5,"\u00f6":5,"\u00f5":5,"\u00f4":5,"\u00f3":5,"\u00f2":5,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00f0":5,"\u00e7":5,"\u00e6":3,"\u00e5":3,"\u00e4":3,"\u00e3":3,"\u00e2":3,"\u00e1":3,"\u00e0":3,"\u201e":18,"\u201a":18,",":18,".":18,o:5,e:5,c:5,a:3,x:-4,w:-14,q:5,g:5,f:-12,d:5}},w:{d:"5,-174r34,0r34,137r37,-128r30,0r37,128r36,-137r33,0v-13,63,-36,115,-52,174r-34,0r-36,-118r-35,118r-34,0r-50,-167r0,-7",w:250,k:{"\u2026":14,"\u00ff":-14,"\u00fd":-14,"\u0153":2,"\u00f8":2,"\u00f6":2,"\u00f5":2,"\u00f4":2,"\u00f3":2,"\u00f2":2,"\u00eb":2,"\u00ea":2,"\u00e9":2,"\u00e8":2,"\u00f0":2,"\u00e7":2,"\u00e6":2,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00e1":2,"\u00e0":2,"\u201e":14,"\u201a":14,",":14,".":14,y:-14,o:2,e:2,c:2,a:2,x:-9,w:-14,v:-14,t:-12,q:2,g:2,f:-11,d:2}},x:{d:"10,-174r31,0r42,61r40,-61r31,0r0,7r-53,77r58,84r0,6r-30,0r-47,-66r-46,66r-31,0r0,-6r59,-83r-54,-78r0,-7",w:164,k:{"\u0153":2,"\u00f8":2,"\u00f6":2,"\u00f5":2,"\u00f4":2,"\u00f3":2,"\u00f2":2,"\u00eb":1,"\u00ea":1,"\u00e9":1,"\u00e8":1,"\u00f0":2,"\u00e7":3,"\u00e6":3,"\u00e5":3,"\u00e4":3,"\u00e3":3,"\u00e2":3,"\u00e1":3,"\u00e0":3,o:2,e:1,c:3,a:3,w:-9,g:1,f:-4,d:5}},y:{d:"6,-174r34,0r47,139r47,-139r33,0v-25,89,-62,165,-91,250r-30,-7r26,-64v-21,-61,-49,-114,-66,-179",w:172,k:{w:-14,r:1,q:5,j:1,g:5,f:-12,d:5,a:4,"\u00e0":4,"\u00e1":4,"\u00e2":4,"\u00e3":4,"\u00e4":4,"\u00e5":4,"\u00e6":4,e:5,"\u00e8":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,o:5,"\u00f0":5,"\u00f2":5,"\u00f3":5,"\u00f4":5,"\u00f5":5,"\u00f6":5,"\u00f8":5,"\u0153":5,c:5,"\u00e7":5,s:1,"\u0161":1,u:2,"\u00f9":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,".":18,",":18,"\u201a":18,"\u201e":18,"\u2026":18}},z:{d:"18,-174r118,0r0,18r-86,130r89,0r-6,26r-119,0r-4,-18r86,-130r-84,0",w:151,k:{f:-3,a:1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1}},"&":{d:"69,-139v-53,-36,-45,-114,34,-113v91,1,82,97,15,122r56,57v10,-21,15,-46,15,-75r30,-6v1,40,-8,74,-25,103r35,34r-22,21r-31,-32v-40,49,-165,45,-165,-36v0,-36,20,-60,58,-75xm157,-48r-69,-71v-26,10,-42,27,-42,53v-1,56,86,52,111,18xm103,-226v-52,0,-41,46,-4,75v25,-12,37,-26,37,-46v0,-19,-12,-29,-33,-29",w:239},"@":{d:"193,-181r0,75v0,16,4,27,18,27v21,0,29,-27,29,-60v0,-54,-33,-88,-91,-88v-68,0,-99,43,-99,105v0,102,88,115,169,88r-4,27v-98,32,-197,-6,-197,-115v0,-81,50,-131,131,-131v77,0,119,45,119,113v0,54,-21,83,-60,83v-19,1,-30,-8,-38,-19v-33,36,-91,12,-84,-50v-7,-64,58,-75,107,-55xm167,-99r0,-65v-28,-9,-53,-5,-53,38v0,56,35,53,53,27",w:286,k:{X:16,T:14}},"!":{d:"19,-251r36,-4r-5,182r-26,3xm20,-33r35,-5r0,38r-35,0r0,-33",w:74},"\u00a1":{d:"55,77r-35,4r4,-182r27,-3xm55,-140r-35,4r0,-38r35,0r0,34",w:74},"?":{d:"13,-212r4,-29v49,-22,134,-11,125,51v5,34,-23,63,-55,76v-13,6,-15,24,-14,45r-31,4v-6,-47,11,-69,43,-82v33,-14,34,-77,-16,-77v-19,0,-38,4,-56,12xm40,-33r35,-5r0,38r-35,0r0,-33",w:153},"\u00bf":{d:"141,38r-4,29v-49,22,-134,12,-125,-50v-5,-34,23,-64,55,-77v14,-6,13,-24,13,-45r32,-4v6,47,-12,67,-44,82v-18,8,-23,20,-23,43v-1,48,64,36,96,22xm113,-140r-35,4r0,-38r35,0r0,34",w:153,k:{j:-23}},"*":{d:"20,-253r35,19r-9,-41r35,0r-8,41r34,-19r11,32r-38,6r29,30r-26,18r-19,-39r-19,39r-27,-18r29,-30r-38,-6",w:127},".":{d:"21,-33r35,-5r0,38r-35,0r0,-33",w:77,k:{w:11,v:19,W:13,V:18,T:25,Y:18,"\u00dd":18,"\u0178":18,y:13,"\u00fd":13,"\u00ff":13}},",":{d:"20,-33r37,-5v2,48,-3,73,-36,98r-9,-12v13,-12,23,-27,23,-48r-15,0r0,-33",w:77,k:{w:11,v:19,j:-18,W:13,V:18,T:25,Y:18,"\u00dd":18,"\u0178":18,y:13,"\u00fd":13,"\u00ff":13}},":":{d:"21,-33r35,-5r0,38r-35,0r0,-33xm21,-166r35,-4r0,38r-35,0r0,-34",w:77},";":{d:"21,-166r36,-4r0,38r-36,0r0,-34xm20,-33r37,-5v2,48,-3,73,-36,98r-9,-12v13,-12,23,-27,23,-48r-15,0r0,-33",w:77},"\u00b7":{d:"21,-120r36,-5r0,38r-36,0r0,-33",w:77},"\u2022":{d:"15,-98v0,-31,21,-60,61,-60v36,0,60,29,60,60v0,31,-24,59,-60,59v-40,0,-61,-28,-61,-59",w:151},"/":{d:"87,-252r30,0v-19,91,-50,169,-73,256r-31,0v19,-91,51,-169,74,-256",w:129,k:{"\u0178":-23,"\u00dd":-23,Y:-23,W:-22,V:-21,T:-21}},"(":{d:"81,-260r22,15v-66,89,-73,188,1,277r-23,14v-87,-96,-79,-212,0,-306",w:117,k:{j:-33}},"\u00a6":{d:"21,-252r32,-3r0,97r-32,3r0,-97xm21,-88r32,-3r0,97r-32,3r0,-97",w:74},")":{d:"13,-247r23,-13v82,94,80,213,0,306r-22,-15v69,-88,68,-191,-1,-278",w:116},"[":{d:"27,-252r69,0r6,27r-43,0r0,250r43,0r-6,27r-69,0r0,-304",w:110,k:{"\u0178":-12,"\u00dd":-12,Y:-12,j:-27,W:-18,V:-18,T:-12}},"\\":{d:"13,-244r0,-8r29,0r75,248r0,8r-31,0",w:129,k:{"\u00c5":-23,"\u00c4":-23,"\u00c3":-23,"\u00c2":-23,"\u00c1":-23,"\u00c0":-23,A:-23,M:-9,J:-12}},"]":{d:"14,-252r70,0r0,304r-69,0r-6,-27r43,0r0,-250r-43,0",w:110},"{":{d:"35,-203v3,-48,29,-54,70,-52r5,28v-28,-2,-46,1,-43,32v4,39,-1,89,-27,92v26,-2,30,53,27,92v-2,31,14,36,44,33r-5,27v-41,2,-69,-3,-71,-51v-1,-34,7,-87,-26,-85r0,-32v35,1,25,-50,26,-84",w:119,k:{"\u0178":-16,"\u00dd":-16,Y:-16,j:-30,W:-10,V:-14,T:-12}},"|":{d:"27,-252r32,-3r0,260r-32,3r0,-260",w:86},"}":{d:"15,-255v41,-2,68,4,70,52v1,34,-9,85,26,84r0,32v-32,-1,-25,51,-26,85v-1,48,-31,53,-71,51r-5,-27v29,2,47,-2,44,-33v-3,-40,1,-93,27,-93v-28,-1,-30,-53,-27,-91v2,-31,-15,-34,-43,-32",w:119},"-":{d:"16,-108r70,0r-3,28r-67,0r0,-28",w:100},"\u00ad":{d:"16,-108r70,0r-3,28r-67,0r0,-28",w:100},"\u2013":{d:"0,-108r180,0r-4,28r-176,0r0,-28",w:180},"\u2014":{d:"0,-108r360,0r-4,28r-356,0r0,-28",w:360},_:{d:"-4,28r181,0r-3,24r-178,0r0,-24",w:173},"\u2020":{d:"73,-245r35,-3r0,85r61,-1r-4,29r-57,0r-2,181r-30,3r-1,-184r-57,0r-4,-29r60,1",w:183},"\u2021":{d:"73,-245r35,-3r0,71r61,0r-4,29r-57,-1r-1,53r53,-1r-4,30r-49,-1r-1,114r-30,3r-1,-117r-48,1r-4,-30r52,1r0,-53r-57,1r-4,-29r60,0",w:183},"\u00a7":{d:"119,-246r4,30v-20,-11,-68,-18,-71,9v-3,23,27,26,46,29v50,7,53,67,22,89v33,29,19,93,-48,93v-18,0,-33,-3,-45,-8r-4,-29v26,13,83,21,83,-15v0,-24,-27,-31,-48,-33v-46,-4,-64,-68,-24,-89v-33,-27,-11,-82,46,-82v17,0,30,2,39,6xm110,-126v0,-25,-34,-27,-55,-33v-24,13,-14,52,15,53r27,6v8,-4,13,-12,13,-26",w:153},"\u00b6":{d:"6,-177v0,-84,99,-72,182,-71r-3,26r-18,0r0,265r-31,2r0,-267r-30,0r0,270r-33,3r0,-158v-42,-5,-67,-30,-67,-70",w:194},"\u00ae":{d:"146,-253v87,0,128,58,128,128v0,70,-41,129,-128,129v-87,0,-128,-59,-128,-129v0,-70,41,-128,128,-128xm146,-224v-63,0,-95,40,-95,99v0,59,32,101,95,101v61,0,95,-42,95,-101v0,-59,-34,-99,-95,-99xm106,-188v43,0,86,-6,86,38v0,23,-9,36,-28,39v9,18,24,30,30,51r-25,0r-29,-49r-8,0r0,49r-26,0r0,-128xm132,-167r0,37v19,0,34,2,34,-19v0,-20,-15,-18,-34,-18",w:292},"\u00a9":{d:"182,-185r2,23v-31,-9,-64,-12,-64,38v0,50,31,47,66,38r-2,22v-48,14,-90,1,-90,-60v0,-61,41,-75,88,-61xm146,-253v87,0,128,58,128,128v0,70,-41,129,-128,129v-87,0,-128,-59,-128,-129v0,-70,41,-128,128,-128xm146,-224v-63,0,-95,40,-95,99v0,59,32,101,95,101v61,0,95,-42,95,-101v0,-59,-34,-99,-95,-99",w:292},"\u2122":{d:"108,-249r36,-2r18,71r15,-69r36,-2r9,102r-26,0v-2,-21,-1,-47,-5,-66r-13,60r-31,2v-6,-20,-8,-44,-16,-62r-5,66r-26,0xm12,-251r82,0r-4,24r-26,0r0,78r-25,0r0,-78r-27,0r0,-24",w:235},"\u201c":{d:"116,-264r9,13v-13,12,-23,27,-23,48r15,0r0,33r-37,5v-2,-48,3,-74,36,-99xm51,-264r9,13v-13,12,-23,27,-23,48r15,0r0,33r-37,5v-2,-48,3,-74,36,-99",w:137,k:{W:-11,V:-11,Y:-11,"\u00dd":-11,"\u0178":-11}},"\u201d":{d:"20,-258r37,-6v2,48,-3,74,-36,99r-9,-12v13,-12,23,-27,23,-48r-15,0r0,-33xm85,-258r37,-6v2,48,-3,74,-36,99r-9,-12v13,-12,23,-27,23,-48r-15,0r0,-33",w:137},"\u2018":{d:"51,-264r9,13v-13,12,-23,27,-23,48r15,0r0,33r-37,5v-2,-48,3,-74,36,-99",w:72,k:{W:-11,V:-11,Y:-11,"\u00dd":-11,"\u0178":-11}},"\u2019":{d:"20,-258r37,-6v2,48,-3,74,-36,99r-9,-12v13,-12,23,-27,23,-48r-15,0r0,-33",w:72},"\u00ab":{d:"62,-156r24,15r-40,59r40,59r-24,14r-52,-69r0,-8xm137,-156r24,15r-40,59r41,59r-24,14r-52,-69r0,-8",w:173},"\u00bb":{d:"87,-141r25,-15r51,70r0,8r-52,69r-24,-14r40,-59xm12,-141r24,-15r51,70r0,8r-51,69r-24,-14r40,-59",w:173},"\u2039":{d:"62,-156r24,15r-40,59r40,59r-24,14r-52,-69r0,-8",w:97},"\u203a":{d:"12,-141r24,-15r51,70r0,8r-51,69r-24,-14r40,-59",w:97},"\u201a":{d:"20,-33r37,-5v2,48,-3,73,-36,98r-9,-12v13,-12,23,-27,23,-48r-15,0r0,-33",w:72,k:{w:11,v:19,W:13,V:18,T:25,Y:18,"\u00dd":18,"\u0178":18,y:13,"\u00fd":13,"\u00ff":13}},"\u201e":{d:"20,-33r37,-5v2,48,-3,73,-36,98r-9,-12v13,-12,23,-27,23,-48r-15,0r0,-33xm85,-33r37,-5v2,48,-3,73,-36,98r-9,-12v13,-12,23,-27,23,-48r-15,0r0,-33",w:137,k:{w:11,v:19,W:13,V:18,T:25,Y:18,"\u00dd":18,"\u0178":18,y:13,"\u00fd":13,"\u00ff":13}},"\u00aa":{d:"19,-248v33,-13,86,-11,83,32v3,18,-9,53,10,55r-3,20v-12,3,-29,0,-32,-9v-20,17,-74,13,-70,-22v-3,-28,31,-37,68,-34v6,-37,-36,-27,-58,-18xm75,-185v-16,1,-42,-4,-39,13v-1,18,32,14,39,4r0,-17",w:115},"\u00ba":{d:"63,-231v-15,0,-22,5,-22,34v0,29,7,34,22,34v15,0,23,-5,23,-34v0,-29,-8,-34,-23,-34xm63,-255v32,0,53,16,53,58v0,42,-21,57,-53,57v-33,0,-52,-15,-52,-57v0,-42,19,-58,52,-58",w:126},"0":{d:"102,-252v67,0,84,41,84,127v0,88,-21,129,-86,129v-65,0,-85,-41,-85,-128v0,-87,21,-128,87,-128xm101,-223v-41,0,-50,30,-50,98v0,68,9,100,50,100v41,0,49,-31,49,-100v0,-68,-9,-98,-49,-98"},"1":{d:"43,-222v28,-9,46,-29,87,-26r0,248r-32,0r0,-216r-52,23"},"2":{d:"28,-25v46,-44,112,-96,116,-158v3,-54,-75,-41,-109,-25r3,-31v53,-23,140,-21,140,53v0,56,-64,121,-101,155r102,0r-8,31r-137,0"},"3":{d:"35,-213r5,-29v50,-19,133,-15,133,49v0,33,-16,54,-41,61v30,8,47,25,47,61v0,76,-95,89,-150,62r-3,-29v38,20,119,26,119,-32v0,-41,-35,-49,-81,-47r0,-28v43,3,75,-7,75,-46v0,-52,-76,-34,-104,-22"},"4":{d:"101,-248r32,0r0,9r-82,154r81,0r0,-89r32,-4r0,93r30,0r-3,27r-27,0r0,58r-32,0r0,-58r-114,0r-5,-20"},"5":{d:"45,-248r118,0r-6,27r-84,0r-4,72v61,-11,111,7,111,71v0,53,-23,82,-85,82v-22,0,-45,-5,-61,-12r-5,-31v44,21,117,29,117,-38v0,-61,-69,-46,-110,-37"},"6":{d:"158,-246r3,30v-12,-5,-27,-9,-42,-9v-47,0,-58,35,-61,80v51,-23,123,-17,123,63v0,54,-22,86,-77,86v-62,0,-81,-38,-81,-118v0,-117,46,-153,135,-132xm57,-114v-1,58,12,90,48,90v31,0,42,-17,42,-55v0,-59,-57,-55,-90,-35"},"7":{d:"29,-248r151,0r10,18r-113,234r-32,-12r103,-212r-127,0"},"8":{d:"69,-131v-62,-27,-56,-121,33,-121v89,0,92,98,28,120v36,14,53,35,53,67v0,44,-28,69,-83,69v-97,0,-106,-113,-31,-135xm103,-145v47,-9,53,-81,-1,-81v-26,0,-40,12,-40,36v0,23,14,35,41,45xm96,-117v-56,15,-61,96,6,94v30,0,47,-12,47,-40v0,-27,-17,-41,-53,-54"},"9":{d:"44,-3r-4,-29v58,21,106,2,104,-71v-55,26,-124,12,-124,-66v0,-54,28,-83,79,-83v60,0,80,36,80,117v0,113,-46,158,-135,132xm144,-133v1,-60,-9,-92,-45,-92v-30,0,-44,14,-44,55v0,60,58,54,89,37"},"$":{d:"89,-283r25,-4r0,35v17,1,34,4,46,9r5,30v-15,-6,-34,-10,-51,-11r0,84v47,8,64,28,64,71v0,41,-19,65,-64,71r0,31r-25,3r0,-32v-22,-1,-40,-6,-56,-12r-5,-32v19,8,41,15,61,15r0,-87v-41,-10,-66,-25,-66,-75v0,-37,21,-59,66,-64r0,-32xm89,-146r0,-76v-41,6,-42,72,0,76xm114,-106r0,78v18,-5,29,-16,29,-39v0,-23,-8,-32,-29,-39"},"\u00a2":{d:"98,-208r24,-4r0,35v13,1,24,4,32,7r4,27v-10,-4,-23,-8,-36,-9r0,130v13,-1,28,-5,39,-10r-3,27v-10,4,-23,7,-36,8r0,28r-24,4r0,-32v-47,-3,-65,-25,-65,-91v0,-63,20,-85,65,-89r0,-31xm98,-23r0,-128v-24,4,-33,20,-33,63v0,46,9,61,33,65"},"\u20ac":{d:"5,-153r26,0v7,-96,81,-113,157,-89r5,31v-55,-22,-127,-19,-126,58r80,0r-6,27v-24,2,-56,-4,-76,2v0,7,1,13,1,19r73,0r-5,26r-65,0v8,64,74,59,129,43r-4,30v-69,22,-157,10,-161,-73r-33,0r0,-26r30,0r0,-21r-25,0r0,-27"},"\u0192":{d:"58,-142r32,0v1,-73,28,-133,102,-106r3,27v-35,-15,-68,-7,-69,41r-4,38r45,0r-5,28r-43,0v-9,82,-3,215,-109,176r-3,-27v35,14,64,5,69,-43r11,-106r-29,0r0,-28"},"\u00a3":{d:"26,-139r27,0v-4,-65,7,-116,70,-113v18,0,31,3,42,8r2,30v-34,-17,-89,-12,-81,41r0,34r62,0r-5,27r-57,0v1,35,2,67,-20,81r115,0r-9,31r-147,0r-4,-26v35,-14,33,-42,32,-86r-27,0r0,-27"},"\u00a5":{d:"9,-248r34,0r59,123r59,-123r32,0r0,9r-61,122r35,0r-5,26r-43,0r0,22r39,0r-6,26r-33,0r0,43r-34,0r0,-43r-46,0r0,-26r46,0r0,-22r-46,0r0,-26r32,0r-62,-122r0,-9"},"#":{d:"67,-248r29,0r-11,77r49,0r12,-77v51,3,23,-17,17,77r44,0r-4,25r-44,0r-7,50r43,0r-3,25r-44,0r-11,71r-29,0r11,-71r-50,0r-10,71r-29,0r10,-71r-44,0r4,-25r44,0r7,-50r-43,0r4,-25r43,0xm81,-146r-8,50r49,0r8,-50r-49,0",w:200},"%":{d:"65,-252v34,0,50,19,50,69v0,50,-16,69,-50,69v-35,0,-51,-19,-51,-69v0,-50,16,-69,51,-69xm65,-228v-17,0,-22,13,-22,45v0,32,5,45,22,45v17,0,21,-13,21,-45v0,-32,-4,-45,-21,-45xm225,-135v34,0,50,19,50,69v0,50,-16,70,-50,70v-35,0,-50,-20,-50,-70v0,-50,15,-69,50,-69xm225,-111v-17,0,-22,13,-22,45v0,32,5,45,22,45v17,0,22,-13,22,-45v0,-32,-5,-45,-22,-45xm215,-259r27,17r-165,248r-26,-18",w:289},"\u2030":{d:"65,-252v34,0,50,19,50,69v0,50,-16,69,-50,69v-35,0,-51,-19,-51,-69v0,-50,16,-69,51,-69xm65,-228v-17,0,-22,13,-22,45v0,32,5,45,22,45v17,0,21,-13,21,-45v0,-32,-4,-45,-21,-45xm225,-135v34,0,50,19,50,69v0,50,-16,70,-50,70v-35,0,-50,-20,-50,-70v0,-50,15,-69,50,-69xm225,-111v-17,0,-22,13,-22,45v0,32,5,45,22,45v17,0,22,-13,22,-45v0,-32,-5,-45,-22,-45xm215,-259r27,17r-165,248r-26,-18xm345,-135v34,0,51,19,51,69v0,50,-17,70,-51,70v-35,0,-50,-20,-50,-70v0,-50,15,-69,50,-69xm345,-111v-17,0,-21,13,-21,45v0,32,4,45,21,45v17,0,22,-13,22,-45v0,-32,-5,-45,-22,-45",w:410},"+":{d:"82,-174r35,-3r0,66r61,0r-7,33r-54,0r0,63r-35,3r0,-66r-59,0r0,-33r59,0r0,-63"},"\u2212":{d:"24,-111r154,0r-7,33r-147,0r0,-33"},"\u00d7":{d:"56,-162r44,44r45,-44r25,24r-45,44r43,44r-24,25r-44,-44r-43,44r-25,-25r44,-44r-44,-44"},"<":{d:"34,-107r115,-70r19,27r-88,54r88,54r-19,27r-115,-71r0,-21"},"\u00f7":{d:"78,-178r43,-4r0,44r-43,0r0,-40xm78,-50r43,-4r0,44r-43,0r0,-40xm24,-111r154,0r-7,33r-147,0r0,-33"},"=":{d:"24,-80r153,0r-7,32r-146,0r0,-32xm24,-150r153,0r-7,33r-146,0r0,-33"},"\u00ac":{d:"24,-111r153,0r0,70r-29,3r0,-40r-124,0r0,-33"},">":{d:"53,-177r115,70r0,21r-115,71r-19,-27r88,-54r-88,-54"},"\u2260":{d:"24,-150r81,0r17,-44r24,8r-14,36r45,0r-7,33r-51,0r-14,37r72,0r-7,32r-77,0r-17,44r-23,-9r13,-35r-42,0r0,-32r54,0r15,-37r-69,0r0,-33"},"\u2248":{d:"40,-113r-24,-16v20,-50,64,-50,97,-23v19,16,41,14,47,-13r25,14v-13,52,-60,48,-91,24v-21,-16,-40,-14,-54,14xm40,-33r-24,-16v20,-50,64,-52,97,-24v19,16,41,15,47,-12r25,14v-13,52,-60,48,-91,24v-22,-16,-40,-15,-54,14"},"\u00b1":{d:"24,-148r59,0r0,-56r35,-3r0,59r59,0r-7,32r-52,0r0,56r-35,3r0,-59r-59,0r0,-32xm24,-32r153,0r-7,32r-146,0r0,-32"},"\u2264":{d:"24,-32r153,0r-7,32r-146,0r0,-32xm24,-145r130,-65r16,29r-99,49r99,48r-16,29r-130,-65r0,-25"},"\u2265":{d:"24,-32r153,0r-7,32r-146,0r0,-32xm42,-210r131,65r0,25r-131,65r-15,-29r99,-48r-99,-49"},"^":{d:"89,-248r24,0r68,103r-26,16r-54,-81r-55,81r-25,-16"},"~":{d:"37,-76r-24,-17v22,-47,66,-46,101,-23v25,15,39,17,51,-14r23,17v-17,51,-56,46,-93,23v-25,-16,-43,-14,-58,14"},"\u25ca":{d:"101,-209r-47,88r47,88r47,-89xm85,-250r30,-2r70,130r-68,128r-32,2r-69,-129"},"\u00b0":{d:"66,-266v27,0,47,20,47,47v0,27,-20,48,-47,48v-27,0,-47,-21,-47,-48v0,-27,20,-47,47,-47xm46,-219v0,11,9,20,20,20v11,0,19,-9,19,-20v0,-11,-8,-19,-19,-19v-11,0,-20,8,-20,19",w:131},"'":{d:"13,-266r35,-4r-4,90r-31,4r0,-90",w:59},'"':{d:"13,-266r35,-4r-4,90r-31,4r0,-90xm72,-266r36,-4r-5,90r-31,4r0,-90",w:119},"\u221a":{d:"5,-174r54,0r43,135r72,-216r30,0v-22,90,-56,168,-81,254r-37,3r-52,-150r-29,0r0,-26",w:208},"\u00a4":{d:"11,-191r23,-22r28,28v21,-14,53,-15,74,0r28,-28r23,22r-29,29v14,21,14,52,1,73r28,29r-23,22r-28,-28v-21,13,-53,14,-74,-1r-28,29r-23,-22r29,-29v-14,-20,-15,-52,-1,-73xm61,-126v0,23,17,39,38,39v21,0,39,-16,39,-39v0,-23,-18,-39,-39,-39v-21,0,-38,16,-38,39",w:198},"\u221e":{d:"150,-139v22,-26,44,-40,73,-40v37,0,62,25,62,61v0,37,-28,61,-65,61v-24,0,-45,-13,-71,-40v-30,52,-137,59,-137,-20v0,-37,26,-62,64,-62v28,0,49,13,74,40xm170,-118v22,22,33,30,50,30v20,0,33,-13,33,-30v0,-49,-68,-29,-83,0xm129,-118v-17,-18,-29,-30,-52,-30v-20,0,-32,11,-32,30v0,47,67,31,84,0",w:297},"\u00b5":{d:"24,-170r31,-4r0,115v0,28,14,36,41,36v68,0,32,-92,41,-147r30,-4v-6,81,29,178,-71,178v-17,0,-31,-4,-41,-10r0,72r-31,4r0,-240",w:190},"\u03bc":{d:"24,-170r31,-4r0,115v0,28,14,36,41,36v68,0,32,-92,41,-147r30,-4v-6,81,29,178,-71,178v-17,0,-31,-4,-41,-10r0,72r-31,4r0,-240",w:190},"\u2202":{d:"36,-216r3,-30v13,-6,30,-11,49,-11v69,0,87,59,87,140v0,80,-21,121,-81,121v-47,0,-76,-25,-76,-82v0,-81,71,-92,123,-65v0,-51,-16,-86,-56,-86v-19,0,-34,4,-49,13xm143,-109v-28,-24,-92,-31,-92,32v0,34,13,54,44,54v36,0,48,-28,48,-86",w:195},"\u2211":{d:"14,-248r192,0r-4,31r-148,0r107,108r0,15r-108,124r154,0r-7,30r-184,0r-6,-27r116,-133r-116,-118",w:217},"\u220f":{d:"6,-248r223,0r-5,30r-36,0r0,275r-33,3r0,-278r-79,0r0,275r-33,3r0,-278r-37,0r0,-30",w:236},"\u03c0":{d:"12,-174r196,0r-5,26r-35,0r0,99v-5,29,19,29,38,23r-4,25v-33,12,-64,6,-64,-46r0,-101r-60,0r0,148r-31,0r0,-148r-35,0r0,-26",w:221},"\u222b":{d:"71,-193v4,64,20,118,23,176v3,52,-33,76,-84,66r-5,-26v38,11,63,-6,57,-53v-10,-74,-71,-247,61,-226r3,25v-30,-11,-57,8,-55,38",w:131},"\u03a9":{d:"18,-25r46,0v-26,-18,-41,-53,-41,-104v0,-82,40,-122,104,-122v64,0,104,40,104,122v0,51,-15,86,-41,104r46,0r-4,25r-88,0v0,-9,-9,-24,2,-25v33,-11,51,-47,51,-102v0,-63,-21,-95,-70,-95v-49,0,-70,32,-70,95v1,58,19,94,57,104r-4,23r-88,0",w:254},"\u2126":{d:"18,-25r46,0v-26,-18,-41,-53,-41,-104v0,-82,40,-122,104,-122v64,0,104,40,104,122v0,51,-15,86,-41,104r46,0r-4,25r-88,0v0,-9,-9,-24,2,-25v33,-11,51,-47,51,-102v0,-63,-21,-95,-70,-95v-49,0,-70,32,-70,95v1,58,19,94,57,104r-4,23r-88,0",w:254},"\u2206":{d:"90,-247r43,-3r82,231r-12,19r-181,0r-11,-18xm112,-211r-62,180r125,0",w:225},"\u2113":{d:"91,-226v-34,0,-19,71,-22,109v31,-23,43,-44,43,-76v0,-23,-10,-33,-21,-33xm38,-99v1,-68,-14,-155,55,-153v31,0,50,23,50,55v0,46,-22,80,-74,114v-1,34,5,59,28,59v13,0,29,-10,42,-28r12,23v-31,50,-120,47,-113,-39r-23,13r-2,-30",w:164},"\u212e":{d:"67,-50v31,62,143,58,180,4r21,0v-26,30,-66,49,-112,49v-78,0,-142,-56,-142,-127v0,-71,64,-127,142,-127v79,1,143,56,142,130r-231,2r0,69xm246,-200v-34,-57,-134,-56,-176,-7v-6,19,-3,56,-2,79r178,-2r0,-70",w:312},"\u2116":{d:"253,-28r98,0r-5,28r-93,0r0,-28xm27,-248r30,0r135,194r0,-191r31,-3r0,248r-34,0r-130,-189r0,189r-32,0r0,-248xm301,-138v-15,0,-23,5,-23,34v0,29,8,35,23,35v15,0,22,-6,22,-35v0,-29,-7,-34,-22,-34xm301,-161v32,0,52,15,52,57v0,42,-20,58,-52,58v-33,0,-53,-16,-53,-58v0,-42,20,-57,53,-57",w:368},"\u2044":{d:"97,-263r26,17r-165,252r-26,-18",w:57},"\u00b9":{d:"17,-233v21,-8,33,-26,65,-23r0,134r-27,0r0,-102r-28,14",w:123},"\u00b2":{d:"18,-141v28,-24,65,-41,65,-77v0,-28,-42,-15,-60,-7r2,-24v32,-14,89,-15,87,28v-1,33,-32,60,-55,77r53,0r-6,22r-81,0",w:123},"\u00b3":{d:"22,-228r2,-24v30,-11,87,-11,84,28v0,14,-7,27,-20,32v15,5,24,14,24,33v0,41,-60,45,-93,33r-3,-24v22,9,66,17,68,-11v2,-20,-20,-18,-41,-18r0,-23v21,1,41,-2,39,-20v-3,-21,-43,-13,-60,-6",w:123},"\u00bd":{d:"16,-233v21,-8,33,-26,65,-23r0,134r-27,0r0,-102r-28,14xm177,-20v28,-24,65,-40,65,-76v0,-28,-42,-15,-60,-7r2,-24v32,-14,89,-15,87,28v-1,33,-32,60,-55,77r53,0r-6,22r-81,0xm211,-263r26,17r-165,252r-26,-18",w:288},"\u00bc":{d:"203,-134r27,0v-10,31,-30,53,-43,81r37,0r0,-34r27,-3r0,37r20,0r-3,23r-17,0r0,30r-27,0r0,-30r-65,0r-4,-19xm211,-263r26,17r-165,252r-26,-18xm16,-233v21,-8,33,-26,65,-23r0,134r-27,0r0,-102r-28,14",w:288},"\u00be":{d:"203,-134r27,0v-10,31,-30,53,-43,81r37,0r0,-34r27,-3r0,37r20,0r-3,23r-17,0r0,30r-27,0r0,-30r-65,0r-4,-19xm21,-228r2,-24v30,-11,87,-11,84,28v0,14,-7,27,-20,32v15,5,24,14,24,33v0,41,-60,45,-93,33r-3,-24v22,9,66,17,68,-11v2,-20,-20,-18,-41,-18r0,-23v21,1,41,-2,39,-20v-3,-21,-43,-13,-60,-6xm211,-263r26,17r-165,252r-26,-18",w:288},"\u0131":{d:"26,-170r31,-4r0,174r-31,0r0,-170",w:82},"`":{d:"34,-269r75,48r-14,22r-78,-42",w:126},"\u00b4":{d:"16,-221r75,-48r18,28r-79,42",w:126},"\u00a8":{d:"8,-254r42,-4r0,44r-42,0r0,-40xm76,-254r42,-4r0,44r-42,0r0,-40",w:126},"\u02c6":{d:"52,-269r21,0r49,53r-22,15v-13,-12,-23,-27,-38,-37r-36,37r-22,-15",w:126},"\u02dc":{d:"4,-223v15,-39,40,-43,66,-23v15,13,26,11,33,-11r20,11v-8,39,-40,45,-66,24v-15,-11,-25,-10,-34,12",w:126},"\u00af":{d:"9,-248r108,0r-9,27r-99,0r0,-27",w:126},"\u02d8":{d:"13,-256r27,-4v1,28,44,29,45,0r27,4v-2,26,-19,45,-49,45v-30,0,-48,-19,-50,-45",w:126},"\u02d9":{d:"42,-257r42,-5r0,44r-42,0r0,-39",w:126},"\u02da":{d:"28,-232v0,-18,13,-33,35,-33v22,0,35,15,35,33v0,18,-13,34,-35,34v-22,0,-35,-16,-35,-34xm50,-232v0,7,6,13,13,13v7,0,13,-6,13,-13v0,-7,-6,-12,-13,-12v-7,0,-13,5,-13,12",w:126},"\u00b8":{d:"40,0r22,0r-2,17v24,-1,37,5,39,31v2,32,-40,39,-69,28r-2,-19v11,3,48,10,45,-8v3,-18,-26,-11,-39,-10",w:126},"\u02dd":{d:"-5,-222r61,-50r16,21r-62,47xm63,-222r62,-50r16,21r-63,47",w:126},"\u02db":{d:"27,48v3,-31,27,-53,67,-48v-27,13,-39,29,-39,44v-1,20,29,16,44,11r-3,21v-25,11,-72,5,-69,-28",w:126},"\u02c7":{d:"4,-256r22,-15v13,12,23,27,38,37r36,-37r22,15r-49,53r-21,0",w:126},"\u00c0":{d:"86,-247r46,-3r77,250r-33,0r-17,-54r-100,0r-17,54r-33,0v21,-87,53,-163,77,-247xm108,-212r-40,128r82,0v-15,-41,-24,-90,-42,-128xm74,-327r85,37r-11,24r-88,-31",w:217,k:{"\u00c6":-5,w:14,v:14,t:1,f:1,X:-4,W:16,V:22,T:29,Q:5,J:-7,G:5}},"\u00c1":{d:"86,-247r46,-3r77,250r-33,0r-17,-54r-100,0r-17,54r-33,0v21,-87,53,-163,77,-247xm108,-212r-40,128r82,0v-15,-41,-24,-90,-42,-128xm59,-290r85,-37r13,30r-88,31",w:217,k:{"\u00c6":-5,w:14,v:14,t:1,f:1,X:-4,W:16,V:22,T:29,Q:5,J:-7,G:5}},"\u00c2":{d:"86,-247r46,-3r77,250r-33,0r-17,-54r-100,0r-17,54r-33,0v21,-87,53,-163,77,-247xm108,-212r-40,128r82,0v-15,-41,-24,-90,-42,-128xm50,-283r48,-46r20,0r49,46r-22,17v-13,-10,-23,-24,-38,-32r-36,32",w:217,k:{"\u00c6":-5,w:14,v:14,t:1,f:1,X:-4,W:16,V:22,T:29,Q:5,J:-7,G:5}},"\u00c3":{d:"86,-247r46,-3r77,250r-33,0r-17,-54r-100,0r-17,54r-33,0v21,-87,53,-163,77,-247xm108,-212r-40,128r82,0v-15,-41,-24,-90,-42,-128xm46,-289v19,-51,57,-31,88,-15v6,0,11,-6,15,-18r22,11v-8,37,-42,44,-69,24v-14,-10,-26,-10,-35,11",w:217,k:{"\u00c6":-5,w:14,v:14,t:1,f:1,X:-4,W:16,V:22,T:29,Q:5,J:-7,G:5}},"\u00c4":{d:"86,-247r46,-3r77,250r-33,0r-17,-54r-100,0r-17,54r-33,0v21,-87,53,-163,77,-247xm108,-212r-40,128r82,0v-15,-41,-24,-90,-42,-128xm53,-314r42,-4r0,40r-42,0r0,-36xm122,-314r42,-4r0,40r-42,0r0,-36",w:217,k:{"\u00c6":-5,w:14,v:14,t:1,f:1,X:-4,W:16,V:22,T:29,Q:5,J:-7,G:5}},"\u00c5":{d:"86,-247r46,-3r77,250r-33,0r-17,-54r-100,0r-17,54r-33,0v21,-87,53,-163,77,-247xm108,-212r-40,128r82,0v-15,-41,-24,-90,-42,-128xm73,-301v0,-18,13,-33,35,-33v22,0,36,15,36,33v0,18,-14,33,-36,33v-22,0,-35,-15,-35,-33xm96,-301v0,7,5,12,12,12v7,0,13,-5,13,-12v0,-7,-6,-12,-13,-12v-7,0,-12,5,-12,12",w:217,k:{"\u00c6":-5,w:14,v:14,t:1,f:1,X:-4,W:16,V:22,T:29,Q:5,J:-7,G:5}},"\u00c6":{d:"171,-213r-79,129r81,0v-2,-42,4,-92,-2,-129xm154,-248r160,0r-5,30r-102,0r0,76r80,0r0,31r-80,0r0,81r108,0r-5,30r-137,0r0,-54r-98,0r-34,54r-35,0r0,-6",w:328,k:{"\u0152":11,"\u00d8":11,"\u00d6":11,"\u00d5":11,"\u00d4":11,"\u00d3":11,"\u00d2":11,O:11,Q:11}},"\u00c7":{d:"185,-245r5,32v-70,-22,-133,-15,-133,89v0,106,63,109,138,88r-5,31v-17,6,-35,9,-61,9r-2,13v26,-2,42,5,44,32v3,32,-45,44,-76,31r-2,-21v13,4,53,9,50,-8v2,-18,-30,-11,-44,-10r5,-39v-58,-7,-82,-44,-82,-126v0,-122,71,-141,163,-121",w:213,k:{w:9,v:11,t:2,q:9,g:9,f:1,d:9,Q:5,O:5,"\u00d2":5,"\u00d3":5,"\u00d4":5,"\u00d5":5,"\u00d6":5,"\u00d8":5,"\u0152":5,y:10,"\u00fd":10,"\u00ff":10,C:6,"\u00c7":6,A:-8,"\u00c0":-8,"\u00c1":-8,"\u00c2":-8,"\u00c3":-8,"\u00c4":-8,"\u00c5":-8,a:6,"\u00e0":6,"\u00e1":6,"\u00e2":6,"\u00e3":6,"\u00e4":6,"\u00e5":6,"\u00e6":6,e:9,"\u00e8":9,"\u00e9":9,"\u00ea":9,"\u00eb":9,o:9,"\u00f0":9,"\u00f2":9,"\u00f3":9,"\u00f4":9,"\u00f5":9,"\u00f6":9,"\u00f8":9,"\u0153":9,c:9,"\u00e7":9}},"\u00d0":{d:"27,-248v114,-3,193,-4,193,123v0,84,-27,125,-121,125r-72,0r0,-107r-30,0r0,-30r30,0r0,-111xm60,-218r0,81r60,0r-7,30r-53,0r0,78v82,2,125,-1,125,-95v0,-94,-43,-96,-125,-94",w:241,k:{"\u00c6":20,x:1,X:12,W:5,V:7,T:16,Y:13,"\u00dd":13,"\u0178":13,A:14,"\u00c0":14,"\u00c1":14,"\u00c2":14,"\u00c3":14,"\u00c4":14,"\u00c5":14,Z:11,"\u017d":11}},"\u00c8":{d:"27,-248r141,0r-6,30r-102,0r0,77r80,0r0,29r-80,0r0,82r109,0r-5,30r-137,0r0,-248xm67,-327r85,37r-11,24r-88,-31",w:182,k:{v:6,y:8,"\u00fd":8,"\u00ff":8}},"\u00c9":{d:"27,-248r141,0r-6,30r-102,0r0,77r80,0r0,29r-80,0r0,82r109,0r-5,30r-137,0r0,-248xm50,-290r85,-37r13,30r-88,31",w:182,k:{v:6,y:8,"\u00fd":8,"\u00ff":8}},"\u00ca":{d:"27,-248r141,0r-6,30r-102,0r0,77r80,0r0,29r-80,0r0,82r109,0r-5,30r-137,0r0,-248xm44,-283r48,-46r20,0r49,46r-21,17v-13,-10,-24,-23,-38,-32r-37,32",w:182,k:{v:6,y:8,"\u00fd":8,"\u00ff":8}},"\u00cb":{d:"27,-248r141,0r-6,30r-102,0r0,77r80,0r0,29r-80,0r0,82r109,0r-5,30r-137,0r0,-248xm42,-314r42,-4r0,40r-42,0r0,-36xm111,-314r42,-4r0,40r-42,0r0,-36",w:182,k:{v:6,y:8,"\u00fd":8,"\u00ff":8}},"\u00cc":{d:"29,-246r33,-3r0,249r-33,0r0,-246xm11,-327r85,37r-11,24r-88,-31",w:91},"\u00cd":{d:"29,-246r33,-3r0,249r-33,0r0,-246xm-2,-290r85,-37r14,30r-88,31",w:91},"\u00ce":{d:"29,-246r33,-3r0,249r-33,0r0,-246xm-13,-283r48,-46r20,0r49,46r-21,17v-13,-10,-24,-23,-38,-32r-37,32",w:91},"\u00cf":{d:"29,-246r33,-3r0,249r-33,0r0,-246xm-10,-314r42,-4r0,40r-42,0r0,-36xm59,-314r42,-4r0,40r-42,0r0,-36",w:91},"\u0141":{d:"27,-246r33,-3r0,97r47,-38r0,36r-47,38r0,86r105,0r-6,30r-132,0r0,-88r-32,26r0,-37r32,-26r0,-121",w:178,k:{"\u00b3":45,"\u00b2":40,"\u00b9":38,"'":35,"\u00b0":49,"\u00ba":41,"\u00aa":53,"\u2122":54,"*":56,"@":14,w:12,v:14,t:2,W:21,V:28,T:31,Q:15,J:-6,G:17,B:2,O:17,"\u00d2":17,"\u00d3":17,"\u00d4":17,"\u00d5":17,"\u00d6":17,"\u00d8":17,"\u0152":17,Y:32,"\u00dd":32,"\u0178":32,y:14,"\u00fd":14,"\u00ff":14,C:15,"\u00c7":15,U:9,"\u00d9":9,"\u00da":9,"\u00db":9,"\u00dc":9}},"\u00d1":{d:"27,-246r30,-3r135,195r0,-192r31,-3r0,249r-34,0r-130,-190r0,190r-32,0r0,-246xm63,-289v19,-51,56,-31,87,-15v6,0,12,-6,16,-18r22,11v-9,37,-43,44,-70,24v-14,-10,-25,-10,-35,11",w:250},"\u00d2":{d:"125,-252v71,0,103,35,103,127v0,93,-32,129,-103,129v-71,0,-103,-35,-103,-128v0,-93,32,-128,103,-128xm124,-223v-43,0,-67,21,-67,99v0,78,25,98,68,98v44,0,67,-21,67,-99v0,-77,-24,-98,-68,-98xm91,-327r85,37r-10,24r-88,-31",w:249,k:{"\u00c6":18,X:12,W:3,V:4,T:7,Y:8,"\u00dd":8,"\u0178":8,A:5,"\u00c0":5,"\u00c1":5,"\u00c2":5,"\u00c3":5,"\u00c4":5,"\u00c5":5}},"\u00d3":{d:"125,-252v71,0,103,35,103,127v0,93,-32,129,-103,129v-71,0,-103,-35,-103,-128v0,-93,32,-128,103,-128xm124,-223v-43,0,-67,21,-67,99v0,78,25,98,68,98v44,0,67,-21,67,-99v0,-77,-24,-98,-68,-98xm72,-290r85,-37r14,30r-88,31",w:249,k:{"\u00c6":18,X:12,W:3,V:4,T:7,Y:8,"\u00dd":8,"\u0178":8,A:5,"\u00c0":5,"\u00c1":5,"\u00c2":5,"\u00c3":5,"\u00c4":5,"\u00c5":5}},"\u00d4":{d:"125,-252v71,0,103,35,103,127v0,93,-32,129,-103,129v-71,0,-103,-35,-103,-128v0,-93,32,-128,103,-128xm124,-223v-43,0,-67,21,-67,99v0,78,25,98,68,98v44,0,67,-21,67,-99v0,-77,-24,-98,-68,-98xm66,-283r48,-46r20,0r49,46r-21,17v-14,-10,-24,-24,-39,-32r-36,32",w:249,k:{"\u00c6":18,X:12,W:3,V:4,T:7,Y:8,"\u00dd":8,"\u0178":8,A:5,"\u00c0":5,"\u00c1":5,"\u00c2":5,"\u00c3":5,"\u00c4":5,"\u00c5":5}},"\u00d5":{d:"125,-252v71,0,103,35,103,127v0,93,-32,129,-103,129v-71,0,-103,-35,-103,-128v0,-93,32,-128,103,-128xm124,-223v-43,0,-67,21,-67,99v0,78,25,98,68,98v44,0,67,-21,67,-99v0,-77,-24,-98,-68,-98xm62,-289v19,-51,56,-31,87,-15v6,0,12,-6,16,-18r22,11v-9,38,-42,44,-70,24v-14,-10,-25,-10,-35,11",w:249,k:{"\u00c6":18,X:12,W:3,V:4,T:7,Y:8,"\u00dd":8,"\u0178":8,A:5,"\u00c0":5,"\u00c1":5,"\u00c2":5,"\u00c3":5,"\u00c4":5,"\u00c5":5}},"\u00d6":{d:"125,-252v71,0,103,35,103,127v0,93,-32,129,-103,129v-71,0,-103,-35,-103,-128v0,-93,32,-128,103,-128xm124,-223v-43,0,-67,21,-67,99v0,78,25,98,68,98v44,0,67,-21,67,-99v0,-77,-24,-98,-68,-98xm69,-314r42,-4r0,40r-42,0r0,-36xm138,-314r42,-4r0,40r-42,0r0,-36",w:249,k:{"\u00c6":18,X:12,W:3,V:4,T:7,Y:8,"\u00dd":8,"\u0178":8,A:5,"\u00c0":5,"\u00c1":5,"\u00c2":5,"\u00c3":5,"\u00c4":5,"\u00c5":5}},"\u00d8":{d:"201,-268r24,17r-20,31v15,21,23,51,23,95v0,121,-78,150,-162,116r-18,28r-25,-16r21,-32v-15,-21,-22,-51,-22,-95v0,-120,76,-148,161,-116xm66,-62r99,-150v-57,-26,-108,-11,-108,88v0,27,3,47,9,62xm183,-187r-99,151v59,25,108,10,108,-89v0,-27,-3,-47,-9,-62",w:249,k:{"\u00c6":18,X:12,W:3,V:4,T:7,Y:8,"\u00dd":8,"\u0178":8,A:5,"\u00c0":5,"\u00c1":5,"\u00c2":5,"\u00c3":5,"\u00c4":5,"\u00c5":5}},"\u0152":{d:"311,-248r-5,30r-102,0r0,76r80,0r0,31r-80,0r0,81r108,0r-5,30r-178,4v-80,0,-107,-35,-107,-128v0,-174,142,-117,289,-124xm170,-28r0,-192v-71,-9,-113,-2,-113,96v0,95,37,104,113,96",w:325},"\u00de":{d:"27,-246r33,-3r0,39v77,-2,128,1,128,79v0,71,-49,89,-128,83r0,48r-33,0r0,-246xm60,-181r0,105v53,3,101,0,94,-54v8,-56,-42,-52,-94,-51",w:205},"\u0160":{d:"151,-243r5,31v-34,-16,-112,-18,-107,25v-6,39,33,41,63,48v45,11,57,29,57,70v0,47,-25,73,-86,73v-23,0,-42,-6,-59,-12r-5,-33v37,17,115,31,115,-26v0,-38,-37,-41,-67,-49v-38,-10,-53,-27,-53,-71v0,-61,82,-77,137,-56xm35,-316r21,-17v13,10,23,24,38,32r36,-32r22,17r-49,46r-20,0",w:184,k:{x:2,w:7,v:6,V:2,T:9,y:8,"\u00fd":8,"\u00ff":8,A:1,"\u00c0":1,"\u00c1":1,"\u00c2":1,"\u00c3":1,"\u00c4":1,"\u00c5":1}},"\u00d9":{d:"24,-246r34,-3r0,151v0,55,15,71,60,71v49,0,60,-16,60,-71r0,-148r33,-3v-8,109,39,253,-93,253v-132,0,-86,-140,-94,-250xm86,-327r85,37r-11,24r-88,-31",w:235,k:{"\u00c6":9,V:2,A:4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4}},"\u00da":{d:"24,-246r34,-3r0,151v0,55,15,71,60,71v49,0,60,-16,60,-71r0,-148r33,-3v-8,109,39,253,-93,253v-132,0,-86,-140,-94,-250xm72,-290r85,-37r14,30r-88,31",w:235,k:{"\u00c6":9,V:2,A:4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4}},"\u00db":{d:"24,-246r34,-3r0,151v0,55,15,71,60,71v49,0,60,-16,60,-71r0,-148r33,-3v-8,109,39,253,-93,253v-132,0,-86,-140,-94,-250xm60,-283r48,-46r21,0r48,46r-21,17v-13,-10,-23,-24,-38,-32r-37,32",w:235,k:{"\u00c6":9,V:2,A:4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4}},"\u00dc":{d:"24,-246r34,-3r0,151v0,55,15,71,60,71v49,0,60,-16,60,-71r0,-148r33,-3v-8,109,39,253,-93,253v-132,0,-86,-140,-94,-250xm62,-314r42,-4r0,40r-42,0r0,-36xm131,-314r42,-4r0,40r-42,0r0,-36",w:235,k:{"\u00c6":9,V:2,A:4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4}},"\u00dd":{d:"5,-248r34,0r59,123r60,-123r31,0r0,9r-74,148r0,91r-33,0r0,-90r-77,-149r0,-9xm50,-290r85,-37r13,30r-88,31",w:194,k:{"\u00c6":38,"}":-18,"]":-19,"\\":-19,x:14,w:4,v:5,t:4,r:19,q:30,p:19,m:19,g:30,d:30,W:-16,V:-16,T:-12,R:3,Q:8,M:4,J:18,G:8,F:1,O:8,"\u00d2":8,"\u00d3":8,"\u00d4":8,"\u00d5":8,"\u00d6":8,"\u00d8":8,"\u0152":8,Y:-16,"\u00dd":-16,"\u0178":-16,y:12,"\u00fd":12,"\u00ff":12,C:8,"\u00c7":8,A:23,"\u00c0":23,"\u00c1":23,"\u00c2":23,"\u00c3":23,"\u00c4":23,"\u00c5":23,a:26,"\u00e0":26,"\u00e1":26,"\u00e2":26,"\u00e3":26,"\u00e4":26,"\u00e5":26,"\u00e6":26,e:30,"\u00e8":30,"\u00e9":30,"\u00ea":30,"\u00eb":30,o:30,"\u00f0":30,"\u00f2":30,"\u00f3":30,"\u00f4":30,"\u00f5":30,"\u00f6":30,"\u00f8":30,"\u0153":30,c:29,"\u00e7":29,i:10,"\u00ec":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,n:19,"\u00f1":19,s:18,"\u0161":18,u:21,"\u00f9":21,"\u00fa":21,"\u00fb":21,"\u00fc":21,".":18,",":18,"\u201a":18,"\u201e":18,"\u2026":18,"\u201d":-11,"\u2019":-11}},"\u0178":{d:"5,-248r34,0r59,123r60,-123r31,0r0,9r-74,148r0,91r-33,0r0,-90r-77,-149r0,-9xm42,-314r42,-4r0,40r-42,0r0,-36xm111,-314r42,-4r0,40r-42,0r0,-36",w:194,k:{"\u00c6":38,"}":-18,"]":-19,"\\":-19,x:14,w:4,v:5,t:4,r:19,q:30,p:19,m:19,g:30,d:30,W:-16,V:-16,T:-12,R:3,Q:8,M:4,J:18,G:8,F:1,O:8,"\u00d2":8,"\u00d3":8,"\u00d4":8,"\u00d5":8,"\u00d6":8,"\u00d8":8,"\u0152":8,Y:-16,"\u00dd":-16,"\u0178":-16,y:12,"\u00fd":12,"\u00ff":12,C:8,"\u00c7":8,A:23,"\u00c0":23,"\u00c1":23,"\u00c2":23,"\u00c3":23,"\u00c4":23,"\u00c5":23,a:26,"\u00e0":26,"\u00e1":26,"\u00e2":26,"\u00e3":26,"\u00e4":26,"\u00e5":26,"\u00e6":26,e:30,"\u00e8":30,"\u00e9":30,"\u00ea":30,"\u00eb":30,o:30,"\u00f0":30,"\u00f2":30,"\u00f3":30,"\u00f4":30,"\u00f5":30,"\u00f6":30,"\u00f8":30,"\u0153":30,c:29,"\u00e7":29,i:10,"\u00ec":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,n:19,"\u00f1":19,s:18,"\u0161":18,u:21,"\u00f9":21,"\u00fa":21,"\u00fb":21,"\u00fc":21,".":18,",":18,"\u201a":18,"\u201e":18,"\u2026":18,"\u201d":-11,"\u2019":-11}},"\u017d":{d:"25,-248r157,0r4,26r-130,191r132,0r-8,31r-163,0r-3,-24r130,-193r-127,0xm49,-316r21,-17v13,10,23,24,38,32r36,-32r22,17r-49,46r-20,0",w:202,k:{G:5,O:5,"\u00d2":5,"\u00d3":5,"\u00d4":5,"\u00d5":5,"\u00d6":5,"\u00d8":5,"\u0152":5,C:5,"\u00c7":5,e:9,"\u00e8":9,"\u00e9":9,"\u00ea":9,"\u00eb":9,o:7,"\u00f0":7,"\u00f2":7,"\u00f3":7,"\u00f4":7,"\u00f5":7,"\u00f6":7,"\u00f8":7,"\u0153":7}},"\u00e0":{d:"30,-168v51,-17,120,-19,120,50r0,81v0,12,4,18,18,18v-4,10,0,23,-17,23v-15,0,-24,-6,-28,-18v-27,27,-118,27,-111,-30v-6,-49,51,-57,108,-53v2,-33,-3,-55,-35,-55v-18,0,-38,5,-58,11xm120,-72v-34,-1,-85,-3,-78,28v-2,33,67,25,78,6r0,-34xm54,-269r76,48r-14,22r-79,-42",w:174,k:{"*":23,v:5,y:4,"\u00fd":4,"\u00ff":4,s:-4,"\u0161":-4}},"\u00e1":{d:"30,-168v51,-17,120,-19,120,50r0,81v0,12,4,18,18,18v-4,10,0,23,-17,23v-15,0,-24,-6,-28,-18v-27,27,-118,27,-111,-30v-6,-49,51,-57,108,-53v2,-33,-3,-55,-35,-55v-18,0,-38,5,-58,11xm120,-72v-34,-1,-85,-3,-78,28v-2,33,67,25,78,6r0,-34xm46,-221r76,-48r17,28r-79,42",w:174,k:{"*":23,v:5,y:4,"\u00fd":4,"\u00ff":4,s:-4,"\u0161":-4}},"\u00e2":{d:"30,-168v51,-17,120,-19,120,50r0,81v0,12,4,18,18,18v-4,10,0,23,-17,23v-15,0,-24,-6,-28,-18v-27,27,-118,27,-111,-30v-6,-49,51,-57,108,-53v2,-33,-3,-55,-35,-55v-18,0,-38,5,-58,11xm120,-72v-34,-1,-85,-3,-78,28v-2,33,67,25,78,6r0,-34xm77,-269r21,0r48,53r-21,15v-14,-12,-23,-27,-39,-37r-36,37r-21,-15",w:174,k:{"*":23,v:5,y:4,"\u00fd":4,"\u00ff":4,s:-4,"\u0161":-4}},"\u00e3":{d:"30,-168v51,-17,120,-19,120,50r0,81v0,12,4,18,18,18v-4,10,0,23,-17,23v-15,0,-24,-6,-28,-18v-27,27,-118,27,-111,-30v-6,-49,51,-57,108,-53v2,-33,-3,-55,-35,-55v-18,0,-38,5,-58,11xm120,-72v-34,-1,-85,-3,-78,28v-2,33,67,25,78,6r0,-34xm27,-223v15,-40,41,-43,67,-23v16,12,26,11,33,-11r20,11v-9,38,-40,44,-66,24v-14,-11,-25,-10,-34,12",w:174,k:{"*":23,v:5,y:4,"\u00fd":4,"\u00ff":4,s:-4,"\u0161":-4}},"\u00e4":{d:"30,-168v51,-17,120,-19,120,50r0,81v0,12,4,18,18,18v-4,10,0,23,-17,23v-15,0,-24,-6,-28,-18v-27,27,-118,27,-111,-30v-6,-49,51,-57,108,-53v2,-33,-3,-55,-35,-55v-18,0,-38,5,-58,11xm120,-72v-34,-1,-85,-3,-78,28v-2,33,67,25,78,6r0,-34xm32,-254r42,-4r0,44r-42,0r0,-40xm101,-254r42,-4r0,44r-42,0r0,-40",w:174,k:{"*":23,v:5,y:4,"\u00fd":4,"\u00ff":4,s:-4,"\u0161":-4}},"\u00e5":{d:"30,-168v51,-17,120,-19,120,50r0,81v0,12,4,18,18,18v-4,10,0,23,-17,23v-15,0,-24,-6,-28,-18v-27,27,-118,27,-111,-30v-6,-49,51,-57,108,-53v2,-33,-3,-55,-35,-55v-18,0,-38,5,-58,11xm120,-72v-34,-1,-85,-3,-78,28v-2,33,67,25,78,6r0,-34xm54,-232v0,-18,13,-33,35,-33v22,0,35,15,35,33v0,18,-13,34,-35,34v-22,0,-35,-16,-35,-34xm76,-232v0,7,6,13,13,13v7,0,13,-6,13,-13v0,-7,-6,-12,-13,-12v-7,0,-13,5,-13,12",w:174,k:{"*":23,v:5,y:4,"\u00fd":4,"\u00ff":4,s:-4,"\u0161":-4}},"\u00e6":{d:"195,-178v59,-2,74,43,70,102r-115,0v-11,61,64,60,109,45r-4,27v-35,12,-103,13,-120,-16v-29,32,-123,39,-123,-25v0,-48,51,-58,108,-54v2,-33,-3,-53,-35,-53v-18,0,-38,5,-58,11r3,-27v34,-12,95,-17,109,12v13,-14,30,-22,56,-22xm195,-153v-29,0,-44,17,-45,53r84,0v1,-35,-5,-53,-39,-53xm120,-73v-34,-1,-85,-1,-78,28v0,37,66,24,83,5v-3,-9,-4,-20,-5,-33",w:280},"\u00e7":{d:"137,-170r4,27v-44,-15,-93,-20,-93,55v0,81,48,71,96,56r-3,27v-12,5,-28,9,-46,9r-2,13v24,-2,37,5,39,31v2,32,-39,39,-68,28r-2,-19v11,4,47,9,45,-8v3,-18,-27,-11,-40,-10r6,-37v-41,-5,-57,-28,-57,-90v0,-90,59,-101,121,-82",w:156,k:{x:-4,f:-3,y:-4,"\u00fd":-4,"\u00ff":-4,a:2,"\u00e0":2,"\u00e1":2,"\u00e2":2,"\u00e3":2,"\u00e4":2,"\u00e5":2,"\u00e6":2}},"\u00f0":{d:"26,-234r17,-24v12,2,24,4,34,7r21,-26r20,15r-16,21v52,26,72,77,72,149v0,61,-21,96,-78,96v-56,0,-80,-26,-80,-91v0,-81,57,-100,114,-78v-7,-23,-22,-41,-46,-53r-21,26r-20,-15r16,-21v-10,-3,-21,-5,-33,-6xm138,-133v-34,-19,-90,-27,-90,46v0,45,14,65,49,65v49,0,48,-65,41,-111",w:192},"\u00e8":{d:"94,-178v57,0,74,41,69,100r-115,0v-6,71,63,59,110,47r-5,27v-68,19,-137,8,-137,-83v0,-67,28,-91,78,-91xm48,-103r84,0v1,-33,-11,-51,-39,-50v-29,0,-44,13,-45,50xm64,-269r76,48r-14,22r-79,-42",w:179,k:{"*":15,v:3,y:4,"\u00fd":4,"\u00ff":4}},"\u00e9":{d:"94,-178v57,0,74,41,69,100r-115,0v-6,71,63,59,110,47r-5,27v-68,19,-137,8,-137,-83v0,-67,28,-91,78,-91xm48,-103r84,0v1,-33,-11,-51,-39,-50v-29,0,-44,13,-45,50xm52,-221r75,-48r18,28r-79,42",w:179,k:{"*":15,v:3,y:4,"\u00fd":4,"\u00ff":4}},"\u00ea":{d:"94,-178v57,0,74,41,69,100r-115,0v-6,71,63,59,110,47r-5,27v-68,19,-137,8,-137,-83v0,-67,28,-91,78,-91xm48,-103r84,0v1,-33,-11,-51,-39,-50v-29,0,-44,13,-45,50xm82,-269r21,0r48,53r-21,15v-14,-12,-23,-27,-39,-37r-36,37r-21,-15",w:179,k:{"*":15,v:3,y:4,"\u00fd":4,"\u00ff":4}},"\u00eb":{d:"94,-178v57,0,74,41,69,100r-115,0v-6,71,63,59,110,47r-5,27v-68,19,-137,8,-137,-83v0,-67,28,-91,78,-91xm48,-103r84,0v1,-33,-11,-51,-39,-50v-29,0,-44,13,-45,50xm37,-254r42,-4r0,44r-42,0r0,-40xm105,-254r43,-4r0,44r-43,0r0,-40",w:179,k:{"*":15,v:3,y:4,"\u00fd":4,"\u00ff":4}},"\u00ec":{d:"26,-170r31,-4r0,174r-31,0r0,-170xm3,-269r75,48r-14,22r-79,-42",w:82},"\u00ed":{d:"26,-170r31,-4r0,174r-31,0r0,-170xm4,-221r75,-48r17,28r-78,42",w:82},"\u00ee":{d:"26,-170r31,-4r0,174r-31,0r0,-170xm31,-269r21,0r48,53r-22,15v-13,-12,-23,-27,-38,-37r-36,37r-21,-15",w:82},"\u00ef":{d:"26,-170r31,-4r0,174r-31,0r0,-170xm-14,-254r42,-4r0,44r-42,0r0,-40xm55,-254r42,-4r0,44r-42,0r0,-40",w:82},"\u0142":{d:"34,-253r31,-4r0,106r37,-31r0,36r-37,31r0,115r-31,0r0,-89r-34,28r0,-36r34,-29r0,-127",w:102},"\u00f1":{d:"27,-170r26,-4r3,11v47,-28,118,-18,118,50r0,113r-31,0r0,-108v8,-52,-54,-50,-85,-29r0,137r-31,0r0,-170xm40,-223v15,-40,41,-43,67,-23v16,12,26,11,33,-11r20,11v-9,38,-40,44,-66,24v-14,-11,-25,-10,-34,12",w:193,k:{"*":23,w:4,v:4,t:1,y:4,"\u00fd":4,"\u00ff":4}},"\u00f2":{d:"95,-153v-33,0,-47,18,-47,66v0,48,14,65,47,65v33,0,47,-17,47,-65v0,-48,-14,-66,-47,-66xm95,-178v51,0,79,23,79,91v0,68,-28,91,-79,91v-51,0,-79,-23,-79,-91v0,-68,28,-91,79,-91xm65,-269r75,48r-14,22r-78,-42",w:190,k:{x:2,w:1,v:4,y:4,"\u00fd":4,"\u00ff":4}},"\u00f3":{d:"95,-153v-33,0,-47,18,-47,66v0,48,14,65,47,65v33,0,47,-17,47,-65v0,-48,-14,-66,-47,-66xm95,-178v51,0,79,23,79,91v0,68,-28,91,-79,91v-51,0,-79,-23,-79,-91v0,-68,28,-91,79,-91xm55,-221r75,-48r18,28r-79,42",w:190,k:{x:2,w:1,v:4,y:4,"\u00fd":4,"\u00ff":4}},"\u00f4":{d:"95,-153v-33,0,-47,18,-47,66v0,48,14,65,47,65v33,0,47,-17,47,-65v0,-48,-14,-66,-47,-66xm95,-178v51,0,79,23,79,91v0,68,-28,91,-79,91v-51,0,-79,-23,-79,-91v0,-68,28,-91,79,-91xm84,-269r21,0r49,53r-22,15v-13,-12,-23,-27,-38,-37r-36,37r-22,-15",w:190,k:{x:2,w:1,v:4,y:4,"\u00fd":4,"\u00ff":4}},"\u00f5":{d:"95,-153v-33,0,-47,18,-47,66v0,48,14,65,47,65v33,0,47,-17,47,-65v0,-48,-14,-66,-47,-66xm95,-178v51,0,79,23,79,91v0,68,-28,91,-79,91v-51,0,-79,-23,-79,-91v0,-68,28,-91,79,-91xm35,-223v15,-40,41,-43,67,-23v16,12,25,11,32,-11r21,11v-9,38,-41,44,-67,24v-14,-11,-24,-10,-33,12",w:190,k:{x:2,w:1,v:4,y:4,"\u00fd":4,"\u00ff":4}},"\u00f6":{d:"95,-153v-33,0,-47,18,-47,66v0,48,14,65,47,65v33,0,47,-17,47,-65v0,-48,-14,-66,-47,-66xm95,-178v51,0,79,23,79,91v0,68,-28,91,-79,91v-51,0,-79,-23,-79,-91v0,-68,28,-91,79,-91xm40,-254r42,-4r0,44r-42,0r0,-40xm108,-254r42,-4r0,44r-42,0r0,-40",w:190,k:{x:2,w:1,v:4,y:4,"\u00fd":4,"\u00ff":4}},"\u00f8":{d:"144,-192r22,12r-13,21v14,14,21,37,21,72v0,85,-52,102,-117,85r-12,20r-21,-13r13,-21v-14,-14,-21,-36,-21,-71v0,-84,52,-102,116,-85xm135,-130r-63,104v42,12,70,-2,70,-61v0,-19,-2,-33,-7,-43xm54,-45r64,-103v-41,-14,-70,2,-70,61v0,18,2,32,6,42",w:190,k:{x:2,w:1,v:4,y:4,"\u00fd":4,"\u00ff":4}},"\u0153":{d:"220,-178v58,-2,74,42,70,100r-116,0v-6,71,63,59,110,47r-5,27v-38,14,-113,11,-122,-24v-12,21,-31,32,-62,32v-51,0,-79,-23,-79,-91v0,-68,28,-91,79,-91v29,0,51,10,63,33v11,-24,33,-33,62,-33xm95,-153v-33,0,-47,18,-47,66v0,48,14,65,47,65v33,0,47,-17,47,-65v0,-48,-14,-66,-47,-66xm175,-103r83,0v1,-34,-6,-50,-38,-50v-30,0,-44,13,-45,50",w:305},"\u00fe":{d:"24,-253r31,-4r0,93v58,-29,124,-17,124,74v0,99,-59,105,-124,84r0,71r-31,4r0,-322xm55,-137r0,105v48,16,92,24,92,-56v0,-78,-49,-70,-92,-49",w:195,k:{x:2,w:1,v:4,y:4,"\u00fd":4,"\u00ff":4}},"\u0161":{d:"118,-171r2,27v-23,-10,-79,-16,-79,15v0,27,24,25,44,30v38,9,47,21,47,50v0,56,-72,62,-116,44r-2,-28v26,12,90,23,88,-15v5,-24,-28,-25,-48,-30v-28,-7,-43,-19,-43,-50v0,-50,65,-59,107,-43xm13,-256r22,-15v13,12,23,27,38,37r36,-37r22,15r-49,53r-21,0",w:144,k:{"*":16,v:1}},"\u00df":{d:"24,-150v-4,-67,16,-110,78,-110v80,0,86,80,38,107v-40,24,-4,46,19,54v18,6,34,20,34,50v0,52,-67,63,-109,44r-2,-27v23,14,83,19,81,-14v-2,-49,-71,-26,-71,-81v0,-42,49,-42,49,-79v0,-19,-13,-28,-39,-28v-32,0,-47,17,-47,62r0,203r-31,3r0,-184",w:202,k:{"\u00ff":15,"\u00fd":15,"\u00fc":1,"\u00fb":1,"\u00fa":1,"\u00f9":1,y:15,u:1,x:2,w:6,v:7,t:1,r:3,h:1,f:3,b:3}},"\u00f9":{d:"23,-170r30,-4v8,57,-27,151,42,151v68,0,31,-92,40,-147r31,-4v-6,81,29,178,-71,178v-99,0,-66,-92,-72,-174xm57,-269r75,48r-14,22r-78,-42",w:188},"\u00fa":{d:"23,-170r30,-4v8,57,-27,151,42,151v68,0,31,-92,40,-147r31,-4v-6,81,29,178,-71,178v-99,0,-66,-92,-72,-174xm56,-221r75,-48r18,28r-79,42",w:188},"\u00fb":{d:"23,-170r30,-4v8,57,-27,151,42,151v68,0,31,-92,40,-147r31,-4v-6,81,29,178,-71,178v-99,0,-66,-92,-72,-174xm84,-269r21,0r48,53r-22,15v-13,-12,-23,-27,-38,-37r-36,37r-21,-15",w:188},"\u00fc":{d:"23,-170r30,-4v8,57,-27,151,42,151v68,0,31,-92,40,-147r31,-4v-6,81,29,178,-71,178v-99,0,-66,-92,-72,-174xm39,-254r42,-4r0,44r-42,0r0,-40xm108,-254r42,-4r0,44r-42,0r0,-40",w:188},"\u00fd":{d:"6,-174r34,0r47,139r47,-139r33,0v-25,89,-62,165,-91,250r-30,-7r26,-64v-21,-61,-49,-114,-66,-179xm51,-221r76,-48r17,28r-78,42",w:172,k:{w:-14,r:1,q:5,j:1,g:5,f:-12,d:5,a:4,"\u00e0":4,"\u00e1":4,"\u00e2":4,"\u00e3":4,"\u00e4":4,"\u00e5":4,"\u00e6":4,e:5,"\u00e8":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,o:5,"\u00f0":5,"\u00f2":5,"\u00f3":5,"\u00f4":5,"\u00f5":5,"\u00f6":5,"\u00f8":5,"\u0153":5,c:5,"\u00e7":5,s:1,"\u0161":1,u:2,"\u00f9":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,".":18,",":18,"\u201a":18,"\u201e":18,"\u2026":18}},"\u00ff":{d:"6,-174r34,0r47,139r47,-139r33,0v-25,89,-62,165,-91,250r-30,-7r26,-64v-21,-61,-49,-114,-66,-179xm31,-254r42,-4r0,44r-42,0r0,-40xm100,-254r42,-4r0,44r-42,0r0,-40",w:172,k:{w:-14,r:1,q:5,j:1,g:5,f:-12,d:5,a:4,"\u00e0":4,"\u00e1":4,"\u00e2":4,"\u00e3":4,"\u00e4":4,"\u00e5":4,"\u00e6":4,e:5,"\u00e8":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,o:5,"\u00f0":5,"\u00f2":5,"\u00f3":5,"\u00f4":5,"\u00f5":5,"\u00f6":5,"\u00f8":5,"\u0153":5,c:5,"\u00e7":5,s:1,"\u0161":1,u:2,"\u00f9":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,".":18,",":18,"\u201a":18,"\u201e":18,"\u2026":18}},"\u017e":{d:"18,-174r118,0r0,18r-86,130r89,0r-6,26r-119,0r-4,-18r86,-130r-84,0xm21,-256r21,-15v13,12,23,27,38,37r37,-37r21,15r-48,53r-21,0",w:151,k:{f:-3,a:1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1}},"\uf8ff":{d:"83,-190r94,0r0,23r-71,0r0,24r71,0r0,70r-94,0r0,-23r70,0r0,-24r-70,0r0,-70xm36,-237r141,0r0,23r-118,0r0,191r27,0r0,23r-50,0r0,-237",w:212},"\u2026":{d:"21,-33r36,-5r0,38r-36,0r0,-33xm98,-33r36,-5r0,38r-36,0r0,-33xm176,-33r35,-5r0,38r-35,0r0,-33",w:232,k:{w:11,v:19,W:13,V:18,T:25,Y:18,"\u00dd":18,"\u0178":18,y:13,"\u00fd":13,"\u00ff":13}}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2009 by Fontsmith Ltd. All rights reserved.
 * 
 * Trademark:
 * Lurpak Sans Bold is a trademark of Fontsmith Ltd.
 * 
 * Full name:
 * LurpakSans-Bold
 * 
 * Description:
 * Copyright (c) 2009 by Fontsmith Ltd. All rights reserved.
 * 
 * Manufacturer:
 * Fontsmith Ltd
 * 
 * Designer:
 * Emanuella Conidi, Jason Smith
 * 
 * Vendor URL:
 * http://www.fontsmith.com
 * 
 * License information:
 * http://www.fontsmith.com
 */
Cufon.registerFont({w:209,face:{"font-family":"Lurpak Sans","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 4 0 0 2 0 4",ascent:"271",descent:"-89","x-height":"4",bbox:"-74 -340 432 80.9714","underline-thickness":"18","underline-position":"-18",stemh:"36",stemv:"45","unicode-range":"U+000D-U+FB02"},glyphs:{" ":{w:86},"\r":{w:86},"\u00a0":{w:86},A:{d:"84,-247r58,-3r78,240r0,10r-46,0r-18,-52r-86,0r-17,52r-46,0r0,-10xm146,-89r-34,-108v-6,24,-23,77,-32,108r66,0",w:227,k:{"\u00c6":-6,"\u2122":29,"/":-14,w:9,v:14,t:1,f:1,X:-4,W:18,V:22,T:31,Q:5,J:-8,G:5}},B:{d:"23,-248v76,0,171,-12,171,64v0,25,-8,43,-25,52v24,8,38,27,38,60v0,82,-99,73,-184,72r0,-248xm159,-72v4,-50,-45,-35,-88,-37r0,76v44,1,94,3,88,-39xm71,-214r0,67v38,1,81,3,76,-36v5,-35,-40,-31,-76,-31",w:220,k:{"\u0178":9,"\u00dd":9,"\u00ff":5,"\u00fd":5,"\u0161":-3,y:5,s:-3,Y:9,x:1,W:3,V:5,T:11}},C:{d:"191,-243r6,39v-71,-23,-130,-23,-130,80v0,104,62,101,135,79r-6,38v-20,7,-40,11,-66,11v-80,0,-113,-35,-113,-128v0,-118,76,-145,174,-119",w:216,k:{w:9,v:11,t:1,q:9,g:9,f:1,d:9,Q:6,G:6,O:6,"\u00d8":6,"\u0152":6,"\u00d2":6,"\u00d3":6,"\u00d4":6,"\u00d5":6,"\u00d6":6,y:10,"\u00fd":10,"\u00ff":10,C:6,"\u00c7":6,A:-7,"\u00c0":-7,"\u00c1":-7,"\u00c2":-7,"\u00c3":-7,"\u00c4":-7,"\u00c5":-7,a:5,"\u00e6":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e0":5,"\u00e1":5,e:9,"\u00e8":9,"\u00e9":9,"\u00ea":9,"\u00eb":9,o:9,"\u00f0":9,"\u00f8":9,"\u0153":9,"\u00f6":9,"\u00f2":9,"\u00f3":9,"\u00f4":9,"\u00f5":9,c:9,"\u00e7":9}},D:{d:"23,-248r78,0v91,0,129,29,129,124v0,84,-29,124,-128,124r-79,0r0,-248xm71,-212r0,177v74,2,110,-2,110,-88v0,-86,-35,-92,-110,-89",w:246,k:{"\u00c6":16,x:1,X:12,W:4,V:4,T:16,Y:9,"\u00dd":9,"\u0178":9,A:5,"\u00c0":5,"\u00c1":5,"\u00c2":5,"\u00c3":5,"\u00c4":5,"\u00c5":5,Z:10,"\u017d":10}},E:{d:"23,-248r155,0r-6,36r-101,0r0,67r79,0r0,37r-79,0r0,72r108,0r-6,36r-150,0r0,-248",w:187,k:{w:3,v:6,q:1,g:1,d:1,Q:2,G:2,O:2,"\u00d8":2,"\u0152":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,y:8,"\u00fd":8,"\u00ff":8,C:2,"\u00c7":2,e:1,"\u00e8":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,o:1,"\u00f0":1,"\u00f8":1,"\u0153":1,"\u00f6":1,"\u00f2":1,"\u00f3":1,"\u00f4":1,"\u00f5":1,c:1,"\u00e7":1,u:1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1}},F:{d:"23,-248r155,0r-6,36r-101,0r0,67r83,0r0,37r-83,0r0,108r-48,0r0,-248",w:183,k:{"\u00c7":11,"\u0178":-4,"\u00dd":-4,"\u0160":4,"\u00d6":11,"\u00d5":11,"\u00d4":11,"\u00d3":11,"\u00d2":11,"\u00c5":25,"\u00c4":25,"\u00c3":25,"\u00c2":25,"\u00c1":25,"\u00c0":25,"\u00e1":22,"\u00e0":22,"\u017e":11,"\u00ff":9,"\u00fd":9,"\u00fc":19,"\u00fb":19,"\u00fa":19,"\u00f9":19,"\u0161":14,"\u00f5":19,"\u00f4":19,"\u00f3":19,"\u00f2":19,"\u00f1":9,"\u00ef":4,"\u00ee":4,"\u00ed":4,"\u00ec":4,"\u00eb":19,"\u00ea":19,"\u00e9":19,"\u00e8":19,"\u00e7":19,"\u00e5":22,"\u00e4":22,"\u00e3":22,"\u00e2":22,"\u00f6":19,"\u2026":38,"\u0153":19,"\u00f8":19,"\u00f0":19,"\u00e6":22,"\u0152":11,"\u00d8":11,"\u201e":38,"\u201a":38,",":38,".":38,z:11,y:9,u:19,s:14,o:19,n:9,i:4,e:19,c:19,a:22,Y:-4,S:4,O:11,C:11,A:25,"\u00c6":36,"}":-11,"]":-11,")":-7,"*":-7,"?":-4,x:13,w:6,v:9,t:6,r:9,q:19,p:9,m:9,j:4,g:19,f:4,d:19,W:-5,V:-4,T:-4,Q:12,J:32,G:11}},G:{d:"212,-238r6,39v-74,-30,-151,-32,-151,74v0,96,56,110,110,77r0,-53r-42,0r-6,-38r96,0r0,139r-35,0r-6,-13v-77,40,-167,13,-167,-111v0,-87,34,-128,123,-128v24,0,51,5,72,14",w:244,k:{"\u017d":-4,"\u0178":6,"\u00dd":6,"\u00c5":-7,"\u00c4":-7,"\u00c3":-7,"\u00c2":-7,"\u00c1":-7,"\u00c0":-7,Z:-4,Y:6,A:-7,V:2}},H:{d:"23,-246r48,-3r0,104r100,0r0,-101r48,-3r0,249r-48,0r0,-108r-100,0r0,108r-48,0r0,-246",w:242},I:{d:"24,-246r48,-3r0,249r-48,0r0,-246",w:96,k:{"\u00e1":1,"\u00e0":1,"\u00ff":4,"\u00fd":4,"\u0161":1,"\u00f5":2,"\u00f4":2,"\u00f3":2,"\u00f2":2,"\u00eb":2,"\u00ea":2,"\u00e9":2,"\u00e8":2,"\u00e7":2,"\u00e5":1,"\u00e4":1,"\u00e3":1,"\u00e2":1,"\u00f6":2,"\u0153":2,"\u00f8":2,"\u00f0":2,"\u00e6":1,y:4,s:1,o:2,e:2,c:2,a:1,w:1,v:3,q:2,g:2,d:2}},J:{d:"6,-36v38,5,69,11,69,-40r0,-170r48,-3r0,166v7,84,-45,94,-110,82",w:144,k:{"\u0178":-3,"\u00dd":-3,Y:-3}},K:{d:"23,-246r48,-3r0,109r104,-109r31,28r-81,85r85,126r0,10r-50,0r-68,-102r-21,21r0,81r-48,0r0,-246",w:220,k:{"\u00c7":18,"\u0178":6,"\u00dd":6,"\u00dc":5,"\u00db":5,"\u00da":5,"\u00d9":5,"\u00d6":18,"\u00d5":18,"\u00d4":18,"\u00d3":18,"\u00d2":18,"\u00c5":-3,"\u00c4":-3,"\u00c3":-3,"\u00c2":-3,"\u00c1":-3,"\u00c0":-3,"\u00e1":1,"\u00e0":1,"\u00ff":17,"\u00fd":17,"\u00fc":10,"\u00fb":10,"\u00fa":10,"\u00f9":10,"\u0161":1,"\u00f5":11,"\u00f4":11,"\u00f3":11,"\u00f2":11,"\u00eb":11,"\u00ea":11,"\u00e9":11,"\u00e8":11,"\u00e7":11,"\u00e5":1,"\u00e4":1,"\u00e3":1,"\u00e2":1,"\u00f6":11,"\u0153":11,"\u00f8":11,"\u00f0":11,"\u00e6":1,"\u0152":18,"\u00d8":18,y:17,u:10,s:1,o:11,e:11,c:11,a:1,Y:6,U:5,O:18,C:18,A:-3,"@":23,w:14,v:15,t:3,q:11,g:11,d:11,W:1,V:4,Q:18,I:6,G:18,B:7}},L:{d:"23,-246r48,-3r0,213r104,0r-7,36r-145,0r0,-246",w:181,k:{"\u00b3":45,"\u00b2":40,"\u00b9":39,"'":36,"\u00b0":49,"\u00ba":42,"\u00aa":53,"\u2122":55,"\\":22,"/":-7,"*":57,"@":14,w:12,v:14,t:2,W:25,V:29,T:31,Q:15,J:-6,G:15,B:2,O:15,"\u00d8":15,"\u0152":15,"\u00d2":15,"\u00d3":15,"\u00d4":15,"\u00d5":15,"\u00d6":15,Y:32,"\u00dd":32,"\u0178":32,y:17,"\u00fd":17,"\u00ff":17,C:15,"\u00c7":15,U:9,"\u00d9":9,"\u00da":9,"\u00db":9,"\u00dc":9,"\u201d":50,"\u2019":50}},M:{d:"31,-247r46,-3r73,175r72,-172r47,-3r12,250r-47,0r-6,-152v-14,38,-40,95,-58,135r-39,0v-21,-44,-36,-94,-60,-135r-4,152r-48,0",w:300,k:{"\u0178":4,"\u00dd":4,Y:4,V:3}},N:{d:"23,-245r42,-3r121,172r0,-169r46,-3r0,248r-46,0r-117,-167r0,167r-46,0r0,-245",w:255},O:{d:"126,-216v-39,0,-59,20,-59,92v0,72,20,91,59,91v39,0,59,-19,59,-91v0,-72,-20,-92,-59,-92xm126,-252v75,0,109,35,109,128v0,93,-34,128,-109,128v-75,0,-109,-35,-109,-128v0,-93,34,-128,109,-128",w:252,k:{"\u00c6":16,x:1,X:12,W:4,V:4,T:7,Y:9,"\u00dd":9,"\u0178":9,A:5,"\u00c0":5,"\u00c1":5,"\u00c2":5,"\u00c3":5,"\u00c4":5,"\u00c5":5,Z:10,"\u017d":10}},P:{d:"23,-248r79,0v71,0,95,17,95,80v0,70,-46,91,-126,85r0,83r-48,0r0,-248xm71,-213r0,95v46,2,77,0,77,-49v0,-51,-32,-46,-77,-46",w:211,k:{"\u0178":6,"\u00dd":6,"\u00c5":19,"\u00c4":19,"\u00c3":19,"\u00c2":19,"\u00c1":19,"\u00c0":19,"\u00e1":11,"\u00e0":11,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f9":6,"\u0161":2,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00ef":4,"\u00ee":4,"\u00ed":4,"\u00ec":4,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"\u00e7":8,"\u00e5":11,"\u00e4":11,"\u00e3":11,"\u00e2":11,"\u00f6":8,"\u2026":44,"\u0153":8,"\u00f8":8,"\u00f0":8,"\u00e6":11,"\u201e":44,"\u201a":44,",":44,".":44,u:6,s:2,o:8,i:4,e:8,c:8,a:11,Y:6,A:19,"\u00c6":42,r:7,q:8,j:4,g:8,d:8,X:4,V:2,J:27}},Q:{d:"173,-3r48,33r-24,32r-80,-59v-68,-3,-100,-38,-100,-127v0,-93,34,-128,109,-128v75,0,109,35,109,128v0,70,-20,107,-62,121xm126,-216v-39,0,-59,20,-59,92v0,72,20,91,59,91v39,0,59,-19,59,-91v0,-72,-20,-92,-59,-92",w:252,k:{"\u017d":10,"\u0178":9,"\u00dd":9,"\u00c5":5,"\u00c4":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"\u00c0":5,Z:10,Y:9,A:5,"\u00c6":16,x:1,X:12,W:4,V:4,T:7}},R:{d:"96,-248v78,0,99,11,99,74v0,44,-15,67,-52,76r54,88r0,10r-47,0r-57,-94r-22,0r0,94r-48,0r0,-248r73,0xm71,-214r0,83v43,1,81,2,75,-43v7,-41,-33,-41,-75,-40",w:211,k:{"\u00c7":7,"\u0178":7,"\u00dd":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00e1":8,"\u00e0":8,"\u00f5":12,"\u00f4":12,"\u00f3":12,"\u00f2":12,"\u00eb":12,"\u00ea":12,"\u00e9":12,"\u00e8":12,"\u00e7":12,"\u00e5":8,"\u00e4":8,"\u00e3":8,"\u00e2":8,"\u00f6":12,"\u0153":12,"\u00f8":12,"\u00f0":12,"\u00e6":8,"\u0152":7,"\u00d8":7,o:12,e:12,c:12,a:8,Y:7,O:7,C:7,q:12,g:12,d:12,V:5,T:6,Q:7,G:7}},S:{d:"162,-241r6,39v-36,-18,-102,-27,-106,17v-3,30,33,33,56,40v49,14,62,33,62,74v0,74,-97,91,-159,61r-5,-41v35,21,115,37,115,-18v0,-32,-35,-35,-60,-42v-43,-12,-58,-31,-58,-73v0,-64,91,-82,149,-57",w:193,k:{x:2,w:5,v:6,W:2,V:4,T:9,Y:9,"\u00dd":9,"\u0178":9,y:9,"\u00fd":9,"\u00ff":9,A:1,"\u00c0":1,"\u00c1":1,"\u00c2":1,"\u00c3":1,"\u00c4":1,"\u00c5":1}},T:{d:"4,-248r190,0r-7,36r-66,0r0,212r-48,0r0,-212r-69,0r0,-36",w:196,k:{"\u00c7":7,"\u0178":-12,"\u00dd":-12,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u00c5":31,"\u00c4":31,"\u00c3":31,"\u00c2":31,"\u00c1":31,"\u00c0":31,"\u00e1":36,"\u00e0":36,"\u017e":22,"\u00ff":27,"\u00fd":27,"\u00fc":35,"\u00fb":35,"\u00fa":35,"\u00f9":35,"\u0161":31,"\u00f5":35,"\u00f4":35,"\u00f3":35,"\u00f2":35,"\u00f1":30,"\u00eb":35,"\u00ea":35,"\u00e9":35,"\u00e8":35,"\u00e7":35,"\u00e5":36,"\u00e4":36,"\u00e3":36,"\u00e2":36,"\u00f6":35,"\u2026":26,"\u0153":35,"\u00f8":35,"\u00f0":35,"\u00e6":36,"\u0152":7,"\u00d8":7,"\u201e":26,"\u201a":26,",":26,".":26,z:22,y:27,u:35,s:31,o:35,n:30,e:35,c:35,a:36,Y:-12,O:7,C:7,A:31,"\u00c6":42,"\u2122":-7,"}":-12,"]":-12,"\\":-22,")":-11,"*":-11,"?":-7,"@":19,x:20,w:18,v:27,r:30,q:35,p:30,m:30,g:35,d:35,W:-13,V:-13,T:-7,Q:7,G:7}},U:{d:"20,-246r48,-3r0,151v0,51,14,64,53,64v39,0,52,-13,52,-64r0,-148r48,-3r0,154v0,70,-23,99,-100,99v-139,0,-94,-136,-101,-250",w:241,k:{"\u00c6":9,A:4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4}},V:{d:"2,-248r48,0r63,184v11,-45,47,-133,64,-184r45,0r0,11r-88,237r-44,0r-88,-236r0,-12",w:224,k:{"\u00c7":4,"\u0178":-16,"\u00dd":-16,"\u0160":-4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c5":22,"\u00c4":22,"\u00c3":22,"\u00c2":22,"\u00c1":22,"\u00c0":22,"\u00e1":22,"\u00e0":22,"\u00ff":4,"\u00fd":4,"\u00fc":14,"\u00fb":14,"\u00fa":14,"\u00f9":14,"\u0161":12,"\u00f5":20,"\u00f4":20,"\u00f3":20,"\u00f2":20,"\u00f1":14,"\u00eb":20,"\u00ea":20,"\u00e9":20,"\u00e8":20,"\u00e7":20,"\u00e5":22,"\u00e4":22,"\u00e3":22,"\u00e2":22,"\u00f6":20,"\u2026":21,"\u0153":20,"\u00f8":20,"\u00f0":20,"\u00e6":22,"\u0152":4,"\u00d8":4,"\u201e":21,"\u201a":21,"\u2019":-11,"\u201d":-11,",":21,".":21,y:4,u:14,s:12,o:20,n:14,e:20,c:20,a:22,Y:-16,S:-4,O:4,C:4,A:22,"\u00c6":42,"}":-17,"]":-19,"\\":-14,w:2,v:4,r:14,q:20,p:14,m:14,g:20,d:20,W:-16,V:-16,T:-12,Q:4,M:3,J:12,G:4,D:1}},W:{d:"2,-248r47,0r44,171r39,-160r52,0r40,160r43,-171r46,0r0,12r-67,236r-51,0r-39,-162v-9,49,-26,112,-38,162r-49,0r-67,-236r0,-12",w:315,k:{"\u00c7":4,"\u0178":-17,"\u00dd":-17,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c5":18,"\u00c4":18,"\u00c3":18,"\u00c2":18,"\u00c1":18,"\u00c0":18,"\u00e1":17,"\u00e0":17,"\u00fc":9,"\u00fb":9,"\u00fa":9,"\u00f9":9,"\u0161":3,"\u00f5":14,"\u00f4":14,"\u00f3":14,"\u00f2":14,"\u00f1":7,"\u00eb":14,"\u00ea":14,"\u00e9":14,"\u00e8":14,"\u00e7":14,"\u00e5":17,"\u00e4":17,"\u00e3":17,"\u00e2":17,"\u00f6":14,"\u2026":12,"\u0153":14,"\u00f8":14,"\u00f0":14,"\u00e6":17,"\u0152":4,"\u00d8":4,"\u201e":12,"\u201a":12,"\u2019":-11,"\u201d":-11,",":12,".":12,u:9,s:3,o:14,n:7,e:14,c:14,a:17,Y:-17,O:4,C:4,A:18,"\u00c6":32,"}":-14,"]":-20,"\\":-18,r:7,q:14,p:7,m:7,g:14,d:14,W:-17,Q:4,J:7,G:4}},X:{d:"12,-248r49,0r47,83r48,-83r47,0r0,12r-67,106r75,118r0,12r-48,0r-55,-95r-56,95r-47,0r0,-12r75,-118r-68,-106r0,-12",w:216,k:{"\u00c7":14,"\u00d6":14,"\u00d5":14,"\u00d4":14,"\u00d3":14,"\u00d2":14,"\u00c5":-5,"\u00c4":-5,"\u00c3":-5,"\u00c2":-5,"\u00c1":-5,"\u00c0":-5,"\u00ff":14,"\u00fd":14,"\u00f5":9,"\u00f4":9,"\u00f3":9,"\u00f2":9,"\u00eb":9,"\u00ea":9,"\u00e9":9,"\u00e8":9,"\u00e7":9,"\u00f6":9,"\u0153":9,"\u00f8":9,"\u00f0":9,"\u0152":14,"\u00d8":14,y:14,o:9,e:9,c:9,O:14,C:14,A:-5,"@":12,w:6,v:14,q:9,g:9,d:9,Q:14,G:14}},Y:{d:"2,-248r46,0r55,108r52,-108r44,0r0,13r-73,142r0,93r-48,0r0,-91r-76,-144r0,-13",w:201,k:{"\u00c6":39,"}":-17,"]":-19,"\\":-8,x:14,w:4,v:4,t:4,r:19,q:31,p:19,m:19,j:9,g:31,d:31,W:-17,V:-17,T:-12,R:3,Q:9,M:4,J:17,G:9,F:1,O:9,"\u00d8":9,"\u0152":9,"\u00d2":9,"\u00d3":9,"\u00d4":9,"\u00d5":9,"\u00d6":9,Y:-13,"\u00dd":-13,"\u0178":-13,y:12,"\u00fd":12,"\u00ff":12,C:9,"\u00c7":9,A:20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,".":19,",":19,"\u201a":19,"\u201e":19,"\u2026":19,a:27,"\u00e6":27,"\u00e2":27,"\u00e3":27,"\u00e4":27,"\u00e5":27,"\u00e0":27,"\u00e1":27,e:31,"\u00e8":31,"\u00e9":31,"\u00ea":31,"\u00eb":31,o:31,"\u00f0":31,"\u00f8":31,"\u0153":31,"\u00f6":31,"\u00f2":31,"\u00f3":31,"\u00f4":31,"\u00f5":31,c:31,"\u00e7":31,u:21,"\u00f9":21,"\u00fa":21,"\u00fb":21,"\u00fc":21,"\u201d":-11,"\u2019":-11,i:9,"\u00ec":9,"\u00ed":9,"\u00ee":9,"\u00ef":9,n:19,"\u00f1":19,s:19,"\u0161":19}},Z:{d:"21,-248r168,0r4,29r-126,182r129,0r-10,37r-174,0r-4,-27r127,-185r-124,0",w:204,k:{q:6,g:6,d:6,G:5,O:5,"\u00d8":5,"\u0152":5,"\u00d2":5,"\u00d3":5,"\u00d4":5,"\u00d5":5,"\u00d6":5,C:5,"\u00c7":5,e:6,"\u00e8":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,o:6,"\u00f0":6,"\u00f8":6,"\u0153":6,"\u00f6":6,"\u00f2":6,"\u00f3":6,"\u00f4":6,"\u00f5":6,c:6,"\u00e7":6}},a:{d:"8,-47v0,-51,48,-56,106,-54v1,-28,-1,-44,-30,-44v-16,0,-38,5,-61,13r4,-35v54,-17,132,-24,132,50r0,78v0,9,4,13,19,13r-6,27v-20,7,-41,1,-50,-13v-34,28,-114,19,-114,-35xm114,-70v-28,0,-62,-4,-61,23v1,30,48,18,61,6r0,-29",w:181,k:{"*":23,x:-6,v:5,y:4,"\u00fd":4,"\u00ff":4,s:-6,"\u0161":-6}},b:{d:"20,-253r45,-4r0,91v57,-25,121,-15,121,76v0,90,-64,112,-124,80r-2,10r-40,0r0,-253xm65,-136r0,97v36,16,75,21,75,-48v0,-69,-36,-66,-75,-49",w:198,k:{"\u017e":1,"\u00ff":4,"\u00fd":4,z:1,y:4,"*":25,x:5,w:1,v:2,j:3}},c:{d:"146,-168r4,35v-47,-16,-92,-30,-92,45v0,80,47,62,95,47r-4,33v-63,25,-137,15,-137,-80v0,-93,69,-102,134,-80",w:158,k:{x:-4,t:-7,f:-6,y:-4,"\u00fd":-4,"\u00ff":-4,a:-4,"\u00e6":-4,"\u00e2":-4,"\u00e3":-4,"\u00e4":-4,"\u00e5":-4,"\u00e0":-4,"\u00e1":-4}},d:{d:"132,-253r45,-4r0,257r-40,0r-2,-10v-56,31,-123,12,-123,-76v0,-84,57,-108,120,-82r0,-85xm132,-39r0,-97v-39,-16,-74,-18,-74,50v0,69,36,63,74,47",w:197},e:{d:"92,-178v66,1,79,37,79,103r-113,0v-3,62,63,51,109,35r-6,34v-15,6,-39,10,-61,10v-62,0,-88,-25,-88,-91v0,-66,29,-91,80,-91xm58,-106r67,0v0,-30,-12,-40,-33,-40v-21,0,-34,10,-34,40",w:182,k:{"*":15,v:2,y:4,"\u00fd":4,"\u00ff":4}},f:{d:"1,-174r25,0v-7,-70,29,-99,93,-82r5,33v-32,-5,-53,-14,-53,30r0,19r43,0r-5,32r-38,0r0,142r-45,0r0,-142r-25,0r0,-32",w:116,k:{"\u00e1":4,"\u00e0":4,"\u017e":-4,"\u00ff":-12,"\u00fd":-12,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f9":6,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00e7":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00f6":4,"\u2026":11,"\u0153":4,"\u00f8":4,"\u00f0":4,"\u00e6":4,"\u201e":11,"\u201a":11,"\u2019":-14,"\u201d":-14,",":11,".":11,z:-4,y:-12,u:6,o:4,e:4,c:4,a:4,"'":-18,"\u00b0":-17,"\u00ba":-10,"\u00aa":-16,"\u2122":-16,"}":-17,"]":-16,"\\":-17,")":-14,"*":-19,"?":-12,x:-7,w:-12,v:-14,t:-11,r:3,q:4,g:4,f:-8,d:4}},g:{d:"132,-40r0,-94v-34,-19,-74,-21,-74,45v0,66,37,67,74,49xm177,-6v9,79,-57,92,-122,76r-5,-34v36,11,94,16,82,-44v-59,29,-120,-1,-120,-81v0,-83,67,-108,124,-75v2,-15,26,-8,41,-11r0,169",w:197,k:{"*":16,j:-22}},h:{d:"134,-107v5,-44,-42,-43,-69,-26r0,133r-45,0r0,-253r45,-4r0,92v46,-26,114,-14,114,53r0,112r-45,0r0,-107",w:198,k:{"\u00ff":7,"\u00fd":7,y:7,"*":22,w:2,v:4}},i:{d:"22,-170r45,-4r0,174r-45,0r0,-170xm22,-236r45,-3r0,41r-45,0r0,-38",w:88},j:{d:"67,0v4,66,-33,84,-90,72r-6,-33v31,8,51,9,51,-35r0,-174r45,-4r0,174xm22,-236r45,-3r0,41r-45,0r0,-38",w:88,k:{j:-22}},k:{d:"20,-253r45,-4r0,151r74,-75r28,26r-60,61r63,84r0,10r-43,0r-48,-65r-14,14r0,51r-45,0r0,-253",w:173,k:{"\u00e1":4,"\u00e0":4,"\u00ff":-4,"\u00fd":-4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00e7":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00f6":4,"\u0153":4,"\u00f8":4,"\u00f0":4,"\u00e6":4,y:-4,o:4,e:4,c:4,a:4,w:-7,v:-5,q:4,g:4,d:4}},l:{d:"22,-253r45,-4r0,257r-45,0r0,-253",w:88},m:{d:"130,-107v5,-43,-39,-44,-65,-26r0,133r-45,0r0,-170r39,-5r3,12v28,-19,78,-22,99,4v46,-33,121,-25,121,47r0,112r-45,0r0,-107v4,-43,-38,-43,-64,-26v5,40,1,89,2,133r-45,0r0,-107",w:301,k:{"\u00ff":4,"\u00fd":4,y:4,"*":24,w:2,v:4}},n:{d:"134,-107v5,-44,-42,-43,-69,-26r0,133r-45,0r0,-170r38,-5r3,12v45,-28,118,-19,118,51r0,112r-45,0r0,-107",w:198,k:{"*":24,w:2,v:4,y:4,"\u00fd":4,"\u00ff":4}},o:{d:"97,-178v62,0,85,32,85,91v0,59,-23,91,-85,91v-62,0,-85,-32,-85,-91v0,-59,23,-91,85,-91xm97,-146v-27,0,-39,16,-39,59v0,43,12,59,39,59v27,0,39,-16,39,-59v0,-43,-12,-59,-39,-59",w:194,k:{x:2,w:2,v:4,y:4,"\u00fd":4,"\u00ff":4}},p:{d:"20,-170r39,-5r3,13v51,-33,123,-19,123,72v0,88,-60,111,-120,82r0,73r-45,4r0,-239xm65,-131r0,93v37,14,74,21,74,-50v0,-72,-39,-63,-74,-43",w:197,k:{"\u00ff":4,"\u00fd":4,y:4,w:1,v:2,f:1}},q:{d:"177,-162r0,227r-45,4r0,-77v-57,30,-120,2,-120,-80v0,-60,23,-90,91,-90v22,0,55,8,74,16xm132,-40r0,-100v-42,-11,-74,-9,-74,52v0,70,37,66,74,48",w:197,k:{j:-29}},r:{d:"20,-170r38,-5r3,14v18,-13,34,-20,57,-16r-4,36v-18,-3,-35,2,-49,10r0,131r-45,0r0,-170",w:120,k:{"\u00e1":4,"\u00e0":4,"\u00ff":-9,"\u00fd":-9,"\u00f5":3,"\u00f4":3,"\u00f3":3,"\u00f2":3,"\u00eb":3,"\u00ea":3,"\u00e9":3,"\u00e8":3,"\u00e7":3,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00f6":3,"\u0153":3,"\u00f8":3,"\u00f0":3,"\u00e6":4,y:-9,o:3,e:3,c:3,a:4,x:-4,w:-11,v:-9,t:-9,g:3,f:-8,d:3}},s:{d:"124,-169r2,35v-25,-13,-74,-21,-77,7v-2,17,23,19,38,22v42,9,52,25,52,55v0,58,-80,64,-129,43r-3,-35v16,8,44,14,59,14v34,0,42,-34,8,-39v-38,-6,-74,-18,-69,-59v-7,-50,73,-63,119,-43",w:144,k:{"*":16,v:2}},t:{d:"112,-3v-44,13,-88,12,-88,-56r0,-83r-23,0r0,-32r23,0r7,-42r38,-2r0,44r43,0r-4,32r-39,0r0,83v-3,44,15,28,48,25",w:121,k:{"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f9":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00e7":4,"\u00f6":4,"\u0153":4,"\u00f8":4,"\u00f0":4,u:4,o:4,e:4,c:4,"/":-9,x:-6,q:4,g:4,f:-6,d:4}},u:{d:"97,4v-56,0,-78,-18,-78,-74r0,-100r45,-4r0,105v1,29,8,40,33,40v26,0,33,-10,33,-40r0,-101r45,-4r0,104v0,56,-22,74,-78,74",w:194},v:{d:"2,-174r44,0r39,122r39,-122r43,0r0,10r-63,164r-40,0r-62,-164r0,-10",w:168,k:{"\u00e1":4,"\u00e0":4,"\u00ff":-8,"\u00fd":-8,"\u00f5":5,"\u00f4":5,"\u00f3":5,"\u00f2":5,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":5,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00f6":5,"\u2026":19,"\u0153":5,"\u00f8":5,"\u00f0":5,"\u00e6":4,"\u201e":19,"\u201a":19,",":19,".":19,y:-8,o:5,e:5,c:5,a:4,x:-4,w:-10,v:-9,t:-14,q:5,g:5,f:-12,d:5}},w:{d:"2,-174r46,0r28,119r31,-113r40,0r31,114r30,-120r44,0v-11,64,-36,114,-52,174r-44,0r-31,-94r-28,94r-45,0v-15,-59,-39,-110,-50,-174",w:254,k:{"\u00e1":2,"\u00e0":2,"\u00ff":-9,"\u00fd":-9,"\u00f5":3,"\u00f4":3,"\u00f3":3,"\u00f2":3,"\u00eb":3,"\u00ea":3,"\u00e9":3,"\u00e8":3,"\u00e7":3,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00f6":3,"\u2026":14,"\u0153":3,"\u00f8":3,"\u00f0":3,"\u00e6":2,"\u201e":14,"\u201a":14,",":14,".":14,y:-9,o:3,e:3,c:3,a:2,x:-8,w:-12,v:-10,t:-12,q:3,g:3,f:-11,d:3}},x:{d:"6,-174r43,0r36,56r35,-56r42,0r0,10r-51,74r57,80r0,10r-43,0r-40,-60r-41,60r-42,0r0,-10r58,-79r-54,-75r0,-10",w:169,k:{"\u00e1":2,"\u00e0":2,"\u00ff":-4,"\u00fd":-4,"\u00f5":3,"\u00f4":3,"\u00f3":3,"\u00f2":3,"\u00eb":3,"\u00ea":3,"\u00e9":3,"\u00e8":3,"\u00e7":3,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00f6":3,"\u0153":3,"\u00f8":3,"\u00f0":3,"\u00e6":2,y:-4,o:3,e:3,c:3,a:2,x:-5,w:-8,v:-4,g:3,f:-4,d:3}},y:{d:"3,-174r46,0r41,124r41,-124r43,0r0,11r-92,239r-42,-7r26,-66r-63,-166r0,-11",w:177,k:{x:-4,w:-9,v:-8,t:-14,r:1,q:6,j:1,g:6,f:-12,d:6,y:-9,"\u00fd":-9,"\u00ff":-9,".":18,",":18,"\u201a":18,"\u201e":18,"\u2026":18,a:4,"\u00e6":4,"\u00e2":4,"\u00e3":4,"\u00e4":4,"\u00e5":4,"\u00e0":4,"\u00e1":4,e:6,"\u00e8":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,o:6,"\u00f0":6,"\u00f8":6,"\u0153":6,"\u00f6":6,"\u00f2":6,"\u00f3":6,"\u00f4":6,"\u00f5":6,c:6,"\u00e7":6,u:2,"\u00f9":2,"\u00fa":2,"\u00fb":2,"\u00fc":2}},z:{d:"13,-174r130,0r0,21r-81,120r84,0r-7,33r-129,0r-5,-22r81,-119r-80,0",w:151,k:{f:-6,a:-2,"\u00e6":-2,"\u00e2":-2,"\u00e3":-2,"\u00e4":-2,"\u00e5":-2,"\u00e0":-2,"\u00e1":-2}},"&":{d:"129,-129r45,45v8,-18,11,-40,11,-67r40,-7v0,43,-9,78,-24,103r35,34r-28,27r-31,-32v-42,50,-168,37,-168,-41v0,-31,16,-57,53,-72v-55,-48,-38,-111,43,-113v91,-2,92,94,24,123xm150,-49r-61,-64v-44,16,-45,85,13,83v18,0,35,-6,48,-19xm104,-157v31,-11,42,-60,1,-62v-43,3,-27,44,-1,62",w:244},"@":{d:"201,-179r0,74v0,16,4,21,12,21v10,0,20,-14,20,-54v0,-51,-29,-82,-82,-82v-62,0,-90,40,-90,99v0,100,89,105,166,79r-5,34v-101,34,-208,-3,-208,-114v0,-80,53,-131,137,-131v80,0,123,48,123,115v0,74,-62,106,-103,67v-37,30,-95,9,-89,-53v-7,-68,67,-78,119,-55xm161,-95r0,-64v-24,-6,-36,0,-36,35v-1,44,17,45,36,29",w:288,k:{X:16,T:14}},"!":{d:"18,-41r48,-5r0,46r-48,0r0,-41xm16,-251r49,-4r-3,192r-41,5",w:81},"\u00a1":{d:"15,-176r48,-5r0,46r-48,0r0,-41xm19,-115r41,-5r5,195r-49,4",w:81},"?":{d:"8,-202r5,-38v53,-24,146,-13,137,51v3,49,-21,64,-54,79v-16,7,-11,28,-12,49r-48,3v-5,-52,4,-77,46,-94v31,-13,30,-67,-14,-67v-15,0,-37,6,-60,17xm36,-41r48,-5r0,46r-48,0r0,-41",w:158},"\u00bf":{d:"75,-117r47,-3v5,51,-3,78,-46,94v-31,12,-29,66,14,66v15,0,37,-5,60,-16r-4,38v-53,24,-146,13,-137,-51v-4,-49,20,-64,53,-79v16,-7,12,-28,13,-49xm75,-176r47,-5r0,46r-47,0r0,-41",w:158,k:{j:-42}},"*":{d:"19,-257r33,19r-11,-37r51,0r-10,36r32,-19r14,41r-39,4r30,28r-37,25r-15,-34r-16,34r-37,-25r30,-28r-39,-4",w:132},".":{d:"14,-41r48,-5r0,46r-48,0r0,-41",w:76,k:{w:14,v:20,W:12,V:17,T:26,Y:19,"\u00dd":19,"\u0178":19,y:19,"\u00fd":19,"\u00ff":19,A:-4,"\u00c0":-4,"\u00c1":-4,"\u00c2":-4,"\u00c3":-4,"\u00c4":-4,"\u00c5":-4}},",":{d:"17,-42r52,-4v1,53,-1,75,-41,106r-16,-21v16,-12,20,-23,21,-38r-16,0r0,-43",w:83,k:{w:14,v:20,j:-22,W:12,V:17,T:26,Y:19,"\u00dd":19,"\u0178":19,y:19,"\u00fd":19,"\u00ff":19,A:-4,"\u00c0":-4,"\u00c1":-4,"\u00c2":-4,"\u00c3":-4,"\u00c4":-4,"\u00c5":-4}},":":{d:"14,-41r48,-5r0,46r-48,0r0,-41xm14,-174r48,-4r0,46r-48,0r0,-42",w:76,k:{j:-22}},";":{d:"19,-174r47,-4r0,46r-47,0r0,-42xm17,-42r52,-4v1,53,-1,75,-41,106r-16,-21v16,-12,20,-23,21,-38r-16,0r0,-43",w:83,k:{j:-22}},"\u00b7":{d:"14,-124r48,-5r0,46r-48,0r0,-41",w:76},"\u2022":{d:"12,-99v0,-34,22,-65,66,-65v44,0,66,31,66,65v0,34,-22,65,-66,65v-44,0,-66,-31,-66,-65",w:155},"/":{d:"83,-252r43,0r0,11r-73,245r-44,0r0,-11",w:135,k:{"\u0178":-18,"\u00dd":-18,Y:-18,W:-23,V:-22,T:-22}},"(":{d:"76,-260r36,21v-67,87,-72,181,2,267r-38,18v-87,-101,-77,-207,0,-306",w:124,k:{j:-40}},"\u00a6":{d:"18,-94r45,-3r0,102r-45,3r0,-102xm18,-252r45,-3r0,103r-45,3r0,-103",w:80},")":{d:"11,-239r38,-18v87,101,77,207,0,306r-37,-21v67,-86,72,-180,-1,-267",w:124},"[":{d:"23,-252r81,0r7,34r-42,0r0,236r42,0r-7,34r-81,0r0,-304",w:118,k:{"\u0178":-12,"\u00dd":-12,Y:-12,j:-40,W:-17,V:-17,T:-16}},"\\":{d:"9,-252r43,0r74,245r0,11r-44,0r-73,-245r0,-11",w:135,k:{"\u00c5":-14,"\u00c4":-14,"\u00c3":-14,"\u00c2":-14,"\u00c1":-14,"\u00c0":-14,A:-14,M:-9,J:-12}},"]":{d:"14,-252r81,0r0,304r-81,0r-7,-34r42,0r0,-236r-41,0",w:118},"{":{d:"32,-197v0,-51,31,-61,83,-58r6,34v-25,1,-45,-8,-43,27v2,37,3,82,-22,91v23,4,23,55,22,91v-1,34,18,26,44,27r-6,34v-52,3,-84,-6,-84,-58v0,-32,7,-77,-25,-76r0,-36v33,1,25,-44,25,-76",w:129,k:{"\u0178":-16,"\u00dd":-16,Y:-16,j:-40,W:-11,V:-14,T:-12}},"|":{d:"23,-252r45,-3r0,260r-45,3r0,-260",w:90},"}":{d:"14,-255v52,-3,83,7,83,58v0,32,-8,77,25,76r0,36v-31,-1,-25,44,-25,76v0,52,-32,61,-84,58r-6,-34v26,-1,45,7,44,-27v-1,-36,-2,-87,22,-91v-24,-9,-24,-54,-22,-91v2,-35,-17,-26,-43,-27",w:129},"-":{d:"12,-111r84,0r-5,35r-79,0r0,-35",w:105},"\u2013":{d:"0,-111r191,0r-5,35r-186,0r0,-35",w:190},"\u2014":{d:"0,-111r368,0r-4,35r-364,0r0,-35",w:367},_:{d:"-4,21r192,0r-4,31r-188,0r0,-31",w:183},"\u2020":{d:"69,-245r49,-3r-1,84v19,0,42,-1,60,-1r-3,35r-57,0r-1,176r-44,3r-1,-179r-56,0r-4,-35r59,1v0,-24,-1,-57,-1,-81",w:188},"\u2021":{d:"69,-245r49,-3r-1,71r60,0r-3,35r-57,-1r0,44v17,0,37,-1,52,-1r-5,35r-48,-1r0,112r-44,3r-1,-115v-15,0,-34,1,-47,1r-5,-35r52,1r0,-44v-18,0,-39,1,-56,1r-4,-35r59,0v0,-21,-1,-47,-1,-68",w:188},"\u00a7":{d:"136,-244r5,35v-19,-8,-36,-12,-48,-12v-27,0,-30,26,-8,31v35,7,72,24,72,56v0,20,-5,33,-19,42v33,34,15,96,-55,96v-19,0,-37,-4,-51,-10r-6,-36v19,9,39,14,55,14v33,0,39,-36,9,-41v-39,-6,-76,-23,-76,-61v0,-15,9,-30,23,-39v-34,-34,-9,-83,54,-83v16,0,34,3,45,8xm113,-127v0,-18,-29,-22,-45,-26v-16,12,-9,40,14,40r22,6v5,-4,9,-11,9,-20",w:171},"\u00b6":{d:"90,-248r111,0r-4,32r-16,0r0,259r-45,2r0,-261r-19,0r0,264r-47,3r0,-154v-41,-6,-64,-32,-64,-72v0,-46,30,-73,84,-73",w:207},"\u00ae":{d:"101,-190v47,2,97,-9,97,39v0,22,-8,38,-26,41v9,18,24,29,28,52r-35,0r-25,-44r0,44r-39,0r0,-132xm140,-164r0,30v12,1,19,-2,19,-15v0,-13,-6,-16,-19,-15xm147,-253v90,0,133,59,133,128v0,69,-43,129,-133,129v-90,0,-133,-60,-133,-129v0,-69,43,-128,133,-128xm61,-125v0,55,29,94,86,94v57,0,87,-39,87,-94v0,-55,-30,-94,-87,-94v-57,0,-86,39,-86,94",w:294},"\u00a9":{d:"14,-125v0,-69,43,-128,133,-128v90,0,133,59,133,128v0,69,-43,129,-133,129v-90,0,-133,-60,-133,-129xm147,-219v-57,0,-86,39,-86,94v0,55,29,94,86,94v57,0,87,-39,87,-94v0,-55,-30,-94,-87,-94xm188,-185r3,30v-33,-10,-64,-21,-64,30v0,52,33,41,66,31r-3,29v-51,17,-103,5,-103,-60v0,-64,50,-77,101,-60",w:294},"\u2122":{d:"121,-248r44,-3v6,19,8,41,15,58r10,-55r45,-3r12,107r-37,0v-3,-16,-2,-36,-6,-50r-9,45r-32,2v-5,-15,-6,-34,-12,-47r-2,50r-36,0xm9,-251r96,0r-5,30r-26,0r0,77r-37,0r0,-77r-28,0r0,-30",w:256},"\u201c":{d:"122,-265r16,21v-16,12,-21,22,-22,37r17,0r0,43r-52,4v-1,-52,1,-74,41,-105xm48,-265r16,21v-16,12,-20,22,-21,37r16,0r0,43r-52,4v-1,-52,1,-74,41,-105",w:147,k:{W:-11,V:-11,Y:-11,"\u00dd":-11,"\u0178":-11}},"\u201d":{d:"14,-261r53,-4v1,52,-1,74,-41,105r-17,-21v16,-12,21,-22,22,-37r-17,0r0,-43xm88,-261r52,-4v1,52,-1,74,-41,105r-16,-21v16,-12,20,-22,21,-37r-16,0r0,-43",w:147},"\u2018":{d:"48,-265r16,21v-16,12,-20,22,-21,37r16,0r0,43r-52,4v-1,-52,1,-74,41,-105",w:73,k:{W:-11,V:-11,Y:-11,"\u00dd":-11,"\u0178":-11}},"\u2019":{d:"14,-261r53,-4v1,52,-1,74,-41,105r-17,-21v16,-12,21,-22,22,-37r-17,0r0,-43",w:73},"\u00ab":{d:"63,-159r29,19r-40,58r40,58r-29,19r-56,-73r0,-8xm144,-159r30,19r-40,58r40,58r-29,19r-56,-73r0,-8",w:183},"\u00bb":{d:"91,-140r30,-19r55,73r0,8r-56,73r-29,-19r40,-58xm10,-140r29,-19r55,73r0,8r-56,73r-29,-19r41,-58",w:183},"\u2039":{d:"63,-159r29,19r-40,58r40,58r-29,19r-56,-73r0,-8",w:101},"\u203a":{d:"10,-140r29,-19r55,73r0,8r-56,73r-29,-19r41,-58",w:101},"\u201a":{d:"14,-42r53,-4v1,53,-1,75,-41,106r-17,-21v16,-12,21,-23,22,-38r-17,0r0,-43",w:73,k:{w:14,v:20,W:12,V:17,T:26,Y:19,"\u00dd":19,"\u0178":19,y:19,"\u00fd":19,"\u00ff":19,A:-4,"\u00c0":-4,"\u00c1":-4,"\u00c2":-4,"\u00c3":-4,"\u00c4":-4,"\u00c5":-4}},"\u201e":{d:"14,-42r53,-4v1,53,-1,75,-41,106r-17,-21v16,-12,21,-23,22,-38r-17,0r0,-43xm88,-42r52,-4v1,53,-1,75,-41,106r-16,-21v16,-12,20,-23,21,-38r-16,0r0,-43",w:147,k:{w:14,v:20,W:12,V:17,T:26,Y:19,"\u00dd":19,"\u0178":19,y:19,"\u00fd":19,"\u00ff":19,A:-4,"\u00c0":-4,"\u00c1":-4,"\u00c2":-4,"\u00c3":-4,"\u00c4":-4,"\u00c5":-4}},"\u00aa":{d:"15,-247v38,-12,101,-17,95,40v3,16,-9,43,11,43r-4,24v-17,6,-32,3,-41,-8v-20,20,-79,12,-73,-23v-3,-26,25,-38,66,-36v1,-34,-40,-15,-58,-10xm69,-182v-20,-5,-35,15,-14,19v10,1,17,-6,14,-19",w:122},"\u00ba":{d:"67,-225v-11,0,-15,5,-15,29v0,24,4,30,15,30v11,0,15,-6,15,-30v0,-24,-4,-29,-15,-29xm9,-196v0,-41,19,-59,58,-59v39,0,58,18,58,59v0,41,-19,59,-58,59v-39,0,-58,-18,-58,-59",w:133},"0":{d:"105,-252v66,0,91,37,91,127v0,90,-25,129,-91,129v-66,0,-91,-39,-91,-129v0,-90,25,-127,91,-127xm105,-216v-28,0,-42,17,-42,91v0,74,14,91,42,91v28,0,42,-17,42,-91v0,-74,-14,-91,-42,-91"},"1":{d:"38,-221v31,-11,53,-31,100,-27r0,248r-47,0r0,-206r-48,21"},"2":{d:"22,-28v43,-41,115,-102,115,-154v0,-48,-73,-35,-110,-16r5,-40v56,-25,157,-20,150,53v9,45,-59,116,-95,148r98,0r-9,37r-148,0"},"3":{d:"31,-204r6,-36v51,-22,144,-18,144,49v0,29,-13,50,-34,59v28,9,41,31,41,60v0,46,-30,76,-98,76v-22,0,-48,-7,-63,-15r-5,-41v37,24,118,34,118,-19v0,-34,-34,-46,-79,-42r0,-36v39,3,72,-4,72,-39v0,-45,-70,-30,-102,-16"},"4":{d:"97,-248r46,0r0,13r-77,142r60,0r0,-81r47,-4r0,85r29,0r-4,40r-25,0r0,53r-47,0r0,-53r-110,0r-7,-28"},"5":{d:"41,-248r131,0r-8,34r-83,0r-4,61v65,-9,111,12,111,73v0,53,-25,84,-90,84v-23,0,-49,-6,-67,-14r-7,-39v42,20,116,39,116,-29v0,-57,-64,-41,-108,-29"},"6":{d:"168,-244r4,38v-55,-22,-98,-17,-102,55v56,-23,121,-2,121,68v0,54,-25,87,-83,87v-66,0,-87,-38,-87,-117v0,-122,55,-156,147,-131xm69,-111v-1,52,10,78,40,78v25,0,34,-13,34,-47v0,-52,-44,-45,-74,-31"},"7":{d:"28,-246r159,0r13,21r-115,230r-43,-15r100,-201r-124,0"},"8":{d:"64,-130v-62,-32,-50,-122,42,-122v91,0,102,92,38,119v79,29,61,137,-39,137v-102,0,-115,-106,-41,-134xm107,-150v34,-8,44,-69,-1,-69v-21,0,-32,10,-32,30v0,18,8,30,33,39xm100,-112v-44,13,-53,80,6,80v29,0,39,-13,39,-34v0,-23,-16,-34,-45,-46"},"9":{d:"42,-4r-4,-38v55,19,96,21,101,-56v-59,21,-120,6,-120,-70v0,-55,28,-84,82,-84v66,0,88,38,88,118v0,114,-55,158,-147,130xm140,-138v1,-51,-9,-78,-39,-78v-22,0,-35,11,-35,48v0,52,46,45,74,30"},"$":{d:"123,-146v91,11,89,138,1,147r0,31r-38,4r0,-33v-19,-1,-39,-5,-56,-13r-6,-41v19,10,43,18,62,19r0,-76v-44,-10,-65,-32,-65,-77v0,-36,21,-60,65,-66r0,-32r38,-4r0,35v17,1,35,6,47,11r6,39v-18,-8,-39,-13,-54,-15r0,71xm123,-98r0,61v21,-9,25,-53,0,-61xm86,-157r0,-56v-22,8,-23,49,0,56"},"\u00a2":{d:"96,-208r37,-3r0,35v12,2,24,4,32,8r5,35v-13,-5,-26,-9,-38,-11r0,114v12,-2,27,-5,40,-11r-3,33v-9,5,-22,8,-36,10r0,30r-37,4r0,-33v-43,-5,-64,-31,-64,-91v0,-61,22,-84,64,-89r0,-31xm96,-32r0,-110v-25,2,-24,109,0,110"},"\u20ac":{d:"5,-159r25,0v3,-89,87,-107,168,-84r6,39v-55,-20,-118,-22,-124,45r79,0r-7,33v-23,2,-55,-4,-74,2v0,7,1,13,1,19r72,0r-8,33r-59,0v14,51,73,44,126,27r-7,39v-72,23,-162,10,-170,-66r-33,0r0,-33r29,0r-1,-21r-23,0r0,-33"},"\u0192":{d:"56,-144r31,0v4,-59,17,-109,76,-109v13,0,26,2,38,7r4,35v-37,-13,-63,-20,-68,33r-3,34r44,0r-7,32r-42,0v-9,73,-2,180,-82,180v-12,0,-28,-4,-38,-8r-4,-36v35,15,62,20,68,-33r11,-103r-28,0r0,-32"},"\u00a3":{d:"24,-143r26,0v-5,-67,12,-111,76,-109v17,0,35,3,49,9r3,39v-36,-15,-84,-27,-80,31r0,30r61,0r-7,34r-54,0v0,30,3,59,-15,73r109,0r-11,36r-157,0r-6,-30v36,-16,32,-37,32,-79r-26,0r0,-34"},"\u00a5":{d:"6,-248r47,0r54,108r52,-108r44,0r0,13r-58,113r33,0r-6,33r-42,0r0,21r39,0r-7,33r-32,0r0,35r-48,0r0,-35r-44,0r0,-33r44,0r0,-21r-44,0r0,-33r28,0r-60,-113r0,-13"},"#":{d:"64,-248r43,0r-12,74r35,0r11,-74r43,0r-11,74r43,0r-5,32r-43,0r-7,43r43,0r-5,32r-42,0r-11,67r-43,0r10,-67r-34,0r-10,67r-43,0r10,-67r-42,0r4,-32r42,0r8,-43r-43,0r4,-32r44,0xm90,-142r-7,43r34,0r8,-43r-35,0"},"%":{d:"67,-252v39,0,57,19,57,69v0,50,-18,70,-57,70v-39,0,-56,-20,-56,-70v0,-50,17,-69,56,-69xm67,-222v-11,0,-14,7,-14,39v0,32,3,39,14,39v11,0,15,-7,15,-39v0,-32,-4,-39,-15,-39xm248,-135v39,0,57,19,57,69v0,50,-18,70,-57,70v-39,0,-56,-20,-56,-70v0,-50,17,-69,56,-69xm248,-105v-11,0,-14,7,-14,39v0,32,3,39,14,39v11,0,14,-7,14,-39v0,-32,-3,-39,-14,-39xm221,-257r38,23r-163,243r-37,-26",w:315},"\u2030":{d:"376,-135v39,0,56,19,56,69v0,50,-17,70,-56,70v-39,0,-57,-20,-57,-70v0,-50,18,-69,57,-69xm376,-105v-11,0,-15,7,-15,39v0,32,4,39,15,39v11,0,14,-7,14,-39v0,-32,-3,-39,-14,-39xm67,-252v39,0,57,19,57,69v0,50,-18,70,-57,70v-39,0,-56,-20,-56,-70v0,-50,17,-69,56,-69xm67,-222v-11,0,-14,7,-14,39v0,32,3,39,14,39v11,0,15,-7,15,-39v0,-32,-4,-39,-15,-39xm248,-135v39,0,57,19,57,69v0,50,-18,70,-57,70v-39,0,-56,-20,-56,-70v0,-50,17,-69,56,-69xm248,-105v-11,0,-14,7,-14,39v0,32,3,39,14,39v11,0,14,-7,14,-39v0,-32,-3,-39,-14,-39xm221,-257r38,23r-163,243r-37,-26",w:443},"+":{d:"81,-174r44,-3r0,64r63,0r-8,39r-55,0r0,59r-44,3r0,-62r-60,0r0,-39r60,0r0,-61"},"\u2212":{d:"22,-113r166,0r-9,39r-157,0r0,-39"},"\u00d7":{d:"30,-136r30,-30r44,45r45,-45r31,30r-44,43r43,42r-30,31r-45,-45r-44,45r-29,-31r43,-42"},"<":{d:"33,-107r122,-73r22,32r-86,52r86,52r-22,33r-122,-74r0,-22"},"\u00f7":{d:"22,-113r166,0r-9,39r-157,0r0,-39xm81,-46r45,-5r0,46r-45,0r0,-41xm81,-175r45,-4r0,46r-45,0r0,-42"},"=":{d:"22,-80r166,0r-9,40r-157,0r0,-40xm22,-157r166,0r-9,40r-157,0r0,-40"},"\u00ac":{d:"22,-115r165,0r0,75r-43,4r0,-39r-122,0r0,-40"},">":{d:"55,-180r121,73r0,22r-122,74r-21,-33r86,-52r-86,-52"},"\u2260":{d:"22,-157r86,0r15,-39r32,11r-11,28r44,0r-9,40r-51,0r-15,37r75,0r-9,40r-81,0r-15,39r-31,-13r10,-26r-40,0r0,-40r56,0r14,-37r-70,0r0,-40"},"\u2248":{d:"44,-105r-30,-21v21,-54,70,-54,109,-25v22,16,28,13,41,-18r31,19v-11,54,-63,53,-100,26v-24,-18,-36,-10,-51,19xm44,-24r-30,-21v21,-54,70,-54,109,-25v22,16,28,13,41,-18r31,19v-11,54,-63,53,-100,26v-24,-18,-36,-10,-51,19"},"\u00b1":{d:"21,-40r165,0r-8,40r-157,0r0,-40xm21,-154r60,0r0,-54r44,-3r0,57r63,0r-8,39r-55,0r0,52r-44,3r0,-55r-60,0r0,-39"},"\u2264":{d:"23,-147r138,-67r19,34r-95,46r95,45r-19,34r-138,-67r0,-25xm22,-40r166,0r-9,40r-157,0r0,-40"},"\u2265":{d:"48,-214r138,67r0,25r-138,67r-19,-34v30,-14,65,-30,95,-45r-95,-46xm22,-40r165,0r-8,40r-157,0r0,-40"},"^":{d:"89,-248r32,0r70,103r-31,21r-55,-79r-55,79r-31,-21"},"~":{d:"42,-69r-29,-24v27,-63,90,-37,131,-15v10,0,17,-5,24,-27r29,22v-18,51,-61,49,-99,26v-29,-17,-41,-12,-56,18"},"\u25ca":{d:"105,-198r-42,77r42,75r42,-76xm86,-250r37,-2r71,130r-69,127r-39,3r-70,-129"},"\u00b0":{d:"68,-269v32,0,51,24,51,50v0,26,-19,51,-51,51v-32,0,-50,-24,-50,-51v0,-26,18,-50,50,-50xm68,-239v-11,0,-19,7,-19,20v0,12,8,21,19,21v11,0,20,-9,20,-21v0,-13,-9,-20,-20,-20",w:136},"'":{d:"9,-266r46,-4r-5,94r-41,4r0,-94",w:63},'"':{d:"9,-266r46,-4r-5,94r-41,4r0,-94xm75,-266r46,-4r-5,94r-41,4r0,-94",w:129},"\u221a":{d:"3,-174r65,0r37,114r65,-195r41,0r0,10r-82,244r-44,3r-50,-144r-32,0r0,-32",w:212},"\u00a4":{d:"136,-125v0,-21,-13,-33,-31,-33v-18,0,-30,12,-30,33v0,21,12,34,30,34v18,0,31,-13,31,-34xm11,-187r30,-29r29,29v18,-10,52,-11,70,0r28,-29r31,29r-29,28v15,20,14,49,0,69r29,28r-30,29r-29,-29v-18,10,-52,11,-70,0r-29,29r-30,-29r29,-28v-14,-20,-15,-48,-1,-69"},"\u221e":{d:"152,-145v37,-52,141,-43,141,29v0,68,-101,82,-141,28v-37,54,-143,38,-142,-28v1,-71,100,-84,142,-29xm179,-117v14,17,30,25,42,25v15,0,26,-10,26,-25v0,-40,-49,-27,-68,0xm125,-117v-20,-21,-31,-25,-44,-25v-15,0,-25,9,-25,25v7,36,47,30,69,0",w:302},"\u00b5":{d:"176,-70v10,69,-62,87,-110,64r0,72r-45,4r0,-240r45,-4r0,105v0,30,7,40,32,40v26,0,33,-10,33,-40r0,-101r45,-4r0,104",w:195},"\u03bc":{d:"176,-70v10,69,-62,87,-110,64r0,72r-45,4r0,-240r45,-4r0,105v0,30,7,40,32,40v26,0,33,-10,33,-40r0,-101r45,-4r0,104",w:195},"\u2202":{d:"31,-207r4,-38v15,-7,35,-12,54,-12v74,0,93,61,93,141v0,85,-27,120,-86,120v-52,0,-82,-25,-82,-82v0,-78,65,-93,121,-70v-5,-89,-51,-87,-104,-59xm136,-109v-28,-19,-76,-24,-76,31v0,34,14,47,36,47v26,0,40,-19,40,-78",w:196},"\u2211":{d:"13,-248r202,0r-4,36r-145,0r105,105r0,12r-106,119r152,0r-8,36r-194,0r-5,-29r113,-131r-114,-115",w:226},"\u03c0":{d:"210,-3v-40,15,-78,8,-78,-50r0,-80r-45,0r0,133r-45,0r0,-133r-34,0r0,-41r208,0r-6,41r-33,0r0,82v-1,33,17,22,37,16",w:225},"\u222b":{d:"61,-17v0,0,-75,-249,44,-242v8,0,19,2,29,6r4,30v-36,-11,-59,-6,-57,40v-5,6,28,152,24,167v3,50,-38,75,-96,65r-6,-34v33,8,58,11,58,-32",w:140},"\u03a9":{d:"14,-31r43,0v-23,-20,-37,-53,-37,-98v0,-81,42,-123,111,-123v69,0,110,42,110,123v0,45,-13,78,-36,98r42,0r-5,31r-98,0v0,-11,-10,-27,3,-31v29,-8,47,-35,46,-97v-1,-63,-22,-89,-62,-89v-40,0,-62,26,-63,89v0,67,18,88,53,100r-4,28r-97,0",w:261},"\u2126":{d:"14,-31r43,0v-23,-20,-37,-53,-37,-98v0,-81,42,-123,111,-123v69,0,110,42,110,123v0,45,-13,78,-36,98r42,0r-5,31r-98,0v0,-11,-10,-27,3,-31v29,-8,47,-35,46,-97v-1,-63,-22,-89,-62,-89v-40,0,-62,26,-63,89v0,67,18,88,53,100r-4,28r-97,0",w:261},"\u2206":{d:"88,-246r53,-4r82,228r-14,22r-186,0r-14,-21xm115,-196r-55,159r112,0",w:231},"\u2113":{d:"93,-218v-25,2,-12,60,-15,89v21,-18,28,-36,28,-62v0,-19,-5,-27,-13,-27xm33,-102v1,-70,-14,-150,61,-150v35,0,56,22,56,57v0,41,-20,77,-72,111v-1,30,4,56,21,51v11,0,26,-8,42,-31r17,32v-38,52,-122,54,-125,-30r-21,13r-3,-38",w:168},"\u212e":{d:"67,-50v31,62,143,58,180,4r21,0v-26,30,-66,49,-112,49v-78,0,-142,-56,-142,-127v0,-71,64,-127,142,-127v79,1,143,56,142,130r-231,2r0,69xm246,-200v-34,-57,-134,-56,-176,-7v-6,19,-3,56,-2,79r178,-2r0,-70xm237,-129v0,-2,3,-1,4,-1v-2,0,-4,0,-4,1xm75,-128v0,-2,-5,-2,0,-2r0,2",w:312},"\u2116":{d:"259,-35r105,0r-5,35r-100,0r0,-35xm23,-245r42,-3r121,172r0,-169r46,-3r0,248r-46,0r-117,-167r0,167r-46,0r0,-245xm309,-138v-11,0,-15,6,-15,30v0,24,4,29,15,29v11,0,15,-5,15,-29v0,-24,-4,-30,-15,-30xm251,-108v0,-41,19,-59,58,-59v39,0,59,18,59,59v0,41,-20,58,-59,58v-39,0,-58,-17,-58,-58",w:380},"\u2044":{d:"88,-257r38,23r-163,243r-37,-26",w:57},"\u00b9":{d:"14,-231v24,-10,39,-29,77,-25r0,139r-41,0r0,-99r-24,13",w:127},"\u00b2":{d:"13,-140v25,-21,60,-42,64,-74v-6,-26,-34,-13,-59,-1r3,-32v36,-17,101,-18,99,30v4,24,-30,57,-48,72r46,0r-7,28r-92,0",w:127},"\u00b3":{d:"16,-219r4,-31v34,-14,96,-13,96,29v0,14,-5,24,-16,31v38,22,20,75,-40,75v-16,0,-32,-3,-46,-8r-3,-33v18,8,35,12,47,12v14,0,20,-5,20,-15v3,-17,-22,-15,-39,-15r0,-29v16,0,37,2,37,-14v0,-8,-5,-12,-18,-12v-10,0,-25,2,-42,10",w:127},"\u00bd":{d:"12,-231v24,-10,39,-29,78,-25r0,139r-41,0r0,-99r-25,13xm199,-257r38,23r-163,243r-37,-26xm175,-22v25,-21,60,-42,64,-74v-6,-26,-34,-14,-59,-2r3,-32v36,-17,101,-18,99,30v4,24,-30,57,-48,72r46,0r-7,28r-92,0",w:295},"\u00bc":{d:"195,-136r38,0v-7,32,-27,51,-39,78r20,0r0,-32r41,-5r0,37r20,0r-4,30r-16,0r0,28r-41,0r0,-28r-62,0r-6,-22xm12,-231v24,-10,39,-29,78,-25r0,139r-41,0r0,-99r-25,13xm200,-257r38,23r-163,243r-37,-26",w:295},"\u00be":{d:"206,-136r38,0v-7,32,-27,51,-39,78r20,0r0,-32r41,-5r0,37r19,0r-3,30r-16,0r0,28r-41,0r0,-28r-63,0r-5,-22xm15,-219r4,-31v34,-14,97,-13,97,29v0,14,-6,24,-17,31v38,21,21,75,-39,75v-16,0,-33,-3,-47,-8r-3,-33v18,8,35,12,47,12v14,0,21,-5,21,-15v0,-17,-22,-16,-40,-15r0,-29v16,0,42,2,38,-14v-6,-21,-38,-12,-61,-2xm213,-257r38,23r-164,243r-36,-26",w:295},"`":{d:"40,-279r83,52r-18,28r-88,-46",w:140},"\u00b4":{d:"17,-227r85,-52r21,34r-87,46",w:140},"\u00a8":{d:"12,-253r47,-4r0,43r-47,0r0,-39xm82,-253r47,-4r0,43r-47,0r0,-39",w:140},"\u02c6":{d:"56,-276r28,0r52,55r-29,20r-37,-38r-37,38r-28,-20",w:140},"\u02dc":{d:"3,-226v15,-41,47,-46,76,-25v16,12,22,9,32,-15r27,17v-21,56,-59,40,-91,20v-6,0,-12,7,-18,22",w:140},"\u00af":{d:"10,-255r120,0r-10,34r-110,0r0,-34",w:140},"\u02d8":{d:"17,-261r36,-4v0,15,7,21,17,21v10,0,18,-6,18,-21r35,4v-2,30,-21,50,-53,50v-32,0,-51,-20,-53,-50",w:140},"\u02d9":{d:"47,-257r47,-4r0,43r-47,0r0,-39",w:140},"\u02da":{d:"60,-235v0,5,4,9,10,9v6,0,11,-4,11,-9v0,-5,-5,-9,-11,-9v-6,0,-10,4,-10,9xm30,-235v0,-20,14,-37,40,-37v26,0,41,17,41,37v0,20,-15,37,-41,37v-26,0,-40,-17,-40,-37",w:140},"\u00b8":{d:"42,-4r34,0r-2,16v27,0,39,12,39,33v0,35,-49,43,-81,30r-3,-26v9,3,43,13,45,-2v1,-13,-25,-9,-38,-7",w:140},"\u02dd":{d:"-13,-228r70,-56r21,28r-70,52xm73,-228r68,-56r23,28r-71,52",w:140},"\u02db":{d:"27,45v0,-28,32,-56,77,-49r3,6v-28,14,-38,28,-38,40v0,20,26,10,44,4r-4,28v-32,15,-82,6,-82,-29",w:140},"\u02c7":{d:"5,-258r28,-20r37,39r37,-39r29,20r-52,55r-28,0",w:140},"\u00c6":{d:"172,-197r-64,108r64,0r0,-108xm154,-248r172,0r-6,36r-101,0r0,66r79,0r0,38r-79,0r0,72r109,0r-7,36r-149,0r0,-52r-86,0v-10,17,-23,36,-33,52r-48,0r0,-10",w:335,k:{"\u00d6":2,"\u00d5":2,"\u00d4":2,"\u00d3":2,"\u00d2":2,"\u0152":2,"\u00d8":2,O:2,Q:2}},"\u00d0":{d:"23,-248r78,0v91,0,129,29,129,124v0,84,-29,124,-128,124r-79,0r0,-105r-27,0r0,-36r27,0r0,-107xm71,-212r0,71r58,0r-9,36r-49,0r0,70v74,2,110,-2,110,-88v0,-86,-35,-92,-110,-89",w:246,k:{"\u00c6":16,x:1,X:12,W:4,V:4,T:16,Y:9,"\u00dd":9,"\u0178":9,A:5,"\u00c0":5,"\u00c1":5,"\u00c2":5,"\u00c3":5,"\u00c4":5,"\u00c5":5,Z:10,"\u017d":10}},"\u0141":{d:"23,-246r48,-3r0,86r45,-37r0,46r-45,37r0,81r104,0r-7,36r-145,0r0,-78r-32,25r0,-46r32,-26r0,-121",w:181,k:{"\u00b3":45,"\u00b2":40,"\u00b9":39,"'":36,"\u00b0":49,"\u00ba":42,"\u00aa":53,"\u2122":55,"\\":22,"/":-7,"*":57,"@":14,w:12,v:14,t:2,W:25,V:29,T:31,Q:15,J:-6,G:15,B:2,O:15,"\u00d8":15,"\u0152":15,"\u00d2":15,"\u00d3":15,"\u00d4":15,"\u00d5":15,"\u00d6":15,Y:32,"\u00dd":32,"\u0178":32,y:17,"\u00fd":17,"\u00ff":17,C:15,"\u00c7":15,U:9,"\u00d9":9,"\u00da":9,"\u00db":9,"\u00dc":9,"\u201d":50,"\u2019":50}},"\u00d8":{d:"200,-271r34,23r-21,31v14,21,22,51,22,93v0,117,-72,145,-163,119r-18,27r-35,-22r20,-31v-15,-21,-22,-51,-22,-93v0,-118,73,-145,164,-119xm71,-78r87,-130v-53,-20,-94,-5,-91,84v0,19,1,34,4,46xm181,-170r-86,130v53,18,93,4,90,-84v0,-18,-1,-34,-4,-46",w:252,k:{"\u00c6":16,x:1,X:12,W:4,V:4,T:7,Y:9,"\u00dd":9,"\u0178":9,A:5,"\u00c0":5,"\u00c1":5,"\u00c2":5,"\u00c3":5,"\u00c4":5,"\u00c5":5,Z:10,"\u017d":10}},"\u0152":{d:"132,-252r88,4r100,0r-6,36r-101,0r0,66r79,0r0,38r-79,0r0,72r108,0r-6,36r-82,0v-43,-1,-63,3,-101,4v-84,0,-115,-36,-115,-128v0,-92,32,-132,115,-128xm165,-35r0,-177v-65,-9,-98,0,-98,88v0,87,31,96,98,89",w:329},"\u00de":{d:"23,-246r48,-4r0,39v78,-3,126,5,126,80v0,70,-46,91,-126,85r0,46r-48,0r0,-246xm71,-176r0,95v46,2,77,0,77,-49v0,-51,-32,-46,-77,-46",w:211},"\u00e6":{d:"8,-48v0,-52,47,-58,106,-56v1,-27,-2,-41,-30,-41v-16,0,-38,5,-61,13r4,-35v35,-12,90,-18,114,4v13,-10,30,-15,51,-15v67,1,79,39,79,106v-36,2,-81,-4,-113,2v-1,59,65,43,108,30r-6,34v-33,14,-110,15,-126,-11v-35,33,-126,28,-126,-31xm114,-72v-28,0,-63,-4,-61,24v2,31,48,20,65,6v-2,-8,-4,-19,-4,-30xm192,-146v-22,0,-35,12,-34,42r67,0v0,-31,-12,-42,-33,-42",w:281},"\u00f0":{d:"20,-229r22,-29v12,1,28,4,36,7r20,-26r26,18r-15,19v48,26,72,74,72,148v0,61,-22,96,-82,96v-60,0,-87,-26,-87,-91v0,-76,51,-99,113,-81v-8,-20,-25,-37,-38,-43r-21,27r-26,-19r15,-19v-9,-3,-22,-6,-35,-7xm132,-131v-36,-16,-74,-21,-74,44v0,40,11,58,41,58v41,0,39,-64,33,-102",w:197},"\u0131":{d:"22,-170r45,-4r0,174r-45,0r0,-170",w:88},"\u0142":{d:"33,-253r45,-4r0,96r36,-29r0,45r-36,30r0,115r-45,0r0,-78r-33,27r0,-47r33,-27r0,-128",w:114},"\u00f8":{d:"143,-194r32,16r-14,22v14,15,21,38,21,69v0,72,-47,103,-118,87r-13,21r-31,-19r13,-20v-14,-15,-21,-38,-21,-69v0,-72,47,-103,118,-87xm134,-113r-52,83v46,17,60,-33,52,-83xm60,-62r51,-82v-44,-16,-59,33,-51,82",w:194,k:{x:2,w:2,v:4,y:4,"\u00fd":4,"\u00ff":4}},"\u0153":{d:"216,-178v66,1,79,37,79,103r-113,0v-3,62,63,51,109,35r-7,34v-36,15,-105,15,-127,-13v-14,15,-34,23,-60,23v-62,0,-85,-32,-85,-91v0,-59,23,-91,85,-91v27,0,47,8,61,22v14,-15,33,-22,58,-22xm97,-146v-27,0,-39,16,-39,59v0,43,12,59,39,59v27,0,39,-16,39,-59v0,-43,-12,-59,-39,-59xm182,-106r67,0v0,-30,-12,-40,-33,-40v-21,0,-34,10,-34,40",w:306},"\u00fe":{d:"20,-253r45,-4r0,91v58,-25,122,-15,122,76v0,89,-62,110,-122,82r0,73r-45,4r0,-322xm65,-136r0,98v38,14,76,21,76,-50v0,-69,-37,-64,-76,-48",w:199,k:{x:2,w:2,v:4,y:4,"\u00fd":4,"\u00ff":4}},"\u00df":{d:"64,-169r0,199r-44,4r0,-211v0,-52,31,-83,84,-83v88,0,93,81,41,112v-33,20,-2,37,16,43v64,26,46,109,-33,109v-14,0,-36,-4,-50,-11r-2,-37v17,9,36,16,50,16v37,0,39,-36,15,-43v-58,-17,-74,-69,-21,-104v25,-17,21,-53,-16,-53v-27,0,-40,15,-40,59",w:203,k:{"\u00ff":14,"\u00fd":14,"\u00fc":1,"\u00fb":1,"\u00fa":1,"\u00f9":1,y:14,u:1,x:2,w:6,v:7,t:1,r:2,f:2,b:2}},"\uf8ff":{d:"83,-190r94,0r0,23r-71,0r0,24r71,0r0,70r-94,0r0,-23r70,0r0,-24r-70,0r0,-70xm36,-237r141,0r0,23r-118,0r0,191r27,0r0,23r-50,0r0,-237",w:212},"\u2026":{d:"16,-41r47,-5r0,46r-47,0r0,-41xm89,-41r48,-5r0,46r-48,0r0,-41xm163,-41r47,-5r0,46r-47,0r0,-41",w:226,k:{w:14,v:20,W:12,V:17,T:26,Y:19,"\u00dd":19,"\u0178":19,y:19,"\u00fd":19,"\u00ff":19,A:-4,"\u00c0":-4,"\u00c1":-4,"\u00c2":-4,"\u00c3":-4,"\u00c4":-4,"\u00c5":-4}},"\u220f":{d:"4,-248r233,0r-5,43r-34,0r0,262r-48,3r0,-265r-64,0r0,262r-48,4r0,-266r-34,0r0,-43",w:240},"\u00f6":{d:"97,-178v62,0,85,32,85,91v0,59,-23,91,-85,91v-62,0,-85,-32,-85,-91v0,-59,23,-91,85,-91xm97,-146v-27,0,-39,16,-39,59v0,43,12,59,39,59v27,0,39,-16,39,-59v0,-43,-12,-59,-39,-59xm39,-253r47,-4r0,43r-47,0r0,-39xm109,-253r47,-4r0,43r-47,0r0,-39",w:194,k:{x:2,w:2,v:4,y:4,"\u00fd":4,"\u00ff":4}},"\u00e2":{d:"8,-47v0,-51,48,-56,106,-54v1,-28,-1,-44,-30,-44v-16,0,-38,5,-61,13r4,-35v54,-17,132,-24,132,50r0,78v0,9,4,13,19,13r-6,27v-20,7,-41,1,-50,-13v-34,28,-114,19,-114,-35xm114,-70v-28,0,-62,-4,-61,23v1,30,48,18,61,6r0,-29xm76,-276r28,0r52,55r-29,20r-37,-38r-37,38r-28,-20",w:181,k:{"*":23,x:-6,v:5,y:4,"\u00fd":4,"\u00ff":4,s:-6,"\u0161":-6}},"\u00e3":{d:"8,-47v0,-51,48,-56,106,-54v1,-28,-1,-44,-30,-44v-16,0,-38,5,-61,13r4,-35v54,-17,132,-24,132,50r0,78v0,9,4,13,19,13r-6,27v-20,7,-41,1,-50,-13v-34,28,-114,19,-114,-35xm114,-70v-28,0,-62,-4,-61,23v1,30,48,18,61,6r0,-29xm23,-226v15,-41,47,-46,76,-25v16,12,22,9,32,-15r27,17v-21,56,-59,40,-91,20v-6,0,-12,7,-18,22",w:181,k:{"*":23,x:-6,v:5,y:4,"\u00fd":4,"\u00ff":4,s:-6,"\u0161":-6}},"\u00e4":{d:"8,-47v0,-51,48,-56,106,-54v1,-28,-1,-44,-30,-44v-16,0,-38,5,-61,13r4,-35v54,-17,132,-24,132,50r0,78v0,9,4,13,19,13r-6,27v-20,7,-41,1,-50,-13v-34,28,-114,19,-114,-35xm114,-70v-28,0,-62,-4,-61,23v1,30,48,18,61,6r0,-29xm32,-253r47,-4r0,43r-47,0r0,-39xm102,-253r47,-4r0,43r-47,0r0,-39",w:181,k:{"*":23,x:-6,v:5,y:4,"\u00fd":4,"\u00ff":4,s:-6,"\u0161":-6}},"\u00e5":{d:"8,-47v0,-51,48,-56,106,-54v1,-28,-1,-44,-30,-44v-16,0,-38,5,-61,13r4,-35v54,-17,132,-24,132,50r0,78v0,9,4,13,19,13r-6,27v-20,7,-41,1,-50,-13v-34,28,-114,19,-114,-35xm114,-70v-28,0,-62,-4,-61,23v1,30,48,18,61,6r0,-29xm80,-235v0,5,4,9,10,9v6,0,11,-4,11,-9v0,-5,-5,-9,-11,-9v-6,0,-10,4,-10,9xm50,-235v0,-20,14,-37,40,-37v26,0,41,17,41,37v0,20,-15,37,-41,37v-26,0,-40,-17,-40,-37",w:181,k:{"*":23,x:-6,v:5,y:4,"\u00fd":4,"\u00ff":4,s:-6,"\u0161":-6}},"\u00e7":{d:"146,-168r4,35v-47,-16,-92,-30,-92,45v0,80,47,62,95,47r-4,33v-10,5,-26,10,-41,11r-1,9v27,0,39,12,39,33v0,35,-49,43,-81,30r-3,-26v9,3,43,13,45,-2v1,-13,-25,-9,-38,-7r5,-38v-42,-5,-62,-31,-62,-90v0,-93,69,-102,134,-80",w:158,k:{x:-4,t:-7,f:-6,y:-4,"\u00fd":-4,"\u00ff":-4,a:-4,"\u00e6":-4,"\u00e2":-4,"\u00e3":-4,"\u00e4":-4,"\u00e5":-4,"\u00e0":-4,"\u00e1":-4}},"\u00e8":{d:"92,-178v66,1,79,37,79,103r-113,0v-3,62,63,51,109,35r-6,34v-15,6,-39,10,-61,10v-62,0,-88,-25,-88,-91v0,-66,29,-91,80,-91xm58,-106r67,0v0,-30,-12,-40,-33,-40v-21,0,-34,10,-34,40xm60,-279r84,52r-18,28r-88,-46",w:182,k:{"*":15,v:2,y:4,"\u00fd":4,"\u00ff":4}},"\u00e9":{d:"92,-178v66,1,79,37,79,103r-113,0v-3,62,63,51,109,35r-6,34v-15,6,-39,10,-61,10v-62,0,-88,-25,-88,-91v0,-66,29,-91,80,-91xm58,-106r67,0v0,-30,-12,-40,-33,-40v-21,0,-34,10,-34,40xm38,-227r84,-52r22,34r-87,46",w:182,k:{"*":15,v:2,y:4,"\u00fd":4,"\u00ff":4}},"\u00ea":{d:"92,-178v66,1,79,37,79,103r-113,0v-3,62,63,51,109,35r-6,34v-15,6,-39,10,-61,10v-62,0,-88,-25,-88,-91v0,-66,29,-91,80,-91xm58,-106r67,0v0,-30,-12,-40,-33,-40v-21,0,-34,10,-34,40xm77,-276r27,0r52,55r-28,20r-37,-38r-37,38r-28,-20",w:182,k:{"*":15,v:2,y:4,"\u00fd":4,"\u00ff":4}},"\u00eb":{d:"92,-178v66,1,79,37,79,103r-113,0v-3,62,63,51,109,35r-6,34v-15,6,-39,10,-61,10v-62,0,-88,-25,-88,-91v0,-66,29,-91,80,-91xm58,-106r67,0v0,-30,-12,-40,-33,-40v-21,0,-34,10,-34,40xm33,-253r47,-4r0,43r-47,0r0,-39xm103,-253r46,-4r0,43r-46,0r0,-39",w:182,k:{"*":15,v:2,y:4,"\u00fd":4,"\u00ff":4}},"\u00ec":{d:"22,-170r45,-4r0,174r-45,0r0,-170xm14,-279r84,52r-18,28r-89,-46",w:88},"\u00ed":{d:"22,-170r45,-4r0,174r-45,0r0,-170xm-9,-227r85,-52r22,34r-88,46",w:88},"\u00ee":{d:"22,-170r45,-4r0,174r-45,0r0,-170xm30,-276r27,0r52,55r-28,20r-37,-38r-37,38r-28,-20",w:88},"\u00ef":{d:"22,-170r45,-4r0,174r-45,0r0,-170xm-14,-253r47,-4r0,43r-47,0r0,-39xm56,-253r47,-4r0,43r-47,0r0,-39",w:88},"\u00f1":{d:"134,-107v5,-44,-42,-43,-69,-26r0,133r-45,0r0,-170r38,-5r3,12v45,-28,118,-19,118,51r0,112r-45,0r0,-107xm32,-226v14,-42,47,-46,76,-25v15,11,21,9,31,-15r27,17v-20,56,-59,40,-90,20v-6,0,-12,7,-18,22",w:198,k:{"*":24,w:2,v:4,y:4,"\u00fd":4,"\u00ff":4}},"\u00f2":{d:"97,-178v62,0,85,32,85,91v0,59,-23,91,-85,91v-62,0,-85,-32,-85,-91v0,-59,23,-91,85,-91xm97,-146v-27,0,-39,16,-39,59v0,43,12,59,39,59v27,0,39,-16,39,-59v0,-43,-12,-59,-39,-59xm67,-279r83,52r-18,28r-88,-46",w:194,k:{x:2,w:2,v:4,y:4,"\u00fd":4,"\u00ff":4}},"\u00f3":{d:"97,-178v62,0,85,32,85,91v0,59,-23,91,-85,91v-62,0,-85,-32,-85,-91v0,-59,23,-91,85,-91xm97,-146v-27,0,-39,16,-39,59v0,43,12,59,39,59v27,0,39,-16,39,-59v0,-43,-12,-59,-39,-59xm44,-227r85,-52r21,34r-87,46",w:194,k:{x:2,w:2,v:4,y:4,"\u00fd":4,"\u00ff":4}},"\u00f4":{d:"97,-178v62,0,85,32,85,91v0,59,-23,91,-85,91v-62,0,-85,-32,-85,-91v0,-59,23,-91,85,-91xm97,-146v-27,0,-39,16,-39,59v0,43,12,59,39,59v27,0,39,-16,39,-59v0,-43,-12,-59,-39,-59xm83,-276r27,0r52,55r-28,20r-37,-38r-37,38r-28,-20",w:194,k:{x:2,w:2,v:4,y:4,"\u00fd":4,"\u00ff":4}},"\u00f5":{d:"97,-178v62,0,85,32,85,91v0,59,-23,91,-85,91v-62,0,-85,-32,-85,-91v0,-59,23,-91,85,-91xm97,-146v-27,0,-39,16,-39,59v0,43,12,59,39,59v27,0,39,-16,39,-59v0,-43,-12,-59,-39,-59xm30,-226v15,-41,47,-46,76,-25v16,12,22,9,32,-15r27,17v-21,56,-59,40,-91,20v-6,0,-12,7,-18,22",w:194,k:{x:2,w:2,v:4,y:4,"\u00fd":4,"\u00ff":4}},"\u0161":{d:"124,-169r2,35v-25,-13,-74,-21,-77,7v-2,17,23,19,38,22v42,9,52,25,52,55v0,58,-80,64,-129,43r-3,-35v16,8,44,14,59,14v34,0,42,-34,8,-39v-38,-6,-74,-18,-69,-59v-7,-50,73,-63,119,-43xm7,-258r28,-20r37,39r37,-39r29,20r-53,55r-27,0",w:144,k:{"*":16,v:2}},"\u00f9":{d:"97,4v-56,0,-78,-18,-78,-74r0,-100r45,-4r0,105v1,29,8,40,33,40v26,0,33,-10,33,-40r0,-101r45,-4r0,104v0,56,-22,74,-78,74xm67,-279r83,52r-18,28r-88,-46",w:194},"\u00fa":{d:"97,4v-56,0,-78,-18,-78,-74r0,-100r45,-4r0,105v1,29,8,40,33,40v26,0,33,-10,33,-40r0,-101r45,-4r0,104v0,56,-22,74,-78,74xm44,-227r85,-52r21,34r-87,46",w:194},"\u00fb":{d:"97,4v-56,0,-78,-18,-78,-74r0,-100r45,-4r0,105v1,29,8,40,33,40v26,0,33,-10,33,-40r0,-101r45,-4r0,104v0,56,-22,74,-78,74xm83,-276r27,0r52,55r-28,20r-37,-38r-37,38r-28,-20",w:194},"\u00fc":{d:"97,4v-56,0,-78,-18,-78,-74r0,-100r45,-4r0,105v1,29,8,40,33,40v26,0,33,-10,33,-40r0,-101r45,-4r0,104v0,56,-22,74,-78,74xm39,-253r47,-4r0,43r-47,0r0,-39xm109,-253r47,-4r0,43r-47,0r0,-39",w:194},"\u00fd":{d:"3,-174r46,0r41,124r41,-124r43,0r0,11r-92,239r-42,-7r26,-66r-63,-166r0,-11xm35,-227r85,-52r22,34r-88,46",w:177,k:{x:-4,w:-9,v:-8,t:-14,r:1,q:6,j:1,g:6,f:-12,d:6,y:-9,"\u00fd":-9,"\u00ff":-9,".":18,",":18,"\u201a":18,"\u201e":18,"\u2026":18,a:4,"\u00e6":4,"\u00e2":4,"\u00e3":4,"\u00e4":4,"\u00e5":4,"\u00e0":4,"\u00e1":4,e:6,"\u00e8":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,o:6,"\u00f0":6,"\u00f8":6,"\u0153":6,"\u00f6":6,"\u00f2":6,"\u00f3":6,"\u00f4":6,"\u00f5":6,c:6,"\u00e7":6,u:2,"\u00f9":2,"\u00fa":2,"\u00fb":2,"\u00fc":2}},"\u00ff":{d:"3,-174r46,0r41,124r41,-124r43,0r0,11r-92,239r-42,-7r26,-66r-63,-166r0,-11xm30,-253r47,-4r0,43r-47,0r0,-39xm100,-253r47,-4r0,43r-47,0r0,-39",w:177,k:{x:-4,w:-9,v:-8,t:-14,r:1,q:6,j:1,g:6,f:-12,d:6,y:-9,"\u00fd":-9,"\u00ff":-9,".":18,",":18,"\u201a":18,"\u201e":18,"\u2026":18,a:4,"\u00e6":4,"\u00e2":4,"\u00e3":4,"\u00e4":4,"\u00e5":4,"\u00e0":4,"\u00e1":4,e:6,"\u00e8":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,o:6,"\u00f0":6,"\u00f8":6,"\u0153":6,"\u00f6":6,"\u00f2":6,"\u00f3":6,"\u00f4":6,"\u00f5":6,c:6,"\u00e7":6,u:2,"\u00f9":2,"\u00fa":2,"\u00fb":2,"\u00fc":2}},"\u017e":{d:"13,-174r130,0r0,21r-81,120r84,0r-7,33r-129,0r-5,-22r81,-119r-80,0xm10,-258r29,-20r37,39r37,-39r28,20r-52,55r-27,0",w:151,k:{f:-6,a:-2,"\u00e6":-2,"\u00e2":-2,"\u00e3":-2,"\u00e4":-2,"\u00e5":-2,"\u00e0":-2,"\u00e1":-2}},"\u00e0":{d:"8,-47v0,-51,48,-56,106,-54v1,-28,-1,-44,-30,-44v-16,0,-38,5,-61,13r4,-35v54,-17,132,-24,132,50r0,78v0,9,4,13,19,13r-6,27v-20,7,-41,1,-50,-13v-34,28,-114,19,-114,-35xm114,-70v-28,0,-62,-4,-61,23v1,30,48,18,61,6r0,-29xm60,-279r84,52r-18,28r-89,-46",w:181,k:{"*":23,x:-6,v:5,y:4,"\u00fd":4,"\u00ff":4,s:-6,"\u0161":-6}},"\u00e1":{d:"8,-47v0,-51,48,-56,106,-54v1,-28,-1,-44,-30,-44v-16,0,-38,5,-61,13r4,-35v54,-17,132,-24,132,50r0,78v0,9,4,13,19,13r-6,27v-20,7,-41,1,-50,-13v-34,28,-114,19,-114,-35xm114,-70v-28,0,-62,-4,-61,23v1,30,48,18,61,6r0,-29xm37,-227r85,-52r22,34r-88,46",w:181,k:{"*":23,x:-6,v:5,y:4,"\u00fd":4,"\u00ff":4,s:-6,"\u0161":-6}},"\u00c0":{d:"84,-247r58,-3r78,240r0,10r-46,0r-18,-52r-86,0r-17,52r-46,0r0,-10xm146,-89r-34,-108v-6,24,-23,77,-32,108r66,0xm75,-336r95,40r-14,30r-98,-34",w:227,k:{"\u00c6":-6,"\u2122":29,"/":-14,w:9,v:14,t:1,f:1,X:-4,W:18,V:22,T:31,Q:5,J:-8,G:5}},"\u00c1":{d:"84,-247r58,-3r78,240r0,10r-46,0r-18,-52r-86,0r-17,52r-46,0r0,-10xm146,-89r-34,-108v-6,24,-23,77,-32,108r66,0xm58,-296r94,-40r18,36r-99,34",w:227,k:{"\u00c6":-6,"\u2122":29,"/":-14,w:9,v:14,t:1,f:1,X:-4,W:18,V:22,T:31,Q:5,J:-8,G:5}},"\u00c2":{d:"84,-247r58,-3r78,240r0,10r-46,0r-18,-52r-86,0r-17,52r-46,0r0,-10xm146,-89r-34,-108v-6,24,-23,77,-32,108r66,0xm48,-288r52,-49r26,0r53,49r-28,22r-38,-35r-37,35",w:227,k:{"\u00c6":-6,"\u2122":29,"/":-14,w:9,v:14,t:1,f:1,X:-4,W:18,V:22,T:31,Q:5,J:-8,G:5}},"\u00c3":{d:"84,-247r58,-3r78,240r0,10r-46,0r-18,-52r-86,0r-17,52r-46,0r0,-10xm146,-89r-34,-108v-6,24,-23,77,-32,108r66,0xm42,-291v14,-40,50,-49,81,-26v17,12,22,9,33,-15r28,17v-18,47,-48,49,-79,26v-19,-13,-27,-5,-37,16",w:227,k:{"\u00c6":-6,"\u2122":29,"/":-14,w:9,v:14,t:1,f:1,X:-4,W:18,V:22,T:31,Q:5,J:-8,G:5}},"\u00c4":{d:"84,-247r58,-3r78,240r0,10r-46,0r-18,-52r-86,0r-17,52r-46,0r0,-10xm146,-89r-34,-108v-6,24,-23,77,-32,108r66,0xm55,-315r47,-4r0,41r-47,0r0,-37xm125,-315r47,-4r0,41r-47,0r0,-37",w:227,k:{"\u00c6":-6,"\u2122":29,"/":-14,w:9,v:14,t:1,f:1,X:-4,W:18,V:22,T:31,Q:5,J:-8,G:5}},"\u00c5":{d:"84,-247r58,-3r78,240r0,10r-46,0r-18,-52r-86,0r-17,52r-46,0r0,-10xm146,-89r-34,-108v-6,24,-23,77,-32,108r66,0xm113,-313v-13,0,-13,19,0,19v6,0,11,-4,11,-9v0,-5,-5,-10,-11,-10xm73,-303v0,-20,14,-36,40,-36v26,0,40,16,40,36v0,20,-14,35,-40,35v-26,0,-40,-15,-40,-35",w:227,k:{"\u00c6":-6,"\u2122":29,"/":-14,w:9,v:14,t:1,f:1,X:-4,W:18,V:22,T:31,Q:5,J:-8,G:5}},"\u00c8":{d:"23,-248r155,0r-6,36r-101,0r0,67r79,0r0,37r-79,0r0,72r108,0r-6,36r-150,0r0,-248xm55,-336r94,40r-13,30r-99,-34",w:187,k:{w:3,v:6,q:1,g:1,d:1,Q:2,G:2,O:2,"\u00d8":2,"\u0152":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,y:8,"\u00fd":8,"\u00ff":8,C:2,"\u00c7":2,e:1,"\u00e8":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,o:1,"\u00f0":1,"\u00f8":1,"\u0153":1,"\u00f6":1,"\u00f2":1,"\u00f3":1,"\u00f4":1,"\u00f5":1,c:1,"\u00e7":1,u:1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1}},"\u00c9":{d:"23,-248r155,0r-6,36r-101,0r0,67r79,0r0,37r-79,0r0,72r108,0r-6,36r-150,0r0,-248xm37,-296r95,-40r17,36r-99,34",w:187,k:{w:3,v:6,q:1,g:1,d:1,Q:2,G:2,O:2,"\u00d8":2,"\u0152":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,y:8,"\u00fd":8,"\u00ff":8,C:2,"\u00c7":2,e:1,"\u00e8":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,o:1,"\u00f0":1,"\u00f8":1,"\u0153":1,"\u00f6":1,"\u00f2":1,"\u00f3":1,"\u00f4":1,"\u00f5":1,c:1,"\u00e7":1,u:1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1}},"\u00ca":{d:"23,-248r155,0r-6,36r-101,0r0,67r79,0r0,37r-79,0r0,72r108,0r-6,36r-150,0r0,-248xm28,-288r52,-49r25,0r54,49r-28,22r-38,-35r-37,35",w:187,k:{w:3,v:6,q:1,g:1,d:1,Q:2,G:2,O:2,"\u00d8":2,"\u0152":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,y:8,"\u00fd":8,"\u00ff":8,C:2,"\u00c7":2,e:1,"\u00e8":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,o:1,"\u00f0":1,"\u00f8":1,"\u0153":1,"\u00f6":1,"\u00f2":1,"\u00f3":1,"\u00f4":1,"\u00f5":1,c:1,"\u00e7":1,u:1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1}},"\u00cb":{d:"23,-248r155,0r-6,36r-101,0r0,67r79,0r0,37r-79,0r0,72r108,0r-6,36r-150,0r0,-248xm35,-315r47,-4r0,41r-47,0r0,-37xm105,-315r47,-4r0,41r-47,0r0,-37",w:187,k:{w:3,v:6,q:1,g:1,d:1,Q:2,G:2,O:2,"\u00d8":2,"\u0152":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,y:8,"\u00fd":8,"\u00ff":8,C:2,"\u00c7":2,e:1,"\u00e8":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,o:1,"\u00f0":1,"\u00f8":1,"\u0153":1,"\u00f6":1,"\u00f2":1,"\u00f3":1,"\u00f4":1,"\u00f5":1,c:1,"\u00e7":1,u:1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1}},"\u00cc":{d:"24,-246r48,-3r0,249r-48,0r0,-246xm10,-336r94,40r-13,30r-99,-34",w:96},"\u00cd":{d:"24,-246r48,-3r0,249r-48,0r0,-246xm-8,-296r95,-40r17,36r-99,34",w:96},"\u00ce":{d:"24,-246r48,-3r0,249r-48,0r0,-246xm-17,-288r52,-49r25,0r54,49r-28,22r-38,-35r-37,35",w:96},"\u00cf":{d:"24,-246r48,-3r0,249r-48,0r0,-246xm-10,-315r47,-4r0,41r-47,0r0,-37xm60,-315r47,-4r0,41r-47,0r0,-37",w:96},"\u00d1":{d:"23,-245r42,-3r121,172r0,-169r46,-3r0,248r-46,0r-117,-167r0,167r-46,0r0,-245xm57,-291v14,-41,50,-48,81,-26v16,12,21,9,32,-15r28,17v-18,47,-48,49,-79,26v-19,-13,-27,-5,-37,16",w:255},"\u00d2":{d:"126,-216v-39,0,-59,20,-59,92v0,72,20,91,59,91v39,0,59,-19,59,-91v0,-72,-20,-92,-59,-92xm126,-252v75,0,109,35,109,128v0,93,-34,128,-109,128v-75,0,-109,-35,-109,-128v0,-93,34,-128,109,-128xm87,-336r95,40r-14,30r-98,-34",w:252,k:{"\u00c6":16,x:1,X:12,W:4,V:4,T:7,Y:9,"\u00dd":9,"\u0178":9,A:5,"\u00c0":5,"\u00c1":5,"\u00c2":5,"\u00c3":5,"\u00c4":5,"\u00c5":5,Z:10,"\u017d":10}},"\u00d3":{d:"126,-216v-39,0,-59,20,-59,92v0,72,20,91,59,91v39,0,59,-19,59,-91v0,-72,-20,-92,-59,-92xm126,-252v75,0,109,35,109,128v0,93,-34,128,-109,128v-75,0,-109,-35,-109,-128v0,-93,34,-128,109,-128xm70,-296r94,-40r18,36r-99,34",w:252,k:{"\u00c6":16,x:1,X:12,W:4,V:4,T:7,Y:9,"\u00dd":9,"\u0178":9,A:5,"\u00c0":5,"\u00c1":5,"\u00c2":5,"\u00c3":5,"\u00c4":5,"\u00c5":5,Z:10,"\u017d":10}},"\u00d4":{d:"126,-216v-39,0,-59,20,-59,92v0,72,20,91,59,91v39,0,59,-19,59,-91v0,-72,-20,-92,-59,-92xm126,-252v75,0,109,35,109,128v0,93,-34,128,-109,128v-75,0,-109,-35,-109,-128v0,-93,34,-128,109,-128xm60,-288r52,-49r26,0r53,49r-28,22r-37,-35r-37,35",w:252,k:{"\u00c6":16,x:1,X:12,W:4,V:4,T:7,Y:9,"\u00dd":9,"\u0178":9,A:5,"\u00c0":5,"\u00c1":5,"\u00c2":5,"\u00c3":5,"\u00c4":5,"\u00c5":5,Z:10,"\u017d":10}},"\u00d5":{d:"126,-216v-39,0,-59,20,-59,92v0,72,20,91,59,91v39,0,59,-19,59,-91v0,-72,-20,-92,-59,-92xm126,-252v75,0,109,35,109,128v0,93,-34,128,-109,128v-75,0,-109,-35,-109,-128v0,-93,34,-128,109,-128xm55,-291v14,-41,50,-48,81,-26v16,12,21,9,32,-15r29,17v-20,59,-60,39,-94,20v-9,0,-16,7,-22,22",w:252,k:{"\u00c6":16,x:1,X:12,W:4,V:4,T:7,Y:9,"\u00dd":9,"\u0178":9,A:5,"\u00c0":5,"\u00c1":5,"\u00c2":5,"\u00c3":5,"\u00c4":5,"\u00c5":5,Z:10,"\u017d":10}},"\u00d6":{d:"126,-216v-39,0,-59,20,-59,92v0,72,20,91,59,91v39,0,59,-19,59,-91v0,-72,-20,-92,-59,-92xm126,-252v75,0,109,35,109,128v0,93,-34,128,-109,128v-75,0,-109,-35,-109,-128v0,-93,34,-128,109,-128xm68,-315r46,-4r0,41r-46,0r0,-37xm138,-315r46,-4r0,41r-46,0r0,-37",w:252,k:{"\u00c6":16,x:1,X:12,W:4,V:4,T:7,Y:9,"\u00dd":9,"\u0178":9,A:5,"\u00c0":5,"\u00c1":5,"\u00c2":5,"\u00c3":5,"\u00c4":5,"\u00c5":5,Z:10,"\u017d":10}},"\u0160":{d:"162,-241r6,39v-36,-18,-102,-27,-106,17v-3,30,33,33,56,40v49,14,62,33,62,74v0,74,-97,91,-159,61r-5,-41v35,21,115,37,115,-18v0,-32,-35,-35,-60,-42v-43,-12,-58,-31,-58,-73v0,-64,91,-82,149,-57xm31,-318r28,-22r37,34r38,-34r28,21r-53,49r-26,0",w:193,k:{x:2,w:5,v:6,W:2,V:4,T:9,Y:9,"\u00dd":9,"\u0178":9,y:9,"\u00fd":9,"\u00ff":9,A:1,"\u00c0":1,"\u00c1":1,"\u00c2":1,"\u00c3":1,"\u00c4":1,"\u00c5":1}},"\u00d9":{d:"20,-246r48,-3r0,151v0,51,14,64,53,64v39,0,52,-13,52,-64r0,-148r48,-3r0,154v0,70,-23,99,-100,99v-139,0,-94,-136,-101,-250xm82,-336r94,40r-13,30r-99,-34",w:241,k:{"\u00c6":9,A:4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4}},"\u00da":{d:"20,-246r48,-3r0,151v0,51,14,64,53,64v39,0,52,-13,52,-64r0,-148r48,-3r0,154v0,70,-23,99,-100,99v-139,0,-94,-136,-101,-250xm64,-296r95,-40r17,36r-99,34",w:241,k:{"\u00c6":9,A:4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4}},"\u00db":{d:"20,-246r48,-3r0,151v0,51,14,64,53,64v39,0,52,-13,52,-64r0,-148r48,-3r0,154v0,70,-23,99,-100,99v-139,0,-94,-136,-101,-250xm55,-288r52,-49r25,0r54,49r-28,22r-38,-35r-37,35",w:241,k:{"\u00c6":9,A:4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4}},"\u00dc":{d:"20,-246r48,-3r0,151v0,51,14,64,53,64v39,0,52,-13,52,-64r0,-148r48,-3r0,154v0,70,-23,99,-100,99v-139,0,-94,-136,-101,-250xm62,-315r47,-4r0,41r-47,0r0,-37xm132,-315r47,-4r0,41r-47,0r0,-37",w:241,k:{"\u00c6":9,A:4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4}},"\u00dd":{d:"2,-248r46,0r55,108r52,-108r44,0r0,13r-73,142r0,93r-48,0r0,-91r-76,-144r0,-13xm45,-296r94,-40r18,36r-99,34",w:201,k:{"\u00c6":39,"}":-17,"]":-19,"\\":-8,x:14,w:4,v:4,t:4,r:19,q:31,p:19,m:19,j:9,g:31,d:31,W:-17,V:-17,T:-12,R:3,Q:9,M:4,J:17,G:9,F:1,O:9,"\u00d8":9,"\u0152":9,"\u00d2":9,"\u00d3":9,"\u00d4":9,"\u00d5":9,"\u00d6":9,Y:-13,"\u00dd":-13,"\u0178":-13,y:12,"\u00fd":12,"\u00ff":12,C:9,"\u00c7":9,A:20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,".":19,",":19,"\u201a":19,"\u201e":19,"\u2026":19,a:27,"\u00e6":27,"\u00e2":27,"\u00e3":27,"\u00e4":27,"\u00e5":27,"\u00e0":27,"\u00e1":27,e:31,"\u00e8":31,"\u00e9":31,"\u00ea":31,"\u00eb":31,o:31,"\u00f0":31,"\u00f8":31,"\u0153":31,"\u00f6":31,"\u00f2":31,"\u00f3":31,"\u00f4":31,"\u00f5":31,c:31,"\u00e7":31,u:21,"\u00f9":21,"\u00fa":21,"\u00fb":21,"\u00fc":21,"\u201d":-11,"\u2019":-11,i:9,"\u00ec":9,"\u00ed":9,"\u00ee":9,"\u00ef":9,n:19,"\u00f1":19,s:19,"\u0161":19}},"\u0178":{d:"2,-248r46,0r55,108r52,-108r44,0r0,13r-73,142r0,93r-48,0r0,-91r-76,-144r0,-13xm42,-315r47,-4r0,41r-47,0r0,-37xm112,-315r47,-4r0,41r-47,0r0,-37",w:201,k:{"\u00c6":39,"}":-17,"]":-19,"\\":-8,x:14,w:4,v:4,t:4,r:19,q:31,p:19,m:19,j:9,g:31,d:31,W:-17,V:-17,T:-12,R:3,Q:9,M:4,J:17,G:9,F:1,O:9,"\u00d8":9,"\u0152":9,"\u00d2":9,"\u00d3":9,"\u00d4":9,"\u00d5":9,"\u00d6":9,Y:-13,"\u00dd":-13,"\u0178":-13,y:12,"\u00fd":12,"\u00ff":12,C:9,"\u00c7":9,A:20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,".":19,",":19,"\u201a":19,"\u201e":19,"\u2026":19,a:27,"\u00e6":27,"\u00e2":27,"\u00e3":27,"\u00e4":27,"\u00e5":27,"\u00e0":27,"\u00e1":27,e:31,"\u00e8":31,"\u00e9":31,"\u00ea":31,"\u00eb":31,o:31,"\u00f0":31,"\u00f8":31,"\u0153":31,"\u00f6":31,"\u00f2":31,"\u00f3":31,"\u00f4":31,"\u00f5":31,c:31,"\u00e7":31,u:21,"\u00f9":21,"\u00fa":21,"\u00fb":21,"\u00fc":21,"\u201d":-11,"\u2019":-11,i:9,"\u00ec":9,"\u00ed":9,"\u00ee":9,"\u00ef":9,n:19,"\u00f1":19,s:19,"\u0161":19}},"\u017d":{d:"21,-248r168,0r4,29r-126,182r129,0r-10,37r-174,0r-4,-27r127,-185r-124,0xm37,-318r28,-22r37,34r37,-34r28,21r-53,49r-25,0",w:204,k:{q:6,g:6,d:6,G:5,O:5,"\u00d8":5,"\u0152":5,"\u00d2":5,"\u00d3":5,"\u00d4":5,"\u00d5":5,"\u00d6":5,C:5,"\u00c7":5,e:6,"\u00e8":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,o:6,"\u00f0":6,"\u00f8":6,"\u0153":6,"\u00f6":6,"\u00f2":6,"\u00f3":6,"\u00f4":6,"\u00f5":6,c:6,"\u00e7":6}},"\u00c7":{d:"191,-243r6,39v-71,-23,-130,-23,-130,80v0,104,62,101,135,79r-6,38v-17,6,-34,9,-54,10r-1,9v27,0,39,12,39,33v0,35,-49,43,-81,30r-3,-26v9,3,43,13,45,-2v1,-13,-25,-9,-38,-7r5,-37v-64,-6,-91,-43,-91,-127v0,-118,76,-145,174,-119",w:216,k:{w:9,v:11,t:1,q:9,g:9,f:1,d:9,Q:6,G:6,O:6,"\u00d8":6,"\u0152":6,"\u00d2":6,"\u00d3":6,"\u00d4":6,"\u00d5":6,"\u00d6":6,y:10,"\u00fd":10,"\u00ff":10,C:6,"\u00c7":6,A:-7,"\u00c0":-7,"\u00c1":-7,"\u00c2":-7,"\u00c3":-7,"\u00c4":-7,"\u00c5":-7,a:5,"\u00e6":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e0":5,"\u00e1":5,e:9,"\u00e8":9,"\u00e9":9,"\u00ea":9,"\u00eb":9,o:9,"\u00f0":9,"\u00f8":9,"\u0153":9,"\u00f6":9,"\u00f2":9,"\u00f3":9,"\u00f4":9,"\u00f5":9,c:9,"\u00e7":9}},"\u00ad":{d:"12,-111r84,0r-5,35r-79,0r0,-35",w:105}}});function targetBlank(a){blankWin=window.open(a,"_blank","menubar=yes,toolbar=yes,location=yes,directories=yes,fullscreen=no,titlebar=yes,hotkeys=yes,status=yes,scrollbars=yes,resizable=yes")}var ScrollbarClass=new new Class({attach:function(b,d,c){if(b.getScrollSize().y>b.getSize().y){d.getParent().removeClass("nodisplay");b.setStyle("overflow","hidden");var a=new Slider(d,c,{steps:b.getScrollSize().y-b.getSize().y,mode:"vertical",onChange:function(f){var e=0;var g=f;b.scrollTo(e,g)}}).set(0);$$(b,d).addEvent("mousewheel",function(g){g=new Event(g).stop();var f=a.step-g.wheel*30;a.set(f)});$(document.body).addEvent("mouseleave",function(){a.drag.stop()});d.getPrevious().addEvent("click",function(){a.set(a.step-100)});d.getNext().addEvent("click",function(){a.set(a.step+100)})}}});Element.implement({attachScrollbar:function(b,a){ScrollbarClass.attach(this,b,a)},onBlurText:function(a){this.addEvents({focus:function(){if(this.value==a){this.value=""}}.bind(this),blur:function(){if(this.value==""){this.value=a}}.bind(this)})},textAreaMaxLength:function(a){this.addEvent("keydown",function(){if(this.value.length==a){return}else{if(this.value.length>a){this.value=this.value.substring(0,a)}}}.bind(this))}});window.addEvent("domready",function(){var c=$("image").getElement("img");var a=window.getSize();c.set("width",a.x);window.addEvent("resize",function(){var d=window.getSize();c.set("width",d.x)});Cufon.replace("#innerMainContent h2");Cufon.replace("#innerMainContent h3");Cufon.replace("#innerMainContent h4");Cufon.replace("#innerMainContent h5");Cufon.replace("body#details div#innerMainContent div.fb_connect p.a");Cufon.replace(".cufon_me");switch(String($$("body").get("id"))){case"loginpage":$("login_email").onBlurText("Your Email Address");break;case"details":$("name").onBlurText("Your Name");$("bake_club").onBlurText("Bake Club Name");$("register_email").onBlurText("Email Address");$("confirm_email").onBlurText("Confirm Email Address");break;case"invite":$("enter_friends").getElement("ul").attachScrollbar($("scrollbar"),$("handle"));$("enter_friends").getElements("input[name^=name]").each(function(d){d.onBlurText("Your Friend's Name")});$("enter_friends").getElements("input[name^=email]").each(function(d){d.onBlurText("Your Friend's Email Address")});break;case"time":$("weekly").getElements("a").each(function(d){d.addEvent("click",function(f){f.stop();$("weekly").getElements("a").each(function(e){e.removeClass("bold")});this.addClass("bold");$("bake_day").set("value",this.get("id").replace("weekly",""))})});$("selected").getElements("a").each(function(d){if(!d.hasClass("back")){d.addEvent("click",function(f){f.stop();$("bake_frequency").set("value",this.get("id").replace("generate",""));$("bake_times_form").submit()})}});break;case"editgroup":$("editclub").getElement("ul").attachScrollbar($("scrollbar"),$("handle"));if($("order")){}else{$("editclub").getElements("a").each(function(d){d.addEvent("click",function(f){f.stop();if($("plane"+this.id).hasClass("nodisplay")){$("plane"+this.id).removeClass("nodisplay")}else{$("plane"+this.id).addClass("nodisplay")}})});$("submit_holiday").addEvent("click",function(){var d=new Array();$("editclub").getElements("span[id^=plane]").each(function(e){if(!e.hasClass("nodisplay")){d.push(e.get("id").replace("plane",""))}});$("use_json").set("value","true");$("holiday").set("value",JSON.encode(d))})}break;case"ratethebake":if($("ratelist")){var b=function(){$("rateList").getElements("li a").each(function(d){d.setStyle("background-position","0 0")})};$("rateList").getElements("li a").each(function(d){d.addEvent("mouseover",function(f){f.stop();b();$("rateList").getElements("li a").every(function(e){e.setStyle("background-position","0 -50px");return e!=f.target})})});$("rateList").addEvent("mouseout",function(d){d.stop();b()})}if($("comment_scroll")){$("comment_scroll").getElement("ul").attachScrollbar($("scrollbar"),$("handle"))}break;case"upload":if($("description")){$("description").textAreaMaxLength(150)}break;case"rating":$("scorecard").attachScrollbar($("scrollbar"),$("handle"));break;case"about":if($("textarea")){$("textarea").attachScrollbar($("scrollbar"),$("handle"))}break}});