/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
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){c.className=(c.className&&" ")+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(h){var f=document.createElement("style"),d,c,b;f.type="text/css";f.media=h;try{f.appendChild(document.createTextNode("/**/"))}catch(g){}c=G("head")[0];c.insertBefore(f,c.firstChild);d=(f.sheet||f.styleSheet);b=d&&!d.disabled;c.removeChild(f);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},textDecoration:function(g,f){if(!f){f=this.getStyle(g)}var c={underline:null,overline:null,"line-through":null};for(var b=g;b.parentNode&&b.parentNode.nodeType==1;){var e=true;for(var d in c){if(!K(c,d)||c[d]){continue}if(f.get("textDecoration").indexOf(d)!=-1){c[d]=f.get("color")}e=false}if(e){break}f=this.getStyle(b=b.parentNode)}return c},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(c,b){return c[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[b.get("textTransform")]||"toString"]()},whiteSpace:(function(){var b={inline:1,"inline-block":1,"run-in":1};return function(e,c,d){if(b[c.get("display")]){return e}if(!d.previousSibling){e=e.replace(/^\s+/,"")}if(!d.nextSibling){e=e.replace(/\s+$/,"")}return e}})()};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(n,q){if(!N.recognizesMedia(q||"all")){return true}if(!n||n.disabled){return false}try{var r=n.cssRules,p;if(r){search:for(var m=0,k=r.length;p=r[m],m<k;++m){switch(p.type){case 2:break;case 3:if(!g(p.styleSheet,p.media.mediaText)){return false}break;default:break search}}}}catch(o){}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(c){var b=this.face=c.face;this.glyphs=c.glyphs;this.w=c.w;this.baseSize=parseInt(b["units-per-em"],10);this.family=b["font-family"].toLowerCase();this.weight=b["font-weight"];this.style=b["font-style"]||"normal";this.viewBox=(function(){var e=b.bbox.split(/\s+/);var d={minX:parseInt(e[0],10),minY:parseInt(e[1],10),maxX:parseInt(e[2],10),maxY:parseInt(e[3],10)};d.width=d.maxX-d.minX;d.height=d.maxY-d.minY;d.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return d})();this.ascent=-parseInt(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent}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)}function e(f){c(this)}function c(f){setTimeout(function(){M.replace(f,D.get(f).options,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(g,f){if(!f){f=N.getStyle(g)}var c=N.quotedList(f.get("fontFamily").toLowerCase()),e;for(var d=0,b=c.length;d<b;++d){e=c[d];if(I[e]){return I[e].get(f.get("fontStyle"),f.get("fontWeight"))}}return null}function G(b){return document.getElementsByTagName(b)}function K(c,b){return c.hasOwnProperty(b)}function H(){var b={},d,f;for(var e=0,c=arguments.length;d=arguments[e],e<c;++e){for(f in d){if(K(d,f)){b[f]=d[f]}}}return b}function O(e,o,c,p,f,d){var n=p.separate;if(n=="none"){return Z[p.engine].apply(null,arguments)}var m=document.createDocumentFragment(),h;var j=o.split(P[n]),b=(n=="words");if(b&&T){if(/^\s/.test(o)){j.unshift("")}if(/\s$/.test(o)){j.push("")}}for(var k=0,g=j.length;k<g;++k){h=Z[p.engine](e,b?N.textAlign(j[k],c,k,g):j[k],c,p,f,d,k<g-1);if(h){m.appendChild(h)}}return m}function L(c,k){var d,b,e,h,g,j;for(e=V(c,k).firstChild;e;e=g){h=e.nodeType;g=e.nextSibling;j=false;if(h==1){if(!e.firstChild){continue}if(!/cufon/.test(e.className)){arguments.callee(e,k);continue}else{j=true}}else{if(h!=3){continue}}if(!b){b=N.getStyle(c).extend(k)}if(!d){d=C(c,b)}if(!d){continue}if(j){Z[k.engine](d,null,b,k,e,c);continue}var i=N.whiteSpace(e.data,b,e);if(i===""){continue}var f=O(d,i,b,k,e,c);if(f){e.parentNode.replaceChild(f,e)}else{e.parentNode.removeChild(e)}}}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={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(b){return jQuery(b)})||(window.dojo&&dojo.query)||(window.$$&&function(b){return $$(b)})||(window.$&&function(b){return $(b)})||(document.querySelectorAll&&function(b){return document.querySelectorAll(b)})||(window.Ext&&Ext.query)||G),separate:"words",textShadow:"none"};var P={words:/[^\S\u00a0]+/,characters:""};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){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.removeClass(X.root(),"cufon-loading")});E=true}if(c.hover){c.forceHitArea=true}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)}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("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(E?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(A?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AH,a,z,W,e,AI){var I=(a===null);if(I){a=e.alt}var c=AH.viewBox;var K=z.getSize("fontSize",AH.baseSize);var v=z.get("letterSpacing");v=(v=="normal")?0:K.convertFrom(parseInt(v,10));var d=0,w=0,u=0,Y=0;var b=W.textShadow,s=[];if(b){for(var AG=b.length;AG--;){var m=b[AG];var r=K.convertFrom(parseFloat(m.offX));var p=K.convertFrom(parseFloat(m.offY));s[AG]=[r,p];if(p<d){d=p}if(r>w){w=r}if(p>u){u=p}if(r<Y){Y=r}}}var AL=Cufon.CSS.textTransform(a,z).split(""),U;var J=AH.glyphs,X,M,AC;var G=0,Q,h=[];for(var AG=0,AE=0,AB=AL.length;AG<AB;++AG){X=J[U=AL[AG]]||AH.missingGlyph;if(!X){continue}if(M){G-=AC=M[U]||0;h[AE-1]-=AC}G+=Q=h[AE++]=~~(X.w||AH.w)+v;M=X.k}if(Q===undefined){return null}w+=c.width-Q;Y+=c.minX;var V,L;if(I){V=e;L=e.firstChild}else{V=document.createElement("span");V.className="cufon cufon-canvas";V.alt=a;L=document.createElement("canvas");V.appendChild(L);if(W.printable){var AD=document.createElement("span");AD.className="cufon-alt";AD.appendChild(document.createTextNode(a));V.appendChild(AD)}}var AM=V.style;var o=L.style;var H=K.convert(c.height);var AK=Math.ceil(H);var t=AK/H;var n=t*Cufon.CSS.fontStretch(z.get("fontStretch"));var q=G*n;var AA=Math.ceil(K.convert(q+w-Y));var O=Math.ceil(K.convert(c.height-d+u));L.width=AA;L.height=O;o.width=AA+"px";o.height=O+"px";d+=c.minY;o.top=Math.round(K.convert(d-AH.ascent))+"px";o.left=Math.round(K.convert(Y))+"px";var T=Math.ceil(K.convert(q))+"px";if(A){AM.width=T;AM.height=K.convert(AH.height)+"px"}else{AM.paddingLeft=T;AM.paddingBottom=(K.convert(AH.height)-1)+"px"}var AJ=L.getContext("2d"),f=H/c.height;AJ.scale(f,f*t);AJ.translate(-Y,-d);AJ.lineWidth=AH.face["underline-thickness"];AJ.save();function N(i,g){AJ.strokeStyle=g;AJ.beginPath();AJ.moveTo(0,i);AJ.lineTo(G,i);AJ.stroke()}var P=W.enableTextDecoration?Cufon.CSS.textDecoration(AI,z):{};if(P.underline){N(-AH.face["underline-position"],P.underline)}if(P.overline){N(AH.ascent,P.overline)}function AF(){AJ.scale(n,1);for(var x=0,k=0,g=AL.length;x<g;++x){var y=J[AL[x]]||AH.missingGlyph;if(!y){continue}if(y.d){AJ.beginPath();if(y.code){C(y.code,AJ)}else{y.code=D("m"+y.d,AJ)}AJ.fill()}AJ.translate(h[k++],0)}AJ.restore()}if(b){for(var AG=b.length;AG--;){var m=b[AG];AJ.save();AJ.fillStyle=m.color;AJ.translate.apply(AJ,s[AG]);AF()}}var S=W.textGradient;if(S){var Z=S.stops,R=AJ.createLinearGradient(0,c.minY,0,c.maxY);for(var AG=0,AB=Z.length;AG<AB;++AG){R.addColorStop.apply(R,Z[AG])}AJ.fillStyle=R}else{AJ.fillStyle=z.get("color")}AF();if(P["line-through"]){N(-AH.descent,P["line-through"])}return V}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;var F=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(F?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function C(G,H){return A(G,/(?:em|ex|%)$/i.test(H)?"1em":H)}function A(J,K){if(/px$/i.test(K)){return parseFloat(K)}var I=J.style.left,H=J.runtimeStyle.left;J.runtimeStyle.left=J.currentStyle.left;J.style.left=K.replace("%","em");var G=J.style.pixelLeft;J.style.left=I;J.runtimeStyle.left=H;return G}var E={};function D(L){var M=L.id;if(!E[M]){var J=L.stops,K=document.createElement("cvml:fill"),G=[];K.type="gradient";K.angle=180;K.focus="0";K.method="sigma";K.color=J[0][1];for(var I=1,H=J.length-1;I<H;++I){G.push(J[I][0]*100+"% "+J[I][1])}K.colors=G.join(",");K.color2=J[H][1];E[M]=K}return E[M]}return function(AI,f,AC,b,n,AJ,AA){var J=(f===null);if(J){f=n.alt}var h=AI.viewBox;var L=AC.computedFontSize||(AC.computedFontSize=new Cufon.CSS.Size(C(AJ,AC.get("fontSize"))+"px",AI.baseSize));var z=AC.computedLSpacing;if(z==undefined){z=AC.get("letterSpacing");AC.computedLSpacing=z=(z=="normal")?0:~~L.convertFrom(A(AJ,z))}var X,M;if(J){X=n;M=n.firstChild}else{X=document.createElement("span");X.className="cufon cufon-vml";X.alt=f;M=document.createElement("span");M.className="cufon-vml-canvas";X.appendChild(M);if(b.printable){var AF=document.createElement("span");AF.className="cufon-alt";AF.appendChild(document.createTextNode(f));X.appendChild(AF)}if(!AA){X.appendChild(document.createElement("cvml:shape"))}}var AO=X.style;var u=M.style;var H=L.convert(h.height),AL=Math.ceil(H);var y=AL/H;var s=y*Cufon.CSS.fontStretch(AC.get("fontStretch"));var x=h.minX,w=h.minY;u.height=AL;u.top=Math.round(L.convert(w-AI.ascent));u.left=Math.round(L.convert(x));AO.height=L.convert(AI.height)+"px";var Q=b.enableTextDecoration?Cufon.CSS.textDecoration(AJ,AC):{};var e=AC.get("color");var AN=Cufon.CSS.textTransform(f,AC).split(""),W;var K=AI.glyphs,c,N,AE;var G=0,o=[],v=0,S;var U,g=b.textShadow;for(var AH=0,AG=0,AD=AN.length;AH<AD;++AH){c=K[W=AN[AH]]||AI.missingGlyph;if(!c){continue}if(N){G-=AE=N[W]||0;o[AG-1]-=AE}G+=S=o[AG++]=~~(c.w||AI.w)+z;N=c.k}if(S===undefined){return null}var V=-x+G+(h.width-S);var AM=L.convert(V*s),AB=Math.round(AM);var r=V+","+h.height,I;var m="r"+r+"ns";var T=b.textGradient&&D(b.textGradient);for(AH=0,AG=0;AH<AD;++AH){c=K[AN[AH]]||AI.missingGlyph;if(!c){continue}if(J){U=M.childNodes[AG];while(U.firstChild){U.removeChild(U.firstChild)}}else{U=document.createElement("cvml:shape");M.appendChild(U)}U.stroked="f";U.coordsize=r;U.coordorigin=I=(x-v)+","+w;U.path=(c.d?"m"+c.d+"xe":"")+"m"+I+m;U.fillcolor=e;if(T){U.appendChild(T.cloneNode(false))}var AK=U.style;AK.width=AB;AK.height=AL;if(g){var P=g[0],O=g[1];var a=Cufon.CSS.color(P.color),Y;var q=document.createElement("cvml:shadow");q.on="t";q.color=a.color;q.offset=P.offX+","+P.offY;if(O){Y=Cufon.CSS.color(O.color);q.type="double";q.color2=Y.color;q.offset2=O.offX+","+O.offY}q.opacity=a.opacity||(Y&&Y.opacity)||1;U.appendChild(q)}v+=o[AG++]}var p=U.nextSibling,R,Z;if(b.forceHitArea){if(!p){p=document.createElement("cvml:rect");p.stroked="f";p.className="cufon-vml-cover";R=document.createElement("cvml:fill");R.opacity=0;p.appendChild(R);M.appendChild(p)}Z=p.style;Z.width=AB;Z.height=AL}else{if(p){M.removeChild(p)}}AO.width=Math.max(Math.ceil(L.convert(G*s)),0);if(F){var t=AC.computedYAdjust;if(t===undefined){var d=AC.get("lineHeight");if(d=="normal"){d="1em"}else{if(!isNaN(d)){d+="em"}}AC.computedYAdjust=t=0.5*(A(AJ,d)-parseFloat(AO.height))}if(t){AO.marginTop=Math.ceil(t)+"px";AO.marginBottom=t+"px"}}return X}})());

/*
 * Optima Cufon Font
 */
Cufon.registerFont({"w":556,"face":{"font-family":"Optima LT Std","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 5 2 5 5 8 2 3 4","ascent":"733","descent":"-267","x-height":"15","cap-height":"5","bbox":"-30 -753.24 987 271","underline-thickness":"50","underline-position":"-50","stemh":"37","stemv":"74","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":278},"!":{"d":"177,-171r-20,0v-16,-190,-39,-456,-39,-478v0,-36,24,-49,49,-49v25,0,49,13,49,49v0,22,-23,288,-39,478xm110,-45v0,-31,26,-57,57,-57v31,0,57,26,57,57v0,31,-26,57,-57,57v-31,0,-57,-26,-57,-57","w":333},"\"":{"d":"66,-410r0,-288r52,0r0,288r-52,0xm215,-410r0,-288r52,0r0,288r-52,0","w":333},"#":{"d":"164,-224r43,-208r-75,0v10,-21,19,-60,19,-82r73,0v21,-101,26,-129,29,-145v14,4,28,4,42,0v-7,15,-10,24,-35,145r114,0v21,-101,26,-129,29,-145v14,4,28,4,42,0v-7,15,-10,24,-35,145r74,0v-9,21,-19,61,-19,82r-73,0r-43,208r75,0v-9,21,-19,61,-19,82r-73,0v-22,107,-27,130,-29,145v-14,-3,-28,-4,-42,0v6,-15,9,-24,35,-145r-114,0v-22,107,-27,130,-29,145v-14,-3,-28,-4,-42,0v6,-15,9,-24,35,-145r-74,0v10,-21,19,-60,19,-82r73,0xm314,-224r43,-208r-115,0r-43,208r115,0"},"$":{"d":"302,-290r0,263v65,-15,103,-72,103,-137v0,-43,-11,-81,-103,-126xm265,-393r0,-240v-57,9,-97,55,-97,116v0,62,33,100,97,124xm265,-21r0,-283v-119,-46,-175,-89,-175,-186v0,-97,68,-167,175,-180v0,-26,-1,-55,-8,-78v17,6,35,7,52,0v-6,24,-7,51,-7,76v87,0,126,27,153,46v-12,22,-19,44,-27,80r-12,0v-13,-34,-42,-86,-114,-89r0,256v115,44,181,84,181,179v0,99,-66,188,-181,210v0,38,1,75,7,112v-17,-6,-35,-7,-52,0v6,-31,8,-70,8,-107v-80,5,-135,-10,-192,-54v12,-29,15,-49,19,-85r12,0v47,85,107,103,161,103"},"%":{"d":"42,-506v0,-95,64,-166,161,-166v97,0,161,71,161,166v0,95,-64,166,-161,166v-97,0,-161,-71,-161,-166xm116,-506v0,74,27,142,87,142v60,0,87,-68,87,-142v0,-74,-27,-142,-87,-142v-60,0,-87,68,-87,142xm525,-150v0,-95,64,-166,161,-166v97,0,161,71,161,166v0,95,-64,166,-161,166v-97,0,-161,-71,-161,-166xm599,-150v0,74,27,142,87,142v60,0,87,-68,87,-142v0,-74,-27,-142,-87,-142v-60,0,-87,68,-87,142xm233,39r373,-734v16,6,31,7,47,0r-373,734v-16,-7,-31,-6,-47,0","w":889},"&":{"d":"421,-561v0,-48,-31,-83,-80,-83v-52,0,-85,41,-85,94v0,39,27,99,63,144v68,-42,102,-104,102,-155xm186,-522v0,-84,64,-150,154,-150v77,0,133,39,133,112v0,76,-78,140,-137,175v60,77,118,153,176,218v48,-66,87,-128,119,-198v8,17,23,30,38,40v-41,64,-81,122,-135,186r128,144v-40,-5,-81,-7,-121,0v-11,-18,-34,-51,-63,-85v-59,59,-121,98,-216,98v-103,0,-191,-58,-191,-169v0,-88,79,-172,182,-215v-39,-55,-67,-106,-67,-156xm153,-169v0,72,61,140,147,140v67,0,112,-26,158,-72v-66,-80,-128,-158,-188,-241v-73,44,-117,90,-117,173","w":722},"(":{"d":"222,-698r20,18v-100,128,-120,246,-120,399v0,153,20,271,120,399r-20,18v-215,-228,-215,-602,0,-834","w":278},")":{"d":"56,136r-20,-18v100,-128,120,-246,120,-399v0,-153,-20,-271,-120,-399r20,-18v215,228,215,602,0,834","w":278},"*":{"d":"208,-529r-14,-155v16,6,42,5,58,0r-16,155r125,-92v3,21,14,41,30,52r-142,64r141,66v-13,10,-26,29,-29,50r-126,-88r17,152v-16,-5,-42,-5,-58,0r14,-152r-122,89v-3,-22,-15,-41,-29,-51r140,-65r-144,-65v13,-11,29,-32,29,-52","w":444},"+":{"d":"50,-227r0,-52r227,0r0,-227r52,0r0,227r227,0r0,52r-227,0r0,227r-52,0r0,-227r-227,0","w":606},",":{"d":"30,168r77,-243v1,-37,81,-59,81,-4v0,16,-8,29,-15,42r-125,212","w":278},"-":{"d":"42,-200r0,-62r249,0r0,62r-249,0","w":333},".":{"d":"82,-45v0,-31,26,-57,57,-57v31,0,57,26,57,57v0,31,-26,57,-57,57v-31,0,-57,-26,-57,-57","w":278},"\/":{"d":"-25,23r276,-726v17,6,35,7,52,0r-276,726v-17,-6,-35,-7,-52,0","w":278},"0":{"d":"126,-328v0,177,38,312,152,312v114,0,152,-135,152,-312v0,-177,-38,-312,-152,-312v-114,0,-152,123,-152,312xm44,-328v0,-188,60,-344,234,-344v192,0,234,156,234,344v0,182,-72,344,-234,344v-192,0,-234,-156,-234,-344"},"1":{"d":"235,5v13,-199,6,-405,8,-613r-119,66v-6,-12,-18,-24,-30,-32r0,-7v76,-31,159,-69,228,-104r7,5v-5,87,-8,174,-8,261r0,167v0,86,3,172,8,257v-31,-6,-63,-7,-94,0"},"2":{"d":"99,-524r-35,-49v77,-151,373,-137,373,78v0,91,-42,152,-126,238v-50,51,-140,138,-182,196r95,0v95,0,170,-4,225,-8v-6,25,-7,49,0,74v-71,-3,-143,-5,-214,-5v-72,0,-143,2,-215,5r0,-15v280,-276,325,-343,325,-480v0,-99,-52,-145,-112,-145v-85,0,-120,69,-127,109"},"3":{"d":"102,-558r-23,-54v28,-27,72,-60,146,-60v105,0,191,46,191,149v0,97,-76,151,-135,166r0,6v67,4,167,36,167,155v0,121,-102,212,-255,212v-69,0,-115,-18,-151,-35v5,-11,11,-40,12,-60r6,-4v24,28,71,67,135,67v99,0,161,-69,161,-167v1,-128,-82,-164,-186,-143v2,-14,3,-28,0,-42v14,2,29,4,45,4v94,0,113,-87,113,-153v0,-161,-187,-147,-219,-43"},"4":{"d":"21,-179r0,-18v118,-165,263,-369,327,-469v22,6,45,7,66,0v-6,116,-7,286,-7,428v38,0,75,-4,98,-8v-6,22,-7,44,0,66v-23,-4,-60,-6,-98,-6r6,191v-29,-6,-59,-7,-88,0v3,-38,8,-99,8,-149r0,-42v-60,0,-256,5,-312,7xm333,-238r0,-336r-2,0v-56,78,-185,260,-231,336r233,0"},"5":{"d":"127,-672v63,13,249,9,318,7r5,4v-6,22,-9,48,-6,73v-59,-11,-210,-13,-272,-13r-14,227v27,-14,52,-26,112,-26v117,0,192,87,192,188v0,126,-102,228,-249,228v-59,0,-117,-11,-160,-40v2,-24,14,-46,15,-66r7,0v25,49,88,74,142,74v79,0,153,-59,153,-185v0,-113,-68,-157,-140,-157v-55,0,-91,25,-103,33r-11,-7v15,-101,12,-233,2,-334"},"6":{"d":"402,-669r15,32v-13,9,-32,-3,-57,-3v-153,0,-220,222,-213,339v26,-45,73,-97,161,-97v70,0,197,35,197,188v0,134,-87,226,-222,226v-115,0,-220,-78,-220,-288v0,-236,112,-427,339,-397xm417,-189v0,-101,-41,-172,-127,-172v-78,0,-139,71,-139,172v0,102,57,173,133,173v84,0,133,-71,133,-173"},"7":{"d":"80,-666v142,12,276,10,427,9r0,16v-119,203,-249,431,-358,646v-22,-6,-50,-7,-74,0v125,-201,284,-469,354,-592v-60,0,-180,0,-349,10v5,-29,5,-60,0,-89"},"8":{"d":"55,-179v0,-81,42,-155,145,-189r0,-7v-50,-12,-110,-60,-110,-138v0,-84,74,-159,188,-159v231,0,247,234,79,294r0,7v46,8,144,47,144,169v0,132,-100,218,-223,218v-126,0,-223,-71,-223,-195xm387,-512v0,-69,-32,-128,-108,-128v-75,0,-107,59,-107,128v0,69,32,128,107,128v76,0,108,-59,108,-128xm413,-184v0,-98,-52,-168,-135,-168v-83,0,-135,70,-135,168v0,98,52,168,135,168v83,0,135,-70,135,-168"},"9":{"d":"101,-54r5,-3v28,25,62,41,99,41v142,2,207,-182,200,-337v-31,55,-82,94,-162,94v-119,0,-194,-73,-194,-199v0,-122,87,-214,222,-214v119,0,224,78,224,288v0,250,-140,452,-374,386v-4,-17,-12,-42,-20,-56xm403,-484v0,-92,-53,-156,-133,-156v-78,0,-133,71,-133,182v0,114,47,162,123,162v92,0,143,-92,143,-188"},":":{"d":"82,-411v0,-31,26,-57,57,-57v31,0,57,26,57,57v0,31,-26,57,-57,57v-31,0,-57,-26,-57,-57xm82,-45v0,-31,26,-57,57,-57v31,0,57,26,57,57v0,31,-26,57,-57,57v-31,0,-57,-26,-57,-57","w":278},";":{"d":"30,168r77,-243v1,-37,81,-59,81,-4v0,16,-8,29,-15,42r-125,212xm82,-411v0,-31,26,-57,57,-57v31,0,57,26,57,57v0,31,-26,57,-57,57v-31,0,-57,-26,-57,-57","w":278},"<":{"d":"50,-228r0,-52r506,-236r0,52r-459,211r459,211r0,52","w":606},"=":{"d":"556,-376r0,52r-506,0r0,-52r506,0xm556,-182r0,52r-506,0r0,-52r506,0","w":606},">":{"d":"50,10r0,-52r459,-211r-459,-211r0,-52r506,238r0,52","w":606},"?":{"d":"86,-615r-6,-50v26,-16,57,-33,103,-33v96,0,148,61,148,132v0,142,-178,201,-178,305v0,26,18,59,52,59v21,0,31,-15,40,-5v-5,6,-11,19,-12,28v-62,17,-142,-10,-142,-106v0,-133,172,-185,172,-294v0,-98,-134,-103,-177,-36xm125,-45v0,-31,26,-57,57,-57v31,0,57,26,57,57v0,31,-26,57,-57,57v-31,0,-57,-26,-57,-57","w":389},"@":{"d":"496,-468r10,-54r52,0v-52,248,-55,268,-55,286v0,22,13,35,33,35v53,0,130,-83,130,-193v0,-132,-55,-226,-239,-226v-161,0,-278,138,-278,315v0,159,106,240,250,240v96,0,176,-44,227,-82r-3,32v-34,31,-122,87,-248,87v-130,0,-288,-98,-288,-310v0,-158,133,-314,344,-314v218,0,282,120,282,238v0,144,-106,241,-192,241v-59,0,-61,-33,-67,-72v-23,35,-61,72,-110,72v-70,0,-108,-45,-108,-134v0,-132,81,-225,179,-225v44,0,72,24,81,64xm476,-425v0,-43,-11,-75,-61,-75v-76,0,-117,116,-117,197v0,61,13,93,61,93v78,0,117,-145,117,-215","w":800},"A":{"d":"330,-698r19,0v98,232,248,596,301,703v-35,-6,-71,-7,-106,0v-19,-69,-67,-179,-103,-268v-43,-1,-87,-2,-131,-2v-41,0,-81,1,-122,2v-42,103,-80,205,-97,268v-26,-6,-48,-7,-74,0xm427,-309r-111,-254r-109,254v35,0,73,2,108,2v37,0,75,-1,112,-2","w":667},"B":{"d":"98,-255r0,-172v0,-86,-4,-173,-8,-258v71,8,141,0,212,0v114,0,211,31,211,144v0,100,-73,150,-168,177v119,6,192,54,192,168v0,183,-178,196,-350,196v-32,0,-65,2,-97,5v4,-87,8,-174,8,-260xm180,-378v126,5,245,-13,245,-144v0,-137,-132,-132,-239,-121v-2,63,-6,127,-6,190r0,75xm180,-341r0,102v0,67,4,135,6,202v25,3,62,5,98,5v86,0,161,-60,161,-168v0,-129,-119,-145,-265,-141","w":611},"C":{"d":"624,-98r-9,59v-25,20,-108,57,-208,57v-211,0,-365,-131,-365,-358v0,-227,154,-358,375,-358v86,0,163,21,217,46v-10,18,-17,57,-21,78r-6,2v-28,-31,-96,-89,-190,-89v-157,0,-277,99,-277,321v0,222,120,321,277,321v95,0,165,-54,203,-83","w":667},"D":{"d":"186,-633v-9,186,-9,402,0,591v226,30,432,9,438,-312v6,-299,-203,-306,-438,-279xm98,-254r0,-172v0,-86,-4,-173,-8,-259v101,8,201,0,302,0v234,0,330,125,330,331v0,267,-206,359,-364,359v-45,0,-89,-5,-134,-5v-45,0,-89,2,-134,5v4,-86,8,-173,8,-259","w":778},"E":{"d":"98,-255r0,-172v0,-86,-4,-173,-8,-258v119,6,239,7,357,0v-4,20,-4,40,0,60v-84,-6,-133,-13,-263,-13v-1,43,-4,78,-4,127v0,52,1,107,1,132v118,0,184,-5,243,-10v-4,20,-4,41,0,61v-69,-7,-195,-9,-243,-9v-2,19,-1,268,1,295v89,0,207,-1,270,-13v-4,20,-4,41,0,60v-119,-7,-242,-6,-362,0v4,-87,8,-174,8,-260","w":500},"F":{"d":"98,-254r0,-172v0,-86,-4,-173,-8,-259v128,7,236,6,370,0v-4,20,-4,40,0,60v-72,-7,-214,-13,-279,-13r-1,257v86,0,175,-2,258,-10v-5,20,-5,40,0,60v-67,-7,-172,-8,-258,-8r0,85v0,86,4,173,8,259v-34,-6,-64,-7,-98,0v4,-86,8,-173,8,-259","w":500},"G":{"d":"683,-563r-12,0v-41,-49,-119,-98,-220,-98v-166,0,-293,99,-293,321v0,196,110,316,298,316v57,0,126,-11,160,-32v1,-40,2,-80,2,-121v0,-47,-3,-95,-5,-137v27,6,64,8,91,0v-3,27,-5,200,-3,284v-57,20,-177,48,-255,48v-238,0,-386,-124,-386,-358v0,-227,154,-358,391,-358v135,0,208,33,255,58v-10,18,-20,52,-23,77","w":778},"H":{"d":"598,-391r0,-35v0,-86,-4,-173,-8,-259v34,6,64,7,98,0v-4,86,-8,173,-8,259r0,172v0,86,4,173,8,259v-34,-6,-64,-7,-98,0v4,-86,8,-173,8,-259r0,-90v-70,-1,-139,-2,-209,-2v-70,0,-139,1,-209,2r0,90v0,86,4,173,8,259v-34,-6,-64,-7,-98,0v4,-86,8,-173,8,-259r0,-172v0,-86,-4,-173,-8,-259v34,6,64,7,98,0v-4,86,-8,173,-8,259r0,35v70,1,139,3,209,3v70,0,139,-2,209,-3","w":778},"I":{"d":"98,-254r0,-172v0,-86,-4,-173,-8,-259v34,6,64,7,98,0v-4,86,-8,173,-8,259r0,172v0,86,4,173,8,259v-34,-6,-64,-7,-98,0v4,-86,8,-173,8,-259","w":278},"J":{"d":"-22,144r-8,-28v117,0,128,-109,128,-267r0,-275v0,-86,-4,-173,-8,-259v34,6,64,7,98,0v-12,191,-6,431,-5,615v0,119,-82,214,-205,214","w":278},"K":{"d":"90,5v4,-86,8,-173,8,-259r0,-172v0,-86,-4,-173,-8,-259v34,6,64,7,98,0v-4,86,-8,173,-8,259r0,55v3,14,10,8,20,-1v93,-81,207,-206,301,-313v28,7,59,6,89,0v-92,81,-248,229,-320,312r331,378v-38,-6,-77,-7,-115,0v-95,-117,-246,-301,-289,-344v-8,-8,-14,-12,-17,-2r0,87v0,86,4,173,8,259v-34,-6,-64,-7,-98,0","w":611},"L":{"d":"98,-254r0,-172v0,-86,-4,-173,-8,-259v34,6,64,7,98,0v-12,189,-7,488,-5,643v94,0,176,0,276,-13v-6,20,-7,40,0,60v-123,-7,-246,-7,-369,0v4,-86,8,-173,8,-259","w":500},"M":{"d":"145,-698r17,0v91,188,185,364,287,551v40,-78,199,-366,297,-551r13,0v30,256,50,474,82,703v-31,-6,-63,-7,-94,0v-14,-179,-28,-345,-49,-516r-2,0v-91,167,-183,331,-262,511r-9,0v-78,-166,-170,-338,-257,-511r-2,0v-19,165,-47,403,-48,516v-23,-6,-47,-7,-70,0v35,-221,75,-491,97,-703","w":889},"N":{"d":"675,18r-14,0v-152,-179,-334,-371,-505,-553v-5,99,-3,446,6,540v-23,-7,-47,-6,-72,0v16,-101,27,-566,18,-703r16,0v163,177,384,418,506,541v0,-179,0,-374,-8,-528v22,6,44,7,66,0v-19,171,-17,537,-13,703","w":778},"O":{"d":"693,-340v0,-222,-120,-321,-277,-321v-156,0,-276,99,-276,321v0,222,120,321,276,321v157,0,277,-99,277,-321xm42,-340v0,-227,154,-358,374,-358v221,0,375,131,375,358v0,227,-154,358,-375,358v-220,0,-374,-131,-374,-358","w":833},"P":{"d":"98,-254r0,-172v0,-86,-4,-173,-8,-259v69,9,153,0,221,0v60,0,219,2,219,169v0,176,-173,210,-269,210v-30,0,-55,-1,-81,-3r0,55v0,86,4,173,8,259v-34,-6,-64,-7,-98,0v4,-86,8,-173,8,-259xm180,-648r0,297v21,5,49,8,71,8v82,0,187,-31,187,-167v0,-150,-120,-139,-258,-138"},"Q":{"d":"693,-340v0,-222,-120,-321,-277,-321v-156,0,-276,99,-276,321v0,222,120,321,276,321v157,0,277,-99,277,-321xm42,-340v0,-227,154,-358,374,-358v221,0,375,131,375,358v0,187,-104,308,-264,346v71,57,145,115,226,172v-35,2,-67,24,-78,41v-73,-67,-147,-134,-230,-202v-239,12,-403,-121,-403,-357","w":833},"R":{"d":"186,-643r-6,274v119,17,258,-5,258,-148v0,-144,-143,-137,-252,-126xm98,-254r0,-172v0,-86,-4,-173,-8,-259v76,8,152,0,228,0v113,0,208,39,208,158v0,129,-129,181,-205,191v49,61,216,276,274,341v-39,-6,-79,-7,-118,0v-40,-61,-173,-245,-259,-332r-38,0r0,73v0,86,4,173,8,259v-34,-6,-64,-7,-98,0v4,-86,8,-173,8,-259","w":611},"S":{"d":"64,-128r12,0v22,47,72,104,158,104v89,0,143,-65,143,-145v0,-184,-315,-105,-315,-340v0,-111,84,-189,217,-189v63,0,108,15,148,47v-12,23,-19,46,-27,84r-12,0v-14,-37,-44,-94,-119,-94v-75,0,-129,51,-129,124v0,187,315,109,315,330v0,122,-91,225,-245,225v-83,0,-130,-29,-165,-57v12,-31,15,-51,19,-89","w":500},"T":{"d":"234,-633v-69,0,-158,4,-214,11v6,-21,7,-42,0,-63v86,3,172,5,258,5v86,0,172,-2,258,-5v-6,21,-7,42,0,63v-56,-7,-145,-11,-214,-11r-3,379v0,86,4,173,8,259v-34,-6,-64,-7,-98,0v13,-208,6,-423,5,-638"},"U":{"d":"619,-360v0,-190,0,-286,-6,-325v23,5,49,8,71,0v-8,93,-16,269,-18,415v-2,177,-105,288,-285,288v-198,0,-286,-92,-286,-286v0,-133,4,-319,-1,-417v31,6,65,7,95,0v-6,59,-12,195,-12,343v0,136,0,313,223,313v219,0,219,-205,219,-331","w":778},"V":{"d":"296,5v-60,-165,-182,-460,-279,-690v35,6,69,7,104,0v59,177,144,389,228,591v73,-162,185,-460,227,-591v25,6,49,7,74,0v-104,230,-200,460,-288,690v-21,-6,-46,-7,-66,0","w":667},"W":{"d":"229,5v-33,-109,-177,-584,-216,-690v33,6,67,7,100,0v51,203,93,339,173,592r2,0v36,-110,166,-489,191,-592v22,6,44,7,66,0v30,108,156,488,191,592r2,0v30,-89,160,-505,179,-592v23,6,47,7,70,0v-39,94,-204,584,-239,690v-23,-6,-45,-7,-68,0r-184,-573r-2,0r-195,573v-23,-6,-47,-7,-70,0","w":1000},"X":{"d":"319,-411v62,-91,111,-171,167,-274v25,6,49,7,74,0v-75,105,-150,205,-218,312r232,378v-37,-6,-75,-7,-112,0v-53,-101,-103,-202,-170,-303v-68,101,-127,202,-181,303v-25,-6,-49,-7,-74,0r231,-344r-212,-346v36,6,72,7,108,0v44,89,94,173,155,274","w":611},"Y":{"d":"265,-279v-40,-69,-201,-343,-243,-406v37,6,73,7,110,0v58,114,121,227,190,346v62,-97,135,-232,189,-346v26,6,52,7,78,0v-127,195,-199,311,-242,395v0,98,3,233,8,295v-34,-6,-64,-7,-98,0v8,-71,8,-177,8,-284","w":611},"Z":{"d":"23,5r0,-17v158,-216,382,-545,433,-624v-122,-6,-289,4,-392,13v6,-21,7,-41,0,-62v33,2,85,4,156,4v70,0,158,1,261,1v36,0,73,-3,107,-5r0,18v-78,86,-380,525,-437,622v131,9,334,-5,437,-15v-6,23,-7,43,0,65v-96,-3,-159,-5,-235,-5v-104,0,-280,2,-330,5","w":611},"[":{"d":"138,-155r0,-252v0,-93,-2,-185,-6,-276v45,6,118,1,163,0v-3,10,-2,19,0,29v-28,-1,-60,-2,-91,-2v-12,242,-12,505,0,750v31,0,63,-1,91,-2v-2,10,-3,19,0,29v-44,-1,-118,-6,-163,0v4,-91,6,-183,6,-276","w":333},"\\":{"d":"362,23r-276,-726v17,6,35,7,52,0r276,726v-17,-6,-35,-7,-52,0","w":500},"]":{"d":"129,94v12,-242,12,-505,0,-750v-31,0,-63,1,-91,2v2,-10,3,-19,0,-29v44,1,118,6,163,0v-4,91,-6,183,-6,276r0,252v0,93,2,185,6,276v-45,-6,-118,-1,-163,0v3,-10,2,-19,0,-29v28,1,60,2,91,2","w":333},"^":{"d":"42,-203r236,-453r52,0r234,453r-52,0r-209,-406r-209,406r-52,0","w":606},"_":{"d":"500,130r-500,0r0,-50r500,0r0,50","w":500},"a":{"d":"86,-373r0,-52v60,-45,108,-58,161,-58v96,0,162,59,162,148v0,75,-4,149,-4,233v0,42,13,90,60,70r0,22v-14,6,-38,14,-64,14v-43,0,-65,-28,-69,-62v-48,48,-89,73,-157,73v-67,0,-133,-47,-133,-123v0,-80,54,-123,141,-137v145,-23,150,-31,150,-70v0,-67,-30,-126,-110,-126v-53,0,-103,25,-126,68r-11,0xm329,-97r4,-150v-69,23,-209,16,-209,125v0,63,43,95,87,95v51,0,95,-33,118,-70","w":500},"b":{"d":"514,-248v0,153,-98,263,-227,263v-63,0,-119,-35,-145,-73v-24,18,-46,38,-67,58r-18,0v12,-210,12,-538,0,-752v33,7,59,6,94,0v-5,52,-15,255,-10,373v45,-70,99,-104,170,-104v138,0,203,111,203,235xm426,-251v0,-124,-66,-190,-135,-190v-85,0,-155,58,-155,223v0,132,51,201,146,201v82,0,144,-93,144,-234"},"c":{"d":"42,-234v0,-173,127,-249,255,-249v73,0,136,21,161,44v-9,20,-17,42,-22,66r-8,0v-19,-34,-65,-78,-128,-78v-121,0,-170,93,-170,216v0,137,62,208,173,208v53,0,115,-31,150,-71r5,3v-3,16,-5,33,-6,49v-147,115,-410,70,-410,-188","w":500},"d":{"d":"413,5v-1,-31,6,-71,1,-98v-20,42,-71,108,-169,108v-101,0,-203,-74,-203,-246v0,-170,111,-252,215,-252v76,0,124,39,156,100v0,-126,0,-283,-4,-369v33,6,57,6,90,0v-13,148,-14,551,-9,757v-29,-6,-48,-6,-77,0xm130,-225v0,160,73,203,138,203v104,0,149,-113,149,-222v0,-126,-51,-197,-146,-197v-96,0,-141,95,-141,216"},"e":{"d":"35,-220v0,-162,82,-263,229,-263v154,0,220,105,205,243v-72,-1,-143,-3,-214,-3v-44,0,-87,2,-131,3v-10,122,52,211,172,213v53,0,115,-31,150,-71r5,3r-6,49v-40,32,-105,61,-167,61v-144,0,-243,-102,-243,-235xm266,-451v-98,0,-135,101,-140,173v41,1,88,3,130,3v44,0,91,-2,133,-3v0,-71,-19,-173,-123,-173","w":500},"f":{"d":"89,-467v5,-121,61,-303,209,-285v-1,27,-4,54,-4,80r-6,3v-16,-10,-35,-15,-55,-15v-105,0,-85,116,-70,217v34,0,69,-1,103,-1v-2,14,-3,27,0,40v-34,-1,-69,-3,-103,-3v0,145,0,289,4,436v-29,-7,-57,-6,-87,0v9,-147,9,-290,9,-436v-24,0,-48,2,-72,3v2,-13,3,-26,0,-40v24,0,49,1,72,1","w":278},"g":{"d":"241,-483v68,0,173,13,232,3v-2,14,-3,28,0,42v-38,-1,-81,-11,-113,-6v41,22,69,76,69,126v2,118,-103,158,-241,158v-24,0,-49,20,-49,46v0,73,106,50,169,54v122,7,171,57,171,128v0,92,-69,203,-237,203v-128,0,-209,-55,-209,-144v0,-74,58,-113,107,-134v-41,-12,-63,-41,-63,-80v0,-47,42,-74,71,-85v-61,-27,-98,-75,-98,-148v0,-111,87,-163,191,-163xm351,-325v0,-82,-44,-129,-109,-129v-72,0,-114,53,-114,134v0,82,36,136,113,136v76,0,110,-67,110,-141xm405,111v0,-78,-45,-111,-151,-111v-98,0,-157,31,-157,116v0,91,64,126,147,126v81,0,161,-41,161,-131","w":500},"h":{"d":"76,5v12,-215,12,-539,0,-757v30,6,60,7,90,0v-8,92,-8,248,-8,359r2,0v37,-57,88,-90,160,-90v74,0,160,36,160,174v0,57,-4,117,-4,185v0,44,0,86,2,129v-29,-6,-55,-7,-83,0v2,-73,7,-146,7,-223r0,-61v0,-98,-43,-152,-109,-152v-93,0,-135,60,-135,164v0,76,2,205,8,272v-30,-6,-60,-7,-90,0"},"i":{"d":"94,5v12,-151,12,-326,0,-478v30,6,60,7,90,0v-12,151,-12,326,0,478v-30,-6,-60,-7,-90,0xm88,-647v0,-28,23,-51,51,-51v28,0,51,23,51,51v0,28,-23,51,-51,51v-28,0,-51,-23,-51,-51","w":278},"j":{"d":"102,51r0,-297v0,-80,-2,-170,-8,-227v30,6,60,7,90,0v-15,165,-11,348,-4,521v5,125,-60,220,-177,223r-7,-34v91,16,106,-94,106,-186xm88,-647v0,-28,23,-51,51,-51v28,0,51,23,51,51v0,28,-23,51,-51,51v-28,0,-51,-23,-51,-51","w":278},"k":{"d":"76,5v12,-215,12,-539,0,-757v30,6,60,7,90,0v-10,126,-8,323,-8,470v0,37,30,11,51,-4v24,-18,122,-116,184,-187v29,8,51,5,88,0v-83,67,-161,134,-230,201v76,92,159,185,241,277v-42,-6,-70,-7,-108,0v-58,-76,-156,-187,-201,-238v-8,-9,-24,-16,-25,2r0,60v0,59,2,117,8,176v-30,-6,-60,-7,-90,0","w":500},"l":{"d":"94,5v12,-215,12,-539,0,-757v30,6,60,7,90,0v-12,215,-12,539,0,757v-30,-6,-60,-7,-90,0","w":278},"m":{"d":"70,5v12,-151,12,-326,0,-478v30,6,53,7,85,0v0,26,-7,58,-1,80v36,-61,85,-90,149,-90v70,0,128,46,147,99v59,-139,314,-145,314,59v0,46,-6,103,-6,221v0,36,0,67,3,109v-28,-7,-59,-6,-87,0v4,-37,10,-137,10,-316v0,-67,-26,-120,-105,-120v-48,0,-82,22,-100,47v-21,30,-24,40,-24,230v0,58,2,97,5,159v-31,-6,-57,-7,-88,0v6,-102,22,-341,-9,-390v-15,-24,-50,-46,-83,-46v-86,0,-128,60,-128,164r0,85v0,60,2,130,8,187v-30,-6,-60,-7,-90,0","w":833},"n":{"d":"402,-279v0,-98,-43,-152,-109,-152v-124,0,-135,113,-135,249v0,60,2,130,8,187v-30,-6,-60,-7,-90,0v12,-151,12,-326,0,-478v30,6,53,7,85,0v0,26,-7,58,-1,80v37,-57,88,-90,160,-90v74,0,160,36,160,174v0,57,-4,117,-4,185v0,44,0,86,2,129v-29,-6,-55,-7,-83,0v2,-73,7,-146,7,-223r0,-61"},"o":{"d":"35,-234v0,-182,127,-249,243,-249v116,0,243,67,243,249v0,182,-127,249,-243,249v-116,0,-243,-67,-243,-249xm123,-234v0,112,37,217,155,217v118,0,155,-105,155,-217v0,-112,-37,-217,-155,-217v-118,0,-155,105,-155,217"},"p":{"d":"426,-238v0,-160,-73,-203,-138,-203v-108,0,-149,96,-149,211v0,137,51,208,146,208v96,0,141,-95,141,-216xm57,268v12,-211,12,-527,0,-741v30,6,60,7,90,0v-3,34,-12,71,-6,98v20,-42,68,-108,169,-108v102,0,204,74,204,246v0,170,-111,252,-216,252v-76,0,-124,-39,-159,-98r0,63v0,92,2,221,8,288v-30,-6,-60,-7,-90,0"},"q":{"d":"264,-22v189,0,219,-418,9,-419v-65,0,-143,43,-143,218v0,114,45,201,134,201xm499,-473v-12,212,-12,528,0,741v-30,-6,-60,-7,-90,0v8,-90,8,-250,8,-363r-2,0v-38,75,-98,110,-163,110v-99,0,-210,-63,-210,-246v0,-175,112,-252,210,-252v92,0,137,51,165,108v0,-32,-3,-63,-8,-98v30,6,60,7,90,0"},"r":{"d":"312,-396r-7,5v-74,-48,-151,24,-151,123v0,174,0,227,4,273v-28,-7,-54,-6,-82,0v5,-48,4,-166,4,-271v0,-52,0,-121,-4,-207v28,6,54,7,82,0v-3,48,-9,76,-3,98v49,-81,89,-123,164,-102v-7,16,-7,54,-7,81","w":333},"s":{"d":"59,-91r12,0v14,27,57,69,113,69v50,0,97,-31,97,-90v0,-124,-236,-51,-236,-220v0,-87,60,-151,166,-151v49,0,80,18,111,28v-11,19,-22,56,-24,71r-12,0v-18,-77,-172,-92,-173,22v0,130,236,50,236,219v0,76,-69,158,-180,158v-61,0,-101,-17,-129,-33v8,-17,19,-53,19,-73","w":389},"t":{"d":"79,-572v30,-11,55,-27,88,-35v-4,50,-6,99,-8,148v14,0,60,-1,106,-3v-2,14,-1,28,0,42v-35,-2,-82,-2,-106,-2v-2,10,-7,167,-7,254v0,75,2,151,81,151v11,0,32,-3,45,-7r0,24v-23,8,-52,15,-77,15v-83,0,-123,-47,-123,-125v0,-73,6,-163,7,-312v-20,0,-42,0,-68,2v2,-15,3,-29,0,-43v30,2,52,3,66,3v-1,-26,-2,-69,-4,-112","w":278},"u":{"d":"76,-149v0,-70,3,-116,3,-165v0,-47,-1,-103,-2,-159v29,6,54,7,83,0v-6,78,-10,180,-10,278v0,69,14,102,31,121v19,21,47,37,86,37v56,0,94,-28,111,-64v20,-43,21,-51,21,-208v0,-54,0,-116,-2,-164v26,6,57,7,83,0v-6,104,-7,198,-7,304v0,59,1,118,4,174v-26,-6,-52,-7,-78,0v0,-28,6,-63,0,-86v-34,62,-93,96,-156,96v-104,0,-167,-60,-167,-164"},"v":{"d":"215,5v-61,-159,-121,-318,-194,-478v32,6,63,7,94,0v41,130,91,259,149,390v54,-109,106,-260,153,-390v20,6,42,7,62,0v-71,160,-144,319,-201,478v-21,-7,-42,-6,-63,0","w":500},"w":{"d":"193,5v-31,-105,-109,-319,-175,-478v31,6,62,7,93,0v34,125,76,250,128,383v31,-76,95,-258,132,-383v20,6,39,7,58,0v33,126,79,250,127,383v34,-86,98,-257,142,-383v20,6,42,7,62,0v-75,160,-142,319,-199,478v-16,-6,-37,-6,-52,0v-34,-121,-75,-241,-128,-371v-33,80,-95,250,-132,371v-19,-6,-37,-6,-56,0","w":778},"x":{"d":"259,-286v48,-62,94,-124,138,-187v24,6,45,7,69,0r-184,216v60,87,125,175,193,262v-34,-6,-68,-7,-102,0v-44,-68,-91,-136,-139,-204v-49,68,-97,136,-142,204v-22,-7,-45,-6,-67,0r185,-234r-184,-244v35,6,71,7,106,0v38,63,81,125,127,187","w":500},"y":{"d":"222,6v-46,-120,-172,-416,-200,-479v31,6,61,7,92,0v41,126,94,251,149,384v55,-115,109,-258,149,-384v22,6,44,7,66,0v-36,73,-280,605,-322,741v-23,-6,-45,-7,-68,0v53,-87,97,-175,134,-262","w":500},"z":{"d":"34,5r0,-14v115,-139,250,-325,322,-422v-19,0,-195,8,-271,15v4,-19,4,-37,0,-57v49,5,288,9,381,0r0,15v-107,139,-268,351,-318,421v109,0,173,-1,313,-14v-5,19,-5,37,0,56v-83,-2,-167,-5,-250,-5v-59,0,-118,3,-177,5","w":500},"{":{"d":"57,-260r0,-42v104,0,70,-162,73,-264v4,-118,50,-121,146,-117r0,37v-60,-1,-83,-4,-84,80r0,164v2,68,-37,98,-88,122v55,20,88,54,88,120r0,164v1,84,24,81,84,80r0,37v-96,4,-142,1,-146,-117v-3,-102,31,-263,-73,-264","w":333},"|":{"d":"141,250r0,-1000r52,0r0,1000r-52,0","w":333},"}":{"d":"276,-302r0,42v-104,0,-70,162,-73,264v-4,118,-50,121,-146,117r0,-37v60,1,83,4,84,-80r0,-164v-2,-68,37,-98,88,-122v-55,-20,-88,-54,-88,-120r0,-164v-1,-84,-24,-81,-84,-80r0,-37v96,-4,142,-1,146,117v3,102,-31,263,73,264","w":333},"~":{"d":"409,-193v-61,0,-147,-68,-206,-68v-59,0,-85,43,-99,75r-29,-44v31,-51,61,-83,122,-83v86,-1,141,67,213,68v39,0,75,-43,92,-75r29,42v-27,40,-64,85,-122,85","w":606},"'":{"d":"113,-410r0,-288r52,0r0,288r-52,0","w":278},"`":{"d":"193,-559r-147,-94v-16,-10,-36,-23,-36,-47v0,-46,52,-34,78,-8r147,149r-42,0","w":333},"\u00a0":{"w":278}}});
