/* 2009 Simo Kinnunen */
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}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},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},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(){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 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(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(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(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 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,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(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}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.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,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){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(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(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(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[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(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());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 g=(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:'+(g?"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(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 */
Cufon.registerFont({"w":172,"face":{"font-family":"Alako-Bold","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","bbox":"-54 -261.321 351 109","underline-thickness":"18","underline-position":"-19.8","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":86,"k":{";":6,":":6,".":13,"-":6,",":13}},"\u00a0":{"w":86},"!":{"d":"37,-49v36,5,19,50,-7,51v-16,1,-22,-15,-18,-29v3,-11,11,-24,25,-22xm89,-214v6,-8,36,-8,29,8r-65,141v-7,-1,-19,2,-15,-9","w":93},"\"":{"d":"41,-146v-6,0,-9,-4,-9,-11r-6,-89v0,-9,7,-15,15,-15v8,0,14,9,13,20v-5,31,2,74,-13,95xm98,-146v-4,0,-8,-5,-8,-9r-7,-87v0,-11,5,-19,15,-19v9,1,15,8,14,20r-7,85v1,5,-2,11,-7,10","w":119},"#":{"d":"35,0r9,-61r-29,0r1,-19r30,0r6,-42r-29,0r1,-18r30,0r9,-62r21,0r-9,62r35,0r8,-62r21,0r-8,61r26,0r0,20r-28,0r-6,41r26,0r-1,18r-28,0r-9,62r-21,0r9,-61r-35,0r-8,61r-21,0xm107,-122r-35,0r-5,42r34,0"},"$":{"d":"41,-15v-15,-8,-27,-23,-27,-47v0,-19,27,-24,33,-10v-1,21,6,32,29,32v15,0,25,-7,26,-21v-5,-33,-42,-44,-42,-83v0,-32,25,-44,51,-49v2,-18,25,-43,40,-22r-10,26v22,3,42,49,10,53v-20,2,-11,-29,-35,-27v-12,1,-21,8,-20,22v13,28,49,44,41,88v-5,24,-35,47,-67,44v-10,15,-7,41,-33,41v-7,0,-14,-3,-11,-11"},"%":{"d":"46,13v30,-67,95,-135,138,-191v-19,9,-36,20,-61,24v-3,36,-32,76,-68,77v-25,1,-40,-18,-39,-42v2,-43,26,-78,67,-81v25,-2,31,14,40,27v33,-4,57,-25,79,-38v12,3,25,24,10,34r-107,140v-29,34,-21,48,-47,66v-6,-1,-12,-9,-12,-16xm44,-141v-21,46,28,52,43,20v14,-14,5,-39,8,-51v-20,-21,-47,11,-51,31xm258,-87v0,46,-27,82,-69,84v-26,1,-37,-18,-37,-43v0,-43,28,-80,74,-80v20,0,32,17,32,39xm222,-104v-32,1,-44,30,-46,60v-1,15,8,22,23,19v20,-8,34,-32,35,-60v0,-10,-4,-17,-12,-19","w":272},"&":{"d":"57,-28v30,-1,56,-16,39,-43v4,-9,24,-23,27,-10r4,9v4,-14,27,-32,43,-17v-5,16,-18,32,-27,43r30,42v-10,10,-44,4,-44,-11v-3,-3,-4,-7,-9,-9v-21,15,-41,29,-75,26v-17,-1,-37,-18,-36,-38v1,-30,29,-43,48,-62v-38,-50,21,-113,82,-107v43,-6,55,41,23,58r-39,35v-8,-5,-17,-9,-24,-15v7,-23,39,-29,48,-48v-33,-8,-67,13,-71,46v2,18,24,29,8,48v-11,14,-35,24,-40,45v0,5,6,9,13,8","w":200},"'":{"w":180,"k":{"t":6,"s":13}},"(":{"d":"30,88v-24,-149,44,-258,114,-339r34,0v-68,80,-139,183,-119,338","w":146},")":{"d":"118,-252v19,155,-59,258,-136,339r-36,0r33,-36v62,-71,124,-165,110,-303r29,0","w":146},"*":{"d":"86,-251r28,0r-13,48r44,-15r5,26r-46,6r26,39r-25,12r-19,-43r-28,38r-21,-18r37,-32r-44,-14r14,-25r38,22","w":133},"+":{"d":"98,-129r21,0r0,54r53,0r0,21r-53,0r0,54r-21,0r0,-54r-54,0r0,-21r54,0r0,-54","w":216},",":{"d":"68,-46v6,1,1,6,1,8r-60,89v-7,-1,-17,1,-16,-5r36,-91v10,-2,27,-1,39,-1","w":86},"-":{"d":"87,-50v-22,1,-61,5,-80,-2v0,-12,6,-24,14,-28v23,3,60,-5,75,5v-1,9,-5,17,-9,25","w":119},".":{"d":"39,-49v36,5,16,51,-7,51v-15,0,-21,-9,-20,-24v1,-12,13,-28,27,-27","w":86},"\/":{"d":"-6,9r105,-269r31,0r-107,269r-29,0","w":100},"0":{"d":"169,-142v-2,76,-49,145,-121,145v-29,0,-47,-34,-44,-67v6,-74,41,-140,114,-140v32,0,53,26,51,62xm39,-58v0,17,6,29,24,29v47,0,68,-61,72,-112v2,-21,-8,-33,-30,-31v-41,13,-66,61,-66,114"},"1":{"d":"102,-178v2,-19,40,-47,46,-10v-10,24,-25,44,-37,67r-62,121v-11,-1,-28,3,-35,-2v23,-37,49,-85,66,-124v-11,1,-25,22,-38,15v-10,-40,35,-37,51,-59v4,-3,7,-6,9,-8"},"2":{"d":"63,-19v-16,23,-83,34,-83,-14v0,-39,60,-40,82,-20v26,-25,61,-59,69,-103v3,-14,-11,-20,-26,-18v-26,4,-28,33,-54,39v-6,-3,-13,-8,-13,-17v13,-30,38,-50,79,-52v68,-4,51,86,19,112v-14,18,-35,35,-45,53v16,12,53,7,72,5v-1,21,-3,37,-27,36v-29,-1,-54,-9,-73,-21xm2,-33v2,24,37,10,42,-2v-10,-6,-38,-17,-42,2"},"3":{"d":"0,-44v-5,-21,20,-33,31,-18v-7,44,47,38,66,18v12,-8,17,-39,1,-47v-16,8,-45,7,-44,-15v1,-20,28,-22,47,-17v13,-8,30,-21,27,-42v-15,-18,-44,2,-55,16v-7,11,-28,1,-23,-14v14,-40,116,-65,116,2v0,29,-18,40,-37,54v35,47,-7,113,-71,109v-29,-2,-59,-14,-58,-46"},"4":{"d":"168,-163v-8,35,-31,55,-41,85v7,6,48,-7,31,20v-3,20,-29,12,-45,10v-19,19,-10,66,-53,60v-24,-16,24,-49,11,-64v-17,2,-36,-8,-43,6v-12,24,-52,6,-33,-18v5,-12,20,-12,27,-20v25,-29,45,-79,60,-121v16,0,41,-5,30,17r-53,103v6,5,20,5,31,5v22,-28,29,-88,71,-92v4,2,7,4,7,9"},"5":{"d":"38,-86v-27,2,-16,-39,-1,-44v25,-27,10,-84,71,-74v21,3,61,-11,66,10v0,36,-50,20,-81,23v-6,5,-10,17,-12,26v42,-9,79,16,71,58v-8,46,-49,86,-104,88v-30,1,-49,-17,-44,-44v4,-7,33,-15,32,1v0,8,6,13,15,12v35,-4,59,-28,66,-63v-1,-16,-13,-24,-31,-21v-21,4,-29,26,-48,28"},"6":{"d":"5,-57v6,-79,81,-141,139,-166v9,2,19,17,8,25v-52,38,-102,72,-112,142v-2,16,9,26,26,25v30,-2,55,-28,57,-59v1,-23,-27,-11,-37,-4v-6,0,-11,-4,-10,-11v1,-22,21,-33,44,-32v22,1,40,16,38,46v-4,49,-52,102,-112,91v-23,-5,-43,-28,-41,-57"},"7":{"d":"78,-1v-8,16,-46,10,-36,-5v34,-52,54,-114,93,-162v-21,1,-47,-5,-64,1v-9,14,-12,35,-33,36v-30,-6,-7,-43,6,-51v4,-17,13,-35,37,-28v6,19,51,2,80,12v21,-7,36,4,17,18v-36,48,-71,121,-100,179"},"8":{"d":"115,-100v11,8,22,27,18,47v0,66,-133,75,-133,13v0,-39,41,-46,60,-65v-15,-17,-32,-58,-4,-77v19,-20,61,-25,101,-21v5,2,10,6,9,14v-12,27,-136,9,-74,66v23,-11,52,-29,75,-43v7,10,3,41,-10,41xm85,-82v-21,13,-43,21,-51,39v16,27,83,7,60,-27"},"9":{"d":"53,-121v-8,28,21,26,33,13v11,-2,16,7,12,17v-6,16,-23,24,-43,25v-29,1,-43,-21,-38,-50v9,-50,40,-85,93,-88v45,-3,72,42,54,89v-21,56,-81,126,-142,151v-7,-4,-21,-19,-9,-27v53,-40,105,-80,122,-155v0,-17,-14,-28,-32,-25v-24,4,-44,30,-50,50"},":":{"d":"36,-26v3,27,-46,42,-47,9v-4,-33,46,-44,47,-9xm46,-130v35,4,19,52,-8,52v-14,0,-20,-10,-19,-25v1,-13,13,-29,27,-27","w":86},";":{"d":"-32,50v5,-28,24,-70,38,-95v12,3,46,-6,37,8r-60,88v-3,-2,-10,-1,-15,-1xm46,-130v34,4,19,50,-7,51v-15,1,-21,-9,-20,-24v1,-13,13,-28,27,-27","w":86},"<":{"d":"173,-131r0,21r-103,47r103,45r0,21r-131,-58r0,-18","w":216},"=":{"d":"172,-48r0,21r-128,0r0,-21r128,0xm172,-101r0,21r-128,0r0,-21r128,0","w":216},">":{"d":"43,3r0,-21r104,-46r-104,-46r0,-21r131,58r0,18","w":216},"?":{"d":"63,-24v2,26,-48,38,-47,5v0,-16,11,-30,27,-30v14,-1,19,12,20,25xm93,-219v62,-4,62,75,19,94v-23,10,-47,29,-53,55v-3,6,-21,8,-21,-2v2,-49,62,-58,71,-103v-15,-39,-49,3,-60,19v-7,-3,-15,-8,-16,-18v8,-24,28,-43,60,-45","w":133},"@":{"d":"215,-58v-17,8,-50,13,-51,-14v-27,39,-99,19,-93,-40v5,-48,29,-91,80,-90v18,1,32,10,38,26r7,-21r25,0r-29,112v0,5,3,9,7,9v34,-7,49,-47,45,-88v-5,-46,-46,-74,-95,-74v-65,0,-104,44,-104,111v0,63,39,104,104,106v35,1,68,-18,85,-37r25,0v-17,33,-66,66,-119,59v-71,-8,-121,-51,-121,-132v0,-78,53,-129,125,-129v70,0,122,36,125,107v1,42,-27,81,-54,95xm153,-175v-46,-5,-77,88,-23,97v43,-1,72,-84,23,-97","w":288},"A":{"d":"6,-73v-13,-20,14,-40,45,-35v40,-58,84,-144,168,-144v48,0,16,63,9,89r-35,131v7,16,-4,32,-19,32v-22,1,-18,-26,-19,-43v-11,-20,-53,-35,-85,-37v-14,21,-27,49,-35,73v-3,10,-24,6,-39,7r35,-77v-10,2,-18,2,-25,4xm167,-72v6,-50,41,-108,36,-149v-51,21,-86,73,-113,113v26,5,62,16,77,36","w":233,"k":{"y":6,"w":6,"v":6}},"B":{"d":"99,-219v28,-49,108,-40,108,30v0,50,-29,70,-66,81v7,5,37,10,41,23v40,66,-55,101,-126,81v-6,-55,86,-6,100,-51v-5,-29,-72,-20,-48,-65v25,-23,77,-27,63,-84v-8,-32,-45,-2,-52,13v-31,62,-57,130,-87,194r-39,0r88,-191v6,-13,13,-22,18,-31","w":213},"C":{"d":"70,-31v39,5,64,-18,78,-41v10,3,22,6,26,15v-9,33,-53,60,-95,60v-75,0,-94,-79,-60,-137v31,-52,74,-113,146,-118v34,-3,60,24,51,58v-13,49,-54,86,-108,98v-8,-1,-5,-10,-4,-16v2,-20,16,-23,28,-31v23,-14,45,-29,51,-60v-3,-22,-37,-18,-52,-7v-45,30,-87,70,-94,135v-3,23,10,41,33,44","w":200},"D":{"d":"198,-219v9,-6,35,15,22,26v-2,3,-8,9,-5,12v46,27,79,156,1,175v-58,14,-116,-3,-180,6v-14,-4,-36,-5,-34,-22v7,-50,97,12,112,-34v21,-33,45,-77,55,-120v-15,-12,-48,-40,-78,-44v-8,-1,-9,4,-9,12v9,25,31,33,47,52v-1,16,-9,32,-25,19v-24,-20,-54,-40,-57,-81v16,-70,118,-13,141,13xm137,-33v50,5,103,-4,93,-56v-5,-24,-19,-46,-34,-60v-17,45,-33,83,-59,116","w":286},"E":{"d":"42,-111v-36,-69,31,-140,111,-140v48,0,28,59,7,74v-13,9,-16,31,-30,36v-5,-3,-27,-14,-21,-26v10,-17,31,-32,39,-49v-54,-19,-110,70,-64,113v-10,24,-61,29,-59,61v0,10,11,13,22,13v42,-2,65,-28,87,-53v13,1,40,-7,29,12v-21,37,-64,73,-121,73v-32,0,-52,-11,-52,-43v0,-42,32,-53,52,-71","w":187},"F":{"d":"41,-60v-57,5,-34,-71,-10,-95v43,-44,96,-100,181,-94v49,14,6,87,-5,111r-25,55r44,0v-7,7,-6,28,-18,31r-42,0v-14,22,-25,49,-43,68r-47,3v15,-18,43,-48,47,-71v-34,8,-22,-20,-8,-31v53,5,46,-54,69,-86v2,-15,21,-36,11,-48v-75,2,-111,54,-146,93v-6,6,-19,25,-7,29v42,-10,56,-58,84,-80r12,36v-23,32,-50,75,-97,79","w":240,"k":{".":27,",":27}},"G":{"d":"151,-117v16,-17,41,5,27,26v-26,38,-34,87,-59,127v-12,20,-19,46,-43,54v-12,-4,1,-26,-2,-41v9,-18,22,-34,34,-66v-36,38,-115,18,-106,-50v12,-91,59,-174,147,-184v40,-5,65,24,54,60v-8,25,-29,48,-55,55v-4,-5,-4,-22,-2,-30v4,-16,25,-16,25,-36v0,-12,-9,-16,-20,-17v-72,15,-101,84,-115,159v11,60,78,10,92,-16v8,-14,13,-30,23,-41","w":200},"H":{"d":"-15,-30v4,-65,84,-60,146,-65v22,-36,39,-77,48,-127v1,-8,29,-9,36,-7v-4,49,-24,97,-44,132v12,3,29,0,39,-3v25,-60,29,-142,95,-160v-6,47,-46,102,-56,152v19,-12,29,3,26,26v-10,6,-28,7,-40,11v-15,28,1,82,-51,70v-7,-18,11,-43,13,-64r-47,2v-30,39,-61,67,-127,65v-19,-1,-39,-10,-38,-32xm105,-61v-39,4,-78,3,-88,26v25,24,72,-7,88,-26","w":293},"I":{"d":"57,-6v-40,24,-88,-5,-43,-30v83,3,103,-110,125,-179v0,-13,-9,-9,-16,-4v-21,18,-32,49,-39,80v-12,6,-25,16,-38,19r-2,-9v12,-57,37,-126,100,-131v65,19,9,125,-7,160v-17,38,-49,75,-80,94","w":159},"J":{"d":"62,55v-14,57,-109,49,-84,-20v20,-55,65,-100,117,-127v9,-40,52,-92,39,-132v-33,9,-47,61,-56,98v-2,10,-31,27,-36,23v6,-79,30,-157,105,-157v47,0,25,68,14,96r-62,147xm72,-41v-27,18,-56,59,-66,96v1,4,3,8,6,8v28,-19,39,-75,60,-104","w":159},"K":{"d":"48,-111v-16,-18,4,-36,19,-43r44,-95v8,-5,27,-2,40,-2r-37,77v31,-20,58,-49,81,-78v13,0,35,-4,27,13v-27,54,-90,85,-135,121v26,45,60,94,108,119r-62,1v-24,-20,-45,-63,-63,-82v-15,19,-22,58,-38,79r-36,1","w":193},"L":{"d":"49,-38v59,-53,48,-207,151,-213v68,11,17,103,-2,133v-11,4,-35,12,-45,7v14,-28,40,-60,47,-96v-18,-27,-39,13,-47,30v-22,48,-35,106,-66,145v40,5,79,-2,113,-8v-2,13,-3,33,-14,37v-41,2,-99,7,-133,-3v-23,9,-72,13,-72,-15v0,-26,46,-21,68,-17","w":219,"k":{"y":6,"'":6}},"M":{"d":"229,-6v0,10,-32,10,-34,2v6,-75,44,-130,71,-182v-57,63,-94,120,-145,182v-30,14,-29,-18,-22,-45r35,-139r-47,95v-18,34,-41,76,-60,98r-43,0v58,-58,91,-141,132,-215v9,-16,13,-39,36,-42v41,10,13,70,5,102r-18,73v17,-23,31,-43,44,-59r90,-101v11,-17,58,-22,46,13v-24,71,-90,127,-90,218","w":286},"N":{"d":"143,0v-16,1,-22,-10,-22,-27r0,-168r-66,150v-19,32,-15,40,-34,51r-38,0v51,-63,91,-162,123,-240v9,-22,46,-23,46,10r0,151v20,-46,34,-113,65,-149v11,-13,11,-1,12,7r5,26v-15,25,-32,69,-45,102v-13,33,-15,74,-46,87","w":219},"O":{"d":"3,-73v8,-93,70,-187,168,-187v16,0,15,30,0,32v-76,12,-137,83,-132,168v3,48,69,23,85,3v22,-28,53,-64,53,-107v0,-10,-4,-16,-14,-16v-36,3,-24,71,-72,65v-4,-52,32,-97,80,-97v73,0,30,118,5,148v-26,32,-54,65,-105,65v-43,0,-72,-24,-68,-74","w":213},"P":{"d":"-3,5v16,-94,47,-182,96,-242v10,-12,27,-23,49,-23v58,0,52,88,35,131v-14,36,-44,83,-93,81v-20,-1,-18,-35,3,-34v46,-11,67,-58,67,-113v0,-52,-43,-22,-53,-1v-22,45,-49,89,-53,152v-10,25,-13,58,-40,66v-8,0,-13,-7,-11,-17","w":180,"k":{".":33,",":33}},"Q":{"d":"-13,-19v-4,-43,54,-15,77,-29v47,-29,91,-69,120,-114v17,-26,13,-60,-22,-57v-48,4,-79,47,-95,85v-10,-2,-19,-16,-24,-24v17,-50,65,-100,133,-93v28,3,58,21,55,54v-7,84,-80,126,-131,165r98,-4v-3,20,-4,35,-34,35v-37,0,-72,1,-104,-7v-21,10,-70,19,-73,-11","w":219},"R":{"d":"26,-20v-8,23,-31,31,-36,7v17,-78,39,-151,76,-210v11,-17,26,-28,51,-28v82,0,51,148,-2,164v-34,23,40,52,39,87v-3,2,-22,22,-27,15r-66,-85v-12,-37,44,-40,55,-64v19,-13,27,-105,-15,-81v-44,41,-53,136,-75,195","w":166},"S":{"d":"178,-210v-3,-22,-51,0,-62,6v-14,8,-30,22,-31,40v14,51,104,36,94,104v-8,56,-77,68,-141,60v-26,-4,-58,-13,-53,-48v5,-33,48,-46,88,-42v13,-2,15,5,15,18v0,34,-59,-3,-69,28v22,25,128,19,124,-24v-20,-43,-104,-32,-90,-103v11,-54,57,-77,115,-81v28,-2,46,12,44,39v-10,33,-40,57,-85,63v-13,-6,-6,-41,11,-37v14,-7,31,-12,40,-23","w":200},"T":{"d":"80,-124v-26,-3,-55,-26,-59,-54v24,-43,120,-44,176,-58v6,-20,48,-28,47,2v-3,10,-11,20,-18,23r-77,177v-12,34,-23,53,-64,38r57,-104v12,-31,40,-74,39,-102v-37,6,-93,14,-119,31v8,8,28,18,38,24v-4,10,-11,19,-20,23","w":206,"k":{"y":6,"w":6,"u":6,"s":6,"r":6,"o":6,"i":6,"e":6,"c":6,"a":6,"A":6,";":6,":":6,".":13,"-":6,",":13}},"U":{"d":"109,-219v-56,8,-41,112,-95,94v15,-61,32,-126,104,-126v77,0,15,107,-2,140r-38,76v54,-57,118,-114,164,-177v6,-4,30,-17,34,-3v-29,65,-74,123,-81,207v-5,8,-23,8,-36,9v-4,-38,17,-73,29,-103v-42,34,-67,86,-125,104v-47,-5,-7,-68,1,-89v17,-41,42,-76,54,-122v2,-7,-4,-9,-9,-10","w":246},"V":{"d":"12,-127v17,-63,35,-125,109,-125v21,0,41,19,33,44v-19,62,-57,101,-72,164v0,11,7,14,19,13v66,-31,105,-107,125,-181v9,-8,22,-19,34,-21v-6,95,-60,169,-115,217v-26,24,-99,30,-96,-21v5,-74,52,-113,70,-174v0,-6,-5,-8,-10,-8v-59,0,-35,91,-90,99v-5,0,-7,-2,-7,-7","w":233,"k":{";":6,":":6,".":20,"-":6,",":20}},"W":{"d":"8,-129v15,-59,35,-115,99,-123v33,-4,53,27,38,59r-71,147r74,-81r65,-75v12,-4,31,3,28,13v-16,51,-51,92,-60,148v-3,17,23,9,30,2v50,-44,84,-118,107,-186v3,-10,21,-19,33,-13v-9,85,-59,151,-100,206v-22,30,-104,56,-104,-6v0,-30,15,-44,29,-77r-64,74v-19,18,-30,38,-60,41v-14,1,-25,-11,-21,-25v19,-67,64,-118,83,-185v0,-8,-7,-13,-16,-10v-48,14,-31,90,-83,99v-5,-1,-7,-2,-7,-8","w":320,"k":{";":6,":":6,".":20,"-":6,",":20}},"X":{"d":"-10,1v1,-17,21,-17,36,-32v33,-32,63,-64,91,-99r1,-69v3,-24,-11,-21,-22,-8r-33,40v-8,-7,-12,-19,-14,-32v16,-24,37,-49,73,-52v38,-3,33,42,32,82v26,-26,49,-56,80,-77v9,53,-44,68,-64,103v-36,29,-6,105,1,144v-57,16,-45,-42,-55,-82v-23,21,-54,62,-83,82v-11,2,-31,2,-43,0","w":200},"Y":{"d":"47,-138v-7,8,-24,23,-37,19v6,-66,34,-124,98,-133v94,21,-10,139,-21,187v-3,12,-17,25,-14,35v50,-44,123,-93,149,-165v3,-8,20,-10,29,-6v3,1,5,3,4,5r-91,211v-18,28,-28,70,-60,75v-25,-11,-5,-25,7,-47r59,-119v-33,28,-59,79,-116,77v-32,-1,-17,-46,-6,-60r65,-152v0,-8,-10,-9,-17,-7v-32,12,-38,46,-49,80","w":240,"k":{";":6,":":6,".":13,"-":6,",":13}},"Z":{"d":"100,-42v15,-52,-62,-23,-40,-71v27,-33,71,-47,86,-90v0,-15,-19,-16,-33,-13v-29,6,-45,30,-65,41v-7,-45,28,-76,79,-76v30,0,56,17,53,50v-4,50,-53,75,-84,97v58,0,46,83,21,118v-26,36,-47,75,-100,75v-24,0,-51,-13,-47,-40v7,-45,34,-75,72,-88v9,0,18,6,14,15v-14,28,-50,31,-50,68v0,26,36,7,45,-2v21,-23,38,-48,49,-84","w":166},"[":{"d":"139,-229r-101,295r34,0r-6,22r-64,0r115,-339r65,0r-8,22r-35,0","w":159},"\\":{"d":"21,-260r90,269r-30,0r-92,-269r32,0","w":100},"]":{"d":"1,64r102,-294r-35,0r6,-22r64,0r-115,339r-64,0r7,-23r35,0","w":159},"^":{"d":"99,-202r18,0r59,131r-22,0r-46,-104r-46,104r-21,0","w":216},"_":{"d":"180,27r0,18r-180,0r0,-18r180,0","w":180},"`":{"d":"53,-215r36,62v-44,2,-47,-45,-74,-62r38,0","w":80},"a":{"d":"126,-85v-6,18,-23,38,-21,54v14,-6,33,-20,44,-30v7,-3,7,7,7,15v-11,28,-42,47,-79,46v-5,0,-5,-10,-5,-16v-20,29,-84,21,-77,-32v9,-62,61,-81,127,-81v11,0,10,20,6,29v-41,-15,-99,6,-98,55v1,31,28,9,38,-1v11,-11,18,-28,29,-41","w":153},"b":{"d":"87,-227v7,-10,8,-33,27,-33v39,27,-20,87,-29,120v-11,38,-33,67,-42,108v0,6,1,9,6,9v23,-5,40,-18,33,-50v8,-23,10,-52,36,-57v26,9,4,58,-1,76v8,11,22,-7,30,-8v11,32,-21,46,-47,34v-15,15,-28,29,-59,29v-24,0,-36,-18,-29,-44v-6,3,-15,20,-19,10v-7,-44,33,-43,47,-78","w":146},"c":{"d":"31,-54v5,59,76,9,92,-8v9,-1,6,23,2,28v-18,26,-119,65,-127,2v-8,-62,29,-92,88,-98v36,-4,41,32,22,53r-30,0v2,-9,15,-28,-1,-31v-28,5,-42,26,-46,54","w":126},"d":{"d":"-4,-37v-6,-61,34,-97,93,-89v14,-50,34,-100,68,-130v18,-17,28,10,26,35v-3,82,-42,135,-81,184v-4,10,9,13,17,8r44,-32v18,37,-36,64,-69,64v-12,0,-17,-8,-22,-17v-22,23,-83,24,-76,-23xm72,-48v-2,-22,9,-39,9,-55v-33,-1,-60,22,-54,62v4,28,37,6,45,-7xm108,-89v25,-34,49,-88,52,-139v-22,40,-42,87,-52,139","w":166},"e":{"d":"125,-62v16,47,-56,71,-104,60v-24,-6,-24,-29,-24,-54v0,-44,41,-72,88,-75v22,-2,37,13,32,37v-7,33,-44,47,-80,53v-2,0,-6,1,-5,4v24,29,73,-8,93,-25xm30,-64v22,-6,53,-10,54,-35v-22,-16,-48,14,-54,35","w":126},"f":{"d":"-4,-61v36,-27,54,-68,71,-118v10,-29,12,-70,43,-81v19,4,11,30,4,49r-102,279v0,4,1,5,3,5v22,-17,34,-53,38,-87v3,-28,31,-32,45,-50v15,17,-6,42,-23,46v-4,61,-18,110,-69,123v-58,-26,11,-117,16,-158r-27,23v-7,-4,-5,-27,1,-31","w":100},"g":{"d":"130,-86v-9,17,-18,39,-25,57v15,-8,35,-32,48,-31v8,45,-43,48,-62,76v-32,22,-20,82,-66,89v-35,-34,26,-77,35,-111v-29,17,-63,3,-63,-40v0,-67,58,-90,129,-83v7,3,8,22,3,28v-43,-13,-99,2,-98,51v0,10,2,22,10,22v30,-8,39,-32,58,-58r31,0","w":153},"h":{"d":"-6,-30v-12,-48,45,-54,54,-96v10,-46,33,-90,55,-125v3,-12,30,-13,27,4v-11,73,-59,117,-77,185v29,-12,62,-67,103,-66v6,0,9,6,10,12v-4,31,-34,58,-34,84v16,-6,33,-23,47,-31v12,39,-33,57,-70,64v-38,-1,-4,-47,2,-65v2,-5,9,-11,6,-17v-44,23,-63,68,-106,82v-24,-2,-1,-37,-1,-44v-5,5,-10,10,-16,13","w":180},"i":{"d":"-6,-30v-12,-51,51,-55,57,-96r34,0v-11,30,-35,64,-39,93v22,-4,31,-22,47,-29v8,43,-39,60,-80,62v-22,-4,-2,-35,-1,-44v-6,4,-11,11,-18,14xm104,-170v3,22,-37,32,-40,7v-1,-24,39,-37,40,-7","w":93},"j":{"d":"-6,-28v-13,-47,42,-57,62,-88v6,-10,21,-11,38,-10r-40,107v16,-11,35,-33,51,-43v14,38,-31,52,-48,75v-38,16,-24,81,-65,96v-36,-24,13,-79,22,-104r26,-73xm112,-171v2,25,-42,35,-40,4v2,-20,36,-30,39,-5","w":106},"k":{"d":"85,-62v22,-4,42,-13,46,-35v-54,-15,-72,84,-121,99v-24,-1,-1,-36,0,-44v-8,5,-22,22,-20,-1v4,-40,53,-44,58,-84v20,-42,34,-89,58,-127v8,-12,31,-9,27,12v-12,53,-47,97,-65,145v19,-15,33,-31,64,-33v24,-1,42,15,35,41v-6,25,-32,33,-50,43v-10,1,-19,21,-2,17v26,-6,40,-16,62,-32v15,40,-39,60,-79,63v-40,3,-30,-48,-13,-64","w":180},"l":{"d":"-5,-31v-17,-42,42,-49,47,-88v18,-45,29,-98,53,-138v5,-9,22,-3,21,10v-7,89,-64,131,-70,213v17,-4,31,-21,44,-29v17,34,-29,64,-66,64v-29,0,-13,-31,-9,-48v-8,6,-14,10,-20,16","w":93},"m":{"d":"82,-126v-7,16,-17,32,-22,51v27,-17,44,-52,84,-53v23,11,-6,37,-7,55v31,-17,44,-53,85,-55v23,8,1,36,-6,51r-18,40v2,9,12,-1,16,-2r31,-23v14,39,-37,56,-71,63v-42,-10,7,-56,9,-80v-38,23,-55,64,-96,80v-7,-1,-11,-3,-11,-10v0,-23,23,-44,29,-72v-33,26,-56,62,-95,82v-23,0,-4,-34,-1,-42v-6,3,-10,9,-17,12v-6,-54,51,-53,58,-97r32,0","w":246},"n":{"d":"9,-42v-6,7,-17,20,-17,-2v0,-27,23,-27,32,-42v11,-12,18,-27,28,-40r30,0r-24,52v30,-6,54,-58,96,-54v31,25,-29,64,-22,95v18,-2,35,-28,48,-29v12,41,-34,54,-71,63v-40,-4,-3,-53,5,-72v3,-7,3,-10,0,-8v-36,26,-66,58,-105,81v-20,-4,-4,-33,0,-44","w":180},"o":{"d":"-6,-48v4,-54,30,-87,83,-90v32,-3,50,36,31,57v7,9,-2,23,-1,28v17,4,27,-22,27,6v0,20,-20,27,-38,21v-22,35,-107,46,-102,-22xm29,-61v-10,32,29,44,40,20v-10,-20,4,-39,15,-50v0,-8,-7,-16,-16,-15v-22,3,-32,24,-39,45","w":133},"p":{"d":"-5,-29v-16,-52,55,-60,68,-97r23,0r-11,33v13,-15,28,-35,58,-35v55,0,25,87,-1,100v26,-5,39,-18,56,-32v7,-6,7,3,7,10v0,38,-52,52,-92,46v-14,7,-44,9,-44,-13v0,-14,15,-6,26,-6v22,-14,46,-35,46,-67v0,-15,-16,-6,-23,-1v-56,36,-78,112,-93,183v-3,13,-30,18,-30,0v0,-59,39,-117,52,-161v-11,12,-31,30,-42,40","w":193},"q":{"d":"62,105v-51,10,-35,-55,-17,-79r15,-33v-27,20,-72,4,-63,-39v-1,-70,83,-97,146,-76r0,30v-34,-28,-112,-9,-112,44v0,38,29,14,38,2r30,-40v13,0,37,-3,24,12r-65,145v1,7,6,8,11,5v22,-21,31,-60,38,-95v15,-14,34,-35,52,-43v16,40,-38,39,-36,85v-6,37,-23,74,-61,82","w":159},"r":{"d":"39,-115v-11,-11,-5,-36,14,-36v17,0,18,14,22,26v25,-7,47,6,36,31r-28,57v15,14,38,-25,49,-24v13,40,-36,55,-70,63v-14,0,-25,-11,-19,-25v11,-28,23,-47,34,-75v-23,-10,-35,32,-52,41v-9,10,-22,21,-31,27v-13,-40,34,-55,45,-85","w":133},"s":{"d":"-5,-30v-10,-20,4,-41,19,-47v16,-21,41,-34,44,-62v-3,-26,39,-46,38,-10v-18,25,0,89,-21,114v17,-3,28,-19,41,-27v22,43,-47,64,-94,63v-17,4,-34,-29,-7,-27v31,13,41,-32,37,-58v-18,13,-38,39,-57,54","w":119},"t":{"d":"70,-175v10,-30,13,-64,42,-74v23,15,-6,55,-11,74v22,-8,29,20,11,26r-20,0v-14,39,-33,73,-45,114v15,13,37,-23,51,-28v15,39,-34,56,-69,65v-36,1,-7,-43,-10,-54r-24,22v-17,-46,52,-56,58,-103r6,-16v-11,-1,-26,7,-23,-13v2,-14,18,-14,34,-13","w":100},"u":{"d":"-6,-30v-10,-48,47,-55,57,-96v13,0,38,-3,27,12r-34,74v43,-19,66,-62,102,-86v7,2,28,-3,25,6v-12,29,-29,54,-39,86v16,1,37,-21,45,-28v22,34,-35,56,-67,63v-37,1,-7,-39,-7,-54v-31,25,-46,48,-89,54v-25,3,-11,-30,-5,-43","w":180},"v":{"d":"95,-66v6,-24,13,-58,39,-63v8,1,13,6,12,17v-3,23,-13,44,-23,59v10,10,21,-5,29,-10v18,27,-22,56,-48,34v-13,16,-30,30,-61,30v-32,0,-36,-23,-30,-46r-17,14v-3,2,-4,1,-4,-3v-6,-35,26,-39,38,-57v18,-14,15,-46,53,-33v-11,33,-30,57,-41,91v0,10,13,11,18,6v15,-11,30,-19,35,-39","w":153},"w":{"d":"188,-55v3,14,14,-2,20,-4v1,-2,4,-6,7,-2v10,31,-23,48,-45,33v-18,15,-36,34,-70,28v-9,-2,-16,-11,-15,-24v-14,19,-61,40,-79,11v-4,-12,5,-24,4,-31v-5,3,-13,18,-17,11v-8,-47,45,-48,53,-89v1,-5,28,-7,32,-1r-39,92v-2,5,2,8,7,6v34,-19,48,-54,69,-86v6,-9,28,-9,22,11r-22,71v13,13,34,-18,42,-31v9,-25,13,-63,42,-69v29,15,-4,56,-11,74","w":213},"x":{"d":"171,-63v16,40,-35,57,-67,65v-25,1,-30,-17,-32,-38v-19,16,-30,43,-67,36v15,-22,48,-51,68,-71v3,-12,0,-32,-10,-18r-69,60v-5,-4,-1,-17,-2,-27v33,-23,53,-59,95,-73v14,0,18,15,17,31r28,-28v10,1,39,-6,25,8r-54,55v0,15,-6,44,14,36v22,-9,36,-22,54,-36"},"y":{"d":"10,-41v-8,5,-22,16,-18,-12v16,-28,48,-38,57,-73r32,0v-11,28,-30,56,-37,84r90,-84r27,0r-44,100r49,-37v15,42,-39,50,-58,76v-34,23,-28,70,-62,92v-33,3,-17,-40,-7,-55v22,-31,47,-69,58,-106v-29,15,-46,57,-86,57v-23,0,-6,-32,-1,-42","w":166},"z":{"d":"-5,-30v-16,-36,31,-53,48,-76v21,-28,88,-32,88,17v0,38,-54,45,-35,76v20,-12,42,-35,62,-50v18,55,-56,53,-72,96v-12,33,-32,76,-77,76v-19,0,-25,-13,-27,-30v4,-39,53,-51,78,-74v13,-35,-45,2,-35,-33v8,-25,50,-7,61,-33v9,-8,19,-37,-1,-41v-40,13,-60,52,-90,72xm49,41v-17,9,-57,29,-37,46v20,-6,30,-26,37,-46","w":159},"{":{"d":"35,-95v86,-17,24,-168,149,-157v-4,11,-4,27,-25,22v-57,27,-28,127,-100,148v46,30,-11,89,-12,135v0,14,16,12,29,11r-8,23v-93,8,-25,-84,-23,-143v-3,-8,-9,-16,-18,-14","w":159},"|":{"d":"29,0r0,-260r22,0r0,260r-22,0","w":80},"}":{"d":"107,-69v-89,22,-22,168,-148,156v4,-11,4,-25,24,-21v58,-26,27,-127,100,-147v-45,-32,11,-90,13,-137v1,-13,-16,-11,-29,-11r8,-23v31,-4,58,6,51,39v-7,34,-30,67,-29,104v1,9,9,15,18,15","w":159},"~":{"d":"24,-59v12,-22,31,-36,61,-29v28,8,35,19,64,22v13,-2,22,-14,30,-25r13,22v-14,30,-54,40,-83,19v-22,-16,-65,-17,-71,13","w":216}}});


