/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var W=L.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var a=[],c=function(){if(b){return}b=true;for(var e;e=a.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(f){setTimeout(arguments.callee,1)}})()}P(window,"load",c);return function(e){if(!arguments.length){c()}else{b?e():a.push(e)}}})()};var M=L.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value};this.convertFrom=function(c){return c/this.value*a};this.toString=function(){return this.value+this.unit}},color:I(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,c,e){a.opacity=parseFloat(e);return"rgb("+c+")"});return a}),getStyle:function(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new A(a.getComputedStyle(b,null))}if(b.currentStyle){return new A(b.currentStyle)}return new A(b.style)},gradient:I(function(e){var f={id:e,type:e.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},b=e.substr(e.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var d=0,a=b.length,c;d<a;++d){c=b[d].split("=",2).reverse();f.stops.push([c[1]||d/(a-1),c[0]])}return f}),quotedList:I(function(d){var c=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=b.exec(d)){c.push(a[3]||a[1])}return c}),recognizesMedia:I(function(d){var c=document.createElement("style"),b,a;c.type="text/css";c.media=d;b=F("head")[0];b.insertBefore(c,b.firstChild);a=!!(c.sheet||c.styleSheet);b.removeChild(c);return a}),supports:function(c,b){var a=document.createElement("span").style;if(a[c]===undefined){return false}a[c]=b;return a[c]===b},textAlign:function(d,c,a,b){if(c.get("textAlign")=="right"){if(a>0){d=" "+d}}else{if(a<b-1){d+=" "}}return d},textDecoration:function(f,e){if(!e){e=this.getStyle(f)}var b={underline:null,overline:null,"line-through":null};for(var a=f;a.parentNode&&a.parentNode.nodeType==1;){var d=true;for(var c in b){if(!J(b,c)||b[c]){continue}if(e.get("textDecoration").indexOf(c)!=-1){b[c]=e.get("color")}d=false}if(d){break}e=this.getStyle(a=a.parentNode)}return b},textShadow:I(function(e){if(e=="none"){return null}var d=[],f={},a,b=0;var c=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(a=c.exec(e)){if(a[0]==","){d.push(f);f={},b=0}else{if(a[1]){f.color=a[1]}else{f[["offX","offY","blur"][b++]]=a[2]}}}d.push(f);return d}),textTransform:function(b,a){return b[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[a.get("textTransform")]||"toString"]()},whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(d,b,c){if(a[b.get("display")]){return d}if(!c.previousSibling){d=d.replace(/^\s+/,"")}if(!c.nextSibling){d=d.replace(/\s+$/,"")}return d}})()};M.ready=(function(){var c=!M.recognizesMedia("all"),b=false;var a=[],e=function(){c=true;for(var h;h=a.shift();h()){}};var f=F("link"),g={stylesheet:1};function d(){var j,h,k;for(h=0;k=f[h];++h){if(k.disabled||!g[k.rel.toLowerCase()]||!M.recognizesMedia(k.media||"screen")){continue}j=k.sheet||k.styleSheet;if(!j||j.disabled){return false}}return true}W.ready(function(){if(!b){b=M.getStyle(document.body).isUsable()}if(c||(b&&d())){e()}else{setTimeout(arguments.callee,10)}});return function(h){if(c){h()}else{a.push(h)}}})();function R(b){var a=this.face=b.face;this.glyphs=b.glyphs;this.w=b.w;this.baseSize=parseInt(a["units-per-em"],10);this.family=a["font-family"].toLowerCase();this.weight=a["font-weight"];this.style=a["font-style"]||"normal";this.viewBox=(function(){var d=a.bbox.split(/\s+/);var c={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[3],10)};c.width=c.maxX-c.minX,c.height=c.maxY-c.minY;c.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return c})();this.ascent=-parseInt(a.ascent,10);this.descent=-parseInt(a.descent,10);this.height=-this.ascent+this.descent}function E(){var b={},a={oblique:"italic",italic:"oblique"};this.add=function(c){(b[c.style]||(b[c.style]={}))[c.weight]=c};this.get=function(g,h){var f=b[g]||b[a[g]]||b.normal||b.italic||b.oblique;if(!f){return null}h={normal:400,bold:700}[h]||parseInt(h,10);if(f[h]){return f[h]}var d={1:1,99:0}[h%100],j=[],e,c;if(d===undefined){d=h>400}if(h==500){h=400}for(var i in f){if(!J(f,i)){continue}i=parseInt(i,10);if(!e||i<e){e=i}if(!c||i>c){c=i}j.push(i)}if(h<e){h=e}if(h>c){h=c}j.sort(function(l,k){return(d?(l>h&&k>h)?l<k:l>k:(l<h&&k<h)?l>k:l<k)?-1:1});return f[j[0]]}}function Q(){function c(e,f){if(e.contains){return e.contains(f)}return e.compareDocumentPosition(f)&16}function a(g){var f=g.relatedTarget;if(!f||c(this,f)){return}b(this)}function d(f){b(this)}function b(e){setTimeout(function(){L.replace(e,D.get(e).options,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){P(e,"mouseover",a);P(e,"mouseout",a)}else{P(e,"mouseenter",d);P(e,"mouseleave",d)}}}function T(){var b=[],c={};function a(g){var d=[],f;for(var e=0;f=g[e];++e){d[e]=b[c[f]]}return d}this.add=function(e,d){c[e]=b.push(d)-1};this.repeat=function(){var d=arguments.length?a(arguments):b,e;for(var f=0;e=d[f++];){L.replace(e[0],e[1],true)}}}function Z(){var c={},a=0;function b(d){return d.cufid||(d.cufid=++a)}this.get=function(d){var e=b(d);return c[e]||(c[e]={})}}function A(a){var c={},b={};this.extend=function(d){for(var e in d){if(J(d,e)){c[e]=d[e]}}return this};this.get=function(d){return c[d]!=undefined?c[d]:a[d]};this.getSize=function(e,d){return b[e]||(b[e]=new M.Size(this.get(e),d))};this.isUsable=function(){return !!a}}function P(b,a,c){if(b.addEventListener){b.addEventListener(a,c,false)}else{if(b.attachEvent){b.attachEvent("on"+a,function(){return c.call(b,window.event)})}}}function U(b,a){var c=D.get(b);if(c.options){return b}if(a.hover&&a.hoverables[b.nodeName.toLowerCase()]){B.attach(b)}c.options=a;return b}function I(a){var b={};return function(c){if(!J(b,c)){b[c]=a.apply(null,arguments)}return b[c]}}function C(f,e){if(!e){e=M.getStyle(f)}var b=M.quotedList(e.get("fontFamily").toLowerCase()),d;for(var c=0,a=b.length;c<a;++c){d=b[c];if(H[d]){return H[d].get(e.get("fontStyle"),e.get("fontWeight"))}}return null}function F(a){return document.getElementsByTagName(a)}function J(b,a){return b.hasOwnProperty(a)}function G(){var a={},c,e;for(var d=0,b=arguments.length;c=arguments[d],d<b;++d){for(e in c){if(J(c,e)){a[e]=c[e]}}}return a}function N(d,n,b,o,e,c){var m=o.separate;if(m=="none"){return Y[o.engine].apply(null,arguments)}var k=document.createDocumentFragment(),g;var h=n.split(O[m]),a=(m=="words");if(a&&S){if(/^\s/.test(n)){h.unshift("")}if(/\s$/.test(n)){h.push("")}}for(var j=0,f=h.length;j<f;++j){g=Y[o.engine](d,a?M.textAlign(h[j],b,j,f):h[j],b,o,e,c,j<f-1);if(g){k.appendChild(g)}}return k}function K(b,j){var c,a,d,g,f,i;for(d=U(b,j).firstChild;d;d=f){g=d.nodeType;f=d.nextSibling;i=false;if(g==1){if(!d.firstChild){continue}if(!/cufon/.test(d.className)){arguments.callee(d,j);continue}else{i=true}}else{if(g!=3){continue}}if(!a){a=M.getStyle(b).extend(j)}if(!c){c=C(b,a)}if(!c){continue}if(i){Y[j.engine](c,null,a,j,d,b);continue}var h=M.whiteSpace(d.data,a,d);if(h===""){continue}var e=N(c,h,a,j,d,b);if(e){d.parentNode.replaceChild(e,d)}else{d.parentNode.removeChild(d)}}}var S=" ".split(/\s+/).length==0;var D=new Z();var B=new Q();var X=new T();var Y={},H={},V={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){W.ready();return L};L.refresh=function(){X.repeat.apply(X,arguments);return L};L.registerEngine=function(b,a){if(!a){return L}Y[b]=a;return L.set("engine",b)};L.registerFont=function(c){var a=new R(c),b=a.family;if(!H[b]){H[b]=new E()}H[b].add(a);return L.set("fontFamily",'"'+b+'"')};L.replace=function(c,b,a){b=G(V,b);if(!b.engine){return L}if(typeof b.textShadow=="string"){b.textShadow=M.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=M.gradient(b.color)}if(!a){X.add(c,arguments)}if(c.nodeType||typeof c=="string"){c=[c]}M.ready(function(){for(var e=0,d=c.length;e<d;++e){var f=c[e];if(typeof f=="string"){L.replace(b.selector(f),b,true)}else{K(f,b)}}});return L};L.set=function(a,b){V[a]=b;return L};return L})();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-canvas{text-indent:0;}@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:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;}"+(A?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}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(AD,Z,u,V,d,AE){var I=(Z===null);if(I){Z=d.alt}var b=AD.viewBox;var K=u.getSize("fontSize",AD.baseSize);var s=u.get("letterSpacing");s=(s=="normal")?0:K.convertFrom(parseInt(s,10));var c=0,t=0,r=0,X=0;var a=V.textShadow,p=[];if(a){for(var AC=a.length;AC--;){var h=a[AC];var o=K.convertFrom(parseFloat(h.offX));var n=K.convertFrom(parseFloat(h.offY));p[AC]=[o,n];if(n<c){c=n}if(o>t){t=o}if(n>r){r=n}if(o<X){X=o}}}var AH=Cufon.CSS.textTransform(Z,u).split(""),T;var J=AD.glyphs,W,M,w;var G=0,P,f=[];for(var AC=0,AA=0,v=AH.length;AC<v;++AC){W=J[T=AH[AC]]||AD.missingGlyph;if(!W){continue}if(M){G-=w=M[T]||0;f[AA-1]-=w}G+=P=f[AA++]=~~(W.w||AD.w)+s;M=W.k}if(P===undefined){return null}t+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var z=document.createElement("span");z.className="cufon-alt";z.appendChild(document.createTextNode(Z));U.appendChild(z)}}var AI=U.style;var m=L.style;var H=K.convert(b.height);var AG=Math.ceil(H);var q=AG/H;L.width=Math.ceil(K.convert(G*q+t-X));L.height=Math.ceil(K.convert(b.height-c+r));c+=b.minY;m.top=Math.round(K.convert(c-AD.ascent))+"px";m.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(G*q))+"px";if(A){AI.width=S;AI.height=K.convert(AD.height)+"px"}else{AI.paddingLeft=S;AI.paddingBottom=(K.convert(AD.height)-1)+"px"}var AF=L.getContext("2d"),e=H/b.height;AF.scale(e,e*q);AF.translate(-X,-c);AF.lineWidth=AD.face["underline-thickness"];AF.save();function N(i,g){AF.strokeStyle=g;AF.beginPath();AF.moveTo(0,i);AF.lineTo(G,i);AF.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AE,u):{};if(O.underline){N(-AD.face["underline-position"],O.underline)}if(O.overline){N(AD.ascent,O.overline)}function AB(){AF.scale(q,1);for(var x=0,k=0,g=AH.length;x<g;++x){var y=J[AH[x]]||AD.missingGlyph;if(!y){continue}if(y.d){AF.beginPath();if(y.code){C(y.code,AF)}else{y.code=D("m"+y.d,AF)}AF.fill()}AF.translate(f[k++],0)}AF.restore()}if(a){for(var AC=a.length;AC--;){var h=a[AC];AF.save();AF.fillStyle=h.color;AF.translate.apply(AF,p[AC]);AB()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AF.createLinearGradient(0,b.minY,0,b.maxY);for(var AC=0,v=Y.length;AC<v;++AC){Q.addColorStop.apply(Q,Y[AC])}AF.fillStyle=Q}else{AF.fillStyle=u.get("color")}AB();if(O["line-through"]){N(-AD.descent,O["line-through"])}return U}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:middle;}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>').replace(/;/g,"!important;"));function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(AB,b,v,Y,f,AC,t){var I=(b===null);if(I){b=f.alt}var d=AB.viewBox;var K=v.computedFontSize||(v.computedFontSize=new Cufon.CSS.Size(C(AC,v.get("fontSize"))+"px",AB.baseSize));var s=v.computedLSpacing;if(s==undefined){s=v.get("letterSpacing");v.computedLSpacing=s=(s=="normal")?0:~~K.convertFrom(A(AC,s))}var V,L;if(I){V=f;L=f.firstChild}else{V=document.createElement("span");V.className="cufon cufon-vml";V.alt=b;L=document.createElement("span");L.className="cufon-vml-canvas";V.appendChild(L);if(Y.printable){var y=document.createElement("span");y.className="cufon-alt";y.appendChild(document.createTextNode(b));V.appendChild(y)}if(!t){V.appendChild(document.createElement("cvml:shape"))}}var AH=V.style;var n=L.style;var G=K.convert(d.height),AE=Math.ceil(G);var r=AE/G;var q=d.minX,p=d.minY;n.height=AE;n.top=Math.round(K.convert(p-AB.ascent));n.left=Math.round(K.convert(q));AH.height=K.convert(AB.height)+"px";var P=Y.enableTextDecoration?Cufon.CSS.textDecoration(AC,v):{};var a=v.get("color");var AG=Cufon.CSS.textTransform(b,v).split(""),U;var J=AB.glyphs,Z,M,x;var F=0,g=[],o=0,Q;var S,c=Y.textShadow;for(var AA=0,z=0,w=AG.length;AA<w;++AA){Z=J[U=AG[AA]]||AB.missingGlyph;if(!Z){continue}if(M){F-=x=M[U]||0;g[z-1]-=x}F+=Q=g[z++]=~~(Z.w||AB.w)+s;M=Z.k}if(Q===undefined){return null}var T=-q+F+(d.width-Q);var AF=K.convert(T*r),u=Math.round(AF);var m=T+","+d.height,H;var e="r"+m+"ns";var R=Y.textGradient&&D(Y.textGradient);for(AA=0,z=0;AA<w;++AA){Z=J[AG[AA]]||AB.missingGlyph;if(!Z){continue}if(I){S=L.childNodes[z];while(S.firstChild){S.removeChild(S.firstChild)}}else{S=document.createElement("cvml:shape");L.appendChild(S)}S.stroked="f";S.coordsize=m;S.coordorigin=H=(q-o)+","+p;S.path=(Z.d?"m"+Z.d+"xe":"")+"m"+H+e;S.fillcolor=a;if(R){S.appendChild(R.cloneNode(false))}var AD=S.style;AD.width=u;AD.height=AE;if(c){var O=c[0],N=c[1];var X=Cufon.CSS.color(O.color),W;var h=document.createElement("cvml:shadow");h.on="t";h.color=X.color;h.offset=O.offX+","+O.offY;if(N){W=Cufon.CSS.color(N.color);h.type="double";h.color2=W.color;h.offset2=N.offX+","+N.offY}h.opacity=X.opacity||(W&&W.opacity)||1;S.appendChild(h)}o+=g[z++]}AH.width=Math.max(Math.ceil(K.convert(F*r)),0);return V}})());
Cufon.registerFont({"w":88,"face":{"font-family":"Voluta Script","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"3 0 5 3 0 0 0 0 0 0","ascent":"288","descent":"-72","cap-height":"35","bbox":"-87.9078 -245 386 216.175","underline-thickness":"7.2","underline-position":"-26.64","slope":"-35","stemh":"9","stemv":"14","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":39},"!":{"d":"64,-47v40,-48,48,-133,113,-152v-14,22,-34,44,-48,66v-21,34,-27,47,-59,83v-3,2,-6,3,-6,3xm32,12v-7,-17,-6,-29,13,-33v4,10,2,32,-13,33","w":85},"\"":{"d":"102,-115v-3,12,-6,32,-18,42v-4,-11,-4,-45,18,-42xm63,-114v0,15,-6,35,-15,46v-6,1,-2,-6,-3,-12v1,-18,1,-30,18,-34","w":82},"#":{"d":"96,-74v5,8,-23,22,-15,28v9,2,24,-2,30,4v-18,2,-40,-6,-44,10v6,5,17,0,24,6v-34,-9,-38,22,-54,34v0,-14,13,-24,11,-34v-29,2,-21,35,-40,34v4,-10,14,-20,13,-30v-4,0,-8,2,-11,0v4,-4,31,-6,19,-18v-12,1,-11,7,-21,4v7,-5,20,-5,30,-8v15,-16,10,-20,27,-18v0,2,0,0,-11,14v0,2,-1,2,1,3v25,-5,14,-22,41,-29xm40,-32v4,10,23,-4,20,-9v-7,-4,-15,2,-20,9","w":99},"$":{"d":"41,-35v-29,3,-35,61,-7,67v31,-12,35,-63,57,-89v11,-13,1,-26,1,-41v0,-30,24,-59,57,-54v11,-9,19,-37,34,-40v-7,18,-31,32,-24,54v-3,28,-54,29,-41,63v19,52,-17,101,-64,114v-6,-3,-10,7,-12,16v-7,5,-3,8,-13,17v-3,-12,3,-21,10,-28v0,-6,-5,-5,-7,-5v-17,1,-30,-17,-25,-37v7,-27,22,-46,44,-49v13,-2,19,21,7,25v-5,0,-12,-11,-17,-13xm151,-138v-7,-5,-13,13,-17,21v14,-2,16,-8,17,-21xm140,-145v-21,-5,-47,29,-27,47v10,-11,18,-29,28,-43v1,-2,2,-3,-1,-4xm104,-62v-20,26,-32,62,-49,92v38,-5,66,-54,49,-92","w":132},"%":{"d":"94,-6v16,12,42,-17,27,-28v1,-7,19,-9,19,3v-11,21,-36,42,-53,44v-3,0,-9,-1,-8,-7v4,-16,17,-39,32,-38v-5,8,-19,11,-17,26xm77,-88v-8,17,-33,29,-53,32v-3,0,-5,-2,-5,-4v4,-16,18,-28,35,-31v1,4,-27,15,-15,23v8,1,29,-10,27,-17v0,-5,-8,-1,-9,-6v1,-3,7,-14,16,-13v5,0,7,10,11,12v21,-1,56,-22,66,-31v7,-5,15,-3,15,5v0,5,-10,10,-15,10v-43,35,-124,109,-162,163v-3,5,-6,11,-9,9v31,-70,88,-108,136,-158v-9,0,-23,8,-38,6","w":159},"&":{"d":"135,-118v-4,42,-72,45,-53,90v16,-7,32,-44,51,-24v-13,16,-21,-7,-35,16v-20,15,-7,63,-24,85v-13,16,-22,36,-47,39v-5,0,-8,-3,-8,-10v0,-9,13,-15,14,-4v0,4,0,5,4,5v27,-10,43,-49,29,-78v-10,8,-19,17,-31,18v-9,12,-31,12,-36,-2v14,-41,67,-48,73,-90v10,-19,30,-44,57,-51v4,0,6,2,6,6xm124,-118v-21,6,-45,33,-46,57v20,-13,42,-27,50,-51v0,-1,1,-6,-4,-6xm22,18v20,-1,37,-15,47,-32v-3,-8,-1,-32,-13,-23v-16,12,-33,25,-42,43v0,9,2,12,8,12","w":121},"(":{"d":"40,61v1,-12,-16,-34,-14,-60v6,-85,66,-133,121,-160v-16,19,-25,17,-48,38v-36,33,-72,98,-49,170v2,7,-4,12,-10,12"},")":{"d":"72,-138v61,66,-19,158,-47,180v-4,4,-14,15,-21,11v41,-43,76,-61,76,-132v0,-22,0,-33,-15,-52v0,-5,3,-7,7,-7"},"*":{"d":"95,-122v-6,-25,17,6,23,-19v4,7,-8,17,-2,20v3,-1,17,-7,20,-2v-11,7,-20,10,-10,23v-3,9,-9,-5,-14,-5v-6,4,2,11,-7,16v4,-20,-7,-19,-19,-14v4,-7,19,-12,9,-19","w":90},"+":{"d":"99,-32v-13,5,-35,-2,-46,11v-7,10,-10,23,-21,29v-9,-12,23,-33,5,-37v-10,2,-19,4,-28,3v0,-6,3,-2,9,-5v54,0,22,-22,61,-32v11,8,-21,18,-9,28v8,0,28,-1,29,3","w":99},",":{"d":"32,4v-6,-6,-16,-28,3,-22v22,16,-11,57,-30,49v10,-7,25,-13,27,-27","w":65},"-":{"d":"10,-26v8,-10,39,-16,48,-5v1,9,-12,1,-15,3v-11,0,-25,7,-33,2","w":60},".":{"d":"30,-2v-10,0,-16,-16,-4,-18v10,-1,15,15,4,18","w":54},"\/":{"d":"167,-170v5,11,-19,26,-26,36r-99,137v-4,6,-45,59,-49,59v-7,0,-2,-5,0,-8r142,-199v11,-9,17,-23,32,-25","w":115},"0":{"d":"5,-6v2,-16,31,-48,51,-36v2,25,-20,38,-38,47v-8,-1,-11,-2,-13,-11xm20,-14v8,16,21,1,28,-13v0,-10,-13,-11,-18,-4v-8,4,-8,12,-10,17","w":63},"1":{"d":"39,-35v5,-10,-17,-2,-12,-12v18,2,31,-7,42,-1v-5,9,-11,0,-18,15v-6,11,-15,27,-2,30v5,-2,8,0,9,4v-8,3,-56,6,-44,-5v19,0,17,-17,25,-31","w":75},"2":{"d":"26,-43v3,-13,34,-36,41,-14v-1,20,-30,29,-36,45v9,6,18,8,28,16v5,0,12,-11,18,-14v-3,15,-18,21,-29,26v-14,-10,-21,-23,-42,-7v-2,0,-1,-3,-1,-5v22,-22,34,-28,47,-56v-6,-16,-19,14,-26,9","w":86},"3":{"d":"13,-31v13,-21,13,-17,40,-29v7,0,9,3,9,7v-7,31,-18,28,-29,44v31,27,-10,68,-30,84v-10,8,-27,21,-39,10v-3,-12,9,-27,18,-25v-3,4,-15,14,-6,21v27,-8,50,-26,50,-59v0,-12,-4,-27,-18,-21v-5,-6,14,-12,14,-12v15,-10,33,-24,21,-37v-14,2,-18,12,-30,17","w":72},"4":{"d":"58,-67v-12,35,-20,32,-36,55v7,2,31,3,31,-8v3,-7,14,-32,23,-24v-2,11,-22,30,-7,35v3,0,7,-4,9,0v-2,10,-21,6,-24,14v-13,31,-24,65,-39,88v-7,3,-7,-2,-4,-10r33,-81v-11,-7,-32,7,-44,1v12,-20,39,-27,42,-58v1,-4,12,-18,16,-12","w":93},"5":{"d":"16,-5v1,-10,17,-25,18,-40v2,-21,38,-3,51,-15v-17,22,-14,24,-43,22v-5,3,-17,26,-14,23v10,10,16,10,16,32v0,31,-27,62,-68,73v-14,0,-17,-20,-3,-24v3,5,-3,7,6,10v40,15,60,-55,37,-81","w":82},"6":{"d":"12,-6v0,-77,63,-106,93,-128v7,1,3,4,0,7v-12,7,-8,11,-20,13v-22,33,-39,36,-44,69v4,-4,29,-9,25,8v-1,24,-21,39,-44,45v-10,-5,-10,-3,-10,-14xm36,-8v13,-1,30,-22,19,-36v-19,4,-27,9,-27,26v0,8,4,10,8,10","w":70},"7":{"d":"33,-57v16,6,30,15,43,0v5,0,4,2,2,5r-34,39v3,4,18,8,4,13v-25,4,-18,24,-31,33v-10,14,-26,55,-37,54v16,-36,30,-45,46,-83v-3,-2,-9,-2,-11,-5v4,-5,10,-8,20,-8v4,-7,18,-15,13,-23v-12,-1,-24,-15,-32,0v-4,0,-5,2,-6,0v1,-7,25,-24,23,-25","w":77},"8":{"d":"49,-75v-8,-29,5,-47,28,-57v13,8,9,19,2,28v1,11,-8,13,-14,22v10,48,-11,74,-43,87v-8,0,-11,-5,-11,-11v-3,-25,23,-49,38,-69xm60,-100v1,13,7,10,11,3v7,-15,8,-12,5,-27v-10,0,-16,14,-16,24xm51,-69v-16,15,-34,35,-34,60v0,13,17,5,22,0v12,-11,19,-43,12,-60","w":72},"9":{"d":"4,-4v-1,-21,20,-43,43,-47v17,11,-1,60,-10,63v-24,42,-45,74,-76,86v31,-32,53,-58,72,-104v-6,2,-28,19,-29,2xm24,-10v13,3,24,-26,12,-34v-8,3,-27,25,-12,34","w":64},":":{"d":"38,-46v11,2,8,19,-3,20v-5,0,-8,-5,-8,-9v0,-5,6,-11,11,-11xm19,8v-10,-4,-4,-19,8,-20v10,6,4,20,-8,20","w":57},";":{"d":"43,-51v9,2,11,23,-3,21v-12,-2,-5,-20,3,-21xm1,39v-4,-10,29,-26,14,-40v0,-8,21,-19,22,-4v1,10,-30,45,-36,44","w":65},"<":{"d":"122,-46v-19,9,-60,12,-81,20v22,8,48,10,64,24v-18,18,-51,-15,-75,-19v-7,2,-24,-4,-13,-9v38,-1,72,-19,105,-16","w":111},"=":{"d":"110,-39v-29,5,-59,-1,-84,6v-5,0,-5,-2,-3,-5v18,-7,65,-11,87,-1xm108,-14v-23,0,-62,-4,-85,5v-7,-5,9,-9,9,-9v27,-5,56,-8,76,4","w":123},">":{"d":"83,-24v-11,-11,-48,-8,-59,-22v24,-17,56,16,84,16v3,4,3,4,-1,7v-40,2,-78,27,-111,23v24,-13,60,-15,87,-24","w":110},"?":{"d":"120,-178v-22,17,-52,24,-63,57v1,6,12,1,14,3v-2,8,-35,11,-23,-7v16,-26,40,-44,72,-53xm173,-177v-8,29,-44,43,-61,64v-24,17,-49,32,-63,59v-2,13,12,7,18,12v-8,14,-61,7,-35,-13v35,-43,89,-64,121,-109v7,-20,-15,-18,-30,-15v11,-6,47,-17,50,2xm32,2v-6,9,-25,3,-28,-4v2,-6,22,-19,24,-2v3,3,4,5,4,6","w":101},"@":{"d":"103,-35v1,-14,17,-1,25,-4v10,7,-22,30,1,32v38,4,68,-77,16,-86v-50,1,-83,25,-106,56v-33,45,19,96,67,75v7,-3,8,-2,18,-5v-40,25,-123,30,-108,-34v15,-64,73,-96,125,-96v20,0,37,3,38,31v0,37,-27,61,-62,66v-10,1,-15,-8,-9,-17v-14,11,-21,12,-39,15v-3,0,-3,-3,-3,-6v4,-11,9,-15,27,-25v2,8,-19,13,-7,24v6,0,25,-12,25,-20v1,-6,-8,0,-8,-6xm43,41v2,10,28,8,35,4v-13,2,-25,-10,-35,-4","w":192},"A":{"d":"198,-150v3,18,20,6,29,11v1,15,-15,14,-20,25v-16,32,-51,58,-48,101v12,13,28,-6,42,-9v-14,9,-23,23,-45,24v-31,-8,-11,-35,-7,-50v15,-29,34,-56,53,-81v-16,-1,-21,24,-34,33v-19,30,-63,56,-81,71v-15,13,-34,28,-50,28v-8,0,-11,1,-14,-10v7,-56,39,-94,70,-128v25,-28,51,-48,91,-55v25,1,19,35,14,40xm163,-125v16,-9,42,-28,30,-52v-6,-11,-25,-1,-36,6v-51,34,-101,93,-110,153v2,10,15,0,21,-1v58,-41,105,-78,117,-114v-9,6,-14,14,-22,8","w":196},"B":{"d":"145,-195v24,1,19,20,22,36v28,-15,39,-34,76,-39v24,26,-9,47,-21,65v-10,10,-19,15,-29,23v47,31,-5,100,-31,116v-13,8,-16,15,-32,15v-9,0,-11,0,-13,-11v8,-25,27,7,43,-9v24,-24,48,-78,23,-103v-3,1,-8,5,-12,2v0,-6,5,-4,9,-8v22,-18,50,-45,54,-77v-9,-14,-28,8,-38,12v-39,17,-41,69,-58,96v-22,36,-43,83,-81,94v-12,-3,-12,-7,-9,-18v16,-54,59,-93,92,-132v7,-17,9,-26,9,-45v-13,-27,-47,18,-56,17v-18,23,-34,34,-38,59v1,20,45,-13,16,11v-13,-1,-19,9,-25,-4v16,-60,56,-83,99,-100xm74,-1v28,-31,50,-69,60,-116v-28,41,-72,70,-79,122v5,8,14,-1,19,-6","w":202},"C":{"d":"51,-19v0,-36,19,-56,39,-84v-21,-10,-29,-11,-27,-38v14,-22,31,-32,56,-35v5,1,7,2,7,4v-4,5,-26,7,-27,7v-18,12,-30,33,-10,51v24,-1,26,-26,44,-36v43,-37,67,-53,125,-68v33,4,27,17,14,33v-56,68,-89,73,-164,83v-21,20,-36,45,-36,81v0,53,82,15,105,0v4,2,1,2,-2,5v-25,13,-47,33,-82,33v-23,0,-42,-13,-42,-36xm274,-205v-2,-14,-20,-7,-33,-5v-11,6,-4,3,-21,8v-34,26,-78,51,-100,88v69,3,135,-39,154,-91","w":177},"D":{"d":"79,-98v14,-63,73,-97,151,-97v46,0,50,56,39,95v-16,54,-54,91,-107,110v-21,-4,-38,-15,-62,-15v-26,0,-57,35,-80,8v6,-32,56,-29,86,-22v36,-18,35,-72,56,-103v17,-16,26,-41,54,-41v-43,12,-46,91,-73,121v-1,8,-20,14,-26,25v12,3,41,17,46,19v59,-16,89,-64,95,-134v6,-68,-73,-64,-113,-39v-16,10,-51,32,-46,61v2,17,14,24,32,19v-12,16,-50,19,-52,-7xm85,-6v-9,-8,-49,-13,-56,3v11,21,40,5,56,-3","w":238},"E":{"d":"147,-19v-29,29,-106,52,-132,10v-5,-14,11,-35,19,-35v3,-11,43,-18,51,-32v12,-54,48,-98,123,-100v23,13,-5,42,-16,53v-13,13,-40,34,-63,20v0,-4,8,-12,13,-10v-3,11,11,9,19,8v25,-16,41,-28,51,-58v-36,-28,-92,22,-93,50v-8,16,-18,48,-38,49v-20,6,-38,21,-42,41v5,24,16,29,41,29v20,0,43,-17,67,-25","w":145},"F":{"d":"51,-81v4,-34,32,-54,64,-63v7,4,-5,9,-5,9v-22,2,-37,16,-39,41v-3,31,34,20,55,17v37,-44,66,-115,139,-115v19,0,24,17,11,32v-43,51,-102,73,-129,83v-17,24,-32,37,-36,63v11,18,44,-5,56,-5v-30,23,-66,12,-71,58v-20,50,-50,96,-82,127v-3,2,-11,7,-9,-4v27,-61,34,-83,76,-155v0,-2,-3,-3,-8,-9v0,-11,11,-12,18,-15v7,-20,24,-27,29,-50v-4,-10,-33,11,-44,2v-12,3,-26,-4,-25,-16xm266,-186v-61,6,-87,54,-112,100v51,-20,105,-45,120,-92v0,-3,-2,-5,-8,-8xm94,18v-24,36,-47,81,-62,121v35,-51,50,-68,62,-121","w":166},"G":{"d":"77,47v-39,40,-72,58,-83,115v2,2,3,0,5,0v27,-19,74,-80,95,-124v-4,-4,-23,17,-8,-1v34,-39,41,-67,72,-104v-10,-2,-15,9,-20,17v-30,19,-56,50,-94,58v-10,-3,-21,-4,-21,-16v27,-76,90,-173,186,-173v15,0,18,8,19,22v-9,32,-35,48,-60,70v-5,18,10,1,17,6v-16,25,-38,46,-48,78v8,-5,16,-13,25,-15v-12,16,-38,21,-44,44v-34,57,-69,121,-127,147v-11,-10,5,-28,5,-37v4,-16,52,-70,81,-87xm150,-71v-10,-9,-12,-22,6,-24v2,0,8,1,10,4v22,-28,48,-37,56,-72v-1,-13,-16,-11,-30,-8v-20,5,-36,20,-54,30v-11,3,-18,14,-29,28v-31,40,-59,59,-62,107v3,8,10,4,19,1v49,-30,23,-11,78,-58","w":161},"H":{"d":"239,-167v-5,62,-74,94,-147,90v-14,12,-15,42,-25,52v-1,3,-7,9,-4,11v11,-2,14,4,24,3v22,-27,39,-64,87,-60v19,8,20,19,20,38v0,59,-52,104,-108,109v-22,2,-63,-21,-34,-37v7,5,-1,10,9,18v34,25,45,11,75,-3v23,-25,43,-60,43,-100v0,-31,-35,-18,-56,-3v-9,17,-35,29,-35,55v0,8,-12,22,-16,16v1,-14,1,-21,-7,-28v-10,0,-15,8,-22,7v6,-35,16,-56,31,-82v-16,-14,-41,-32,-9,-55v8,-6,18,-11,25,-4v-28,-4,-30,31,-11,48v35,-39,63,-88,123,-88v20,0,24,-1,37,13xm96,-85v58,10,126,-16,136,-78v-12,-24,-40,-13,-57,-4v-38,19,-62,51,-79,82","w":199},"I":{"d":"65,-122v9,-38,66,-32,96,-49v12,-15,17,-22,30,-19v-1,11,-11,16,-19,21v-38,57,-57,131,-107,174r49,-24v-7,13,-45,23,-54,32v-8,8,-18,23,-38,22v-1,0,-9,-4,-4,-9v4,-6,17,-12,33,-19v53,-48,59,-122,106,-173v-20,17,-69,10,-77,40v-1,14,12,12,19,10v-3,16,-37,11,-34,-6","w":117},"J":{"d":"113,-14v7,-3,10,-6,18,-8v-49,32,-57,71,-82,94v-19,37,-39,47,-57,72v-11,2,-17,24,-31,13v2,-46,24,-49,35,-77v25,-30,50,-54,89,-81v26,-50,56,-103,61,-164v-36,25,-79,55,-80,91v7,8,19,-5,26,-7v3,0,3,1,3,4v-12,13,-12,11,-35,15v-15,-8,4,-26,1,-31v23,-38,54,-62,95,-82v8,-2,11,11,9,21v-13,50,-33,98,-54,134v0,4,0,6,2,6xm76,15v-42,19,-73,67,-92,97v-7,11,-16,24,-11,37v17,-6,25,-23,35,-36v31,-43,25,-30,53,-74","w":127},"K":{"d":"89,-10v-19,7,-17,32,-34,41v-9,-12,4,-34,13,-45r46,-97v-16,-4,-47,-7,-45,-26v2,-20,28,-39,47,-38v2,4,1,4,-2,6v-19,3,-22,4,-29,22v2,18,18,21,37,24v46,-57,80,-122,165,-122v48,0,-7,66,-10,62v-53,50,-88,51,-138,68v-28,38,-32,59,-48,90v2,9,3,7,9,6v22,-38,50,-70,66,-78v25,-21,37,-30,76,-34v17,7,-4,25,-7,30v-6,14,-35,24,-50,35v-6,45,12,70,51,47v-14,9,-29,27,-51,24v-16,-1,-21,-36,-20,-54v0,-7,0,-39,17,-30v7,9,3,7,12,1v19,-12,40,-24,39,-48v-46,4,-73,44,-97,60v-9,22,-29,41,-34,75v-4,1,-8,6,-13,4v0,-8,4,-18,0,-23xm302,-232v-61,-27,-111,43,-135,73v-10,13,-9,6,-11,16v-8,10,-8,6,-8,18v47,-14,89,-28,122,-59v16,-15,15,-6,16,-17v10,-11,13,-16,16,-31","w":234},"L":{"d":"99,-41v11,-15,40,-55,45,-75v-27,8,-73,6,-73,-24v5,-19,21,-32,43,-33v-4,5,-31,17,-27,27v0,29,38,30,65,22v32,-42,60,-83,116,-94v23,-4,20,22,10,33v-29,30,-73,53,-108,63r-20,31v-9,16,-28,39,-38,52v14,23,9,14,20,36v23,30,57,-13,81,-16v-26,24,-90,68,-107,6v-19,-18,-41,31,-62,9v4,-36,33,-43,55,-37xm175,-130v46,-13,85,-32,104,-72v-41,-29,-77,42,-104,69r0,3xm87,-29v-11,-13,-27,3,-30,16v10,15,22,-10,30,-16","w":212},"M":{"d":"98,-99v4,14,-26,30,-46,34v-6,0,-10,-4,-10,-18v18,-38,78,-94,137,-108v18,-4,6,32,8,38v14,-8,52,-33,61,-33v19,-1,11,26,17,39v22,-11,56,-36,78,-26v-1,7,-1,19,1,21v14,-7,31,-26,42,-11v-12,19,-23,19,-40,21v-25,21,-62,70,-65,118v0,10,3,21,14,22v13,-2,23,-16,35,-17v-16,16,-61,47,-69,9v3,-57,37,-98,68,-131v-9,-13,6,-39,-20,-25v-22,12,-29,11,-49,35v-9,56,-36,97,-61,125v-15,16,-18,17,-32,19v-15,-2,-10,-17,-6,-27v15,-38,52,-87,83,-115v5,-16,3,-30,-1,-47v-33,7,-44,21,-63,41v-17,61,-39,123,-95,148v-25,-9,0,-36,2,-45v12,-29,53,-69,77,-99v4,-19,13,-38,3,-51v-18,4,-27,9,-38,20v-27,14,-69,48,-77,82v0,6,3,8,7,8v26,-6,24,-18,39,-27xm182,2v25,-31,47,-70,53,-115v-32,35,-59,65,-70,110v0,11,8,9,17,5xm119,-28v11,-23,37,-62,35,-86v-26,36,-62,62,-72,115v3,3,4,5,5,5v11,0,27,-25,32,-34","w":329},"N":{"d":"58,-92v14,28,27,-20,41,-7v-8,31,-66,29,-45,-8v19,-35,48,-56,89,-65v20,-4,18,20,24,31v21,-17,32,-26,58,-34v15,2,13,13,23,22v13,-7,18,-16,39,-8v-6,23,-33,9,-44,23v-35,43,-44,61,-57,108v0,11,2,27,15,28v10,0,22,-17,35,-17v-17,14,-28,23,-53,28v-26,-6,-14,-47,-5,-70v15,-34,39,-59,60,-86v-16,0,-13,-31,-30,-15v-22,12,-44,22,-50,53v-10,53,-41,103,-67,114v-14,7,-6,4,-20,12v-26,-2,-7,-34,-1,-45v19,-39,45,-61,73,-91v0,0,9,-53,-14,-44v-26,11,-68,42,-71,71xm71,9v35,-10,60,-68,65,-111v-32,31,-61,71,-70,105v0,2,1,4,5,6","w":235},"O":{"d":"71,-141v1,-23,31,-41,54,-34v-12,7,-43,4,-39,31v0,6,7,16,20,17v21,-19,40,-45,91,-46v30,27,-30,50,-44,52v-5,3,-22,9,-39,4v-22,34,-47,62,-39,109v5,28,52,1,56,-6v31,-25,57,-60,55,-108v0,-2,2,-7,3,-7v14,54,-27,89,-40,105v-15,19,-39,36,-67,39v-20,2,-31,-17,-28,-40v6,-42,26,-61,44,-92v-1,-7,-29,-7,-27,-24xm120,-124v34,6,66,-6,80,-33v0,-6,-5,-10,-15,-10v-28,7,-51,26,-65,43","w":163},"P":{"d":"143,-166v22,7,24,24,22,49v36,-18,47,-34,81,-35v15,0,17,9,18,22v-15,61,-38,77,-67,112v-19,11,-28,21,-43,22v-10,0,-12,0,-13,-11v6,-25,25,5,38,-6v37,-32,67,-79,67,-128v-27,-10,-44,11,-61,19v-38,18,-38,74,-60,103v-20,42,-41,95,-91,107v-36,-16,1,-64,14,-83v33,-48,46,-55,83,-93v19,-11,13,-38,14,-65v-28,-17,-42,14,-61,23v-15,17,-25,25,-29,42v1,14,16,11,26,1v4,-2,9,-13,12,-6v-12,16,-39,35,-47,9v17,-44,48,-68,97,-82xm60,67v32,-42,55,-93,74,-148v-21,18,-34,28,-47,45v-6,4,-8,5,-9,13v-30,36,-42,45,-52,93v6,21,24,11,34,-3","w":214},"Q":{"d":"199,-150v0,54,-76,113,-130,147v45,17,80,45,133,53v1,2,19,-7,22,-8v-2,14,-28,17,-38,18v-41,-7,-73,-20,-101,-40v-25,-3,-36,-17,-57,-6v-4,0,-17,-5,-15,-10v3,-15,32,-7,46,-10v56,-34,104,-79,120,-149v0,-25,-29,-12,-31,-8v-12,9,-17,14,-31,21v-25,29,-62,47,-70,92v6,9,8,2,16,3v-4,5,-10,8,-19,9v-5,0,-9,-3,-8,-10v15,-55,94,-124,144,-132v21,3,19,10,19,30","w":128},"R":{"d":"171,-47v-17,-7,-4,-18,4,-20v21,10,42,-21,53,-31v15,-23,50,-66,36,-105v-34,7,-47,21,-74,44v-37,86,-67,178,-148,220v-4,0,-8,-4,-8,-10v-1,-24,14,-47,26,-70v29,-52,11,-9,49,-65v24,-36,57,-38,63,-86v-1,-15,8,-30,-6,-42v-50,25,-97,57,-108,112v2,16,18,-2,26,1v-5,8,-27,23,-34,8v10,-68,64,-104,117,-128v27,-6,31,23,24,48v30,-12,46,-41,85,-42v8,-3,11,23,11,24v-16,70,-48,97,-97,131v6,16,14,61,41,52v10,-3,21,-13,30,-13v-17,12,-48,39,-69,18v-10,-15,-17,-31,-21,-46xm84,-47v-13,39,-38,40,-42,98v1,1,2,3,4,3v41,-26,74,-90,80,-103v14,-26,27,-49,35,-77v-32,20,-51,52,-77,79","w":260},"S":{"d":"130,-9v8,-29,31,-45,31,-71v-26,8,-90,19,-99,-14v0,-12,22,-41,36,-33v-4,12,-23,8,-21,29v15,30,97,24,102,-9v24,-45,55,-78,106,-97v27,-10,52,11,34,35v-18,25,-46,47,-75,55v-15,17,-63,14,-68,52v-33,66,-37,80,-71,120v-27,31,-53,55,-101,50v-48,-20,-26,-99,17,-104v5,-1,7,2,8,6v-4,22,-26,0,-30,16v-18,17,-22,75,18,75v33,0,71,-31,87,-64v17,-34,12,-22,26,-46xm311,-196v-67,-7,-91,55,-117,95v22,4,51,-21,73,-29v21,-16,42,-26,49,-56v0,-3,-2,-9,-5,-10","w":174},"T":{"d":"245,-139v-40,-2,-80,-40,-120,-42v-31,6,-53,37,-49,73v5,11,1,7,13,11v17,-2,18,-19,27,-29v5,17,-16,32,-32,38v-37,-14,-4,-78,11,-86v15,-13,24,-19,48,-18v51,1,68,39,114,42v11,-10,47,-28,53,-4v-7,15,-59,7,-63,29v-55,76,-75,200,-174,210v-23,2,-40,-14,-35,-40v4,-22,10,-28,35,-41v2,0,3,1,7,4v-3,11,-10,15,-20,10v-9,12,-19,17,-16,38v11,31,44,23,63,9v61,-45,80,-153,138,-204xm273,-150v11,7,43,-8,20,-10v-4,2,-19,2,-20,10","w":209},"U":{"d":"94,4v-37,9,-26,-39,-36,-55v-4,3,-10,1,-7,-4v11,-11,10,-4,24,-12v31,-35,65,-67,73,-117v4,-28,-15,-18,-25,-10v-28,23,-71,55,-61,87v11,0,18,-13,24,-14v-9,19,-27,25,-36,19v12,-64,54,-88,102,-111v21,5,15,28,7,45v-26,54,-51,70,-81,106v11,13,-4,53,22,56v36,-8,34,-27,44,-55v24,-66,34,-90,85,-131v9,-7,15,-12,28,-11v1,33,-13,41,-20,56v-32,68,-76,77,-85,124v2,40,37,5,51,4v-18,14,-36,33,-62,24v-4,-6,-3,-26,-12,-20v-16,11,-14,8,-35,19xm161,-56v28,-19,44,-62,60,-71v12,-23,23,-39,27,-63v-14,-7,-25,24,-37,33v-23,32,-40,65,-50,101","w":203},"V":{"d":"60,21v5,-79,46,-91,63,-174v1,-7,-1,-11,-9,-10v-46,39,-64,58,-73,104v2,11,14,4,19,0v14,-11,11,-15,17,-12v-9,13,-7,15,-36,25v-21,-13,2,-38,7,-50v5,-13,50,-76,82,-74v23,12,5,60,-5,71v-3,17,-5,13,-20,39v-2,10,-7,20,-14,29v-4,21,-19,39,-12,53v28,-9,22,-14,42,-31v32,-26,59,-68,75,-91v17,-24,34,-49,38,-85v1,-8,-23,-11,-15,-23v10,-15,24,-5,24,9v0,72,-39,86,-58,123v-24,24,-68,96,-116,108v-8,0,-9,-3,-9,-11","w":161},"W":{"d":"151,-192v-18,-22,-50,4,-58,15v-12,17,-28,31,-31,60v-1,19,14,22,27,15v-1,5,-11,13,-18,12v-27,-10,-16,-43,-8,-55v22,-28,35,-56,79,-66v10,0,20,1,22,8v28,18,5,77,-9,92v-5,18,-31,40,-46,55v12,16,-4,65,29,48v11,-11,26,-16,29,-36v5,-35,20,-67,50,-81v21,7,-2,36,-5,42v-12,19,-2,5,-29,43v-2,16,0,40,21,38v26,-11,59,-53,76,-80v24,-37,35,-51,36,-104v-2,-4,-3,-7,-5,-7v-13,10,5,33,-11,35v-6,0,-15,-5,-15,-12v0,-13,17,-32,29,-32v35,54,-22,98,-25,120v-35,47,-42,62,-87,90v-24,14,-33,-12,-39,-30v-16,16,-23,24,-50,32v-20,-2,-13,-50,-26,-60v0,-11,14,-22,24,-15v25,-24,55,-78,40,-127xm187,-57v4,-7,37,-42,27,-59v-18,11,-25,37,-27,59","w":262},"X":{"d":"207,-189v0,37,-19,49,-23,72v38,-47,98,-95,155,-100v51,-4,23,55,8,62v-21,11,-49,34,-80,35v-6,0,-9,-2,-9,-9v0,-2,4,-12,10,-12v10,1,9,13,21,11v31,-5,71,-36,74,-65v-3,-15,-8,-16,-23,-16v-81,0,-132,77,-162,122v9,3,24,-1,32,8v-15,8,-39,-13,-42,13v-4,27,-15,73,20,78v21,3,54,-26,73,-29v-22,14,-50,37,-80,39v-18,1,-39,-10,-39,-33v0,-30,14,-44,16,-64v-34,44,-63,93,-133,101v-9,1,-18,-8,-19,-18v4,-19,16,-33,36,-27v1,11,-29,12,-27,24v4,29,47,7,60,-2v30,-22,52,-49,73,-81v-10,-6,-29,3,-41,1v8,-11,43,-2,50,-17v14,-30,31,-58,31,-95v0,-22,-22,-6,-34,1v-24,16,-44,32,-59,56v-9,13,6,22,19,12v1,5,-20,13,-26,10v-10,-19,16,-40,23,-49v29,-24,38,-39,81,-49v11,0,15,11,15,21","w":259},"Y":{"d":"163,-177v-4,69,-67,112,-74,166v1,12,15,0,20,-2v35,-27,59,-36,72,-60v17,-32,29,-61,62,-77v11,1,10,6,8,14v-6,24,-37,39,-49,60v-15,25,-33,54,-44,88v24,-14,25,-25,49,-31v-28,23,-64,40,-74,81v-35,61,-61,118,-105,150v-16,12,-22,-4,-23,-21v20,-70,74,-110,123,-154r39,-82v-28,9,-49,47,-83,51v-8,0,-12,-5,-12,-13v0,-66,73,-98,73,-165v0,-7,1,-12,-5,-17v-44,11,-66,42,-80,79v-1,5,13,11,2,12v-10,-9,-5,-18,1,-34v17,-27,49,-59,80,-65v13,3,15,4,20,20xm123,49v-49,39,-97,81,-109,144v1,25,18,5,24,1v32,-45,63,-91,85,-145","w":205},"Z":{"d":"72,-182v-2,-9,47,-36,66,-22v-22,5,-64,8,-62,42v16,37,85,25,105,10v8,-10,17,-23,35,-24v4,-1,5,3,5,8v-6,20,-30,24,-41,45v-12,23,-34,45,-51,60v14,21,4,40,11,60v16,-5,22,-13,36,-16v-13,16,-38,17,-47,37v-26,68,-92,125,-132,150v-11,6,-30,10,-32,-5v29,-84,85,-105,146,-150v9,-17,11,-47,1,-65v-6,1,-15,14,-19,4v-1,-14,12,-17,27,-18v15,-11,43,-48,53,-72v0,0,-113,27,-113,-24v0,-6,5,-15,12,-20xm108,22v-52,29,-132,89,-137,142v2,7,7,5,14,4v45,-24,101,-88,123,-146","w":176},"[":{"d":"137,-135v-10,11,-30,6,-41,14v-16,55,-47,109,-74,157v23,8,37,0,49,13v-12,0,-41,-11,-66,-5v10,-26,32,-61,39,-84v17,-25,29,-60,33,-81v6,-35,37,5,54,-16v2,0,6,0,6,2","w":93},"\\":{"d":"20,-157v-5,-16,11,-24,13,-12r46,243v-1,1,0,6,-2,6v-27,-62,-35,-167,-57,-237","w":115},"]":{"d":"-24,50v7,-16,37,-5,48,-11v19,-59,49,-109,78,-160v-13,-4,-38,3,-40,-11v8,-18,15,5,24,6v12,2,26,-4,34,0r-74,144v-6,14,-7,33,-24,36v-6,-10,-33,-9,-46,-4","w":93},"^":{"d":"71,-102v-19,5,-40,27,-57,22v24,-11,45,-25,71,-33v7,8,-8,28,2,38v-14,7,-26,-11,-14,-24v0,-3,-1,-3,-2,-3","w":69},"_":{"d":"-19,29v32,-14,109,-2,152,-6v4,2,8,2,5,6v-43,4,-101,-3,-153,2v-3,0,-4,-1,-4,-2","w":126},"a":{"d":"90,-22v-14,14,-24,24,-40,23v-4,-8,0,-7,2,-17v-10,6,-19,14,-31,19v-20,1,5,-25,-5,-29v-7,3,-13,7,-21,9v9,-7,36,-30,49,-18v1,1,-26,20,-13,27v9,0,21,-10,24,-19v-3,-1,-18,-13,-2,-15v7,3,11,6,18,11v-18,38,5,11,19,9","w":86},"b":{"d":"24,6v-15,-4,3,-30,-3,-35v-9,4,-16,10,-26,12v68,-38,81,-127,152,-162v15,6,-3,31,-5,42v-27,49,-62,64,-96,98v-3,11,-14,24,-11,34v15,2,14,-27,26,-28v9,1,0,14,2,19v14,2,18,-10,26,-8v-8,8,-22,19,-36,12v-7,7,-22,16,-29,16xm141,-170v-39,28,-57,72,-84,111v33,-17,86,-64,84,-111","w":84},"c":{"d":"13,1v-24,-15,13,-39,26,-43v3,0,6,1,6,6v-2,4,-4,12,-9,9v0,-3,5,-9,-1,-9v-11,0,-26,26,-10,30v10,-1,24,-14,34,-16v-10,11,-27,25,-46,23","w":55},"d":{"d":"18,2v-10,-6,7,-20,0,-28v-6,0,-11,7,-22,8v12,-7,35,-29,49,-17v-3,4,-22,18,-15,27v45,-5,42,-87,55,-109v9,-16,39,-43,57,-40v-32,5,-49,50,-52,88v-13,29,-33,66,-72,71","w":73},"e":{"d":"23,-7v14,5,25,-10,41,-15v-12,11,-32,26,-52,26v-19,-15,10,-38,23,-45v4,-3,9,-7,13,-2v2,13,-11,23,-22,30v-2,0,-5,3,-3,6xm36,-35v-7,1,-20,13,-14,21v5,-5,21,-14,14,-21","w":60},"f":{"d":"143,-189v17,3,5,28,1,38v-21,51,-54,74,-90,106v-8,13,-17,25,-14,34v11,3,23,-10,36,-11v-19,17,-39,14,-51,39r-67,141v-1,0,-2,-2,-2,-4v18,-66,44,-117,67,-180v-12,-3,-19,9,-30,10v19,-16,47,-25,55,-51v19,-31,31,-53,53,-82v13,-17,26,-36,42,-40xm62,-61v40,-28,69,-56,80,-116v-7,-10,-17,7,-21,12v-15,15,-45,70,-59,104","w":70},"g":{"d":"20,0v-14,0,4,-24,-1,-26v-8,3,-15,10,-23,9v11,-9,27,-27,44,-20v-2,9,-18,17,-10,29v5,-1,16,-8,20,-17v-7,-6,-11,-17,2,-17v7,1,8,3,9,9v13,3,3,19,6,25v8,-3,17,-14,25,-13v-63,45,-76,151,-140,176v-20,-22,-2,-66,19,-80v28,-31,69,-48,82,-93v-11,2,-18,18,-33,18xm-41,144v19,-11,65,-83,74,-118v-31,31,-74,50,-83,103v4,5,1,15,9,15"},"h":{"d":"59,-22v-16,0,-27,18,-41,24v-11,-9,10,-24,9,-34v-10,2,-19,14,-31,15v10,-13,34,-20,44,-34v30,-44,56,-122,114,-135v8,37,-26,71,-51,92v12,-23,47,-51,43,-83v-39,12,-47,58,-71,86v-2,8,-16,21,-9,27v10,-5,20,-21,30,-22v-18,22,-50,37,-58,66v12,-3,23,-15,37,-16v10,5,-16,22,-8,29v10,-5,17,-12,29,-15v-11,10,-24,22,-41,26v-8,-6,1,-14,4,-26","w":92},"i":{"d":"53,-92v7,-3,22,19,9,20v-9,0,-21,-16,-9,-20xm32,-14v7,11,17,-9,28,-8v-11,9,-27,28,-46,24v3,-12,9,-17,12,-29v-13,-3,-18,8,-30,10v15,-13,32,-24,52,-32v2,10,-13,24,-16,35","w":56},"j":{"d":"67,-84v-3,8,-16,6,-17,-2v1,-4,8,-10,13,-7v1,0,1,3,4,9xm36,-12v8,6,17,-13,26,-9v-47,25,-57,92,-87,116v-5,12,-27,36,-50,48v-21,0,-11,-25,-7,-40v25,-39,57,-66,92,-95v7,-10,13,-21,17,-34v-9,-4,-19,8,-31,9v12,-10,26,-21,43,-25v13,5,-2,20,-3,30xm-74,133v29,-16,67,-74,80,-113v-36,27,-73,55,-87,101v1,7,-1,8,7,12","w":58},"k":{"d":"38,-17v-8,5,-13,27,-25,17v4,-15,22,-26,20,-39v-13,4,-22,19,-37,22v10,-12,42,-26,52,-43v28,-46,54,-99,103,-124v11,-2,18,9,12,15v-16,55,-66,80,-103,116r-8,16v8,-5,15,-8,25,-10v8,14,-21,15,-26,24v3,22,25,7,39,1v-10,9,-20,19,-36,22v-8,-2,-11,-12,-16,-17xm74,-73v34,-26,75,-61,85,-97v-2,-16,-15,-1,-23,3v-26,26,-45,58,-64,91v0,2,0,3,2,3","w":87},"l":{"d":"69,-22v-9,13,-38,32,-50,23v-5,-8,9,-23,1,-28v-10,0,-16,11,-24,9v18,-13,37,-25,47,-47v17,-35,48,-83,78,-105v10,-8,9,-9,23,-10v9,0,15,9,4,15v-5,29,-30,47,-46,68v-21,29,-60,45,-67,86v1,3,1,4,4,4v9,-1,17,-10,30,-15xm56,-57v25,-20,58,-60,83,-92v5,-17,8,-15,1,-22v-40,20,-64,71,-85,111v0,1,1,2,1,3","w":67},"m":{"d":"27,-26v-8,-12,-20,8,-30,9v13,-11,37,-38,44,-18v1,8,-11,16,-5,21v14,-8,24,-23,40,-26v8,7,-3,22,-4,27v15,-3,32,-36,48,-22v2,13,-15,18,-8,26v9,-2,19,-13,27,-12v-11,9,-28,23,-43,26v-7,-13,7,-20,11,-31v-21,-8,-28,34,-52,28v0,-11,7,-11,10,-29v-21,5,-25,27,-47,30v-3,-10,6,-20,9,-29","w":135},"n":{"d":"70,-9v13,-1,18,-10,29,-13v-8,10,-28,23,-42,24v-10,-10,11,-23,5,-32v-17,7,-30,31,-48,33v0,-13,18,-23,11,-33v-10,0,-21,14,-29,12v11,-10,26,-19,42,-24v13,2,-3,20,0,24v10,-8,24,-23,39,-23v8,12,-11,22,-7,32","w":94},"o":{"d":"33,-37v12,-3,35,-9,24,15v4,4,13,-2,18,-1v-2,9,-23,8,-30,13v-8,13,-30,19,-37,5v0,-10,14,-24,-2,-16v-3,0,-9,7,-9,2v11,-8,22,-16,36,-18xm45,-17v-6,-11,-3,-10,-9,-16v-6,6,-16,13,-13,25v13,2,12,2,22,-9","w":69},"p":{"d":"44,9v-10,-12,21,-21,15,-38v-38,10,-33,71,-58,95v-15,33,-26,52,-46,77v13,-62,56,-108,69,-171v-10,-3,-19,10,-28,11v10,-9,26,-28,40,-27v10,6,-3,15,5,20v10,-7,16,-12,28,-17v17,6,-11,29,2,31v9,-2,16,-12,25,-12v-12,10,-32,27,-52,31","w":92},"q":{"d":"32,-39v18,8,-10,23,0,33v8,0,27,-18,17,-22v-2,-1,-8,-3,-8,-8v3,-8,22,-5,21,5v11,8,-4,21,1,27v9,-6,15,-15,27,-18v-45,39,-61,85,-80,109v-16,20,-12,28,-32,49v11,-56,54,-95,68,-146v-20,13,-12,15,-31,10v1,-8,9,-19,5,-26r-25,9v10,-10,24,-16,37,-22","w":86},"r":{"d":"19,5v-15,-9,8,-25,5,-35v-11,1,-19,12,-28,13v12,-15,19,-12,32,-28v7,-2,10,6,5,8v18,9,-10,20,-5,28v12,1,25,-13,31,-13v-11,11,-24,23,-40,27","w":54},"s":{"d":"-4,-17v16,-11,31,-28,54,-26v-4,5,-11,3,-15,11v5,6,6,11,6,18v6,-2,12,-8,17,-7v-21,9,-27,38,-53,38v-3,-1,-5,-1,-5,-4v2,-15,30,-10,25,-30v-3,-6,-2,-5,-3,-10v-10,2,-15,7,-26,10xm12,8v3,10,15,-6,15,-6v-3,-7,-14,0,-15,6","w":53},"t":{"d":"50,-57v-11,5,-36,22,-20,29v5,-2,15,-21,20,-29xm24,6v-8,-7,2,-48,-25,-23r-3,0v3,-7,18,-9,12,-18v0,-9,7,-6,11,-2v39,-34,55,-78,81,-99v15,15,-15,40,-23,55v-10,18,-24,38,-35,57v1,9,21,3,26,3v-5,5,-21,12,-32,8v-3,7,-4,18,-12,19","w":64},"u":{"d":"95,-23v-6,10,-32,33,-47,23v1,-5,9,-12,5,-16v-12,7,-23,24,-40,18v0,-11,12,-18,10,-28v-6,-3,-19,9,-26,8v10,-7,33,-28,47,-21v-3,11,-15,18,-12,30v28,-8,20,-22,46,-30v3,7,-14,17,-14,32v14,-1,19,-12,31,-16","w":91},"v":{"d":"44,-42v6,11,-20,26,-12,35v11,-4,22,-9,25,-22v-1,-10,15,-14,16,-7v-1,7,-10,11,-3,16v3,0,9,-3,11,-1v-20,6,-37,17,-62,24v-11,-7,13,-26,3,-30v-10,-1,-20,10,-26,10v13,-12,28,-22,48,-25","w":77},"w":{"d":"-4,-17v9,-10,32,-25,51,-23v-1,10,-16,20,-15,31v18,8,33,-39,49,-30v-3,15,-17,19,-22,33v14,5,28,-3,32,-19v-2,-9,11,-18,15,-7v2,7,-5,5,-1,11v0,0,14,-3,8,2v-6,3,-9,6,-15,3v-11,9,-25,17,-41,21v-12,3,-6,-12,-7,-15v-9,5,-21,15,-31,16v-19,-5,13,-26,5,-34v-8,0,-22,10,-28,11","w":112},"x":{"d":"33,-9v-10,6,-27,34,-45,31v-6,-4,2,-15,8,-13r6,4v10,-8,48,-34,24,-43v-12,-1,-20,14,-31,12v12,-10,43,-35,51,-11v8,-6,34,-29,43,-12v-7,16,-16,-12,-28,5v-10,5,-24,24,-5,30v15,0,26,-16,36,-15v-14,9,-29,24,-46,28v-12,0,-8,-11,-13,-16","w":87},"y":{"d":"29,-39v5,0,12,-3,10,3v-2,7,-13,14,-9,21v17,-2,33,-20,43,-26v12,10,-16,29,-14,40v11,-4,23,-20,35,-20v-68,35,-79,143,-147,160v-8,2,-12,-8,-9,-16v22,-51,58,-68,99,-106v4,-11,15,-23,16,-34v-14,2,-28,21,-41,11v-2,-2,7,-13,3,-17v-6,1,-13,7,-18,5v4,-7,24,-15,32,-21xm-46,128v35,-15,51,-56,68,-89v-20,10,-36,33,-57,47v-5,11,-18,20,-16,40v2,1,3,2,5,2","w":90},"z":{"d":"9,-1v10,-11,27,-5,28,-24v-9,-18,-29,9,-40,7v2,-8,32,-13,28,-27v4,-8,20,-16,23,-7v-5,22,5,36,-18,50v12,11,24,-23,38,-19v-11,14,-33,20,-30,45v-11,54,-49,91,-93,114v-22,6,-28,-11,-16,-24r92,-102v-1,-7,-10,-9,-12,-13xm-57,131v42,-18,70,-59,80,-108v-36,28,-69,60,-89,105v0,3,2,3,9,3","w":64},"{":{"d":"130,-147v-4,3,-4,2,-11,3v0,-1,3,-5,8,-5v2,0,4,1,3,2xm43,-46v4,-12,39,-19,30,-51v1,-29,22,-35,41,-46v0,0,2,1,2,2v-16,7,-26,20,-26,46v0,22,-19,30,-32,42v4,1,9,2,9,9v-3,29,-61,60,-26,89v6,1,15,-1,18,0v-12,9,-46,13,-46,-6v0,-32,31,-47,38,-73v-2,-4,-1,-12,-8,-12"},"|":{"d":"40,-14v-3,13,-17,100,-23,73r50,-236v2,-8,14,-29,21,-19v-21,58,-31,119,-48,182","w":77},"}":{"d":"66,-39v-27,-33,43,-61,24,-96v-10,-2,-16,2,-25,3v5,-7,16,-9,24,-11v22,-5,25,20,12,31v-10,19,-34,44,-20,67v-19,14,-47,27,-43,59v3,26,-11,48,-33,54v8,-6,18,-16,18,-28v-12,-36,20,-66,43,-79"},"~":{"d":"84,-27v10,0,15,-7,21,-7v-9,9,-22,18,-39,15v-28,-4,-31,-20,-54,-3v7,-11,24,-18,39,-18v23,0,17,13,33,13","w":109},"'":{"d":"67,-116v9,14,-6,29,-13,48v0,-18,-9,-47,13,-48","w":53},"`":{"d":"71,-54v-13,-3,-37,-27,-29,-42v18,4,14,30,29,42","w":90},"\u00a0":{"w":39}}});
Cufon.replace('h2');