
(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return!!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return!!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return+new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return!o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return-1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return!!T.firstChild},empty:function(T){return!T.firstChild},has:function(V,U,T){return!!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex"in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return!F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();
(function(){Code={_init:function(){Code.QueryString._init();Code.UserAgent._init();if(Code.UserAgent.isIElt7){try{document.execCommand("BackgroundImageCache",false,true);}
catch(e){}}},websiteRoot:'/',breakOutOfFrames:function(){if(top.location!=self.location){top.location=self.location.href;}},clone:function(obj){return Code.merge({},obj);},coalesce:function(){for(var i=0;i<arguments.length;i++){if(!Code.Type.isNothing(arguments[i])){return arguments[i];}}
return null;},mergeObjects:function(destObj,sourceObj,overwriteProperties){if(Code.Type.isNothing(overwriteProperties)){overwriteProperties=true;}
if(destObj&&sourceObj&&Code.Type.isObject(sourceObj)){for(var prop in sourceObj){if(overwriteProperties){destObj[prop]=sourceObj[prop];}
else{if(typeof destObj[prop]=="undefined"){destObj[prop]=sourceObj[prop];}}}}
return destObj;},redirect:function(url,delay){if(Code.Type.isNumber(delay)){setTimeout(function(){window.location=url;},delay);}
else{window.location=url;}},registerNamespace:function(){var args=arguments,obj=null,i,j;for(i=0;i<args.length;++i){var ns=args[i];var nsParts=ns.split(".");var root=nsParts[0];eval('if (typeof '+root+' == "undefined"){'+root+' = {};} obj = '+root+';');for(j=1;j<nsParts.length;++j){obj[nsParts[j]]=obj[nsParts[j]]||{};obj=obj[nsParts[j]];}}},resolveUrl:function(url){if(!Code.Type.isString(url)){return Code.websiteRoot;}
return url.replace(/~\//,Code.websiteRoot);}};Code.QueryString={_init:function(){Code.QueryString.current=Code.QueryString.toObject(location.search.substring(1,location.search.length));},current:{},getValue:function(key,defaultValue,queryStringObject){if(!Code.Type.isString(defaultValue)){defaultValue='';}
if(!Code.Type.isNothing(queryStringObject)){return Code.coalesce(queryStringObject[key],defaultValue);}
return Code.coalesce(Code.QueryString.current[key],defaultValue);},toObject:function(text,overwrite){if(!Code.Type.isString(text)){return{};}
var obj={};var pairs=text.split('&');var pair,name,value;for(var i=0,len=pairs.length;i<len;i++){pair=pairs[i].split('=');name=decodeURIComponent(pair[0]);value=decodeURIComponent(pair[1]);if(overwrite!==true){if(Code.Type.isUndefined(obj[name])){obj[name]=value;}
else if(Code.Type.isString(obj[name])){obj[name]=[obj[name]];obj[name].push(value);}
else{obj[name].push(value);}}
else{obj[name]=value;}}
return obj;},fromObject:function(obj){if(Code.Type.isNothing(obj)){return'';}
var buf=[];for(var key in obj){var ov=obj[key],k=encodeURIComponent(key);if(Code.Type.isUndefined(ov)){buf.push(k,"=&");}
else if(!Code.Type.isFunction(ov)&&!Code.Type.isObject(ov)){buf.push(k,"=",encodeURIComponent(ov),"&");}
else if(Code.Type.isArray(ov)){if(ov.length){for(var i=0,len=ov.length;i<len;i++){buf.push(k,"=",encodeURIComponent(ov[i]===undefined?'':ov[i]),"&");}}
else{buf.push(k,"=&");}}}
buf.pop();return buf.join("");}};Code.String={endsWith:function(str,pattern,ignoreCase){if(!Code.Type.isString(str)){return'';}
if(!Code.Type.isNothing(ignoreCase)){if(ignoreCase){str=str.toLowerCase();pattern=pattern.toLowerCase();}}
var d=str.length-pattern.length;return d>=0&&str.lastIndexOf(pattern)===d;},escapeHtml:function(str){if(!Code.Type.isString(str)){return'';}
return str.replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;');},left:function(str,length){if(!Code.Type.isString(str)){return'';}
return str.substring(0,length);},makeUrlSafe:function(str,toLower,wordSeparator){if(!Code.Type.isString(str)){return'';}
str=str.replace(/[^a-zA-Z0-9 ]/g,' ');str=str.replace(/\s{2,}/g,' ');if(!Code.Type.isString(wordSeparator)){wordSeparator='-';}
str=str.replace(/\s/g,wordSeparator);if(Code.Type.isNothing(toLower)){toLower=true;}
if(toLower){str=str.toLowerCase();}
return str;},mid:function(str,start,end)
{if(!Code.Type.isString(str)){return'';}
if(!start){start=0};if(!end||end>str.length){end=str.length};if(end!=str.length){end=start+end};return str.substring(start,end);},right:function(str,length)
{if(!Code.Type.isString(str)){return'';}
return str.substring((str.length-length),str.length);},startsWith:function(str,pattern,ignoreCase){if(!Code.Type.isString(str)){return'';}
if(!Code.Type.isNothing(ignoreCase)){if(ignoreCase){str=str.toLowerCase();pattern=pattern.toLowerCase();}}
return str.indexOf(pattern)===0;},stripWhitespace:function(str)
{if(!Code.Type.isString(str)){return'';}
var exp=new RegExp('\\s{1,}','gi');return str.replace(exp,'');},stripTags:function(str){if(!Code.Type.isString(str)){return'';}
return str.replace(/<\/?[^>]+>/gi,'');},times:function(str,count){if(!Code.Type.isString(str)){return'';}
return count<1?'':new Array(count+1).join(str);},trim:function(str)
{if(!Code.Type.isString(str)){return'';}
return Code.String.trimEnd(Code.String.trimStart(str));},trimEnd:function(str)
{if(!Code.Type.isString(str)){return'';}
while(str.charAt((str.length-1))==" "){str=str.substring(0,str.length-1);}
return str;},trimStart:function(str)
{if(!Code.Type.isString(str)){return'';}
while(str.charAt(0)==" "){str=str.replace(str.charAt(0),"");}
return str;},truncate:function(str,length,truncation){if(!Code.Type.isString(str)){return'';}
length=length||30;truncation=Code.Type.isNothing(truncation)?'...':truncation;return str.length>length?str.slice(0,length-truncation.length)+truncation:String(str);},unescapeHtml:function(str){if(!Code.Type.isString(str)){return'';}
return str.replace(/&amp;/g,'&').replace(/&lt;/g,'<').replace(/&gt;/g,'>');}};Code.Type={isArray:function(obj){return obj&&Code.Type.isFunction(obj.pop);},isDate:function(obj){return obj&&Code.Type.isFunction(obj.getFullYear);},isDOMElement:function(obj){return obj&&obj.nodeType==1;},isFunction:function(obj){return typeof obj=="function";},isString:function(obj){return typeof obj=="string";},isNull:function(obj){return obj===null;},isNothing:function(obj){if(Code.Type.isUndefined(obj)||Code.Type.isNull(obj)){return true;}
return false;},isNumber:function(obj){return typeof obj=="number";},isObject:function(obj){return typeof obj=="object";},isUndefined:function(obj){return typeof obj=="undefined";}};Code.JSON={_pad:function(n){return n<10?"0"+n:n;},_m:{"\b":'\\b',"\t":'\\t',"\n":'\\n',"\f":'\\f',"\r":'\\r','"':'\\"',"\\":'\\\\'},_encodeString:function(s){if(/["\\\x00-\x1f]/.test(s)){return'"'+s.replace(/([\x00-\x1f\\"])/g,function(a,b){var c=Code.JSON._m[b];if(c){return c;}
c=b.charCodeAt();return"\\u00"+
Math.floor(c/16).toString(16)+
(c%16).toString(16);})+'"';}
return'"'+s+'"';},_encodeArray:function(o){var a=["["],b,i,l=o.length,v;for(i=0;i<l;i+=1){v=o[i];switch(typeof v){case"undefined":case"function":case"unknown":break;default:if(b){a.push(',');}
a.push(v===null?"null":Code.JSON.fromObject(v));b=true;}}
a.push("]");return a.join("");},_encodeDate:function(o){return'"'+o.getFullYear()+"-"+
Code.JSON._pad(o.getMonth()+1)+"-"+
Code.JSON._pad(o.getDate())+"T"+
Code.JSON._pad(o.getHours())+":"+
Code.JSON._pad(o.getMinutes())+":"+
Code.JSON._pad(o.getSeconds())+'"';},fromObject:function(obj){if(typeof obj=="undefined"||obj===null){return"null";}
else if(Code.Type.isArray(obj)){return Code.JSON._encodeArray(obj);}
else if(Code.Type.isDate(obj)){return Code.JSON._encodeDate(obj);}
else if(typeof obj=="string"){return Code.JSON._encodeString(obj);}
else if(typeof obj=="number"){return isFinite(obj)?String(obj):"null";}
else if(typeof obj=="boolean"){return String(obj);}
else{var a=["{"],b,i,v;for(i in obj){if(obj.hasOwnProperty(i)){v=obj[i];switch(typeof v){case"undefined":case"function":case"unknown":break;default:if(b){a.push(',');}
a.push(Code.JSON.fromObject(i),":",v===null?"null":Code.JSON.fromObject(v));b=true;}}}
a.push("}");return a.join("");}},toObject:function(json){return eval("("+json+')');}};Code.UserAgent={userAgentString:'',browser:{id:'unknown',version:'0.0',majorVersion:'0',minorVersion:'0',engine:'unknown',engineVersion:'0.0',engineMajorVersion:'0',engineMinorVersion:'0',isStrict:false,isBorderBox:false},os:{id:'unknown',version:'0.0'},flash:{status:'unknown',version:'0'},isChrome:false,isIE:false,isIE5_5:false,isIE6:false,isIElt7:false,isIE7:false,isIE8:false,isSafari:false,isSafari2:false,isSafari3:false,isOpera:false,isFirefox:false,isFirefox2:false,isFirefox3:false,isGecko:false,isKHTML:false,isWebKit:false,hasFlash:false,hasFlash9:false,hasFlash8:false,hasFlash7:false,isWindows:false,isWindowsXP:false,isWindowsVista:false,isLinux:false,isMacOSX:false,_init:function(){var ua=navigator.userAgent.toLowerCase();this.userAgentString=ua;this.browser.isStrict=document.compatMode=="CSS1Compat";if(ua.search(/msie\s(\d+(\.?\d)*)/)!=-1){this.browser.id="msie";this.browser.version=ua.match(/msie\s(\d+(\.?\d)*)/)[1];this.browser.engine="msie";this.browser.engineVersion=this.browser.version;this.isIE=true;switch(parseInt(this.browser.version)){case 8:this.isIE8=true;break;case 7:this.isIE7=true;break;case 6:this.isIE6=true;this.isIElt7=true;break;default:this.isIElt7=true;if(this.browser.version=='5.5'){this.isIE5_5=true;}
break;}
if(!this.browser.isStrict){this.browser.isBorderBox=true;}}
else if(ua.search(/firefox[\/\s](\d+([\.-]\d)*)/)!=-1){this.browser.id="firefox";this.browser.version=ua.match(/firefox[\/\s](\d+([\.-]\d)*)/)[1];this.browser.engine="gecko";this.browser.engineVersion=getGeckoVersion();this.isGecko=true;this.isFirefox=true;switch(parseInt(this.browser.version)){case 3:this.isFirefox3=true;break;case 2:this.isFirefox2=true;break;default:break;}}
else if(ua.search(/chrome\/(\d)*/)!=-1){this.browser.id="chrome";this.browser.version=ua.match(/chrome\/(\d+(\.?\d*)*)/)[1];this.browser.engine="webkit";this.browser.engineVersion=ua.match(/applewebkit\/(\d+(\.?\d*)*)/)[1];this.isChrome=true;this.isWebKit=true;}
else if(ua.search(/safari\/(\d)*/)!=-1){this.browser.id="safari";this.browser.version=ua.match(/safari\/(\d+(\.?\d*)*)/)[1];this.browser.engine="webkit";this.browser.engineVersion=ua.match(/applewebkit\/(\d+(\.?\d*)*)/)[1];this.isSafari=true;this.isWebKit=true;if(ua.indexOf('webkit/5')!=-1){this.isSafari3=true;}
else if(ua.indexOf('webkit/4')!=-1){this.isSafari2=true;}}
else if(ua.search(/opera[\/\s](\d+(\.?\d)*)/)!=-1){this.browser.id="opera";this.browser.version=ua.match(/opera[\/\s](\d+(\.?\d)*)/)[1];this.browser.engine="opera";this.browser.engineVersion=this.browser.version;this.isOpera=true;}
else if(ua.search(/camino[\/\s](\d+([\.-]\d)*)/)!=-1){this.browser.id="camino";this.browser.version=brs.match(/camino[\/\s](\d+([\.-]\d)*)/)[1];this.browser.engine="gecko";this.browser.engineVersion=getGeckoVersion();this.isGecko=true;}
else if(ua.search(/konqueror[\/\s](\d+([\.-]\d)*)/)!=-1){this.browser.id="konqueror";this.browser.version=ua.match(/konqueror[\/\s](\d+([\.-]\d)*)/)[1];this.browser.engine="khtml";}
else if(brs.search(/netscape6[\/\s](\d+([\.-]\d)*)/)!=-1){this.browser.id="netscape";this.browser.version=ua.match(/netscape6[\/\s](\d+([\.-]s\d)*)/)[1];this.browser.engine="gecko";this.browser.engineVersion=getGeckoVersion();this.isGecko=true;}
else if(ua.search(/netscape\/(7\.\d*)/)!=-1){this.browser.id="netscape";this.browser.version=ua.match(/netscape\/(7\.\d*)/)[1];this.browser.engine="gecko";this.browser.engineVersion=getGeckoVersion();this.isGecko=true;}
else if(ua.search(/netscape4\/(\d+([\.-]\d)*)/)!=-1){this.browser.id="netscape";this.browser.version=ua.match(/netscape4\/(\d+([\.-]\d)*)/)[1];this.browser.engine="mozold";this.browser.engineVersion=this.browser.version;}
else if((ua.search(/mozilla\/(4.\d*)/)!=-1)&&(ua.search(/msie\s(\d+(\.?\d)*)/)==-1)){this.browser.id="netscape";this.browser.version=ua.match(/mozilla\/(4.\d*)/)[1];this.browser.engine="mozold";this.browser.engineVersion=this.browser.version;}
else if((ua.search(/mozilla\/5.0/)!=-1)&&(ua.search(/gecko\//)!=-1)){this.browser.id="mozsea";this.browser.version=ua.match(/rv\x3a(\d+(\.?\d)*)/)[1];this.browser.engine="gecko";this.browser.engineVersion=getGeckoVersion();this.isGecko=true;}
this.browser.majorVersion=getMajorVersion(this.browser.version);this.browser.minorVersion=getMinorVersion(this.browser.version);this.browser.engineMajorVersion=getMajorVersion(this.browser.engineVersion);this.browser.engineMinorVersion=getMinorVersion(this.browser.engineVersion);if((ua.search(/windows/)!=-1)||((ua.search(/win9\d{1}/)!=-1))){this.isWindows=true;this.os.id="windows";if(ua.search(/nt\s6\.0/)!=-1){this.os.version="vista";this.isWindowsVista=true;}
else if(ua.search(/nt\s5\.1/)!=-1){this.os.version="xp";this.isWindowsXP=true;}
else if(ua.search(/nt\s5\.0/)!=-1){this.os.version="2000";}
else if((ua.search(/win98/)!=-1)||(ua.search(/windows\s98/)!=-1)){this.os.version="98";}
else if(ua.search(/windows\sme/)!=-1){this.os.version="me";}
else if(ua.search(/nt\s5\.2/)!=-1){this.os.version="2003";}
else if((ua.search(/windows\s95/)!=-1)||(ua.search(/win95/)!=-1)){this.os.version="95";}
else if((ua.search(/nt\s4\.0/)!=-1)||(ua.search(/nt4\.0/))!=-1){this.os.version="nt4";}}
else if(ua.search(/linux/)!=-1){this.isLinux=true;this.os.id="linux";try{this.os.version=ua.match(/linux\s?(\d+(\.?\d)*)/)[1];}catch(e){}}
else if(ua.search(/mac\sos\sx/)!=-1){this.isMacOSX=true;this.os.id="macosx";}
else if((ua.search(/macintosh/)!=-1)||(brs.search(/mac\x5fpowerpc/)!=-1)){this.os.id="macclassic";}
if(this.isIE){for(var i=15;i>0;i--){try{var flash=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+i);this.flash.version=i;break;}catch(e){}}
if(this.flash.version>0){this.flash.status='installed';}
else{this.flash.status='notinstalled';}}
else{var x,y;if(navigator.plugins&&navigator.plugins.length){x=navigator.plugins["Shockwave Flash"];if(x){this.flash.status='installed';if(x.description)
{y=x.description;this.flash.version=y.substring(y.indexOf('.')-2,y.indexOf('.'));this.flash.version=this.flash.version.replace(/^\s+|\s+$/g,'');}}
else{this.flash.status='notinstalled';}
if(navigator.plugins["Shockwave Flash 2.0"]){this.flash.status='installed';}}
else if(navigator.mimeTypes&&navigator.mimeTypes.length){x=navigator.mimeTypes['application/x-shockwave-flash'];if(x&&x.enabledPlugin){this.flash.status='installed';}
else{this.flash.status='notinstalled';}}}
if(this.flash.status=='installed'){this.hasFlash=true;switch(parseInt(this.flash.version)){case 9:this.hasFlash9=true;break;case 8:this.hasFlash8=true;break;case 7:this.hasFlash7=true;break;default:break;}}
function getGeckoVersion(){return ua.match(/gecko\/([0-9]+)/)[1];}
function getMajorVersion(v){return(isEmpty(v)?-1:(hasDot(v)?v:v.match(/(\d*)(\.\d*)*/)[1]))}
function getMinorVersion(v){return(!isEmpty(v)?(!hasDot(v)?v.match(/\.(\d*([-\.]\d*)*)/)[1]:0):-1)}
function isEmpty(input){return(input==null||input=="")}
function hasDot(input){return(input.search(/\./)==-1)}}};Code.Resources={_resources:{},setResources:function(resourcesObj){Code.Resources._resources=resourcesObj;},getResource:function(classKey,resourceKey,defaultValue){var resourceObj=Code.Resources._resources[classKey];if(defaultValue==null){defaultValue='Resource "#classKey#, #resourceKey#" not found.'}
defaultValue=defaultValue.replace(/#classKey#/g,classKey).replace(/#resourceKey#/g,resourceKey);if(resourceObj==null){return defaultValue;}
var value=resourceObj[resourceKey];return(Code.Type.isNothing(value))?defaultValue:value;}};Code._init();var initializingClass=false,fnTest=/xyz/.test(function(){xyz;})?/\b_super\b/:/.*/;Code.Class=function(){};Code.Class.extend=function(prop){var _super=this.prototype;initializingClass=true;var prototype=new this();initializingClass=false;for(var name in prop){prototype[name]=typeof prop[name]=="function"&&typeof _super[name]=="function"&&fnTest.test(prop[name])?(function(name,fn){return function(){var tmp=this._super;this._super=_super[name];var ret=fn.apply(this,arguments);this._super=tmp;return ret;};})(name,prop[name]):prop[name];}
function Class(){if(!initializingClass&&this.init)
this.init.apply(this,arguments);}
Class.prototype=prototype;Class.constructor=Class;Class.extend=arguments.callee;return Class;};})();
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/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}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.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 E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>I&&L>I)?M<L:M>L:(M<I&&L<I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var g=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(g?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());
Cufon.registerFont({"w":171,"face":{"font-family":"arno","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 2 5 2 4 5 6 2 4 3","ascent":"244","descent":"-116","x-height":"4","cap-height":"1","bbox":"-32.8176 -273 339.414 112","underline-thickness":"18","underline-position":"-18","stemh":"13","stemv":"27","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":68},"!":{"d":"41,-208v0,-14,29,-16,38,-11v0,8,-9,97,-13,151v-1,1,-10,-1,-11,-2v-5,-49,-13,-123,-14,-138xm41,-15v-1,-10,10,-22,21,-20v12,-2,19,11,19,20v0,8,-10,22,-21,20v-10,1,-21,-8,-19,-20","w":107},"\"":{"d":"90,-240v2,30,4,86,-19,90v0,-28,-2,-67,-5,-76v4,-3,17,-16,24,-14xm39,-238v6,0,4,7,4,15v0,33,1,69,-20,75v0,-29,-3,-68,-6,-77v1,-2,18,-12,22,-13","w":108,"k":{"A":31,"B":-4,"D":-4,"E":-4,"F":-4,"H":-4,"I":-4,"K":-4,"L":-4,"N":-4,"P":-4,"R":-4,"J":-8,"C":4,"G":4,"O":4,"Q":4,"T":-13,"U":-6,"V":-17,"W":-25,"X":-11,"Y":-21,"Z":-8,"b":-17,"i":-2,"j":-6,"m":6,"n":6,"r":6,"c":13,"d":13,"e":13,"o":13,"q":13,"s":15,"t":-5,"v":-10,"x":-7,"y":-13,"M":-4,"S":3,"g":12,".":12,"z":1,"a":14,"h":-16,"k":-16,"l":-16,"w":-9}},"#":{"d":"139,-101v1,23,-25,19,-39,25v-5,17,-5,38,-13,52v-20,-4,0,-37,0,-54v-11,1,-27,-3,-35,2v-5,17,-6,39,-14,53v-21,-8,1,-36,1,-55v-19,0,-30,0,-33,-1v-1,-2,6,-22,7,-23v8,1,19,2,30,2r9,-40v-8,0,-27,0,-31,-1v-1,-3,4,-20,7,-21v8,1,19,1,29,1r9,-44v2,-1,13,-8,14,-3v-2,15,-9,33,-8,47r32,0r10,-48v2,-1,13,-6,15,-3v-2,17,-10,36,-10,51v13,0,26,0,34,-1v0,21,-20,20,-40,23v-2,13,-8,28,-7,39v12,0,23,1,33,-1xm100,-140v-11,1,-25,-1,-35,1v-2,13,-8,27,-7,39r33,0","w":163},"$":{"d":"91,-204v-51,-6,-49,63,-10,74v1,0,2,0,3,-1xm93,-90v-8,20,-5,56,-9,78v21,0,40,-11,41,-36v1,-20,-12,-31,-32,-42xm105,-217v12,4,30,3,44,6v-2,10,-4,28,-6,44v-1,2,-10,3,-11,1v0,-28,-12,-41,-29,-37v-2,26,-8,55,-7,80v28,14,58,29,58,62v0,35,-28,56,-72,63r-3,29v-2,1,-11,3,-13,2v0,-11,4,-24,2,-33v-18,-1,-40,-7,-46,-10v0,-6,-19,-53,2,-49v10,34,23,44,47,45v2,-27,8,-57,7,-82v-30,-16,-53,-32,-53,-63v-1,-38,32,-56,68,-58r2,-27v1,-1,11,-2,13,-2"},"%":{"d":"47,-4r145,-217v4,-2,16,-8,16,0v-13,17,-129,193,-154,228v-4,3,-6,-8,-7,-11xm137,-56v0,-43,21,-69,58,-69v26,0,41,26,41,53v-1,52,-24,68,-58,68v-26,0,-41,-24,-41,-52xm185,-111v-18,0,-24,23,-24,42v0,37,15,51,28,51v38,-2,34,-95,-4,-93xm15,-148v0,-43,23,-68,59,-68v27,0,40,28,40,53v0,49,-23,69,-57,69v-25,0,-42,-25,-42,-54xm63,-202v-19,0,-24,24,-24,43v0,37,15,50,29,50v39,-3,33,-95,-5,-93","w":251},"&":{"d":"47,-168v0,-64,101,-77,102,-12v0,19,-14,32,-46,55v10,9,44,43,70,57v6,-15,29,-40,16,-57v-4,-1,-10,-3,-18,-4v-2,0,-1,-9,0,-10v8,1,67,1,71,0v1,1,2,10,0,11v-39,2,-45,51,-59,68v21,15,48,35,55,43v-3,8,-9,33,-21,30v-14,-19,-37,-33,-55,-47v-41,63,-138,49,-143,-24v-1,-20,17,-34,48,-61v-12,-14,-20,-28,-20,-49xm152,-40v-21,-23,-56,-49,-78,-69v-43,22,-27,92,28,92v17,0,37,-8,50,-23xm96,-212v-35,0,-29,61,-2,78v18,-9,31,-29,31,-46v0,-15,-10,-32,-29,-32","w":255},"(":{"d":"31,-96v0,-82,41,-143,89,-177v2,0,7,7,6,9v-39,35,-69,82,-69,162v0,69,23,130,65,168v0,2,-5,9,-7,9v-24,-10,-84,-74,-84,-171","w":145,"k":{"A":5,"B":5,"D":5,"E":5,"F":5,"H":5,"I":5,"K":5,"L":5,"N":5,"P":5,"R":5,"J":-40,"C":11,"G":11,"O":11,"Q":11,"T":2,"U":1,"Z":1,"b":-6,"f":14,"i":9,"j":-12,"m":18,"n":18,"r":18,"c":19,"d":19,"e":19,"o":19,"q":19,"p":-6,"s":12,"t":9,"u":18,"v":12,"x":2,"M":3,"S":7,"z":10,"a":15,"h":-4,"k":-4,"l":-4}},")":{"d":"114,-102v0,83,-40,143,-88,177v-2,0,-6,-7,-6,-9v40,-36,69,-81,69,-162v0,-68,-21,-127,-66,-168v0,-2,6,-9,7,-9v24,11,84,73,84,171","w":145},"*":{"d":"60,-199v6,-28,3,-49,26,-42v-4,10,-10,38,-11,44v6,-2,30,-11,44,-17v6,18,-28,23,-41,30v6,6,31,24,39,28v-14,17,-41,-11,-48,-15v-5,14,-4,44,-11,47v-15,-6,-5,-32,-3,-51v-5,0,-40,17,-47,13v8,-17,24,-17,42,-26v-5,-6,-31,-22,-31,-33v20,-17,25,13,41,22","w":130},"+":{"d":"181,-96v4,33,-33,15,-72,20v-11,30,17,87,-22,77r0,-77r-71,0v-1,-6,3,-16,4,-20r67,0r-1,-71v4,-1,17,-4,19,-4v6,16,-2,57,4,75r72,0","w":196},",":{"d":"9,61v-3,-1,-9,-2,-10,-5v25,-22,42,-54,19,-84v4,-5,17,-24,28,-21v27,33,-9,97,-37,110","w":73},"-":{"d":"18,-84v17,0,61,-2,71,-2v1,7,-2,17,-5,20v-3,-1,-68,8,-71,0v0,-5,3,-18,5,-18","w":102,"k":{"A":3,"B":7,"D":7,"E":7,"F":7,"H":7,"I":7,"K":7,"L":7,"N":7,"P":7,"R":7,"J":2,"C":-4,"G":-4,"O":-4,"Q":-4,"T":23,"U":4,"V":21,"W":9,"X":5,"Y":22,"b":1,"f":-1,"m":1,"n":1,"r":1,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"s":-4,"u":1,"v":5,"x":4,"y":5,"M":1,"S":-10,"g":-4,"z":-3}},".":{"d":"17,-17v0,-10,10,-22,20,-21v26,2,26,42,-1,42v-10,0,-19,-10,-19,-21","w":73,"k":{"A":-15,"J":-2,"C":16,"G":16,"O":16,"Q":16,"T":27,"U":20,"V":30,"W":21,"X":-9,"Y":23,"b":4,"f":-1,"j":6,"m":1,"n":1,"r":1,"c":9,"d":9,"e":9,"o":9,"q":9,"\"":6,"'":6,"s":-1,"t":7,"u":10,"v":22,"x":-10,"y":19,"M":-3,"g":3,"z":3,"a":1}},"\/":{"d":"129,-242v1,0,18,-10,18,-2v-3,9,-92,241,-112,277v-2,3,-17,12,-20,7v27,-58,103,-251,114,-282","w":163},"0":{"d":"12,-104v-3,-57,27,-115,80,-115v23,0,37,12,42,18v12,13,26,40,26,87v0,67,-28,118,-77,118v-56,0,-67,-40,-71,-108xm90,-10v37,-8,38,-36,38,-94v0,-67,-18,-101,-45,-101v-37,0,-40,43,-40,87v0,72,17,108,47,108"},"1":{"d":"139,-9v1,1,0,9,-1,10v-17,-1,-86,-1,-101,0v-1,-1,-1,-9,0,-10v19,-3,36,-1,36,-23v0,-26,1,-129,0,-149v0,-13,-15,-12,-31,-12v-1,-1,0,-8,1,-9v22,0,47,-17,62,-15v-2,10,-3,150,-1,184v0,23,13,22,35,24"},"2":{"d":"12,-7v32,-29,92,-85,92,-140v0,-23,-12,-46,-41,-46v-17,0,-31,9,-45,27v-2,0,-8,-6,-8,-7v10,-19,36,-46,68,-46v32,0,57,26,57,64v1,46,-55,92,-82,125v-1,1,0,3,1,3v13,2,51,2,72,2v7,0,14,-4,27,-32v2,-1,8,2,9,4v-3,11,-13,43,-19,52v-32,6,-90,-2,-130,2v-1,-1,-1,-6,-1,-8"},"3":{"d":"22,-35v12,45,99,54,100,-11v0,-34,-28,-59,-68,-52v-1,-1,4,-13,5,-14v34,-7,47,-23,47,-44v1,-43,-57,-50,-79,-18v-1,0,-5,-7,-5,-9v12,-15,35,-36,62,-36v30,0,50,22,50,49v1,25,-18,38,-31,50v24,8,50,24,50,57v0,46,-43,78,-90,78v-35,0,-47,-15,-49,-45v0,-2,7,-5,8,-5"},"4":{"d":"165,-62v-12,1,-29,-3,-38,2r0,69v-10,0,-24,2,-31,4v-1,-24,3,-53,0,-75r-91,0v0,-1,0,-10,1,-11v23,-33,93,-126,103,-142v2,-1,15,-3,17,-3v2,44,-4,95,2,135v19,0,32,-1,42,-1v-2,7,-5,17,-5,22xm31,-85v10,6,43,1,65,3v4,-30,1,-66,3,-98v-13,9,-60,85,-68,95"},"5":{"d":"67,15v-37,-1,-65,-18,-46,-48v0,-1,4,-1,5,-1v12,37,98,50,97,-8v8,-43,-68,-70,-88,-84v-4,-27,26,-72,32,-86v11,-12,50,5,66,-8v11,8,-11,33,-24,34v-20,1,-36,-6,-43,1v-4,10,-15,24,-11,35v32,18,96,39,96,89v0,46,-46,76,-84,76"},"6":{"d":"160,-77v1,44,-33,82,-77,82v-49,0,-70,-39,-70,-80v0,-66,54,-130,140,-159v2,1,5,8,4,10v-64,32,-94,68,-100,97v47,-30,100,-11,103,50xm82,-122v-22,-1,-40,16,-37,41v-6,81,84,99,85,20v0,-41,-22,-61,-48,-61"},"7":{"d":"160,-215v-6,44,-87,198,-98,226v-4,-1,-16,-4,-13,-11v19,-41,78,-155,87,-184v-13,-3,-73,-1,-90,-1v-10,0,-13,4,-25,28v-1,1,-10,-2,-11,-4v5,-16,11,-38,14,-56v38,5,94,1,136,2"},"8":{"d":"62,-107v-65,-34,-35,-111,29,-112v32,0,56,22,56,52v0,18,-13,29,-38,52v32,21,45,34,45,59v0,32,-32,60,-70,60v-49,0,-67,-31,-67,-54v-3,-16,13,-30,45,-57xm122,-164v0,-49,-70,-59,-70,-10v-1,22,17,41,48,52v18,-15,22,-29,22,-42xm44,-54v0,45,80,69,82,13v1,-23,-15,-42,-55,-58v-19,16,-27,28,-27,45"},"9":{"d":"12,-141v0,-40,33,-78,77,-78v44,0,69,40,69,86v0,72,-58,129,-131,152v-2,0,-4,-7,-4,-9v58,-27,83,-63,97,-102v-13,3,-40,20,-53,17v-29,0,-55,-27,-55,-66xm90,-97v24,0,36,-13,36,-37v0,-40,-19,-71,-47,-71v-23,0,-38,20,-38,49v0,41,23,59,49,59"},":":{"d":"28,-17v0,-10,10,-20,21,-20v12,0,20,12,19,21v1,10,-9,20,-20,20v-10,0,-20,-10,-20,-21xm28,-109v0,-10,11,-20,21,-20v12,0,20,12,19,21v1,10,-9,20,-20,20v-10,0,-20,-10,-20,-21","w":96,"k":{"A":-14,"J":-14,"C":-3,"G":-3,"O":-3,"Q":-3,"T":15,"U":3,"V":13,"X":-7,"Y":15,"Z":-6,"f":-5,"i":-4,"j":-4,"p":-4,"s":-2,"x":-9,"M":-2,"S":-4,"g":-3,"z":-4,"a":-2}},";":{"d":"28,-109v0,-10,11,-20,21,-20v12,0,20,12,20,21v0,9,-10,21,-21,20v-9,-1,-21,-11,-20,-21xm19,61v-3,-1,-9,-2,-10,-5v25,-21,43,-54,20,-84v4,-5,17,-25,29,-21v24,33,-9,96,-39,110","w":96,"k":{"A":-14,"J":-14,"C":-3,"G":-3,"O":-3,"Q":-3,"T":15,"U":3,"V":13,"X":-7,"Y":15,"Z":-6,"f":-5,"i":-4,"j":-4,"p":-4,"s":-2,"x":-9,"M":-2,"S":-4,"g":-3,"z":-4,"a":-2}},"<":{"d":"167,-145v-7,8,-92,45,-109,60v12,7,106,53,115,61v0,1,-3,18,-9,18v-14,-11,-108,-58,-141,-72v0,-2,2,-13,4,-14v33,-14,129,-70,144,-74v0,4,-2,20,-4,21","w":196},"=":{"d":"175,-109r-158,0v-6,-3,2,-16,3,-20r161,0v1,5,-3,16,-6,20xm175,-44r-158,0v-3,-4,2,-15,3,-20r160,1v3,4,-3,18,-5,19","w":196},">":{"d":"30,-28v8,-6,87,-46,109,-57v1,-1,0,-3,0,-3v-12,-7,-106,-53,-115,-61v0,-1,3,-18,9,-18v14,10,108,58,141,72v0,2,-3,13,-5,14v-33,14,-128,70,-143,74v0,-4,2,-19,4,-21","w":196},"?":{"d":"113,-165v0,46,-78,43,-37,84v2,9,-14,14,-24,13v-10,-5,-16,-14,-16,-23v3,-28,52,-34,54,-63v1,-18,-25,-39,-57,-40v-9,-6,-1,-28,16,-28v32,0,64,28,64,57xm44,-15v0,-10,9,-21,20,-20v11,-1,20,10,20,20v0,8,-10,21,-21,20v-9,-1,-19,-9,-19,-20","w":131},"@":{"d":"219,-144v-13,28,-22,89,-24,113v0,8,3,14,11,14v24,0,56,-23,56,-79v0,-69,-45,-101,-99,-101v-40,0,-118,32,-118,147v0,80,34,110,91,112v2,12,-15,13,-25,13v-21,0,-92,-34,-92,-123v0,-90,76,-165,159,-165v71,0,105,57,105,105v0,76,-60,112,-100,112v-21,1,-16,-31,-11,-52v-24,28,-55,53,-69,53v-15,0,-18,-23,-18,-37v1,-68,54,-128,134,-112xm189,-126v-46,-22,-78,38,-77,78v0,16,5,24,12,24v26,1,62,-63,65,-102","w":302},"A":{"d":"-8,-9v26,-3,31,-5,42,-34r66,-179v1,1,23,1,24,0v11,37,48,139,66,183v10,24,13,27,39,30v1,1,0,9,-1,10v-19,-1,-73,-1,-91,0v-1,-1,-2,-9,-1,-10v11,-2,28,-2,24,-13v-5,-16,-13,-52,-25,-65v-22,2,-51,-4,-67,3v-7,19,-18,50,-19,59v-3,12,15,15,28,16v1,1,1,9,0,10v-12,-1,-73,-1,-85,0v-1,-1,-1,-9,0,-10xm130,-104v-2,-20,-19,-69,-27,-80v-5,19,-25,61,-26,80v6,1,44,1,53,0","w":220},"B":{"d":"190,-69v0,77,-95,74,-182,70v-2,-1,-3,-9,-1,-10v17,-3,36,1,35,-22r0,-163v0,-19,-15,-15,-30,-18v-1,-1,-1,-9,0,-10v62,9,163,-27,163,50v0,21,-14,37,-35,46v-1,0,-1,2,0,2v28,6,50,23,50,55xm73,-129v33,11,77,-2,70,-35v0,-31,-20,-46,-54,-46v-30,-1,-10,45,-16,81xm75,-113v-3,40,-16,112,35,101v29,0,47,-16,47,-49v0,-39,-36,-58,-82,-52","w":206,"k":{"x":4,"v":5,"b":4,"X":2,"J":-1,"M":1,"C":-1,"G":-1,"O":-1,"Q":-1,"S":1,"T":10,"U":1,"V":5,"W":2,"Y":5,"Z":2,"a":3,",":8,"f":2,"i":2,"j":1,"h":3,"k":3,"l":3,"m":2,"n":2,"r":2,"p":2,".":9,"\"":6,"'":6,"s":1,":":-4,";":-4,"t":3,"w":5,"y":6,"z":3,"-":-7,")":18,"]":18,"}":18,"u":3}},"C":{"d":"20,-112v0,-63,51,-116,130,-116v31,0,55,6,71,7v-2,13,-6,40,-6,56v-1,1,-11,2,-11,0v-4,-49,-25,-50,-66,-50v-52,0,-82,38,-82,99v0,58,32,107,96,107v38,0,51,-19,67,-48v2,0,7,3,8,6v-4,15,-19,44,-27,48v-10,5,-33,9,-55,9v-80,0,-125,-43,-125,-118","w":242,"k":{"A":-1,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"J":-3,"M":1,"C":6,"G":6,"O":6,"Q":6,"S":4,"T":7,"U":4,"V":-5,"W":-8,"Y":-6,"a":6,"b":5,",":5,"f":5,"g":7,"i":4,"j":4,"h":3,"k":3,"l":3,"m":4,"n":4,"r":4,"p":9,".":5,"\"":-5,"'":-5,"s":4,"t":6,"v":12,"w":8,"y":8,"z":8,"-":-5,")":9,"]":9,"}":9,"u":8,"!":-2,"c":7,"d":7,"e":7,"o":7,"q":7,"?":-4}},"D":{"d":"235,-116v-4,123,-103,123,-229,117v-1,-2,-1,-9,0,-10v20,-4,36,2,36,-21r0,-161v-1,-22,-14,-17,-32,-21v-1,-1,0,-9,1,-10v40,2,66,0,113,-1v67,-2,113,44,111,107xm74,-114v0,66,-15,105,47,102v49,-2,80,-37,80,-98v0,-58,-38,-103,-105,-100v-42,-7,-22,49,-22,96","w":255,"k":{"A":5,"C":-4,"G":-4,"O":-4,"Q":-4,"S":1,"T":9,"V":6,"W":-1,"X":10,"Y":8,"Z":4,"a":5,",":16,"f":-1,"g":3,"j":-3,"p":-2,".":17,"\"":3,"'":3,"s":3,":":-3,";":-3,"v":-4,"w":-4,"y":-4,"z":2,"-":-6,")":10,"]":10,"}":10,"c":2,"d":2,"e":2,"o":2,"q":2}},"E":{"d":"137,-14v31,0,32,-23,44,-44v2,0,10,2,11,4v-2,11,-10,39,-15,50v-36,13,-121,-1,-173,5v-1,-1,-1,-8,0,-10v22,-4,39,2,39,-23v1,-10,0,-143,0,-159v0,-22,-13,-17,-30,-22v-2,-1,0,-8,1,-10v41,5,121,-1,160,2v-3,11,-6,35,-7,49v-1,2,-10,2,-11,1v-4,-20,-1,-34,-22,-36r-55,0v-9,20,-3,60,-3,86v29,-2,74,10,72,-26v19,-5,9,18,9,35v0,13,1,24,1,33v-2,2,-11,2,-13,0v6,-36,-39,-23,-69,-26v-3,16,-1,57,-1,75v1,25,36,16,62,16","w":200,"k":{"A":-9,"J":-4,"M":-4,"C":7,"G":7,"O":7,"Q":7,"T":10,"W":-4,"X":-6,"Y":1,"Z":1,"b":3,"g":3,"i":1,"j":3,"m":3,"n":3,"r":3,"p":5,".":-2,"\"":4,"'":4,":":-6,";":-6,"t":8,"v":12,"w":9,"x":-5,"y":8,"z":5,"-":-5,")":13,"]":13,"}":13,"u":8,"c":4,"d":4,"e":4,"o":4,"q":4}},"F":{"d":"42,-191v1,-21,-12,-18,-30,-21v-1,-1,-1,-9,0,-10r166,1v-3,9,-5,31,-6,51v-1,2,-10,2,-11,0v-4,-21,-3,-34,-22,-36v-16,3,-63,-8,-65,6v2,20,-5,63,1,83v34,-2,80,13,77,-28v3,-1,11,0,13,1v-3,17,-3,51,-2,71v-2,2,-8,2,-11,1v-4,-13,-5,-28,-17,-28r-62,1v4,44,-16,93,38,90v1,1,1,9,0,10r-101,0v-1,-1,-1,-9,0,-10v19,-3,32,0,32,-22r0,-160","w":191,"k":{"x":4,"v":4,"A":19,"C":3,"G":3,"O":3,"Q":3,"S":4,"V":-9,"W":-14,"Y":-12,"Z":2,"a":16,",":26,"f":7,"g":15,"i":8,"j":5,"m":10,"n":10,"r":10,"p":9,".":26,"\"":-6,"'":-6,"s":13,"t":8,"w":3,"y":2,"z":7,"-":4,")":7,"]":7,"}":7,"u":8,"c":12,"d":12,"e":12,"o":12,"q":12}},"G":{"d":"155,-6v35,0,34,-26,33,-57v-1,-21,-16,-19,-38,-22v-2,-1,-1,-10,0,-11r90,0v1,1,1,10,0,11v-28,-4,-21,38,-21,60v-3,7,13,7,8,18v-12,4,-48,13,-79,13v-84,0,-128,-42,-128,-118v0,-100,108,-133,205,-108v-3,13,-7,41,-7,57v-1,2,-10,2,-12,1v-5,-51,-19,-53,-66,-53v-56,0,-83,40,-83,99v0,62,33,110,98,110","w":253,"k":{"A":-6,"J":-6,"C":-2,"G":-2,"O":-2,"Q":-2,"T":8,"U":2,"V":-1,"W":-3,"Z":3,"a":4,"b":4,",":5,"g":2,"i":1,"j":1,"p":2,".":5,"\"":-2,"'":-2,":":-4,";":-4,"t":3,"v":5,"w":5,"y":5,"z":5,"-":-8,")":8,"]":8,"}":8,"u":3}},"H":{"d":"43,-113v0,-65,16,-99,-33,-99v-1,-1,0,-9,1,-10v16,1,77,1,91,0v6,22,-31,1,-28,29v1,10,-3,44,2,71v38,-2,84,4,119,-2v-5,-35,20,-94,-29,-88v-2,-1,-1,-9,1,-11v14,2,74,2,89,1v1,1,1,9,0,10v-18,3,-27,1,-28,23v-1,19,-1,135,0,159v2,20,12,18,33,21v1,1,0,9,-2,10r-94,0v-1,-1,-1,-8,0,-10v17,-3,30,0,30,-21v0,-24,3,-54,-2,-74v-18,1,-111,-5,-119,2v5,38,-18,95,33,93v1,19,-19,9,-48,9v-21,0,-41,1,-48,1v-1,-1,-2,-9,-1,-10v22,-4,32,-2,32,-30v0,-12,1,-43,1,-74","w":269,"k":{"A":-4,"B":-2,"D":-2,"E":-2,"F":-2,"H":-2,"I":-2,"K":-2,"L":-2,"N":-2,"P":-2,"R":-2,"J":-6,"M":-2,"U":1,"W":-3,"X":-1,"Y":-4,"Z":-1,"a":7,"b":3,"f":4,"g":8,"i":5,"j":5,"m":8,"n":8,"r":8,"p":7,"\"":-5,"'":-5,"s":5,"t":9,"v":10,"w":11,"y":9,"z":3,"-":3,")":3,"]":3,"}":3,"u":10,"c":9,"d":9,"e":9,"o":9,"q":9,"?":-6}},"I":{"d":"11,-212v-1,-1,-1,-9,0,-10v16,1,75,1,92,0v1,1,1,8,0,10v-19,2,-28,1,-29,20v-2,30,0,134,0,160v0,19,15,20,34,23v1,1,0,9,-1,10v-20,-1,-76,-1,-96,0v-2,-1,-2,-9,-1,-10v17,-2,31,-3,31,-19v0,-15,2,-133,1,-164v-1,-19,-13,-17,-31,-20","w":115,"k":{"A":-4,"B":-2,"D":-2,"E":-2,"F":-2,"H":-2,"I":-2,"K":-2,"L":-2,"N":-2,"P":-2,"R":-2,"J":-6,"M":-2,"U":1,"W":-3,"X":-1,"Y":-4,"Z":-1,"a":7,"b":3,"f":4,"g":8,"i":5,"j":5,"m":8,"n":8,"r":8,"p":7,"\"":-5,"'":-5,"s":5,"t":9,"v":10,"w":11,"y":9,"z":3,"-":3,")":3,"]":3,"}":3,"u":10,"c":9,"d":9,"e":9,"o":9,"q":9,"?":-6}},"J":{"d":"-26,43v40,29,72,16,72,-51v0,-45,-1,-163,-1,-180v0,-19,-13,-23,-34,-24v-1,-1,0,-9,1,-10v13,1,77,1,93,0v1,1,2,9,0,10v-17,3,-26,2,-27,18v-4,48,8,187,-15,225v-25,41,-63,68,-95,41v-3,-9,3,-22,6,-29","w":115,"k":{"J":-6,"S":2,"U":3,"V":-3,"W":-6,"Y":-4,"a":12,"b":1,",":13,"f":7,"g":11,"i":9,"j":9,"h":3,"k":3,"l":3,"m":9,"n":9,"r":9,"p":7,".":14,"\"":-8,"'":-8,"s":10,"t":10,"v":7,"w":6,"x":7,"y":8,"z":11,"-":5,")":4,"]":4,"}":4,"u":9,"c":11,"d":11,"e":11,"o":11,"q":11}},"K":{"d":"73,-190r0,155v1,26,12,21,33,26v1,1,0,9,-1,10r-95,0v-1,-1,-1,-9,0,-10v20,-3,33,-2,32,-24r0,-160v1,-18,-12,-17,-29,-19v-2,-1,-2,-9,0,-10v13,1,73,1,89,0v1,1,1,8,0,10v-17,3,-29,1,-29,22xm153,-187v15,-18,2,-23,-18,-25v-1,-1,-1,-9,0,-10v19,1,70,1,85,0v1,1,1,9,-1,10v-20,3,-29,5,-44,22v-21,24,-45,45,-64,71v28,29,70,107,129,110v1,1,1,9,-1,10v-25,0,-64,4,-74,-12v-21,-17,-64,-73,-88,-97v0,-1,0,-4,1,-5v17,-6,54,-48,75,-74","w":231,"k":{"J":-14,"C":10,"G":10,"O":10,"Q":10,"S":-5,"T":2,"U":11,"V":6,"W":6,"X":-3,"Y":3,"Z":-10,"a":-7,"b":-3,",":-17,"g":-4,"j":-8,"h":-3,"k":-3,"l":-3,"p":-5,".":-17,"\"":-3,"'":-3,"s":-9,":":-18,";":-18,"t":3,"v":19,"w":19,"x":-4,"y":13,"z":-10,"-":5,"u":3,"!":-7,"?":-6}},"L":{"d":"195,-63v-10,18,-4,66,-34,65r-155,-1v-1,-1,-2,-9,0,-10v18,-4,33,0,35,-18v1,-8,3,-144,1,-161v3,-25,-14,-20,-31,-24v-1,-1,-1,-9,1,-10v12,1,80,1,91,0v2,1,2,9,0,10v-15,2,-30,1,-28,17v-3,26,-2,148,0,168v2,22,44,9,66,13v24,-2,32,-31,43,-53v3,-1,10,2,11,4","w":198,"k":{"A":-14,"J":-9,"M":-3,"C":3,"G":3,"O":3,"Q":3,"S":-1,"T":27,"U":11,"V":23,"W":18,"X":-5,"Y":18,"a":-4,"b":4,",":-3,"f":-3,"g":-2,"i":-2,"j":-3,"h":-4,"k":-4,"l":-4,"m":-3,"n":-3,"r":-3,".":-4,"\"":28,"'":28,"s":-5,":":-7,";":-7,"v":13,"w":13,"x":-9,"y":9,"-":-18,")":12,"]":12,"}":12,"u":3,"!":-6,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"?":-7}},"M":{"d":"156,-55v13,-17,63,-122,78,-166v35,0,48,-1,63,-1v1,1,1,9,0,10v-19,4,-32,0,-33,18v-1,22,3,136,4,161v1,22,13,21,34,24v1,2,0,8,-1,10v-16,-1,-78,-1,-95,0v-1,-1,-1,-9,0,-10v16,-3,29,-3,29,-20v0,-24,0,-118,-1,-150v0,-1,-1,-1,-2,0v-10,22,-69,144,-81,179v-1,1,-10,1,-11,1v-9,-30,-62,-150,-75,-180v-1,-1,-2,-1,-2,0v-2,32,-7,112,-7,142v0,24,12,26,34,28v1,1,1,9,-1,10v-13,-1,-75,-1,-86,0v-1,-1,-1,-9,0,-10v22,-3,31,-2,34,-29v3,-27,13,-121,13,-154v0,-16,-15,-17,-35,-20v-1,-1,-1,-9,0,-10v12,0,29,1,66,1v17,49,68,151,75,166","w":307,"k":{"A":-4,"J":-5,"M":-3,"U":1,"W":-2,"X":-4,"Z":-3,"a":4,"b":1,",":-1,"f":1,"g":6,"i":4,"j":5,"m":4,"n":4,"r":4,"p":8,".":-1,"\"":-5,"'":-5,"s":3,":":-2,";":-2,"t":7,"v":9,"w":10,"x":-3,"y":9,"z":4,"-":3,")":6,"]":6,"}":6,"u":9,"c":8,"d":8,"e":8,"o":8,"q":8,"?":-3}},"N":{"d":"44,-187v0,-16,-18,-25,-39,-25v-1,-1,0,-9,1,-10r61,0v43,60,94,121,143,176v0,-49,-2,-117,-2,-143v0,-19,-18,-21,-38,-23v-1,-1,-1,-9,0,-10v14,1,68,1,86,0v1,1,1,9,0,10v-16,2,-28,6,-28,23v0,29,-4,134,-2,191r-25,0v-19,-27,-117,-151,-139,-178r-2,0v-1,37,-1,121,0,141v2,24,15,23,37,26v1,1,0,9,-1,10v-14,-1,-75,-1,-88,0v-1,-1,-1,-9,0,-10v19,-4,31,-2,33,-25v1,-19,3,-77,3,-153","w":264,"k":{"J":-4,"S":3,"T":-1,"W":-1,"X":2,"a":13,",":12,"f":5,"g":12,"i":7,"j":6,"m":8,"n":8,"r":8,"p":8,".":13,"\"":-9,"'":-9,"s":10,"t":8,"v":8,"w":6,"x":5,"y":6,"z":11,"-":1,")":4,"]":4,"}":4,"u":9,"c":10,"d":10,"e":10,"o":10,"q":10,"?":-7}},"O":{"d":"249,-116v0,74,-55,122,-117,122v-70,0,-112,-55,-112,-119v0,-68,55,-114,118,-115v73,0,111,53,111,112xm55,-121v-1,53,29,112,91,112v50,0,69,-47,69,-94v0,-56,-28,-110,-89,-110v-52,0,-70,44,-71,92","w":268,"k":{"A":5,"C":-4,"G":-4,"O":-4,"Q":-4,"S":1,"T":9,"V":6,"W":-1,"X":10,"Y":8,"Z":4,"a":5,",":16,"f":-1,"g":3,"j":-3,"p":-2,".":17,"\"":3,"'":3,"s":3,":":-3,";":-3,"v":-4,"w":-4,"y":-4,"z":2,"-":-6,")":10,"]":10,"}":10,"c":2,"d":2,"e":2,"o":2,"q":2}},"P":{"d":"107,-88v-12,1,-24,-5,-18,-14v39,7,61,-16,61,-51v0,-33,-17,-57,-58,-57v-7,1,-18,-1,-18,7v-1,6,-1,154,0,172v1,22,16,17,35,22v1,1,0,9,-1,10r-96,0v-1,-1,-2,-9,-1,-10v20,-3,30,-1,30,-24r1,-157v0,-21,-12,-20,-30,-22v-1,-2,-1,-9,0,-10v71,4,173,-20,171,62v-2,48,-34,69,-76,72","w":196,"k":{"A":19,"M":3,"T":-5,"U":-1,"V":-5,"W":-6,"Y":-4,"Z":-3,"a":14,"b":2,",":36,"f":1,"g":13,"i":3,"h":2,"k":2,"l":2,"m":6,"n":6,"r":6,"p":3,".":36,"\"":-9,"'":-9,"s":11,":":3,";":3,"v":-6,"w":-6,"x":-5,"y":-8,"z":5,"-":9,")":10,"]":10,"}":10,"u":2,"!":-6,"c":15,"d":15,"e":15,"o":15,"q":15,"?":-9}},"Q":{"d":"170,1v58,20,110,64,168,33v1,1,2,8,1,11v-61,54,-138,10,-182,-24v-24,-19,-67,-15,-93,-36v-30,-24,-44,-58,-44,-97v0,-71,56,-116,119,-116v67,0,110,49,110,112v0,63,-33,100,-79,117xm126,-213v-50,0,-71,46,-71,92v0,64,36,113,93,113v39,0,67,-38,67,-96v0,-57,-27,-109,-89,-109","w":268,"k":{"A":5,"C":-4,"G":-4,"O":-4,"Q":-4,"S":1,"T":9,"V":6,"W":-1,"X":10,"Y":8,"Z":4,"a":5,",":16,"f":-1,"g":3,"j":-3,"p":-2,".":17,"\"":3,"'":3,"s":3,":":-3,";":-3,"v":-4,"w":-4,"y":-4,"z":2,"-":-6,")":10,"]":10,"}":10,"c":2,"d":2,"e":2,"o":2,"q":2}},"R":{"d":"42,-193v1,-18,-14,-18,-31,-19v-1,-1,0,-9,1,-10r101,0v80,-4,79,96,23,113v5,24,41,62,58,81v14,16,19,16,41,19v1,1,0,9,-2,10v-28,1,-63,0,-75,-21v-18,-18,-35,-62,-58,-77v0,0,-24,-2,-27,2v4,40,-15,89,32,86v2,1,2,9,0,10v-10,-1,-83,-1,-94,0v-5,-22,31,0,31,-33r0,-161xm73,-113v50,7,72,-1,72,-43v0,-34,-17,-54,-56,-54v-4,1,-16,0,-15,7v-1,12,-1,62,-1,90","w":220,"k":{"A":-10,"B":-3,"D":-3,"E":-3,"F":-3,"H":-3,"I":-3,"K":-3,"L":-3,"N":-3,"P":-3,"R":-3,"J":-14,"M":-5,"C":3,"G":3,"O":3,"Q":3,"S":-9,"T":19,"U":4,"V":16,"W":11,"X":-2,"Y":14,"Z":-14,"a":-12,"b":-7,",":-21,"f":-5,"g":-9,"i":-5,"j":-11,"h":-5,"k":-5,"l":-5,"m":-4,"n":-4,"r":-4,"p":-10,".":-22,"\"":13,"'":13,"s":-14,":":-20,";":-20,"t":-4,"v":10,"w":10,"x":-12,"y":3,"z":-14,")":2,"]":2,"}":2,"u":-5,"!":-10,"c":-5,"d":-5,"e":-5,"o":-5,"q":-5,"?":-10}},"S":{"d":"53,-180v0,65,104,52,104,120v0,35,-29,66,-80,66v-22,0,-43,-7,-52,-11v-3,-5,-9,-42,-10,-54v1,-2,9,-4,11,-3v10,35,23,54,61,55v18,0,39,-11,39,-38v0,-50,-111,-64,-101,-122v-4,-61,75,-68,126,-55v-3,12,-5,32,-6,50v-1,2,-10,2,-11,0v-2,-34,-13,-43,-43,-44v-25,0,-38,18,-38,36","w":173,"k":{"B":2,"D":2,"E":2,"F":2,"H":2,"I":2,"K":2,"L":2,"N":2,"P":2,"R":2,"J":-2,"M":1,"C":3,"G":3,"O":3,"Q":3,"S":2,"T":7,"U":5,"V":-2,"W":-6,"X":2,"Y":-5,"a":4,"b":5,",":5,"f":3,"g":3,"i":3,"j":4,"h":3,"k":3,"l":3,"m":4,"n":4,"r":4,"p":4,".":7,"\"":-3,"'":-3,"s":1,":":-3,";":-3,"t":4,"v":8,"w":8,"x":3,"y":9,"z":6,"-":-8,")":9,"]":9,"}":9,"u":4,"c":3,"d":3,"e":3,"o":3,"q":3}},"T":{"d":"166,-9v1,2,1,9,-1,10v-18,-1,-93,-1,-108,0v-1,-2,-1,-9,0,-10v25,-4,39,0,39,-30v0,-28,2,-105,2,-165v-16,-5,-54,-10,-65,7v-4,7,-9,20,-14,34v-1,1,-10,-1,-11,-3v3,-15,6,-44,7,-59v44,3,152,11,202,-2v1,0,3,1,3,2v-4,13,-6,42,-8,61v-1,2,-10,1,-11,0v-3,-20,-2,-42,-20,-42r-51,0v-4,50,0,156,0,174v0,24,13,19,36,23","w":230,"k":{"A":29,"M":3,"C":14,"G":14,"O":14,"Q":14,"S":9,"T":1,"V":-11,"W":-14,"Y":-13,"a":39,",":37,"f":15,"g":38,"i":15,"j":10,"h":3,"k":3,"l":3,"m":35,"n":35,"r":35,"p":30,".":36,"\"":-11,"'":-11,"s":36,":":18,";":18,"t":19,"v":27,"w":27,"x":22,"y":23,"z":31,"-":27,")":2,"]":2,"}":2,"u":28,"c":40,"d":40,"e":40,"o":40,"q":40,"?":-6}},"U":{"d":"70,-190v1,93,-20,173,69,176v30,0,60,-9,63,-66v1,-27,0,-67,0,-104v0,-27,-13,-24,-34,-28v-1,-1,-1,-9,0,-10v10,1,69,1,82,0v1,1,1,9,0,10v-19,3,-28,5,-28,30v0,74,-2,100,-7,125v-11,49,-50,63,-88,63v-57,0,-81,-26,-86,-65v-3,-23,-3,-114,-3,-132v0,-17,-13,-20,-29,-21v-1,-1,-1,-9,0,-10v16,1,72,1,89,0v1,1,1,9,0,10v-18,3,-28,1,-28,22","w":253,"k":{"A":7,"S":2,"T":-8,"V":-3,"W":-4,"Y":-1,"a":12,"b":-3,",":18,"f":5,"g":10,"i":8,"j":6,"h":-3,"k":-3,"l":-3,"m":11,"n":11,"r":11,"p":8,".":21,"\"":-11,"'":-11,"s":11,":":3,";":3,"t":8,"v":5,"w":5,"x":10,"y":5,"z":12,"-":5,")":1,"]":1,"}":1,"u":8,"c":11,"d":11,"e":11,"o":11,"q":11}},"V":{"d":"-6,-212v-1,-1,-1,-9,1,-10v17,1,78,1,90,0v8,19,-30,6,-23,25v11,31,51,141,58,157v14,-19,47,-116,59,-148v10,-23,-12,-21,-28,-24v-3,-19,17,-9,44,-9v19,0,29,-1,38,-1v1,1,1,9,0,10v-25,3,-27,7,-39,34r-54,130v-9,22,-14,40,-18,51v-5,-1,-17,-1,-22,0v-17,-62,-45,-124,-66,-183v-11,-28,-15,-28,-40,-32","w":224,"k":{"A":24,"J":-3,"C":4,"G":4,"O":4,"Q":4,"T":-15,"V":-5,"W":-9,"Y":-6,"Z":-8,"a":32,"b":-18,",":37,"f":9,"g":31,"i":7,"j":5,"h":-16,"k":-16,"l":-16,"m":21,"n":21,"r":21,"p":20,".":37,"\"":-20,"'":-20,"s":29,":":13,";":13,"t":11,"v":13,"w":13,"x":15,"y":12,"z":21,"-":24,")":-3,"]":-3,"}":-3,"u":21,"!":-10,"c":32,"d":32,"e":32,"o":32,"q":32,"?":-18}},"W":{"d":"157,-163r-59,165v-3,0,-14,0,-18,1v-11,-44,-40,-153,-52,-188v-7,-24,-15,-23,-37,-27v-1,-1,-1,-10,1,-11v21,1,75,3,92,1v1,1,2,9,0,10v-14,4,-28,1,-24,18v7,30,24,107,41,144v15,-42,45,-126,55,-161v5,1,15,1,19,0v11,31,41,137,58,163v10,-30,32,-107,40,-137v6,-23,-9,-25,-29,-27v-2,-1,-1,-9,0,-10v16,1,72,1,83,0v1,1,1,9,0,10v-20,4,-27,5,-35,26v-15,42,-47,144,-60,188v-3,0,-16,1,-19,1v-8,-30,-43,-131,-56,-166","w":315,"k":{"A":18,"B":-1,"D":-1,"E":-1,"F":-1,"H":-1,"I":-1,"K":-1,"L":-1,"N":-1,"P":-1,"R":-1,"J":-8,"M":-2,"T":-18,"U":-1,"V":-8,"W":-12,"X":-4,"Y":-7,"Z":-11,"a":23,"b":-21,",":27,"f":2,"g":21,"i":1,"j":1,"h":-19,"k":-19,"l":-19,"m":17,"n":17,"r":17,"p":13,".":29,"\"":-26,"'":-26,"s":21,"t":6,"v":8,"w":7,"x":10,"y":8,"z":17,"-":12,")":-5,"]":-5,"}":-5,"u":14,"!":-14,"c":25,"d":25,"e":25,"o":25,"q":25,"?":-20}},"X":{"d":"206,-13v6,2,26,1,19,14v-10,-1,-84,-1,-96,0v-1,-1,-1,-9,0,-10v7,-2,26,-2,20,-13v-6,-12,-27,-49,-42,-72v0,-1,-3,-1,-3,0v-22,32,-40,60,-45,71v-5,10,13,12,23,14v1,1,0,9,-1,10r-83,0v-1,-1,-1,-9,0,-10v55,-5,69,-67,99,-99v-10,-27,-32,-55,-44,-77v-10,-19,-22,-24,-47,-27v-2,-1,-1,-9,0,-10r89,0v9,15,-19,7,-17,19v5,10,27,49,39,68v0,0,3,1,3,0v15,-23,32,-52,38,-64v8,-17,-32,-4,-22,-23v14,1,68,1,80,0v1,1,1,9,0,10v-45,0,-67,59,-89,92v21,31,49,97,79,107","w":221,"k":{"x":-5,"v":22,"b":-6,"X":-5,"?":-10,"!":-8,"A":-5,"B":-3,"D":-3,"E":-3,"F":-3,"H":-3,"I":-3,"K":-3,"L":-3,"N":-3,"P":-3,"R":-3,"J":-12,"M":-1,"C":10,"G":10,"O":10,"Q":10,"S":-5,"T":-1,"U":8,"V":2,"Z":-9,"a":-5,",":-13,"g":-2,"i":-2,"j":-5,"h":-4,"k":-4,"l":-4,"p":-3,".":-13,"\"":-14,"'":-14,"s":-6,":":-12,";":-12,"t":4,"w":21,"y":14,"z":-6,"-":7,")":-4,"]":-4,"}":-4,"u":4,"c":4,"d":4,"e":4,"o":4,"q":4}},"Y":{"d":"-6,-212v-1,-1,-1,-9,0,-10r85,0v10,16,-24,5,-15,22v10,20,37,75,45,88v16,-19,38,-66,47,-83v7,-14,-9,-16,-24,-17v-1,-2,-1,-9,1,-10r78,0v6,10,-7,12,-15,12v-32,15,-60,89,-76,111v-6,17,-1,39,-2,63v-1,28,12,24,34,27v1,1,0,9,-1,10v-17,-1,-87,-1,-102,0v-1,-1,-1,-9,0,-10v19,-3,39,-1,37,-23v-2,-21,2,-46,-2,-64v-8,-17,-29,-57,-44,-83v-18,-31,-16,-30,-46,-33","w":203,"k":{"A":20,"J":-6,"C":8,"G":8,"O":8,"Q":8,"S":2,"T":-13,"V":-6,"W":-9,"Y":-5,"Z":-10,"a":32,"b":-15,",":28,"f":8,"g":35,"i":5,"j":4,"h":-11,"k":-11,"l":-11,"m":27,"n":27,"r":27,"p":24,".":28,"\"":-21,"'":-21,"s":30,":":12,";":12,"t":15,"v":19,"w":19,"x":19,"y":18,"z":26,"-":21,"u":25,"!":-9,"c":35,"d":35,"e":35,"o":35,"q":35,"?":-16}},"Z":{"d":"207,-63v-1,10,-13,50,-19,61v-58,8,-124,-2,-173,3v-1,0,-1,-6,-1,-7v30,-39,118,-170,135,-200v-13,-7,-68,-1,-90,-1v-22,0,-28,25,-36,45v-1,1,-11,-2,-11,-3v3,-14,7,-39,9,-60v35,6,123,5,168,3v1,1,1,4,1,5v-16,29,-106,163,-130,199v7,11,61,1,90,4v29,-3,31,-24,47,-53v1,-1,9,2,10,4","w":213,"k":{"A":-11,"J":-6,"M":-1,"C":3,"G":3,"O":3,"Q":3,"T":8,"U":3,"W":-6,"X":-5,"Y":-2,"Z":2,"b":1,",":-3,"i":-1,"h":-1,"k":-1,"l":-1,":":-6,";":-6,"v":8,"w":7,"x":-7,"y":8,"z":1,"-":-14,")":2,"]":2,"}":2,"u":2,"!":-5,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"?":-8}},"[":{"d":"115,66v-16,-1,-59,3,-74,-3r2,-329r73,0v0,0,0,15,-3,15v-12,2,-49,-3,-54,4v-2,12,-1,281,0,289v2,16,38,6,59,9v1,1,0,15,-3,15","w":138,"k":{"A":5,"B":5,"D":5,"E":5,"F":5,"H":5,"I":5,"K":5,"L":5,"N":5,"P":5,"R":5,"J":-40,"C":11,"G":11,"O":11,"Q":11,"T":2,"U":1,"Z":1,"b":-6,"f":14,"i":9,"j":-12,"m":18,"n":18,"r":18,"c":19,"d":19,"e":19,"o":19,"q":19,"p":-6,"s":12,"t":9,"u":18,"v":12,"x":2,"M":3,"S":7,"z":10,"a":15,"h":-4,"k":-4,"l":-4}},"\\":{"d":"15,-238v2,-2,10,-13,16,-10v21,56,85,232,111,287v-4,5,-18,-4,-21,-6v-15,-27,-84,-217,-106,-271","w":157},"]":{"d":"98,64v-14,9,-48,0,-74,3v-1,0,-1,-16,2,-16v12,-2,50,4,54,-4v3,-37,3,-261,0,-289v-2,-16,-38,-3,-59,-7v-1,-2,-1,-16,2,-16v17,2,66,-5,75,2r0,327","w":138},"^":{"d":"37,-98v-4,4,-17,8,-20,3v8,-10,53,-102,60,-119v0,-1,12,-4,13,-4v10,27,57,106,61,121v-3,3,-18,7,-19,6v-10,-8,-41,-85,-51,-91v-9,18,-38,78,-44,84","w":168},"_":{"d":"203,66r0,18r-204,0r0,-18r204,0","w":199},"a":{"d":"14,-36v-3,-41,59,-24,76,-48v8,-30,-21,-55,-46,-41v-4,3,-11,14,-16,26v-1,1,-10,-4,-10,-7v0,-27,41,-40,55,-41v51,-3,47,67,43,115v-1,13,15,18,26,13v0,29,-50,32,-52,5v-36,27,-72,23,-76,-22xm67,-17v7,-1,24,-3,23,-14v0,-9,2,-33,-1,-38v-18,10,-47,6,-47,28v0,14,10,24,25,24","w":146,"k":{"A":-9,"C":3,"G":3,"O":3,"Q":3,"T":27,"U":4,"V":26,"W":19,"X":-6,"Y":26,"Z":-3,"a":2,"b":3,",":-4,"f":1,"g":4,"j":2,"m":2,"n":2,"r":2,"p":2,".":-2,"\"":16,"'":16,"t":5,"v":8,"w":8,"x":-8,"y":8,"z":4,"-":1,")":10,"]":10,"}":10,"u":4,"c":3,"d":3,"e":3,"o":3,"q":3}},"b":{"d":"76,4v-20,1,-29,-9,-49,-4v-6,-22,2,-178,-3,-211v1,-13,-13,-10,-25,-13v-1,-2,-2,-8,0,-9v18,-1,45,-7,57,-11v1,37,-5,82,0,115v17,-10,36,-18,48,-18v36,-3,57,35,57,64v0,52,-42,84,-85,87xm131,-67v0,-49,-37,-73,-73,-52v-10,7,-2,58,-3,78v-1,27,19,25,35,29v26,0,41,-25,41,-55","w":176,"k":{"A":3,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"J":2,"M":2,"T":26,"U":6,"V":29,"W":19,"X":4,"Y":33,"Z":3,"a":4,"b":1,",":14,"g":1,"i":-1,"h":1,"k":1,"l":1,".":15,"\"":10,"'":10,"v":3,"w":4,"x":3,"y":2,"z":3,"-":-3,")":21,"]":21,"}":21,"!":4,"?":4}},"c":{"d":"138,-37v6,28,-45,43,-57,41v-41,1,-66,-32,-66,-73v0,-56,82,-103,123,-63v-2,9,-8,21,-17,20v-8,-8,-22,-19,-40,-19v-27,0,-38,25,-38,49v0,55,56,85,95,45","w":145,"k":{"A":-9,"C":-3,"G":-3,"O":-3,"Q":-3,"T":17,"U":1,"V":12,"W":2,"X":-2,"Y":17,"b":2,"i":-2,"j":-5,"p":-3,".":2,"\"":-8,"'":-8,"s":-2,":":-1,";":-1,"v":-7,"w":-7,"x":-8,"y":-9,"-":1,")":7,"]":7,"}":7,"u":-1,"c":2,"d":2,"e":2,"o":2,"q":2,"?":-3}},"d":{"d":"151,-30v0,19,10,12,24,13v1,19,-39,19,-49,23v-7,-2,1,-20,-5,-24v-45,43,-106,16,-106,-49v0,-56,52,-83,109,-80v0,-42,0,-54,-1,-63v0,-15,-15,-11,-28,-15v-1,-2,-1,-9,1,-10v23,0,47,-5,58,-9v-3,37,-4,147,-3,214xm123,-107v1,-20,-20,-25,-37,-25v-27,0,-43,23,-42,54v0,39,21,59,48,59v13,-1,29,-3,31,-17v1,-9,0,-55,0,-71","w":178,"k":{"A":-3,"T":1,"U":2,"X":-3,"Z":-5,"a":1,"b":-3,",":-2,"f":-2,"g":2,"i":-1,"j":-1,"h":-4,"k":-4,"l":-4,".":-2,"\"":-5,"'":-5,"s":-3,":":-5,";":-5,"x":-7,"z":-1,"-":2,")":8,"]":8,"}":8,"?":-4}},"e":{"d":"44,-76v-10,44,56,79,93,41v5,26,-42,39,-57,39v-42,1,-66,-36,-65,-74v0,-48,29,-77,71,-77v35,0,47,31,50,51v1,2,8,7,3,12v-15,4,-65,7,-95,8xm75,-134v-16,0,-35,22,-30,44v14,-1,59,3,63,-5v-2,-18,-14,-39,-33,-39","w":151,"k":{"T":23,"U":4,"V":23,"W":13,"Y":27,"a":4,"b":3,",":5,"g":2,"h":1,"k":1,"l":1,"m":2,"n":2,"r":2,"p":1,".":6,"\"":4,"'":4,"s":1,"t":1,"v":3,"w":1,")":12,"]":12,"}":12,"u":1,"c":2,"d":2,"e":2,"o":2,"q":2}},"f":{"d":"83,-223v-29,0,-28,49,-24,81v24,0,34,-1,39,-1v-1,4,-3,14,-3,19v-12,2,-35,-6,-38,3v0,35,0,76,1,95v1,16,13,15,30,17v1,1,0,9,-1,10v-13,-1,-64,-1,-80,0v-8,-18,24,-6,22,-25v-2,-18,4,-70,-1,-101r-21,-1v0,-13,18,-11,23,-18v-5,-49,27,-100,73,-100v13,0,26,3,26,15v-3,5,-8,24,-16,21v-8,-7,-20,-15,-30,-15","w":94,"k":{"A":-5,"B":-38,"D":-38,"E":-38,"F":-38,"H":-38,"I":-38,"K":-38,"L":-38,"N":-38,"P":-38,"R":-38,"J":-43,"M":-33,"C":-16,"G":-16,"O":-16,"Q":-16,"S":-19,"T":-40,"U":-39,"V":-54,"W":-56,"X":-42,"Y":-54,"Z":-35,"b":-5,",":-4,"f":-5,"i":-6,"j":-5,"h":-5,"k":-5,"l":-5,"m":-3,"n":-3,"r":-3,"p":-7,".":2,"\"":-44,"'":-44,"s":-3,":":-9,";":-9,"t":-3,"v":-15,"w":-13,"x":-15,"y":-16,"z":-6,"-":-2,")":-31,"]":-31,"}":-31,"u":-6,"!":-28,"?":-32}},"g":{"d":"15,-90v0,-32,34,-56,65,-57v24,0,55,21,74,2v1,0,5,2,5,3v0,14,-14,26,-31,26v14,48,-26,79,-64,80v-3,0,-9,3,-9,9v18,29,99,-5,99,53v0,35,-44,70,-85,70v-31,0,-60,-19,-60,-46v0,-26,19,-23,37,-43v-16,-7,-26,-14,-22,-28v5,-4,24,-10,24,-18v-18,-6,-33,-22,-33,-51xm78,-51v19,0,26,-17,26,-38v0,-22,-9,-45,-36,-45v-16,0,-26,14,-26,36v0,23,11,47,36,47xm35,42v0,23,25,36,49,36v33,0,46,-18,46,-36v0,-29,-33,-31,-63,-31v-20,0,-32,20,-32,31","w":157,"k":{"A":-12,"B":-6,"D":-6,"E":-6,"F":-6,"H":-6,"I":-6,"K":-6,"L":-6,"N":-6,"P":-6,"R":-6,"J":-48,"M":-6,"C":-10,"G":-10,"O":-10,"Q":-10,"T":17,"V":8,"W":2,"X":-8,"Y":15,"Z":-5,"a":4,"b":3,",":-13,"f":-3,"i":-3,"j":-10,"p":-5,"\"":-11,"'":-11,":":-11,";":-11,"t":-5,"v":-9,"w":-8,"x":-12,"y":-10,"z":-2,"-":2,")":-7,"]":-7,"}":-7,"u":-4,"!":-3,"c":4,"d":4,"e":4,"o":4,"q":4,"?":-4}},"h":{"d":"88,-127v-11,0,-31,6,-33,19v6,43,-17,98,24,99v2,1,1,9,0,10v-6,-1,-65,-1,-73,0v-1,-1,-1,-9,0,-10v34,6,22,-52,22,-78v0,-87,0,-111,-1,-124v-1,-12,-13,-9,-24,-12v-2,-1,-1,-8,0,-9v22,-2,43,-7,54,-12r-2,118v40,-32,92,-30,95,36v2,31,-14,82,23,81v4,18,-17,7,-37,9v-19,-2,-39,9,-35,-9v15,-4,23,1,22,-22v-3,-41,14,-94,-35,-96","w":178,"k":{"C":3,"G":3,"O":3,"Q":3,"T":28,"U":8,"V":31,"W":22,"Y":29,"a":2,"g":3,"j":1,".":1,"\"":14,"'":14,"s":1,":":1,";":1,"t":2,"v":8,"w":5,"y":6,")":21,"]":21,"}":21,"u":2}},"i":{"d":"45,-212v20,0,15,23,6,31v-13,4,-25,-1,-25,-14v0,-12,9,-17,19,-17xm30,-112v2,-14,-25,-10,-19,-25v11,0,33,-5,47,-11r0,124v1,12,10,13,23,15v2,18,-16,7,-39,9v-19,-3,-40,10,-35,-9v39,1,18,-59,23,-103","w":85,"k":{"A":-3,"T":1,"U":2,"X":-3,"Z":-5,"a":1,"b":-3,",":-2,"f":-2,"g":2,"i":-1,"j":-1,"h":-4,"k":-4,"l":-4,".":-2,"\"":-5,"'":-5,"s":-3,":":-5,";":-5,"x":-7,"z":-1,"-":2,")":8,"]":8,"}":8,"?":-4}},"j":{"d":"47,-213v19,-2,14,22,6,30v-11,4,-27,3,-27,-12v0,-14,9,-17,21,-18xm60,-30v0,60,-26,105,-54,123v-4,-1,-11,-2,-10,-8v24,-17,35,-42,35,-90v0,-71,25,-117,-26,-122v-2,-2,0,-9,1,-10v17,-1,42,-5,55,-10v0,28,-1,95,-1,117","w":86,"k":{"J":-17,"U":2,"a":2,",":4,".":9,"\"":-4,"'":-4,":":-1,";":-1,"x":-2,"z":2,")":10,"]":10,"}":10,"c":1,"d":1,"e":1,"o":1,"q":1,"?":4}},"k":{"d":"104,-124v1,-8,-12,-7,-21,-8v-1,-2,0,-9,1,-10v30,0,54,-1,68,-3v1,1,1,8,0,10v-33,6,-47,31,-66,52v20,22,42,74,83,74v3,16,-18,10,-37,11v-32,-6,-40,-41,-65,-66v-2,-3,-5,-5,-12,-5v2,28,-11,62,24,60v4,18,-17,9,-37,9v-20,0,-30,1,-36,1v-1,-1,-2,-9,0,-10v35,3,22,-49,22,-84v0,-79,0,-110,-1,-119v0,-13,-12,-10,-24,-13v-1,-1,-1,-8,0,-9v21,-1,43,-5,54,-10r-2,167v19,-4,46,-38,49,-47","w":161,"k":{"S":-6,"T":14,"U":5,"V":13,"W":9,"Y":17,"Z":-15,"a":-4,"b":2,",":-10,"f":-3,"g":-1,"i":-3,"j":-4,"h":-2,"k":-2,"l":-2,"p":-1,".":-12,"\"":-2,"'":-2,"s":-7,":":-8,";":-8,"v":6,"w":5,"x":-7,"y":4,"z":-5,"-":10,")":9,"]":9,"}":9,"u":3,"c":3,"d":3,"e":3,"o":3,"q":3}},"l":{"d":"78,1v-19,-7,-83,12,-73,-10v12,-2,21,-3,22,-14v1,-13,0,-154,0,-184v0,-14,-9,-13,-24,-15v-1,-1,-1,-8,0,-9v18,-1,40,-7,53,-13r0,215v0,18,8,17,23,20v1,2,0,8,-1,10","w":83,"k":{"A":-3,"T":1,"U":2,"X":-3,"Z":-5,"a":1,"b":-3,",":-2,"f":-2,"g":2,"i":-1,"j":-1,"h":-4,"k":-4,"l":-4,".":-2,"\"":-5,"'":-5,"s":-3,":":-5,";":-5,"x":-7,"z":-1,"-":2,")":8,"]":8,"}":8,"?":-4}},"m":{"d":"91,-126v-9,0,-31,6,-34,19v0,23,1,68,1,85v0,11,10,11,21,13v1,1,0,9,-1,10v-14,-1,-58,-1,-70,0v-2,-1,-2,-9,0,-10v12,-2,23,-3,21,-17v-3,-29,17,-97,-19,-100v-1,-1,0,-7,1,-8v17,0,38,-15,46,-12v1,7,-2,20,2,22v37,-32,65,-28,88,1v40,-38,92,-33,96,34v2,30,-17,81,23,80v2,16,-15,9,-35,9v-18,0,-28,0,-37,1v-1,-1,-1,-9,0,-10v13,-4,22,-1,21,-21v-3,-46,12,-93,-34,-96v-9,0,-25,4,-32,16r2,89v2,11,11,9,21,12v1,1,0,9,-1,10v-17,-1,-53,-1,-70,0v-1,-1,-1,-9,0,-10v11,-3,22,1,21,-15v-3,-43,16,-101,-31,-102","w":271,"k":{"C":3,"G":3,"O":3,"Q":3,"T":28,"U":8,"V":31,"W":22,"Y":29,"a":2,"g":3,"j":1,".":1,"\"":14,"'":14,"s":1,":":1,";":1,"t":2,"v":8,"w":5,"y":6,")":21,"]":21,"}":21,"u":2}},"n":{"d":"91,-126v-13,2,-34,4,-34,24v0,26,1,61,1,78v0,15,10,12,22,15v2,17,-10,9,-36,9v-23,0,-39,10,-35,-9v37,1,16,-63,20,-103v-1,-5,-6,-9,-19,-14v-1,-2,1,-7,2,-8v14,-1,36,-9,45,-14v4,4,-3,20,2,24v41,-41,93,-25,93,38v0,32,-13,79,22,77v3,17,-11,9,-35,9v-17,0,-27,1,-36,1v-1,-1,-1,-9,0,-10v16,-3,21,-1,21,-18v-2,-45,12,-97,-33,-99","w":180,"k":{"C":3,"G":3,"O":3,"Q":3,"T":28,"U":8,"V":31,"W":22,"Y":29,"a":2,"g":3,"j":1,".":1,"\"":14,"'":14,"s":1,":":1,";":1,"t":2,"v":8,"w":5,"y":6,")":21,"]":21,"}":21,"u":2}},"o":{"d":"15,-73v0,-46,34,-74,79,-74v43,0,68,32,68,72v1,44,-29,79,-75,79v-53,0,-72,-40,-72,-77xm96,-10v26,0,35,-21,35,-53v0,-42,-19,-70,-50,-70v-25,0,-35,15,-35,51v0,42,21,72,50,72","w":177,"k":{"A":3,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"J":2,"M":2,"T":26,"U":6,"V":29,"W":19,"X":4,"Y":33,"Z":3,"a":4,"b":1,",":14,"g":1,"i":-1,"h":1,"k":1,"l":1,".":15,"\"":10,"'":10,"v":3,"w":4,"x":3,"y":2,"z":3,"-":-3,")":21,"]":21,"}":21,"!":4,"?":4}},"p":{"d":"162,-84v2,58,-55,93,-107,87v3,43,-14,74,34,73v3,9,-6,10,-16,10v-36,0,-57,3,-71,4v-1,-2,-1,-8,0,-10v13,-4,27,-3,25,-22v-1,-10,8,-170,-5,-179v-4,-2,-10,-3,-17,-4v-1,-2,0,-9,1,-10v14,0,40,-16,51,-14v0,5,-4,21,1,24v50,-46,102,-13,104,41xm132,-69v0,-49,-52,-78,-77,-38v-1,9,0,57,0,69v1,20,17,25,36,25v26,0,41,-24,41,-56","w":176,"k":{"A":3,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"J":2,"M":2,"T":26,"U":6,"V":29,"W":19,"X":4,"Y":33,"Z":3,"a":4,"b":1,",":14,"g":1,"i":-1,"h":1,"k":1,"l":1,".":15,"\"":10,"'":10,"v":3,"w":4,"x":3,"y":2,"z":3,"-":-3,")":21,"]":21,"}":21,"!":4,"?":4}},"q":{"d":"156,-140v-13,41,-5,154,-5,197v0,19,11,15,28,19v1,1,0,9,-1,10v-27,-1,-74,4,-85,4v-1,-1,-1,-9,0,-10v16,-4,28,0,28,-21v0,-23,3,-51,0,-72v-47,36,-107,10,-106,-55v0,-66,77,-93,141,-72xm122,-28v-7,-62,22,-104,-37,-103v-24,0,-41,18,-41,51v0,41,23,63,53,63v9,-1,23,-1,25,-11","w":176,"k":{"X":-3,"J":-44,"T":18,"U":3,"V":14,"W":8,"Y":21,",":-9,".":5,":":-10,";":-10,")":-9,"]":-9,"}":-9}},"r":{"d":"57,-118v12,-12,38,-43,59,-21v0,11,-7,24,-14,30v-17,-20,-42,-12,-45,16v5,46,-17,87,31,84v1,2,0,9,-2,10v-13,-1,-62,-1,-78,0v-1,-1,-1,-9,0,-10v39,2,16,-55,22,-102v-1,-5,-4,-9,-20,-15v0,-2,1,-7,2,-8v14,1,36,-14,45,-12r0,28","w":116,"k":{"C":-8,"G":-8,"O":-8,"Q":-8,"T":14,"V":8,"W":2,"X":6,"Y":11,"Z":3,"a":3,"b":-1,",":13,"f":-5,"g":3,"i":-4,"j":-10,"m":-2,"n":-2,"r":-2,"p":-6,".":17,"\"":-16,"'":-16,"s":-1,":":-2,";":-2,"t":-7,"v":-13,"w":-14,"x":-13,"y":-12,"z":-5,"-":4,")":5,"]":5,"}":5,"u":-7,"c":5,"d":5,"e":5,"o":5,"q":5}},"s":{"d":"107,-143v-3,11,-3,23,-4,38v-1,1,-9,1,-10,0v4,-36,-52,-43,-52,-11v0,12,6,22,34,33v63,25,39,86,-20,87v-13,0,-29,-3,-37,-7v-1,-11,-15,-45,4,-42v8,26,15,37,39,37v15,0,24,-8,24,-20v0,-13,-7,-19,-29,-30v-29,-14,-39,-28,-39,-47v0,-35,48,-51,90,-38","w":124,"k":{"B":2,"D":2,"E":2,"F":2,"H":2,"I":2,"K":2,"L":2,"N":2,"P":2,"R":2,"T":20,"U":3,"V":14,"W":8,"Y":23,"Z":1,"a":1,"b":1,"j":1,"m":1,"n":1,"r":1,".":2,"\"":2,"'":2,"s":1,"t":2,"v":-1,"w":-1,"x":-4,"y":-1,"z":2,"-":-4,")":12,"]":12,"}":12,"u":2,"c":1,"d":1,"e":1,"o":1,"q":1}},"t":{"d":"100,-12v-30,30,-84,18,-73,-42v-1,-23,4,-58,-1,-71r-20,-1v0,-2,2,-10,3,-12v6,-2,16,-2,19,-6r0,-31v9,-2,18,-18,29,-17v0,4,-5,32,0,50v17,0,39,-1,44,-2v-1,5,-3,15,-3,20v-9,1,-33,-4,-43,1v2,46,-15,131,46,100v1,1,0,10,-1,11","w":105,"k":{"A":-8,"T":5,"U":3,"V":9,"X":-4,"Y":12,"a":1,"b":4,",":-3,"g":3,"i":-2,"j":-2,"p":-3,"\"":-7,"'":-7,":":-5,";":-5,"t":5,"v":-5,"w":-6,"x":-10,"y":-5,"-":4,")":9,"]":9,"}":9,"c":5,"d":5,"e":5,"o":5,"q":5}},"u":{"d":"69,4v-87,-2,-3,-133,-65,-134v0,-2,0,-9,2,-10v14,0,42,-2,51,-5v-1,9,-3,28,-3,70v0,40,-1,57,32,57v13,0,30,-5,33,-19r0,-79v-1,-13,-15,-12,-30,-14v-1,-2,1,-9,2,-10v19,0,49,-3,57,-5v-2,31,0,78,-1,113v-1,18,10,12,23,13v0,2,-1,9,-2,10v-15,3,-42,19,-48,12v-1,-4,1,-21,-3,-21v-21,17,-37,22,-48,22","w":175,"k":{"A":-3,"T":25,"U":4,"V":19,"W":9,"X":-2,"Y":21,",":-3,"f":-2,"g":1,"p":-1,".":-2,"\"":7,"'":7,"x":-6,"y":-1,")":9,"]":9,"}":9}},"v":{"d":"-3,-133v-3,-18,15,-7,36,-9v19,2,40,-9,36,9v-7,2,-17,1,-17,8v6,14,27,85,34,87v8,-18,23,-58,28,-75v7,-20,-6,-17,-19,-20v-4,-18,14,-7,34,-9v18,2,34,-8,29,9v-13,3,-21,6,-27,19v-11,26,-35,82,-46,116v-4,0,-13,-1,-17,0v-9,-33,-29,-83,-39,-107v-10,-26,-11,-23,-32,-28","w":151,"k":{"A":12,"B":2,"D":2,"E":2,"F":2,"H":2,"I":2,"K":2,"L":2,"N":2,"P":2,"R":2,"M":1,"C":-7,"G":-7,"O":-7,"Q":-7,"S":-2,"T":17,"U":2,"V":3,"X":12,"Y":14,"Z":6,"a":1,"b":-4,",":22,"f":-10,"g":-1,"i":-9,"j":-13,"h":-5,"k":-5,"l":-5,"m":-5,"n":-5,"r":-5,"p":-11,".":22,"\"":-21,"'":-21,"s":-3,":":-8,";":-8,"t":-9,"v":-6,"w":-5,"x":-6,"y":-5,"z":-8,"-":4,")":6,"]":6,"}":6,"u":-7,"!":-5,"c":2,"d":2,"e":2,"o":2,"q":2,"?":-6}},"w":{"d":"-3,-133v-3,-18,13,-7,36,-9v17,3,43,-10,38,9v-8,2,-20,1,-18,10v3,14,20,72,25,85v11,-22,29,-73,36,-96v4,1,13,0,17,-1v7,24,30,88,35,98v8,-13,24,-67,28,-81v3,-13,-10,-13,-23,-15v-3,-17,16,-9,34,-9v15,0,24,-1,31,-1v1,2,1,8,0,10v-14,3,-22,6,-26,19r-42,116v-4,-1,-14,-1,-18,0v-8,-22,-27,-88,-36,-95v-7,20,-27,69,-36,95v-4,-1,-14,-1,-18,0v-8,-29,-26,-89,-34,-111v-7,-20,-10,-22,-29,-24","w":230,"k":{"A":12,"B":2,"D":2,"E":2,"F":2,"H":2,"I":2,"K":2,"L":2,"N":2,"P":2,"R":2,"M":1,"C":-7,"G":-7,"O":-7,"Q":-7,"S":-2,"T":17,"U":2,"V":3,"X":12,"Y":14,"Z":6,"a":1,"b":-4,",":22,"f":-10,"g":-1,"i":-9,"j":-13,"h":-5,"k":-5,"l":-5,"m":-5,"n":-5,"r":-5,"p":-11,".":22,"\"":-21,"'":-21,"s":-3,":":-8,";":-8,"t":-9,"v":-6,"w":-5,"x":-6,"y":-5,"z":-8,"-":4,")":6,"]":6,"}":6,"u":-7,"!":-5,"c":2,"d":2,"e":2,"o":2,"q":2,"?":-6}},"x":{"d":"59,-67v-16,-30,-22,-63,-59,-66v0,-2,0,-9,1,-10v11,1,57,1,68,0v1,1,2,8,1,10v-6,2,-14,0,-12,7v6,8,12,30,22,36v10,-19,26,-28,17,-41v-3,-1,-6,-1,-12,-2v-1,-2,-1,-9,0,-10v12,1,49,1,59,0v1,1,2,8,1,10v-33,3,-44,35,-58,56v17,26,28,70,64,68v3,18,-20,7,-38,9v-23,-3,-40,10,-37,-9v8,-1,16,-3,13,-9v-6,-9,-13,-30,-23,-37v-13,25,-28,28,-20,43v3,1,8,2,14,3v3,17,-17,9,-35,9v-18,0,-33,8,-30,-9v39,-1,46,-42,64,-58","w":143,"k":{"x":-13,"v":-4,"b":-3,"X":-5,"A":-5,"B":-1,"D":-1,"E":-1,"F":-1,"H":-1,"I":-1,"K":-1,"L":-1,"N":-1,"P":-1,"R":-1,"C":-2,"G":-2,"O":-2,"Q":-2,"S":-5,"T":19,"U":3,"V":8,"W":3,"Y":14,"Z":-15,"a":-5,",":-12,"f":-9,"g":-1,"i":-9,"j":-11,"h":-6,"k":-6,"l":-6,"m":-5,"n":-5,"r":-5,"p":-8,".":-10,"\"":-13,"'":-13,"s":-9,":":-13,";":-13,"t":-6,"w":-3,"y":-5,"z":-10,"-":4,")":4,"]":4,"}":4,"u":-4}},"y":{"d":"-3,-133v-4,-18,16,-7,36,-9v20,3,42,-10,38,9v-7,2,-18,1,-17,9r34,87v11,-24,26,-65,30,-83v2,-10,-12,-11,-22,-13v-4,-17,13,-9,32,-9v13,0,24,-1,34,-1v1,1,1,8,0,10v-14,3,-22,5,-27,19v-29,76,-61,141,-96,203v-8,2,-21,-5,-22,-14v12,-15,40,-51,53,-79r-37,-94v-13,-29,-12,-32,-36,-35","w":155,"k":{"A":10,"B":2,"D":2,"E":2,"F":2,"H":2,"I":2,"K":2,"L":2,"N":2,"P":2,"R":2,"M":2,"C":-7,"G":-7,"O":-7,"Q":-7,"S":-2,"T":13,"U":2,"V":4,"X":10,"Y":13,"Z":5,"b":-4,",":23,"f":-9,"i":-9,"j":-11,"h":-5,"k":-5,"l":-5,"m":-6,"n":-6,"r":-6,"p":-9,".":26,"\"":-21,"'":-21,"t":-10,"v":-6,"w":-5,"x":-6,"y":-5,"z":-8,"-":4,")":8,"]":8,"}":8,"u":-6,"!":-6,"c":3,"d":3,"e":3,"o":3,"q":3,"?":-5}},"z":{"d":"88,-130v-42,4,-54,-14,-69,33v-1,0,-8,0,-10,-3v4,-15,7,-34,8,-46v25,8,76,3,106,3v1,0,1,5,1,6v-12,24,-54,90,-72,120v2,9,39,3,47,5v5,0,15,-9,26,-33v1,-1,10,-3,11,-1v-7,19,-7,44,-23,48v-24,0,-85,-2,-99,-2v-1,-1,-1,-5,-1,-6v19,-29,59,-91,75,-122v1,-1,0,-2,0,-2","w":139,"k":{"A":-8,"T":21,"U":4,"V":14,"W":8,"X":-4,"Y":23,"b":5,",":-2,"f":-2,"g":3,"i":-2,"j":-1,"h":-2,"k":-2,"l":-2,"p":1,".":-3,"\"":-2,"'":-2,"s":-3,":":-4,";":-4,"v":-3,"x":-6,"y":-3,"z":1,"-":-5,")":5,"]":5,"}":5,"u":1,"c":3,"d":3,"e":3,"o":3,"q":3}},"{":{"d":"21,-105v55,1,34,-47,34,-88v0,-48,25,-71,72,-75v1,1,3,10,2,11v-65,7,-46,55,-46,109v0,15,-2,39,-38,48r0,2v65,10,36,64,36,108v0,33,27,43,51,46v1,1,0,10,-2,11v-52,1,-80,-30,-70,-93v6,-39,10,-60,-42,-67v-1,-2,1,-11,3,-12","w":152,"k":{"A":5,"B":5,"D":5,"E":5,"F":5,"H":5,"I":5,"K":5,"L":5,"N":5,"P":5,"R":5,"J":-40,"C":11,"G":11,"O":11,"Q":11,"T":2,"U":1,"Z":1,"b":-6,"f":14,"i":9,"j":-12,"m":18,"n":18,"r":18,"c":19,"d":19,"e":19,"o":19,"q":19,"p":-6,"s":12,"t":9,"u":18,"v":12,"x":2,"M":3,"S":7,"z":10,"a":15,"h":-4,"k":-4,"l":-4}},"|":{"d":"40,-256r24,0r0,368r-24,0r0,-368","w":104},"}":{"d":"132,-93v-55,0,-34,47,-34,87v0,49,-25,71,-73,75v-1,-1,-3,-10,-2,-11v66,-7,46,-54,46,-108v0,-15,4,-38,39,-48v0,0,1,-2,0,-2v-67,-9,-36,-65,-36,-110v0,-33,-28,-43,-52,-46v-1,-1,2,-9,3,-10v52,-2,81,29,70,92v-7,39,-8,64,42,70v1,2,-1,10,-3,11","w":154},"~":{"d":"16,-64v2,-27,37,-40,56,-44v37,3,73,43,105,-3v0,0,3,0,4,1v-1,26,-27,40,-55,44v-15,2,-44,-22,-65,-20v-16,-2,-38,25,-45,22","w":196},"'":{"d":"39,-238v5,1,4,6,5,14v-4,35,2,69,-21,76v0,-29,-3,-68,-6,-77v1,-2,18,-13,22,-13","w":60,"k":{"A":31,"B":-4,"D":-4,"E":-4,"F":-4,"H":-4,"I":-4,"K":-4,"L":-4,"N":-4,"P":-4,"R":-4,"J":-8,"C":4,"G":4,"O":4,"Q":4,"T":-13,"U":-6,"V":-17,"W":-25,"X":-11,"Y":-21,"Z":-8,"b":-17,"i":-2,"j":-6,"m":6,"n":6,"r":6,"c":13,"d":13,"e":13,"o":13,"q":13,"s":15,"t":-5,"v":-10,"x":-7,"y":-13,"M":-4,"S":3,"g":12,".":12,"z":1,"a":14,"h":-16,"k":-16,"l":-16,"w":-9}},"`":{"d":"62,-221v4,8,17,42,22,56v-1,2,-8,5,-9,5v-7,-13,-40,-44,-39,-58v3,-1,22,-4,26,-3","w":144},"\u00a0":{"w":68}}});
Cufon.registerFont({"w":205,"face":{"font-family":"Trajan","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 2 5 2 5 5 6 2 3 1","ascent":"270","descent":"-90","x-height":"5","cap-height":"1","bbox":"-25 -347 546 91","underline-thickness":"18","underline-position":"-18","stemh":"13","stemv":"29","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":117},"!":{"d":"39,-245v5,-14,19,-26,34,-31v6,6,-2,20,-4,51v-1,15,-3,159,-12,170v-4,0,-5,-5,-6,-19r-5,-96v0,-8,-4,-62,-7,-75xm58,6v-25,-1,-24,-35,0,-37v10,0,18,8,18,18v0,11,-7,19,-18,19","w":115},"\"":{"d":"36,-187v-6,-18,-13,-85,-15,-80v0,-5,6,-5,15,-5v9,0,15,0,15,5xm81,-187v-6,-18,-13,-85,-15,-80v0,-5,6,-5,15,-5v9,0,15,0,15,5","w":117},"#":{"d":"194,-166r-43,0r-9,59r41,0r0,21r-44,0r-13,86r-13,0r14,-86r-59,0r-14,86r-12,0r13,-86r-43,0r0,-21r47,0r9,-59r-45,0r0,-20r48,0r11,-85r13,0r-11,85r57,0r12,-85r12,0r-11,85r40,0r0,20xm138,-166r-57,0r-9,59r58,0"},"$":{"d":"126,-273v21,2,39,-1,43,10v-1,10,3,43,-4,46v-7,-8,-1,-24,-13,-34v-6,-5,-18,-10,-27,-10r-11,107v34,22,63,42,63,82v0,54,-51,72,-76,72v-3,12,3,33,-13,34v-7,-6,1,-24,0,-34v-11,-1,-58,-2,-57,-22v2,-26,1,-41,8,-49v5,11,-1,31,11,41v9,11,25,16,39,16r11,-115v-40,-28,-61,-47,-61,-79v0,-44,43,-65,74,-65v2,-13,-1,-40,16,-33xm103,-163r9,-98v-13,0,-49,7,-49,43v0,22,14,37,40,55xm112,-121r-10,107v31,-1,49,-21,49,-50v0,-24,-15,-41,-39,-57"},"%":{"d":"233,0v-84,-3,-79,-130,2,-132v83,3,79,130,-2,132xm234,-10v28,0,39,-25,39,-54v0,-28,-13,-58,-39,-58v-27,0,-39,25,-39,54v0,28,13,58,39,58xm112,-3v-3,8,-14,4,-21,7v-4,1,-5,-2,-4,-4v36,-81,111,-256,114,-264v-23,1,-79,6,-85,6v40,29,29,122,-38,120v-85,-4,-78,-132,4,-132v64,0,128,-10,139,-7xm79,-148v28,0,38,-24,38,-53v0,-28,-13,-59,-39,-59v-27,0,-38,25,-38,54v0,28,13,58,39,58","w":313},"&":{"d":"214,-54v40,34,54,40,98,53v-53,4,-67,10,-117,-32v-8,8,-37,39,-90,39v-118,0,-101,-134,-32,-166v-40,-52,-12,-116,60,-116v22,0,44,2,48,18v-1,15,2,43,-6,47v-3,-25,-17,-54,-49,-53v-22,0,-46,13,-46,47v0,47,89,122,125,157v10,-14,18,-38,18,-60v0,-16,-17,-23,-29,-26v9,-3,48,-6,56,7v0,29,-20,66,-36,85xm186,-40v-46,-40,-74,-66,-108,-111v-57,29,-30,138,40,138v33,0,56,-14,68,-27","w":279},"(":{"d":"103,-265v-18,23,-54,72,-54,150v0,77,23,119,54,157v0,1,-2,3,-3,3v-32,-22,-78,-77,-78,-155v0,-80,51,-142,79,-158v1,0,2,2,2,3","w":129,"k":{"v":-8,"w":-3,"y":-12,"\u00fd":-12,"\u00ff":-12}},")":{"d":"26,42v20,-22,53,-72,54,-150v1,-77,-24,-118,-53,-157v0,-1,1,-3,2,-3v32,22,78,76,78,154v0,81,-51,141,-78,159v-1,0,-3,-2,-3,-3","w":129},"*":{"d":"59,-239v0,-10,-8,-33,-10,-41v0,-3,24,-18,26,-7v3,9,-12,37,-8,48v20,-6,30,-16,37,-22v2,0,17,24,6,26v-1,1,-35,0,-44,2v4,13,28,26,35,31v0,6,-14,18,-19,18v-11,-5,-14,-39,-23,-43v-3,7,-15,27,-16,38v-5,5,-29,0,-27,-3v1,-13,42,-31,38,-42v-11,-2,-32,-3,-38,-1v-2,0,-8,-26,-1,-27v14,-1,36,23,44,23","w":126},"+":{"d":"168,-87r-66,0r0,67r-19,0r0,-67r-68,0r0,-19r67,0r0,-67r19,0r0,67r67,0r0,19","w":183},",":{"d":"31,34v-5,-9,13,-25,9,-33v0,-17,-12,-22,-12,-26v0,-10,13,-19,22,-19v26,18,3,59,-19,78","w":90},"-":{"d":"128,-108v-18,14,-93,11,-113,25v-3,-6,-2,-30,11,-29v33,2,77,-5,102,4","w":140},".":{"d":"45,0v-27,-1,-27,-38,0,-40v11,0,20,7,20,19v0,12,-8,21,-20,21","w":90},"\/":{"d":"24,4v-4,3,-20,-3,-15,-12r166,-266v5,-4,16,4,16,9","w":198},"0":{"d":"15,-127v0,-85,32,-149,90,-149v66,0,85,86,85,133v0,83,-31,149,-90,149v-56,0,-85,-69,-85,-133xm98,-263v-73,3,-73,257,9,256v77,-3,69,-260,-9,-256"},"1":{"d":"40,-222v24,-20,52,-38,81,-54v11,24,-6,197,3,250v-4,23,28,18,42,25v-53,3,-63,2,-120,0v9,-9,47,3,47,-25r1,-200v-3,-33,-42,17,-54,4"},"2":{"d":"186,-63v2,16,1,63,-32,63r-136,0v-9,-1,-4,-10,1,-14v72,-64,126,-114,126,-183v0,-51,-34,-66,-58,-66v-35,0,-50,25,-54,54v-7,-4,-3,-33,-5,-49v10,-15,35,-18,67,-18v54,0,81,35,81,73v0,75,-80,141,-125,179v-2,1,-1,2,1,2v51,-2,126,10,130,-36v1,-4,2,-5,4,-5"},"3":{"d":"74,6v-20,0,-50,-2,-50,-19v0,-21,-1,-42,6,-50v7,28,14,54,56,54v36,0,65,-21,65,-64v0,-48,-43,-65,-66,-70v-7,-1,-10,-2,-10,-5v23,-9,64,-18,66,-67v0,-15,-10,-48,-52,-48v-31,0,-43,21,-48,47v-5,-8,-4,-32,-5,-40v7,-17,32,-20,63,-20v59,0,71,36,71,54v0,37,-38,59,-48,66v23,5,59,28,59,70v0,50,-43,92,-107,92"},"4":{"d":"150,-81v0,30,-10,84,32,77v2,0,3,2,3,3v-41,3,-55,2,-99,0v8,-6,40,-1,36,-25v1,-16,0,-43,0,-55r-109,0v-10,1,-9,-8,-5,-12v2,-3,119,-161,131,-177v3,-6,11,-10,11,0r0,170v12,0,38,0,42,-4v5,5,-1,24,-9,23r-33,0xm122,-100r0,-128v-5,9,-85,119,-92,128r92,0"},"5":{"d":"28,-10v0,-14,-3,-43,4,-52v2,0,3,2,3,6v0,39,24,46,50,46v30,0,63,-20,63,-70v0,-58,-63,-86,-91,-87v-7,0,-10,-3,-10,-7r8,-91v0,-4,3,-5,7,-5v37,-2,79,2,113,-3v7,3,2,31,-5,53v-5,-14,-1,-28,-34,-27r-68,0r-5,55v46,7,113,35,113,99v0,46,-35,99,-108,99v-14,0,-40,-2,-40,-16"},"6":{"d":"18,-98v1,-72,56,-153,132,-178v6,3,2,8,-4,10v-46,26,-97,83,-97,168v0,42,19,90,60,90v29,0,52,-22,52,-62v0,-65,-39,-88,-86,-70v-4,-13,21,-19,43,-19v50,0,72,41,72,73v0,55,-34,92,-88,92v-50,0,-84,-38,-84,-104"},"7":{"d":"171,-247v-54,3,-131,-16,-136,36v0,3,-1,5,-3,5v-4,-14,1,-63,7,-68v32,7,107,3,150,4v5,0,7,2,7,4v-28,55,-96,186,-96,250v0,6,-33,29,-39,19v13,-67,53,-144,110,-250"},"8":{"d":"19,-64v0,-40,31,-67,64,-80v-66,-29,-73,-132,26,-132v37,0,66,20,66,55v0,38,-31,59,-51,69v24,12,62,35,62,79v0,42,-34,79,-85,79v-45,0,-82,-26,-82,-70xm104,-8v33,0,55,-25,55,-57v0,-39,-32,-56,-64,-73v-27,13,-48,35,-48,71v0,32,24,59,57,59xm105,-264v-32,0,-47,25,-47,45v0,30,24,46,54,62v14,-8,38,-23,38,-60v0,-27,-17,-47,-45,-47"},"9":{"d":"133,-145v5,16,-31,22,-43,22v-51,0,-72,-39,-72,-69v0,-50,36,-84,86,-84v51,0,82,43,82,98v0,104,-79,165,-130,187v-4,-1,-4,-8,1,-9v42,-23,97,-83,97,-168v0,-63,-27,-95,-59,-95v-32,0,-49,27,-49,55v0,78,52,81,87,63"},":":{"d":"45,-11v-27,-1,-27,-38,0,-39v11,0,20,6,20,18v0,12,-8,21,-20,21xm45,-132v-27,-1,-27,-38,0,-40v11,0,20,7,20,19v0,12,-8,21,-20,21","w":90},";":{"d":"33,34v-5,-9,13,-25,9,-33v0,-17,-12,-22,-12,-26v0,-10,13,-19,22,-19v24,20,3,60,-19,78xm45,-132v-27,-1,-27,-38,0,-40v11,0,20,7,20,19v0,12,-8,21,-20,21","w":90},"<":{"d":"9,-85r0,-19r153,-71r0,19r-133,61r133,62r0,19","w":183},"=":{"d":"168,-118r-153,0r0,-19r153,0r0,19xm168,-55r-153,0r0,-18r153,0r0,18","w":183},">":{"d":"168,-85r-153,71r0,-19r134,-62r-134,-61r0,-19r153,71r0,19","w":183},"?":{"d":"58,-94v12,-38,72,-82,64,-123v0,-18,-9,-47,-42,-47v-38,0,-45,27,-50,54v-8,-5,-3,-28,-5,-46v9,-15,33,-20,64,-20v48,0,65,30,65,56v0,47,-60,85,-77,132v-3,8,16,23,7,28v-8,-2,-29,-25,-26,-34xm81,6v-25,-1,-24,-35,0,-37v10,0,18,8,18,18v0,11,-7,19,-18,19","w":175},"@":{"d":"209,-35v-26,0,-28,-25,-28,-55v-24,36,-51,54,-66,54v-10,0,-19,-16,-19,-35v0,-51,33,-77,43,-85v22,-17,44,-25,67,-16v3,-4,13,-14,20,-16v9,5,-7,14,-10,33v-5,30,-28,105,13,105v29,0,57,-35,57,-90v0,-52,-35,-94,-103,-94v-84,0,-135,66,-135,152v0,68,43,108,103,108v48,0,71,-14,95,-33v6,-5,8,-5,9,-3v-15,27,-59,49,-112,49v-64,0,-119,-37,-119,-118v0,-87,75,-164,162,-164v154,0,145,208,23,208xm196,-157v-44,-29,-76,34,-74,78v0,9,3,22,9,22v13,0,39,-30,52,-51v4,-21,6,-29,13,-49","w":326},"A":{"d":"34,-39r82,-223v8,-20,8,-20,16,-1v6,14,61,162,84,217v18,43,21,37,49,44v-8,7,-50,3,-75,0v2,-5,8,-3,5,-12v-13,-29,-21,-65,-37,-91v-26,2,-60,-4,-81,3v-9,28,-22,57,-27,88v-2,13,31,8,16,15v-24,-2,-58,4,-76,-3v22,-3,35,-12,44,-37xm85,-118r68,0v2,0,2,-2,2,-3r-34,-97v-2,-5,-4,-5,-6,0v-9,33,-26,69,-30,100","w":252,"k":{"m":-8,"s":-3,"t":23,"v":26,"w":15,"x":-3,"y":17,"\u00fd":17,"\u00ff":17,"M":-9,"S":-4,"T":25,"V":29,"W":16,"X":-4,"Y":18,"\u00dd":18}},"B":{"d":"62,-25v4,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v30,-8,48,-3,85,-3v101,0,79,82,39,119v27,8,62,34,62,76v0,60,-69,76,-154,76v-9,0,-33,4,-24,-4v15,1,20,-6,21,-21xm163,-199v4,-38,-33,-78,-70,-56v2,32,-3,71,2,100v2,0,9,2,22,2v36,3,43,-18,46,-46xm188,-60v0,-39,-35,-95,-93,-84v-5,24,2,68,-2,101v-4,32,25,34,44,34v19,0,51,-10,51,-51","w":247,"k":{"v":14,"w":6,"y":12,"\u00fd":12,"\u00ff":12,"V":13,"W":5,"Y":11,"\u00dd":11,"a":2,"\u00e6":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"b":6,"d":6,"e":6,"f":6,"h":6,"i":6,"k":6,"l":6,"n":6,"p":6,"r":6,"\u00fe":6,"\u00f0":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"\u00ed":6,"\u00ee":6,"\u00ef":6,"\u00ec":6,"\u00f1":6,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"B":5,"D":5,"E":5,"F":5,"H":5,"I":5,"K":5,"L":5,"N":5,"P":5,"R":5,"\u00d0":5,"\u00de":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"\u00d1":5}},"C":{"d":"171,-262v-94,0,-116,49,-116,120v0,69,53,132,130,132v41,0,73,-16,76,-49v1,-6,7,-7,6,0v-1,7,-1,55,-17,57v-14,6,-42,8,-65,8v-141,0,-212,-137,-122,-244v33,-39,133,-44,199,-28v13,2,-3,50,2,61v0,5,-1,7,-3,7v-3,0,-3,-2,-3,-7v-2,-44,-36,-57,-87,-57","w":289,"k":{"t":2,"y":-6,"\u00fd":-6,"\u00ff":-6,"T":2,"Y":-5,"\u00dd":-5,"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"C":4,"\u00c7":4,"O":4,"\u00d8":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4,"Q":4}},"D":{"d":"159,4v-39,0,-87,2,-121,-6v10,-4,24,-2,24,-23v0,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v37,-7,45,-3,95,-3v36,0,101,-3,144,41v18,19,35,48,35,91v0,45,-19,81,-39,102v-15,16,-48,41,-109,41xm122,-259v-12,0,-27,-2,-27,10r0,199v2,41,5,40,65,42v68,2,117,-46,115,-119v-2,-98,-75,-135,-153,-132","w":330,"k":{"m":2,"M":2,"a":4,"\u00e6":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"b":4,"d":4,"e":4,"f":4,"h":4,"i":4,"k":4,"l":4,"n":4,"p":4,"r":4,"\u00fe":4,"\u00f0":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00ed":4,"\u00ee":4,"\u00ef":4,"\u00ec":4,"\u00f1":4,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"\u00d0":4,"\u00de":4,"\u00c9":4,"\u00ca":4,"\u00cb":4,"\u00c8":4,"\u00cd":4,"\u00ce":4,"\u00cf":4,"\u00cc":4,"\u00d1":4,"j":4,"J":4}},"E":{"d":"190,-48v3,15,7,54,-22,50v-42,-6,-93,4,-130,-4v10,-4,24,-2,24,-23v0,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v36,-10,107,7,149,-6v3,6,-1,39,-6,48v-2,0,-2,-2,-2,-5v7,-32,-51,-25,-78,-26v-4,29,-3,77,0,107v18,-2,75,6,80,-11v3,5,-1,44,-5,53v-2,0,-3,-1,-3,-3v10,-33,-49,-25,-71,-27v-8,20,-3,63,-3,96v0,25,7,30,42,30v31,0,50,-9,54,-36","w":219,"k":{"v":-10,"w":-12,"x":-14,"y":-10,"\u00fd":-10,"\u00ff":-10,"V":-9,"W":-11,"X":-13,"Y":-9,"\u00dd":-9}},"F":{"d":"172,-110v7,-34,-49,-26,-75,-27v-8,20,-1,93,-1,112v0,20,19,20,33,23v-33,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v38,-10,113,6,156,-6v3,6,-1,39,-6,48v-6,-13,-5,-30,-30,-30r-55,-1v-2,0,-4,1,-4,4r0,100v20,6,73,8,86,-8v1,16,-2,41,-5,54v-2,0,-3,-1,-3,-3","w":213,"k":{"y":-8,"\u00fd":-8,"\u00ff":-8,"Y":-7,"\u00dd":-7,"a":12,"\u00e6":12,"\u00e1":12,"\u00e2":12,"\u00e4":12,"\u00e0":12,"\u00e5":12,"\u00e3":12,"A":11,"\u00c6":11,"\u00c1":11,"\u00c2":11,"\u00c4":11,"\u00c0":11,"\u00c5":11,"\u00c3":11,",":36,".":36}},"G":{"d":"187,-9v18,0,48,-1,48,-21v0,-37,16,-107,-28,-99v-1,0,-3,-1,-3,-2v29,-8,46,1,81,-3v6,-1,8,4,3,5v-44,-1,-10,81,-27,119v-74,25,-124,30,-195,-22v-24,-17,-43,-58,-43,-103v-2,-96,73,-144,156,-141v43,2,60,5,88,13v0,5,-2,15,-2,51v0,11,-6,10,-6,2v0,-39,-33,-50,-92,-53v-58,-3,-118,41,-113,115v6,98,60,139,133,139","w":310},"H":{"d":"282,-244r1,219v-3,20,19,19,33,23v-33,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v1,-19,6,-88,0,-118r-155,2r2,116v-3,20,19,20,33,23v-33,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v29,-8,46,1,81,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22v1,28,-4,63,1,87r155,-2r0,-85v2,-19,-16,-20,-31,-24v30,-8,46,1,82,-3v6,-1,6,4,3,5v-15,0,-23,5,-23,22","w":345,"k":{"c":6,"g":6,"o":6,"q":6,"\u00f8":6,"\u00e7":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"C":5,"\u00c7":5,"O":9,"\u00d8":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"Q":9,"G":5}},"I":{"d":"95,-244r1,219v-3,20,19,20,33,23v-33,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-20,-12,-21,-26,-24v25,-8,44,1,77,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22","w":158,"k":{"c":6,"g":6,"o":6,"q":6,"\u00f8":6,"\u00e7":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"C":5,"\u00c7":5,"O":9,"\u00d8":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"Q":9,"G":5}},"J":{"d":"12,89v38,-36,52,-40,52,-152r-1,-181v2,-19,-15,-20,-30,-24v29,-8,46,1,81,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22v0,18,-1,125,-1,164v0,113,-14,129,-80,171v-1,0,-2,-1,-2,-2","w":149,"k":{"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"O":4,"\u00d8":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4}},"K":{"d":"198,-258v1,-6,-6,-8,-8,-11v15,-3,47,-2,71,0v-53,12,-103,85,-141,118v29,28,115,127,152,142v12,6,21,3,27,7v-31,9,-77,2,-95,-20v-18,-12,-90,-99,-111,-117r2,114v-2,19,17,20,31,23v-31,8,-47,-1,-82,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v29,-8,46,1,80,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22r0,99v15,-19,91,-84,104,-113","w":270,"k":{"s":-2,"S":-2,"a":2,"\u00e6":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"c":-1,"g":-1,"o":-1,"q":-1,"\u00f8":-1,"\u00e7":-1,"\u00f3":-1,"\u00f4":-1,"\u00f6":-1,"\u00f2":-1,"\u00f5":-1,"C":-1,"\u00c7":-1,"O":-1,"\u00d8":-1,"\u00d3":-1,"\u00d4":-1,"\u00d6":-1,"\u00d2":-1,"\u00d5":-1,"Q":-1,"G":-1}},"L":{"d":"202,-49v1,15,7,55,-26,51v-45,-5,-99,4,-138,-4v10,-4,24,-2,24,-23v0,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v30,-8,48,1,85,-3v6,-1,8,4,3,5v-16,0,-26,4,-26,22v0,9,-1,107,-1,141v0,84,-17,88,51,91v30,1,51,-8,53,-32v0,-3,2,-5,4,-5","w":213,"k":{"m":2,"t":24,"v":18,"w":10,"y":14,"\u00fd":14,"\u00ff":14,"M":2,"T":22,"V":16,"W":9,"Y":13,"\u00dd":13,"a":-4,"\u00e6":-4,"\u00e1":-4,"\u00e2":-4,"\u00e4":-4,"\u00e0":-4,"\u00e5":-4,"\u00e3":-4,"A":-4,"\u00c6":-4,"\u00c1":-4,"\u00c2":-4,"\u00c4":-4,"\u00c0":-4,"\u00c5":-4,"\u00c3":-4,"c":9,"g":9,"o":9,"q":9,"\u00f8":9,"\u00e7":9,"\u00f3":9,"\u00f4":9,"\u00f6":9,"\u00f2":9,"\u00f5":9,"C":9,"\u00c7":9,"O":9,"\u00d8":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"G":9,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"U":2,"\u00da":2,"\u00db":2,"\u00dc":2,"\u00d9":2}},"M":{"d":"69,-35v-7,23,9,31,25,33v-23,8,-40,-1,-70,3v-7,1,-8,-5,-2,-5v19,2,23,-13,25,-31r26,-235v1,-8,6,-8,9,-1r110,227r106,-226v1,-3,2,-6,5,-6v3,0,4,3,5,10r24,221v1,13,4,33,19,38v12,5,22,0,27,5v-12,6,-66,4,-78,-3v3,-3,6,-6,4,-15r-17,-186r-2,0r-88,187v-14,26,-11,27,-23,3r-89,-186r-2,0","w":378,"k":{"t":8,"w":6,"y":5,"\u00fd":5,"\u00ff":5,"T":7,"W":5,"Y":4,"\u00dd":4,"a":-8,"\u00e6":-8,"\u00e1":-8,"\u00e2":-8,"\u00e4":-8,"\u00e0":-8,"\u00e5":-8,"\u00e3":-8,"A":-7,"\u00c6":-7,"\u00c1":-7,"\u00c2":-7,"\u00c4":-7,"\u00c0":-7,"\u00c5":-7,"\u00c3":-7,"u":-1,"\u00fa":-1,"\u00fb":-1,"\u00fc":-1,"\u00f9":-1,"U":-1,"\u00da":-1,"\u00db":-1,"\u00dc":-1,"\u00d9":-1}},"N":{"d":"313,-269v-15,7,-26,5,-26,36r0,211v0,24,-1,26,-4,26v-72,-64,-147,-152,-214,-224r5,172v-1,45,11,40,35,46v-33,8,-40,-1,-79,3v-6,1,-8,-4,-3,-5v24,-1,25,-6,25,-48r1,-206v0,-14,1,-18,4,-18v24,20,174,188,213,229r-4,-183v4,-37,-16,-31,-35,-39v30,-4,50,-2,82,0","w":340,"k":{"c":6,"g":6,"o":6,"q":6,"\u00f8":6,"\u00e7":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"C":5,"\u00c7":5,"O":9,"\u00d8":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"Q":9,"G":5}},"O":{"d":"23,-135v0,-58,43,-141,142,-141v81,0,141,51,141,135v0,81,-56,147,-143,147v-99,0,-140,-76,-140,-141xm57,-145v0,84,50,137,115,137v32,0,100,-18,100,-123v0,-167,-215,-181,-215,-14","w":329,"k":{"m":4,"t":11,"v":4,"w":2,"x":10,"y":4,"\u00fd":4,"\u00ff":4,"M":4,"T":10,"V":4,"W":2,"X":9,"Y":4,"\u00dd":4,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"b":12,"d":12,"e":12,"f":12,"h":12,"i":12,"k":12,"l":12,"n":12,"p":12,"r":12,"\u00fe":12,"\u00f0":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"\u00ed":12,"\u00ee":12,"\u00ef":12,"\u00ec":12,"\u00f1":12,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,"B":11,"D":11,"E":11,"F":11,"H":11,"I":11,"K":11,"L":11,"N":11,"P":11,"R":11,"\u00d0":11,"\u00de":11,"\u00c9":11,"\u00ca":11,"\u00cb":11,"\u00c8":11,"\u00cd":11,"\u00ce":11,"\u00cf":11,"\u00cc":11,"\u00d1":11,"j":8,"J":7}},"P":{"d":"112,-260v-9,0,-18,-2,-18,9r1,226v-3,20,20,20,34,23v-34,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v32,-8,51,-3,92,-3v45,0,61,15,67,20v47,48,-9,150,-83,126v0,-3,2,-3,10,-3v59,-3,85,-67,42,-114v-18,-20,-41,-18,-49,-18","w":231,"k":{"s":-2,"S":-2,"a":18,"\u00e6":18,"\u00e1":18,"\u00e2":18,"\u00e4":18,"\u00e0":18,"\u00e5":18,"\u00e3":18,"b":6,"d":6,"e":6,"f":6,"h":6,"i":6,"k":6,"l":6,"n":6,"p":6,"r":6,"\u00fe":6,"\u00f0":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"\u00ed":6,"\u00ee":6,"\u00ef":6,"\u00ec":6,"\u00f1":6,"A":16,"\u00c6":16,"\u00c1":16,"\u00c2":16,"\u00c4":16,"\u00c0":16,"\u00c5":16,"\u00c3":16,"B":5,"D":5,"E":5,"F":5,"H":5,"I":5,"K":5,"L":5,"N":5,"P":5,"R":5,"\u00d0":5,"\u00de":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"\u00d1":5,",":58,".":58}},"Q":{"d":"546,47v-20,17,-62,26,-117,29v-60,4,-152,-51,-209,-82v-13,7,-37,12,-56,12v-100,0,-141,-76,-141,-141v0,-58,43,-141,142,-141v81,0,141,51,141,135v0,63,-39,106,-63,121r73,38v79,41,134,42,152,42v19,1,50,-7,76,-15v1,0,2,1,2,2xm57,-145v0,84,50,137,115,137v32,0,100,-18,100,-123v0,-167,-215,-181,-215,-14","w":331,"k":{"b":10,"d":10,"e":10,"f":10,"h":10,"i":10,"k":10,"l":10,"n":10,"p":10,"r":10,"\u00fe":10,"\u00f0":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u00f1":10,"B":9,"D":9,"E":9,"F":9,"H":9,"I":9,"K":9,"L":9,"N":9,"P":9,"R":9,"\u00d0":9,"\u00de":9,"\u00c9":9,"\u00ca":9,"\u00cb":9,"\u00c8":9,"\u00cd":9,"\u00ce":9,"\u00cf":9,"\u00cc":9,"\u00d1":9,")":-11,"]":-11,"}":-11}},"R":{"d":"39,-271v81,4,173,-19,173,65v0,27,-11,53,-43,83v48,54,68,111,136,121v-14,7,-61,3,-73,-4v-29,-17,-62,-81,-92,-108r-45,-1v-6,20,0,78,0,90v0,20,19,20,33,23v-34,8,-46,-1,-84,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v0,-2,2,-3,6,-3xm120,-260v-14,0,-24,0,-27,7r0,118v3,10,22,9,40,10v34,1,48,-25,49,-63v0,-45,-23,-72,-62,-72","w":271,"k":{"s":4,"t":20,"v":10,"w":1,"x":2,"y":8,"\u00fd":8,"\u00ff":8,"S":4,"T":18,"V":9,"W":1,"X":2,"Y":7,"\u00dd":7,"a":-2,"\u00e6":-2,"\u00e1":-2,"\u00e2":-2,"\u00e4":-2,"\u00e0":-2,"\u00e5":-2,"\u00e3":-2,"A":-2,"\u00c6":-2,"\u00c1":-2,"\u00c2":-2,"\u00c4":-2,"\u00c0":-2,"\u00c5":-2,"\u00c3":-2,"c":-6,"g":-6,"o":-6,"q":-6,"\u00f8":-6,"\u00e7":-6,"\u00f3":-6,"\u00f4":-6,"\u00f6":-6,"\u00f2":-6,"\u00f5":-6,"C":-5,"\u00c7":-5,"O":-5,"\u00d8":-5,"\u00d3":-5,"\u00d4":-5,"\u00d6":-5,"\u00d2":-5,"\u00d5":-5,"Q":-5,"G":-5}},"S":{"d":"165,-222v-12,-23,-2,-42,-53,-42v-25,0,-44,16,-44,42v-5,21,25,47,54,69v42,33,52,55,52,84v0,15,-5,42,-30,60v-15,11,-36,15,-55,15v-19,0,-53,2,-53,-23v0,-23,-2,-36,4,-44v2,0,3,1,3,4v-1,34,26,50,54,50v35,0,52,-25,52,-48v0,-28,-31,-57,-58,-78v-38,-31,-47,-54,-47,-78v0,-56,66,-76,121,-60v8,5,0,12,2,41v0,6,0,8,-2,8","k":{"m":3,"v":1,"M":3,"V":1}},"T":{"d":"21,-276v60,11,154,8,214,2v5,11,1,43,-1,49v-8,-16,-2,-30,-48,-30r-45,-1r2,231v-3,20,19,20,33,23v-34,8,-48,-1,-86,3v-5,1,-7,-4,-3,-5v15,1,21,-6,22,-21v4,-60,1,-162,2,-231r-54,1v-32,-3,-35,13,-46,26v-5,-8,6,-41,10,-47","w":248,"k":{"m":6,"s":14,"t":-5,"w":-3,"x":-7,"y":-9,"\u00fd":-9,"\u00ff":-9,"M":5,"S":4,"T":-4,"W":-2,"X":-6,"Y":-8,"\u00dd":-8,"a":25,"\u00e6":25,"\u00e1":25,"\u00e2":25,"\u00e4":25,"\u00e0":25,"\u00e5":25,"\u00e3":25,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"A":16,"\u00c6":16,"\u00c1":16,"\u00c2":16,"\u00c4":16,"\u00c0":16,"\u00c5":16,"\u00c3":16,"c":10,"g":10,"o":10,"q":10,"\u00f8":10,"\u00e7":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10,"C":9,"\u00c7":9,"O":11,"\u00d8":11,"\u00d3":11,"\u00d4":11,"\u00d6":11,"\u00d2":11,"\u00d5":11,",":41,".":41,"G":9,":":11,";":11,"-":11}},"U":{"d":"156,-8v73,0,77,-77,77,-159r0,-77v0,-19,-16,-20,-31,-24v27,-8,43,1,74,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22v0,86,17,174,-34,223v-25,24,-53,27,-74,27v-12,0,-48,-1,-74,-25v-43,-13,-33,-174,-33,-225v0,-19,-15,-20,-30,-24v29,-8,48,1,83,-3v6,-1,6,4,3,5v-15,0,-23,5,-23,22r0,128v0,78,25,108,81,108","w":298,"k":{"m":6,"M":6,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"\u00fe":11,"\u00f0":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00ed":11,"\u00ee":11,"\u00ef":11,"\u00ec":11,"\u00f1":11,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6}},"V":{"d":"85,-269v-3,7,-26,2,-22,12r79,214v21,-48,67,-175,77,-200v8,-20,-4,-23,-19,-25v24,-6,50,-2,78,-1v-18,9,-26,2,-42,41r-87,207v-16,36,-15,38,-28,5r-88,-221v-8,-28,-22,-24,-42,-32v34,-4,59,-2,94,0","w":267,"k":{"y":-4,"\u00fd":-4,"\u00ff":-4,"Y":-4,"\u00dd":-4,"a":30,"\u00e6":30,"\u00e1":30,"\u00e2":30,"\u00e4":30,"\u00e0":30,"\u00e5":30,"\u00e3":30,"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,"c":2,"g":2,"o":2,"q":2,"\u00f8":2,"\u00e7":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,"O":2,"\u00d8":2,"\u00d3":2,"\u00d4":2,"\u00d6":2,"\u00d2":2,"\u00d5":2,",":52,".":52,")":-9,"]":-9,"}":-9,"-":7}},"W":{"d":"88,-269v-4,8,-24,-1,-22,14v4,44,46,169,55,207r77,-205v9,-26,10,-21,18,0r71,204r2,0r55,-183v8,-28,6,-29,-20,-37v31,-4,48,-2,77,0v-1,6,-8,2,-15,5v-11,4,-16,19,-23,39r-67,200v-14,39,-15,43,-26,12r-71,-200r-75,200v-13,29,-14,27,-25,-9r-64,-214v-7,-29,-20,-25,-39,-33v37,-4,53,-2,92,0","w":396,"k":{"m":10,"t":8,"y":-4,"\u00fd":-4,"\u00ff":-4,"M":9,"T":7,"Y":-4,"\u00dd":-4,"a":22,"\u00e6":22,"\u00e1":22,"\u00e2":22,"\u00e4":22,"\u00e0":22,"\u00e5":22,"\u00e3":22,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,",":40,".":40,")":-4,"]":-4,"}":-4,":":-5,";":-5}},"X":{"d":"185,-258v2,-10,-18,-5,-20,-11v26,-3,46,-2,74,0v-17,7,-28,12,-43,34r-58,87v27,28,60,145,113,146v-19,7,-57,4,-74,-1v2,-4,8,-3,4,-12v-19,-35,-40,-72,-62,-108v-20,37,-45,69,-61,111v-1,9,13,4,15,11v-23,3,-47,2,-75,0v18,-8,30,-8,47,-34r65,-103r-58,-97v-10,-18,-20,-31,-43,-31v-2,0,-3,-2,-3,-3v27,-4,57,-2,88,0v-2,7,-20,0,-17,10v10,38,33,62,52,98v14,-23,54,-75,56,-97","w":249,"k":{"t":11,"w":-4,"x":-4,"y":-5,"\u00fd":-5,"\u00ff":-5,"T":10,"W":-4,"X":-4,"Y":-5,"\u00dd":-5,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,"c":8,"g":8,"o":8,"q":8,"\u00f8":8,"\u00e7":8,"\u00f3":8,"\u00f4":8,"\u00f6":8,"\u00f2":8,"\u00f5":8,"C":7,"\u00c7":7,"O":7,"\u00d8":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d5":7,"Q":7,"G":7}},"Y":{"d":"81,-4v36,1,23,-52,23,-88v0,-19,-3,-28,-8,-38v-19,-21,-59,-128,-104,-136v-2,0,-3,-1,-3,-3v23,-3,47,-2,75,0v-7,4,-13,11,-5,24r66,114v11,-27,60,-95,66,-124v2,-9,-9,-9,-11,-14v19,-3,46,-2,69,0v-50,7,-89,105,-109,141v-11,20,-5,41,-6,67v-1,22,-3,67,32,57v2,0,3,1,3,2v-33,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5","w":235,"k":{"m":3,"t":-2,"v":-9,"w":-11,"x":-5,"M":3,"T":-2,"V":-8,"W":-10,"X":-4,"a":18,"\u00e6":18,"\u00e1":18,"\u00e2":18,"\u00e4":18,"\u00e0":18,"\u00e5":18,"\u00e3":18,"A":16,"\u00c6":16,"\u00c1":16,"\u00c2":16,"\u00c4":16,"\u00c0":16,"\u00c5":16,"\u00c3":16,"c":14,"g":14,"o":14,"q":14,"\u00f8":14,"\u00e7":14,"\u00f3":14,"\u00f4":14,"\u00f6":14,"\u00f2":14,"\u00f5":14,"C":4,"\u00c7":4,"O":7,"\u00d8":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d5":7,",":36,".":36,"G":4,")":-13,"]":-13,"}":-13,"-":11}},"Z":{"d":"35,-214v-5,-8,3,-50,9,-60v64,11,125,-3,185,7r-163,253r98,0v55,0,55,-13,67,-43v6,13,2,58,-15,59v-60,0,-120,-2,-183,-2v-4,0,-7,0,-7,-3r163,-253v-55,3,-140,-15,-150,35v-1,5,-2,7,-4,7","w":249,"k":{"a":4,"\u00e6":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"c":12,"g":12,"o":12,"q":12,"\u00f8":12,"\u00e7":12,"\u00f3":12,"\u00f4":12,"\u00f6":12,"\u00f2":12,"\u00f5":12,"O":11,"\u00d8":11,"\u00d3":11,"\u00d4":11,"\u00d6":11,"\u00d2":11,"\u00d5":11}},"[":{"d":"35,39r0,-302v0,-4,1,-5,6,-5v21,2,50,-4,66,3v-10,7,-33,3,-46,10v-5,78,0,171,-2,253v0,15,0,26,2,34v13,7,35,3,45,10v-15,8,-45,1,-65,3v-5,0,-6,-1,-6,-6","w":129,"k":{"v":-8,"w":-3,"y":-12,"\u00fd":-12,"\u00ff":-12}},"\\":{"d":"181,-7v3,8,-11,14,-15,11r-158,-259v4,-1,10,-9,15,-5","w":188},"]":{"d":"95,-262r0,302v0,4,-1,5,-6,5v-21,-2,-50,4,-66,-3v9,-7,33,-3,45,-10v6,-87,4,-198,0,-287v-13,-7,-35,-3,-45,-10v15,-8,45,-1,66,-3v5,0,6,1,6,6","w":129},"^":{"d":"82,-270r19,0r72,153r-20,0r-61,-134r-62,134r-19,0","w":183},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"a":{"d":"30,-33r74,-191v7,-17,9,-15,15,-1v6,13,56,140,76,186v16,38,21,28,44,38v-9,5,-47,2,-69,-1v2,-3,8,-3,5,-10v-11,-23,-17,-52,-31,-72v-25,1,-55,-3,-76,2v-7,22,-20,46,-23,70v-1,10,14,5,17,11v-21,4,-44,2,-71,0v16,-7,31,-10,39,-32xm74,-99v15,4,50,3,66,0r-31,-84v-2,-5,-3,-5,-5,0","w":224},"b":{"d":"33,-1v42,-10,23,-82,23,-141v0,-48,0,-56,-1,-66v2,-18,-15,-15,-26,-20v20,-5,51,-2,79,-2v91,0,74,70,34,100v24,7,56,29,56,64v0,55,-65,78,-140,66v-8,-1,-21,4,-25,-1xm148,-171v4,-30,-31,-63,-65,-45v2,27,-3,61,2,84v34,5,67,-4,63,-39xm84,-36v-5,26,21,27,38,27v21,0,46,-8,46,-47v0,-27,-32,-77,-83,-65v-6,14,0,77,-1,85","w":221,"k":{"v":12,"w":5,"y":10,"\u00fd":10,"\u00ff":10,"a":2,"\u00e6":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"\u00fe":11,"\u00f0":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00ed":11,"\u00ee":11,"\u00ef":11,"\u00ec":11,"\u00f1":11}},"c":{"d":"150,-222v-80,-1,-99,41,-99,101v0,59,46,111,114,111v36,0,60,-13,64,-40v1,-5,6,-6,6,0v-2,5,-2,47,-15,48v-13,5,-36,7,-57,7v-86,0,-145,-56,-143,-123v2,-55,46,-123,132,-117v25,2,63,4,82,12v-2,18,2,42,-5,55v-6,-38,-29,-54,-79,-54","w":254,"k":{"t":2,"y":-5,"\u00fd":-5,"\u00ff":-5,"c":3,"g":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3}},"d":{"d":"141,4v-35,0,-76,1,-108,-5v6,-6,23,-1,21,-21v4,-33,2,-157,1,-186v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v106,-2,237,-16,237,112v0,39,-16,68,-34,86v-14,14,-42,36,-96,36xm108,-219v-10,0,-23,-2,-23,8r0,169v3,34,5,32,56,34v57,2,101,-38,99,-100v-2,-84,-64,-113,-132,-111","w":291,"k":{"m":2,"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"b":3,"d":3,"e":3,"f":3,"h":3,"i":3,"k":3,"l":3,"n":3,"p":3,"r":3,"\u00fe":3,"\u00f0":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"\u00f1":3,"j":3}},"e":{"d":"46,-5v22,-22,9,-158,9,-203v0,-14,-8,-19,-24,-17v-3,-2,-4,-5,3,-5v43,0,92,3,131,-3v1,6,0,34,-6,41v-2,0,-2,-1,-2,-4v7,-28,-48,-19,-71,-21v-2,26,-2,65,0,89v16,-2,68,5,73,-9v4,11,0,35,-5,45v-1,0,-2,-1,-2,-3v8,-28,-48,-18,-65,-21v-6,18,2,53,-2,80v-4,32,42,26,69,22v11,-2,10,-20,18,-26v3,12,5,49,-20,42v-39,-2,-84,2,-119,-3v0,-4,9,-3,13,-4","w":198,"k":{"v":-8,"w":-10,"x":-12,"y":-8,"\u00fd":-8,"\u00ff":-8}},"f":{"d":"46,-5v22,-22,9,-158,9,-203v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5r137,-3v3,1,0,50,-8,37v2,-30,-49,-18,-76,-21v-4,24,-3,66,0,90v26,-2,64,5,76,-10v3,5,-2,38,-5,46v-2,0,-2,-2,-2,-3v7,-29,-49,-19,-69,-21v-6,18,0,79,-1,93v-2,19,19,15,28,21v-32,4,-49,2,-81,0v0,-4,9,-3,13,-4","w":192,"k":{"y":-6,"\u00fd":-6,"\u00ff":-6,"a":10,"\u00e6":10,"\u00e1":10,"\u00e2":10,"\u00e4":10,"\u00e0":10,"\u00e5":10,"\u00e3":10,",":33,".":33}},"g":{"d":"164,-9v15,0,38,0,41,-15v-5,-31,16,-92,-25,-85v-1,0,-2,-1,-2,-2v26,-8,41,1,73,-3v6,-1,6,4,3,5v-33,-2,-20,50,-20,84v0,14,-1,14,-5,16v-87,39,-206,-1,-209,-106v-3,-112,122,-138,215,-109v0,4,-2,13,-2,44v1,8,-6,8,-5,1v-6,-31,-27,-40,-81,-43v-49,-2,-101,32,-97,96v5,83,51,117,114,117","w":273},"h":{"d":"107,-228v-8,6,-22,1,-22,20r1,75v43,-2,95,4,134,-2r0,-73v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v23,1,52,-3,72,2v-5,6,-21,1,-21,20v0,27,-2,152,1,186v-4,19,18,15,28,21v-31,3,-50,2,-81,0v7,-6,21,-2,21,-21r0,-98v-43,2,-95,-4,-134,2r1,96v-3,19,19,15,28,21v-32,4,-49,2,-81,0v6,-6,23,-1,21,-21v4,-33,2,-157,1,-186v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v24,1,53,-3,73,2","w":304,"k":{"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"i":{"d":"107,-228v-8,6,-22,1,-22,20r1,186v-3,19,19,15,28,21v-32,4,-49,2,-81,0v6,-6,23,-1,21,-21v3,-34,1,-158,1,-186v0,-18,-14,-14,-22,-20v17,-4,53,-3,74,0","w":140,"k":{"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"j":{"d":"107,-228v-8,6,-22,1,-22,20r0,140v2,96,-13,110,-72,145v-1,0,-3,-1,-3,-2v34,-30,46,-33,46,-128r-1,-155v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v24,1,53,-3,73,2","w":132,"k":{"c":3,"g":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3}},"k":{"d":"85,-123v13,-16,78,-73,91,-96v2,-8,-13,-6,-4,-11v19,1,43,-3,59,2v-47,11,-89,70,-122,99v35,28,97,121,152,125v2,0,4,2,4,3v-30,6,-66,2,-84,-17v-15,-11,-80,-83,-97,-100r1,96v-3,18,17,16,27,21v-29,3,-50,2,-79,0v6,-6,23,-1,21,-21v4,-33,2,-157,1,-186v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v23,1,52,-3,72,2v-6,6,-22,1,-22,20","w":239,"k":{"s":-2,"a":2,"\u00e6":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"c":-1,"g":-1,"o":-1,"q":-1,"\u00f8":-1,"\u00e7":-1,"\u00f3":-1,"\u00f4":-1,"\u00f6":-1,"\u00f2":-1,"\u00f5":-1}},"l":{"d":"182,-42v2,14,9,48,-23,44v-41,-5,-88,2,-126,-3v6,-6,23,-1,21,-21v4,-33,2,-157,1,-186v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v25,1,55,-3,76,2v-9,5,-25,1,-25,20r0,121v4,75,-14,72,48,76v30,2,42,-11,49,-31","w":192,"k":{"m":2,"t":20,"v":15,"w":8,"y":12,"\u00fd":12,"\u00ff":12,"a":-3,"\u00e6":-3,"\u00e1":-3,"\u00e2":-3,"\u00e4":-3,"\u00e0":-3,"\u00e5":-3,"\u00e3":-3,"c":8,"g":8,"o":8,"q":8,"\u00f8":8,"\u00e7":8,"\u00f3":8,"\u00f4":8,"\u00f6":8,"\u00f2":8,"\u00f5":8,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2}},"m":{"d":"61,-14v-2,12,18,7,22,12v-19,7,-36,-1,-62,3v-5,1,-7,-5,-2,-5v16,1,20,-10,22,-26r23,-199v0,-8,7,-7,10,-1r96,190r92,-190v4,-7,8,-7,9,4r22,187v1,11,3,27,16,32v11,4,20,0,23,5v-8,7,-58,2,-69,-2v3,-3,4,-3,3,-13r-15,-155r-77,156v-11,22,-12,23,-22,2r-77,-154r-2,0","w":332,"k":{"t":6,"w":5,"y":4,"\u00fd":4,"\u00ff":4,"a":-6,"\u00e6":-6,"\u00e1":-6,"\u00e2":-6,"\u00e4":-6,"\u00e0":-6,"\u00e5":-6,"\u00e3":-6,"u":-1,"\u00fa":-1,"\u00fb":-1,"\u00fc":-1,"\u00f9":-1}},"n":{"d":"280,-228v-12,6,-23,3,-23,30r0,179v-2,41,0,21,-27,4r-164,-170r3,144v-2,40,13,32,31,40v-30,4,-44,2,-75,0v16,-9,24,0,24,-43r0,-175v-1,-25,10,-14,17,-6r175,183r-3,-153v2,-28,-8,-30,-28,-30v-2,0,-2,-2,-2,-3v17,-4,51,-3,72,0","w":299,"k":{"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"o":{"d":"20,-115v0,-49,38,-120,125,-120v71,0,126,44,126,115v0,68,-51,125,-127,125v-87,0,-124,-65,-124,-120xm53,-123v0,71,43,115,100,115v28,0,85,-14,85,-103v0,-142,-185,-152,-185,-12","w":290,"k":{"m":3,"t":9,"v":3,"w":2,"x":9,"y":3,"\u00fd":3,"\u00ff":3,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"b":10,"d":10,"e":10,"f":10,"h":10,"i":10,"k":10,"l":10,"n":10,"p":10,"r":10,"\u00fe":10,"\u00f0":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u00f1":10,"j":6}},"p":{"d":"54,-22v4,-33,2,-157,1,-186v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v42,-1,135,-2,142,17v44,42,-11,131,-78,106v0,-3,2,-3,8,-3v56,-2,82,-55,41,-96v-24,-24,-37,-14,-61,-12v-6,53,-1,141,-1,196v0,19,19,15,29,21v-32,3,-49,2,-81,0v6,-6,23,-1,21,-21","w":210,"k":{"s":-2,"a":15,"\u00e6":15,"\u00e1":15,"\u00e2":15,"\u00e4":15,"\u00e0":15,"\u00e5":15,"\u00e3":15,"b":5,"d":5,"e":5,"f":5,"h":5,"i":5,"k":5,"l":5,"n":5,"p":5,"r":5,"\u00fe":5,"\u00f0":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u00f1":5,",":53,".":53}},"q":{"d":"481,40v-60,33,-162,34,-235,-16r-52,-28v-12,6,-33,9,-50,9v-87,0,-125,-65,-125,-120v0,-49,39,-120,126,-120v71,0,125,44,125,115v0,54,-34,90,-55,103r64,32v114,46,115,43,200,23v1,0,2,1,2,2xm52,-123v0,71,43,115,100,115v28,0,86,-15,86,-103v0,-141,-186,-152,-186,-12","w":291,"k":{"b":8,"d":8,"e":8,"f":8,"h":8,"i":8,"k":8,"l":8,"n":8,"p":8,"r":8,"\u00fe":8,"\u00f0":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00e8":8,"\u00ed":8,"\u00ee":8,"\u00ef":8,"\u00ec":8,"\u00f1":8,")":-10,"]":-10,"}":-10}},"r":{"d":"153,-105v40,42,58,95,113,101v2,0,3,2,3,3v-78,22,-106,-57,-139,-94v-13,-1,-36,-4,-47,0r2,73v-3,19,18,15,29,21v-32,3,-49,2,-81,0v6,-6,23,-1,21,-21v4,-33,2,-157,1,-186v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v70,3,158,-17,158,55v0,23,-9,45,-39,70xm108,-220v-12,0,-23,-1,-25,6r0,98v3,10,21,9,37,9v29,0,43,-19,43,-52v0,-38,-21,-61,-55,-61","w":241,"k":{"s":3,"t":17,"v":8,"w":1,"x":2,"y":6,"\u00fd":6,"\u00ff":6,"a":-2,"\u00e6":-2,"\u00e1":-2,"\u00e2":-2,"\u00e4":-2,"\u00e0":-2,"\u00e5":-2,"\u00e3":-2,"c":-5,"g":-5,"o":-5,"q":-5,"\u00f8":-5,"\u00e7":-5,"\u00f3":-5,"\u00f4":-5,"\u00f6":-5,"\u00f2":-5,"\u00f5":-5}},"s":{"d":"144,-189v-11,-20,-5,-34,-49,-34v-23,0,-42,11,-42,33v-4,19,23,41,50,58v39,26,52,48,52,74v0,33,-37,69,-80,63v-18,-3,-51,3,-51,-20v0,-19,-1,-31,5,-37v2,0,3,0,3,3v-2,31,26,42,51,42v31,0,47,-18,47,-41v0,-44,-110,-83,-99,-129v-5,-53,70,-69,117,-51v0,1,-1,12,-1,33v0,5,-1,6,-3,6","w":188,"k":{"m":3,"v":1,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"t":{"d":"18,-235v52,9,136,6,190,2v6,7,-1,61,-5,34v4,-20,-51,-17,-78,-17r1,194v-3,18,19,15,30,21v-32,3,-52,2,-83,0v7,-6,22,-2,22,-21r1,-194r-46,0v-30,-2,-31,11,-40,23v-5,-6,5,-35,8,-42","w":219,"k":{"m":5,"s":4,"t":-4,"w":-2,"x":-6,"y":-7,"\u00fd":-7,"\u00ff":-7,"a":15,"\u00e6":15,"\u00e1":15,"\u00e2":15,"\u00e4":15,"\u00e0":15,"\u00e5":15,"\u00e3":15,"c":8,"g":8,"o":8,"q":8,"\u00f8":8,"\u00e7":8,"\u00f3":8,"\u00f4":8,"\u00f6":8,"\u00f2":8,"\u00f5":8,",":38,".":38,":":10,";":10,"-":10}},"u":{"d":"140,-8v63,0,67,-64,67,-134v0,-48,-1,-56,-1,-66v0,-18,-15,-15,-26,-20v17,-4,50,-3,71,0v-6,5,-25,2,-22,20v-4,75,15,150,-30,191v-22,21,-47,22,-66,22v-10,0,-44,-1,-66,-22v-36,-10,-26,-148,-28,-191v-1,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v24,1,53,-3,73,2v-5,6,-23,1,-21,20v-2,4,-1,81,-1,109v0,67,22,91,71,91","w":263,"k":{"m":5,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6}},"v":{"d":"75,-228v-2,7,-21,0,-18,9r68,180v18,-41,60,-145,67,-167v9,-17,-5,-18,-16,-22v15,-4,49,-3,68,0v-14,8,-22,1,-36,34v-26,65,-56,142,-90,199v-4,0,-6,-4,-12,-19r-78,-187v-9,-21,-14,-23,-34,-24v-2,0,-2,-2,-2,-3v20,-4,59,-3,83,0","w":235,"k":{"y":-3,"\u00fd":-3,"\u00ff":-3,"a":24,"\u00e6":24,"\u00e1":24,"\u00e2":24,"\u00e4":24,"\u00e0":24,"\u00e5":24,"\u00e3":24,"c":2,"g":2,"o":2,"q":2,"\u00f8":2,"\u00e7":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,",":48,".":48,")":-8,"]":-8,"}":-8,"-":6}},"w":{"d":"78,-228v-3,7,-20,-2,-19,11v5,35,40,144,48,173r67,-171v9,-22,10,-18,17,0r63,171v9,-33,43,-123,51,-172v4,-8,-14,-6,-20,-12v16,-4,47,-2,68,-1v0,6,-7,3,-14,5v-9,3,-14,15,-20,32v-14,39,-45,137,-58,171v-12,33,-14,36,-24,10r-62,-167v-11,27,-53,139,-65,167v-11,25,-14,23,-24,-8r-56,-182v-4,-26,-18,-20,-34,-27v20,-4,58,-3,82,0","w":348,"k":{"m":8,"t":6,"y":-3,"\u00fd":-3,"\u00ff":-3,"a":18,"\u00e6":18,"\u00e1":18,"\u00e2":18,"\u00e4":18,"\u00e0":18,"\u00e5":18,"\u00e3":18,",":36,".":36,")":-3,"]":-3,"}":-3,":":-5,";":-5}},"x":{"d":"162,-220v1,-8,-16,-2,-17,-8v15,-4,48,-3,66,0v-15,6,-25,9,-38,28r-51,74v22,22,53,122,96,122v3,1,3,5,-2,5v-21,-1,-47,2,-62,-3v1,-5,8,-3,4,-11r-54,-91v-17,32,-39,58,-52,94v-2,7,23,5,10,11r-61,0v-3,0,-2,-1,-2,-2v13,-8,26,-7,40,-29r57,-87r-51,-82v-7,-20,-24,-23,-40,-29v19,-4,56,-3,79,0v0,6,-16,-2,-16,8v13,30,27,52,45,82v12,-21,47,-64,49,-82","w":219,"k":{"t":9,"w":-3,"x":-3,"y":-4,"\u00fd":-4,"\u00ff":-4,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"c":6,"g":6,"o":6,"q":6,"\u00f8":6,"\u00e7":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6}},"y":{"d":"72,-4v30,1,20,-44,20,-74v0,-17,-2,-23,-7,-32v-17,-17,-51,-109,-90,-115v-4,0,-6,-5,0,-5v20,1,46,-3,63,2v-8,2,-12,11,-4,20r57,95v9,-23,53,-79,57,-104v2,-7,-9,-8,-9,-12v16,-2,43,-2,62,0v-9,8,-26,7,-35,23v-20,37,-79,87,-65,154v-1,18,-2,57,27,48v2,0,3,2,3,3v-32,3,-50,2,-81,0v0,-1,0,-3,2,-3","w":207,"k":{"m":3,"t":-2,"v":-7,"w":-9,"x":-4,"a":15,"\u00e6":15,"\u00e1":15,"\u00e2":15,"\u00e4":15,"\u00e0":15,"\u00e5":15,"\u00e3":15,"c":3,"g":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,",":33,".":33,")":-12,"]":-12,"}":-12,"-":10}},"z":{"d":"206,-49v3,13,2,50,-14,50v-53,0,-107,-1,-162,-1v-10,0,-6,-3,-1,-12r138,-205v-47,3,-121,-14,-130,29v-1,6,-6,10,-6,2v1,-6,3,-40,9,-47v56,10,111,-4,164,6r-142,214r84,0v50,2,46,-13,60,-36","w":219,"k":{"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"c":10,"g":10,"o":10,"q":10,"\u00f8":10,"\u00e7":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10}},"{":{"d":"73,-218v0,51,2,77,-25,92v21,15,25,36,25,83v0,69,14,74,35,86v0,1,-2,2,-7,2v-33,-10,-58,-34,-55,-107v0,-11,2,-26,2,-38v0,-20,-18,-17,-28,-23v0,-2,0,-4,4,-4v36,7,22,-41,22,-63v-2,-51,27,-78,61,-76v-12,7,-34,12,-34,48","w":129,"k":{"v":-8,"w":-3,"y":-12,"\u00fd":-12,"\u00ff":-12}},"|":{"d":"102,90r-20,0r0,-360r20,0r0,360","w":183},"}":{"d":"57,-43v0,-43,2,-70,24,-83v-25,-14,-24,-42,-24,-92v0,-36,-22,-41,-35,-48v34,-3,66,26,62,76v-2,24,-12,72,21,63v6,0,6,7,0,6v-32,-1,-23,31,-21,59v2,75,-21,96,-56,107v-5,0,-6,-1,-6,-2v20,-11,35,-16,35,-86","w":129},"~":{"d":"161,-114v-2,76,-70,26,-106,18v-10,0,-15,7,-15,24r-18,0v0,-75,72,-29,107,-19v10,0,15,-8,15,-23r17,0","w":183},"\u00a1":{"d":"58,-240v25,1,24,35,0,37v-10,0,-18,-8,-18,-18v0,-11,7,-19,18,-19xm75,11v-5,14,-20,25,-34,31v-1,-24,11,-167,12,-209v0,-5,0,-12,4,-12v15,51,4,128,18,190","w":115},"\u00a2":{"d":"115,-59v36,5,60,-5,68,-32v4,5,0,38,-8,43v-22,5,-40,6,-63,6v-3,17,-1,39,-8,52v-4,0,-12,5,-12,0r7,-55v-43,-8,-77,-40,-77,-92v0,-69,37,-85,98,-91v3,-14,-3,-47,18,-39r-4,39v12,0,32,3,49,9v7,7,3,37,-2,43v-5,-23,-12,-37,-50,-39xm101,-63r16,-152v-43,0,-68,29,-68,68v0,51,27,75,52,84"},"\u00a3":{"d":"193,-220v-7,-19,-13,-48,-47,-44v-46,-5,-56,72,-60,123v16,0,45,1,56,-2v6,23,-36,13,-58,15v-2,35,-13,74,-41,108r112,-1v23,2,29,-15,37,-33v5,7,-2,32,-4,49v-37,18,-121,-1,-182,5v-12,1,-13,-9,-3,-10v48,-10,46,-68,54,-119v-11,0,-26,-1,-35,1v-6,-17,20,-13,37,-13v-2,-78,50,-161,136,-129v6,14,3,46,-2,50"},"\u00a5":{"d":"170,-256v2,-7,-10,-9,-12,-13v18,-3,44,-2,66,0v-12,7,-30,7,-38,26v-12,15,-56,97,-69,119r58,0v7,0,1,8,1,12v-15,5,-41,0,-60,2r0,86v-4,20,24,17,36,23v-40,4,-53,2,-98,0v12,-7,41,-2,36,-23r0,-86r-58,0v-6,0,0,-9,0,-12v15,-5,40,0,58,-2v-19,-26,-63,-114,-89,-137v-8,-6,-26,-3,-16,-10v22,2,51,-4,68,3v-8,4,-16,12,-6,23v6,10,53,95,61,107v12,-25,55,-91,62,-118"},"\u00a7":{"d":"165,-229v-12,-21,-1,-35,-50,-35v-23,0,-45,12,-45,38v-1,46,114,79,114,132v0,29,-16,49,-37,61v49,47,-1,113,-59,110v-30,-2,-53,3,-57,-20v2,-19,-1,-31,5,-37v2,0,3,0,3,3v-1,31,23,42,52,42v29,0,50,-17,50,-44v0,-54,-110,-80,-110,-138v0,-28,22,-46,41,-54v-50,-38,-12,-110,49,-105v26,2,33,3,48,7v0,1,-1,12,-1,33v0,5,-1,7,-3,7xm138,-42v65,-46,-17,-92,-56,-121v-17,5,-31,21,-31,38v0,34,62,59,87,83","w":214},"\u00a4":{"d":"175,-162r-24,22v13,15,13,61,-1,75r24,22r-15,16r-22,-25v-18,18,-52,17,-70,1r-22,24r-14,-16r23,-22v-15,-16,-15,-60,0,-75r-24,-22r15,-15r22,24v17,-17,53,-18,71,-1r22,-23xm137,-103v0,-21,-13,-41,-35,-41v-21,0,-35,19,-35,42v2,56,69,58,70,-1"},"'":{"d":"36,-187v-6,-18,-13,-85,-15,-80v0,-5,6,-5,15,-5v9,0,15,0,15,5","w":72},"\u00ab":{"d":"118,-110v6,7,40,42,57,57v-4,6,-10,12,-16,16r-65,-71v10,-12,64,-63,71,-71v4,-4,8,-6,10,-1v-3,11,-43,49,-57,70xm51,-110v6,7,39,42,56,57v-6,8,-12,24,-23,8v-10,-15,-49,-49,-57,-63r77,-75v1,0,4,2,4,3v-5,10,-43,49,-57,70","w":201},"\u00b7":{"d":"45,-84v-27,-1,-26,-37,0,-39v11,0,20,7,20,19v0,12,-8,20,-20,20","w":90},"\u00b6":{"d":"134,71v8,-86,2,-218,4,-317v0,-9,-1,-14,-6,-14v-62,1,-66,133,-12,149v-48,13,-104,-25,-101,-76v4,-93,98,-84,203,-84v6,-1,8,4,3,5v-15,0,-22,7,-23,22r0,291v-2,8,-15,14,-22,11v9,-79,2,-212,4,-304v0,-8,-4,-14,-14,-14v-8,0,-14,3,-14,13r1,307v-2,9,-17,16,-23,11","w":256},"\u00bb":{"d":"83,-109v-6,-7,-39,-42,-56,-57v6,-8,13,-27,23,-9v8,9,44,48,51,55v5,5,6,7,6,9r-77,74v-10,-12,42,-49,53,-72xm150,-109v-6,-7,-39,-42,-56,-57r15,-17v17,15,53,56,66,72v-10,12,-64,62,-71,70v-4,4,-8,6,-10,1v4,-9,43,-49,56,-69","w":201},"\u00bf":{"d":"118,-140v-14,39,-65,80,-65,124v0,17,9,46,42,46v39,1,44,-28,51,-54v8,5,2,28,4,46v-6,15,-32,20,-63,20v-48,0,-65,-31,-65,-56v0,-47,61,-83,76,-132v4,-7,-17,-24,-6,-28v8,2,27,25,26,34xm95,-240v26,1,23,36,-1,37v-10,0,-18,-8,-18,-18v0,-11,8,-19,19,-19","w":175},"`":{"d":"138,-338v6,10,31,24,47,37v-12,5,-69,-19,-78,-25v7,-6,24,-8,31,-12","w":327},"\u00b4":{"d":"145,-301v17,-16,49,-32,61,-38v5,2,16,18,11,23v-25,-4,-57,17,-72,15","w":327},"\u00af":{"d":"120,-322v24,-6,60,0,88,-2v7,1,1,8,0,12v-24,6,-60,0,-88,2v-7,-1,0,-8,0,-12","w":327},"\u00a8":{"d":"200,-299v-21,-1,-20,-29,0,-31v9,0,16,6,16,15v0,9,-6,16,-16,16xm127,-299v-22,-1,-19,-30,1,-31v9,0,15,6,15,15v0,9,-6,16,-16,16","w":327},"\u00b8":{"d":"169,57v4,-12,-15,-22,-31,-29v13,-10,21,-29,46,-28v-4,2,-24,20,-27,24v22,2,36,11,36,26v0,23,-38,42,-58,33v10,-8,36,-7,34,-26","w":327},"\u00c6":{"d":"299,-47v2,13,5,56,-22,49v-42,-2,-93,4,-129,-4v10,-4,25,-3,24,-23v2,-15,2,-62,2,-95v-17,-7,-55,-4,-74,0v-10,17,-55,80,-56,103v-1,14,21,10,27,16v-40,5,-48,-1,-92,2v-4,0,-4,-1,-4,-3v24,-6,41,-18,57,-44r144,-225v35,1,84,5,115,-3v0,7,-1,39,-6,48v-2,0,-3,-2,-3,-5v9,-33,-51,-24,-77,-26v-4,34,-4,87,0,121v19,-1,74,6,80,-10v4,12,-2,37,-5,49v-2,0,-3,-1,-3,-4v6,-28,-48,-21,-71,-22v-8,15,-3,55,-3,82v0,24,7,29,42,29v30,0,49,-9,54,-35xm174,-139r0,-97v0,-2,-3,-2,-4,0v-4,13,-64,92,-57,100v20,-2,47,4,61,-3","w":328,"k":{"v":-10,"w":-12,"x":-14,"y":-10,"\u00fd":-10,"\u00ff":-10,"V":-9,"W":-11,"X":-13,"Y":-9,"\u00dd":-9}},"\u00aa":{"d":"90,-186v-10,-4,-36,-3,-47,0v-2,10,-19,32,-3,36v1,0,2,0,2,1v-11,3,-30,2,-46,0v11,-1,18,-4,24,-17r46,-106v4,-6,6,-6,10,2v12,11,34,116,71,121v-4,5,-28,1,-45,0v7,-9,-9,-25,-12,-37xm49,-199v11,-1,26,2,35,-1r-16,-40v-1,-3,-3,-3,-4,0","w":144},"\u00d8":{"d":"73,-24v-12,10,-21,27,-35,34v-2,-3,-9,-6,-8,-11r31,-34v-75,-87,-40,-241,104,-241v39,0,69,10,93,29v13,-10,25,-42,42,-25v-2,15,-22,23,-30,36v78,81,21,242,-107,242v-38,0,-68,-12,-90,-30xm250,-214r-159,170v21,23,49,36,81,36v32,0,100,-18,100,-123v0,-34,-9,-62,-22,-83xm82,-57r158,-171v-64,-71,-183,-35,-183,83v0,36,10,65,25,88","w":329,"k":{"m":4,"t":11,"v":4,"w":2,"x":10,"y":4,"\u00fd":4,"\u00ff":4,"M":4,"T":10,"V":4,"W":2,"X":9,"Y":4,"\u00dd":4,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"b":12,"d":12,"e":12,"f":12,"h":12,"i":12,"k":12,"l":12,"n":12,"p":12,"r":12,"\u00fe":12,"\u00f0":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"\u00ed":12,"\u00ee":12,"\u00ef":12,"\u00ec":12,"\u00f1":12,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,"B":11,"D":11,"E":11,"F":11,"H":11,"I":11,"K":11,"L":11,"N":11,"P":11,"R":11,"\u00d0":11,"\u00de":11,"\u00c9":11,"\u00ca":11,"\u00cb":11,"\u00c8":11,"\u00cd":11,"\u00ce":11,"\u00cf":11,"\u00cc":11,"\u00d1":11,"j":8,"J":7}},"\u00ba":{"d":"78,-146v-96,-2,-95,-130,1,-130v42,0,71,23,71,62v0,37,-28,68,-72,68xm83,-156v13,0,42,-7,42,-53v1,-70,-90,-81,-92,-6v0,34,23,59,50,59","w":157},"\u00e6":{"d":"133,-4v36,-5,14,-49,21,-96v-14,-7,-47,-3,-65,-1v-9,15,-47,68,-49,86v-2,13,18,7,23,14v-34,3,-50,2,-85,0v19,-4,36,-16,50,-38r127,-191v34,-2,74,2,105,-3v1,5,-2,31,-5,41v-2,0,-4,-1,-4,-4v7,-27,-47,-19,-68,-21v-4,27,-3,73,0,101v11,-1,59,4,66,-4v2,-4,5,-6,7,-2v-3,2,-2,52,-9,35v5,-23,-45,-15,-64,-16v-6,13,-2,47,-2,69v0,21,7,22,38,22v26,0,43,-7,47,-28v5,10,4,49,-19,42v-38,-2,-82,2,-116,-3v0,-1,0,-3,2,-3xm151,-115v9,-21,0,-59,3,-86v-10,3,-55,79,-54,86r51,0","w":293,"k":{"v":-8,"w":-10,"x":-12,"y":-8,"\u00fd":-8,"\u00ff":-8}},"\u00f8":{"d":"64,-20v-12,8,-23,39,-37,23v0,-13,20,-21,27,-32v-67,-75,-36,-206,91,-206v35,0,61,9,82,25v11,-9,24,-38,37,-21v-1,12,-18,20,-25,30v70,71,17,206,-95,206v-34,0,-61,-10,-80,-25xm220,-182r-138,144v18,20,42,30,70,30v29,0,86,-15,86,-103v0,-29,-6,-53,-18,-71xm73,-48r138,-145v-55,-60,-159,-29,-159,70v0,30,7,55,21,75","w":290,"k":{"m":3,"t":9,"v":3,"w":2,"x":9,"y":3,"\u00fd":3,"\u00ff":3,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"b":10,"d":10,"e":10,"f":10,"h":10,"i":10,"k":10,"l":10,"n":10,"p":10,"r":10,"\u00fe":10,"\u00f0":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u00f1":10,"j":6}},"\u00df":{"d":"144,-189v-11,-20,-5,-34,-49,-34v-23,0,-42,11,-42,33v-4,19,23,41,50,58v39,26,52,48,52,74v0,33,-37,69,-80,63v-18,-3,-51,3,-51,-20v0,-19,-1,-31,5,-37v2,0,3,0,3,3v-2,31,26,42,51,42v31,0,47,-18,47,-41v0,-44,-110,-83,-99,-129v-5,-53,70,-69,117,-51v0,1,-1,12,-1,33v0,5,-1,6,-3,6xm333,-189v-11,-20,-5,-34,-49,-34v-23,0,-42,11,-42,33v-4,19,23,41,50,58v39,26,52,48,52,74v0,32,-37,69,-80,63v-18,-3,-51,3,-51,-20v0,-19,0,-29,4,-37v2,0,3,0,3,3v-2,31,26,42,51,42v31,0,48,-18,48,-41v0,-44,-110,-84,-100,-129v-5,-54,71,-68,118,-51","w":377},"\u00b9":{"d":"13,-235v-6,-11,51,-34,58,-41v5,4,1,71,1,101v0,41,-3,61,31,63v-36,8,-36,-1,-83,3v-5,1,-7,-5,-2,-5v10,-1,35,-1,32,-13r0,-115v0,-3,0,-5,-4,-5v-5,1,-27,7,-33,12","w":118},"\u00ac":{"d":"167,-57r-18,0r0,-58r-133,0r0,-19r151,0r0,77","w":183},"\u00b5":{"d":"25,-54r0,-108r27,0v0,0,-11,144,49,144v22,0,47,-9,47,-54r0,-90r27,0r0,129v-2,24,17,26,23,9r6,2v-3,17,-14,27,-28,27v-14,0,-25,-7,-27,-41v-9,37,-74,59,-100,22v2,32,5,68,9,86v-12,4,-24,19,-37,16v3,-52,4,-88,4,-142","w":207},"\u03bc":{"d":"25,-54r0,-108r27,0v0,0,-11,144,49,144v22,0,47,-9,47,-54r0,-90r27,0r0,129v-2,24,17,26,23,9r6,2v-3,17,-14,27,-28,27v-14,0,-25,-7,-27,-41v-9,37,-74,59,-100,22v2,32,5,68,9,86v-12,4,-24,19,-37,16v3,-52,4,-88,4,-142","w":207},"\u00d0":{"d":"159,4v-39,0,-87,2,-121,-6v10,-4,26,-2,24,-23v3,-17,2,-72,2,-105r-32,0v-5,0,-1,-8,-1,-10v5,-7,22,-1,33,-3r-1,-101v2,-19,-15,-20,-30,-24v37,-7,45,-3,95,-3v36,0,101,-3,144,41v18,19,35,48,35,91v0,45,-19,81,-39,102v-15,16,-48,41,-109,41xm122,-259v-13,0,-27,-2,-27,10r-1,106r74,0v6,0,1,8,1,11v-18,6,-52,0,-75,2r1,80v2,41,5,40,65,42v68,2,117,-46,115,-119v-3,-98,-74,-134,-153,-132","w":330,"k":{"m":2,"M":2,"a":4,"\u00e6":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"b":4,"d":4,"e":4,"f":4,"h":4,"i":4,"k":4,"l":4,"n":4,"p":4,"r":4,"\u00fe":4,"\u00f0":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00ed":4,"\u00ee":4,"\u00ef":4,"\u00ec":4,"\u00f1":4,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"\u00d0":4,"\u00de":4,"\u00c9":4,"\u00ca":4,"\u00cb":4,"\u00c8":4,"\u00cd":4,"\u00ce":4,"\u00cf":4,"\u00cc":4,"\u00d1":4,"j":4,"J":4}},"\u00bd":{"d":"12,-224v-4,-8,47,-32,55,-38v5,13,-2,110,2,141v-2,13,21,10,29,15v-19,4,-59,3,-83,0v5,-6,32,1,32,-15r1,-108v0,-3,0,-6,-4,-6v-6,0,-26,8,-32,11xm51,4v-5,4,-15,-3,-11,-10r194,-254v3,-5,12,3,12,7xm286,-36v5,8,-4,37,-19,36v-29,-3,-67,5,-90,-3v32,-32,83,-64,82,-108v-1,-52,-61,-48,-65,-10v0,3,-1,4,-2,4v-6,-2,-3,-18,-4,-28v23,-27,102,-8,94,28v0,41,-43,76,-76,102v8,3,39,-1,51,0v20,0,22,-11,29,-21","w":306},"\u00b1":{"d":"83,-189r18,0r0,68r67,0r0,18r-66,0r0,68r-19,0r0,-68r-68,0r0,-18r68,0r0,-68xm168,-18r0,18r-153,0r0,-18r153,0","w":183},"\u00de":{"d":"112,-203v-9,0,-18,-2,-18,9r1,169v-3,20,20,20,34,23v-34,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v33,-6,53,-3,94,-1v-10,7,-37,4,-33,23r0,34v70,-1,114,2,116,62v2,53,-47,96,-101,83v0,-3,2,-4,10,-4v59,-2,85,-66,42,-114v-18,-20,-41,-18,-49,-18","w":232},"\u00bc":{"d":"139,-48v7,-11,81,-95,96,-110v2,0,3,1,3,3r0,97v10,2,26,-4,29,0v-1,1,0,14,-6,13r-23,0v0,15,-6,46,19,41v1,0,3,1,3,2v-15,4,-47,4,-65,0v5,-5,26,-1,23,-14v0,-9,1,-24,1,-29v-26,-2,-60,4,-80,-3xm219,-58v-1,-22,2,-48,-1,-68v-4,4,-53,61,-59,68r60,0xm12,-224v-4,-8,47,-32,55,-38v5,13,-2,110,2,141v-2,13,21,10,29,15v-19,4,-59,3,-83,0v5,-6,32,1,32,-15r1,-108v0,-3,0,-6,-4,-6v-6,0,-26,8,-32,11xm62,4v-4,4,-14,-4,-11,-10r195,-254v3,-5,8,3,11,4v-59,89,-132,173,-195,260","w":285},"\u00f7":{"d":"111,-152v0,10,-7,19,-19,19v-10,0,-17,-8,-17,-18v0,-11,7,-18,17,-18v10,0,19,7,19,17xm168,-106r0,19r-153,0r0,-19r153,0xm92,-24v-10,0,-17,-8,-17,-18v0,-11,7,-18,17,-18v10,0,19,8,19,18v0,10,-8,18,-19,18","w":183},"\u00a6":{"d":"102,-117r-20,0r0,-126r20,0r0,126xm102,63r-20,0r0,-126r20,0r0,126","w":183},"\u00b0":{"d":"91,-214v0,22,-18,38,-38,38v-22,0,-38,-18,-38,-37v0,-21,17,-38,39,-38v23,0,37,18,37,37xm74,-214v0,-10,-7,-23,-22,-23v-29,1,-26,47,1,46v12,0,21,-10,21,-23","w":110},"\u00fe":{"d":"99,-171v-7,1,-16,-1,-15,8r1,141v-2,18,18,16,29,21v-32,4,-50,2,-81,0v7,-6,23,-2,21,-21v4,-33,2,-157,1,-186v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v26,1,57,-3,79,2v-8,7,-28,1,-28,19v0,13,-1,23,-1,29v8,-1,15,-1,27,-1v64,0,68,12,80,55v1,45,-46,78,-94,69v0,-3,2,-4,8,-4v50,-1,80,-54,40,-96v-16,-16,-39,-14,-46,-14","w":210},"\u00be":{"d":"143,-48r97,-110v2,0,3,1,3,3r0,97v10,2,26,-4,29,0v-1,1,0,14,-6,13r-23,0v1,14,-7,47,19,41v2,1,4,4,-1,4r-58,0v-3,0,-2,-1,-2,-2v4,-5,25,-1,22,-14r0,-29v-26,-2,-59,4,-80,-3xm223,-58r0,-68v-4,4,-53,61,-59,68r59,0xm30,-227v-15,-25,3,-36,37,-35v71,3,42,57,13,66v11,5,41,13,40,40v0,28,-29,53,-66,53v-17,0,-35,3,-34,-14v1,-7,-2,-30,5,-22v1,14,9,26,35,26v21,0,38,-13,38,-37v0,-27,-30,-33,-48,-39v12,-8,40,-11,41,-39v0,-7,-6,-25,-30,-25v-18,0,-31,11,-31,26xm62,4v-5,4,-15,-3,-11,-10r194,-254v3,-5,8,3,11,4v1,1,2,2,1,3","w":290},"\u00b2":{"d":"134,-148v2,9,-3,40,-20,38v-30,-3,-70,5,-95,-3v34,-33,87,-67,86,-113v-1,-54,-64,-52,-68,-11v0,5,-5,5,-5,0v0,-2,-2,-19,-2,-25v23,-29,108,-9,99,29v0,43,-45,79,-80,107v9,3,41,-1,54,0v22,1,22,-12,31,-22","w":159},"\u00ae":{"d":"37,-213v-19,0,-33,-13,-33,-31v0,-18,14,-32,33,-32v19,0,33,14,33,32v0,18,-14,31,-33,31xm37,-219v15,0,27,-11,27,-26v0,-15,-12,-26,-27,-26v-15,0,-27,11,-27,26v0,15,11,26,27,26xm19,-229v10,-3,5,-20,5,-31v1,-3,-10,-3,-1,-4v17,-4,37,6,21,21v2,5,18,15,11,15v-10,4,-11,-16,-24,-14v3,13,7,17,-12,13xm31,-246v5,4,13,1,13,-6v0,-6,-6,-11,-13,-8r0,14","w":74},"\u00f0":{"d":"141,4v-35,0,-76,1,-108,-5v6,-6,23,-1,21,-21v3,-15,2,-60,2,-88v-11,-2,-35,7,-29,-9v4,-7,20,-1,29,-3r-1,-86v0,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v106,-2,237,-16,237,112v0,39,-16,68,-34,86v-14,14,-42,36,-96,36xm107,-219v-12,0,-21,-2,-22,8r0,89r64,0v3,1,3,14,-4,13r-60,0r0,67v3,34,5,32,56,34v57,2,101,-37,99,-100v-2,-85,-65,-113,-133,-111","w":291,"k":{"m":2,"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"b":3,"d":3,"e":3,"f":3,"h":3,"i":3,"k":3,"l":3,"n":3,"p":3,"r":3,"\u00fe":3,"\u00f0":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"\u00f1":3,"j":3}},"\u00d7":{"d":"20,-155r13,-13r58,60r59,-60r14,13r-59,60r59,60r-14,13r-58,-59r-59,59r-13,-13r58,-60","w":183},"\u00b3":{"d":"31,-239v-14,-26,3,-38,39,-37v75,2,43,60,14,70v13,2,43,15,43,42v0,30,-30,56,-70,56v-18,0,-36,2,-36,-15v0,-7,-2,-33,6,-23v1,14,9,27,37,27v22,0,39,-13,39,-39v0,-28,-31,-35,-50,-41v11,-8,41,-12,42,-41v0,-8,-6,-27,-31,-27v-20,0,-31,14,-33,28","w":148},"\u00a9":{"d":"163,6v-78,0,-141,-63,-141,-141v0,-78,63,-141,141,-141v77,0,141,63,141,141v0,78,-64,141,-141,141xm163,-10v69,0,120,-57,120,-125v0,-69,-51,-125,-120,-125v-69,0,-120,56,-120,125v0,68,51,125,120,125xm81,-138v0,-80,72,-89,142,-72v-1,2,2,51,-9,34v-4,-22,-8,-29,-50,-29v-36,0,-56,20,-56,58v0,51,32,78,66,78v36,0,32,-15,45,-29v7,2,1,38,-9,40v-72,17,-129,-16,-129,-80","w":326},"\u00c1":{"d":"34,-39r82,-223v8,-20,8,-20,16,-1v6,14,61,162,84,217v18,43,21,37,49,44v-8,7,-50,3,-75,0v2,-5,8,-3,5,-12v-13,-29,-21,-65,-37,-91v-26,2,-60,-4,-81,3v-9,28,-22,57,-27,88v-2,13,31,8,16,15v-24,-2,-58,4,-76,-3v22,-3,35,-12,44,-37xm85,-118r68,0v2,0,2,-2,2,-3r-34,-97v-2,-5,-4,-5,-6,0v-9,33,-26,69,-30,100xm107,-301v17,-16,49,-32,61,-38v5,2,15,17,12,23v-25,-4,-57,17,-73,15","w":252,"k":{"m":-8,"s":-3,"t":23,"v":26,"w":15,"x":-3,"y":17,"\u00fd":17,"\u00ff":17,"M":-9,"S":-4,"T":25,"V":29,"W":16,"X":-4,"Y":18,"\u00dd":18}},"\u00c2":{"d":"34,-39r82,-223v8,-20,8,-20,16,-1v6,14,61,162,84,217v18,43,21,37,49,44v-8,7,-50,3,-75,0v2,-5,8,-3,5,-12v-13,-29,-21,-65,-37,-91v-26,2,-60,-4,-81,3v-9,28,-22,57,-27,88v-2,13,31,8,16,15v-24,-2,-58,4,-76,-3v22,-3,35,-12,44,-37xm85,-118r68,0v2,0,2,-2,2,-3r-34,-97v-2,-5,-4,-5,-6,0v-9,33,-26,69,-30,100xm127,-342r47,35v-3,5,-8,10,-13,13v-11,-8,-27,-26,-37,-28v-15,3,-29,22,-43,28v-4,-14,38,-39,46,-48","w":252,"k":{"m":-8,"s":-3,"t":23,"v":26,"w":15,"x":-3,"y":17,"\u00fd":17,"\u00ff":17,"M":-9,"S":-4,"T":25,"V":29,"W":16,"X":-4,"Y":18,"\u00dd":18}},"\u00c4":{"d":"34,-39r82,-223v8,-20,8,-20,16,-1v6,14,61,162,84,217v18,43,21,37,49,44v-8,7,-50,3,-75,0v2,-5,8,-3,5,-12v-13,-29,-21,-65,-37,-91v-26,2,-60,-4,-81,3v-9,28,-22,57,-27,88v-2,13,31,8,16,15v-24,-2,-58,4,-76,-3v22,-3,35,-12,44,-37xm85,-118r68,0v2,0,2,-2,2,-3r-34,-97v-2,-5,-4,-5,-6,0v-9,33,-26,69,-30,100xm162,-299v-21,-1,-20,-29,0,-31v9,0,16,6,16,15v0,9,-6,16,-16,16xm90,-299v-21,-1,-20,-29,0,-31v9,0,15,6,15,15v0,9,-5,16,-15,16","w":252,"k":{"m":-8,"s":-3,"t":23,"v":26,"w":15,"x":-3,"y":17,"\u00fd":17,"\u00ff":17,"M":-9,"S":-4,"T":25,"V":29,"W":16,"X":-4,"Y":18,"\u00dd":18}},"\u00c0":{"d":"34,-39r82,-223v8,-20,8,-20,16,-1v6,14,61,162,84,217v18,43,21,37,49,44v-8,7,-50,3,-75,0v2,-5,8,-3,5,-12v-13,-29,-21,-65,-37,-91v-26,2,-60,-4,-81,3v-9,28,-22,57,-27,88v-2,13,31,8,16,15v-24,-2,-58,4,-76,-3v22,-3,35,-12,44,-37xm85,-118r68,0v2,0,2,-2,2,-3r-34,-97v-2,-5,-4,-5,-6,0v-9,33,-26,69,-30,100xm100,-338v6,10,31,25,48,37v-13,6,-69,-19,-79,-25v7,-6,24,-8,31,-12","w":252,"k":{"m":-8,"s":-3,"t":23,"v":26,"w":15,"x":-3,"y":17,"\u00fd":17,"\u00ff":17,"M":-9,"S":-4,"T":25,"V":29,"W":16,"X":-4,"Y":18,"\u00dd":18}},"\u00c5":{"d":"34,-39r82,-223v8,-20,8,-20,16,-1v6,14,61,162,84,217v18,43,21,37,49,44v-8,7,-50,3,-75,0v2,-5,8,-3,5,-12v-13,-29,-21,-65,-37,-91v-26,2,-60,-4,-81,3v-9,28,-22,57,-27,88v-2,13,31,8,16,15v-24,-2,-58,4,-76,-3v22,-3,35,-12,44,-37xm85,-118r68,0v2,0,2,-2,2,-3r-34,-97v-2,-5,-4,-5,-6,0v-9,33,-26,69,-30,100xm162,-327v0,33,-70,46,-72,11v0,-16,18,-31,43,-31v18,0,29,8,29,20xm124,-304v24,2,30,-35,3,-35v-8,0,-21,6,-21,18v0,11,9,17,18,17","w":252,"k":{"m":-8,"s":-3,"t":23,"v":26,"w":15,"x":-3,"y":17,"\u00fd":17,"\u00ff":17,"M":-9,"S":-4,"T":25,"V":29,"W":16,"X":-4,"Y":18,"\u00dd":18}},"\u00c3":{"d":"34,-39r82,-223v8,-20,8,-20,16,-1v6,14,61,162,84,217v18,43,21,37,49,44v-8,7,-50,3,-75,0v2,-5,8,-3,5,-12v-13,-29,-21,-65,-37,-91v-26,2,-60,-4,-81,3v-9,28,-22,57,-27,88v-2,13,31,8,16,15v-24,-2,-58,4,-76,-3v22,-3,35,-12,44,-37xm85,-118r68,0v2,0,2,-2,2,-3r-34,-97v-2,-5,-4,-5,-6,0v-9,33,-26,69,-30,100xm180,-330v8,8,-17,31,-28,31v-26,0,-29,-15,-53,-17v-19,-1,-19,20,-30,14v5,-12,19,-30,34,-31v15,-1,33,17,51,17v18,0,19,-11,26,-14","w":252,"k":{"m":-8,"s":-3,"t":23,"v":26,"w":15,"x":-3,"y":17,"\u00fd":17,"\u00ff":17,"M":-9,"S":-4,"T":25,"V":29,"W":16,"X":-4,"Y":18,"\u00dd":18}},"\u00c7":{"d":"171,-262v-94,0,-116,49,-116,120v0,69,53,132,130,132v41,0,73,-16,76,-49v1,-6,7,-7,6,0v-1,7,-1,55,-17,57v-16,7,-47,8,-73,8v-6,5,-17,15,-20,18v22,2,36,11,36,26v0,23,-38,42,-58,33v10,-8,36,-7,34,-26v4,-12,-15,-22,-31,-29v5,-8,18,-16,25,-23v-125,-7,-186,-144,-100,-243v33,-39,133,-44,199,-28v13,2,-3,50,2,61v0,5,-1,7,-3,7v-3,0,-3,-2,-3,-7v-2,-44,-36,-57,-87,-57","w":289,"k":{"t":2,"y":-6,"\u00fd":-6,"\u00ff":-6,"T":2,"Y":-5,"\u00dd":-5,"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"C":4,"\u00c7":4,"O":4,"\u00d8":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4,"Q":4}},"\u00c9":{"d":"190,-48v3,15,7,54,-22,50v-42,-6,-93,4,-130,-4v10,-4,24,-2,24,-23v0,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v36,-10,107,7,149,-6v3,6,-1,39,-6,48v-2,0,-2,-2,-2,-5v7,-32,-51,-25,-78,-26v-4,29,-3,77,0,107v18,-2,75,6,80,-11v3,5,-1,44,-5,53v-2,0,-3,-1,-3,-3v10,-33,-49,-25,-71,-27v-8,20,-3,63,-3,96v0,25,7,30,42,30v31,0,50,-9,54,-36xm94,-301v18,-16,49,-33,62,-38v4,3,14,17,11,23v-25,-4,-57,17,-73,15","w":219,"k":{"v":-10,"w":-12,"x":-14,"y":-10,"\u00fd":-10,"\u00ff":-10,"V":-9,"W":-11,"X":-13,"Y":-9,"\u00dd":-9}},"\u00ca":{"d":"190,-48v3,15,7,54,-22,50v-42,-6,-93,4,-130,-4v10,-4,24,-2,24,-23v0,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v36,-10,107,7,149,-6v3,6,-1,39,-6,48v-2,0,-2,-2,-2,-5v7,-32,-51,-25,-78,-26v-4,29,-3,77,0,107v18,-2,75,6,80,-11v3,5,-1,44,-5,53v-2,0,-3,-1,-3,-3v10,-33,-49,-25,-71,-27v-8,20,-3,63,-3,96v0,25,7,30,42,30v31,0,50,-9,54,-36xm118,-342v8,7,37,25,46,35v-4,4,-7,10,-12,13v-11,-8,-28,-25,-37,-28v-15,4,-30,20,-43,28v-1,0,-3,-2,-3,-3v8,-10,38,-38,49,-45","w":219,"k":{"v":-10,"w":-12,"x":-14,"y":-10,"\u00fd":-10,"\u00ff":-10,"V":-9,"W":-11,"X":-13,"Y":-9,"\u00dd":-9}},"\u00cb":{"d":"190,-48v3,15,7,54,-22,50v-42,-6,-93,4,-130,-4v10,-4,24,-2,24,-23v0,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v36,-10,107,7,149,-6v3,6,-1,39,-6,48v-2,0,-2,-2,-2,-5v7,-32,-51,-25,-78,-26v-4,29,-3,77,0,107v18,-2,75,6,80,-11v3,5,-1,44,-5,53v-2,0,-3,-1,-3,-3v10,-33,-49,-25,-71,-27v-8,20,-3,63,-3,96v0,25,7,30,42,30v31,0,50,-9,54,-36xm153,-299v-21,-1,-20,-29,0,-31v9,0,15,6,15,15v0,9,-5,16,-15,16xm80,-299v-22,-1,-19,-30,1,-31v9,0,15,6,15,15v0,9,-6,16,-16,16","w":219,"k":{"v":-10,"w":-12,"x":-14,"y":-10,"\u00fd":-10,"\u00ff":-10,"V":-9,"W":-11,"X":-13,"Y":-9,"\u00dd":-9}},"\u00c8":{"d":"190,-48v3,15,7,54,-22,50v-42,-6,-93,4,-130,-4v10,-4,24,-2,24,-23v0,-40,1,-184,1,-219v0,-19,-15,-20,-30,-24v36,-10,107,7,149,-6v3,6,-1,39,-6,48v-2,0,-2,-2,-2,-5v7,-32,-51,-25,-78,-26v-4,29,-3,77,0,107v18,-2,75,6,80,-11v3,5,-1,44,-5,53v-2,0,-3,-1,-3,-3v10,-33,-49,-25,-71,-27v-8,20,-3,63,-3,96v0,25,7,30,42,30v31,0,50,-9,54,-36xm91,-338v6,10,30,25,47,37v-13,5,-69,-20,-79,-25v7,-6,25,-8,32,-12","w":219,"k":{"v":-10,"w":-12,"x":-14,"y":-10,"\u00fd":-10,"\u00ff":-10,"V":-9,"W":-11,"X":-13,"Y":-9,"\u00dd":-9}},"\u00cd":{"d":"95,-244r1,219v-3,20,19,20,33,23v-33,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-20,-12,-21,-26,-24v25,-8,44,1,77,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22xm60,-301v18,-15,50,-32,62,-38v4,3,14,17,11,23v-25,-4,-57,17,-73,15","w":158,"k":{"c":6,"g":6,"o":6,"q":6,"\u00f8":6,"\u00e7":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"C":5,"\u00c7":5,"O":9,"\u00d8":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"Q":9,"G":5}},"\u00ce":{"d":"95,-244r1,219v-3,20,19,20,33,23v-33,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-20,-12,-21,-26,-24v25,-8,44,1,77,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22xm80,-342r47,35v-3,5,-8,10,-13,13v-11,-8,-27,-26,-37,-28v-14,4,-29,20,-42,28v-1,0,-3,-2,-3,-3v6,-11,39,-36,48,-45","w":158,"k":{"c":6,"g":6,"o":6,"q":6,"\u00f8":6,"\u00e7":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"C":5,"\u00c7":5,"O":9,"\u00d8":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"Q":9,"G":5}},"\u00cf":{"d":"95,-244r1,219v-3,20,19,20,33,23v-33,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-20,-12,-21,-26,-24v25,-8,44,1,77,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22xm115,-299v-22,-1,-19,-30,1,-31v9,0,15,6,15,15v0,9,-6,16,-16,16xm43,-299v-21,-1,-20,-29,0,-31v9,0,16,6,16,15v0,9,-6,16,-16,16","w":158,"k":{"c":6,"g":6,"o":6,"q":6,"\u00f8":6,"\u00e7":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"C":5,"\u00c7":5,"O":9,"\u00d8":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"Q":9,"G":5}},"\u00cc":{"d":"95,-244r1,219v-3,20,19,20,33,23v-33,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5v15,1,20,-6,21,-21v4,-40,1,-184,1,-219v0,-20,-12,-21,-26,-24v25,-8,44,1,77,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22xm53,-338v8,9,30,25,48,37v-12,5,-70,-19,-79,-25v7,-6,25,-7,31,-12","w":158,"k":{"c":6,"g":6,"o":6,"q":6,"\u00f8":6,"\u00e7":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"C":5,"\u00c7":5,"O":9,"\u00d8":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"Q":9,"G":5}},"\u00d1":{"d":"313,-269v-15,7,-26,5,-26,36r0,211v0,24,-1,26,-4,26v-72,-64,-147,-152,-214,-224r5,172v-1,45,11,40,35,46v-33,8,-40,-1,-79,3v-6,1,-8,-4,-3,-5v24,-1,25,-6,25,-48r1,-206v0,-14,1,-18,4,-18v24,20,174,188,213,229r-4,-183v4,-37,-16,-31,-35,-39v30,-4,50,-2,82,0xm228,-330v8,8,-18,31,-29,31v-26,0,-28,-15,-52,-17v-19,-1,-19,20,-30,14v5,-12,19,-30,34,-31v15,-1,33,17,51,17v18,0,19,-11,26,-14","w":340,"k":{"c":6,"g":6,"o":6,"q":6,"\u00f8":6,"\u00e7":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"C":5,"\u00c7":5,"O":9,"\u00d8":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"Q":9,"G":5}},"\u00d3":{"d":"23,-135v0,-58,43,-141,142,-141v81,0,141,51,141,135v0,81,-56,147,-143,147v-99,0,-140,-76,-140,-141xm57,-145v0,84,50,137,115,137v32,0,100,-18,100,-123v0,-167,-215,-181,-215,-14xm145,-301v18,-15,50,-32,62,-38v5,2,16,18,11,23v-26,-4,-57,17,-73,15","w":329,"k":{"m":4,"t":11,"v":4,"w":2,"x":10,"y":4,"\u00fd":4,"\u00ff":4,"M":4,"T":10,"V":4,"W":2,"X":9,"Y":4,"\u00dd":4,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"b":12,"d":12,"e":12,"f":12,"h":12,"i":12,"k":12,"l":12,"n":12,"p":12,"r":12,"\u00fe":12,"\u00f0":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"\u00ed":12,"\u00ee":12,"\u00ef":12,"\u00ec":12,"\u00f1":12,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,"B":11,"D":11,"E":11,"F":11,"H":11,"I":11,"K":11,"L":11,"N":11,"P":11,"R":11,"\u00d0":11,"\u00de":11,"\u00c9":11,"\u00ca":11,"\u00cb":11,"\u00c8":11,"\u00cd":11,"\u00ce":11,"\u00cf":11,"\u00cc":11,"\u00d1":11,"j":8,"J":7}},"\u00d4":{"d":"23,-135v0,-58,43,-141,142,-141v81,0,141,51,141,135v0,81,-56,147,-143,147v-99,0,-140,-76,-140,-141xm57,-145v0,84,50,137,115,137v32,0,100,-18,100,-123v0,-167,-215,-181,-215,-14xm166,-342v8,7,37,25,46,35v-4,4,-7,11,-13,13v-9,-9,-28,-25,-36,-28v-15,4,-30,20,-43,28v-1,0,-3,-2,-3,-3v8,-10,38,-38,49,-45","w":329,"k":{"m":4,"t":11,"v":4,"w":2,"x":10,"y":4,"\u00fd":4,"\u00ff":4,"M":4,"T":10,"V":4,"W":2,"X":9,"Y":4,"\u00dd":4,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"b":12,"d":12,"e":12,"f":12,"h":12,"i":12,"k":12,"l":12,"n":12,"p":12,"r":12,"\u00fe":12,"\u00f0":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"\u00ed":12,"\u00ee":12,"\u00ef":12,"\u00ec":12,"\u00f1":12,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,"B":11,"D":11,"E":11,"F":11,"H":11,"I":11,"K":11,"L":11,"N":11,"P":11,"R":11,"\u00d0":11,"\u00de":11,"\u00c9":11,"\u00ca":11,"\u00cb":11,"\u00c8":11,"\u00cd":11,"\u00ce":11,"\u00cf":11,"\u00cc":11,"\u00d1":11,"j":8,"J":7}},"\u00d6":{"d":"23,-135v0,-58,43,-141,142,-141v81,0,141,51,141,135v0,81,-56,147,-143,147v-99,0,-140,-76,-140,-141xm57,-145v0,84,50,137,115,137v32,0,100,-18,100,-123v0,-167,-215,-181,-215,-14xm201,-299v-22,-1,-21,-29,0,-31v9,0,15,6,15,15v0,9,-5,16,-15,16xm128,-299v-22,-1,-19,-30,1,-31v9,0,15,6,15,15v0,9,-6,16,-16,16","w":329,"k":{"m":4,"t":11,"v":4,"w":2,"x":10,"y":4,"\u00fd":4,"\u00ff":4,"M":4,"T":10,"V":4,"W":2,"X":9,"Y":4,"\u00dd":4,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"b":12,"d":12,"e":12,"f":12,"h":12,"i":12,"k":12,"l":12,"n":12,"p":12,"r":12,"\u00fe":12,"\u00f0":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"\u00ed":12,"\u00ee":12,"\u00ef":12,"\u00ec":12,"\u00f1":12,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,"B":11,"D":11,"E":11,"F":11,"H":11,"I":11,"K":11,"L":11,"N":11,"P":11,"R":11,"\u00d0":11,"\u00de":11,"\u00c9":11,"\u00ca":11,"\u00cb":11,"\u00c8":11,"\u00cd":11,"\u00ce":11,"\u00cf":11,"\u00cc":11,"\u00d1":11,"j":8,"J":7}},"\u00d2":{"d":"23,-135v0,-58,43,-141,142,-141v81,0,141,51,141,135v0,81,-56,147,-143,147v-99,0,-140,-76,-140,-141xm57,-145v0,84,50,137,115,137v32,0,100,-18,100,-123v0,-167,-215,-181,-215,-14xm139,-338v6,10,30,25,47,37v-13,5,-69,-20,-79,-25v7,-6,25,-8,32,-12","w":329,"k":{"m":4,"t":11,"v":4,"w":2,"x":10,"y":4,"\u00fd":4,"\u00ff":4,"M":4,"T":10,"V":4,"W":2,"X":9,"Y":4,"\u00dd":4,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"b":12,"d":12,"e":12,"f":12,"h":12,"i":12,"k":12,"l":12,"n":12,"p":12,"r":12,"\u00fe":12,"\u00f0":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"\u00ed":12,"\u00ee":12,"\u00ef":12,"\u00ec":12,"\u00f1":12,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,"B":11,"D":11,"E":11,"F":11,"H":11,"I":11,"K":11,"L":11,"N":11,"P":11,"R":11,"\u00d0":11,"\u00de":11,"\u00c9":11,"\u00ca":11,"\u00cb":11,"\u00c8":11,"\u00cd":11,"\u00ce":11,"\u00cf":11,"\u00cc":11,"\u00d1":11,"j":8,"J":7}},"\u00d5":{"d":"23,-135v0,-58,43,-141,142,-141v81,0,141,51,141,135v0,81,-56,147,-143,147v-99,0,-140,-76,-140,-141xm57,-145v0,84,50,137,115,137v32,0,100,-18,100,-123v0,-167,-215,-181,-215,-14xm219,-330v7,10,-18,29,-29,31v-26,-1,-29,-16,-53,-17v-18,-1,-19,19,-29,14v5,-12,18,-30,33,-31v15,-1,34,17,52,17v18,0,19,-11,26,-14","w":329,"k":{"m":4,"t":11,"v":4,"w":2,"x":10,"y":4,"\u00fd":4,"\u00ff":4,"M":4,"T":10,"V":4,"W":2,"X":9,"Y":4,"\u00dd":4,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"b":12,"d":12,"e":12,"f":12,"h":12,"i":12,"k":12,"l":12,"n":12,"p":12,"r":12,"\u00fe":12,"\u00f0":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"\u00ed":12,"\u00ee":12,"\u00ef":12,"\u00ec":12,"\u00f1":12,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,"B":11,"D":11,"E":11,"F":11,"H":11,"I":11,"K":11,"L":11,"N":11,"P":11,"R":11,"\u00d0":11,"\u00de":11,"\u00c9":11,"\u00ca":11,"\u00cb":11,"\u00c8":11,"\u00cd":11,"\u00ce":11,"\u00cf":11,"\u00cc":11,"\u00d1":11,"j":8,"J":7}},"\u00da":{"d":"156,-8v73,0,77,-77,77,-159r0,-77v0,-19,-16,-20,-31,-24v27,-8,43,1,74,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22v0,86,17,174,-34,223v-25,24,-53,27,-74,27v-12,0,-48,-1,-74,-25v-43,-13,-33,-174,-33,-225v0,-19,-15,-20,-30,-24v29,-8,48,1,83,-3v6,-1,6,4,3,5v-15,0,-23,5,-23,22r0,128v0,78,25,108,81,108xm137,-301v18,-15,50,-32,62,-38v4,3,14,17,11,23v-25,-4,-57,17,-73,15","w":298,"k":{"m":6,"M":6,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"\u00fe":11,"\u00f0":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00ed":11,"\u00ee":11,"\u00ef":11,"\u00ec":11,"\u00f1":11,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6}},"\u00db":{"d":"156,-8v73,0,77,-77,77,-159r0,-77v0,-19,-16,-20,-31,-24v27,-8,43,1,74,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22v0,86,17,174,-34,223v-25,24,-53,27,-74,27v-12,0,-48,-1,-74,-25v-43,-13,-33,-174,-33,-225v0,-19,-15,-20,-30,-24v29,-8,48,1,83,-3v6,-1,6,4,3,5v-15,0,-23,5,-23,22r0,128v0,78,25,108,81,108xm156,-342v8,7,37,25,46,35v-4,4,-7,11,-13,13v-11,-8,-27,-25,-36,-28v-15,4,-30,20,-43,28v-1,0,-3,-2,-3,-3v7,-11,39,-37,49,-45","w":298,"k":{"m":6,"M":6,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"\u00fe":11,"\u00f0":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00ed":11,"\u00ee":11,"\u00ef":11,"\u00ec":11,"\u00f1":11,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6}},"\u00dc":{"d":"156,-8v73,0,77,-77,77,-159r0,-77v0,-19,-16,-20,-31,-24v27,-8,43,1,74,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22v0,86,17,174,-34,223v-25,24,-53,27,-74,27v-12,0,-48,-1,-74,-25v-43,-13,-33,-174,-33,-225v0,-19,-15,-20,-30,-24v29,-8,48,1,83,-3v6,-1,6,4,3,5v-15,0,-23,5,-23,22r0,128v0,78,25,108,81,108xm192,-299v-22,-1,-19,-30,1,-31v9,0,15,6,15,15v0,9,-6,16,-16,16xm120,-299v-21,-1,-20,-29,0,-31v9,0,16,6,16,15v0,9,-6,16,-16,16","w":298,"k":{"m":6,"M":6,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"\u00fe":11,"\u00f0":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00ed":11,"\u00ee":11,"\u00ef":11,"\u00ec":11,"\u00f1":11,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6}},"\u00d9":{"d":"156,-8v73,0,77,-77,77,-159r0,-77v0,-19,-16,-20,-31,-24v27,-8,43,1,74,-3v6,-1,8,4,3,5v-15,0,-22,5,-22,22v0,86,17,174,-34,223v-25,24,-53,27,-74,27v-12,0,-48,-1,-74,-25v-43,-13,-33,-174,-33,-225v0,-19,-15,-20,-30,-24v29,-8,48,1,83,-3v6,-1,6,4,3,5v-15,0,-23,5,-23,22r0,128v0,78,25,108,81,108xm125,-338v6,10,31,24,47,37v-12,5,-69,-19,-78,-25v7,-6,24,-8,31,-12","w":298,"k":{"m":6,"M":6,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"\u00fe":11,"\u00f0":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00ed":11,"\u00ee":11,"\u00ef":11,"\u00ec":11,"\u00f1":11,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6}},"\u00dd":{"d":"81,-4v36,1,23,-52,23,-88v0,-19,-3,-28,-8,-38v-19,-21,-59,-128,-104,-136v-2,0,-3,-1,-3,-3v23,-3,47,-2,75,0v-7,4,-13,11,-5,24r66,114v11,-27,60,-95,66,-124v2,-9,-9,-9,-11,-14v19,-3,46,-2,69,0v-50,7,-89,105,-109,141v-11,20,-5,41,-6,67v-1,22,-3,67,32,57v2,0,3,1,3,2v-33,8,-48,-1,-85,3v-6,1,-8,-4,-3,-5xm109,-301v18,-15,50,-32,62,-38v4,3,14,17,11,23v-25,-4,-57,17,-73,15","w":235,"k":{"m":3,"t":-2,"v":-9,"w":-11,"x":-5,"M":3,"T":-2,"V":-8,"W":-10,"X":-4,"a":18,"\u00e6":18,"\u00e1":18,"\u00e2":18,"\u00e4":18,"\u00e0":18,"\u00e5":18,"\u00e3":18,"A":16,"\u00c6":16,"\u00c1":16,"\u00c2":16,"\u00c4":16,"\u00c0":16,"\u00c5":16,"\u00c3":16,"c":14,"g":14,"o":14,"q":14,"\u00f8":14,"\u00e7":14,"\u00f3":14,"\u00f4":14,"\u00f6":14,"\u00f2":14,"\u00f5":14,"C":4,"\u00c7":4,"O":7,"\u00d8":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d5":7,",":36,".":36,"G":4,")":-13,"]":-13,"}":-13,"-":11}},"\u00e1":{"d":"30,-33r74,-191v7,-17,9,-15,15,-1v6,13,56,140,76,186v16,38,21,28,44,38v-9,5,-47,2,-69,-1v2,-3,8,-3,5,-10v-11,-23,-17,-52,-31,-72v-25,1,-55,-3,-76,2v-7,22,-20,46,-23,70v-1,10,14,5,17,11v-21,4,-44,2,-71,0v16,-7,31,-10,39,-32xm74,-99v15,4,50,3,66,0r-31,-84v-2,-5,-3,-5,-5,0xm93,-260r62,-38v3,7,15,17,11,24v-24,-1,-55,10,-71,17v-1,0,-2,-2,-2,-3","w":224},"\u00e2":{"d":"30,-33r74,-191v7,-17,9,-15,15,-1v6,13,56,140,76,186v16,38,21,28,44,38v-9,5,-47,2,-69,-1v2,-3,8,-3,5,-10v-11,-23,-17,-52,-31,-72v-25,1,-55,-3,-76,2v-7,22,-20,46,-23,70v-1,10,14,5,17,11v-21,4,-44,2,-71,0v16,-7,31,-10,39,-32xm74,-99v15,4,50,3,66,0r-31,-84v-2,-5,-3,-5,-5,0xm113,-301r47,35v-3,5,-8,10,-13,13r-36,-28v-15,3,-28,22,-43,28v-1,0,-3,-2,-3,-3v6,-11,39,-36,48,-45","w":224},"\u00e4":{"d":"30,-33r74,-191v7,-17,9,-15,15,-1v6,13,56,140,76,186v16,38,21,28,44,38v-9,5,-47,2,-69,-1v2,-3,8,-3,5,-10v-11,-23,-17,-52,-31,-72v-25,1,-55,-3,-76,2v-7,22,-20,46,-23,70v-1,10,14,5,17,11v-21,4,-44,2,-71,0v16,-7,31,-10,39,-32xm74,-99v15,4,50,3,66,0r-31,-84v-2,-5,-3,-5,-5,0xm148,-257v-21,-2,-20,-30,1,-31v9,0,15,5,15,14v0,9,-6,17,-16,17xm76,-257v-20,-1,-21,-30,0,-31v9,0,16,5,16,14v0,9,-6,17,-16,17","w":224},"\u00e0":{"d":"30,-33r74,-191v7,-17,9,-15,15,-1v6,13,56,140,76,186v16,38,21,28,44,38v-9,5,-47,2,-69,-1v2,-3,8,-3,5,-10v-11,-23,-17,-52,-31,-72v-25,1,-55,-3,-76,2v-7,22,-20,46,-23,70v-1,10,14,5,17,11v-21,4,-44,2,-71,0v16,-7,31,-10,39,-32xm74,-99v15,4,50,3,66,0r-31,-84v-2,-5,-3,-5,-5,0xm86,-296v9,8,30,26,48,37v-13,5,-69,-21,-79,-26v7,-7,25,-6,31,-11","w":224},"\u00e5":{"d":"30,-33r74,-191v7,-17,9,-15,15,-1v6,13,56,140,76,186v16,38,21,28,44,38v-9,5,-47,2,-69,-1v2,-3,8,-3,5,-10v-11,-23,-17,-52,-31,-72v-25,1,-55,-3,-76,2v-7,22,-20,46,-23,70v-1,10,14,5,17,11v-21,4,-44,2,-71,0v16,-7,31,-10,39,-32xm74,-99v15,4,50,3,66,0r-31,-84v-2,-5,-3,-5,-5,0xm149,-285v0,33,-71,44,-72,10v0,-16,17,-31,42,-31v18,0,30,9,30,21xm111,-262v24,1,31,-36,2,-35v-8,0,-20,5,-20,17v0,11,9,18,18,18","w":224},"\u00e3":{"d":"30,-33r74,-191v7,-17,9,-15,15,-1v6,13,56,140,76,186v16,38,21,28,44,38v-9,5,-47,2,-69,-1v2,-3,8,-3,5,-10v-11,-23,-17,-52,-31,-72v-25,1,-55,-3,-76,2v-7,22,-20,46,-23,70v-1,10,14,5,17,11v-21,4,-44,2,-71,0v16,-7,31,-10,39,-32xm74,-99v15,4,50,3,66,0r-31,-84v-2,-5,-3,-5,-5,0xm167,-289v7,11,-18,30,-29,32v-26,-2,-29,-16,-53,-18v-18,-1,-19,19,-29,14v4,-12,19,-30,33,-31v15,-1,33,17,51,17v19,0,20,-10,27,-14","w":224},"\u00e7":{"d":"150,-222v-80,-1,-99,41,-99,101v0,59,46,111,114,111v36,0,60,-13,64,-40v1,-5,6,-6,6,0v-2,5,-2,47,-15,48v-16,6,-45,7,-70,7v-7,6,-18,16,-21,19v22,2,36,11,36,26v0,23,-38,42,-58,33v10,-8,36,-7,34,-26v4,-12,-15,-23,-32,-29v7,-8,20,-17,28,-24v-68,-2,-120,-63,-117,-122v3,-55,46,-123,132,-117v25,2,63,4,82,12v-2,18,2,42,-5,55v-6,-38,-29,-54,-79,-54","w":254,"k":{"t":2,"y":-5,"\u00fd":-5,"\u00ff":-5,"c":3,"g":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3}},"\u00e9":{"d":"46,-5v22,-22,9,-158,9,-203v0,-14,-8,-19,-24,-17v-3,-2,-4,-5,3,-5v43,0,92,3,131,-3v1,6,0,34,-6,41v-2,0,-2,-1,-2,-4v7,-28,-48,-19,-71,-21v-2,26,-2,65,0,89v16,-2,68,5,73,-9v4,11,0,35,-5,45v-1,0,-2,-1,-2,-3v8,-28,-48,-18,-65,-21v-6,18,2,53,-2,80v-4,32,42,26,69,22v11,-2,10,-20,18,-26v3,12,5,49,-20,42v-39,-2,-84,2,-119,-3v0,-4,9,-3,13,-4xm80,-260v19,-14,48,-33,61,-38v4,4,15,17,12,24v-24,-1,-55,10,-71,17v-1,0,-2,-2,-2,-3","w":198,"k":{"v":-8,"w":-10,"x":-12,"y":-8,"\u00fd":-8,"\u00ff":-8}},"\u00ea":{"d":"46,-5v22,-22,9,-158,9,-203v0,-14,-8,-19,-24,-17v-3,-2,-4,-5,3,-5v43,0,92,3,131,-3v1,6,0,34,-6,41v-2,0,-2,-1,-2,-4v7,-28,-48,-19,-71,-21v-2,26,-2,65,0,89v16,-2,68,5,73,-9v4,11,0,35,-5,45v-1,0,-2,-1,-2,-3v8,-28,-48,-18,-65,-21v-6,18,2,53,-2,80v-4,32,42,26,69,22v11,-2,10,-20,18,-26v3,12,5,49,-20,42v-39,-2,-84,2,-119,-3v0,-4,9,-3,13,-4xm104,-301v8,7,37,25,46,35v-4,4,-7,10,-12,13v-10,-9,-29,-23,-37,-28v-15,3,-28,22,-43,28v-1,0,-3,-2,-3,-3v8,-10,38,-38,49,-45","w":198,"k":{"v":-8,"w":-10,"x":-12,"y":-8,"\u00fd":-8,"\u00ff":-8}},"\u00eb":{"d":"46,-5v22,-22,9,-158,9,-203v0,-14,-8,-19,-24,-17v-3,-2,-4,-5,3,-5v43,0,92,3,131,-3v1,6,0,34,-6,41v-2,0,-2,-1,-2,-4v7,-28,-48,-19,-71,-21v-2,26,-2,65,0,89v16,-2,68,5,73,-9v4,11,0,35,-5,45v-1,0,-2,-1,-2,-3v8,-28,-48,-18,-65,-21v-6,18,2,53,-2,80v-4,32,42,26,69,22v11,-2,10,-20,18,-26v3,12,5,49,-20,42v-39,-2,-84,2,-119,-3v0,-4,9,-3,13,-4xm135,-257v-20,-1,-21,-30,0,-31v9,0,16,5,16,14v0,9,-6,17,-16,17xm63,-257v-20,-1,-21,-30,0,-31v9,0,15,5,15,14v0,9,-5,17,-15,17","w":198,"k":{"v":-8,"w":-10,"x":-12,"y":-8,"\u00fd":-8,"\u00ff":-8}},"\u00e8":{"d":"46,-5v22,-22,9,-158,9,-203v0,-14,-8,-19,-24,-17v-3,-2,-4,-5,3,-5v43,0,92,3,131,-3v1,6,0,34,-6,41v-2,0,-2,-1,-2,-4v7,-28,-48,-19,-71,-21v-2,26,-2,65,0,89v16,-2,68,5,73,-9v4,11,0,35,-5,45v-1,0,-2,-1,-2,-3v8,-28,-48,-18,-65,-21v-6,18,2,53,-2,80v-4,32,42,26,69,22v11,-2,10,-20,18,-26v3,12,5,49,-20,42v-39,-2,-84,2,-119,-3v0,-4,9,-3,13,-4xm80,-296v9,8,30,26,48,37v-12,5,-69,-20,-79,-26v7,-7,25,-6,31,-11","w":198,"k":{"v":-8,"w":-10,"x":-12,"y":-8,"\u00fd":-8,"\u00ff":-8}},"\u00ed":{"d":"107,-228v-8,6,-22,1,-22,20r1,186v-3,19,19,15,28,21v-32,4,-49,2,-81,0v6,-6,23,-1,21,-21v3,-34,1,-158,1,-186v0,-18,-14,-14,-22,-20v17,-4,53,-3,74,0xm51,-260v19,-14,48,-33,61,-38v4,4,17,18,11,24v-24,-1,-54,11,-70,17v-1,0,-2,-2,-2,-3","w":140,"k":{"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"\u00ee":{"d":"107,-228v-8,6,-22,1,-22,20r1,186v-3,19,19,15,28,21v-32,4,-49,2,-81,0v6,-6,23,-1,21,-21v3,-34,1,-158,1,-186v0,-18,-14,-14,-22,-20v17,-4,53,-3,74,0xm71,-301v9,10,66,33,34,48v-11,-9,-27,-24,-37,-28v-15,3,-27,23,-43,28v-4,-14,38,-39,46,-48","w":140,"k":{"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"\u00ef":{"d":"107,-228v-8,6,-22,1,-22,20r1,186v-3,19,19,15,28,21v-32,4,-49,2,-81,0v6,-6,23,-1,21,-21v3,-34,1,-158,1,-186v0,-18,-14,-14,-22,-20v17,-4,53,-3,74,0xm106,-257v-20,-1,-21,-30,0,-31v9,0,16,5,16,14v0,9,-6,17,-16,17xm33,-257v-21,-2,-20,-30,1,-31v9,0,15,5,15,14v0,9,-6,17,-16,17","w":140,"k":{"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"\u00ec":{"d":"107,-228v-8,6,-22,1,-22,20r1,186v-3,19,19,15,28,21v-32,4,-49,2,-81,0v6,-6,23,-1,21,-21v3,-34,1,-158,1,-186v0,-18,-14,-14,-22,-20v17,-4,53,-3,74,0xm44,-296v7,9,31,25,47,37v-12,5,-68,-20,-78,-26v7,-6,24,-7,31,-11","w":140,"k":{"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"\u00f1":{"d":"280,-228v-12,6,-23,3,-23,30r0,179v-2,41,0,21,-27,4r-164,-170r3,144v-2,40,13,32,31,40v-30,4,-44,2,-75,0v16,-9,24,0,24,-43r0,-175v-1,-25,10,-14,17,-6r175,183r-3,-153v2,-28,-8,-30,-28,-30v-2,0,-2,-2,-2,-3v17,-4,51,-3,72,0xm204,-289v9,9,-18,30,-29,32v-25,-2,-28,-17,-53,-18v-18,-1,-19,19,-29,14v6,-11,20,-30,34,-31v15,-1,33,17,51,17v18,0,20,-9,26,-14","w":299,"k":{"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"\u00f3":{"d":"20,-115v0,-49,38,-120,125,-120v71,0,126,44,126,115v0,68,-51,125,-127,125v-87,0,-124,-65,-124,-120xm53,-123v0,71,43,115,100,115v28,0,85,-14,85,-103v0,-142,-185,-152,-185,-12xm126,-260r62,-38v4,4,17,18,11,24v-25,-1,-54,11,-71,17v-1,0,-2,-2,-2,-3","w":290,"k":{"m":3,"t":9,"v":3,"w":2,"x":9,"y":3,"\u00fd":3,"\u00ff":3,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"b":10,"d":10,"e":10,"f":10,"h":10,"i":10,"k":10,"l":10,"n":10,"p":10,"r":10,"\u00fe":10,"\u00f0":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u00f1":10,"j":6}},"\u00f4":{"d":"20,-115v0,-49,38,-120,125,-120v71,0,126,44,126,115v0,68,-51,125,-127,125v-87,0,-124,-65,-124,-120xm53,-123v0,71,43,115,100,115v28,0,85,-14,85,-103v0,-142,-185,-152,-185,-12xm147,-301v8,7,37,25,46,35v-4,4,-7,11,-13,13r-36,-28v-15,3,-28,22,-43,28v-1,0,-3,-2,-3,-3v7,-11,39,-37,49,-45","w":290,"k":{"m":3,"t":9,"v":3,"w":2,"x":9,"y":3,"\u00fd":3,"\u00ff":3,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"b":10,"d":10,"e":10,"f":10,"h":10,"i":10,"k":10,"l":10,"n":10,"p":10,"r":10,"\u00fe":10,"\u00f0":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u00f1":10,"j":6}},"\u00f6":{"d":"20,-115v0,-49,38,-120,125,-120v71,0,126,44,126,115v0,68,-51,125,-127,125v-87,0,-124,-65,-124,-120xm53,-123v0,71,43,115,100,115v28,0,85,-14,85,-103v0,-142,-185,-152,-185,-12xm181,-257v-21,-2,-20,-30,1,-31v9,0,15,5,15,14v0,9,-6,17,-16,17xm109,-257v-20,-1,-21,-30,0,-31v9,0,16,5,16,14v0,9,-6,17,-16,17","w":290,"k":{"m":3,"t":9,"v":3,"w":2,"x":9,"y":3,"\u00fd":3,"\u00ff":3,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"b":10,"d":10,"e":10,"f":10,"h":10,"i":10,"k":10,"l":10,"n":10,"p":10,"r":10,"\u00fe":10,"\u00f0":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u00f1":10,"j":6}},"\u00f2":{"d":"20,-115v0,-49,38,-120,125,-120v71,0,126,44,126,115v0,68,-51,125,-127,125v-87,0,-124,-65,-124,-120xm53,-123v0,71,43,115,100,115v28,0,85,-14,85,-103v0,-142,-185,-152,-185,-12xm120,-296v7,8,30,26,47,37v-13,5,-69,-21,-79,-26v7,-7,25,-7,32,-11","w":290,"k":{"m":3,"t":9,"v":3,"w":2,"x":9,"y":3,"\u00fd":3,"\u00ff":3,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"b":10,"d":10,"e":10,"f":10,"h":10,"i":10,"k":10,"l":10,"n":10,"p":10,"r":10,"\u00fe":10,"\u00f0":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u00f1":10,"j":6}},"\u00f5":{"d":"20,-115v0,-49,38,-120,125,-120v71,0,126,44,126,115v0,68,-51,125,-127,125v-87,0,-124,-65,-124,-120xm53,-123v0,71,43,115,100,115v28,0,85,-14,85,-103v0,-142,-185,-152,-185,-12xm203,-289v9,9,-18,30,-29,32v-25,-2,-28,-17,-53,-18v-18,-1,-19,19,-29,14v6,-11,20,-30,34,-31v15,-1,33,17,51,17v18,0,20,-9,26,-14","w":290,"k":{"m":3,"t":9,"v":3,"w":2,"x":9,"y":3,"\u00fd":3,"\u00ff":3,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"b":10,"d":10,"e":10,"f":10,"h":10,"i":10,"k":10,"l":10,"n":10,"p":10,"r":10,"\u00fe":10,"\u00f0":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u00f1":10,"j":6}},"\u00fa":{"d":"140,-8v63,0,67,-64,67,-134v0,-48,-1,-56,-1,-66v0,-18,-15,-15,-26,-20v17,-4,50,-3,71,0v-6,5,-25,2,-22,20v-4,75,15,150,-30,191v-22,21,-47,22,-66,22v-10,0,-44,-1,-66,-22v-36,-10,-26,-148,-28,-191v-1,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v24,1,53,-3,73,2v-5,6,-23,1,-21,20v-2,4,-1,81,-1,109v0,67,22,91,71,91xm113,-260v19,-14,48,-33,61,-38v4,4,17,18,11,24v-24,-1,-54,11,-71,17v-1,0,-1,-2,-1,-3","w":263,"k":{"m":5,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6}},"\u00fb":{"d":"140,-8v63,0,67,-64,67,-134v0,-48,-1,-56,-1,-66v0,-18,-15,-15,-26,-20v17,-4,50,-3,71,0v-6,5,-25,2,-22,20v-4,75,15,150,-30,191v-22,21,-47,22,-66,22v-10,0,-44,-1,-66,-22v-36,-10,-26,-148,-28,-191v-1,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v24,1,53,-3,73,2v-5,6,-23,1,-21,20v-2,4,-1,81,-1,109v0,67,22,91,71,91xm133,-301v9,6,37,26,46,35v-4,4,-7,10,-12,13v-11,-9,-27,-24,-37,-28v-15,3,-27,23,-43,28v-4,-14,38,-39,46,-48","w":263,"k":{"m":5,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6}},"\u00fc":{"d":"140,-8v63,0,67,-64,67,-134v0,-48,-1,-56,-1,-66v0,-18,-15,-15,-26,-20v17,-4,50,-3,71,0v-6,5,-25,2,-22,20v-4,75,15,150,-30,191v-22,21,-47,22,-66,22v-10,0,-44,-1,-66,-22v-36,-10,-26,-148,-28,-191v-1,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v24,1,53,-3,73,2v-5,6,-23,1,-21,20v-2,4,-1,81,-1,109v0,67,22,91,71,91xm175,-257v-21,-1,-22,-30,0,-31v9,0,15,5,15,14v0,9,-5,17,-15,17xm102,-257v-21,-2,-20,-30,1,-31v9,0,15,5,15,14v0,9,-6,17,-16,17","w":263,"k":{"m":5,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6}},"\u00f9":{"d":"140,-8v63,0,67,-64,67,-134v0,-48,-1,-56,-1,-66v0,-18,-15,-15,-26,-20v17,-4,50,-3,71,0v-6,5,-25,2,-22,20v-4,75,15,150,-30,191v-22,21,-47,22,-66,22v-10,0,-44,-1,-66,-22v-36,-10,-26,-148,-28,-191v-1,-14,-8,-19,-24,-17v-3,-2,-4,-6,3,-5v24,1,53,-3,73,2v-5,6,-23,1,-21,20v-2,4,-1,81,-1,109v0,67,22,91,71,91xm113,-296v7,8,30,26,47,37v-13,5,-69,-21,-79,-26v7,-7,25,-7,32,-11","w":263,"k":{"m":5,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6}},"\u00fd":{"d":"72,-4v30,1,20,-44,20,-74v0,-17,-2,-23,-7,-32v-17,-17,-51,-109,-90,-115v-4,0,-6,-5,0,-5v20,1,46,-3,63,2v-8,2,-12,11,-4,20r57,95v9,-23,53,-79,57,-104v2,-7,-9,-8,-9,-12v16,-2,43,-2,62,0v-9,8,-26,7,-35,23v-20,37,-79,87,-65,154v-1,18,-2,57,27,48v2,0,3,2,3,3v-32,3,-50,2,-81,0v0,-1,0,-3,2,-3xm85,-260v19,-14,48,-33,61,-38v4,4,17,18,11,24v-24,-1,-54,11,-71,17v-1,0,-1,-2,-1,-3","w":207,"k":{"m":3,"t":-2,"v":-7,"w":-9,"x":-4,"a":15,"\u00e6":15,"\u00e1":15,"\u00e2":15,"\u00e4":15,"\u00e0":15,"\u00e5":15,"\u00e3":15,"c":3,"g":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,",":33,".":33,")":-12,"]":-12,"}":-12,"-":10}},"\u00ff":{"d":"72,-4v30,1,20,-44,20,-74v0,-17,-2,-23,-7,-32v-17,-17,-51,-109,-90,-115v-4,0,-6,-5,0,-5v20,1,46,-3,63,2v-8,2,-12,11,-4,20r57,95v9,-23,53,-79,57,-104v2,-7,-9,-8,-9,-12v16,-2,43,-2,62,0v-9,8,-26,7,-35,23v-20,37,-79,87,-65,154v-1,18,-2,57,27,48v2,0,3,2,3,3v-32,3,-50,2,-81,0v0,-1,0,-3,2,-3xm143,-257v-20,-1,-21,-30,0,-31v9,0,16,5,16,14v0,9,-6,17,-16,17xm71,-257v-21,-1,-22,-30,0,-31v9,0,15,5,15,14v0,9,-5,17,-15,17","w":207,"k":{"m":3,"t":-2,"v":-7,"w":-9,"x":-4,"a":15,"\u00e6":15,"\u00e1":15,"\u00e2":15,"\u00e4":15,"\u00e0":15,"\u00e5":15,"\u00e3":15,"c":3,"g":3,"o":3,"q":3,"\u00f8":3,"\u00e7":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,",":33,".":33,")":-12,"]":-12,"}":-12,"-":10}},"\u00a0":{"w":117},"\u00ad":{"d":"128,-108v-18,14,-93,11,-113,25v-3,-6,-2,-30,11,-29v33,2,77,-5,102,4","w":140}}});Cufon.registerFont({"w":216,"face":{"font-family":"Trajan Bold","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 2 6 2 5 5 6 2 3 1","ascent":"270","descent":"-90","x-height":"5","cap-height":"1","bbox":"-33 -354 550 94","underline-thickness":"18","underline-position":"-18","stemh":"17","stemv":"42","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":108},"!":{"d":"58,6v-27,-1,-27,-39,0,-41v12,0,20,8,20,20v0,12,-8,21,-20,21xm57,-59v-19,-53,-8,-129,-25,-185v8,-19,28,-29,48,-32v8,8,-2,18,-3,51v-4,15,-10,155,-20,166","w":115},"\"":{"d":"39,-180v-7,-20,-16,-93,-18,-86v0,-5,7,-6,18,-6v11,0,19,1,19,6xm90,-180v-7,-20,-16,-93,-18,-86v0,-5,7,-6,18,-6v11,0,19,1,19,6","w":129},"#":{"d":"206,-166r-43,0r-8,54r40,0r0,30r-44,0r-12,82r-21,0r11,-82r-54,0r-13,82r-21,0r12,-82r-43,0r0,-30r47,0r9,-54r-45,0r0,-29r48,0r12,-76r22,0r-12,76r54,0r12,-76r21,0r-11,76r39,0r0,29xm141,-166r-54,0r-8,54r55,0"},"$":{"d":"185,-257v-2,11,0,40,-8,44v-7,-9,1,-23,-14,-34v-6,-7,-19,-11,-25,-11r-11,97v36,24,60,47,60,87v0,55,-50,74,-78,74v-3,14,3,36,-18,34v-5,-7,2,-24,1,-34v-11,-2,-60,-1,-57,-23v2,-28,1,-43,10,-52v7,9,-1,32,13,42v10,11,26,16,36,16r11,-106v-40,-30,-59,-51,-59,-85v0,-44,44,-65,77,-65v1,-15,1,-41,21,-33r-4,33v23,3,42,0,45,16xm111,-171r10,-87v-13,0,-42,6,-42,40v0,20,15,33,32,47xm121,-112r-9,95v24,-1,41,-20,41,-46v0,-22,-14,-37,-32,-49"},"%":{"d":"232,0v-91,-4,-84,-130,3,-132v91,4,84,130,-3,132xm234,-12v22,0,34,-22,34,-52v0,-27,-13,-56,-35,-56v-23,0,-34,24,-34,52v0,26,14,56,35,56xm115,-3v-3,9,-18,4,-26,7v-5,1,-6,0,-4,-4v36,-80,111,-254,115,-262v-22,3,-75,3,-79,6v40,29,28,122,-44,118v-91,-4,-83,-132,4,-132v65,0,127,-10,141,-7xm78,-150v22,0,35,-21,35,-51v0,-27,-13,-56,-35,-56v-23,0,-34,23,-34,51v0,26,13,56,34,56","w":312},"&":{"d":"236,-53v37,30,51,40,89,48v3,0,5,0,5,3v-44,7,-92,6,-124,-25v-12,11,-36,33,-85,33v-77,0,-100,-48,-100,-79v0,-42,37,-76,59,-86v-40,-56,-20,-117,69,-117v22,0,46,0,49,17v-2,17,0,47,-8,52v-4,-27,-15,-55,-53,-53v-15,0,-38,10,-38,41v0,57,89,120,123,155v12,-15,32,-79,-7,-78v-2,0,-5,-1,-5,-3v8,-6,53,-5,61,6v0,28,-14,62,-35,86xm192,-38v-43,-38,-73,-68,-103,-107v-12,9,-25,26,-25,55v0,45,32,73,69,73v28,0,51,-14,59,-21","w":298},"(":{"d":"108,-266v-17,25,-52,77,-53,150v0,72,24,118,53,157v0,2,-2,3,-3,3v-32,-21,-84,-74,-84,-155v0,-82,57,-140,84,-158v1,0,3,2,3,3","w":129,"k":{"v":-11,"w":-4,"y":-11,"\u00fd":-11,"\u00ff":-11,"V":-11,"W":-4,"Y":-11,"\u00dd":-11}},")":{"d":"22,41v17,-25,51,-77,52,-150v1,-73,-25,-117,-52,-157v0,-2,1,-3,2,-3v34,20,85,74,85,155v0,81,-57,142,-85,158v-1,0,-2,-2,-2,-3","w":129},"*":{"d":"86,-184v-10,-6,-14,-32,-19,-44v-7,5,-12,29,-15,39v-5,9,-30,-4,-28,-6v-1,-15,41,-29,36,-39v-12,-1,-30,-1,-38,1v-3,0,-4,-18,-4,-26v0,-4,0,-5,4,-5v14,-2,38,30,44,23v-2,-17,-11,-31,-13,-40v1,-4,28,-16,30,-6v3,9,-14,37,-10,48v21,-7,28,-19,38,-25v2,0,13,27,5,31v-2,1,-35,-2,-44,0v6,13,28,25,36,30v0,5,-18,19,-22,19","w":136},"+":{"d":"183,-80r-73,0r0,73r-23,0r0,-73r-73,0r0,-22r73,0r0,-74r23,0r0,74r73,0r0,22","w":197},",":{"d":"28,47v-7,-10,15,-32,10,-41v0,-21,-15,-27,-15,-32v0,-13,16,-24,27,-24v34,24,3,73,-22,97","w":90},"-":{"d":"27,-113r102,0v6,0,12,1,12,5v-21,18,-101,15,-125,31v-5,-6,-4,-37,11,-36","w":153},".":{"d":"45,0v-30,-1,-29,-42,0,-44v12,0,22,8,22,21v0,13,-8,23,-22,23","w":90},"\/":{"d":"24,5v-5,6,-23,-5,-18,-13r165,-266v5,-6,18,3,18,10","w":195},"0":{"d":"201,-143v0,89,-34,149,-96,149v-71,0,-90,-82,-90,-133v0,-84,29,-149,96,-149v71,0,90,76,90,133xm112,-10v64,0,64,-251,-9,-250v-27,0,-46,37,-46,119v0,62,15,131,55,131"},"1":{"d":"37,-211v8,-11,74,-52,97,-65v10,22,-4,194,3,249v-4,25,31,15,42,25v-49,8,-68,-1,-128,3v-8,2,-7,-7,-3,-7v16,-1,48,2,43,-21v3,-44,2,-132,2,-186v0,-9,-1,-13,-6,-13v-11,-2,-41,27,-50,15"},"2":{"d":"202,-62v-7,19,5,74,-42,62r-141,0v-9,-2,-5,-10,2,-14v50,-44,122,-101,122,-177v0,-57,-31,-68,-49,-68v-29,0,-53,23,-53,47v0,4,-1,7,-5,7v-7,-5,-3,-34,-5,-50v10,-17,34,-21,69,-21v63,0,90,35,90,77v0,70,-77,130,-123,167v-2,1,-2,3,0,3v48,-3,123,9,128,-34v1,-4,2,-6,4,-6v3,0,3,3,3,7"},"3":{"d":"77,-148v18,-12,61,-17,63,-67v0,-15,-11,-44,-48,-44v-33,0,-49,21,-53,44v-4,-11,-12,-42,-1,-48v12,-6,34,-13,64,-13v69,0,82,36,82,53v0,36,-40,58,-53,66v27,6,64,27,64,71v0,50,-44,92,-114,92v-33,0,-55,0,-60,-19v2,-21,-2,-44,6,-51v2,0,4,2,4,5v0,23,18,47,54,47v36,0,65,-18,65,-61v0,-48,-43,-65,-61,-68v-9,-2,-12,-4,-12,-7"},"4":{"d":"163,-71v1,27,-7,73,32,65v2,0,4,1,4,4v-37,8,-59,-1,-106,3v-7,2,-8,-7,-3,-7v16,1,38,-3,34,-21v1,-16,1,-32,1,-44r-111,0v-12,2,-9,-11,-4,-15v11,-9,133,-185,149,-190v11,42,0,117,4,177v17,4,45,-9,48,1v-2,6,-3,27,-16,27r-32,0xm125,-99r-1,-111v-8,12,-68,95,-80,111r81,0"},"5":{"d":"28,-14v1,-14,-3,-44,6,-52v3,0,3,2,3,6v0,39,24,48,49,48v29,0,59,-19,59,-66v0,-58,-63,-81,-91,-85v-4,-1,-6,-2,-6,-7r8,-95v0,-4,3,-5,7,-5v38,-2,81,2,116,-3v8,11,1,25,-2,53v0,2,0,5,-3,5v-8,-11,1,-25,-35,-25r-66,0r-5,44v54,9,120,38,120,101v0,48,-35,101,-119,101v-17,0,-42,0,-41,-20"},"6":{"d":"82,-138v-3,-16,27,-21,48,-21v51,0,74,41,74,73v0,56,-41,92,-94,92v-55,0,-95,-38,-95,-103v0,-71,58,-153,141,-179v2,0,5,1,5,3v0,3,-5,6,-9,8v-42,24,-92,82,-92,168v0,42,18,87,54,87v25,0,46,-18,46,-60v0,-63,-35,-81,-78,-68"},"7":{"d":"171,-237v-52,5,-129,-17,-139,28v0,3,-2,5,-4,5v-7,-13,2,-63,6,-70v28,8,135,-1,173,7v-32,53,-94,188,-94,251v0,7,-30,22,-46,22v-4,0,-5,-1,-5,-4v11,-57,55,-142,109,-239"},"8":{"d":"105,6v-53,0,-90,-26,-90,-70v0,-40,31,-67,66,-81v-72,-29,-75,-131,33,-131v44,0,74,20,74,55v0,38,-33,59,-53,67v26,14,66,35,66,80v0,42,-36,80,-96,80xm56,-67v0,32,23,57,52,57v28,0,51,-22,51,-55v0,-36,-29,-52,-61,-71v-19,11,-42,32,-42,69xm150,-218v0,-27,-17,-43,-39,-43v-31,0,-44,23,-44,43v0,22,15,37,48,55v10,-5,35,-19,35,-55"},"9":{"d":"135,-147v8,16,-28,24,-46,24v-52,0,-74,-39,-74,-69v0,-49,37,-84,92,-84v59,0,91,43,91,98v0,103,-86,167,-139,186v-1,0,-4,-1,-4,-3v0,-3,3,-5,5,-6v37,-23,93,-82,93,-167v0,-64,-26,-92,-54,-92v-26,0,-44,23,-44,54v0,73,45,77,80,59"},":":{"d":"45,-11v-30,-1,-29,-42,0,-44v12,0,22,8,22,21v0,13,-8,23,-22,23xm45,-132v-30,-1,-29,-42,0,-44v12,0,22,7,22,20v0,13,-9,24,-22,24","w":90},";":{"d":"28,43v-7,-9,16,-32,10,-41v0,-21,-15,-26,-15,-31v0,-13,16,-25,27,-25v34,24,4,73,-22,97xm45,-132v-30,-1,-29,-43,0,-44v12,0,22,7,22,20v0,13,-9,24,-22,24","w":90},"<":{"d":"183,-7r-169,-72r0,-25r169,-72r0,24r-141,61r141,60r0,24","w":197},"=":{"d":"183,-114r-169,0r0,-22r169,0r0,22xm183,-46r-169,0r0,-22r169,0r0,22","w":197},">":{"d":"183,-79r-169,72r0,-24r142,-60r-142,-61r0,-24r169,72r0,25","w":197},"?":{"d":"22,-256v9,-15,32,-20,68,-20v59,0,76,32,76,54v0,56,-65,88,-79,134v-3,9,13,22,5,28v-14,-7,-50,-29,-27,-52v24,-24,55,-72,55,-103v0,-21,-10,-45,-43,-45v-37,0,-41,29,-50,51v-7,-5,-3,-28,-5,-47xm84,6v-27,-1,-27,-39,0,-41v12,0,20,8,20,20v0,12,-8,21,-20,21","w":191},"@":{"d":"302,-148v0,53,-44,104,-98,107v-21,2,-31,-26,-26,-55v-18,25,-42,54,-65,54v-17,0,-23,-18,-23,-31v-1,-56,53,-122,118,-110v4,-4,10,-10,17,-12v4,-1,5,2,4,5v-10,23,-18,66,-18,93v0,25,8,33,20,33v19,0,53,-25,53,-82v0,-51,-34,-93,-101,-93v-79,0,-133,65,-133,150v0,67,42,106,101,106v47,0,68,-15,93,-32v14,-10,15,0,5,9v-19,19,-58,39,-106,39v-64,0,-119,-38,-119,-119v0,-88,83,-165,162,-165v79,0,116,43,116,103xm196,-166v-43,-25,-70,38,-70,79v0,10,1,19,6,19v12,0,35,-28,49,-47v3,-13,8,-33,15,-51","w":324},"A":{"d":"157,-90v-21,-9,-58,0,-84,-3v-12,20,-22,52,-28,76v-3,11,17,11,26,14v-24,10,-44,0,-87,4v-7,1,-10,-6,-3,-6v25,0,34,-12,42,-34r90,-226v7,-18,11,-19,19,-2v9,20,66,166,90,221v19,44,22,35,51,43v-15,8,-66,5,-95,0v1,-4,11,-2,8,-11xm79,-113v17,4,52,3,70,0r-35,-92v-14,29,-23,62,-35,92","w":252,"k":{"m":-7,"s":4,"t":23,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"v":22,"w":16,"x":9,"y":13,"\u00fd":13,"\u00ff":13,"M":-7,"S":4,"T":23,"U":2,"\u00da":2,"\u00db":2,"\u00dc":2,"\u00d9":2,"V":22,"W":16,"X":9,"Y":13,"\u00dd":13}},"B":{"d":"57,-27v4,-41,1,-181,1,-216v0,-22,-20,-19,-35,-25v29,-8,69,-3,100,-3v109,0,86,83,40,117v30,10,66,36,66,78v0,46,-48,87,-121,77r-73,0v-8,1,-10,-6,-1,-6v16,1,22,-5,23,-22xm117,-256v-8,0,-16,-3,-15,7v2,30,-5,68,3,92v36,7,57,-8,57,-44v0,-24,-14,-55,-45,-55xm102,-53v-4,37,15,38,39,39v16,0,44,-9,44,-46v0,-34,-25,-89,-81,-81v-6,24,1,60,-2,88","w":254,"k":{"m":2,"v":13,"w":11,"y":11,"\u00fd":11,"\u00ff":11,"M":2,"V":13,"W":11,"Y":11,"\u00dd":11,"a":11,"\u00e6":11,"\u00e1":11,"\u00e2":11,"\u00e4":11,"\u00e0":11,"\u00e5":11,"\u00e3":11,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"A":-2,"\u00c6":-2,"\u00c1":-2,"\u00c2":-2,"\u00c4":-2,"\u00c0":-2,"\u00c5":-2,"\u00c3":-2,"O":7,"\u00d8":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d5":7,"c":7,"g":7,"o":7,"q":7,"\u00f8":7,"\u00e7":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u00f2":7,"\u00f5":7,"B":7,"D":7,"E":7,"F":7,"H":7,"I":7,"K":7,"L":7,"N":7,"P":7,"R":7,"\u00d0":7,"\u00de":7,"\u00c9":7,"\u00ca":7,"\u00cb":7,"\u00c8":7,"\u00cd":7,"\u00ce":7,"\u00cf":7,"\u00cc":7,"\u00d1":7}},"C":{"d":"171,-258v-71,-2,-100,55,-100,115v0,86,65,128,113,128v44,0,70,-13,78,-44v0,-10,9,-9,8,-1v-1,8,-2,54,-17,58v-64,17,-146,8,-189,-31v-35,-31,-44,-71,-44,-106v0,-24,10,-64,42,-99v37,-39,138,-45,202,-28v13,4,-2,50,2,63v0,5,-1,8,-4,8v-3,0,-4,-3,-4,-8v-3,-40,-37,-53,-87,-55","w":288,"k":{"t":2,"y":-14,"\u00fd":-14,"\u00ff":-14,"T":2,"Y":-7,"\u00dd":-7,"a":-11,"\u00e6":-11,"\u00e1":-11,"\u00e2":-11,"\u00e4":-11,"\u00e0":-11,"\u00e5":-11,"\u00e3":-11,"A":-11,"\u00c6":-11,"\u00c1":-11,"\u00c2":-11,"\u00c4":-11,"\u00c0":-11,"\u00c5":-11,"\u00c3":-11}},"D":{"d":"157,4r-122,-3v-8,1,-10,-6,-1,-6v16,1,22,-5,23,-22v4,-41,1,-181,1,-216v0,-22,-20,-19,-35,-25v38,-8,65,-3,115,-3v45,0,105,0,144,41v18,19,35,48,35,91v0,45,-19,80,-39,101v-17,17,-54,44,-121,42xm132,-254v-13,0,-28,-2,-28,10r1,190v0,35,8,39,51,41v74,4,113,-42,113,-115v0,-91,-75,-128,-137,-126","w":336,"k":{"m":2,"M":2,"j":14,"b":14,"d":14,"e":14,"f":14,"h":14,"i":14,"k":14,"l":14,"n":14,"p":14,"r":14,"\u00fe":14,"\u00f0":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00e8":14,"\u00ed":14,"\u00ee":14,"\u00ef":14,"\u00ec":14,"\u00f1":14,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"\u00d0":4,"\u00de":4,"\u00c9":4,"\u00ca":4,"\u00cb":4,"\u00c8":4,"\u00cd":4,"\u00ce":4,"\u00cf":4,"\u00cc":4,"\u00d1":4,"J":4}},"E":{"d":"202,-54v2,18,8,63,-22,56r-145,-1v-8,1,-10,-6,-1,-6v16,1,22,-5,23,-22v4,-41,1,-181,1,-216v0,-22,-20,-19,-35,-25v43,-10,121,6,171,-6v5,3,-3,35,-3,50v0,2,0,4,-3,4v-3,0,-4,-2,-4,-5v7,-33,-47,-26,-77,-27v-9,24,0,65,-3,95v0,3,1,4,3,4v23,-1,73,5,81,-11v3,3,-1,50,-5,60v-3,0,-4,-1,-4,-3v7,-36,-42,-27,-72,-28v-8,18,2,57,-3,87v-6,37,47,33,77,26v12,-3,13,-22,21,-32","w":227,"k":{"v":-2,"x":-5,"y":-4,"\u00fd":-4,"\u00ff":-4,"V":-2,"X":-5,"Y":-4,"\u00dd":-4,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"F":{"d":"181,-111v6,-32,-49,-24,-74,-25v-8,19,-1,91,-1,109v0,22,22,20,38,24v-35,10,-65,-1,-108,4v-8,1,-12,-7,-2,-6v16,0,22,-5,23,-22v4,-39,1,-182,1,-216v0,-21,-18,-20,-35,-24v40,-13,125,6,175,-7v7,5,-3,35,-2,49v0,3,0,5,-3,5v-9,-12,-3,-31,-30,-31r-55,-1v-2,0,-4,1,-4,5v2,30,-5,69,3,94v29,-3,69,6,82,-11v8,4,-5,41,-2,52v0,3,1,7,-3,7v-2,0,-3,-3,-3,-6","w":223,"k":{"y":-5,"\u00fd":-5,"\u00ff":-5,"Y":-5,"\u00dd":-5,"a":22,"\u00e6":22,"\u00e1":22,"\u00e2":22,"\u00e4":22,"\u00e0":22,"\u00e5":22,"\u00e3":22,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,",":36,".":36}},"G":{"d":"306,-130v-10,7,-28,2,-28,24r0,83v0,10,-1,10,-5,13v-109,41,-253,6,-253,-125v0,-132,137,-159,251,-131v4,0,5,1,5,4v0,4,-2,14,-2,59v0,10,-8,10,-8,3v0,-39,-35,-55,-92,-58v-55,-3,-105,37,-105,110v0,77,50,136,126,136v14,0,39,-1,37,-18v-5,-38,19,-103,-30,-97v-3,0,-5,-1,-5,-3v28,-10,66,1,102,-4v5,0,7,1,7,4","w":318,"k":{"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"H":{"d":"104,-159v40,5,101,3,142,0r-1,-84v3,-22,-20,-19,-35,-25v33,-8,64,1,104,-3v5,0,8,0,8,3v-8,7,-30,-1,-30,25r1,217v-3,22,23,18,38,23v-36,10,-65,-1,-109,4v-8,1,-10,-6,-1,-6v16,1,22,-5,23,-22v1,-19,6,-82,0,-110v-45,2,-99,-4,-140,2r2,109v-3,22,23,18,38,23v-35,10,-65,-1,-109,4v-8,1,-10,-6,-1,-6v16,1,22,-5,23,-22v4,-41,1,-181,1,-216v0,-22,-20,-19,-35,-25v33,-8,64,1,104,-3v9,-2,11,7,2,6v-16,0,-24,4,-24,22","w":349,"k":{"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"O":4,"\u00d8":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4,"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"C":4,"\u00c7":4,"G":4,"Q":4}},"I":{"d":"57,-25v4,-40,1,-183,1,-218v0,-23,-18,-18,-31,-25v28,-8,63,1,100,-3v8,-1,10,7,2,6v-16,0,-25,5,-25,22r1,219v-2,21,25,16,39,21v-36,10,-65,-1,-109,4v-8,1,-10,-6,-1,-6v15,0,22,-3,23,-20","w":162,"k":{"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"O":4,"\u00d8":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4,"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"C":4,"\u00c7":4,"G":4,"Q":4}},"J":{"d":"7,91v44,-28,52,-65,52,-154r-1,-180v3,-22,-20,-19,-35,-25v33,-8,64,1,104,-3v5,0,8,0,8,3v-9,7,-31,0,-31,25r1,194v2,76,-32,116,-95,143v-1,0,-3,-1,-3,-3","w":149,"k":{"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"O":4,"\u00d8":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4,"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4}},"K":{"d":"198,-257v2,-7,-9,-6,-10,-11v17,-8,56,1,85,-3v4,0,6,0,6,3v-56,7,-105,78,-143,112v48,47,101,136,176,153v-31,10,-89,7,-109,-20v-22,-18,-84,-101,-100,-113r1,110v-1,21,20,19,35,23v-32,10,-62,-1,-104,4v-8,1,-10,-6,-1,-6v16,1,22,-5,23,-22v4,-41,1,-181,1,-216v0,-22,-20,-19,-35,-25v32,-8,64,1,102,-3v9,-2,9,7,2,6v-16,0,-23,5,-23,22v0,29,-5,67,1,92v22,-26,81,-76,93,-106","w":276,"k":{"s":-2,"S":-2,"a":4,"\u00e6":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"O":-1,"\u00d8":-1,"\u00d3":-1,"\u00d4":-1,"\u00d6":-1,"\u00d2":-1,"\u00d5":-1,"c":-3,"g":-3,"o":-3,"q":-3,"\u00f8":-3,"\u00e7":-3,"\u00f3":-3,"\u00f4":-3,"\u00f6":-3,"\u00f2":-3,"\u00f5":-3,"C":-3,"\u00c7":-3,"G":-3,"Q":-1}},"L":{"d":"213,-49v-5,14,8,60,-28,51r-150,-1v-8,1,-10,-6,-1,-6v16,1,22,-5,23,-22v4,-41,1,-181,1,-216v0,-21,-19,-19,-33,-25v31,-8,65,1,106,-3v5,0,8,0,8,3v-10,7,-38,-2,-34,25v-2,10,-1,106,-1,140v0,77,-15,82,51,85v31,2,48,-8,52,-32v0,-3,1,-5,4,-5v3,0,2,2,2,6","w":217,"k":{"t":17,"u":7,"\u00fa":7,"\u00fb":7,"\u00fc":7,"\u00f9":7,"v":18,"w":14,"y":14,"\u00fd":14,"\u00ff":14,"T":17,"U":7,"\u00da":7,"\u00db":7,"\u00dc":7,"\u00d9":7,"V":18,"W":14,"Y":14,"\u00dd":14,"a":-7,"\u00e6":-7,"\u00e1":-7,"\u00e2":-7,"\u00e4":-7,"\u00e0":-7,"\u00e5":-7,"\u00e3":-7,"A":-7,"\u00c6":-7,"\u00c1":-7,"\u00c2":-7,"\u00c4":-7,"\u00c0":-7,"\u00c5":-7,"\u00c3":-7,"O":2,"\u00d8":2,"\u00d3":2,"\u00d4":2,"\u00d6":2,"\u00d2":2,"\u00d5":2,"c":2,"g":2,"o":2,"q":2,"\u00f8":2,"\u00e7":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,"C":2,"\u00c7":2,"G":2}},"M":{"d":"63,-19v-1,16,22,11,31,16v-23,10,-50,0,-82,4v-7,1,-11,-7,-1,-6v19,2,24,-14,26,-30r35,-235v4,-14,9,-12,16,2r98,203r98,-205v5,-12,12,-13,15,2r33,223v0,39,21,36,45,42v-13,8,-78,4,-93,-2v3,-6,9,-3,6,-19v-9,-52,-10,-111,-23,-159r-78,164v-8,17,-11,20,-14,20v-39,-60,-56,-108,-91,-180r-2,0","w":375,"k":{"t":22,"u":5,"\u00fa":5,"\u00fb":5,"\u00fc":5,"\u00f9":5,"w":7,"y":11,"\u00fd":11,"\u00ff":11,"T":22,"U":5,"\u00da":5,"\u00db":5,"\u00dc":5,"\u00d9":5,"W":7,"Y":11,"\u00dd":11,"a":-4,"\u00e6":-4,"\u00e1":-4,"\u00e2":-4,"\u00e4":-4,"\u00e0":-4,"\u00e5":-4,"\u00e3":-4,"A":-4,"\u00c6":-4,"\u00c1":-4,"\u00c2":-4,"\u00c4":-4,"\u00c0":-4,"\u00c5":-4,"\u00c3":-4,"O":2,"\u00d8":2,"\u00d3":2,"\u00d4":2,"\u00d6":2,"\u00d2":2,"\u00d5":2,"c":2,"g":2,"o":2,"q":2,"\u00f8":2,"\u00e7":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,"C":2,"\u00c7":2,"G":2,"Q":2}},"N":{"d":"320,-268v-17,6,-30,3,-31,35r-4,227v0,18,-11,10,-17,3r-106,-105r-87,-91r4,151v1,45,11,39,38,45v-35,10,-47,0,-92,4v-8,1,-12,-6,-2,-6v26,0,26,-6,27,-47r3,-213v0,-19,10,-11,18,-1v16,19,148,152,191,198r2,0r-4,-162v3,-37,-16,-30,-37,-38v32,-8,48,1,88,-3v5,0,9,0,9,3","w":340,"k":{"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"O":4,"\u00d8":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4,"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"C":4,"\u00c7":4,"G":4,"Q":4}},"O":{"d":"165,6v-103,0,-145,-77,-145,-141v0,-62,40,-141,148,-141v90,0,146,53,146,135v0,82,-58,147,-149,147xm180,-12v25,0,84,-12,84,-116v0,-81,-47,-131,-106,-131v-41,0,-89,23,-89,113v0,75,42,134,111,134","w":333,"k":{"m":2,"t":6,"x":7,"M":2,"T":6,"X":7,"j":14,"b":14,"d":14,"e":14,"f":14,"h":14,"i":14,"k":14,"l":14,"n":14,"p":14,"r":14,"\u00fe":14,"\u00f0":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00e8":14,"\u00ed":14,"\u00ee":14,"\u00ef":14,"\u00ec":14,"\u00f1":14,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"\u00d0":4,"\u00de":4,"\u00c9":4,"\u00ca":4,"\u00cb":4,"\u00c8":4,"\u00cd":4,"\u00ce":4,"\u00cf":4,"\u00cc":4,"\u00d1":4,"J":4}},"P":{"d":"120,-256v-9,1,-18,-1,-17,9r2,221v-2,22,22,19,38,23v-36,10,-64,-1,-108,4v-8,1,-10,-6,-1,-6v16,1,22,-5,23,-22v4,-41,1,-181,1,-216v0,-22,-20,-19,-35,-25v34,-8,71,-3,112,-3v45,0,62,14,67,20v44,48,-2,142,-79,130v-2,0,-4,0,-4,-3v0,-3,2,-4,10,-4v39,-1,72,-75,27,-114v-13,-12,-28,-14,-36,-14","w":235,"k":{"s":-2,"y":-7,"\u00fd":-7,"\u00ff":-7,"S":-2,"a":25,"\u00e6":25,"\u00e1":25,"\u00e2":25,"\u00e4":25,"\u00e0":25,"\u00e5":25,"\u00e3":25,"A":18,"\u00c6":18,"\u00c1":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"\u00c5":18,"\u00c3":18,",":47,".":47}},"Q":{"d":"550,48v-22,17,-63,27,-118,31v-71,5,-151,-48,-209,-82v-14,5,-38,9,-57,9v-105,0,-146,-78,-146,-143v0,-59,42,-139,147,-139v86,0,146,52,146,136v0,63,-39,104,-62,119v48,30,189,91,220,80v20,1,52,-5,76,-15v2,0,3,2,3,4xm180,-12v29,0,83,-13,83,-118v0,-87,-54,-129,-104,-129v-47,0,-89,30,-89,114v0,86,52,133,110,133","w":334,"k":{"b":4,"d":4,"e":4,"f":4,"h":4,"i":4,"k":4,"l":4,"n":4,"p":4,"r":4,"\u00fe":4,"\u00f0":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00ed":4,"\u00ee":4,"\u00ef":4,"\u00ec":4,"\u00f1":4,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"\u00d0":4,"\u00de":4,"\u00c9":4,"\u00ca":4,"\u00cb":4,"\u00c8":4,"\u00cd":4,"\u00ce":4,"\u00cf":4,"\u00cc":4,"\u00d1":4,")":-11,"]":-11,"}":-11}},"R":{"d":"174,-126v48,54,71,112,133,123v-14,9,-64,3,-80,-3v-26,-10,-67,-91,-91,-105v-11,3,-35,-9,-34,7v0,33,-1,62,1,77v-3,21,21,20,36,24v-35,10,-62,-1,-104,4v-8,1,-10,-6,-1,-6v16,1,22,-5,23,-22v4,-41,1,-181,1,-216v0,-22,-20,-19,-35,-25v32,-8,70,-1,108,-3v46,-3,88,13,90,65v0,27,-11,50,-47,80xm124,-254v-12,0,-21,-3,-22,6r0,110v1,12,20,10,30,10v39,0,47,-18,47,-60v0,-51,-34,-66,-55,-66","w":271,"k":{"s":5,"t":14,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"v":9,"w":4,"x":5,"y":7,"\u00fd":7,"\u00ff":7,"S":5,"T":14,"U":2,"\u00da":2,"\u00db":2,"\u00dc":2,"\u00d9":2,"V":9,"W":4,"X":5,"Y":7,"\u00dd":7,"O":2,"\u00d8":2,"\u00d3":2,"\u00d4":2,"\u00d6":2,"\u00d2":2,"\u00d5":2,"c":2,"g":2,"o":2,"q":2,"\u00f8":2,"\u00e7":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,"C":2,"\u00c7":2,"G":2,"Q":4}},"S":{"d":"183,-71v0,38,-46,82,-91,77v-24,-3,-56,2,-60,-21v2,-28,-3,-48,7,-57v3,0,3,3,3,6v-6,68,103,70,103,14v7,-21,-28,-54,-52,-71v-41,-30,-53,-56,-53,-85v0,-60,90,-84,136,-58v0,5,-1,16,-1,44v0,13,-8,13,-8,4v-3,-19,-15,-43,-49,-42v-27,0,-42,16,-42,38v-5,17,24,41,48,59v44,33,59,58,59,92","w":209,"k":{"m":3,"v":1,"M":3,"V":1,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"T":{"d":"17,-276v64,11,165,8,229,2v4,8,3,45,-2,55v-4,1,-4,-6,-4,-11v4,-19,-58,-22,-88,-21r2,225v-3,22,23,18,38,23v-36,10,-65,-1,-109,4v-8,1,-10,-6,-1,-6v16,1,22,-5,23,-22v4,-59,1,-156,2,-224v-34,4,-92,-8,-95,25v-1,3,-2,4,-4,4v-8,-9,4,-48,9,-54","w":255,"k":{"m":5,"s":11,"w":-7,"y":-14,"\u00fd":-14,"\u00ff":-14,"M":5,"Y":-2,"\u00dd":-2,"a":29,"\u00e6":29,"\u00e1":29,"\u00e2":29,"\u00e4":29,"\u00e0":29,"\u00e5":29,"\u00e3":29,"A":22,"\u00c6":22,"\u00c1":22,"\u00c2":22,"\u00c4":22,"\u00c0":22,"\u00c5":22,"\u00c3":22,"O":5,"\u00d8":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5,",":27,".":27,"C":5,"\u00c7":5,"G":5,":":2,";":2,"-":4}},"U":{"d":"156,6v-58,1,-111,-32,-112,-120r-1,-129v3,-22,-21,-19,-36,-25v32,-8,66,1,105,-3v9,-2,11,7,2,6v-16,0,-24,5,-24,22r0,127v-2,75,24,100,73,103v68,4,70,-76,70,-154v0,-55,1,-64,0,-76v3,-21,-20,-19,-35,-25v34,-8,49,1,90,-3v5,0,8,0,8,3v-9,7,-31,0,-31,25v0,87,18,176,-35,223v-25,23,-51,26,-74,26","w":306,"k":{"m":6,"M":6,"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"j":14,"b":14,"d":14,"e":14,"f":14,"h":14,"i":14,"k":14,"l":14,"n":14,"p":14,"r":14,"\u00fe":14,"\u00f0":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00e8":14,"\u00ed":14,"\u00ee":14,"\u00ef":14,"\u00ec":14,"\u00f1":14,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5}},"V":{"d":"217,-256v1,-12,-20,-6,-25,-11v24,-10,51,1,82,-4v5,0,7,0,7,3v-19,10,-26,2,-43,40r-91,207v-15,34,-17,39,-30,5r-91,-220v-9,-29,-25,-23,-46,-32v34,-8,63,2,106,-3v8,-1,11,7,3,6v-26,1,-18,16,-9,38r61,164r2,0","w":260,"k":{"y":-2,"\u00fd":-2,"\u00ff":-2,"Y":-2,"\u00dd":-2,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,",":47,".":47,")":-11,"]":-11,"}":-11,"-":-4}},"W":{"d":"291,-72r52,-182v5,-10,-17,-9,-23,-14v28,-8,43,1,75,-3v8,-1,10,7,2,6v-25,0,-22,13,-33,40v-17,45,-55,160,-72,214v-8,25,-13,22,-22,-1r-75,-180v-7,18,-55,146,-70,179v-10,23,-15,27,-22,6r-76,-229v-6,-19,-10,-28,-28,-29v-4,0,-5,0,-5,-3v36,-8,43,1,89,-3v10,-1,10,7,1,6v-6,1,-14,2,-13,10v9,40,42,151,55,186r70,-188v8,-21,12,-16,20,4","w":390,"k":{"m":5,"y":-2,"\u00fd":-2,"\u00ff":-2,"M":5,"Y":-2,"\u00dd":-2,"a":13,"\u00e6":13,"\u00e1":13,"\u00e2":13,"\u00e4":13,"\u00e0":13,"\u00e5":13,"\u00e3":13,"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13,",":27,".":27,")":-4,"]":-4,"}":-4,"-":-4}},"X":{"d":"189,-257v1,-11,-18,-4,-22,-11v24,-7,47,1,79,-3v7,-1,9,6,1,6v-21,0,-24,9,-40,31r-59,85v33,36,62,142,118,146v0,6,-11,3,-17,4v-7,-1,-61,3,-77,-4v0,-5,12,-2,5,-12v-20,-35,-39,-71,-56,-98v-19,34,-44,62,-59,101v1,8,16,4,20,10v-13,8,-57,-1,-84,3v-8,1,-8,-6,-1,-6v23,-2,27,-7,43,-29r69,-98r-62,-103v-11,-18,-23,-28,-45,-30v-2,0,-3,0,-3,-3v21,-8,63,1,100,-3v9,-2,9,7,2,6v-10,0,-18,6,-11,18r46,80v13,-25,50,-65,53,-90","w":256,"k":{"t":9,"x":5,"y":-2,"\u00fd":-2,"\u00ff":-2,"T":9,"X":5,"Y":-2,"\u00dd":-2,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,"O":4,"\u00d8":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4,"c":2,"g":2,"o":2,"q":2,"\u00f8":2,"\u00e7":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,"C":2,"\u00c7":2,"G":2,"Q":4}},"Y":{"d":"75,-5v36,1,24,-51,24,-87v0,-19,-3,-28,-8,-38v-18,-21,-57,-128,-103,-135v-3,0,-6,0,-6,-3v20,-8,56,1,91,-3v4,0,5,1,5,3v-6,4,-19,10,-8,23v5,11,55,97,61,107v7,-20,56,-90,59,-117v3,-8,-12,-9,-14,-13v18,-8,52,1,79,-3v4,0,6,1,6,3v-13,7,-32,6,-42,25v-23,44,-88,104,-74,180v2,13,-5,57,16,56v7,1,35,3,16,8r-100,0v-8,1,-12,-7,-2,-6","w":241,"k":{"m":3,"t":-2,"v":-2,"M":3,"T":-2,"V":-2,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"j":11,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"\u00fe":11,"\u00f0":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00ed":11,"\u00ee":11,"\u00ef":11,"\u00ec":11,"\u00f1":11,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,"O":7,"\u00d8":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d5":7,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5,",":22,".":22,"C":5,"\u00c7":5,"G":5,")":-11,"]":-11,"}":-11}},"Z":{"d":"33,-209v-7,-10,2,-54,8,-65v66,9,123,2,191,4v9,0,5,5,3,10r-155,240r88,0v54,0,54,-16,67,-43v9,14,2,61,-14,65v-60,0,-121,-2,-194,-2v-10,0,-6,-7,0,-14r152,-237v-54,2,-133,-13,-142,36v-1,5,-2,6,-4,6","w":255,"k":{"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5}},"[":{"d":"70,-254v-5,88,-3,194,0,284v12,8,37,2,45,11v0,3,-1,3,-4,3r-69,0v-5,0,-6,-1,-6,-6r0,-302v0,-4,1,-5,6,-5r69,0v3,0,4,1,4,4v-9,7,-33,3,-45,11","w":129,"k":{"v":-11,"w":-4,"y":-11,"\u00fd":-11,"\u00ff":-11,"V":-11,"W":-4,"Y":-11,"\u00dd":-11}},"\\":{"d":"189,-8v5,10,-12,16,-17,13r-166,-269v1,-6,14,-16,19,-10","w":195},"]":{"d":"59,30v6,-86,4,-196,0,-284v-12,-7,-34,-4,-44,-11v0,-3,1,-4,4,-4r68,0v5,0,6,1,6,6r0,302v0,4,-1,5,-6,5r-68,0v-3,0,-5,0,-5,-3v8,-9,32,-3,45,-11","w":129},"^":{"d":"180,-108r-24,0r-57,-134r-58,134r-24,0r69,-161r25,0","w":197},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"a":{"d":"143,-74v-21,-4,-58,-3,-80,0v-7,18,-18,40,-22,60v-2,10,17,7,22,12v-22,8,-39,-1,-77,3v-7,2,-8,-6,-2,-6v21,0,28,-10,35,-28r83,-192v6,-16,13,-18,19,-3r81,189v18,39,20,28,43,37v-14,7,-54,3,-84,0v1,-5,10,-2,7,-10xm72,-93v20,-2,47,3,63,-2r-32,-80v-9,27,-26,57,-31,82","w":227},"b":{"d":"51,-207v0,-19,-21,-13,-31,-21v25,-5,64,-2,97,-2v98,0,75,72,32,99v26,8,58,30,58,66v0,50,-64,77,-136,65v-14,-2,-37,5,-46,-2v8,-6,25,0,25,-21v0,-35,1,-154,1,-184xm95,-134v28,7,54,-5,54,-36v0,-26,-19,-52,-53,-46v-6,19,-4,60,-1,82xm166,-56v0,-22,-29,-77,-73,-60r0,69v-4,32,13,34,34,34v17,0,39,-9,39,-43","w":230,"k":{"m":2,"v":13,"w":11,"y":11,"\u00fd":11,"\u00ff":11,"a":-2,"\u00e6":-2,"\u00e1":-2,"\u00e2":-2,"\u00e4":-2,"\u00e0":-2,"\u00e5":-2,"\u00e3":-2,"j":14,"b":14,"d":14,"e":14,"f":14,"h":14,"i":14,"k":14,"l":14,"n":14,"p":14,"r":14,"\u00fe":14,"\u00f0":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00e8":14,"\u00ed":14,"\u00ee":14,"\u00ef":14,"\u00ec":14,"\u00f1":14}},"c":{"d":"154,-218v-64,-3,-89,44,-89,97v0,73,56,107,98,107v38,0,61,-9,67,-37v0,-9,8,-7,8,0v-2,7,-2,46,-15,49v-56,14,-129,8,-166,-26v-90,-80,-19,-207,98,-207v32,0,53,6,78,9v4,0,4,1,4,3v-3,19,4,47,-7,58v-3,0,-3,-3,-3,-7v-3,-34,-30,-44,-73,-46","w":253,"k":{"t":2,"y":-7,"\u00fd":-7,"\u00ff":-7}},"d":{"d":"141,4v-38,0,-83,2,-116,-6v8,-6,25,0,25,-21v0,-35,1,-154,1,-184v0,-19,-21,-13,-31,-21v112,-6,261,-19,262,110v0,39,-17,68,-35,86v-14,14,-48,36,-106,36xm118,-215v-10,0,-23,-1,-23,9r0,160v1,30,7,32,45,34v61,4,96,-36,96,-97v0,-79,-65,-107,-118,-106","w":299,"k":{"m":2,"j":4,"b":4,"d":4,"e":4,"f":4,"h":4,"i":4,"k":4,"l":4,"n":4,"p":4,"r":4,"\u00fe":4,"\u00f0":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00ed":4,"\u00ee":4,"\u00ef":4,"\u00ec":4,"\u00f1":4}},"e":{"d":"187,-40v-3,16,5,45,-21,42v-45,-5,-101,4,-141,-4v8,-6,25,0,25,-21v0,-35,1,-154,1,-184v0,-19,-21,-13,-31,-21v42,-8,111,4,157,-5v6,2,0,38,-5,48v-2,0,-3,-1,-3,-4v6,-30,-48,-22,-73,-24v-4,21,-3,60,0,82v20,-2,69,5,76,-9v6,2,0,45,-5,53v1,-31,-39,-28,-71,-27v-5,17,-2,48,-2,73v0,21,11,25,43,25v26,0,43,-9,47,-31v3,0,3,4,3,7","w":207,"k":{"v":-2,"x":-5,"y":-4,"\u00fd":-4,"\u00ff":-4,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"f":{"d":"173,-140v3,5,0,44,-6,51v-6,-8,-2,-24,-20,-24v-10,0,-50,-4,-53,1r2,89v-2,20,22,15,34,21v-33,8,-61,-1,-98,3v-7,1,-10,-6,-2,-6v15,0,19,-4,20,-18v3,-34,1,-155,1,-184v0,-19,-21,-13,-31,-21v43,-8,114,5,161,-5v3,6,-1,37,-5,48v-8,-9,-2,-26,-26,-26r-53,-1v-2,0,-3,0,-3,4v1,25,-3,56,2,77v27,-2,64,5,77,-9","w":204,"k":{"y":-5,"\u00fd":-5,"\u00ff":-5,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,",":36,".":36}},"g":{"d":"270,-111v-8,7,-24,1,-24,21r-1,71v0,8,0,8,-4,10v-95,35,-224,7,-224,-106v0,-114,133,-140,227,-108v0,4,-2,12,-2,51v1,7,-7,8,-8,2v-5,-32,-30,-46,-80,-48v-46,-3,-90,30,-90,92v0,66,42,114,110,114v11,0,31,0,29,-14v-5,-33,15,-87,-27,-82v-3,0,-5,-1,-5,-3v27,-8,61,1,93,-3v4,0,6,0,6,3","w":281},"h":{"d":"51,-207v3,-19,-21,-13,-31,-21v26,-4,71,-3,102,0v-5,9,-29,-1,-27,21v2,24,-4,55,1,76v39,-2,86,4,122,-2v-6,-34,17,-94,-27,-91v-4,0,-5,-2,-5,-4v26,-4,71,-3,102,0v-5,9,-27,-1,-27,21v0,29,-2,150,1,185v-3,20,22,13,34,20v-34,8,-60,-1,-99,3v-7,1,-10,-5,-2,-6v40,-1,16,-57,23,-106v-38,-2,-86,-2,-124,0r2,89v-3,21,23,13,34,20v-34,8,-59,-1,-99,3v-7,0,-9,-5,-1,-6v35,-2,22,-41,22,-83","w":312,"k":{"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4}},"i":{"d":"51,-207v0,-21,-19,-12,-27,-21v24,-4,68,-3,97,0v-4,10,-26,-1,-26,21v0,29,-2,152,1,186v-3,19,23,13,34,19v-34,8,-59,-1,-99,3v-7,0,-9,-5,-1,-6v14,0,19,-2,20,-16v3,-34,1,-156,1,-186","w":146,"k":{"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4}},"j":{"d":"6,77v38,-22,46,-55,46,-131r-1,-153v3,-19,-21,-13,-31,-21v26,-4,71,-3,102,0v-5,9,-30,0,-27,21v-2,26,-1,125,0,165v3,67,-29,100,-86,122v-1,0,-3,-2,-3,-3","w":134,"k":{"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4}},"k":{"d":"119,-228v-7,9,-27,0,-25,21v3,25,-5,58,1,79v20,-23,71,-64,82,-90v1,-6,-9,-5,-9,-10v19,-4,56,-3,80,0v-17,10,-37,8,-56,30v-9,10,-57,54,-67,65v42,39,88,116,153,131v-31,7,-78,5,-99,-17v-17,-18,-73,-85,-86,-97r1,94v-3,20,21,13,31,20v-31,8,-56,-1,-94,3v-7,0,-9,-5,-1,-6v35,-2,22,-41,22,-83r-1,-119v3,-19,-21,-13,-31,-21v25,-4,69,-3,99,0","w":246,"k":{"s":-2,"a":4,"\u00e6":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"c":-3,"g":-3,"o":-3,"q":-3,"\u00f8":-3,"\u00e7":-3,"\u00f3":-3,"\u00f4":-3,"\u00f6":-3,"\u00f2":-3,"\u00f5":-3}},"l":{"d":"51,-207v3,-18,-21,-13,-29,-21v26,-4,72,-3,103,0v-6,9,-33,-2,-30,21v-2,8,-1,90,-1,119v0,67,-11,70,49,71v26,0,42,-6,45,-27v0,-3,1,-5,4,-5v3,15,10,55,-22,51v-47,-5,-103,4,-145,-4v8,-6,25,0,25,-21v0,-35,2,-154,1,-184","w":198,"k":{"t":17,"u":7,"\u00fa":7,"\u00fb":7,"\u00fc":7,"\u00f9":7,"v":18,"w":14,"y":14,"\u00fd":14,"\u00ff":14,"a":-7,"\u00e6":-7,"\u00e1":-7,"\u00e2":-7,"\u00e4":-7,"\u00e0":-7,"\u00e5":-7,"\u00e3":-7,"c":7,"g":7,"o":7,"q":7,"\u00f8":7,"\u00e7":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u00f2":7,"\u00f5":7}},"m":{"d":"58,-30v-7,21,11,24,25,27v-19,10,-45,0,-73,4v-3,0,-5,-1,-5,-4v12,-2,29,-7,27,-27r32,-199v3,-11,10,-11,16,1r85,171r84,-173v6,-9,13,-10,16,2r29,189v0,32,18,32,38,36v-7,10,-55,0,-74,2v-21,-4,3,-3,-4,-20v-8,-43,-8,-93,-19,-132r-68,136v-11,26,-15,22,-25,2r-69,-135","w":332,"k":{"t":22,"u":5,"\u00fa":5,"\u00fb":5,"\u00fc":5,"\u00f9":5,"w":7,"y":11,"\u00fd":11,"\u00ff":11,"a":-4,"\u00e6":-4,"\u00e1":-4,"\u00e2":-4,"\u00e4":-4,"\u00e0":-4,"\u00e5":-4,"\u00e3":-4,"c":2,"g":2,"o":2,"q":2,"\u00f8":2,"\u00e7":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2}},"n":{"d":"279,-224v-16,0,-22,5,-22,26r-3,193v1,17,-13,8,-18,3r-93,-88v-36,-33,-66,-72,-75,-76r4,125v0,40,11,30,32,39v-33,8,-42,-1,-82,3v-8,2,-10,-6,-2,-6v22,-2,24,-3,24,-39r3,-181v1,-18,11,-10,19,-1r167,167r-3,-136v1,-27,-8,-28,-27,-29v-4,0,-5,-2,-5,-4v19,-5,63,-3,86,0v0,2,-1,4,-5,4","w":302,"k":{"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4}},"o":{"d":"147,5v-92,0,-130,-66,-130,-120v0,-52,37,-120,133,-120v80,0,130,45,130,115v0,70,-51,125,-133,125xm160,-12v22,0,73,-10,73,-97v0,-68,-41,-110,-92,-110v-35,0,-77,19,-77,95v0,63,36,112,96,112","w":297,"k":{"m":2,"t":6,"x":7,"j":11,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"\u00fe":11,"\u00f0":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00ed":11,"\u00ee":11,"\u00ef":11,"\u00ec":11,"\u00f1":11}},"p":{"d":"110,-216v-8,1,-16,-2,-16,7r1,187v-3,20,23,14,34,20v-35,8,-59,-1,-98,3v-7,0,-9,-5,-1,-6v35,-2,22,-41,22,-83r-1,-119v3,-19,-21,-13,-31,-21v38,-5,150,-6,164,15v43,42,-12,133,-77,107v0,-3,4,-4,11,-4v35,0,63,-62,23,-95v-12,-10,-24,-11,-31,-11","w":214,"k":{"s":-2,"a":18,"\u00e6":18,"\u00e1":18,"\u00e2":18,"\u00e4":18,"\u00e0":18,"\u00e5":18,"\u00e3":18,",":47,".":47}},"q":{"d":"486,40v-19,16,-57,25,-106,28v-64,5,-133,-40,-183,-71v-12,4,-33,8,-50,8v-93,0,-130,-66,-130,-121v0,-50,39,-119,132,-119v76,0,130,44,130,116v0,54,-36,88,-55,101v83,36,171,93,259,55v1,0,3,2,3,3xm159,-12v26,0,72,-10,72,-99v0,-73,-46,-108,-90,-108v-41,0,-77,26,-77,96v0,73,44,111,95,111","w":297,"k":{"b":4,"d":4,"e":4,"f":4,"h":4,"i":4,"k":4,"l":4,"n":4,"p":4,"r":4,"\u00fe":4,"\u00f0":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00ed":4,"\u00ee":4,"\u00ef":4,"\u00ec":4,"\u00f1":4,")":-11,"]":-11,"}":-11}},"r":{"d":"158,-108v41,48,65,92,115,106v-13,7,-57,2,-71,-3v-19,-8,-61,-71,-73,-87v-9,-3,-29,-6,-37,0r2,69v-4,20,21,15,32,21v-33,8,-57,-1,-95,3v-7,0,-9,-5,-1,-6v35,-2,22,-41,22,-83r-1,-119v3,-19,-21,-13,-31,-21v26,-5,66,-2,100,-2v40,0,80,9,82,55v0,23,-13,42,-44,67xm114,-215v-11,0,-20,-1,-22,6r0,91v1,10,18,6,27,8v34,-1,43,-15,43,-50v0,-43,-29,-55,-48,-55","w":246,"k":{"s":5,"t":14,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"v":9,"w":4,"x":5,"y":7,"\u00fd":7,"\u00ff":7,"c":2,"g":2,"o":2,"q":2,"\u00f8":2,"\u00e7":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2}},"s":{"d":"171,-65v0,57,-77,89,-136,62v-15,-7,-6,-52,-1,-59v3,0,3,3,3,5v-3,58,99,62,98,7v7,-16,-29,-43,-50,-54v-81,-37,-58,-131,30,-131v45,0,56,-9,48,46v1,10,-6,14,-7,4v-2,-16,-12,-35,-43,-34v-23,0,-44,12,-44,33v-5,15,25,35,47,47v42,22,55,46,55,74","w":194,"k":{"m":3,"v":1,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"t":{"d":"72,-5v36,-2,22,-41,22,-83r0,-124r-47,1v-29,-3,-30,13,-40,24v-8,-7,3,-43,8,-48v54,10,144,6,204,2v3,10,5,39,-1,49v-4,1,-4,-4,-4,-9v3,-18,-52,-20,-78,-19r2,190v-3,21,23,13,34,20v-34,8,-59,-1,-99,3v-7,0,-9,-5,-1,-6","w":227,"k":{"m":5,"w":-7,"y":-2,"\u00fd":-2,"\u00ff":-2,"a":22,"\u00e6":22,"\u00e1":22,"\u00e2":22,"\u00e4":22,"\u00e0":22,"\u00e5":22,"\u00e3":22,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5,",":27,".":27,":":2,";":2,"-":4}},"u":{"d":"206,-17v-67,52,-168,23,-168,-80r0,-110v3,-20,-23,-12,-32,-21v26,-4,71,-3,102,0v-6,9,-26,0,-26,21r0,108v-2,65,21,84,64,86v57,3,61,-62,61,-129v0,-46,-1,-55,-1,-65v0,-19,-22,-12,-30,-21v22,-4,62,-3,88,0v-7,9,-30,0,-27,21v-4,75,18,153,-31,190","w":273,"k":{"m":6,"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"v":{"d":"188,-206v9,-19,-11,-15,-20,-22v18,-4,56,-3,79,0v-14,10,-22,2,-37,34r-80,177v-14,29,-16,31,-28,4r-80,-188v-8,-21,-16,-22,-36,-23v-3,0,-3,-2,-3,-4v24,-5,72,-3,102,0v-2,8,-24,0,-21,12v15,53,41,110,62,160v14,-32,53,-130,62,-150","w":229,"k":{"y":-2,"\u00fd":-2,"\u00ff":-2,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,",":47,".":47,")":-11,"]":-11,"}":-11,"-":-4}},"w":{"d":"65,-217v7,33,35,129,47,155r60,-156v7,-18,13,-13,20,3r64,151v6,-18,33,-98,42,-134v4,-15,10,-26,-13,-26v-3,0,-5,-2,-5,-4v17,-4,53,-3,74,0v-1,6,-10,3,-16,5v-8,3,-12,14,-18,32v-15,39,-47,136,-62,182v-7,21,-13,18,-21,-1r-66,-151v-5,13,-47,122,-60,150v-8,19,-14,23,-21,5r-67,-195v-6,-16,-7,-24,-24,-23v-3,0,-5,-2,-5,-4v21,-4,62,-3,88,0v-2,7,-19,1,-17,11","w":343,"k":{"m":5,"t":-7,"y":-2,"\u00fd":-2,"\u00ff":-2,"a":13,"\u00e6":13,"\u00e1":13,"\u00e2":13,"\u00e4":13,"\u00e0":13,"\u00e5":13,"\u00e3":13,",":27,".":27,")":-4,"]":-4,"}":-4,"-":-4}},"x":{"d":"168,-218v0,-8,-18,-3,-20,-10v18,-4,55,-3,77,0v-14,9,-23,7,-39,29r-53,72v27,27,55,120,100,122v2,0,4,1,4,3v-13,7,-57,4,-85,-1v0,-5,10,-2,5,-10r-50,-82v-16,29,-38,53,-51,85v1,8,14,1,17,8v-13,8,-50,-1,-75,3v-3,0,-4,-1,-4,-3v14,-8,25,-5,41,-27r61,-84r-55,-87v-10,-15,-20,-23,-39,-24v-4,-2,-5,-7,3,-6v29,1,64,-3,90,2v-3,7,-26,3,-13,18v14,24,26,46,39,67v12,-21,42,-56,47,-75","w":228,"k":{"t":9,"x":5,"y":-2,"\u00fd":-2,"\u00ff":-2,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"c":2,"g":2,"o":2,"q":2,"\u00f8":2,"\u00e7":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2}},"y":{"d":"64,-5v32,0,20,-42,22,-73v3,-47,-41,-81,-64,-121v-10,-17,-16,-22,-34,-25v-3,0,-4,-2,-4,-4v21,-4,61,-3,86,0v1,5,-13,2,-11,9v5,20,48,83,56,100v17,-33,40,-61,52,-98v2,-7,-12,-6,-13,-11v18,-4,54,-3,76,0v-9,8,-28,5,-36,22v-10,12,-56,85,-62,98v-7,18,-1,33,-3,55v-2,20,-1,57,29,48v4,0,5,2,5,3v-32,8,-60,-1,-97,3v-7,1,-10,-6,-2,-6","w":212,"k":{"m":3,"t":-2,"v":-2,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5,",":22,".":22,")":-11,"]":-11,"}":-11}},"z":{"d":"210,-227v-41,74,-93,142,-138,209r76,0v48,1,46,-14,59,-35v6,13,3,53,-13,54v-53,0,-107,-1,-171,-1v-9,0,-5,-5,-1,-12r133,-200v-53,0,-120,-8,-125,35v-10,-8,2,-45,6,-56v57,8,108,1,169,3v3,0,5,2,5,3","w":225,"k":{"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e0":5,"\u00e5":5,"\u00e3":5}},"{":{"d":"78,-219v0,53,1,79,-29,93v25,11,29,38,29,82v0,69,12,77,35,85v0,2,-2,3,-13,3v-34,-10,-59,-32,-56,-106v0,-11,2,-31,2,-39v0,-20,-21,-16,-29,-23v8,-9,36,-2,30,-27v-12,-64,10,-128,66,-115v-14,6,-35,10,-35,47","w":129,"k":{"v":-11,"w":-4,"y":-11,"\u00fd":-11,"\u00ff":-11,"V":-11,"W":-4,"Y":-11,"\u00dd":-11}},"|":{"d":"101,90r-22,0r0,-360r22,0r0,360","w":180},"}":{"d":"52,-44v0,-45,3,-71,29,-82v-30,-13,-29,-41,-29,-93v0,-37,-21,-42,-35,-47v53,-13,80,50,65,115v-4,17,14,24,25,23v4,0,5,1,5,4v-9,6,-29,4,-29,23v0,8,3,28,3,39v2,75,-21,95,-57,106v-11,0,-13,-1,-13,-3v23,-8,36,-15,36,-85","w":129},"~":{"d":"55,-123v24,0,68,30,91,30v12,0,18,-11,18,-30r20,0v-1,96,-87,31,-131,22v-12,0,-18,9,-19,30r-21,0v-1,-36,18,-52,42,-52","w":197},"\u00a1":{"d":"58,-168v19,53,8,129,25,185v-8,19,-28,29,-48,32v-8,-7,2,-19,3,-51v4,-15,10,-155,20,-166xm61,-233v28,1,26,40,-1,41v-12,0,-20,-7,-20,-19v0,-12,9,-22,21,-22","w":115},"\u00a2":{"d":"22,-137v0,-70,41,-86,102,-91r4,-36v1,-4,17,-8,19,-2r-5,38v10,0,30,3,48,10v4,6,4,42,-4,48v-8,-20,-10,-41,-46,-41r-17,149v35,8,54,-5,65,-35v7,6,1,44,-7,50v-24,7,-38,6,-60,6v-3,17,-1,39,-8,52v0,0,-15,5,-17,-1r7,-54v-47,-8,-81,-41,-81,-93xm105,-66r17,-145v-34,-2,-61,28,-61,64v0,48,28,75,44,81"},"\u00a3":{"d":"195,-221v-1,-21,-16,-42,-42,-40v-40,-6,-54,67,-58,114r61,-1v3,4,3,19,-11,19r-52,0v-4,34,-8,64,-42,99v25,6,63,-1,92,1v42,2,46,-13,56,-35v8,8,-2,37,-4,59v-1,12,-44,6,-61,6r-127,-1v-7,0,-11,0,-11,-4v0,-4,4,-6,11,-8v38,-5,39,-72,46,-118v-11,0,-26,-1,-34,1v-2,-3,1,-18,8,-17r28,0v0,-79,58,-156,146,-124v8,12,4,51,-3,55v-3,0,-3,-2,-3,-6"},"\u00a5":{"d":"171,-256v4,-7,-26,-10,-10,-15r69,0v3,0,5,0,5,3v-11,9,-31,3,-40,25v-11,15,-55,96,-68,123r58,0v6,2,2,16,-5,17r-55,0r1,77v-2,17,16,21,34,20v4,0,5,1,5,4v-45,8,-56,-1,-111,3v-4,0,-5,0,-5,-3v0,-3,0,-4,4,-4v18,1,36,-2,36,-20r0,-77v-20,-2,-47,4,-61,-3v0,-23,37,-12,59,-14v-20,-31,-59,-119,-88,-140v-7,-5,-31,-4,-15,-11r78,0v3,0,5,1,5,4v-8,4,-19,7,-9,22v6,9,52,96,57,107v14,-31,52,-89,56,-118"},"\u00a7":{"d":"36,15v-3,59,97,61,99,9v2,-53,-109,-75,-109,-134v0,-30,24,-53,38,-61v-46,-44,-5,-111,61,-105v44,4,54,-9,47,46v1,10,-6,14,-7,4v-2,-16,-12,-35,-43,-34v-23,0,-45,12,-45,36v-5,14,26,35,47,47v67,37,90,97,29,143v45,50,0,111,-68,111v-18,0,-38,-2,-52,-8v-12,-9,-5,-52,0,-59v3,0,3,3,3,5xm78,-159v-10,6,-21,15,-21,35v0,32,60,53,83,77v33,-32,13,-66,-28,-87","w":214},"\u00a4":{"d":"193,-189r-29,26v15,18,15,71,-1,87r28,26r-17,18r-25,-28v-22,20,-61,20,-83,1r-25,27r-17,-18r27,-25v-18,-19,-17,-70,0,-88r-28,-26r18,-18r25,28v19,-19,64,-19,83,0r26,-28xm148,-120v0,-25,-15,-48,-41,-48v-25,0,-41,22,-41,49v0,65,80,66,82,-1"},"'":{"d":"39,-180v-7,-20,-16,-93,-18,-86v0,-5,7,-6,18,-6v11,0,19,1,19,6","w":78},"\u00ab":{"d":"118,-105v7,10,39,41,56,57v-6,6,-11,15,-19,20v-16,-15,-54,-60,-69,-75v14,-15,68,-66,83,-75v2,0,5,2,5,3v-7,13,-46,53,-56,70xm47,-105v7,10,40,40,56,57v-6,6,-11,15,-19,20v-16,-15,-54,-60,-69,-75v14,-15,68,-66,83,-75v2,0,5,2,5,3v-7,13,-46,53,-56,70","w":198},"\u00b7":{"d":"45,-75v-30,-1,-29,-41,0,-43v12,0,22,7,22,20v0,13,-8,23,-22,23","w":90},"\u00b6":{"d":"134,71v8,-86,2,-216,4,-314v0,-9,-1,-14,-7,-14v-51,0,-57,115,-20,139v14,4,9,12,-3,12v-51,0,-90,-32,-90,-80v0,-96,105,-84,212,-85v7,-1,7,5,3,6v-15,0,-22,6,-23,21r0,289v-3,8,-19,15,-26,13v9,-78,2,-210,4,-301v0,-8,-3,-14,-13,-14v-8,0,-15,3,-15,13r1,303v-2,10,-21,16,-27,12","w":256},"\u00bb":{"d":"80,-100v-7,-9,-38,-43,-56,-57v5,-8,13,-14,19,-21v16,16,55,59,69,76v-14,15,-68,65,-83,74v-2,0,-5,-2,-5,-3xm151,-100v-7,-9,-39,-41,-56,-57v5,-8,13,-14,19,-21v16,16,55,59,69,76v-14,15,-68,65,-83,74v-2,0,-5,-2,-5,-3","w":198},"\u00bf":{"d":"169,29v-9,15,-31,20,-67,20v-59,0,-77,-32,-77,-54v0,-56,65,-89,80,-134v3,-10,-15,-22,-6,-28v15,6,51,29,28,53v-24,25,-56,72,-56,102v0,21,10,45,43,45v36,0,43,-27,50,-51v9,4,3,28,5,47xm107,-233v27,1,25,40,-1,41v-12,0,-20,-7,-20,-19v0,-12,9,-22,21,-22","w":191},"`":{"d":"140,-352v8,11,34,34,53,51v-15,5,-79,-28,-89,-37v9,-6,26,-11,36,-14","w":333},"\u00b4":{"d":"143,-301v16,-21,54,-46,68,-53v8,4,15,21,14,31v-29,-1,-61,15,-80,24v-1,0,-2,-1,-2,-2","w":333},"\u00af":{"d":"212,-311v-25,4,-68,4,-93,0v2,-5,0,-16,7,-16r86,0v8,0,-1,11,0,16","w":333},"\u00a8":{"d":"204,-299v-23,-1,-21,-33,1,-34v9,0,17,6,17,16v0,10,-8,18,-18,18xm129,-299v-23,-1,-23,-32,0,-33v9,0,17,5,17,15v0,10,-7,18,-17,18","w":333},"\u00b8":{"d":"170,60v4,-12,-16,-27,-37,-29v16,-12,28,-34,60,-31r-33,25v26,3,42,13,42,29v0,14,-15,38,-66,38v-3,0,-6,0,-6,-3v10,-9,41,-6,40,-29","w":333},"\u00c6":{"d":"311,-47v-4,17,5,55,-24,49r-142,-1v-8,2,-10,-6,-2,-6v16,0,21,-5,23,-22v2,-16,2,-62,2,-94v-17,-5,-49,-2,-68,0v-9,17,-54,83,-54,102v0,15,20,11,30,16v-38,10,-56,-1,-104,4v-4,0,-5,-1,-5,-4v22,-2,52,-29,58,-43v12,-15,127,-196,132,-204v10,-17,5,-20,32,-20v37,0,80,3,111,-4v5,3,-2,36,-2,50v0,2,-1,4,-4,4v-3,0,-3,-2,-3,-5v7,-34,-48,-26,-78,-27v-5,30,-3,79,0,110v23,-1,73,5,81,-11v6,3,-1,50,-5,61v-3,0,-3,-1,-3,-3v6,-35,-43,-27,-73,-29v-6,16,2,51,-2,76v-6,37,47,33,77,26v12,-3,12,-22,20,-32v3,0,3,3,3,7xm168,-143v-2,-28,4,-63,-2,-87v-8,14,-49,79,-52,86v-1,3,-1,4,2,4r49,0v3,0,3,-1,3,-3","w":333,"k":{"v":-2,"x":-5,"y":-4,"\u00fd":-4,"\u00ff":-4,"V":-2,"X":-5,"Y":-4,"\u00dd":-4,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"\u00aa":{"d":"94,-183v-11,-4,-36,-3,-48,0v0,10,-16,26,-2,31v6,-2,9,5,2,5v-15,-3,-34,2,-48,-2v8,-6,20,-3,23,-17v19,-37,33,-79,56,-113v3,0,5,2,6,5v4,10,34,79,46,105v9,20,14,12,24,20v-9,5,-31,1,-51,0v9,-8,-5,-23,-8,-34xm53,-199v9,2,26,2,35,0r-17,-40v-8,11,-12,27,-18,40","w":153},"\u00d8":{"d":"73,-22v-11,10,-20,26,-33,32v-3,-4,-11,-7,-11,-13r30,-32v-27,-28,-39,-66,-39,-100v0,-62,40,-141,148,-141v41,0,70,9,94,26v13,-11,27,-40,42,-19v-3,14,-19,21,-26,32v79,84,20,243,-113,243v-39,0,-69,-11,-92,-28xm246,-204r-146,154v19,23,46,38,80,38v25,0,84,-12,84,-116v0,-30,-7,-55,-18,-76xm89,-66r146,-155v-57,-60,-164,-59,-165,75v0,30,7,58,19,80","w":333,"k":{"m":2,"t":6,"x":7,"M":2,"T":6,"X":7,"j":14,"b":14,"d":14,"e":14,"f":14,"h":14,"i":14,"k":14,"l":14,"n":14,"p":14,"r":14,"\u00fe":14,"\u00f0":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00e8":14,"\u00ed":14,"\u00ee":14,"\u00ef":14,"\u00ec":14,"\u00f1":14,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"\u00d0":4,"\u00de":4,"\u00c9":4,"\u00ca":4,"\u00cb":4,"\u00c8":4,"\u00cd":4,"\u00ce":4,"\u00cf":4,"\u00cc":4,"\u00d1":4,"J":4}},"\u00ba":{"d":"84,-146v-52,0,-73,-35,-73,-65v0,-29,21,-65,75,-65v45,0,73,23,73,62v0,38,-29,68,-75,68xm127,-208v0,-61,-83,-88,-84,-7v0,30,21,58,47,58v12,0,37,-6,37,-51","w":169},"\u00e6":{"d":"127,-5v38,-2,16,-50,22,-96v-13,-7,-44,-3,-60,-1v-9,15,-45,69,-47,86v-1,14,20,7,26,14v-35,8,-51,-1,-93,3v-3,0,-5,-1,-5,-3v17,-3,48,-23,52,-37v10,-13,113,-167,117,-174v8,-14,5,-17,27,-17v34,0,74,2,105,-3v4,4,1,41,-6,48v-2,0,-3,-1,-3,-4v9,-32,-47,-22,-72,-24v-5,24,-3,67,0,92v20,-2,70,4,76,-9v3,13,2,42,-5,52v-3,0,-3,-1,-3,-2v8,-31,-47,-26,-70,-22v5,43,-21,86,42,86v21,0,44,-2,44,-26v0,-3,1,-5,3,-5v3,0,3,4,3,7v-4,16,5,48,-21,42r-130,-1v-8,1,-8,-6,-2,-6xm149,-121v-1,-25,2,-54,-1,-77v-8,17,-48,70,-45,79v15,-1,35,3,46,-2","w":300,"k":{"v":-2,"x":-5,"y":-4,"\u00fd":-4,"\u00ff":-4,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"\u00f8":{"d":"65,-18v-12,9,-26,39,-39,18v0,-12,19,-20,26,-30v-68,-77,-40,-205,96,-205v36,0,62,9,83,23v11,-11,25,-37,38,-16v-2,12,-17,17,-24,27v72,71,20,206,-98,206v-34,0,-63,-7,-82,-23xm216,-171r-126,128v16,21,39,32,69,32v22,0,72,-11,72,-98v0,-25,-6,-45,-15,-62xm80,-58r127,-128v-48,-53,-142,-51,-143,62v0,25,6,47,16,66","w":295,"k":{"m":2,"t":6,"x":7,"j":11,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"\u00fe":11,"\u00f0":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00ed":11,"\u00ee":11,"\u00ef":11,"\u00ec":11,"\u00f1":11}},"\u00df":{"d":"171,-65v0,57,-77,89,-136,62v-15,-7,-6,-52,-1,-59v3,0,3,3,3,5v-3,58,99,62,98,7v7,-16,-29,-43,-50,-54v-81,-37,-58,-131,30,-131v45,0,56,-9,48,46v1,10,-6,14,-7,4v-2,-16,-12,-35,-43,-34v-23,0,-44,12,-44,33v-5,15,25,35,47,47v42,22,55,46,55,74xm365,-65v5,56,-76,87,-136,62v-12,-9,-5,-52,0,-59v3,0,3,3,3,5v-3,58,98,61,97,7v7,-16,-28,-44,-50,-54v-80,-37,-56,-131,31,-131v44,0,55,-10,48,46v1,10,-7,15,-7,4v-4,-16,-13,-35,-44,-34v-48,2,-62,50,-10,73v39,17,73,51,68,81","w":388},"\u00b9":{"d":"78,-214v4,44,-18,104,28,98v3,0,6,1,6,3v-29,10,-52,-1,-94,4v-4,0,-6,0,-6,-3v3,-10,36,2,36,-17r1,-108v-3,-22,-32,14,-41,3v19,-17,46,-27,68,-42v8,10,-2,21,2,62","w":122},"\u00ac":{"d":"183,-46r-23,0r0,-68r-146,0r0,-22r169,0r0,90","w":197},"\u00b5":{"d":"20,88v7,-82,5,-162,5,-250r34,0v1,57,-10,145,45,140v50,7,33,-91,36,-140r35,0r0,126v-2,23,16,24,23,12r6,2v-9,37,-57,42,-58,-14v-5,46,-79,58,-97,14v2,40,9,74,16,92v-15,5,-29,21,-45,18","w":207},"\u03bc":{"d":"20,88v7,-82,5,-162,5,-250r34,0v1,57,-10,145,45,140v50,7,33,-91,36,-140r35,0r0,126v-2,23,16,24,23,12r6,2v-9,37,-57,42,-58,-14v-5,46,-79,58,-97,14v2,40,9,74,16,92v-15,5,-29,21,-45,18","w":207},"\u00d0":{"d":"163,4r-128,-3v-8,1,-10,-6,-1,-6v16,1,21,-5,23,-22v2,-17,2,-68,2,-100r-36,0v-11,-23,18,-19,36,-19r-1,-97v3,-22,-20,-19,-35,-25v38,-8,65,-3,115,-3v45,0,105,0,144,41v18,19,35,48,35,91v0,98,-46,146,-154,143xm132,-254v-13,0,-28,-2,-28,10r0,98r72,0v6,2,2,19,-4,19r-68,0v7,54,-23,114,52,114v73,0,113,-40,113,-115v0,-91,-75,-128,-137,-126","w":336,"k":{"m":2,"M":2,"j":14,"b":14,"d":14,"e":14,"f":14,"h":14,"i":14,"k":14,"l":14,"n":14,"p":14,"r":14,"\u00fe":14,"\u00f0":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00e8":14,"\u00ed":14,"\u00ee":14,"\u00ef":14,"\u00ec":14,"\u00f1":14,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"\u00d0":4,"\u00de":4,"\u00c9":4,"\u00ca":4,"\u00cb":4,"\u00c8":4,"\u00cd":4,"\u00ce":4,"\u00cf":4,"\u00cc":4,"\u00d1":4,"J":4}},"\u00bd":{"d":"199,-152v5,-13,25,-14,45,-14v41,0,60,20,60,42v0,39,-31,64,-79,103v17,3,78,7,79,-18v1,-4,6,-4,6,0v-3,7,-1,46,-26,39v-31,-2,-71,5,-97,-3v45,-42,86,-77,84,-115v-3,-48,-61,-46,-65,-8v0,3,-1,4,-3,4v-6,-1,-3,-19,-4,-30xm242,-274v4,-4,16,4,15,10r-194,268v-6,3,-20,-4,-14,-12xm78,-214v4,44,-18,104,28,98v3,0,6,1,6,3v-29,10,-52,-1,-94,4v-4,0,-6,0,-6,-3v3,-10,36,2,36,-17r1,-108v-3,-22,-32,14,-41,3v19,-17,46,-27,68,-42v8,10,-2,21,2,62","w":332},"\u00b1":{"d":"183,-114r-73,0r0,73r-23,0r0,-73r-73,0r0,-22r73,0r0,-74r23,0r0,74r73,0r0,22xm183,0r-169,0r0,-22r169,0r0,22","w":197},"\u00de":{"d":"122,-198v-10,0,-19,-1,-19,9r2,163v-2,21,21,19,36,23v-34,10,-63,-1,-106,4v-8,1,-10,-6,-1,-6v16,1,22,-5,23,-22v4,-41,1,-181,1,-216v0,-22,-20,-19,-35,-25v36,-8,62,1,109,-3v8,-2,10,6,2,6v-14,0,-30,5,-30,21v0,14,-1,26,-1,32v70,-1,117,2,117,62v0,53,-42,91,-97,85v-2,0,-4,0,-4,-3v0,-3,3,-4,10,-4v41,-3,69,-72,27,-113v-12,-12,-25,-13,-34,-13","w":235},"\u00bc":{"d":"142,-48v13,-18,89,-104,110,-118v2,0,3,1,3,3r0,102v12,3,32,-5,34,0v-2,2,-2,17,-9,17r-25,0v1,12,-5,45,21,39v1,0,2,1,2,2v-23,10,-38,-1,-70,4v-5,0,-4,-7,0,-6v8,0,23,-2,21,-12r0,-27r-82,0v-3,0,-5,-2,-5,-4xm229,-61v-1,-21,2,-45,-1,-64r-59,64r60,0xm242,-274v4,-4,16,4,15,10r-194,268v-6,3,-20,-4,-14,-12xm78,-214v4,44,-18,104,28,98v3,0,6,1,6,3v-29,10,-52,-1,-94,4v-4,0,-6,0,-6,-3v3,-10,36,2,36,-17r1,-108v-3,-22,-32,14,-41,3v19,-17,46,-27,68,-42v8,10,-2,21,2,62","w":302},"\u00f7":{"d":"117,-151v0,12,-7,20,-19,20v-11,0,-19,-8,-19,-20v0,-12,7,-20,19,-20v12,0,19,8,19,20xm183,-80r-169,0r0,-22r169,0r0,22xm117,-31v0,12,-7,20,-19,20v-11,0,-19,-8,-19,-20v0,-12,7,-20,19,-20v12,0,19,8,19,20","w":197},"\u00a6":{"d":"101,-117r-22,0r0,-126r22,0r0,126xm101,63r-22,0r0,-126r22,0r0,126","w":180},"\u00b0":{"d":"112,-208v0,28,-23,46,-47,46v-27,0,-46,-21,-46,-45v0,-26,21,-46,47,-46v28,0,46,21,46,45xm92,-208v0,-13,-8,-28,-27,-28v-35,0,-33,58,0,57v15,0,27,-13,27,-29","w":130},"\u00fe":{"d":"94,-88v0,46,-14,85,29,83v3,0,4,2,4,3v-32,8,-58,-1,-96,3v-7,0,-9,-5,-1,-6v35,-2,22,-41,22,-83r-1,-119v3,-19,-21,-13,-31,-21v27,-4,74,-3,106,0v-8,9,-32,2,-32,21r0,27v9,-1,16,-1,28,-1v67,0,67,10,79,54v0,46,-36,75,-89,72v-2,0,-4,-1,-4,-3v0,-3,3,-4,9,-4v37,-2,62,-60,25,-95v-15,-14,-30,-11,-46,-8v-5,21,-2,52,-2,77","w":215},"\u00be":{"d":"157,-48v11,-19,91,-103,109,-118v2,0,4,1,4,3r0,102v12,3,31,-6,33,0v-2,2,-2,17,-9,17r-24,0v0,12,-6,46,21,39v1,0,2,1,2,2v-23,10,-39,-1,-71,4v-5,0,-4,-7,0,-6v8,0,24,-2,21,-12r0,-27r-81,0v-3,0,-5,-2,-5,-4xm243,-61v-1,-21,2,-45,-1,-64r-58,64r59,0xm256,-274v5,-4,16,4,15,10r-194,268v-5,3,-20,-4,-14,-12xm29,-237v-16,-27,4,-40,40,-39v81,3,50,59,17,70v14,2,44,15,44,42v0,30,-30,56,-76,56v-19,0,-36,3,-35,-17v0,-7,0,-36,6,-23v2,14,10,27,37,27v18,0,37,-11,37,-35v0,-32,-29,-37,-48,-43v10,-9,37,-9,40,-40v0,-9,-6,-26,-29,-26v-21,0,-31,13,-33,28","w":317},"\u00b2":{"d":"135,-152v4,8,0,45,-24,42v-31,-4,-71,5,-97,-3v46,-41,86,-78,84,-115v-2,-49,-61,-45,-65,-7v0,3,-1,4,-3,4v-5,-2,-3,-19,-4,-31v5,-13,26,-14,46,-14v41,0,59,20,59,42v0,40,-36,65,-78,105v30,-3,74,7,78,-20v1,-3,2,-3,4,-3","w":159},"\u00ae":{"d":"37,-213v-19,0,-33,-13,-33,-31v0,-18,14,-32,33,-32v19,0,33,14,33,32v0,18,-14,31,-33,31xm37,-219v15,0,26,-10,26,-25v0,-15,-11,-26,-26,-26v-15,0,-26,11,-26,26v0,15,10,25,26,25xm18,-229v10,-3,3,-17,5,-29v1,-3,-10,-4,-1,-6v15,-2,44,5,22,21v2,5,18,14,11,15v-11,4,-13,-13,-24,-13v4,14,6,15,-13,12xm31,-246v5,3,13,0,12,-6v0,-5,-6,-10,-12,-7r0,13","w":74},"\u00f0":{"d":"282,-118v2,127,-123,124,-251,119v-7,0,-9,-5,-1,-6v38,-2,16,-55,22,-102r-32,0v-11,-20,15,-19,32,-18r-1,-82v3,-19,-21,-13,-31,-21v112,-6,261,-19,262,110xm121,-215v-46,0,-20,42,-27,90r64,0v4,3,2,18,-4,18r-60,0v5,47,-18,95,46,95v64,0,97,-32,97,-97v0,-76,-65,-106,-116,-106","w":299,"k":{"m":2,"j":4,"b":4,"d":4,"e":4,"f":4,"h":4,"i":4,"k":4,"l":4,"n":4,"p":4,"r":4,"\u00fe":4,"\u00f0":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00ed":4,"\u00ee":4,"\u00ef":4,"\u00ec":4,"\u00f1":4}},"\u00d7":{"d":"179,-24r-15,15r-65,-67r-65,67r-15,-15r65,-67r-65,-66r15,-15r65,67r65,-67r15,15r-65,66","w":197},"\u00b3":{"d":"29,-237v-16,-27,4,-40,40,-39v81,3,50,59,17,70v14,2,44,15,44,42v0,30,-30,56,-76,56v-19,0,-36,3,-35,-17v0,-7,0,-36,6,-23v2,14,10,27,37,27v18,0,37,-11,37,-35v0,-32,-29,-37,-48,-43v10,-9,37,-9,40,-40v0,-9,-6,-26,-29,-26v-21,0,-31,13,-33,28","w":152},"\u00a9":{"d":"163,6v-82,0,-143,-60,-143,-141v0,-78,63,-141,143,-141v81,0,142,60,142,141v0,78,-63,141,-142,141xm43,-135v0,68,53,124,120,124v69,0,119,-55,119,-124v0,-67,-52,-124,-119,-124v-69,0,-120,53,-120,124xm80,-138v0,-79,70,-87,142,-72v1,7,2,36,-4,42v-9,-22,-10,-36,-50,-36v-31,0,-52,21,-52,57v0,49,33,77,60,77v33,0,34,-16,44,-32v5,6,-2,15,-2,33v0,20,-41,11,-46,14v-54,0,-92,-32,-92,-83","w":324},"\u00c1":{"d":"157,-90v-21,-9,-58,0,-84,-3v-12,20,-22,52,-28,76v-3,11,17,11,26,14v-24,10,-44,0,-87,4v-7,1,-10,-6,-3,-6v25,0,34,-12,42,-34r90,-226v7,-18,11,-19,19,-2v9,20,66,166,90,221v19,44,22,35,51,43v-15,8,-66,5,-95,0v1,-4,11,-2,8,-11xm79,-113v17,4,52,3,70,0r-35,-92v-14,29,-23,62,-35,92xm102,-301v16,-21,54,-46,68,-53v9,4,10,14,16,26v2,4,0,5,-2,5v-29,-1,-62,15,-80,24v-1,0,-2,-1,-2,-2","w":252,"k":{"m":-7,"s":4,"t":23,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"v":22,"w":16,"x":9,"y":13,"\u00fd":13,"\u00ff":13,"M":-7,"S":4,"T":23,"U":2,"\u00da":2,"\u00db":2,"\u00dc":2,"\u00d9":2,"V":22,"W":16,"X":9,"Y":13,"\u00dd":13}},"\u00c2":{"d":"157,-90v-21,-9,-58,0,-84,-3v-12,20,-22,52,-28,76v-3,11,17,11,26,14v-24,10,-44,0,-87,4v-7,1,-10,-6,-3,-6v25,0,34,-12,42,-34r90,-226v7,-18,11,-19,19,-2v9,20,66,166,90,221v19,44,22,35,51,43v-15,8,-66,5,-95,0v1,-4,11,-2,8,-11xm79,-113v17,4,52,3,70,0r-35,-92v-14,29,-23,62,-35,92xm124,-328v-17,6,-35,23,-51,33v-4,-1,-4,-6,0,-9v8,-7,44,-45,55,-49v12,6,44,32,55,41v-3,7,-11,12,-17,17v-12,-7,-30,-30,-42,-33","w":252,"k":{"m":-7,"s":4,"t":23,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"v":22,"w":16,"x":9,"y":13,"\u00fd":13,"\u00ff":13,"M":-7,"S":4,"T":23,"U":2,"\u00da":2,"\u00db":2,"\u00dc":2,"\u00d9":2,"V":22,"W":16,"X":9,"Y":13,"\u00dd":13}},"\u00c4":{"d":"157,-90v-21,-9,-58,0,-84,-3v-12,20,-22,52,-28,76v-3,11,17,11,26,14v-24,10,-44,0,-87,4v-7,1,-10,-6,-3,-6v25,0,34,-12,42,-34r90,-226v7,-18,11,-19,19,-2v9,20,66,166,90,221v19,44,22,35,51,43v-15,8,-66,5,-95,0v1,-4,11,-2,8,-11xm79,-113v17,4,52,3,70,0r-35,-92v-14,29,-23,62,-35,92xm164,-299v-22,-1,-22,-33,0,-34v9,0,17,6,17,16v0,10,-7,18,-17,18xm88,-299v-22,-1,-22,-32,0,-33v9,0,17,5,17,15v0,10,-7,18,-17,18","w":252,"k":{"m":-7,"s":4,"t":23,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"v":22,"w":16,"x":9,"y":13,"\u00fd":13,"\u00ff":13,"M":-7,"S":4,"T":23,"U":2,"\u00da":2,"\u00db":2,"\u00dc":2,"\u00d9":2,"V":22,"W":16,"X":9,"Y":13,"\u00dd":13}},"\u00c0":{"d":"157,-90v-21,-9,-58,0,-84,-3v-12,20,-22,52,-28,76v-3,11,17,11,26,14v-24,10,-44,0,-87,4v-7,1,-10,-6,-3,-6v25,0,34,-12,42,-34r90,-226v7,-18,11,-19,19,-2v9,20,66,166,90,221v19,44,22,35,51,43v-15,8,-66,5,-95,0v1,-4,11,-2,8,-11xm79,-113v17,4,52,3,70,0r-35,-92v-14,29,-23,62,-35,92xm99,-352v8,11,34,35,54,51v-15,5,-79,-28,-89,-37v8,-6,27,-10,35,-14","w":252,"k":{"m":-7,"s":4,"t":23,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"v":22,"w":16,"x":9,"y":13,"\u00fd":13,"\u00ff":13,"M":-7,"S":4,"T":23,"U":2,"\u00da":2,"\u00db":2,"\u00dc":2,"\u00d9":2,"V":22,"W":16,"X":9,"Y":13,"\u00dd":13}},"\u00c5":{"d":"157,-90v-21,-9,-58,0,-84,-3v-12,20,-22,52,-28,76v-3,11,17,11,26,14v-24,10,-44,0,-87,4v-7,1,-10,-6,-3,-6v25,0,34,-12,42,-34r90,-226v7,-18,11,-19,19,-2v9,20,66,166,90,221v19,44,22,35,51,43v-15,8,-66,5,-95,0v1,-4,11,-2,8,-11xm79,-113v17,4,52,3,70,0r-35,-92v-14,29,-23,62,-35,92xm168,-328v3,33,-83,47,-83,11v0,-17,21,-31,49,-31v21,0,34,8,34,20xm107,-322v0,11,9,18,18,18v24,1,31,-36,2,-35v-8,0,-20,5,-20,17","w":252,"k":{"m":-7,"s":4,"t":23,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"v":22,"w":16,"x":9,"y":13,"\u00fd":13,"\u00ff":13,"M":-7,"S":4,"T":23,"U":2,"\u00da":2,"\u00db":2,"\u00dc":2,"\u00d9":2,"V":22,"W":16,"X":9,"Y":13,"\u00dd":13}},"\u00c3":{"d":"157,-90v-21,-9,-58,0,-84,-3v-12,20,-22,52,-28,76v-3,11,17,11,26,14v-24,10,-44,0,-87,4v-7,1,-10,-6,-3,-6v25,0,34,-12,42,-34r90,-226v7,-18,11,-19,19,-2v9,20,66,166,90,221v19,44,22,35,51,43v-15,8,-66,5,-95,0v1,-4,11,-2,8,-11xm79,-113v17,4,52,3,70,0r-35,-92v-14,29,-23,62,-35,92xm186,-335v8,12,-15,35,-34,36v-27,2,-32,-16,-56,-18v-21,-1,-22,22,-33,14v5,-15,21,-33,41,-34v22,-1,33,19,54,18v19,-1,20,-12,28,-16","w":252,"k":{"m":-7,"s":4,"t":23,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"v":22,"w":16,"x":9,"y":13,"\u00fd":13,"\u00ff":13,"M":-7,"S":4,"T":23,"U":2,"\u00da":2,"\u00db":2,"\u00dc":2,"\u00d9":2,"V":22,"W":16,"X":9,"Y":13,"\u00dd":13}},"\u00c7":{"d":"171,-258v-71,-2,-100,55,-100,115v0,86,65,128,113,128v44,0,70,-13,78,-44v0,-10,9,-9,8,-1v-1,8,-3,53,-17,58v-19,6,-57,9,-84,7r-26,20v26,3,42,13,42,29v0,14,-15,38,-66,38v-3,0,-6,0,-6,-3v10,-9,41,-6,40,-29v4,-12,-16,-27,-37,-29v8,-9,25,-19,35,-27v-67,-9,-131,-51,-131,-143v0,-24,10,-64,42,-99v37,-39,138,-45,202,-28v13,4,-2,50,2,63v0,5,-1,8,-4,8v-3,0,-4,-3,-4,-8v-3,-40,-37,-53,-87,-55","w":288,"k":{"t":2,"y":-14,"\u00fd":-14,"\u00ff":-14,"T":2,"Y":-7,"\u00dd":-7,"a":-11,"\u00e6":-11,"\u00e1":-11,"\u00e2":-11,"\u00e4":-11,"\u00e0":-11,"\u00e5":-11,"\u00e3":-11,"A":-11,"\u00c6":-11,"\u00c1":-11,"\u00c2":-11,"\u00c4":-11,"\u00c0":-11,"\u00c5":-11,"\u00c3":-11}},"\u00c9":{"d":"202,-54v2,18,8,63,-22,56r-145,-1v-8,1,-10,-6,-1,-6v16,1,22,-5,23,-22v4,-41,1,-181,1,-216v0,-22,-20,-19,-35,-25v43,-10,121,6,171,-6v5,3,-3,35,-3,50v0,2,0,4,-3,4v-3,0,-4,-2,-4,-5v7,-33,-47,-26,-77,-27v-9,24,0,65,-3,95v0,3,1,4,3,4v23,-1,73,5,81,-11v3,3,-1,50,-5,60v-3,0,-4,-1,-4,-3v7,-36,-42,-27,-72,-28v-8,18,2,57,-3,87v-6,37,47,33,77,26v12,-3,13,-22,21,-32xm93,-301v16,-21,54,-46,68,-53v9,4,10,14,16,26v2,4,0,5,-2,5v-29,-1,-62,15,-80,24v-1,0,-2,-1,-2,-2","w":227,"k":{"v":-2,"x":-5,"y":-4,"\u00fd":-4,"\u00ff":-4,"V":-2,"X":-5,"Y":-4,"\u00dd":-4,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"\u00ca":{"d":"202,-54v2,18,8,63,-22,56r-145,-1v-8,1,-10,-6,-1,-6v16,1,22,-5,23,-22v4,-41,1,-181,1,-216v0,-22,-20,-19,-35,-25v43,-10,121,6,171,-6v5,3,-3,35,-3,50v0,2,0,4,-3,4v-3,0,-4,-2,-4,-5v7,-33,-47,-26,-77,-27v-9,24,0,65,-3,95v0,3,1,4,3,4v23,-1,73,5,81,-11v3,3,-1,50,-5,60v-3,0,-4,-1,-4,-3v7,-36,-42,-27,-72,-28v-8,18,2,57,-3,87v-6,37,47,33,77,26v12,-3,13,-22,21,-32xm118,-328v-16,6,-35,23,-50,33v-5,-1,-5,-6,0,-9v9,-7,43,-46,55,-49r54,41v-4,7,-10,13,-17,17v-11,-8,-30,-30,-42,-33","w":227,"k":{"v":-2,"x":-5,"y":-4,"\u00fd":-4,"\u00ff":-4,"V":-2,"X":-5,"Y":-4,"\u00dd":-4,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"\u00cb":{"d":"202,-54v2,18,8,63,-22,56r-145,-1v-8,1,-10,-6,-1,-6v16,1,22,-5,23,-22v4,-41,1,-181,1,-216v0,-22,-20,-19,-35,-25v43,-10,121,6,171,-6v5,3,-3,35,-3,50v0,2,0,4,-3,4v-3,0,-4,-2,-4,-5v7,-33,-47,-26,-77,-27v-9,24,0,65,-3,95v0,3,1,4,3,4v23,-1,73,5,81,-11v3,3,-1,50,-5,60v-3,0,-4,-1,-4,-3v7,-36,-42,-27,-72,-28v-8,18,2,57,-3,87v-6,37,47,33,77,26v12,-3,13,-22,21,-32xm158,-299v-23,-1,-21,-33,1,-34v9,0,17,6,17,16v0,10,-8,18,-18,18xm82,-299v-22,-1,-22,-32,1,-33v9,0,17,5,17,15v0,10,-8,18,-18,18","w":227,"k":{"v":-2,"x":-5,"y":-4,"\u00fd":-4,"\u00ff":-4,"V":-2,"X":-5,"Y":-4,"\u00dd":-4,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"\u00c8":{"d":"202,-54v2,18,8,63,-22,56r-145,-1v-8,1,-10,-6,-1,-6v16,1,22,-5,23,-22v4,-41,1,-181,1,-216v0,-22,-20,-19,-35,-25v43,-10,121,6,171,-6v5,3,-3,35,-3,50v0,2,0,4,-3,4v-3,0,-4,-2,-4,-5v7,-33,-47,-26,-77,-27v-9,24,0,65,-3,95v0,3,1,4,3,4v23,-1,73,5,81,-11v3,3,-1,50,-5,60v-3,0,-4,-1,-4,-3v7,-36,-42,-27,-72,-28v-8,18,2,57,-3,87v-6,37,47,33,77,26v12,-3,13,-22,21,-32xm94,-352v8,11,34,34,53,51v-15,5,-79,-28,-89,-37v9,-6,26,-11,36,-14","w":227,"k":{"v":-2,"x":-5,"y":-4,"\u00fd":-4,"\u00ff":-4,"V":-2,"X":-5,"Y":-4,"\u00dd":-4,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"\u00cd":{"d":"57,-25v4,-40,1,-183,1,-218v0,-23,-18,-18,-31,-25v28,-8,63,1,100,-3v8,-1,10,7,2,6v-16,0,-25,5,-25,22r1,219v-2,21,25,16,39,21v-36,10,-65,-1,-109,4v-8,1,-10,-6,-1,-6v15,0,22,-3,23,-20xm57,-301v17,-21,53,-47,69,-53v9,4,9,14,15,26v2,4,0,5,-2,5v-29,-1,-61,16,-80,24v-1,0,-2,-1,-2,-2","w":162,"k":{"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"O":4,"\u00d8":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4,"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"C":4,"\u00c7":4,"G":4,"Q":4}},"\u00ce":{"d":"57,-25v4,-40,1,-183,1,-218v0,-23,-18,-18,-31,-25v28,-8,63,1,100,-3v8,-1,10,7,2,6v-16,0,-25,5,-25,22r1,219v-2,21,25,16,39,21v-36,10,-65,-1,-109,4v-8,1,-10,-6,-1,-6v15,0,22,-3,23,-20xm79,-328v-16,6,-35,24,-51,33v-4,-1,-4,-6,0,-9v9,-7,44,-46,56,-49r54,41v-4,7,-10,13,-17,17v-11,-8,-30,-30,-42,-33","w":162,"k":{"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"O":4,"\u00d8":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4,"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"C":4,"\u00c7":4,"G":4,"Q":4}},"\u00cf":{"d":"57,-25v4,-40,1,-183,1,-218v0,-23,-18,-18,-31,-25v28,-8,63,1,100,-3v8,-1,10,7,2,6v-16,0,-25,5,-25,22r1,219v-2,21,25,16,39,21v-36,10,-65,-1,-109,4v-8,1,-10,-6,-1,-6v15,0,22,-3,23,-20xm119,-299v-23,-1,-21,-33,1,-34v9,0,16,6,16,16v0,10,-7,18,-17,18xm43,-299v-22,-1,-22,-32,1,-33v9,0,16,5,16,15v0,10,-7,18,-17,18","w":162,"k":{"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"O":4,"\u00d8":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4,"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"C":4,"\u00c7":4,"G":4,"Q":4}},"\u00cc":{"d":"57,-25v4,-40,1,-183,1,-218v0,-23,-18,-18,-31,-25v28,-8,63,1,100,-3v8,-1,10,7,2,6v-16,0,-25,5,-25,22r1,219v-2,21,25,16,39,21v-36,10,-65,-1,-109,4v-8,1,-10,-6,-1,-6v15,0,22,-3,23,-20xm55,-352v6,11,34,35,53,51v-15,5,-79,-28,-89,-37v9,-6,26,-11,36,-14","w":162,"k":{"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"O":4,"\u00d8":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4,"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"C":4,"\u00c7":4,"G":4,"Q":4}},"\u00d1":{"d":"320,-268v-17,6,-30,3,-31,35r-4,227v0,18,-11,10,-17,3r-106,-105r-87,-91r4,151v1,45,11,39,38,45v-35,10,-47,0,-92,4v-8,1,-12,-6,-2,-6v26,0,26,-6,27,-47r3,-213v0,-19,10,-11,18,-1v16,19,148,152,191,198r2,0r-4,-162v3,-37,-16,-30,-37,-38v32,-8,48,1,88,-3v5,0,9,0,9,3xm234,-335v9,12,-16,36,-35,36v-27,0,-31,-17,-55,-18v-21,-1,-22,22,-33,14v5,-15,21,-33,41,-34v22,-1,33,19,54,18v19,-1,20,-12,28,-16","w":340,"k":{"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"O":4,"\u00d8":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4,"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"C":4,"\u00c7":4,"G":4,"Q":4}},"\u00d3":{"d":"165,6v-103,0,-145,-77,-145,-141v0,-62,40,-141,148,-141v90,0,146,53,146,135v0,82,-58,147,-149,147xm180,-12v25,0,84,-12,84,-116v0,-81,-47,-131,-106,-131v-41,0,-89,23,-89,113v0,75,42,134,111,134xm143,-301v16,-21,54,-46,68,-53v8,4,15,21,14,31v-29,-1,-61,15,-80,24v-1,0,-2,-1,-2,-2","w":333,"k":{"m":2,"t":6,"x":7,"M":2,"T":6,"X":7,"j":14,"b":14,"d":14,"e":14,"f":14,"h":14,"i":14,"k":14,"l":14,"n":14,"p":14,"r":14,"\u00fe":14,"\u00f0":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00e8":14,"\u00ed":14,"\u00ee":14,"\u00ef":14,"\u00ec":14,"\u00f1":14,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"\u00d0":4,"\u00de":4,"\u00c9":4,"\u00ca":4,"\u00cb":4,"\u00c8":4,"\u00cd":4,"\u00ce":4,"\u00cf":4,"\u00cc":4,"\u00d1":4,"J":4}},"\u00d4":{"d":"165,6v-103,0,-145,-77,-145,-141v0,-62,40,-141,148,-141v90,0,146,53,146,135v0,82,-58,147,-149,147xm180,-12v25,0,84,-12,84,-116v0,-81,-47,-131,-106,-131v-41,0,-89,23,-89,113v0,75,42,134,111,134xm165,-328v-17,6,-35,23,-51,33v-4,-1,-4,-6,0,-9v9,-7,43,-46,55,-49r54,41v-4,7,-10,13,-17,17v-10,-8,-31,-29,-41,-33","w":333,"k":{"m":2,"t":6,"x":7,"M":2,"T":6,"X":7,"j":14,"b":14,"d":14,"e":14,"f":14,"h":14,"i":14,"k":14,"l":14,"n":14,"p":14,"r":14,"\u00fe":14,"\u00f0":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00e8":14,"\u00ed":14,"\u00ee":14,"\u00ef":14,"\u00ec":14,"\u00f1":14,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"\u00d0":4,"\u00de":4,"\u00c9":4,"\u00ca":4,"\u00cb":4,"\u00c8":4,"\u00cd":4,"\u00ce":4,"\u00cf":4,"\u00cc":4,"\u00d1":4,"J":4}},"\u00d6":{"d":"165,6v-103,0,-145,-77,-145,-141v0,-62,40,-141,148,-141v90,0,146,53,146,135v0,82,-58,147,-149,147xm180,-12v25,0,84,-12,84,-116v0,-81,-47,-131,-106,-131v-41,0,-89,23,-89,113v0,75,42,134,111,134xm204,-299v-23,-1,-21,-33,1,-34v9,0,17,6,17,16v0,10,-8,18,-18,18xm129,-299v-23,-1,-23,-32,0,-33v9,0,17,5,17,15v0,10,-7,18,-17,18","w":333,"k":{"m":2,"t":6,"x":7,"M":2,"T":6,"X":7,"j":14,"b":14,"d":14,"e":14,"f":14,"h":14,"i":14,"k":14,"l":14,"n":14,"p":14,"r":14,"\u00fe":14,"\u00f0":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00e8":14,"\u00ed":14,"\u00ee":14,"\u00ef":14,"\u00ec":14,"\u00f1":14,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"\u00d0":4,"\u00de":4,"\u00c9":4,"\u00ca":4,"\u00cb":4,"\u00c8":4,"\u00cd":4,"\u00ce":4,"\u00cf":4,"\u00cc":4,"\u00d1":4,"J":4}},"\u00d2":{"d":"165,6v-103,0,-145,-77,-145,-141v0,-62,40,-141,148,-141v90,0,146,53,146,135v0,82,-58,147,-149,147xm180,-12v25,0,84,-12,84,-116v0,-81,-47,-131,-106,-131v-41,0,-89,23,-89,113v0,75,42,134,111,134xm140,-352v8,11,34,34,53,51v-15,5,-79,-28,-89,-37v9,-6,26,-11,36,-14","w":333,"k":{"m":2,"t":6,"x":7,"M":2,"T":6,"X":7,"j":14,"b":14,"d":14,"e":14,"f":14,"h":14,"i":14,"k":14,"l":14,"n":14,"p":14,"r":14,"\u00fe":14,"\u00f0":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00e8":14,"\u00ed":14,"\u00ee":14,"\u00ef":14,"\u00ec":14,"\u00f1":14,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"\u00d0":4,"\u00de":4,"\u00c9":4,"\u00ca":4,"\u00cb":4,"\u00c8":4,"\u00cd":4,"\u00ce":4,"\u00cf":4,"\u00cc":4,"\u00d1":4,"J":4}},"\u00d5":{"d":"165,6v-103,0,-145,-77,-145,-141v0,-62,40,-141,148,-141v90,0,146,53,146,135v0,82,-58,147,-149,147xm180,-12v25,0,84,-12,84,-116v0,-81,-47,-131,-106,-131v-41,0,-89,23,-89,113v0,75,42,134,111,134xm227,-335v9,12,-16,36,-35,36v-27,0,-31,-17,-55,-18v-21,-1,-23,21,-33,14v5,-15,20,-33,40,-34v23,-1,34,19,55,18v19,-1,20,-12,28,-16","w":333,"k":{"m":2,"t":6,"x":7,"M":2,"T":6,"X":7,"j":14,"b":14,"d":14,"e":14,"f":14,"h":14,"i":14,"k":14,"l":14,"n":14,"p":14,"r":14,"\u00fe":14,"\u00f0":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00e8":14,"\u00ed":14,"\u00ee":14,"\u00ef":14,"\u00ec":14,"\u00f1":14,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"\u00d0":4,"\u00de":4,"\u00c9":4,"\u00ca":4,"\u00cb":4,"\u00c8":4,"\u00cd":4,"\u00ce":4,"\u00cf":4,"\u00cc":4,"\u00d1":4,"J":4}},"\u00da":{"d":"156,6v-58,1,-111,-32,-112,-120r-1,-129v3,-22,-21,-19,-36,-25v32,-8,66,1,105,-3v9,-2,11,7,2,6v-16,0,-24,5,-24,22r0,127v-2,75,24,100,73,103v68,4,70,-76,70,-154v0,-55,1,-64,0,-76v3,-21,-20,-19,-35,-25v34,-8,49,1,90,-3v5,0,8,0,8,3v-9,7,-31,0,-31,25v0,87,18,176,-35,223v-25,23,-51,26,-74,26xm136,-301v16,-21,54,-46,68,-53v10,3,10,14,16,26v2,4,0,5,-2,5v-29,-1,-62,15,-80,24v-1,0,-2,-1,-2,-2","w":306,"k":{"m":6,"M":6,"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"j":14,"b":14,"d":14,"e":14,"f":14,"h":14,"i":14,"k":14,"l":14,"n":14,"p":14,"r":14,"\u00fe":14,"\u00f0":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00e8":14,"\u00ed":14,"\u00ee":14,"\u00ef":14,"\u00ec":14,"\u00f1":14,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5}},"\u00db":{"d":"156,6v-58,1,-111,-32,-112,-120r-1,-129v3,-22,-21,-19,-36,-25v32,-8,66,1,105,-3v9,-2,11,7,2,6v-16,0,-24,5,-24,22r0,127v-2,75,24,100,73,103v68,4,70,-76,70,-154v0,-55,1,-64,0,-76v3,-21,-20,-19,-35,-25v34,-8,49,1,90,-3v5,0,8,0,8,3v-9,7,-31,0,-31,25v0,87,18,176,-35,223v-25,23,-51,26,-74,26xm156,-328v-16,6,-35,24,-51,33v-4,-1,-4,-6,0,-9v9,-7,44,-46,56,-49r54,41v-4,7,-10,13,-17,17v-11,-8,-30,-30,-42,-33","w":306,"k":{"m":6,"M":6,"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"j":14,"b":14,"d":14,"e":14,"f":14,"h":14,"i":14,"k":14,"l":14,"n":14,"p":14,"r":14,"\u00fe":14,"\u00f0":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00e8":14,"\u00ed":14,"\u00ee":14,"\u00ef":14,"\u00ec":14,"\u00f1":14,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5}},"\u00dc":{"d":"156,6v-58,1,-111,-32,-112,-120r-1,-129v3,-22,-21,-19,-36,-25v32,-8,66,1,105,-3v9,-2,11,7,2,6v-16,0,-24,5,-24,22r0,127v-2,75,24,100,73,103v68,4,70,-76,70,-154v0,-55,1,-64,0,-76v3,-21,-20,-19,-35,-25v34,-8,49,1,90,-3v5,0,8,0,8,3v-9,7,-31,0,-31,25v0,87,18,176,-35,223v-25,23,-51,26,-74,26xm198,-299v-22,-1,-22,-33,0,-34v9,0,17,6,17,16v0,10,-7,18,-17,18xm122,-299v-22,-1,-22,-32,0,-33v9,0,17,5,17,15v0,10,-7,18,-17,18","w":306,"k":{"m":6,"M":6,"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"j":14,"b":14,"d":14,"e":14,"f":14,"h":14,"i":14,"k":14,"l":14,"n":14,"p":14,"r":14,"\u00fe":14,"\u00f0":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00e8":14,"\u00ed":14,"\u00ee":14,"\u00ef":14,"\u00ec":14,"\u00f1":14,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5}},"\u00d9":{"d":"156,6v-58,1,-111,-32,-112,-120r-1,-129v3,-22,-21,-19,-36,-25v32,-8,66,1,105,-3v9,-2,11,7,2,6v-16,0,-24,5,-24,22r0,127v-2,75,24,100,73,103v68,4,70,-76,70,-154v0,-55,1,-64,0,-76v3,-21,-20,-19,-35,-25v34,-8,49,1,90,-3v5,0,8,0,8,3v-9,7,-31,0,-31,25v0,87,18,176,-35,223v-25,23,-51,26,-74,26xm128,-352v8,11,34,34,53,51v-15,5,-78,-27,-88,-37v8,-6,26,-11,35,-14","w":306,"k":{"m":6,"M":6,"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"j":14,"b":14,"d":14,"e":14,"f":14,"h":14,"i":14,"k":14,"l":14,"n":14,"p":14,"r":14,"\u00fe":14,"\u00f0":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00e8":14,"\u00ed":14,"\u00ee":14,"\u00ef":14,"\u00ec":14,"\u00f1":14,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5}},"\u00dd":{"d":"75,-5v36,1,24,-51,24,-87v0,-19,-3,-28,-8,-38v-18,-21,-57,-128,-103,-135v-3,0,-6,0,-6,-3v20,-8,56,1,91,-3v4,0,5,1,5,3v-6,4,-19,10,-8,23v5,11,55,97,61,107v7,-20,56,-90,59,-117v3,-8,-12,-9,-14,-13v18,-8,52,1,79,-3v4,0,6,1,6,3v-13,7,-32,6,-42,25v-23,44,-88,104,-74,180v2,13,-5,57,16,56v7,1,35,3,16,8r-100,0v-8,1,-12,-7,-2,-6xm107,-301v16,-21,54,-46,68,-53v9,4,10,14,16,26v2,4,0,5,-2,5v-29,-1,-62,15,-80,24v-1,0,-2,-1,-2,-2","w":241,"k":{"m":3,"t":-2,"v":-2,"M":3,"T":-2,"V":-2,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"j":11,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"\u00fe":11,"\u00f0":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00ed":11,"\u00ee":11,"\u00ef":11,"\u00ec":11,"\u00f1":11,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7,"O":7,"\u00d8":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d5":7,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5,",":22,".":22,"C":5,"\u00c7":5,"G":5,")":-11,"]":-11,"}":-11}},"\u00e1":{"d":"143,-74v-21,-4,-58,-3,-80,0v-7,18,-18,40,-22,60v-2,10,17,7,22,12v-22,8,-39,-1,-77,3v-7,2,-8,-6,-2,-6v21,0,28,-10,35,-28r83,-192v6,-16,13,-18,19,-3r81,189v18,39,20,28,43,37v-14,7,-54,3,-84,0v1,-5,10,-2,7,-10xm72,-93v20,-2,47,3,63,-2r-32,-80v-9,27,-26,57,-31,82xm90,-261v17,-19,54,-47,68,-53v9,4,10,14,16,26v2,4,0,5,-2,5v-30,-2,-61,16,-80,25v-1,0,-2,-2,-2,-3","w":227},"\u00e2":{"d":"143,-74v-21,-4,-58,-3,-80,0v-7,18,-18,40,-22,60v-2,10,17,7,22,12v-22,8,-39,-1,-77,3v-7,2,-8,-6,-2,-6v21,0,28,-10,35,-28r83,-192v6,-16,13,-18,19,-3r81,189v18,39,20,28,43,37v-14,7,-54,3,-84,0v1,-5,10,-2,7,-10xm72,-93v20,-2,47,3,63,-2r-32,-80v-9,27,-26,57,-31,82xm112,-288v-18,5,-34,24,-51,33v-5,-1,-3,-6,0,-9v9,-7,43,-46,55,-49r54,42v-6,5,-8,14,-17,16","w":227},"\u00e4":{"d":"143,-74v-21,-4,-58,-3,-80,0v-7,18,-18,40,-22,60v-2,10,17,7,22,12v-22,8,-39,-1,-77,3v-7,2,-8,-6,-2,-6v21,0,28,-10,35,-28r83,-192v6,-16,13,-18,19,-3r81,189v18,39,20,28,43,37v-14,7,-54,3,-84,0v1,-5,10,-2,7,-10xm72,-93v20,-2,47,3,63,-2r-32,-80v-9,27,-26,57,-31,82xm152,-258v-23,-1,-23,-33,0,-34v9,0,17,6,17,16v0,10,-7,18,-17,18xm76,-258v-23,-1,-23,-33,0,-34v9,0,17,6,17,16v0,10,-7,18,-17,18","w":227},"\u00e0":{"d":"143,-74v-21,-4,-58,-3,-80,0v-7,18,-18,40,-22,60v-2,10,17,7,22,12v-22,8,-39,-1,-77,3v-7,2,-8,-6,-2,-6v21,0,28,-10,35,-28r83,-192v6,-16,13,-18,19,-3r81,189v18,39,20,28,43,37v-14,7,-54,3,-84,0v1,-5,10,-2,7,-10xm72,-93v20,-2,47,3,63,-2r-32,-80v-9,27,-26,57,-31,82xm87,-312v7,12,33,35,53,51v-14,8,-79,-28,-89,-36v7,-7,26,-12,36,-15","w":227},"\u00e5":{"d":"143,-74v-21,-4,-58,-3,-80,0v-7,18,-18,40,-22,60v-2,10,17,7,22,12v-22,8,-39,-1,-77,3v-7,2,-8,-6,-2,-6v21,0,28,-10,35,-28r83,-192v6,-16,13,-18,19,-3r81,189v18,39,20,28,43,37v-14,7,-54,3,-84,0v1,-5,10,-2,7,-10xm72,-93v20,-2,47,3,63,-2r-32,-80v-9,27,-26,57,-31,82xm156,-287v3,32,-84,46,-84,11v0,-17,22,-32,50,-32v21,0,34,9,34,21xm94,-282v0,11,9,18,18,18v24,1,32,-35,3,-35v-8,0,-21,5,-21,17","w":227},"\u00e3":{"d":"143,-74v-21,-4,-58,-3,-80,0v-7,18,-18,40,-22,60v-2,10,17,7,22,12v-22,8,-39,-1,-77,3v-7,2,-8,-6,-2,-6v21,0,28,-10,35,-28r83,-192v6,-16,13,-18,19,-3r81,189v18,39,20,28,43,37v-14,7,-54,3,-84,0v1,-5,10,-2,7,-10xm72,-93v20,-2,47,3,63,-2r-32,-80v-9,27,-26,57,-31,82xm174,-294v9,12,-16,36,-35,36v-26,0,-30,-18,-55,-18v-21,-1,-23,18,-33,14v5,-15,20,-34,40,-35v23,-2,34,19,55,18v19,-1,19,-12,28,-15","w":227},"\u00e7":{"d":"154,-218v-64,-3,-89,44,-89,97v0,73,56,107,98,107v38,0,61,-9,67,-37v0,-9,8,-7,8,0v-2,7,-2,45,-15,49v-15,5,-42,7,-65,7r-27,20v26,3,43,13,43,29v0,14,-16,38,-67,38v-3,0,-6,0,-6,-3v11,-9,41,-6,40,-29v4,-12,-16,-27,-37,-29v8,-9,25,-19,35,-27v-102,-6,-167,-122,-85,-206v34,-34,121,-38,179,-24v4,0,4,1,4,3v-3,19,4,47,-7,58v-3,0,-3,-3,-3,-7v-3,-34,-30,-44,-73,-46","w":253,"k":{"t":2,"y":-7,"\u00fd":-7,"\u00ff":-7}},"\u00e9":{"d":"187,-40v-3,16,5,45,-21,42v-45,-5,-101,4,-141,-4v8,-6,25,0,25,-21v0,-35,1,-154,1,-184v0,-19,-21,-13,-31,-21v42,-8,111,4,157,-5v6,2,0,38,-5,48v-2,0,-3,-1,-3,-4v6,-30,-48,-22,-73,-24v-4,21,-3,60,0,82v20,-2,69,5,76,-9v6,2,0,45,-5,53v1,-31,-39,-28,-71,-27v-5,17,-2,48,-2,73v0,21,11,25,43,25v26,0,43,-9,47,-31v3,0,3,4,3,7xm80,-261v17,-19,54,-47,68,-53v8,4,15,21,14,31v-30,-2,-61,16,-80,25v-1,0,-2,-2,-2,-3","w":207,"k":{"v":-2,"x":-5,"y":-4,"\u00fd":-4,"\u00ff":-4,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"\u00ea":{"d":"187,-40v-3,16,5,45,-21,42v-45,-5,-101,4,-141,-4v8,-6,25,0,25,-21v0,-35,1,-154,1,-184v0,-19,-21,-13,-31,-21v42,-8,111,4,157,-5v6,2,0,38,-5,48v-2,0,-3,-1,-3,-4v6,-30,-48,-22,-73,-24v-4,21,-3,60,0,82v20,-2,69,5,76,-9v6,2,0,45,-5,53v1,-31,-39,-28,-71,-27v-5,17,-2,48,-2,73v0,21,11,25,43,25v26,0,43,-9,47,-31v3,0,3,4,3,7xm102,-288v-18,5,-34,24,-51,33v-5,-1,-3,-6,0,-9v9,-7,43,-46,55,-49r54,42v-6,5,-8,14,-17,16","w":207,"k":{"v":-2,"x":-5,"y":-4,"\u00fd":-4,"\u00ff":-4,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"\u00eb":{"d":"187,-40v-3,16,5,45,-21,42v-45,-5,-101,4,-141,-4v8,-6,25,0,25,-21v0,-35,1,-154,1,-184v0,-19,-21,-13,-31,-21v42,-8,111,4,157,-5v6,2,0,38,-5,48v-2,0,-3,-1,-3,-4v6,-30,-48,-22,-73,-24v-4,21,-3,60,0,82v20,-2,69,5,76,-9v6,2,0,45,-5,53v1,-31,-39,-28,-71,-27v-5,17,-2,48,-2,73v0,21,11,25,43,25v26,0,43,-9,47,-31v3,0,3,4,3,7xm145,-258v-22,-1,-22,-33,0,-34v9,0,17,6,17,16v0,10,-7,18,-17,18xm69,-258v-22,-1,-22,-33,0,-34v9,0,17,6,17,16v0,10,-7,18,-17,18","w":207,"k":{"v":-2,"x":-5,"y":-4,"\u00fd":-4,"\u00ff":-4,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"\u00e8":{"d":"187,-40v-3,16,5,45,-21,42v-45,-5,-101,4,-141,-4v8,-6,25,0,25,-21v0,-35,1,-154,1,-184v0,-19,-21,-13,-31,-21v42,-8,111,4,157,-5v6,2,0,38,-5,48v-2,0,-3,-1,-3,-4v6,-30,-48,-22,-73,-24v-4,21,-3,60,0,82v20,-2,69,5,76,-9v6,2,0,45,-5,53v1,-31,-39,-28,-71,-27v-5,17,-2,48,-2,73v0,21,11,25,43,25v26,0,43,-9,47,-31v3,0,3,4,3,7xm84,-312v7,12,33,35,53,51v-14,8,-79,-28,-89,-36v7,-7,26,-12,36,-15","w":207,"k":{"v":-2,"x":-5,"y":-4,"\u00fd":-4,"\u00ff":-4,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"\u00ed":{"d":"51,-207v0,-21,-19,-12,-27,-21v24,-4,68,-3,97,0v-4,10,-26,-1,-26,21v0,29,-2,152,1,186v-3,19,23,13,34,19v-34,8,-59,-1,-99,3v-7,0,-9,-5,-1,-6v14,0,19,-2,20,-16v3,-34,1,-156,1,-186xm49,-261v17,-19,54,-47,68,-53v9,4,10,14,16,26v2,4,0,5,-2,5v-29,-1,-61,16,-80,25v-1,0,-2,-2,-2,-3","w":146,"k":{"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4}},"\u00ee":{"d":"51,-207v0,-21,-19,-12,-27,-21v24,-4,68,-3,97,0v-4,10,-26,-1,-26,21v0,29,-2,152,1,186v-3,19,23,13,34,19v-34,8,-59,-1,-99,3v-7,0,-9,-5,-1,-6v14,0,19,-2,20,-16v3,-34,1,-156,1,-186xm71,-288v-16,6,-35,24,-51,33v-5,-1,-3,-6,0,-9v8,-7,44,-45,55,-49v11,7,45,32,55,42v-5,6,-10,13,-17,16v-12,-8,-31,-28,-42,-33","w":146,"k":{"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4}},"\u00ef":{"d":"51,-207v0,-21,-19,-12,-27,-21v24,-4,68,-3,97,0v-4,10,-26,-1,-26,21v0,29,-2,152,1,186v-3,19,23,13,34,19v-34,8,-59,-1,-99,3v-7,0,-9,-5,-1,-6v14,0,19,-2,20,-16v3,-34,1,-156,1,-186xm111,-258v-22,-1,-22,-33,0,-34v9,0,17,6,17,16v0,10,-7,18,-17,18xm35,-258v-22,-1,-22,-33,0,-34v9,0,17,6,17,16v0,10,-7,18,-17,18","w":146,"k":{"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4}},"\u00ec":{"d":"51,-207v0,-21,-19,-12,-27,-21v24,-4,68,-3,97,0v-4,10,-26,-1,-26,21v0,29,-2,152,1,186v-3,19,23,13,34,19v-34,8,-59,-1,-99,3v-7,0,-9,-5,-1,-6v14,0,19,-2,20,-16v3,-34,1,-156,1,-186xm46,-312v8,12,33,36,54,51v-14,8,-79,-28,-89,-36v6,-8,27,-11,35,-15","w":146,"k":{"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4}},"\u00f1":{"d":"279,-224v-16,0,-22,5,-22,26r-3,193v1,17,-13,8,-18,3r-93,-88v-36,-33,-66,-72,-75,-76r4,125v0,40,11,30,32,39v-33,8,-42,-1,-82,3v-8,2,-10,-6,-2,-6v22,-2,24,-3,24,-39r3,-181v1,-18,11,-10,19,-1r167,167r-3,-136v1,-27,-8,-28,-27,-29v-4,0,-5,-2,-5,-4v19,-5,63,-3,86,0v0,2,-1,4,-5,4xm211,-294v9,12,-15,36,-34,36v-27,0,-31,-17,-56,-18v-20,-1,-22,19,-32,14v3,-16,20,-34,40,-35v23,-2,34,19,55,18v19,-1,20,-11,27,-15","w":302,"k":{"c":4,"g":4,"o":4,"q":4,"\u00f8":4,"\u00e7":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4}},"\u00f3":{"d":"147,5v-92,0,-130,-66,-130,-120v0,-52,37,-120,133,-120v80,0,130,45,130,115v0,70,-51,125,-133,125xm160,-12v22,0,73,-10,73,-97v0,-68,-41,-110,-92,-110v-35,0,-77,19,-77,95v0,63,36,112,96,112xm125,-261v17,-19,54,-47,68,-53v8,4,15,21,14,31v-30,-2,-61,16,-80,25v-1,0,-2,-2,-2,-3","w":297,"k":{"m":2,"t":6,"x":7,"j":11,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"\u00fe":11,"\u00f0":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00ed":11,"\u00ee":11,"\u00ef":11,"\u00ec":11,"\u00f1":11}},"\u00f4":{"d":"147,5v-92,0,-130,-66,-130,-120v0,-52,37,-120,133,-120v80,0,130,45,130,115v0,70,-51,125,-133,125xm160,-12v22,0,73,-10,73,-97v0,-68,-41,-110,-92,-110v-35,0,-77,19,-77,95v0,63,36,112,96,112xm147,-288v-18,5,-34,24,-51,33v-5,-1,-3,-6,0,-9v9,-7,43,-46,55,-49r54,42v-6,5,-8,14,-17,16","w":297,"k":{"m":2,"t":6,"x":7,"j":11,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"\u00fe":11,"\u00f0":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00ed":11,"\u00ee":11,"\u00ef":11,"\u00ec":11,"\u00f1":11}},"\u00f6":{"d":"147,5v-92,0,-130,-66,-130,-120v0,-52,37,-120,133,-120v80,0,130,45,130,115v0,70,-51,125,-133,125xm160,-12v22,0,73,-10,73,-97v0,-68,-41,-110,-92,-110v-35,0,-77,19,-77,95v0,63,36,112,96,112xm186,-258v-23,-1,-21,-33,1,-34v9,0,17,6,17,16v0,10,-8,18,-18,18xm111,-258v-23,-1,-23,-33,0,-34v9,0,17,6,17,16v0,10,-7,18,-17,18","w":297,"k":{"m":2,"t":6,"x":7,"j":11,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"\u00fe":11,"\u00f0":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00ed":11,"\u00ee":11,"\u00ef":11,"\u00ec":11,"\u00f1":11}},"\u00f2":{"d":"147,5v-92,0,-130,-66,-130,-120v0,-52,37,-120,133,-120v80,0,130,45,130,115v0,70,-51,125,-133,125xm160,-12v22,0,73,-10,73,-97v0,-68,-41,-110,-92,-110v-35,0,-77,19,-77,95v0,63,36,112,96,112xm122,-312v7,12,33,35,53,51v-14,8,-79,-28,-89,-36v7,-7,26,-12,36,-15","w":297,"k":{"m":2,"t":6,"x":7,"j":11,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"\u00fe":11,"\u00f0":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00ed":11,"\u00ee":11,"\u00ef":11,"\u00ec":11,"\u00f1":11}},"\u00f5":{"d":"147,5v-92,0,-130,-66,-130,-120v0,-52,37,-120,133,-120v80,0,130,45,130,115v0,70,-51,125,-133,125xm160,-12v22,0,73,-10,73,-97v0,-68,-41,-110,-92,-110v-35,0,-77,19,-77,95v0,63,36,112,96,112xm209,-294v9,12,-16,36,-35,36v-26,0,-30,-18,-55,-18v-21,-1,-23,18,-33,14v5,-15,20,-34,40,-35v23,-2,34,19,55,18v19,-1,19,-12,28,-15","w":297,"k":{"m":2,"t":6,"x":7,"j":11,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"\u00fe":11,"\u00f0":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"\u00ed":11,"\u00ee":11,"\u00ef":11,"\u00ec":11,"\u00f1":11}},"\u00fa":{"d":"206,-17v-67,52,-168,23,-168,-80r0,-110v3,-20,-23,-12,-32,-21v26,-4,71,-3,102,0v-6,9,-26,0,-26,21r0,108v-2,65,21,84,64,86v57,3,61,-62,61,-129v0,-46,-1,-55,-1,-65v0,-19,-22,-12,-30,-21v22,-4,62,-3,88,0v-7,9,-30,0,-27,21v-4,75,18,153,-31,190xm113,-261v17,-19,54,-47,68,-53v9,4,10,14,16,26v2,4,0,5,-2,5v-29,-1,-61,16,-80,25v-1,0,-2,-2,-2,-3","w":273,"k":{"m":6,"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"\u00fb":{"d":"206,-17v-67,52,-168,23,-168,-80r0,-110v3,-20,-23,-12,-32,-21v26,-4,71,-3,102,0v-6,9,-26,0,-26,21r0,108v-2,65,21,84,64,86v57,3,61,-62,61,-129v0,-46,-1,-55,-1,-65v0,-19,-22,-12,-30,-21v22,-4,62,-3,88,0v-7,9,-30,0,-27,21v-4,75,18,153,-31,190xm135,-288v-18,5,-34,24,-51,33v-5,-1,-3,-6,0,-9v9,-7,43,-46,55,-49r54,42v-4,7,-9,13,-17,16","w":273,"k":{"m":6,"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"\u00fc":{"d":"206,-17v-67,52,-168,23,-168,-80r0,-110v3,-20,-23,-12,-32,-21v26,-4,71,-3,102,0v-6,9,-26,0,-26,21r0,108v-2,65,21,84,64,86v57,3,61,-62,61,-129v0,-46,-1,-55,-1,-65v0,-19,-22,-12,-30,-21v22,-4,62,-3,88,0v-7,9,-30,0,-27,21v-4,75,18,153,-31,190xm178,-258v-22,-1,-22,-33,0,-34v9,0,17,6,17,16v0,10,-7,18,-17,18xm102,-258v-22,-1,-22,-33,0,-34v9,0,17,6,17,16v0,10,-7,18,-17,18","w":273,"k":{"m":6,"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"\u00f9":{"d":"206,-17v-67,52,-168,23,-168,-80r0,-110v3,-20,-23,-12,-32,-21v26,-4,71,-3,102,0v-6,9,-26,0,-26,21r0,108v-2,65,21,84,64,86v57,3,61,-62,61,-129v0,-46,-1,-55,-1,-65v0,-19,-22,-12,-30,-21v22,-4,62,-3,88,0v-7,9,-30,0,-27,21v-4,75,18,153,-31,190xm110,-312v7,12,33,35,53,51v-13,8,-79,-27,-88,-36v6,-8,26,-11,35,-15","w":273,"k":{"m":6,"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"j":7,"b":7,"d":7,"e":7,"f":7,"h":7,"i":7,"k":7,"l":7,"n":7,"p":7,"r":7,"\u00fe":7,"\u00f0":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7}},"\u00fd":{"d":"64,-5v32,0,20,-42,22,-73v3,-47,-41,-81,-64,-121v-10,-17,-16,-22,-34,-25v-3,0,-4,-2,-4,-4v21,-4,61,-3,86,0v1,5,-13,2,-11,9v5,20,48,83,56,100v17,-33,40,-61,52,-98v2,-7,-12,-6,-13,-11v18,-4,54,-3,76,0v-9,8,-28,5,-36,22v-10,12,-56,85,-62,98v-7,18,-1,33,-3,55v-2,20,-1,57,29,48v4,0,5,2,5,3v-32,8,-60,-1,-97,3v-7,1,-10,-6,-2,-6xm82,-261v17,-19,54,-47,68,-53v10,3,10,14,16,26v2,4,0,5,-2,5v-29,-1,-61,16,-80,25v-1,0,-2,-2,-2,-3","w":212,"k":{"m":3,"t":-2,"v":-2,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5,",":22,".":22,")":-11,"]":-11,"}":-11}},"\u00ff":{"d":"64,-5v32,0,20,-42,22,-73v3,-47,-41,-81,-64,-121v-10,-17,-16,-22,-34,-25v-3,0,-4,-2,-4,-4v21,-4,61,-3,86,0v1,5,-13,2,-11,9v5,20,48,83,56,100v17,-33,40,-61,52,-98v2,-7,-12,-6,-13,-11v18,-4,54,-3,76,0v-9,8,-28,5,-36,22v-10,12,-56,85,-62,98v-7,18,-1,33,-3,55v-2,20,-1,57,29,48v4,0,5,2,5,3v-32,8,-60,-1,-97,3v-7,1,-10,-6,-2,-6xm144,-258v-22,-1,-22,-33,0,-34v9,0,17,6,17,16v0,10,-7,18,-17,18xm68,-258v-22,-1,-22,-33,0,-34v9,0,17,6,17,16v0,10,-7,18,-17,18","w":212,"k":{"m":3,"t":-2,"v":-2,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"c":5,"g":5,"o":5,"q":5,"\u00f8":5,"\u00e7":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5,",":22,".":22,")":-11,"]":-11,"}":-11}},"\u00a0":{"w":108},"\u00ad":{"d":"27,-113r102,0v6,0,12,1,12,5v-21,18,-101,15,-125,31v-5,-6,-4,-37,11,-36","w":153}}});
var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y<X;Y++){U[Y]()}}function K(X){if(J){X()}else{U[U.length]=X}}function s(Y){if(typeof O.addEventListener!=D){O.addEventListener("load",Y,false)}else{if(typeof j.addEventListener!=D){j.addEventListener("load",Y,false)}else{if(typeof O.attachEvent!=D){i(O,"onload",Y)}else{if(typeof O.onload=="function"){var X=O.onload;O.onload=function(){X();Y()}}else{O.onload=Y}}}}}function h(){if(T){V()}else{H()}}function V(){var X=j.getElementsByTagName("body")[0];var aa=C(r);aa.setAttribute("type",q);var Z=X.appendChild(aa);if(Z){var Y=0;(function(){if(typeof Z.GetVariable!=D){var ab=Z.GetVariable("$version");if(ab){ab=ab.split(" ")[1].split(",");M.pv=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}else{if(Y<10){Y++;setTimeout(arguments.callee,10);return}}X.removeChild(aa);Z=null;H()})()}else{H()}}function H(){var ag=o.length;if(ag>0){for(var af=0;af<ag;af++){var Y=o[af].id;var ab=o[af].callbackFn;var aa={success:false,id:Y};if(M.pv[0]>0){var ae=c(Y);if(ae){if(F(o[af].swfVersion)&&!(M.wk&&M.wk<312)){w(Y,true);if(ab){aa.success=true;aa.ref=z(Y);ab(aa)}}else{if(o[af].expressInstall&&A()){var ai={};ai.data=o[af].expressInstall;ai.width=ae.getAttribute("width")||"0";ai.height=ae.getAttribute("height")||"0";if(ae.getAttribute("class")){ai.styleclass=ae.getAttribute("class")}if(ae.getAttribute("align")){ai.align=ae.getAttribute("align")}var ah={};var X=ae.getElementsByTagName("param");var ac=X.length;for(var ad=0;ad<ac;ad++){if(X[ad].getAttribute("name").toLowerCase()!="movie"){ah[X[ad].getAttribute("name")]=X[ad].getAttribute("value")}}P(ai,ah,Y,ab)}else{p(ae);if(ab){ab(aa)}}}}}else{w(Y,true);if(ab){var Z=z(Y);if(Z&&typeof Z.SetVariable!=D){aa.success=true;aa.ref=Z}ab(aa)}}}}}function z(aa){var X=null;var Y=c(aa);if(Y&&Y.nodeName=="OBJECT"){if(typeof Y.SetVariable!=D){X=Y}else{var Z=Y.getElementsByTagName(r)[0];if(Z){X=Z}}}return X}function A(){return!a&&F("6.0.65")&&(M.win||M.mac)&&!(M.wk&&M.wk<312)}function P(aa,ab,X,Z){a=true;E=Z||null;B={success:false,id:X};var ae=c(X);if(ae){if(ae.nodeName=="OBJECT"){l=g(ae);Q=null}else{l=ae;Q=X}aa.id=R;if(typeof aa.width==D||(!/%$/.test(aa.width)&&parseInt(aa.width,10)<310)){aa.width="310"}if(typeof aa.height==D||(!/%$/.test(aa.height)&&parseInt(aa.height,10)<137)){aa.height="137"}j.title=j.title.slice(0,47)+" - Flash Player Installation";var ad=M.ie&&M.win?"ActiveX":"PlugIn",ac="MMredirectURL="+O.location.toString().replace(/&/g,"%26")+"&MMplayerType="+ad+"&MMdoctitle="+j.title;if(typeof ab.flashvars!=D){ab.flashvars+="&"+ac}else{ab.flashvars=ac}if(M.ie&&M.win&&ae.readyState!=4){var Y=C("div");X+="SWFObjectNew";Y.setAttribute("id",X);ae.parentNode.insertBefore(Y,ae);ae.style.display="none";(function(){if(ae.readyState==4){ae.parentNode.removeChild(ae)}else{setTimeout(arguments.callee,10)}})()}u(aa,ab,X)}}function p(Y){if(M.ie&&M.win&&Y.readyState!=4){var X=C("div");Y.parentNode.insertBefore(X,Y);X.parentNode.replaceChild(g(Y),X);Y.style.display="none";(function(){if(Y.readyState==4){Y.parentNode.removeChild(Y)}else{setTimeout(arguments.callee,10)}})()}else{Y.parentNode.replaceChild(g(Y),Y)}}function g(ab){var aa=C("div");if(M.win&&M.ie){aa.innerHTML=ab.innerHTML}else{var Y=ab.getElementsByTagName(r)[0];if(Y){var ad=Y.childNodes;if(ad){var X=ad.length;for(var Z=0;Z<X;Z++){if(!(ad[Z].nodeType==1&&ad[Z].nodeName=="PARAM")&&!(ad[Z].nodeType==8)){aa.appendChild(ad[Z].cloneNode(true))}}}}}return aa}function u(ai,ag,Y){var X,aa=c(Y);if(M.wk&&M.wk<312){return X}if(aa){if(typeof ai.id==D){ai.id=Y}if(M.ie&&M.win){var ah="";for(var ae in ai){if(ai[ae]!=Object.prototype[ae]){if(ae.toLowerCase()=="data"){ag.movie=ai[ae]}else{if(ae.toLowerCase()=="styleclass"){ah+=' class="'+ai[ae]+'"'}else{if(ae.toLowerCase()!="classid"){ah+=" "+ae+'="'+ai[ae]+'"'}}}}}var af="";for(var ad in ag){if(ag[ad]!=Object.prototype[ad]){af+='<param name="'+ad+'" value="'+ag[ad]+'" />'}}aa.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+ah+">"+af+"</object>";N[N.length]=ai.id;X=c(ai.id)}else{var Z=C(r);Z.setAttribute("type",q);for(var ac in ai){if(ai[ac]!=Object.prototype[ac]){if(ac.toLowerCase()=="styleclass"){Z.setAttribute("class",ai[ac])}else{if(ac.toLowerCase()!="classid"){Z.setAttribute(ac,ai[ac])}}}}for(var ab in ag){if(ag[ab]!=Object.prototype[ab]&&ab.toLowerCase()!="movie"){e(Z,ab,ag[ab])}}aa.parentNode.replaceChild(Z,aa);X=Z}}return X}function e(Z,X,Y){var aa=C("param");aa.setAttribute("name",X);aa.setAttribute("value",Y);Z.appendChild(aa)}function y(Y){var X=c(Y);if(X&&X.nodeName=="OBJECT"){if(M.ie&&M.win){X.style.display="none";(function(){if(X.readyState==4){b(Y)}else{setTimeout(arguments.callee,10)}})()}else{X.parentNode.removeChild(X)}}}function b(Z){var Y=c(Z);if(Y){for(var X in Y){if(typeof Y[X]=="function"){Y[X]=null}}Y.parentNode.removeChild(Y)}}function c(Z){var X=null;try{X=j.getElementById(Z)}catch(Y){}return X}function C(X){return j.createElement(X)}function i(Z,X,Y){Z.attachEvent(X,Y);I[I.length]=[Z,X,Y]}function F(Z){var Y=M.pv,X=Z.split(".");X[0]=parseInt(X[0],10);X[1]=parseInt(X[1],10)||0;X[2]=parseInt(X[2],10)||0;return(Y[0]>X[0]||(Y[0]==X[0]&&Y[1]>X[1])||(Y[0]==X[0]&&Y[1]==X[1]&&Y[2]>=X[2]))?true:false}function v(ac,Y,ad,ab){if(M.ie&&M.mac){return}var aa=j.getElementsByTagName("head")[0];if(!aa){return}var X=(ad&&typeof ad=="string")?ad:"screen";if(ab){n=null;G=null}if(!n||G!=X){var Z=C("style");Z.setAttribute("type","text/css");Z.setAttribute("media",X);n=aa.appendChild(Z);if(M.ie&&M.win&&typeof j.styleSheets!=D&&j.styleSheets.length>0){n=j.styleSheets[j.styleSheets.length-1]}G=X}if(M.ie&&M.win){if(n&&typeof n.addRule==r){n.addRule(ac,Y)}}else{if(n&&typeof j.createTextNode!=D){n.appendChild(j.createTextNode(ac+" {"+Y+"}"))}}}function w(Z,X){if(!m){return}var Y=X?"visible":"hidden";if(J&&c(Z)){c(Z).style.visibility=Y}else{v("#"+Z,"visibility:"+Y)}}function L(Y){var Z=/[\\\"<>\.;]/;var X=Z.exec(Y)!=null;return X&&typeof encodeURIComponent!=D?encodeURIComponent(Y):Y}var d=function(){if(M.ie&&M.win){window.attachEvent("onunload",function(){var ac=I.length;for(var ab=0;ab<ac;ab++){I[ab][0].detachEvent(I[ab][1],I[ab][2])}var Z=N.length;for(var aa=0;aa<Z;aa++){y(N[aa])}for(var Y in M){M[Y]=null}M=null;for(var X in swfobject){swfobject[X]=null}swfobject=null})}}();return{registerObject:function(ab,X,aa,Z){if(M.w3&&ab&&X){var Y={};Y.id=ab;Y.swfVersion=X;Y.expressInstall=aa;Y.callbackFn=Z;o[o.length]=Y;w(ab,false)}else{if(Z){Z({success:false,id:ab})}}},getObjectById:function(X){if(M.w3){return z(X)}},embedSWF:function(ab,ah,ae,ag,Y,aa,Z,ad,af,ac){var X={success:false,id:ah};if(M.w3&&!(M.wk&&M.wk<312)&&ab&&ah&&ae&&ag&&Y){w(ah,false);K(function(){ae+="";ag+="";var aj={};if(af&&typeof af===r){for(var al in af){aj[al]=af[al]}}aj.data=ab;aj.width=ae;aj.height=ag;var am={};if(ad&&typeof ad===r){for(var ak in ad){am[ak]=ad[ak]}}if(Z&&typeof Z===r){for(var ai in Z){if(typeof am.flashvars!=D){am.flashvars+="&"+ai+"="+Z[ai]}else{am.flashvars=ai+"="+Z[ai]}}}if(F(Y)){var an=u(aj,am,ah);if(aj.id==ah){w(ah,true)}X.success=true;X.ref=an}else{if(aa&&A()){aj.data=aa;P(aj,am,ah,ac);return}else{w(ah,true)}}if(ac){ac(X)}})}else{if(ac){ac(X)}}},switchOffAutoHideShow:function(){m=false},ua:M,getFlashPlayerVersion:function(){return{major:M.pv[0],minor:M.pv[1],release:M.pv[2]}},hasFlashPlayerVersion:F,createSWF:function(Z,Y,X){if(M.w3){return u(Z,Y,X)}else{return undefined}},showExpressInstall:function(Z,aa,X,Y){if(M.w3&&A()){P(Z,aa,X,Y)}},removeSWF:function(X){if(M.w3){y(X)}},createCSS:function(aa,Z,Y,X){if(M.w3){v(aa,Z,Y,X)}},addDomLoadEvent:K,addLoadEvent:s,getQueryParamValue:function(aa){var Z=j.location.search||j.location.hash;if(Z){if(/\?/.test(Z)){Z=Z.split("?")[1]}if(aa==null){return L(Z)}var Y=Z.split("&");for(var X=0;X<Y.length;X++){if(Y[X].substring(0,Y[X].indexOf("="))==aa){return L(Y[X].substring((Y[X].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(a){var X=c(R);if(X&&l){X.parentNode.replaceChild(l,X);if(Q){w(Q,true);if(M.ie&&M.win){l.style.display="block"}}if(E){E(B)}}a=false}}}}();
(function($j){Code.registerNamespace('Website');Website.Core={_checkBrowser:function(){var self=this;if(Code.UserAgent.isSafari){$j('body').addClass('safari');}},_injectStyleSheet:function(){if(Code.UserAgent.isIE)
{$j('head').append('<link type="text/css" rel="stylesheet" href="/_Client/Styles/JSHideIE.css" media="screen" />');}
if(Code.UserAgent.isIE8)
{$j('head').append('<link type="text/css" rel="stylesheet" href="/_Client/Styles/JSHideIE8.css" media="screen" />');}},_initExternalLinks:function(){var self=this;$j('a.js-external').click(function(){window.open($j(this).attr('href'));return false;});},_initGoogleTrackedLinks:function(){var self=this;$j('a.js-google-tracked').click(function(){if(!Code.Type.isNothing(pageTracker)){pageTracker._link($j(this).attr('href'));return false;}});},_loadCufon:function(){Cufon.replace('h1',{fontFamily:'Trajan',fontSize:'28px'});if(!$j('#NavigationPrimary').hasClass('no-replace')){Cufon.replace('#NavigationPrimary li a',{fontFamily:'Trajan',fontSize:'11px',hover:'true'});}
Cufon.replace('#ContentSecondary h2',{fontFamily:'Trajan',fontSize:'17px'});Cufon.replace('h1.treasure-hunt',{fontFamily:'Trajan',fontSize:'18px'});Cufon.replace('h1.treasure-hunt .big-win-header',{fontFamily:'Trajan',fontSize:'34px'});Cufon.replace('#NavigationSecondary li a',{fontFamily:'Arno',fontSize:'15px',hover:'true'});},refreshCufon:function(){Cufon.now();},onReady:function(){var self=this;self._injectStyleSheet();self._checkBrowser();self._initExternalLinks();self._initGoogleTrackedLinks();self._loadCufon();$j('li#Nav5').removeClass('glow-link');}};$j().ready(function(){Website.Core.onReady();});})(jQuery);