/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */

var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());

Cufon.registerFont({"w":63,"face":{"font-family":"Knockout","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 6 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"3","bbox":"-8 -276 219 60","underline-thickness":"24.12","underline-position":"-29.52","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":55},"!":{"d":"41,-67v13,-49,15,-109,13,-173r-39,0v-1,63,0,124,13,173r13,0xm51,0r0,-42r-33,0r0,42r33,0","w":69},"\"":{"d":"95,-240r-29,0r-19,73r21,0xm49,-240r-29,0r-12,73r20,0","w":92},"#":{"d":"202,-154r0,-22r-43,0r11,-64r-24,0r-11,64r-44,0r11,-64r-24,0r-11,64r-52,0r0,22r48,0r-12,69r-46,0r0,21r43,0r-11,64r23,0r11,-64r45,0r-11,64r24,0r10,-64r53,0r0,-21r-49,0r12,-69r47,0xm132,-154r-12,69r-45,0r12,-69r45,0","w":204},"$":{"d":"139,-168v4,-44,-15,-68,-48,-76r0,-27r-30,0r0,28v-29,6,-45,29,-46,63v-1,67,78,68,84,124v2,15,-7,25,-24,25v-23,0,-26,-18,-25,-42r-38,0v-3,44,14,71,49,77r0,28r30,0r0,-28v28,-5,50,-30,49,-63v1,-70,-74,-68,-83,-127v-2,-13,8,-23,21,-23v20,-1,25,19,23,41r38,0","w":150},"%":{"d":"159,6v42,0,37,-45,37,-87v0,-23,-14,-37,-37,-37v-40,0,-36,45,-36,86v0,22,15,38,36,38xm159,-98v25,3,8,48,13,72v0,14,-26,16,-24,0v3,-24,-11,-66,11,-72xm186,-236r-15,-11r-150,243r15,12xm47,-121v41,0,36,-46,36,-87v0,-22,-15,-37,-36,-37v-40,0,-36,45,-36,87v0,22,16,37,36,37xm47,-225v24,4,7,49,12,72v0,7,-5,12,-12,12v-23,-4,-8,-48,-12,-72v0,-7,5,-13,12,-12","w":205},"&":{"d":"11,-57v-3,60,75,79,111,44v21,26,79,25,75,-22r0,-23r-22,0v6,25,-13,37,-28,18v14,-21,27,-52,27,-84r-31,0v-1,19,-8,44,-17,57v-9,-14,-20,-37,-26,-54v25,-19,48,-34,48,-71v0,-30,-16,-53,-48,-53v-58,0,-68,71,-45,114v-24,16,-42,37,-44,74xm81,-183v-4,-26,35,-38,33,-7v-1,18,-12,31,-26,41v-4,-10,-5,-22,-7,-34xm68,-96v8,20,19,41,31,57v-23,23,-62,-8,-43,-42v3,-6,7,-11,12,-15","w":200,"k":{"y":3,"w":2,"v":3,"f":3,"Z":-2,"Y":14,"W":6,"V":9,"T":10,"J":-4,"A":-5,"7":6,"4":-3}},"'":{"d":"62,-240r-36,0r-14,73r21,0","w":59},"(":{"d":"104,-276v-68,46,-95,168,-56,262v12,29,31,54,56,74r11,-12v-64,-65,-64,-248,0,-313","w":113,"k":{"y":-3,"p":-3,"l":-3,"k":-3,"j":-8,"h":-3,"b":-3,"a":3,"Z":-1,"Y":-3,"X":-3,"W":-3,"V":-4,"T":-3,"J":3,"7":-4,"1":-4}},")":{"d":"10,60v66,-47,98,-169,56,-263v-13,-29,-31,-53,-56,-73r-11,11v64,66,65,248,0,313","w":113},"*":{"d":"62,-181v11,12,30,30,37,7v0,-11,-20,-12,-31,-18v18,-4,42,-17,21,-32v-11,5,-18,13,-28,20v2,-12,8,-29,0,-36v-24,-7,-18,21,-13,36v-14,-12,-30,-28,-38,-6v0,11,20,12,31,18v-18,4,-43,17,-21,31v11,-5,19,-11,28,-20v-3,16,-12,42,14,36v9,-5,-1,-24,0,-36","w":109},"+":{"d":"112,-108r0,-30r-36,0r0,-37r-29,0r0,37r-36,0r0,30r36,0r0,38r29,0r0,-38r36,0","w":123},",":{"d":"11,34v40,1,40,-39,38,-80r-35,0r0,46r17,0v0,14,-7,24,-20,24r0,10"},"-":{"d":"84,-95r0,-30r-75,0r0,30r75,0","w":93,"k":{"x":3,"Z":15,"Y":18,"X":17,"W":4,"V":7,"T":18,"S":3,"A":5,"9":-1,"8":-3,"7":12,"6":-1,"5":-3,"4":-5,"3":4,"2":4,"1":3,"0":-1}},".":{"d":"49,0r0,-46r-35,0r0,46r35,0"},"\/":{"d":"93,-262r-25,0r-67,285r25,0","w":93},"0":{"d":"78,5v87,0,64,-108,64,-188v0,-39,-25,-61,-64,-62v-87,-3,-64,108,-64,188v0,38,23,62,64,62xm78,-207v13,0,23,8,23,21r0,132v0,13,-10,21,-23,21v-13,0,-23,-8,-23,-21r0,-132v0,-13,10,-21,23,-21","w":155,"k":{"-":-1}},"1":{"d":"42,-240v0,11,-5,20,-18,19r0,221r41,0r0,-240r-23,0","w":88,"k":{"-":3,")":-4}},"2":{"d":"55,-38v5,-61,81,-80,79,-145v-2,-38,-21,-62,-62,-62v-46,1,-63,33,-59,84r37,0v0,-24,-1,-47,22,-47v48,10,5,76,-14,89v-28,33,-51,59,-49,119r123,0r0,-38r-77,0","w":142,"k":{"4":6,"-":4}},"3":{"d":"69,5v48,0,68,-34,63,-88v-2,-22,-11,-33,-28,-40v26,-4,28,-32,28,-64v0,-35,-26,-59,-63,-58v-45,1,-62,30,-58,80r37,0v-1,-23,0,-43,22,-43v26,0,20,29,21,54v1,19,-18,17,-36,17r0,32v18,0,38,-3,36,16v-2,25,6,57,-21,57v-21,0,-24,-20,-22,-42r-37,0v-4,49,12,79,58,79","w":142,"k":{"-":-3}},"4":{"d":"138,-51r0,-35r-20,0r0,-154r-35,0r-79,159r0,30r76,0r0,51r38,0r0,-51r20,0xm80,-86r-37,0r37,-76r0,76","w":141,"k":{"7":-1,"-":-5,")":-4}},"5":{"d":"133,-116v0,-47,-62,-58,-82,-26r4,-60v38,-1,80,10,78,-38r-112,0r-7,125r36,6v3,-21,43,-29,43,0v0,30,12,77,-22,77v-21,0,-24,-18,-22,-40r-37,0v-3,48,13,77,58,77v64,0,63,-56,63,-121","w":143,"k":{"-":-4,")":-2}},"6":{"d":"77,5v57,0,66,-46,62,-106v6,-48,-65,-58,-84,-26v3,-31,-12,-81,22,-81v21,0,25,17,23,39r37,0v3,-47,-16,-74,-59,-76v-40,-1,-64,25,-64,63v0,79,-24,187,63,187xm77,-116v31,0,20,37,22,64v0,12,-8,20,-22,20v-29,0,-21,-36,-22,-63v0,-12,9,-21,22,-21","w":150,"k":{"7":1,"-":-4}},"7":{"d":"74,0v1,-92,28,-155,59,-219r0,-21r-124,0r0,39r82,0v-31,55,-59,120,-63,201r46,0","w":136,"k":{"7":-3,"6":3,"4":16,"2":1,".":30,"-":14,",":25,")":-3,"&":17}},"8":{"d":"76,5v49,0,69,-33,64,-87v-2,-18,-10,-33,-23,-39v21,-8,23,-36,22,-66v-1,-35,-25,-58,-63,-58v-47,0,-63,32,-63,84v0,19,9,35,23,40v-22,8,-23,36,-23,68v0,35,26,58,63,58xm76,-208v27,-2,24,28,23,54v0,13,-9,22,-23,22v-26,0,-24,-27,-23,-53v0,-13,10,-23,23,-23xm76,-109v28,0,23,29,23,55v0,14,-9,22,-23,22v-26,1,-24,-30,-23,-56v0,-13,9,-21,23,-21","w":152,"k":{"-":-3}},"9":{"d":"75,5v40,0,64,-22,64,-62r0,-126v1,-39,-24,-62,-63,-62v-57,0,-68,47,-63,109v-6,46,66,61,85,27v-3,31,12,77,-23,77v-20,0,-27,-13,-25,-35r-36,0v-3,46,18,72,61,72xm76,-208v32,-2,20,40,22,68v1,13,-9,20,-22,20v-31,0,-20,-40,-22,-68v0,-12,9,-20,22,-20","w":153,"k":{"-":-1}},":":{"d":"49,-112r0,-46r-35,0r0,46r35,0xm49,0r0,-46r-35,0r0,46r35,0"},";":{"d":"49,-112r0,-46r-35,0r0,46r35,0xm11,34v40,1,40,-39,38,-80r-35,0r0,46r17,0v0,14,-7,24,-20,24r0,10"},"<":{"d":"140,-36r0,-36r-71,-48r71,-47r0,-37r-122,79r0,10","w":167},"=":{"d":"111,-137r0,-31r-101,0r0,31r101,0xm111,-77r0,-31r-101,0r0,31r101,0","w":120},">":{"d":"149,-115r0,-10r-122,-79r0,37r72,47r-72,47r0,37","w":167},"?":{"d":"72,-70v2,-52,56,-60,54,-115v-1,-39,-22,-60,-61,-60v-47,0,-62,34,-58,84r37,0v0,-23,-2,-48,21,-47v16,0,21,9,21,26v0,43,-46,60,-42,112r28,0xm74,0r0,-42r-34,0r0,42r34,0","w":132},"@":{"d":"158,-53v42,0,61,-34,61,-76v0,-60,-39,-99,-102,-99v-67,0,-104,48,-108,117v-6,99,110,149,180,89r-10,-12v-15,14,-34,23,-62,23v-59,-2,-90,-42,-90,-100v0,-58,32,-101,90,-101v52,0,84,31,84,83v0,31,-9,60,-36,60v-14,0,-18,-11,-13,-26r22,-68r-27,0r-6,17v-2,-12,-9,-21,-24,-20v-36,4,-54,36,-57,73v-4,44,57,46,67,11v0,19,12,29,31,29xm87,-94v0,-28,19,-66,46,-50v5,24,-7,63,-31,69v-10,0,-15,-6,-15,-19","w":227},"A":{"d":"147,0r-48,-240r-50,0r-48,240r42,0r8,-47r43,0r8,47r45,0xm88,-82r-30,0r16,-93","w":148,"k":{"y":4,"w":3,"v":4,"j":-1,"f":1,"Y":10,"W":6,"V":10,"T":10,"Q":3,"O":3,"G":3,"C":3,"?":12,":":-3,".":-7,"-":5,",":-7}},"B":{"d":"15,0v59,-1,129,12,129,-51v0,-35,2,-67,-29,-72v28,-4,28,-33,28,-66v0,-63,-69,-51,-128,-51r0,240xm60,-203v19,1,42,-5,40,17v-2,21,6,50,-17,49r-23,0r0,-66xm101,-85v-2,19,8,48,-15,48r-26,0r0,-67v20,0,43,-4,41,19","w":156,"k":{"j":-1,"Y":3,"V":3}},"C":{"d":"82,5v53,1,69,-35,65,-91r-40,0v0,26,3,52,-24,52v-16,0,-25,-8,-25,-23r0,-126v0,-15,10,-22,25,-23v27,-1,25,27,24,53r40,0v5,-56,-13,-92,-65,-92v-43,0,-69,25,-69,66r0,119v3,40,27,64,69,65","w":156,"k":{"t":-2,"j":-1,"f":-1,"Y":4,"A":2,"?":-3,"!":-2}},"D":{"d":"85,0v41,0,65,-24,65,-63v0,-78,19,-180,-65,-177r-70,0r0,240r70,0xm60,-201v25,-1,45,0,45,26r0,110v3,26,-19,28,-45,26r0,-162","w":163,"k":{"j":-1,"a":1,"Z":1,"Y":1,"X":5,"V":4,"T":3,"A":3,".":2,",":2,"&":3}},"E":{"d":"130,0r0,-40r-70,0r0,-67r48,0r0,-35r-48,0r0,-59r70,0r0,-39r-115,0r0,240r115,0","w":138,"k":{"y":4,"w":4,"v":4,"u":2,"t":3,"s":3,"q":3,"o":4,"j":-1,"f":4,"e":4,"d":3,"c":4,"S":1,"?":-3,"-":9,"!":-1}},"F":{"d":"127,-202r0,-38r-112,0r0,240r45,0r0,-102r50,0r0,-37r-50,0r0,-63r67,0","w":132,"k":{"z":3,"y":8,"x":4,"w":3,"v":3,"u":11,"t":5,"s":4,"r":9,"q":3,"p":4,"o":11,"n":5,"m":4,"i":1,"g":5,"f":6,"e":11,"d":3,"c":4,"a":12,"J":17,"A":9,"?":-3,";":3,":":8,".":24,"-":7,",":20,")":-3,"&":12,"!":-3}},"G":{"d":"13,-57v-8,59,80,84,105,38r7,19r24,0r0,-122r-67,0r0,33r24,0v0,27,4,57,-24,56v-15,0,-24,-9,-24,-23r0,-128v0,-13,10,-22,24,-22v24,0,24,23,23,48r43,0v4,-54,-17,-87,-67,-87v-41,0,-68,24,-68,62r0,126","w":160,"k":{"u":-1,"j":-1,"a":-1,"Y":5}},"H":{"d":"155,0r0,-240r-45,0r0,102r-50,0r0,-102r-45,0r0,240r45,0r0,-98r50,0r0,98r45,0","w":170,"k":{"j":-1}},"I":{"d":"60,0r0,-240r-45,0r0,240r45,0","w":75,"k":{"t":-1,"j":-1}},"J":{"d":"71,5v41,0,64,-25,64,-64r0,-181r-45,0r0,184v0,15,-7,22,-20,22v-27,0,-19,-35,-20,-61r-43,0v-5,58,9,100,64,100","w":149,"k":{"j":-1,"A":1,".":2,",":2}},"K":{"d":"156,0r-50,-139r47,-101r-45,0r-48,110r0,-110r-45,0r0,240r45,0r0,-67r16,-32r33,99r47,0","w":158,"k":{"y":9,"w":10,"v":9,"u":5,"t":5,"s":5,"r":2,"q":3,"p":1,"o":6,"n":2,"m":1,"j":-1,"g":3,"f":3,"e":6,"d":3,"c":5,"a":4,"S":2,"Q":7,"O":5,"J":3,"G":8,"C":8,"?":3,":":-1,".":-5,"-":15,",":-5,"&":8,"!":-1}},"L":{"d":"127,0r0,-40r-67,0r0,-200r-45,0r0,240r112,0","w":131,"k":{"y":10,"w":4,"v":5,"u":1,"t":3,"o":1,"j":-1,"f":1,"Y":17,"W":11,"V":17,"U":3,"T":13,"Q":1,"O":2,"G":1,"C":1,"A":-1,"?":15,";":-3,":":-5,".":-6,"-":26,",":-6,"!":-3}},"M":{"d":"200,0r0,-240r-60,0r-32,166r-32,-166r-61,0r0,240r40,0r0,-174r34,174r34,0r35,-174r0,174r42,0","w":215,"k":{"j":-1}},"N":{"d":"154,0r0,-240r-40,0r0,142r-60,-142r-39,0r0,240r41,0r0,-140r64,140r34,0","w":169,"k":{"j":-1}},"O":{"d":"81,5v89,0,68,-103,68,-185v0,-41,-26,-65,-68,-65v-42,0,-68,24,-68,65v0,81,-21,185,68,185xm81,-206v13,0,23,9,23,23r0,126v0,14,-9,23,-23,23v-14,0,-23,-9,-23,-23r0,-126v0,-14,10,-23,23,-23","w":162,"k":{"j":-1,"Z":1,"Y":5,"X":5,"W":1,"V":4,"T":1,"A":3,".":2,",":2,"&":2}},"P":{"d":"60,-92v48,4,84,-8,84,-53v0,-53,-5,-95,-55,-95r-74,0r0,240r45,0r0,-92xm100,-185v-3,22,9,59,-15,59r-25,0r0,-77v19,1,43,-5,40,18","w":151,"k":{"t":-3,"s":2,"r":1,"q":1,"p":1,"o":3,"n":1,"m":1,"g":3,"e":3,"d":1,"c":3,"a":5,"Z":2,"X":5,"J":9,"A":10,"?":-3,";":-1,":":-1,".":29,",":25,"&":11}},"Q":{"d":"116,-5v8,10,36,14,47,5r0,-28v-10,0,-14,-2,-20,-5v14,-38,6,-100,6,-148v0,-40,-26,-64,-68,-64v-42,0,-68,24,-68,64v0,81,-22,186,66,186v17,0,28,-4,37,-10xm81,-206v13,0,23,9,23,22r0,119r-20,19r10,9v-15,8,-36,0,-36,-18r0,-129v0,-13,10,-22,23,-22","w":162,"k":{"j":-1,"i":-1,"a":-4,"Y":4,"V":3,";":-3,":":-8,".":-9,",":-9,"&":-3,"!":-1}},"R":{"d":"102,-79v0,32,-10,80,24,80r27,0v2,-18,-9,-20,-8,-37v2,-37,3,-74,-28,-81v29,-5,27,-37,27,-71v0,-62,-69,-52,-129,-52r0,240r45,0r0,-99v21,-1,42,-1,42,20xm60,-203v19,1,43,-5,40,17v-2,22,7,55,-17,54r-23,0r0,-71","w":158,"k":{"z":-1,"y":-1,"x":-1,"w":-1,"v":-1,"u":-1,"t":-2,"s":-1,"r":-2,"q":-1,"p":-2,"o":-1,"n":-2,"m":-2,"l":-2,"k":-2,"j":-1,"i":-1,"h":-2,"f":-1,"e":-1,"d":-1,"c":-1,"b":-2,"a":-2,"Y":1,"?":-1,";":-2,":":-3,".":-4,",":-4,"!":-1}},"S":{"d":"75,5v42,-1,65,-24,66,-66v1,-70,-78,-67,-87,-125v-2,-13,9,-22,22,-22v21,0,25,18,23,40r40,0v4,-49,-20,-77,-63,-77v-42,0,-65,24,-65,65v0,67,87,66,87,124v0,15,-8,24,-24,24v-21,0,-26,-18,-24,-41r-41,0v-5,50,20,78,66,78","w":150,"k":{"x":1,"o":1,"j":-1,"e":1,"c":1,"a":2,"Z":3,"Y":2,"X":1,"W":1,"V":2,"T":3,"S":1,"A":2,"-":2}},"T":{"d":"137,-200r0,-40r-133,0r0,40r44,0r0,200r45,0r0,-200r44,0","w":140,"k":{"z":19,"y":21,"x":8,"w":18,"v":9,"u":21,"t":3,"s":22,"r":19,"q":9,"p":8,"o":22,"n":12,"m":8,"i":4,"g":11,"f":3,"e":22,"d":9,"c":22,"a":21,"Y":-3,"T":-2,"S":5,"Q":2,"O":3,"J":11,"G":2,"C":2,"A":10,"?":-1,";":7,":":12,".":19,"-":18,",":17,")":-3,"&":14,"!":-1}},"U":{"d":"82,5v40,0,67,-21,67,-60r0,-185r-44,0r0,185v0,15,-8,22,-23,22v-15,0,-22,-7,-22,-22r0,-185r-45,0r0,185v2,39,27,60,67,60","w":163,"k":{"j":-1,"g":3,"a":1,".":2,",":2}},"V":{"d":"151,-240r-44,0r-30,165r-29,-165r-46,0r52,240r44,0","w":151,"k":{"z":3,"y":6,"x":3,"w":1,"v":1,"u":10,"t":1,"s":11,"r":8,"q":5,"p":4,"o":13,"n":5,"m":4,"i":1,"g":6,"f":1,"e":13,"d":12,"c":6,"a":14,"S":3,"Q":4,"O":4,"J":7,"G":4,"C":4,"A":10,"?":-1,";":3,":":5,".":22,"-":7,",":20,")":-4,"&":10,"!":-1}},"W":{"d":"218,-240r-41,0r-23,159r-25,-159r-34,0r-27,159r-22,-159r-44,0r43,240r39,0r26,-141r24,141r40,0","w":219,"k":{"y":1,"u":4,"s":3,"r":6,"q":2,"p":3,"o":9,"n":4,"m":6,"g":4,"e":9,"d":2,"c":4,"a":9,"O":1,"A":7,"?":-1,":":2,".":19,"-":4,",":18,")":-3,"&":7,"!":-1}},"X":{"d":"151,0r-48,-125r48,-115r-44,0r-29,83r-26,-83r-47,0r46,119r-49,121r44,0r30,-83r28,83r47,0","w":154,"k":{"y":3,"w":2,"v":2,"u":1,"t":1,"s":1,"o":6,"j":-1,"e":6,"c":3,"a":2,"S":1,"Q":4,"O":4,"J":1,"G":4,"C":4,".":-4,"-":17,",":-4,")":-3,"&":5}},"Y":{"d":"151,-240r-44,0r-30,98r-31,-98r-47,0r53,142r0,98r45,0r0,-98","w":149,"k":{"z":4,"y":3,"x":3,"w":3,"v":7,"u":13,"t":6,"s":21,"r":13,"q":21,"p":13,"o":22,"n":8,"m":5,"i":1,"g":11,"e":22,"d":20,"c":22,"a":21,"T":-3,"S":4,"Q":6,"O":5,"J":8,"G":6,"C":6,"A":11,"?":-1,";":4,":":10,".":24,"-":19,",":22,")":-3,"&":15,"!":-1}},"Z":{"d":"136,-226r0,-14r-126,0r0,39r73,0r-78,187r0,14r129,0r0,-40r-74,0","w":142,"k":{"y":3,"w":2,"v":2,"s":2,"q":1,"o":5,"j":-1,"e":5,"d":1,"c":2,"a":4,"Q":1,"O":1,"J":3,"G":1,"C":1,"-":17,")":-3,"&":4,"!":-1}},"[":{"d":"104,54r0,-27r-41,0r0,-271r41,0r0,-27r-71,0r0,325r71,0","w":104},"\\":{"d":"93,23r-67,-285r-24,0r67,285r24,0","w":93},"]":{"d":"71,54r0,-325r-71,0r0,27r42,0r0,271r-42,0r0,27r71,0","w":104},"^":{"d":"49,-221v3,21,22,34,46,26r0,-11v-17,-1,-25,-16,-30,-34r-30,0v-4,18,-13,33,-30,34r0,11v24,8,40,-6,44,-26","w":99},"_":{"d":"121,31r0,-31r-121,0r0,31r121,0","w":121},"`":{"d":"55,-195r-14,-49r-36,0r28,49r22,0","w":65},"a":{"d":"85,-19v4,17,16,23,37,22r0,-27v-6,0,-8,-3,-8,-9v-3,-62,17,-143,-50,-143v-36,0,-53,23,-50,60r34,0v0,-15,-2,-29,14,-29v19,0,14,22,15,40v-34,11,-69,18,-69,64v0,47,60,59,77,22xm58,-26v-21,0,-17,-35,-6,-44v5,-5,13,-8,25,-11v0,24,5,55,-19,55","w":129,"k":{"y":1,"v":1}},"b":{"d":"46,-20v16,39,82,24,76,-25v-6,-51,17,-131,-35,-131v-18,0,-28,10,-35,23r0,-87r-38,0r0,240r27,0xm69,-144v31,5,12,64,16,96v2,13,-6,20,-16,21v-31,-7,-17,-65,-17,-98v0,-11,6,-19,17,-19","w":134},"c":{"d":"65,3v36,0,53,-27,50,-67r-32,0v1,18,2,37,-17,36v-12,0,-17,-7,-17,-19r0,-78v0,-13,5,-20,17,-20v18,-1,18,18,17,36r32,0v3,-40,-14,-67,-50,-67v-58,0,-53,63,-53,123v0,33,21,56,53,56","w":124,"k":{"y":1,"x":2}},"d":{"d":"12,-45v-7,48,61,65,77,25r2,20r29,0r0,-240r-38,0r0,81v-20,-32,-70,-13,-70,30r0,84xm66,-145v11,0,17,8,16,20v-4,33,13,89,-16,98v-32,-5,-13,-64,-17,-97v-2,-14,5,-21,17,-21","w":134,"k":{")":-3}},"e":{"d":"65,3v36,0,55,-26,52,-66r-35,0v0,17,2,35,-16,35v-25,0,-15,-33,-17,-55r68,0v4,-51,-5,-93,-52,-93v-59,0,-53,64,-53,124v0,32,21,55,53,55xm66,-145v20,0,16,24,16,44r-33,0v0,-20,-4,-44,17,-44","w":127,"k":{"y":1,"x":2,"v":1}},"f":{"d":"88,-240v-48,-4,-65,22,-62,69r-20,0r0,31r20,0r0,140r38,0r0,-140r23,0r0,-31r-24,0v-1,-23,-2,-43,25,-39r0,-30","w":90,"k":{"f":7,"?":-8,".":12,",":12,")":-7,"&":1,"!":-2}},"g":{"d":"103,-158v20,11,35,-9,29,-34r-28,0v3,23,-21,18,-38,16v-55,-7,-71,82,-30,105v-28,2,-36,47,-5,53v-15,4,-25,16,-23,36v3,29,27,41,59,42v38,0,61,-19,59,-59v-1,-29,-22,-46,-55,-42v-28,3,-41,-19,-17,-24v55,14,86,-55,49,-93xm66,-147v18,0,16,20,16,39v0,10,-7,17,-16,18v-19,0,-18,-20,-17,-39v0,-11,6,-18,17,-18xm68,-13v18,0,26,7,24,26v-1,12,-9,17,-24,17v-18,0,-27,-7,-25,-26v1,-12,11,-17,25,-17","w":131,"k":{"a":1,"?":-5,"&":3}},"h":{"d":"57,-136v8,-14,28,-9,28,9r0,127r38,0r0,-132v0,-25,-11,-44,-35,-44v-19,0,-29,13,-36,27r0,-91r-38,0r0,240r38,0r1,-128v1,-3,2,-6,4,-8","w":136},"i":{"d":"51,-196r0,-36r-36,0r0,36r36,0xm52,0r0,-173r-38,0r0,173r38,0","w":66},"j":{"d":"51,-196r0,-36r-36,0r0,36r36,0xm-8,58v42,3,60,-14,60,-52r0,-179r-38,0r0,186v1,14,-7,16,-22,16r0,29","w":66},"k":{"d":"127,0r-37,-99r34,-74r-37,0r-34,80r0,-147r-39,0r0,240r39,0v-2,-30,1,-54,13,-70r24,70r37,0","w":130,"k":{"o":2,"e":2,"c":2,";":-3,":":-3,".":-3,",":-3}},"l":{"d":"52,0r0,-240r-38,0r0,240r38,0","w":66,"k":{")":-3}},"m":{"d":"118,-120v-3,-22,28,-35,29,-8r0,128r37,0r0,-132v7,-50,-61,-58,-69,-15v-4,-16,-13,-29,-31,-29v-19,0,-29,14,-34,31r-3,-28r-33,0r0,173r38,0r0,-121v-3,-21,27,-35,28,-8r0,129r38,0r0,-120","w":197},"n":{"d":"57,-136v8,-14,28,-10,28,9r0,127r38,0r0,-132v0,-25,-12,-44,-37,-44v-19,1,-31,14,-37,31r-2,-28r-33,0r0,173r38,0r1,-128v1,-3,2,-6,4,-8","w":136},"o":{"d":"66,3v58,0,52,-64,52,-123v0,-33,-20,-56,-52,-56v-59,0,-54,63,-54,123v0,33,22,56,54,56xm66,-145v31,8,10,67,16,100v0,9,-7,17,-16,17v-10,0,-18,-6,-17,-17r0,-82v-1,-11,7,-18,17,-18","w":130,"k":{"z":1,"y":1,"x":3,"w":1,"v":1}},"p":{"d":"52,-14v20,31,73,14,70,-28v-4,-54,16,-133,-40,-134v-17,1,-29,9,-36,23r-2,-20r-30,0r0,230r38,0r0,-71xm69,-145v11,0,18,7,16,20v-4,33,14,90,-16,97v-31,-7,-17,-65,-17,-98v0,-11,6,-19,17,-19","w":134},"q":{"d":"12,-128v5,51,-16,131,35,131v16,0,28,-7,35,-22r0,76r38,0r0,-229r-27,0r-4,19v-15,-39,-82,-23,-77,25xm66,-145v30,7,12,65,16,97v1,11,-5,21,-16,20v-32,-4,-12,-65,-17,-97v-2,-13,6,-19,17,-20","w":134,"k":{")":-3}},"r":{"d":"52,-113v1,-20,15,-26,41,-22r0,-39v-27,-4,-38,9,-44,31r-3,-30r-32,0r0,173r38,0r0,-113","w":97,"k":{"z":-1,"y":-2,"x":-1,"w":-2,"v":-2,"t":-2,"o":2,"g":2,"f":-2,"e":2,"c":2,"a":3,".":23,",":20,")":3,"&":5}},"s":{"d":"62,3v32,-1,49,-19,51,-49v3,-51,-57,-47,-67,-85v0,-10,5,-14,16,-14v15,-1,20,9,18,25r31,0v2,-34,-17,-56,-49,-56v-30,-1,-51,19,-51,49v0,50,67,42,67,84v0,11,-6,16,-18,16v-17,1,-20,-11,-19,-29r-32,0v-3,38,17,59,53,59","w":120},"t":{"d":"71,0v-17,-33,-6,-92,-9,-140r23,0r0,-31r-23,0r0,-40r-37,10r0,30r-21,0r0,31r19,0v2,47,-6,107,9,140r39,0","w":88,"k":{"a":1,"?":-3,".":4,",":4}},"u":{"d":"14,-40v-6,51,66,56,75,14r2,26r32,0r0,-173r-38,0r0,122v3,24,-34,33,-33,6r0,-128r-38,0r0,133","w":137},"v":{"d":"117,-173r-35,0r-21,119r-22,-119r-37,0r41,173r33,0","w":119,"k":{"o":1,"g":1,"e":1,"c":2,"a":3,".":15,",":13,"&":5}},"w":{"d":"175,-173r-34,0r-18,120r-18,-120r-30,0r-19,120r-17,-120r-37,0r37,173r30,0r20,-103r19,103r30,0","w":176,"k":{"o":1,"e":1,"c":1,"a":1,".":13,",":11,"&":4}},"x":{"d":"120,0r-38,-89r38,-84r-38,0r-20,57r-21,-57r-38,0r38,87r-38,86r38,0r21,-57r20,57r38,0","w":123,"k":{"o":2,"e":2,"c":2,".":-1,"-":3,",":-1,"&":1}},"y":{"d":"118,-173r-36,0r-21,119r-21,-119r-37,0r40,170v-4,18,-2,37,-30,32r0,29v43,4,56,-20,63,-53","w":119,"k":{"o":1,"g":1,"e":1,"c":1,"a":2,".":15,",":13,"&":5}},"z":{"d":"104,-154r0,-19r-94,0r0,33r54,0r-58,122r0,18r97,0r0,-34r-55,0","w":111,"k":{"&":1}},"{":{"d":"28,4v0,37,26,53,67,50r0,-26v-85,-1,43,-127,-44,-138v59,-11,18,-72,12,-111v1,-18,11,-26,32,-24r0,-26v-41,-3,-67,13,-67,51v0,35,23,55,29,84v0,17,-17,18,-36,17r0,21v20,-1,36,0,36,18v-6,28,-29,48,-29,84","w":111},"|":{"d":"39,23r0,-285r-24,0r0,285r24,0","w":54},"}":{"d":"55,-80v-3,-19,16,-19,36,-18r0,-21v-19,0,-39,1,-36,-17v4,-29,29,-49,29,-84v0,-38,-25,-54,-67,-51r0,26v84,3,-41,123,43,135v-58,11,-11,74,-11,114v0,17,-10,27,-32,24r0,26v41,3,67,-13,67,-50v0,-36,-25,-55,-29,-84","w":111},"~":{"d":"31,-115v18,12,68,33,67,-11v0,-7,-2,-11,-4,-15r-15,0v0,8,0,17,-8,16v-19,-12,-66,-31,-66,12v0,12,6,17,19,15v0,-8,-1,-17,7,-17","w":102},"\u00a0":{"w":55}}});
Cufon.registerFont({"w":129,"face":{"font-family":"GoodDog Plain","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","bbox":"-37.7074 -231.76 219.12 63","underline-thickness":"7.2","underline-position":"-44.28","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":66},"!":{"d":"6,-29v1,-20,24,-20,38,-12v4,19,5,41,-16,41v-11,0,-18,-10,-22,-29xm52,-220v2,-14,31,-13,31,1v-1,32,-30,128,-32,156v-4,11,-31,4,-29,-11v8,-52,17,-112,30,-146","w":83},"\"":{"d":"99,-137v-17,13,-26,-3,-23,-30v3,-31,-4,-63,22,-63v12,0,5,17,7,27v0,3,-2,24,-6,66xm35,-131v-22,14,-27,-14,-25,-38v2,-22,-8,-58,14,-60v30,14,11,66,11,98","w":105},"#":{"d":"107,-64v-5,-9,-17,3,-28,-1v-26,6,12,55,-12,65v-24,0,-22,-37,-29,-55v-4,-10,-35,10,-33,-12v1,-13,24,-17,35,-22v-7,-8,9,-28,-6,-30v-4,10,-22,7,-26,-2v-12,-34,42,-17,37,-56v-2,-17,0,-34,16,-34v38,0,0,50,30,54v51,7,21,-105,78,-62v2,13,-20,35,-9,47v5,2,24,14,13,24v-11,2,-36,8,-29,31v-13,23,25,20,24,34v-2,19,-37,5,-30,30v-1,14,8,39,-5,43v-17,-2,-28,-31,-26,-54xm85,-132v-25,7,-20,50,10,38v17,4,19,-20,16,-39","w":176},"$":{"d":"45,-14v11,-34,-36,-23,-39,-43v3,-23,29,-1,36,-1v10,-11,6,-37,7,-58v-26,-10,-40,-24,-40,-42v7,-25,40,-29,62,-41v-7,-17,15,-28,16,-9v-12,20,20,22,23,33v0,5,-3,7,-9,7v-22,-8,-37,15,-25,35v2,6,29,20,29,31v0,25,1,45,-20,54v-16,7,-26,15,-20,34v2,8,-15,21,-19,8v0,-3,-1,-6,-1,-8xm73,-98v-7,0,-8,26,-6,35v11,3,16,-3,15,-14v0,-14,-3,-21,-9,-21xm54,-150v1,-9,-5,-22,-11,-11v-12,4,-6,20,3,21v5,1,8,-3,8,-10","w":109},"%":{"d":"63,-129v-29,-2,-58,-9,-60,-37v-1,-25,40,-41,54,-41v41,-1,55,81,6,78xm53,-150v16,0,18,-19,8,-24v-24,-5,-32,22,-8,24xm152,-197v7,-13,22,-9,24,4v-6,41,-98,137,-105,188v-22,8,-25,-14,-19,-32v17,-59,64,-113,100,-160xm183,-19v-35,36,-92,-4,-59,-44v9,-25,58,-42,79,-13v7,10,12,19,11,31xm172,-61v-11,-1,-33,25,-18,32v13,-5,42,-24,18,-32","w":223},"&":{"d":"50,2v-31,-3,15,-49,-14,-54v-21,-3,-25,-16,-30,-33v-2,-8,19,-21,17,-30v-10,-37,-6,-59,31,-59v31,0,4,-51,32,-49v33,2,0,43,7,71v0,15,-7,22,-20,25v-17,3,-5,-24,-17,-26v-25,5,-8,37,6,42v10,13,-4,24,-26,23v-8,34,45,-12,48,20v-1,4,-20,40,-18,57v0,6,-8,14,-16,13","w":99},"'":{"d":"31,-230v31,7,-2,51,9,80v1,9,-5,12,-13,12v-14,-5,-15,-22,-16,-37v3,1,-3,-60,20,-55","w":43},"(":{"d":"37,-5v-29,-47,-42,-94,-26,-148v15,-28,45,-60,91,-77v7,0,17,10,17,17v-19,29,-85,42,-80,95v3,35,7,78,29,91v8,-3,16,-2,16,7v-4,20,-31,25,-47,15","w":119},")":{"d":"29,-3v-12,8,-32,0,-23,-15v22,-23,70,-45,69,-90v0,-32,-18,-61,-48,-92v-14,-15,10,-37,31,-29v22,27,67,89,49,146v-9,29,-37,55,-78,80","w":112},"*":{"d":"28,-212v18,7,14,9,41,27v6,-13,4,-46,23,-45v26,2,-1,39,0,54v16,2,31,-4,46,-6v8,0,12,3,12,9v0,19,-40,16,-51,22v5,6,20,21,45,46v-20,21,-46,-15,-60,-27v-11,24,-11,61,-38,68v-6,0,-8,-2,-7,-7v0,-11,23,-54,21,-70v-19,0,-47,26,-57,5v1,-18,41,-20,49,-28v-7,-10,-19,-20,-36,-28v-6,-6,3,-22,12,-20","w":149},"+":{"d":"5,-107v4,-15,32,-14,44,-17v4,-20,-21,-54,19,-54v30,0,-8,57,37,47v8,0,15,5,11,13v-4,7,-28,5,-33,15v-1,14,12,42,-7,43v-25,2,-13,-43,-35,-43v-12,0,-32,8,-36,-4","w":116},",":{"d":"53,-40v2,27,-31,115,-40,48v-4,-28,-11,-63,22,-64v12,0,18,5,18,16","w":52},"-":{"d":"63,-84v-18,0,-42,-3,-55,-11v-2,-36,54,-17,85,-19v14,3,35,-12,36,6v-3,22,-43,24,-66,24"},"\u2010":{"d":"63,-84v-18,0,-42,-3,-55,-11v-2,-36,54,-17,85,-19v14,3,35,-12,36,6v-3,22,-43,24,-66,24"},".":{"d":"17,-50v15,-13,44,-7,40,20v3,24,-24,37,-38,20v-8,-10,-13,-31,-2,-40","w":57},"\/":{"d":"121,-230v13,-1,21,12,14,23v-33,56,-79,128,-97,189v-3,10,-23,27,-35,14v-4,-69,63,-132,83,-197v11,-19,22,-29,35,-29","w":137},"0":{"d":"96,-181v31,0,60,35,61,68v1,38,-40,101,-84,101v-41,0,-63,-40,-66,-80v-2,-42,48,-89,89,-89xm73,-54v39,8,65,-77,19,-85v-42,-2,-60,69,-19,85","w":156},"1":{"d":"59,-17v-5,11,-9,17,-21,17v-25,0,-27,-32,-28,-57v-1,-18,8,-76,8,-94v0,-15,24,-31,35,-13v11,40,-21,110,6,147","w":59},"2":{"d":"86,-114v-3,-19,-48,-19,-63,-10v-10,-1,-17,-10,-17,-22v0,-23,18,-23,40,-21v45,4,84,8,84,42v-7,22,-27,46,-59,70v-5,5,-8,8,-2,10v25,4,44,3,72,11v3,-1,10,4,9,8v6,25,-33,28,-51,26v-34,-5,-87,1,-86,-27v1,-33,62,-69,73,-87","w":150},"3":{"d":"121,-69v6,29,-36,52,-68,52v-18,0,-43,-3,-47,-20v4,-37,57,-1,76,-21v0,-19,-77,-28,-61,-58v6,-11,27,-18,40,-25v-12,-6,-46,2,-43,-18v-5,-24,40,-20,50,-17v17,4,36,10,38,25v-2,15,-23,31,-34,43v14,15,44,17,49,39","w":121},"4":{"d":"86,0v-22,3,-10,-38,-17,-53v-37,6,-63,-18,-63,-52v0,-29,15,-60,39,-67v30,5,0,46,0,63v0,16,14,25,27,25v39,0,7,-89,50,-88v27,18,-9,59,0,84v1,8,-20,47,-18,58v5,18,-4,28,-18,30","w":132},"5":{"d":"39,-45v9,-1,6,16,18,12v15,0,28,-9,40,-27v-14,-14,-27,-15,-58,-15v-37,0,-43,-20,-18,-34v17,-35,54,-62,109,-49v12,-1,17,15,8,23v-8,12,-26,3,-37,3v-23,0,-39,8,-47,25v24,10,74,7,73,42v-9,41,-45,65,-93,65v-31,0,-5,-47,5,-45","w":142},"6":{"d":"136,-52v-5,34,-32,52,-64,52v-41,0,-67,-30,-67,-73v1,-55,45,-104,97,-110v11,-2,26,11,12,17v-55,25,-81,59,-78,97v32,-9,92,-25,100,17xm56,-39v-1,21,33,11,42,6v7,-10,4,-24,-18,-21v-16,2,-24,6,-24,15","w":138},"7":{"d":"18,-166v19,3,65,-15,96,-18v16,-2,36,5,27,26v-16,36,-47,81,-40,125v-4,7,-15,19,-25,18v-13,-1,-12,-19,-14,-30v-4,-24,38,-92,39,-102v-33,-6,-91,41,-99,3v0,-9,8,-21,16,-22","w":144},"8":{"d":"129,-48v0,34,-84,61,-125,40v2,-32,40,-57,60,-76v-11,-17,-48,-33,-42,-61v23,-18,62,-25,102,-19v2,-12,10,-26,23,-24v6,0,9,4,9,13v-6,31,-21,52,-50,82v16,16,23,30,23,45xm52,-33v17,11,43,-1,44,-19v2,-21,-29,-5,-32,-1v-1,1,-5,8,-12,20xm62,-128v1,23,35,23,37,-2v-6,-18,-27,-14,-37,2","w":155},"9":{"d":"62,-90v-28,14,-54,7,-56,-32v0,-32,30,-57,71,-55v22,0,32,7,32,20v0,29,-28,113,-31,142v-2,11,-16,20,-29,12v-17,-12,0,-28,5,-55v3,-19,8,-30,8,-32xm46,-115v13,0,27,-21,30,-30v-11,-14,-40,6,-39,20v0,6,3,10,9,10","w":109},":":{"d":"17,-50v15,-12,44,-7,40,20v3,24,-24,37,-38,20v-9,-10,-14,-30,-2,-40xm17,-157v15,-12,44,-6,40,18v2,35,-45,34,-47,3v-1,-9,2,-16,7,-21","w":57},";":{"d":"52,-40v0,29,-31,114,-40,48v-4,-27,-10,-64,22,-64v12,0,18,5,18,16xm17,-157v15,-13,40,-5,40,18v0,34,-46,35,-47,3v-1,-9,2,-16,7,-21","w":56},"<":{"d":"0,-105v4,-50,94,-62,122,-90v14,-1,26,2,27,14v-8,29,-86,39,-98,67v14,10,103,50,107,51v18,11,-1,33,-18,32v-11,-1,-11,-8,-20,-12r-112,-53v-5,-2,-7,-5,-8,-9","w":164},"=":{"d":"9,-148v8,-26,46,-12,75,-14v9,-1,14,3,15,12v-9,25,-82,32,-90,2xm12,-85v-2,-30,33,-25,52,-8v10,-6,22,-2,30,-7v14,22,-24,38,-44,37v-18,0,-31,-7,-38,-22","w":98},">":{"d":"2,-179v-1,-28,42,-15,59,-5v29,10,53,24,72,41v11,10,5,20,-8,28v-23,13,-76,65,-105,74v-24,-8,-10,-25,10,-36v19,-10,54,-39,68,-49v-16,-32,-74,-27,-96,-53","w":139},"?":{"d":"52,-113v-13,16,25,55,-7,58v-26,-3,-33,-29,-35,-51v-4,-39,63,-44,70,-72v-13,-8,-59,-20,-72,-28v-9,-4,-5,-19,4,-22v46,-4,72,17,100,33v29,31,-53,65,-60,82xm55,-18v1,21,-40,24,-40,3v1,-12,10,-17,28,-16v8,1,12,6,12,13","w":118},"@":{"d":"36,-77v-3,38,37,65,77,53v6,25,-32,29,-53,19v-19,-8,-68,-40,-54,-88v16,-53,35,-92,61,-118v47,-45,131,-6,112,72v-5,21,-43,22,-41,46v-3,32,-23,46,-52,49v-17,2,-31,-11,-31,-29v0,-39,22,-81,58,-84v9,-1,20,14,34,28v21,-21,9,-79,-28,-79v-12,0,-22,3,-30,11v-30,30,-49,71,-53,120xm110,-123v-16,13,-28,35,-19,54v21,4,28,-36,19,-54","w":180},"A":{"d":"19,0v-19,0,-13,-23,-8,-42r33,-117v5,-16,8,-89,43,-67v17,34,28,87,38,130v2,5,13,8,13,15v-2,6,-5,11,-5,18v0,15,30,63,-4,63v-31,-1,-9,-70,-52,-63v-26,4,-33,8,-40,40v-3,15,-10,23,-18,23xm75,-159v-10,12,-15,47,-22,65v7,16,45,12,40,-12v-5,-22,-7,-26,-18,-53","w":144},"B":{"d":"39,-29v5,-45,-20,-100,-11,-154v4,-23,-22,-14,-22,-30v0,-29,61,-18,79,-9v8,4,58,14,52,37v-16,14,-40,28,-51,42v35,8,57,20,57,50v0,39,-77,97,-104,93v-6,1,-14,-4,-14,-9v-2,-4,14,-18,14,-20xm93,-185v1,-9,-21,-12,-25,-14v-9,-1,-10,23,-8,33v14,2,30,-8,33,-19xm76,-116v-27,4,-3,50,-2,73v25,-23,36,-21,35,-51v0,-11,-20,-24,-33,-22","w":142},"C":{"d":"3,-78v1,-53,32,-91,84,-97v27,-3,76,28,24,37v-10,5,-23,-1,-34,-2v-60,11,-41,115,19,109v19,4,32,-14,47,-17v11,2,19,15,19,21v-7,19,-34,26,-56,26v-54,0,-104,-22,-103,-77","w":162},"D":{"d":"44,-15v-17,0,-34,-10,-31,-26v0,-2,13,-9,12,-13v0,-26,0,-85,-11,-133v-11,-7,-5,-28,13,-27v47,3,74,28,95,57v43,58,-15,138,-78,142xm50,-175v3,9,-3,135,11,127v27,-1,54,-50,45,-75v-9,-24,-29,-50,-56,-52","w":136},"E":{"d":"39,-6v-53,2,-8,-78,-34,-100v13,-10,9,-42,4,-66v6,-46,80,-53,105,-20v-10,34,-86,-23,-67,50v-7,18,11,15,27,15v18,-3,31,2,36,15v-10,25,-73,-3,-66,42v0,0,1,8,3,34v25,10,67,-27,81,-17v6,33,-30,29,-50,40v-15,5,-27,7,-39,7"},"F":{"d":"32,-77v-8,-1,-29,2,-27,-10v5,-14,30,-17,20,-45v-10,-27,-23,-74,-7,-92v37,-11,83,-8,107,15v-3,15,-27,23,-49,10v-9,-5,-19,-6,-25,-5v-4,33,7,65,13,92v0,0,59,-9,58,13v0,17,-58,4,-50,29v0,0,40,70,-1,70v-29,0,-22,-64,-39,-77","w":125},"G":{"d":"126,-30v-38,59,-137,21,-120,-56v0,-57,30,-109,87,-109v16,0,39,6,46,20v-4,18,-34,12,-52,9v-47,3,-69,128,-10,138v16,3,21,-25,22,-30v1,-14,-20,-9,-17,-23v-1,-9,16,-19,32,-18v20,-4,41,24,18,34v1,8,-6,31,-6,35","w":141},"H":{"d":"140,-100v-20,18,1,78,1,109v-47,14,-40,-65,-51,-96v-6,-18,-47,-9,-40,14v1,21,10,44,3,64v-50,4,-35,-63,-44,-101v14,-33,-16,-110,27,-110v60,0,-25,99,41,99v38,0,-13,-102,36,-105v20,-1,20,21,19,38r-4,69v-1,4,13,14,12,19","w":141},"I":{"d":"37,-13v-46,-5,-27,-80,-27,-134v0,-27,-1,-63,26,-63v8,0,23,6,22,17v-17,46,-9,115,-8,174v0,4,-5,6,-13,6","w":57},"J":{"d":"48,-100v-8,19,-15,57,16,57v23,1,22,-25,23,-44v1,-35,-17,-76,-27,-106v-8,-21,29,-30,40,-16v9,54,68,193,-36,193v-39,0,-58,-14,-58,-59v0,-27,6,-39,26,-40v10,0,16,5,16,15","w":137},"K":{"d":"49,-170v18,-3,54,-61,72,-21v-4,29,-87,36,-60,70v24,30,53,45,64,80v1,7,-11,14,-20,14v-19,3,-56,-62,-59,-61v-12,28,35,96,-7,106v-7,-1,-19,-7,-18,-14v-1,-50,-21,-141,-16,-218v1,-19,41,-25,39,4v0,12,-4,39,5,40","w":125},"L":{"d":"19,0v-19,-10,-12,-41,-12,-66v0,-50,4,-100,14,-151v1,-7,12,-13,21,-13v19,-1,16,18,16,35v1,40,-24,114,-10,155v46,1,64,-6,87,-15v13,3,23,18,19,24v-18,32,-100,14,-135,31","w":154},"M":{"d":"96,-53v-32,7,-20,-63,-39,-58v-15,21,13,87,-29,84v-42,-3,-13,-65,-10,-87v3,-24,11,-58,11,-105v0,-12,25,-14,31,-5v15,23,23,59,32,91v4,4,7,5,7,5v19,-25,24,-106,75,-91v16,40,28,166,43,205v5,11,-26,19,-34,14v-18,-27,-21,-126,-35,-154v-10,20,-29,59,-30,86v-5,10,-12,15,-22,15","w":216},"N":{"d":"42,-69v13,37,-18,73,-34,38v4,-23,5,-117,12,-144v45,-24,46,77,70,97v14,-39,-8,-89,-8,-128v0,-10,24,-12,27,-3v12,36,13,60,13,118v0,35,-12,68,-41,53v-13,-14,-25,-39,-34,-57v-3,7,-5,16,-5,26","w":122},"O":{"d":"8,-86v0,-36,43,-84,78,-84v31,0,60,35,59,70v-1,44,-32,78,-74,79v-37,1,-63,-33,-63,-65xm80,-130v-36,-3,-45,82,-7,81v40,1,57,-82,7,-81","w":145},"P":{"d":"11,-9v-6,-57,-8,-133,10,-181v-7,-2,-19,-3,-18,-14v2,-27,40,-26,61,-26v43,0,79,15,107,47v-3,71,-49,79,-122,108v2,30,16,83,-30,74xm49,-196v17,16,-2,44,-2,69v0,12,9,12,18,13v28,1,61,-29,66,-52v-36,-24,-50,-37,-82,-30","w":171},"Q":{"d":"7,-123v-11,-63,56,-96,107,-107v16,-3,32,25,11,30v28,57,41,97,6,140v6,17,9,29,9,35v1,14,-8,30,-23,23v-11,-5,-10,-38,-19,-43v-19,-6,-61,-17,-68,-35v-15,-13,-18,-16,-23,-43xm79,-187v-36,7,-55,68,-18,96v15,11,18,17,29,8v-6,-11,-5,-31,10,-30v5,0,11,3,19,11v10,-38,-8,-78,-40,-85","w":152},"R":{"d":"57,-109v-38,5,-2,67,-6,91v-2,11,-29,16,-34,0v-15,-45,-8,-118,2,-161v0,-11,-4,-20,-5,-31v4,-17,28,-20,45,-20v42,0,79,26,89,63v0,14,-13,29,-39,46v8,45,20,80,35,111v1,7,-11,10,-17,10v-45,-5,-28,-104,-70,-109xm64,-197v-16,0,-14,46,-20,53v0,5,6,8,18,8v22,0,46,-10,55,-27v-8,-21,-26,-34,-53,-34","w":147},"S":{"d":"34,-48v15,24,92,22,79,-19v-23,-32,-96,-67,-111,-105v22,-43,82,-48,137,-58v10,-1,20,8,20,16v-6,33,-98,12,-105,45v20,36,97,57,96,105v-1,44,-40,63,-85,64v-28,1,-78,-9,-55,-41v5,-7,16,-19,24,-7","w":158},"T":{"d":"85,-18v0,12,-33,28,-35,7v-5,-43,12,-136,10,-179v-10,-16,-55,32,-59,-4v0,-7,3,-13,10,-16v39,-22,84,-18,138,-20v15,24,-4,34,-49,33v-9,41,-12,101,-15,179","w":155},"U":{"d":"93,-44v49,-11,36,-97,36,-151v0,-14,15,-15,32,-20v14,11,12,49,12,65v1,72,-32,131,-98,138v-49,-6,-68,-59,-68,-108v0,-29,1,-81,35,-81v37,0,-3,51,4,80v1,40,13,71,47,77","w":172},"V":{"d":"16,-109v-11,-33,-23,-72,12,-77v22,9,23,94,46,114v15,-26,31,-124,39,-147v3,-11,36,-19,33,2v-8,54,-36,136,-46,205v-2,10,-32,18,-37,7v-15,-33,-35,-69,-47,-104","w":146},"W":{"d":"117,-99v-18,23,-28,90,-77,78v-22,-31,-34,-67,-34,-109v1,-25,2,-55,26,-55v32,0,10,49,16,75v4,18,4,37,15,47v18,-18,25,-83,57,-83v25,0,35,45,48,62v33,-25,-17,-113,31,-122v27,5,19,44,18,72v-2,35,-9,96,-46,102v-25,4,-42,-55,-54,-67","w":219},"X":{"d":"17,-41v-6,-1,-14,0,-15,-8v0,-25,65,-45,72,-71v-15,-16,-46,-66,-60,-82v-13,-15,9,-32,28,-27v24,17,44,58,62,85v18,-11,36,-54,70,-38v14,26,-44,46,-51,64r29,47v13,29,48,58,4,71v-7,0,-12,-3,-14,-9v-9,-23,-25,-50,-49,-81v-6,1,-55,54,-76,49","w":178},"Y":{"d":"88,-114v-10,17,21,37,-6,47v-4,1,-8,4,-9,7v-4,18,-9,42,-17,75v-11,16,-37,9,-29,-16v0,-9,25,-74,21,-90v1,-28,-59,-110,-38,-135v42,-25,39,72,57,85v12,-14,17,-85,49,-85v11,0,16,5,13,14"},"Z":{"d":"175,-4r-150,4v-21,0,-25,-20,-8,-33v62,-48,86,-69,105,-131v1,-4,-3,-7,-10,-9v-29,-7,-45,-7,-78,-7v-16,0,-31,-3,-34,-15v18,-47,100,-21,142,-9v54,15,17,70,-11,101r-58,64v26,4,50,-2,75,-2v14,0,47,-1,46,18v0,9,-9,19,-19,19","w":193},"[":{"d":"1,-28v23,-43,36,-105,29,-170v0,-7,1,-13,2,-19v46,-21,101,-15,148,6v5,2,8,5,8,9v-6,39,-78,6,-111,9v-1,39,-27,88,-27,148v0,13,22,7,32,9v18,0,36,-3,54,-8v7,-2,11,3,11,14v1,29,-53,30,-76,30v-24,0,-44,-5,-63,-15","w":187},"\\":{"d":"6,-193v-12,-21,-2,-38,23,-37v4,0,6,1,6,6v19,71,70,127,112,205v5,9,3,21,-10,20v-8,0,-15,-4,-20,-10v-47,-53,-75,-120,-111,-184","w":148},"]":{"d":"134,-113v-9,33,33,95,-5,101v-27,5,-103,29,-116,-6v0,-38,79,-4,85,-36v-14,-32,8,-102,5,-138v-34,-3,-94,12,-99,-22v5,-31,73,-7,96,-9v19,-2,60,-6,59,12v-10,30,-27,58,-25,98","w":159},"^":{"d":"21,-141v-10,0,-19,-5,-12,-15r51,-74v28,-1,16,11,35,43v11,33,25,40,10,47v-6,0,-12,-3,-19,-5v-6,-16,-14,-29,-22,-40v-14,20,-19,36,-43,44","w":111},"_":{"w":66},"`":{"d":"33,-230v14,0,39,63,18,67v-19,-5,-33,-33,-42,-51v-1,-10,14,-16,24,-16","w":59},"a":{"d":"99,10v-9,1,-11,-13,-18,-15v-35,-6,-74,-10,-74,-48v0,-45,42,-63,89,-58v7,-10,3,-29,-13,-24v-24,2,-63,30,-57,-15v35,-26,106,-24,101,33v-3,29,-14,78,-14,105v-3,15,-8,22,-14,22xm77,-33v19,-2,18,-35,14,-53v-22,6,-59,6,-58,33v0,12,30,20,44,20","w":127},"b":{"d":"40,0v-32,0,-21,-22,-25,-62v5,-37,-20,-61,-3,-81v3,-30,-10,-82,22,-87v33,9,0,57,14,82v49,4,94,21,96,67v3,49,-72,81,-104,81xm110,-80v-1,-24,-36,-41,-66,-38v0,36,4,63,10,81v26,-1,57,-19,56,-43","w":144},"c":{"d":"86,-9v-49,0,-91,-29,-81,-85v8,-45,47,-82,88,-90v10,1,25,5,19,18v1,16,-42,30,-45,33v-48,28,-28,95,20,96v9,3,33,-22,40,-21v6,0,9,2,9,8v-2,25,-23,42,-50,41","w":136},"d":{"d":"86,-25v-60,8,-103,-47,-65,-90v16,-18,72,-24,74,-57v1,-24,9,-36,28,-33v8,4,12,8,10,14v-19,54,-20,116,-8,180v0,4,-9,8,-14,8v-11,4,-20,-22,-25,-22xm83,-58v-2,-20,2,-40,3,-60v-35,-3,-61,29,-33,52v9,7,17,11,30,8","w":133},"e":{"d":"119,-29v0,27,-46,25,-66,19v-51,-14,-69,-150,7,-149v31,0,66,29,62,62v-2,17,-63,40,-66,51v9,20,32,18,56,4v5,3,7,7,7,13xm87,-112v-5,-25,-48,-23,-48,9v0,13,3,20,8,20v23,-2,37,-10,40,-29","w":122},"f":{"d":"12,-140v-1,-38,40,-83,81,-82v19,0,31,9,36,27v-1,20,-28,8,-43,6v-47,4,-54,57,-32,96v6,1,50,-26,62,-19v7,1,8,9,6,16v2,9,-55,24,-55,31v0,20,49,56,5,56v-28,0,-20,-56,-61,-45v-5,1,-6,-8,-6,-13v1,-3,17,-9,16,-17"},"g":{"d":"8,-117v0,-45,62,-73,103,-54v6,3,8,7,7,11v-24,42,-10,118,-7,170v4,63,-89,50,-98,7v0,-22,24,-22,33,-1v9,12,30,27,36,6v10,-33,-6,-60,-4,-101v-8,-4,-25,12,-33,8v-23,1,-37,-21,-37,-46xm50,-93v20,0,41,-49,19,-61v-12,0,-36,19,-32,37v4,17,6,24,13,24","w":117},"h":{"d":"9,-27v1,-41,5,-83,2,-124v-1,-20,9,-38,30,-30v12,29,-8,68,5,95v19,-29,32,-43,60,-34v12,55,18,76,15,112v-1,6,-9,11,-17,11v-31,-4,-9,-68,-25,-90v-15,15,-27,34,-39,58v-5,7,-26,13,-31,2","w":121},"i":{"d":"45,-22v-40,14,-31,-35,-30,-69v2,-29,1,-49,24,-51v10,0,22,6,21,14v-14,26,-15,65,-11,101v0,3,-2,5,-4,5xm42,-163v-9,0,-20,-5,-20,-18v0,-16,9,-22,23,-22v9,0,19,6,19,15v0,12,-10,25,-22,25","w":66},"j":{"d":"32,-177v-12,1,-22,-14,-22,-26v-1,-12,13,-21,24,-21v12,0,20,11,20,24v1,14,-11,21,-22,23xm21,-126v2,-16,-2,-36,19,-36v22,0,13,19,13,35v0,74,15,166,-55,178v-28,5,-53,-38,-20,-45v10,1,13,21,25,20v38,-23,22,-103,18,-152","w":69},"k":{"d":"45,-62v-8,15,18,78,-26,58v-24,-48,-3,-129,-15,-193v-5,-28,28,-45,37,-24r-3,105v21,5,48,-45,71,-12v-3,17,-36,23,-46,36v17,13,41,34,71,62v7,11,-7,21,-18,22v-25,-6,-27,-26,-71,-54","w":136},"l":{"d":"31,0v-37,-2,-12,-42,-12,-77v0,-42,2,-81,-5,-118v-5,-28,34,-52,40,-20v-5,48,0,105,0,157v0,24,-1,55,-23,58","w":71},"m":{"d":"8,-42v2,-37,-16,-107,22,-109v29,-2,13,33,20,50v17,-17,35,-81,70,-47v1,8,2,35,7,41v14,-14,31,-41,54,-42v33,-1,25,56,25,82v0,28,-4,53,-13,75v-2,13,-31,16,-36,3v7,-35,18,-77,6,-118v-3,0,-6,2,-8,6v-12,20,-24,44,-34,73v-3,7,-14,15,-24,14v-34,-4,-4,-56,-15,-82v-16,17,-21,81,-55,83v-18,1,-17,-14,-19,-29","w":218},"n":{"d":"29,-25v-13,0,-15,-14,-14,-32v2,-32,0,-32,-1,-58v1,-16,0,-30,17,-30v26,0,5,31,15,41v15,-24,19,-38,48,-35v16,34,19,47,20,108v10,21,-22,27,-29,15r-8,-88v-20,16,-21,79,-48,79"},"o":{"d":"54,-44v-48,0,-56,-68,-31,-99v14,-16,10,-29,30,-29v32,0,44,34,49,65v-1,21,-13,63,-48,63xm59,-133v-17,-2,-43,45,-9,50v28,4,25,-34,9,-50","w":101},"p":{"d":"5,-18v-2,-33,6,-74,10,-106v-7,-12,1,-16,2,-30v-3,-24,36,-32,37,-6v0,5,1,8,2,8v79,1,87,66,34,89r-53,14v-10,36,-1,69,14,96v0,5,-5,8,-15,8v-34,1,-29,-40,-31,-73xm77,-122v-24,-12,-35,12,-36,33v0,21,26,11,36,4v12,-8,22,-33,0,-37","w":123},"q":{"d":"53,-37v-68,-10,-63,-131,14,-129v11,0,19,3,25,10v11,-16,41,-5,35,19v0,19,-18,84,-16,106v2,20,1,52,21,56v20,-2,16,-31,33,-31v9,0,16,8,16,14v-4,16,-21,55,-52,48v-41,0,-52,-31,-47,-77v2,-22,-12,-19,-29,-16xm60,-138v-28,10,-37,79,5,79v23,0,19,-34,19,-59v1,-11,-13,-24,-24,-20","w":138},"r":{"d":"66,-30v6,30,-46,43,-44,7v2,-30,-5,-95,-16,-126v-1,-11,10,-21,20,-21v14,1,25,17,23,35v11,0,31,-28,45,-28v10,0,24,9,22,13v-7,26,-55,37,-56,69v-9,22,2,31,6,51","w":116},"s":{"d":"66,-163v25,4,50,13,58,35v-7,47,-62,-31,-81,6v13,37,78,26,80,68v3,54,-101,84,-115,24v-2,-8,11,-16,18,-16v12,3,13,22,31,19v15,-2,32,-9,32,-24v-15,-29,-79,-25,-82,-66v-2,-22,37,-50,59,-46","w":124},"t":{"d":"49,-93v-19,24,-66,5,-37,-16v14,-5,47,-6,47,-32v0,-20,5,-38,7,-57v1,-18,26,-16,38,-8v3,26,-17,50,-13,85v17,-1,56,-10,51,12v-8,16,-24,15,-57,15v-2,24,8,122,8,145v0,8,-5,12,-13,12v-36,0,-15,-141,-31,-156","w":142},"u":{"d":"66,-41v48,-18,36,-90,16,-125v0,-7,4,-10,14,-10v68,21,33,170,-34,164v-40,-3,-56,-65,-53,-117v1,-17,0,-36,22,-36v35,0,9,51,18,83v3,12,7,40,17,41","w":132},"v":{"d":"25,-162v32,1,32,63,49,78v16,-26,28,-69,38,-104v6,-17,32,-12,42,-1v2,10,-5,18,-11,23v-13,48,-31,92,-51,132v-4,8,-19,14,-27,6v-19,-19,-51,-85,-62,-119v0,-10,11,-15,22,-15","w":154},"w":{"d":"27,-165v45,7,0,99,37,126v20,-8,22,-61,49,-61v25,0,28,54,51,61v16,-11,18,-44,18,-74v0,-16,0,-30,16,-31v24,-2,21,31,21,49v0,48,-19,83,-61,89v-23,3,-37,-30,-47,-38v-13,13,-27,49,-56,44v-43,-8,-46,-57,-49,-103v3,-17,-6,-66,21,-62","w":219},"x":{"d":"43,-81v5,-21,-44,-67,-24,-85v45,-18,46,40,63,61v12,-6,68,-69,77,-18v-5,24,-51,29,-53,56v4,25,52,56,64,81v0,10,-21,18,-33,14v-23,-1,-53,-91,-80,-56v-14,19,-11,25,-33,27v-12,1,-21,-5,-20,-18v-4,-15,42,-48,39,-62","w":169},"y":{"d":"21,-85v1,-30,-25,-86,12,-91v30,-3,14,55,22,72v19,-20,21,-66,55,-69v13,-1,18,7,13,16v-16,32,-46,72,-48,112v-2,36,-33,102,-67,102v-28,0,-44,-42,-17,-49v9,0,15,8,17,16v23,-17,24,-31,28,-63v2,-11,-16,-37,-15,-46","w":124},"z":{"d":"95,-119v-19,-28,-81,14,-89,-26v8,-34,52,-16,85,-13v21,2,39,12,55,27v-2,30,-24,33,-41,51v-14,14,-26,26,-34,39v15,3,29,5,43,5v17,0,53,0,56,17v-10,38,-61,6,-94,15v-21,0,-63,-14,-59,-24v4,-28,70,-76,78,-91","w":170},"{":{"d":"17,-192v13,-51,71,-35,125,-33v28,7,19,38,-8,35v-24,-2,-53,-15,-73,-1v2,20,52,53,19,74v-3,4,-4,31,-9,33v-10,9,-30,19,-27,37v4,24,47,12,69,19v-16,45,-110,36,-112,-18v-5,-19,42,-58,24,-63v-10,-3,-27,-12,-22,-24v0,-2,16,-8,13,-15v38,1,-2,-30,1,-44","w":160},"|":{"d":"50,-132v0,39,33,132,-18,132v-9,0,-14,-4,-15,-13v-8,-101,0,-104,0,-192v0,-28,52,-33,48,-4v-10,23,-15,49,-15,77","w":65},"}":{"d":"10,-211v0,-2,6,-22,16,-19v36,11,61,20,81,39v23,35,-32,45,-55,57v3,7,41,6,40,19v4,13,-23,25,-26,28v19,13,31,19,33,39v2,21,-35,49,-55,48v-8,-1,-22,-1,-21,-13v-4,-21,40,-10,36,-33v1,-14,-54,-31,-33,-50v16,-15,-21,-24,-21,-38v1,-23,57,-32,70,-40v-8,-17,-62,-15,-65,-37","w":113},"~":{"d":"7,-173v7,-29,44,-68,73,-51v10,6,8,35,20,36v8,-3,19,-24,30,-24v6,0,9,3,9,9v-15,27,-21,38,-51,41v-19,6,-21,-32,-32,-31v-13,1,-21,29,-37,28v-6,0,-14,0,-12,-8","w":138},"\u00a0":{"w":66}}});

