(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")}})})();
$(document).ready(function(){$("#testi1").toggle(function(){$('.showhide1').css('height', 'auto').css('overflow', 'visible');}, function(){$('.showhide1').css('height', 33).css('overflow', 'hidden');});$("#testi2").toggle(function(){$('.showhide2').css('height', 'auto').css('overflow', 'visible');}, function(){$('.showhide2').css('height', 81).css('overflow', 'hidden');});$("#testi3").toggle(function(){$('.showhide3').css('height', 'auto').css('overflow', 'visible');}, function(){$('.showhide3').css('height', 50).css('overflow', 'hidden');});});
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}),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},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 D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};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(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}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,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,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 C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}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(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}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={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,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){if(!D){return m}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(C.autoDetect){delete C.fontFamily}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)}else{delete C.textGradient}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("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 h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());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{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(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(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerFont({"w":1292,"face":{"font-family":"Hand","font-weight":400,"font-stretch":"normal","units-per-em":"2000","panose-1":"2 0 5 0 0 0 0 0 0 0","ascent":"1600","descent":"-400","x-height":"68","cap-height":"146","bbox":"-532 -2590.62 2833 986.519","underline-thickness":"146.484","underline-position":"-138.672","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":609},"\u00a0":{"w":609},"!":{"d":"375,-1880v3,376,-15,473,-52,1200v-11,215,-20,324,-42,324v-38,34,-68,60,-126,56v-81,-5,-93,-113,-93,-226v0,-55,22,-252,53,-592v18,-199,24,-348,22,-448r-6,-294v62,-61,95,-69,168,-86xm177,-58v60,-2,110,40,110,100v0,62,-47,104,-139,124r-49,0v-39,-31,-50,-60,-50,-114v0,-61,22,-93,66,-100","w":423},"\"":{"d":"219,-1938v102,127,50,466,50,686v-42,76,-70,112,-140,102v-54,-8,-80,-58,-80,-134v20,-98,30,-159,30,-180v0,-40,-13,-136,-30,-304v-12,-117,45,-171,170,-170xm419,-1654v8,-188,12,-274,140,-274v43,0,67,10,72,24v5,92,8,186,8,280r0,34v-4,230,-15,346,-31,346v-45,33,-74,50,-89,50v-52,0,-86,-142,-100,-426r0,-34","w":687},"#":{"d":"438,-1694v94,-56,144,-22,212,70r-4,220r259,12r18,-302v84,-57,155,-21,208,74r-4,244r254,10v25,33,26,50,26,94v0,36,-33,76,-100,118r-192,-4r-12,262v191,8,286,15,286,22v37,86,18,137,-75,200r-208,0r9,188v-10,95,-19,124,-86,124v-47,0,-91,-39,-133,-116v-13,-59,-19,-129,-19,-208r-254,-12r12,196v-11,104,-19,140,-86,140v-49,0,-96,-40,-138,-120v-12,-57,-16,-134,-15,-212v-2,-2,-4,-4,-3,-8v-69,11,-153,7,-228,12v-92,-13,-117,-20,-116,-82v0,-46,39,-92,116,-136v66,-13,145,-20,235,-20r7,-254r-222,12v-98,-9,-136,-20,-136,-82v0,-42,33,-83,97,-128v32,-22,167,-30,277,-28xm623,-924v78,12,174,6,258,12r12,-254r-4,-4r-254,-12","w":1456},"$":{"d":"893,-1796v76,-5,98,10,140,74r-30,398r-4,4v133,30,203,38,233,110v-79,99,-94,131,-143,136r-48,-8v-19,7,-30,23,-28,50r16,204v107,39,278,90,512,156v135,39,252,108,352,204v-30,125,-88,221,-172,280v-116,81,-205,114,-254,114v-61,21,-184,39,-368,54v-13,73,12,129,44,282v-73,136,-183,142,-298,46v-14,-56,-34,-168,-58,-336v-234,21,-448,-21,-574,-156v-90,-97,-57,-185,19,-300v52,-1,57,10,82,-40v0,6,20,12,59,20r0,32v0,100,82,166,246,202v41,9,87,16,140,16v13,-139,-7,-275,-30,-422v-37,0,-167,-28,-380,-110v-196,-76,-296,-142,-300,-174v-6,-51,9,-87,8,-138v150,-132,388,-180,660,-192r54,-350v28,-82,56,-136,122,-156xm499,-1008v17,0,78,20,182,58r40,4r-12,-108v-137,12,-206,26,-206,42v-3,-1,-5,1,-4,4xm1057,-558v-9,102,12,205,16,308v181,1,341,-42,484,-128r0,-4v-53,-18,-177,-65,-372,-142","w":1941},"%":{"d":"591,-1776v90,0,161,41,278,134v10,28,24,72,24,132v0,153,-69,280,-208,380v-77,-13,-138,-13,-222,-12v-55,0,-86,-13,-98,-36v-45,-92,-70,-190,-70,-296v0,-145,32,-216,74,-216v56,-19,62,-23,106,-12v28,-49,67,-74,116,-74xm1991,-1542v5,0,8,9,8,28v-590,590,-982,974,-1181,1144r-561,478v-96,42,-164,8,-208,-78r0,-32v0,-42,87,-106,246,-214v199,-134,813,-753,1078,-1024v172,-175,280,-301,352,-352v71,-49,147,-88,230,-116v13,0,25,55,36,166xm537,-1370v105,-19,127,-39,126,-120v0,-29,-12,-44,-36,-44v-35,0,-76,32,-124,98v9,12,20,34,34,66xm1529,-552v122,130,184,218,184,264v0,132,-23,210,-98,318v-51,38,-112,58,-184,58v-135,0,-232,-55,-281,-168v-11,-26,-11,-51,-11,-74v0,-90,37,-165,38,-266v121,-107,190,-141,352,-132xm1349,-280v-5,51,30,84,93,94v21,-16,27,-26,25,-54v-6,-83,3,-98,-54,-98v-36,0,-61,20,-64,58","w":2047},"&":{"d":"533,-176v-238,0,-364,-72,-484,-200v0,-161,105,-282,316,-362r0,-4v-47,-7,-130,-64,-250,-172v-4,-193,97,-306,306,-372r147,-34v24,-262,73,-394,145,-394v85,0,99,52,110,136v-7,81,-18,156,-32,226v42,13,140,40,294,78v74,39,86,41,86,114v0,63,-63,90,-150,90v-33,0,-107,-12,-222,-36v-40,56,-20,112,-20,188v46,0,99,27,156,82v-3,43,-13,89,0,126v-25,0,-55,20,-90,58v-13,12,-31,13,-54,12v-20,66,-14,162,0,230v99,1,201,-27,368,-86v60,-8,90,-23,90,-44v7,0,14,-20,14,-58v0,-18,-4,-38,20,-34v26,4,52,19,77,10v30,36,40,70,40,122v0,143,-156,247,-469,312r-117,12v-4,35,39,154,39,316v0,51,-25,80,-74,90v-8,0,-20,8,-34,24r-16,0r-44,-40v-3,19,-6,28,-10,28v-44,-55,-73,-131,-84,-230v-14,-125,-33,-188,-58,-188xm545,-964v-3,-33,11,-100,-16,-106v-53,0,-98,19,-133,58v56,32,106,48,149,48xm541,-550v-105,19,-163,44,-192,82r0,4v70,9,129,29,208,30v1,-34,1,-119,-16,-116","w":1449},"'":{"d":"209,-1926v57,0,93,15,94,60r4,236v0,217,-46,355,-136,414v-36,14,-65,22,-88,22v-10,-14,-21,-93,-21,-236v0,-130,0,-303,-13,-396v35,-66,88,-100,160,-100","w":355},"(":{"d":"705,-1656v56,0,74,5,74,74v0,107,-86,207,-246,320v-106,74,-152,157,-152,230v-66,192,-94,265,-94,364v0,239,155,480,466,722v3,102,-35,166,-114,196r-44,4v-94,0,-204,-125,-354,-356v-126,-194,-192,-349,-192,-566v0,-216,69,-451,230,-692v134,-201,283,-296,426,-296","w":828},")":{"d":"205,-1598v98,0,232,146,418,426v98,147,151,302,151,496v0,206,-47,420,-171,626v-151,250,-313,365,-504,362v-17,-9,-26,-36,-26,-78v0,-109,26,-164,50,-164v104,-62,212,-172,324,-332v0,-31,32,-127,77,-292v10,-38,13,-73,13,-118v0,-243,-159,-480,-476,-714v-11,-8,-12,-23,-12,-44v0,-84,46,-150,132,-168r24,0","w":823},"*":{"d":"463,-1936v25,29,51,80,70,152v31,116,44,184,44,204r246,-36v12,-1,30,23,30,56v0,62,-10,94,-30,94v-28,18,-84,39,-168,62v18,42,77,95,176,160r58,58v-21,68,-40,102,-54,102v-112,4,-179,-37,-271,-128r-69,-60v-31,14,-90,58,-184,122v-40,27,-88,34,-136,34v-24,-24,-36,-50,-36,-78v0,-41,39,-94,118,-156v-20,-11,-78,-30,-172,-58v-24,-20,-36,-33,-36,-40v-3,-64,49,-119,118,-132v48,24,96,36,144,36v55,0,35,-48,45,-86v4,-127,-56,-317,107,-306","w":937},"+":{"d":"650,-1136v150,-26,92,198,91,320r0,128v124,-13,251,-20,382,-20v55,55,82,109,82,162v0,55,-19,80,-38,82r-410,34v9,111,14,210,14,298r0,66v-45,57,-97,86,-156,86v-58,0,-85,-20,-86,-36r-30,-402v-52,8,-118,4,-176,4v-130,0,-203,-23,-228,-66v-35,-61,-46,-76,-46,-130v0,-52,39,-78,118,-78v124,0,214,16,271,16r44,0r-3,-160v4,-159,20,-238,50,-238v37,-37,77,-59,121,-66","w":1253},",":{"d":"241,-360v60,-56,194,-67,252,-6r0,52v0,212,-94,404,-282,576v-17,47,-73,50,-140,50v-20,0,-22,-8,-22,-28v0,-71,58,-180,146,-342v57,-106,60,-185,46,-302","w":541},"-":{"d":"279,-708v193,-1,370,13,762,44v48,77,19,162,-54,214r-627,-30r-225,12v-61,-1,-86,-24,-86,-78v0,-53,29,-100,86,-142v35,-13,82,-20,144,-20","w":1113},"\u00ad":{"d":"279,-708v193,-1,370,13,762,44v48,77,19,162,-54,214r-627,-30r-225,12v-61,-1,-86,-24,-86,-78v0,-53,29,-100,86,-142v35,-13,82,-20,144,-20","w":1113},".":{"d":"229,-240v84,10,127,48,127,106v0,72,-51,131,-155,178v-77,14,-119,-13,-148,-86v-15,-89,15,-138,90,-182","w":405},"\/":{"d":"1513,-1660v81,-85,169,-107,244,-20v0,81,-39,181,-118,298v-56,44,-116,109,-180,194v-12,25,-282,288,-792,806v-171,174,-285,327,-360,440v-99,42,-128,61,-157,60v-24,-14,-11,-44,-7,-68r-48,8v-18,-8,-35,-27,-22,-38v-10,-1,-24,-7,-24,-24v44,-117,181,-337,460,-610r666,-652v173,-180,286,-311,338,-394","w":1805,"k":{"\u00fc":197,"\u00fa":197,"\u00f8":505,"\u00f6":104,"\u00f3":136,"\u00e7":474,"\u00e6":628,"\u00e4":136,"\u00e1":289,"\u00c7":104,"\u00c6":388,"\u00c5":320,"\u00c4":309,"\u00c3":383,"\u00c2":295,"\u00c1":383,"\u00c0":313,"z":443,"y":166,"x":566,"w":351,"v":342,"u":505,"s":412,"r":295,"q":505,"p":289,"o":474,"n":382,"m":535,"g":505,"e":228,"d":289,"c":474,"a":574,"J":136,"C":104,"A":505,"4":443,"3":166,"2":104,"\/":966}},"0":{"d":"521,-1733v163,0,284,57,386,213r155,237v219,393,171,716,-76,1084v-105,157,-233,199,-421,199v-185,0,-332,-113,-432,-344v-66,-151,-84,-316,-84,-511v0,-118,27,-274,81,-469v21,-76,91,-169,166,-240v-12,-8,-19,-22,-19,-40v68,-86,150,-129,244,-129xm559,-1512v0,21,-11,33,-31,33v-164,83,-255,300,-255,653v0,131,24,239,71,324v42,135,77,203,106,203v197,153,285,100,425,-137v89,-150,103,-257,103,-401v0,-146,-95,-338,-287,-573v-54,-66,-89,-86,-132,-102","w":1245},"1":{"d":"370,-1751v57,-5,60,20,80,92v8,8,13,15,13,21v0,27,-37,251,-109,671v-38,216,7,437,7,661v0,181,-41,297,-123,346v0,-23,-28,-39,-83,-47v-61,-170,-22,-809,-22,-1022v0,-23,-27,-67,-80,-133v-2,-10,-5,-20,-4,-33v0,-20,37,-80,99,-184v33,-57,70,-165,123,-321v8,-11,40,-28,99,-51","w":511},"2":{"d":"886,-1613v184,0,301,59,365,200v22,47,25,92,25,151v0,163,-90,334,-267,513v-122,123,-240,218,-345,299v-67,52,-109,101,-136,134r0,4v254,29,435,42,543,42v47,1,140,-25,268,-25v77,0,103,30,96,99v-8,75,-22,112,-37,112v-100,56,-257,84,-474,84v-463,0,-695,-29,-695,-41v-118,-25,-176,-55,-176,-88v0,-89,7,-102,62,-210v171,-113,372,-265,587,-476v148,-146,236,-271,284,-355v-8,-74,26,-160,-66,-162v-197,-50,-336,34,-453,211v-37,56,-47,93,-53,96v-34,18,-68,26,-104,26v-66,0,-99,-19,-99,-42v0,-92,41,-203,143,-319v152,-174,336,-253,532,-253","w":1483,"k":{"4":151}},"3":{"d":"783,-1530v193,-70,359,-63,510,29v2,8,9,18,21,32v8,36,12,76,11,119v0,180,-95,335,-285,467v-9,10,-22,15,-28,28v88,34,202,101,316,228v193,214,129,430,-132,564v-104,53,-209,63,-339,63v-245,0,-477,-88,-693,-267v-63,-53,-93,-97,-93,-131v0,-11,-11,-46,-22,-93v0,-5,13,-15,38,-30v25,-37,45,-55,61,-55v44,0,133,56,266,167v201,108,353,151,553,151v71,0,131,-32,181,-96r4,-29v-11,-53,-79,-124,-211,-201v-35,-20,-123,-32,-254,-69v-92,-26,-136,-77,-136,-132v0,-76,100,-155,303,-229v46,-17,98,-59,155,-136r-5,-49r33,-113v-8,-6,-32,-16,-70,-16v-61,0,-182,51,-368,143v-95,47,-197,48,-200,-81v0,-12,13,-32,40,-62v1,-38,111,-117,344,-202","w":1483},"4":{"d":"1126,-1635v64,0,110,43,111,126v0,8,-19,45,-49,113v-17,37,-25,194,-32,469r-18,101v68,1,177,-30,386,-77v105,-24,218,-15,288,43v-15,0,-43,53,-85,160v-8,12,-19,17,-33,17v-119,25,-275,73,-471,119v-51,12,-78,10,-78,18v-12,33,-24,74,-19,124r37,359v3,78,-16,125,-66,176v-12,8,-25,13,-38,13v-53,0,-98,-60,-127,-182v-11,-43,-9,-176,-19,-397v-2,-47,-13,-70,-16,-70v-382,58,-515,80,-796,65v-39,-31,-52,-66,-52,-122v0,-66,82,-162,239,-299r583,-509v152,-165,237,-247,255,-247xm927,-809v3,-115,32,-236,-7,-335r-4,0v-57,58,-159,136,-295,245v-64,51,-101,97,-119,128v213,-14,355,-27,425,-38","w":1860,"k":{"d":159,"]":313,"\\":221,"Z":112,"7":98,"3":190,"2":252,"\/":282}},"5":{"d":"49,-279v18,-19,153,-86,170,-77v25,0,56,31,96,93v107,45,171,75,231,66v228,-34,375,-144,476,-282v81,-111,130,-192,111,-336r-38,-117v-29,-36,-108,-53,-236,-53v-85,0,-216,39,-401,97v-118,37,-221,34,-303,-39v-37,-231,-5,-340,92,-572v157,-72,98,-84,239,-29v201,-44,358,-67,473,-67r311,-74v-6,23,87,37,87,78v0,174,-131,261,-394,261r-233,-11v-82,-4,-312,-4,-298,21v-31,65,-43,105,-35,172v208,-39,377,-59,507,-59v202,0,336,53,398,158v50,41,75,112,75,213v0,159,-15,270,-88,409v-81,154,-188,272,-322,348v-176,101,-292,137,-454,137v-148,0,-301,-72,-457,-217r10,-89v-6,-10,-19,-13,-17,-31","w":1431},"6":{"d":"1071,-1175v162,3,276,180,276,393v0,204,-50,412,-187,598v-234,316,-718,336,-982,38v-107,-121,-129,-269,-129,-450v0,-275,106,-580,344,-896v122,-163,224,-229,341,-229v95,0,75,61,75,134v0,135,-71,262,-214,380v-5,0,-8,-7,-8,-19v-8,-33,-24,-48,-47,-48v-30,16,-72,52,-108,119v-76,143,-110,296,-120,450v5,5,13,8,25,7v215,-220,332,-330,350,-330v158,-105,246,-150,384,-147xm425,-408v-3,87,66,135,211,185v30,10,61,11,88,11v142,0,263,-81,354,-250v39,-72,55,-150,55,-229v0,-113,-30,-169,-59,-170r-80,-4v-182,0,-356,124,-524,373v-30,44,-45,72,-45,84","w":1395},"7":{"d":"1366,-1630v13,21,20,69,19,123v0,104,-47,250,-141,436v-12,24,-31,70,-56,140v66,5,140,0,210,3v121,5,141,0,141,77v0,81,-59,128,-176,143v-49,6,-130,12,-241,13v-33,20,-79,123,-136,310v-60,201,-110,337,-167,394v-43,44,-92,59,-138,59v-63,0,-94,-20,-94,-34v0,-59,79,-272,238,-640r14,-46v-75,-46,-150,-18,-244,-18v-53,0,-100,-31,-139,-92v9,-30,28,-65,57,-107v0,-17,38,-26,115,-26v86,0,187,-13,304,-38v46,-87,69,-153,69,-201v23,-112,45,-190,66,-236v-266,23,-623,-1,-896,39v-66,10,-100,-17,-100,-91v0,-18,-7,-30,-22,-38v49,-35,74,-61,74,-77v0,-9,146,-23,439,-47v348,-29,616,-46,804,-46","w":1587,"k":{"d":256,"A":103,"3":164,"\/":317}},"8":{"d":"537,-1604v257,0,455,51,592,172v33,44,49,93,49,147v0,110,-95,229,-284,357v-44,29,-76,57,-96,86v27,37,94,89,199,152v169,102,247,209,247,372v0,151,-83,278,-254,366v-85,44,-159,50,-262,50v-110,0,-179,-24,-204,-71v-23,-14,-70,-28,-144,-40v-136,-85,-194,-184,-194,-340v0,-148,67,-297,202,-446r0,-4v-226,-167,-339,-322,-339,-464v0,-92,14,-160,59,-213v104,-82,247,-124,429,-124xm315,-1303v24,103,86,178,173,240r114,82v117,-76,199,-125,266,-211r0,-4v-21,0,-49,-35,-85,-103v-60,-55,-137,-70,-243,-70v-91,0,-166,22,-225,66xm580,-669v-96,108,-143,201,-141,314v0,51,21,83,53,107v96,71,177,110,327,110v81,0,136,-34,166,-103r5,-62v0,-94,-107,-193,-318,-299v-25,-13,-55,-36,-92,-67"},"9":{"d":"443,-688v-203,81,-394,-22,-394,-259v0,-158,90,-339,288,-520v132,-120,278,-166,475,-158v113,5,186,35,208,99v0,6,-16,24,-49,55r-4,19v50,16,63,74,62,147v0,53,-31,185,-66,400v-38,234,-31,321,-31,512v0,203,20,347,62,431v-30,72,-76,108,-137,108v-71,0,-132,-44,-159,-140v-21,-75,-23,-153,-19,-229r31,-597v-2,-2,-5,-3,-4,-7v-118,69,-206,116,-263,139xm307,-895r34,0v113,0,224,-70,331,-213r85,-104v-2,-43,14,-69,48,-158r4,-26v-161,-35,-278,10,-384,129v-97,109,-134,222,-118,372","w":1078},":":{"d":"217,-958v96,0,143,39,143,116v0,76,-52,133,-159,148v-76,11,-113,-17,-152,-78v-9,-119,39,-186,168,-186xm249,-358v87,25,116,42,116,114v0,71,-50,128,-152,172v-91,16,-156,-22,-156,-118v0,-69,32,-120,98,-152","w":414},";":{"d":"267,-988v99,-22,180,18,180,116v0,80,-55,136,-168,154v-56,9,-104,-6,-112,-48v-21,-38,-32,-64,-32,-78v0,-67,42,-124,132,-144xm188,-336v67,-112,190,-125,294,-54v8,12,13,29,13,50v0,109,-81,287,-242,532v-102,55,-140,10,-204,-110v61,-227,108,-366,139,-418","w":543},"\u037e":{"d":"267,-988v99,-22,180,18,180,116v0,80,-55,136,-168,154v-56,9,-104,-6,-112,-48v-21,-38,-32,-64,-32,-78v0,-67,42,-124,132,-144xm188,-336v67,-112,190,-125,294,-54v8,12,13,29,13,50v0,109,-81,287,-242,532v-102,55,-140,10,-204,-110v61,-227,108,-366,139,-418","w":543},"<":{"d":"353,-642v138,74,386,254,732,518v6,87,-36,117,-134,150r-30,4v-75,-47,-250,-174,-532,-376v-67,-48,-153,-89,-246,-140v-72,-39,-94,-86,-94,-172v0,-59,48,-103,128,-156v115,-76,441,-252,664,-364v56,29,84,78,84,144v0,47,-15,72,-40,86r-438,240r-94,62r0,4","w":1133},"=":{"d":"307,-976v196,-1,387,12,808,42v52,81,20,156,-58,212r-664,-32r-230,16v-79,-2,-114,-23,-114,-78v0,-61,36,-111,110,-148v52,-8,102,-12,148,-12xm1073,-500v42,89,8,162,-66,208r-582,-32r-216,12v-68,-11,-93,-29,-82,-90v16,-94,68,-140,140,-140v251,0,407,7,806,42","w":1187},">":{"d":"938,-800v99,59,147,115,147,164v0,114,-43,154,-158,210v-133,65,-323,206,-586,402v-78,58,-125,82,-132,82v-111,0,-163,-62,-160,-148v10,-14,145,-118,406,-308v201,-146,310,-216,324,-216r0,-4v-74,-51,-228,-135,-461,-258v-69,-36,-101,-64,-101,-78v-23,-81,6,-169,78,-194v219,108,434,223,643,348","w":1133},"?":{"d":"925,-1470v18,-62,-452,-212,-586,-212v-42,0,-96,22,-164,66v-79,19,-123,-30,-126,-128v0,-28,30,-69,90,-122v7,-20,18,-30,36,-30v397,0,703,13,948,238v47,43,65,73,65,82v0,247,-172,403,-517,468r-278,52v28,224,42,354,42,390v2,78,-9,161,-35,152v-38,37,-86,62,-143,74v-10,-1,-43,-28,-98,-78r8,-70v0,-72,-45,-226,-99,-468v-26,-115,6,-212,87,-258v477,-41,734,-94,770,-156xm201,116v0,-106,51,-172,152,-196v79,1,114,36,114,122v0,81,-36,139,-107,174r-49,8v-73,-8,-110,-44,-110,-108","w":1237},"@":{"d":"1337,-630v0,205,-76,338,-276,338v-101,0,-184,-96,-247,-288r-11,-10v-107,178,-201,268,-284,268r-22,4v-92,-13,-124,-53,-124,-140v0,-90,63,-201,189,-332v62,-40,143,-85,241,-134v0,-7,15,-11,44,-12r13,0v38,0,63,66,73,196v44,143,57,198,158,230v52,-8,67,-78,68,-154v0,-124,-22,-234,-86,-316v-52,-67,-133,-94,-222,-94v-169,0,-297,25,-382,74v-126,111,-190,265,-190,464v0,182,70,305,212,362v154,62,259,86,369,86v179,0,349,-63,498,-200v37,-34,59,-78,79,-120v57,-59,209,-18,196,58v-7,45,-35,120,-116,196v-328,305,-892,359,-1276,80v-149,-108,-192,-271,-192,-486v0,-223,70,-415,220,-566v86,-86,305,-120,596,-120v190,0,323,72,386,220v61,145,86,279,86,396xm533,-474r12,0v38,0,97,-70,178,-206v7,-12,16,-37,24,-78r-6,-6v-142,96,-211,179,-208,290","w":1681},"A":{"d":"1081,-1786v86,0,149,44,254,142v-4,227,54,432,176,804v63,8,132,-4,198,-4v49,0,74,15,74,44v10,3,16,6,16,10v0,68,-43,113,-128,134r-82,20v111,283,208,477,300,574v65,67,102,125,102,184v0,32,-16,55,-49,70v0,8,-19,15,-57,22r-25,0v-84,0,-178,-146,-311,-422v-59,-123,-133,-255,-196,-410r-121,-8v-352,21,-527,54,-527,98v-20,20,-69,115,-148,286v-57,78,-100,106,-184,106v-56,0,-93,-14,-99,-44v-19,-94,-2,-108,29,-250v0,-11,-66,-27,-197,-50v-38,-18,-57,-39,-57,-62v18,-37,51,-77,110,-94r276,-82v20,-5,51,-43,94,-114v218,-356,295,-491,418,-852v24,-71,77,-102,134,-102xm1101,-1222v-104,164,-184,294,-232,414v47,0,141,-20,316,-60r56,-4v-47,-176,-83,-282,-110,-320","w":1893,"k":{"\\":192}},"B":{"d":"348,-1944v99,-7,175,16,175,102v0,18,6,27,16,28r488,38v135,25,231,65,286,122v35,36,51,55,50,78v-42,136,-142,264,-307,374v-96,63,-202,129,-313,208v1,8,6,12,15,12v224,0,373,-8,449,-8v251,0,389,39,423,82v28,36,40,63,40,114v0,117,-87,248,-267,382v-189,140,-357,236,-498,292v-143,57,-223,84,-254,84v26,75,1,119,-65,162r-101,0v-40,-4,-73,-53,-101,-88v-59,8,-110,26,-174,26v-38,0,-78,-33,-108,-106v-29,-70,4,-135,101,-144v66,-6,100,-13,99,-26r-46,-490r-112,-54v-8,-45,-23,-82,-25,-132v0,-19,36,-54,107,-106v-4,-216,-11,-396,-19,-540r-73,4v-120,0,-181,-25,-181,-74v-14,-48,-15,-56,-15,-98v0,-44,84,-70,253,-78v5,-3,16,0,16,-8v0,-75,47,-127,141,-156xm497,-1552r19,386v85,-38,371,-225,462,-324v6,-14,18,-21,19,-40v-157,-42,-310,-49,-500,-22xm552,-724r36,426v253,-95,449,-191,584,-294v58,-44,103,-91,138,-136v-81,-8,-154,-12,-216,-12r-19,0v-136,0,-310,5,-523,16","w":1718,"k":{"]":160,"Z":144,"\/":160}},"C":{"d":"1143,-1786v129,0,210,41,210,130v0,84,-130,139,-374,210v-131,38,-287,148,-450,314v-150,153,-198,281,-198,456v0,191,131,326,401,380v384,77,695,-33,943,-254r272,-254v126,-119,242,-172,336,-172v3,6,9,8,8,18v0,102,-56,206,-168,314v0,14,-63,95,-202,230v-290,280,-630,414,-1008,414v-376,0,-626,-127,-763,-372v-68,-122,-101,-228,-101,-370v0,-279,198,-572,614,-852v204,-137,371,-192,480,-192","w":2105,"k":{"]":158}},"D":{"d":"400,-1718v105,-22,172,23,177,140v0,20,-5,47,-16,82v76,52,247,66,463,172r619,304v199,112,288,202,288,348v0,225,-263,426,-796,578v-190,54,-193,46,-340,78r4,52v0,13,-42,37,-128,58v-61,15,-73,-4,-147,-44v-29,-8,-128,-15,-299,-22v-68,-20,-108,-40,-126,-94v27,-102,63,-133,126,-172v111,26,141,36,196,34v-38,-288,-75,-538,-107,-750v-14,-97,-19,-194,-19,-292v-35,-28,-161,-43,-374,-82v-120,-22,-158,-58,-158,-152v0,-31,41,-69,122,-114r15,-16v196,52,320,78,371,78v-2,-102,39,-167,129,-186xm541,-1188v0,256,48,567,144,950v209,-33,378,-74,503,-122v232,-89,361,-153,389,-186v40,-47,54,-67,54,-114v0,-84,-138,-194,-418,-328v-285,-136,-491,-202,-672,-200","w":1932,"k":{"]":303,"\\":210,"T":121}},"E":{"d":"1001,-1750v82,-28,216,-38,274,8r0,32v0,143,-165,234,-494,268v-189,20,-284,33,-284,48v-33,87,-47,203,-44,332v312,-79,545,-118,700,-118v117,0,176,12,176,24v-1,34,-1,57,21,74v-33,57,-102,106,-212,136v-90,24,-260,38,-500,74v-66,10,-118,35,-160,52v-23,245,15,470,105,632r21,4v80,0,230,-57,456,-160v230,-106,416,-152,553,-152v97,0,146,13,146,24r0,128v0,7,-52,10,-155,32v-284,62,-537,205,-779,382v-103,75,-169,86,-282,86v-97,0,-176,-95,-246,-282v-45,-121,-76,-316,-86,-588v-45,0,-93,-20,-144,-60v-2,-66,27,-113,94,-190v24,-27,10,-38,12,-72r13,-272r3,-4r-82,4v-98,-3,-118,-22,-118,-102v0,-103,93,-175,279,-216v4,0,27,-23,69,-70v8,0,36,-21,82,-62v76,-2,129,31,190,98v92,1,208,-26,392,-90","w":1582},"F":{"d":"1061,-1790v87,-28,215,-36,274,8r0,32v0,143,-162,235,-488,270v-193,20,-290,32,-290,46v-32,91,-44,204,-42,332v305,-77,538,-116,698,-116v117,0,176,12,176,22v0,34,-3,56,20,74v-33,59,-102,107,-212,138v-71,20,-240,35,-500,74v-63,9,-115,33,-160,50v-14,210,-17,406,-2,598v6,69,33,143,86,220v35,92,-9,138,-120,160r-32,0v-112,0,-166,-150,-180,-450r-20,-426v-52,0,-100,-18,-142,-54v-2,-65,27,-110,94,-192v22,-27,9,-37,11,-70r13,-274r4,-4r-82,4v-100,-3,-118,-21,-118,-102v0,-101,92,-172,278,-214v4,0,27,-23,69,-70v8,0,37,-21,83,-62v75,-2,130,30,192,96v91,1,205,-29,390,-90","w":1458,"k":{"\u00f8":465,"\u00f1":188,"\u00e7":495,"\u00e6":526,"\u00e5":123,"\u00e0":188,"\u00c6":163,"\u00c5":126,"\u00c3":158,"\u00c1":158,"z":465,"x":434,"w":526,"v":517,"u":465,"s":311,"r":408,"q":311,"o":526,"n":188,"m":434,"g":526,"d":280,"c":495,"a":411,"A":280,"4":126,"\/":434}},"G":{"d":"1131,-1398v-82,100,-73,115,-149,136v-38,0,-93,-67,-149,-206v-45,-112,-85,-167,-156,-200v-84,21,-143,61,-186,114v-109,135,-158,328,-158,578v0,346,95,642,294,878v58,68,123,98,187,98v147,0,283,-179,403,-536v25,-75,49,-184,74,-328v-77,11,-232,41,-464,90v3,-42,-20,-52,-76,-74v-24,-21,-35,-33,-34,-54v0,-101,125,-172,374,-208v133,-19,262,-26,384,-26v39,0,58,8,58,22v9,42,16,86,16,134v0,180,-75,455,-242,816v-84,183,-216,304,-376,374v-38,16,-74,24,-120,24v-141,0,-298,-46,-415,-188v-257,-311,-347,-638,-347,-1022v0,-331,76,-608,254,-806v107,-119,215,-156,360,-156v165,0,311,106,414,328v44,95,54,168,54,212","w":1597},"H":{"d":"312,-496v-108,23,-263,5,-263,-92v0,-90,19,-136,48,-136r140,0v42,-3,64,-8,64,-16v-1,-348,-30,-719,-30,-1114v0,-179,46,-289,94,-284r46,-4v81,1,122,15,122,42v47,51,20,165,20,250v0,205,3,537,8,996r12,106v204,1,388,-11,500,-36v-11,-626,-23,-1027,-32,-1202v-6,-111,24,-197,100,-208v88,-12,160,16,168,82v7,8,10,34,12,78r16,286v0,247,-2,533,-2,860v0,69,17,104,28,104v275,0,420,89,440,168v2,74,-56,103,-146,98v-201,-11,-301,-8,-299,-30r-7,6v7,0,9,33,9,98r0,36v8,36,30,395,57,774v-32,36,-81,54,-148,54v-73,0,-110,-15,-110,-46v0,-134,-39,-376,-62,-728v-7,-107,-17,-161,-24,-164v-159,-9,-320,9,-480,12v12,193,17,317,17,372r0,32v0,121,-21,182,-63,182v-56,0,-115,-14,-164,0v-28,0,-42,-62,-42,-188v0,-28,2,-60,2,-96v0,-187,-17,-284,-31,-292","w":1573},"I":{"d":"-107,-1888v101,-93,245,-52,284,82v-5,55,-26,94,-34,144v-15,93,-13,189,-12,292v0,151,5,529,16,1134r30,320v-29,42,-78,62,-144,62v-71,0,-106,-22,-106,-46v0,-757,-46,-1241,-46,-1454v-10,-4,-8,-328,-8,-426v0,-57,6,-95,20,-108","w":48},"J":{"d":"1039,-2038v61,-8,90,12,151,52r51,944v14,173,22,302,22,386v0,288,-76,528,-199,730v-85,140,-152,200,-293,200v-125,0,-243,-83,-366,-238v-61,-78,-150,-170,-208,-310v-118,-283,-152,-452,-148,-612v3,-118,25,-150,118,-150v90,0,168,45,210,146v23,55,4,87,-36,140v47,260,151,475,314,644r124,82v139,-132,212,-365,216,-698v3,-223,-25,-716,-58,-1162v15,-90,48,-147,102,-154","w":1311},"K":{"d":"365,-1772v58,-38,208,-29,208,40v0,144,-9,144,-52,426r-4,86v204,-85,417,-201,638,-348r159,-122v124,12,187,42,187,90r0,24v0,59,-109,137,-316,254r-530,308v-12,0,-58,20,-138,58v-26,117,27,147,138,224v267,187,458,337,596,418v145,85,247,132,313,132v127,0,191,15,191,36v24,16,36,47,36,94v-91,41,-157,54,-254,54v-183,0,-428,-126,-750,-356v-130,-93,-209,-128,-223,-128v-10,102,11,174,42,468r0,90v-30,38,-68,55,-127,50v-60,-5,-91,-22,-94,-46r-71,-516v-5,-164,-22,-254,-51,-270v-13,-19,-69,-63,-168,-132v-38,-43,-46,-74,-46,-136v0,-25,60,-60,180,-106r66,-46r-4,-80v-4,-207,16,-344,74,-566","w":1623,"k":{"4":229}},"L":{"d":"95,-1684v94,-60,260,-22,244,94r-32,234r-8,188v0,177,32,518,97,1024v115,-25,241,-92,399,-148v337,-118,612,-150,804,-150v75,0,136,9,184,28r-4,144v0,7,-55,6,-160,28v-411,84,-564,112,-902,242v-135,52,-256,93,-361,118v-134,-11,-201,-29,-201,-52v0,-560,-119,-1088,-102,-1688v15,-8,29,-29,42,-62","w":1652,"k":{"]":167,"\\":505,"9":105,"7":105,"4":352}},"M":{"d":"1482,-1940v48,52,98,150,137,298v45,170,132,419,246,754v162,476,303,811,442,1004v20,28,28,49,28,82v-20,82,-62,104,-138,104v-109,0,-200,-122,-297,-354v-77,-183,-223,-537,-413,-1074r-56,-142r-4,0v-38,153,-71,419,-140,786v-66,351,-120,576,-120,684v-29,8,-44,26,-44,54v0,9,-42,26,-128,38v-54,7,-82,-3,-99,-50v-20,-54,-34,-170,-65,-344r-114,-648v-49,-191,-93,-329,-160,-446r-4,0v-46,120,-96,366,-157,736v-27,165,-59,266,-93,300v-35,35,-73,42,-132,42v-51,0,-76,-15,-76,-46v-32,-114,-11,-239,-10,-368v0,-27,-19,-97,-36,-214v-13,-91,31,-136,126,-136r13,4v29,-61,70,-225,143,-486v54,-191,142,-284,242,-284v122,0,224,168,316,500v29,103,76,284,128,550r4,0v47,-115,91,-280,125,-500v64,-419,118,-699,172,-836r99,-8r65,0","w":2161,"k":{"\\":122}},"N":{"d":"1055,-1892v95,-93,252,-50,266,90v-15,62,-22,111,-22,146r-16,888v0,252,13,492,38,720r0,50v0,117,-22,172,-66,176r-78,8v-135,0,-264,-115,-401,-336v-46,-74,-335,-595,-449,-792r-11,368v0,108,13,245,13,412v0,136,-12,204,-24,204v-32,23,-81,30,-140,30v-43,0,-65,-12,-74,-34v-31,-79,-40,-148,-40,-244v0,-204,-2,-424,-2,-660v0,-93,6,-233,19,-418v8,-107,35,-179,71,-222r4,4r89,0r59,-4v133,141,252,393,392,742v112,280,204,417,343,558r5,0","w":1370},"O":{"d":"643,-1834v248,0,450,283,574,856v70,321,41,660,-118,862v-122,156,-247,204,-432,204v-167,0,-322,-94,-446,-294v-131,-211,-172,-443,-172,-730v0,-311,59,-565,176,-762v60,-61,121,-97,184,-108v104,-19,165,-29,234,-28xm507,-1456v-28,-3,-52,-10,-82,-10v-18,4,-31,61,-56,168v-29,124,-52,243,-51,370v0,369,87,621,281,712v183,86,289,-1,376,-200v25,-56,20,-167,20,-266v0,-232,-39,-470,-156,-692v-76,-144,-163,-206,-220,-206v-61,0,-78,36,-112,124","w":1293},"P":{"d":"393,-1940v79,0,124,21,144,86v0,23,13,36,38,36v232,52,456,136,672,250v184,97,270,207,270,378v0,173,-80,331,-250,466v-125,98,-268,176,-422,246r-324,74v0,211,18,365,30,464v13,112,-20,205,-86,224v-107,0,-196,-136,-196,-410v0,-132,-8,-209,-22,-230r-42,2v-18,-14,-32,-48,-44,-104v-4,-6,-11,-8,-11,-20v0,-10,37,-41,109,-94v-8,-174,-15,-423,-20,-746r-2,-244v-126,-30,-188,-55,-188,-76r0,-24v27,-84,45,-126,54,-126r140,-42v29,-74,80,-110,150,-110xm513,-1568v-1,193,-2,357,-2,492v0,234,3,376,8,426v215,-60,374,-121,478,-184v121,-73,202,-175,244,-304v4,-12,6,-33,6,-56v0,-144,-244,-269,-734,-374","w":1565,"k":{"\u00e6":142,"\u00e0":142,"x":110,"d":295,"]":203,"A":110,"\/":479}},"Q":{"d":"739,-1774v150,0,313,148,491,446v182,305,267,501,267,710v0,122,-33,246,-99,372v56,80,114,142,177,176v39,21,91,29,155,34v29,33,44,79,44,138v0,103,-22,132,-113,132v-108,0,-222,-61,-340,-184r-96,-66v-309,181,-746,140,-991,-90v-141,-132,-185,-310,-185,-542v0,-280,90,-592,272,-934v174,-128,303,-192,384,-192r34,0xm639,-1262v-30,2,-39,-22,-94,-74v-9,-8,-21,-12,-36,-12v-87,0,-158,222,-193,668v-22,287,83,453,329,540v153,54,299,43,412,-44v-77,-104,-199,-219,-360,-352v-136,-113,-207,-188,-200,-256v10,-90,58,-130,138,-130v64,0,163,78,296,234v4,0,72,64,204,192r70,74v30,2,38,-58,42,-180v7,-212,-106,-456,-354,-784v-78,-103,-166,-142,-236,-142v15,127,35,192,-18,266","w":1650,"k":{"\\":165}},"R":{"d":"471,-1728v85,0,131,30,130,108v98,0,418,72,952,240v113,35,160,74,160,132v0,221,-153,389,-456,512v-116,48,-211,98,-290,144v184,88,478,219,892,372v246,91,414,146,495,186v11,115,-96,168,-241,168v-174,0,-513,-160,-1052,-402v-257,-116,-429,-134,-482,-134r6,332v18,115,-33,191,-145,196v-46,-27,-84,-88,-113,-182r-30,-384r-130,0v-71,0,-106,-27,-106,-78v0,-90,69,-156,208,-198r0,-4v8,-90,8,-472,8,-692v-85,0,-157,14,-236,20v-60,-9,-78,-33,-78,-90v0,-84,139,-141,368,-152v28,-62,75,-94,140,-94xm545,-1376v-22,192,-7,452,4,648v307,-68,526,-133,650,-208v108,-65,180,-142,226,-218r0,-4v-359,-125,-565,-188,-618,-188v-92,-20,-179,-30,-262,-30","w":1932},"S":{"d":"1263,-1568v-1,44,-100,72,-190,70r-316,-8v-96,0,-205,50,-322,156v-29,27,-55,69,-86,118v42,61,103,102,184,128r648,204v368,112,551,247,551,402r0,28v0,200,-255,367,-769,492v-142,34,-269,46,-378,46v-248,0,-413,-48,-466,-160v-74,-156,4,-278,152,-366v41,-24,84,-32,122,-32v28,81,-8,179,-12,266v356,95,694,27,968,-146v37,-24,64,-55,89,-86v-66,-75,-136,-124,-206,-156v-102,-46,-340,-113,-711,-222v-317,-93,-472,-225,-472,-368r0,-26v0,-145,120,-286,364,-418v137,-74,262,-98,426,-98v208,0,346,46,414,136v7,16,10,30,10,40","w":1781,"k":{"]":142,"\\":142,"7":203}},"T":{"d":"1476,-1658v92,0,150,23,177,70r4,32v0,93,-186,202,-565,202v-67,0,-139,-8,-202,0v-21,149,-39,285,-33,406r37,720r0,214v0,46,-12,74,-33,82v-72,27,-133,40,-183,40v-61,-183,-91,-416,-91,-700v0,-245,-7,-471,-4,-718v-165,-52,-428,-12,-636,-12v-115,0,-172,-18,-172,-54v0,-80,27,-113,102,-168v198,-35,442,-52,734,-52v202,0,441,-19,714,-58","w":1381,"k":{"\u00fc":108,"\u00f8":108,"\u00f6":108,"\u00f5":139,"\u00eb":108,"\u00e7":108,"\u00e6":108,"z":108,"y":108,"x":108,"w":108,"v":99,"u":108,"s":108,"q":108,"p":139,"o":108,"n":108,"m":108,"g":108,"e":108,"c":108,"J":139,"A":108,"4":108,"\/":108}},"U":{"d":"997,-1990v27,32,62,117,102,254v77,270,114,534,114,792v0,403,-80,704,-262,876v-105,100,-228,136,-345,136v-176,0,-300,-106,-397,-308v-107,-222,-160,-505,-160,-848v0,-252,35,-476,106,-672v5,-5,45,-20,119,-20v68,0,103,32,103,98r-44,220v-12,100,-22,212,-22,336v0,496,98,811,295,944r49,12v65,0,140,-62,205,-196v65,-135,82,-325,82,-542v0,-398,-51,-712,-143,-942v-26,-65,-3,-140,82,-140r116,0","w":1261},"V":{"d":"1575,-2102r12,20v0,53,-89,234,-262,546v-64,115,-126,387,-242,798v-84,297,-152,485,-152,578v0,199,-90,296,-192,296v-46,0,-76,-11,-91,-34v-45,-73,-83,-160,-111,-262v-44,-165,-88,-297,-142,-390v-123,-208,-230,-388,-289,-552v-52,-143,-61,-224,-57,-344v15,-8,35,-29,61,-62v79,-11,195,-5,197,62v112,324,264,586,414,868v12,-19,50,-118,108,-300v180,-569,330,-960,478,-1150v66,-84,130,-116,168,-116v19,13,52,27,100,42","w":1494,"k":{"\u00f8":101,"\u00e7":101,"\u00e6":132,"\u00e5":159,"\u00e4":162,"\u00e3":101,"\u00e2":132,"\u00e1":162,"\u00e0":132,"z":132,"x":132,"u":101,"q":101,"m":101,"g":101,"d":162,"c":101,"a":108,"3":101,"\/":193}},"W":{"d":"1587,-2188v51,53,89,113,114,180v27,301,40,568,40,800v1,445,-28,859,-114,1240v-19,85,-69,139,-122,168v-29,9,-61,14,-96,14v-147,-130,-242,-253,-299,-366v-64,-128,-168,-355,-299,-684r-40,-86r-4,0v-35,80,-82,265,-82,558v0,151,-20,319,-66,500v-12,47,-26,67,-36,68r-88,6v-79,0,-118,-21,-118,-62v-227,-617,-328,-1030,-328,-1456v0,-168,46,-274,136,-318v65,-8,97,8,152,48v2,339,-20,740,78,968v57,-172,86,-301,86,-386v0,-227,62,-378,94,-458v40,-98,52,-123,126,-124v27,0,77,19,152,58v165,584,332,1015,500,1294v-1,3,1,5,4,4v78,-304,98,-628,98,-996v0,-238,-19,-536,-56,-896v19,-18,67,-36,145,-54","w":1790},"X":{"d":"745,-432v-221,190,-315,337,-427,570v0,11,-20,23,-61,36v-95,66,-208,40,-208,-102v0,-76,69,-194,204,-356v150,-181,239,-306,268,-370v-4,-27,-88,-116,-234,-282v-152,-173,-219,-307,-219,-390v0,-90,20,-126,95,-172v105,13,166,38,164,62v75,167,221,396,365,556r5,0r364,-438v148,-158,244,-251,288,-278v139,33,187,44,188,118v0,74,-59,154,-177,238v-225,243,-370,420,-435,532r-25,30v36,62,113,155,239,262v77,65,165,95,250,106r98,108v0,59,-32,101,-98,126r-44,38v-77,0,-190,-43,-328,-140v-62,-44,-150,-133,-272,-254","w":1585,"k":{"4":131}},"Y":{"d":"1143,-1992v18,2,29,10,45,14v73,-4,138,-1,133,74v38,175,78,487,142,934v51,359,84,668,84,998v0,252,-75,494,-244,712v-111,143,-251,204,-422,204v-270,0,-508,-170,-704,-516v-93,-163,-128,-304,-128,-472v0,-122,45,-211,134,-264v31,-4,37,-3,54,26r20,0v13,0,24,75,50,222v29,170,70,292,110,364v159,287,306,428,439,428v68,0,156,-47,243,-156v130,-162,186,-410,186,-730v0,-301,-29,-465,-58,-492v-18,-73,-44,-233,-75,-478v-4,0,-42,72,-123,214v-158,278,-355,416,-580,416v-147,0,-244,-57,-280,-174v-16,-50,-19,-110,-19,-178v0,-174,52,-409,191,-686v53,-106,104,-138,192,-138v53,0,95,22,124,68v22,83,-12,101,-68,216v-102,210,-137,428,-105,634v109,-32,229,-152,345,-368v97,-182,191,-498,226,-806v7,-8,16,-12,30,-12xm482,-1800v-11,-2,-9,-11,0,-12r0,12","w":1595},"Z":{"d":"2109,-1718v31,0,49,5,48,36v21,33,31,67,29,112v-159,102,-318,221,-468,368v-238,232,-441,396,-596,512r-610,456r958,32r668,78r391,62v83,40,115,69,115,142v0,56,-30,97,-90,124r-46,4v-247,-64,-443,-95,-636,-94v-135,-32,-391,-70,-767,-78r-532,-12v-196,-17,-367,12,-529,58v-86,25,-168,10,-189,-76v-6,-24,-7,-47,-7,-74v0,-64,91,-130,274,-196v266,-168,537,-361,816,-570v158,-118,373,-297,640,-548v-185,-1,-495,34,-1005,104r-250,52v-51,-51,-77,-110,-77,-178v0,-65,29,-104,86,-118v35,9,127,8,188,8v118,0,362,-45,738,-94v271,-36,477,-33,605,-58v130,-26,210,-52,246,-52","w":2329,"k":{"4":184}},"[":{"d":"360,-1938r454,28v52,111,24,130,-35,272v-333,5,-500,18,-500,38v-25,118,-38,252,-38,400v0,103,20,400,50,892v3,51,2,102,-12,138v38,60,142,90,310,90v80,0,306,-9,311,24v31,50,38,68,38,122v0,48,-13,72,-38,72v-168,109,-518,76,-765,28v-63,-430,-90,-909,-86,-1418r36,-314v0,-193,34,-308,100,-344v46,-24,105,-32,175,-28","w":987,"k":{"V":209,"M":271,"C":147,"A":332,"9":302,"7":179,"4":332,"3":147}},"\\":{"d":"150,-1706v45,4,81,29,164,64v47,90,173,261,399,488v503,506,766,759,766,780v62,77,116,135,164,172v76,116,114,214,114,294v-34,41,-60,54,-111,54v-64,0,-136,-76,-237,-214v-100,-135,-373,-384,-778,-782v-296,-292,-461,-504,-516,-616v-7,-7,-29,-42,-66,-106v-4,-22,10,-37,24,-36v-13,-38,37,-44,70,-30v-4,-22,-17,-59,7,-68","w":1805,"k":{"\u00cb":104,"\u00ca":104,"\u00c9":104,"\u00c8":104,"\\":966,"V":197,"T":262,"9":320,"7":197}},"]":{"d":"963,-1566r38,314v4,510,-24,989,-92,1418v-165,30,-317,45,-472,44v-156,0,-271,-24,-346,-72v-36,5,-42,-49,-42,-100v0,-25,14,-57,42,-94v4,-33,252,-24,334,-24v180,0,290,-30,330,-90v-14,-36,-15,-87,-12,-138v33,-512,52,-809,52,-892v0,-141,-13,-275,-40,-400v0,-20,-179,-33,-536,-38v-64,-148,-94,-159,-36,-272r484,-28v246,-8,261,83,296,372","w":1049},"^":{"d":"549,-1926v40,79,138,230,296,454v19,27,28,45,28,54r-20,66v1,12,11,28,3,36v-7,-2,-9,-9,-31,-16r-62,20v-20,0,-73,-39,-144,-130v-51,-66,-90,-126,-132,-168v-155,127,-250,226,-250,302v0,22,-46,34,-138,34r-24,4v-21,-29,-26,-59,-26,-102v0,-65,69,-159,202,-288v40,-38,86,-112,145,-216v40,-45,80,-54,153,-50","w":921},"_":{"d":"1797,392v-33,51,-118,114,-231,126v-28,-3,-45,-7,-53,-12v-63,11,-161,13,-246,12v-45,0,-274,-19,-686,-40v-156,-8,-287,5,-426,36r-104,-70v-10,-23,13,-60,28,-56v-29,-33,-41,-44,-18,-78r-4,-18v0,-29,113,-60,338,-80v264,-23,504,48,1034,48v53,0,134,-20,246,-20v81,0,122,51,122,152","w":1845},"`":{"d":"240,-1875v57,101,105,174,145,215v138,140,203,211,203,305v0,30,-9,58,-27,85r-24,-3v-91,0,-137,-13,-137,-36v0,-77,-96,-176,-250,-300v-48,-23,-81,-90,-101,-200r86,-117v39,0,74,17,105,51","w":636},"a":{"d":"819,-1064v76,0,97,34,122,128v0,45,22,192,82,438v33,138,99,250,168,348v54,77,66,110,66,176v0,31,-20,46,-58,46v-37,24,-62,36,-76,36v-72,-27,-140,-81,-194,-172v-32,-54,-82,-179,-159,-368r-25,-30v-94,145,-174,260,-246,338v-83,91,-183,134,-294,134v-105,0,-174,-55,-206,-164r-4,-66v0,-147,83,-342,286,-548v106,-108,255,-178,410,-246v42,-34,85,-50,128,-50xm273,-260v2,2,3,5,8,4v62,0,117,-62,190,-164v109,-152,176,-259,176,-340v-1,-4,-6,-4,-12,-4v-46,14,-135,79,-250,208v-79,89,-112,193,-112,296","w":1164,"k":{"\\":255,"T":104}},"b":{"d":"291,-1940v68,0,105,23,105,98v0,14,-22,82,-47,208v-45,229,-55,387,-54,546v-7,20,0,42,0,66v0,83,11,167,32,254v111,-135,254,-202,430,-202v135,0,249,22,342,42v31,82,44,150,44,234v0,234,-120,456,-380,634v-146,100,-273,128,-422,128v-88,0,-171,-39,-250,-116v-49,-142,-11,-278,-18,-438r-24,-566v0,-130,15,-377,78,-736v18,-104,84,-152,164,-152xm369,-202v324,-48,488,-186,487,-406r-3,-58v-247,-53,-372,25,-444,254v-17,53,-31,123,-40,210","w":1191,"k":{"\\":198,"T":201}},"c":{"d":"295,-864v105,-84,237,-86,348,-18v-5,9,-8,23,-8,42v7,24,23,40,20,74v-23,46,-71,83,-146,106v-76,24,-129,52,-149,94v-35,74,-42,110,-42,172v0,90,70,136,189,136v88,0,237,-51,452,-144v98,-42,146,-59,187,-58v46,44,70,78,71,100v-3,15,-42,58,-118,130v-17,36,-37,54,-58,54v-242,144,-447,216,-616,216v-183,0,-306,-88,-368,-262v-35,-284,35,-479,238,-642","w":1079,"k":{"\\":517,"7":116}},"d":{"d":"871,-1648v0,20,17,36,50,50v56,55,44,515,44,696v0,187,64,407,194,660v63,78,82,96,82,160v0,16,-22,56,-66,118v-148,11,-202,-36,-254,-180v-18,-47,-48,-92,-90,-138v-33,87,-102,173,-218,240v-127,73,-279,100,-446,100v-66,-48,-99,-74,-99,-78v-15,-84,-19,-107,-19,-160v0,-75,73,-203,240,-360v145,-136,274,-198,366,-210v32,-15,48,-37,48,-66v0,-308,-44,-512,-44,-614r0,-110r130,-96v25,-16,47,-11,82,-12xm389,-180v113,0,204,-91,278,-270v11,-28,20,-48,20,-62v-124,40,-213,108,-270,204v-41,69,-63,110,-63,124","w":1290},"e":{"d":"745,-774v24,53,24,99,24,130v0,130,-102,236,-304,316r0,4v55,90,125,136,210,136v118,0,235,-103,378,-284v80,-102,138,-140,196,-138v25,15,-15,78,20,78v18,0,29,-14,34,-42v4,0,10,-2,8,4v0,44,-41,115,-116,218v-16,22,-23,50,-28,78v-36,8,-54,23,-54,44v-74,120,-179,211,-324,254v-65,19,-94,16,-154,16v-192,0,-381,-139,-567,-416r-19,-346v0,-130,47,-200,126,-242v262,-138,445,-82,570,190xm358,-492v29,0,75,-24,137,-70v40,-111,5,-205,-90,-242v-36,-14,-96,-1,-91,34v-14,26,-21,65,-21,114v0,77,21,132,65,164","w":1160,"k":{"\\":320,"7":197}},"f":{"d":"452,-1704v272,0,433,121,538,396v26,68,35,119,35,148v-20,68,-86,88,-179,82r-38,4v-27,-107,-52,-186,-82,-234v-78,-125,-123,-176,-208,-176v-74,0,-123,69,-132,206r-20,314v84,9,268,12,550,30v82,5,122,23,122,32v0,12,8,28,24,46r0,8v-18,0,-31,15,-37,44v-95,83,-335,70,-527,70v-53,0,-95,5,-124,16v35,472,69,782,105,928v-17,15,-28,6,-55,-10r-30,74v-46,3,-53,-10,-114,-48v-31,0,-47,-20,-47,-58v-27,-79,-48,-322,-75,-730v-6,-85,-17,-125,-22,-126r-239,-42v-32,-14,-50,-27,-55,-36r0,-112v0,-8,27,-16,82,-24v80,-36,137,-53,192,-52v-1,-352,59,-598,180,-730v48,-14,100,-20,156,-20","w":977,"k":{"x":137,"d":137,"\/":137}},"g":{"d":"385,-870v180,-89,447,-76,566,44v16,5,24,16,24,32v-24,16,-37,27,-40,34v16,344,24,601,24,770v0,327,-34,529,-82,620v-84,156,-184,240,-320,240v-128,0,-241,-50,-336,-154v-6,-7,-8,-15,-8,-30v0,-38,-40,-96,-103,-184v-49,-69,-63,-154,-11,-208v37,-3,38,10,78,44v32,0,48,6,48,20v24,76,89,151,196,226v4,0,38,23,103,70v53,-14,104,-47,139,-110v116,-209,42,-628,58,-932v-29,28,-79,124,-180,262v-76,104,-141,132,-246,132v-46,0,-97,-30,-156,-90v-44,-28,-66,-62,-66,-102v-19,-49,-24,-110,-24,-180v0,-219,109,-392,336,-504xm405,-604v-105,99,-125,208,-102,364v71,-38,131,-107,184,-204v55,-101,107,-183,152,-250v-1,-9,-7,-14,-16,-14v-60,0,-138,28,-218,104","w":1023,"k":{"\\":276,"T":188}},"h":{"d":"267,-1554v46,21,68,38,68,50v0,329,-72,682,-61,1050v44,-35,102,-165,185,-386v29,-76,66,-110,98,-110v99,-58,145,-73,188,48v29,82,57,247,108,488v44,207,74,277,196,386r0,4v-33,48,-69,80,-107,98v-55,0,-123,-28,-193,-98v-47,-46,-86,-120,-106,-214r-62,-294v-40,52,-96,185,-185,392v-43,99,-98,169,-147,218v-62,4,-72,-13,-130,-66r-38,-20v11,-70,-3,-104,-32,-192v7,0,3,-288,19,-862v6,-216,34,-362,55,-438v35,-1,61,-15,69,-50v24,12,43,18,57,18v7,0,10,-8,10,-22r8,0","w":1097,"k":{"\\":412,"V":104,"T":107,"7":196}},"i":{"d":"201,-1488v71,0,131,12,144,50v31,94,-17,133,-148,152v-78,11,-150,-22,-144,-70v-4,-10,-5,-23,-4,-38v20,-63,71,-94,152,-94xm287,-1050v0,333,45,710,38,1082v-21,14,-53,26,-95,34v-12,10,-17,26,-33,32v-23,0,-43,-17,-62,-52v0,16,-3,24,-8,24v-40,-35,-70,-110,-61,-226r37,-480v-5,-63,-8,-160,-8,-290v0,-109,38,-164,114,-164v52,0,78,13,78,40","w":405},"j":{"d":"258,-1404v86,-6,149,16,156,94v5,61,-79,108,-196,108v-77,0,-116,-39,-116,-92v0,-64,52,-102,156,-110xm-46,544v271,-90,203,-557,197,-902r17,-254r-8,-264v0,-131,37,-196,113,-196v55,0,82,18,82,54v0,194,54,506,42,798r9,26v0,387,-27,619,-82,696v-79,181,-190,271,-345,270v-132,0,-245,-50,-343,-152v-14,-15,-22,-45,-22,-90v-98,-130,-146,-216,-146,-262v0,-48,3,-72,32,-102v32,-2,36,12,86,46v11,4,26,4,42,4v50,156,163,226,326,328","w":462},"k":{"d":"360,-2000v52,0,105,17,99,36v34,278,23,659,-12,948r449,-144r121,-16v61,0,107,15,138,44v-8,28,-12,62,-12,100r3,4v-59,49,-155,96,-293,134v-170,47,-287,65,-402,156r0,8v22,44,93,87,212,124v88,28,152,59,193,98v64,-4,55,14,139,54v232,111,362,166,378,216v-8,0,-15,29,-20,86v-10,23,-39,34,-86,34r-54,20v-285,-132,-481,-222,-590,-266v-63,-26,-119,-41,-164,-50v-47,103,-11,267,-12,398v0,55,-13,93,-38,114v-8,6,-15,29,-20,69v-26,10,-49,22,-78,29v-49,-12,-80,-24,-94,-36v-71,-160,-18,-477,-36,-700r-120,-82v6,-42,-2,-75,-12,-108v0,-35,49,-84,148,-146v17,0,23,-305,35,-916v2,-112,16,-168,25,-168v38,-27,72,-40,103,-40","w":1320,"k":{"T":115,"7":143}},"l":{"d":"210,-1810v53,0,92,13,90,53v19,84,32,172,28,262r-28,603v-4,249,34,452,94,815v10,59,-3,132,-44,132v-18,0,-57,7,-116,23v-15,-12,-41,-29,-78,-50v-80,-444,-106,-701,-106,-1034v0,-167,17,-336,50,-507v-8,0,-15,-29,-22,-86r-32,-21v16,0,30,-50,42,-148v46,-28,86,-42,122,-42","w":431},"m":{"d":"931,-890v84,3,158,31,160,54v97,152,209,588,309,796v0,10,-15,29,-47,56v0,14,-5,20,-14,20v-127,0,-213,-69,-254,-208v-44,-152,-79,-254,-110,-304r-4,0v-120,344,-207,516,-262,516r-34,0v-99,0,-154,-102,-172,-306v-14,-161,-30,-242,-40,-242v-33,36,-73,130,-114,282v-47,172,-104,258,-178,258v-31,0,-65,-13,-103,-40v3,-11,6,-23,5,-38r-24,-28v50,-141,3,-312,19,-476v34,4,45,-44,42,-94v0,-7,22,-18,65,-32v13,-47,41,-8,70,-4v10,-1,52,-52,136,-140v29,-31,52,-40,57,-40v127,0,215,83,263,250r16,40r8,0v21,-41,45,-112,82,-208v14,-37,37,-60,58,-78r35,4","w":1449,"k":{"\\":579,"V":117,"T":244,"7":179}},"n":{"d":"803,-1096v35,80,73,178,93,298v61,363,96,605,125,718v8,0,16,25,20,74v4,54,-31,74,-94,74v-83,0,-124,-15,-124,-46v-104,-208,-129,-541,-180,-810r-4,0v-92,112,-194,331,-325,650v-44,108,-79,158,-85,160v-11,-35,-145,13,-134,-52r-46,-82v36,-130,54,-359,54,-686v55,-33,82,-53,85,-60v0,-12,6,-18,17,-18v97,0,144,27,144,42v0,13,-17,30,-8,40r4,0v52,-49,95,-116,142,-192v65,-104,133,-152,190,-152v84,21,126,35,126,42","w":1089,"k":{"\\":220,"T":254,"7":188}},"o":{"d":"377,98v-195,0,-326,-181,-328,-428v0,-120,15,-233,52,-336v3,-10,37,-26,96,-50v14,-12,39,-42,72,-88v43,-27,121,-40,226,-40v180,0,300,189,300,424v0,186,-66,342,-212,448v-72,53,-146,70,-206,70xm371,-148v160,-56,250,-362,88,-492v-43,0,-81,28,-118,82v-15,21,-28,31,-36,34v4,71,-4,146,-4,218v0,105,28,158,70,158","w":843,"k":{"\\":436,"T":192,"7":158}},"p":{"d":"217,-980v292,0,503,55,632,168v60,81,89,155,89,222v0,108,-69,230,-221,348v-120,93,-231,130,-357,128v0,467,13,762,40,888v-22,13,-78,-10,-82,26v-112,-28,-168,-60,-168,-96v-42,-164,-82,-412,-63,-740r28,-488v0,-62,-9,-124,-28,-184v-5,0,-9,9,-12,28v-18,4,-26,-17,-26,-46v0,-25,14,-53,42,-82v-17,-2,-23,5,-27,22v0,0,-9,1,-7,-4v0,-46,37,-90,112,-132xm365,-336v64,0,140,-18,214,-74v70,-53,98,-145,98,-254v-93,-74,-172,-110,-235,-110v-38,0,-56,11,-57,32r-16,386","w":987,"k":{"]":240,"\\":363,"T":182,"7":117}},"q":{"d":"677,-996v111,0,231,33,218,50v92,94,138,151,138,172v-84,218,-118,771,-102,1240v206,-177,358,-266,456,-266v10,0,21,1,32,4v9,-9,51,-24,126,-44v-5,28,72,35,116,32v1,15,-11,17,-16,26v0,14,13,20,40,20r0,8v-66,75,-125,120,-176,136v-137,44,-248,99,-312,180v-101,125,-156,211,-184,244v-55,43,-82,90,-82,142v-9,7,-12,19,-24,22v0,-9,-8,-14,-26,-14r0,-4v-19,0,-28,10,-28,30v-19,12,-42,-1,-46,-26r-40,18v-55,-7,-82,-17,-82,-30v0,-18,-13,-31,-37,-40v-7,-410,-4,-853,44,-1200v-181,181,-334,272,-458,272v-50,0,-93,-34,-128,-102v-33,-21,-49,-61,-49,-120v-4,0,-7,-29,-8,-86v-3,-103,12,-184,54,-250v27,0,40,-15,40,-44v0,-33,22,-77,66,-128v140,-162,297,-242,468,-242xm312,-258v206,-114,352,-278,431,-508v-31,-17,-54,-20,-91,-20v-50,0,-122,46,-214,138v-21,8,-38,34,-53,78v-62,95,-94,170,-94,226v0,57,12,86,21,86","w":1125,"k":{"\\":317,"T":229,"7":102}},"r":{"d":"813,-1036v79,0,136,17,132,56v9,39,23,67,42,86r0,8v-232,117,-404,307,-504,570v-53,139,-74,253,-74,340v-77,36,-129,54,-155,54v0,-31,-33,-61,-99,-90v0,-44,-34,-221,-107,-530v-19,-82,-27,-157,-25,-250v12,-44,56,-76,128,-76v80,0,129,56,147,168r-5,64v61,-52,142,-147,259,-270v88,-92,180,-130,261,-130","w":933,"k":{"]":150,"\/":119}},"s":{"d":"524,-962v96,0,187,15,191,70v18,44,26,72,26,86v-18,29,-57,55,-120,66v-187,32,-282,55,-282,76v28,46,97,88,210,116v195,49,340,85,426,132v83,45,122,115,122,196v0,133,-120,225,-358,270v-70,13,-135,18,-196,18v-243,0,-362,-44,-362,-84v-66,-76,-47,-190,42,-250v135,65,248,98,341,98v75,0,137,-22,185,-66r0,-4v-70,-38,-205,-77,-404,-130v-198,-52,-296,-129,-296,-216v0,-148,79,-242,248,-320v84,-38,159,-58,227,-58","w":1145,"k":{"\\":552,"V":121,"T":217,"7":244}},"t":{"d":"453,-1808v75,0,116,25,145,90v-64,413,-84,602,-78,928v147,12,273,-16,437,-50v79,-16,156,-3,156,82v0,85,-58,131,-172,152v-52,9,-181,28,-393,44v0,5,-9,8,-28,8r24,258v0,36,-8,68,-24,96v26,29,28,78,28,134v0,90,-9,137,-28,144v-58,1,-114,-29,-145,20v-70,-31,-105,-144,-105,-340v0,-177,-10,-266,-29,-266v-24,-25,-107,-38,-250,-38v-64,0,-109,-34,-136,-102r0,-12v32,-70,105,-106,218,-106v60,0,90,5,90,12v20,0,35,-17,44,-50v9,-10,28,-8,47,-8r-5,-52v0,-227,23,-519,70,-878v35,-44,79,-66,134,-66","w":959},"u":{"d":"585,-772v78,0,132,1,168,60v21,240,59,438,112,592v44,54,56,87,56,158v0,21,-9,38,-25,50r-49,0v-100,0,-181,-92,-243,-278r-27,-42v-118,130,-203,210,-254,242v-61,-22,-78,9,-168,32v-56,0,-92,-62,-102,-184v-19,-230,14,-433,118,-574v66,-89,136,-62,202,26v0,39,-22,130,-66,274v-9,27,-13,74,-12,122v61,-31,112,-110,160,-236v62,-162,107,-242,130,-242","w":969,"k":{"\\":530,"T":257,"7":191}},"v":{"d":"774,-966v97,0,140,-5,185,78v-26,83,-41,86,-24,140v-55,46,-109,221,-188,516v-55,204,-144,300,-238,300v-83,0,-167,-115,-290,-324v-128,-219,-210,-343,-210,-394v0,-116,54,-147,208,-152r210,386r36,50v79,-52,138,-192,202,-414v36,-126,80,-186,109,-186","w":947,"k":{"T":120}},"w":{"d":"1099,-1074v80,0,117,35,150,124v-26,243,-7,250,46,618r8,110v0,126,-15,190,-46,190v-46,32,-93,48,-142,48v-96,0,-218,-90,-378,-258v-47,-50,-90,-78,-118,-94v-83,215,-147,340,-194,378v-62,50,-114,76,-154,76v-25,0,-76,-47,-121,-154v-83,-197,-101,-355,-101,-546v0,-144,35,-239,106,-286v82,-24,179,-13,172,94r-20,294v0,48,9,83,28,104v32,-15,63,-47,82,-100v25,-72,37,-110,46,-110v75,-27,122,-47,143,-62v49,6,122,49,208,140v111,117,173,180,193,180v39,-199,-12,-396,-12,-598v0,-77,11,-116,34,-116v22,-21,46,-32,70,-32","w":1351,"k":{"\\":143,"T":208,"7":143}},"x":{"d":"837,-714v92,-83,228,-93,269,32r9,32v-167,182,-248,227,-414,340v77,65,178,144,302,236v-6,30,-6,61,0,92v-49,36,-94,54,-132,54v-70,0,-165,-53,-286,-158r-84,-52v-40,7,-105,49,-192,130v-63,60,-125,92,-186,92v-10,25,-9,36,-24,34v-21,3,-50,-40,-50,-96v0,-53,61,-129,170,-238v44,-43,60,-76,60,-88v-23,-35,-59,-78,-104,-136v-30,-38,-42,-77,-42,-112v0,-56,20,-85,54,-102r85,-44r17,0v44,0,97,63,160,190v22,28,40,42,54,42v32,0,146,-79,334,-248","w":1164,"k":{"\\":386,"T":205,"7":109}},"y":{"d":"795,-1296v0,0,141,-9,176,46v25,480,38,826,38,1040r0,30r44,618v-1,257,-101,433,-304,516v-45,18,-92,22,-134,22v-167,0,-337,-97,-505,-296v-43,-51,-61,-104,-61,-152v31,-32,62,-48,97,-48v25,0,80,32,161,94v11,9,34,15,70,16r187,114v141,47,208,-25,235,-204v49,-321,13,-686,-54,-1032v-46,49,-103,157,-204,298v-70,97,-140,132,-176,132v-42,20,-107,29,-180,28v-41,0,-93,-52,-117,-164v-59,-271,-18,-465,75,-766v38,-122,138,-123,230,-42v1,81,-22,195,-78,414v-19,73,-28,174,-21,268v60,3,86,-37,164,-124v12,0,22,-32,49,-86v136,-269,214,-432,214,-496v11,-40,17,-84,16,-134v28,-24,54,-55,78,-92","w":1101,"k":{"T":234,"7":139}},"z":{"d":"1081,-948v98,-10,156,50,156,118v0,124,-127,270,-392,422v-125,71,-230,128,-304,188r0,4v61,10,225,18,492,38v68,5,122,22,164,36v-9,83,-40,144,-62,140v-266,37,-592,55,-828,-4r-82,8v-102,0,-161,-30,-176,-90v0,-16,19,-62,57,-136v0,-16,55,-43,153,-102r391,-234v64,-48,109,-85,133,-110v-148,12,-332,22,-551,32v-38,-19,-57,-55,-57,-110v0,-76,41,-125,124,-148r106,16v62,0,287,-30,676,-68","w":1286,"k":{"\\":200,"T":204}},"{":{"d":"725,-1778v34,59,46,94,46,150v0,33,-83,65,-242,116v-70,22,-102,87,-102,172v0,77,45,182,137,312r17,40v0,38,-20,85,-68,136v-38,39,-85,64,-136,78r0,4v16,17,68,46,144,102v51,38,70,77,70,102v-10,44,-65,138,-136,292v-77,169,-25,288,176,328v85,17,128,34,128,48v0,42,7,126,-27,124v-11,6,-47,8,-93,8v-230,0,-370,-74,-418,-222r-8,-70v0,-75,33,-207,101,-396r9,-54v-90,-49,-164,-97,-224,-144v-37,-50,-50,-81,-50,-138v0,-79,67,-145,200,-198r38,-28v-39,-96,-58,-192,-58,-288v0,-231,74,-387,230,-450v75,-31,178,-1,266,-24","w":819},"|":{"d":"197,-1932v64,59,119,181,132,324r-8,64v49,342,24,766,24,1148v0,262,20,502,62,722v-31,81,-54,132,-70,152v-33,-1,-50,-28,-50,-42r-4,0v-16,42,-41,56,-74,26r-8,8v-24,0,-33,-34,-49,-96v-99,-384,-71,-1072,-69,-1586v0,-176,-15,-356,-34,-540v-11,-102,27,-160,116,-180r32,0","w":456},"}":{"d":"606,-54v8,182,-191,290,-429,288v-75,0,-113,-8,-113,-26v-17,-36,-13,-135,23,-126v180,-48,269,-85,269,-110v18,0,40,-35,40,-108v0,-68,-53,-189,-149,-368v-16,-29,-18,-54,-18,-70v0,-47,72,-104,190,-172v7,-10,20,-14,23,-28v-85,-28,-148,-70,-179,-132v-21,-42,-25,-63,-24,-82v8,-24,62,-94,126,-226v61,-125,40,-252,-70,-294v-155,-60,-241,-86,-246,-106v-3,-75,7,-105,50,-164v65,16,119,11,192,12v122,0,218,91,277,274v11,34,23,95,23,184v0,105,-21,204,-62,296v154,69,235,137,234,176v5,10,8,31,8,54v0,95,-83,180,-247,254r-31,24v0,12,36,129,106,352","w":819},"~":{"d":"709,-980v83,0,124,40,258,112v66,36,90,38,143,36v10,0,18,20,25,58v-4,52,-11,78,-20,78v-33,-3,-52,29,-40,60v-3,6,-15,3,-24,4v-200,0,-300,-30,-300,-90v-92,-4,-133,73,-210,218v-33,63,-52,74,-114,74v-132,0,-253,-40,-361,-120v-16,-71,-18,-84,-17,-138v2,-78,16,-102,74,-102v28,0,97,25,206,76v27,2,52,7,82,6r106,-168v60,-70,124,-104,192,-104","w":1183},"\u00a1":{"d":"49,100v-3,-376,14,-476,52,-1200v11,-216,21,-324,44,-324v39,-34,66,-60,126,-56v81,5,92,113,92,226v0,59,-23,255,-54,590v-19,199,-24,348,-22,450r6,294v-62,61,-95,68,-168,86xm309,-1732v-84,21,-172,-1,-172,-92v0,-61,46,-102,139,-122r51,0v37,29,48,59,48,112v0,61,-23,91,-66,102","w":423},"\u00a2":{"d":"902,-888v113,-9,251,-2,277,70v0,35,-27,71,-86,96v-42,18,-110,22,-197,22v-1,92,-15,364,25,366v229,12,282,-54,626,-54v13,0,21,21,26,62v0,5,-16,21,-47,48r7,16v-165,90,-215,88,-360,110v-17,43,-45,20,-84,32r-2,-16v-45,28,-90,24,-154,24v-21,100,32,219,-22,298v-103,-10,-154,-24,-154,-38v-52,-31,-78,-117,-78,-258v0,-37,-14,-37,-76,-50v-234,-52,-392,-101,-462,-158v-65,-53,-92,-94,-92,-110v0,-55,26,-127,92,-204v74,-85,211,-144,398,-190r124,-36v-2,-2,-5,-3,-4,-8v0,-64,19,-162,56,-294v37,3,50,-4,56,-44v89,-9,150,2,144,100xm311,-498v183,88,216,92,337,114v9,-89,0,-271,-3,-246v-152,0,-263,42,-334,126r0,6","w":1622},"\u00a3":{"d":"951,-1714v83,0,122,46,122,148v0,47,-38,143,-106,292v-17,37,-20,67,-20,98r582,-106v76,-4,106,22,106,98v0,121,-123,197,-368,230v-172,24,-294,57,-367,82v-39,13,-47,62,-44,118v347,-65,554,-98,619,-98v19,27,28,60,28,98v0,107,-116,176,-348,212r-299,46v0,46,29,96,86,152v69,37,131,52,208,52v175,0,366,-42,542,-166v125,-88,173,-151,229,-148v20,1,31,5,30,12r-9,86v2,14,13,30,33,48v-89,117,-191,202,-298,264v-221,128,-425,196,-620,196v-228,0,-388,-137,-480,-410v-76,0,-219,11,-427,34v-12,-36,-36,-62,-73,-78v-9,-9,5,-20,8,-30r-12,-20v120,-96,236,-144,348,-144v120,0,173,-46,168,-126v-219,29,-353,44,-404,44r-58,0r-78,-98v0,-33,34,-77,106,-126v43,-29,173,-49,378,-96v90,-21,130,-57,130,-78r74,-236v26,-186,51,-280,74,-280v36,-47,83,-70,140,-70","w":1858},"\u00a4":{"d":"417,-218v108,-32,213,-131,213,-264v0,-70,-35,-129,-105,-177v-52,0,-98,25,-142,72v-21,21,-37,30,-45,32v7,62,-5,130,-5,194v0,96,36,143,84,143xm-23,-851v19,-59,140,-143,215,-128v20,46,69,122,116,167v63,-27,255,-43,360,-18v43,-46,89,-117,106,-159v81,-16,196,71,217,130v-21,43,-53,75,-80,113v-15,21,-32,36,-48,50v41,59,69,134,69,237v0,102,-33,193,-97,270v59,37,106,113,151,170v3,4,5,9,5,14v-20,58,-139,145,-217,129v-19,-48,-74,-126,-120,-173v-131,56,-248,66,-379,31v-38,50,-66,94,-83,132v-78,15,-195,-69,-215,-129v0,-5,1,-9,4,-13v36,-45,69,-97,110,-137v-35,-53,-64,-133,-64,-219v0,-109,21,-209,63,-300v2,-2,6,-3,11,-6v-46,-40,-81,-98,-120,-147v-3,-4,-4,-9,-4,-14","w":990},"\u00a5":{"d":"451,-884v-56,-53,-108,-148,-182,-270v-132,-217,-210,-343,-210,-394v0,-116,54,-149,208,-154r210,388r36,50v79,-52,139,-192,202,-414v37,-128,81,-188,110,-188v94,0,139,-5,184,78v-25,80,-40,87,-25,142v-55,46,-109,219,-187,516v-35,135,-93,222,-149,266v8,10,21,14,19,34v107,8,231,18,374,30v48,77,19,162,-54,214r-332,-16r-7,114v111,7,242,17,393,30v48,77,19,162,-54,214r-350,-18v-6,92,10,178,9,272v-1,62,-23,86,-78,86v-51,0,-97,-29,-139,-86v-26,-67,-21,-184,-18,-284v-94,-6,-180,11,-276,10v-62,-1,-86,-24,-86,-78v0,-52,29,-98,86,-140v67,-26,187,-21,288,-18v1,-36,3,-74,6,-114v-99,-10,-192,9,-294,8v-62,-1,-86,-24,-86,-78v0,-52,29,-98,86,-140v75,-28,200,-20,312,-18","w":1113},"\u00a6":{"d":"345,-513v0,242,20,465,62,669v-31,75,-54,122,-70,140v-32,-1,-50,-26,-50,-39r-4,0v-16,39,-42,52,-74,24r-8,8v-24,0,-34,-31,-49,-89v-52,-201,-83,-526,-76,-847r211,14xm79,-1001v5,-275,5,-515,-30,-775v-12,-92,27,-137,116,-156r32,0v64,51,118,154,132,281r-8,55v21,140,32,293,32,460r-51,201","w":456},"\u00a7":{"d":"908,-1521v48,86,-61,120,-169,117r-189,-7v-57,0,-126,37,-196,118v-21,25,-35,55,-51,85v21,38,57,66,108,87v90,37,237,91,437,165v259,95,387,212,387,345r0,24v-53,130,-104,223,-153,279v87,71,121,135,121,241v0,174,-165,319,-497,425v-242,77,-576,64,-576,-196v0,-92,37,-173,118,-234v31,-23,69,-31,110,-31v27,73,4,148,0,228v211,66,406,9,563,-121v25,-20,38,-43,47,-58v-59,-90,-124,-124,-220,-168v-78,-36,-193,-72,-338,-129v-208,-81,-316,-191,-331,-313r163,-268v-136,-77,-193,-147,-193,-273v0,-123,83,-245,255,-356v98,-63,185,-83,302,-83v150,0,255,39,302,123xm868,-431v72,-89,111,-138,116,-146v-37,-50,-80,-86,-125,-111v-64,-36,-198,-90,-406,-157v-63,71,-101,121,-113,148v20,39,53,69,99,90v83,38,219,94,406,167v15,6,22,8,23,9","w":1284},"\u00a8":{"d":"155,-1448v-59,20,-106,-20,-106,-90v0,-42,21,-75,65,-98v24,-3,44,-10,71,-10v55,14,79,34,79,73v0,52,-35,100,-109,125xm497,-1448v-59,20,-106,-20,-106,-90v0,-42,21,-75,65,-98v24,-3,44,-9,70,-10v55,14,79,34,79,73v0,52,-34,100,-108,125","w":654},"\u00a9":{"d":"873,-1489v293,0,511,135,691,414v120,187,169,322,169,505v0,126,-40,253,-133,367v-68,83,-190,146,-358,187v-366,90,-677,32,-925,-174v-190,-158,-268,-340,-268,-580v0,-216,58,-407,193,-556v71,-78,143,-104,195,-115v121,-26,265,-48,436,-48xm332,-762v0,224,95,392,312,499v233,115,480,82,691,-43v75,-44,146,-179,147,-320v0,-154,-69,-315,-216,-483v-98,-112,-223,-167,-369,-167v-232,0,-373,38,-429,110v-88,113,-136,245,-136,404xm967,-1000r-8,29v36,62,-2,93,-90,128v-47,19,-71,33,-71,54v-39,52,-38,143,50,143v48,0,126,-23,235,-70r36,0v96,0,145,21,145,61v-24,61,-108,118,-252,176v-189,76,-385,65,-436,-119v-47,-169,27,-303,156,-408v88,-40,155,-45,235,6","w":1782},"\u00aa":{"d":"421,-1562v-68,101,-142,227,-286,228v-76,0,-135,-47,-135,-140v0,-81,46,-188,156,-300v59,-60,139,-97,220,-133v63,-49,170,-48,170,55v0,23,11,101,43,228v17,71,51,127,85,177v30,44,38,65,38,102v0,29,-15,44,-46,44v-20,12,-38,19,-54,19v-112,-54,-134,-122,-191,-280xm185,-1513v16,0,45,-21,88,-65v46,-81,74,-135,81,-162v-10,5,-47,36,-109,92v-33,52,-53,97,-60,135","w":748},"\u00ab":{"d":"659,-483v19,10,432,438,403,424v2,75,-34,116,-109,136v-14,0,-49,-20,-97,-69v-147,-153,-245,-267,-316,-312v-119,-76,-131,-226,-11,-320v129,-101,252,-195,373,-281v59,39,68,95,68,178v0,15,-22,41,-64,73v-135,103,-218,159,-247,171xm578,-800v0,66,-5,65,-68,115v-133,105,-213,159,-233,171v-3,2,-5,5,-5,8v0,22,62,70,166,168v151,143,220,234,228,248v3,77,-33,120,-108,140v-13,0,-48,-21,-96,-72v-142,-148,-241,-261,-317,-310v-68,-45,-96,-89,-96,-180v0,-46,29,-92,87,-141v120,-99,244,-194,371,-284v48,35,71,80,71,137","w":1110},"\u00ac":{"d":"812,-653r-471,-23r-226,13v-61,-1,-86,-24,-86,-78v0,-53,29,-101,86,-143v42,-18,122,-19,193,-19v129,0,366,13,713,44v36,3,22,78,19,115v-10,116,-6,117,-23,388v-74,49,-163,23,-215,-49","w":1113},"\u00ae":{"d":"781,-952v-5,71,-3,173,16,230v153,-34,240,-76,311,-143v-203,-69,-201,-71,-327,-87xm984,-639v24,14,335,141,464,183v18,-26,34,-128,34,-170v0,-154,-69,-315,-216,-483v-98,-112,-223,-167,-369,-167v-232,0,-373,38,-429,110v-90,116,-136,248,-136,416v0,211,99,382,312,487v241,119,505,75,712,-54v-59,-8,-184,-69,-388,-166v-82,-40,-129,-51,-132,-51r23,137v0,55,-33,83,-101,83v-27,-16,-55,-45,-65,-94r-30,-147v-62,3,-134,-1,-134,-51v0,-49,35,-83,104,-101v-10,-29,-13,-165,-12,-258r-76,7v-40,-4,-56,-21,-56,-58v0,-48,57,-77,171,-86r-9,0v16,-28,43,-40,84,-40v48,0,73,16,73,48v25,0,155,30,388,102v58,18,83,41,83,76v0,103,-70,178,-207,233v-36,14,-65,30,-88,44xm873,-1489v293,0,511,135,691,414v120,187,169,322,169,505v0,126,-40,253,-133,367v-68,83,-190,146,-358,187v-366,90,-677,32,-925,-174v-190,-158,-268,-340,-268,-580v0,-216,58,-407,193,-556v71,-78,143,-104,195,-115v121,-26,265,-48,436,-48","w":1782},"\u00af":{"d":"228,-1421v28,-11,75,-13,120,-13v78,0,229,10,452,30v29,53,12,108,-35,144r-395,-21r-142,9v-39,0,-55,-17,-55,-53v0,-35,19,-67,55,-96","w":1000},"\u00b0":{"d":"60,-1470v94,-86,154,-116,279,-110v12,0,34,33,84,84v122,124,91,255,4,396v-47,38,-98,52,-166,52v-106,0,-188,-44,-224,-140v-32,-85,-2,-91,23,-246r0,-36xm192,-1312v10,82,48,118,120,114v20,-12,30,-33,30,-60v0,-89,-14,-134,-30,-134v-72,0,-129,12,-120,80","w":541},"\u00b1":{"d":"615,-1433v150,-26,92,198,91,320r0,128v124,-13,251,-20,382,-20v55,55,82,109,82,162v0,55,-19,80,-38,82r-410,34v9,111,13,210,13,298r0,66v-45,57,-96,86,-155,86v-58,0,-85,-19,-86,-35r-30,-403v-52,8,-118,4,-176,4v-130,0,-203,-23,-228,-66v-35,-61,-46,-76,-46,-130v0,-52,39,-78,118,-78v124,0,214,16,271,16r44,0r-4,-160v4,-159,21,-238,51,-238v37,-37,77,-59,121,-66xm232,-163v193,-1,370,13,762,44v50,76,19,162,-54,214r-627,-31r-225,13v-61,-1,-86,-24,-86,-78v0,-53,29,-101,86,-143v35,-13,82,-19,144,-19","w":1125},"\u00b2":{"d":"373,-1719v-6,-10,-35,-12,-52,-12v-57,0,-108,32,-153,97v-27,63,-41,65,-100,72v-48,-4,-71,-18,-71,-41v0,-48,21,-107,74,-166v84,-94,175,-131,291,-131v117,0,196,63,201,190v6,149,-200,335,-304,408r-40,37v172,18,193,5,350,5v54,0,77,21,72,69v-5,49,-18,73,-36,73v-48,27,-127,41,-238,41v-241,0,-361,-17,-361,-25v-69,-18,-89,-28,-88,-80v0,-19,12,-49,37,-91v85,-56,183,-131,286,-232v70,-70,111,-128,132,-164r0,-50","w":641},"\u00b3":{"d":"361,-1703v-33,-13,-149,72,-231,80v-51,6,-89,-67,-46,-106v1,-21,58,-64,177,-107v105,-38,187,-32,272,21v2,6,6,11,12,18v24,138,-25,216,-136,298v31,5,82,34,139,96v40,43,55,88,55,128v0,110,-150,199,-297,199v-122,0,-240,-41,-345,-132v-57,-49,-46,-53,-62,-120v0,-8,8,-17,24,-26v15,-22,31,-34,48,-34v27,0,74,28,141,84v89,47,156,70,245,67v25,-1,53,-12,64,-39v-4,-18,-33,-45,-89,-79v-13,-8,-54,-13,-115,-31v-54,-16,-80,-46,-80,-81v0,-44,52,-89,158,-126v22,-8,61,-48,74,-81v-4,-26,5,-35,-8,-29","w":564},"\u00b4":{"d":"502,-1926r86,117v-20,110,-54,177,-102,200v-154,124,-250,223,-250,300v0,23,-45,36,-136,36r-24,3v-21,-32,-27,-59,-27,-101v0,-66,70,-161,203,-289v41,-40,87,-114,144,-215v31,-34,67,-51,106,-51","w":636},"\u00b5":{"d":"9,198v-44,-354,7,-732,128,-989v0,-11,10,-19,30,-26v71,-67,127,-41,188,39v0,39,-22,130,-66,274v-9,27,-13,74,-12,122v61,-31,113,-110,161,-236v62,-162,106,-242,129,-242v78,0,132,1,168,60v21,240,60,438,113,592v44,54,55,87,55,158v0,21,-8,38,-24,50r-50,0v-100,0,-180,-92,-242,-278r-27,-42v-118,130,-203,210,-254,242v-38,11,-65,17,-101,10v-7,99,-2,220,23,280r0,78v0,55,0,108,9,160v7,40,26,73,31,117v-31,75,-75,106,-156,106v-31,0,-68,-42,-110,-127r0,-150v0,-132,2,-198,7,-198","w":969},"\u00b6":{"d":"714,-1211v31,260,43,436,43,691v0,329,-19,577,-55,741v0,36,-48,67,-145,95v-3,-10,-9,-17,-17,-21r-52,0r-3,-4v23,-126,35,-422,35,-889v-111,2,-208,-32,-309,-128v-202,-192,-258,-337,-114,-569v107,-108,282,-136,519,-169r281,-39v15,-16,56,-11,83,-11r0,3v23,5,48,18,75,38v27,139,41,220,41,241v0,4,0,5,-1,5v22,520,18,1137,-47,1541v-31,21,-53,38,-65,50v-97,-35,-125,2,-131,-111r0,-44v47,-311,55,-495,53,-752r-5,-662r-3,-41","w":1146},"\u00b7":{"d":"229,-813v84,10,127,48,127,106v0,72,-51,131,-155,178v-77,14,-119,-13,-148,-86v-15,-89,15,-138,90,-182","w":405},"\u2219":{"d":"229,-813v84,10,127,48,127,106v0,72,-51,131,-155,178v-77,14,-119,-13,-148,-86v-15,-89,15,-138,90,-182","w":405},"\u00b8":{"d":"334,540v-63,-3,-127,6,-127,-37v0,-15,23,-50,71,-105v3,-13,9,-24,8,-41v-87,-34,-263,-62,-263,-162v0,-23,37,-63,110,-118v25,-34,35,-42,33,-72v0,-5,19,-12,56,-12v95,0,77,13,134,31v2,100,-25,165,-85,162v-2,48,68,65,209,106v55,16,71,21,71,57v0,66,-38,126,-115,181v-47,7,-81,10,-102,10","w":625},"\u00b9":{"d":"326,-1840v38,-6,54,7,68,41v7,4,10,7,10,10v0,12,-29,113,-91,301v-31,94,5,195,5,296v0,81,-34,133,-103,155v0,-10,-23,-18,-69,-22v-51,-70,-41,-358,-20,-458v0,-10,-22,-29,-67,-59v-2,-4,-4,-8,-3,-15v0,-9,31,-33,84,-82v27,-24,58,-74,102,-144v7,-5,35,-16,84,-23","w":492},"\u00ba":{"d":"320,-1068v-179,0,-306,-162,-306,-384v0,-109,15,-209,48,-300v7,-9,38,-23,90,-47v12,-5,34,-33,69,-77v39,-25,112,-37,210,-37v168,0,281,165,281,381v0,166,-61,305,-197,401v-68,48,-138,63,-195,63xm314,-1288v87,-33,165,-144,165,-266v0,-70,-28,-128,-81,-176v-40,0,-75,26,-110,74v-15,20,-28,29,-35,31v7,61,-4,130,-4,194v0,95,29,143,65,143","w":699},"\u00bb":{"d":"581,-624v67,57,85,94,85,168v0,66,-35,112,-95,153v-77,52,-177,165,-317,311v-48,50,-83,69,-97,69v-75,-20,-111,-61,-108,-137v8,-15,70,-112,226,-248r176,-153v-29,-27,-113,-89,-246,-193v-63,-49,-67,-52,-68,-118v0,-57,23,-102,71,-133v121,86,248,175,373,281xm975,-653v68,59,87,92,87,169v0,69,-36,113,-96,152v-76,49,-176,162,-318,310v-48,51,-82,72,-94,72v-76,-20,-112,-63,-109,-141v9,-14,72,-110,227,-247r173,-153v-34,-33,-117,-95,-244,-194v-62,-49,-67,-49,-68,-115v0,-57,24,-102,71,-137v127,90,253,183,371,284","w":1110},"\u00bc":{"d":"292,-1871v69,-15,104,35,104,95v0,16,-18,129,-54,338v-18,101,5,214,5,320v0,102,-54,185,-159,248v0,-41,-11,-63,-34,-68v-39,-112,-33,-411,-17,-538v0,-3,-13,-20,-38,-54v-12,-52,7,-60,47,-134v13,-24,33,-78,61,-161v16,-16,43,-37,85,-46xm987,-819v140,0,238,64,238,209v0,88,-49,178,-143,273v-73,74,-132,116,-191,169v149,-3,181,-13,314,-13v70,0,101,27,96,87v-6,61,-24,91,-50,91v-48,28,-130,42,-246,42v-256,0,-384,-17,-384,-29v-68,-19,-89,-38,-88,-92v0,-21,14,-57,43,-106v84,-57,184,-129,286,-230v71,-71,107,-127,124,-156r0,-46v-68,10,-107,20,-156,94v-23,60,-59,83,-126,83v-62,0,-92,-28,-92,-59v0,-54,23,-116,78,-178v85,-95,187,-139,297,-139xm189,53v-36,-37,-60,-86,-66,-152v18,-106,66,-300,184,-565r264,-596v70,-167,114,-286,131,-358v32,-66,61,-97,108,-97v40,0,69,28,85,85v0,79,-16,174,-48,287v-23,44,-48,103,-71,175v-9,31,-116,274,-314,737v-70,165,-115,303,-144,407v-64,60,-67,82,-129,77","w":1349},"\u00bd":{"d":"246,-1871v70,-15,93,37,105,95v0,16,-19,129,-55,338v-18,101,5,214,5,320v0,102,-53,185,-158,248v0,-41,-12,-63,-35,-68v-39,-112,-33,-411,-17,-538v0,-3,-13,-20,-38,-54v-12,-52,8,-60,48,-134v13,-24,32,-78,60,-161v16,-16,43,-37,85,-46xm1192,114v2,60,-41,134,-110,135v-56,0,-97,-46,-119,-137v-5,-21,-6,-99,-7,-234v-198,35,-273,43,-438,37v-41,-35,-59,-64,-59,-109v0,-48,51,-112,149,-197r332,-288v94,-103,154,-154,180,-154v64,1,111,34,114,111v0,7,-11,32,-30,76v-8,19,-12,105,-16,261v72,-14,137,-38,219,-38v57,0,92,58,103,173v-13,26,-33,39,-59,39v-67,0,-153,35,-262,63v-10,3,-18,2,-23,2v-2,19,1,23,3,42xm961,-356r8,-96v-25,23,-59,57,-102,103v42,1,79,-5,94,-7xm189,53v-36,-37,-60,-86,-66,-152v18,-106,66,-300,184,-565r264,-596v70,-167,114,-286,131,-358v32,-66,61,-97,108,-97v40,0,69,28,85,85v0,79,-16,174,-48,287v-23,44,-48,103,-71,175v-9,31,-116,274,-314,737v-70,165,-115,303,-144,407v-64,60,-67,82,-129,77","w":1679},"\u00be":{"d":"690,-1735v36,120,1,234,-89,292r95,86v99,121,71,238,-73,304v-179,81,-368,25,-511,-95v-56,-47,-63,-61,-63,-126v0,-14,8,-27,25,-37v14,-27,37,-40,66,-40v35,0,85,28,149,83v77,43,132,62,211,59v14,0,24,-5,31,-15v-2,-12,-26,-31,-72,-58v-8,-5,-43,-9,-99,-25v-62,-18,-91,-54,-91,-95v0,-49,54,-96,163,-137v10,-4,22,-13,36,-32v-2,-13,0,-23,4,-33v-1,3,-39,21,-109,59v-67,36,-163,25,-160,-67v0,-10,6,-24,18,-40v4,-26,61,-70,179,-112v113,-40,194,-29,290,29xm1466,95v4,59,-42,134,-111,134v-56,0,-97,-45,-119,-136v-5,-21,-6,-100,-7,-235v-198,35,-272,42,-438,38v-41,-35,-59,-64,-59,-110v0,-48,52,-111,150,-196r332,-288v94,-103,154,-155,180,-155v65,1,111,35,114,112v0,7,-11,31,-30,75v-8,19,-12,106,-16,262v72,-14,136,-38,219,-38v57,0,91,57,102,172v-13,26,-32,40,-58,40v-70,0,-173,43,-286,65v4,86,21,173,27,260xm1234,-376r8,-96v-25,23,-58,58,-101,104v42,1,78,-6,93,-8xm482,53v-36,-37,-60,-86,-66,-152v18,-106,66,-300,184,-565r264,-596v70,-167,114,-286,131,-358v32,-66,61,-97,108,-97v40,0,69,28,85,85v0,79,-16,174,-48,287v-23,44,-48,103,-71,175v-9,31,-116,274,-314,737v-70,165,-115,303,-144,407v-64,60,-67,82,-129,77","w":1845},"\u00bf":{"d":"314,-224v-16,60,452,210,586,210v40,0,95,-22,164,-66v79,-19,121,30,124,128v0,27,-29,67,-89,122v-5,21,-17,32,-35,32v-401,0,-700,-13,-949,-240v-48,-43,-66,-74,-66,-82v0,-245,173,-402,519,-468r277,-50v-28,-227,-42,-357,-42,-392v-2,-79,9,-161,36,-152v37,-38,84,-62,143,-74v11,4,44,30,99,78r-8,70v0,74,45,228,98,470v25,115,-6,210,-86,258v-477,41,-735,93,-771,156xm905,-1620v-78,21,-134,-23,-134,-116v0,-83,35,-141,106,-176r50,-8v77,9,110,45,110,118v0,90,-42,158,-132,182","w":1237},"\u00c0":{"d":"726,-1684v27,-76,74,-101,144,-101v69,0,150,46,242,140v-4,227,54,430,176,805v64,8,133,-4,199,-4v49,0,75,14,75,43v10,1,15,5,15,12v0,66,-43,110,-129,133r-82,19v111,283,209,478,301,575v65,67,102,125,102,183v0,35,-16,58,-47,70v0,8,-20,17,-59,24r-23,0v-85,0,-181,-145,-313,-422v-60,-124,-133,-256,-195,-410r-121,-8v-352,22,-528,55,-528,98v-20,16,-69,111,-148,285v-57,77,-99,105,-184,105v-56,0,-91,-13,-97,-43v-19,-93,-3,-106,27,-250v0,-12,-65,-29,-195,-50v-39,-19,-59,-40,-59,-63v17,-37,51,-77,110,-94r277,-82v21,-7,52,-44,94,-113v214,-350,292,-494,418,-852xm878,-1223v-99,156,-176,294,-231,411v-1,3,1,3,4,3v38,0,142,-19,313,-58r55,-4v-46,-176,-83,-283,-110,-320xm741,-2389v57,76,105,132,145,161v134,97,203,168,203,218v0,33,-6,50,-27,76r-24,-3v-91,0,-137,-8,-137,-26v-12,-57,-96,-132,-250,-226v-48,-17,-81,-67,-101,-150r86,-88v39,0,74,13,105,38","w":1604},"\u00c1":{"d":"795,-1684v27,-75,75,-101,144,-101v69,0,151,46,243,140v-4,227,53,430,175,805v64,8,133,-4,200,-4v49,0,74,14,74,43v10,1,15,5,15,12v0,66,-42,110,-128,133r-82,19v111,283,208,478,300,575v65,67,102,125,102,183v0,35,-16,58,-47,70v0,8,-20,17,-59,24r-23,0v-85,0,-181,-145,-313,-422v-60,-124,-133,-256,-195,-410r-121,-8v-352,22,-527,55,-527,98v-20,16,-70,111,-149,285v-57,77,-99,105,-183,105v-56,0,-92,-13,-98,-43v-19,-93,-3,-106,27,-250v0,-12,-65,-29,-195,-50v-39,-19,-59,-40,-59,-63v17,-37,51,-77,110,-94r277,-82v21,-7,52,-44,94,-113v214,-350,292,-494,418,-852xm947,-1223v-99,156,-175,294,-230,411v-1,3,1,3,4,3v38,0,141,-19,312,-58r55,-4v-46,-176,-82,-283,-109,-320xm1043,-2407r86,88v-20,83,-54,132,-102,149v-154,94,-238,170,-250,227v0,18,-45,26,-136,26r-24,3v-20,-25,-27,-44,-27,-76v0,-50,69,-121,203,-218v40,-29,88,-85,145,-161v31,-25,66,-38,105,-38","w":1687,"k":{"\\":139}},"\u00c2":{"d":"707,-1684v27,-76,75,-101,145,-101v69,0,150,46,242,140v-4,227,54,430,176,805v64,8,133,-4,199,-4v49,0,74,14,74,43v10,1,16,5,16,12v0,66,-43,110,-129,133r-82,19v111,283,208,478,300,575v65,67,102,125,102,183v0,35,-16,58,-47,70v0,8,-19,17,-58,24r-24,0v-85,0,-180,-145,-312,-422v-60,-124,-134,-256,-196,-410r-121,-8v-352,22,-527,55,-527,98v-20,16,-70,111,-149,285v-57,77,-99,105,-183,105v-56,0,-92,-13,-98,-43v-19,-93,-3,-106,27,-250v0,-12,-65,-29,-195,-50v-39,-19,-58,-40,-58,-63v17,-37,50,-77,109,-94r277,-82v21,-7,52,-44,94,-113v214,-350,291,-494,418,-852xm859,-1223v-99,156,-175,294,-230,411v-1,3,1,3,4,3v38,0,141,-19,312,-58r55,-4v-46,-176,-82,-283,-109,-320xm760,-2412v35,-37,64,-44,122,-41v38,71,114,193,237,362v31,42,18,57,6,97v-18,16,-45,23,-71,31v-17,0,-59,-31,-116,-103v-41,-52,-73,-100,-106,-134v-123,100,-200,178,-200,240v0,19,-37,28,-109,28r-19,3v-16,-27,-22,-48,-22,-81v0,-53,57,-128,163,-231v33,-32,69,-91,115,-171","w":1613,"k":{"\\":122}},"\u00c3":{"d":"795,-1684v27,-75,75,-101,144,-101v69,0,151,46,243,140v-4,227,53,430,175,805v64,8,133,-4,200,-4v49,0,74,14,74,43v10,1,15,5,15,12v0,66,-42,110,-128,133r-82,19v111,283,208,478,300,575v65,67,102,125,102,183v0,35,-16,58,-47,70v0,8,-20,17,-59,24r-23,0v-85,0,-181,-145,-313,-422v-60,-124,-133,-256,-195,-410r-121,-8v-352,22,-527,55,-527,98v-20,16,-70,111,-149,285v-57,77,-99,105,-183,105v-56,0,-92,-13,-98,-43v-19,-93,-3,-106,27,-250v0,-12,-65,-29,-195,-50v-39,-19,-59,-40,-59,-63v17,-37,51,-77,110,-94r277,-82v21,-7,52,-44,94,-113v214,-350,292,-494,418,-852xm947,-1223v-99,156,-175,294,-230,411v-1,3,1,3,4,3v38,0,141,-19,312,-58r55,-4v-46,-176,-82,-283,-109,-320xm797,-2116v52,-47,93,-65,161,-65v35,0,94,24,177,70v52,16,70,21,109,20v8,0,14,12,18,36v-3,32,-8,48,-15,48v-24,-2,-38,16,-29,35v-2,5,-11,3,-18,3v-151,0,-226,-18,-226,-54v-68,-2,-103,43,-160,132v-25,40,-42,45,-85,45v-99,0,-190,-24,-271,-73v-13,-42,-16,-50,-15,-84v1,-47,16,-62,56,-61v22,0,74,14,156,44v20,2,39,6,62,5","w":1664,"k":{"\\":115}},"\u00c4":{"d":"721,-1684v27,-75,75,-101,144,-101v69,0,150,46,242,140v-4,227,54,430,176,805v64,8,133,-4,199,-4v49,0,75,14,75,43v10,1,15,5,15,12v0,66,-43,110,-129,133r-82,19v111,283,209,478,301,575v65,67,102,125,102,183v0,35,-16,58,-47,70v0,8,-20,17,-59,24r-23,0v-85,0,-181,-145,-313,-422v-60,-124,-133,-256,-195,-410r-121,-8v-352,22,-527,55,-527,98v-20,16,-70,111,-149,285v-57,77,-99,105,-184,105v-56,0,-91,-13,-97,-43v-19,-93,-3,-106,27,-250v0,-12,-65,-29,-195,-50v-39,-19,-59,-40,-59,-63v17,-37,51,-77,110,-94r277,-82v21,-7,52,-44,94,-113v214,-350,292,-494,418,-852xm873,-1223v-99,156,-175,294,-230,411v0,2,0,4,3,3v38,0,142,-19,313,-58r55,-4v-46,-176,-83,-283,-110,-320xm720,-1937v-59,20,-107,-19,-107,-89v0,-42,22,-75,66,-98v24,-3,43,-11,70,-11v54,14,79,35,79,73v0,52,-34,100,-108,125xm1062,-1937v-59,20,-107,-19,-107,-89v0,-42,22,-75,66,-98v24,-3,43,-11,70,-11v54,14,79,35,79,73v0,52,-34,100,-108,125","w":1589},"\u00c5":{"d":"915,-1223v-99,156,-175,294,-230,411v0,2,0,4,3,3v38,0,142,-19,313,-58r55,-4v-46,-176,-83,-283,-110,-320xm833,-2022v10,82,48,118,119,114v20,-12,30,-33,30,-60v0,-89,-14,-134,-30,-134v-72,0,-127,12,-119,80xm986,-1767v49,21,104,62,163,122v-4,227,54,430,176,805v64,8,133,-4,199,-4v49,0,75,14,75,43v10,1,15,5,15,12v0,66,-43,110,-129,133r-82,19v111,283,209,478,301,575v65,67,102,125,102,183v0,35,-16,58,-47,70v0,8,-20,17,-59,24r-23,0v-85,0,-181,-145,-313,-422v-60,-124,-133,-256,-195,-410r-121,-8v-352,22,-527,55,-527,98v-20,16,-70,111,-149,285v-57,77,-99,105,-184,105v-56,0,-91,-13,-97,-43v-19,-93,-3,-106,27,-250v0,-12,-65,-29,-195,-50v-39,-19,-59,-40,-59,-63v17,-37,51,-77,110,-94r277,-82v21,-7,52,-44,94,-113v214,-350,296,-492,418,-852v13,-40,40,-66,66,-83v-68,-17,-125,-57,-151,-130v-31,-86,-3,-91,22,-247r0,-36v93,-85,156,-117,279,-110v12,0,34,34,84,84v123,124,92,255,4,396v-25,20,-52,35,-81,43","w":1677,"k":{"\\":161}},"\u00c6":{"d":"952,-1223v-99,156,-175,294,-230,411v-1,3,1,3,4,3v38,0,141,-19,312,-58r55,-4v-46,-176,-83,-283,-110,-320xm1261,-487r-55,-130r-121,-8v-352,22,-527,55,-527,98v-20,16,-58,118,-149,285v-82,149,-169,213,-228,213v-59,0,-117,-8,-121,-43r-8,-63v46,-98,80,-197,103,-295v0,-12,-65,-29,-195,-50v-39,-19,-59,-40,-59,-63v17,-37,51,-77,110,-94r277,-82v21,-7,52,-44,94,-113v214,-350,292,-494,418,-852v27,-75,75,-101,144,-101v69,0,151,46,243,140r0,5v71,-17,58,-8,126,-85v7,0,35,-20,83,-62v75,-1,130,31,191,98v90,1,204,-26,391,-90v81,-28,215,-39,273,8r0,31v0,144,-164,235,-492,269v-190,20,-285,34,-285,47v-33,91,-45,204,-43,332v309,-78,541,-117,699,-117v117,0,176,11,176,23v0,34,-2,57,19,75v-32,57,-101,105,-211,136v-77,22,-246,39,-500,75v-53,8,-105,29,-160,50v59,249,114,447,203,633r20,4v83,0,233,-57,457,-160v231,-106,417,-152,554,-152v96,0,145,13,145,23r0,129v0,6,-54,8,-156,31v-287,63,-538,209,-778,383v-105,76,-170,86,-281,86v-100,0,-179,-94,-246,-281v-28,-78,-67,-188,-111,-333","w":2575},"\u00c7":{"d":"1053,493v-62,-2,-127,6,-127,-37v0,-15,23,-49,71,-104v3,-14,9,-24,8,-41v-87,-35,-263,-62,-263,-163v0,-23,37,-63,110,-118v10,-12,17,-22,22,-30v-355,-8,-592,-134,-724,-371v-68,-122,-101,-229,-101,-371v0,-279,195,-577,613,-852v223,-147,359,-200,508,-191v126,8,184,48,184,129v0,85,-130,140,-375,211v-136,39,-291,148,-450,312v-151,156,-199,283,-199,457v0,190,133,323,402,379v379,79,695,-34,942,-254r273,-254v126,-120,242,-172,336,-172v3,6,8,9,8,20v0,100,-56,204,-168,312v0,16,-64,97,-203,231v-247,240,-533,370,-845,405v-1,98,-29,148,-86,148v-2,50,69,64,210,106v55,16,71,21,71,57v0,66,-39,126,-116,181v-47,7,-80,10,-101,10","w":1959},"\u00c8":{"d":"1061,-1750v81,-27,215,-37,273,8r0,31v0,144,-164,236,-492,270v-190,20,-285,33,-285,46v-33,91,-45,205,-43,333v309,-78,541,-118,699,-118v117,0,176,12,176,24v0,33,-2,56,19,74v-32,57,-101,106,-211,137v-77,22,-246,38,-500,74v-53,8,-105,30,-160,51v59,249,113,447,203,632r20,4v83,0,233,-57,457,-160v231,-106,417,-152,554,-152v96,0,145,13,145,23r0,129v0,6,-54,9,-156,32v-287,63,-538,208,-778,382v-105,76,-170,86,-281,86v-100,0,-178,-94,-246,-281v-43,-118,-108,-313,-184,-590v-46,0,-93,-19,-144,-58v-2,-67,26,-113,94,-192v20,-24,10,-39,11,-70r12,-274r4,-3r-82,3v-98,-3,-117,-21,-117,-101v0,-102,92,-174,277,-215v5,0,28,-23,70,-70v7,0,35,-21,83,-63v75,-1,130,31,191,98v90,1,204,-27,391,-90xm572,-2359v57,76,105,131,145,161v138,105,206,158,203,229v0,22,-9,44,-27,65r-24,-3v-91,0,-137,-9,-137,-27v-12,-57,-96,-132,-250,-226v-48,-17,-81,-67,-101,-150r86,-87v39,0,74,13,105,38","w":1709},"\u00c9":{"d":"1061,-1750v81,-27,215,-37,273,8r0,31v0,144,-164,236,-492,270v-190,20,-285,33,-285,46v-33,91,-45,205,-43,333v309,-78,541,-118,699,-118v117,0,176,12,176,24v0,33,-2,56,19,74v-32,57,-101,106,-211,137v-77,22,-246,38,-500,74v-53,8,-105,30,-160,51v59,249,113,447,203,632r20,4v83,0,233,-57,457,-160v231,-106,417,-152,554,-152v96,0,145,13,145,23r0,129v0,6,-54,9,-156,32v-287,63,-538,208,-778,382v-105,76,-170,86,-281,86v-100,0,-178,-94,-246,-281v-43,-118,-108,-313,-184,-590v-46,0,-93,-19,-144,-58v-2,-67,26,-113,94,-192v20,-24,10,-39,11,-70r12,-274r4,-3r-82,3v-98,-3,-117,-21,-117,-101v0,-102,92,-174,277,-215v5,0,28,-23,70,-70v7,0,35,-21,83,-63v75,-1,130,31,191,98v90,1,204,-27,391,-90xm922,-2427r86,88v-20,83,-54,133,-102,150v-154,94,-238,169,-250,226v0,18,-45,26,-136,26r-24,3v-21,-25,-27,-43,-27,-76v0,-50,69,-121,203,-218v40,-29,87,-85,144,-161v31,-25,67,-38,106,-38","w":1751,"k":{"7":112}},"\u00ca":{"d":"1061,-1750v81,-27,215,-37,273,8r0,31v0,144,-164,236,-492,270v-190,20,-285,33,-285,46v-33,91,-45,205,-43,333v309,-78,541,-118,699,-118v117,0,176,12,176,24v0,33,-2,56,19,74v-32,57,-101,106,-211,137v-77,22,-246,38,-500,74v-53,8,-105,30,-160,51v59,249,113,447,203,632r20,4v83,0,233,-57,457,-160v231,-106,417,-152,554,-152v96,0,145,13,145,23r0,129v0,6,-54,9,-156,32v-287,63,-538,208,-778,382v-105,76,-170,86,-281,86v-100,0,-178,-94,-246,-281v-43,-118,-108,-313,-184,-590v-46,0,-93,-19,-144,-58v-2,-67,26,-113,94,-192v20,-24,10,-39,11,-70r12,-274r4,-3r-82,3v-98,-3,-117,-21,-117,-101v0,-102,92,-174,277,-215v5,0,28,-23,70,-70v7,0,35,-21,83,-63v75,-1,130,31,191,98v90,1,204,-27,391,-90xm639,-2412v35,-37,64,-44,122,-41v38,71,114,193,237,362v31,42,18,57,6,97r-71,31v-17,0,-59,-31,-116,-103v-41,-52,-73,-100,-106,-134v-123,100,-200,178,-200,240v0,19,-37,28,-109,28r-19,3v-16,-27,-22,-48,-22,-81v0,-53,56,-128,162,-231v33,-32,70,-91,116,-171","w":1732},"\u00cb":{"d":"1061,-1750v81,-27,215,-37,273,8r0,31v0,144,-164,236,-492,270v-190,20,-285,33,-285,46v-33,91,-45,205,-43,333v309,-78,541,-118,699,-118v117,0,176,12,176,24v0,33,-2,56,19,74v-32,57,-101,106,-211,137v-77,22,-246,38,-500,74v-53,8,-105,30,-160,51v59,249,113,447,203,632r20,4v83,0,233,-57,457,-160v231,-106,417,-152,554,-152v96,0,145,13,145,23r0,129v0,6,-54,9,-156,32v-287,63,-538,208,-778,382v-105,76,-170,86,-281,86v-100,0,-178,-94,-246,-281v-43,-118,-108,-313,-184,-590v-46,0,-93,-19,-144,-58v-2,-67,26,-113,94,-192v20,-24,10,-39,11,-70r12,-274r4,-3r-82,3v-98,-3,-117,-21,-117,-101v0,-102,92,-174,277,-215v5,0,28,-23,70,-70v7,0,35,-21,83,-63v75,-1,130,31,191,98v90,1,204,-27,391,-90xm487,-1917v-59,20,-106,-20,-106,-90v0,-42,21,-74,65,-97v24,-3,44,-11,71,-11v55,14,79,34,79,73v0,52,-35,100,-109,125xm829,-1917v-59,20,-106,-20,-106,-90v0,-42,21,-74,65,-97v24,-3,44,-10,70,-11v55,14,80,33,80,73v0,52,-35,100,-109,125","w":1672},"\u00cc":{"d":"176,-1889v94,-91,249,-53,285,82v-4,56,-27,95,-35,145v-15,94,-13,189,-12,293v0,188,-14,565,-43,1133r31,320v-31,42,-79,62,-144,62v-70,0,-106,-21,-106,-46v8,-740,12,-1225,12,-1454v-9,-3,-8,-327,-8,-425v0,-57,5,-96,20,-110xm240,-2467v57,76,105,132,145,161v134,97,203,168,203,218v0,33,-6,50,-27,76r-24,-3v-91,0,-137,-8,-137,-26v-12,-57,-96,-133,-250,-227v-48,-17,-81,-66,-101,-149r86,-88v39,0,74,13,105,38","w":646},"\u00cd":{"d":"166,-1889v94,-91,249,-53,285,82v-4,56,-27,95,-35,145v-15,94,-13,189,-12,293v0,188,-14,565,-43,1133r32,320v-31,42,-80,62,-145,62v-70,0,-105,-21,-105,-46v8,-740,11,-1225,11,-1454v-9,-3,-8,-327,-8,-425v0,-57,5,-96,20,-110xm502,-2544r86,88v-20,83,-54,132,-102,149v-154,94,-238,170,-250,227v0,18,-45,26,-136,26r-24,3v-21,-25,-27,-43,-27,-76v0,-50,69,-121,203,-218v40,-29,87,-85,144,-161v31,-25,67,-38,106,-38","w":636},"\u00ce":{"d":"234,-1889v94,-91,250,-53,286,82v-4,56,-28,95,-36,145v-15,94,-11,190,-11,293v0,188,-14,565,-43,1133r31,320v-31,42,-80,62,-145,62v-70,0,-105,-21,-105,-46v8,-740,12,-1225,12,-1454v-9,-3,-8,-327,-8,-425v0,-57,4,-96,19,-110xm326,-2510v35,-37,64,-44,122,-41v38,71,115,194,238,363v30,42,17,56,5,96v1,10,10,22,4,29v-9,-1,-6,-10,-25,-13r-50,15v-17,0,-58,-31,-115,-103v-41,-52,-74,-100,-107,-134v-123,100,-199,178,-199,240v0,19,-36,29,-109,29r-19,3v-17,-26,-22,-49,-22,-81v0,-53,56,-129,163,-232v33,-32,68,-91,114,-171","w":755},"\u00cf":{"d":"186,-1889v94,-91,249,-53,285,82v-4,56,-27,95,-35,145v-15,94,-13,189,-12,293v0,188,-8,565,-24,1133r32,320v-31,42,-80,62,-145,62v-70,0,-105,-21,-105,-46v-5,-740,-8,-1225,-8,-1454v-9,-3,-8,-327,-8,-425v0,-57,5,-96,20,-110xm155,-2093v-58,20,-106,-20,-106,-90v0,-42,21,-74,65,-97v24,-3,44,-11,71,-11v55,14,79,34,79,73v0,52,-35,100,-109,125xm497,-2093v-59,20,-106,-20,-106,-90v0,-42,21,-74,65,-97v24,-3,44,-10,70,-11v55,14,79,34,79,73v0,52,-34,100,-108,125","w":656},"\u00d0":{"d":"491,-829v-21,-134,-39,-278,-38,-417v-35,-28,-68,-44,-101,-53v-117,-31,-157,-57,-157,-152v0,-29,40,-67,121,-113v24,22,63,33,114,33v-10,-64,78,-114,179,-114v72,0,109,50,110,149v73,50,245,64,465,172r617,304v199,112,289,202,289,348v0,226,-266,418,-797,578r-340,78v-1,19,4,34,4,51v0,14,-42,38,-129,59v-60,15,-70,-4,-144,-43r-184,6v-68,-18,-106,-41,-125,-94v27,-99,62,-135,125,-172v13,5,50,6,78,6r-53,-387r-164,-8r-226,12v-62,-1,-86,-24,-86,-78v0,-59,50,-118,96,-150v93,-30,215,-20,346,-15xm729,-805v92,6,195,14,312,24v48,80,19,161,-55,215r-218,-11v21,107,46,220,76,339v204,-31,373,-72,504,-121v231,-87,357,-153,386,-188v38,-46,55,-67,55,-113v0,-85,-138,-195,-418,-327v-288,-136,-494,-203,-672,-201v0,116,10,241,30,383","w":2138,"k":{"\\":284,"T":195}},"\u00d1":{"d":"1053,-1893v91,-87,253,-52,265,90v-21,60,-31,106,-31,137v-5,549,-44,1110,31,1617r0,51v0,117,-22,172,-66,176r-78,8v-134,0,-264,-114,-399,-336v-42,-68,-136,-225,-273,-477r-90,-129r-4,0v-36,113,-68,311,-82,594v-7,135,-11,203,-23,203v-35,24,-82,31,-141,31v-44,0,-66,-13,-74,-35v-29,-76,-39,-148,-39,-242v0,-88,33,-308,86,-660v11,-71,5,-211,19,-418v8,-109,35,-181,71,-223r4,4r89,0r59,-4v72,137,163,389,305,742v113,281,203,418,343,559r4,0xm666,-2194v52,-47,94,-65,161,-65v35,0,94,24,177,70v52,16,70,21,109,20v8,0,14,12,18,36v-3,32,-8,48,-15,48v-24,-2,-38,16,-29,35v-2,5,-11,3,-18,3v-151,0,-226,-19,-226,-55v-68,-2,-102,44,-159,133v-25,40,-43,45,-86,45v-99,0,-190,-24,-271,-73v-13,-42,-16,-50,-15,-84v1,-48,18,-61,56,-62v22,0,74,15,156,45v20,2,39,6,62,5","w":1367},"\u00d2":{"d":"408,-1807v100,-17,164,-28,235,-27v249,0,452,283,574,855v68,319,42,663,-117,864v-124,157,-249,203,-434,203v-166,0,-321,-94,-445,-293v-131,-211,-172,-443,-172,-731v0,-310,59,-563,176,-761v60,-64,121,-99,183,-110xm506,-1475v-28,-3,-51,-11,-82,-11v-16,4,-44,59,-74,168v-37,134,-51,262,-51,382v0,399,106,664,301,758v182,88,292,1,375,-199v39,-95,39,-191,39,-305v0,-232,-45,-477,-176,-711v-84,-150,-152,-207,-231,-207v-42,0,-75,42,-101,125xm494,-2389v57,76,105,132,145,161v134,97,203,168,203,218v0,33,-7,50,-28,76r-23,-3v-91,0,-137,-8,-137,-26v-12,-57,-96,-132,-250,-226v-48,-17,-81,-67,-101,-150r86,-88v39,0,74,13,105,38"},"\u00d3":{"d":"408,-1807v100,-17,164,-28,235,-27v249,0,452,283,574,855v68,319,42,663,-117,864v-124,157,-249,203,-434,203v-166,0,-321,-94,-445,-293v-131,-211,-172,-443,-172,-731v0,-310,59,-563,176,-761v60,-64,121,-99,183,-110xm506,-1475v-28,-3,-51,-11,-82,-11v-16,4,-44,59,-74,168v-37,134,-51,262,-51,382v0,399,106,664,301,758v182,88,292,1,375,-199v39,-95,39,-191,39,-305v0,-232,-45,-477,-176,-711v-84,-150,-152,-207,-231,-207v-42,0,-75,42,-101,125xm688,-2476r85,88v-20,83,-53,133,-101,150v-154,94,-238,169,-250,226v0,18,-46,27,-137,27r-23,3v-21,-26,-28,-44,-28,-77v0,-50,70,-120,204,-217v40,-29,87,-86,144,-162v31,-25,67,-38,106,-38"},"\u00d4":{"d":"408,-1807v100,-17,164,-28,235,-27v249,0,452,283,574,855v68,319,42,663,-117,864v-124,157,-249,203,-434,203v-166,0,-321,-94,-445,-293v-131,-211,-172,-443,-172,-731v0,-310,59,-563,176,-761v60,-64,121,-99,183,-110xm506,-1475v-28,-3,-51,-11,-82,-11v-16,4,-44,59,-74,168v-37,134,-51,262,-51,382v0,399,106,664,301,758v182,88,292,1,375,-199v39,-95,39,-191,39,-305v0,-232,-45,-477,-176,-711v-84,-150,-152,-207,-231,-207v-42,0,-75,42,-101,125xm482,-2441v35,-37,64,-44,122,-41v38,71,116,193,238,362v30,42,17,57,6,97v1,9,8,20,4,28v-9,-2,-7,-10,-26,-13r-50,16v-17,0,-58,-32,-115,-104v-41,-52,-73,-99,-106,-133v-123,100,-201,178,-201,240v0,19,-36,28,-108,28r-19,3v-16,-27,-22,-48,-22,-81v0,-53,56,-129,162,-232v33,-32,69,-90,115,-170"},"\u00d5":{"d":"408,-1807v100,-17,164,-28,235,-27v249,0,452,283,574,855v68,319,42,663,-117,864v-124,157,-249,203,-434,203v-166,0,-321,-94,-445,-293v-131,-211,-172,-443,-172,-731v0,-310,59,-563,176,-761v60,-64,121,-99,183,-110xm506,-1475v-28,-3,-51,-11,-82,-11v-16,4,-44,59,-74,168v-37,134,-51,262,-51,382v0,399,106,664,301,758v182,88,292,1,375,-199v39,-95,39,-191,39,-305v0,-232,-45,-477,-176,-711v-84,-150,-152,-207,-231,-207v-42,0,-75,42,-101,125xm432,-2194v52,-47,93,-65,161,-65v35,0,94,24,177,70v52,17,69,21,109,20v8,0,13,12,17,36v-3,32,-7,48,-14,48v-24,-2,-38,16,-29,35v-2,5,-11,3,-18,3v-151,0,-227,-19,-227,-55v-67,-2,-103,45,-159,133v-25,40,-42,45,-86,45v-99,0,-189,-24,-270,-73v-13,-42,-16,-50,-15,-84v0,-49,17,-61,56,-62v22,0,74,15,156,45v20,2,39,6,62,5"},"\u00d6":{"d":"408,-1807v100,-17,164,-28,235,-27v249,0,452,283,574,855v68,319,42,663,-117,864v-124,157,-249,203,-434,203v-166,0,-321,-94,-445,-293v-131,-211,-172,-443,-172,-731v0,-310,59,-563,176,-761v60,-64,121,-99,183,-110xm506,-1475v-28,-3,-51,-11,-82,-11v-16,4,-44,59,-74,168v-37,134,-51,262,-51,382v0,399,106,664,301,758v182,88,292,1,375,-199v39,-95,39,-191,39,-305v0,-232,-45,-477,-176,-711v-84,-150,-152,-207,-231,-207v-42,0,-75,42,-101,125xm380,-1946v-59,20,-107,-20,-107,-90v0,-42,22,-75,66,-98v24,-3,43,-11,70,-11v55,14,79,35,79,74v0,52,-34,100,-108,125xm722,-1946v-60,20,-107,-20,-107,-90v0,-42,22,-75,66,-98v24,-3,43,-11,70,-11v55,14,79,35,79,74v0,52,-34,100,-108,125"},"\u00d7":{"d":"837,-1008v100,-92,261,-82,278,65v-167,184,-247,227,-414,339v75,63,176,143,303,238v-7,30,-7,61,0,92v-49,36,-94,53,-133,53v-67,0,-162,-53,-285,-159r-85,-51v-38,5,-102,47,-190,129v-66,60,-128,92,-187,92v-8,26,-8,36,-24,34v-21,3,-51,-39,-51,-95v0,-52,59,-130,170,-238v43,-43,61,-74,61,-88v-18,-29,-52,-74,-105,-136v-54,-64,-56,-178,13,-214r85,-44r17,0v44,0,97,63,160,190v21,27,40,41,54,41v31,0,147,-77,333,-248","w":1164},"\u00d8":{"d":"894,-1268v-17,-42,-31,-86,-56,-125v-93,-145,-152,-207,-231,-207v-42,0,-75,42,-101,125v-28,-3,-51,-11,-82,-11v-16,4,-43,60,-74,168v-74,254,-59,543,0,771r45,-66xm459,-305v60,79,142,155,266,155v102,0,194,-73,250,-227v69,-190,47,-418,2,-626r-465,620xm181,-280v-96,-196,-132,-402,-132,-656v0,-310,59,-563,176,-761v60,-64,121,-99,183,-110v100,-17,164,-28,235,-27v158,0,293,115,404,344v46,-71,74,-131,99,-170v54,-86,126,-109,182,-20v0,83,-29,182,-88,297v-32,35,-64,80,-98,133v27,82,56,171,75,271v61,321,42,663,-117,864v-124,157,-249,203,-434,203v-126,0,-243,-56,-348,-169v-30,51,-55,98,-76,140v-73,40,-96,59,-117,58v-19,-10,-11,-46,-6,-66r-35,8v-14,-8,-26,-26,-18,-39v-9,0,-18,-9,-17,-24v18,-66,62,-158,132,-276","w":1376},"\u00d9":{"d":"998,-1990v25,33,62,116,102,254v78,270,113,535,113,793v0,404,-80,703,-262,875v-105,99,-227,136,-344,136v-174,0,-300,-105,-398,-308v-108,-223,-160,-506,-160,-848v0,-253,35,-477,105,-672v7,-5,47,-19,121,-19v68,0,115,33,102,97r-43,219v-14,112,-23,224,-23,336v0,495,98,810,296,945r47,12v66,0,142,-62,207,-195v65,-134,82,-324,82,-543v0,-398,-52,-712,-144,-942v-26,-66,-3,-140,82,-140r117,0xm338,-2486v57,76,104,131,144,161v138,105,204,157,204,229v0,22,-10,44,-28,65r-23,-3v-91,0,-137,-9,-137,-27v-12,-57,-96,-132,-250,-226v-48,-17,-82,-67,-102,-150r86,-87v39,0,75,13,106,38","w":1261},"\u00da":{"d":"998,-1990v25,33,62,116,102,254v78,270,113,535,113,793v0,404,-80,703,-262,875v-105,99,-227,136,-344,136v-174,0,-300,-105,-398,-308v-108,-223,-160,-506,-160,-848v0,-253,35,-477,105,-672v7,-5,47,-19,121,-19v68,0,115,33,102,97r-43,219v-14,112,-23,224,-23,336v0,495,98,810,296,945r47,12v66,0,142,-62,207,-195v65,-134,82,-324,82,-543v0,-398,-52,-712,-144,-942v-26,-66,-3,-140,82,-140r117,0xm707,-2505r86,88v-20,83,-54,132,-102,149v-154,94,-238,170,-250,227v0,18,-45,26,-136,26r-24,3v-21,-25,-27,-43,-27,-76v0,-50,69,-121,203,-218v40,-29,88,-85,145,-161v31,-25,66,-38,105,-38","w":1261},"\u00db":{"d":"998,-1990v25,33,62,116,102,254v78,270,113,535,113,793v0,404,-80,703,-262,875v-105,99,-227,136,-344,136v-174,0,-300,-105,-398,-308v-108,-223,-160,-506,-160,-848v0,-253,35,-477,105,-672v7,-5,47,-19,121,-19v68,0,115,33,102,97r-43,219v-14,112,-23,224,-23,336v0,495,98,810,296,945r47,12v66,0,142,-62,207,-195v65,-134,82,-324,82,-543v0,-398,-52,-712,-144,-942v-26,-66,-3,-140,82,-140r117,0xm424,-2549v35,-37,64,-44,122,-41v38,71,114,193,237,362v31,42,18,57,6,97v1,9,10,22,4,28v-9,-2,-6,-9,-25,-12r-50,15v-17,0,-58,-31,-115,-103v-41,-52,-74,-100,-107,-134v-123,100,-200,178,-200,240v0,19,-36,29,-108,29r-20,3v-16,-26,-22,-49,-22,-81v0,-53,57,-129,163,-232v33,-32,69,-91,115,-171","w":1261},"\u00dc":{"d":"998,-1990v25,33,62,116,102,254v78,270,113,535,113,793v0,404,-80,703,-262,875v-105,99,-227,136,-344,136v-174,0,-300,-105,-398,-308v-108,-223,-160,-506,-160,-848v0,-253,35,-477,105,-672v7,-5,47,-19,121,-19v68,0,115,33,102,97r-43,219v-14,112,-23,224,-23,336v0,495,98,810,296,945r47,12v66,0,142,-62,207,-195v65,-134,82,-324,82,-543v0,-398,-52,-712,-144,-942v-26,-66,-3,-140,82,-140r117,0xm243,-1946v-59,20,-106,-20,-106,-90v0,-42,21,-75,65,-98v24,-3,44,-10,70,-11v55,14,80,34,80,74v0,52,-35,100,-109,125xm585,-1946v-58,19,-104,-19,-106,-90v0,-42,21,-75,65,-98v24,-3,44,-10,70,-11v55,14,79,35,79,74v0,52,-34,100,-108,125","w":1261},"\u00dd":{"d":"1143,-1992v19,1,31,10,47,14v72,-4,136,0,131,74v42,191,82,502,143,933v51,360,84,668,84,999v0,252,-74,494,-244,711v-113,144,-252,204,-423,204v-270,0,-508,-169,-704,-514v-94,-165,-128,-307,-128,-474v0,-122,45,-210,135,-263v30,-6,39,-5,54,27r19,0v14,0,26,74,51,221v29,168,68,290,109,365v159,286,308,426,441,426v68,0,154,-48,242,-156v129,-161,185,-407,185,-729v0,-301,-30,-465,-58,-492v-20,-80,-44,-240,-73,-478v-4,0,-43,73,-124,215v-160,278,-355,416,-580,416v-147,0,-244,-57,-281,-175v-15,-49,-18,-110,-18,-179v0,-175,52,-410,190,-685v53,-106,105,-139,193,-139v53,0,94,23,124,69v20,83,-15,103,-69,215v-84,173,-117,342,-117,496v0,92,9,139,14,139v109,-32,228,-151,343,-368v105,-198,190,-475,227,-807v7,-7,16,-11,29,-11xm484,-1812r0,11v-4,-3,-12,-1,-11,-8xm1000,-2482r86,117v-20,110,-54,176,-102,199v-154,124,-250,224,-250,301v0,23,-45,35,-136,35r-24,4v-21,-32,-27,-60,-27,-102v0,-66,70,-161,203,-289v41,-40,88,-114,145,-215v31,-34,66,-50,105,-50","w":1596},"\u00de":{"d":"357,-1022v7,75,-4,156,-4,234v0,115,39,173,90,173v143,0,245,-73,311,-139v94,-153,71,-307,-91,-395v-124,0,-207,31,-257,88v-22,25,-41,36,-49,39xm329,-358v0,62,13,141,40,237v3,70,-2,170,-44,170v-22,0,-63,9,-122,29v-18,-18,-45,-39,-81,-63v-84,-398,-109,-726,-109,-1121v0,-208,9,-357,28,-445r-32,-25v16,0,31,-64,45,-191v54,-40,86,-54,141,-54v51,0,77,22,77,67v0,106,29,217,29,339r-17,117v8,-8,18,-18,27,-28v54,-30,195,-45,398,-45v177,0,299,89,369,266v22,56,28,118,28,194v0,201,-87,371,-278,486v-117,71,-322,88,-499,67","w":1155,"k":{"\/":171}},"\u00df":{"d":"977,-283v60,0,117,-66,117,-159v0,-85,-132,-201,-394,-346v-143,-122,-215,-218,-215,-288v0,-59,113,-180,302,-392v103,-115,74,-253,-113,-280v-78,25,-161,96,-222,224v-127,266,-138,365,-138,630v0,348,53,700,158,1056v7,81,-16,121,-105,121r-128,0v-94,-85,-150,-403,-180,-952v-5,-101,-13,-209,-10,-320v16,-548,192,-888,523,-1020r149,-23r133,0v139,0,241,98,307,295r-2,103v-37,176,-161,345,-372,505v-12,28,-36,42,-36,84v0,61,178,144,519,283v116,47,156,189,148,365v-10,227,-197,357,-456,357v-126,0,-226,-45,-302,-135v-21,-83,6,-134,78,-184r9,0v67,51,144,76,230,76","w":1469},"\u00e0":{"d":"744,-1014v100,-74,250,-87,250,78v0,48,22,195,82,438v34,140,100,252,168,348v54,76,67,110,67,175v0,31,-20,47,-59,47v-38,23,-63,35,-74,35v-72,-25,-141,-80,-196,-171v-36,-61,-86,-186,-160,-368r-23,-31v-96,149,-176,265,-246,340v-85,91,-184,133,-293,133v-105,0,-174,-55,-207,-164r-4,-67v0,-148,83,-342,285,-547v106,-108,254,-178,410,-246xm326,-260v2,2,3,5,8,4v63,0,118,-61,191,-164v108,-152,176,-259,176,-340v-2,-3,-6,-6,-12,-4v-45,13,-133,78,-250,207v-81,89,-113,193,-113,297xm602,-1627v57,76,104,132,144,161v134,97,203,168,203,218v0,33,-6,50,-27,76r-24,-3v-91,0,-136,-8,-136,-26v-12,-57,-96,-133,-250,-227v-48,-17,-82,-66,-102,-149r86,-88v39,0,75,13,106,38","w":1199},"\u00e1":{"d":"744,-1014v100,-74,250,-87,250,78v0,48,22,195,82,438v34,140,100,252,168,348v54,76,67,110,67,175v0,31,-20,47,-59,47v-38,23,-63,35,-74,35v-72,-25,-141,-80,-196,-171v-36,-61,-86,-186,-160,-368r-23,-31v-96,149,-176,265,-246,340v-85,91,-184,133,-293,133v-105,0,-174,-55,-207,-164r-4,-67v0,-148,83,-342,285,-547v106,-108,254,-178,410,-246xm326,-260v2,2,3,5,8,4v63,0,118,-61,191,-164v108,-152,176,-259,176,-340v-2,-3,-6,-6,-12,-4v-45,13,-133,78,-250,207v-81,89,-113,193,-113,297xm824,-1633r86,117v-20,110,-53,177,-101,200v-154,124,-250,223,-250,300v0,23,-46,36,-137,36r-24,3v-21,-32,-27,-59,-27,-101v0,-66,70,-161,203,-289v41,-40,88,-114,145,-215v31,-34,66,-51,105,-51","w":1180},"\u00e2":{"d":"744,-1014v100,-74,250,-87,250,78v0,48,22,195,82,438v34,140,100,252,168,348v54,76,67,110,67,175v0,31,-20,47,-59,47v-38,23,-63,35,-74,35v-72,-25,-141,-80,-196,-171v-36,-61,-86,-186,-160,-368r-23,-31v-96,149,-176,265,-246,340v-85,91,-184,133,-293,133v-105,0,-174,-55,-207,-164r-4,-67v0,-148,83,-342,285,-547v106,-108,254,-178,410,-246xm326,-260v2,2,3,5,8,4v63,0,118,-61,191,-164v108,-152,176,-259,176,-340v-2,-3,-6,-6,-12,-4v-45,13,-133,78,-250,207v-81,89,-113,193,-113,297xm584,-1646v35,-37,64,-44,122,-41v38,71,114,194,237,363v30,42,19,56,6,96v-17,17,-45,24,-71,32v-17,0,-58,-32,-115,-104v-41,-52,-74,-100,-107,-134v-123,100,-200,179,-200,241v0,19,-36,28,-108,28r-20,3v-16,-27,-21,-48,-21,-81v0,-53,56,-129,162,-232v33,-32,69,-91,115,-171","w":1180},"\u00e3":{"d":"744,-1014v100,-74,250,-87,250,78v0,48,22,195,82,438v34,140,100,252,168,348v54,76,67,110,67,175v0,31,-20,47,-59,47v-38,23,-63,35,-74,35v-72,-25,-141,-80,-196,-171v-36,-61,-86,-186,-160,-368r-23,-31v-96,149,-176,265,-246,340v-85,91,-184,133,-293,133v-105,0,-174,-55,-207,-164r-4,-67v0,-148,83,-342,285,-547v106,-108,254,-178,410,-246xm326,-260v2,2,3,5,8,4v63,0,118,-61,191,-164v108,-152,176,-259,176,-340v-2,-3,-6,-6,-12,-4v-45,13,-133,78,-250,207v-81,89,-113,193,-113,297xm627,-1384v52,-47,94,-64,161,-64v35,0,94,23,177,69v52,16,70,22,109,21v8,0,14,12,18,36v-3,32,-8,48,-15,48v-24,-2,-38,16,-29,35v-2,5,-11,3,-18,3v-151,0,-226,-19,-226,-55v-68,-2,-102,44,-159,133v-25,40,-43,45,-86,45v-99,0,-190,-25,-271,-74v-13,-42,-16,-50,-15,-84v1,-48,18,-60,56,-61v22,0,74,15,156,45v20,2,39,6,62,5","w":1231},"\u00e4":{"d":"744,-1014v100,-74,250,-87,250,78v0,48,22,195,82,438v34,140,100,252,168,348v54,76,67,110,67,175v0,31,-20,47,-59,47v-38,23,-63,35,-74,35v-72,-25,-141,-80,-196,-171v-36,-61,-86,-186,-160,-368r-23,-31v-96,149,-176,265,-246,340v-85,91,-184,133,-293,133v-105,0,-174,-55,-207,-164r-4,-67v0,-148,83,-342,285,-547v106,-108,254,-178,410,-246xm326,-260v2,2,3,5,8,4v63,0,118,-61,191,-164v108,-152,176,-259,176,-340v-2,-3,-6,-6,-12,-4v-45,13,-133,78,-250,207v-81,89,-113,193,-113,297xm478,-1175v-60,20,-107,-19,-107,-90v0,-42,22,-74,66,-97v24,-3,43,-11,70,-11v55,14,79,34,79,73v0,52,-34,100,-108,125xm819,-1175v-59,20,-106,-20,-106,-90v0,-42,21,-74,65,-97v24,-3,44,-11,71,-11v55,14,79,34,79,73v0,52,-35,100,-109,125","w":1204},"\u00e5":{"d":"710,-1014v101,-74,250,-87,250,78v0,48,22,195,82,438v34,140,100,252,168,348v54,76,66,110,66,175v0,31,-19,47,-58,47v-38,23,-63,35,-74,35v-72,-25,-141,-80,-196,-171v-36,-61,-86,-186,-160,-368r-23,-31v-96,149,-176,265,-246,340v-85,91,-184,133,-293,133v-105,0,-174,-55,-207,-164r-4,-67v0,-148,83,-342,285,-547v106,-108,254,-178,410,-246xm292,-260v2,2,3,5,8,4v63,0,118,-61,191,-164v108,-152,176,-259,176,-340v-2,-3,-6,-6,-12,-4v-45,13,-133,78,-250,207v-81,89,-113,193,-113,297xm421,-1574v94,-86,153,-118,279,-111v12,0,34,33,84,84v122,124,91,256,4,397v-47,38,-97,52,-166,52v-106,0,-189,-44,-224,-140v-31,-86,-2,-91,23,-246r0,-36xm554,-1417v10,82,47,118,119,114v20,-12,30,-32,30,-59v0,-89,-14,-134,-30,-134v-71,0,-127,11,-119,79","w":1160},"\u00e6":{"d":"307,-320v67,13,126,-48,199,-132v110,-126,176,-213,176,-279v-2,-3,-7,-3,-12,-3v-45,11,-132,63,-250,170v-80,72,-113,158,-113,244xm1062,-686v0,78,23,134,67,165v31,0,76,-24,137,-71v38,-108,4,-209,-90,-242v-37,-13,-95,-2,-90,35v-16,27,-24,64,-24,113xm915,-979v83,-47,198,-89,269,-89v135,0,253,85,332,265v23,53,23,99,23,129v0,131,-102,237,-305,317v48,95,125,139,211,140v117,0,235,-102,379,-285v79,-100,138,-139,196,-137v22,16,-13,78,19,78v16,0,28,-14,35,-43v4,0,10,-2,8,4v0,44,-42,115,-117,219v-15,20,-20,48,-27,78v-36,7,-55,22,-55,43v-72,119,-177,212,-324,254v-131,38,-242,22,-354,-36v-12,5,-21,8,-27,8v-72,-21,-140,-65,-196,-139v-23,-30,-47,-84,-86,-152v-16,-27,-37,-51,-56,-79v2,-45,-19,-69,-41,-91v-96,120,-176,214,-246,274v-85,74,-184,108,-293,108v-105,0,-174,-44,-207,-133v-1,-18,-4,-34,-4,-54v0,-119,86,-278,285,-441v109,-90,258,-136,410,-199v62,-26,101,-47,171,-39","w":1897,"k":{"\\":258,"7":166}},"\u00e7":{"d":"604,493v-62,-3,-127,7,-127,-37v0,-15,23,-49,71,-104v3,-14,9,-24,8,-41v-87,-35,-263,-62,-263,-163v0,-22,33,-59,99,-110v-166,-10,-278,-97,-335,-261v-35,-283,35,-475,238,-640v106,-86,232,-87,348,-20v-5,10,-8,25,-8,43v7,24,22,40,19,74v-23,46,-70,83,-144,106v-77,24,-129,54,-149,94v-35,73,-43,109,-43,171v0,91,70,137,188,137v87,0,237,-50,453,-144v96,-42,146,-60,187,-59v44,45,68,79,71,102v-3,14,-42,57,-117,129v-20,36,-39,54,-59,54v-152,90,-291,153,-416,186v-4,86,-32,129,-85,129v-2,50,69,64,210,106v55,16,70,21,70,57v0,66,-38,126,-115,181v-47,7,-80,10,-101,10","w":1009,"k":{"\\":447}},"\u00e8":{"d":"174,-965v263,-136,444,-80,570,192v24,53,24,98,24,128v0,131,-102,237,-305,317v47,96,126,140,211,140v117,0,235,-102,379,-285v79,-101,137,-138,195,-136v24,14,-13,78,20,78v16,0,28,-14,35,-43v4,0,10,-2,8,4v0,44,-43,114,-118,218v-15,20,-20,49,-27,79v-36,7,-55,22,-55,43v-72,119,-178,207,-324,253v-58,18,-93,16,-152,16v-191,0,-380,-138,-567,-414r-19,-348v0,-129,46,-201,125,-242xm291,-656v0,78,22,133,66,164v31,0,76,-23,137,-70v39,-108,5,-210,-90,-243v-37,-13,-95,-2,-90,35v-16,27,-23,65,-23,114xm318,-1539v57,76,105,132,145,161v134,97,203,168,203,218v0,33,-6,50,-27,76r-24,-3v-91,0,-136,-8,-136,-26v-12,-57,-96,-133,-250,-227v-48,-17,-82,-66,-102,-149r86,-88v39,0,74,13,105,38","w":1097,"k":{"\\":258,"7":135}},"\u00e9":{"d":"174,-965v263,-136,444,-80,570,192v24,53,24,98,24,128v0,131,-102,237,-305,317v47,96,126,140,211,140v117,0,235,-102,379,-285v79,-101,137,-138,195,-136v24,14,-13,78,20,78v16,0,28,-14,35,-43v4,0,10,-2,8,4v0,44,-43,114,-118,218v-15,20,-20,49,-27,79v-36,7,-55,22,-55,43v-72,119,-178,207,-324,253v-58,18,-93,16,-152,16v-191,0,-380,-138,-567,-414r-19,-348v0,-129,46,-201,125,-242xm291,-656v0,78,22,133,66,164v31,0,76,-23,137,-70v39,-108,5,-210,-90,-243v-37,-13,-95,-2,-90,35v-16,27,-23,65,-23,114xm570,-1567r86,88v-20,83,-53,132,-101,149v-154,94,-238,169,-250,226v0,18,-46,27,-137,27r-23,3v-20,-25,-28,-44,-28,-76v0,-50,69,-121,203,-218v40,-29,88,-85,145,-161v31,-25,66,-38,105,-38","w":1107,"k":{"\\":114}},"\u00ea":{"d":"174,-965v263,-136,444,-80,570,192v24,53,24,98,24,128v0,131,-102,237,-305,317v47,96,126,140,211,140v117,0,235,-102,379,-285v79,-101,137,-138,195,-136v24,14,-13,78,20,78v16,0,28,-14,35,-43v4,0,10,-2,8,4v0,44,-43,114,-118,218v-15,20,-20,49,-27,79v-36,7,-55,22,-55,43v-72,119,-178,207,-324,253v-58,18,-93,16,-152,16v-191,0,-380,-138,-567,-414r-19,-348v0,-129,46,-201,125,-242xm291,-656v0,78,22,133,66,164v31,0,76,-23,137,-70v39,-108,5,-210,-90,-243v-37,-13,-95,-2,-90,35v-16,27,-23,65,-23,114xm365,-1582v35,-37,64,-44,122,-41v38,71,115,193,238,362v30,42,17,57,5,97v1,9,10,21,4,28v-9,-2,-6,-9,-25,-12r-50,15v-17,0,-58,-31,-115,-103v-41,-52,-73,-100,-106,-134v-123,100,-201,178,-201,240v0,19,-36,28,-108,28r-20,3v-16,-27,-21,-48,-21,-81v0,-53,56,-128,162,-231v33,-32,69,-91,115,-171","w":1090,"k":{"\\":159}},"\u00eb":{"d":"174,-965v263,-136,444,-80,570,192v24,53,24,98,24,128v0,131,-102,237,-305,317v47,96,126,140,211,140v117,0,235,-102,379,-285v79,-101,137,-138,195,-136v24,14,-13,78,20,78v16,0,28,-14,35,-43v4,0,10,-2,8,4v0,44,-43,114,-118,218v-15,20,-20,49,-27,79v-36,7,-55,22,-55,43v-72,119,-178,207,-324,253v-58,18,-93,16,-152,16v-191,0,-380,-138,-567,-414r-19,-348v0,-129,46,-201,125,-242xm291,-656v0,78,22,133,66,164v31,0,76,-23,137,-70v39,-108,5,-210,-90,-243v-37,-13,-95,-2,-90,35v-16,27,-23,65,-23,114xm204,-1136v-59,20,-106,-20,-106,-90v0,-42,21,-74,65,-97v24,-3,44,-10,70,-11v55,14,79,34,79,73v0,52,-34,100,-108,125xm546,-1136v-59,20,-107,-20,-107,-90v0,-42,22,-74,66,-97v24,-3,43,-11,70,-11v55,14,79,34,79,73v0,52,-34,100,-108,125","w":1104,"k":{"\\":234,"7":142}},"\u00ec":{"d":"297,-1090v52,0,78,13,78,39v64,320,46,712,39,1082v-20,16,-52,27,-94,35v-13,10,-19,26,-35,32v-23,0,-43,-17,-62,-51v0,16,-3,23,-8,23v-39,-35,-67,-109,-59,-226r35,-481v-5,-68,-7,-165,-7,-289v0,-109,37,-164,113,-164xm240,-1568v57,76,105,131,145,161v138,105,206,158,203,229v0,22,-9,44,-27,65r-24,-3v-91,0,-137,-9,-137,-27v-12,-57,-96,-132,-250,-226v-48,-17,-81,-67,-101,-150r86,-87v39,0,74,13,105,38","w":636},"\u00ed":{"d":"297,-1090v52,0,78,13,78,39v64,320,46,712,39,1082v-20,16,-52,27,-94,35v-13,10,-19,26,-35,32v-23,0,-43,-17,-62,-51v0,16,-3,23,-8,23v-39,-35,-67,-109,-59,-226r35,-481v-5,-68,-7,-165,-7,-289v0,-109,37,-164,113,-164xm502,-1606r86,87v-20,83,-54,133,-102,150v-154,94,-238,169,-250,226v0,18,-45,27,-136,27r-24,3v-20,-25,-27,-44,-27,-76v0,-50,69,-121,203,-218v40,-29,87,-85,144,-161v31,-25,67,-38,106,-38","w":636},"\u00ee":{"d":"385,-1090v52,0,78,13,78,39v64,320,46,712,39,1082v-20,16,-52,27,-94,35v-13,10,-19,26,-35,32v-23,0,-43,-17,-62,-51v0,16,-3,23,-8,23v-39,-35,-67,-109,-59,-226r35,-481v-5,-68,-8,-165,-8,-289v0,-109,38,-164,114,-164xm326,-1592v35,-37,64,-44,122,-41v38,71,115,193,238,362v30,42,17,57,5,97v1,9,10,22,4,28v-9,-2,-6,-9,-25,-12r-50,15v-17,0,-58,-31,-115,-103v-41,-52,-74,-100,-107,-134v-123,100,-200,178,-200,240v0,19,-36,29,-108,29r-19,3v-17,-26,-22,-49,-22,-81v0,-53,56,-129,162,-232v33,-32,69,-91,115,-171","w":755},"\u00ef":{"d":"287,-1090v52,0,78,13,78,39v64,320,46,712,39,1082v-20,16,-51,27,-93,35v-13,10,-19,26,-36,32v-23,0,-43,-17,-62,-51v0,16,-3,23,-8,23v-39,-35,-68,-109,-59,-226r36,-481v-5,-68,-8,-165,-8,-289v0,-109,37,-164,113,-164xm155,-1214v-58,20,-106,-20,-106,-90v0,-42,21,-74,65,-97v24,-3,44,-11,71,-11v55,14,79,34,79,73v0,52,-35,100,-109,125xm497,-1214v-59,20,-106,-20,-106,-90v0,-42,21,-74,65,-97v24,-3,44,-10,70,-11v55,14,79,34,79,73v0,52,-34,100,-108,125","w":654},"\u00f0":{"d":"326,-524v9,69,-7,146,-7,218v0,105,53,158,129,158v103,-25,186,-65,245,-128v127,-134,92,-281,-84,-364v-79,0,-148,29,-216,82v-28,22,-53,31,-67,34xm739,-1416v59,19,94,97,65,170r-120,75v122,130,229,312,307,549v20,60,29,120,29,202v0,186,-87,346,-278,448v-275,147,-571,83,-675,-196v-60,-160,-19,-351,42,-498v7,-9,50,-26,127,-50v19,-12,50,-42,94,-88v55,-29,178,-41,316,-40v-44,-74,-100,-138,-170,-195r-110,69r-146,116v-61,51,-119,-14,-117,-83v0,-20,4,-42,12,-66v37,-53,119,-104,185,-147v-70,-34,-149,-63,-234,-86v-11,-43,-32,-119,12,-138v17,-7,54,-21,107,-50v18,8,45,21,87,29v93,17,182,48,263,99","w":1068},"\u00f1":{"d":"678,-1139v83,21,125,36,125,43v38,88,75,186,93,297v62,370,96,611,125,719v7,0,15,25,20,74v6,54,-31,74,-94,74v-83,0,-125,-16,-125,-47v-102,-205,-129,-542,-179,-808r-4,0v-91,112,-194,331,-325,648v-45,109,-79,159,-85,160v-12,-34,-143,14,-133,-50r-47,-82v36,-131,55,-361,55,-688v55,-33,83,-51,85,-58v0,-13,6,-20,16,-20v97,0,145,29,145,43v0,13,-17,30,-8,39r4,0v50,-47,91,-113,140,-191v67,-105,136,-153,192,-153xm451,-1521v52,-47,94,-64,161,-64v35,0,94,23,177,69v52,16,70,22,109,21v8,0,14,12,18,36v-3,32,-8,48,-15,48v-24,-2,-38,16,-29,35v-2,5,-11,3,-18,3v-151,0,-226,-19,-226,-55v-68,-2,-102,44,-159,133v-25,40,-43,45,-86,45v-99,0,-190,-24,-271,-73v-13,-42,-15,-51,-14,-84v0,-48,17,-61,55,-62v22,0,75,15,157,45v20,2,38,6,61,5","w":1089},"\u00f2":{"d":"490,-845v186,0,305,185,305,425v0,186,-62,346,-211,448v-219,150,-437,74,-515,-196v-47,-163,-15,-351,32,-497v7,-10,40,-25,96,-52v13,-6,37,-38,73,-87v42,-27,115,-41,220,-41xm370,-147v95,-38,176,-163,176,-297v0,-78,-29,-144,-86,-197v-43,0,-80,29,-118,82v-16,23,-30,34,-37,36v7,69,-4,144,-4,216v0,106,30,160,69,160xm338,-1432v57,76,104,132,144,161v134,97,204,168,204,218v0,33,-7,50,-28,76r-23,-2v-91,0,-137,-9,-137,-27v-12,-57,-96,-132,-250,-226v-48,-17,-82,-67,-102,-150r86,-88v39,0,75,13,106,38","w":843,"k":{"\\":127}},"\u00f3":{"d":"490,-845v186,0,305,185,305,425v0,186,-62,346,-211,448v-219,150,-437,74,-515,-196v-47,-163,-15,-351,32,-497v7,-10,40,-25,96,-52v13,-6,37,-38,73,-87v42,-27,115,-41,220,-41xm370,-147v95,-38,176,-163,176,-297v0,-78,-29,-144,-86,-197v-43,0,-80,29,-118,82v-16,23,-30,34,-37,36v7,69,-4,144,-4,216v0,106,30,160,69,160xm600,-1470r86,88v-20,83,-54,133,-102,150v-154,94,-238,169,-250,226v0,18,-46,27,-137,27r-23,2v-21,-25,-28,-43,-28,-76v0,-50,70,-121,204,-218v40,-29,87,-85,144,-161v31,-25,67,-38,106,-38","w":843},"\u00f4":{"d":"490,-845v186,0,305,185,305,425v0,186,-62,346,-211,448v-219,150,-437,74,-515,-196v-47,-163,-15,-351,32,-497v7,-10,40,-25,96,-52v13,-6,37,-38,73,-87v42,-27,115,-41,220,-41xm370,-147v95,-38,176,-163,176,-297v0,-78,-29,-144,-86,-197v-43,0,-80,29,-118,82v-16,23,-30,34,-37,36v7,69,-4,144,-4,216v0,106,30,160,69,160xm355,-1465v35,-37,64,-44,123,-41v38,71,115,193,237,362v30,42,17,57,6,97v1,9,10,22,4,28v-8,-2,-7,-9,-26,-12r-50,15v-17,0,-58,-31,-115,-103v-41,-52,-73,-100,-106,-134v-123,100,-200,178,-200,240v0,19,-37,29,-109,29r-19,3v-16,-26,-22,-49,-22,-81v0,-53,56,-129,162,-232v33,-32,69,-91,115,-171","w":843},"\u00f5":{"d":"529,-845v186,0,305,185,305,425v0,186,-62,346,-211,448v-219,150,-437,74,-515,-196v-47,-163,-15,-351,32,-497v7,-10,40,-25,96,-52v13,-6,37,-38,73,-87v42,-27,115,-41,220,-41xm409,-147v95,-38,176,-163,176,-297v0,-78,-29,-144,-86,-197v-43,0,-80,29,-118,82v-16,23,-30,34,-37,36v7,69,-4,144,-4,216v0,106,30,160,69,160xm402,-1247v52,-47,94,-65,161,-65v35,0,94,24,177,70v52,17,70,21,110,20v8,0,13,12,17,36v-3,32,-7,48,-14,48v-23,-2,-39,17,-30,35v-2,5,-11,3,-17,3v-151,0,-227,-18,-227,-54v-68,-2,-102,44,-159,133v-25,39,-43,44,-86,44v-99,0,-189,-24,-270,-73v-13,-42,-16,-50,-15,-84v0,-48,17,-60,55,-61v22,0,75,15,157,45v20,2,39,5,61,4","w":916},"\u00f6":{"d":"490,-845v186,0,305,185,305,425v0,186,-62,346,-211,448v-219,150,-437,74,-515,-196v-47,-163,-15,-351,32,-497v7,-10,40,-25,96,-52v13,-6,37,-38,73,-87v42,-27,115,-41,220,-41xm370,-147v95,-38,176,-163,176,-297v0,-78,-29,-144,-86,-197v-43,0,-80,29,-118,82v-16,23,-30,34,-37,36v7,69,-4,144,-4,216v0,106,30,160,69,160xm233,-960v-59,20,-106,-20,-106,-90v0,-42,21,-74,65,-97v24,-3,44,-11,71,-11v55,14,79,34,79,73v0,52,-35,100,-109,125xm575,-960v-59,20,-106,-20,-106,-90v0,-42,21,-74,65,-97v24,-3,44,-10,70,-11v55,14,80,33,80,73v0,52,-35,100,-109,125","w":843,"k":{"T":192,"7":158}},"\u00f7":{"d":"1219,-647v-18,42,-76,107,-155,118v-19,-3,-31,-7,-36,-12v-45,11,-106,13,-166,12v-38,0,-193,-18,-463,-37v-107,-8,-192,5,-286,33r-72,-70v-3,-23,11,-50,21,-47v-20,-31,-28,-42,-13,-74r-2,-18v0,-27,76,-55,228,-73v179,-22,338,44,696,44v33,0,88,-19,166,-19v55,0,82,48,82,143xm554,-436v31,-4,57,-13,92,-14v73,19,105,44,105,97v0,68,-48,123,-144,165v-72,11,-110,-11,-136,-79v-13,-81,14,-130,83,-169xm572,-1163v33,-5,60,-14,97,-15v76,20,109,46,109,101v0,71,-50,128,-150,172v-83,18,-146,-26,-146,-123v0,-57,30,-102,90,-135","w":1236},"\u00f8":{"d":"533,-638v-13,-14,-28,-28,-45,-42v-59,0,-109,35,-161,98v-22,27,-42,39,-51,42v11,77,-4,165,-5,247xm366,-93v141,-52,270,-213,233,-418r-288,385v15,22,33,33,55,33xm733,-712v44,73,72,168,72,292v0,186,-64,343,-211,448v-129,92,-271,101,-390,10v-18,31,-34,59,-46,84v-42,24,-52,35,-66,34v-12,-6,-6,-27,-3,-38v-16,8,-39,0,-30,-17v-6,0,-12,-5,-10,-14v9,-36,35,-87,73,-153v-37,-65,-63,-163,-63,-264v0,-122,16,-233,51,-335v7,-10,41,-25,97,-52v13,-6,36,-38,72,-87v63,-42,287,-67,367,-1v24,-55,82,-135,128,-57v0,42,-14,92,-41,150","w":853,"k":{"\\":229,"T":202,"7":106}},"\u00f9":{"d":"584,-771v76,0,134,0,168,58v23,243,60,442,113,594v43,54,55,87,55,156v0,22,-8,39,-24,51r-50,0v-98,0,-178,-92,-242,-277r-28,-43v-113,127,-197,207,-254,242v-61,-21,-78,9,-168,31v-56,0,-91,-62,-101,-184v-18,-229,11,-432,117,-574v66,-89,134,-61,203,28v0,38,-22,128,-66,273v-9,29,-13,74,-12,121v59,-29,111,-107,160,-234v62,-161,106,-242,129,-242xm357,-1393v57,76,105,133,145,162v134,97,203,167,203,217v0,33,-6,50,-27,76r-24,-2v-91,0,-136,-9,-136,-27v-12,-57,-96,-132,-250,-226v-48,-17,-82,-67,-102,-150r86,-88v39,0,74,13,105,38","w":968,"k":{"\\":252,"7":190}},"\u00fa":{"d":"584,-771v76,0,134,0,168,58v23,243,60,442,113,594v43,54,55,87,55,156v0,22,-8,39,-24,51r-50,0v-98,0,-178,-92,-242,-277r-28,-43v-113,127,-197,207,-254,242v-61,-21,-78,9,-168,31v-56,0,-91,-62,-101,-184v-18,-229,11,-432,117,-574v66,-89,134,-61,203,28v0,38,-22,128,-66,273v-9,29,-13,74,-12,121v59,-29,111,-107,160,-234v62,-161,106,-242,129,-242xm629,-1431r86,88v-20,83,-54,133,-102,150v-154,94,-238,169,-250,226v0,18,-45,27,-136,27r-24,2v-21,-25,-27,-43,-27,-76v0,-50,69,-120,203,-217v40,-29,87,-86,144,-162v31,-25,67,-38,106,-38","w":968},"\u00fb":{"d":"594,-771v75,0,133,1,168,58v23,243,60,442,113,594v43,54,55,87,55,156v0,22,-8,39,-24,51r-51,0v-98,0,-178,-92,-242,-277r-27,-43v-113,127,-197,207,-254,242v-61,-21,-78,9,-168,31v-56,0,-93,-62,-102,-184v-17,-231,12,-432,118,-574v66,-89,134,-61,203,28v0,38,-23,128,-67,273v-9,29,-12,74,-11,121v59,-29,111,-107,160,-234v62,-161,106,-242,129,-242xm396,-1523v43,-46,80,-54,153,-51v47,89,143,241,297,453v39,53,22,70,8,121v1,11,11,28,3,35v-7,-2,-9,-11,-31,-15r-62,19v-21,0,-74,-39,-145,-129v-52,-66,-91,-126,-133,-168v-154,124,-250,224,-250,301v0,23,-45,35,-136,35r-24,4v-21,-32,-27,-60,-27,-102v0,-66,70,-161,203,-289v41,-40,87,-113,144,-214","w":978},"\u00fc":{"d":"584,-771v76,0,134,0,168,58v23,243,60,442,113,594v43,54,55,87,55,156v0,22,-8,39,-24,51r-50,0v-98,0,-178,-92,-242,-277r-28,-43v-113,127,-197,207,-254,242v-61,-21,-78,9,-168,31v-56,0,-91,-62,-101,-184v-18,-229,11,-432,117,-574v66,-89,134,-61,203,28v0,38,-22,128,-66,273v-9,29,-13,74,-12,121v59,-29,111,-107,160,-234v62,-161,106,-242,129,-242xm292,-950v-58,19,-104,-19,-106,-90v0,-42,21,-75,65,-98v24,-3,44,-9,70,-10v55,14,79,34,79,73v0,52,-34,100,-108,125xm634,-950v-60,20,-107,-20,-107,-90v0,-42,22,-75,66,-98v24,-3,44,-10,70,-10v55,14,79,34,79,73v0,52,-34,100,-108,125","w":968,"k":{"\\":190,"T":256,"7":190}},"\u00fd":{"d":"795,-1297v80,0,141,-8,176,47v26,492,39,838,39,1039r0,31r43,618v-3,258,-104,431,-305,515v-43,18,-88,24,-133,24v-165,0,-336,-97,-504,-297v-45,-53,-62,-106,-62,-153v31,-31,62,-47,97,-47v27,0,81,32,161,94v9,8,32,13,70,16r187,113v140,52,207,-22,235,-203v50,-326,13,-678,-55,-1031v-45,50,-113,149,-203,297v-83,89,-142,132,-176,132v-40,20,-105,29,-179,28v-42,0,-94,-52,-118,-164v-59,-272,-18,-470,75,-766v38,-123,137,-122,230,-43v1,84,-23,194,-78,414v-19,76,-29,176,-20,270v58,3,86,-38,164,-125v11,0,20,-32,47,-86v136,-269,215,-431,215,-496v11,-38,17,-82,16,-133v31,-27,57,-58,78,-94xm805,-1926r86,117v-20,110,-54,177,-102,200v-154,124,-250,223,-250,300v0,23,-46,36,-137,36r-23,3v-21,-32,-27,-59,-27,-101v0,-66,70,-161,203,-289v41,-40,87,-114,144,-215v31,-34,67,-51,106,-51","w":1101},"\u00fe":{"d":"468,-562v115,-37,223,-150,223,-297v0,-78,-36,-144,-109,-197v-55,0,-102,29,-150,82v-21,23,-39,34,-47,36v7,69,-5,144,-5,216v0,106,39,160,88,160xm335,-334v15,128,41,269,61,424v8,65,-1,156,-42,156v-21,0,-61,9,-118,27v-17,-17,-43,-36,-78,-58v-138,-843,-119,-1293,-66,-2133v53,-37,84,-51,137,-51v49,0,74,21,74,63v45,214,18,477,11,714r26,-27v54,-27,154,-41,286,-41v171,0,288,82,355,245v21,52,28,109,28,180v0,186,-84,345,-269,448v-139,77,-253,90,-405,53","w":1057,"k":{"Z":105,"\/":122}},"\u00ff":{"d":"795,-1297v80,0,141,-8,176,47v26,492,39,838,39,1039r0,31r43,618v-3,258,-104,431,-305,515v-43,18,-88,24,-133,24v-165,0,-336,-97,-504,-297v-45,-53,-62,-106,-62,-153v31,-31,62,-47,97,-47v27,0,81,32,161,94v9,8,32,13,70,16r187,113v140,52,207,-22,235,-203v50,-326,13,-678,-55,-1031v-45,50,-113,149,-203,297v-83,89,-142,132,-176,132v-40,20,-105,29,-179,28v-42,0,-94,-52,-118,-164v-59,-272,-18,-470,75,-766v38,-123,137,-122,230,-43v1,84,-23,194,-78,414v-19,76,-29,176,-20,270v58,3,86,-38,164,-125v11,0,20,-32,47,-86v136,-269,215,-431,215,-496v11,-38,17,-82,16,-133v31,-27,57,-58,78,-94xm341,-1448v-60,20,-107,-20,-107,-90v0,-42,22,-75,66,-98v24,-3,44,-10,70,-10v55,14,79,34,79,73v0,52,-34,100,-108,125xm683,-1448v-60,20,-107,-20,-107,-90v0,-42,22,-75,66,-98v24,-3,44,-10,70,-10v55,14,79,34,79,73v0,52,-34,100,-108,125","w":1101}}});Cufon.replace('h1, h2, h3, h4, h5, strong, .name, .becomemain, #phone',{ fontFamily: 'Hand' });
