/*
 * Copyright (c) 2008 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var J=function(){return J.replace.apply(null,arguments)};var R=J.DOM={ready:(function(){var W=false,Y={loaded:1,complete:1};var V=[],X=function(){if(W){return}W=true;for(var Z;Z=V.shift();Z()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",X,false);window.addEventListener("pageshow",X,false)}if(!window.opera&&document.readyState){(function(){Y[document.readyState]?X():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");X()}catch(Z){setTimeout(arguments.callee,1)}})()}N(window,"load",X);return function(Z){if(!arguments.length){X()}else{W?Z():V.push(Z)}}})()};var K=J.CSS={Size:function(W,V){this.value=parseFloat(W);this.unit=String(W).match(/[a-z%]*$/)[0]||"px";this.convert=function(X){return X/V*this.value};this.convertFrom=function(X){return X/this.value*V};this.toString=function(){return this.value+this.unit}},getStyle:function(W){var V=document.defaultView;if(V&&V.getComputedStyle){return new A(V.getComputedStyle(W,null))}if(W.currentStyle){return new A(W.currentStyle)}return new A(W.style)},ready:(function(){var X=false;var W=[],Y=function(){X=true;for(var a;a=W.shift();a()){}};var V=Object.prototype.propertyIsEnumerable?E("style"):{length:0};var Z=E("link");R.ready(function(){var d=0,c;for(var b=0,a=Z.length;c=Z[b],b<a;++b){if(!c.disabled&&c.rel.toLowerCase()=="stylesheet"){++d}}if(document.styleSheets.length>=V.length+d){Y()}else{setTimeout(arguments.callee,10)}});return function(a){if(X){a()}else{W.push(a)}}})(),supports:function(X,W){var V=document.createElement("span").style;if(V[X]===undefined){return false}V[X]=W;return V[X]===W},textAlign:function(Y,X,V,W){if(X.get("textAlign")=="right"){if(V>0){Y=" "+Y}}else{if(V<W-1){Y+=" "}}return Y},textDecoration:function(a,Z){if(!Z){Z=this.getStyle(a)}var W={underline:null,overline:null,"line-through":null};for(var V=a;V.parentNode&&V.parentNode.nodeType==1;){var Y=true;for(var X in W){if(W[X]){continue}if(Z.get("textDecoration").indexOf(X)!=-1){W[X]=Z.get("color")}Y=false}if(Y){break}Z=this.getStyle(V=V.parentNode)}return W},textShadow:H(function(Z){if(Z=="none"){return null}var Y=[],a={},V,W=0;var X=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(V=X.exec(Z)){if(V[0]==","){Y.push(a);a={},W=0}else{if(V[1]){a.color=V[1]}else{a[["offX","offY","blur"][W++]]=V[2]}}}Y.push(a);return Y}),color:H(function(W){var V={};V.color=W.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(Y,X,Z){V.opacity=parseFloat(Z);return"rgb("+X+")"});return V}),textTransform:function(W,V){return W[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[V.get("textTransform")]||"toString"]()}};J.VML={parsePath:function(Y){var V=[],X=/([mrvxe])([^a-z]*)/g,W;while(W=X.exec(Y)){V.push({type:W[1],coords:W[2].split(",")})}return V}};function O(W){var V=this.face=W.face;this.glyphs=W.glyphs;this.w=W.w;this.baseSize=parseInt(V["units-per-em"],10);this.family=V["font-family"].toLowerCase();this.weight=V["font-weight"];this.style=V["font-style"]||"normal";this.viewBox=(function(){var X=V.bbox.split(/\s+/);return{minX:parseInt(X[0],10),minY:parseInt(X[1],10),width:parseInt(X[2],10)-parseInt(X[0],10),height:parseInt(X[3],10)-parseInt(X[1],10),toString:function(){return[this.minX,this.minY,this.width,this.height].join(" ")}}})();this.ascent=-parseInt(V.ascent,10);this.descent=-parseInt(V.descent,10);this.height=-this.ascent+this.descent}function D(){var W={},V={oblique:"italic",italic:"oblique"};this.add=function(X){(W[X.style]||(W[X.style]={}))[X.weight]=X};this.get=function(b,c){var a=W[b]||W[V[b]]||W.normal||W.italic||W.oblique;if(!a){return null}c={normal:400,bold:700}[c]||parseInt(c,10);if(a[c]){return a[c]}var Y={1:1,99:0}[c%100],e=[],Z,X;if(Y===undefined){Y=c>400}if(c==500){c=400}for(var d in a){d=parseInt(d,10);if(!Z||d<Z){Z=d}if(!X||d>X){X=d}e.push(d)}if(c<Z){c=Z}if(c>X){c=X}e.sort(function(g,f){return(Y?(g>c&&f>c)?g<f:g>f:(g<c&&f<c)?g>f:g<f)?-1:1});return a[e[0]]}}function U(){var X={},V=0;function W(Y){return Y.cufid||(Y.cufid=++V)}this.get=function(Y){var Z=W(Y);return X[Z]||(X[Z]={})}}function A(V){var X={},W={};this.get=function(Y){return X[Y]!=undefined?X[Y]:V[Y]};this.getSize=function(Z,Y){return W[Z]||(W[Z]=new K.Size(this.get(Z),Y))};this.extend=function(Y){for(var Z in Y){X[Z]=Y[Z]}return this}}function N(W,V,X){if(W.addEventListener){W.addEventListener(V,X,false)}else{if(W.attachEvent){W.attachEvent("on"+V,function(){return X.apply(W,arguments)})}}}function H(V){var W={};return function(X){if(!W.hasOwnProperty(X)){W[X]=V.apply(null,arguments)}return W[X]}}function B(a,Z){if(!Z){Z=K.getStyle(a)}var W=Z.get("fontFamily").split(/\s*,\s*/),Y;for(var X=0,V=W.length;X<V;++X){Y=W[X].replace(/^(["'])(.*?)\1$/,"$2").toLowerCase();if(G[Y]){return G[Y].get(Z.get("fontStyle"),Z.get("fontWeight"))}}return null}function E(V){return document.getElementsByTagName(V)}function F(){var V={},Y;for(var X=0,W=arguments.length;X<W;++X){for(Y in arguments[X]){V[Y]=arguments[X][Y]}}return V}function L(Y,g,W,h,Z,X){var f=h.separate;if(f=="none"){return T[h.engine].apply(null,arguments)}var e=document.createDocumentFragment(),b;var c=g.split(M[f]),V=(f=="words");if(V&&P){if(/^\s/.test(g)){c.unshift("")}if(/\s$/.test(g)){c.push("")}}for(var d=0,a=c.length;d<a;++d){b=T[h.engine](Y,V?K.textAlign(c[d],W,d,a):c[d],W,h,Z,X,d<a-1);if(b){e.appendChild(b)}}return e}function I(W,d){var b=C.get(W);if(!d){d=b.options}var X,V,a;for(var Y=W.firstChild;Y;Y=a){a=Y.nextSibling;if(Y.nodeType==1){if(!Y.firstChild){continue}if(!/cufon/.test(Y.className)){arguments.callee(Y,d);continue}}var c=Y.nodeType==3?Y.data:Y.alt;if(c===""){continue}if(!V){V=K.getStyle(W).extend(d)}if(!X){X=B(W,V)}if(!X){continue}var Z=L(X,c,V,d,Y,W);if(Z){Y.parentNode.replaceChild(Z,Y)}else{Y.parentNode.removeChild(Y)}}if(!b.options){b.options=d}}var P=" ".split(/\s+/).length==0;var C=new U();var S=[];var T={},G={},Q={enableTextDecoration:false,engine:null,printable:true,selector:(window.Sizzle||(window.dojo&&dojo.query)||(window.$$&&function(V){return $$(V)})||(window.$&&function(V){return $(V)})||(document.querySelectorAll&&function(V){return document.querySelectorAll(V)})||E),separate:"words",textShadow:"none"};var M={words:/\s+/,characters:""};J.now=function(){R.ready();return J};J.refresh=function(){var X=S.splice(0,S.length);for(var W=0,V=X.length;W<V;++W){J.replace.apply(null,X[W])}return J};J.registerEngine=function(W,V){if(!V){return J}T[W]=V;return J.set("engine",W)};J.registerFont=function(X){var V=new O(X),W=V.family;if(!G[W]){G[W]=new D()}G[W].add(V);return J.set("fontFamily",W)};J.replace=function(X,W,V){W=F(Q,W);if(!W.engine){return J}if(typeof W.textShadow=="string"){W.textShadow=K.textShadow(W.textShadow)}if(!V){S.push(arguments)}if(X.nodeType||typeof X=="string"){X=[X]}K.ready(function(){for(var Z=0,Y=X.length;Z<Y;++Z){var a=X[Z];if(typeof a=="string"){J.replace(W.selector(a),W,true)}else{I(a,W)}}});return J};J.set=function(V,W){Q[V]=W;return J};return J})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return null}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("@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:none}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,I){var N=0,M=0;var G=Cufon.VML.parsePath(O);var H=new Array(G.length-1);generate:for(var K=0,J=G.length;K<J;++K){var L=G[K].coords;switch(G[K].type){case"v":H[K]={m:"bezierCurveTo",a:[N+Number(L[0]),M+Number(L[1]),N+Number(L[2]),M+Number(L[3]),N+=Number(L[4]),M+=Number(L[5])]};break;case"r":H[K]={m:"lineTo",a:[N+=Number(L[0]),M+=Number(L[1])]};break;case"m":H[K]={m:"moveTo",a:[N=Number(L[0]),M=Number(L[1])]};break;case"x":H[K]={m:"closePath"};break;case"e":break generate}I[H[K].m].apply(I,H[K].a)}return H}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(p,S,j,O,W,q){var U=p.viewBox;var I=j.getSize("fontSize",p.baseSize);var f=j.get("letterSpacing");f=(f=="normal")?0:I.convertFrom(parseInt(f,10));var V=0,h=0,e=0,Q=0;var T=O.textShadow,c=[];if(T){for(var o=0,k=T.length;o<k;++o){var Y=T[o];var b=I.convertFrom(parseFloat(Y.offX));var a=I.convertFrom(parseFloat(Y.offY));c[o]=[b,a];if(a<V){V=a}if(b>h){h=b}if(a>e){e=a}if(b<Q){Q=b}}}var t=Cufon.CSS.textTransform(S,j).split("");var G=0,R=null;for(var o=0,k=t.length;o<k;++o){var P=p.glyphs[t[o]]||p.missingGlyph;if(!P){continue}G+=R=Number(P.w||p.w)+f}if(R===null){return null}h+=(U.width-R);Q+=U.minX;var N=document.createElement("span");N.className="cufon cufon-canvas";N.alt=S;var J=document.createElement("canvas");var u=N.style;var Z=J.style;var H=I.convert(U.height-V+e);var s=Math.ceil(H);var d=s/H;J.width=Math.ceil(I.convert(G+h-Q)*d);J.height=s;V+=U.minY;Z.top=Math.round(I.convert(V-p.ascent))+"px";Z.left=Math.round(I.convert(Q))+"px";var M=Math.ceil(I.convert(G*d))+"px";if(A){u.width=M;u.height=I.convert(p.height)+"px"}else{u.paddingLeft=M;u.paddingBottom=(I.convert(p.height)-1)+"px"}var r=J.getContext("2d"),X=s/U.height;r.scale(X,X);r.translate(-Q,-V);r.lineWidth=p.face["underline-thickness"];r.save();function K(i,g){r.strokeStyle=g;r.beginPath();r.moveTo(0,i);r.lineTo(G,i);r.stroke()}var L=O.enableTextDecoration?Cufon.CSS.textDecoration(q,j):{};if(L.underline){K(-p.face["underline-position"],L.underline)}if(L.overline){K(p.ascent,L.overline)}r.fillStyle=j.get("color");function n(){for(var v=0,g=t.length;v<g;++v){var w=p.glyphs[t[v]]||p.missingGlyph;if(!w){continue}r.beginPath();if(w.d){if(w.code){C(w.code,r)}else{w.code=D("m"+w.d,r)}}r.fill();r.translate(Number(w.w||p.w)+f,0)}}if(T){for(var o=0,k=T.length;o<k;++o){var Y=T[o];r.save();r.fillStyle=Y.color;r.translate.apply(r,c[o]);n();r.restore()}}n();r.restore();if(L["line-through"]){K(-p.descent,L["line-through"])}N.appendChild(J);if(O.printable){var m=document.createElement("span");m.className="cufon-alt";m.appendChild(document.createTextNode(S));N.appendChild(m)}return N}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}document.write('<!--[if vml]><script type="text/javascript">Cufon.vmlEnabled=true;<\/script><![endif]-->');if(!Cufon.vmlEnabled){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml");document.write('<style type="text/css">@media screen{cvml\\:shape,cvml\\:group,cvml\\:shapetype,cvml\\:fill{behavior:url(#default#VML);display:inline-block;antialias:true;position:absolute}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{display:none}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>')}var C=0;function B(E,F){return A(E,/(?:em|ex|%)$/i.test(F)?"1em":F)}function A(H,I){if(/px$/i.test(I)){return parseFloat(I)}var G=H.style.left,F=H.runtimeStyle.left;H.runtimeStyle.left=H.currentStyle.left;H.style.left=I;var E=H.style.pixelLeft;H.style.left=G;H.runtimeStyle.left=F;return E}function D(F,H){var E=document.createElement("cvml:shapetype");E.id="cufon-glyph-"+C++;F.typeRef="#"+E.id;E.stroked="f";E.coordsize=H.width+","+H.height;E.coordorigin=H.minX+","+H.minY;var G="m"+H.minX+","+H.minY+" r"+H.width+","+H.height;E.path=(F.d?"m"+F.d+"x":"")+G;document.body.insertBefore(E,document.body.firstChild)}return function(j,R,e,O,V,k,c){var U=j.viewBox;var G=e.computedFontSize||(e.computedFontSize=new Cufon.CSS.Size(B(k,e.get("fontSize"))+"px",j.baseSize));var b=e.computedLSpacing;if(b==undefined){b=e.get("letterSpacing");e.computedLSpacing=b=(b=="normal")?0:G.convertFrom(A(k,b))}var N=document.createElement("span");N.className="cufon cufon-vml";N.alt=R;var H=document.createElement("cvml:group");var r=N.runtimeStyle;var X=H.runtimeStyle;var F=G.convert(U.height);X.height=Math.ceil(F);X.top=Math.round(G.convert(U.minY-j.ascent));X.left=Math.round(G.convert(U.minX));var a=parseInt(X.height,10)/F;r.height=G.convert(-j.ascent+j.descent)+"px";var J=O.enableTextDecoration?Cufon.CSS.textDecoration(k,e):{};var Q=e.get("color");var o=Cufon.CSS.textTransform(R,e).split("");var E=0,Z=0,K=null;var T=O.textShadow;for(var h=0,f=o.length;h<f;++h){var P=j.glyphs[o[h]]||j.missingGlyph;if(!P){continue}if(!P.typeRef){D(P,U)}var L=document.createElement("cvml:shape");L.type=P.typeRef;var m=L.runtimeStyle;m.width=U.width;m.height=U.height;m.top=0;m.left=Z;m.zIndex=1;L.fillcolor=Q;H.appendChild(L);if(T){for(var Y=0,d=T.length;Y<d;++Y){var W=T[Y];var q=Cufon.CSS.color(W.color);var I=L.cloneNode(false),S=I.runtimeStyle;S.top=G.convertFrom(parseFloat(W.offY));S.left=Z+G.convertFrom(parseFloat(W.offX));S.zIndex=0;I.fillcolor=q.color;if(q.opacity){var n=document.createElement("cvml:fill");n.opacity=q.opacity;I.appendChild(n)}H.appendChild(I)}}K=Number(P.w||j.w)+b;E+=K;Z+=K}if(K===null){return null}var M=-U.minX+E+(U.width-K);H.coordsize=M+","+U.height;X.width=G.convert(M*a);r.width=Math.max(Math.ceil(G.convert(E*a)),0);N.appendChild(H);if(O.printable){var g=document.createElement("span");g.className="cufon-alt";g.innerText=R;N.appendChild(g)}if(!c){N.appendChild(document.createElement("cvml:group"))}return N}})());

if (!{"restorationranch.org":1,"www.restorationranch.org":1}[location.host]) throw Error("Host not allowed");Cufon.registerFont({"w":187,"face":{"font-family":"Wrexham Script","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"3 0 5 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-46 -270 364 90.9158","underline-thickness":"18","underline-position":"-36","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":90},"\u00a0":{"w":90},"!":{"d":"66,-231v19,61,-46,112,-11,163v6,-1,9,-7,6,-15v9,-54,78,-102,44,-167v-1,-1,-42,16,-39,19xm73,-36v-19,5,-36,-4,-48,-11v-4,14,-10,30,-17,39v14,16,57,16,58,-10","w":116},"\"":{"d":"49,-235v8,25,2,60,-7,79r11,-1v19,-28,31,-46,29,-89xm108,-239v8,30,3,53,-6,80v32,-14,38,-47,39,-90","w":158},"#":{"d":"15,-156r51,0r-12,61r-39,0r0,26r33,0r-14,69r25,0r14,-69r71,0r-15,69r26,0r15,-69r55,0r0,-26r-51,0r13,-61r38,0r0,-25r-33,0r15,-70r-25,0r-15,70r-71,0r16,-70r-26,0r-15,70r-56,0r0,25xm162,-156r-13,60r-70,0r12,-60r71,0","w":240},"$":{"d":"176,-202v14,-25,-17,-37,-39,-40r3,-10v-10,-1,-17,0,-17,9v-45,0,-76,25,-76,66v0,32,18,47,39,71r-26,96v-23,-5,-27,-26,-24,-54v0,-5,-2,-7,-6,-7v-12,11,-31,42,-17,49v10,12,25,21,43,25r-9,34r13,0r10,-33v47,-6,80,-31,83,-80v-2,-36,-20,-50,-41,-74r22,-81v29,-1,15,33,22,50v13,4,13,-15,20,-21xm102,-164v-27,-24,-17,-68,19,-69xm96,-92v35,30,15,81,-22,83"},"%":{"d":"91,-252v-16,4,-18,39,-1,46v-2,26,-14,47,-34,53v-11,0,-15,-12,-15,-24v-1,-26,19,-53,27,-70v0,-3,-2,-5,-5,-5v-30,6,-49,41,-51,74v-1,21,16,40,36,39v31,-3,50,-23,54,-63v40,7,77,-9,109,-21r-195,311r30,0r207,-332v-7,-17,-14,-2,-42,6v-30,13,-68,31,-107,23v0,-24,-4,-37,-13,-37xm199,52v0,-30,15,-49,26,-73v0,-3,-2,-4,-5,-4v-32,8,-47,35,-50,74v-1,21,15,39,36,39v33,-2,47,-32,53,-63v8,-1,7,-2,7,-12r-5,-1v0,-25,-4,-37,-13,-37v-16,2,-16,41,0,45v-5,26,-14,49,-36,54v-9,-1,-13,-11,-13,-22","w":273},"&":{"d":"177,-248v-51,3,-76,48,-72,106v-39,22,-91,43,-95,99v0,27,20,48,48,47v35,-2,50,-19,74,-39v18,52,92,45,109,1v-8,-18,-22,12,-35,8v-48,-21,-50,-96,-58,-160v-7,-34,29,-68,38,-25v1,8,3,12,7,12v3,1,27,-19,25,-23v0,-16,-23,-26,-41,-26xm87,-24v-35,0,-43,-72,-10,-87v8,-6,18,-12,28,-17v6,28,11,57,21,80v-15,12,-20,24,-39,24","w":243},"'":{"d":"49,-239v8,28,1,59,-7,80v33,-14,38,-49,40,-90","w":86},"(":{"d":"57,-171v-53,67,-44,201,13,255r18,0v-61,-97,-7,-254,53,-312r26,-27v-55,6,-67,39,-97,66v-6,7,-9,13,-13,18","w":172},")":{"d":"116,-153v-7,111,-43,179,-107,237v38,1,49,-24,73,-39v44,-43,81,-97,75,-185v-5,-53,-26,-81,-51,-115r-17,0v16,32,27,55,27,102","w":172},"*":{"d":"36,-219v17,12,34,28,48,45v-31,-2,-57,0,-77,13r25,29v16,-12,33,-24,55,-31v-7,21,-16,48,-10,76r35,-13v-4,-21,-13,-38,-12,-64v25,20,36,29,70,34r-3,-37v-21,0,-43,-3,-64,-9v24,-14,42,-29,54,-55r-37,-10v-5,18,-14,38,-27,60v-7,-36,-17,-51,-36,-70","w":172},"+":{"d":"19,-105r83,0r-18,83r28,0r17,-83r83,0r5,-28r-82,0r18,-83r-28,0r-18,83r-82,0","w":239},",":{"d":"48,9v-3,24,-17,26,-40,41r4,10v52,-10,99,-78,40,-111v-11,16,-19,23,-28,34v8,6,27,13,24,26","w":86},"-":{"d":"15,-51v29,-9,81,8,85,-24v1,-7,15,-20,3,-23v-14,19,-70,-9,-79,22v-3,8,-10,16,-9,25","w":117},".":{"d":"5,-7v30,21,60,8,64,-30v-23,8,-34,-2,-46,-12v-5,15,-10,30,-18,42","w":71},"\/":{"d":"14,80r40,0r79,-331r-40,0","w":142},"0":{"d":"64,4v78,0,94,-96,111,-168v8,4,14,-3,11,-12v-19,-5,5,-77,-22,-74v-31,8,-41,78,-1,83v-19,55,-21,127,-76,145v-44,-15,-19,-93,-7,-131v11,-36,32,-65,51,-91v0,-11,-8,-5,-15,-2v-62,32,-99,92,-104,180v0,39,15,70,52,70"},"1":{"d":"129,-240v0,-7,0,-11,-9,-10v-51,5,-77,45,-98,79v13,17,20,-13,29,-19v7,-9,15,-17,26,-25r-66,215v8,9,43,2,51,-3v25,-58,47,-166,67,-237","w":142},"2":{"d":"97,-231v40,-1,40,59,23,84v-27,53,-106,82,-115,148v21,3,67,-3,100,3v40,2,49,-30,58,-59v-1,-3,-12,-7,-13,0v-14,36,-76,1,-116,20v35,-53,139,-71,149,-155v4,-65,-91,-76,-126,-35v-15,12,-28,30,-29,54v-2,33,44,21,52,4v-3,-8,-19,-16,-18,-29v1,-20,15,-34,35,-35"},"3":{"d":"72,5v91,12,138,-110,50,-138v41,-13,62,-34,62,-63v0,-37,-28,-53,-64,-54v-44,0,-79,25,-83,64v-1,7,5,16,10,16v6,1,32,-11,30,-17v-9,-24,-1,-47,28,-47v22,0,34,15,35,36v-4,36,-16,62,-56,60v-11,0,-10,4,-11,14v-1,10,11,6,19,7v49,8,31,110,-16,108v-30,1,-39,-32,-25,-56v-1,-4,-2,-7,-6,-8v-13,4,-43,7,-40,26v1,36,28,52,67,52"},"4":{"d":"53,-161v-19,29,-50,54,-44,90r71,3v-7,23,-19,43,-23,68v7,10,44,2,51,-3v8,-6,18,-47,22,-65v47,4,44,-7,51,-32v-8,-10,-27,4,-43,1r37,-146v-35,-19,-66,27,-89,47v-14,15,-25,27,-33,37xm125,-216r-36,120r-64,1v25,-47,66,-92,100,-121"},"5":{"d":"170,-83v0,-54,-47,-82,-102,-67r14,-55v55,8,91,5,98,-45v-28,5,-65,5,-93,0v-3,0,-6,3,-8,10r-30,108v3,7,18,-1,26,1v29,0,45,18,45,47v5,48,-39,100,-72,59v-14,-13,14,-55,-14,-43v-12,5,-29,7,-28,24v3,32,32,47,68,48v54,-2,95,-33,96,-87"},"6":{"d":"81,-9v-16,0,-24,-18,-24,-35v7,-82,37,-164,96,-199v-1,-5,-6,-5,-9,-7v-70,19,-128,83,-131,173v0,46,22,79,65,82v54,-3,96,-43,98,-98v4,-52,-60,-73,-88,-34v4,8,10,1,19,1v11,0,20,17,19,30v-3,31,-12,85,-45,87"},"7":{"d":"183,-249v-38,12,-95,-9,-133,5v-11,10,-17,44,-23,62v0,7,9,3,13,2v6,-47,69,-17,112,-23v-38,71,-105,116,-121,202v15,10,62,8,59,-21v26,-78,63,-153,94,-224","w":190},"8":{"d":"153,-77v-1,-32,-17,-45,-32,-66v17,-13,31,-22,42,-42v9,4,26,-3,18,-13r-11,0v8,-18,14,-52,-8,-52v-27,0,-32,46,-11,58v-12,19,-19,27,-40,39v-15,-19,-24,-24,-26,-47v0,-22,20,-35,35,-44r-7,-7v-60,6,-91,79,-45,125v-25,18,-58,37,-60,78v-1,32,28,53,60,53v49,-4,81,-34,85,-82xm67,-9v-38,3,-59,-39,-35,-68v14,-17,27,-27,46,-39v15,17,34,34,35,65v-1,26,-20,41,-46,42","w":188},"9":{"d":"105,-237v16,0,26,16,25,35v-7,83,-37,164,-97,199v2,4,6,5,9,7v72,-20,129,-84,132,-173v-2,-47,-20,-79,-66,-81v-55,2,-95,43,-98,96v-4,50,60,76,88,35v-1,-10,-13,0,-18,-2v-11,0,-21,-17,-20,-29v3,-31,13,-84,45,-87"},":":{"d":"33,-108v31,22,61,7,66,-31v-18,10,-39,-1,-48,-11v-6,14,-9,31,-18,42xm71,-37v-21,6,-35,0,-47,-12v-6,15,-8,30,-18,42v30,21,61,8,65,-30","w":101},";":{"d":"114,-139v-23,9,-31,2,-46,-11v-6,22,-9,27,-19,41v15,12,48,20,57,-5v3,-6,6,-14,8,-25xm45,9v-2,22,-23,30,-40,40r4,11v50,-9,100,-78,41,-111v-8,11,-21,22,-28,34v8,7,26,13,23,26","w":116},"<":{"d":"216,-33r-155,-63r155,-63r0,-30r-192,80r0,25r192,81r0,-30","w":240},"=":{"d":"32,-128r193,0r5,-28r-193,0xm17,-45r193,0r5,-28r-193,0","w":253},">":{"d":"24,-159r155,63r-155,63r0,30r192,-81r0,-25r-192,-81r0,31","w":240},"?":{"d":"76,-229v44,-1,37,70,11,86v-18,20,-59,38,-34,76v12,-3,2,-20,16,-27v36,-28,82,-42,84,-100v1,-35,-23,-54,-55,-56v-51,-5,-108,60,-65,96v4,1,48,-23,21,-25v-22,-11,-7,-55,22,-50xm76,-38v-23,6,-33,3,-46,-11v-6,13,-11,30,-19,41v11,11,39,18,52,3v5,-7,9,-18,13,-33","w":157},"@":{"d":"203,-12v-18,-4,-15,-20,-9,-40r31,-106r-41,1r-5,20v-4,-16,-8,-26,-25,-26v-48,9,-86,67,-87,125v-4,38,39,50,59,23v9,-11,22,-28,28,-39v-10,27,0,55,30,54v64,-3,100,-53,101,-121v-2,-73,-47,-112,-121,-114v-100,4,-160,61,-164,161v-12,148,199,195,275,90v10,-13,18,-27,25,-44r-11,0v-21,56,-70,90,-139,94v-77,-2,-131,-54,-132,-134v3,-89,57,-155,149,-156v68,2,107,38,109,107v-2,54,-29,94,-73,105xm120,-31v-24,-20,7,-76,18,-101v13,-24,32,-25,33,4v-4,41,-21,83,-51,97","w":299},"A":{"d":"174,4v33,-2,52,-20,74,-43r0,-20v-17,20,-32,30,-44,30v-48,-14,-6,-105,4,-136v10,-25,19,-44,36,-63r0,-12v-25,-7,-40,-11,-72,-11v-108,2,-159,78,-166,180v1,40,15,73,53,75v41,-3,49,-26,73,-50v1,28,14,51,42,50xm58,-77v4,-82,47,-186,139,-151v-35,38,-56,91,-64,157v-14,18,-22,36,-48,38v-18,-1,-28,-23,-27,-44","w":243},"B":{"d":"181,-10v-13,1,-5,-33,-17,-30v-6,-1,-18,18,-17,24v0,15,19,19,33,20v79,6,114,-113,33,-134v34,-9,60,-21,60,-57v0,-46,-46,-64,-97,-65v-74,1,-137,31,-137,95v0,14,9,32,21,34v6,-1,47,-13,28,-24v-10,-6,-17,-12,-17,-23v2,-70,151,-102,155,-14v-1,24,-11,47,-36,47r-2,13v41,8,23,104,-7,114xm186,-213v-102,13,-38,178,-122,203v-22,2,-20,-26,-16,-44v-5,-21,-32,3,-42,10v-5,32,14,49,48,48v74,-3,109,-55,114,-126v5,-33,6,-67,27,-83v-3,-5,-6,-8,-9,-8","w":273},"C":{"d":"106,5v50,0,74,-20,101,-44r0,-20v-22,23,-35,37,-71,39v-43,0,-75,-37,-74,-84v4,-58,28,-121,78,-133v17,0,26,13,25,31v2,32,-30,76,-53,46v-19,17,-1,46,23,43v40,-3,63,-36,65,-78v0,-35,-22,-56,-57,-56v-81,0,-128,75,-133,161v1,59,40,93,96,95","w":202},"D":{"d":"173,-203v-66,7,-69,89,-83,150v-3,6,-7,10,-12,14v-27,-10,-70,-2,-72,25v6,26,37,20,60,5v105,40,199,-25,203,-133v-2,-71,-47,-107,-118,-109v-70,2,-118,33,-126,94v-2,35,36,42,53,17v-4,-12,-24,-14,-21,-32v3,-38,41,-63,80,-65v56,3,80,44,81,103v-3,53,-16,115,-65,120v-19,0,-37,-12,-53,-18v44,-20,51,-63,58,-119v2,-17,11,-32,22,-42","w":273},"E":{"d":"94,4v47,2,74,-22,98,-43r0,-20v-18,22,-44,39,-76,41v-64,5,-74,-103,-9,-107r22,2v5,0,18,-28,0,-26v-26,3,-32,-14,-34,-34v-4,-41,54,-83,64,-24v1,9,3,13,7,13v38,-19,14,-57,-28,-57v-73,0,-127,85,-51,115v-42,6,-76,32,-77,73v2,44,37,67,84,67"},"F":{"d":"62,-175v2,-74,150,12,156,-79v-20,7,-51,3,-79,2v-58,2,-99,49,-99,100v0,16,8,26,24,31v8,-2,22,-15,23,-23v-7,-9,-29,-16,-25,-31xm67,4v60,-3,92,-45,98,-103v14,-5,34,-7,42,-17r3,-31v-15,7,-29,13,-43,18v0,-25,2,-46,11,-63r-29,3v-20,23,-28,39,-32,78v-11,4,-22,10,-32,19r-7,24v13,-8,26,-13,36,-16v-5,35,-12,70,-45,74v-23,0,-26,-24,-26,-47v-12,-10,-33,14,-36,24v4,24,30,37,60,37","w":217},"G":{"d":"89,30v-25,18,-26,62,13,60v54,-4,77,-46,85,-98v17,-8,34,-17,46,-31r0,-20v-12,14,-26,25,-43,35v5,-20,16,-42,17,-62v-12,-2,-25,3,-38,4v-16,23,-32,49,-66,49v-31,0,-44,-29,-45,-62v6,-70,32,-131,96,-142v57,3,37,90,-4,95v-13,2,-10,-15,-19,-17v-7,-1,-14,10,-13,18v0,16,19,27,37,27v39,-3,69,-32,70,-75v-1,-40,-28,-61,-68,-62v-84,10,-145,71,-150,160v-3,66,53,114,110,78v14,-9,24,-18,30,-28r-13,43v-19,9,-34,19,-45,28xm96,76v-7,0,-11,-4,-11,-12v0,-14,15,-29,45,-45v-8,26,-9,54,-34,57","w":228},"H":{"d":"175,-126v5,-52,16,-90,42,-117v-4,-2,-9,-7,-13,-8v-13,17,-48,3,-65,0v-39,6,-71,38,-76,79v-1,11,8,31,19,31v7,0,21,-14,20,-21v-5,-7,-19,-16,-17,-27v1,-15,13,-33,33,-32v24,3,41,15,67,0v-27,28,-55,55,-62,102v-24,7,-34,13,-49,29v1,8,1,13,2,15v14,-12,28,-19,42,-21v-8,38,-10,83,-49,87v-16,0,-24,-12,-24,-37v0,-10,-2,-14,-7,-14v-12,2,-29,16,-30,29v5,22,31,35,60,35v64,-4,92,-47,102,-107r32,-2v-9,53,-1,106,46,109v37,-2,53,-23,75,-43r0,-20v-13,13,-23,31,-47,32v-37,-1,-28,-56,-21,-86v20,-7,56,-13,46,-39v-11,8,-24,13,-39,17v13,-44,34,-79,56,-114v-34,1,-62,13,-74,45v-14,22,-26,47,-34,75v-11,2,-23,3,-35,3","w":318},"I":{"d":"86,-189v7,-56,66,-12,100,-32v-50,38,-63,93,-76,168v-5,19,-17,43,-39,43v-18,0,-25,-16,-26,-34v0,-9,1,-16,-7,-16v-10,2,-27,18,-29,28v11,47,98,45,124,9v53,-41,28,-168,82,-215v1,-23,-19,-5,-34,-4v-10,1,-31,-10,-41,-9v-40,7,-71,36,-76,79v-2,24,26,44,36,17v11,-14,-16,-19,-14,-34","w":217},"J":{"d":"27,26v-26,14,-31,64,4,64v54,0,80,-43,96,-92v25,-9,48,-20,65,-37r0,-20v-16,20,-33,30,-59,40v21,-74,18,-170,56,-226v0,-3,-5,-4,-14,-6v-17,20,-35,3,-55,0v-38,5,-73,38,-76,79v0,14,9,28,19,31v4,1,21,-16,20,-21v-13,-11,-27,-32,-7,-50v28,-25,57,15,86,-10v-27,38,-58,70,-64,129r-17,93v-21,7,-39,16,-54,26xm32,76v-21,-5,-14,-27,2,-38v10,-8,24,-16,43,-23v-8,34,-21,54,-45,61"},"K":{"d":"237,4v36,-3,46,-20,71,-43r0,-20v-19,23,-35,34,-47,34v-22,1,-15,-27,-14,-46v-1,-29,-12,-42,-34,-53v29,-12,31,-52,43,-80v9,-18,25,-9,32,2v4,2,18,-27,17,-29v-8,-35,-56,-15,-61,11v-17,25,-10,89,-51,89v-14,-5,-22,16,-7,17v26,3,9,48,9,71v-1,25,17,48,42,47xm8,-32v11,44,90,44,123,10v48,-49,33,-168,83,-223v-11,-15,-25,7,-37,6v-10,0,-38,-14,-48,-12v-41,3,-71,36,-73,77v-1,11,9,31,18,32v6,1,22,-15,22,-19v-6,-9,-18,-19,-18,-32v0,-16,12,-32,28,-31v26,4,50,20,78,3v-35,33,-61,66,-67,127v-6,33,-13,84,-48,85v-16,0,-24,-13,-24,-38v0,-9,-3,-13,-8,-13v-11,3,-27,16,-29,28","w":303},"L":{"d":"105,-6v48,23,103,-2,128,-33r0,-20v-17,17,-30,28,-56,29v-24,1,-64,-24,-92,-20v48,-35,31,-126,61,-177v13,-22,53,-9,48,22v1,27,-17,60,-42,43v-6,19,2,35,22,35v34,-1,53,-34,54,-69v-1,-34,-22,-55,-56,-55v-74,0,-100,79,-100,164v-2,18,-9,28,-15,38v-26,4,-49,15,-51,38v10,30,46,6,59,-11v10,3,30,12,40,16","w":228},"M":{"d":"167,-223v-24,58,-11,155,-27,223v84,10,86,-131,130,-186v8,-17,18,-26,28,-39v-24,42,-43,99,-46,159v-2,42,20,86,63,65v18,-9,35,-24,49,-38r0,-20v-13,15,-22,30,-42,30v-16,0,-21,-16,-21,-35v1,-67,24,-137,43,-185v-52,-10,-72,34,-92,69v-19,29,-40,100,-62,136v17,-52,4,-143,14,-204v-3,-9,-30,-2,-36,1v-39,45,-44,113,-66,174v-8,20,-23,50,-42,53v-23,6,-8,-50,-34,-31v-7,6,-19,16,-19,25v0,28,40,38,62,21v63,-41,56,-156,98,-218","w":360},"N":{"d":"285,-207v11,-13,36,-3,35,-27v0,-11,-5,-17,-15,-17v-38,0,-45,59,-54,93v-9,47,-18,83,-29,109v-6,-67,-24,-121,-25,-193v1,-18,-29,-5,-40,-4v-25,43,-38,155,-68,210v-7,12,-15,18,-22,18v-19,0,-15,-32,-25,-37v-12,3,-27,18,-30,29v0,14,19,32,37,30v82,-16,74,-128,104,-196r14,101v9,27,8,64,14,94v11,2,25,-1,35,-4v30,-47,39,-125,57,-187v3,-7,7,-14,12,-19","w":318},"O":{"d":"142,-49v-30,38,-83,20,-79,-34v1,-70,36,-128,76,-165r0,-3v-52,-1,-64,32,-89,63v-37,46,-67,183,21,192v73,-10,112,-74,139,-136v16,-42,29,-113,-21,-119v-39,4,-68,46,-70,88v-5,36,45,43,49,11v-2,-10,-20,-3,-17,-19v2,-25,17,-63,42,-64v29,9,17,56,9,85v-12,39,-35,76,-60,101","w":228},"P":{"d":"162,-238v62,-2,59,71,24,100v-6,6,7,14,14,15v24,-6,45,-28,44,-62v-2,-47,-33,-64,-81,-66v-67,2,-114,36,-123,94v0,17,10,32,22,34v2,0,34,-12,31,-18v-5,-10,-24,-14,-21,-30v4,-40,47,-65,90,-67xm138,-35v41,-39,19,-132,58,-170v-15,-21,-48,10,-56,20v-34,42,-11,168,-77,175v-22,-1,-16,-28,-14,-47v-9,-17,-45,6,-45,22v0,50,81,45,111,21v9,-6,16,-13,23,-21","w":243},"Q":{"d":"123,-37v-61,34,-76,-39,-58,-98v11,-47,39,-84,69,-113r0,-3v-51,-1,-64,30,-89,62v-34,45,-69,184,21,193v19,0,40,-10,65,-29v13,26,49,39,74,12v11,-14,32,-17,28,-46v-21,31,-55,45,-76,8v31,-41,59,-83,62,-150v0,-26,-11,-50,-36,-50v-42,0,-65,45,-70,88v-4,36,46,43,50,11v-3,-9,-19,-3,-17,-19v2,-27,16,-60,41,-64v29,6,19,55,11,82v-10,33,-28,67,-49,91v-13,-29,-62,-18,-60,6v18,-4,25,7,34,19","w":228},"R":{"d":"233,-184v-1,31,-11,54,-47,54v-5,0,-8,4,-8,11v3,11,20,4,17,23v-7,36,-23,101,28,100v34,-3,46,-19,70,-43r0,-20v-16,18,-25,33,-46,36v-20,-2,-8,-31,-8,-49v-1,-22,-12,-36,-30,-45v39,-10,67,-23,72,-63v-5,-51,-44,-70,-101,-71v-68,1,-132,31,-136,95v-1,13,9,33,20,33v5,1,33,-11,32,-16v-3,-12,-25,-15,-21,-31v-2,-68,159,-102,158,-14xm7,-36v7,60,105,42,128,6v47,-35,22,-136,67,-177v-30,-18,-62,20,-71,47v-17,44,-9,145,-65,150v-21,-1,-22,-27,-16,-47v0,-4,-2,-7,-6,-7v-9,3,-38,14,-37,28","w":288},"S":{"d":"86,-202v-3,-38,52,-46,65,-15v7,6,1,30,14,32v15,-18,23,-29,23,-34v-6,-19,-35,-32,-61,-32v-45,1,-72,32,-75,74v0,62,70,73,77,124v-2,26,-20,42,-47,43v-35,1,-39,-30,-43,-59v-2,-3,-5,-4,-9,-4v-6,5,-23,35,-23,41v7,20,37,37,69,36v50,-1,88,-31,91,-79v-2,-59,-75,-73,-81,-127","w":202},"T":{"d":"130,-219v27,-2,84,34,105,7v5,-6,9,-16,10,-27v-23,4,-47,-13,-76,-12v-66,5,-115,45,-124,106v-1,14,11,30,23,31v4,1,25,-15,24,-21v-4,-10,-28,-21,-24,-32v6,-26,29,-49,62,-52xm181,-114v0,-25,0,-50,5,-67v-30,-9,-59,21,-53,70v0,53,-10,99,-62,101v-22,1,-27,-15,-27,-36v0,-24,-19,-11,-26,-3v-4,5,-12,9,-12,17v5,22,31,36,61,36v69,-4,111,-47,114,-118","w":243},"U":{"d":"169,-55v1,79,66,70,109,16r0,-20v-20,19,-25,31,-48,36v-33,-10,-6,-71,-2,-101r32,-124v-11,-5,-46,-3,-49,11r-46,157v-11,23,-21,53,-47,58v-30,-8,-8,-54,-1,-74v20,-54,42,-147,-30,-155v-45,6,-73,43,-77,90v0,13,9,33,21,33v6,0,23,-15,21,-22v-4,-11,-18,-19,-16,-34v1,-23,17,-48,40,-50v13,0,21,11,20,27v-5,56,-37,103,-39,157v0,30,15,54,42,54v39,-3,55,-31,70,-59","w":273},"V":{"d":"121,-103v20,-46,38,-146,-33,-148v-47,4,-72,43,-76,90v0,13,7,33,20,33v6,1,23,-17,21,-23v-3,-11,-18,-17,-16,-33v1,-22,18,-51,40,-51v15,0,20,13,20,29v2,29,-37,121,-37,147v0,58,65,85,105,44v46,-44,93,-142,66,-227v-8,-21,-24,2,-37,6v-5,4,-7,8,-7,11v8,21,26,54,23,75v-5,61,-27,120,-79,134v-38,-10,-26,-45,-10,-87","w":243},"W":{"d":"139,-33v-12,15,-36,15,-36,-7v5,-54,34,-90,36,-148v-1,-35,-18,-63,-52,-63v-46,0,-74,41,-76,90v0,17,8,30,21,33v7,-2,31,-19,15,-29v-25,-25,-4,-75,29,-78v13,0,20,12,20,24v1,36,-40,116,-39,163v0,29,14,53,43,52v36,-1,53,-33,69,-59v-4,57,45,75,83,41v50,-42,106,-129,84,-221v-2,-4,-8,-17,-12,-16v-11,3,-34,14,-35,26v40,69,11,182,-58,203v-12,-1,-17,-11,-17,-24v3,-55,33,-146,46,-202v-7,-7,-39,1,-45,3v-31,64,-35,160,-76,212","w":344},"X":{"d":"178,-184v1,-39,-17,-67,-54,-67v-46,3,-83,44,-86,89v1,19,11,34,29,36v15,-2,23,-15,27,-28v-12,-6,-33,-6,-30,-26v1,-28,23,-51,48,-55v50,13,10,98,1,139v-8,23,-29,72,-48,70v-16,2,-16,-19,-24,-25v-4,-2,-35,26,-32,29v1,10,17,29,33,26v39,-3,59,-41,76,-74v2,43,19,74,59,74v37,0,65,-22,86,-43r0,-20v-21,24,-41,37,-62,37v-76,-16,-17,-139,1,-181v14,-26,25,-15,37,-2v21,-5,29,-46,-2,-46v-29,9,-44,35,-59,67","w":258},"Y":{"d":"92,64v0,48,74,23,90,-7v12,-14,22,-33,31,-60v27,-9,49,-18,65,-36r0,-20v-17,21,-33,31,-59,40r55,-230v-8,-5,-44,-2,-49,9r-26,78v-15,41,-40,93,-61,121v-11,14,-20,20,-28,20v-8,0,-11,-5,-11,-15v2,-39,37,-104,36,-152v0,-36,-17,-63,-51,-64v-47,2,-74,48,-78,91v0,14,11,32,21,33v8,1,21,-17,21,-24v-28,-21,-14,-81,24,-83v14,-1,21,13,21,27v0,33,-41,116,-39,160v-3,55,59,64,86,25v26,-29,44,-73,62,-111r-35,134v-50,18,-75,39,-75,64xm121,78v-25,-3,-13,-32,1,-41v10,-6,25,-16,40,-21v-8,24,-14,59,-41,62","w":273},"Z":{"d":"46,-190v11,-50,87,3,124,-20v-48,72,-139,124,-161,213v22,8,14,-20,37,-18v26,2,47,19,75,19v41,-1,59,-19,86,-43r0,-20v-35,59,-104,-12,-162,17v42,-65,106,-111,147,-177v7,-14,12,-23,9,-31v-25,13,-64,4,-95,-1v-44,5,-77,37,-81,82v-1,29,32,35,38,7v-2,-11,-20,-15,-17,-28","w":202},"[":{"d":"6,81r82,0r5,-17r-39,0r78,-299r39,0r4,-16r-82,0","w":172},"\\":{"d":"-40,-4v18,-5,36,-24,48,-35r0,-20v-20,24,-36,33,-54,46v1,3,4,7,6,9","w":3},"]":{"d":"85,-235r39,0r-79,299r-39,0r-4,17r82,0r88,-332r-82,0","w":172},"^":{"d":"63,-117r69,-90r34,90r28,0r-46,-126r-14,0r-97,126r26,0","w":205},"_":{"d":"-4,45r187,0r0,-18r-187,0r0,18","w":180},"`":{"d":"5,-228v17,30,31,43,59,61r9,-4v-14,-22,-22,-38,-27,-64","w":119},"a":{"d":"39,4v31,0,44,-24,63,-49v0,87,67,32,90,6r0,-20v-13,9,-21,26,-39,29v-23,-7,0,-48,1,-68r16,-51v-22,0,-30,13,-46,19v-6,-13,-16,-20,-30,-20v-52,0,-89,47,-92,104v0,25,13,50,37,50xm46,-50v3,-32,18,-80,49,-85v13,0,16,9,17,21v-2,35,-19,78,-49,85v-9,0,-18,-10,-17,-21"},"b":{"d":"103,-39v16,17,43,18,59,0r0,-20v-8,17,-36,31,-51,8v22,-40,40,-62,28,-93v-2,-4,-6,-5,-10,-5v-38,5,-53,63,-35,99v-10,14,-14,21,-31,23v-30,-6,-10,-57,-5,-79v30,-38,88,-71,78,-138v-17,-17,-48,8,-70,10v-29,46,-60,130,-64,193v0,22,15,45,36,45v32,-4,42,-19,65,-43xm102,-221v7,-12,21,-15,22,1v-7,30,-32,63,-58,87v11,-29,20,-63,36,-88","w":157},"c":{"d":"55,4v36,-2,57,-20,80,-43r0,-20v-18,18,-27,31,-55,33v-53,0,-44,-100,-3,-108v19,0,6,30,13,40v11,-8,31,-7,34,-24v1,-19,-15,-32,-35,-31v-52,4,-82,47,-86,100v-1,31,22,53,52,53","w":131},"d":{"d":"171,-38v-12,11,-27,11,-27,-7v0,-66,31,-139,44,-202v-8,-8,-30,3,-45,4r-25,105v-7,-7,-11,-12,-25,-11v-53,3,-88,53,-90,106v0,25,15,47,37,47v29,0,46,-24,62,-48v-6,54,40,56,65,29v10,-13,29,-17,25,-44xm48,-50v3,-33,17,-80,47,-86v11,1,17,10,17,23v-4,36,-15,77,-48,83v-11,1,-17,-9,-16,-20"},"e":{"d":"56,4v40,-2,55,-21,79,-43r0,-20v-17,29,-80,55,-90,0v36,-13,70,-21,77,-59v1,-20,-16,-31,-36,-31v-51,5,-80,45,-83,98v0,31,22,56,53,55xm76,-135v21,3,12,37,1,46v-8,7,-19,13,-34,18v0,-31,10,-58,33,-64","w":131},"f":{"d":"147,-59v-19,25,-58,56,-80,17r15,-73v36,-35,72,-64,58,-127v-7,-22,-51,6,-60,7v-22,42,-37,93,-47,146v-11,17,-35,20,-33,50v9,0,10,-9,16,-13r7,17v-9,50,-16,92,-20,125v20,-4,35,-6,44,-8r13,-83v38,15,64,-15,87,-38r0,-20xm122,-233v27,27,-14,78,-35,94r20,-76v6,-8,7,-17,15,-18","w":142},"g":{"d":"2,-51v-2,35,28,66,58,41v8,-5,18,-15,29,-28v-4,11,-1,30,-11,36v-32,12,-70,22,-70,61v0,43,58,37,79,6v15,-17,27,-40,36,-69v24,-10,37,-17,53,-35r0,-20v-10,14,-29,32,-48,38v8,-41,15,-93,27,-128v-15,2,-24,10,-37,14v-52,-43,-116,27,-116,84xm45,-59v1,-32,16,-74,46,-77v9,0,15,10,15,19v-4,33,-11,79,-43,84v-12,-1,-18,-12,-18,-26xm38,77v-22,-2,-21,-32,-3,-44v10,-7,24,-14,43,-21v-8,26,-14,62,-40,65","w":172},"h":{"d":"85,-129v25,-35,53,-59,45,-114v-6,-14,-18,-2,-29,-1v-10,3,-23,8,-39,15v-37,60,-68,133,-58,233r40,-9v1,-26,0,-55,6,-77v15,-16,29,-32,48,-36v5,0,7,4,7,7v-3,19,-29,72,-25,87v12,53,76,16,96,-15r0,-20v-14,15,-24,29,-41,34v-22,-26,20,-63,17,-101v-2,-40,-49,-16,-67,-3xm112,-229v4,0,5,4,5,10v0,24,-21,59,-62,108v9,-41,24,-78,41,-104v6,-9,11,-14,16,-14","w":172},"i":{"d":"46,-220v-4,13,-10,25,-16,35v25,21,63,3,57,-33v-12,12,-30,6,-41,-2xm27,-140v-12,39,-51,125,2,144v13,0,34,-14,61,-43r0,-20v-7,8,-20,26,-35,27v-20,-10,-1,-45,2,-62v3,-17,17,-41,15,-55","w":86},"j":{"d":"87,-219v-4,17,-7,18,-18,34v26,20,62,9,62,-33v-13,11,-33,7,-44,-1xm17,24v-20,21,-15,66,16,66v43,0,55,-56,61,-99v15,-8,29,-18,41,-30r0,-20v-11,11,-24,26,-38,33r18,-123v-14,2,-25,6,-41,6v-24,30,-46,62,-74,88r0,16v28,-16,43,-45,64,-68r-13,106v-14,7,-25,15,-34,25xm46,45v0,36,-25,40,-28,12v0,-20,17,-36,32,-42","w":131},"k":{"d":"127,-250v-18,4,-46,14,-64,21v-37,60,-69,134,-59,233r40,-7v1,-32,3,-64,9,-91v16,-20,22,-30,45,-33v11,0,18,6,19,16v-2,17,-16,27,-39,26v-11,-1,-15,9,-10,16v25,-1,13,26,12,43v2,44,63,29,77,6v12,-10,22,-16,19,-39v-12,12,-21,30,-41,33v-22,-4,4,-51,-29,-51v26,-8,50,-15,52,-43v-1,-28,-33,-35,-62,-25v24,-31,39,-43,43,-79v0,-9,-4,-25,-12,-26xm115,-229v15,2,8,21,3,32v-15,27,-37,51,-57,73v16,-47,20,-88,54,-105","w":172},"l":{"d":"44,4v34,-4,50,-20,76,-43r0,-20v-24,20,-26,31,-53,35v-22,-2,-21,-34,-19,-58v36,-42,77,-87,65,-161v-11,-19,-38,8,-56,9v-26,52,-51,111,-55,184v1,29,13,54,42,54xm96,-230v20,40,-19,95,-43,122v10,-49,17,-82,37,-117v2,-4,4,-5,6,-5","w":116},"m":{"d":"147,-102v7,-32,-9,-62,-39,-42v-19,11,-37,33,-53,49v4,-15,14,-44,18,-55v-24,7,-47,-1,-52,29v-15,35,-22,75,-17,125r38,-10r8,-66v21,-24,30,-35,48,-44v10,9,-3,33,-3,48r-17,72r45,-8v9,-46,19,-97,60,-111v4,0,6,2,6,6v-4,33,-45,106,6,113v32,-4,42,-21,68,-43r0,-20v-18,14,-41,53,-49,24v1,-18,24,-70,21,-87v0,-38,-43,-31,-60,-8","w":258},"n":{"d":"30,-141v-18,39,-34,86,-26,145r39,-9v-5,-58,24,-93,57,-111v3,0,4,2,4,6v-3,17,-27,71,-23,84v-1,17,10,30,26,30v31,-3,48,-20,69,-43r0,-20v-9,10,-27,33,-41,34v-27,-17,21,-65,17,-101v-6,-47,-63,-8,-74,9v-10,10,-18,18,-23,24v3,-15,9,-34,18,-57","w":172},"o":{"d":"106,-34v18,13,38,13,56,-5r0,-20v-20,20,-29,28,-49,12v13,-38,22,-62,16,-92v-4,-8,-15,-10,-30,-10v-56,2,-95,40,-97,97v0,33,15,54,46,56v27,-1,45,-18,58,-38xm104,-137v-29,19,-33,66,-8,93v-18,35,-49,26,-48,-14v2,-38,12,-86,56,-79","w":157},"p":{"d":"177,-100v5,-42,-43,-65,-72,-36v-6,5,-12,10,-17,17r7,-30r-40,7v-11,28,-34,66,-55,87r0,16v18,-6,23,-25,35,-37r-31,166r44,-8v4,-32,10,-59,16,-89v8,5,15,11,28,11v51,-6,82,-49,85,-104xm133,-90v3,40,-34,108,-65,65v12,-33,9,-87,45,-95v14,1,20,15,20,30","w":202},"q":{"d":"2,-39v-4,44,51,55,75,26v9,-7,15,-15,22,-23r-36,126v9,-3,24,-5,45,-8v17,-47,51,-88,84,-121r0,-20v-24,22,-45,49,-65,75r47,-166v-23,-1,-27,16,-44,22v-5,-15,-15,-22,-30,-22v-54,5,-95,53,-98,111xm46,-43v0,-40,18,-87,56,-93v11,-2,16,10,16,20v0,36,-23,89,-56,89v-8,0,-16,-8,-16,-16"},"r":{"d":"116,-41v-14,19,-38,7,-30,-17v9,-32,21,-61,31,-91r-16,1v-15,24,-24,40,-51,44v16,-26,6,-57,-22,-40v-15,12,-30,48,-3,59v-6,15,-28,20,-25,46v23,-10,31,-34,40,-45v11,-2,20,-5,28,-10v-14,23,-24,40,-26,67v-1,15,10,32,25,31v33,-3,47,-24,68,-43r0,-20","w":131},"s":{"d":"116,-72v-1,-28,-32,-45,-17,-76v-13,-2,-28,4,-41,6v-11,32,-36,63,-58,87r0,16v24,-14,40,-47,56,-67v4,20,28,42,28,60v-2,17,-14,30,-30,32v-17,1,-12,-27,-25,-29v-5,-1,-25,23,-24,28v3,11,18,19,32,19v40,-2,76,-37,79,-76","w":146},"t":{"d":"62,-30v-33,-10,-2,-66,2,-90r28,-2r6,-27r-25,1r18,-61r-47,10r-17,54r-16,1r-6,28r14,-1v-12,37,-36,113,17,121v32,-3,45,-22,69,-43r0,-20v-20,18,-20,26,-43,29","w":101},"u":{"d":"192,-59v-12,10,-46,52,-53,14v5,-39,19,-69,28,-104r-47,9v-16,42,-20,100,-63,116v-34,-24,11,-89,16,-125r-47,9v-16,45,-24,80,-24,103v-1,23,9,41,29,41v32,-3,41,-19,65,-41v0,23,8,41,29,41v31,0,45,-24,67,-43r0,-20"},"v":{"d":"107,-36v15,13,40,14,55,-3r0,-20v-19,20,-28,25,-48,11v19,-32,29,-59,29,-83v0,-12,-4,-18,-12,-18v-39,0,-52,65,-33,101v-10,24,-49,45,-54,7v4,-39,20,-75,31,-108r-48,9v-8,33,-21,59,-25,96v0,27,14,48,39,48v31,-2,49,-18,66,-40","w":157},"w":{"d":"88,-49v-2,31,-43,43,-44,9v-1,-19,21,-81,30,-109r-47,8v-13,39,-23,60,-25,101v0,54,62,55,89,17v20,51,82,18,102,-13v15,17,64,13,55,-23v-20,20,-28,25,-49,11v16,-24,28,-52,29,-84v0,-12,-4,-17,-11,-17v-39,3,-54,67,-34,102v-9,19,-50,46,-53,5v1,-32,21,-76,29,-107r-47,8v-9,29,-22,59,-24,92","w":243},"x":{"d":"95,-149v-48,4,-65,64,-95,94r0,16v36,-16,40,-74,80,-88v32,13,1,79,-8,100v-5,9,-11,13,-18,13v-14,0,-18,-38,-34,-14v-3,2,-10,9,-10,11v13,36,67,25,80,-14v22,62,74,35,117,-8r0,-20v-26,29,-47,44,-62,44v-12,0,-19,-11,-19,-22v0,-27,10,-87,35,-92v11,-2,10,19,15,25v2,1,25,-18,23,-21v-9,-40,-59,-24,-68,10v-4,-23,-16,-34,-36,-34","w":202},"y":{"d":"16,65v5,42,59,24,78,-6v9,-14,18,-31,26,-54v26,-12,52,-25,72,-44r0,-20v-22,22,-39,34,-66,47r45,-137r-48,9v-18,42,-25,99,-68,116v-25,-8,-2,-58,4,-73r22,-52r-51,9v-11,31,-27,60,-28,101v-2,36,31,52,58,32v9,-7,20,-16,30,-28r-10,38v-28,13,-60,26,-64,62xm40,77v-17,-3,-10,-26,1,-36v9,-8,20,-15,34,-21v-8,27,-15,50,-35,57"},"z":{"d":"42,4v24,-30,73,18,102,-10r32,-33r0,-20v-13,30,-54,30,-87,20r-12,1v28,-37,62,-68,85,-110v-27,1,-62,8,-90,-1v-21,32,-47,70,-72,94r0,16v31,-21,41,-45,66,-76v17,7,37,8,54,3v-29,38,-65,74,-90,115","w":172},"{":{"d":"29,-80v74,10,-14,117,57,144v12,4,24,9,40,9r0,-8v-45,-3,-32,-55,-25,-92v-3,-34,-26,-50,-58,-58v29,-7,57,-26,57,-58v0,-35,-21,-90,26,-92r0,-8v-43,-1,-68,21,-72,57v6,33,22,94,-25,96r0,10","w":141},"|":{"d":"84,90r28,0r0,-360r-28,0r0,360","w":196},"}":{"d":"113,-90v-83,-14,37,-152,-97,-153r0,8v47,2,31,58,25,92v5,35,24,48,58,58v-29,7,-58,27,-58,58v0,34,23,91,-25,92r0,8v41,0,68,-20,72,-57v-6,-30,-23,-95,25,-96r0,-10","w":141},"~":{"d":"206,-146v-4,63,-94,8,-113,3v-40,-12,-68,11,-69,54r11,0v21,-99,160,85,181,-57r-10,0","w":240}}});