/*
 * 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":180,"face":{"font-family":"GillSans","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 3 2 2 1 4 2 2 3","ascent":"246","descent":"-114","x-height":"3","bbox":"-16 -270 372 90","underline-thickness":"18","underline-position":"-18","stemh":"14","stemv":"17","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100,"k":{"T":50,"V":50,"W":36,"Y":54,"A":22}},"!":{"d":"44,-35r0,35r-24,0r0,-35r24,0xm44,-246r-7,177r-11,0r-6,-177r24,0","w":63},"\"":{"d":"63,-246r24,0v1,31,-2,58,-5,84r-15,0v-3,-27,-5,-54,-4,-84xm13,-246r24,0v1,30,-1,57,-4,84r-15,0v-3,-26,-6,-53,-5,-84","w":100},"#":{"d":"94,-251r17,0r-16,74r69,0r15,-74r17,0r-16,74r30,0r0,16r-33,0r-14,69r47,0r0,16r-51,0r-15,73r-17,0r16,-73r-69,0r-15,73r-17,0r16,-73r-30,0r0,-16r33,0r14,-69r-47,0r0,-16r51,0xm92,-161r-14,69r68,0r15,-69r-69,0","w":237},"$":{"d":"164,-216r0,20v-22,-16,-38,-22,-62,-25r0,94v47,13,72,33,72,67v0,22,-17,59,-72,63r0,39r-17,0r0,-39v-29,-2,-51,-11,-72,-29r0,-19v28,21,45,27,72,31r0,-99v-48,-14,-71,-35,-71,-65v0,-23,18,-57,71,-60r0,-11r17,0r0,11v27,2,41,7,62,22xm85,-132r0,-89v-65,10,-78,69,0,89xm102,-108r0,94v31,-1,54,-21,54,-45v0,-23,-15,-37,-54,-49","w":187},"%":{"d":"244,-54v0,32,-26,58,-58,58v-32,0,-57,-26,-57,-58v0,-32,25,-58,57,-58v32,0,58,26,58,58xm229,-54v0,-23,-20,-42,-43,-42v-23,0,-42,19,-42,42v0,24,19,43,42,43v23,0,43,-20,43,-43xm123,-191v0,32,-26,58,-58,58v-32,0,-58,-26,-58,-58v0,-32,26,-58,58,-58v32,0,58,26,58,58xm107,-191v0,-23,-19,-42,-42,-42v-23,0,-43,19,-43,42v0,24,20,43,43,43v23,0,42,-20,42,-43xm232,-248r-197,252r-18,0r198,-252r17,0","w":251},"&":{"d":"183,-122r20,0v-8,26,-20,48,-34,69r50,53r-24,0r-37,-39v-23,26,-48,42,-85,42v-39,0,-64,-23,-64,-58v0,-31,22,-58,61,-75v-48,-38,-36,-111,28,-111v31,0,54,22,54,51v0,27,-17,47,-52,65r56,58v12,-17,19,-33,27,-55xm88,-138v30,-12,46,-30,46,-50v0,-20,-16,-35,-37,-35v-51,0,-48,57,-9,85xm145,-52r-62,-65v-37,16,-53,33,-53,59v0,62,87,53,115,6","w":221},"(":{"d":"117,-249v-94,90,-93,242,0,332r-18,0v-93,-89,-93,-243,0,-332r18,0","w":119},")":{"d":"3,83v94,-90,93,-242,0,-332r18,0v93,89,93,243,0,332r-18,0","w":119},"*":{"d":"142,-221r-50,41v17,5,45,-4,65,-4r0,17v-21,-1,-48,-9,-66,-5r51,41r-12,12r-42,-51v-5,18,5,46,5,67r-17,0v1,-22,6,-47,5,-67r-41,51r-13,-12r51,-41v-17,-5,-45,4,-66,4r0,-16v20,0,48,8,65,4r-50,-41r13,-12v14,15,28,38,42,49r-6,-65r17,0v0,21,-9,48,-5,66r42,-50","w":168},"+":{"d":"24,-134r87,0r0,-87r16,0r0,87r86,0r0,16r-86,0r0,86r-16,0r0,-86r-87,0r0,-16","w":237},",":{"d":"44,-35v1,36,-1,59,-24,77v-1,-18,10,-26,8,-42r-8,0r0,-35r24,0","w":63,"k":{" ":29}},"-":{"d":"99,-90r0,17r-85,0r0,-17r85,0","w":112},".":{"d":"44,-35r0,35r-24,0r0,-35r24,0","w":63,"k":{" ":29}},"\/":{"d":"80,-249r17,0r-79,252r-17,0","w":101},"0":{"d":"90,-249v58,4,78,64,78,127v0,79,-35,125,-77,125v-46,0,-79,-48,-79,-121v0,-74,17,-122,78,-131xm150,-123v0,-53,-19,-108,-60,-108v-35,0,-60,44,-60,108v0,64,24,109,59,109v40,0,61,-51,61,-109"},"1":{"d":"99,-246r0,246r-18,0r0,-246r18,0"},"2":{"d":"16,-205r0,-21v45,-46,130,-18,129,48v0,37,-25,87,-90,161r114,0r0,17r-156,0v88,-85,114,-142,114,-178v0,-57,-72,-71,-111,-27"},"3":{"d":"27,-215r0,-18v42,-35,125,-10,125,46v0,25,-16,46,-45,57v34,11,47,36,47,63v0,73,-77,82,-130,58r0,-17v43,23,112,14,112,-40v0,-33,-23,-56,-63,-55r0,-17v79,2,76,-94,4,-93v-18,0,-33,5,-50,16"},"4":{"d":"135,-249r0,140r35,0r0,14r-35,0r0,95r-18,0r0,-95r-112,0r0,-6r124,-148r6,0xm117,-109r-1,-104r-85,104r86,0"},"5":{"d":"139,-246r0,17r-87,0r0,78v58,-9,101,21,101,75v0,70,-79,100,-138,63r0,-21v50,37,120,22,120,-41v0,-53,-49,-71,-100,-56r0,-115r104,0"},"6":{"d":"124,-249r11,13v-49,34,-84,80,-91,122v46,-39,124,-13,123,48v0,40,-29,69,-70,69v-46,0,-75,-33,-75,-86v0,-68,41,-121,102,-166xm40,-93v-5,49,21,79,56,79v30,0,52,-21,52,-49v-1,-56,-72,-69,-108,-30"},"7":{"d":"171,-246r-112,249r-16,-7r101,-225r-134,0r0,-17r161,0"},"8":{"d":"57,-128v-57,-30,-30,-121,33,-121v64,0,90,90,34,121v62,30,37,131,-33,131v-73,0,-97,-101,-34,-131xm90,-136v27,0,47,-20,47,-48v0,-26,-21,-47,-47,-47v-26,0,-47,20,-47,47v0,27,20,48,47,48xm90,-118v-29,0,-51,24,-51,52v0,28,22,52,52,52v30,0,51,-23,51,-54v0,-28,-23,-50,-52,-50"},"9":{"d":"52,3r-10,-13v62,-45,85,-83,92,-121v-50,38,-122,12,-122,-49v0,-40,29,-69,69,-69v47,0,75,33,75,86v0,57,-28,112,-104,166xm137,-153v4,-46,-15,-78,-55,-78v-28,0,-52,21,-52,50v0,56,74,65,107,28"},":":{"d":"44,-162r0,35r-24,0r0,-35r24,0xm44,-35r0,35r-24,0r0,-35r24,0","w":63,"k":{" ":29}},";":{"d":"44,-35v1,36,-1,59,-24,77v-1,-18,10,-26,8,-42r-8,0r0,-35r24,0xm44,-162r0,35r-24,0r0,-35r24,0","w":63,"k":{" ":29}},"<":{"d":"24,-118r0,-16r189,-79r0,18r-167,69r167,69r0,18","w":237},"=":{"d":"24,-177r189,0r0,15r-189,0r0,-15xm24,-91r189,0r0,16r-189,0r0,-16","w":237},">":{"d":"213,-118r-189,79r0,-18r168,-69r-168,-69r0,-18r189,79r0,16","w":237},"?":{"d":"9,-214r8,-28v34,-19,70,3,70,44v0,61,-68,82,-40,134r-6,5v-43,-49,26,-85,27,-140v0,-36,-41,-46,-55,-15r-4,0xm54,-35r0,35r-23,0r0,-35r23,0","w":101},"@":{"d":"201,-182r22,0r-30,141v-3,15,-4,22,6,22v22,0,69,-36,69,-102v0,-45,-23,-113,-117,-113v-80,0,-137,58,-137,140v0,81,56,137,139,137v53,0,91,-19,118,-55r18,0v-28,47,-83,69,-137,69v-91,0,-153,-61,-153,-151v0,-75,46,-155,154,-155v94,0,130,69,130,128v0,72,-54,117,-91,117v-16,0,-25,-7,-20,-32v-40,56,-121,35,-121,-42v0,-80,97,-152,144,-74xm186,-121v0,-29,-19,-50,-45,-50v-46,0,-67,59,-67,94v0,32,19,56,45,56v41,0,67,-62,67,-100","w":288},"A":{"d":"125,-247r114,247r-20,0r-39,-85r-120,0r-39,85r-20,0r114,-247r10,0xm173,-101r-53,-115r-53,115r106,0","w":240,"k":{"v":11,"w":7,"y":11,"C":18,"G":18,"O":18,"Q":18,"T":36,"U":7,"V":18,"W":18,"Y":36}},"B":{"d":"29,-246r51,0v100,2,103,86,46,119v37,8,57,29,57,62v0,66,-81,69,-154,65r0,-246xm48,-230r0,98v52,4,93,-11,93,-49v0,-46,-45,-51,-93,-49xm48,-116r0,100r51,0v51,0,64,-28,64,-50v0,-24,-14,-50,-73,-50r-42,0","w":191,"k":{",":-9,".":-9,"A":-7}},"C":{"d":"233,-228r0,21v-83,-52,-195,-16,-195,85v0,100,115,138,197,82r0,20v-92,55,-220,5,-217,-102v3,-109,120,-158,215,-106","w":243,"k":{",":-14,".":-20,"A":-16}},"D":{"d":"28,-246r86,0v104,0,134,69,134,123v0,57,-33,123,-130,123r-90,0r0,-246xm48,-230r0,214v99,7,180,-10,180,-107v0,-63,-45,-107,-112,-107r-68,0","w":266,"k":{"V":14,"W":14,"Y":31,",":22,".":22,"A":14}},"E":{"d":"163,-246r0,16r-115,0r0,99r112,0r0,15r-112,0r0,100r118,0r0,16r-137,0r0,-246r134,0","w":176},"F":{"d":"154,-246r0,16r-107,0r0,94r97,0r0,15r-97,0r0,121r-19,0r0,-246r126,0","w":157,"k":{",":29,".":29,"A":14}},"G":{"d":"234,-228r0,22v-80,-54,-195,-17,-195,83v0,55,36,109,113,109v28,0,49,-6,68,-16r0,-66r-52,0r0,-16r71,0r0,94v-96,52,-221,2,-221,-105v0,-104,119,-159,216,-105","w":258},"H":{"d":"230,-246r0,246r-19,0r0,-116r-163,0r0,116r-20,0r0,-246r20,0r0,114r163,0r0,-114r19,0","w":258},"I":{"d":"47,-246r0,246r-19,0r0,-246r19,0","w":74},"J":{"d":"49,-246r0,246v2,47,-20,76,-63,71r-2,-18v28,6,46,-11,46,-48r0,-251r19,0","w":74},"K":{"d":"188,-246r-117,123r128,123r-24,0r-129,-123r0,123r-19,0r0,-246r19,0r0,123r118,-123r24,0","w":191,"k":{"y":11,"O":14}},"L":{"d":"48,-246r0,230r121,0r0,16r-141,0r0,-246r20,0","w":168,"k":{"T":29,"V":29,"W":29,"Y":36}},"M":{"d":"140,-131r94,-115r19,0r0,246r-19,0r-1,-218r-93,115r-93,-115r0,218r-19,0r0,-246r19,0","w":281},"N":{"d":"249,-246r0,246r-15,0r-187,-215r0,215r-19,0r0,-246r16,0r186,215r0,-215r19,0","w":277},"O":{"d":"278,-123v0,71,-57,126,-130,126v-73,0,-130,-55,-130,-126v0,-71,57,-126,130,-126v73,0,130,55,130,126xm258,-123v0,-61,-47,-108,-109,-108v-62,0,-110,47,-110,108v0,61,48,109,110,109v62,0,109,-48,109,-109","w":296,"k":{"T":27,"V":14,"W":14,"Y":31,",":23,".":23,"A":18,"X":18}},"P":{"d":"28,-246r68,0v58,0,80,30,80,65v0,32,-18,66,-82,66r-47,0r0,115r-19,0r0,-246xm47,-230r0,99v54,4,109,-4,109,-49v0,-27,-18,-50,-61,-50r-48,0","w":183,"k":{",":65,".":65,"A":32,"e":18,"o":18,"a":7}},"Q":{"d":"264,23v6,10,-14,19,-18,28v-52,-6,-86,-27,-111,-48v-70,-5,-117,-63,-117,-125v0,-72,56,-127,130,-127v74,0,130,54,130,126v0,41,-24,113,-116,126v32,19,69,42,102,20xm258,-123v0,-61,-49,-108,-110,-108v-61,0,-109,48,-109,108v0,60,48,109,108,109v61,0,111,-49,111,-109","w":296,"k":{"U":5,",":14,".":14}},"R":{"d":"28,-246r63,0v100,-2,106,99,35,124v35,27,60,85,88,122r-22,0v-28,-35,-63,-128,-111,-118r-33,0r0,118r-20,0r0,-246xm48,-230r0,96v52,4,109,-4,104,-48v5,-41,-51,-53,-104,-48","w":206,"k":{"O":5,"T":11,"V":11,"W":9,"Y":14}},"S":{"d":"144,-233r0,21v-44,-32,-107,-23,-107,28v0,66,117,34,117,120v-1,65,-83,86,-134,46r0,-23v27,20,43,27,62,27v29,0,52,-21,52,-49v0,-70,-117,-40,-117,-121v-1,-60,78,-83,127,-49","w":168},"T":{"d":"205,-246r0,16r-92,0r0,230r-19,0r0,-230r-93,0r0,-16r204,0","w":206,"k":{"w":45,"y":43,"O":27,"u":43,",":45,".":45,"A":36,"e":47,"o":50,"a":47,"r":36,":":9,"-":54}},"U":{"d":"210,-246r19,0r0,134v1,159,-207,150,-206,5r0,-139r19,0r0,138v0,64,40,94,84,94v42,0,84,-27,84,-97r0,-135","w":251,"k":{",":11,".":11,"A":11}},"V":{"d":"213,-246r-103,249r-6,0r-103,-249r19,0r87,208r87,-208r19,0","w":213,"k":{"G":14,"O":14,"u":14,",":36,".":36,"A":22,"e":25,"o":25,"a":18,"-":40}},"W":{"d":"186,-205r-83,208r-5,0r-98,-249r19,0r81,204r83,-204r6,0r82,204r81,-204r20,0r-99,249r-5,0","w":371,"k":{"y":7,"O":14,"u":14,",":36,".":36,"A":22,"e":25,"o":25,"a":14,"-":36}},"X":{"d":"124,-140r93,-106r25,0r-106,120r112,126r-25,0r-99,-112r-100,112r-24,0r111,-126r-105,-120r24,0","w":247},"Y":{"d":"210,-246r-96,114r0,132r-19,0r0,-132r-95,-114r23,0r82,98r82,-98r23,0","w":209,"k":{"O":31,"u":36,",":50,".":50,"A":36,"e":50,"o":50,"a":36,"-":63}},"Z":{"d":"217,-246r2,7r-184,223r185,0r0,16r-215,0r-2,-5r184,-225r-175,0r0,-16r205,0","w":228},"[":{"d":"42,-229r0,291r64,0r0,17r-81,0r0,-325r81,0r0,17r-64,0","w":108},"\\":{"d":"84,3r-80,-252r17,0r79,252r-16,0","w":101},"]":{"d":"67,62r0,-291r-64,0r0,-17r81,0r0,325r-81,0r0,-17r64,0","w":108},"^":{"d":"119,-249r79,95r-12,9r-67,-81r-68,81r-11,-9","w":237},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18"},"a":{"d":"152,-28v2,25,-46,52,-45,11v-32,32,-94,25,-94,-21v0,-42,47,-57,94,-59v2,-32,-4,-54,-36,-53v-17,0,-30,6,-49,20r0,-18v20,-12,34,-17,52,-17v20,0,51,8,51,42r0,101v0,6,1,8,4,8v4,0,14,-7,23,-14xm107,-32r0,-50v-42,-2,-77,16,-77,44v0,36,53,34,77,6","w":153},"b":{"d":"22,-9r0,-237r18,0r0,107v42,-51,130,-22,130,53v0,77,-78,109,-148,77xm40,-119r0,98v55,22,113,-9,112,-64v0,-69,-75,-87,-112,-34","w":183,"k":{"v":5,"y":5,"b":5,"l":5,"u":4,",":7,".":7}},"c":{"d":"136,-157r0,19v-52,-27,-102,0,-103,58v-1,59,55,80,106,57r0,18v-63,24,-124,-6,-124,-73v0,-67,57,-105,121,-79","w":150,"k":{",":-9,".":-9}},"d":{"d":"162,-246r0,246r-18,0r0,-13v-54,41,-129,-1,-129,-68v0,-67,69,-106,129,-71r0,-94r18,0xm144,-28r0,-105v-46,-34,-111,-8,-111,51v0,56,65,89,111,54","w":183},"e":{"d":"160,-87r-127,0v-7,69,78,97,124,49r0,20v-55,46,-143,13,-143,-65v0,-48,32,-82,75,-82v35,0,71,24,71,78xm35,-101r105,0v-7,-65,-97,-60,-105,0","w":172,"k":{",":-11,".":-11}},"f":{"d":"120,-242r0,16v-47,-20,-76,7,-69,64r31,0r0,14r-31,0r0,148r-17,0r0,-148r-30,0r0,-14r30,0v-7,-65,32,-105,86,-80","w":86,"k":{"e":5,"i":7,"o":4}},"g":{"d":"150,-162r0,14r-37,0v15,14,23,27,23,43v0,72,-92,49,-92,80v0,35,106,-7,106,61v0,30,-28,47,-73,47v-87,0,-94,-73,-23,-83v-17,-4,-27,-12,-27,-23v0,-14,14,-21,33,-27v-32,-9,-43,-35,-43,-54v0,-27,16,-58,68,-58r65,0xm119,-104v0,-24,-19,-43,-43,-43v-24,0,-43,19,-43,42v0,24,19,44,43,44v24,0,43,-19,43,-43xm133,37v0,-23,-22,-28,-51,-28v-20,0,-59,3,-59,30v0,19,19,29,55,29v33,0,55,-12,55,-31","w":153},"h":{"d":"40,-246r0,112v31,-54,114,-36,114,35r0,99r-18,0v-4,-58,19,-149,-43,-148v-24,0,-38,12,-53,35r0,113r-18,0r0,-246r18,0","w":176,"k":{"y":5}},"i":{"d":"42,-162r0,162r-17,0r0,-162r17,0xm42,-246r0,30r-17,0r0,-30r17,0","w":67},"j":{"d":"42,-162r0,180v0,46,-22,65,-48,65r-4,-15v22,-1,34,-11,34,-50r0,-180r18,0xm42,-246r0,30r-18,0r0,-30r18,0","w":67},"k":{"d":"39,-246r0,246r-18,0r0,-246r18,0xm153,-162r-89,77r103,85r-24,0r-102,-85r89,-77r23,0","w":153,"k":{"e":4,"o":4}},"l":{"d":"42,-246r0,246r-17,0r0,-246r17,0","w":67,"k":{"w":4,"y":4}},"m":{"d":"39,-162v1,9,-2,22,1,29v24,-46,87,-42,103,7v28,-62,113,-47,113,27r0,99r-18,0v-3,-58,16,-147,-42,-148v-20,0,-33,11,-49,38r0,110r-17,0r0,-92v-1,-71,-67,-72,-91,-21r0,113r-17,0r0,-162r17,0","w":277,"k":{"y":5,"u":5}},"n":{"d":"40,-162r0,28v31,-53,114,-37,114,35r0,99r-18,0v-3,-58,16,-150,-43,-148v-23,0,-39,12,-53,35r0,113r-18,0r0,-162r18,0","w":176,"k":{"v":5,"y":5,"u":4}},"o":{"d":"180,-81v0,48,-35,84,-82,84v-47,0,-83,-36,-83,-84v0,-48,36,-84,83,-84v47,0,82,36,82,84xm161,-81v0,-39,-27,-67,-63,-67v-37,0,-65,28,-65,67v0,39,28,67,65,67v36,0,63,-28,63,-67","w":195,"k":{"v":7,"w":5,"y":7,",":7,".":7,"x":7}},"p":{"d":"40,-162r0,9v60,-33,128,4,128,72v0,67,-68,105,-128,72r0,92r-17,0r0,-245r17,0xm40,-136r0,110v48,29,109,5,109,-54v0,-57,-60,-86,-109,-56","w":183,"k":{"y":7,",":7,".":7}},"q":{"d":"161,-162r0,245r-17,0r0,-92v-62,31,-131,1,-131,-69v0,-71,72,-110,131,-72r0,-12r17,0xm144,-27r0,-107v-50,-34,-112,-3,-112,58v0,61,65,79,112,49","w":183},"r":{"d":"134,-146r-10,16v-39,-37,-53,-15,-84,28r0,102r-17,0r0,-162r17,0v1,14,-2,31,1,43v32,-45,52,-63,93,-27","w":119,"k":{"v":-25,"y":-25,"l":-14,"u":-14,",":32,".":32,"i":-9,"a":-9,"g":-9,"k":-14,"m":-9,"n":-9,"p":-9,"r":-9,"s":-14,"t":-29,":":-31,"-":29,";":-31}},"s":{"d":"111,-151r0,19v-28,-24,-72,-23,-79,10v0,39,84,25,84,81v0,44,-66,57,-101,29r0,-16v33,19,85,24,85,-14v0,-39,-84,-27,-84,-79v1,-42,61,-57,95,-30","w":127},"t":{"d":"108,-5v-25,12,-71,14,-71,-26r0,-117r-44,0r0,-14r44,0v0,-23,-4,-51,17,-53r0,53r45,0r0,14r-45,0r0,97v-6,45,26,42,54,29r0,17","w":108},"u":{"d":"136,0r0,-27v-31,49,-114,42,-114,-35r0,-100r18,0v2,58,-16,148,44,148v26,0,38,-12,52,-34r0,-114r18,0r0,162r-18,0","w":176},"v":{"d":"154,-162r-70,165r-11,0r-73,-165r18,0r60,136r59,-136r17,0","w":153,"k":{",":18,".":18,"e":5,"o":5}},"w":{"d":"255,-162r-70,165r-8,0r-50,-131r-50,131r-8,0r-69,-165r17,0r55,132r51,-132r9,0r49,132r57,-132r17,0","w":254,"k":{",":20,".":20,"e":5,"o":5}},"x":{"d":"88,-71r-64,71r-22,0r74,-83r-74,-79r22,0r64,67r63,-67r23,0r-75,79r75,83r-23,0","w":172,"k":{"e":7}},"y":{"d":"152,-162r-121,245r-17,0r56,-114r-68,-131r18,0r59,113r56,-113r17,0","w":150,"k":{",":32,".":32,"e":7,"o":7,"a":4}},"z":{"d":"137,-162r2,6r-107,140r107,0r0,16r-134,0r-1,-5r107,-141r-101,0r0,-16r127,0","w":142,"k":{"e":5,"o":5}},"{":{"d":"18,-70r0,-23v36,5,34,-52,33,-94v0,-43,18,-61,52,-59r0,20v-37,-8,-32,39,-32,74v0,39,-10,62,-35,71v35,9,35,56,35,105v0,33,8,39,32,39r0,20v-47,7,-52,-41,-52,-94v0,-42,-8,-58,-33,-59","w":119},"|":{"d":"31,-270r17,0r0,360r-17,0r0,-360","w":79},"}":{"d":"102,-93r0,23v-36,-5,-34,51,-34,94v0,43,-17,61,-51,59r0,-20v37,8,32,-39,32,-74v0,-39,10,-61,35,-70v-35,-9,-35,-57,-35,-106v0,-33,-8,-39,-32,-39r0,-20v47,-7,51,42,51,94v0,42,9,58,34,59","w":119},"~":{"d":"24,-105r0,-19v20,-14,37,-21,51,-21v27,0,66,28,88,28v13,0,24,-6,50,-24r0,20v-21,15,-35,21,-49,21v-28,0,-64,-29,-89,-29v-15,0,-25,5,-51,24","w":237},"'":{"d":"28,-246r24,0v1,30,-1,57,-4,84r-16,0v-3,-27,-5,-54,-4,-84","w":79},"`":{"d":"28,-244r29,0r37,56r-12,0","w":119},"\u00a0":{"w":100,"k":{"T":50,"V":50,"W":36,"Y":54,"A":22}}}});

Cufon.registerFont({"w":88,"face":{"font-family":"Heather","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","cap-height":"1","bbox":"-40 -423 490 142.145","underline-thickness":"7.2","underline-position":"-44.28","unicode-range":"U+0020-U+007A"},"glyphs":{" ":{"w":180},"!":{"d":"104,-423v19,4,4,35,1,50v-14,75,-32,154,-32,233v0,26,-9,28,-23,35v-7,0,-6,-19,-6,-29v1,-62,18,-199,32,-247v8,-28,16,-42,28,-42xm65,-56v21,2,15,51,-4,51v-19,-2,-17,-51,4,-51","w":112},"\"":{"d":"60,-270v4,-31,4,-78,35,-86v27,17,-20,85,-35,86xm8,-270v4,-26,4,-84,36,-86v25,19,-21,84,-36,86","w":109},"'":{"d":"8,-270v4,-25,4,-84,36,-86v25,19,-21,84,-36,86","w":60},"(":{"d":"108,24v-120,-4,-108,-201,-74,-295v12,-36,27,-63,46,-85v15,-18,23,-25,26,-21v-49,57,-69,163,-69,282v0,46,38,106,71,119","w":103},")":{"d":"60,-95v0,-120,-18,-225,-69,-282v3,-4,12,3,27,21v47,56,70,149,68,256v-2,62,-36,124,-96,124v32,-14,70,-73,70,-119","w":103},"*":{"d":"80,-161v6,-2,45,-30,45,-5v0,9,-11,23,-15,31v-1,6,13,4,21,4v9,0,9,-1,9,-1v0,4,-5,7,-15,7v-9,0,-14,0,-15,-1v10,17,15,28,15,33v-4,25,-32,0,-43,-4r-2,30v-4,0,-6,-5,-6,-15v0,-9,0,-13,1,-14v-9,4,-22,14,-33,14v-22,-7,-8,-17,3,-41v1,-8,-19,-1,-30,-3v0,-4,5,-7,15,-7v9,0,14,0,15,1v0,-3,-30,-42,-5,-44v9,0,24,10,32,15r3,-30v1,0,3,10,5,30","w":170},",":{"d":"19,35v8,-23,5,-82,37,-82v25,16,-23,94,-37,82"},"-":{"d":"19,-127v13,7,106,-23,92,-1v-13,20,-56,15,-81,24v-4,-1,-25,-20,-11,-23","w":113},"\u2010":{"d":"19,-127v13,7,106,-23,92,-1v-13,20,-56,15,-81,24v-4,-1,-25,-20,-11,-23","w":113},".":{"d":"38,0v-18,-13,0,-52,18,-48v19,11,-3,55,-18,48"},"\/":{"d":"195,-333v3,-6,33,-40,40,-53v7,18,-5,41,-23,93v-26,76,-62,170,-101,238v-32,56,-56,86,-107,90v102,-43,166,-241,191,-368","w":214},"0":{"d":"267,-241v-12,99,-111,241,-199,241v-44,0,-69,-51,-66,-99v6,-139,76,-243,202,-261v16,-2,18,10,15,23v-1,9,-18,1,-24,3v-89,11,-143,116,-151,223v-2,37,25,71,58,72v51,1,110,-87,134,-145v-34,18,-79,21,-82,-26v-3,-36,41,-109,75,-108v22,1,41,50,38,77xm221,-277v-23,4,-37,32,-36,48v2,36,33,31,57,15v10,-23,1,-60,-21,-63","w":287},"1":{"d":"108,-312v7,-23,56,-43,77,-44v11,0,17,6,17,19v0,67,-29,103,-61,187v-21,53,-43,93,-70,120v-24,25,-44,43,-67,29v59,-82,126,-188,146,-295v4,-23,-34,-4,-42,-16","w":214},"2":{"d":"52,-220v8,-69,74,-137,145,-136v52,0,77,28,77,83v0,112,-122,161,-212,210v30,33,123,40,166,8v4,-3,17,-4,18,1v-15,26,-89,58,-128,57v-36,0,-143,-28,-112,-67v91,-41,213,-90,219,-204v2,-35,-21,-55,-55,-59v-50,-6,-66,52,-75,99v-6,12,-22,13,-33,18v-6,1,-10,-2,-10,-10","w":302},"3":{"d":"100,-301v13,-56,150,-88,159,-4v2,20,-12,38,-41,54v-9,5,-14,11,-14,17v10,27,45,60,42,94v-7,83,-96,150,-175,143v-57,7,-111,-77,-32,-88v6,-1,9,6,9,18v-4,71,91,57,118,19v23,-21,34,-43,34,-64v10,-45,-90,-95,-31,-130v16,-10,40,-24,40,-47v0,-22,-21,-35,-45,-35v-28,0,-21,35,-51,32v-8,0,-13,-3,-13,-9","w":287},"4":{"d":"172,-122v18,4,63,-29,59,3v-4,29,-29,22,-72,28v-24,52,-21,78,-71,91v-3,1,-4,0,-4,-3v3,-21,23,-65,32,-87v-74,-7,-106,-15,-111,-73v-4,-52,85,-162,138,-195v1,-2,14,-1,13,1v-24,52,-112,112,-113,179v0,33,29,52,86,57r34,-77v2,-7,37,-18,45,-9v-12,32,-12,27,-36,85","w":252},"5":{"d":"263,-302v-9,19,-38,34,-62,35v-24,2,-34,-22,-48,-32v-7,7,-24,31,-25,44v19,42,94,52,89,114v-6,68,-33,86,-79,122v-19,15,-38,22,-53,22v-36,-1,-92,-59,-87,-105v-5,-46,33,-67,53,-73v4,0,6,2,6,5v-13,33,-21,73,0,109v37,63,118,18,118,-48v0,-69,-77,-61,-83,-117v8,-29,50,-123,98,-135v6,0,8,3,8,8v-10,45,27,62,59,47v4,0,6,1,6,4","w":284},"6":{"d":"-1,-96v6,-134,130,-227,234,-266v4,6,4,25,-5,28v-99,29,-175,113,-183,222v-3,46,28,80,71,80v50,0,86,-58,86,-107v0,-50,-37,-80,-90,-71v-4,0,-18,-3,-17,-7v15,-19,23,-41,57,-40v75,2,102,93,63,158v-29,51,-65,106,-140,103v-51,-2,-78,-42,-76,-100","w":258},"7":{"d":"253,-176v-19,34,-33,20,-80,22v-42,88,-68,136,-75,147v0,4,-33,14,-46,4r79,-151v-42,2,-93,10,-123,19v-10,-5,0,-15,10,-20v24,-12,90,-28,127,-28v17,-39,35,-62,42,-98v-9,-60,-107,-53,-154,-27v-4,-2,-2,-14,-1,-19v25,-18,109,-53,151,-25v5,3,59,29,53,55v-10,43,-34,75,-49,113v0,0,16,2,51,4v10,1,15,2,15,4","w":271},"8":{"d":"109,-197v-28,-24,-49,-71,-19,-106v21,-16,78,-63,112,-51v32,11,59,36,56,76v-3,42,-39,54,-80,77v28,26,44,34,46,80v3,70,-62,120,-125,124v-88,5,-131,-101,-71,-156v15,-14,53,-32,81,-44xm158,-219v31,-19,62,-16,59,-63v0,-18,-26,-42,-46,-40v-41,3,-67,47,-38,79v4,5,12,12,25,24xm64,-42v44,54,128,1,120,-61v-4,-35,-26,-52,-54,-76v-30,9,-89,45,-83,92v2,17,7,32,17,45","w":286},"9":{"d":"9,-182v1,-104,122,-225,209,-150v18,16,24,43,24,77v0,132,-128,228,-234,265v-12,-32,26,-35,46,-44v77,-34,135,-115,142,-205v3,-46,-28,-80,-70,-80v-51,0,-84,59,-86,107v-2,52,37,71,89,71v9,0,22,5,13,13v-14,13,-21,33,-53,33v-46,0,-80,-41,-80,-87","w":256},":":{"d":"53,-145v15,12,4,53,-18,47v-20,-10,0,-52,18,-47xm55,-48v20,11,-1,56,-18,48v-18,-11,1,-53,18,-48"},";":{"d":"54,-145v17,11,-3,56,-18,47v-19,-9,-1,-53,18,-47xm21,37v4,-30,4,-80,35,-85v27,17,-21,84,-35,85"},"?":{"d":"125,-349v53,-45,167,-36,158,56v-11,120,-125,165,-215,212v-2,-4,-13,-9,-8,-13v42,-38,189,-97,173,-207v-3,-27,-23,-45,-54,-45v-42,-1,-67,33,-74,101v0,10,-29,20,-43,16v-5,-31,14,-43,20,-66v12,-23,26,-41,43,-54xm71,-46v17,15,1,49,-16,49v-11,0,-12,-31,-4,-39v9,-8,15,-12,20,-10","w":305},"A":{"d":"428,-360v17,0,15,11,9,25r-112,259v40,4,79,-2,104,-15v9,-5,15,3,10,8v-53,25,-67,32,-127,35v-18,39,-8,42,-44,48v-16,-4,-4,-19,3,-35v4,-9,5,-9,8,-15v-18,-3,-39,-9,-63,-17v-48,49,-80,81,-150,92v-29,5,-89,-43,-56,-64v16,-10,23,-12,27,6v6,22,16,34,31,34v39,1,83,-23,130,-73v-43,-12,-89,-40,-124,-5v-7,3,-9,-2,-10,-5v25,-42,107,-36,158,-17v52,-64,129,-165,176,-243v7,-12,17,-18,30,-18xm360,-253v-47,66,-87,120,-121,160v21,6,39,11,54,13v21,-48,52,-116,67,-173","w":449},"B":{"d":"172,-233v6,27,-9,47,-30,38v-13,-61,38,-109,78,-135v61,-40,198,-41,198,42v0,26,-19,52,-59,78v29,13,61,30,56,73v-10,82,-70,134,-158,138v-18,0,-74,-21,-71,-38v-2,-5,19,-17,25,-15v15,14,36,38,65,35v62,-7,105,-45,108,-112v1,-38,-40,-70,-79,-61v-12,3,-18,3,-19,-1v20,-27,102,-39,98,-88v-3,-36,-38,-57,-81,-57v-67,0,-120,47,-131,103xm41,-104v-21,40,-22,92,26,92v104,0,163,-150,198,-244v18,-48,14,-50,50,-57v5,0,6,2,6,7v-42,123,-116,300,-268,311v-60,4,-73,-74,-37,-118v19,-23,25,-33,50,-30v-4,13,-14,17,-25,39","w":416},"C":{"d":"207,-359v30,5,79,11,47,32v-21,28,-38,-10,-71,-6v-93,11,-149,108,-153,209v-4,97,94,130,166,76v17,-13,34,-25,50,-41v3,-2,6,-2,7,0v-23,42,-93,90,-155,90v-70,0,-110,-61,-100,-140v16,-109,98,-207,209,-220","w":247},"D":{"d":"134,-358v114,0,189,76,186,179v-3,96,-87,179,-182,179v-69,0,-130,-36,-138,-93v-1,-4,26,-32,31,-23v-5,102,164,140,219,58v52,-45,53,-172,2,-222v-38,-38,-94,-57,-160,-41v-4,0,-6,-1,-6,-3v7,-17,13,-34,48,-34xm219,-279v18,8,6,17,-6,39v-36,64,-34,61,-77,155v-12,28,-13,31,-34,34v-16,-8,0,-21,10,-52v18,-53,41,-96,66,-142v12,-23,27,-34,41,-34","w":318},"E":{"d":"224,-358v31,0,132,18,65,42v-21,-11,-51,-26,-80,-26v-51,0,-122,60,-89,109v41,-17,115,-34,156,-12v8,4,11,10,11,15v-14,54,-141,60,-185,26v-46,32,-68,53,-69,104v-2,110,176,93,237,43v12,-6,22,-21,36,-21v2,5,2,8,0,9v-47,38,-101,68,-187,68v-70,0,-119,-31,-119,-95v0,-55,45,-97,88,-121v-49,-77,68,-141,136,-141xm252,-221v1,-11,-15,-16,-49,-16v-22,0,-46,6,-71,17v23,18,73,29,105,13v10,-4,15,-9,15,-14","w":299},"F":{"d":"158,-267v-4,21,25,55,1,65v-23,16,-28,-15,-30,-44v-4,-50,69,-113,116,-111v62,16,93,28,93,35v1,16,-7,24,-22,24v-23,0,-70,-27,-97,-27v-35,0,-62,22,-61,58xm207,-58v64,24,89,19,134,-2v-27,35,-88,50,-145,29v-42,95,-81,145,-161,150v-31,2,-61,-25,-61,-50v-2,-6,19,-16,25,-16v6,29,23,52,58,52v49,0,90,-71,112,-145v-38,-16,-110,-39,-136,-1v-4,2,-8,-1,-5,-5v34,-42,84,-48,150,-22v45,-134,70,-203,74,-209v9,-12,21,-17,34,-17v4,0,6,2,7,7","w":341},"G":{"d":"242,-357v33,-3,82,12,87,33v1,6,-21,22,-27,18v-11,-7,-60,-37,-86,-31v-28,0,-54,6,-72,21v-34,27,-104,103,-108,190v-4,103,111,128,183,75v29,-12,66,-79,101,-77v5,21,-65,161,-78,175v-19,20,-92,67,-137,62v-37,4,-119,-34,-59,-49v13,2,23,22,36,26v103,35,158,-54,184,-155v-35,23,-102,71,-159,69v-72,-2,-109,-49,-107,-126v3,-124,124,-219,242,-231","w":335},"H":{"d":"37,-77v22,-28,71,-38,119,-26v43,-77,68,-162,102,-248v4,-6,38,-7,36,-6v-28,97,-73,187,-111,260v31,8,30,9,61,17v24,6,45,10,62,13v36,-73,60,-151,94,-226v4,-10,15,-14,28,-14v6,0,8,2,8,7r-108,236v47,5,73,-5,98,-20v4,-3,13,0,6,5v-13,17,-83,43,-115,41v-6,23,-14,43,-43,38v5,-20,4,-13,18,-40v-30,-6,-72,-16,-124,-33v-51,66,-84,105,-151,77v-25,-10,-20,-36,4,-37v10,11,19,36,42,34v23,-2,50,-28,81,-82v-45,-15,-75,-12,-102,6v-3,1,-5,1,-5,-2","w":425},"I":{"d":"66,-320v64,-55,210,-53,268,-3v-12,27,-77,180,-106,220v-36,50,-93,99,-168,104v-33,2,-53,-20,-52,-54v2,-39,29,-125,74,-108v-24,42,-41,75,-41,106v0,51,56,40,78,29v63,-33,86,-91,128,-181v26,-57,43,-92,50,-103v-54,-30,-198,-42,-240,13v-11,15,-21,30,-25,48v-7,5,-29,20,-33,6v10,-36,40,-55,67,-77xm213,-22v43,-5,81,-28,111,-41v0,2,1,8,-1,8v-23,22,-73,42,-112,44v-4,0,-5,-3,-3,-6v2,-3,3,-4,5,-5","w":324},"J":{"d":"30,-211v-1,9,-35,31,-33,4v9,-117,181,-180,305,-138v19,7,30,16,32,25r-50,122v-37,89,-65,152,-83,189r110,-20v-14,21,-53,21,-118,35v-50,77,-86,130,-155,136v-23,2,-34,-17,-34,-36v1,-51,101,-91,157,-108r65,-152v43,-101,67,-153,71,-156v-16,-15,-70,-22,-107,-22v-97,0,-154,33,-160,121xm152,16v-25,11,-119,40,-119,92v0,11,7,17,22,17v25,0,58,-37,97,-109","w":343},"K":{"d":"278,-358v34,0,103,-2,79,38v-14,23,-51,125,-70,157v44,-34,131,-111,174,-119v6,-1,9,5,9,19v-4,20,-29,17,-42,28v-72,37,-78,48,-153,110v13,46,44,102,82,102v25,-1,82,-28,98,-47v2,-2,14,-2,8,6v-9,12,-95,66,-116,64v-38,8,-101,-61,-88,-118v-42,58,-112,119,-184,133v-74,14,-86,-63,-61,-122v13,-29,27,-50,57,-49v-15,31,-42,68,-44,107v0,28,26,46,52,46v62,1,139,-91,159,-136v26,-59,66,-118,85,-181v-10,-10,-45,-16,-70,-15v-90,0,-159,38,-165,117v-1,8,-31,34,-30,8v-1,-66,58,-101,99,-122v37,-19,77,-26,121,-26","w":450},"L":{"d":"0,-31v5,-58,121,-52,173,-33v41,-72,84,-232,144,-275v16,-22,84,-24,92,-6v-5,9,-18,31,-31,14v-41,-19,-49,-3,-72,49v-33,74,-64,183,-114,225v108,46,139,47,209,8v-33,46,-98,63,-167,39r-70,-24v-30,18,-61,33,-106,34v-27,1,-60,-9,-58,-31xm15,-32v21,40,106,14,132,-7v-42,-13,-79,-21,-117,-7v-11,5,-15,9,-15,14","w":397},"M":{"d":"342,-19v38,0,76,-42,101,-53v11,10,-17,18,-22,26v-28,21,-66,41,-103,46v-41,5,-43,-54,-33,-95r-90,89v-7,6,-12,13,-15,3r45,-151v2,-7,2,-11,1,-11v-47,60,-99,154,-176,167v-104,-19,-23,-165,23,-190v9,-1,21,-7,29,-3v-17,18,-77,105,-77,138v0,18,13,30,33,30v47,0,109,-65,185,-197v5,-36,36,-100,53,-130v8,-3,20,-9,29,-9v19,0,2,14,-1,21v-23,41,-77,207,-101,281v0,2,1,3,3,3v9,-8,32,-30,65,-65v23,-88,58,-165,91,-203v23,-25,36,-36,58,-35v20,26,5,56,-14,90v-18,32,-49,73,-94,122v-8,33,-21,56,-21,88v0,25,11,38,31,38xm343,-181v31,-43,71,-84,80,-142v0,-5,-1,-7,-3,-7v-5,-1,-15,9,-28,33v-17,30,-33,68,-49,116","w":436},"N":{"d":"267,-75v24,-45,67,-138,105,-172v2,6,1,15,-1,27r-85,134v-23,27,-13,48,-23,76r-19,14v-11,-8,-10,-67,-6,-82v-8,1,-5,-7,-6,-20v0,-1,0,-12,-1,-33v-40,57,-97,121,-164,131v-116,-8,-59,-173,13,-190v2,0,4,1,4,3v-23,38,-60,91,-55,118v-2,29,23,52,52,48v63,-8,96,-53,148,-131v-5,-89,0,-147,33,-187v19,-23,54,-34,54,13v0,35,-19,84,-56,148v3,29,-3,84,7,103xm371,-37v-22,24,-57,36,-77,32v0,-5,2,-9,8,-10v29,-6,47,-16,67,-25v1,0,2,1,2,3xm261,-209v16,-36,30,-70,31,-113v0,-10,-2,-15,-7,-10v-22,26,-23,67,-24,123","w":367},"O":{"d":"323,-181v10,3,26,-12,30,-9v-6,17,-24,35,-41,36v-33,77,-107,155,-201,155v-70,0,-117,-44,-114,-113v5,-135,113,-235,240,-246v37,-3,83,19,93,41v-1,8,-22,24,-30,11v-35,-52,-107,-43,-160,-2v-51,40,-102,117,-110,195v-10,101,125,115,187,61v33,-29,62,-62,83,-104v-46,-13,-43,-116,9,-116v34,0,26,60,14,91xm252,-23v13,-11,81,-34,92,-37v2,13,-83,48,-92,37xm312,-184v11,-24,17,-59,-2,-73v-18,3,-22,67,2,73","w":360},"P":{"d":"309,-357v72,0,111,44,114,116v2,53,-63,137,-107,136v-7,0,-20,-5,-19,-12v5,-11,21,-19,40,-16v33,-2,54,-50,54,-94v0,-105,-108,-147,-172,-79v-30,32,-58,76,-36,124v18,19,-3,29,-15,33v-13,-8,-21,-31,-18,-59v7,-80,70,-149,159,-149xm406,-59v7,-5,13,1,7,5v-39,24,-82,54,-131,54v-4,-3,-4,-5,0,-6v70,-24,66,-20,124,-53xm55,-122v-27,59,-51,175,40,179v53,2,116,-72,131,-118r81,-231v9,-12,21,-18,34,-18v4,0,6,2,7,7v-47,117,-86,253,-168,334v-65,64,-182,59,-182,-43v0,-52,21,-98,55,-114v1,0,2,2,2,4","w":408},"Q":{"d":"235,-55v40,26,72,40,141,66v-5,7,-19,12,-31,10v-64,-9,-62,-26,-131,-59v-87,78,-219,37,-213,-77v5,-99,64,-165,133,-209v69,-44,148,-48,195,5v-2,12,-22,24,-32,11v-15,-20,-38,-38,-71,-35v-102,10,-188,115,-194,225v-5,95,101,121,170,73v-19,-9,-33,-13,-53,-15v-25,-3,-32,22,-50,15v25,-35,84,-38,126,-15v32,-26,58,-58,78,-98v-60,-8,-44,-112,5,-115v33,7,28,63,15,93v16,0,34,-21,47,-31v2,0,2,3,1,9v-21,33,-40,48,-58,46v-17,30,-42,73,-78,101xm307,-257v-19,12,-18,65,6,74v8,-27,14,-63,-6,-74","w":368},"R":{"d":"314,-159v30,-13,-7,30,25,22v42,-11,87,-59,87,-113v0,-84,-98,-114,-166,-74v-44,26,-77,47,-67,129v1,10,-10,13,-18,15v-16,-2,-14,-57,-5,-75v8,-38,77,-80,97,-90v77,-38,193,6,193,87v0,53,-62,135,-115,131v-34,-2,-31,7,-32,38v-1,33,22,67,50,70v27,3,69,-34,90,-31v-6,4,-88,59,-109,51v-39,0,-59,-31,-59,-93v0,-43,4,-57,29,-67xm-1,-41v7,-60,27,-117,75,-131v5,4,-1,11,-6,19v-27,43,-51,73,-35,131v5,19,22,29,44,25v132,-24,180,-195,240,-314v11,-11,22,-15,35,-14v4,0,6,2,6,7v-25,55,-100,218,-159,265v-41,33,-85,72,-141,72v-29,0,-63,-28,-59,-60","w":466},"S":{"d":"305,-357v23,0,33,12,9,24v-30,15,-87,-3,-115,21v-20,17,-40,42,-13,59v47,28,125,47,125,114v0,88,-98,131,-185,139v-46,4,-108,-27,-124,-53v3,-9,13,-17,22,-20v37,46,135,72,201,32v30,-18,57,-46,58,-86v2,-74,-137,-73,-143,-129v9,-45,90,-101,165,-101","w":308},"T":{"d":"325,-360v46,0,63,0,42,22v-19,20,-49,-2,-76,2v-61,9,-118,14,-148,38v-8,12,-5,40,-24,44v-4,1,-6,-2,-6,-11v0,-48,48,-60,103,-79v34,-12,70,-16,109,-16xm230,-36v67,4,87,-19,147,-45v1,3,-2,9,-5,10v-40,22,-85,43,-130,50v-15,1,-35,-9,-12,-15xm24,-76v3,55,48,77,93,38v70,-60,112,-166,143,-258v4,-12,17,-20,39,-23v7,3,1,5,-3,16v-45,114,-87,211,-169,273v-63,48,-135,35,-126,-52v3,-41,29,-98,65,-94v-23,32,-43,77,-42,100","w":370},"U":{"d":"56,-65v-1,30,15,41,40,43v47,4,160,-79,174,-112v14,-9,63,-168,120,-163v2,2,2,6,0,8v-49,82,-106,181,-115,240v1,30,39,23,59,10v9,-3,24,-22,47,-28v-1,15,-140,107,-136,21v0,-15,4,-34,8,-48v-58,50,-116,89,-185,93v-35,1,-42,-30,-44,-60v-2,-57,55,-161,105,-205v12,-10,64,-48,74,-63v-36,-9,-63,-14,-82,-14v-48,2,-103,18,-97,73v0,8,-15,25,-24,20v-11,-101,152,-137,237,-91v-58,52,-178,159,-181,276","w":376},"V":{"d":"-3,-246v0,-70,64,-142,131,-100v79,49,65,165,50,289v53,-51,96,-136,151,-182v9,-5,10,0,8,14v-10,24,-76,81,-89,99r-78,107v-10,12,-17,18,-23,18v-3,0,-5,-1,-5,-5v16,-48,16,-100,18,-183v2,-59,-37,-151,-86,-152v-33,0,-56,37,-56,80v0,39,22,88,42,120v-6,10,-11,14,-19,14v-24,-16,-44,-78,-44,-119xm327,-48v-22,17,-80,48,-115,39v0,-1,1,-3,2,-3v46,-13,83,-26,110,-39v5,-2,6,-1,3,3","w":323},"W":{"d":"386,-1v-5,1,-9,-6,-6,-9v32,-1,61,-17,95,-26v-9,15,-63,36,-89,35xm313,-288v34,51,32,139,20,231v7,3,140,-148,148,-140v6,-1,9,0,9,4v0,6,-3,12,-9,17v-11,11,-109,94,-154,146v-19,22,-30,36,-36,23v9,-38,22,-77,22,-122v-11,-2,-126,118,-123,118v-5,10,-19,15,-21,3v23,-83,22,-89,21,-178v-1,-59,-42,-157,-97,-150v-73,11,-90,128,-49,196v1,6,-11,15,-16,15v-14,4,-29,-62,-28,-77v3,-71,43,-155,113,-155v123,0,113,183,94,308v13,-1,50,-51,56,-53v43,-47,53,-31,46,-79v-4,-26,-11,-55,-21,-88v-2,-4,18,-22,25,-19","w":501},"X":{"d":"81,-19v51,0,78,-38,122,-73v-3,-67,23,-146,81,-237v7,-12,46,-37,64,-27v-64,90,-118,167,-115,238r91,-83v24,-21,44,-37,93,-66v4,4,3,26,-2,29v-62,34,-115,69,-182,135v1,40,16,82,58,82v44,0,84,-39,118,-49v-19,31,-105,66,-146,67v-44,1,-47,-34,-59,-75v-48,38,-85,71,-146,77v-103,-10,-49,-184,14,-203v2,0,13,1,16,5v-16,23,-60,78,-60,128v0,31,18,52,53,52","w":461},"Y":{"d":"149,-358v35,0,108,18,108,35v-53,34,-101,80,-130,135v-30,58,-45,99,-45,126v0,28,15,43,46,43v40,0,160,-84,172,-112v18,-25,42,-122,75,-135v12,-5,19,-13,25,-6r-110,243v28,-1,60,-15,85,-11r-92,24v-30,56,-71,124,-144,124v-46,0,-39,-38,-15,-62v23,-22,65,-44,127,-64v10,-24,29,-47,33,-73v-55,38,-111,91,-182,91v-43,0,-59,-30,-48,-90v17,-94,81,-165,168,-221v-55,-48,-201,-35,-198,50v1,16,-22,30,-24,14v-4,-62,72,-111,149,-111xm244,-5v-43,12,-110,47,-113,86v5,27,35,13,54,0v28,-19,43,-54,59,-86","w":367},"Z":{"d":"323,-162v32,2,59,2,79,-8v3,13,-18,19,-32,24v-10,3,-33,5,-67,7v-33,36,-61,64,-87,82v24,16,65,37,99,37v38,0,58,-19,89,-26v-17,19,-76,42,-107,43v-27,1,-64,-11,-109,-36v-46,26,-70,38,-114,39v-36,0,-76,-8,-76,-37v0,-34,64,-61,106,-56v33,4,67,13,102,31v24,-18,45,-37,79,-77r-160,-3v30,-31,33,-23,141,-23v9,0,22,1,38,2v27,-38,45,-71,57,-117v-21,-50,-116,-59,-187,-58v-68,1,-81,49,-119,83v-11,-5,-5,-13,4,-27v17,-26,47,-52,79,-60v38,-9,69,-14,92,-14v51,-1,167,26,161,71v-6,44,-38,85,-68,123xm29,-45v0,21,29,28,54,28v29,0,60,-9,94,-27v-17,-14,-63,-34,-92,-34v-24,0,-56,12,-56,33","w":403},"\\":{"d":"-11,-386r39,53v0,15,6,48,22,99v47,149,85,230,162,273v-75,-5,-115,-111,-145,-184v-28,-68,-70,-171,-80,-236v0,-3,1,-5,2,-5","w":235},"a":{"d":"139,-23v6,19,37,-18,65,-19v-13,23,-54,35,-85,40v-16,3,-14,-17,-14,-32v-28,23,-53,34,-73,34v-19,0,-31,-14,-32,-32v-1,-37,81,-99,125,-95v16,2,32,3,35,13v1,3,-21,14,-25,13v-36,-31,-96,28,-98,64v41,60,86,-59,128,-64v3,0,5,1,5,3v-13,31,-34,71,-31,75","w":194},"b":{"d":"50,-97v24,-14,96,-54,110,-3v1,61,-61,94,-110,100v-34,4,-62,-19,-49,-52r124,-300v10,-4,37,-15,29,5xm57,-14v27,0,66,-40,66,-68v0,-15,-8,-23,-23,-23v-30,0,-67,39,-68,66v-1,11,14,25,25,25","w":160},"c":{"d":"1,-30v3,-41,91,-124,144,-88v26,18,-8,31,-21,34v-3,0,-4,-1,-4,-3v0,-16,-5,-25,-15,-25v-22,0,-65,52,-65,75v0,14,9,20,26,20v31,1,52,-21,79,-25v-4,16,-25,17,-38,25v-34,21,-98,33,-106,-13","w":143},"d":{"d":"1,-33v0,-47,83,-115,139,-86v26,-57,30,-63,31,-101v20,-36,16,-54,41,-40v19,21,1,32,-17,84r-53,149v0,8,5,10,11,8v10,0,38,-21,58,-23v1,13,-33,23,-38,25v-19,10,-36,15,-49,15v-14,-1,-18,-5,-17,-22v-20,11,-47,25,-73,24v-17,-1,-33,-15,-33,-33xm59,-18v24,0,72,-49,72,-77v0,-10,-7,-16,-20,-16v-28,0,-73,46,-71,74v0,12,6,19,19,19","w":204},"e":{"d":"23,-25v30,33,69,-11,106,-17v-16,26,-62,42,-100,42v-25,0,-39,-10,-41,-32v-2,-33,57,-94,108,-95v16,0,30,8,30,25v0,46,-67,50,-103,77xm93,-98v-9,-25,-28,-10,-45,14v-12,17,-21,22,-20,39v1,1,16,-8,42,-25v15,-10,23,-19,23,-28","w":117},"f":{"d":"-2,-38v6,-26,24,-97,61,-85v-14,24,-48,76,-18,100r77,-202v13,-35,9,-41,37,-40v7,0,12,1,9,6r-96,243v37,4,55,-15,92,-26v-4,18,-65,39,-97,41r-37,90v-3,9,-24,9,-29,4r36,-96v-24,-5,-35,-17,-35,-35","w":154},"g":{"d":"139,-14v22,-8,46,-23,68,-28v-16,26,-47,24,-73,41v-15,56,-55,113,-111,123v-23,-4,-16,-40,-3,-56v15,-18,40,-39,79,-60r18,-41v-28,16,-55,37,-90,37v-55,0,-39,-64,-6,-86v28,-29,106,-60,143,-27v-3,6,-14,11,-22,12v-45,-32,-111,8,-112,62v-1,15,15,18,33,18v16,0,77,-55,86,-68v2,-2,15,-7,26,-4v-12,19,-19,30,-36,77xm93,21v-25,17,-54,34,-57,71v0,7,2,11,5,11v17,-6,38,-50,52,-82","w":188},"h":{"d":"139,-17v4,4,43,-21,67,-25v-8,20,-59,35,-86,42v-7,2,-18,-7,-17,-15v-5,-8,42,-79,35,-87v-27,0,-122,107,-148,102v-3,-2,-2,-5,0,-9r87,-196r56,-135v4,-17,11,-45,38,-41v5,0,9,4,6,8v-10,44,-103,243,-126,309v8,7,23,-11,57,-34v27,-18,44,-28,51,-28v6,-1,20,11,18,17v0,8,-41,80,-38,92","w":195},"i":{"d":"99,-223v17,11,-4,56,-19,47v-20,-10,2,-54,19,-47xm40,-17v17,0,40,-22,66,-25v-3,17,-62,35,-86,42v-13,0,-20,-3,-20,-10v-4,-7,45,-117,52,-113v14,-6,17,-10,24,-5v-11,38,-29,69,-40,107v0,3,1,4,4,4","w":99},"j":{"d":"93,-223v14,10,2,53,-19,47v-19,-11,2,-54,19,-47xm-10,-39v33,-23,45,-82,90,-87v5,0,7,1,7,4v-8,33,-24,49,-38,105v21,-5,41,-22,62,-25v-8,20,-42,19,-68,46v-13,45,-39,124,-61,114v-20,-8,-11,-52,-1,-72v10,-20,21,-36,37,-47v3,-23,9,-59,22,-78v-1,-1,-3,-1,-5,-1v-13,24,-26,38,-40,45v-2,0,-5,-2,-5,-4xm15,29v-17,19,-32,46,-25,72v14,-23,22,-55,25,-72","w":99},"k":{"d":"118,-17v22,-2,44,-22,64,-25v-5,19,-67,42,-83,42v-21,0,-37,-14,-48,-41v-1,-5,23,-22,29,-12v3,3,6,5,8,4v31,-12,47,-26,47,-42v-13,-28,-33,-14,-62,7v-41,30,-41,26,-56,75v-3,5,-34,18,-32,0v10,-25,13,-23,32,-73r102,-266v12,-20,21,-34,42,-30v-23,99,-76,194,-108,293v11,-7,58,-41,85,-41v38,0,43,49,5,64v-5,2,-6,2,-52,25v4,9,15,21,27,20","w":169},"l":{"d":"29,-16v21,19,60,-17,99,-26v-5,18,-66,41,-93,44v-29,3,-42,-6,-41,-22r90,-233v7,-13,18,-18,30,-17v8,1,11,3,10,8","w":115},"m":{"d":"229,-13v16,0,57,-26,72,-29v-3,18,-70,41,-91,42v-13,0,-20,-4,-20,-13v-3,-11,40,-74,31,-88v-24,7,-86,66,-101,96v-1,4,-24,7,-32,3r43,-97v-45,3,-86,90,-135,99v6,-39,42,-134,82,-121v3,6,-28,55,-27,64v19,-9,84,-82,113,-64v10,22,-16,42,-20,64v27,-18,79,-65,105,-69v6,0,18,5,15,13r-43,96v0,3,2,4,8,4","w":284},"n":{"d":"126,-16v22,10,46,-22,78,-26v-4,15,-16,13,-37,25v-21,12,-41,17,-56,17v-9,0,-20,-6,-20,-15v4,-11,27,-60,38,-84v-7,-3,-12,4,-20,8v-20,11,-56,39,-103,85v-7,7,-13,6,-24,6v-3,0,-4,-3,-2,-8v6,-20,38,-98,49,-113v7,-1,29,-8,37,-1v-6,17,-21,34,-31,66v7,5,105,-77,115,-70v32,11,17,17,-1,58v-13,30,-22,41,-23,52","w":189},"o":{"d":"138,-30v15,4,32,-14,43,-12v-3,15,-36,24,-54,22v-29,23,-127,39,-127,-18v0,-62,105,-112,161,-74v-5,3,-21,14,-29,4v-39,-27,-96,27,-96,63v0,48,57,38,81,19v-26,-19,-7,-72,19,-69v30,3,25,46,2,65xm129,-35v8,-9,18,-20,18,-34v0,-8,-2,-12,-7,-12v-14,1,-18,33,-11,46","w":172},"p":{"d":"128,-17v22,-1,44,-21,69,-25v-14,21,-61,38,-93,42v-10,1,-17,-6,-17,-15v-4,-10,42,-84,31,-87v-16,6,-95,80,-96,100r-34,90v-3,9,-27,12,-28,1r49,-160v0,-8,-4,-25,-6,-34v-1,-8,13,-18,20,-16v21,11,21,49,13,79v7,-2,78,-89,99,-84v13,0,19,5,19,17v5,13,-49,83,-26,92","w":180},"q":{"d":"-1,-31v3,-55,118,-131,179,-81v4,11,-20,12,-23,13v-10,0,-22,-15,-35,-14v-30,-5,-86,48,-86,78v0,12,6,19,20,19v46,0,77,-56,108,-63v6,-1,7,4,5,8r-78,165v-8,11,-18,17,-31,17v-5,0,-7,-3,-4,-9r58,-128v-29,11,-55,27,-76,27v-21,0,-38,-12,-37,-32","w":167},"r":{"d":"24,-13v27,8,66,-24,96,-29v-13,22,-72,42,-109,44v-15,0,-22,-6,-20,-19v4,-19,36,-94,51,-106v2,-4,22,-8,27,0r-19,41v16,-12,54,-43,68,-44v9,0,14,4,14,13v0,21,-33,76,-52,48v-1,-10,18,-22,13,-33v-24,9,-69,53,-69,85","w":112},"s":{"d":"57,-86v0,-21,50,-58,68,-29v0,5,-10,14,-14,18v-8,-1,-23,-21,-28,-6r15,50v2,44,-92,81,-98,18v-3,-27,8,-31,26,-42v9,11,-5,64,27,61v39,-4,4,-52,4,-70","w":124},"t":{"d":"42,-15v21,-2,42,-22,72,-27v-12,24,-73,39,-93,42v-29,-3,-25,-22,-13,-48r25,-60r-27,4v-6,1,-8,1,-7,-2v8,-17,9,-8,40,-17r30,-74v7,-14,20,-14,36,-18v6,0,4,6,2,11v-6,12,-17,36,-34,74v12,0,30,-11,37,-2v-5,25,-12,12,-44,20v-21,48,-28,58,-35,85v0,7,4,12,11,12","w":108},"u":{"d":"138,-15v15,-4,40,-22,66,-27v-4,16,-27,16,-38,25v-30,14,-45,25,-65,11v-10,-17,10,-28,11,-56v-18,15,-75,64,-101,62v-33,-3,-8,-50,-1,-66v16,-37,32,-62,63,-60v0,22,-44,83,-43,101v37,7,95,-69,118,-96v5,-5,22,-9,31,-4v-4,15,-50,97,-48,104v0,4,3,6,7,6","w":194},"v":{"d":"94,-73v-18,-8,-15,-51,9,-53v7,0,11,8,11,24v0,45,-55,97,-99,102v-23,3,-5,-46,-12,-75v-6,-20,-11,-53,14,-49v16,15,16,75,16,107v33,-18,65,-45,61,-56","w":115},"w":{"d":"157,-73v-18,-8,-15,-51,9,-53v7,0,11,8,11,24v-2,44,-55,90,-93,102v-20,-1,0,-38,-6,-55v-12,15,-50,50,-66,55v-24,-11,-9,-80,-11,-115v-1,-7,11,-10,15,-10v20,-1,16,56,15,86v0,5,0,8,3,8v17,-8,27,-25,41,-42v0,-13,0,-28,1,-46v27,-14,31,-3,30,52v2,6,-3,32,1,44v19,-7,43,-36,50,-50","w":176},"x":{"d":"97,-45v17,43,67,16,102,3v-22,28,-97,59,-127,20v-15,23,-77,38,-71,-13v2,-5,15,-12,23,-13v7,7,7,28,23,26v6,0,14,-4,21,-10v-10,-47,20,-96,53,-94v-11,19,-24,51,-25,69v33,-30,50,-54,90,-69v20,40,-59,43,-89,81","w":176},"y":{"d":"55,106v-17,9,-51,22,-50,-6v1,-33,53,-71,84,-89v12,-28,19,-41,20,-52v-29,13,-51,34,-86,41v-33,-6,-26,-15,-9,-56v13,-30,18,-67,57,-71v8,1,3,10,-2,19v-16,33,-28,63,-36,90v-1,3,0,4,2,4v33,-13,76,-45,97,-74v6,-8,21,-16,36,-15r-40,94v19,-11,57,-29,77,-33v-4,16,-27,16,-38,25r-45,23v-16,37,-41,87,-67,100xm79,34v-22,14,-52,43,-50,69v25,-10,38,-45,50,-69","w":185},"z":{"d":"135,-126v15,10,10,17,-11,31r-35,27v12,3,41,-7,38,8v-8,11,-37,3,-54,5v-16,13,-24,21,-26,23v34,-7,71,16,97,-2v-20,52,-95,22,-144,34v-1,-26,26,-26,53,-55v-10,-1,-26,3,-32,-2v1,-17,31,-8,48,-11v15,-12,24,-21,28,-25v-30,-1,-54,-4,-73,2v1,4,-9,14,-11,6v0,-1,5,-10,11,-28v8,-24,57,3,62,-4v5,1,45,-9,49,-9","w":143},"\u00a0":{"w":180}}});

