/*
 * 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}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Allegheny v. 2.0 - Copyright 2001, 2004 - David Nalle - Scriptorium Fonts. 
 * http://www.fontcraft.com
 * 
 * Manufacturer:
 * David Nalle - Scriptorium Fonts. http://www.fontcraft.com
 */
Cufon.registerFont({"w":123,"face":{"font-family":"Allegheny","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 5 7 0 0 2 0 2","ascent":"288","descent":"-72","cap-height":"3","bbox":"-428 -499 972 269","underline-thickness":"7.2","underline-position":"-40.68","unicode-range":"U+0020-U+201D"},"glyphs":{" ":{"w":78,"k":{"K":-51}},"!":{"d":"98,-140r37,-111v11,-14,7,-42,33,-42v13,0,3,18,2,26v-7,19,-18,40,-18,66r-2,-1v-12,24,-10,65,-25,85v-16,5,-12,18,-18,32v-14,5,-9,15,-30,14r-4,-9v13,-18,25,-31,25,-60xm60,-43v19,-4,13,17,10,31v-3,14,-35,33,-41,12v-1,-24,19,-32,31,-43","w":169},"\"":{"d":"122,-283v6,13,-16,15,-18,26v-2,14,-16,19,-20,31v-9,3,-17,11,-26,10v7,-17,22,-26,27,-46v4,-14,22,-38,37,-21xm66,-283v2,15,-15,12,-17,24v-2,27,-27,35,-45,45v-8,-10,15,-21,17,-33v11,-12,10,-41,35,-42v5,-1,5,5,10,6"},"#":{"d":"57,-58v-6,3,-16,11,-21,3v6,-14,18,-34,15,-49v-15,0,-29,2,-38,8v-12,-9,0,-29,14,-19v27,1,37,-4,40,-30v-10,5,-12,-6,-11,-15v4,-6,8,-3,16,-4v7,-18,11,-35,24,-45v16,10,-5,32,-6,46v30,3,17,-40,40,-50v19,13,-14,32,-9,49v23,-3,40,-5,49,6v-22,23,-64,-15,-64,38v13,3,23,14,3,19r-7,-2v-10,23,1,60,-30,64r-4,-5r19,-61v-19,-9,-31,28,-30,47xm92,-118v-4,-10,13,-25,7,-34v-19,-1,-25,21,-26,35v8,0,12,-6,19,-1","w":144},"$":{"d":"277,-151v6,41,-17,66,-34,89v21,8,50,14,71,20r-15,14v-21,-6,-50,-11,-70,-20r-16,13r31,14r-14,15v-17,-12,-41,-21,-55,-4v-14,8,-32,13,-43,24v-27,4,-56,5,-78,14v-18,-7,-47,-4,-42,-33v-13,-12,4,-23,3,-39v15,-9,15,-35,41,-32v-6,15,-18,44,1,53v3,26,41,19,69,23v13,-12,34,-18,47,-30v-12,-4,-24,-8,-35,-15r14,-14v15,5,35,24,47,9v3,-2,7,-5,11,-7v-6,-3,-12,-6,-17,-10r14,-14v5,5,11,8,18,11v10,-14,31,-41,8,-55v-3,-10,-10,-16,-22,-16v-9,-9,-20,-13,-36,-12v-4,-14,-28,-16,-15,-33v-3,-19,24,-25,33,-42v21,-8,40,-33,66,-29v-2,32,-54,15,-61,45v-4,3,-5,12,-1,16v22,12,45,23,70,32v4,4,3,12,10,13","w":282},"%":{"d":"81,-281v25,-3,21,30,17,47v-7,29,-30,68,-63,68v-17,-5,-19,-27,-8,-41v7,-33,30,-58,54,-74xm131,-127v32,-18,29,22,27,45v-10,29,-29,57,-57,68v-45,-20,1,-85,24,-103v2,-3,4,-7,6,-10xm28,-15v13,-23,14,-61,30,-80v0,-28,21,-40,20,-70v8,-22,22,-37,30,-58v15,-5,19,-27,37,-25v-10,17,-31,23,-32,50v-27,46,-34,118,-54,170v1,29,-18,37,-26,59v-6,6,-8,11,-22,11v-6,-19,23,-28,17,-57xm37,-188v26,20,42,-26,45,-57v0,-4,-1,-6,-5,-6v-25,8,-36,38,-40,63xm122,-43v14,-11,17,-35,20,-52v0,-4,-2,-6,-6,-6v-24,9,-30,36,-40,60v-1,3,7,12,10,11v12,2,15,-5,16,-13","w":173},"&":{"d":"168,-57v-18,42,-94,70,-141,44v-23,-13,-20,-54,-1,-67v14,-24,41,-38,64,-53v-4,-23,40,-49,72,-38v2,18,-19,12,-31,10v-11,2,-34,23,-13,23v11,0,33,-7,26,7v-60,6,-134,41,-104,104v37,25,101,3,116,-28r-34,2v8,-9,15,-18,35,-15v-8,-16,3,-42,9,-14v1,4,3,8,2,13r25,-1r-3,12","w":193},"'":{"d":"65,-283v6,12,-15,13,-15,29v-7,9,-18,18,-23,29v-12,-1,-16,15,-26,9v10,-13,18,-29,28,-39v-2,-17,22,-45,36,-28","w":73,"k":{"s":98}},"(":{"d":"13,-71v27,-153,117,-244,236,-300v19,-9,46,-4,67,-8v17,11,-16,13,-11,21v-92,13,-159,58,-205,117v-17,22,-38,45,-47,76v-22,34,-40,110,-9,149r-3,1v2,6,8,4,8,12v8,33,45,42,63,66v0,11,-6,18,-16,19v-32,-16,-51,-48,-72,-76v3,-1,3,-1,1,-3v-1,-25,-10,-37,-8,-62","w":150},")":{"d":"134,-316v-19,-27,-51,-47,-82,-61v-10,-13,5,-29,23,-21v17,8,23,22,42,26v10,12,17,24,30,32r-3,2v8,4,2,16,10,20v43,114,-8,242,-68,303v-34,53,-83,93,-153,109v-14,-7,5,-10,1,-16v11,-5,10,-17,29,-16v90,-34,141,-108,181,-192v13,-52,31,-124,0,-175v-6,-2,-13,-8,-10,-11","w":182},"*":{"d":"51,-231v10,4,-5,27,-4,28v5,-3,8,-8,16,-8v2,13,-10,13,-15,20v28,-5,30,14,7,9v-5,-2,-8,-1,-13,0v3,12,22,22,11,34v-11,0,-13,-40,-18,-18r-7,31v-7,-7,-5,-27,-1,-33v-4,6,-8,18,-16,6v4,-8,12,-15,19,-20v-10,-2,-23,9,-27,2v-2,-16,13,-7,24,-10v-1,-9,-10,-17,-5,-28v12,-1,8,34,18,12v1,-7,4,-21,11,-25","w":77},"+":{"d":"96,-152v25,13,-16,40,-11,61v15,-5,29,1,40,-4v9,5,17,3,22,12v-6,12,-26,15,-39,7v-3,3,-6,1,-8,-2v-7,8,-22,-6,-23,9v-18,20,3,59,-34,61v-11,-9,6,-16,5,-31v7,-10,8,-27,14,-38v-13,6,-39,2,-52,11v-8,0,-9,-22,0,-25v16,2,37,-2,47,2v16,-1,14,-22,19,-37v7,-8,10,-21,20,-26","w":133},",":{"d":"28,-34v24,-24,32,2,17,17v-4,11,-16,13,-17,27v-9,8,-25,19,-38,20v9,-13,16,-28,27,-40v-1,-12,7,-16,11,-24","w":63},"-":{"d":"36,-89v20,8,73,-9,89,2v12,-5,24,9,9,16v-21,1,-41,-6,-63,-2v-27,-11,-61,27,-66,-11v5,-11,26,3,31,-5","w":149},".":{"d":"41,-43v19,-3,14,27,6,38v-6,10,-37,26,-37,2v1,-20,19,-30,31,-40","w":64},"\/":{"d":"200,-318v-7,3,-18,19,-26,13v0,-11,12,-18,11,-25v-13,-2,-44,-7,-18,-14v19,-6,71,6,33,26xm36,-36v13,-61,44,-109,57,-172v5,-11,12,-21,16,-33v14,-2,9,-25,21,-28v11,-9,23,-31,41,-30v-15,22,-35,32,-40,63v-20,25,-27,66,-34,104v-15,32,-21,75,-34,109v5,31,-20,40,-26,63v-5,14,-15,24,-33,25v-2,-3,-5,-7,-4,-12v14,-16,25,-30,25,-58v0,-14,12,-15,11,-31","w":149},"0":{"d":"63,-126v0,-16,36,-26,40,-6v11,61,-23,102,-57,131v-31,15,-53,-26,-30,-53v7,-33,26,-54,47,-72xm62,-36v13,-14,19,-39,21,-62v-17,-24,-28,18,-43,27v-1,21,-28,47,-1,54v18,5,14,-13,23,-19","w":92},"1":{"d":"34,-131v7,-7,39,-13,42,1v-8,36,-34,65,-41,103v1,12,24,10,27,0v4,0,4,2,3,6v-5,13,-22,14,-32,24v-40,-8,-19,-63,1,-76v8,-18,19,-48,0,-58","w":57},"2":{"d":"204,13v2,39,-88,38,-116,18v-12,-9,-24,-22,-44,-22v-18,0,-29,21,-43,12v22,-58,74,-83,115,-121v5,-8,12,-19,5,-27r-42,-2v2,-24,50,-14,56,0v17,9,11,39,-6,45v-6,6,-7,18,-18,19v-20,10,-44,31,-57,49v9,13,33,14,40,25v14,-3,9,11,22,9v12,16,42,7,65,7v7,-3,14,-11,23,-12","w":143},"3":{"d":"60,-66v-30,-15,29,-47,24,-65v-12,2,-24,9,-30,18v-15,-9,-1,-30,15,-28v12,-3,30,-12,53,-7v6,-1,14,2,13,8v-3,19,-36,8,-43,29v-3,4,-7,7,-12,11v30,-11,45,32,25,50v-15,29,-54,71,-94,46v-7,-8,-10,-28,3,-28v14,0,6,25,30,18v25,-15,49,-28,50,-67v-20,-9,-15,16,-34,15"},"4":{"d":"8,-12v7,-23,23,-45,26,-69v-22,-20,22,-41,32,-58v7,-3,10,7,11,13v0,16,-17,12,-15,30v-5,13,-9,29,-20,38v3,13,-8,17,-3,27v44,-2,55,-39,60,-81v8,-14,27,-45,38,-15v-8,18,-22,35,-26,57v-38,46,-36,132,-71,181v-17,42,-56,71,-95,91v-22,10,-38,26,-71,26v-24,0,-24,-12,-41,-16v-7,0,-7,-6,-8,-12v24,15,63,29,91,6v97,-32,116,-141,154,-231v-20,6,-30,23,-56,23v-4,-1,-7,-5,-6,-10","w":137},"5":{"d":"76,-132v2,-20,49,-23,59,-8v-3,17,-27,10,-40,17v-6,7,-12,13,-15,23v28,-9,43,24,28,49v-17,28,-56,73,-97,47v-7,-8,-10,-28,3,-28v14,0,6,25,30,18v24,-17,50,-28,50,-67v-20,-12,-23,32,-44,7"},"6":{"d":"252,-350v5,0,5,7,6,12v-17,-14,-53,-29,-73,-5v-72,32,-92,116,-110,203v31,-13,51,29,28,54v-10,39,-36,62,-59,87v-22,9,-32,-7,-31,-30v-12,-1,1,-23,3,-27v43,-83,46,-206,117,-261v10,-7,17,-18,29,-23v21,-7,25,-28,57,-25v20,-3,19,12,33,15xm70,-121v-18,21,-32,47,-33,82v19,19,27,-21,43,-29v2,-21,26,-44,1,-55v-5,0,-9,1,-11,2","w":118},"7":{"d":"0,-89v9,-6,5,-21,19,-24v2,-14,9,-31,22,-35r-1,-1v12,15,64,7,86,13v17,-8,31,3,28,25v-11,28,-41,39,-45,75v-34,51,-39,139,-81,182v-17,30,-45,48,-75,64v-25,5,-33,23,-64,23v-21,0,-21,-12,-37,-15v-6,0,-6,-6,-7,-11v20,15,60,26,82,5v24,-10,47,-21,60,-42v37,-26,43,-86,65,-125v0,-27,19,-45,20,-74v15,-30,32,-57,57,-78v6,-12,-2,-18,-22,-15v-34,5,-68,13,-88,31","w":163},"8":{"d":"133,-136v1,27,-16,37,-30,51v12,16,3,49,-14,53v-11,23,-61,46,-81,18v9,-22,21,-41,40,-53v-15,-2,-20,-20,-7,-28v12,-30,68,-80,92,-41xm55,-86v22,21,51,-13,52,-36v-22,-13,-40,21,-52,36xm85,-60v-22,-13,-41,20,-52,36v22,21,47,-11,52,-33r-1,1","w":115},"9":{"d":"109,-112v5,28,-18,49,-26,73v-22,69,-33,153,-80,198v-15,14,-26,32,-46,40v-20,16,-61,42,-86,11v-7,-1,-10,-6,-10,-13v16,15,54,30,73,6v70,-33,95,-116,110,-204v-32,13,-48,-28,-28,-54v10,-38,37,-61,59,-87v25,-7,30,10,32,31xm39,-17v33,-9,38,-50,45,-81v-17,-24,-29,19,-44,27v-1,20,-28,45,-1,54","w":97},":":{"d":"90,-139v18,-4,15,16,10,30v-2,15,-37,37,-40,11v-1,-19,17,-33,30,-41xm41,-43v19,-3,14,27,6,38v-6,10,-37,26,-37,2v1,-20,19,-30,31,-40","w":115},";":{"d":"90,-139v21,-5,12,18,10,30v-3,15,-38,36,-40,10v-1,-18,17,-33,30,-40xm17,-10v1,-23,25,-42,38,-27v-1,21,-20,29,-26,46v-8,10,-26,19,-39,21v9,-13,16,-28,27,-40","w":115},"<":{"d":"180,-165v-19,31,-82,15,-110,39v5,15,29,11,36,24v19,4,27,20,45,26v21,7,13,43,-9,28v-24,-17,-54,-27,-76,-45v-20,-2,-30,-15,-47,-20v-6,-12,14,-19,29,-17v43,-12,72,-40,129,-38","w":172},"=":{"d":"148,-109v-32,-4,-88,-10,-113,6v-8,-2,-16,-20,-8,-25v35,4,74,3,108,-3v7,6,17,3,26,10v-2,5,-6,11,-13,12xm36,-78v24,7,73,-9,89,2v13,-7,23,9,9,16v-21,1,-41,-6,-63,-2v-27,-11,-61,27,-66,-11v4,-11,25,2,31,-5","w":163},">":{"d":"56,-165v21,-7,57,4,74,13v13,7,16,24,39,21v13,-2,24,14,11,18v-64,20,-121,50,-185,69v-6,-36,71,-47,99,-64v14,-8,35,-6,45,-19v-23,-13,-59,-19,-86,-29","w":172},"?":{"d":"30,-140v-47,-85,46,-176,136,-140v16,19,41,41,31,74v12,28,-11,54,-11,83v-4,5,-13,5,-12,13v-11,21,-23,41,-44,52v-4,7,-7,15,-18,12v0,-19,15,-14,24,-28v16,-24,39,-52,36,-88v12,-49,3,-104,-44,-111v-25,-11,-42,7,-61,15v-25,11,-25,43,-39,63v6,14,4,33,9,47v3,-15,7,-29,26,-29v29,0,37,36,24,55v-24,10,-45,-5,-57,-18xm76,19v-30,-19,0,-51,29,-51v13,3,1,17,1,26v-2,13,-18,21,-30,25","w":217},"@":{"d":"120,-75v34,-26,41,-127,-31,-118v-68,9,-99,113,-54,160v27,28,99,11,109,-21r17,-17v-17,69,-175,102,-161,-13v9,-70,45,-128,125,-123v49,3,39,96,11,121v-16,14,-34,44,-61,25v-27,16,-58,-2,-34,-30v6,-29,25,-47,46,-61v17,2,33,-30,37,-5v4,24,-24,38,-22,57v-9,15,2,29,17,23v0,1,1,2,1,2xm71,-72v16,-9,15,-30,20,-50v0,-4,-2,-8,-6,-8v-12,5,-24,19,-24,36v-12,4,-18,26,-3,29v8,1,11,-3,13,-7","w":160},"A":{"d":"126,-94v-9,-16,-30,0,-43,-8v-25,7,-49,-1,-69,4v9,-8,6,-16,0,-25v10,7,33,-2,45,7v24,-8,56,2,80,7v51,-54,98,-111,136,-177v7,-3,15,-9,21,-2v-22,55,-51,100,-72,152v-30,35,-34,93,-55,138v-12,7,-26,11,-33,23v-20,-14,19,-24,16,-46v10,-21,21,-43,27,-66v-23,1,-33,-21,-49,1v-70,49,-132,112,-244,114v-10,1,-19,-9,-6,-11v15,2,10,-16,21,-17v102,17,164,-52,225,-94xm182,-95v14,-18,21,-45,33,-65v-23,16,-38,38,-62,52v12,2,18,10,29,13","w":201,"k":{"l":4}},"B":{"d":"250,-113v12,21,58,26,46,62v-10,0,-3,23,-15,16v-3,2,-5,6,-5,12v-18,9,-35,17,-54,24v-21,0,-41,0,-55,9v-14,-7,-31,-4,-47,-1v-15,-1,-30,-9,-49,-8v-26,-1,-12,-22,0,-32v21,15,55,4,76,-6v13,-17,33,-31,35,-59v-4,-2,-10,-3,-8,-11v41,-17,45,-73,56,-120v12,1,15,-8,22,-12v0,5,3,6,8,4r2,-3v0,27,-19,37,-16,67v-5,1,-6,12,-3,17r-3,-2r-3,18v6,2,12,7,14,-1v34,-4,47,-30,58,-58v-6,-10,3,-33,-21,-27v-19,-19,-46,-40,-80,-43v-16,-18,-35,-25,-68,-21v-18,-25,-63,2,-84,-11v-30,12,-75,-1,-104,10v-15,-9,-28,9,-44,1v-19,5,-32,16,-57,15v-37,17,-83,26,-106,54v-16,12,-35,23,-44,42v-38,28,-70,54,-77,113v-17,19,-21,46,-43,59v-1,-7,-7,-2,-9,1r2,3v15,-64,41,-127,90,-159v43,-44,86,-86,145,-111v28,-2,47,-16,73,-17v22,-13,65,-10,91,-22v30,-3,60,0,91,0v1,-1,3,-2,3,-4v-1,1,-1,1,0,2v48,-4,102,1,141,10v2,10,19,7,27,13v17,6,34,20,52,22v4,11,21,9,25,20r10,1v10,14,22,27,24,50v-13,10,-16,29,-29,39v-8,0,-8,10,-19,7v-1,5,-8,6,-13,7v-1,-3,1,-4,2,-6v-7,17,-34,13,-37,36xm141,-15v40,-4,95,26,113,-16v3,-7,14,-16,12,-29v-13,-12,-25,-27,-44,-34v-25,19,-38,49,-68,60v-2,6,-19,5,-13,19","w":306},"C":{"d":"225,-48v-2,9,-20,4,-19,18v-27,14,-60,23,-83,40v-38,4,-84,13,-88,-28v-2,-9,-6,-15,-12,-21v-1,-41,15,-63,31,-88v28,-44,63,-82,104,-111v15,-11,29,-18,45,-27v34,-6,65,-28,102,-19r3,8v-12,9,-33,8,-51,7v-11,3,-22,5,-36,5v-15,12,-32,22,-48,33v-6,1,-9,6,-10,12v-18,2,-27,17,-34,31v-42,24,-52,79,-66,131v13,16,3,51,35,47v16,6,51,6,57,-11v11,0,20,0,22,-9v16,-5,34,-20,45,-30v15,-5,28,-19,34,-34v9,-6,29,-17,35,0v-3,1,-3,9,-4,12v-27,5,-39,26,-62,34","w":290,"k":{"o":58,"a":29}},"D":{"d":"348,-53v15,-22,26,-47,21,-92v15,-21,-34,-29,-32,-59v-45,-46,-116,-64,-183,-87v-23,7,-50,-2,-76,-2v-31,11,-84,3,-108,22v-43,7,-72,26,-110,38v-16,18,-43,31,-60,49v-2,2,-2,5,-1,7v-21,19,-33,28,-41,61r-27,-6v9,-7,11,-22,20,-28r0,5v15,-29,43,-45,64,-68v12,-6,27,-9,28,-24v24,-12,57,-16,77,-33v47,-7,76,-32,130,-31v63,-16,166,-12,208,22v33,10,59,28,83,45v10,19,34,25,39,48v4,4,11,7,8,16v7,17,26,38,14,62r-2,23v-36,39,-80,74,-147,82v-23,13,-55,-4,-81,6v-53,-1,-87,-19,-139,-22v-3,-2,-6,-6,-6,-11v3,-2,9,-6,9,-11r20,-7v26,17,64,7,102,3v25,-11,43,-38,61,-58v6,-13,7,-30,19,-37v-4,-14,3,-19,10,-27v5,-17,11,-38,20,-51v10,-3,22,-2,30,-7v-16,77,-50,142,-114,173v-1,11,-18,12,-26,15v4,21,45,9,68,23v40,-5,90,-5,107,-32v4,-4,10,-5,15,-7","w":416,"k":{"i":23,"E":46}},"E":{"d":"109,72v50,1,95,5,122,-18v44,-9,65,-41,86,-73v3,-12,-3,-30,8,-34v13,15,14,45,-6,56v-4,10,-8,18,-17,21v7,19,-17,14,-27,24v-39,24,-96,41,-153,43v-31,11,-74,-3,-87,-25v-39,-19,-32,-112,5,-128v31,-50,83,-83,137,-111v-4,-3,-3,-12,-6,-17v15,-17,29,-39,55,-47v17,-25,67,-30,95,-12v-1,12,-17,7,-19,20v-10,4,-14,-6,-16,-14v-15,4,-43,-5,-45,12v-27,4,-48,44,-10,49v19,-2,40,-10,56,-2v-1,18,-40,14,-61,16v-33,2,-55,14,-81,23v-4,5,-12,14,-21,13v-23,16,-33,41,-55,58v-3,14,-22,19,-18,36v-9,8,-5,18,-12,30v7,16,6,39,21,47v3,25,33,21,49,33","w":343},"F":{"d":"254,-253v14,-5,28,-22,47,-12r0,10v-15,4,-31,7,-34,22r-5,0v-8,12,-12,27,-25,33r-21,63v8,16,37,2,55,2v-3,11,-8,24,-14,31v-8,-5,-8,-18,-25,-16v-49,6,-36,75,-69,100v-11,25,-27,30,-42,50v-13,6,-28,14,-37,23v-42,12,-84,41,-127,22v-38,2,-58,-46,-38,-78r17,4v-5,18,-15,44,6,51v13,29,61,15,93,10v31,-20,75,-31,88,-70v22,-19,26,-54,42,-78v0,-13,9,-19,10,-30r-27,-4v3,-22,39,1,39,-30v0,-16,15,-26,17,-42v16,-10,20,-31,30,-46v-10,-6,-30,3,-37,-8v-38,11,-90,2,-133,17v-10,7,-10,30,-26,30v-11,5,-30,6,-17,-10v39,-51,142,-50,233,-44","w":221,"k":{"a":12,"G":75}},"G":{"d":"242,-121v-3,-10,11,-15,9,-26v14,-6,24,-24,41,-17v4,10,-2,19,-10,23v-14,47,-40,83,-51,133v-18,16,-21,47,-45,58v-14,6,-26,18,-36,29v-23,-4,-16,21,-37,20v-23,12,-79,11,-66,-22v14,12,49,22,66,5v27,-13,55,-27,66,-57v20,-19,23,-54,39,-76v0,-4,2,-10,0,-12v-18,4,-20,23,-43,22v-15,22,-41,31,-69,38v-12,15,-52,12,-74,6v-6,-8,-25,-15,-17,-35v-19,-18,-3,-59,12,-71v6,-34,36,-47,49,-75v15,0,11,-19,27,-21v17,-17,36,-31,60,-41v20,-18,58,-24,96,-25v11,3,9,15,-3,17v-63,-4,-89,18,-124,41v-10,7,-21,13,-24,27v-19,10,-26,40,-46,52v-13,41,-25,85,2,111v46,9,82,-9,105,-31v24,-8,46,-28,60,-49v1,-11,8,-17,13,-24","w":263,"k":{"H":69}},"H":{"d":"264,-164v26,-2,28,-27,41,-43v0,-6,0,-10,2,-14v-31,6,-48,34,-88,21v32,-20,79,-19,103,-50v8,-10,18,-18,38,-16v-5,30,-21,57,-36,82v18,-10,40,-15,57,-25v5,-24,32,-36,39,-60v23,-13,34,-38,66,-45v24,-5,41,-27,71,-25v17,10,8,40,-6,46v-11,23,-40,29,-57,47v-24,6,-38,24,-61,31r0,3v-12,4,-30,6,-33,18v-15,6,-13,29,-26,37v-3,6,-8,9,-7,19v-13,10,-18,29,-26,44v-5,3,-9,9,-9,16v-14,15,-20,36,-27,56v2,3,4,5,7,5v0,18,-34,23,-42,9r1,-10v22,-7,24,-38,36,-55v15,-32,36,-58,45,-96v6,-3,7,-12,12,-16v-18,2,-40,12,-52,21v-18,42,-40,79,-74,106v-2,2,-2,4,-1,6v-20,9,-26,26,-44,35v1,4,-1,5,-5,4v-37,31,-79,55,-130,71v-14,-6,-31,7,-37,-9v-22,-18,-8,-55,-1,-81v12,-6,15,-20,28,-26v11,-1,14,-12,27,-13v41,-33,99,-49,144,-78v20,0,30,-10,45,-15xm420,-222v33,-20,71,-34,96,-61v15,-5,31,-25,23,-41v-39,16,-74,34,-99,64v-1,3,-1,7,-1,11v-9,6,-20,13,-19,27xm161,-7v14,-22,37,-34,56,-51v18,-34,48,-58,60,-98v-32,18,-74,30,-108,43v-8,15,-31,11,-41,26v-28,9,-49,32,-74,40v-11,23,-34,56,-15,83v34,18,57,-14,86,-21v12,-7,20,-19,36,-22","w":347,"k":{"I":202}},"I":{"d":"212,-245v9,-12,29,-30,44,-20v-4,24,-26,31,-31,53v-19,19,-12,69,-36,89v-14,49,-35,89,-79,108v-20,0,-27,18,-47,18v-27,0,-69,-16,-48,-47v11,-6,22,0,19,16v6,3,6,14,14,15v27,2,43,-8,62,-15v12,-23,36,-32,37,-66v19,-32,26,-73,37,-109v8,0,7,-11,1,-13v-10,2,-14,10,-26,5r-43,35v-13,-1,-6,-14,-3,-22v15,-2,21,-16,34,-21v22,-8,58,-3,65,-26","w":192},"J":{"d":"51,-238v25,-5,47,-11,62,-27v10,-2,21,-1,27,4r-33,83v-13,31,-28,58,-45,85v-6,30,-25,45,-36,70v-12,0,-10,16,-22,16v-8,28,-37,35,-51,57v-41,15,-65,45,-113,49v-23,16,-60,-2,-76,-15v0,-8,-3,-11,-8,-15v-10,-41,3,-79,32,-92v7,-7,14,-13,27,-14v-2,14,-17,16,-25,25v-8,22,-22,37,-19,70v14,19,39,51,69,31v26,-1,37,-19,61,-22v15,-10,24,-25,42,-32v12,-13,30,-22,36,-41v17,-5,15,-30,28,-41v3,-25,28,-42,39,-63v-5,-8,4,-9,6,-15r42,-111v-14,-5,-26,8,-36,7v-10,13,-29,33,-49,25r-1,-3","w":153},"K":{"d":"113,-161v10,7,29,0,33,-9v28,-4,48,-33,73,-45v19,-23,50,-32,61,-63v14,-5,12,-22,26,-25v12,-17,34,-38,45,-58v12,-2,12,-21,17,-30v8,-3,18,-5,16,-16v8,-12,28,-15,26,-34v17,-16,35,-30,56,-41v10,-1,22,-6,23,-17r41,0v-6,22,-46,6,-59,30v-25,6,-27,35,-47,46v-24,22,-37,56,-61,78v-21,30,-51,51,-69,83v-8,15,-35,19,-40,38v-46,20,-73,72,-132,75v-5,27,-9,64,-5,96v-4,11,-6,23,-11,33v0,31,9,68,-1,92v5,25,-7,68,3,91v4,10,24,-4,29,6v-13,17,-71,12,-60,-16v-5,-24,-6,-53,4,-73v-8,-16,-7,-49,3,-62v1,-10,-1,-18,-6,-23v8,-29,4,-53,5,-85v-9,-7,1,-18,-5,-25v-7,5,-11,12,-16,22r-3,-1v-24,29,-59,45,-88,68v-42,14,-70,40,-123,40v-18,0,-28,9,-40,5v3,-6,8,-13,14,-17v57,-2,100,-17,141,-37v8,-4,11,-18,23,-18v5,-2,10,-6,11,-12v12,-5,28,-14,31,-28v27,-18,33,-51,57,-70v3,-18,22,-26,20,-46v8,-2,4,-13,6,-21v-33,1,-65,24,-96,14v-1,-27,68,-1,82,-26v26,4,34,-44,65,-24v-5,20,-21,45,-26,69v-14,5,-15,25,-23,36","w":133,"k":{"L":69}},"L":{"d":"171,-40v-9,0,-22,9,-27,19v43,31,95,54,117,106v20,1,19,12,33,22v46,33,78,80,140,97v38,-5,63,-26,92,-41v11,-17,31,-25,29,-54v23,-8,17,18,12,31v-33,38,-71,74,-133,83v-17,-8,-46,-4,-58,-17v-24,2,-22,-23,-42,-26v-3,-12,-15,-16,-24,-22v0,-10,-11,-13,-18,-15r-109,-107v-13,3,-11,-10,-20,-10v-24,-35,-76,-41,-134,-42v-6,-4,-14,-9,-16,-17v26,-24,75,-1,105,5v39,-12,59,-45,87,-69v11,-9,12,-26,20,-39v-6,-4,3,-11,2,-18v19,-9,19,-36,27,-57v-12,-4,-28,20,-43,9v24,-10,50,-22,59,-49v11,-6,27,-21,42,-10v-10,27,-23,70,-43,87v0,19,-25,24,-15,44v-6,2,-3,15,-13,13v-1,4,-6,9,-2,12v-27,12,-31,45,-62,54v-4,3,-6,7,-6,11","w":228,"k":{"o":11,"M":86}},"M":{"d":"197,-180v31,-19,18,-81,69,-85v16,-1,1,14,7,21v-17,25,-27,53,-40,80v1,14,-13,18,-7,36v-10,17,-35,40,-22,63v9,-13,23,-20,28,-34v4,-2,7,-3,7,-8v4,-15,25,-19,29,-38v3,-5,7,-13,10,-20v13,-6,22,-16,34,-23r2,-13v27,-5,27,-43,63,-36v-11,45,-46,68,-53,120v-3,21,-21,34,-20,61v-3,16,-13,21,-9,43v3,20,-24,12,-37,22v-8,-2,-11,-3,-7,-10v22,-10,28,-26,29,-56v4,-4,8,-10,5,-18v17,-27,25,-65,39,-96r-9,0v-19,35,-51,59,-75,89v0,18,-22,11,-23,33v-15,10,-27,27,-32,47v-13,4,-18,25,-35,20v-9,-32,16,-49,20,-80v9,-4,11,-17,13,-28v8,-12,13,-23,10,-39v-16,3,-20,24,-33,29v-10,10,-16,28,-35,29r-54,50v-9,2,-14,9,-24,11r-1,4r-113,51v-18,18,-58,20,-80,36v-18,-3,-43,13,-50,-7v3,-13,17,-13,21,-25v37,1,68,5,95,-9v10,1,4,-14,18,-10v14,-21,57,-15,73,-34v11,-1,19,-7,25,-13v25,-10,35,-36,64,-42v9,-19,36,-22,41,-45v2,-2,5,-2,4,-7v18,-3,17,-20,29,-29v11,-9,21,-23,24,-40","w":388,"k":{"a":75,"N":69}},"N":{"d":"138,-51v12,-14,-5,-41,12,-57v0,-7,-3,-15,-9,-16v-11,7,-12,25,-26,29v-7,26,-34,33,-44,56v-10,8,-20,15,-32,21v-19,22,-41,40,-62,60v-32,-5,-36,29,-66,32v-24,3,-29,27,-60,20r-23,-3v-9,-11,3,-14,5,-24v4,-5,8,-8,14,-8v44,12,92,-1,112,-31v21,-9,36,-28,56,-38v4,-13,26,-15,32,-29v18,-12,28,-33,45,-45v7,-28,35,-42,35,-74v10,-8,6,-28,20,-32v-5,-18,0,-29,1,-47v9,-2,10,-16,15,-23v8,-1,16,-4,23,-1v-2,37,-16,77,-9,111v-7,25,-23,66,-10,93v19,-21,29,-61,43,-83v11,-18,34,-31,36,-59v18,-2,21,-39,47,-32v4,32,-2,57,-20,73v-14,2,-8,-15,-24,-8v0,11,-9,21,-17,28v-11,21,-18,44,-31,63v-5,28,-38,39,-33,75v-5,19,-36,32,-40,6v9,-14,1,-39,12,-53","w":197,"k":{"O":40}},"O":{"d":"185,-140v-16,9,-14,37,-32,44v2,12,-15,15,-9,24r-73,63v0,3,-1,5,-4,5v-18,1,-20,23,-42,18v-27,-38,0,-87,3,-130v15,-19,18,-47,33,-65v18,-6,12,-33,31,-41v12,-28,46,-33,72,-47r24,2v3,17,15,34,7,51v13,28,-11,47,-10,76xm150,-149v13,-9,6,-32,17,-41v-5,-18,-3,-38,-14,-52v-26,-4,-36,9,-42,26v-20,9,-21,36,-37,49v4,18,-8,30,-13,44v1,24,-10,39,-7,62v3,20,-11,38,7,46v9,-15,28,-20,38,-34v2,-9,7,-18,17,-19v-6,-14,17,-17,15,-34v12,-9,19,-26,19,-47","w":211,"k":{"f":52,"P":92}},"P":{"d":"38,-13v40,8,35,-33,51,-51v1,-14,12,-19,9,-35v11,-7,15,-23,25,-31v7,-48,-2,-104,42,-115v3,2,8,2,9,6v-7,18,-6,40,-21,50v5,23,-12,31,-6,47v40,-1,70,-18,90,-40v1,-1,2,0,4,0r27,-49v-7,-19,-6,-46,-27,-52v-14,-11,-48,-27,-69,-20v-34,-13,-64,5,-103,0v-23,3,-38,15,-66,11v-35,9,-103,21,-111,-25v2,-23,24,-38,51,-38v-3,11,-14,19,-21,27v5,36,51,30,89,28v21,-9,51,-8,74,-17v40,13,81,-15,127,-3v32,8,56,21,78,38v3,15,16,32,9,52v2,23,-28,41,-42,59v-30,15,-62,46,-105,37v-38,14,-24,71,-50,101r-14,24r60,-4v-23,26,-80,8,-125,11v-4,-10,7,-11,15,-11","w":153,"k":{"Q":35}},"Q":{"d":"21,-116r32,-67v6,-12,19,-15,22,-31v15,-8,23,-25,40,-31v11,-21,45,-17,64,-30v28,4,34,27,34,57v-7,7,-8,13,-8,25v-3,12,-15,20,-20,30v-2,21,-19,28,-28,43v-33,55,-95,76,-142,117v14,4,25,7,44,8v8,18,45,-1,61,14v43,9,88,17,146,12v13,-13,46,-9,57,-26v13,-3,26,-26,16,-38v-2,-13,-21,-10,-34,-8v16,-23,65,-6,58,20v1,19,-27,29,-38,42v-11,7,-37,11,-48,21v-79,13,-142,-8,-217,-11v-5,-3,-6,-9,-14,-8v-18,14,-37,-16,-60,-6v-35,-9,-59,8,-84,19v-14,-4,-29,-12,-7,-19v25,-8,48,-21,81,-21v12,-8,33,-5,40,-18v20,-4,32,-17,45,-28v18,-7,30,-21,42,-35v15,-9,24,-23,32,-39v9,-12,23,-35,27,-51v16,-10,13,-40,13,-63v-6,-7,-14,-15,-25,-15v-28,-1,-28,22,-46,31v-2,12,-16,8,-17,21v-5,9,-8,22,-15,28v-8,32,-33,84,4,98v-15,5,-28,23,-47,17v-6,-16,-9,-36,-8,-58","w":220,"k":{"R":69}},"R":{"d":"114,-159v6,-23,30,-32,25,-61v16,-1,25,-23,41,-9r-15,28v-12,12,-20,33,-24,56v60,4,80,-31,112,-57v4,-7,5,-16,5,-27v0,-29,-20,-18,-32,-31v-46,-2,-83,18,-122,15v-8,-15,-38,-10,-55,-6v-9,-23,14,-27,39,-24v45,36,113,-22,158,6v39,-7,42,20,47,50v-9,13,-17,28,-28,38r-71,39r2,10v40,39,56,97,96,134v22,20,49,37,92,30v-19,30,-89,10,-101,-11v-27,-22,-54,-46,-62,-84v-4,-20,-35,-26,-37,-53v-11,-13,-26,-19,-48,-20v-24,33,-29,88,-59,115v9,12,39,7,53,2v-7,13,-15,24,-46,17v-19,9,-50,-14,-72,-4v-4,0,-9,-2,-11,-3v19,-16,59,-5,67,-34v10,-34,38,-56,36,-99v7,-5,4,-11,10,-17","w":309,"k":{"S":35}},"S":{"d":"168,-228v25,-11,48,-43,75,-23v8,1,18,1,24,5v-14,26,-40,-14,-54,9v-21,6,-50,14,-42,42v17,14,31,29,52,39v2,4,3,12,9,13v5,82,-53,121,-109,151v-16,17,-55,9,-76,22v-18,-5,-44,-6,-37,-33v-13,-11,4,-21,2,-38v13,-10,12,-34,36,-34v-7,16,-32,45,-10,63v25,48,106,0,123,-26v11,-6,19,-17,31,-21v9,-21,27,-76,-8,-81v-6,-8,-17,-12,-31,-12v-3,-9,-12,-14,-18,-20v2,-7,6,-13,3,-24v15,-6,20,-21,30,-32","w":237,"k":{"t":29,"T":109}},"T":{"d":"171,-27v-16,4,-23,11,-27,26v-20,7,-28,29,-54,31v-10,1,-13,10,-21,14v-8,0,-15,2,-21,7v-52,14,-122,22,-135,-31v1,-16,11,-33,14,-46v6,-4,14,-6,15,-15v5,-1,15,-1,15,5v-9,14,-14,36,-17,56v23,44,112,25,139,0v18,-10,43,-18,48,-40v10,-10,18,-6,17,-30v9,-7,11,-19,19,-27v-1,-18,14,-22,14,-41v8,-13,11,-35,21,-48v-13,-26,21,-40,10,-62v-21,2,-59,5,-78,-2v-11,7,-29,-5,-45,3v-22,-5,-44,11,-71,12v-12,-15,2,-38,28,-31v21,-9,64,-13,89,-5v39,-11,97,12,136,-1v19,-17,52,-12,83,-9v3,4,5,8,6,13v-19,6,-37,15,-57,6v-9,6,-19,12,-34,7v-27,2,-20,40,-34,56v-3,65,-41,103,-60,152","w":200,"k":{"U":-20}},"U":{"d":"39,0v-11,-8,1,-27,-8,-36v1,-21,22,-25,18,-48v8,-1,7,-12,8,-20v19,-6,12,-38,32,-45v5,-19,29,-25,37,-41v14,-7,22,-21,31,-33v-12,-9,-30,4,-47,1v-8,9,-23,8,-34,14v-17,9,-28,21,-45,30v0,2,0,8,-1,8v-7,-5,-16,-11,-28,-11v-1,-19,25,-15,30,-26v59,-27,138,-33,202,-54v9,2,20,3,12,15v-17,3,-29,13,-48,14v-11,11,-21,23,-34,32v-14,1,-9,19,-22,21v-10,13,-20,25,-33,34v-2,14,-3,24,-14,31v-5,28,-33,48,-21,83v14,11,30,2,42,-4v13,-1,24,-5,29,-14v23,-6,34,-35,53,-45v7,-23,33,-29,38,-54v22,-5,19,-35,30,-51v0,-21,20,-31,30,-45v23,-8,19,19,15,36v-7,2,-5,13,-14,13v-8,11,-10,34,-21,43v-23,31,-26,86,-38,128v8,3,19,11,4,13v-7,5,-28,18,-38,7v-7,-27,33,-55,16,-81v-3,-3,-10,-3,-9,4v-15,7,-16,26,-37,28v-27,18,-55,33,-90,41v-16,4,-21,17,-45,12","w":255,"k":{"n":6,"V":-38}},"V":{"d":"166,-202v-10,-10,-4,-29,2,-40v-34,-6,-63,11,-95,14v-14,12,-21,29,-37,39v-1,11,-14,17,-8,27v-4,4,-19,3,-18,-5v3,-35,29,-45,48,-63v14,-1,18,-14,33,-14v24,-7,51,-18,89,-14v15,-5,31,-15,52,-14v8,6,-1,17,-13,17v-31,0,-28,42,-27,69v-3,14,-5,64,6,77v19,-12,28,-30,50,-37v7,-11,23,-11,29,-23v14,-6,24,-17,30,-32v23,-7,22,-36,38,-51v2,-14,0,-31,-10,-36v8,-3,19,-7,31,-4v16,32,-1,62,-21,76r-5,13v-26,22,-57,40,-80,65v-24,9,-42,30,-63,42v-4,28,21,83,-22,93v-18,13,-50,18,-70,4v-16,-18,0,-49,17,-54v8,-10,21,-14,32,-22v16,-33,-10,-93,12,-127xm161,-59v-19,-10,-51,33,-36,54v36,18,36,-23,36,-54","w":383,"k":{"W":29}},"W":{"d":"356,-277v-13,17,-29,46,-49,56v-4,16,-11,41,0,54v24,-3,31,-27,52,-33r97,-76v20,-31,75,-47,75,-99v0,-22,-9,-38,-25,-47v-37,-11,-93,-17,-120,8v-27,6,-19,50,-58,42v-6,-28,44,-53,70,-66v22,-1,31,-12,58,-9v52,6,106,17,92,82v-7,32,-31,40,-42,66v-30,17,-49,53,-82,65v-11,19,-39,20,-50,39v-11,7,-20,17,-33,21v-16,17,-36,22,-38,51v-1,6,-4,11,-9,17r7,11v-15,19,-9,54,-34,63v-12,27,-60,37,-94,27v-3,-31,10,-46,17,-67v28,-11,36,-40,64,-50r18,-21v-6,-16,5,-38,-2,-47v-26,22,-64,36,-89,59v-22,5,-35,29,-42,46v4,4,2,8,-2,11v-3,40,-38,68,-64,87v-17,7,-30,-1,-43,-8v-12,-52,42,-78,79,-100v10,-11,0,-37,10,-47v-3,-14,14,-29,15,-50v1,-17,33,-31,20,-46v-24,-1,-42,2,-55,12r-27,-3v-7,5,-9,18,-19,16v-8,11,-30,21,-47,15v23,-15,37,-39,74,-41v47,-2,88,-19,137,-22r-1,13v-49,11,-53,70,-69,114v17,14,46,-29,70,-33v19,-22,52,-31,63,-62v10,-31,41,-80,76,-48xm258,-58v-2,-21,22,-47,4,-59v-25,30,-65,50,-71,99v4,3,10,7,16,8v38,3,35,-29,51,-48xm48,-1v13,-2,24,-7,32,-13v10,-24,28,-44,27,-68v-28,16,-40,31,-60,55v0,9,-8,15,1,26","w":305,"k":{"h":-12,"e":15}},"X":{"d":"392,-302v42,-40,94,-74,158,-93r11,2r4,12v-73,10,-111,53,-164,84v-27,28,-52,49,-84,71v-16,25,-47,36,-60,64v-1,44,13,99,-3,132r10,13v-20,7,-37,23,-61,14v5,-25,15,-49,12,-80v10,-15,25,-37,12,-58r-188,138v-25,21,-55,22,-84,35v-7,18,-39,20,-58,12v-3,-20,11,-18,30,-17v77,-19,148,-57,193,-110v45,-16,72,-50,104,-77v-4,-19,-7,-43,-4,-65v-8,-9,-21,-12,-24,-26v22,-7,58,-21,56,17v2,8,4,11,1,18v6,6,6,24,17,19r14,-22v46,-18,60,-67,108,-83","w":291},"Y":{"d":"128,-170v-21,50,-56,92,-80,136r5,7v24,-16,51,-24,68,-48v19,-15,45,-29,65,-42v8,-26,31,-40,40,-62v14,-16,21,-38,40,-47v8,-9,12,-16,26,-18v5,8,4,21,-6,22v-5,15,-16,36,-31,43v-2,8,-16,3,-12,17v-7,11,-10,27,-22,33v-37,74,-48,171,-126,204v-20,22,-58,26,-79,48v-17,10,-34,24,-58,23v-14,21,-64,14,-100,20v-2,-6,-10,-16,-17,-10v-6,-20,-27,-59,-6,-77v3,-4,12,-3,19,-3v-13,19,-14,57,14,58r8,11v59,-3,102,-24,151,-38v30,-25,72,-37,84,-79v15,-21,47,-51,39,-88v5,-4,12,-19,10,-25v-33,13,-48,47,-84,55v-20,12,-43,33,-74,29v0,-40,45,-66,60,-99v11,-22,39,-39,32,-68v14,-4,20,-15,21,-31v12,-7,14,-23,22,-33r-23,10v-13,-31,29,-19,51,-28v9,0,16,1,9,12v-16,22,-27,49,-46,68","w":223},"Z":{"d":"183,-229v-21,-9,-53,2,-72,0v-2,-9,6,-17,8,-25v42,3,80,0,116,-5v29,-4,58,5,86,5r5,6v-29,33,-62,63,-83,101v-7,4,-11,13,-22,10r-42,51v-9,8,-22,13,-24,27v-18,9,-34,28,-46,43v30,9,64,-13,88,3v45,11,111,14,157,20v22,15,69,6,107,16v59,15,135,23,195,34v89,16,149,-21,214,-47v21,-9,45,-18,50,-42v4,-2,11,-6,7,-12v7,-7,17,-11,21,-22v8,1,14,-5,20,-5v-2,3,3,5,4,7v-15,78,-119,78,-168,121v-39,7,-88,6,-121,19v-53,-6,-112,-6,-158,-17v-91,6,-158,-30,-245,-31v-27,-19,-83,1,-110,-18v-12,3,-25,5,-38,2v-45,-9,-87,11,-118,24v-5,-12,5,-20,20,-18v29,-32,72,-58,104,-86v0,-12,9,-16,20,-17v-11,-20,25,-29,32,-47v10,-5,13,-16,26,-17v7,-12,25,-23,23,-40v6,-13,25,-19,30,-33v-10,-19,-60,-21,-84,-13","w":328},"\\":{"d":"45,-368v19,5,5,35,4,52v-10,-3,-9,-19,-15,-26v-8,6,-15,20,-26,19v2,-7,3,-20,10,-21v13,-3,9,-25,27,-24xm196,-53v26,12,20,51,38,68v-1,15,3,21,-8,33v-23,-6,-14,-55,-42,-62v-10,-32,-40,-47,-50,-81v-7,-2,-3,-16,-13,-18v-16,-43,-52,-70,-66,-113v7,-17,-17,-19,-9,-47v-6,-10,-4,-30,3,-38v6,8,3,21,5,33v18,41,35,87,67,114v22,42,53,73,75,111","w":201},"^":{"d":"30,-134v-2,-24,41,-36,53,-55v2,-8,19,-15,22,-5v12,2,6,17,18,18v5,12,20,18,26,30v-12,15,-43,-5,-48,-17v-25,-30,-46,13,-61,28","w":105},"_":{"d":"1,12v32,10,89,-15,125,7v-5,20,-31,5,-42,9v-15,-11,-40,7,-53,-3v-16,5,-34,2,-49,12v-8,-2,-16,-20,-8,-25v8,1,20,5,27,0","w":101},"`":{"d":"39,-333v40,1,32,52,59,68v1,3,1,5,-2,5v-22,-15,-58,-16,-58,-53v-5,-6,-7,-14,1,-20","w":112},"a":{"d":"103,-10v-9,1,-8,13,-20,12v-28,-20,-92,25,-76,-32v16,-23,12,-62,39,-74v8,-22,33,-27,53,-34v29,17,1,61,-11,77v8,14,-14,26,-4,39v12,2,18,-8,24,0v0,6,0,12,-5,12xm68,-40v-2,-23,13,-35,15,-54v-1,-5,-1,-14,-8,-13v-18,9,-34,35,-36,60v-14,5,-24,34,-4,36v10,1,14,-2,16,-8v6,-7,19,-7,17,-21","w":112,"k":{"r":-6,"p":12,"l":1}},"b":{"d":"113,-122v-9,32,-25,67,-46,88v-8,15,-28,19,-34,35v-6,8,-33,10,-32,-7v3,-32,21,-44,23,-77v9,-14,21,-27,23,-49r49,-124v14,-35,47,-52,67,-82v2,-12,19,-10,23,-20v13,-19,52,-44,80,-34v-11,27,-65,31,-78,59v-34,37,-81,63,-90,124r-32,70v6,8,21,2,26,-5v11,1,20,10,21,22xm36,-30v26,-13,38,-39,46,-69v0,-9,-7,-9,-15,-10v-21,15,-28,46,-38,73v0,4,3,6,7,6","w":117,"k":{"y":23,"l":34,"i":23,"e":35}},"c":{"d":"-3,-24v3,-18,14,-31,12,-48v26,-25,48,-81,96,-67v7,2,12,10,12,18v-17,23,-61,8,-75,41v-7,18,-20,24,-20,47v0,10,0,14,11,14v21,0,38,-14,49,-27v5,30,-36,38,-61,48v-15,-1,-23,-12,-24,-26","w":85},"d":{"d":"122,-123v-7,41,-26,73,-40,108v11,11,30,-12,39,-3v-10,16,-48,36,-61,11v-22,3,-73,18,-51,-29v20,-45,52,-79,97,-99v25,-24,30,-72,51,-101v17,-50,45,-99,92,-120v13,-18,43,-30,75,-25v-8,25,-43,24,-67,35v-10,1,-8,16,-18,17v-24,6,-29,42,-49,51v-20,40,-39,79,-54,124v-5,2,-4,6,-5,14v-1,7,-9,8,-9,17xm37,-19v30,-8,44,-35,49,-67v1,-6,-5,-7,-10,-8v-24,11,-43,41,-50,64v-1,6,6,11,11,11","w":133,"k":{"i":12,"e":15,"d":17,"'":-29}},"e":{"d":"119,-103v2,21,-18,20,-26,32v-27,8,-58,12,-60,45v18,11,46,-10,48,-28v1,-9,22,-12,26,-5v-7,10,-15,19,-20,31v-31,2,-35,35,-72,29v-31,-5,5,-39,5,-58v13,-23,29,-57,53,-69v7,-12,26,-28,36,-9v2,14,-9,22,-1,33v4,1,8,0,11,-1xm59,-82v8,16,24,1,25,-11v1,-5,-3,-12,-9,-11v-11,1,-15,11,-16,22","w":104,"k":{"s":17,"o":12,"d":6,"c":6}},"f":{"d":"25,19v-13,10,-8,37,-22,46v-6,17,-21,24,-28,39v-20,12,-32,33,-61,36v-20,8,-44,3,-67,11v-5,-7,-10,-3,-16,-1v-26,-3,-31,-37,-18,-56v6,-2,10,-6,17,-7v-5,10,-2,24,-2,36v45,15,94,-6,130,-19v10,-18,36,-24,36,-50v0,-13,14,-14,11,-29v5,-31,20,-61,23,-94v5,-4,8,-23,-9,-18v-9,0,-3,-16,-5,-24v46,17,44,-50,72,-72v14,-11,21,-31,39,-39v15,-2,12,-18,30,-17v33,-14,75,11,68,51r-12,10v-12,-3,5,-37,-22,-37v-10,0,-2,-14,-15,-13v-27,9,-48,25,-71,37v-15,15,-17,46,-34,59v-8,18,12,22,30,16v13,1,32,-10,39,-2v-3,17,-28,14,-45,18v-15,12,-51,-4,-42,39v-2,16,-15,22,-12,40v-6,10,-15,24,-14,40","w":115,"k":{"o":51,"e":45}},"g":{"d":"17,-10v-11,-16,-2,-33,0,-53v24,-25,31,-69,81,-67v0,8,7,10,13,11v-7,0,-2,10,-5,15v-8,15,-23,34,-26,55r28,0v-1,19,-42,12,-44,33v-12,18,-11,50,-26,66v-18,54,-38,106,-67,150v-36,29,-71,70,-139,63v-41,-3,-19,-58,0,-77r95,-94v7,1,10,-4,10,-10v33,-15,44,-61,76,-77v4,-3,3,-9,4,-15xm37,-62v-4,8,-20,32,0,34v24,-5,24,-40,33,-59v0,-4,-1,-10,-7,-9v-9,11,-27,13,-26,34xm-156,202v-10,13,-15,41,7,40v112,-4,134,-97,169,-176v3,-20,11,-36,15,-53v-1,-9,-5,-8,-12,-2v-42,37,-72,87,-116,120v-21,24,-43,46,-63,71","w":108,"k":{"h":15}},"h":{"d":"83,-109v-21,18,-44,41,-43,77v-5,12,-14,27,-23,35v-25,-20,9,-53,6,-83v9,-13,11,-38,23,-51v4,-13,15,-18,16,-34v19,-13,22,-46,31,-68v36,-27,49,-76,78,-108v17,-6,24,-22,38,-31v15,0,29,-18,39,-2v-58,28,-90,76,-116,130v-43,29,-53,87,-75,134v12,11,25,-22,45,-20v5,-13,38,-8,26,10v-15,22,-21,54,-32,80v11,-1,15,8,7,15v-10,9,-18,20,-31,26v-19,-16,4,-26,4,-44v0,-8,8,-12,9,-21v0,-14,16,-11,11,-29v3,-3,7,-10,4,-15v-6,1,-12,1,-17,-1","w":117,"k":{"y":3,"e":9}},"i":{"d":"60,-170v0,-16,24,-20,25,-1v-1,14,-23,14,-25,1xm42,-96v0,-24,24,-59,34,-27v-2,9,-11,11,-11,22v-4,26,-30,44,-30,74v0,12,24,10,27,0v4,0,4,2,3,6v-5,28,-45,29,-56,6v-6,-41,33,-46,33,-81","w":65,"k":{"b":-17}},"j":{"d":"14,-33v26,-28,5,-101,63,-98v-9,36,-40,52,-34,105v-17,94,-59,163,-132,202v-22,19,-40,37,-80,39v-24,1,-18,-10,-32,-16v-7,-5,-12,-13,-14,-23v22,17,66,28,91,5v85,-33,122,-113,138,-214xm77,-197v10,6,14,18,14,35r-20,6r-12,-25","w":56},"k":{"d":"171,-371v15,-19,42,-53,67,-40v-13,26,-56,37,-69,65v-10,9,-18,20,-19,38v-28,11,-26,54,-42,78v-6,38,-22,66,-32,100v2,9,9,17,20,17v18,1,7,-22,26,-20v15,2,50,21,22,30v-28,-20,-65,11,-43,40v1,27,21,49,44,31v3,-2,8,-1,9,2v-1,15,-22,15,-25,29v-35,12,-31,-25,-49,-39v-5,-14,-16,-26,-10,-45v0,-7,-6,-12,-13,-11v-8,21,-10,43,-27,58v-6,8,0,16,9,15v10,0,9,19,19,13v6,1,9,13,-1,12v-17,-9,-33,-1,-51,2v9,-60,53,-89,60,-151v3,-7,7,-10,7,-22v0,-25,16,-39,17,-64v6,-14,15,-24,16,-43v30,-24,26,-80,65,-95","w":154},"l":{"d":"73,-189v22,-37,37,-80,69,-107v11,-19,31,-34,45,-49v10,-11,20,-29,37,-33v15,-3,22,17,8,22v-11,0,-16,4,-19,13v-37,18,-55,56,-83,82v-18,11,-13,38,-29,51v1,15,-12,13,-12,26v-19,50,-42,96,-57,150v-1,13,18,4,30,5r1,6v-19,9,-39,26,-62,27v-5,-22,19,-35,19,-58v12,-8,9,-32,20,-41v8,-30,28,-60,33,-94","w":61,"k":{"l":7}},"m":{"d":"33,-80v-10,-22,-1,-53,24,-56v10,1,7,14,15,17v14,-1,22,-13,33,-16v19,-1,12,25,27,28v14,-6,38,-34,46,-6v0,3,-4,6,-3,13v0,10,-12,10,-12,21v-8,16,-18,35,-23,53v0,15,17,1,20,11v-1,6,-11,5,-16,7v-4,11,-23,15,-26,-1v10,-30,28,-63,37,-92v-36,-5,-47,48,-67,68v-4,10,-10,17,-11,32v-18,9,-16,-10,-13,-23v13,-15,17,-41,31,-54v4,-7,6,-26,-4,-27v-22,-2,-22,17,-36,23v-10,9,-12,37,-21,50v-7,10,-13,22,-17,35v-19,9,-21,-10,-12,-23v1,-14,14,-16,13,-32v2,-10,15,-15,15,-28","w":153,"k":{"'":-17}},"n":{"d":"66,-128v0,29,16,3,29,4v7,-7,29,-18,34,0v-2,16,-17,24,-17,42r-10,27v23,19,-21,39,-29,54v-9,3,-12,-8,-12,-14v1,-14,15,-8,13,-25v5,-17,19,-28,20,-49v4,-2,8,-10,4,-15v-7,2,-12,0,-18,-1v-20,20,-42,36,-41,77v-10,16,-26,52,-40,19v19,-31,34,-68,50,-102v-4,-8,-19,-12,-22,0v-4,2,-8,7,-13,3v2,-20,25,-26,43,-30v7,0,8,4,9,10","w":117,"k":{"y":6,"t":4,"i":7,"g":5,"e":12}},"o":{"d":"63,-126v1,-16,36,-26,40,-6v13,61,-24,101,-57,131v-32,14,-53,-27,-30,-54v8,-31,26,-53,47,-71xm64,-102v-11,24,-56,61,-25,85v33,-6,38,-47,45,-81v1,-10,-15,-10,-20,-4","w":94,"k":{"p":12,"n":-5,"l":11,"k":7}},"p":{"d":"35,-112v19,-11,24,-44,53,-41v3,8,-2,25,19,22v9,1,18,5,18,16v-9,16,-14,39,-30,48v0,25,-27,29,-29,48v19,0,29,-4,40,-14v3,28,-49,36,-79,30v-11,40,-36,68,-41,114v-34,58,-77,109,-135,142v-9,4,-17,6,-26,4v26,-37,76,-52,100,-90v11,-17,34,-25,36,-51v20,-24,27,-62,42,-90v-5,-20,15,-29,12,-54v2,-8,11,-15,5,-26v10,-13,11,-38,15,-58xm51,-35v25,3,39,-37,46,-65v-13,-21,-50,6,-49,30v-2,6,-7,12,-3,20v-7,4,-9,15,-3,22v6,1,8,-9,9,-7","w":113,"k":{"l":6,"h":4,"e":9}},"q":{"d":"69,-25v0,37,-31,58,-31,99v-16,34,-22,75,-51,93v-13,7,-18,20,-36,23v-26,4,-45,45,-76,27v7,-13,31,-19,47,-25v41,-15,61,-56,91,-83v-2,-31,22,-51,22,-81v0,-12,21,-23,9,-33v-6,-1,-12,5,-18,5v-38,-42,22,-105,55,-127v21,7,22,-21,40,-25v16,21,-12,42,-13,66v-20,13,-27,40,-39,61xm76,-90v-28,0,-46,40,-45,68v19,-6,34,-19,36,-42v12,-4,2,-18,10,-22v0,-1,-1,-3,-1,-4","w":103},"r":{"d":"79,-134v2,45,32,-18,53,17v9,1,7,7,2,13v-10,10,-18,-7,-31,-6v-25,7,-25,41,-43,55v-13,22,-25,44,-47,56v-12,-31,29,-46,33,-79v-1,-8,5,-12,4,-20v1,-7,-4,-6,-10,-6v-8,10,-17,18,-24,29v-19,-7,4,-20,9,-28v15,-8,17,-20,32,-26v4,-8,21,-24,22,-5","w":128,"k":{"y":12,"u":12,"s":63,"r":6,"m":24,"i":29,"g":25,"f":12,"e":28,"d":39,"c":23,"b":29,"a":21}},"s":{"d":"135,-123v7,6,-2,22,-13,17v-5,-7,-14,-8,-20,-2v18,54,-10,84,-36,106v-17,4,-37,7,-60,4v-7,-12,-9,-33,2,-44v5,11,19,13,24,23v13,1,21,-6,34,-6v19,0,19,-23,27,-37v-2,-19,-21,-53,1,-65v6,-8,15,-21,27,-14v12,0,12,6,14,18","w":136,"k":{"t":24,"s":53,"o":17,"l":33,"e":23,"a":29}},"t":{"d":"3,-17v0,-38,33,-51,29,-85v0,-5,5,-14,-5,-12v8,-23,31,-32,44,-51v8,-11,17,-31,36,-29v4,22,-18,43,-31,57v12,1,18,-4,31,-3v2,27,-39,19,-46,39v-7,21,-27,36,-30,62v-11,7,-4,22,11,18v3,-8,16,-16,21,-7v-3,18,-30,11,-36,28v-13,3,-24,-1,-24,-17","w":68,"k":{"w":-15}},"u":{"d":"54,-93v-5,13,-10,29,-20,38v4,9,-9,19,-1,26r16,0v20,-18,39,-39,40,-73v5,-17,27,-52,38,-20v-9,13,-22,33,-24,53v-10,9,-25,34,-23,50v14,10,19,-10,32,-8v-2,20,-22,27,-40,30v-17,3,-2,-25,-17,-25v-10,0,-8,13,-21,12v-8,10,-42,13,-30,-8v11,-17,16,-39,23,-59v-22,-21,21,-40,30,-58v10,-1,12,8,12,14v0,14,-16,12,-15,28","w":108},"v":{"d":"102,-143v16,14,-2,51,-18,55v-12,25,-36,40,-50,63v-12,9,-17,37,-35,31v17,-30,13,-72,24,-109v-22,-9,-15,27,-38,25v-3,-23,11,-29,18,-43v19,-5,41,-13,59,-4v18,-1,26,-14,40,-18xm60,-122v-24,13,-32,47,-28,82v19,-7,19,-37,37,-46v10,-5,10,-22,5,-33v-6,0,-9,-2,-14,-3","w":78},"w":{"d":"27,-21v33,-12,81,-34,68,-81v4,-15,25,-35,37,-34v1,39,-50,70,-36,105v38,-15,65,-41,69,-90v9,-5,12,-13,24,-13v4,14,-7,19,-6,34v-2,10,-14,14,-13,27v-5,10,-24,26,-15,40v8,3,10,-2,17,-3v0,22,-25,20,-37,33v-17,-1,6,-27,-12,-28v-19,3,-28,26,-48,28v-14,2,-7,-16,-16,-19v-8,1,-8,12,-17,12v-13,5,-38,27,-36,-7v0,-10,-9,-7,-16,-4v12,-33,46,-40,46,-85r-9,-1v-4,-28,21,-28,39,-34v18,20,-16,40,-17,62v0,11,-12,12,-13,23v-1,13,-22,23,-9,35","w":176},"x":{"d":"102,-114v9,-15,39,-35,42,0v0,8,-7,15,-14,15v-30,-21,-58,13,-54,51r6,24v21,3,28,-29,41,-25v-3,22,-31,31,-39,48v-11,2,-28,6,-25,-13v2,-16,-6,-27,-5,-43v-32,4,-43,54,-80,57v-4,0,-7,-2,-6,-7v1,-40,52,-29,71,-52v22,-6,27,-57,-2,-58v-20,-1,-15,25,-31,27v-7,-21,35,-64,58,-46v16,3,16,40,38,22","w":152},"y":{"d":"69,-25v-23,6,-32,26,-61,25v-18,-21,23,-44,21,-71v5,-10,19,-23,22,-34v-8,-3,-22,7,-29,1v6,-19,32,-21,42,-35v7,-3,12,7,12,14v0,15,-17,11,-15,29v-4,18,-20,29,-20,50v-4,2,-7,9,-4,15v21,2,29,-9,39,-20v2,-10,14,-7,14,-21v0,-14,9,-18,6,-35v8,-16,26,-52,40,-20v-9,14,-22,36,-25,55v-31,37,-39,98,-65,141v2,14,-11,12,-9,27v-20,36,-37,76,-68,98v-24,37,-61,58,-106,75v1,-9,-17,-2,-15,-16v11,-19,46,-9,59,-31v31,-23,65,-41,78,-82v19,-20,37,-45,45,-72v3,-11,14,-11,12,-28v12,-16,16,-48,27,-65","w":104},"z":{"d":"89,-138v-5,-13,8,-11,21,-12v8,19,-18,36,-21,57v-12,14,-27,27,-34,47v-2,9,-16,14,1,17v11,2,32,0,37,10v-14,12,-37,24,-38,47v0,7,-6,8,-6,16v0,15,-15,12,-13,31r-20,35r-82,64v-38,36,-106,51,-170,57v-10,0,-20,-3,-20,-12v-1,-13,22,-6,34,-10v47,-1,80,-23,118,-32v17,-4,18,-28,39,-27v8,-11,21,-17,26,-31v22,-11,53,-15,58,-43v4,-9,14,-5,12,-21v0,-9,12,-11,8,-20v2,-20,14,-33,25,-43v-10,-13,-41,-9,-61,-14v1,-13,21,-11,24,-21v5,-15,24,-13,24,-31v5,-7,31,-20,13,-27v-16,15,-48,-8,-62,7v-8,-25,17,-35,44,-28v19,0,29,-10,43,-16","w":92},"{":{"d":"129,-310v-33,11,-57,62,-44,98v-10,9,-1,22,-5,33v-9,9,-10,28,-25,34v8,4,1,22,-8,22v13,12,-3,24,1,34v-4,10,-17,16,-19,27v-3,14,-19,14,-20,29v-12,20,-34,57,-9,75v14,26,42,31,83,30v-70,21,-139,-45,-97,-108v12,-18,28,-35,32,-57v19,-9,0,-43,18,-54v33,-40,6,-106,45,-139v34,-29,88,-70,152,-55v-45,-2,-79,10,-104,31","w":172},"|":{"d":"39,52v-28,-37,5,-82,2,-131v15,-62,45,-110,68,-162v15,-10,21,-34,43,-39v15,-9,23,-32,44,-32v-18,22,-34,48,-59,63v-39,65,-71,144,-73,242v-7,11,-8,31,-15,41r27,46r3,0v-10,-3,-30,-2,-35,-11v-1,-7,-3,-13,-5,-17","w":149},"}":{"d":"168,-224v-6,-50,-32,-91,-99,-83v74,-20,117,38,113,109v-25,53,-66,94,-65,170v-13,58,-65,79,-116,99v-20,8,-41,8,-59,1v72,2,118,-27,145,-71v6,-40,18,-79,21,-119v1,-11,16,-15,18,-28v3,-14,22,-14,21,-32v11,-11,17,-31,21,-46","w":172},"~":{"d":"110,-328v-32,14,-62,39,-98,34v-14,-20,4,-50,14,-62v7,9,-8,43,21,40v32,-3,48,-24,78,-28v15,-2,26,-10,32,11r6,22v-5,9,-22,24,-22,2v0,-22,-17,-15,-31,-19","w":166},"\u201c":{"d":"122,-283v6,13,-16,15,-18,26v-2,14,-16,19,-20,31v-9,3,-17,11,-26,10v7,-17,22,-26,27,-46v4,-14,22,-38,37,-21xm66,-283v2,15,-15,12,-17,24v-2,27,-27,35,-45,45v-8,-10,15,-21,17,-33v11,-12,10,-41,35,-42v5,-1,5,5,10,6"},"\u201d":{"d":"122,-283v6,13,-16,15,-18,26v-2,14,-16,19,-20,31v-9,3,-17,11,-26,10v7,-17,22,-26,27,-46v4,-14,22,-38,37,-21xm66,-283v2,15,-15,12,-17,24v-2,27,-27,35,-45,45v-8,-10,15,-21,17,-33v11,-12,10,-41,35,-42v5,-1,5,5,10,6"},"\u2018":{"d":"65,-283v6,12,-15,13,-15,29v-7,9,-18,18,-23,29v-12,-1,-16,15,-26,9v10,-13,18,-29,28,-39v-2,-17,22,-45,36,-28","w":73},"\u2019":{"d":"65,-283v6,12,-15,13,-15,29v-7,9,-18,18,-23,29v-12,-1,-16,15,-26,9v10,-13,18,-29,28,-39v-2,-17,22,-45,36,-28","w":73},"\u00a0":{"w":78,"k":{"K":-51}}}});

