/*
 * 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}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2008 by Jovanny Lemonad. All rights reserved.
 * 
 * Trademark:
 * CuprumFFU is a trademark of Jovanny Lemonad.
 * 
 * Description:
 * Copyright (c) 2008 by Gladkikh Ivan. All rights reserved.
 * 
 * Manufacturer:
 * Jovanny Lemonad
 * 
 * Designer:
 * Jovanny Lemonad
 */
Cufon.registerFont({"w":165,"face":{"font-family":"CuprumFFU","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 6 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-29 -331 263 72.1771","underline-thickness":"18","underline-position":"-18","stemh":"22","stemv":"32","unicode-range":"U+0020-U+017C"},"glyphs":{" ":{"w":108},"A":{"d":"128,-65r-72,0r-16,65r-33,0r61,-252r47,0r61,252r-32,0xm122,-90v-12,-41,-16,-89,-31,-126r-30,126r61,0","w":183,"k":{"w":7,"v":11,"t":2,"q":5,"d":5,"W":7,"V":14,"T":18,"Q":11,"Y":25,"O":11,"\u00d3":11,"C":11,"\u0106":11,"G":11,"c":5,"\u0107":5,"e":5,"\u0119":5,"g":5,"o":5,"\u00f3":5,"U":11,"y":4,"u":4,"`":22,"\"":22,"'":22}},"\u0104":{"d":"144,0r-16,-65r-72,0r-16,65r-33,0r61,-252r47,0r61,252r-10,0v0,32,7,40,36,40r0,18v-47,0,-58,-11,-58,-58xm122,-90v-12,-41,-16,-89,-31,-126r-30,126r61,0","w":183,"k":{"w":7,"v":11,"t":2,"q":5,"d":5,"W":7,"V":14,"T":18,"Q":11}},"B":{"d":"79,-256v80,0,93,87,43,122v29,7,40,35,40,66v0,73,-78,82,-140,64r0,-244v18,-5,35,-8,57,-8xm130,-68v0,-51,-29,-56,-76,-53r0,101v44,2,76,-1,76,-48xm54,-144v40,3,65,-7,65,-45v0,-36,-25,-46,-65,-43r0,88","w":176,"k":{"x":7,"q":4,"d":4,"X":7,"W":4,"V":7,"T":7,"Q":4,"J":4,"C":4,"\u0106":4,"G":4,"O":4,"\u00d3":4,"Y":11,"c":4,"\u0107":4,"e":4,"\u0119":4,"g":4,"o":4,"\u00f3":4,"z":7,"\u017a":7,"\u017c":7,"A":2,"\u0104":2,"S":7,"\u015a":7}},"C":{"d":"151,-4v-79,20,-133,9,-133,-122v0,-131,50,-142,130,-122r0,16v-76,-2,-98,-7,-98,106v0,112,24,108,101,106r0,16","w":162,"k":{"w":11,"v":11,"t":7,"q":11,"d":11,"Q":11,"C":11,"\u0106":11,"G":11,"O":11,"\u00d3":11,"c":11,"\u0107":11,"e":11,"\u0119":11,"g":11,"o":11,"\u00f3":11,"y":7,"u":7}},"\u0106":{"d":"151,-4v-79,20,-133,9,-133,-122v0,-131,50,-142,130,-122r0,16v-76,-2,-98,-7,-98,106v0,112,24,108,101,106r0,16xm101,-277r-22,0r13,-54r34,0","w":162,"k":{"w":11,"v":11,"t":7,"q":11,"d":11,"Q":11,"C":11,"\u0106":11,"G":11,"O":11,"\u00d3":11,"c":11,"\u0107":11,"e":11,"\u0119":11,"g":11,"o":11,"\u00f3":11,"y":7,"u":7}},"D":{"d":"166,-126v0,131,-56,142,-144,122r0,-244v87,-21,144,-9,144,122xm133,-126v0,-99,-18,-109,-79,-106r0,212v62,3,79,-7,79,-106","w":183,"k":{"x":5,"q":4,"d":4,"X":11,"W":4,"V":7,"T":11,"Q":4,"M":4,"J":7,"C":4,"\u0106":4,"G":4,"O":4,"\u00d3":4,"Y":11,"c":4,"\u0107":4,"e":4,"\u0119":4,"g":4,"o":4,"\u00f3":4,"z":5,"\u017a":5,"\u017c":5,"A":11,"\u0104":11,"S":4,"\u015a":4}},"E":{"d":"54,-119r0,94r90,0r0,25r-122,0r0,-252r122,0r0,25r-90,0r0,83r79,0r0,25r-79,0","w":154},"\u0118":{"d":"104,0r-82,0r0,-252r122,0r0,25r-90,0r0,83r79,0r0,25r-79,0r0,94r90,0r0,25r-18,0v0,32,7,40,36,40r0,18v-47,0,-58,-11,-58,-58","w":154},"F":{"d":"54,-113r0,113r-32,0r0,-252r122,0r0,25r-90,0r0,88r76,0r0,26r-76,0","w":153,"k":{"\u017c":11,"\u017a":11,"z":11,".":29,"\u00f3":11,"o":11,"g":11,"\u0119":11,"e":11,",":29,"\u0107":11,"c":11,"\u0105":14,"a":14,"\u00d3":4,"O":4,"G":4,"\u0106":4,"C":4,"\u0104":14,"A":14,"x":11,"q":11,"d":11,"Q":4,"M":4,"J":29}},"G":{"d":"158,-137r0,133v-83,20,-140,8,-140,-122v0,-131,52,-142,133,-122r0,16v-77,-2,-101,-6,-101,106v0,92,20,108,76,106r0,-117r32,0","w":178},"H":{"d":"130,-252r32,0r0,252r-32,0r0,-115r-76,0r0,115r-32,0r0,-252r32,0r0,112r76,0r0,-112","w":183},"I":{"d":"22,-252r32,0r0,252r-32,0r0,-252","w":75},"J":{"d":"0,-20v51,1,72,3,72,-66r0,-166r32,0r0,166v5,83,-46,103,-104,82r0,-16","w":124,"k":{"\u0104":11,"A":11}},"K":{"d":"88,-128r81,128r-38,0r-77,-126r0,126r-32,0r0,-252r32,0r0,122r70,-122r38,0","w":169,"k":{"w":7,"v":7,"q":7,"d":7,"Q":7,"C":7,"\u0106":7,"G":7,"O":7,"\u00d3":7,"c":7,"\u0107":7,"e":7,"\u0119":7,"g":7,"o":7,"\u00f3":7}},"L":{"d":"54,-252r0,227r90,0r0,25r-122,0r0,-252r32,0","w":149,"k":{"w":7,"v":11,"q":11,"d":11,"W":7,"V":22,"T":29,"Q":11,"C":11,"\u0106":11,"G":11,"O":11,"\u00d3":11,"U":11,"Y":22,"c":11,"\u0107":11,"e":11,"\u0119":11,"g":11,"o":11,"\u00f3":11,"`":29,"\"":29,"'":29,"~":22,"-":22,"+":22}},"\u0141":{"d":"54,-252r0,97r22,-14r12,18r-34,23r0,103r90,0r0,25r-122,0r0,-104r-18,12r-13,-18r31,-21r0,-121r32,0","w":149,"k":{"w":7,"v":11,"q":11,"d":11,"W":7,"V":22,"T":29,"Q":11,"C":11,"\u0106":11,"G":11,"O":11,"\u00d3":11,"U":11,"Y":22,"c":11,"\u0107":11,"e":11,"\u0119":11,"g":11,"o":11,"\u00f3":11,"`":29,"\"":29,"'":29,"~":22,"-":22,"+":22}},"M":{"d":"144,-45r-32,0v-18,-46,-30,-99,-51,-142r-11,187r-32,0r14,-252r40,0r55,162r2,0r55,-162r39,0r15,252r-33,0r-12,-187","w":255,"k":{"Y":7,"\u015a":2,"S":2,"\u00d3":4,"O":4,"G":4,"\u0106":4,"C":4,"W":4,"V":5,"T":5,"Q":4}},"N":{"d":"52,-176r0,176r-30,0r0,-252r36,0r75,176r2,0r0,-176r31,0r0,252r-36,0r-76,-176r-2,0","w":187},"\u0143":{"d":"101,-274r-22,0r13,-54r34,0xm52,-176r0,176r-30,0r0,-252r36,0r75,176r2,0r0,-176r31,0r0,252r-36,0r-76,-176r-2,0","w":187},"O":{"d":"95,-256v49,0,78,29,78,130v0,101,-29,130,-78,130v-49,0,-77,-29,-77,-130v0,-101,28,-130,77,-130xm95,-18v23,0,45,-22,45,-108v0,-86,-22,-108,-45,-108v-23,0,-45,22,-45,108v0,86,22,108,45,108","w":190,"k":{"x":5,"q":4,"d":4,"X":7,"W":4,"V":4,"T":11,"Q":4,"M":4,"J":7,"C":4,"\u0106":4,"G":4,"O":4,"\u00d3":4,"Y":11,"c":4,"\u0107":4,"e":4,"\u0119":4,"g":4,"o":4,"\u00f3":4,"z":5,"\u017a":5,"\u017c":5,"A":11,"\u0104":11,"S":4,"\u015a":4,"Z":7,"\u0179":7,"\u017b":7}},"\u00d3":{"d":"95,-256v49,0,78,29,78,130v0,101,-29,130,-78,130v-49,0,-77,-29,-77,-130v0,-101,28,-130,77,-130xm95,-18v23,0,45,-22,45,-108v0,-86,-22,-108,-45,-108v-23,0,-45,22,-45,108v0,86,22,108,45,108xm104,-277r-21,0r12,-54r35,0","w":190,"k":{"x":5,"q":4,"d":4,"X":7,"W":4,"V":4,"T":11,"Q":4,"M":4,"J":7,"C":4,"\u0106":4,"G":4,"O":4,"\u00d3":4,"Y":11,"c":4,"\u0107":4,"e":4,"\u0119":4,"g":4,"o":4,"\u00f3":4,"z":5,"\u017a":5,"\u017c":5,"A":11,"\u0104":11,"S":4,"\u015a":4,"Z":7,"\u0179":7,"\u017b":7}},"P":{"d":"158,-166v0,90,-40,99,-104,85r0,81r-32,0r0,-248v69,-18,136,-13,136,82xm54,-99v50,2,72,-2,72,-67v0,-64,-22,-68,-72,-66r0,133","w":172,"k":{"x":4,"t":-4,"q":4,"f":-4,"d":4,"X":11,"V":4,"T":7,"M":4,"J":29,"Y":7,"c":4,"\u0107":4,"e":4,"\u0119":4,"g":4,"o":4,"\u00f3":4,"z":4,"\u017a":4,"\u017c":4,"A":14,"\u0104":14,"a":7,"\u0105":7,"Z":9,"\u0179":9,"\u017b":9,",":29,".":29}},"Q":{"d":"95,-256v49,0,78,29,78,130v0,56,-9,88,-25,108v18,0,32,3,43,7r0,15v-114,-1,-173,22,-173,-130v0,-101,28,-130,77,-130xm95,-18v23,0,45,-22,45,-108v0,-86,-22,-108,-45,-108v-23,0,-45,22,-45,108v0,86,22,108,45,108","w":190,"k":{"\u017c":5,"\u017a":5,"z":5,"\u00f3":4,"o":4,"g":4,"\u0119":4,"e":4,"\u0107":4,"c":4,"\u017b":7,"\u0179":7,"Z":7,"Y":11,"\u015a":4,"S":4,"\u00d3":4,"O":4,"G":4,"\u0106":4,"C":4,"\u0104":11,"A":11,"x":5,"q":4,"d":4,"X":7,"W":4,"V":4,"T":11,"Q":4,"M":4,"J":7}},"R":{"d":"158,-169v0,49,-13,72,-36,81r44,88r-36,0r-40,-85v-11,0,-27,-1,-36,-3r0,88r-32,0r0,-248v18,-5,35,-8,57,-8v58,0,79,22,79,87xm54,-108v48,2,73,-2,72,-61v0,-61,-23,-65,-72,-63r0,124","w":178,"k":{"q":7,"d":7,"X":7,"W":4,"V":7,"T":7,"Q":2,"M":4,"C":4,"\u0106":4,"G":4,"O":2,"\u00d3":2,"Y":11,"c":7,"\u0107":7,"e":7,"\u0119":7,"g":7,"o":7,"\u00f3":7,"S":4,"\u015a":4,"a":7,"\u0105":7}},"S":{"d":"13,-184v0,-74,72,-82,126,-64r0,16v-49,-1,-94,-6,-94,48v0,56,101,27,101,112v0,54,-22,76,-76,76v-22,0,-43,-4,-54,-8r0,-16v52,1,97,6,97,-52v0,-52,-100,-24,-100,-112","w":158,"k":{"X":4,"Q":4,"J":4,"O":4,"\u00d3":4}},"\u015a":{"d":"13,-184v0,-74,72,-82,126,-64r0,16v-49,-1,-94,-6,-94,48v0,56,101,27,101,112v0,54,-22,76,-76,76v-22,0,-43,-4,-54,-8r0,-16v52,1,97,6,97,-52v0,-52,-100,-24,-100,-112xm88,-274r-21,0r12,-54r34,0","w":158,"k":{"X":4,"Q":4,"J":4,"O":4,"\u00d3":4}},"T":{"d":"4,-227r0,-25r147,0r0,25r-57,0r0,227r-33,0r0,-227r-57,0","w":154,"k":{"\u017c":11,"\u017a":11,"z":11,"y":11,"u":11,"\u015b":11,"s":11,"r":11,"+":14,".":29,"p":11,"\u00f3":14,"o":14,"\u0144":11,"n":11,"-":14,"g":14,"\u0119":14,"e":14,",":29,"\u0107":14,"c":14,"~":14,"\u0105":11,"a":11,"\u00d3":11,"O":11,"G":11,"\u0106":11,"C":11,"\u0104":18,"A":18,"x":11,"w":11,"v":14,"q":14,"m":11,"d":14,"Q":11,"M":5,"J":29}},"U":{"d":"92,-18v25,0,39,-14,39,-68r0,-166r33,0r0,166v0,68,-22,90,-72,90v-50,0,-72,-22,-72,-90r0,-166r32,0r0,166v0,54,15,68,40,68","w":183,"k":{"J":7,"A":11,"\u0104":11}},"V":{"d":"38,-252r49,218r48,-218r32,0r-57,252r-47,0r-58,-252r33,0","w":172,"k":{"\u017c":7,"\u017a":7,"z":7,"y":7,"u":7,"\u015b":4,"s":4,"r":7,".":22,"p":7,"\u00f3":13,"o":13,"\u0144":7,"n":7,"g":13,"\u0119":13,"e":13,",":22,"\u0107":13,"c":13,"\u0105":11,"a":11,"\u00d3":4,"O":4,"G":4,"\u0106":4,"C":4,"\u0104":14,"A":14,"x":7,"t":-4,"q":13,"m":7,"f":-4,"d":13,"Q":4,"M":5,"J":29}},"W":{"d":"127,-171r-41,171r-43,0r-38,-252r33,0r30,200r38,-160r43,0r38,160r2,0r29,-200r32,0r-38,252r-43,0r-40,-171r-2,0","w":255,"k":{"\u017c":4,"\u017a":4,"z":4,"y":4,"u":4,"r":4,"p":4,"\u00f3":9,"o":9,"\u0144":4,"n":4,"g":9,"\u0119":9,"e":9,"\u0107":9,"c":9,"\u0105":7,"a":7,"\u00d3":4,"O":4,"G":4,"\u0106":4,"C":4,"\u0104":7,"A":7,"x":4,"t":-4,"q":9,"m":4,"f":-4,"d":9,"Q":4,"M":4,"J":7}},"X":{"d":"83,-151r39,-101r33,0r-49,122r54,130r-32,0r-45,-108r-45,108r-33,0r54,-130r-48,-122r32,0","k":{"\u00f3":7,"o":7,"g":7,"\u0119":7,"e":7,"\u0107":7,"c":7,"\u015a":4,"S":4,"\u00d3":7,"O":7,"G":7,"\u0106":7,"C":7,"w":7,"v":7,"q":7,"d":7,"Q":7}},"Y":{"d":"81,-130r45,-122r32,0r-61,158r0,94r-32,0r0,-94r-61,-158r32,0","w":162,"k":{"x":14,"w":7,"v":7,"q":18,"m":14,"d":18,"Q":11,"M":7,"J":29,"C":11,"\u0106":11,"G":11,"O":11,"\u00d3":11,"c":18,"\u0107":18,"e":18,"\u0119":18,"g":18,"o":18,"\u00f3":18,"y":14,"u":14,"z":14,"\u017a":14,"\u017c":14,"A":25,"\u0104":25,"a":14,"\u0105":14,",":29,".":29,"s":11,"\u015b":11,"n":14,"\u0144":14,"p":14,"r":14}},"Z":{"d":"139,-229r-94,204r92,0r0,25r-130,0r0,-23r94,-204r-92,0r0,-25r130,0r0,23","w":149,"k":{"w":4,"v":4,"q":11,"d":11,"Q":4,"C":7,"\u0106":7,"G":7,"O":7,"\u00d3":7,"c":11,"\u0107":11,"e":11,"\u0119":11,"g":11,"o":11,"\u00f3":11,"y":4,"u":4,"S":4,"\u015a":4}},"\u0179":{"d":"139,-229r-94,204r92,0r0,25r-130,0r0,-23r94,-204r-92,0r0,-25r130,0r0,23xm81,-274r-22,0r13,-54r34,0","w":149,"k":{"w":4,"v":4,"q":11,"d":11,"Q":4,"C":7,"\u0106":7,"G":7,"O":7,"\u00d3":7,"c":11,"\u0107":11,"e":11,"\u0119":11,"g":11,"o":11,"\u00f3":11,"y":4,"u":4,"S":4,"\u015a":4}},"\u017b":{"d":"139,-229r-94,204r92,0r0,25r-130,0r0,-23r94,-204r-92,0r0,-25r130,0r0,23xm59,-317r31,0r0,43r-31,0r0,-43","w":149,"k":{"w":4,"v":4,"q":11,"d":11,"Q":4,"C":7,"\u0106":7,"G":7,"O":7,"\u00d3":7,"c":11,"\u0107":11,"e":11,"\u0119":11,"g":11,"o":11,"\u00f3":11,"y":4,"u":4,"S":4,"\u015a":4}},"a":{"d":"104,-25r0,-58v-32,-1,-56,-3,-57,33v-1,37,36,37,57,25xm14,-50v0,-61,45,-56,90,-49v3,-37,-4,-63,-39,-63r-36,0r0,-14v47,-15,108,-15,108,54r0,122r-29,0v-2,-3,1,-11,-4,-11v-34,25,-91,25,-90,-39","w":156,"k":{"t":-4,"f":-4}},"&":{"d":"184,0r-36,0r-20,-29v-23,48,-114,55,-114,-36v0,-22,4,-43,8,-54r25,0v-2,34,-1,108,25,99v14,0,22,-7,36,-38v-52,-74,-63,-101,-63,-133v0,-68,68,-74,115,-57r0,16v-43,0,-85,-6,-83,41v0,23,4,45,44,99r19,-48r33,0r-33,79","w":190},"\u0105":{"d":"106,-11v-35,23,-92,28,-92,-39v0,-61,45,-56,90,-49v3,-37,-4,-63,-39,-63r-36,0r0,-14v47,-15,108,-15,108,54r0,122r-7,0v0,32,7,40,36,40r0,18v-49,0,-60,-11,-60,-69xm104,-25r0,-58v-32,-1,-56,-3,-57,33v-1,37,36,37,57,25","w":156,"k":{"t":-4,"f":-4}},"^":{"d":"124,-144v-16,-23,-27,-51,-46,-72r-44,72r-27,-14r56,-94r32,0r56,94","w":158},"~":{"d":"76,-124v35,-31,100,-34,93,34r-21,0v-9,-58,-65,4,-94,4v-32,0,-43,-22,-43,-58r21,0v0,23,24,38,44,20","w":180},"*":{"d":"65,-198r-2,-54r29,0r-2,54r49,-13r7,27r-45,9r25,49r-25,12r-24,-52r-23,52r-25,-12r25,-49r-45,-9r7,-27","w":154},"@":{"d":"166,-173v-41,0,-52,-6,-54,61v-2,69,23,69,54,54r0,-115xm194,-184r0,128v23,0,38,-7,38,-86v0,-63,-28,-92,-93,-92v-61,0,-90,28,-90,122v0,113,49,126,151,121r0,16v-11,4,-32,7,-54,7v-92,0,-128,-36,-128,-144v0,-108,36,-144,121,-144v88,0,124,37,124,114v0,99,-22,110,-94,110v-1,-3,0,-9,-3,-11v-11,11,-22,14,-40,14v-22,0,-43,-11,-43,-83v0,-104,53,-86,111,-72","w":280},"b":{"d":"148,-90v0,102,-60,105,-126,83r0,-245r32,0r0,83v51,-32,94,-19,94,79xm54,-155r0,137v48,2,59,1,61,-72v2,-73,-23,-81,-61,-65","k":{"\u017c":7,"\u017a":7,"z":7,"'":14,"\"":14,"\u00f3":4,"o":4,"`":14,"g":4,"\u0119":4,"e":4,"\u0107":4,"c":4,"\u0105":5,"a":5,"x":7,"q":4,"d":4}},"\\":{"d":"-11,-277r34,0r134,302r-35,0","w":145},"|":{"d":"22,-277r32,0r0,331r-32,0r0,-331","w":75},"{":{"d":"104,-256v-37,-7,-37,41,-36,80v1,41,-11,49,-28,65v28,12,28,57,28,104v0,32,14,39,36,39r0,22v-67,8,-68,-42,-68,-108v0,-31,-11,-42,-29,-47r0,-21v32,-2,30,-54,29,-94v0,-50,21,-61,68,-61r0,21","w":104},"}":{"d":"65,-111v-26,-14,-29,-56,-29,-105v0,-32,-14,-40,-36,-40r0,-21v67,-8,68,42,68,108v0,31,11,42,29,47r0,21v-32,2,-30,54,-29,94v0,50,-21,61,-68,61r0,-22v37,7,36,-40,36,-79v0,-40,11,-50,29,-64","w":104},"[":{"d":"83,-277r0,21r-36,0r0,288r36,0r0,22r-69,0r0,-331r69,0","w":79},"]":{"d":"-4,-256r0,-21r69,0r0,331r-69,0r0,-22r36,0r0,-288r-36,0","w":79},"c":{"d":"126,-162v-55,-1,-76,-6,-76,72v0,77,23,73,80,72r0,14v-63,19,-112,9,-112,-86v0,-94,45,-105,108,-86r0,14","w":136,"k":{"x":-7,"w":-4,"v":-4,"t":-7,"q":4,"f":-7,"d":4,"c":4,"\u0107":4,"e":4,"\u0119":4,"g":4,"o":4,"\u00f3":4,"z":-4,"\u017a":-4,"\u017c":-4}},"\u0107":{"d":"126,-166v-55,-1,-76,-6,-76,72v0,77,23,73,80,72r0,15v-64,17,-112,7,-112,-87v0,-94,45,-103,108,-86r0,14xm86,-209r-21,0r12,-54r35,0","w":136,"k":{"x":-7,"w":-4,"v":-4,"t":-7,"q":4,"f":-7,"d":4,"c":4,"\u0107":4,"e":4,"\u0119":4,"g":4,"o":4,"\u00f3":4,"z":-4,"\u017a":-4,"\u017c":-4}},":":{"d":"14,-41r33,0r0,43r-33,0r0,-43xm14,-180r33,0r0,43r-33,0r0,-43","w":61},",":{"d":"14,43r0,-84r33,0r-11,84r-22,0","w":61},"d":{"d":"113,-11v-53,31,-95,21,-95,-79v0,-99,42,-110,94,-79r0,-83r32,0r0,252r-29,0xm112,-25r0,-130v-38,-16,-62,-9,-62,65v0,74,23,81,62,65"},"$":{"d":"68,32r0,-28v-22,0,-41,-4,-52,-8r0,-16r52,0r0,-92v-27,-11,-55,-25,-55,-72v0,-45,15,-65,55,-70r0,-30r22,0r0,28v20,0,38,4,49,8r0,16r-49,0r0,92v27,11,56,23,56,68v0,47,-16,69,-56,74r0,30r-22,0xm90,-23v27,-8,34,-71,0,-80r0,80xm68,-229v-29,6,-32,72,0,80r0,-80","w":158},"e":{"d":"79,-184v40,0,61,22,61,101r-90,0v-1,68,28,67,83,65r0,14v-61,19,-115,7,-115,-79v0,-79,21,-101,61,-101xm108,-104v-1,-83,-57,-82,-58,0r58,0","w":158,"k":{"x":7,"q":4,"d":4,"c":4,"\u0107":4,"e":4,"\u0119":4,"g":4,"o":4,"\u00f3":4,"z":7,"\u017a":7,"\u017c":7,"a":5,"\u0105":5}},"8":{"d":"85,-256v45,0,66,22,66,63v0,34,-21,57,-39,62v22,9,43,30,43,66v0,47,-21,69,-70,69v-49,0,-71,-22,-71,-69v0,-36,22,-57,44,-66v-18,-5,-40,-28,-40,-62v0,-41,22,-63,67,-63xm85,-20v23,0,37,-14,37,-45v0,-27,-14,-41,-37,-52v-23,11,-38,25,-38,52v0,31,15,45,38,45xm85,-146v41,-5,47,-87,0,-86v-20,0,-35,14,-35,39v0,25,15,40,35,47","w":169,"k":{"0":4,"3":7,"7":7}},"\u0119":{"d":"79,-184v40,0,61,22,61,101r-90,0v-1,68,28,67,83,65r0,14v-9,4,-23,8,-36,8v0,29,7,36,36,36r0,18v-47,0,-57,-11,-57,-54v-36,-4,-58,-26,-58,-87v0,-79,21,-101,61,-101xm108,-104v-1,-83,-57,-82,-58,0r58,0","w":158,"k":{"x":7,"q":4,"d":4,"c":4,"\u0107":4,"e":4,"\u0119":4,"g":4,"o":4,"\u00f3":4,"z":7,"\u017a":7,"\u017c":7,"a":5,"\u0105":5}},"=":{"d":"11,-101r133,0r0,29r-133,0r0,-29xm11,-166r133,0r0,29r-133,0r0,-29","w":154},"!":{"d":"51,-70r-25,0r-4,-182r33,0xm22,-41r33,0r0,43r-33,0r0,-43","w":77},"f":{"d":"22,-178v-6,-68,33,-87,82,-67r0,15v-36,-4,-51,1,-50,50r47,0r0,16v-12,4,-31,7,-47,7r0,157r-32,0r0,-157r-22,0r0,-21r22,0","w":100,"k":{".":14,"\u00f3":7,"o":7,"g":7,"\u0119":7,"e":7,",":14,"\u0107":7,"c":7,"\u0105":4,"a":4,"w":-4,"v":-4,"t":-7,"q":7,"f":-7,"d":7,"b":-4}},"5":{"d":"58,-229r0,81v61,-3,90,17,90,76v0,54,-22,76,-76,76v-22,0,-43,-4,-54,-8r0,-16v52,1,97,6,97,-52v0,-55,-39,-54,-90,-52r0,-128r115,0r0,23r-82,0","w":162,"k":{"3":7,"7":7,"9":7,"5":7}},"4":{"d":"101,-65r-94,0r0,-29r90,-158r36,0r0,162r22,0r0,25r-22,0r0,65r-32,0r0,-65xm101,-90v-2,-35,4,-79,-2,-110r-61,110r63,0","w":162,"k":{"3":7,"7":7}},"g":{"d":"112,-29r0,-133v-49,-2,-60,-1,-62,72v-2,70,24,77,62,61xm144,-173r0,155v5,88,-51,101,-115,83r0,-15v54,1,84,4,83,-64v-51,30,-94,17,-94,-76v0,-102,60,-105,126,-83"},"`":{"d":"50,-198r-21,0r-25,-54r34,0","w":50,"k":{"4":18,"d":14,"J":22,"A":22,"\u0104":22}},">":{"d":"59,-89v-15,-27,-36,-48,-52,-73r24,-14r64,86r-64,86r-24,-14","w":99},"h":{"d":"54,-155r0,155r-32,0r0,-252r32,0r0,83v34,-25,91,-25,90,39r0,130r-32,0r0,-130v2,-36,-37,-37,-58,-25","w":163,"k":{"'":14,"\"":14,"`":14}},"-":{"d":"11,-104r0,-29r108,0r0,29r-108,0","w":129,"k":{"T":14,"J":22}},"i":{"d":"54,-180r0,180r-32,0r0,-180r32,0xm22,-245r32,0r0,43r-32,0r0,-43","w":75},"j":{"d":"54,-180r0,191v1,67,-41,68,-83,54r0,-15v33,0,51,6,51,-39r0,-191r32,0xm22,-245r32,0r0,43r-32,0r0,-43","w":75},"k":{"d":"113,0r-59,-94r0,94r-32,0r0,-252r32,0r0,155r52,-83r36,0r-56,85r63,95r-36,0","w":153,"k":{"t":-4,"q":7,"f":-4,"d":7,"c":7,"\u0107":7,"e":7,"\u0119":7,"g":7,"o":7,"\u00f3":7,"a":5,"\u0105":5}},"l":{"d":"22,0r0,-252r32,0r0,252r-32,0","w":75},"<":{"d":"92,-162v-17,25,-37,46,-52,73r52,71r-24,14r-64,-86r64,-86","w":99},"\u0142":{"d":"54,0r-32,0r0,-104r-18,12r-13,-18r31,-21r0,-121r32,0r0,97r22,-14r12,18r-34,23r0,128","w":75},"m":{"d":"133,-155v9,43,2,105,4,155r-33,0r0,-130v1,-33,-30,-39,-50,-25r0,155r-32,0r0,-180r28,0v2,3,-1,11,4,11v18,-18,51,-21,70,-2v40,-20,96,-26,96,41r0,130r-33,0r0,-130v1,-35,-32,-38,-54,-25","w":239},"n":{"d":"54,-155r0,155r-32,0r0,-180r28,0v2,3,-1,11,4,11v34,-25,91,-25,90,39r0,130r-32,0r0,-130v2,-36,-37,-37,-58,-25","w":163},"\u0144":{"d":"54,-155r0,155r-32,0r0,-180r28,0v2,3,-1,11,4,11v34,-25,91,-25,90,39r0,130r-32,0r0,-130v2,-36,-37,-37,-58,-25xm90,-205r-22,0r13,-54r34,0","w":163},"9":{"d":"148,-101v3,104,-56,117,-126,97r0,-16v68,2,89,5,93,-88v-55,17,-101,8,-101,-72v0,-54,22,-76,67,-76v45,0,67,22,67,76r0,79xm47,-180v0,54,22,61,68,58v1,-44,4,-114,-34,-114v-20,0,-34,15,-34,56","k":{"3":7,"7":7}},"#":{"d":"187,-72r-38,0r-10,72r-33,0r11,-72r-43,0r-11,72r-32,0r10,-72r-30,0r0,-25r34,0r9,-58r-32,0r0,-25r37,0r11,-72r33,0r-11,72r43,0r11,-72r32,0r-11,72r31,0r0,25r-36,0r-9,58r34,0r0,25xm85,-155r-9,58r46,0r9,-58r-46,0","w":208},"o":{"d":"85,-16v20,0,34,-15,34,-74v0,-59,-14,-74,-34,-74v-20,0,-35,15,-35,74v0,59,15,74,35,74xm85,-184v45,0,66,22,66,94v0,72,-21,94,-66,94v-45,0,-67,-22,-67,-94v0,-72,22,-94,67,-94","w":169,"k":{"x":7,"q":4,"d":4,"c":4,"\u0107":4,"e":4,"\u0119":4,"g":4,"o":4,"\u00f3":4,"z":4,"\u017a":4,"\u017c":4,"a":5,"\u0105":5}},"\u00f3":{"d":"85,-16v20,0,34,-15,34,-74v0,-59,-14,-74,-34,-74v-20,0,-35,15,-35,74v0,59,15,74,35,74xm85,-184v45,0,66,22,66,94v0,72,-21,94,-66,94v-45,0,-67,-22,-67,-94v0,-72,22,-94,67,-94xm94,-205r-22,0r13,-54r34,0","w":169,"k":{"x":7,"q":4,"d":4,"c":4,"\u0107":4,"e":4,"\u0119":4,"g":4,"o":4,"\u00f3":4,"z":4,"\u017a":4,"\u017c":4,"a":5,"\u0105":5}},"1":{"d":"4,-245v13,-5,43,-8,68,-7r0,252r-32,0r0,-227r-36,0r0,-18","w":93},"p":{"d":"52,-169v53,-30,96,-21,96,79v0,98,-43,111,-94,79r0,83r-32,0r0,-252r28,0xm54,-155r0,130v37,16,61,8,61,-65v0,-73,-23,-81,-61,-65","k":{"x":7,"q":4,"d":4,"c":4,"\u0107":4,"e":4,"\u0119":4,"g":4,"o":4,"\u00f3":4,"z":4,"\u017a":4,"\u017c":4,"a":5,"\u0105":5}},"(":{"d":"47,-112v0,54,3,91,32,159r-20,11v-41,-79,-45,-123,-45,-170v0,-47,4,-90,45,-169r20,11v-29,68,-32,104,-32,158","w":79},")":{"d":"32,-112v0,-54,-3,-90,-32,-158r20,-11v41,79,45,122,45,169v0,47,-4,91,-45,170r-20,-11v29,-68,32,-105,32,-159","w":79},".":{"d":"14,-41r33,0r0,43r-33,0r0,-43","w":61},"+":{"d":"63,-191r29,0r0,58r52,0r0,29r-52,0r0,57r-29,0r0,-57r-52,0r0,-29r52,0r0,-58","w":154},"q":{"d":"18,-90v0,-102,60,-105,126,-83r0,245r-32,0r0,-83v-51,32,-94,19,-94,-79xm112,-25r0,-137v-49,-2,-60,-1,-62,72v-2,74,23,81,62,65"},"?":{"d":"65,-70r-25,0v0,-63,50,-67,50,-117v0,-51,-40,-46,-86,-45r0,-16v11,-4,32,-8,54,-8v43,0,64,22,64,69v0,61,-57,65,-57,117xm35,-41r34,0r0,43r-34,0r0,-43","w":133},"\"":{"d":"23,-167r-9,-85r36,0r-9,85r-18,0xm77,-167r-9,-85r36,0r-9,85r-18,0","w":118,"k":{"4":18,"d":14,"J":22,"A":22,"\u0104":22}},"'":{"d":"23,-167r-9,-85r36,0r-9,85r-18,0","w":64,"k":{"4":18,"d":14,"J":22,"A":22,"\u0104":22}},"r":{"d":"54,-146r0,146r-32,0r0,-180r28,0v2,4,-1,13,4,14v17,-14,32,-14,58,-14r0,27v-21,0,-46,-2,-58,7","w":115,"k":{"w":-4,"v":-4,"t":-7,"q":4,"f":-7,"d":4,"c":4,"\u0107":4,"e":4,"\u0119":4,"g":4,"o":4,"\u00f3":4,"a":4,"\u0105":4,",":22,".":22,"s":-7,"\u015b":-7}},"s":{"d":"43,-137v0,43,79,18,79,90v0,58,-65,57,-108,43r0,-14v34,0,76,6,76,-29v0,-43,-79,-18,-79,-90v0,-53,64,-53,104,-39r0,14v-31,0,-72,-5,-72,25","w":133,"k":{"s":4,"\u015b":4}},"\u015b":{"d":"43,-137v0,43,79,18,79,90v0,58,-65,57,-108,43r0,-14v34,0,76,6,76,-29v0,-43,-79,-18,-79,-90v0,-53,64,-53,104,-39r0,14v-31,0,-72,-5,-72,25xm76,-205r-22,0r13,-54r34,0","w":133,"k":{"s":4,"\u015b":4}},";":{"d":"14,43r0,-84r33,0r-11,84r-22,0xm14,-180r33,0r0,43r-33,0r0,-43","w":61},"7":{"d":"133,-252r0,29v-32,79,-54,155,-65,223r-32,0v11,-68,33,-144,65,-227r-94,0r0,-25r126,0","w":140,"k":{"4":18}},"6":{"d":"18,-151v-3,-104,56,-117,126,-97r0,16v-68,-2,-90,-5,-94,88v55,-16,101,-8,101,72v0,54,-21,76,-66,76v-45,0,-67,-22,-67,-76r0,-79xm119,-72v1,-54,-22,-61,-69,-58v-2,45,-4,114,35,114v20,0,34,-15,34,-56","k":{"3":7,"7":7,"9":7,"5":7}},"\/":{"d":"122,-277r35,0r-134,302r-34,0","w":145},"t":{"d":"101,-164v-12,4,-31,7,-47,7v3,44,-13,138,25,139r25,0r0,14v-40,16,-82,12,-82,-54r0,-99r-22,0r0,-21r23,0r0,-42r31,0r0,40r47,0r0,16","w":108,"k":{"\u00f3":7,"o":7,"g":7,"\u0119":7,"e":7,"\u0107":7,"c":7,"\u0105":4,"a":4,"w":-4,"v":-4,"t":-7,"q":7,"d":7}},"3":{"d":"14,-248v49,-17,119,-11,119,59v0,29,-14,42,-32,57v29,7,39,35,39,64v0,50,-21,72,-75,72v-22,0,-43,-4,-54,-8r0,-16v50,1,97,5,97,-48v0,-47,-29,-54,-76,-51r0,-25v41,3,69,-5,69,-45v0,-49,-42,-44,-87,-43r0,-16","w":154,"k":{"0":4,"3":11,"7":7}},"2":{"d":"7,0r0,-29v72,-90,94,-111,94,-151v0,-60,-37,-52,-87,-52r0,-16v53,-17,119,-12,119,68v0,47,-29,76,-92,155r92,0r0,25r-126,0","w":144,"k":{"4":7}},"u":{"d":"110,-25r0,-155r32,0r0,180r-29,0v-1,-3,1,-11,-3,-11v-34,25,-91,25,-90,-39r0,-130r32,0r0,130v-2,36,37,37,58,25","w":163},"_":{"d":"0,29r0,-29r108,0r0,29r-108,0","w":108},"v":{"d":"88,0r-39,0r-47,-180r30,0r37,142r35,-142r31,0","w":136,"k":{".":14,",":14,"t":-4,"f":-4}},"w":{"d":"58,-41v11,-34,16,-74,25,-110r39,0v10,35,13,78,26,110r25,-139r30,0r-34,180r-41,0r-26,-112r-25,112r-41,0r-34,-180r30,0","w":205,"k":{"t":-4,"f":-4}},"x":{"d":"70,-112r27,-68r33,0r-38,88r45,92r-33,0r-34,-72r-34,72r-32,0r45,-92r-38,-88r32,0","w":140,"k":{"\u015b":4,"s":4,"\u00f3":7,"o":7,"g":7,"\u0119":4,"e":4,"\u0107":4,"c":4,"\u0105":4,"a":4,"q":7,"d":4}},"y":{"d":"110,-14v-35,24,-91,24,-90,-40r0,-126r32,0r0,126v-2,36,37,37,58,25r0,-151r32,0r0,162v5,88,-51,101,-115,83r0,-15v54,1,84,4,83,-64","w":163},"z":{"d":"122,-180r0,22r-73,133r72,0r0,25r-110,0r0,-22r74,-133r-71,0r0,-25r108,0","w":133,"k":{"q":4,"d":4,"c":4,"\u0107":4,"e":4,"\u0119":4,"g":4,"o":4,"\u00f3":4,"a":4,"\u0105":4}},"\u017a":{"d":"122,-180r0,22r-73,133r72,0r0,25r-110,0r0,-22r74,-133r-71,0r0,-25r108,0xm76,-202r-22,0r13,-54r34,0","w":133,"k":{"q":4,"d":4,"c":4,"\u0107":4,"e":4,"\u0119":4,"g":4,"o":4,"\u00f3":4,"a":4,"\u0105":4}},"\u017c":{"d":"122,-180r0,22r-73,133r72,0r0,25r-110,0r0,-22r74,-133r-71,0r0,-25r108,0xm54,-245r31,0r0,43r-31,0r0,-43","w":133,"k":{"q":4,"d":4,"c":4,"\u0107":4,"e":4,"\u0119":4,"g":4,"o":4,"\u00f3":4,"a":4,"\u0105":4}},"0":{"d":"92,-256v45,0,74,29,74,130v0,101,-29,130,-74,130v-45,0,-74,-29,-74,-130v0,-101,29,-130,74,-130xm92,-18v20,0,41,-22,41,-108v0,-86,-21,-108,-41,-108v-20,0,-42,22,-42,108v0,86,22,108,42,108","w":183,"k":{"2":11,"3":11,"7":14,"1":7}},"\u00a0":{"w":108}}});

