/*
 * 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) 2000-2005, House Industries/Brand Design Co. Inc. All rights
 * reserved.
 * 
 * Trademark:
 * Chalet-LondonNineteenEighty is a trademark of House Industries.
 * 
 * Full name:
 * Chalet-LondonNineteenEighty
 * 
 * Description:
 * Part of the Chalet collection from House Industries.
 * 
 * Manufacturer:
 * House Industries
 * 
 * Designer:
 * House Industries
 * 
 * Vendor URL:
 * http://www.houseind.com/
 * 
 * License information:
 * http://www.houseind.com/license
 */
Cufon.registerFont({"w":626,"face":{"font-family":"Chalet-LondonNineteenEighty","font-weight":500,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"12","bbox":"-47 -959 1200 253","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":289},"\ufb01":{"d":"673,-694r0,101r-84,0r0,-101r84,0xm407,-430v10,-108,-36,-182,-133,-182v-79,0,-133,57,-133,135r0,137r347,0r0,82r-347,0r0,258r-85,0r0,-477v0,-127,92,-217,218,-217v142,0,233,104,218,264r-85,0xm673,-515r0,515r-84,0r0,-515r84,0","w":748},"\ufb02":{"d":"672,-744r0,744r-84,0r0,-744r84,0xm407,-430v10,-108,-36,-182,-133,-182v-79,0,-133,57,-133,135r0,137r347,0r0,82r-347,0r0,258r-85,0r0,-477v0,-127,92,-217,218,-217v142,0,233,104,218,264r-85,0","w":747,"k":{"\u013c":10,"\u013e":10,"\u013a":10,"\u012f":10,"\u012b":10,"\u00ef":10,"\u00ee":10,"\u00ec":10,"\u00ed":10,"l":10,"i":10,"h":10,"b":10,"j":10,"\u0458":10,"p":10,"\u0440":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u0171":15,"\u016b":15,"\u0173":15,"\u016f":15,"\u00fd":15,"y":15,"\u00ff":15,"\u0443":15,"\u045e":15,"t":10,"\u0165":10,"\u021b":10,"k":10,"\u0137":10}},"\u2260":{"d":"934,-430v10,-108,-36,-182,-133,-182v-79,0,-133,57,-133,135r0,137r347,0r0,82r-347,0r0,258r-85,0r0,-477v0,-127,92,-217,218,-217v142,0,233,104,218,264r-85,0xm407,-430v10,-108,-36,-182,-133,-182v-79,0,-133,57,-133,135r0,137r347,0r0,82r-347,0r0,258r-85,0r0,-477v0,-127,92,-217,218,-217v142,0,233,104,218,264r-85,0","w":1054,"k":{"*":-20,"@":-15,"}":10,"]":10,",":80,"\u00a9":-15,"\u2026":80,".":80,"\u201c":-20,"\u201d":-10,"\u2018":-20,"\u2019":-10,"\u00ae":-15,"\/":10,"\u2122":10,"v":-10,"w":-10,")":10,"\u00ab":-10,"\u2039":-10,"\u00bb":-10,"\u203a":-10}},"\u221e":{"d":"1199,-744r0,744r-84,0r0,-744r84,0xm934,-430v10,-108,-36,-182,-133,-182v-79,0,-133,57,-133,135r0,137r347,0r0,82r-347,0r0,258r-85,0r0,-477v0,-127,92,-217,218,-217v142,0,233,104,218,264r-85,0xm407,-430v10,-108,-36,-182,-133,-182v-79,0,-133,57,-133,135r0,137r347,0r0,82r-347,0r0,258r-85,0r0,-477v0,-127,92,-217,218,-217v142,0,233,104,218,264r-85,0","w":1274},"\u00b1":{"d":"1200,-694r0,101r-84,0r0,-101r84,0xm934,-430v10,-108,-36,-182,-133,-182v-79,0,-133,57,-133,135r0,137r347,0r0,82r-347,0r0,258r-85,0r0,-477v0,-127,92,-217,218,-217v142,0,233,104,218,264r-85,0xm407,-430v10,-108,-36,-182,-133,-182v-79,0,-133,57,-133,135r0,137r347,0r0,82r-347,0r0,258r-85,0r0,-477v0,-127,92,-217,218,-217v142,0,233,104,218,264r-85,0xm1200,-515r0,515r-84,0r0,-515r84,0","w":1275,"k":{"\u013c":10,"\u013e":10,"\u013a":10,"\u012f":10,"\u012b":10,"\u00ef":10,"\u00ee":10,"\u00ec":10,"\u00ed":10,"l":10,"i":10,"h":10,"b":10,"j":10,"\u0458":10,"p":10,"\u0440":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u0171":15,"\u016b":15,"\u0173":15,"\u016f":15,"\u00fd":15,"y":15,"\u00ff":15,"\u0443":15,"\u045e":15,"t":10,"\u0165":10,"\u021b":10,"k":10,"\u0137":10}},"\u00f0":{"d":"291,17v-145,0,-255,-119,-255,-265v0,-184,194,-332,363,-235v-30,-46,-67,-89,-108,-125r-67,49r-46,-29r74,-53v-27,-21,-54,-39,-82,-54r69,-51v26,16,52,36,78,57r57,-43r47,28r-67,49v107,103,191,247,191,407v0,146,-110,265,-254,265xm461,-248v0,-104,-76,-189,-170,-189v-94,0,-171,85,-171,189v0,104,77,188,171,188v94,0,170,-84,170,-188","w":583},"\u0141":{"d":"539,-82r0,82r-442,0r0,-288r-87,53r0,-67r87,-52r0,-340r85,0r0,289r168,-102r0,67r-168,101r0,257r357,0","w":564,"k":{"\u00d8":40,"Q":40,"V":90,"W":60,"&":15,"*":130,"@":40,"\\":95,"}":-20,"]":-20,",":-20,"\u00a9":45,"\u2026":-20,"\u2014":70,"\u2013":70,"\u00ad":70,".":-20,"?":65,"\u201c":90,"\u201d":90,"\u2018":90,"\u2019":90,"\u00ae":45,"\/":-20,"\u2122":130,"v":65,"w":50,"\u00e3":20,"d":20,"\u010f":20,"\u0111":20,"\u0113":20,"\u00f8":20,"q":20,"A":-20,"\u00c4":-20,"\u00c5":-20,"\u00c6":-20,"\u00c0":-20,"\u00c3":-20,"\u00c2":-20,"\u00c1":-20,"\u0102":-20,"\u0100":-20,"\u0104":-20,"\u0410":-20,"C":40,"\u00c7":40,"\u0106":40,"\u010c":40,"\u0421":40,"G":40,"\u011e":40,"\u0122":40,"O":40,"\u00d6":40,"\u00d5":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d2":40,"\u0150":40,"\u014c":40,"\u041e":40,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":90,"\u0164":90,"\u021a":90,"\u0422":90,"\u00dd":90,"Y":90,"\u0178":90,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"\u0103":20,"\u0101":20,"\u0105":20,"\u0430":20,"c":20,"\u00e7":20,"\u0107":20,"\u010d":20,"\u0441":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"\u011b":20,"\u0117":20,"\u0119":20,"\u0435":20,"\u0451":20,"g":20,"\u011f":20,"\u0123":20,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"\u0151":20,"\u014d":20,"\u043e":20,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":25,"\u00fa":25,"\u00f9":25,"\u00fb":25,"\u00fc":25,"\u0171":25,"\u016b":25,"\u0173":25,"\u016f":25,"\u00fd":25,"y":25,"\u00ff":25,"\u0443":25,"\u045e":25,"\u00ab":70,"\u2039":70,"\u00bb":10,"\u203a":10,"U":30,"\u00dc":30,"\u00da":30,"\u00db":30,"\u00d9":30,"\u0170":30,"\u016a":30,"\u0172":30,"\u016e":30}},"\u0142":{"d":"267,-390r-86,51r0,339r-85,0r0,-288r-86,53r0,-67r86,-52r0,-340r85,0r0,289r86,-52r0,67","w":277},"\u0160":{"d":"438,-918r-104,143r-74,0r-104,-143r77,0r64,91r64,-91r77,0xm560,-197v0,136,-107,209,-262,209v-160,0,-265,-93,-265,-232r88,0v0,93,72,151,177,151v119,0,177,-50,177,-128v0,-58,-26,-98,-179,-124v-154,-27,-242,-75,-242,-194v0,-119,95,-196,242,-196v152,0,246,82,246,216r-86,0v0,-81,-55,-135,-159,-135v-107,0,-157,47,-157,112v0,60,32,89,174,116v152,28,246,72,246,205","w":598,"k":{"\\":10,"?":5,"\u201d":5,"\u2019":5,"\u2122":15,")":10,"\u00e3":-5,"d":-5,"\u010f":-5,"\u0111":-5,"\u0113":-5,"\u00f8":-5,"q":-10,"J":-10,"\u0408":-10,"T":20,"\u0164":20,"\u021a":20,"\u0422":20,"\u00dd":15,"Y":15,"\u0178":15,"a":-5,"\u00e1":-5,"\u00e0":-5,"\u00e2":-5,"\u00e4":-5,"\u00e5":-5,"\u00e6":-5,"\u0103":-5,"\u0101":-5,"\u0105":-5,"\u0430":-5,"c":-5,"\u00e7":-5,"\u0107":-5,"\u010d":-5,"\u0441":-5,"e":-5,"\u00e9":-5,"\u00e8":-5,"\u00ea":-5,"\u00eb":-5,"\u011b":-5,"\u0117":-5,"\u0119":-5,"\u0435":-5,"\u0451":-5,"g":-5,"\u011f":-5,"\u0123":-5,"o":-5,"\u00f3":-5,"\u00f2":-5,"\u00f4":-5,"\u00f6":-5,"\u00f5":-5,"\u0153":-5,"\u0151":-5,"\u014d":-5,"\u043e":-5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":20,"\u0445":20,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"X":10,"\u0425":10,"\u017d":5,"Z":5,"\u0179":5,"\u017b":5,"\u00bb":-5,"\u203a":-5}},"\u0161":{"d":"401,-726r-104,143r-74,0r-104,-143r77,0r64,91r64,-91r77,0xm472,-155v0,103,-88,168,-211,168v-125,0,-216,-67,-230,-176r86,0v11,60,70,97,144,97v80,0,129,-39,129,-84v0,-36,-14,-62,-140,-80v-125,-17,-201,-48,-201,-145v0,-74,64,-153,202,-153v119,0,199,60,210,161r-86,0v-12,-55,-61,-83,-124,-83v-68,0,-117,32,-117,72v0,37,29,50,130,66v114,18,208,40,208,157","w":503,"k":{"*":30,"\\":35,"?":10,"\u201c":10,"\u201d":20,"\u2018":10,"\u2019":20,"\/":-25,"\u2122":60,")":15,"\u00e3":-5,"d":-5,"\u010f":-5,"\u0111":-5,"\u0113":-5,"\u00f8":-5,"q":-5,"a":-5,"\u00e1":-5,"\u00e0":-5,"\u00e2":-5,"\u00e4":-5,"\u00e5":-5,"\u00e6":-5,"\u0103":-5,"\u0101":-5,"\u0105":-5,"\u0430":-5,"c":-5,"\u00e7":-5,"\u0107":-5,"\u010d":-5,"\u0441":-5,"e":-5,"\u00e9":-5,"\u00e8":-5,"\u00ea":-5,"\u00eb":-5,"\u011b":-5,"\u0117":-5,"\u0119":-5,"\u0435":-5,"\u0451":-5,"g":-5,"\u011f":-5,"\u0123":-5,"o":-5,"\u00f3":-5,"\u00f2":-5,"\u00f4":-5,"\u00f6":-5,"\u00f5":-5,"\u0153":-5,"\u0151":-5,"\u014d":-5,"\u043e":-5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"\u00dd":{"d":"449,-884r-125,137r-67,0r87,-137r105,0xm571,-694r-241,394r0,300r-85,0r0,-300r-241,-394r98,0r186,316r186,-316r97,0","w":575,"k":{"\u00d8":50,"Q":50,"V":-30,"W":-30,"&":65,"*":-15,"@":50,"\\":-30,"}":-25,"]":-25,":":55,",":100,"\u00a9":55,"\u2026":100,"\u2014":90,"\u2013":90,"\u00ad":90,".":100,"?":10,"\u201c":5,"\u201d":-15,"\u2018":5,"\u2019":-15,"\u00ae":55,"\u037e":55,"\/":70,"\u2122":-20,"v":35,"w":40,")":-5,"\u00e3":90,"d":90,"\u010f":90,"\u0111":90,"\u0113":90,"\u00f8":90,"q":90,"i":15,"\u00ed":45,"\u00ee":-10,"\u00ef":-25,"\u00ec":-30,"\u012b":-40,"\u012f":15,"\u0131":60,"A":80,"\u00c4":80,"\u00c5":80,"\u00c6":80,"\u00c0":80,"\u00c3":80,"\u00c2":80,"\u00c1":80,"\u0102":80,"\u0100":80,"\u0104":80,"\u0410":80,"C":50,"\u00c7":50,"\u0106":50,"\u010c":50,"\u0421":50,"G":50,"\u011e":50,"\u0122":50,"J":110,"\u0408":110,"O":50,"\u00d6":50,"\u00d5":50,"\u0152":50,"\u00d3":50,"\u00d4":50,"\u00d2":50,"\u0150":50,"\u014c":50,"\u041e":50,"\u0160":20,"S":20,"\u015a":20,"\uf6c1":20,"\u0405":20,"T":-25,"\u0164":-25,"\u021a":-25,"\u0422":-25,"\u00dd":-30,"Y":-30,"\u0178":-30,"a":90,"\u00e1":90,"\u00e0":90,"\u00e2":90,"\u00e4":90,"\u00e5":90,"\u00e6":90,"\u0103":90,"\u0101":90,"\u0105":90,"\u0430":90,"c":90,"\u00e7":90,"\u0107":90,"\u010d":90,"\u0441":90,"e":90,"\u00e9":90,"\u00e8":90,"\u00ea":90,"\u00eb":90,"\u011b":90,"\u0117":90,"\u0119":90,"\u0435":90,"\u0451":90,"g":90,"\u011f":90,"\u0123":90,"j":15,"\u0458":15,"m":65,"n":65,"\u00f1":65,"\u0144":65,"\u0148":65,"\u0146":65,"o":90,"\u00f3":90,"\u00f2":90,"\u00f4":90,"\u00f6":90,"\u00f5":90,"\u0153":90,"\u0151":90,"\u014d":90,"\u043e":90,"p":65,"\u0440":65,"r":65,"\u0155":65,"\u0159":65,"\u0157":65,"\u0161":90,"s":90,"\u015b":90,"\uf6c2":90,"\u0455":90,"u":55,"\u00fa":55,"\u00f9":55,"\u00fb":55,"\u00fc":55,"\u0171":55,"\u016b":55,"\u0173":55,"\u016f":55,"x":60,"\u0445":60,"\u00fd":55,"y":55,"\u00ff":55,"\u0443":55,"\u045e":55,"\u017e":40,"z":40,"\u017a":40,"\u017c":40,"X":-15,"\u0425":-15,"\u00ab":80,"\u2039":80,"\u00bb":50,"\u203a":50,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"\u0130":5,"\u012a":5,"\u012e":5,"\ue001":5,"\u0407":5}},"\u00fd":{"d":"415,-705r-125,136r-66,0r87,-136r104,0xm412,-515r85,0r0,553v0,135,-94,215,-215,215v-108,0,-192,-64,-212,-170r86,0v18,55,60,88,126,88v79,0,130,-54,130,-133r0,-77v-31,33,-74,51,-130,51v-121,0,-215,-85,-215,-215r0,-312r84,0r0,312v0,77,51,133,131,133v79,0,130,-56,130,-133r0,-312","w":566,"k":{"\\":30,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"i":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u012b":10,"\u012f":10,"p":10,"\u0440":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"t":5,"\u0165":5,"\u021b":5,"k":5,"\u0137":5}},"\u00de":{"d":"596,-387v0,123,-81,210,-223,210r-208,0r0,177r-84,0r0,-694r84,0r0,97r208,0v142,0,223,87,223,210xm511,-387v0,-91,-57,-128,-138,-128r-208,0r0,257r208,0v81,0,138,-37,138,-129","w":622},"\u00fe":{"d":"590,-259v0,150,-110,271,-257,271v-75,0,-139,-40,-176,-90r0,307r-84,0r0,-923r84,0r0,257v37,-50,101,-91,176,-91v147,0,257,121,257,269xm505,-259v0,-105,-76,-191,-172,-191v-96,0,-176,86,-176,191v0,106,80,193,176,193v96,0,172,-87,172,-193"},"\u017d":{"d":"438,-918r-104,143r-74,0r-104,-143r77,0r64,91r64,-91r77,0xm555,-82r0,82r-528,0r0,-76r421,-537r-408,0r0,-81r513,0r0,78r-418,534r420,0","w":582,"k":{"\u00d8":15,"Q":15,"V":-20,"W":-20,"&":15,"*":-5,"@":25,"\\":-10,"}":-25,"]":-25,",":-15,"\u00a9":40,"\u2026":-15,"\u2014":35,"\u2013":35,"\u00ad":35,".":-15,"\u201d":-5,"\u2019":-5,"\u00ae":40,"\/":-5,"\u2122":-10,"v":20,"w":20,"\u00e3":20,"d":20,"\u010f":20,"\u0111":20,"\u0113":20,"\u00f8":20,"q":20,"A":-20,"\u00c4":-20,"\u00c5":-20,"\u00c6":-20,"\u00c0":-20,"\u00c3":-20,"\u00c2":-20,"\u00c1":-20,"\u0102":-20,"\u0100":-20,"\u0104":-20,"\u0410":-20,"C":15,"\u00c7":15,"\u0106":15,"\u010c":15,"\u0421":15,"G":15,"\u011e":15,"\u0122":15,"O":15,"\u00d6":15,"\u00d5":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d2":15,"\u0150":15,"\u014c":15,"\u041e":15,"\u0160":5,"S":5,"\u015a":5,"\uf6c1":5,"\u0405":5,"T":-15,"\u0164":-15,"\u021a":-15,"\u0422":-15,"\u00dd":-15,"Y":-15,"\u0178":-15,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"\u0103":20,"\u0101":20,"\u0105":20,"\u0430":20,"c":20,"\u00e7":20,"\u0107":20,"\u010d":20,"\u0441":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"\u011b":20,"\u0117":20,"\u0119":20,"\u0435":20,"\u0451":20,"g":20,"\u011f":20,"\u0123":20,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"\u0151":20,"\u014d":20,"\u043e":20,"\u0161":15,"s":15,"\u015b":15,"\uf6c2":15,"\u0455":15,"u":25,"\u00fa":25,"\u00f9":25,"\u00fb":25,"\u00fc":25,"\u0171":25,"\u016b":25,"\u0173":25,"\u016f":25,"x":-5,"\u0445":-5,"\u00fd":25,"y":25,"\u00ff":25,"\u0443":25,"\u045e":25,"\u017e":-5,"z":-5,"\u017a":-5,"\u017c":-5,"X":-10,"\u0425":-10,"\u017d":-10,"Z":-10,"\u0179":-10,"\u017b":-10,"\u00ab":50,"\u2039":50}},"\u017e":{"d":"389,-726r-104,143r-74,0r-104,-143r77,0r64,91r64,-91r77,0xm443,-82r0,82r-416,0r0,-71r296,-363r-288,0r0,-81r399,0r0,77r-293,356r302,0","w":470,"k":{"&":10,"*":-10,"\\":10,"\u2014":20,"\u2013":20,"\u00ad":20,"\u201c":-10,"\u201d":5,"\u2018":-10,"\u2019":5,"\/":-30,"\u2122":30,"w":-10,"x":-15,"\u0445":-15,"\u017e":-15,"z":-15,"\u017a":-15,"\u017c":-15,"\u00ab":10,"\u2039":10}},"\u00bd":{"d":"83,-608r-64,0r0,-41v38,-1,65,-13,68,-45r62,0r0,436r-66,0r0,-350xm528,-694r-408,706r-62,0r407,-706r63,0xm472,-64r226,0r0,64r-297,0v-10,-123,56,-171,137,-214v88,-47,102,-68,102,-105v0,-33,-20,-69,-77,-69v-58,0,-88,43,-88,94r-66,0v0,-85,57,-155,152,-155v100,0,146,67,146,130v0,83,-57,117,-137,160v-56,30,-90,55,-98,95","w":753},"\u00bc":{"d":"82,-608r-63,0r0,-41v37,-1,64,-13,67,-45r62,0r0,436r-66,0r0,-350xm527,-694r-408,706r-62,0r408,-706r62,0xm632,-95r-36,0r0,95r-66,0r0,-95r-201,0r0,-65r200,-276r67,0r0,278r36,0r0,63xm530,-158r0,-177r-128,177r128,0","w":678},"\u00b9":{"d":"149,-694r0,436r-66,0r0,-350r-64,0r0,-41v37,-1,65,-13,68,-45r62,0","w":230},"\u00be":{"d":"351,-389v0,83,-68,139,-158,139v-84,0,-153,-44,-158,-138r67,0v1,38,26,77,90,77v68,0,93,-42,93,-76v0,-33,-18,-72,-82,-72r-37,0r0,-62v61,6,104,-19,104,-58v0,-36,-23,-67,-74,-67v-49,0,-82,34,-82,79r-66,0v0,-76,54,-140,148,-140v93,0,140,59,140,124v0,38,-15,68,-48,86v40,20,63,55,63,108xm228,12r407,-706r62,0r-407,706r-62,0xm802,-95r-36,0r0,95r-66,0r0,-95r-200,0r0,-65r200,-276r66,0r0,278r36,0r0,63xm700,-158r0,-177r-128,177r128,0","w":833},"\u00b3":{"d":"352,-389v0,83,-68,139,-159,139v-84,0,-152,-44,-158,-138r67,0v1,38,26,77,90,77v68,0,93,-42,93,-76v0,-33,-17,-72,-82,-72r-36,0r0,-62v61,6,103,-19,103,-58v0,-36,-23,-67,-73,-67v-50,0,-83,34,-83,79r-66,0v0,-76,55,-140,148,-140v93,0,140,59,140,124v0,38,-15,68,-48,86v40,20,64,55,64,108","w":393},"\u00b2":{"d":"96,-321r225,0r0,63r-296,0v-10,-123,56,-171,138,-214v87,-47,102,-68,102,-105v0,-33,-20,-68,-78,-68v-59,0,-88,42,-88,93r-66,0v0,-85,57,-155,152,-155v100,0,145,68,145,130v0,83,-56,117,-136,160v-56,31,-90,56,-98,96","w":376},"\u00d7":{"d":"439,-12r-183,-183r-183,183r-58,-58r183,-183r-183,-182r58,-58r183,183r183,-183r57,58r-182,182r182,183","w":511},"!":{"d":"178,-694r0,517r-85,0r0,-517r85,0xm183,-99r0,99r-95,0r0,-99r95,0","w":271},"\"":{"d":"271,-694r-14,249r-52,0r-14,-249r80,0xm126,-694r-14,249r-52,0r-14,-249r80,0","w":317,"k":{"8":15,"7":-15,"6":15,"5":25,"4":80,"3":15,"1":-20,"0":10}},"#":{"d":"429,-448r-30,205r85,0r-11,79r-85,0r-19,127r-81,0r18,-127r-133,0r-19,127r-81,0r19,-127r-86,0r12,-79r85,0r30,-205r-85,0r11,-79r86,0r18,-130r82,0r-19,130r133,0r19,-130r82,0r-19,130r85,0r-12,79r-85,0xm348,-448r-134,0r-29,205r133,0","w":532,"k":{"9":-5,"8":10,"6":5,"5":10,"4":10,"2":-10,"1":-30}},"$":{"d":"461,-223v0,102,-85,171,-191,177r0,58r-57,0r0,-58v-107,-9,-193,-87,-190,-197r84,0v0,61,39,105,106,115r0,-192v-93,-21,-176,-63,-176,-163v0,-92,69,-157,176,-167r0,-61r57,0r0,62v110,11,175,85,175,183r-85,0v0,-57,-32,-93,-90,-102r0,175v121,27,191,66,191,170xm213,-406r0,-162v-58,8,-92,39,-92,83v0,34,22,59,92,79xm376,-221v0,-36,-12,-64,-106,-87r0,180v74,-8,106,-45,106,-93","w":493,"k":{"9":5,"7":30}},"%":{"d":"193,-694v92,0,168,75,168,168v0,93,-76,168,-168,168v-93,0,-169,-75,-169,-168v0,-93,76,-168,169,-168xm174,0r381,-694r81,0r-381,694r-81,0xm617,0v-93,0,-168,-75,-168,-168v0,-93,75,-169,168,-169v93,0,168,76,168,169v0,93,-75,168,-168,168xm193,-429v51,0,92,-43,92,-97v0,-53,-41,-97,-92,-97v-51,0,-93,44,-93,97v0,54,42,97,93,97xm617,-265v-51,0,-93,43,-93,97v0,53,42,97,93,97v51,0,93,-44,93,-97v0,-54,-42,-97,-93,-97","w":810,"k":{")":20}},"&":{"d":"536,-132r108,132r-109,0r-51,-62v-49,47,-115,74,-191,74v-131,0,-245,-87,-245,-210v0,-107,68,-165,149,-212v-35,-40,-68,-95,-68,-145v0,-88,72,-156,165,-156v93,0,158,61,158,149v0,79,-53,126,-130,171r155,188v11,-36,10,-78,10,-124r82,0v2,78,-3,140,-33,195xm216,-555v0,36,35,78,57,104v75,-43,95,-72,95,-109v0,-43,-30,-73,-75,-73v-42,0,-77,32,-77,78xm433,-123r-186,-226v-81,49,-113,94,-113,151v0,69,66,130,159,130v58,0,107,-20,140,-55","w":646,"k":{"\u0423":15,"\u040e":15,"\u00d8":15,"w":10,"v":25,"W":55,"V":70,"Q":15,"A":-30,"\u00c4":-30,"\u00c5":-30,"\u00c6":-30,"\u00c0":-30,"\u00c3":-30,"\u00c2":-30,"\u00c1":-30,"\u0102":-30,"\u0100":-30,"\u0104":-30,"\u0410":-30,"C":15,"\u00c7":15,"\u0106":15,"\u010c":15,"\u0421":15,"G":15,"\u011e":15,"\u0122":15,"J":-15,"\u0408":-15,"O":15,"\u00d6":15,"\u00d5":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d2":15,"\u0150":15,"\u014c":15,"\u041e":15,"T":85,"\u0164":85,"\u021a":85,"\u0422":85,"\u00dd":95,"Y":95,"\u0178":95,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"x":-10,"\u0445":-10,"\u00fd":15,"y":15,"\u00ff":15,"\u0443":15,"\u045e":15,"\u017e":-10,"z":-10,"\u017a":-10,"\u017c":-10,"X":-20,"\u0425":-20,"\u017d":-20,"Z":-20,"\u0179":-20,"\u017b":-20,"U":15,"\u00dc":15,"\u00da":15,"\u00db":15,"\u00d9":15,"\u0170":15,"\u016a":15,"\u0172":15,"\u016e":15,"t":15,"\u0165":15,"\u021b":15}},"'":{"d":"126,-694r-14,249r-52,0r-14,-249r80,0","w":172,"k":{"8":15,"7":-15,"6":15,"5":25,"4":80,"3":15,"1":-20,"0":10}},"(":{"d":"227,-790r75,0v-94,124,-152,282,-152,453v0,171,58,330,152,453r-75,0v-101,-104,-169,-280,-169,-453v0,-172,68,-348,169,-453","w":314,"k":{"\u0491":10,"\u045f":10,"\u045a":10,"\u0454":10,"\u0453":10,"\u044e":10,"\u044d":10,"\u044c":10,"\u044b":10,"\u044a":25,"\u0449":10,"\u0448":10,"\u0447":15,"\u0446":10,"\u0444":10,"\u0442":30,"\u043f":10,"\u043d":10,"\u043c":10,"\u0439":10,"\u0438":10,"\u0434":-20,"\u0433":10,"\u0432":10,"\u0431":10,"\u042f":10,"\u042d":10,"\u0427":15,"\u0424":40,"\u0423":10,"\u041b":10,"\u0417":15,"\u0414":-10,"\u040e":10,"\u0409":10,"\u0404":10,"\u0113":20,"\u0111":20,"\u010f":20,"\u00b1":10,"\u221e":10,"\u201e":-5,"\u201a":-5,"\ufb02":10,"\ufb01":10,"\u2018":10,"\u201c":10,"\u2014":20,"\u2013":20,"\u0192":10,"\u00bf":20,"\u00f8":20,"\u00d8":10,"\u00a3":10,"\u00a2":10,"\u00e3":20,"w":15,"v":20,"q":20,"d":20,"W":-10,"V":-10,"Q":10,"?":15,"9":30,"8":35,"6":30,"5":20,"4":40,"3":20,"0":40,"-":20,")":-40,"&":20,"%":20,"C":10,"\u00c7":10,"\u0106":10,"\u010c":10,"\u0421":10,"G":10,"\u011e":10,"\u0122":10,"J":15,"\u0408":15,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0150":10,"\u014c":10,"\u041e":10,"\u0160":20,"S":20,"\u015a":20,"\uf6c1":20,"\u0405":20,"\u00dd":-5,"Y":-5,"\u0178":-5,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"\u0103":20,"\u0101":20,"\u0105":20,"\u0430":20,"c":20,"\u00e7":20,"\u0107":20,"\u010d":20,"\u0441":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"\u011b":20,"\u0117":20,"\u0119":20,"\u0435":20,"\u0451":20,"j":-10,"\u0458":-10,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"\u0151":20,"\u014d":20,"\u043e":20,"\u0161":20,"s":20,"\u015b":20,"\uf6c2":20,"\u0455":20,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u0171":15,"\u016b":15,"\u0173":15,"\u016f":15,"\u00fd":15,"y":15,"\u00ff":15,"\u0443":15,"\u045e":15,"\u00ab":15,"\u2039":15,"U":10,"\u00dc":10,"\u00da":10,"\u00db":10,"\u00d9":10,"\u0170":10,"\u016a":10,"\u0172":10,"\u016e":10,"t":15,"\u0165":15,"\u021b":15,"f":10,"\u2260":10}},")":{"d":"87,-790v101,105,169,281,169,453v0,173,-68,349,-169,453r-74,0v94,-123,151,-282,151,-453v0,-171,-57,-329,-151,-453r74,0","w":314},"*":{"d":"321,-530r-101,-1r53,86r-51,29r-48,-89r-49,89r-50,-29r52,-86r-101,2r0,-58r101,2r-52,-87r50,-28r48,88r49,-88r51,28r-53,87r101,-2r0,57","w":347,"k":{"\u045b":-30,"\u0459":75,"\u0454":45,"\u0452":-30,"\u044f":20,"\u044d":15,"\u0447":-10,"\u0444":45,"\u0442":-20,"\u043b":75,"\u0437":20,"\u0434":90,"\u042d":-10,"\u0424":20,"\u041b":100,"\u0416":10,"\u0414":105,"\u040b":-30,"\u0409":100,"\u0404":10,"\u0402":-30,"\u0113":45,"\u0111":45,"\u010f":45,"\u00f8":45,"\u00d8":10,"\u00e3":45,"w":-20,"v":-20,"q":45,"d":45,"W":-20,"V":-15,"Q":10,"A":100,"\u00c4":100,"\u00c5":100,"\u00c6":100,"\u00c0":100,"\u00c3":100,"\u00c2":100,"\u00c1":100,"\u0102":100,"\u0100":100,"\u0104":100,"\u0410":100,"J":150,"\u0408":150,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0150":10,"\u014c":10,"\u041e":10,"T":-30,"\u0164":-30,"\u021a":-30,"\u0422":-30,"\u00dd":-15,"Y":-15,"\u0178":-15,"a":45,"\u00e1":45,"\u00e0":45,"\u00e2":45,"\u00e4":45,"\u00e5":45,"\u00e6":45,"\u0103":45,"\u0101":45,"\u0105":45,"\u0430":45,"c":45,"\u00e7":45,"\u0107":45,"\u010d":45,"\u0441":45,"e":45,"\u00e9":45,"\u00e8":45,"\u00ea":45,"\u00eb":45,"\u011b":45,"\u0117":45,"\u0119":45,"\u0435":45,"\u0451":45,"g":45,"\u011f":45,"\u0123":45,"o":45,"\u00f3":45,"\u00f2":45,"\u00f4":45,"\u00f6":45,"\u00f5":45,"\u0153":45,"\u0151":45,"\u014d":45,"\u043e":45,"\u0161":30,"s":30,"\u015b":30,"\uf6c2":30,"\u0455":30,"x":-20,"\u0445":-20,"\u017e":-10,"z":-10,"\u017a":-10,"\u017c":-10,"X":-10,"\u0425":-10}},"+":{"d":"468,-235r-171,0r0,172r-84,0r0,-172r-171,0r0,-82r171,0r0,-172r84,0r0,172r171,0r0,82","w":509,"k":{"9":15,"7":40,"5":5,"3":10,"1":20}},",":{"d":"50,-103r100,0r0,126v0,68,-47,101,-93,105r0,-43v40,-6,54,-38,50,-85r-57,0r0,-103","w":200,"k":{"\u0459":-15,"\u0454":20,"\u044a":90,"\u0447":80,"\u0444":20,"\u0442":115,"\u043b":-15,"\u0434":-20,"\u0431":30,"\u042d":10,"\u042a":110,"\u0429":40,"\u0428":40,"\u0427":130,"\u0426":40,"\u0424":70,"\u0423":30,"\u041b":-10,"\u040e":30,"\u040b":110,"\u0409":-10,"\u0404":40,"\u0402":110,"\u0113":20,"\u0111":10,"\u010f":10,"\u00f8":20,"\u00d8":40,"\u00e3":20,"w":50,"v":50,"q":20,"d":10,"W":80,"V":100,"Q":40,"9":15,"7":30,"6":30,"5":10,"4":20,"3":10,"2":-15,"1":30,"0":30,"A":-20,"\u00c4":-20,"\u00c5":-20,"\u00c6":-20,"\u00c0":-20,"\u00c3":-20,"\u00c2":-20,"\u00c1":-20,"\u0102":-20,"\u0100":-20,"\u0104":-20,"\u0410":-20,"C":40,"\u00c7":40,"\u0106":40,"\u010c":40,"\u0421":40,"G":40,"\u011e":40,"\u0122":40,"O":40,"\u00d6":40,"\u00d5":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d2":40,"\u0150":40,"\u014c":40,"\u041e":40,"T":110,"\u0164":110,"\u021a":110,"\u0422":110,"\u00dd":100,"Y":100,"\u0178":100,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"\u0103":20,"\u0101":20,"\u0105":20,"\u0430":20,"c":20,"\u00e7":20,"\u0107":20,"\u010d":20,"\u0441":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"\u011b":20,"\u0117":20,"\u0119":20,"\u0435":20,"\u0451":20,"g":10,"\u011f":10,"\u0123":10,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"\u0151":20,"\u014d":20,"\u043e":20,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"X":-10,"\u0425":-10,"\u017d":-10,"Z":-10,"\u0179":-10,"\u017b":-10,"U":30,"\u00dc":30,"\u00da":30,"\u00db":30,"\u00d9":30,"\u0170":30,"\u016a":30,"\u0172":30,"\u016e":30,"t":30,"\u0165":30,"\u021b":30}},"-":{"d":"315,-235r-271,0r0,-82r271,0r0,82","w":359,"k":{"\u0459":30,"\u044a":65,"\u0442":50,"\u043b":30,"\u0434":45,"\u042a":110,"\u0427":35,"\u0423":20,"\u041b":70,"\u0416":20,"\u0414":65,"\u040e":20,"\u040b":90,"\u0409":70,"\u0402":90,"}":20,"w":10,"v":10,"]":20,"W":40,"V":55,"9":10,"7":40,"5":10,"4":-10,"1":20,")":20}},"\u00ad":{"d":"315,-235r-271,0r0,-82r271,0r0,82","w":359,"k":{"A":25,"\u00c4":25,"\u00c5":25,"\u00c6":25,"\u00c0":25,"\u00c3":25,"\u00c2":25,"\u00c1":25,"\u0102":25,"\u0100":25,"\u0104":25,"\u0410":25,"J":-10,"\u0408":-10,"T":90,"\u0164":90,"\u021a":90,"\u0422":90,"\u00dd":90,"Y":90,"\u0178":90,"x":40,"\u0445":40,"\u017e":5,"z":5,"\u017a":5,"\u017c":5,"X":50,"\u0425":50,"\u017d":30,"Z":30,"\u0179":30,"\u017b":30,"t":5,"\u0165":5,"\u021b":5}},".":{"d":"150,-103r0,103r-100,0r0,-103r100,0","w":200,"k":{"\u0459":-15,"\u0454":20,"\u044a":90,"\u0447":80,"\u0444":20,"\u0442":115,"\u043b":-15,"\u0434":-20,"\u0431":30,"\u042d":10,"\u042a":110,"\u0429":40,"\u0428":40,"\u0427":130,"\u0426":40,"\u0424":70,"\u0423":30,"\u041b":-10,"\u040e":30,"\u040b":110,"\u0409":-10,"\u0404":40,"\u0402":110,"\u0113":20,"\u0111":10,"\u010f":10,"\u00f8":20,"\u00d8":40,"\u00e3":20,"w":50,"v":50,"q":20,"d":10,"W":80,"V":100,"Q":40,"9":15,"7":30,"6":30,"5":10,"4":20,"3":10,"2":-15,"1":30,"0":30,"A":-20,"\u00c4":-20,"\u00c5":-20,"\u00c6":-20,"\u00c0":-20,"\u00c3":-20,"\u00c2":-20,"\u00c1":-20,"\u0102":-20,"\u0100":-20,"\u0104":-20,"\u0410":-20,"C":40,"\u00c7":40,"\u0106":40,"\u010c":40,"\u0421":40,"G":40,"\u011e":40,"\u0122":40,"O":40,"\u00d6":40,"\u00d5":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d2":40,"\u0150":40,"\u014c":40,"\u041e":40,"T":110,"\u0164":110,"\u021a":110,"\u0422":110,"\u00dd":100,"Y":100,"\u0178":100,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"\u0103":20,"\u0101":20,"\u0105":20,"\u0430":20,"c":20,"\u00e7":20,"\u0107":20,"\u010d":20,"\u0441":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"\u011b":20,"\u0117":20,"\u0119":20,"\u0435":20,"\u0451":20,"g":10,"\u011f":10,"\u0123":10,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"\u0151":20,"\u014d":20,"\u043e":20,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"X":-10,"\u0425":-10,"\u017d":-10,"Z":-10,"\u0179":-10,"\u017b":-10,"U":30,"\u00dc":30,"\u00da":30,"\u00db":30,"\u00d9":30,"\u0170":30,"\u016a":30,"\u0172":30,"\u016e":30,"t":30,"\u0165":30,"\u021b":30}},"\/":{"d":"291,-744r-211,744r-84,0r210,-744r85,0","w":274,"k":{"\u0491":35,"\u045f":35,"\u045b":-40,"\u045a":35,"\u0459":60,"\u0454":50,"\u0453":35,"\u0452":-40,"\u044f":30,"\u044e":35,"\u044d":35,"\u044c":35,"\u044b":35,"\u044a":10,"\u0449":35,"\u0448":35,"\u0447":10,"\u0446":35,"\u0444":50,"\u043f":35,"\u043d":35,"\u043c":35,"\u043b":60,"\u0439":35,"\u0438":35,"\u0437":30,"\u0434":80,"\u0433":35,"\u0432":35,"\u042f":10,"\u042a":-30,"\u041b":65,"\u0417":10,"\u0414":70,"\u040b":-30,"\u0409":65,"\u0404":20,"\u0402":-30,"\u0113":50,"\u0111":50,"\u010f":50,"\u00b1":10,"\u221e":10,"\ufb02":10,"\ufb01":10,"\u00f8":50,"\u00d8":20,"\u00e3":50,"w":10,"v":10,"q":50,"d":50,"W":-20,"V":-30,"Q":20,"9":5,"8":20,"7":-30,"6":25,"5":10,"4":60,"3":10,"2":10,"1":-15,"0":10,"A":60,"\u00c4":60,"\u00c5":60,"\u00c6":60,"\u00c0":60,"\u00c3":60,"\u00c2":60,"\u00c1":60,"\u0102":60,"\u0100":60,"\u0104":60,"\u0410":60,"C":20,"\u00c7":20,"\u0106":20,"\u010c":20,"\u0421":20,"G":20,"\u011e":20,"\u0122":20,"J":75,"\u0408":75,"O":20,"\u00d6":20,"\u00d5":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d2":20,"\u0150":20,"\u014c":20,"\u041e":20,"\u0160":15,"S":15,"\u015a":15,"\uf6c1":15,"\u0405":15,"T":-30,"\u0164":-30,"\u021a":-30,"\u0422":-30,"\u00dd":-25,"Y":-25,"\u0178":-25,"a":50,"\u00e1":50,"\u00e0":50,"\u00e2":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"\u0103":50,"\u0101":50,"\u0105":50,"\u0430":50,"c":50,"\u00e7":50,"\u0107":50,"\u010d":50,"\u0441":50,"e":50,"\u00e9":50,"\u00e8":50,"\u00ea":50,"\u00eb":50,"\u011b":50,"\u0117":50,"\u0119":50,"\u0435":50,"\u0451":50,"g":50,"\u011f":50,"\u0123":50,"m":25,"n":25,"\u00f1":25,"\u0144":25,"\u0148":25,"\u0146":25,"o":50,"\u00f3":50,"\u00f2":50,"\u00f4":50,"\u00f6":50,"\u00f5":50,"\u0153":50,"\u0151":50,"\u014d":50,"\u043e":50,"p":25,"\u0440":25,"r":25,"\u0155":25,"\u0159":25,"\u0157":25,"\u0161":40,"s":40,"\u015b":40,"\uf6c2":40,"\u0455":40,"u":25,"\u00fa":25,"\u00f9":25,"\u00fb":25,"\u00fc":25,"\u0171":25,"\u016b":25,"\u0173":25,"\u016f":25,"x":10,"\u0445":10,"\u00fd":25,"y":25,"\u00ff":25,"\u0443":25,"\u045e":25,"\u017e":10,"z":10,"\u017a":10,"\u017c":10,"X":-10,"\u0425":-10,"t":10,"\u0165":10,"\u021b":10,"f":10,"\u2260":10}},"0":{"d":"300,12v-142,0,-254,-120,-254,-362v0,-242,112,-361,254,-361v143,0,255,119,255,361v0,242,-112,362,-255,362xm300,-633v-102,0,-170,101,-170,283v0,183,68,284,170,284v103,0,170,-101,170,-284v0,-182,-67,-283,-170,-283","w":601,"k":{"\u2026":30,"\u00b0":10,"}":20,"]":20,"?":10,"7":30,"\/":10,".":30,",":30,")":40,"'":10,"\"":10,"!":10}},"1":{"d":"131,-554r-102,0r0,-66v59,-2,104,-22,109,-74r78,0r0,694r-85,0r0,-554","w":337,"k":{"\u00b0":20,"1":-60,"'":20,"\"":20}},"2":{"d":"295,-257v-94,53,-163,103,-170,175r383,0r0,82r-473,0v-13,-188,92,-260,219,-328v139,-76,173,-111,173,-182v0,-56,-34,-123,-141,-123v-103,0,-149,75,-151,164r-87,0v1,-130,84,-242,238,-242v142,0,226,90,226,201v0,127,-83,178,-217,253","w":558,"k":{"\u2013":35,"\u2026":-5,"\u00a2":15,"=":10,"<":40,"9":-5,"8":10,"6":10,"5":15,"4":50,"3":5,".":-5,"-":35,",":-5,"+":40,"%":-5,"#":10,"!":10}},"3":{"d":"529,-204v0,120,-95,216,-248,216v-160,0,-238,-96,-246,-215r88,0v8,78,48,136,158,136v99,0,163,-59,163,-137v0,-65,-31,-128,-171,-128r-32,0r0,-78v130,0,178,-41,178,-111v0,-67,-46,-112,-133,-112v-101,0,-142,67,-142,138r-88,0v0,-126,94,-216,230,-216v140,0,218,83,218,190v0,65,-30,115,-86,142v72,27,111,88,111,175","w":570,"k":{"\u2026":10,"\u00b0":20,"}":10,"]":10,"?":10,";":10,":":10,"7":10,".":10,",":10,")":25,"'":20,"%":10,"\"":20}},"4":{"d":"458,-245r66,0r0,82r-66,0r0,163r-85,0r0,-163r-350,0r0,-75r345,-456r90,0r0,449xm373,-245r0,-327r-249,327r249,0","w":555,"k":{"\u00b0":30,"?":35,"8":-10,"5":-5,"4":-10,"2":-15,"\/":-10,")":15,"'":30,"%":20,"#":-20,"\"":30}},"5":{"d":"510,-226v0,147,-110,238,-238,238v-145,0,-225,-96,-234,-194r88,0v8,57,56,113,146,113v92,0,154,-66,154,-157v0,-91,-59,-156,-146,-156v-56,0,-110,32,-142,79r-75,-29r46,-362r360,0r0,81r-285,0r-26,193v33,-25,80,-42,130,-42v131,0,222,99,222,236","w":546,"k":{"\u2026":10,"\u00b0":40,"}":10,"]":10,"?":30,">":5,";":10,":":10,"9":10,"7":15,"5":5,"4":-10,"2":-5,".":10,",":10,")":25,"'":25,"%":25,"#":-15,"\"":25}},"6":{"d":"303,-473v134,-1,232,106,232,243v0,136,-102,244,-236,242v-169,-3,-253,-140,-253,-326v0,-215,75,-392,260,-397v116,-3,200,77,217,183r-87,0v-12,-49,-45,-105,-130,-105v-102,0,-161,103,-173,248v41,-57,110,-88,170,-88xm450,-230v0,-93,-54,-164,-148,-164v-86,0,-157,69,-157,164v0,96,64,164,157,164v90,0,148,-66,148,-164","w":570,"k":{"\u2026":15,"\u00b0":10,"}":10,"]":10,">":5,"7":10,".":15,",":15,")":25,"'":10,"#":-15,"\"":10}},"7":{"d":"483,-617v-160,126,-261,361,-274,617r-86,0v11,-233,99,-475,241,-612r-347,0r0,-82r466,0r0,77","w":508,"k":{"\u2013":80,"\u2026":120,"\u00ae":20,"\u00a2":90,"@":40,">":10,"=":60,"<":80,";":45,":":45,"9":5,"8":10,"7":-15,"6":40,"5":30,"4":90,"3":20,"2":10,"1":-25,"0":30,"\/":80,".":120,"-":80,",":120,"+":80,")":10,"'":-10,"#":45,"\"":-10,"!":20}},"8":{"d":"519,-202v0,117,-99,214,-242,214v-143,0,-242,-97,-242,-214v0,-78,41,-142,105,-179v-47,-34,-77,-85,-77,-145v0,-102,87,-185,214,-185v128,0,214,83,214,185v0,60,-30,111,-77,145v64,37,105,101,105,179xm148,-525v1,144,257,145,258,0v0,-63,-53,-108,-129,-108v-76,0,-129,45,-129,108xm434,-203v0,-80,-64,-137,-157,-137v-92,0,-157,57,-157,137v1,182,313,183,314,0","w":554,"k":{"\u00b0":15,"}":15,"]":15,"?":20,"7":15,"6":5,"3":5,")":35,"'":20,"#":-10,"\"":20,"!":10}},"9":{"d":"273,-711v169,0,251,148,251,340v0,240,-87,383,-254,383v-125,0,-199,-75,-218,-167r87,0v13,45,54,87,132,87v127,0,163,-133,171,-245v-28,50,-101,85,-168,85v-137,0,-236,-101,-236,-241v0,-142,100,-242,235,-242xm428,-469v0,-93,-63,-164,-154,-164v-90,0,-151,66,-151,164v0,95,58,164,151,164v93,0,154,-69,154,-164","w":570,"k":{"\u2026":30,"\u00b0":10,"}":20,"]":20,"?":15,"7":25,"5":10,"4":5,"3":10,"2":10,"\/":20,".":30,",":30,")":35,"'":20,"#":15,"\"":20}},":":{"d":"163,-497r0,103r-100,0r0,-103r100,0xm163,-103r0,103r-100,0r0,-103r100,0","w":227,"k":{"\u042a":70,"\u0427":10,"\u0423":5,"\u041b":-10,"\u040e":5,"\u040b":50,"\u0409":-10,"\u0402":50,"w":-10,"v":-5,"W":20,"V":25,"7":35,"4":10,"A":-20,"\u00c4":-20,"\u00c5":-20,"\u00c6":-20,"\u00c0":-20,"\u00c3":-20,"\u00c2":-20,"\u00c1":-20,"\u0102":-20,"\u0100":-20,"\u0104":-20,"\u0410":-20,"T":50,"\u0164":50,"\u021a":50,"\u0422":50,"\u00dd":55,"Y":55,"\u0178":55,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"U":5,"\u00dc":5,"\u00da":5,"\u00db":5,"\u00d9":5,"\u0170":5,"\u016a":5,"\u0172":5,"\u016e":5}},";":{"d":"163,-497r0,103r-100,0r0,-103r100,0xm63,-103r100,0r0,126v0,68,-46,101,-93,105r0,-43v40,-6,54,-38,50,-85r-57,0r0,-103","w":227,"k":{"\u042a":70,"\u0427":10,"\u0423":5,"\u041b":-10,"\u040e":5,"\u040b":50,"\u0409":-10,"\u0402":50,"w":-10,"v":-5,"W":20,"V":25,"7":35,"4":10}},"\u037e":{"d":"163,-497r0,103r-100,0r0,-103r100,0xm63,-103r100,0r0,126v0,68,-46,101,-93,105r0,-43v40,-6,54,-38,50,-85r-57,0r0,-103","w":227,"k":{"A":-20,"\u00c4":-20,"\u00c5":-20,"\u00c6":-20,"\u00c0":-20,"\u00c3":-20,"\u00c2":-20,"\u00c1":-20,"\u0102":-20,"\u0100":-20,"\u0104":-20,"\u0410":-20,"T":50,"\u0164":50,"\u021a":50,"\u0422":50,"\u00dd":55,"Y":55,"\u0178":55,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"U":5,"\u00dc":5,"\u00da":5,"\u00db":5,"\u00d9":5,"\u0170":5,"\u016a":5,"\u0172":5,"\u016e":5}},"<":{"d":"114,-276r304,132r0,89r-387,-175r0,-92r387,-174r0,89","w":450,"k":{"7":20,"2":-10}},"=":{"d":"440,-333r-396,0r0,-82r396,0r0,82xm440,-219r0,81r-396,0r0,-81r396,0","w":484,"k":{"9":5,"7":30,"1":20}},">":{"d":"340,-275v0,-1,-305,-132,-305,-132r0,-89r388,174r0,92r-388,175r0,-89","w":454,"k":{"9":10,"7":30,"4":-10,"2":10,"1":20}},"?":{"d":"476,-517v0,97,-60,143,-109,178v-59,42,-91,71,-85,162r-82,0v-7,-124,50,-173,117,-223v48,-36,75,-62,75,-114v0,-72,-45,-116,-135,-116v-87,0,-141,50,-141,124r-85,0v0,-110,86,-205,226,-205v139,0,219,86,219,194xm289,-99r0,99r-96,0r0,-99r96,0","w":522,"k":{"}":20,"]":20,"0":10,")":20}},"@":{"d":"494,-289v-11,38,7,57,36,57v58,0,114,-67,114,-170v0,-127,-89,-238,-251,-238v-158,0,-280,139,-280,295v0,166,112,287,279,287v88,0,168,-36,220,-91r92,0v-64,101,-178,161,-312,161v-206,0,-354,-146,-354,-357v0,-210,166,-366,355,-366v193,0,326,128,326,312v0,147,-103,236,-188,236v-54,0,-86,-28,-98,-65v-33,40,-80,65,-125,65v-83,0,-144,-82,-109,-201v30,-104,120,-180,199,-180v41,0,73,20,88,53r12,-40r72,0v-17,51,-76,242,-76,242xm439,-360v14,-53,6,-113,-44,-113v-52,0,-110,61,-126,128v-17,69,10,110,54,110v60,0,100,-63,116,-125","w":756,"k":{"\u0447":-10,"\u0437":10,"\u0434":30,"\u042a":30,"\u0427":10,"\u041b":30,"\u0416":20,"\u0414":15,"\u040b":20,"\u0409":30,"\u0402":20,"\u0113":5,"\u0111":5,"\u010f":5,"w":-15,"v":-15,"d":5,"V":10,"7":25,"A":30,"\u00c4":30,"\u00c5":30,"\u00c6":30,"\u00c0":30,"\u00c3":30,"\u00c2":30,"\u00c1":30,"\u0102":30,"\u0100":30,"\u0104":30,"\u0410":30,"T":20,"\u0164":20,"\u021a":20,"\u0422":20,"\u00dd":40,"Y":40,"\u0178":40,"c":5,"\u00e7":5,"\u0107":5,"\u010d":5,"\u0441":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"\u011b":5,"\u0117":5,"\u0119":5,"\u0435":5,"\u0451":5,"\u017e":-5,"z":-5,"\u017a":-5,"\u017c":-5,"X":25,"\u0425":25,"\u017d":10,"Z":10,"\u0179":10,"\u017b":10}},"A":{"d":"453,-202r-281,0r-74,202r-92,0r262,-694r96,0r257,694r-95,0xm425,-281r-111,-309r-113,309r224,0","w":627},"B":{"d":"598,-203v0,114,-83,203,-216,203r-301,0r0,-694r299,0v123,0,199,74,199,187v0,52,-27,110,-87,141v75,26,106,91,106,163xm166,-613r0,210r217,0v52,0,111,-28,111,-105v0,-74,-45,-105,-114,-105r-214,0xm513,-202v0,-167,-198,-110,-347,-120r0,240r220,0v74,0,127,-45,127,-120","w":640,"k":{"V":10,"W":15,"\\":10,":":10,"\u037e":10,"\u2122":20,"v":10,"w":5,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,")":10,"T":20,"\u0164":20,"\u021a":20,"\u0422":20,"\u00dd":25,"Y":25,"\u0178":25,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"x":20,"\u0445":20,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"X":15,"\u0425":15,"\u017d":10,"Z":10,"\u0179":10,"\u017b":10,"U":5,"\u00dc":5,"\u00da":5,"\u00db":5,"\u00d9":5,"\u0170":5,"\u016a":5,"\u0172":5,"\u016e":5,"k":5,"\u0137":5}},"C":{"d":"702,-220v-47,141,-169,232,-318,232v-190,0,-344,-162,-344,-362v0,-199,154,-361,344,-361v158,0,274,94,318,231r-89,0v-38,-87,-116,-150,-229,-150v-143,0,-260,127,-260,280v0,153,117,280,260,280v102,0,187,-58,229,-150r89,0","w":727,"k":{"W":-10,"&":-15,"*":-20,",":10,"\u2026":10,"\u2014":-15,"\u2013":-15,"\u00ad":-15,".":10,"?":-15,"\u201c":-15,"\u201d":-10,"\u2018":-15,"\u2019":-10,"\/":-5,"\u2122":20,"v":-15,"w":-15,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"\u00e3":-10,"d":-10,"\u010f":-10,"\u0111":-10,"\u0113":-10,"!":-10,"\u00f8":-10,"q":-10,"T":15,"\u0164":15,"\u021a":15,"\u0422":15,"\u00dd":15,"Y":15,"\u0178":15,"a":-10,"\u00e1":-10,"\u00e0":-10,"\u00e2":-10,"\u00e4":-10,"\u00e5":-10,"\u00e6":-10,"\u0103":-10,"\u0101":-10,"\u0105":-10,"\u0430":-10,"c":-10,"\u00e7":-10,"\u0107":-10,"\u010d":-10,"\u0441":-10,"e":-10,"\u00e9":-10,"\u00e8":-10,"\u00ea":-10,"\u00eb":-10,"\u011b":-10,"\u0117":-10,"\u0119":-10,"\u0435":-10,"\u0451":-10,"g":-10,"\u011f":-10,"\u0123":-10,"o":-10,"\u00f3":-10,"\u00f2":-10,"\u00f4":-10,"\u00f6":-10,"\u00f5":-10,"\u0153":-10,"\u0151":-10,"\u014d":-10,"\u043e":-10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"\u017e":-5,"z":-5,"\u017a":-5,"\u017c":-5,"X":15,"\u0425":15,"\u017d":10,"Z":10,"\u0179":10,"\u017b":10,"\u00bb":-20,"\u203a":-20,"k":5,"\u0137":5}},"D":{"d":"81,0r0,-694r257,0v192,0,315,131,315,346v0,215,-123,348,-315,348r-257,0xm338,-613r-172,0r0,531r172,0v128,0,228,-79,228,-266v0,-190,-101,-265,-228,-265","w":692,"k":{"V":20,"W":15,"&":5,"\\":20,",":25,"\u00a9":-5,"\u2026":25,".":25,"?":10,"\u201d":10,"\u2019":10,"\u00ae":-5,"\u2122":45,"w":-5,")":10,"A":20,"\u00c4":20,"\u00c5":20,"\u00c6":20,"\u00c0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u0102":20,"\u0100":20,"\u0104":20,"\u0410":20,"J":10,"\u0408":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":40,"\u0164":40,"\u021a":40,"\u0422":40,"\u00dd":50,"Y":50,"\u0178":50,"x":5,"\u0445":5,"X":35,"\u0425":35,"\u017d":15,"Z":15,"\u0179":15,"\u017b":15}},"E":{"d":"81,-694r496,0r0,81r-411,0r0,210r371,0r0,81r-371,0r0,240r411,0r0,82r-496,0r0,-694","w":620,"k":{"\u00d8":10,"Q":10,"V":-15,"W":-10,"&":10,"*":-5,"@":5,"\\":-15,"}":-20,"]":-20,":":-5,"\u201c":-20,"\u201d":-10,"\u2018":-20,"\u2019":-10,"\u037e":-5,"\/":-20,"v":30,"w":25,")":-10,"\u00e3":10,"d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u00f8":10,"q":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-80,"\u012f":5,"C":10,"\u00c7":10,"\u0106":10,"\u010c":10,"\u0421":10,"G":10,"\u011e":10,"\u0122":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0150":10,"\u014c":10,"\u041e":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":-10,"\u0164":-10,"\u021a":-10,"\u0422":-10,"\u00dd":-15,"Y":-15,"\u0178":-15,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u0430":10,"c":10,"\u00e7":10,"\u0107":10,"\u010d":10,"\u0441":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"\u011b":10,"\u0117":10,"\u0119":10,"\u0435":10,"\u0451":10,"g":10,"\u011f":10,"\u0123":10,"j":10,"\u0458":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0151":10,"\u014d":10,"\u043e":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"X":-20,"\u0425":-20,"\u017d":-15,"Z":-15,"\u0179":-15,"\u017b":-15,"D":10,"\u010e":10}},"F":{"d":"166,-613r0,210r348,0r0,79r-348,0r0,324r-85,0r0,-694r473,0r0,81r-388,0","w":585,"k":{"\u012f":15,"\u012b":-80,"\u0113":10,"\u0111":10,"\u010f":10,"\u0131":30,"\u2019":-20,"\u2018":-30,"\u201d":-20,"\u201c":-30,"\u2014":10,"\u2013":10,"\u2026":130,"\u00f8":10,"\u00d8":5,"\u2122":-10,"\u00ef":-15,"\u00ee":15,"\u00ec":15,"\u00ed":35,"\u00e3":10,"}":-20,"w":20,"v":25,"q":10,"i":15,"d":10,"]":-20,"\\":-20,"W":-10,"V":-10,"Q":5,"?":-10,";":15,":":15,"\/":50,".":130,"-":10,",":130,"*":-10,")":-10,"&":20,"A":60,"\u00c4":60,"\u00c5":60,"\u00c6":60,"\u00c0":60,"\u00c3":60,"\u00c2":60,"\u00c1":60,"\u0102":60,"\u0100":60,"\u0104":60,"\u0410":60,"C":5,"\u00c7":5,"\u0106":5,"\u010c":5,"\u0421":5,"G":5,"\u011e":5,"\u0122":5,"J":40,"\u0408":40,"O":5,"\u00d6":5,"\u00d5":5,"\u0152":5,"\u00d3":5,"\u00d4":5,"\u00d2":5,"\u0150":5,"\u014c":5,"\u041e":5,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":-10,"\u0164":-10,"\u021a":-10,"\u0422":-10,"\u00dd":-5,"Y":-5,"\u0178":-5,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u0430":10,"c":10,"\u00e7":10,"\u0107":10,"\u010d":10,"\u0441":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"\u011b":10,"\u0117":10,"\u0119":10,"\u0435":10,"\u0451":10,"g":10,"\u011f":10,"\u0123":10,"j":10,"\u0458":10,"m":20,"n":20,"\u00f1":20,"\u0144":20,"\u0148":20,"\u0146":20,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0151":10,"\u014d":10,"\u043e":10,"p":20,"\u0440":20,"r":20,"\u0155":20,"\u0159":20,"\u0157":20,"\u0161":15,"s":15,"\u015b":15,"\uf6c2":15,"\u0455":15,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"x":40,"\u0445":40,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"\u017e":25,"z":25,"\u017a":25,"\u017c":25}},"G":{"d":"390,-378r332,0r0,378r-82,0r0,-118v-50,75,-137,130,-255,130v-191,0,-345,-162,-345,-362v0,-199,154,-361,345,-361v148,0,268,89,319,231r-90,0v-44,-93,-127,-149,-229,-149v-144,0,-261,127,-261,279v0,153,117,280,261,280v148,0,239,-110,254,-226r-249,0r0,-82","w":777,"k":{"V":20,"W":10,"*":15,"\\":30,"?":10,"\u201c":25,"\u201d":30,"\u2018":25,"\u2019":30,"\/":-10,"\u2122":60,"v":15,"T":35,"\u0164":35,"\u021a":35,"\u0422":35,"\u00dd":45,"Y":45,"\u0178":45,"m":-5,"n":-5,"\u00f1":-5,"\u0144":-5,"\u0148":-5,"\u0146":-5,"p":-5,"\u0440":-5,"r":-5,"\u0155":-5,"\u0159":-5,"\u0157":-5}},"H":{"d":"546,-694r84,0r0,694r-84,0r0,-323r-380,0r0,323r-85,0r0,-694r85,0r0,289r380,0r0,-289","w":712},"I":{"d":"170,-694r0,694r-85,0r0,-694r85,0","w":255,"k":{"v":10,"w":5,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":5,"\u012f":5,"J":10,"\u0408":10,"\u00dd":5,"Y":5,"\u0178":5,"j":10,"\u0458":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"k":10,"\u0137":10}},"J":{"d":"479,-235v0,145,-84,247,-232,247v-134,0,-232,-102,-232,-232r84,0v0,81,54,150,148,150v99,0,148,-66,148,-165r0,-459r84,0r0,459","w":544,"k":{",":20,"\u2026":20,".":20,"\/":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":5,"\u012f":5,"j":5,"\u0458":5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":10,"\u0445":10,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"K":{"d":"285,-359r-119,114r0,245r-85,0r0,-694r85,0r0,339r349,-339r119,0r-288,276r300,418r-106,0","w":649,"k":{"\u00d8":40,"Q":40,"&":20,"*":15,"@":45,"\\":-15,"}":-20,"]":-20,"\u00a9":50,"\u2014":70,"\u2013":70,"\u00ad":70,"?":20,"\u201c":10,"\u2018":10,"\u00ae":50,"\/":-10,"\u2122":-10,"v":45,"w":40,"\u00e3":30,"d":30,"\u010f":30,"\u0111":30,"\u0113":30,"\u00f8":30,"q":30,"A":-10,"\u00c4":-10,"\u00c5":-10,"\u00c6":-10,"\u00c0":-10,"\u00c3":-10,"\u00c2":-10,"\u00c1":-10,"\u0102":-10,"\u0100":-10,"\u0104":-10,"\u0410":-10,"C":40,"\u00c7":40,"\u0106":40,"\u010c":40,"\u0421":40,"G":40,"\u011e":40,"\u0122":40,"J":10,"\u0408":10,"O":40,"\u00d6":40,"\u00d5":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d2":40,"\u0150":40,"\u014c":40,"\u041e":40,"\u0160":20,"S":20,"\u015a":20,"\uf6c1":20,"\u0405":20,"a":30,"\u00e1":30,"\u00e0":30,"\u00e2":30,"\u00e4":30,"\u00e5":30,"\u00e6":30,"\u0103":30,"\u0101":30,"\u0105":30,"\u0430":30,"c":30,"\u00e7":30,"\u0107":30,"\u010d":30,"\u0441":30,"e":30,"\u00e9":30,"\u00e8":30,"\u00ea":30,"\u00eb":30,"\u011b":30,"\u0117":30,"\u0119":30,"\u0435":30,"\u0451":30,"g":30,"\u011f":30,"\u0123":30,"m":10,"n":10,"\u00f1":10,"\u0144":10,"\u0148":10,"\u0146":10,"o":30,"\u00f3":30,"\u00f2":30,"\u00f4":30,"\u00f6":30,"\u00f5":30,"\u0153":30,"\u0151":30,"\u014d":30,"\u043e":30,"p":10,"\u0440":10,"r":10,"\u0155":10,"\u0159":10,"\u0157":10,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":25,"\u00fa":25,"\u00f9":25,"\u00fb":25,"\u00fc":25,"\u0171":25,"\u016b":25,"\u0173":25,"\u016f":25,"\u00fd":25,"y":25,"\u00ff":25,"\u0443":25,"\u045e":25,"X":-15,"\u0425":-15,"\u017d":-10,"Z":-10,"\u0179":-10,"\u017b":-10,"\u00ab":80,"\u2039":80,"\u00bb":25,"\u203a":25,"U":15,"\u00dc":15,"\u00da":15,"\u00db":15,"\u00d9":15,"\u0170":15,"\u016a":15,"\u0172":15,"\u016e":15}},"L":{"d":"523,-82r0,82r-442,0r0,-694r85,0r0,612r357,0","w":548,"k":{"\u00d8":40,"Q":40,"V":90,"W":60,"&":15,"*":130,"@":40,"\\":95,"}":-20,"]":-20,",":-20,"\u00a9":45,"\u2026":-20,"\u2014":70,"\u2013":70,"\u00ad":70,".":-20,"?":65,"\u201c":90,"\u201d":90,"\u2018":90,"\u2019":90,"\u00ae":45,"\/":-20,"\u2122":130,"v":65,"w":50,"\u00e3":20,"d":20,"\u010f":20,"\u0111":20,"\u0113":20,"\u00f8":20,"q":20,"A":-20,"\u00c4":-20,"\u00c5":-20,"\u00c6":-20,"\u00c0":-20,"\u00c3":-20,"\u00c2":-20,"\u00c1":-20,"\u0102":-20,"\u0100":-20,"\u0104":-20,"\u0410":-20,"C":40,"\u00c7":40,"\u0106":40,"\u010c":40,"\u0421":40,"G":40,"\u011e":40,"\u0122":40,"O":40,"\u00d6":40,"\u00d5":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d2":40,"\u0150":40,"\u014c":40,"\u041e":40,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":90,"\u0164":90,"\u021a":90,"\u0422":90,"\u00dd":90,"Y":90,"\u0178":90,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"\u0103":20,"\u0101":20,"\u0105":20,"\u0430":20,"c":20,"\u00e7":20,"\u0107":20,"\u010d":20,"\u0441":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"\u011b":20,"\u0117":20,"\u0119":20,"\u0435":20,"\u0451":20,"g":20,"\u011f":20,"\u0123":20,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"\u0151":20,"\u014d":20,"\u043e":20,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":25,"\u00fa":25,"\u00f9":25,"\u00fb":25,"\u00fc":25,"\u0171":25,"\u016b":25,"\u0173":25,"\u016f":25,"\u00fd":25,"y":25,"\u00ff":25,"\u0443":25,"\u045e":25,"\u00ab":70,"\u2039":70,"\u00bb":10,"\u203a":10,"U":30,"\u00dc":30,"\u00da":30,"\u00db":30,"\u00d9":30,"\u0170":30,"\u016a":30,"\u0172":30,"\u016e":30}},"M":{"d":"748,-694r0,694r-85,0r0,-581r-203,581r-91,0r-203,-581r0,581r-85,0r0,-694r130,0r204,585r204,-585r129,0","w":829,"k":{"v":5,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"N":{"d":"633,-694r0,694r-94,0r-373,-565r0,565r-85,0r0,-694r95,0r373,564r0,-564r84,0","w":715,"k":{"v":5,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"O":{"d":"384,-711v193,0,344,155,344,361v0,202,-154,362,-344,362v-190,0,-344,-159,-344,-362v0,-202,154,-361,344,-361xm384,-70v143,0,260,-123,260,-280v0,-160,-114,-280,-260,-280v-143,0,-260,123,-260,280v0,158,117,280,260,280","w":768,"k":{"V":20,"W":15,"&":5,"*":10,"\\":20,"}":10,"]":10,",":40,"\u2026":40,".":40,"?":10,"\u201c":20,"\u201d":10,"\u2018":20,"\u2019":10,"\/":20,"\u2122":30,"w":-5,")":10,"\u0414":20,"\u0416":30,"\u041b":10,"\u0423":25,"\u0409":10,"\u040e":25,"A":20,"\u00c4":20,"\u00c5":20,"\u00c6":20,"\u00c0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u0102":20,"\u0100":20,"\u0104":20,"\u0410":20,"J":10,"\u0408":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":40,"\u0164":40,"\u021a":40,"\u0422":40,"\u00dd":50,"Y":50,"\u0178":50,"x":10,"\u0445":10,"\u017e":5,"z":5,"\u017a":5,"\u017c":5,"X":35,"\u0425":35,"\u017d":15,"Z":15,"\u0179":15,"\u017b":15}},"P":{"d":"166,-274r0,274r-85,0r0,-694r292,0v143,0,223,87,223,210v0,122,-80,210,-223,210r-207,0xm373,-613r-207,0r0,258r207,0v81,0,139,-38,139,-129v0,-91,-58,-129,-139,-129","w":622,"k":{"W":-10,"&":35,"*":-30,"\\":-10,",":150,"\u00a9":-10,"\u2026":150,"\u2014":20,"\u2013":20,"\u00ad":20,".":150,"?":-15,"\u201c":-20,"\u201d":-15,"\u2018":-20,"\u2019":-15,"\u00ae":-10,"\/":50,"v":-10,"w":-15,")":10,"\u00e3":15,"d":15,"\u010f":15,"\u0111":15,"\u0113":15,"\u00f8":15,"q":15,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-40,"\u012f":5,"A":65,"\u00c4":65,"\u00c5":65,"\u00c6":65,"\u00c0":65,"\u00c3":65,"\u00c2":65,"\u00c1":65,"\u0102":65,"\u0100":65,"\u0104":65,"\u0410":65,"J":85,"\u0408":85,"\u0160":-5,"S":-5,"\u015a":-5,"\uf6c1":-5,"\u0405":-5,"\u00dd":10,"Y":10,"\u0178":10,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"\u0103":15,"\u0101":15,"\u0105":15,"\u0430":15,"c":15,"\u00e7":15,"\u0107":15,"\u010d":15,"\u0441":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"\u011b":15,"\u0117":15,"\u0119":15,"\u0435":15,"\u0451":15,"g":15,"\u011f":15,"\u0123":15,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"\u0151":15,"\u014d":15,"\u043e":15,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"\u017e":-5,"z":-5,"\u017a":-5,"\u017c":-5,"X":15,"\u0425":15,"\u017d":10,"Z":10,"\u0179":10,"\u017b":10,"\u00bb":-20,"\u203a":-20}},"Q":{"d":"728,-350v0,97,-36,186,-95,251r94,99r-114,0r-43,-45v-53,36,-117,57,-186,57v-190,0,-344,-159,-344,-362v0,-202,154,-361,344,-361v193,0,344,155,344,361xm576,-160v42,-50,68,-116,68,-190v0,-160,-114,-280,-260,-280v-143,0,-260,123,-260,280v0,207,210,350,389,244r-97,-104r114,0","w":768,"k":{"\u2019":10,"\u2018":10,"\u201d":10,"\u201c":10,"\u2026":10,"\u2122":40,"\\":20,"W":15,"V":20,"?":15,".":10,",":10,"*":10,")":10,"&":5,"A":20,"\u00c4":20,"\u00c5":20,"\u00c6":20,"\u00c0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u0102":20,"\u0100":20,"\u0104":20,"\u0410":20,"J":10,"\u0408":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":40,"\u0164":40,"\u021a":40,"\u0422":40,"\u00dd":50,"Y":50,"\u0178":50,"X":35,"\u0425":35,"\u017d":15,"Z":15,"\u0179":15,"\u017b":15}},"R":{"d":"591,-170r0,170r-84,0r0,-170v0,-45,-13,-104,-118,-104r-223,0r0,274r-85,0r0,-694r307,0v142,0,224,86,224,210v0,74,-35,134,-94,169v47,27,73,76,73,145xm166,-356r225,0v78,0,136,-46,136,-128v0,-87,-52,-129,-139,-129r-222,0r0,257","w":664,"k":{"\u00d8":5,"Q":5,"&":15,"\u2014":15,"\u2013":15,"\u00ad":15,"\u2122":20,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"\u00e3":5,"d":5,"\u010f":5,"\u0111":5,"\u0113":5,"\u00f8":5,"q":5,"A":5,"\u00c4":5,"\u00c5":5,"\u00c6":5,"\u00c0":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"\u0102":5,"\u0100":5,"\u0104":5,"\u0410":5,"C":5,"\u00c7":5,"\u0106":5,"\u010c":5,"\u0421":5,"G":5,"\u011e":5,"\u0122":5,"O":5,"\u00d6":5,"\u00d5":5,"\u0152":5,"\u00d3":5,"\u00d4":5,"\u00d2":5,"\u0150":5,"\u014c":5,"\u041e":5,"\u00dd":20,"Y":20,"\u0178":20,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"\u0103":5,"\u0101":5,"\u0105":5,"\u0430":5,"c":5,"\u00e7":5,"\u0107":5,"\u010d":5,"\u0441":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"\u011b":5,"\u0117":5,"\u0119":5,"\u0435":5,"\u0451":5,"g":5,"\u011f":5,"\u0123":5,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"\u0151":5,"\u014d":5,"\u043e":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"\u00ab":10,"\u2039":10}},"S":{"d":"560,-197v0,136,-107,209,-262,209v-160,0,-265,-93,-265,-232r88,0v0,93,72,151,177,151v119,0,177,-50,177,-128v0,-58,-26,-98,-179,-124v-154,-27,-242,-75,-242,-194v0,-119,95,-196,242,-196v152,0,246,82,246,216r-86,0v0,-81,-55,-135,-159,-135v-107,0,-157,47,-157,112v0,60,32,89,174,116v152,28,246,72,246,205","w":598,"k":{"\\":10,"?":5,"\u201d":5,"\u2019":5,"\u2122":15,")":10,"\u00e3":-5,"d":-5,"\u010f":-5,"\u0111":-5,"\u0113":-5,"\u00f8":-5,"q":-10,"J":-10,"\u0408":-10,"T":20,"\u0164":20,"\u021a":20,"\u0422":20,"\u00dd":15,"Y":15,"\u0178":15,"a":-5,"\u00e1":-5,"\u00e0":-5,"\u00e2":-5,"\u00e4":-5,"\u00e5":-5,"\u00e6":-5,"\u0103":-5,"\u0101":-5,"\u0105":-5,"\u0430":-5,"c":-5,"\u00e7":-5,"\u0107":-5,"\u010d":-5,"\u0441":-5,"e":-5,"\u00e9":-5,"\u00e8":-5,"\u00ea":-5,"\u00eb":-5,"\u011b":-5,"\u0117":-5,"\u0119":-5,"\u0435":-5,"\u0451":-5,"g":-5,"\u011f":-5,"\u0123":-5,"o":-5,"\u00f3":-5,"\u00f2":-5,"\u00f4":-5,"\u00f6":-5,"\u00f5":-5,"\u0153":-5,"\u0151":-5,"\u014d":-5,"\u043e":-5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":20,"\u0445":20,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"X":10,"\u0425":10,"\u017d":5,"Z":5,"\u0179":5,"\u017b":5,"\u00bb":-5,"\u203a":-5}},"T":{"d":"538,-613r-218,0r0,613r-85,0r0,-613r-218,0r0,-81r521,0r0,81","w":555,"k":{"\u00d8":40,"Q":40,"V":-30,"W":-25,"&":50,"*":-30,"@":40,"\\":-35,"}":-20,"]":-20,":":50,",":110,"\u00a9":45,"\u2026":110,"\u2014":90,"\u2013":90,"\u00ad":90,".":110,"\u201c":-10,"\u201d":-10,"\u2018":-10,"\u2019":-10,"\u00ae":45,"\u037e":50,"\/":60,"\u2122":-20,"v":75,"w":70,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,"\u00e3":115,"d":115,"\u010f":115,"\u0111":115,"\u0113":115,"\u00f8":115,"q":115,"i":15,"\u00ed":35,"\u00ee":-15,"\u00ef":-35,"\u00ec":-25,"\u012b":-80,"\u012f":15,"\u0131":100,"A":60,"\u00c4":60,"\u00c5":60,"\u00c6":60,"\u00c0":60,"\u00c3":60,"\u00c2":60,"\u00c1":60,"\u0102":60,"\u0100":60,"\u0104":60,"\u0410":60,"C":40,"\u00c7":40,"\u0106":40,"\u010c":40,"\u0421":40,"G":40,"\u011e":40,"\u0122":40,"J":90,"\u0408":90,"O":40,"\u00d6":40,"\u00d5":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d2":40,"\u0150":40,"\u014c":40,"\u041e":40,"\u0160":20,"S":20,"\u015a":20,"\uf6c1":20,"\u0405":20,"T":-20,"\u0164":-20,"\u021a":-20,"\u0422":-20,"\u00dd":-25,"Y":-25,"\u0178":-25,"a":115,"\u00e1":115,"\u00e0":115,"\u00e2":115,"\u00e4":115,"\u00e5":115,"\u00e6":115,"\u0103":115,"\u0101":115,"\u0105":115,"\u0430":115,"c":115,"\u00e7":115,"\u0107":115,"\u010d":115,"\u0441":115,"e":115,"\u00e9":115,"\u00e8":115,"\u00ea":115,"\u00eb":115,"\u011b":115,"\u0117":115,"\u0119":115,"\u0435":115,"\u0451":115,"g":115,"\u011f":115,"\u0123":115,"j":15,"\u0458":15,"m":65,"n":65,"\u00f1":65,"\u0144":65,"\u0148":65,"\u0146":65,"o":115,"\u00f3":115,"\u00f2":115,"\u00f4":115,"\u00f6":115,"\u00f5":115,"\u0153":115,"\u0151":115,"\u014d":115,"\u043e":115,"p":65,"\u0440":65,"r":65,"\u0155":65,"\u0159":65,"\u0157":65,"\u0161":85,"s":85,"\u015b":85,"\uf6c2":85,"\u0455":85,"u":80,"\u00fa":80,"\u00f9":80,"\u00fb":80,"\u00fc":80,"\u0171":80,"\u016b":80,"\u0173":80,"\u016f":80,"x":90,"\u0445":90,"\u00fd":80,"y":80,"\u00ff":80,"\u0443":80,"\u045e":80,"\u017e":65,"z":65,"\u017a":65,"\u017c":65,"X":-20,"\u0425":-20,"\u017d":-10,"Z":-10,"\u0179":-10,"\u017b":-10,"\u00ab":80,"\u2039":80,"\u00bb":80,"\u203a":80,"k":10,"\u0137":10}},"U":{"d":"153,-249v0,103,66,179,182,179v117,0,181,-76,181,-179r0,-445r85,0r0,445v0,154,-108,261,-266,261v-159,0,-266,-107,-266,-261r0,-445r84,0r0,445","w":670,"k":{":":5,",":30,"\u2026":30,".":30,"\u037e":5,"\/":20,"v":5,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,")":10,"\u00e3":5,"d":5,"\u010f":5,"\u0111":5,"\u0113":5,"\u00f8":5,"q":5,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-40,"\u012f":5,"A":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u00c0":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"\u0102":10,"\u0100":10,"\u0104":10,"\u0410":10,"J":10,"\u0408":10,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"\u0103":5,"\u0101":5,"\u0105":5,"\u0430":5,"c":5,"\u00e7":5,"\u0107":5,"\u010d":5,"\u0441":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"\u011b":5,"\u0117":5,"\u0119":5,"\u0435":5,"\u0451":5,"g":5,"\u011f":5,"\u0123":5,"j":10,"\u0458":10,"m":5,"n":5,"\u00f1":5,"\u0144":5,"\u0148":5,"\u0146":5,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"\u0151":5,"\u014d":5,"\u043e":5,"p":5,"\u0440":5,"r":5,"\u0155":5,"\u0159":5,"\u0157":5,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"x":10,"\u0445":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"\u017e":8,"z":8,"\u017a":8,"\u017c":8,"k":10,"\u0137":10}},"V":{"d":"606,-694r-255,694r-91,0r-256,-694r92,0r209,589r210,-589r91,0","w":610,"k":{"\u012f":10,"\u012b":-80,"\u0113":50,"\u0111":50,"\u010f":50,"\u0131":40,"\u2019":-10,"\u201d":-10,"\u2014":55,"\u2013":55,"\u2026":100,"\u00f8":50,"\u00d8":20,"\u2122":-20,"\u00a9":30,"\u00ae":30,"\u00ef":-40,"\u00ee":-10,"\u00ec":-40,"\u00ed":20,"\u00e3":50,"}":-30,"w":10,"v":5,"q":50,"i":10,"d":50,"]":-30,"\\":-40,"W":-30,"V":-35,"Q":20,"@":25,";":25,":":25,"\/":50,".":100,"-":55,",":100,"*":-15,")":-10,"&":45,"A":50,"\u00c4":50,"\u00c5":50,"\u00c6":50,"\u00c0":50,"\u00c3":50,"\u00c2":50,"\u00c1":50,"\u0102":50,"\u0100":50,"\u0104":50,"\u0410":50,"C":20,"\u00c7":20,"\u0106":20,"\u010c":20,"\u0421":20,"G":20,"\u011e":20,"\u0122":20,"J":80,"\u0408":80,"O":20,"\u00d6":20,"\u00d5":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d2":20,"\u0150":20,"\u014c":20,"\u041e":20,"T":-30,"\u0164":-30,"\u021a":-30,"\u0422":-30,"\u00dd":-30,"Y":-30,"\u0178":-30,"a":50,"\u00e1":50,"\u00e0":50,"\u00e2":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"\u0103":50,"\u0101":50,"\u0105":50,"\u0430":50,"c":50,"\u00e7":50,"\u0107":50,"\u010d":50,"\u0441":50,"e":50,"\u00e9":50,"\u00e8":50,"\u00ea":50,"\u00eb":50,"\u011b":50,"\u0117":50,"\u0119":50,"\u0435":50,"\u0451":50,"g":50,"\u011f":50,"\u0123":50,"j":10,"\u0458":10,"m":25,"n":25,"\u00f1":25,"\u0144":25,"\u0148":25,"\u0146":25,"o":50,"\u00f3":50,"\u00f2":50,"\u00f4":50,"\u00f6":50,"\u00f5":50,"\u0153":50,"\u0151":50,"\u014d":50,"\u043e":50,"p":25,"\u0440":25,"r":25,"\u0155":25,"\u0159":25,"\u0157":25,"\u0161":35,"s":35,"\u015b":35,"\uf6c2":35,"\u0455":35,"u":30,"\u00fa":30,"\u00f9":30,"\u00fb":30,"\u00fc":30,"\u0171":30,"\u016b":30,"\u0173":30,"\u016f":30,"x":15,"\u0445":15,"\u00fd":30,"y":30,"\u00ff":30,"\u0443":30,"\u045e":30,"\u017e":20,"z":20,"\u017a":20,"\u017c":20,"X":-30,"\u0425":-30,"\u017d":-5,"Z":-5,"\u0179":-5,"\u017b":-5,"\u00ab":60,"\u2039":60,"\u00bb":30,"\u203a":30}},"W":{"d":"692,0r-90,0r-153,-558r-154,558r-90,0r-197,-694r90,0r152,557r154,-557r89,0r154,557r152,-557r90,0","w":898,"k":{"\u012f":10,"\u012b":-80,"\u0113":40,"\u0111":40,"\u010f":40,"\u0131":20,"\u2019":-10,"\u201d":-10,"\u2014":40,"\u2013":40,"\u2026":80,"\u00f8":40,"\u00d8":15,"\u2122":-20,"\u00a9":20,"\u00ae":20,"\u00ef":-30,"\u00ee":-20,"\u00ec":-30,"\u00ed":20,"\u00e3":40,"}":-30,"v":5,"q":40,"i":10,"d":40,"]":-30,"\\":-30,"W":-30,"V":-30,"Q":15,"@":10,";":20,":":20,"\/":30,".":80,"-":40,",":80,"*":-20,")":-10,"&":35,"A":40,"\u00c4":40,"\u00c5":40,"\u00c6":40,"\u00c0":40,"\u00c3":40,"\u00c2":40,"\u00c1":40,"\u0102":40,"\u0100":40,"\u0104":40,"\u0410":40,"C":15,"\u00c7":15,"\u0106":15,"\u010c":15,"\u0421":15,"G":15,"\u011e":15,"\u0122":15,"J":50,"\u0408":50,"O":15,"\u00d6":15,"\u00d5":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d2":15,"\u0150":15,"\u014c":15,"\u041e":15,"T":-25,"\u0164":-25,"\u021a":-25,"\u0422":-25,"\u00dd":-30,"Y":-30,"\u0178":-30,"a":40,"\u00e1":40,"\u00e0":40,"\u00e2":40,"\u00e4":40,"\u00e5":40,"\u00e6":40,"\u0103":40,"\u0101":40,"\u0105":40,"\u0430":40,"c":40,"\u00e7":40,"\u0107":40,"\u010d":40,"\u0441":40,"e":40,"\u00e9":40,"\u00e8":40,"\u00ea":40,"\u00eb":40,"\u011b":40,"\u0117":40,"\u0119":40,"\u0435":40,"\u0451":40,"g":40,"\u011f":40,"\u0123":40,"j":10,"\u0458":10,"m":15,"n":15,"\u00f1":15,"\u0144":15,"\u0148":15,"\u0146":15,"o":40,"\u00f3":40,"\u00f2":40,"\u00f4":40,"\u00f6":40,"\u00f5":40,"\u0153":40,"\u0151":40,"\u014d":40,"\u043e":40,"p":15,"\u0440":15,"r":15,"\u0155":15,"\u0159":15,"\u0157":15,"\u0161":30,"s":30,"\u015b":30,"\uf6c2":30,"\u0455":30,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"x":15,"\u0445":15,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"\u017e":10,"z":10,"\u017a":10,"\u017c":10,"X":-20,"\u0425":-20,"\u017d":-5,"Z":-5,"\u0179":-5,"\u017b":-5,"\u00ab":35,"\u2039":35,"\u00bb":20,"\u203a":20}},"X":{"d":"241,-353r-226,-341r101,0r176,269r175,-269r101,0r-226,341r235,353r-102,0r-183,-281r-184,281r-102,0","w":583,"k":{"\u00d8":30,"Q":30,"V":-30,"W":-20,"&":25,"*":-10,"@":40,"\\":-25,"}":-30,"]":-30,",":-10,"\u00a9":35,"\u2026":-10,"\u2014":50,"\u2013":50,"\u00ad":50,".":-10,"?":10,"\u201c":15,"\u201d":-5,"\u2018":15,"\u2019":-5,"\u00ae":35,"\/":-20,"\u2122":-10,"v":25,"w":20,"\u00e3":30,"d":30,"\u010f":30,"\u0111":30,"\u0113":30,"\u00f8":30,"q":30,"\u00ef":-30,"\u00ec":-30,"A":-20,"\u00c4":-20,"\u00c5":-20,"\u00c6":-20,"\u00c0":-20,"\u00c3":-20,"\u00c2":-20,"\u00c1":-20,"\u0102":-20,"\u0100":-20,"\u0104":-20,"\u0410":-20,"C":30,"\u00c7":30,"\u0106":30,"\u010c":30,"\u0421":30,"G":30,"\u011e":30,"\u0122":30,"J":10,"\u0408":10,"O":30,"\u00d6":30,"\u00d5":30,"\u0152":30,"\u00d3":30,"\u00d4":30,"\u00d2":30,"\u0150":30,"\u014c":30,"\u041e":30,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":-20,"\u0164":-20,"\u021a":-20,"\u0422":-20,"\u00dd":-15,"Y":-15,"\u0178":-15,"a":30,"\u00e1":30,"\u00e0":30,"\u00e2":30,"\u00e4":30,"\u00e5":30,"\u00e6":30,"\u0103":30,"\u0101":30,"\u0105":30,"\u0430":30,"c":30,"\u00e7":30,"\u0107":30,"\u010d":30,"\u0441":30,"e":30,"\u00e9":30,"\u00e8":30,"\u00ea":30,"\u00eb":30,"\u011b":30,"\u0117":30,"\u0119":30,"\u0435":30,"\u0451":30,"g":30,"\u011f":30,"\u0123":30,"j":5,"\u0458":5,"o":30,"\u00f3":30,"\u00f2":30,"\u00f4":30,"\u00f6":30,"\u00f5":30,"\u0153":30,"\u0151":30,"\u014d":30,"\u043e":30,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"x":-5,"\u0445":-5,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"X":-20,"\u0425":-20,"\u017d":-10,"Z":-10,"\u0179":-10,"\u017b":-10,"\u00ab":55,"\u2039":55,"\u00bb":20,"\u203a":20}},"Y":{"d":"571,-694r-241,394r0,300r-85,0r0,-300r-241,-394r98,0r186,316r186,-316r97,0","w":575,"k":{"\u00d8":50,"Q":50,"V":-30,"W":-30,"&":65,"*":-15,"@":50,"\\":-30,"}":-25,"]":-25,":":55,",":100,"\u00a9":55,"\u2026":100,"\u2014":90,"\u2013":90,"\u00ad":90,".":100,"?":10,"\u201c":5,"\u201d":-15,"\u2018":5,"\u2019":-15,"\u00ae":55,"\u037e":55,"\/":70,"\u2122":-20,"v":35,"w":40,")":-5,"\u00e3":90,"d":90,"\u010f":90,"\u0111":90,"\u0113":90,"\u00f8":90,"q":90,"i":15,"\u00ed":45,"\u00ee":-10,"\u00ef":-25,"\u00ec":-30,"\u012b":-40,"\u012f":15,"\u0131":60,"A":80,"\u00c4":80,"\u00c5":80,"\u00c6":80,"\u00c0":80,"\u00c3":80,"\u00c2":80,"\u00c1":80,"\u0102":80,"\u0100":80,"\u0104":80,"\u0410":80,"C":50,"\u00c7":50,"\u0106":50,"\u010c":50,"\u0421":50,"G":50,"\u011e":50,"\u0122":50,"J":110,"\u0408":110,"O":50,"\u00d6":50,"\u00d5":50,"\u0152":50,"\u00d3":50,"\u00d4":50,"\u00d2":50,"\u0150":50,"\u014c":50,"\u041e":50,"\u0160":20,"S":20,"\u015a":20,"\uf6c1":20,"\u0405":20,"T":-25,"\u0164":-25,"\u021a":-25,"\u0422":-25,"\u00dd":-30,"Y":-30,"\u0178":-30,"a":90,"\u00e1":90,"\u00e0":90,"\u00e2":90,"\u00e4":90,"\u00e5":90,"\u00e6":90,"\u0103":90,"\u0101":90,"\u0105":90,"\u0430":90,"c":90,"\u00e7":90,"\u0107":90,"\u010d":90,"\u0441":90,"e":90,"\u00e9":90,"\u00e8":90,"\u00ea":90,"\u00eb":90,"\u011b":90,"\u0117":90,"\u0119":90,"\u0435":90,"\u0451":90,"g":90,"\u011f":90,"\u0123":90,"j":15,"\u0458":15,"m":65,"n":65,"\u00f1":65,"\u0144":65,"\u0148":65,"\u0146":65,"o":90,"\u00f3":90,"\u00f2":90,"\u00f4":90,"\u00f6":90,"\u00f5":90,"\u0153":90,"\u0151":90,"\u014d":90,"\u043e":90,"p":65,"\u0440":65,"r":65,"\u0155":65,"\u0159":65,"\u0157":65,"\u0161":90,"s":90,"\u015b":90,"\uf6c2":90,"\u0455":90,"u":55,"\u00fa":55,"\u00f9":55,"\u00fb":55,"\u00fc":55,"\u0171":55,"\u016b":55,"\u0173":55,"\u016f":55,"x":60,"\u0445":60,"\u00fd":55,"y":55,"\u00ff":55,"\u0443":55,"\u045e":55,"\u017e":40,"z":40,"\u017a":40,"\u017c":40,"X":-15,"\u0425":-15,"\u00ab":80,"\u2039":80,"\u00bb":50,"\u203a":50,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"\u0130":5,"\u012a":5,"\u012e":5,"\ue001":5,"\u0407":5}},"Z":{"d":"555,-82r0,82r-528,0r0,-76r421,-537r-408,0r0,-81r513,0r0,78r-418,534r420,0","w":582,"k":{"\u00d8":15,"Q":15,"V":-20,"W":-20,"&":15,"*":-5,"@":25,"\\":-10,"}":-25,"]":-25,",":-15,"\u00a9":40,"\u2026":-15,"\u2014":35,"\u2013":35,"\u00ad":35,".":-15,"\u201d":-5,"\u2019":-5,"\u00ae":40,"\/":-5,"\u2122":-10,"v":20,"w":20,"\u00e3":20,"d":20,"\u010f":20,"\u0111":20,"\u0113":20,"\u00f8":20,"q":20,"A":-20,"\u00c4":-20,"\u00c5":-20,"\u00c6":-20,"\u00c0":-20,"\u00c3":-20,"\u00c2":-20,"\u00c1":-20,"\u0102":-20,"\u0100":-20,"\u0104":-20,"\u0410":-20,"C":15,"\u00c7":15,"\u0106":15,"\u010c":15,"\u0421":15,"G":15,"\u011e":15,"\u0122":15,"O":15,"\u00d6":15,"\u00d5":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d2":15,"\u0150":15,"\u014c":15,"\u041e":15,"\u0160":5,"S":5,"\u015a":5,"\uf6c1":5,"\u0405":5,"T":-15,"\u0164":-15,"\u021a":-15,"\u0422":-15,"\u00dd":-15,"Y":-15,"\u0178":-15,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"\u0103":20,"\u0101":20,"\u0105":20,"\u0430":20,"c":20,"\u00e7":20,"\u0107":20,"\u010d":20,"\u0441":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"\u011b":20,"\u0117":20,"\u0119":20,"\u0435":20,"\u0451":20,"g":20,"\u011f":20,"\u0123":20,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"\u0151":20,"\u014d":20,"\u043e":20,"\u0161":15,"s":15,"\u015b":15,"\uf6c2":15,"\u0455":15,"u":25,"\u00fa":25,"\u00f9":25,"\u00fb":25,"\u00fc":25,"\u0171":25,"\u016b":25,"\u0173":25,"\u016f":25,"x":-5,"\u0445":-5,"\u00fd":25,"y":25,"\u00ff":25,"\u0443":25,"\u045e":25,"\u017e":-5,"z":-5,"\u017a":-5,"\u017c":-5,"X":-10,"\u0425":-10,"\u017d":-10,"Z":-10,"\u0179":-10,"\u017b":-10,"\u00ab":50,"\u2039":50}},"[":{"d":"162,-711r0,723r127,0r0,73r-212,0r0,-870r212,0r0,74r-127,0","w":310,"k":{"\u045b":-10,"\u0459":-10,"\u0454":10,"\u0452":-10,"\u044d":5,"\u044a":40,"\u0447":10,"\u0444":10,"\u0442":20,"\u043b":-10,"\u0434":-20,"\u0431":10,"\u042a":-10,"\u0424":30,"\u041b":-10,"\u0416":-10,"\u0414":-15,"\u040b":-20,"\u0409":-10,"\u0404":10,"\u0402":-20,"\u0113":10,"\u0111":10,"\u010f":10,"\u00bf":20,"\u00f8":10,"\u00d8":10,"\u00a3":10,"\u00e3":10,"w":10,"v":20,"q":10,"d":10,"]":-30,"W":-30,"V":-30,"Q":10,"9":10,"8":15,"6":15,"5":10,"4":40,"3":10,"0":20,"-":20,"&":25,"A":-20,"\u00c4":-20,"\u00c5":-20,"\u00c6":-20,"\u00c0":-20,"\u00c3":-20,"\u00c2":-20,"\u00c1":-20,"\u0102":-20,"\u0100":-20,"\u0104":-20,"\u0410":-20,"C":10,"\u00c7":10,"\u0106":10,"\u010c":10,"\u0421":10,"G":10,"\u011e":10,"\u0122":10,"J":10,"\u0408":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0150":10,"\u014c":10,"\u041e":10,"T":-20,"\u0164":-20,"\u021a":-20,"\u0422":-20,"\u00dd":-25,"Y":-25,"\u0178":-25,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u0430":10,"c":10,"\u00e7":10,"\u0107":10,"\u010d":10,"\u0441":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"\u011b":10,"\u0117":10,"\u0119":10,"\u0435":10,"\u0451":10,"g":5,"\u011f":5,"\u0123":5,"j":-10,"\u0458":-10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0151":10,"\u014d":10,"\u043e":10,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"X":-30,"\u0425":-30,"\u017d":-25,"Z":-25,"\u0179":-25,"\u017b":-25,"\u00ab":10,"\u2039":10,"t":10,"\u0165":10,"\u021b":10}},"\\":{"d":"-17,-744r85,0r210,744r-84,0","w":274,"k":{"\u0459":-40,"\u044d":-10,"\u044a":30,"\u0447":10,"\u0442":40,"\u043b":-40,"\u0434":-40,"\u042d":10,"\u042a":70,"\u0429":15,"\u0428":15,"\u0427":60,"\u0426":15,"\u0423":20,"\u041b":-15,"\u0417":-10,"\u0416":-10,"\u0414":-20,"\u040e":20,"\u040b":50,"\u0409":-15,"\u0404":20,"\u0402":50,"\u00d8":20,"w":10,"v":20,"W":40,"V":55,"Q":20,"A":-25,"\u00c4":-25,"\u00c5":-25,"\u00c6":-25,"\u00c0":-25,"\u00c3":-25,"\u00c2":-25,"\u00c1":-25,"\u0102":-25,"\u0100":-25,"\u0104":-25,"\u0410":-25,"C":20,"\u00c7":20,"\u0106":20,"\u010c":20,"\u0421":20,"G":20,"\u011e":20,"\u0122":20,"J":-10,"\u0408":-10,"O":20,"\u00d6":20,"\u00d5":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d2":20,"\u0150":20,"\u014c":20,"\u041e":20,"\u0160":-5,"S":-5,"\u015a":-5,"\uf6c1":-5,"\u0405":-5,"T":50,"\u0164":50,"\u021a":50,"\u0422":50,"\u00dd":60,"Y":60,"\u0178":60,"m":-10,"n":-10,"\u00f1":-10,"\u0144":-10,"\u0148":-10,"\u0146":-10,"\u0161":-10,"s":-10,"\u015b":-10,"\uf6c2":-10,"\u0455":-10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":-20,"\u0445":-20,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"\u017e":-30,"z":-30,"\u017a":-30,"\u017c":-30,"X":-25,"\u0425":-25,"\u017d":-10,"Z":-10,"\u0179":-10,"\u017b":-10,"U":20,"\u00dc":20,"\u00da":20,"\u00db":20,"\u00d9":20,"\u0170":20,"\u016a":20,"\u0172":20,"\u016e":20,"t":10,"\u0165":10,"\u021b":10}},"]":{"d":"148,-711r-127,0r0,-74r212,0r0,870r-212,0r0,-73r127,0r0,-723","w":310},"^":{"d":"302,-694r178,436r-91,0r-132,-341r-133,341r-91,0r179,-436r90,0","w":513},"_":{"d":"881,69r0,82r-881,0r0,-82r881,0","w":881},"`":{"d":"101,-735r102,0r87,132r-66,0","w":417},"a":{"d":"553,-515r0,515r-82,0r0,-83v-36,53,-102,96,-178,96v-148,0,-258,-121,-258,-270v0,-149,110,-271,258,-271v76,0,142,43,178,95r0,-82r82,0xm468,-256v0,-105,-80,-191,-175,-191v-97,0,-173,86,-173,191v0,103,76,188,173,188v95,0,175,-85,175,-188","k":{"\\":20,"\u201c":10,"\u2018":10,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"p":10,"\u0440":10,"t":10,"\u0165":10,"\u021b":10,"k":5,"\u0137":5}},"b":{"d":"590,-256v0,148,-109,269,-257,269v-76,0,-142,-43,-178,-96r0,83r-82,0r0,-744r85,0r0,307v37,-50,101,-91,175,-91v148,0,257,122,257,272xm505,-256v0,-105,-76,-191,-172,-191v-95,0,-175,86,-175,191v0,103,80,188,175,188v96,0,172,-85,172,-188","k":{"\u2019":35,"\u2018":40,"\u201d":35,"\u201c":40,"\u2026":15,"\u2122":70,"}":10,"w":5,"v":5,"]":10,"\\":45,"?":40,".":15,",":15,"*":45,")":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":10,"\u0445":10,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"\u017e":5,"z":5,"\u017a":5,"\u017c":5}},"c":{"d":"533,-160v-34,104,-125,172,-240,172v-142,0,-258,-120,-258,-269v0,-149,116,-271,258,-271v115,0,205,68,240,172r-91,0v-29,-56,-82,-91,-149,-91v-95,0,-173,86,-173,190v0,104,78,188,173,188v68,0,121,-35,149,-91r91,0","w":563,"k":{"*":25,"@":-5,"\\":25,"}":5,"]":5,"\u00a9":-5,"\u2014":5,"\u2013":5,"\u00ad":5,"?":20,"\u201c":10,"\u201d":10,"\u2018":10,"\u2019":10,"\u00ae":-5,"\/":-10,"\u2122":60,"w":-10,")":5,"\u017e":-5,"z":-5,"\u017a":-5,"\u017c":-5,"\u00bb":-5,"\u203a":-5}},"d":{"d":"553,-744r0,744r-82,0r0,-83v-36,53,-102,96,-178,96v-148,0,-258,-121,-258,-269v0,-150,110,-272,258,-272v74,0,138,41,175,91r0,-307r85,0xm468,-256v0,-105,-80,-191,-175,-191v-97,0,-173,86,-173,191v0,103,76,188,173,188v95,0,175,-85,175,-188","k":{"\u013c":10,"\u013e":10,"\u013a":10,"\u012f":10,"\u012b":10,"\u2122":20,"\u00ef":10,"\u00ee":10,"\u00ec":10,"\u00ed":10,"l":10,"i":10,"h":10,"b":10,"j":10,"\u0458":10,"p":10,"\u0440":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u0171":15,"\u016b":15,"\u0173":15,"\u016f":15,"\u00fd":15,"y":15,"\u00ff":15,"\u0443":15,"\u045e":15,"t":5,"\u0165":5,"\u021b":5,"k":10,"\u0137":10}},"e":{"d":"452,-160r90,0v-36,110,-124,172,-243,172v-148,0,-264,-118,-264,-269v0,-149,116,-271,259,-271v133,0,261,110,260,293r-433,0v11,187,265,228,331,75xm126,-311r334,0v-21,-84,-91,-140,-166,-140v-71,0,-146,52,-168,140","w":585,"k":{"*":35,"@":-5,"\\":35,",":10,"\u00a9":-5,"\u2026":10,".":10,"?":40,"\u201c":25,"\u201d":22,"\u2018":25,"\u2019":22,"\u00ae":-5,"\u2122":70,")":10,"\u00bb":-5,"\u203a":-5}},"f":{"d":"407,-430v10,-108,-36,-182,-133,-182v-79,0,-133,57,-133,135r0,137r347,0r0,82r-347,0r0,258r-85,0r0,-477v0,-127,92,-217,218,-217v142,0,233,104,218,264r-85,0","w":527,"k":{"*":-20,"@":-15,"}":10,"]":10,",":80,"\u00a9":-15,"\u2026":80,".":80,"\u201c":-20,"\u201d":-10,"\u2018":-20,"\u2019":-10,"\u00ae":-15,"\/":10,"\u2122":10,"v":-10,"w":-10,")":10,"\u00ab":-10,"\u2039":-10,"\u00bb":-10,"\u203a":-10}},"g":{"d":"553,-515r0,491v0,165,-107,277,-265,277v-122,0,-217,-65,-243,-170r89,0v34,77,116,88,154,88v153,0,188,-114,180,-249v-37,50,-101,91,-175,91v-148,0,-258,-121,-258,-270v0,-149,110,-271,258,-271v76,0,142,43,178,95r0,-82r82,0xm468,-256v0,-107,-80,-193,-175,-193v-97,0,-173,86,-173,193v0,105,76,191,173,191v95,0,175,-86,175,-191","w":618,"k":{"\\":30,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"i":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u012b":10,"\u012f":10,"p":10,"\u0440":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"t":5,"\u0165":5,"\u021b":5,"k":5,"\u0137":5}},"h":{"d":"503,-310r0,310r-84,0r0,-313v0,-80,-47,-135,-126,-135v-78,0,-135,56,-135,133r0,315r-85,0r0,-744r85,0r0,281v35,-40,86,-65,147,-65v126,0,198,90,198,218","w":574,"k":{"\u2019":40,"\u2018":50,"\u201d":40,"\u201c":50,"\u2122":80,"w":6,"v":10,"\\":45,"?":30,"*":35,")":20,"j":5,"\u0458":5,"u":8,"\u00fa":8,"\u00f9":8,"\u00fb":8,"\u00fc":8,"\u0171":8,"\u016b":8,"\u0173":8,"\u016f":8,"\u00fd":8,"y":8,"\u00ff":8,"\u0443":8,"\u045e":8,"t":10,"\u0165":10,"\u021b":10}},"i":{"d":"159,-694r0,101r-85,0r0,-101r85,0xm159,-515r0,515r-85,0r0,-515r85,0","w":233},"j":{"d":"157,-694r0,101r-84,0r0,-101r84,0xm0,143v52,4,73,-20,73,-73r0,-585r84,0r0,586v0,92,-46,164,-157,155r0,-83","w":222,"k":{"g":-10,"\u011f":-10,"\u0123":-10,"j":-5,"\u0458":-5}},"k":{"d":"319,-322r217,322r-103,0r-176,-262r-99,96r0,166r-85,0r0,-744r85,0r0,460r235,-231r125,0","w":545,"k":{"&":25,"@":10,"\\":10,"\u00a9":10,"\u2014":57,"\u2013":57,"\u00ad":57,"\u201d":10,"\u2019":10,"\u00ae":10,"\u2122":70,"\u00e3":15,"d":15,"\u010f":15,"\u0111":15,"\u0113":25,"\u00f8":15,"q":15,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"\u0103":15,"\u0101":15,"\u0105":15,"\u0430":15,"c":20,"\u00e7":20,"\u0107":20,"\u010d":20,"\u0441":20,"e":25,"\u00e9":25,"\u00e8":25,"\u00ea":25,"\u00eb":25,"\u011b":25,"\u0117":25,"\u0119":25,"\u0435":25,"\u0451":25,"g":15,"\u011f":15,"\u0123":15,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"\u0151":15,"\u014d":15,"\u043e":15,"p":10,"\u0440":10,"\u0161":15,"s":15,"\u015b":15,"\uf6c2":15,"\u0455":15,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"x":-10,"\u0445":-10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"\u017e":-5,"z":-5,"\u017a":-5,"\u017c":-5,"\u00ab":55,"\u2039":55,"\u00bb":10,"\u203a":10,"t":10,"\u0165":10,"\u021b":10}},"l":{"d":"160,-744r0,744r-85,0r0,-744r85,0","w":235,"k":{"\u013c":10,"\u013e":10,"\u013a":10,"\u012f":10,"\u012b":10,"\u00ef":10,"\u00ee":10,"\u00ec":10,"\u00ed":10,"l":10,"i":10,"h":10,"b":10,"j":10,"\u0458":10,"p":10,"\u0440":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u0171":15,"\u016b":15,"\u0173":15,"\u016f":15,"\u00fd":15,"y":15,"\u00ff":15,"\u0443":15,"\u045e":15,"t":10,"\u0165":10,"\u021b":10,"k":10,"\u0137":10}},"m":{"d":"803,-319r0,319r-85,0r0,-321v0,-80,-38,-129,-117,-129v-70,0,-121,58,-121,135r0,315r-84,0r0,-321v0,-80,-40,-129,-116,-129v-70,0,-122,58,-122,135r0,315r-85,0r0,-515r82,0r0,56v32,-43,80,-69,137,-69v73,0,127,33,159,88v32,-53,87,-88,161,-88v119,0,191,81,191,209","w":873,"k":{"*":35,"\\":45,"?":30,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":80,"v":10,"w":6,")":20,"j":5,"\u0458":5,"u":8,"\u00fa":8,"\u00f9":8,"\u00fb":8,"\u00fc":8,"\u0171":8,"\u016b":8,"\u0173":8,"\u016f":8,"\u00fd":8,"y":8,"\u00ff":8,"\u0443":8,"\u045e":8,"t":10,"\u0165":10,"\u021b":10}},"n":{"d":"503,-310r0,310r-84,0r0,-313v0,-79,-44,-137,-126,-137v-78,0,-135,58,-135,135r0,315r-85,0r0,-515r82,0r0,56v35,-43,88,-69,150,-69v126,0,198,90,198,218","w":574,"k":{"*":35,"\\":45,"?":30,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":80,"v":10,"w":6,")":20,"j":5,"\u0458":5,"u":8,"\u00fa":8,"\u00f9":8,"\u00fb":8,"\u00fc":8,"\u0171":8,"\u016b":8,"\u0173":8,"\u016f":8,"\u00fd":8,"y":8,"\u00ff":8,"\u0443":8,"\u045e":8,"t":10,"\u0165":10,"\u021b":10}},"o":{"d":"294,-528v147,0,259,122,259,272v0,148,-112,268,-259,268v-146,0,-259,-120,-259,-268v0,-150,113,-272,259,-272xm294,-66v96,0,174,-85,174,-190v0,-107,-78,-194,-174,-194v-95,0,-173,87,-173,194v0,105,78,190,173,190","w":589,"k":{"*":45,"\\":45,"}":10,"]":10,",":20,"\u2026":20,".":20,"?":40,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":70,"v":5,"w":5,")":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":10,"\u0445":10,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"p":{"d":"590,-259v0,150,-109,271,-257,271v-74,0,-138,-40,-175,-90r0,307r-85,0r0,-744r82,0r0,82v36,-52,102,-95,178,-95v148,0,257,121,257,269xm505,-259v0,-105,-76,-191,-172,-191v-95,0,-175,86,-175,191v0,106,80,193,175,193v96,0,172,-87,172,-193","k":{"*":45,"\\":45,"}":10,"]":10,",":20,"\u2026":20,".":20,"?":40,"\u201c":25,"\u201d":35,"\u2018":25,"\u2019":35,"\u2122":70,"v":5,"w":5,")":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":10,"\u0445":10,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"\u017e":5,"z":5,"\u017a":5,"\u017c":5}},"q":{"d":"553,-515r0,744r-85,0r0,-307v-37,50,-101,90,-175,90v-148,0,-258,-121,-258,-271v0,-148,110,-269,258,-269v76,0,142,43,178,95r0,-82r82,0xm468,-259v0,-105,-80,-191,-175,-191v-97,0,-173,86,-173,191v0,106,76,193,173,193v95,0,175,-87,175,-193","k":{"\u2122":60,"\\":40,"p":10,"\u0440":10,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"t":5,"\u0165":5,"\u021b":5}},"r":{"d":"305,-528v138,1,207,103,198,253r-84,0v8,-103,-32,-174,-126,-175v-78,0,-135,58,-135,135r0,315r-85,0r0,-515r82,0r0,56v35,-43,88,-69,150,-69","w":537,"k":{"&":15,"*":20,"@":-15,"}":25,"]":25,",":170,"\u00a9":-15,"\u2026":170,".":170,"?":30,"\u201c":15,"\u201d":20,"\u2018":15,"\u2019":20,"\u00ae":-15,"\/":20,"\u2122":55,"v":10,"w":6,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,")":20,"i":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u012b":10,"\u012f":10,"j":5,"\u0458":5,"p":10,"\u0440":10,"r":5,"\u0155":5,"\u0159":5,"\u0157":5,"u":18,"\u00fa":18,"\u00f9":18,"\u00fb":18,"\u00fc":18,"\u0171":18,"\u016b":18,"\u0173":18,"\u016f":18,"x":20,"\u0445":20,"\u00fd":8,"y":8,"\u00ff":8,"\u0443":8,"\u045e":8,"\u017e":10,"z":10,"\u017a":10,"\u017c":10,"\u00ab":-25,"\u2039":-25,"\u00bb":-20,"\u203a":-20,"t":10,"\u0165":10,"\u021b":10,"k":10,"\u0137":10}},"s":{"d":"472,-155v0,103,-88,168,-211,168v-125,0,-216,-67,-230,-176r86,0v11,60,70,97,144,97v80,0,129,-39,129,-84v0,-36,-14,-62,-140,-80v-125,-17,-201,-48,-201,-145v0,-74,64,-153,202,-153v119,0,199,60,210,161r-86,0v-12,-55,-61,-83,-124,-83v-68,0,-117,32,-117,72v0,37,29,50,130,66v114,18,208,40,208,157","w":503,"k":{"*":30,"\\":35,"?":10,"\u201c":10,"\u201d":20,"\u2018":10,"\u2019":20,"\/":-25,"\u2122":60,")":15,"\u00e3":-5,"d":-5,"\u010f":-5,"\u0111":-5,"\u0113":-5,"\u00f8":-5,"q":-5,"a":-5,"\u00e1":-5,"\u00e0":-5,"\u00e2":-5,"\u00e4":-5,"\u00e5":-5,"\u00e6":-5,"\u0103":-5,"\u0101":-5,"\u0105":-5,"\u0430":-5,"c":-5,"\u00e7":-5,"\u0107":-5,"\u010d":-5,"\u0441":-5,"e":-5,"\u00e9":-5,"\u00e8":-5,"\u00ea":-5,"\u00eb":-5,"\u011b":-5,"\u0117":-5,"\u0119":-5,"\u0435":-5,"\u0451":-5,"g":-5,"\u011f":-5,"\u0123":-5,"o":-5,"\u00f3":-5,"\u00f2":-5,"\u00f4":-5,"\u00f6":-5,"\u00f5":-5,"\u0153":-5,"\u0151":-5,"\u014d":-5,"\u043e":-5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"t":{"d":"506,-252v14,160,-75,264,-217,264v-126,0,-218,-90,-218,-217r0,-420r84,0r0,110r348,0r0,81r-348,0r0,229v0,78,54,135,134,135v96,0,145,-74,133,-182r84,0","w":563,"k":{"&":5,"*":10,"@":5,"\\":20,"}":15,"]":15,",":10,"\u00a9":5,"\u2026":10,"\u2014":10,"\u2013":10,"\u00ad":10,".":10,"\u00ae":5,"\/":5,"\u2122":60,"v":10,"w":10,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,")":10,"\u00e3":10,"!":5,"\u00b1":10,"\u221e":10,"\ufb01":10,"\ufb02":10,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u0430":10,"p":5,"\u0440":5,"r":10,"\u0155":10,"\u0159":10,"\u0157":10,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"x":10,"\u0445":10,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"t":20,"\u0165":20,"\u021b":20,"k":10,"\u0137":10,"f":10,"\u2260":10}},"u":{"d":"501,-515r0,515r-82,0r0,-56v-35,42,-87,68,-150,68v-126,0,-198,-90,-198,-217r0,-310r84,0r0,314v0,82,45,136,127,136v76,0,134,-57,134,-134r0,-316r85,0","w":574,"k":{"\\":20,"\u201c":10,"\u2018":10,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"p":10,"\u0440":10,"k":5,"\u0137":5}},"v":{"d":"475,-515r-187,515r-91,0r-187,-515r90,0r143,410r142,-410r90,0","w":485,"k":{"\u0113":5,"\u0111":5,"\u010f":5,"\u00b1":-10,"\u221e":-10,"\ufb02":-10,"\ufb01":-10,"\u2019":-20,"\u2018":-20,"\u201d":-20,"\u201c":-20,"\u2014":10,"\u2013":10,"\u2026":50,"\u00f8":5,"\u00a9":-15,"\u00ae":-15,"\u00e3":5,"}":20,"w":-15,"v":-15,"q":5,"d":5,"]":20,"\\":5,"@":-15,"?":-10,";":-5,":":-5,"\/":15,".":50,"-":10,",":50,"*":-20,")":20,"&":20,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"\u0103":5,"\u0101":5,"\u0105":5,"\u0430":5,"c":5,"\u00e7":5,"\u0107":5,"\u010d":5,"\u0441":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"\u011b":5,"\u0117":5,"\u0119":5,"\u0435":5,"\u0451":5,"g":10,"\u011f":10,"\u0123":10,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"\u0151":5,"\u014d":5,"\u043e":5,"p":10,"\u0440":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"x":-15,"\u0445":-15,"\u00ab":10,"\u2039":10,"\u00bb":-10,"\u203a":-10,"f":-10,"\u2260":-10}},"w":{"d":"405,-515r110,387r109,-387r89,0r-154,515r-89,0r-110,-394r-110,394r-88,0r-154,-515r89,0r110,387r110,-387r88,0","w":721,"k":{"\u0113":5,"\u0111":5,"\u010f":5,"\u00b1":-10,"\u221e":-10,"\ufb02":-10,"\ufb01":-10,"\u2019":-20,"\u2018":-20,"\u201d":-20,"\u201c":-20,"\u2014":10,"\u2013":10,"\u2026":50,"\u00f8":5,"\u00a9":-15,"\u00ae":-15,"\u00e3":5,"}":10,"w":-15,"v":-15,"q":5,"d":5,"]":10,"@":-15,"?":-10,";":-10,":":-10,"\/":10,".":50,"-":10,",":50,"*":-20,")":15,"&":10,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"\u0103":5,"\u0101":5,"\u0105":5,"\u0430":5,"c":5,"\u00e7":5,"\u0107":5,"\u010d":5,"\u0441":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"\u011b":5,"\u0117":5,"\u0119":5,"\u0435":5,"\u0451":5,"g":5,"\u011f":5,"\u0123":5,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"\u0151":5,"\u014d":5,"\u043e":5,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"x":-15,"\u0445":-15,"\u017e":-5,"z":-5,"\u017a":-5,"\u017c":-5,"\u00bb":-10,"\u203a":-10,"f":-10,"\u2260":-10}},"x":{"d":"374,0r-132,-201r-132,201r-104,0r184,-266r-172,-249r104,0r120,184r120,-184r104,0r-173,249r185,266r-104,0","w":484,"k":{"&":15,"*":-20,"\\":10,"\u2014":40,"\u2013":40,"\u00ad":40,"?":-10,"\/":-15,"v":-15,"w":-15,"b":-5,"h":-5,"l":-5,"\u013a":-5,"\u013e":-5,"\u013c":-5,"\u00e3":10,"d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u00f8":10,"q":10,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u0430":10,"c":10,"\u00e7":10,"\u0107":10,"\u010d":10,"\u0441":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"\u011b":10,"\u0117":10,"\u0119":10,"\u0435":10,"\u0451":10,"g":10,"\u011f":10,"\u0123":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0151":10,"\u014d":10,"\u043e":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":-15,"\u0445":-15,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"\u017e":-10,"z":-10,"\u017a":-10,"\u017c":-10,"\u00ab":40,"\u2039":40,"t":5,"\u0165":5,"\u021b":5,"k":-5,"\u0137":-5}},"y":{"d":"412,-515r85,0r0,553v0,135,-94,215,-215,215v-108,0,-192,-64,-212,-170r86,0v18,55,60,88,126,88v79,0,130,-54,130,-133r0,-77v-31,33,-74,51,-130,51v-121,0,-215,-85,-215,-215r0,-312r84,0r0,312v0,77,51,133,131,133v79,0,130,-56,130,-133r0,-312","w":566,"k":{"\\":30,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"i":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u012b":10,"\u012f":10,"p":10,"\u0440":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"t":5,"\u0165":5,"\u021b":5,"k":5,"\u0137":5}},"z":{"d":"443,-82r0,82r-416,0r0,-71r296,-363r-288,0r0,-81r399,0r0,77r-293,356r302,0","w":470,"k":{"&":10,"*":-10,"\\":10,"\u2014":20,"\u2013":20,"\u00ad":20,"\u201c":-10,"\u201d":5,"\u2018":-10,"\u2019":5,"\/":-30,"\u2122":30,"w":-10,"x":-15,"\u0445":-15,"\u017e":-15,"z":-15,"\u017a":-15,"\u017c":-15,"\u00ab":10,"\u2039":10}},"{":{"d":"273,-780r0,71v-116,-9,-77,141,-77,240v0,66,-24,104,-70,122v92,23,70,170,70,284v0,50,22,78,77,75r0,71v-88,7,-158,-30,-158,-146r0,-165v0,-68,-40,-84,-86,-84r0,-70v46,0,86,-16,86,-84r0,-168v0,-116,70,-153,158,-146","w":308,"k":{"\u045b":-10,"\u0459":-10,"\u0454":10,"\u0452":-10,"\u044d":5,"\u044a":40,"\u0447":10,"\u0444":10,"\u0442":20,"\u043b":-10,"\u0434":-20,"\u0431":10,"\u042a":-10,"\u0424":30,"\u041b":-10,"\u0416":-10,"\u0414":-15,"\u040b":-20,"\u0409":-10,"\u0404":10,"\u0402":-20,"\u0113":10,"\u0111":10,"\u010f":10,"\u00bf":20,"\u00f8":10,"\u00d8":10,"\u00a3":10,"\u00e3":10,"}":-30,"w":10,"v":20,"q":10,"d":10,"W":-30,"V":-30,"Q":10,"9":10,"8":15,"6":15,"5":10,"4":40,"3":10,"0":20,"-":20,"&":25,"A":-20,"\u00c4":-20,"\u00c5":-20,"\u00c6":-20,"\u00c0":-20,"\u00c3":-20,"\u00c2":-20,"\u00c1":-20,"\u0102":-20,"\u0100":-20,"\u0104":-20,"\u0410":-20,"C":10,"\u00c7":10,"\u0106":10,"\u010c":10,"\u0421":10,"G":10,"\u011e":10,"\u0122":10,"J":10,"\u0408":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0150":10,"\u014c":10,"\u041e":10,"T":-20,"\u0164":-20,"\u021a":-20,"\u0422":-20,"\u00dd":-25,"Y":-25,"\u0178":-25,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u0430":10,"c":10,"\u00e7":10,"\u0107":10,"\u010d":10,"\u0441":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"\u011b":10,"\u0117":10,"\u0119":10,"\u0435":10,"\u0451":10,"g":5,"\u011f":5,"\u0123":5,"j":-10,"\u0458":-10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0151":10,"\u014d":10,"\u043e":10,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"X":-30,"\u0425":-30,"\u017d":-25,"Z":-25,"\u0179":-25,"\u017b":-25,"\u00ab":10,"\u2039":10,"t":10,"\u0165":10,"\u021b":10}},"|":{"d":"153,-744r0,744r-84,0r0,-744r84,0","w":222},"}":{"d":"35,-780v88,-7,158,30,158,146r0,168v0,68,40,84,86,84r0,70v-46,0,-86,16,-86,84r0,165v0,116,-70,153,-158,146r0,-71v115,10,77,-139,77,-237v0,-67,24,-105,70,-122v-93,-25,-70,-172,-70,-287v0,-49,-22,-78,-77,-75r0,-71","w":308},"~":{"d":"254,-593v-54,0,-101,-38,-141,-38v-24,0,-40,19,-42,43r-48,0v5,-54,37,-105,102,-105v57,0,101,39,141,39v24,0,40,-20,42,-44r48,0v-4,54,-36,105,-102,105","w":379},"\u00c4":{"d":"443,-774r-91,0r0,-100r91,0r0,100xm275,-774r-92,0r0,-100r92,0r0,100xm453,-202r-281,0r-74,202r-92,0r262,-694r96,0r257,694r-95,0xm425,-281r-111,-309r-113,309r224,0","w":627},"\u00c5":{"d":"313,-768v-53,0,-95,-43,-95,-95v0,-53,42,-96,95,-96v52,0,95,43,95,96v0,52,-43,95,-95,95xm453,-202r-281,0r-74,202r-92,0r262,-694r96,0r257,694r-95,0xm364,-863v0,-29,-23,-52,-51,-52v-28,0,-51,23,-51,52v0,28,23,51,51,51v28,0,51,-23,51,-51xm425,-281r-111,-309r-113,309r224,0","w":627},"\u00c7":{"d":"384,12r-29,47v43,-20,105,0,105,59v0,87,-128,88,-169,28r12,-22v20,18,47,27,72,27v23,0,42,-11,42,-31v0,-32,-52,-46,-76,-21r-32,-21r34,-68v-171,-22,-303,-175,-303,-360v0,-199,154,-361,344,-361v158,0,274,94,318,231r-89,0v-38,-87,-116,-150,-229,-150v-143,0,-260,127,-260,280v0,153,117,280,260,280v102,0,187,-58,229,-150r89,0v-47,141,-169,232,-318,232","w":727,"k":{"W":-10,"&":-15,"*":-20,",":10,"\u2026":10,"\u2014":-15,"\u2013":-15,"\u00ad":-15,".":10,"?":-15,"\u201c":-15,"\u201d":-10,"\u2018":-15,"\u2019":-10,"\/":-5,"\u2122":20,"v":-15,"w":-15,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"\u00e3":-10,"d":-10,"\u010f":-10,"\u0111":-10,"\u0113":-10,"!":-10,"\u00f8":-10,"q":-10,"T":15,"\u0164":15,"\u021a":15,"\u0422":15,"\u00dd":15,"Y":15,"\u0178":15,"a":-10,"\u00e1":-10,"\u00e0":-10,"\u00e2":-10,"\u00e4":-10,"\u00e5":-10,"\u00e6":-10,"\u0103":-10,"\u0101":-10,"\u0105":-10,"\u0430":-10,"c":-10,"\u00e7":-10,"\u0107":-10,"\u010d":-10,"\u0441":-10,"e":-10,"\u00e9":-10,"\u00e8":-10,"\u00ea":-10,"\u00eb":-10,"\u011b":-10,"\u0117":-10,"\u0119":-10,"\u0435":-10,"\u0451":-10,"g":-10,"\u011f":-10,"\u0123":-10,"o":-10,"\u00f3":-10,"\u00f2":-10,"\u00f4":-10,"\u00f6":-10,"\u00f5":-10,"\u0153":-10,"\u0151":-10,"\u014d":-10,"\u043e":-10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"\u017e":-5,"z":-5,"\u017a":-5,"\u017c":-5,"X":15,"\u0425":15,"\u017d":10,"Z":10,"\u0179":10,"\u017b":10,"\u00bb":-20,"\u203a":-20,"k":5,"\u0137":5}},"\u00c9":{"d":"486,-902r-125,137r-66,0r87,-137r104,0xm81,-694r496,0r0,81r-411,0r0,210r371,0r0,81r-371,0r0,240r411,0r0,82r-496,0r0,-694","w":620,"k":{"\u00d8":10,"Q":10,"V":-15,"W":-10,"&":10,"*":-5,"@":5,"\\":-15,"}":-20,"]":-20,":":-5,"\u201c":-20,"\u201d":-10,"\u2018":-20,"\u2019":-10,"\u037e":-5,"\/":-20,"v":30,"w":25,")":-10,"\u00e3":10,"d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u00f8":10,"q":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-80,"\u012f":5,"C":10,"\u00c7":10,"\u0106":10,"\u010c":10,"\u0421":10,"G":10,"\u011e":10,"\u0122":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0150":10,"\u014c":10,"\u041e":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":-10,"\u0164":-10,"\u021a":-10,"\u0422":-10,"\u00dd":-15,"Y":-15,"\u0178":-15,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u0430":10,"c":10,"\u00e7":10,"\u0107":10,"\u010d":10,"\u0441":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"\u011b":10,"\u0117":10,"\u0119":10,"\u0435":10,"\u0451":10,"g":10,"\u011f":10,"\u0123":10,"j":10,"\u0458":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0151":10,"\u014d":10,"\u043e":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"X":-20,"\u0425":-20,"\u017d":-15,"Z":-15,"\u0179":-15,"\u017b":-15,"D":10,"\u010e":10}},"\u00d1":{"d":"425,-778v-54,0,-101,-38,-141,-38v-24,0,-40,19,-42,43r-48,0v4,-54,36,-105,102,-105v57,0,101,39,141,39v24,0,40,-20,42,-44r48,0v-4,54,-37,105,-102,105xm633,-694r0,694r-94,0r-373,-565r0,565r-85,0r0,-694r95,0r373,564r0,-564r84,0","w":715,"k":{"v":5,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"\u00d6":{"d":"514,-774r-91,0r0,-100r91,0r0,100xm345,-774r-91,0r0,-100r91,0r0,100xm384,-711v193,0,344,155,344,361v0,202,-154,362,-344,362v-190,0,-344,-159,-344,-362v0,-202,154,-361,344,-361xm384,-70v143,0,260,-123,260,-280v0,-160,-114,-280,-260,-280v-143,0,-260,123,-260,280v0,158,117,280,260,280","w":768,"k":{"V":20,"W":15,"&":5,"*":10,"\\":20,"}":10,"]":10,",":40,"\u2026":40,".":40,"?":10,"\u201c":20,"\u201d":10,"\u2018":20,"\u2019":10,"\/":20,"\u2122":30,"w":-5,")":10,"\u0414":20,"\u0416":30,"\u041b":10,"\u0423":25,"\u0409":10,"\u040e":25,"A":20,"\u00c4":20,"\u00c5":20,"\u00c6":20,"\u00c0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u0102":20,"\u0100":20,"\u0104":20,"\u0410":20,"J":10,"\u0408":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":40,"\u0164":40,"\u021a":40,"\u0422":40,"\u00dd":50,"Y":50,"\u0178":50,"x":10,"\u0445":10,"\u017e":5,"z":5,"\u017a":5,"\u017c":5,"X":35,"\u0425":35,"\u017d":15,"Z":15,"\u0179":15,"\u017b":15}},"\u00dc":{"d":"465,-774r-91,0r0,-100r91,0r0,100xm297,-774r-92,0r0,-100r92,0r0,100xm153,-249v0,103,66,179,182,179v117,0,181,-76,181,-179r0,-445r85,0r0,445v0,154,-108,261,-266,261v-159,0,-266,-107,-266,-261r0,-445r84,0r0,445","w":670,"k":{":":5,",":30,"\u2026":30,".":30,"\u037e":5,"\/":20,"v":5,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,")":10,"\u00e3":5,"d":5,"\u010f":5,"\u0111":5,"\u0113":5,"\u00f8":5,"q":5,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-40,"\u012f":5,"A":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u00c0":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"\u0102":10,"\u0100":10,"\u0104":10,"\u0410":10,"J":10,"\u0408":10,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"\u0103":5,"\u0101":5,"\u0105":5,"\u0430":5,"c":5,"\u00e7":5,"\u0107":5,"\u010d":5,"\u0441":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"\u011b":5,"\u0117":5,"\u0119":5,"\u0435":5,"\u0451":5,"g":5,"\u011f":5,"\u0123":5,"j":10,"\u0458":10,"m":5,"n":5,"\u00f1":5,"\u0144":5,"\u0148":5,"\u0146":5,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"\u0151":5,"\u014d":5,"\u043e":5,"p":5,"\u0440":5,"r":5,"\u0155":5,"\u0159":5,"\u0157":5,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"x":10,"\u0445":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"\u017e":8,"z":8,"\u017a":8,"\u017c":8,"k":10,"\u0137":10}},"\u00e1":{"d":"453,-720r-125,136r-66,0r87,-136r104,0xm553,-515r0,515r-82,0r0,-83v-36,53,-102,96,-178,96v-148,0,-258,-121,-258,-270v0,-149,110,-271,258,-271v76,0,142,43,178,95r0,-82r82,0xm468,-256v0,-105,-80,-191,-175,-191v-97,0,-173,86,-173,191v0,103,76,188,173,188v95,0,175,-85,175,-188","k":{"\\":20,"\u201c":10,"\u2018":10,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"p":10,"\u0440":10,"t":10,"\u0165":10,"\u021b":10,"k":5,"\u0137":5}},"\u00e0":{"d":"133,-721r104,0r88,137r-67,0xm553,-515r0,515r-82,0r0,-83v-36,53,-102,96,-178,96v-148,0,-258,-121,-258,-270v0,-149,110,-271,258,-271v76,0,142,43,178,95r0,-82r82,0xm468,-256v0,-105,-80,-191,-175,-191v-97,0,-173,86,-173,191v0,103,76,188,173,188v95,0,175,-85,175,-188","k":{"\\":20,"\u201c":10,"\u2018":10,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"p":10,"\u0440":10,"t":10,"\u0165":10,"\u021b":10,"k":5,"\u0137":5}},"\u00e2":{"d":"367,-583r-64,-91r-64,91r-77,0r104,-143r74,0r104,143r-77,0xm553,-515r0,515r-82,0r0,-83v-36,53,-102,96,-178,96v-148,0,-258,-121,-258,-270v0,-149,110,-271,258,-271v76,0,142,43,178,95r0,-82r82,0xm468,-256v0,-105,-80,-191,-175,-191v-97,0,-173,86,-173,191v0,103,76,188,173,188v95,0,175,-85,175,-188","k":{"\\":20,"\u201c":10,"\u2018":10,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"p":10,"\u0440":10,"t":10,"\u0165":10,"\u021b":10,"k":5,"\u0137":5}},"\u00e4":{"d":"421,-594r-92,0r0,-99r92,0r0,99xm252,-594r-92,0r0,-99r92,0r0,99xm553,-515r0,515r-82,0r0,-83v-36,53,-102,96,-178,96v-148,0,-258,-121,-258,-270v0,-149,110,-271,258,-271v76,0,142,43,178,95r0,-82r82,0xm468,-256v0,-105,-80,-191,-175,-191v-97,0,-173,86,-173,191v0,103,76,188,173,188v95,0,175,-85,175,-188","k":{"\\":20,"\u201c":10,"\u2018":10,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"p":10,"\u0440":10,"t":10,"\u0165":10,"\u021b":10,"k":5,"\u0137":5}},"\u00e3":{"d":"366,-597v-53,0,-101,-38,-141,-38v-25,0,-40,19,-42,43r-48,0v4,-54,36,-106,102,-106v57,0,101,39,141,39v25,0,40,-19,42,-43r48,0v-4,54,-37,105,-102,105xm553,-515r0,515r-82,0r0,-83v-36,53,-102,96,-178,96v-148,0,-258,-121,-258,-270v0,-149,110,-271,258,-271v76,0,142,43,178,95r0,-82r82,0xm468,-256v0,-105,-80,-191,-175,-191v-97,0,-173,86,-173,191v0,103,76,188,173,188v95,0,175,-85,175,-188","k":{"\u013c":5,"\u013e":5,"\u013a":5,"\u2018":10,"\u201c":10,"\u2122":60,"l":5,"h":5,"b":5,"\\":20,"p":10,"\u0440":10,"t":10,"\u0165":10,"\u021b":10,"k":5,"\u0137":5}},"\u00e5":{"d":"290,-595v-52,0,-95,-43,-95,-95v0,-53,43,-95,95,-95v53,0,96,42,96,95v0,52,-43,95,-96,95xm553,-515r0,515r-82,0r0,-83v-36,53,-102,96,-178,96v-148,0,-258,-121,-258,-270v0,-149,110,-271,258,-271v76,0,142,43,178,95r0,-82r82,0xm342,-690v0,-28,-23,-51,-52,-51v-28,0,-51,23,-51,51v0,28,23,51,51,51v29,0,52,-23,52,-51xm468,-256v0,-105,-80,-191,-175,-191v-97,0,-173,86,-173,191v0,103,76,188,173,188v95,0,175,-85,175,-188","k":{"\\":20,"\u201c":10,"\u2018":10,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"p":10,"\u0440":10,"t":10,"\u0165":10,"\u021b":10,"k":5,"\u0137":5}},"\u00e7":{"d":"307,12r-29,47v43,-20,105,0,105,59v0,87,-129,87,-169,28r12,-22v20,18,47,27,72,27v23,0,42,-11,42,-31v0,-32,-52,-46,-76,-21r-32,-21r33,-68v-129,-14,-230,-128,-230,-267v0,-149,116,-271,258,-271v115,0,205,68,240,172r-91,0v-29,-56,-82,-91,-149,-91v-95,0,-173,86,-173,190v0,104,78,188,173,188v68,0,121,-35,149,-91r91,0v-33,100,-118,167,-226,172","w":563,"k":{"*":25,"@":-5,"\\":25,"}":5,"]":5,"\u00a9":-5,"\u2014":5,"\u2013":5,"\u00ad":5,"?":20,"\u201c":10,"\u201d":10,"\u2018":10,"\u2019":10,"\u00ae":-5,"\/":-10,"\u2122":60,"w":-10,")":5,"\u017e":-5,"z":-5,"\u017a":-5,"\u017c":-5,"\u00bb":-5,"\u203a":-5}},"\u00e9":{"d":"456,-720r-125,136r-66,0r87,-136r104,0xm452,-160r90,0v-36,110,-124,172,-243,172v-148,0,-264,-118,-264,-269v0,-149,116,-271,259,-271v133,0,261,110,260,293r-433,0v11,187,265,228,331,75xm126,-311r334,0v-21,-84,-91,-140,-166,-140v-71,0,-146,52,-168,140","w":585,"k":{"*":35,"@":-5,"\\":35,",":10,"\u00a9":-5,"\u2026":10,".":10,"?":40,"\u201c":25,"\u201d":22,"\u2018":25,"\u2019":22,"\u00ae":-5,"\u2122":70,")":10,"\u00bb":-5,"\u203a":-5}},"\u00e8":{"d":"136,-721r104,0r87,137r-67,0xm452,-160r90,0v-36,110,-124,172,-243,172v-148,0,-264,-118,-264,-269v0,-149,116,-271,259,-271v133,0,261,110,260,293r-433,0v11,187,265,228,331,75xm126,-311r334,0v-21,-84,-91,-140,-166,-140v-71,0,-146,52,-168,140","w":585,"k":{"\u2019":22,"\u2018":25,"\u201d":22,"\u201c":25,"\u2026":10,"\u2122":70,"\u00a9":-5,"\u00ae":-5,"\\":35,"@":-5,"?":40,".":10,",":10,"*":35,")":10,"\u00bb":-5,"\u203a":-5}},"\u00ea":{"d":"349,-583r-64,-91r-64,91r-77,0r104,-143r74,0r104,143r-77,0xm452,-160r90,0v-36,110,-124,172,-243,172v-148,0,-264,-118,-264,-269v0,-149,116,-271,259,-271v133,0,261,110,260,293r-433,0v11,187,265,228,331,75xm126,-311r334,0v-21,-84,-91,-140,-166,-140v-71,0,-146,52,-168,140","w":585,"k":{"*":35,"@":-5,"\\":35,",":10,"\u00a9":-5,"\u2026":10,".":10,"?":40,"\u201c":25,"\u201d":22,"\u2018":25,"\u2019":22,"\u00ae":-5,"\u2122":70,")":10,"\u00bb":-5,"\u203a":-5}},"\u00eb":{"d":"419,-594r-91,0r0,-99r91,0r0,99xm250,-594r-91,0r0,-99r91,0r0,99xm452,-160r90,0v-36,110,-124,172,-243,172v-148,0,-264,-118,-264,-269v0,-149,116,-271,259,-271v133,0,261,110,260,293r-433,0v11,187,265,228,331,75xm126,-311r334,0v-21,-84,-91,-140,-166,-140v-71,0,-146,52,-168,140","w":585,"k":{"*":35,"@":-5,"\\":35,",":10,"\u00a9":-5,"\u2026":10,".":10,"?":40,"\u201c":25,"\u201d":22,"\u2018":25,"\u2019":22,"\u00ae":-5,"\u2122":70,")":10,"\u00bb":-5,"\u203a":-5}},"\u00ed":{"d":"276,-720r-125,136r-66,0r87,-136r104,0xm159,-515r0,515r-85,0r0,-515r85,0","w":233},"\u00ec":{"d":"-47,-721r104,0r87,137r-66,0xm159,-515r0,515r-85,0r0,-515r85,0","w":233},"\u00ee":{"d":"178,-583r-63,-91r-65,91r-77,0r105,-143r73,0r104,143r-77,0xm159,-515r0,515r-85,0r0,-515r85,0","w":233},"\u00ef":{"d":"247,-594r-92,0r0,-99r92,0r0,99xm78,-594r-92,0r0,-99r92,0r0,99xm159,-515r0,515r-85,0r0,-515r85,0","w":233},"\u00f1":{"d":"347,-597v-53,0,-101,-38,-141,-38v-24,0,-40,19,-42,43r-48,0v4,-54,37,-106,102,-106v57,0,101,39,142,39v24,0,39,-19,42,-43r47,0v-4,54,-36,105,-102,105xm503,-310r0,310r-84,0r0,-313v0,-79,-44,-137,-126,-137v-78,0,-135,58,-135,135r0,315r-85,0r0,-515r82,0r0,56v35,-43,88,-69,150,-69v126,0,198,90,198,218","w":574,"k":{"*":35,"\\":45,"?":30,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":80,"v":10,"w":6,")":20,"j":5,"\u0458":5,"u":8,"\u00fa":8,"\u00f9":8,"\u00fb":8,"\u00fc":8,"\u0171":8,"\u016b":8,"\u0173":8,"\u016f":8,"\u00fd":8,"y":8,"\u00ff":8,"\u0443":8,"\u045e":8,"t":10,"\u0165":10,"\u021b":10}},"\u00f3":{"d":"458,-720r-125,136r-66,0r87,-136r104,0xm294,-528v147,0,259,122,259,272v0,148,-112,268,-259,268v-146,0,-259,-120,-259,-268v0,-150,113,-272,259,-272xm294,-66v96,0,174,-85,174,-190v0,-107,-78,-194,-174,-194v-95,0,-173,87,-173,194v0,105,78,190,173,190","w":589,"k":{"*":45,"\\":45,"}":10,"]":10,",":20,"\u2026":20,".":20,"?":40,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":70,"v":5,"w":5,")":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":10,"\u0445":10,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"\u00f2":{"d":"128,-721r104,0r87,137r-66,0xm294,-528v147,0,259,122,259,272v0,148,-112,268,-259,268v-146,0,-259,-120,-259,-268v0,-150,113,-272,259,-272xm294,-66v96,0,174,-85,174,-190v0,-107,-78,-194,-174,-194v-95,0,-173,87,-173,194v0,105,78,190,173,190","w":589,"k":{"*":45,"\\":45,"}":10,"]":10,",":20,"\u2026":20,".":20,"?":40,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":70,"v":5,"w":5,")":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":10,"\u0445":10,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"\u00f4":{"d":"357,-583r-64,-91r-65,91r-76,0r104,-143r74,0r104,143r-77,0xm294,-528v147,0,259,122,259,272v0,148,-112,268,-259,268v-146,0,-259,-120,-259,-268v0,-150,113,-272,259,-272xm294,-66v96,0,174,-85,174,-190v0,-107,-78,-194,-174,-194v-95,0,-173,87,-173,194v0,105,78,190,173,190","w":589,"k":{"*":45,"\\":45,"}":10,"]":10,",":20,"\u2026":20,".":20,"?":40,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":70,"v":5,"w":5,")":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":10,"\u0445":10,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"\u00f6":{"d":"425,-594r-92,0r0,-99r92,0r0,99xm256,-594r-92,0r0,-99r92,0r0,99xm294,-528v147,0,259,122,259,272v0,148,-112,268,-259,268v-146,0,-259,-120,-259,-268v0,-150,113,-272,259,-272xm294,-66v96,0,174,-85,174,-190v0,-107,-78,-194,-174,-194v-95,0,-173,87,-173,194v0,105,78,190,173,190","w":589,"k":{"*":45,"\\":45,"}":10,"]":10,",":20,"\u2026":20,".":20,"?":40,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":70,"v":5,"w":5,")":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":10,"\u0445":10,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"\u00f5":{"d":"347,-597v-54,0,-101,-38,-142,-38v-24,0,-39,19,-42,43r-47,0v4,-54,36,-106,102,-106v57,0,100,39,141,39v24,0,39,-19,42,-43r48,0v-4,54,-37,105,-102,105xm294,-528v147,0,259,122,259,272v0,148,-112,268,-259,268v-146,0,-259,-120,-259,-268v0,-150,113,-272,259,-272xm294,-66v96,0,174,-85,174,-190v0,-107,-78,-194,-174,-194v-95,0,-173,87,-173,194v0,105,78,190,173,190","w":589,"k":{"*":45,"\\":45,"}":10,"]":10,",":20,"\u2026":20,".":20,"?":40,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":70,"v":5,"w":5,")":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":10,"\u0445":10,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"\u00fa":{"d":"439,-720r-125,136r-66,0r87,-136r104,0xm501,-515r0,515r-82,0r0,-56v-35,42,-87,68,-150,68v-126,0,-198,-90,-198,-217r0,-310r84,0r0,314v0,82,45,136,127,136v76,0,134,-57,134,-134r0,-316r85,0","w":574,"k":{"\\":20,"\u201c":10,"\u2018":10,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"p":10,"\u0440":10,"k":5,"\u0137":5}},"\u00f9":{"d":"130,-721r104,0r87,137r-66,0xm501,-515r0,515r-82,0r0,-56v-35,42,-87,68,-150,68v-126,0,-198,-90,-198,-217r0,-310r84,0r0,314v0,82,45,136,127,136v76,0,134,-57,134,-134r0,-316r85,0","w":574,"k":{"\\":20,"\u201c":10,"\u2018":10,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"p":10,"\u0440":10,"k":5,"\u0137":5}},"\u00fb":{"d":"349,-583r-64,-91r-64,91r-77,0r104,-143r74,0r104,143r-77,0xm501,-515r0,515r-82,0r0,-56v-35,42,-87,68,-150,68v-126,0,-198,-90,-198,-217r0,-310r84,0r0,314v0,82,45,136,127,136v76,0,134,-57,134,-134r0,-316r85,0","w":574,"k":{"\\":20,"\u201c":10,"\u2018":10,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"p":10,"\u0440":10,"k":5,"\u0137":5}},"\u00fc":{"d":"413,-594r-92,0r0,-99r92,0r0,99xm244,-594r-91,0r0,-99r91,0r0,99xm501,-515r0,515r-82,0r0,-56v-35,42,-87,68,-150,68v-126,0,-198,-90,-198,-217r0,-310r84,0r0,314v0,82,45,136,127,136v76,0,134,-57,134,-134r0,-316r85,0","w":574,"k":{"\\":20,"\u201c":10,"\u2018":10,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"p":10,"\u0440":10,"k":5,"\u0137":5}},"\u2020":{"d":"223,-567r105,0r0,73r-105,0r0,295r-76,0r0,-295r-105,0r0,-73r105,0r0,-127r76,0r0,127","w":370},"\u00b0":{"d":"189,-694v84,0,154,69,154,153v0,85,-70,154,-154,154v-85,0,-154,-69,-154,-154v0,-84,69,-153,154,-153xm189,-443v54,0,97,-43,97,-98v0,-54,-43,-98,-97,-98v-54,0,-97,44,-97,98v0,55,43,98,97,98","w":378,"k":{"8":15,"6":10,"5":25,"4":110,"3":15,"2":10,"1":-25,"0":10}},"\u00a2":{"d":"518,-168v-40,117,-150,191,-293,161r-35,117r-60,0r42,-138v-83,-42,-141,-132,-141,-235v0,-157,126,-285,292,-262r32,-106r60,0r-37,121v66,26,115,80,140,150r-92,0v-17,-32,-42,-56,-72,-71r-105,346v81,16,144,-19,178,-83r91,0xm196,-108r103,-338v-105,-9,-183,78,-183,183v0,66,32,123,80,155","w":547,"k":{")":10}},"\u00a3":{"d":"531,-30v-81,65,-166,44,-234,13v-58,-26,-111,-33,-192,24r-47,-71v77,-42,124,-140,84,-235r-111,0r0,-57r76,0v-24,-38,-49,-79,-49,-142v0,-115,92,-201,230,-201v137,0,230,88,230,216r-84,0v0,-83,-51,-136,-146,-136v-88,0,-143,48,-143,121v0,55,31,94,57,142r160,0r0,57r-136,0v21,82,7,149,-56,209v55,-30,109,-25,161,-3v68,28,109,28,153,-7","w":550,"k":{"8":10,"7":5,"6":10,"5":15,"4":40,"2":-10,"1":-20,"0":10}},"\u00a7":{"d":"433,-207v55,113,-31,219,-167,219v-109,0,-186,-67,-186,-167r83,0v0,57,43,87,103,87v59,0,99,-26,99,-71v0,-31,-18,-54,-124,-76v-86,-18,-199,-42,-199,-164v0,-48,24,-88,62,-114v-59,-109,29,-218,166,-218v107,0,186,61,186,168r-83,0v0,-54,-35,-88,-103,-88v-54,0,-100,22,-100,71v0,36,21,55,126,75v128,25,198,61,198,164v0,51,-25,90,-61,114xm370,-260v24,-10,39,-33,39,-61v0,-41,-19,-64,-131,-84v-43,-8,-82,-18,-113,-35v-25,12,-38,32,-38,60v0,45,22,66,135,88v43,9,79,19,108,32","w":535,"k":{"9":15,"8":10,"7":25,"6":5,"5":10,"4":10,"3":15,"2":10}},"\u2022":{"d":"157,-258v-60,0,-107,-47,-107,-107v0,-58,47,-106,107,-106v58,0,106,48,106,106v0,60,-48,107,-106,107","w":313},"\u00b6":{"d":"488,-694r0,694r-85,0r0,-613r-88,0r0,613r-84,0r0,-275v-131,-7,-205,-92,-205,-209v0,-123,80,-210,223,-210r239,0","w":550},"\u00df":{"d":"562,-212v0,168,-163,262,-337,210r0,-83v111,43,261,4,253,-125v-8,-137,-118,-151,-250,-144r0,-81r62,0v88,0,137,-53,137,-113v0,-82,-67,-118,-136,-118v-68,0,-138,39,-138,153r0,513r-84,0r0,-513v0,-142,91,-231,222,-231v130,0,221,81,221,196v0,65,-32,114,-84,143v84,30,134,97,134,193","w":601,"k":{"w":5,"v":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":15,"\u0445":15,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"\u00ae":{"d":"762,-350v0,200,-162,362,-362,362v-200,0,-362,-162,-362,-362v0,-199,162,-361,362,-361v200,0,362,162,362,361xm690,-350v0,-162,-130,-294,-290,-294v-160,0,-290,132,-290,294v0,163,130,295,290,295v160,0,290,-132,290,-295xm498,-307r85,148r-86,0r-72,-139r-97,0r0,138r-75,0r0,-398r191,0v84,0,137,51,137,130v0,57,-33,103,-83,121xm328,-367v78,-7,176,28,179,-61v3,-89,-103,-54,-179,-61r0,122","w":800,"k":{"w":-10,"v":-10,"W":20,"V":30,"7":30,"2":10,"A":40,"\u00c4":40,"\u00c5":40,"\u00c6":40,"\u00c0":40,"\u00c3":40,"\u00c2":40,"\u00c1":40,"\u0102":40,"\u0100":40,"\u0104":40,"\u0410":40,"T":45,"\u0164":45,"\u021a":45,"\u0422":45,"\u00dd":55,"Y":55,"\u0178":55,"x":10,"\u0445":10,"\u017e":5,"z":5,"\u017a":5,"\u017c":5,"X":35,"\u0425":35,"\u017d":40,"Z":40,"\u0179":40,"\u017b":40}},"\u00a9":{"d":"400,-711v200,0,362,162,362,361v0,200,-162,362,-362,362v-200,0,-362,-162,-362,-362v0,-199,162,-361,362,-361xm400,-55v160,0,290,-132,290,-295v0,-162,-130,-294,-290,-294v-160,0,-290,132,-290,294v0,163,130,295,290,295xm595,-282v-27,86,-104,148,-195,148v-113,0,-206,-97,-206,-216v0,-118,93,-215,206,-215v93,0,170,61,196,147r-78,0v-21,-46,-65,-76,-118,-76v-75,0,-132,65,-132,144v0,80,57,145,132,145v52,0,96,-31,118,-77r77,0","w":800,"k":{"\u0459":40,"\u044f":10,"\u0442":-10,"\u043b":40,"\u0437":10,"\u0434":50,"\u042a":55,"\u0427":15,"\u0423":25,"\u041b":60,"\u0417":10,"\u0416":30,"\u0414":70,"\u040e":25,"\u040b":45,"\u0409":60,"\u0402":45,"w":-10,"v":-10,"W":20,"V":30,"7":30,"2":10,"A":40,"\u00c4":40,"\u00c5":40,"\u00c6":40,"\u00c0":40,"\u00c3":40,"\u00c2":40,"\u00c1":40,"\u0102":40,"\u0100":40,"\u0104":40,"\u0410":40,"T":45,"\u0164":45,"\u021a":45,"\u0422":45,"\u00dd":55,"Y":55,"\u0178":55,"x":10,"\u0445":10,"\u017e":5,"z":5,"\u017a":5,"\u017c":5,"X":35,"\u0425":35,"\u017d":40,"Z":40,"\u0179":40,"\u017b":40}},"\u2122":{"d":"835,-694r0,436r-69,0r0,-315r-116,315r-70,0r-115,-315r0,315r-70,0r0,-436r93,0r127,351r128,-351r92,0xm33,-694r317,0r0,65r-123,0r0,371r-69,0r0,-371r-125,0r0,-65","w":897},"\u00b4":{"d":"349,-735r-119,132r-70,0r87,-132r102,0","w":417},"\u00a8":{"d":"334,-608r-81,0r0,-90r81,0r0,90xm164,-608r-81,0r0,-90r81,0r0,90","w":417},"\u00c6":{"d":"308,-694r615,0r0,81r-375,0r0,210r335,0r0,81r-335,0r0,240r375,0r0,82r-460,0r0,-202r-278,0r-87,202r-92,0xm463,-284r0,-329r-102,0r-141,329r243,0","w":966,"k":{"\u00d8":10,"Q":10,"V":-15,"W":-10,"&":10,"*":-5,"@":5,"\\":-15,"}":-20,"]":-20,":":-5,"\u201c":-20,"\u201d":-10,"\u2018":-20,"\u2019":-10,"\u037e":-5,"\/":-20,"v":30,"w":25,")":-10,"\u00e3":10,"d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u00f8":10,"q":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-80,"\u012f":5,"C":10,"\u00c7":10,"\u0106":10,"\u010c":10,"\u0421":10,"G":10,"\u011e":10,"\u0122":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0150":10,"\u014c":10,"\u041e":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":-10,"\u0164":-10,"\u021a":-10,"\u0422":-10,"\u00dd":-15,"Y":-15,"\u0178":-15,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u0430":10,"c":10,"\u00e7":10,"\u0107":10,"\u010d":10,"\u0441":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"\u011b":10,"\u0117":10,"\u0119":10,"\u0435":10,"\u0451":10,"g":10,"\u011f":10,"\u0123":10,"j":10,"\u0458":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0151":10,"\u014d":10,"\u043e":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"X":-20,"\u0425":-20,"\u017d":-15,"Z":-15,"\u0179":-15,"\u017b":-15,"D":10,"\u010e":10}},"\u00d8":{"d":"728,-350v0,202,-154,362,-344,362v-88,0,-169,-35,-230,-92r-70,70r-40,-41r71,-71v-47,-62,-75,-141,-75,-228v0,-202,154,-361,344,-361v90,0,170,33,231,90r68,-69r41,40r-71,71v47,61,75,140,75,229xm175,-182r381,-381v-46,-42,-105,-67,-172,-67v-143,0,-260,123,-260,280v0,64,19,122,51,168xm644,-350v0,-65,-19,-123,-51,-169r-380,381v45,43,105,68,171,68v143,0,260,-123,260,-280","w":768,"k":{"\u2019":10,"\u2018":20,"\u201d":10,"\u201c":20,"\u2026":40,"\u2122":30,"}":10,"w":-5,"]":10,"\\":20,"W":15,"V":20,"?":10,"\/":20,".":40,",":40,"*":10,")":10,"&":5,"A":20,"\u00c4":20,"\u00c5":20,"\u00c6":20,"\u00c0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u0102":20,"\u0100":20,"\u0104":20,"\u0410":20,"J":10,"\u0408":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":40,"\u0164":40,"\u021a":40,"\u0422":40,"\u00dd":50,"Y":50,"\u0178":50,"x":10,"\u0445":10,"\u017e":5,"z":5,"\u017a":5,"\u017c":5,"X":35,"\u0425":35,"\u017d":15,"Z":15,"\u0179":15,"\u017b":15}},"\u00a5":{"d":"453,-465r106,0r0,57r-139,0r-64,110r187,0r0,57r-199,0r0,241r-85,0r0,-241r-200,0r0,-57r188,0r-64,-110r-139,0r0,-57r106,0r-133,-229r98,0r186,329r187,-329r98,0","w":603,"k":{"9":5,"8":10,"7":-10,"5":10,"4":10,"3":10,"2":10,"1":-10}},"\u00aa":{"d":"361,-700r0,320r-66,0r0,-31v-96,92,-260,13,-260,-129v0,-141,162,-223,260,-130r0,-30r66,0xm294,-540v0,-60,-43,-108,-96,-108v-54,0,-97,48,-97,108v0,60,43,107,97,107v53,0,96,-47,96,-107","w":434},"\u00ba":{"d":"193,-710v90,0,162,77,162,170v0,93,-72,169,-162,169v-90,0,-163,-76,-163,-169v0,-93,73,-170,163,-170xm193,-433v53,0,96,-48,96,-107v0,-59,-43,-108,-96,-108v-53,0,-97,49,-97,108v0,59,44,107,97,107","w":385},"\u00e6":{"d":"883,-160r90,0v-35,110,-124,172,-243,172v-77,0,-139,-31,-182,-82r0,70r-80,0r0,-68v-44,49,-109,80,-177,80v-142,0,-256,-115,-256,-269v0,-155,116,-271,258,-271v97,0,175,53,217,133v42,-79,121,-133,215,-133v133,0,261,110,260,293r-433,0v11,187,265,228,331,75xm558,-311r333,0v-21,-84,-91,-140,-166,-140v-71,0,-146,52,-167,140xm467,-257v0,-107,-80,-193,-174,-193v-96,0,-174,85,-174,193v0,108,78,191,174,191v95,0,174,-85,174,-191","w":1016,"k":{"*":35,"@":-5,"\\":35,",":10,"\u00a9":-5,"\u2026":10,".":10,"?":40,"\u201c":25,"\u201d":22,"\u2018":25,"\u2019":22,"\u00ae":-5,"\u2122":70,")":10,"\u00bb":-5,"\u203a":-5}},"\u00f8":{"d":"553,-256v0,148,-112,269,-259,269v-66,0,-124,-25,-169,-65r-43,43r-41,-41r46,-45v-33,-45,-52,-101,-52,-161v0,-150,113,-272,259,-272v64,0,121,23,165,61r48,-48r41,40r-50,50v35,46,55,105,55,169xm148,-156r252,-252v-112,-96,-279,1,-279,152v0,36,10,71,27,100xm294,-69v137,0,223,-178,143,-296r-253,253v30,27,69,43,110,43","w":589,"k":{"\u2019":40,"\u2018":40,"\u201d":40,"\u201c":40,"\u2026":20,"\u2122":70,"}":10,"w":5,"v":5,"]":10,"\\":45,"?":40,".":20,",":20,"*":45,")":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":10,"\u0445":10,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"\u00bf":{"d":"233,-595r0,-99r96,0r0,99r-96,0xm46,-177v0,-98,60,-143,109,-178v59,-42,91,-71,85,-162r83,0v7,124,-50,173,-118,223v-48,35,-75,61,-75,114v0,72,45,116,135,116v87,0,141,-51,141,-124r85,0v0,110,-86,205,-226,205v-139,0,-219,-86,-219,-194","w":522,"k":{"\u00d8":10,"w":30,"v":40,"W":60,"V":80,"Q":15,"9":10,"7":60,"4":-10,"1":20,")":10,"C":15,"\u00c7":15,"\u0106":15,"\u010c":15,"\u0421":15,"G":15,"\u011e":15,"\u0122":15,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0150":10,"\u014c":10,"\u041e":10,"\u0160":-10,"S":-10,"\u015a":-10,"\uf6c1":-10,"\u0405":-10,"T":70,"\u0164":70,"\u021a":70,"\u0422":70,"\u00dd":90,"Y":90,"\u0178":90,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"x":10,"\u0445":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"U":10,"\u00dc":10,"\u00da":10,"\u00db":10,"\u00d9":10,"\u0170":10,"\u016a":10,"\u0172":10,"\u016e":10,"t":10,"\u0165":10,"\u021b":10}},"\u00a1":{"d":"88,-595r0,-99r95,0r0,99r-95,0xm93,0r0,-517r85,0r0,517r-85,0","w":271,"k":{"0":10,"t":10,"\u0165":10,"\u021b":10}},"\u0192":{"d":"435,-660r0,85v-59,-23,-116,-10,-132,65r-12,52r77,0r0,61r-90,0r-48,224v-26,127,-113,167,-215,139r0,-85v58,22,115,10,132,-66r45,-212r-74,0r0,-61r87,0r14,-64v26,-126,114,-166,216,-138","w":453,"k":{"9":-5,"8":10,"7":-25,"6":15,"5":20,"4":70,"2":5,"1":-30,"0":15}},"\u00ab":{"d":"393,-380r-100,80r100,82r0,88r-158,-136r0,-67r158,-136r0,89xm23,-333r158,-136r0,89r-100,80r100,82r0,88r-158,-136r0,-67","w":423,"k":{"V":30,"W":20,"v":-10,"w":-10,"\u0416":15,"\u041b":20,"\u0423":10,"\u0409":20,"\u040e":10,"\u0417":-10,"\u0424":-10,"\u0437":-10,"\u0447":-10,"\u042a":100,"\u0402":80,"\u040b":80,"\u043b":10,"\u0459":10,"J":-15,"\u0408":-15,"\u0160":-10,"S":-10,"\u015a":-10,"\uf6c1":-10,"\u0405":-10,"T":80,"\u0164":80,"\u021a":80,"\u0422":80,"\u00dd":50,"Y":50,"\u0178":50,"X":20,"\u0425":20,"\u017d":-15,"Z":-15,"\u0179":-15,"\u017b":-15}},"\u00bb":{"d":"400,-333r0,67r-159,136r0,-88r100,-82r-100,-80r0,-89xm29,-469r159,136r0,67r-159,136r0,-88r100,-82r-100,-80r0,-89","w":423,"k":{"V":60,"W":35,"}":10,"]":10,"v":10,")":15,"\u0414":50,"\u0416":20,"\u041b":60,"\u0423":10,"\u0409":60,"\u040e":10,"\u0424":-10,"\u0427":20,"\u0442":20,"\u0447":-15,"\u044a":20,"\u042a":120,"\u0402":80,"\u040b":80,"\u043b":30,"\u0459":30,"\u042f":10,"\u0434":50,"A":20,"\u00c4":20,"\u00c5":20,"\u00c6":20,"\u00c0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u0102":20,"\u0100":20,"\u0104":20,"\u0410":20,"T":80,"\u0164":80,"\u021a":80,"\u0422":80,"\u00dd":80,"Y":80,"\u0178":80,"x":40,"\u0445":40,"\u017e":10,"z":10,"\u017a":10,"\u017c":10,"X":55,"\u0425":55,"\u017d":30,"Z":30,"\u0179":30,"\u017b":30}},"\u2026":{"d":"813,-88r0,88r-85,0r0,-88r85,0xm473,-88r0,88r-84,0r0,-88r84,0xm135,-88r0,88r-85,0r0,-88r85,0","w":863,"k":{"\u0459":-15,"\u0454":20,"\u044a":90,"\u0447":80,"\u0444":20,"\u0442":115,"\u043b":-15,"\u0434":-20,"\u0431":30,"\u042d":10,"\u042a":110,"\u0429":40,"\u0428":40,"\u0427":130,"\u0426":40,"\u0424":70,"\u0423":30,"\u041b":-10,"\u040e":30,"\u040b":110,"\u0409":-10,"\u0404":40,"\u0402":110,"\u0113":20,"\u0111":10,"\u010f":10,"\u00f8":20,"\u00d8":40,"\u00e3":20,"w":50,"v":50,"q":20,"d":10,"W":80,"V":100,"Q":40,"9":15,"7":30,"6":30,"5":10,"4":20,"3":10,"2":-15,"1":30,"0":30,"A":-20,"\u00c4":-20,"\u00c5":-20,"\u00c6":-20,"\u00c0":-20,"\u00c3":-20,"\u00c2":-20,"\u00c1":-20,"\u0102":-20,"\u0100":-20,"\u0104":-20,"\u0410":-20,"C":40,"\u00c7":40,"\u0106":40,"\u010c":40,"\u0421":40,"G":40,"\u011e":40,"\u0122":40,"O":40,"\u00d6":40,"\u00d5":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d2":40,"\u0150":40,"\u014c":40,"\u041e":40,"T":110,"\u0164":110,"\u021a":110,"\u0422":110,"\u00dd":100,"Y":100,"\u0178":100,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"\u0103":20,"\u0101":20,"\u0105":20,"\u0430":20,"c":20,"\u00e7":20,"\u0107":20,"\u010d":20,"\u0441":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"\u011b":20,"\u0117":20,"\u0119":20,"\u0435":20,"\u0451":20,"g":10,"\u011f":10,"\u0123":10,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"\u0151":20,"\u014d":20,"\u043e":20,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"X":-10,"\u0425":-10,"\u017d":-10,"Z":-10,"\u0179":-10,"\u017b":-10,"U":30,"\u00dc":30,"\u00da":30,"\u00db":30,"\u00d9":30,"\u0170":30,"\u016a":30,"\u0172":30,"\u016e":30,"t":30,"\u0165":30,"\u021b":30}},"\u00c0":{"d":"152,-902r103,0r88,137r-67,0xm453,-202r-281,0r-74,202r-92,0r262,-694r96,0r257,694r-95,0xm425,-281r-111,-309r-113,309r224,0","w":627},"\u00c3":{"d":"371,-778v-54,0,-101,-38,-141,-38v-25,0,-40,19,-42,43r-48,0v4,-54,36,-105,102,-105v57,0,101,39,141,39v24,0,40,-20,42,-44r48,0v-5,54,-37,105,-102,105xm453,-202r-281,0r-74,202r-92,0r262,-694r96,0r257,694r-95,0xm425,-281r-111,-309r-113,309r224,0","w":627},"\u00d5":{"d":"438,-778v-54,0,-101,-38,-141,-38v-24,0,-40,19,-42,43r-48,0v4,-54,36,-105,102,-105v57,0,101,39,141,39v24,0,40,-20,42,-44r48,0v-5,54,-37,105,-102,105xm384,-711v193,0,344,155,344,361v0,202,-154,362,-344,362v-190,0,-344,-159,-344,-362v0,-202,154,-361,344,-361xm384,-70v143,0,260,-123,260,-280v0,-160,-114,-280,-260,-280v-143,0,-260,123,-260,280v0,158,117,280,260,280","w":768,"k":{"V":20,"W":15,"&":5,"*":10,"\\":20,"}":10,"]":10,",":40,"\u2026":40,".":40,"?":10,"\u201c":20,"\u201d":10,"\u2018":20,"\u2019":10,"\/":20,"\u2122":30,"w":-5,")":10,"\u0414":20,"\u0416":30,"\u041b":10,"\u0423":25,"\u0409":10,"\u040e":25,"A":20,"\u00c4":20,"\u00c5":20,"\u00c6":20,"\u00c0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u0102":20,"\u0100":20,"\u0104":20,"\u0410":20,"J":10,"\u0408":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":40,"\u0164":40,"\u021a":40,"\u0422":40,"\u00dd":50,"Y":50,"\u0178":50,"x":10,"\u0445":10,"\u017e":5,"z":5,"\u017a":5,"\u017c":5,"X":35,"\u0425":35,"\u017d":15,"Z":15,"\u0179":15,"\u017b":15}},"\u0152":{"d":"644,-694r491,0r0,81r-410,0r0,210r374,0r0,81r-374,0r0,240r410,0r0,82r-491,0r0,-120v-60,81,-152,132,-259,132v-190,0,-345,-159,-345,-362v0,-202,155,-361,345,-361v108,0,200,49,259,128r0,-111xm644,-351v0,-159,-114,-279,-259,-279v-145,0,-261,123,-261,280v0,158,116,280,261,280v143,0,259,-123,259,-281","w":1178,"k":{"\u00d8":10,"Q":10,"V":-15,"W":-10,"&":10,"*":-5,"@":5,"\\":-15,"}":-20,"]":-20,":":-5,"\u201c":-20,"\u201d":-10,"\u2018":-20,"\u2019":-10,"\u037e":-5,"\/":-20,"v":30,"w":25,")":-10,"\u00e3":10,"d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u00f8":10,"q":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-80,"\u012f":5,"C":10,"\u00c7":10,"\u0106":10,"\u010c":10,"\u0421":10,"G":10,"\u011e":10,"\u0122":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0150":10,"\u014c":10,"\u041e":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":-10,"\u0164":-10,"\u021a":-10,"\u0422":-10,"\u00dd":-15,"Y":-15,"\u0178":-15,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u0430":10,"c":10,"\u00e7":10,"\u0107":10,"\u010d":10,"\u0441":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"\u011b":10,"\u0117":10,"\u0119":10,"\u0435":10,"\u0451":10,"g":10,"\u011f":10,"\u0123":10,"j":10,"\u0458":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0151":10,"\u014d":10,"\u043e":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"X":-20,"\u0425":-20,"\u017d":-15,"Z":-15,"\u0179":-15,"\u017b":-15,"D":10,"\u010e":10}},"\u0153":{"d":"883,-160r90,0v-35,110,-123,172,-243,172v-98,0,-177,-53,-220,-133v-40,80,-118,133,-217,133v-146,0,-258,-120,-258,-269v0,-149,112,-271,258,-271v100,0,177,54,217,135v43,-81,120,-135,215,-135v133,0,263,110,260,293r-432,0v9,187,264,228,330,75xm558,-311r334,0v-22,-84,-92,-140,-167,-140v-70,0,-145,52,-167,140xm468,-257v0,-106,-78,-193,-175,-193v-95,0,-173,87,-173,193v0,106,78,191,173,191v97,0,175,-85,175,-191","w":1016,"k":{"*":35,"@":-5,"\\":35,",":10,"\u00a9":-5,"\u2026":10,".":10,"?":40,"\u201c":25,"\u201d":22,"\u2018":25,"\u2019":22,"\u00ae":-5,"\u2122":70,")":10,"\u00bb":-5,"\u203a":-5}},"\u2013":{"d":"587,-235r-543,0r0,-82r543,0r0,82","w":631,"k":{"\u0459":30,"\u044a":65,"\u0442":50,"\u043b":30,"\u0434":45,"\u042a":110,"\u0427":35,"\u0423":20,"\u041b":70,"\u0416":20,"\u0414":65,"\u040e":20,"\u040b":90,"\u0409":70,"\u0402":90,"w":10,"v":10,"W":40,"V":55,"9":10,"7":40,"5":10,"4":-10,"1":20,")":20,"A":25,"\u00c4":25,"\u00c5":25,"\u00c6":25,"\u00c0":25,"\u00c3":25,"\u00c2":25,"\u00c1":25,"\u0102":25,"\u0100":25,"\u0104":25,"\u0410":25,"J":-10,"\u0408":-10,"T":90,"\u0164":90,"\u021a":90,"\u0422":90,"\u00dd":90,"Y":90,"\u0178":90,"x":40,"\u0445":40,"\u017e":5,"z":5,"\u017a":5,"\u017c":5,"X":50,"\u0425":50,"\u017d":30,"Z":30,"\u0179":30,"\u017b":30,"t":5,"\u0165":5,"\u021b":5}},"\u2014":{"d":"933,-235r-889,0r0,-82r889,0r0,82","w":976,"k":{"\u0459":30,"\u044a":65,"\u0442":50,"\u043b":30,"\u0434":45,"\u042a":110,"\u0427":35,"\u0423":20,"\u041b":70,"\u0416":20,"\u0414":65,"\u040e":20,"\u040b":90,"\u0409":70,"\u0402":90,"w":10,"v":10,"W":40,"V":55,")":20,"A":25,"\u00c4":25,"\u00c5":25,"\u00c6":25,"\u00c0":25,"\u00c3":25,"\u00c2":25,"\u00c1":25,"\u0102":25,"\u0100":25,"\u0104":25,"\u0410":25,"J":-10,"\u0408":-10,"T":90,"\u0164":90,"\u021a":90,"\u0422":90,"\u00dd":90,"Y":90,"\u0178":90,"x":40,"\u0445":40,"\u017e":5,"z":5,"\u017a":5,"\u017c":5,"X":50,"\u0425":50,"\u017d":30,"Z":30,"\u0179":30,"\u017b":30,"t":5,"\u0165":5,"\u021b":5}},"\u201c":{"d":"298,-573r0,103r-100,0r0,-126v0,-68,47,-102,93,-106r0,44v-40,6,-53,38,-49,85r56,0xm85,-573r57,0r0,103r-100,0r0,-126v0,-68,47,-102,93,-106r0,44v-40,6,-54,38,-50,85","w":340,"k":{"\u045b":-25,"\u0459":70,"\u0454":25,"\u0452":-25,"\u044f":20,"\u044d":10,"\u0444":25,"\u0442":-10,"\u043b":70,"\u0437":10,"\u042a":-10,"\u041b":110,"\u0414":100,"\u0409":110,"\u0404":5,"\u0113":35,"\u0111":35,"\u010f":35,"\u00f8":35,"\u00d8":10,"\u00e3":35,"w":-20,"v":-20,"q":35,"d":35,"W":-5,"V":-10,"Q":10,"A":90,"\u00c4":90,"\u00c5":90,"\u00c6":90,"\u00c0":90,"\u00c3":90,"\u00c2":90,"\u00c1":90,"\u0102":90,"\u0100":90,"\u0104":90,"\u0410":90,"C":5,"\u00c7":5,"\u0106":5,"\u010c":5,"\u0421":5,"G":5,"\u011e":5,"\u0122":5,"J":90,"\u0408":90,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0150":10,"\u014c":10,"\u041e":10,"\u00dd":-5,"Y":-5,"\u0178":-5,"a":35,"\u00e1":35,"\u00e0":35,"\u00e2":35,"\u00e4":35,"\u00e5":35,"\u00e6":35,"\u0103":35,"\u0101":35,"\u0105":35,"\u0430":35,"c":35,"\u00e7":35,"\u0107":35,"\u010d":35,"\u0441":35,"e":35,"\u00e9":35,"\u00e8":35,"\u00ea":35,"\u00eb":35,"\u011b":35,"\u0117":35,"\u0119":35,"\u0435":35,"\u0451":35,"g":30,"\u011f":30,"\u0123":30,"o":35,"\u00f3":35,"\u00f2":35,"\u00f4":35,"\u00f6":35,"\u00f5":35,"\u0153":35,"\u0151":35,"\u014d":35,"\u043e":35,"\u0161":20,"s":20,"\u015b":20,"\uf6c2":20,"\u0455":20,"x":-10,"\u0445":-10,"\u017e":-10,"z":-10,"\u017a":-10,"\u017c":-10,"\u017d":10,"Z":10,"\u0179":10,"\u017b":10}},"\u201d":{"d":"294,-694r0,126v0,68,-47,101,-94,106r0,-44v41,-6,54,-38,50,-85r-57,0r0,-103r101,0xm38,-694r100,0r0,126v0,68,-47,101,-94,106r0,-44v40,-6,54,-38,50,-85r-56,0r0,-103","w":335,"k":{"\u0491":15,"\u045f":15,"\u045b":-25,"\u045a":15,"\u0459":90,"\u0454":50,"\u0453":15,"\u0452":-25,"\u044f":45,"\u044e":15,"\u044d":35,"\u044c":15,"\u044b":15,"\u0449":15,"\u0448":15,"\u0446":15,"\u0444":50,"\u043f":15,"\u043d":15,"\u043c":15,"\u043b":90,"\u0439":15,"\u0438":15,"\u0437":30,"\u0434":110,"\u0433":15,"\u0432":15,"\u0431":10,"\u042a":-10,"\u0424":20,"\u041b":120,"\u0417":10,"\u0416":10,"\u0414":115,"\u040b":-20,"\u0409":120,"\u0404":25,"\u0402":-20,"\u0113":55,"\u0111":55,"\u010f":55,"\u00b1":15,"\u221e":15,"\ufb02":15,"\ufb01":15,"\u00f8":55,"\u00d8":25,"\u00e3":55,"w":-10,"v":-10,"q":55,"d":55,"W":-10,"V":-10,"Q":25,"A":120,"\u00c4":120,"\u00c5":120,"\u00c6":120,"\u00c0":120,"\u00c3":120,"\u00c2":120,"\u00c1":120,"\u0102":120,"\u0100":120,"\u0104":120,"\u0410":120,"C":25,"\u00c7":25,"\u0106":25,"\u010c":25,"\u0421":25,"G":25,"\u011e":25,"\u0122":25,"J":90,"\u0408":90,"O":25,"\u00d6":25,"\u00d5":25,"\u0152":25,"\u00d3":25,"\u00d4":25,"\u00d2":25,"\u0150":25,"\u014c":25,"\u041e":25,"\u0160":5,"S":5,"\u015a":5,"\uf6c1":5,"\u0405":5,"T":-20,"\u0164":-20,"\u021a":-20,"\u0422":-20,"\u00dd":-5,"Y":-5,"\u0178":-5,"a":55,"\u00e1":55,"\u00e0":55,"\u00e2":55,"\u00e4":55,"\u00e5":55,"\u00e6":55,"\u0103":55,"\u0101":55,"\u0105":55,"\u0430":55,"c":55,"\u00e7":55,"\u0107":55,"\u010d":55,"\u0441":55,"e":55,"\u00e9":55,"\u00e8":55,"\u00ea":55,"\u00eb":55,"\u011b":55,"\u0117":55,"\u0119":55,"\u0435":55,"\u0451":55,"g":70,"\u011f":70,"\u0123":70,"m":20,"n":20,"\u00f1":20,"\u0144":20,"\u0148":20,"\u0146":20,"o":55,"\u00f3":55,"\u00f2":55,"\u00f4":55,"\u00f6":55,"\u00f5":55,"\u0153":55,"\u0151":55,"\u014d":55,"\u043e":55,"p":20,"\u0440":20,"r":20,"\u0155":20,"\u0159":20,"\u0157":20,"\u0161":40,"s":40,"\u015b":40,"\uf6c2":40,"\u0455":40,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"\u017d":5,"Z":5,"\u0179":5,"\u017b":5,"t":5,"\u0165":5,"\u021b":5,"f":15,"\u2260":15}},"\u2018":{"d":"142,-573r0,103r-100,0r0,-126v0,-68,46,-102,93,-106r0,44v-40,6,-54,38,-50,85r57,0","w":183,"k":{"\u045b":-25,"\u0459":70,"\u0454":25,"\u0452":-25,"\u044f":20,"\u044d":10,"\u0444":25,"\u0442":-10,"\u043b":70,"\u0437":10,"\u042a":-10,"\u041b":110,"\u0414":100,"\u0409":110,"\u0404":5,"\u0113":35,"\u0111":35,"\u010f":35,"\u00f8":35,"\u00d8":10,"\u00e3":35,"w":-20,"v":-20,"q":35,"d":35,"W":-5,"V":-10,"Q":10,"A":90,"\u00c4":90,"\u00c5":90,"\u00c6":90,"\u00c0":90,"\u00c3":90,"\u00c2":90,"\u00c1":90,"\u0102":90,"\u0100":90,"\u0104":90,"\u0410":90,"C":5,"\u00c7":5,"\u0106":5,"\u010c":5,"\u0421":5,"G":5,"\u011e":5,"\u0122":5,"J":90,"\u0408":90,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0150":10,"\u014c":10,"\u041e":10,"\u00dd":-5,"Y":-5,"\u0178":-5,"a":35,"\u00e1":35,"\u00e0":35,"\u00e2":35,"\u00e4":35,"\u00e5":35,"\u00e6":35,"\u0103":35,"\u0101":35,"\u0105":35,"\u0430":35,"c":35,"\u00e7":35,"\u0107":35,"\u010d":35,"\u0441":35,"e":35,"\u00e9":35,"\u00e8":35,"\u00ea":35,"\u00eb":35,"\u011b":35,"\u0117":35,"\u0119":35,"\u0435":35,"\u0451":35,"g":30,"\u011f":30,"\u0123":30,"o":35,"\u00f3":35,"\u00f2":35,"\u00f4":35,"\u00f6":35,"\u00f5":35,"\u0153":35,"\u0151":35,"\u014d":35,"\u043e":35,"\u0161":20,"s":20,"\u015b":20,"\uf6c2":20,"\u0455":20,"x":-10,"\u0445":-10,"\u017e":-10,"z":-10,"\u017a":-10,"\u017c":-10,"\u017d":10,"Z":10,"\u0179":10,"\u017b":10}},"\u2019":{"d":"138,-694r0,126v0,68,-47,101,-94,106r0,-44v40,-6,54,-38,50,-85r-56,0r0,-103r100,0","w":179,"k":{"\u0491":15,"\u045f":15,"\u045b":-25,"\u045a":15,"\u0459":90,"\u0454":50,"\u0453":15,"\u0452":-25,"\u044f":45,"\u044e":15,"\u044d":35,"\u044c":15,"\u044b":15,"\u0449":15,"\u0448":15,"\u0446":15,"\u0444":50,"\u043f":15,"\u043d":15,"\u043c":15,"\u043b":90,"\u0439":15,"\u0438":15,"\u0437":30,"\u0434":110,"\u0433":15,"\u0432":15,"\u0431":10,"\u042a":-10,"\u0424":20,"\u041b":120,"\u0417":10,"\u0416":10,"\u0414":115,"\u040b":-20,"\u0409":120,"\u0404":25,"\u0402":-20,"\u0113":55,"\u0111":55,"\u010f":55,"\u00b1":15,"\u221e":15,"\ufb02":15,"\ufb01":15,"\u00f8":55,"\u00d8":25,"\u00e3":55,"w":-10,"v":-10,"q":55,"d":55,"W":-10,"V":-10,"Q":25,"A":120,"\u00c4":120,"\u00c5":120,"\u00c6":120,"\u00c0":120,"\u00c3":120,"\u00c2":120,"\u00c1":120,"\u0102":120,"\u0100":120,"\u0104":120,"\u0410":120,"C":25,"\u00c7":25,"\u0106":25,"\u010c":25,"\u0421":25,"G":25,"\u011e":25,"\u0122":25,"J":90,"\u0408":90,"O":25,"\u00d6":25,"\u00d5":25,"\u0152":25,"\u00d3":25,"\u00d4":25,"\u00d2":25,"\u0150":25,"\u014c":25,"\u041e":25,"\u0160":5,"S":5,"\u015a":5,"\uf6c1":5,"\u0405":5,"T":-20,"\u0164":-20,"\u021a":-20,"\u0422":-20,"\u00dd":-5,"Y":-5,"\u0178":-5,"a":55,"\u00e1":55,"\u00e0":55,"\u00e2":55,"\u00e4":55,"\u00e5":55,"\u00e6":55,"\u0103":55,"\u0101":55,"\u0105":55,"\u0430":55,"c":55,"\u00e7":55,"\u0107":55,"\u010d":55,"\u0441":55,"e":55,"\u00e9":55,"\u00e8":55,"\u00ea":55,"\u00eb":55,"\u011b":55,"\u0117":55,"\u0119":55,"\u0435":55,"\u0451":55,"g":70,"\u011f":70,"\u0123":70,"m":20,"n":20,"\u00f1":20,"\u0144":20,"\u0148":20,"\u0146":20,"o":55,"\u00f3":55,"\u00f2":55,"\u00f4":55,"\u00f6":55,"\u00f5":55,"\u0153":55,"\u0151":55,"\u014d":55,"\u043e":55,"p":20,"\u0440":20,"r":20,"\u0155":20,"\u0159":20,"\u0157":20,"\u0161":40,"s":40,"\u015b":40,"\uf6c2":40,"\u0455":40,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"\u017d":5,"Z":5,"\u0179":5,"\u017b":5,"t":5,"\u0165":5,"\u021b":5,"f":15,"\u2260":15}},"\u00ff":{"d":"411,-594r-91,0r0,-99r91,0r0,99xm243,-594r-92,0r0,-99r92,0r0,99xm412,-515r85,0r0,553v0,135,-94,215,-215,215v-108,0,-192,-64,-212,-170r86,0v18,55,60,88,126,88v79,0,130,-54,130,-133r0,-77v-31,33,-74,51,-130,51v-121,0,-215,-85,-215,-215r0,-312r84,0r0,312v0,77,51,133,131,133v79,0,130,-56,130,-133r0,-312","w":566,"k":{"\\":30,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"i":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u012b":10,"\u012f":10,"p":10,"\u0440":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"t":5,"\u0165":5,"\u021b":5,"k":5,"\u0137":5}},"\u0178":{"d":"421,-774r-91,0r0,-100r91,0r0,100xm253,-774r-92,0r0,-100r92,0r0,100xm571,-694r-241,394r0,300r-85,0r0,-300r-241,-394r98,0r186,316r186,-316r97,0","w":575,"k":{"\u00d8":50,"Q":50,"V":-30,"W":-30,"&":65,"*":-15,"@":50,"\\":-30,"}":-25,"]":-25,":":55,",":100,"\u00a9":55,"\u2026":100,"\u2014":90,"\u2013":90,"\u00ad":90,".":100,"?":10,"\u201c":5,"\u201d":-15,"\u2018":5,"\u2019":-15,"\u00ae":55,"\u037e":55,"\/":70,"\u2122":-20,"v":35,"w":40,")":-5,"\u00e3":90,"d":90,"\u010f":90,"\u0111":90,"\u0113":90,"\u00f8":90,"q":90,"i":15,"\u00ed":45,"\u00ee":-10,"\u00ef":-25,"\u00ec":-30,"\u012b":-40,"\u012f":15,"\u0131":60,"A":80,"\u00c4":80,"\u00c5":80,"\u00c6":80,"\u00c0":80,"\u00c3":80,"\u00c2":80,"\u00c1":80,"\u0102":80,"\u0100":80,"\u0104":80,"\u0410":80,"C":50,"\u00c7":50,"\u0106":50,"\u010c":50,"\u0421":50,"G":50,"\u011e":50,"\u0122":50,"J":110,"\u0408":110,"O":50,"\u00d6":50,"\u00d5":50,"\u0152":50,"\u00d3":50,"\u00d4":50,"\u00d2":50,"\u0150":50,"\u014c":50,"\u041e":50,"\u0160":20,"S":20,"\u015a":20,"\uf6c1":20,"\u0405":20,"T":-25,"\u0164":-25,"\u021a":-25,"\u0422":-25,"\u00dd":-30,"Y":-30,"\u0178":-30,"a":90,"\u00e1":90,"\u00e0":90,"\u00e2":90,"\u00e4":90,"\u00e5":90,"\u00e6":90,"\u0103":90,"\u0101":90,"\u0105":90,"\u0430":90,"c":90,"\u00e7":90,"\u0107":90,"\u010d":90,"\u0441":90,"e":90,"\u00e9":90,"\u00e8":90,"\u00ea":90,"\u00eb":90,"\u011b":90,"\u0117":90,"\u0119":90,"\u0435":90,"\u0451":90,"g":90,"\u011f":90,"\u0123":90,"j":15,"\u0458":15,"m":65,"n":65,"\u00f1":65,"\u0144":65,"\u0148":65,"\u0146":65,"o":90,"\u00f3":90,"\u00f2":90,"\u00f4":90,"\u00f6":90,"\u00f5":90,"\u0153":90,"\u0151":90,"\u014d":90,"\u043e":90,"p":65,"\u0440":65,"r":65,"\u0155":65,"\u0159":65,"\u0157":65,"\u0161":90,"s":90,"\u015b":90,"\uf6c2":90,"\u0455":90,"u":55,"\u00fa":55,"\u00f9":55,"\u00fb":55,"\u00fc":55,"\u0171":55,"\u016b":55,"\u0173":55,"\u016f":55,"x":60,"\u0445":60,"\u00fd":55,"y":55,"\u00ff":55,"\u0443":55,"\u045e":55,"\u017e":40,"z":40,"\u017a":40,"\u017c":40,"X":-15,"\u0425":-15,"\u00ab":80,"\u2039":80,"\u00bb":50,"\u203a":50,"I":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"\u00cc":5,"\u0130":5,"\u012a":5,"\u012e":5,"\ue001":5,"\u0407":5}},"\u2044":{"d":"510,-694r-408,706r-62,0r407,-706r63,0","w":550},"\u20ac":{"d":"657,-157v-52,94,-147,157,-258,157v-135,0,-249,-92,-290,-218r-74,0r0,-57r61,0v-3,-23,-4,-48,-2,-73r-59,0r0,-57r68,0v36,-136,155,-237,296,-237v96,0,186,42,245,114r-39,81v-41,-67,-120,-115,-206,-115v-95,0,-176,67,-207,157r393,0r-28,57r-378,0v-2,25,-1,50,3,73r340,0r-28,57r-295,0v36,80,112,138,200,138v63,0,120,-30,160,-77r98,0","w":688,"k":{"9":5,"6":10,"1":-10,"0":15}},"\u2039":{"d":"181,-380r-100,80r100,82r0,88r-158,-136r0,-67r158,-136r0,89","w":210,"k":{"V":30,"W":20,"v":-10,"w":-10,"\u0416":15,"\u041b":20,"\u0423":10,"\u0409":20,"\u040e":10,"\u0417":-10,"\u0424":-10,"\u0437":-10,"\u0447":-10,"\u042a":100,"\u0402":80,"\u040b":80,"\u043b":10,"\u0459":10,"J":-15,"\u0408":-15,"\u0160":-10,"S":-10,"\u015a":-10,"\uf6c1":-10,"\u0405":-10,"T":80,"\u0164":80,"\u021a":80,"\u0422":80,"\u00dd":50,"Y":50,"\u0178":50,"X":20,"\u0425":20,"\u017d":-15,"Z":-15,"\u0179":-15,"\u017b":-15}},"\u203a":{"d":"188,-333r0,67r-159,136r0,-88r100,-82r-100,-80r0,-89","w":210,"k":{"V":60,"W":35,"}":10,"]":10,"v":10,")":15,"\u0414":50,"\u0416":20,"\u041b":60,"\u0423":10,"\u0409":60,"\u040e":10,"\u0424":-10,"\u0427":20,"\u0442":20,"\u0447":-15,"\u044a":20,"\u042a":120,"\u0402":80,"\u040b":80,"\u043b":30,"\u0459":30,"\u042f":10,"\u0434":50,"A":20,"\u00c4":20,"\u00c5":20,"\u00c6":20,"\u00c0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u0102":20,"\u0100":20,"\u0104":20,"\u0410":20,"T":80,"\u0164":80,"\u021a":80,"\u0422":80,"\u00dd":80,"Y":80,"\u0178":80,"x":40,"\u0445":40,"\u017e":10,"z":10,"\u017a":10,"\u017c":10,"X":55,"\u0425":55,"\u017d":30,"Z":30,"\u0179":30,"\u017b":30}},"\u2021":{"d":"223,-494r0,94r105,0r0,73r-105,0r0,127r-76,0r0,-127r-105,0r0,-73r105,0r0,-94r-105,0r0,-73r105,0r0,-127r76,0r0,127r105,0r0,73r-105,0","w":370},"\u00b7":{"d":"150,-383r0,104r-100,0r0,-104r100,0","w":200},"\u22c5":{"d":"150,-383r0,104r-100,0r0,-104r100,0","w":200},"\u201a":{"d":"138,-103r0,126v0,68,-47,101,-94,106r0,-44v40,-6,54,-38,50,-85r-56,0r0,-103r100,0","w":179,"k":{"\u0113":15,"\u0111":15,"\u010f":15,"\u00f8":15,"\u00d8":50,"\u00e3":15,"w":40,"v":50,"q":15,"d":15,"W":95,"V":100,"Q":50,"A":-30,"\u00c4":-30,"\u00c5":-30,"\u00c6":-30,"\u00c0":-30,"\u00c3":-30,"\u00c2":-30,"\u00c1":-30,"\u0102":-30,"\u0100":-30,"\u0104":-30,"\u0410":-30,"C":60,"\u00c7":60,"\u0106":60,"\u010c":60,"\u0421":60,"G":50,"\u011e":50,"\u0122":50,"O":50,"\u00d6":50,"\u00d5":50,"\u0152":50,"\u00d3":50,"\u00d4":50,"\u00d2":50,"\u0150":50,"\u014c":50,"\u041e":50,"\u0160":5,"S":5,"\u015a":5,"\uf6c1":5,"\u0405":5,"T":100,"\u0164":100,"\u021a":100,"\u0422":100,"\u00dd":90,"Y":90,"\u0178":90,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"\u0103":15,"\u0101":15,"\u0105":15,"\u0430":15,"c":15,"\u00e7":15,"\u0107":15,"\u010d":15,"\u0441":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"\u011b":15,"\u0117":15,"\u0119":15,"\u0435":15,"\u0451":15,"g":10,"\u011f":10,"\u0123":10,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"\u0151":15,"\u014d":15,"\u043e":15,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"X":-10,"\u0425":-10,"\u017d":-5,"Z":-5,"\u0179":-5,"\u017b":-5,"U":30,"\u00dc":30,"\u00da":30,"\u00db":30,"\u00d9":30,"\u0170":30,"\u016a":30,"\u0172":30,"\u016e":30,"t":25,"\u0165":25,"\u021b":25}},"\u201e":{"d":"294,-103r0,126v0,68,-47,101,-94,106r0,-44v41,-6,54,-38,50,-85r-57,0r0,-103r101,0xm38,-103r100,0r0,126v0,68,-47,101,-94,106r0,-44v40,-6,54,-38,50,-85r-56,0r0,-103","w":335,"k":{"\u0113":15,"\u0111":15,"\u010f":15,"\u00f8":15,"\u00d8":50,"\u00e3":15,"w":40,"v":50,"q":15,"d":15,"W":95,"V":100,"Q":50,"A":-30,"\u00c4":-30,"\u00c5":-30,"\u00c6":-30,"\u00c0":-30,"\u00c3":-30,"\u00c2":-30,"\u00c1":-30,"\u0102":-30,"\u0100":-30,"\u0104":-30,"\u0410":-30,"C":60,"\u00c7":60,"\u0106":60,"\u010c":60,"\u0421":60,"G":50,"\u011e":50,"\u0122":50,"O":50,"\u00d6":50,"\u00d5":50,"\u0152":50,"\u00d3":50,"\u00d4":50,"\u00d2":50,"\u0150":50,"\u014c":50,"\u041e":50,"\u0160":5,"S":5,"\u015a":5,"\uf6c1":5,"\u0405":5,"T":100,"\u0164":100,"\u021a":100,"\u0422":100,"\u00dd":90,"Y":90,"\u0178":90,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"\u0103":15,"\u0101":15,"\u0105":15,"\u0430":15,"c":15,"\u00e7":15,"\u0107":15,"\u010d":15,"\u0441":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"\u011b":15,"\u0117":15,"\u0119":15,"\u0435":15,"\u0451":15,"g":10,"\u011f":10,"\u0123":10,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"\u0151":15,"\u014d":15,"\u043e":15,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"X":-10,"\u0425":-10,"\u017d":-5,"Z":-5,"\u0179":-5,"\u017b":-5,"U":30,"\u00dc":30,"\u00da":30,"\u00db":30,"\u00d9":30,"\u0170":30,"\u016a":30,"\u0172":30,"\u016e":30,"t":25,"\u0165":25,"\u021b":25}},"\u2030":{"d":"192,-694v93,0,169,75,169,168v0,93,-76,168,-169,168v-92,0,-168,-75,-168,-168v0,-93,76,-168,168,-168xm163,12r407,-706r69,0r-408,706r-68,0xm1013,0v-93,0,-169,-76,-169,-168v0,-93,76,-169,169,-169v92,0,168,76,168,169v0,92,-76,168,-168,168xm617,0v-93,0,-168,-76,-168,-168v0,-93,75,-169,168,-169v92,0,168,76,168,169v0,92,-76,168,-168,168xm192,-429v52,0,93,-43,93,-97v0,-53,-41,-97,-93,-97v-51,0,-92,44,-92,97v0,54,41,97,92,97xm1013,-265v-52,0,-93,43,-93,97v0,53,41,97,93,97v51,0,93,-44,93,-97v0,-54,-42,-97,-93,-97xm617,-265v-51,0,-93,43,-93,97v0,53,42,97,93,97v51,0,93,-44,93,-97v0,-54,-42,-97,-93,-97","w":1206},"\u00c2":{"d":"373,-764r-64,-91r-64,91r-77,0r104,-142r73,0r105,142r-77,0xm453,-202r-281,0r-74,202r-92,0r262,-694r96,0r257,694r-95,0xm425,-281r-111,-309r-113,309r224,0","w":627},"\u00ca":{"d":"395,-764r-65,-91r-64,91r-77,0r104,-142r74,0r105,142r-77,0xm81,-694r496,0r0,81r-411,0r0,210r371,0r0,81r-371,0r0,240r411,0r0,82r-496,0r0,-694","w":620,"k":{"\u00d8":10,"Q":10,"V":-15,"W":-10,"&":10,"*":-5,"@":5,"\\":-15,"}":-20,"]":-20,":":-5,"\u201c":-20,"\u201d":-10,"\u2018":-20,"\u2019":-10,"\u037e":-5,"\/":-20,"v":30,"w":25,")":-10,"\u00e3":10,"d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u00f8":10,"q":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-80,"\u012f":5,"C":10,"\u00c7":10,"\u0106":10,"\u010c":10,"\u0421":10,"G":10,"\u011e":10,"\u0122":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0150":10,"\u014c":10,"\u041e":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":-10,"\u0164":-10,"\u021a":-10,"\u0422":-10,"\u00dd":-15,"Y":-15,"\u0178":-15,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u0430":10,"c":10,"\u00e7":10,"\u0107":10,"\u010d":10,"\u0441":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"\u011b":10,"\u0117":10,"\u0119":10,"\u0435":10,"\u0451":10,"g":10,"\u011f":10,"\u0123":10,"j":10,"\u0458":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0151":10,"\u014d":10,"\u043e":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"X":-20,"\u0425":-20,"\u017d":-15,"Z":-15,"\u0179":-15,"\u017b":-15,"D":10,"\u010e":10}},"\u00c1":{"d":"480,-902r-125,137r-67,0r87,-137r105,0xm453,-202r-281,0r-74,202r-92,0r262,-694r96,0r257,694r-95,0xm425,-281r-111,-309r-113,309r224,0","w":627},"\u00cb":{"d":"460,-774r-92,0r0,-100r92,0r0,100xm291,-774r-92,0r0,-100r92,0r0,100xm81,-694r496,0r0,81r-411,0r0,210r371,0r0,81r-371,0r0,240r411,0r0,82r-496,0r0,-694","w":620,"k":{"\u00d8":10,"Q":10,"V":-15,"W":-10,"&":10,"*":-5,"@":5,"\\":-15,"}":-20,"]":-20,":":-5,"\u201c":-20,"\u201d":-10,"\u2018":-20,"\u2019":-10,"\u037e":-5,"\/":-20,"v":30,"w":25,")":-10,"\u00e3":10,"d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u00f8":10,"q":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-80,"\u012f":5,"C":10,"\u00c7":10,"\u0106":10,"\u010c":10,"\u0421":10,"G":10,"\u011e":10,"\u0122":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0150":10,"\u014c":10,"\u041e":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":-10,"\u0164":-10,"\u021a":-10,"\u0422":-10,"\u00dd":-15,"Y":-15,"\u0178":-15,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u0430":10,"c":10,"\u00e7":10,"\u0107":10,"\u010d":10,"\u0441":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"\u011b":10,"\u0117":10,"\u0119":10,"\u0435":10,"\u0451":10,"g":10,"\u011f":10,"\u0123":10,"j":10,"\u0458":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0151":10,"\u014d":10,"\u043e":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"X":-20,"\u0425":-20,"\u017d":-15,"Z":-15,"\u0179":-15,"\u017b":-15,"D":10,"\u010e":10}},"\u00c8":{"d":"184,-902r104,0r87,137r-66,0xm81,-694r496,0r0,81r-411,0r0,210r371,0r0,81r-371,0r0,240r411,0r0,82r-496,0r0,-694","w":620,"k":{"\u00d8":10,"Q":10,"V":-15,"W":-10,"&":10,"*":-5,"@":5,"\\":-15,"}":-20,"]":-20,":":-5,"\u201c":-20,"\u201d":-10,"\u2018":-20,"\u2019":-10,"\u037e":-5,"\/":-20,"v":30,"w":25,")":-10,"\u00e3":10,"d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u00f8":10,"q":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-80,"\u012f":5,"C":10,"\u00c7":10,"\u0106":10,"\u010c":10,"\u0421":10,"G":10,"\u011e":10,"\u0122":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0150":10,"\u014c":10,"\u041e":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":-10,"\u0164":-10,"\u021a":-10,"\u0422":-10,"\u00dd":-15,"Y":-15,"\u0178":-15,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u0430":10,"c":10,"\u00e7":10,"\u0107":10,"\u010d":10,"\u0441":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"\u011b":10,"\u0117":10,"\u0119":10,"\u0435":10,"\u0451":10,"g":10,"\u011f":10,"\u0123":10,"j":10,"\u0458":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0151":10,"\u014d":10,"\u043e":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"X":-20,"\u0425":-20,"\u017d":-15,"Z":-15,"\u0179":-15,"\u017b":-15,"D":10,"\u010e":10}},"\u00cd":{"d":"285,-902r-125,137r-67,0r87,-137r105,0xm170,-694r0,694r-85,0r0,-694r85,0","w":255,"k":{"v":10,"w":5,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":5,"\u012f":5,"J":10,"\u0408":10,"\u00dd":5,"Y":5,"\u0178":5,"j":10,"\u0458":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"k":10,"\u0137":10}},"\u00ce":{"d":"192,-764r-64,-91r-65,91r-77,0r104,-142r74,0r105,142r-77,0xm170,-694r0,694r-85,0r0,-694r85,0","w":255,"k":{"v":10,"w":5,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":5,"\u012f":5,"J":10,"\u0408":10,"\u00dd":5,"Y":5,"\u0178":5,"j":10,"\u0458":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"k":10,"\u0137":10}},"\u00cf":{"d":"258,-774r-92,0r0,-100r92,0r0,100xm89,-774r-92,0r0,-100r92,0r0,100xm170,-694r0,694r-85,0r0,-694r85,0","w":255,"k":{"v":10,"w":5,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":5,"\u012f":5,"J":10,"\u0408":10,"\u00dd":5,"Y":5,"\u0178":5,"j":10,"\u0458":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"k":10,"\u0137":10}},"\u00cc":{"d":"-36,-902r104,0r87,137r-67,0xm170,-694r0,694r-85,0r0,-694r85,0","w":255,"k":{"v":10,"w":5,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":5,"\u012f":5,"J":10,"\u0408":10,"\u00dd":5,"Y":5,"\u0178":5,"j":10,"\u0458":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"k":10,"\u0137":10}},"\u00d3":{"d":"548,-902r-125,137r-66,0r87,-137r104,0xm384,-711v193,0,344,155,344,361v0,202,-154,362,-344,362v-190,0,-344,-159,-344,-362v0,-202,154,-361,344,-361xm384,-70v143,0,260,-123,260,-280v0,-160,-114,-280,-260,-280v-143,0,-260,123,-260,280v0,158,117,280,260,280","w":768,"k":{"V":20,"W":15,"&":5,"*":10,"\\":20,"}":10,"]":10,",":40,"\u2026":40,".":40,"?":10,"\u201c":20,"\u201d":10,"\u2018":20,"\u2019":10,"\/":20,"\u2122":30,"w":-5,")":10,"\u0414":20,"\u0416":30,"\u041b":10,"\u0423":25,"\u0409":10,"\u040e":25,"A":20,"\u00c4":20,"\u00c5":20,"\u00c6":20,"\u00c0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u0102":20,"\u0100":20,"\u0104":20,"\u0410":20,"J":10,"\u0408":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":40,"\u0164":40,"\u021a":40,"\u0422":40,"\u00dd":50,"Y":50,"\u0178":50,"x":10,"\u0445":10,"\u017e":5,"z":5,"\u017a":5,"\u017c":5,"X":35,"\u0425":35,"\u017d":15,"Z":15,"\u0179":15,"\u017b":15}},"\u00d4":{"d":"448,-764r-64,-91r-64,91r-77,0r104,-142r73,0r105,142r-77,0xm384,-711v193,0,344,155,344,361v0,202,-154,362,-344,362v-190,0,-344,-159,-344,-362v0,-202,154,-361,344,-361xm384,-70v143,0,260,-123,260,-280v0,-160,-114,-280,-260,-280v-143,0,-260,123,-260,280v0,158,117,280,260,280","w":768,"k":{"V":20,"W":15,"&":5,"*":10,"\\":20,"}":10,"]":10,",":40,"\u2026":40,".":40,"?":10,"\u201c":20,"\u201d":10,"\u2018":20,"\u2019":10,"\/":20,"\u2122":30,"w":-5,")":10,"\u0414":20,"\u0416":30,"\u041b":10,"\u0423":25,"\u0409":10,"\u040e":25,"A":20,"\u00c4":20,"\u00c5":20,"\u00c6":20,"\u00c0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u0102":20,"\u0100":20,"\u0104":20,"\u0410":20,"J":10,"\u0408":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":40,"\u0164":40,"\u021a":40,"\u0422":40,"\u00dd":50,"Y":50,"\u0178":50,"x":10,"\u0445":10,"\u017e":5,"z":5,"\u017a":5,"\u017c":5,"X":35,"\u0425":35,"\u017d":15,"Z":15,"\u0179":15,"\u017b":15}},"\uf8ff":{"d":"863,-347v0,215,-176,344,-355,347r0,-695v180,3,355,132,355,348xm387,-694r92,0r0,125r-92,0v-131,0,-214,101,-214,222v0,121,83,222,214,222r92,0r0,125r-92,0v-210,0,-346,-161,-346,-347v0,-186,136,-347,346,-347xm839,-336r-135,0v-1,49,-9,93,-21,134v33,11,64,27,93,46v37,-48,61,-109,63,-180xm683,-492v12,40,20,85,21,133r135,0v-2,-71,-26,-131,-63,-180v-29,19,-60,35,-93,47xm532,-230v46,2,89,9,128,21v12,-38,20,-81,21,-127r-149,0r0,106xm532,-359r149,0v-1,-46,-9,-88,-21,-126v-39,11,-82,18,-128,20r0,106xm532,-488v43,-3,84,-9,121,-20v-29,-75,-75,-130,-121,-156r0,176xm532,-31v46,-25,92,-81,121,-156v-37,-11,-78,-17,-121,-19r0,175xm573,-664v40,32,77,84,102,149v31,-11,59,-25,86,-42v-50,-56,-117,-93,-188,-107xm761,-138v-27,-17,-55,-31,-86,-42v-25,65,-62,117,-102,149v71,-14,138,-51,188,-107","w":904},"\u00d2":{"d":"223,-902r104,0r88,137r-67,0xm384,-711v193,0,344,155,344,361v0,202,-154,362,-344,362v-190,0,-344,-159,-344,-362v0,-202,154,-361,344,-361xm384,-70v143,0,260,-123,260,-280v0,-160,-114,-280,-260,-280v-143,0,-260,123,-260,280v0,158,117,280,260,280","w":768,"k":{"V":20,"W":15,"&":5,"*":10,"\\":20,"}":10,"]":10,",":40,"\u2026":40,".":40,"?":10,"\u201c":20,"\u201d":10,"\u2018":20,"\u2019":10,"\/":20,"\u2122":30,"w":-5,")":10,"\u0414":20,"\u0416":30,"\u041b":10,"\u0423":25,"\u0409":10,"\u040e":25,"A":20,"\u00c4":20,"\u00c5":20,"\u00c6":20,"\u00c0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u0102":20,"\u0100":20,"\u0104":20,"\u0410":20,"J":10,"\u0408":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":40,"\u0164":40,"\u021a":40,"\u0422":40,"\u00dd":50,"Y":50,"\u0178":50,"x":10,"\u0445":10,"\u017e":5,"z":5,"\u017a":5,"\u017c":5,"X":35,"\u0425":35,"\u017d":15,"Z":15,"\u0179":15,"\u017b":15}},"\u00da":{"d":"486,-902r-125,137r-66,0r87,-137r104,0xm153,-249v0,103,66,179,182,179v117,0,181,-76,181,-179r0,-445r85,0r0,445v0,154,-108,261,-266,261v-159,0,-266,-107,-266,-261r0,-445r84,0r0,445","w":670,"k":{":":5,",":30,"\u2026":30,".":30,"\u037e":5,"\/":20,"v":5,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,")":10,"\u00e3":5,"d":5,"\u010f":5,"\u0111":5,"\u0113":5,"\u00f8":5,"q":5,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-40,"\u012f":5,"A":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u00c0":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"\u0102":10,"\u0100":10,"\u0104":10,"\u0410":10,"J":10,"\u0408":10,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"\u0103":5,"\u0101":5,"\u0105":5,"\u0430":5,"c":5,"\u00e7":5,"\u0107":5,"\u010d":5,"\u0441":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"\u011b":5,"\u0117":5,"\u0119":5,"\u0435":5,"\u0451":5,"g":5,"\u011f":5,"\u0123":5,"j":10,"\u0458":10,"m":5,"n":5,"\u00f1":5,"\u0144":5,"\u0148":5,"\u0146":5,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"\u0151":5,"\u014d":5,"\u043e":5,"p":5,"\u0440":5,"r":5,"\u0155":5,"\u0159":5,"\u0157":5,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"x":10,"\u0445":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"\u017e":8,"z":8,"\u017a":8,"\u017c":8,"k":10,"\u0137":10}},"\u00db":{"d":"402,-764r-64,-91r-64,91r-77,0r104,-142r74,0r104,142r-77,0xm153,-249v0,103,66,179,182,179v117,0,181,-76,181,-179r0,-445r85,0r0,445v0,154,-108,261,-266,261v-159,0,-266,-107,-266,-261r0,-445r84,0r0,445","w":670,"k":{":":5,",":30,"\u2026":30,".":30,"\u037e":5,"\/":20,"v":5,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,")":10,"\u00e3":5,"d":5,"\u010f":5,"\u0111":5,"\u0113":5,"\u00f8":5,"q":5,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-40,"\u012f":5,"A":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u00c0":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"\u0102":10,"\u0100":10,"\u0104":10,"\u0410":10,"J":10,"\u0408":10,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"\u0103":5,"\u0101":5,"\u0105":5,"\u0430":5,"c":5,"\u00e7":5,"\u0107":5,"\u010d":5,"\u0441":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"\u011b":5,"\u0117":5,"\u0119":5,"\u0435":5,"\u0451":5,"g":5,"\u011f":5,"\u0123":5,"j":10,"\u0458":10,"m":5,"n":5,"\u00f1":5,"\u0144":5,"\u0148":5,"\u0146":5,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"\u0151":5,"\u014d":5,"\u043e":5,"p":5,"\u0440":5,"r":5,"\u0155":5,"\u0159":5,"\u0157":5,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"x":10,"\u0445":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"\u017e":8,"z":8,"\u017a":8,"\u017c":8,"k":10,"\u0137":10}},"\u00d9":{"d":"185,-902r104,0r87,137r-66,0xm153,-249v0,103,66,179,182,179v117,0,181,-76,181,-179r0,-445r85,0r0,445v0,154,-108,261,-266,261v-159,0,-266,-107,-266,-261r0,-445r84,0r0,445","w":670,"k":{":":5,",":30,"\u2026":30,".":30,"\u037e":5,"\/":20,"v":5,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,")":10,"\u00e3":5,"d":5,"\u010f":5,"\u0111":5,"\u0113":5,"\u00f8":5,"q":5,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-40,"\u012f":5,"A":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u00c0":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"\u0102":10,"\u0100":10,"\u0104":10,"\u0410":10,"J":10,"\u0408":10,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"\u0103":5,"\u0101":5,"\u0105":5,"\u0430":5,"c":5,"\u00e7":5,"\u0107":5,"\u010d":5,"\u0441":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"\u011b":5,"\u0117":5,"\u0119":5,"\u0435":5,"\u0451":5,"g":5,"\u011f":5,"\u0123":5,"j":10,"\u0458":10,"m":5,"n":5,"\u00f1":5,"\u0144":5,"\u0148":5,"\u0146":5,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"\u0151":5,"\u014d":5,"\u043e":5,"p":5,"\u0440":5,"r":5,"\u0155":5,"\u0159":5,"\u0157":5,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"x":10,"\u0445":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"\u017e":8,"z":8,"\u017a":8,"\u017c":8,"k":10,"\u0137":10}},"\u0131":{"d":"159,-515r0,515r-85,0r0,-515r85,0","w":233},"\u02c6":{"d":"208,-684r-64,81r-72,0r104,-127r64,0r105,127r-73,0","w":417},"\u02dc":{"d":"273,-611v-54,0,-101,-39,-141,-39v-24,0,-40,20,-42,44r-48,0v4,-54,36,-106,102,-106v57,0,101,39,141,39v24,0,40,-19,42,-43r48,0v-5,54,-37,105,-102,105","w":417},"\u00af":{"d":"349,-678r0,60r-307,0r0,-60r307,0","w":391},"\u02d8":{"d":"346,-720v-5,74,-64,130,-152,130v-88,0,-147,-56,-152,-130r47,0v15,45,50,72,105,72v68,0,98,-27,109,-72r43,0","w":388},"\u02d9":{"d":"133,-594r-91,0r0,-100r91,0r0,100","w":175},"\u02da":{"d":"137,-768v-53,0,-95,-43,-95,-95v0,-53,42,-96,95,-96v53,0,96,43,96,96v0,52,-43,95,-96,95xm188,-863v0,-29,-23,-52,-51,-52v-28,0,-51,23,-51,52v0,28,23,51,51,51v28,0,51,-23,51,-51","w":275},"\u00b8":{"d":"106,57v43,-20,104,1,104,59v1,87,-128,88,-168,28r12,-22v19,18,47,27,72,27v23,0,42,-11,42,-31v0,-32,-52,-46,-76,-21r-32,-21r38,-78r45,0","w":252},"\u02dd":{"d":"374,-720r-103,136r-67,0r66,-136r104,0xm212,-720r-103,136r-67,0r66,-136r104,0","w":416},"\u02db":{"d":"183,135r0,35v-47,31,-111,27,-133,-15v-21,-40,-5,-109,76,-155r55,0v-70,43,-98,100,-83,130v12,23,53,25,85,5","w":225},"\u02c7":{"d":"324,-726r-104,143r-74,0r-104,-143r77,0r64,91r64,-91r77,0","w":366},"\uf004":{"d":"86,65v47,-26,124,-14,124,54v0,87,-131,85,-168,27r12,-22v20,18,44,27,72,27v23,0,42,-11,42,-31v0,-34,-54,-42,-82,-25r0,-30","w":252},"\uf6c3":{"d":"86,65v47,-26,124,-14,124,54v0,87,-131,85,-168,27r12,-22v20,18,44,27,72,27v23,0,42,-11,42,-31v0,-34,-54,-42,-82,-25r0,-30","w":252},"\u0102":{"d":"453,-202r-281,0r-74,202r-92,0r262,-694r96,0r257,694r-95,0xm425,-281r-111,-309r-113,309r224,0xm465,-899v-5,74,-64,130,-152,130v-88,0,-147,-56,-152,-130r47,0v15,45,50,72,105,72v68,0,98,-27,109,-72r43,0","w":627},"\u0100":{"d":"453,-202r-281,0r-74,202r-92,0r262,-694r96,0r257,694r-95,0xm425,-281r-111,-309r-113,309r224,0xm467,-826r0,60r-307,0r0,-60r307,0","w":627},"\u0104":{"d":"583,135r0,35v-47,31,-111,27,-133,-15v-21,-40,-5,-109,76,-155r-73,-202r-281,0r-74,202r-92,0r262,-694r96,0r257,694r-40,0v-70,43,-98,100,-83,130v12,23,53,25,85,5xm425,-281r-111,-309r-113,309r224,0","w":627},"\u0106":{"d":"707,-220v-47,141,-169,232,-318,232v-190,0,-344,-162,-344,-362v0,-199,154,-361,344,-361v158,0,274,94,318,231r-89,0v-38,-87,-116,-150,-229,-150v-143,0,-260,127,-260,280v0,153,117,280,260,280v102,0,187,-58,229,-150r89,0xm548,-902r-119,132r-70,0r87,-132r102,0","w":732,"k":{"W":-10,"&":-15,"*":-20,",":10,"\u2026":10,"\u2014":-15,"\u2013":-15,"\u00ad":-15,".":10,"?":-15,"\u201c":-15,"\u201d":-10,"\u2018":-15,"\u2019":-10,"\/":-5,"\u2122":20,"v":-15,"w":-15,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"\u00e3":-10,"d":-10,"\u010f":-10,"\u0111":-10,"\u0113":-10,"!":-10,"\u00f8":-10,"q":-10,"T":15,"\u0164":15,"\u021a":15,"\u0422":15,"\u00dd":15,"Y":15,"\u0178":15,"a":-10,"\u00e1":-10,"\u00e0":-10,"\u00e2":-10,"\u00e4":-10,"\u00e5":-10,"\u00e6":-10,"\u0103":-10,"\u0101":-10,"\u0105":-10,"\u0430":-10,"c":-10,"\u00e7":-10,"\u0107":-10,"\u010d":-10,"\u0441":-10,"e":-10,"\u00e9":-10,"\u00e8":-10,"\u00ea":-10,"\u00eb":-10,"\u011b":-10,"\u0117":-10,"\u0119":-10,"\u0435":-10,"\u0451":-10,"g":-10,"\u011f":-10,"\u0123":-10,"o":-10,"\u00f3":-10,"\u00f2":-10,"\u00f4":-10,"\u00f6":-10,"\u00f5":-10,"\u0153":-10,"\u0151":-10,"\u014d":-10,"\u043e":-10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"\u017e":-5,"z":-5,"\u017a":-5,"\u017c":-5,"X":15,"\u0425":15,"\u017d":10,"Z":10,"\u0179":10,"\u017b":10,"\u00bb":-20,"\u203a":-20,"k":5,"\u0137":5}},"\u010c":{"d":"702,-220v-47,141,-169,232,-318,232v-190,0,-344,-162,-344,-362v0,-199,154,-361,344,-361v158,0,274,94,318,231r-89,0v-38,-87,-116,-150,-229,-150v-143,0,-260,127,-260,280v0,153,117,280,260,280v102,0,187,-58,229,-150r89,0xm527,-905r-104,143r-74,0r-104,-143r77,0r64,91r64,-91r77,0","w":727,"k":{"W":-10,"&":-15,"*":-20,",":10,"\u2026":10,"\u2014":-15,"\u2013":-15,"\u00ad":-15,".":10,"?":-15,"\u201c":-15,"\u201d":-10,"\u2018":-15,"\u2019":-10,"\/":-5,"\u2122":20,"v":-15,"w":-15,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"\u00e3":-10,"d":-10,"\u010f":-10,"\u0111":-10,"\u0113":-10,"!":-10,"\u00f8":-10,"q":-10,"T":15,"\u0164":15,"\u021a":15,"\u0422":15,"\u00dd":15,"Y":15,"\u0178":15,"a":-10,"\u00e1":-10,"\u00e0":-10,"\u00e2":-10,"\u00e4":-10,"\u00e5":-10,"\u00e6":-10,"\u0103":-10,"\u0101":-10,"\u0105":-10,"\u0430":-10,"c":-10,"\u00e7":-10,"\u0107":-10,"\u010d":-10,"\u0441":-10,"e":-10,"\u00e9":-10,"\u00e8":-10,"\u00ea":-10,"\u00eb":-10,"\u011b":-10,"\u0117":-10,"\u0119":-10,"\u0435":-10,"\u0451":-10,"g":-10,"\u011f":-10,"\u0123":-10,"o":-10,"\u00f3":-10,"\u00f2":-10,"\u00f4":-10,"\u00f6":-10,"\u00f5":-10,"\u0153":-10,"\u0151":-10,"\u014d":-10,"\u043e":-10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"\u017e":-5,"z":-5,"\u017a":-5,"\u017c":-5,"X":15,"\u0425":15,"\u017d":10,"Z":10,"\u0179":10,"\u017b":10,"\u00bb":-20,"\u203a":-20,"k":5,"\u0137":5}},"\u010e":{"d":"81,0r0,-694r257,0v192,0,315,131,315,346v0,215,-123,348,-315,348r-257,0xm338,-613r-172,0r0,531r172,0v128,0,228,-79,228,-266v0,-190,-101,-265,-228,-265xm432,-908r-104,143r-74,0r-104,-143r77,0r64,91r64,-91r77,0","w":692,"k":{"V":20,"W":15,"&":5,"\\":20,",":25,"\u00a9":-5,"\u2026":25,".":25,"?":10,"\u201d":10,"\u2019":10,"\u00ae":-5,"\u2122":45,"w":-5,")":10,"A":20,"\u00c4":20,"\u00c5":20,"\u00c6":20,"\u00c0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u0102":20,"\u0100":20,"\u0104":20,"\u0410":20,"J":10,"\u0408":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":40,"\u0164":40,"\u021a":40,"\u0422":40,"\u00dd":50,"Y":50,"\u0178":50,"x":5,"\u0445":5,"X":35,"\u0425":35,"\u017d":15,"Z":15,"\u0179":15,"\u017b":15}},"\u0110":{"d":"653,-348v0,215,-123,348,-314,348r-258,0r0,-346r-64,0r0,-82r64,0r0,-266r258,0v191,0,314,131,314,346xm566,-348v0,-190,-101,-265,-227,-265r-173,0r0,185r207,0r0,82r-207,0r0,264r173,0v127,0,227,-79,227,-266","w":692,"k":{"V":20,"W":15,"&":5,"\\":20,",":25,"\u00a9":-5,"\u2026":25,".":25,"?":10,"\u201d":10,"\u2019":10,"\u00ae":-5,"\u2122":45,"w":-5,")":10,"A":20,"\u00c4":20,"\u00c5":20,"\u00c6":20,"\u00c0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u0102":20,"\u0100":20,"\u0104":20,"\u0410":20,"J":10,"\u0408":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":40,"\u0164":40,"\u021a":40,"\u0422":40,"\u00dd":50,"Y":50,"\u0178":50,"x":5,"\u0445":5,"X":35,"\u0425":35,"\u017d":15,"Z":15,"\u0179":15,"\u017b":15}},"\u011a":{"d":"81,-694r496,0r0,81r-411,0r0,210r371,0r0,81r-371,0r0,240r411,0r0,82r-496,0r0,-694xm448,-908r-104,143r-74,0r-104,-143r77,0r64,91r64,-91r77,0","w":620,"k":{"\u00d8":10,"Q":10,"V":-15,"W":-10,"&":10,"*":-5,"@":5,"\\":-15,"}":-20,"]":-20,":":-5,"\u201c":-20,"\u201d":-10,"\u2018":-20,"\u2019":-10,"\u037e":-5,"\/":-20,"v":30,"w":25,")":-10,"\u00e3":10,"d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u00f8":10,"q":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-80,"\u012f":5,"C":10,"\u00c7":10,"\u0106":10,"\u010c":10,"\u0421":10,"G":10,"\u011e":10,"\u0122":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0150":10,"\u014c":10,"\u041e":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":-10,"\u0164":-10,"\u021a":-10,"\u0422":-10,"\u00dd":-15,"Y":-15,"\u0178":-15,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u0430":10,"c":10,"\u00e7":10,"\u0107":10,"\u010d":10,"\u0441":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"\u011b":10,"\u0117":10,"\u0119":10,"\u0435":10,"\u0451":10,"g":10,"\u011f":10,"\u0123":10,"j":10,"\u0458":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0151":10,"\u014d":10,"\u043e":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"X":-20,"\u0425":-20,"\u017d":-15,"Z":-15,"\u0179":-15,"\u017b":-15,"D":10,"\u010e":10}},"\u0116":{"d":"81,-694r496,0r0,81r-411,0r0,210r371,0r0,81r-371,0r0,240r411,0r0,82r-496,0r0,-694xm372,-765r-91,0r0,-100r91,0r0,100","w":620,"k":{"\u00d8":10,"Q":10,"V":-15,"W":-10,"&":10,"*":-5,"@":5,"\\":-15,"}":-20,"]":-20,":":-5,"\u201c":-20,"\u201d":-10,"\u2018":-20,"\u2019":-10,"\u037e":-5,"\/":-20,"v":30,"w":25,")":-10,"\u00e3":10,"d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u00f8":10,"q":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-80,"\u012f":5,"C":10,"\u00c7":10,"\u0106":10,"\u010c":10,"\u0421":10,"G":10,"\u011e":10,"\u0122":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0150":10,"\u014c":10,"\u041e":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":-10,"\u0164":-10,"\u021a":-10,"\u0422":-10,"\u00dd":-15,"Y":-15,"\u0178":-15,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u0430":10,"c":10,"\u00e7":10,"\u0107":10,"\u010d":10,"\u0441":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"\u011b":10,"\u0117":10,"\u0119":10,"\u0435":10,"\u0451":10,"g":10,"\u011f":10,"\u0123":10,"j":10,"\u0458":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0151":10,"\u014d":10,"\u043e":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"X":-20,"\u0425":-20,"\u017d":-15,"Z":-15,"\u0179":-15,"\u017b":-15,"D":10,"\u010e":10}},"\u0112":{"d":"81,-694r496,0r0,81r-411,0r0,210r371,0r0,81r-371,0r0,240r411,0r0,82r-496,0r0,-694xm478,-825r0,60r-307,0r0,-60r307,0","w":620,"k":{"\u00d8":10,"Q":10,"V":-15,"W":-10,"&":10,"*":-5,"@":5,"\\":-15,"}":-20,"]":-20,":":-5,"\u201c":-20,"\u201d":-10,"\u2018":-20,"\u2019":-10,"\u037e":-5,"\/":-20,"v":30,"w":25,")":-10,"\u00e3":10,"d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u00f8":10,"q":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-80,"\u012f":5,"C":10,"\u00c7":10,"\u0106":10,"\u010c":10,"\u0421":10,"G":10,"\u011e":10,"\u0122":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0150":10,"\u014c":10,"\u041e":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":-10,"\u0164":-10,"\u021a":-10,"\u0422":-10,"\u00dd":-15,"Y":-15,"\u0178":-15,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u0430":10,"c":10,"\u00e7":10,"\u0107":10,"\u010d":10,"\u0441":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"\u011b":10,"\u0117":10,"\u0119":10,"\u0435":10,"\u0451":10,"g":10,"\u011f":10,"\u0123":10,"j":10,"\u0458":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0151":10,"\u014d":10,"\u043e":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"X":-20,"\u0425":-20,"\u017d":-15,"Z":-15,"\u0179":-15,"\u017b":-15,"D":10,"\u010e":10}},"\u0118":{"d":"387,135r0,35v-47,31,-111,27,-133,-15v-21,-40,-5,-109,76,-155r-249,0r0,-694r496,0r0,81r-411,0r0,210r371,0r0,81r-371,0r0,240r411,0r0,82r-192,0v-70,43,-98,100,-83,130v12,23,53,25,85,5","w":620,"k":{"\u00d8":10,"Q":10,"V":-15,"W":-10,"&":10,"*":-5,"@":5,"\\":-15,"}":-20,"]":-20,":":-5,"\u201c":-20,"\u201d":-10,"\u2018":-20,"\u2019":-10,"\u037e":-5,"\/":-20,"v":30,"w":25,")":-10,"\u00e3":10,"d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u00f8":10,"q":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-80,"\u012f":5,"C":10,"\u00c7":10,"\u0106":10,"\u010c":10,"\u0421":10,"G":10,"\u011e":10,"\u0122":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0150":10,"\u014c":10,"\u041e":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":-10,"\u0164":-10,"\u021a":-10,"\u0422":-10,"\u00dd":-15,"Y":-15,"\u0178":-15,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u0430":10,"c":10,"\u00e7":10,"\u0107":10,"\u010d":10,"\u0441":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"\u011b":10,"\u0117":10,"\u0119":10,"\u0435":10,"\u0451":10,"g":10,"\u011f":10,"\u0123":10,"j":10,"\u0458":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0151":10,"\u014d":10,"\u043e":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"X":-20,"\u0425":-20,"\u017d":-15,"Z":-15,"\u0179":-15,"\u017b":-15,"D":10,"\u010e":10}},"\u011e":{"d":"390,-378r332,0r0,378r-82,0r0,-118v-50,75,-137,130,-255,130v-191,0,-345,-162,-345,-362v0,-199,154,-361,345,-361v148,0,268,89,319,231r-90,0v-44,-93,-127,-149,-229,-149v-144,0,-261,127,-261,279v0,153,117,280,261,280v148,0,239,-110,254,-226r-249,0r0,-82xm540,-891v-5,74,-64,130,-152,130v-88,0,-147,-56,-152,-130r47,0v15,45,50,72,105,72v68,0,98,-27,109,-72r43,0","w":777,"k":{"V":20,"W":10,"*":15,"\\":30,"?":10,"\u201c":25,"\u201d":30,"\u2018":25,"\u2019":30,"\/":-10,"\u2122":60,"v":15,"T":35,"\u0164":35,"\u021a":35,"\u0422":35,"\u00dd":45,"Y":45,"\u0178":45,"m":-5,"n":-5,"\u00f1":-5,"\u0144":-5,"\u0148":-5,"\u0146":-5,"p":-5,"\u0440":-5,"r":-5,"\u0155":-5,"\u0159":-5,"\u0157":-5}},"\u0122":{"d":"368,58v43,-20,104,1,104,59v1,87,-128,88,-168,28r12,-22v19,18,47,27,72,27v23,0,42,-11,42,-31v0,-32,-52,-46,-76,-21r-32,-21r32,-66v-176,-16,-314,-171,-314,-361v0,-199,154,-361,345,-361v148,0,268,89,319,231r-90,0v-44,-93,-127,-149,-229,-149v-144,0,-261,127,-261,279v0,153,117,280,261,280v148,0,239,-110,254,-226r-249,0r0,-82r332,0r0,378r-82,0r0,-118v-49,73,-131,126,-243,130","w":777,"k":{"V":20,"W":10,"*":15,"\\":30,"?":10,"\u201c":25,"\u201d":30,"\u2018":25,"\u2019":30,"\/":-10,"\u2122":60,"v":15,"T":35,"\u0164":35,"\u021a":35,"\u0422":35,"\u00dd":45,"Y":45,"\u0178":45,"m":-5,"n":-5,"\u00f1":-5,"\u0144":-5,"\u0148":-5,"\u0146":-5,"p":-5,"\u0440":-5,"r":-5,"\u0155":-5,"\u0159":-5,"\u0157":-5}},"\u0130":{"d":"170,-694r0,694r-85,0r0,-694r85,0xm172,-767r-91,0r0,-100r91,0r0,100","w":255,"k":{"v":10,"w":5,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":5,"\u012f":5,"J":10,"\u0408":10,"\u00dd":5,"Y":5,"\u0178":5,"j":10,"\u0458":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"k":10,"\u0137":10}},"\u012a":{"d":"170,-694r0,694r-85,0r0,-694r85,0xm281,-826r0,60r-307,0r0,-60r307,0","w":255,"k":{"v":10,"w":5,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":5,"\u012f":5,"J":10,"\u0408":10,"\u00dd":5,"Y":5,"\u0178":5,"j":10,"\u0458":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"k":10,"\u0137":10}},"\u012e":{"d":"142,135r0,35v-47,31,-111,27,-133,-15v-21,-40,-5,-109,76,-155r0,-694r85,0r0,694r-30,0v-70,43,-98,100,-83,130v12,23,53,25,85,5","w":255,"k":{"v":10,"w":5,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":5,"\u012f":5,"J":10,"\u0408":10,"\u00dd":5,"Y":5,"\u0178":5,"j":10,"\u0458":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"k":10,"\u0137":10}},"\u0136":{"d":"285,-359r-119,114r0,245r-85,0r0,-694r85,0r0,339r349,-339r119,0r-288,276r300,418r-106,0xm297,39v47,-26,124,-14,124,54v0,87,-131,85,-168,27r12,-22v20,18,44,27,72,27v23,0,42,-11,42,-31v0,-34,-54,-42,-82,-25r0,-30","w":649,"k":{"\u00d8":40,"Q":40,"&":20,"*":15,"@":45,"\\":-15,"}":-20,"]":-20,"\u00a9":50,"\u2014":70,"\u2013":70,"\u00ad":70,"?":20,"\u201c":10,"\u2018":10,"\u00ae":50,"\/":-10,"\u2122":-10,"v":45,"w":40,"\u00e3":30,"d":30,"\u010f":30,"\u0111":30,"\u0113":30,"\u00f8":30,"q":30,"A":-10,"\u00c4":-10,"\u00c5":-10,"\u00c6":-10,"\u00c0":-10,"\u00c3":-10,"\u00c2":-10,"\u00c1":-10,"\u0102":-10,"\u0100":-10,"\u0104":-10,"\u0410":-10,"C":40,"\u00c7":40,"\u0106":40,"\u010c":40,"\u0421":40,"G":40,"\u011e":40,"\u0122":40,"J":10,"\u0408":10,"O":40,"\u00d6":40,"\u00d5":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d2":40,"\u0150":40,"\u014c":40,"\u041e":40,"\u0160":20,"S":20,"\u015a":20,"\uf6c1":20,"\u0405":20,"a":30,"\u00e1":30,"\u00e0":30,"\u00e2":30,"\u00e4":30,"\u00e5":30,"\u00e6":30,"\u0103":30,"\u0101":30,"\u0105":30,"\u0430":30,"c":30,"\u00e7":30,"\u0107":30,"\u010d":30,"\u0441":30,"e":30,"\u00e9":30,"\u00e8":30,"\u00ea":30,"\u00eb":30,"\u011b":30,"\u0117":30,"\u0119":30,"\u0435":30,"\u0451":30,"g":30,"\u011f":30,"\u0123":30,"m":10,"n":10,"\u00f1":10,"\u0144":10,"\u0148":10,"\u0146":10,"o":30,"\u00f3":30,"\u00f2":30,"\u00f4":30,"\u00f6":30,"\u00f5":30,"\u0153":30,"\u0151":30,"\u014d":30,"\u043e":30,"p":10,"\u0440":10,"r":10,"\u0155":10,"\u0159":10,"\u0157":10,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":25,"\u00fa":25,"\u00f9":25,"\u00fb":25,"\u00fc":25,"\u0171":25,"\u016b":25,"\u0173":25,"\u016f":25,"\u00fd":25,"y":25,"\u00ff":25,"\u0443":25,"\u045e":25,"X":-15,"\u0425":-15,"\u017d":-10,"Z":-10,"\u0179":-10,"\u017b":-10,"\u00ab":80,"\u2039":80,"\u00bb":25,"\u203a":25,"U":15,"\u00dc":15,"\u00da":15,"\u00db":15,"\u00d9":15,"\u0170":15,"\u016a":15,"\u0172":15,"\u016e":15}},"\u0139":{"d":"523,-82r0,82r-442,0r0,-694r85,0r0,612r357,0xm282,-894r-119,132r-70,0r87,-132r102,0","w":548,"k":{"\u00d8":40,"Q":40,"V":90,"W":60,"&":15,"*":130,"@":40,"\\":95,"}":-20,"]":-20,",":-20,"\u00a9":45,"\u2026":-20,"\u2014":70,"\u2013":70,"\u00ad":70,".":-20,"?":65,"\u201c":90,"\u201d":90,"\u2018":90,"\u2019":90,"\u00ae":45,"\/":-20,"\u2122":130,"v":65,"w":50,"\u00e3":20,"d":20,"\u010f":20,"\u0111":20,"\u0113":20,"\u00f8":20,"q":20,"A":-20,"\u00c4":-20,"\u00c5":-20,"\u00c6":-20,"\u00c0":-20,"\u00c3":-20,"\u00c2":-20,"\u00c1":-20,"\u0102":-20,"\u0100":-20,"\u0104":-20,"\u0410":-20,"C":40,"\u00c7":40,"\u0106":40,"\u010c":40,"\u0421":40,"G":40,"\u011e":40,"\u0122":40,"O":40,"\u00d6":40,"\u00d5":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d2":40,"\u0150":40,"\u014c":40,"\u041e":40,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":90,"\u0164":90,"\u021a":90,"\u0422":90,"\u00dd":90,"Y":90,"\u0178":90,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"\u0103":20,"\u0101":20,"\u0105":20,"\u0430":20,"c":20,"\u00e7":20,"\u0107":20,"\u010d":20,"\u0441":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"\u011b":20,"\u0117":20,"\u0119":20,"\u0435":20,"\u0451":20,"g":20,"\u011f":20,"\u0123":20,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"\u0151":20,"\u014d":20,"\u043e":20,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":25,"\u00fa":25,"\u00f9":25,"\u00fb":25,"\u00fc":25,"\u0171":25,"\u016b":25,"\u0173":25,"\u016f":25,"\u00fd":25,"y":25,"\u00ff":25,"\u0443":25,"\u045e":25,"\u00ab":70,"\u2039":70,"\u00bb":10,"\u203a":10,"U":30,"\u00dc":30,"\u00da":30,"\u00db":30,"\u00d9":30,"\u0170":30,"\u016a":30,"\u0172":30,"\u016e":30}},"\u013d":{"d":"523,-82r0,82r-442,0r0,-694r85,0r0,612r357,0xm408,-699r-119,132r-70,0r87,-132r102,0","w":548,"k":{"\u00d8":40,"Q":40,"V":90,"W":60,"&":15,"*":130,"@":40,"\\":95,"}":-20,"]":-20,",":-20,"\u00a9":45,"\u2026":-20,"\u2014":70,"\u2013":70,"\u00ad":70,".":-20,"?":65,"\u201c":90,"\u201d":90,"\u2018":90,"\u2019":90,"\u00ae":45,"\/":-20,"\u2122":130,"v":65,"w":50,"\u00e3":20,"d":20,"\u010f":20,"\u0111":20,"\u0113":20,"\u00f8":20,"q":20,"A":-20,"\u00c4":-20,"\u00c5":-20,"\u00c6":-20,"\u00c0":-20,"\u00c3":-20,"\u00c2":-20,"\u00c1":-20,"\u0102":-20,"\u0100":-20,"\u0104":-20,"\u0410":-20,"C":40,"\u00c7":40,"\u0106":40,"\u010c":40,"\u0421":40,"G":40,"\u011e":40,"\u0122":40,"O":40,"\u00d6":40,"\u00d5":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d2":40,"\u0150":40,"\u014c":40,"\u041e":40,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":90,"\u0164":90,"\u021a":90,"\u0422":90,"\u00dd":90,"Y":90,"\u0178":90,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"\u0103":20,"\u0101":20,"\u0105":20,"\u0430":20,"c":20,"\u00e7":20,"\u0107":20,"\u010d":20,"\u0441":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"\u011b":20,"\u0117":20,"\u0119":20,"\u0435":20,"\u0451":20,"g":20,"\u011f":20,"\u0123":20,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"\u0151":20,"\u014d":20,"\u043e":20,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":25,"\u00fa":25,"\u00f9":25,"\u00fb":25,"\u00fc":25,"\u0171":25,"\u016b":25,"\u0173":25,"\u016f":25,"\u00fd":25,"y":25,"\u00ff":25,"\u0443":25,"\u045e":25,"\u00ab":70,"\u2039":70,"\u00bb":10,"\u203a":10,"U":30,"\u00dc":30,"\u00da":30,"\u00db":30,"\u00d9":30,"\u0170":30,"\u016a":30,"\u0172":30,"\u016e":30}},"\u013b":{"d":"254,59v43,-20,104,1,104,59v1,87,-128,88,-168,28r12,-22v19,18,47,27,72,27v23,0,42,-11,42,-31v0,-32,-52,-46,-76,-21r-32,-21r38,-78r-165,0r0,-694r85,0r0,612r357,0r0,82r-232,0","w":548,"k":{"\u00d8":40,"Q":40,"V":90,"W":60,"&":15,"*":130,"@":40,"\\":95,"}":-20,"]":-20,",":-20,"\u00a9":45,"\u2026":-20,"\u2014":70,"\u2013":70,"\u00ad":70,".":-20,"?":65,"\u201c":90,"\u201d":90,"\u2018":90,"\u2019":90,"\u00ae":45,"\/":-20,"\u2122":130,"v":65,"w":50,"\u00e3":20,"d":20,"\u010f":20,"\u0111":20,"\u0113":20,"\u00f8":20,"q":20,"A":-20,"\u00c4":-20,"\u00c5":-20,"\u00c6":-20,"\u00c0":-20,"\u00c3":-20,"\u00c2":-20,"\u00c1":-20,"\u0102":-20,"\u0100":-20,"\u0104":-20,"\u0410":-20,"C":40,"\u00c7":40,"\u0106":40,"\u010c":40,"\u0421":40,"G":40,"\u011e":40,"\u0122":40,"O":40,"\u00d6":40,"\u00d5":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d2":40,"\u0150":40,"\u014c":40,"\u041e":40,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":90,"\u0164":90,"\u021a":90,"\u0422":90,"\u00dd":90,"Y":90,"\u0178":90,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"\u0103":20,"\u0101":20,"\u0105":20,"\u0430":20,"c":20,"\u00e7":20,"\u0107":20,"\u010d":20,"\u0441":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"\u011b":20,"\u0117":20,"\u0119":20,"\u0435":20,"\u0451":20,"g":20,"\u011f":20,"\u0123":20,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"\u0151":20,"\u014d":20,"\u043e":20,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":25,"\u00fa":25,"\u00f9":25,"\u00fb":25,"\u00fc":25,"\u0171":25,"\u016b":25,"\u0173":25,"\u016f":25,"\u00fd":25,"y":25,"\u00ff":25,"\u0443":25,"\u045e":25,"\u00ab":70,"\u2039":70,"\u00bb":10,"\u203a":10,"U":30,"\u00dc":30,"\u00da":30,"\u00db":30,"\u00d9":30,"\u0170":30,"\u016a":30,"\u0172":30,"\u016e":30}},"\u0143":{"d":"633,-694r0,694r-94,0r-373,-565r0,565r-85,0r0,-694r95,0r373,564r0,-564r84,0xm511,-892r-119,132r-70,0r87,-132r102,0","w":715,"k":{"v":5,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"\u0147":{"d":"633,-694r0,694r-94,0r-373,-565r0,565r-85,0r0,-694r95,0r373,564r0,-564r84,0xm498,-905r-104,143r-74,0r-104,-143r77,0r64,91r64,-91r77,0","w":715,"k":{"v":5,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"\u0145":{"d":"633,-694r0,694r-94,0r-373,-565r0,565r-85,0r0,-694r95,0r373,564r0,-564r84,0xm301,40v47,-26,124,-14,124,54v0,87,-131,85,-168,27r12,-22v20,18,44,27,72,27v23,0,42,-11,42,-31v0,-34,-54,-42,-82,-25r0,-30","w":715,"k":{"v":5,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"\u0150":{"d":"384,-711v193,0,344,155,344,361v0,202,-154,362,-344,362v-190,0,-344,-159,-344,-362v0,-202,154,-361,344,-361xm384,-70v143,0,260,-123,260,-280v0,-160,-114,-280,-260,-280v-143,0,-260,123,-260,280v0,158,117,280,260,280xm610,-899r-103,136r-67,0r66,-136r104,0xm448,-899r-103,136r-67,0r66,-136r104,0","w":768,"k":{"V":20,"W":15,"&":5,"*":10,"\\":20,"}":10,"]":10,",":40,"\u2026":40,".":40,"?":10,"\u201c":20,"\u201d":10,"\u2018":20,"\u2019":10,"\/":20,"\u2122":30,"w":-5,")":10,"\u0414":20,"\u0416":30,"\u041b":10,"\u0423":25,"\u0409":10,"\u040e":25,"A":20,"\u00c4":20,"\u00c5":20,"\u00c6":20,"\u00c0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u0102":20,"\u0100":20,"\u0104":20,"\u0410":20,"J":10,"\u0408":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":40,"\u0164":40,"\u021a":40,"\u0422":40,"\u00dd":50,"Y":50,"\u0178":50,"x":10,"\u0445":10,"\u017e":5,"z":5,"\u017a":5,"\u017c":5,"X":35,"\u0425":35,"\u017d":15,"Z":15,"\u0179":15,"\u017b":15}},"\u014c":{"d":"384,-711v193,0,344,155,344,361v0,202,-154,362,-344,362v-190,0,-344,-159,-344,-362v0,-202,154,-361,344,-361xm384,-70v143,0,260,-123,260,-280v0,-160,-114,-280,-260,-280v-143,0,-260,123,-260,280v0,158,117,280,260,280xm537,-825r0,60r-307,0r0,-60r307,0","w":768,"k":{"V":20,"W":15,"&":5,"*":10,"\\":20,"}":10,"]":10,",":40,"\u2026":40,".":40,"?":10,"\u201c":20,"\u201d":10,"\u2018":20,"\u2019":10,"\/":20,"\u2122":30,"w":-5,")":10,"\u0414":20,"\u0416":30,"\u041b":10,"\u0423":25,"\u0409":10,"\u040e":25,"A":20,"\u00c4":20,"\u00c5":20,"\u00c6":20,"\u00c0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u0102":20,"\u0100":20,"\u0104":20,"\u0410":20,"J":10,"\u0408":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":40,"\u0164":40,"\u021a":40,"\u0422":40,"\u00dd":50,"Y":50,"\u0178":50,"x":10,"\u0445":10,"\u017e":5,"z":5,"\u017a":5,"\u017c":5,"X":35,"\u0425":35,"\u017d":15,"Z":15,"\u0179":15,"\u017b":15}},"\u0154":{"d":"591,-170r0,170r-84,0r0,-170v0,-45,-13,-104,-118,-104r-223,0r0,274r-85,0r0,-694r307,0v142,0,224,86,224,210v0,74,-35,134,-94,169v47,27,73,76,73,145xm166,-356r225,0v78,0,136,-46,136,-128v0,-87,-52,-129,-139,-129r-222,0r0,257xm451,-894r-119,132r-70,0r87,-132r102,0","w":664,"k":{"\u00d8":5,"Q":5,"&":15,"\u2014":15,"\u2013":15,"\u00ad":15,"\u2122":20,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"\u00e3":5,"d":5,"\u010f":5,"\u0111":5,"\u0113":5,"\u00f8":5,"q":5,"A":5,"\u00c4":5,"\u00c5":5,"\u00c6":5,"\u00c0":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"\u0102":5,"\u0100":5,"\u0104":5,"\u0410":5,"C":5,"\u00c7":5,"\u0106":5,"\u010c":5,"\u0421":5,"G":5,"\u011e":5,"\u0122":5,"O":5,"\u00d6":5,"\u00d5":5,"\u0152":5,"\u00d3":5,"\u00d4":5,"\u00d2":5,"\u0150":5,"\u014c":5,"\u041e":5,"\u00dd":20,"Y":20,"\u0178":20,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"\u0103":5,"\u0101":5,"\u0105":5,"\u0430":5,"c":5,"\u00e7":5,"\u0107":5,"\u010d":5,"\u0441":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"\u011b":5,"\u0117":5,"\u0119":5,"\u0435":5,"\u0451":5,"g":5,"\u011f":5,"\u0123":5,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"\u0151":5,"\u014d":5,"\u043e":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"\u00ab":10,"\u2039":10}},"\u0158":{"d":"591,-170r0,170r-84,0r0,-170v0,-45,-13,-104,-118,-104r-223,0r0,274r-85,0r0,-694r307,0v142,0,224,86,224,210v0,74,-35,134,-94,169v47,27,73,76,73,145xm166,-356r225,0v78,0,136,-46,136,-128v0,-87,-52,-129,-139,-129r-222,0r0,257xm453,-905r-104,143r-74,0r-104,-143r77,0r64,91r64,-91r77,0","w":664,"k":{"\u00d8":5,"Q":5,"&":15,"\u2014":15,"\u2013":15,"\u00ad":15,"\u2122":20,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"\u00e3":5,"d":5,"\u010f":5,"\u0111":5,"\u0113":5,"\u00f8":5,"q":5,"A":5,"\u00c4":5,"\u00c5":5,"\u00c6":5,"\u00c0":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"\u0102":5,"\u0100":5,"\u0104":5,"\u0410":5,"C":5,"\u00c7":5,"\u0106":5,"\u010c":5,"\u0421":5,"G":5,"\u011e":5,"\u0122":5,"O":5,"\u00d6":5,"\u00d5":5,"\u0152":5,"\u00d3":5,"\u00d4":5,"\u00d2":5,"\u0150":5,"\u014c":5,"\u041e":5,"\u00dd":20,"Y":20,"\u0178":20,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"\u0103":5,"\u0101":5,"\u0105":5,"\u0430":5,"c":5,"\u00e7":5,"\u0107":5,"\u010d":5,"\u0441":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"\u011b":5,"\u0117":5,"\u0119":5,"\u0435":5,"\u0451":5,"g":5,"\u011f":5,"\u0123":5,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"\u0151":5,"\u014d":5,"\u043e":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"\u00ab":10,"\u2039":10}},"\u0156":{"d":"591,-170r0,170r-84,0r0,-170v0,-45,-13,-104,-118,-104r-223,0r0,274r-85,0r0,-694r307,0v142,0,224,86,224,210v0,74,-35,134,-94,169v47,27,73,76,73,145xm166,-356r225,0v78,0,136,-46,136,-128v0,-87,-52,-129,-139,-129r-222,0r0,257xm286,40v47,-26,124,-14,124,54v0,87,-131,85,-168,27r12,-22v20,18,44,27,72,27v23,0,42,-11,42,-31v0,-34,-54,-42,-82,-25r0,-30","w":664,"k":{"\u00d8":5,"Q":5,"&":15,"\u2014":15,"\u2013":15,"\u00ad":15,"\u2122":20,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"\u00e3":5,"d":5,"\u010f":5,"\u0111":5,"\u0113":5,"\u00f8":5,"q":5,"A":5,"\u00c4":5,"\u00c5":5,"\u00c6":5,"\u00c0":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"\u0102":5,"\u0100":5,"\u0104":5,"\u0410":5,"C":5,"\u00c7":5,"\u0106":5,"\u010c":5,"\u0421":5,"G":5,"\u011e":5,"\u0122":5,"O":5,"\u00d6":5,"\u00d5":5,"\u0152":5,"\u00d3":5,"\u00d4":5,"\u00d2":5,"\u0150":5,"\u014c":5,"\u041e":5,"\u00dd":20,"Y":20,"\u0178":20,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"\u0103":5,"\u0101":5,"\u0105":5,"\u0430":5,"c":5,"\u00e7":5,"\u0107":5,"\u010d":5,"\u0441":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"\u011b":5,"\u0117":5,"\u0119":5,"\u0435":5,"\u0451":5,"g":5,"\u011f":5,"\u0123":5,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"\u0151":5,"\u014d":5,"\u043e":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"\u00ab":10,"\u2039":10}},"\u015a":{"d":"560,-197v0,136,-107,209,-262,209v-160,0,-265,-93,-265,-232r88,0v0,93,72,151,177,151v119,0,177,-50,177,-128v0,-58,-26,-98,-179,-124v-154,-27,-242,-75,-242,-194v0,-119,95,-196,242,-196v152,0,246,82,246,216r-86,0v0,-81,-55,-135,-159,-135v-107,0,-157,47,-157,112v0,60,32,89,174,116v152,28,246,72,246,205xm443,-892r-119,132r-70,0r87,-132r102,0","w":598,"k":{"\\":10,"?":5,"\u201d":5,"\u2019":5,"\u2122":15,")":10,"\u00e3":-5,"d":-5,"\u010f":-5,"\u0111":-5,"\u0113":-5,"\u00f8":-5,"q":-10,"J":-10,"\u0408":-10,"T":20,"\u0164":20,"\u021a":20,"\u0422":20,"\u00dd":15,"Y":15,"\u0178":15,"a":-5,"\u00e1":-5,"\u00e0":-5,"\u00e2":-5,"\u00e4":-5,"\u00e5":-5,"\u00e6":-5,"\u0103":-5,"\u0101":-5,"\u0105":-5,"\u0430":-5,"c":-5,"\u00e7":-5,"\u0107":-5,"\u010d":-5,"\u0441":-5,"e":-5,"\u00e9":-5,"\u00e8":-5,"\u00ea":-5,"\u00eb":-5,"\u011b":-5,"\u0117":-5,"\u0119":-5,"\u0435":-5,"\u0451":-5,"g":-5,"\u011f":-5,"\u0123":-5,"o":-5,"\u00f3":-5,"\u00f2":-5,"\u00f4":-5,"\u00f6":-5,"\u00f5":-5,"\u0153":-5,"\u0151":-5,"\u014d":-5,"\u043e":-5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":20,"\u0445":20,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"X":10,"\u0425":10,"\u017d":5,"Z":5,"\u0179":5,"\u017b":5,"\u00bb":-5,"\u203a":-5}},"\u015e":{"d":"279,57v43,-20,104,1,104,59v1,87,-128,88,-168,28r12,-22v19,18,47,27,72,27v23,0,42,-11,42,-31v0,-32,-52,-46,-76,-21r-32,-21r32,-66v-141,-11,-232,-101,-232,-230r88,0v0,93,72,151,177,151v119,0,177,-50,177,-128v0,-58,-26,-98,-179,-124v-154,-27,-242,-75,-242,-194v0,-119,95,-196,242,-196v152,0,246,82,246,216r-86,0v0,-81,-55,-135,-159,-135v-107,0,-157,47,-157,112v0,60,32,89,174,116v152,28,246,72,246,205v0,134,-103,206,-253,209","w":598},"\uf6c1":{"d":"279,57v43,-20,104,1,104,59v1,87,-128,88,-168,28r12,-22v19,18,47,27,72,27v23,0,42,-11,42,-31v0,-32,-52,-46,-76,-21r-32,-21r32,-66v-141,-11,-232,-101,-232,-230r88,0v0,93,72,151,177,151v119,0,177,-50,177,-128v0,-58,-26,-98,-179,-124v-154,-27,-242,-75,-242,-194v0,-119,95,-196,242,-196v152,0,246,82,246,216r-86,0v0,-81,-55,-135,-159,-135v-107,0,-157,47,-157,112v0,60,32,89,174,116v152,28,246,72,246,205v0,134,-103,206,-253,209","w":598,"k":{"\\":10,"?":5,"\u201d":5,"\u2019":5,"\u2122":15,")":10,"\u00e3":-5,"d":-5,"\u010f":-5,"\u0111":-5,"\u0113":-5,"\u00f8":-5,"q":-10,"J":-10,"\u0408":-10,"T":20,"\u0164":20,"\u021a":20,"\u0422":20,"\u00dd":15,"Y":15,"\u0178":15,"a":-5,"\u00e1":-5,"\u00e0":-5,"\u00e2":-5,"\u00e4":-5,"\u00e5":-5,"\u00e6":-5,"\u0103":-5,"\u0101":-5,"\u0105":-5,"\u0430":-5,"c":-5,"\u00e7":-5,"\u0107":-5,"\u010d":-5,"\u0441":-5,"e":-5,"\u00e9":-5,"\u00e8":-5,"\u00ea":-5,"\u00eb":-5,"\u011b":-5,"\u0117":-5,"\u0119":-5,"\u0435":-5,"\u0451":-5,"g":-5,"\u011f":-5,"\u0123":-5,"o":-5,"\u00f3":-5,"\u00f2":-5,"\u00f4":-5,"\u00f6":-5,"\u00f5":-5,"\u0153":-5,"\u0151":-5,"\u014d":-5,"\u043e":-5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":20,"\u0445":20,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"X":10,"\u0425":10,"\u017d":5,"Z":5,"\u0179":5,"\u017b":5,"\u00bb":-5,"\u203a":-5}},"\u0164":{"d":"538,-613r-218,0r0,613r-85,0r0,-613r-218,0r0,-81r521,0r0,81xm418,-905r-104,143r-74,0r-104,-143r77,0r64,91r64,-91r77,0","w":555,"k":{"\u00d8":40,"Q":40,"V":-30,"W":-25,"&":50,"*":-30,"@":40,"\\":-35,"}":-20,"]":-20,":":50,",":110,"\u00a9":45,"\u2026":110,"\u2014":90,"\u2013":90,"\u00ad":90,".":110,"\u201c":-10,"\u201d":-10,"\u2018":-10,"\u2019":-10,"\u00ae":45,"\u037e":50,"\/":60,"\u2122":-20,"v":75,"w":70,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,"\u00e3":115,"d":115,"\u010f":115,"\u0111":115,"\u0113":115,"\u00f8":115,"q":115,"i":15,"\u00ed":35,"\u00ee":-15,"\u00ef":-35,"\u00ec":-25,"\u012b":-80,"\u012f":15,"\u0131":100,"A":60,"\u00c4":60,"\u00c5":60,"\u00c6":60,"\u00c0":60,"\u00c3":60,"\u00c2":60,"\u00c1":60,"\u0102":60,"\u0100":60,"\u0104":60,"\u0410":60,"C":40,"\u00c7":40,"\u0106":40,"\u010c":40,"\u0421":40,"G":40,"\u011e":40,"\u0122":40,"J":90,"\u0408":90,"O":40,"\u00d6":40,"\u00d5":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d2":40,"\u0150":40,"\u014c":40,"\u041e":40,"\u0160":20,"S":20,"\u015a":20,"\uf6c1":20,"\u0405":20,"T":-20,"\u0164":-20,"\u021a":-20,"\u0422":-20,"\u00dd":-25,"Y":-25,"\u0178":-25,"a":115,"\u00e1":115,"\u00e0":115,"\u00e2":115,"\u00e4":115,"\u00e5":115,"\u00e6":115,"\u0103":115,"\u0101":115,"\u0105":115,"\u0430":115,"c":115,"\u00e7":115,"\u0107":115,"\u010d":115,"\u0441":115,"e":115,"\u00e9":115,"\u00e8":115,"\u00ea":115,"\u00eb":115,"\u011b":115,"\u0117":115,"\u0119":115,"\u0435":115,"\u0451":115,"g":115,"\u011f":115,"\u0123":115,"j":15,"\u0458":15,"m":65,"n":65,"\u00f1":65,"\u0144":65,"\u0148":65,"\u0146":65,"o":115,"\u00f3":115,"\u00f2":115,"\u00f4":115,"\u00f6":115,"\u00f5":115,"\u0153":115,"\u0151":115,"\u014d":115,"\u043e":115,"p":65,"\u0440":65,"r":65,"\u0155":65,"\u0159":65,"\u0157":65,"\u0161":85,"s":85,"\u015b":85,"\uf6c2":85,"\u0455":85,"u":80,"\u00fa":80,"\u00f9":80,"\u00fb":80,"\u00fc":80,"\u0171":80,"\u016b":80,"\u0173":80,"\u016f":80,"x":90,"\u0445":90,"\u00fd":80,"y":80,"\u00ff":80,"\u0443":80,"\u045e":80,"\u017e":65,"z":65,"\u017a":65,"\u017c":65,"X":-20,"\u0425":-20,"\u017d":-10,"Z":-10,"\u0179":-10,"\u017b":-10,"\u00ab":80,"\u2039":80,"\u00bb":80,"\u203a":80,"k":10,"\u0137":10}},"\u0162":{"d":"243,59v43,-20,104,1,104,59v1,87,-128,88,-168,28r12,-22v19,18,47,27,72,27v23,0,42,-11,42,-31v0,-32,-52,-46,-76,-21r-32,-21r38,-78r0,-613r-218,0r0,-81r521,0r0,81r-218,0r0,613r-40,0","w":555},"\u021a":{"d":"243,59v43,-20,104,1,104,59v1,87,-128,88,-168,28r12,-22v19,18,47,27,72,27v23,0,42,-11,42,-31v0,-32,-52,-46,-76,-21r-32,-21r38,-78r0,-613r-218,0r0,-81r521,0r0,81r-218,0r0,613r-40,0","w":555,"k":{"\u00d8":40,"Q":40,"V":-30,"W":-25,"&":50,"*":-30,"@":40,"\\":-35,"}":-20,"]":-20,":":50,",":110,"\u00a9":45,"\u2026":110,"\u2014":90,"\u2013":90,"\u00ad":90,".":110,"\u201c":-10,"\u201d":-10,"\u2018":-10,"\u2019":-10,"\u00ae":45,"\u037e":50,"\/":60,"\u2122":-20,"v":75,"w":70,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,"\u00e3":115,"d":115,"\u010f":115,"\u0111":115,"\u0113":115,"\u00f8":115,"q":115,"i":15,"\u00ed":35,"\u00ee":-15,"\u00ef":-35,"\u00ec":-25,"\u012b":-80,"\u012f":15,"\u0131":100,"A":60,"\u00c4":60,"\u00c5":60,"\u00c6":60,"\u00c0":60,"\u00c3":60,"\u00c2":60,"\u00c1":60,"\u0102":60,"\u0100":60,"\u0104":60,"\u0410":60,"C":40,"\u00c7":40,"\u0106":40,"\u010c":40,"\u0421":40,"G":40,"\u011e":40,"\u0122":40,"J":90,"\u0408":90,"O":40,"\u00d6":40,"\u00d5":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d2":40,"\u0150":40,"\u014c":40,"\u041e":40,"\u0160":20,"S":20,"\u015a":20,"\uf6c1":20,"\u0405":20,"T":-20,"\u0164":-20,"\u021a":-20,"\u0422":-20,"\u00dd":-25,"Y":-25,"\u0178":-25,"a":115,"\u00e1":115,"\u00e0":115,"\u00e2":115,"\u00e4":115,"\u00e5":115,"\u00e6":115,"\u0103":115,"\u0101":115,"\u0105":115,"\u0430":115,"c":115,"\u00e7":115,"\u0107":115,"\u010d":115,"\u0441":115,"e":115,"\u00e9":115,"\u00e8":115,"\u00ea":115,"\u00eb":115,"\u011b":115,"\u0117":115,"\u0119":115,"\u0435":115,"\u0451":115,"g":115,"\u011f":115,"\u0123":115,"j":15,"\u0458":15,"m":65,"n":65,"\u00f1":65,"\u0144":65,"\u0148":65,"\u0146":65,"o":115,"\u00f3":115,"\u00f2":115,"\u00f4":115,"\u00f6":115,"\u00f5":115,"\u0153":115,"\u0151":115,"\u014d":115,"\u043e":115,"p":65,"\u0440":65,"r":65,"\u0155":65,"\u0159":65,"\u0157":65,"\u0161":85,"s":85,"\u015b":85,"\uf6c2":85,"\u0455":85,"u":80,"\u00fa":80,"\u00f9":80,"\u00fb":80,"\u00fc":80,"\u0171":80,"\u016b":80,"\u0173":80,"\u016f":80,"x":90,"\u0445":90,"\u00fd":80,"y":80,"\u00ff":80,"\u0443":80,"\u045e":80,"\u017e":65,"z":65,"\u017a":65,"\u017c":65,"X":-20,"\u0425":-20,"\u017d":-10,"Z":-10,"\u0179":-10,"\u017b":-10,"\u00ab":80,"\u2039":80,"\u00bb":80,"\u203a":80,"k":10,"\u0137":10}},"\u0170":{"d":"153,-249v0,103,66,179,182,179v117,0,181,-76,181,-179r0,-445r85,0r0,445v0,154,-108,261,-266,261v-159,0,-266,-107,-266,-261r0,-445r84,0r0,445xm541,-899r-103,136r-67,0r66,-136r104,0xm379,-899r-103,136r-67,0r66,-136r104,0","w":670,"k":{":":5,",":30,"\u2026":30,".":30,"\u037e":5,"\/":20,"v":5,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,")":10,"\u00e3":5,"d":5,"\u010f":5,"\u0111":5,"\u0113":5,"\u00f8":5,"q":5,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-40,"\u012f":5,"A":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u00c0":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"\u0102":10,"\u0100":10,"\u0104":10,"\u0410":10,"J":10,"\u0408":10,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"\u0103":5,"\u0101":5,"\u0105":5,"\u0430":5,"c":5,"\u00e7":5,"\u0107":5,"\u010d":5,"\u0441":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"\u011b":5,"\u0117":5,"\u0119":5,"\u0435":5,"\u0451":5,"g":5,"\u011f":5,"\u0123":5,"j":10,"\u0458":10,"m":5,"n":5,"\u00f1":5,"\u0144":5,"\u0148":5,"\u0146":5,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"\u0151":5,"\u014d":5,"\u043e":5,"p":5,"\u0440":5,"r":5,"\u0155":5,"\u0159":5,"\u0157":5,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"x":10,"\u0445":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"\u017e":8,"z":8,"\u017a":8,"\u017c":8,"k":10,"\u0137":10}},"\u016a":{"d":"153,-249v0,103,66,179,182,179v117,0,181,-76,181,-179r0,-445r85,0r0,445v0,154,-108,261,-266,261v-159,0,-266,-107,-266,-261r0,-445r84,0r0,445xm488,-823r0,60r-307,0r0,-60r307,0","w":670,"k":{":":5,",":30,"\u2026":30,".":30,"\u037e":5,"\/":20,"v":5,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,")":10,"\u00e3":5,"d":5,"\u010f":5,"\u0111":5,"\u0113":5,"\u00f8":5,"q":5,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-40,"\u012f":5,"A":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u00c0":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"\u0102":10,"\u0100":10,"\u0104":10,"\u0410":10,"J":10,"\u0408":10,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"\u0103":5,"\u0101":5,"\u0105":5,"\u0430":5,"c":5,"\u00e7":5,"\u0107":5,"\u010d":5,"\u0441":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"\u011b":5,"\u0117":5,"\u0119":5,"\u0435":5,"\u0451":5,"g":5,"\u011f":5,"\u0123":5,"j":10,"\u0458":10,"m":5,"n":5,"\u00f1":5,"\u0144":5,"\u0148":5,"\u0146":5,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"\u0151":5,"\u014d":5,"\u043e":5,"p":5,"\u0440":5,"r":5,"\u0155":5,"\u0159":5,"\u0157":5,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"x":10,"\u0445":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"\u017e":8,"z":8,"\u017a":8,"\u017c":8,"k":10,"\u0137":10}},"\u0172":{"d":"414,135r0,35v-47,31,-111,27,-133,-15v-19,-37,-7,-98,57,-143v-162,1,-269,-106,-269,-261r0,-445r84,0r0,445v0,103,66,179,182,179v117,0,181,-76,181,-179r0,-445r85,0r0,445v0,130,-77,227,-196,253v-65,43,-91,97,-76,126v12,23,53,25,85,5","w":670,"k":{":":5,",":30,"\u2026":30,".":30,"\u037e":5,"\/":20,"v":5,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,")":10,"\u00e3":5,"d":5,"\u010f":5,"\u0111":5,"\u0113":5,"\u00f8":5,"q":5,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-40,"\u012f":5,"A":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u00c0":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"\u0102":10,"\u0100":10,"\u0104":10,"\u0410":10,"J":10,"\u0408":10,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"\u0103":5,"\u0101":5,"\u0105":5,"\u0430":5,"c":5,"\u00e7":5,"\u0107":5,"\u010d":5,"\u0441":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"\u011b":5,"\u0117":5,"\u0119":5,"\u0435":5,"\u0451":5,"g":5,"\u011f":5,"\u0123":5,"j":10,"\u0458":10,"m":5,"n":5,"\u00f1":5,"\u0144":5,"\u0148":5,"\u0146":5,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"\u0151":5,"\u014d":5,"\u043e":5,"p":5,"\u0440":5,"r":5,"\u0155":5,"\u0159":5,"\u0157":5,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"x":10,"\u0445":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"\u017e":8,"z":8,"\u017a":8,"\u017c":8,"k":10,"\u0137":10}},"\u016e":{"d":"153,-249v0,103,66,179,182,179v117,0,181,-76,181,-179r0,-445r85,0r0,445v0,154,-108,261,-266,261v-159,0,-266,-107,-266,-261r0,-445r84,0r0,445xm334,-760v-53,0,-95,-43,-95,-95v0,-53,42,-96,95,-96v53,0,96,43,96,96v0,52,-43,95,-96,95xm385,-855v0,-29,-23,-52,-51,-52v-28,0,-51,23,-51,52v0,28,23,51,51,51v28,0,51,-23,51,-51","w":670,"k":{":":5,",":30,"\u2026":30,".":30,"\u037e":5,"\/":20,"v":5,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,")":10,"\u00e3":5,"d":5,"\u010f":5,"\u0111":5,"\u0113":5,"\u00f8":5,"q":5,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-40,"\u012f":5,"A":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u00c0":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"\u0102":10,"\u0100":10,"\u0104":10,"\u0410":10,"J":10,"\u0408":10,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"\u0103":5,"\u0101":5,"\u0105":5,"\u0430":5,"c":5,"\u00e7":5,"\u0107":5,"\u010d":5,"\u0441":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"\u011b":5,"\u0117":5,"\u0119":5,"\u0435":5,"\u0451":5,"g":5,"\u011f":5,"\u0123":5,"j":10,"\u0458":10,"m":5,"n":5,"\u00f1":5,"\u0144":5,"\u0148":5,"\u0146":5,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"\u0151":5,"\u014d":5,"\u043e":5,"p":5,"\u0440":5,"r":5,"\u0155":5,"\u0159":5,"\u0157":5,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"x":10,"\u0445":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"\u017e":8,"z":8,"\u017a":8,"\u017c":8,"k":10,"\u0137":10}},"\u0179":{"d":"555,-82r0,82r-528,0r0,-76r421,-537r-408,0r0,-81r513,0r0,78r-418,534r420,0xm435,-894r-119,132r-70,0r87,-132r102,0","w":582,"k":{"\u00d8":15,"Q":15,"V":-20,"W":-20,"&":15,"*":-5,"@":25,"\\":-10,"}":-25,"]":-25,",":-15,"\u00a9":40,"\u2026":-15,"\u2014":35,"\u2013":35,"\u00ad":35,".":-15,"\u201d":-5,"\u2019":-5,"\u00ae":40,"\/":-5,"\u2122":-10,"v":20,"w":20,"\u00e3":20,"d":20,"\u010f":20,"\u0111":20,"\u0113":20,"\u00f8":20,"q":20,"A":-20,"\u00c4":-20,"\u00c5":-20,"\u00c6":-20,"\u00c0":-20,"\u00c3":-20,"\u00c2":-20,"\u00c1":-20,"\u0102":-20,"\u0100":-20,"\u0104":-20,"\u0410":-20,"C":15,"\u00c7":15,"\u0106":15,"\u010c":15,"\u0421":15,"G":15,"\u011e":15,"\u0122":15,"O":15,"\u00d6":15,"\u00d5":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d2":15,"\u0150":15,"\u014c":15,"\u041e":15,"\u0160":5,"S":5,"\u015a":5,"\uf6c1":5,"\u0405":5,"T":-15,"\u0164":-15,"\u021a":-15,"\u0422":-15,"\u00dd":-15,"Y":-15,"\u0178":-15,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"\u0103":20,"\u0101":20,"\u0105":20,"\u0430":20,"c":20,"\u00e7":20,"\u0107":20,"\u010d":20,"\u0441":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"\u011b":20,"\u0117":20,"\u0119":20,"\u0435":20,"\u0451":20,"g":20,"\u011f":20,"\u0123":20,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"\u0151":20,"\u014d":20,"\u043e":20,"\u0161":15,"s":15,"\u015b":15,"\uf6c2":15,"\u0455":15,"u":25,"\u00fa":25,"\u00f9":25,"\u00fb":25,"\u00fc":25,"\u0171":25,"\u016b":25,"\u0173":25,"\u016f":25,"x":-5,"\u0445":-5,"\u00fd":25,"y":25,"\u00ff":25,"\u0443":25,"\u045e":25,"\u017e":-5,"z":-5,"\u017a":-5,"\u017c":-5,"X":-10,"\u0425":-10,"\u017d":-10,"Z":-10,"\u0179":-10,"\u017b":-10,"\u00ab":50,"\u2039":50}},"\u017b":{"d":"555,-82r0,82r-528,0r0,-76r421,-537r-408,0r0,-81r513,0r0,78r-418,534r420,0xm329,-763r-91,0r0,-100r91,0r0,100","w":582,"k":{"\u00d8":15,"Q":15,"V":-20,"W":-20,"&":15,"*":-5,"@":25,"\\":-10,"}":-25,"]":-25,",":-15,"\u00a9":40,"\u2026":-15,"\u2014":35,"\u2013":35,"\u00ad":35,".":-15,"\u201d":-5,"\u2019":-5,"\u00ae":40,"\/":-5,"\u2122":-10,"v":20,"w":20,"\u00e3":20,"d":20,"\u010f":20,"\u0111":20,"\u0113":20,"\u00f8":20,"q":20,"A":-20,"\u00c4":-20,"\u00c5":-20,"\u00c6":-20,"\u00c0":-20,"\u00c3":-20,"\u00c2":-20,"\u00c1":-20,"\u0102":-20,"\u0100":-20,"\u0104":-20,"\u0410":-20,"C":15,"\u00c7":15,"\u0106":15,"\u010c":15,"\u0421":15,"G":15,"\u011e":15,"\u0122":15,"O":15,"\u00d6":15,"\u00d5":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d2":15,"\u0150":15,"\u014c":15,"\u041e":15,"\u0160":5,"S":5,"\u015a":5,"\uf6c1":5,"\u0405":5,"T":-15,"\u0164":-15,"\u021a":-15,"\u0422":-15,"\u00dd":-15,"Y":-15,"\u0178":-15,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"\u0103":20,"\u0101":20,"\u0105":20,"\u0430":20,"c":20,"\u00e7":20,"\u0107":20,"\u010d":20,"\u0441":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"\u011b":20,"\u0117":20,"\u0119":20,"\u0435":20,"\u0451":20,"g":20,"\u011f":20,"\u0123":20,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"\u0151":20,"\u014d":20,"\u043e":20,"\u0161":15,"s":15,"\u015b":15,"\uf6c2":15,"\u0455":15,"u":25,"\u00fa":25,"\u00f9":25,"\u00fb":25,"\u00fc":25,"\u0171":25,"\u016b":25,"\u0173":25,"\u016f":25,"x":-5,"\u0445":-5,"\u00fd":25,"y":25,"\u00ff":25,"\u0443":25,"\u045e":25,"\u017e":-5,"z":-5,"\u017a":-5,"\u017c":-5,"X":-10,"\u0425":-10,"\u017d":-10,"Z":-10,"\u0179":-10,"\u017b":-10,"\u00ab":50,"\u2039":50}},"\u0103":{"d":"553,-515r0,515r-82,0r0,-83v-36,53,-102,96,-178,96v-148,0,-258,-121,-258,-270v0,-149,110,-271,258,-271v76,0,142,43,178,95r0,-82r82,0xm468,-256v0,-105,-80,-191,-175,-191v-97,0,-173,86,-173,191v0,103,76,188,173,188v95,0,175,-85,175,-188xm455,-715v-5,74,-64,130,-152,130v-88,0,-147,-56,-152,-130r47,0v15,45,50,72,105,72v68,0,98,-27,109,-72r43,0","k":{"\\":20,"\u201c":10,"\u2018":10,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"p":10,"\u0440":10,"t":10,"\u0165":10,"\u021b":10,"k":5,"\u0137":5}},"\u0101":{"d":"553,-515r0,515r-82,0r0,-83v-36,53,-102,96,-178,96v-148,0,-258,-121,-258,-270v0,-149,110,-271,258,-271v76,0,142,43,178,95r0,-82r82,0xm468,-256v0,-105,-80,-191,-175,-191v-97,0,-173,86,-173,191v0,103,76,188,173,188v95,0,175,-85,175,-188xm456,-648r0,60r-307,0r0,-60r307,0","k":{"\\":20,"\u201c":10,"\u2018":10,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"p":10,"\u0440":10,"t":10,"\u0165":10,"\u021b":10,"k":5,"\u0137":5}},"\u0105":{"d":"530,135r0,35v-47,31,-111,27,-133,-15v-21,-40,-5,-109,76,-155r-2,0r0,-83v-36,53,-102,96,-178,96v-148,0,-258,-121,-258,-270v0,-149,110,-271,258,-271v76,0,142,43,178,95r0,-82r82,0r0,515r-25,0v-70,43,-98,100,-83,130v12,23,53,25,85,5xm468,-256v0,-105,-80,-191,-175,-191v-97,0,-173,86,-173,191v0,103,76,188,173,188v95,0,175,-85,175,-188","k":{"\\":20,"\u201c":10,"\u2018":10,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"p":10,"\u0440":10,"t":10,"\u0165":10,"\u021b":10,"k":5,"\u0137":5}},"\u0107":{"d":"533,-160v-34,104,-125,172,-240,172v-142,0,-258,-120,-258,-269v0,-149,116,-271,258,-271v115,0,205,68,240,172r-91,0v-29,-56,-82,-91,-149,-91v-95,0,-173,86,-173,190v0,104,78,188,173,188v68,0,121,-35,149,-91r91,0xm456,-712r-119,132r-70,0r87,-132r102,0","w":563,"k":{"*":25,"@":-5,"\\":25,"}":5,"]":5,"\u00a9":-5,"\u2014":5,"\u2013":5,"\u00ad":5,"?":20,"\u201c":10,"\u201d":10,"\u2018":10,"\u2019":10,"\u00ae":-5,"\/":-10,"\u2122":60,"w":-10,")":5,"\u017e":-5,"z":-5,"\u017a":-5,"\u017c":-5,"\u00bb":-5,"\u203a":-5}},"\u010d":{"d":"533,-160v-34,104,-125,172,-240,172v-142,0,-258,-120,-258,-269v0,-149,116,-271,258,-271v115,0,205,68,240,172r-91,0v-29,-56,-82,-91,-149,-91v-95,0,-173,86,-173,190v0,104,78,188,173,188v68,0,121,-35,149,-91r91,0xm442,-725r-104,143r-74,0r-104,-143r77,0r64,91r64,-91r77,0","w":563,"k":{"*":25,"@":-5,"\\":25,"}":5,"]":5,"\u00a9":-5,"\u2014":5,"\u2013":5,"\u00ad":5,"?":20,"\u201c":10,"\u201d":10,"\u2018":10,"\u2019":10,"\u00ae":-5,"\/":-10,"\u2122":60,"w":-10,")":5,"\u017e":-5,"z":-5,"\u017a":-5,"\u017c":-5,"\u00bb":-5,"\u203a":-5}},"\u010f":{"d":"553,-744r0,744r-82,0r0,-83v-36,53,-102,96,-178,96v-148,0,-258,-121,-258,-269v0,-150,110,-272,258,-272v74,0,138,41,175,91r0,-307r85,0xm468,-256v0,-105,-80,-191,-175,-191v-97,0,-173,86,-173,191v0,103,76,188,173,188v95,0,175,-85,175,-188xm772,-740r-119,132r-70,0r87,-132r102,0","k":{"\u013c":-110,"\u013e":-110,"\u013a":-110,"\u012f":10,"\u012b":-160,"\u2122":20,"\u00ef":-160,"\u00ee":-100,"\u00ec":-200,"\u00ed":10,"l":-110,"i":-80,"h":-110,"b":-110,"j":-80,"\u0458":-80,"p":10,"\u0440":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u0171":15,"\u016b":15,"\u0173":15,"\u016f":15,"\u00fd":15,"y":15,"\u00ff":15,"\u0443":15,"\u045e":15,"t":5,"\u0165":5,"\u021b":5,"k":-110,"\u0137":-110}},"\u0111":{"d":"664,-638r0,60r-111,0r0,578r-82,0r0,-83v-36,53,-102,96,-178,96v-148,0,-258,-121,-258,-269v0,-150,110,-272,258,-272v74,0,138,41,175,91r0,-141r-111,0r0,-60r111,0r0,-106r85,0r0,106r111,0xm468,-256v0,-105,-80,-191,-175,-191v-97,0,-173,86,-173,191v0,103,76,188,173,188v95,0,175,-85,175,-188","k":{"\u013c":10,"\u013e":10,"\u013a":10,"\u012f":10,"\u012b":10,"\u2122":20,"\u00ef":10,"\u00ee":10,"\u00ec":10,"\u00ed":10,"l":10,"i":10,"h":10,"b":10,"j":10,"\u0458":10,"p":10,"\u0440":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u0171":15,"\u016b":15,"\u0173":15,"\u016f":15,"\u00fd":15,"y":15,"\u00ff":15,"\u0443":15,"\u045e":15,"t":5,"\u0165":5,"\u021b":5,"k":10,"\u0137":10}},"\u011b":{"d":"452,-160r90,0v-36,110,-124,172,-243,172v-148,0,-264,-118,-264,-269v0,-149,116,-271,259,-271v133,0,261,110,260,293r-433,0v11,187,265,228,331,75xm126,-311r334,0v-21,-84,-91,-140,-166,-140v-71,0,-146,52,-168,140xm443,-726r-104,143r-74,0r-104,-143r77,0r64,91r64,-91r77,0","w":585,"k":{"*":35,"@":-5,"\\":35,",":10,"\u00a9":-5,"\u2026":10,".":10,"?":40,"\u201c":25,"\u201d":22,"\u2018":25,"\u2019":22,"\u00ae":-5,"\u2122":70,")":10,"\u00bb":-5,"\u203a":-5}},"\u0117":{"d":"452,-160r90,0v-36,110,-124,172,-243,172v-148,0,-264,-118,-264,-269v0,-149,116,-271,259,-271v133,0,261,110,260,293r-433,0v11,187,265,228,331,75xm126,-311r334,0v-21,-84,-91,-140,-166,-140v-71,0,-146,52,-168,140xm340,-584r-91,0r0,-100r91,0r0,100","w":585,"k":{"*":35,"@":-5,"\\":35,",":10,"\u00a9":-5,"\u2026":10,".":10,"?":40,"\u201c":25,"\u201d":22,"\u2018":25,"\u2019":22,"\u00ae":-5,"\u2122":70,")":10,"\u00bb":-5,"\u203a":-5}},"\u0113":{"d":"452,-160r90,0v-36,110,-124,172,-243,172v-148,0,-264,-118,-264,-269v0,-149,116,-271,259,-271v133,0,261,110,260,293r-433,0v11,187,265,228,331,75xm126,-311r334,0v-21,-84,-91,-140,-166,-140v-71,0,-146,52,-168,140xm446,-643r0,60r-307,0r0,-60r307,0","w":585,"k":{"*":35,"@":-5,"\\":35,",":10,"\u00a9":-5,"\u2026":10,".":10,"?":40,"\u201c":25,"\u201d":22,"\u2018":25,"\u2019":22,"\u00ae":-5,"\u2122":70,")":10,"\u00bb":-5,"\u203a":-5}},"\u0119":{"d":"379,135r0,35v-47,31,-111,27,-133,-15v-19,-37,-7,-98,57,-143v-152,2,-267,-117,-268,-269v0,-149,116,-271,259,-271v133,0,261,110,260,293r-433,0v11,187,265,228,331,75r90,0v-28,86,-88,143,-170,163v-66,42,-93,97,-78,127v12,23,53,25,85,5xm126,-311r334,0v-21,-84,-91,-140,-166,-140v-71,0,-146,52,-168,140","w":585,"k":{"*":35,"@":-5,"\\":35,",":10,"\u00a9":-5,"\u2026":10,".":10,"?":40,"\u201c":25,"\u201d":22,"\u2018":25,"\u2019":22,"\u00ae":-5,"\u2122":70,")":10,"\u00bb":-5,"\u203a":-5}},"\u011f":{"d":"553,-515r0,491v0,165,-107,277,-265,277v-122,0,-217,-65,-243,-170r89,0v34,77,116,88,154,88v153,0,188,-114,180,-249v-37,50,-101,91,-175,91v-148,0,-258,-121,-258,-270v0,-149,110,-271,258,-271v76,0,142,43,178,95r0,-82r82,0xm468,-256v0,-107,-80,-193,-175,-193v-97,0,-173,86,-173,193v0,105,76,191,173,191v95,0,175,-86,175,-191xm446,-715v-5,74,-64,130,-152,130v-88,0,-147,-56,-152,-130r47,0v15,45,50,72,105,72v68,0,98,-27,109,-72r43,0","w":618,"k":{"\\":30,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"i":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u012b":10,"\u012f":10,"p":10,"\u0440":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"t":5,"\u0165":5,"\u021b":5,"k":5,"\u0137":5}},"\u0123":{"d":"553,-515r0,491v0,165,-107,277,-265,277v-122,0,-217,-65,-243,-170r89,0v34,77,116,88,154,88v153,0,188,-114,180,-249v-37,50,-101,91,-175,91v-148,0,-258,-121,-258,-270v0,-149,110,-271,258,-271v76,0,142,43,178,95r0,-82r82,0xm468,-256v0,-107,-80,-193,-175,-193v-97,0,-173,86,-173,193v0,105,76,191,173,191v95,0,175,-86,175,-191xm259,-715v47,-26,124,-14,124,54v0,87,-131,85,-168,27r12,-22v20,18,44,27,72,27v23,0,42,-11,42,-31v0,-34,-54,-42,-82,-25r0,-30","w":618,"k":{"\\":30,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"i":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u012b":10,"\u012f":10,"p":10,"\u0440":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"t":5,"\u0165":5,"\u021b":5,"k":5,"\u0137":5}},"\u012b":{"d":"159,-515r0,515r-85,0r0,-515r85,0xm270,-643r0,60r-307,0r0,-60r307,0","w":233},"\u012f":{"d":"131,135r0,35v-47,31,-111,27,-133,-15v-21,-40,-5,-109,76,-155r0,-515r85,0r0,515r-30,0v-70,43,-98,100,-83,130v12,23,53,25,85,5xm159,-694r0,101r-85,0r0,-101r85,0","w":233},"\u0137":{"d":"319,-322r217,322r-103,0r-176,-262r-99,96r0,166r-85,0r0,-744r85,0r0,460r235,-231r125,0xm216,40v47,-26,124,-14,124,54v0,87,-131,85,-168,27r12,-22v20,18,44,27,72,27v23,0,42,-11,42,-31v0,-34,-54,-42,-82,-25r0,-30","w":545,"k":{"&":25,"@":10,"\\":10,"\u00a9":10,"\u2014":57,"\u2013":57,"\u00ad":57,"\u201d":10,"\u2019":10,"\u00ae":10,"\u2122":70,"\u00e3":15,"d":15,"\u010f":15,"\u0111":15,"\u0113":25,"\u00f8":15,"q":15,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"\u0103":15,"\u0101":15,"\u0105":15,"\u0430":15,"c":20,"\u00e7":20,"\u0107":20,"\u010d":20,"\u0441":20,"e":25,"\u00e9":25,"\u00e8":25,"\u00ea":25,"\u00eb":25,"\u011b":25,"\u0117":25,"\u0119":25,"\u0435":25,"\u0451":25,"g":15,"\u011f":15,"\u0123":15,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"\u0151":15,"\u014d":15,"\u043e":15,"p":10,"\u0440":10,"\u0161":15,"s":15,"\u015b":15,"\uf6c2":15,"\u0455":15,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"x":-10,"\u0445":-10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"\u017e":-5,"z":-5,"\u017a":-5,"\u017c":-5,"\u00ab":55,"\u2039":55,"\u00bb":10,"\u203a":10,"t":10,"\u0165":10,"\u021b":10}},"\u013a":{"d":"160,-744r0,744r-85,0r0,-744r85,0xm272,-930r-119,132r-70,0r87,-132r102,0","w":235,"k":{"\u013c":10,"\u013e":10,"\u013a":10,"\u012f":10,"\u012b":10,"\u00ef":10,"\u00ee":10,"\u00ec":10,"\u00ed":10,"l":10,"i":10,"h":10,"b":10,"j":10,"\u0458":10,"p":10,"\u0440":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u0171":15,"\u016b":15,"\u0173":15,"\u016f":15,"\u00fd":15,"y":15,"\u00ff":15,"\u0443":15,"\u045e":15,"t":10,"\u0165":10,"\u021b":10,"k":10,"\u0137":10}},"\u013e":{"d":"160,-744r0,744r-85,0r0,-744r85,0xm372,-745r-119,132r-70,0r87,-132r102,0","w":235,"k":{"\u013c":-110,"\u013e":-110,"\u013a":-110,"\u012f":10,"\u012b":-160,"\u00ef":-160,"\u00ee":-100,"\u00ec":-200,"\u00ed":10,"l":-110,"i":-80,"h":-110,"b":-110,"j":-80,"\u0458":-80,"p":10,"\u0440":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u0171":15,"\u016b":15,"\u0173":15,"\u016f":15,"\u00fd":15,"y":15,"\u00ff":15,"\u0443":15,"\u045e":15,"t":10,"\u0165":10,"\u021b":10,"k":-110,"\u0137":-110}},"\u013c":{"d":"83,59v43,-20,104,1,104,59v1,87,-128,88,-168,28r12,-22v19,18,47,27,72,27v23,0,42,-11,42,-31v0,-32,-52,-46,-76,-21r-32,-21r38,-78r0,-744r85,0r0,744r-40,0","w":235,"k":{"\u013c":10,"\u013e":10,"\u013a":10,"\u012f":10,"\u012b":10,"\u00ef":10,"\u00ee":10,"\u00ec":10,"\u00ed":10,"l":10,"i":10,"h":10,"b":10,"j":10,"\u0458":10,"p":10,"\u0440":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u0171":15,"\u016b":15,"\u0173":15,"\u016f":15,"\u00fd":15,"y":15,"\u00ff":15,"\u0443":15,"\u045e":15,"t":10,"\u0165":10,"\u021b":10,"k":10,"\u0137":10}},"\u0144":{"d":"503,-310r0,310r-84,0r0,-313v0,-79,-44,-137,-126,-137v-78,0,-135,58,-135,135r0,315r-85,0r0,-515r82,0r0,56v35,-43,88,-69,150,-69v126,0,198,90,198,218xm466,-715r-119,132r-70,0r87,-132r102,0","w":574,"k":{"*":35,"\\":45,"?":30,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":80,"v":10,"w":6,")":20,"j":5,"\u0458":5,"u":8,"\u00fa":8,"\u00f9":8,"\u00fb":8,"\u00fc":8,"\u0171":8,"\u016b":8,"\u0173":8,"\u016f":8,"\u00fd":8,"y":8,"\u00ff":8,"\u0443":8,"\u045e":8,"t":10,"\u0165":10,"\u021b":10}},"\u0148":{"d":"503,-310r0,310r-84,0r0,-313v0,-79,-44,-137,-126,-137v-78,0,-135,58,-135,135r0,315r-85,0r0,-515r82,0r0,56v35,-43,88,-69,150,-69v126,0,198,90,198,218xm448,-726r-104,143r-74,0r-104,-143r77,0r64,91r64,-91r77,0","w":574,"k":{"*":35,"\\":45,"?":30,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":80,"v":10,"w":6,")":20,"j":5,"\u0458":5,"u":8,"\u00fa":8,"\u00f9":8,"\u00fb":8,"\u00fc":8,"\u0171":8,"\u016b":8,"\u0173":8,"\u016f":8,"\u00fd":8,"y":8,"\u00ff":8,"\u0443":8,"\u045e":8,"t":10,"\u0165":10,"\u021b":10}},"\u0146":{"d":"503,-310r0,310r-84,0r0,-313v0,-79,-44,-137,-126,-137v-78,0,-135,58,-135,135r0,315r-85,0r0,-515r82,0r0,56v35,-43,88,-69,150,-69v126,0,198,90,198,218xm236,40v47,-26,124,-14,124,54v0,87,-131,85,-168,27r12,-22v20,18,44,27,72,27v23,0,42,-11,42,-31v0,-34,-54,-42,-82,-25r0,-30","w":574,"k":{"*":35,"\\":45,"?":30,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":80,"v":10,"w":6,")":20,"j":5,"\u0458":5,"u":8,"\u00fa":8,"\u00f9":8,"\u00fb":8,"\u00fc":8,"\u0171":8,"\u016b":8,"\u0173":8,"\u016f":8,"\u00fd":8,"y":8,"\u00ff":8,"\u0443":8,"\u045e":8,"t":10,"\u0165":10,"\u021b":10}},"\u0151":{"d":"294,-528v147,0,259,122,259,272v0,148,-112,268,-259,268v-146,0,-259,-120,-259,-268v0,-150,113,-272,259,-272xm294,-66v96,0,174,-85,174,-190v0,-107,-78,-194,-174,-194v-95,0,-173,87,-173,194v0,105,78,190,173,190xm509,-720r-103,136r-67,0r66,-136r104,0xm347,-720r-103,136r-67,0r66,-136r104,0","w":589,"k":{"*":45,"\\":45,"}":10,"]":10,",":20,"\u2026":20,".":20,"?":40,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":70,"v":5,"w":5,")":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":10,"\u0445":10,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"\u014d":{"d":"294,-528v147,0,259,122,259,272v0,148,-112,268,-259,268v-146,0,-259,-120,-259,-268v0,-150,113,-272,259,-272xm294,-66v96,0,174,-85,174,-190v0,-107,-78,-194,-174,-194v-95,0,-173,87,-173,194v0,105,78,190,173,190xm448,-643r0,60r-307,0r0,-60r307,0","w":589,"k":{"*":45,"\\":45,"}":10,"]":10,",":20,"\u2026":20,".":20,"?":40,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":70,"v":5,"w":5,")":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":10,"\u0445":10,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"\u0155":{"d":"305,-528v138,1,207,103,198,253r-84,0v8,-103,-32,-174,-126,-175v-78,0,-135,58,-135,135r0,315r-85,0r0,-515r82,0r0,56v35,-43,88,-69,150,-69xm273,-715r-119,132r-70,0r87,-132r102,0","w":537,"k":{"&":15,"*":20,"@":-15,"}":25,"]":25,",":170,"\u00a9":-15,"\u2026":170,".":170,"?":30,"\u201c":15,"\u201d":20,"\u2018":15,"\u2019":20,"\u00ae":-15,"\/":20,"\u2122":55,"v":10,"w":6,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,")":20,"i":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u012b":10,"\u012f":10,"j":5,"\u0458":5,"p":10,"\u0440":10,"r":5,"\u0155":5,"\u0159":5,"\u0157":5,"u":18,"\u00fa":18,"\u00f9":18,"\u00fb":18,"\u00fc":18,"\u0171":18,"\u016b":18,"\u0173":18,"\u016f":18,"x":20,"\u0445":20,"\u00fd":8,"y":8,"\u00ff":8,"\u0443":8,"\u045e":8,"\u017e":10,"z":10,"\u017a":10,"\u017c":10,"\u00ab":-25,"\u2039":-25,"\u00bb":-20,"\u203a":-20,"t":10,"\u0165":10,"\u021b":10,"k":10,"\u0137":10}},"\u0159":{"d":"305,-528v138,1,207,103,198,253r-84,0v8,-103,-32,-174,-126,-175v-78,0,-135,58,-135,135r0,315r-85,0r0,-515r82,0r0,56v35,-43,88,-69,150,-69xm439,-726r-104,143r-74,0r-104,-143r77,0r64,91r64,-91r77,0","w":537,"k":{"&":15,"*":20,"@":-15,"}":25,"]":25,",":170,"\u00a9":-15,"\u2026":170,".":170,"?":30,"\u201c":15,"\u201d":20,"\u2018":15,"\u2019":20,"\u00ae":-15,"\/":20,"\u2122":55,"v":10,"w":6,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,")":20,"i":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u012b":10,"\u012f":10,"j":5,"\u0458":5,"p":10,"\u0440":10,"r":5,"\u0155":5,"\u0159":5,"\u0157":5,"u":18,"\u00fa":18,"\u00f9":18,"\u00fb":18,"\u00fc":18,"\u0171":18,"\u016b":18,"\u0173":18,"\u016f":18,"x":20,"\u0445":20,"\u00fd":8,"y":8,"\u00ff":8,"\u0443":8,"\u045e":8,"\u017e":10,"z":10,"\u017a":10,"\u017c":10,"\u00ab":-25,"\u2039":-25,"\u00bb":-20,"\u203a":-20,"t":10,"\u0165":10,"\u021b":10,"k":10,"\u0137":10}},"\u0157":{"d":"81,59v43,-20,104,1,104,59v1,87,-128,88,-168,28r12,-22v19,18,47,27,72,27v23,0,42,-11,42,-31v0,-32,-52,-46,-76,-21r-32,-21r38,-78r0,-515r82,0r0,56v35,-43,88,-69,150,-69v138,1,207,103,198,253r-84,0v8,-103,-32,-174,-126,-175v-78,0,-135,58,-135,135r0,315r-40,0","w":537,"k":{"&":15,"*":20,"@":-15,"}":25,"]":25,",":170,"\u00a9":-15,"\u2026":170,".":170,"?":30,"\u201c":15,"\u201d":20,"\u2018":15,"\u2019":20,"\u00ae":-15,"\/":20,"\u2122":55,"v":10,"w":6,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,")":20,"i":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u012b":10,"\u012f":10,"j":5,"\u0458":5,"p":10,"\u0440":10,"r":5,"\u0155":5,"\u0159":5,"\u0157":5,"u":18,"\u00fa":18,"\u00f9":18,"\u00fb":18,"\u00fc":18,"\u0171":18,"\u016b":18,"\u0173":18,"\u016f":18,"x":20,"\u0445":20,"\u00fd":8,"y":8,"\u00ff":8,"\u0443":8,"\u045e":8,"\u017e":10,"z":10,"\u017a":10,"\u017c":10,"\u00ab":-25,"\u2039":-25,"\u00bb":-20,"\u203a":-20,"t":10,"\u0165":10,"\u021b":10,"k":10,"\u0137":10}},"\u015b":{"d":"472,-155v0,103,-88,168,-211,168v-125,0,-216,-67,-230,-176r86,0v11,60,70,97,144,97v80,0,129,-39,129,-84v0,-36,-14,-62,-140,-80v-125,-17,-201,-48,-201,-145v0,-74,64,-153,202,-153v119,0,199,60,210,161r-86,0v-12,-55,-61,-83,-124,-83v-68,0,-117,32,-117,72v0,37,29,50,130,66v114,18,208,40,208,157xm401,-715r-119,132r-70,0r87,-132r102,0","w":503,"k":{"*":30,"\\":35,"?":10,"\u201c":10,"\u201d":20,"\u2018":10,"\u2019":20,"\/":-25,"\u2122":60,")":15,"\u00e3":-5,"d":-5,"\u010f":-5,"\u0111":-5,"\u0113":-5,"\u00f8":-5,"q":-5,"a":-5,"\u00e1":-5,"\u00e0":-5,"\u00e2":-5,"\u00e4":-5,"\u00e5":-5,"\u00e6":-5,"\u0103":-5,"\u0101":-5,"\u0105":-5,"\u0430":-5,"c":-5,"\u00e7":-5,"\u0107":-5,"\u010d":-5,"\u0441":-5,"e":-5,"\u00e9":-5,"\u00e8":-5,"\u00ea":-5,"\u00eb":-5,"\u011b":-5,"\u0117":-5,"\u0119":-5,"\u0435":-5,"\u0451":-5,"g":-5,"\u011f":-5,"\u0123":-5,"o":-5,"\u00f3":-5,"\u00f2":-5,"\u00f4":-5,"\u00f6":-5,"\u00f5":-5,"\u0153":-5,"\u0151":-5,"\u014d":-5,"\u043e":-5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"\u015f":{"d":"261,58v43,-20,104,1,104,59v1,87,-128,88,-168,28r12,-22v19,18,47,27,72,27v23,0,42,-11,42,-31v0,-32,-52,-46,-76,-21r-32,-21r31,-65v-117,-5,-202,-70,-215,-175r86,0v11,60,70,97,144,97v80,0,129,-39,129,-84v0,-36,-14,-62,-140,-80v-125,-17,-201,-48,-201,-145v0,-74,64,-153,202,-153v119,0,199,60,210,161r-86,0v-12,-55,-61,-83,-124,-83v-68,0,-117,32,-117,72v0,37,29,50,130,66v114,18,208,40,208,157v0,95,-75,157,-182,167","w":503},"\uf6c2":{"d":"261,58v43,-20,104,1,104,59v1,87,-128,88,-168,28r12,-22v19,18,47,27,72,27v23,0,42,-11,42,-31v0,-32,-52,-46,-76,-21r-32,-21r31,-65v-117,-5,-202,-70,-215,-175r86,0v11,60,70,97,144,97v80,0,129,-39,129,-84v0,-36,-14,-62,-140,-80v-125,-17,-201,-48,-201,-145v0,-74,64,-153,202,-153v119,0,199,60,210,161r-86,0v-12,-55,-61,-83,-124,-83v-68,0,-117,32,-117,72v0,37,29,50,130,66v114,18,208,40,208,157v0,95,-75,157,-182,167","w":503,"k":{"*":30,"\\":35,"?":10,"\u201c":10,"\u201d":20,"\u2018":10,"\u2019":20,"\/":-25,"\u2122":60,")":15,"\u00e3":-5,"d":-5,"\u010f":-5,"\u0111":-5,"\u0113":-5,"\u00f8":-5,"q":-5,"a":-5,"\u00e1":-5,"\u00e0":-5,"\u00e2":-5,"\u00e4":-5,"\u00e5":-5,"\u00e6":-5,"\u0103":-5,"\u0101":-5,"\u0105":-5,"\u0430":-5,"c":-5,"\u00e7":-5,"\u0107":-5,"\u010d":-5,"\u0441":-5,"e":-5,"\u00e9":-5,"\u00e8":-5,"\u00ea":-5,"\u00eb":-5,"\u011b":-5,"\u0117":-5,"\u0119":-5,"\u0435":-5,"\u0451":-5,"g":-5,"\u011f":-5,"\u0123":-5,"o":-5,"\u00f3":-5,"\u00f2":-5,"\u00f4":-5,"\u00f6":-5,"\u00f5":-5,"\u0153":-5,"\u0151":-5,"\u014d":-5,"\u043e":-5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"\u0165":{"d":"506,-252v14,160,-75,264,-217,264v-126,0,-218,-90,-218,-217r0,-420r84,0r0,110r348,0r0,81r-348,0r0,229v0,78,54,135,134,135v96,0,145,-74,133,-182r84,0xm386,-690r-119,132r-70,0r87,-132r102,0","w":563,"k":{"\u013c":10,"\u013e":10,"\u013a":10,"\u00b1":10,"\u221e":10,"\ufb02":10,"\ufb01":10,"\u2014":10,"\u2013":10,"\u2026":10,"\u2122":60,"\u00a9":5,"\u00ae":5,"\u00e3":10,"}":15,"w":10,"v":10,"l":10,"h":10,"b":10,"]":15,"\\":20,"@":5,"\/":5,".":10,"-":10,",":10,"*":10,")":10,"&":5,"!":5,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u0430":10,"p":5,"\u0440":5,"r":10,"\u0155":10,"\u0159":10,"\u0157":10,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"x":10,"\u0445":10,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"t":20,"\u0165":20,"\u021b":20,"k":10,"\u0137":10,"f":10,"\u2260":10}},"\u0163":{"d":"281,58v43,-20,104,1,104,59v1,87,-128,88,-168,28r12,-22v19,18,47,27,72,27v23,0,42,-11,42,-31v0,-32,-52,-46,-76,-21r-32,-21r32,-66v-115,-10,-196,-96,-196,-216r0,-420r84,0r0,110r348,0r0,81r-348,0r0,229v0,78,54,135,134,135v96,0,145,-74,133,-182r84,0v13,153,-65,249,-196,263","w":563,"k":{"\u013c":10,"\u013e":10,"\u013a":10,"\u00b1":10,"\u221e":10,"\ufb02":10,"\ufb01":10,"\u2014":10,"\u2013":10,"\u2026":10,"\u2122":60,"\u00a9":5,"\u00ae":5,"\u00e3":10,"}":15,"w":10,"v":10,"l":10,"h":10,"b":10,"]":15,"\\":20,"@":5,"\/":5,".":10,"-":10,",":10,"*":10,")":10,"&":5,"!":5}},"\u021b":{"d":"281,58v43,-20,104,1,104,59v1,87,-128,88,-168,28r12,-22v19,18,47,27,72,27v23,0,42,-11,42,-31v0,-32,-52,-46,-76,-21r-32,-21r32,-66v-115,-10,-196,-96,-196,-216r0,-420r84,0r0,110r348,0r0,81r-348,0r0,229v0,78,54,135,134,135v96,0,145,-74,133,-182r84,0v13,153,-65,249,-196,263","w":563,"k":{"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u0430":10,"p":5,"\u0440":5,"r":10,"\u0155":10,"\u0159":10,"\u0157":10,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"x":10,"\u0445":10,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"t":20,"\u0165":20,"\u021b":20,"k":10,"\u0137":10,"f":10,"\u2260":10}},"\u0171":{"d":"501,-515r0,515r-82,0r0,-56v-35,42,-87,68,-150,68v-126,0,-198,-90,-198,-217r0,-310r84,0r0,314v0,82,45,136,127,136v76,0,134,-57,134,-134r0,-316r85,0xm493,-720r-103,136r-67,0r66,-136r104,0xm331,-720r-103,136r-67,0r66,-136r104,0","w":574,"k":{"\\":20,"\u201c":10,"\u2018":10,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"p":10,"\u0440":10,"k":5,"\u0137":5}},"\u016b":{"d":"501,-515r0,515r-82,0r0,-56v-35,42,-87,68,-150,68v-126,0,-198,-90,-198,-217r0,-310r84,0r0,314v0,82,45,136,127,136v76,0,134,-57,134,-134r0,-316r85,0xm440,-643r0,60r-307,0r0,-60r307,0","w":574,"k":{"\\":20,"\u201c":10,"\u2018":10,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"p":10,"\u0440":10,"k":5,"\u0137":5}},"\u0173":{"d":"476,135r0,35v-47,31,-111,27,-133,-15v-21,-40,-5,-109,76,-155r0,-56v-35,42,-87,68,-150,68v-126,0,-198,-90,-198,-217r0,-310r84,0r0,314v0,82,45,136,127,136v76,0,134,-57,134,-134r0,-316r85,0r0,515r-27,0v-70,43,-98,100,-83,130v12,23,53,25,85,5","w":574,"k":{"\\":20,"\u201c":10,"\u2018":10,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"p":10,"\u0440":10,"k":5,"\u0137":5}},"\u016f":{"d":"501,-515r0,515r-82,0r0,-56v-35,42,-87,68,-150,68v-126,0,-198,-90,-198,-217r0,-310r84,0r0,314v0,82,45,136,127,136v76,0,134,-57,134,-134r0,-316r85,0xm281,-584v-53,0,-95,-43,-95,-95v0,-53,42,-96,95,-96v53,0,96,43,96,96v0,52,-43,95,-96,95xm332,-679v0,-29,-23,-52,-51,-52v-28,0,-51,23,-51,52v0,28,23,51,51,51v28,0,51,-23,51,-51","w":574,"k":{"\\":20,"\u201c":10,"\u2018":10,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"p":10,"\u0440":10,"k":5,"\u0137":5}},"\u017a":{"d":"443,-82r0,82r-416,0r0,-71r296,-363r-288,0r0,-81r399,0r0,77r-293,356r302,0xm385,-715r-119,132r-70,0r87,-132r102,0","w":470,"k":{"&":10,"*":-10,"\\":10,"\u2014":20,"\u2013":20,"\u00ad":20,"\u201c":-10,"\u201d":5,"\u2018":-10,"\u2019":5,"\/":-30,"\u2122":30,"w":-10,"x":-15,"\u0445":-15,"\u017e":-15,"z":-15,"\u017a":-15,"\u017c":-15,"\u00ab":10,"\u2039":10}},"\u017c":{"d":"443,-82r0,82r-416,0r0,-71r296,-363r-288,0r0,-81r399,0r0,77r-293,356r302,0xm285,-584r-91,0r0,-100r91,0r0,100","w":470,"k":{"&":10,"*":-10,"\\":10,"\u2014":20,"\u2013":20,"\u00ad":20,"\u201c":-10,"\u201d":5,"\u2018":-10,"\u2019":5,"\/":-30,"\u2122":30,"w":-10,"x":-15,"\u0445":-15,"\u017e":-15,"z":-15,"\u017a":-15,"\u017c":-15,"\u00ab":10,"\u2039":10}},"\u0401":{"d":"460,-774r-92,0r0,-100r92,0r0,100xm291,-774r-92,0r0,-100r92,0r0,100xm81,-694r496,0r0,81r-411,0r0,210r371,0r0,81r-371,0r0,240r411,0r0,82r-496,0r0,-694","w":620,"k":{"\u00d8":10,"Q":10,"V":-15,"W":-10,"&":10,"*":-5,"@":5,"\\":-15,"}":-20,"]":-20,":":-5,"\u201c":-20,"\u201d":-10,"\u2018":-20,"\u2019":-10,"\u037e":-5,"\/":-20,"v":30,"w":25,")":-10,"\u00e3":10,"d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u00f8":10,"q":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-80,"\u012f":5,"C":10,"\u00c7":10,"\u0106":10,"\u010c":10,"\u0421":10,"G":10,"\u011e":10,"\u0122":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0150":10,"\u014c":10,"\u041e":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":-10,"\u0164":-10,"\u021a":-10,"\u0422":-10,"\u00dd":-15,"Y":-15,"\u0178":-15,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u0430":10,"c":10,"\u00e7":10,"\u0107":10,"\u010d":10,"\u0441":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"\u011b":10,"\u0117":10,"\u0119":10,"\u0435":10,"\u0451":10,"g":10,"\u011f":10,"\u0123":10,"j":10,"\u0458":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0151":10,"\u014d":10,"\u043e":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"X":-20,"\u0425":-20,"\u017d":-15,"Z":-15,"\u0179":-15,"\u017b":-15,"D":10,"\u010e":10}},"\u0402":{"d":"320,-403r197,0v143,0,223,75,223,197v0,123,-80,206,-223,206r-83,0r0,-81v120,5,222,-1,222,-125v0,-163,-192,-106,-336,-116r0,322r-85,0r0,-613r-218,0r0,-81r521,0r0,81r-218,0r0,210","w":766,"k":{"\u0459":5,"\u0454":-10,"\u044f":10,"\u044a":60,"\u0447":20,"\u0444":-10,"\u0442":45,"\u0436":10,"\u0434":5,"\u042f":10,"\u042d":-15,"\u042a":110,"\u0427":50,"\u0423":10,"\u0417":-10,"\u040e":10,"\u040b":125,"\u0404":-10,"\u0402":125,"\u2019":60,"\u2018":70,"\u201d":60,"\u201c":70,"\u2122":70,"\\":50,"?":60,"*":80,")":10,"\u00ab":-10,"\u2039":-10,"\u00bb":-10,"\u203a":-10}},"\u0403":{"d":"456,-902r-125,137r-66,0r87,-137r104,0xm81,-694r456,0r0,81r-371,0r0,613r-85,0r0,-694","w":572,"k":{"\u0491":75,"\u045f":75,"\u045c":75,"\u045b":-10,"\u045a":75,"\u0459":105,"\u0456":15,"\u0454":135,"\u0453":75,"\u0452":-10,"\u044f":95,"\u044e":75,"\u044d":105,"\u044c":75,"\u044b":75,"\u044a":90,"\u0449":85,"\u0448":85,"\u0447":100,"\u0446":85,"\u0444":135,"\u0442":70,"\u043f":75,"\u043d":75,"\u043c":75,"\u043b":105,"\u043a":75,"\u0439":75,"\u0438":75,"\u0437":110,"\u0436":90,"\u0434":120,"\u0433":75,"\u0432":75,"\u0431":10,"\u042f":10,"\u042d":20,"\u042a":-15,"\u0424":70,"\u041b":90,"\u0417":20,"\u0414":95,"\u040b":-20,"\u0409":90,"\u0404":40,"\u0402":-20,"\u2019":-10,"\u2018":-10,"\u201d":-10,"\u201c":-10,"\u2014":100,"\u2013":100,"\u2026":130,"\u2122":-10,"\u00a9":40,"\u00ae":40,"}":-20,"]":-20,"\\":-35,"@":55,";":40,":":40,"\/":90,".":130,"-":100,",":130,"\u00ab":70,"\u2039":70,"\u00bb":20,"\u203a":20}},"\u0404":{"d":"127,-305v19,143,127,235,256,235v103,0,188,-58,230,-150r89,0v-47,141,-169,232,-319,232v-189,0,-343,-151,-343,-362v0,-210,154,-361,343,-361v159,0,275,94,319,231r-89,0v-38,-87,-116,-150,-230,-150v-132,0,-242,95,-257,244r310,0r0,81r-309,0","w":727,"k":{"\u045b":-15,"\u0459":10,"\u0454":-10,"\u0452":-15,"\u043b":10,"\u0436":5,"\u0431":-10,"\u042d":-10,"\u042a":15,"\u0429":-10,"\u0428":-10,"\u0426":-10,"\u0423":-10,"\u041b":25,"\u0417":-10,"\u0416":5,"\u0414":10,"\u040e":-10,"\u040b":15,"\u0409":25,"\u0402":15,"\u2019":-10,"\u2018":-15,"\u201d":-10,"\u201c":-15,"\u2014":-15,"\u2013":-15,"\u2026":10,"\u2122":20,"?":-15,"\/":-5,".":10,"-":-15,",":10,"*":-20,"\u00bb":-20,"\u203a":-20}},"\u0405":{"d":"560,-197v0,136,-107,209,-262,209v-160,0,-265,-93,-265,-232r88,0v0,93,72,151,177,151v119,0,177,-50,177,-128v0,-58,-26,-98,-179,-124v-154,-27,-242,-75,-242,-194v0,-119,95,-196,242,-196v152,0,246,82,246,216r-86,0v0,-81,-55,-135,-159,-135v-107,0,-157,47,-157,112v0,60,32,89,174,116v152,28,246,72,246,205","w":598,"k":{"\\":10,"?":5,"\u201d":5,"\u2019":5,"\u2122":15,")":10,"\u00e3":-5,"d":-5,"\u010f":-5,"\u0111":-5,"\u0113":-5,"\u00f8":-5,"q":-10,"J":-10,"\u0408":-10,"T":20,"\u0164":20,"\u021a":20,"\u0422":20,"\u00dd":15,"Y":15,"\u0178":15,"a":-5,"\u00e1":-5,"\u00e0":-5,"\u00e2":-5,"\u00e4":-5,"\u00e5":-5,"\u00e6":-5,"\u0103":-5,"\u0101":-5,"\u0105":-5,"\u0430":-5,"c":-5,"\u00e7":-5,"\u0107":-5,"\u010d":-5,"\u0441":-5,"e":-5,"\u00e9":-5,"\u00e8":-5,"\u00ea":-5,"\u00eb":-5,"\u011b":-5,"\u0117":-5,"\u0119":-5,"\u0435":-5,"\u0451":-5,"g":-5,"\u011f":-5,"\u0123":-5,"o":-5,"\u00f3":-5,"\u00f2":-5,"\u00f4":-5,"\u00f6":-5,"\u00f5":-5,"\u0153":-5,"\u0151":-5,"\u014d":-5,"\u043e":-5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":20,"\u0445":20,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"X":10,"\u0425":10,"\u017d":5,"Z":5,"\u0179":5,"\u017b":5,"\u00bb":-5,"\u203a":-5}},"\ue001":{"d":"170,-694r0,694r-85,0r0,-694r85,0","w":255,"k":{"v":10,"w":5,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":5,"\u012f":5,"J":10,"\u0408":10,"\u00dd":5,"Y":5,"\u0178":5,"j":10,"\u0458":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"k":10,"\u0137":10}},"\u0407":{"d":"258,-774r-92,0r0,-100r92,0r0,100xm89,-774r-92,0r0,-100r92,0r0,100xm170,-694r0,694r-85,0r0,-694r85,0","w":255,"k":{"v":10,"w":5,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":5,"\u012f":5,"J":10,"\u0408":10,"\u00dd":5,"Y":5,"\u0178":5,"j":10,"\u0458":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"k":10,"\u0137":10}},"\u0408":{"d":"479,-235v0,145,-84,247,-232,247v-134,0,-232,-102,-232,-232r84,0v0,81,54,150,148,150v99,0,148,-66,148,-165r0,-459r84,0r0,459","w":544,"k":{",":20,"\u2026":20,".":20,"\/":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":5,"\u012f":5,"j":5,"\u0458":5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":10,"\u0445":10,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"\u0409":{"d":"622,-403r177,0v143,0,223,75,223,197v0,123,-80,206,-223,206r-262,0r0,-613r-240,0r-32,385v-16,192,-100,229,-240,228r0,-81v90,0,140,-26,151,-150r42,-463r404,0r0,291xm622,-81v145,-4,316,34,316,-125v0,-157,-176,-108,-316,-116r0,241","w":1048,"k":{"\u0459":5,"\u0454":-10,"\u044f":10,"\u044a":60,"\u0447":20,"\u0444":-10,"\u0442":45,"\u043b":5,"\u0436":10,"\u0434":5,"\u042f":10,"\u042d":-15,"\u042a":110,"\u0427":50,"\u0423":10,"\u0417":-10,"\u040e":10,"\u040b":125,"\u0404":-10,"\u0402":125,"\u2019":60,"\u2018":70,"\u201d":60,"\u201c":70,"\u2122":70,"\\":50,"?":60,"*":80,")":10,"\u00ab":-10,"\u2039":-10,"\u00bb":-10,"\u203a":-10}},"\u040a":{"d":"472,-322r-306,0r0,322r-85,0r0,-694r85,0r0,291r306,0r0,-291r85,0r0,291r167,0v143,0,223,75,223,197v0,123,-80,206,-223,206r-252,0r0,-322xm557,-81v143,-3,306,31,306,-125v0,-153,-168,-109,-306,-116r0,241","w":973,"k":{"\u0459":5,"\u0454":-10,"\u044f":10,"\u044a":60,"\u0447":20,"\u0444":-10,"\u0442":45,"\u0436":10,"\u0434":5,"\u042f":10,"\u042d":-15,"\u042a":110,"\u0427":50,"\u0423":10,"\u0417":-10,"\u040e":10,"\u040b":125,"\u0404":-10,"\u0402":125,"\u2019":60,"\u2018":70,"\u201d":60,"\u201c":70,"\u2122":70,"\\":50,"?":60,"*":80,")":10,"\u00ab":-10,"\u2039":-10,"\u00bb":-10,"\u203a":-10}},"\u040b":{"d":"320,-403r187,0v143,0,210,90,210,208r0,195r-84,0r0,-195v0,-82,-45,-127,-126,-127r-187,0r0,322r-85,0r0,-613r-218,0r0,-81r521,0r0,81r-218,0r0,210","w":780,"k":{"\u044f":10,"\u044a":60,"\u0449":10,"\u0448":10,"\u0447":25,"\u0446":10,"\u0442":40,"\u0436":10,"\u0431":10,"\u042a":100,"\u0429":10,"\u0428":10,"\u0427":65,"\u0426":10,"\u0423":20,"\u040e":20,"\u040b":90,"\u0404":10,"\u0402":90,"\u2019":60,"\u2018":80,"\u201d":60,"\u201c":80,"\u2122":70,"\\":40,"@":10,"?":70,"*":90}},"\u040c":{"d":"482,-902r-125,137r-66,0r87,-137r104,0xm576,-694v-34,119,-31,303,-132,345v113,27,116,231,155,349r-91,0r-42,-176v-22,-93,-59,-130,-156,-130r-153,0r0,306r-85,0r0,-694r85,0r0,306r150,0v162,8,145,-181,181,-306r88,0","w":638,"k":{"*":10,"@":20,"}":-10,"]":-10,",":-10,"\u00a9":20,"\u2026":-10,"\u2014":20,"\u2013":20,"\u00ad":20,".":-10,"?":10,"\u201c":10,"\u2018":10,"\u00ae":30,"\/":-10,"\u0414":-10,"\u041b":-10,"\u0423":10,"\u0409":-10,"\u040e":10,"\u0417":5,"\u0424":35,"\u0426":10,"\u0427":10,"\u0428":10,"\u0429":10,"\u0404":20,"\u0431":15,"\u0432":10,"\u0433":10,"\u0437":5,"\u0438":10,"\u0439":10,"\u043a":10,"\u043c":10,"\u043d":10,"\u043f":10,"\u0442":25,"\u0444":15,"\u0446":10,"\u0447":25,"\u0448":10,"\u0449":10,"\u044a":25,"\u044b":10,"\u044c":10,"\u044e":10,"\u0491":10,"\u0452":-10,"\u0453":10,"\u0454":15,"\u045a":10,"\u045b":-10,"\u045c":10,"\u045f":10,"\u00ab":20,"\u2039":20,"\u00bb":15,"\u203a":15}},"\u040e":{"d":"516,-301v-39,50,-110,82,-188,82v-156,0,-259,-91,-259,-253r0,-222r84,0r0,222v0,113,60,171,175,171v120,0,188,-68,188,-171r0,-222r85,0r0,445v0,164,-108,261,-269,261v-130,0,-236,-72,-261,-176r94,0v22,57,83,94,167,94v139,0,196,-86,184,-231xm487,-896v-5,79,-64,141,-152,141v-88,0,-147,-62,-152,-141r68,0v8,36,28,74,84,74v56,0,76,-38,84,-74r68,0","w":670,"k":{"\u0491":10,"\u045f":10,"\u045c":10,"\u045a":10,"\u0459":25,"\u0454":10,"\u0453":10,"\u044f":5,"\u044e":10,"\u044c":10,"\u044b":10,"\u0449":5,"\u0448":5,"\u0447":10,"\u0446":5,"\u0444":10,"\u043f":10,"\u043d":10,"\u043c":10,"\u043b":25,"\u043a":10,"\u0439":10,"\u0438":10,"\u0437":10,"\u0436":20,"\u0434":30,"\u0433":10,"\u0432":10,"\u041b":35,"\u0416":10,"\u0414":25,"\u0409":35,"\u2026":30,";":5,":":5,"\/":20,".":30,",":30,")":10}},"\u040f":{"d":"385,0r0,123r-84,0r0,-123r-220,0r0,-694r85,0r0,613r354,0r0,-613r85,0r0,694r-220,0","w":686},"\u0410":{"d":"453,-202r-281,0r-74,202r-92,0r262,-694r96,0r257,694r-95,0xm425,-281r-111,-309r-113,309r224,0","w":627},"\u0411":{"d":"166,-403r207,0v143,0,223,75,223,197v0,123,-80,206,-223,206r-292,0r0,-694r457,0r0,81r-372,0r0,210xm166,-81v152,-8,346,44,346,-125v0,-166,-200,-104,-346,-116r0,241","w":632,"k":{"\u0459":10,"\u0454":-5,"\u044f":10,"\u044a":60,"\u0447":15,"\u0444":-5,"\u0442":35,"\u0436":15,"\u0434":5,"\u042d":-15,"\u042a":15,"\u0427":30,"\u0423":10,"\u041b":5,"\u0417":-10,"\u0414":10,"\u040e":10,"\u040b":20,"\u0409":5,"\u0402":20,"\u2019":20,"\u2018":25,"\u201d":20,"\u201c":25,"\u2122":20,"\\":10,"?":20,"\/":-10,"*":20,")":10,"\u00ab":-10,"\u2039":-10,"\u00bb":-10,"\u203a":-10}},"\u0412":{"d":"598,-203v0,114,-83,203,-216,203r-301,0r0,-694r299,0v123,0,199,74,199,187v0,52,-27,110,-87,141v75,26,106,91,106,163xm166,-613r0,210r217,0v52,0,111,-28,111,-105v0,-74,-45,-105,-114,-105r-214,0xm513,-202v0,-167,-198,-110,-347,-120r0,240r220,0v74,0,127,-45,127,-120","w":640,"k":{"V":10,"W":15,"\\":10,":":10,"\u037e":10,"\u2122":20,"v":10,"w":5,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,")":10,"T":20,"\u0164":20,"\u021a":20,"\u0422":20,"\u00dd":25,"Y":25,"\u0178":25,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"x":20,"\u0445":20,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"X":15,"\u0425":15,"\u017d":10,"Z":10,"\u0179":10,"\u017b":10,"U":5,"\u00dc":5,"\u00da":5,"\u00db":5,"\u00d9":5,"\u0170":5,"\u016a":5,"\u0172":5,"\u016e":5,"k":5,"\u0137":5}},"\u0413":{"d":"81,-694r456,0r0,81r-371,0r0,613r-85,0r0,-694","w":572,"k":{"\u0491":75,"\u045f":75,"\u045c":75,"\u045b":-10,"\u045a":75,"\u0459":105,"\u0456":15,"\u0454":135,"\u0453":75,"\u0452":-10,"\u044f":95,"\u044e":75,"\u044d":105,"\u044c":75,"\u044b":75,"\u044a":90,"\u0449":85,"\u0448":85,"\u0447":100,"\u0446":85,"\u0444":135,"\u0442":70,"\u043f":75,"\u043d":75,"\u043c":75,"\u043b":105,"\u043a":75,"\u0439":75,"\u0438":75,"\u0437":110,"\u0436":90,"\u0434":120,"\u0433":75,"\u0432":75,"\u0431":10,"\u042f":10,"\u042d":20,"\u042a":-15,"\u0424":70,"\u041b":90,"\u0417":20,"\u0414":95,"\u040b":-20,"\u0409":90,"\u0404":40,"\u0402":-20,"\u2019":-10,"\u2018":-10,"\u201d":-10,"\u201c":-10,"\u2014":100,"\u2013":100,"\u2026":130,"\u2122":-10,"\u00a9":40,"\u00ae":40,"}":-20,"]":-20,"\\":-35,"@":55,";":40,":":40,"\/":90,".":130,"-":100,",":130,"\u00ab":70,"\u2039":70,"\u00bb":20,"\u203a":20}},"\u0414":{"d":"633,-81r74,0r0,204r-84,0r0,-123r-507,0r0,123r-84,0r0,-204v76,-12,117,-35,134,-165r57,-448r410,0r0,613xm200,-81r348,0r0,-532r-246,0r-47,370v-10,79,-26,132,-55,162","w":749,"k":{"\u0491":15,"\u045f":15,"\u045c":15,"\u045a":15,"\u0456":10,"\u0454":15,"\u0453":15,"\u044f":10,"\u044e":15,"\u044c":15,"\u044b":15,"\u044a":35,"\u0449":25,"\u0448":25,"\u0447":35,"\u0446":25,"\u0444":15,"\u0442":35,"\u043f":15,"\u043d":15,"\u043c":15,"\u043a":15,"\u0439":15,"\u0438":15,"\u0436":15,"\u0434":-10,"\u0433":15,"\u0432":15,"\u0431":15,"\u042a":25,"\u0429":20,"\u0428":20,"\u0427":35,"\u0426":20,"\u0424":10,"\u0423":20,"\u041b":-10,"\u0417":5,"\u0414":-20,"\u040e":20,"\u0409":-10,"\u0404":20,"\u2019":30,"\u2018":30,"\u201d":30,"\u201c":30,"\u2014":35,"\u2013":35,"\u2122":30,"\u00a9":15,"\u00ae":15,"}":-20,"]":-20,"\\":20,"@":20,"?":30,"\/":-20,"-":35,"*":30,")":-10,"\u00ab":30,"\u2039":30}},"\u0415":{"d":"81,-694r496,0r0,81r-411,0r0,210r371,0r0,81r-371,0r0,240r411,0r0,82r-496,0r0,-694","w":620,"k":{"\u00d8":10,"Q":10,"V":-15,"W":-10,"&":10,"*":-5,"@":5,"\\":-15,"}":-20,"]":-20,":":-5,"\u201c":-20,"\u201d":-10,"\u2018":-20,"\u2019":-10,"\u037e":-5,"\/":-20,"v":30,"w":25,")":-10,"\u00e3":10,"d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u00f8":10,"q":10,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-80,"\u012f":5,"C":10,"\u00c7":10,"\u0106":10,"\u010c":10,"\u0421":10,"G":10,"\u011e":10,"\u0122":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0150":10,"\u014c":10,"\u041e":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":-10,"\u0164":-10,"\u021a":-10,"\u0422":-10,"\u00dd":-15,"Y":-15,"\u0178":-15,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u0430":10,"c":10,"\u00e7":10,"\u0107":10,"\u010d":10,"\u0441":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"\u011b":10,"\u0117":10,"\u0119":10,"\u0435":10,"\u0451":10,"g":10,"\u011f":10,"\u0123":10,"j":10,"\u0458":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0151":10,"\u014d":10,"\u043e":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"X":-20,"\u0425":-20,"\u017d":-15,"Z":-15,"\u0179":-15,"\u017b":-15,"D":10,"\u010e":10}},"\u0416":{"d":"484,-306r0,306r-85,0r0,-306v-132,-7,-199,12,-227,130r-42,176r-91,0v38,-119,43,-322,155,-349v-101,-41,-97,-227,-132,-345r88,0v36,125,19,314,181,306r68,0r0,-306r85,0r0,306r68,0v162,8,145,-181,181,-306r88,0v-34,119,-31,303,-132,345v113,27,116,231,155,349r-91,0r-42,-176v-21,-119,-94,-137,-227,-130","w":883,"k":{"\u0491":10,"\u045f":10,"\u045c":10,"\u045b":-10,"\u045a":10,"\u0454":15,"\u0453":10,"\u0452":-10,"\u044e":10,"\u044c":10,"\u044b":10,"\u044a":25,"\u0449":10,"\u0448":10,"\u0447":25,"\u0446":10,"\u0444":15,"\u0442":25,"\u043f":10,"\u043d":10,"\u043c":10,"\u043a":10,"\u0439":10,"\u0438":10,"\u0437":5,"\u0433":10,"\u0432":10,"\u0431":15,"\u0429":10,"\u0428":10,"\u0427":10,"\u0426":10,"\u0424":35,"\u0423":10,"\u041b":-10,"\u0417":5,"\u0414":-10,"\u040e":10,"\u0409":-10,"\u0404":20,"\u2018":10,"\u201c":10,"\u2014":20,"\u2013":20,"\u2026":-10,"\u00a9":20,"\u00ae":30,"}":-10,"]":-10,"@":20,"?":10,"\/":-10,".":-10,"-":20,",":-10,"*":10,"\u00ab":20,"\u2039":20,"\u00bb":15,"\u203a":15}},"\u0417":{"d":"523,-190v0,114,-81,202,-243,202v-156,0,-239,-102,-251,-210r88,0v13,69,57,131,163,131v106,0,158,-49,158,-123v0,-76,-31,-132,-140,-132r-65,0r0,-81r63,0v88,0,123,-44,123,-114v0,-67,-47,-116,-131,-116v-102,0,-138,65,-144,130r-88,0v11,-125,94,-208,232,-208v138,0,216,87,216,194v0,65,-28,124,-88,151v70,26,107,89,107,176","w":570,"k":{"\u0459":15,"\u044f":10,"\u044a":15,"\u0447":15,"\u0442":15,"\u043b":15,"\u0436":10,"\u0434":10,"\u042d":-10,"\u042a":10,"\u0427":15,"\u0423":10,"\u041b":10,"\u0417":-10,"\u0414":10,"\u040e":10,"\u040b":20,"\u0409":10,"\u0402":20,"\u2122":20,"\\":10,")":10}},"\u0418":{"d":"81,-694r84,0r0,572r379,-572r89,0r0,694r-85,0r0,-573r-379,573r-88,0r0,-694","w":715},"\u0419":{"d":"509,-896v-5,79,-64,141,-152,141v-88,0,-147,-62,-152,-141r68,0v8,36,28,74,84,74v56,0,76,-38,84,-74r68,0xm81,-694r84,0r0,572r379,-572r89,0r0,694r-85,0r0,-573r-379,573r-88,0r0,-694","w":715},"\u041a":{"d":"576,-694v-34,119,-31,303,-132,345v113,27,116,231,155,349r-91,0r-42,-176v-22,-93,-59,-130,-156,-130r-153,0r0,306r-85,0r0,-694r85,0r0,306r150,0v162,8,145,-181,181,-306r88,0","w":638,"k":{"*":10,"@":20,"}":-10,"]":-10,",":-10,"\u00a9":20,"\u2026":-10,"\u2014":20,"\u2013":20,"\u00ad":20,".":-10,"?":10,"\u201c":10,"\u2018":10,"\u00ae":30,"\/":-10,"\u0414":-10,"\u041b":-10,"\u0423":10,"\u0409":-10,"\u040e":10,"\u0417":5,"\u0424":35,"\u0426":10,"\u0427":10,"\u0428":10,"\u0429":10,"\u0404":20,"\u0431":15,"\u0432":10,"\u0433":10,"\u0437":5,"\u0438":10,"\u0439":10,"\u043a":10,"\u043c":10,"\u043d":10,"\u043f":10,"\u0442":25,"\u0444":15,"\u0446":10,"\u0447":25,"\u0448":10,"\u0449":10,"\u044a":25,"\u044b":10,"\u044c":10,"\u044e":10,"\u0491":10,"\u0452":-10,"\u0453":10,"\u0454":15,"\u045a":10,"\u045b":-10,"\u045c":10,"\u045f":10,"\u00ab":20,"\u2039":20,"\u00bb":15,"\u203a":15}},"\u041b":{"d":"25,-81v90,0,140,-26,151,-150r42,-463r434,0r0,694r-85,0r0,-613r-270,0r-32,385v-16,192,-100,229,-240,228r0,-81","w":733},"\u041c":{"d":"748,-694r0,694r-85,0r0,-581r-203,581r-91,0r-203,-581r0,581r-85,0r0,-694r130,0r204,585r204,-585r129,0","w":829,"k":{"v":5,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"\u041d":{"d":"546,-694r84,0r0,694r-84,0r0,-323r-380,0r0,323r-85,0r0,-694r85,0r0,289r380,0r0,-289","w":712},"\u041e":{"d":"384,-711v193,0,344,155,344,361v0,202,-154,362,-344,362v-190,0,-344,-159,-344,-362v0,-202,154,-361,344,-361xm384,-70v143,0,260,-123,260,-280v0,-160,-114,-280,-260,-280v-143,0,-260,123,-260,280v0,158,117,280,260,280","w":767,"k":{"V":20,"W":15,"&":5,"*":10,"\\":20,"}":10,"]":10,",":40,"\u2026":40,".":40,"?":10,"\u201c":20,"\u201d":10,"\u2018":20,"\u2019":10,"\/":20,"\u2122":30,"w":-5,")":10,"\u0414":20,"\u0416":30,"\u041b":10,"\u0423":25,"\u0409":10,"\u040e":25,"A":20,"\u00c4":20,"\u00c5":20,"\u00c6":20,"\u00c0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u0102":20,"\u0100":20,"\u0104":20,"\u0410":20,"J":10,"\u0408":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":40,"\u0164":40,"\u021a":40,"\u0422":40,"\u00dd":50,"Y":50,"\u0178":50,"x":10,"\u0445":10,"\u017e":5,"z":5,"\u017a":5,"\u017c":5,"X":35,"\u0425":35,"\u017d":15,"Z":15,"\u0179":15,"\u017b":15}},"\u041f":{"d":"615,-694r0,694r-85,0r0,-613r-364,0r0,613r-85,0r0,-694r534,0","w":696},"\u0420":{"d":"166,-274r0,274r-85,0r0,-694r292,0v143,0,223,87,223,210v0,122,-80,210,-223,210r-207,0xm373,-613r-207,0r0,258r207,0v81,0,139,-38,139,-129v0,-91,-58,-129,-139,-129","w":622,"k":{"W":-10,"&":35,"*":-30,"\\":-10,",":150,"\u00a9":-10,"\u2026":150,"\u2014":20,"\u2013":20,"\u00ad":20,".":150,"?":-15,"\u201c":-20,"\u201d":-15,"\u2018":-20,"\u2019":-15,"\u00ae":-10,"\/":50,"v":-10,"w":-15,")":10,"\u00e3":15,"d":15,"\u010f":15,"\u0111":15,"\u0113":15,"\u00f8":15,"q":15,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u012b":-40,"\u012f":5,"A":65,"\u00c4":65,"\u00c5":65,"\u00c6":65,"\u00c0":65,"\u00c3":65,"\u00c2":65,"\u00c1":65,"\u0102":65,"\u0100":65,"\u0104":65,"\u0410":65,"J":85,"\u0408":85,"\u0160":-5,"S":-5,"\u015a":-5,"\uf6c1":-5,"\u0405":-5,"\u00dd":10,"Y":10,"\u0178":10,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"\u0103":15,"\u0101":15,"\u0105":15,"\u0430":15,"c":15,"\u00e7":15,"\u0107":15,"\u010d":15,"\u0441":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"\u011b":15,"\u0117":15,"\u0119":15,"\u0435":15,"\u0451":15,"g":15,"\u011f":15,"\u0123":15,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"\u0151":15,"\u014d":15,"\u043e":15,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"\u017e":-5,"z":-5,"\u017a":-5,"\u017c":-5,"X":15,"\u0425":15,"\u017d":10,"Z":10,"\u0179":10,"\u017b":10,"\u00bb":-20,"\u203a":-20}},"\u0421":{"d":"702,-220v-47,141,-169,232,-318,232v-190,0,-344,-162,-344,-362v0,-199,154,-361,344,-361v158,0,274,94,318,231r-89,0v-38,-87,-116,-150,-229,-150v-143,0,-260,127,-260,280v0,153,117,280,260,280v102,0,187,-58,229,-150r89,0","w":727,"k":{"W":-10,"&":-15,"*":-20,",":10,"\u2026":10,"\u2014":-15,"\u2013":-15,"\u00ad":-15,".":10,"?":-15,"\u201c":-15,"\u201d":-10,"\u2018":-15,"\u2019":-10,"\/":-5,"\u2122":20,"v":-15,"w":-15,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"\u00e3":-10,"d":-10,"\u010f":-10,"\u0111":-10,"\u0113":-10,"!":-10,"\u00f8":-10,"q":-10,"T":15,"\u0164":15,"\u021a":15,"\u0422":15,"\u00dd":15,"Y":15,"\u0178":15,"a":-10,"\u00e1":-10,"\u00e0":-10,"\u00e2":-10,"\u00e4":-10,"\u00e5":-10,"\u00e6":-10,"\u0103":-10,"\u0101":-10,"\u0105":-10,"\u0430":-10,"c":-10,"\u00e7":-10,"\u0107":-10,"\u010d":-10,"\u0441":-10,"e":-10,"\u00e9":-10,"\u00e8":-10,"\u00ea":-10,"\u00eb":-10,"\u011b":-10,"\u0117":-10,"\u0119":-10,"\u0435":-10,"\u0451":-10,"g":-10,"\u011f":-10,"\u0123":-10,"o":-10,"\u00f3":-10,"\u00f2":-10,"\u00f4":-10,"\u00f6":-10,"\u00f5":-10,"\u0153":-10,"\u0151":-10,"\u014d":-10,"\u043e":-10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"\u017e":-5,"z":-5,"\u017a":-5,"\u017c":-5,"X":15,"\u0425":15,"\u017d":10,"Z":10,"\u0179":10,"\u017b":10,"\u00bb":-20,"\u203a":-20,"k":5,"\u0137":5}},"\u0422":{"d":"538,-613r-218,0r0,613r-85,0r0,-613r-218,0r0,-81r521,0r0,81","w":555,"k":{"\u00d8":40,"Q":40,"V":-30,"W":-25,"&":50,"*":-30,"@":40,"\\":-35,"}":-20,"]":-20,":":50,",":110,"\u00a9":45,"\u2026":110,"\u2014":90,"\u2013":90,"\u00ad":90,".":110,"\u201c":-10,"\u201d":-10,"\u2018":-10,"\u2019":-10,"\u00ae":45,"\u037e":50,"\/":60,"\u2122":-20,"v":75,"w":70,"b":10,"h":10,"l":10,"\u013a":10,"\u013e":10,"\u013c":10,"\u00e3":115,"d":115,"\u010f":115,"\u0111":115,"\u0113":115,"\u00f8":115,"q":115,"i":15,"\u00ed":35,"\u00ee":-15,"\u00ef":-35,"\u00ec":-25,"\u012b":-80,"\u012f":15,"\u0131":100,"A":60,"\u00c4":60,"\u00c5":60,"\u00c6":60,"\u00c0":60,"\u00c3":60,"\u00c2":60,"\u00c1":60,"\u0102":60,"\u0100":60,"\u0104":60,"\u0410":60,"C":40,"\u00c7":40,"\u0106":40,"\u010c":40,"\u0421":40,"G":40,"\u011e":40,"\u0122":40,"J":90,"\u0408":90,"O":40,"\u00d6":40,"\u00d5":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d2":40,"\u0150":40,"\u014c":40,"\u041e":40,"\u0160":20,"S":20,"\u015a":20,"\uf6c1":20,"\u0405":20,"T":-20,"\u0164":-20,"\u021a":-20,"\u0422":-20,"\u00dd":-25,"Y":-25,"\u0178":-25,"a":115,"\u00e1":115,"\u00e0":115,"\u00e2":115,"\u00e4":115,"\u00e5":115,"\u00e6":115,"\u0103":115,"\u0101":115,"\u0105":115,"\u0430":115,"c":115,"\u00e7":115,"\u0107":115,"\u010d":115,"\u0441":115,"e":115,"\u00e9":115,"\u00e8":115,"\u00ea":115,"\u00eb":115,"\u011b":115,"\u0117":115,"\u0119":115,"\u0435":115,"\u0451":115,"g":115,"\u011f":115,"\u0123":115,"j":15,"\u0458":15,"m":65,"n":65,"\u00f1":65,"\u0144":65,"\u0148":65,"\u0146":65,"o":115,"\u00f3":115,"\u00f2":115,"\u00f4":115,"\u00f6":115,"\u00f5":115,"\u0153":115,"\u0151":115,"\u014d":115,"\u043e":115,"p":65,"\u0440":65,"r":65,"\u0155":65,"\u0159":65,"\u0157":65,"\u0161":85,"s":85,"\u015b":85,"\uf6c2":85,"\u0455":85,"u":80,"\u00fa":80,"\u00f9":80,"\u00fb":80,"\u00fc":80,"\u0171":80,"\u016b":80,"\u0173":80,"\u016f":80,"x":90,"\u0445":90,"\u00fd":80,"y":80,"\u00ff":80,"\u0443":80,"\u045e":80,"\u017e":65,"z":65,"\u017a":65,"\u017c":65,"X":-20,"\u0425":-20,"\u017d":-10,"Z":-10,"\u0179":-10,"\u017b":-10,"\u00ab":80,"\u2039":80,"\u00bb":80,"\u203a":80,"k":10,"\u0137":10}},"\u0423":{"d":"516,-301v-39,50,-110,82,-188,82v-156,0,-259,-91,-259,-253r0,-222r84,0r0,222v0,113,60,171,175,171v120,0,188,-68,188,-171r0,-222r85,0r0,445v0,164,-108,261,-269,261v-130,0,-236,-72,-261,-176r94,0v22,57,83,94,167,94v139,0,196,-86,184,-231","w":670,"k":{"\u0491":10,"\u045f":10,"\u045c":10,"\u045a":10,"\u0459":25,"\u0454":10,"\u0453":10,"\u044f":5,"\u044e":10,"\u044c":10,"\u044b":10,"\u0449":5,"\u0448":5,"\u0447":10,"\u0446":5,"\u0444":10,"\u043f":10,"\u043d":10,"\u043c":10,"\u043b":25,"\u043a":10,"\u0439":10,"\u0438":10,"\u0437":10,"\u0436":20,"\u0434":30,"\u0433":10,"\u0432":10,"\u041b":35,"\u0416":10,"\u0414":25,"\u0409":35,"\u2026":30,";":5,":":5,"\/":20,".":30,",":30,")":10}},"\u0424":{"d":"334,-627r0,-67r85,0r0,67v177,4,296,125,296,277v0,150,-121,274,-296,278r0,72r-85,0r0,-72v-175,-5,-295,-127,-295,-278v0,-149,120,-272,295,-277xm419,-550r0,401v135,-4,212,-85,212,-201v0,-118,-73,-197,-212,-200xm334,-149r0,-401v-135,4,-211,85,-211,200v0,117,76,197,211,201","w":754,"k":{"\u0459":50,"\u044f":10,"\u043b":50,"\u0437":5,"\u0436":15,"\u0434":50,"\u042a":60,"\u0427":10,"\u0423":10,"\u041b":75,"\u0417":15,"\u0416":35,"\u0414":55,"\u040e":10,"\u040b":70,"\u0409":75,"\u0402":70,"\u2019":10,"\u2018":10,"\u201d":10,"\u201c":10,"\u2026":70,"\u2122":70,"}":30,"]":30,"?":10,".":70,",":70,"*":20,")":40,"\u00ab":-10,"\u2039":-10,"\u00bb":-10,"\u203a":-10}},"\u0425":{"d":"241,-353r-226,-341r101,0r176,269r175,-269r101,0r-226,341r235,353r-102,0r-183,-281r-184,281r-102,0","w":583,"k":{"\u00d8":30,"Q":30,"V":-30,"W":-20,"&":25,"*":-10,"@":40,"\\":-25,"}":-30,"]":-30,",":-10,"\u00a9":35,"\u2026":-10,"\u2014":50,"\u2013":50,"\u00ad":50,".":-10,"?":10,"\u201c":15,"\u201d":-5,"\u2018":15,"\u2019":-5,"\u00ae":35,"\/":-20,"\u2122":-10,"v":25,"w":20,"\u00e3":30,"d":30,"\u010f":30,"\u0111":30,"\u0113":30,"\u00f8":30,"q":30,"\u00ef":-30,"\u00ec":-30,"A":-20,"\u00c4":-20,"\u00c5":-20,"\u00c6":-20,"\u00c0":-20,"\u00c3":-20,"\u00c2":-20,"\u00c1":-20,"\u0102":-20,"\u0100":-20,"\u0104":-20,"\u0410":-20,"C":30,"\u00c7":30,"\u0106":30,"\u010c":30,"\u0421":30,"G":30,"\u011e":30,"\u0122":30,"J":10,"\u0408":10,"O":30,"\u00d6":30,"\u00d5":30,"\u0152":30,"\u00d3":30,"\u00d4":30,"\u00d2":30,"\u0150":30,"\u014c":30,"\u041e":30,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":-20,"\u0164":-20,"\u021a":-20,"\u0422":-20,"\u00dd":-15,"Y":-15,"\u0178":-15,"a":30,"\u00e1":30,"\u00e0":30,"\u00e2":30,"\u00e4":30,"\u00e5":30,"\u00e6":30,"\u0103":30,"\u0101":30,"\u0105":30,"\u0430":30,"c":30,"\u00e7":30,"\u0107":30,"\u010d":30,"\u0441":30,"e":30,"\u00e9":30,"\u00e8":30,"\u00ea":30,"\u00eb":30,"\u011b":30,"\u0117":30,"\u0119":30,"\u0435":30,"\u0451":30,"g":30,"\u011f":30,"\u0123":30,"j":5,"\u0458":5,"o":30,"\u00f3":30,"\u00f2":30,"\u00f4":30,"\u00f6":30,"\u00f5":30,"\u0153":30,"\u0151":30,"\u014d":30,"\u043e":30,"\u0161":10,"s":10,"\u015b":10,"\uf6c2":10,"\u0455":10,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u0171":20,"\u016b":20,"\u0173":20,"\u016f":20,"x":-5,"\u0445":-5,"\u00fd":20,"y":20,"\u00ff":20,"\u0443":20,"\u045e":20,"X":-20,"\u0425":-20,"\u017d":-10,"Z":-10,"\u0179":-10,"\u017b":-10,"\u00ab":55,"\u2039":55,"\u00bb":20,"\u203a":20}},"\u0426":{"d":"589,0r-262,0v-162,0,-252,-98,-252,-252r0,-442r84,0r0,442v0,103,51,171,168,171r187,0r0,-613r85,0r0,613r74,0r0,204r-84,0r0,-123","w":715,"k":{"\u0491":15,"\u045f":15,"\u045c":15,"\u045a":15,"\u0456":10,"\u0454":15,"\u0453":15,"\u044f":10,"\u044e":15,"\u044c":15,"\u044b":15,"\u044a":35,"\u0449":25,"\u0448":25,"\u0447":35,"\u0446":25,"\u0444":15,"\u0442":35,"\u043f":15,"\u043d":15,"\u043c":15,"\u043a":15,"\u0439":15,"\u0438":15,"\u0436":15,"\u0433":15,"\u0432":15,"\u0431":15,"\u042d":10,"\u042a":25,"\u0429":20,"\u0428":20,"\u0427":35,"\u0426":20,"\u0424":10,"\u0423":20,"\u041b":-10,"\u0417":5,"\u0414":-10,"\u040e":20,"\u040b":30,"\u0409":-10,"\u0404":20,"\u0402":30,"\u2019":30,"\u2018":40,"\u201d":30,"\u201c":40,"\u2014":30,"\u2013":30,"\u2122":40,"\u00a9":20,"\u00ae":15,"}":-15,"]":-15,"\\":20,"@":20,"?":30,"\/":-15,"-":30,"*":25,")":-10,"\u00ab":30,"\u2039":30}},"\u0427":{"d":"473,-237r-152,0v-162,0,-252,-98,-252,-252r0,-205r84,0r0,205v0,103,51,171,168,171r152,0r0,-376r85,0r0,694r-85,0r0,-237","w":639},"\u0428":{"d":"418,-81r0,-613r85,0r0,613r250,0r0,-613r85,0r0,694r-511,0v-162,0,-252,-98,-252,-252r0,-442r84,0r0,442v0,103,51,171,168,171r91,0","w":919},"\u0429":{"d":"418,-81r0,-613r85,0r0,613r250,0r0,-613r85,0r0,613r74,0r0,204r-84,0r0,-123r-501,0v-162,0,-252,-98,-252,-252r0,-442r84,0r0,442v0,103,51,171,168,171r91,0","w":954,"k":{"\u0491":15,"\u045f":15,"\u045c":15,"\u045a":15,"\u0456":10,"\u0454":15,"\u0453":15,"\u044f":10,"\u044e":15,"\u044c":15,"\u044b":15,"\u044a":35,"\u0449":25,"\u0448":25,"\u0447":35,"\u0446":25,"\u0444":15,"\u0442":35,"\u043f":15,"\u043d":15,"\u043c":15,"\u043a":15,"\u0439":15,"\u0438":15,"\u0436":15,"\u0433":15,"\u0432":15,"\u0431":15,"\u042d":10,"\u042a":25,"\u0429":20,"\u0428":20,"\u0427":35,"\u0426":20,"\u0424":10,"\u0423":20,"\u041b":-10,"\u0417":5,"\u0414":-10,"\u040e":20,"\u040b":30,"\u0409":-10,"\u0404":20,"\u0402":30,"\u2019":30,"\u2018":40,"\u201d":30,"\u201c":40,"\u2014":30,"\u2013":30,"\u2122":40,"\u00a9":20,"\u00ae":15,"}":-15,"]":-15,"\\":20,"@":20,"?":30,"\/":-15,"-":30,"*":25,")":-10,"\u00ab":30,"\u2039":30}},"\u042a":{"d":"214,-613r-189,0r0,-81r274,0r0,291r197,0v143,0,223,75,223,197v0,123,-80,206,-223,206r-282,0r0,-613xm299,-81v150,-7,336,41,336,-125v0,-163,-192,-106,-336,-116r0,241","w":745,"k":{"\u0459":5,"\u0454":-10,"\u044f":10,"\u044a":60,"\u0447":20,"\u0444":-10,"\u0442":45,"\u0436":10,"\u0434":5,"\u042f":10,"\u042d":-15,"\u042a":110,"\u0427":50,"\u0423":10,"\u0417":-10,"\u040e":10,"\u040b":125,"\u0404":-10,"\u0402":125,"\u2019":60,"\u2018":70,"\u201d":60,"\u201c":70,"\u2122":70,"\\":50,"?":60,"*":80,")":10,"\u00ab":-10,"\u2039":-10,"\u00bb":-10,"\u203a":-10}},"\u042b":{"d":"714,-694r0,694r-85,0r0,-694r85,0xm166,-403r160,0v143,0,223,75,223,197v0,123,-80,206,-223,206r-245,0r0,-694r85,0r0,291xm166,-81v141,-2,299,28,299,-125v0,-151,-163,-110,-299,-116r0,241","w":795},"\u042c":{"d":"166,-403r207,0v143,0,223,75,223,197v0,123,-80,206,-223,206r-292,0r0,-694r85,0r0,291xm166,-81v152,-8,346,44,346,-125v0,-166,-200,-104,-346,-116r0,241","w":622,"k":{"\u0459":5,"\u0454":-10,"\u044f":10,"\u044a":60,"\u0447":20,"\u0444":-10,"\u0442":45,"\u0436":10,"\u0434":5,"\u042f":10,"\u042d":-15,"\u042a":110,"\u0427":50,"\u0423":10,"\u0417":-10,"\u040e":10,"\u040b":125,"\u0404":-10,"\u0402":125,"\u2019":60,"\u2018":70,"\u201d":60,"\u201c":70,"\u2122":70,"\\":50,"?":60,"*":80,")":10,"\u00ab":-10,"\u2039":-10,"\u00bb":-10,"\u203a":-10}},"\u042d":{"d":"601,-386v-14,-155,-125,-244,-252,-244v-119,0,-197,63,-235,150r-89,0v44,-137,160,-231,324,-231v184,0,338,144,338,361v0,218,-154,362,-338,362v-155,0,-277,-91,-324,-232r89,0v42,92,127,150,235,150v125,0,233,-86,251,-235r-319,0r0,-81r320,0","w":727,"k":{"\u0459":30,"\u044f":5,"\u044d":-10,"\u043b":30,"\u0436":10,"\u0434":35,"\u042f":5,"\u042a":40,"\u0427":15,"\u0423":10,"\u041b":50,"\u0416":20,"\u0414":55,"\u040e":10,"\u040b":40,"\u0409":50,"\u0402":40,"\u2019":20,"\u2018":20,"\u201d":20,"\u201c":20,"\u2026":40,"\u2122":30,"}":10,"]":10,"\\":20,"?":10,"\/":10,".":40,",":40,"*":10,")":10}},"\u042e":{"d":"309,-313r-143,0r0,313r-85,0r0,-694r85,0r0,299r144,0v18,-180,141,-316,317,-316v193,0,319,155,319,361v0,202,-129,362,-319,362v-178,0,-303,-140,-318,-325xm627,-70v140,0,235,-113,235,-280v0,-170,-92,-280,-235,-280v-140,0,-235,113,-235,280v0,168,95,280,235,280","w":985,"k":{"\u0459":30,"\u044f":5,"\u044d":-10,"\u043b":30,"\u0436":10,"\u0434":35,"\u042f":5,"\u042a":40,"\u0427":15,"\u0423":10,"\u041b":50,"\u0416":20,"\u0414":55,"\u040e":10,"\u040b":40,"\u0409":50,"\u0402":40,"\u2019":20,"\u2018":20,"\u201d":20,"\u201c":20,"\u2026":40,"\u2122":30,"}":10,"]":10,"\\":20,"?":10,"\/":10,".":40,",":40,"*":10,")":10}},"\u042f":{"d":"74,-170v0,-70,26,-118,73,-146v-59,-34,-95,-94,-95,-168v0,-124,83,-210,225,-210r307,0r0,694r-85,0r0,-274r-227,0v-79,0,-114,37,-114,104r0,170r-84,0r0,-170xm499,-356r0,-257r-222,0v-85,0,-139,39,-139,129v0,79,54,128,136,128r225,0","w":665},"\u0430":{"d":"553,-515r0,515r-82,0r0,-83v-36,53,-102,96,-178,96v-148,0,-258,-121,-258,-270v0,-149,110,-271,258,-271v76,0,142,43,178,95r0,-82r82,0xm468,-256v0,-105,-80,-191,-175,-191v-97,0,-173,86,-173,191v0,103,76,188,173,188v95,0,175,-85,175,-188","k":{"\\":20,"\u201c":10,"\u2018":10,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"p":10,"\u0440":10,"t":10,"\u0165":10,"\u021b":10,"k":5,"\u0137":5}},"\u0431":{"d":"308,-664v-113,-1,-190,81,-177,223v42,-53,107,-87,178,-87v143,0,257,115,257,269v0,155,-116,271,-258,271v-151,0,-259,-119,-259,-277r0,-216v0,-152,104,-263,259,-263r183,0r0,80r-183,0xm481,-259v0,-107,-78,-191,-173,-191v-95,0,-174,85,-174,191v0,115,74,193,174,193v95,0,173,-84,173,-193","w":601,"k":{"\u045b":10,"\u0459":15,"\u0452":10,"\u044f":5,"\u044a":15,"\u0447":5,"\u0442":20,"\u043b":15,"\u0436":15,"\u0434":25,"\u040b":115,"\u0402":115,"\u2019":30,"\u2018":40,"\u201d":30,"\u201c":40,"\u2026":20,"\u2122":50,"}":10,"]":10,"\\":10,"?":40,".":20,",":20,"*":40,")":10}},"\u0432":{"d":"494,-149v0,105,-91,149,-179,149r-242,0r0,-515r235,0v83,0,162,42,162,137v0,47,-24,82,-59,100v38,18,83,57,83,129xm157,-436r0,123v86,-6,229,28,229,-60v0,-35,-22,-63,-77,-63r-152,0xm410,-157v0,-105,-150,-74,-253,-78r0,155v102,-6,253,31,253,-77","w":538,"k":{"\u045b":10,"\u0452":10,"\u044f":10,"\u044a":10,"\u0449":10,"\u0448":10,"\u0447":10,"\u0446":10,"\u0442":10,"\u0436":10,"\u2019":20,"\u2018":30,"\u201d":20,"\u201c":30,"\u2122":70,"\u00a9":10,"\u00ae":10,"\\":60,"@":10,"?":40,"\/":-10,"*":30}},"\u0433":{"d":"425,-515r0,80r-268,0r0,435r-84,0r0,-515r352,0","w":460,"k":{"\u0459":50,"\u0454":20,"\u044f":15,"\u044a":-10,"\u0447":-10,"\u0444":20,"\u0442":-10,"\u043b":50,"\u0437":15,"\u0436":10,"\u0434":55,"\u0431":-10,"\u2019":-20,"\u2018":-30,"\u201d":-20,"\u201c":-30,"\u2014":30,"\u2013":30,"\u2026":110,"}":10,"]":10,"?":-10,"\/":50,".":110,"-":30,",":110,"*":-25,")":20,"\u00ab":20,"\u2039":20,"\u00bb":-10,"\u203a":-10}},"\u0434":{"d":"502,-80r52,0r0,186r-84,0r0,-106r-362,0r0,106r-84,0r0,-186v54,-5,85,-41,98,-122r51,-313r329,0r0,435xm163,-80r255,0r0,-355r-171,0r-39,240v-8,52,-21,88,-45,115","w":587,"k":{"\u0459":-5,"\u0454":5,"\u044a":25,"\u0449":20,"\u0448":20,"\u0447":25,"\u0446":20,"\u0444":5,"\u0442":25,"\u043b":-5,"\u0434":-20,"\u0431":10,"\u2019":20,"\u2018":20,"\u201d":20,"\u201c":20,"\u2014":15,"\u2013":15,"\u2026":-15,"\u2122":70,"\u00a9":5,"\u00ae":5,"}":-15,"]":-15,"\\":40,"@":10,"?":30,"\/":-20,".":-15,"-":15,",":-15,"*":20,")":-10,"\u00ab":10,"\u2039":10}},"\u0435":{"d":"452,-160r90,0v-36,110,-124,172,-243,172v-148,0,-264,-118,-264,-269v0,-149,116,-271,259,-271v133,0,261,110,260,293r-433,0v11,187,265,228,331,75xm126,-311r334,0v-21,-84,-91,-140,-166,-140v-71,0,-146,52,-168,140","w":585,"k":{"*":35,"@":-5,"\\":35,",":10,"\u00a9":-5,"\u2026":10,".":10,"?":40,"\u201c":25,"\u201d":22,"\u2018":25,"\u2019":22,"\u00ae":-5,"\u2122":70,")":10,"\u00bb":-5,"\u203a":-5}},"\u0436":{"d":"429,-297v104,6,163,-12,177,-110r15,-108r86,0v-17,98,-16,232,-101,253v49,17,74,43,90,124r28,138r-88,0r-23,-118v-16,-106,-79,-102,-184,-100r0,218r-84,0r0,-218v-104,-1,-163,-6,-184,100r-23,118r-88,0r28,-138v16,-81,41,-107,90,-124v-85,-21,-84,-155,-101,-253r86,0r15,108v11,98,72,117,177,110r0,-218r84,0r0,218","w":774,"k":{"\u0454":15,"\u044f":10,"\u044d":5,"\u044a":10,"\u0449":15,"\u0448":15,"\u0447":15,"\u0446":15,"\u0444":15,"\u0431":10,"\u0424":15,"\u040b":80,"\u0404":10,"\u0402":80,"\u00a9":10}},"\u0437":{"d":"119,-164v13,54,55,98,148,98v72,0,119,-28,119,-82v0,-81,-81,-87,-167,-83r0,-78v72,4,143,-1,143,-67v0,-40,-39,-74,-100,-74v-73,0,-104,34,-118,86r-89,0v14,-94,89,-164,206,-164v101,0,185,55,185,153v0,47,-23,84,-58,102v38,18,82,54,82,128v0,103,-90,157,-202,157v-139,0,-220,-77,-242,-176r93,0","w":514,"k":{"\u045b":10,"\u0452":10,"\u044f":10,"\u044a":10,"\u0449":10,"\u0448":10,"\u0447":10,"\u0446":10,"\u0442":10,"\u0436":10,"\u2019":20,"\u2018":30,"\u201d":20,"\u201c":30,"\u2122":70,"\u00a9":10,"\u00ae":10,"\\":60,"@":10,"?":40,"\/":-10,"*":30}},"\u0438":{"d":"159,0r-86,0r0,-515r84,0r0,402r274,-402r86,0r0,515r-84,0r0,-402","w":590,"k":{"\u0434":10,"\u0416":10,"\u040b":65,"\u0402":65,"\u2019":10,"\u201d":10,"\u2122":60,"\\":20,")":10}},"\u0439":{"d":"444,-731v-5,79,-64,141,-152,141v-88,0,-147,-62,-152,-141r68,0v8,36,28,74,84,74v56,0,76,-38,84,-74r68,0xm159,0r-86,0r0,-515r84,0r0,402r274,-402r86,0r0,515r-84,0r0,-402","w":590,"k":{"\u0434":10,"\u0416":10,"\u040b":65,"\u0402":65,"\u2019":10,"\u201d":10,"\u2122":60,"\\":20,")":10}},"\u043a":{"d":"491,-515v-17,98,-16,232,-101,253v49,17,74,43,90,124r28,138r-88,0r-23,-118v-14,-126,-119,-96,-240,-100r0,218r-84,0r0,-515r84,0r0,218r111,0v75,0,111,-33,122,-110r15,-108r86,0","w":558,"k":{"\u0454":15,"\u044f":10,"\u044d":5,"\u044a":10,"\u0449":15,"\u0448":15,"\u0447":15,"\u0446":15,"\u0444":15,"\u0431":10,"\u0424":15,"\u040b":80,"\u0404":10,"\u0402":80,"\u00a9":10}},"\u043b":{"d":"18,-78v61,-6,97,-43,105,-124r32,-313r366,0r0,515r-84,0r0,-435r-204,0r-24,236v-13,129,-72,194,-191,201r0,-80","w":594,"k":{"\u0434":10,"\u0416":10,"\u040b":65,"\u0402":65,"\u2019":10,"\u201d":10,"\u2122":60,"\\":20,")":10}},"\u043c":{"d":"622,-515r0,515r-82,0r0,-404r-152,404r-81,0r-152,-404r0,404r-82,0r0,-515r122,0r153,406r153,-406r121,0","w":695,"k":{"\u0434":10,"\u0416":10,"\u040b":65,"\u0402":65,"\u2019":10,"\u201d":10,"\u2122":60,"\\":20,")":10}},"\u043d":{"d":"433,-316r0,-199r84,0r0,515r-84,0r0,-236r-276,0r0,236r-84,0r0,-515r84,0r0,199r276,0","w":590,"k":{"\u0434":10,"\u0416":10,"\u040b":65,"\u0402":65,"\u2019":10,"\u201d":10,"\u2122":60,"\\":20,")":10}},"\u043e":{"d":"294,-528v147,0,259,122,259,272v0,148,-112,268,-259,268v-146,0,-259,-120,-259,-268v0,-150,113,-272,259,-272xm294,-66v96,0,174,-85,174,-190v0,-107,-78,-194,-174,-194v-95,0,-173,87,-173,194v0,105,78,190,173,190","w":589,"k":{"*":45,"\\":45,"}":10,"]":10,",":20,"\u2026":20,".":20,"?":40,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":70,"v":5,"w":5,")":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":10,"\u0445":10,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"\u043f":{"d":"499,-515r0,515r-84,0r0,-435r-258,0r0,435r-84,0r0,-515r426,0","w":572,"k":{"\u0434":10,"\u0416":10,"\u040b":65,"\u0402":65,"\u2019":10,"\u201d":10,"\u2122":60,"\\":20,")":10}},"\u0440":{"d":"590,-259v0,150,-109,271,-257,271v-74,0,-138,-40,-175,-90r0,307r-85,0r0,-744r82,0r0,82v36,-52,102,-95,178,-95v148,0,257,121,257,269xm505,-259v0,-105,-76,-191,-172,-191v-95,0,-175,86,-175,191v0,106,80,193,175,193v96,0,172,-87,172,-193","k":{"*":45,"\\":45,"}":10,"]":10,",":20,"\u2026":20,".":20,"?":40,"\u201c":25,"\u201d":35,"\u2018":25,"\u2019":35,"\u2122":70,"v":5,"w":5,")":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":10,"\u0445":10,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"\u017e":5,"z":5,"\u017a":5,"\u017c":5}},"\u0441":{"d":"533,-160v-34,104,-125,172,-240,172v-142,0,-258,-120,-258,-269v0,-149,116,-271,258,-271v115,0,205,68,240,172r-91,0v-29,-56,-82,-94,-149,-94v-95,0,-173,87,-173,193v0,106,78,191,173,191v68,0,121,-38,149,-94r91,0","w":562,"k":{"*":25,"@":-5,"\\":25,"}":5,"]":5,"\u00a9":-5,"\u2014":5,"\u2013":5,"\u00ad":5,"?":20,"\u201c":10,"\u201d":10,"\u2018":10,"\u2019":10,"\u00ae":-5,"\/":-10,"\u2122":60,"w":-10,")":5,"\u017e":-5,"z":-5,"\u017a":-5,"\u017c":-5,"\u00bb":-5,"\u203a":-5}},"\u0442":{"d":"290,-435r0,435r-84,0r0,-435r-176,0r0,-80r436,0r0,80r-176,0","w":496,"k":{"\u0459":40,"\u0454":20,"\u044f":5,"\u044d":5,"\u044a":-10,"\u0447":-10,"\u0444":20,"\u0442":-10,"\u043b":40,"\u0437":15,"\u0434":55,"\u0416":30,"\u040b":50,"\u0402":50,"\u2018":-10,"\u201c":-10,"\u2014":50,"\u2013":50,"\u2026":115,"\u2122":30,"\u00a9":-10,"\u00ae":-10,"}":20,"]":20,"\\":-10,"?":-10,"\/":20,".":115,"-":50,",":115,"*":-20,")":30,"\u00ab":20,"\u2039":20}},"\u0443":{"d":"412,-515r85,0r0,553v0,135,-94,215,-215,215v-108,0,-192,-64,-212,-170r86,0v18,55,60,88,126,88v79,0,130,-54,130,-133r0,-77v-31,33,-74,51,-130,51v-121,0,-215,-85,-215,-215r0,-312r84,0r0,312v0,77,51,133,131,133v79,0,130,-56,130,-133r0,-312","w":566},"\u0444":{"d":"524,-434v36,-55,95,-94,165,-94v134,0,237,112,237,269v0,159,-103,271,-237,271v-70,0,-129,-37,-165,-92r0,309r-85,0r0,-309v-36,55,-95,92,-165,92v-134,0,-238,-111,-238,-269v0,-158,104,-271,238,-271v70,0,129,39,165,94r0,-310r85,0r0,310xm841,-259v0,-109,-62,-191,-152,-191v-93,0,-165,82,-165,191v0,110,72,193,165,193v90,0,152,-83,152,-193xm439,-256v0,-111,-72,-193,-165,-193v-91,0,-153,82,-153,193v0,109,62,190,153,190v93,0,165,-81,165,-190","w":962,"k":{"\u0459":10,"\u044f":5,"\u044a":15,"\u0447":5,"\u0442":20,"\u043b":10,"\u0436":15,"\u0434":25,"\u0416":10,"\u040b":115,"\u0402":115,"\u2019":30,"\u2018":40,"\u201d":30,"\u201c":40,"\u2026":20,"\u2122":70,"}":10,"]":10,"\\":40,"?":40,"\/":-5,".":20,",":20,"*":45,")":10}},"\u0445":{"d":"374,0r-132,-201r-132,201r-104,0r184,-266r-172,-249r104,0r120,184r120,-184r104,0r-173,249r185,266r-104,0","w":484,"k":{"&":15,"*":-20,"\\":10,"\u2014":40,"\u2013":40,"\u00ad":40,"?":-10,"\/":-15,"v":-15,"w":-15,"b":-5,"h":-5,"l":-5,"\u013a":-5,"\u013e":-5,"\u013c":-5,"\u00e3":10,"d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u00f8":10,"q":10,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u0430":10,"c":10,"\u00e7":10,"\u0107":10,"\u010d":10,"\u0441":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"\u011b":10,"\u0117":10,"\u0119":10,"\u0435":10,"\u0451":10,"g":10,"\u011f":10,"\u0123":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0151":10,"\u014d":10,"\u043e":10,"\u0161":5,"s":5,"\u015b":5,"\uf6c2":5,"\u0455":5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"x":-15,"\u0445":-15,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5,"\u017e":-10,"z":-10,"\u017a":-10,"\u017c":-10,"\u00ab":40,"\u2039":40,"t":5,"\u0165":5,"\u021b":5,"k":-5,"\u0137":-5}},"\u0446":{"d":"465,0r-195,0v-127,0,-203,-89,-203,-214r0,-301r84,0r0,302v0,86,44,135,127,135r125,0r0,-437r84,0r0,435r62,0r0,186r-84,0r0,-106","w":582,"k":{"\u0459":-5,"\u0454":5,"\u044a":25,"\u0449":20,"\u0448":20,"\u0447":25,"\u0446":20,"\u0444":5,"\u0442":25,"\u043b":-5,"\u0437":5,"\u0434":-15,"\u0431":10,"\u2019":20,"\u2018":20,"\u201d":20,"\u201c":20,"\u2014":15,"\u2013":15,"\u2026":-15,"\u2122":70,"\u00a9":5,"\u00ae":5,"}":-15,"]":-15,"\\":40,"@":10,"?":30,"\/":-20,".":-15,"-":15,",":-15,"*":20,")":-10,"\u00ab":10,"\u2039":10}},"\u0447":{"d":"382,-241r0,-274r84,0r0,515r-84,0r0,-164r-130,0v-127,0,-203,-89,-203,-214r0,-137r84,0r0,138v0,86,44,136,127,136r122,0","w":539,"k":{"\u0434":10,"\u0416":10,"\u040b":65,"\u0402":65,"\u2019":10,"\u201d":10,"\u2122":60,"\\":20,")":10}},"\u0448":{"d":"325,-78r0,-437r84,0r0,437r170,0r0,-437r84,0r0,515r-393,0v-127,0,-203,-89,-203,-214r0,-301r84,0r0,302v-1,104,63,145,174,135","w":736,"k":{"\u0434":10,"\u0416":10,"\u040b":65,"\u0402":65,"\u2019":10,"\u201d":10,"\u2122":60,"\\":20,")":10}},"\u0449":{"d":"325,-78r0,-437r84,0r0,437r170,0r0,-437r84,0r0,435r62,0r0,186r-84,0r0,-106r-371,0v-127,0,-203,-89,-203,-214r0,-301r84,0r0,302v-1,104,63,145,174,135","w":758,"k":{"\u0459":-5,"\u0454":5,"\u044a":25,"\u0449":20,"\u0448":20,"\u0447":25,"\u0446":20,"\u0444":5,"\u0442":25,"\u043b":-5,"\u0437":5,"\u0434":-15,"\u0431":10,"\u2019":20,"\u2018":20,"\u201d":20,"\u201c":20,"\u2014":15,"\u2013":15,"\u2026":-15,"\u2122":70,"\u00a9":5,"\u00ae":5,"}":-15,"]":-15,"\\":40,"@":10,"?":30,"\/":-20,".":-15,"-":15,",":-15,"*":20,")":-10,"\u00ab":10,"\u2039":10}},"\u044a":{"d":"164,-435r-134,0r0,-80r218,0r0,195r144,0v89,0,182,47,182,160v0,113,-93,160,-182,160r-228,0r0,-435xm490,-160v0,-53,-41,-82,-98,-82r-144,0r0,162v102,-3,243,24,242,-80","w":602,"k":{"\u0459":-10,"\u0454":-10,"\u044a":60,"\u0447":20,"\u0444":-10,"\u0442":65,"\u043b":-10,"\u0437":-10,"\u0436":5,"\u0434":-10,"\u2019":30,"\u2018":70,"\u201d":30,"\u201c":70,"\u2026":-5,"\u2122":95,"\\":55,"?":70,"\/":-20,".":-5,",":-5,"*":90,"\u00bb":-10,"\u203a":-10}},"\u044b":{"d":"589,-515r0,515r-85,0r0,-515r85,0xm157,-515r0,195v147,-9,277,10,277,160v0,113,-93,160,-182,160r-179,0r0,-515r84,0xm350,-160v0,-53,-41,-82,-98,-82r-95,0r0,162v91,2,193,8,193,-80","w":662,"k":{"\u0434":10,"\u0416":10,"\u040b":65,"\u0402":65,"\u2019":10,"\u201d":10,"\u2122":60,"\\":20,")":10}},"\u044c":{"d":"157,-515r0,195r151,0v89,0,182,47,182,160v0,113,-93,160,-182,160r-235,0r0,-515r84,0xm406,-160v0,-53,-41,-82,-98,-82r-151,0r0,162v103,-4,250,26,249,-80","w":518,"k":{"\u0459":-10,"\u0454":-10,"\u044a":60,"\u0447":20,"\u0444":-10,"\u0442":65,"\u043b":-10,"\u0437":-10,"\u0436":5,"\u0434":-10,"\u2019":30,"\u2018":70,"\u201d":30,"\u201c":70,"\u2026":-5,"\u2122":95,"\\":55,"?":70,"\/":-20,".":-5,",":-5,"*":90,"\u00bb":-10,"\u203a":-10}},"\u044d":{"d":"440,-224r-237,0r0,-78r235,0v-16,-91,-81,-148,-164,-148v-72,0,-125,38,-154,94r-91,0v35,-104,128,-172,245,-172v140,0,253,112,253,271v0,159,-113,269,-253,269v-117,0,-211,-68,-245,-172r91,0v28,56,78,94,154,94v87,0,154,-60,166,-158","w":562,"k":{"\u0459":10,"\u044f":5,"\u044a":15,"\u0447":5,"\u0442":20,"\u043b":10,"\u0436":15,"\u0434":25,"\u0416":10,"\u040b":115,"\u0402":115,"\u2019":30,"\u2018":40,"\u201d":30,"\u201c":40,"\u2026":20,"\u2122":70,"}":10,"]":10,"\\":40,"?":40,"\/":-5,".":20,",":20,"*":45,")":10}},"\u044e":{"d":"157,-225r0,225r-84,0r0,-515r84,0r0,210r103,0v21,-127,119,-223,242,-223v139,0,246,122,246,272v0,148,-107,268,-246,268v-128,0,-231,-104,-244,-237r-101,0xm502,-66v93,0,161,-85,161,-190v0,-107,-68,-194,-161,-194v-92,0,-160,87,-160,194v0,105,68,190,160,190","w":784,"k":{"\u0459":10,"\u044f":5,"\u044a":15,"\u0447":5,"\u0442":20,"\u043b":10,"\u0436":15,"\u0434":25,"\u0416":10,"\u040b":115,"\u0402":115,"\u2019":30,"\u2018":40,"\u201d":30,"\u201c":40,"\u2026":20,"\u2122":70,"}":10,"]":10,"\\":40,"?":40,"\/":-5,".":20,",":20,"*":45,")":10}},"\u044f":{"d":"132,-238v-41,-22,-70,-60,-70,-121v0,-107,89,-156,177,-156r240,0r0,515r-84,0r0,-203v-106,4,-250,-28,-244,88r0,115r-84,0r0,-115v0,-62,20,-101,65,-123xm146,-359v0,49,37,78,93,78r156,0r0,-154v-101,5,-250,-27,-249,76","w":552,"k":{"\u0434":10,"\u0416":10,"\u040b":65,"\u0402":65,"\u2019":10,"\u201d":10,"\u2122":60,"\\":20,")":10}},"\u0451":{"d":"419,-594r-91,0r0,-99r91,0r0,99xm250,-594r-91,0r0,-99r91,0r0,99xm452,-160r90,0v-36,110,-124,172,-243,172v-148,0,-264,-118,-264,-269v0,-149,116,-271,259,-271v133,0,261,110,260,293r-433,0v11,187,265,228,331,75xm126,-311r334,0v-21,-84,-91,-140,-166,-140v-71,0,-146,52,-168,140","w":585,"k":{"*":35,"@":-5,"\\":35,",":10,"\u00a9":-5,"\u2026":10,".":10,"?":40,"\u201c":25,"\u201d":22,"\u2018":25,"\u2019":22,"\u00ae":-5,"\u2122":70,")":10,"\u00bb":-5,"\u203a":-5}},"\u0452":{"d":"158,-604r0,141v35,-40,86,-65,147,-65v126,0,198,90,198,218r0,344v2,140,-65,203,-215,195r0,-80v92,7,131,-31,131,-116r0,-346v0,-80,-43,-137,-126,-137v-78,0,-135,58,-135,135r0,315r-85,0r0,-604r-76,0r0,-75r76,0r0,-65r85,0r0,65r180,0r0,75r-180,0","w":574,"k":{"\u045b":10,"\u0452":10,"\u044a":20,"\u0449":8,"\u0448":8,"\u0447":20,"\u0446":8,"\u0442":30,"\u2019":40,"\u2018":40,"\u201d":40,"\u201c":40,"\u2122":70,"\\":40,"?":30,"*":35}},"\u0453":{"d":"416,-720r-125,136r-66,0r87,-136r104,0xm425,-515r0,80r-268,0r0,435r-84,0r0,-515r352,0","w":460,"k":{"\u0459":50,"\u0454":20,"\u044f":15,"\u044a":-10,"\u0447":-10,"\u0444":20,"\u0442":-10,"\u043b":50,"\u0437":15,"\u0436":10,"\u0434":55,"\u0431":-10,"\u2019":-20,"\u2018":-30,"\u201d":-20,"\u201c":-30,"\u2014":30,"\u2013":30,"\u2026":110,"}":10,"]":10,"?":-10,"\/":50,".":110,"-":30,",":110,"*":-25,")":20,"\u00ab":20,"\u2039":20,"\u00bb":-10,"\u203a":-10}},"\u0454":{"d":"122,-224v14,96,85,158,174,158v66,0,118,-38,146,-94r91,0v-34,104,-124,172,-237,172v-146,0,-261,-114,-261,-269v0,-155,115,-271,261,-271v113,0,202,68,237,172r-91,0v-29,-56,-81,-94,-146,-94v-85,0,-154,59,-172,148r235,0r0,78r-237,0","w":562,"k":{"\u045b":10,"\u0459":-5,"\u0452":10,"\u0442":5,"\u043b":-5,"\u0436":5,"\u0434":10,"\u2018":10,"\u201c":10,"\\":25,"\/":-10,")":5}},"\u0455":{"d":"472,-155v0,103,-88,168,-211,168v-125,0,-216,-67,-230,-176r86,0v11,60,70,97,144,97v80,0,129,-39,129,-84v0,-36,-14,-62,-140,-80v-125,-17,-201,-48,-201,-145v0,-74,64,-153,202,-153v119,0,199,60,210,161r-86,0v-12,-55,-61,-83,-124,-83v-68,0,-117,32,-117,72v0,37,29,50,130,66v114,18,208,40,208,157","w":503,"k":{"*":30,"\\":35,"?":10,"\u201c":10,"\u201d":20,"\u2018":10,"\u2019":20,"\/":-25,"\u2122":60,")":15,"\u00e3":-5,"d":-5,"\u010f":-5,"\u0111":-5,"\u0113":-5,"\u00f8":-5,"q":-5,"a":-5,"\u00e1":-5,"\u00e0":-5,"\u00e2":-5,"\u00e4":-5,"\u00e5":-5,"\u00e6":-5,"\u0103":-5,"\u0101":-5,"\u0105":-5,"\u0430":-5,"c":-5,"\u00e7":-5,"\u0107":-5,"\u010d":-5,"\u0441":-5,"e":-5,"\u00e9":-5,"\u00e8":-5,"\u00ea":-5,"\u00eb":-5,"\u011b":-5,"\u0117":-5,"\u0119":-5,"\u0435":-5,"\u0451":-5,"g":-5,"\u011f":-5,"\u0123":-5,"o":-5,"\u00f3":-5,"\u00f2":-5,"\u00f4":-5,"\u00f6":-5,"\u00f5":-5,"\u0153":-5,"\u0151":-5,"\u014d":-5,"\u043e":-5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u00fd":5,"y":5,"\u00ff":5,"\u0443":5,"\u045e":5}},"\u0456":{"d":"159,-694r0,101r-85,0r0,-101r85,0xm159,-515r0,515r-85,0r0,-515r85,0","w":233,"k":{"\u040b":15,"\u0402":15}},"\u0457":{"d":"247,-594r-92,0r0,-99r92,0r0,99xm78,-594r-92,0r0,-99r92,0r0,99xm159,-515r0,515r-85,0r0,-515r85,0","w":233},"\u0458":{"d":"157,-694r0,101r-84,0r0,-101r84,0xm0,143v52,4,73,-20,73,-73r0,-585r84,0r0,586v0,92,-46,164,-157,155r0,-83","w":222,"k":{"g":-10,"\u011f":-10,"\u0123":-10,"j":-5,"\u0458":-5}},"\u0459":{"d":"233,-435r-24,236v-13,129,-72,194,-191,201r0,-80v61,-6,97,-43,105,-124r32,-313r344,0r0,195r144,0v89,0,182,47,182,160v0,113,-93,160,-182,160r-228,0r0,-435r-182,0xm741,-160v0,-53,-41,-82,-98,-82r-144,0r0,162v102,-3,243,24,242,-80","w":853,"k":{"\u0459":-10,"\u0454":-10,"\u044a":60,"\u0447":20,"\u0444":-10,"\u0442":65,"\u043b":-10,"\u0437":-10,"\u0436":5,"\u0434":-10,"\u2019":30,"\u2018":70,"\u201d":30,"\u201c":70,"\u2026":-5,"\u2122":95,"\\":55,"?":70,"\/":-20,".":-5,",":-5,"*":90,"\u00bb":-10,"\u203a":-10}},"\u045a":{"d":"157,-242r0,242r-84,0r0,-515r84,0r0,195r235,0r0,-195r84,0r0,195r144,0v89,0,182,47,182,160v0,113,-93,160,-182,160r-228,0r0,-242r-235,0xm718,-160v0,-53,-41,-82,-98,-82r-144,0r0,162v102,-3,243,24,242,-80","w":830,"k":{"\u0459":-10,"\u0454":-10,"\u044a":60,"\u0447":20,"\u0444":-10,"\u0442":65,"\u043b":-10,"\u0437":-10,"\u0436":5,"\u0434":-10,"\u2019":30,"\u2018":70,"\u201d":30,"\u201c":70,"\u2026":-5,"\u2122":95,"\\":55,"?":70,"\/":-20,".":-5,",":-5,"*":90,"\u00bb":-10,"\u203a":-10}},"\u045b":{"d":"158,-604r0,141v35,-40,86,-65,147,-65v126,0,198,90,198,218r0,310r-84,0r0,-313v0,-80,-43,-137,-126,-137v-78,0,-135,58,-135,135r0,315r-85,0r0,-604r-76,0r0,-75r76,0r0,-65r85,0r0,65r180,0r0,75r-180,0","w":574,"k":{"\u045b":10,"\u0452":10,"\u044a":20,"\u0449":8,"\u0448":8,"\u0447":20,"\u0446":8,"\u0442":30,"\u2019":40,"\u2018":40,"\u201d":40,"\u201c":40,"\u2122":70,"\\":40,"?":30,"*":35}},"\u045c":{"d":"435,-720r-125,136r-66,0r87,-136r104,0xm491,-515v-17,98,-16,232,-101,253v49,17,74,43,90,124r28,138r-88,0r-23,-118v-14,-126,-119,-96,-240,-100r0,218r-84,0r0,-515r84,0r0,218r111,0v75,0,111,-33,122,-110r15,-108r86,0","w":558,"k":{"\u0454":15,"\u044f":10,"\u044d":5,"\u044a":10,"\u0449":15,"\u0448":15,"\u0447":15,"\u0446":15,"\u0444":15,"\u0424":15,"\u040b":80,"\u0404":10,"\u0402":80,"\u00a9":10}},"\u045e":{"d":"435,-731v-5,79,-64,141,-152,141v-88,0,-147,-62,-152,-141r68,0v8,36,28,74,84,74v56,0,76,-38,84,-74r68,0xm412,-515r85,0r0,553v0,135,-94,215,-215,215v-108,0,-192,-64,-212,-170r86,0v18,55,60,88,126,88v79,0,130,-54,130,-133r0,-77v-31,33,-74,51,-130,51v-121,0,-215,-85,-215,-215r0,-312r84,0r0,312v0,77,51,133,131,133v79,0,130,-56,130,-133r0,-312","w":566,"k":{"\\":30,"\u2122":60,"b":5,"h":5,"l":5,"\u013a":5,"\u013e":5,"\u013c":5,"i":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u012b":10,"\u012f":10,"p":10,"\u0440":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u0171":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u00fd":10,"y":10,"\u00ff":10,"\u0443":10,"\u045e":10,"t":5,"\u0165":5,"\u021b":5,"k":5,"\u0137":5}},"\u045f":{"d":"326,0r0,106r-84,0r0,-106r-168,0r0,-515r84,0r0,435r252,0r0,-435r84,0r0,515r-168,0","w":568,"k":{"\u0434":10,"\u0416":10,"\u040b":65,"\u0402":65,"\u2019":10,"\u201d":10,"\u2122":60,"\\":20,")":10}},"\u0490":{"d":"537,-613r-371,0r0,613r-85,0r0,-694r372,0r0,-123r84,0r0,204","w":579,"k":{"\u0491":75,"\u045f":75,"\u045c":75,"\u045b":-10,"\u045a":75,"\u0459":105,"\u0454":135,"\u0453":75,"\u0452":-10,"\u044f":95,"\u044e":75,"\u044d":105,"\u044c":75,"\u044b":75,"\u044a":90,"\u0449":85,"\u0448":85,"\u0447":100,"\u0446":85,"\u0444":135,"\u0442":70,"\u043f":75,"\u043d":75,"\u043c":75,"\u043b":105,"\u043a":75,"\u0439":75,"\u0438":75,"\u0437":110,"\u0436":90,"\u0434":120,"\u0433":75,"\u0432":75,"\u0431":10,"\u042f":10,"\u042d":20,"\u042a":-15,"\u0424":70,"\u041b":90,"\u0417":20,"\u0414":95,"\u040b":-20,"\u0409":90,"\u0404":40,"\u0402":-20,"\u2019":-10,"\u2018":-10,"\u201d":-10,"\u201c":-10,"\u2014":100,"\u2013":100,"\u2026":130,"\u2122":-10,"\u00a9":40,"\u00ae":40,"}":-20,"]":-20,"\\":-35,"@":55,";":40,":":40,"\/":90,".":130,"-":100,",":130,"\u00ab":70,"\u2039":70,"\u00bb":20,"\u203a":20}},"\u0491":{"d":"157,-435r0,435r-84,0r0,-515r278,0r0,-106r84,0r0,186r-278,0","w":467,"k":{"\u0459":50,"\u0454":20,"\u044f":15,"\u044a":-10,"\u0447":-10,"\u0444":20,"\u0442":-10,"\u043b":50,"\u0437":15,"\u0436":10,"\u0434":55,"\u0431":-10,"\u2019":-20,"\u2018":-30,"\u201d":-20,"\u201c":-30,"\u2014":30,"\u2013":30,"\u2026":110,"}":10,"]":10,"?":-10,"\/":50,".":110,"-":30,",":110,"*":-25,")":20,"\u00ab":20,"\u2039":20,"\u00bb":-10,"\u203a":-10}},"\u2116":{"d":"921,-709v108,0,194,92,194,204v0,112,-86,203,-194,203v-108,0,-196,-91,-196,-203v0,-112,88,-204,196,-204xm633,-694r0,694r-94,0r-373,-565r0,565r-85,0r0,-694r95,0r373,564r0,-564r84,0xm1085,-151r-330,0r0,-78r330,0r0,78xm1085,0r-330,0r0,-78r330,0r0,78xm921,-374v65,0,117,-59,117,-131v0,-72,-52,-133,-117,-133v-65,0,-118,61,-118,133v0,72,53,131,118,131","w":1147},"\u00a0":{"w":289},"\u00d0":{"d":"653,-348v0,215,-123,348,-314,348r-258,0r0,-346r-64,0r0,-82r64,0r0,-266r258,0v191,0,314,131,314,346xm566,-348v0,-190,-101,-265,-227,-265r-173,0r0,185r207,0r0,82r-207,0r0,264r173,0v127,0,227,-79,227,-266","w":692,"k":{"V":20,"W":15,"&":5,"\\":20,",":25,"\u00a9":-5,"\u2026":25,".":25,"?":10,"\u201d":10,"\u2019":10,"\u00ae":-5,"\u2122":45,"w":-5,")":10,"A":20,"\u00c4":20,"\u00c5":20,"\u00c6":20,"\u00c0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u0102":20,"\u0100":20,"\u0104":20,"\u0410":20,"J":10,"\u0408":10,"\u0160":10,"S":10,"\u015a":10,"\uf6c1":10,"\u0405":10,"T":40,"\u0164":40,"\u021a":40,"\u0422":40,"\u00dd":50,"Y":50,"\u0178":50,"x":5,"\u0445":5,"X":35,"\u0425":35,"\u017d":15,"Z":15,"\u0179":15,"\u017b":15}}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (C) 2000-2005, House Industries/Brand Design Co. Inc. All rights
 * reserved.
 * 
 * Trademark:
 * Chalet-NewYorkNineteenSeventy is a trademark of House Industries.
 * 
 * Full name:
 * Chalet-NewYorkNineteenSeventy
 * 
 * Description:
 * Part of the Chalet collection from House Industries.
 * 
 * Manufacturer:
 * House Industries
 * 
 * Designer:
 * House Industries
 * 
 * Vendor URL:
 * http://www.houseind.com/
 * 
 * License information:
 * http://www.houseind.com/license
 */
Cufon.registerFont({"w":626,"face":{"font-family":"Chalet-NewYorkNineteenSeventy","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"252","bbox":"-46 -957 1047 252","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":308},"\ufb01":{"d":"489,-571r-133,0r0,-74v0,-37,30,-66,67,-66v36,0,66,29,66,66r0,74xm357,-387r-169,0r0,387r-132,0r0,-508v0,-137,82,-238,231,-221r0,118v-65,-4,-98,26,-99,97r301,0r0,514r-132,0r0,-387","w":552,"k":{"t":10}},"\ufb02":{"d":"360,-216r0,-528r133,0r0,528v0,73,33,99,98,95r0,120v-151,16,-231,-74,-231,-215xm188,-514r93,0r0,127r-93,0r0,387r-132,0r0,-508v0,-137,82,-238,231,-221r0,118v-65,-4,-98,26,-99,97","w":601,"k":{"\u2030":-10,"\u2018":50,"\u201c":50,"\u2026":-20,"\u2122":45,"\u00a9":15,"\u00ae":15,"w":10,"v":25,"l":5,"\\":10,"@":20,"\/":-20,".":-20,"-":20,",":-20,"*":50,"&":5,"\u0142":5,"\u00ab":30,"\u2039":30,"m":-10,"n":-10,"\u00f1":-10,"r":-10,"\u0161":-20,"s":-20,"t":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":10,"y":10,"\u00ff":10,"j":-10,"\u017e":-20,"z":-20}},"\u2260":{"d":"344,-387r-156,0r0,387r-132,0r0,-508v0,-137,82,-238,231,-221r0,118v-65,-4,-98,26,-99,97r156,0v2,-134,84,-232,231,-215r0,118v-65,-4,-98,26,-99,97r93,0r0,127r-93,0r0,387r-132,0r0,-387","w":601,"k":{"*":-20,"\\":-30,")":-10,"?":-20,"\u201d":-30,"\u2019":-30,"\u2122":-10,"\u2014":10,"\u2013":10,"\u00ad":10,"v":-20,"&":15,"@":-10,"\u00e3":5,",":50,"d":5,"\u2026":50,"\u00f8":5,".":50,"q":5,"\u201c":-40,"\u2018":-40,"}":-20,"]":-20,"\/":20,"\u00a9":-10,"\u2030":15,"\u00ae":-10,":":-15,"\u037e":-15,"h":-5,"\u00df":-5,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":5,"\u00e7":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"m":15,"n":15,"\u00f1":15,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"p":15,"r":20,"\u0161":50,"s":50,"\u00bb":-20,"\u203a":-20}},"\u00b1":{"d":"648,-216r0,-528r133,0r0,528v0,73,33,99,98,95r0,120v-151,16,-231,-74,-231,-215xm344,-387r-156,0r0,387r-132,0r0,-508v0,-137,82,-238,231,-221r0,118v-65,-4,-98,26,-99,97r156,0v2,-134,84,-232,231,-215r0,118v-65,-4,-98,26,-99,97r93,0r0,127r-93,0r0,387r-132,0r0,-387","w":889,"k":{"\u2030":-10,"\u2018":50,"\u201c":50,"\u2026":-20,"\u2122":45,"\u00a9":15,"\u00ae":15,"w":10,"v":25,"l":5,"\\":10,"@":20,"\/":-20,".":-20,"-":20,",":-20,"*":50,"&":5,"\u0142":5,"\u00ab":30,"\u2039":30,"m":-10,"n":-10,"\u00f1":-10,"r":-10,"\u0161":-20,"s":-20,"t":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":10,"y":10,"\u00ff":10,"j":-10,"\u017e":-20,"z":-20}},"\u221e":{"d":"782,-571r-133,0r0,-74v0,-37,30,-66,67,-66v36,0,66,29,66,66r0,74xm349,-387r-161,0r0,387r-132,0r0,-508v0,-137,82,-238,231,-221r0,118v-65,-4,-98,26,-99,97r161,0v2,-134,84,-232,231,-215r0,118v-65,-4,-98,26,-99,97r301,0r0,514r-132,0r0,-387r-169,0r0,387r-132,0r0,-387","w":845,"k":{"t":10}},"\u00f0":{"d":"546,-257v0,160,-115,272,-256,272v-142,0,-257,-114,-257,-265v0,-172,134,-267,243,-267v31,0,59,6,84,17v-24,-35,-55,-68,-92,-96r-74,54r-55,-34r76,-55v-22,-12,-45,-23,-69,-31r98,-74v23,11,44,23,65,36r62,-46r55,34r-66,49v122,102,186,252,186,406xm416,-250v0,-87,-57,-148,-126,-148v-69,0,-126,61,-126,148v0,86,57,146,126,146v69,0,126,-60,126,-146","w":587},"\u0141":{"d":"531,-130r0,130r-209,0v-158,-2,-230,-99,-219,-260r-86,52r0,-94r86,-52r0,-340r132,0r0,260r136,-81r0,94r-136,81v2,98,-23,210,88,210r208,0","w":548,"k":{"V":100,"W":15,"*":125,"\\":80,"?":90,"\u201d":90,"\u2019":90,"\u2122":140,"w":20,"\u2014":20,"\u2013":20,"\u00ad":20,"v":75,"@":30,"\u00e3":10,",":-15,"d":10,"\u2026":-15,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,"\u00f8":10,".":-15,"q":10,"\u201c":110,"\u2018":110,"}":-20,"]":-20,"\/":-30,"\u00d8":30,"Q":30,"\u00a9":25,"\u00ae":25,":":-10,"b":15,"\u037e":-10,"J":-20,"\u0160":-35,"S":-35,"T":110,"\u017d":-20,"Z":-20,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"f":10,"\u2260":10,"g":10,"\u00ab":30,"\u2039":30,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0161":-20,"s":-20,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u00fd":20,"y":20,"\u00ff":20,"\u00dd":110,"Y":110,"\u0178":110,"C":30,"\u00c7":30,"G":30,"O":30,"\u00d6":30,"\u00d5":30,"\u0152":30,"\u00d3":30,"\u00d4":30,"\u00d2":30,"\u017e":-20,"z":-20,"\u0141":15,"L":15,"U":15,"\u00dc":15,"\u00da":15,"\u00db":15,"\u00d9":15}},"\u0142":{"d":"15,-302r87,-52r0,-390r133,0r0,310r85,-52r0,94r-85,52r0,124v0,73,33,99,98,95r0,120v-167,16,-242,-89,-231,-259r-87,52r0,-94","w":343,"k":{"\u2030":-10,"\u2018":50,"\u201c":50,"\u2026":-20,"\u2122":45,"\u00a9":15,"\u00ae":15,"w":10,"v":25,"l":5,"\\":10,"@":20,"\/":-20,".":-20,"-":20,",":-20,"*":50,"&":5,"\u00ab":30,"\u2039":30,"m":-10,"n":-10,"\u00f1":-10,"r":-10,"\u0161":-20,"s":-20,"t":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":10,"y":10,"\u00ff":10,"j":-10,"\u017e":-20,"z":-20}},"\u0160":{"d":"8,-125v132,-10,194,-41,191,-222v-3,-222,100,-344,314,-348r0,126v-54,0,-100,15,-125,37v-34,31,-57,77,-57,185v0,97,-12,207,-104,283v-54,45,-128,65,-219,64r0,-125xm493,-889r-111,142r-118,0r-111,-142r108,0r62,83r61,-83r109,0","w":520,"k":{"V":-20,"*":-30,"\\":-30,")":10,"\u201d":-20,"\u2019":-20,"\u2122":-20,"w":80,"\u2014":100,"\u2013":100,"\u00ad":100,"v":50,"&":50,"@":30,"\u00e3":115,",":190,"d":115,"\u2026":190,"\u00f8":115,".":190,"q":115,"\u201c":-20,"\u2018":-20,"}":-15,"]":-15,"\/":80,"\u00d8":30,"Q":30,"\u00a9":20,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u2030":95,"\u00ae":20,"F":10,":":60,"b":-5,"i":10,"J":140,"P":25,"R":25,"\u0160":170,"S":170,"T":-20,"a":115,"\u00e1":115,"\u00e0":115,"\u00e2":115,"\u00e4":115,"\u00e5":115,"\u00e6":115,"c":115,"\u00e7":115,"e":115,"\u00e9":115,"\u00e8":115,"\u00ea":115,"\u00eb":115,"g":110,"\u00ab":70,"\u2039":70,"m":95,"n":95,"\u00f1":95,"o":115,"\u00f3":115,"\u00f2":115,"\u00f4":115,"\u00f6":115,"\u00f5":115,"\u0153":115,"p":115,"r":95,"\u0161":150,"s":150,"u":80,"\u00fa":80,"\u00f9":80,"\u00fb":80,"\u00fc":80,"x":80,"\u00fd":80,"y":80,"\u00ff":80,"A":25,"\u00c4":25,"\u00c5":25,"\u00c6":25,"\u00c0":25,"\u00c3":25,"\u00c2":25,"\u00c1":25,"B":25,"C":30,"\u00c7":30,"E":20,"\u00c9":20,"\u00ca":20,"\u00cb":20,"\u00c8":20,"G":30,"M":25,"N":25,"\u00d1":25,"O":30,"\u00d6":30,"\u00d5":30,"\u0152":30,"\u00d3":30,"\u00d4":30,"\u00d2":30,"\u00bb":70,"\u203a":70,"\u017e":60,"z":60}},"\u02c7":{"d":"380,-724r-111,142r-118,0r-111,-142r108,0r62,83r61,-83r109,0","w":420},"\u0161":{"d":"10,0r0,-128v34,3,64,0,83,-19v13,-12,26,-36,26,-111v0,-68,7,-146,67,-203v43,-42,100,-59,174,-53r0,128v-37,-4,-64,3,-83,22v-12,13,-26,32,-26,106v0,68,-7,153,-66,208v-43,41,-102,55,-175,50xm380,-724r-111,142r-118,0r-111,-142r108,0r62,83r61,-83r109,0","w":371,"k":{"*":-25,"\\":10,")":30,"v":-20,"@":-15,",":80,"\u2026":80,".":80,"\u201c":-40,"\u2018":-40,"}":30,"]":30,"\/":30,"\u00a9":-25,"\u2030":10,"\u00ae":-25,":":-10,"b":-15,"\u037e":-10,"\u00ab":-20,"\u2039":-20,"m":10,"n":10,"\u00f1":10,"p":5,"r":10,"\u0161":55,"s":55,"u":-15,"\u00fa":-15,"\u00f9":-15,"\u00fb":-15,"\u00fc":-15,"\u00bb":-20,"\u203a":-20,"\u017e":-10,"z":-10}},"\u00dd":{"d":"240,-258v-107,-23,-185,-120,-185,-244r0,-192r133,0r0,195v0,75,44,119,119,119v74,0,119,-44,119,-119r0,-195r132,0r0,192v1,124,-78,221,-185,244r0,258r-133,0r0,-258xm503,-889r-144,141r-97,0r93,-141r148,0","w":613,"k":{"l":10,"\u0142":10,")":15,"?":5,"w":15,"\u2014":45,"\u2013":45,"\u00ad":45,"&":40,"@":15,"\u00e3":40,",":130,"d":40,"\u2026":130,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,"\u00f8":40,".":130,"q":40,"\/":80,"\u00d8":15,"Q":15,"\u00a9":10,"\u00ed":15,"\u00ee":15,"\u00ef":-15,"\u00ec":15,"\u2030":50,"\u00ae":10,"F":10,":":15,"!":10,"i":15,"J":100,"P":20,"R":10,"\u0160":115,"S":115,"a":40,"\u00e1":40,"\u00e0":40,"\u00e2":40,"\u00e4":40,"\u00e5":40,"\u00e6":40,"c":40,"\u00e7":40,"e":40,"\u00e9":40,"\u00e8":40,"\u00ea":40,"\u00eb":40,"f":10,"\u2260":10,"g":45,"\u00ab":30,"\u2039":30,"m":50,"n":50,"\u00f1":50,"o":40,"\u00f3":40,"\u00f2":40,"\u00f4":40,"\u00f6":40,"\u00f5":40,"\u0153":40,"p":50,"r":50,"\u0161":90,"s":90,"t":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"x":15,"\u00fd":25,"y":25,"\u00ff":25,"A":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u00c0":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"B":10,"C":15,"\u00c7":15,"E":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"\u00c8":15,"G":15,"M":10,"N":10,"\u00d1":10,"O":15,"\u00d6":15,"\u00d5":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d2":15,"j":10,"\u017e":5,"z":5}},"Y":{"d":"240,-258v-107,-23,-185,-120,-185,-244r0,-192r133,0r0,195v0,75,44,119,119,119v74,0,119,-44,119,-119r0,-195r132,0r0,192v1,124,-78,221,-185,244r0,258r-133,0r0,-258","w":613,"k":{"l":10,"\u0142":10,")":15,"?":5,"w":15,"\u2014":45,"\u2013":45,"\u00ad":45,"&":40,"@":15,"\u00e3":40,",":130,"d":40,"\u2026":130,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,"\u00f8":40,".":130,"q":40,"\/":80,"\u00d8":15,"Q":15,"\u00a9":10,"\u00ed":15,"\u00ee":15,"\u00ef":-15,"\u00ec":15,"\u2030":50,"\u00ae":10,"F":10,":":15,"!":10,"i":15,"J":100,"P":20,"R":10,"\u0160":115,"S":115,"a":40,"\u00e1":40,"\u00e0":40,"\u00e2":40,"\u00e4":40,"\u00e5":40,"\u00e6":40,"c":40,"\u00e7":40,"e":40,"\u00e9":40,"\u00e8":40,"\u00ea":40,"\u00eb":40,"f":10,"\u2260":10,"g":45,"\u00ab":30,"\u2039":30,"m":50,"n":50,"\u00f1":50,"o":40,"\u00f3":40,"\u00f2":40,"\u00f4":40,"\u00f6":40,"\u00f5":40,"\u0153":40,"p":50,"r":50,"\u0161":90,"s":90,"t":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"x":15,"\u00fd":25,"y":25,"\u00ff":25,"A":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u00c0":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"B":10,"C":15,"\u00c7":15,"E":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"\u00c8":15,"G":15,"M":10,"N":10,"\u00d1":10,"O":15,"\u00d6":15,"\u00d5":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d2":15,"j":10,"\u017e":5,"z":5}},"\u00b4":{"d":"334,-723r-144,141r-97,0r93,-141r148,0","w":417},"\u00fd":{"d":"516,-515r0,536v0,139,-91,231,-229,231v-113,0,-206,-74,-224,-180r137,0v8,38,42,57,87,57v97,0,101,-71,97,-159v-31,26,-71,42,-118,42v-126,0,-210,-91,-210,-226r0,-301r132,0r0,301v0,29,10,101,96,101v59,0,100,-43,100,-101r0,-301r132,0xm471,-743r-144,141r-97,0r93,-141r148,0","w":572,"k":{"*":5,"\\":10,"\u2122":30,"\u0161":-10,"s":-10,"j":-10}},"y":{"d":"516,-515r0,536v0,139,-91,231,-229,231v-113,0,-206,-74,-224,-180r137,0v8,38,42,57,87,57v97,0,101,-71,97,-159v-31,26,-71,42,-118,42v-126,0,-210,-91,-210,-226r0,-301r132,0r0,301v0,29,10,101,96,101v59,0,100,-43,100,-101r0,-301r132,0","w":572,"k":{"*":5,"\\":10,"\u2122":30,"\u0161":-10,"s":-10,"j":-10}},"\u00de":{"d":"585,-380v0,130,-89,223,-227,223r-162,0r0,157r-132,0r0,-694r132,0r0,90r160,0v145,0,229,88,229,224xm453,-380v0,-70,-37,-101,-98,-101r-159,0r0,202r159,0v61,0,98,-31,98,-101","w":610},"\u00fe":{"d":"594,-259v0,153,-110,270,-245,270v-60,0,-112,-22,-151,-61r0,279r-133,0r0,-923r133,0r0,227v39,-38,91,-60,151,-60v135,0,245,116,245,268xm462,-259v0,-82,-59,-145,-132,-145v-73,0,-132,65,-132,145v0,81,59,147,132,147v73,0,132,-63,132,-147","w":624},"\u017d":{"d":"449,-889r-111,142r-118,0r-111,-142r108,0r62,83r61,-83r109,0xm524,-123r0,123r-499,0r0,-118r336,-453r-325,0r0,-123r480,0r0,117r-336,454r344,0","w":550,"k":{"\\":-10,"\u201d":-5,"\u2019":-5,"w":15,"\u2014":20,"\u2013":20,"\u00ad":20,"v":30,"&":10,"@":10,"\u00e3":15,",":-10,"d":15,"\u2026":-10,"\u00f8":15,".":-10,"q":15,"}":-20,"]":-20,"\/":-20,"\u00d8":20,"Q":20,"\u00a9":20,"\u00ee":-20,"\u00ef":-30,"\u00ec":-10,"\u00ae":20,"J":-15,"\u0160":-15,"S":-15,"T":-5,"\u017d":-5,"Z":-5,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"c":15,"\u00e7":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"g":15,"\u00ab":40,"\u2039":40,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"p":10,"\u0161":-15,"s":-15,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00fd":15,"y":15,"\u00ff":15,"C":20,"\u00c7":20,"E":20,"\u00c9":20,"\u00ca":20,"\u00cb":20,"\u00c8":20,"G":20,"O":20,"\u00d6":20,"\u00d5":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d2":20,"\u017e":-10,"z":-10}},"Z":{"d":"524,-123r0,123r-499,0r0,-118r336,-453r-325,0r0,-123r480,0r0,117r-336,454r344,0","w":550,"k":{"\\":-10,"\u201d":-5,"\u2019":-5,"w":15,"\u2014":20,"\u2013":20,"\u00ad":20,"v":30,"&":10,"@":10,"\u00e3":15,",":-10,"d":15,"\u2026":-10,"\u00f8":15,".":-10,"q":15,"}":-20,"]":-20,"\/":-20,"\u00d8":20,"Q":20,"\u00a9":20,"\u00ee":-20,"\u00ef":-30,"\u00ec":-10,"\u00ae":20,"J":-15,"\u0160":-15,"S":-15,"T":-5,"\u017d":-5,"Z":-5,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"c":15,"\u00e7":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"g":15,"\u00ab":40,"\u2039":40,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"p":10,"\u0161":-15,"s":-15,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00fd":15,"y":15,"\u00ff":15,"C":20,"\u00c7":20,"E":20,"\u00c9":20,"\u00ca":20,"\u00cb":20,"\u00c8":20,"G":20,"O":20,"\u00d6":20,"\u00d5":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d2":20,"\u017e":-10,"z":-10}},"\u017e":{"d":"471,-119r0,119r-450,0r0,-114r272,-282r-261,0r0,-119r430,0r0,118r-267,278r276,0xm421,-741r-111,142r-118,0r-111,-142r108,0r62,83r61,-83r109,0","w":493,"k":{"\\":20,"\u2122":20,"w":-5,"v":-10,"@":-10,",":-10,"\u2026":-10,"\u221e":-15,"\u00b1":-15,"\ufb01":-15,"\ufb02":-15,".":-10,"\u201c":-10,"\u2018":-10,"\/":-20,"\u00a9":-10,"\u2030":-5,"\u00ae":-10,"f":-15,"\u2260":-15,"m":-5,"n":-5,"\u00f1":-5,"p":-5,"r":-5,"\u0161":-20,"s":-20,"u":-5,"\u00fa":-5,"\u00f9":-5,"\u00fb":-5,"\u00fc":-5,"\u00fd":-5,"y":-5,"\u00ff":-5,"\u00bb":-10,"\u203a":-10,"\u017e":-10,"z":-10}},"z":{"d":"471,-119r0,119r-450,0r0,-114r272,-282r-261,0r0,-119r430,0r0,118r-267,278r276,0","w":493,"k":{"\\":20,"\u2122":20,"w":-5,"v":-10,"@":-10,",":-10,"\u2026":-10,"\u221e":-15,"\u00b1":-15,"\ufb01":-15,"\ufb02":-15,".":-10,"\u201c":-10,"\u2018":-10,"\/":-20,"\u00a9":-10,"\u2030":-5,"\u00ae":-10,"f":-15,"\u2260":-15,"m":-5,"n":-5,"\u00f1":-5,"p":-5,"r":-5,"\u0161":-20,"s":-20,"u":-5,"\u00fa":-5,"\u00f9":-5,"\u00fb":-5,"\u00fc":-5,"\u00fd":-5,"y":-5,"\u00ff":-5,"\u00bb":-10,"\u203a":-10,"\u017e":-10,"z":-10}},"\u00bd":{"d":"78,-264r0,-354r-50,0r0,-76r131,0r0,430r-81,0xm570,-694r-407,706r-84,0r408,-706r83,0xm604,-76r137,0r0,76r-300,0r162,-191v50,-59,59,-78,59,-112v0,-22,-17,-56,-63,-56v-46,0,-67,34,-67,70r-82,0v0,-90,66,-152,149,-152v83,0,144,62,144,138v0,84,-87,167,-139,227","w":786},"\u00bc":{"d":"78,-264r0,-354r-50,0r0,-76r132,0r0,430r-82,0xm571,-694r-408,706r-83,0r407,-706r84,0xm690,-88r-45,0r0,88r-77,0r0,-88r-187,0r0,-72r168,-270r96,0r0,270r45,0r0,72xm568,-160r0,-170r-106,170r106,0","w":720},"\u00b9":{"d":"159,-694r0,430r-81,0r0,-354r-50,0r0,-76r131,0","w":247},"\u00be":{"d":"258,-415v0,-75,-82,-91,-156,-75r84,-128r-143,0r0,-76r290,0r-103,143v66,13,109,61,109,136v0,92,-67,160,-160,160v-93,0,-155,-61,-164,-129r84,0v10,28,37,46,80,46v48,0,79,-30,79,-77xm697,-694r-408,706r-83,0r407,-706r84,0xm817,-88r-46,0r0,88r-77,0r0,-88r-187,0r0,-72r168,-270r96,0r0,270r46,0r0,72xm694,-160r0,-170r-106,170r106,0","w":847},"\u00b3":{"d":"257,-415v0,-76,-82,-91,-156,-75r84,-128r-142,0r0,-76r289,0r-103,143v66,13,110,61,110,136v0,92,-67,160,-161,160v-93,0,-154,-61,-163,-129r84,0v9,28,36,46,79,46v48,0,79,-30,79,-77","w":373},"\u00b2":{"d":"174,-340r136,0r0,76r-300,0r163,-191v50,-58,58,-78,58,-112v0,-22,-16,-56,-62,-56v-46,0,-67,34,-67,71r-82,0v0,-91,65,-153,149,-153v83,0,144,62,144,138v0,84,-87,167,-139,227","w":356},"\u00d7":{"d":"435,-5r-178,-178r-178,178r-69,-69r178,-179r-178,-177r69,-69r178,178r178,-178r69,69r-178,177r178,179","w":514},"!":{"d":"210,-694r0,487r-132,0r0,-487r132,0xm210,-131r0,131r-132,0r0,-131r132,0","w":287},"\"":{"d":"212,-694r128,0r-22,287r-85,0xm33,-694r129,0r-23,287r-84,0","w":373},"#":{"d":"430,-432r-25,172r85,0r-14,96r-86,0r-18,127r-99,0r19,-127r-99,0r-18,127r-99,0r19,-127r-86,0r14,-96r85,0r25,-172r-85,0r14,-95r86,0r18,-130r99,0r-18,130r98,0r18,-130r100,0r-19,130r85,0r-14,95r-85,0xm331,-432r-98,0r-25,172r97,0","w":538,"k":{"9":-10,"8":15,"6":20,"3":15,"2":-15,"1":-10}},"$":{"d":"275,-46r0,58r-65,0r0,-59v-99,-12,-182,-81,-182,-201r114,0v0,52,30,81,68,92r0,-152v-75,-17,-173,-54,-173,-165v0,-95,65,-164,173,-175r0,-58r65,0r0,58v106,13,171,87,171,190r-115,0v0,-39,-20,-69,-56,-80r0,134v97,23,185,58,185,174v0,102,-69,172,-185,184xm210,-420r0,-119v-36,8,-58,30,-58,63v0,26,17,42,58,56xm346,-222v0,-32,-10,-54,-71,-72r0,140v39,-7,71,-28,71,-68","w":493,"k":{"9":10,"7":15,"4":-10}},"%":{"d":"205,-694v100,0,175,78,175,175v0,96,-75,174,-175,174v-99,0,-175,-78,-175,-174v0,-97,76,-175,175,-175xm163,0r381,-694r107,0r-381,694r-107,0xm609,0v-100,0,-175,-78,-175,-175v0,-96,75,-175,175,-175v99,0,175,79,175,175v0,97,-76,175,-175,175xm205,-439v42,0,76,-36,76,-80v0,-44,-34,-80,-76,-80v-41,0,-75,36,-75,80v0,44,34,80,75,80xm609,-255v-42,0,-76,36,-76,80v0,44,34,80,76,80v41,0,76,-36,76,-80v0,-44,-35,-80,-76,-80","w":815},"&":{"d":"487,0r-26,-33v-45,29,-99,45,-160,45v-148,0,-268,-112,-268,-250v0,-78,39,-149,110,-202v-77,-113,7,-277,152,-272v110,4,180,77,175,190r-121,0v3,-40,-10,-74,-56,-74v-73,0,-63,79,-29,123r199,253v12,-36,14,-79,10,-130r117,0v6,94,-7,172,-45,233r92,117r-150,0xm387,-128r-172,-217v-30,24,-58,61,-58,107v0,104,137,170,230,110","w":650,"k":{"\u221e":10,"\u00b1":10,"\ufb02":10,"\ufb01":10,"\u00f8":15,"\u00d8":20,"\u00e3":15,"w":15,"v":35,"q":15,"l":15,"d":15,"b":20,"W":30,"V":80,"Q":20,"\u0142":15,"\u0160":-20,"S":-20,"T":100,"\u017d":-5,"Z":-5,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"c":15,"\u00e7":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"f":10,"\u2260":10,"g":15,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"p":5,"r":10,"\u0161":-5,"s":-5,"t":20,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00fd":15,"y":15,"\u00ff":15,"\u00dd":60,"Y":60,"\u0178":60,"C":20,"\u00c7":20,"E":20,"\u00c9":20,"\u00ca":20,"\u00cb":20,"\u00c8":20,"G":20,"O":20,"\u00d6":20,"\u00d5":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d2":20,"\u0141":20,"L":20,"U":30,"\u00dc":30,"\u00da":30,"\u00db":30,"\u00d9":30}},"'":{"d":"33,-694r128,0r-22,287r-85,0","w":195,"k":{"8":45,"7":-10,"6":50,"5":15,"4":100,"3":10,"2":-10,"1":-20,"0":10}},"(":{"d":"212,-790r105,0v-94,123,-152,282,-152,453v0,171,58,330,152,453r-105,0v-102,-104,-172,-281,-172,-453v0,-172,70,-349,172,-453","w":325,"k":{"\u221e":20,"\u00b1":20,"\ufb02":20,"\ufb01":20,"\u2018":10,"\u201c":10,"\u2014":20,"\u2013":20,"\u00bf":40,"\u00f8":50,"\u00d8":20,"\u00e3":50,"w":10,"v":20,"q":50,"d":50,"W":10,"Q":20,"F":10,"@":40,"?":30,"-":20,")":-40,"P":10,"R":10,"\u0160":10,"S":10,"a":50,"\u00e1":50,"\u00e0":50,"\u00e2":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"c":50,"\u00e7":50,"e":50,"\u00e9":50,"\u00e8":50,"\u00ea":50,"\u00eb":50,"f":20,"\u2260":20,"o":50,"\u00f3":50,"\u00f2":50,"\u00f4":50,"\u00f6":50,"\u00f5":50,"\u0153":50,"t":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00dd":15,"Y":15,"\u0178":15,"A":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u00c0":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"B":10,"C":20,"\u00c7":20,"E":30,"\u00c9":30,"\u00ca":30,"\u00cb":30,"\u00c8":30,"G":20,"M":10,"N":10,"\u00d1":10,"O":20,"\u00d6":20,"\u00d5":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d2":20,"j":-40,"\u0141":10,"L":10,"U":10,"\u00dc":10,"\u00da":10,"\u00db":10,"\u00d9":10}},")":{"d":"113,-790v102,104,172,281,172,453v0,172,-70,349,-172,453r-104,0v94,-123,151,-282,151,-453v0,-171,-57,-330,-151,-453r104,0","w":325},"*":{"d":"364,-507r-106,-2r55,90r-67,39r-51,-93r-51,93r-66,-39r54,-90r-105,2r0,-77r105,3r-55,-92r67,-38r51,94r51,-94r67,38r-55,92r106,-3r0,77","w":391,"k":{"\u2030":40,"\u00f8":50,"\u00d8":10,"\u00e3":50,"w":5,"v":-20,"q":50,"d":50,"V":-10,"Q":10,"F":10,"J":120,"P":15,"R":10,"\u0160":150,"S":150,"T":-30,"a":50,"\u00e1":50,"\u00e0":50,"\u00e2":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"c":50,"\u00e7":50,"e":50,"\u00e9":50,"\u00e8":50,"\u00ea":50,"\u00eb":50,"g":50,"m":40,"n":40,"\u00f1":40,"o":50,"\u00f3":50,"\u00f2":50,"\u00f4":50,"\u00f6":50,"\u00f5":50,"\u0153":50,"p":60,"r":50,"\u0161":110,"s":110,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"x":5,"\u00fd":5,"y":5,"\u00ff":5,"A":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u00c0":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"B":10,"C":10,"\u00c7":10,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"G":10,"M":10,"N":10,"\u00d1":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10}},"+":{"d":"487,-215r-159,0r0,164r-132,0r0,-164r-159,0r0,-123r159,0r0,-163r132,0r0,163r159,0r0,123","w":524,"k":{"9":20,"7":40,"3":10,"2":30,"1":15}},",":{"d":"188,-141r0,158v0,90,-54,139,-129,147r0,-62v47,-11,66,-46,62,-102r-75,0r0,-141r142,0","w":234,"k":{"\u00f8":10,"\u00d8":40,"\u00e3":10,"}":-20,"w":15,"v":60,"q":10,"l":25,"d":10,"b":25,"]":-20,"W":30,"V":100,"Q":40,"9":100,"8":15,"7":30,"6":15,"2":10,"1":15,"0":40,"\u0142":25,"J":-15,"\u0160":-20,"S":-20,"T":100,"\u017d":-10,"Z":-10,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"g":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0161":-25,"s":-25,"t":25,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00fd":15,"y":15,"\u00ff":15,"\u00dd":130,"Y":130,"\u0178":130,"C":40,"\u00c7":40,"E":25,"\u00c9":25,"\u00ca":25,"\u00cb":25,"\u00c8":25,"G":40,"O":40,"\u00d6":40,"\u00d5":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d2":40,"\u017e":-10,"z":-10,"\u0141":25,"L":25,"U":30,"\u00dc":30,"\u00da":30,"\u00db":30,"\u00d9":30}},"-":{"d":"30,-216r0,-123r271,0r0,123r-271,0","w":331,"k":{"\u00f8":-10,"\u00e3":-10,"v":10,"q":-10,"d":-10,"V":50,"9":15,"7":60,"6":-5,"2":40,"1":20,")":20}},"\u00ad":{"d":"30,-216r0,-123r271,0r0,123r-271,0","w":331,"k":{"J":20,"\u0160":60,"S":60,"T":100,"a":-10,"\u00e1":-10,"\u00e0":-10,"\u00e2":-10,"\u00e4":-10,"\u00e5":-10,"\u00e6":-10,"c":-10,"\u00e7":-10,"e":-10,"\u00e9":-10,"\u00e8":-10,"\u00ea":-10,"\u00eb":-10,"g":-10,"o":-10,"\u00f3":-10,"\u00f2":-10,"\u00f4":-10,"\u00f6":-10,"\u00f5":-10,"\u0153":-10,"x":15,"X":5,"\u00dd":45,"Y":45,"\u0178":45}},".":{"d":"188,-141r0,141r-142,0r0,-141r142,0","w":234,"k":{"\u00f8":10,"\u00d8":40,"\u00e3":10,"}":-20,"w":15,"v":60,"q":10,"l":25,"d":10,"b":25,"]":-20,"W":30,"V":100,"Q":40,"9":100,"8":15,"7":30,"6":15,"2":10,"1":15,"0":40,"\u0142":25,"J":-15,"\u0160":-20,"S":-20,"T":100,"\u017d":-10,"Z":-10,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"g":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0161":-25,"s":-25,"t":25,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00fd":15,"y":15,"\u00ff":15,"\u00dd":130,"Y":130,"\u0178":130,"C":40,"\u00c7":40,"E":25,"\u00c9":25,"\u00ca":25,"\u00cb":25,"\u00c8":25,"G":40,"O":40,"\u00d6":40,"\u00d5":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d2":40,"\u017e":-10,"z":-10,"\u0141":25,"L":25,"U":30,"\u00dc":30,"\u00da":30,"\u00db":30,"\u00d9":30}},"\/":{"d":"2,0r211,-744r137,0r-211,744r-137,0","w":337,"k":{"\u2030":55,"\u221e":10,"\u00b1":10,"\ufb02":10,"\ufb01":10,"\u00f8":50,"\u00d8":20,"\u00e3":50,"w":30,"q":50,"d":50,"V":-20,"Q":20,"F":10,"8":40,"7":-40,"6":55,"5":20,"4":70,"1":-30,"0":20,"J":60,"P":25,"R":20,"\u0160":80,"S":80,"T":-25,"\u017d":-10,"Z":-10,"a":50,"\u00e1":50,"\u00e0":50,"\u00e2":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"c":50,"\u00e7":50,"e":50,"\u00e9":50,"\u00e8":50,"\u00ea":50,"\u00eb":50,"f":10,"\u2260":10,"g":50,"m":55,"n":55,"\u00f1":55,"o":50,"\u00f3":50,"\u00f2":50,"\u00f4":50,"\u00f6":50,"\u00f5":50,"\u0153":50,"p":55,"r":55,"\u0161":80,"s":80,"u":30,"\u00fa":30,"\u00f9":30,"\u00fb":30,"\u00fc":30,"x":30,"\u00fd":30,"y":30,"\u00ff":30,"A":20,"\u00c4":20,"\u00c5":20,"\u00c6":20,"\u00c0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"B":20,"C":20,"\u00c7":20,"E":20,"\u00c9":20,"\u00ca":20,"\u00cb":20,"\u00c8":20,"G":20,"M":20,"N":20,"\u00d1":20,"O":20,"\u00d6":20,"\u00d5":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d2":20,"\u017e":20,"z":20}},"0":{"d":"375,-711v196,0,339,160,339,361v0,202,-143,362,-339,362v-197,0,-340,-160,-340,-362v0,-201,143,-361,340,-361xm375,-113v114,0,206,-107,206,-237v0,-129,-92,-236,-206,-236v-115,0,-207,107,-207,236v0,130,92,237,207,237","w":749,"k":{"\u2026":40,"\u00b0":20,"\\":20,"?":20,"7":25,"4":10,"3":10,"\/":20,".":40,",":40,"'":10,"%":20}},"1":{"d":"250,-694r0,694r-132,0r0,-571r-80,0r0,-123r212,0","w":386,"k":{"\u00b0":20,"?":30,"<":20,"7":10,"6":10,"5":10,"4":10,"3":10,"1":-50,"'":15,"%":30}},"2":{"d":"274,-123r220,0r0,123r-484,0r263,-308v80,-95,93,-126,93,-181v0,-36,-27,-90,-101,-90v-74,0,-108,54,-108,114r-132,0v0,-146,105,-246,240,-246v135,0,233,100,233,222v0,135,-142,267,-224,366","w":541,"k":{"\u00a2":15,"<":30,"6":15,"3":10,"\/":-10,"+":20,"'":10,"%":10,"#":10}},"3":{"d":"538,-244v0,149,-109,257,-259,257v-150,0,-249,-97,-264,-207r135,0v15,45,60,75,129,75v77,0,127,-49,127,-125v0,-77,-48,-122,-130,-128v-42,-3,-83,1,-122,6r136,-205r-230,0r0,-123r467,0r-166,231v107,20,177,97,177,219","w":572,"k":{"\u2026":10,"\u00b0":40,"?":50,"9":15,"7":10,"2":20,".":10,",":10,"'":20,"%":50}},"4":{"d":"515,-142r-74,0r0,142r-123,0r0,-142r-303,0r0,-116r272,-436r154,0r0,436r74,0r0,116xm318,-258r0,-275r-172,275r172,0","w":545,"k":{"\u00b0":50,"?":45,"9":25,"4":-25,"'":30,"%":45}},"5":{"d":"550,-244v0,149,-110,257,-260,257v-132,0,-248,-82,-263,-206r134,0v15,50,64,83,129,83v77,0,127,-55,127,-134v-2,-152,-179,-171,-246,-70r-131,0r86,-380r372,0r0,123r-272,0r-25,98v170,-83,348,42,349,229","w":581,"k":{"\u00b0":45,"\\":10,"?":45,"9":15,"7":10,"4":-15,"2":20,"-":-10,"'":15,"%":45}},"6":{"d":"537,-240v0,139,-109,252,-253,252v-143,0,-251,-113,-251,-252v0,-58,25,-117,59,-177r152,-277r151,0r-116,210v152,-9,258,109,258,244xm405,-240v0,-69,-54,-124,-121,-124v-66,0,-120,55,-120,124v0,68,54,123,120,123v67,0,121,-55,121,-123","w":566,"k":{"\u2026":10,"\u00b0":90,"\\":45,"?":80,">":10,"9":20,"7":40,"4":-10,"2":15,"1":15,".":10,"-":-5,",":10,"'":50,"%":75,"#":-10}},"7":{"d":"515,-694r-317,694r-140,0r262,-571r-303,0r0,-123r498,0","w":523,"k":{"\u2026":130,"\u00a7":40,"\u00a2":95,"\u00b0":10,"\\":-30,"?":25,">":55,"=":60,"<":105,";":55,":":55,"9":25,"8":60,"7":-10,"6":75,"5":50,"4":110,"3":10,"2":15,"1":-10,"0":50,"\/":95,".":130,"-":85,",":130,"+":90,"'":-10,"%":20,"#":60}},"8":{"d":"519,-233v0,135,-107,245,-245,245v-139,0,-245,-110,-245,-245v0,-85,44,-153,110,-192v-109,-97,-19,-286,135,-286v154,0,245,189,134,286v67,39,111,107,111,192xm214,-530v0,35,27,62,60,62v33,0,60,-27,60,-62v0,-34,-27,-61,-60,-61v-33,0,-60,27,-60,61xm386,-233v0,-65,-50,-118,-112,-118v-62,0,-113,53,-113,118v0,66,51,119,113,119v62,0,112,-53,112,-119","w":548,"k":{"\u2026":15,"\u00b0":50,"\\":30,"?":55,";":5,":":5,"9":20,"7":20,"4":-15,"2":10,"1":6,".":15,",":15,"'":45,"%":50,"#":-5}},"9":{"d":"532,-458v0,55,-22,111,-56,172r-157,286r-151,0r118,-214v-152,9,-258,-109,-258,-244v0,-139,109,-252,253,-252v143,0,251,113,251,252xm401,-458v0,-68,-54,-124,-120,-124v-67,0,-121,56,-121,124v0,69,54,124,121,124v66,0,120,-55,120,-124","w":565,"k":{"\u2026":90,"\u00a7":10,"\u00a2":25,"?":5,"<":30,"8":20,"7":5,"6":25,"5":10,"4":50,"3":30,"1":-5,"\/":45,".":90,"-":15,",":90,"+":30,"#":15}},":":{"d":"194,-497r0,141r-142,0r0,-141r142,0xm194,-141r0,141r-142,0r0,-141r142,0","w":245,"k":{"}":-10,"]":-10,"V":20,"8":5,"7":20,"3":5,"1":10,"J":-10,"\u0160":-15,"S":-15,"T":80,"\u0161":-10,"s":-10,"t":10,"\u00dd":15,"Y":15,"\u0178":15,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"\u0141":10,"L":10}},";":{"d":"194,-497r0,141r-142,0r0,-141r142,0xm126,0r-74,0r0,-141r142,0r0,158v0,90,-54,139,-129,147r0,-62v47,-11,64,-47,61,-102","w":245,"k":{"}":-10,"]":-10,"V":20,"8":5,"7":20,"3":5,"1":10}},"\u037e":{"d":"194,-497r0,141r-142,0r0,-141r142,0xm126,0r-74,0r0,-141r142,0r0,158v0,90,-54,139,-129,147r0,-62v47,-11,64,-47,61,-102","w":245,"k":{"T":80,"\u0161":-10,"s":-10,"t":10}},"<":{"d":"418,-384r-257,108r257,109r0,135r-387,-178r0,-131r387,-179r0,136","w":449,"k":{"9":-5,"4":-20,"2":-10}},"=":{"d":"468,-450r0,123r-431,0r0,-123r431,0xm468,-225r0,122r-431,0r0,-122r431,0","w":505,"k":{"7":30,"4":-15,"1":15}},">":{"d":"419,-341r0,131r-388,178r0,-135r257,-109r-257,-108r0,-136","w":450,"k":{"9":20,"7":60,"2":30,"1":20}},"?":{"d":"164,-484r-131,0v0,-134,92,-226,240,-226v147,0,233,85,233,203v0,82,-52,130,-117,175v-53,37,-67,62,-64,125r-121,0v-7,-116,53,-172,109,-210v46,-31,62,-55,62,-90v0,-48,-38,-82,-102,-82v-72,0,-109,46,-109,105xm330,-131r0,131r-132,0r0,-131r132,0","w":552,"k":{"}":15,"]":15,")":30}},"@":{"d":"594,-153r119,0v-68,108,-170,166,-315,166v-206,0,-367,-153,-367,-361v0,-205,159,-362,356,-362v163,0,327,97,327,299v0,131,-86,239,-194,239v-47,0,-82,-22,-101,-54v-28,36,-64,56,-103,56v-83,0,-135,-83,-102,-196v26,-90,103,-159,173,-159v32,0,59,15,73,42r8,-26r90,0r-60,194v-11,35,5,52,26,52v50,0,91,-70,91,-145v0,-148,-117,-212,-228,-212v-142,0,-257,122,-257,272v0,154,115,270,268,270v82,0,153,-31,196,-75xm416,-349v15,-47,3,-84,-27,-84v-29,0,-65,35,-81,84v-14,46,-3,84,27,84v30,0,66,-38,81,-84","w":745,"k":{"}":35,"v":-15,"]":35,"V":15,")":40,"\u0160":10,"S":10,"T":5,"p":10,"\u0161":10,"s":10,"\u00dd":15,"Y":15,"\u0178":15,"\u017e":-10,"z":-10}},"A":{"d":"313,-711v144,0,252,107,252,251r0,460r-132,0r0,-194r-239,0r0,194r-132,0r0,-460v-2,-144,108,-251,251,-251xm433,-321r0,-142v0,-74,-45,-119,-120,-119v-74,0,-119,45,-119,119r0,142r239,0"},"B":{"d":"62,-487v-3,-123,105,-224,228,-224v132,0,228,84,228,205v0,59,-25,105,-61,135v59,31,93,88,93,167v0,124,-83,204,-217,204r-271,0r0,-487xm290,-582v-81,1,-106,69,-96,159r110,0v8,0,81,-2,81,-77v0,-58,-45,-82,-95,-82xm414,-210v0,-58,-37,-90,-103,-90r-117,0r0,177v102,-4,220,26,220,-87","w":580,"k":{"V":20,"W":10,"*":10,"\\":20,"l":5,"\u0142":5,")":10,"?":15,"\u201d":10,"\u2019":10,"\u2122":40,"w":5,"\u2014":-5,"\u2013":-5,"\u00ad":-5,"v":5,"J":-5,"T":25,"\u0161":-5,"s":-5,"t":5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"x":5,"\u00fd":5,"y":5,"\u00ff":5,"\u00dd":30,"Y":30,"\u0178":30,"E":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"\u00c8":15,"\u0141":10,"L":10,"U":10,"\u00dc":10,"\u00da":10,"\u00db":10,"\u00d9":10}},"C":{"d":"684,-220v-44,141,-161,232,-315,232v-189,0,-336,-159,-336,-362v0,-203,147,-362,336,-362v157,0,273,89,316,231r-143,0v-31,-63,-93,-110,-173,-110v-114,0,-204,110,-204,241v0,132,90,242,204,242v79,0,142,-49,173,-112r142,0","w":708,"k":{"V":10,"\u2122":20,"v":-15,"&":-10,"@":-10,"\u00e3":-5,",":10,"d":-5,"\u2026":10,"\u221e":-15,"\u00b1":-15,"\ufb01":-15,"\ufb02":-15,"\u00f8":-5,".":10,"q":-5,"\u201c":-20,"\u2018":-20,"\u0160":15,"S":15,"T":10,"\u017d":5,"Z":5,"a":-5,"\u00e1":-5,"\u00e0":-5,"\u00e2":-5,"\u00e4":-5,"\u00e5":-5,"\u00e6":-5,"c":-5,"\u00e7":-5,"e":-5,"\u00e9":-5,"\u00e8":-5,"\u00ea":-5,"\u00eb":-5,"f":-15,"\u2260":-15,"g":-5,"o":-5,"\u00f3":-5,"\u00f2":-5,"\u00f4":-5,"\u00f6":-5,"\u00f5":-5,"\u0153":-5,"p":-5,"\u00dd":5,"Y":5,"\u0178":5,"\u00bb":-10,"\u203a":-10}},"D":{"d":"634,-347v0,212,-123,347,-313,347r-257,0r0,-694r257,0v193,0,313,133,313,347xm502,-348v0,-102,-32,-223,-181,-223r-125,0r0,448r125,0v157,0,181,-141,181,-225","w":667,"k":{"V":30,"\\":20,")":20,"?":10,"\u201d":10,"\u2019":10,"\u2122":40,"w":10,",":30,"\u2026":30,"\u221e":-15,"\u00b1":-15,"\ufb01":-15,"\ufb02":-15,".":30,"}":10,"]":10,"\/":15,"J":30,"P":5,"\u0160":35,"S":35,"T":30,"\u017d":20,"Z":20,"f":-15,"\u2260":-15,"\u0161":20,"s":20,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":10,"y":10,"\u00ff":10,"X":15,"\u00dd":15,"Y":15,"\u0178":15,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10}},"E":{"d":"194,-476r0,67r281,0r0,123r-281,0v-3,87,-3,156,88,156r244,0r0,130r-245,0v-143,0,-219,-88,-219,-221r0,-252v0,-133,76,-221,219,-221r245,0r0,130r-244,0v-63,0,-88,24,-88,88","w":565,"k":{"*":-10,"\\":-15,"\u201d":-10,"\u2019":-10,"w":20,"\u2014":10,"\u2013":10,"\u00ad":10,"v":35,"@":20,"\u00e3":15,"d":15,"\u00f8":15,"q":15,"\u201c":-5,"\u2018":-5,"}":-20,"]":-20,"\/":-10,"\u00d8":10,"Q":10,"\u00a9":30,"\u0131":5,"\u00ed":10,"\u00ee":-20,"\u00ef":-20,"\u00ec":-20,"\u2030":5,"\u00ae":30,"J":-5,"\u0160":-10,"S":-10,"T":-10,"\u017d":-15,"Z":-15,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"c":15,"\u00e7":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"g":15,"\u00ab":20,"\u2039":20,"m":5,"n":5,"\u00f1":5,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"p":10,"r":5,"t":10,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u00fd":20,"y":20,"\u00ff":20,"C":10,"\u00c7":10,"E":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"\u00c8":15,"G":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u017e":-5,"z":-5}},"F":{"d":"281,-564v-92,-8,-90,70,-87,157r246,0r0,123r-246,0r0,284r-132,0r0,-473v0,-133,76,-221,218,-221r212,0r0,130r-211,0","w":518,"k":{"\u2030":35,"\u221e":10,"\u00b1":10,"\ufb02":10,"\ufb01":10,"\u2019":-15,"\u2018":-10,"\u201d":-15,"\u201c":-10,"\u2014":10,"\u2013":10,"\u2026":100,"\u00f8":25,"\u2122":-10,"\u00a9":10,"\u00ae":10,"\u00ef":-40,"\u00ee":-30,"\u00ec":-20,"\u0131":25,"\u00ed":25,"\u00e3":25,"}":-15,"w":25,"v":10,"q":25,"d":25,"]":-15,"\\":-20,"V":-10,"F":10,"@":10,":":10,"\/":45,".":100,"-":10,",":100,"*":-15,"J":90,"P":10,"R":10,"\u0160":80,"S":80,"T":-10,"\u017d":-5,"Z":-5,"a":25,"\u00e1":25,"\u00e0":25,"\u00e2":25,"\u00e4":25,"\u00e5":25,"\u00e6":25,"c":25,"\u00e7":25,"e":25,"\u00e9":25,"\u00e8":25,"\u00ea":25,"\u00eb":25,"f":10,"\u2260":10,"g":25,"\u00ab":10,"\u2039":10,"m":35,"n":35,"\u00f1":35,"o":25,"\u00f3":25,"\u00f2":25,"\u00f4":25,"\u00f6":25,"\u00f5":25,"\u0153":25,"p":25,"r":35,"\u0161":75,"s":75,"t":10,"u":25,"\u00fa":25,"\u00f9":25,"\u00fb":25,"\u00fc":25,"x":35,"\u00fd":25,"y":25,"\u00ff":25}},"G":{"d":"370,12v-189,0,-337,-159,-337,-362v0,-203,148,-362,337,-362v154,0,271,88,315,231r-142,0v-33,-65,-93,-110,-173,-110v-115,0,-205,110,-205,241v0,132,90,242,205,242v99,0,171,-71,190,-155r-172,0r0,-123r317,0v8,244,-137,398,-335,398","w":739,"k":{"V":30,"*":20,"\\":20,")":20,"?":20,"\u201d":20,"\u2019":20,"\u2122":50,"w":5,"v":5,",":30,"\u2026":30,".":30,"\u201c":10,"\u2018":10,"}":20,"]":20,"\/":15,"J":30,"P":5,"\u0160":30,"S":30,"T":30,"\u017d":20,"Z":20,"p":5,"\u0161":20,"s":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5,"X":10,"\u00dd":20,"Y":20,"\u0178":20}},"H":{"d":"576,-694r0,694r-132,0r0,-293r-247,0r0,293r-133,0r0,-694r133,0r0,278r247,0r0,-278r132,0","w":640,"k":{"w":10,"v":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":10,"y":10,"\u00ff":10}},"I":{"d":"199,-694r0,694r-132,0r0,-694r132,0","w":265,"k":{"l":10,"\u0142":10,"w":15,"v":5,"t":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00fd":15,"y":15,"\u00ff":15}},"J":{"d":"149,0r-132,0r0,-130r131,0v62,0,87,-27,87,-91r0,-473r132,0r0,475v0,133,-76,219,-218,219","w":429,"k":{"l":5,"\u0142":5,")":10,",":35,"\u2026":35,".":35,"F":5,":":10,"!":10,"J":25,"P":5,"R":5,"\u0160":25,"S":25,"p":5,"r":5,"\u0161":10,"s":10,"t":5,"A":5,"\u00c4":5,"\u00c5":5,"\u00c6":5,"\u00c0":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"B":5,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"M":5,"N":5,"\u00d1":5}},"K":{"d":"494,-347v47,28,73,75,73,147r0,200r-132,0r0,-197v0,-61,-28,-89,-90,-89r-148,0r0,286r-133,0r0,-694r133,0r0,285r148,0v62,0,90,-28,90,-89r0,-196r132,0r0,200v0,71,-26,119,-73,147","w":630,"k":{"l":10,"\u0142":10,"w":10,"@":10,"\u00e3":10,"d":10,"\u00f8":10,"q":10,"\u00d8":10,"Q":10,"\u00a9":10,"\u00ae":10,"P":5,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"g":10,"\u00ab":10,"\u2039":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"p":10,"t":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":10,"y":10,"\u00ff":10,"\u00dd":5,"Y":5,"\u0178":5,"C":10,"\u00c7":10,"E":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"\u00c8":15,"G":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10}},"L":{"d":"280,0v-142,0,-218,-86,-218,-219r0,-475r132,0r0,473v0,64,24,91,87,91r209,0r0,130r-210,0","w":507,"k":{"V":100,"W":15,"*":125,"\\":80,"?":90,"\u201d":90,"\u2019":90,"\u2122":140,"w":20,"\u2014":20,"\u2013":20,"\u00ad":20,"v":75,"@":30,"\u00e3":10,",":-15,"d":10,"\u2026":-15,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,"\u00f8":10,".":-15,"q":10,"\u201c":110,"\u2018":110,"}":-20,"]":-20,"\/":-30,"\u00d8":30,"Q":30,"\u00a9":25,"\u00ae":25,":":-10,"b":15,"\u037e":-10,"J":-20,"\u0160":-35,"S":-35,"T":110,"\u017d":-20,"Z":-20,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"f":10,"\u2260":10,"g":10,"\u00ab":30,"\u2039":30,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0161":-20,"s":-20,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u00fd":20,"y":20,"\u00ff":20,"\u00dd":110,"Y":110,"\u0178":110,"C":30,"\u00c7":30,"G":30,"O":30,"\u00d6":30,"\u00d5":30,"\u0152":30,"\u00d3":30,"\u00d4":30,"\u00d2":30,"\u017e":-20,"z":-20,"\u0141":15,"L":15,"U":15,"\u00dc":15,"\u00da":15,"\u00db":15,"\u00d9":15}},"M":{"d":"935,-461r0,461r-132,0r0,-463v0,-66,-48,-119,-120,-119v-73,0,-118,53,-118,119r0,463r-133,0r0,-463v0,-66,-47,-119,-119,-119v-73,0,-120,53,-120,119r0,463r-131,0r0,-461v0,-139,103,-250,251,-250v77,0,142,35,185,90v42,-55,109,-90,185,-90v149,0,252,111,252,250","w":996,"k":{"V":25,"W":5,"*":10,"\\":20,")":10,"?":10,"\u201d":10,"\u2019":10,"\u2122":30,"w":10,"!":10,"T":20,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":5,"y":5,"\u00ff":5,"\u00dd":10,"Y":10,"\u0178":10,"\u0141":5,"L":5,"U":5,"\u00dc":5,"\u00da":5,"\u00db":5,"\u00d9":5}},"N":{"d":"62,-460v-2,-144,108,-251,251,-251v144,0,252,107,252,251r0,460r-132,0r0,-463v0,-74,-45,-119,-120,-119v-74,0,-119,45,-119,119r0,463r-132,0r0,-460","k":{"V":25,"W":5,"*":10,"\\":20,")":10,"?":10,"\u201d":10,"\u2019":10,"\u2122":30,"w":10,"!":10,"T":20,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":5,"y":5,"\u00ff":5,"\u00dd":10,"Y":10,"\u0178":10,"\u0141":5,"L":5,"U":5,"\u00dc":5,"\u00da":5,"\u00db":5,"\u00d9":5}},"O":{"d":"373,-711v196,0,339,160,339,361v0,202,-143,362,-339,362v-197,0,-340,-160,-340,-362v0,-201,143,-361,340,-361xm373,-113v114,0,206,-107,206,-237v0,-129,-92,-236,-206,-236v-115,0,-207,107,-207,236v0,130,92,237,207,237","w":745,"k":{"V":30,"*":10,"\\":20,")":20,"?":20,"\u201d":15,"\u2019":15,"\u2122":40,"w":5,",":40,"\u2026":40,".":40,"}":20,"]":20,"\/":20,"J":30,"\u0160":30,"S":30,"T":30,"\u017d":20,"Z":20,"p":5,"\u0161":20,"s":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5,"X":10,"\u00dd":15,"Y":15,"\u0178":15}},"P":{"d":"579,-457v0,145,-119,255,-249,255r-136,0r0,202r-132,0r0,-457v0,-140,112,-254,258,-254v147,0,259,114,259,254xm447,-454v0,-73,-57,-132,-127,-132v-69,0,-126,59,-126,132r0,131r126,0v70,0,127,-59,127,-131","w":604,"k":{"*":-10,")":10,"\u201d":-10,"\u2019":-10,"\u2122":10,"v":-10,"&":15,"@":-10,"\u00e3":10,",":120,"d":10,"\u2026":120,"\u00f8":10,".":120,"q":10,"\u201c":-20,"\u2018":-20,"}":10,"]":10,"\/":40,"\u00d8":-10,"Q":-10,"\u00a9":-5,"\u2030":15,"\u00ae":-5,"b":-5,"J":90,"P":5,"\u0160":110,"S":110,"\u017d":10,"Z":10,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"g":10,"m":15,"n":15,"\u00f1":15,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"p":30,"r":15,"\u0161":70,"s":70,"C":-10,"\u00c7":-10,"G":-10,"O":-10,"\u00d6":-10,"\u00d5":-10,"\u0152":-10,"\u00d3":-10,"\u00d4":-10,"\u00d2":-10,"\u00bb":-10,"\u203a":-10,"\u017e":-5,"z":-5}},"Q":{"d":"435,6r0,111r-126,0r0,-111v-163,-30,-276,-176,-276,-356v0,-201,142,-361,339,-361v196,0,339,160,339,361v0,180,-113,326,-276,356xm579,-350v0,-129,-93,-236,-207,-236v-114,0,-207,107,-207,236v0,105,58,198,144,228r0,-96r126,0r0,96v86,-30,144,-123,144,-228","w":744,"k":{"\u2019":15,"\u201d":15,"\u2026":40,"\u2122":40,"}":20,"w":5,"]":20,"\\":20,"V":30,"?":15,"\/":20,".":40,",":40,"*":10,")":20,"J":30,"\u0160":30,"S":30,"T":30,"\u017d":20,"Z":20,"p":5,"\u0161":20,"s":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5,"X":10,"\u00dd":15,"Y":15,"\u0178":15}},"R":{"d":"62,-465v-2,-137,106,-246,244,-246v138,0,245,102,245,224v0,73,-28,127,-72,163v89,44,52,201,59,324r-132,0r0,-204v0,-27,-17,-46,-46,-46r-165,0r0,250r-133,0r0,-465xm309,-371v70,0,109,-42,109,-107v0,-60,-45,-106,-110,-106v-74,0,-113,55,-113,119r0,94r114,0","w":604,"k":{"V":15,"W":15,"*":5,"\\":15,"l":10,"\u0142":10,")":5,"\u201d":10,"\u2019":10,"\u2122":35,"w":10,"\u2014":15,"\u2013":15,"\u00ad":15,"v":5,"@":10,"\u00e3":10,"d":10,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,"\u00f8":10,"q":10,"\u00d8":5,"Q":5,"\u00a9":10,"\u2030":5,"\u00ae":10,"!":5,"b":10,"T":15,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"f":10,"\u2260":10,"g":10,"\u00ab":10,"\u2039":10,"m":5,"n":5,"\u00f1":5,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"p":15,"r":5,"t":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":20,"y":20,"\u00ff":20,"X":5,"\u00dd":15,"Y":15,"\u0178":15,"C":5,"\u00c7":5,"E":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"\u00c8":15,"G":5,"O":5,"\u00d6":5,"\u00d5":5,"\u0152":5,"\u00d3":5,"\u00d4":5,"\u00d2":5,"\u0141":10,"L":10,"U":15,"\u00dc":15,"\u00da":15,"\u00db":15,"\u00d9":15}},"S":{"d":"8,-125v132,-10,194,-41,191,-222v-3,-222,100,-344,314,-348r0,126v-54,0,-100,15,-125,37v-34,31,-57,77,-57,185v0,97,-12,207,-104,283v-54,45,-128,65,-219,64r0,-125","w":520,"k":{"V":-20,"*":-30,"\\":-30,")":10,"\u201d":-20,"\u2019":-20,"\u2122":-20,"w":80,"\u2014":100,"\u2013":100,"\u00ad":100,"v":50,"&":50,"@":30,"\u00e3":115,",":190,"d":115,"\u2026":190,"\u00f8":115,".":190,"q":115,"\u201c":-20,"\u2018":-20,"}":-15,"]":-15,"\/":80,"\u00d8":30,"Q":30,"\u00a9":20,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u2030":95,"\u00ae":20,"F":10,":":60,"b":-5,"i":10,"J":140,"P":25,"R":25,"\u0160":170,"S":170,"T":-20,"a":115,"\u00e1":115,"\u00e0":115,"\u00e2":115,"\u00e4":115,"\u00e5":115,"\u00e6":115,"c":115,"\u00e7":115,"e":115,"\u00e9":115,"\u00e8":115,"\u00ea":115,"\u00eb":115,"g":110,"\u00ab":70,"\u2039":70,"m":95,"n":95,"\u00f1":95,"o":115,"\u00f3":115,"\u00f2":115,"\u00f4":115,"\u00f6":115,"\u00f5":115,"\u0153":115,"p":115,"r":95,"\u0161":150,"s":150,"u":80,"\u00fa":80,"\u00f9":80,"\u00fb":80,"\u00fc":80,"x":80,"\u00fd":80,"y":80,"\u00ff":80,"A":25,"\u00c4":25,"\u00c5":25,"\u00c6":25,"\u00c0":25,"\u00c3":25,"\u00c2":25,"\u00c1":25,"B":25,"C":30,"\u00c7":30,"E":20,"\u00c9":20,"\u00ca":20,"\u00cb":20,"\u00c8":20,"G":30,"M":25,"N":25,"\u00d1":25,"O":30,"\u00d6":30,"\u00d5":30,"\u0152":30,"\u00d3":30,"\u00d4":30,"\u00d2":30,"\u00bb":70,"\u203a":70,"\u017e":60,"z":60}},"T":{"d":"520,-571r-186,0r0,571r-132,0r0,-571r-186,0r0,-123r504,0r0,123","w":536,"k":{"V":-25,"*":-30,"\\":-20,"\u201d":-15,"\u2019":-15,"\u2122":-10,"w":75,"\u2014":100,"\u2013":100,"\u00ad":100,"v":80,"&":50,"@":20,"\u00e3":100,",":100,"d":100,"\u2026":100,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,"\u00f8":100,".":100,"q":100,"\u201c":-20,"\u2018":-20,"}":-20,"]":-20,"\/":60,"\u00d8":30,"Q":30,"\u00a9":20,"\u0131":75,"\u00ed":20,"\u00ee":-40,"\u00ef":-40,"\u00ec":-30,"\u2030":95,"\u00ae":20,"F":20,":":80,"\u037e":80,"h":-5,"J":100,"P":20,"R":20,"\u0160":110,"S":110,"T":-20,"a":100,"\u00e1":100,"\u00e0":100,"\u00e2":100,"\u00e4":100,"\u00e5":100,"\u00e6":100,"c":100,"\u00e7":100,"e":100,"\u00e9":100,"\u00e8":100,"\u00ea":100,"\u00eb":100,"f":5,"\u2260":5,"g":100,"\u00ab":80,"\u2039":80,"m":95,"n":95,"\u00f1":95,"o":100,"\u00f3":100,"\u00f2":100,"\u00f4":100,"\u00f6":100,"\u00f5":100,"\u0153":100,"p":100,"r":95,"\u0161":120,"s":120,"u":75,"\u00fa":75,"\u00f9":75,"\u00fb":75,"\u00fc":75,"x":80,"\u00fd":75,"y":75,"\u00ff":75,"A":20,"\u00c4":20,"\u00c5":20,"\u00c6":20,"\u00c0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"B":20,"C":30,"\u00c7":30,"E":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"\u00c8":15,"G":30,"M":20,"N":20,"\u00d1":20,"O":30,"\u00d6":30,"\u00d5":30,"\u0152":30,"\u00d3":30,"\u00d4":30,"\u00d2":30,"\u00bb":40,"\u203a":40,"\u017e":80,"z":80,"k":-5}},"U":{"d":"565,-239v2,144,-107,251,-252,251v-143,0,-251,-107,-251,-251r0,-455r132,0r0,457v0,75,45,120,119,120v75,0,120,-45,120,-120r0,-457r132,0r0,455","k":{")":10,"w":15,"v":10,"\u00e3":5,",":30,"d":5,"\u2026":30,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,"\u00f8":5,".":30,"q":5,"\/":20,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u2030":10,"F":5,"!":5,"i":10,"J":15,"P":5,"R":5,"\u0160":25,"S":25,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":5,"\u00e7":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"f":5,"\u2260":5,"g":5,"m":10,"n":10,"\u00f1":10,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"p":10,"r":10,"\u0161":20,"s":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"x":5,"\u00fd":15,"y":15,"\u00ff":15,"A":5,"\u00c4":5,"\u00c5":5,"\u00c6":5,"\u00c0":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"B":5,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"M":5,"N":5,"\u00d1":5,"\u017e":5,"z":5}},"V":{"d":"600,-694r-227,694r-142,0r-228,-694r140,0r159,535r158,-535r140,0","w":604,"k":{"\u2030":50,"\u221e":20,"\u00b1":20,"\ufb02":20,"\ufb01":20,"\u2019":-20,"\u2018":-10,"\u201d":-20,"\u201c":-10,"\u2014":50,"\u2013":50,"\u2026":100,"\u00f8":60,"\u00d8":30,"\u2122":-10,"\u00a9":20,"\u00ae":20,"\u00ef":-40,"\u00ee":-30,"\u00ec":-30,"\u0131":30,"\u00ed":30,"\u00e3":60,"}":-10,"w":40,"v":10,"q":60,"i":10,"d":60,"]":-10,"\\":-20,"V":-20,"Q":30,"F":25,"@":25,";":20,":":20,"\/":60,".":100,"-":50,",":100,"*":-10,"&":45,"J":80,"P":25,"R":25,"\u0160":100,"S":100,"T":-25,"a":60,"\u00e1":60,"\u00e0":60,"\u00e2":60,"\u00e4":60,"\u00e5":60,"\u00e6":60,"c":60,"\u00e7":60,"e":60,"\u00e9":60,"\u00e8":60,"\u00ea":60,"\u00eb":60,"f":20,"\u2260":20,"g":60,"\u00ab":40,"\u2039":40,"m":50,"n":50,"\u00f1":50,"o":60,"\u00f3":60,"\u00f2":60,"\u00f4":60,"\u00f6":60,"\u00f5":60,"\u0153":60,"p":70,"r":50,"\u0161":90,"s":90,"t":10,"u":40,"\u00fa":40,"\u00f9":40,"\u00fb":40,"\u00fc":40,"x":30,"\u00fd":40,"y":40,"\u00ff":40,"A":25,"\u00c4":25,"\u00c5":25,"\u00c6":25,"\u00c0":25,"\u00c3":25,"\u00c2":25,"\u00c1":25,"B":25,"C":30,"\u00c7":30,"E":20,"\u00c9":20,"\u00ca":20,"\u00cb":20,"\u00c8":20,"G":30,"M":25,"N":25,"\u00d1":25,"O":30,"\u00d6":30,"\u00d5":30,"\u0152":30,"\u00d3":30,"\u00d4":30,"\u00d2":30,"\u00bb":20,"\u203a":20,"j":10,"\u017e":25,"z":25}},"W":{"d":"935,-694r0,456v0,139,-103,250,-252,250v-76,0,-143,-35,-185,-90v-43,55,-108,90,-185,90v-148,0,-251,-111,-251,-250r0,-456r131,0r0,457v0,66,47,120,120,120v72,0,119,-54,119,-120r0,-457r133,0r0,457v0,66,47,120,118,120v72,0,120,-54,120,-120r0,-457r132,0","w":996,"k":{"\u2030":5,"\u221e":5,"\u00b1":5,"\ufb02":5,"\ufb01":5,"\u2026":30,"\u00ef":10,"\u00ee":10,"\u00ec":10,"\u00ed":10,"i":10,"F":5,"\/":20,".":30,",":30,")":10,"!":5,"J":15,"P":5,"R":5,"\u0160":25,"S":25,"f":5,"\u2260":5,"g":5,"m":5,"n":5,"\u00f1":5,"p":5,"r":5,"\u0161":15,"s":15,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"x":5,"\u00fd":5,"y":5,"\u00ff":5,"A":5,"\u00c4":5,"\u00c5":5,"\u00c6":5,"\u00c0":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"B":5,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"M":5,"N":5,"\u00d1":5,"\u017e":5,"z":5}},"X":{"d":"485,-353v50,35,80,92,80,175r0,178r-132,0r0,-172v0,-74,-44,-119,-119,-119v-75,0,-119,45,-119,119r0,172r-132,0r0,-178v0,-83,30,-140,81,-175v-51,-35,-81,-91,-81,-175r0,-166r132,0r0,161v0,74,44,119,119,119v75,0,119,-45,119,-119r0,-161r132,0r0,166v0,84,-30,140,-80,175","w":628,"k":{"l":10,"\u0142":10,"?":10,"w":15,"\u2014":5,"\u2013":5,"\u00ad":5,"\u00e3":10,"d":15,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,"\u00f8":10,"q":10,"\u00d8":10,"Q":10,"\u00a9":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u00ae":10,"i":10,"P":5,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":15,"\u00e7":15,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"f":5,"\u2260":5,"g":10,"\u00ab":15,"\u2039":15,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"p":10,"t":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00fd":15,"y":15,"\u00ff":15,"X":5,"C":10,"\u00c7":10,"E":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"\u00c8":15,"G":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10}},"[":{"d":"182,-711r0,724r122,0r0,108r-240,0r0,-940r240,0r0,108r-122,0","w":317,"k":{"\u2026":-20,"\u00bf":20,"\u00f8":20,"\u00d8":20,"\u00e3":20,"}":-30,"w":10,"v":10,"q":20,"d":20,"]":-30,"V":-10,"Q":20,"@":40,";":-10,":":-10,".":-20,",":-20,"J":-10,"\u0160":-15,"S":-15,"T":-20,"\u017d":-20,"Z":-20,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"c":20,"\u00e7":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"t":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"C":20,"\u00c7":20,"E":25,"\u00c9":25,"\u00ca":25,"\u00cb":25,"\u00c8":25,"G":20,"O":20,"\u00d6":20,"\u00d5":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d2":20,"j":-40}},"\\":{"d":"335,0r-137,0r-211,-744r138,0","w":338,"k":{"\u00d8":20,"w":10,"v":20,"l":15,"b":10,"W":20,"V":70,"Q":20,"9":45,"2":-10,"1":20,"0":20,"\u0142":15,"J":-20,"\u0160":-30,"S":-30,"T":70,"\u017d":-10,"Z":-10,"\u0161":-25,"s":-25,"t":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"x":-10,"\u00dd":65,"Y":65,"\u0178":65,"C":20,"\u00c7":20,"E":20,"\u00c9":20,"\u00ca":20,"\u00cb":20,"\u00c8":20,"G":20,"O":20,"\u00d6":20,"\u00d5":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d2":20,"\u017e":-20,"z":-20,"\u0141":20,"L":20,"U":20,"\u00dc":20,"\u00da":20,"\u00db":20,"\u00d9":20}},"]":{"d":"273,-819r0,940r-250,0r0,-108r127,0r0,-724r-127,0r0,-108r250,0","w":337},"^":{"d":"389,-258r-112,-305r-112,305r-132,0r179,-436r130,0r179,436r-132,0","w":554},"_":{"d":"808,70r0,123r-810,0r0,-123r810,0","w":806},"`":{"d":"74,-723r147,0r93,141r-97,0","w":417},"a":{"d":"559,-257r0,257r-125,0r0,-54v-39,43,-95,65,-157,65v-136,0,-247,-120,-247,-268v0,-149,109,-271,265,-271v155,0,264,122,264,271xm427,-256v0,-82,-59,-148,-132,-148v-73,0,-132,63,-132,148v0,82,59,145,132,145v73,0,132,-65,132,-145","w":615,"k":{"*":60,"\\":60,")":20,"\u2122":80,"w":15,"v":45,"@":15,"\u00e3":5,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,"\u201c":20,"\u2018":20,"\u00a9":10,"\u2030":5,"\u00ae":10,"b":10,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"f":5,"\u2260":5,"\u00ab":10,"\u2039":10,"m":5,"n":5,"\u00f1":5,"t":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00fd":10,"y":10,"\u00ff":10,"\u00bb":10,"\u203a":10,"\u017e":-5,"z":-5}},"b":{"d":"576,-257v0,149,-109,269,-264,269v-156,0,-265,-120,-265,-269r0,-487r133,0r0,278v39,-41,90,-60,150,-60v136,0,246,121,246,269xm444,-256v0,-85,-59,-148,-132,-148v-73,0,-132,66,-132,148v0,80,59,145,132,145v73,0,132,-63,132,-145","w":606,"k":{"\u2026":10,"\u2122":50,"}":20,"v":15,"b":5,"]":20,"\\":40,".":10,"-":-10,",":10,"*":50,")":50,"\u00ab":-10,"\u2039":-10,"p":5,"t":5,"x":10}},"c":{"d":"545,-174v-30,117,-124,186,-249,186v-155,0,-266,-120,-266,-269v0,-149,111,-271,266,-271v124,0,218,70,248,186r-141,0v-18,-35,-59,-65,-107,-65v-73,0,-132,68,-132,151v0,81,59,148,132,148v49,0,91,-30,108,-66r141,0","w":571,"k":{"*":30,"\\":30,")":40,"?":30,"\u2122":50,"w":5,"\u2014":-10,"\u2013":-10,"\u00ad":-10,"v":5,",":5,"\u2026":5,".":5,"}":10,"]":10,":":-5,"\u037e":-5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"x":5,"\u00fd":5,"y":5,"\u00ff":5}},"d":{"d":"559,-744r0,487v0,149,-109,269,-264,269v-156,0,-265,-120,-265,-269v0,-148,111,-269,246,-269v61,0,111,19,151,60r0,-278r132,0xm427,-256v0,-82,-59,-148,-132,-148v-73,0,-132,63,-132,148v0,82,59,145,132,145v73,0,132,-65,132,-145","w":605,"k":{"\u2030":5,"\u2018":-15,"\u201c":-15,"\u2026":15,"\u00f8":5,"\u00e3":5,"v":-10,"q":5,"d":5,"\\":-10,"\/":10,".":15,",":15,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":5,"\u00e7":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"m":5,"n":5,"\u00f1":5,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"p":10,"r":5,"\u0161":20,"s":20}},"e":{"d":"402,-164r141,0v-30,105,-121,176,-249,176v-146,0,-264,-120,-264,-269v0,-149,118,-271,264,-271v124,0,228,78,253,216r-364,153v49,72,175,76,219,-5xm153,-264r242,-102v-77,-93,-247,-35,-242,102","w":579,"k":{"*":50,"\\":40,"l":10,"\u0142":10,")":50,"\u201d":30,"\u2019":30,"\u2122":50,"w":10,"\u00ad":-10,"v":15,",":10,"\u2026":10,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,".":10,"\u201c":20,"\u2018":20,"}":20,"]":20,"\u2030":5,"b":5,"f":10,"\u2260":10,"\u00ab":-5,"\u2039":-5,"m":5,"n":5,"\u00f1":5,"p":5,"r":5,"\u0161":5,"s":5,"t":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"x":15,"\u00fd":10,"y":10,"\u00ff":10}},"f":{"d":"188,-513r93,0r0,117r-93,0r0,397r-132,0r0,-508v0,-137,82,-239,230,-222r0,124v-63,-5,-97,21,-98,92","w":312,"k":{"*":-20,"\\":-30,")":-10,"?":-20,"\u201d":-30,"\u2019":-30,"\u2122":-10,"\u2014":10,"\u2013":10,"\u00ad":10,"v":-20,"&":15,"@":-10,"\u00e3":5,",":50,"d":5,"\u2026":50,"\u00f8":5,".":50,"q":5,"\u201c":-40,"\u2018":-40,"}":-20,"]":-20,"\/":20,"\u00a9":-10,"\u2030":15,"\u00ae":-10,":":-15,"\u037e":-15,"h":-5,"\u00df":-5,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":5,"\u00e7":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"m":15,"n":15,"\u00f1":15,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"p":15,"r":20,"\u0161":50,"s":50,"\u00bb":-20,"\u203a":-20}},"g":{"d":"559,-257r0,231v0,171,-102,278,-267,278v-124,0,-230,-71,-250,-180r144,0v17,41,70,57,106,57v101,0,140,-71,135,-176v-39,38,-92,58,-150,58v-136,0,-247,-120,-247,-268v0,-149,109,-271,265,-271v155,0,264,122,264,271xm427,-256v0,-82,-59,-148,-132,-148v-73,0,-132,63,-132,148v0,82,59,145,132,145v73,0,132,-65,132,-145","w":612,"k":{"*":70,"\\":60,"l":10,"\u0142":10,"\u2122":70,"w":10,"v":30,"@":10,"q":10,"\u201c":30,"\u2018":30,"\u00a9":10,"\u00ae":10,"b":15,"r":5,"t":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"x":5,"\u00fd":10,"y":10,"\u00ff":10,"j":-10}},"h":{"d":"521,-301r0,301r-132,0r0,-301v0,-30,-10,-98,-96,-98v-59,0,-100,40,-100,98r0,301r-133,0r0,-744r133,0r0,256v33,-25,73,-40,118,-40v126,0,210,91,210,227","w":577,"k":{"\u221e":5,"\u00b1":5,"\ufb02":5,"\ufb01":5,"\u2019":30,"\u2018":10,"\u201d":30,"\u201c":10,"\u2122":60,"w":5,"v":20,"b":5,"\\":40,"?":40,"*":40,"f":5,"\u2260":5,"t":5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5,"\u017e":-5,"z":-5}},"i":{"d":"196,-571r-133,0r0,-74v0,-37,30,-66,67,-66v36,0,66,29,66,66r0,74xm196,-515r0,515r-132,0r0,-515r132,0","w":259,"k":{"t":10}},"j":{"d":"187,-571r-132,0r0,-74v0,-37,29,-66,65,-66v37,0,67,29,67,66r0,74xm187,-515r0,578v0,135,-82,182,-212,164r0,-117v53,5,80,-10,80,-62r0,-563r132,0","w":239,"k":{"j":-25}},"k":{"d":"422,-258v88,42,93,135,88,258r-133,0v4,-106,4,-190,-111,-194r-73,0r0,194r-133,0r0,-744r133,0r0,423r73,0v114,-5,116,-88,111,-194r133,0v5,121,1,216,-88,257","w":563,"k":{"\\":30,"l":5,"\u0142":5,"\u2122":40,"\u00ad":15,"&":5,"\u00e3":15,"d":15,"\u00f8":15,"q":15,"\u00a9":5,"\u2030":5,"\u00ae":5,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"c":15,"\u00e7":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"\u00ab":10,"\u2039":10,"m":5,"n":5,"\u00f1":5,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"p":10,"r":5,"t":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":5,"y":5,"\u00ff":5}},"l":{"d":"52,-216r0,-528r133,0r0,528v0,73,33,99,98,95r0,120v-151,16,-231,-74,-231,-215","w":293,"k":{"\u2030":-10,"\u2018":50,"\u201c":50,"\u2026":-20,"\u2122":45,"\u00a9":15,"\u00ae":15,"w":10,"v":25,"l":5,"\\":10,"@":20,"\/":-20,".":-20,"-":20,",":-20,"*":50,"&":5,"\u0142":5,"\u00ab":30,"\u2039":30,"m":-10,"n":-10,"\u00f1":-10,"r":-10,"\u0161":-20,"s":-20,"t":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":10,"y":10,"\u00ff":10,"j":-10,"\u017e":-20,"z":-20}},"m":{"d":"845,-298r0,298r-132,0r0,-301v0,-29,-10,-98,-97,-98v-58,0,-100,40,-100,98r0,301r-132,0r0,-301v0,-29,-9,-98,-96,-98v-59,0,-100,40,-100,98r0,301r-132,0r0,-298v0,-131,91,-230,232,-230v70,0,127,28,164,73v39,-45,97,-73,164,-73v144,0,229,95,229,230","w":901,"k":{"*":40,"\\":40,"?":40,"\u201d":30,"\u2019":30,"\u2122":60,"w":5,"v":20,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,"\u201c":10,"\u2018":10,"b":5,"f":5,"\u2260":5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5,"\u017e":-5,"z":-5}},"n":{"d":"56,-298v0,-131,92,-230,232,-230v144,0,229,95,229,230r0,298r-132,0r0,-301v0,-29,-10,-98,-97,-98v-58,0,-100,40,-100,98r0,301r-132,0r0,-298","w":573,"k":{"*":40,"\\":40,"?":40,"\u201d":30,"\u2019":30,"\u2122":60,"w":5,"v":20,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,"\u201c":10,"\u2018":10,"b":5,"f":5,"\u2260":5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5,"\u017e":-5,"z":-5}},"o":{"d":"289,-528v143,0,260,117,260,271v0,154,-117,269,-260,269v-143,0,-259,-115,-259,-269v0,-154,116,-271,259,-271xm289,-109v70,0,127,-60,127,-147v0,-89,-57,-151,-127,-151v-70,0,-127,62,-127,151v0,87,57,147,127,147","w":579,"k":{"*":50,"\\":40,")":50,"\u201d":30,"\u2019":30,"\u2122":50,"\u00ad":-10,"v":15,",":10,"\u2026":10,".":10,"\u201c":20,"\u2018":20,"}":20,"]":20,"b":5,"g":-5,"\u00ab":-10,"\u2039":-10,"p":5,"t":5,"x":10}},"p":{"d":"576,-259v0,149,-110,270,-246,270v-60,0,-111,-20,-150,-60r0,278r-133,0r0,-488v0,-148,109,-269,265,-269v155,0,264,121,264,269xm444,-259v0,-83,-59,-145,-132,-145v-73,0,-132,65,-132,145v0,82,59,148,132,148v73,0,132,-64,132,-148","w":606,"k":{"*":50,"\\":40,")":50,"\u201d":30,"\u2019":30,"\u2122":50,"\u00ad":-10,"v":15,",":10,"\u2026":10,".":10,"\u201c":20,"\u2018":20,"}":20,"]":20,"b":5,"g":-5,"\u00ab":-10,"\u2039":-10,"p":5,"t":5,"x":10}},"q":{"d":"559,-259r0,488r-132,0r0,-278v-40,40,-90,60,-151,60v-135,0,-246,-121,-246,-270v0,-148,109,-269,265,-269v155,0,264,121,264,269xm427,-259v0,-80,-59,-145,-132,-145v-73,0,-132,62,-132,145v0,84,59,148,132,148v73,0,132,-66,132,-148","w":605,"k":{"\u221e":5,"\u00b1":5,"\ufb02":5,"\ufb01":5,"\u2018":25,"\u201c":25,"\u2122":60,"\u00a9":5,"\u00ae":5,"w":5,"v":20,"b":5,"\\":50,"*":60,"f":5,"\u2260":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":5,"y":5,"\u00ff":5,"j":-30,"\u017e":-5,"z":-5}},"r":{"d":"328,-525r0,124v-84,-15,-140,30,-140,103r0,298r-132,0r0,-298v0,-146,101,-248,272,-227","w":344,"k":{"*":-30,"l":-10,"\u0142":-10,"?":-20,"\u201d":-20,"\u2019":-20,"w":-15,"v":-25,"&":10,"@":-20,"\u00e3":-10,",":50,"d":5,"\u2026":50,"\u221e":-10,"\u00b1":-10,"\ufb01":-10,"\ufb02":-10,"\u00f8":5,".":50,"q":5,"\u201c":-45,"\u2018":-45,"\u00a9":-25,"\u00ed":-10,"\u00ee":-10,"\u00ef":-10,"\u00ec":-10,"\u00ae":-25,":":-20,"b":-20,"\u037e":-20,"i":-10,"h":-5,"a":-10,"\u00e1":-10,"\u00e0":-10,"\u00e2":-10,"\u00e4":-10,"\u00e5":-10,"\u00e6":-10,"c":5,"\u00e7":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"f":-10,"\u2260":-10,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"\u0161":40,"s":40,"u":-15,"\u00fa":-15,"\u00f9":-15,"\u00fb":-15,"\u00fc":-15,"x":-5,"\u00fd":-15,"y":-15,"\u00ff":-15,"\u00bb":-25,"\u203a":-25,"j":-10,"\u017e":-15,"z":-15}},"s":{"d":"10,0r0,-128v34,3,64,0,83,-19v13,-12,26,-36,26,-111v0,-68,7,-146,67,-203v43,-42,100,-59,174,-53r0,128v-37,-4,-64,3,-83,22v-12,13,-26,32,-26,106v0,68,-7,153,-66,208v-43,41,-102,55,-175,50","w":371,"k":{"*":-25,"\\":10,")":30,"v":-20,"@":-15,",":80,"\u2026":80,".":80,"\u201c":-40,"\u2018":-40,"}":30,"]":30,"\/":30,"\u00a9":-25,"\u2030":10,"\u00ae":-25,":":-10,"b":-15,"\u037e":-10,"\u00ab":-20,"\u2039":-20,"m":10,"n":10,"\u00f1":10,"p":5,"r":10,"\u0161":55,"s":55,"u":-15,"\u00fa":-15,"\u00f9":-15,"\u00fb":-15,"\u00fc":-15,"\u00bb":-20,"\u203a":-20,"\u017e":-10,"z":-10}},"t":{"d":"284,-121r0,120v-151,16,-231,-75,-231,-216r0,-429r132,0r0,131r93,0r0,117r-93,0r0,182v0,72,33,99,99,95","w":318,"k":{"\\":5,"l":5,"\u0142":5,")":10,"v":-5,"\u00e3":10,"d":10,"\u00f8":10,"q":10,"\u201c":-10,"\u2018":-10,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0161":-5,"s":-5,"t":5}},"u":{"d":"517,-218v0,131,-92,230,-232,230v-144,0,-229,-95,-229,-230r0,-297r132,0r0,301v0,29,10,98,97,98v58,0,100,-41,100,-98r0,-301r132,0r0,297","w":573,"k":{"*":5,"\\":20,")":10,"\u201d":30,"\u2019":30,"\u2122":30,"w":5,",":15,"\u2026":15,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,".":15,"}":10,"]":10,"\/":10,"\u2030":5,"f":5,"\u2260":5,"m":5,"n":5,"\u00f1":5,"p":5,"r":5,"\u0161":10,"s":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5}},"v":{"d":"532,-515r-194,515r-142,0r-195,-515r138,0r128,384r129,-384r136,0","w":533,"k":{"\u2030":20,"\u221e":-15,"\u00b1":-15,"\ufb02":-15,"\ufb01":-15,"\u2019":-25,"\u2018":-25,"\u201d":-25,"\u201c":-25,"\u2014":10,"\u2013":10,"\u2026":60,"\u00f8":15,"\u2122":10,"\u00a9":-10,"\u00ae":-10,"\u00e3":15,"}":10,"v":-25,"q":15,"h":-5,"d":15,"b":-10,"]":10,"\\":-20,"@":-10,"?":-15,"\/":20,".":60,"-":10,",":60,"*":-20,")":20,"&":15,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"c":15,"\u00e7":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"f":-15,"\u2260":-15,"\u00ab":10,"\u2039":10,"m":20,"n":20,"\u00f1":20,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"p":25,"r":20,"\u0161":55,"s":55,"\u00bb":-10,"\u203a":-10,"\u017e":-10,"z":-10}},"w":{"d":"845,-515r0,297v0,131,-92,231,-232,231v-70,0,-127,-28,-165,-73v-39,45,-96,73,-164,73v-143,0,-228,-95,-228,-231r0,-297r132,0r0,301v0,29,10,98,96,98v59,0,100,-40,100,-98r0,-301r132,0r0,301v0,29,10,98,97,98v58,0,100,-40,100,-98r0,-301r132,0","w":901,"k":{"\u2030":5,"\u221e":5,"\u00b1":5,"\ufb02":5,"\ufb01":5,"\u2026":15,"\u2122":30,"}":10,"w":5,"]":10,"\\":20,"\/":10,".":15,",":15,"*":5,")":10,"f":5,"\u2260":5,"m":5,"n":5,"\u00f1":5,"p":5,"r":5,"\u0161":10,"s":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5}},"x":{"d":"423,-258v67,53,76,142,71,258r-132,0r0,-101v0,-58,-36,-98,-88,-98v-51,0,-87,40,-87,98r0,101r-132,0v-4,-113,2,-208,66,-258v-63,-50,-71,-144,-66,-257r132,0r0,100v0,58,36,98,87,98v52,0,88,-40,88,-98r0,-100r132,0v5,115,-4,205,-71,257","w":549,"k":{"*":5,"\\":20,"\u2122":30,"\u00ad":15,"\u00e3":10,"d":10,"\u00f8":10,"q":10,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"\u00ab":10,"\u2039":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u00fd":5,"y":5,"\u00ff":5}},"{":{"d":"312,-798r0,97v-103,-9,-77,118,-77,211v0,73,-26,122,-76,145v50,25,76,72,76,146v0,93,-26,220,77,211r0,98v-121,11,-196,-45,-196,-173r0,-125v0,-80,-40,-109,-97,-109r0,-95v57,0,97,-30,97,-110r0,-125v0,-127,75,-183,196,-171","w":334,"k":{"\u2026":-20,"\u00bf":20,"\u00f8":20,"\u00d8":20,"\u00e3":20,"}":-30,"w":10,"v":10,"q":20,"d":20,"]":-30,"V":-10,"Q":20,"@":40,";":-10,":":-10,".":-20,",":-20,"J":-10,"\u0160":-15,"S":-15,"T":-20,"\u017d":-20,"Z":-20,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"c":20,"\u00e7":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"t":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"C":20,"\u00c7":20,"E":25,"\u00c9":25,"\u00ca":25,"\u00cb":25,"\u00c8":25,"G":20,"O":20,"\u00d6":20,"\u00d5":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d2":20,"j":-40}},"|":{"d":"200,0r-132,0r0,-744r132,0r0,744","w":268},"}":{"d":"315,-392r0,95v-57,0,-97,29,-97,109r0,125v0,128,-75,184,-195,173r0,-98v102,9,76,-118,76,-211v0,-74,26,-121,76,-146v-50,-23,-76,-72,-76,-145v0,-93,26,-219,-76,-211r0,-97v120,-12,195,44,195,171r0,125v0,80,40,110,97,110","w":334},"~":{"d":"391,-730v-8,61,-42,119,-104,119v-59,0,-102,-37,-141,-37v-23,0,-38,12,-45,41r-61,0v9,-60,42,-118,109,-118v58,0,101,37,138,37v22,0,35,-12,43,-42r61,0","w":431},"\u00c4":{"d":"350,-874r123,0r0,111r-123,0r0,-111xm162,-874r123,0r0,111r-123,0r0,-111xm313,-711v144,0,252,107,252,251r0,460r-132,0r0,-194r-239,0r0,194r-132,0r0,-460v-2,-144,108,-251,251,-251xm433,-321r0,-142v0,-74,-45,-119,-120,-119v-74,0,-119,45,-119,119r0,142r239,0"},"\u00c5":{"d":"313,-711v144,0,252,107,252,251r0,460r-132,0r0,-194r-239,0r0,194r-132,0r0,-460v-2,-144,108,-251,251,-251xm433,-321r0,-142v0,-74,-45,-119,-120,-119v-74,0,-119,45,-119,119r0,142r239,0xm319,-957v58,0,106,48,106,107v0,58,-48,106,-106,106v-58,0,-106,-48,-106,-106v0,-59,48,-107,106,-107xm319,-801v26,0,48,-22,48,-49v0,-27,-22,-49,-48,-49v-26,0,-48,22,-48,49v0,27,22,49,48,49"},"\u02da":{"d":"148,-798v58,0,106,48,106,107v0,58,-48,106,-106,106v-58,0,-106,-48,-106,-106v0,-59,48,-107,106,-107xm148,-642v26,0,48,-22,48,-49v0,-27,-22,-49,-48,-49v-26,0,-48,22,-48,49v0,27,22,49,48,49","w":295},"\u00c7":{"d":"542,-220r142,0v-43,139,-157,229,-306,232r-33,47v50,-22,132,-3,132,72v0,106,-171,110,-228,50r17,-36v72,40,131,24,131,-11v0,-36,-46,-43,-78,-28r-39,-23r37,-75v-163,-26,-284,-174,-284,-358v0,-203,147,-362,336,-362v157,0,273,89,316,231r-143,0v-33,-63,-93,-108,-173,-108v-114,0,-204,109,-204,239v0,131,90,240,204,240v79,0,140,-47,173,-110","w":708,"k":{"V":10,"\u2122":20,"v":-15,"&":-10,"@":-10,"\u00e3":-5,",":10,"d":-5,"\u2026":10,"\u221e":-15,"\u00b1":-15,"\ufb01":-15,"\ufb02":-15,"\u00f8":-5,".":10,"q":-5,"\u201c":-20,"\u2018":-20,"\u0160":15,"S":15,"T":10,"\u017d":5,"Z":5,"a":-5,"\u00e1":-5,"\u00e0":-5,"\u00e2":-5,"\u00e4":-5,"\u00e5":-5,"\u00e6":-5,"c":-5,"\u00e7":-5,"e":-5,"\u00e9":-5,"\u00e8":-5,"\u00ea":-5,"\u00eb":-5,"f":-15,"\u2260":-15,"g":-5,"o":-5,"\u00f3":-5,"\u00f2":-5,"\u00f4":-5,"\u00f6":-5,"\u00f5":-5,"\u0153":-5,"p":-5,"\u00dd":5,"Y":5,"\u0178":5,"\u00bb":-10,"\u203a":-10}},"\u00c9":{"d":"498,-893r-144,141r-97,0r93,-141r148,0xm194,-476r0,67r281,0r0,123r-281,0v-3,87,-3,156,88,156r244,0r0,130r-245,0v-143,0,-219,-88,-219,-221r0,-252v0,-133,76,-221,219,-221r245,0r0,130r-244,0v-63,0,-88,24,-88,88","w":565,"k":{"*":-10,"\\":-15,"\u201d":-10,"\u2019":-10,"w":20,"\u2014":10,"\u2013":10,"\u00ad":10,"v":35,"@":20,"\u00e3":15,"d":15,"\u00f8":15,"q":15,"\u201c":-5,"\u2018":-5,"}":-20,"]":-20,"\/":-10,"\u00d8":10,"Q":10,"\u00a9":30,"\u0131":5,"\u00ed":10,"\u00ee":-20,"\u00ef":-20,"\u00ec":-20,"\u2030":5,"\u00ae":30,"J":-5,"\u0160":-10,"S":-10,"T":-10,"\u017d":-15,"Z":-15,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"c":15,"\u00e7":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"g":15,"\u00ab":20,"\u2039":20,"m":5,"n":5,"\u00f1":5,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"p":10,"r":5,"t":10,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u00fd":20,"y":20,"\u00ff":20,"C":10,"\u00c7":10,"E":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"\u00c8":15,"G":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u017e":-5,"z":-5}},"\u00d1":{"d":"394,-853v26,0,41,-19,49,-42r55,0v-8,69,-50,120,-106,120v-55,0,-86,-45,-128,-45v-26,0,-41,19,-49,42r-54,0v7,-69,48,-120,105,-120v55,0,86,45,128,45xm62,-460v-2,-144,108,-251,251,-251v144,0,252,107,252,251r0,460r-132,0r0,-463v0,-74,-45,-119,-120,-119v-74,0,-119,45,-119,119r0,463r-132,0r0,-460","k":{"V":25,"W":5,"*":10,"\\":20,")":10,"?":10,"\u201d":10,"\u2019":10,"\u2122":30,"w":10,"!":10,"T":20,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":5,"y":5,"\u00ff":5,"\u00dd":10,"Y":10,"\u0178":10,"\u0141":5,"L":5,"U":5,"\u00dc":5,"\u00da":5,"\u00db":5,"\u00d9":5}},"\u00d6":{"d":"409,-874r123,0r0,111r-123,0r0,-111xm221,-874r123,0r0,111r-123,0r0,-111xm373,-711v196,0,339,160,339,361v0,202,-143,362,-339,362v-197,0,-340,-160,-340,-362v0,-201,143,-361,340,-361xm373,-113v114,0,206,-107,206,-237v0,-129,-92,-236,-206,-236v-115,0,-207,107,-207,236v0,130,92,237,207,237","w":745,"k":{"V":30,"*":10,"\\":20,")":20,"?":20,"\u201d":15,"\u2019":15,"\u2122":40,"w":5,",":40,"\u2026":40,".":40,"}":20,"]":20,"\/":20,"J":30,"\u0160":30,"S":30,"T":30,"\u017d":20,"Z":20,"p":5,"\u0161":20,"s":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5,"X":10,"\u00dd":15,"Y":15,"\u0178":15}},"\u00dc":{"d":"350,-874r123,0r0,111r-123,0r0,-111xm162,-874r123,0r0,111r-123,0r0,-111xm565,-239v2,144,-107,251,-252,251v-143,0,-251,-107,-251,-251r0,-455r132,0r0,457v0,75,45,120,119,120v75,0,120,-45,120,-120r0,-457r132,0r0,455","k":{")":10,"w":15,"v":10,"\u00e3":5,",":30,"d":5,"\u2026":30,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,"\u00f8":5,".":30,"q":5,"\/":20,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u2030":10,"F":5,"!":5,"i":10,"J":15,"P":5,"R":5,"\u0160":25,"S":25,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":5,"\u00e7":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"f":5,"\u2260":5,"g":5,"m":10,"n":10,"\u00f1":10,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"p":10,"r":10,"\u0161":20,"s":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"x":5,"\u00fd":15,"y":15,"\u00ff":15,"A":5,"\u00c4":5,"\u00c5":5,"\u00c6":5,"\u00c0":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"B":5,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"M":5,"N":5,"\u00d1":5,"\u017e":5,"z":5}},"\u00e1":{"d":"490,-723r-144,141r-97,0r93,-141r148,0xm559,-257r0,257r-125,0r0,-54v-39,43,-95,65,-157,65v-136,0,-247,-120,-247,-268v0,-149,109,-271,265,-271v155,0,264,122,264,271xm427,-256v0,-82,-59,-148,-132,-148v-73,0,-132,63,-132,148v0,82,59,145,132,145v73,0,132,-65,132,-145","w":615,"k":{"*":60,"\\":60,")":20,"\u2122":80,"w":15,"v":45,"@":15,"\u00e3":5,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,"\u201c":20,"\u2018":20,"\u00a9":10,"\u2030":5,"\u00ae":10,"b":10,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"f":5,"\u2260":5,"\u00ab":10,"\u2039":10,"m":5,"n":5,"\u00f1":5,"t":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00fd":10,"y":10,"\u00ff":10,"\u00bb":10,"\u203a":10,"\u017e":-5,"z":-5}},"\u00e0":{"d":"103,-723r147,0r93,141r-97,0xm559,-257r0,257r-125,0r0,-54v-39,43,-95,65,-157,65v-136,0,-247,-120,-247,-268v0,-149,109,-271,265,-271v155,0,264,122,264,271xm427,-256v0,-82,-59,-148,-132,-148v-73,0,-132,63,-132,148v0,82,59,145,132,145v73,0,132,-65,132,-145","w":615,"k":{"*":60,"\\":60,")":20,"\u2122":80,"w":15,"v":45,"@":15,"\u00e3":5,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,"\u201c":20,"\u2018":20,"\u00a9":10,"\u2030":5,"\u00ae":10,"b":10,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"f":5,"\u2260":5,"\u00ab":10,"\u2039":10,"m":5,"n":5,"\u00f1":5,"t":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00fd":10,"y":10,"\u00ff":10,"\u00bb":10,"\u203a":10,"\u017e":-5,"z":-5}},"\u00e2":{"d":"358,-582r-62,-83r-61,83r-109,0r111,-142r118,0r111,142r-108,0xm559,-257r0,257r-125,0r0,-54v-39,43,-95,65,-157,65v-136,0,-247,-120,-247,-268v0,-149,109,-271,265,-271v155,0,264,122,264,271xm427,-256v0,-82,-59,-148,-132,-148v-73,0,-132,63,-132,148v0,82,59,145,132,145v73,0,132,-65,132,-145","w":615,"k":{"*":60,"\\":60,")":20,"\u2122":80,"w":15,"v":45,"@":15,"\u00e3":5,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,"\u201c":20,"\u2018":20,"\u00a9":10,"\u2030":5,"\u00ae":10,"b":10,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"f":5,"\u2260":5,"\u00ab":10,"\u2039":10,"m":5,"n":5,"\u00f1":5,"t":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00fd":10,"y":10,"\u00ff":10,"\u00bb":10,"\u203a":10,"\u017e":-5,"z":-5}},"\u02c6":{"d":"268,-582r-62,-83r-61,83r-109,0r111,-142r118,0r111,142r-108,0","w":417},"\u00e4":{"d":"559,-257r0,257r-125,0r0,-54v-39,43,-95,65,-157,65v-136,0,-247,-120,-247,-268v0,-149,109,-271,265,-271v155,0,264,122,264,271xm427,-256v0,-82,-59,-148,-132,-148v-73,0,-132,63,-132,148v0,82,59,145,132,145v73,0,132,-65,132,-145xm330,-703r122,0r0,111r-122,0r0,-111xm142,-703r122,0r0,111r-122,0r0,-111","w":615,"k":{"*":60,"\\":60,")":20,"\u2122":80,"w":15,"v":45,"@":15,"\u00e3":5,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,"\u201c":20,"\u2018":20,"\u00a9":10,"\u2030":5,"\u00ae":10,"b":10,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"f":5,"\u2260":5,"\u00ab":10,"\u2039":10,"m":5,"n":5,"\u00f1":5,"t":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00fd":10,"y":10,"\u00ff":10,"\u00bb":10,"\u203a":10,"\u017e":-5,"z":-5}},"\u00a8":{"d":"241,-711r122,0r0,111r-122,0r0,-111xm53,-711r122,0r0,111r-122,0r0,-111","w":417},"\u00e3":{"d":"481,-712v-8,61,-42,119,-105,119v-58,0,-101,-37,-140,-37v-23,0,-38,12,-45,41r-62,0v9,-60,43,-119,110,-119v58,0,100,38,137,38v23,0,35,-12,43,-42r62,0xm559,-257r0,257r-125,0r0,-54v-39,43,-95,65,-157,65v-136,0,-247,-120,-247,-268v0,-149,109,-271,265,-271v155,0,264,122,264,271xm427,-256v0,-82,-59,-148,-132,-148v-73,0,-132,63,-132,148v0,82,59,145,132,145v73,0,132,-65,132,-145","w":615,"k":{"\u2030":5,"\u221e":5,"\u00b1":5,"\ufb02":5,"\ufb01":5,"\u2018":20,"\u201c":20,"\u2122":80,"\u00a9":10,"\u00ae":10,"w":15,"v":45,"b":10,"\\":60,"@":15,"*":60,")":20,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"f":5,"\u2260":5,"\u00ab":10,"\u2039":10,"m":5,"n":5,"\u00f1":5,"t":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00fd":10,"y":10,"\u00ff":10,"\u00bb":10,"\u203a":10,"\u017e":-5,"z":-5}},"\u02dc":{"d":"383,-712v-8,61,-42,119,-105,119v-58,0,-101,-37,-140,-37v-23,0,-38,12,-45,41r-62,0v9,-60,43,-119,110,-119v58,0,100,38,137,38v23,0,35,-12,43,-42r62,0","w":417},"\u00e5":{"d":"559,-257r0,257r-125,0r0,-54v-39,43,-95,65,-157,65v-136,0,-247,-120,-247,-268v0,-149,109,-271,265,-271v155,0,264,122,264,271xm427,-256v0,-82,-59,-148,-132,-148v-73,0,-132,63,-132,148v0,82,59,145,132,145v73,0,132,-65,132,-145xm304,-789v58,0,106,48,106,107v0,58,-48,106,-106,106v-58,0,-106,-48,-106,-106v0,-59,48,-107,106,-107xm304,-633v26,0,48,-22,48,-49v0,-27,-22,-49,-48,-49v-26,0,-48,22,-48,49v0,27,22,49,48,49","w":615,"k":{"*":60,"\\":60,")":20,"\u2122":80,"w":15,"v":45,"@":15,"\u00e3":5,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,"\u201c":20,"\u2018":20,"\u00a9":10,"\u2030":5,"\u00ae":10,"b":10,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"f":5,"\u2260":5,"\u00ab":10,"\u2039":10,"m":5,"n":5,"\u00f1":5,"t":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00fd":10,"y":10,"\u00ff":10,"\u00bb":10,"\u203a":10,"\u017e":-5,"z":-5}},"\u00e7":{"d":"303,13r-24,39v44,-17,113,2,113,66v0,96,-141,99,-188,38r18,-31v19,18,46,27,71,27v23,0,42,-11,42,-32v0,-31,-52,-45,-75,-20r-36,-24r34,-66v-135,-18,-228,-131,-228,-266v0,-150,111,-272,266,-272v124,0,218,70,249,186r-142,0v-20,-35,-59,-58,-107,-58v-73,0,-132,65,-132,144v0,77,59,141,132,141v49,0,88,-23,108,-59r141,0v-29,115,-120,184,-242,187","w":571,"k":{"*":30,"\\":30,")":40,"?":30,"\u2122":50,"w":5,"\u2014":-10,"\u2013":-10,"\u00ad":-10,"v":5,",":5,"\u2026":5,".":5,"}":10,"]":10,":":-5,"\u037e":-5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"x":5,"\u00fd":5,"y":5,"\u00ff":5}},"\u00e9":{"d":"490,-723r-144,141r-97,0r93,-141r148,0xm402,-164r141,0v-30,105,-121,176,-249,176v-146,0,-264,-120,-264,-269v0,-149,118,-271,264,-271v124,0,228,78,253,216r-364,153v49,72,175,76,219,-5xm153,-264r242,-102v-77,-93,-247,-35,-242,102","w":579,"k":{"*":50,"\\":40,"l":10,"\u0142":10,")":50,"\u201d":30,"\u2019":30,"\u2122":50,"w":10,"\u00ad":-10,"v":15,",":10,"\u2026":10,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,".":10,"\u201c":20,"\u2018":20,"}":20,"]":20,"\u2030":5,"b":5,"f":10,"\u2260":10,"\u00ab":-5,"\u2039":-5,"m":5,"n":5,"\u00f1":5,"p":5,"r":5,"\u0161":5,"s":5,"t":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"x":15,"\u00fd":10,"y":10,"\u00ff":10}},"\u00e8":{"d":"108,-723r147,0r93,141r-97,0xm402,-164r141,0v-30,105,-121,176,-249,176v-146,0,-264,-120,-264,-269v0,-149,118,-271,264,-271v124,0,228,78,253,216r-364,153v49,72,175,76,219,-5xm153,-264r242,-102v-77,-93,-247,-35,-242,102","w":579,"k":{"*":50,"\\":40,"l":10,"\u0142":10,")":50,"\u201d":30,"\u2019":30,"\u2122":50,"w":10,"\u00ad":-10,"v":15,",":10,"\u2026":10,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,".":10,"\u201c":20,"\u2018":20,"}":20,"]":20,"\u2030":5,"b":5,"f":10,"\u2260":10,"\u00ab":-5,"\u2039":-5,"m":5,"n":5,"\u00f1":5,"p":5,"r":5,"\u0161":5,"s":5,"t":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"x":15,"\u00fd":10,"y":10,"\u00ff":10}},"\u00ea":{"d":"355,-582r-62,-83r-61,83r-109,0r111,-142r118,0r111,142r-108,0xm402,-164r141,0v-30,105,-121,176,-249,176v-146,0,-264,-120,-264,-269v0,-149,118,-271,264,-271v124,0,228,78,253,216r-364,153v49,72,175,76,219,-5xm153,-264r242,-102v-77,-93,-247,-35,-242,102","w":579,"k":{"*":50,"\\":40,"l":10,"\u0142":10,")":50,"\u201d":30,"\u2019":30,"\u2122":50,"w":10,"\u00ad":-10,"v":15,",":10,"\u2026":10,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,".":10,"\u201c":20,"\u2018":20,"}":20,"]":20,"\u2030":5,"b":5,"f":10,"\u2260":10,"\u00ab":-5,"\u2039":-5,"m":5,"n":5,"\u00f1":5,"p":5,"r":5,"\u0161":5,"s":5,"t":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"x":15,"\u00fd":10,"y":10,"\u00ff":10}},"\u00eb":{"d":"402,-164r141,0v-30,105,-121,176,-249,176v-146,0,-264,-120,-264,-269v0,-149,118,-271,264,-271v124,0,228,78,253,216r-364,153v49,72,175,76,219,-5xm153,-264r242,-102v-77,-93,-247,-35,-242,102xm326,-703r122,0r0,111r-122,0r0,-111xm138,-703r122,0r0,111r-122,0r0,-111","w":579,"k":{"*":50,"\\":40,"l":10,"\u0142":10,")":50,"\u201d":30,"\u2019":30,"\u2122":50,"w":10,"\u00ad":-10,"v":15,",":10,"\u2026":10,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,".":10,"\u201c":20,"\u2018":20,"}":20,"]":20,"\u2030":5,"b":5,"f":10,"\u2260":10,"\u00ab":-5,"\u2039":-5,"m":5,"n":5,"\u00f1":5,"p":5,"r":5,"\u0161":5,"s":5,"t":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"x":15,"\u00fd":10,"y":10,"\u00ff":10}},"\u00ed":{"d":"310,-723r-144,141r-97,0r93,-141r148,0xm195,-515r0,515r-132,0r0,-515r132,0","w":259,"k":{"t":10}},"\u0131":{"d":"195,-515r0,515r-132,0r0,-515r132,0","w":259},"\u00ec":{"d":"-46,-723r147,0r93,141r-97,0xm195,-515r0,515r-132,0r0,-515r132,0","w":259,"k":{"t":10}},"\u00ee":{"d":"192,-582r-62,-83r-61,83r-109,0r111,-142r118,0r111,142r-108,0xm195,-515r0,515r-132,0r0,-515r132,0","w":259,"k":{"t":10}},"\u00ef":{"d":"195,-515r0,515r-132,0r0,-515r132,0xm165,-703r122,0r0,111r-122,0r0,-111xm-23,-703r122,0r0,111r-122,0r0,-111","w":259,"k":{"t":10}},"\u00f1":{"d":"473,-712v-8,61,-42,119,-105,119v-58,0,-101,-37,-140,-37v-23,0,-38,12,-45,41r-62,0v9,-60,43,-119,110,-119v58,0,100,38,137,38v23,0,35,-12,43,-42r62,0xm56,-298v0,-131,92,-230,232,-230v144,0,229,95,229,230r0,298r-132,0r0,-301v0,-29,-10,-98,-97,-98v-58,0,-100,40,-100,98r0,301r-132,0r0,-298","w":573,"k":{"*":40,"\\":40,"?":40,"\u201d":30,"\u2019":30,"\u2122":60,"w":5,"v":20,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,"\u201c":10,"\u2018":10,"b":5,"f":5,"\u2260":5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5,"\u017e":-5,"z":-5}},"\u00f3":{"d":"486,-723r-144,141r-97,0r93,-141r148,0xm289,-528v143,0,260,117,260,271v0,154,-117,269,-260,269v-143,0,-259,-115,-259,-269v0,-154,116,-271,259,-271xm289,-109v70,0,127,-60,127,-147v0,-89,-57,-151,-127,-151v-70,0,-127,62,-127,151v0,87,57,147,127,147","w":579,"k":{"*":50,"\\":40,")":50,"\u201d":30,"\u2019":30,"\u2122":50,"\u00ad":-10,"v":15,",":10,"\u2026":10,".":10,"\u201c":20,"\u2018":20,"}":20,"]":20,"b":5,"g":-5,"\u00ab":-10,"\u2039":-10,"p":5,"t":5,"x":10}},"\u00f2":{"d":"101,-723r147,0r93,141r-97,0xm289,-528v143,0,260,117,260,271v0,154,-117,269,-260,269v-143,0,-259,-115,-259,-269v0,-154,116,-271,259,-271xm289,-109v70,0,127,-60,127,-147v0,-89,-57,-151,-127,-151v-70,0,-127,62,-127,151v0,87,57,147,127,147","w":579,"k":{"*":50,"\\":40,")":50,"\u201d":30,"\u2019":30,"\u2122":50,"\u00ad":-10,"v":15,",":10,"\u2026":10,".":10,"\u201c":20,"\u2018":20,"}":20,"]":20,"b":5,"g":-5,"\u00ab":-10,"\u2039":-10,"p":5,"t":5,"x":10}},"\u00f4":{"d":"355,-582r-62,-83r-61,83r-109,0r111,-142r118,0r111,142r-108,0xm289,-528v143,0,260,117,260,271v0,154,-117,269,-260,269v-143,0,-259,-115,-259,-269v0,-154,116,-271,259,-271xm289,-109v70,0,127,-60,127,-147v0,-89,-57,-151,-127,-151v-70,0,-127,62,-127,151v0,87,57,147,127,147","w":579,"k":{"*":50,"\\":40,")":50,"\u201d":30,"\u2019":30,"\u2122":50,"\u00ad":-10,"v":15,",":10,"\u2026":10,".":10,"\u201c":20,"\u2018":20,"}":20,"]":20,"b":5,"g":-5,"\u00ab":-10,"\u2039":-10,"p":5,"t":5,"x":10}},"\u00f6":{"d":"289,-528v143,0,260,117,260,271v0,154,-117,269,-260,269v-143,0,-259,-115,-259,-269v0,-154,116,-271,259,-271xm289,-109v70,0,127,-60,127,-147v0,-89,-57,-151,-127,-151v-70,0,-127,62,-127,151v0,87,57,147,127,147xm323,-703r122,0r0,111r-122,0r0,-111xm135,-703r122,0r0,111r-122,0r0,-111","w":579,"k":{"*":50,"\\":40,")":50,"\u201d":30,"\u2019":30,"\u2122":50,"\u00ad":-10,"v":15,",":10,"\u2026":10,".":10,"\u201c":20,"\u2018":20,"}":20,"]":20,"b":5,"g":-5,"\u00ab":-10,"\u2039":-10,"p":5,"t":5,"x":10}},"\u00f5":{"d":"465,-712v-8,61,-42,119,-105,119v-58,0,-101,-37,-140,-37v-23,0,-38,12,-45,41r-62,0v9,-60,43,-119,110,-119v58,0,100,38,137,38v23,0,35,-12,43,-42r62,0xm289,-528v143,0,260,117,260,271v0,154,-117,269,-260,269v-143,0,-259,-115,-259,-269v0,-154,116,-271,259,-271xm289,-109v70,0,127,-60,127,-147v0,-89,-57,-151,-127,-151v-70,0,-127,62,-127,151v0,87,57,147,127,147","w":579,"k":{"*":50,"\\":40,")":50,"\u201d":30,"\u2019":30,"\u2122":50,"\u00ad":-10,"v":15,",":10,"\u2026":10,".":10,"\u201c":20,"\u2018":20,"}":20,"]":20,"b":5,"g":-5,"\u00ab":-10,"\u2039":-10,"p":5,"t":5,"x":10}},"\u00fa":{"d":"486,-723r-144,141r-97,0r93,-141r148,0xm517,-218v0,131,-92,230,-232,230v-144,0,-229,-95,-229,-230r0,-297r132,0r0,301v0,29,10,98,97,98v58,0,100,-41,100,-98r0,-301r132,0r0,297","w":573,"k":{"*":5,"\\":20,")":10,"\u201d":30,"\u2019":30,"\u2122":30,"w":5,",":15,"\u2026":15,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,".":15,"}":10,"]":10,"\/":10,"\u2030":5,"f":5,"\u2260":5,"m":5,"n":5,"\u00f1":5,"p":5,"r":5,"\u0161":10,"s":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5}},"\u00f9":{"d":"104,-723r147,0r93,141r-97,0xm517,-218v0,131,-92,230,-232,230v-144,0,-229,-95,-229,-230r0,-297r132,0r0,301v0,29,10,98,97,98v58,0,100,-41,100,-98r0,-301r132,0r0,297","w":573,"k":{"*":5,"\\":20,")":10,"\u201d":30,"\u2019":30,"\u2122":30,"w":5,",":15,"\u2026":15,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,".":15,"}":10,"]":10,"\/":10,"\u2030":5,"f":5,"\u2260":5,"m":5,"n":5,"\u00f1":5,"p":5,"r":5,"\u0161":10,"s":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5}},"\u00fb":{"d":"348,-582r-62,-83r-61,83r-109,0r111,-142r118,0r111,142r-108,0xm517,-218v0,131,-92,230,-232,230v-144,0,-229,-95,-229,-230r0,-297r132,0r0,301v0,29,10,98,97,98v58,0,100,-41,100,-98r0,-301r132,0r0,297","w":573,"k":{"*":5,"\\":20,")":10,"\u201d":30,"\u2019":30,"\u2122":30,"w":5,",":15,"\u2026":15,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,".":15,"}":10,"]":10,"\/":10,"\u2030":5,"f":5,"\u2260":5,"m":5,"n":5,"\u00f1":5,"p":5,"r":5,"\u0161":10,"s":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5}},"\u00fc":{"d":"517,-218v0,131,-92,230,-232,230v-144,0,-229,-95,-229,-230r0,-297r132,0r0,301v0,29,10,98,97,98v58,0,100,-41,100,-98r0,-301r132,0r0,297xm322,-703r122,0r0,111r-122,0r0,-111xm134,-703r122,0r0,111r-122,0r0,-111","w":573,"k":{"*":5,"\\":20,")":10,"\u201d":30,"\u2019":30,"\u2122":30,"w":5,",":15,"\u2026":15,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,".":15,"}":10,"]":10,"\/":10,"\u2030":5,"f":5,"\u2260":5,"m":5,"n":5,"\u00f1":5,"p":5,"r":5,"\u0161":10,"s":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5}},"\u2020":{"d":"351,-470r-104,0r0,271r-106,0r0,-271r-103,0r0,-99r103,0r0,-125r106,0r0,125r104,0r0,99","w":389},"\u00b0":{"d":"184,-692v85,0,154,69,154,153v0,85,-69,154,-154,154v-85,0,-153,-69,-153,-154v0,-84,68,-153,153,-153xm184,-461v42,0,77,-35,77,-78v0,-42,-35,-77,-77,-77v-42,0,-77,35,-77,77v0,43,35,78,77,78","w":369,"k":{"8":50,"7":-10,"6":80,"5":30,"4":145,"3":20,"1":-10,"0":20}},"\u00a2":{"d":"506,-186v-30,128,-134,212,-281,186r-33,110r-68,0r40,-131v-82,-42,-134,-131,-134,-240v0,-165,118,-288,287,-262r33,-108r68,0r-39,127v62,31,107,89,126,163r-121,0v-9,-22,-23,-39,-39,-52r-87,285v63,10,106,-25,128,-78r120,0xm199,-136r85,-279v-82,-3,-134,62,-134,154v0,53,19,98,49,125","w":535},"\u00a3":{"d":"507,-126r0,126r-464,0r0,-123v49,0,72,-25,72,-89r0,-88r-72,0r0,-123r72,0v-12,-166,59,-269,219,-271r146,0r0,127v-102,6,-245,-34,-232,89r0,55r153,0r0,123r-153,0v2,73,0,147,-40,174r299,0","w":543,"k":{"8":15,"7":-5,"6":15,"5":10,"2":-15}},"\u00a7":{"d":"431,-238v19,22,30,50,30,90v0,92,-72,162,-202,162v-124,0,-204,-76,-204,-178r115,0v0,39,36,73,91,73v56,0,87,-21,87,-50v0,-30,-17,-42,-113,-59v-117,-20,-202,-54,-202,-149v0,-44,20,-89,70,-120v-79,-110,9,-245,166,-245v116,0,188,69,187,168r-116,0v1,-42,-35,-62,-72,-62v-39,0,-78,15,-79,48v0,29,24,38,83,50v107,21,222,39,222,157v0,47,-19,87,-63,115xm148,-365v-11,47,110,60,174,72v33,-7,60,-21,60,-47v11,-48,-110,-56,-175,-73v-39,10,-59,28,-59,48","w":527,"k":{"7":15,"3":10}},"\u2022":{"d":"157,-258v-60,0,-107,-47,-107,-107v0,-58,47,-106,107,-106v58,0,106,48,106,106v0,60,-48,107,-106,107","w":313},"\u00b6":{"d":"547,-694r0,694r-104,0r0,-594r-75,0r0,594r-104,0r0,-248v-147,5,-239,-89,-239,-222v0,-136,83,-224,229,-224r293,0","w":611},"\u00df":{"d":"560,-215v0,176,-157,269,-319,210r0,-123v27,11,55,15,86,15v66,0,101,-45,101,-104v0,-59,-45,-97,-105,-97r-82,0r0,-123v82,4,143,-1,143,-91v0,-55,-35,-91,-94,-91v-56,0,-97,44,-97,106r0,513r-133,0r0,-517v0,-123,95,-227,229,-227v136,0,227,95,227,206v0,60,-24,110,-66,144v72,32,110,99,110,179","w":590,"k":{"v":15}},"\u00ae":{"d":"753,-350v0,200,-162,362,-361,362v-200,0,-362,-162,-362,-362v0,-199,162,-361,362,-361v199,0,361,162,361,361xm654,-350v0,-147,-117,-268,-262,-268v-145,0,-263,121,-263,268v0,148,118,268,263,268v145,0,262,-120,262,-268xm499,-303r69,128r-110,0r-54,-108r-50,0r0,108r-98,0r0,-369r176,0v86,0,133,53,133,132v0,51,-26,89,-66,109xm354,-370v49,-1,111,12,111,-42v0,-55,-62,-41,-111,-42r0,84","w":783,"k":{"v":-10,"V":20,"J":25,"\u0160":20,"S":20,"T":20,"\u017d":15,"Z":15,"p":5,"\u0161":25,"s":25,"X":10,"\u00dd":10,"Y":10,"\u0178":10,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"\u017e":-10,"z":-10}},"\u00a9":{"d":"392,-711v199,0,361,162,361,361v0,200,-162,362,-361,362v-200,0,-362,-162,-362,-362v0,-199,162,-361,362,-361xm392,-82v145,0,262,-120,262,-268v0,-148,-117,-268,-262,-268v-145,0,-263,120,-263,268v0,148,118,268,263,268xm567,-295v-21,80,-89,138,-175,138v-105,0,-185,-86,-185,-193v0,-106,80,-192,185,-192v88,0,155,57,176,138r-102,0v-14,-28,-39,-46,-74,-46v-48,0,-87,45,-87,100v0,55,39,100,87,100v34,0,59,-18,73,-45r102,0","w":783,"k":{"v":-10,"V":20,"J":25,"\u0160":20,"S":20,"T":20,"\u017d":15,"Z":15,"p":5,"\u0161":25,"s":25,"X":10,"\u00dd":10,"Y":10,"\u0178":10,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"\u017e":-10,"z":-10}},"\u2122":{"d":"870,-694r0,436r-95,0r0,-264r-87,264r-104,0r-86,-263r0,263r-95,0r0,-436r127,0r106,317r107,-317r127,0xm35,-694r317,0r0,93r-109,0r0,343r-99,0r0,-343r-109,0r0,-93","w":920},"\u00c6":{"d":"62,-460v-2,-143,107,-251,251,-251v83,0,144,32,183,81v61,-94,253,-57,401,-64r0,130r-245,0v-89,-8,-91,66,-87,152r276,0r0,126r-276,0v-3,86,-4,156,87,156r248,0r0,130r-249,0v-132,0,-208,-77,-217,-195r-240,0r0,195r-132,0r0,-460xm194,-321r239,0r0,-142v0,-74,-45,-119,-120,-119v-74,0,-119,45,-119,119r0,142","w":939,"k":{"*":-10,"\\":-15,"\u201d":-10,"\u2019":-10,"w":20,"\u2014":10,"\u2013":10,"\u00ad":10,"v":35,"@":20,"\u00e3":15,"d":15,"\u00f8":15,"q":15,"\u201c":-5,"\u2018":-5,"}":-20,"]":-20,"\/":-10,"\u00d8":10,"Q":10,"\u00a9":30,"\u0131":5,"\u00ed":10,"\u00ee":-20,"\u00ef":-20,"\u00ec":-20,"\u2030":5,"\u00ae":30,"J":-5,"\u0160":-10,"S":-10,"T":-10,"\u017d":-15,"Z":-15,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"c":15,"\u00e7":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"g":15,"\u00ab":20,"\u2039":20,"m":5,"n":5,"\u00f1":5,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"p":10,"r":5,"t":10,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u00fd":20,"y":20,"\u00ff":20,"C":10,"\u00c7":10,"E":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"\u00c8":15,"G":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u017e":-5,"z":-5}},"\u00d8":{"d":"647,-568v41,61,65,136,65,218v0,202,-142,362,-339,362v-85,0,-160,-30,-218,-81r-70,71r-52,-52r72,-73v-45,-61,-71,-140,-71,-227v0,-201,142,-361,339,-361v90,0,168,33,226,88r70,-70r51,51xm201,-219r306,-310v-36,-36,-83,-57,-134,-57v-160,0,-265,220,-172,367xm550,-470r-303,307v35,31,78,50,126,50v155,0,262,-208,177,-357","w":745,"k":{"\u2019":15,"\u201d":15,"\u2026":40,"\u2122":40,"}":20,"w":5,"]":20,"\\":20,"V":30,"?":20,"\/":20,".":40,",":40,"*":10,")":20,"J":30,"\u0160":30,"S":30,"T":30,"\u017d":20,"Z":20,"p":5,"\u0161":20,"s":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5,"X":10,"\u00dd":15,"Y":15,"\u0178":15}},"\u00a5":{"d":"475,-465r80,0r0,74r-120,0r-56,102r161,0r0,75r-173,0r0,214r-133,0r0,-214r-173,0r0,-75r161,0r-56,-102r-120,0r0,-74r80,0r-125,-229r149,0r150,297r151,-297r149,0","w":601,"k":{"7":-25,"5":5,"4":10,"1":-30}},"\u00aa":{"d":"347,-549r0,154r-74,0r0,-33v-87,93,-243,10,-243,-121v0,-89,66,-162,159,-162v93,0,158,73,158,162xm268,-549v0,-49,-35,-88,-79,-88v-44,0,-80,38,-80,88v0,50,36,87,80,87v44,0,79,-38,79,-87","w":403},"\u00ba":{"d":"186,-711v86,0,155,70,155,162v0,92,-69,161,-155,161v-86,0,-156,-69,-156,-161v0,-92,70,-162,156,-162xm186,-460v42,0,76,-36,76,-89v0,-53,-34,-90,-76,-90v-42,0,-76,37,-76,90v0,53,34,89,76,89","w":371},"\u00e6":{"d":"802,-164r140,0v-30,105,-125,176,-243,176v-62,0,-115,-22,-155,-58r0,46r-110,0r0,-49v-40,40,-92,60,-152,60v-140,0,-252,-120,-252,-268v0,-149,109,-271,264,-271v85,0,155,38,200,98v45,-60,118,-98,198,-98v125,0,232,77,257,217r-362,152v49,69,168,67,215,-5xm557,-270r235,-98v-81,-83,-233,-31,-235,98xm427,-257v0,-78,-60,-143,-133,-143v-72,0,-132,65,-132,143v0,78,60,141,132,141v73,0,133,-63,133,-141","w":981,"k":{"*":50,"\\":40,"l":10,"\u0142":10,")":50,"\u201d":30,"\u2019":30,"\u2122":50,"w":10,"\u00ad":-10,"v":15,",":10,"\u2026":10,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,".":10,"\u201c":20,"\u2018":20,"}":20,"]":20,"\u2030":5,"b":5,"f":10,"\u2260":10,"\u00ab":-5,"\u2039":-5,"m":5,"n":5,"\u00f1":5,"p":5,"r":5,"\u0161":5,"s":5,"t":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"x":15,"\u00fd":10,"y":10,"\u00ff":10}},"\u00f8":{"d":"549,-256v0,148,-116,269,-259,269v-61,0,-117,-22,-161,-58r-46,46r-50,-50r47,-48v-31,-45,-50,-100,-50,-159v0,-150,116,-272,260,-272v60,0,115,22,159,58r46,-46r51,49r-48,49v32,45,51,101,51,162xm174,-192r185,-187v-107,-78,-246,57,-185,187xm219,-136v116,81,247,-68,185,-187","w":579,"k":{"\u2019":30,"\u2018":20,"\u201d":30,"\u201c":20,"\u2026":10,"\u2122":50,"}":20,"v":15,"b":5,"]":20,"\\":40,".":10,"-":-10,",":10,"*":50,")":50,"g":-5,"\u00ab":-10,"\u2039":-10,"p":5,"t":5,"x":10}},"\u00bf":{"d":"221,-567r0,-131r133,0r0,131r-133,0xm388,-214r130,0v0,134,-91,227,-240,227v-147,0,-232,-86,-232,-204v0,-82,51,-130,117,-175v53,-36,66,-62,63,-125r122,0v7,117,-53,171,-110,210v-45,31,-61,55,-61,90v0,48,38,82,101,82v72,0,110,-46,110,-105","w":552,"k":{"\u221e":10,"\u00b1":10,"\ufb02":10,"\ufb01":10,"\u00d8":20,"v":45,"W":15,"V":90,"Q":15,"?":100,"9":80,"7":40,"4":-10,"2":40,"1":40,"0":20,")":30,"P":10,"R":10,"T":100,"f":10,"\u2260":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"X":10,"\u00dd":90,"Y":90,"\u0178":90,"A":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u00c0":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"B":10,"C":20,"\u00c7":20,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"G":20,"M":10,"N":10,"\u00d1":10,"O":20,"\u00d6":20,"\u00d5":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d2":20,"\u0141":5,"L":5,"U":15,"\u00dc":15,"\u00da":15,"\u00db":15,"\u00d9":15}},"\u00a1":{"d":"78,-564r0,-131r132,0r0,131r-132,0xm78,0r0,-488r132,0r0,488r-132,0","w":287,"k":{"W":5,"F":10,"P":10,"\u00dd":10,"Y":10,"\u0178":10,"E":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"\u00c8":15,"M":10,"N":10,"\u00d1":10,"\u0141":10,"L":10,"U":5,"\u00dc":5,"\u00da":5,"\u00db":5,"\u00d9":5}},"\u0192":{"d":"466,-683r0,110v-72,-18,-123,-5,-141,78r-8,40r85,0r0,74r-100,0r-47,218v-28,134,-123,188,-251,152r0,-110v73,17,124,5,141,-79r38,-181r-84,0r0,-74r100,0r16,-76v29,-135,124,-189,251,-152","w":470,"k":{"8":30,"7":-25,"6":55,"5":20,"4":85,"1":-35,"0":15}},"\u00ab":{"d":"393,-380r-100,80r100,82r0,105r-158,-137r0,-99r158,-136r0,105xm23,-349r158,-136r0,105r-100,80r100,82r0,105r-158,-137r0,-99","w":423,"k":{"V":20,"v":-10,"T":40,"\u0161":-15,"s":-15,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"\u017e":-10,"z":-10}},"\u00bb":{"d":"399,-349r0,99r-158,137r0,-105r100,-82r-100,-80r0,-105xm29,-485r158,136r0,99r-158,137r0,-105r100,-82r-100,-80r0,-105","w":422,"k":{"V":40,"v":10,"\u00e3":-10,"d":-10,"\u00f8":-10,"q":-10,"J":30,"\u0160":50,"S":50,"T":80,"\u017d":20,"Z":20,"a":-10,"\u00e1":-10,"\u00e0":-10,"\u00e2":-10,"\u00e4":-10,"\u00e5":-10,"\u00e6":-10,"c":-10,"\u00e7":-10,"e":-10,"\u00e9":-10,"\u00e8":-10,"\u00ea":-10,"\u00eb":-10,"g":-10,"o":-10,"\u00f3":-10,"\u00f2":-10,"\u00f4":-10,"\u00f6":-10,"\u00f5":-10,"\u0153":-10,"\u0161":10,"s":10,"x":10,"X":15,"\u00dd":30,"Y":30,"\u0178":30,"\u017e":5,"z":5}},"\u2026":{"d":"818,-141r0,141r-142,0r0,-141r142,0xm503,-141r0,141r-142,0r0,-141r142,0xm188,-141r0,141r-142,0r0,-141r142,0","w":864,"k":{"\u00f8":10,"\u00d8":40,"\u00e3":10,"}":-20,"w":15,"v":60,"q":10,"l":25,"d":10,"b":25,"]":-20,"W":30,"V":100,"Q":40,"9":100,"8":15,"7":30,"6":15,"2":10,"1":15,"0":40,"\u0142":25,"J":-15,"\u0160":-20,"S":-20,"T":100,"\u017d":-10,"Z":-10,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"g":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0161":-25,"s":-25,"t":25,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00fd":15,"y":15,"\u00ff":15,"\u00dd":130,"Y":130,"\u0178":130,"C":40,"\u00c7":40,"E":25,"\u00c9":25,"\u00ca":25,"\u00cb":25,"\u00c8":25,"G":40,"O":40,"\u00d6":40,"\u00d5":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d2":40,"\u017e":-10,"z":-10,"\u0141":25,"L":25,"U":30,"\u00dc":30,"\u00da":30,"\u00db":30,"\u00d9":30}},"\u00c0":{"d":"130,-893r148,0r93,141r-97,0xm313,-711v144,0,252,107,252,251r0,460r-132,0r0,-194r-239,0r0,194r-132,0r0,-460v-2,-144,108,-251,251,-251xm433,-321r0,-142v0,-74,-45,-119,-120,-119v-74,0,-119,45,-119,119r0,142r239,0"},"\u00c3":{"d":"504,-882v-8,61,-42,119,-104,119v-59,0,-102,-37,-141,-37v-23,0,-38,12,-45,41r-61,0v9,-60,42,-118,109,-118v58,0,101,37,138,37v22,0,35,-12,43,-42r61,0xm313,-711v144,0,252,107,252,251r0,460r-132,0r0,-194r-239,0r0,194r-132,0r0,-460v-2,-144,108,-251,251,-251xm433,-321r0,-142v0,-74,-45,-119,-120,-119v-74,0,-119,45,-119,119r0,142r239,0"},"\u00d5":{"d":"558,-882v-8,61,-42,119,-104,119v-59,0,-102,-37,-141,-37v-23,0,-38,12,-45,41r-61,0v9,-60,42,-118,109,-118v58,0,101,37,138,37v22,0,35,-12,43,-42r61,0xm373,-711v196,0,339,160,339,361v0,202,-143,362,-339,362v-197,0,-340,-160,-340,-362v0,-201,143,-361,340,-361xm373,-113v114,0,206,-107,206,-237v0,-129,-92,-236,-206,-236v-115,0,-207,107,-207,236v0,130,92,237,207,237","w":745,"k":{"V":30,"*":10,"\\":20,")":20,"?":20,"\u201d":15,"\u2019":15,"\u2122":40,"w":5,",":40,"\u2026":40,".":40,"}":20,"]":20,"\/":20,"J":30,"\u0160":30,"S":30,"T":30,"\u017d":20,"Z":20,"p":5,"\u0161":20,"s":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5,"X":10,"\u00dd":15,"Y":15,"\u0178":15}},"\u0152":{"d":"1047,-130r0,130r-249,0v-90,0,-153,-35,-188,-95v-57,66,-138,107,-237,107v-198,0,-340,-160,-340,-362v0,-201,142,-361,340,-361v100,0,182,41,239,108v35,-57,96,-91,186,-91r245,0r0,130r-245,0v-89,-8,-89,66,-86,152r276,0r0,126r-276,0v-2,85,-5,156,86,156r249,0xm580,-349v0,-130,-93,-237,-207,-237v-115,0,-208,107,-208,236v0,129,93,237,208,237v114,0,207,-107,207,-236","w":1086,"k":{"*":-10,"\\":-15,"\u201d":-10,"\u2019":-10,"w":20,"\u2014":10,"\u2013":10,"\u00ad":10,"v":35,"@":20,"\u00e3":15,"d":15,"\u00f8":15,"q":15,"\u201c":-5,"\u2018":-5,"}":-20,"]":-20,"\/":-10,"\u00d8":10,"Q":10,"\u00a9":30,"\u0131":5,"\u00ed":10,"\u00ee":-20,"\u00ef":-20,"\u00ec":-20,"\u2030":5,"\u00ae":30,"J":-5,"\u0160":-10,"S":-10,"T":-10,"\u017d":-15,"Z":-15,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"c":15,"\u00e7":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"g":15,"\u00ab":20,"\u2039":20,"m":5,"n":5,"\u00f1":5,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"p":10,"r":5,"t":10,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u00fd":20,"y":20,"\u00ff":20,"C":10,"\u00c7":10,"E":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"\u00c8":15,"G":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u017e":-5,"z":-5}},"\u0153":{"d":"478,-434v48,-58,118,-94,196,-94v124,0,232,78,256,218r-362,151v50,69,169,67,215,-5r140,0v-33,107,-130,177,-248,177v-78,0,-149,-36,-196,-93v-44,57,-111,93,-190,93v-143,0,-259,-121,-259,-269v0,-150,116,-272,259,-272v79,0,146,36,189,94xm538,-270r235,-98v-80,-82,-233,-31,-235,98xm289,-116v71,0,128,-63,128,-140v0,-79,-57,-144,-128,-144v-70,0,-127,65,-127,144v0,77,57,140,127,140","w":962,"k":{"*":50,"\\":40,"l":10,"\u0142":10,")":50,"\u201d":30,"\u2019":30,"\u2122":50,"w":10,"\u00ad":-10,"v":15,",":10,"\u2026":10,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,".":10,"\u201c":20,"\u2018":20,"}":20,"]":20,"\u2030":5,"b":5,"f":10,"\u2260":10,"\u00ab":-5,"\u2039":-5,"m":5,"n":5,"\u00f1":5,"p":5,"r":5,"\u0161":5,"s":5,"t":5,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"x":15,"\u00fd":10,"y":10,"\u00ff":10}},"\u2013":{"d":"31,-216r0,-123r544,0r0,123r-544,0","w":606,"k":{"\u00f8":-10,"\u00e3":-10,"v":10,"q":-10,"d":-10,"V":50,")":20,"J":20,"\u0160":60,"S":60,"T":100,"a":-10,"\u00e1":-10,"\u00e0":-10,"\u00e2":-10,"\u00e4":-10,"\u00e5":-10,"\u00e6":-10,"c":-10,"\u00e7":-10,"e":-10,"\u00e9":-10,"\u00e8":-10,"\u00ea":-10,"\u00eb":-10,"g":-10,"o":-10,"\u00f3":-10,"\u00f2":-10,"\u00f4":-10,"\u00f6":-10,"\u00f5":-10,"\u0153":-10,"X":5,"\u00dd":45,"Y":45,"\u0178":45}},"\u2014":{"d":"31,-216r0,-123r889,0r0,123r-889,0","w":951,"k":{"\u00f8":-10,"\u00e3":-10,"v":10,"q":-10,"d":-10,"V":50,")":20,"J":20,"\u0160":60,"S":60,"T":100,"a":-10,"\u00e1":-10,"\u00e0":-10,"\u00e2":-10,"\u00e4":-10,"\u00e5":-10,"\u00e6":-10,"c":-10,"\u00e7":-10,"e":-10,"\u00e9":-10,"\u00e8":-10,"\u00ea":-10,"\u00eb":-10,"g":-10,"o":-10,"\u00f3":-10,"\u00f2":-10,"\u00f4":-10,"\u00f6":-10,"\u00f5":-10,"\u0153":-10,"X":5,"\u00dd":45,"Y":45,"\u0178":45}},"\u201c":{"d":"392,-547r0,126r-135,0r0,-135v0,-85,51,-131,122,-139r0,56v-43,10,-61,42,-58,92r71,0xm98,-547r71,0r0,126r-135,0r0,-135v0,-85,51,-131,122,-139r0,56v-43,10,-61,42,-58,92","w":426,"k":{"\u221e":-30,"\u00b1":-30,"\ufb02":-30,"\ufb01":-30,"\u00f8":25,"\u00e3":25,"v":-40,"q":25,"d":25,"V":-15,"F":5,"J":80,"R":5,"\u0160":120,"S":120,"a":25,"\u00e1":25,"\u00e0":25,"\u00e2":25,"\u00e4":25,"\u00e5":25,"\u00e6":25,"c":25,"\u00e7":25,"e":25,"\u00e9":25,"\u00e8":25,"\u00ea":25,"\u00eb":25,"f":-30,"\u2260":-30,"g":25,"o":25,"\u00f3":25,"\u00f2":25,"\u00f4":25,"\u00f6":25,"\u00f5":25,"\u0153":25,"E":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5}},"\u201d":{"d":"392,-694r0,135v0,84,-51,131,-122,138r0,-56v42,-9,60,-42,58,-91r-71,0r0,-126r135,0xm34,-694r135,0r0,135v0,84,-51,131,-122,138r0,-56v42,-9,60,-42,58,-91r-71,0r0,-126","w":426,"k":{"\u2030":50,"\u00f8":45,"\u00d8":10,"\u00e3":45,"w":10,"v":-20,"q":45,"d":45,"V":-20,"Q":10,"F":10,"J":110,"P":15,"R":15,"\u0160":145,"S":145,"T":-20,"a":45,"\u00e1":45,"\u00e0":45,"\u00e2":45,"\u00e4":45,"\u00e5":45,"\u00e6":45,"c":45,"\u00e7":45,"e":45,"\u00e9":45,"\u00e8":45,"\u00ea":45,"\u00eb":45,"g":45,"m":50,"n":50,"\u00f1":50,"o":45,"\u00f3":45,"\u00f2":45,"\u00f4":45,"\u00f6":45,"\u00f5":45,"\u0153":45,"p":45,"r":45,"\u0161":100,"s":100,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"x":10,"\u00fd":10,"y":10,"\u00ff":10,"A":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"\u00c0":15,"\u00c3":15,"\u00c2":15,"\u00c1":15,"B":10,"C":10,"\u00c7":10,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"G":10,"M":15,"N":15,"\u00d1":15,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10}},"\u2018":{"d":"169,-547r0,126r-135,0r0,-135v0,-85,51,-131,122,-139r0,56v-43,10,-61,42,-58,92r71,0","w":203,"k":{"\u221e":-30,"\u00b1":-30,"\ufb02":-30,"\ufb01":-30,"\u00f8":25,"\u00e3":25,"v":-40,"q":25,"d":25,"V":-15,"F":5,"J":80,"R":5,"\u0160":120,"S":120,"a":25,"\u00e1":25,"\u00e0":25,"\u00e2":25,"\u00e4":25,"\u00e5":25,"\u00e6":25,"c":25,"\u00e7":25,"e":25,"\u00e9":25,"\u00e8":25,"\u00ea":25,"\u00eb":25,"f":-30,"\u2260":-30,"g":25,"o":25,"\u00f3":25,"\u00f2":25,"\u00f4":25,"\u00f6":25,"\u00f5":25,"\u0153":25,"E":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5}},"\u2019":{"d":"169,-694r0,135v0,84,-51,131,-122,138r0,-56v42,-9,60,-42,58,-91r-71,0r0,-126r135,0","w":203,"k":{"\u2030":50,"\u00f8":45,"\u00d8":10,"\u00e3":45,"w":10,"v":-20,"q":45,"d":45,"V":-20,"Q":10,"F":10,"J":110,"P":15,"R":15,"\u0160":145,"S":145,"T":-20,"a":45,"\u00e1":45,"\u00e0":45,"\u00e2":45,"\u00e4":45,"\u00e5":45,"\u00e6":45,"c":45,"\u00e7":45,"e":45,"\u00e9":45,"\u00e8":45,"\u00ea":45,"\u00eb":45,"g":45,"m":50,"n":50,"\u00f1":50,"o":45,"\u00f3":45,"\u00f2":45,"\u00f4":45,"\u00f6":45,"\u00f5":45,"\u0153":45,"p":45,"r":45,"\u0161":100,"s":100,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"x":10,"\u00fd":10,"y":10,"\u00ff":10,"A":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"\u00c0":15,"\u00c3":15,"\u00c2":15,"\u00c1":15,"B":10,"C":10,"\u00c7":10,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"G":10,"M":15,"N":15,"\u00d1":15,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10}},"\u00ff":{"d":"516,-515r0,536v0,139,-91,231,-229,231v-113,0,-206,-74,-224,-180r137,0v8,38,42,57,87,57v97,0,101,-71,97,-159v-31,26,-71,42,-118,42v-126,0,-210,-91,-210,-226r0,-301r132,0r0,301v0,29,10,101,96,101v59,0,100,-43,100,-101r0,-301r132,0xm317,-703r122,0r0,111r-122,0r0,-111xm129,-703r122,0r0,111r-122,0r0,-111","w":572,"k":{"*":5,"\\":10,"\u2122":30,"\u0161":-10,"s":-10,"j":-10}},"\u0178":{"d":"345,-874r123,0r0,111r-123,0r0,-111xm157,-874r123,0r0,111r-123,0r0,-111xm240,-258v-107,-23,-185,-120,-185,-244r0,-192r133,0r0,195v0,75,44,119,119,119v74,0,119,-44,119,-119r0,-195r132,0r0,192v1,124,-78,221,-185,244r0,258r-133,0r0,-258","w":613,"k":{"l":10,"\u0142":10,")":15,"?":5,"w":15,"\u2014":45,"\u2013":45,"\u00ad":45,"&":40,"@":15,"\u00e3":40,",":130,"d":40,"\u2026":130,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,"\u00f8":40,".":130,"q":40,"\/":80,"\u00d8":15,"Q":15,"\u00a9":10,"\u00ed":15,"\u00ee":15,"\u00ef":-15,"\u00ec":15,"\u2030":50,"\u00ae":10,"F":10,":":15,"!":10,"i":15,"J":100,"P":20,"R":10,"\u0160":115,"S":115,"a":40,"\u00e1":40,"\u00e0":40,"\u00e2":40,"\u00e4":40,"\u00e5":40,"\u00e6":40,"c":40,"\u00e7":40,"e":40,"\u00e9":40,"\u00e8":40,"\u00ea":40,"\u00eb":40,"f":10,"\u2260":10,"g":45,"\u00ab":30,"\u2039":30,"m":50,"n":50,"\u00f1":50,"o":40,"\u00f3":40,"\u00f2":40,"\u00f4":40,"\u00f6":40,"\u00f5":40,"\u0153":40,"p":50,"r":50,"\u0161":90,"s":90,"t":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"x":15,"\u00fd":25,"y":25,"\u00ff":25,"A":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u00c0":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"B":10,"C":15,"\u00c7":15,"E":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"\u00c8":15,"G":15,"M":10,"N":10,"\u00d1":10,"O":15,"\u00d6":15,"\u00d5":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d2":15,"j":10,"\u017e":5,"z":5}},"\u2044":{"d":"541,-694r-407,706r-84,0r408,-706r83,0","w":591},"\u20ac":{"d":"646,-171v-45,106,-135,171,-262,171v-133,0,-243,-87,-284,-212r-75,0r0,-75r59,0v-2,-19,-2,-39,-1,-60r-58,0r0,-74r72,0v40,-129,156,-221,298,-221v95,0,175,34,232,99r-56,90v-34,-50,-95,-85,-172,-85v-82,0,-148,47,-180,117r333,0r-46,74r-307,0v-2,20,-1,41,1,60r269,0r-46,75r-201,0v31,66,91,108,162,108v64,0,106,-22,138,-67r124,0","w":656},"\u2039":{"d":"23,-349r158,-136r0,105r-100,80r100,82r0,105r-158,-137r0,-99","w":210,"k":{"V":20,"v":-10,"T":40,"\u0161":-15,"s":-15,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"\u017e":-10,"z":-10}},"\u203a":{"d":"188,-349r0,99r-159,137r0,-105r100,-82r-100,-80r0,-105","w":210,"k":{"V":40,"v":10,"\u00e3":-10,"d":-10,"\u00f8":-10,"q":-10,"J":30,"\u0160":50,"S":50,"T":80,"\u017d":20,"Z":20,"a":-10,"\u00e1":-10,"\u00e0":-10,"\u00e2":-10,"\u00e4":-10,"\u00e5":-10,"\u00e6":-10,"c":-10,"\u00e7":-10,"e":-10,"\u00e9":-10,"\u00e8":-10,"\u00ea":-10,"\u00eb":-10,"g":-10,"o":-10,"\u00f3":-10,"\u00f2":-10,"\u00f4":-10,"\u00f6":-10,"\u00f5":-10,"\u0153":-10,"\u0161":10,"s":10,"x":10,"X":15,"\u00dd":30,"Y":30,"\u0178":30,"\u017e":5,"z":5}},"\u2021":{"d":"247,-470r0,132r104,0r0,99r-104,0r0,125r-106,0r0,-125r-103,0r0,-99r103,0r0,-132r-103,0r0,-99r103,0r0,-125r106,0r0,125r104,0r0,99r-104,0","w":389},"\u00b7":{"d":"178,-413r0,131r-132,0r0,-131r132,0","w":224},"\u22c5":{"d":"178,-413r0,131r-132,0r0,-131r132,0","w":224},"\u201a":{"d":"166,-131r0,146v0,87,-51,125,-120,123r0,-48v45,-2,63,-38,59,-90r-71,0r0,-131r132,0","w":200,"k":{"\u00f8":10,"\u00d8":35,"\u00e3":10,"w":15,"v":70,"q":10,"l":10,"d":10,"b":10,"W":25,"V":100,"Q":35,"\u0142":10,"J":-15,"\u0160":-15,"S":-15,"T":100,"\u017d":-15,"Z":-15,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"p":-10,"\u0161":-25,"s":-25,"t":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00dd":120,"Y":120,"\u0178":120,"C":35,"\u00c7":35,"E":20,"\u00c9":20,"\u00ca":20,"\u00cb":20,"\u00c8":20,"G":35,"O":35,"\u00d6":35,"\u00d5":35,"\u0152":35,"\u00d3":35,"\u00d4":35,"\u00d2":35,"j":-30,"\u017e":-20,"z":-20,"\u0141":20,"L":20,"U":25,"\u00dc":25,"\u00da":25,"\u00db":25,"\u00d9":25}},"\u201e":{"d":"257,-131r132,0r0,146v0,87,-51,125,-120,123r0,-48v45,-2,63,-38,59,-90r-71,0r0,-131xm34,-131r132,0r0,146v0,87,-50,125,-120,123r0,-48v46,-2,64,-38,60,-90r-72,0r0,-131","w":423,"k":{"\u00f8":10,"\u00d8":35,"\u00e3":10,"w":15,"v":70,"q":10,"l":10,"d":10,"b":10,"W":25,"V":100,"Q":35,"\u0142":10,"J":-15,"\u0160":-15,"S":-15,"T":100,"\u017d":-15,"Z":-15,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"p":-10,"\u0161":-25,"s":-25,"t":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00dd":120,"Y":120,"\u0178":120,"C":35,"\u00c7":35,"E":20,"\u00c9":20,"\u00ca":20,"\u00cb":20,"\u00c8":20,"G":35,"O":35,"\u00d6":35,"\u00d5":35,"\u0152":35,"\u00d3":35,"\u00d4":35,"\u00d2":35,"j":-30,"\u017e":-20,"z":-20,"\u0141":20,"L":20,"U":25,"\u00dc":25,"\u00da":25,"\u00db":25,"\u00d9":25}},"\u00c2":{"d":"379,-752r-62,-83r-61,83r-109,0r111,-142r118,0r111,142r-108,0xm313,-711v144,0,252,107,252,251r0,460r-132,0r0,-194r-239,0r0,194r-132,0r0,-460v-2,-144,108,-251,251,-251xm433,-321r0,-142v0,-74,-45,-119,-120,-119v-74,0,-119,45,-119,119r0,142r239,0"},"\u00ca":{"d":"409,-752r-62,-83r-61,83r-109,0r111,-142r118,0r111,142r-108,0xm194,-476r0,67r281,0r0,123r-281,0v-3,87,-3,156,88,156r244,0r0,130r-245,0v-143,0,-219,-88,-219,-221r0,-252v0,-133,76,-221,219,-221r245,0r0,130r-244,0v-63,0,-88,24,-88,88","w":565,"k":{"*":-10,"\\":-15,"\u201d":-10,"\u2019":-10,"w":20,"\u2014":10,"\u2013":10,"\u00ad":10,"v":35,"@":20,"\u00e3":15,"d":15,"\u00f8":15,"q":15,"\u201c":-5,"\u2018":-5,"}":-20,"]":-20,"\/":-10,"\u00d8":10,"Q":10,"\u00a9":30,"\u0131":5,"\u00ed":10,"\u00ee":-20,"\u00ef":-20,"\u00ec":-20,"\u2030":5,"\u00ae":30,"J":-5,"\u0160":-10,"S":-10,"T":-10,"\u017d":-15,"Z":-15,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"c":15,"\u00e7":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"g":15,"\u00ab":20,"\u2039":20,"m":5,"n":5,"\u00f1":5,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"p":10,"r":5,"t":10,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u00fd":20,"y":20,"\u00ff":20,"C":10,"\u00c7":10,"E":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"\u00c8":15,"G":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u017e":-5,"z":-5}},"\u00c1":{"d":"510,-893r-144,141r-97,0r93,-141r148,0xm313,-711v144,0,252,107,252,251r0,460r-132,0r0,-194r-239,0r0,194r-132,0r0,-460v-2,-144,108,-251,251,-251xm433,-321r0,-142v0,-74,-45,-119,-120,-119v-74,0,-119,45,-119,119r0,142r239,0"},"\u00cb":{"d":"364,-874r123,0r0,111r-123,0r0,-111xm176,-874r123,0r0,111r-123,0r0,-111xm194,-476r0,67r281,0r0,123r-281,0v-3,87,-3,156,88,156r244,0r0,130r-245,0v-143,0,-219,-88,-219,-221r0,-252v0,-133,76,-221,219,-221r245,0r0,130r-244,0v-63,0,-88,24,-88,88","w":565,"k":{"*":-10,"\\":-15,"\u201d":-10,"\u2019":-10,"w":20,"\u2014":10,"\u2013":10,"\u00ad":10,"v":35,"@":20,"\u00e3":15,"d":15,"\u00f8":15,"q":15,"\u201c":-5,"\u2018":-5,"}":-20,"]":-20,"\/":-10,"\u00d8":10,"Q":10,"\u00a9":30,"\u0131":5,"\u00ed":10,"\u00ee":-20,"\u00ef":-20,"\u00ec":-20,"\u2030":5,"\u00ae":30,"J":-5,"\u0160":-10,"S":-10,"T":-10,"\u017d":-15,"Z":-15,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"c":15,"\u00e7":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"g":15,"\u00ab":20,"\u2039":20,"m":5,"n":5,"\u00f1":5,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"p":10,"r":5,"t":10,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u00fd":20,"y":20,"\u00ff":20,"C":10,"\u00c7":10,"E":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"\u00c8":15,"G":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u017e":-5,"z":-5}},"\u00c8":{"d":"194,-476r0,67r281,0r0,123r-281,0v-3,87,-3,156,88,156r244,0r0,130r-245,0v-143,0,-219,-88,-219,-221r0,-252v0,-133,76,-221,219,-221r245,0r0,130r-244,0v-63,0,-88,24,-88,88xm160,-893r147,0r93,141r-97,0","w":565,"k":{"*":-10,"\\":-15,"\u201d":-10,"\u2019":-10,"w":20,"\u2014":10,"\u2013":10,"\u00ad":10,"v":35,"@":20,"\u00e3":15,"d":15,"\u00f8":15,"q":15,"\u201c":-5,"\u2018":-5,"}":-20,"]":-20,"\/":-10,"\u00d8":10,"Q":10,"\u00a9":30,"\u0131":5,"\u00ed":10,"\u00ee":-20,"\u00ef":-20,"\u00ec":-20,"\u2030":5,"\u00ae":30,"J":-5,"\u0160":-10,"S":-10,"T":-10,"\u017d":-15,"Z":-15,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"c":15,"\u00e7":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"g":15,"\u00ab":20,"\u2039":20,"m":5,"n":5,"\u00f1":5,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"p":10,"r":5,"t":10,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u00fd":20,"y":20,"\u00ff":20,"C":10,"\u00c7":10,"E":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"\u00c8":15,"G":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u017e":-5,"z":-5}},"\u00cd":{"d":"316,-893r-144,141r-97,0r93,-141r148,0xm199,-694r0,694r-132,0r0,-694r132,0","w":265,"k":{"l":10,"\u0142":10,"w":15,"v":5,"t":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00fd":15,"y":15,"\u00ff":15}},"\u00ce":{"d":"195,-752r-62,-83r-61,83r-109,0r111,-142r118,0r111,142r-108,0xm199,-694r0,694r-132,0r0,-694r132,0","w":265,"k":{"l":10,"\u0142":10,"w":15,"v":5,"t":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00fd":15,"y":15,"\u00ff":15}},"\u00cf":{"d":"169,-874r123,0r0,111r-123,0r0,-111xm-19,-874r123,0r0,111r-123,0r0,-111xm199,-694r0,694r-132,0r0,-694r132,0","w":265,"k":{"l":10,"\u0142":10,"w":15,"v":5,"t":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00fd":15,"y":15,"\u00ff":15}},"\u00cc":{"d":"199,-694r0,694r-132,0r0,-694r132,0xm-45,-893r147,0r93,141r-97,0","w":265,"k":{"l":10,"\u0142":10,"w":15,"v":5,"t":10,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00fd":15,"y":15,"\u00ff":15}},"\u00d3":{"d":"563,-893r-144,141r-97,0r93,-141r148,0xm373,-711v196,0,339,160,339,361v0,202,-143,362,-339,362v-197,0,-340,-160,-340,-362v0,-201,143,-361,340,-361xm373,-113v114,0,206,-107,206,-237v0,-129,-92,-236,-206,-236v-115,0,-207,107,-207,236v0,130,92,237,207,237","w":745,"k":{"V":30,"*":10,"\\":20,")":20,"?":20,"\u201d":15,"\u2019":15,"\u2122":40,"w":5,",":40,"\u2026":40,".":40,"}":20,"]":20,"\/":20,"J":30,"\u0160":30,"S":30,"T":30,"\u017d":20,"Z":20,"p":5,"\u0161":20,"s":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5,"X":10,"\u00dd":15,"Y":15,"\u0178":15}},"\u00d4":{"d":"435,-752r-62,-83r-61,83r-109,0r111,-142r118,0r111,142r-108,0xm373,-711v196,0,339,160,339,361v0,202,-143,362,-339,362v-197,0,-340,-160,-340,-362v0,-201,143,-361,340,-361xm373,-113v114,0,206,-107,206,-237v0,-129,-92,-236,-206,-236v-115,0,-207,107,-207,236v0,130,92,237,207,237","w":745,"k":{"V":30,"*":10,"\\":20,")":20,"?":20,"\u201d":15,"\u2019":15,"\u2122":40,"w":5,",":40,"\u2026":40,".":40,"}":20,"]":20,"\/":20,"J":30,"\u0160":30,"S":30,"T":30,"\u017d":20,"Z":20,"p":5,"\u0161":20,"s":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5,"X":10,"\u00dd":15,"Y":15,"\u0178":15}},"\uf8ff":{"d":"863,-347v0,215,-176,344,-355,347r0,-695v180,3,355,132,355,348xm387,-694r92,0r0,125r-92,0v-131,0,-214,101,-214,222v0,121,83,222,214,222r92,0r0,125r-92,0v-210,0,-346,-161,-346,-347v0,-186,136,-347,346,-347xm839,-336r-135,0v-1,49,-9,93,-21,134v33,11,64,27,93,46v37,-48,61,-109,63,-180xm683,-492v12,40,20,85,21,133r135,0v-2,-71,-26,-131,-63,-180v-29,19,-60,35,-93,47xm532,-230v46,2,89,9,128,21v12,-38,20,-81,21,-127r-149,0r0,106xm532,-359r149,0v-1,-46,-9,-88,-21,-126v-39,11,-82,18,-128,20r0,106xm532,-488v43,-3,84,-9,121,-20v-29,-75,-75,-130,-121,-156r0,176xm532,-31v46,-25,92,-81,121,-156v-37,-11,-78,-17,-121,-19r0,175xm573,-664v40,32,77,84,102,149v31,-11,59,-25,86,-42v-50,-56,-117,-93,-188,-107xm761,-138v-27,-17,-55,-31,-86,-42v-25,65,-62,117,-102,149v71,-14,138,-51,188,-107","w":904},"\u00d2":{"d":"373,-711v196,0,339,160,339,361v0,202,-143,362,-339,362v-197,0,-340,-160,-340,-362v0,-201,143,-361,340,-361xm373,-113v114,0,206,-107,206,-237v0,-129,-92,-236,-206,-236v-115,0,-207,107,-207,236v0,130,92,237,207,237xm177,-893r147,0r93,141r-97,0","w":745,"k":{"V":30,"*":10,"\\":20,")":20,"?":20,"\u201d":15,"\u2019":15,"\u2122":40,"w":5,",":40,"\u2026":40,".":40,"}":20,"]":20,"\/":20,"J":30,"\u0160":30,"S":30,"T":30,"\u017d":20,"Z":20,"p":5,"\u0161":20,"s":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5,"X":10,"\u00dd":15,"Y":15,"\u0178":15}},"\u00da":{"d":"521,-893r-144,141r-97,0r93,-141r148,0xm565,-239v2,144,-107,251,-252,251v-143,0,-251,-107,-251,-251r0,-455r132,0r0,457v0,75,45,120,119,120v75,0,120,-45,120,-120r0,-457r132,0r0,455","k":{")":10,"w":15,"v":10,"\u00e3":5,",":30,"d":5,"\u2026":30,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,"\u00f8":5,".":30,"q":5,"\/":20,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u2030":10,"F":5,"!":5,"i":10,"J":15,"P":5,"R":5,"\u0160":25,"S":25,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":5,"\u00e7":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"f":5,"\u2260":5,"g":5,"m":10,"n":10,"\u00f1":10,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"p":10,"r":10,"\u0161":20,"s":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"x":5,"\u00fd":15,"y":15,"\u00ff":15,"A":5,"\u00c4":5,"\u00c5":5,"\u00c6":5,"\u00c0":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"B":5,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"M":5,"N":5,"\u00d1":5,"\u017e":5,"z":5}},"\u00db":{"d":"383,-752r-62,-83r-61,83r-109,0r111,-142r118,0r111,142r-108,0xm565,-239v2,144,-107,251,-252,251v-143,0,-251,-107,-251,-251r0,-455r132,0r0,457v0,75,45,120,119,120v75,0,120,-45,120,-120r0,-457r132,0r0,455","k":{")":10,"w":15,"v":10,"\u00e3":5,",":30,"d":5,"\u2026":30,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,"\u00f8":5,".":30,"q":5,"\/":20,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u2030":10,"F":5,"!":5,"i":10,"J":15,"P":5,"R":5,"\u0160":25,"S":25,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":5,"\u00e7":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"f":5,"\u2260":5,"g":5,"m":10,"n":10,"\u00f1":10,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"p":10,"r":10,"\u0161":20,"s":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"x":5,"\u00fd":15,"y":15,"\u00ff":15,"A":5,"\u00c4":5,"\u00c5":5,"\u00c6":5,"\u00c0":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"B":5,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"M":5,"N":5,"\u00d1":5,"\u017e":5,"z":5}},"\u00d9":{"d":"565,-239v2,144,-107,251,-252,251v-143,0,-251,-107,-251,-251r0,-455r132,0r0,457v0,75,45,120,119,120v75,0,120,-45,120,-120r0,-457r132,0r0,455xm126,-893r147,0r93,141r-97,0","k":{")":10,"w":15,"v":10,"\u00e3":5,",":30,"d":5,"\u2026":30,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,"\u00f8":5,".":30,"q":5,"\/":20,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u2030":10,"F":5,"!":5,"i":10,"J":15,"P":5,"R":5,"\u0160":25,"S":25,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":5,"\u00e7":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"f":5,"\u2260":5,"g":5,"m":10,"n":10,"\u00f1":10,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"p":10,"r":10,"\u0161":20,"s":20,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"x":5,"\u00fd":15,"y":15,"\u00ff":15,"A":5,"\u00c4":5,"\u00c5":5,"\u00c6":5,"\u00c0":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"B":5,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"M":5,"N":5,"\u00d1":5,"\u017e":5,"z":5}},"\u00af":{"d":"40,-595r0,-87r323,0r0,87r-323,0","w":403},"\u02c9":{"d":"40,-595r0,-87r323,0r0,87r-323,0","w":403},"\u02d8":{"d":"350,-723v-6,76,-66,132,-155,132v-89,0,-149,-56,-155,-132r69,0v10,35,40,60,86,60v46,0,77,-25,86,-60r69,0","w":390},"\u02d9":{"d":"40,-703r123,0r0,111r-123,0r0,-111","w":203},"\u00b8":{"d":"268,131v1,107,-172,109,-228,50r17,-36v73,40,131,25,131,-11v0,-36,-46,-43,-78,-28r-38,-23r41,-83r65,0r-41,60v49,-22,131,-4,131,71","w":308},"\u02dd":{"d":"416,-723r-110,141r-82,0r66,-141r126,0xm233,-723r-111,141r-82,0r66,-141r127,0","w":456},"\u02db":{"d":"209,135r0,62v-56,36,-132,32,-159,-17v-26,-45,-6,-127,87,-180r68,0v-68,44,-97,96,-81,129v12,24,52,26,85,6","w":249},"\uf6c3":{"d":"96,62v61,-37,176,-11,172,68v-5,106,-167,112,-228,51r17,-36v27,16,55,24,81,24v31,0,50,-13,50,-37v0,-40,-59,-46,-92,-29r0,-41","w":308},"\u2030":{"d":"56,-298v0,-131,92,-230,232,-230v152,0,236,101,229,253r-132,0r0,-26v0,-29,-10,-98,-97,-98v-58,0,-100,40,-100,98r0,301r-132,0r0,-298","w":545,"k":{"\u2030":10,"\u221e":5,"\u00b1":5,"\ufb02":5,"\ufb01":5,"\u2019":30,"\u2018":10,"\u201d":10,"\u2014":-10,"\u2013":-10,"\u2026":200,"\u2122":60,"\u00a9":-20,"\u00ae":-20,"}":20,"w":5,"v":5,"b":5,"]":20,"\\":40,"@":-15,"?":40,"\/":20,".":200,"-":-10,",":200,"*":25,")":20,"&":-5,"!":10,"f":5,"\u2260":5,"\u00ab":-20,"\u2039":-20,"\u0161":35,"s":35,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"x":5,"\u00fd":5,"y":5,"\u00ff":5}},"\u0110":{"d":"658,-347v0,212,-123,347,-313,347r-257,0r0,-321r-73,0r0,-123r73,0r0,-250r257,0v193,0,313,133,313,347xm526,-348v0,-102,-32,-223,-181,-223r-124,0r0,127r163,0r0,123r-163,0r0,198r124,0v157,0,181,-141,181,-225","w":691,"k":{"V":30,"\\":20,")":20,"?":10,"\u201d":10,"\u2019":10,"\u2122":40,"w":10,",":30,"\u2026":30,"\u221e":-15,"\u00b1":-15,"\ufb01":-15,"\ufb02":-15,".":30,"}":10,"]":10,"\/":15,"J":30,"P":5,"\u0160":35,"S":35,"T":30,"\u017d":20,"Z":20,"f":-15,"\u2260":-15,"\u0161":20,"s":20,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":10,"y":10,"\u00ff":10,"X":15,"\u00dd":15,"Y":15,"\u0178":15,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10}},"\u00a0":{"w":308},"\u00d0":{"d":"658,-347v0,212,-123,347,-313,347r-257,0r0,-321r-73,0r0,-123r73,0r0,-250r257,0v193,0,313,133,313,347xm526,-348v0,-102,-32,-223,-181,-223r-124,0r0,127r163,0r0,123r-163,0r0,198r124,0v157,0,181,-141,181,-225","w":691,"k":{"V":30,"\\":20,")":20,"?":10,"\u201d":10,"\u2019":10,"\u2122":40,"w":10,",":30,"\u2026":30,"\u221e":-15,"\u00b1":-15,"\ufb01":-15,"\ufb02":-15,".":30,"}":10,"]":10,"\/":15,"J":30,"P":5,"\u0160":35,"S":35,"T":30,"\u017d":20,"Z":20,"f":-15,"\u2260":-15,"\u0161":20,"s":20,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":10,"y":10,"\u00ff":10,"X":15,"\u00dd":15,"Y":15,"\u0178":15,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10}}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (C) 2000-2005, House Industries/Brand Design Co. Inc. All rights
 * reserved.
 * 
 * Trademark:
 * Chalet-LondonNineteenSeventy is a trademark of House Industries.
 * 
 * Full name:
 * Chalet-LondonNineteenSeventy
 * 
 * Description:
 * Part of the Chalet collection from House Industries.
 * 
 * Manufacturer:
 * House Industries
 * 
 * Designer:
 * House Industries
 * 
 * Vendor URL:
 * http://www.houseind.com/
 * 
 * License information:
 * http://www.houseind.com/license
 */
Cufon.registerFont({"w":563,"face":{"font-family":"Chalet-LondonNineteenSeventy","font-weight":500,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"253","bbox":"-47 -959 1105 253","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":289},"\ufb01":{"d":"436,-593r-84,0v0,-49,-8,-105,42,-105v49,0,43,56,42,105xm352,-432r-204,0r0,432r-84,0r0,-533v-2,-136,70,-220,203,-206r0,77v-39,-3,-67,4,-87,23v-30,30,-33,78,-32,126r288,0r0,513r-84,0r0,-432","w":510,"k":{"\u00ef":10,"\u00ee":10,"\u00ec":10,"\u00ed":10,"l":5,"i":10,"j":10,"\u0161":5,"s":5}},"\ufb02":{"d":"338,-188r0,-556r85,0r0,553v0,91,55,114,119,111r0,80v-120,14,-204,-57,-204,-188xm267,-662v-95,-13,-125,65,-119,149r117,0r0,81r-117,0r0,432r-84,0r0,-533v-2,-136,70,-220,203,-206r0,77","k":{"\u2019":80,"\u2018":85,"\u201d":80,"\u201c":85,"\u2014":40,"\u2013":40,"\u2026":-5,"\u00f8":15,"\u2122":80,"\u00a9":30,"\u00ae":30,"\u00e3":15,"}":-5,"w":20,"v":30,"q":15,"l":17,"d":15,"b":20,"]":-5,"\\":30,"@":30,"?":45,"\/":-20,".":-5,"-":40,",":-5,"*":95,"&":10,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"c":15,"\u00e7":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"g":10,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"\u0161":-5,"s":-5,"t":20,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u00fd":20,"y":20,"\u00ff":20,"\u017e":-10,"z":-10,"\u00ab":80,"\u2039":80,"\u00bb":10,"\u203a":10}},"\u2260":{"d":"341,-432r-193,0r0,432r-84,0r0,-533v-2,-136,70,-220,203,-206r0,77v-39,-3,-67,4,-87,23v-30,30,-33,78,-32,126r193,0v-7,-146,62,-241,203,-226r0,77v-39,-3,-67,4,-87,23v-30,30,-33,78,-32,126r117,0r0,81r-117,0r0,432r-84,0r0,-432","w":559,"k":{"*":-40,"b":-15,"\\":-40,"h":-5,")":-20,"\u201c":-30,"\u201d":-45,"\u2018":-30,"\u2019":-45,"\u2122":-20,"v":-15,"w":-5,"?":-30,"\/":10,"&":25,"\u00e3":10,",":30,"d":10,"\u2026":30,"\u2014":20,"\u2013":20,"\u00ad":20,"\u00f8":10,".":30,"q":10,"\u00a9":-20,"\u00ae":-20,"@":-20,"}":-40,"]":-40,":":-10,"\u2030":7,"\u037e":-10,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"g":10,"m":7,"n":7,"\u00f1":7,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"p":7,"r":10,"\u0161":45,"s":45,"t":-5,"u":-5,"\u00fa":-5,"\u00f9":-5,"\u00fb":-5,"\u00fc":-5,"\u00fd":-5,"y":-5,"\u00ff":-5,"\u00ab":10,"\u2039":10,"\u00bb":-25,"\u203a":-25,"k":-5}},"\u00b1":{"d":"615,-188r0,-556r85,0r0,553v0,91,55,114,119,111r0,80v-120,14,-204,-57,-204,-188xm341,-432r-193,0r0,432r-84,0r0,-533v-2,-136,70,-220,203,-206r0,77v-39,-3,-67,4,-87,23v-30,30,-33,78,-32,126r193,0v-7,-146,62,-241,203,-226r0,77v-39,-3,-67,4,-87,23v-30,30,-33,78,-32,126r117,0r0,81r-117,0r0,432r-84,0r0,-432","w":839,"k":{"\u2019":80,"\u2018":85,"\u201d":80,"\u201c":85,"\u2014":40,"\u2013":40,"\u2026":-5,"\u00f8":15,"\u2122":80,"\u00a9":30,"\u00ae":30,"\u00e3":15,"}":-5,"w":20,"v":30,"q":15,"l":17,"d":15,"b":20,"]":-5,"\\":30,"@":30,"?":45,"\/":-20,".":-5,"-":40,",":-5,"*":95,"&":10,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"c":15,"\u00e7":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"g":10,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"\u0161":-5,"s":-5,"t":20,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u00fd":20,"y":20,"\u00ff":20,"\u017e":-10,"z":-10,"\u00ab":80,"\u2039":80,"\u00bb":10,"\u203a":10}},"\u221e":{"d":"703,-593r-84,0v0,-49,-8,-105,42,-105v49,0,43,56,42,105xm619,-432r-194,0r0,432r-84,0r0,-432r-193,0r0,432r-84,0r0,-533v-2,-136,70,-220,203,-206r0,77v-39,-3,-67,4,-87,23v-30,30,-33,78,-32,126r193,0v-7,-146,62,-241,203,-226r0,77v-39,-3,-67,4,-87,23v-30,30,-33,78,-32,126r278,0r0,513r-84,0r0,-432","w":777,"k":{"\u00ef":10,"\u00ee":10,"\u00ec":10,"\u00ed":10,"l":5,"i":10,"j":10,"\u0161":5,"s":5}},"\u00f0":{"d":"291,17v-145,0,-255,-119,-255,-265v0,-184,194,-332,363,-235v-30,-46,-67,-89,-108,-125r-67,49r-46,-29r74,-53v-27,-21,-54,-39,-82,-54r69,-51v26,16,52,36,78,57r57,-43r47,28r-67,49v107,103,191,247,191,407v0,146,-110,265,-254,265xm461,-248v0,-104,-76,-189,-170,-189v-94,0,-171,85,-171,189v0,104,77,188,171,188v94,0,170,-84,170,-188","w":583},"\u0141":{"d":"501,-82r0,82r-200,0v-126,0,-208,-77,-208,-208r0,-78r-83,51r0,-67r83,-51r0,-341r85,0r0,291r171,-104r0,67r-171,103r0,129v0,82,43,126,123,126r200,0","w":521,"k":{"V":90,"*":130,"b":35,"\\":95,"h":5,"l":15,"\u201c":90,"\u201d":90,"\u2018":90,"\u2019":90,"\u2122":130,"v":65,"w":25,"?":65,"\/":-20,"&":15,"\u00e3":15,",":-20,"d":15,"\u2026":-20,"\u2014":70,"\u2013":70,"\u00ad":70,"\u00f8":15,".":-20,"q":15,"\u00a9":45,"\u00ae":45,"\u00d8":50,"Q":50,"W":35,"@":40,"}":-20,"]":-20,"C":50,"\u00c7":50,"E":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"\u00c8":15,"G":50,"J":-5,"O":50,"\u00d6":50,"\u00d5":50,"\u0152":50,"\u00d3":50,"\u00d4":50,"\u00d2":50,"\u0160":-10,"S":-10,"T":90,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"c":15,"\u00e7":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"g":15,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"\u0161":-5,"s":-5,"t":25,"u":25,"\u00fa":25,"\u00f9":25,"\u00fb":25,"\u00fc":25,"\u00fd":25,"y":25,"\u00ff":25,"\u017e":-10,"z":-10,"\u00dd":80,"Y":80,"\u0178":80,"\u00ab":60,"\u2039":60,"\u00bb":10,"\u203a":10,"k":5,"\u0141":40,"L":40,"U":35,"\u00dc":35,"\u00da":35,"\u00db":35,"\u00d9":35}},"\u0142":{"d":"10,-302r86,-52r0,-390r84,0r0,340r87,-53r0,67r-87,53r0,146v0,91,56,114,120,111r0,80v-121,14,-204,-57,-204,-188r0,-99r-86,52r0,-67","w":320},"\u0160":{"d":"527,-694r0,83v-68,1,-114,13,-144,40v-45,39,-72,90,-72,223v0,146,-29,227,-103,289v-60,51,-138,61,-202,60r0,-84v68,0,114,-13,147,-40v45,-38,73,-88,73,-225v0,-232,94,-344,301,-346xm438,-918r-104,143r-74,0r-104,-143r77,0r64,91r64,-91r77,0","w":533,"k":{"V":-40,"*":-20,"\\":-40,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,"h":10,"\u201c":-30,"\u201d":-30,"\u2018":-30,"\u2019":-30,"\u2122":-30,"v":90,"w":110,"?":-10,"\/":80,"F":15,"&":50,"\u00e3":130,",":170,"d":120,"\u2026":170,"\u2014":100,"\u2013":100,"\u00ad":100,"\u00f8":130,".":170,"q":130,"\u00a9":50,"\u00ae":50,"\u00d8":30,"Q":30,"@":30,"}":-10,"]":-10,":":110,"\u00ed":40,"\u00ee":-40,"\u00ef":-45,"\u00ec":-40,"\u2030":125,"\u0131":95,"A":25,"\u00c4":25,"\u00c5":25,"\u00c6":25,"\u00c0":25,"\u00c3":25,"\u00c2":25,"\u00c1":25,"B":25,"C":30,"\u00c7":30,"E":25,"\u00c9":25,"\u00ca":25,"\u00cb":25,"\u00c8":25,"G":30,"J":130,"M":25,"N":25,"\u00d1":25,"O":30,"\u00d6":30,"\u00d5":30,"\u0152":30,"\u00d3":30,"\u00d4":30,"\u00d2":30,"P":30,"R":25,"\u0160":205,"S":205,"T":-20,"a":130,"\u00e1":130,"\u00e0":130,"\u00e2":130,"\u00e4":130,"\u00e5":130,"\u00e6":130,"c":130,"\u00e7":130,"e":130,"\u00e9":130,"\u00e8":130,"\u00ea":130,"\u00eb":130,"g":130,"m":125,"n":125,"\u00f1":125,"o":130,"\u00f3":130,"\u00f2":130,"\u00f4":130,"\u00f6":130,"\u00f5":130,"\u0153":130,"p":120,"r":115,"\u0161":190,"s":190,"t":10,"u":110,"\u00fa":110,"\u00f9":110,"\u00fb":110,"\u00fc":110,"x":100,"\u00fd":110,"y":110,"\u00ff":110,"\u017e":80,"z":80,"\u00dd":-10,"Y":-10,"\u0178":-10,"f":10,"\u2260":10,"\u00ab":110,"\u2039":110,"\u00bb":80,"\u203a":80,"k":10}},"S":{"d":"527,-694r0,83v-68,1,-114,13,-144,40v-45,39,-72,90,-72,223v0,146,-29,227,-103,289v-60,51,-138,61,-202,60r0,-84v68,0,114,-13,147,-40v45,-38,73,-88,73,-225v0,-232,94,-344,301,-346","w":533,"k":{"V":-40,"*":-20,"\\":-40,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,"h":10,"\u201c":-30,"\u201d":-30,"\u2018":-30,"\u2019":-30,"\u2122":-30,"v":90,"w":110,"?":-10,"\/":80,"F":15,"&":50,"\u00e3":130,",":170,"d":120,"\u2026":170,"\u2014":100,"\u2013":100,"\u00ad":100,"\u00f8":130,".":170,"q":130,"\u00a9":50,"\u00ae":50,"\u00d8":30,"Q":30,"@":30,"}":-10,"]":-10,":":110,"\u00ed":40,"\u00ee":-40,"\u00ef":-45,"\u00ec":-40,"\u2030":125,"\u0131":95,"A":25,"\u00c4":25,"\u00c5":25,"\u00c6":25,"\u00c0":25,"\u00c3":25,"\u00c2":25,"\u00c1":25,"B":25,"C":30,"\u00c7":30,"E":25,"\u00c9":25,"\u00ca":25,"\u00cb":25,"\u00c8":25,"G":30,"J":130,"M":25,"N":25,"\u00d1":25,"O":30,"\u00d6":30,"\u00d5":30,"\u0152":30,"\u00d3":30,"\u00d4":30,"\u00d2":30,"P":30,"R":25,"\u0160":205,"S":205,"T":-20,"a":130,"\u00e1":130,"\u00e0":130,"\u00e2":130,"\u00e4":130,"\u00e5":130,"\u00e6":130,"c":130,"\u00e7":130,"e":130,"\u00e9":130,"\u00e8":130,"\u00ea":130,"\u00eb":130,"g":130,"m":125,"n":125,"\u00f1":125,"o":130,"\u00f3":130,"\u00f2":130,"\u00f4":130,"\u00f6":130,"\u00f5":130,"\u0153":130,"p":120,"r":115,"\u0161":190,"s":190,"t":10,"u":110,"\u00fa":110,"\u00f9":110,"\u00fb":110,"\u00fc":110,"x":100,"\u00fd":110,"y":110,"\u00ff":110,"\u017e":80,"z":80,"\u00dd":-10,"Y":-10,"\u0178":-10,"f":10,"\u2260":10,"\u00ab":110,"\u2039":110,"\u00bb":80,"\u203a":80,"k":10}},"\u02c7":{"d":"324,-726r-104,143r-74,0r-104,-143r77,0r64,91r64,-91r77,0","w":366},"\u0161":{"d":"383,-432v-105,5,-145,32,-142,174v4,175,-75,259,-226,258r0,-84v45,2,82,-10,104,-31v22,-21,38,-54,38,-143v0,-175,70,-259,226,-257r0,83xm365,-726r-104,143r-74,0r-104,-143r77,0r64,91r64,-91r77,0","w":398,"k":{"*":-30,"b":-10,"\\":10,")":30,"\u201c":-20,"\u201d":-20,"\u2018":-20,"\u2019":-20,"\u2122":10,"v":-15,"?":-15,"\/":40,"&":40,"\u00e3":10,",":120,"d":10,"\u2026":120,"\u2014":50,"\u2013":50,"\u00ad":50,"\u00f8":10,".":120,"q":10,"\u00a9":-20,"\u00ae":-20,"@":-20,"}":20,"]":20,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u2030":10,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"g":10,"m":10,"n":10,"\u00f1":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"p":10,"r":10,"\u0161":85,"s":85,"\u017e":-5,"z":-5,"\u00ab":25,"\u2039":25,"\u00bb":-30,"\u203a":-30}},"s":{"d":"383,-432v-105,5,-145,32,-142,174v4,175,-75,259,-226,258r0,-84v45,2,82,-10,104,-31v22,-21,38,-54,38,-143v0,-175,70,-259,226,-257r0,83","w":398,"k":{"*":-30,"b":-10,"\\":10,")":30,"\u201c":-20,"\u201d":-20,"\u2018":-20,"\u2019":-20,"\u2122":10,"v":-15,"?":-15,"\/":40,"&":40,"\u00e3":10,",":120,"d":10,"\u2026":120,"\u2014":50,"\u2013":50,"\u00ad":50,"\u00f8":10,".":120,"q":10,"\u00a9":-20,"\u00ae":-20,"@":-20,"}":20,"]":20,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u2030":10,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"g":10,"m":10,"n":10,"\u00f1":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"p":10,"r":10,"\u0161":85,"s":85,"\u017e":-5,"z":-5,"\u00ab":25,"\u2039":25,"\u00bb":-30,"\u203a":-30}},"\u00dd":{"d":"535,-694r0,191v0,123,-80,223,-198,242r0,261r-85,0r0,-260v-119,-19,-200,-119,-200,-243r0,-191r84,0r0,191v0,90,63,164,158,164v97,0,156,-74,156,-164r0,-191r85,0xm448,-884r-125,137r-66,0r87,-137r104,0","w":587,"k":{"V":-10,"*":-10,"\\":-5,"!":5,"\u221e":15,"\u00b1":15,"\ufb01":15,"\ufb02":15,"v":-5,"w":20,"\/":40,"F":10,"&":35,"\u00e3":35,",":120,"d":35,"\u2026":120,"\u2014":35,"\u2013":35,"\u00ad":35,"\u00f8":35,".":120,"q":35,"\u00d8":5,"Q":5,"@":5,"i":10,"\u00ed":20,"\u00ef":-10,"\u2030":35,"\u0131":15,"A":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u00c0":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"B":10,"C":10,"\u00c7":10,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"G":5,"J":80,"M":5,"N":5,"\u00d1":5,"O":5,"\u00d6":5,"\u00d5":5,"\u0152":5,"\u00d3":5,"\u00d4":5,"\u00d2":5,"P":5,"R":5,"\u0160":80,"S":80,"T":-10,"a":35,"\u00e1":35,"\u00e0":35,"\u00e2":35,"\u00e4":35,"\u00e5":35,"\u00e6":35,"c":35,"\u00e7":35,"e":35,"\u00e9":35,"\u00e8":35,"\u00ea":35,"\u00eb":35,"g":35,"j":10,"m":35,"n":35,"\u00f1":35,"o":35,"\u00f3":35,"\u00f2":35,"\u00f4":35,"\u00f6":35,"\u00f5":35,"\u0153":35,"p":45,"r":35,"\u0161":100,"s":100,"t":20,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"x":10,"\u00fd":20,"y":20,"\u00ff":20,"\u00dd":-10,"Y":-10,"\u0178":-10,"\u017d":5,"Z":5,"f":15,"\u2260":15,"\u00ab":25,"\u2039":25}},"Y":{"d":"535,-694r0,191v0,123,-80,223,-198,242r0,261r-85,0r0,-260v-119,-19,-200,-119,-200,-243r0,-191r84,0r0,191v0,90,63,164,158,164v97,0,156,-74,156,-164r0,-191r85,0","w":587,"k":{"V":-10,"*":-10,"\\":-5,"!":5,"\u221e":15,"\u00b1":15,"\ufb01":15,"\ufb02":15,"v":-5,"w":20,"\/":40,"F":10,"&":35,"\u00e3":35,",":120,"d":35,"\u2026":120,"\u2014":35,"\u2013":35,"\u00ad":35,"\u00f8":35,".":120,"q":35,"\u00d8":5,"Q":5,"@":5,"i":10,"\u00ed":20,"\u00ef":-10,"\u2030":35,"\u0131":15,"A":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u00c0":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"B":10,"C":10,"\u00c7":10,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"G":5,"J":80,"M":5,"N":5,"\u00d1":5,"O":5,"\u00d6":5,"\u00d5":5,"\u0152":5,"\u00d3":5,"\u00d4":5,"\u00d2":5,"P":5,"R":5,"\u0160":80,"S":80,"T":-10,"a":35,"\u00e1":35,"\u00e0":35,"\u00e2":35,"\u00e4":35,"\u00e5":35,"\u00e6":35,"c":35,"\u00e7":35,"e":35,"\u00e9":35,"\u00e8":35,"\u00ea":35,"\u00eb":35,"g":35,"j":10,"m":35,"n":35,"\u00f1":35,"o":35,"\u00f3":35,"\u00f2":35,"\u00f4":35,"\u00f6":35,"\u00f5":35,"\u0153":35,"p":45,"r":35,"\u0161":100,"s":100,"t":20,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"x":10,"\u00fd":20,"y":20,"\u00ff":20,"\u00dd":-10,"Y":-10,"\u0178":-10,"\u017d":5,"Z":5,"f":15,"\u2260":15,"\u00ab":25,"\u2039":25}},"\u00b4":{"d":"353,-740r-125,137r-66,0r87,-137r104,0","w":417},"\u00fd":{"d":"412,-515r85,0r0,553v0,135,-94,215,-215,215v-108,0,-192,-64,-212,-170r86,0v18,55,60,88,126,88v79,0,130,-54,130,-133r0,-77v-31,33,-74,51,-130,51v-121,0,-215,-85,-215,-215r0,-312r84,0r0,312v0,77,51,133,131,133v79,0,130,-56,130,-133r0,-312xm441,-740r-125,137r-66,0r87,-137r104,0","w":566,"k":{"\\":30,"h":5,")":15,"\u201c":10,"\u2018":10,"\u2122":60}},"y":{"d":"412,-515r85,0r0,553v0,135,-94,215,-215,215v-108,0,-192,-64,-212,-170r86,0v18,55,60,88,126,88v79,0,130,-54,130,-133r0,-77v-31,33,-74,51,-130,51v-121,0,-215,-85,-215,-215r0,-312r84,0r0,312v0,77,51,133,131,133v79,0,130,-56,130,-133r0,-312","w":566,"k":{"\\":30,"h":5,")":15,"\u201c":10,"\u2018":10,"\u2122":60}},"\u00de":{"d":"596,-387v0,123,-81,210,-223,210r-208,0r0,177r-84,0r0,-694r84,0r0,97r208,0v142,0,223,87,223,210xm511,-387v0,-91,-57,-128,-138,-128r-208,0r0,257r208,0v81,0,138,-37,138,-129","w":622},"\u00fe":{"d":"590,-259v0,150,-110,271,-257,271v-75,0,-139,-40,-176,-90r0,307r-84,0r0,-923r84,0r0,257v37,-50,101,-91,176,-91v147,0,257,121,257,269xm505,-259v0,-105,-76,-191,-172,-191v-96,0,-176,86,-176,191v0,106,80,193,176,193v96,0,172,-87,172,-193","w":626},"\u017d":{"d":"412,-918r-104,143r-74,0r-104,-143r77,0r64,91r64,-91r77,0xm503,-82r0,82r-476,0r0,-78r361,-535r-348,0r0,-81r452,0r0,77r-361,535r372,0","w":530,"k":{"V":-20,"*":-5,"\\":-10,"\u201d":-5,"\u2019":-5,"\u2122":-10,"v":20,"w":25,"\/":-15,"&":15,"\u00e3":20,",":-15,"d":20,"\u2026":-15,"\u2014":35,"\u2013":35,"\u00ad":35,"\u00f8":20,".":-15,"q":20,"\u00a9":40,"\u00ae":40,"\u00d8":15,"Q":15,"@":25,"}":-25,"]":-25,"C":15,"\u00c7":15,"G":15,"O":15,"\u00d6":15,"\u00d5":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d2":15,"\u0160":-15,"S":-15,"T":-15,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"c":20,"\u00e7":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"g":20,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"\u0161":-5,"s":-5,"t":20,"u":25,"\u00fa":25,"\u00f9":25,"\u00fb":25,"\u00fc":25,"\u00fd":25,"y":25,"\u00ff":25,"\u017e":-5,"z":-5,"\u017d":-10,"Z":-10,"\u00ab":50,"\u2039":50}},"Z":{"d":"503,-82r0,82r-476,0r0,-78r361,-535r-348,0r0,-81r452,0r0,77r-361,535r372,0","w":530,"k":{"V":-20,"*":-5,"\\":-10,"\u201d":-5,"\u2019":-5,"\u2122":-10,"v":20,"w":25,"\/":-15,"&":15,"\u00e3":20,",":-15,"d":20,"\u2026":-15,"\u2014":35,"\u2013":35,"\u00ad":35,"\u00f8":20,".":-15,"q":20,"\u00a9":40,"\u00ae":40,"\u00d8":15,"Q":15,"@":25,"}":-25,"]":-25,"C":15,"\u00c7":15,"G":15,"O":15,"\u00d6":15,"\u00d5":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d2":15,"\u0160":-15,"S":-15,"T":-15,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"c":20,"\u00e7":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"g":20,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"\u0161":-5,"s":-5,"t":20,"u":25,"\u00fa":25,"\u00f9":25,"\u00fb":25,"\u00fc":25,"\u00fd":25,"y":25,"\u00ff":25,"\u017e":-5,"z":-5,"\u017d":-10,"Z":-10,"\u00ab":50,"\u2039":50}},"\u017e":{"d":"389,-726r-104,143r-74,0r-104,-143r77,0r64,91r64,-91r77,0xm443,-82r0,82r-416,0r0,-71r296,-363r-288,0r0,-81r399,0r0,77r-293,356r302,0","w":470,"k":{"*":-10,"\\":10,"\u201c":-10,"\u201d":5,"\u2018":-10,"\u2019":5,"\u2122":30,"\/":-30,"&":10,"\u00e3":10,"d":10,"\u2014":20,"\u2013":20,"\u00ad":20,"\u00f8":10,"q":10,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"g":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0161":-15,"s":-15,"t":5,"\u017e":-15,"z":-15,"\u00ab":10,"\u2039":10}},"z":{"d":"443,-82r0,82r-416,0r0,-71r296,-363r-288,0r0,-81r399,0r0,77r-293,356r302,0","w":470,"k":{"*":-10,"\\":10,"\u201c":-10,"\u201d":5,"\u2018":-10,"\u2019":5,"\u2122":30,"\/":-30,"&":10,"\u00e3":10,"d":10,"\u2014":20,"\u2013":20,"\u00ad":20,"\u00f8":10,"q":10,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"g":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0161":-15,"s":-15,"t":5,"\u017e":-15,"z":-15,"\u00ab":10,"\u2039":10}},"\u00bd":{"d":"65,-634r-50,0r0,-60r117,0r0,436r-67,0r0,-376xm510,-694r-407,706r-63,0r408,-706r62,0xm528,-64r148,0r0,64r-289,0r169,-190v53,-60,61,-84,61,-120v0,-30,-19,-78,-77,-78v-59,0,-82,48,-82,95r-66,0v0,-93,62,-156,147,-156v94,0,144,71,144,139v0,96,-100,181,-155,246","w":718},"\u00bc":{"d":"65,-634r-50,0r0,-60r117,0r0,436r-67,0r0,-376xm510,-694r-407,706r-62,0r407,-706r62,0xm615,-95r-36,0r0,95r-66,0r0,-95r-200,0r0,-65r199,-276r67,0r0,278r36,0r0,63xm513,-158r0,-177r-128,177r128,0","w":642},"\u00b9":{"d":"132,-694r0,436r-67,0r0,-376r-50,0r0,-60r117,0","w":219},"\u00be":{"d":"178,-252v-89,0,-153,-53,-163,-131r66,0v10,45,48,72,97,72v55,0,93,-44,93,-99v0,-69,-46,-105,-151,-95r86,-126r-163,0r0,-63r285,0r-99,140v69,18,108,71,108,144v0,92,-67,158,-159,158xm677,-694r-408,706r-62,0r408,-706r62,0xm782,-95r-36,0r0,95r-66,0r0,-95r-201,0r0,-65r200,-276r67,0r0,278r36,0r0,63xm680,-158r0,-177r-128,177r128,0","w":809},"\u00b3":{"d":"337,-410v0,92,-67,158,-159,158v-89,0,-153,-53,-163,-131r67,0v10,45,48,72,96,72v56,0,94,-44,94,-99v0,-69,-47,-105,-152,-95r87,-126r-163,0r0,-63r284,0r-98,140v69,18,107,71,107,144","w":370},"\u00b2":{"d":"154,-321r148,0r0,63r-289,0r169,-190v53,-60,61,-84,61,-120v0,-30,-19,-77,-77,-77v-59,0,-82,47,-82,95r-66,0v0,-94,62,-157,147,-157v94,0,144,72,144,139v0,96,-100,182,-155,247","w":344},"\u00d7":{"d":"439,-12r-183,-183r-183,183r-58,-58r183,-183r-183,-182r58,-58r183,183r183,-183r57,58r-182,182r182,183","w":511},"!":{"d":"178,-694r0,517r-85,0r0,-517r85,0xm183,-99r0,99r-95,0r0,-99r95,0","w":271},"\"":{"d":"271,-694r-14,249r-52,0r-14,-249r80,0xm126,-694r-14,249r-52,0r-14,-249r80,0","w":317,"k":{"9":5,"8":70,"6":70,"5":30,"4":120,"3":20,"1":-25,"0":20}},"#":{"d":"429,-448r-30,205r85,0r-11,79r-85,0r-19,127r-81,0r18,-127r-133,0r-19,127r-81,0r19,-127r-86,0r12,-79r85,0r30,-205r-85,0r11,-79r86,0r18,-130r82,0r-19,130r133,0r19,-130r82,0r-19,130r85,0r-12,79r-85,0xm348,-448r-134,0r-29,205r133,0","w":532,"k":{"9":-5,"8":20,"6":25,"5":20,"4":20,"3":15,"2":-25}},"$":{"d":"461,-223v0,102,-85,171,-191,177r0,58r-57,0r0,-58v-107,-9,-193,-87,-190,-197r84,0v0,61,39,105,106,115r0,-192v-93,-21,-176,-63,-176,-163v0,-92,69,-157,176,-167r0,-61r57,0r0,62v110,11,175,85,175,183r-85,0v0,-57,-32,-93,-90,-102r0,175v121,27,191,66,191,170xm213,-406r0,-162v-58,8,-92,39,-92,83v0,34,22,59,92,79xm376,-221v0,-36,-12,-64,-106,-87r0,180v74,-8,106,-45,106,-93","w":493,"k":{"9":15,"7":30}},"%":{"d":"193,-694v92,0,168,75,168,168v0,93,-76,168,-168,168v-93,0,-169,-75,-169,-168v0,-93,76,-168,169,-168xm174,0r381,-694r81,0r-381,694r-81,0xm617,0v-93,0,-168,-75,-168,-168v0,-93,75,-169,168,-169v93,0,168,76,168,169v0,93,-75,168,-168,168xm193,-429v51,0,92,-43,92,-97v0,-53,-41,-97,-92,-97v-51,0,-93,44,-93,97v0,54,42,97,93,97xm617,-265v-51,0,-93,43,-93,97v0,53,42,97,93,97v51,0,93,-44,93,-97v0,-54,-42,-97,-93,-97","w":810,"k":{")":20}},"&":{"d":"48,-232v0,-89,61,-170,126,-210v-21,-28,-40,-65,-40,-113v0,-87,71,-156,164,-156v90,0,156,65,156,155r-84,1v0,-43,-26,-78,-72,-78v-40,0,-79,28,-79,75v0,31,13,55,34,80r227,277v9,-37,3,-82,5,-126r84,0v1,79,4,147,-27,201r104,126r-109,0r-47,-58v-49,44,-115,70,-188,70v-140,0,-254,-110,-254,-244xm437,-122r-212,-258v-59,40,-92,94,-92,148v0,88,74,164,170,164v54,0,101,-21,134,-54","w":648,"k":{"\u00f8":5,"\u00d8":25,"\u00e3":5,"w":15,"v":35,"q":5,"l":10,"d":5,"b":15,"W":15,"V":70,"Q":15,"C":15,"\u00c7":15,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"G":15,"J":-15,"O":25,"\u00d6":25,"\u00d5":25,"\u0152":25,"\u00d3":25,"\u00d4":25,"\u00d2":25,"\u0160":-20,"S":-20,"T":85,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":5,"\u00e7":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"g":5,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"\u0161":-15,"s":-15,"t":15,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"\u00fd":15,"y":15,"\u00ff":15,"\u017e":-10,"z":-10,"\u00dd":55,"Y":55,"\u0178":55,"\u017d":-25,"Z":-25,"\u0141":5,"L":5,"U":15,"\u00dc":15,"\u00da":15,"\u00db":15,"\u00d9":15}},"'":{"d":"126,-694r-14,249r-52,0r-14,-249r80,0","w":172,"k":{"9":5,"8":70,"6":70,"5":30,"4":120,"3":20,"1":-25,"0":20}},"(":{"d":"227,-790r75,0v-94,124,-152,282,-152,453v0,171,58,330,152,453r-75,0v-101,-104,-169,-280,-169,-453v0,-172,68,-348,169,-453","w":314,"k":{"\u2030":20,"\u221e":10,"\u00b1":10,"\u201e":-5,"\u201a":-5,"\ufb02":10,"\ufb01":10,"\u2018":10,"\u201c":10,"\u2014":20,"\u2013":20,"\u0192":10,"\u00bf":20,"\u00f8":20,"\u00d8":10,"\u00a3":10,"\u00a2":10,"\u00e3":20,"w":15,"v":20,"q":20,"l":10,"d":20,"W":10,"V":-10,"Q":10,"F":10,"?":15,"-":20,")":-40,"&":20,"%":20,"A":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u00c0":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"C":10,"\u00c7":10,"E":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"\u00c8":15,"G":10,"J":15,"M":10,"N":10,"\u00d1":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"P":10,"R":10,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"c":20,"\u00e7":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"g":10,"j":-10,"m":20,"n":20,"\u00f1":20,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"r":20,"t":15,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"x":15,"\u00fd":15,"y":15,"\u00ff":15,"f":10,"\u2260":10,"\u00ab":15,"\u2039":15,"\u0141":10,"L":10,"U":10,"\u00dc":10,"\u00da":10,"\u00db":10,"\u00d9":10}},")":{"d":"87,-790v101,105,169,281,169,453v0,173,-68,349,-169,453r-74,0v94,-123,151,-282,151,-453v0,-171,-57,-329,-151,-453r74,0","w":314},"*":{"d":"321,-530r-101,-1r53,86r-51,29r-48,-89r-49,89r-50,-29r52,-86r-101,2r0,-58r101,2r-52,-87r50,-28r48,88r49,-88r51,28r-53,87r101,-2r0,57","w":347,"k":{"\u2030":35,"\u00f8":45,"\u00d8":10,"\u00e3":45,"v":-20,"q":45,"d":45,"V":-15,"Q":10,"F":10,"A":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u00c0":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"B":10,"G":10,"J":150,"M":10,"N":10,"\u00d1":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"P":10,"R":10,"\u0160":130,"S":130,"T":-30,"a":45,"\u00e1":45,"\u00e0":45,"\u00e2":45,"\u00e4":45,"\u00e5":45,"\u00e6":45,"c":45,"\u00e7":45,"e":45,"\u00e9":45,"\u00e8":45,"\u00ea":45,"\u00eb":45,"g":45,"m":35,"n":35,"\u00f1":35,"o":45,"\u00f3":45,"\u00f2":45,"\u00f4":45,"\u00f6":45,"\u00f5":45,"\u0153":45,"p":60,"r":35,"\u0161":130,"s":130,"\u017e":-10,"z":-10,"\u00dd":-10,"Y":-10,"\u0178":-10}},"+":{"d":"468,-235r-171,0r0,172r-84,0r0,-172r-171,0r0,-82r171,0r0,-172r84,0r0,172r171,0r0,82","w":509,"k":{"9":20,"7":60,"4":15,"2":25}},",":{"d":"50,-103r100,0r0,126v0,68,-47,101,-93,105r0,-43v40,-6,54,-38,50,-85r-57,0r0,-103","w":200,"k":{"\u00f8":20,"\u00d8":40,"\u00e3":20,"w":20,"v":50,"q":20,"l":25,"d":20,"b":30,"W":30,"V":100,"Q":40,"9":100,"8":25,"7":50,"6":25,"5":15,"4":50,"0":40,"C":40,"\u00c7":40,"E":20,"\u00c9":20,"\u00ca":20,"\u00cb":20,"\u00c8":20,"G":40,"O":40,"\u00d6":40,"\u00d5":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d2":40,"\u0160":-10,"S":-10,"T":110,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"c":20,"\u00e7":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"g":20,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"\u0161":-10,"s":-10,"t":20,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u00fd":40,"y":40,"\u00ff":40,"\u00dd":120,"Y":120,"\u0178":120,"\u017d":-10,"Z":-10,"\u0141":30,"L":30,"U":30,"\u00dc":30,"\u00da":30,"\u00db":30,"\u00d9":30}},"-":{"d":"315,-235r-271,0r0,-82r271,0r0,82","w":359,"k":{"}":20,"v":10,"b":5,"]":20,"V":55,"9":20,"7":80,"2":10,")":20}},"\u00ad":{"d":"315,-235r-271,0r0,-82r271,0r0,82","w":359,"k":{"J":40,"\u0160":70,"S":70,"T":90,"p":5,"\u0161":60,"s":60,"x":15,"\u017e":5,"z":5,"\u00dd":35,"Y":35,"\u0178":35,"\u017d":30,"Z":30}},".":{"d":"150,-103r0,103r-100,0r0,-103r100,0","w":200,"k":{"\u00f8":20,"\u00d8":40,"\u00e3":20,"w":20,"v":50,"q":20,"l":25,"d":20,"b":30,"W":30,"V":100,"Q":40,"9":100,"8":25,"7":50,"6":25,"5":15,"4":50,"0":40,"C":40,"\u00c7":40,"E":20,"\u00c9":20,"\u00ca":20,"\u00cb":20,"\u00c8":20,"G":40,"O":40,"\u00d6":40,"\u00d5":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d2":40,"\u0160":-10,"S":-10,"T":110,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"c":20,"\u00e7":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"g":20,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"\u0161":-10,"s":-10,"t":20,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u00fd":40,"y":40,"\u00ff":40,"\u00dd":120,"Y":120,"\u0178":120,"\u017d":-10,"Z":-10,"\u0141":30,"L":30,"U":30,"\u00dc":30,"\u00da":30,"\u00db":30,"\u00d9":30}},"\/":{"d":"291,-744r-211,744r-84,0r210,-744r85,0","w":274,"k":{"\u2030":55,"\u221e":10,"\u00b1":10,"\ufb02":10,"\ufb01":10,"\u00f8":50,"\u00d8":20,"\u00e3":50,"w":25,"v":10,"q":50,"d":50,"V":-30,"Q":20,"F":20,"9":5,"8":55,"7":-30,"6":60,"5":30,"4":90,"1":-30,"0":25,"A":20,"\u00c4":20,"\u00c5":20,"\u00c6":20,"\u00c0":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"B":15,"C":20,"\u00c7":20,"E":20,"\u00c9":20,"\u00ca":20,"\u00cb":20,"\u00c8":20,"G":20,"J":85,"M":20,"N":20,"\u00d1":20,"O":20,"\u00d6":20,"\u00d5":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d2":20,"P":20,"R":20,"\u0160":80,"S":80,"T":-30,"a":50,"\u00e1":50,"\u00e0":50,"\u00e2":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"c":50,"\u00e7":50,"e":50,"\u00e9":50,"\u00e8":50,"\u00ea":50,"\u00eb":50,"g":50,"m":65,"n":65,"\u00f1":65,"o":50,"\u00f3":50,"\u00f2":50,"\u00f4":50,"\u00f6":50,"\u00f5":50,"\u0153":50,"p":60,"r":65,"\u0161":100,"s":100,"t":25,"u":25,"\u00fa":25,"\u00f9":25,"\u00fb":25,"\u00fc":25,"x":35,"\u00fd":25,"y":25,"\u00ff":25,"\u017e":10,"z":10,"\u017d":-10,"Z":-10,"f":10,"\u2260":10}},"0":{"d":"384,-711v193,0,344,151,344,361v0,206,-154,362,-344,362v-190,0,-344,-155,-344,-362v0,-206,154,-361,344,-361xm384,-69v143,0,260,-126,260,-281v0,-158,-114,-280,-260,-280v-143,0,-260,126,-260,280v0,155,117,281,260,281","w":768,"k":{"\u2026":40,"\u00b0":20,"?":10,"8":5,"7":55,"4":10,"3":15,"\/":25,".":40,",":40,"'":20,"%":15,"\"":20,"!":10}},"1":{"d":"191,-694r0,694r-85,0r0,-613r-81,0r0,-81r166,0","w":322,"k":{"\u00a2":10,"\u00b0":20,"?":10,"9":10,"7":5,"4":15,"1":-60,"%":20,"!":20}},"2":{"d":"201,-82r269,0r0,82r-457,0r270,-293v92,-99,108,-140,108,-203v0,-53,-36,-131,-138,-131v-96,0,-145,70,-145,160r-85,0v0,-136,87,-244,230,-244v189,0,273,189,193,343v-46,88,-171,204,-245,286","w":511,"k":{"\u00a2":5,"<":20,"9":-5,"8":5,"6":10,"4":20,"2":-20,"1":-15,"+":25}},"3":{"d":"440,-238v0,-128,-97,-185,-250,-164r145,-211r-273,0r0,-81r438,0r-158,222v108,24,182,113,182,234v0,147,-107,250,-252,250v-119,0,-240,-65,-257,-206r84,0v16,74,79,125,174,125v100,0,167,-71,167,-169","w":557,"k":{"\u2026":10,"\u00b0":50,"?":60,"9":10,"7":10,"3":-10,"2":10,"1":-5,".":10,",":10,"'":25,"%":40,"\"":25,"!":10}},"4":{"d":"544,-153r-71,0r0,153r-85,0r0,-153r-392,0r391,-541r86,0r0,459r71,0r0,82xm388,-235r0,-322r-231,322r231,0","w":571,"k":{"\u00b0":50,"?":30,";":10,":":10,"9":10,"5":-10,"4":-10,"'":50,"%":40,"\"":50}},"5":{"d":"531,-237v0,142,-109,249,-251,249v-131,0,-239,-79,-255,-205r85,0v14,70,79,124,170,124v99,0,166,-69,166,-168v0,-93,-64,-168,-160,-168v-61,0,-127,29,-161,91r-82,0r84,-380r356,0r0,81r-288,0r-39,168v35,-25,80,-40,134,-40v144,0,241,113,241,248","k":{"\u2026":20,"\u00b0":45,"?":50,">":5,";":10,":":10,"9":25,"7":20,"4":-10,"2":10,"1":-10,".":20,",":20,"'":30,"%":40,"#":-10,"\"":30,"!":10}},"6":{"d":"528,-234v0,136,-110,246,-246,246v-136,0,-247,-110,-247,-246v0,-42,14,-88,43,-141r175,-319r96,0r-124,224v160,-46,303,81,303,236xm443,-234v0,-91,-72,-165,-161,-165v-89,0,-162,74,-162,165v0,91,73,165,162,165v89,0,161,-74,161,-165","w":561,"k":{"\u2026":25,"\u00b0":90,"?":80,">":5,";":15,":":15,"9":30,"7":70,"2":30,"1":10,".":25,",":25,"'":75,"%":70,"#":-15,"\"":75,"!":5}},"7":{"d":"383,-613r-362,0r0,-81r492,0r-317,694r-93,0","w":534,"k":{"\u2026":140,"\u00a2":100,"\u00b0":20,"?":30,">":50,"=":70,"<":110,";":50,":":50,"9":30,"8":75,"6":100,"5":55,"4":130,"3":20,"2":15,"1":-15,"0":60,"\/":100,".":140,"-":90,",":140,"+":100,"'":10,"%":20,"#":60,"\"":10,"!":20}},"8":{"d":"518,-223v0,130,-108,235,-241,235v-133,0,-242,-105,-242,-235v0,-90,53,-168,130,-207v-35,-28,-57,-70,-57,-118v0,-90,76,-163,169,-163v93,0,169,73,169,163v0,48,-22,90,-57,118v77,40,129,117,129,207xm191,-545v0,47,39,86,86,86v48,0,86,-39,86,-86v0,-47,-38,-86,-86,-86v-47,0,-86,39,-86,86xm434,-226v0,-87,-71,-157,-157,-157v-87,0,-157,70,-157,157v0,86,70,156,157,156v86,0,157,-70,157,-156","w":554,"k":{"\u2026":25,"\u00b0":70,"?":60,">":10,";":15,":":15,"9":30,"7":50,"2":20,"1":5,"0":5,"\/":5,".":25,",":25,"'":70,"%":50,"\"":70,"!":10}},"9":{"d":"526,-465v0,42,-13,87,-43,141r-177,324r-96,0r127,-229v-162,43,-304,-80,-304,-236v0,-136,111,-246,247,-246v135,0,246,110,246,246xm441,-465v0,-91,-72,-165,-161,-165v-90,0,-162,74,-162,165v0,91,72,165,162,165v89,0,161,-74,161,-165","w":561,"k":{"\u2026":90,"\u00a2":25,"?":5,">":10,"=":5,"<":35,"8":30,"7":15,"6":35,"5":15,"4":55,"3":35,"2":-5,"1":-10,"\/":45,".":90,"-":25,",":90,"+":30,"'":5,"#":25,"\"":5,"!":10}},":":{"d":"163,-497r0,103r-100,0r0,-103r100,0xm163,-103r0,103r-100,0r0,-103r100,0","w":227,"k":{"\u221e":10,"\u00b1":10,"\ufb02":10,"\ufb01":10,"\u00f8":10,"\u00e3":10,"v":-5,"q":10,"d":10,"W":5,"V":25,"F":10,"8":15,"7":35,"6":10,"4":30,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"T":50,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"t":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5,"f":10,"\u2260":10,"\u0141":10,"L":10,"U":5,"\u00dc":5,"\u00da":5,"\u00db":5,"\u00d9":5}},";":{"d":"163,-497r0,103r-100,0r0,-103r100,0xm63,-103r100,0r0,126v0,68,-46,101,-93,105r0,-43v40,-6,54,-38,50,-85r-57,0r0,-103","w":227,"k":{"\u221e":10,"\u00b1":10,"\ufb02":10,"\ufb01":10,"\u00f8":10,"\u00e3":10,"v":-5,"q":10,"d":10,"W":5,"V":25,"8":15,"7":35,"6":10,"4":30}},"\u037e":{"d":"163,-497r0,103r-100,0r0,-103r100,0xm63,-103r100,0r0,126v0,68,-46,101,-93,105r0,-43v40,-6,54,-38,50,-85r-57,0r0,-103","w":227,"k":{"T":50,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"t":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5,"f":10,"\u2260":10,"U":5,"\u00dc":5,"\u00da":5,"\u00db":5,"\u00d9":5}},"<":{"d":"114,-276r304,132r0,89r-387,-175r0,-92r387,-174r0,89","w":450,"k":{"7":30,"6":5,"2":-15}},"=":{"d":"440,-333r-396,0r0,-82r396,0r0,82xm440,-219r0,81r-396,0r0,-81r396,0","w":484,"k":{"7":40}},">":{"d":"340,-275v0,-1,-305,-132,-305,-132r0,-89r388,174r0,92r-388,175r0,-89","w":454,"k":{"9":25,"7":65,"2":30}},"?":{"d":"476,-517v0,97,-60,143,-109,178v-59,42,-91,71,-85,162r-82,0v-7,-124,50,-173,117,-223v48,-36,75,-62,75,-114v0,-72,-45,-116,-135,-116v-87,0,-141,50,-141,124r-85,0v0,-110,86,-205,226,-205v139,0,219,86,219,194xm289,-99r0,99r-96,0r0,-99r96,0","w":522,"k":{"}":20,"]":20,")":20}},"@":{"d":"494,-289v-11,38,7,57,36,57v58,0,114,-67,114,-170v0,-127,-89,-238,-251,-238v-158,0,-280,139,-280,295v0,166,112,287,279,287v88,0,168,-36,220,-91r92,0v-64,101,-178,161,-312,161v-206,0,-354,-146,-354,-357v0,-210,166,-366,355,-366v193,0,326,128,326,312v0,147,-103,236,-188,236v-54,0,-86,-28,-98,-65v-33,40,-80,65,-125,65v-83,0,-144,-82,-109,-201v30,-104,120,-180,199,-180v41,0,73,20,88,53r12,-40r72,0v-17,51,-76,242,-76,242xm439,-360v14,-53,6,-113,-44,-113v-52,0,-110,61,-126,128v-17,69,10,110,54,110v60,0,100,-63,116,-125","w":756,"k":{"v":-10,"V":10,"J":30,"\u0160":20,"S":20,"T":20,"\u0161":40,"s":40,"x":10,"\u017e":5,"z":5,"X":10,"\u00dd":5,"Y":5,"\u0178":5,"\u017d":10,"Z":10}},"A":{"d":"563,-466r0,466r-85,0r0,-258r-320,0r0,258r-85,0r0,-466v0,-138,104,-245,245,-245v142,0,245,107,245,245xm478,-340r0,-126v0,-90,-66,-164,-160,-164v-91,0,-160,74,-160,164r0,126r320,0","w":636},"B":{"d":"544,-202v0,109,-83,202,-207,202r-264,0r0,-497v0,-118,95,-214,218,-214v127,0,217,84,217,196v0,59,-27,110,-75,141v73,29,111,94,111,172xm158,-497r0,93r148,0v62,0,118,-36,118,-111v0,-65,-53,-115,-133,-115v-76,0,-133,62,-133,133xm460,-202v0,-68,-43,-120,-119,-120r-183,0r0,240r183,0v69,0,119,-52,119,-120","w":582,"k":{"V":15,"*":20,"\\":10,"!":10,"\u201c":15,"\u201d":10,"\u2018":15,"\u2019":10,"\u2122":40,"v":10,"w":10,"?":10,"\/":-10,"J":10,"T":25,"\u0161":10,"s":10,"t":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"x":15,"\u00fd":10,"y":10,"\u00ff":10,"\u00dd":10,"Y":10,"\u0178":10}},"C":{"d":"702,-220v-47,141,-169,232,-318,232v-190,0,-344,-162,-344,-362v0,-199,154,-361,344,-361v158,0,274,94,318,231r-89,0v-38,-87,-116,-150,-229,-150v-143,0,-260,127,-260,280v0,153,117,280,260,280v102,0,187,-58,229,-150r89,0","w":727,"k":{"*":-20,"b":-5,"!":-10,"h":-5,"l":-5,"\u201c":-15,"\u201d":-10,"\u2018":-15,"\u2019":-10,"\u2122":20,"v":-15,"?":-15,"\/":-5,"F":-10,"&":-15,"\u00e3":-10,",":10,"d":-10,"\u2026":10,"\u2014":-15,"\u2013":-15,"\u00ad":-15,"\u00f8":-10,".":10,"q":-10,"E":-10,"\u00c9":-10,"\u00ca":-10,"\u00cb":-10,"\u00c8":-10,"J":10,"\u0160":10,"S":10,"T":15,"a":-10,"\u00e1":-10,"\u00e0":-10,"\u00e2":-10,"\u00e4":-10,"\u00e5":-10,"\u00e6":-10,"c":-10,"\u00e7":-10,"e":-10,"\u00e9":-10,"\u00e8":-10,"\u00ea":-10,"\u00eb":-10,"g":-10,"j":-10,"o":-10,"\u00f3":-10,"\u00f2":-10,"\u00f4":-10,"\u00f6":-10,"\u00f5":-10,"\u0153":-10,"\u0161":15,"s":15,"\u017e":-5,"z":-5,"\u00dd":-5,"Y":-5,"\u0178":-5,"\u00bb":-20,"\u203a":-20,"k":-5,"\u0141":-5,"L":-5}},"D":{"d":"81,0r0,-694r218,0v192,0,314,131,314,346v0,215,-122,348,-314,348r-218,0xm299,-613r-134,0r0,531r134,0v128,0,227,-80,227,-266v0,-190,-101,-265,-227,-265","w":652,"k":{"V":20,"\\":20,")":10,"\u201d":10,"\u2019":10,"\u2122":45,"v":-10,"?":10,"&":5,",":25,"\u2026":25,".":25,"\u00a9":-5,"\u00ae":-5,"J":25,"\u0160":35,"S":35,"T":40,"\u0161":35,"s":35,"X":10,"\u00dd":5,"Y":5,"\u0178":5,"\u017d":15,"Z":15}},"E":{"d":"150,-486r0,99r325,0r0,79r-325,0r0,100v0,81,43,126,123,126r246,0r0,82r-246,0v-126,0,-208,-77,-208,-208r0,-278v0,-132,82,-208,208,-208r246,0r0,81r-246,0v-80,0,-123,45,-123,127","w":571,"k":{"V":-15,"*":-5,"\\":-15,"!":20,"l":10,")":-10,"\u201d":-10,"\u2019":-10,"v":35,"w":30,"?":10,"\/":-20,"&":10,"\u00e3":25,"d":25,"\u2014":10,"\u2013":10,"\u00ad":10,"\u00f8":25,"q":25,"\u00d8":20,"Q":10,"W":5,"@":5,"}":-20,"]":-20,":":-5,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u2030":10,"\u037e":-5,"C":20,"\u00c7":20,"E":20,"\u00c9":20,"\u00ca":20,"\u00cb":20,"\u00c8":20,"G":20,"O":20,"\u00d6":20,"\u00d5":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d2":20,"P":5,"R":10,"a":25,"\u00e1":25,"\u00e0":25,"\u00e2":25,"\u00e4":25,"\u00e5":25,"\u00e6":25,"c":25,"\u00e7":25,"e":25,"\u00e9":25,"\u00e8":25,"\u00ea":25,"\u00eb":25,"g":25,"j":5,"m":10,"n":10,"\u00f1":10,"o":25,"\u00f3":25,"\u00f2":25,"\u00f4":25,"\u00f6":25,"\u00f5":25,"\u0153":25,"p":10,"r":10,"t":25,"u":30,"\u00fa":30,"\u00f9":30,"\u00fb":30,"\u00fc":30,"x":10,"\u00fd":30,"y":30,"\u00ff":30,"\u017d":-15,"Z":-15,"\u00ab":20,"\u2039":20,"\u0141":5,"L":5,"U":5,"\u00dc":5,"\u00da":5,"\u00db":5,"\u00d9":5}},"F":{"d":"158,-486r0,100r284,0r0,79r-284,0r0,307r-85,0r0,-486v0,-132,82,-208,208,-208r204,0r0,81r-204,0v-80,0,-123,45,-123,127","w":516,"k":{"\u2030":25,"\u2019":-20,"\u2018":-20,"\u201d":-20,"\u201c":-20,"\u2014":10,"\u2013":10,"\u2026":120,"\u00f8":10,"\u00d8":10,"\u2122":-10,"\u00ef":-25,"\u00ee":-15,"\u00ec":-15,"\u0131":30,"\u00ed":25,"\u00e3":10,"}":-20,"w":25,"v":15,"q":10,"i":15,"d":10,"]":-20,"\\":-20,"V":-10,"Q":10,"F":10,"?":-15,";":15,":":15,"\/":50,".":120,"-":10,",":120,"*":-10,")":-10,"&":20,"!":10,"A":5,"\u00c4":5,"\u00c5":5,"\u00c6":5,"\u00c0":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"B":15,"C":10,"\u00c7":10,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"G":10,"J":100,"M":5,"N":5,"\u00d1":5,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"P":15,"R":15,"\u0160":100,"S":100,"T":-10,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"g":10,"j":5,"m":25,"n":25,"\u00f1":25,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"p":25,"r":25,"\u0161":90,"s":90,"t":20,"u":25,"\u00fa":25,"\u00f9":25,"\u00fb":25,"\u00fc":25,"x":20,"\u00fd":25,"y":25,"\u00ff":25,"\u017e":20,"z":20}},"G":{"d":"390,-378r332,0v12,239,-125,390,-337,390v-191,0,-345,-162,-345,-362v0,-199,154,-361,345,-361v138,0,267,78,321,231r-90,0v-43,-92,-128,-149,-231,-149v-144,0,-261,127,-261,279v0,153,117,280,261,280v145,0,237,-97,250,-226r-245,0r0,-82","w":760,"k":{"V":20,"*":10,"\\":20,")":10,"\u201c":20,"\u201d":10,"\u2018":20,"\u2019":10,"\u2122":30,"v":-5,"?":10,"\/":20,"&":5,",":30,"\u2026":30,".":30,"}":10,"]":10,"\u2030":-5,"J":35,"\u0160":35,"S":35,"T":40,"m":-5,"n":-5,"\u00f1":-5,"p":-5,"r":-5,"\u0161":30,"s":30,"x":5,"X":10,"\u00dd":5,"Y":5,"\u0178":5,"\u017d":15,"Z":15}},"H":{"d":"584,-694r0,694r-84,0r0,-323r-334,0r0,323r-85,0r0,-694r85,0r0,289r334,0r0,-289r84,0","w":665,"k":{"w":10,"t":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":10,"y":10,"\u00ff":10}},"I":{"d":"170,-694r0,694r-85,0r0,-694r85,0","w":255,"k":{"b":10,"\u221e":15,"\u00b1":15,"\ufb01":15,"\ufb02":15,"h":10,"l":10,"v":20,"w":20,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"J":10,"j":5,"\u0161":20,"s":20,"t":20,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u00fd":20,"y":20,"\u00ff":20,"f":15,"\u2260":15,"k":10}},"J":{"d":"170,-82v80,0,124,-44,124,-126r0,-486r84,0r0,486v0,131,-81,208,-208,208r-147,0r0,-82r147,0","w":451,"k":{"b":5,"!":10,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,"h":10,"l":10,"w":20,"\/":10,"&":5,",":20,"\u2026":20,".":20,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"E":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5,"J":25,"\u0160":20,"S":20,"j":5,"\u0161":30,"s":30,"t":20,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"x":10,"\u00fd":20,"y":20,"\u00ff":20,"f":10,"\u2260":10,"k":10}},"K":{"d":"508,-347v92,50,63,212,67,347r-85,0r0,-202v0,-45,-12,-104,-117,-104r-216,0r0,306r-85,0r0,-694r85,0r0,306r216,0v105,0,117,-60,117,-104r0,-202r85,0r0,202v0,67,-24,116,-67,145","w":643,"k":{"l":5,"v":10,"w":10,"\u00e3":5,"d":5,"\u00f8":5,"q":5,"\u00d8":5,"Q":5,"C":5,"\u00c7":5,"G":5,"O":5,"\u00d6":5,"\u00d5":5,"\u0152":5,"\u00d3":5,"\u00d4":5,"\u00d2":5,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":5,"\u00e7":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"g":5,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"t":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":10,"y":10,"\u00ff":10}},"L":{"d":"281,-82r200,0r0,82r-200,0v-126,0,-208,-77,-208,-208r0,-486r85,0r0,486v0,82,43,126,123,126","w":506,"k":{"V":90,"*":130,"b":35,"\\":95,"h":5,"l":15,"\u201c":90,"\u201d":90,"\u2018":90,"\u2019":90,"\u2122":130,"v":65,"w":25,"?":65,"\/":-20,"&":15,"\u00e3":15,",":-20,"d":15,"\u2026":-20,"\u2014":70,"\u2013":70,"\u00ad":70,"\u00f8":15,".":-20,"q":15,"\u00a9":45,"\u00ae":45,"\u00d8":50,"Q":50,"W":35,"@":40,"}":-20,"]":-20,"C":50,"\u00c7":50,"E":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"\u00c8":15,"G":50,"J":-5,"O":50,"\u00d6":50,"\u00d5":50,"\u0152":50,"\u00d3":50,"\u00d4":50,"\u00d2":50,"\u0160":-10,"S":-10,"T":90,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"c":15,"\u00e7":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"g":15,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"\u0161":-5,"s":-5,"t":25,"u":25,"\u00fa":25,"\u00f9":25,"\u00fb":25,"\u00fc":25,"\u00fd":25,"y":25,"\u00ff":25,"\u017e":-10,"z":-10,"\u00dd":80,"Y":80,"\u0178":80,"\u00ab":60,"\u2039":60,"\u00bb":10,"\u203a":10,"k":5,"\u0141":40,"L":40,"U":35,"\u00dc":35,"\u00da":35,"\u00db":35,"\u00d9":35}},"M":{"d":"923,-478r0,478r-84,0r0,-478v0,-82,-64,-152,-149,-152v-86,0,-149,70,-149,152r0,478r-85,0r0,-478v0,-82,-63,-152,-149,-152v-85,0,-149,70,-149,152r0,478r-85,0r0,-478v0,-129,102,-233,234,-233v84,0,153,42,191,105v39,-63,108,-105,192,-105v132,0,233,104,233,233","w":996,"k":{"V":15,"*":10,"\\":10,"!":10,")":10,"\u201c":20,"\u201d":10,"\u2018":20,"\u2019":10,"\u2122":30,"v":5,"w":10,"T":25,"t":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":10,"y":10,"\u00ff":10,"\u00dd":5,"Y":5,"\u0178":5}},"N":{"d":"318,-711v138,0,245,105,245,243r0,468r-85,0r0,-468v0,-92,-72,-162,-160,-162v-88,0,-160,70,-160,162r0,468r-85,0r0,-468v0,-138,107,-243,245,-243","w":636,"k":{"V":15,"*":10,"\\":10,"!":10,")":10,"\u201c":20,"\u201d":10,"\u2018":20,"\u2019":10,"\u2122":30,"v":5,"w":10,"T":25,"t":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":10,"y":10,"\u00ff":10,"\u00dd":5,"Y":5,"\u0178":5}},"O":{"d":"384,-711v193,0,344,155,344,361v0,202,-154,362,-344,362v-190,0,-344,-159,-344,-362v0,-202,154,-361,344,-361xm384,-70v143,0,260,-123,260,-280v0,-160,-114,-280,-260,-280v-143,0,-260,123,-260,280v0,158,117,280,260,280","w":768,"k":{"V":20,"*":10,"\\":20,")":10,"\u201c":20,"\u201d":10,"\u2018":20,"\u2019":10,"\u2122":30,"v":-15,"?":10,"\/":20,",":40,"\u2026":40,".":40,"}":10,"]":10,"J":35,"\u0160":35,"S":35,"T":40,"\u0161":45,"s":45,"\u017e":5,"z":5,"X":10,"\u00dd":5,"Y":5,"\u0178":5,"\u017d":15,"Z":15}},"P":{"d":"558,-486v0,138,-92,228,-238,228r-162,0r0,258r-85,0r0,-466v0,-142,102,-245,243,-245v133,0,242,100,242,225xm473,-486v0,-79,-65,-144,-157,-144v-90,0,-158,64,-158,164r0,125r161,0v101,0,154,-59,154,-145","w":598,"k":{"!":10,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,"h":15,"l":10,")":10,"v":-5,"w":15,"?":-5,"\/":50,"F":5,"&":30,"\u00e3":20,",":110,"d":20,"\u2026":110,"\u2014":25,"\u2013":25,"\u00ad":25,"\u00f8":20,".":110,"q":20,"i":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"\u2030":20,"A":5,"\u00c4":5,"\u00c5":5,"\u00c6":5,"\u00c0":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"B":5,"E":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5,"J":130,"M":5,"N":5,"\u00d1":5,"P":15,"R":5,"\u0160":140,"S":140,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"c":20,"\u00e7":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"g":20,"j":5,"m":20,"n":20,"\u00f1":20,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"p":30,"r":20,"\u0161":105,"s":105,"t":15,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"x":10,"\u00fd":15,"y":15,"\u00ff":15,"X":10,"\u017d":15,"Z":15,"f":5,"\u2260":5,"k":15}},"Q":{"d":"426,10r0,91r-84,0r0,-91v-170,-23,-302,-173,-302,-360v0,-202,154,-361,344,-361v193,0,344,155,344,361v0,187,-132,338,-302,360xm644,-350v0,-160,-114,-280,-260,-280v-143,0,-260,123,-260,280v0,142,94,255,218,277r0,-83r84,0r0,83v123,-22,218,-135,218,-277","w":768,"k":{"\u2019":10,"\u2018":20,"\u201d":10,"\u201c":20,"\u2026":40,"\u2122":30,"}":10,"v":-10,"]":10,"\\":20,"V":20,"?":10,"\/":20,".":40,",":40,"*":10,")":10,"&":5,"J":35,"\u0160":35,"S":35,"T":40,"\u0161":45,"s":45,"X":10,"\u00dd":5,"Y":5,"\u0178":5,"\u017d":15,"Z":15}},"R":{"d":"475,-312v44,24,69,65,69,120r0,192r-85,0r0,-186v0,-40,-24,-72,-75,-72r-226,0r0,258r-85,0r0,-466v0,-142,102,-245,242,-245v134,0,243,100,243,225v0,79,-30,138,-83,174xm321,-340v102,0,152,-60,152,-146v0,-79,-65,-144,-158,-144v-90,0,-157,65,-157,164r0,126r163,0","w":613,"k":{"V":5,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,"l":10,"\u2122":20,"v":-5,"w":15,"&":10,"\u00e3":10,"d":10,"\u2014":15,"\u2013":15,"\u00ad":15,"\u00f8":10,"q":10,"T":15,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"g":10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"t":15,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"x":5,"\u00fd":15,"y":15,"\u00ff":15,"f":5,"\u2260":5,"\u00ab":10,"\u2039":10}},"T":{"d":"538,-613r-218,0r0,613r-85,0r0,-613r-218,0r0,-81r521,0r0,81","w":555,"k":{"V":-30,"*":-30,"\\":-35,"\u221e":15,"\u00b1":15,"\ufb01":15,"\ufb02":15,"\u201c":-10,"\u201d":-10,"\u2018":-10,"\u2019":-10,"\u2122":-20,"v":75,"w":110,"\/":60,"F":25,"&":50,"\u00e3":130,",":110,"d":130,"\u2026":110,"\u2014":90,"\u2013":90,"\u00ad":90,"\u00f8":130,".":110,"q":130,"\u00a9":45,"\u00ae":45,"\u00d8":40,"Q":40,"@":40,"}":-20,"]":-20,":":50,"i":15,"\u00ed":45,"\u00ee":-35,"\u00ef":-45,"\u00ec":-35,"\u2030":125,"\u037e":50,"\u0131":100,"A":25,"\u00c4":25,"\u00c5":25,"\u00c6":25,"\u00c0":25,"\u00c3":25,"\u00c2":25,"\u00c1":25,"B":25,"C":40,"\u00c7":40,"E":25,"\u00c9":25,"\u00ca":25,"\u00cb":25,"\u00c8":25,"G":40,"J":90,"M":25,"N":25,"\u00d1":25,"O":40,"\u00d6":40,"\u00d5":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d2":40,"P":25,"R":25,"\u0160":115,"S":115,"T":-20,"a":130,"\u00e1":130,"\u00e0":130,"\u00e2":130,"\u00e4":130,"\u00e5":130,"\u00e6":130,"c":130,"\u00e7":130,"e":130,"\u00e9":130,"\u00e8":130,"\u00ea":130,"\u00eb":130,"g":130,"j":15,"m":125,"n":125,"\u00f1":125,"o":130,"\u00f3":130,"\u00f2":130,"\u00f4":130,"\u00f6":130,"\u00f5":130,"\u0153":130,"p":125,"r":125,"\u0161":160,"s":160,"t":30,"u":110,"\u00fa":110,"\u00f9":110,"\u00fb":110,"\u00fc":110,"x":120,"\u00fd":110,"y":110,"\u00ff":110,"\u017e":65,"z":65,"\u00dd":-10,"Y":-10,"\u0178":-10,"\u017d":-10,"Z":-10,"f":15,"\u2260":15,"\u00ab":80,"\u2039":80,"\u00bb":80,"\u203a":80}},"U":{"d":"153,-249v0,103,66,179,182,179v117,0,181,-76,181,-179r0,-445r85,0r0,445v0,154,-108,261,-266,261v-159,0,-266,-107,-266,-261r0,-445r84,0r0,445","w":670,"k":{"!":10,"\u221e":15,"\u00b1":15,"\ufb01":15,"\ufb02":15,"h":5,"l":5,")":10,"v":-5,"w":15,"\/":20,"\u00e3":5,",":30,"d":5,"\u2026":30,"\u00f8":5,".":30,"q":5,":":5,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u2030":10,"\u037e":5,"J":35,"\u0160":30,"S":30,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":5,"\u00e7":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"g":5,"j":5,"m":10,"n":10,"\u00f1":10,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"p":15,"r":10,"\u0161":40,"s":40,"t":15,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"x":5,"\u00fd":15,"y":15,"\u00ff":15,"\u017e":8,"z":8,"f":15,"\u2260":15,"k":5}},"V":{"d":"606,-694r-255,694r-91,0r-256,-694r92,0r209,589r210,-589r91,0","w":610,"k":{"\u2030":55,"\u221e":20,"\u00b1":20,"\ufb02":20,"\ufb01":20,"\u2019":-10,"\u201d":-10,"\u2014":55,"\u2013":55,"\u2026":100,"\u00f8":60,"\u00d8":20,"\u2122":-20,"\u00a9":30,"\u00ae":30,"\u00ef":-30,"\u00ee":-10,"\u00ec":-30,"\u0131":40,"\u00ed":25,"\u00e3":60,"}":-30,"w":35,"v":5,"q":60,"i":10,"d":60,"]":-30,"\\":-40,"V":-35,"Q":20,"F":15,"@":25,";":25,":":25,"\/":50,".":100,"-":55,",":100,"*":-15,")":-10,"&":45,"A":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"\u00c0":15,"\u00c3":15,"\u00c2":15,"\u00c1":15,"B":15,"C":20,"\u00c7":20,"E":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"\u00c8":15,"G":20,"J":80,"M":15,"N":15,"\u00d1":15,"O":20,"\u00d6":20,"\u00d5":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d2":20,"P":15,"R":15,"\u0160":90,"S":90,"T":-30,"a":60,"\u00e1":60,"\u00e0":60,"\u00e2":60,"\u00e4":60,"\u00e5":60,"\u00e6":60,"c":60,"\u00e7":60,"e":60,"\u00e9":60,"\u00e8":60,"\u00ea":60,"\u00eb":60,"g":60,"j":10,"m":55,"n":55,"\u00f1":55,"o":60,"\u00f3":60,"\u00f2":60,"\u00f4":60,"\u00f6":60,"\u00f5":60,"\u0153":60,"p":65,"r":55,"\u0161":115,"s":115,"t":25,"u":35,"\u00fa":35,"\u00f9":35,"\u00fb":35,"\u00fc":35,"x":25,"\u00fd":35,"y":35,"\u00ff":35,"\u017e":20,"z":20,"\u00dd":-10,"Y":-10,"\u0178":-10,"\u017d":-5,"Z":-5,"f":20,"\u2260":20,"\u00ab":60,"\u2039":60,"\u00bb":30,"\u203a":30}},"W":{"d":"919,-694r0,473v0,128,-101,233,-234,233v-83,0,-152,-42,-191,-106v-38,64,-107,106,-191,106v-132,0,-234,-105,-234,-233r0,-473r85,0r0,473v0,82,63,151,149,151v86,0,149,-69,149,-151r0,-473r85,0r0,473v0,82,63,151,148,151v86,0,150,-69,150,-151r0,-473r84,0","w":988,"k":{"\u2030":10,"\u221e":15,"\u00b1":15,"\ufb02":15,"\ufb01":15,"\u2026":30,"\u00f8":5,"\u00e3":5,"w":15,"v":-5,"q":5,"l":5,"h":5,"d":5,";":5,":":5,"\/":20,".":30,",":30,")":10,"!":10,"J":35,"\u0160":30,"S":30,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":5,"\u00e7":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"g":5,"m":10,"n":10,"\u00f1":10,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"p":15,"r":10,"\u0161":40,"s":40,"t":15,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"x":5,"\u00fd":15,"y":15,"\u00ff":15,"\u017e":8,"z":8,"f":15,"\u2260":15,"k":5}},"X":{"d":"469,-694r84,0r0,143v0,86,-39,160,-103,204v64,43,103,118,103,204r0,143r-84,0r0,-143v0,-90,-59,-163,-157,-163v-95,0,-157,73,-157,163r0,143r-85,0r0,-143v0,-86,39,-161,103,-204v-64,-44,-103,-118,-103,-204r0,-143r85,0r0,143v0,90,62,163,157,163v98,0,157,-73,157,-163r0,-143","w":623,"k":{"b":10,"!":10,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,"h":15,"l":10,"v":10,"w":20,"\u00e3":15,"d":15,"\u00f8":15,"q":15,"\u00a9":10,"\u00ae":10,"\u00d8":10,"Q":10,"@":10,"\u2030":10,"C":10,"\u00c7":10,"G":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"c":15,"\u00e7":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"g":15,"m":10,"n":10,"\u00f1":10,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"p":15,"r":10,"t":20,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"x":10,"\u00fd":20,"y":20,"\u00ff":20,"X":5,"f":10,"\u2260":10,"\u00ab":10,"\u2039":10,"k":15}},"[":{"d":"162,-711r0,723r127,0r0,73r-212,0r0,-870r212,0r0,74r-127,0","w":310,"k":{"\u00bf":20,"\u00f8":10,"\u00d8":10,"\u00a3":10,"\u00e3":10,"w":10,"v":20,"q":10,"d":10,"]":-30,"V":-30,"Q":10,"-":20,"&":25,"C":10,"\u00c7":10,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"G":10,"J":-10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0160":-10,"S":-10,"T":-20,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"g":10,"j":-10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0161":-15,"s":-15,"t":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":10,"y":10,"\u00ff":10,"\u017d":-25,"Z":-25,"\u00ab":10,"\u2039":10}},"\\":{"d":"-17,-744r85,0r210,744r-84,0","w":274,"k":{"\u2030":-10,"\u00d8":20,"w":5,"v":20,"l":10,"b":10,"W":20,"V":55,"Q":20,"C":20,"\u00c7":20,"E":5,"\u00c9":5,"\u00ca":5,"\u00cb":5,"\u00c8":5,"G":20,"J":-10,"O":20,"\u00d6":20,"\u00d5":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d2":20,"\u0160":-40,"S":-40,"T":50,"m":-10,"n":-10,"\u00f1":-10,"\u0161":-35,"s":-35,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":10,"y":10,"\u00ff":10,"\u017e":-30,"z":-30,"\u00dd":50,"Y":50,"\u0178":50,"\u017d":-10,"Z":-10,"\u0141":10,"L":10,"U":20,"\u00dc":20,"\u00da":20,"\u00db":20,"\u00d9":20}},"]":{"d":"148,-711r-127,0r0,-74r212,0r0,870r-212,0r0,-73r127,0r0,-723","w":310},"^":{"d":"302,-694r178,436r-91,0r-132,-341r-133,341r-91,0r179,-436r90,0","w":513},"_":{"d":"881,69r0,82r-881,0r0,-82r881,0","w":881},"`":{"d":"99,-740r125,137r66,0r-87,-137r-104,0","w":417},"a":{"d":"552,-257r0,257r-82,0r0,-80v-40,56,-105,93,-178,93v-142,0,-257,-116,-257,-270v0,-155,116,-271,259,-271v146,0,258,119,258,271xm468,-257v0,-107,-80,-193,-174,-193v-96,0,-174,85,-174,193v0,108,78,191,174,191v95,0,174,-85,174,-191","w":608,"k":{"*":60,"b":8,"\\":60,"!":10,"\u201c":50,"\u201d":46,"\u2018":50,"\u2019":46,"\u2122":80,"v":20,"w":8,"?":60,"\/":-10,"\u2014":5,"\u2013":5,"\u00ad":5,"j":5,"t":8,"u":8,"\u00fa":8,"\u00f9":8,"\u00fb":8,"\u00fc":8,"\u00fd":8,"y":8,"\u00ff":8,"\u00ab":10,"\u2039":10,"\u00bb":10,"\u203a":10}},"b":{"d":"566,-259v0,155,-116,271,-258,271v-146,0,-259,-118,-259,-271r0,-485r82,0r0,303v42,-53,107,-87,178,-87v143,0,257,115,257,269xm481,-259v0,-107,-78,-191,-173,-191v-95,0,-174,85,-174,191v0,107,80,193,174,193v95,0,173,-84,173,-193","w":601,"k":{"\u221e":5,"\u00b1":5,"\ufb02":5,"\ufb01":5,"\u2019":40,"\u2018":40,"\u201d":40,"\u201c":40,"\u2026":20,"\u2122":70,"}":10,"v":5,"]":10,"\\":45,"?":40,";":10,":":10,".":20,",":20,"*":45,")":20,"\u0161":10,"s":10,"x":10,"\u017e":10,"z":10,"f":5,"\u2260":5}},"c":{"d":"533,-160v-34,104,-125,172,-240,172v-142,0,-258,-120,-258,-269v0,-149,116,-271,258,-271v115,0,205,68,240,172r-91,0v-29,-56,-82,-91,-149,-91v-95,0,-173,86,-173,190v0,104,78,188,173,188v68,0,121,-35,149,-91r91,0","k":{"*":25,"\\":25,")":5,"\u201c":10,"\u201d":10,"\u2018":10,"\u2019":10,"\u2122":60,"?":30,"\/":-10,"\u2014":5,"\u2013":5,"\u00ad":5,"\u00a9":-5,"\u00ae":-5,"@":-5,"}":5,"]":5,"x":5,"\u017e":-5,"z":-5,"\u00bb":-5,"\u203a":-5}},"d":{"d":"552,-744r0,485v0,153,-112,271,-258,271v-143,0,-259,-116,-259,-271v0,-154,115,-269,257,-269v72,0,136,34,178,87r0,-303r82,0xm468,-259v0,-106,-79,-191,-174,-191v-96,0,-174,84,-174,191v0,109,78,193,174,193v94,0,174,-86,174,-193","w":601,"k":{"\u2030":8,"\u2014":5,"\u2013":5,"\u2026":30,"h":5,"b":-10,"\\":-10,"\/":20,".":30,"-":5,",":30,"m":8,"n":8,"\u00f1":8,"p":8,"r":8,"\u0161":20,"s":20,"x":5}},"e":{"d":"456,-160r88,0v-40,110,-126,172,-245,172v-148,0,-264,-118,-264,-269v0,-149,116,-271,259,-271v112,0,221,78,251,212r-395,167v66,111,253,107,306,-11xm294,-448v-91,0,-193,93,-171,225r318,-134v-32,-56,-89,-91,-147,-91","w":581,"k":{"*":35,"\\":35,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,")":10,"\u201c":30,"\u201d":30,"\u2018":30,"\u2019":30,"\u2122":60,"v":5,"w":5,"?":40,"}":5,"]":5,"\u0161":10,"s":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"x":15,"\u00fd":5,"y":5,"\u00ff":5,"\u017e":10,"z":10,"f":5,"\u2260":5}},"f":{"d":"267,-662v-95,-13,-125,65,-119,149r117,0r0,81r-117,0r0,432r-84,0r0,-533v-2,-136,70,-220,203,-206r0,77","w":282,"k":{"*":-40,"b":-15,"\\":-40,"h":-5,")":-20,"\u201c":-30,"\u201d":-45,"\u2018":-30,"\u2019":-45,"\u2122":-20,"v":-15,"w":-5,"?":-30,"\/":10,"&":25,"\u00e3":10,",":30,"d":10,"\u2026":30,"\u2014":20,"\u2013":20,"\u00ad":20,"\u00f8":10,".":30,"q":10,"\u00a9":-20,"\u00ae":-20,"@":-20,"}":-40,"]":-40,":":-10,"\u2030":7,"\u037e":-10,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"g":10,"m":7,"n":7,"\u00f1":7,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"p":7,"r":10,"\u0161":45,"s":45,"t":-5,"u":-5,"\u00fa":-5,"\u00f9":-5,"\u00fb":-5,"\u00fc":-5,"\u00fd":-5,"y":-5,"\u00ff":-5,"\u00ab":10,"\u2039":10,"\u00bb":-25,"\u203a":-25,"k":-5}},"g":{"d":"552,-257r0,233v0,165,-106,277,-265,277v-121,0,-216,-65,-243,-170r90,0v34,77,116,88,153,88v152,0,189,-113,181,-244v-40,53,-102,86,-176,86v-142,0,-257,-116,-257,-270v0,-155,116,-271,259,-271v146,0,258,119,258,271xm468,-257v0,-107,-80,-193,-174,-193v-96,0,-174,85,-174,193v0,108,78,191,174,191v95,0,174,-85,174,-191","w":610,"k":{"*":60,"b":5,"\\":80,"!":10,"h":15,"l":10,")":10,"\u201c":55,"\u201d":50,"\u2018":55,"\u2019":50,"\u2122":90,"v":25,"w":10,"?":60,"\u2014":5,"\u2013":5,"\u00ad":5,"i":15,"\u00ed":15,"\u00ee":15,"\u00ef":15,"\u00ec":15,"r":10,"t":15,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"x":10,"\u00fd":10,"y":10,"\u00ff":10,"\u00ab":10,"\u2039":10,"\u00bb":10,"\u203a":10,"k":15}},"h":{"d":"501,-310r0,310r-85,0r0,-313v0,-80,-42,-137,-126,-137v-77,0,-135,58,-135,135r0,315r-84,0r0,-744r84,0r0,281v35,-40,87,-65,147,-65v127,0,199,90,199,218","w":568,"k":{"\u2019":40,"\u2018":50,"\u201d":40,"\u201c":50,"\u2122":80,"w":8,"v":10,"b":8,"\\":45,"?":30,"\/":-10,"*":35,")":20,"t":8,"u":8,"\u00fa":8,"\u00f9":8,"\u00fb":8,"\u00fc":8,"\u00fd":8,"y":8,"\u00ff":8}},"i":{"d":"159,-593r-85,0v-1,-49,-7,-105,42,-105v50,0,44,55,43,105xm159,-515r0,515r-85,0r0,-515r85,0","w":233,"k":{"\u00ef":10,"\u00ee":10,"\u00ec":10,"\u00ed":10,"l":5,"i":10,"j":10,"\u0161":5,"s":5}},"j":{"d":"154,-593r-85,0v-1,-49,-7,-105,42,-105v50,0,44,55,43,105xm154,-515r0,588v0,92,-46,159,-157,151r0,-79v46,2,72,-18,72,-70r0,-590r85,0","w":223,"k":{"i":10,"\u00ed":10,"\u00ee":10,"\u00ef":10,"\u00ec":10,"j":-5}},"k":{"d":"404,-263v82,40,97,138,91,263r-84,0r0,-88v0,-95,-51,-130,-135,-130r-121,0r0,218r-84,0r0,-744r84,0r0,447r121,0v83,0,135,-55,135,-132r0,-86r84,0v6,120,-10,203,-91,252","w":556,"k":{"b":5,"\\":35,")":10,"\u201d":10,"\u2019":10,"\u2122":60,"w":5,"&":20,"\u00e3":15,"d":15,"\u2014":18,"\u2013":18,"\u00ad":18,"\u00f8":15,"q":15,"}":10,"]":10,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"c":15,"\u00e7":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"g":15,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"t":5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"x":5,"\u00fd":5,"y":5,"\u00ff":5,"\u00ab":15,"\u2039":15,"\u00bb":5,"\u203a":5}},"l":{"d":"61,-188r0,-556r84,0r0,553v0,91,56,114,120,111r0,80v-121,14,-204,-57,-204,-188","w":285,"k":{"\u2019":80,"\u2018":85,"\u201d":80,"\u201c":85,"\u2014":40,"\u2013":40,"\u2026":-5,"\u00f8":15,"\u2122":80,"\u00a9":30,"\u00ae":30,"\u00e3":15,"}":-5,"w":20,"v":30,"q":15,"l":17,"d":15,"b":20,"]":-5,"\\":30,"@":30,"?":45,"\/":-20,".":-5,"-":40,",":-5,"*":95,"&":10,"a":15,"\u00e1":15,"\u00e0":15,"\u00e2":15,"\u00e4":15,"\u00e5":15,"\u00e6":15,"c":15,"\u00e7":15,"e":15,"\u00e9":15,"\u00e8":15,"\u00ea":15,"\u00eb":15,"g":10,"o":15,"\u00f3":15,"\u00f2":15,"\u00f4":15,"\u00f6":15,"\u00f5":15,"\u0153":15,"\u0161":-5,"s":-5,"t":20,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u00fd":20,"y":20,"\u00ff":20,"\u017e":-10,"z":-10,"\u00ab":80,"\u2039":80,"\u00bb":10,"\u203a":10}},"m":{"d":"770,-330r0,330r-85,0r0,-333v0,-67,-44,-117,-112,-117v-68,0,-112,50,-112,117r0,333r-85,0r0,-333v0,-67,-44,-117,-112,-117v-68,0,-112,50,-112,117r0,333r-85,0r0,-330v0,-112,81,-198,197,-198v70,0,124,33,154,85v31,-52,85,-85,155,-85v117,0,197,86,197,198","w":837,"k":{"*":35,"b":8,"\\":45,")":20,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":80,"v":10,"w":8,"?":30,"\/":-10,"t":8,"u":8,"\u00fa":8,"\u00f9":8,"\u00fb":8,"\u00fc":8,"\u00fd":8,"y":8,"\u00ff":8}},"n":{"d":"150,-316r0,316r-84,0r0,-313v0,-130,92,-215,215,-215v123,0,214,85,214,215r0,313r-84,0r0,-316v0,-77,-51,-133,-130,-133v-80,0,-131,56,-131,133","w":561,"k":{"*":35,"b":8,"\\":45,")":20,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":80,"v":10,"w":8,"?":30,"\/":-10,"t":8,"u":8,"\u00fa":8,"\u00f9":8,"\u00fb":8,"\u00fc":8,"\u00fd":8,"y":8,"\u00ff":8}},"o":{"d":"294,-528v147,0,259,122,259,272v0,148,-112,269,-259,269v-146,0,-259,-121,-259,-269v0,-150,113,-272,259,-272xm294,-69v96,0,174,-84,174,-187v0,-105,-78,-191,-174,-191v-95,0,-173,86,-173,191v0,103,78,187,173,187","w":589,"k":{"*":45,"\\":45,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,")":20,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":70,"v":5,"?":40,",":20,"\u2026":20,".":20,"}":10,"]":10,":":10,"\u037e":10,"\u0161":10,"s":10,"x":10,"\u017e":10,"z":10,"f":5,"\u2260":5}},"p":{"d":"566,-257v0,154,-114,270,-257,270v-71,0,-136,-35,-178,-87r0,303r-82,0r0,-486v0,-152,113,-271,259,-271v142,0,258,116,258,271xm481,-257v0,-108,-78,-192,-173,-192v-94,0,-174,85,-174,192v0,107,79,192,174,192v95,0,173,-84,173,-192","w":601,"k":{"*":45,"\\":45,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,")":20,"\u201d":40,"\u2019":40,"\u2122":70,"v":5,"?":40,",":20,"\u2026":20,".":20,"}":10,"]":10,":":10,"\u037e":10,"\u0161":10,"s":10,"x":10,"\u017e":10,"z":10,"f":5,"\u2260":5}},"q":{"d":"552,-257r0,486r-82,0r0,-303v-42,52,-106,87,-178,87v-142,0,-257,-116,-257,-270v0,-155,116,-271,259,-271v146,0,258,119,258,271xm468,-257v0,-107,-80,-192,-174,-192v-96,0,-174,84,-174,192v0,108,78,192,174,192v95,0,174,-85,174,-192","w":601,"k":{"\u2019":50,"\u2018":45,"\u201d":50,"\u201c":45,"\u2014":5,"\u2013":5,"\u2122":85,"w":8,"v":20,"b":8,"\\":55,"?":60,"-":5,"*":60,"j":-5,"p":-10,"t":8,"u":8,"\u00fa":8,"\u00f9":8,"\u00fb":8,"\u00fc":8,"\u00fd":8,"y":8,"\u00ff":8}},"r":{"d":"66,-306v0,-156,111,-235,246,-219r0,79v-99,-9,-162,39,-162,138r0,308r-84,0r0,-306","w":334,"k":{"*":-30,"b":-10,"h":10,")":10,"\u201c":-25,"\u201d":-35,"\u2018":-25,"\u2019":-35,"\u2122":55,"v":-10,"?":-10,"\/":40,"&":35,"\u00e3":5,",":90,"d":5,"\u2026":90,"\u2014":30,"\u2013":30,"\u00ad":30,"\u00f8":5,".":90,"q":5,"\u00a9":-15,"\u00ae":-15,"@":-15,"}":15,"]":15,"\u2030":10,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":5,"\u00e7":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"g":5,"m":10,"n":10,"\u00f1":10,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"p":10,"r":15,"\u0161":70,"s":70,"\u00ab":25,"\u2039":25,"\u00bb":-20,"\u203a":-20}},"t":{"d":"264,-78r0,78v-120,14,-203,-57,-203,-188r0,-437r84,0r0,110r117,0r0,81r-117,0r0,246v0,91,55,114,119,110","w":287,"k":{"*":-10,"b":-20,"\u201c":-20,"\u201d":-20,"\u2018":-20,"\u2019":-20,"\u2122":20,"v":-20,"w":-5,"?":-10,"\/":-25,"&":5,",":-5,"\u2026":-5,"\u2014":30,"\u2013":30,"\u00ad":30,".":-5,"\u00a9":-15,"\u00ae":-15,"@":-15,"}":-20,"]":-20,":":-5,"\u037e":-5,"g":-5,"j":-10,"p":-10,"\u0161":-10,"s":-10,"t":-5,"u":-5,"\u00fa":-5,"\u00f9":-5,"\u00fb":-5,"\u00fc":-5,"x":-10,"\u00fd":-5,"y":-5,"\u00ff":-5,"\u017e":-15,"z":-15,"\u00ab":20,"\u2039":20,"\u00bb":-15,"\u203a":-15}},"u":{"d":"412,-203r0,-312r85,0r0,312v0,130,-94,215,-215,215v-121,0,-215,-85,-215,-215r0,-312r84,0r0,312v0,77,51,133,131,133v79,0,130,-56,130,-133","k":{"\\":20,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,"h":5,")":15,"\u201c":10,"\u2018":10,"\u2122":60,",":20,"\u2026":20,".":20,"}":10,"]":10,"\u2030":8,"m":8,"n":8,"\u00f1":8,"p":8,"r":8,"\u0161":20,"s":20,"x":5,"f":10,"\u2260":10}},"v":{"d":"197,0r-187,-515r90,0r143,402r142,-402r90,0r-187,515r-91,0","w":485,"k":{"\u2030":10,"\u2019":-20,"\u2018":-20,"\u201d":-20,"\u201c":-20,"\u2014":10,"\u2013":10,"\u2026":50,"\u00f8":5,"\u00a9":-10,"\u00ae":-10,"\u00e3":5,"}":20,"v":-15,"q":5,"d":5,"b":-5,"]":20,"\\":5,"@":-10,"?":-10,";":-5,":":-5,"\/":15,".":50,"-":10,",":50,"*":-20,")":20,"&":20,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":5,"\u00e7":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"g":5,"m":10,"n":10,"\u00f1":10,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"p":15,"r":10,"\u0161":55,"s":55,"\u00ab":10,"\u2039":10,"\u00bb":-10,"\u203a":-10}},"w":{"d":"770,-515r0,330v0,112,-80,197,-197,197v-70,0,-124,-32,-155,-85v-30,53,-84,85,-154,85v-116,0,-197,-85,-197,-197r0,-330r85,0r0,330v0,66,44,115,112,115v68,0,112,-49,112,-115r0,-330r85,0r0,330v0,66,44,115,112,115v68,0,112,-49,112,-115r0,-330r85,0","w":837,"k":{"\u2030":8,"\u221e":10,"\u00b1":10,"\ufb02":10,"\ufb01":10,"\u2018":10,"\u201c":10,"\u2026":20,"\u2122":60,"}":10,"h":5,"]":10,"\\":20,".":20,",":20,")":15,"m":8,"n":8,"\u00f1":8,"p":8,"r":8,"\u0161":20,"s":20,"x":5,"f":10,"\u2260":10}},"x":{"d":"395,-258v77,44,95,136,88,258r-84,0r0,-90v0,-74,-44,-128,-124,-128v-80,0,-124,54,-124,128r0,90r-84,0v-7,-121,10,-214,88,-258v-77,-43,-95,-135,-88,-257r84,0r0,90v0,74,44,128,124,128v80,0,124,-54,124,-128r0,-90r84,0v7,121,-10,214,-88,257","w":550,"k":{"b":5,"\\":30,")":15,"\u201c":10,"\u2018":10,"\u2122":60,"w":5,"?":10,"&":20,"\u00e3":10,"d":10,"\u2014":15,"\u2013":15,"\u00ad":15,"\u00f8":10,"q":10,"\u00a9":10,"\u00ae":10,"@":10,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"g":5,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"t":5,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"x":5,"\u00fd":5,"y":5,"\u00ff":5,"\u00ab":20,"\u2039":20}},"{":{"d":"273,-780r0,71v-116,-9,-77,141,-77,240v0,66,-24,104,-70,122v92,23,70,170,70,284v0,50,22,78,77,75r0,71v-88,7,-158,-30,-158,-146r0,-165v0,-68,-40,-84,-86,-84r0,-70v46,0,86,-16,86,-84r0,-168v0,-116,70,-153,158,-146","w":308,"k":{"\u00bf":20,"\u00f8":10,"\u00d8":10,"\u00a3":10,"\u00e3":10,"}":-30,"w":10,"v":20,"q":10,"d":10,"V":-30,"Q":10,"-":20,"&":25,"C":10,"\u00c7":10,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"G":10,"J":-10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0160":-10,"S":-10,"T":-20,"a":10,"\u00e1":10,"\u00e0":10,"\u00e2":10,"\u00e4":10,"\u00e5":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"\u00e8":10,"\u00ea":10,"\u00eb":10,"g":10,"j":-10,"o":10,"\u00f3":10,"\u00f2":10,"\u00f4":10,"\u00f6":10,"\u00f5":10,"\u0153":10,"\u0161":-15,"s":-15,"t":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":10,"y":10,"\u00ff":10,"\u017d":-25,"Z":-25,"\u00ab":10,"\u2039":10}},"|":{"d":"153,-744r0,744r-84,0r0,-744r84,0","w":222},"}":{"d":"35,-780v88,-7,158,30,158,146r0,168v0,68,40,84,86,84r0,70v-46,0,-86,16,-86,84r0,165v0,116,-70,153,-158,146r0,-71v115,10,77,-139,77,-237v0,-67,24,-105,70,-122v-93,-25,-70,-172,-70,-287v0,-49,-22,-78,-77,-75r0,-71","w":308},"~":{"d":"254,-593v-54,0,-101,-38,-141,-38v-24,0,-40,19,-42,43r-48,0v5,-54,37,-105,102,-105v57,0,101,39,141,39v24,0,40,-20,42,-44r48,0v-4,54,-36,105,-102,105","w":379},"\u00c4":{"d":"563,-466r0,466r-85,0r0,-258r-320,0r0,258r-85,0r0,-466v0,-138,104,-245,245,-245v142,0,245,107,245,245xm478,-340r0,-126v0,-90,-66,-164,-160,-164v-91,0,-160,74,-160,164r0,126r320,0xm447,-774r-92,0r0,-99r92,0r0,99xm278,-774r-92,0r0,-99r92,0r0,99","w":636},"\u00a8":{"d":"339,-608r-92,0r0,-99r92,0r0,99xm170,-608r-92,0r0,-99r92,0r0,99","w":417},"\u00c5":{"d":"316,-768v-53,0,-95,-43,-95,-95v0,-53,42,-96,95,-96v53,0,96,43,96,96v0,52,-43,95,-96,95xm367,-863v0,-29,-23,-52,-51,-52v-28,0,-51,23,-51,52v0,28,23,51,51,51v28,0,51,-23,51,-51xm563,-466r0,466r-85,0r0,-258r-320,0r0,258r-85,0r0,-466v0,-138,104,-245,245,-245v142,0,245,107,245,245xm478,-340r0,-126v0,-90,-66,-164,-160,-164v-91,0,-160,74,-160,164r0,126r320,0","w":636},"\u02da":{"d":"137,-768v-53,0,-95,-43,-95,-95v0,-53,42,-96,95,-96v53,0,96,43,96,96v0,52,-43,95,-96,95xm188,-863v0,-29,-23,-52,-51,-52v-28,0,-51,23,-51,52v0,28,23,51,51,51v28,0,51,-23,51,-51","w":275},"\u00c7":{"d":"384,12r-29,47v43,-20,105,0,105,59v0,87,-128,88,-169,28r12,-22v20,18,47,27,72,27v23,0,42,-11,42,-31v0,-32,-52,-46,-76,-21r-32,-21r34,-68v-171,-22,-303,-175,-303,-360v0,-199,154,-361,344,-361v158,0,274,94,318,231r-89,0v-38,-87,-116,-150,-229,-150v-143,0,-260,127,-260,280v0,153,117,280,260,280v102,0,187,-58,229,-150r89,0v-47,141,-169,232,-318,232","w":727,"k":{"*":-20,"b":-5,"!":-10,"h":-5,"l":-5,"\u201c":-15,"\u201d":-10,"\u2018":-15,"\u2019":-10,"\u2122":20,"v":-15,"?":-15,"\/":-5,"F":-10,"&":-15,"\u00e3":-10,",":10,"d":-10,"\u2026":10,"\u2014":-15,"\u2013":-15,"\u00ad":-15,"\u00f8":-10,".":10,"q":-10,"E":-10,"\u00c9":-10,"\u00ca":-10,"\u00cb":-10,"\u00c8":-10,"J":10,"\u0160":10,"S":10,"T":15,"a":-10,"\u00e1":-10,"\u00e0":-10,"\u00e2":-10,"\u00e4":-10,"\u00e5":-10,"\u00e6":-10,"c":-10,"\u00e7":-10,"e":-10,"\u00e9":-10,"\u00e8":-10,"\u00ea":-10,"\u00eb":-10,"g":-10,"j":-10,"o":-10,"\u00f3":-10,"\u00f2":-10,"\u00f4":-10,"\u00f6":-10,"\u00f5":-10,"\u0153":-10,"\u0161":15,"s":15,"\u017e":-5,"z":-5,"\u00dd":-5,"Y":-5,"\u0178":-5,"\u00bb":-20,"\u203a":-20,"k":-5,"\u0141":-5,"L":-5}},"\u00c9":{"d":"150,-486r0,99r325,0r0,79r-325,0r0,100v0,81,43,126,123,126r246,0r0,82r-246,0v-126,0,-208,-77,-208,-208r0,-278v0,-132,82,-208,208,-208r246,0r0,81r-246,0v-80,0,-123,45,-123,127xm471,-902r-125,137r-66,0r87,-137r104,0","w":571,"k":{"V":-15,"*":-5,"\\":-15,"!":20,"l":10,")":-10,"\u201d":-10,"\u2019":-10,"v":35,"w":30,"?":10,"\/":-20,"&":10,"\u00e3":25,"d":25,"\u2014":10,"\u2013":10,"\u00ad":10,"\u00f8":25,"q":25,"\u00d8":20,"Q":10,"W":5,"@":5,"}":-20,"]":-20,":":-5,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u2030":10,"\u037e":-5,"C":20,"\u00c7":20,"E":20,"\u00c9":20,"\u00ca":20,"\u00cb":20,"\u00c8":20,"G":20,"O":20,"\u00d6":20,"\u00d5":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d2":20,"P":5,"R":10,"a":25,"\u00e1":25,"\u00e0":25,"\u00e2":25,"\u00e4":25,"\u00e5":25,"\u00e6":25,"c":25,"\u00e7":25,"e":25,"\u00e9":25,"\u00e8":25,"\u00ea":25,"\u00eb":25,"g":25,"j":5,"m":10,"n":10,"\u00f1":10,"o":25,"\u00f3":25,"\u00f2":25,"\u00f4":25,"\u00f6":25,"\u00f5":25,"\u0153":25,"p":10,"r":10,"t":25,"u":30,"\u00fa":30,"\u00f9":30,"\u00fb":30,"\u00fc":30,"x":10,"\u00fd":30,"y":30,"\u00ff":30,"\u017d":-15,"Z":-15,"\u00ab":20,"\u2039":20,"\u0141":5,"L":5,"U":5,"\u00dc":5,"\u00da":5,"\u00db":5,"\u00d9":5}},"\u00d1":{"d":"381,-778v-54,0,-101,-39,-141,-39v-24,0,-40,20,-42,44r-48,0v4,-54,36,-106,102,-106v57,0,101,39,141,39v24,0,40,-19,42,-43r48,0v-5,54,-37,105,-102,105xm318,-711v138,0,245,105,245,243r0,468r-85,0r0,-468v0,-92,-72,-162,-160,-162v-88,0,-160,70,-160,162r0,468r-85,0r0,-468v0,-138,107,-243,245,-243","w":636,"k":{"V":15,"*":10,"\\":10,"!":10,")":10,"\u201c":20,"\u201d":10,"\u2018":20,"\u2019":10,"\u2122":30,"v":5,"w":10,"T":25,"t":10,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"\u00fd":10,"y":10,"\u00ff":10,"\u00dd":5,"Y":5,"\u0178":5}},"\u02dc":{"d":"273,-611v-54,0,-101,-39,-141,-39v-24,0,-40,20,-42,44r-48,0v4,-54,36,-106,102,-106v57,0,101,39,141,39v24,0,40,-19,42,-43r48,0v-5,54,-37,105,-102,105","w":417},"\u00d6":{"d":"384,-711v193,0,344,155,344,361v0,202,-154,362,-344,362v-190,0,-344,-159,-344,-362v0,-202,154,-361,344,-361xm384,-70v143,0,260,-123,260,-280v0,-160,-114,-280,-260,-280v-143,0,-260,123,-260,280v0,158,117,280,260,280xm515,-774r-92,0r0,-99r92,0r0,99xm346,-774r-92,0r0,-99r92,0r0,99","w":768,"k":{"V":20,"*":10,"\\":20,")":10,"\u201c":20,"\u201d":10,"\u2018":20,"\u2019":10,"\u2122":30,"v":-15,"?":10,"\/":20,",":40,"\u2026":40,".":40,"}":10,"]":10,"J":35,"\u0160":35,"S":35,"T":40,"\u0161":45,"s":45,"\u017e":5,"z":5,"X":10,"\u00dd":5,"Y":5,"\u0178":5,"\u017d":15,"Z":15}},"\u00dc":{"d":"153,-249v0,103,66,179,182,179v117,0,181,-76,181,-179r0,-445r85,0r0,445v0,154,-108,261,-266,261v-159,0,-266,-107,-266,-261r0,-445r84,0r0,445xm466,-774r-92,0r0,-99r92,0r0,99xm297,-774r-92,0r0,-99r92,0r0,99","w":670,"k":{"!":10,"\u221e":15,"\u00b1":15,"\ufb01":15,"\ufb02":15,"h":5,"l":5,")":10,"v":-5,"w":15,"\/":20,"\u00e3":5,",":30,"d":5,"\u2026":30,"\u00f8":5,".":30,"q":5,":":5,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u2030":10,"\u037e":5,"J":35,"\u0160":30,"S":30,"a":5,"\u00e1":5,"\u00e0":5,"\u00e2":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":5,"\u00e7":5,"e":5,"\u00e9":5,"\u00e8":5,"\u00ea":5,"\u00eb":5,"g":5,"j":5,"m":10,"n":10,"\u00f1":10,"o":5,"\u00f3":5,"\u00f2":5,"\u00f4":5,"\u00f6":5,"\u00f5":5,"\u0153":5,"p":15,"r":10,"\u0161":40,"s":40,"t":15,"u":15,"\u00fa":15,"\u00f9":15,"\u00fb":15,"\u00fc":15,"x":5,"\u00fd":15,"y":15,"\u00ff":15,"\u017e":8,"z":8,"f":15,"\u2260":15,"k":5}},"\u00e1":{"d":"552,-257r0,257r-82,0r0,-80v-40,56,-105,93,-178,93v-142,0,-257,-116,-257,-270v0,-155,116,-271,259,-271v146,0,258,119,258,271xm468,-257v0,-107,-80,-193,-174,-193v-96,0,-174,85,-174,193v0,108,78,191,174,191v95,0,174,-85,174,-191xm398,-721r-125,137r-66,0r87,-137r104,0","w":608,"k":{"*":60,"b":8,"\\":60,"!":10,"\u201c":50,"\u201d":46,"\u2018":50,"\u2019":46,"\u2122":80,"v":20,"w":8,"?":60,"\/":-10,"\u2014":5,"\u2013":5,"\u00ad":5,"j":5,"t":8,"u":8,"\u00fa":8,"\u00f9":8,"\u00fb":8,"\u00fc":8,"\u00fd":8,"y":8,"\u00ff":8,"\u00ab":10,"\u2039":10,"\u00bb":10,"\u203a":10}},"\u00e0":{"d":"552,-257r0,257r-82,0r0,-80v-40,56,-105,93,-178,93v-142,0,-257,-116,-257,-270v0,-155,116,-271,259,-271v146,0,258,119,258,271xm468,-257v0,-107,-80,-193,-174,-193v-96,0,-174,85,-174,193v0,108,78,191,174,191v95,0,174,-85,174,-191xm155,-721r125,137r66,0r-87,-137r-104,0","w":608,"k":{"*":60,"b":8,"\\":60,"!":10,"\u201c":50,"\u201d":46,"\u2018":50,"\u2019":46,"\u2122":80,"v":20,"w":8,"?":60,"\/":-10,"\u2014":5,"\u2013":5,"\u00ad":5,"j":5,"t":8,"u":8,"\u00fa":8,"\u00f9":8,"\u00fb":8,"\u00fc":8,"\u00fd":8,"y":8,"\u00ff":8,"\u00ab":10,"\u2039":10,"\u00bb":10,"\u203a":10}},"\u00e2":{"d":"552,-257r0,257r-82,0r0,-80v-40,56,-105,93,-178,93v-142,0,-257,-116,-257,-270v0,-155,116,-271,259,-271v146,0,258,119,258,271xm468,-257v0,-107,-80,-193,-174,-193v-96,0,-174,85,-174,193v0,108,78,191,174,191v95,0,174,-85,174,-191xm345,-583r-64,-91r-65,91r-76,0r104,-143r74,0r104,143r-77,0","w":608,"k":{"*":60,"b":8,"\\":60,"!":10,"\u201c":50,"\u201d":46,"\u2018":50,"\u2019":46,"\u2122":80,"v":20,"w":8,"?":60,"\/":-10,"\u2014":5,"\u2013":5,"\u00ad":5,"j":5,"t":8,"u":8,"\u00fa":8,"\u00f9":8,"\u00fb":8,"\u00fc":8,"\u00fd":8,"y":8,"\u00ff":8,"\u00ab":10,"\u2039":10,"\u00bb":10,"\u203a":10}},"\u02c6":{"d":"273,-603r-64,-91r-65,91r-76,0r104,-143r74,0r104,143r-77,0","w":417},"\u00e4":{"d":"552,-257r0,257r-82,0r0,-80v-40,56,-105,93,-178,93v-142,0,-257,-116,-257,-270v0,-155,116,-271,259,-271v146,0,258,119,258,271xm468,-257v0,-107,-80,-193,-174,-193v-96,0,-174,85,-174,193v0,108,78,191,174,191v95,0,174,-85,174,-191xm414,-594r-92,0r0,-99r92,0r0,99xm245,-594r-92,0r0,-99r92,0r0,99","w":608,"k":{"*":60,"b":8,"\\":60,"!":10,"\u201c":50,"\u201d":46,"\u2018":50,"\u2019":46,"\u2122":80,"v":20,"w":8,"?":60,"\/":-10,"\u2014":5,"\u2013":5,"\u00ad":5,"j":5,"t":8,"u":8,"\u00fa":8,"\u00f9":8,"\u00fb":8,"\u00fc":8,"\u00fd":8,"y":8,"\u00ff":8,"\u00ab":10,"\u2039":10,"\u00bb":10,"\u203a":10}},"\u00e3":{"d":"552,-257r0,257r-82,0r0,-80v-40,56,-105,93,-178,93v-142,0,-257,-116,-257,-270v0,-155,116,-271,259,-271v146,0,258,119,258,271xm468,-257v0,-107,-80,-193,-174,-193v-96,0,-174,85,-174,193v0,108,78,191,174,191v95,0,174,-85,174,-191xm343,-597v-54,0,-101,-39,-141,-39v-24,0,-40,20,-42,44r-48,0v4,-54,36,-106,102,-106v57,0,101,39,141,39v24,0,40,-19,42,-43r48,0v-5,54,-37,105,-102,105","w":608,"k":{"\u2019":46,"\u2018":50,"\u201d":46,"\u201c":50,"\u2014":5,"\u2013":5,"\u2122":80,"w":8,"v":20,"b":8,"\\":60,"?":60,"\/":-10,"-":5,"*":60,"!":10,"j":5,"t":8,"u":8,"\u00fa":8,"\u00f9":8,"\u00fb":8,"\u00fc":8,"\u00fd":8,"y":8,"\u00ff":8,"\u00ab":10,"\u2039":10,"\u00bb":10,"\u203a":10}},"\u00e5":{"d":"552,-257r0,257r-82,0r0,-80v-40,56,-105,93,-178,93v-142,0,-257,-116,-257,-270v0,-155,116,-271,259,-271v146,0,258,119,258,271xm468,-257v0,-107,-80,-193,-174,-193v-96,0,-174,85,-174,193v0,108,78,191,174,191v95,0,174,-85,174,-191xm281,-595v-53,0,-95,-43,-95,-95v0,-53,42,-96,95,-96v53,0,96,43,96,96v0,52,-43,95,-96,95xm332,-690v0,-29,-23,-52,-51,-52v-28,0,-51,23,-51,52v0,28,23,51,51,51v28,0,51,-23,51,-51","w":608,"k":{"*":60,"b":8,"\\":60,"!":10,"\u201c":50,"\u201d":46,"\u2018":50,"\u2019":46,"\u2122":80,"v":20,"w":8,"?":60,"\/":-10,"\u2014":5,"\u2013":5,"\u00ad":5,"j":5,"t":8,"u":8,"\u00fa":8,"\u00f9":8,"\u00fb":8,"\u00fc":8,"\u00fd":8,"y":8,"\u00ff":8,"\u00ab":10,"\u2039":10,"\u00bb":10,"\u203a":10}},"\u00e7":{"d":"307,12r-29,47v43,-20,105,0,105,59v0,87,-129,87,-169,28r12,-22v20,18,47,27,72,27v23,0,42,-11,42,-31v0,-32,-52,-46,-76,-21r-32,-21r33,-68v-129,-14,-230,-128,-230,-267v0,-149,116,-271,258,-271v115,0,205,68,240,172r-91,0v-29,-56,-82,-91,-149,-91v-95,0,-173,86,-173,190v0,104,78,188,173,188v68,0,121,-35,149,-91r91,0v-33,100,-118,167,-226,172","k":{"*":25,"\\":25,")":5,"\u201c":10,"\u201d":10,"\u2018":10,"\u2019":10,"\u2122":60,"?":30,"\/":-10,"\u2014":5,"\u2013":5,"\u00ad":5,"\u00a9":-5,"\u00ae":-5,"@":-5,"}":5,"]":5,"x":5,"\u017e":-5,"z":-5,"\u00bb":-5,"\u203a":-5}},"\u00e9":{"d":"456,-160r88,0v-40,110,-126,172,-245,172v-148,0,-264,-118,-264,-269v0,-149,116,-271,259,-271v112,0,221,78,251,212r-395,167v66,111,253,107,306,-11xm294,-448v-91,0,-193,93,-171,225r318,-134v-32,-56,-89,-91,-147,-91xm428,-721r-125,137r-66,0r87,-137r104,0","w":581,"k":{"*":35,"\\":35,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,")":10,"\u201c":30,"\u201d":30,"\u2018":30,"\u2019":30,"\u2122":60,"v":5,"w":5,"?":40,"}":5,"]":5,"\u0161":10,"s":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"x":15,"\u00fd":5,"y":5,"\u00ff":5,"\u017e":10,"z":10,"f":5,"\u2260":5}},"\u00e8":{"d":"456,-160r88,0v-40,110,-126,172,-245,172v-148,0,-264,-118,-264,-269v0,-149,116,-271,259,-271v112,0,221,78,251,212r-395,167v66,111,253,107,306,-11xm294,-448v-91,0,-193,93,-171,225r318,-134v-32,-56,-89,-91,-147,-91xm155,-721r125,137r66,0r-87,-137r-104,0","w":581,"k":{"*":35,"\\":35,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,")":10,"\u201c":30,"\u201d":30,"\u2018":30,"\u2019":30,"\u2122":60,"v":5,"w":5,"?":40,"}":5,"]":5,"\u0161":10,"s":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"x":15,"\u00fd":5,"y":5,"\u00ff":5,"\u017e":10,"z":10,"f":5,"\u2260":5}},"\u00ea":{"d":"456,-160r88,0v-40,110,-126,172,-245,172v-148,0,-264,-118,-264,-269v0,-149,116,-271,259,-271v112,0,221,78,251,212r-395,167v66,111,253,107,306,-11xm294,-448v-91,0,-193,93,-171,225r318,-134v-32,-56,-89,-91,-147,-91xm347,-583r-64,-91r-65,91r-76,0r104,-143r74,0r104,143r-77,0","w":581,"k":{"*":35,"\\":35,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,")":10,"\u201c":30,"\u201d":30,"\u2018":30,"\u2019":30,"\u2122":60,"v":5,"w":5,"?":40,"}":5,"]":5,"\u0161":10,"s":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"x":15,"\u00fd":5,"y":5,"\u00ff":5,"\u017e":10,"z":10,"f":5,"\u2260":5}},"\u00eb":{"d":"456,-160r88,0v-40,110,-126,172,-245,172v-148,0,-264,-118,-264,-269v0,-149,116,-271,259,-271v112,0,221,78,251,212r-395,167v66,111,253,107,306,-11xm294,-448v-91,0,-193,93,-171,225r318,-134v-32,-56,-89,-91,-147,-91xm417,-594r-92,0r0,-99r92,0r0,99xm248,-594r-92,0r0,-99r92,0r0,99","w":581,"k":{"*":35,"\\":35,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,")":10,"\u201c":30,"\u201d":30,"\u2018":30,"\u2019":30,"\u2122":60,"v":5,"w":5,"?":40,"}":5,"]":5,"\u0161":10,"s":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"x":15,"\u00fd":5,"y":5,"\u00ff":5,"\u017e":10,"z":10,"f":5,"\u2260":5}},"\u00ed":{"d":"154,-515r0,515r-85,0r0,-515r85,0xm276,-721r-125,137r-66,0r87,-137r104,0","w":233,"k":{"l":5,"i":10,"j":10,"\u0161":5,"s":5}},"\u0131":{"d":"154,-515r0,515r-85,0r0,-515r85,0","w":223},"\u00ec":{"d":"154,-515r0,515r-85,0r0,-515r85,0xm-47,-721r125,137r66,0r-87,-137r-104,0","w":233,"k":{"l":5,"i":10,"j":10,"\u0161":5,"s":5}},"\u00ee":{"d":"154,-515r0,515r-85,0r0,-515r85,0xm178,-583r-64,-91r-65,91r-76,0r104,-143r74,0r104,143r-77,0","w":233,"k":{"l":5,"i":10,"j":10,"\u0161":5,"s":5}},"\u00ef":{"d":"154,-515r0,515r-85,0r0,-515r85,0xm247,-594r-92,0r0,-99r92,0r0,99xm78,-594r-92,0r0,-99r92,0r0,99","w":233,"k":{"l":5,"i":10,"j":10,"\u0161":5,"s":5}},"\u00f1":{"d":"346,-597v-54,0,-101,-39,-141,-39v-24,0,-40,20,-42,44r-48,0v4,-54,36,-106,102,-106v57,0,101,39,141,39v24,0,40,-19,42,-43r48,0v-5,54,-37,105,-102,105xm150,-316r0,316r-84,0r0,-313v0,-130,92,-215,215,-215v123,0,214,85,214,215r0,313r-84,0r0,-316v0,-77,-51,-133,-130,-133v-80,0,-131,56,-131,133","w":562,"k":{"*":35,"b":8,"\\":45,")":20,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":80,"v":10,"w":8,"?":30,"\/":-10,"t":8,"u":8,"\u00fa":8,"\u00f9":8,"\u00fb":8,"\u00fc":8,"\u00fd":8,"y":8,"\u00ff":8}},"\u00f3":{"d":"294,-528v147,0,259,122,259,272v0,148,-112,269,-259,269v-146,0,-259,-121,-259,-269v0,-150,113,-272,259,-272xm294,-69v96,0,174,-84,174,-187v0,-105,-78,-191,-174,-191v-95,0,-173,86,-173,191v0,103,78,187,173,187xm458,-720r-125,137r-66,0r87,-137r104,0","w":589,"k":{"*":45,"\\":45,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,")":20,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":70,"v":5,"?":40,",":20,"\u2026":20,".":20,"}":10,"]":10,":":10,"\u037e":10,"\u0161":10,"s":10,"x":10,"\u017e":10,"z":10,"f":5,"\u2260":5}},"\u00f2":{"d":"294,-528v147,0,259,122,259,272v0,148,-112,269,-259,269v-146,0,-259,-121,-259,-269v0,-150,113,-272,259,-272xm294,-69v96,0,174,-84,174,-187v0,-105,-78,-191,-174,-191v-95,0,-173,86,-173,191v0,103,78,187,173,187xm128,-721r125,137r66,0r-87,-137r-104,0","w":589,"k":{"*":45,"\\":45,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,")":20,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":70,"v":5,"?":40,",":20,"\u2026":20,".":20,"}":10,"]":10,":":10,"\u037e":10,"\u0161":10,"s":10,"x":10,"\u017e":10,"z":10,"f":5,"\u2260":5}},"\u00f4":{"d":"294,-528v147,0,259,122,259,272v0,148,-112,269,-259,269v-146,0,-259,-121,-259,-269v0,-150,113,-272,259,-272xm294,-69v96,0,174,-84,174,-187v0,-105,-78,-191,-174,-191v-95,0,-173,86,-173,191v0,103,78,187,173,187xm357,-583r-64,-91r-65,91r-76,0r104,-143r74,0r104,143r-77,0","w":589,"k":{"*":45,"\\":45,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,")":20,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":70,"v":5,"?":40,",":20,"\u2026":20,".":20,"}":10,"]":10,":":10,"\u037e":10,"\u0161":10,"s":10,"x":10,"\u017e":10,"z":10,"f":5,"\u2260":5}},"\u00f6":{"d":"294,-528v147,0,259,122,259,272v0,148,-112,269,-259,269v-146,0,-259,-121,-259,-269v0,-150,113,-272,259,-272xm294,-69v96,0,174,-84,174,-187v0,-105,-78,-191,-174,-191v-95,0,-173,86,-173,191v0,103,78,187,173,187xm425,-594r-92,0r0,-99r92,0r0,99xm256,-594r-92,0r0,-99r92,0r0,99","w":589,"k":{"*":45,"\\":45,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,")":20,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":70,"v":5,"?":40,",":20,"\u2026":20,".":20,"}":10,"]":10,":":10,"\u037e":10,"\u0161":10,"s":10,"x":10,"\u017e":10,"z":10,"f":5,"\u2260":5}},"\u00f5":{"d":"347,-597v-54,0,-101,-39,-141,-39v-24,0,-40,20,-42,44r-48,0v4,-54,36,-106,102,-106v57,0,101,39,141,39v24,0,40,-19,42,-43r48,0v-5,54,-37,105,-102,105xm294,-528v147,0,259,122,259,272v0,148,-112,269,-259,269v-146,0,-259,-121,-259,-269v0,-150,113,-272,259,-272xm294,-69v96,0,174,-84,174,-187v0,-105,-78,-191,-174,-191v-95,0,-173,86,-173,191v0,103,78,187,173,187","w":589,"k":{"*":45,"\\":45,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,")":20,"\u201c":40,"\u201d":40,"\u2018":40,"\u2019":40,"\u2122":70,"v":5,"?":40,",":20,"\u2026":20,".":20,"}":10,"]":10,":":10,"\u037e":10,"\u0161":10,"s":10,"x":10,"\u017e":10,"z":10,"f":5,"\u2260":5}},"\u00fa":{"d":"412,-203r0,-312r85,0r0,312v0,130,-94,215,-215,215v-121,0,-215,-85,-215,-215r0,-312r84,0r0,312v0,77,51,133,131,133v79,0,130,-56,130,-133xm439,-721r-125,137r-66,0r87,-137r104,0","k":{"\\":20,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,"h":5,")":15,"\u201c":10,"\u2018":10,"\u2122":60,",":20,"\u2026":20,".":20,"}":10,"]":10,"\u2030":8,"m":8,"n":8,"\u00f1":8,"p":8,"r":8,"\u0161":20,"s":20,"x":5,"f":10,"\u2260":10}},"\u00f9":{"d":"412,-203r0,-312r85,0r0,312v0,130,-94,215,-215,215v-121,0,-215,-85,-215,-215r0,-312r84,0r0,312v0,77,51,133,131,133v79,0,130,-56,130,-133xm124,-721r125,137r66,0r-87,-137r-104,0","k":{"\\":20,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,"h":5,")":15,"\u201c":10,"\u2018":10,"\u2122":60,",":20,"\u2026":20,".":20,"}":10,"]":10,"\u2030":8,"m":8,"n":8,"\u00f1":8,"p":8,"r":8,"\u0161":20,"s":20,"x":5,"f":10,"\u2260":10}},"\u00fb":{"d":"412,-203r0,-312r85,0r0,312v0,130,-94,215,-215,215v-121,0,-215,-85,-215,-215r0,-312r84,0r0,312v0,77,51,133,131,133v79,0,130,-56,130,-133xm346,-583r-64,-91r-65,91r-76,0r104,-143r74,0r104,143r-77,0","k":{"\\":20,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,"h":5,")":15,"\u201c":10,"\u2018":10,"\u2122":60,",":20,"\u2026":20,".":20,"}":10,"]":10,"\u2030":8,"m":8,"n":8,"\u00f1":8,"p":8,"r":8,"\u0161":20,"s":20,"x":5,"f":10,"\u2260":10}},"\u00fc":{"d":"412,-203r0,-312r85,0r0,312v0,130,-94,215,-215,215v-121,0,-215,-85,-215,-215r0,-312r84,0r0,312v0,77,51,133,131,133v79,0,130,-56,130,-133xm414,-594r-92,0r0,-99r92,0r0,99xm245,-594r-92,0r0,-99r92,0r0,99","k":{"\\":20,"\u221e":10,"\u00b1":10,"\ufb01":10,"\ufb02":10,"h":5,")":15,"\u201c":10,"\u2018":10,"\u2122":60,",":20,"\u2026":20,".":20,"}":10,"]":10,"\u2030":8,"m":8,"n":8,"\u00f1":8,"p":8,"r":8,"\u0161":20,"s":20,"x":5,"f":10,"\u2260":10}},"\u2020":{"d":"223,-494r0,94r105,0r0,73r-105,0r0,127r-76,0r0,-127r-105,0r0,-73r105,0r0,-94r-105,0r0,-73r105,0r0,-127r76,0r0,127r105,0r0,73r-105,0","w":370},"\u00b0":{"d":"189,-694v84,0,154,69,154,153v0,85,-70,154,-154,154v-85,0,-154,-69,-154,-154v0,-84,69,-153,154,-153xm189,-443v54,0,97,-43,97,-98v0,-54,-43,-98,-97,-98v-54,0,-97,44,-97,98v0,55,43,98,97,98","w":378,"k":{"8":70,"6":80,"5":30,"4":160,"3":40,"1":-15,"0":20}},"\u00a2":{"d":"518,-168v-40,117,-150,191,-293,161r-35,117r-60,0r42,-138v-83,-42,-141,-132,-141,-235v0,-157,126,-285,292,-262r32,-106r60,0r-37,121v66,26,115,80,140,150r-92,0v-17,-32,-42,-56,-72,-71r-105,346v81,16,144,-19,178,-83r91,0xm196,-108r103,-338v-105,-9,-183,78,-183,183v0,66,32,123,80,155","w":547,"k":{")":10}},"\u00a3":{"d":"155,-82r342,0r0,82r-464,0r0,-79v49,0,72,-25,72,-89r0,-137r-72,0r0,-81r72,0r0,-100v0,-132,83,-208,208,-208r157,0r0,81r-157,0v-80,0,-123,45,-123,127r0,100r201,0r0,81r-201,0v-1,82,10,190,-35,223","w":530,"k":{"9":45,"8":30,"6":25,"5":15,"4":70,"3":20,"0":50}},"\u00a7":{"d":"433,-207v55,113,-31,219,-167,219v-109,0,-186,-67,-186,-167r83,0v0,57,43,87,103,87v59,0,99,-26,99,-71v0,-31,-18,-54,-124,-76v-86,-18,-199,-42,-199,-164v0,-48,24,-88,62,-114v-59,-109,29,-218,166,-218v107,0,186,61,186,168r-83,0v0,-54,-35,-88,-103,-88v-54,0,-100,22,-100,71v0,36,21,55,126,75v128,25,198,61,198,164v0,51,-25,90,-61,114xm370,-260v24,-10,39,-33,39,-61v0,-41,-19,-64,-131,-84v-43,-8,-82,-18,-113,-35v-25,12,-38,32,-38,60v0,45,22,66,135,88v43,9,79,19,108,32","w":535,"k":{"9":15,"8":10,"7":25,"6":10,"4":20,"3":15,"2":5}},"\u2022":{"d":"157,-258v-60,0,-107,-47,-107,-107v0,-58,47,-106,107,-106v58,0,106,48,106,106v0,60,-48,107,-106,107","w":313},"\u00b6":{"d":"488,-694r0,694r-85,0r0,-613r-88,0r0,613r-84,0r0,-275v-131,-7,-205,-92,-205,-209v0,-123,80,-210,223,-210r239,0","w":550},"\u00df":{"d":"562,-212v0,168,-163,262,-337,210r0,-83v111,43,261,4,253,-125v-8,-137,-118,-151,-250,-144r0,-81r62,0v88,0,137,-53,137,-113v0,-82,-67,-118,-136,-118v-68,0,-138,39,-138,153r0,513r-84,0r0,-513v0,-142,91,-231,222,-231v130,0,221,81,221,196v0,65,-32,114,-84,143v84,30,134,97,134,193","w":601,"k":{"v":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"\u00fd":5,"y":5,"\u00ff":5}},"\u00ae":{"d":"762,-350v0,200,-162,362,-362,362v-200,0,-362,-162,-362,-362v0,-199,162,-361,362,-361v200,0,362,162,362,361xm690,-350v0,-162,-130,-294,-290,-294v-160,0,-290,132,-290,294v0,163,130,295,290,295v160,0,290,-132,290,-295xm498,-307r85,148r-86,0r-72,-139r-97,0r0,138r-75,0r0,-398r191,0v84,0,137,51,137,130v0,57,-33,103,-83,121xm328,-367v78,-7,176,28,179,-61v3,-89,-103,-54,-179,-61r0,122","w":800,"k":{"v":-10,"V":30,"J":50,"P":10,"R":10,"\u0160":50,"S":50,"T":45,"\u0161":50,"s":50,"x":10,"\u017e":5,"z":5,"X":10,"\u017d":40,"Z":40}},"\u00a9":{"d":"400,-711v200,0,362,162,362,361v0,200,-162,362,-362,362v-200,0,-362,-162,-362,-362v0,-199,162,-361,362,-361xm400,-55v160,0,290,-132,290,-295v0,-162,-130,-294,-290,-294v-160,0,-290,132,-290,294v0,163,130,295,290,295xm595,-282v-27,86,-104,148,-195,148v-113,0,-206,-97,-206,-216v0,-118,93,-215,206,-215v93,0,170,61,196,147r-78,0v-21,-46,-65,-76,-118,-76v-75,0,-132,65,-132,144v0,80,57,145,132,145v52,0,96,-31,118,-77r77,0","w":800,"k":{"v":-10,"V":30,"J":50,"P":10,"R":10,"\u0160":50,"S":50,"T":45,"\u0161":50,"s":50,"x":10,"\u017e":5,"z":5,"X":10,"\u017d":40,"Z":40}},"\u2122":{"d":"835,-694r0,436r-69,0r0,-315r-116,315r-70,0r-115,-315r0,315r-70,0r0,-436r93,0r127,351r128,-351r92,0xm33,-694r317,0r0,65r-123,0r0,371r-69,0r0,-371r-125,0r0,-65","w":897},"\u00c6":{"d":"563,-486r0,100r309,0r0,81r-309,0r0,97v0,81,44,126,124,126r225,0r0,82r-225,0v-144,0,-222,-96,-208,-258r-321,0r0,258r-85,0r0,-466v0,-138,104,-245,245,-245v86,0,156,39,199,100v33,-54,92,-83,171,-83r224,0r0,81r-225,0v-80,0,-124,45,-124,127xm479,-340r0,-126v0,-90,-67,-164,-161,-164v-91,0,-160,74,-160,164r0,126r321,0","w":964,"k":{"V":-15,"*":-5,"\\":-15,"!":20,"l":10,")":-10,"\u201d":-10,"\u2019":-10,"v":35,"w":30,"?":10,"\/":-20,"&":10,"\u00e3":25,"d":25,"\u2014":10,"\u2013":10,"\u00ad":10,"\u00f8":25,"q":25,"\u00d8":20,"Q":10,"W":5,"@":5,"}":-20,"]":-20,":":-5,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u2030":10,"\u037e":-5,"C":20,"\u00c7":20,"E":20,"\u00c9":20,"\u00ca":20,"\u00cb":20,"\u00c8":20,"G":20,"O":20,"\u00d6":20,"\u00d5":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d2":20,"P":5,"R":10,"a":25,"\u00e1":25,"\u00e0":25,"\u00e2":25,"\u00e4":25,"\u00e5":25,"\u00e6":25,"c":25,"\u00e7":25,"e":25,"\u00e9":25,"\u00e8":25,"\u00ea":25,"\u00eb":25,"g":25,"j":5,"m":10,"n":10,"\u00f1":10,"o":25,"\u00f3":25,"\u00f2":25,"\u00f4":25,"\u00f6":25,"\u00f5":25,"\u0153":25,"p":10,"r":10,"t":25,"u":30,"\u00fa":30,"\u00f9":30,"\u00fb":30,"\u00fc":30,"x":10,"\u00fd":30,"y":30,"\u00ff":30,"\u017d":-15,"Z":-15,"\u00ab":20,"\u2039":20,"\u0141":5,"L":5,"U":5,"\u00dc":5,"\u00da":5,"\u00db":5,"\u00d9":5}},"\u00d8":{"d":"728,-350v0,202,-154,362,-344,362v-88,0,-169,-35,-230,-92r-70,70r-40,-41r71,-71v-47,-62,-75,-141,-75,-228v0,-202,154,-361,344,-361v90,0,170,33,231,90r68,-69r41,40r-71,71v47,61,75,140,75,229xm175,-182r381,-381v-46,-42,-105,-67,-172,-67v-143,0,-260,123,-260,280v0,64,19,122,51,168xm644,-350v0,-65,-19,-123,-51,-169r-380,381v45,43,105,68,171,68v143,0,260,-123,260,-280","w":768,"k":{"\u2019":10,"\u2018":20,"\u201d":10,"\u201c":20,"\u2026":40,"\u2122":30,"}":10,"v":-15,"]":10,"\\":20,"V":20,"?":10,"\/":20,".":40,",":40,"*":10,")":10,"J":35,"\u0160":35,"S":35,"T":40,"\u0161":45,"s":45,"\u017e":5,"z":5,"X":10,"\u00dd":5,"Y":5,"\u0178":5,"\u017d":15,"Z":15}},"\u00a5":{"d":"453,-465r106,0r0,57r-139,0r-64,110r187,0r0,57r-199,0r0,241r-85,0r0,-241r-200,0r0,-57r188,0r-64,-110r-139,0r0,-57r106,0r-133,-229r98,0r186,329r187,-329r98,0","w":603,"k":{"9":10,"8":25,"6":30,"5":15,"4":40,"3":10,"1":-20,"0":10}},"\u00aa":{"d":"356,-540r0,160r-64,0r0,-33v-91,97,-262,9,-262,-127v0,-94,71,-170,163,-170v92,0,163,76,163,170xm289,-540v0,-60,-43,-108,-96,-108v-53,0,-97,48,-97,108v0,59,44,107,97,107v53,0,96,-48,96,-107","w":406},"\u00ba":{"d":"193,-710v90,0,162,77,162,170v0,93,-72,169,-162,169v-90,0,-163,-76,-163,-169v0,-93,73,-170,163,-170xm193,-433v53,0,96,-48,96,-107v0,-59,-43,-108,-96,-108v-53,0,-97,49,-97,108v0,59,44,107,97,107","w":385},"\u00e6":{"d":"978,-160v-39,112,-128,172,-247,172v-77,0,-140,-31,-182,-82r0,70r-80,0r0,-68v-44,49,-109,80,-176,80v-144,0,-258,-115,-258,-269v0,-155,116,-271,259,-271v97,0,175,53,216,133v43,-80,123,-133,215,-133v113,0,221,78,253,212r-397,167v67,115,254,110,307,-11r90,0xm725,-451v-90,0,-190,94,-170,230r319,-135v-31,-58,-85,-95,-149,-95xm468,-257v0,-107,-80,-193,-174,-193v-96,0,-174,85,-174,193v0,108,78,191,174,191v95,0,174,-85,174,-191","w":1014,"k":{"*":35,"\\":35,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,")":10,"\u201c":30,"\u201d":30,"\u2018":30,"\u2019":30,"\u2122":60,"v":5,"w":5,"?":40,"}":5,"]":5,"\u0161":10,"s":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"x":15,"\u00fd":5,"y":5,"\u00ff":5,"\u017e":10,"z":10,"f":5,"\u2260":5}},"\u00f8":{"d":"553,-256v0,148,-112,269,-259,269v-66,0,-124,-25,-169,-65r-43,43r-41,-41r46,-45v-33,-45,-52,-101,-52,-161v0,-150,113,-272,259,-272v64,0,121,23,165,61r48,-48r41,40r-50,50v35,46,55,105,55,169xm148,-156r252,-252v-112,-96,-279,1,-279,152v0,36,10,71,27,100xm294,-69v137,0,223,-178,143,-296r-253,253v30,27,69,43,110,43","w":589,"k":{"\u221e":5,"\u00b1":5,"\ufb02":5,"\ufb01":5,"\u2019":40,"\u2018":40,"\u201d":40,"\u201c":40,"\u2026":20,"\u2122":70,"}":10,"v":5,"]":10,"\\":45,"?":40,";":10,":":10,".":20,",":20,"*":45,")":20,"\u0161":10,"s":10,"x":10,"\u017e":10,"z":10,"f":5,"\u2260":5}},"\u00bf":{"d":"233,-595r0,-99r96,0r0,99r-96,0xm46,-177v0,-98,60,-143,109,-178v59,-42,91,-71,85,-162r83,0v7,124,-50,173,-118,223v-48,35,-75,61,-75,114v0,72,45,116,135,116v87,0,141,-51,141,-124r85,0v0,110,-86,205,-226,205v-139,0,-219,-86,-219,-194","w":522,"k":{"\u00d8":10,"v":40,"W":10,"V":80,"Q":10,"9":90,"8":5,"7":80,"6":5,"4":-10,"2":20,"0":20,")":10,"C":15,"\u00c7":15,"G":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"\u0160":5,"S":5,"T":70,"u":10,"\u00fa":10,"\u00f9":10,"\u00fb":10,"\u00fc":10,"x":10,"\u00fd":10,"y":10,"\u00ff":10,"\u00dd":90,"Y":90,"\u0178":90,"U":10,"\u00dc":10,"\u00da":10,"\u00db":10,"\u00d9":10}},"\u00a1":{"d":"88,-595r0,-99r95,0r0,99r-95,0xm93,0r0,-517r85,0r0,517r-85,0","w":271,"k":{"\u221e":10,"\u00b1":10,"\ufb02":10,"\ufb01":10,"b":5,"W":10,"F":10,"9":10,"8":10,"6":5,"4":20,"3":10,"0":10,"A":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u00c0":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"B":10,"E":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00c8":10,"M":10,"N":10,"\u00d1":10,"P":10,"p":5,"t":10,"X":10,"\u00dd":5,"Y":5,"\u0178":5,"f":10,"\u2260":10,"\u0141":10,"L":10,"U":10,"\u00dc":10,"\u00da":10,"\u00db":10,"\u00d9":10}},"\u0192":{"d":"435,-660r0,85v-59,-23,-116,-10,-132,65r-12,52r77,0r0,61r-90,0r-48,224v-26,127,-113,167,-215,139r0,-85v58,22,115,10,132,-66r45,-212r-74,0r0,-61r87,0r14,-64v26,-126,114,-166,216,-138","w":453,"k":{"8":45,"7":-25,"6":70,"5":25,"4":100,"2":-10,"1":-40,"0":30}},"\u00ab":{"d":"393,-380r-100,80r100,82r0,88r-158,-136r0,-67r158,-136r0,89xm23,-333r158,-136r0,89r-100,80r100,82r0,88r-158,-136r0,-67","w":423,"k":{"V":30,"v":-10,"J":-15,"T":80,"\u0161":5,"s":5,"\u017d":-15,"Z":-15}},"\u00bb":{"d":"400,-333r0,67r-159,136r0,-88r100,-82r-100,-80r0,-89xm29,-469r159,136r0,67r-159,136r0,-88r100,-82r-100,-80r0,-89","w":423,"k":{"V":60,")":15,"v":10,"}":10,"]":10,"J":30,"\u0160":70,"S":70,"T":80,"\u0161":60,"s":60,"x":20,"\u017e":10,"z":10,"X":10,"\u00dd":25,"Y":25,"\u0178":25,"\u017d":30,"Z":30}},"\u2026":{"d":"813,-88r0,88r-85,0r0,-88r85,0xm473,-88r0,88r-84,0r0,-88r84,0xm135,-88r0,88r-85,0r0,-88r85,0","w":863,"k":{"\u00f8":20,"\u00d8":40,"\u00e3":20,"w":20,"v":50,"q":20,"l":25,"d":20,"b":30,"W":30,"V":100,"Q":40,"9":100,"8":25,"7":50,"6":25,"5":15,"4":50,"0":40,"C":40,"\u00c7":40,"E":20,"\u00c9":20,"\u00ca":20,"\u00cb":20,"\u00c8":20,"G":40,"O":40,"\u00d6":40,"\u00d5":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d2":40,"\u0160":-10,"S":-10,"T":110,"a":20,"\u00e1":20,"\u00e0":20,"\u00e2":20,"\u00e4":20,"\u00e5":20,"\u00e6":20,"c":20,"\u00e7":20,"e":20,"\u00e9":20,"\u00e8":20,"\u00ea":20,"\u00eb":20,"g":20,"o":20,"\u00f3":20,"\u00f2":20,"\u00f4":20,"\u00f6":20,"\u00f5":20,"\u0153":20,"\u0161":-10,"s":-10,"t":20,"u":20,"\u00fa":20,"\u00f9":20,"\u00fb":20,"\u00fc":20,"\u00fd":40,"y":40,"\u00ff":40,"\u00dd":120,"Y":120,"\u0178":120,"\u017d":-10,"Z":-10,"\u0141":30,"L":30,"U":30,"\u00dc":30,"\u00da":30,"\u00db":30,"\u00d9":30}},"\u00c0":{"d":"563,-466r0,466r-85,0r0,-258r-320,0r0,258r-85,0r0,-466v0,-138,104,-245,245,-245v142,0,245,107,245,245xm478,-340r0,-126v0,-90,-66,-164,-160,-164v-91,0,-160,74,-160,164r0,126r320,0xm159,-902r125,137r66,0r-87,-137r-104,0","w":636},"\u00c3":{"d":"373,-778v-54,0,-101,-39,-141,-39v-24,0,-40,20,-42,44r-48,0v4,-54,36,-106,102,-106v57,0,101,39,141,39v24,0,40,-19,42,-43r48,0v-5,54,-37,105,-102,105xm563,-466r0,466r-85,0r0,-258r-320,0r0,258r-85,0r0,-466v0,-138,104,-245,245,-245v142,0,245,107,245,245xm478,-340r0,-126v0,-90,-66,-164,-160,-164v-91,0,-160,74,-160,164r0,126r320,0","w":636},"\u00d5":{"d":"438,-778v-54,0,-101,-39,-141,-39v-24,0,-40,20,-42,44r-48,0v4,-54,36,-106,102,-106v57,0,101,39,141,39v24,0,40,-19,42,-43r48,0v-5,54,-37,105,-102,105xm384,-711v193,0,344,155,344,361v0,202,-154,362,-344,362v-190,0,-344,-159,-344,-362v0,-202,154,-361,344,-361xm384,-70v143,0,260,-123,260,-280v0,-160,-114,-280,-260,-280v-143,0,-260,123,-260,280v0,158,117,280,260,280","w":768,"k":{"V":20,"*":10,"\\":20,")":10,"\u201c":20,"\u201d":10,"\u2018":20,"\u2019":10,"\u2122":30,"v":-15,"?":10,"\/":20,",":40,"\u2026":40,".":40,"}":10,"]":10,"J":35,"\u0160":35,"S":35,"T":40,"\u0161":45,"s":45,"\u017e":5,"z":5,"X":10,"\u00dd":5,"Y":5,"\u0178":5,"\u017d":15,"Z":15}},"\u0152":{"d":"735,-486r0,99r326,0r0,79r-326,0r0,100v0,81,44,126,124,126r246,0r0,82r-246,0v-103,0,-177,-51,-200,-141v-59,93,-158,153,-274,153v-190,0,-345,-159,-345,-362v0,-202,155,-362,345,-362v119,0,217,60,275,153v26,-87,98,-135,199,-135r246,0r0,81r-246,0v-80,0,-124,45,-124,127xm644,-351v0,-159,-114,-279,-259,-279v-143,0,-260,123,-260,280v0,158,117,280,260,280v143,0,259,-123,259,-281","w":1157,"k":{"V":-15,"*":-5,"\\":-15,"!":20,"l":10,")":-10,"\u201d":-10,"\u2019":-10,"v":35,"w":30,"?":10,"\/":-20,"&":10,"\u00e3":25,"d":25,"\u2014":10,"\u2013":10,"\u00ad":10,"\u00f8":25,"q":25,"\u00d8":20,"Q":10,"W":5,"@":5,"}":-20,"]":-20,":":-5,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"\u2030":10,"\u037e":-5,"C":20,"\u00c7":20,"E":20,"\u00c9":20,"\u00ca":20,"\u00cb":20,"\u00c8":20,"G":20,"O":20,"\u00d6":20,"\u00d5":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d2":20,"P":5,"R":10,"a":25,"\u00e1":25,"\u00e0":25,"\u00e2":25,"\u00e4":25,"\u00e5":25,"\u00e6":25,"c":25,"\u00e7":25,"e":25,"\u00e9":25,"\u00e8":25,"\u00ea":25,"\u00eb":25,"g":25,"j":5,"m":10,"n":10,"\u00f1":10,"o":25,"\u00f3":25,"\u00f2":25,"\u00f4":25,"\u00f6":25,"\u00f5":25,"\u0153":25,"p":10,"r":10,"t":25,"u":30,"\u00fa":30,"\u00f9":30,"\u00fb":30,"\u00fc":30,"x":10,"\u00fd":30,"y":30,"\u00ff":30,"\u017d":-15,"Z":-15,"\u00ab":20,"\u2039":20,"\u0141":5,"L":5,"U":5,"\u00dc":5,"\u00da":5,"\u00db":5,"\u00d9":5}},"\u0153":{"d":"978,-160v-39,112,-128,172,-247,172v-98,0,-178,-53,-221,-132v-41,79,-117,132,-216,132v-146,0,-259,-120,-259,-269v0,-149,113,-271,259,-271v99,0,175,54,216,134v43,-80,121,-134,216,-134v112,0,220,78,252,212r-397,167v67,115,255,110,307,-11r90,0xm726,-451v-91,0,-191,93,-171,230r320,-135v-32,-58,-86,-95,-149,-95xm468,-257v0,-106,-78,-193,-174,-193v-96,0,-174,87,-174,193v0,106,78,191,174,191v96,0,174,-85,174,-191","w":1014,"k":{"*":35,"\\":35,"\u221e":5,"\u00b1":5,"\ufb01":5,"\ufb02":5,")":10,"\u201c":30,"\u201d":30,"\u2018":30,"\u2019":30,"\u2122":60,"v":5,"w":5,"?":40,"}":5,"]":5,"\u0161":10,"s":10,"u":5,"\u00fa":5,"\u00f9":5,"\u00fb":5,"\u00fc":5,"x":15,"\u00fd":5,"y":5,"\u00ff":5,"\u017e":10,"z":10,"f":5,"\u2260":5}},"\u2013":{"d":"587,-235r-543,0r0,-82r543,0r0,82","w":631,"k":{"v":10,"b":5,"V":55,")":20,"J":40,"\u0160":70,"S":70,"T":90,"p":5,"\u0161":60,"s":60,"x":15,"\u017e":5,"z":5,"\u00dd":35,"Y":35,"\u0178":35,"\u017d":30,"Z":30}},"\u2014":{"d":"933,-235r-889,0r0,-82r889,0r0,82","w":976,"k":{"v":10,"b":5,"V":55,")":20,"J":40,"\u0160":70,"S":70,"T":90,"p":5,"\u0161":60,"s":60,"x":15,"\u017e":5,"z":5,"\u00dd":35,"Y":35,"\u0178":35,"\u017d":30,"Z":30}},"\u201c":{"d":"298,-573r0,103r-100,0r0,-126v0,-68,47,-102,93,-106r0,44v-40,6,-53,38,-49,85r56,0xm85,-573r57,0r0,103r-100,0r0,-126v0,-68,47,-102,93,-106r0,44v-40,6,-54,38,-50,85","w":340,"k":{"\u2030":45,"\u221e":10,"\u00b1":10,"\ufb02":10,"\ufb01":10,"\u00f8":35,"\u00d8":10,"\u00e3":35,"v":-20,"q":35,"d":35,"V":-10,"Q":10,"F":10,"A":10,"\u00c4":10,"\u00c5":10,"\u00c6":10,"\u00c0":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"B":10,"C":5,"\u00c7":5,"G":10,"J":90,"M":10,"N":10,"\u00d1":10,"O":10,"\u00d6":10,"\u00d5":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d2":10,"P":10,"R":10,"\u0160":150,"S":150,"a":35,"\u00e1":35,"\u00e0":35,"\u00e2":35,"\u00e4":35,"\u00e5":35,"\u00e6":35,"c":35,"\u00e7":35,"e":35,"\u00e9":35,"\u00e8":35,"\u00ea":35,"\u00eb":35,"g":35,"m":45,"n":45,"\u00f1":45,"o":35,"\u00f3":35,"\u00f2":35,"\u00f4":35,"\u00f6":35,"\u00f5":35,"\u0153":35,"p":50,"r":40,"\u0161":145,"s":145,"t":10,"\u017e":-10,"z":-10,"\u017d":10,"Z":10,"f":10,"\u2260":10}},"\u201d":{"d":"294,-694r0,126v0,68,-47,101,-94,106r0,-44v41,-6,54,-38,50,-85r-57,0r0,-103r101,0xm38,-694r100,0r0,126v0,68,-47,101,-94,106r0,-44v40,-6,54,-38,50,-85r-56,0r0,-103","w":335,"k":{"\u2030":70
