/*
 * 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":360,"face":{"font-family":"Pilgiche","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","cap-height":"2","bbox":"-5 -282.774 360 72.1338","underline-thickness":"0","underline-position":"0","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":180},"\t":{"w":180},"!":{"d":"13,2v-9,-15,-3,-51,24,-43v7,0,10,2,10,7v-1,13,-8,47,-34,36xm58,-90r-18,0v0,-36,20,-93,29,-141v3,-1,35,-15,36,-4v-6,40,-37,98,-47,145","w":108},"\"":{"d":"111,-239v14,1,19,-1,19,11v0,44,-25,79,-55,97r-9,-12v14,-9,33,-29,34,-48v0,-4,-11,-4,-9,-10v4,-14,1,-40,20,-38xm49,-239v16,0,20,-1,20,12v0,43,-25,79,-55,96r-9,-12v14,-8,32,-30,34,-48v-15,-5,-8,-48,10,-48","w":144},"#":{"d":"166,-150r-77,0r-15,68r78,0xm16,-150r0,-19r59,0r15,-72r18,0r-16,72r78,0r15,-72r18,0r-15,72r36,0r0,19r-40,0r-14,68r54,0r0,18r-58,0r-14,72r-19,0r15,-72r-77,0r-15,72r-19,0r16,-72r-37,0r0,-18r40,0r15,-68r-55,0","w":230},"$":{"d":"70,-128v-43,-37,-28,-110,38,-105v-1,-11,12,-8,22,-8r-3,11v25,4,45,35,21,48v-6,-4,-15,-25,-26,-27r-20,74v19,24,33,37,33,69v0,38,-30,69,-71,67r-13,44r-20,0r13,-46v-24,-2,-56,-29,-28,-44v13,7,17,21,33,25r28,-100xm70,-19v40,-3,52,-54,22,-82xm102,-213v-36,-2,-42,41,-17,60","w":165},"%":{"d":"58,-114v-25,0,-39,-19,-39,-44v0,-45,26,-78,73,-81r0,17v-30,5,-46,27,-46,61v0,31,27,36,42,10v29,-19,-7,-76,28,-82v20,-4,9,26,10,41v59,7,86,-32,127,-47r4,3r-206,249r-16,-6r169,-200v-26,12,-46,20,-81,19v-11,28,-29,60,-65,60xm204,15v-26,0,-37,-23,-37,-52v0,-34,33,-73,66,-73v25,0,38,18,38,43v0,40,-29,83,-67,82xm211,-5v21,0,42,-37,40,-61v-1,-16,-4,-24,-20,-24v-20,0,-37,36,-37,59v0,14,4,26,17,26","w":295},"&":{"d":"171,-227v4,-1,30,23,9,23v-55,14,-51,71,-28,126v15,-20,41,-56,67,-53v7,-1,25,26,8,26v-29,0,-50,26,-66,50v13,31,31,34,57,24v4,1,7,12,9,20v-1,7,-29,14,-38,14v-27,-2,-34,-13,-48,-34v-38,48,-122,47,-122,-20v0,-46,45,-70,89,-83v-8,-52,23,-84,63,-93xm47,-55v0,47,59,39,84,2v-9,-21,-16,-41,-20,-61v-43,17,-64,36,-64,59","w":236},"'":{"d":"58,-239v14,1,17,-1,18,11v-1,46,-22,79,-55,97r-8,-12v13,-10,33,-29,34,-48v0,-4,-11,-4,-10,-10v4,-12,2,-40,21,-38","w":93},"(":{"d":"155,-250v-77,62,-148,179,-91,305r-22,0v-15,-31,-25,-68,-25,-110v0,-94,56,-144,111,-195r27,0","w":153},")":{"d":"-5,56v77,-62,148,-180,90,-305r23,0v15,31,25,67,25,109v0,94,-55,145,-111,196r-27,0","w":153},"*":{"d":"42,-137v-14,15,-27,-15,-30,-22v0,-3,4,-6,14,-8v23,-5,31,-3,53,-5v-11,-15,-30,-28,-40,-42v-2,-3,14,-26,19,-28v8,2,26,46,32,61r21,-43v2,-18,35,-3,38,3v-6,18,-34,34,-49,49v24,8,66,-6,61,34v-2,16,-8,9,-22,4v-18,-8,-27,-17,-43,-26r9,54v-1,5,-34,30,-34,7v0,-16,8,-45,13,-61v-14,6,-32,17,-42,23","w":168},"+":{"d":"110,-114r14,-88r25,1r-16,87r92,0r-6,20r-90,0r-14,85r-24,-1r13,-84r-87,0r5,-20r88,0","w":240},",":{"d":"56,-43v12,1,17,0,17,10v0,51,-24,83,-61,103r-9,-12v18,-9,39,-31,40,-52v0,-4,-11,-4,-9,-10v3,-12,2,-41,22,-39","w":93},"-":{"d":"103,-117v-1,39,-52,18,-85,27r8,-23","w":119},".":{"d":"65,-31v-3,6,-3,44,-25,36v-8,0,-12,-2,-12,-7v-1,-20,8,-37,25,-37v7,1,12,0,12,8","w":93},"\/":{"d":"155,-246r21,0r-147,262r-23,-1","w":180},"0":{"d":"61,-18v52,0,74,-107,78,-168v1,-18,-7,-32,-22,-33v-50,9,-79,109,-79,168v0,22,8,33,23,33xm11,-56v4,-76,38,-177,109,-183v30,-2,49,28,47,58v-5,75,-38,180,-109,184v-31,2,-49,-27,-47,-59","w":168},"1":{"d":"49,-163v34,-23,50,-43,75,-76v7,0,15,-1,21,1r-37,118r-34,123r-32,0r54,-177v-11,11,-22,18,-30,23","w":168},"2":{"d":"165,-191v0,67,-104,103,-129,167v34,1,70,-1,97,-3v0,4,-2,13,-7,26v-31,9,-80,0,-118,4v-2,-84,117,-121,128,-192v2,-15,-11,-27,-25,-27v-17,-7,-41,38,-46,42v-4,0,-20,-6,-20,-10v4,-21,44,-59,72,-56v27,3,48,21,48,49","w":168},"3":{"d":"159,-200v-2,31,-23,49,-48,62v72,28,15,141,-54,141v-28,0,-49,-19,-49,-46v-3,-10,21,-29,27,-15v-5,21,-1,41,23,41v41,0,70,-56,51,-96v-8,-17,-24,-13,-40,-9v-4,0,-6,-8,-6,-12v31,-12,67,-28,67,-65v0,-37,-48,-14,-60,3v-2,0,-11,-9,-10,-11v3,-12,38,-33,56,-33v24,0,44,16,43,40","w":168},"4":{"d":"146,-89v16,0,2,13,2,20r-30,0r-19,65v-1,12,-20,9,-29,6r21,-71r-73,4v-4,0,-6,-3,-6,-7v10,-65,79,-132,124,-167r30,0r-42,150r22,0xm96,-89r39,-127v-12,12,-23,24,-33,35v-26,27,-53,62,-67,94v19,-2,40,-2,61,-2","w":168},"5":{"d":"111,-89v0,-41,-48,-54,-64,-18v-17,-3,-16,-14,-7,-28r32,-99v22,-5,58,-2,86,-5v3,0,4,1,4,5v4,39,-41,18,-73,24v-11,33,-10,33,-20,65v38,-14,71,12,71,53v0,49,-39,96,-86,96v-28,0,-49,-17,-50,-42v-1,-8,28,-24,27,-6v0,17,8,26,25,27v30,1,55,-39,55,-72","w":168},"6":{"d":"167,-230v0,8,0,10,-6,11v-50,9,-73,47,-97,90v31,-29,84,-16,84,33v0,45,-39,101,-82,99v-64,-2,-57,-84,-32,-134v25,-50,59,-109,127,-109v6,0,6,3,6,10xm120,-97v0,-15,-7,-25,-21,-25v-31,1,-57,33,-57,68v0,19,9,35,26,36v27,1,52,-50,52,-79","w":168},"7":{"d":"50,-236v35,-8,81,5,117,-3v3,0,4,0,4,2v-6,74,-90,162,-110,225v-6,19,-18,17,-34,13v20,-79,87,-133,113,-211v-40,0,-79,-4,-106,3","w":168},"8":{"d":"13,-49v2,-38,31,-61,63,-84v-36,-43,-7,-106,45,-106v25,-1,45,15,45,38v0,37,-23,42,-54,67v16,26,26,32,27,63v1,39,-34,74,-73,74v-30,0,-55,-22,-53,-52xm67,-17v48,0,60,-64,22,-99v-27,24,-50,37,-50,72v0,16,12,27,28,27xm118,-219v-34,3,-42,42,-18,69v22,-18,35,-25,41,-49v-1,-11,-10,-20,-23,-20","w":168},"9":{"d":"19,3v-9,0,-8,-4,-8,-15v0,-3,3,-4,7,-5v45,-6,79,-51,98,-92v-29,31,-85,19,-85,-31v0,-48,38,-100,83,-99v31,0,49,23,49,57v0,73,-75,189,-144,185xm137,-185v0,-18,-9,-33,-25,-34v-27,-3,-54,52,-53,80v0,16,7,25,21,25v35,-1,57,-32,57,-71","w":168},":":{"d":"43,-101v3,-13,3,-41,26,-38v9,1,13,1,13,9v-2,8,-4,41,-24,37v-10,0,-15,-2,-15,-8xm17,-4v0,-17,1,-39,22,-38v11,0,16,-1,17,7v-5,12,-3,40,-22,39v-12,-1,-17,1,-17,-8","w":93},";":{"d":"55,-100v4,-16,0,-42,27,-38v8,1,13,0,12,7v-2,12,-4,38,-21,38v-12,-1,-16,0,-18,-7xm49,-43v14,1,18,0,18,10v0,51,-24,86,-61,103r-9,-12v19,-11,38,-29,41,-52v-17,-5,-9,-50,11,-49","w":112},"<":{"d":"38,-118r105,-131r12,12r-96,121r54,149r-17,7","w":180},"=":{"d":"78,-125r7,-21r203,0r-7,21r-203,0xm66,-62r7,-21r202,0r-7,21r-202,0","w":348},">":{"d":"136,-90r-105,131r-16,-10r99,-123r-55,-151r19,-6","w":180},"?":{"d":"26,-178v-3,0,-16,-9,-15,-13v0,-17,32,-33,51,-32v45,0,53,51,29,87v-13,20,-39,53,-41,76v-11,5,-16,-3,-14,-15v-4,-24,44,-81,42,-104v-1,-13,-8,-26,-21,-26v-11,-4,-25,27,-31,27xm53,-19v1,20,-6,34,-23,34v-9,1,-9,-11,-10,-20v-1,-20,6,-25,25,-25v6,0,7,4,8,11","w":123},"@":{"d":"228,-141v1,-15,-9,-26,-22,-26v-28,0,-71,79,-71,109v0,13,9,26,21,26v42,-9,68,-58,72,-109xm108,-52v0,-46,54,-123,97,-123v16,0,26,8,30,24r5,-19r28,-4r-37,137v0,7,7,13,14,13v42,-1,74,-67,74,-115v0,-63,-49,-107,-114,-107v-86,0,-151,81,-151,167v0,80,58,141,138,140v72,0,118,-42,141,-97r10,0v-18,61,-76,108,-152,108v-86,2,-153,-70,-153,-156v0,-93,74,-172,166,-172v72,0,125,49,125,121v0,60,-39,124,-96,124v-29,0,-30,-27,-24,-50v-21,23,-40,50,-69,50v-19,0,-32,-20,-32,-41","w":356},"A":{"d":"10,-14v-4,-16,12,-12,23,-11v43,-5,48,-31,69,-73v-10,0,-24,6,-31,1v4,-7,2,-19,11,-21v12,-3,29,0,34,-11v25,-61,54,-109,128,-113v25,4,16,10,6,33r-32,74v9,0,22,-7,28,-2v-3,7,-2,20,-9,22v-10,3,-27,-1,-30,8v-9,25,-14,44,-16,67v0,11,3,17,10,17v27,0,44,-22,65,-42r0,30v-30,25,-56,37,-79,37v-28,-1,-28,-39,-21,-65v2,-11,6,-26,13,-45r-52,7v-22,44,-38,102,-100,103v-14,-1,-17,-2,-17,-16xm225,-216v-45,-1,-66,48,-88,91r49,-6v12,-36,25,-56,39,-85","w":258},"B":{"d":"124,2v-14,0,-36,-7,-36,-19v0,-36,25,-11,42,-4v30,-5,35,-72,8,-86v-7,1,-30,9,-31,-4v0,-30,48,-18,58,-36v11,-12,17,-25,17,-40v0,-14,-7,-27,-20,-27v-15,0,-30,14,-50,42v-29,40,-41,124,-68,174v-6,-1,-27,5,-24,-8v12,-60,67,-154,25,-221v1,-3,20,-12,25,-13v15,17,15,47,15,79v17,-38,44,-78,84,-79v25,-1,43,23,42,50v-1,36,-23,57,-50,71v52,29,23,121,-37,121","w":221},"C":{"d":"90,-20v40,0,57,-20,83,-45r0,30v-30,25,-60,37,-89,37v-49,0,-74,-37,-74,-88v0,-70,42,-154,106,-154v30,0,50,22,50,52v1,36,-26,85,-60,85v-18,0,-30,-13,-30,-31v0,-24,13,-44,32,-35v-2,14,-19,40,-1,46v25,-3,54,-93,7,-93v-43,0,-76,77,-76,127v0,39,16,69,52,69","w":167},"D":{"d":"79,-17v-16,12,-21,19,-43,20v-21,0,-17,-20,-5,-30v9,-7,20,-12,35,-14v5,-9,9,-24,13,-45v-31,-5,-55,-31,-55,-66v-1,-50,47,-88,100,-88v62,0,103,46,103,109v0,63,-39,131,-92,133v-14,1,-48,-19,-56,-19xm123,-216v-62,0,-104,85,-38,107r28,-86v9,0,19,-2,28,0v-10,23,-20,64,-25,93r21,-1v-1,10,-10,15,-27,18v-4,17,-10,32,-16,43r48,16v35,-1,59,-59,59,-101v0,-51,-28,-89,-78,-89","w":240},"E":{"d":"37,-63v0,25,21,43,48,42v30,0,59,-15,88,-44r0,30v-40,46,-166,59,-164,-27v1,-38,23,-59,56,-70v-49,-36,2,-115,58,-108v53,-6,57,77,10,80v-3,-1,-8,-9,-7,-15v1,-4,20,-15,16,-24v0,-12,-9,-20,-22,-20v-23,-1,-48,28,-48,52v0,22,14,27,38,27v10,0,15,-2,14,8v4,25,-22,14,-38,14v-22,1,-49,30,-49,55","w":167},"F":{"d":"27,-50v7,2,20,34,36,31v38,-8,57,-50,71,-93r-45,16r-2,-21r54,-20v5,-23,9,-72,-14,-75v-40,3,-67,27,-81,59v-9,20,-16,30,-27,17v5,-15,15,-44,17,-63v31,-12,68,-40,104,-40v31,0,38,54,31,90r33,-12r2,21r-39,16v-18,61,-43,122,-111,126v-28,2,-43,-13,-48,-35v0,-3,15,-18,19,-17","w":203},"G":{"d":"117,-13v-23,20,-87,20,-99,-4v0,-6,5,-20,11,-20v22,12,61,27,78,0v7,-10,16,-41,22,-69v-32,34,-97,23,-97,-35v0,-50,45,-102,97,-99v33,-6,66,40,24,46v-11,-4,-13,-27,-32,-23v-34,-4,-64,44,-60,76v7,62,73,15,90,-11v2,0,19,-3,17,3v-9,46,-23,111,-51,136","w":184},"H":{"d":"131,-19v-29,-8,-37,-9,-60,-24v-12,35,-26,52,-56,42r-6,-25v26,4,32,-9,37,-35v-50,-36,-39,-110,27,-113r12,-45v-16,9,-24,14,-39,27v-5,-4,-10,-9,-13,-14v42,-30,46,-37,88,-33r-19,67v31,10,43,22,58,47v11,-49,17,-67,33,-115r28,0r-54,201v32,0,44,-9,62,-26r0,30v-20,14,-40,20,-69,19r-7,18r-30,0xm137,-41v6,-16,10,-32,14,-51v-7,-29,-26,-51,-54,-59r-20,87v19,12,38,20,60,23xm67,-151v-36,-1,-41,47,-14,65","w":221},"I":{"d":"102,-214v-18,1,-30,29,-29,51v0,26,12,42,38,48v7,-22,11,-42,11,-62v0,-25,-6,-37,-20,-37xm104,-240v53,0,50,81,36,131v6,1,16,-4,19,1v1,16,-7,23,-25,21v-15,48,-38,87,-84,89v-14,1,-37,-8,-38,-17v0,-2,13,-22,16,-21v14,14,38,26,54,-4v8,-14,17,-30,23,-51v-34,-9,-58,-29,-60,-68v-2,-37,27,-81,59,-81","w":184},"J":{"d":"175,-110v8,13,-2,27,-21,23r-18,55v25,-5,60,-20,74,-33r0,30v-10,11,-69,24,-82,27v-13,37,-46,79,-86,79v-39,0,-47,-54,-13,-70v13,-6,37,-15,75,-25v9,-24,17,-46,22,-65v-43,-4,-75,-22,-75,-67v-1,-39,29,-86,66,-84v54,3,57,74,43,131xm30,36v-1,20,27,16,38,5v9,-8,17,-21,25,-39v-35,11,-56,9,-63,34xm115,-214v-34,0,-51,67,-23,89v9,8,22,12,38,14v8,-36,23,-95,-15,-103","w":195},"K":{"d":"160,2v-56,4,-22,-88,-49,-120v-11,9,-14,10,-25,16v-12,51,-19,114,-71,101r-6,-25v30,5,33,-15,39,-41r33,-134r-51,30v-3,-6,4,-19,6,-26v29,-13,47,-46,86,-41r-30,112v40,-27,76,-73,111,-110v3,-3,6,-4,8,-4v4,-1,13,18,13,20v-17,26,-66,64,-95,87v21,16,23,39,23,78v0,19,0,34,16,34v14,0,35,-15,64,-44r0,30v-27,20,-39,34,-72,37","w":225},"L":{"d":"67,-15v-19,10,-34,18,-59,17v-4,-25,17,-32,45,-35v8,-18,10,-31,18,-59v-22,-6,-46,-14,-34,-39v14,5,26,12,39,15v13,-64,28,-124,76,-124v24,0,37,23,37,50v0,51,-42,101,-91,100v-5,22,-11,40,-20,54v21,-3,58,15,66,13v25,-4,40,-21,60,-42r0,30v-28,25,-51,38,-67,38v-16,0,-60,-18,-70,-18xm105,-115v35,1,60,-39,58,-77v0,-15,-4,-22,-13,-22v-17,0,-32,32,-45,99","w":202},"M":{"d":"33,-1v-7,5,-27,6,-25,-6v13,-66,63,-147,25,-221r24,-12v13,9,19,51,15,78v14,-32,40,-73,73,-78v24,4,24,39,20,69v20,-31,38,-61,69,-69v17,1,24,23,24,42v0,57,-31,111,-41,164v0,6,2,7,7,8v21,-2,45,-23,61,-39r0,30v-21,16,-47,35,-75,37v-14,0,-21,-15,-21,-30v2,-57,39,-112,41,-169v0,-8,-1,-13,-5,-13v-13,-5,-67,77,-68,87r-34,121v-6,6,-31,7,-29,-5v10,-53,44,-125,47,-180v0,-15,-2,-23,-7,-23v-55,35,-72,141,-101,209","w":277},"N":{"d":"134,2v-24,1,-22,-34,-17,-55v7,-34,37,-101,37,-140v0,-27,-14,-17,-28,-4v-47,44,-59,126,-86,194v-6,8,-31,8,-29,-2v16,-64,66,-150,26,-222v-1,-1,23,-14,25,-13v13,10,17,49,16,77v16,-31,46,-72,79,-77v61,40,-9,148,-16,205v0,6,2,9,7,9v20,-3,47,-24,62,-39r0,30v-19,16,-48,35,-76,37","w":203},"O":{"d":"163,-212v-18,3,-32,28,-41,47r-19,-7v13,-33,37,-63,69,-67v25,2,35,44,35,76v0,75,-48,165,-114,165v-75,0,-78,-115,-47,-176v14,-27,32,-50,55,-66r15,13v-33,31,-60,78,-60,137v-1,33,11,68,38,68v47,0,84,-85,84,-143v0,-20,-3,-44,-15,-47","w":221},"P":{"d":"186,-162v0,52,-53,102,-99,76v-8,40,-24,103,-68,85v-3,-3,-6,-17,-8,-25v54,14,45,-82,61,-124v6,-15,10,-32,16,-45r29,1v-10,25,-16,48,-24,82v32,25,65,-13,65,-50v0,-32,-25,-54,-58,-54v-31,0,-69,22,-70,48v-2,8,14,15,15,19v1,7,-4,12,-10,12v-16,1,-29,-17,-29,-33v-1,-40,49,-69,93,-69v49,0,87,29,87,77","w":183},"Q":{"d":"152,-44v31,38,50,4,77,-21r0,30v-30,25,-61,60,-95,12v-19,15,-31,25,-59,25v-74,0,-79,-118,-46,-176v14,-25,31,-48,54,-66r15,13v-33,30,-59,79,-60,137v-1,39,20,82,57,63v6,-3,13,-8,21,-16v-14,-16,-23,-18,-40,-8r-9,-14v26,-19,42,-21,65,1v15,-29,28,-62,29,-101v0,-19,-4,-43,-15,-47v-19,3,-34,28,-42,47r-18,-8v12,-32,34,-62,68,-66v25,2,36,44,35,76v0,49,-16,89,-37,119","w":221},"R":{"d":"166,-20v26,-4,45,-25,63,-45r0,30v-25,25,-48,37,-70,37v-41,0,-34,-49,-27,-83v4,-19,-17,-22,-30,-27v4,-7,0,-21,12,-21v31,1,62,-27,60,-58v-3,-44,-38,-26,-59,1v-35,46,-49,133,-78,187v0,0,-26,6,-24,-6v12,-59,66,-153,25,-222v-1,-2,22,-12,24,-12v13,9,20,52,16,78v17,-38,42,-78,84,-78v25,0,44,22,43,50v0,40,-30,65,-64,75v30,14,20,48,15,79v-1,7,3,15,10,15","w":221},"S":{"d":"73,-149v1,20,20,33,44,31v10,-69,22,-110,77,-122v48,5,32,72,8,101v-16,19,-35,32,-58,38v-8,54,-30,100,-82,103v-35,2,-70,-40,-32,-54v6,2,20,36,34,31v31,-3,44,-37,50,-74v-34,0,-68,-21,-67,-55v0,-19,7,-33,24,-34v23,-1,1,22,2,35xm148,-124v24,-12,51,-42,50,-76v0,-23,-22,-16,-30,-2v-8,14,-18,45,-20,78","w":221},"T":{"d":"208,-240v35,0,12,37,5,59v-28,94,-41,174,-140,183v-28,3,-53,-15,-55,-35v-2,-5,20,-18,23,-18v4,4,19,38,37,32v83,-9,88,-127,116,-194v-46,-8,-91,8,-112,42v-12,19,-19,24,-29,10v12,-21,23,-42,33,-65v42,-2,80,-14,122,-14","w":221},"U":{"d":"55,2v-71,-25,1,-140,6,-198v-3,-10,-6,-3,-18,5r-25,19v-2,-10,-10,-22,1,-26v26,-21,37,-35,61,-42v8,0,12,7,12,20v-2,56,-34,124,-40,176v-2,21,17,22,28,12v55,-50,91,-119,110,-208r30,0r-19,65v-9,33,-16,64,-22,92v-5,23,-7,38,-7,46v0,7,2,10,7,10v7,3,34,-21,50,-38r0,30v-16,16,-41,37,-64,37v-35,0,-15,-69,-13,-90v-37,60,-69,90,-97,90","w":221},"V":{"d":"59,-200v-4,-5,-36,25,-42,28r-5,-20v33,-32,56,-48,69,-48v23,6,5,59,1,76v-9,41,-24,76,-31,120v1,10,3,20,13,20v49,-16,83,-89,96,-148v-7,-23,-8,-69,20,-68v11,0,14,3,13,15v0,14,-3,32,-9,54v4,5,14,16,19,19v-9,10,-18,19,-27,3v-20,60,-46,109,-87,140v-31,23,-66,8,-66,-31v0,-50,33,-113,36,-160","w":203},"W":{"d":"57,2v-37,-4,-32,-53,-22,-89v10,-37,24,-76,28,-114v-14,3,-29,20,-41,29r-6,-19v22,-20,43,-44,69,-49v8,0,11,6,11,19v1,40,-36,128,-40,180v0,10,3,14,9,14v57,-25,100,-137,112,-209v4,-4,32,-9,29,4v-11,54,-28,103,-28,168v0,19,1,34,13,37v31,-13,64,-97,77,-143v-5,-23,-6,-71,27,-70v8,1,8,2,8,10v0,15,-5,35,-13,60v6,8,10,12,18,19r-11,16v-6,-3,-11,-9,-14,-14v-25,54,-43,137,-100,151v-34,-1,-37,-58,-33,-99v-21,39,-47,93,-93,99","w":309},"X":{"d":"253,-210v-14,-3,-21,-4,-35,12r-63,70v13,36,8,104,46,104v15,0,37,-14,65,-41r0,30v-41,32,-71,55,-104,22v-14,-14,-22,-59,-29,-87v-34,33,-50,99,-109,100r-6,-26v32,6,53,-30,70,-52r38,-49r-19,-75r-33,34r-9,-16r52,-56r13,0r20,88v28,-29,71,-109,112,-82","w":253},"Y":{"d":"130,-78v-34,41,-99,31,-99,-23v0,-25,23,-93,20,-104v-9,7,-20,15,-34,23r-8,-16v17,-11,36,-25,57,-42r19,0v8,27,-26,111,-24,136v4,46,59,25,76,-3v12,-43,21,-97,40,-132r28,0v-14,51,-33,97,-43,152r-15,53v33,-11,44,-17,63,-31r0,30v-10,7,-51,19,-70,25v-11,47,-31,81,-80,82v-23,0,-40,-16,-40,-38v0,-40,47,-44,97,-61xm52,19v-19,8,-11,34,9,33v28,-2,41,-25,48,-54","w":192},"Z":{"d":"66,-36v28,-12,61,12,84,12v18,0,38,-14,60,-41r0,30v-24,20,-39,35,-72,37v-17,0,-62,-18,-68,-16v-22,2,-31,6,-50,16v-4,-1,-7,-6,-10,-9v45,-51,102,-146,145,-208v-37,12,-95,-13,-115,17v-16,-1,-8,-6,-2,-18v4,-8,5,-7,10,-15v37,-18,86,-2,134,-9v19,1,7,11,-1,27v-27,59,-71,118,-115,177","w":203},"[":{"d":"9,69r91,-308r75,0r-6,22r-46,0r-79,265r46,0r-6,21r-75,0","w":172},"\\":{"d":"176,15r-22,1r-148,-262r22,0","w":180},"]":{"d":"83,-217r7,-22r75,0r-91,308r-76,0r6,-22r46,0r80,-264r-47,0","w":172},"^":{"d":"13,-231v10,-19,27,-38,44,-51v29,-6,22,24,38,51v-24,7,-24,-17,-32,-28v-15,5,-21,38,-50,28","w":112},"_":{"d":"0,72r0,-21r360,0r0,21r-360,0"},"`":{"d":"36,-131v-14,-1,-17,1,-18,-11v0,-44,25,-79,55,-97r9,12v-16,12,-31,27,-34,48v0,4,11,4,9,11v-4,15,-1,40,-21,37","w":93},"a":{"d":"128,-26v18,-4,34,-23,49,-39r0,30v-27,25,-49,37,-64,37v-17,1,-18,-16,-18,-33v-18,18,-25,32,-50,33v-22,1,-39,-25,-39,-50v0,-57,71,-128,107,-69r6,-22r29,0r-24,106v0,4,1,7,4,7xm37,-56v0,35,23,44,43,19r20,-24r8,-35v-13,-13,-13,-19,-27,-22v-24,-1,-44,34,-44,62","w":176},"b":{"d":"110,-70v5,23,24,20,32,5r0,30v-19,13,-33,8,-43,-11v-13,24,-36,49,-68,49v-22,0,-27,-21,-25,-48v4,-70,25,-184,83,-195v36,11,23,58,5,91v-12,23,-32,51,-59,84v-1,13,-4,46,7,44v18,-3,40,-32,48,-51v0,-29,2,-54,22,-57v27,5,2,43,-2,59xm40,-101v22,-29,48,-67,51,-104v0,-7,-2,-11,-6,-11v-23,12,-39,79,-45,115","w":142},"c":{"d":"63,-19v33,0,58,-23,79,-46r0,30v-29,40,-135,63,-137,-13v-1,-42,36,-91,76,-91v40,0,37,54,11,67v-8,-3,-14,-6,-19,-12v9,-12,12,-13,13,-25v0,-6,-2,-9,-9,-9v-31,1,-69,99,-14,99","w":142},"d":{"d":"5,-48v0,-59,70,-125,107,-69r31,-118r29,0r-49,204v0,4,1,6,4,6v19,-7,33,-21,50,-40r0,30v-24,20,-35,38,-66,38v-15,0,-18,-14,-17,-33v-20,22,-37,33,-50,33v-23,0,-39,-27,-39,-51xm36,-54v5,53,33,34,63,-6r8,-35v-11,-12,-13,-22,-27,-22v-25,0,-47,35,-44,63","w":176},"e":{"d":"56,-19v42,0,61,-21,92,-46r0,29v-36,26,-71,40,-105,40v-25,0,-37,-26,-38,-50v-2,-46,34,-98,76,-98v42,1,31,53,3,68v-9,7,-33,17,-50,26v-1,17,7,31,22,31xm38,-74v21,-8,45,-20,48,-40v-5,-16,-23,-5,-32,6v-8,9,-13,21,-16,34","w":147},"f":{"d":"65,-15v-14,-3,-19,-6,-28,-13v-3,25,-10,65,7,77v20,-7,19,-31,21,-64xm48,-75v-2,13,-12,30,4,33v4,2,9,4,13,5v-1,-16,-8,-26,-17,-38xm109,-201v0,-7,0,-15,-6,-15v-19,6,-32,61,-42,100v23,-23,46,-50,48,-85xm62,-89v15,13,22,26,25,52v12,0,28,-9,47,-28r0,30v-17,12,-23,17,-47,20v1,42,-15,90,-50,87v-40,-3,-30,-78,-23,-117r-14,11v0,-15,-3,-33,10,-36v0,-21,5,-31,17,-31v18,-52,28,-128,78,-140v16,0,25,15,24,33v-4,57,-33,84,-67,119","w":133},"g":{"d":"100,56v-15,26,-63,15,-63,-13v0,-26,27,-32,52,-49r6,-25v-16,15,-28,34,-51,34v-24,0,-39,-25,-39,-51v0,-56,69,-128,107,-69r5,-22r29,0r-24,114v13,-8,48,-44,45,-40r0,30r-51,40v-4,24,-10,40,-16,51xm61,41v-2,10,12,17,15,4v2,-5,5,-13,8,-24v-9,5,-22,11,-23,20xm36,-54v0,29,17,43,38,22v15,-15,32,-33,34,-62v-9,-13,-15,-23,-29,-23v-25,0,-43,33,-43,63","w":166},"h":{"d":"116,-138v44,9,2,88,2,108v0,5,2,8,6,8v11,0,29,-14,53,-43r0,30v-17,18,-36,36,-62,38v-48,-6,-11,-80,-6,-107v-5,-18,-20,-4,-33,6v-11,9,-24,21,-38,38v-2,20,-2,40,-1,61r-27,0r-4,-47v5,-69,28,-181,84,-194v16,1,27,16,26,34v0,23,-12,51,-37,84v17,-10,20,-14,37,-16xm40,-95v27,-39,50,-63,55,-109v0,-9,-2,-13,-7,-13v-22,6,-45,91,-48,122","w":176},"i":{"d":"40,-25v11,0,43,-28,55,-40r0,30v-14,15,-47,38,-70,38v-18,0,-20,-22,-20,-47v1,-35,12,-66,23,-95r29,0v-8,30,-23,61,-23,97v0,11,2,17,6,17xm41,-184v-6,-23,29,-44,37,-21v-3,14,-4,32,-23,30v-9,0,-14,-3,-14,-9","w":94},"j":{"d":"0,-35r0,-29v34,-38,56,-63,64,-76r25,0r-27,127r50,-52r0,30r-65,66v-5,13,-8,40,-23,41v-34,-7,-15,-34,2,-61r24,-97v-20,20,-26,32,-50,51xm74,-184v0,-20,3,-31,20,-32v10,0,15,4,15,12v-1,16,-2,32,-23,28v-8,-1,-12,0,-12,-8","w":111},"k":{"d":"36,-67v-2,22,0,45,1,68r-28,0v-11,-79,11,-160,41,-210v12,-21,25,-31,40,-31v36,0,26,50,10,79v-13,25,-42,63,-61,90r96,-65r15,16r-78,54v17,16,24,58,57,33v11,-8,29,-20,42,-32r0,30v-28,19,-42,33,-72,38v-30,-7,-42,-49,-63,-70xm92,-205v0,-5,-1,-10,-6,-10v-24,14,-36,72,-46,111v35,-47,52,-81,52,-101","w":170},"l":{"d":"51,-21v28,-2,58,-24,75,-44r0,30v-30,21,-47,38,-85,38v-25,0,-37,-21,-35,-49v5,-61,28,-184,85,-194v33,4,28,48,13,76v-18,33,-38,63,-67,96v-3,18,-5,49,14,47xm41,-102v26,-40,53,-54,53,-102v0,-8,-2,-12,-6,-12v-17,0,-42,89,-47,114","w":125},"m":{"d":"78,1v12,-41,19,-66,21,-97v-3,-20,-13,-6,-27,3v-8,6,-19,17,-36,33v-1,20,-1,41,0,61r-27,0v-6,-54,0,-97,18,-140r31,0r-15,44v25,-23,35,-36,62,-43v16,2,23,21,22,41v22,-18,37,-31,58,-34v53,8,-9,91,12,109v18,-6,34,-26,52,-43r0,30v-20,19,-35,38,-62,38v-48,0,-10,-86,-8,-102v-6,-15,-12,0,-30,11v-13,14,-29,17,-31,45v-1,9,-5,24,-10,44r-30,0","w":248},"n":{"d":"111,3v-48,0,-7,-87,-7,-103v0,-7,-2,-11,-6,-11v-4,-2,-34,24,-62,51v-1,20,0,40,0,61r-28,0v-4,-59,-3,-79,19,-140r30,0r-14,45v28,-23,38,-39,68,-45v45,12,7,67,5,107v0,7,1,10,5,10v17,-6,42,-27,55,-43v-1,14,4,32,-7,36v-22,17,-31,32,-58,32","w":176},"o":{"d":"101,-68v-6,-20,-2,-44,6,-59r23,0v5,21,3,40,-4,61v21,22,36,23,56,1r0,30v-20,15,-51,10,-64,-8v-17,30,-39,46,-65,46v-58,1,-52,-85,-22,-116v16,-16,36,-26,61,-26r-1,20v-35,5,-50,28,-51,67v-1,38,29,39,46,18v8,-9,13,-21,15,-34","w":181},"p":{"d":"117,-26v16,-14,25,-42,26,-69v0,-30,-15,-26,-30,-11v-38,36,-56,106,-72,168v-4,15,-37,10,-32,-8v18,-57,44,-110,56,-173v-23,39,-35,58,-65,85r0,-29v29,-31,54,-67,76,-107r24,0r-18,79v18,-24,29,-46,59,-49v51,12,32,91,0,120v28,-2,45,-23,62,-45r0,30v-32,28,-39,42,-81,31v-9,7,-40,10,-40,-5v0,-22,16,-29,35,-17","w":202},"q":{"d":"7,-48v0,-57,66,-127,107,-68r5,-23r29,0r-29,137r56,-63r0,30r-64,71r-7,35r-29,0r20,-100v-22,22,-39,32,-50,32v-22,0,-38,-26,-38,-51xm38,-53v0,16,5,31,18,32v9,0,25,-14,46,-41r7,-32v-9,-15,-18,-23,-28,-23v-24,0,-43,36,-43,64","w":174},"r":{"d":"90,3v-59,-15,32,-98,-21,-115v-16,28,-37,50,-69,78r0,-29v24,-24,38,-38,51,-63v-7,-14,-10,-38,8,-39v28,-3,24,13,17,34v25,8,36,13,39,40v2,21,-30,67,-10,67v10,0,29,-14,56,-41r0,30v-30,26,-53,38,-71,38","w":160},"s":{"d":"44,-28v12,-8,36,-63,18,-82v-25,39,-32,45,-62,76v-7,-35,19,-49,31,-66v8,-11,15,-22,22,-34v-10,-18,9,-44,35,-35v19,7,-9,31,-12,40v31,26,17,78,-2,107v17,1,52,-29,68,-43v-1,12,4,29,-5,34v-28,17,-44,40,-80,26v-10,5,-43,16,-45,-4v-2,-26,14,-23,32,-19","w":142},"t":{"d":"37,2v-44,-9,-28,-82,-16,-119r-11,2v1,-12,2,-20,17,-20r26,-78r30,0r-25,75r33,0r-5,21r-35,0v-7,21,-23,81,-1,93v20,-6,38,-23,55,-41r0,30v-22,19,-38,34,-68,37","w":104},"u":{"d":"125,-25v20,-5,34,-23,52,-40r0,30v-20,17,-40,38,-68,38v-18,0,-18,-21,-18,-45v-16,21,-37,45,-65,45v-13,0,-20,-16,-20,-48v0,-37,9,-59,22,-94r29,0v-15,45,-23,77,-23,94v0,26,12,22,29,7v11,-10,22,-22,33,-38v5,-21,10,-42,17,-63r29,0v-7,32,-20,65,-23,100v0,9,2,14,6,14","w":176},"v":{"d":"107,-68v17,21,38,22,52,3r0,30v-22,14,-44,6,-62,-12v-18,59,-91,70,-91,0v0,-33,7,-62,16,-90r29,-3v-10,37,-16,54,-17,88v0,20,5,31,13,31v19,-6,35,-32,35,-59v0,-24,6,-65,36,-60v4,0,6,3,6,8v0,22,-9,46,-17,64","w":158},"w":{"d":"191,-67v14,24,42,25,58,2r0,30v-22,15,-51,13,-68,-11v-14,22,-33,48,-61,48v-21,0,-31,-19,-34,-41v-20,27,-39,41,-57,41v-27,0,-27,-61,-18,-91v4,-16,8,-32,15,-48r32,-3v-15,39,-24,72,-24,96v1,24,13,21,26,9v27,-22,30,-60,45,-102r32,-3v-11,33,-21,60,-23,93v-2,28,17,32,32,12v10,-13,27,-25,19,-49v1,-27,4,-58,35,-56v4,0,5,3,5,9v-1,24,-6,41,-14,64","w":248},"x":{"d":"72,-110v-27,16,-51,58,-72,77v-6,-24,9,-47,19,-53v25,-30,34,-48,63,-54v16,-3,24,28,28,45r39,-44r16,13r-48,56v7,15,8,37,20,46v18,-2,42,-29,56,-41r0,30v-26,19,-37,34,-67,37v-23,-4,-19,-18,-31,-46r-39,46r-16,-14r48,-56v-7,-28,-12,-42,-16,-42","w":192},"y":{"d":"25,-1v-16,0,-20,-28,-20,-49v0,-16,11,-58,23,-89r30,0v-12,35,-24,58,-24,92v0,34,21,13,38,0v25,-20,32,-57,41,-92r28,0r-27,111v11,-6,39,-27,53,-37r0,30r-59,35v-9,37,-20,68,-53,72v-15,1,-34,-10,-34,-23v-3,-15,28,-45,60,-64r5,-21v-16,18,-33,34,-61,35xm56,53v15,0,14,-24,20,-40v-21,15,-32,25,-32,32v0,6,4,8,12,8","w":166},"z":{"d":"73,-121v-31,11,-47,68,-74,87r0,-29v24,-36,40,-73,78,-77v22,-2,38,16,38,37v0,25,-14,44,-40,59v6,3,13,10,15,17v28,-11,43,-21,61,-38r0,30v-13,11,-38,22,-60,31v1,44,-21,75,-61,76v-17,0,-29,-12,-27,-30v3,-34,26,-40,60,-57v1,-24,-27,-7,-30,-24v1,-11,14,-25,29,-17v11,-10,24,-30,24,-49v0,-10,-5,-16,-13,-16xm24,41v0,17,23,15,29,1v3,-8,8,-19,9,-33v-25,12,-38,23,-38,32","w":149},"{":{"d":"54,-7v0,-44,-3,-65,-37,-68r0,-28v34,-3,37,-25,37,-68v0,-57,9,-77,62,-76r0,27v-36,-4,-32,18,-32,52v-1,49,-6,63,-38,79v34,13,39,45,38,94v0,32,2,36,32,36r0,28v-56,-1,-62,-11,-62,-76","w":112},"|":{"d":"25,60r28,-312r20,1r-28,312","w":97},"}":{"d":"63,-171v0,44,2,65,36,68r0,28v-34,3,-36,26,-36,68v0,60,-10,76,-65,76r0,-28v36,4,35,-16,35,-51v0,-46,6,-65,37,-79v-33,-15,-37,-43,-37,-94v0,-30,-5,-38,-35,-37r0,-27v53,-1,65,17,65,76","w":112},"~":{"d":"224,-80v-40,3,-121,-72,-136,0r-9,0v-1,-28,16,-51,42,-51v36,0,128,74,138,1r9,0v0,28,-17,48,-44,50","w":356},"\u2026":{"d":"47,-102v1,-13,10,-22,24,-22v14,0,22,10,23,23v0,12,-10,23,-23,23v-13,0,-25,-12,-24,-24xm160,-102v0,-15,10,-23,24,-23v14,1,24,9,24,23v0,11,-10,24,-23,24v-13,1,-25,-11,-25,-24xm275,-104v1,-14,10,-23,24,-23v14,0,22,10,23,24v0,12,-9,23,-22,23v-12,0,-25,-12,-25,-24"},"\u2013":{"d":"94,-111r176,0r0,16r-176,0r0,-16"},"\u2014":{"d":"30,-111r307,0r0,16r-307,0r0,-16"},"\u2018":{"d":"341,-277v1,21,-14,15,-13,38r20,0r0,40r-35,0v-2,-35,-2,-70,28,-78"},"\u2019":{"d":"31,-240r-19,0r0,-38r35,0v2,35,-1,74,-31,75r0,-14v8,0,13,-13,15,-23"},"\u201c":{"d":"329,-240r19,0r0,37r-35,0v-2,-35,1,-74,31,-75r0,14v-8,0,-13,13,-15,24xm280,-240r18,0r0,37r-34,0v-2,-34,0,-75,30,-75r0,14v-8,0,-13,12,-14,24"},"\u201d":{"d":"31,-240r-19,0r0,-38r35,0v2,34,0,75,-30,75r0,-14v8,0,12,-13,14,-23xm81,-240r-19,0r0,-38r35,0v2,35,-1,74,-31,75r0,-14v8,0,13,-13,15,-23"},"\u00d7":{"d":"180,-92r-78,77r-15,-16r78,-76r-78,-77r16,-16r78,77r77,-78r15,15r-78,78r80,77r-16,16"},"\u2032":{"d":"50,-262r41,0r-36,50v-24,27,-32,51,-38,39v5,-24,24,-64,33,-89"},"\u2033":{"d":"103,-265r42,0r-36,50v-24,27,-32,51,-38,39v2,-14,25,-69,32,-89xm52,-265r43,0r-37,51v-21,28,-32,42,-35,42v-9,-13,24,-68,29,-93"},"\u2122":{"d":"343,15r-24,0r0,-216r-55,216r-17,0r-56,-217r0,217r-24,0r0,-247r42,0r45,183r48,-184r41,0r0,248xm159,-210r-63,0r0,225r-24,0r0,-225r-63,0r0,-22r150,0r0,22"},"\u00a0":{"w":180}}});
