(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return!!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return!!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return+new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return!o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return-1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return!!T.firstChild},empty:function(T){return!T.firstChild},has:function(V,U,T){return!!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex"in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return!F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();;;(function($){$.fn.dd=function(options){var oldDiv="";var config;var styles;var attributes;var elementid;var ddList;var actionSettings;var selectedValue;var allOptions;var a_array;$this=this;options=$.extend({height:120,visibleRows:15,rowHeight:23,showIcon:true,zIndex:9999,style:''},options);selectedValue="";actionSettings={};actionSettings.insideWindow=true;actionSettings.keyboardAction=false;actionSettings.currentKey=null;ddList=false;config={'postElementHolder':'_msddHolder','postID':'_msdd','postTitleID':'_title','postTitleTextID':'_titletext','postChildID':'_child','postAID':'_msa','postOPTAID':'_msopta','postInputID':'_msinput','postArrowID':'_arrow','postInputhidden':'_inp'};styles={'dd':'dd','ddTitle':'ddTitle','arrow':'arrow','ddChild':'ddChild','disabled':.30};attributes={actions:"onfocus,onblur,onchange,onclick,ondblclick,onmousedown,onmouseup,onmouseover,onmousemove,onmouseout,onkeypress,onkeydown,onkeyup",prop:"size,multiple,disabled,tabindex"};elementid=$(this).attr("id");var inlineCSS=$(this).attr("style");options.style+=(inlineCSS==undefined)?"":inlineCSS;allOptions=$(this).children();ddList=($(this).attr("size")>0||$(this).attr("multiple")==true)?true:false;if(ddList){options.visibleRows=$(this).attr("size");};a_array={};createDropDown();function getPostID(id){return elementid+config[id];};function getOptionsProperties(option){var currentOption=option;var currentStyles=$(currentOption).attr("style");return currentStyles;};function matchIndex(index){var selectedIndex=$("#"+elementid+" option:selected");if(selectedIndex.length>1){for(var i=0;i<selectedIndex.length;i++){if(index==selectedIndex[i].index){return true;};};}else if(selectedIndex.length==1){if(selectedIndex[0].index==index){return true;};};return false;}
function createATags(){var childnodes=allOptions;var aTag="";var aidfix=getPostID("postAID");var aidoptfix=getPostID("postOPTAID");childnodes.each(function(current){var currentOption=childnodes[current];if(currentOption.nodeName=="OPTGROUP"){aTag+="<div class='opta'>";aTag+="<span style='font-weight:bold;font-style:italic; clear:both;'>"+$(currentOption).attr("label")+"</span>";var optChild=$(currentOption).children();optChild.each(function(currentopt){var currentOptOption=optChild[currentopt];var aid=aidoptfix+"_"+(current)+"_"+(currentopt);var arrow=$(currentOptOption).attr("title");arrow=(!arrow||!arrow.length||arrow.length==0)?"":'<img src="'+arrow+'" align="left" /> ';var sText=$(currentOptOption).text();var sValue=$(currentOptOption).val();var sEnabledClass=($(currentOptOption).attr("disabled")==true)?"disabled":"enabled";a_array[aid]={html:arrow+sText,value:sValue,text:sText,index:currentOptOption.index,id:aid};var innerStyle=getOptionsProperties(currentOptOption);if(matchIndex(currentOptOption.index)==true){aTag+='<a href="javascript:void(0);" class="selected '+sEnabledClass+'"';}else{aTag+='<a  href="javascript:void(0);" class="'+sEnabledClass+'"';};if(innerStyle!=false)
aTag+=' style="'+innerStyle+'"';aTag+=' id="'+aid+'">';aTag+=arrow+sText+'</a>';});aTag+="</div>";}else{var aid=aidfix+"_"+(current);var arrow=$(currentOption).attr("title");arrow=(!arrow|!arrow.length||arrow.length==0)?"":'<img src="'+arrow+'" align="left" /> ';var sText=$(currentOption).text();var sValue=$(currentOption).val();var sEnabledClass=($(currentOption).attr("disabled")==true)?"disabled":"enabled";a_array[aid]={html:arrow+sText,value:sValue,text:sText,index:currentOption.index,id:aid};var innerStyle=getOptionsProperties(currentOption);if(matchIndex(currentOption.index)==true){aTag+='<a href="javascript:void(0);" class="selected '+sEnabledClass+'"';}else{aTag+='<a  href="javascript:void(0);" class="'+sEnabledClass+'"';};if(innerStyle!=false)
aTag+=' style="'+innerStyle+'"';aTag+=' id="'+aid+'">';aTag+=arrow+sText+'</a>';};});return aTag;};function createChildDiv(){var id=getPostID("postID");var childid=getPostID("postChildID");var sStyle=options.style;sDiv="";sDiv+='<div id="'+childid+'" class="'+styles.ddChild+'"';if(!ddList){sDiv+=(sStyle!="")?' style="'+sStyle+'"':'';}else{sDiv+=(sStyle!="")?' style="border-top:1px solid #c3c3c3;display:block;position:relative;'+sStyle+'"':'';}
sDiv+='>';return sDiv;};function createTitleDiv(){var titleid=getPostID("postTitleID");var arrowid=getPostID("postArrowID");var titletextid=getPostID("postTitleTextID");var inputhidden=getPostID("postInputhidden");var sText=$("#"+elementid+" option:selected").text();var arrow=$("#"+elementid+" option:selected").attr("title");arrow=(!arrow||!arrow.length||arrow.length==0||arrow==undefined||options.showIcon==false)?"":'<img src="'+arrow+'" align="left" /> ';var sDiv='<div id="'+titleid+'" class="'+styles.ddTitle+'"';sDiv+='>';sDiv+='<span id="'+arrowid+'" class="'+styles.arrow+'"></span><span class="textTitle" id="'+titletextid+'">'+arrow+sText+'</span></div>';return sDiv;};function createDropDown(){var changeInsertionPoint=false;var id=getPostID("postID");var titleid=getPostID("postTitleID");var titletextid=getPostID("postTitleTextID");var childid=getPostID("postChildID");var arrowid=getPostID("postArrowID");var iWidth=$("#"+elementid).width();var sStyle=options.style;if($("#"+id).length>0){$("#"+id).remove();changeInsertionPoint=true;}
var sDiv='<div id="'+id+'" class="'+styles.dd+'"';sDiv+=(sStyle!="")?' style="'+sStyle+'"':'';sDiv+='>';if(!ddList)
sDiv+=createTitleDiv();sDiv+=createChildDiv();sDiv+=createATags();sDiv+="</div>";sDiv+="</div>";if(changeInsertionPoint==true){var sid=getPostID("postElementHolder");$("#"+sid).after(sDiv);}else{$("#"+elementid).after(sDiv);}
$("#"+id).css("width",iWidth+"px");$("#"+childid).css("width",(iWidth-2)+"px");if(allOptions.length>options.visibleRows){var margin=parseInt($("#"+childid+" a:first").css("padding-bottom"))+parseInt($("#"+childid+" a:first").css("padding-top"));var iHeight=((options.rowHeight)*options.visibleRows)-margin;$("#"+childid).css("height",iHeight+"px");}
if(changeInsertionPoint==false){setOutOfVision();addNewEvents(elementid);}
if($("#"+elementid).attr("disabled")==true){$("#"+id).css("opacity",styles.disabled);}else{applyEvents();if(!ddList){$("#"+titleid).bind("mouseover",function(event){hightlightArrow(1);});$("#"+titleid).bind("mouseout",function(event){hightlightArrow(0);});};$("#"+childid+" a.enabled").bind("click",function(event){event.preventDefault();manageSelection(this);if(!ddList){$("#"+childid).unbind("mouseover");setInsideWindow(false);var sText=(options.showIcon==false)?$(this).text():$(this).html();setTitleText(sText);closeMe();};setValue();});$("#"+childid+" a.disabled").css("opacity",styles.disabled);if(ddList){$("#"+childid).bind("mouseover",function(event){if(!actionSettings.keyboardAction){actionSettings.keyboardAction=true;$(document).bind("keydown",function(event){var keyCode=event.keyCode;actionSettings.currentKey=keyCode;if(keyCode==39||keyCode==40){event.preventDefault();event.stopPropagation();next();setValue();};if(keyCode==37||keyCode==38){event.preventDefault();event.stopPropagation();previous();setValue();};});}});};$("#"+childid).bind("mouseout",function(event){setInsideWindow(false);$(document).unbind("keydown");actionSettings.keyboardAction=false;actionSettings.currentKey=null;});if(!ddList){$("#"+titleid).bind("click",function(event){setInsideWindow(false);if($("#"+childid+":visible").length==1){$("#"+childid).unbind("mouseover");}else{$("#"+childid).bind("mouseover",function(event){setInsideWindow(true);});openMe();};});};$("#"+titleid).bind("mouseout",function(evt){setInsideWindow(false);})};};function getByIndex(index){for(var i in a_array){if(a_array[i].index==index){return a_array[i];}}}
function manageSelection(obj){var childid=getPostID("postChildID");if(!ddList){$("#"+childid+" a.selected").removeClass("selected");}
var selectedA=$("#"+childid+" a.selected").attr("id");if(selectedA!=undefined){var oldIndex=(actionSettings.oldIndex==undefined||actionSettings.oldIndex==null)?a_array[selectedA].index:actionSettings.oldIndex;};if(obj&&!ddList){$(obj).addClass("selected");};if(ddList){var keyCode=actionSettings.currentKey;if($("#"+elementid).attr("multiple")==true){if(keyCode==17){actionSettings.oldIndex=a_array[$(obj).attr("id")].index;$(obj).toggleClass("selected");}else if(keyCode==16){$("#"+childid+" a.selected").removeClass("selected");$(obj).addClass("selected");var currentSelected=$(obj).attr("id");var currentIndex=a_array[currentSelected].index;for(var i=Math.min(oldIndex,currentIndex);i<=Math.max(oldIndex,currentIndex);i++){$("#"+getByIndex(i).id).addClass("selected");}}else{$("#"+childid+" a.selected").removeClass("selected");$(obj).addClass("selected");actionSettings.oldIndex=a_array[$(obj).attr("id")].index;};}else{$("#"+childid+" a.selected").removeClass("selected");$(obj).addClass("selected");actionSettings.oldIndex=a_array[$(obj).attr("id")].index;};};};function addNewEvents(id){document.getElementById(id).refresh=function(e){$("#"+this.id).dd(options);};};function setInsideWindow(val){actionSettings.insideWindow=val;};function getInsideWindow(){return actionSettings.insideWindow;};function applyEvents(){var mainid=getPostID("postID");var actions_array=attributes.actions.split(",");for(var iCount=0;iCount<actions_array.length;iCount++){var action=actions_array[iCount];var actionFound=$("#"+elementid).attr(action);if(actionFound!=undefined){switch(action){case"onfocus":$("#"+mainid).bind("mouseenter",function(event){document.getElementById(elementid).focus();});break;case"onclick":$("#"+mainid).bind("click",function(event){document.getElementById(elementid).onclick();});break;case"ondblclick":$("#"+mainid).bind("dblclick",function(event){document.getElementById(elementid).ondblclick();});break;case"onmousedown":$("#"+mainid).bind("mousedown",function(event){document.getElementById(elementid).onmousedown();});break;case"onmouseup":$("#"+mainid).bind("mouseup",function(event){document.getElementById(elementid).onmouseup();});break;case"onmouseover":$("#"+mainid).bind("mouseover",function(event){document.getElementById(elementid).onmouseover();});break;case"onmousemove":$("#"+mainid).bind("mousemove",function(event){document.getElementById(elementid).onmousemove();});break;case"onmouseout":$("#"+mainid).bind("mouseout",function(event){document.getElementById(elementid).onmouseout();});break;};};};};function setOutOfVision(){var sId=getPostID("postElementHolder");$("#"+elementid).after("<div style='height:0px;overflow:hidden;position:absolute;' id='"+sId+"'></div>");$("#"+elementid).appendTo($("#"+sId));};function setTitleText(sText){var titletextid=getPostID("postTitleTextID");$("#"+titletextid).html(sText);};function next(){var titletextid=getPostID("postTitleTextID");var childid=getPostID("postChildID");var allAs=$("#"+childid+" a.enabled");for(var current=0;current<allAs.length;current++){var currentA=allAs[current];var id=$(currentA).attr("id");if($(currentA).hasClass("selected")&&current<allAs.length-1){$("#"+childid+" a.selected").removeClass("selected");$(allAs[current+1]).addClass("selected");var selectedA=$("#"+childid+" a.selected").attr("id");if(!ddList){var sText=(options.showIcon==false)?a_array[selectedA].text:a_array[selectedA].html;setTitleText(sText);}
if(parseInt(($("#"+selectedA).position().top+$("#"+selectedA).height()))>=parseInt($("#"+childid).height())){$("#"+childid).scrollTop(($("#"+childid).scrollTop())+$("#"+selectedA).height()+$("#"+selectedA).height());};break;};};};function previous(){var titletextid=getPostID("postTitleTextID");var childid=getPostID("postChildID");var allAs=$("#"+childid+" a.enabled");for(var current=0;current<allAs.length;current++){var currentA=allAs[current];var id=$(currentA).attr("id");if($(currentA).hasClass("selected")&&current!=0){$("#"+childid+" a.selected").removeClass("selected");$(allAs[current-1]).addClass("selected");var selectedA=$("#"+childid+" a.selected").attr("id");if(!ddList){var sText=(options.showIcon==false)?a_array[selectedA].text:a_array[selectedA].html;setTitleText(sText);}
if(parseInt(($("#"+selectedA).position().top+$("#"+selectedA).height()))<=0){$("#"+childid).scrollTop(($("#"+childid).scrollTop()-$("#"+childid).height())-$("#"+selectedA).height());};break;};};};function setValue(){var childid=getPostID("postChildID");var allSelected=$("#"+childid+" a.selected");if(allSelected.length==1){var sText=$("#"+childid+" a.selected").text();var selectedA=$("#"+childid+" a.selected").attr("id");if(selectedA!=undefined){var sValue=a_array[selectedA].value;document.getElementById(elementid).selectedIndex=a_array[selectedA].index;};}else if(allSelected.length>1){var alls=$("#"+elementid+" > option:selected").removeAttr("selected");for(var i=0;i<allSelected.length;i++){var selectedA=$(allSelected[i]).attr("id");var index=a_array[selectedA].index;document.getElementById(elementid).options[index].selected="selected";};};};function openMe(){var childid=getPostID("postChildID");if(oldDiv!=""&&childid!=oldDiv){$("#"+oldDiv).slideUp("fast");$("#"+oldDiv).css({zIndex:'0'});};if($("#"+childid).css("display")=="none"){selectedValue=a_array[$("#"+childid+" a.selected").attr("id")].text;$(document).bind("keydown",function(event){var keyCode=event.keyCode;if(keyCode==39||keyCode==40){event.preventDefault();event.stopPropagation();next();};if(keyCode==37||keyCode==38){event.preventDefault();event.stopPropagation();previous();};if(keyCode==27||keyCode==13){closeMe();setValue();};if($("#"+elementid).attr("onkeydown")!=undefined){document.getElementById(elementid).onkeydown();};});$(document).bind("keyup",function(event){if($("#"+elementid).attr("onkeyup")!=undefined){document.getElementById(elementid).onkeyup();};});$(document).bind("mouseup",function(evt){if(getInsideWindow()==false){closeMe();}});$("#"+childid).css({zIndex:options.zIndex});$("#"+childid).slideDown("fast");if(childid!=oldDiv){oldDiv=childid;}};};function closeMe(){var childid=getPostID("postChildID");$(document).unbind("keydown");$(document).unbind("keyup");$(document).unbind("mouseup");$("#"+childid).slideUp("fast",function(event){checkMethodAndApply();$("#"+childid).css({zIndex:'0'});});};function checkMethodAndApply(){var childid=getPostID("postChildID");if($("#"+elementid).attr("onchange")!=undefined){var currentSelectedValue=a_array[$("#"+childid+" a.selected").attr("id")].text;if(selectedValue!=currentSelectedValue){document.getElementById(elementid).onchange();};}
if($("#"+elementid).attr("onmouseup")!=undefined){document.getElementById(elementid).onmouseup();}
if($("#"+elementid).attr("onblur")!=undefined){$(document).bind("mouseup",function(evt){$("#"+elementid).focus();$("#"+elementid)[0].blur();setValue();$(document).unbind("mouseup");});};};function hightlightArrow(ison){var arrowid=getPostID("postArrowID");if(ison==1)
$("#"+arrowid).css({backgroundPosition:'0 100%'});else
$("#"+arrowid).css({backgroundPosition:'0 0'});};};$.fn.msDropDown=function(properties){var dds=$(this);for(var iCount=0;iCount<dds.length;iCount++){var id=$(dds[iCount]).attr("id");if(properties==undefined){$("#"+id).dd();}else{$("#"+id).dd(properties);};};};})(jQuery);;$(document).ready(function(){var totWidth=0;var positions=new Array();$('.slideshow .slide').each(function(i){positions[i]=totWidth;totWidth+=$(this).width();if(!$(this).width())
{alert("Please, fill in width & height for all your images!");return false;}});$('.slideshow').width(totWidth);$('.slideshowNavigation .circles li a').click(function(e,keepScroll){$('.slideshowNavigation .circles li.menuItem').removeClass('act').addClass('inact');$(this).parent().addClass('act');var pos=$(this).parent().prevAll('.menuItem').length;$('.slideshow').stop().animate({marginLeft:-positions[pos]+'px'},450);e.preventDefault();if(!keepScroll)clearInterval(itvl);});$('.slideshowNavigation .circles li.menuItem:first').addClass('act').siblings().addClass('inact');var current=1;var runOut=false;function autoAdvance()
{if(current==-1||runOut==true)return false;if(current==3){runOut=true;}
$('.slideshowNavigation .circles li a').eq(current%$('.slideshowNavigation .circles li a').length).trigger('click',[true]);current++;}
var changeEvery=5;var itvl=setInterval(function(){autoAdvance()},changeEvery*1000);});;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}})());;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  ITC Franklin Gothic is a trademark of The International Typeface Corporation
 * which may be registered in certain jurisdictions. Portions copyright Microsoft
 * Corporation.  All rights reserved.
 * 
 * Trademark:
 * ITC Franklin Gothic is a trademark of The International Typeface Corporation
 * which may be registered in certain jurisdicions.
 * 
 * Description:
 * Designed in 1902 by Morris Fuller Benton for the American Type Founders
 * company, Franklin Gothic still reigns as one of the most-widely used sans serif
 * typefaces. Originally issued in only one weight, the ATF version of Franklin
 * Gothic was eventually expanded to include five additional weights, but no light
 * or intermediate weights were ever developed. In 1979, under license from ATF,
 * ITC developed four new weights in roman and italic: book, medium, demi and
 * heavy. Designed by Victor Caruso, ITCs new weights matched the original faces
 * characteristics, but featured a slightly enlarged lowercase x-height. ITC
 * Franklin Gothic also features a slightly condensed lowercase a-z alphabet. In
 * 1991, ITC commissioned the Font Bureau in Boston to create condensed, compressed
 * and extra compressed versions of ITC Franklin Gothic, which increased the
 * flexibility and usefulness of the design.
 * 
 * Manufacturer:
 * International Typeface Corporation
 * 
 * Designer:
 * Victor Caruso -- Font Bureau
 * 
 * Vendor URL:
 * http://www.itcfonts.com
 * 
 * License information:
 * http://www.itcfonts.com/itc/licensing.html
 */
Cufon.registerFont({"w":165,"face":{"font-family":"Franklin Gothic Medium Cond","font-weight":400,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 6 6 3 4 2 2 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-92 -356 360 110","underline-thickness":"17.9297","underline-position":"-18.1055","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":67},"!":{"d":"37,-240r49,0r-13,175r-24,0xm41,-44r40,0r0,44r-40,0r0,-44","w":122},"\"":{"d":"46,-240r37,0r-6,98r-25,0xm101,-240r37,0r-6,98r-25,0","w":184},"#":{"d":"66,-240r26,0r-12,70r40,0r11,-70r26,0r-11,70r35,0r-5,24r-34,0r-8,47r35,0r-4,24r-35,0r-13,75r-26,0r13,-75r-40,0r-13,75r-26,0r13,-75r-35,0r4,-24r35,0r8,-47r-35,0r4,-24r35,0xm76,-146r-8,47r40,0r8,-47r-40,0","w":183},"$":{"d":"83,-108v-79,-12,-73,-120,-1,-128r0,-23r22,0r0,23v30,3,50,20,59,49r-29,12v-8,-19,-12,-26,-31,-32r0,66v40,11,65,26,65,67v0,37,-26,65,-64,67r0,31r-22,0r0,-31v-35,-4,-57,-23,-66,-58r32,-10v5,22,16,34,35,38r0,-71xm83,-207v-32,6,-32,53,0,60r0,-60xm103,-36v40,-3,40,-61,0,-66r0,66","w":183},"%":{"d":"63,-242v31,0,47,27,47,62v0,35,-16,62,-47,62v-31,0,-48,-26,-48,-62v0,-36,16,-62,48,-62xm82,-180v0,-27,-6,-40,-19,-40v-13,0,-20,13,-20,40v0,27,6,40,19,40v13,0,20,-13,20,-40xm170,-240r23,0r-117,240r-23,0xm183,-122v31,0,47,27,47,62v0,35,-16,62,-47,62v-31,0,-47,-26,-47,-62v0,-35,16,-62,47,-62xm202,-60v0,-27,-6,-40,-19,-40v-13,0,-20,14,-20,41v0,26,7,39,20,39v13,0,19,-13,19,-40","w":245},"&":{"d":"109,-244v32,-1,55,21,54,52v0,25,-15,46,-44,62r41,59v9,-15,16,-35,21,-63r30,6v-6,32,-16,60,-32,82v13,14,17,18,36,15r0,31v-27,7,-43,1,-60,-20v-45,47,-134,23,-134,-46v0,-31,17,-55,52,-71v-36,-46,-23,-105,36,-107xm110,-217v-32,4,-25,40,-6,65v19,-11,27,-24,27,-41v0,-13,-9,-26,-21,-24xm89,-115v-42,18,-40,88,9,90v15,0,29,-7,40,-19","w":226},"'":{"d":"43,-240r37,0r-6,98r-25,0","w":122},"(":{"d":"65,-240r29,0v-54,87,-55,213,0,300r-29,0v-65,-90,-65,-211,0,-300","w":91},")":{"d":"27,60r-29,0v54,-87,55,-213,0,-300r29,0v65,88,65,212,0,300","w":91},"*":{"d":"79,-240r26,0r-4,48r40,-27r12,24r-41,19r41,18r-12,24r-40,-26r4,48r-26,0r4,-48r-40,26r-12,-24r41,-18r-41,-19r12,-24r40,27","w":183},"+":{"d":"107,-135r58,0r0,30r-58,0r0,59r-30,0r0,-59r-59,0r0,-30r59,0r0,-59r30,0r0,59","w":183},",":{"d":"25,-45r40,0r0,43r-27,53r-17,0r22,-51r-18,0r0,-45","w":85,"k":{"1":17}},"-":{"d":"14,-105r76,0r0,30r-76,0r0,-30","w":104,"k":{"\u0443":-1,"\u0442":4,"\u0423":12,"\u0422":7,"\u0410":-4,"Y":9,"V":2,"T":7,"A":-4}},".":{"d":"23,-45r40,0r0,45r-40,0r0,-45","w":85,"k":{"1":17}},"\/":{"d":"127,-240r28,0r-133,300r-27,0","w":171},"0":{"d":"14,-117v0,-76,16,-127,78,-127v52,0,78,40,78,121v-1,76,-15,127,-78,127v-52,0,-78,-40,-78,-121xm92,-25v37,-6,37,-42,37,-95v0,-53,-1,-88,-37,-95v-36,7,-37,41,-37,95v0,56,2,87,37,95","w":183,"k":{"7":11,"4":-2,"1":13}},"1":{"d":"93,-243r29,0r0,213r39,0r0,30r-119,0r0,-30r41,0r0,-164v-11,13,-24,24,-42,34r0,-37v21,-11,38,-27,52,-46","w":183,"k":{"9":8,"8":6,"7":26,"6":15,"5":8,"4":14,"3":5,"2":2,"1":17,"0":12,".":7,",":9}},"2":{"d":"120,-171v4,-22,-13,-41,-34,-40v-22,0,-35,16,-39,48r-35,-8v7,-43,30,-73,77,-73v42,0,75,28,72,70v-5,69,-54,97,-107,139r108,0r-1,35r-149,0r0,-34v64,-61,97,-70,108,-137","w":183,"k":{"7":12,"4":10,"1":17}},"3":{"d":"118,-176v0,-21,-12,-39,-33,-38v-19,0,-32,12,-38,36r-33,-8v11,-39,36,-58,74,-58v73,0,97,96,32,118v79,20,45,137,-33,130v-45,-4,-73,-21,-80,-64r34,-8v5,55,84,54,82,-2v-1,-33,-25,-42,-64,-40r0,-29v36,2,59,-4,59,-37","w":183,"k":{"7":13,"1":18}},"4":{"d":"97,-244r46,0r0,156r30,0r0,31r-30,0r0,57r-39,0r0,-57r-93,0r0,-29xm106,-86r0,-123r-64,123r64,0","w":183,"k":{"7":18,"4":-4,"1":24}},"5":{"d":"130,-79v0,-51,-61,-67,-76,-23r-30,-6r8,-132r125,0r-4,35r-91,0r-4,66v40,-49,120,-10,111,58v13,96,-141,117,-154,24r35,-9v6,25,19,38,41,38v26,0,39,-17,39,-51","w":183,"k":{"7":13,"4":-2,"1":20}},"6":{"d":"19,-114v0,-90,53,-161,126,-116v13,8,21,24,26,44r-33,10v-6,-44,-54,-51,-70,-14v-7,16,-11,39,-12,71v26,-68,117,-30,117,43v0,45,-30,81,-74,80v-58,-2,-80,-49,-80,-118xm60,-75v0,26,14,49,39,49v24,0,35,-17,35,-50v0,-29,-10,-47,-35,-48v-26,0,-39,22,-39,49","w":183,"k":{"4":-4,"1":12}},"7":{"d":"167,-212v-38,48,-66,129,-66,212r-42,0v0,-73,24,-141,72,-205r-106,0r3,-35r139,0r0,28","w":183,"k":{":":17,"7":6,"6":14,"4":26,"1":18,".":28}},"8":{"d":"94,-244v72,0,98,89,33,114v76,29,48,134,-37,134v-83,0,-107,-100,-33,-126v-64,-30,-38,-122,37,-122xm94,-217v-19,0,-36,13,-35,33v0,18,12,32,38,42v22,-11,33,-25,33,-41v0,-19,-16,-35,-36,-34xm92,-24v34,0,56,-36,32,-61v-7,-7,-20,-14,-39,-22v-52,14,-48,83,7,83","w":183,"k":{"7":9,"4":-4,"1":15}},"9":{"d":"12,-164v0,-46,29,-81,74,-80v52,0,78,37,78,113v0,110,-48,158,-123,124v-11,-8,-19,-22,-25,-41r34,-10v7,39,53,43,66,8v6,-16,10,-38,11,-67v-30,63,-115,23,-115,-47xm86,-118v25,0,37,-23,37,-48v0,-25,-13,-48,-36,-48v-24,0,-38,20,-37,49v0,26,12,46,36,47","w":183,"k":{"7":14,"4":1,"1":16}},":":{"d":"23,-178r40,0r0,46r-40,0r0,-46xm23,-45r40,0r0,45r-40,0r0,-45","w":85},";":{"d":"25,-178r40,0r0,46r-40,0r0,-46xm25,-45r40,0r0,43r-27,53r-17,0r22,-51r-18,0r0,-45","w":85},"\u037e":{"d":"25,-178r40,0r0,46r-40,0r0,-46xm25,-45r40,0r0,43r-27,53r-17,0r22,-51r-18,0r0,-45","w":85},"<":{"d":"166,-215r0,41r-112,54r112,55r0,40r-156,-78r0,-34","w":183},"=":{"d":"165,-130r-147,0r0,-29r147,0r0,29xm165,-81r-147,0r0,-29r147,0r0,29","w":183},">":{"d":"18,-25r0,-40r112,-55r-112,-55r0,-40r155,78r0,35","w":183},"?":{"d":"115,-179v1,-21,-11,-34,-31,-34v-22,0,-34,17,-36,50r-34,-7v4,-50,28,-74,72,-74v41,-1,69,25,69,66v0,55,-66,58,-58,114r-34,0v-10,-67,50,-62,52,-115xm60,-43r39,0r0,43r-39,0r0,-43","w":177},"@":{"d":"97,-48v-64,0,-47,-139,12,-137v13,0,22,7,28,22r3,-19r21,0r-13,98v0,8,3,12,9,12v22,-2,31,-34,31,-63v0,-53,-26,-90,-74,-90v-53,-1,-85,50,-85,107v0,86,85,131,153,84r8,19v-84,53,-187,2,-187,-102v0,-72,43,-129,111,-129v62,0,98,44,98,108v0,44,-21,88,-58,89v-14,0,-23,-7,-26,-21v-7,14,-17,22,-31,22xm102,-75v27,0,36,-81,8,-84v-26,1,-38,76,-8,84","w":214},"A":{"d":"68,-240r44,0r65,240r-40,0r-16,-60r-70,0r-14,60r-38,0xm114,-91r-28,-110r-27,110r55,0","w":177,"k":{"\u2019":12,"\u201d":12,"\u00ab":4,"y":3,"v":1,"t":1,"g":-5,"b":-2,"Y":9,"W":5,"V":7,"U":3,"T":9,"Q":4,"O":4,"G":4,"C":4,".":-7,"-":-4,",":-6}},"B":{"d":"179,-66v0,44,-27,66,-82,66r-74,0r0,-240v72,0,148,-12,148,61v0,27,-11,45,-35,53v29,9,43,29,43,60xm130,-175v0,-37,-33,-35,-68,-34r0,69v37,2,68,0,68,-35xm138,-71v0,-36,-34,-42,-76,-39r0,78v40,2,76,0,76,-39","w":196,"k":{"Y":1,"W":3,"V":3,"O":3}},"C":{"d":"103,-28v29,0,36,-24,41,-53r36,5v-8,53,-33,80,-78,80v-64,0,-87,-54,-87,-123v0,-70,24,-124,88,-125v44,0,70,27,78,82r-37,5v-4,-36,-18,-54,-41,-54v-31,0,-46,31,-46,94v0,59,15,89,46,89","w":190,"k":{"A":-1}},"D":{"d":"187,-124v0,75,-30,124,-107,124r-57,0r0,-240r54,0v76,-2,110,45,110,116xm63,-32v61,6,82,-31,82,-88v-1,-66,-25,-92,-82,-88r0,176","w":202,"k":{"Y":5,"V":4,"T":2,"J":3,"A":5}},"E":{"d":"23,-240r137,0r0,32r-97,0r0,68r76,0r0,32r-76,0r0,75r99,0r0,33r-139,0r0,-240"},"F":{"d":"23,-240r133,0r0,32r-93,0r0,72r75,0r0,31r-75,0r0,105r-40,0r0,-240","w":153,"k":{"u":4,"r":5,"a":4,"J":8,"A":7,".":24,"-":-1,",":25}},"G":{"d":"148,-162v-7,-33,-13,-49,-43,-49v-32,0,-48,30,-48,91v0,61,17,92,50,92v27,0,41,-21,41,-63r-43,0r0,-32r80,0r0,125r-21,0r-6,-31v-12,22,-31,33,-57,33v-60,0,-86,-56,-86,-121v0,-71,24,-127,91,-127v43,0,70,24,78,73","w":202,"k":{"Y":1,"V":2,"T":-3,"A":-7}},"H":{"d":"23,-240r40,0r0,100r70,0r0,-100r40,0r0,240r-40,0r0,-107r-70,0r0,107r-40,0r0,-240","w":196},"I":{"d":"23,-240r40,0r0,240r-40,0r0,-240","w":85},"J":{"d":"-6,-33v45,11,55,-7,55,-58r0,-149r39,0r0,149v7,75,-26,106,-94,91r0,-33","w":110,"k":{"A":2}},"K":{"d":"23,-240r40,0r0,114r72,-114r42,0r-62,88r73,152r-43,0r-54,-119r-28,40r0,79r-40,0r0,-240","w":184,"k":{"y":8,"o":2,"e":2,"a":-2,"T":-14,"O":7,"G":7,"C":7,"-":2}},"L":{"d":"23,-240r40,0r0,206r85,0r0,34r-125,0r0,-240","w":147,"k":{"\u2019":29,"\u201d":30,"y":7,"u":-3,"Y":11,"W":8,"V":11,"T":8,"O":1,"G":2,"C":2,"-":21}},"M":{"d":"22,-240r59,0r48,173r49,-173r56,0r0,240r-37,0r0,-205r-57,205r-29,0r-56,-205r0,205r-33,0r0,-240","w":257},"N":{"d":"22,-240r47,0r78,173r0,-173r34,0r0,240r-37,0r-89,-192r0,192r-33,0r0,-240","w":202,"k":{"u":-1,"o":-1,"e":-1,"A":-4,".":-1}},"O":{"d":"102,-244v63,0,86,53,86,124v1,72,-22,124,-86,124v-64,0,-87,-52,-87,-124v0,-73,23,-124,87,-124xm102,-28v39,0,44,-45,44,-92v0,-47,-5,-92,-45,-92v-39,0,-44,46,-44,92v0,47,4,92,45,92","w":202,"k":{"Y":2,"X":4,"W":1,"V":2,"T":-1,"A":4}},"P":{"d":"171,-167v-1,60,-39,78,-108,73r0,94r-40,0r0,-240v79,-4,151,-3,148,73xm129,-167v-2,-37,-23,-46,-66,-42r0,83v40,2,68,-1,66,-41","w":177,"k":{"o":1,"e":2,"a":2,"J":13,"A":9,".":33,"-":4,",":34}},"Q":{"d":"133,-2v-4,27,20,29,41,23r0,30v-38,12,-76,-4,-73,-47v-63,-3,-86,-50,-86,-124v-1,-72,22,-119,86,-124v112,-8,109,218,32,242xm101,-28v40,0,44,-44,44,-92v0,-46,-3,-92,-44,-92v-39,0,-44,45,-44,92v0,47,5,92,44,92","w":202},"R":{"d":"23,-240v74,-2,149,-6,149,69v0,30,-13,51,-37,63r46,108r-44,0r-37,-100r-37,0r0,100r-40,0r0,-240xm63,-131v41,4,70,-4,70,-41v0,-37,-32,-39,-70,-37r0,78","w":190,"k":{"y":-4,"u":2,"o":4,"e":4,"U":2,"T":-5,"O":3,"G":3,"C":3,"-":5}},"S":{"d":"49,-121v-54,-32,-30,-123,42,-123v39,0,64,19,75,58r-34,11v-7,-22,-17,-35,-42,-37v-28,-2,-45,36,-23,52v33,24,108,30,105,92v-2,43,-33,72,-81,72v-44,0,-72,-22,-83,-67r36,-10v6,30,22,45,48,45v32,0,50,-29,33,-55v-9,-13,-63,-31,-76,-38","w":184,"k":{"t":1,"T":-5,"A":-1}},"T":{"d":"-6,-240r147,0r0,34r-54,0r0,206r-40,0r0,-206r-53,0r0,-34","w":135,"k":{"\u00ab":16,"y":10,"w":10,"v":9,"u":12,"s":12,"r":12,"o":13,"j":-6,"i":-7,"g":14,"e":13,"c":13,"a":15,"Y":-23,"W":-17,"V":-18,"S":-5,"O":-1,"J":6,"A":8,";":16,":":15,".":12,"-":8,",":13}},"U":{"d":"98,4v-113,0,-68,-145,-77,-244r39,0r0,149v0,40,4,63,40,63v36,0,40,-19,39,-64r0,-148r36,0v-8,101,36,244,-77,244","w":196,"k":{"A":2,".":2,",":4}},"V":{"d":"-1,-240r41,0r46,191r46,-191r35,0r-63,241r-44,-1","k":{"\u00ab":11,"y":-6,"u":4,"r":4,"o":8,"g":9,"e":8,"a":9,"T":-18,"O":3,"G":4,"C":3,"A":8,";":5,":":5,".":14,"-":2,",":15}},"W":{"d":"1,-240r40,0r33,180r37,-180r35,0r37,180r34,-180r34,0r-51,241r-36,0r-38,-177r-37,177r-36,0","w":251,"k":{"\u00ab":8,"y":-7,"u":4,"r":4,"o":5,"g":7,"e":5,"a":7,"T":-17,"O":2,"G":2,"C":2,"A":6,":":4,".":10,",":10}},"X":{"d":"3,-240r44,0r34,77r39,-77r37,0r-56,109r63,131r-44,0r-41,-92r-46,92r-38,0r64,-124","w":159,"k":{"y":3,"o":2,"e":2,"Q":4,"O":4,"C":4,"-":2}},"Y":{"d":"-11,-240r43,0r44,100r45,-100r38,0r-67,139r0,101r-40,0r0,-101","w":147,"k":{"\u00ab":18,"v":-4,"u":7,"p":6,"o":13,"g":14,"e":13,"a":14,"T":-23,"O":3,"G":4,"C":4,"A":10,";":8,":":7,".":16,"-":10,",":17}},"Z":{"d":"7,-240r144,0r0,28r-107,179r109,0r0,33r-153,0r0,-31r105,-176r-98,0r0,-33","w":153},"[":{"d":"26,-240r62,0r0,20r-28,0r0,260r28,0r0,20r-62,0r0,-300","w":91},"\\":{"d":"45,-240r132,300r-27,0r-133,-300r28,0","w":171},"]":{"d":"66,60r-62,0r0,-20r28,0r0,-260r-28,0r0,-20r62,0r0,300","w":91},"^":{"d":"47,-124r-43,0r59,-117r54,0r59,117r-43,0r-43,-85","w":180},"_":{"d":"0,19r180,0r0,36r-180,0r0,-36","w":180},"`":{"d":"117,-212r-13,13r-62,-39r19,-24","w":180},"a":{"d":"110,-110v11,-49,-51,-62,-56,-17r-35,-5v4,-31,31,-50,67,-50v87,0,51,111,63,182r-34,0v-2,-6,-3,-17,-3,-30v-18,51,-102,43,-99,-17v3,-49,37,-65,97,-63xm75,-22v24,0,37,-32,35,-64v-34,-4,-59,8,-59,36v0,18,8,28,24,28","k":{"y":3}},"b":{"d":"58,-157v38,-56,101,-5,101,64v0,65,-22,97,-66,97v-21,0,-35,-9,-43,-28v-3,7,-5,15,-8,24r-21,0r0,-240r37,0r0,83xm90,-154v-33,0,-32,42,-32,79v0,34,10,51,31,51v29,0,30,-29,31,-67v0,-37,-2,-63,-30,-63","w":171,"k":{"y":3}},"c":{"d":"13,-88v0,-54,19,-93,69,-94v36,0,58,21,63,64r-36,4v-4,-25,-5,-37,-27,-39v-29,4,-28,29,-31,68v-5,66,53,82,58,21r36,3v-5,44,-27,65,-65,65v-50,0,-67,-39,-67,-92","w":147,"k":{"k":-3,"h":-3}},"d":{"d":"13,-88v0,-72,63,-126,101,-69r0,-83r36,0r0,240r-33,0r0,-27v-9,20,-23,30,-44,30v-44,0,-60,-43,-60,-91xm83,-24v30,0,31,-41,31,-80v0,-30,-11,-50,-32,-50v-20,0,-30,21,-30,63v0,45,10,67,31,67","w":171},"e":{"d":"13,-86v-16,-90,102,-133,131,-50v4,14,7,31,7,53r-101,0v-11,62,55,83,66,27r33,4v-9,38,-31,56,-66,56v-47,0,-71,-36,-70,-90xm113,-108v0,-31,-10,-47,-30,-47v-19,0,-30,16,-32,47r62,0","w":159,"k":{"v":-1,"t":-2}},"f":{"d":"27,-178v-4,-58,21,-74,73,-67r0,29v-29,-4,-41,3,-37,38r31,0r0,30r-31,0r0,148r-36,0r0,-148r-23,0r0,-30r23,0","w":91,"k":{"t":-13,"s":-6,"o":-2,"l":-6,"j":-6,"i":-7,"f":-12,"e":-1,"a":-2}},"g":{"d":"115,-174v3,-26,17,-37,45,-32r0,27v-16,-4,-26,3,-28,19v36,45,-7,113,-71,92v-15,3,-18,21,-6,27v37,9,112,-6,107,52v-3,41,-36,51,-81,55v-62,6,-97,-57,-45,-79v-30,-15,-24,-52,6,-65v-44,-30,-17,-104,40,-104v12,0,23,3,33,8xm108,-123v0,-23,-9,-35,-25,-35v-17,0,-26,12,-26,35v0,23,9,35,26,35v17,0,25,-12,25,-35xm128,15v0,-29,-46,-18,-70,-22v-30,18,-12,47,27,47v28,0,43,-9,43,-25","w":159},"h":{"d":"108,-112v0,-30,-2,-40,-22,-40v-45,0,-23,103,-28,152r-37,0r0,-240r37,0r0,86v8,-19,23,-28,43,-28v71,1,36,114,44,182r-37,0r0,-112","k":{"y":2}},"i":{"d":"59,-201r-38,0r0,-39r38,0r0,39xm22,-178r36,0r0,178r-36,0r0,-178","w":79},"j":{"d":"60,-201r-39,0r0,-39r39,0r0,39xm-9,31v29,7,31,-5,31,-38r0,-171r37,0r0,172v5,54,-19,78,-68,67r0,-30","w":79},"k":{"d":"21,-240r37,0r0,142r57,-80r37,0r-46,62r51,116r-40,0r-35,-89r-24,33r0,56r-37,0r0,-240","w":153,"k":{"u":-2,"o":2,"g":-6,"e":2,"a":-1,".":-6,"-":2,",":-5}},"l":{"d":"22,-240r36,0r0,240r-36,0r0,-240","w":79},"m":{"d":"86,-152v-25,0,-28,21,-28,49r0,103r-37,0r0,-178r34,0r0,28v12,-42,77,-44,85,1v8,-22,23,-33,45,-33v74,-1,38,114,46,182r-37,0r0,-109v-1,-28,1,-43,-21,-43v-46,0,-23,103,-28,152r-37,0r0,-108v-1,-29,1,-44,-22,-44","w":251,"k":{"y":2}},"n":{"d":"87,-152v-26,0,-28,20,-29,53r0,99r-36,0r0,-178r34,0r0,28v8,-21,22,-32,43,-32v74,1,38,113,46,182r-36,0r0,-112v-1,-25,1,-40,-22,-40","k":{"y":2}},"o":{"d":"83,-182v48,0,70,36,70,91v0,63,-24,95,-71,95v-50,0,-69,-36,-69,-93v0,-62,23,-93,70,-93xm83,-23v44,0,43,-130,0,-131v-21,0,-31,21,-31,65v0,36,3,66,31,66","k":{"y":3,"v":1}},"p":{"d":"159,-90v0,47,-17,93,-62,93v-17,0,-30,-7,-39,-21r0,78r-37,0r0,-238r34,0r0,30v9,-21,24,-33,44,-33v42,1,60,41,60,91xm120,-90v0,-82,-62,-80,-62,-14v0,39,-3,78,31,80v21,0,31,-22,31,-66","w":171,"k":{"y":2}},"q":{"d":"13,-86v-12,-78,70,-130,106,-65v4,-7,7,-17,11,-28r20,0r0,239r-37,0r0,-83v-37,58,-110,8,-100,-63xm82,-24v42,0,46,-130,0,-130v-27,0,-30,28,-30,64v0,43,10,66,30,66","w":171},"r":{"d":"22,-178r32,0r0,40v12,-32,23,-45,51,-43r0,38v-64,-9,-44,85,-47,143r-36,0r0,-178","w":98,"k":{"z":-10,"y":-16,"x":-15,"w":-16,"v":-17,"t":-15,"s":-9,"q":-5,"p":-5,"o":-5,"k":-5,"h":-5,"g":-5,"f":-14,"d":-6,"c":-5,"a":-5,";":-5,":":-5,".":9,"-":5,",":10}},"s":{"d":"36,-86v-46,-25,-18,-96,35,-96v30,0,48,16,57,46r-28,8v-4,-32,-53,-37,-53,-5v0,42,92,23,88,81v-2,33,-29,56,-65,56v-38,0,-59,-17,-64,-51r31,-6v1,37,59,42,62,7v2,-27,-48,-28,-63,-40","w":141,"k":{"t":-3}},"t":{"d":"101,1v-53,11,-76,-8,-76,-68r0,-81r-23,0r0,-30r24,0r2,-46r33,-3r0,49r34,0r0,30r-34,0r0,78v-4,37,7,46,40,42r0,29","w":98,"k":{"o":-2,"e":-2,"a":-7,";":-3,":":-4}},"u":{"d":"65,4v-74,0,-36,-116,-45,-182r37,0r0,113v1,27,-1,40,21,40v50,0,22,-99,29,-153r37,0r0,178r-34,0r0,-27v-9,21,-24,31,-45,31"},"v":{"d":"-2,-178r36,0r33,128r33,-128r32,0r-51,178r-32,0","w":128,"k":{"s":-2,"g":1,"a":1,";":-2,":":-4,".":9,"-":-4,",":9}},"w":{"d":"0,-178r36,0r26,122r26,-122r32,0r25,123r28,-123r30,0r-44,178r-31,0r-27,-123r-26,123r-31,0","w":202,"k":{"s":-2,"g":2,"a":1,";":-1,":":-2,".":7,"-":-4,",":8}},"x":{"d":"-1,-178r41,0r26,52r27,-52r34,0r-45,81r53,97r-41,0r-32,-63r-34,63r-34,0r51,-92","w":128,"k":{"o":1,"e":1,"c":1,"a":-1}},"y":{"d":"0,-178r37,0r31,122r31,-122r33,0r-57,189v-8,37,-27,61,-71,50r0,-29v33,4,38,-7,46,-38","w":128,"k":{"s":-2,"o":1,"g":2,"e":2,"c":1,"a":1,";":-2,":":-3,".":10,"-":-2,",":12}},"z":{"d":"12,-178r108,0r0,23r-75,127r75,0r0,28r-115,0r0,-28r72,-122r-65,0r0,-28","w":122},"{":{"d":"32,-145v0,-54,-5,-105,56,-95r0,21v-53,-5,8,117,-44,127v33,5,20,56,22,96v2,27,0,34,22,35r0,21v-61,9,-56,-42,-56,-99v0,-28,5,-39,-19,-40r0,-26v23,-1,19,-11,19,-40","w":91},"|":{"d":"70,-240r40,0r0,300r-40,0r0,-300","w":180},"}":{"d":"60,-39v1,55,7,109,-56,99r0,-21v53,4,-9,-120,44,-131v-32,-5,-20,-53,-22,-92v-1,-27,0,-34,-22,-35r0,-21v59,-8,56,39,56,95v0,27,-3,38,19,40r0,26v-22,2,-18,13,-19,40","w":91},"~":{"d":"152,-89v-7,2,-57,-21,-70,-21v-11,0,-21,8,-29,24r-20,-13v14,-29,22,-43,52,-46v13,-2,60,21,72,21v12,0,21,-8,29,-22r21,13v-13,30,-31,44,-55,44","w":239},"\u00c4":{"d":"68,-240r44,0r65,240r-40,0r-16,-60r-70,0r-14,60r-38,0xm114,-91r-28,-110r-27,110r55,0xm64,-264v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm120,-264v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18","w":177},"\u00c5":{"d":"68,-240r44,0r65,240r-40,0r-16,-60r-70,0r-14,60r-38,0xm114,-91r-28,-110r-27,110r55,0xm88,-256v-17,0,-33,-14,-33,-33v0,-18,16,-33,33,-33v17,0,33,15,33,33v0,18,-16,34,-33,33xm88,-305v-8,0,-16,8,-15,16v0,7,7,15,15,15v8,0,15,-8,15,-15v1,-8,-7,-16,-15,-16","w":177},"\u00c7":{"d":"15,-119v0,-70,24,-124,88,-125v44,0,70,27,78,82r-37,5v-4,-36,-18,-54,-41,-54v-31,0,-46,31,-46,94v0,59,15,89,46,89v29,0,36,-24,41,-53r36,5v-7,52,-32,79,-76,80r-4,14v22,-1,36,8,36,26v-1,33,-48,40,-72,19r5,-13v14,6,38,12,41,-4v-3,-15,-11,-13,-33,-14r10,-29v-53,-8,-72,-61,-72,-122","w":190},"\u00c9":{"d":"23,-240r137,0r0,32r-97,0r0,68r76,0r0,32r-76,0r0,75r99,0r0,33r-139,0r0,-240xm63,-275r56,-50r19,24r-62,39"},"\u00d1":{"d":"22,-240r47,0r78,173r0,-173r34,0r0,240r-37,0r-89,-192r0,192r-33,0r0,-240xm51,-275v18,-41,50,-23,77,-11v6,0,11,-5,16,-14r15,10v-10,18,-23,27,-36,27v-19,0,-44,-32,-58,-2","w":202},"\u00d6":{"d":"102,-244v63,0,86,53,86,124v1,72,-22,124,-86,124v-64,0,-87,-52,-87,-124v0,-73,23,-124,87,-124xm102,-28v39,0,44,-45,44,-92v0,-47,-5,-92,-45,-92v-39,0,-44,46,-44,92v0,47,4,92,45,92xm73,-264v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm129,-264v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18","w":202},"\u00dc":{"d":"98,4v-113,0,-68,-145,-77,-244r39,0r0,149v0,40,4,63,40,63v36,0,40,-19,39,-64r0,-148r36,0v-8,101,36,244,-77,244xm72,-264v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm128,-264v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18","w":196},"\u00e1":{"d":"110,-110v11,-49,-51,-62,-56,-17r-35,-5v4,-31,31,-50,67,-50v87,0,51,111,63,182r-34,0v-2,-6,-3,-17,-3,-30v-18,51,-102,43,-99,-17v3,-49,37,-65,97,-63xm75,-22v24,0,37,-32,35,-64v-34,-4,-59,8,-59,36v0,18,8,28,24,28xm63,-212r56,-50r19,24r-62,39"},"\u00e0":{"d":"110,-110v11,-49,-51,-62,-56,-17r-35,-5v4,-31,31,-50,67,-50v87,0,51,111,63,182r-34,0v-2,-6,-3,-17,-3,-30v-18,51,-102,43,-99,-17v3,-49,37,-65,97,-63xm75,-22v24,0,37,-32,35,-64v-34,-4,-59,8,-59,36v0,18,8,28,24,28xm110,-212r-13,13r-62,-39r19,-24"},"\u00e2":{"d":"110,-110v11,-49,-51,-62,-56,-17r-35,-5v4,-31,31,-50,67,-50v87,0,51,111,63,182r-34,0v-2,-6,-3,-17,-3,-30v-18,51,-102,43,-99,-17v3,-49,37,-65,97,-63xm75,-22v24,0,37,-32,35,-64v-34,-4,-59,8,-59,36v0,18,8,28,24,28xm18,-202r63,-49r63,49r-31,2r-32,-21r-31,21"},"\u00e4":{"d":"110,-110v11,-49,-51,-62,-56,-17r-35,-5v4,-31,31,-50,67,-50v87,0,51,111,63,182r-34,0v-2,-6,-3,-17,-3,-30v-18,51,-102,43,-99,-17v3,-49,37,-65,97,-63xm75,-22v24,0,37,-32,35,-64v-34,-4,-59,8,-59,36v0,18,8,28,24,28xm58,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm114,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18"},"\u00e3":{"d":"110,-110v11,-49,-51,-62,-56,-17r-35,-5v4,-31,31,-50,67,-50v87,0,51,111,63,182r-34,0v-2,-6,-3,-17,-3,-30v-18,51,-102,43,-99,-17v3,-49,37,-65,97,-63xm75,-22v24,0,37,-32,35,-64v-34,-4,-59,8,-59,36v0,18,8,28,24,28xm32,-216v18,-41,50,-23,77,-11v6,0,11,-5,16,-14r15,10v-10,18,-23,27,-36,27v-19,0,-44,-32,-58,-2"},"\u00e5":{"d":"110,-110v11,-49,-51,-62,-56,-17r-35,-5v4,-31,31,-50,67,-50v87,0,51,111,63,182r-34,0v-2,-6,-3,-17,-3,-30v-18,51,-102,43,-99,-17v3,-49,37,-65,97,-63xm75,-22v24,0,37,-32,35,-64v-34,-4,-59,8,-59,36v0,18,8,28,24,28xm85,-196v-17,0,-33,-14,-33,-33v0,-18,16,-33,33,-33v17,0,33,15,33,33v0,18,-16,34,-33,33xm85,-245v-8,0,-16,8,-15,16v0,7,7,15,15,15v8,0,15,-8,15,-15v1,-8,-7,-16,-15,-16"},"\u00e7":{"d":"13,-88v0,-55,19,-93,69,-94v36,0,58,21,63,64r-36,4v-4,-25,-5,-37,-27,-39v-29,4,-28,29,-31,68v-5,66,53,82,58,21r36,3v-6,42,-20,63,-62,65r-5,13v22,-2,36,7,36,25v-2,32,-46,38,-71,19r5,-14v14,7,39,13,41,-4v2,-12,-17,-14,-32,-13r9,-27v-36,-7,-53,-37,-53,-91","w":147},"\u00e9":{"d":"13,-86v-16,-90,102,-133,131,-50v4,14,7,31,7,53r-101,0v-11,62,55,83,66,27r33,4v-9,38,-31,56,-66,56v-47,0,-71,-36,-70,-90xm113,-108v0,-31,-10,-47,-30,-47v-19,0,-30,16,-32,47r62,0xm56,-212r56,-50r19,24r-62,39","w":159},"\u00e8":{"d":"13,-86v-16,-90,102,-133,131,-50v4,14,7,31,7,53r-101,0v-11,62,55,83,66,27r33,4v-9,38,-31,56,-66,56v-47,0,-71,-36,-70,-90xm113,-108v0,-31,-10,-47,-30,-47v-19,0,-30,16,-32,47r62,0xm112,-212r-13,13r-62,-39r19,-24","w":159},"\u00ea":{"d":"13,-86v-16,-90,102,-133,131,-50v4,14,7,31,7,53r-101,0v-11,62,55,83,66,27r33,4v-9,38,-31,56,-66,56v-47,0,-71,-36,-70,-90xm113,-108v0,-31,-10,-47,-30,-47v-19,0,-30,16,-32,47r62,0xm21,-202r63,-49r63,49r-31,2r-32,-21r-31,21","w":159},"\u00eb":{"d":"13,-86v-16,-90,102,-133,131,-50v4,14,7,31,7,53r-101,0v-11,62,55,83,66,27r33,4v-9,38,-31,56,-66,56v-47,0,-71,-36,-70,-90xm113,-108v0,-31,-10,-47,-30,-47v-19,0,-30,16,-32,47r62,0xm56,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm112,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18","w":159},"\u00ed":{"d":"22,-178r36,0r0,178r-36,0r0,-178xm12,-212r56,-50r19,24r-62,39","w":79},"\u00ec":{"d":"22,-178r36,0r0,178r-36,0r0,-178xm68,-212r-13,13r-62,-39r19,-24","w":79},"\u00ee":{"d":"22,-178r36,0r0,178r-36,0r0,-178xm-23,-202r63,-49r63,49r-31,2r-32,-21r-31,21","w":79},"\u00ef":{"d":"22,-178r36,0r0,178r-36,0r0,-178xm12,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm68,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18","w":79},"\u00f1":{"d":"87,-152v-26,0,-28,20,-29,53r0,99r-36,0r0,-178r34,0r0,28v8,-21,22,-32,43,-32v74,1,38,113,46,182r-36,0r0,-112v-1,-25,1,-40,-22,-40xm28,-216v18,-41,50,-23,77,-11v6,0,11,-5,16,-14r15,10v-10,18,-23,27,-36,27v-19,0,-44,-32,-58,-2"},"\u00f3":{"d":"83,-182v48,0,70,36,70,91v0,63,-24,95,-71,95v-50,0,-69,-36,-69,-93v0,-62,23,-93,70,-93xm83,-23v44,0,43,-130,0,-131v-21,0,-31,21,-31,65v0,36,3,66,31,66xm55,-212r56,-50r19,24r-62,39"},"\u00f2":{"d":"83,-182v48,0,70,36,70,91v0,63,-24,95,-71,95v-50,0,-69,-36,-69,-93v0,-62,23,-93,70,-93xm83,-23v44,0,43,-130,0,-131v-21,0,-31,21,-31,65v0,36,3,66,31,66xm111,-212r-13,13r-62,-39r19,-24"},"\u00f4":{"d":"83,-182v48,0,70,36,70,91v0,63,-24,95,-71,95v-50,0,-69,-36,-69,-93v0,-62,23,-93,70,-93xm83,-23v44,0,43,-130,0,-131v-21,0,-31,21,-31,65v0,36,3,66,31,66xm20,-202r63,-49r63,49r-31,2r-32,-21r-31,21"},"\u00f6":{"d":"83,-182v48,0,70,36,70,91v0,63,-24,95,-71,95v-50,0,-69,-36,-69,-93v0,-62,23,-93,70,-93xm83,-23v44,0,43,-130,0,-131v-21,0,-31,21,-31,65v0,36,3,66,31,66xm55,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm111,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18"},"\u00f5":{"d":"83,-182v48,0,70,36,70,91v0,63,-24,95,-71,95v-50,0,-69,-36,-69,-93v0,-62,23,-93,70,-93xm83,-23v44,0,43,-130,0,-131v-21,0,-31,21,-31,65v0,36,3,66,31,66xm32,-216v18,-41,50,-23,77,-11v6,0,11,-5,16,-14r15,10v-10,18,-23,27,-36,27v-19,0,-44,-32,-58,-2"},"\u00fa":{"d":"65,4v-74,0,-36,-116,-45,-182r37,0r0,113v1,27,-1,40,21,40v50,0,22,-99,29,-153r37,0r0,178r-34,0r0,-27v-9,21,-24,31,-45,31xm54,-212r56,-50r19,24r-62,39"},"\u00f9":{"d":"65,4v-74,0,-36,-116,-45,-182r37,0r0,113v1,27,-1,40,21,40v50,0,22,-99,29,-153r37,0r0,178r-34,0r0,-27v-9,21,-24,31,-45,31xm110,-212r-13,13r-62,-39r19,-24"},"\u00fb":{"d":"65,4v-74,0,-36,-116,-45,-182r37,0r0,113v1,27,-1,40,21,40v50,0,22,-99,29,-153r37,0r0,178r-34,0r0,-27v-9,21,-24,31,-45,31xm20,-202r63,-49r63,49r-31,2r-32,-21r-31,21"},"\u00fc":{"d":"65,4v-74,0,-36,-116,-45,-182r37,0r0,113v1,27,-1,40,21,40v50,0,22,-99,29,-153r37,0r0,178r-34,0r0,-27v-9,21,-24,31,-45,31xm55,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm111,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18"},"\u2020":{"d":"75,-240r34,0r0,68r53,0r0,31r-53,0r0,201r-34,0r0,-201r-53,0r0,-31r53,0r0,-68","w":183},"\u00b0":{"d":"92,-244v30,0,56,26,56,56v0,30,-27,56,-56,56v-29,0,-56,-26,-56,-56v0,-30,26,-56,56,-56xm92,-156v16,0,28,-15,28,-32v0,-17,-12,-32,-28,-32v-16,0,-28,15,-28,32v0,17,12,32,28,32","w":183},"\u00a2":{"d":"85,-37v-75,-6,-74,-165,0,-170r0,-33r21,0r0,33v29,4,45,24,50,59r-31,4v-2,-19,-8,-31,-20,-36r0,114v11,-4,18,-16,20,-35r31,4v-4,35,-21,55,-50,60r0,39r-21,0r0,-39xm86,-179v-28,8,-28,105,0,113r0,-113","w":183},"\u00a3":{"d":"57,-140v-14,-57,5,-104,60,-104v28,0,48,12,58,38r-29,17v-10,-36,-58,-34,-55,11r5,38r46,0r0,28r-43,0v6,36,-4,64,-28,81v45,1,78,1,89,-32r28,14v-13,67,-105,45,-181,49r0,-32v51,6,65,-33,55,-80r-35,0r0,-28r30,0","w":183},"\u00a7":{"d":"56,-144v-41,-30,-18,-100,40,-100v35,0,56,15,64,46r-30,7v-4,-37,-63,-37,-61,-1v3,49,91,30,91,93v0,19,-8,34,-25,48v53,32,22,113,-43,113v-39,0,-63,-18,-71,-54r32,-6v1,42,78,43,75,2v-4,-53,-101,-34,-101,-97v0,-21,10,-38,29,-51xm77,-132v-30,24,-18,56,21,64v20,15,30,-9,31,-23v-5,-27,-16,-23,-52,-41","w":183},"\u2022":{"d":"120,-173v27,0,49,24,49,51v0,27,-23,50,-49,50v-26,0,-50,-24,-50,-50v0,-27,23,-51,50,-51","w":239},"\u00b6":{"d":"6,-171v1,-46,21,-69,75,-69r78,0r0,300r-24,0r0,-276r-18,0r0,276r-24,0r0,-161v-59,5,-89,-16,-87,-70","w":183},"\u00df":{"d":"93,-225v-31,2,-33,26,-33,63r0,179r-36,0r0,-149r-21,0r0,-29r21,0v-4,-59,23,-88,74,-91v32,-2,59,20,59,51v0,27,-20,46,-58,55v23,23,86,35,79,84v3,53,-49,79,-100,60r10,-27v26,13,57,4,56,-27v-1,-51,-94,-43,-66,-106v29,-6,44,-17,44,-35v0,-18,-11,-29,-29,-28","w":184},"\u00ae":{"d":"141,4v-68,0,-126,-57,-126,-124v0,-67,60,-124,126,-124v66,0,125,57,125,124v0,67,-58,124,-125,124xm141,-220v-54,0,-100,46,-100,100v0,54,46,100,100,100v54,0,99,-47,99,-100v0,-53,-45,-100,-99,-100xm92,-192v47,-1,100,-4,100,42v0,17,-8,30,-23,38r30,64r-33,0r-24,-59r-20,0r0,59r-30,0r0,-144xm122,-170r0,42v22,1,40,0,40,-22v0,-20,-19,-21,-40,-20","w":281},"\u00a9":{"d":"141,4v-68,0,-126,-57,-126,-124v0,-67,60,-124,126,-124v66,0,125,57,125,124v0,67,-58,124,-125,124xm141,-220v-54,0,-100,46,-100,100v0,54,46,100,100,100v54,0,99,-47,99,-100v0,-53,-45,-100,-99,-100xm144,-69v19,0,19,-13,24,-30r28,3v-5,34,-23,50,-53,50v-40,-1,-58,-30,-58,-73v0,-45,18,-75,59,-76v31,0,48,18,52,52r-28,4v-2,-21,-11,-33,-24,-33v-18,0,-27,18,-27,54v0,33,9,49,27,49","w":281},"\u2122":{"d":"5,-233r88,0r0,22r-30,0r0,115r-27,0r0,-115r-31,0r0,-22xm104,-233r39,0r26,99r26,-99r38,0r0,137r-25,0r0,-115r-31,115r-21,0r-30,-115r0,115r-22,0r0,-137","w":257},"\u00b4":{"d":"73,-212r56,-50r19,24r-62,39","w":180},"\u00a8":{"d":"62,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm118,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18","w":180},"\u2260":{"d":"126,-159r39,0r0,29r-52,0r-10,20r62,0r0,29r-75,0r-20,41r-26,-12r13,-29r-39,0r0,-29r53,0r10,-20r-63,0r0,-29r76,0r19,-42r27,13","w":183},"\u00c6":{"d":"95,-240r153,0r0,32r-97,0r0,68r76,0r0,32r-76,0r0,75r97,0r0,33r-136,0r0,-66r-62,0r-28,66r-37,0xm113,-97r0,-117r-51,117r51,0","w":251},"\u00d8":{"d":"16,-120v0,-91,53,-150,130,-112r10,-21r26,0r-19,37v16,20,23,53,23,96v0,72,-21,122,-84,124v-25,0,-18,-2,-44,-11r-11,22r-25,0r19,-38v-17,-20,-25,-52,-25,-97xm102,-213v-61,-4,-51,110,-41,155r68,-146v-7,-6,-16,-9,-27,-9xm75,-34v51,26,73,-25,73,-86v0,-28,-2,-47,-6,-59","w":202},"\u221e":{"d":"27,-129v0,-52,67,-63,94,-17v23,-26,26,-41,58,-41v29,0,51,22,51,56v0,38,-21,59,-51,59v-31,0,-37,-15,-58,-40v-28,46,-94,36,-94,-17xm210,-129v0,-30,-28,-49,-51,-31v-6,5,-15,14,-26,30v10,15,25,39,46,39v18,0,31,-15,31,-38xm46,-130v0,39,43,34,63,1v-14,-19,-28,-28,-39,-28v-14,0,-24,12,-24,27","w":256},"\u00b1":{"d":"107,-135r58,0r0,30r-58,0r0,57r-30,0r0,-57r-59,0r0,-30r59,0r0,-59r30,0r0,59xm165,-2r-147,0r0,-29r147,0r0,29","w":183},"\u2264":{"d":"166,-234r0,38r-112,53r112,52r0,38r-156,-73r0,-35xm166,-42r0,36r-156,0r0,-36r156,0","w":183},"\u2265":{"d":"18,-53r0,-38r112,-53r-112,-52r0,-38r155,73r0,35xm18,-6r0,-36r155,0r0,36r-155,0","w":183},"\u00a5":{"d":"10,-240r40,0r44,108r46,-108r34,0r-44,96r40,0r0,22r-50,0r-11,24r61,0r0,22r-61,0r0,76r-36,0r0,-76r-56,0r0,-22r56,0r-11,-24r-45,0r0,-22r36,0","w":183},"\u00b5":{"d":"92,-23v46,-8,21,-103,27,-155r36,0r0,178r-31,0r0,-19v-8,28,-47,31,-59,6r0,73r-37,0r0,-238r37,0v5,53,-17,146,27,155","w":183},"\u2202":{"d":"151,-162v-1,-45,-4,-78,-36,-78v-17,0,-30,14,-40,40r-24,-11v11,-29,32,-51,63,-51v44,0,57,43,57,99v0,85,-38,165,-107,168v-34,2,-55,-26,-54,-61v2,-71,58,-107,141,-106xm41,-53v5,45,55,39,79,4v15,-21,26,-51,30,-91v-71,-1,-101,30,-109,87","w":177},"\u2211":{"d":"24,-270r218,0r0,29r-174,0r107,140r-114,148r183,0r0,28r-223,0r0,-33r109,-142r-106,-139r0,-31","w":256},"\u220f":{"d":"28,-270r240,0r0,345r-34,0r0,-314r-172,0r0,314r-34,0r0,-345","w":296},"\uf006":{"d":"23,0r0,-150r-18,0r0,-28r155,0r0,28r-18,0r0,150r-36,0r0,-150r-46,0r0,150r-37,0"},"\u222b":{"d":"0,17v1,-25,28,-14,37,-6v5,0,6,-3,6,-10v-4,-82,-14,-243,2,-300v9,-31,45,-38,53,-10v0,24,-24,20,-36,9v-5,0,-7,3,-7,11v4,88,11,121,6,225v-4,67,-2,93,-40,103v-12,0,-21,-9,-21,-22","w":98},"\u00aa":{"d":"69,-164v5,-26,-27,-29,-30,-8r-27,-3v5,-21,20,-31,45,-31v57,0,34,68,43,110r-23,0v-1,-5,-2,-11,-2,-17v-15,29,-67,24,-67,-13v0,-27,25,-42,61,-38xm69,-146v-17,-4,-33,4,-32,19v0,9,4,13,12,13v13,0,20,-10,20,-32","w":110},"\u00ba":{"d":"55,-206v32,-1,47,22,47,55v0,38,-16,57,-47,57v-32,1,-46,-22,-46,-56v0,-38,15,-56,46,-56xm72,-150v0,-24,-6,-35,-17,-35v-11,0,-17,11,-17,35v0,24,6,36,17,36v11,0,17,-12,17,-36","w":110},"\u2126":{"d":"61,-138v0,52,24,92,60,107r0,31r-101,0r0,-29r65,1v-99,-48,-73,-236,54,-236v125,0,152,184,54,236r64,-1r0,29r-101,0r0,-31v78,-25,87,-203,-17,-205v-51,-1,-78,46,-78,98","w":276},"\u00e6":{"d":"19,-131v1,-50,86,-69,112,-29v22,-28,71,-28,93,2v11,15,19,41,19,75r-100,0v-9,61,54,83,65,27r32,4v-6,64,-92,75,-117,23v-21,48,-113,44,-110,-18v3,-51,39,-63,95,-63v10,-50,-49,-62,-56,-17xm205,-108v-1,-31,-11,-47,-30,-47v-19,0,-29,16,-31,47r61,0xm73,-22v26,-2,38,-32,35,-65v-35,-2,-59,9,-58,37v0,18,8,28,23,28","w":251},"\u00f8":{"d":"35,-14v-38,-43,-32,-168,47,-168v14,0,25,3,35,8r10,-19r21,0r-16,32v14,16,21,39,21,71v2,77,-41,108,-102,88r-11,21r-21,0xm103,-151v-38,-18,-56,17,-56,62v0,19,2,34,6,46xm65,-25v56,20,59,-54,49,-105"},"\u00bf":{"d":"117,-134r-39,0r0,-44r39,1r0,43xm84,-41v-28,21,-32,76,10,77v23,0,34,-17,36,-50r34,6v-4,50,-29,75,-73,75v-53,0,-81,-47,-62,-97v9,-25,62,-37,52,-84r33,0v0,48,-2,52,-30,73","w":177},"\u00a1":{"d":"81,-133r-40,0r0,-45r40,1r0,44xm86,63r-49,0r12,-176r24,0","w":122},"\u00ac":{"d":"129,0r0,-59r-115,0r0,-37r156,0r0,96r-41,0","w":183},"\u221a":{"d":"184,-329r13,0r-55,343r-87,-180r-35,16r-6,-11r53,-27r71,145","w":197},"\u0192":{"d":"86,-166v7,-60,29,-86,86,-76r-4,29v-33,-8,-43,13,-47,47r37,0r-5,30r-36,0v-21,75,4,203,-102,188r5,-31v35,4,38,-11,44,-46r18,-111r-29,0r5,-30r28,0","w":183},"\u2248":{"d":"124,-127v-7,3,-57,-20,-70,-20v-11,0,-21,8,-29,24r-20,-14v12,-27,21,-43,52,-46v12,-1,60,21,72,21v12,0,21,-7,29,-21r21,12v-13,30,-31,44,-55,44xm124,-60v-7,2,-57,-21,-70,-21v-11,0,-21,8,-29,24r-20,-13v12,-27,21,-43,52,-46v12,-1,60,22,71,21v12,0,22,-8,30,-22r21,13v-13,30,-31,44,-55,44","w":183},"\u2206":{"d":"216,0r-211,0r110,-244xm174,-14r-70,-170r-77,170r147,0","w":220},"\u00ab":{"d":"125,-35r-20,0r-34,-57r34,-58r20,0r-19,58xm70,-36r-20,0r-34,-56r34,-57r20,0r-19,57","w":140,"k":{"\u0447":2,"\u0442":9,"\u043b":-3,"\u042f":5,"\u0427":1,"\u0423":4,"\u0422":12,"\u041b":-5,"\u0410":-2}},"\u00bb":{"d":"16,-150r20,0r34,58r-34,57r-20,0r19,-57xm71,-150r21,0r33,58r-33,57r-21,0r19,-57","w":140,"k":{"Y":16,"W":8,"V":10,"T":15,"A":3}},"\u2026":{"d":"23,-45r40,0r0,45r-40,0r0,-45xm109,-45r40,0r0,45r-40,0r0,-45xm195,-45r40,0r0,45r-40,0r0,-45","w":257},"\u00a0":{"w":67},"\u00c0":{"d":"68,-240r44,0r65,240r-40,0r-16,-60r-70,0r-14,60r-38,0xm114,-91r-28,-110r-27,110r55,0xm122,-275r-13,13r-62,-39r19,-24","w":177},"\u00c3":{"d":"68,-240r44,0r65,240r-40,0r-16,-60r-70,0r-14,60r-38,0xm114,-91r-28,-110r-27,110r55,0xm36,-275v18,-41,50,-23,77,-11v6,0,11,-5,16,-14r15,10v-10,18,-23,27,-36,27v-19,0,-44,-32,-58,-2","w":177},"\u00d5":{"d":"102,-244v63,0,86,53,86,124v1,72,-22,124,-86,124v-64,0,-87,-52,-87,-124v0,-73,23,-124,87,-124xm102,-28v39,0,44,-45,44,-92v0,-47,-5,-92,-45,-92v-39,0,-44,46,-44,92v0,47,4,92,45,92xm50,-275v18,-41,50,-23,77,-11v6,0,11,-5,16,-14r15,10v-10,18,-23,27,-36,27v-19,0,-44,-32,-58,-2","w":202},"\u0152":{"d":"15,-119v0,-72,25,-122,86,-125v19,0,35,8,47,24r0,-20r136,0r0,32r-100,0r0,68r78,0r0,32r-78,0r0,75r101,0r0,33r-138,0r0,-22v-11,18,-27,27,-47,27v-58,-2,-85,-55,-85,-124xm105,-211v-44,1,-48,48,-48,96v0,58,16,87,48,87v20,0,33,-11,41,-33r0,-122v-9,-19,-22,-28,-41,-28","w":288},"\u0153":{"d":"13,-89v5,-54,17,-92,68,-93v23,0,41,9,52,27v21,-35,73,-35,97,-4v12,15,19,40,19,76r-100,0v-10,62,54,83,65,27r33,4v-8,61,-85,74,-117,30v-42,56,-125,14,-117,-67xm211,-108v1,-27,-8,-47,-30,-47v-19,0,-29,16,-31,47r61,0xm82,-23v27,-4,30,-29,30,-66v0,-37,-3,-62,-30,-65v-26,2,-30,30,-30,65v1,35,2,63,30,66","w":257},"\u2013":{"d":"30,-104r124,0r0,28r-124,0r0,-28","w":183},"\u2014":{"d":"11,-104r205,0r0,28r-205,0r0,-28","w":226},"\u201c":{"d":"112,-156r-39,0r0,-43r25,-45r17,0r-20,44r17,0r0,44xm58,-156r-38,0r0,-43r24,-45r17,0r-20,44r17,0r0,44","w":135,"k":{"Y":-9,"W":-6,"V":-6,"T":-7,"A":14}},"\u201d":{"d":"23,-240r38,0r0,43r-24,45r-17,0r20,-43r-17,0r0,-45xm77,-240r38,0r0,43r-24,45r-18,0r21,-43r-17,0r0,-45","w":135,"k":{"Y":-9,"W":-7,"V":-7,"T":-8,"A":13}},"\u2018":{"d":"57,-156r-38,0r0,-43r24,-45r18,0r-21,44r17,0r0,44","w":79},"\u2019":{"d":"22,-240r39,0r0,43r-25,45r-17,0r21,-43r-18,0r0,-45","w":79},"\u00f7":{"d":"110,-153r-36,0r0,-39r36,0r0,39xm165,-105r-147,0r0,-30r147,0r0,30xm110,-47r-36,0r0,-40r36,0r0,40","w":183},"\u25ca":{"d":"97,-250r73,125r-73,125r-20,0r-69,-125r69,-125r20,0xm87,-233r-60,108r60,108r63,-108","w":177},"\u00ff":{"d":"0,-178r37,0r31,122r31,-122r33,0r-57,189v-8,37,-27,61,-71,50r0,-29v33,4,38,-7,46,-38xm39,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm95,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18","w":128},"\u0178":{"d":"-11,-240r43,0r44,100r45,-100r38,0r-67,139r0,101r-40,0r0,-101xm48,-264v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm104,-264v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18","w":147},"\u2215":{"d":"61,-240r26,0r-117,240r-26,0","w":30},"\u20ac":{"d":"63,-86v-1,74,70,78,73,15r40,5v-6,47,-31,70,-73,70v-47,0,-74,-30,-82,-90r-17,0r0,-21r16,0r0,-22r-16,0r0,-21r17,0v5,-85,75,-120,132,-77v14,11,20,29,23,51r-39,5v-3,-29,-14,-44,-33,-44v-23,0,-37,22,-41,65r47,0r0,21r-48,0r0,22r48,0r0,21r-47,0","w":183},"\u2039":{"d":"70,-35r-20,0r-34,-57r34,-58r20,0r-19,58","w":85},"\u203a":{"d":"16,-150r20,0r34,58r-34,57r-20,0r19,-57","w":85},"\ufb01":{"d":"27,-178v-3,-56,18,-73,69,-68r0,30v-27,-3,-36,5,-33,38r31,0r0,30r-31,0r0,148r-36,0r0,-148r-23,0r0,-30r23,0xm151,-201r-38,0r0,-39r38,0r0,39xm114,-178r36,0r0,178r-36,0r0,-178","w":171},"\ufb02":{"d":"27,-178v-3,-56,18,-73,69,-68r0,30v-27,-3,-36,5,-33,38r31,0r0,30r-31,0r0,148r-36,0r0,-148r-23,0r0,-30r23,0xm113,-240r37,0r0,240r-37,0r0,-240","w":171},"\u2021":{"d":"75,-240r34,0r0,68r53,0r0,31r-53,0r0,102r53,0r0,31r-53,0r0,68r-34,0r0,-68r-53,0r0,-31r53,0r0,-102r-53,0r0,-31r53,0r0,-68","w":183},"\u2219":{"d":"23,-115r40,0r0,45r-40,0r0,-45","w":85},"\u201a":{"d":"22,-45r39,0r0,44r-25,45r-17,0r21,-44r-18,0r0,-45","w":79},"\u201e":{"d":"23,-45r38,0r0,44r-24,45r-17,0r20,-44r-17,0r0,-45xm77,-45r38,0r0,44r-24,45r-18,0r21,-44r-17,0r0,-45","w":135,"k":{"Y":13,"W":9,"V":12,"T":10,"A":-9}},"\u2030":{"d":"63,-242v31,0,47,27,47,62v0,35,-16,62,-47,62v-31,0,-48,-26,-48,-62v0,-36,16,-62,48,-62xm82,-180v0,-27,-6,-40,-19,-40v-13,0,-20,13,-20,40v0,27,7,40,20,40v13,0,19,-13,19,-40xm170,-240r24,0r-118,240r-23,0xm183,-122v31,0,47,27,47,62v0,35,-16,62,-47,62v-31,0,-47,-27,-47,-62v0,-35,16,-62,47,-62xm202,-60v0,-27,-6,-40,-19,-40v-13,0,-19,14,-19,41v0,26,6,39,19,39v13,0,19,-13,19,-40xm293,-122v31,0,47,27,47,62v0,36,-16,62,-47,62v-31,0,-47,-27,-47,-62v0,-35,16,-62,47,-62xm313,-60v0,-27,-7,-40,-20,-40v-13,0,-19,14,-19,41v0,26,6,39,19,39v13,0,20,-13,20,-40","w":355},"\u00c2":{"d":"68,-240r44,0r65,240r-40,0r-16,-60r-70,0r-14,60r-38,0xm114,-91r-28,-110r-27,110r55,0xm26,-263r63,-49r63,49r-31,2r-32,-21r-31,21","w":177},"\u00ca":{"d":"23,-240r137,0r0,32r-97,0r0,68r76,0r0,32r-76,0r0,75r99,0r0,33r-139,0r0,-240xm29,-263r63,-49r63,49r-31,2r-32,-21r-31,21"},"\u00c1":{"d":"68,-240r44,0r65,240r-40,0r-16,-60r-70,0r-14,60r-38,0xm114,-91r-28,-110r-27,110r55,0xm62,-273r56,-50r19,24r-62,39","w":177},"\u00cb":{"d":"23,-240r137,0r0,32r-97,0r0,68r76,0r0,32r-76,0r0,75r99,0r0,33r-139,0r0,-240xm64,-265v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm120,-265v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18"},"\u00c8":{"d":"23,-240r137,0r0,32r-97,0r0,68r76,0r0,32r-76,0r0,75r99,0r0,33r-139,0r0,-240xm116,-273r-13,13r-62,-39r19,-24"},"\u00cd":{"d":"23,-240r40,0r0,240r-40,0r0,-240xm23,-273r56,-50r19,24r-62,39","w":85},"\u00ce":{"d":"23,-240r40,0r0,240r-40,0r0,-240xm-20,-263r63,-49r63,49r-31,2r-32,-21r-31,21","w":85},"\u00cf":{"d":"23,-240r40,0r0,240r-40,0r0,-240xm15,-265v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm71,-265v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18","w":85},"\u00cc":{"d":"23,-240r40,0r0,240r-40,0r0,-240xm69,-273r-13,13r-62,-39r19,-24","w":85},"\u00d3":{"d":"102,-244v63,0,86,53,86,124v1,72,-22,124,-86,124v-64,0,-87,-52,-87,-124v0,-73,23,-124,87,-124xm102,-28v39,0,44,-45,44,-92v0,-47,-5,-92,-45,-92v-39,0,-44,46,-44,92v0,47,4,92,45,92xm80,-273r56,-50r19,24r-62,39","w":202},"\u00d4":{"d":"102,-244v63,0,86,53,86,124v1,72,-22,124,-86,124v-64,0,-87,-52,-87,-124v0,-73,23,-124,87,-124xm102,-28v39,0,44,-45,44,-92v0,-47,-5,-92,-45,-92v-39,0,-44,46,-44,92v0,47,4,92,45,92xm39,-263r63,-49r63,49r-31,2r-32,-21r-31,21","w":202},"\u00d2":{"d":"102,-244v63,0,86,53,86,124v1,72,-22,124,-86,124v-64,0,-87,-52,-87,-124v0,-73,23,-124,87,-124xm102,-28v39,0,44,-45,44,-92v0,-47,-5,-92,-45,-92v-39,0,-44,46,-44,92v0,47,4,92,45,92xm125,-273r-13,13r-62,-39r19,-24","w":202},"\u00da":{"d":"98,4v-113,0,-68,-145,-77,-244r39,0r0,149v0,40,4,63,40,63v36,0,40,-19,39,-64r0,-148r36,0v-8,101,36,244,-77,244xm77,-273r56,-50r19,24r-62,39","w":196},"\u00db":{"d":"98,4v-113,0,-68,-145,-77,-244r39,0r0,149v0,40,4,63,40,63v36,0,40,-19,39,-64r0,-148r36,0v-8,101,36,244,-77,244xm35,-263r63,-49r63,49r-31,2r-32,-21r-31,21","w":196},"\u00d9":{"d":"98,4v-113,0,-68,-145,-77,-244r39,0r0,149v0,40,4,63,40,63v36,0,40,-19,39,-64r0,-148r36,0v-8,101,36,244,-77,244xm121,-273r-13,13r-62,-39r19,-24","w":196},"\u0131":{"d":"22,-178r36,0r0,178r-36,0r0,-178","w":79},"\u02c6":{"d":"27,-202r63,-49r63,49r-31,2r-32,-21r-31,21","w":180},"\u02dc":{"d":"36,-216v18,-41,50,-23,77,-11v6,0,11,-5,16,-14r15,10v-10,18,-23,27,-36,27v-19,0,-44,-32,-58,-2","w":180},"\u02c9":{"d":"41,-234r98,0r0,23r-98,0r0,-23","w":180},"\u02d8":{"d":"36,-243r25,0v4,26,54,27,58,0r25,0v-6,29,-24,43,-54,43v-30,0,-48,-14,-54,-43","w":180},"\u02d9":{"d":"90,-202v-10,0,-21,-8,-21,-20v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,20,-21,20","w":180},"\u02da":{"d":"90,-196v-17,0,-33,-14,-33,-33v0,-18,16,-33,33,-33v17,0,33,15,33,33v0,18,-16,34,-33,33xm90,-245v-8,0,-16,8,-15,16v0,7,7,15,15,15v8,0,15,-8,15,-15v1,-8,-7,-16,-15,-16","w":180},"\u00b8":{"d":"131,43v-1,32,-46,37,-70,18r5,-13v15,6,38,12,40,-5v2,-12,-17,-14,-32,-13r10,-30r18,0r-6,17v21,-1,35,8,35,26","w":180},"\u02dd":{"d":"98,-256r19,20r-48,37r-12,-12xm148,-256r19,20r-49,37r-11,-12","w":180},"\u02db":{"d":"141,58v-25,10,-64,2,-63,-26v0,-15,13,-35,40,-32v-26,18,-16,53,19,44","w":180},"\u02c7":{"d":"27,-245r32,-3r31,22r32,-22r31,3r-63,48","w":180},"\u0141":{"d":"23,-240r40,0r0,94r42,-42r0,36r-42,43r0,75r85,0r0,34r-125,0r0,-83r-20,20r0,-36r20,-21r0,-120","w":147},"\u0142":{"d":"25,-240r36,0r0,88r23,-23r0,30r-23,22r0,123r-36,0r0,-100r-23,23r0,-29r23,-23r0,-111","w":85},"\u0160":{"d":"49,-121v-54,-32,-30,-123,42,-123v39,0,64,19,75,58r-34,11v-7,-22,-17,-35,-42,-37v-28,-2,-45,36,-23,52v33,24,108,30,105,92v-2,43,-33,72,-81,72v-44,0,-72,-22,-83,-67r36,-10v6,30,22,45,48,45v32,0,50,-29,33,-55v-9,-13,-63,-31,-76,-38xm31,-306r32,-3r31,22r32,-22r31,3r-63,48","w":184},"\u0161":{"d":"36,-86v-46,-25,-18,-96,35,-96v30,0,48,16,57,46r-28,8v-4,-32,-53,-37,-53,-5v0,42,92,23,88,81v-2,33,-29,56,-65,56v-38,0,-59,-17,-64,-51r31,-6v1,37,59,42,62,7v2,-27,-48,-28,-63,-40xm10,-245r32,-3r31,22r32,-22r31,3r-63,48","w":141},"\u017d":{"d":"7,-240r144,0r0,28r-107,179r109,0r0,33r-153,0r0,-31r105,-176r-98,0r0,-33xm16,-306r32,-3r31,22r32,-22r31,3r-63,48","w":153},"\u017e":{"d":"12,-178r108,0r0,23r-75,127r75,0r0,28r-115,0r0,-28r72,-122r-65,0r0,-28xm4,-245r32,-3r31,22r32,-22r31,3r-63,48","w":122},"\u00a6":{"d":"70,-240r40,0r0,123r-40,0r0,-123xm70,-55r40,0r0,115r-40,0r0,-115","w":180},"\u00d0":{"d":"187,-124v0,75,-30,124,-107,124r-57,0r0,-109r-20,0r0,-30r20,0r0,-101r54,0v76,-2,110,46,110,116xm63,-32v61,6,82,-31,82,-88v-1,-66,-25,-92,-82,-88r0,69r44,0r0,30r-44,0r0,77","w":202},"\u00f0":{"d":"10,-89v-3,-61,37,-113,86,-84v-6,-14,-11,-24,-16,-33r-24,14r-10,-16r24,-15r-11,-19r24,-15r12,20r23,-14r10,16r-23,14v26,44,44,77,45,135v1,52,-21,90,-69,90v-55,1,-68,-40,-71,-93xm80,-23v44,0,43,-130,0,-131v-21,0,-31,21,-31,65v0,36,3,66,31,66","w":159},"\u00dd":{"d":"-11,-240r43,0r44,100r45,-100r38,0r-67,139r0,101r-40,0r0,-101xm53,-273r56,-50r19,24r-62,39","w":147},"\u00fd":{"d":"0,-178r37,0r31,122r31,-122r33,0r-57,189v-8,37,-27,61,-71,50r0,-29v33,4,38,-7,46,-38xm38,-212r56,-50r19,24r-62,39","w":128},"\u00de":{"d":"171,-130v0,60,-40,78,-108,74r0,56r-40,0r0,-240r40,0r0,37v66,-5,108,14,108,73xm129,-130v-1,-37,-23,-46,-66,-42r0,84v40,2,68,-3,66,-42","w":177},"\u00fe":{"d":"159,-90v0,47,-17,93,-62,93v-17,0,-30,-7,-39,-21r0,78r-37,0r0,-300r37,0r0,90v9,-20,23,-31,42,-31v40,0,60,42,59,91xm91,-154v-31,0,-33,43,-33,80v0,30,7,50,31,50v21,0,31,-22,31,-66v0,-42,-9,-64,-29,-64","w":171},"\u2212":{"d":"165,-105r-147,0r0,-30r147,0r0,30","w":183},"\u00d7":{"d":"92,-142r44,-43r21,21r-43,44r43,44r-21,21r-44,-43r-44,43r-22,-21r44,-44r-44,-44r22,-21","w":183},"\u00b9":{"d":"61,-241r22,0r0,123r25,0r0,22r-81,0r0,-22r27,0r0,-87v-8,7,-17,13,-27,18r0,-27v14,-7,25,-15,34,-27","w":122},"\u00b2":{"d":"8,-120v38,-32,58,-40,68,-78v0,-14,-7,-21,-19,-21v-13,0,-20,10,-22,29r-27,-5v2,-63,98,-62,99,-4v0,25,-22,51,-64,78r65,0r-1,25r-99,0r0,-24","w":122},"\u00b3":{"d":"38,-181v20,0,38,1,37,-19v-2,-28,-37,-25,-40,1r-26,-6v6,-50,97,-52,96,2v0,14,-7,25,-22,31v51,18,23,78,-25,78v-31,0,-48,-13,-53,-41r27,-6v0,30,46,33,46,2v0,-18,-18,-22,-40,-21r0,-21","w":122},"\u00bd":{"d":"58,-241r22,0r0,123r25,0r0,22r-81,0r0,-22r27,0r0,-87v-8,7,-17,13,-27,18r0,-27v14,-7,25,-15,34,-27xm179,-240r26,0r-117,240r-26,0xm155,-24v38,-32,58,-40,68,-78v0,-14,-7,-21,-19,-21v-13,0,-20,10,-22,29r-27,-5v2,-63,98,-62,99,-4v0,25,-22,51,-64,78r65,0r-1,25r-99,0r0,-24","w":275},"\u00bc":{"d":"54,-241r22,0r0,123r25,0r0,22r-81,0r0,-22r27,0r0,-87v-8,7,-17,13,-27,18r0,-27v14,-7,25,-15,34,-27xm184,-240r26,0r-117,240r-26,0xm213,-147r32,0r0,91r19,0r0,23r-19,0r0,33r-29,0r0,-33r-59,0r0,-20xm217,-54r0,-66r-36,66r36,0","w":275},"\u00be":{"d":"44,-181v20,0,38,1,37,-19v-2,-28,-37,-25,-40,1r-26,-6v6,-50,97,-52,96,2v0,14,-7,25,-22,31v51,18,23,78,-25,78v-31,0,-48,-13,-53,-41r27,-6v0,30,46,33,46,2v0,-18,-18,-22,-40,-21r0,-21xm184,-240r26,0r-117,240r-26,0xm211,-147r32,0r0,91r19,0r0,23r-19,0r0,33r-29,0r0,-33r-59,0r0,-20xm215,-54r0,-66r-36,66r36,0","w":275},"\u20a3":{"d":"63,-70r35,0r0,30r-35,0r0,40r-40,0r0,-40r-18,0r0,-30r18,0r0,-170r133,0r0,32r-93,0r0,72r75,0r0,31r-75,0r0,35","w":153},"\u011e":{"d":"148,-162v-7,-33,-13,-49,-43,-49v-32,0,-48,30,-48,91v0,61,17,92,50,92v27,0,41,-21,41,-63r-43,0r0,-32r80,0r0,125r-21,0r-6,-31v-12,22,-31,33,-57,33v-60,0,-86,-56,-86,-121v0,-71,24,-127,91,-127v43,0,70,24,78,73xm56,-306r25,0v4,26,54,27,58,0r25,0v-6,29,-24,43,-54,43v-30,0,-48,-14,-54,-43","w":202},"\u011f":{"d":"115,-174v3,-26,17,-37,45,-32r0,27v-16,-4,-26,3,-28,19v36,45,-7,113,-71,92v-15,3,-18,21,-6,27v37,9,112,-6,107,52v-3,41,-36,51,-81,55v-62,6,-97,-57,-45,-79v-30,-15,-24,-52,6,-65v-44,-30,-17,-104,40,-104v12,0,23,3,33,8xm108,-123v0,-23,-9,-35,-25,-35v-17,0,-26,12,-26,35v0,23,9,35,26,35v17,0,25,-12,25,-35xm128,15v0,-29,-46,-18,-70,-22v-30,18,-12,47,27,47v28,0,43,-9,43,-25xm30,-243r25,0v4,26,54,27,58,0r25,0v-6,29,-24,43,-54,43v-30,0,-48,-14,-54,-43","w":159},"\u0130":{"d":"23,-240r40,0r0,240r-40,0r0,-240xm43,-262v-10,0,-21,-8,-21,-20v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,20,-21,20","w":85},"\u015e":{"d":"49,-121v-54,-32,-30,-123,42,-123v39,0,64,19,75,58r-34,11v-7,-22,-17,-35,-42,-37v-28,-2,-45,36,-23,52v33,24,105,30,105,92v0,42,-33,74,-78,72r-5,14v21,-1,37,7,37,26v0,33,-48,40,-73,19r5,-13v14,6,38,12,41,-4v-3,-16,-11,-13,-32,-14r9,-29v-37,-6,-60,-28,-68,-66r36,-10v6,30,22,45,48,45v32,0,50,-29,33,-55v-9,-13,-63,-31,-76,-38","w":184},"\u015f":{"d":"100,-128v-4,-32,-53,-37,-53,-5v0,42,93,23,88,81v-3,32,-28,56,-63,56r-4,13v22,-2,36,8,36,26v0,31,-46,37,-71,18r5,-13v15,6,38,11,41,-5v1,-12,-17,-14,-33,-13r10,-26v-29,-6,-46,-23,-50,-51r31,-6v1,37,59,42,62,7v-8,-42,-87,-22,-87,-81v0,-31,27,-55,59,-55v30,0,48,16,57,46","w":141},"\u0106":{"d":"103,-28v29,0,36,-24,41,-53r36,5v-8,53,-33,80,-78,80v-64,0,-87,-54,-87,-123v0,-70,24,-124,88,-125v44,0,70,27,78,82r-37,5v-4,-36,-18,-54,-41,-54v-31,0,-46,31,-46,94v0,59,15,89,46,89xm80,-273r56,-50r19,24r-62,39","w":190},"\u0107":{"d":"13,-88v0,-54,19,-93,69,-94v36,0,58,21,63,64r-36,4v-4,-25,-5,-37,-27,-39v-29,4,-28,29,-31,68v-5,66,53,82,58,21r36,3v-5,44,-27,65,-65,65v-50,0,-67,-39,-67,-92xm61,-212r56,-50r19,24r-62,39","w":147},"\u010c":{"d":"103,-28v29,0,36,-24,41,-53r36,5v-8,53,-33,80,-78,80v-64,0,-87,-54,-87,-123v0,-70,24,-124,88,-125v44,0,70,27,78,82r-37,5v-4,-36,-18,-54,-41,-54v-31,0,-46,31,-46,94v0,59,15,89,46,89xm42,-306r32,-3r31,22r32,-22r31,3r-63,48","w":190},"\u010d":{"d":"13,-88v0,-54,19,-93,69,-94v36,0,58,21,63,64r-36,4v-4,-25,-5,-37,-27,-39v-29,4,-28,29,-31,68v-5,66,53,82,58,21r36,3v-5,44,-27,65,-65,65v-50,0,-67,-39,-67,-92xm21,-245r32,-3r31,22r32,-22r31,3r-63,48","w":147},"\u0111":{"d":"13,-88v0,-73,66,-127,102,-66r0,-45r-39,0r0,-20r39,0r0,-21r35,0r0,21r20,0r0,20r-20,0r0,199r-33,0r0,-27v-9,20,-23,30,-44,30v-43,-2,-60,-39,-60,-91xm83,-24v30,0,31,-41,31,-80v0,-30,-11,-50,-32,-50v-20,0,-30,21,-30,63v0,45,10,67,31,67","w":171},"\u00ad":{"d":"14,-105r76,0r0,30r-76,0r0,-30","w":104},"\u00af":{"d":"0,-318r180,0r0,36r-180,0r0,-36","w":180},"\u00b7":{"d":"23,-115r40,0r0,45r-40,0r0,-45","w":85},"\u0100":{"d":"68,-240r44,0r65,240r-40,0r-16,-60r-70,0r-14,60r-38,0xm114,-91r-28,-110r-27,110r55,0xm41,-294r98,0r0,23r-98,0r0,-23","w":177},"\u0101":{"d":"110,-110v11,-49,-51,-62,-56,-17r-35,-5v4,-31,31,-50,67,-50v87,0,51,111,63,182r-34,0v-2,-6,-3,-17,-3,-30v-18,51,-102,43,-99,-17v3,-49,37,-65,97,-63xm75,-22v24,0,37,-32,35,-64v-34,-4,-59,8,-59,36v0,18,8,28,24,28xm36,-234r98,0r0,23r-98,0r0,-23"},"\u0102":{"d":"68,-240r44,0r65,240r-40,0r-16,-60r-70,0r-14,60r-38,0xm114,-91r-28,-110r-27,110r55,0xm37,-306r25,0v4,26,54,27,58,0r25,0v-6,29,-24,43,-54,43v-30,0,-48,-14,-54,-43","w":177},"\u0103":{"d":"110,-110v11,-49,-51,-62,-56,-17r-35,-5v4,-31,31,-50,67,-50v87,0,51,111,63,182r-34,0v-2,-6,-3,-17,-3,-30v-18,51,-102,43,-99,-17v3,-49,37,-65,97,-63xm75,-22v24,0,37,-32,35,-64v-34,-4,-59,8,-59,36v0,18,8,28,24,28xm31,-243r25,0v4,26,54,27,58,0r25,0v-6,29,-24,43,-54,43v-30,0,-48,-14,-54,-43"},"\u0104":{"d":"200,59v-26,12,-65,2,-65,-26v0,-13,8,-24,25,-33r-23,0r-16,-60r-70,0r-14,60r-38,0r69,-240r44,0r65,240v-27,19,-18,54,20,45xm114,-91r-28,-110r-27,110r55,0","w":177},"\u0105":{"d":"110,-110v11,-49,-51,-62,-56,-17r-35,-5v4,-31,31,-50,67,-50v87,0,51,111,63,182v-26,18,-16,53,19,44r4,14v-25,10,-64,2,-63,-26v0,-13,8,-23,24,-32r-18,0v-2,-6,-3,-17,-3,-30v-18,51,-102,43,-99,-17v3,-49,37,-65,97,-63xm75,-22v24,0,37,-32,35,-64v-34,-4,-59,8,-59,36v0,18,8,28,24,28"},"\u0108":{"d":"103,-28v29,0,36,-24,41,-53r36,5v-8,53,-33,80,-78,80v-64,0,-87,-54,-87,-123v0,-70,24,-124,88,-125v44,0,70,27,78,82r-37,5v-4,-36,-18,-54,-41,-54v-31,0,-46,31,-46,94v0,59,15,89,46,89xm42,-263r63,-49r63,49r-31,2r-32,-21r-31,21","w":190},"\u0109":{"d":"13,-88v0,-54,19,-93,69,-94v36,0,58,21,63,64r-36,4v-4,-25,-5,-37,-27,-39v-29,4,-28,29,-31,68v-5,66,53,82,58,21r36,3v-5,44,-27,65,-65,65v-50,0,-67,-39,-67,-92xm20,-202r63,-49r63,49r-31,2r-32,-21r-31,21","w":147},"\u010a":{"d":"103,-28v29,0,36,-24,41,-53r36,5v-8,53,-33,80,-78,80v-64,0,-87,-54,-87,-123v0,-70,24,-124,88,-125v44,0,70,27,78,82r-37,5v-4,-36,-18,-54,-41,-54v-31,0,-46,31,-46,94v0,59,15,89,46,89xm105,-262v-10,0,-21,-8,-21,-20v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,20,-21,20","w":190},"\u010b":{"d":"13,-88v0,-54,19,-93,69,-94v36,0,58,21,63,64r-36,4v-4,-25,-5,-37,-27,-39v-29,4,-28,29,-31,68v-5,66,53,82,58,21r36,3v-5,44,-27,65,-65,65v-50,0,-67,-39,-67,-92xm84,-202v-10,0,-21,-8,-21,-20v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,20,-21,20","w":147},"\u010e":{"d":"187,-124v0,75,-30,124,-107,124r-57,0r0,-240r54,0v76,-2,110,45,110,116xm63,-32v61,6,82,-31,82,-88v-1,-66,-25,-92,-82,-88r0,176xm29,-306r32,-3r31,22r32,-22r31,3r-63,48","w":202},"\u010f":{"d":"13,-88v0,-72,63,-126,101,-69r0,-83r36,0r0,240r-33,0r0,-27v-9,20,-23,30,-44,30v-44,0,-60,-43,-60,-91xm83,-24v30,0,31,-41,31,-80v0,-30,-11,-50,-32,-50v-20,0,-30,21,-30,63v0,45,10,67,31,67xm172,-240r34,0r-26,67r-17,0","w":200},"\u0110":{"d":"187,-124v0,75,-30,124,-107,124r-57,0r0,-109r-20,0r0,-30r20,0r0,-101r54,0v76,-2,110,46,110,116xm63,-32v61,6,82,-31,82,-88v-1,-66,-25,-92,-82,-88r0,69r44,0r0,30r-44,0r0,77","w":202},"\u0112":{"d":"23,-240r137,0r0,32r-97,0r0,68r76,0r0,32r-76,0r0,75r99,0r0,33r-139,0r0,-240xm43,-294r98,0r0,23r-98,0r0,-23"},"\u0113":{"d":"13,-86v-16,-90,102,-133,131,-50v4,14,7,31,7,53r-101,0v-11,62,55,83,66,27r33,4v-9,38,-31,56,-66,56v-47,0,-71,-36,-70,-90xm113,-108v0,-31,-10,-47,-30,-47v-19,0,-30,16,-32,47r62,0xm41,-234r98,0r0,23r-98,0r0,-23","w":159},"\u0114":{"d":"23,-240r137,0r0,32r-97,0r0,68r76,0r0,32r-76,0r0,75r99,0r0,33r-139,0r0,-240xm39,-306r25,0v4,26,54,27,58,0r25,0v-6,29,-24,43,-54,43v-30,0,-48,-14,-54,-43"},"\u0115":{"d":"13,-86v-16,-90,102,-133,131,-50v4,14,7,31,7,53r-101,0v-11,62,55,83,66,27r33,4v-9,38,-31,56,-66,56v-47,0,-71,-36,-70,-90xm113,-108v0,-31,-10,-47,-30,-47v-19,0,-30,16,-32,47r62,0xm32,-243r25,0v4,26,54,27,58,0r25,0v-6,29,-24,43,-54,43v-30,0,-48,-14,-54,-43","w":159},"\u0116":{"d":"23,-240r137,0r0,32r-97,0r0,68r76,0r0,32r-76,0r0,75r99,0r0,33r-139,0r0,-240xm93,-262v-10,0,-21,-8,-21,-20v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,20,-21,20"},"\u0117":{"d":"13,-86v-16,-90,102,-133,131,-50v4,14,7,31,7,53r-101,0v-11,62,55,83,66,27r33,4v-9,38,-31,56,-66,56v-47,0,-71,-36,-70,-90xm113,-108v0,-31,-10,-47,-30,-47v-19,0,-30,16,-32,47r62,0xm86,-202v-10,0,-21,-8,-21,-20v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,20,-21,20","w":159},"\u0118":{"d":"185,59v-26,12,-65,3,-64,-26v0,-13,7,-24,24,-33r-122,0r0,-240r137,0r0,32r-97,0r0,68r76,0r0,32r-76,0r0,75r99,0r0,33v-28,19,-16,53,20,45"},"\u0119":{"d":"149,-52v-3,38,-39,45,-44,76v-1,16,18,20,35,17r3,14v-25,10,-65,2,-63,-25v0,-10,7,-19,18,-27v-56,10,-85,-31,-85,-89v0,-91,102,-133,131,-50v4,14,7,31,7,53r-101,0v-11,62,55,83,66,27xm113,-108v0,-31,-10,-47,-30,-47v-19,0,-30,16,-32,47r62,0","w":159},"\u011a":{"d":"23,-240r137,0r0,32r-97,0r0,68r76,0r0,32r-76,0r0,75r99,0r0,33r-139,0r0,-240xm29,-306r32,-3r31,22r32,-22r31,3r-63,48"},"\u011b":{"d":"13,-86v-16,-90,102,-133,131,-50v4,14,7,31,7,53r-101,0v-11,62,55,83,66,27r33,4v-9,38,-31,56,-66,56v-47,0,-71,-36,-70,-90xm113,-108v0,-31,-10,-47,-30,-47v-19,0,-30,16,-32,47r62,0xm23,-245r32,-3r31,22r32,-22r31,3r-63,48","w":159},"\u011c":{"d":"148,-162v-7,-33,-13,-49,-43,-49v-32,0,-48,30,-48,91v0,61,17,92,50,92v27,0,41,-21,41,-63r-43,0r0,-32r80,0r0,125r-21,0r-6,-31v-12,22,-31,33,-57,33v-60,0,-86,-56,-86,-121v0,-71,24,-127,91,-127v43,0,70,24,78,73xm45,-263r63,-49r63,49r-31,2r-32,-21r-31,21","w":202},"\u011d":{"d":"115,-174v3,-26,17,-37,45,-32r0,27v-16,-4,-26,3,-28,19v36,45,-7,113,-71,92v-15,3,-18,21,-6,27v37,9,112,-6,107,52v-3,41,-36,51,-81,55v-62,6,-97,-57,-45,-79v-30,-15,-24,-52,6,-65v-44,-30,-17,-104,40,-104v12,0,23,3,33,8xm108,-123v0,-23,-9,-35,-25,-35v-17,0,-26,12,-26,35v0,23,9,35,26,35v17,0,25,-12,25,-35xm128,15v0,-29,-46,-18,-70,-22v-30,18,-12,47,27,47v28,0,43,-9,43,-25xm20,-213r63,-49r63,49r-31,2r-32,-21r-31,21","w":159},"\u0120":{"d":"148,-162v-7,-33,-13,-49,-43,-49v-32,0,-48,30,-48,91v0,61,17,92,50,92v27,0,41,-21,41,-63r-43,0r0,-32r80,0r0,125r-21,0r-6,-31v-12,22,-31,33,-57,33v-60,0,-86,-56,-86,-121v0,-71,24,-127,91,-127v43,0,70,24,78,73xm107,-262v-10,0,-21,-8,-21,-20v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,20,-21,20","w":202},"\u0121":{"d":"115,-174v3,-26,17,-37,45,-32r0,27v-16,-4,-26,3,-28,19v36,45,-7,113,-71,92v-15,3,-18,21,-6,27v37,9,112,-6,107,52v-3,41,-36,51,-81,55v-62,6,-97,-57,-45,-79v-30,-15,-24,-52,6,-65v-44,-30,-17,-104,40,-104v12,0,23,3,33,8xm108,-123v0,-23,-9,-35,-25,-35v-17,0,-26,12,-26,35v0,23,9,35,26,35v17,0,25,-12,25,-35xm128,15v0,-29,-46,-18,-70,-22v-30,18,-12,47,27,47v28,0,43,-9,43,-25xm84,-202v-10,0,-21,-8,-21,-20v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,20,-21,20","w":159},"\u0122":{"d":"148,-162v-7,-33,-13,-49,-43,-49v-32,0,-48,30,-48,91v0,61,17,92,50,92v27,0,41,-21,41,-63r-43,0r0,-32r80,0r0,125r-21,0r-6,-31v-12,22,-31,33,-57,33v-60,0,-86,-56,-86,-121v0,-71,24,-127,91,-127v43,0,70,24,78,73xm102,19r33,0r-26,65r-16,0","w":202},"\u0123":{"d":"99,-200r-33,0r25,-65r17,0xm115,-174v3,-26,17,-37,45,-32r0,27v-16,-4,-26,3,-28,19v36,45,-7,113,-71,92v-15,3,-18,21,-6,27v37,9,112,-6,107,52v-3,41,-36,51,-81,55v-62,6,-97,-57,-45,-79v-30,-15,-24,-52,6,-65v-44,-30,-17,-104,40,-104v12,0,23,3,33,8xm108,-123v0,-23,-9,-35,-25,-35v-17,0,-26,12,-26,35v0,23,9,35,26,35v17,0,25,-12,25,-35xm128,15v0,-29,-46,-18,-70,-22v-30,18,-12,47,27,47v28,0,43,-9,43,-25","w":159},"\u0124":{"d":"23,-240r40,0r0,100r70,0r0,-100r40,0r0,240r-40,0r0,-107r-70,0r0,107r-40,0r0,-240xm35,-263r63,-49r63,49r-31,2r-32,-21r-31,21","w":196},"\u0125":{"d":"108,-112v0,-30,-2,-40,-22,-40v-45,0,-23,103,-28,152r-37,0r0,-240r37,0r0,86v8,-19,23,-28,43,-28v71,1,36,114,44,182r-37,0r0,-112xm-21,-258r63,-49r63,49r-31,2r-32,-21r-31,21"},"\u0126":{"d":"23,-240r40,0r0,32r71,0r0,-32r39,0r0,32r24,0r0,34r-24,0r0,174r-39,0r0,-107r-71,0r0,107r-40,0r0,-174r-24,0r0,-34r24,0r0,-32xm63,-140r71,0r0,-34r-71,0r0,34","w":196},"\u0127":{"d":"108,-112v-1,-29,-1,-40,-21,-40v-46,0,-24,103,-29,152r-36,0r0,-196r-31,0r0,-28r31,0r0,-16r36,0r0,16r69,0r0,28r-69,0r0,42v8,-19,23,-28,43,-28v71,1,36,114,44,182r-37,0r0,-112"},"\u0128":{"d":"23,-240r40,0r0,240r-40,0r0,-240xm-11,-275v18,-41,50,-23,77,-11v6,0,11,-5,16,-14r15,10v-10,18,-23,27,-36,27v-19,0,-44,-32,-58,-2","w":85},"\u0129":{"d":"22,-178r36,0r0,178r-36,0r0,-178xm-14,-216v18,-41,50,-23,77,-11v6,0,11,-5,16,-14r15,10v-10,18,-23,27,-36,27v-19,0,-44,-32,-58,-2","w":79},"\u012a":{"d":"23,-240r40,0r0,240r-40,0r0,-240xm-6,-294r98,0r0,23r-98,0r0,-23","w":85},"\u012b":{"d":"22,-178r36,0r0,178r-36,0r0,-178xm-9,-234r98,0r0,23r-98,0r0,-23","w":79},"\u012c":{"d":"23,-240r40,0r0,240r-40,0r0,-240xm-10,-306r25,0v4,26,54,27,58,0r25,0v-6,29,-24,43,-54,43v-30,0,-48,-14,-54,-43","w":85},"\u012d":{"d":"22,-178r36,0r0,178r-36,0r0,-178xm-14,-243r25,0v4,26,54,27,58,0r25,0v-6,29,-24,43,-54,43v-30,0,-48,-14,-54,-43","w":79},"\u012e":{"d":"79,59v-45,24,-84,-39,-33,-59r-23,0r0,-240r40,0r0,240v-25,17,-19,52,12,45","w":85},"\u012f":{"d":"59,-201r-38,0r0,-39r38,0r0,39xm74,58v-45,21,-78,-37,-32,-58r-20,0r0,-178r36,0r0,178v-21,16,-18,50,12,44","w":79},"\u0132":{"d":"23,-240r40,0r0,240r-40,0r0,-240xm80,-33v45,10,54,-6,54,-58r0,-149r40,0r0,149v7,75,-26,106,-94,91r0,-33","w":196},"\u0133":{"d":"59,-201r-38,0r0,-39r38,0r0,39xm140,-201r-39,0r0,-39r39,0r0,39xm22,-178r36,0r0,178r-36,0r0,-178xm71,31v29,7,31,-5,31,-38r0,-171r37,0r0,172v5,54,-19,78,-68,67r0,-30","w":159},"\u0134":{"d":"-6,-33v45,11,55,-7,55,-58r0,-149r39,0r0,149v7,75,-26,106,-94,91r0,-33xm4,-263r63,-49r63,49r-31,2r-32,-21r-31,21","w":110},"\u0135":{"d":"-22,-202r62,-49r63,49r-31,2r-32,-21r-31,21xm-9,31v29,7,31,-5,31,-38r0,-171r37,0r0,172v5,54,-19,78,-68,67r0,-30","w":79},"\u0136":{"d":"23,-240r40,0r0,114r72,-114r42,0r-62,88r73,152r-43,0r-54,-119r-28,40r0,79r-40,0r0,-240xm85,19r33,0r-26,65r-16,0","w":184},"\u0137":{"d":"21,-240r37,0r0,142r57,-80r37,0r-46,62r51,116r-40,0r-35,-89r-24,33r0,56r-37,0r0,-240xm70,19r33,0r-26,65r-16,0","w":153},"\u0138":{"d":"22,-178r36,0r0,80r58,-80r36,0r-46,62r51,116r-40,0r-35,-89r-24,33r0,56r-36,0r0,-178","w":153},"\u0139":{"d":"23,-240r40,0r0,206r85,0r0,34r-125,0r0,-240xm23,-273r56,-50r19,24r-62,39","w":147},"\u013a":{"d":"22,-240r36,0r0,240r-36,0r0,-240xm22,-273r56,-50r19,24r-62,39","w":79},"\u013b":{"d":"23,-240r40,0r0,206r85,0r0,34r-125,0r0,-240xm69,19r33,0r-26,65r-16,0","w":147},"\u013c":{"d":"22,-240r36,0r0,240r-36,0r0,-240xm24,19r33,0r-26,65r-16,0","w":79},"\u013d":{"d":"23,-240r40,0r0,206r85,0r0,34r-125,0r0,-240xm99,-240r35,0r-26,70r-18,0","w":147},"\u013e":{"d":"22,-240r36,0r0,240r-36,0r0,-240xm80,-240r34,0r-26,67r-17,0","w":108},"\u013f":{"d":"23,-240r40,0r0,206r85,0r0,34r-125,0r0,-240xm97,-145r40,0r0,45r-40,0r0,-45","w":147},"\u0140":{"d":"22,-240r36,0r0,240r-36,0r0,-240xm80,-143r39,0r0,44r-39,0r0,-44","w":119},"\u0143":{"d":"22,-240r47,0r78,173r0,-173r34,0r0,240r-37,0r-89,-192r0,192r-33,0r0,-240xm80,-273r56,-50r19,24r-62,39","w":202},"\u0144":{"d":"87,-152v-26,0,-28,20,-29,53r0,99r-36,0r0,-178r34,0r0,28v8,-21,22,-32,43,-32v74,1,38,113,46,182r-36,0r0,-112v-1,-25,1,-40,-22,-40xm62,-212r56,-50r19,24r-62,39"},"\u0145":{"d":"22,-240r47,0r78,173r0,-173r34,0r0,240r-37,0r-89,-192r0,192r-33,0r0,-240xm86,19r33,0r-26,65r-16,0","w":202},"\u0146":{"d":"87,-152v-26,0,-28,20,-29,53r0,99r-36,0r0,-178r34,0r0,28v8,-21,22,-32,43,-32v74,1,38,113,46,182r-36,0r0,-112v-1,-25,1,-40,-22,-40xm68,19r33,0r-26,65r-16,0"},"\u0147":{"d":"22,-240r47,0r78,173r0,-173r34,0r0,240r-37,0r-89,-192r0,192r-33,0r0,-240xm38,-306r32,-3r31,22r32,-22r31,3r-63,48","w":202},"\u0148":{"d":"87,-152v-26,0,-28,20,-29,53r0,99r-36,0r0,-178r34,0r0,28v8,-21,22,-32,43,-32v74,1,38,113,46,182r-36,0r0,-112v-1,-25,1,-40,-22,-40xm18,-245r32,-3r31,22r32,-22r31,3r-63,48"},"\u0149":{"d":"-4,-240r38,0r0,43r-24,45r-17,0r20,-43r-17,0r0,-45xm109,-152v-26,0,-28,20,-29,53r0,99r-37,0r0,-178r34,0r0,28v8,-21,23,-32,44,-32v74,1,38,113,46,182r-37,0r0,-112v-1,-25,1,-40,-21,-40","w":187},"\u014a":{"d":"115,-209v-76,0,-47,130,-52,209r-40,0r0,-240r38,0r0,41v15,-30,35,-45,62,-45v93,-2,58,137,65,226v4,66,-34,97,-97,85r0,-33v35,8,57,-1,57,-42r0,-153v0,-32,-11,-48,-33,-48","w":210},"\u014b":{"d":"87,-152v-26,0,-29,23,-29,53r0,99r-36,0r0,-178r34,0r0,28v8,-21,22,-32,43,-32v74,1,38,113,46,182v5,51,-22,72,-68,61r0,-30v29,7,31,-5,31,-38r1,-105v-1,-25,1,-40,-22,-40"},"\u014c":{"d":"102,-244v63,0,86,53,86,124v1,72,-22,124,-86,124v-64,0,-87,-52,-87,-124v0,-73,23,-124,87,-124xm102,-28v39,0,44,-45,44,-92v0,-47,-5,-92,-45,-92v-39,0,-44,46,-44,92v0,47,4,92,45,92xm53,-294r98,0r0,23r-98,0r0,-23","w":202},"\u014d":{"d":"83,-182v48,0,70,36,70,91v0,63,-24,95,-71,95v-50,0,-69,-36,-69,-93v0,-62,23,-93,70,-93xm83,-23v44,0,43,-130,0,-131v-21,0,-31,21,-31,65v0,36,3,66,31,66xm35,-234r98,0r0,23r-98,0r0,-23"},"\u014e":{"d":"102,-244v63,0,86,53,86,124v1,72,-22,124,-86,124v-64,0,-87,-52,-87,-124v0,-73,23,-124,87,-124xm102,-28v39,0,44,-45,44,-92v0,-47,-5,-92,-45,-92v-39,0,-44,46,-44,92v0,47,4,92,45,92xm48,-306r25,0v4,26,54,27,58,0r25,0v-6,29,-24,43,-54,43v-30,0,-48,-14,-54,-43","w":202},"\u014f":{"d":"83,-182v48,0,70,36,70,91v0,63,-24,95,-71,95v-50,0,-69,-36,-69,-93v0,-62,23,-93,70,-93xm83,-23v44,0,43,-130,0,-131v-21,0,-31,21,-31,65v0,36,3,66,31,66xm29,-243r25,0v4,26,54,27,58,0r25,0v-6,29,-24,43,-54,43v-30,0,-48,-14,-54,-43"},"\u0150":{"d":"102,-244v63,0,86,53,86,124v1,72,-22,124,-86,124v-64,0,-87,-52,-87,-124v0,-73,23,-124,87,-124xm102,-28v39,0,44,-45,44,-92v0,-47,-5,-92,-45,-92v-39,0,-44,46,-44,92v0,47,4,92,45,92xm109,-316r19,20r-48,37r-12,-12xm159,-316r19,20r-49,37r-11,-12","w":202},"\u0151":{"d":"83,-182v48,0,70,36,70,91v0,63,-24,95,-71,95v-50,0,-69,-36,-69,-93v0,-62,23,-93,70,-93xm83,-23v44,0,43,-130,0,-131v-21,0,-31,21,-31,65v0,36,3,66,31,66xm88,-256r19,20r-48,37r-12,-12xm138,-256r19,20r-49,37r-11,-12"},"\u0154":{"d":"23,-240v74,-2,149,-6,149,69v0,30,-13,51,-37,63r46,108r-44,0r-37,-100r-37,0r0,100r-40,0r0,-240xm63,-131v41,4,70,-4,70,-41v0,-37,-32,-39,-70,-37r0,78xm67,-273r56,-50r19,24r-62,39","w":190},"\u0155":{"d":"22,-178r32,0r0,40v12,-32,23,-45,51,-43r0,38v-64,-9,-44,85,-47,143r-36,0r0,-178xm39,-212r56,-50r19,24r-62,39","w":98},"\u0156":{"d":"23,-240v74,-2,149,-6,149,69v0,30,-13,51,-37,63r46,108r-44,0r-37,-100r-37,0r0,100r-40,0r0,-240xm63,-131v41,4,70,-4,70,-41v0,-37,-32,-39,-70,-37r0,78xm81,19r33,0r-26,65r-16,0","w":190},"\u0157":{"d":"22,-178r32,0r0,40v12,-32,23,-45,51,-43r0,38v-64,-9,-44,85,-47,143r-36,0r0,-178xm23,19r33,0r-26,65r-16,0","w":98},"\u0158":{"d":"23,-240v74,-2,149,-6,149,69v0,30,-13,51,-37,63r46,108r-44,0r-37,-100r-37,0r0,100r-40,0r0,-240xm63,-131v41,4,70,-4,70,-41v0,-37,-32,-39,-70,-37r0,78xm27,-306r32,-3r31,22r32,-22r31,3r-63,48","w":190},"\u0159":{"d":"22,-178r32,0r0,40v12,-32,23,-45,51,-43r0,38v-64,-9,-44,85,-47,143r-36,0r0,-178xm-2,-245r32,-3r31,22r32,-22r31,3r-63,48","w":98},"\u015a":{"d":"49,-121v-54,-32,-30,-123,42,-123v39,0,64,19,75,58r-34,11v-7,-22,-17,-35,-42,-37v-28,-2,-45,36,-23,52v33,24,108,30,105,92v-2,43,-33,72,-81,72v-44,0,-72,-22,-83,-67r36,-10v6,30,22,45,48,45v32,0,50,-29,33,-55v-9,-13,-63,-31,-76,-38xm71,-273r56,-50r19,24r-62,39","w":184},"\u015b":{"d":"36,-86v-46,-25,-18,-96,35,-96v30,0,48,16,57,46r-28,8v-4,-32,-53,-37,-53,-5v0,42,92,23,88,81v-2,33,-29,56,-65,56v-38,0,-59,-17,-64,-51r31,-6v1,37,59,42,62,7v2,-27,-48,-28,-63,-40xm50,-212r56,-50r19,24r-62,39","w":141},"\u015c":{"d":"49,-121v-54,-32,-30,-123,42,-123v39,0,64,19,75,58r-34,11v-7,-22,-17,-35,-42,-37v-28,-2,-45,36,-23,52v33,24,108,30,105,92v-2,43,-33,72,-81,72v-44,0,-72,-22,-83,-67r36,-10v6,30,22,45,48,45v32,0,50,-29,33,-55v-9,-13,-63,-31,-76,-38xm29,-263r63,-49r63,49r-31,2r-32,-21r-31,21","w":184},"\u015d":{"d":"36,-86v-46,-25,-18,-96,35,-96v30,0,48,16,57,46r-28,8v-4,-32,-53,-37,-53,-5v0,42,92,23,88,81v-2,33,-29,56,-65,56v-38,0,-59,-17,-64,-51r31,-6v1,37,59,42,62,7v2,-27,-48,-28,-63,-40xm10,-202r63,-49r63,49r-31,2r-32,-21r-31,21","w":141},"\u0162":{"d":"-6,-240r147,0r0,34r-54,0r0,206r-40,0r0,-206r-53,0r0,-34xm51,19r33,0r-26,65r-16,0","w":135},"\u0163":{"d":"101,1v-53,11,-76,-8,-76,-68r0,-81r-23,0r0,-30r24,0r2,-46r33,-3r0,49r34,0r0,30r-34,0r0,78v-4,37,7,46,40,42r0,29xm45,19r33,0r-26,65r-16,0","w":98},"\u0164":{"d":"-6,-240r147,0r0,34r-54,0r0,206r-40,0r0,-206r-53,0r0,-34xm5,-306r32,-3r31,22r32,-22r31,3r-63,48","w":134},"\u0165":{"d":"101,1v-53,11,-76,-8,-76,-68r0,-81r-23,0r0,-30r24,0r2,-46r33,-3r0,49r34,0r0,30r-34,0r0,78v-4,37,7,46,40,42r0,29xm88,-264r34,0r-26,67r-17,0","w":114},"\u0166":{"d":"87,-156r61,0r0,33r-61,0r0,123r-40,0r0,-123r-60,0r0,-33r60,0r0,-50r-53,0r0,-34r147,0r0,34r-54,0r0,50","w":134},"\u0167":{"d":"101,1v-67,17,-84,-26,-76,-99r-23,0r0,-26r23,0r0,-24r-23,0r0,-30r24,0r2,-46r33,-3r0,49r34,0r0,30r-34,0r0,24r27,0r0,26r-27,0v1,38,-11,83,40,70r0,29","w":98},"\u0168":{"d":"98,4v-113,0,-68,-145,-77,-244r39,0r0,149v0,40,4,63,40,63v36,0,40,-19,39,-64r0,-148r36,0v-8,101,36,244,-77,244xm45,-275v18,-41,50,-23,77,-11v6,0,11,-5,16,-14r15,10v-10,18,-23,27,-36,27v-19,0,-44,-32,-58,-2","w":196},"\u0169":{"d":"65,4v-74,0,-36,-116,-45,-182r37,0r0,113v1,27,-1,40,21,40v50,0,22,-99,29,-153r37,0r0,178r-34,0r0,-27v-9,21,-24,31,-45,31xm30,-216v18,-41,50,-23,77,-11v6,0,11,-5,16,-14r15,10v-10,18,-23,27,-36,27v-19,0,-44,-32,-58,-2"},"\u016a":{"d":"98,4v-113,0,-68,-145,-77,-244r39,0r0,149v0,40,4,63,40,63v36,0,40,-19,39,-64r0,-148r36,0v-8,101,36,244,-77,244xm50,-294r98,0r0,23r-98,0r0,-23","w":196},"\u016b":{"d":"65,4v-74,0,-36,-116,-45,-182r37,0r0,113v1,27,-1,40,21,40v50,0,22,-99,29,-153r37,0r0,178r-34,0r0,-27v-9,21,-24,31,-45,31xm34,-234r98,0r0,23r-98,0r0,-23"},"\u016c":{"d":"98,4v-113,0,-68,-145,-77,-244r39,0r0,149v0,40,4,63,40,63v36,0,40,-19,39,-64r0,-148r36,0v-8,101,36,244,-77,244xm45,-306r25,0v4,26,54,27,58,0r25,0v-6,29,-24,43,-54,43v-30,0,-48,-14,-54,-43","w":196},"\u016d":{"d":"65,4v-74,0,-36,-116,-45,-182r37,0r0,113v1,27,-1,40,21,40v50,0,22,-99,29,-153r37,0r0,178r-34,0r0,-27v-9,21,-24,31,-45,31xm29,-243r25,0v4,26,54,27,58,0r25,0v-6,29,-24,43,-54,43v-30,0,-48,-14,-54,-43"},"\u016e":{"d":"98,4v-113,0,-68,-145,-77,-244r39,0r0,149v0,40,4,63,40,63v36,0,40,-19,39,-64r0,-148r36,0v-8,101,36,244,-77,244xm99,-255v-17,0,-33,-14,-33,-33v0,-18,16,-33,33,-33v17,0,33,15,33,33v0,18,-16,34,-33,33xm99,-304v-8,0,-16,8,-15,16v0,7,7,15,15,15v8,0,15,-8,15,-15v1,-8,-7,-16,-15,-16","w":196},"\u016f":{"d":"65,4v-74,0,-36,-116,-45,-182r37,0r0,113v1,27,-1,40,21,40v50,0,22,-99,29,-153r37,0r0,178r-34,0r0,-27v-9,21,-24,31,-45,31xm83,-196v-17,0,-33,-14,-33,-33v0,-18,16,-33,33,-33v17,0,33,15,33,33v0,18,-16,34,-33,33xm83,-245v-8,0,-16,8,-15,16v0,7,7,15,15,15v8,0,15,-8,15,-15v1,-8,-7,-16,-15,-16"},"\u0170":{"d":"98,4v-113,0,-68,-145,-77,-244r39,0r0,149v0,40,4,63,40,63v36,0,40,-19,39,-64r0,-148r36,0v-8,101,36,244,-77,244xm106,-317r19,20r-48,37r-12,-12xm156,-317r19,20r-49,37r-11,-12","w":196},"\u0171":{"d":"65,4v-74,0,-36,-116,-45,-182r37,0r0,113v1,27,-1,40,21,40v50,0,22,-99,29,-153r37,0r0,178r-34,0r0,-27v-9,21,-24,31,-45,31xm88,-256r19,20r-48,37r-12,-12xm138,-256r19,20r-49,37r-11,-12"},"\u0172":{"d":"100,-28v36,0,40,-19,39,-64r0,-148r36,0r0,146v0,48,-3,70,-31,88v-28,18,-22,58,18,49r3,14v-26,10,-65,2,-64,-26v0,-11,5,-21,17,-29v-68,8,-97,-18,-97,-93r0,-149r39,0r0,149v0,40,4,63,40,63","w":196},"\u0173":{"d":"78,-25v50,0,22,-99,29,-153r37,0r0,178v-26,18,-16,53,19,44r4,14v-25,10,-64,2,-63,-26v0,-13,8,-23,24,-32r-18,0r0,-27v-9,21,-24,31,-45,31v-74,0,-36,-116,-45,-182r37,0r0,113v1,27,-1,40,21,40"},"\u0174":{"d":"1,-240r40,0r33,180r37,-180r35,0r37,180r34,-180r34,0r-51,241r-36,0r-38,-177r-37,177r-36,0xm65,-263r63,-49r63,49r-31,2r-32,-21r-31,21","w":251},"\u0175":{"d":"0,-178r36,0r26,122r26,-122r32,0r25,123r28,-123r30,0r-44,178r-31,0r-27,-123r-26,123r-31,0xm38,-202r63,-49r63,49r-31,2r-32,-21r-31,21","w":202},"\u0176":{"d":"-11,-240r43,0r44,100r45,-100r38,0r-67,139r0,101r-40,0r0,-101xm12,-263r63,-49r63,49r-31,2r-32,-21r-31,21","w":147},"\u0177":{"d":"0,-178r37,0r31,122r31,-122r33,0r-57,189v-8,37,-27,61,-71,50r0,-29v33,4,38,-7,46,-38xm5,-202r63,-49r63,49r-31,2r-32,-21r-31,21","w":128},"\u0179":{"d":"7,-240r144,0r0,28r-107,179r109,0r0,33r-153,0r0,-31r105,-176r-98,0r0,-33xm57,-273r56,-50r19,24r-62,39","w":153},"\u017a":{"d":"12,-178r108,0r0,23r-75,127r75,0r0,28r-115,0r0,-28r72,-122r-65,0r0,-28xm43,-212r56,-50r19,24r-62,39","w":122},"\u017b":{"d":"7,-240r144,0r0,28r-107,179r109,0r0,33r-153,0r0,-31r105,-176r-98,0r0,-33xm80,-262v-10,0,-21,-8,-21,-20v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,20,-21,20","w":153},"\u017c":{"d":"12,-178r108,0r0,23r-75,127r75,0r0,28r-115,0r0,-28r72,-122r-65,0r0,-28xm67,-202v-10,0,-21,-8,-21,-20v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,20,-21,20","w":122},"\u017f":{"d":"100,-212v-29,-3,-40,1,-40,34r0,178r-38,0r0,-178v-3,-55,22,-69,78,-66r0,32","w":85},"\u01fa":{"d":"90,-299v28,0,47,40,23,59r64,240r-40,0r-16,-60r-70,0r-14,60r-38,0r69,-239v-25,-18,-8,-60,22,-60xm90,-281v-9,0,-15,6,-15,16v0,9,7,16,15,16v8,0,16,-7,16,-16v0,-8,-8,-16,-16,-16xm114,-91r-28,-110r-27,110r55,0xm49,-322r69,-34r13,29r-72,22","w":177},"\u01fb":{"d":"110,-110v11,-49,-51,-62,-56,-17r-35,-5v4,-31,31,-50,67,-50v87,0,51,111,63,182r-34,0v-2,-6,-3,-17,-3,-30v-18,51,-102,43,-99,-17v3,-49,37,-65,97,-63xm75,-22v24,0,37,-32,35,-64v-34,-4,-59,8,-59,36v0,18,8,28,24,28xm85,-196v-17,0,-33,-14,-33,-33v0,-18,16,-33,33,-33v17,0,33,15,33,33v0,18,-16,34,-33,33xm85,-245v-8,0,-16,8,-15,16v0,7,7,15,15,15v8,0,15,-8,15,-15v1,-8,-7,-16,-15,-16xm49,-277r56,-50r19,24r-62,39"},"\u01fc":{"d":"95,-240r153,0r0,32r-97,0r0,68r76,0r0,32r-76,0r0,75r97,0r0,33r-136,0r0,-66r-62,0r-28,66r-37,0xm113,-97r0,-117r-51,117r51,0xm129,-273r56,-50r19,24r-62,39","w":251},"\u01fd":{"d":"19,-131v1,-50,86,-69,112,-29v22,-28,71,-28,93,2v11,15,19,41,19,75r-100,0v-9,61,54,83,65,27r32,4v-6,64,-92,75,-117,23v-21,48,-113,44,-110,-18v3,-51,39,-63,95,-63v10,-50,-49,-62,-56,-17xm205,-108v-1,-31,-11,-47,-30,-47v-19,0,-29,16,-31,47r61,0xm73,-22v26,-2,38,-32,35,-65v-35,-2,-59,9,-58,37v0,18,8,28,23,28xm103,-212r56,-50r19,24r-62,39","w":251},"\u01fe":{"d":"16,-120v0,-91,53,-150,130,-112r10,-21r26,0r-19,37v16,20,23,53,23,96v0,72,-21,122,-84,124v-25,0,-18,-2,-44,-11r-11,22r-25,0r19,-38v-17,-20,-25,-52,-25,-97xm102,-213v-61,-4,-51,110,-41,155r68,-146v-7,-6,-16,-9,-27,-9xm75,-34v51,26,73,-25,73,-86v0,-28,-2,-47,-6,-59xm66,-273r56,-50r19,24r-62,39","w":202},"\u01ff":{"d":"35,-14v-38,-43,-32,-168,47,-168v14,0,25,3,35,8r10,-19r21,0r-16,32v14,16,21,39,21,71v2,77,-41,108,-102,88r-11,21r-21,0xm103,-151v-38,-18,-56,17,-56,62v0,19,2,34,6,46xm65,-25v56,20,59,-54,49,-105xm51,-212r56,-50r19,24r-62,39"},"\u0384":{"d":"19,-259r27,19r-53,58r-16,-12","w":180},"\u0385":{"d":"118,-305r18,23r-53,34r-10,-16xm62,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm118,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18","w":180},"\u0386":{"d":"68,-240r44,0r65,240r-40,0r-16,-60r-70,0r-14,60r-38,0xm114,-91r-28,-110r-27,110r55,0xm24,-259r27,19r-53,58r-16,-12","w":177},"\u0387":{"d":"23,-115r40,0r0,45r-40,0r0,-45","w":85},"\u0388":{"d":"23,-240r137,0r0,32r-97,0r0,68r76,0r0,32r-76,0r0,75r99,0r0,33r-139,0r0,-240xm-18,-259r27,19r-53,58r-16,-12"},"\u0389":{"d":"23,-240r40,0r0,100r70,0r0,-100r40,0r0,240r-40,0r0,-107r-70,0r0,107r-40,0r0,-240xm-18,-259r27,19r-53,58r-16,-12","w":196},"\u038a":{"d":"23,-240r40,0r0,240r-40,0r0,-240xm-18,-259r27,19r-53,58r-16,-12","w":85},"\u038c":{"d":"102,-244v63,0,86,53,86,124v1,72,-22,124,-86,124v-64,0,-87,-52,-87,-124v0,-73,23,-124,87,-124xm102,-28v39,0,44,-45,44,-92v0,-47,-5,-92,-45,-92v-39,0,-44,46,-44,92v0,47,4,92,45,92xm4,-259r27,19r-53,58r-16,-12","w":202},"\u038e":{"d":"-11,-240r43,0r44,100r45,-100r38,0r-67,139r0,101r-40,0r0,-101xm-50,-259r27,19r-53,58r-16,-12","w":147},"\u038f":{"d":"104,-244v104,0,115,173,39,211r53,0r0,33r-81,0r0,-35v45,-21,55,-177,-11,-177v-65,0,-57,154,-11,177r0,35r-81,0r0,-33r53,0v-76,-38,-65,-211,39,-211xm2,-259r27,19r-53,58r-16,-12","w":207},"\u0390":{"d":"22,-178r36,0r0,178r-36,0r0,-178xm68,-305r18,23r-53,34r-10,-16xm12,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm68,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18","w":79},"\u0391":{"d":"68,-240r44,0r65,240r-40,0r-16,-60r-70,0r-14,60r-38,0xm114,-91r-28,-110r-27,110r55,0","w":177},"\u0392":{"d":"179,-66v0,44,-27,66,-82,66r-74,0r0,-240v72,0,148,-12,148,61v0,27,-11,45,-35,53v29,9,43,29,43,60xm130,-175v0,-37,-33,-35,-68,-34r0,69v37,2,68,0,68,-35xm138,-71v0,-36,-34,-42,-76,-39r0,78v40,2,76,0,76,-39","w":196},"\u0393":{"d":"23,0r0,-240r116,0r0,33r-76,0r0,207r-40,0","w":135},"\u0394":{"d":"-6,0r65,-240r52,0r64,240r-181,0xm40,-33r84,0r-41,-174","w":169},"\u0395":{"d":"23,-240r137,0r0,32r-97,0r0,68r76,0r0,32r-76,0r0,75r99,0r0,33r-139,0r0,-240"},"\u0396":{"d":"7,-240r144,0r0,28r-107,179r109,0r0,33r-153,0r0,-31r105,-176r-98,0r0,-33","w":153},"\u0397":{"d":"23,-240r40,0r0,100r70,0r0,-100r40,0r0,240r-40,0r0,-107r-70,0r0,107r-40,0r0,-240","w":196},"\u0398":{"d":"105,-244v65,0,88,52,88,124v0,72,-23,124,-88,124v-66,0,-90,-51,-90,-124v0,-72,24,-124,90,-124xm105,-28v41,0,47,-44,47,-92v0,-49,-6,-92,-48,-92v-41,0,-47,43,-47,92v1,48,6,92,48,92xm133,-138r0,32r-57,0r0,-32r57,0","w":208},"\u0399":{"d":"23,-240r40,0r0,240r-40,0r0,-240","w":85},"\u039a":{"d":"23,-240r40,0r0,114r72,-114r42,0r-62,88r73,152r-43,0r-54,-119r-28,40r0,79r-40,0r0,-240","w":184},"\u039b":{"d":"31,0r-37,0r65,-240r49,0r62,240r-42,0r-48,-199","w":164},"\u039c":{"d":"22,-240r59,0r48,173r49,-173r56,0r0,240r-37,0r0,-205r-57,205r-29,0r-56,-205r0,205r-33,0r0,-240","w":257},"\u039d":{"d":"22,-240r47,0r78,173r0,-173r34,0r0,240r-37,0r-89,-192r0,192r-33,0r0,-240","w":202},"\u039e":{"d":"10,-207r0,-33r139,0r0,33r-139,0xm32,-107r0,-32r95,0r0,32r-95,0xm10,0r0,-33r139,0r0,33r-139,0","w":159},"\u039f":{"d":"102,-244v63,0,86,53,86,124v1,72,-22,124,-86,124v-64,0,-87,-52,-87,-124v0,-73,23,-124,87,-124xm102,-28v39,0,44,-45,44,-92v0,-47,-5,-92,-45,-92v-39,0,-44,46,-44,92v0,47,4,92,45,92","w":202},"\u03a0":{"d":"23,0r0,-240r143,0r0,240r-39,0r0,-207r-64,0r0,207r-40,0","w":189},"\u03a1":{"d":"171,-167v-1,60,-39,78,-108,73r0,94r-40,0r0,-240v79,-4,151,-3,148,73xm129,-167v-2,-37,-23,-46,-66,-42r0,83v40,2,68,-1,66,-41","w":177},"\u03a3":{"d":"9,0r0,-31r60,-96r-56,-81r0,-32r129,0r0,32r-85,0r53,73r-62,102r101,0r0,33r-140,0","w":152},"\u03a4":{"d":"-6,-240r147,0r0,34r-54,0r0,206r-40,0r0,-206r-53,0r0,-34","w":135},"\u03a5":{"d":"-11,-240r43,0r44,100r45,-100r38,0r-67,139r0,101r-40,0r0,-101","w":147},"\u03a6":{"d":"130,-218v52,5,82,41,82,98v0,57,-27,90,-82,98r0,29r-33,0r0,-29v-54,-4,-81,-43,-82,-97v-1,-58,31,-94,82,-99r0,-30r33,0r0,30xm97,-189v-29,7,-43,30,-43,70v0,38,14,61,43,68r0,-138xm130,-51v29,-7,43,-30,43,-70v0,-38,-14,-61,-43,-68r0,138","w":227},"\u03a7":{"d":"3,-240r44,0r34,77r39,-77r37,0r-56,109r63,131r-44,0r-41,-92r-46,92r-38,0r64,-124","w":159},"\u03a8":{"d":"224,-170v2,82,-11,118,-82,125r0,45r-40,0r0,-45v-94,0,-83,-97,-82,-195r39,0v10,59,-23,155,43,162r0,-162r40,0r0,162v63,-4,38,-97,43,-162r39,0r0,70","w":243},"\u03a9":{"d":"104,-244v104,0,115,173,39,211r53,0r0,33r-81,0r0,-35v45,-21,55,-177,-11,-177v-65,0,-57,154,-11,177r0,35r-81,0r0,-33r53,0v-76,-38,-65,-211,39,-211","w":207},"\u03aa":{"d":"23,-240r40,0r0,240r-40,0r0,-240xm15,-265v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm71,-265v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18","w":85},"\u03ab":{"d":"-11,-240r43,0r44,100r45,-100r38,0r-67,139r0,101r-40,0r0,-101xm48,-264v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm104,-264v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18","w":147},"\u03ac":{"d":"13,-87v0,-52,18,-94,65,-95v24,0,41,16,50,46r12,-42r34,0r-27,85r31,93r-37,0r-13,-48v-9,28,-20,52,-52,52v-46,0,-63,-41,-63,-91xm80,-154v-41,6,-38,126,2,131v22,-8,27,-36,35,-68v-7,-17,-14,-66,-37,-63xm64,-212r56,-50r19,24r-62,39","w":182},"\u03ad":{"d":"56,-130v1,22,10,28,35,28r0,23v-28,-3,-37,5,-39,27v-1,18,9,31,24,31v16,0,28,-14,30,-32r33,6v-9,34,-30,51,-65,51v-65,0,-84,-83,-27,-97v-52,-19,-30,-89,28,-89v36,0,56,16,61,48r-33,7v-1,-40,-48,-38,-47,-3xm52,-212r56,-50r19,24r-62,39","w":142},"\u03ae":{"d":"97,-182v42,2,48,26,48,75r0,167r-37,0r0,-171v-1,-28,-1,-40,-20,-43v-50,8,-28,98,-33,154r-37,0r0,-178r34,0r0,25v11,-19,26,-29,45,-29xm64,-212r56,-50r19,24r-62,39","w":162},"\u03af":{"d":"22,-178r36,0r0,178r-36,0r0,-178xm12,-212r56,-50r19,24r-62,39","w":79},"\u03b0":{"d":"82,4v-88,0,-56,-105,-62,-182r36,0r0,105v1,31,-1,50,25,50v26,0,26,-19,26,-50r0,-105r36,0v-5,78,25,182,-61,182xm109,-305r18,23r-53,34r-10,-16xm53,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm109,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18","w":162},"\u03b1":{"d":"13,-87v0,-52,18,-94,65,-95v24,0,41,16,50,46r12,-42r34,0r-27,85r31,93r-37,0r-13,-48v-9,28,-20,52,-52,52v-46,0,-63,-41,-63,-91xm80,-154v-41,6,-38,126,2,131v22,-8,27,-36,35,-68v-7,-17,-14,-66,-37,-63","w":182},"\u03b2":{"d":"110,-135v74,13,59,141,-13,139v-16,0,-29,-6,-39,-18r0,74r-36,0r0,-219v-3,-59,12,-81,63,-85v69,-5,84,90,25,109xm85,-219v-25,2,-26,16,-27,55r0,124v24,37,62,7,62,-35v0,-31,-13,-47,-39,-47r0,-22v24,0,30,-17,30,-37v0,-20,-6,-40,-26,-38","w":171},"\u03b3":{"d":"45,60r0,-60r-50,-178r38,0r33,131v11,-52,22,-84,34,-131r33,0r-51,178r0,60r-37,0","w":129},"\u03b4":{"d":"13,-83v0,-47,23,-82,69,-80r-53,-49r0,-28r106,0r0,28r-65,0v34,35,83,56,83,127v0,50,-22,89,-70,89v-48,1,-70,-37,-70,-87xm83,-23v43,-3,42,-120,0,-122v-44,1,-42,121,0,122"},"\u03b5":{"d":"56,-130v1,22,10,28,35,28r0,23v-28,-3,-37,5,-39,27v-1,18,9,31,24,31v16,0,28,-14,30,-32r33,6v-9,34,-30,51,-65,51v-65,0,-84,-83,-27,-97v-52,-19,-30,-89,28,-89v36,0,56,16,61,48r-33,7v-1,-40,-48,-38,-47,-3","w":142},"\u03b6":{"d":"72,57v9,-24,20,-56,-10,-58v-39,-3,-49,-25,-49,-66v0,-51,23,-99,68,-145r-62,0r0,-28r93,0r0,24v-47,51,-73,106,-55,174v15,19,58,1,58,49v0,17,-3,34,-11,53","w":118},"\u03b7":{"d":"97,-182v42,2,48,26,48,75r0,167r-37,0r0,-171v-1,-28,-1,-40,-20,-43v-50,8,-28,98,-33,154r-37,0r0,-178r34,0r0,25v11,-19,26,-29,45,-29","w":162},"\u03b8":{"d":"83,-244v47,0,70,41,70,124v0,83,-23,124,-70,124v-47,0,-70,-41,-70,-124v0,-83,23,-124,70,-124xm50,-136r66,0v0,-56,-11,-83,-33,-83v-22,0,-33,27,-33,83xm50,-113v4,52,0,83,33,92v33,-8,29,-41,33,-92r-66,0"},"\u03b9":{"d":"22,-178r36,0r0,178r-36,0r0,-178","w":79},"\u03ba":{"d":"22,-178r36,0r0,80r58,-80r36,0r-46,62r51,116r-40,0r-35,-89r-24,33r0,56r-36,0r0,-178","w":153},"\u03bb":{"d":"-4,0r51,-164r-22,-76r39,0r69,240r-39,0r-31,-118r-35,118r-32,0","w":128},"\u03bc":{"d":"85,-23v46,-8,21,-103,27,-155r37,0r0,178r-31,0r0,-19v-9,29,-47,31,-60,6r0,73r-36,0r0,-238r36,0v5,53,-17,146,27,155","w":170},"\u03bd":{"d":"-2,-178r36,0r33,128r33,-128r32,0r-51,178r-32,0","w":128},"\u03be":{"d":"48,-70v-5,62,81,16,81,78v0,13,-3,32,-9,55r-33,-6v9,-29,18,-55,-16,-56v-42,-2,-62,-21,-62,-63v0,-33,16,-55,48,-66v-55,-20,-47,-69,9,-84r-49,0r0,-28r108,0r0,28v-39,-2,-66,8,-66,39v0,27,20,37,51,35r0,27v-39,-2,-59,5,-62,41","w":128},"\u03bf":{"d":"83,-182v48,0,70,36,70,91v0,63,-24,95,-71,95v-50,0,-69,-36,-69,-93v0,-62,23,-93,70,-93xm83,-23v44,0,43,-130,0,-131v-21,0,-31,21,-31,65v0,36,3,66,31,66"},"\u03c0":{"d":"23,0r0,-150r-18,0r0,-28r155,0r0,28r-18,0r0,150r-36,0r0,-150r-46,0r0,150r-37,0"},"\u03c1":{"d":"159,-86v0,70,-63,121,-103,68r0,78r-36,0v7,-99,-30,-242,69,-242v49,0,70,40,70,96xm89,-23v25,-3,32,-30,31,-65v0,-44,-10,-66,-31,-66v-21,0,-32,22,-32,66v0,35,7,61,32,65","w":172},"\u03c2":{"d":"81,-154v-40,0,-36,102,-6,115v23,10,66,6,66,47v0,14,-3,32,-9,55r-32,-7v7,-20,16,-54,-11,-56v-53,-5,-72,-35,-76,-91v-5,-66,54,-117,106,-78v11,8,18,25,23,48r-34,7v-3,-27,-12,-40,-27,-40","w":150},"\u03c3":{"d":"13,-88v0,-61,32,-108,93,-90r56,0r0,28r-34,0v45,42,28,157,-45,154v-49,-2,-70,-38,-70,-92xm83,-23v26,-3,31,-31,31,-65v0,-43,-11,-64,-32,-64v-20,0,-30,21,-30,64v0,36,6,61,31,65","w":167},"\u03c4":{"d":"39,0r0,-150r-42,0r0,-28r120,0r0,28r-41,0r0,150r-37,0","w":114},"\u03c5":{"d":"82,4v-88,0,-56,-105,-62,-182r36,0r0,105v1,31,-1,50,25,50v26,0,26,-19,26,-50r0,-105r36,0v-5,78,25,182,-61,182","w":162},"\u03c6":{"d":"192,-89v0,53,-27,89,-76,93r0,56r-33,0r0,-56v-85,0,-96,-146,-29,-175r11,30v-31,26,-23,113,18,118r0,-157v68,-13,109,28,109,91xm116,-22v54,-5,54,-129,0,-133r0,133","w":201},"\u03c7":{"d":"50,-69r-46,-109r38,0r31,81r33,-81r33,0r-49,116r52,122r-38,0r-38,-95r-40,95r-33,0","w":140},"\u03c8":{"d":"200,-178v-2,85,18,186,-72,181r0,57r-36,0r0,-57v-54,-4,-73,-23,-72,-86r0,-95r36,0v2,44,-7,112,7,141v4,9,15,11,29,12r0,-153r36,0r0,153v58,2,27,-100,35,-153r37,0","w":219},"\u03c9":{"d":"75,-23v30,0,12,-74,17,-113r33,0v3,40,-11,113,18,113v15,0,22,-19,22,-56v0,-36,-7,-65,-22,-88r26,-15v23,29,35,63,35,103v0,46,-16,82,-58,83v-18,0,-30,-9,-37,-27v-7,18,-19,27,-37,27v-82,-3,-68,-141,-24,-186r27,15v-15,23,-23,52,-23,88v0,37,8,56,23,56","w":217},"\u03ca":{"d":"22,-178r36,0r0,178r-36,0r0,-178xm12,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm68,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18","w":79},"\u03cb":{"d":"82,4v-88,0,-56,-105,-62,-182r36,0r0,105v1,31,-1,50,25,50v26,0,26,-19,26,-50r0,-105r36,0v-5,78,25,182,-61,182xm53,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm109,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18","w":162},"\u03cc":{"d":"83,-182v48,0,70,36,70,91v0,63,-24,95,-71,95v-50,0,-69,-36,-69,-93v0,-62,23,-93,70,-93xm83,-23v44,0,43,-130,0,-131v-21,0,-31,21,-31,65v0,36,3,66,31,66xm55,-212r56,-50r19,24r-62,39"},"\u03cd":{"d":"82,4v-88,0,-56,-105,-62,-182r36,0r0,105v1,31,-1,50,25,50v26,0,26,-19,26,-50r0,-105r36,0v-5,78,25,182,-61,182xm57,-212r56,-50r19,24r-62,39","w":162},"\u03ce":{"d":"75,-23v30,0,12,-74,17,-113r33,0v3,40,-11,113,18,113v15,0,22,-19,22,-56v0,-36,-7,-65,-22,-88r26,-15v23,29,35,63,35,103v0,46,-16,82,-58,83v-18,0,-30,-9,-37,-27v-7,18,-19,27,-37,27v-82,-3,-68,-141,-24,-186r27,15v-15,23,-23,52,-23,88v0,37,8,56,23,56xm92,-212r56,-50r19,24r-62,39","w":217},"\u0401":{"d":"23,-240r137,0r0,32r-97,0r0,68r76,0r0,32r-76,0r0,75r99,0r0,33r-139,0r0,-240xm64,-265v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm120,-265v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18"},"\u0402":{"d":"106,-132v-50,2,-35,79,-37,132r-40,0r0,-208r-32,0r0,-32r144,0r0,32r-72,0r0,74v11,-17,27,-26,48,-26v56,0,56,38,56,107v-1,80,-2,113,-69,117r0,-30v36,-7,30,-31,30,-84v0,-54,3,-74,-28,-82","w":185},"\u0403":{"d":"23,0r0,-240r116,0r0,33r-76,0r0,207r-40,0xm49,-273r56,-50r19,24r-62,39","w":135,"k":{"\u045e":-7,"\u0459":22,"\u0454":25,"\u044f":24,"\u044e":25,"\u044a":18,"\u0447":30,"\u0446":24,"\u0445":19,"\u0444":27,"\u0443":21,"\u0442":21,"\u0441":25,"\u0440":24,"\u043f":24,"\u043e":25,"\u043d":24,"\u043c":24,"\u043b":20,"\u043a":24,"\u0438":24,"\u0437":26,"\u0436":20,"\u0435":25,"\u0434":27,"\u0432":24,"\u0430":27,"\u0427":-8,"\u0424":9,"\u0423":-18,"\u0422":-20,"\u041b":8,"\u0414":13,"\u040e":-18,"\u040b":-18,"\u0409":8}},"\u0404":{"d":"15,-119v0,-70,22,-124,88,-125v40,0,65,21,75,65r-36,11v-4,-29,-17,-43,-39,-43v-29,0,-45,24,-47,72r71,0r0,30r-71,0v1,54,17,81,47,81v28,0,34,-21,40,-49r36,8v-9,49,-34,73,-77,73v-64,-1,-87,-55,-87,-123","w":186},"\u0405":{"d":"49,-121v-54,-32,-30,-123,42,-123v39,0,64,19,75,58r-34,11v-7,-22,-17,-35,-42,-37v-28,-2,-45,36,-23,52v33,24,108,30,105,92v-2,43,-33,72,-81,72v-44,0,-72,-22,-83,-67r36,-10v6,30,22,45,48,45v32,0,50,-29,33,-55v-9,-13,-63,-31,-76,-38","w":184},"\u0406":{"d":"23,-240r40,0r0,240r-40,0r0,-240","w":85},"\u0407":{"d":"23,-240r40,0r0,240r-40,0r0,-240xm15,-265v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm71,-265v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18","w":85},"\u0408":{"d":"-6,-33v45,11,55,-7,55,-58r0,-149r39,0r0,149v7,75,-26,106,-94,91r0,-33","w":110},"\u0409":{"d":"250,-74v0,46,-21,74,-68,74r-66,0r-36,-199r-49,199r-37,0r65,-240r49,0r19,93r48,0v56,-2,75,24,75,73xm211,-74v0,-46,-35,-42,-77,-41r17,82v37,2,60,-3,60,-41","w":258,"k":{"\u044a":1,"\u042a":9,"\u0427":4,"\u0423":3,"\u0422":13,"\u040e":3,"\u040b":4}},"\u040a":{"d":"279,-72v-1,43,-23,72,-66,72r-84,0r0,-111r-66,0r0,111r-40,0r0,-240r40,0r0,97r66,0r0,-97r39,0r0,97v68,-5,112,8,111,71xm240,-73v0,-39,-33,-41,-72,-38r0,78v40,2,72,1,72,-40","w":287,"k":{"\u044a":1,"\u042a":9,"\u0427":4,"\u0423":2,"\u0422":13,"\u040e":2,"\u040b":4}},"\u040b":{"d":"133,-85v6,-61,-64,-53,-64,-13r0,98r-40,0r0,-208r-32,0r0,-32r145,0r0,32r-73,0r0,72v35,-46,104,-25,104,53r0,83r-40,0r0,-85","w":192},"\u040c":{"d":"23,-240r40,0r0,114r72,-114r42,0r-62,88r73,152r-43,0r-54,-119r-28,40r0,79r-40,0r0,-240xm73,-273r56,-50r19,24r-62,39","w":184,"k":{"\u045e":-2,"\u0454":2,"\u0447":12,"\u0444":4,"\u0443":8,"\u0442":3,"\u0441":2,"\u043e":2,"\u0437":-4,"\u0435":2,"\u0431":2,"\u0430":-2,"\u0424":11,"\u0421":7,"\u041e":6,"\u0404":7}},"\u040e":{"d":"66,-69r-70,-171r41,0r46,122r40,-122r35,0v-28,72,-46,170,-85,228v-8,13,-30,13,-52,12r0,-34v29,4,38,-10,45,-35xm30,-306r25,0v4,26,54,27,58,0r25,0v-6,29,-24,43,-54,43v-30,0,-48,-14,-54,-43","w":153,"k":{"\u0459":14,"\u0454":10,"\u044f":7,"\u044e":5,"\u0447":2,"\u0446":6,"\u0445":-5,"\u0444":11,"\u0442":-7,"\u0441":10,"\u0440":5,"\u043f":5,"\u043e":10,"\u043d":5,"\u043c":5,"\u043b":11,"\u043a":5,"\u0438":5,"\u0437":6,"\u0436":-4,"\u0435":11,"\u0434":20,"\u0431":5,"\u0430":10,"\u0427":-9,"\u0424":6,"\u0422":-20,"\u0421":3,"\u041e":3,"\u041b":7,"\u0417":-1,"\u0414":13,"\u0410":10,"\u040e":-19,"\u040b":-19,"\u0409":7,"\u0404":3}},"\u040f":{"d":"63,-33r69,0r0,-207r40,0r0,240r-58,0r-3,51r-27,0r-3,-51r-58,0r0,-240r40,0r0,207","w":194},"\u0410":{"d":"68,-240r44,0r65,240r-40,0r-16,-60r-70,0r-14,60r-38,0xm114,-91r-28,-110r-27,110r55,0","w":177,"k":{"\u045e":3,"\u0459":-13,"\u0447":6,"\u0444":2,"\u0443":3,"\u0442":4,"\u043b":-15,"\u0437":-4,"\u042a":6,"\u0427":11,"\u0424":6,"\u0423":-4,"\u0422":9,"\u0421":4,"\u041e":4,"\u041b":-17,"\u0417":-2,"\u040e":-4,"\u0409":-17,"\u0404":4,"\u00bb":-2,";":-2,":":-2,".":-7,"-":-4,",":-6}},"\u0411":{"d":"174,-71v-1,42,-24,72,-67,71r-84,0r0,-240r127,0r0,32r-87,0r0,61v70,-6,112,12,111,76xm63,-33v40,2,72,2,72,-40v0,-44,-31,-44,-72,-42r0,82","w":188,"k":{"\u045e":6,"\u044a":4,"\u0443":6,"\u0442":8,"\u0436":2,"\u0428":3,"\u0427":7,"\u0423":2,"\u0422":1,"\u0416":2,"\u040e":2,"\u040b":2}},"\u0412":{"d":"179,-66v0,44,-27,66,-82,66r-74,0r0,-240v72,0,148,-12,148,61v0,27,-11,45,-35,53v29,9,43,29,43,60xm130,-175v0,-37,-33,-35,-68,-34r0,69v37,2,68,0,68,-35xm138,-71v0,-36,-34,-42,-76,-39r0,78v40,2,76,0,76,-39","w":196,"k":{"\u045e":-1,"\u0459":2,"\u044a":-5,"\u0447":4,"\u0443":-1,"\u0442":-2,"\u0428":1,"\u0427":6,"\u0423":5,"\u0422":-2,"\u0416":4,"\u040e":5,"\u040b":-1}},"\u0413":{"d":"23,0r0,-240r116,0r0,33r-76,0r0,207r-40,0","w":135,"k":{"\u045e":-7,"\u0459":22,"\u0454":25,"\u044f":24,"\u044e":25,"\u044a":18,"\u0447":30,"\u0446":24,"\u0445":19,"\u0444":27,"\u0443":21,"\u0442":21,"\u0441":25,"\u0440":24,"\u043f":24,"\u043e":25,"\u043d":24,"\u043c":24,"\u043b":20,"\u043a":24,"\u0438":24,"\u0437":26,"\u0436":20,"\u0435":25,"\u0434":27,"\u0432":24,"\u0430":27,"\u0427":-8,"\u0424":9,"\u0423":-18,"\u0422":-20,"\u041b":8,"\u0414":13,"\u040e":-18,"\u040b":-18,"\u0409":8,";":28,":":27,".":24,"-":20,",":25}},"\u0414":{"d":"17,-33r53,-207r58,0r47,207r14,0r0,84r-28,0r-4,-51r-121,0r-5,51r-27,0r0,-84r13,0xm53,-33r81,0r-34,-166r-9,0","w":192},"\u0415":{"d":"23,-240r137,0r0,32r-97,0r0,68r76,0r0,32r-76,0r0,75r99,0r0,33r-139,0r0,-240","k":{"\u0424":6}},"\u0416":{"d":"177,-138r72,138r-42,0r-60,-114r-8,4r0,110r-37,0r0,-110r-8,-4r-61,114r-37,0r68,-125r-62,-115r41,0r55,102r4,2r0,-104r37,0r0,104r4,-2r55,-102r37,0","w":240,"k":{"\u045e":-2,"\u0447":11,"\u0444":2,"\u0443":5,"\u0437":-6,"\u0430":-5,"\u0424":9,"\u0421":4,"\u041e":4,"\u0417":-2,"\u0404":4}},"\u0417":{"d":"123,-127v76,21,46,131,-34,131v-47,0,-73,-24,-80,-72r35,-6v1,58,81,61,81,4v0,-31,-18,-44,-51,-40r0,-29v30,3,48,-7,48,-36v0,-21,-14,-38,-35,-37v-21,0,-35,14,-39,40r-34,-6v7,-45,32,-66,75,-66v73,0,100,95,34,117","w":181,"k":{"\u045e":-3,"\u0459":1,"\u0447":2,"\u0445":-3,"\u0443":-3,"\u0442":-5,"\u042f":4,"\u0427":4,"\u0425":2,"\u0423":2,"\u0422":-5,"\u041b":-3,"\u0417":-3,"\u0416":3,"\u0414":-1,"\u040e":2,"\u040b":-4,"\u0409":-3}},"\u0418":{"d":"63,-21r0,21r-40,0r0,-240r40,0r-2,168v20,-51,53,-98,78,-145r0,-23r39,0r0,240r-39,0r1,-166v-20,50,-52,98,-77,145","w":201},"\u0419":{"d":"63,-21r0,21r-40,0r0,-240r40,0r-2,168v20,-51,53,-98,78,-145r0,-23r39,0r0,240r-39,0r1,-166v-20,50,-52,98,-77,145xm48,-306r25,0v4,26,54,27,58,0r25,0v-6,29,-24,43,-54,43v-30,0,-48,-14,-54,-43","w":201},"\u041a":{"d":"23,-240r40,0r0,114r72,-114r42,0r-62,88r73,152r-43,0r-54,-119r-28,40r0,79r-40,0r0,-240","w":184,"k":{"\u045e":-2,"\u0454":2,"\u0447":12,"\u0444":4,"\u0443":8,"\u0442":3,"\u0441":2,"\u043e":2,"\u0437":-4,"\u0435":2,"\u0431":2,"\u0430":-2,"\u0424":11,"\u0421":7,"\u041e":6,"\u0404":7}},"\u041b":{"d":"31,0r-37,0r65,-240r49,0r62,240r-42,0r-48,-199","w":164},"\u041c":{"d":"22,-240r59,0r48,173r49,-173r56,0r0,240r-37,0r0,-205r-57,205r-29,0r-56,-205r0,205r-33,0r0,-240","w":257},"\u041d":{"d":"23,-240r40,0r0,100r70,0r0,-100r40,0r0,240r-40,0r0,-107r-70,0r0,107r-40,0r0,-240","w":196},"\u041e":{"d":"102,-244v63,0,86,53,86,124v1,72,-22,124,-86,124v-64,0,-87,-52,-87,-124v0,-73,23,-124,87,-124xm102,-28v39,0,44,-45,44,-92v0,-47,-5,-92,-45,-92v-39,0,-44,46,-44,92v0,47,4,92,45,92","w":202,"k":{"\u0459":2,"\u042f":3,"\u042a":-2,"\u0427":1,"\u0425":4,"\u0423":5,"\u0422":-1,"\u0416":5,"\u0414":3,"\u0410":4,"\u040e":5}},"\u041f":{"d":"23,0r0,-240r145,0r0,240r-40,0r0,-208r-65,0r0,208r-40,0","w":190},"\u0420":{"d":"171,-167v-1,60,-39,78,-108,73r0,94r-40,0r0,-240v79,-4,151,-3,148,73xm129,-167v-2,-37,-23,-46,-66,-42r0,83v40,2,68,-1,66,-41","w":177,"k":{"\u0459":12,"\u0454":1,"\u0444":2,"\u0441":1,"\u043e":1,"\u043b":8,"\u0437":-2,"\u0435":2,"\u0434":17,"\u0430":2,"\u042f":-2,"\u0427":-2,"\u0421":-2,"\u041b":6,"\u0414":12,"\u0410":9,"\u0409":6,";":1,".":33,"-":3,",":34}},"\u0421":{"d":"103,-28v29,0,36,-24,41,-53r36,5v-8,53,-33,80,-78,80v-64,0,-87,-54,-87,-123v0,-70,24,-124,88,-125v44,0,70,27,78,82r-37,5v-4,-36,-18,-54,-41,-54v-31,0,-46,31,-46,94v0,59,15,89,46,89","w":190,"k":{"\u045e":-8,"\u0459":1,"\u0447":-1,"\u0443":-8,"\u0442":-10,"\u042f":-1,"\u0425":1,"\u0422":-7,"\u0421":-1,"\u041e":-1,"\u041b":-4,"\u0417":-5,"\u0416":2,"\u0410":-1,"\u040b":-5,"\u0409":-4}},"\u0422":{"d":"-6,-240r147,0r0,34r-54,0r0,206r-40,0r0,-206r-53,0r0,-34","w":135,"k":{"\u045e":-8,"\u0459":10,"\u0454":13,"\u044f":12,"\u044a":6,"\u0447":18,"\u0446":12,"\u0445":7,"\u0444":15,"\u0443":10,"\u0442":9,"\u0441":13,"\u0440":12,"\u043f":12,"\u043e":13,"\u043d":12,"\u043c":12,"\u043b":8,"\u043a":12,"\u0438":12,"\u0437":14,"\u0436":8,"\u0435":13,"\u0434":15,"\u0433":12,"\u0432":12,"\u0430":15,"\u042f":-5,"\u0424":8,"\u0423":-19,"\u0422":-21,"\u041e":-1,"\u041b":6,"\u0417":-7,"\u0414":11,"\u0410":8,"\u040e":-19,"\u040b":-19,"\u0409":6,"\u00bb":13,";":16,":":15,".":12,"-":8,",":13}},"\u0423":{"d":"66,-69r-70,-171r41,0r46,122r40,-122r35,0v-28,72,-46,170,-85,228v-8,13,-30,13,-52,12r0,-34v29,4,38,-10,45,-35","w":153,"k":{"\u045e":-8,"\u0459":14,"\u0454":10,"\u044f":7,"\u044e":5,"\u0447":2,"\u0446":6,"\u0445":-5,"\u0444":11,"\u0443":-6,"\u0442":-7,"\u0441":10,"\u0440":5,"\u043f":5,"\u043e":10,"\u043d":5,"\u043c":5,"\u043b":11,"\u043a":5,"\u0438":5,"\u0437":6,"\u0436":-4,"\u0435":11,"\u0434":20,"\u0431":5,"\u0430":10,"\u0427":-9,"\u0424":6,"\u0423":-19,"\u0422":-20,"\u0421":3,"\u041e":3,"\u041b":7,"\u0417":-1,"\u0414":13,"\u0410":10,"\u040b":-19,"\u0409":7,"\u0404":3,"\u00bb":8,";":6,":":5,".":21,"-":6,",":22}},"\u0424":{"d":"130,-218v52,5,82,41,82,98v0,57,-27,90,-82,98r0,29r-33,0r0,-29v-54,-4,-81,-43,-82,-97v-1,-58,31,-94,82,-99r0,-30r33,0r0,30xm97,-189v-29,7,-43,30,-43,70v0,38,14,61,43,68r0,-138xm130,-51v29,-7,43,-30,43,-70v0,-38,-14,-61,-43,-68r0,138","w":227,"k":{"\u0459":6,"\u043b":3,"\u0434":12,"\u042f":4,"\u042a":7,"\u0427":2,"\u0425":9,"\u0423":9,"\u041b":2,"\u0416":10,"\u0414":9,"\u0410":6,"\u040e":9,"\u0409":2}},"\u0425":{"d":"3,-240r44,0r34,77r39,-77r37,0r-56,109r63,131r-44,0r-41,-92r-46,92r-38,0r64,-124","w":159,"k":{"\u0454":2,"\u0447":12,"\u0444":4,"\u0443":3,"\u0442":2,"\u0441":2,"\u043e":2,"\u0437":-4,"\u0435":2,"\u0430":-3,"\u0424":8,"\u0421":4,"\u041e":3,"\u0417":-1,"\u0404":4}},"\u0426":{"d":"23,0r0,-240r40,0r0,207r69,0r0,-207r40,0r0,207r25,0r0,84r-28,0r-4,-51r-142,0","w":197},"\u0427":{"d":"57,-240v6,45,-19,126,27,129v14,0,27,-7,39,-22r0,-107r39,0r0,240r-39,0r0,-101v-38,46,-106,18,-106,-55r0,-84r40,0","w":185},"\u0428":{"d":"23,0r0,-240r40,0r0,207r57,0r0,-207r40,0r0,207r57,0r0,-207r40,0r0,240r-234,0","w":280},"\u0429":{"d":"257,-33r25,0r0,84r-27,0r-5,-51r-227,0r0,-240r40,0r0,207r57,0r0,-207r40,0r0,207r57,0r0,-207r40,0r0,207","w":282},"\u042a":{"d":"189,-74v-1,43,-22,74,-68,74r-81,0r0,-207r-49,0r0,-33r89,0r0,93v68,-5,111,9,109,73xm150,-74v0,-42,-30,-43,-70,-41r0,82v40,2,70,2,70,-41","w":197,"k":{"\u044a":1,"\u042a":9,"\u0427":4,"\u0423":3,"\u0422":13,"\u040e":3,"\u040b":4}},"\u042b":{"d":"171,-74v0,44,-21,74,-67,74r-81,0r0,-240r40,0r0,93v68,-5,108,9,108,73xm132,-74v0,-43,-29,-43,-69,-41r0,82v40,2,69,1,69,-41xm191,-240r40,0r0,240r-40,0r0,-240","w":253},"\u042c":{"d":"171,-74v0,44,-21,74,-67,74r-81,0r0,-240r40,0r0,93v68,-5,108,9,108,73xm132,-74v0,-43,-29,-43,-69,-41r0,82v40,2,69,1,69,-41","w":180,"k":{"\u044a":1,"\u042a":9,"\u0427":4,"\u0423":3,"\u0422":13,"\u040e":3,"\u040b":4}},"\u042d":{"d":"43,-77v6,27,12,49,40,49v30,0,46,-27,48,-81r-72,0r0,-30r71,0v6,-79,-75,-100,-86,-29r-35,-11v10,-44,34,-65,74,-65v65,-1,88,56,88,124v0,69,-22,123,-86,124v-43,0,-69,-24,-78,-73","w":186,"k":{"\u0459":2,"\u042f":4,"\u042a":-2,"\u0427":2,"\u0423":6,"\u041b":1,"\u0414":4,"\u0410":4,"\u040e":6,"\u0409":1}},"\u042e":{"d":"268,-120v0,72,-22,124,-86,124v-54,0,-83,-38,-86,-114r-33,0r0,110r-40,0r0,-240r40,0r0,98r34,0v6,-68,33,-102,85,-102v64,0,86,52,86,124xm182,-28v39,0,44,-46,44,-92v0,-46,-3,-92,-44,-92v-40,0,-45,44,-45,92v0,47,5,92,45,92","w":283,"k":{"\u0459":2,"\u042f":3,"\u042a":-2,"\u0427":1,"\u0425":4,"\u0423":5,"\u0422":-1,"\u041b":1,"\u0416":5,"\u0414":3,"\u0410":4,"\u040e":5,"\u0409":1}},"\u042f":{"d":"167,-240v-74,-2,-149,-6,-149,69v0,30,13,51,37,63r-46,108r44,0r37,-100r37,0r0,100r40,0r0,-240xm127,-131v-41,4,-70,-4,-70,-41v0,-37,33,-39,70,-37r0,78","w":190},"\u0430":{"d":"110,-110v11,-49,-51,-62,-56,-17r-35,-5v4,-31,31,-50,67,-50v87,0,51,111,63,182r-34,0v-2,-6,-3,-17,-3,-30v-18,51,-102,43,-99,-17v3,-49,37,-65,97,-63xm75,-22v24,0,37,-32,35,-64v-34,-4,-59,8,-59,36v0,18,8,28,24,28","k":{"\u045e":3,"\u0459":-4,"\u0447":5,"\u0443":3,"\u0442":-3}},"\u0431":{"d":"83,4v-55,0,-70,-40,-70,-101v0,-96,23,-135,82,-146v3,-2,4,-7,5,-13r37,0v2,45,-66,29,-79,63v-3,8,-6,18,-8,30v46,-48,103,4,103,74v0,54,-21,93,-70,93xm82,-23v26,-2,33,-30,32,-64v0,-45,-11,-67,-32,-67v-22,0,-33,22,-33,67v0,36,7,60,33,64","k":{"\u045e":3,"\u0447":2,"\u0445":1,"\u0443":3,"\u0442":-2,"\u0436":1}},"\u0432":{"d":"116,-93v53,9,47,93,-7,93r-87,0r0,-178v55,1,126,-13,126,44v0,19,-11,33,-32,41xm114,-127v0,-31,-28,-26,-56,-26r0,51v27,0,56,6,56,-25xm58,-28v29,0,59,7,59,-27v0,-33,-30,-27,-59,-27r0,54","k":{"\u045e":1,"\u0447":4,"\u0445":-2,"\u0443":1,"\u0442":-4,"\u0437":-3,"\u0436":-1}},"\u0433":{"d":"115,-178r0,28r-57,0r0,150r-36,0r0,-178r93,0","w":115,"k":{"\u045e":-12,"\u0459":9,"\u0454":-1,"\u044f":-5,"\u0444":1,"\u0441":-1,"\u043e":-1,"\u043b":5,"\u0434":14,";":-1,":":-2,".":18,"-":14,",":19}},"\u0434":{"d":"24,-28r36,-150r55,0r32,150r13,0r0,69r-24,0r-5,-41r-91,0r-5,41r-24,0r0,-69r13,0xm56,-28r54,0r-24,-121r-5,0","w":162},"\u0435":{"d":"13,-86v-16,-90,102,-133,131,-50v4,14,7,31,7,53r-101,0v-11,62,55,83,66,27r33,4v-9,38,-31,56,-66,56v-47,0,-71,-36,-70,-90xm113,-108v0,-31,-10,-47,-30,-47v-19,0,-30,16,-32,47r62,0","w":159,"k":{"\u045e":1,"\u044f":-1,"\u0443":1,"\u043b":-3,"\u0437":-4}},"\u0436":{"d":"153,-106r52,106r-38,0r-41,-82r-10,3r0,79r-34,0r0,-79r-10,-3r-42,82r-34,0r51,-94r-46,-84r36,0r37,70r8,2r0,-72r34,0r0,72r8,-2r37,-70r34,0","w":197,"k":{"\u045e":-10,"\u0444":2,"\u0437":-4,"\u0431":-1}},"\u0437":{"d":"93,-52v-1,-23,-13,-28,-39,-27r0,-23v23,-1,36,-4,35,-29v0,-17,-7,-26,-20,-26v-14,0,-23,10,-26,30r-32,-7v1,-60,119,-66,117,0v0,19,-10,32,-30,41v59,16,36,97,-26,97v-40,0,-58,-20,-65,-51r33,-6v3,43,55,41,53,1","w":143,"k":{"\u045e":1,"\u0459":-1,"\u0447":3,"\u0445":-1,"\u0442":-5,"\u043b":-4}},"\u0438":{"d":"92,-70v-12,23,-35,34,-34,70r-36,0r0,-178r36,0r-1,114v15,-31,37,-62,55,-91r0,-23r37,0r0,178r-37,0r1,-109v-5,13,-14,25,-21,39","w":170},"\u0439":{"d":"92,-70v-12,23,-35,34,-34,70r-36,0r0,-178r36,0r-1,114v15,-31,37,-62,55,-91r0,-23r37,0r0,178r-37,0r1,-109v-5,13,-14,25,-21,39xm31,-243r25,0v4,26,54,27,58,0r25,0v-6,29,-24,43,-54,43v-30,0,-48,-14,-54,-43","w":170,"k":{"\u0459":-2}},"\u043a":{"d":"22,-178r36,0r0,80r58,-80r36,0r-46,62r51,116r-40,0r-35,-89r-24,33r0,56r-36,0r0,-178","w":153,"k":{"\u045e":-10,"\u0454":1,"\u0444":3,"\u0441":1,"\u043e":1,"\u0437":-3,"\u0435":1,"\u0431":-1,"\u0430":-2}},"\u043b":{"d":"-4,0r49,-178r42,0r46,178r-38,0r-32,-142r-35,142r-32,0","w":128},"\u043c":{"d":"21,0r0,-178r53,0r38,149r36,-149r50,0r0,178r-33,0r0,-145r-39,145r-38,0r-37,-145r0,145r-30,0","w":219},"\u043d":{"d":"22,0r0,-178r36,0r0,71r53,0r0,-71r37,0r0,178r-37,0r0,-79r-53,0r0,79r-36,0","w":169},"\u043e":{"d":"83,-182v48,0,70,36,70,91v0,63,-24,95,-71,95v-50,0,-69,-36,-69,-93v0,-62,23,-93,70,-93xm83,-23v44,0,43,-130,0,-131v-21,0,-31,21,-31,65v0,36,3,66,31,66","k":{"\u045e":3,"\u0459":2,"\u044a":-5,"\u0445":1,"\u0443":3,"\u0442":-2,"\u0436":1}},"\u043f":{"d":"22,0r0,-178r120,0r0,178r-37,0r0,-153r-47,0r0,153r-36,0","w":163},"\u0440":{"d":"159,-90v0,47,-17,93,-62,93v-17,0,-30,-7,-39,-21r0,78r-37,0r0,-238r34,0r0,30v9,-21,24,-33,44,-33v42,1,60,41,60,91xm120,-90v0,-82,-62,-80,-62,-14v0,39,-3,78,31,80v21,0,31,-22,31,-66","w":171,"k":{"\u045e":3,"\u0447":2,"\u0443":2,"\u0442":-2,"\u0436":1,";":5,":":4,".":2,"-":-8,",":4}},"\u0441":{"d":"13,-88v0,-54,19,-93,69,-94v36,0,58,21,63,64r-36,4v-4,-25,-5,-37,-27,-39v-29,4,-28,29,-31,68v-5,66,53,82,58,21r36,3v-5,44,-27,65,-65,65v-50,0,-67,-39,-67,-92","w":147,"k":{"\u0459":-1,"\u044f":-2,"\u0447":-1,"\u0445":-1,"\u0444":-2,"\u0443":-1,"\u0442":-7,"\u043e":-2,"\u043b":-4,"\u0437":-4,"\u0430":-2,"\u040e":2}},"\u0442":{"d":"38,0r0,-150r-41,0r0,-28r117,0r0,28r-39,0r0,150r-37,0","w":110,"k":{"\u045e":-13,"\u0459":5,"\u0454":-2,"\u044f":-6,"\u0447":-6,"\u0443":-13,"\u0442":-15,"\u0441":-2,"\u043e":-2,"\u043b":3,"\u0437":-7,"\u0435":-1,"\u0434":10,"\u0430":-2,"\u00bb":9,";":-3,":":-4,".":8,"-":4,",":9}},"\u0443":{"d":"0,-178r37,0r31,122r31,-122r33,0r-57,189v-8,37,-27,61,-71,50r0,-29v33,4,38,-7,46,-38","w":128,"k":{"\u0459":3,"\u044f":-3,"\u0447":-7,"\u0444":1,"\u0442":-16,"\u0437":-4,"\u0435":1,"\u0434":9,"\u00bb":-2,";":-3,":":-4,".":9,"-":-4,",":10}},"\u0444":{"d":"191,-88v-1,49,-27,83,-73,88r0,60r-32,0r0,-60v-46,-4,-73,-39,-73,-87v0,-51,24,-82,73,-91r0,-59r32,0r0,59v49,10,73,40,73,90xm86,-23r0,-131v-49,8,-50,123,0,131xm118,-23v50,-8,49,-123,0,-131r0,131","w":203,"k":{"\u045e":4,"\u0459":3,"\u044f":1,"\u044a":-2,"\u0447":2,"\u0445":3,"\u0443":4,"\u0436":4,"\u0434":8,"\u0433":1}},"\u0445":{"d":"-1,-178r41,0r26,52r27,-52r34,0r-45,81r53,97r-41,0r-32,-63r-34,63r-34,0r51,-92","w":128,"k":{"\u045e":-10,"\u0454":1,"\u0444":4,"\u0441":1,"\u043e":1,"\u0437":-2,"\u0435":1,"\u0430":-1}},"\u0446":{"d":"22,0r0,-178r36,0r0,150r49,0r0,-150r37,0r0,150r22,0r0,69r-24,0r-5,-41r-115,0","w":166},"\u0447":{"d":"98,-68v-28,25,-81,14,-81,-36r0,-74r36,0v4,33,-13,94,21,95v9,0,18,-3,24,-9r0,-86r36,0r0,178r-36,0r0,-68","w":156},"\u0448":{"d":"22,0r0,-178r36,0r0,150r44,0r0,-150r37,0r0,150r44,0r0,-150r36,0r0,178r-197,0","w":240},"\u0449":{"d":"22,0r0,-178r36,0r0,150r44,0r0,-150r37,0r0,150r44,0r0,-150r36,0r0,150r23,0r0,69r-25,0r-4,-41r-191,0","w":242},"\u044a":{"d":"67,-110v51,-4,87,5,87,55v0,66,-64,55,-124,55r0,-150r-39,0r0,-28r76,0r0,68xm67,-28v28,0,51,5,51,-28v0,-33,-22,-30,-51,-29r0,57","w":161,"k":{"\u045e":7,"\u044a":6,"\u0447":2,"\u0443":7,"\u0442":9,"\u0441":-2,"\u0435":-2}},"\u044b":{"d":"58,-110v52,-6,88,7,88,55v0,66,-64,55,-124,55r0,-178r36,0r0,68xm58,-28v28,0,52,5,52,-28v0,-33,-23,-30,-52,-29r0,57xm160,0r0,-178r37,0r0,178r-37,0","w":218},"\u044c":{"d":"58,-110v52,-6,88,7,88,55v0,66,-64,55,-124,55r0,-178r36,0r0,68xm58,-28v28,0,52,5,52,-28v0,-33,-23,-30,-52,-29r0,57","w":152,"k":{"\u045e":7,"\u044a":6,"\u0447":2,"\u0443":7,"\u0442":9,"\u0441":-2,"\u0435":-2}},"\u044d":{"d":"66,-182v50,0,70,39,69,93v0,62,-22,93,-67,93v-35,0,-57,-17,-63,-53r35,-7v2,20,11,30,26,30v21,0,31,-17,32,-52r-56,0r0,-25r55,0v3,-55,-48,-69,-57,-21r-35,-7v8,-34,28,-51,61,-51","w":148,"k":{"\u045e":3,"\u0459":2,"\u044a":-5,"\u0447":2,"\u0443":3,"\u0442":-2}},"\u044e":{"d":"155,-182v49,1,70,38,70,91v0,63,-23,95,-69,95v-43,0,-66,-27,-69,-83r-29,0r0,79r-36,0r0,-176r36,0r0,70r30,0v4,-51,26,-76,67,-76xm155,-23v27,-3,31,-30,31,-66v0,-35,-3,-65,-31,-65v-28,0,-31,30,-31,65v0,36,3,63,31,66","w":237,"k":{"\u045e":3,"\u0459":2,"\u044a":-5,"\u0447":2,"\u0445":1,"\u0443":3,"\u0442":-2,"\u0436":1}},"\u044f":{"d":"39,-78v-44,-19,-36,-100,28,-100r71,0r0,178r-37,0r0,-71r-32,0r-27,71r-37,0xm48,-123v0,28,24,29,53,27r0,-57v-29,-1,-53,-3,-53,30","w":156},"\u0451":{"d":"13,-86v-16,-90,102,-133,131,-50v4,14,7,31,7,53r-101,0v-11,62,55,83,66,27r33,4v-9,38,-31,56,-66,56v-47,0,-71,-36,-70,-90xm113,-108v0,-31,-10,-47,-30,-47v-19,0,-30,16,-32,47r62,0xm56,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm112,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18","w":159},"\u0452":{"d":"90,-144v-48,0,-28,91,-32,144r-36,0r0,-201r-26,0r0,-22r26,0r0,-21r36,0r0,21r58,0r0,22r-58,0r0,51v10,-16,25,-24,43,-24v54,0,47,51,47,122v0,76,2,108,-59,112r-3,-25v33,-7,28,-37,28,-83v0,-42,-2,-68,-5,-79v-3,-11,-9,-17,-19,-17","w":164},"\u0453":{"d":"115,-178r0,28r-57,0r0,150r-36,0r0,-178r93,0xm41,-212r56,-50r19,24r-62,39","w":115,"k":{"\u0459":9,"\u044f":-5,"\u0444":1,"\u043b":5,"\u0434":13}},"\u0454":{"d":"13,-88v0,-54,19,-93,69,-94v33,0,53,17,61,51r-35,7v-3,-19,-12,-29,-26,-29v-19,0,-29,17,-31,50r56,0r0,25r-57,0v-5,56,52,72,59,22r34,7v-7,36,-27,53,-62,53v-45,0,-68,-30,-68,-92","w":148},"\u0455":{"d":"36,-86v-46,-25,-18,-96,35,-96v30,0,48,16,57,46r-28,8v-4,-32,-53,-37,-53,-5v0,42,92,23,88,81v-2,33,-29,56,-65,56v-38,0,-59,-17,-64,-51r31,-6v1,37,59,42,62,7v2,-27,-48,-28,-63,-40","w":141},"\u0456":{"d":"59,-201r-38,0r0,-39r38,0r0,39xm22,-178r36,0r0,178r-36,0r0,-178","w":79},"\u0457":{"d":"22,-178r36,0r0,178r-36,0r0,-178xm12,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm68,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18","w":79},"\u0458":{"d":"60,-201r-39,0r0,-39r39,0r0,39xm-9,31v29,7,31,-5,31,-38r0,-171r37,0r0,172v5,54,-19,78,-68,67r0,-30","w":79},"\u0459":{"d":"162,-110v34,-1,47,24,49,55v4,63,-58,56,-116,55r-23,-142r-39,142r-33,0r54,-178r43,0r13,68r52,0xm127,-28v27,1,48,3,48,-28v0,-36,-29,-29,-60,-29","w":213,"k":{"\u045e":4,"\u044a":3,"\u0443":4,"\u0442":7}},"\u045a":{"d":"146,-106v49,-4,87,3,87,51v0,66,-64,55,-124,55r0,-81r-51,0r0,81r-36,0r0,-178r36,0r0,72r51,0r0,-72r37,0r0,72xm146,-28v27,0,51,4,51,-27v0,-31,-24,-26,-51,-26r0,53","w":240,"k":{"\u045e":7,"\u0454":-2,"\u044a":6,"\u0447":2,"\u0443":7,"\u0442":9,"\u0441":-2,"\u0435":-2}},"\u045b":{"d":"90,-144v-47,8,-28,91,-32,144r-37,0r0,-201r-25,0r0,-22r25,0r0,-22r37,0r0,22r57,0r0,22r-57,0r0,53v10,-17,23,-26,42,-26v73,-1,41,106,48,174r-37,0r0,-100v0,-27,0,-42,-21,-44","w":164},"\u045c":{"d":"22,-178r36,0r0,80r58,-80r36,0r-46,62r51,116r-40,0r-35,-89r-24,33r0,56r-36,0r0,-178xm60,-212r56,-50r19,24r-62,39","w":153,"k":{"\u045e":-10,"\u0454":1,"\u0444":4,"\u0441":1,"\u043e":1,"\u0437":-3,"\u0435":2,"\u0430":-2}},"\u045e":{"d":"0,-178r37,0r31,122r31,-122r33,0r-57,189v-8,37,-27,61,-71,50r0,-29v33,4,38,-7,46,-38xm15,-243r25,0v4,26,54,27,58,0r25,0v-6,29,-24,43,-54,43v-30,0,-48,-14,-54,-43","w":128,"k":{"\u0454":1,"\u044f":-1,"\u0447":-5,"\u0444":2,"\u0442":-15,"\u0441":1,"\u043e":1,"\u043b":1,"\u0437":-2,"\u0435":2,"\u0434":10,"\u0430":2}},"\u045f":{"d":"22,0r0,-178r36,0r0,150r49,0r0,-150r37,0r0,178r-46,0r-3,41r-25,0r-3,-41r-45,0"},"\u0490":{"d":"139,-285r0,78r-76,0r0,207r-40,0r0,-240r85,0r0,-45r31,0","w":135},"\u0491":{"d":"86,-178r0,-38r29,0r0,66r-57,0r0,150r-36,0r0,-178r64,0","w":115},"\u1e80":{"d":"1,-240r40,0r33,180r37,-180r35,0r37,180r34,-180r34,0r-51,241r-36,0r-38,-177r-37,177r-36,0xm164,-273r-13,13r-62,-39r19,-24","w":251},"\u1e81":{"d":"0,-178r36,0r26,122r26,-122r32,0r25,123r28,-123r30,0r-44,178r-31,0r-27,-123r-26,123r-31,0xm138,-212r-13,13r-62,-39r19,-24","w":202},"\u1e82":{"d":"1,-240r40,0r33,180r37,-180r35,0r37,180r34,-180r34,0r-51,241r-36,0r-38,-177r-37,177r-36,0xm94,-273r56,-50r19,24r-62,39","w":251},"\u1e83":{"d":"0,-178r36,0r26,122r26,-122r32,0r25,123r28,-123r30,0r-44,178r-31,0r-27,-123r-26,123r-31,0xm75,-212r56,-50r19,24r-62,39","w":202},"\u1e84":{"d":"1,-240r40,0r33,180r37,-180r35,0r37,180r34,-180r34,0r-51,241r-36,0r-38,-177r-37,177r-36,0xm100,-265v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm156,-265v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18","w":251},"\u1e85":{"d":"0,-178r36,0r26,122r26,-122r32,0r25,123r28,-123r30,0r-44,178r-31,0r-27,-123r-26,123r-31,0xm73,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v10,0,19,9,19,19v0,10,-9,18,-19,18xm129,-204v-10,0,-19,-8,-19,-18v0,-9,10,-19,19,-19v9,0,19,10,19,19v0,10,-9,18,-19,18","w":202},"\u1ef2":{"d":"-11,-240r43,0r44,100r45,-100r38,0r-67,139r0,101r-40,0r0,-101xm109,-273r-13,13r-62,-39r19,-24","w":147},"\u1ef3":{"d":"0,-178r37,0r31,122r31,-122r33,0r-57,189v-8,37,-27,61,-71,50r0,-29v33,4,38,-7,46,-38xm100,-212r-13,13r-62,-39r19,-24","w":128},"\u2015":{"d":"11,-104r205,0r0,28r-205,0r0,-28","w":226},"\u2017":{"d":"0,18r180,0r0,25r-180,0r0,-25xm0,60r180,0r0,25r-180,0r0,-25","w":180},"\u201b":{"d":"57,-240r0,45r-17,0r21,43r-18,0r-24,-45r0,-43r38,0","w":79},"\u2032":{"d":"37,-144r-27,0r27,-96r40,0","w":76},"\u2033":{"d":"35,-144r-28,0r28,-96r40,0xm106,-144r-27,0r27,-96r40,0","w":136},"\u203c":{"d":"20,-240r49,0r-12,175r-24,0xm106,-240r49,0r-12,175r-24,0xm24,-44r41,0r0,44r-41,0r0,-44xm111,-44r40,0r0,44r-40,0r0,-44","w":180},"\u203e":{"d":"-7,-329r214,0r0,13r-214,0r0,-13","w":199},"\u2044":{"d":"61,-240r26,0r-117,240r-26,0","w":30},"\u207f":{"d":"69,-164v-1,-13,0,-20,-11,-20v-26,2,-13,60,-16,88r-28,0r0,-108r21,0r0,16v17,-30,63,-23,63,23r0,69r-29,0r0,-68","w":110},"\u20a4":{"d":"54,-161v-4,-49,17,-84,63,-83v28,0,48,12,58,38r-28,17v-6,-17,-17,-25,-30,-25v-23,0,-28,27,-24,53r49,0r0,26r-45,0v1,8,2,16,3,23r42,0r0,26r-41,0v-1,23,-11,42,-29,55v45,1,77,0,88,-32r28,14v-13,67,-105,45,-181,49r0,-32v39,3,58,-13,58,-54r-38,0r0,-26r35,0r-4,-23r-31,0r0,-26r27,0","w":183},"\u20a7":{"d":"152,-167v-2,53,-28,78,-90,73r0,94r-39,0r0,-240v73,-5,132,3,129,73xm111,-168v-1,-32,-12,-46,-49,-42r0,86v36,2,50,-9,49,-44xm222,1v-52,13,-70,-20,-63,-79r-19,0r0,-27r20,0r2,-40r30,-3r0,43r26,0r0,27r-26,0v-2,33,0,59,30,51r0,28xm323,-50v20,28,-9,54,-43,54v-28,0,-45,-11,-49,-33r28,-7v1,27,49,23,35,0v-22,-11,-60,-14,-59,-42v1,-42,82,-48,90,-6r-25,9v-4,-23,-41,-20,-29,2v11,5,51,14,52,23","w":341},"\u2105":{"d":"70,-223v-21,0,-19,18,-21,44v-4,45,36,53,38,13r27,2v-3,30,-18,46,-46,46v-32,0,-48,-21,-48,-63v0,-75,88,-86,94,-19r-27,3v-1,-16,-3,-26,-17,-26xm182,-240r25,0r-117,240r-25,0xm207,-122v34,1,48,26,49,62v0,43,-17,64,-50,64v-35,0,-51,-24,-50,-63v0,-42,17,-63,51,-63xm227,-60v0,-28,-7,-43,-21,-43v-14,0,-21,15,-21,43v0,28,7,43,21,43v14,0,21,-15,21,-43","w":275},"\u2113":{"d":"132,-244v17,0,28,14,27,33v0,35,-21,73,-63,115v-7,37,-11,59,-11,67v0,7,2,11,6,11v8,4,14,-22,23,-25v4,0,6,2,6,7v1,18,-21,41,-39,41v-27,0,-30,-40,-25,-72v-11,11,-16,16,-20,3v2,-13,15,-18,22,-29v8,-42,18,-78,30,-107v12,-29,26,-44,44,-44xm101,-126v19,-21,37,-51,39,-82v0,-10,-2,-15,-7,-15v-10,0,-21,32,-32,97","w":183},"\u2116":{"d":"22,-240r47,0r78,173r0,-173r34,0r0,240r-37,0r-89,-192r0,192r-33,0r0,-240xm258,-183v36,-1,53,25,52,62v0,43,-17,64,-52,64v-35,0,-52,-24,-52,-63v0,-42,17,-63,52,-63xm279,-120v0,-28,-7,-43,-21,-43v-14,0,-21,15,-21,43v0,28,7,42,21,42v14,0,21,-14,21,-42xm310,-30r0,30r-104,0r0,-30r104,0","w":318},"\u212e":{"d":"16,-93v0,-86,99,-132,157,-75v18,17,28,42,29,75r-146,0r0,65v37,35,99,25,122,-22r13,7v-23,32,-40,48,-82,49v-55,2,-93,-44,-93,-99xm161,-106r0,-53v-28,-28,-79,-28,-105,1r0,52r105,0","w":216},"\u215b":{"d":"208,-146v46,-5,66,51,24,68v49,20,26,86,-27,80v-52,6,-71,-59,-23,-75v-41,-19,-22,-78,26,-73xm208,-126v-27,3,-24,33,2,39v25,-7,23,-38,-2,-39xm207,-19v35,-5,25,-36,-5,-44v-29,9,-25,46,5,44xm51,-241r22,0r0,123r25,0r0,22r-81,0r0,-22r27,0r0,-87v-8,7,-17,13,-27,18r0,-27v14,-7,25,-15,34,-27xm176,-240r26,0r-117,240r-26,0","w":275},"\u215c":{"d":"214,-146v46,-5,66,51,23,68v49,19,27,86,-26,80v-52,6,-71,-59,-23,-75v-41,-19,-22,-78,26,-73xm214,-126v-27,2,-25,34,2,39v24,-7,22,-39,-2,-39xm212,-19v18,0,33,-18,18,-31v-4,-4,-11,-8,-22,-13v-29,8,-25,44,4,44xm34,-181v20,0,38,1,37,-19v-2,-28,-37,-25,-40,1r-26,-6v6,-50,97,-52,96,2v0,14,-7,25,-22,31v51,18,23,78,-25,78v-31,0,-48,-13,-53,-41r27,-6v0,30,46,33,46,2v0,-18,-18,-22,-40,-21r0,-21xm184,-240r26,0r-117,240r-26,0","w":275},"\u215d":{"d":"215,-146v46,-5,66,51,24,68v49,19,27,85,-26,80v-52,6,-73,-59,-24,-75v-41,-19,-22,-78,26,-73xm215,-126v-27,3,-24,33,2,39v25,-7,23,-39,-2,-39xm214,-19v17,0,31,-17,18,-31v-4,-4,-11,-8,-22,-13v-30,8,-27,44,4,44xm110,-146v7,60,-95,72,-103,14r27,-6v5,31,46,27,46,-7v0,-30,-37,-33,-44,-10r-22,-4r4,-81r84,0r-3,25r-58,0r-2,32v28,-26,75,-3,71,37xm184,-240r26,0r-117,240r-26,0","w":275},"\u215e":{"d":"202,-146v46,-5,66,51,24,68v48,20,26,85,-26,80v-52,6,-73,-59,-24,-75v-41,-19,-22,-78,26,-73xm202,-126v-27,3,-24,33,2,39v25,-7,23,-38,-2,-39xm201,-19v17,0,31,-17,18,-31v-4,-4,-11,-8,-22,-13v-30,8,-27,44,4,44xm17,-240r92,0r0,19v-27,34,-41,76,-41,125r-32,0v0,-45,14,-85,43,-119r-64,0xm166,-240r26,0r-117,240r-26,0","w":275},"\u2190":{"d":"86,-154r14,0v-9,20,-21,38,-34,54r280,0r0,18r-280,0v12,12,23,30,34,54r-13,0v-26,-30,-51,-50,-73,-60r0,-7v21,-8,44,-28,72,-59","w":360},"\u2191":{"d":"27,-163v31,-28,50,-51,58,-72r9,0v10,22,29,46,59,72r0,14v-24,-11,-42,-23,-54,-35r0,259r-18,0r0,-259v-16,13,-34,26,-54,35r0,-14","w":180},"\u2192":{"d":"273,-154v28,31,52,51,73,59r0,7v-22,10,-47,30,-73,60r-13,0v11,-24,22,-42,34,-54r-280,0r0,-18r280,0v-13,-16,-25,-34,-34,-54r13,0","w":360},"\u2193":{"d":"27,3r0,-14v20,9,38,22,54,35r0,-259r18,0r0,259v12,-12,30,-24,54,-35r0,14v-30,26,-49,50,-59,72r-9,0v-8,-21,-27,-44,-58,-72","w":180},"\u2194":{"d":"346,-95r0,8v-21,9,-45,29,-71,59r-14,0v8,-20,19,-38,34,-54r-230,0v15,16,26,34,34,54r-14,0v-26,-30,-50,-50,-71,-59r0,-8v21,-9,45,-29,71,-59r14,0v-8,20,-19,38,-34,54r230,0v-15,-16,-26,-34,-34,-54r14,0v26,30,50,50,71,59","w":360},"\u2195":{"d":"86,-257r8,0v9,21,29,45,59,71r0,14v-20,-8,-39,-19,-55,-34r0,230v16,-15,35,-26,55,-34r0,14v-30,26,-50,50,-59,71r-8,0v-9,-21,-29,-45,-59,-71r0,-14v20,8,38,19,54,34r0,-230v-16,15,-34,26,-54,34r0,-14v30,-26,50,-50,59,-71","w":180},"\u21a8":{"d":"86,-257r8,0v9,21,29,45,59,71r0,14v-20,-8,-39,-19,-55,-34r0,230v16,-15,35,-26,55,-34r0,14v-30,26,-50,50,-59,71r-8,0v-9,-21,-29,-45,-59,-71r0,-14v20,8,38,19,54,34r0,-230v-16,15,-34,26,-54,34r0,-14v30,-26,50,-50,59,-71xm27,92r126,0r0,17r-126,0r0,-17","w":180},"\u221f":{"d":"64,-225r17,0r0,207r208,0r0,18r-225,0r0,-225","w":352},"\u2229":{"d":"129,-209v-94,-4,-75,111,-76,209r-19,0r0,-83v-7,-95,20,-137,95,-145v76,8,103,49,96,145r0,83r-19,0r0,-84v5,-79,-13,-122,-77,-125","w":258},"\u2261":{"d":"165,-155r-147,0r0,-29r147,0r0,29xm165,-105r-147,0r0,-30r147,0r0,30xm165,-56r-147,0r0,-29r147,0r0,29","w":183},"\u2302":{"d":"27,0r0,-111r81,-92r81,92r0,111r-162,0xm41,-14r134,0r0,-91r-67,-76r-67,76r0,91","w":216},"\u2310":{"d":"55,0r-41,0r0,-96r156,0r0,37r-115,0r0,59","w":183},"\u2320":{"d":"156,-270v-15,2,-23,-30,-33,-10r-2,371r-25,0r0,-319v-1,-42,18,-73,51,-77v26,-3,34,32,9,35","w":217},"\u2321":{"d":"61,55v16,-2,23,30,34,10r1,-370r25,0r0,318v2,43,-18,74,-51,78v-25,3,-33,-33,-9,-36","w":217},"\u2500":{"d":"259,-94r-263,0r0,-31r263,0r0,31","w":255},"\u2502":{"d":"112,109r0,-437r31,0r0,437r-31,0","w":255},"\u250c":{"d":"259,-125r0,31r-116,0r0,203r-31,0r0,-234r147,0","w":255},"\u2510":{"d":"112,-94r-116,0r0,-31r147,0r0,234r-31,0r0,-203","w":255},"\u2514":{"d":"112,-94r0,-234r31,0r0,203r116,0r0,31r-147,0","w":255},"\u2518":{"d":"143,-94r-147,0r0,-31r116,0r0,-203r31,0r0,234","w":255},"\u251c":{"d":"112,109r0,-437r31,0r0,203r116,0r0,31r-116,0r0,203r-31,0","w":255},"\u2524":{"d":"112,109r0,-203r-116,0r0,-31r116,0r0,-203r31,0r0,437r-31,0","w":255},"\u252c":{"d":"112,-94r-116,0r0,-31r263,0r0,31r-116,0r0,203r-31,0r0,-203","w":255},"\u2534":{"d":"259,-94r-263,0r0,-31r116,0r0,-203r31,0r0,203r116,0r0,31","w":255},"\u253c":{"d":"112,-94r-116,0r0,-31r116,0r0,-203r31,0r0,203r116,0r0,31r-116,0r0,203r-31,0r0,-203","w":255},"\u2550":{"d":"259,-127r-263,0r0,-31r263,0r0,31xm259,-60r-263,0r0,-31r263,0r0,31","w":255},"\u2551":{"d":"146,109r0,-437r30,0r0,437r-30,0xm79,109r0,-437r31,0r0,437r-31,0","w":255},"\u2552":{"d":"112,109r0,-267r147,0r0,31r-116,0r0,36r116,0r0,31r-116,0r0,169r-31,0","w":255},"\u2553":{"d":"79,109r0,-234r180,0r0,31r-83,0r0,203r-30,0r0,-203r-36,0r0,203r-31,0","w":255},"\u2554":{"d":"110,109r-31,0r0,-267r180,0r0,31r-149,0r0,236xm176,-60r0,169r-30,0r0,-200r113,0r0,31r-83,0","w":255},"\u2555":{"d":"112,-60r-116,0r0,-31r116,0r0,-36r-116,0r0,-31r147,0r0,267r-31,0r0,-169","w":255},"\u2556":{"d":"79,109r0,-203r-83,0r0,-31r180,0r0,234r-30,0r0,-203r-37,0r0,203r-30,0","w":255},"\u2557":{"d":"146,109r0,-236r-150,0r0,-31r180,0r0,267r-30,0xm79,-60r-83,0r0,-31r113,0r0,200r-30,0r0,-169","w":255},"\u2558":{"d":"112,-60r0,-268r31,0r0,170r116,0r0,31r-116,0r0,36r116,0r0,31r-147,0","w":255},"\u2559":{"d":"259,-94r-180,0r0,-234r31,0r0,203r36,0r0,-203r30,0r0,203r83,0r0,31","w":255},"\u255a":{"d":"110,-328r0,237r149,0r0,31r-180,0r0,-268r31,0xm176,-158r83,0r0,31r-113,0r0,-201r30,0r0,170","w":255},"\u255b":{"d":"143,-60r-147,0r0,-31r116,0r0,-36r-116,0r0,-31r116,0r0,-170r31,0r0,268","w":255},"\u255c":{"d":"176,-94r-180,0r0,-31r83,0r0,-203r30,0r0,203r37,0r0,-203r30,0r0,234","w":255},"\u255d":{"d":"146,-328r30,0r0,268r-180,0r0,-31r150,0r0,-237xm79,-158r0,-170r30,0r0,201r-113,0r0,-31r83,0","w":255},"\u255e":{"d":"112,109r0,-437r31,0r0,170r116,0r0,31r-116,0r0,36r116,0r0,31r-116,0r0,169r-31,0","w":255},"\u255f":{"d":"146,109r0,-437r30,0r0,203r83,0r0,31r-83,0r0,203r-30,0xm79,109r0,-437r31,0r0,437r-31,0","w":255},"\u2560":{"d":"79,109r0,-437r31,0r0,437r-31,0xm146,-127r0,-201r30,0r0,170r83,0r0,31r-113,0xm146,109r0,-200r113,0r0,31r-83,0r0,169r-30,0","w":255},"\u2561":{"d":"112,-60r-116,0r0,-31r116,0r0,-36r-116,0r0,-31r116,0r0,-170r31,0r0,437r-31,0r0,-169","w":255},"\u2562":{"d":"79,109r0,-203r-83,0r0,-31r83,0r0,-203r30,0r0,437r-30,0xm146,109r0,-437r30,0r0,437r-30,0","w":255},"\u2563":{"d":"146,109r0,-437r30,0r0,437r-30,0xm109,-328r0,201r-113,0r0,-31r83,0r0,-170r30,0xm79,-60r-83,0r0,-31r113,0r0,200r-30,0r0,-169","w":255},"\u2564":{"d":"259,-127r-263,0r0,-31r263,0r0,31xm112,-60r-116,0r0,-31r263,0r0,31r-116,0r0,169r-31,0r0,-169","w":255},"\u2565":{"d":"79,109r0,-203r-83,0r0,-31r263,0r0,31r-83,0r0,203r-30,0r0,-203r-37,0r0,203r-30,0","w":255},"\u2566":{"d":"259,-127r-263,0r0,-31r263,0r0,31xm79,-60r-83,0r0,-31r113,0r0,200r-30,0r0,-169xm146,109r0,-200r113,0r0,31r-83,0r0,169r-30,0","w":255},"\u2567":{"d":"259,-127r-263,0r0,-31r116,0r0,-170r31,0r0,170r116,0r0,31xm259,-60r-263,0r0,-31r263,0r0,31","w":255},"\u2568":{"d":"259,-94r-263,0r0,-31r83,0r0,-203r30,0r0,203r37,0r0,-203r30,0r0,203r83,0r0,31","w":255},"\u2569":{"d":"109,-127r-113,0r0,-31r83,0r0,-170r30,0r0,201xm259,-127r-113,0r0,-201r30,0r0,170r83,0r0,31xm259,-60r-263,0r0,-31r263,0r0,31","w":255},"\u256a":{"d":"112,-60r-116,0r0,-31r116,0r0,-36r-116,0r0,-31r116,0r0,-170r31,0r0,170r116,0r0,31r-116,0r0,36r116,0r0,31r-116,0r0,169r-31,0r0,-169","w":255},"\u256b":{"d":"79,109r0,-203r-83,0r0,-31r83,0r0,-203r30,0r0,203r37,0r0,-203r30,0r0,203r83,0r0,31r-83,0r0,203r-30,0r0,-203r-37,0r0,203r-30,0","w":255},"\u256c":{"d":"176,-158r83,0r0,31r-113,0r0,-201r30,0r0,170xm79,-158r0,-170r30,0r0,201r-113,0r0,-31r83,0xm79,-60r-83,0r0,-31r113,0r0,200r-30,0r0,-169xm176,-60r0,169r-30,0r0,-200r113,0r0,31r-83,0","w":255},"\u2580":{"d":"259,-109r-263,0r0,-219r263,0r0,219","w":255},"\u2584":{"d":"259,109r-263,0r0,-218r263,0r0,218","w":255},"\u2588":{"d":"-4,109r0,-437r263,0r0,437r-263,0","w":255},"\u258c":{"d":"-4,109r0,-437r131,0r0,437r-131,0","w":255},"\u2590":{"d":"128,109r0,-437r131,0r0,437r-131,0","w":255},"\u2591":{"d":"0,-328r21,0r0,22r-21,0r0,-22xm85,-328r21,0r0,22r-21,0r0,-22xm170,-328r21,0r0,22r-21,0r0,-22xm42,-284r22,0r0,22r-22,0r0,-22xm127,-284r21,0r0,22r-21,0r0,-22xm212,-284r21,0r0,22r-21,0r0,-22xm170,-240r21,0r0,22r-21,0r0,-22xm85,-240r21,0r0,22r-21,0r0,-22xm0,-240r21,0r0,22r-21,0r0,-22xm212,-196r21,0r0,22r-21,0r0,-22xm127,-196r21,0r0,22r-21,0r0,-22xm42,-196r22,0r0,22r-22,0r0,-22xm0,-152r21,0r0,22r-21,0r0,-22xm85,-152r21,0r0,22r-21,0r0,-22xm170,-152r21,0r0,22r-21,0r0,-22xm212,-109r21,0r0,22r-21,0r0,-22xm127,-109r21,0r0,22r-21,0r0,-22xm42,-109r22,0r0,22r-22,0r0,-22xm0,-65r21,0r0,22r-21,0r0,-22xm85,-65r21,0r0,22r-21,0r0,-22xm170,-65r21,0r0,22r-21,0r0,-22xm42,-21r22,0r0,22r-22,0r0,-22xm127,-21r21,0r0,22r-21,0r0,-22xm212,-21r21,0r0,22r-21,0r0,-22xm170,23r21,0r0,22r-21,0r0,-22xm85,23r21,0r0,22r-21,0r0,-22xm0,23r21,0r0,22r-21,0r0,-22xm42,67r22,0r0,22r-22,0r0,-22xm127,67r21,0r0,22r-21,0r0,-22xm212,67r21,0r0,22r-21,0r0,-22","w":255},"\u2592":{"d":"21,-328r21,0r0,22r-21,0r0,-22xm64,-328r21,0r0,22r-21,0r0,-22xm106,-328r21,0r0,22r-21,0r0,-22xm148,-328r22,0r0,22r-22,0r0,-22xm191,-328r21,0r0,22r-21,0r0,-22xm233,-328r21,0r0,22r-21,0r0,-22xm0,-284r21,0r0,22r-21,0r0,-22xm42,-284r22,0r0,22r-22,0r0,-22xm85,-284r21,0r0,22r-21,0r0,-22xm127,-284r21,0r0,22r-21,0r0,-22xm170,-284r21,0r0,22r-21,0r0,-22xm212,-284r21,0r0,22r-21,0r0,-22xm21,-240r21,0r0,22r-21,0r0,-22xm64,-240r21,0r0,22r-21,0r0,-22xm106,-240r21,0r0,22r-21,0r0,-22xm148,-240r22,0r0,22r-22,0r0,-22xm191,-240r21,0r0,22r-21,0r0,-22xm233,-240r21,0r0,22r-21,0r0,-22xm42,-196r22,0r0,22r-22,0r0,-22xm85,-196r21,0r0,22r-21,0r0,-22xm127,-196r21,0r0,22r-21,0r0,-22xm170,-196r21,0r0,22r-21,0r0,-22xm212,-196r21,0r0,22r-21,0r0,-22xm0,-196r21,0r0,22r-21,0r0,-22xm21,-152r21,0r0,22r-21,0r0,-22xm64,-152r21,0r0,22r-21,0r0,-22xm106,-152r21,0r0,22r-21,0r0,-22xm148,-152r22,0r0,22r-22,0r0,-22xm191,-152r21,0r0,22r-21,0r0,-22xm233,-152r21,0r0,22r-21,0r0,-22xm0,-109r21,0r0,22r-21,0r0,-22xm85,-109r21,0r0,22r-21,0r0,-22xm127,-109r21,0r0,22r-21,0r0,-22xm170,-109r21,0r0,22r-21,0r0,-22xm212,-109r21,0r0,22r-21,0r0,-22xm42,-109r22,0r0,22r-22,0r0,-22xm233,-65r21,0r0,22r-21,0r0,-22xm191,-65r21,0r0,22r-21,0r0,-22xm148,-65r22,0r0,22r-22,0r0,-22xm106,-65r21,0r0,22r-21,0r0,-22xm64,-65r21,0r0,22r-21,0r0,-22xm21,-65r21,0r0,22r-21,0r0,-22xm0,-21r21,0r0,22r-21,0r0,-22xm42,-21r22,0r0,22r-22,0r0,-22xm85,-21r21,0r0,22r-21,0r0,-22xm127,-21r21,0r0,22r-21,0r0,-22xm170,-21r21,0r0,22r-21,0r0,-22xm212,-21r21,0r0,22r-21,0r0,-22xm233,23r21,0r0,22r-21,0r0,-22xm191,23r21,0r0,22r-21,0r0,-22xm148,23r22,0r0,22r-22,0r0,-22xm106,23r21,0r0,22r-21,0r0,-22xm64,23r21,0r0,22r-21,0r0,-22xm21,23r21,0r0,22r-21,0r0,-22xm0,67r21,0r0,22r-21,0r0,-22xm42,67r22,0r0,22r-22,0r0,-22xm85,67r21,0r0,22r-21,0r0,-22xm127,67r21,0r0,22r-21,0r0,-22xm170,67r21,0r0,22r-21,0r0,-22xm212,67r21,0r0,22r-21,0r0,-22","w":255},"\u2593":{"d":"254,-262r0,66r-21,0r0,22r21,0r0,65r-21,0r0,22r21,0r0,66r-21,0r0,22r21,0r0,66r-21,0r0,22r21,0r0,21r-254,0r0,-65r21,0r0,-22r-21,0r0,-66r21,0r0,-22r-21,0r0,-65r21,0r0,-22r-21,0r0,-66r21,0r0,-22r-21,0r0,-66r21,0r0,-22r21,0r0,22r22,0r0,-22r21,0r0,22r21,0r0,-22r21,0r0,22r21,0r0,-22r22,0r0,22r21,0r0,-22r21,0r0,22r21,0r0,-22r21,0r0,44r-21,0r0,22r21,0xm21,-284r0,22r21,0r0,-22r-21,0xm64,-284r0,22r21,0r0,-22r-21,0xm106,-284r0,22r21,0r0,-22r-21,0xm148,-284r0,22r22,0r0,-22r-22,0xm191,-284r0,22r21,0r0,-22r-21,0xm233,-240r-21,0r0,22r21,0r0,-22xm191,-240r-21,0r0,22r21,0r0,-22xm148,-240r-21,0r0,22r21,0r0,-22xm106,-240r-21,0r0,22r21,0r0,-22xm64,-240r-22,0r0,22r22,0r0,-22xm21,-196r0,22r21,0r0,-22r-21,0xm64,-196r0,22r21,0r0,-22r-21,0xm106,-196r0,22r21,0r0,-22r-21,0xm148,-196r0,22r22,0r0,-22r-22,0xm191,-196r0,22r21,0r0,-22r-21,0xm64,-152r-22,0r0,22r22,0r0,-22xm85,-152r0,22r21,0r0,-22r-21,0xm127,-152r0,22r21,0r0,-22r-21,0xm170,-152r0,22r21,0r0,-22r-21,0xm212,-152r0,22r21,0r0,-22r-21,0xm21,-109r0,22r21,0r0,-22r-21,0xm106,-109r0,22r21,0r0,-22r-21,0xm85,-87r0,-22r-21,0r0,22r21,0xm148,-109r0,22r22,0r0,-22r-22,0xm191,-109r0,22r21,0r0,-22r-21,0xm233,-43r0,-22r-21,0r0,22r21,0xm191,-43r0,-22r-21,0r0,22r21,0xm148,-43r0,-22r-21,0r0,22r21,0xm106,-43r0,-22r-21,0r0,22r21,0xm64,-43r0,-22r-22,0r0,22r22,0xm21,-21r0,22r21,0r0,-22r-21,0xm64,-21r0,22r21,0r0,-22r-21,0xm106,-21r0,22r21,0r0,-22r-21,0xm148,-21r0,22r22,0r0,-22r-22,0xm191,-21r0,22r21,0r0,-22r-21,0xm233,45r0,-22r-21,0r0,22r21,0xm191,45r0,-22r-21,0r0,22r21,0xm148,45r0,-22r-21,0r0,22r21,0xm106,45r0,-22r-21,0r0,22r21,0xm64,45r0,-22r-22,0r0,22r22,0xm21,67r0,22r21,0r0,-22r-21,0xm64,67r0,22r21,0r0,-22r-21,0xm106,67r0,22r21,0r0,-22r-21,0xm148,67r0,22r22,0r0,-22r-22,0xm191,67r0,22r21,0r0,-22r-21,0","w":255},"\u25a0":{"d":"26,-166r166,0r0,166r-166,0r0,-166","w":217},"\u25a1":{"d":"26,-166r166,0r0,166r-166,0r0,-166xm39,-153r0,140r139,0r0,-140r-139,0","w":217},"\u25aa":{"d":"112,-167r0,96r-96,0r0,-96r96,0","w":127},"\u25ab":{"d":"112,-167r0,96r-96,0r0,-96r96,0xm98,-153r-68,0r0,68r68,0r0,-68","w":127},"\u25ac":{"d":"0,-124r360,0r0,68r-360,0r0,-68","w":360},"\u25b2":{"d":"53,0r125,-249r125,249r-250,0","w":356},"\u25ba":{"d":"51,-249r255,127r-255,127r0,-254","w":356},"\u25bc":{"d":"303,-244r-125,249r-125,-249r250,0","w":356},"\u25c4":{"d":"306,-249r0,254r-255,-127","w":356},"\u25cb":{"d":"31,-102v2,-43,34,-77,78,-77v44,0,76,33,77,77v1,41,-36,78,-77,78v-41,0,-80,-37,-78,-78xm173,-102v-1,-36,-28,-64,-64,-64v-36,0,-64,26,-64,64v0,35,29,65,64,65v35,0,64,-31,64,-65","w":217},"\u25cf":{"d":"109,-179v41,0,77,36,77,77v0,41,-36,78,-77,78v-41,0,-78,-37,-78,-78v0,-41,37,-77,78,-77","w":217},"\u25d8":{"d":"22,0r0,-172r173,0r0,172r-173,0xm144,-86v0,-19,-16,-36,-35,-36v-19,0,-37,16,-36,36v0,19,17,35,36,35v19,0,35,-16,35,-35","w":217},"\u25d9":{"d":"7,0r0,-203r203,0r0,203r-203,0xm186,-101v-1,-44,-33,-78,-77,-78v-45,0,-76,34,-78,78v-1,41,37,77,78,77v41,0,79,-35,77,-77xm45,-101v0,-38,28,-65,64,-65v36,0,63,28,64,65v0,35,-29,64,-64,64v-35,0,-64,-29,-64,-64","w":217},"\u25e6":{"d":"64,-169v26,0,50,24,50,50v0,27,-23,50,-50,50v-27,0,-50,-22,-50,-50v0,-27,23,-50,50,-50xm64,-82v20,0,37,-17,37,-37v0,-20,-17,-37,-37,-37v-20,0,-37,17,-37,37v0,20,17,37,37,37","w":127},"\u263a":{"d":"68,-91v0,-63,47,-112,112,-112v65,0,112,49,112,112v0,64,-48,112,-112,112v-64,0,-112,-48,-112,-112xm276,-91v0,-56,-42,-96,-96,-96v-54,0,-96,40,-96,96v0,55,40,96,96,96v56,0,96,-41,96,-96xm123,-114v0,-7,7,-14,14,-14v7,0,14,7,14,14v0,7,-7,14,-14,14v-7,0,-14,-7,-14,-14xm209,-114v0,-7,7,-14,14,-14v7,0,14,7,14,14v0,7,-7,14,-14,14v-7,0,-14,-7,-14,-14xm232,-55v-15,42,-88,44,-104,0r11,-6v16,34,66,33,82,0","w":360},"\u263b":{"d":"68,-91v0,-63,47,-112,112,-112v65,0,112,49,112,112v0,64,-48,112,-112,112v-64,0,-112,-48,-112,-112xm151,-114v0,-7,-7,-14,-14,-14v-7,0,-14,7,-14,14v0,7,7,14,14,14v7,0,14,-7,14,-14xm237,-114v0,-7,-7,-14,-14,-14v-7,0,-14,7,-14,14v0,7,7,14,14,14v7,0,14,-7,14,-14xm128,-55v15,42,88,44,104,0r-11,-6v-16,34,-66,33,-82,0","w":360},"\u263c":{"d":"97,-201v21,-13,34,-22,62,-25r0,-59r13,0r0,59v28,2,42,11,61,25r51,-50r9,9r-50,51v15,18,23,36,25,62r59,0r0,12r-59,0v-2,23,-10,43,-25,62r50,51r-10,9r-49,-50v-21,15,-32,22,-62,25r0,59r-13,0r0,-59v-28,-4,-43,-10,-61,-24r-52,49r-9,-9r50,-51v-14,-18,-22,-35,-25,-62r-59,0r0,-12r59,0v2,-28,10,-43,25,-61r-50,-51r9,-10xm255,-123v0,-52,-39,-90,-90,-90v-51,0,-90,38,-90,90v0,52,38,90,90,90v52,0,90,-38,90,-90","w":329},"\u2640":{"d":"227,-173v2,48,-40,92,-87,92r0,71r81,0r0,10r-81,0r0,77r-10,0r0,-77r-81,0r0,-10r81,0r0,-71v-47,-3,-87,-42,-87,-92v0,-53,39,-92,92,-92v53,0,91,39,92,92xm217,-173v-1,-47,-35,-82,-82,-82v-47,0,-82,35,-83,82v-1,44,38,83,83,83v45,0,83,-38,82,-83","w":270},"\u2642":{"d":"20,-46v-1,-59,58,-109,121,-87r63,-136r-94,47r-4,-10r108,-53r6,3r29,117r-10,3r-25,-102r-63,135v30,15,53,44,53,83v0,52,-40,92,-93,92v-52,0,-90,-39,-91,-92xm194,-46v-2,-47,-35,-82,-83,-82v-48,1,-80,35,-82,82v-1,45,38,83,82,83v44,1,84,-38,83,-83","w":270},"\u2660":{"d":"117,-82v-10,43,-87,45,-84,-5v3,-61,81,-67,85,-129v6,56,81,73,86,128v2,20,-18,40,-39,40v-23,-1,-35,-15,-45,-34v0,50,20,72,67,75r1,7r-139,0r1,-7v46,1,68,-28,67,-75","w":236},"\u2663":{"d":"178,-48v-32,-3,-44,-17,-58,-42v2,56,20,74,72,84r1,6r-149,0r1,-6v52,-7,68,-32,71,-84v-13,52,-106,57,-106,-7v0,-38,36,-63,71,-40v-27,-30,-5,-79,37,-79v41,0,64,47,37,79v31,-22,71,0,71,39v0,27,-20,52,-48,50","w":236},"\u2665":{"d":"118,-172v6,-54,96,-58,96,0v0,72,-83,110,-96,176v-11,-65,-87,-105,-96,-174v-3,-25,21,-47,45,-46v27,1,44,19,51,44","w":236},"\u2666":{"d":"118,4v-26,-44,-41,-62,-81,-110v21,-23,63,-78,81,-111v17,33,60,87,81,111v-17,18,-66,81,-81,110","w":236},"\u266a":{"d":"7,-33v-1,-37,44,-54,78,-35r0,-172v69,-5,91,20,88,87r-17,0v3,-35,-20,-48,-53,-47r0,147v12,65,-94,84,-96,20","w":180},"\u266b":{"d":"15,-17v-1,-38,45,-54,79,-35r0,-171r140,-44r0,195v12,66,-94,79,-97,19v-1,-37,46,-54,79,-36r0,-127r-105,32r0,147v3,41,-20,57,-55,59v-26,1,-41,-15,-41,-39","w":270},"\uf001":{"d":"27,-178v-3,-56,18,-73,69,-68r0,30v-27,-3,-36,5,-33,38r31,0r0,30r-31,0r0,148r-36,0r0,-148r-23,0r0,-30r23,0xm151,-201r-38,0r0,-39r38,0r0,39xm114,-178r36,0r0,178r-36,0r0,-178","w":171},"\uf002":{"d":"27,-178v-3,-56,18,-73,69,-68r0,30v-27,-3,-36,5,-33,38r31,0r0,30r-31,0r0,148r-36,0r0,-148r-23,0r0,-30r23,0xm113,-240r37,0r0,240r-37,0r0,-240","w":171},"\uf003":{"d":"65,-243r32,0r0,91r19,0r0,23r-19,0r0,33r-29,0r0,-33r-59,0r0,-20xm69,-150r0,-66r-36,66r36,0","w":122},"\uf004":{"d":"88,-240r34,0r-26,67r-17,0","w":180},"\uf005":{"d":"75,19r33,0r-26,65r-16,0","w":180},"\u00a4":{"d":"123,-174r25,-25r20,20r-25,25v12,18,12,42,0,61r25,24r-21,21r-25,-24v-20,11,-41,11,-60,-1r-25,25r-20,-20r24,-25v-11,-19,-11,-43,0,-61r-25,-25r21,-21r25,25v18,-12,44,-10,61,1xm92,-154v-16,-1,-31,14,-31,30v0,16,15,31,31,31v17,0,31,-15,31,-31v0,-17,-14,-30,-31,-30","w":184}}});;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1990 Adobe Systems Incorporated.  All Rights Reserved. The
 * Typeface name is a trademark of Heidelberger Druckmaschinen AG and/or its
 * subsidiaries.
 * 
 * Trademark:
 * The Typeface name is a trademark of Heidelberger Druckmaschinen AG and/or its
 * subsidiaries.
 */
Cufon.registerFont({"w":153,"face":{"font-family":"HelveticaNeue LT 47 LightCn","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-60 -333 360 73.1584","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{"w":86,"k":{"Y":13,"W":13,"V":13,"T":13,"A":13}},"!":{"d":"35,-67r-4,-190r24,0r-4,190r-16,0xm31,0r0,-37r24,0r0,37r-24,0","w":86},"\"":{"d":"26,-171r0,-86r21,0r0,86r-21,0xm80,-171r0,-86r21,0r0,86r-21,0","w":126},"#":{"d":"68,-153r-7,56r44,0r7,-56r-44,0xm1,-81r0,-16r42,0r7,-56r-40,0r0,-16r42,0r11,-82r18,0r-11,82r44,0r11,-82r18,0r-11,82r40,0r0,16r-42,0r-7,56r39,0r0,16r-41,0r-11,81r-18,0r11,-81r-44,0r-11,81r-18,0r11,-81r-40,0","w":172},"$":{"d":"79,-235v-25,2,-41,19,-41,44v0,23,14,38,41,48r0,-92xm95,-116r0,101v43,1,57,-57,31,-84v-6,-6,-16,-11,-31,-17xm162,-69v2,45,-26,69,-67,73r0,30r-16,0r0,-30v-48,-3,-71,-30,-69,-81r23,0v-2,36,14,59,46,62r0,-106v-41,-12,-64,-24,-64,-68v0,-39,26,-63,64,-66r0,-25r16,0r0,25v41,3,61,27,61,69r-24,0v0,-30,-12,-46,-37,-49r0,98v44,14,65,23,67,68","w":172},"%":{"d":"39,-189v0,34,8,51,25,51v17,0,26,-17,26,-51v0,-34,-9,-50,-26,-50v-17,0,-25,16,-25,50xm66,4r110,-259r18,0r-110,259r-18,0xm170,-62v0,34,8,50,25,50v17,0,26,-16,26,-50v0,-34,-9,-50,-26,-50v-17,0,-25,16,-25,50xm64,-122v-37,0,-45,-25,-45,-67v0,-42,8,-66,45,-66v37,0,46,23,46,66v-1,43,-8,67,-46,67xm195,4v-38,0,-45,-24,-45,-66v0,-42,8,-66,45,-66v37,0,46,23,46,66v0,43,-8,66,-46,66","w":259},"&":{"d":"89,-257v29,-1,50,19,50,47v0,23,-16,46,-46,67r56,77v6,-14,9,-30,9,-48r22,0v0,23,-6,45,-18,66r33,48r-24,0r-23,-31v-32,59,-140,40,-140,-33v0,-34,31,-64,58,-82v-20,-26,-29,-48,-29,-64v0,-30,24,-46,52,-47xm88,-239v-43,6,-35,48,-6,81v23,-18,35,-35,35,-52v0,-16,-13,-31,-29,-29xm31,-66v0,59,87,66,106,18r-60,-84v-31,21,-46,44,-46,66","w":193},"'":{"d":"32,-171r0,-86r22,0r0,86r-22,0","w":86},"(":{"d":"67,-257r16,0v-56,94,-56,230,0,323r-16,0v-64,-103,-64,-220,0,-323","w":79},")":{"d":"13,66r-16,0v56,-94,56,-229,0,-323r16,0v63,103,63,220,0,323","w":79},"*":{"d":"52,-257r16,0r0,40r38,-12r5,15r-38,12r23,32r-12,10r-24,-33r-23,33r-13,-10r23,-32r-38,-12r5,-15r38,12r0,-40","w":120},"+":{"d":"99,0r0,-82r-82,0r0,-18r82,0r0,-82r18,0r0,82r82,0r0,18r-82,0r0,82r-18,0","w":216},",":{"d":"31,0r0,-37r24,0v1,38,3,81,-26,87v-2,-23,15,-23,12,-50r-10,0","w":86,"k":{" ":13}},"-":{"d":"21,-112r78,0r0,19r-78,0r0,-19","w":119},"\u2010":{"d":"21,-112r78,0r0,19r-78,0r0,-19","w":119},".":{"d":"31,0r0,-37r24,0r0,37r-24,0","w":86,"k":{" ":13}},"\/":{"d":"84,-261r20,0r-88,265r-20,0","w":100},"0":{"d":"86,-237v-48,5,-48,49,-48,112v0,64,0,105,48,111v48,-5,49,-47,49,-111v0,-64,0,-106,-49,-112xm86,4v-61,0,-71,-55,-71,-129v0,-75,10,-130,71,-130v61,0,72,55,72,130v0,75,-10,129,-72,129","w":172},"1":{"d":"83,0r0,-195r-59,0r0,-16v41,0,62,-15,64,-44r16,0r0,255r-21,0","w":172},"2":{"d":"124,-152v20,-33,4,-85,-37,-85v-30,0,-46,21,-47,62r-23,0v1,-48,23,-80,72,-80v57,0,81,62,57,110v-22,46,-98,66,-106,126r117,0r0,19r-141,0v-1,-79,78,-102,108,-152","w":172},"3":{"d":"135,-72v0,-38,-26,-55,-68,-51r0,-18v37,3,60,-13,60,-48v0,-32,-14,-48,-42,-48v-29,1,-45,22,-45,53r-23,0v0,-43,25,-71,68,-71v73,0,89,108,24,121v77,15,57,138,-24,138v-46,0,-69,-24,-71,-72r23,0v0,31,18,54,48,54v33,0,51,-23,50,-58","w":172},"4":{"d":"110,0r0,-66r-98,0r0,-21r98,-168r21,0r0,170r30,0r0,19r-30,0r0,66r-21,0xm31,-85r79,0r-1,-133","w":172},"5":{"d":"135,-87v0,-62,-75,-85,-94,-33r-21,0r15,-131r111,0r0,20r-94,0r-11,90v9,-17,26,-26,50,-26v45,-1,67,36,67,84v0,73,-76,113,-125,69v-13,-11,-18,-29,-18,-51r23,0v0,30,18,51,47,51v36,-1,50,-32,50,-73","w":172},"6":{"d":"14,-118v0,-80,11,-134,77,-137v38,-2,63,23,63,60r-23,0v-1,-24,-16,-44,-41,-42v-49,4,-51,54,-53,117v23,-75,122,-42,122,37v0,51,-24,88,-71,87v-63,-2,-74,-49,-74,-122xm89,-144v-33,0,-48,30,-48,65v0,35,15,65,48,65v33,0,47,-30,47,-65v0,-35,-14,-65,-47,-65","w":172},"7":{"d":"42,0v5,-79,52,-182,94,-231r-121,0r0,-20r143,0r0,20v-45,53,-83,146,-91,231r-25,0","w":172},"8":{"d":"86,-127v-31,0,-48,25,-48,57v0,32,18,56,48,56v31,0,49,-24,49,-56v0,-32,-18,-57,-49,-57xm86,4v-80,0,-98,-128,-25,-139v-21,-8,-39,-28,-39,-57v0,-39,26,-63,64,-63v72,0,86,105,26,119v27,5,46,31,46,64v0,45,-27,76,-72,76xm86,-237v-26,0,-41,19,-41,46v0,27,15,46,41,46v26,0,41,-18,41,-46v0,-28,-15,-46,-41,-46","w":172},"9":{"d":"159,-132v0,80,-12,134,-78,136v-37,1,-61,-23,-62,-59r23,0v-3,46,64,55,80,15v7,-17,16,-52,13,-90v-23,74,-121,40,-121,-38v0,-51,25,-87,71,-87v64,0,73,48,74,123xm84,-237v-33,0,-47,30,-47,65v0,35,14,65,47,65v33,0,48,-30,48,-65v0,-35,-15,-65,-48,-65","w":172},":":{"d":"31,-144r0,-36r24,0r0,36r-24,0xm31,0r0,-37r24,0r0,37r-24,0","w":86,"k":{" ":13}},";":{"d":"31,0r0,-37r24,0v1,38,3,81,-26,87v-2,-23,15,-23,12,-50r-10,0xm31,-144r0,-36r24,0r0,36r-24,0","w":86},"<":{"d":"17,-81r0,-20r182,-84r0,19r-160,75r160,74r0,20","w":216},"=":{"d":"17,-117r0,-18r182,0r0,18r-182,0xm17,-47r0,-18r182,0r0,18r-182,0","w":216},">":{"d":"17,3r0,-20r160,-74r-160,-75r0,-19r182,84r0,20","w":216},"?":{"d":"76,-261v66,0,85,78,42,119v-19,18,-40,40,-36,75r-22,0v-10,-68,56,-74,58,-132v0,-25,-15,-44,-40,-44v-31,0,-46,20,-46,60r-23,0v-1,-47,23,-78,67,-78xm59,0r0,-37r25,0r0,37r-25,0"},"@":{"d":"154,-189v-34,0,-68,49,-67,85v0,24,10,37,31,37v34,0,68,-53,67,-87v0,-23,-10,-35,-31,-35xm68,-102v0,-50,40,-105,88,-105v21,0,32,12,41,30r9,-24r20,0r-41,127v0,6,4,9,10,9v32,2,64,-54,64,-87v0,-54,-52,-94,-108,-94v-65,0,-122,54,-122,117v0,63,57,117,122,117v43,0,82,-22,99,-49r22,0v-20,36,-68,65,-121,65v-75,0,-140,-60,-140,-133v0,-73,66,-132,140,-132v67,0,126,46,126,110v0,47,-42,102,-85,102v-18,0,-23,-10,-26,-24v-33,40,-98,29,-98,-29","w":288},"A":{"d":"50,-94r80,0r-40,-145xm0,0r76,-257r28,0r76,257r-24,0r-21,-75r-90,0r-21,75r-24,0","w":180,"k":{"y":6,"w":6,"v":6,"Y":20,"W":10,"V":10,"U":-2,"T":20,"Q":-2}},"B":{"d":"137,-191v0,-51,-45,-48,-94,-47r0,94v49,3,94,-2,94,-47xm43,-125r0,106v54,3,102,-1,102,-53v0,-52,-48,-56,-102,-53xm168,-72v2,74,-72,76,-148,72r0,-257v69,-2,140,-7,140,64v0,29,-18,50,-39,57v30,6,46,29,47,64","w":180},"C":{"d":"100,-15v37,-1,52,-32,53,-72r23,0v-3,52,-24,91,-76,91v-55,0,-82,-44,-82,-133v0,-89,27,-132,82,-132v48,0,75,31,74,79r-23,0v1,-35,-17,-61,-51,-60v-39,0,-59,37,-59,113v0,76,20,114,59,114","w":186},"D":{"d":"175,-129v-1,86,-16,126,-93,129r-62,0r0,-257r62,0v76,2,93,43,93,128xm152,-128v0,-87,-22,-118,-109,-110r0,219v85,7,109,-22,109,-109","w":193},"E":{"d":"20,0r0,-257r128,0r0,19r-105,0r0,94r98,0r0,19r-98,0r0,106r108,0r0,19r-131,0","w":159},"F":{"d":"20,0r0,-257r128,0r0,19r-105,0r0,94r98,0r0,19r-98,0r0,125r-23,0","k":{"A":13,".":40,",":40}},"G":{"d":"151,-185v0,-32,-19,-57,-51,-57v-39,0,-59,37,-59,113v0,76,20,114,59,114v38,0,55,-36,54,-97r-61,0r0,-19r82,0r0,131r-18,0r0,-42v-7,24,-27,47,-57,46v-55,0,-82,-44,-82,-133v0,-89,27,-132,82,-132v46,0,71,25,74,76r-23,0","w":193},"H":{"d":"144,0r0,-128r-101,0r0,128r-23,0r0,-257r23,0r0,109r101,0r0,-109r23,0r0,257r-23,0","w":186},"I":{"d":"22,0r0,-257r23,0r0,257r-23,0","w":66},"J":{"d":"64,-15v31,-1,39,-17,39,-52r0,-190r23,0r0,193v0,46,-20,68,-61,68v-42,1,-60,-29,-58,-79r23,0v-1,37,9,61,34,60","w":146},"K":{"d":"20,0r0,-257r23,0r1,135r98,-135r25,0r-79,107r87,150r-24,0r-77,-130r-31,40r0,90r-23,0","w":172},"L":{"d":"20,0r0,-257r23,0r0,238r107,0r0,19r-130,0","k":{"y":13,"Y":33,"W":27,"V":27,"T":27}},"M":{"d":"22,0r0,-257r40,0r63,228r62,-228r38,0r0,257r-23,0r-1,-235r-67,235r-21,0r-68,-235r0,235r-23,0","w":246},"N":{"d":"20,0r0,-257r31,0r99,224r0,-224r23,0r0,257r-31,0r-99,-224r0,224r-23,0","w":193},"O":{"d":"18,-129v0,-89,27,-132,82,-132v55,0,82,43,82,132v0,89,-27,133,-82,133v-55,0,-82,-44,-82,-133xm41,-129v0,76,20,114,59,114v39,0,59,-38,59,-114v0,-76,-20,-113,-59,-113v-39,0,-59,37,-59,113","w":200},"P":{"d":"43,-238r0,107v52,3,94,-1,94,-53v0,-52,-41,-58,-94,-54xm20,0r0,-257r70,0v47,0,70,25,70,73v0,63,-49,77,-117,72r0,112r-23,0","w":172,"k":{"A":13,".":46,",":46}},"Q":{"d":"172,14r-25,-26v-70,44,-129,-4,-129,-117v0,-89,27,-132,82,-132v55,0,82,43,82,132v0,47,-7,82,-23,104r26,25xm132,-27r-29,-28r13,-13r28,27v10,-19,15,-49,15,-88v0,-76,-20,-113,-59,-113v-39,0,-59,37,-59,113v0,93,35,136,91,102","w":200},"R":{"d":"117,-127v62,-2,32,90,55,127r-27,0v-17,-39,13,-127,-58,-117r-44,0r0,117r-23,0r0,-257v70,-2,143,-8,143,64v0,38,-15,60,-46,66xm43,-238r0,101v51,3,97,0,97,-50v0,-51,-45,-54,-97,-51","w":180,"k":{"Y":6,"U":-2,"T":6}},"S":{"d":"48,-136v-58,-28,-35,-125,38,-125v47,0,70,23,70,70r-23,0v0,-34,-15,-51,-46,-51v-56,0,-66,75,-16,93v39,14,92,26,92,78v0,48,-30,76,-78,75v-53,0,-77,-28,-75,-84r23,0v-3,39,14,65,51,65v61,0,76,-77,23,-98","w":172},"T":{"d":"68,0r0,-238r-66,0r0,-19r156,0r0,19r-67,0r0,238r-23,0","w":159,"k":{"y":20,"w":27,"u":27,"r":27,"o":27,"i":6,"e":27,"a":27,"A":20,";":27,":":27,".":33,"-":20,",":33}},"U":{"d":"17,-72r0,-185r23,0r0,185v0,38,16,57,50,57v34,0,50,-19,50,-57r0,-185r23,0r0,185v0,51,-24,76,-73,76v-49,0,-73,-25,-73,-76","w":180},"V":{"d":"69,0r-68,-257r25,0r58,233r57,-233r24,0r-67,257r-29,0","w":166,"k":{"u":6,"o":6,"e":6,"a":6,"A":13,";":6,":":6,".":33,"-":6,",":33}},"W":{"d":"58,0r-54,-257r23,0r46,226r44,-226r26,0r45,226r45,-226r23,0r-54,257r-29,0r-43,-226r-43,226r-29,0","w":259,"k":{"o":6,"e":6,"a":6,"A":6,".":27,"-":6,",":27}},"X":{"d":"142,0r-60,-111r-59,111r-23,0r70,-131r-66,-126r25,0r55,104r55,-104r23,0r-66,126r71,131r-25,0","w":166},"Y":{"d":"68,0r0,-103r-69,-154r24,0r57,128r56,-128r25,0r-70,154r0,103r-23,0","w":159,"k":{"u":13,"o":20,"i":6,"e":20,"a":20,"A":20,";":13,":":13,".":40,"-":27,",":40}},"Z":{"d":"8,0r0,-22r125,-216r-118,0r0,-19r142,0r0,22r-124,216r125,0r0,19r-150,0","w":166},"[":{"d":"30,66r0,-323r57,0r0,18r-36,0r0,287r36,0r0,18r-57,0","w":86},"\\":{"d":"-4,-261r20,0r88,265r-20,0","w":100},"]":{"d":"0,66r0,-18r35,0r0,-287r-35,0r0,-18r57,0r0,323r-57,0","w":86},"^":{"d":"181,-87r-73,-142r-73,142r-19,0r83,-164r18,0r83,164r-19,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"`":{"d":"-4,-266r26,0r27,51r-17,0","w":66},"a":{"d":"147,0v-23,6,-42,-2,-38,-28v-7,22,-25,32,-50,32v-32,0,-48,-18,-48,-54v0,-47,42,-54,79,-64v16,-4,18,-8,18,-30v0,-22,-11,-33,-33,-33v-24,0,-36,14,-36,43r-22,0v0,-41,20,-61,59,-61v80,0,48,96,54,163v0,14,5,17,17,16r0,16xm64,-14v43,1,47,-47,44,-94v-15,19,-82,15,-74,57v0,20,10,37,30,37","k":{"y":-1,"w":-1,"v":-1,"t":-1,"p":-1,"g":-1,"b":-1}},"b":{"d":"86,4v-25,0,-42,-17,-48,-36r0,32r-19,0r0,-257r21,0r1,95v5,-22,20,-33,45,-33v41,0,61,33,61,99v0,67,-20,100,-61,100xm82,-177v-39,0,-42,34,-42,81v0,48,3,82,42,82v39,0,42,-35,42,-82v0,-48,-3,-81,-42,-81","w":159,"k":{"y":-1,"v":-1,"b":-1}},"c":{"d":"34,-95v0,47,4,81,41,81v23,0,35,-16,39,-49r22,0v-3,38,-23,66,-61,67v-43,0,-64,-33,-64,-100v0,-66,22,-99,66,-99v37,0,57,20,59,61r-22,0v-2,-29,-14,-43,-37,-43v-39,0,-43,34,-43,82","w":146},"d":{"d":"122,-32v-7,19,-22,36,-48,36v-41,0,-61,-33,-61,-100v0,-66,20,-99,61,-99v26,-1,39,13,46,33r0,-95r21,0r0,257r-19,0r0,-32xm78,-177v-39,0,-42,34,-42,81v0,48,3,82,42,82v39,0,42,-35,42,-82v0,-48,-3,-81,-42,-81","w":159},"e":{"d":"79,-195v51,1,62,42,61,100r-104,0v-2,48,11,81,41,81v23,0,36,-16,40,-49r22,0v-3,38,-23,67,-62,67v-43,0,-64,-33,-64,-100v0,-66,22,-99,66,-99xm117,-113v-1,-39,-6,-64,-40,-64v-34,0,-40,26,-41,64r81,0","k":{"y":-1}},"f":{"d":"84,-241v-31,-8,-37,17,-34,50r34,0r0,18r-34,0r0,173r-21,0r0,-173r-26,0r0,-18r26,0v-4,-46,6,-77,55,-68r0,18","w":86,"k":{"o":-1,"l":-1,"f":-1}},"g":{"d":"41,19v0,18,18,28,36,29v38,2,43,-39,40,-82v-7,23,-22,34,-45,34v-39,0,-59,-32,-59,-96v0,-66,20,-99,61,-99v24,-1,37,12,46,33r0,-29r19,0r0,177v7,72,-58,99,-104,67v-11,-8,-16,-20,-16,-34r22,0xm77,-177v-37,0,-41,34,-41,79v0,46,4,80,41,80v37,0,40,-34,40,-80v0,-45,-3,-79,-40,-79","w":159,"k":{"y":-1,"r":-1,"i":-1,"g":-1}},"h":{"d":"85,-177v-69,3,-36,112,-43,177r-21,0r0,-257r21,0r1,92v5,-18,24,-30,47,-30v33,0,49,17,49,51r0,144r-22,0r0,-138v0,-26,-10,-39,-32,-39","w":159},"i":{"d":"22,0r0,-191r22,0r0,191r-22,0xm22,-220r0,-37r22,0r0,37r-22,0","w":66},"j":{"d":"-9,47v24,4,32,-6,31,-32r0,-206r22,0r0,213v1,33,-20,48,-53,43r0,-18xm22,-220r0,-37r22,0r0,37r-22,0","w":66},"k":{"d":"19,0r0,-257r21,0r1,161r74,-95r27,0r-58,71r68,120r-26,0r-57,-101r-29,34r0,67r-21,0","w":146},"l":{"d":"22,0r0,-257r22,0r0,257r-22,0","w":66,"k":{"y":-1,"w":-1}},"m":{"d":"83,-177v-64,0,-32,113,-39,177r-22,0r0,-191r20,0r0,26v14,-41,83,-38,90,3v9,-22,25,-33,48,-33v30,0,45,16,45,49r0,146r-22,0r0,-143v0,-23,-10,-34,-30,-34v-64,0,-32,113,-39,177r-21,0r0,-143v0,-23,-10,-34,-30,-34","w":246,"k":{"y":-1}},"n":{"d":"85,-177v-69,3,-36,112,-43,177r-21,0r0,-191r19,0v1,8,-2,20,1,26v19,-46,98,-40,98,21r0,144r-22,0r0,-138v0,-26,-10,-39,-32,-39","w":159,"k":{"y":-1}},"o":{"d":"11,-96v0,-66,22,-99,66,-99v44,0,66,33,66,99v0,67,-22,100,-66,100v-44,0,-66,-33,-66,-100xm34,-96v0,55,14,82,43,82v29,0,43,-27,43,-82v0,-54,-14,-81,-43,-81v-29,0,-43,27,-43,81"},"p":{"d":"19,63r0,-254r19,0v1,8,-2,21,1,27v8,-21,24,-31,47,-31v41,0,61,33,61,100v0,66,-20,99,-61,99v-26,1,-39,-13,-46,-33r0,92r-21,0xm82,-14v39,0,42,-34,42,-81v0,-55,-14,-82,-41,-82v-36,0,-43,33,-43,82v0,48,3,81,42,81","w":159,"k":{"y":-1}},"q":{"d":"120,63r-1,-92v-5,22,-20,33,-45,33v-41,0,-61,-33,-61,-99v0,-67,20,-100,61,-100v24,-1,38,12,48,31r0,-27r19,0r0,254r-21,0xm120,-95v0,-49,-8,-82,-43,-82v-27,0,-41,27,-41,82v0,47,3,81,42,81v39,0,42,-34,42,-81","w":159},"r":{"d":"99,-173v-80,-11,-53,101,-57,173r-21,0r0,-191r21,0v1,9,-2,23,1,30v10,-25,28,-37,56,-33r0,21","w":100,"k":{"y":-6,"v":-6,".":27,"-":13,",":27}},"s":{"d":"69,-14v44,0,50,-57,12,-69v-28,-9,-67,-24,-67,-57v0,-37,19,-55,57,-55v37,0,54,19,53,58r-22,0v1,-26,-8,-40,-31,-40v-44,0,-46,54,-9,64v30,8,67,23,67,60v0,35,-23,57,-59,57v-44,0,-60,-20,-59,-65r22,0v-1,30,10,47,36,47","w":140},"t":{"d":"84,0v-26,5,-55,2,-55,-31r0,-142r-26,0r0,-18r26,0r0,-53r21,0r0,53r34,0r0,18r-34,0r0,137v-1,18,17,23,34,18r0,18","w":86},"u":{"d":"76,-14v66,0,34,-112,41,-177r22,0r0,191r-19,0v-1,-8,2,-21,-1,-27v-18,47,-98,42,-98,-20r0,-144r21,0r0,134v1,28,7,43,34,43","w":159},"v":{"d":"56,0r-53,-191r23,0r43,167r39,-167r23,0r-51,191r-24,0","w":133,"k":{".":20,",":20}},"w":{"d":"46,0r-42,-191r23,0r33,169r34,-169r27,0r33,169r32,-169r24,0r-43,191r-26,0r-35,-170r-34,170r-26,0","w":213,"k":{".":13,",":13}},"x":{"d":"107,0r-40,-82r-40,82r-25,0r52,-99r-50,-92r25,0r38,75r37,-75r25,0r-49,92r51,99r-24,0","w":133},"y":{"d":"58,2r-55,-193r23,0r43,165r39,-165r23,0r-56,206v-10,37,-20,50,-65,48r0,-18v33,6,41,-18,48,-43","w":133,"k":{".":20,",":20}},"z":{"d":"6,0r0,-18r91,-155r-86,0r0,-18r109,0r0,18r-90,155r90,0r0,18r-114,0","w":126},"{":{"d":"12,-104v58,-10,-31,-171,78,-153r0,18v-22,-1,-36,-1,-36,24v0,43,7,113,-24,120v32,4,24,77,24,119v0,24,14,25,36,24r0,18v-36,3,-57,-6,-57,-43v0,-39,13,-105,-21,-109r0,-18","w":86},"|":{"d":"31,4r0,-265r18,0r0,265r-18,0","w":79},"}":{"d":"75,-86v-59,9,31,169,-78,152r0,-18v22,1,35,1,35,-24v0,-44,-7,-114,25,-120v-33,-4,-25,-77,-25,-119v0,-25,-13,-25,-35,-24r0,-18v36,-3,57,6,57,43v0,39,-15,107,21,110r0,18","w":86},"~":{"d":"70,-112v13,-3,69,26,77,24v10,0,20,-9,31,-26r13,13v-14,18,-20,31,-45,31v-35,0,-88,-54,-108,2r-13,-13v11,-21,26,-31,45,-31","w":216},"\u00c4":{"d":"50,-94r80,0r-40,-145xm0,0r76,-257r28,0r76,257r-24,0r-21,-75r-90,0r-21,75r-24,0xm53,-276r0,-37r21,0r0,37r-21,0xm107,-276r0,-37r21,0r0,37r-21,0","w":180},"\u00c5":{"d":"50,-94r80,0r-40,-145xm0,0r76,-257r28,0r76,257r-24,0r-21,-75r-90,0r-21,75r-24,0xm90,-265v-17,0,-34,-17,-34,-34v0,-17,17,-34,34,-34v18,0,35,16,35,34v0,18,-17,34,-35,34xm90,-320v-12,0,-21,9,-21,21v0,12,9,21,21,21v12,0,22,-9,22,-21v0,-12,-10,-21,-22,-21","w":180},"\u00c7":{"d":"138,43v1,29,-45,38,-71,23r5,-11v14,9,48,7,46,-10v3,-15,-25,-15,-35,-10v-11,-10,9,-21,13,-31v-52,-3,-78,-47,-78,-133v0,-89,27,-132,82,-132v48,0,75,31,74,79r-23,0v1,-35,-17,-61,-51,-60v-39,0,-59,37,-59,113v0,76,20,114,59,114v37,-1,52,-32,53,-72r23,0v-1,50,-24,86,-67,91v-3,6,-12,12,-11,17v18,-7,40,5,40,22","w":186},"\u00c9":{"d":"20,0r0,-257r128,0r0,19r-105,0r0,94r98,0r0,19r-98,0r0,106r108,0r0,19r-131,0xm98,-320r26,0r-36,51r-17,0","w":159},"\u00d1":{"d":"20,0r0,-257r31,0r99,224r0,-224r23,0r0,257r-31,0r-99,-224r0,224r-23,0xm76,-311v17,0,48,34,53,-1r16,0v0,33,-36,44,-59,22v-12,-7,-19,-2,-22,14r-16,0v0,-14,13,-35,28,-35","w":193},"\u00d6":{"d":"18,-129v0,-89,27,-132,82,-132v55,0,82,43,82,132v0,89,-27,133,-82,133v-55,0,-82,-44,-82,-133xm41,-129v0,76,20,114,59,114v39,0,59,-38,59,-114v0,-76,-20,-113,-59,-113v-39,0,-59,37,-59,113xm63,-276r0,-37r21,0r0,37r-21,0xm117,-276r0,-37r21,0r0,37r-21,0","w":200},"\u00dc":{"d":"17,-72r0,-185r23,0r0,185v0,38,16,57,50,57v34,0,50,-19,50,-57r0,-185r23,0r0,185v0,51,-24,76,-73,76v-49,0,-73,-25,-73,-76xm53,-276r0,-37r21,0r0,37r-21,0xm107,-276r0,-37r21,0r0,37r-21,0","w":180},"\u00e1":{"d":"147,0v-23,6,-42,-2,-38,-28v-7,22,-25,32,-50,32v-32,0,-48,-18,-48,-54v0,-47,42,-54,79,-64v16,-4,18,-8,18,-30v0,-22,-11,-33,-33,-33v-24,0,-36,14,-36,43r-22,0v0,-41,20,-61,59,-61v80,0,48,96,54,163v0,14,5,17,17,16r0,16xm64,-14v43,1,47,-47,44,-94v-15,19,-82,15,-74,57v0,20,10,37,30,37xm88,-266r26,0r-36,51r-17,0"},"\u00e0":{"d":"147,0v-23,6,-42,-2,-38,-28v-7,22,-25,32,-50,32v-32,0,-48,-18,-48,-54v0,-47,42,-54,79,-64v16,-4,18,-8,18,-30v0,-22,-11,-33,-33,-33v-24,0,-36,14,-36,43r-22,0v0,-41,20,-61,59,-61v80,0,48,96,54,163v0,14,5,17,17,16r0,16xm64,-14v43,1,47,-47,44,-94v-15,19,-82,15,-74,57v0,20,10,37,30,37xm39,-266r26,0r27,51r-17,0"},"\u00e2":{"d":"147,0v-23,6,-42,-2,-38,-28v-7,22,-25,32,-50,32v-32,0,-48,-18,-48,-54v0,-47,42,-54,79,-64v16,-4,18,-8,18,-30v0,-22,-11,-33,-33,-33v-24,0,-36,14,-36,43r-22,0v0,-41,20,-61,59,-61v80,0,48,96,54,163v0,14,5,17,17,16r0,16xm64,-14v43,1,47,-47,44,-94v-15,19,-82,15,-74,57v0,20,10,37,30,37xm53,-215r-22,0r35,-51r21,0r35,51r-22,0r-24,-36"},"\u00e4":{"d":"147,0v-23,6,-42,-2,-38,-28v-7,22,-25,32,-50,32v-32,0,-48,-18,-48,-54v0,-47,42,-54,79,-64v16,-4,18,-8,18,-30v0,-22,-11,-33,-33,-33v-24,0,-36,14,-36,43r-22,0v0,-41,20,-61,59,-61v80,0,48,96,54,163v0,14,5,17,17,16r0,16xm64,-14v43,1,47,-47,44,-94v-15,19,-82,15,-74,57v0,20,10,37,30,37xm39,-222r0,-37r21,0r0,37r-21,0xm93,-222r0,-37r21,0r0,37r-21,0"},"\u00e3":{"d":"147,0v-23,6,-42,-2,-38,-28v-7,22,-25,32,-50,32v-32,0,-48,-18,-48,-54v0,-47,42,-54,79,-64v16,-4,18,-8,18,-30v0,-22,-11,-33,-33,-33v-24,0,-36,14,-36,43r-22,0v0,-41,20,-61,59,-61v80,0,48,96,54,163v0,14,5,17,17,16r0,16xm64,-14v43,1,47,-47,44,-94v-15,19,-82,15,-74,57v0,20,10,37,30,37xm56,-257v17,0,48,34,53,-1r16,0v0,33,-36,44,-59,22v-12,-7,-19,-2,-22,14r-16,0v0,-14,13,-35,28,-35"},"\u00e5":{"d":"147,0v-23,6,-42,-2,-38,-28v-7,22,-25,32,-50,32v-32,0,-48,-18,-48,-54v0,-47,42,-54,79,-64v16,-4,18,-8,18,-30v0,-22,-11,-33,-33,-33v-24,0,-36,14,-36,43r-22,0v0,-41,20,-61,59,-61v80,0,48,96,54,163v0,14,5,17,17,16r0,16xm64,-14v43,1,47,-47,44,-94v-15,19,-82,15,-74,57v0,20,10,37,30,37xm76,-211v-17,0,-34,-17,-34,-34v0,-17,17,-34,34,-34v18,0,35,16,35,34v0,18,-17,34,-35,34xm76,-266v-12,0,-21,9,-21,21v0,12,9,21,21,21v12,0,22,-9,22,-21v0,-12,-10,-21,-22,-21"},"\u00e7":{"d":"114,43v0,29,-45,38,-70,23r4,-11v14,8,49,8,47,-10v3,-15,-25,-15,-35,-10v-11,-10,9,-21,13,-31v-41,-1,-62,-34,-62,-100v0,-66,22,-99,66,-99v37,0,57,20,59,61r-22,0v-2,-29,-14,-43,-37,-43v-39,0,-43,34,-43,82v0,47,4,81,41,81v23,0,35,-16,39,-49r22,0v-1,34,-21,61,-50,67v-3,6,-12,12,-12,17v18,-7,40,4,40,22","w":146},"\u00e9":{"d":"79,-195v51,1,62,42,61,100r-104,0v-2,48,11,81,41,81v23,0,36,-16,40,-49r22,0v-3,38,-23,67,-62,67v-43,0,-64,-33,-64,-100v0,-66,22,-99,66,-99xm117,-113v-1,-39,-6,-64,-40,-64v-34,0,-40,26,-41,64r81,0xm90,-266r26,0r-36,51r-17,0"},"\u00e8":{"d":"79,-195v51,1,62,42,61,100r-104,0v-2,48,11,81,41,81v23,0,36,-16,40,-49r22,0v-3,38,-23,67,-62,67v-43,0,-64,-33,-64,-100v0,-66,22,-99,66,-99xm117,-113v-1,-39,-6,-64,-40,-64v-34,0,-40,26,-41,64r81,0xm41,-266r26,0r27,51r-17,0"},"\u00ea":{"d":"79,-195v51,1,62,42,61,100r-104,0v-2,48,11,81,41,81v23,0,36,-16,40,-49r22,0v-3,38,-23,67,-62,67v-43,0,-64,-33,-64,-100v0,-66,22,-99,66,-99xm117,-113v-1,-39,-6,-64,-40,-64v-34,0,-40,26,-41,64r81,0xm55,-215r-22,0r35,-51r21,0r35,51r-22,0r-24,-36"},"\u00eb":{"d":"79,-195v51,1,62,42,61,100r-104,0v-2,48,11,81,41,81v23,0,36,-16,40,-49r22,0v-3,38,-23,67,-62,67v-43,0,-64,-33,-64,-100v0,-66,22,-99,66,-99xm117,-113v-1,-39,-6,-64,-40,-64v-34,0,-40,26,-41,64r81,0xm41,-222r0,-37r21,0r0,37r-21,0xm95,-222r0,-37r21,0r0,37r-21,0"},"\u00ed":{"d":"22,0r0,-191r22,0r0,191r-22,0xm45,-266r26,0r-36,51r-17,0","w":66},"\u00ec":{"d":"22,0r0,-191r22,0r0,191r-22,0xm-4,-266r26,0r27,51r-17,0","w":66},"\u00ee":{"d":"22,0r0,-191r22,0r0,191r-22,0xm10,-215r-22,0r35,-51r21,0r35,51r-22,0r-24,-36","w":66},"\u00ef":{"d":"22,0r0,-191r22,0r0,191r-22,0xm-4,-222r0,-37r21,0r0,37r-21,0xm50,-222r0,-37r21,0r0,37r-21,0","w":66},"\u00f1":{"d":"85,-177v-69,3,-36,112,-43,177r-21,0r0,-191r19,0v1,8,-2,20,1,26v19,-46,98,-40,98,21r0,144r-22,0r0,-138v0,-26,-10,-39,-32,-39xm59,-257v17,0,48,34,53,-1r16,0v0,33,-36,44,-59,22v-12,-7,-19,-2,-22,14r-16,0v0,-14,13,-35,28,-35","w":159},"\u00f3":{"d":"11,-96v0,-66,22,-99,66,-99v44,0,66,33,66,99v0,67,-22,100,-66,100v-44,0,-66,-33,-66,-100xm34,-96v0,55,14,82,43,82v29,0,43,-27,43,-82v0,-54,-14,-81,-43,-81v-29,0,-43,27,-43,81xm88,-266r26,0r-36,51r-17,0"},"\u00f2":{"d":"11,-96v0,-66,22,-99,66,-99v44,0,66,33,66,99v0,67,-22,100,-66,100v-44,0,-66,-33,-66,-100xm34,-96v0,55,14,82,43,82v29,0,43,-27,43,-82v0,-54,-14,-81,-43,-81v-29,0,-43,27,-43,81xm39,-266r26,0r27,51r-17,0"},"\u00f4":{"d":"11,-96v0,-66,22,-99,66,-99v44,0,66,33,66,99v0,67,-22,100,-66,100v-44,0,-66,-33,-66,-100xm34,-96v0,55,14,82,43,82v29,0,43,-27,43,-82v0,-54,-14,-81,-43,-81v-29,0,-43,27,-43,81xm53,-215r-22,0r35,-51r21,0r35,51r-22,0r-24,-36"},"\u00f6":{"d":"11,-96v0,-66,22,-99,66,-99v44,0,66,33,66,99v0,67,-22,100,-66,100v-44,0,-66,-33,-66,-100xm34,-96v0,55,14,82,43,82v29,0,43,-27,43,-82v0,-54,-14,-81,-43,-81v-29,0,-43,27,-43,81xm39,-222r0,-37r21,0r0,37r-21,0xm93,-222r0,-37r21,0r0,37r-21,0"},"\u00f5":{"d":"11,-96v0,-66,22,-99,66,-99v44,0,66,33,66,99v0,67,-22,100,-66,100v-44,0,-66,-33,-66,-100xm34,-96v0,55,14,82,43,82v29,0,43,-27,43,-82v0,-54,-14,-81,-43,-81v-29,0,-43,27,-43,81xm56,-257v17,0,48,34,53,-1r16,0v0,33,-36,44,-59,22v-12,-7,-19,-2,-22,14r-16,0v0,-14,13,-35,28,-35"},"\u00fa":{"d":"76,-14v66,0,34,-112,41,-177r22,0r0,191r-19,0v-1,-8,2,-21,-1,-27v-18,47,-98,42,-98,-20r0,-144r21,0r0,134v1,28,7,43,34,43xm91,-266r26,0r-36,51r-17,0","w":159},"\u00f9":{"d":"76,-14v66,0,34,-112,41,-177r22,0r0,191r-19,0v-1,-8,2,-21,-1,-27v-18,47,-98,42,-98,-20r0,-144r21,0r0,134v1,28,7,43,34,43xm42,-266r26,0r27,51r-17,0","w":159},"\u00fb":{"d":"76,-14v66,0,34,-112,41,-177r22,0r0,191r-19,0v-1,-8,2,-21,-1,-27v-18,47,-98,42,-98,-20r0,-144r21,0r0,134v1,28,7,43,34,43xm56,-215r-22,0r35,-51r21,0r35,51r-22,0r-24,-36","w":159},"\u00fc":{"d":"76,-14v66,0,34,-112,41,-177r22,0r0,191r-19,0v-1,-8,2,-21,-1,-27v-18,47,-98,42,-98,-20r0,-144r21,0r0,134v1,28,7,43,34,43xm42,-222r0,-37r21,0r0,37r-21,0xm96,-222r0,-37r21,0r0,37r-21,0","w":159},"\u2020":{"d":"76,-176r0,-81r21,0r0,81r64,0r0,18r-64,0r0,210r-21,0r0,-210r-64,0r0,-18r64,0","w":172},"\u00b0":{"d":"72,-239v-20,0,-36,17,-36,36v0,19,17,35,36,35v19,0,36,-16,36,-35v0,-19,-16,-36,-36,-36xm72,-152v-27,0,-51,-24,-51,-51v0,-28,23,-52,51,-52v28,0,51,24,51,52v0,27,-24,51,-51,51","w":144},"\u00a2":{"d":"84,-14r0,-163v-24,3,-37,31,-37,82v0,53,13,79,37,81xm149,-63v-2,36,-22,64,-55,67r0,30r-10,0r0,-30v-40,-2,-60,-35,-60,-100v0,-63,20,-96,60,-99r0,-30r10,0r0,30v34,2,53,22,55,61r-22,0v-2,-27,-13,-41,-33,-43r0,163v19,-4,30,-20,33,-49r22,0","w":172},"\u00a3":{"d":"26,-157v-43,-70,61,-132,115,-78v12,13,19,32,19,54r-22,0v6,-71,-95,-73,-98,-12v-1,14,14,45,23,60r54,0r0,16r-48,0v18,39,-6,72,-35,98v27,-19,52,3,79,4v12,0,26,-6,43,-18r10,16v-15,14,-34,21,-56,21v-29,0,-62,-26,-92,-2r-11,-17v38,-30,56,-58,38,-102r-36,0r0,-16r30,0","w":172},"\u00a7":{"d":"50,-171v-45,-28,-17,-90,38,-90v35,0,57,21,58,53r-22,0v1,-22,-15,-35,-37,-35v-43,2,-50,47,-9,66v30,25,83,34,83,84v0,24,-16,41,-34,50v42,31,16,97,-38,97v-39,0,-66,-22,-63,-62r22,0v0,29,13,44,40,44v30,0,48,-32,31,-55v-27,-36,-106,-44,-106,-102v0,-23,19,-43,37,-50xm139,-94v0,-32,-53,-48,-76,-67v-39,23,-39,52,1,77r48,31v18,-8,27,-22,27,-41","w":173},"\u2022":{"d":"90,-64v-34,0,-64,-31,-64,-65v0,-35,30,-64,64,-64v35,0,64,29,64,64v0,34,-29,65,-64,65","w":180},"\u00b6":{"d":"11,-186v0,-70,61,-76,133,-71r0,307r-18,0r0,-291r-38,0r0,291r-18,0r0,-170v-32,0,-59,-32,-59,-66","w":173},"\u00df":{"d":"79,-260v66,-5,79,103,20,112v33,3,50,32,50,70v0,52,-32,88,-84,78r0,-18v38,9,62,-20,61,-61v-1,-41,-19,-60,-59,-58r0,-18v31,1,47,-12,47,-44v0,-26,-12,-43,-36,-43v-25,0,-38,17,-38,50r0,192r-21,0r0,-194v-1,-41,21,-63,60,-66","w":159},"\u00ae":{"d":"192,-50r-47,-70r-33,0r0,70r-18,0r0,-158v51,0,112,-8,112,44v0,25,-13,39,-39,44r46,70r-21,0xm112,-192r0,56v33,0,79,5,76,-28v3,-32,-43,-29,-76,-28xm144,4v-72,0,-133,-61,-133,-133v0,-71,62,-132,133,-132v71,0,133,61,133,132v0,72,-61,133,-133,133xm144,-243v-63,0,-115,52,-115,114v0,62,52,115,115,115v63,0,115,-53,115,-115v0,-62,-52,-114,-115,-114","w":288},"\u00a9":{"d":"148,-62v24,0,45,-17,48,-39r20,0v-7,32,-32,57,-68,57v-47,0,-80,-38,-80,-85v0,-89,133,-117,148,-28r-20,0v-20,-65,-109,-37,-109,28v0,36,26,68,61,67xm144,4v-72,0,-133,-61,-133,-133v0,-71,62,-132,133,-132v71,0,133,61,133,132v0,72,-61,133,-133,133xm144,-243v-63,0,-115,52,-115,114v0,62,52,115,115,115v63,0,115,-53,115,-115v0,-62,-52,-114,-115,-114","w":288},"\u2122":{"d":"64,-109r0,-132r-49,0r0,-16r115,0r0,16r-48,0r0,132r-18,0xm235,-137r47,-120r30,0r0,148r-18,0r0,-132r-54,132r-11,0r-54,-132r0,132r-18,0r0,-148r31,0","w":356},"\u00b4":{"d":"45,-266r26,0r-36,51r-17,0","w":66},"\u00a8":{"d":"-4,-222r0,-37r21,0r0,37r-21,0xm50,-222r0,-37r21,0r0,37r-21,0","w":66},"\u00c6":{"d":"120,0r0,-75r-69,0r-29,75r-25,0r105,-257r142,0r0,19r-101,0r0,94r94,0r0,19r-94,0r0,106r104,0r0,19r-127,0xm58,-94r62,0r0,-144r-4,0","w":253},"\u00d8":{"d":"56,-43r79,-185v-55,-38,-94,4,-94,99v0,39,5,68,15,86xm144,-214r-78,185v54,38,93,-5,93,-100v0,-39,-5,-67,-15,-85xm48,15r-13,-6r11,-28v-19,-21,-28,-58,-28,-110v0,-110,51,-155,125,-120r9,-23r14,5r-12,28v19,21,28,58,28,110v0,110,-50,157,-124,121","w":200},"\u00b1":{"d":"99,-120r0,-62r18,0r0,62r82,0r0,18r-82,0r0,62r-18,0r0,-62r-82,0r0,-18r82,0xm17,0r0,-18r182,0r0,18r-182,0","w":216},"\u00a5":{"d":"75,0r0,-63r-51,0r0,-15r51,0v0,-12,1,-25,-4,-32r-47,0r0,-16r40,0r-59,-125r25,0r56,124r57,-124r24,0r-58,125r39,0r0,16r-46,0v-5,7,-4,20,-4,32r50,0r0,15r-50,0r0,63r-23,0","w":172},"\u00b5":{"d":"76,-14v66,0,34,-112,41,-177r22,0r0,191r-19,0v-1,-8,2,-21,-1,-27v-12,30,-52,39,-77,23r0,67r-21,0r0,-254r21,0r0,134v1,28,7,43,34,43","w":159},"\u03bc":{"d":"76,-14v66,0,34,-112,41,-177r22,0r0,191r-19,0v-1,-8,2,-21,-1,-27v-12,30,-52,39,-77,23r0,67r-21,0r0,-254r21,0r0,134v1,28,7,43,34,43","w":159},"\u00aa":{"d":"69,-152v-9,32,-73,25,-67,-14v-4,-35,42,-33,65,-46v6,-14,-1,-27,-20,-27v-16,0,-24,7,-24,22r-18,0v0,-25,15,-38,43,-38v54,0,36,52,39,97v0,8,3,11,11,10r0,14v-13,5,-33,1,-29,-18xm40,-148v25,0,33,-25,28,-50v-8,10,-50,8,-47,30v1,11,7,20,19,20","w":99},"\u00ba":{"d":"3,-194v0,-41,16,-61,47,-61v31,0,46,20,46,61v0,41,-15,62,-46,62v-31,0,-47,-21,-47,-62xm23,-194v0,30,9,46,27,46v18,0,27,-16,27,-46v0,-30,-9,-45,-27,-45v-18,0,-27,15,-27,45","w":99},"\u00e6":{"d":"84,-111v30,-7,23,-73,-11,-66v-23,0,-34,14,-34,43r-22,0v-12,-66,87,-82,102,-31v9,-34,74,-42,91,-6v8,16,12,41,12,76r-98,0v-1,40,5,81,37,81v24,0,38,-24,38,-49r22,0v6,68,-90,94,-108,28v-10,24,-25,40,-54,39v-46,7,-60,-59,-38,-90v10,-13,41,-20,63,-25xm64,-14v39,0,40,-46,38,-89v-20,17,-68,8,-68,52v0,20,10,37,30,37xm124,-113r75,0v0,-43,-12,-64,-37,-64v-24,0,-37,21,-38,64","w":233},"\u00f8":{"d":"44,-36r55,-133v-39,-24,-67,8,-65,73v0,26,3,47,10,60xm109,-155r-55,132v39,26,68,-6,66,-73v0,-26,-4,-46,-11,-59xm36,20r-13,-6r11,-27v-16,-16,-23,-44,-23,-83v0,-80,38,-115,96,-92r10,-23r14,6r-12,27v16,16,24,43,24,82v0,81,-39,117,-97,92"},"\u00bf":{"d":"77,66v-66,0,-84,-78,-41,-119v19,-18,39,-40,35,-76r22,0v10,69,-55,75,-58,133v0,26,16,44,41,44v31,0,46,-20,46,-60r23,0v0,46,-24,78,-68,78xm70,-158r0,-37r24,0r0,37r-24,0"},"\u00a1":{"d":"31,62r4,-190r16,0r4,190r-24,0xm31,-158r0,-37r24,0r0,37r-24,0","w":86},"\u00ac":{"d":"181,-39r0,-78r-164,0r0,-18r182,0r0,96r-18,0","w":216},"\u0192":{"d":"40,-143r3,-16r38,0v7,-52,20,-111,84,-97r-4,18v-50,-11,-49,38,-58,79r40,0r-3,16r-40,0v-15,60,-19,147,-47,191v-9,14,-37,18,-58,13r4,-18v41,7,46,-13,54,-56r25,-130r-38,0","w":172},"\u00ab":{"d":"68,-91r0,-22r45,-50r0,24r-32,37r32,36r0,25xm21,-91r0,-22r45,-50r0,24r-33,37r33,36r0,25","w":133},"\u00bb":{"d":"21,-41r0,-25r32,-36r-32,-37r0,-24r45,50r0,22xm68,-41r0,-25r32,-36r-32,-37r0,-24r45,50r0,22","w":133},"\u0085":{"d":"48,0r0,-37r24,0r0,37r-24,0xm168,0r0,-37r24,0r0,37r-24,0xm288,0r0,-37r24,0r0,37r-24,0","w":360},"\u2026":{"d":"48,0r0,-37r24,0r0,37r-24,0xm168,0r0,-37r24,0r0,37r-24,0xm288,0r0,-37r24,0r0,37r-24,0","w":360},"\u00c0":{"d":"50,-94r80,0r-40,-145xm0,0r76,-257r28,0r76,257r-24,0r-21,-75r-90,0r-21,75r-24,0xm53,-320r26,0r27,51r-17,0","w":180},"\u00c3":{"d":"50,-94r80,0r-40,-145xm0,0r76,-257r28,0r76,257r-24,0r-21,-75r-90,0r-21,75r-24,0xm70,-311v17,0,48,34,53,-1r16,0v0,33,-36,44,-59,22v-12,-7,-19,-2,-22,14r-16,0v0,-14,13,-35,28,-35","w":180},"\u00d5":{"d":"18,-129v0,-89,27,-132,82,-132v55,0,82,43,82,132v0,89,-27,133,-82,133v-55,0,-82,-44,-82,-133xm41,-129v0,76,20,114,59,114v39,0,59,-38,59,-114v0,-76,-20,-113,-59,-113v-39,0,-59,37,-59,113xm80,-311v17,0,48,34,53,-1r16,0v0,33,-36,44,-59,22v-12,-7,-19,-2,-22,14r-16,0v0,-14,13,-35,28,-35","w":200},"\u0152":{"d":"97,-15v72,0,51,-96,51,-162v0,-43,-10,-65,-51,-65v-39,0,-59,37,-59,113v0,76,20,114,59,114xm147,-236v3,-4,0,-15,1,-21r122,0r0,19r-99,0r0,94r92,0r0,19r-92,0r0,106r102,0r0,19r-125,0v-1,-7,2,-18,-1,-23v-7,18,-24,27,-50,27v-55,0,-82,-44,-82,-133v0,-89,27,-132,82,-132v24,0,41,8,50,25","w":280},"\u0153":{"d":"179,-14v23,0,37,-24,37,-49r22,0v6,69,-90,94,-108,28v-10,23,-24,39,-50,39v-44,0,-66,-33,-66,-100v0,-66,22,-99,66,-99v28,0,43,14,52,39v7,-47,75,-51,95,-15v9,16,13,41,13,76r-99,0v-1,41,5,81,38,81xm37,-96v0,55,13,82,41,82v28,0,42,-27,42,-82v0,-54,-14,-81,-42,-81v-28,0,-41,27,-41,81xm141,-113r76,0v0,-43,-13,-64,-38,-64v-24,0,-37,21,-38,64","w":253},"\u2013":{"d":"0,-112r180,0r0,19r-180,0r0,-19","w":180},"\u2014":{"d":"0,-112r360,0r0,19r-360,0r0,-19","w":360},"\u201c":{"d":"74,-171v-1,-38,-2,-79,26,-86v2,23,-15,23,-12,50r10,0r0,36r-24,0xm26,-171v-1,-38,-1,-79,27,-86v2,23,-15,23,-13,50r11,0r0,36r-25,0","w":126},"\u201d":{"d":"28,-220r0,-37r25,0v1,38,2,80,-27,86v-2,-23,15,-22,13,-49r-11,0xm76,-220r0,-37r24,0v1,37,3,80,-26,86v-2,-23,15,-22,12,-49r-10,0","w":126},"\u2018":{"d":"30,-171v-1,-38,-1,-79,27,-86v2,23,-15,23,-13,50r10,0r0,36r-24,0","w":86},"\u2019":{"d":"32,-220r0,-37r25,0v1,38,2,80,-27,86v-2,-23,15,-22,12,-49r-10,0","w":86},"\u00f7":{"d":"17,-82r0,-18r182,0r0,18r-182,0xm108,-145v-10,1,-21,-10,-20,-20v-1,-11,10,-20,20,-20v11,0,20,9,20,20v0,10,-9,21,-20,20xm108,3v-10,1,-21,-10,-20,-20v-1,-11,10,-20,20,-20v11,0,20,9,20,20v0,10,-9,21,-20,20","w":216},"\u00ff":{"d":"58,2r-55,-193r23,0r43,165r39,-165r23,0r-56,206v-10,37,-20,50,-65,48r0,-18v33,6,41,-18,48,-43xm29,-222r0,-37r21,0r0,37r-21,0xm83,-222r0,-37r21,0r0,37r-21,0","w":133},"\u0178":{"d":"68,0r0,-103r-69,-154r24,0r57,128r56,-128r25,0r-70,154r0,103r-23,0xm42,-276r0,-37r21,0r0,37r-21,0xm96,-276r0,-37r21,0r0,37r-21,0","w":159},"\u00a4":{"d":"21,-46r-13,-13r17,-17v-24,-28,-24,-71,0,-99r-17,-17r13,-12r16,16v28,-22,72,-22,99,1r17,-17r12,12r-17,17v24,27,24,71,1,99r16,17r-12,13r-17,-18v-27,23,-71,25,-99,1xm86,-186v-32,0,-59,29,-59,61v0,32,28,61,59,61v31,0,60,-29,60,-61v0,-32,-28,-61,-60,-61","w":172},"\u2039":{"d":"21,-91r0,-22r45,-50r0,24r-32,37r32,36r0,25","w":86},"\u203a":{"d":"21,-41r0,-25r32,-36r-32,-37r0,-24r45,50r0,22","w":86},"\u2021":{"d":"76,-257r21,0r0,74r64,0r0,18r-64,0r0,125r64,0r0,18r-64,0r0,74r-21,0r0,-74r-64,0r0,-18r64,0r0,-125r-64,0r0,-18r64,0r0,-74","w":172},"\u00b7":{"d":"43,-98v-10,1,-21,-10,-20,-20v-1,-11,10,-20,20,-20v11,0,20,9,20,20v0,10,-9,21,-20,20","w":86},"\u2219":{"d":"43,-98v-10,1,-21,-10,-20,-20v-1,-11,10,-20,20,-20v11,0,20,9,20,20v0,10,-9,21,-20,20","w":86},"\u201a":{"d":"32,0r0,-37r25,0v1,38,2,80,-27,87v-2,-23,15,-23,12,-50r-10,0","w":86},"\u201e":{"d":"28,0r0,-37r25,0v1,38,2,80,-27,87v-2,-24,15,-23,13,-50r-11,0xm76,0r0,-37r24,0v1,38,3,81,-26,87v-2,-23,15,-23,12,-50r-10,0","w":126},"\u2030":{"d":"39,-189v0,34,8,51,25,51v17,0,26,-17,26,-51v0,-34,-9,-50,-26,-50v-17,0,-25,16,-25,50xm62,4r111,-259r18,0r-111,259r-18,0xm161,-62v0,34,9,50,26,50v17,0,26,-16,26,-50v0,-34,-9,-50,-26,-50v-17,0,-26,16,-26,50xm64,-122v-37,0,-45,-25,-45,-67v0,-42,8,-66,45,-66v37,0,46,23,46,66v-1,43,-8,67,-46,67xm187,4v-38,0,-45,-24,-45,-66v0,-42,8,-66,45,-66v37,0,46,23,46,66v0,43,-8,66,-46,66xm270,-62v0,34,9,50,26,50v17,0,25,-16,25,-50v0,-34,-8,-50,-25,-50v-17,0,-26,16,-26,50xm296,4v-38,0,-46,-23,-46,-66v0,-43,9,-66,46,-66v37,0,45,24,45,66v0,42,-7,66,-45,66","w":360},"\u00c2":{"d":"50,-94r80,0r-40,-145xm0,0r76,-257r28,0r76,257r-24,0r-21,-75r-90,0r-21,75r-24,0xm67,-269r-22,0r35,-51r21,0r35,51r-22,0r-24,-36","w":180},"\u00ca":{"d":"20,0r0,-257r128,0r0,19r-105,0r0,94r98,0r0,19r-98,0r0,106r108,0r0,19r-131,0xm63,-269r-22,0r35,-51r21,0r35,51r-22,0r-24,-36","w":159},"\u00c1":{"d":"50,-94r80,0r-40,-145xm0,0r76,-257r28,0r76,257r-24,0r-21,-75r-90,0r-21,75r-24,0xm102,-320r26,0r-36,51r-17,0","w":180},"\u00cb":{"d":"20,0r0,-257r128,0r0,19r-105,0r0,94r98,0r0,19r-98,0r0,106r108,0r0,19r-131,0xm49,-276r0,-37r21,0r0,37r-21,0xm103,-276r0,-37r21,0r0,37r-21,0","w":159},"\u00c8":{"d":"20,0r0,-257r128,0r0,19r-105,0r0,94r98,0r0,19r-98,0r0,106r108,0r0,19r-131,0xm49,-320r26,0r27,51r-17,0","w":159},"\u00cd":{"d":"22,0r0,-257r23,0r0,257r-23,0xm45,-320r26,0r-36,51r-17,0","w":66},"\u00ce":{"d":"22,0r0,-257r23,0r0,257r-23,0xm10,-269r-22,0r35,-51r21,0r35,51r-22,0r-24,-36","w":66},"\u00cf":{"d":"22,0r0,-257r23,0r0,257r-23,0xm-4,-276r0,-37r21,0r0,37r-21,0xm50,-276r0,-37r21,0r0,37r-21,0","w":66},"\u00cc":{"d":"22,0r0,-257r23,0r0,257r-23,0xm-4,-320r26,0r27,51r-17,0","w":66},"\u00d3":{"d":"18,-129v0,-89,27,-132,82,-132v55,0,82,43,82,132v0,89,-27,133,-82,133v-55,0,-82,-44,-82,-133xm41,-129v0,76,20,114,59,114v39,0,59,-38,59,-114v0,-76,-20,-113,-59,-113v-39,0,-59,37,-59,113xm112,-320r26,0r-36,51r-17,0","w":200},"\u00d4":{"d":"18,-129v0,-89,27,-132,82,-132v55,0,82,43,82,132v0,89,-27,133,-82,133v-55,0,-82,-44,-82,-133xm41,-129v0,76,20,114,59,114v39,0,59,-38,59,-114v0,-76,-20,-113,-59,-113v-39,0,-59,37,-59,113xm77,-269r-22,0r35,-51r21,0r35,51r-22,0r-24,-36","w":200},"\u00d2":{"d":"18,-129v0,-89,27,-132,82,-132v55,0,82,43,82,132v0,89,-27,133,-82,133v-55,0,-82,-44,-82,-133xm41,-129v0,76,20,114,59,114v39,0,59,-38,59,-114v0,-76,-20,-113,-59,-113v-39,0,-59,37,-59,113xm63,-320r26,0r27,51r-17,0","w":200},"\u00da":{"d":"17,-72r0,-185r23,0r0,185v0,38,16,57,50,57v34,0,50,-19,50,-57r0,-185r23,0r0,185v0,51,-24,76,-73,76v-49,0,-73,-25,-73,-76xm102,-320r26,0r-36,51r-17,0","w":180},"\u00db":{"d":"17,-72r0,-185r23,0r0,185v0,38,16,57,50,57v34,0,50,-19,50,-57r0,-185r23,0r0,185v0,51,-24,76,-73,76v-49,0,-73,-25,-73,-76xm67,-269r-22,0r35,-51r21,0r35,51r-22,0r-24,-36","w":180},"\u00d9":{"d":"17,-72r0,-185r23,0r0,185v0,38,16,57,50,57v34,0,50,-19,50,-57r0,-185r23,0r0,185v0,51,-24,76,-73,76v-49,0,-73,-25,-73,-76xm53,-320r26,0r27,51r-17,0","w":180},"\u02c6":{"d":"10,-215r-22,0r35,-51r21,0r35,51r-22,0r-24,-36","w":66},"\u02dc":{"d":"13,-257v17,0,48,34,53,-1r16,0v0,33,-36,44,-59,22v-12,-7,-19,-2,-22,14r-16,0v0,-14,13,-35,28,-35","w":66},"\u00af":{"d":"-9,-233r0,-15r85,0r0,15r-85,0","w":66},"\u02c9":{"d":"-9,-233r0,-15r85,0r0,15r-85,0","w":66},"\u00b8":{"d":"71,43v0,29,-45,38,-70,23r4,-11v14,8,48,8,46,-10v3,-14,-24,-15,-34,-10v-11,-11,11,-23,15,-35r14,0v-4,7,-14,14,-15,21v18,-7,40,4,40,22","w":66},"\u2044":{"d":"-60,11r162,-272r18,0r-162,272r-18,0","w":60},"\u02d8":{"d":"77,-261v2,38,-48,58,-74,32v-8,-8,-12,-19,-13,-32r16,0v0,38,54,37,55,0r16,0","w":66},"\u02d9":{"d":"23,-222r0,-37r21,0r0,37r-21,0","w":66},"\u02da":{"d":"33,-211v-17,0,-34,-17,-34,-34v0,-17,17,-34,34,-34v18,0,35,16,35,34v0,18,-17,34,-35,34xm33,-266v-12,0,-21,9,-21,21v0,12,9,21,21,21v12,0,22,-9,22,-21v0,-12,-10,-21,-22,-21","w":66},"\u02dd":{"d":"18,-266r25,0r-35,51r-17,0xm72,-266r26,0r-36,51r-17,0","w":66},"\u02db":{"d":"5,48v1,-24,16,-52,54,-50v-23,16,-35,31,-35,46v0,19,26,20,41,10r5,10v-18,14,-67,14,-65,-16","w":66},"\u02c7":{"d":"-12,-266r21,0r24,37r25,-37r21,0r-35,51r-22,0","w":66},"\u0131":{"d":"22,0r0,-191r22,0r0,191r-22,0","w":66},"\ue001":{"w":0},"\ue002":{"w":86},"\u0160":{"d":"48,-136v-58,-28,-35,-125,38,-125v47,0,70,23,70,70r-23,0v0,-34,-15,-51,-46,-51v-56,0,-66,75,-16,93v39,14,92,26,92,78v0,48,-30,76,-78,75v-53,0,-77,-28,-75,-84r23,0v-3,39,14,65,51,65v61,0,76,-77,23,-98xm41,-320r21,0r24,37r25,-37r21,0r-35,51r-22,0","w":172},"\u0161":{"d":"69,-14v44,0,50,-57,12,-69v-28,-9,-67,-24,-67,-57v0,-37,19,-55,57,-55v37,0,54,19,53,58r-22,0v1,-26,-8,-40,-31,-40v-44,0,-46,54,-9,64v30,8,67,23,67,60v0,35,-23,57,-59,57v-44,0,-60,-20,-59,-65r22,0v-1,30,10,47,36,47xm25,-266r21,0r24,37r25,-37r21,0r-35,51r-22,0","w":140},"\u00a6":{"d":"31,4r0,-97r18,0r0,97r-18,0xm31,-164r0,-97r18,0r0,97r-18,0","w":79},"\u00d0":{"d":"175,-129v-1,86,-16,126,-93,129r-62,0r0,-125r-20,0r0,-19r20,0r0,-113r62,0v76,2,93,43,93,128xm152,-128v0,-87,-22,-118,-109,-110r0,94r58,0r0,19r-58,0r0,106v85,7,109,-22,109,-109","w":193},"\u00f0":{"d":"34,-94v0,53,14,80,43,80v29,0,43,-27,43,-80v0,-53,-14,-79,-43,-79v-29,0,-43,26,-43,79xm11,-94v0,-72,53,-124,98,-79v-12,-21,-27,-40,-42,-57r-25,15r-13,-12r26,-16v-6,-7,-14,-14,-26,-24r17,-12v11,9,20,18,27,26r26,-15r13,11r-27,16v38,42,58,90,58,145v0,67,-22,100,-66,100v-49,-1,-66,-43,-66,-98"},"\u00dd":{"d":"68,0r0,-103r-69,-154r24,0r57,128r56,-128r25,0r-70,154r0,103r-23,0xm91,-320r26,0r-36,51r-17,0","w":159},"\u00fd":{"d":"58,2r-55,-193r23,0r43,165r39,-165r23,0r-56,206v-10,37,-20,50,-65,48r0,-18v33,6,41,-18,48,-43xm78,-266r26,0r-36,51r-17,0","w":133},"\u00de":{"d":"43,-187r0,106v52,3,94,-1,94,-53v0,-52,-42,-56,-94,-53xm43,-207v68,-6,117,8,117,73v0,63,-48,79,-117,73r0,61r-23,0r0,-257r23,0r0,50","w":172},"\u00fe":{"d":"40,-159v8,-17,21,-36,46,-36v41,0,61,33,61,100v0,66,-20,99,-61,99v-26,1,-39,-13,-46,-33r0,92r-21,0r0,-320r21,0r0,98xm82,-177v-39,0,-42,35,-42,82v0,48,3,81,42,81v39,0,42,-34,42,-81v0,-48,-3,-82,-42,-82","w":159},"\u00ad":{"d":"17,-82r0,-18r182,0r0,18r-182,0","w":216},"\u2212":{"d":"17,-82r0,-18r182,0r0,18r-182,0","w":216},"\u00d7":{"d":"176,-10r-68,-68r-68,68r-13,-13r68,-68r-68,-69r13,-12r68,68r68,-68r13,12r-68,69r68,68","w":216},"\u00b9":{"d":"52,-101r0,-115r-39,0r0,-13v27,0,41,-9,42,-26r16,0r0,154r-19,0","w":112},"\u00b2":{"d":"58,-255v52,0,57,67,19,89v-18,10,-46,32,-48,49r75,0r0,16r-94,0v-3,-57,74,-63,74,-112v0,-18,-9,-26,-27,-26v-18,0,-28,11,-29,33r-19,0v0,-32,17,-49,49,-49","w":112},"\u00b3":{"d":"86,-145v0,-22,-18,-30,-43,-28v1,-6,-4,-19,6,-16v18,1,32,-10,32,-25v0,-14,-11,-25,-26,-25v-15,0,-27,13,-27,27r-19,0v0,-28,15,-43,46,-43v49,0,62,65,18,73v17,4,32,15,32,37v0,31,-19,47,-50,47v-31,0,-47,-15,-48,-44r20,0v1,14,12,29,28,28v17,-1,31,-12,31,-31","w":112},"\u00bd":{"d":"22,11r162,-272r18,0r-162,272r-18,0xm52,-101r0,-115r-39,0r0,-13v27,0,41,-9,42,-26r16,0r0,154r-19,0xm191,-154v51,0,59,68,19,88v-17,13,-46,32,-48,50r75,0r0,16r-94,0v-3,-57,73,-63,73,-112v0,-18,-9,-26,-27,-26v-18,0,-27,11,-28,33r-20,0v0,-32,18,-49,50,-49","w":259},"\u00bc":{"d":"204,0r0,-40r-67,0r0,-13r64,-101r21,0r0,101r20,0r0,13r-20,0r0,40r-18,0xm153,-53r51,0v-1,-25,2,-54,-1,-77xm32,11r163,-272r18,0r-163,272r-18,0xm52,-101r0,-115r-39,0r0,-13v27,0,41,-9,42,-26r16,0r0,154r-19,0","w":259},"\u00be":{"d":"204,0r0,-40r-67,0r0,-13r64,-101r21,0r0,101r20,0r0,13r-20,0r0,40r-18,0xm153,-53r51,0v-1,-25,2,-54,-1,-77xm43,11r163,-272r18,0r-163,272r-18,0xm86,-145v0,-22,-18,-30,-43,-28v1,-6,-4,-19,6,-16v18,1,32,-10,32,-25v0,-14,-11,-25,-26,-25v-15,0,-27,13,-27,27r-19,0v0,-28,15,-43,46,-43v49,0,62,65,18,73v17,4,32,15,32,37v0,31,-19,47,-50,47v-31,0,-47,-15,-48,-44r20,0v1,14,12,29,28,28v17,-1,31,-12,31,-31","w":259},"\uf001":{"d":"109,0r0,-191r22,0r0,191r-22,0xm109,-220r0,-37r22,0r0,37r-22,0xm84,-241v-31,-8,-37,17,-34,50r34,0r0,18r-34,0r0,173r-21,0r0,-173r-26,0r0,-18r26,0v-4,-46,6,-77,55,-68r0,18"},"\uf002":{"d":"109,0r0,-257r22,0r0,257r-22,0xm84,-241v-31,-8,-37,17,-34,50r34,0r0,18r-34,0r0,173r-21,0r0,-173r-26,0r0,-18r26,0v-4,-46,6,-77,55,-68r0,18"},"\u0141":{"d":"20,0r0,-103r-25,17r0,-21r25,-18r0,-132r23,0r0,117r67,-46r0,21r-67,46r0,100r107,0r0,19r-130,0"},"\u0142":{"d":"22,0r0,-114r-22,24r0,-22r22,-23r0,-122r22,0r0,99r22,-24v4,26,-12,33,-22,45r0,137r-22,0","w":66},"\u017e":{"d":"6,0r0,-18r91,-155r-86,0r0,-18r109,0r0,18r-90,155r90,0r0,18r-114,0xm18,-266r21,0r24,37r25,-37r21,0r-35,51r-22,0","w":126},"\u017d":{"d":"8,0r0,-22r125,-216r-118,0r0,-19r142,0r0,22r-124,216r125,0r0,19r-150,0xm38,-320r21,0r24,37r25,-37r21,0r-35,51r-22,0","w":166},"\u20ac":{"d":"115,-237v22,0,32,8,48,17r9,-19v-17,-9,-33,-16,-56,-17v-58,1,-79,42,-85,94r-19,0r-7,19r25,0r-1,23r-17,0r-7,20r25,0v3,59,21,105,84,104v22,-1,36,-3,50,-14r0,-27v-20,30,-82,30,-97,-5v-7,-16,-11,-37,-13,-58r76,0r6,-20r-82,0r0,-23r88,0r6,-19r-92,0v3,-41,16,-75,59,-75","w":172},"\u00a0":{"w":86,"k":{"Y":13,"W":13,"V":13,"T":13,"A":13}}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1990 Adobe Systems Incorporated.  All Rights Reserved.Helvetica
 * is a trademark of Linotype AG and/or its subsidiaries.
 */
Cufon.registerFont({"w":172,"face":{"font-family":"HelveticaNeue LT 57 Cn","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 7 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-59 -346 384 81.2482","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0001-U+E009"},"glyphs":{" ":{"w":86,"k":{"\u2018":13,"\u201c":13}},"\u201f":{"d":"23,0r0,-291r135,0r0,291r-135,0xm45,-23r90,0r0,-246r-90,0r0,246","w":180},"\u201b":{"d":"23,0r0,-291r135,0r0,291r-135,0xm45,-23r90,0r0,-246r-90,0r0,246","w":180},"!":{"d":"71,-72r-36,0r-7,-102r0,-83r50,0v1,65,-2,126,-7,185xm28,-48r50,0r0,48r-50,0r0,-48","w":106},"\"":{"d":"96,-141r0,-116r45,0r0,116r-45,0xm26,-141r0,-116r45,0r0,116r-45,0","w":166},"#":{"d":"0,-63r0,-40r31,0r6,-44r-26,0r0,-40r31,0r8,-63r34,0r-7,63r35,0r8,-63r34,0r-7,63r26,0r0,40r-31,0r-6,44r26,0r0,40r-31,0r-8,63r-34,0r7,-63r-35,0r-7,63r-35,0r8,-63r-27,0xm72,-147r-6,44r35,0r6,-44r-35,0"},"$":{"d":"97,-97r0,64v30,-5,26,-55,0,-64xm74,-159r0,-58v-25,7,-23,48,0,58xm170,-72v0,52,-25,73,-73,77r0,31r-23,0r0,-31v-50,-5,-73,-26,-71,-81r50,0v0,25,3,38,21,43r0,-73v-39,-10,-68,-34,-68,-75v0,-44,23,-69,68,-74r0,-25r23,0r0,25v46,4,67,27,66,73r-49,0v0,-20,-6,-31,-17,-35r0,68v37,16,73,25,73,77"},"%":{"d":"216,-105v-17,0,-15,17,-15,40v1,26,-2,40,15,43v18,-3,16,-17,16,-43v0,-24,2,-40,-16,-40xm216,5v-44,0,-54,-21,-54,-69v0,-48,9,-68,54,-68v45,0,54,19,54,68v0,49,-10,69,-54,69xm64,-117v-44,0,-54,-20,-54,-69v0,-49,10,-69,54,-69v44,0,54,20,54,69v0,49,-10,69,-54,69xm64,-228v-17,2,-16,16,-16,40v0,26,-2,40,16,43v17,-3,16,-18,16,-43v0,-23,0,-37,-16,-40xm50,11r147,-272r32,0r-147,272r-32,0","w":280},"&":{"d":"94,-225v-35,2,-20,41,-3,57v11,-8,26,-22,26,-36v0,-14,-8,-21,-23,-21xm80,-113v-37,22,-34,75,10,78v14,0,24,-5,33,-16xm95,-257v39,-1,64,18,64,54v0,24,-14,45,-44,66r38,52v6,-12,9,-25,9,-38r45,0v0,26,-8,50,-26,75r34,48r-56,0r-14,-20v-40,47,-141,26,-141,-49v0,-28,17,-53,52,-74v-11,-16,-26,-42,-26,-60v0,-35,30,-54,65,-54","w":213},"'":{"d":"24,-141r0,-116r45,0r0,116r-45,0","w":93},"(":{"d":"107,-257v-55,84,-55,240,0,323r-39,0v-67,-108,-67,-215,0,-323r39,0","w":106},")":{"d":"0,66v55,-84,54,-240,0,-323r38,0v68,108,68,215,0,323r-38,0","w":106},"*":{"d":"55,-257r30,0r0,46r44,-14r9,28r-44,14r27,38r-24,17r-27,-38r-27,38r-24,-17r27,-38r-43,-14r9,-28r43,14r0,-46","w":140},"+":{"d":"86,0r0,-69r-69,0r0,-44r69,0r0,-69r44,0r0,69r69,0r0,44r-69,0r0,69r-44,0","w":216},",":{"d":"19,-56r48,0v0,55,7,113,-48,115r0,-25v14,-2,20,-15,19,-34r-19,0r0,-56","w":86,"k":{"\u2019":13,"\u201d":13," ":13}},"-":{"d":"17,-69r0,-44r182,0r0,44r-182,0","w":216},".":{"d":"19,-56r48,0r0,56r-48,0r0,-56","w":86,"k":{"\u2019":33,"\u201d":33," ":13}},"\/":{"d":"-1,5r81,-267r41,0r-82,267r-40,0","w":119},"0":{"d":"86,-221v-37,4,-28,61,-28,113v0,48,-4,73,28,79v39,-3,28,-61,28,-113v0,-49,5,-74,-28,-79xm86,5v-70,0,-79,-43,-80,-124v-1,-87,10,-136,80,-136v70,0,79,43,80,124v1,88,-9,136,-80,136"},"1":{"d":"117,0r-51,0r0,-180r-51,0r0,-34v37,1,59,-13,64,-41r38,0r0,255"},"2":{"d":"85,-221v-25,3,-28,20,-29,50r-50,0v-3,-56,23,-81,80,-84v94,-5,91,110,36,151v-20,15,-50,41,-55,64r96,0r0,40r-157,0v-2,-79,69,-107,99,-158v11,-19,9,-66,-20,-63"},"3":{"d":"81,5v-49,0,-74,-30,-74,-80r50,0v0,29,4,46,28,46v23,0,29,-15,29,-41v0,-37,-17,-46,-51,-43r0,-34v32,3,46,-6,46,-41v0,-22,-7,-33,-24,-33v-22,0,-27,15,-27,41r-47,0v0,-50,25,-75,75,-75v49,0,73,22,73,66v1,33,-15,49,-39,57v30,5,46,24,46,60v0,52,-29,77,-85,77"},"4":{"d":"96,-93r-1,-97r-50,97r51,0xm5,-53r0,-42r85,-160r53,0r0,162r25,0r0,40r-25,0r0,53r-47,0r0,-53r-91,0"},"5":{"d":"112,-81v0,-36,-1,-54,-30,-54v-14,0,-23,8,-25,24r-46,0r9,-139r133,0r0,40r-94,0r-5,58v9,-13,25,-19,47,-19v42,0,62,28,62,82v0,63,-21,94,-81,94v-53,0,-78,-26,-76,-78r50,0v0,28,8,42,25,42v20,0,31,-17,31,-50"},"6":{"d":"5,-114v0,-94,8,-141,86,-141v47,0,70,22,71,65r-50,0v0,-21,-7,-31,-23,-31v-32,0,-34,41,-31,77v36,-45,110,-20,110,58v0,61,-28,91,-83,91v-65,0,-81,-44,-80,-119xm88,-127v-25,0,-28,19,-29,48v-1,30,5,50,29,50v26,0,28,-19,28,-50v0,-29,-3,-48,-28,-48"},"7":{"d":"8,-250r157,0r0,40v-40,57,-65,127,-75,210r-54,0v10,-79,36,-147,79,-205r-107,0r0,-45"},"8":{"d":"86,5v-52,0,-80,-27,-81,-77v-1,-35,17,-56,43,-64v-21,-5,-36,-24,-36,-49v0,-47,24,-70,74,-70v50,0,75,23,75,70v1,26,-17,43,-36,50v28,6,43,29,43,63v0,51,-30,77,-82,77xm61,-186v0,24,8,36,25,36v17,0,26,-12,26,-36v0,-23,-9,-35,-26,-35v-17,0,-25,12,-25,35xm57,-73v0,29,9,44,29,44v20,0,30,-15,30,-44v0,-29,-10,-44,-30,-44v-20,0,-29,15,-29,44"},"9":{"d":"168,-136v0,94,-8,141,-86,141v-47,0,-70,-21,-71,-64r50,0v0,20,7,30,23,30v33,1,34,-40,31,-77v-10,14,-26,22,-48,22v-42,0,-62,-27,-62,-80v0,-61,27,-91,82,-91v65,0,81,44,81,119xm85,-221v-26,0,-28,19,-28,50v0,30,3,49,28,49v25,0,28,-19,28,-49v0,-29,-5,-50,-28,-50"},":":{"d":"19,0r0,-56r48,0r0,56r-48,0xm19,-131r0,-57r48,0r0,57r-48,0","w":86},";":{"d":"19,-56r48,0v0,55,7,113,-48,115r0,-25v14,-2,20,-15,19,-34r-19,0r0,-56xm19,-188r48,0r0,57r-48,0r0,-57","w":86},"<":{"d":"17,-72r0,-38r182,-75r0,45r-122,49r122,49r0,45","w":216},"=":{"d":"17,-108r0,-45r182,0r0,45r-182,0xm17,-30r0,-44r182,0r0,44r-182,0","w":216},">":{"d":"17,3r0,-45r122,-49r-122,-49r0,-45r182,75r0,38","w":216},"?":{"d":"84,-260v74,0,97,79,54,126v-16,17,-36,29,-33,63r-44,0v-4,-39,14,-66,36,-86v18,-17,22,-69,-11,-69v-20,0,-28,21,-26,49r-47,0v-3,-50,22,-83,71,-83xm58,-48r50,0r0,48r-50,0r0,-48","w":173},"@":{"d":"148,-162v-37,-2,-59,69,-15,74v39,4,62,-70,15,-74xm67,-111v0,-65,80,-123,121,-65r5,-19r31,0r-23,105v0,5,2,7,7,7v21,-1,38,-35,38,-62v0,-47,-48,-83,-96,-83v-54,0,-99,49,-99,100v0,86,108,129,180,76r32,0v-27,38,-66,57,-119,57v-72,0,-134,-62,-134,-134v0,-71,62,-133,134,-133v69,0,134,44,134,109v0,52,-44,101,-91,103v-15,1,-20,-8,-24,-19v-34,40,-96,11,-96,-42","w":288},"A":{"d":"0,0r68,-257r64,0r68,257r-54,0r-12,-54r-68,0r-12,54r-54,0xm75,-97r50,0r-25,-115","w":200,"k":{"\u2019":20,"\u201d":20,"y":6,"w":6,"v":6,"Y":20,"W":4,"V":4,"T":20}},"B":{"d":"186,-75v0,49,-31,75,-81,75r-87,0r0,-257v74,0,160,-12,160,65v0,31,-15,48,-39,57v29,4,47,28,47,60xm126,-185v0,-32,-23,-35,-56,-34r0,67v32,2,56,-5,56,-33xm70,-116r0,78v36,3,62,-5,62,-39v0,-35,-26,-42,-62,-39","w":200},"C":{"d":"13,-129v0,-87,12,-133,87,-133v58,0,81,31,80,92r-52,0v-1,-33,-3,-53,-31,-54v-36,7,-33,44,-33,99v0,54,-2,85,34,92v31,-3,30,-26,32,-65r52,0v0,66,-21,103,-82,103v-75,0,-88,-47,-87,-134","w":193,"k":{"A":6}},"D":{"d":"190,-132v-1,86,-13,132,-88,132r-81,0r0,-257r84,0v71,2,85,44,85,125xm139,-131v0,-65,-6,-93,-67,-88r0,181v65,4,67,-23,67,-93","w":206,"k":{"Y":20,"A":12,".":9,",":9}},"E":{"d":"18,-257r144,0r0,42r-92,0r0,61r86,0r0,42r-86,0r0,70r95,0r0,42r-147,0r0,-257","w":173},"F":{"d":"18,0r0,-257r144,0r0,42r-92,0r0,61r86,0r0,42r-86,0r0,112r-52,0","w":166,"k":{"e":7,"a":7,"A":13,".":40,",":40}},"G":{"d":"15,-131v0,-82,15,-131,87,-131v53,0,80,27,80,81r-50,0v1,-21,-10,-45,-29,-43v-34,4,-36,42,-36,90v0,54,0,94,36,101v27,-2,36,-33,32,-67r-34,0r0,-39r84,0r0,139r-38,0v-1,-7,2,-18,-1,-24v-12,19,-30,29,-54,29v-69,0,-77,-52,-77,-136","w":200},"H":{"d":"18,0r0,-257r52,0r0,98r60,0r0,-98r52,0r0,257r-52,0r0,-114r-60,0r0,114r-52,0","w":200},"I":{"d":"72,0r-51,0r0,-257r51,0r0,257","w":92},"J":{"d":"76,-33v20,-1,23,-15,23,-40r0,-184r52,0r0,185v-1,54,-23,77,-78,77v-49,1,-71,-31,-68,-86r48,0v0,26,0,48,23,48","w":166},"K":{"d":"18,-257r52,0r1,103r65,-103r56,0r-70,110r78,147r-58,0r-53,-105r-19,29r0,76r-52,0r0,-257","w":193},"L":{"d":"162,0r-144,0r0,-257r52,0r0,215r92,0r0,42","w":166,"k":{"\u2019":33,"\u201d":33,"y":13,"Y":33,"W":27,"V":27,"T":27}},"M":{"d":"19,0r0,-257r77,0r38,181r37,-181r76,0r0,257r-47,0r-1,-205r-46,205r-40,0r-46,-205r0,205r-48,0","w":266},"N":{"d":"18,-257r60,0r63,176r0,-176r48,0r0,257r-59,0r-64,-180r0,180r-48,0r0,-257","w":206},"O":{"d":"100,5v-75,0,-88,-47,-87,-134v0,-87,12,-133,87,-133v75,0,88,47,88,133v0,87,-12,134,-88,134xm100,-224v-39,6,-36,39,-36,95v0,57,-4,90,36,96v40,-6,36,-39,36,-96v0,-56,3,-89,-36,-95","w":200,"k":{"Y":9,"T":9,"A":9,".":9,",":9}},"P":{"d":"179,-180v0,62,-44,82,-109,77r0,103r-52,0r0,-257r91,0v45,0,70,30,70,77xm70,-219r0,78v34,2,57,-2,57,-38v0,-35,-22,-43,-57,-40","w":186,"k":{"o":9,"e":9,"a":9,"A":19,".":54,",":54}},"Q":{"d":"100,-262v75,0,88,47,88,133v0,50,-7,86,-20,105r27,28r-30,28r-31,-32v-87,20,-121,-27,-121,-129v0,-87,12,-133,87,-133xm100,-224v-39,6,-36,39,-36,95v0,57,-4,90,36,96v40,-6,36,-39,36,-96v0,-56,3,-89,-36,-95","w":200},"R":{"d":"70,-219r0,74v35,2,60,-3,60,-38v0,-34,-26,-38,-60,-36xm181,-48v0,27,2,36,11,48r-56,0v-18,-28,12,-111,-38,-109r-28,0r0,109r-52,0r0,-257v76,1,164,-15,164,66v0,36,-14,58,-43,64v40,7,42,27,42,79","w":200,"k":{"Y":6,"W":-4,"U":-4,"T":6}},"S":{"d":"91,-262v51,0,83,24,80,76r-50,0v0,-25,-9,-38,-28,-38v-29,0,-36,30,-25,50v34,34,111,29,111,100v0,53,-29,79,-89,79v-58,0,-85,-28,-82,-85r52,0v-1,30,6,47,34,47v31,0,41,-42,21,-58v-33,-27,-103,-29,-103,-95v0,-49,29,-76,79,-76","w":186},"T":{"d":"4,-257r164,0r0,42r-56,0r0,215r-52,0r0,-215r-56,0r0,-42","k":{"y":20,"w":27,"u":27,"r":27,"o":27,"i":6,"e":27,"a":27,"A":20,";":27,":":27,".":33,",":33}},"U":{"d":"15,-257r52,0r0,179v0,30,10,45,30,45v20,0,30,-15,30,-45r0,-179r52,0r0,179v0,55,-27,83,-82,83v-55,0,-82,-28,-82,-83r0,-179","w":193},"V":{"d":"1,-257r56,0r37,190r38,-190r54,0r-59,257r-67,0","w":186,"k":{"u":11,"o":9,"i":9,"e":9,"a":6,"A":13,";":6,":":6,".":26,",":33}},"W":{"d":"50,0r-47,-257r50,0r29,190r30,-190r50,0r31,190r28,-190r50,0r-47,257r-58,0r-30,-186r-28,186r-58,0","w":273,"k":{"o":6,"e":6,"a":6,"A":6,".":27,",":27}},"X":{"d":"66,-130r-59,-127r57,0r34,83r32,-83r57,0r-60,127r64,130r-58,0r-37,-87r-37,87r-57,0","w":193},"Y":{"d":"1,-257r58,0r35,99r36,-99r56,0r-66,156r0,101r-52,0r0,-101","w":187,"k":{"u":22,"o":29,"i":9,"e":29,"a":29,"S":6,"O":7,"A":20,";":13,":":13,".":40,",":40}},"Z":{"d":"9,0r0,-38r94,-177r-88,0r0,-42r148,0r0,39r-96,176r98,0r0,42r-156,0","w":173},"[":{"d":"29,66r0,-323r82,0r0,36r-38,0r0,251r38,0r0,36r-82,0","w":113},"\\":{"d":"80,5r-81,-267r40,0r82,267r-41,0","w":119},"]":{"d":"2,66r0,-36r38,0r0,-251r-38,0r0,-36r83,0r0,323r-83,0","w":113},"^":{"d":"65,-111r-45,0r68,-139r40,0r68,139r-45,0r-43,-89","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"`":{"d":"63,-216r-33,0r-36,-52r50,0","w":79},"a":{"d":"107,-20v-22,42,-97,29,-97,-30v0,-52,36,-60,77,-68v27,-5,26,-47,-3,-47v-17,0,-24,11,-23,31r-45,0v-2,-44,21,-65,68,-65v47,0,69,13,70,60v1,46,-6,105,7,139r-48,0v-2,-4,-4,-10,-6,-20xm76,-29v32,1,33,-34,31,-68v-16,13,-49,12,-49,41v0,18,6,27,18,27","w":173,"k":{"w":-4}},"b":{"d":"93,-161v-26,4,-27,27,-27,64v0,38,0,60,27,64v26,-3,24,-27,25,-64v0,-38,0,-60,-25,-64xm168,-97v0,61,-10,99,-59,102v-20,1,-33,-11,-45,-26r0,21r-47,0r0,-257r49,0v1,26,-2,57,1,81v10,-15,24,-23,42,-23v49,3,59,42,59,102","w":180},"c":{"d":"9,-97v-1,-65,20,-101,79,-102v46,-1,70,29,69,75r-47,0v0,-26,-8,-39,-23,-39v-30,0,-28,28,-28,67v0,40,-2,67,27,67v16,0,24,-15,24,-45r47,0v0,53,-24,79,-73,79v-60,0,-74,-36,-75,-102","w":166,"k":{"y":4,"l":7}},"d":{"d":"87,-161v-25,5,-25,28,-25,64v0,37,0,60,25,64v27,-3,27,-27,27,-64v0,-38,-1,-60,-27,-64xm12,-97v0,-61,10,-99,59,-102v19,-1,31,10,43,23r0,-81r49,0r0,257r-47,0v-1,-6,2,-16,-1,-21v-10,17,-25,26,-44,26v-49,0,-59,-42,-59,-102","w":180},"e":{"d":"86,-199v61,0,73,42,71,110r-98,0v-2,30,4,60,25,60v15,0,23,-12,26,-36r44,0v-2,47,-25,70,-70,70v-60,0,-75,-36,-75,-104v0,-64,19,-100,77,-100xm110,-119v-2,-27,-3,-44,-25,-46v-19,-1,-27,18,-26,46r51,0","w":166,"k":{"x":4}},"f":{"d":"27,0r0,-160r-25,0r0,-34r25,0v-8,-55,23,-75,79,-67r0,35v-24,-3,-33,7,-29,32r29,0r0,34r-29,0r0,160r-50,0","w":106,"k":{"\u2019":-6,"\u201d":-6,"a":7}},"g":{"d":"13,-100v0,-57,13,-97,60,-99v19,-1,31,11,41,27r0,-22r48,0r0,184v0,54,-25,76,-81,76v-40,1,-65,-15,-66,-52r48,0v-1,12,12,21,24,21v27,0,31,-34,26,-61v-11,16,-24,24,-41,24v-49,0,-59,-38,-59,-98xm88,-161v-29,5,-26,28,-26,70v0,34,8,51,25,51v18,0,27,-19,27,-56v-1,-38,1,-61,-26,-65","w":180,"k":{"y":-4}},"h":{"d":"17,0r0,-257r49,0r1,83v21,-41,96,-33,96,30r0,144r-49,0r0,-134v0,-18,-7,-27,-21,-27v-18,0,-27,11,-27,32r0,129r-49,0","w":180},"i":{"d":"18,0r0,-194r50,0r0,194r-50,0xm18,-217r0,-43r50,0r0,43r-50,0","w":86},"j":{"d":"-9,27v23,1,27,-5,27,-31r0,-190r50,0r0,207v3,46,-30,52,-77,50r0,-36xm18,-217r0,-43r50,0r0,43r-50,0","w":86},"k":{"d":"18,-257r50,0r1,136r50,-73r55,0r-56,77r64,117r-55,0r-41,-80r-18,23r0,57r-50,0r0,-257","w":180},"l":{"d":"18,0r0,-257r50,0r0,257r-50,0","w":86},"m":{"d":"17,0r0,-194r47,0v1,6,-2,16,1,20v20,-35,83,-34,94,6v8,-21,24,-31,49,-31v77,0,40,128,48,199r-49,0r0,-135v0,-17,-7,-26,-20,-26v-17,0,-26,12,-26,34r0,127r-49,0r0,-135v0,-17,-7,-26,-20,-26v-17,0,-26,12,-26,34r0,127r-49,0","w":272},"n":{"d":"17,0r0,-194r47,0v1,7,-2,18,1,23v20,-43,98,-38,98,27r0,144r-49,0r0,-134v0,-18,-7,-27,-21,-27v-18,0,-27,11,-27,32r0,129r-49,0","w":180,"k":{"y":-4}},"o":{"d":"86,5v-61,0,-76,-34,-76,-102v0,-64,17,-102,76,-102v61,0,77,34,77,102v-1,65,-17,102,-77,102xm86,-165v-27,3,-26,30,-26,68v0,38,-1,64,26,68v28,-3,27,-31,27,-68v0,-38,0,-63,-27,-68","k":{"v":-4}},"p":{"d":"93,-161v-26,4,-27,27,-27,64v0,38,0,60,27,64v26,-3,24,-27,25,-64v0,-38,0,-60,-25,-64xm168,-97v0,61,-10,99,-59,102v-19,1,-31,-10,-43,-23r0,81r-49,0r0,-257r47,0v1,6,-2,16,1,21v10,-17,25,-26,44,-26v49,0,59,42,59,102","w":180,"k":{".":6,",":6}},"q":{"d":"87,-33v27,-3,27,-27,27,-64v0,-38,-1,-60,-27,-64v-25,5,-25,28,-25,64v0,37,0,60,25,64xm12,-97v0,-61,10,-99,59,-102v20,-1,33,11,45,26r0,-21r47,0r0,257r-49,0v-1,-26,2,-57,-1,-81v-10,15,-24,23,-42,23v-49,-3,-59,-42,-59,-102","w":180},"r":{"d":"118,-150v-31,-5,-52,6,-52,34r0,116r-49,0r0,-194r47,0v1,8,-2,20,1,26v13,-24,27,-34,53,-30r0,48","w":119,"k":{"y":-6,"v":-6,"q":6,".":27,",":27}},"s":{"d":"80,5v-50,0,-74,-18,-72,-68r45,0v-1,22,7,34,26,34v31,0,33,-38,7,-45v-35,-9,-78,-25,-76,-66v2,-40,29,-59,71,-59v47,0,68,20,66,63r-44,0v5,-37,-45,-36,-46,-8v13,43,100,22,95,88v-3,41,-31,60,-72,61","w":159},"t":{"d":"106,0v-50,5,-79,6,-79,-49r0,-111r-25,0r0,-34r25,0r0,-55r50,0r0,55r29,0r0,34r-29,0r0,105v-2,21,11,23,29,20r0,35","w":106},"u":{"d":"116,0v-1,-7,2,-18,-1,-23v-20,43,-98,38,-98,-27r0,-144r49,0r0,134v0,18,7,27,21,27v18,0,27,-11,27,-32r0,-129r49,0r0,194r-47,0","w":180},"v":{"d":"81,-55v12,-44,17,-94,27,-139r50,0r-49,194r-57,0r-50,-194r52,0","w":159,"k":{"a":6,".":20,",":20}},"w":{"d":"45,0r-42,-194r49,0r24,138r24,-138r54,0r26,138r23,-138r48,0r-42,194r-56,0r-27,-138r-24,138r-57,0","w":253,"k":{".":13,",":13}},"x":{"d":"83,-135r27,-59r52,0r-51,94r53,100r-52,0r-29,-63r-29,63r-51,0r52,-100r-50,-94r52,0","w":166},"y":{"d":"17,63r0,-37v22,4,38,-3,39,-26r-54,-194r52,0r29,134r25,-134r50,0v-23,75,-37,188,-73,244v-9,14,-41,14,-68,13","w":159,"k":{"a":6,".":20,",":20}},"z":{"d":"9,0r0,-38r77,-115r-74,0r0,-41r133,0r0,38r-78,116r78,0r0,40r-136,0","w":153},"{":{"d":"72,66v-72,2,-6,-140,-61,-147r0,-29v56,-7,-11,-149,61,-147r32,0r0,36v-56,-6,5,113,-51,126v34,5,25,59,26,99v1,23,6,28,25,26r0,36r-32,0","w":113},"|":{"d":"18,5r0,-267r44,0r0,267r-44,0","w":79},"}":{"d":"103,-81v-56,6,12,150,-62,147r-32,0r0,-36v56,6,-5,-113,51,-126v-34,-5,-25,-59,-26,-99v-1,-23,-6,-28,-25,-26r0,-36v43,-3,70,1,70,48v0,38,-12,96,24,99r0,29","w":113},"~":{"d":"146,-101v12,0,29,-15,32,-25r13,39v-23,57,-85,13,-121,6v-11,-2,-29,15,-32,24r-13,-38v11,-21,26,-31,44,-31v23,0,62,25,77,25","w":216},"\u20ac":{"d":"86,-93v-4,67,39,76,78,37r0,45v-64,38,-132,9,-130,-82r-25,0r11,-28r13,0r1,-18r-25,0r11,-28r15,0v-1,-84,80,-111,137,-71r-16,36v-31,-34,-76,-15,-70,35r61,0r-11,28r-51,0r0,18r47,0r-10,28r-36,0"},"\u201a":{"d":"23,-56r48,0v0,55,5,113,-48,115r0,-25v14,-2,20,-15,19,-34r-19,0r0,-56","w":93},"\u0192":{"d":"23,-125r6,-29r38,0v11,-53,14,-106,77,-103v10,0,19,0,27,1r-7,34v-43,-10,-41,34,-50,68r40,0r-6,29r-40,0v-24,78,1,210,-121,186r8,-33v28,6,38,-6,43,-34r23,-119r-38,0"},"\u201e":{"d":"95,0r0,-56r47,0v0,55,7,113,-47,115r0,-25v14,-2,19,-15,18,-34r-18,0xm24,0r0,-56r48,0v0,55,7,113,-48,115r0,-25v14,-2,20,-15,19,-34r-19,0","w":166},"\u2026":{"d":"36,-56r48,0r0,56r-48,0r0,-56xm156,-56r48,0r0,56r-48,0r0,-56xm276,-56r48,0r0,56r-48,0r0,-56","w":360},"\u2020":{"d":"62,-186r0,-71r49,0r0,71r61,0r0,41r-61,0r0,195r-49,0r0,-195r-61,0r0,-41r61,0"},"\u2021":{"d":"62,50r0,-69r-61,0r0,-40r61,0r0,-89r-61,0r0,-41r61,0r0,-68r49,0r0,68r61,0r0,41r-61,0r0,89r61,0r0,40r-61,0r0,69r-49,0"},"\u02c6":{"d":"-14,-216r28,-52r52,0r28,52r-38,0r-17,-31r-17,31r-36,0","w":79},"\u2030":{"d":"330,-105v-18,1,-16,16,-16,40v0,26,-2,40,16,43v17,-3,16,-18,16,-43v0,-23,1,-38,-16,-40xm330,5v-44,0,-54,-20,-54,-69v0,-49,9,-68,54,-68v45,0,54,19,54,68v0,49,-10,69,-54,69xm64,-117v-44,0,-54,-20,-54,-69v0,-49,10,-69,54,-69v44,0,54,20,54,69v0,49,-10,69,-54,69xm64,-228v-17,2,-16,16,-16,40v0,26,-2,40,16,43v17,-3,16,-18,16,-43v0,-23,0,-37,-16,-40xm208,5v-44,0,-54,-21,-54,-69v0,-48,9,-68,54,-68v45,0,54,19,54,68v0,49,-10,69,-54,69xm208,-105v-25,0,-23,83,0,83v17,-3,16,-18,16,-43v0,-23,1,-40,-16,-40xm46,11r146,-272r32,0r-146,272r-32,0","w":393},"\u0160":{"d":"91,-262v51,0,83,24,80,76r-50,0v0,-25,-9,-38,-28,-38v-29,0,-36,30,-25,50v34,34,111,29,111,100v0,53,-29,79,-89,79v-58,0,-85,-28,-82,-85r52,0v-1,30,6,47,34,47v31,0,41,-42,21,-58v-33,-27,-103,-29,-103,-95v0,-49,29,-76,79,-76xm68,-272r-28,-52r38,0r17,30r17,-30r36,0r-28,52r-52,0","w":186},"\u2039":{"d":"17,-75r0,-58r53,-43r0,47r-28,25r28,25r0,47","w":86},"\u0152":{"d":"13,-131v0,-77,13,-129,77,-131v25,-1,39,8,48,19r0,-14r131,0r0,42r-87,0r0,61r82,0r0,42r-82,0r0,70r90,0r0,42r-134,0v-1,-5,2,-12,-1,-15v-4,12,-27,21,-44,20v-70,-3,-80,-51,-80,-136xm100,-224v-39,6,-36,39,-36,95v0,57,-4,90,36,96v40,-7,32,-35,32,-96v0,-61,8,-87,-32,-95","w":280},"\u2018":{"d":"23,-141v0,0,-7,-114,48,-116r0,25v-13,2,-20,15,-19,34r19,0r0,57r-48,0","w":93,"k":{"\u2018":23,"A":13}},"\u2019":{"d":"71,-257v0,56,5,114,-48,116r0,-26v14,-2,20,-15,19,-34r-19,0r0,-56r48,0","w":93,"k":{"\u2019":23,"s":13,"d":9}},"\u201c":{"d":"95,-141v0,-55,-7,-114,47,-116r0,25v-13,2,-20,15,-19,34r19,0r0,57r-47,0xm24,-141v0,-56,-6,-114,48,-116r0,25v-13,2,-20,15,-19,34r19,0r0,57r-48,0","w":166,"k":{"A":13}},"\u201d":{"d":"24,-201r0,-56r48,0v0,55,6,114,-48,116r0,-26v14,-2,20,-15,19,-34r-19,0xm95,-201r0,-56r47,0v0,55,6,114,-47,116r0,-26v14,-2,19,-15,18,-34r-18,0","w":166,"k":{" ":13}},"\u2022":{"d":"90,-64v-34,0,-64,-31,-64,-65v0,-35,30,-64,64,-64v35,0,64,29,64,64v0,34,-29,65,-64,65","w":180},"\u2013":{"d":"0,-84r0,-40r180,0r0,40r-180,0","w":180},"\u2014":{"d":"0,-84r0,-40r360,0r0,40r-360,0","w":360},"\u02dc":{"d":"63,-220v-17,2,-50,-31,-54,0r-26,0v5,-55,42,-47,77,-32v6,1,11,-7,11,-13r25,0v-1,23,-12,43,-33,45","w":79},"\u2122":{"d":"303,-108r-1,-102r-34,102r-36,0r-35,-102r0,102r-38,0r0,-149r61,0r31,90r29,-90r61,0r0,149r-38,0xm51,-108r0,-115r-40,0r0,-34r121,0r0,34r-40,0r0,115r-41,0","w":356},"\u0161":{"d":"80,5v-50,0,-74,-18,-72,-68r45,0v-1,22,7,34,26,34v31,0,33,-38,7,-45v-35,-9,-78,-25,-76,-66v2,-40,29,-59,71,-59v47,0,68,20,66,63r-44,0v5,-37,-45,-36,-46,-8v13,43,100,22,95,88v-3,41,-31,60,-72,61xm54,-216r-28,-52r38,0r17,30r17,-30r36,0r-28,52r-52,0","w":159},"\u203a":{"d":"17,-32r0,-47r28,-25r-28,-25r0,-47r53,43r0,58","w":86},"\u0153":{"d":"185,-199v61,0,73,42,71,110r-98,0v-2,30,4,60,25,60v15,0,23,-12,26,-36r44,0v-2,47,-24,70,-67,70v-26,0,-43,-9,-50,-28v-6,18,-30,28,-54,28v-58,0,-72,-38,-72,-102v0,-65,17,-101,77,-102v25,0,41,9,51,27v10,-18,25,-27,47,-27xm87,-165v-39,-5,-28,88,-23,117v2,13,11,19,23,19v28,0,26,-30,26,-68v0,-37,1,-65,-26,-68xm209,-119v-2,-27,-3,-44,-25,-46v-19,-1,-27,18,-26,46r51,0","w":266},"\u0178":{"d":"1,-257r58,0r35,99r36,-99r56,0r-66,156r0,101r-52,0r0,-101xm43,-276r0,-42r40,0r0,42r-40,0xm105,-276r0,-42r40,0r0,42r-40,0","w":187},"\u00a0":{"w":86},"\u00a1":{"d":"28,63v-1,-65,2,-126,7,-185r36,0r7,102r0,83r-50,0xm28,-146r0,-48r50,0r0,48r-50,0","w":106},"\u00a2":{"d":"80,-163v-26,5,-19,79,-16,107v1,14,8,23,16,25r0,-132xm12,-95v-1,-63,15,-99,68,-104r0,-27r19,0r0,27v41,3,62,28,62,74r-48,0v0,-21,-4,-34,-14,-38r0,132v10,-6,14,-20,14,-44r48,0v0,49,-20,75,-62,80r0,32r-19,0r0,-32v-54,-4,-67,-38,-68,-100"},"\u00a3":{"d":"171,-12v-47,42,-104,-16,-154,14r-15,-31v32,-23,50,-46,38,-81r-37,0r0,-30r24,0v-37,-57,-8,-115,61,-115v51,0,78,25,79,75r-48,0v8,-50,-58,-54,-58,-13v-1,15,12,39,19,53r60,0r0,30r-50,0v7,31,-11,49,-30,71v35,-10,61,26,95,-7"},"\u00a4":{"d":"22,-39r-22,-22r18,-18v-18,-27,-19,-65,0,-92r-18,-18r22,-22r18,18v27,-18,65,-19,92,0r19,-18r22,22r-18,18v18,27,19,65,0,92r18,18r-22,22r-19,-18v-27,20,-65,20,-92,0xm86,-171v-27,0,-44,18,-44,46v0,28,18,47,44,47v27,0,45,-19,45,-47v0,-28,-18,-46,-45,-46"},"\u00a5":{"d":"64,0r0,-57r-51,0r0,-30r51,0v1,-10,0,-18,-4,-24r-47,0r0,-29r33,0r-52,-110r54,0r39,97r40,-97r52,0r-52,110r33,0r0,29r-47,0v-4,6,-5,14,-4,24r51,0r0,30r-51,0r0,57r-45,0"},"\u00a6":{"d":"18,5r0,-98r44,0r0,98r-44,0xm18,-165r0,-97r44,0r0,97r-44,0","w":79},"\u00a7":{"d":"86,55v-46,-4,-73,-22,-72,-68r47,0v-2,20,9,33,25,34v33,0,30,-46,1,-54v-32,-17,-82,-32,-82,-77v0,-23,10,-41,32,-52v-47,-35,-12,-100,52,-100v46,0,69,19,69,58r-48,0v0,-16,-8,-24,-25,-24v-30,0,-27,34,1,45v35,14,82,32,82,79v0,21,-13,44,-28,51v41,37,18,114,-54,108xm47,-117v0,28,45,31,62,48v46,-34,-16,-64,-42,-75v-13,8,-20,17,-20,27","w":173},"\u00a8":{"d":"-11,-220r0,-42r40,0r0,42r-40,0xm51,-220r0,-42r40,0r0,42r-40,0","w":79},"\u00a9":{"d":"109,-130v-8,45,60,68,69,23r36,0v-4,31,-31,56,-65,56v-43,1,-74,-35,-74,-79v0,-84,126,-110,138,-23r-35,0v-16,-46,-74,-20,-69,23xm144,-224v-51,0,-93,45,-93,95v0,50,42,96,93,96v51,0,93,-46,93,-96v0,-50,-42,-95,-93,-95xm144,5v-72,0,-134,-62,-134,-134v0,-71,62,-133,134,-133v72,0,134,62,134,133v0,72,-62,134,-134,134","w":288},"\u00aa":{"d":"57,-255v71,-7,38,68,52,120v-16,-3,-40,10,-40,-12v-14,24,-71,19,-65,-18v-2,-33,25,-36,53,-41v17,-2,16,-27,-1,-26v-11,0,-16,6,-15,17r-33,0v-1,-28,15,-37,49,-40xm51,-155v19,2,19,-18,18,-38v-10,7,-29,7,-29,23v0,10,3,15,11,15","w":113},"\u00ab":{"d":"81,-75r0,-58r54,-43r0,47r-29,25r29,25r0,47xm19,-75r0,-58r53,-43r0,47r-28,25r28,25r0,47","w":153},"\u00ac":{"d":"154,-35r0,-73r-137,0r0,-45r182,0r0,118r-45,0","w":216},"\u00ad":{"d":"17,-69r0,-44r182,0r0,44r-182,0","w":216},"\u00ae":{"d":"148,-201v66,-10,72,80,20,85r35,59r-34,0r-34,-57r-12,0r0,57r-31,0r0,-144r56,0xm123,-175r0,35v21,0,51,3,49,-18v2,-19,-28,-18,-49,-17xm144,5v-72,0,-134,-62,-134,-134v0,-71,62,-133,134,-133v72,0,134,62,134,133v0,72,-62,134,-134,134xm144,-224v-51,0,-93,45,-93,95v0,50,42,96,93,96v51,0,93,-46,93,-96v0,-50,-42,-95,-93,-95","w":288},"\u00af":{"d":"-13,-257r106,0r0,27r-106,0r0,-27","w":79},"\u00b0":{"d":"72,-148v-29,0,-53,-24,-53,-54v0,-30,24,-53,53,-53v29,0,53,23,53,53v0,30,-24,54,-53,54xm72,-228v-13,0,-26,13,-26,26v0,14,12,26,26,26v14,0,26,-12,26,-26v0,-13,-13,-26,-26,-26","w":144},"\u00b1":{"d":"86,-143r0,-39r44,0r0,39r69,0r0,44r-69,0r0,39r-44,0r0,-39r-69,0r0,-44r69,0xm17,0r0,-45r182,0r0,45r-182,0","w":216},"\u00b2":{"d":"36,-168v18,-7,58,-47,21,-60v-12,0,-19,9,-19,27r-38,0v-3,-38,16,-51,58,-54v63,-4,67,60,31,86v-13,9,-37,25,-40,39r63,0r0,29r-112,0v0,-28,12,-49,36,-67","w":112},"\u00b3":{"d":"55,-228v-11,0,-16,8,-16,22r-36,0v0,-33,17,-49,52,-49v59,0,70,62,28,74v20,3,29,15,29,36v0,31,-20,47,-61,47v-35,0,-52,-17,-51,-52r38,0v-3,29,34,33,34,5v0,-19,-13,-23,-32,-22r0,-26v30,9,41,-35,15,-35","w":112},"\u00b4":{"d":"17,-216r19,-52r50,0r-36,52r-33,0","w":79},"\u00b5":{"d":"114,-65r0,-129r49,0r0,194r-47,0v-1,-7,2,-18,-1,-23v-12,21,-28,34,-49,25r0,61r-49,0r0,-257r49,0r0,134v0,18,7,27,21,27v18,0,27,-11,27,-32","w":180},"\u00b6":{"d":"0,-188v0,-87,90,-67,168,-69r0,307r-38,0r0,-273r-26,0r0,273r-38,0r0,-171v-43,0,-66,-22,-66,-67"},"\u00b7":{"d":"43,-67v-19,0,-35,-17,-35,-35v0,-18,16,-34,35,-34v19,0,35,15,35,34v0,19,-16,35,-35,35","w":86},"\u2219":{"d":"43,-67v-19,0,-35,-17,-35,-35v0,-18,16,-34,35,-34v19,0,35,15,35,34v0,19,-16,35,-35,35","w":86},"\u00b8":{"d":"7,57v11,8,41,9,43,-7v2,-20,-30,-4,-36,-17r19,-33r20,0r-14,22v21,-7,41,5,42,25v2,37,-56,40,-81,27","w":79},"\u00b9":{"d":"41,-101r0,-104r-32,0r0,-25v24,1,39,-8,42,-25r31,0r0,154r-41,0","w":112},"\u00ba":{"d":"57,-132v-41,0,-52,-18,-53,-61v0,-41,13,-62,53,-62v41,1,52,19,52,62v0,42,-13,61,-52,61xm57,-232v-17,0,-17,17,-17,39v0,22,0,38,17,38v11,0,16,-13,16,-38v0,-26,-5,-39,-16,-39","w":113},"\u00bb":{"d":"19,-32r0,-47r28,-25r-28,-25r0,-47r53,43r0,58xm81,-32r0,-47r28,-25r-28,-25r0,-47r54,43r0,58","w":153},"\u00bc":{"d":"206,-57v-1,-17,2,-37,-1,-52r-31,52r32,0xm144,-28r0,-32r55,-94r45,0r0,97r16,0r0,29r-16,0r0,28r-38,0r0,-28r-62,0xm35,11r146,-272r32,0r-146,272r-32,0xm33,-101r0,-104r-33,0r0,-25v24,1,39,-8,42,-25r31,0r0,154r-40,0","w":259},"\u00bd":{"d":"26,11r146,-272r32,0r-146,272r-32,0xm33,-101r0,-104r-33,0r0,-25v24,1,39,-8,42,-25r31,0r0,154r-40,0xm184,-68v17,-7,56,-46,20,-59v-12,0,-19,9,-19,27r-38,0v-3,-38,16,-51,58,-54v64,-4,69,61,31,86v-13,9,-37,24,-40,38r64,0r0,30r-113,0v0,-28,13,-50,37,-68","w":259},"\u00be":{"d":"144,-28r0,-32r55,-94r45,0r0,97r16,0r0,29r-16,0r0,28r-38,0r0,-28r-62,0xm174,-57r32,0v-1,-17,2,-37,-1,-52xm49,11r146,-272r32,0r-146,272r-32,0xm55,-228v-11,0,-16,8,-16,22r-36,0v0,-33,17,-49,52,-49v59,0,70,62,28,74v20,3,29,15,29,36v0,31,-20,47,-61,47v-35,0,-52,-17,-51,-52r38,0v-3,29,34,33,34,5v0,-19,-13,-23,-32,-22r0,-26v30,9,41,-35,15,-35","w":259},"\u00bf":{"d":"89,66v-74,0,-96,-77,-53,-125v16,-17,35,-29,32,-63r44,0v4,39,-15,65,-36,86v-17,17,-21,68,11,68v20,0,28,-20,26,-48r47,0v3,51,-24,82,-71,82xm115,-146r-50,0r0,-48r50,0r0,48","w":173},"\u00c0":{"d":"0,0r68,-257r64,0r68,257r-54,0r-12,-54r-68,0r-12,54r-54,0xm75,-97r50,0r-25,-115xm123,-272r-33,0r-36,-52r50,0","w":200},"\u00c1":{"d":"0,0r68,-257r64,0r68,257r-54,0r-12,-54r-68,0r-12,54r-54,0xm75,-97r50,0r-25,-115xm77,-272r19,-52r50,0r-36,52r-33,0","w":200},"\u00c2":{"d":"0,0r68,-257r64,0r68,257r-54,0r-12,-54r-68,0r-12,54r-54,0xm75,-97r50,0r-25,-115xm46,-272r28,-52r52,0r28,52r-38,0r-17,-31r-17,31r-36,0","w":200},"\u00c3":{"d":"0,0r68,-257r64,0r68,257r-54,0r-12,-54r-68,0r-12,54r-54,0xm75,-97r50,0r-25,-115xm123,-276v-17,2,-50,-31,-54,0r-26,0v5,-55,42,-47,77,-32v6,1,11,-7,11,-13r25,0v-1,23,-12,43,-33,45","w":200},"\u00c4":{"d":"0,0r68,-257r64,0r68,257r-54,0r-12,-54r-68,0r-12,54r-54,0xm75,-97r50,0r-25,-115xm49,-276r0,-42r40,0r0,42r-40,0xm111,-276r0,-42r40,0r0,42r-40,0","w":200},"\u00c5":{"d":"0,0r68,-257r64,0r68,257r-54,0r-12,-54r-68,0r-12,54r-54,0xm75,-97r50,0r-25,-115xm100,-264v-22,0,-41,-19,-41,-41v0,-22,19,-41,41,-41v22,0,41,19,41,41v0,22,-19,41,-41,41xm100,-326v-12,0,-21,9,-21,21v0,12,10,21,21,21v11,0,21,-9,21,-21v0,-12,-9,-21,-21,-21","w":200},"\u00c6":{"d":"-2,0r97,-257r167,0r0,42r-85,0r0,61r79,0r0,42r-79,0r0,70r88,0r0,42r-138,0r0,-54r-57,0r-18,54r-54,0xm84,-97r43,0r0,-120r-3,0","w":273},"\u00c7":{"d":"70,57v11,8,42,10,43,-7v1,-20,-30,-4,-36,-17r17,-28v-69,-6,-82,-49,-81,-134v0,-87,12,-133,87,-133v58,0,81,31,80,92r-52,0v-1,-33,-3,-53,-31,-54v-36,7,-33,44,-33,99v0,54,-2,85,34,92v31,-3,30,-26,32,-65r52,0v1,62,-19,96,-69,103r-10,17v21,-7,41,6,42,25v3,37,-57,40,-82,27","w":193},"\u00c8":{"d":"18,-257r144,0r0,42r-92,0r0,61r86,0r0,42r-86,0r0,70r95,0r0,42r-147,0r0,-257xm114,-272r-33,0r-36,-52r50,0","w":173},"\u00c9":{"d":"18,-257r144,0r0,42r-92,0r0,61r86,0r0,42r-86,0r0,70r95,0r0,42r-147,0r0,-257xm68,-272r19,-52r50,0r-36,52r-33,0","w":173},"\u00ca":{"d":"18,-257r144,0r0,42r-92,0r0,61r86,0r0,42r-86,0r0,70r95,0r0,42r-147,0r0,-257xm37,-272r28,-52r52,0r28,52r-38,0r-17,-31r-17,31r-36,0","w":173},"\u00cb":{"d":"18,-257r144,0r0,42r-92,0r0,61r86,0r0,42r-86,0r0,70r95,0r0,42r-147,0r0,-257xm40,-276r0,-42r40,0r0,42r-40,0xm102,-276r0,-42r40,0r0,42r-40,0","w":173},"\u00cc":{"d":"72,0r-51,0r0,-257r51,0r0,257xm69,-272r-33,0r-36,-52r50,0","w":92},"\u00cd":{"d":"72,0r-51,0r0,-257r51,0r0,257xm23,-272r19,-52r50,0r-36,52r-33,0","w":92},"\u00ce":{"d":"72,0r-51,0r0,-257r51,0r0,257xm-8,-272r28,-52r52,0r28,52r-38,0r-17,-31r-17,31r-36,0","w":92},"\u00cf":{"d":"72,0r-51,0r0,-257r51,0r0,257xm-5,-276r0,-42r40,0r0,42r-40,0xm57,-276r0,-42r40,0r0,42r-40,0","w":92},"\u00d0":{"d":"190,-132v-1,86,-13,132,-88,132r-81,0r0,-113r-21,0r0,-39r21,0r0,-105r84,0v71,2,85,44,85,125xm139,-131v0,-65,-6,-93,-67,-88r0,67r34,0r0,39r-34,0r0,75v65,4,67,-23,67,-93","w":206},"\u00d1":{"d":"18,-257r60,0r63,176r0,-176r48,0r0,257r-59,0r-64,-180r0,180r-48,0r0,-257xm126,-276v-17,2,-50,-31,-54,0r-26,0v5,-55,42,-47,77,-32v6,1,11,-7,11,-13r25,0v-1,23,-12,43,-33,45","w":206},"\u00d2":{"d":"100,5v-75,0,-88,-47,-87,-134v0,-87,12,-133,87,-133v75,0,88,47,88,133v0,87,-12,134,-88,134xm100,-224v-39,6,-36,39,-36,95v0,57,-4,90,36,96v40,-6,36,-39,36,-96v0,-56,3,-89,-36,-95xm123,-272r-33,0r-36,-52r50,0","w":200},"\u00d3":{"d":"100,5v-75,0,-88,-47,-87,-134v0,-87,12,-133,87,-133v75,0,88,47,88,133v0,87,-12,134,-88,134xm100,-224v-39,6,-36,39,-36,95v0,57,-4,90,36,96v40,-6,36,-39,36,-96v0,-56,3,-89,-36,-95xm77,-272r19,-52r50,0r-36,52r-33,0","w":200},"\u00d4":{"d":"100,5v-75,0,-88,-47,-87,-134v0,-87,12,-133,87,-133v75,0,88,47,88,133v0,87,-12,134,-88,134xm100,-224v-39,6,-36,39,-36,95v0,57,-4,90,36,96v40,-6,36,-39,36,-96v0,-56,3,-89,-36,-95xm46,-272r28,-52r52,0r28,52r-38,0r-17,-31r-17,31r-36,0","w":200},"\u00d5":{"d":"100,5v-75,0,-88,-47,-87,-134v0,-87,12,-133,87,-133v75,0,88,47,88,133v0,87,-12,134,-88,134xm100,-224v-39,6,-36,39,-36,95v0,57,-4,90,36,96v40,-6,36,-39,36,-96v0,-56,3,-89,-36,-95xm123,-276v-17,2,-50,-31,-54,0r-26,0v5,-55,42,-47,77,-32v6,1,11,-7,11,-13r25,0v-1,23,-12,43,-33,45","w":200},"\u00d6":{"d":"100,5v-75,0,-88,-47,-87,-134v0,-87,12,-133,87,-133v75,0,88,47,88,133v0,87,-12,134,-88,134xm100,-224v-39,6,-36,39,-36,95v0,57,-4,90,36,96v40,-6,36,-39,36,-96v0,-56,3,-89,-36,-95xm49,-276r0,-42r40,0r0,42r-40,0xm111,-276r0,-42r40,0r0,42r-40,0","w":200},"\u00d7":{"d":"21,-35r56,-56r-56,-56r31,-31r56,56r56,-56r31,31r-56,56r56,56r-31,31r-56,-56r-56,56","w":216},"\u00d8":{"d":"100,-224v-51,-2,-33,99,-33,149r58,-136v-5,-9,-13,-13,-25,-13xm100,-33v50,3,35,-99,33,-149r-58,136v5,9,13,13,25,13xm188,-129v0,87,-12,131,-88,134v-18,0,-32,-3,-43,-9r-10,22r-17,-7r11,-25v-24,-24,-28,-61,-28,-115v0,-87,12,-130,87,-133v18,0,32,3,44,9r9,-22r17,7r-11,25v24,23,29,60,29,114","w":200},"\u00d9":{"d":"15,-257r52,0r0,179v0,30,10,45,30,45v20,0,30,-15,30,-45r0,-179r52,0r0,179v0,55,-27,83,-82,83v-55,0,-82,-28,-82,-83r0,-179xm120,-272r-33,0r-36,-52r50,0","w":193},"\u00da":{"d":"15,-257r52,0r0,179v0,30,10,45,30,45v20,0,30,-15,30,-45r0,-179r52,0r0,179v0,55,-27,83,-82,83v-55,0,-82,-28,-82,-83r0,-179xm74,-272r19,-52r50,0r-36,52r-33,0","w":193},"\u00db":{"d":"15,-257r52,0r0,179v0,30,10,45,30,45v20,0,30,-15,30,-45r0,-179r52,0r0,179v0,55,-27,83,-82,83v-55,0,-82,-28,-82,-83r0,-179xm43,-272r28,-52r52,0r28,52r-38,0r-17,-31r-17,31r-36,0","w":193},"\u00dc":{"d":"15,-257r52,0r0,179v0,30,10,45,30,45v20,0,30,-15,30,-45r0,-179r52,0r0,179v0,55,-27,83,-82,83v-55,0,-82,-28,-82,-83r0,-179xm46,-276r0,-42r40,0r0,42r-40,0xm108,-276r0,-42r40,0r0,42r-40,0","w":193},"\u00dd":{"d":"1,-257r58,0r35,99r36,-99r56,0r-66,156r0,101r-52,0r0,-101xm71,-272r19,-52r50,0r-36,52r-33,0","w":187},"\u00de":{"d":"179,-134v0,62,-44,82,-109,77r0,57r-52,0r0,-257r52,0r0,46v67,-7,109,14,109,77xm70,-173r0,78v34,2,57,-2,57,-38v0,-35,-22,-43,-57,-40","w":186},"\u00df":{"d":"82,-33v31,4,39,-17,38,-51v-1,-33,-11,-47,-38,-44r0,-34v22,2,30,-8,30,-34v0,-22,-7,-32,-23,-32v-16,0,-25,13,-25,39r0,189r-49,0r0,-190v0,-51,24,-73,76,-72v43,0,71,20,71,61v1,33,-11,42,-32,54v27,4,40,27,40,69v1,62,-31,87,-88,79r0,-34","w":180},"\u00e0":{"d":"107,-20v-22,42,-97,29,-97,-30v0,-52,36,-60,77,-68v27,-5,26,-47,-3,-47v-17,0,-24,11,-23,31r-45,0v-2,-44,21,-65,68,-65v47,0,69,13,70,60v1,46,-6,105,7,139r-48,0v-2,-4,-4,-10,-6,-20xm76,-29v32,1,33,-34,31,-68v-16,13,-49,12,-49,41v0,18,6,27,18,27xm110,-216r-33,0r-36,-52r50,0","w":173},"\u00e1":{"d":"107,-20v-22,42,-97,29,-97,-30v0,-52,36,-60,77,-68v27,-5,26,-47,-3,-47v-17,0,-24,11,-23,31r-45,0v-2,-44,21,-65,68,-65v47,0,69,13,70,60v1,46,-6,105,7,139r-48,0v-2,-4,-4,-10,-6,-20xm76,-29v32,1,33,-34,31,-68v-16,13,-49,12,-49,41v0,18,6,27,18,27xm64,-216r19,-52r50,0r-36,52r-33,0","w":173},"\u00e2":{"d":"107,-20v-22,42,-97,29,-97,-30v0,-52,36,-60,77,-68v27,-5,26,-47,-3,-47v-17,0,-24,11,-23,31r-45,0v-2,-44,21,-65,68,-65v47,0,69,13,70,60v1,46,-6,105,7,139r-48,0v-2,-4,-4,-10,-6,-20xm76,-29v32,1,33,-34,31,-68v-16,13,-49,12,-49,41v0,18,6,27,18,27xm33,-216r28,-52r52,0r28,52r-38,0r-17,-31r-17,31r-36,0","w":173},"\u00e3":{"d":"107,-20v-22,42,-97,29,-97,-30v0,-52,36,-60,77,-68v27,-5,26,-47,-3,-47v-17,0,-24,11,-23,31r-45,0v-2,-44,21,-65,68,-65v47,0,69,13,70,60v1,46,-6,105,7,139r-48,0v-2,-4,-4,-10,-6,-20xm76,-29v32,1,33,-34,31,-68v-16,13,-49,12,-49,41v0,18,6,27,18,27xm110,-220v-17,2,-50,-31,-54,0r-26,0v5,-55,42,-47,77,-32v6,1,11,-7,11,-13r25,0v-1,23,-12,43,-33,45","w":173},"\u00e4":{"d":"107,-20v-22,42,-97,29,-97,-30v0,-52,36,-60,77,-68v27,-5,26,-47,-3,-47v-17,0,-24,11,-23,31r-45,0v-2,-44,21,-65,68,-65v47,0,69,13,70,60v1,46,-6,105,7,139r-48,0v-2,-4,-4,-10,-6,-20xm76,-29v32,1,33,-34,31,-68v-16,13,-49,12,-49,41v0,18,6,27,18,27xm36,-220r0,-42r40,0r0,42r-40,0xm98,-220r0,-42r40,0r0,42r-40,0","w":173},"\u00e5":{"d":"107,-20v-22,42,-97,29,-97,-30v0,-52,36,-60,77,-68v27,-5,26,-47,-3,-47v-17,0,-24,11,-23,31r-45,0v-2,-44,21,-65,68,-65v47,0,69,13,70,60v1,46,-6,105,7,139r-48,0v-2,-4,-4,-10,-6,-20xm76,-29v32,1,33,-34,31,-68v-16,13,-49,12,-49,41v0,18,6,27,18,27xm87,-210v-22,0,-41,-19,-41,-41v0,-22,19,-41,41,-41v22,0,41,19,41,41v0,22,-19,41,-41,41xm87,-272v-12,0,-21,9,-21,21v0,12,10,21,21,21v11,0,21,-9,21,-21v0,-12,-9,-21,-21,-21","w":173},"\u00e6":{"d":"76,-29v32,1,33,-34,31,-68v-17,13,-50,12,-50,41v0,18,7,27,19,27xm203,-119v-1,-27,-4,-44,-25,-46v-19,-1,-26,19,-25,46r50,0xm57,5v-46,3,-57,-63,-36,-95v16,-24,86,-15,86,-51v0,-16,-8,-24,-23,-24v-17,0,-26,11,-24,31r-44,0v-15,-66,90,-86,118,-42v7,-15,23,-23,46,-23v60,0,72,43,70,110r-97,0v-2,30,4,60,24,60v14,0,23,-12,26,-36r44,0v9,77,-104,93,-128,37v-14,25,-24,30,-62,33","w":259},"\u00e7":{"d":"55,57v11,8,41,9,43,-7v2,-20,-31,-4,-36,-17r16,-28v-56,-3,-68,-39,-69,-102v-1,-65,20,-101,79,-102v46,-1,70,29,69,75r-47,0v0,-26,-8,-39,-23,-39v-30,0,-28,28,-28,67v0,40,-2,67,27,67v16,0,24,-15,24,-45r47,0v0,48,-20,73,-59,78r-11,18v21,-7,41,5,42,25v2,37,-56,40,-81,27","w":166},"\u00e8":{"d":"86,-199v61,0,73,42,71,110r-98,0v-2,30,4,60,25,60v15,0,23,-12,26,-36r44,0v-2,47,-25,70,-70,70v-60,0,-75,-36,-75,-104v0,-64,19,-100,77,-100xm110,-119v-2,-27,-3,-44,-25,-46v-19,-1,-27,18,-26,46r51,0xm107,-216r-33,0r-36,-52r50,0","w":166},"\u00e9":{"d":"86,-199v61,0,73,42,71,110r-98,0v-2,30,4,60,25,60v15,0,23,-12,26,-36r44,0v-2,47,-25,70,-70,70v-60,0,-75,-36,-75,-104v0,-64,19,-100,77,-100xm110,-119v-2,-27,-3,-44,-25,-46v-19,-1,-27,18,-26,46r51,0xm61,-216r19,-52r50,0r-36,52r-33,0","w":166},"\u00ea":{"d":"86,-199v61,0,73,42,71,110r-98,0v-2,30,4,60,25,60v15,0,23,-12,26,-36r44,0v-2,47,-25,70,-70,70v-60,0,-75,-36,-75,-104v0,-64,19,-100,77,-100xm110,-119v-2,-27,-3,-44,-25,-46v-19,-1,-27,18,-26,46r51,0xm30,-216r28,-52r52,0r28,52r-38,0r-17,-31r-17,31r-36,0","w":166},"\u00eb":{"d":"86,-199v61,0,73,42,71,110r-98,0v-2,30,4,60,25,60v15,0,23,-12,26,-36r44,0v-2,47,-25,70,-70,70v-60,0,-75,-36,-75,-104v0,-64,19,-100,77,-100xm110,-119v-2,-27,-3,-44,-25,-46v-19,-1,-27,18,-26,46r51,0xm33,-220r0,-42r40,0r0,42r-40,0xm95,-220r0,-42r40,0r0,42r-40,0","w":166},"\u00ec":{"d":"18,0r0,-194r50,0r0,194r-50,0xm66,-216r-33,0r-36,-52r50,0","w":86},"\u00ed":{"d":"18,0r0,-194r50,0r0,194r-50,0xm20,-216r19,-52r50,0r-36,52r-33,0","w":86},"\u00ee":{"d":"18,0r0,-194r50,0r0,194r-50,0xm-11,-216r28,-52r52,0r28,52r-38,0r-17,-31r-17,31r-36,0","w":86},"\u00ef":{"d":"18,0r0,-194r50,0r0,194r-50,0xm-8,-220r0,-42r40,0r0,42r-40,0xm54,-220r0,-42r40,0r0,42r-40,0","w":86},"\u00f0":{"d":"86,-158v-26,3,-26,28,-26,64v0,38,0,61,26,65v27,-4,27,-28,27,-65v0,-36,0,-60,-27,-64xm86,5v-61,0,-74,-34,-76,-102v-2,-77,40,-111,89,-86v-7,-12,-18,-26,-33,-43r-28,16r-14,-15r27,-16r-24,-23r38,-22v8,7,16,14,24,22r27,-16r15,15r-27,17v38,40,59,81,59,151v0,65,-17,102,-77,102"},"\u00f1":{"d":"17,0r0,-194r47,0v1,7,-2,18,1,23v20,-43,98,-38,98,27r0,144r-49,0r0,-134v0,-18,-7,-27,-21,-27v-18,0,-27,11,-27,32r0,129r-49,0xm113,-220v-17,2,-50,-31,-54,0r-26,0v5,-55,42,-47,77,-32v6,1,11,-7,11,-13r25,0v-1,23,-12,43,-33,45","w":180},"\u00f2":{"d":"86,5v-61,0,-76,-34,-76,-102v0,-64,17,-102,76,-102v61,0,77,34,77,102v-1,65,-17,102,-77,102xm86,-165v-27,3,-26,30,-26,68v0,38,-1,64,26,68v28,-3,27,-31,27,-68v0,-38,0,-63,-27,-68xm109,-216r-33,0r-36,-52r50,0"},"\u00f3":{"d":"86,5v-61,0,-76,-34,-76,-102v0,-64,17,-102,76,-102v61,0,77,34,77,102v-1,65,-17,102,-77,102xm86,-165v-27,3,-26,30,-26,68v0,38,-1,64,26,68v28,-3,27,-31,27,-68v0,-38,0,-63,-27,-68xm63,-216r19,-52r50,0r-36,52r-33,0"},"\u00f4":{"d":"86,5v-61,0,-76,-34,-76,-102v0,-64,17,-102,76,-102v61,0,77,34,77,102v-1,65,-17,102,-77,102xm86,-165v-27,3,-26,30,-26,68v0,38,-1,64,26,68v28,-3,27,-31,27,-68v0,-38,0,-63,-27,-68xm32,-216r28,-52r52,0r28,52r-38,0r-17,-31r-17,31r-36,0"},"\u00f5":{"d":"86,5v-61,0,-76,-34,-76,-102v0,-64,17,-102,76,-102v61,0,77,34,77,102v-1,65,-17,102,-77,102xm86,-165v-27,3,-26,30,-26,68v0,38,-1,64,26,68v28,-3,27,-31,27,-68v0,-38,0,-63,-27,-68xm109,-220v-17,2,-50,-31,-54,0r-26,0v5,-55,42,-47,77,-32v6,1,11,-7,11,-13r25,0v-1,23,-12,43,-33,45"},"\u00f6":{"d":"86,5v-61,0,-76,-34,-76,-102v0,-64,17,-102,76,-102v61,0,77,34,77,102v-1,65,-17,102,-77,102xm86,-165v-27,3,-26,30,-26,68v0,38,-1,64,26,68v28,-3,27,-31,27,-68v0,-38,0,-63,-27,-68xm35,-220r0,-42r40,0r0,42r-40,0xm97,-220r0,-42r40,0r0,42r-40,0"},"\u00f7":{"d":"17,-69r0,-44r182,0r0,44r-182,0xm108,-132v-18,0,-35,-16,-35,-35v0,-19,16,-35,35,-35v19,0,35,16,35,35v0,19,-17,35,-35,35xm108,20v-19,0,-35,-16,-35,-35v0,-19,16,-35,35,-35v19,0,35,16,35,35v0,19,-16,35,-35,35","w":216},"\u00f8":{"d":"86,-165v-33,1,-26,60,-25,98r44,-86v-4,-8,-10,-12,-19,-12xm86,-29v35,-2,26,-56,26,-97r-45,85v4,8,10,12,19,12xm163,-97v0,82,-48,119,-116,94r-12,24r-16,-8r13,-26v-15,-15,-22,-42,-22,-84v0,-81,48,-119,116,-94r12,-24r16,9r-14,25v15,15,23,42,23,84"},"\u00f9":{"d":"116,0v-1,-7,2,-18,-1,-23v-20,43,-98,38,-98,-27r0,-144r49,0r0,134v0,18,7,27,21,27v18,0,27,-11,27,-32r0,-129r49,0r0,194r-47,0xm113,-216r-33,0r-36,-52r50,0","w":180},"\u00fa":{"d":"116,0v-1,-7,2,-18,-1,-23v-20,43,-98,38,-98,-27r0,-144r49,0r0,134v0,18,7,27,21,27v18,0,27,-11,27,-32r0,-129r49,0r0,194r-47,0xm67,-216r19,-52r50,0r-36,52r-33,0","w":180},"\u00fb":{"d":"116,0v-1,-7,2,-18,-1,-23v-20,43,-98,38,-98,-27r0,-144r49,0r0,134v0,18,7,27,21,27v18,0,27,-11,27,-32r0,-129r49,0r0,194r-47,0xm36,-216r28,-52r52,0r28,52r-38,0r-17,-31r-17,31r-36,0","w":180},"\u00fc":{"d":"116,0v-1,-7,2,-18,-1,-23v-20,43,-98,38,-98,-27r0,-144r49,0r0,134v0,18,7,27,21,27v18,0,27,-11,27,-32r0,-129r49,0r0,194r-47,0xm39,-220r0,-42r40,0r0,42r-40,0xm101,-220r0,-42r40,0r0,42r-40,0","w":180},"\u00fd":{"d":"17,63r0,-37v22,4,38,-3,39,-26r-54,-194r52,0r29,134r25,-134r50,0v-23,75,-37,188,-73,244v-9,14,-41,14,-68,13xm57,-216r19,-52r50,0r-36,52r-33,0","w":159},"\u00fe":{"d":"93,-161v-26,4,-27,27,-27,64v0,38,0,60,27,64v26,-3,24,-27,25,-64v0,-38,0,-60,-25,-64xm168,-97v0,61,-10,99,-59,102v-19,1,-31,-10,-43,-23r0,81r-49,0r0,-320r49,0r1,84v8,-17,22,-26,42,-26v49,0,59,42,59,102","w":180},"\u00ff":{"d":"17,63r0,-37v22,4,38,-3,39,-26r-54,-194r52,0r29,134r25,-134r50,0v-23,75,-37,188,-73,244v-9,14,-41,14,-68,13xm29,-220r0,-42r40,0r0,42r-40,0xm91,-220r0,-42r40,0r0,42r-40,0","w":159},"\ue000":{"w":0},"\ue001":{"w":86},"\ue002":{"w":86},"\ue003":{"d":"-59,11r146,-272r32,0r-146,272r-32,0","w":60},"\ue004":{"d":"125,0r0,-194r50,0r0,194r-50,0xm125,-217r0,-43r50,0r0,43r-50,0xm27,0r0,-160r-25,0r0,-34r25,0v-8,-55,23,-75,79,-67r0,35v-24,-3,-33,7,-29,32r29,0r0,34r-29,0r0,160r-50,0","w":193},"\ue005":{"d":"125,0r0,-260r50,0r0,260r-50,0xm27,0r0,-160r-25,0r0,-34r25,0v-8,-55,23,-75,79,-67r0,35v-24,-3,-33,7,-29,32r29,0r0,34r-29,0r0,160r-50,0","w":193},"\ue006":{"d":"18,0r0,-92r-18,11r0,-38r18,-11r0,-127r52,0r0,94r45,-28r0,38r-45,28r0,83r92,0r0,42r-144,0","w":166},"\ue007":{"d":"18,0r0,-102r-22,16r0,-32r22,-15r0,-124r50,0r0,91r23,-15r0,32r-23,15r0,134r-50,0","w":86},"\ue008":{"d":"9,0r0,-38r77,-115r-74,0r0,-41r133,0r0,38r-78,116r78,0r0,40r-136,0xm51,-216r-28,-52r38,0r17,30r17,-30r36,0r-28,52r-52,0","w":153},"\ue009":{"d":"9,0r0,-38r94,-177r-88,0r0,-42r148,0r0,39r-96,176r98,0r0,42r-156,0xm61,-272r-28,-52r38,0r17,30r17,-30r36,0r-28,52r-52,0","w":173}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1988, 1990, 1993, 1996 Adobe Systems Incorporated.  All Rights
 * Reserved.Helvetica is a trademark of Linotype-Hell AG and/or its subsidiaries.
 * 
 * Description:
 *  The digitally encoded machine readable software for producing the  Typefaces
 * licensed to you is copyrighted (c) 1988, 1990, 1993, 1996 Adobe  Systems.  All
 * Rights Reserved. This software is the property of Adobe Systems  Incorporated
 * and its licensors, and may not be reproduced, used,   displayed, modified,
 * disclosed or transferred without the express   written approval of Adobe.    The
 * digitally encoded machine readable outline data for producing  the Typefaces
 * licensed to you is copyrighted (c) 1981, 1996 Linotype-Hell AG  and/or its
 * subsidiaries. All Rights Reserved.  This data is the property of Linotype-Hell
 * AG and/or its subsidiaries  and may not be reproduced, used, displayed,
 * modified, disclosed or   transferred without the express written approval of
 * Linotype-Hell AG   and/or its subsidiaries.  12 pt. Helvetica* Italic 13472
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Helvetica CE 55 Roman","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 4 0 0 9 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-60 -343 398 92","underline-thickness":"18","underline-position":"-27","slope":"-12","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":100,"k":{"\u00dd":54,"\u00c4":27,"\u00c2":27,"\u00c1":27,"Y":54,"W":27,"V":36,"T":54,"A":27}},"!":{"d":"0,0r40,0r9,-40r-40,0xm91,-257r-34,0v-14,60,-24,125,-32,191r16,0r33,-111","w":93},"\"":{"d":"53,-164r24,0r0,-93r-24,0r0,93xm103,-164r24,0r0,-93r-24,0r0,93","w":153},"#":{"d":"37,0r25,0r10,-74r44,0r-10,74r25,0r10,-74r34,0r3,-25r-34,0r8,-54r33,0r3,-24r-33,0r11,-74r-25,0r-11,74r-44,0r11,-74r-25,0r-10,74r-37,0r-3,24r36,0r-8,54r-35,0r-3,25r35,0xm127,-153r-7,54r-44,0r7,-54r44,0"},"$":{"d":"93,-150v-32,-5,-53,-56,-18,-77v9,-6,22,-9,36,-9xm105,-116v24,8,49,12,48,45v-2,35,-30,53,-67,50xm-4,-84v-2,51,21,81,66,88r-7,31r20,0r6,-29v94,22,151,-119,50,-145r-19,-7r17,-88v21,7,33,23,32,53r32,0v2,-45,-23,-70,-58,-80r5,-25r-19,0r-5,23v-54,-2,-91,26,-93,76v-2,44,31,55,64,67r-19,97v-28,-6,-41,-26,-39,-61r-33,0"},"%":{"d":"81,-131v-22,1,-28,-13,-28,-34v0,-33,11,-70,44,-70v18,0,26,10,26,30v0,35,-8,72,-42,74xm95,-255v-72,0,-99,144,-15,144v48,0,68,-44,68,-92v0,-34,-19,-52,-53,-52xm251,-140v-71,0,-98,144,-14,144v49,0,65,-44,67,-91v1,-35,-18,-53,-53,-53xm238,-15v-22,2,-29,-12,-29,-34v0,-33,11,-71,44,-71v18,0,26,11,26,31v-1,35,-9,71,-41,74xm75,10r23,0r157,-271r-23,0","w":333},"&":{"d":"138,-47v-21,28,-100,38,-100,-14v0,-36,32,-47,55,-61xm8,-62v-4,80,111,79,145,35r15,27r35,0r-30,-47v18,-22,29,-41,37,-74r-30,0v-2,19,-13,39,-22,52r-41,-66v28,-17,64,-32,64,-73v0,-34,-26,-49,-59,-49v-38,0,-62,20,-64,57v-1,25,13,41,21,57v-31,18,-69,33,-71,81xm105,-156v-20,-21,-25,-74,17,-74v31,0,37,42,12,55v-9,8,-19,13,-29,19","w":226},"'":{"d":"51,-164r25,0r0,-93r-25,0r0,93","w":100},"(":{"d":"13,-61v0,51,13,96,29,132r20,0v-12,-35,-19,-75,-19,-119v0,-97,42,-160,88,-215r-26,0v-45,54,-92,107,-92,202","w":93},")":{"d":"45,-143v-1,97,-42,159,-87,214r25,0v46,-53,93,-106,93,-201v0,-52,-14,-95,-29,-133r-20,0v13,35,18,75,18,120","w":93},"*":{"d":"98,-257r-20,0r-7,38r-35,-18r-9,17r34,17r-28,30r14,14r28,-32r17,37r17,-8r-17,-36r38,-5r-1,-17r-40,4","w":126},"+":{"d":"120,-182r-24,0r0,79r-79,0r0,24r79,0r0,79r24,0r0,-79r79,0r0,-24r-79,0r0,-79","w":216},",":{"d":"5,0r21,0v-5,16,-9,33,-28,36r-4,17v47,-4,52,-51,60,-93r-40,0","w":100,"k":{"\u00d6":27,"\u00d4":27,"\u00d3":27,"O":27,"H":9}},"-":{"d":"9,-86r105,0r6,-28r-105,0","w":140},"\u00ad":{"d":"9,-86r105,0r6,-28r-105,0","w":140},".":{"d":"5,0r40,0r9,-40r-40,0","w":100},"\/":{"d":"-6,6r26,0r106,-269r-26,0","w":119},"0":{"d":"121,-255v-81,0,-108,79,-112,160v-3,56,15,102,71,99v81,-4,104,-82,109,-163v3,-60,-16,-96,-68,-96xm157,-174v0,70,-13,139,-74,151v-34,0,-42,-31,-42,-67v0,-62,18,-131,77,-138v31,-4,39,25,39,54","k":{"1":20,"0":-7}},"1":{"d":"132,-255v-15,26,-43,43,-82,44r-5,24v27,0,43,-1,66,-7r-42,194r33,0r54,-255r-24,0","k":{"9":9,"8":9,"7":18,"6":9,"5":14,"4":20,"3":9,"2":9,"1":34,"0":34,".":36,"-":41}},"2":{"d":"168,-136v38,-45,15,-124,-52,-119v-57,4,-86,35,-92,87r33,0v3,-34,20,-57,56,-60v48,-4,52,61,22,86v-51,41,-130,56,-137,142r163,0r5,-27r-133,0v27,-55,97,-65,135,-109"},"3":{"d":"153,-193v1,41,-31,49,-71,48r-5,24v35,0,64,6,63,42v0,37,-23,56,-59,56v-34,0,-50,-20,-48,-56r-33,0v-1,56,29,79,81,83v78,6,126,-103,59,-137v25,-9,42,-27,45,-59v6,-71,-99,-79,-135,-39v-13,14,-21,32,-24,55r32,0v3,-33,19,-51,52,-52v26,-1,43,10,43,35"},"4":{"d":"34,-87r106,-115r-24,115r-82,0xm98,0r30,0r13,-60r34,0r5,-27r-33,0r35,-168r-26,0r-151,165r-6,30r112,0"},"5":{"d":"175,-91v5,-69,-71,-93,-117,-64r20,-69r105,0r5,-27r-129,0r-40,135r28,0v19,-39,102,-32,96,26v-4,40,-21,66,-62,67v-31,1,-46,-15,-46,-45r-32,0v-1,46,31,73,76,72v60,0,92,-37,96,-95"},"6":{"d":"99,-137v29,0,48,19,47,49v-1,36,-18,64,-56,65v-31,1,-48,-21,-47,-51v0,-38,19,-63,56,-63xm124,-228v27,0,39,13,40,39r32,0v0,-41,-25,-67,-67,-66v-92,3,-119,84,-119,173v0,51,24,87,77,86v58,-1,87,-35,91,-93v4,-69,-87,-99,-128,-50v13,-39,23,-88,74,-89"},"7":{"d":"207,-251r-164,0r-6,27r133,0v-59,61,-107,136,-135,224r35,0v30,-86,73,-169,133,-225","k":{"6":5,"4":32,".":61,"-":41,",":61}},"8":{"d":"113,-148v-25,-1,-43,-12,-43,-38v0,-25,18,-42,44,-42v26,0,40,12,40,39v0,24,-17,42,-41,41xm145,-75v0,32,-23,52,-55,52v-29,1,-50,-16,-50,-45v0,-34,24,-53,58,-53v29,0,46,19,47,46xm115,-255v-73,-7,-104,88,-46,116v-35,6,-61,31,-61,71v1,49,34,72,84,72v50,0,83,-29,85,-78v1,-29,-16,-51,-36,-61v26,-5,46,-27,46,-57v0,-41,-31,-59,-72,-63"},"9":{"d":"154,-176v-1,37,-18,63,-55,63v-29,0,-47,-19,-47,-49v1,-37,17,-65,53,-66v33,-1,49,20,49,52xm71,-23v-25,1,-37,-14,-37,-38r-33,0v0,44,26,65,70,65v91,0,116,-87,116,-174v0,-53,-25,-85,-79,-85v-102,0,-123,168,-17,169v25,0,45,-10,57,-25v-14,39,-25,87,-77,88"},":":{"d":"5,0r41,0r8,-40r-41,0xm84,-186r-40,0r-8,40r40,0","w":100},";":{"d":"5,0r21,0v-5,16,-9,33,-28,36r-4,17v47,-4,52,-51,60,-93r-40,0xm84,-186r-40,0r-8,40r40,0","w":100},"\u037e":{"d":"5,0r21,0v-5,16,-9,33,-28,36r-4,17v47,-4,52,-51,60,-93r-40,0xm84,-186r-40,0r-8,40r40,0","w":100},"<":{"d":"199,-185r-182,83r0,22r182,83r0,-25r-153,-69r153,-70r0,-24","w":216},"=":{"d":"199,-140r-182,0r0,25r182,0r0,-25xm17,-42r182,0r0,-25r-182,0r0,25","w":216},">":{"d":"17,3r182,-83r0,-22r-182,-83r0,24r153,70r-153,69r0,25","w":216},"?":{"d":"172,-147v42,-43,13,-118,-54,-113v-53,4,-82,34,-87,84r31,0v3,-34,22,-54,57,-57v47,-4,51,58,20,79v-31,21,-64,41,-68,88v11,-2,32,6,31,-8v9,-38,46,-49,70,-73xm52,0r40,0r9,-40r-40,0"},"@":{"d":"125,-72v-53,0,-27,-91,3,-102v22,-17,54,-3,52,26v-3,36,-19,76,-55,76xm197,-68v-15,-1,-7,-20,-5,-29r30,-102r-22,0r-8,22v-6,-19,-20,-29,-41,-29v-56,0,-84,47,-84,102v0,34,19,55,51,57v20,1,34,-15,46,-24v0,14,10,23,23,23v51,0,84,-47,84,-104v0,-70,-50,-111,-122,-111v-81,0,-128,54,-134,133v-10,136,187,181,248,73r-23,0v-28,47,-127,58,-167,10v-16,-20,-34,-45,-33,-81v3,-68,42,-115,109,-115v58,0,98,36,98,93v0,37,-18,74,-50,82","w":288},"A":{"d":"148,-227r19,121r-88,0xm-20,0r38,0r45,-77r109,0r12,77r35,0r-47,-257r-37,0","w":240,"k":{"\u00fd":7,"\u00f6":7,"\u00f4":7,"\u00f3":7,"\u00eb":7,"\u00e9":7,"\u00dd":34,"\u00dc":14,"\u00da":14,"\u00d6":14,"\u00d4":14,"\u00d3":14,"\u00ab":9,"\u0152":7,"y":7,"w":7,"v":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"Y":34,"W":14,"V":27,"U":14,"T":27,"S":7,"Q":14,"O":14,"G":14,"C":14}},"B":{"d":"186,-80v1,67,-82,48,-145,51r19,-89v51,4,126,-16,126,38xm231,-195v5,-80,-99,-60,-175,-62r-53,257v97,-1,218,19,218,-80v0,-29,-19,-45,-39,-54v29,-5,48,-27,49,-61xm197,-195v3,62,-73,46,-131,48r17,-81v46,3,112,-14,114,33","w":246,"k":{"\u00dd":20,"Y":20,"W":14,"V":14}},"C":{"d":"14,-107v0,73,37,113,110,113v66,1,102,-38,114,-93r-35,0v-11,37,-34,63,-79,64v-53,0,-76,-33,-76,-84v0,-70,34,-127,107,-127v38,0,65,21,64,60r34,0v-2,-59,-38,-89,-98,-89v-91,0,-141,64,-141,156","w":259,"k":{"\u00dd":18,"\u00c4":14,"\u00c2":14,"\u00c1":14,"Y":18,"A":14}},"D":{"d":"244,-159v0,-60,-34,-98,-97,-98r-90,0r-54,257r98,0v94,-3,143,-63,143,-159xm210,-155v-4,71,-36,123,-108,126r-60,0r42,-199v71,-4,130,2,126,73","w":253,"k":{"\u00f6":-7,"\u00f4":-7,"\u00f3":-7,"\u00eb":-7,"\u00e9":-7,"\u00dd":27,"\u00c4":14,"\u00c2":14,"\u00c1":14,"o":-7,"e":-7,"Y":27,"W":7,"V":14,"J":7,"A":14}},"E":{"d":"3,0r178,0r7,-29r-145,0r19,-89r133,0r6,-29r-133,0r17,-81r143,0r6,-29r-177,0","w":219,"k":{"T":-7}},"F":{"d":"3,0r34,0r24,-118r119,0r6,-29r-119,0r17,-81r135,0r6,-29r-169,0","w":206,"k":{"\u00fc":7,"\u00fa":7,"\u00f6":7,"\u00f4":7,"\u00f3":7,"\u00eb":7,"\u00e9":7,"\u00e4":14,"\u00e2":14,"\u00e1":14,"\u00c4":27,"\u00c2":27,"\u00c1":27,"u":7,"r":7,"o":7,"e":7,"a":14,"T":-7,"J":59,"A":27,".":68,"-":18,",":68}},"G":{"d":"124,6v32,0,60,-13,77,-32r2,26r21,0r28,-135r-112,0r-5,28r82,0v-12,47,-35,83,-93,84v-53,0,-76,-33,-76,-84v0,-70,34,-127,107,-127v40,0,67,18,69,57r34,0v-1,-61,-43,-86,-103,-86v-91,0,-141,64,-141,156v0,73,37,113,110,113","w":273},"H":{"d":"3,0r34,0r25,-118r134,0r-25,118r35,0r54,-257r-35,0r-23,110r-134,0r23,-110r-34,0","w":259},"I":{"d":"3,0r34,0r54,-257r-34,0","w":93},"J":{"d":"0,-84v-29,80,68,116,124,72v13,-11,20,-30,24,-51r41,-194r-34,0v-18,71,-25,151,-51,216v-11,28,-73,25,-73,-17v0,-10,2,-18,4,-26r-35,0","w":186,"k":{"\u00c4":14,"\u00c2":14,"\u00c1":14,"A":14}},"K":{"d":"3,0r34,0r18,-87r52,-43r70,130r38,0r-83,-151r124,-106r-46,0r-146,127r27,-127r-34,0","w":240,"k":{"\u00fd":20,"\u00fc":9,"\u00fa":9,"\u00f6":9,"\u00f4":9,"\u00f3":9,"\u00eb":9,"\u00e9":9,"\u00e4":7,"\u00e2":7,"\u00e1":7,"\u00d6":20,"\u00d4":20,"\u00d3":20,"\u00c4":7,"\u00c2":7,"\u00c1":7,"y":20,"w":20,"u":9,"o":9,"e":9,"a":7,"O":20,"A":7}},"L":{"d":"3,0r170,0r6,-29r-136,0r48,-228r-34,0","k":{"\u00fd":27,"\u00e4":-7,"\u00e2":-7,"\u00e1":-7,"\u00dd":49,"\u00d6":27,"\u00d4":27,"\u00d3":27,"\u0152":13,"y":27,"a":-7,"Y":49,"W":34,"V":34,"T":41,"S":13,"O":27,"-":32}},"M":{"d":"3,0r32,0r46,-225r33,225r33,0r132,-225r-53,225r33,0r55,-257r-48,0r-128,221r-34,-221r-47,0","w":313},"N":{"d":"3,0r33,0r44,-211r91,211r37,0r54,-257r-33,0r-44,213r-91,-213r-37,0","w":259},"O":{"d":"155,-263v-91,0,-141,64,-141,156v0,73,37,113,110,113v89,0,138,-65,138,-155v0,-69,-38,-114,-107,-114xm124,-23v-53,0,-76,-33,-76,-84v0,-70,34,-127,107,-127v50,0,73,35,73,85v0,69,-34,126,-104,126","w":273,"k":{"\u00dd":27,"\u00c4":11,"\u00c2":11,"\u00c1":11,"Y":27,"X":20,"W":14,"V":14,"T":34,"O":-7,"A":11}},"P":{"d":"234,-186v3,-87,-96,-70,-178,-71r-53,257r34,0r22,-105v89,4,172,0,175,-81xm199,-186v0,32,-22,52,-56,52r-78,0r20,-94v50,2,114,-15,114,42","w":233,"k":{"\u00f6":7,"\u00f4":7,"\u00f3":7,"\u00eb":7,"\u00e9":7,"\u00e4":7,"\u00e2":7,"\u00e1":7,"\u00dd":13,"\u00c4":34,"\u00c2":34,"\u00c1":34,"o":7,"e":7,"a":7,"Y":13,"A":34,".":61,"-":7,",":61}},"Q":{"d":"14,-107v-6,97,91,137,170,99r35,35r20,-21r-32,-30v33,-26,55,-70,55,-125v0,-69,-38,-114,-107,-114v-91,0,-135,64,-141,156xm155,-234v98,-3,84,152,30,189r-28,-28r-20,20r24,23v-60,23,-117,-11,-113,-77v5,-70,34,-125,107,-127","w":273},"R":{"d":"206,-189v0,62,-78,49,-140,50r19,-89v51,3,121,-16,121,39xm240,-192v1,-83,-103,-62,-183,-65r-54,257r34,0r23,-110v50,6,133,-25,114,55v-4,21,-5,39,0,55r35,0v-18,-35,25,-102,-26,-122v35,-7,56,-31,57,-70","w":246,"k":{"\u00fc":7,"\u00fa":7,"\u00f6":7,"\u00f4":7,"\u00f3":7,"\u00eb":7,"\u00e9":7,"\u00dd":14,"\u00c4":7,"\u00c2":7,"\u00c1":7,"u":7,"o":7,"e":7,"Y":14,"W":7,"V":7,"T":7,"A":7}},"S":{"d":"128,-234v39,-1,59,15,59,53r34,0v0,-57,-38,-77,-93,-82v-92,-9,-131,115,-36,139v33,8,79,9,80,52v0,36,-29,48,-64,49v-44,1,-70,-16,-68,-61r-35,0v-2,64,39,87,102,90v74,3,131,-71,81,-127v-30,-34,-111,-14,-120,-71v1,-31,29,-41,60,-42","w":233,"k":{"\u00fd":18,"\u00f6":7,"\u00f4":7,"\u00f3":7,"\u00eb":7,"\u00e9":7,"\u00dd":27,"y":18,"w":18,"v":18,"o":7,"e":7,"c":7,"Y":27,"V":18,"T":27}},"T":{"d":"235,-257r-207,0r-6,29r86,0r-48,228r34,0r48,-228r87,0","w":206,"k":{"\u00fd":49,"\u00fc":27,"\u00fa":49,"\u00f6":27,"\u00f4":49,"\u00f3":49,"\u00eb":49,"\u00e9":49,"\u00e4":20,"\u00e2":49,"\u00e1":49,"\u00dd":-7,"\u00d6":20,"\u00d4":20,"\u00d3":20,"\u00c4":27,"\u00c2":27,"\u00c1":27,"\u00bb":54,"\u00ab":61,"y":49,"w":49,"u":49,"r":49,"o":49,"e":49,"a":49,"Y":-7,"W":-7,"V":-7,"T":-14,"O":20,"J":58,"A":27,";":41,":":41,".":61,"-":54,",":61}},"U":{"d":"262,-257r-34,0r-41,187v-4,49,-91,62,-123,29v-11,-12,-13,-31,-8,-56r34,-160r-34,0r-32,151v-37,112,116,148,176,80v46,-52,40,-155,62,-231","w":259,"k":{"T":-7}},"V":{"d":"249,-257r-37,0r-122,224r-27,-224r-35,0r37,257r39,0","w":219,"k":{"\u00fc":7,"\u00fa":7,"\u00f6":14,"\u00f4":20,"\u00f3":20,"\u00ee":-7,"\u00ed":-7,"\u00eb":20,"\u00e9":20,"\u00e4":20,"\u00e2":20,"\u00e1":20,"\u00c4":27,"\u00c2":27,"\u00c1":27,"\u00bb":7,"\u00ab":18,"u":7,"o":20,"i":-7,"e":20,"a":20,"A":27,";":7,":":7,".":49,"-":20,",":49}},"W":{"d":"354,-257r-35,0r-95,217r-14,-217r-39,0r-99,216r-9,-216r-34,0r16,257r37,0r102,-222r16,222r36,0","w":333,"k":{"\u00fd":7,"\u00fc":7,"\u00fa":7,"\u00f6":20,"\u00f4":20,"\u00f3":20,"\u00eb":20,"\u00e9":20,"\u00e4":20,"\u00e2":20,"\u00e1":20,"\u00dd":-7,"\u00d6":14,"\u00d4":14,"\u00d3":14,"\u00c4":14,"\u00c2":14,"\u00c1":14,"\u00ab":13,"y":7,"u":7,"r":7,"o":20,"e":20,"a":20,"Y":-7,"O":14,"A":14,";":7,":":7,".":41,"-":14,",":41}},"X":{"d":"-16,0r39,0r88,-109r52,109r35,0r-65,-130r106,-127r-38,0r-83,101r-47,-101r-37,0r62,123","w":219,"k":{"\u00fd":27,"\u00eb":18,"\u00e9":18,"\u00d6":20,"\u00d4":20,"\u00d3":20,"y":27,"e":18,"O":20,"C":20}},"Y":{"d":"69,0r34,0r22,-103r125,-154r-40,0r-97,125r-53,-125r-36,0r67,154","w":219,"k":{"\u00fc":13,"\u00fa":13,"\u00f6":34,"\u00f4":34,"\u00f3":34,"\u00ee":4,"\u00ed":4,"\u00eb":34,"\u00e9":34,"\u00e4":34,"\u00e2":34,"\u00e1":34,"\u00d6":7,"\u00d4":7,"\u00d3":7,"\u00c4":34,"\u00c2":34,"\u00c1":34,"\u00bb":36,"\u00ab":52,"u":13,"o":34,"i":4,"e":34,"a":34,"O":7,"C":7,"A":34,";":20,":":20,".":61,"-":54,",":61}},"Z":{"d":"-14,0r204,0r7,-29r-165,0r195,-199r6,-29r-188,0r-7,29r147,0r-193,200","w":219},"[":{"d":"-10,71r68,0r5,-23r-39,0r59,-288r39,0r5,-23r-68,0","w":93},"\\":{"d":"48,-263r-26,0r50,269r26,0","w":119},"]":{"d":"91,-263r-68,0r-5,23r39,0r-59,288r-39,0r-5,23r68,0","w":93},"^":{"d":"18,-95r26,0r64,-130r65,130r25,0r-78,-156r-24,0","w":216},"_":{"d":"0,45r180,0r0,-18r-180,0r0,18","w":180},"`":{"d":"64,-263r-37,0r37,51r24,0","w":79},"a":{"d":"60,-23v-17,0,-34,-8,-33,-26v2,-47,72,-27,102,-46v-6,40,-23,74,-69,72xm-4,-48v-3,67,99,60,120,26v-5,24,23,32,43,22r5,-23v-15,9,-24,-7,-17,-22v7,-33,19,-62,21,-98v3,-66,-120,-56,-139,-14v-4,9,-9,17,-10,27r31,0v4,-23,22,-34,50,-33v31,-6,50,29,26,47v-48,15,-127,-2,-130,68","w":186,"k":{"\u00fd":7,"y":7,"w":7,"v":7}},"b":{"d":"121,-163v30,0,43,22,42,53v-2,45,-22,85,-67,87v-30,1,-52,-16,-51,-46v2,-51,24,-94,76,-94xm194,-110v8,-79,-94,-104,-130,-52v2,-30,14,-64,19,-95r-30,0r-55,257r28,0v3,-11,2,-26,7,-35v8,24,30,39,63,39v66,-2,91,-50,98,-114","w":213,"k":{"\u00fd":7,"y":7,"v":7}},"c":{"d":"111,-163v24,0,39,12,39,36r30,0v-1,-43,-26,-63,-69,-63v-68,0,-98,47,-103,114v-6,75,79,100,131,63v15,-11,24,-27,30,-48r-30,0v-8,22,-26,38,-55,38v-33,0,-48,-21,-46,-53v2,-47,23,-86,73,-87","w":193,"k":{"\u00fd":7,"y":7,"k":9,"h":9}},"d":{"d":"85,-23v-33,2,-48,-18,-48,-49v2,-50,24,-89,74,-91v29,-1,47,20,46,48v-2,48,-24,89,-72,92xm6,-72v-7,76,97,102,135,45r-6,27r29,0r54,-257r-30,0r-21,99v-8,-21,-28,-33,-58,-32v-67,3,-97,53,-103,118","w":213},"e":{"d":"40,-111v2,-48,91,-78,106,-19v1,6,2,13,2,19r-108,0xm136,-58v-16,58,-119,40,-101,-26r140,0v12,-58,-13,-110,-76,-106v-63,4,-92,52,-95,119v-5,101,151,93,163,13r-31,0","w":193,"k":{"\u00fd":7,"y":7,"x":7,"w":7,"v":7}},"f":{"d":"134,-257v-59,-16,-80,26,-86,71r-31,0r-6,27r32,0r-35,159r31,0r34,-159r36,0r5,-27r-36,0v7,-26,13,-56,51,-45","w":106,"k":{"\u00f6":7,"\u00f4":7,"\u00f3":7,"\u00ee":-7,"\u00ed":-7,"t":9,"o":7,"l":-7,"i":-7,"f":11,".":20,",":20}},"g":{"d":"84,-26v-30,0,-46,-20,-46,-50v0,-45,22,-84,66,-87v31,-2,48,18,48,48v0,45,-20,89,-68,89xm-8,18v-1,59,81,70,126,46v28,-14,39,-54,47,-91r34,-159r-29,0v-3,9,-3,29,-7,33v-7,-24,-28,-37,-59,-37v-63,0,-96,50,-96,114v0,47,21,77,69,77v28,0,46,-9,58,-28v-5,36,-21,76,-66,76v-24,-1,-45,-7,-46,-31r-31,0","w":206,"k":{".":7,",":7}},"h":{"d":"179,-127v20,-79,-94,-76,-117,-31v3,-31,15,-67,21,-99r-30,0r-55,257r31,0v18,-66,10,-156,88,-163v31,-3,34,26,28,54r-24,109r31,0","k":{"\u00fd":7,"y":7}},"i":{"d":"-2,0r31,0r39,-186r-31,0xm83,-257r-31,0r-8,37r31,0","w":79},"j":{"d":"-43,69v32,8,58,-5,64,-34r47,-221r-31,0r-49,223v-4,8,-17,9,-26,5xm83,-257r-31,0r-8,37r31,0","w":79},"k":{"d":"-2,0r31,0r14,-66r37,-33r36,99r34,0r-46,-117r81,-69r-40,0r-94,80r32,-151r-30,0","w":173,"k":{"\u00f6":7,"\u00f4":7,"\u00f3":7,"\u00eb":7,"\u00e9":7,"o":7,"g":7,"e":7}},"l":{"d":"-2,0r31,0r54,-257r-31,0","w":79,"k":{"\u00fd":9,"y":9,"w":9,"v":9}},"m":{"d":"172,-157v-11,-53,-93,-32,-113,-1r7,-28r-28,0r-40,186r31,0v21,-63,8,-155,86,-163v31,-3,25,32,20,57r-22,106r31,0v20,-62,8,-155,84,-163v24,-2,31,21,26,45r-26,118r30,0r29,-149v-1,-61,-98,-45,-115,-8","w":306,"k":{"\u00fd":7,"y":7}},"n":{"d":"179,-127v19,-80,-93,-74,-118,-31r6,-28r-30,0r-39,186r31,0v18,-66,10,-156,88,-163v31,-3,34,26,28,54r-24,109r31,0","k":{"\u00fd":7,"y":7,"w":7,"v":9}},"o":{"d":"88,-23v-32,1,-52,-20,-51,-51v2,-47,23,-89,71,-89v33,0,49,20,49,52v0,45,-23,86,-69,88xm110,-190v-68,2,-104,50,-104,117v0,47,29,78,79,77v66,-2,102,-50,103,-117v1,-50,-27,-78,-78,-77","w":206,"k":{"\u00fd":14,"y":14,"x":7,"w":7,"v":7}},"p":{"d":"116,-163v33,-2,48,19,48,49v0,48,-24,89,-74,91v-30,1,-48,-20,-47,-48v2,-48,24,-89,73,-92xm194,-114v8,-80,-101,-99,-135,-45r7,-27r-29,0r-55,257r31,0r20,-99v8,21,28,33,58,32v67,-3,97,-53,103,-118","w":213,"k":{"\u00fd":7,"y":7}},"q":{"d":"6,-76v-8,80,92,102,131,52r-20,95r31,0r54,-257r-31,0v-3,9,-2,22,-7,29v-8,-24,-30,-33,-60,-33v-65,0,-92,51,-98,114xm84,-23v-32,0,-48,-21,-47,-53v1,-47,24,-85,70,-87v30,-1,48,16,48,45v-2,50,-21,95,-71,95","w":213},"r":{"d":"136,-190v-39,-5,-64,19,-79,44r9,-40r-29,0r-39,186r31,0v20,-66,8,-162,100,-158","w":119,"k":{"\u00fd":-14,"\u00fc":-7,"\u00fa":-7,"\u00ee":-7,"\u00ed":-7,"\u0178":-7,"\u0153":-7,"z":-7,"y":-14,"x":-7,"w":-14,"v":-14,"u":-7,"t":-7,"s":-7,"r":-7,"n":-7,"m":-7,"l":-7,"i":-7,"h":-7,"f":-14,".":41,"-":20,",":41}},"s":{"d":"89,-163v22,0,39,10,39,32r30,0v-1,-41,-29,-55,-70,-59v-62,-6,-93,69,-38,96v24,12,61,13,67,43v0,22,-20,28,-42,28v-28,1,-49,-8,-48,-36r-30,0v0,46,29,63,75,63v66,0,105,-70,45,-101v-24,-12,-60,-15,-67,-43v0,-20,19,-23,39,-23","w":173,"k":{"\u00fd":7,"y":7,"w":7,"v":7}},"t":{"d":"86,-28v-17,6,-41,5,-35,-22r23,-109r37,0r6,-27r-37,0r11,-55r-31,0r-11,55r-31,0r-6,27r31,0r-26,131v-1,32,34,33,63,28","w":113,"k":{"\u00f6":7,"\u00f4":7,"\u00f3":7,"\u00eb":7,"\u00e9":7,"t":11,"o":7,"e":7}},"u":{"d":"5,-44v-5,69,98,53,119,16r-6,28r30,0r39,-186r-30,0v-19,65,-10,157,-89,163v-32,3,-34,-26,-28,-54r24,-109r-31,0"},"v":{"d":"178,-186r-33,0r-82,155r-15,-155r-33,0r27,186r33,0","w":173,"k":{"\u00f6":7,"\u00f4":7,"\u00f3":7,"\u00eb":7,"\u00e9":7,"\u00e4":7,"\u00e2":7,"\u00e1":7,"o":7,"e":7,"c":14,"a":7,".":41,",":41}},"w":{"d":"274,-186r-33,0r-71,148r-9,-148r-35,0r-67,148r-12,-148r-32,0r22,186r32,0r67,-145r10,145r32,0","w":273,"k":{"\u00f6":7,"\u00f4":7,"\u00f3":7,"\u00eb":7,"\u00e9":7,"\u00e4":14,"\u00e2":14,"\u00e1":14,"o":7,"e":7,"d":14,"c":14,"a":14,".":41,",":41}},"x":{"d":"-24,0r37,0r64,-76r34,76r34,0r-47,-96r80,-90r-37,0r-56,68r-28,-68r-35,0r41,87","w":173,"k":{"\u00f6":7,"\u00f4":7,"\u00f3":7,"\u00eb":7,"\u00e9":7,"\u00e4":7,"\u00e2":7,"\u00e1":7,"o":7,"e":7,"c":14,"a":7,"-":20}},"y":{"d":"-23,71v39,16,68,-13,82,-39r123,-218r-34,0r-79,148r-21,-148r-33,0r33,186v-14,21,-30,65,-65,46","w":173,"k":{"\u00f6":7,"\u00f4":7,"\u00f3":7,"\u00eb":7,"\u00e9":7,"o":7,"g":7,"e":7,"d":7,"c":7,".":34,",":34}},"z":{"d":"-19,0r151,0r6,-27r-112,0r131,-137r5,-22r-142,0r-5,27r100,0r-130,136","w":159,"k":{"\u00f6":7,"\u00f4":7,"\u00f3":7,"\u00eb":7,"\u00e9":7,"o":7,"e":7}},"{":{"d":"48,30v3,-45,36,-107,-7,-126v55,-14,38,-103,69,-143v6,-5,18,-2,28,-3r4,-21v-100,-17,-58,109,-114,152v-4,2,-8,3,-12,3r-5,24v70,18,-62,165,62,155r4,-21v-19,2,-30,0,-29,-20","w":119},"|":{"d":"28,77r24,0r0,-360r-24,0r0,360","w":79},"}":{"d":"62,-222v-3,45,-39,108,7,126v-58,13,-36,105,-70,143v-5,6,-17,2,-27,3r-5,21v92,15,67,-92,103,-143v5,-7,14,-10,23,-12r6,-24v-73,-17,63,-166,-62,-155r-5,21v19,-2,31,0,30,20","w":119},"~":{"d":"68,-92v43,10,96,50,123,-5r-13,-18v-7,12,-14,26,-31,28v-35,-14,-102,-49,-122,5r13,18v6,-13,13,-27,30,-28","w":216},"\u201a":{"d":"-1,0r20,0v-4,17,-9,33,-27,36r-4,17v47,-4,52,-51,60,-93r-40,0","w":100},"\u201e":{"d":"-2,0r20,0v-4,17,-9,33,-27,36r-4,17v48,-3,50,-52,60,-93r-40,0xm64,0r20,0v-5,16,-9,33,-28,36r-3,17v47,-3,51,-51,59,-93r-40,0","w":153},"\u0085":{"d":"14,0r40,0r9,-40r-40,0xm134,0r40,0r9,-40r-40,0xm254,0r40,0r8,-40r-40,0","w":360},"\u2026":{"d":"14,0r40,0r9,-40r-40,0xm134,0r40,0r9,-40r-40,0xm254,0r40,0r8,-40r-40,0","w":360},"\u2020":{"d":"46,56r31,0r45,-215r69,0r6,-27r-69,0r15,-71r-31,0r-15,71r-69,0r-5,27r68,0"},"\u2021":{"d":"46,56r31,0r15,-71r69,0r5,-27r-68,0r24,-117r69,0r6,-27r-69,0r15,-71r-31,0r-15,71r-69,0r-5,27r68,0r-24,117r-69,0r-6,27r69,0"},"\u2030":{"d":"323,-121v-42,2,-63,32,-63,75v0,29,12,51,44,50v42,-2,61,-33,62,-76v0,-29,-14,-50,-43,-49xm306,-15v-39,-9,-20,-87,15,-86v38,10,20,85,-15,86xm80,-255v-44,1,-63,32,-63,75v0,30,13,50,44,50v43,0,61,-34,62,-77v0,-28,-13,-49,-43,-48xm63,-150v-38,-8,-21,-85,15,-85v17,0,21,15,21,30v0,27,-12,51,-36,55xm197,-121v-42,2,-63,32,-63,75v0,29,12,51,44,50v42,-2,61,-33,62,-76v0,-29,-14,-50,-43,-49xm180,-15v-39,-9,-20,-87,15,-86v38,10,20,85,-15,86xm37,10r23,0r157,-271r-23,0","w":386},"\u2039":{"d":"55,-41r7,-31r-31,-32r43,-25r7,-30r-62,36r-8,33","w":93},"\u2018":{"d":"89,-204r-21,0v5,-16,9,-33,28,-36r4,-17v-48,3,-51,51,-60,93r40,0","w":100},"\u2019":{"d":"50,-217r20,0v-5,16,-9,33,-28,36r-3,17v47,-3,51,-51,59,-93r-40,0","w":100},"\u201c":{"d":"146,-204r-20,0v4,-18,10,-32,28,-36r3,-17v-48,3,-50,51,-59,93r40,0xm81,-204r-21,0v5,-16,9,-33,28,-36r4,-17v-48,3,-51,51,-60,93r40,0","w":153},"\u201d":{"d":"42,-217r20,0v-5,16,-9,33,-28,36r-3,17v47,-3,51,-51,59,-93r-40,0xm107,-217r20,0v-4,17,-9,33,-27,36r-4,17v47,-4,52,-51,60,-93r-40,0","w":153},"\u2022":{"d":"90,-193v-38,0,-64,26,-64,64v0,39,25,65,64,65v39,0,64,-26,64,-65v0,-39,-25,-64,-64,-64","w":180},"\u2013":{"d":"-8,-86r180,0r5,-28r-180,0","w":180},"\u2014":{"d":"39,-86r266,0r6,-28r-267,0","w":360},"\u2122":{"d":"140,-257r-117,0r0,20r46,0r0,128r25,0r0,-128r46,0r0,-20xm333,-257r-37,0r-44,113r-44,-113r-38,0r0,148r25,0r0,-124r49,124r16,0r49,-124r0,124r24,0r0,-148","w":356},"\u203a":{"d":"33,-159r-7,30r32,33r-44,24r-7,31r62,-36r8,-33","w":93},"\u00a1":{"d":"131,-263r-28,0r-34,33r-18,-33r-28,0r28,51r31,0","w":79},"\u02c7":{"d":"131,-263r-28,0r-34,33r-18,-33r-28,0r28,51r31,0","w":79},"\u00a2":{"d":"112,-263v-2,36,-77,44,-76,0r-17,0v-6,51,57,62,89,37v11,-9,18,-21,20,-37r-16,0","w":79},"\u02d8":{"d":"112,-263v-2,36,-77,44,-76,0r-17,0v-6,51,57,62,89,37v11,-9,18,-21,20,-37r-16,0","w":79},"\u00a4":{"d":"153,-198v-24,-23,-83,-23,-106,1r-20,-20r-18,17r21,21v-26,22,-25,83,-1,106r-20,21r17,17r20,-21v23,25,85,26,108,0r20,21r17,-17r-20,-20v24,-24,25,-84,0,-108r20,-19r-18,-19xm41,-126v0,-38,23,-63,60,-63v36,0,58,26,58,63v0,37,-22,63,-58,63v-37,0,-60,-25,-60,-63"},"\u00a7":{"d":"113,-37v-26,-35,-105,-86,-40,-122v12,-2,12,12,23,18v21,22,72,56,42,92v-6,7,-15,10,-25,12xm66,71v54,4,88,-48,59,-90v43,0,65,-57,39,-93v-24,-33,-64,-50,-75,-96v0,-16,18,-28,34,-28v23,-1,36,14,35,36r29,0v2,-41,-23,-60,-63,-63v-48,-3,-81,45,-57,84v-52,3,-64,74,-28,106v22,30,59,46,66,88v3,18,-16,30,-34,29v-26,0,-40,-16,-40,-41r-28,0v1,42,22,65,63,68"},"\u00a8":{"d":"79,-220r32,0r8,-37r-32,0xm21,-220r32,0r7,-37r-32,0","w":79},"\u00a9":{"d":"144,-263v-120,-8,-173,148,-95,230v43,45,148,49,190,0v21,-24,41,-53,40,-96v-3,-82,-54,-129,-135,-134xm144,-14v-70,0,-111,-46,-111,-115v0,-67,42,-114,111,-114v70,0,111,47,111,114v0,69,-41,115,-111,115xm93,-129v-9,-64,88,-84,100,-27r22,0v-6,-34,-29,-55,-67,-55v-49,0,-75,31,-79,82v-7,91,132,115,147,26r-23,0v-18,65,-104,35,-100,-26","w":288},"\u00ab":{"d":"55,-41r7,-31r-31,-32r43,-25r7,-30r-62,36r-8,33xm126,-41r6,-31r-31,-32r43,-25r8,-30r-63,36r-8,33","w":166,"k":{"\u00dd":36,"Y":36,"V":7,"T":54}},"\u00ae":{"d":"144,-263v-41,0,-68,26,-68,67v0,41,27,67,68,67v41,0,68,-26,68,-67v0,-41,-27,-67,-68,-67xm144,-139v-34,0,-55,-23,-55,-57v0,-34,21,-57,55,-57v34,0,55,23,55,57v0,34,-21,57,-55,57xm155,-192v13,0,21,-7,21,-21v0,-26,-32,-22,-58,-22r0,78r12,0r0,-33r13,0r22,33r13,0xm164,-213v1,17,-19,11,-34,12r0,-24v15,1,34,-3,34,12","w":288},"\u00b0":{"d":"81,-255v-32,0,-53,21,-53,53v0,32,21,53,53,53v32,0,53,-21,53,-53v0,-32,-21,-53,-53,-53xm81,-167v-19,0,-35,-16,-35,-35v0,-19,16,-35,35,-35v19,0,35,16,35,35v0,19,-16,35,-35,35","w":144},"\u00b1":{"d":"17,-98r79,0r0,61r24,0r0,-61r79,0r0,-24r-79,0r0,-60r-24,0r0,60r-79,0r0,24xm17,0r182,0r0,-24r-182,0r0,24","w":216},"\u00b2":{"d":"15,44v5,-21,30,-34,45,-45r-24,0v-18,14,-42,24,-46,51v2,40,66,29,77,3v-14,-8,-23,6,-39,5v-9,0,-13,-5,-13,-14","w":79},"\u02db":{"d":"15,44v5,-21,30,-34,45,-45r-24,0v-18,14,-42,24,-46,51v2,40,66,29,77,3v-14,-8,-23,6,-39,5v-9,0,-13,-5,-13,-14","w":79},"\u00b4":{"d":"49,-212r26,0r48,-51r-40,0","w":79},"\u00b5":{"d":"27,-9v25,26,81,8,97,-19r-6,28r30,0r39,-186r-30,0v-19,65,-10,157,-89,163v-32,3,-34,-26,-28,-54r24,-109r-31,0r-53,257r30,0"},"\u03bc":{"d":"27,-9v25,26,81,8,97,-19r-6,28r30,0r39,-186r-30,0v-19,65,-10,157,-89,163v-32,3,-34,-26,-28,-54r24,-109r-31,0r-53,257r30,0"},"\u00b6":{"d":"51,56r24,0r60,-293r46,0r-61,293r23,0r65,-313v-92,-3,-190,-6,-182,95v7,26,29,41,62,41","w":216},"\u00b7":{"d":"47,-114v-12,0,-23,10,-23,23v0,11,12,24,23,23v12,-1,23,-9,23,-23v0,-13,-11,-23,-23,-23","w":100},"\u22c5":{"d":"47,-114v-12,0,-23,10,-23,23v0,11,12,24,23,23v12,-1,23,-9,23,-23v0,-13,-11,-23,-23,-23","w":100},"\u00b8":{"d":"36,47v0,18,-33,10,-44,5r-7,16v29,14,78,11,78,-24v0,-21,-20,-29,-42,-25r20,-24r-17,0r-26,33v2,20,38,-2,38,19","w":79},"\u00bb":{"d":"36,-159r-7,30r31,33r-43,24r-7,31r62,-36r8,-33xm107,-159r-7,30r31,33r-43,24r-8,31r63,-36r8,-33","w":166,"k":{"\u00dd":52,"\u00d6":7,"\u00d4":7,"\u00d3":7,"\u00c4":9,"\u00c2":9,"\u00c1":9,"Y":52,"W":13,"V":18,"T":61,"O":7,"A":9,".":7,",":7}},"\u00bd":{"d":"5,-212r25,0r49,-51r-41,0xm64,-212r26,0r49,-51r-41,0","w":79},"\u02dd":{"d":"5,-212r25,0r49,-51r-41,0xm64,-212r26,0r49,-51r-41,0","w":79},"\u00c1":{"d":"148,-227r19,121r-88,0xm-20,0r38,0r45,-77r109,0r12,77r35,0r-47,-257r-37,0xm144,-275r25,0r49,-52r-41,0","w":240,"k":{"\u00ab":9,"y":7,"w":7,"v":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"Y":34,"W":14,"V":27,"U":14,"T":27,"S":7,"Q":14,"O":14,"G":14,"C":14}},"\u00c2":{"d":"148,-227r19,121r-88,0xm-20,0r38,0r45,-77r109,0r12,77r35,0r-47,-257r-37,0xm100,-275r29,0r32,-34r18,34r27,0r-27,-52r-31,0","w":240,"k":{"\u00ab":9,"y":7,"w":7,"v":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"Y":34,"W":14,"V":27,"U":14,"T":27,"S":7,"Q":14,"O":14,"G":14,"C":14}},"\u00c4":{"d":"148,-227r19,121r-88,0xm-20,0r38,0r45,-77r109,0r12,77r35,0r-47,-257r-37,0xm174,-283r32,0r7,-38r-32,0xm115,-283r32,0r8,-38r-32,0","w":240,"k":{"\u00ab":9,"y":7,"w":7,"v":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"Y":34,"W":14,"V":27,"U":14,"T":27,"S":7,"Q":14,"O":14,"G":14,"C":14}},"\u00c7":{"d":"155,-234v38,0,65,21,64,60r34,0v-2,-59,-38,-89,-98,-89v-91,0,-139,64,-141,156v-1,66,34,106,93,112v-7,11,-26,21,-12,34v8,-6,32,-5,31,8v-2,18,-33,10,-44,5r-7,16v29,14,78,11,78,-24v0,-21,-20,-29,-42,-25v5,-4,6,-11,13,-13v66,1,102,-38,114,-93r-35,0v-11,37,-34,63,-79,64v-53,0,-76,-33,-76,-84v0,-70,34,-127,107,-127","w":259},"\u00c9":{"d":"3,0r178,0r7,-29r-145,0r19,-89r133,0r6,-29r-133,0r17,-81r143,0r6,-29r-177,0xm134,-275r25,0r49,-52r-41,0","w":219,"k":{"T":-7}},"\u00cb":{"d":"3,0r178,0r7,-29r-145,0r19,-89r133,0r6,-29r-133,0r17,-81r143,0r6,-29r-177,0xm164,-283r32,0r7,-38r-32,0xm105,-283r32,0r8,-38r-32,0","w":219,"k":{"T":-7}},"\u00cd":{"d":"3,0r34,0r54,-257r-34,0xm60,-275r26,0r49,-52r-41,0","w":93},"\u00ce":{"d":"3,0r34,0r54,-257r-34,0xm25,-275r29,0r32,-34r18,34r27,0r-27,-52r-31,0","w":93},"\u00d3":{"d":"155,-263v-91,0,-141,64,-141,156v0,73,37,113,110,113v89,0,138,-65,138,-155v0,-69,-38,-114,-107,-114xm124,-23v-53,0,-76,-33,-76,-84v0,-70,34,-127,107,-127v50,0,73,35,73,85v0,69,-34,126,-104,126xm145,-275r25,0r49,-52r-41,0","w":273,"k":{"Y":27,"X":20,"W":14,"V":14,"T":34,"O":-7,"A":11}},"\u00d4":{"d":"155,-263v-91,0,-141,64,-141,156v0,73,37,113,110,113v89,0,138,-65,138,-155v0,-69,-38,-114,-107,-114xm124,-23v-53,0,-76,-33,-76,-84v0,-70,34,-127,107,-127v50,0,73,35,73,85v0,69,-34,126,-104,126xm106,-275r30,0r31,-34r18,34r27,0r-27,-52r-31,0","w":273,"k":{"Y":27,"X":20,"W":14,"V":14,"T":34,"O":-7,"A":11}},"\u00d6":{"d":"155,-263v-91,0,-141,64,-141,156v0,73,37,113,110,113v89,0,138,-65,138,-155v0,-69,-38,-114,-107,-114xm124,-23v-53,0,-76,-33,-76,-84v0,-70,34,-127,107,-127v50,0,73,35,73,85v0,69,-34,126,-104,126xm175,-283r32,0r7,-38r-32,0xm116,-283r32,0r8,-38r-33,0","w":273,"k":{"Y":27,"X":20,"W":14,"V":14,"T":34,"O":-7,"A":11}},"\u00da":{"d":"262,-257r-34,0r-41,187v-4,49,-91,62,-123,29v-11,-12,-13,-31,-8,-56r34,-160r-34,0r-32,151v-37,112,116,148,176,80v46,-52,40,-155,62,-231xm145,-275r25,0r49,-52r-40,0","w":259,"k":{"T":-7}},"\u00dc":{"d":"262,-257r-34,0r-41,187v-4,49,-91,62,-123,29v-11,-12,-13,-31,-8,-56r34,-160r-34,0r-32,151v-37,112,116,148,176,80v46,-52,40,-155,62,-231xm177,-283r32,0r8,-38r-32,0xm118,-283r32,0r8,-38r-32,0","w":259,"k":{"T":-7}},"\u00df":{"d":"185,-209v4,-62,-92,-68,-123,-31v-12,15,-20,35,-25,59r-39,181r31,0r43,-200v4,-38,82,-54,82,-3v0,36,-28,51,-65,49r-5,25v34,-1,58,8,57,42v0,47,-33,66,-80,64r-5,26v71,8,116,-28,116,-92v0,-30,-16,-48,-41,-54v33,-5,53,-29,54,-66","w":193},"\u00e1":{"d":"60,-23v-17,0,-34,-8,-33,-26v2,-47,72,-27,102,-46v-6,40,-23,74,-69,72xm-4,-48v-3,67,99,60,120,26v-5,24,23,32,43,22r5,-23v-15,9,-24,-7,-17,-22v7,-33,19,-62,21,-98v3,-66,-120,-56,-139,-14v-4,9,-9,17,-10,27r31,0v4,-23,22,-34,50,-33v31,-6,50,29,26,47v-48,15,-127,-2,-130,68xm91,-212r26,0r49,-51r-41,0","w":186,"k":{"y":7,"w":7,"v":7}},"\u00e2":{"d":"60,-23v-17,0,-34,-8,-33,-26v2,-47,72,-27,102,-46v-6,40,-23,74,-69,72xm-4,-48v-3,67,99,60,120,26v-5,24,23,32,43,22r5,-23v-15,9,-24,-7,-17,-22v7,-33,19,-62,21,-98v3,-66,-120,-56,-139,-14v-4,9,-9,17,-10,27r31,0v4,-23,22,-34,50,-33v31,-6,50,29,26,47v-48,15,-127,-2,-130,68xm53,-212r29,0r32,-33r18,33r27,0r-27,-51r-31,0","w":186,"k":{"y":7,"w":7,"v":7}},"\u00e4":{"d":"60,-23v-17,0,-34,-8,-33,-26v2,-47,72,-27,102,-46v-6,40,-23,74,-69,72xm-4,-48v-3,67,99,60,120,26v-5,24,23,32,43,22r5,-23v-15,9,-24,-7,-17,-22v7,-33,19,-62,21,-98v3,-66,-120,-56,-139,-14v-4,9,-9,17,-10,27r31,0v4,-23,22,-34,50,-33v31,-6,50,29,26,47v-48,15,-127,-2,-130,68xm121,-220r32,0r8,-37r-32,0xm63,-220r32,0r7,-37r-32,0","w":186,"k":{"y":7,"w":7,"v":7}},"\u00e7":{"d":"111,-163v24,0,39,12,39,36r30,0v-1,-43,-26,-63,-69,-63v-68,0,-102,47,-103,114v-1,47,22,77,67,80r-20,24v2,20,38,-2,38,19v0,18,-33,10,-44,5r-7,16v29,14,78,11,78,-24v0,-22,-20,-29,-43,-25r14,-15v41,-3,69,-28,78,-65r-30,0v-8,22,-26,38,-55,38v-33,0,-48,-21,-46,-53v2,-47,23,-86,73,-87","w":193},"\u00e9":{"d":"40,-111v2,-48,91,-78,106,-19v1,6,2,13,2,19r-108,0xm136,-58v-16,58,-119,40,-101,-26r140,0v12,-58,-13,-110,-76,-106v-63,4,-92,52,-95,119v-5,101,151,93,163,13r-31,0xm92,-212r25,0r49,-51r-41,0","w":193,"k":{"y":7,"x":7,"w":7,"v":7}},"\u00eb":{"d":"40,-111v2,-48,91,-78,106,-19v1,6,2,13,2,19r-108,0xm136,-58v-16,58,-119,40,-101,-26r140,0v12,-58,-13,-110,-76,-106v-63,4,-92,52,-95,119v-5,101,151,93,163,13r-31,0xm125,-220r32,0r7,-37r-32,0xm66,-220r32,0r7,-37r-32,0","w":193,"k":{"y":7,"x":7,"w":7,"v":7}},"\u00ed":{"d":"-2,0r31,0r39,-186r-31,0xm42,-212r25,0r49,-51r-40,0","w":79},"\u00ee":{"d":"-2,0r31,0r39,-186r-31,0xm4,-212r29,0r31,-33r19,33r26,0r-27,-51r-31,0","w":79},"\u00f3":{"d":"88,-23v-32,1,-52,-20,-51,-51v2,-47,23,-89,71,-89v33,0,49,20,49,52v0,45,-23,86,-69,88xm110,-190v-68,2,-104,50,-104,117v0,47,29,78,79,77v66,-2,102,-50,103,-117v1,-50,-27,-78,-78,-77xm101,-212r25,0r49,-51r-40,0","w":206,"k":{"y":14,"x":7,"w":7,"v":7}},"\u00f4":{"d":"88,-23v-32,1,-52,-20,-51,-51v2,-47,23,-89,71,-89v33,0,49,20,49,52v0,45,-23,86,-69,88xm110,-190v-68,2,-104,50,-104,117v0,47,29,78,79,77v66,-2,102,-50,103,-117v1,-50,-27,-78,-78,-77xm63,-212r29,0r31,-33r19,33r26,0r-27,-51r-30,0","w":206,"k":{"y":14,"x":7,"w":7,"v":7}},"\u00f6":{"d":"88,-23v-32,1,-52,-20,-51,-51v2,-47,23,-89,71,-89v33,0,49,20,49,52v0,45,-23,86,-69,88xm110,-190v-68,2,-104,50,-104,117v0,47,29,78,79,77v66,-2,102,-50,103,-117v1,-50,-27,-78,-78,-77xm131,-220r32,0r8,-37r-32,0xm72,-220r32,0r8,-37r-32,0","w":206,"k":{"y":14,"x":7,"w":7,"v":7}},"\u00f7":{"d":"17,-79r182,0r0,-24r-182,0r0,24xm108,-188v-11,0,-23,12,-23,23v0,11,12,23,23,23v11,0,23,-12,23,-23v0,-11,-12,-23,-23,-23xm108,-40v-11,0,-23,12,-23,23v0,11,12,23,23,23v11,0,23,-12,23,-23v0,-11,-12,-23,-23,-23","w":216},"\u00fa":{"d":"5,-44v-5,69,98,53,119,16r-6,28r30,0r39,-186r-30,0v-19,65,-10,157,-89,163v-32,3,-34,-26,-28,-54r24,-109r-31,0xm98,-212r25,0r49,-51r-41,0"},"\u00fc":{"d":"5,-44v-5,69,98,53,119,16r-6,28r30,0r39,-186r-30,0v-19,65,-10,157,-89,163v-32,3,-34,-26,-28,-54r24,-109r-31,0xm131,-220r32,0r8,-37r-32,0xm73,-220r32,0r7,-37r-32,0"},"\u00ff":{"d":"49,-213r32,0r8,-38r-32,0","w":79},"\u02d9":{"d":"49,-213r32,0r8,-38r-32,0","w":79},"\u0131":{"d":"29,0r39,-186r-31,0r-39,186r31,0","w":79},"\u221a":{"d":"181,-283r-23,0r-68,330r-57,-120r-36,18r9,18r16,-8r59,122r24,0","w":178},"\u02da":{"d":"72,-214v-13,0,-25,-11,-25,-24v0,-14,11,-25,25,-25v13,0,24,12,24,25v0,13,-11,24,-24,24xm72,-279v-25,0,-41,16,-41,41v0,24,16,40,41,40v24,0,40,-16,40,-40v0,-25,-16,-41,-40,-41","w":79},"\u02dc":{"d":"113,-252v-21,40,-91,-43,-105,37r19,0v17,-41,67,28,92,-11v5,-7,9,-17,12,-26r-18,0","w":79},"\u2264":{"d":"199,-56r-153,-52r153,-53r0,-24r-182,65r0,23r182,65r0,-24xm199,-24r-182,0r0,24r182,0r0,-24","w":216},"\ufb01":{"d":"105,0r31,0r39,-186r-31,0xm190,-257r-31,0r-8,37r31,0xm134,-257v-59,-16,-80,26,-86,71r-31,0r-6,27r32,0r-35,159r31,0r34,-159r36,0r5,-27r-36,0v7,-26,13,-56,51,-45","w":186},"\ufb02":{"d":"134,-257v-59,-16,-80,26,-86,71r-31,0r-6,27r32,0r-35,159r31,0r34,-159r36,0r5,-27r-36,0v7,-26,13,-56,51,-45xm105,0r31,0r54,-257r-31,0","w":186},"\u02c6":{"d":"11,-212r29,0r32,-33r18,33r27,0r-27,-51r-31,0","w":79},"\u2260":{"d":"17,-42r47,0r-22,40r22,11r27,-51r108,0r0,-25r-96,0r26,-48r70,0r0,-25r-58,0r19,-36r-21,-12r-25,48r-97,0r0,25r85,0r-26,48r-59,0r0,25","w":216},"\u2211":{"d":"204,-283r-190,0r0,20r113,159r-118,161r0,20r199,0r0,-22r-170,0r118,-159r-111,-157r159,0r0,-22","w":216},"\u2202":{"d":"164,-130v7,-96,-70,-162,-141,-109r13,16v11,-7,21,-17,41,-16v55,3,65,57,64,116v-37,-53,-136,-31,-130,47v4,46,25,80,72,80v67,0,75,-60,81,-134xm83,-15v-33,0,-50,-26,-50,-61v0,-34,18,-57,50,-57v28,0,42,16,56,33v-4,44,-14,85,-56,85","w":178},"\u0192":{"d":"184,-254v-35,-8,-70,2,-79,33r-17,59r-34,0r-6,25r34,0v-17,52,-28,111,-49,159v-5,9,-19,12,-32,9r-8,27v44,6,68,-10,78,-46r42,-149r40,0r6,-25r-39,0v9,-31,10,-79,57,-66"},"\u2265":{"d":"17,-32r182,-65r0,-23r-182,-65r0,24r153,53r-153,52r0,24xm17,0r182,0r0,-24r-182,0r0,24","w":216},"\u02c9":{"d":"19,-229r97,0r4,-19r-97,0","w":79},"\u25ca":{"d":"119,-269r-23,0r-60,141r60,141r23,0r61,-141xm157,-128r-49,117r-49,-117r49,-117","w":216},"\u00a0":{"w":100},"\u0152":{"d":"128,-234v39,-1,59,15,59,53r34,0v0,-57,-38,-77,-93,-82v-92,-9,-131,115,-36,139v33,8,79,9,80,52v0,36,-29,48,-64,49v-44,1,-70,-16,-68,-61r-35,0v-2,64,39,87,102,90v74,3,131,-71,81,-127v-30,-34,-111,-14,-120,-71v1,-31,29,-41,60,-42xm121,-275r25,0r49,-52r-41,0","w":233,"k":{"y":18,"w":18,"v":18,"o":7,"e":7,"c":7,"Y":27,"V":18,"T":27}},"\u0153":{"d":"89,-163v22,0,39,10,39,32r30,0v-1,-41,-29,-55,-70,-59v-62,-6,-93,69,-38,96v24,12,61,13,67,43v0,22,-20,28,-42,28v-28,1,-49,-8,-48,-36r-30,0v0,46,29,63,75,63v66,0,105,-70,45,-101v-24,-12,-60,-15,-67,-43v0,-20,19,-23,39,-23xm80,-212r25,0r49,-51r-40,0","w":173,"k":{"y":7,"w":7,"v":7}},"\u0178":{"d":"-19,0r151,0r6,-27r-112,0r131,-137r5,-22r-142,0r-5,27r100,0r-130,136xm82,-212r25,0r49,-51r-40,0","w":159,"k":{"o":7,"e":7}},"\u0160":{"d":"128,-234v39,-1,59,15,59,53r34,0v0,-57,-38,-77,-93,-82v-92,-9,-131,115,-36,139v33,8,79,9,80,52v0,36,-29,48,-64,49v-44,1,-70,-16,-68,-61r-35,0v-2,64,39,87,102,90v74,3,131,-71,81,-127v-30,-34,-111,-14,-120,-71v1,-31,29,-41,60,-42xm207,-327r-28,0r-33,34r-19,-34r-27,0r28,52r31,0","w":233},"\u015a":{"d":"128,-234v39,-1,59,15,59,53r34,0v0,-57,-38,-77,-93,-82v-92,-9,-131,115,-36,139v33,8,79,9,80,52v0,36,-29,48,-64,49v-44,1,-70,-16,-68,-61r-35,0v-2,64,39,87,102,90v74,3,131,-71,81,-127v-30,-34,-111,-14,-120,-71v1,-31,29,-41,60,-42xm121,-275r25,0r49,-52r-41,0","w":233},"\u0164":{"d":"235,-257r-207,0r-6,29r86,0r-48,228r34,0r48,-228r87,0xm198,-327r-28,0r-33,34r-19,-34r-27,0r28,52r31,0","w":206},"\u017d":{"d":"-14,0r204,0r7,-29r-165,0r195,-199r6,-29r-188,0r-7,29r147,0r-193,200xm206,-327r-28,0r-34,34r-18,-34r-27,0r27,52r31,0","w":219},"\u0179":{"d":"-14,0r204,0r7,-29r-165,0r195,-199r6,-29r-188,0r-7,29r147,0r-193,200xm127,-275r25,0r49,-52r-41,0","w":219},"\u0161":{"d":"89,-163v22,0,39,10,39,32r30,0v-1,-41,-29,-55,-70,-59v-62,-6,-93,69,-38,96v24,12,61,13,67,43v0,22,-20,28,-42,28v-28,1,-49,-8,-48,-36r-30,0v0,46,29,63,75,63v66,0,105,-70,45,-101v-24,-12,-60,-15,-67,-43v0,-20,19,-23,39,-23xm161,-263r-28,0r-34,33r-18,-33r-27,0r27,51r31,0","w":173},"\u015b":{"d":"89,-163v22,0,39,10,39,32r30,0v-1,-41,-29,-55,-70,-59v-62,-6,-93,69,-38,96v24,12,61,13,67,43v0,22,-20,28,-42,28v-28,1,-49,-8,-48,-36r-30,0v0,46,29,63,75,63v66,0,105,-70,45,-101v-24,-12,-60,-15,-67,-43v0,-20,19,-23,39,-23xm80,-212r25,0r49,-51r-40,0","w":173},"\u0165":{"d":"130,-239v-3,13,-6,27,-21,28r-3,13v38,-2,39,-40,47,-72r-32,0r-7,31r16,0xm86,-28v-17,6,-41,5,-35,-22r23,-109r37,0r6,-27r-37,0r11,-55r-31,0r-11,55r-31,0r-6,27r31,0r-26,131v-1,32,34,33,63,28","w":121},"\u017e":{"d":"-19,0r151,0r6,-27r-112,0r131,-137r5,-22r-142,0r-5,27r100,0r-130,136xm158,-263r-28,0r-34,33r-18,-33r-28,0r28,51r31,0","w":159},"\u017a":{"d":"-19,0r151,0r6,-27r-112,0r131,-137r5,-22r-142,0r-5,27r100,0r-130,136xm82,-212r25,0r49,-51r-40,0","w":159},"\u00a3":{"d":"3,0r170,0r6,-29r-136,0r17,-80r79,-48r6,-30r-79,49r25,-119r-34,0r-30,143r-28,17r-7,30r29,-18"},"\u0141":{"d":"3,0r170,0r6,-29r-136,0r17,-80r79,-48r6,-30r-79,49r25,-119r-34,0r-30,143r-28,17r-7,30r29,-18"},"\u00a5":{"d":"148,-227r19,121r-88,0xm171,44v7,-21,28,-37,48,-44r-47,-257r-37,0r-155,257r38,0r45,-77r109,0r12,77r7,0v-18,14,-40,24,-45,50v2,40,65,28,77,3v-14,-8,-23,6,-39,5v-9,0,-13,-5,-13,-14","w":240},"\u0104":{"d":"148,-227r19,121r-88,0xm171,44v7,-21,28,-37,48,-44r-47,-257r-37,0r-155,257r38,0r45,-77r109,0r12,77r7,0v-18,14,-40,24,-45,50v2,40,65,28,77,3v-14,-8,-23,6,-39,5v-9,0,-13,-5,-13,-14","w":240},"\u00a6":{"d":"28,32r24,0r0,-90r-24,0r0,90xm52,-238r-24,0r0,90r24,0r0,-90","w":79},"\u00af":{"d":"-14,0r204,0r7,-29r-165,0r195,-199r6,-29r-188,0r-7,29r147,0r-193,200xm127,-283r32,0r7,-38r-32,0","w":219},"\u017b":{"d":"-14,0r204,0r7,-29r-165,0r195,-199r6,-29r-188,0r-7,29r147,0r-193,200xm127,-283r32,0r7,-38r-32,0","w":219},"\u00b3":{"d":"52,-257r-24,112r-27,21r-4,28r26,-20r-25,116r31,0r29,-143r27,-20r3,-29v-8,5,-17,16,-24,18r19,-83r-31,0","w":79},"\u0142":{"d":"52,-257r-24,112r-27,21r-4,28r26,-20r-25,116r31,0r29,-143r27,-20r3,-29v-8,5,-17,16,-24,18r19,-83r-31,0","w":79},"\u00b9":{"d":"60,-23v-17,0,-34,-8,-33,-26v2,-47,72,-27,102,-46v-6,40,-23,74,-69,72xm-4,-48v-3,67,99,60,120,26v-1,12,3,20,13,24v-17,13,-42,22,-42,48v0,40,65,28,77,3v-14,-8,-23,6,-39,5v-9,0,-13,-5,-13,-14v6,-21,28,-35,47,-44r5,-23v-15,9,-24,-7,-17,-22v7,-33,19,-62,21,-98v3,-66,-120,-56,-139,-14v-4,9,-9,17,-10,27r31,0v4,-23,22,-34,50,-33v31,-6,50,29,26,47v-48,15,-127,-2,-130,68","w":186},"\u0105":{"d":"60,-23v-17,0,-34,-8,-33,-26v2,-47,72,-27,102,-46v-6,40,-23,74,-69,72xm-4,-48v-3,67,99,60,120,26v-1,12,3,20,13,24v-17,13,-42,22,-42,48v0,40,65,28,77,3v-14,-8,-23,6,-39,5v-9,0,-13,-5,-13,-14v6,-21,28,-35,47,-44r5,-23v-15,9,-24,-7,-17,-22v7,-33,19,-62,21,-98v3,-66,-120,-56,-139,-14v-4,9,-9,17,-10,27r31,0v4,-23,22,-34,50,-33v31,-6,50,29,26,47v-48,15,-127,-2,-130,68","w":186},"\u00bc":{"d":"3,0r170,0r6,-29r-136,0r48,-228r-34,0xm130,-226v-4,12,-7,27,-22,28r-3,14v38,-3,39,-40,47,-73r-31,0r-7,31r16,0"},"\u013d":{"d":"3,0r170,0r6,-29r-136,0r48,-228r-34,0xm130,-226v-4,12,-7,27,-22,28r-3,14v38,-3,39,-40,47,-73r-31,0r-7,31r16,0"},"\u00be":{"d":"-2,0r31,0r54,-257r-31,0xm116,-226v-4,12,-7,27,-22,28r-3,14v38,-3,39,-40,47,-73r-31,0r-7,31r16,0","w":109},"\u013e":{"d":"-2,0r31,0r54,-257r-31,0xm116,-226v-4,12,-7,27,-22,28r-3,14v38,-3,39,-40,47,-73r-31,0r-7,31r16,0","w":109},"\u00bf":{"d":"-19,0r151,0r6,-27r-112,0r131,-137r5,-22r-142,0r-5,27r100,0r-130,136xm82,-220r32,0r8,-37r-32,0","w":159},"\u017c":{"d":"-19,0r151,0r6,-27r-112,0r131,-137r5,-22r-142,0r-5,27r100,0r-130,136xm82,-220r32,0r8,-37r-32,0","w":159},"\u00c0":{"d":"206,-189v0,62,-78,49,-140,50r19,-89v51,3,121,-16,121,39xm240,-192v1,-83,-103,-62,-183,-65r-54,257r34,0r23,-110v50,6,133,-25,114,55v-4,21,-5,39,0,55r35,0v-18,-35,25,-102,-26,-122v35,-7,56,-31,57,-70xm134,-275r25,0r49,-52r-40,0","w":246},"\u0154":{"d":"206,-189v0,62,-78,49,-140,50r19,-89v51,3,121,-16,121,39xm240,-192v1,-83,-103,-62,-183,-65r-54,257r34,0r23,-110v50,6,133,-25,114,55v-4,21,-5,39,0,55r35,0v-18,-35,25,-102,-26,-122v35,-7,56,-31,57,-70xm134,-275r25,0r49,-52r-40,0","w":246},"\u00c3":{"d":"148,-227r19,121r-88,0xm-20,0r38,0r45,-77r109,0r12,77r35,0r-47,-257r-37,0xm206,-325v-2,37,-78,44,-76,0r-16,0v-6,51,57,62,89,37v11,-9,17,-21,19,-37r-16,0","w":240},"\u0102":{"d":"148,-227r19,121r-88,0xm-20,0r38,0r45,-77r109,0r12,77r35,0r-47,-257r-37,0xm206,-325v-2,37,-78,44,-76,0r-16,0v-6,51,57,62,89,37v11,-9,17,-21,19,-37r-16,0","w":240},"\u00c5":{"d":"3,0r170,0r6,-29r-136,0r48,-228r-34,0xm66,-275r25,0r49,-52r-40,0"},"\u0139":{"d":"3,0r170,0r6,-29r-136,0r48,-228r-34,0xm66,-275r25,0r49,-52r-40,0"},"\u00c6":{"d":"14,-107v0,73,37,113,110,113v66,1,102,-38,114,-93r-35,0v-11,37,-34,63,-79,64v-53,0,-76,-33,-76,-84v0,-70,34,-127,107,-127v38,0,65,21,64,60r34,0v-2,-59,-38,-89,-98,-89v-91,0,-141,64,-141,156xm145,-275r25,0r49,-52r-40,0","w":259},"\u0106":{"d":"14,-107v0,73,37,113,110,113v66,1,102,-38,114,-93r-35,0v-11,37,-34,63,-79,64v-53,0,-76,-33,-76,-84v0,-70,34,-127,107,-127v38,0,65,21,64,60r34,0v-2,-59,-38,-89,-98,-89v-91,0,-141,64,-141,156xm145,-275r25,0r49,-52r-40,0","w":259},"\u00c8":{"d":"14,-107v0,73,37,113,110,113v66,1,102,-38,114,-93r-35,0v-11,37,-34,63,-79,64v-53,0,-76,-33,-76,-84v0,-70,34,-127,107,-127v38,0,65,21,64,60r34,0v-2,-59,-38,-89,-98,-89v-91,0,-141,64,-141,156xm229,-327r-28,0r-33,34r-19,-34r-27,0r28,52r31,0","w":259},"\u010c":{"d":"14,-107v0,73,37,113,110,113v66,1,102,-38,114,-93r-35,0v-11,37,-34,63,-79,64v-53,0,-76,-33,-76,-84v0,-70,34,-127,107,-127v38,0,65,21,64,60r34,0v-2,-59,-38,-89,-98,-89v-91,0,-141,64,-141,156xm229,-327r-28,0r-33,34r-19,-34r-27,0r28,52r31,0","w":259},"\u00ca":{"d":"190,53v-15,-8,-24,7,-40,5v-27,-4,-4,-31,6,-39v7,-6,18,-15,25,-19r7,-29r-145,0r19,-89r133,0r6,-29r-133,0r17,-81r143,0r6,-29r-177,0r-54,257r154,0v-17,15,-44,23,-44,50v0,40,65,28,77,3","w":219},"\u0118":{"d":"190,53v-15,-8,-24,7,-40,5v-27,-4,-4,-31,6,-39v7,-6,18,-15,25,-19r7,-29r-145,0r19,-89r133,0r6,-29r-133,0r17,-81r143,0r6,-29r-177,0r-54,257r154,0v-17,15,-44,23,-44,50v0,40,65,28,77,3","w":219},"\u00cc":{"d":"3,0r178,0r7,-29r-145,0r19,-89r133,0r6,-29r-133,0r17,-81r143,0r6,-29r-177,0xm215,-327r-28,0r-33,34r-19,-34r-27,0r28,52r31,0","w":219},"\u011a":{"d":"3,0r178,0r7,-29r-145,0r19,-89r133,0r6,-29r-133,0r17,-81r143,0r6,-29r-177,0xm215,-327r-28,0r-33,34r-19,-34r-27,0r28,52r31,0","w":219},"\u00cf":{"d":"244,-159v0,-60,-34,-98,-97,-98r-90,0r-54,257r98,0v94,-3,143,-63,143,-159xm210,-155v-4,71,-36,123,-108,126r-60,0r42,-199v71,-4,130,2,126,73xm216,-327r-28,0r-34,34r-18,-34r-27,0r27,52r31,0","w":253},"\u010e":{"d":"244,-159v0,-60,-34,-98,-97,-98r-90,0r-54,257r98,0v94,-3,143,-63,143,-159xm210,-155v-4,71,-36,123,-108,126r-60,0r42,-199v71,-4,130,2,126,73xm216,-327r-28,0r-34,34r-18,-34r-27,0r27,52r31,0","w":253},"\u00d0":{"d":"244,-159v0,-60,-34,-98,-97,-98r-90,0r-24,110r-23,0r-5,25r23,0r-25,122r98,0v94,-3,143,-63,143,-159xm210,-155v-4,71,-36,123,-108,126r-60,0r20,-93r72,0r5,-25r-72,0r17,-81v71,-4,130,2,126,73","w":253},"\u0110":{"d":"244,-159v0,-60,-34,-98,-97,-98r-90,0r-24,110r-23,0r-5,25r23,0r-25,122r98,0v94,-3,143,-63,143,-159xm210,-155v-4,71,-36,123,-108,126r-60,0r20,-93r72,0r5,-25r-72,0r17,-81v71,-4,130,2,126,73","w":253},"\u00d1":{"d":"3,0r33,0r44,-211r91,211r37,0r54,-257r-33,0r-44,213r-91,-213r-37,0xm150,-275r25,0r49,-52r-40,0","w":259},"\u0143":{"d":"3,0r33,0r44,-211r91,211r37,0r54,-257r-33,0r-44,213r-91,-213r-37,0xm150,-275r25,0r49,-52r-40,0","w":259},"\u00d2":{"d":"3,0r33,0r44,-211r91,211r37,0r54,-257r-33,0r-44,213r-91,-213r-37,0xm231,-327r-28,0r-33,34r-18,-34r-28,0r28,52r31,0","w":259},"\u0147":{"d":"3,0r33,0r44,-211r91,211r37,0r54,-257r-33,0r-44,213r-91,-213r-37,0xm231,-327r-28,0r-33,34r-18,-34r-28,0r28,52r31,0","w":259},"\u00d5":{"d":"155,-263v-91,0,-141,64,-141,156v0,73,37,113,110,113v89,0,138,-65,138,-155v0,-69,-38,-114,-107,-114xm124,-23v-53,0,-76,-33,-76,-84v0,-70,34,-127,107,-127v50,0,73,35,73,85v0,69,-34,126,-104,126xm120,-275r25,0r49,-52r-41,0xm179,-275r25,0r49,-52r-40,0","w":273},"\u0150":{"d":"155,-263v-91,0,-141,64,-141,156v0,73,37,113,110,113v89,0,138,-65,138,-155v0,-69,-38,-114,-107,-114xm124,-23v-53,0,-76,-33,-76,-84v0,-70,34,-127,107,-127v50,0,73,35,73,85v0,69,-34,126,-104,126xm120,-275r25,0r49,-52r-41,0xm179,-275r25,0r49,-52r-40,0","w":273},"\u00d7":{"d":"43,-9r65,-65r66,65r17,-17r-65,-65r64,-65r-17,-18r-65,65r-65,-65r-17,18r65,65r-65,65","w":216},"\u00d8":{"d":"206,-189v0,62,-78,49,-140,50r19,-89v51,3,121,-16,121,39xm240,-192v1,-83,-103,-62,-183,-65r-54,257r34,0r23,-110v50,6,133,-25,114,55v-4,21,-5,39,0,55r35,0v-18,-35,25,-102,-26,-122v35,-7,56,-31,57,-70xm216,-327r-28,0r-34,34r-18,-34r-28,0r28,52r31,0","w":246},"\u0158":{"d":"206,-189v0,62,-78,49,-140,50r19,-89v51,3,121,-16,121,39xm240,-192v1,-83,-103,-62,-183,-65r-54,257r34,0r23,-110v50,6,133,-25,114,55v-4,21,-5,39,0,55r35,0v-18,-35,25,-102,-26,-122v35,-7,56,-31,57,-70xm216,-327r-28,0r-34,34r-18,-34r-28,0r28,52r31,0","w":246},"\u00d9":{"d":"262,-257r-34,0r-41,187v-4,49,-91,62,-123,29v-11,-12,-13,-31,-8,-56r34,-160r-34,0r-32,151v-37,112,116,148,176,80v46,-52,40,-155,62,-231xm163,-278v-13,0,-24,-11,-24,-24v0,-13,11,-25,24,-25v14,0,25,11,25,25v0,13,-12,24,-25,24xm163,-343v-24,0,-41,17,-41,41v0,24,17,41,41,41v24,0,41,-16,41,-41v0,-25,-17,-41,-41,-41","w":259},"\u016e":{"d":"262,-257r-34,0r-41,187v-4,49,-91,62,-123,29v-11,-12,-13,-31,-8,-56r34,-160r-34,0r-32,151v-37,112,116,148,176,80v46,-52,40,-155,62,-231xm163,-278v-13,0,-24,-11,-24,-24v0,-13,11,-25,24,-25v14,0,25,11,25,25v0,13,-12,24,-25,24xm163,-343v-24,0,-41,17,-41,41v0,24,17,41,41,41v24,0,41,-16,41,-41v0,-25,-17,-41,-41,-41","w":259},"\u00db":{"d":"262,-257r-34,0r-41,187v-4,49,-91,62,-123,29v-11,-12,-13,-31,-8,-56r34,-160r-34,0r-32,151v-37,112,116,148,176,80v46,-52,40,-155,62,-231xm116,-275r25,0r49,-52r-40,0xm176,-275r25,0r49,-52r-40,0","w":259},"\u0170":{"d":"262,-257r-34,0r-41,187v-4,49,-91,62,-123,29v-11,-12,-13,-31,-8,-56r34,-160r-34,0r-32,151v-37,112,116,148,176,80v46,-52,40,-155,62,-231xm116,-275r25,0r49,-52r-40,0xm176,-275r25,0r49,-52r-40,0","w":259},"\u00dd":{"d":"69,0r34,0r22,-103r125,-154r-40,0r-97,125r-53,-125r-36,0r67,154xm125,-275r25,0r49,-52r-40,0","w":219,"k":{"\u00bb":36,"\u00ab":52,"u":13,"o":34,"i":4,"e":34,"a":34,"O":7,"C":7,"A":34,";":20,":":20,".":61,"-":54,",":61}},"\u00de":{"d":"235,-257r-207,0r-6,29r86,0r-48,228r34,0r48,-228r87,0xm67,51v-2,14,-7,26,-21,28r-3,13v39,-2,39,-40,47,-73r-32,0r-7,32r16,0","w":206},"\u0162":{"d":"235,-257r-207,0r-6,29r86,0r-48,228r34,0r48,-228r87,0xm67,51v-2,14,-7,26,-21,28r-3,13v39,-2,39,-40,47,-73r-32,0r-7,32r16,0","w":206},"\u00e0":{"d":"136,-190v-39,-5,-64,19,-79,44r9,-40r-29,0r-39,186r31,0v20,-66,8,-162,100,-158xm44,-212r25,0r49,-51r-40,0","w":119},"\u0155":{"d":"136,-190v-39,-5,-64,19,-79,44r9,-40r-29,0r-39,186r31,0v20,-66,8,-162,100,-158xm44,-212r25,0r49,-51r-40,0","w":119},"\u00e3":{"d":"60,-23v-17,0,-34,-8,-33,-26v2,-47,72,-27,102,-46v-6,40,-23,74,-69,72xm-4,-48v-3,67,99,60,120,26v-5,24,23,32,43,22r5,-23v-15,9,-24,-7,-17,-22v7,-33,19,-62,21,-98v3,-66,-120,-56,-139,-14v-4,9,-9,17,-10,27r31,0v4,-23,22,-34,50,-33v31,-6,50,29,26,47v-48,15,-127,-2,-130,68xm165,-263v-2,36,-77,44,-76,0r-16,0v-6,51,57,62,89,37v11,-9,17,-21,19,-37r-16,0","w":186},"\u0103":{"d":"60,-23v-17,0,-34,-8,-33,-26v2,-47,72,-27,102,-46v-6,40,-23,74,-69,72xm-4,-48v-3,67,99,60,120,26v-5,24,23,32,43,22r5,-23v-15,9,-24,-7,-17,-22v7,-33,19,-62,21,-98v3,-66,-120,-56,-139,-14v-4,9,-9,17,-10,27r31,0v4,-23,22,-34,50,-33v31,-6,50,29,26,47v-48,15,-127,-2,-130,68xm165,-263v-2,36,-77,44,-76,0r-16,0v-6,51,57,62,89,37v11,-9,17,-21,19,-37r-16,0","w":186},"\u00e5":{"d":"-2,0r31,0r54,-257r-31,0xm58,-275r25,0r49,-52r-41,0","w":79},"\u013a":{"d":"-2,0r31,0r54,-257r-31,0xm58,-275r25,0r49,-52r-41,0","w":79},"\u00e6":{"d":"111,-163v24,0,39,12,39,36r30,0v-1,-43,-26,-63,-69,-63v-68,0,-98,47,-103,114v-6,75,79,100,131,63v15,-11,24,-27,30,-48r-30,0v-8,22,-26,38,-55,38v-33,0,-48,-21,-46,-53v2,-47,23,-86,73,-87xm106,-212r25,0r49,-51r-40,0","w":193},"\u0107":{"d":"111,-163v24,0,39,12,39,36r30,0v-1,-43,-26,-63,-69,-63v-68,0,-98,47,-103,114v-6,75,79,100,131,63v15,-11,24,-27,30,-48r-30,0v-8,22,-26,38,-55,38v-33,0,-48,-21,-46,-53v2,-47,23,-86,73,-87xm106,-212r25,0r49,-51r-40,0","w":193},"\u00e8":{"d":"111,-163v24,0,39,12,39,36r30,0v-1,-43,-26,-63,-69,-63v-68,0,-98,47,-103,114v-6,75,79,100,131,63v15,-11,24,-27,30,-48r-30,0v-8,22,-26,38,-55,38v-33,0,-48,-21,-46,-53v2,-47,23,-86,73,-87xm188,-263r-29,0r-33,33r-18,-33r-28,0r28,51r31,0","w":193},"\u010d":{"d":"111,-163v24,0,39,12,39,36r30,0v-1,-43,-26,-63,-69,-63v-68,0,-98,47,-103,114v-6,75,79,100,131,63v15,-11,24,-27,30,-48r-30,0v-8,22,-26,38,-55,38v-33,0,-48,-21,-46,-53v2,-47,23,-86,73,-87xm188,-263r-29,0r-33,33r-18,-33r-28,0r28,51r31,0","w":193},"\u00ea":{"d":"40,-111v2,-48,91,-78,106,-19v1,6,2,13,2,19r-108,0xm136,-58v-16,58,-119,40,-101,-26r140,0v12,-58,-13,-110,-76,-106v-63,4,-95,52,-95,119v0,49,28,75,79,75v-30,11,-63,72,-7,72v23,0,33,-8,45,-23v-14,-8,-23,6,-39,5v-9,0,-13,-5,-13,-14v18,-47,88,-45,98,-102r-31,0","w":193},"\u0119":{"d":"40,-111v2,-48,91,-78,106,-19v1,6,2,13,2,19r-108,0xm136,-58v-16,58,-119,40,-101,-26r140,0v12,-58,-13,-110,-76,-106v-63,4,-95,52,-95,119v0,49,28,75,79,75v-30,11,-63,72,-7,72v23,0,33,-8,45,-23v-14,-8,-23,6,-39,5v-9,0,-13,-5,-13,-14v18,-47,88,-45,98,-102r-31,0","w":193},"\u00ec":{"d":"40,-111v2,-48,91,-78,106,-19v1,6,2,13,2,19r-108,0xm136,-58v-16,58,-119,40,-101,-26r140,0v12,-58,-13,-110,-76,-106v-63,4,-92,52,-95,119v-5,101,151,93,163,13r-31,0xm179,-263r-28,0r-34,33r-18,-33r-27,0r27,51r31,0","w":193},"\u011b":{"d":"40,-111v2,-48,91,-78,106,-19v1,6,2,13,2,19r-108,0xm136,-58v-16,58,-119,40,-101,-26r140,0v12,-58,-13,-110,-76,-106v-63,4,-92,52,-95,119v-5,101,151,93,163,13r-31,0xm179,-263r-28,0r-34,33r-18,-33r-27,0r27,51r31,0","w":193},"\u00ef":{"d":"85,-23v-33,2,-48,-18,-48,-49v2,-50,24,-89,74,-91v29,-1,47,20,46,48v-2,48,-24,89,-72,92xm6,-72v-7,76,97,102,135,45r-6,27r29,0r54,-257r-30,0r-21,99v-8,-21,-28,-33,-58,-32v-67,3,-97,53,-103,118xm251,-226v-3,13,-6,27,-21,28r-3,14v38,-3,39,-40,47,-73r-32,0r-7,31r16,0","w":245},"\u010f":{"d":"85,-23v-33,2,-48,-18,-48,-49v2,-50,24,-89,74,-91v29,-1,47,20,46,48v-2,48,-24,89,-72,92xm6,-72v-7,76,97,102,135,45r-6,27r29,0r54,-257r-30,0r-21,99v-8,-21,-28,-33,-58,-32v-67,3,-97,53,-103,118xm251,-226v-3,13,-6,27,-21,28r-3,14v38,-3,39,-40,47,-73r-32,0r-7,31r16,0","w":245},"\u00f0":{"d":"85,-23v-33,2,-48,-18,-48,-49v2,-50,24,-89,74,-91v29,-1,47,20,46,48v-2,48,-24,89,-72,92xm6,-72v-7,76,97,102,135,45r-6,27r29,0r45,-214r21,0r4,-20r-21,0r5,-23r-30,0r-5,23r-46,0r-4,20r46,0v-5,18,-6,40,-12,56v-8,-21,-28,-33,-58,-32v-67,3,-97,53,-103,118","w":213},"\u0111":{"d":"85,-23v-33,2,-48,-18,-48,-49v2,-50,24,-89,74,-91v29,-1,47,20,46,48v-2,48,-24,89,-72,92xm6,-72v-7,76,97,102,135,45r-6,27r29,0r45,-214r21,0r4,-20r-21,0r5,-23r-30,0r-5,23r-46,0r-4,20r46,0v-5,18,-6,40,-12,56v-8,-21,-28,-33,-58,-32v-67,3,-97,53,-103,118","w":213},"\u00f1":{"d":"179,-127v19,-80,-93,-74,-118,-31r6,-28r-30,0r-39,186r31,0v18,-66,10,-156,88,-163v31,-3,34,26,28,54r-24,109r31,0xm103,-212r25,0r49,-51r-41,0"},"\u0144":{"d":"179,-127v19,-80,-93,-74,-118,-31r6,-28r-30,0r-39,186r31,0v18,-66,10,-156,88,-163v31,-3,34,26,28,54r-24,109r31,0xm103,-212r25,0r49,-51r-41,0"},"\u00f2":{"d":"179,-127v19,-80,-93,-74,-118,-31r6,-28r-30,0r-39,186r31,0v18,-66,10,-156,88,-163v31,-3,34,26,28,54r-24,109r31,0xm183,-263r-28,0r-34,33r-18,-33r-27,0r27,51r31,0"},"\u0148":{"d":"179,-127v19,-80,-93,-74,-118,-31r6,-28r-30,0r-39,186r31,0v18,-66,10,-156,88,-163v31,-3,34,26,28,54r-24,109r31,0xm183,-263r-28,0r-34,33r-18,-33r-27,0r27,51r31,0"},"\u00f5":{"d":"88,-23v-32,1,-52,-20,-51,-51v2,-47,23,-89,71,-89v33,0,49,20,49,52v0,45,-23,86,-69,88xm110,-190v-68,2,-104,50,-104,117v0,47,29,78,79,77v66,-2,102,-50,103,-117v1,-50,-27,-78,-78,-77xm79,-212r25,0r49,-51r-41,0xm139,-212r25,0r49,-51r-41,0","w":206},"\u0151":{"d":"88,-23v-32,1,-52,-20,-51,-51v2,-47,23,-89,71,-89v33,0,49,20,49,52v0,45,-23,86,-69,88xm110,-190v-68,2,-104,50,-104,117v0,47,29,78,79,77v66,-2,102,-50,103,-117v1,-50,-27,-78,-78,-77xm79,-212r25,0r49,-51r-41,0xm139,-212r25,0r49,-51r-41,0","w":206},"\u00f8":{"d":"136,-190v-39,-5,-64,19,-79,44r9,-40r-29,0r-39,186r31,0v20,-66,8,-162,100,-158xm151,-263r-28,0r-34,33r-18,-33r-27,0r27,51r31,0","w":119},"\u0159":{"d":"136,-190v-39,-5,-64,19,-79,44r9,-40r-29,0r-39,186r31,0v20,-66,8,-162,100,-158xm151,-263r-28,0r-34,33r-18,-33r-27,0r27,51r31,0","w":119},"\u00f9":{"d":"5,-44v-5,69,98,53,119,16r-6,28r30,0r39,-186r-30,0v-19,65,-10,157,-89,163v-32,3,-34,-26,-28,-54r24,-109r-31,0xm121,-214v-13,0,-25,-12,-25,-24v0,-13,11,-25,25,-25v13,0,24,12,24,25v0,13,-11,25,-24,24xm162,-238v4,-43,-64,-55,-78,-16v-10,28,7,56,37,56v25,-1,39,-17,41,-40"},"\u016f":{"d":"5,-44v-5,69,98,53,119,16r-6,28r30,0r39,-186r-30,0v-19,65,-10,157,-89,163v-32,3,-34,-26,-28,-54r24,-109r-31,0xm121,-214v-13,0,-25,-12,-25,-24v0,-13,11,-25,25,-25v13,0,24,12,24,25v0,13,-11,25,-24,24xm162,-238v4,-43,-64,-55,-78,-16v-10,28,7,56,37,56v25,-1,39,-17,41,-40"},"\u00fb":{"d":"5,-44v-5,69,98,53,119,16r-6,28r30,0r39,-186r-30,0v-19,65,-10,157,-89,163v-32,3,-34,-26,-28,-54r24,-109r-31,0xm72,-212r25,0r49,-51r-41,0xm132,-212r25,0r49,-51r-41,0"},"\u0171":{"d":"5,-44v-5,69,98,53,119,16r-6,28r30,0r39,-186r-30,0v-19,65,-10,157,-89,163v-32,3,-34,-26,-28,-54r24,-109r-31,0xm72,-212r25,0r49,-51r-41,0xm132,-212r25,0r49,-51r-41,0"},"\u00fd":{"d":"-23,71v39,16,68,-13,82,-39r123,-218r-34,0r-79,148r-21,-148r-33,0r33,186v-14,21,-30,65,-65,46xm89,-212r25,0r49,-51r-41,0","w":173,"k":{"o":7,"g":7,"e":7,"d":7,"c":7,".":34,",":34}},"\u00fe":{"d":"86,-28v-17,6,-41,5,-35,-22r23,-109r37,0r6,-27r-37,0r11,-55r-31,0r-11,55r-31,0r-6,27r31,0r-26,131v-1,32,34,33,63,28xm32,51v-2,14,-7,26,-21,28r-3,13v39,-2,39,-40,47,-73r-32,0r-6,32r15,0","w":113},"\u0163":{"d":"86,-28v-17,6,-41,5,-35,-22r23,-109r37,0r6,-27r-37,0r11,-55r-31,0r-11,55r-31,0r-6,27r31,0r-26,131v-1,32,34,33,63,28xm32,51v-2,14,-7,26,-21,28r-3,13v39,-2,39,-40,47,-73r-32,0r-6,32r15,0","w":113},"\u0145":{"d":"3,0r33,0r44,-211r91,211r37,0r54,-257r-33,0r-44,213r-91,-213r-37,0xm101,51v-2,14,-7,26,-21,28r-3,13v39,-2,38,-41,46,-73r-31,0r-7,32r16,0","w":259},"\u016b":{"d":"5,-44v-5,69,98,53,119,16r-6,28r30,0r39,-186r-30,0v-19,65,-10,157,-89,163v-32,3,-34,-26,-28,-54r24,-109r-31,0xm71,-229r97,0r4,-19r-97,0"},"\u0394":{"d":"160,-257r-26,0r-155,257r231,0xm141,-232r39,210r-163,0","w":241},"\u0101":{"d":"60,-23v-17,0,-34,-8,-33,-26v2,-47,72,-27,102,-46v-6,40,-23,74,-69,72xm-4,-48v-3,67,99,60,120,26v-5,24,23,32,43,22r5,-23v-15,9,-24,-7,-17,-22v7,-33,19,-62,21,-98v3,-66,-120,-56,-139,-14v-4,9,-9,17,-10,27r31,0v4,-23,22,-34,50,-33v31,-6,50,29,26,47v-48,15,-127,-2,-130,68xm73,-229r97,0r4,-19r-97,0","w":186},"\ue003":{"d":"69,0r34,0r22,-103r125,-154r-40,0r-97,125r-53,-125r-36,0r67,154xm160,-283r32,0r8,-38r-32,0xm102,-283r32,0r7,-38r-32,0","w":219},"\u00ba":{"d":"75,-23v-28,1,-49,-8,-48,-36r-30,0v0,43,25,62,67,63v-7,11,-26,21,-13,35v9,-5,33,-6,32,8v-2,18,-33,10,-44,5r-7,16v29,14,78,11,78,-24v0,-22,-21,-29,-43,-25r14,-15v59,5,93,-73,36,-101v-24,-12,-60,-15,-67,-43v0,-20,19,-23,39,-23v22,0,39,10,39,32r30,0v-1,-41,-29,-55,-70,-59v-62,-6,-93,69,-38,96v24,12,61,13,67,43v0,22,-20,28,-42,28","w":173},"\uf6c2":{"d":"75,-23v-28,1,-49,-8,-48,-36r-30,0v0,43,25,62,67,63v-7,11,-26,21,-13,35v9,-5,33,-6,32,8v-2,18,-33,10,-44,5r-7,16v29,14,78,11,78,-24v0,-22,-21,-29,-43,-25r14,-15v59,5,93,-73,36,-101v-24,-12,-60,-15,-67,-43v0,-20,19,-23,39,-23v22,0,39,10,39,32r30,0v-1,-41,-29,-55,-70,-59v-62,-6,-93,69,-38,96v24,12,61,13,67,43v0,22,-20,28,-42,28","w":173},"\u015f":{"d":"75,-23v-28,1,-49,-8,-48,-36r-30,0v0,43,25,62,67,63v-7,11,-26,21,-13,35v9,-5,33,-6,32,8v-2,18,-33,10,-44,5r-7,16v29,14,78,11,78,-24v0,-22,-21,-29,-43,-25r14,-15v59,5,93,-73,36,-101v-24,-12,-60,-15,-67,-43v0,-20,19,-23,39,-23v22,0,39,10,39,32r30,0v-1,-41,-29,-55,-70,-59v-62,-6,-93,69,-38,96v24,12,61,13,67,43v0,22,-20,28,-42,28","w":173},"\u014c":{"d":"155,-263v-91,0,-141,64,-141,156v0,73,37,113,110,113v89,0,138,-65,138,-155v0,-69,-38,-114,-107,-114xm124,-23v-53,0,-76,-33,-76,-84v0,-70,34,-127,107,-127v50,0,73,35,73,85v0,69,-34,126,-104,126xm123,-291r97,0r4,-19r-97,0","w":273},"\uf004":{"d":"32,51v-2,14,-7,26,-21,28r-3,13v39,-2,39,-40,47,-73r-32,0r-6,32r15,0","w":100},"\uf6c3":{"d":"32,51v-2,14,-7,26,-21,28r-3,13v39,-2,39,-40,47,-73r-32,0r-6,32r15,0","w":100},"\ue000":{"d":"49,-105v-6,-92,89,-169,161,-103v4,5,5,11,4,16v-21,67,-6,169,-96,169v-47,0,-66,-35,-69,-82xm15,-108v-4,81,56,130,136,108v12,-4,22,-12,29,-21r-4,21r171,0r5,-29r-138,0r19,-89r125,0r6,-29r-125,0r17,-81r136,0r6,-29r-168,0r-5,29v-14,-22,-40,-35,-75,-35v-88,0,-131,68,-135,155","w":386},"\u0112":{"d":"3,0r178,0r7,-29r-145,0r19,-89r133,0r6,-29r-133,0r17,-81r143,0r6,-29r-177,0xm104,-291r97,0r4,-19r-97,0","w":219},"\u0173":{"d":"5,-44v-5,69,98,53,119,16v0,9,-8,23,-4,28v-17,15,-44,23,-44,50v0,41,65,28,77,3v-15,-8,-24,6,-40,5v-9,0,-13,-5,-13,-14v6,-21,28,-36,48,-44r39,-186r-30,0v-19,65,-10,157,-89,163v-32,3,-34,-26,-28,-54r24,-109r-31,0"},"\u0113":{"d":"40,-111v2,-48,91,-78,106,-19v1,6,2,13,2,19r-108,0xm136,-58v-16,58,-119,40,-101,-26r140,0v12,-58,-13,-110,-76,-106v-63,4,-92,52,-95,119v-5,101,151,93,163,13r-31,0xm76,-229r97,0r4,-19r-97,0","w":193},"\u0117":{"d":"40,-111v2,-48,91,-78,106,-19v1,6,2,13,2,19r-108,0xm136,-58v-16,58,-119,40,-101,-26r140,0v12,-58,-13,-110,-76,-106v-63,4,-92,52,-95,119v-5,101,151,93,163,13r-31,0xm100,-220r32,0r8,-37r-32,0","w":193},"\u011f":{"d":"84,-26v-30,0,-46,-20,-46,-50v0,-45,22,-84,66,-87v31,-2,48,18,48,48v0,45,-20,89,-68,89xm-8,18v-1,59,81,70,126,46v28,-14,39,-54,47,-91r34,-159r-29,0v-3,9,-3,29,-7,33v-7,-24,-28,-37,-59,-37v-63,0,-96,50,-96,114v0,47,21,77,69,77v28,0,46,-9,58,-28v-5,36,-21,76,-66,76v-24,-1,-45,-7,-46,-31r-31,0xm175,-263v-2,36,-77,44,-76,0r-16,0v-6,52,57,62,89,37v11,-9,17,-21,19,-37r-16,0","w":206},"\u2215":{"d":"-60,10r23,0r157,-271r-23,0","w":60},"\u0116":{"d":"3,0r178,0r7,-29r-145,0r19,-89r133,0r6,-29r-133,0r17,-81r143,0r6,-29r-177,0xm134,-283r32,0r8,-38r-33,0","w":219},"\u0100":{"d":"148,-227r19,121r-88,0xm-20,0r38,0r45,-77r109,0r12,77r35,0r-47,-257r-37,0xm114,-291r97,0r4,-19r-97,0","w":240},"\u012b":{"d":"-2,0r31,0r39,-186r-31,0xm12,-228r97,0r4,-20r-97,0","w":79},"\u0156":{"d":"206,-189v0,62,-78,49,-140,50r19,-89v51,3,121,-16,121,39xm240,-192v1,-83,-103,-62,-183,-65r-54,257r34,0r23,-110v50,6,133,-25,114,55v-4,21,-5,39,0,55r35,0v-18,-35,25,-102,-26,-122v35,-7,56,-31,57,-70xm95,51v-2,14,-7,26,-21,28r-3,13v39,-2,39,-40,47,-73r-32,0r-6,32r15,0","w":246},"\u016a":{"d":"262,-257r-34,0r-41,187v-4,49,-91,62,-123,29v-11,-12,-13,-31,-8,-56r34,-160r-34,0r-32,151v-37,112,116,148,176,80v46,-52,40,-155,62,-231xm116,-291r97,0r4,-19r-96,0","w":259},"\u0157":{"d":"136,-190v-39,-5,-64,19,-79,44r9,-40r-29,0r-39,186r31,0v20,-66,8,-162,100,-158xm-12,51r16,0v-5,12,-8,26,-22,28r-3,13v39,-2,40,-40,47,-73r-31,0","w":119},"\u00aa":{"d":"108,-23v-44,1,-70,-16,-68,-61r-35,0v-2,59,33,85,88,89v-7,11,-25,21,-12,34v9,-5,34,-5,32,8v-2,18,-33,10,-45,5r-6,16v29,14,78,11,78,-24v0,-22,-21,-29,-43,-25r12,-13v73,6,129,-72,79,-127v-30,-34,-111,-14,-120,-71v1,-31,29,-41,60,-42v39,-1,59,15,59,53r34,0v0,-57,-38,-77,-93,-82v-92,-9,-131,115,-36,139v33,8,79,9,80,52v0,36,-29,48,-64,49","w":233},"\uf6c1":{"d":"108,-23v-44,1,-70,-16,-68,-61r-35,0v-2,59,33,85,88,89v-7,11,-25,21,-12,34v9,-5,34,-5,32,8v-2,18,-33,10,-45,5r-6,16v29,14,78,11,78,-24v0,-22,-21,-29,-43,-25r12,-13v73,6,129,-72,79,-127v-30,-34,-111,-14,-120,-71v1,-31,29,-41,60,-42v39,-1,59,15,59,53r34,0v0,-57,-38,-77,-93,-82v-92,-9,-131,115,-36,139v33,8,79,9,80,52v0,36,-29,48,-64,49","w":233},"\u015e":{"d":"108,-23v-44,1,-70,-16,-68,-61r-35,0v-2,59,33,85,88,89v-7,11,-25,21,-12,34v9,-5,34,-5,32,8v-2,18,-33,10,-45,5r-6,16v29,14,78,11,78,-24v0,-22,-21,-29,-43,-25r12,-13v73,6,129,-72,79,-127v-30,-34,-111,-14,-120,-71v1,-31,29,-41,60,-42v39,-1,59,15,59,53r34,0v0,-57,-38,-77,-93,-82v-92,-9,-131,115,-36,139v33,8,79,9,80,52v0,36,-29,48,-64,49","w":233},"\u0172":{"d":"166,53v-16,-11,-48,22,-53,-9v19,-48,88,-45,104,-98v18,-62,29,-137,45,-203r-34,0r-41,187v-4,49,-91,62,-123,29v-11,-12,-13,-31,-8,-56r34,-160r-34,0r-32,151v-16,79,23,115,101,112v-29,11,-58,70,-4,70v23,0,33,-9,45,-23","w":259},"\u011e":{"d":"124,6v32,0,60,-13,77,-32r2,26r21,0r28,-135r-112,0r-5,28r82,0v-12,47,-35,83,-93,84v-53,0,-76,-33,-76,-84v0,-70,34,-127,107,-127v40,0,67,18,69,57r34,0v-1,-61,-43,-86,-103,-86v-91,0,-141,64,-141,156v0,73,37,113,110,113xm216,-327v-2,36,-79,45,-76,0r-17,0v-7,52,57,62,89,37v11,-9,18,-21,20,-37r-16,0","w":273},"\u012f":{"d":"83,-257r-31,0r-8,37r31,0xm-18,44v7,-20,29,-36,47,-44r39,-186r-31,0r-39,186r5,0v-18,13,-45,23,-45,50v0,40,65,28,77,3v-16,-11,-48,22,-53,-9","w":79},"\u013b":{"d":"3,0r170,0r6,-29r-136,0r48,-228r-34,0xm67,51r16,0v-5,12,-7,26,-22,28r-3,13v39,-2,39,-40,47,-73r-31,0"},"\u012e":{"d":"-13,44v8,-20,28,-38,50,-44r54,-257r-34,0r-54,257r5,0v-18,14,-40,24,-45,50v2,40,66,29,77,3v-16,-11,-48,22,-53,-9","w":93},"\u2212":{"d":"17,-79r182,0r0,-24r-182,0r0,24","w":216},"\ue001":{"d":"147,-32v13,44,85,44,121,21v16,-10,27,-27,34,-48r-32,0v-8,44,-103,53,-100,-6r2,-19r137,0v14,-56,-9,-106,-68,-106v-31,0,-58,14,-69,36v-9,-24,-28,-37,-62,-36v-68,2,-97,55,-104,121v-8,84,113,94,141,37xm83,-23v-31,1,-46,-19,-46,-47v0,-48,23,-89,70,-93v25,-1,44,14,43,39v-2,51,-16,99,-67,101xm177,-111v8,-30,26,-51,63,-52v31,0,44,19,42,52r-105,0","w":326},"\u0146":{"d":"179,-127v19,-80,-93,-74,-118,-31r6,-28r-30,0r-39,186r31,0v18,-66,10,-156,88,-163v31,-3,34,26,28,54r-24,109r31,0xm49,51r16,0v-5,12,-7,26,-22,28r-3,13v39,-2,39,-40,47,-73r-31,0"},"\u0123":{"d":"84,-26v-30,0,-46,-20,-46,-50v0,-45,22,-84,66,-87v31,-2,48,18,48,48v0,45,-20,89,-68,89xm-8,18v-1,59,81,70,126,46v28,-14,39,-54,47,-91r34,-159r-29,0v-3,9,-3,29,-7,33v-7,-24,-28,-37,-59,-37v-63,0,-96,50,-96,114v0,47,21,77,69,77v28,0,46,-9,58,-28v-5,36,-21,76,-66,76v-24,-1,-45,-7,-46,-31r-31,0xm145,-243r-16,0v5,-11,6,-27,22,-28r3,-13v-39,2,-39,39,-47,72r31,0","w":206},"\u013c":{"d":"-2,0r31,0r54,-257r-31,0xm-12,51r16,0v-5,12,-7,26,-22,28r-3,13v39,-2,39,-40,47,-73r-31,0","w":79},"\u012a":{"d":"3,0r34,0r54,-257r-34,0xm30,-291r97,0r4,-19r-96,0","w":93},"\u0130":{"d":"3,0r34,0r54,-257r-34,0xm62,-283r33,0r8,-38r-34,0","w":93},"\u0136":{"d":"3,0r34,0r18,-87r52,-43r70,130r38,0r-83,-151r124,-106r-46,0r-146,127r27,-127r-34,0xm80,51r16,0v-5,12,-7,26,-22,28r-3,13v39,-2,39,-40,47,-73r-31,0","w":240},"\u0122":{"d":"124,6v32,0,60,-13,77,-32r2,26r21,0r28,-135r-112,0r-5,28r82,0v-12,47,-35,83,-93,84v-53,0,-76,-33,-76,-84v0,-70,34,-127,107,-127v40,0,67,18,69,57r34,0v-1,-61,-43,-86,-103,-86v-91,0,-141,64,-141,156v0,73,37,113,110,113xm100,51r16,0v-5,12,-7,26,-22,28r-3,13v39,-2,39,-40,47,-73r-31,0","w":273},"\u014d":{"d":"88,-23v-32,1,-52,-20,-51,-51v2,-47,23,-89,71,-89v33,0,49,20,49,52v0,45,-23,86,-69,88xm110,-190v-68,2,-104,50,-104,117v0,47,29,78,79,77v66,-2,102,-50,103,-117v1,-50,-27,-78,-78,-77xm82,-229r98,0r4,-19r-97,0","w":206},"\u0137":{"d":"-2,0r31,0r14,-66r37,-33r36,99r34,0r-46,-117r81,-69r-40,0r-94,80r32,-151r-30,0xm62,51v-2,14,-7,26,-21,28r-3,13v39,-2,39,-40,47,-73r-32,0r-7,32r16,0","w":173},"\ue002":{"d":"199,-140r-182,0r0,25r157,0r0,76r25,0r0,-101","w":216}}});;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 1990-91 Apple Computer Inc. © 1981 Linotype AG © 1990-91 Type Solutions Inc.
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Helvetica","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"7","bbox":"-12 -279 335 80.0727","underline-thickness":"17.7539","underline-position":"-18.457","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100,"k":{"Y":7,"T":7,"A":20}},"!":{"d":"42,-258r35,0v2,70,-3,133,-8,196r-18,0r-9,-111r0,-85xm42,-37r35,0r0,37r-35,0r0,-37","w":100},"\"":{"d":"107,-258r-6,103r-21,0r-5,-103r32,0xm46,-258r-5,103r-21,0r-6,-103r32,0","w":127},"#":{"d":"5,-99r41,0r17,-60r-41,0r5,-20r41,0r21,-79r26,0r-21,79r39,0r22,-79r25,0r-21,79r41,0r-6,20r-40,0r-17,60r41,0r-6,21r-40,0r-22,78r-25,0r21,-78r-39,0r-21,78r-26,0r21,-78r-41,0xm111,-99r16,-60r-38,0r-17,60r39,0"},"$":{"d":"107,-18v44,5,64,-56,32,-80v-6,-4,-17,-9,-32,-13r0,93xm90,-230v-37,-2,-55,46,-31,69v8,7,18,11,31,14r0,-83xm16,-186v0,-38,32,-71,75,-70r0,-23r16,0r0,23v44,3,71,26,74,69r-31,0v-2,-26,-18,-41,-43,-42r0,85v49,15,80,21,80,71v0,52,-29,76,-80,81r0,34r-16,0r0,-34v-53,-4,-80,-29,-80,-85r31,0v2,38,13,53,48,58r0,-96v-44,-9,-74,-24,-74,-71"},"%":{"d":"245,-122v33,0,62,28,62,61v0,33,-29,61,-62,61v-33,0,-61,-28,-61,-61v0,-33,28,-61,61,-61xm220,-251r19,0r-140,258r-20,0xm73,-147v20,0,36,-16,36,-36v0,-20,-17,-36,-36,-36v-19,0,-36,16,-36,36v0,20,16,36,36,36xm73,-244v33,0,61,28,61,61v0,33,-28,61,-61,61v-33,0,-61,-28,-61,-61v0,-33,28,-61,61,-61xm245,-25v19,0,37,-17,37,-36v0,-20,-17,-36,-37,-36v-20,0,-36,17,-36,36v0,19,17,36,36,36","w":320},"&":{"d":"103,-158v19,-14,31,-22,33,-46v0,-16,-12,-28,-28,-28v-45,2,-32,55,-5,74xm48,-65v-2,55,84,51,102,14r-58,-71v-28,19,-43,23,-44,57xm74,-144v-45,-34,-31,-114,35,-114v34,0,57,22,57,52v0,35,-20,50,-46,69r47,56v6,-18,7,-22,10,-41r30,0v-1,19,-14,60,-21,66r46,56r-41,0r-24,-30v-20,22,-40,35,-75,36v-48,2,-76,-30,-76,-71v0,-45,22,-57,58,-79","w":240},"'":{"d":"59,-258r-5,103r-21,0r-6,-103r32,0","w":68},"(":{"d":"25,-92v0,-83,20,-107,60,-170r22,0v-64,100,-64,236,0,335r-21,0v-39,-60,-61,-82,-61,-165","w":119},")":{"d":"94,-97v0,83,-20,107,-60,170r-22,0v67,-99,63,-237,0,-335r21,0v40,61,61,84,61,165","w":119},"*":{"d":"79,-258r0,39r38,-13r7,19r-38,13r24,33r-18,12r-23,-34r-23,34r-18,-12r24,-33r-38,-13r7,-19r38,13r0,-39r20,0","w":140},"+":{"d":"16,-77r0,-30r77,0r0,-77r30,0r0,77r77,0r0,30r-77,0r0,77r-30,0r0,-77r-77,0","w":210},",":{"d":"30,37v13,-1,22,-21,19,-37r-19,0r0,-38r38,0v1,43,1,86,-38,91r0,-16","w":100},"-":{"d":"15,-117r88,0r0,33r-88,0r0,-33","w":119},".":{"d":"31,-38r37,0r0,38r-37,0r0,-38","w":100},"\/":{"d":"82,-258r27,0r-82,258r-27,0","w":100},"0":{"d":"97,-252v64,1,88,54,88,126v0,72,-25,134,-88,133v-61,-1,-86,-58,-86,-128v0,-70,26,-132,86,-131xm97,-22v45,0,54,-41,54,-103v0,-50,-6,-98,-52,-98v-46,0,-53,48,-53,103v0,50,11,98,51,98"},"1":{"d":"34,-202v46,-6,58,-8,68,-49r25,0r0,251r-33,0r0,-178r-60,0r0,-24","k":{"1":27}},"2":{"d":"102,-253v73,-4,107,79,62,127v-27,29,-106,48,-117,96r137,0r0,30r-173,0v-3,-86,79,-102,125,-142v31,-27,10,-85,-34,-82v-36,2,-52,23,-52,62r-33,0v1,-57,29,-88,85,-91"},"3":{"d":"142,-134v79,29,39,141,-48,141v-56,0,-84,-34,-85,-84r33,0v2,38,17,53,53,55v32,1,55,-19,55,-48v0,-41,-34,-50,-73,-46r0,-28v35,5,65,-7,65,-40v0,-25,-21,-39,-44,-39v-35,0,-50,19,-52,54r-31,0v-1,-52,29,-83,79,-83v49,0,81,20,81,67v0,25,-13,44,-33,51"},"4":{"d":"119,-89r0,-114r-81,114r81,0xm120,0r0,-62r-111,0r0,-30r115,-160r27,0r0,163r37,0r0,27r-37,0r0,62r-31,0"},"5":{"d":"185,-84v0,75,-87,116,-147,73v-16,-12,-24,-29,-26,-53r32,0v3,27,23,42,52,43v35,2,52,-27,55,-58v5,-57,-79,-72,-103,-31r-27,-2r19,-136r131,0r0,31r-107,0r-11,70v48,-39,132,-2,132,63"},"6":{"d":"14,-111v0,-76,27,-142,91,-142v49,0,74,30,76,67r-32,0v-3,-45,-65,-51,-85,-14v-9,17,-17,40,-18,70v35,-56,140,-32,140,49v0,47,-34,90,-86,88v-58,-3,-86,-46,-86,-118xm103,-22v34,0,50,-26,50,-56v0,-29,-16,-56,-52,-54v-30,1,-51,22,-51,54v0,31,20,56,53,56"},"7":{"d":"188,-220v-48,56,-89,127,-104,220r-35,0v12,-75,58,-164,103,-216r-139,0r0,-32r175,0r0,28"},"8":{"d":"98,-146v25,0,45,-16,44,-40v0,-21,-19,-37,-45,-37v-28,0,-43,15,-43,39v-1,23,21,38,44,38xm100,-22v30,0,52,-17,51,-47v0,-32,-22,-49,-53,-50v-29,-1,-53,20,-52,49v0,29,21,48,54,48xm55,-134v-67,-27,-28,-126,44,-118v72,-9,105,91,44,118v25,11,42,30,42,62v0,46,-36,80,-86,79v-48,-1,-87,-28,-87,-78v0,-34,17,-53,43,-63"},"9":{"d":"183,-134v0,71,-28,141,-92,141v-46,0,-75,-27,-75,-68r32,0v-1,43,56,56,80,23v10,-14,19,-38,23,-77v-34,58,-145,26,-138,-51v4,-47,31,-86,82,-86v61,0,88,51,88,118xm96,-112v30,-1,50,-19,50,-56v0,-35,-18,-55,-50,-55v-32,-1,-51,24,-50,57v1,32,16,56,50,54"},":":{"d":"40,-186r37,0r0,39r-37,0r0,-39xm40,-38r37,0r0,38r-37,0r0,-38","w":100},";":{"d":"40,37v13,-3,21,-18,19,-37r-19,0r0,-38r37,0v2,43,2,87,-37,91r0,-16xm40,-186r37,0r0,39r-37,0r0,-39","w":100},"<":{"d":"5,-107r205,-80r0,32r-168,63r168,64r0,31r-205,-80r0,-30","w":210},"=":{"d":"200,-144r0,29r-184,0r0,-29r184,0xm200,-69r0,30r-184,0r0,-30r184,0","w":210},">":{"d":"210,-77r-205,80r0,-31r168,-64r-168,-63r0,-32r205,80r0,30","w":210},"?":{"d":"87,-37r35,0r0,37r-35,0r0,-37xm27,-177v0,-50,31,-85,81,-85v44,0,76,28,76,71v1,57,-70,60,-65,125r-32,0v-7,-68,64,-69,64,-126v0,-25,-16,-43,-44,-42v-34,0,-47,21,-48,57r-32,0"},"@":{"d":"220,-157v0,-14,-11,-28,-28,-28v-27,0,-49,42,-49,70v0,20,8,35,26,36v31,2,51,-50,51,-78xm185,8v-83,0,-144,-53,-145,-131v-1,-83,67,-142,153,-142v76,0,131,38,132,109v1,47,-35,96,-77,97v-23,1,-38,-15,-33,-37v-10,21,-27,37,-53,37v-29,0,-48,-25,-48,-56v0,-42,34,-90,72,-89v22,0,41,16,42,36r9,-30r25,0r-28,101v0,10,7,15,16,15v31,0,53,-38,52,-75v-2,-56,-46,-88,-105,-88v-78,0,-133,46,-133,123v0,67,52,109,125,109v42,0,75,-15,101,-34r11,16v-23,19,-71,39,-116,39","w":365},"A":{"d":"160,-106r-39,-114r-42,114r81,0xm102,-258r40,0r94,258r-39,0r-26,-77r-102,0r-28,77r-36,0","w":240,"k":{" ":20,"y":7,"w":7,"v":7,"Y":27,"W":13,"V":27,"T":27}},"B":{"d":"178,-190v0,-52,-68,-37,-117,-39r0,80v50,-2,117,12,117,-41xm191,-77v0,-55,-75,-43,-130,-44r0,91v58,-1,130,11,130,-47xm179,-139v82,26,46,139,-43,139r-109,0r0,-258v80,2,187,-19,186,64v0,27,-13,45,-34,55","w":240},"C":{"d":"16,-132v0,-77,46,-133,120,-133v59,0,100,36,106,84r-34,0v-8,-33,-30,-55,-71,-54v-57,1,-85,43,-85,109v0,58,26,102,84,102v44,0,67,-30,75,-71r34,0v-6,58,-50,103,-113,102v-76,-2,-116,-57,-116,-139","w":259},"D":{"d":"207,-127v2,-61,-22,-102,-81,-101r-62,0r0,198r63,0v59,1,78,-42,80,-97xm242,-133v0,74,-39,133,-109,133r-104,0r0,-258r105,0v69,-1,108,54,108,125","w":259},"E":{"d":"31,-258r188,0r0,31r-154,0r0,79r142,0r0,30r-142,0r0,87r157,0r0,31r-191,0r0,-258","w":240},"F":{"d":"31,-258r179,0r0,31r-144,0r0,79r126,0r0,31r-126,0r0,117r-35,0r0,-258","w":219,"k":{"A":20,".":40,",":40}},"G":{"d":"17,-125v0,-103,92,-171,185,-126v26,13,41,37,47,71r-35,0v-8,-36,-34,-54,-76,-54v-54,0,-86,44,-85,107v1,61,24,105,86,104v50,-1,83,-31,82,-86r-81,0r0,-29r113,0r0,138r-22,0r-9,-33v-25,28,-43,39,-90,40v-71,1,-115,-57,-115,-132","w":280},"H":{"d":"28,-258r36,0r0,106r134,0r0,-106r35,0r0,258r-35,0r0,-121r-134,0r0,121r-36,0r0,-258","w":259},"I":{"d":"35,-258r36,0r0,258r-36,0r0,-258","w":100},"J":{"d":"78,-22v37,-2,42,-20,42,-64r0,-172r34,0r0,181v0,57,-23,84,-78,84v-48,0,-76,-30,-70,-90r33,0v-2,36,5,63,39,61","w":180},"K":{"d":"27,-258r35,0r0,126r125,-126r49,0r-108,104r111,154r-46,0r-90,-130r-41,40r0,90r-35,0r0,-258","w":240},"L":{"d":"27,-258r35,0r0,227r131,0r0,31r-166,0r0,-258","k":{" ":13,"y":13,"Y":27,"W":27,"V":27,"T":27}},"M":{"d":"27,-258r50,0r74,218r73,-218r50,0r0,258r-33,0r1,-218r-74,218r-35,0r-74,-218r1,218r-33,0r0,-258","w":299},"N":{"d":"27,-258r42,0r130,209r0,-209r33,0r0,258r-39,0r-132,-209r0,209r-34,0r0,-258","w":259},"O":{"d":"139,-265v81,0,126,50,127,131v0,81,-48,142,-128,142v-77,0,-125,-57,-124,-136v1,-78,47,-137,125,-137xm142,-24v61,0,87,-52,88,-109v0,-57,-33,-102,-89,-101v-59,1,-92,43,-91,108v1,58,29,102,92,102","w":280},"P":{"d":"224,-184v0,43,-30,75,-77,75r-81,0r0,109r-35,0r0,-258r116,0v46,-1,77,29,77,74xm188,-184v0,-57,-68,-43,-122,-44r0,89v54,-2,122,14,122,-45","w":240,"k":{" ":7,"A":27,".":46,",":46}},"Q":{"d":"266,-134v0,46,-14,82,-38,106r36,27r-18,22r-40,-31v-19,10,-40,18,-68,18v-77,2,-125,-58,-124,-136v1,-78,47,-137,125,-137v81,0,126,50,127,131xm50,-126v0,74,58,121,129,95r-28,-22r18,-22r33,26v52,-56,31,-190,-61,-185v-62,3,-91,41,-91,108","w":280},"R":{"d":"201,-185v0,-60,-78,-40,-134,-43r0,88v57,-3,134,17,134,-45xm203,0v-14,-39,16,-111,-57,-111r-79,0r0,111r-35,0r0,-258v87,3,204,-22,204,69v0,32,-14,51,-36,62v49,5,16,97,46,121r0,6r-43,0","w":259,"k":{"Y":7,"W":7,"V":7,"T":7}},"S":{"d":"120,8v-61,1,-104,-35,-103,-91r33,0v3,42,28,58,72,61v49,3,90,-41,54,-75v-45,-28,-150,-15,-150,-88v0,-78,105,-101,161,-60v19,13,29,34,29,63r-33,0v-4,-38,-25,-48,-66,-52v-48,-4,-79,49,-42,71v43,25,148,14,148,91v0,58,-49,78,-103,80","w":240},"T":{"d":"215,-258r0,31r-87,0r0,227r-35,0r0,-227r-87,0r0,-31r209,0","w":219,"k":{" ":7,"y":20,"w":20,"u":13,"s":40,"r":13,"o":40,"i":13,"e":40,"c":40,"a":40,"O":7,"A":27,";":40,":":40,".":40,"-":20,",":40}},"U":{"d":"131,7v-72,0,-101,-41,-101,-120r0,-145r35,0v8,91,-32,232,64,234v104,2,60,-142,69,-234r35,0r0,145v1,79,-30,120,-102,120","w":259},"V":{"d":"48,-258r74,220r73,-220r39,0r-94,258r-37,0r-94,-258r39,0","w":240,"k":{"y":13,"u":13,"r":13,"o":20,"i":7,"e":20,"a":27,"A":27,";":13,":":13,".":33,"-":20,",":33}},"W":{"d":"44,-258r49,210r59,-210r37,0r59,210r49,-210r38,0r-68,258r-37,0r-59,-214r-60,214r-37,0r-67,-258r37,0","w":339,"k":{"y":3,"u":7,"r":7,"o":7,"e":7,"a":13,"A":13,";":7,":":7,".":20,"-":7,",":20}},"X":{"d":"50,0r-43,0r93,-132r-87,-126r44,0r66,99r65,-99r42,0r-87,126r91,132r-43,0r-70,-106","w":240},"Y":{"d":"7,-258r41,0r74,124r75,-124r40,0r-97,154r0,104r-35,0r0,-104","w":240,"k":{" ":7,"v":20,"u":20,"q":33,"p":27,"o":33,"i":13,"e":33,"a":27,"A":27,";":23,":":20,".":46,"-":33,",":46}},"Z":{"d":"8,-29r159,-198r-147,0r0,-31r192,0r0,30r-160,197r160,0r0,31r-204,0r0,-29","w":219},"[":{"d":"22,-260r68,0r0,26r-38,0r0,279r38,0r0,26r-68,0r0,-331","w":100},"\\":{"d":"15,-258r101,258r-28,0r-100,-258r27,0","w":100},"]":{"d":"8,45r38,0r0,-279r-38,0r0,-26r68,0r0,331r-68,0r0,-26","w":100},"^":{"d":"110,-258r62,151r-29,0r-46,-116r-47,116r-29,0r62,-151r27,0","w":168},"_":{"d":"0,45r0,-18r200,0r0,18r-200,0"},"`":{"d":"62,-213r-25,0r-47,-51r40,0","w":119},"a":{"d":"62,-76v-28,14,-14,57,19,55v42,-3,67,-26,59,-75v-19,12,-59,9,-78,20xm142,-25v-25,42,-128,43,-128,-24v0,-56,58,-61,110,-65v12,-2,17,-7,17,-21v0,-24,-19,-31,-45,-31v-27,0,-40,9,-42,35r-30,0v1,-44,32,-62,73,-62v40,0,75,13,75,52r0,109v-1,12,8,12,20,10r0,23v-23,8,-50,1,-50,-26"},"b":{"d":"105,6v-28,0,-42,-11,-55,-30r0,24r-29,0r0,-259r31,0r0,94v11,-16,31,-28,56,-28v50,1,80,38,79,95v-1,55,-28,104,-82,104xm103,-22v38,1,51,-35,51,-74v0,-36,-15,-69,-50,-69v-34,0,-54,27,-54,69v0,44,14,74,53,74"},"c":{"d":"10,-89v0,-83,75,-132,138,-89v14,9,21,28,24,53r-31,0v-4,-23,-16,-40,-45,-40v-36,0,-53,36,-52,76v0,36,14,68,50,67v28,0,42,-20,47,-45r31,0v-7,45,-32,72,-81,72v-50,1,-81,-43,-81,-94","w":180},"d":{"d":"43,-92v0,38,15,73,54,71v35,-1,50,-33,50,-73v0,-42,-16,-70,-50,-70v-36,0,-55,30,-54,72xm91,-192v27,1,41,10,55,28r0,-95r31,0r0,259r-29,0r0,-26v-13,21,-31,33,-61,33v-46,0,-77,-46,-77,-97v0,-52,29,-103,81,-102"},"e":{"d":"13,-91v0,-107,149,-141,169,-35v2,9,3,23,3,42r-138,0v2,36,14,63,52,63v27,0,47,-16,52,-38r31,0v-9,39,-37,66,-85,66v-50,-1,-84,-41,-84,-98xm152,-109v3,-52,-58,-73,-89,-40v-10,10,-15,24,-16,40r105,0"},"f":{"d":"31,-187v-5,-52,9,-83,63,-74r0,29v-31,-4,-32,7,-31,45r31,0r0,25r-32,0r0,162r-31,0r0,-162r-26,0r0,-25r26,0","w":100,"k":{"f":7}},"g":{"d":"11,-91v0,-85,89,-135,136,-72r0,-24r29,0v-7,109,35,271,-85,267v-40,-1,-72,-19,-74,-57r32,0v3,21,17,30,43,30v46,0,55,-29,53,-79v-12,19,-27,29,-58,28v-48,-1,-76,-35,-76,-93xm147,-95v1,-41,-17,-69,-52,-69v-37,0,-52,33,-52,75v-1,37,14,64,48,65v38,1,56,-32,56,-71"},"h":{"d":"107,-165v-32,0,-52,22,-52,65r0,100r-32,0r0,-259r32,0r0,96v30,-50,122,-38,122,42r0,121r-33,0r0,-119v1,-32,-9,-46,-37,-46"},"i":{"d":"23,-187r32,0r0,187r-32,0r0,-187xm23,-258r32,0r0,36r-32,0r0,-36","w":79},"j":{"d":"55,-222r-32,0r0,-36r32,0r0,36xm55,28v1,39,-23,51,-62,47r0,-27v26,-2,30,2,30,-23r0,-212r32,0r0,215","w":79},"k":{"d":"22,-258r31,0r0,150r81,-80r41,0r-73,70r77,118r-41,0r-59,-95r-26,24r0,71r-31,0r0,-258","w":180},"l":{"d":"24,-258r32,0r0,258r-32,0r0,-258","w":79},"m":{"d":"102,-164v-64,1,-44,98,-47,164r-32,0r0,-188r31,0r0,26v20,-36,90,-42,107,-1v27,-47,116,-37,116,38r0,125r-33,0r0,-131v0,-23,-12,-32,-33,-33v-65,0,-41,100,-45,164r-32,0r0,-123v0,-28,-7,-40,-32,-41","w":299},"n":{"d":"109,-164v-75,0,-50,95,-54,164r-32,0r0,-188r30,0r0,26v32,-47,124,-42,124,41r0,121r-33,0r0,-119v0,-27,-10,-45,-35,-45"},"o":{"d":"98,-20v42,0,54,-39,55,-77v0,-41,-17,-69,-55,-69v-39,-1,-55,36,-55,75v0,39,16,71,55,71xm99,-194v51,1,87,38,87,96v0,60,-30,105,-91,105v-54,0,-85,-41,-85,-97v0,-60,32,-104,89,-104"},"p":{"d":"103,-21v34,-1,51,-32,51,-74v0,-39,-16,-70,-51,-70v-37,0,-52,35,-52,77v0,39,16,69,52,67xm107,6v-27,0,-41,-9,-55,-27r0,96r-31,0r0,-262r31,0r0,25v40,-62,142,-20,135,64v-5,60,-25,104,-80,104"},"q":{"d":"44,-92v0,40,15,71,50,71v37,0,52,-32,52,-75v0,-40,-16,-70,-52,-69v-34,2,-50,31,-50,73xm90,-192v28,0,46,11,57,30r0,-26r30,0r0,263r-32,0r0,-97v-39,58,-134,18,-134,-67v0,-55,29,-102,79,-103"},"r":{"d":"116,-158v-36,-7,-60,19,-60,50r0,108r-32,0r0,-188r30,0r0,32v7,-16,31,-42,62,-36r0,34","w":119,"k":{".":20,",":20}},"s":{"d":"149,-93v42,37,4,100,-59,100v-51,0,-76,-23,-78,-66r30,0v3,29,18,36,49,39v32,3,63,-31,34,-49v-32,-20,-108,-15,-108,-64v0,-38,30,-60,71,-60v42,0,72,23,73,59r-30,0v-3,-22,-18,-32,-46,-32v-32,0,-50,31,-24,45v21,11,75,18,88,28","w":180},"t":{"d":"92,0v-35,9,-62,-1,-62,-38r0,-124r-26,0r0,-26r26,0r0,-53r32,0r0,53r30,0r0,26r-30,0r0,122v-1,18,13,16,30,15r0,25","w":100},"u":{"d":"85,5v-90,0,-57,-114,-63,-193r33,0r0,125v-1,27,13,39,36,40v69,2,48,-97,51,-165r32,0r0,188r-30,0r0,-28v-10,19,-32,33,-59,33"},"v":{"d":"39,-188r50,153r53,-153r34,0r-71,188r-34,0r-69,-188r37,0","w":180,"k":{".":27,",":27}},"w":{"d":"38,-188r36,148r37,-148r35,0r37,147r39,-147r31,0r-54,188r-33,0r-39,-146r-37,146r-33,0r-54,-188r35,0","w":259,"k":{".":20,",":20}},"x":{"d":"5,-188r41,0r43,66r44,-66r39,0r-64,91r67,97r-41,0r-47,-71r-45,71r-40,0r66,-97","w":180},"y":{"d":"141,-188r35,0r-59,161v-18,48,-30,77,-38,88v-10,15,-35,20,-58,14r0,-29v35,16,44,-19,52,-41r-69,-193r36,0r50,153","w":180,"k":{".":27,",":27}},"z":{"d":"9,-25r112,-135r-104,0r0,-28r146,0r0,26r-111,134r115,0r0,28r-158,0r0,-25","w":180},"{":{"d":"17,-95v45,3,55,43,52,96v-2,32,19,48,43,52r0,20v-55,-3,-72,-37,-72,-104v0,-36,-15,-49,-48,-54r0,-20v72,4,32,-97,63,-135v10,-13,28,-21,57,-23r0,20v-38,3,-43,34,-43,79v0,44,-14,64,-52,69","w":120},"|":{"d":"55,0r-30,0r0,-262r30,0r0,262","w":93},"}":{"d":"103,-95v-44,-3,-55,-37,-52,-89v2,-38,-12,-55,-44,-59r0,-20v61,3,75,36,72,104v-2,36,15,50,48,54r0,20v-75,-5,-26,111,-68,140v-14,10,-31,16,-52,18r0,-20v36,-4,44,-34,44,-79v0,-42,16,-65,52,-69","w":120},"~":{"d":"3,-56v5,-43,35,-79,85,-60v23,9,43,24,70,24v19,0,30,-18,34,-35r20,0v-4,47,-43,83,-94,56v-30,-15,-87,-37,-94,15r-21,0","w":210},"\u00a0":{"w":100,"k":{"Y":7,"T":7,"A":20}}}});;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Digitized data copyright The Monotype Corporation 1991-1995. All rights
 * reserved. Gill Sans® is a trademark of The Monotype Corporation which may be
 * registered in certain jurisdictions.
 * 
 * Trademark:
 * Gill Sans® is a trademark of The Monotype Corporation which may be registered
 * in certain jurisdictions.
 * 
 * Description:
 * Monotype Type Drawing Office 1928. Gill studied under the renowned
 * calligrapher, Edward Johnston, the designer of the London Underground sans serif
 * typeface. This influenced Gill who later experimented with sans serif designs,
 * and in due course produced a set of capital letters. These became Monotype
 * series 231, produced in 1923, and the forerunner of the extensive Gill Sans
 * range now available. A twentieth century sans serif that has a simplicity of
 * form which does not reject traditional forms and proportions, and gives the face
 * a humanist feel. The lighter weights are highly readable in text and suitable
 * for magazine and book work, whereas the heavier weights are best used for
 * display in advertising, packaging, and labels.
 * 
 * Manufacturer:
 * Monotype Typography
 * 
 * Designer:
 * Eric Gill
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 */
Cufon.registerFont({"w":180,"face":{"font-family":"Gill Sans MT","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 2 2 1 4 2 2 3","ascent":"288","descent":"-72","x-height":"3","bbox":"-22 -262.115 375 83","underline-thickness":"17.9297","underline-position":"-18.1055","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100,"k":{"\u2018":36,"\u201c":36,"Y":54,"W":45,"V":54,"T":45,"A":36}},"!":{"d":"49,-41v12,0,21,11,21,23v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21v0,-13,10,-23,22,-23xm49,-71v-15,-19,-20,-90,-20,-126v0,-34,7,-52,20,-52v37,19,17,141,0,178","w":97},"\"":{"d":"45,-166r-20,0v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92xm103,-166r-20,0v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92","w":127},"#":{"d":"1,-153r0,-22r57,0r15,-71r21,0r-15,71r74,0r15,-71r22,0r-15,71r35,0r0,22r-40,0r-13,65r53,0r0,22r-57,0r-15,70r-22,0r15,-70r-74,0r-15,70r-21,0r14,-70r-34,0r0,-22r39,0r14,-65r-53,0xm149,-153r-74,0r-14,65r75,0","w":210},"$":{"d":"19,-172v0,-37,32,-60,67,-64r0,-13r29,0r0,13v23,4,41,10,54,21r0,41v-15,-15,-33,-25,-54,-30r0,71v36,10,66,31,66,70v0,37,-27,61,-66,66r0,39r-29,0r0,-39v-20,-2,-43,-10,-68,-25r0,-44v21,18,38,30,68,37r0,-78v-40,-14,-67,-23,-67,-65xm86,-204v-23,0,-42,28,-26,47v4,5,17,11,26,15r0,-62xm115,-30v41,-6,38,-51,6,-62r-6,-3r0,65","w":195},"%":{"d":"188,-249r27,0r-161,252r-27,0xm124,-52v-1,-28,26,-55,55,-55v29,0,55,26,55,55v0,30,-26,54,-55,54v-29,0,-55,-25,-55,-54xm208,-52v0,-16,-14,-28,-29,-28v-16,-1,-28,13,-28,28v0,15,12,28,28,28v15,0,29,-14,29,-28xm9,-193v0,-29,26,-55,55,-55v29,0,54,26,54,55v0,28,-26,54,-54,54v-29,0,-55,-25,-55,-54xm92,-193v0,-15,-13,-29,-29,-29v-15,0,-28,14,-28,29v0,15,13,28,28,28v15,0,29,-14,29,-28","w":243},"&":{"d":"102,-241v34,-1,60,21,61,54v0,21,-17,47,-46,65r35,40v10,-11,18,-25,26,-40r35,0v-8,22,-22,43,-40,64r50,58r-45,0r-28,-33v-16,15,-48,35,-79,36v-32,0,-62,-25,-61,-57v1,-38,32,-57,58,-73v-48,-40,-31,-114,34,-114xm45,-56v3,36,60,27,75,5r8,-7r-40,-46v-16,12,-45,30,-43,48xm102,-211v-40,1,-27,52,-4,65v14,-9,33,-23,32,-40v0,-14,-12,-26,-28,-25","w":225},"'":{"d":"44,-166r-20,0v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92","w":67},"(":{"d":"57,37v-56,-89,-36,-220,35,-286r20,0v-67,82,-71,246,0,331v-33,5,-43,-35,-55,-45","w":116},")":{"d":"4,82v69,-80,67,-254,0,-331v34,-5,43,35,55,45v17,28,35,78,34,121v-4,77,-27,115,-69,165r-20,0","w":116},"*":{"d":"23,-200v-21,-5,-20,-24,-4,-28v19,5,32,27,47,38v2,-2,4,-4,7,-4r-10,-51v0,-11,5,-16,13,-16v33,0,-12,60,9,71v15,-12,27,-33,47,-38v16,2,16,27,-2,28r-42,15r0,9v19,11,48,10,56,31v-17,32,-47,-19,-59,-26v-2,2,-5,3,-7,3v3,18,8,34,9,54v0,10,-4,15,-12,15v-25,-6,-4,-49,-2,-69v-2,0,-5,-1,-7,-3v-13,11,-32,34,-48,37v-21,-8,-12,-23,10,-30r35,-12r0,-9","w":150},"+":{"d":"90,-42r0,-70r-70,0r0,-30r70,0r0,-70r30,0r0,70r70,0r0,30r-70,0r0,70r-30,0","w":210},",":{"d":"35,-46v29,1,32,48,14,68v-8,10,-18,17,-31,21v2,-19,17,-19,14,-43v-26,-5,-22,-46,3,-46","w":78,"k":{"\u2019":36,"\u201d":36," ":36}},"-":{"d":"14,-97r88,0r0,34r-88,0r0,-34","w":116},".":{"d":"18,-18v0,-12,9,-21,21,-21v12,0,22,10,22,21v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21","w":78,"k":{"\u2019":36,"\u201d":36," ":36}},"\/":{"d":"1,3r71,-252r25,0r-71,252r-25,0","w":101},"0":{"d":"90,2v-108,-2,-106,-250,1,-251v104,5,106,248,-1,251xm90,-30v62,-7,60,-175,2,-185v-64,4,-63,178,-2,185"},"1":{"d":"73,-246r35,0r0,246r-35,0r0,-246"},"2":{"d":"17,-225v58,-58,159,-2,128,84v-14,40,-39,69,-71,107r94,0r0,34r-156,0v33,-54,95,-96,103,-168v3,-27,-17,-46,-43,-46v-24,0,-42,16,-55,33r0,-44"},"3":{"d":"76,-249v72,0,99,95,41,119v66,23,33,133,-40,133v-19,0,-37,-5,-54,-14r0,-38v34,24,93,28,93,-21v0,-30,-18,-38,-51,-41v2,-10,-3,-26,2,-32v28,0,47,-10,47,-37v-1,-41,-52,-46,-85,-25r0,-33v14,-7,30,-11,47,-11"},"4":{"d":"128,-249r14,0r0,138r28,0r0,30r-28,0r0,81r-34,0r0,-81r-104,0r0,-15xm108,-111r0,-71r-57,71r57,0"},"5":{"d":"122,-76v2,-37,-50,-53,-86,-42r0,-128r109,0r0,32r-77,0r0,62v50,-6,90,29,90,76v0,70,-81,98,-140,64r0,-36v37,29,101,21,104,-28"},"6":{"d":"94,3v-70,1,-93,-82,-67,-147v18,-45,49,-76,87,-105r21,27v-36,24,-59,49,-75,90v50,-29,108,8,108,61v0,40,-34,74,-74,74xm133,-70v0,-41,-54,-51,-80,-25v-8,33,9,65,41,65v23,0,39,-18,39,-40"},"7":{"d":"18,-246r158,0r-111,249r-31,-13r90,-202r-106,0r0,-34"},"8":{"d":"46,-125v-54,-34,-23,-124,46,-124v68,0,101,89,42,124v64,32,29,136,-44,128v-71,7,-110,-95,-44,-128xm91,-142v20,0,39,-16,39,-37v0,-21,-17,-36,-39,-36v-22,0,-39,15,-39,36v0,20,19,37,39,37xm91,-31v24,0,42,-14,42,-38v0,-23,-19,-39,-43,-39v-24,0,-43,16,-43,39v0,23,19,38,44,38"},"9":{"d":"87,-249v86,1,98,115,51,180v-21,29,-42,55,-71,72r-21,-26v32,-20,64,-54,75,-92v-47,31,-108,-7,-108,-61v0,-40,34,-74,74,-73xm48,-176v0,38,50,51,79,26v11,-36,-8,-65,-40,-66v-23,-1,-39,18,-39,40"},":":{"d":"17,-18v0,-12,9,-22,21,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21xm20,-143v0,-12,9,-22,21,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21","w":78,"k":{" ":36}},";":{"d":"22,43v3,-18,16,-22,15,-43v-28,-5,-23,-46,3,-46v29,2,30,49,13,68v-8,10,-18,17,-31,21xm22,-143v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,11,-10,21,-22,21v-12,0,-21,-9,-21,-21","w":82,"k":{" ":36}},"<":{"d":"20,-113r0,-29r170,-72r0,31r-135,56r135,56r0,31","w":210},"=":{"d":"190,-152r-170,0r0,-29r170,0r0,29xm190,-73r-170,0r0,-30r170,0r0,30","w":210},">":{"d":"190,-113r-170,73r0,-31r135,-56r-135,-56r0,-31r170,72r0,29","w":210},"?":{"d":"51,-63v-56,-29,15,-90,17,-130v1,-22,-25,-29,-45,-18r23,-38v34,1,58,19,58,52v0,48,-59,92,-53,134xm55,-40v12,0,23,9,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21v0,-12,10,-22,21,-22","w":119},"@":{"d":"87,-78v0,-79,94,-156,144,-80r6,-27r32,0r-31,145v1,6,6,11,12,12v36,-8,68,-51,68,-98v0,-65,-59,-111,-126,-111v-83,0,-146,67,-146,152v0,88,61,135,152,134v56,0,98,-18,123,-52r31,0v-26,46,-80,78,-155,78v-104,0,-180,-56,-178,-157v2,-105,66,-180,175,-180v84,0,153,57,151,137v-2,63,-43,125,-107,125v-25,0,-32,-7,-34,-29v-14,15,-31,28,-54,29v-38,1,-63,-38,-63,-78xm180,-165v-56,-2,-93,140,-23,140v34,0,66,-50,64,-89v0,-28,-15,-51,-41,-51","w":363},"A":{"d":"105,-247r25,0r110,247r-36,0r-33,-73r-104,0r-31,73r-36,0xm157,-104r-40,-89r-36,89r76,0","w":240,"k":{"y":9,"w":9,"v":9,"Y":40,"W":29,"V":29,"U":7,"T":36,"Q":14,"O":14,"G":14,"C":14}},"B":{"d":"195,-67v-1,75,-89,69,-168,67r0,-246v72,-2,147,-5,147,64v0,24,-13,42,-38,52v32,5,59,28,59,63xm62,-140v40,2,75,-3,75,-39v0,-35,-37,-37,-75,-35r0,74xm159,-70v0,-43,-49,-40,-97,-39r0,78v49,1,97,3,97,-39","w":202,"k":{"A":-7}},"C":{"d":"54,-122v0,92,117,117,185,65r0,39v-26,14,-56,21,-90,21v-79,-1,-130,-49,-131,-125v-2,-105,119,-159,218,-107r0,38v-74,-49,-182,-21,-182,69","w":254,"k":{"A":-9,".":-9,",":-9}},"D":{"d":"253,-123v0,82,-52,126,-148,123r-78,0r0,-246r83,0v91,-2,143,43,143,123xm217,-125v0,-74,-66,-97,-154,-89r0,182r45,0v72,4,109,-34,109,-93","w":270,"k":{"Y":36,"W":18,"V":18,"A":20,".":27,",":27}},"E":{"d":"27,-246r139,0r0,32r-104,0r0,75r101,0r0,31r-101,0r0,76r108,0r0,32r-143,0r0,-246"},"F":{"d":"27,-246r131,0r0,32r-95,0r0,68r95,0r0,32r-95,0r0,114r-36,0r0,-246","w":168,"k":{"o":5,"e":5,"A":18,".":50,",":50}},"G":{"d":"55,-123v0,77,76,116,152,85r0,-52r-47,0r0,-31r82,0r0,104v-98,50,-224,4,-224,-104v0,-108,127,-159,219,-107r0,36v-72,-50,-182,-22,-182,69","w":266},"H":{"d":"200,-246r35,0r0,246r-35,0r0,-107r-138,0r0,107r-35,0r0,-246r35,0r0,107r138,0r0,-107","w":262},"I":{"d":"27,-246r36,0r0,246r-36,0r0,-246","w":90},"J":{"d":"-22,49v41,0,49,-9,49,-56r0,-239r36,0r0,243v2,61,-23,88,-78,85","w":90,"k":{"u":7,"o":7,"e":7}},"K":{"d":"166,-246r44,0r-107,117r133,129r-48,0r-125,-121r0,121r-36,0r0,-246r36,0r0,113","w":236,"k":{"y":27,"u":18,"o":22,"e":22,"O":43}},"L":{"d":"27,-246r35,0r0,214r111,0r0,32r-146,0r0,-246","w":176,"k":{"\u2019":29,"\u201d":29,"y":11,"Y":40,"W":36,"V":36,"T":36}},"M":{"d":"223,-246r32,0r0,246r-35,0r0,-191r-76,95r-6,0r-76,-95r0,191r-36,0r0,-246r33,0r82,101","w":281},"N":{"d":"222,-246r34,0r0,246r-31,0r-164,-189r0,189r-33,0r0,-246r29,0r165,191r0,-191","w":281},"O":{"d":"16,-122v0,-74,58,-127,132,-127v73,0,132,55,132,126v0,72,-59,126,-134,126v-71,0,-130,-54,-130,-125xm244,-123v0,-52,-43,-93,-95,-93v-54,0,-96,41,-96,94v0,51,42,92,95,92v54,0,96,-40,96,-93","w":296,"k":{"Y":29,"X":29,"W":14,"V":14,"T":23,"A":14,".":22,",":22}},"P":{"d":"180,-176v-2,60,-50,74,-120,69r0,107r-35,0r0,-246r78,0v44,-1,78,27,77,70xm60,-138v42,2,84,2,84,-39v0,-38,-43,-40,-84,-38r0,77","w":183,"k":{"o":9,"e":9,"A":29,".":54,",":54}},"Q":{"d":"280,-123v0,63,-46,114,-102,123v39,13,64,28,97,15r-36,35v-54,-6,-78,-22,-120,-50v-56,-8,-102,-60,-103,-122v-1,-73,58,-127,132,-127v73,0,132,54,132,126xm244,-123v0,-53,-42,-93,-96,-93v-54,0,-96,41,-96,94v0,51,43,92,96,92v52,0,96,-42,96,-93","w":296},"R":{"d":"171,-177v0,31,-18,51,-42,60v35,22,59,82,88,117r-41,0v-25,-35,-45,-79,-79,-103v-6,-4,-22,-4,-34,-4r0,107r-35,0r0,-246v72,-4,144,1,143,69xm134,-178v0,-35,-29,-40,-71,-38r0,78v42,1,71,-3,71,-40","w":217,"k":{"Y":36,"W":27,"V":29,"U":11,"T":32,"O":22}},"S":{"d":"82,-28v48,0,48,-53,6,-75v-33,-18,-73,-34,-73,-81v0,-63,83,-83,129,-48r0,40v-18,-17,-38,-25,-58,-25v-30,0,-52,27,-31,49v27,29,98,51,98,104v0,70,-91,85,-137,44r0,-44v19,24,41,36,66,36","w":164},"T":{"d":"6,-246r205,0r0,31r-85,0r0,215r-36,0r0,-215r-84,0r0,-31","w":217,"k":{"y":45,"w":54,"u":50,"r":45,"o":54,"e":54,"a":45,"O":23,"A":36,";":11,":":11,".":45,"-":61,",":45}},"U":{"d":"127,-28v48,0,71,-22,71,-78r0,-140r35,0r0,140v3,77,-38,109,-105,109v-68,0,-106,-32,-106,-110r0,-139r35,0r0,140v-2,58,21,78,70,78","w":254,"k":{"A":9,".":9,",":9}},"V":{"d":"182,-246r35,0r-103,247r-8,0r-106,-247r35,0r74,173","w":217,"k":{"u":27,"o":36,"e":36,"a":22,"O":14,"G":14,"A":29,".":47,"-":36,",":47}},"W":{"d":"340,-246r35,0r-100,247r-7,0r-80,-200r-81,200r-8,0r-99,-247r35,0r68,170r68,-170r33,0r69,170","w":375,"k":{"y":11,"u":27,"o":32,"e":32,"a":22,"O":14,"A":29,".":47,"-":36,",":47}},"X":{"d":"205,-246r42,0r-98,119r105,127r-42,0r-84,-102r-84,102r-43,0r106,-127r-99,-119r43,0r77,94","w":254},"Y":{"d":"175,-246r42,0r-90,116r0,130r-36,0r0,-130r-91,-116r43,0r65,85","w":217,"k":{"u":43,"o":50,"e":47,"a":43,"S":7,"O":29,"A":40,";":11,":":11,".":47,"-":54,",":47}},"Z":{"d":"14,-246r212,0r-157,215r157,0r0,31r-222,0r158,-215r-148,0r0,-31","w":232},"[":{"d":"31,-246r84,0r0,29r-49,0r0,267r49,0r0,29r-84,0r0,-325","w":119},"\\":{"d":"75,3r-71,-252r26,0r70,252r-25,0","w":101},"]":{"d":"89,79r-84,0r0,-29r49,0r0,-267r-49,0r0,-29r84,0r0,325","w":119},"^":{"d":"84,-210r-42,105r-33,0r63,-141r25,0r62,141r-32,0","w":168},"_":{"d":"204,71r-209,0r0,-23r209,0r0,23","w":198},"`":{"d":"57,-249r25,52r-20,0r-40,-52r35,0","w":120},"a":{"d":"13,-143v34,-39,126,-27,111,46r0,69v3,16,13,6,24,-1r0,20v-15,13,-50,19,-56,-4v-29,26,-83,18,-82,-24v1,-41,50,-47,83,-60v4,-54,-55,-44,-80,-11r0,-35xm48,-59v-15,13,-5,39,17,39v10,0,19,-4,28,-12r0,-48v-15,5,-37,13,-45,21","w":153,"k":{"y":14,"w":13,"v":13,"p":4}},"b":{"d":"167,-82v0,77,-82,102,-146,73r0,-237r32,0r0,96v51,-39,114,2,114,68xm135,-81v0,-47,-49,-72,-82,-39r0,88v42,15,82,-4,82,-49","k":{"y":4,".":4,",":4}},"c":{"d":"46,-81v0,51,55,67,98,43r0,32v-63,26,-130,-6,-130,-74v0,-67,68,-106,126,-74r0,34v-39,-30,-94,-12,-94,39","w":157,"k":{".":-7,",":-7}},"d":{"d":"16,-83v0,-60,56,-99,115,-75r0,-88r32,0r0,246r-69,0v-48,0,-78,-34,-78,-83xm48,-80v0,48,31,57,83,53r0,-103v-41,-20,-83,3,-83,50","w":183,"k":{"d":4}},"e":{"d":"90,-165v45,0,72,37,70,87r-113,0v0,57,74,63,111,31r0,31v-19,12,-35,18,-64,18v-52,-1,-77,-34,-79,-84v-2,-47,30,-83,75,-83xm129,-97v2,-36,-42,-52,-67,-30v-7,7,-13,17,-15,30r82,0","w":172,"k":{"y":5,"w":5,"v":5,".":-7,",":-7}},"f":{"d":"107,-214v-35,-11,-53,11,-49,52r29,0r0,29r-29,0r0,133r-32,0r0,-133r-23,0r0,-29r23,0v-3,-58,25,-99,81,-84r0,32","w":90,"k":{"\u2019":-29,"\u201d":-29,"o":4,"e":4}},"g":{"d":"41,-11v-29,-13,-15,-39,9,-44v-24,-11,-36,-27,-36,-51v-1,-61,73,-58,138,-56r0,25r-33,0v36,35,5,90,-46,90v-18,0,-24,13,-12,22v35,12,90,10,90,57v0,35,-35,50,-75,50v-40,0,-75,-15,-76,-50v0,-22,14,-37,41,-43xm107,-104v0,-16,-14,-30,-32,-30v-17,0,-32,14,-32,30v0,17,14,29,32,29v17,0,31,-14,32,-29xm120,33v0,-31,-89,-37,-90,-1v0,17,15,25,45,25v23,0,45,-5,45,-24","w":153,"k":{"y":-7,"o":4}},"h":{"d":"94,-139v-20,0,-27,11,-40,23r0,116r-32,0r0,-246r32,0r0,106v35,-46,104,-26,104,48r0,92r-32,0v-5,-51,20,-139,-32,-139","k":{"y":13}},"i":{"d":"21,-211v-1,-10,9,-19,18,-19v9,0,20,9,19,19v1,10,-10,19,-19,19v-9,0,-19,-9,-18,-19xm23,-162r32,0r0,162r-32,0r0,-162","w":78},"j":{"d":"19,-211v-1,-10,9,-19,18,-19v10,0,20,9,20,19v0,9,-9,19,-19,19v-9,0,-20,-9,-19,-19xm-2,59v14,-5,24,-17,24,-36r0,-185r32,0r0,185v0,28,-10,47,-32,59","w":78},"k":{"d":"128,-162r38,0r-69,80r83,82r-43,0r-81,-82xm23,-246r32,0r0,246r-32,0r0,-246","w":172,"k":{"o":11,"e":11}},"l":{"d":"23,-246r32,0r0,246r-32,0r0,-246","w":78,"k":{"y":4,"w":4}},"m":{"d":"224,0v-6,-50,20,-135,-32,-137v-13,0,-26,7,-37,20r0,117r-32,0v-7,-49,21,-137,-32,-138v-20,0,-27,8,-38,21r0,117r-32,0r0,-162r32,0r0,22v30,-34,74,-34,96,4v37,-51,107,-31,107,41r0,95r-32,0","w":277,"k":{"y":13,"u":4}},"n":{"d":"126,0v-6,-50,21,-137,-33,-138v-15,0,-27,8,-38,23r0,115r-33,0r0,-162r33,0r0,21v38,-45,103,-23,103,49r0,92r-32,0","k":{"y":7,"v":5,"u":4}},"o":{"d":"13,-79v0,-47,39,-83,87,-83v49,0,86,37,86,84v0,47,-40,81,-87,81v-47,0,-86,-37,-86,-82xm153,-80v1,-31,-24,-53,-55,-53v-29,0,-52,22,-52,53v0,30,23,53,54,53v31,0,53,-23,53,-53","w":198,"k":{"y":7,"x":5,"w":4,"v":4,".":11,",":11}},"p":{"d":"168,-80v0,58,-56,101,-115,76r0,86r-32,0r0,-244v80,-5,147,7,147,82xm135,-81v0,-45,-34,-54,-82,-51r0,100v40,20,82,-5,82,-49","k":{"y":13,".":11,",":11}},"q":{"d":"13,-79v0,-74,65,-91,146,-83r0,244r-32,0r0,-85v-61,22,-114,-16,-114,-76xm45,-80v-2,45,45,69,82,49r0,-101v-51,-4,-80,9,-82,52"},"r":{"d":"126,-118v-29,-35,-69,-7,-69,33r0,85r-32,0r0,-162r32,0r0,37v26,-39,50,-55,86,-22","w":142,"k":{"y":-11,"v":-11,"t":-7,"r":4,"q":9,"o":9,"e":7,"d":5,"c":9,";":-14,":":-14,".":36,"-":29,",":36}},"s":{"d":"124,-43v0,51,-75,57,-109,31r0,-34v18,14,63,35,76,5v-12,-37,-78,-36,-75,-82v3,-45,63,-52,100,-29r0,32v-19,-11,-34,-17,-46,-17v-31,0,-22,27,2,37v26,11,52,35,52,57","w":138,"k":{"w":4}},"t":{"d":"120,-8v-42,23,-92,11,-92,-53r0,-72r-28,0v16,-25,41,-40,60,-62r0,33r51,0r0,29r-51,0v5,37,-16,105,23,107v11,0,24,-3,37,-11r0,29","w":119},"u":{"d":"54,-162v7,50,-22,138,33,138v15,0,28,-7,39,-22r0,-116r32,0r0,162r-32,0r0,-21v-34,41,-104,26,-104,-48r0,-93r32,0"},"v":{"d":"122,-162r34,0r-71,165r-11,0r-73,-165r35,0r44,100","w":157,"k":{"o":7,"e":7,".":22,",":22}},"w":{"d":"225,-162r34,0r-71,165r-10,0r-48,-113r-48,113r-10,0r-72,-165r34,0r43,98r41,-98r24,0r40,98","w":258,"k":{"o":7,"e":7,".":22,",":22}},"x":{"d":"134,-162r41,0r-66,80r71,82r-41,0r-51,-58r-48,58r-40,0r68,-82r-68,-80r40,0r48,56","k":{"e":11}},"y":{"d":"122,-162r36,0r-115,244r-35,0r55,-117r-63,-127r36,0r44,92","w":157,"k":{"o":7,"e":7,".":29,",":29}},"z":{"d":"8,-162r138,0r-86,132r86,0r0,30r-142,0r85,-132r-81,0r0,-30","w":150},"{":{"d":"46,-11v0,-44,-2,-64,-36,-68r0,-29v34,-3,37,-24,36,-68v-1,-64,6,-88,66,-86r0,27v-41,-6,-36,26,-36,63v0,44,-7,65,-37,79v38,12,37,53,37,105v0,31,7,37,36,36r0,27v-60,2,-67,-23,-66,-86","w":119},"|":{"d":"33,83r0,-329r28,0r0,329r-28,0","w":93},"}":{"d":"44,-172v-1,-35,6,-70,-36,-63r0,-27v59,-2,67,24,66,86v0,44,1,65,36,68r0,29v-34,3,-37,25,-37,68v0,64,-6,88,-65,86r0,-27v41,6,36,-26,36,-62v1,-45,6,-66,37,-79v-30,-13,-37,-35,-37,-79","w":119},"~":{"d":"195,-114v-49,60,-134,-44,-180,20r0,-36v50,-62,133,43,180,-22r0,38","w":209},"\u2122":{"d":"110,-102r-24,0r0,-122r-46,0r0,-22r117,0r0,22r-47,0r0,122xm195,-102r-22,0r0,-144r35,0r36,115r35,-115r35,0r0,144r-22,0r0,-121r-37,121r-22,0r-38,-122r0,122","w":360},"\u2026":{"d":"279,-18v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,11,-10,21,-22,21v-12,0,-21,-9,-21,-21xm159,-18v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,11,-10,21,-22,21v-12,0,-21,-9,-21,-21xm38,-18v0,-12,11,-21,22,-22v11,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-22,-10,-22,-21","w":360},"\u2013":{"d":"-3,-103r186,0r0,23r-186,0r0,-23"},"\u2014":{"d":"-3,-103r366,0r0,23r-366,0r0,-23","w":360},"\u201c":{"d":"118,-162v-36,0,-30,-60,-7,-74v7,-4,13,-9,23,-13v-2,16,-20,24,-13,46v12,0,18,10,18,21v0,11,-10,20,-21,20xm38,-162v-29,0,-33,-47,-15,-67v8,-9,17,-16,30,-20v-1,19,-22,26,-12,46v10,-1,17,11,17,21v0,11,-9,20,-20,20","w":153,"k":{"\u2018":-22}},"\u201d":{"d":"117,-249v47,8,19,88,-17,87v3,-17,17,-22,14,-44v-12,-2,-18,-8,-18,-21v0,-12,9,-24,21,-22xm37,-249v15,1,26,16,25,34v0,26,-14,43,-42,53v3,-16,16,-22,13,-43v-28,-3,-20,-45,4,-44","w":153},"\u2018":{"d":"44,-162v-16,0,-25,-14,-24,-32v0,-27,14,-46,42,-55v-3,19,-21,27,-15,45v27,5,23,42,-3,42","w":78},"\u2019":{"d":"35,-249v29,0,32,49,14,69v-8,10,-18,17,-31,21v2,-19,16,-19,14,-43v-26,-5,-22,-47,3,-47","w":78,"k":{"\u201d":-22,"v":9,"t":14,"s":29,"r":29,"d":29}},"\u00d7":{"d":"28,-72r56,-55r-56,-55r22,-22r55,55r55,-55r21,22r-55,55r55,55r-21,21r-55,-55r-55,55","w":210},"\u00a0":{"w":100,"k":{"\u2018":36,"\u201c":36,"Y":54,"W":45,"V":54,"T":45,"A":36}}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Digitized data copyright © 1997 The Monotype Corporation, Inc. All rights
 * reserved. Gill Sans® is a trademark of The Monotype Corporation, Inc. which may
 * be registered in certain jurisdictions.
 * 
 * Trademark:
 * Gill Sans® is a trademark of The Monotype Corporation, Inc. which may be
 * registered in certain jurisdictions.
 * 
 * Description:
 * Monotype Type Drawing Office 1928. Gill studied under the renowned
 * calligrapher, Edward Johnston, the designer of the London Underground sans serif
 * typeface. This influenced Gill who later experimented with sans serif designs,
 * and in due course produced a set of capital letters. These became Monotype
 * series 231, produced in 1923, and the forerunner of the extensive Gill Sans
 * range now available. A twentieth century sans serif that has a simplicity of
 * form which does not reject traditional forms and proportions, and gives the face
 * a humanist feel. The lighter weights are highly readable in text and suitable
 * for magazine and book work, whereas the heavier weights are best used for
 * display in advertising, packaging, and labels.
 * 
 * Manufacturer:
 * Monotype Typography
 * 
 * Designer:
 * Eric Gill
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 */
Cufon.registerFont({"w":198,"face":{"font-family":"Gill Sans MT","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 2 2 1 4 2 2 3","ascent":"288","descent":"-72","x-height":"3","bbox":"-12 -262 420 83","underline-thickness":"17.9297","underline-position":"-18.1055","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100,"k":{"\u2018":36,"\u201c":36,"Y":63,"W":45,"V":54,"T":54,"A":36}},"!":{"d":"49,-249v61,1,15,132,10,168v-1,10,-17,9,-20,1v-5,-16,-20,-104,-20,-130v0,-26,10,-39,30,-39xm49,3v-17,0,-31,-14,-31,-31v0,-17,14,-31,31,-31v17,0,31,14,31,31v0,17,-14,31,-31,31","w":97},"\"":{"d":"145,-166r-32,0v-5,-28,-10,-57,-8,-92r48,0v2,35,-2,64,-8,92xm19,-258r49,0v2,35,-3,65,-9,92r-31,0v-6,-28,-11,-56,-9,-92","w":172},"#":{"d":"-2,-180r52,0r14,-65r40,0r-13,65r55,0r14,-65r40,0r-14,65r27,0r0,39r-35,0r-10,47r45,0r0,39r-53,0r-14,66r-40,0r14,-66r-55,0r-14,66r-41,0r14,-66r-26,0r0,-39r34,0r10,-47r-44,0r0,-39xm82,-141r-9,47r55,0r9,-47r-55,0","w":210},"$":{"d":"82,-103v-90,-10,-82,-128,0,-133r0,-13r30,0r0,13v17,1,36,8,56,19r0,44v-17,-13,-36,-21,-56,-24r0,58v36,12,69,35,69,73v0,41,-30,62,-69,69r0,40r-30,0r0,-40v-22,-3,-43,-12,-63,-25r0,-42v22,17,43,27,63,30r0,-69xm82,-149r0,-48v-33,7,-31,40,0,48xm112,-94r0,59v39,-6,36,-50,0,-59","w":195},"%":{"d":"9,-191v0,-31,27,-58,58,-58v31,0,59,27,58,58v0,31,-27,58,-58,58v-31,1,-58,-27,-58,-58xm41,-191v0,14,12,27,26,27v14,0,25,-12,25,-27v0,-14,-11,-27,-25,-27v-14,0,-27,11,-26,27xm230,-249r-172,252r-30,0r173,-252r29,0xm134,-55v0,-31,27,-58,58,-58v31,0,58,27,58,58v0,31,-27,58,-58,58v-31,0,-58,-27,-58,-58xm166,-55v0,14,12,27,26,27v14,0,25,-12,25,-27v0,-14,-11,-27,-25,-27v-14,0,-26,12,-26,27","w":258},"&":{"d":"122,-249v38,0,71,23,71,59v0,24,-16,45,-46,63r34,38v11,-11,20,-23,28,-38r52,0v-14,32,-30,56,-49,73r49,54r-74,0r-18,-20v-52,39,-154,29,-155,-42v0,-28,18,-50,55,-69v-46,-50,-14,-118,53,-118xm122,-208v-32,2,-26,34,-1,51v16,-9,24,-20,24,-31v0,-12,-10,-21,-23,-20xm97,-99v-37,17,-30,62,6,62v12,0,24,-5,37,-14","w":270},"'":{"d":"59,-166r-31,0v-6,-28,-11,-56,-9,-92r49,0v2,35,-3,65,-9,92","w":86},"(":{"d":"16,-83v0,-70,39,-133,83,-166r37,0v-86,91,-85,241,0,332r-37,0v-44,-35,-83,-95,-83,-166","w":138},")":{"d":"122,-83v0,70,-39,132,-83,166r-37,0v86,-92,85,-241,0,-332r37,0v44,34,83,96,83,166","w":138},"*":{"d":"91,-159r17,56v0,12,-21,7,-33,8v-11,1,-13,-5,-10,-13r16,-51r-4,-4v-15,14,-30,33,-47,44v-8,-6,-29,-34,-12,-40v17,-6,39,-6,55,-13r-55,-12v-17,-9,4,-33,11,-42v17,10,33,32,48,46r4,-4r-17,-57v-1,-12,21,-7,32,-8v11,0,14,6,11,14r-16,51r4,4v15,-14,30,-35,47,-45v7,6,31,35,11,41v-17,6,-38,6,-54,13r54,12v20,7,-5,33,-11,41v-17,-12,-32,-31,-47,-45","w":168},"+":{"d":"15,-104r0,-46r67,0r0,-67r46,0r0,67r67,0r0,46r-67,0r0,67r-46,0r0,-67r-67,0","w":210},",":{"d":"45,-52v42,1,45,62,19,89v-13,13,-27,22,-46,24v1,-24,23,-33,16,-58v-30,-9,-19,-57,11,-55","w":97,"k":{"\u2019":36,"\u201d":36," ":36}},"-":{"d":"107,-107r0,48r-94,0r0,-48r94,0","w":119},".":{"d":"49,3v-18,0,-32,-13,-32,-31v0,-18,14,-31,32,-31v17,0,31,14,31,31v0,17,-14,31,-31,31","w":97,"k":{"\u2019":36,"\u201d":36," ":36}},"\/":{"d":"0,3r61,-252r37,0r-62,252r-36,0","w":101},"0":{"d":"16,-123v0,-70,24,-126,84,-126v58,0,82,58,82,125v0,70,-21,127,-82,127v-61,0,-84,-58,-84,-126xm99,-203v-42,-3,-31,107,-22,142v3,13,13,18,23,18v30,-7,28,-37,28,-85v0,-42,0,-73,-29,-75"},"1":{"d":"126,-246r0,246r-55,0r0,-246r55,0"},"2":{"d":"23,-225v53,-42,146,-29,146,46v0,30,-22,73,-66,129r79,0r0,50r-162,0r0,-7v28,-41,94,-102,94,-162v0,-51,-61,-40,-91,-5r0,-51"},"3":{"d":"111,-71v0,-21,-17,-34,-38,-35r0,-43v18,1,34,-12,34,-29v0,-36,-51,-34,-80,-17r0,-43v49,-23,136,-10,135,49v0,24,-13,44,-37,57v29,11,43,32,43,63v0,70,-91,88,-147,58r0,-47v19,13,36,19,52,19v21,0,39,-11,38,-32"},"4":{"d":"165,-249r0,149r16,0r0,40r-16,0r0,60r-54,0r0,-60r-96,0r0,-40r115,-149r35,0xm58,-100r53,0r0,-67"},"5":{"d":"114,-73v3,-34,-44,-40,-78,-32r0,-141r127,0r0,50r-78,0r0,46v49,-6,86,29,86,75v0,73,-90,96,-148,65r0,-45v34,23,88,25,91,-18"},"6":{"d":"97,3v-92,-4,-101,-113,-48,-183r43,-69r60,0r-57,93v49,-11,85,28,84,75v0,46,-36,85,-82,84xm70,-78v0,20,9,35,28,35v18,0,28,-17,28,-36v0,-19,-10,-37,-28,-37v-18,0,-28,17,-28,38"},"7":{"d":"48,-15r66,-182r-91,0r0,-49r162,0r-88,249"},"8":{"d":"99,3v-78,10,-114,-103,-45,-133v-58,-33,-24,-119,45,-119v68,0,105,86,46,119v67,32,34,143,-46,133xm99,-213v-29,1,-31,69,1,68v16,-1,22,-16,22,-35v0,-22,-8,-33,-23,-33xm72,-72v0,21,9,39,28,39v18,0,27,-17,27,-37v0,-22,-9,-39,-27,-40v-18,0,-28,18,-28,38"},"9":{"d":"100,-249v90,4,102,114,48,182r-43,70r-60,0r57,-92v-49,13,-84,-31,-84,-75v0,-47,37,-87,82,-85xm70,-166v0,20,11,38,29,38v35,0,37,-77,0,-75v-18,0,-29,17,-29,37"},":":{"d":"49,-103v-17,0,-32,-14,-32,-32v0,-18,14,-31,32,-31v17,0,31,14,31,31v0,17,-14,32,-31,32xm49,3v-18,0,-32,-13,-32,-31v0,-18,14,-31,32,-31v17,0,31,14,31,31v0,17,-14,31,-31,31","w":97,"k":{" ":36}},";":{"d":"49,-103v-17,0,-32,-14,-32,-32v0,-18,14,-31,32,-31v17,0,31,14,31,31v0,17,-14,32,-31,32xm45,-52v42,1,45,62,19,89v-13,13,-27,22,-46,24v1,-24,23,-33,16,-58v-30,-9,-19,-57,11,-55","w":97,"k":{" ":36}},"<":{"d":"17,-106r0,-43r177,-77r0,49r-124,49r124,49r0,49","w":210},"=":{"d":"15,-143r0,-46r180,0r0,46r-180,0xm15,-65r0,-46r180,0r0,46r-180,0","w":210},">":{"d":"193,-106r-176,76r0,-49r123,-49r-123,-49r0,-49r176,77r0,43","w":210},"?":{"d":"36,-114v-4,-19,29,-59,29,-78v0,-29,-39,-16,-56,-5r9,-45v44,-17,101,-4,101,44v0,50,-53,70,-52,118v-1,7,-2,6,-11,6v-18,2,-17,-27,-20,-40xm57,3v-17,0,-32,-14,-32,-31v0,-17,15,-31,32,-31v17,0,31,14,31,31v0,17,-14,31,-31,31","w":135},"@":{"d":"43,-83v0,81,64,128,148,127v56,0,97,-16,122,-47r37,0v-25,51,-81,78,-155,79v-99,1,-184,-58,-184,-159v0,-101,72,-179,180,-179v83,0,149,52,149,134v0,65,-51,130,-116,128v-18,0,-29,-7,-32,-20v-42,44,-115,9,-115,-54v0,-73,85,-158,141,-93r5,-19r46,0r-29,141v0,6,3,9,7,9v27,-2,64,-55,62,-92v-3,-63,-50,-102,-121,-102v-88,0,-145,64,-145,147xm209,-118v0,-24,-12,-40,-33,-41v-35,0,-54,48,-54,86v0,21,12,41,32,41v34,0,55,-52,55,-86","w":352},"A":{"d":"171,-246r109,246r-66,0r-20,-49r-110,0r-18,49r-65,0r99,-246r71,0xm176,-91r-40,-96r-36,96r76,0","w":281,"k":{"y":9,"w":9,"v":9,"Y":40,"W":29,"V":29,"U":7,"T":43,"Q":14,"O":14,"G":14,"C":14}},"B":{"d":"234,-72v0,47,-36,73,-87,72r-120,0r0,-246r107,0v71,-7,113,80,47,111v30,7,53,29,53,63xm152,-175v0,-28,-33,-27,-63,-26r0,53v30,1,64,2,63,-27xm169,-75v0,-34,-45,-28,-80,-28r0,58v36,-1,80,6,80,-30","w":251,"k":{"U":7,".":5,",":5}},"C":{"d":"167,-48v40,-2,51,-10,89,-27r0,54v-96,56,-239,11,-239,-101v0,-107,144,-161,236,-105r0,55v-64,-45,-173,-32,-173,49v0,45,39,76,87,75","w":277,"k":{".":-9,",":-9}},"D":{"d":"271,-122v0,80,-58,122,-143,122r-101,0r0,-246r108,0v79,-2,136,49,136,124xm208,-123v0,-64,-49,-85,-120,-78r0,156v71,7,120,-14,120,-78","w":288,"k":{"Y":36,"W":25,"V":25,"A":20,".":27,",":27}},"E":{"d":"209,-45r0,45r-181,0r0,-246r179,0r0,45r-118,0r0,52r112,0r0,45r-112,0r0,59r120,0","w":228},"F":{"d":"197,-246r0,45r-108,0r0,55r108,0r0,45r-108,0r0,101r-62,0r0,-246r170,0","w":217,"k":{"r":7,"o":11,"e":11,"a":7,"A":22,".":50,",":50}},"G":{"d":"17,-122v0,-115,146,-156,245,-107r0,54v-69,-39,-182,-32,-182,55v0,60,70,88,125,63r0,-28r-35,0r0,-45r97,0r0,100v-18,20,-67,33,-104,33v-80,0,-146,-50,-146,-125","w":292},"H":{"d":"272,-246r0,246r-61,0r0,-99r-122,0r0,99r-61,0r0,-246r61,0r0,99r122,0r0,-99r61,0","w":299},"I":{"d":"91,-246r0,246r-61,0r0,-246r61,0","w":119},"J":{"d":"93,-246r0,223v1,70,-37,101,-105,94r0,-48v29,5,44,-11,44,-45r0,-224r61,0","w":119,"k":{"u":7,"o":7,"e":7}},"K":{"d":"234,-246r-80,116r108,130r-77,0r-97,-115r0,115r-61,0r0,-246r61,0r0,111r78,-111r68,0","w":258,"k":{"y":27,"u":18,"o":22,"e":22,"O":25}},"L":{"d":"215,-45r0,45r-188,0r0,-246r62,0r0,201r126,0","w":221,"k":{"\u2019":29,"\u201d":29,"y":11,"Y":45,"W":43,"V":45,"T":45}},"M":{"d":"159,-155r79,-91r54,0r0,246r-62,0r0,-153r-66,77r-9,0r-66,-77r0,153r-62,0r0,-246r54,0","w":318},"N":{"d":"276,-246r0,246r-51,0r-136,-157r0,157r-61,0r0,-246r56,0r131,151r0,-151r61,0","w":303},"O":{"d":"17,-123v0,-71,64,-126,141,-126v77,0,140,55,140,126v1,71,-64,126,-140,126v-78,0,-141,-55,-141,-126xm80,-123v0,45,32,75,78,75v46,0,77,-31,77,-75v0,-44,-32,-75,-77,-75v-45,0,-78,30,-78,75","w":315,"k":{"Y":29,"X":29,"W":22,"V":23,"T":23,"A":14,".":22,",":22}},"P":{"d":"221,-173v-1,42,-33,74,-81,74r-49,0r0,99r-61,0r0,-246r109,0v45,-1,82,30,82,73xm158,-172v0,-32,-34,-29,-67,-29r0,57v32,1,67,1,67,-28","w":236,"k":{"o":27,"e":27,"a":11,"A":40,".":68,",":68}},"Q":{"d":"298,-123v0,59,-41,105,-91,119v28,15,58,23,91,15r4,5r-48,41v-76,-9,-124,-51,-184,-78v-28,-21,-53,-52,-53,-100v-1,-71,66,-128,141,-128v77,0,141,55,140,126xm235,-122v0,-45,-33,-76,-77,-76v-46,0,-78,30,-78,76v0,45,33,75,78,75v46,0,77,-30,77,-75","w":315},"R":{"d":"175,0v-20,-26,-26,-114,-86,-100r0,100r-62,0r0,-246r110,0v77,-7,113,103,38,131v30,16,49,81,68,115r-68,0xm89,-145v32,1,66,2,66,-28v0,-30,-35,-29,-66,-28r0,56","w":243,"k":{"Y":36,"W":25,"V":22,"U":11,"T":22,"O":5}},"S":{"d":"29,-138v-35,-55,15,-111,82,-111v26,0,54,6,83,19r0,48v-33,-15,-59,-22,-78,-22v-24,0,-50,19,-29,34v38,28,120,30,118,99v-2,84,-120,90,-183,50r0,-52v27,18,47,30,84,31v32,1,47,-21,29,-37v-25,-22,-87,-29,-106,-59","w":217},"T":{"d":"249,-246r0,45r-89,0r0,201r-61,0r0,-201r-89,0r0,-45r239,0","w":258,"k":{"y":54,"w":61,"u":50,"r":45,"o":59,"e":59,"a":50,"O":23,"A":43,";":11,":":11,".":54,"-":76,",":54}},"U":{"d":"147,-48v38,0,63,-23,63,-61r0,-137r61,0r0,140v0,73,-48,109,-123,109v-74,0,-124,-37,-123,-109r0,-140r61,0r0,142v0,34,26,56,61,56","w":296,"k":{"A":16,".":9,",":9}},"V":{"d":"259,-246r-114,249r-26,0r-119,-249r67,0r64,141r62,-141r66,0","w":258,"k":{"u":27,"o":36,"e":36,"a":22,"O":23,"G":23,"A":29,".":47,"-":43,",":47}},"W":{"d":"210,-157r-76,160r-26,0r-108,-249r65,0r57,136r63,-136r50,0r63,136r57,-136r65,0r-107,249r-27,0","w":420,"k":{"y":11,"u":27,"o":32,"e":32,"a":22,"O":22,"A":29,".":47,"-":43,",":47}},"X":{"d":"280,-246r-96,119r107,127r-79,0r-67,-81r-65,81r-79,0r104,-127r-98,-119r79,0r59,73r58,-73r77,0","w":292},"Y":{"d":"97,0r0,-115r-97,-131r74,0r53,78r54,-78r74,0r-97,131r0,115r-61,0","w":254,"k":{"u":43,"o":50,"e":47,"a":43,"S":13,"O":29,"A":40,";":11,":":11,".":54,"-":63,",":54}},"Z":{"d":"240,-246r-134,201r134,0r0,45r-239,0r135,-201r-125,0r0,-45r229,0","w":251},"[":{"d":"151,-246r0,40r-69,0r0,246r69,0r0,40r-121,0r0,-326r121,0","w":157},"\\":{"d":"100,3r-36,0r-62,-252r38,0","w":101},"]":{"d":"7,80r0,-40r68,0r0,-246r-68,0r0,-40r120,0r0,326r-120,0","w":157},"^":{"d":"20,-105r66,-141r39,0r65,141r-50,0r-35,-86r-35,86r-50,0","w":210},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"3,-243r59,0r27,52r-27,0","w":119},"a":{"d":"113,-15v-35,27,-98,25,-101,-22v8,-53,32,-45,99,-70v1,-19,-9,-27,-29,-27v-22,0,-42,8,-61,27r0,-42v41,-30,142,-31,142,30r0,76v2,19,15,10,28,2r0,29v-26,16,-67,26,-78,-3xm65,-45v2,24,32,19,46,5r0,-40v-25,11,-43,11,-46,35","w":191,"k":{"y":14,"w":13,"v":13,"p":4,"g":5}},"b":{"d":"197,-83v0,67,-69,112,-124,70r0,13r-52,0r0,-246r52,0r0,89v58,-34,124,9,124,74xm144,-84v0,-43,-38,-65,-71,-39r0,77v31,30,71,7,71,-38","w":209,"k":{"y":9,"v":5,"l":4,"b":4,".":4,",":4}},"c":{"d":"70,-83v1,49,51,60,97,38r0,37v-70,29,-153,0,-153,-74v0,-72,81,-107,150,-76r0,38v-38,-22,-96,-11,-94,37","w":180,"k":{".":-7,",":-7}},"d":{"d":"13,-83v0,-65,63,-107,123,-76r0,-87r53,0r0,246r-53,0r0,-13v-52,42,-123,-4,-123,-70xm66,-82v-5,44,41,66,70,37r0,-80v-33,-22,-75,-1,-70,43","w":209,"k":{"d":4}},"e":{"d":"67,-75v4,58,79,58,117,23r0,33v-58,45,-171,20,-171,-63v0,-78,101,-116,151,-62v16,17,24,40,23,69r-120,0xm68,-102r72,0v-3,-24,-15,-36,-36,-36v-21,0,-33,12,-36,36","k":{"y":5,"x":4,"w":5,"v":11,".":-7,",":-7}},"f":{"d":"29,-166v-2,-63,39,-94,105,-80r0,43v-34,-6,-57,0,-53,37r24,0r0,36r-24,0r0,130r-52,0r0,-130r-24,0r0,-36r24,0","w":108,"k":{"\u2019":-38,"\u201d":-38,"o":4,"e":4}},"g":{"d":"18,-105v0,-36,32,-61,74,-61r99,0r0,35r-24,0v24,40,-9,80,-49,83v-27,2,-43,4,-31,20v14,5,81,5,86,23v39,46,-10,88,-74,88v-47,0,-89,-11,-89,-48v0,-20,14,-35,44,-43v-32,-10,-24,-41,11,-46v-24,-4,-48,-23,-47,-51xm127,-107v0,-15,-14,-28,-30,-28v-17,0,-30,14,-30,30v0,15,15,31,30,30v16,0,31,-15,30,-32xm98,13v-20,-1,-40,5,-40,19v0,13,15,20,43,20v18,0,38,-7,38,-21v0,-12,-14,-18,-41,-18","w":195,"k":{"y":-7,"o":4,"e":5}},"h":{"d":"75,-142v33,-49,114,-27,114,36r0,106r-53,0r0,-95v1,-48,-43,-44,-61,-11r0,106r-53,0r0,-246r53,0r0,104","w":209,"k":{"y":13}},"i":{"d":"49,-191v-15,0,-29,-13,-29,-29v0,-16,14,-29,29,-29v15,0,28,14,28,29v0,15,-14,29,-28,29xm75,-166r0,166r-52,0r0,-166r52,0","w":97},"j":{"d":"50,-191v-15,0,-29,-13,-29,-29v0,-16,14,-29,29,-29v15,0,28,14,28,29v0,15,-14,29,-28,29xm76,-166v-9,94,35,235,-63,249r-16,-47v18,-3,27,-18,27,-44r0,-158r52,0","w":97},"k":{"d":"75,-246r1,162r64,-82r61,0r-65,82r68,84r-64,0r-65,-82r0,82r-52,0r0,-246r52,0","k":{"o":11,"e":11}},"l":{"d":"75,-246r0,246r-52,0r0,-246r52,0","w":97,"k":{"y":4,"w":4}},"m":{"d":"147,0v-6,-49,20,-132,-32,-134v-14,0,-27,8,-40,23r0,111r-52,0r0,-166r52,0r0,21v34,-34,97,-34,117,11v37,-56,131,-43,131,27r0,107r-53,0v-6,-49,20,-131,-30,-134v-15,0,-29,9,-41,28r0,106r-52,0","w":344,"k":{"y":13,"u":4}},"n":{"d":"74,-142v34,-48,114,-30,114,37r0,105r-52,0r0,-101v-1,-46,-45,-40,-62,-6r0,107r-52,0r0,-166r52,0r0,24","w":209,"k":{"y":7,"v":11,"u":4}},"o":{"d":"13,-83v0,-51,42,-87,94,-86v51,1,94,33,94,86v0,53,-43,86,-94,86v-53,0,-94,-35,-94,-86xm107,-138v-27,0,-39,23,-38,55v0,37,13,55,38,55v25,0,38,-18,38,-56v0,-36,-13,-54,-38,-54","w":213,"k":{"y":13,"x":11,"w":13,"v":14,"g":5,".":11,",":11}},"p":{"d":"197,-85v0,68,-65,109,-124,77r0,91r-52,0r0,-249r52,0r0,14v50,-43,124,2,124,67xm144,-82v0,-45,-40,-65,-71,-37r0,76v32,25,71,4,71,-39","w":209,"k":{"y":13,".":11,",":11}},"q":{"d":"13,-85v0,-65,73,-111,124,-67r0,-14r52,0r0,249r-52,0r0,-91v-58,33,-124,-9,-124,-77xm66,-82v0,44,40,64,71,39r0,-76v-31,-28,-71,-9,-71,37","w":209},"r":{"d":"118,-120v-19,-7,-41,41,-43,48r0,72r-52,0r0,-166r52,0v1,15,-2,35,1,48v23,-49,47,-66,87,-36r-14,46v-13,-8,-23,-12,-31,-12","w":161,"k":{"y":-11,"v":-11,"t":-7,"r":4,"q":5,"o":9,"e":7,"d":5,"c":9,";":-14,":":-14,".":36,"-":29,",":36}},"s":{"d":"13,-118v0,-53,81,-62,123,-39r0,37v-20,-12,-39,-18,-56,-18v-16,0,-22,10,-15,19v23,13,79,27,79,68v0,60,-82,64,-127,42r0,-37v21,9,39,14,53,14v17,0,26,-4,26,-12v-11,-29,-83,-26,-83,-74","w":153,"k":{"w":4}},"t":{"d":"141,-7v-51,23,-113,8,-113,-52r0,-71r-24,0r0,-10r70,-78r6,0r0,52r61,0r0,36r-61,0v3,37,-14,95,26,95v11,0,22,-4,35,-10r0,38","w":146},"u":{"d":"74,-63v-2,55,62,26,62,3r0,-106r52,0r0,166r-52,0r0,-24v-34,47,-114,30,-114,-36r0,-106r52,0r0,103","w":209},"v":{"d":"77,3r-76,-169r56,0r35,91r35,-91r56,0r-76,169r-30,0","w":183,"k":{"o":7,"e":7,".":22,",":22}},"w":{"d":"141,-87r-42,90r-24,0r-75,-169r53,0r35,91r37,-91r32,0r36,91r35,-91r54,0r-75,169r-25,0","w":281,"k":{"o":7,"e":7,".":22,",":22}},"x":{"d":"193,-166r-66,81r71,85r-61,0r-39,-52r-38,52r-59,0r68,-85r-68,-81r61,0r36,48r34,-48r61,0","k":{"e":11}},"y":{"d":"183,-166r-111,246r-55,0r48,-107r-65,-139r56,0r35,85r37,-85r55,0","w":183,"k":{"o":9,"e":13,"a":5,".":29,",":29}},"z":{"d":"15,-166r162,0r-85,130r85,0r0,36r-170,0r85,-130r-77,0r0,-36","w":187,"k":{"o":7,"e":7}},"{":{"d":"49,10v1,-42,2,-84,-39,-82r0,-41v41,2,40,-40,39,-82v0,-52,27,-69,82,-66r0,43v-36,1,-36,2,-37,39v-1,48,-3,66,-30,87v27,20,29,37,30,85v1,37,1,39,37,40r0,43v-55,3,-82,-14,-82,-66","w":138},"|":{"d":"31,80r0,-326r39,0r0,326r-39,0","w":101},"}":{"d":"90,-195v0,42,-3,84,38,82r0,41v-41,-2,-39,40,-38,82v0,52,-27,69,-82,66v2,-13,-4,-34,2,-43v36,-1,33,-3,34,-40v2,-47,4,-65,31,-85v-27,-21,-30,-39,-31,-87v-1,-38,0,-38,-36,-39r0,-43v55,-3,82,14,82,66","w":138},"~":{"d":"147,-62v-16,1,-74,-28,-87,-28v-15,0,-33,9,-54,27r0,-47v21,-17,39,-26,57,-26v18,0,73,28,89,28v15,0,32,-9,52,-27r0,47v-12,13,-35,24,-57,26","w":210},"\u2122":{"d":"82,-101r0,-119r-44,0r0,-25r117,0r0,25r-43,0r0,119r-30,0xm172,-101r0,-144r46,0r27,99r25,-99r46,0r0,144r-28,0r0,-115r-31,115r-26,0r-31,-115r0,115r-28,0","w":360},"\u2026":{"d":"300,3v-17,0,-31,-14,-31,-31v0,-17,14,-31,31,-31v17,0,31,14,31,31v0,17,-14,31,-31,31xm180,3v-17,0,-31,-14,-31,-31v0,-17,14,-31,31,-31v17,0,31,14,31,31v0,17,-14,31,-31,31xm60,3v-17,0,-31,-14,-31,-31v0,-17,14,-31,31,-31v17,0,31,14,31,31v0,17,-14,31,-31,31","w":360},"\u2013":{"d":"182,-107r0,48r-184,0r0,-48r184,0","w":180},"\u2014":{"d":"362,-107r0,48r-364,0r0,-48r364,0","w":360},"\u201c":{"d":"157,-136v-42,-2,-45,-61,-19,-88v13,-13,27,-23,46,-25v-1,24,-23,33,-16,58v30,9,20,57,-11,55xm57,-136v-42,-2,-45,-61,-19,-88v13,-13,28,-23,46,-25v-1,24,-23,33,-16,58v30,9,20,57,-11,55","w":202,"k":{"\u2018":-22}},"\u201d":{"d":"146,-249v43,2,44,61,18,88v-13,13,-27,23,-45,25v1,-25,21,-31,16,-58v-30,-9,-20,-57,11,-55xm46,-249v43,2,44,61,18,88v-13,13,-26,23,-45,25v1,-25,21,-31,16,-58v-30,-9,-20,-57,11,-55","w":202},"\u2018":{"d":"52,-136v-42,-2,-44,-61,-18,-88v13,-13,27,-23,46,-25v-2,25,-22,31,-17,58v31,9,21,56,-11,55","w":97},"\u2019":{"d":"45,-249v42,2,45,61,19,88v-13,13,-27,23,-46,25v0,-25,24,-33,16,-58v-30,-9,-20,-57,11,-55","w":97,"k":{"\u201d":-22,"v":9,"t":14,"s":29,"r":29,"d":29}},"\u00d7":{"d":"20,-74r53,-53r-53,-53r32,-33r53,54r53,-54r33,33r-54,53r54,53r-33,33r-53,-54r-53,54","w":210},"\u00a0":{"w":100,"k":{"\u2018":36,"\u201c":36,"Y":63,"W":45,"V":54,"T":54,"A":36}}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Digitized data copyright The Monotype Corporation 1991-1995. All rights
 * reserved. Gill Sans® is a trademark of The Monotype Corporation which may be
 * registered in certain jurisdictions.
 * 
 * Trademark:
 * Gill Sans® is a trademark of The Monotype Corporation which may be registered
 * in certain jurisdictions.
 * 
 * Description:
 * Monotype Type Drawing Office 1928. Gill studied under the renowned
 * calligrapher, Edward Johnston, the designer of the London Underground sans serif
 * typeface. This influenced Gill who later experimented with sans serif designs,
 * and in due course produced a set of capital letters. These became Monotype
 * series 231, produced in 1923, and the forerunner of the extensive Gill Sans
 * range now available. A twentieth century sans serif that has a simplicity of
 * form which does not reject traditional forms and proportions, and gives the face
 * a humanist feel. The lighter weights are highly readable in text and suitable
 * for magazine and book work, whereas the heavier weights are best used for
 * display in advertising, packaging, and labels.
 * 
 * Manufacturer:
 * Monotype Typography
 * 
 * Designer:
 * Eric Gill
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 */
Cufon.registerFont({"w":187,"face":{"font-family":"Gill Sans MT","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 2 2 1 4 9 2 3","ascent":"288","descent":"-72","x-height":"5","bbox":"-48 -263.601 363 83.2627","underline-thickness":"17.9297","underline-position":"-18.1055","slope":"-8","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100,"k":{"\u2018":36,"\u201c":36,"Y":63,"W":54,"V":54,"T":54,"A":29}},"!":{"d":"34,-60r14,-174v3,-10,10,-15,20,-15v10,0,14,8,14,22v0,36,-26,124,-35,167r-13,0xm36,5v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21","w":90},"\"":{"d":"89,-258r35,0v2,35,-3,64,-9,92r-17,0v-6,-28,-11,-56,-9,-92xm31,-258r35,0v2,35,-3,64,-9,92r-18,0v-5,-28,-10,-57,-8,-92","w":127},"#":{"d":"1,-153r0,-22r57,0r15,-71r21,0r-15,71r74,0r15,-71r22,0r-15,71r35,0r0,22r-40,0r-13,65r53,0r0,22r-57,0r-15,70r-22,0r15,-70r-74,0r-15,70r-21,0r14,-70r-34,0r0,-22r39,0r14,-65r-53,0xm149,-153r-74,0r-14,65r75,0","w":210},"$":{"d":"82,-105v-45,-18,-75,-69,-34,-109v13,-12,30,-19,52,-20r2,-15r26,0r-1,15v16,2,32,8,47,17r-5,32v-15,-9,-30,-16,-47,-19r-10,77v53,26,73,70,35,110v-12,13,-32,19,-54,20r-5,37r-26,0r5,-37v-21,-3,-39,-9,-53,-19r6,-36v15,10,31,19,51,24xm96,-205v-42,2,-45,50,-9,63xm97,-26v40,-3,52,-49,10,-65","w":180},"%":{"d":"21,-194v0,-29,26,-55,55,-55v29,0,54,26,54,55v0,29,-26,55,-54,55v-28,1,-55,-26,-55,-55xm47,-194v0,14,14,28,29,28v15,0,28,-13,28,-28v0,-15,-14,-29,-28,-29v-15,1,-29,12,-29,29xm227,-249r-161,252r-28,0r162,-252r27,0xm135,-52v0,-29,26,-55,55,-55v29,0,55,26,55,55v0,29,-27,55,-55,55v-29,0,-55,-26,-55,-55xm162,-52v-1,14,14,29,28,29v15,0,28,-14,28,-29v0,-15,-13,-28,-28,-28v-16,0,-27,12,-28,28","w":254},"&":{"d":"119,-249v26,-1,49,24,48,50v0,27,-17,51,-52,71v10,17,26,39,49,66v17,-17,30,-37,39,-61r32,0v-15,36,-31,62,-50,80v17,15,31,23,52,19v-7,9,-4,27,-20,27v-21,0,-42,-14,-53,-27v-50,45,-149,35,-146,-42v1,-34,29,-59,58,-72v-29,-46,-12,-111,43,-111xm114,-221v-27,5,-28,43,-13,69v18,-9,34,-23,35,-45v1,-13,-9,-25,-22,-24xm52,-65v2,47,59,54,91,22v-22,-25,-40,-48,-53,-70v-25,14,-38,30,-38,48","w":247},"'":{"d":"31,-258r35,0v2,35,-3,64,-9,92r-18,0v-5,-28,-10,-57,-8,-92","w":67},"(":{"d":"19,-55v0,-88,36,-132,84,-194r17,0v-56,66,-101,228,-50,332r-15,0v-18,-36,-36,-89,-36,-138","w":105},")":{"d":"81,-111v0,88,-35,132,-83,194r-18,0v56,-66,101,-228,50,-332r15,0v18,36,36,89,36,138","w":105},"*":{"d":"40,-200v-22,-4,-19,-25,-3,-28v17,4,33,27,46,38v1,-2,4,-3,7,-4r-9,-52v0,-10,4,-15,12,-15v25,5,4,47,3,67v3,1,5,2,7,4v15,-12,27,-33,47,-38v14,1,15,22,0,27r-45,16v1,2,1,7,0,9v17,8,54,13,56,31v-4,18,-19,13,-32,-1r-26,-25v-2,2,-5,3,-7,3r9,52v0,11,-4,16,-12,16v-24,-6,-5,-48,-3,-68v-2,0,-5,-1,-7,-3v-13,11,-31,34,-48,37v-18,-5,-12,-22,8,-29r38,-13r0,-9","w":161},"+":{"d":"96,-212r29,0r0,70r70,0r0,30r-70,0r0,70r-29,0r0,-70r-71,0r0,-30r71,0r0,-70","w":210},",":{"d":"26,-35v29,3,27,46,7,65v-11,10,-24,18,-42,22r2,-16v16,-5,24,-16,24,-31v-23,-8,-14,-43,9,-40","w":71,"k":{"\u2019":29,"\u201d":29," ":36}},"-":{"d":"90,-95r-4,30r-86,0r4,-30r86,0","w":90},".":{"d":"27,5v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,21,-20,21","w":71,"k":{"\u2019":29,"\u201d":29," ":36}},"\/":{"d":"10,3r71,-252r25,0r-71,252r-25,0","w":101},"0":{"d":"18,-84v-1,-71,33,-165,99,-165v45,0,63,37,63,89v0,72,-32,162,-97,163v-43,0,-65,-29,-65,-87xm116,-220v-37,0,-64,85,-64,135v0,39,11,59,31,59v40,0,64,-84,64,-138v0,-37,-10,-56,-31,-56"},"1":{"d":"135,-249r-39,249r-33,0r40,-249r32,0"},"2":{"d":"131,-188v0,-44,-60,-33,-88,-9r4,-35v45,-31,121,-19,115,42v-6,66,-51,100,-96,160r93,0r-4,30r-149,0v48,-58,80,-101,98,-128v18,-27,27,-47,27,-60"},"3":{"d":"119,-156v28,-22,13,-66,-24,-64v-17,0,-33,6,-49,16r5,-34v51,-25,117,-6,117,53v0,27,-16,47,-48,59v66,30,24,129,-52,129v-19,0,-39,-4,-59,-13r4,-30v40,23,106,20,106,-31v0,-24,-20,-44,-44,-41r3,-29v18,-1,30,-7,41,-15"},"4":{"d":"164,-249r-23,147r35,0r-3,26r-37,0r-11,76r-32,0r13,-76r-92,0r0,-14r130,-159r20,0xm55,-102r55,0r15,-85"},"5":{"d":"122,-82v0,-35,-36,-50,-72,-40r22,-124r100,0r-6,31r-70,0r-10,61v42,1,70,28,70,71v0,75,-94,110,-151,68r12,-29v37,35,105,17,105,-38"},"6":{"d":"84,3v-82,0,-65,-111,-31,-161r60,-88r36,0r-70,104v38,-23,90,4,90,53v0,45,-41,92,-85,92xm52,-68v0,22,12,41,33,41v26,1,54,-31,52,-59v-1,-18,-13,-35,-33,-35v-28,0,-52,26,-52,53"},"7":{"d":"190,-246r-115,249r-33,0r101,-218r-99,0r4,-31r142,0"},"8":{"d":"111,-249v75,-8,87,105,24,121v68,30,20,131,-52,131v-40,0,-70,-29,-69,-68v0,-34,18,-56,53,-67v-58,-31,-17,-123,44,-117xm112,-220v-44,-3,-59,76,-7,76v44,4,57,-76,7,-76xm46,-65v0,22,18,39,40,39v53,0,73,-88,9,-88v-25,0,-50,24,-49,49"},"9":{"d":"114,-249v55,0,78,66,55,116v-21,46,-59,94,-87,136r-36,0r72,-106v-41,23,-90,-5,-90,-50v0,-48,40,-96,86,-96xm111,-217v-45,0,-78,91,-16,93v25,1,50,-28,50,-52v1,-23,-12,-41,-34,-41"},":":{"d":"47,-125v-12,0,-21,-9,-21,-21v0,-12,10,-21,21,-21v11,0,21,9,21,21v0,12,-9,21,-21,21xm27,5v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,21,-20,21","w":71,"k":{" ":36}},";":{"d":"47,-125v-12,0,-21,-9,-21,-21v0,-12,10,-21,21,-21v11,0,21,9,21,21v0,12,-9,21,-21,21xm31,-35v29,3,27,46,7,65v-11,10,-24,18,-42,22r3,-16v16,-5,23,-16,23,-31v-23,-8,-14,-43,9,-40","w":71,"k":{" ":36}},"<":{"d":"25,-113r0,-29r171,-73r0,31r-136,57r136,56r0,31","w":210},"=":{"d":"25,-181r170,0r0,29r-170,0r0,-29xm25,-103r170,0r0,30r-170,0r0,-30","w":210},">":{"d":"196,-113r-171,73r0,-31r135,-56r-135,-57r0,-31r171,73r0,29","w":210},"?":{"d":"98,-193v-4,-37,-43,-32,-66,-7r5,-35v38,-30,95,-9,93,42v-3,53,-72,78,-73,133r-20,0v-7,-59,53,-90,61,-133xm43,5v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,21,-20,21","w":127},"@":{"d":"46,-85v0,88,61,136,152,135v56,0,97,-18,123,-53r32,0v-32,52,-84,79,-156,79v-104,1,-177,-57,-177,-158v0,-98,69,-180,173,-180v84,0,151,58,151,137v0,57,-52,127,-105,126v-23,0,-35,-10,-35,-30v-42,58,-118,20,-118,-50v0,-74,96,-159,145,-79r6,-27r32,0r-31,143v0,9,4,14,12,14v29,-3,68,-55,68,-98v0,-65,-59,-111,-126,-111v-83,0,-146,68,-146,152xm221,-114v0,-29,-14,-50,-41,-51v-33,0,-60,49,-60,88v0,28,13,52,38,52v33,0,63,-51,63,-89","w":363},"A":{"d":"127,-247r48,247r-31,0r-14,-77r-77,0r-33,77r-33,0r109,-247r31,0xm63,-103r62,0r-19,-101","k":{"v":4,"Y":36,"W":22,"V":22,"U":14,"T":36,"Q":11,"O":11,"G":11,"C":14}},"B":{"d":"179,-69v-1,70,-86,74,-165,69r34,-246v62,-4,114,8,114,63v0,21,-11,37,-34,48v34,12,51,34,51,66xm67,-147v34,3,61,-7,62,-37v1,-26,-22,-37,-52,-33xm146,-70v-1,-36,-39,-55,-83,-50r-13,93v47,1,97,2,96,-43","w":183,"k":{"A":-20,".":-11,",":-11}},"C":{"d":"18,-99v3,-98,80,-159,191,-150r-7,31v-89,-7,-147,42,-149,117v-2,57,47,88,100,65v14,-6,26,-13,37,-22r-5,40v-74,49,-170,9,-167,-81","w":198,"k":{"A":-22,".":-18,",":-18}},"D":{"d":"222,-122v0,76,-49,122,-128,122r-80,0r35,-246v102,-7,172,33,173,124xm187,-123v1,-60,-47,-97,-109,-93r-26,187v86,6,134,-18,135,-94","w":236,"k":{"Y":36,"W":25,"V":18,".":9,",":9}},"E":{"d":"179,-246r-4,30r-98,0r-11,77r87,0r-4,29r-87,0r-12,81r129,0r-4,29r-161,0r35,-246r130,0","w":183},"F":{"d":"164,-246r-4,30r-85,0r-11,77r78,0r-4,29r-79,0r-15,110r-33,0r36,-246r117,0","w":150,"k":{"r":5,"o":5,"e":5,"a":14,".":36,",":36}},"G":{"d":"47,-106v-3,64,63,101,119,68r5,-43r-35,0r4,-26r68,0r-13,89v-80,49,-185,8,-182,-87v3,-99,93,-162,211,-141r-4,30v-97,-19,-169,31,-173,110","w":217,"k":{".":-7,",":-7}},"H":{"d":"247,-246r-34,246r-34,0r15,-109r-132,0r-16,109r-33,0r34,-246r34,0r-15,107r133,0r14,-107r34,0","w":251},"I":{"d":"82,-246r-34,246r-34,0r35,-246r33,0","w":86},"J":{"d":"83,-246r-37,264v-7,52,-36,72,-86,63r-8,-31v34,9,57,-1,62,-34r37,-262r32,0","w":86,"k":{"A":-9}},"K":{"d":"206,-246r-113,114r110,132r-38,0r-102,-128r-18,128r-33,0r35,-246r33,0r-15,106r104,-106r37,0","w":202,"k":{"y":11,"u":5,"o":13,"e":20,"O":14}},"L":{"d":"80,-246r-33,219r101,0r-4,27r-131,0r34,-246r33,0","w":150,"k":{"\u2019":18,"\u201d":18,"Y":22,"W":27,"V":14,"T":25}},"M":{"d":"268,-246r0,246r-33,0r0,-187r-99,187r-44,-188r-60,188r-32,0r81,-246r28,0r38,167r88,-167r33,0","w":292},"N":{"d":"244,-246r-34,246r-18,0r-122,-179r-25,179r-31,0r35,-246r16,0r123,181r25,-181r31,0","w":247,"k":{"A":-7}},"O":{"d":"18,-100v0,-70,48,-151,119,-149v54,1,87,46,87,103v0,77,-48,149,-118,149v-54,0,-88,-47,-88,-103xm52,-96v0,40,19,70,55,70v51,0,84,-66,84,-126v0,-38,-19,-66,-54,-67v-53,-1,-85,66,-85,123","w":236,"k":{"Y":32,"X":25,"W":18,"V":14,"T":29,"A":4,".":11,",":11}},"P":{"d":"166,-176v-2,50,-45,81,-108,72r-14,104r-34,0r34,-246v67,-5,123,7,122,70xm133,-177v0,-30,-25,-42,-59,-39r-12,83v41,4,70,-9,71,-44","w":161,"k":{"o":7,"e":7,"a":13,"A":11,".":36,",":36}},"Q":{"d":"126,0v8,48,87,55,98,5r6,0v2,59,-67,85,-108,47v-14,-12,-26,-29,-33,-52v-46,-9,-70,-51,-71,-105v-1,-67,51,-145,118,-144v56,1,88,43,88,104v0,73,-39,131,-98,145xm52,-97v0,42,18,66,57,67v50,0,82,-62,82,-120v0,-40,-16,-69,-54,-69v-53,-2,-85,68,-85,122","w":236,"k":{"U":11,".":-11,",":-11}},"R":{"d":"175,-179v-1,31,-22,54,-50,60v28,28,43,82,64,119r-35,0v-15,-29,-34,-75,-51,-97v-7,-10,-23,-12,-41,-11r-15,108r-34,0r34,-246v69,-4,130,4,128,67xm66,-137v41,3,74,-8,74,-44v0,-31,-28,-37,-63,-35","w":191,"k":{"Y":27,"W":22,"V":11,"T":25,"O":7}},"S":{"d":"34,-182v0,-55,72,-84,124,-57r-5,34v-28,-22,-90,-17,-86,24v4,46,83,62,83,119v0,62,-81,84,-132,48r5,-36v22,16,42,23,58,23v17,0,38,-14,36,-32v-5,-48,-83,-64,-83,-123","w":164,"k":{".":-9,",":-9}},"T":{"d":"201,-246r-5,31r-69,0r-30,215r-34,0r30,-215r-69,0r4,-31r173,0","w":183,"k":{"y":29,"w":36,"u":36,"r":36,"o":36,"e":36,"a":40,"O":18,"A":22,";":9,":":9,".":36,"-":43,",":36}},"U":{"d":"56,-85v-12,51,50,74,89,49v24,-16,26,-31,32,-68r20,-142r33,0v-21,101,1,248,-123,249v-54,0,-90,-35,-83,-91r22,-158r32,0","w":228,"k":{".":5,",":5}},"V":{"d":"203,-246r-120,248r-12,0r-48,-248r32,0r33,172r82,-172r33,0","w":183,"k":{"u":23,"o":29,"e":29,"a":29,"O":7,"A":11,".":29,"-":29,",":29}},"W":{"d":"355,-246r-119,248r-12,0r-48,-174r-84,174r-12,0r-58,-248r31,0r40,174r83,-174r13,0r48,177r84,-177r34,0","w":333,"k":{"u":20,"o":27,"e":27,"a":29,"O":7,"A":7,".":29,"-":27,",":29}},"X":{"d":"253,-246r-105,120r80,126r-39,0r-63,-101r-88,101r-45,0r115,-130r-73,-116r37,0r58,91r80,-91r43,0","w":240},"Y":{"d":"201,-246r-87,124r-17,122r-32,0r17,-122r-58,-124r35,0r41,90r63,-90r38,0","w":176,"k":{"u":27,"o":29,"e":29,"a":29,"O":14,"A":11,".":29,"-":32,",":29}},"Z":{"d":"233,-246r-179,215r146,0r-5,31r-207,0r179,-215r-140,0r4,-31r202,0","w":209},"[":{"d":"135,-246r-3,24r-46,0r-39,278r46,0r-3,24r-76,0r45,-326r76,0","w":119},"\\":{"d":"100,3r-25,0r-70,-252r25,0","w":101},"]":{"d":"-17,80r3,-24r46,0r39,-278r-46,0r3,-24r76,0r-45,326r-76,0","w":119},"^":{"d":"48,-105r-33,0r63,-141r25,0r63,141r-32,0r-44,-105","w":168},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"72,-241r25,52r-20,0r-41,-52r36,0","w":119},"a":{"d":"13,-61v0,-76,67,-123,147,-101r-22,162r-31,0r3,-20v-35,46,-97,15,-97,-41xm76,-22v10,2,37,-20,38,-25r13,-93v-52,-5,-82,30,-83,74v-1,23,11,44,32,44","w":168},"b":{"d":"159,-93v0,76,-67,111,-148,95r33,-248r32,0r-13,97v39,-43,96,-2,96,56xm127,-94v0,-47,-51,-61,-69,-26r-14,100v54,5,83,-24,83,-74","w":168,"k":{"y":5,"v":7}},"c":{"d":"40,-71v-2,50,53,61,88,35r-3,29v-51,30,-116,1,-116,-62v0,-64,59,-112,132,-95r-4,27v-52,-13,-95,22,-97,66","w":138,"k":{"y":-9,"l":-7,"k":-7,"h":-7,".":-22,",":-22}},"d":{"d":"11,-70v3,-53,50,-105,119,-97r12,-79r30,0r-35,246v-61,16,-130,-5,-126,-70xm127,-141v-82,-17,-122,120,-31,121v6,0,11,-1,14,-1","w":168},"e":{"d":"46,-84v-13,61,51,84,94,42r-5,29v-49,39,-121,11,-121,-60v0,-48,32,-95,76,-94v39,0,64,39,57,83r-101,0xm118,-105v-1,-51,-58,-46,-68,0r68,0","w":157,"k":{"w":4,"v":5,".":-11,",":-11}},"f":{"d":"40,-162v1,-65,53,-105,117,-79r-4,30v-41,-21,-80,-4,-83,49r33,0r-4,27r-32,0r-26,203r-30,0r26,-203r-26,0r4,-27r25,0","w":97,"k":{"\u2019":-45,"\u201d":-45,"o":5,"i":7,"e":5,"a":5}},"g":{"d":"46,-51v-54,-22,-24,-111,31,-111r83,0r-3,24r-31,0v26,45,-4,94,-52,97v-20,1,-37,8,-26,22v23,10,84,16,84,56v0,61,-136,61,-136,4v0,-16,16,-26,47,-33v-43,-12,-31,-51,3,-59xm78,-137v-36,0,-45,70,-2,70v18,0,31,-19,31,-37v0,-18,-11,-34,-29,-33xm25,40v5,25,74,29,78,0v1,-11,-29,-23,-36,-23v-8,-1,-44,12,-42,23","w":153,"k":{"o":4,"e":5}},"h":{"d":"102,-144v-12,-5,-48,34,-49,39r-15,105r-30,0r34,-246r31,0r-15,111v31,-48,103,-41,93,25r-16,110r-30,0r16,-120v0,-16,-6,-24,-19,-24","w":168,"k":{"y":5}},"i":{"d":"52,-195v-10,0,-18,-7,-18,-17v0,-11,7,-18,18,-18v10,0,17,8,17,18v0,10,-7,17,-17,17xm62,-162r-23,162r-31,0r23,-162r31,0","w":67},"j":{"d":"34,-212v0,-11,7,-18,18,-18v10,0,17,8,17,18v0,10,-7,17,-17,17v-10,0,-18,-7,-18,-17xm7,24r24,-186r31,0r-25,195v-3,36,-36,58,-74,47r4,-27v24,4,36,-4,40,-29","w":67},"k":{"d":"73,-246r-22,155r69,-71r39,0r-74,77r79,85r-39,0r-75,-82r-11,82r-30,0r34,-246r30,0","w":164,"k":{"y":7,"o":11,"e":18}},"l":{"d":"73,-246r-34,246r-31,0r35,-246r30,0","w":67},"m":{"d":"102,-140v-11,-4,-48,32,-49,37r-15,103r-30,0r23,-162r31,0r-5,28v30,-34,83,-48,93,6v20,-24,40,-36,61,-36v68,0,24,109,22,164r-30,0r16,-116v0,-16,-6,-24,-18,-24v-21,1,-41,24,-51,37r-14,103r-31,0r16,-116v0,-16,-6,-24,-19,-24","w":266,"k":{"y":5,"u":4}},"n":{"d":"123,-113v-8,-53,-54,-9,-67,10r-15,103r-30,0r22,-162r31,0v0,9,-5,22,-3,29v31,-51,102,-35,92,31r-16,102r-30,0","w":168,"k":{"v":7}},"o":{"d":"13,-67v0,-51,31,-100,77,-100v37,0,60,31,60,71v0,53,-29,101,-76,101v-40,0,-61,-29,-61,-72xm119,-98v0,-24,-9,-45,-29,-45v-29,0,-47,45,-46,79v0,22,10,43,29,43v30,0,47,-41,46,-77","w":161,"k":{"y":5,"x":7,"w":7,"v":7,"g":4}},"p":{"d":"33,-122v-11,3,-20,33,-28,28v2,-16,18,-40,31,-49r9,-60r30,0r-6,41v50,-19,97,19,95,71v-2,60,-47,104,-118,96r-11,78r-30,0xm50,-21v83,19,117,-116,36,-123v-7,0,-14,2,-20,5","w":176,"k":{"y":4}},"q":{"d":"11,-68v2,-72,64,-108,149,-99r-35,250r-31,0r13,-88v-49,29,-98,-8,-96,-63xm43,-66v0,37,34,57,67,39r16,-115v-50,-3,-83,28,-83,76","w":168},"r":{"d":"119,-127v-30,-22,-55,17,-62,36r-13,91r-31,0r23,-162r31,0v-1,10,-6,23,-4,32v17,-25,23,-38,56,-32r0,35","w":112,"k":{"y":-14,"v":-11,"t":-14,"s":-7,"q":7,"o":7,"i":-7,"e":4,"d":7,"a":7,";":-14,":":-14,".":14,",":14}},"s":{"d":"17,-120v0,-51,64,-59,99,-30r0,32v-19,-14,-34,-21,-48,-21v-11,0,-22,6,-22,17v8,29,66,38,64,79v-3,54,-69,61,-106,27r5,-30v20,16,37,24,50,24v11,0,22,-7,21,-18v-4,-31,-63,-40,-63,-80","w":127,"k":{"w":4,".":-11,",":-11}},"t":{"d":"95,-2v-34,17,-82,5,-75,-38r16,-98r-28,0r4,-24r29,0r6,-33r30,0r-5,33r31,0r-4,24r-32,0r-17,100v2,25,30,16,47,6","w":101},"u":{"d":"54,2v-68,0,-25,-108,-23,-164r31,0r-16,117v0,16,6,24,18,24v13,0,28,-12,48,-36r15,-105r31,0r-23,162r-30,0r2,-27v-19,20,-36,29,-53,29","w":168},"v":{"d":"148,-162r-83,165r-15,0r-37,-165r30,0r22,103r52,-103r31,0","w":135,"k":{".":7,",":7}},"w":{"d":"233,-162r-83,165r-15,0r-21,-106r-55,106r-14,0r-33,-165r29,0r21,109r52,-109r15,0r20,109r54,-109r30,0","w":221,"k":{"a":7,".":11,",":11}},"x":{"d":"159,-162r-65,80r41,82r-32,0r-30,-60r-47,60r-37,0r70,-86r-38,-76r33,0r26,55r42,-55r37,0","w":153,"k":{"e":14}},"y":{"d":"144,-162r-116,245r-32,0r44,-93r-32,-152r31,0r22,112r51,-112r32,0","w":135,"k":{"e":7,"a":7,".":11,",":11}},"z":{"d":"161,-162r-107,135r94,0r-6,27r-147,0r106,-135r-82,0r4,-27r138,0","w":164,"k":{"o":7,"e":7}},"{":{"d":"112,76v-117,20,-23,-154,-102,-155r0,-29v43,3,35,-47,36,-90v0,-48,17,-67,66,-64r0,27v-42,-7,-36,26,-36,63v0,46,-8,65,-37,79v36,12,38,53,37,105v-1,32,6,36,36,36r0,28","w":119},"|":{"d":"39,83r0,-329r27,0r0,329r-27,0","w":93},"}":{"d":"8,-262v117,-20,21,154,102,154r0,29v-42,-2,-37,47,-37,91v1,48,-17,67,-65,64r0,-28v41,6,36,-25,36,-62v0,-46,8,-65,37,-79v-36,-13,-38,-52,-37,-105v1,-32,-6,-38,-36,-37r0,-27","w":119},"~":{"d":"154,-68v-16,0,-72,-27,-89,-27v-14,0,-31,8,-51,24r0,-30v18,-15,37,-23,54,-23v17,0,73,27,88,27v14,0,31,-8,51,-24r0,30v-18,15,-36,23,-53,23","w":210},"\u2122":{"d":"72,-114r0,-123r-47,0r0,-21r117,0r0,21r-47,0r0,123r-23,0xm158,-114r0,-144r36,0r36,115r35,-115r34,0r0,144r-22,0r1,-121r-38,121r-21,0r-39,-123r0,123r-22,0","w":360},"\u2026":{"d":"290,3v-12,0,-22,-9,-22,-21v0,-12,9,-23,22,-22v12,0,21,11,21,22v-1,11,-9,21,-21,21xm169,3v-12,0,-21,-9,-21,-21v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,11,-10,21,-22,21xm49,3v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21","w":360},"\u2013":{"d":"183,-103r0,23r-186,0r0,-23r186,0","w":180},"\u2014":{"d":"363,-103r0,23r-366,0r0,-23r366,0","w":360},"\u201c":{"d":"123,-162v-29,-3,-26,-46,-7,-64v11,-10,24,-18,42,-22r-2,15v-16,5,-24,16,-24,31v23,8,16,42,-9,40xm46,-162v-30,-3,-27,-46,-7,-64v11,-10,24,-18,42,-22r-3,15v-16,5,-23,16,-23,31v23,8,15,42,-9,40","w":146,"k":{"\u2018":-18}},"\u201d":{"d":"134,-249v30,3,28,47,8,65v-11,10,-24,18,-42,22r2,-16v16,-5,24,-16,24,-31v-23,-7,-16,-42,8,-40xm57,-249v30,3,27,47,7,65v-11,10,-24,18,-42,22r2,-16v16,-5,24,-16,24,-31v-23,-8,-14,-42,9,-40","w":146,"k":{" ":36}},"\u2018":{"d":"50,-162v-29,-3,-26,-46,-7,-64v11,-10,24,-18,42,-22r-2,15v-16,5,-24,16,-24,31v23,8,16,42,-9,40","w":71,"k":{"\u2018":-5}},"\u2019":{"d":"56,-249v30,3,28,47,8,65v-11,10,-24,18,-42,22r2,-16v16,-5,23,-16,23,-31v-23,-8,-14,-42,9,-40","w":71,"k":{"\u2019":-5,"\u201d":-18,"v":9,"s":18,"r":32,"d":36," ":36}},"\u00d7":{"d":"34,-72r55,-55r-55,-56r21,-21r56,55r55,-55r21,22r-55,55r55,55r-21,21r-55,-55r-56,55","w":210},"\u00a0":{"w":100,"k":{"\u2018":36,"\u201c":36,"Y":63,"W":54,"V":54,"T":54,"A":29}}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Digitized data copyright © 1997 The Monotype Corporation, Inc. All rights
 * reserved. Gill Sans® is a trademark of The Monotype Corporation, Inc. which may
 * be registered in certain jurisdictions.
 * 
 * Trademark:
 * Gill Sans® is a trademark of The Monotype Corporation, Inc. which may be
 * registered in certain jurisdictions.
 * 
 * Description:
 * Monotype Type Drawing Office 1928. Gill studied under the renowned
 * calligrapher, Edward Johnston, the designer of the London Underground sans serif
 * typeface. This influenced Gill who later experimented with sans serif designs,
 * and in due course produced a set of capital letters. These became Monotype
 * series 231, produced in 1923, and the forerunner of the extensive Gill Sans
 * range now available. A twentieth century sans serif that has a simplicity of
 * form which does not reject traditional forms and proportions, and gives the face
 * a humanist feel. The lighter weights are highly readable in text and suitable
 * for magazine and book work, whereas the heavier weights are best used for
 * display in advertising, packaging, and labels.
 * 
 * Manufacturer:
 * Monotype Typography
 * 
 * Designer:
 * Eric Gill
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 */
Cufon.registerFont({"w":191,"face":{"font-family":"Gill Sans MT","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 2 2 1 4 9 2 3","ascent":"288","descent":"-72","x-height":"3","bbox":"-30 -262 362 83.2388","underline-thickness":"17.9297","underline-position":"-18.1055","slope":"-8","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100,"k":{"\u2018":36,"\u201c":36,"Y":45,"W":36,"V":36,"T":54,"A":29}},"!":{"d":"44,-235v9,-23,48,-16,46,12v-5,49,-23,100,-33,146r-29,0v5,-49,1,-122,16,-158xm36,3v-15,0,-30,-15,-30,-30v0,-16,14,-31,30,-31v16,0,31,15,31,31v0,16,-15,30,-31,30","w":93},"\"":{"d":"157,-166r-31,0v-6,-28,-11,-56,-9,-92r49,0v2,35,-3,65,-9,92xm32,-258r48,0v2,35,-2,64,-8,92r-32,0v-5,-28,-10,-57,-8,-92","w":172},"#":{"d":"-2,-181r52,0r14,-65r40,0r-13,65r55,0r14,-65r40,0r-14,65r27,0r0,40r-35,0r-10,47r45,0r0,40r-53,0r-14,64r-40,0r14,-64r-55,0r-14,64r-41,0r14,-64r-26,0r0,-40r34,0r10,-47r-44,0r0,-40xm82,-141r-9,47r55,0r9,-47r-55,0","w":210},"$":{"d":"77,-103v-44,-16,-68,-71,-32,-110v12,-12,29,-19,51,-22r2,-14r28,0r-3,16v18,4,33,10,47,19r-5,36v-14,-9,-29,-16,-46,-20r-9,64v44,18,68,72,31,113v-12,14,-30,22,-51,24r-5,41r-28,0r5,-42v-20,-3,-38,-10,-57,-21r6,-36v19,12,38,19,56,22xm84,-150r7,-50v-29,9,-32,34,-7,50xm103,-87r-7,53v28,-9,33,-40,7,-53","w":176},"%":{"d":"13,-191v0,-31,27,-58,58,-58v31,0,58,27,58,58v0,31,-27,58,-58,58v-31,0,-58,-27,-58,-58xm46,-191v0,14,11,27,25,27v14,0,26,-12,26,-27v0,-14,-12,-27,-26,-27v-14,0,-25,12,-25,27xm234,-249r-171,252r-30,0r172,-252r29,0xm139,-55v0,-31,27,-58,58,-58v31,0,59,27,58,58v0,31,-27,58,-58,58v-31,1,-58,-27,-58,-58xm171,-55v0,14,12,27,26,27v14,0,25,-12,25,-27v0,-14,-11,-27,-25,-27v-14,0,-27,11,-26,27","w":258},"&":{"d":"178,-249v33,-1,60,21,60,52v0,36,-29,60,-87,70v6,22,14,39,23,53v12,-10,20,-22,26,-36r48,0v-9,22,-23,43,-41,62v14,6,28,6,47,6r-16,42v-28,8,-55,0,-76,-16v-58,39,-157,17,-157,-55v0,-49,42,-77,93,-82v-7,-57,28,-96,80,-96xm175,-219v-27,0,-37,30,-30,57v27,-5,52,-11,55,-35v1,-13,-12,-22,-25,-22xm104,-117v-62,3,-56,82,-2,81v10,0,21,-2,32,-8v-15,-23,-25,-48,-30,-73","w":262},"'":{"d":"70,-166r-32,0v-5,-28,-10,-57,-8,-92r48,0v2,35,-2,64,-8,92","w":86},"(":{"d":"136,-249v-61,73,-94,223,-47,332r-37,0v-62,-134,-42,-221,47,-332r37,0","w":123},")":{"d":"-13,83v62,-72,93,-223,46,-332r37,0v64,134,43,220,-47,332r-36,0","w":123},"*":{"d":"102,-159r17,56v0,12,-21,7,-32,8v-10,1,-13,-5,-10,-13r16,-51r-5,-4v-15,14,-29,34,-47,44v-7,-7,-30,-34,-11,-40v17,-6,39,-6,55,-13r-55,-12v-19,-8,4,-33,11,-42v16,9,33,33,47,46r5,-4r-17,-57v0,-12,20,-7,32,-8v11,0,13,6,10,14r-16,51r5,4v15,-14,29,-36,47,-45v6,7,31,35,11,41v-18,6,-39,6,-55,13r55,12v19,7,-5,34,-12,41v-17,-12,-31,-31,-46,-45","w":172},"+":{"d":"20,-104r0,-46r67,0r0,-67r46,0r0,67r67,0r0,46r-67,0r0,67r-46,0r0,-67r-67,0","w":210},",":{"d":"33,-52v42,3,44,62,11,84v-17,11,-35,20,-60,20r5,-22v15,-4,26,-12,31,-26v-29,-13,-18,-57,13,-56","w":93,"k":{"\u2019":29,"\u201d":29," ":36}},"-":{"d":"122,-106r-8,50r-112,0r7,-50r113,0","w":123},".":{"d":"34,3v-15,0,-30,-15,-30,-30v0,-16,14,-31,30,-31v16,0,31,15,31,31v0,16,-15,30,-31,30","w":93,"k":{"\u2019":29,"\u201d":29," ":36}},"\/":{"d":"7,3r60,-252r37,0r-61,252r-36,0","w":101},"0":{"d":"19,-89v0,-71,32,-160,96,-160v46,0,67,41,67,93v0,68,-34,159,-97,159v-46,0,-66,-41,-66,-92xm112,-203v-31,2,-43,87,-42,127v0,22,6,33,19,33v28,0,42,-96,42,-128v0,-16,-5,-33,-19,-32"},"1":{"d":"144,-246r-35,246r-51,0r35,-246r51,0"},"2":{"d":"168,-183v-6,61,-30,72,-71,133r61,0r-6,50r-142,0r0,-8v46,-66,91,-107,107,-171v-11,-37,-45,-26,-79,-2r7,-49v44,-38,129,-15,123,47"},"3":{"d":"125,-177v-7,-40,-51,-27,-88,-10r7,-48v53,-29,133,-13,132,50v0,30,-14,51,-41,60v63,38,13,128,-63,128v-20,0,-40,-5,-62,-15r7,-47v37,22,86,25,94,-16v0,-26,-30,-34,-59,-29r6,-46v32,8,65,2,67,-27"},"4":{"d":"172,-249r-22,159r26,0r-4,33r-27,0r-8,57r-51,0r8,-57r-84,0r0,-41r121,-151r41,0xm45,-90r54,0r11,-83"},"5":{"d":"113,-79v1,-34,-39,-40,-74,-34r22,-133r114,0r-7,51r-65,0r-5,40v41,3,65,30,67,72v3,77,-96,110,-157,68r15,-46v32,27,88,26,90,-18"},"6":{"d":"91,3v-59,0,-91,-58,-68,-116v17,-43,56,-92,81,-133r58,0r-62,97v43,-16,79,15,79,59v0,50,-39,93,-88,93xm105,-112v-35,-4,-57,67,-13,69v33,4,54,-66,13,-69"},"7":{"d":"187,-246r-97,246r-53,0r77,-195r-81,0r10,-51r144,0"},"8":{"d":"116,-249v37,0,66,25,66,60v0,28,-16,48,-46,62v71,30,26,130,-46,130v-42,0,-76,-28,-76,-68v0,-32,21,-62,50,-68v-54,-36,-9,-116,52,-116xm113,-203v-24,-2,-39,52,-7,53v26,2,37,-53,7,-53xm96,-105v-31,0,-45,62,-6,62v18,0,31,-17,31,-36v0,-15,-11,-26,-25,-26"},"9":{"d":"110,-249v85,3,86,96,43,161r-58,88r-57,0r62,-97v-43,18,-79,-17,-79,-59v0,-49,37,-95,89,-93xm108,-203v-32,-3,-55,66,-11,68v35,4,53,-67,11,-68"},":":{"d":"54,-106v-16,0,-31,-14,-31,-30v0,-16,15,-30,31,-30v15,0,30,15,30,30v0,15,-15,30,-30,30xm34,3v-15,0,-30,-15,-30,-30v0,-16,14,-31,30,-31v16,0,31,15,31,31v0,16,-15,30,-31,30","w":93,"k":{" ":36}},";":{"d":"54,-106v-16,0,-31,-14,-31,-30v0,-16,15,-30,31,-30v15,0,30,15,30,30v0,15,-15,30,-30,30xm33,-52v42,3,44,62,11,84v-17,11,-35,20,-60,20r5,-22v15,-4,26,-12,31,-26v-29,-13,-18,-57,13,-56","w":93,"k":{" ":36}},"<":{"d":"22,-106r0,-43r176,-77r0,49r-123,49r123,49r0,49","w":210},"=":{"d":"20,-143r0,-46r180,0r0,46r-180,0xm20,-65r0,-46r180,0r0,46r-180,0","w":210},">":{"d":"198,-106r-177,76r0,-49r124,-49r-124,-49r0,-49r177,77r0,43","w":210},"?":{"d":"131,-191v2,53,-61,70,-67,113r-38,0v-5,-47,48,-71,55,-106v-9,-31,-41,-16,-67,0r7,-48v43,-34,108,-14,110,41xm44,3v-16,0,-31,-14,-31,-30v0,-16,15,-31,31,-31v16,0,30,15,30,31v0,15,-15,30,-30,30","w":116},"@":{"d":"46,-83v0,82,66,128,149,127v56,0,96,-16,121,-47r37,0v-25,51,-81,78,-154,79v-101,1,-185,-59,-185,-159v0,-101,73,-179,181,-179v83,0,149,52,149,134v0,65,-51,130,-116,128v-18,0,-29,-7,-32,-20v-42,44,-121,9,-115,-54v-8,-74,85,-158,141,-93r4,-19r47,0r-29,141v0,6,2,9,6,9v27,-1,65,-55,63,-92v-4,-62,-50,-102,-121,-102v-88,0,-146,64,-146,147xm212,-118v0,-23,-11,-40,-32,-41v-35,0,-54,48,-54,86v0,21,12,41,32,41v34,0,54,-52,54,-86","w":352},"A":{"d":"166,-249r43,249r-53,0r-8,-54r-76,0r-24,54r-58,0r121,-249r55,0xm87,-89r57,0r-13,-108","w":225,"k":{"v":4,"Y":22,"W":14,"V":14,"U":14,"T":36,"Q":14,"O":11,"G":11,"C":14}},"B":{"d":"220,-71v0,42,-38,71,-84,71r-120,0r34,-246v72,-1,160,-8,160,60v0,24,-11,43,-35,55v25,7,45,30,45,60xm89,-150v33,1,70,3,70,-30v0,-27,-34,-25,-62,-24xm166,-77v0,-36,-44,-34,-83,-33r-10,69v42,0,94,6,93,-36","w":228,"k":{"A":-11,".":-11,",":-11}},"C":{"d":"21,-109v0,-107,114,-165,227,-131r-9,46v-78,-28,-167,8,-164,86v4,81,99,79,159,37r-7,55v-90,45,-206,9,-206,-93","w":247,"k":{"A":-11,".":-18,",":-18}},"D":{"d":"257,-126v0,68,-49,126,-115,126r-127,0r34,-246r82,0v77,-1,126,47,126,120xm203,-127v0,-56,-44,-84,-108,-77r-22,163v77,8,130,-16,130,-86","w":270,"k":{"Y":29,"W":18,"V":18,".":9,",":9}},"E":{"d":"203,-246r-6,42r-101,0r-8,57r89,0r-6,42r-89,0r-9,64r128,0r-6,41r-180,0r35,-246r153,0","w":209},"F":{"d":"191,-246r-6,42r-89,0r-8,58r77,0r-6,41r-77,0r-15,105r-52,0r35,-246r141,0","w":176,"k":{"r":5,"o":5,"e":5,"a":5,".":36,",":36}},"G":{"d":"17,-108v0,-109,130,-166,248,-132r-6,46v-83,-25,-188,1,-188,84v-1,56,58,80,115,63r6,-43r-45,0r6,-39r97,0r-18,125v-95,23,-215,-4,-215,-104","w":266,"k":{".":-7,",":-7}},"H":{"d":"280,-246r-35,246r-52,0r14,-100r-125,0r-14,100r-52,0r34,-246r53,0r-14,98r125,0r13,-98r53,0","w":285},"I":{"d":"103,-246r-35,246r-52,0r35,-246r52,0","w":108},"J":{"d":"104,-246r-37,259v-8,53,-41,75,-97,69r6,-41v29,0,37,-13,41,-39r35,-248r52,0","w":108,"k":{"a":4,"A":-9}},"K":{"d":"253,-246r-110,111r96,135r-61,0r-92,-130r-19,130r-52,0r35,-246r52,0r-15,105r105,-105r61,0","w":232,"k":{"y":11,"u":5,"o":5,"e":11,"O":14}},"L":{"d":"101,-246r-29,205r112,0r-6,41r-164,0r35,-246r52,0","k":{"\u2019":18,"\u201d":18,"Y":20,"W":23,"V":23,"T":36}},"M":{"d":"310,-246r12,246r-51,0r-8,-166r-91,166r-25,0r-44,-171r-55,171r-53,0r80,-246r58,0r39,155r83,-155r55,0","w":341},"N":{"d":"276,-246r-34,246r-50,0r-101,-166r-23,166r-53,0r35,-246r52,0r100,161r22,-161r52,0","w":281,"k":{"A":-7}},"O":{"d":"22,-111v0,-78,65,-138,144,-138v69,0,121,46,121,112v1,81,-61,140,-142,140v-69,0,-123,-47,-123,-114xm76,-113v0,42,29,71,70,71v47,0,87,-43,87,-91v0,-40,-30,-70,-71,-70v-47,0,-86,42,-86,90","w":299,"k":{"Y":27,"X":18,"W":18,"V":14,"T":29,"A":4,".":11,",":11}},"P":{"d":"212,-172v1,67,-57,86,-130,80r-13,92r-52,0r34,-246r80,0v46,0,81,28,81,74xm158,-170v0,-29,-26,-40,-60,-37r-11,76v39,3,70,-5,71,-39","w":209,"k":{"a":13,"A":11,".":54,",":54}},"Q":{"d":"170,0v13,17,44,37,72,29r7,5r-41,41v-52,-13,-88,-46,-117,-82v-40,-20,-69,-46,-69,-104v-1,-78,65,-138,144,-138v70,0,122,45,121,113v-1,72,-48,128,-117,136xm76,-112v0,41,29,70,69,70v49,0,88,-42,88,-91v0,-39,-29,-70,-70,-70v-48,0,-87,43,-87,91","w":299,"k":{"U":4,".":4,",":4}},"R":{"d":"134,-246v89,-12,115,127,28,138v31,21,44,74,64,108r-58,0v-13,-26,-33,-76,-48,-91v-7,-8,-23,-8,-39,-8r-13,99r-53,0r35,-246r84,0xm163,-173v0,-30,-33,-33,-67,-31r-9,67v38,3,76,-4,76,-36","w":232,"k":{"Y":18,"W":11,"V":16,"U":5,"T":14,"O":7}},"S":{"d":"27,-175v0,-72,100,-94,156,-54r-7,43v-14,-10,-40,-22,-61,-22v-17,0,-34,11,-34,27v10,42,90,49,90,109v0,82,-112,93,-167,52r8,-43v24,19,97,46,105,-2v-6,-46,-90,-51,-90,-110","w":187,"k":{".":-5,",":-4}},"T":{"d":"240,-246r-6,42r-80,0r-29,204r-52,0r29,-204r-78,0r6,-42r210,0","w":222,"k":{"y":43,"w":45,"u":36,"r":36,"o":41,"e":41,"a":47,"O":14,"A":27,";":9,":":9,".":43,"-":43,",":43}},"U":{"d":"80,-107v-15,60,57,82,96,51v11,-9,18,-23,20,-41r21,-149r52,0r-21,154v-9,64,-47,95,-113,95v-72,0,-118,-36,-108,-109r20,-140r53,0","w":270,"k":{"A":5,".":5,",":5}},"V":{"d":"219,-246r-120,249r-25,0r-51,-249r49,0r28,145r66,-145r53,0","w":198,"k":{"u":14,"o":22,"e":22,"a":29,"O":7,"G":7,"A":11,".":29,"-":22,",":29}},"W":{"d":"359,-246r-121,249r-21,0r-39,-152r-83,152r-22,0r-50,-249r49,0r27,145r78,-145r26,0r37,145r66,-145r53,0","w":341,"k":{"y":7,"u":20,"o":22,"e":22,"a":29,"O":7,"A":11,".":29,"-":23,",":29}},"X":{"d":"267,-246r-109,125r73,121r-57,0r-49,-82r-73,82r-65,0r111,-126r-72,-120r57,0r49,81r70,-81r65,0","w":243},"Y":{"d":"223,-246r-93,143r-15,103r-52,0r15,-103r-52,-143r52,0r32,95r57,-95r56,0","w":202,"k":{"u":27,"o":29,"e":29,"a":36,"O":14,"A":14,".":29,"-":32,",":29}},"Z":{"d":"252,-246r-164,205r122,0r-6,41r-215,0r164,-204r-119,0r6,-42r212,0","w":228},"[":{"d":"150,-246r-5,42r-47,0r-34,242r47,0r-6,42r-94,0r46,-326r93,0","w":135},"\\":{"d":"104,3r-36,0r-61,-252r37,0","w":101},"]":{"d":"-17,80r6,-42r47,0r33,-242r-46,0r6,-42r93,0r-45,326r-94,0","w":135},"^":{"d":"24,-105r67,-141r39,0r64,141r-50,0r-34,-86r-35,86r-51,0","w":209},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"108,-181r-26,0r-64,-62r58,0","w":119},"a":{"d":"14,-67v0,-83,86,-114,174,-94r-23,161r-49,0r2,-15v-43,39,-104,9,-104,-52xm65,-65v0,38,37,40,58,18r11,-78v-42,-7,-69,21,-69,60","w":198},"b":{"d":"185,-93v0,83,-89,111,-174,91r34,-244r49,0r-14,99v43,-44,105,-5,105,54xm134,-91v0,-40,-40,-48,-59,-16r-10,70v43,6,69,-12,69,-54","w":195,"k":{"y":13,"v":7,".":-7,",":-7}},"c":{"d":"13,-76v0,-68,78,-106,149,-84r-6,43v-35,-19,-95,1,-93,43v1,45,52,44,89,27r-6,44v-66,20,-133,-7,-133,-73","w":168,"k":{".":-14,",":-14}},"d":{"d":"12,-75v0,-60,54,-101,125,-90r12,-81r48,0r-34,244v-74,16,-151,-2,-151,-73xm63,-75v0,30,27,44,57,37r11,-85v-37,-6,-68,14,-68,48","w":195},"e":{"d":"101,-166v49,0,81,40,67,91r-106,0v0,54,49,48,97,26r-8,40v-65,29,-138,5,-138,-67v0,-48,40,-90,88,-90xm123,-103v4,-16,-7,-30,-23,-30v-16,0,-27,10,-34,30r57,0","w":183,"k":{"y":9,"x":7,"w":4,"v":5,".":-11,",":-11}},"f":{"d":"47,-163v3,-64,55,-104,117,-77r-5,39v-33,-18,-61,-6,-63,38r31,0r-5,36r-31,0r-28,199r-49,0r28,-199r-33,0r5,-36r33,0","w":119,"k":{"\u2019":-36,"\u201d":-36,"a":5}},"g":{"d":"47,-55v-57,-30,-20,-108,44,-108r91,0r-4,36r-27,0v20,44,-14,88,-62,85v-17,-1,-39,3,-25,14v12,6,74,10,80,26v34,42,3,89,-70,85v-42,-2,-78,-9,-78,-40v0,-16,13,-29,40,-37v-33,-16,-29,-54,11,-61xm112,-107v0,-14,-9,-23,-22,-24v-18,0,-27,12,-27,36v0,15,8,23,23,23v18,0,26,-12,26,-35xm75,52v36,0,55,-25,15,-32v-19,-8,-52,-6,-52,15v0,11,13,17,37,17","w":176,"k":{"a":5}},"h":{"d":"80,-145v37,-36,108,-25,99,39r-15,106r-49,0r15,-105v-1,-35,-34,-22,-56,-1r-15,106r-48,0r34,-246r49,0","w":198,"k":{"y":7}},"i":{"d":"63,-184v-14,0,-25,-12,-25,-25v0,-13,11,-25,25,-25v14,0,26,12,26,25v0,13,-12,25,-26,25xm82,-163r-23,163r-49,0r23,-163r49,0","w":93},"j":{"d":"62,-184v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25v0,14,-11,25,-25,25xm81,-163r-23,160v-4,60,-25,91,-85,84r5,-39v23,-2,26,-9,30,-34r24,-171r49,0","w":93},"k":{"d":"94,-246r-22,152r59,-69r60,0r-65,77r63,86r-59,0r-60,-81r-11,81r-49,0r35,-246r49,0","w":183,"k":{"y":7,"o":4,"e":4}},"l":{"d":"95,-246r-35,246r-48,0r34,-246r49,0","w":93},"m":{"d":"172,-136v39,-49,117,-36,107,34r-14,102r-49,0r14,-107v-4,-41,-32,-21,-53,2r-15,105r-49,0r14,-108v-5,-39,-33,-20,-54,3r-14,105r-49,0r23,-163r49,0v0,7,-4,16,-2,21v27,-30,81,-36,92,6","w":296,"k":{"y":11,"u":4}},"n":{"d":"80,-145v40,-38,108,-24,99,44r-14,101r-49,0r14,-106v-4,-42,-34,-22,-56,1r-15,105r-48,0r23,-163r48,0","w":198,"k":{"y":9,"v":7,"u":5}},"o":{"d":"13,-76v0,-49,45,-90,94,-90v47,0,81,31,81,77v0,50,-43,92,-93,92v-44,0,-82,-34,-82,-79xm105,-127v-45,-2,-61,89,-10,91v43,4,63,-89,10,-91","w":202,"k":{"y":14,"x":13,"w":11,"v":11,"g":4}},"p":{"d":"38,-103v-14,7,-22,29,-37,35v-4,-21,22,-51,42,-67r8,-60r49,0r-5,32v56,-14,102,15,102,68v0,60,-59,111,-125,95r-11,83r-49,0xm78,-40v37,15,69,-17,69,-54v0,-31,-26,-41,-57,-34","w":209,"k":{"y":11}},"q":{"d":"13,-68v0,-87,79,-106,175,-98r-35,249r-49,0r13,-94v-50,33,-104,4,-104,-57xm63,-69v0,37,35,46,59,24r11,-80v-42,-2,-70,17,-70,56","w":198},"r":{"d":"123,-103v-15,-34,-45,-11,-53,6r-13,97r-49,0r23,-163r49,0v-1,8,-5,18,-3,24v26,-30,43,-38,69,-9","w":131,"k":{"y":-14,"v":-11,"t":-14,"s":-7,"q":7,"o":7,"e":4,"d":7,"a":7,";":-14,":":-14,".":14,",":14}},"s":{"d":"17,-113v0,-54,70,-67,112,-39r-4,39v-12,-7,-32,-13,-47,-14v-7,0,-11,2,-11,7v8,21,57,40,55,72v-3,54,-75,63,-118,36r7,-36v20,8,34,11,44,11v11,0,16,-3,16,-9v-5,-19,-54,-39,-54,-67","w":135,"k":{"w":4,".":-11,",":-11}},"t":{"d":"118,-7v-46,26,-102,2,-91,-58r11,-62r-33,0r7,-36r33,0r5,-35r50,0r-7,35r36,0r-7,36r-36,0v-3,22,-10,42,-10,65v0,30,20,24,42,12r0,43","w":131},"u":{"d":"119,-18v-38,38,-110,23,-100,-42r15,-103r48,0r-14,106v3,42,36,22,56,0r15,-106r48,0r-23,163r-48,0","w":198},"v":{"d":"173,-163r-88,166r-33,0r-42,-166r47,0r21,90r44,-90r51,0","w":164,"k":{"o":4,"e":4,"a":7,".":13,",":13}},"w":{"d":"272,-163r-92,166r-32,0r-17,-85r-48,85r-30,0r-41,-166r47,0r19,94r49,-94r30,0r17,94r47,-94r51,0","w":262,"k":{"a":13,".":16,",":16}},"x":{"d":"199,-163r-72,83r49,80r-54,0r-26,-51r-42,51r-62,0r78,-86r-47,-77r54,0r24,48r38,-48r60,0","k":{"e":14}},"y":{"d":"184,-163r-119,246r-51,0r47,-98r-52,-148r49,0r32,95r43,-95r51,0","w":176,"k":{"e":4,"a":11,".":11,",":11}},"z":{"d":"165,-163r-81,123r71,0r-6,40r-149,0r83,-123r-66,0r6,-40r142,0","w":164,"k":{"o":7,"e":7}},"{":{"d":"49,10v1,-42,2,-84,-39,-82r0,-41v41,2,40,-40,39,-82v0,-52,27,-69,82,-66r0,43v-36,1,-36,2,-37,39v-1,48,-3,66,-30,87v27,20,29,37,30,85v1,37,1,39,37,40r0,43v-55,3,-82,-14,-82,-66","w":138},"|":{"d":"37,80r0,-326r39,0r0,326r-39,0","w":101},"}":{"d":"90,-195v0,42,-3,84,38,82r0,41v-41,-2,-39,40,-38,82v0,52,-27,69,-82,66v2,-13,-4,-34,2,-43v36,-1,33,-3,34,-40v2,-47,4,-65,31,-85v-27,-21,-30,-39,-31,-87v-1,-38,0,-38,-36,-39r0,-43v55,-3,82,14,82,66","w":138},"~":{"d":"152,-62v-16,1,-74,-28,-87,-28v-15,0,-34,9,-55,27r0,-47v21,-17,40,-26,58,-26v18,0,72,28,88,28v15,0,32,-9,53,-27r0,47v-12,13,-35,24,-57,26","w":210},"\u2122":{"d":"82,-102r0,-118r-44,0r0,-26r117,0r0,26r-43,0r0,118r-30,0xm172,-102r0,-144r46,0r27,100r25,-100r46,0r0,144r-28,0r0,-114r-31,114r-26,0r-31,-114r0,114r-28,0","w":360},"\u2026":{"d":"258,-28v0,-17,14,-31,31,-31v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31xm138,-28v0,-17,14,-31,31,-31v17,0,32,14,32,31v0,17,-15,31,-32,31v-17,0,-31,-14,-31,-31xm18,-28v0,-17,14,-31,31,-31v17,0,32,14,32,31v0,17,-15,31,-32,31v-17,0,-31,-14,-31,-31","w":360},"\u2013":{"d":"182,-107r0,48r-184,0r0,-48r184,0","w":180},"\u2014":{"d":"362,-107r0,48r-364,0r0,-48r364,0","w":360},"\u201c":{"d":"147,-145v-42,-2,-45,-61,-12,-84v17,-12,36,-20,61,-20r-6,22v-15,4,-26,12,-31,26v29,12,20,58,-12,56xm54,-145v-42,-2,-44,-61,-11,-84v17,-12,35,-20,60,-20r-5,22v-15,4,-26,12,-31,26v27,12,19,58,-13,56","w":176,"k":{"\u2018":-18}},"\u201d":{"d":"156,-249v41,3,44,62,11,84v-17,12,-36,20,-61,20r6,-22v15,-4,26,-12,31,-26v-29,-12,-19,-57,13,-56xm63,-249v42,3,44,62,11,84v-17,11,-35,20,-60,20r5,-22v15,-4,26,-12,31,-26v-29,-12,-18,-58,13,-56","w":176,"k":{" ":36}},"\u2018":{"d":"59,-145v-42,-2,-44,-61,-11,-84v17,-12,36,-20,60,-20r-5,22v-15,4,-26,12,-31,26v27,12,19,58,-13,56","w":93,"k":{"\u2018":-5}},"\u2019":{"d":"67,-249v41,3,44,62,11,84v-17,12,-36,20,-61,20r6,-22v15,-4,26,-12,31,-26v-29,-12,-19,-57,13,-56","w":93,"k":{"\u2019":-5,"\u201d":-18,"s":14,"r":18,"d":22," ":36}},"\u00d7":{"d":"24,-74r53,-53r-53,-53r33,-33r53,54r53,-54r32,33r-53,53r53,53r-32,33r-53,-54r-53,54","w":210},"\u00a0":{"w":100,"k":{"\u2018":36,"\u201c":36,"Y":45,"W":36,"V":36,"T":54,"A":29}}}});;Cufon.replace('#menu li a',{hover:true,fontFamily:'Franklin Gothic Medium Cond'});Cufon.replace('.logo, .clientsmid h2',{fontFamily:'Franklin Gothic Medium Cond'});Cufon.replace('.phone, .sidebar h5,.bot-menu ul .top a, .testimonialsNavigation a, .portfolioNavigation a, .portfolioItems li .view, .portfolioItems li .visit > strong, .portfolioItems li .visit_off > strong, .pagination a, .buttonSteal',{hover:true,fontFamily:'Franklin Gothic Medium Cond'});Cufon.replace('.portfolioItem .visit strong, .portfolioItem .visit_off strong',{hover:true,fontFamily:'Franklin Gothic Medium Cond'});Cufon.replace('.content h1, .descr h3',{fontFamily:'Helvetica'});Cufon.replace('.icons a',{hover:true,fontFamily:'Franklin Gothic Medium Cond'});Cufon.replace('.content > h3',{fontFamily:'HelveticaNeue LT 47 LightCn'});Cufon.replace('.content > h3 em',{fontFamily:'Helvetica CE 55 Roman'});Cufon.replace('.orange, .grey',{fontFamily:'Gill Sans MT'});Cufon.replace('.sidebar h4',{textShadow:' #fff 1px 1px',fontFamily:'Franklin Gothic Medium Cond'});Cufon.replace('.slideright h1',{fontFamily:'HelveticaNeue LT 47 LightCn'});Cufon.now();$(document).ready(function()
{$("select").msDropDown();$("select#project").msDropDown("dd2");$('a.targetBlank').attr('target','_blank');$(".orange_image").mouseover(function(){$(this).attr("src",$(this).attr("src").replace("orange","grey"));}).mouseout(function(){$(this).attr("src",$(this).attr("src").replace("grey","orange"));});$(".grey_image").mouseover(function(){$(this).attr("src",$(this).attr("src").replace("grey","orange"));}).mouseout(function(){$(this).attr("src",$(this).attr("src").replace("orange","grey"));});});function include_dom(script_filename){var html_doc=document.getElementsByTagName('head').item(0);var js=document.createElement('script');js.setAttribute('language','javascript');js.setAttribute('type','text/javascript');js.setAttribute('src',script_filename);html_doc.appendChild(js);return false;}
function bookmark(title){if((navigator.appName=="Microsoft Internet Explorer")&&(parseInt(navigator.appVersion)>=4)){window.external.AddFavorite('http://www.centauria.com',title);}else if(navigator.appName=="Netscape"){window.sidebar.addPanel(title,'http://www.centauria.com',"");}else{alert("Press CTRL-D (Netscape) or CTRL-T (Opera) to bookmark");}}
function subscribe(email,url){if(email!=''&&email!='Enter Your Email'){$.post(url,{email:email},onSuccess);}else{jQuery.noticeAdd({text:'<strong>Subscribe:</strong><br> '+'Please enter an email',stay:false});}}
function onSuccess(data){var msg;switch(data){case"new":msg="You've signed-up for our newsletter. Thank you!";break;case"old":msg="You are already signed-up for a newsletter!";break;case"invalid":msg="Entered email is not valid!";break;case"error":msg="Error encountered during the signup process";break;}
jQuery.noticeAdd({text:'<strong>NewsLetter Sign-up:</strong><br> '+msg,stay:false});}
function isEmail(email){var reg=/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;var address=email;if(reg.test(address)==false){return false;}}
function login2cent(){$("#loginCent").submit();};(function(jQuery)
{jQuery.extend({noticeAdd:function(options)
{var defaults={inEffect:{opacity:'show'},inEffectDuration:100,stayTime:20000,text:'',stay:false,type:'notice'}
var options,noticeWrapAll,noticeItemOuter,noticeItemInner,noticeItemClose;options=jQuery.extend({},defaults,options);noticeWrapAll=(!jQuery('.notice-wrap').length)?jQuery('<div></div>').addClass('notice-wrap').appendTo('body'):jQuery('.notice-wrap');noticeItemOuter=jQuery('<div></div>').addClass('notice-item-wrapper');noticeItemInner=jQuery('<div></div>').hide().addClass('notice-item '+options.type).appendTo(noticeWrapAll).html('<p>'+options.text+'</p>').animate(options.inEffect,options.inEffectDuration).wrap(noticeItemOuter);noticeItemClose=jQuery('<div></div>').addClass('notice-item-close').prependTo(noticeItemInner).html('x').click(function(){jQuery.noticeRemove(noticeItemInner)});if(navigator.userAgent.match(/MSIE 6/i))
{noticeWrapAll.css({top:document.documentElement.scrollTop});}
if(!options.stay)
{setTimeout(function()
{jQuery.noticeRemove(noticeItemInner);},options.stayTime);}},noticeRemove:function(obj)
{obj.animate({opacity:'0'},600,function()
{obj.parent().animate({height:'0px'},300,function()
{obj.parent().remove();});});}});})(jQuery);
