/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());

Cufon.registerFont({"w":100,"face":{"font-family":"universe","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"2","bbox":"-1 -280 276 45","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":49,"k":{"Y":9,"W":9,"V":9,"T":9,"A":9}},"!":{"d":"36,-63r-3,-197r27,0r-3,197r-21,0xm35,0r0,-27r23,0r0,27r-23,0","w":92},"\"":{"d":"21,-201r0,-59r18,0r0,59r-18,0xm61,-201r0,-59r18,0r0,59r-18,0"},"#":{"d":"55,-101r8,-60r-18,0r-8,60r18,0xm65,-177r11,-83r18,0r-11,83r17,0r0,16r-19,0r-8,60r17,0r0,16r-19,0r-12,85r-18,0r12,-85r-18,0r-12,85r-18,0r12,-85r-18,0r0,-16r20,0r8,-60r-18,0r0,-16r20,0r11,-83r18,0r-11,83r18,0","w":99},"$":{"d":"64,-193v-1,-17,5,-42,-13,-42v-24,0,-17,43,-9,61v19,39,46,64,46,129v0,22,-10,35,-29,38r0,28r-19,0r0,-28v-31,-1,-30,-32,-29,-65r24,0v1,19,-5,48,15,47v23,-1,16,-53,8,-73v-17,-38,-45,-61,-45,-121v0,-19,9,-30,27,-34r0,-27r19,0r0,27v29,1,29,29,28,60r-23,0","w":99},"%":{"d":"40,-136v-45,2,-29,-60,-29,-98v0,-19,10,-28,29,-28v45,-2,29,60,29,98v0,19,-10,28,-29,28xm50,-162r0,-75v0,-7,-4,-11,-10,-11v-6,0,-9,4,-9,11r0,75v0,7,3,12,9,12v6,0,10,-5,10,-12xm132,2v-45,2,-29,-60,-29,-98v0,-19,10,-28,29,-28v45,0,30,59,30,98v0,19,-11,28,-30,28xm142,-23r0,-75v0,-7,-4,-11,-10,-11v-6,0,-9,4,-9,11r0,75v0,7,3,11,9,11v6,0,10,-4,10,-11xm32,2r90,-264r18,0r-90,264r-18,0","w":172},"&":{"d":"60,-262v55,-7,46,85,20,110r-16,15r34,79v4,-21,1,-47,2,-71r19,0v-1,32,3,73,-7,95r15,34r-24,0r-5,-13v-24,28,-82,17,-82,-28v0,-40,-3,-84,22,-98v-20,-26,-37,-127,22,-123xm89,-27r-42,-94v-12,13,-7,49,-8,74v-2,33,32,39,50,20xm53,-153v25,-20,25,-33,24,-69v0,-15,-5,-22,-17,-22v-25,-2,-17,47,-15,69v1,5,4,12,8,22","w":133},"'":{"d":"21,-201r0,-59r18,0r0,59r-18,0","w":60},"(":{"d":"35,-264r18,0v-27,94,-26,217,0,303r-18,0v-32,-83,-32,-222,0,-303","w":60},")":{"d":"25,39r-18,0v26,-94,27,-217,0,-303r18,0v32,83,32,222,0,303","w":60},"*":{"d":"63,-260r18,12r-21,26r34,-5r0,21r-34,-4r21,26r-18,11r-13,-33r-13,33r-18,-11r21,-26r-34,4r0,-21r34,5r-21,-26r18,-12r13,33"},"+":{"d":"99,-100r0,-82r18,0r0,82r82,0r0,18r-82,0r0,82r-18,0r0,-82r-82,0r0,-18r82,0","w":216},",":{"d":"-1,32r13,-59r26,0r-20,59r-19,0","w":49,"k":{" ":9}},"-":{"d":"8,-98r0,-20r43,0r0,20r-43,0","w":59},".":{"d":"13,0r0,-27r24,0r0,27r-24,0","w":49,"k":{" ":9}},"\/":{"d":"5,2r70,-264r20,0r-70,264r-20,0"},"0":{"d":"13,-36r0,-188v0,-26,12,-38,37,-38v25,0,37,12,37,38r0,188v0,26,-12,38,-37,38v-25,0,-37,-12,-37,-38xm64,-34r0,-192v0,-12,-4,-18,-14,-18v-10,0,-15,6,-15,18r0,192v0,12,5,18,15,18v10,0,14,-6,14,-18","w":99},"1":{"d":"42,0r0,-233v-7,6,-15,11,-24,16r0,-24v9,-4,18,-10,27,-19r21,0r0,260r-24,0","w":99},"2":{"d":"14,-193v-2,-38,1,-69,38,-69v46,0,42,62,30,98r-50,144r56,0r0,20r-77,0r0,-24v17,-67,54,-116,55,-199v0,-14,-5,-21,-15,-21v-19,-1,-13,32,-14,51r-23,0","w":99},"3":{"d":"64,-108v2,-15,-12,-18,-28,-16r0,-20v44,8,24,-50,28,-84v1,-9,-7,-15,-14,-16v-21,0,-14,31,-15,52r-22,0v-2,-37,-1,-70,37,-70v48,0,36,55,37,98v1,20,-7,22,-19,30v32,6,19,63,19,97v0,26,-12,39,-37,39v-39,0,-39,-35,-37,-74r22,0v2,22,-7,55,15,56v27,-7,10,-62,14,-92","w":99},"4":{"d":"53,-86r-1,-147r-27,147r28,0xm53,0r0,-68r-46,0v2,-74,25,-127,36,-192r34,0r0,174r18,0r0,18r-18,0r0,68r-24,0","w":99},"5":{"d":"15,-114r0,-146r73,0r0,20r-51,0r1,88v15,-23,56,-11,52,22v-6,51,20,132,-38,132v-39,0,-40,-35,-38,-74r23,0v1,21,-6,57,15,56v10,0,15,-7,15,-21r0,-88v0,-14,-4,-21,-14,-21v-14,-1,-17,15,-16,32r-22,0","w":99},"6":{"d":"50,-244v-30,0,-9,62,-15,93v20,-17,55,-11,52,22v-5,50,20,133,-37,131v-25,0,-37,-13,-37,-39r0,-186v0,-26,12,-39,37,-39v39,0,39,36,37,75r-23,0v-3,-21,10,-57,-14,-57xm50,-16v8,0,15,-7,14,-15r0,-96v1,-8,-6,-15,-14,-15v-8,0,-16,7,-15,15r0,96v-1,8,7,15,15,15","w":99},"7":{"d":"26,0r42,-240r-58,0r0,-20r79,0v-5,95,-28,172,-39,260r-24,0","w":99},"8":{"d":"50,-16v28,-7,9,-63,14,-94v1,-9,-6,-16,-14,-16v-9,0,-16,6,-15,16r0,78v-1,9,7,16,15,16xm50,-144v26,-6,10,-56,14,-84v1,-9,-7,-15,-14,-16v-27,4,-11,55,-15,83v-1,10,7,17,15,17xm87,-223v0,35,10,81,-19,89v32,6,19,63,19,97v0,26,-12,39,-37,39v-52,0,-34,-65,-37,-111v-1,-15,8,-22,18,-26v-30,-7,-18,-55,-18,-88v0,-26,12,-39,37,-39v25,0,37,13,37,39","w":99},"9":{"d":"49,-16v30,0,9,-62,15,-93v-20,17,-54,10,-51,-22v5,-50,-20,-133,37,-131v25,0,37,13,37,39r0,186v0,26,-12,39,-37,39v-39,0,-39,-36,-37,-75r22,0v3,21,-10,57,14,57xm50,-118v8,0,15,-7,14,-15r0,-96v1,-8,-6,-15,-14,-15v-8,0,-16,7,-15,15r0,96v-1,8,7,15,15,15","w":99},":":{"d":"13,0r0,-27r24,0r0,27r-24,0xm13,-169r0,-27r24,0r0,27r-24,0","w":49,"k":{" ":9}},";":{"d":"-1,32r13,-59r26,0r-20,59r-19,0xm13,-169r0,-27r24,0r0,27r-24,0","w":49,"k":{" ":9}},"<":{"d":"17,-81r0,-20r182,-83r0,20r-160,73r160,73r0,20","w":216},"=":{"d":"17,-117r0,-18r182,0r0,18r-182,0xm17,-47r0,-18r182,0r0,18r-182,0","w":216},">":{"d":"177,-91r-160,-73r0,-20r182,83r0,20r-182,83r0,-20","w":216},"?":{"d":"15,-193v-1,-36,-2,-73,35,-69v73,7,17,111,13,162r0,37r-21,0v-8,-69,25,-96,19,-166v0,-9,-3,-13,-11,-13v-19,0,-12,31,-13,49r-22,0xm41,0r0,-27r23,0r0,27r-23,0"},"@":{"d":"153,-191v-36,0,-69,49,-68,86v0,21,14,37,36,37v32,0,66,-54,65,-87v0,-19,-14,-36,-33,-36xm66,-107v0,-68,93,-147,131,-71r9,-24r19,0r-41,124v0,8,4,12,12,12v31,1,62,-54,62,-87v0,-54,-52,-93,-108,-93v-65,0,-120,54,-120,117v0,61,58,115,121,115v42,0,81,-22,100,-49r19,0v-19,36,-67,65,-119,65v-74,0,-139,-60,-139,-133v0,-71,65,-131,138,-131v68,0,126,46,126,110v0,45,-43,102,-83,102v-19,1,-24,-10,-28,-25v-34,44,-99,27,-99,-32","w":288},"A":{"d":"90,0r-9,-72r-42,0r-10,72r-24,0r39,-260r32,0r38,260r-24,0xm78,-92r-19,-150r-18,150r37,0","w":119,"k":{"v":4,"Y":11,"W":6,"V":6,"U":4,"T":10,"Q":4,"O":4,"G":4,"C":4}},"B":{"d":"42,-145v19,1,35,0,34,-19v-4,-34,16,-85,-34,-76r0,95xm100,-111v0,45,21,119,-37,111r-45,0r0,-260v35,2,86,-11,81,30v-3,37,13,94,-26,95v18,1,27,9,27,24xm42,-20v18,1,37,0,35,-18v-5,-35,22,-97,-35,-87r0,105","w":119,"k":{"A":4,".":6,",":6}},"C":{"d":"69,-192v-1,-19,6,-51,-14,-50v-9,0,-13,6,-13,17r0,190v0,11,4,17,13,17v21,0,12,-33,14,-53r24,0v1,39,3,73,-38,73v-25,0,-37,-12,-37,-36r0,-192v0,-24,12,-36,37,-36v39,0,40,32,38,70r-24,0","k":{".":4,",":4}},"D":{"d":"100,-42v5,48,-38,42,-81,42r0,-260v43,0,81,-6,81,42r0,176xm77,-220v1,-20,-14,-20,-34,-20r0,220v20,0,34,1,34,-20r0,-180","w":119,"k":{"Y":4,"W":-4,"V":4,"A":4,".":6,",":6}},"E":{"d":"18,0r0,-260r63,0r0,20r-39,0r0,95r38,0r0,20r-38,0r0,105r39,0r0,20r-63,0","w":93},"F":{"d":"18,0r0,-260r63,0r0,20r-39,0r0,95r38,0r0,20r-38,0r0,125r-24,0","w":93,"k":{"r":6,"o":6,"e":6,"a":9,"A":10,".":20,",":20}},"G":{"d":"59,-107r0,-20r43,0r0,121v-37,16,-83,9,-83,-38r0,-177v0,-27,14,-41,41,-41v39,0,45,30,42,70r-24,0v0,-22,3,-50,-18,-50v-12,0,-17,8,-17,24r0,174v-2,25,19,31,35,22r0,-85r-19,0","w":119,"k":{".":6,",":6}},"H":{"d":"78,-145r0,-115r24,0r0,260r-24,0r0,-125r-36,0r0,125r-24,0r0,-260r24,0r0,115r36,0","w":119},"I":{"d":"18,0r0,-260r24,0r0,260r-24,0","w":60},"J":{"d":"58,-33r0,-227r24,0r0,225v0,25,-12,37,-37,37v-40,0,-38,-35,-37,-73r23,0v2,20,-7,54,14,53v9,0,13,-5,13,-15","k":{"u":4,"o":4,"e":4,"a":4,"A":4,".":6,",":6}},"K":{"d":"42,-148v13,-35,19,-76,30,-112r23,0r-34,119r38,141r-24,0r-33,-130r0,130r-24,0r0,-260r24,0r0,112","k":{"O":4}},"L":{"d":"18,0r0,-260r24,0r0,240r39,0r0,20r-63,0","w":93,"k":{"y":20,"Y":27,"W":20,"V":20,"T":27}},"M":{"d":"107,-260r37,0r0,260r-21,0r-1,-240r-27,240r-30,0r-28,-240r0,240r-21,0r0,-260r37,0r27,233","w":159},"N":{"d":"81,-37r1,-223r21,0r0,260r-34,0r-31,-231r0,231r-21,0r0,-260r35,0","w":119,"k":{".":4,",":4}},"O":{"d":"18,-42r0,-176v0,-29,14,-44,42,-44v28,0,42,15,42,44r0,176v0,29,-14,44,-42,44v-28,0,-42,-15,-42,-44xm42,-217r0,175v0,16,6,24,18,24v12,0,18,-8,18,-24r0,-175v0,-16,-6,-25,-18,-25v-12,0,-18,9,-18,25","w":120,"k":{"Y":6,".":6,",":6}},"P":{"d":"96,-220v-4,52,16,115,-54,103r0,117r-24,0r0,-260v41,0,81,-6,78,40xm42,-137v16,1,30,0,30,-16r0,-71v1,-16,-14,-17,-30,-16r0,103","k":{"A":6,".":37,",":37}},"Q":{"d":"95,-18r21,-2r0,20v-47,0,-98,12,-98,-42r0,-176v0,-29,14,-44,42,-44v27,0,41,15,41,44r0,176v0,11,-2,19,-6,24xm77,-42r0,-175v0,-16,-5,-25,-17,-25v-12,0,-18,9,-18,25r0,175v0,16,6,24,18,24v12,0,17,-8,17,-24","w":120,"k":{".":-4,",":-4}},"R":{"d":"42,-145v19,1,35,0,34,-19v-4,-34,16,-85,-34,-76r0,95xm99,-230v-3,37,13,94,-26,95v18,1,27,9,27,24r0,111r-23,0r0,-109v1,-17,-18,-17,-35,-16r0,125r-24,0r0,-260v35,2,86,-11,81,30","w":119,"k":{"Y":6}},"S":{"d":"64,-193v-1,-19,5,-50,-14,-49v-21,1,-16,51,-8,68v19,41,47,69,47,138v0,25,-14,38,-39,38v-41,0,-40,-35,-38,-74r23,0v1,20,-7,56,15,54v25,-2,18,-59,8,-81v-18,-38,-45,-64,-45,-125v0,-25,12,-38,37,-38v39,0,40,31,38,69r-24,0","k":{".":6,",":6}},"T":{"d":"35,0r0,-240r-27,0r0,-20r77,0r0,20r-26,0r0,240r-24,0","w":93,"k":{"y":13,"w":13,"u":13,"r":13,"o":13,"i":13,"e":13,"a":13,"A":10,";":9,":":9,".":9,",":9}},"U":{"d":"78,-42r0,-218r24,0r0,225v0,25,-14,37,-42,37v-28,0,-42,-12,-42,-37r0,-225r24,0r0,218v0,16,6,24,18,24v12,0,18,-8,18,-24","w":120,"k":{".":6,",":6}},"V":{"d":"74,-260r24,0r-31,260r-34,0r-30,-260r23,0r24,236","k":{"o":4,"e":4,"a":6,"A":6,".":11,",":11}},"W":{"d":"114,-27r19,-233r23,0r-27,260r-31,0r-18,-231r-18,231r-31,0r-27,-260r23,0r20,233r18,-233r30,0","w":159,"k":{"o":4,"e":4,"a":6,"A":6,";":2,":":2,".":11,",":11}},"X":{"d":"71,-260r24,0r-31,129r33,131r-24,0r-23,-109r-23,109r-24,0r34,-131r-32,-129r24,0r21,106"},"Y":{"d":"73,-260r24,0r-35,147r0,113r-24,0r0,-113r-35,-147r24,0r23,118","k":{"u":6,"o":13,"i":6,"e":13,"a":13,"S":6,"O":6,"A":11,";":9,":":9,".":20,",":20}},"Z":{"d":"9,-24r53,-216r-50,0r0,-20r73,0r0,20r-54,220r53,0r0,20r-75,0r0,-24","w":93},"[":{"d":"17,39r0,-303r42,0r0,16r-22,0r0,271r22,0r0,16r-42,0","w":60},"\\":{"d":"75,2r-70,-264r20,0r70,264r-20,0"},"]":{"d":"23,23r0,-271r-22,0r0,-16r42,0r0,303r-42,0r0,-16r22,0","w":60},"^":{"d":"180,-97r-72,-141r-72,141r-21,0r83,-163r20,0r83,163r-21,0","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"`":{"d":"0,-260r25,0r16,39r-18,0","w":53},"a":{"d":"65,-103v-35,-3,-31,33,-30,66v0,14,5,21,14,21v29,0,12,-58,16,-87xm15,-143v-4,-34,7,-55,38,-55v23,0,34,11,34,34r0,164r-21,0r0,-10v-16,20,-53,16,-53,-20v0,-51,-9,-95,52,-91v-3,-21,9,-58,-13,-59v-16,-1,-15,20,-15,37r-22,0"},"b":{"d":"35,-184v14,-22,52,-17,52,16r0,132v2,39,-34,49,-53,24r0,12r-21,0r0,-260r22,0r0,76xm51,-178v-10,0,-16,11,-16,21r0,120v0,14,6,21,17,21v9,0,13,-7,13,-21r0,-119v0,-15,-5,-22,-14,-22"},"c":{"d":"47,2v-20,0,-34,-10,-34,-29r0,-134v0,-25,12,-37,37,-37v33,0,31,32,30,64r-22,0v-1,-16,5,-46,-10,-46v-8,0,-13,5,-13,16r0,133v0,10,4,15,11,15v18,0,10,-29,12,-46r22,0v1,34,2,64,-33,64","w":93,"k":{"k":4,"h":4}},"d":{"d":"13,-168v-4,-32,39,-39,52,-16r0,-76r22,0r0,260r-21,0r0,-12v-18,26,-53,15,-53,-24r0,-132xm65,-157v0,-10,-6,-21,-16,-21v-9,0,-14,7,-14,22r0,119v0,14,4,21,13,21v11,0,17,-7,17,-21r0,-120"},"e":{"d":"65,-113v-3,-24,9,-67,-15,-67v-25,0,-12,44,-15,67r30,0xm50,-16v19,1,15,-28,15,-47r22,0v2,36,-1,65,-37,65v-25,0,-37,-13,-37,-38r0,-125v0,-25,12,-37,37,-37v51,0,34,60,37,105r-52,0v3,26,-11,74,15,77"},"f":{"d":"17,-196v-1,-35,-5,-73,38,-66r0,18v-23,-4,-14,29,-16,48r16,0r0,18r-16,0r0,178r-22,0r0,-178r-12,0r0,-18r12,0","w":60,"k":{".":6,",":6}},"g":{"d":"13,-167v-3,-31,40,-43,53,-16r0,-13r21,0r0,195v0,27,-13,40,-39,40v-22,0,-37,-15,-34,-39r22,0v-1,13,3,23,14,23v19,0,16,-28,14,-44v-17,23,-51,10,-51,-22r0,-124xm65,-51r0,-111v0,-11,-6,-16,-17,-16v-8,0,-13,6,-13,19r0,114v0,10,5,16,14,16v11,0,16,-8,16,-22","k":{".":-4,",":-4}},"h":{"d":"51,-178v-10,-1,-17,9,-16,18r0,160r-22,0r0,-260r22,0v1,25,-2,54,1,77v11,-26,51,-16,51,14r0,169r-22,0r0,-160v0,-12,-5,-18,-14,-18"},"i":{"d":"15,0r0,-196r23,0r0,196r-23,0xm15,-233r0,-27r24,0r0,27r-24,0","w":53},"j":{"d":"37,14v1,19,-19,29,-37,23r0,-17v10,3,15,-1,15,-13r0,-203r22,0r0,210xm14,-233r0,-27r24,0r0,27r-24,0","w":53},"k":{"d":"13,0r0,-260r22,0r1,143r32,-79r24,0r-37,83r40,113r-24,0r-36,-105r0,105r-22,0"},"l":{"d":"15,0r0,-260r23,0r0,260r-23,0","w":53},"m":{"d":"82,-186v16,-23,50,-11,50,17r0,169r-22,0r0,-161v0,-11,-4,-17,-11,-17v-10,0,-15,6,-15,18r0,160r-22,0r0,-161v0,-11,-4,-17,-11,-17v-10,0,-15,6,-15,18r0,160r-22,0r0,-196r21,0v1,4,-2,11,1,13v11,-17,35,-21,46,-3","w":146},"n":{"d":"51,-178v-10,-1,-17,9,-16,18r0,160r-22,0r0,-196r21,0v1,4,-2,11,1,13v12,-26,52,-16,52,14r0,169r-22,0r0,-160v0,-12,-5,-18,-14,-18"},"o":{"d":"65,-36r0,-125v0,-13,-5,-19,-15,-19v-10,0,-15,6,-15,19r0,125v0,13,5,20,15,20v10,0,15,-7,15,-20xm13,-36r0,-125v0,-25,12,-37,37,-37v25,0,37,12,37,37r0,125v0,25,-12,38,-37,38v-25,0,-37,-13,-37,-38"},"p":{"d":"87,-28v4,32,-38,39,-52,16r0,51r-22,0r0,-235r21,0v1,4,-2,10,1,12v13,-27,52,-14,52,24r0,132xm35,-40v0,11,6,22,16,22v9,0,14,-8,14,-23r0,-118v0,-14,-4,-21,-13,-21v-11,0,-17,7,-17,21r0,119"},"q":{"d":"65,-12v-13,23,-52,16,-52,-16r0,-132v-5,-39,39,-50,53,-24r0,-12r21,0r0,235r-22,0r0,-51xm49,-18v11,0,16,-11,16,-22r0,-119v0,-14,-6,-21,-17,-21v-9,0,-13,7,-13,21r0,118v0,15,5,23,14,23"},"r":{"d":"64,-176v-22,1,-29,8,-29,29r0,147r-22,0r0,-196r21,0v1,4,-2,11,1,13v7,-11,16,-15,29,-15r0,22","w":73,"k":{"y":6,"v":6,"u":6,"s":6,"r":6,"q":6,"p":6,"o":6,"n":6,"m":6,"l":6,"k":6,"i":6,"g":6,"e":6,"d":6,"c":6,"a":6,".":13,",":13}},"s":{"d":"48,-198v32,-2,34,27,32,60r-21,0v-2,-16,6,-44,-12,-42v-18,2,-14,39,-3,55v18,25,36,45,36,94v0,22,-12,33,-34,33v-37,0,-34,-31,-33,-65r23,0v1,17,-5,47,11,47v43,-51,-43,-84,-34,-149v3,-21,15,-33,35,-33","w":93,"k":{".":6,",":6}},"t":{"d":"17,-196r0,-26r22,-9r0,35r16,0r0,18r-16,0r0,149v0,9,6,12,16,11r0,18v-22,2,-38,-4,-38,-24r0,-154r-12,0r0,-18r12,0","w":60},"u":{"d":"49,-18v9,0,16,-8,16,-18r0,-160r22,0r0,196r-21,0r0,-13v-12,25,-53,18,-53,-14r0,-169r22,0r0,160v0,12,5,18,14,18"},"v":{"d":"30,0r-24,-196r21,0r20,166r19,-166r20,0r-23,196r-33,0","w":92,"k":{".":13,",":13}},"w":{"d":"27,0r-21,-196r20,0r18,166r14,-166r30,0r15,166r17,-166r20,0r-21,196r-31,0r-15,-170r-15,170r-31,0","w":146,"k":{".":6,",":6}},"x":{"d":"6,0r30,-101r-26,-95r22,0v6,19,8,41,15,58r14,-58r22,0r-26,95r29,101r-21,0v-7,-22,-10,-48,-19,-69r-18,69r-22,0","w":92},"y":{"d":"87,-196r-38,235r-22,0r8,-39r-29,-196r23,0r16,132r19,-132r23,0","w":93,"k":{".":9,",":9}},"z":{"d":"6,0v2,-70,27,-117,38,-178r-35,0r0,-18r57,0v-5,68,-28,117,-39,178r40,0r0,18r-61,0","w":73},"{":{"d":"5,-105r0,-15v9,0,14,-8,14,-23r0,-95v0,-24,14,-28,36,-26v0,7,3,17,-7,14v-6,0,-9,4,-9,12v-4,42,11,106,-14,126v26,18,14,84,14,125v0,11,6,11,16,11r0,15v-23,2,-36,-3,-36,-27r0,-94v0,-15,-5,-23,-14,-23","w":60},"|":{"d":"31,2r0,-264r18,0r0,264r-18,0","w":79},"}":{"d":"55,-120r0,15v-9,0,-14,8,-14,23r0,94v0,24,-13,29,-36,27v1,-7,-3,-18,7,-15v6,0,9,-3,9,-11v4,-42,-11,-106,14,-126v-26,-18,-14,-84,-14,-125v0,-11,-6,-13,-16,-12r0,-14v22,-1,36,2,36,26r0,95v0,15,5,23,14,23","w":60},"~":{"d":"191,-101v-20,58,-87,15,-122,7v-10,0,-20,9,-31,26r-13,-13v20,-58,87,-15,122,-7v10,0,20,-9,31,-26","w":216},"\u00a0":{"w":49,"k":{"Y":9,"W":9,"V":9,"T":9,"A":9}}}});

