/*
 * 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) 2006 Parachute¨, www.parachute.gr.  All rights reserved.
 * 
 * Trademark:
 * Centro is a trademark of Parachute¨
 * 
 * Manufacturer:
 * Parachute¨ Worldwide
 * 
 * Designer:
 * Panos Vassiliou
 * 
 * Vendor URL:
 * http://www.parachute.gr
 * 
 * License information:
 * http://www.parachute.gr/support.aspx?Licensing=1
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"638,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v220,0,284,169,284,355xm549,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280xm-128,-691r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm33,-502r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":698,"k":{"\ue199":10,"\ue198":10,"\ue197":20,"\u03a7":20,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\u0391":20,"\u039b":20,"\u2206":20,"\u1fb8":20,"\u1fb9":20,"\u1fbc":20,"\ue264":20}},{"d":"49,-267r0,-449r173,0v147,-2,189,137,89,213v48,21,68,73,68,109v0,78,-64,127,-139,127r-191,0xm222,-472r-106,0r0,148r106,0v64,0,86,-31,86,-74v0,-40,-27,-74,-86,-74xm210,-661r-94,0r0,134r94,0v55,0,86,-26,86,-67v0,-41,-25,-67,-86,-67","w":418},{"d":"220,0r0,-296r-210,-389r89,0r164,319r4,0r171,-319r87,0r-216,385r0,300r-89,0xm100,-747r0,-64r326,0r0,64r-326,0","w":536,"k":{"\u1fd7":60,"\u1fd6":60,"\u1fd3":60,"\u1fd2":60,"\u1fd1":60,"\u1fd0":60,"\u1f76":60,"\u1f37":60,"\u1f36":60,"\u1f35":60,"\u1f34":60,"\u1f33":60,"\u1f32":60,"\ue199":40,"\ue198":50,"\ue194":30,"\u03ca":60,"\u0390":60,"\u03c4":50,"\u03c8":80,"\u03c7":50,"\u03bb":50,"\u03c0":50,"\u03a6":50,"\u03bd":60,"\u03c1":60,"\u03b8":30,"\u03b6":40,"\u03b4":60,"\u03b3":60,"\u03b2":30,",":50,".":50,"\u2026":50,"-":90,"\u2013":90,"\u2014":90,"\u00ad":90,"\ue183":70,"\ue186":70,"\ue18d":70,"\ue19b":70,"\u0391":50,"\u039b":50,"\u2206":50,"\u1fb8":50,"\u1fb9":50,"\u1fbc":50,"\ue264":50,"\ue18a":60,"\ue191":60,"\ue19f":60,"\ue19a":50,"\ue1a1":50,"\u0398":30,"\u039f":30,"\u03b1":50,"\u03c9":50,"\u03bf":50,"\u03c6":50,"\u03c3":50,"\u03ce":50,"\u1f00":50,"\u1f01":50,"\u1f02":50,"\u1f03":50,"\u1f04":50,"\u1f05":50,"\u1f06":50,"\u1f07":50,"\u1f40":50,"\u1f41":50,"\u1f42":50,"\u1f43":50,"\u1f44":50,"\u1f45":50,"\u1f60":50,"\u1f61":50,"\u1f62":50,"\u1f63":50,"\u1f64":50,"\u1f65":50,"\u1f66":50,"\u1f67":50,"\u1f70":50,"\u1f71":50,"\u1f78":50,"\u1f79":50,"\u1f7c":50,"\u1f7d":50,"\u1f80":50,"\u1f81":50,"\u1f82":50,"\u1f83":50,"\u1f84":50,"\u1f85":50,"\u1f86":50,"\u1f87":50,"\u1fa0":50,"\u1fa1":50,"\u1fa2":50,"\u1fa3":50,"\u1fa4":50,"\u1fa5":50,"\u1fa6":50,"\u1fa7":50,"\u1fb0":50,"\u1fb1":50,"\u1fb2":50,"\u1fb3":50,"\u1fb4":50,"\u1fb6":50,"\u1fb7":50,"\u1ff2":50,"\u1ff3":50,"\u1ff4":50,"\u1ff6":50,"\u1ff7":50,"\u03ac":50,"\u03cc":50,"\u03b5":60,"\u03ad":60,"\u1f10":60,"\u1f11":60,"\u1f12":60,"\u1f13":60,"\u1f14":60,"\u1f15":60,"\u1f72":60,"\u1f73":60,"\u03b7":50,"\u03ba":50,"\u03ae":50,"\u1f20":50,"\u1f21":50,"\u1f22":50,"\u1f23":50,"\u1f24":50,"\u1f25":50,"\u1f26":50,"\u1f27":50,"\u1f74":50,"\u1f75":50,"\u1f90":50,"\u1f91":50,"\u1f92":50,"\u1f93":50,"\u1f94":50,"\u1f95":50,"\u1f96":50,"\u1f97":50,"\u1fc2":50,"\u1fc3":50,"\u1fc4":50,"\u1fc6":50,"\u1fc7":50,"\u03bc":50,"\u03b9":60,"\u03af":60,"\u1f30":60,"\u1f31":60,"\u1f77":60,"\ue184":40,"\ue185":40,"\ue187":40,"\ue18c":40,"\ue193":40}},{"d":"513,0r-433,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65xm5,-655r-132,195r-40,-19r92,-214","w":564},{"d":"789,-361v0,203,-165,367,-367,367v-204,0,-368,-164,-368,-367v0,-121,62,-210,115,-250v16,-13,45,-16,62,-1v19,18,22,45,4,63v-33,31,-90,84,-90,185v0,159,123,286,277,286v153,0,275,-127,275,-286v-1,-94,-43,-142,-77,-184v-17,-21,-16,-46,3,-64v19,-17,44,-13,61,1v50,41,105,124,105,250xm425,-760v24,0,44,20,44,44r0,318v0,24,-20,44,-44,44v-25,0,-44,-19,-44,-44r0,-318v0,-24,19,-44,44,-44","w":836},{"d":"766,-252v0,37,-31,66,-67,66v-35,0,-66,-29,-66,-66v0,-37,31,-66,66,-66v36,0,67,29,67,66xm583,-252v0,37,-29,66,-66,66v-37,0,-67,-29,-67,-66v0,-37,30,-66,67,-66v37,0,66,29,66,66xm400,-252v0,37,-30,66,-67,66v-37,0,-66,-29,-66,-66v0,-37,29,-66,66,-66v37,0,67,29,67,66xm1010,-253r-253,253r-52,-52r202,-201r-196,-194r52,-52xm330,-52r-52,52r-253,-253r247,-246r52,52r-195,194","w":1035},{"d":"233,-500v55,0,123,10,161,26r-18,55v-61,-19,-97,-21,-134,-21v-79,0,-109,36,-109,78v0,89,91,67,169,70r0,56v-89,-1,-178,-9,-178,90v0,122,186,104,278,58r19,50v-105,65,-381,78,-381,-99v0,-62,41,-107,92,-123r1,-3v-43,-12,-84,-44,-84,-96v0,-89,80,-141,184,-141xm211,-774r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm248,-581r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":439},{"d":"412,-456r-291,392r305,0r0,64r-406,0r0,-51r291,-395r-273,0r1,-64r373,0r0,54","w":446},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm-152,-579r13,-6v110,24,107,110,9,155r-18,-18v38,-31,50,-72,-21,-82xm-39,-594v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm671,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51","w":854},{"d":"1370,58r-107,-58r-1126,0r-113,60r-21,-39r109,-57v32,-164,142,-368,413,-364r-471,-256r21,-39r543,295r182,0r266,-140v-20,-42,-54,-77,-131,-77r-521,0r0,-65r539,0v76,0,150,36,178,107r228,-120r21,39r-235,124r165,507r81,44xm708,-301r-446,235r879,0xm1139,-332r-373,0r-11,6r467,253xm518,-332v-186,0,-280,131,-309,244r452,-238r-10,-6r-133,0xm1116,-400r-35,-98r-186,98r221,0","w":1398},{"d":"361,-730r-105,167r-37,-18r76,-183xm427,-610v0,26,-20,45,-47,45v-27,0,-47,-19,-47,-45v0,-27,20,-46,49,-46v23,0,45,21,45,46xm199,-610v0,26,-19,44,-44,44v-26,0,-49,-18,-49,-44v0,-28,21,-46,47,-46v23,0,46,20,46,46","w":534},{"d":"70,-69r0,-419r81,0r0,427r59,0r4,49v-59,29,-144,28,-144,-57xm-53,-596r0,-64r329,0r0,64r-329,0","w":239,"k":{"\u03bd":20}},{"d":"85,-395v-44,9,-34,-57,-48,-86v-2,-8,-2,-16,7,-22v27,-17,85,-60,344,-157v176,-66,260,-96,336,-116v60,-17,53,42,68,78v7,19,-2,31,-16,38v-210,111,-470,219,-691,265xm121,-36r0,-280v0,0,2,-15,17,-21v93,-39,260,-50,340,-50v89,0,263,17,341,50v16,6,16,27,16,27r0,272v0,17,-13,30,-25,35v-91,33,-247,44,-332,44v-96,0,-264,-10,-339,-47v-20,-10,-18,-30,-18,-30xm753,-751v-126,76,-536,246,-696,269r20,68v145,-20,567,-192,697,-267xm726,-755v-186,52,-471,161,-646,251v229,-51,485,-176,646,-251xm144,-309r0,279v85,48,283,49,334,49v147,0,263,-17,334,-48r0,-280v-15,8,-91,34,-334,34v-235,0,-334,-34,-334,-34xm478,-365v-200,0,-287,33,-311,45v18,6,95,26,311,26v225,0,309,-26,309,-26v-28,-13,-122,-45,-309,-45xm291,-23r-42,0r0,-184r-33,23r0,-44r36,-25r39,0r0,230xm361,-184r-41,-6v6,-81,141,-87,142,-1v0,16,-7,34,-17,45r-71,83r86,0r0,40r-140,0r0,-36r91,-108v13,-17,12,-48,-19,-49v-14,0,-28,11,-31,32xm727,-23r-43,0r0,-128r-45,95r-34,0r-44,-94r0,127r-44,0r0,-230r41,0r64,144r63,-144r42,0r0,230","w":892},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm-101,-693r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121xm671,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51","w":854},{"d":"470,-316r-172,335r-69,0r-174,-335r174,-337r70,0xm382,-316r-119,-241r-118,240v38,75,83,163,119,239","w":530},{"d":"179,-182v10,-16,29,-44,29,-51v0,-10,-19,-21,-53,-36v-106,-49,-132,-89,-132,-164v0,-95,55,-165,158,-165v43,0,78,9,109,20r-14,50v-42,-15,-69,-18,-91,-18v-67,0,-95,51,-95,112v0,54,19,80,105,116v116,49,87,90,21,163","w":305},{"d":"10,0r176,-264r-166,-246r93,0r123,199r125,-199r91,0r-169,248r175,262r-91,0r-135,-215r-132,215r-90,0","w":468},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm781,-386r0,-3v61,-23,89,-78,89,-134v0,-116,-90,-171,-196,-171r-231,0r0,657r257,0v109,0,190,-80,190,-191v0,-73,-31,-134,-109,-158xm745,-237v0,93,-71,91,-157,89r0,-178v85,-4,156,4,157,89xm726,-516v0,80,-61,85,-138,81r0,-146v69,0,138,-9,138,65xm1177,-425r-6,0v-33,-93,-73,-180,-111,-268r-152,0r191,404r0,252r145,0r0,-254r195,-402r-152,0r-73,172"},{"d":"573,0r-87,0r0,-614r-320,0r1,614r-87,0r0,-685r493,0r0,685","w":653,"k":{"\u042a":40}},{"d":"318,-262r-174,353r-70,0r173,-348r-202,0r0,-52r273,0r0,47","w":364},{"d":"372,-488r83,0r0,297v0,114,-74,197,-200,197v-131,0,-195,-75,-195,-184r0,-310r82,0r0,310v0,70,28,119,112,119v80,0,118,-55,118,-128r0,-301xm210,-774r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm371,-585r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":515},{"d":"513,0r-433,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65xm-142,-696r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm19,-507r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":564},{"d":"320,-266r-66,0r0,-212v0,-39,-6,-66,-52,-66v-28,0,-68,15,-96,29r0,249r-67,0r0,-325r66,0r0,24v37,-19,81,-31,113,-31v95,0,102,57,102,107r0,225","w":359},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm42,-675r-134,153r-41,-31r111,-171","w":653},{"d":"558,-701r-292,723r-56,0r294,-723r54,0xm158,-265r0,-335r-100,14r-9,-44r118,-34r58,0r0,399r-67,0","w":443},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm284,-730v-70,0,-121,-55,-162,-112r47,-33v36,49,80,83,119,83v24,0,68,-5,142,-77r27,25v-58,84,-120,114,-173,114","w":579,"k":{"'":70}},{"d":"138,0r-80,0r0,-488r80,0r0,203r97,0v11,-113,72,-214,211,-214v155,0,205,128,205,256v0,125,-52,251,-215,251v-150,0,-200,-110,-203,-237r-95,0r0,229xm568,-242v0,-86,-20,-193,-122,-193v-102,0,-130,101,-130,194v0,97,16,186,130,186v100,0,122,-98,122,-187","w":699,"k":{"\u0434":10,"\u043b":10,"\u0459":10,"\u0443":10,"\u045e":10}},{"d":"674,-576r0,539r-147,0r0,-539r-141,0r0,-118r433,0r0,118r-145,0xm1219,-37r0,-284r-184,0r0,284r-145,0r0,-657r145,0r0,260r184,0r0,-260r144,0r0,657r-144,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"229,-51r136,-437r83,0r-192,577v-42,116,-100,153,-246,109r13,-57v85,17,132,28,159,-57r28,-87r-39,0r-153,-485r79,0r100,335v13,43,22,84,27,102r5,0xm247,-535r-145,-139r60,-57r123,162","w":460,"k":{"c":10,"d":10,"e":10,"g":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"\u01a1":10,"\u01ff":10,"\u00f0":10,",":60,".":60,"\u2026":60}},{"d":"162,-508v0,67,68,90,155,130v69,-47,93,-84,93,-125v0,-46,-35,-108,-127,-108v-90,0,-121,67,-121,103xm277,-53v95,0,150,-55,150,-128v0,-77,-76,-109,-197,-160v-79,49,-100,115,-100,166v0,67,49,122,147,122xm487,-514v0,49,-17,105,-99,165v62,32,117,89,117,173v0,104,-89,184,-231,184v-146,0,-226,-71,-226,-173v0,-67,29,-153,123,-205v-63,-37,-92,-73,-92,-138v0,-95,86,-168,207,-168v93,0,201,46,201,162","w":558},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm332,-680r13,-6v110,24,107,110,9,155r-18,-18v38,-31,50,-72,-21,-82xm445,-695v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75","w":730},{"d":"47,-194v-11,-180,52,-303,218,-304v144,0,209,103,209,249v0,154,-69,259,-213,259v-36,0,-87,-6,-127,-32r-4,2r0,227r-83,0r0,-401xm257,-433v-88,0,-127,79,-127,160r0,183v21,16,75,36,119,36v79,0,142,-36,142,-198v0,-143,-61,-181,-134,-181xm229,-763r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121","w":515},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm-118,-582r13,-6v110,24,107,110,9,155r-18,-18v38,-31,50,-72,-21,-82xm-5,-597v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm310,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":695},{"d":"165,0r-85,0r0,-684r414,0r0,65r-329,0r0,231r272,0r0,64r-272,0r0,324","w":534,"k":{"\u00f0":40,"\ue17d":20,"\ue179":20,"\ue176":30,"\ue175":60,"\ue172":20,"\ue167":20,"\ue166":20,"\ue165":20,"\ue161":30,"\ue160":30,"\ue15f":30,"\ue14b":30,"\ue14a":30,"\ue149":30,"\ue148":30,"\ue140":30,"\ue13f":30,"\ue13e":30,"\ue13d":30,"\ue13c":60,"\ue13b":60,"\ue13a":60,"\ue138":20,"\ue133":30,"\ue132":30,"\ue131":30,"\ue130":30,"\ue12f":30,"\ue12e":30,"\ue123":30,"\ue122":60,"\ue121":60,"\ue120":60,"\ue11f":60,"\ue11e":60,"\ue11d":60,"\ue11c":60,"\ue11b":20,"\ue119":30,"\ue118":20,"\ue116":20,"\ue110":20,"\ue10e":30,"\ue10c":30,"\ue104":30,"\ue100":30,"\ue0fe":60,"\u0219":10,"\u01ff":40,"\u01fd":40,"\u01fc":50,"\u01a1":40,"\u015f":10,"\u015d":10,"\u015b":10,"\u0159":20,"\u0157":20,"\u0155":20,"\u0151":40,"\u014f":40,"\u014d":40,"\u014b":20,"\u0148":20,"\u0146":20,"\u0144":20,"\u0140":20,"\u013e":20,"\u013c":20,"\u013a":20,"\u0137":20,"\u0133":20,"\u012f":20,"\u0127":20,"\u0125":20,"\u0123":40,"\u0121":40,"\u011f":40,"\u011d":40,"\u011b":40,"\u0119":40,"\u0117":40,"\u0115":40,"\u0113":40,"\u0111":40,"\u010f":40,"\u010d":40,"\u010b":40,"\u0109":40,"\u0107":40,"\u0105":40,"\u0104":50,"\u0103":40,"\u0102":50,"\u0101":40,"\u0100":50,"\u00fe":20,"\u00f8":40,"\u00f6":40,"\u00f5":40,"\u00f4":40,"\u00f3":40,"\u00f2":40,"\u00ed":20,"\u00eb":40,"\u00ea":40,"\u00e9":40,"\u00e8":40,"\u00e7":40,"\u00e5":40,"\u00e4":40,"\u00e3":40,"\u00e2":40,"\u00e1":40,"\u00e0":40,"\u00c5":50,"\u00c4":50,"\u00c3":50,"\u00c2":50,"\u00c1":50,"\u00c0":50,"\u0161":10,"\u00c6":50,"\u00e6":40,"\u2026":80,"s":10,"r":20,"q":40,"p":20,"o":40,"n":20,"m":20,"l":20,"k":20,"i":20,"h":20,"g":40,"e":40,"d":40,"c":40,"b":20,"a":40,"A":50,".":80,",":80,"\u0149":-40,"\u012d":-20,"\u012b":-30,"\u0129":-30,"\u00ef":-30,"\u00ee":-40,"\u00ec":-20}},{"d":"308,-590v0,75,-58,133,-133,133v-83,0,-135,-57,-135,-133v0,-72,61,-135,135,-135v75,0,133,63,133,135xm260,-589v0,-49,-40,-88,-86,-88v-48,0,-85,39,-85,88v0,47,37,85,85,85v46,0,86,-38,86,-85xm485,0r-85,0r0,-684r414,0r0,65r-329,0r0,231r272,0r0,64r-272,0r0,324","w":854},{"d":"174,0r-84,0r0,-685r84,0r0,685xm311,-759r-25,29r-155,-89r-154,90r-23,-28r150,-138r55,0","w":264},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm497,-734r-132,195r-40,-19r92,-214xm330,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":730},{"d":"264,-439v-94,0,-125,76,-131,159r249,0v0,-94,-28,-159,-118,-159xm262,-499v195,0,197,173,197,233r0,39r-327,0v-1,91,30,171,139,171v57,0,101,-12,156,-35r20,52v-58,31,-117,45,-182,45v-174,0,-217,-113,-217,-249v0,-87,30,-256,214,-256xm393,-610v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm205,-610v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":505},{"d":"372,-488r83,0r0,297v0,114,-74,197,-200,197v-131,0,-195,-75,-195,-184r0,-310r82,0r0,310v0,70,28,119,112,119v80,0,118,-55,118,-128r0,-301xm390,-576v0,24,-20,42,-47,42v-25,0,-42,-18,-42,-42v0,-25,19,-44,42,-44v27,0,47,18,47,44xm203,-576v0,24,-19,42,-45,42v-25,0,-45,-18,-45,-42v0,-25,21,-44,43,-44v28,0,47,18,47,44xm333,-655v-63,0,-117,-38,-156,-38r-59,38r-27,-22v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,16v-16,44,-47,75,-87,75","w":515},{"d":"174,0r-84,0r0,-685r84,0r0,685xm129,-730v-70,0,-121,-55,-162,-112r47,-33v36,49,80,83,119,83v24,0,68,-5,142,-77r27,25v-58,84,-120,114,-173,114","w":264},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm330,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm337,-774r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm374,-581r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":730},{"d":"174,0r-84,0r0,-685r84,0r0,685xm-158,-691r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm-121,-498r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":264},{"d":"403,-37r0,-108r253,-431r-231,0r0,-118r395,0r0,103r-255,437r267,0r0,117r-429,0xm1072,-298r116,0r-56,-255r-7,0xm1213,-186r-166,0r-34,149r-151,0r182,-656r169,0r186,656r-151,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"455,0r-81,0r0,-426r-235,0r0,426r-81,0r0,-487r398,0v0,162,-1,325,-1,487","w":515},{"d":"331,-730v-70,0,-121,-55,-162,-112r47,-33v36,49,80,83,119,83v24,0,68,-5,142,-77r27,25v-58,84,-120,114,-173,114","w":668},{"d":"253,-551v-61,0,-109,-47,-109,-105v0,-56,48,-105,109,-105v60,0,106,48,106,105v0,59,-47,105,-106,105xm253,-718v-38,0,-64,28,-64,65v0,34,25,62,64,62v36,0,61,-28,61,-62v0,-36,-25,-65,-61,-65","w":504},{"d":"372,-488r83,0r0,297v0,114,-74,197,-200,197v-131,0,-195,-75,-195,-184r0,-310r82,0r0,310v0,70,28,119,112,119v80,0,118,-55,118,-128r0,-301xm271,-713r12,6r18,48v-73,10,-57,49,-21,81r-18,18v-48,-26,-74,-57,-74,-82v0,-37,25,-61,83,-71xm333,-724v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75","w":515},{"d":"183,-355v-54,0,-68,35,-68,54v0,32,53,50,91,65v38,-23,51,-45,51,-65v0,-25,-19,-54,-74,-54xm180,-48v62,0,85,-39,85,-69v0,-36,-44,-60,-114,-83v-42,26,-55,61,-55,87v0,34,26,65,84,65xm317,-308v0,32,-9,65,-52,96v35,21,63,55,63,101v0,66,-58,115,-148,115v-167,0,-193,-151,-80,-227v-98,-55,-38,-185,85,-185v62,0,132,28,132,100","w":364},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm723,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51xm-103,-689r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm-66,-496r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":906},{"d":"70,-69r0,-419r81,0r0,427r59,0r4,49v-59,29,-144,28,-144,-57xm76,-774r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm113,-581r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":239,"k":{"\u03bd":20}},{"d":"323,0r-83,0r0,-618r-220,0r0,-67r523,0r0,67r-219,0","w":563,"k":{"\u00b5":60,"\u03cd":60,"\u03cc":80,"\u03ac":80,"\ue264":60,"\u1ff7":80,"\u1ff6":80,"\u1ff4":80,"\u1ff3":80,"\u1ff2":80,"\u1fe7":60,"\u1fe6":60,"\u1fe3":60,"\u1fe2":60,"\u1fe1":60,"\u1fe0":60,"\u1fc7":60,"\u1fc6":60,"\u1fc4":60,"\u1fc3":60,"\u1fc2":60,"\u1fbc":60,"\u1fb9":60,"\u1fb8":60,"\u1fb7":80,"\u1fb6":80,"\u1fb4":80,"\u1fb3":80,"\u1fb2":80,"\u1fb1":80,"\u1fb0":80,"\u1fa7":80,"\u1fa6":80,"\u1fa5":80,"\u1fa4":80,"\u1fa3":80,"\u1fa2":80,"\u1fa1":80,"\u1fa0":80,"\u1f97":60,"\u1f96":60,"\u1f95":60,"\u1f94":60,"\u1f93":60,"\u1f92":60,"\u1f91":60,"\u1f90":60,"\u1f87":80,"\u1f86":80,"\u1f85":80,"\u1f84":80,"\u1f83":80,"\u1f82":80,"\u1f81":80,"\u1f80":80,"\u1f7d":80,"\u1f7c":80,"\u1f7b":60,"\u1f7a":60,"\u1f79":80,"\u1f78":80,"\u1f75":60,"\u1f74":60,"\u1f73":70,"\u1f72":70,"\u1f71":80,"\u1f70":80,"\u1f67":80,"\u1f66":80,"\u1f65":80,"\u1f64":80,"\u1f63":80,"\u1f62":80,"\u1f61":80,"\u1f60":80,"\u1f57":60,"\u1f56":60,"\u1f55":60,"\u1f54":60,"\u1f53":60,"\u1f52":60,"\u1f51":60,"\u1f50":60,"\u1f45":80,"\u1f44":80,"\u1f43":80,"\u1f42":80,"\u1f41":80,"\u1f40":80,"\u1f31":70,"\u1f27":60,"\u1f26":60,"\u1f25":60,"\u1f24":60,"\u1f23":60,"\u1f22":60,"\u1f21":60,"\u1f20":60,"\u1f15":70,"\u1f14":70,"\u1f13":70,"\u1f12":70,"\u1f11":70,"\u1f10":70,"\u1f07":80,"\u1f06":80,"\u1f05":80,"\u1f04":80,"\u1f03":80,"\u1f02":80,"\u1f01":80,"\u1f00":80,"\ue1a3":40,"\ue1a1":70,"\ue1a0":40,"\ue19f":80,"\ue19b":60,"\ue19a":70,"\ue196":40,"\ue193":60,"\ue191":80,"\ue18d":60,"\ue18c":60,"\ue18a":80,"\ue187":60,"\ue186":60,"\ue185":60,"\ue184":60,"\ue183":60,"\u03ad":70,"\u03ce":80,"\u03b0":60,"\u03ae":60,"\u03cb":60,"\u2026":50,"\u0394":60,"\u039f":30,"\u039b":60,"\u0398":30,"\u0391":60,"\u03b9":70,"\u03c3":80,"\u03c6":80,"\u03ba":60,"\u03bf":80,"\u03c9":80,"\u03c5":60,"\u03b7":60,"\u03b5":70,"\u03b1":80,".":50,",":50,"\u1fd7":-60,"\u1fd6":-90,"\u1fd3":-140,"\u1fd2":-130,"\u1fd1":-60,"\u1fd0":-30,"\u1f77":20,"\u1f76":-20,"\u1f37":-10,"\u1f36":-20,"\u1f35":-20,"\u1f34":-30,"\u1f33":-30,"\u1f32":-40,"\u1f30":10,"\ue194":40,"\ue188":30,"\u03af":10,"\u03ca":-80,"\u0390":-130,"\u03bb":40,"\u03a9":40,"\u03c1":60,"\u03b6":50,"\u03b4":60}},{"d":"199,11v-133,0,-141,-84,-141,-156r0,-343r81,0r0,323v0,68,8,109,84,109v37,0,95,-20,142,-62r0,-370v27,0,54,-1,80,-1r0,489r-79,0v-2,-18,2,-42,-3,-57v-64,57,-130,68,-164,68xm314,-680r-141,146r-36,-28r117,-167xm441,-680r-141,146r-36,-28r117,-167","w":504},{"d":"76,-364r70,0v0,-167,22,-307,199,-308v58,0,125,14,164,33r-24,61v-56,-24,-101,-27,-134,-27v-136,-4,-122,121,-129,241r185,0r0,53r-188,0v-5,94,-4,204,-55,250r339,0r0,61r-443,0r1,-60v82,-41,76,-147,82,-251r-67,0r0,-53","w":558},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm393,-333r5,-1r181,297r177,0r-228,-343r226,-313r-166,0r-190,280r-5,0r0,-280r-146,0r0,656r146,0r0,-296xm769,-692r138,655r182,0r56,-311r23,-148r3,0r23,147r56,312r181,0r135,-655r-157,0r-50,354r-16,141r-6,0r-87,-495r-161,0r-86,499r-6,0r-18,-156r-55,-343r-155,0"},{"d":"242,-208r0,39r-147,158r-33,-25r100,-152r-100,-153r34,-26","w":315},{"d":"242,0r-177,0r0,-510r184,0v184,0,233,118,233,254v0,139,-55,256,-240,256xm238,-446r-92,0r0,383r88,0v48,0,166,-1,166,-188v0,-190,-107,-195,-162,-195","w":537,"k":{"\ue115":30,"\ue113":30,"\ue114":30,"\ue171":30,"\ue17a":30,"\ue17b":30,"\ue17c":30,"\ue116":30,"\ue11b":30,"\ue138":30,"\ue172":30,"\ue17d":30,"\ue111":20,"\ue168":20,"\ue169":20,"\ue16a":20,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40}},{"d":"11,79v31,-54,73,-114,73,-252v0,-125,-53,-211,-72,-236r33,-20v34,37,102,128,102,257v0,146,-67,238,-103,272v-10,-9,-22,-14,-33,-21","w":187},{"d":"419,0r-81,0r0,-243v-95,2,-155,-18,-184,79r-48,164r-81,0r51,-182v13,-45,28,-76,86,-92v-80,-33,-77,-152,-107,-236r78,0r38,131v33,96,78,71,167,75r0,-206r81,0r0,206v89,-4,139,23,167,-75r38,-131r78,0v-29,85,-28,203,-107,236v58,16,73,47,86,92r51,182r-81,0r-48,-164v-34,-96,-89,-77,-184,-79r0,243","w":757,"k":{"\ue1cb":20,"\ue1ac":30,"\ue1c5":30,"\ue1c8":30}},{"d":"314,-634v69,0,122,19,145,30r-19,55v-48,-18,-91,-23,-123,-23v-142,0,-176,152,-180,224v146,-77,364,-64,364,152v0,127,-88,203,-219,203v-179,0,-227,-132,-227,-292v0,-204,82,-349,259,-349xm289,-328v-91,0,-148,45,-152,47v-1,95,6,225,146,225v93,0,139,-58,139,-136v0,-79,-35,-136,-133,-136","w":558},{"d":"85,5v-57,-12,-43,-102,18,-102v35,0,58,28,58,64v0,55,-42,128,-101,157r-20,-26v26,-25,42,-57,45,-93","w":210},{"d":"137,0r-79,0r0,-488r79,0r0,196v93,-5,156,25,185,-72r37,-123r75,0v-26,80,-35,191,-105,224v47,15,71,45,84,88r51,175r-78,0r-48,-157v-36,-97,-101,-73,-201,-76r0,233","w":488},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm629,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51xm403,-244r-113,-371r-3,0r-113,371r229,0xm-80,-683r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm158,-656r-106,177r-36,-19r76,-191","w":812},{"d":"220,0r0,-296r-210,-389r89,0r164,319r4,0r171,-319r87,0r-216,385r0,300r-89,0xm-7,-676r-134,153r-41,-31r111,-171","w":536,"k":{"\u1fd7":60,"\u1fd6":60,"\u1fd3":60,"\u1fd2":60,"\u1fd1":60,"\u1fd0":60,"\u1f76":60,"\u1f37":60,"\u1f36":60,"\u1f35":60,"\u1f34":60,"\u1f33":60,"\u1f32":60,"\ue199":40,"\ue198":50,"\ue194":30,"\u03ca":60,"\u0390":60,"\u03c4":50,"\u03c8":80,"\u03c7":50,"\u03bb":50,"\u03c0":50,"\u03a6":50,"\u03bd":60,"\u03c1":60,"\u03b8":30,"\u03b6":40,"\u03b4":60,"\u03b3":60,"\u03b2":30,",":50,".":50,"\u2026":50,"-":90,"\u2013":90,"\u2014":90,"\u00ad":90,"\ue183":70,"\ue186":70,"\ue18d":70,"\ue19b":70,"\u0391":50,"\u039b":50,"\u2206":50,"\u1fb8":50,"\u1fb9":50,"\u1fbc":50,"\ue264":50,"\ue18a":60,"\ue191":60,"\ue19f":60,"\ue19a":50,"\ue1a1":50,"\u0398":30,"\u039f":30,"\u03b1":50,"\u03c9":50,"\u03bf":50,"\u03c6":50,"\u03c3":50,"\u03ce":50,"\u1f00":50,"\u1f01":50,"\u1f02":50,"\u1f03":50,"\u1f04":50,"\u1f05":50,"\u1f06":50,"\u1f07":50,"\u1f40":50,"\u1f41":50,"\u1f42":50,"\u1f43":50,"\u1f44":50,"\u1f45":50,"\u1f60":50,"\u1f61":50,"\u1f62":50,"\u1f63":50,"\u1f64":50,"\u1f65":50,"\u1f66":50,"\u1f67":50,"\u1f70":50,"\u1f71":50,"\u1f78":50,"\u1f79":50,"\u1f7c":50,"\u1f7d":50,"\u1f80":50,"\u1f81":50,"\u1f82":50,"\u1f83":50,"\u1f84":50,"\u1f85":50,"\u1f86":50,"\u1f87":50,"\u1fa0":50,"\u1fa1":50,"\u1fa2":50,"\u1fa3":50,"\u1fa4":50,"\u1fa5":50,"\u1fa6":50,"\u1fa7":50,"\u1fb0":50,"\u1fb1":50,"\u1fb2":50,"\u1fb3":50,"\u1fb4":50,"\u1fb6":50,"\u1fb7":50,"\u1ff2":50,"\u1ff3":50,"\u1ff4":50,"\u1ff6":50,"\u1ff7":50,"\u03ac":50,"\u03cc":50,"\u03b5":60,"\u03ad":60,"\u1f10":60,"\u1f11":60,"\u1f12":60,"\u1f13":60,"\u1f14":60,"\u1f15":60,"\u1f72":60,"\u1f73":60,"\u03b7":50,"\u03ba":50,"\u03ae":50,"\u1f20":50,"\u1f21":50,"\u1f22":50,"\u1f23":50,"\u1f24":50,"\u1f25":50,"\u1f26":50,"\u1f27":50,"\u1f74":50,"\u1f75":50,"\u1f90":50,"\u1f91":50,"\u1f92":50,"\u1f93":50,"\u1f94":50,"\u1f95":50,"\u1f96":50,"\u1f97":50,"\u1fc2":50,"\u1fc3":50,"\u1fc4":50,"\u1fc6":50,"\u1fc7":50,"\u03bc":50,"\u03b9":60,"\u03af":60,"\u1f30":60,"\u1f31":60,"\u1f77":60,"\ue184":40,"\ue185":40,"\ue187":40,"\ue18c":40,"\ue193":40}},{"d":"223,144r0,-144r-165,0r0,-488r82,0r0,426r234,0r0,-426r81,0r0,488r-165,0r0,144r-67,0","w":513},{"d":"197,-409r-154,23r-10,-50r181,-55r65,0r0,431r132,0r0,60r-356,0r0,-60r142,0r0,-349","w":443,"k":{"\ue374":10,"\ue370":30,"\ue363":20,"\ue360":10,"\ue326":40,"\ue31e":20}},{"d":"95,-438v0,128,45,207,73,252v-10,6,-23,14,-33,21v-32,-35,-103,-129,-103,-272v0,-129,68,-220,103,-257r33,20v-19,25,-73,110,-73,236","w":187},{"d":"962,-226r-928,0r0,-60r928,0r0,60","w":1000},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm1423,-231v0,-73,-33,-132,-110,-159v63,-24,90,-79,90,-136v0,-115,-91,-169,-197,-169r-232,0r0,657r259,0v110,0,190,-79,190,-193xm1280,-238v0,93,-73,92,-159,90r0,-179v85,-4,159,3,159,89xm1259,-518v0,79,-62,84,-138,80r0,-145v68,0,138,-9,138,65xm377,-373v0,197,62,349,263,349v49,0,134,-8,211,-56r0,-322r-192,0r0,84r51,9r0,153v-119,40,-177,-51,-177,-224v0,-129,47,-210,135,-210v39,0,90,9,123,24r37,-100v-45,-26,-101,-45,-179,-45v-185,0,-272,161,-272,338"},{"d":"476,-270r-387,0r0,-58r387,0r0,58","w":558},{"d":"694,-280r0,280r-86,0r0,-260v5,-152,-201,-118,-295,-75r0,335r-83,0r-1,-618r-209,0r0,-66r566,0r0,66r-272,0r0,218v151,-61,380,-59,380,120","w":754},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r80,0v2,14,-3,35,4,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm404,-715r24,29r-152,141r-54,0r-151,-143r23,-28r155,97","w":514,"k":{"\u2019":70,"\u201d":70}},{"d":"217,0r0,-585r-149,10r0,-56v74,-13,136,-38,229,-33r0,664r-80,0","w":464,"k":{"\ue071":20,"\ue326":40,"\ue31e":10,"\ue07d":20,"\ue070":20,"\u00ba":30,"\u00aa":20}},{"d":"206,-706v-79,0,-104,73,-108,118v89,-44,236,-30,236,103v0,83,-62,133,-151,133v-121,0,-154,-84,-154,-186v0,-130,56,-222,176,-222v47,0,85,13,102,21r-18,49v-36,-13,-64,-16,-83,-16xm189,-558v-47,0,-83,20,-92,26v-1,52,6,127,87,127v56,0,83,-32,83,-78v0,-44,-19,-75,-78,-75","w":364},{"d":"513,0r-433,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65xm-32,-459r-132,-195r79,-40r93,214","w":564},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm376,-770r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210","w":730},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm261,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm88,-692r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210","w":579,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"517,-486v0,83,-46,205,-204,205r-148,0r1,281r-86,0r0,-685r224,0v125,0,213,68,213,199xm297,-620r-132,0r0,275v141,-2,265,28,265,-138v0,-94,-58,-137,-133,-137xm-93,-694r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121","w":555,"k":{"\u03a7":30,"\u0396":20,",":120,".":120,"\u2026":120,"\u03a5":10,"\u1fe8":10,"\u1fe9":10,"\u03ab":10,"\ue183":50,"\ue186":50,"\ue18d":50,"\ue19b":50,"\u0391":40,"\u039b":40,"\u2206":40,"\u1fb8":40,"\u1fb9":40,"\u1fbc":40,"\ue264":40,"\ue18a":20,"\ue191":20,"\ue19f":20,"\ue19a":30,"\ue1a1":30,"\u0398":20,"\u039f":20}},{"d":"483,-288r-413,0r0,-40r139,0r-167,-336r85,0r148,319r4,0r152,-319r82,0r-172,336r142,0r0,40xm70,-238r413,0r0,41r-166,0r0,197r-83,0r0,-197r-164,0r0,-41","w":558},{"d":"151,40v80,0,103,-78,109,-119v-86,44,-236,32,-236,-103v0,-81,61,-133,150,-133v122,0,154,85,154,187v0,129,-56,222,-176,222v-46,0,-90,-13,-109,-21r16,-49v38,13,73,16,92,16xm168,-107v47,-1,79,-20,93,-27v-1,-44,-10,-125,-88,-125v-56,0,-83,29,-83,75v0,46,19,77,78,77","w":364},{"d":"94,-13r0,-475r81,0v0,428,0,456,-1,484v-5,121,-45,173,-174,221v-9,-18,-16,-37,-24,-55v97,-55,118,-89,118,-175xm83,-616v0,-30,24,-54,53,-54v29,0,54,24,54,54v0,29,-25,53,-54,53v-29,0,-53,-24,-53,-53","w":265},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm232,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm210,-774r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm371,-585r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":514},{"d":"320,-729r-144,-139r60,-55r123,161","w":668},{"d":"853,-225v0,216,-270,236,-435,160v4,-14,32,-91,36,-105v59,23,124,27,146,27v67,0,102,-21,102,-80v0,-57,-29,-69,-97,-92v-120,-40,-193,-72,-193,-204v0,-206,254,-222,405,-146v-4,13,-26,87,-31,100v-60,-24,-133,-24,-145,-24v-38,0,-78,15,-78,66v0,45,26,60,88,80v146,47,202,90,202,218xm923,-372v0,-175,87,-335,271,-335v77,0,134,20,178,44r-38,100v-32,-14,-82,-25,-121,-25v-88,0,-134,81,-134,209v0,175,55,265,176,223r0,-152r-52,-9r0,-83r192,0r0,322v-77,46,-160,54,-212,54v-199,0,-260,-151,-260,-348xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm531,-693r0,656r145,0r0,-656r-145,0xm1204,-312r-5,0r-186,-380r-165,0r0,655r137,0r0,-407r7,0r200,407r152,0r0,-655r-140,0r0,380"},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm723,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51xm-117,-691r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm44,-502r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":906},{"d":"346,-465r-62,0r0,111r-65,0r0,-111r-203,0r0,-45r204,-244r64,0r0,238r62,0r0,51xm220,-674r-4,0r-128,158r132,0r0,-158","w":364},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm412,-160r-32,104v49,23,97,32,152,32v169,0,199,-99,199,-223r0,-446r-147,0r0,443v0,75,-16,104,-75,104v-25,0,-55,-4,-97,-14xm1106,-24v190,0,249,-146,249,-343v0,-203,-65,-339,-249,-339v-183,0,-251,138,-251,339v0,198,61,343,251,343xm1106,-587v82,0,93,93,93,220v0,132,-12,223,-93,223v-82,0,-94,-87,-94,-223v0,-128,11,-220,94,-220"},{"d":"873,-37r-146,0r-99,-264r-56,0r0,264r-145,0r0,-656r196,0v96,0,222,25,222,189v0,114,-58,167,-129,189r63,49xm699,-500v-2,-82,-57,-82,-127,-80r0,167v77,4,129,-9,127,-87xm1157,-24v-190,0,-251,-145,-251,-343v0,-202,67,-339,251,-339v184,0,249,136,249,339v0,197,-60,343,-249,343xm1157,-587v-84,0,-95,92,-95,220v0,136,13,223,95,223v80,0,92,-91,92,-223v0,-127,-11,-220,-92,-220xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"577,-62r0,-426r81,0r0,426r59,0r0,197r-65,0r0,-135r-593,0r0,-488r80,0r0,426r176,0r0,-426r81,0r0,426r181,0","w":737,"k":{"\u0443":10,"\u045e":10}},{"d":"199,11v-133,0,-141,-84,-141,-156r0,-343r81,0r0,323v0,68,8,109,84,109v37,0,95,-20,142,-62r0,-370v27,0,54,-1,80,-1r0,489r-79,0v-2,-18,2,-42,-3,-57v-64,57,-130,68,-164,68xm241,-551v-70,0,-121,-56,-162,-112r47,-34v36,50,80,83,118,83v25,0,69,-4,143,-76r27,25v-58,84,-120,114,-173,114","w":504},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm284,-730v-70,0,-121,-55,-162,-112r47,-33v36,49,80,83,119,83v24,0,68,-5,142,-77r27,25v-58,84,-120,114,-173,114","w":579,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm271,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm-109,-685r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm93,-485r-106,-177r66,-33r76,191","w":579,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"144,-394r-3,4v0,111,1,217,3,390r-79,0r0,-509r83,0r273,392r0,-392r78,0r-1,509r-75,0xm440,-735r24,29r-152,141r-54,0r-151,-143r23,-28r155,97","w":564},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm497,-759r-25,29r-155,-89r-154,90r-23,-28r150,-138r55,0","w":653},{"d":"344,-198v0,96,-37,201,-161,201v-137,0,-164,-100,-164,-200v0,-91,28,-207,166,-207v141,0,159,121,159,206xm276,-197v0,-57,-5,-154,-91,-154v-88,0,-98,92,-98,155v0,82,15,148,98,148v76,0,91,-79,91,-149","w":364},{"d":"136,-289r7,3r198,-202r92,0r-189,192v74,92,135,198,204,296r-90,0r-163,-247r-55,55r0,192r-82,0r0,-710r82,0r0,310xm210,137v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":453,"k":{"-":20,"\u2013":20,"\u2014":20,"\u00ad":20}},{"d":"272,75r0,-806r38,0r0,64v41,3,88,13,125,36r-20,56v-50,-23,-77,-28,-105,-31r0,241v85,32,170,67,170,178v0,108,-72,163,-170,179r0,83r-38,0xm238,-731r0,806r-37,0r0,-80v-53,-5,-106,-19,-153,-47r25,-58v62,32,99,37,128,41r0,-260v-81,-28,-148,-69,-148,-164v0,-97,63,-154,148,-171r0,-67r37,0xm410,-188v0,-58,-43,-87,-100,-108r0,225v64,-11,100,-47,100,-117xm122,-499v0,60,33,83,79,101r0,-203v-44,12,-79,43,-79,102","w":533},{"d":"402,-266r-75,0v-17,-55,-25,-77,-37,-120r-172,0r-39,120r-71,0r156,-451r83,0xm228,-575v-10,-23,-13,-53,-26,-73r-66,207r137,0","w":410},{"d":"608,-701r-292,723r-56,0r294,-723r54,0xm310,-558v0,89,-111,181,-183,240v67,0,134,1,200,1r0,52r-297,0r0,-45v88,-67,211,-182,211,-244v0,-43,-32,-60,-80,-60v-20,0,-55,3,-109,33r-26,-43v55,-38,108,-46,143,-46v83,0,141,37,141,112xm727,-131v0,-77,-103,-93,-166,-54r-39,-28r18,-186r237,0r0,52r-184,0r-9,100v93,-28,211,2,211,117v0,145,-184,158,-300,109r17,-49v51,17,90,20,114,20v65,0,101,-34,101,-81","w":820},{"d":"245,-295r7,0r137,-271r76,0r-153,285r123,0r0,37r-373,0r0,-37r121,0r-151,-285r78,0r92,179xm62,-207r373,0r0,41r-150,0r-1,166r-76,0r0,-166r-146,0r0,-41","w":492},{"d":"54,-518r77,0r-2,219r-8,172r-54,0r-9,-172xm92,-78v29,0,47,19,47,42v0,24,-20,44,-46,44v-29,0,-48,-20,-48,-44v0,-22,19,-42,47,-42","w":184},{"d":"272,-340v-35,175,-4,467,-201,461v-28,0,-61,-5,-90,-18r18,-54v104,28,141,-7,162,-122v12,-66,25,-203,34,-267r-90,0r0,-56r97,0v17,-132,26,-279,175,-279v31,0,62,5,92,15r-15,55v-106,-27,-153,9,-165,120r-11,89r102,0r0,56r-108,0","w":495},{"d":"315,-518v62,0,112,10,148,21r-15,60v-51,-14,-103,-17,-130,-17v-126,0,-180,78,-180,203v0,108,33,192,166,192v26,0,66,-4,90,-10r-1,-198r76,0r1,248v-56,18,-118,25,-172,25v-179,0,-243,-106,-243,-258v0,-109,48,-266,260,-266","w":515},{"d":"256,-774r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm293,-581r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":544},{"d":"256,-131v0,-77,-103,-93,-166,-54r-39,-28r18,-186r237,0r0,52r-184,0r-9,100v93,-28,211,2,211,117v0,145,-184,158,-300,109r17,-49v51,17,90,20,114,20v65,0,101,-34,101,-81","w":364},{"d":"11,153v31,-54,73,-114,73,-252v0,-125,-53,-211,-72,-236r33,-20v34,37,102,128,102,257v0,146,-67,238,-103,272v-10,-9,-22,-14,-33,-21","w":187},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm671,-479v-18,36,-31,78,-52,111r-138,-324r-162,0r0,655r139,0r0,-417r7,0r109,265r92,0r110,-263r6,0r0,415r138,0r0,-655r-161,0xm1235,-259r3,0r106,222r158,0r-182,-339r171,-317r-159,0r-93,210r-4,0r-96,-210r-158,0r170,318r-181,338r159,0"},{"d":"106,-2r0,-698r698,0r0,698r-698,0xm161,-645r0,588r588,0r0,-588r-588,0xm641,-334r-364,0r0,-60r364,0r0,60","w":899},{"d":"437,-367v0,55,-32,109,-88,129v37,16,51,49,63,88r48,150r-85,0r-45,-140v-19,-91,-88,-75,-183,-76r0,216r-82,0r0,-510r198,0v114,0,174,58,174,143xm147,-277v99,-5,199,28,205,-87v5,-102,-110,-81,-205,-83r0,170xm362,-694r-145,139r-36,-31r123,-162","w":495},{"d":"569,-591v132,124,140,373,-4,491v-24,20,-61,0,-60,-29v0,-8,4,-17,14,-24v105,-75,101,-309,0,-387v-26,-20,-2,-61,27,-61v8,0,16,3,23,10xm416,3r-230,-228r-122,0r0,-240r122,0r230,-229r0,697xm693,-694v194,177,203,533,-5,700v-24,19,-59,1,-59,-26v0,-9,5,-19,14,-26v170,-126,165,-468,0,-601v-24,-20,-5,-59,26,-58v8,0,16,3,24,11","w":926},{"d":"417,-694r0,697r-230,-228r-123,0r0,-241r123,0","w":506},{"d":"336,0r-121,-204r-123,204r-88,0r164,-255r-149,-233r91,0r106,181r108,-181r90,0r-152,231r165,257r-91,0","w":432,"k":{"\u0454":10,"\u0451":10,"\u0444":10,"\u0441":10,"\u043e":10,"\u0435":10}},{"d":"199,11v-133,0,-141,-84,-141,-156r0,-343r81,0r0,323v0,68,8,109,84,109v37,0,95,-20,142,-62r0,-370v27,0,54,-1,80,-1r0,489r-79,0v-2,-18,2,-42,-3,-57v-64,57,-130,68,-164,68xm82,-592r0,-64r329,0r0,64r-329,0","w":504},{"d":"212,-252r-2,-5r-170,0r0,-52r263,0r10,38v-29,25,-56,52,-124,115v73,5,134,41,134,116v1,140,-189,160,-301,109r17,-49v59,18,95,18,119,18v57,0,97,-28,97,-78v0,-62,-83,-74,-152,-64r-13,-36","w":364},{"d":"293,-485r0,167r45,0r4,43v-40,13,-102,28,-113,-22v-45,34,-85,36,-104,36v-83,0,-105,-56,-105,-96v0,-97,117,-99,208,-102v2,-57,-8,-83,-65,-83v-30,0,-67,7,-104,20v-4,-14,-11,-32,-16,-46v95,-40,250,-58,250,83xm90,-362v0,74,97,54,138,17r0,-72v-69,1,-138,5,-138,55","w":348},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm100,-611r0,-64r329,0r0,64r-329,0","w":544,"k":{"\u03b3":20}},{"d":"638,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v220,0,284,169,284,355xm549,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280xm-197,-683r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm5,-483r-106,-177r66,-33r76,191","w":698,"k":{"\ue199":10,"\ue198":10,"\ue197":20,"\u03a7":20,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\u0391":20,"\u039b":20,"\u2206":20,"\u1fb8":20,"\u1fb9":20,"\u1fbc":20,"\ue264":20}},{"d":"786,-352v0,203,-165,368,-368,368v-203,0,-368,-165,-368,-368v0,-203,165,-368,368,-368v203,0,368,165,368,368xm629,-558r-36,20r-34,-61v-6,-12,-12,-17,-39,-17r-137,0v47,24,69,96,98,141r-39,25r125,0xm403,-574v-23,-41,-109,-62,-139,-9r-62,109r111,65xm635,-468r-113,65r92,166v62,5,121,-58,85,-120xm309,-315r-58,-100r-120,0r30,14v-14,35,-61,66,-33,113r69,111v7,-48,56,-113,78,-157xm434,-158r64,104r0,-43v51,-3,80,13,108,-27r75,-113v-52,33,-109,21,-183,23r0,-46xm418,-97r0,-117r-186,0v-12,18,-18,36,-18,53v0,48,41,64,62,64r142,0","w":836},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm-37,-461r-132,-195r79,-40r93,214","w":653},{"d":"39,-32r26,-56v62,28,116,33,151,33v62,0,111,-19,111,-78v0,-52,-50,-67,-105,-86v-85,-30,-165,-52,-165,-142v0,-149,204,-167,323,-102r-25,57v-50,-20,-88,-26,-122,-26v-51,0,-99,18,-99,72v0,42,64,61,104,74v82,26,168,49,168,152v0,162,-249,165,-367,102xm409,-561r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":446,"k":{"\u2019":20,"\u201d":20}},{"d":"426,0r-361,0r0,-510r80,0r0,446r281,1r0,63xm222,-694r-145,139r-36,-31r123,-162","w":436,"k":{"\ue113":60,"\ue114":60,"\ue171":60,"\ue17a":60,"\ue17b":60,"\ue17c":60,"\ue116":80,"\ue11b":80,"\ue138":80,"\ue172":80,"\ue17d":80,"\ue100":20,"\ue104":20,"\ue10c":20,"\ue10e":20,"\ue119":20,"\ue123":20,"\ue12e":20,"\ue12f":20,"\ue130":20,"\ue131":20,"\ue132":20,"\ue133":20,"\ue13d":20,"\ue13e":20,"\ue13f":20,"\ue140":20,"\ue148":20,"\ue149":20,"\ue14a":20,"\ue14b":20,"\ue15f":20,"\ue160":20,"\ue161":20,"\ue176":20,"\ue111":70,"\ue168":70,"\ue169":70,"\ue16a":70}},{"d":"286,-716r12,6r18,48v-73,10,-57,49,-21,81r-18,18v-48,-26,-74,-57,-74,-82v0,-37,25,-61,83,-71xm348,-727v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75","w":544},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm-215,-684r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm-13,-484r-106,-177r66,-33r76,191xm671,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51","w":854},{"d":"403,-734r-132,195r-40,-19r92,-214","w":544},{"d":"594,-685r0,439v0,153,-84,254,-262,254v-183,0,-260,-96,-260,-254r0,-439r84,0r0,440v0,125,64,188,177,188v113,0,178,-62,178,-188r-1,-440r84,0xm346,-725v-70,0,-121,-56,-162,-112r47,-34v36,50,80,83,118,83v25,0,69,-4,143,-76r27,25v-58,84,-120,114,-173,114","w":665},{"d":"53,-266v-43,-10,-28,-68,14,-68v26,0,43,16,43,41v0,34,-31,79,-72,97r-17,-23v18,-14,29,-33,32,-47","w":138},{"d":"565,-499v189,0,193,173,193,233r0,39r-324,0v-1,91,29,170,138,170v57,0,99,-11,154,-34r19,52v-104,64,-299,64,-352,-30v-101,77,-180,77,-215,77v-116,0,-145,-85,-145,-140v0,-84,64,-144,177,-145r143,-1v6,-100,-18,-152,-115,-152v-51,0,-104,10,-152,27r-18,-55v108,-46,286,-72,337,39v31,-46,80,-80,160,-80xm211,-52v36,0,113,-22,159,-62v-12,-33,-17,-71,-18,-113r-129,0v-68,0,-103,34,-103,86v0,58,28,89,91,89xm565,-436v-93,0,-123,76,-129,158r245,0v0,-94,-27,-158,-116,-158xm557,-674r-145,139r-36,-31r123,-162","w":792},{"d":"124,-267r-71,0r0,-449r71,0r0,449","w":177},{"d":"565,-499v189,0,193,173,193,233r0,39r-324,0v-1,91,29,170,138,170v57,0,99,-11,154,-34r19,52v-104,64,-299,64,-352,-30v-101,77,-180,77,-215,77v-116,0,-145,-85,-145,-140v0,-84,64,-144,177,-145r143,-1v6,-100,-18,-152,-115,-152v-51,0,-104,10,-152,27r-18,-55v108,-46,286,-72,337,39v31,-46,80,-80,160,-80xm211,-52v36,0,113,-22,159,-62v-12,-33,-17,-71,-18,-113r-129,0v-68,0,-103,34,-103,86v0,58,28,89,91,89xm565,-436v-93,0,-123,76,-129,158r245,0v0,-94,-27,-158,-116,-158","w":792,"k":{"\u2019":20,"\u201d":20}},{"d":"112,-734r0,467r-68,0r-1,-467r69,0","w":155},{"d":"154,-44v0,30,-25,54,-53,54v-30,0,-54,-24,-54,-54v0,-29,24,-53,53,-53v30,0,54,24,54,53","w":208},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm-34,-692r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210xm671,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51","w":854},{"d":"95,-99v0,128,45,207,73,252v-10,6,-23,14,-33,21v-32,-35,-103,-129,-103,-272v0,-129,68,-220,103,-257r33,20v-19,25,-73,110,-73,236","w":187},{"d":"220,0r0,-296r-210,-389r89,0r164,319r4,0r171,-319r87,0r-216,385r0,300r-89,0xm-163,-691r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm-2,-502r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":536,"k":{"\u1fd7":60,"\u1fd6":60,"\u1fd3":60,"\u1fd2":60,"\u1fd1":60,"\u1fd0":60,"\u1f76":60,"\u1f37":60,"\u1f36":60,"\u1f35":60,"\u1f34":60,"\u1f33":60,"\u1f32":60,"\ue199":40,"\ue198":50,"\ue194":30,"\u03ca":60,"\u0390":60,"\u03c4":50,"\u03c8":80,"\u03c7":50,"\u03bb":50,"\u03c0":50,"\u03a6":50,"\u03bd":60,"\u03c1":60,"\u03b8":30,"\u03b6":40,"\u03b4":60,"\u03b3":60,"\u03b2":30,",":50,".":50,"\u2026":50,"-":90,"\u2013":90,"\u2014":90,"\u00ad":90,"\ue183":70,"\ue186":70,"\ue18d":70,"\ue19b":70,"\u0391":50,"\u039b":50,"\u2206":50,"\u1fb8":50,"\u1fb9":50,"\u1fbc":50,"\ue264":50,"\ue18a":60,"\ue191":60,"\ue19f":60,"\ue19a":50,"\ue1a1":50,"\u0398":30,"\u039f":30,"\u03b1":50,"\u03c9":50,"\u03bf":50,"\u03c6":50,"\u03c3":50,"\u03ce":50,"\u1f00":50,"\u1f01":50,"\u1f02":50,"\u1f03":50,"\u1f04":50,"\u1f05":50,"\u1f06":50,"\u1f07":50,"\u1f40":50,"\u1f41":50,"\u1f42":50,"\u1f43":50,"\u1f44":50,"\u1f45":50,"\u1f60":50,"\u1f61":50,"\u1f62":50,"\u1f63":50,"\u1f64":50,"\u1f65":50,"\u1f66":50,"\u1f67":50,"\u1f70":50,"\u1f71":50,"\u1f78":50,"\u1f79":50,"\u1f7c":50,"\u1f7d":50,"\u1f80":50,"\u1f81":50,"\u1f82":50,"\u1f83":50,"\u1f84":50,"\u1f85":50,"\u1f86":50,"\u1f87":50,"\u1fa0":50,"\u1fa1":50,"\u1fa2":50,"\u1fa3":50,"\u1fa4":50,"\u1fa5":50,"\u1fa6":50,"\u1fa7":50,"\u1fb0":50,"\u1fb1":50,"\u1fb2":50,"\u1fb3":50,"\u1fb4":50,"\u1fb6":50,"\u1fb7":50,"\u1ff2":50,"\u1ff3":50,"\u1ff4":50,"\u1ff6":50,"\u1ff7":50,"\u03ac":50,"\u03cc":50,"\u03b5":60,"\u03ad":60,"\u1f10":60,"\u1f11":60,"\u1f12":60,"\u1f13":60,"\u1f14":60,"\u1f15":60,"\u1f72":60,"\u1f73":60,"\u03b7":50,"\u03ba":50,"\u03ae":50,"\u1f20":50,"\u1f21":50,"\u1f22":50,"\u1f23":50,"\u1f24":50,"\u1f25":50,"\u1f26":50,"\u1f27":50,"\u1f74":50,"\u1f75":50,"\u1f90":50,"\u1f91":50,"\u1f92":50,"\u1f93":50,"\u1f94":50,"\u1f95":50,"\u1f96":50,"\u1f97":50,"\u1fc2":50,"\u1fc3":50,"\u1fc4":50,"\u1fc6":50,"\u1fc7":50,"\u03bc":50,"\u03b9":60,"\u03af":60,"\u1f30":60,"\u1f31":60,"\u1f77":60,"\ue184":40,"\ue185":40,"\ue187":40,"\ue18c":40,"\ue193":40}},{"d":"154,-711r-1,711r-80,0r0,-711r81,0","w":228},{"d":"34,-310r416,0r0,41r-288,0v9,120,57,210,202,210v31,0,76,-2,155,-21r13,60v-43,16,-121,27,-179,27v-181,0,-264,-111,-272,-276r-47,0r0,-41xm450,-358r-416,0r0,-41r49,0v12,-127,87,-274,275,-274v67,0,114,10,161,28v-5,20,-12,40,-17,60v-195,-66,-315,3,-338,186r286,0r0,41","w":558},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm285,-767r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm523,-740r-106,177r-36,-19r76,-191xm330,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":730},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm175,-767r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm413,-740r-106,177r-36,-19r76,-191","w":544,"k":{"\u03b3":20}},{"d":"408,-159r6,0r235,-525r92,0r0,684r-82,0r0,-535r-2,0r-209,467r-79,0r-206,-466r-2,0v0,178,-1,357,-1,534r-80,0r0,-684r96,0","w":821,"k":{"\u042a":40}},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm310,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm-117,-691r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm44,-502r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":695},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm296,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm-142,-692r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm19,-503r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":653},{"d":"78,-597r13,-43r-42,-15r13,-46r680,242r-14,46r-38,-13r-12,41r-46,-16r-13,41r-46,-16r-11,37r89,31r-13,42r88,31r-11,42r88,31r-13,41r39,14r-30,100r-39,-14r-11,42r-93,-33r13,-42r-89,-31r12,-42r-88,-30r13,-42r-46,-17r-46,154r-43,-15r13,-42r-46,-16r12,-41r-46,-17r13,-42r-47,-16r12,-41r-46,-17r12,-41r-46,-16r13,-42r-46,-17r12,-41r-46,-16r12,-42r-46,-16r12,-41xm640,-444r-499,-179r-11,39r45,16r-11,42r46,16r-13,41r46,17r-12,42r46,16r-12,41r46,17r-12,41r46,16r-12,42r46,16r-13,41r43,15r33,-111r92,32r-12,42r88,31r-12,42r88,31r-12,41r84,30r27,-91r-88,-31r12,-42r-88,-31r12,-42r-89,-31r13,-41r-46,-17r14,-46r46,17r12,-42r46,17","w":870},{"d":"750,0r-82,0r0,-322v0,-70,-14,-109,-89,-109v-43,0,-104,19,-141,43v15,121,2,258,6,388r-81,0r0,-338v-1,-139,-150,-92,-224,-45r0,383r-81,0r0,-488r79,0v2,15,-4,39,5,47v93,-62,220,-89,283,3v47,-33,120,-60,176,-60v138,0,149,91,149,163r0,335","w":809,"k":{"\u2019":70,"\u201d":70}},{"d":"70,-69r0,-419r81,0r0,427r59,0r4,49v-59,29,-144,28,-144,-57xm62,-776r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm223,-587r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":239,"k":{"\u03bd":20}},{"d":"170,-429r0,83r144,0r0,51r-144,0r0,162v1,41,15,73,67,73v24,0,53,-6,92,-16v5,18,8,36,13,55v-99,43,-253,46,-253,-97r0,-177r-69,0r0,-51r69,0r0,-83r-71,0r0,-43r75,-22r25,-109r52,-8r0,123r147,0r0,59r-147,0","w":369},{"d":"513,0r-433,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65","w":564},{"d":"160,-246r-52,-52r289,-304r290,304r-51,52r-239,-254xm108,-696r580,0r0,73r-580,0r0,-73","w":795},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm330,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm446,-557v-65,0,-117,-40,-158,-40r-62,40r-31,-23v18,-46,53,-77,95,-77v52,0,118,40,159,40r61,-40r30,22v-16,46,-51,78,-94,78","w":730},{"d":"302,-203v0,89,-111,181,-183,240v67,0,134,1,200,1r0,52r-297,0r0,-45v88,-67,211,-182,211,-244v0,-43,-32,-60,-80,-60v-20,0,-55,3,-109,33r-26,-43v55,-38,108,-46,143,-46v83,0,141,37,141,112","w":364},{"d":"196,8v-65,0,-136,-17,-173,-35r19,-52v101,41,290,48,284,-72v-5,-96,-98,-84,-187,-84r0,-55v82,0,173,9,173,-77v0,-43,-31,-72,-100,-72v-35,0,-74,0,-149,28r-17,-52v45,-21,115,-37,173,-37v108,0,175,46,175,123v0,56,-39,95,-82,108r0,3v55,14,95,58,95,118v0,107,-96,156,-211,156","w":455,"k":{"\u043b":10}},{"d":"430,0r-365,0r0,-510r352,0r0,64r-270,0r0,147r231,0r0,61r-231,0r0,174r283,0r0,64xm246,-556r-145,-139r60,-57r123,162","w":460},{"d":"121,1r0,-702r350,351xm501,1r0,-702r350,351","w":898},{"d":"606,-436r-2,147r-288,289r-288,-288r0,-149r235,236r0,-491r107,0r0,492","w":632},{"w":272,"k":{"\u0427":30}},{"d":"785,-333v0,201,-167,364,-368,364v-202,0,-367,-163,-367,-364v0,-200,165,-363,367,-363v201,0,368,163,368,363xm741,-333v0,-177,-144,-320,-324,-320v-177,0,-324,143,-324,320v0,177,147,320,324,320v180,0,324,-143,324,-320xm276,-325v0,112,33,197,159,197v27,0,81,-5,117,-16r11,45v-33,13,-93,23,-139,23v-156,0,-212,-101,-212,-249v0,-105,43,-257,218,-257v55,0,95,9,123,20r-13,48v-39,-14,-76,-17,-106,-17v-105,0,-158,79,-158,206","w":835},{"d":"441,-353r0,64r-80,0r0,-64r80,0xm293,-353r0,64r-81,0r0,-64r81,0xm144,-353r0,64r-81,0r0,-64r81,0xm508,-353r133,0r-148,-145r46,-45r220,222r-220,221r-46,-45r148,-145r-133,1r0,-64","w":840},{"d":"292,-485r0,167r45,0r4,43v-40,13,-102,28,-113,-22v-45,34,-85,36,-104,36v-83,0,-105,-56,-105,-96v0,-97,117,-99,208,-102v2,-57,-8,-83,-65,-83v-30,0,-67,7,-104,20v-4,-14,-11,-32,-16,-46v95,-40,250,-58,250,83xm89,-362v0,74,97,54,138,17r0,-72v-69,1,-138,5,-138,55","w":350},{"d":"47,-194v-11,-180,52,-303,218,-304v144,0,209,103,209,249v0,154,-69,259,-213,259v-36,0,-87,-6,-127,-32r-4,2r0,227r-83,0r0,-401xm257,-433v-88,0,-127,79,-127,160r0,183v21,16,75,36,119,36v79,0,142,-36,142,-198v0,-143,-61,-181,-134,-181","w":515},{"d":"838,-86v0,54,-38,86,-78,86r-638,0v-37,0,-82,-29,-82,-86r798,0xm212,-494r470,0v93,0,139,66,139,144v0,74,-61,145,-152,145v5,55,-20,98,-74,98r-308,0v-38,0,-75,-33,-75,-74r0,-313xm768,-350v0,-33,-29,-96,-99,-87r0,169v64,4,99,-35,99,-82","w":880},{"d":"183,-263v-48,0,-99,-9,-144,-28r0,-443r66,0r0,158v35,-16,67,-23,94,-23v103,0,132,74,132,171v0,90,-34,165,-148,165xm263,-427v0,-146,-80,-130,-158,-94r0,193v87,26,158,23,158,-99","w":360},{"d":"146,0r-81,0r0,-510r81,0r0,206v95,-5,152,27,182,-75r38,-131r78,0v-29,85,-28,203,-107,236v58,16,73,47,86,92r51,182r-81,0r-48,-164v-35,-101,-98,-75,-199,-79r0,243xm366,-694r-145,139r-36,-31r123,-162","w":499,"k":{"\ue1cb":20,"\ue1ac":30,"\ue1c5":30,"\ue1c8":30}},{"d":"205,-348v0,-136,112,-247,247,-247v134,0,245,111,245,247v0,135,-111,245,-245,245v-135,0,-247,-110,-247,-245xm264,-348v0,101,83,193,188,193v101,0,187,-92,187,-193v0,-105,-86,-192,-187,-192v-105,0,-188,87,-188,192xm106,-2r0,-698r698,0r0,698r-698,0xm161,-645r0,588r588,0r0,-588r-588,0","w":899},{"d":"957,-244r-292,0r0,-60r292,0r0,60xm898,-512v0,-54,-14,-122,-84,-122v-73,0,-90,65,-90,123v0,61,13,116,90,116v70,0,84,-61,84,-117xm814,-680v113,0,147,84,147,167v0,83,-32,166,-151,166v-110,0,-149,-77,-149,-165v0,-84,41,-168,153,-168xm505,-139r5,0r0,-545r82,0r0,684r-83,0r-259,-413r-85,-144v-1,0,-2,1,-4,1r0,556r-81,0r0,-684r85,0r245,388","w":1007},{"d":"600,-479v18,36,30,78,51,111r49,-111r88,-213r162,0r0,655r-138,0r0,-415r-6,0r-110,263r-92,0r-109,-265r-7,0r0,417r-140,0r0,-655r163,0xm1494,-371v0,226,-69,334,-283,334r-180,0r0,-657r179,0v137,0,284,32,284,323xm1344,-375v-3,-196,-48,-210,-169,-206r0,431v146,15,172,-62,169,-225xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"875,-21r-149,-101v-63,80,-160,131,-269,131v-109,0,-207,-51,-270,-130r-148,100r-25,-39r146,-99v-63,-101,-64,-247,-1,-348r-146,-100r24,-39r148,101v63,-82,162,-135,272,-135v110,0,209,53,272,135r148,-101r24,39r-147,100v63,101,62,248,-2,347r148,100xm457,-623v-92,0,-172,44,-223,112r223,150r221,-150v-52,-68,-133,-112,-221,-112xm457,-46v86,0,166,-44,218,-111r-218,-148r-219,149v51,66,129,110,219,110xm210,-473v-46,82,-45,197,2,278r204,-138xm701,-195v48,-81,49,-194,2,-277r-205,139","w":930},{"d":"396,0r-151,-441v-4,12,-15,47,-20,59v-53,147,-72,228,-131,382r-84,0r189,-510r96,0r188,510r-87,0","w":493,"k":{"\ue199":30,"\ue195":30,"\ue196":20,"\ue1a0":20,"\ue1a3":20}},{"d":"237,145v-69,0,-126,-16,-149,-27r20,-56v54,17,94,21,126,21v142,0,176,-152,180,-224v-146,77,-364,64,-364,-152v0,-127,88,-203,219,-203v179,0,227,132,227,292v0,204,-82,349,-259,349xm262,-161v91,0,148,-45,152,-47v1,-95,-6,-225,-146,-225v-93,0,-139,58,-139,136v0,79,35,136,133,136","w":552},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm-12,-692r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210xm304,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":653},{"d":"151,0r-81,0r0,-510r81,0r0,510xm291,-581r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":221},{"d":"183,-265v-54,0,-68,35,-68,54v0,32,53,50,91,65v38,-23,51,-45,51,-65v0,-25,-19,-54,-74,-54xm180,42v62,0,85,-39,85,-69v0,-36,-44,-60,-114,-83v-42,26,-55,61,-55,87v0,34,26,65,84,65xm317,-218v0,32,-9,65,-52,96v35,21,63,55,63,101v0,66,-58,115,-148,115v-167,0,-193,-151,-80,-227v-98,-55,-38,-185,85,-185v62,0,132,28,132,100","w":364},{"d":"278,37r-39,0r0,-67v-124,-8,-163,-96,-163,-210v0,-85,29,-211,163,-223r0,-80r39,0r0,80v39,1,82,9,113,22r-17,51v-46,-13,-80,-15,-96,-15r0,318v36,-2,69,-10,107,-24r18,47v-32,18,-78,31,-125,34r0,67xm146,-241v0,86,26,143,93,152r0,-312v-63,14,-93,72,-93,160","w":463},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0","w":579,"k":{"\u045e":20,"\ue1c9":10,"\ue1d1":10,"\ue1b3":10,"\ue1aa":10,"\u0459":-20,"\u044a":30,"\u0443":20,"\u0442":30,"\u043b":-20,"\u0434":-20,"\u042a":50,"\u0423":10,"\u0422":50,"\u040e":10,"\u040b":50,"\u0402":50,"\ue1cb":20,"\ue1d6":-10,"\ue1ce":40,"\u0427":50,"\u0424":20}},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292","w":695},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm146,-767r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm384,-740r-106,177r-36,-19r76,-191","w":514},{"d":"471,0r-430,0r0,-55v124,-66,315,-184,315,-286v0,-44,-29,-85,-121,-85v-30,0,-91,6,-166,51r-31,-50v79,-56,157,-68,206,-68v129,0,194,65,194,145v1,122,-162,230,-263,288r296,-1r0,61","w":526},{"d":"132,-246v0,108,33,188,141,188v51,0,92,-11,141,-31r22,54v-42,23,-105,41,-170,41v-163,0,-218,-105,-218,-244v0,-104,39,-261,223,-261v44,0,90,4,141,25r-19,59v-151,-53,-262,4,-261,169xm433,-561r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":456},{"d":"398,-210v1,-143,-163,-174,-275,-117r-48,-32r20,-305r355,0r0,65r-288,0r-13,202v18,-5,52,-20,112,-20v109,0,219,60,219,207v1,231,-268,259,-445,179r19,-58v74,22,125,30,166,30v108,0,178,-46,178,-151","w":540},{"d":"440,-439r-206,200v115,-3,222,53,222,179v0,215,-268,244,-433,167r20,-55v71,21,121,28,161,28v103,0,170,-44,170,-139v0,-97,-114,-139,-233,-119r-16,-46r205,-201r-283,0r0,-62r381,0","w":519},{"d":"39,-32r26,-56v62,28,116,33,151,33v62,0,111,-19,111,-78v0,-52,-50,-67,-105,-86v-85,-30,-165,-52,-165,-142v0,-149,204,-167,323,-102r-25,57v-50,-20,-88,-26,-122,-26v-51,0,-99,18,-99,72v0,42,64,61,104,74v82,26,168,49,168,152v0,89,-67,132,-163,139r-44,58v65,3,109,28,109,79v0,56,-56,102,-179,102r0,-36v71,-7,118,-25,118,-59v0,-36,-53,-41,-101,-41r-13,-19r63,-83v-54,-2,-117,-15,-157,-38","w":446,"k":{"\u2019":20,"\u201d":20}},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm-206,-684r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm32,-657r-106,177r-36,-19r76,-191xm296,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":653},{"d":"314,-490r83,0r0,429r94,0r0,61r-94,0r0,140r-79,0r0,-140r-312,0r0,-58xm318,-389r-4,0r-230,328r234,0r0,-328","w":521},{"d":"231,-607r-2,-5r-170,0r0,-52r263,0r10,38v-29,25,-56,52,-124,115v73,5,134,41,134,116v1,140,-189,160,-301,109r17,-49v59,18,95,18,119,18v57,0,97,-28,97,-78v0,-62,-83,-74,-152,-64r-13,-36xm711,-131v0,-77,-103,-93,-166,-54r-39,-28r18,-186r237,0r0,52r-184,0r-9,100v93,-28,211,2,211,117v0,145,-184,158,-300,109r17,-49v51,17,90,20,114,20v65,0,101,-34,101,-81xm591,-701r-292,723r-56,0r294,-723r54,0","w":820},{"d":"513,0r-433,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65xm-236,-689r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm2,-662r-106,177r-36,-19r76,-191","w":564},{"d":"152,0r0,-335r-99,14r-10,-44r118,-34r58,0r0,399r-67,0","w":364},{"d":"178,0r-81,0r0,-488r81,0r0,488xm314,-561r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":272,"k":{"\u2019":20,"\u201d":20}},{"d":"513,0r-433,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65xm132,-747r0,-64r326,0r0,64r-326,0","w":564},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm320,-724v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm224,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm258,-713r12,6r18,48v-73,10,-57,49,-21,81r-18,18v-48,-26,-74,-57,-74,-82v0,-37,25,-61,83,-71","w":514},{"d":"146,0r-81,0r0,-510r81,0r0,206v95,-5,152,27,182,-75r38,-131r78,0v-29,85,-28,203,-107,236v58,16,73,47,86,92r51,182r-81,0r-48,-164v-35,-101,-98,-75,-199,-79r0,243","w":499,"k":{"\ue1cb":20,"\ue1ac":30,"\ue1c5":30,"\ue1c8":30}},{"d":"533,-253v0,148,-78,259,-234,259v-177,0,-244,-101,-244,-257v0,-141,63,-267,244,-267v181,0,234,127,234,265xm450,-251v0,-96,-24,-208,-151,-208v-129,0,-161,103,-161,210v0,128,48,197,161,197v103,0,151,-90,151,-199xm481,-581r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":588,"k":{"\ue115":30,"\ue113":30,"\ue114":30,"\ue171":30,"\ue17a":30,"\ue17b":30,"\ue17c":30,"\ue116":30,"\ue11b":30,"\ue138":30,"\ue172":30,"\ue17d":30,"\ue111":20,"\ue168":20,"\ue169":20,"\ue16a":20,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40}},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm-88,-683r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm150,-656r-106,177r-36,-19r76,-191","w":579,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"430,0r-365,0r0,-510r352,0r0,64r-270,0r0,147r231,0r0,61r-231,0r0,174r283,0r0,64","w":460},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm273,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":579,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"179,-709v-54,0,-68,35,-68,54v0,32,53,50,91,65v38,-23,51,-45,51,-65v0,-25,-19,-54,-74,-54xm176,-402v62,0,85,-39,85,-69v0,-36,-44,-60,-114,-83v-42,26,-55,61,-55,87v0,34,26,65,84,65xm313,-662v0,32,-9,65,-52,96v35,21,63,55,63,101v0,66,-58,115,-148,115v-167,0,-193,-151,-80,-227v-98,-55,-38,-185,85,-185v62,0,132,28,132,100","w":364},{"d":"106,0r0,-429r-68,0r0,-44r69,-18r0,-79v0,-97,54,-150,157,-150v28,0,67,3,102,12r-11,59v-81,-14,-175,-15,-169,78r0,82r143,0r0,60r-143,0r-1,429r-79,0","w":365,"k":{"\u2019":-50,"\u201d":-50,"c":10,"d":10,"e":10,"g":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"\u01a1":10,"\u01ff":10,"\u00f0":10,"-":20,"\u2013":20,"\u2014":20,"\u00ad":20}},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm124,-754r0,-64r326,0r0,64r-326,0","w":579,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm335,-774r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm372,-581r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":730},{"d":"645,-24v-181,-1,-237,-150,-237,-347v0,-176,75,-335,258,-335v78,0,131,20,174,45r-37,98v-37,-15,-79,-24,-118,-24v-85,0,-121,80,-121,208v0,150,39,234,111,234v40,0,75,-9,134,-33r39,100v-55,38,-121,54,-203,54xm1253,-312r5,0r0,-380r140,0r0,655r-152,0r-200,-407r-7,0r0,407r-137,0r0,-655r165,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"786,-353v0,203,-165,368,-368,368v-203,0,-368,-165,-368,-368v0,-203,165,-368,368,-368v203,0,368,165,368,368xm767,-353v0,-192,-156,-349,-349,-349v-192,0,-349,157,-349,349v0,193,157,349,349,349v193,0,349,-156,349,-349xm595,-538r36,-20r-62,108r-125,0r39,-25v-29,-46,-51,-117,-98,-141r137,0v27,0,33,5,39,17xm325,-617v36,0,64,23,80,43r-90,165r-111,-65r62,-109v11,-20,33,-34,59,-34xm524,-403r113,-65r64,111v36,61,-22,125,-85,120xm253,-415r58,100r-34,-19v-22,45,-70,108,-78,157v-25,-47,-64,-86,-79,-141v6,-35,30,-54,43,-83r-30,-14r120,0xm500,-54r-64,-104r64,-102r0,46v73,-2,131,10,183,-23r-75,113v-28,41,-57,23,-108,27r0,43xm420,-214r0,117r-142,0v-21,0,-62,-16,-62,-64v0,-17,6,-35,18,-53r186,0","w":836},{"d":"238,-174r5,0r134,-336r78,0v-35,78,-177,424,-185,440v-45,88,-90,99,-208,69r15,-58v66,9,96,29,123,-30r13,-33r-23,0r-177,-388r81,0","w":467,"k":{"\ue1cb":30,"\ue1c4":20,"\ue1b7":60,"\ue1b1":60,"\ue1bb":60,"\ue1c2":60,"\ue1ac":30,"\ue1c5":30,"\ue1c8":30}},{"d":"70,-69r0,-419r81,0r0,427r59,0r4,49v-59,29,-144,28,-144,-57xm-13,-767r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm189,-567r-106,-177r66,-33r76,191","w":239,"k":{"\u03bd":20}},{"d":"277,-319r-64,0r0,-80r64,0r0,80xm277,-467r-64,0r0,-81r64,0r0,81xm277,-616r-64,0r0,-81r64,0r0,81xm277,-252r0,131r145,-146r45,46r-222,220r-221,-220r45,-46r145,146r-1,-131r64,0","w":485},{"d":"220,0r0,-296r-210,-389r89,0r164,319r4,0r171,-319r87,0r-216,385r0,300r-89,0xm258,-730v-70,0,-121,-55,-162,-112r47,-33v36,49,80,83,119,83v24,0,68,-5,142,-77r27,25v-58,84,-120,114,-173,114","w":536,"k":{"\u1fd7":60,"\u1fd6":60,"\u1fd3":60,"\u1fd2":60,"\u1fd1":60,"\u1fd0":60,"\u1f76":60,"\u1f37":60,"\u1f36":60,"\u1f35":60,"\u1f34":60,"\u1f33":60,"\u1f32":60,"\ue199":40,"\ue198":50,"\ue194":30,"\u03ca":60,"\u0390":60,"\u03c4":50,"\u03c8":80,"\u03c7":50,"\u03bb":50,"\u03c0":50,"\u03a6":50,"\u03bd":60,"\u03c1":60,"\u03b8":30,"\u03b6":40,"\u03b4":60,"\u03b3":60,"\u03b2":30,",":50,".":50,"\u2026":50,"-":90,"\u2013":90,"\u2014":90,"\u00ad":90,"\ue183":70,"\ue186":70,"\ue18d":70,"\ue19b":70,"\u0391":50,"\u039b":50,"\u2206":50,"\u1fb8":50,"\u1fb9":50,"\u1fbc":50,"\ue264":50,"\ue18a":60,"\ue191":60,"\ue19f":60,"\ue19a":50,"\ue1a1":50,"\u0398":30,"\u039f":30,"\u03b1":50,"\u03c9":50,"\u03bf":50,"\u03c6":50,"\u03c3":50,"\u03ce":50,"\u1f00":50,"\u1f01":50,"\u1f02":50,"\u1f03":50,"\u1f04":50,"\u1f05":50,"\u1f06":50,"\u1f07":50,"\u1f40":50,"\u1f41":50,"\u1f42":50,"\u1f43":50,"\u1f44":50,"\u1f45":50,"\u1f60":50,"\u1f61":50,"\u1f62":50,"\u1f63":50,"\u1f64":50,"\u1f65":50,"\u1f66":50,"\u1f67":50,"\u1f70":50,"\u1f71":50,"\u1f78":50,"\u1f79":50,"\u1f7c":50,"\u1f7d":50,"\u1f80":50,"\u1f81":50,"\u1f82":50,"\u1f83":50,"\u1f84":50,"\u1f85":50,"\u1f86":50,"\u1f87":50,"\u1fa0":50,"\u1fa1":50,"\u1fa2":50,"\u1fa3":50,"\u1fa4":50,"\u1fa5":50,"\u1fa6":50,"\u1fa7":50,"\u1fb0":50,"\u1fb1":50,"\u1fb2":50,"\u1fb3":50,"\u1fb4":50,"\u1fb6":50,"\u1fb7":50,"\u1ff2":50,"\u1ff3":50,"\u1ff4":50,"\u1ff6":50,"\u1ff7":50,"\u03ac":50,"\u03cc":50,"\u03b5":60,"\u03ad":60,"\u1f10":60,"\u1f11":60,"\u1f12":60,"\u1f13":60,"\u1f14":60,"\u1f15":60,"\u1f72":60,"\u1f73":60,"\u03b7":50,"\u03ba":50,"\u03ae":50,"\u1f20":50,"\u1f21":50,"\u1f22":50,"\u1f23":50,"\u1f24":50,"\u1f25":50,"\u1f26":50,"\u1f27":50,"\u1f74":50,"\u1f75":50,"\u1f90":50,"\u1f91":50,"\u1f92":50,"\u1f93":50,"\u1f94":50,"\u1f95":50,"\u1f96":50,"\u1f97":50,"\u1fc2":50,"\u1fc3":50,"\u1fc4":50,"\u1fc6":50,"\u1fc7":50,"\u03bc":50,"\u03b9":60,"\u03af":60,"\u1f30":60,"\u1f31":60,"\u1f77":60,"\ue184":40,"\ue185":40,"\ue187":40,"\ue18c":40,"\ue193":40}},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm385,-696r12,6r18,48v-73,10,-57,49,-21,81r-18,18v-48,-26,-74,-57,-74,-82v0,-37,25,-61,83,-71xm447,-707v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75","w":730},{"d":"308,-616v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59xm214,-711r-1,711r-80,0r0,-711r81,0","w":390},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm375,-682r-134,153r-41,-31r111,-171","w":544,"k":{"\u03b3":20}},{"d":"532,-383r-3,0r-159,324r-65,0r-160,-325r-3,0r-1,384r-76,0r0,-509r91,0r182,375r179,-375r93,0r0,509r-78,0r0,-383","w":675},{"d":"144,-394r-3,4v0,111,1,217,3,390r-79,0r0,-509r83,0r273,392r0,-392r78,0r-1,509r-75,0xm350,-592v-60,0,-108,-39,-145,-39r-57,39r-28,-22v16,-45,48,-75,87,-75v47,0,108,39,144,39r57,-40r28,22v-15,45,-47,76,-86,76","w":564},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm274,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm-30,-691r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm7,-498r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":579,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"379,-238r0,39r-147,158r-33,-25r100,-152r-100,-153r34,-26xm231,-238r0,39r-147,158r-33,-25r101,-152r-101,-153r34,-26","w":433},{"d":"513,0r-433,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65xm-33,-692r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210","w":564},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm-95,-693r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121xm306,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":653},{"d":"220,0r0,-296r-210,-389r89,0r164,319r4,0r171,-319r87,0r-216,385r0,300r-89,0","w":536,"k":{"\u015d":50,"\u0159":40,"\u0157":40,"\u0155":40,"\u0149":40,"\u0133":40,"\u012d":40,"\u012b":40,"\u0129":40,"\u00ef":40,"\u00ee":40,"\u00ed":40,"\u00ec":40,"\u0161":50,"r":40,"v":50,"w":50,"y":50,"\u0175":50,"\u1e81":50,"\u1e83":50,"\u1e85":50,"\u1ef3":50,"A":50,"\u00c6":50,"\u00c0":50,"\u00c1":50,"\u00c2":50,"\u00c3":50,"\u00c4":50,"\u00c5":50,"\u0100":50,"\u0102":50,"\u0104":50,"\u01fc":50,"C":30,"G":30,"O":30,"Q":30,"\u0152":30,"\u00c7":30,"\u00d2":30,"\u00d3":30,"\u00d4":30,"\u00d5":30,"\u00d6":30,"\u00d8":30,"\u0106":30,"\u0108":30,"\u010a":30,"\u010c":30,"\u011c":30,"\u011e":30,"\u0120":30,"\u0122":30,"\u014c":30,"\u014e":30,"\u0150":30,"\u01a0":30,"\u01fe":30,"a":80,"\u00e6":80,"\u00e0":80,"\u00e1":80,"\u00e2":80,"\u00e3":80,"\u00e4":80,"\u00e5":80,"\u0101":80,"\u0103":80,"\u0105":80,"\u01fd":80,"c":50,"d":50,"e":50,"g":50,"o":50,"q":50,"\u00e7":50,"\u00e8":50,"\u00e9":50,"\u00ea":50,"\u00eb":50,"\u00f2":50,"\u00f3":50,"\u00f4":50,"\u00f5":50,"\u00f6":50,"\u00f8":50,"\u0107":50,"\u0109":50,"\u010b":50,"\u010d":50,"\u010f":50,"\u0111":50,"\u0113":50,"\u0115":50,"\u0117":50,"\u0119":50,"\u011b":50,"\u011d":50,"\u011f":50,"\u0121":50,"\u0123":50,"\u014d":50,"\u014f":50,"\u0151":50,"\u01a1":50,"\u01ff":50,"\u00f0":50,"i":40,"m":40,"n":40,"p":40,"\u012f":40,"\u0144":40,"\u0146":40,"\u0148":40,"\u014b":40,"s":50,"\u015b":50,"\u015f":50,"\u0219":50,"u":50,"\u00f9":50,"\u00fa":50,"\u00fb":50,"\u00fc":50,"\u0169":50,"\u016b":50,"\u016d":50,"\u016f":50,"\u0171":50,"\u0173":50,"\u01b0":50,",":70,".":70,"\u2026":70,":":50,";":50,"-":50,"\u2013":50,"\u2014":50,"\u00ad":50}},{"d":"86,-476r390,199r-390,209r0,-408","w":506},{"d":"174,0r-84,0r0,-685r84,0r0,685xm-26,-693r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210","w":264},{"d":"233,-500v55,0,123,10,161,26r-18,55v-61,-19,-97,-21,-134,-21v-79,0,-109,36,-109,78v0,89,91,67,169,70r0,56v-89,-1,-178,-9,-178,90v0,122,186,104,278,58r19,50v-105,65,-381,78,-381,-99v0,-62,41,-107,92,-123r1,-3v-43,-12,-84,-44,-84,-96v0,-89,80,-141,184,-141xm206,-763r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121","w":439},{"d":"174,0r-84,0r0,-685r84,0r0,685xm-92,-692r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121","w":264},{"d":"480,-243v0,125,-51,251,-222,251v-160,0,-210,-117,-210,-249v0,-130,60,-257,220,-257v163,0,212,127,212,255xm395,-241v0,-87,-19,-194,-127,-194v-108,0,-135,102,-135,194v0,97,20,186,135,186v106,0,127,-98,127,-186xm390,-682r-134,153r-41,-31r111,-171","w":528},{"d":"140,-104r-65,0r0,-435r65,0r0,435xm323,-353r493,0r0,64r-493,-1r146,145r-46,45r-220,-221r220,-222r46,45","w":840},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm-215,-684r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm-13,-484r-106,-177r66,-33r76,191","w":653},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm-29,-690r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm132,-501r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":579,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm318,-564v-65,0,-117,-40,-158,-40r-62,40r-31,-23v18,-46,53,-77,95,-77v52,0,118,40,159,40r61,-40r30,22v-16,46,-51,78,-94,78xm227,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":514},{"d":"412,-456r-291,392r305,0r0,64r-406,0r0,-51r291,-395r-273,0r1,-64r373,0r0,54","w":446},{"d":"136,-449r8,4v59,-31,127,-54,171,-54v133,0,140,84,140,157r0,342r-81,0r0,-322v0,-68,-7,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-711r81,0","w":514,"k":{"\u2019":70,"\u201d":70}},{"d":"164,-545v0,27,-24,52,-55,52v-35,0,-58,-27,-58,-65v0,-57,44,-124,102,-154r20,27v-26,24,-43,52,-45,89v22,7,36,25,36,51xm262,-596v55,13,42,103,-18,103v-36,0,-59,-27,-59,-65v0,-56,46,-125,102,-154v7,9,13,18,21,27v-27,24,-44,52,-46,89","w":343,"k":{"\u00bf":80,"A":50,"\u00c6":50,"\u00c0":50,"\u00c1":50,"\u00c2":50,"\u00c3":50,"\u00c4":50,"\u00c5":50,"\u0100":50,"\u0102":50,"\u0104":50,"\u01fc":50}},{"d":"691,-38r0,-284r-184,0r0,284r-145,0r0,-657r145,0r0,260r184,0r0,-260r144,0r0,657r-144,0xm1424,-229v0,121,-82,204,-238,204v-155,0,-227,-81,-227,-204r0,-465r145,0r0,451v0,60,21,99,82,99v63,0,92,-41,92,-99r0,-451r146,0r0,465xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"632,-263v0,111,-91,193,-248,202r0,61r-79,0r0,-61v-175,-9,-255,-83,-255,-199v0,-100,82,-194,255,-204r0,-46r79,0r0,45v184,7,248,102,248,202xm129,-259v0,91,70,136,176,142r0,-289v-120,8,-176,72,-176,147xm384,-117v214,-7,237,-276,0,-289r0,289","w":682,"k":{"\ue1b5":20,"\ue1c9":40,"\ue1d1":40,"\ue1ca":20,"\ue1c2":30,"\ue1bb":30,"\ue1b3":40,"\ue1b1":30,"\ue1aa":40,"\ue1cc":20,"\ue1c4":30,"\ue1b7":20,"\ue1bd":20}},{"d":"221,-277r6,0r129,-231r82,0r-174,288r0,220r-84,0r0,-217r-175,-291r84,0xm403,-581r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":443,"k":{"\ue100":40,"\ue104":40,"\ue10c":40,"\ue10e":40,"\ue119":40,"\ue123":40,"\ue12e":40,"\ue12f":40,"\ue130":40,"\ue131":40,"\ue132":40,"\ue133":40,"\ue13d":40,"\ue13e":40,"\ue13f":40,"\ue140":40,"\ue148":40,"\ue149":40,"\ue14a":40,"\ue14b":40,"\ue15f":40,"\ue160":40,"\ue161":40,"\ue176":40,"\ue0fe":60,"\ue11c":60,"\ue11d":60,"\ue11e":60,"\ue11f":60,"\ue120":60,"\ue121":60,"\ue122":60,"\ue13a":60,"\ue13b":60,"\ue13c":60,"\ue175":60}},{"d":"147,-510r0,203r139,0v123,0,184,69,184,152v0,101,-74,155,-173,155r-232,0r0,-510r82,0xm391,-155v-3,-116,-135,-84,-244,-89r0,180v109,-3,247,24,244,-91","w":500,"k":{"\ue1ce":50,"\ue1aa":40,"\ue1b3":40,"\ue1d1":40,"\ue1c9":40}},{"d":"747,-312r5,0r0,-380r140,0r0,655r-152,0r-200,-407r-7,0r0,407r-137,0r0,-655r165,0xm1203,-24v-190,0,-251,-145,-251,-343v0,-202,68,-339,251,-339v184,0,249,136,249,339v0,197,-60,343,-249,343xm1203,-587v-83,0,-94,92,-94,220v0,136,12,223,94,223v81,0,93,-91,93,-223v0,-127,-11,-220,-93,-220xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"890,-699r0,702r-348,-351xm513,-699r0,702r-349,-351xm149,-699r0,702r-70,0r0,-702r70,0","w":1000},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm304,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":653},{"d":"483,0r-87,0r-49,-140r-203,0r-50,140r-84,0r189,-510r96,0xm329,-196r-84,-245r-82,245r166,0xm424,-572r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":493,"k":{"\ue113":20,"\ue114":20,"\ue171":20,"\ue17a":20,"\ue17b":20,"\ue17c":20,"\ue116":50,"\ue11b":50,"\ue138":50,"\ue172":50,"\ue17d":50,"\ue100":10,"\ue104":10,"\ue10c":10,"\ue10e":10,"\ue119":10,"\ue123":10,"\ue12e":10,"\ue12f":10,"\ue130":10,"\ue131":10,"\ue132":10,"\ue133":10,"\ue13d":10,"\ue13e":10,"\ue13f":10,"\ue140":10,"\ue148":10,"\ue149":10,"\ue14a":10,"\ue14b":10,"\ue15f":10,"\ue160":10,"\ue161":10,"\ue176":10,"\ue111":40,"\ue168":40,"\ue169":40,"\ue16a":40,"\ue112":10,"\ue16b":10,"\ue16c":10,"\ue16d":10,"\ue16e":10,"\ue16f":10,"\ue170":10}},{"d":"46,-280v0,-122,90,-210,280,-212v72,-1,105,-2,160,-20r18,62v-42,17,-100,23,-168,24v-148,1,-222,57,-222,146v0,80,55,136,211,175v106,26,157,61,157,115v0,43,-47,82,-90,108r-35,-42v23,-16,50,-41,50,-59v0,-25,-20,-36,-93,-54v-197,-48,-268,-127,-268,-243","w":585},{"d":"501,0r-85,0r0,-331v-130,2,-208,-25,-245,112r-59,219r-81,0r61,-241v16,-63,51,-108,119,-125v-102,-33,-111,-204,-143,-317r78,0r45,175v43,136,102,103,225,108r0,-285r85,0r0,285v123,-5,190,31,226,-108r45,-175r77,0v-32,114,-40,284,-143,317v68,17,103,62,119,125r61,241r-80,0r-59,-219v-47,-134,-115,-110,-246,-112r0,331","w":919,"k":{"\ue1cb":20,"\ue1ce":40,"\u0447":20,"\u0424":20,"\u0404":20,"\u041e":20,"\u0421":20,"\u0443":30,"\u045e":30,"\ue1ca":10,"\ue1b5":10,"\ue1ac":20,"\ue1c5":20,"\ue1c8":20,"\u0442":30,"\u044a":30,"\ue1aa":30,"\ue1b3":30,"\ue1d1":30,"\ue1c9":30}},{"d":"177,-692r0,339r511,0r-146,-145r46,-45r220,222r-220,221r-46,-45r146,-145r-576,1r0,-403r65,0","w":840},{"d":"242,0r-177,0r0,-238r-47,0r0,-49r47,0r0,-223r184,0v184,0,233,118,233,254v0,139,-55,256,-240,256xm238,-446r-92,0r0,159r122,0r0,49r-122,0r0,175r88,0v48,0,166,-1,166,-188v0,-190,-107,-195,-162,-195","w":537,"k":{"\ue115":30,"\ue113":30,"\ue114":30,"\ue171":30,"\ue17a":30,"\ue17b":30,"\ue17c":30,"\ue116":30,"\ue11b":30,"\ue138":30,"\ue172":30,"\ue17d":30,"\ue111":20,"\ue168":20,"\ue169":20,"\ue16a":20,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40}},{"d":"151,0r-81,0r0,-510r81,0r0,510","w":221,"k":{"\ue1d1":30}},{"d":"519,-267r-66,0r0,-212v0,-42,-8,-64,-55,-64v-25,0,-65,12,-88,25v7,79,1,168,3,252r-67,0r0,-223v-1,-83,-94,-50,-140,-27r0,250r-66,0r-1,-325r66,0v1,8,1,16,1,25v63,-35,144,-45,190,5v34,-21,79,-36,118,-36v98,0,105,61,105,110r0,220","w":558},{"d":"206,-616v-79,0,-104,73,-108,118v89,-44,236,-30,236,103v0,83,-62,133,-151,133v-121,0,-154,-84,-154,-186v0,-130,56,-222,176,-222v47,0,85,13,102,21r-18,49v-36,-13,-64,-16,-83,-16xm189,-468v-47,0,-83,20,-92,26v-1,52,6,127,87,127v56,0,83,-32,83,-78v0,-44,-19,-75,-78,-75","w":364},{"d":"633,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51","w":811},{"d":"676,0r-140,0r0,59r-16,0r-74,-95r78,-98r13,2r0,59v68,-4,198,19,197,-44v0,-13,-6,-29,-16,-46r-100,-170r67,-39r111,194v60,91,-3,178,-120,178xm195,-73r198,0r0,73r-213,0v-116,2,-157,-90,-106,-182r73,-131r-46,-25r7,-13r118,-22r42,112r-8,15r-47,-29v-24,52,-77,96,-77,159v0,24,16,43,59,43xm668,-512r-44,112r-121,-21r-6,-12r49,-27r-71,-120v-22,-42,-70,-36,-93,5r-99,174r-64,-37r106,-185v53,-97,163,-92,213,-3r73,129r51,-29","w":869},{"d":"482,-697v227,0,364,138,364,344v0,141,-91,213,-182,213v-42,0,-93,-18,-113,-58v-32,32,-84,55,-138,55v-93,0,-114,-70,-114,-114v0,-66,46,-108,125,-115r114,-10v3,-69,-9,-104,-77,-104v-35,0,-76,8,-120,22r-17,-51v110,-45,287,-67,281,99r0,159v0,38,22,62,68,62v53,0,114,-47,114,-156v0,-182,-119,-292,-305,-292v-187,0,-343,137,-343,318v0,228,210,379,445,297r17,49v-39,17,-94,28,-145,28v-224,0,-376,-157,-376,-372v0,-216,181,-374,402,-374xm538,-333v-68,7,-164,1,-165,70v0,41,20,64,66,64v31,0,65,-15,99,-43r0,-91","w":926},{"d":"117,-66r3,6r280,0r0,60r-388,0r0,-51r273,-370r-3,-7r-240,0r0,-60r347,0r0,53xm277,-619v0,31,-26,56,-57,56v-31,0,-55,-25,-55,-56v0,-31,24,-57,55,-57v31,0,57,26,57,57","w":411},{"d":"486,0r0,-205r-259,0r-127,205r-90,0r427,-684r445,0r0,62r-311,0r0,231r260,0r0,61r-260,0r0,267r327,0r0,63r-412,0xm481,-617r-216,347r221,0r0,-347r-5,0","w":946},{"d":"345,-557v-65,0,-117,-40,-158,-40r-62,40r-31,-23v18,-46,53,-77,95,-77v52,0,118,40,159,40r61,-40r30,22v-16,46,-51,78,-94,78","w":544},{"d":"430,0r-365,0r0,-510r352,0r0,64r-270,0r0,147r231,0r0,61r-231,0r0,174r283,0r0,64xm391,-735r24,29r-152,141r-54,0r-151,-143r23,-28r155,97","w":460},{"d":"315,-112r-268,0r0,-40r268,0r0,40xm315,-27r-268,0r0,-41r268,0r0,41","w":363},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm-170,-579r13,-6v110,24,107,110,9,155r-18,-18v38,-31,50,-72,-21,-82xm-57,-594v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75","w":653},{"d":"486,0r0,-205r-259,0r-127,205r-90,0r427,-684r445,0r0,62r-311,0r0,231r260,0r0,61r-260,0r0,267r327,0r0,63r-412,0xm481,-617r-216,347r221,0r0,-347r-5,0xm717,-868r-145,139r-38,-31r123,-161","w":954},{"d":"36,-598v0,-128,181,-154,291,-94r-24,49v-54,-23,-83,-25,-109,-25v-50,0,-89,26,-89,74v0,44,55,56,103,69v71,19,147,52,147,131v1,152,-217,159,-332,97r23,-50v59,27,98,31,129,31v72,0,110,-25,110,-77v0,-43,-45,-61,-99,-76v-83,-23,-150,-40,-150,-129","w":379},{"d":"483,0r-87,0r-49,-140r-203,0r-50,140r-84,0r189,-510r96,0xm329,-196r-84,-245r-82,245r166,0","w":493,"k":{"\ue1b5":10,"\ue1c9":30,"\ue1d1":30,"\ue1ca":10,"\ue1b3":30,"\ue1aa":30,"\ue1ce":40}},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm629,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51xm403,-244r-113,-371r-3,0r-113,371r229,0xm82,-692r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210","w":812},{"d":"96,-92r1,-418r83,0v-1,167,-2,303,-2,408v0,128,-71,194,-198,234r-20,-50v99,-49,136,-89,136,-174xm319,-572r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":245},{"d":"256,-774r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm417,-585r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":544},{"d":"146,-423r6,4v49,-42,121,-81,171,-81v15,0,25,5,25,25v0,17,-13,55,-28,74v-56,6,-113,15,-169,21r0,380r-82,0r0,-488r80,0","w":351,"k":{"r":40}},{"d":"388,-60v1,-134,-159,-161,-267,-110r-48,-29r20,-289r347,0r0,63r-280,-1r-12,188v136,-43,321,-4,321,178v0,220,-267,242,-434,167r20,-54v71,20,120,28,161,28v104,0,172,-44,172,-141","w":528},{"d":"125,-196r2,-3v-33,-18,-64,-56,-64,-125v0,-161,152,-199,288,-164r158,0r0,52r-76,0r-2,5v23,24,34,63,34,103v0,125,-112,167,-259,167v-48,0,-79,7,-79,37v0,21,21,33,51,33r128,0v119,0,186,53,186,148v0,97,-92,159,-239,159v-167,0,-209,-69,-209,-143v0,-55,36,-98,65,-114v-38,-8,-60,-32,-60,-71v0,-58,43,-77,76,-84xm294,-30r-111,0v-27,9,-59,51,-59,89v0,51,25,97,141,97v93,0,145,-39,145,-97v0,-41,-17,-89,-116,-89xm382,-328v0,-51,-27,-111,-119,-111v-77,0,-117,41,-117,111v0,66,42,109,107,109v74,0,129,-34,129,-109xm441,-561r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":549},{"d":"533,-253v0,148,-78,259,-234,259v-177,0,-244,-101,-244,-257v0,-141,63,-267,244,-267v181,0,234,127,234,265xm450,-251v0,-96,-24,-208,-151,-208v-129,0,-161,103,-161,210v0,128,48,197,161,197v103,0,151,-90,151,-199","w":588,"k":{"\ue115":30,"\ue113":30,"\ue114":30,"\ue171":30,"\ue17a":30,"\ue17b":30,"\ue17c":30,"\ue116":30,"\ue11b":30,"\ue138":30,"\ue172":30,"\ue17d":30,"\ue111":20,"\ue168":20,"\ue169":20,"\ue16a":20,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40}},{"d":"901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm1406,-38r-147,0r-99,-264r-56,0r0,264r-145,0r0,-656r197,0v96,0,221,25,221,189v0,114,-57,166,-129,188r63,50xm483,-36r0,-657r386,0r0,118r-240,0r0,140r211,0r0,115r-211,0r0,284r-146,0xm1232,-501v-3,-82,-57,-82,-128,-80r0,166v77,4,130,-6,128,-86"},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm-102,-685r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm100,-485r-106,-177r66,-33r76,191","w":579,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"572,-197r0,197r-79,0r0,-183v0,-56,-33,-87,-104,-87v-42,0,-88,12,-123,26r0,244r-80,0r0,-448r-166,0r0,-62r458,0r0,62r-212,0r0,144v50,-16,98,-23,143,-23v104,0,163,48,163,130","w":632},{"d":"340,-427r-313,0r0,-62r394,0r0,57r-265,571r-79,0","w":463},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm843,-227r0,-466r-146,0r0,451v0,59,-29,99,-92,99v-61,0,-82,-39,-82,-99r0,-451r-145,0r0,466v0,122,72,203,227,203v156,0,238,-82,238,-203xm1212,-298r-116,0r53,-255r7,0xm1071,-186r166,0r35,149r151,0r-186,-656r-169,0r-182,656r151,0"},{"d":"450,-37r0,-657r387,0r0,118r-241,0r0,139r212,0r0,116r-212,0r0,167r241,0r0,117r-387,0xm916,-372v0,-175,87,-335,272,-335v77,0,133,20,177,44r-37,100v-32,-14,-83,-25,-121,-25v-88,0,-135,81,-135,209v0,174,55,265,176,223r0,-152r-51,-9r0,-83r191,0r0,322v-77,46,-159,54,-211,54v-199,0,-261,-151,-261,-348xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"356,-267r-307,0r0,-449r296,0r0,58r-228,0r0,129r191,-1r0,54r-191,0r0,152r239,0r0,57","w":375},{"d":"372,-488r83,0r0,297v0,114,-74,197,-200,197v-131,0,-195,-75,-195,-184r0,-310r82,0r0,310v0,70,28,119,112,119v80,0,118,-55,118,-128r0,-301xm235,-763r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121","w":515},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm450,-65v163,77,435,56,435,-160v0,-128,-56,-171,-202,-218v-62,-20,-88,-35,-88,-80v0,-51,39,-66,78,-66v12,0,85,0,145,24v4,-13,26,-87,31,-100v-151,-77,-404,-59,-405,146v0,132,73,164,193,204v68,23,96,35,96,92v0,59,-34,80,-101,80v-22,0,-87,-4,-146,-27v-5,14,-32,91,-36,105xm1093,-333r5,-1r181,297r177,0r-229,-343r227,-313r-166,0r-190,280r-5,0r0,-280r-146,0r0,656r146,0r0,-296"},{"d":"352,-233r-125,8v-66,3,-98,36,-98,85v0,57,26,85,90,85v42,0,88,-23,133,-64r0,-114xm502,-13v-56,24,-148,45,-149,-43v-75,64,-139,64,-169,64v-113,0,-142,-84,-142,-140v0,-85,61,-139,185,-147r125,-8v3,-92,-11,-142,-105,-142v-48,0,-102,10,-151,27r-18,-55v135,-56,353,-81,353,123r0,273r66,0xm93,-592r0,-64r329,0r0,64r-329,0","w":530,"k":{"\u2019":40,"\u201d":40}},{"d":"437,-525v32,0,51,21,48,46r-29,281v-5,23,-38,24,-40,0r-23,-281v0,-21,17,-46,44,-46xm437,-75v-16,0,-45,-8,-45,-43v0,-12,10,-41,45,-41v22,0,42,17,42,43v0,25,-19,41,-42,41xm60,-83r331,-586v28,-47,72,-49,99,-2r331,588v21,38,11,84,-43,83r-675,0v-56,0,-65,-46,-43,-83xm420,-617r-295,527v-12,22,-26,34,17,34r597,0v45,0,28,-13,16,-35r-297,-526v-11,-24,-27,-20,-38,0","w":884},{"d":"475,-182r32,68v-41,73,-118,122,-207,122v-134,0,-238,-104,-238,-237v0,-95,56,-177,138,-215r8,61v-55,32,-88,90,-88,154v0,98,82,179,180,179v80,0,152,-56,175,-132xm354,-362v64,6,160,-19,181,31r59,142v18,-8,43,-18,55,6v7,12,9,32,-14,39v-34,10,-84,56,-106,7r-57,-130r-163,0v-91,2,-74,-144,-87,-223v-14,-81,104,-87,113,-17r7,55r116,0v25,0,31,20,31,23v0,14,-6,32,-35,32r-105,0xm207,-630v0,-34,26,-62,60,-62v35,0,62,28,62,62v0,34,-27,62,-62,62v-34,0,-60,-28,-60,-62","w":715},{"d":"472,0r-80,0r0,-236r-247,0r1,236r-81,0r0,-509r81,0r-1,211r247,0r0,-211r80,0r0,509","w":537,"k":{"\ue1d1":10}},{"d":"472,0r-80,0r0,-236r-247,0r1,236r-81,0r0,-509r81,0r-1,211r247,0r0,-211r80,0r0,509","w":537},{"d":"220,0r0,-296r-210,-389r89,0r164,319r4,0r171,-319r87,0r-216,385r0,300r-89,0xm445,-759r-25,29r-155,-89r-154,90r-23,-28r150,-138r55,0","w":536,"k":{"\u015d":50,"\u0159":40,"\u0157":40,"\u0155":40,"\u0149":40,"\u0133":40,"\u012d":40,"\u012b":40,"\u0129":40,"\u00ef":40,"\u00ee":40,"\u00ed":40,"\u00ec":40,"\u0161":50,"r":40,"v":50,"w":50,"y":50,"\u0175":50,"\u1e81":50,"\u1e83":50,"\u1e85":50,"\u1ef3":50,"A":50,"\u00c6":50,"\u00c0":50,"\u00c1":50,"\u00c2":50,"\u00c3":50,"\u00c4":50,"\u00c5":50,"\u0100":50,"\u0102":50,"\u0104":50,"\u01fc":50,"C":30,"G":30,"O":30,"Q":30,"\u0152":30,"\u00c7":30,"\u00d2":30,"\u00d3":30,"\u00d4":30,"\u00d5":30,"\u00d6":30,"\u00d8":30,"\u0106":30,"\u0108":30,"\u010a":30,"\u010c":30,"\u011c":30,"\u011e":30,"\u0120":30,"\u0122":30,"\u014c":30,"\u014e":30,"\u0150":30,"\u01a0":30,"\u01fe":30,"a":80,"\u00e6":80,"\u00e0":80,"\u00e1":80,"\u00e2":80,"\u00e3":80,"\u00e4":80,"\u00e5":80,"\u0101":80,"\u0103":80,"\u0105":80,"\u01fd":80,"c":50,"d":50,"e":50,"g":50,"o":50,"q":50,"\u00e7":50,"\u00e8":50,"\u00e9":50,"\u00ea":50,"\u00eb":50,"\u00f2":50,"\u00f3":50,"\u00f4":50,"\u00f5":50,"\u00f6":50,"\u00f8":50,"\u0107":50,"\u0109":50,"\u010b":50,"\u010d":50,"\u010f":50,"\u0111":50,"\u0113":50,"\u0115":50,"\u0117":50,"\u0119":50,"\u011b":50,"\u011d":50,"\u011f":50,"\u0121":50,"\u0123":50,"\u014d":50,"\u014f":50,"\u0151":50,"\u01a1":50,"\u01ff":50,"\u00f0":50,"i":40,"m":40,"n":40,"p":40,"\u012f":40,"\u0144":40,"\u0146":40,"\u0148":40,"\u014b":40,"s":50,"\u015b":50,"\u015f":50,"\u0219":50,"u":50,"\u00f9":50,"\u00fa":50,"\u00fb":50,"\u00fc":50,"\u0169":50,"\u016b":50,"\u016d":50,"\u016f":50,"\u0171":50,"\u0173":50,"\u01b0":50,",":70,".":70,"\u2026":70,":":50,";":50,"-":50,"\u2013":50,"\u2014":50,"\u00ad":50}},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm93,-676r-134,153r-41,-31r111,-171","w":695},{"d":"106,-2r0,-698r698,0r0,698r-698,0xm161,-543r91,-102r-91,0r0,102xm468,-645r-307,334r0,254r588,0r0,-588r-281,0xm161,-389r236,-256r-73,0r-163,176r0,80","w":899},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm8,-694r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121","w":579,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm-142,-692r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm19,-503r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":653},{"d":"901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm1412,-37r-146,0r-99,-264r-56,0r0,264r-145,0r0,-656r197,0v95,0,221,25,221,189v0,114,-58,167,-129,189r63,49xm748,-186r-166,0r-34,149r-151,0r181,-656r170,0r186,656r-151,0xm1238,-500v-3,-82,-57,-82,-127,-80r0,167v77,4,129,-9,127,-87xm607,-298r115,0r-56,-255r-6,0"},{"d":"183,-767r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm385,-567r-106,-177r66,-33r76,191","w":544},{"d":"409,-576v0,24,-20,42,-47,42v-25,0,-42,-18,-42,-42v0,-25,19,-44,42,-44v27,0,47,18,47,44xm222,-576v0,24,-19,42,-45,42v-25,0,-45,-18,-45,-42v0,-25,21,-44,43,-44v28,0,47,18,47,44xm352,-655v-63,0,-117,-38,-156,-38r-59,38r-27,-22v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,16v-16,44,-47,75,-87,75","w":544},{"d":"174,0r-84,0r0,-685r84,0r0,685xm-159,-581r13,-6v110,24,107,110,9,155r-18,-18v38,-31,50,-72,-21,-82xm-46,-596v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75","w":264},{"d":"146,-206r0,206r-81,0r0,-510r81,0r0,218r224,-218r96,0r-216,205r221,305r-93,0r-182,-254xm227,137v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":481},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm383,-734r-132,195r-40,-19r92,-214","w":544,"k":{"\u03b3":20}},{"d":"233,-500v55,0,123,10,161,26r-18,55v-61,-19,-97,-21,-134,-21v-79,0,-109,36,-109,78v0,89,91,67,169,70r0,56v-89,-1,-178,-9,-178,90v0,122,186,104,278,58r19,50v-105,65,-381,78,-381,-99v0,-62,41,-107,92,-123r1,-3v-43,-12,-84,-44,-84,-96v0,-89,80,-141,184,-141xm354,-734r-132,195r-40,-19r92,-214","w":439},{"d":"70,-69r0,-419r81,0r0,427r59,0r4,49v-59,29,-144,28,-144,-57xm78,-710r13,-6v110,24,107,110,9,155r-18,-18v38,-31,50,-72,-21,-82xm191,-725v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75","w":239,"k":{"\u03bd":20}},{"d":"144,-125r7,0r255,-385r79,0r0,510r-79,0r0,-390r-5,0r-257,390r-79,0r0,-510r79,0r0,385xm273,-538v-70,0,-121,-55,-162,-112r47,-33v36,49,80,83,118,83v25,0,69,-5,143,-76r27,25v-58,83,-120,113,-173,113","w":550,"k":{"\ue1d1":30}},{"d":"372,-488r83,0r0,297v0,114,-74,197,-200,197v-131,0,-195,-75,-195,-184r0,-310r82,0r0,310v0,70,28,119,112,119v80,0,118,-55,118,-128r0,-301xm219,-774r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm256,-581r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":515},{"d":"132,-369r5,3v139,-86,370,-70,370,157v0,135,-92,216,-225,216v-181,0,-230,-140,-230,-310v0,-216,83,-371,264,-371v70,0,122,19,145,31v-6,19,-11,38,-18,57v-49,-19,-93,-24,-125,-24v-148,0,-182,166,-186,241xm291,-352v-99,0,-154,49,-158,51v-1,104,8,245,151,245v95,0,144,-63,144,-149v0,-86,-34,-147,-137,-147","w":558},{"d":"415,0r0,-152r-202,0r-102,152r-89,0r352,-509r374,0r0,61r-251,0r0,151r201,0r0,57r-201,1r0,179r264,-1r0,61r-346,0xm416,-447r-4,0r-59,91r-102,149r165,0v0,-78,-1,-162,0,-240xm625,-674r-145,139r-36,-31r123,-162","w":804},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm873,-65v164,77,436,56,436,-160v0,-128,-56,-171,-203,-218v-61,-20,-88,-35,-88,-80v0,-51,40,-66,78,-66v13,0,85,0,146,24r30,-100v-151,-77,-404,-59,-404,146v0,132,72,164,192,204v68,23,97,35,97,92v0,59,-34,80,-101,80v-22,0,-87,-4,-147,-27v-4,14,-32,91,-36,105xm584,-693r0,656r145,0r0,-656r-145,0"},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm630,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51xm403,-244r-113,-371r-3,0r-113,371r229,0xm-20,-691r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm17,-498r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":813},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm240,-539r-132,-195r79,-40r93,214","w":514},{"d":"467,0r-81,0r0,-448r-181,0r-2,71v-7,233,-14,369,-175,399r-20,-59v110,-38,110,-111,120,-354r5,-119r334,0r0,510","w":533,"k":{"\ue1d1":30}},{"d":"80,0r0,-684r246,0v216,-9,272,237,107,326v90,28,113,118,113,172v0,113,-90,186,-193,186r-273,0xm462,-194v0,-68,-45,-129,-137,-129r-161,0r0,258r161,0v99,0,137,-59,137,-129xm442,-502v0,-68,-40,-117,-135,-117r-143,0r0,232r143,0v87,0,135,-45,135,-115","w":609},{"d":"174,0r-84,0r0,-685r84,0r0,685xm-207,-684r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm-5,-484r-106,-177r66,-33r76,191","w":264},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm-27,-691r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm10,-498r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":579,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"220,0r0,-296r-210,-389r89,0r164,319r4,0r171,-319r87,0r-216,385r0,300r-89,0xm-193,-691r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm-156,-498r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":536,"k":{"\u1fd7":60,"\u1fd6":60,"\u1fd3":60,"\u1fd2":60,"\u1fd1":60,"\u1fd0":60,"\u1f76":60,"\u1f37":60,"\u1f36":60,"\u1f35":60,"\u1f34":60,"\u1f33":60,"\u1f32":60,"\ue199":40,"\ue198":50,"\ue194":30,"\u03ca":60,"\u0390":60,"\u03c4":50,"\u03c8":80,"\u03c7":50,"\u03bb":50,"\u03c0":50,"\u03a6":50,"\u03bd":60,"\u03c1":60,"\u03b8":30,"\u03b6":40,"\u03b4":60,"\u03b3":60,"\u03b2":30,",":50,".":50,"\u2026":50,"-":90,"\u2013":90,"\u2014":90,"\u00ad":90,"\ue183":70,"\ue186":70,"\ue18d":70,"\ue19b":70,"\u0391":50,"\u039b":50,"\u2206":50,"\u1fb8":50,"\u1fb9":50,"\u1fbc":50,"\ue264":50,"\ue18a":60,"\ue191":60,"\ue19f":60,"\ue19a":50,"\ue1a1":50,"\u0398":30,"\u039f":30,"\u03b1":50,"\u03c9":50,"\u03bf":50,"\u03c6":50,"\u03c3":50,"\u03ce":50,"\u1f00":50,"\u1f01":50,"\u1f02":50,"\u1f03":50,"\u1f04":50,"\u1f05":50,"\u1f06":50,"\u1f07":50,"\u1f40":50,"\u1f41":50,"\u1f42":50,"\u1f43":50,"\u1f44":50,"\u1f45":50,"\u1f60":50,"\u1f61":50,"\u1f62":50,"\u1f63":50,"\u1f64":50,"\u1f65":50,"\u1f66":50,"\u1f67":50,"\u1f70":50,"\u1f71":50,"\u1f78":50,"\u1f79":50,"\u1f7c":50,"\u1f7d":50,"\u1f80":50,"\u1f81":50,"\u1f82":50,"\u1f83":50,"\u1f84":50,"\u1f85":50,"\u1f86":50,"\u1f87":50,"\u1fa0":50,"\u1fa1":50,"\u1fa2":50,"\u1fa3":50,"\u1fa4":50,"\u1fa5":50,"\u1fa6":50,"\u1fa7":50,"\u1fb0":50,"\u1fb1":50,"\u1fb2":50,"\u1fb3":50,"\u1fb4":50,"\u1fb6":50,"\u1fb7":50,"\u1ff2":50,"\u1ff3":50,"\u1ff4":50,"\u1ff6":50,"\u1ff7":50,"\u03ac":50,"\u03cc":50,"\u03b5":60,"\u03ad":60,"\u1f10":60,"\u1f11":60,"\u1f12":60,"\u1f13":60,"\u1f14":60,"\u1f15":60,"\u1f72":60,"\u1f73":60,"\u03b7":50,"\u03ba":50,"\u03ae":50,"\u1f20":50,"\u1f21":50,"\u1f22":50,"\u1f23":50,"\u1f24":50,"\u1f25":50,"\u1f26":50,"\u1f27":50,"\u1f74":50,"\u1f75":50,"\u1f90":50,"\u1f91":50,"\u1f92":50,"\u1f93":50,"\u1f94":50,"\u1f95":50,"\u1f96":50,"\u1f97":50,"\u1fc2":50,"\u1fc3":50,"\u1fc4":50,"\u1fc6":50,"\u1fc7":50,"\u03bc":50,"\u03b9":60,"\u03af":60,"\u1f30":60,"\u1f31":60,"\u1f77":60,"\ue184":40,"\ue185":40,"\ue187":40,"\ue18c":40,"\ue193":40}},{"d":"51,-1r192,-491r53,0r210,491r-73,0r-163,-379r-148,379r-71,0","w":555},{"d":"480,-243v0,125,-51,251,-222,251v-160,0,-210,-117,-210,-249v0,-130,60,-257,220,-257v163,0,212,127,212,255xm395,-241v0,-87,-19,-194,-127,-194v-108,0,-135,102,-135,194v0,97,20,186,135,186v106,0,127,-98,127,-186xm280,-539r-132,-195r79,-40r93,214","w":528},{"d":"490,-892r24,29r-152,135r-54,0r-151,-137r23,-27r155,91","w":668},{"d":"124,-104r229,-226r-229,-228r0,454xm939,-566r-227,229r227,227r0,-456xm393,-280r-224,216r726,0r-222,-224r-143,144xm896,-610r-734,0r368,371xm64,-671r941,0r0,671r-941,0r0,-671","w":1070},{"d":"430,0r-365,0r0,-510r352,0r0,64r-270,0r0,147r231,0r0,61r-231,0r0,174r283,0r0,64xm377,-623v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm189,-623v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":460},{"d":"281,-510r0,203r140,0v124,0,184,69,184,152v0,101,-74,155,-173,155r-230,0r0,-448r-182,0r0,-62r261,0xm527,-155v0,-117,-137,-83,-246,-88r0,179v110,-3,246,25,246,-91","w":635,"k":{"\ue1ce":50,"\ue1aa":40,"\ue1b3":40,"\ue1d1":40,"\ue1c9":40}},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm384,-693r12,6r18,48v-73,10,-57,49,-21,81r-18,18v-48,-26,-74,-57,-74,-82v0,-37,25,-61,83,-71xm446,-704v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm330,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":730},{"d":"322,-282v-27,194,-13,432,-203,432v-25,0,-52,-5,-75,-16r16,-52v95,29,141,-4,156,-111v10,-72,26,-186,34,-253r-87,0r0,-52r93,0v15,-132,33,-261,175,-261v29,0,57,5,83,14v-5,17,-9,36,-14,54v-26,-5,-40,-7,-57,-7v-96,0,-98,71,-115,200r101,0r0,52r-107,0","w":558},{"d":"480,-243v0,125,-51,251,-222,251v-160,0,-210,-117,-210,-249v0,-130,60,-257,220,-257v163,0,212,127,212,255xm395,-241v0,-87,-19,-194,-127,-194v-108,0,-135,102,-135,194v0,97,20,186,135,186v106,0,127,-98,127,-186xm396,-734r-132,195r-40,-19r92,-214","w":528},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm629,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51xm403,-244r-113,-371r-3,0r-113,371r229,0xm90,-594v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm-23,-579r13,-6v110,24,107,110,9,155r-18,-18v38,-31,50,-72,-21,-82","w":812},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm233,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm256,-774r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm417,-585r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":544,"k":{"\u03b3":20}},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm85,-595v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm23,-584r12,6r18,48v-73,10,-57,49,-21,81r-18,18v-48,-26,-74,-57,-74,-82v0,-37,25,-61,83,-71","w":579,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"220,0r0,-296r-210,-389r89,0r164,319r4,0r171,-319r87,0r-216,385r0,300r-89,0xm-160,-583r12,6r18,48v-73,10,-57,49,-21,81r-18,18v-48,-26,-74,-57,-74,-82v0,-37,25,-61,83,-71xm-98,-594v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75","w":536,"k":{"\u1fd7":60,"\u1fd6":60,"\u1fd3":60,"\u1fd2":60,"\u1fd1":60,"\u1fd0":60,"\u1f76":60,"\u1f37":60,"\u1f36":60,"\u1f35":60,"\u1f34":60,"\u1f33":60,"\u1f32":60,"\ue199":40,"\ue198":50,"\ue194":30,"\u03ca":60,"\u0390":60,"\u03c4":50,"\u03c8":80,"\u03c7":50,"\u03bb":50,"\u03c0":50,"\u03a6":50,"\u03bd":60,"\u03c1":60,"\u03b8":30,"\u03b6":40,"\u03b4":60,"\u03b3":60,"\u03b2":30,",":50,".":50,"\u2026":50,"-":90,"\u2013":90,"\u2014":90,"\u00ad":90,"\ue183":70,"\ue186":70,"\ue18d":70,"\ue19b":70,"\u0391":50,"\u039b":50,"\u2206":50,"\u1fb8":50,"\u1fb9":50,"\u1fbc":50,"\ue264":50,"\ue18a":60,"\ue191":60,"\ue19f":60,"\ue19a":50,"\ue1a1":50,"\u0398":30,"\u039f":30,"\u03b1":50,"\u03c9":50,"\u03bf":50,"\u03c6":50,"\u03c3":50,"\u03ce":50,"\u1f00":50,"\u1f01":50,"\u1f02":50,"\u1f03":50,"\u1f04":50,"\u1f05":50,"\u1f06":50,"\u1f07":50,"\u1f40":50,"\u1f41":50,"\u1f42":50,"\u1f43":50,"\u1f44":50,"\u1f45":50,"\u1f60":50,"\u1f61":50,"\u1f62":50,"\u1f63":50,"\u1f64":50,"\u1f65":50,"\u1f66":50,"\u1f67":50,"\u1f70":50,"\u1f71":50,"\u1f78":50,"\u1f79":50,"\u1f7c":50,"\u1f7d":50,"\u1f80":50,"\u1f81":50,"\u1f82":50,"\u1f83":50,"\u1f84":50,"\u1f85":50,"\u1f86":50,"\u1f87":50,"\u1fa0":50,"\u1fa1":50,"\u1fa2":50,"\u1fa3":50,"\u1fa4":50,"\u1fa5":50,"\u1fa6":50,"\u1fa7":50,"\u1fb0":50,"\u1fb1":50,"\u1fb2":50,"\u1fb3":50,"\u1fb4":50,"\u1fb6":50,"\u1fb7":50,"\u1ff2":50,"\u1ff3":50,"\u1ff4":50,"\u1ff6":50,"\u1ff7":50,"\u03ac":50,"\u03cc":50,"\u03b5":60,"\u03ad":60,"\u1f10":60,"\u1f11":60,"\u1f12":60,"\u1f13":60,"\u1f14":60,"\u1f15":60,"\u1f72":60,"\u1f73":60,"\u03b7":50,"\u03ba":50,"\u03ae":50,"\u1f20":50,"\u1f21":50,"\u1f22":50,"\u1f23":50,"\u1f24":50,"\u1f25":50,"\u1f26":50,"\u1f27":50,"\u1f74":50,"\u1f75":50,"\u1f90":50,"\u1f91":50,"\u1f92":50,"\u1f93":50,"\u1f94":50,"\u1f95":50,"\u1f96":50,"\u1f97":50,"\u1fc2":50,"\u1fc3":50,"\u1fc4":50,"\u1fc6":50,"\u1fc7":50,"\u03bc":50,"\u03b9":60,"\u03af":60,"\u1f30":60,"\u1f31":60,"\u1f77":60,"\ue184":40,"\ue185":40,"\ue187":40,"\ue18c":40,"\ue193":40}},{"d":"454,-439r-206,200v115,-3,222,53,222,179v0,215,-268,244,-433,167r20,-55v71,21,121,28,161,28v103,0,170,-44,170,-139v0,-97,-114,-139,-233,-119r-16,-46r205,-201r-283,0r0,-62r381,0","w":558},{"d":"152,-66r2,5r328,0r0,61r-441,0r0,-55v108,-104,332,-288,332,-428v0,-85,-56,-123,-137,-123v-33,0,-93,5,-170,52r-28,-48v81,-59,161,-72,212,-72v120,0,206,59,206,183v0,161,-200,325,-304,425","w":558},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm335,-725v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm222,-710r13,-6v110,24,107,110,9,155r-18,-18v38,-31,50,-72,-21,-82","w":544,"k":{"\u03b3":20}},{"d":"1403,-526v1,57,-29,110,-90,137v79,25,110,86,110,158v0,114,-80,193,-190,193r-259,0r0,-657r233,0v105,0,196,54,196,169xm1280,-238v0,-85,-73,-95,-159,-90r0,180v86,2,159,4,159,-90xm1259,-518v0,-74,-70,-65,-138,-65r0,145v76,4,138,-1,138,-80xm377,-373v0,-177,87,-339,272,-339v78,0,134,20,179,46r-37,100v-33,-15,-84,-25,-122,-25v-88,0,-136,82,-136,211v0,173,57,264,177,224r0,-153r-51,-9r0,-84r192,0r0,322v-77,48,-162,56,-211,56v-201,0,-263,-152,-263,-349xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm-65,-583r12,6r18,48v-73,10,-57,49,-21,81r-18,18v-48,-26,-74,-57,-74,-82v0,-37,25,-61,83,-71xm-3,-594v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75","w":695},{"d":"594,-685r0,439v0,147,-77,246,-240,253v-24,34,-40,74,-40,102v0,70,87,51,131,40r6,32v-63,38,-204,41,-204,-46v0,-32,12,-80,61,-128v-166,-7,-236,-102,-236,-253r0,-439r84,0r0,440v0,125,64,188,177,188v113,0,178,-62,178,-188r-1,-440r84,0","w":665},{"d":"36,-65v-2,-117,167,-146,174,-238v0,-11,-2,-24,-8,-57r63,-7v30,112,6,134,-88,206v-38,29,-62,50,-62,82v0,37,35,53,84,53v25,0,57,-1,133,-19r15,54v-116,43,-309,35,-311,-74xm173,-455v0,-24,22,-42,48,-42v26,0,48,18,48,42v0,23,-21,42,-48,42v-26,0,-48,-19,-48,-42","w":361},{"d":"172,-477v0,61,79,88,147,119v64,-43,89,-77,89,-114v0,-42,-33,-99,-121,-99v-86,0,-115,62,-115,94xm281,-54v91,0,143,-50,143,-117v0,-67,-74,-106,-188,-148v-71,46,-95,108,-95,153v0,62,47,112,140,112xm485,-482v0,45,-16,97,-92,153v60,31,110,84,110,163v0,97,-86,174,-225,174v-258,0,-286,-244,-104,-356v-60,-35,-85,-68,-85,-129v0,-90,83,-158,200,-158v92,0,196,43,196,153","w":558},{"d":"40,-193r159,0r0,-226r-159,0r0,-65r159,0r0,-201r71,0r0,201r160,0r0,65r-160,0r0,226r160,0r0,66r-160,0r0,187r-71,0r0,-187r-159,0r0,-66","w":469},{"d":"166,0r-81,0r0,-488r81,0r0,488","w":254},{"d":"58,-260v-7,-17,-13,-34,-19,-51r105,-54r103,336r4,0r211,-719r62,0r-241,803r-72,0r-107,-337v-16,7,-32,15,-46,22","w":545},{"d":"453,-366v46,173,14,374,-203,374v-159,0,-210,-117,-210,-249v0,-130,60,-257,219,-257v82,0,135,32,168,81v71,-1,59,-86,60,-158r61,0v1,106,10,189,-95,209xm387,-241v0,-87,-20,-194,-128,-194v-108,0,-134,102,-134,194v0,97,20,186,134,186v106,0,128,-98,128,-186","w":548,"k":{"v":10,"w":10,"y":10,"\u0175":10,"\u1e81":10,"\u1e83":10,"\u1e85":10,"\u1ef3":10}},{"d":"426,0r-361,0r0,-510r80,0r0,446r281,1r0,63xm227,137v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":436,"k":{"\ue113":60,"\ue114":60,"\ue171":60,"\ue17a":60,"\ue17b":60,"\ue17c":60,"\ue116":80,"\ue11b":80,"\ue138":80,"\ue172":80,"\ue17d":80,"\ue100":20,"\ue104":20,"\ue10c":20,"\ue10e":20,"\ue119":20,"\ue123":20,"\ue12e":20,"\ue12f":20,"\ue130":20,"\ue131":20,"\ue132":20,"\ue133":20,"\ue13d":20,"\ue13e":20,"\ue13f":20,"\ue140":20,"\ue148":20,"\ue149":20,"\ue14a":20,"\ue14b":20,"\ue15f":20,"\ue160":20,"\ue161":20,"\ue176":20,"\ue111":70,"\ue168":70,"\ue169":70,"\ue16a":70}},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm-157,-683r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm81,-656r-106,177r-36,-19r76,-191","w":695},{"d":"70,-69r0,-419r81,0r0,427r59,0r4,49v-59,29,-144,28,-144,-57xm217,-730r-105,167r-37,-18r76,-183xm283,-610v0,26,-20,45,-47,45v-27,0,-47,-19,-47,-45v0,-27,20,-46,49,-46v23,0,45,21,45,46xm55,-610v0,26,-19,44,-44,44v-26,0,-49,-18,-49,-44v0,-28,21,-46,47,-46v23,0,46,20,46,46","w":239,"k":{"\u03bd":20}},{"d":"70,-69r0,-419r81,0r0,427r59,0r4,49v-59,29,-144,28,-144,-57xm245,-734r-132,195r-40,-19r92,-214","w":239,"k":{"\u03bd":20}},{"d":"901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm870,-693r0,466v0,121,-83,203,-239,203v-155,0,-226,-81,-226,-203r0,-466r145,0r0,451v0,60,21,99,81,99v64,0,93,-40,93,-99r0,-451r146,0xm1406,-225v0,216,-270,237,-436,160v4,-14,32,-91,36,-105v60,23,125,27,147,27v67,0,101,-21,101,-80v0,-57,-29,-69,-97,-92v-120,-40,-192,-72,-192,-204v0,-205,252,-222,404,-146r-30,100v-61,-24,-134,-24,-146,-24v-38,0,-78,15,-78,66v0,45,27,60,88,80v147,47,203,90,203,218"},{"d":"70,-69r0,-419r81,0r0,427r59,0r4,49v-59,29,-144,28,-144,-57xm128,-714r12,6r18,48v-73,10,-57,49,-21,81r-18,18v-48,-26,-74,-57,-74,-82v0,-37,25,-61,83,-71xm190,-725v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75","w":239,"k":{"\u03bd":20}},{"d":"480,-243v0,125,-51,251,-222,251v-160,0,-210,-117,-210,-249v0,-130,60,-257,220,-257v163,0,212,127,212,255xm395,-241v0,-87,-19,-194,-127,-194v-108,0,-135,102,-135,194v0,97,20,186,135,186v106,0,127,-98,127,-186xm410,-603v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm222,-603v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":528,"k":{"v":10,"w":10,"y":10,"\u0175":10,"\u1e81":10,"\u1e83":10,"\u1e85":10,"\u1ef3":10}},{"d":"182,0r0,-425r-172,0r0,-63r423,0r0,63r-171,0r0,425r-80,0","w":443,"k":{"\u044f":30,"\u0441":30,"\u043e":30,"\u0430":30,"\u0434":40,"\u043b":40,"\u0459":40,"\u0435":30,"\u0444":30,"\u0451":30,"\u0454":30}},{"d":"174,0r-84,0r0,-685r84,0r0,685xm-3,-453r-132,-195r79,-40r93,214","w":264},{"d":"413,-560r-7,-1r-125,561r-103,0r-168,-684r88,0r131,581r5,0r130,-581r90,0r155,580r6,0r128,-580r84,0r-166,684r-100,0xm431,-729r-144,-139r60,-55r123,161","w":837,"k":{"\u015d":30,"\u0159":20,"\u014b":20,"\u0149":20,"\u0146":20,"\u012d":20,"\u012b":20,"\u0129":20,"\u00ef":20,"\u00ee":20,"\u00ec":20,"\u0161":30,"r":20,"v":30,"w":30,"y":30,"\u0175":30,"\u1e81":30,"\u1e83":30,"\u1e85":30,"\u1ef3":30,"\ue116":20,"\ue11b":20,"\ue138":20,"\ue172":20,"\ue17d":20,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"\ue100":30,"\ue104":30,"\ue10c":30,"\ue10e":30,"\ue119":30,"\ue123":30,"\ue12e":30,"\ue12f":30,"\ue130":30,"\ue131":30,"\ue132":30,"\ue133":30,"\ue13d":30,"\ue13e":30,"\ue13f":30,"\ue140":30,"\ue148":30,"\ue149":30,"\ue14a":30,"\ue14b":30,"\ue15f":30,"\ue160":30,"\ue161":30,"\ue176":30,"C":10,"G":10,"O":10,"Q":10,"\u0152":10,"\u00c7":10,"\u00d2":10,"\u00d3":10,"\u00d4":10,"\u00d5":10,"\u00d6":10,"\u00d8":10,"\u0106":10,"\u0108":10,"\u010a":10,"\u010c":10,"\u011c":10,"\u011e":10,"\u0120":10,"\u0122":10,"\u014c":10,"\u014e":10,"\u0150":10,"\u01a0":10,"\u01fe":10,"a":20,"\u00e6":20,"\u00e0":20,"\u00e1":20,"\u00e2":20,"\u00e3":20,"\u00e4":20,"\u00e5":20,"\u0101":20,"\u0103":20,"\u0105":20,"\u01fd":20,"c":30,"d":30,"e":30,"g":30,"o":30,"q":30,"\u00e7":30,"\u00e8":30,"\u00e9":30,"\u00ea":30,"\u00eb":30,"\u00f2":30,"\u00f3":30,"\u00f4":30,"\u00f5":30,"\u00f6":30,"\u00f8":30,"\u0107":30,"\u0109":30,"\u010b":30,"\u010d":30,"\u010f":30,"\u0111":30,"\u0113":30,"\u0115":30,"\u0117":30,"\u0119":30,"\u011b":30,"\u011d":30,"\u011f":30,"\u0121":30,"\u0123":30,"\u014d":30,"\u014f":30,"\u0151":30,"\u01a1":30,"\u01ff":30,"\u00f0":30,"i":20,"m":20,"n":20,"p":20,"\u00ed":20,"\u012f":20,"\u0133":20,"\u0144":20,"\u0148":20,"\u0155":20,"\u0157":20,"s":30,"\u015b":30,"\u015f":30,"\u0219":30,"u":20,"\u00f9":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u0169":20,"\u016b":20,"\u016d":20,"\u016f":20,"\u0171":20,"\u0173":20,"\u01b0":20,",":90,".":90,"\u2026":90,":":50,";":50,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40,"\ue110":40,"\ue118":40,"\ue165":40,"\ue166":40,"\ue167":40,"\ue179":40,"-":60,"\u2013":60,"\u2014":60,"\u00ad":60,"\ue0ff":30,"\ue101":30,"\ue102":30,"\ue103":30,"\ue108":30,"\ue109":30,"\ue10d":30,"\ue10f":30,"\ue124":30,"\ue125":30,"\ue126":30,"\ue127":30,"\ue12c":30,"\ue139":30,"\ue141":30,"\ue142":30,"\ue143":30,"\ue144":30,"\ue145":30,"\ue146":30,"\ue147":30,"\ue153":30,"\ue156":30,"\ue157":30,"\ue158":30,"\ue159":30,"\ue15a":30,"\ue162":30,"\ue163":30,"\ue164":30,"\ue112":20,"\ue16b":20,"\ue16c":20,"\ue16d":20,"\ue16e":20,"\ue16f":20,"\ue170":20}},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm326,-574v-65,0,-117,-40,-158,-40r-62,40r-31,-23v18,-46,53,-77,95,-77v52,0,118,40,159,40r61,-40r30,22v-16,46,-51,78,-94,78","w":514},{"d":"292,75r0,-806r38,0r0,64v41,3,88,13,125,36r-20,56v-50,-23,-77,-28,-105,-31r0,241v85,32,170,67,170,178v0,108,-72,163,-170,179r0,83r-38,0xm258,-731r0,806r-37,0r0,-80v-53,-5,-106,-19,-153,-47r25,-58v62,32,99,37,128,41r0,-260v-81,-28,-148,-69,-148,-164v0,-97,63,-154,148,-171r0,-67r37,0xm430,-188v0,-58,-43,-87,-100,-108r0,225v64,-11,100,-47,100,-117xm142,-499v0,60,33,83,79,101r0,-203v-44,12,-79,43,-79,102","w":558},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm269,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm-29,-690r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm132,-501r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":579,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm524,-694r0,657r388,0r0,-117r-242,0r0,-540r-146,0xm1190,-37r0,-539r145,0r0,-118r-433,0r0,118r141,0r0,539r147,0"},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm-189,-683r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm13,-483r-106,-177r66,-33r76,191xm723,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51","w":906},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm233,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm177,-767r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm379,-567r-106,-177r66,-33r76,191","w":544,"k":{"\u03b3":20}},{"d":"312,-538v0,75,-58,133,-133,133v-83,0,-135,-57,-135,-133v0,-72,61,-135,135,-135v75,0,133,63,133,135xm264,-537v0,-49,-40,-88,-86,-88v-48,0,-85,39,-85,88v0,47,37,85,85,85v46,0,86,-38,86,-85","w":347},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm322,-725v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm219,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm209,-710r13,-6v110,24,107,110,9,155r-18,-18v38,-31,50,-72,-21,-82","w":514},{"d":"615,-37r0,-656r145,0r0,656r-145,0xm947,-37r0,-657r145,0r0,540r242,0r0,117r-387,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"117,-66r3,6r280,0r0,60r-388,0r0,-51r273,-370r-3,-7r-240,0r0,-60r347,0r0,53xm378,-715r24,29r-152,141r-54,0r-151,-143r23,-28r155,97","w":411},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm715,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51","w":898},{"d":"517,-486v0,83,-46,205,-204,205r-148,0r1,281r-86,0r0,-685r224,0v125,0,213,68,213,199xm297,-620r-132,0r0,275v141,-2,265,28,265,-138v0,-94,-58,-137,-133,-137","w":555,"k":{"\u00f0":10,"\ue179":10,"\ue176":20,"\ue175":60,"\ue167":10,"\ue166":10,"\ue165":10,"\ue161":20,"\ue160":20,"\ue15f":20,"\ue14b":20,"\ue14a":20,"\ue149":20,"\ue148":20,"\ue140":20,"\ue13f":20,"\ue13e":20,"\ue13d":20,"\ue13c":60,"\ue13b":60,"\ue13a":60,"\ue133":20,"\ue132":20,"\ue131":20,"\ue130":20,"\ue12f":20,"\ue12e":20,"\ue123":20,"\ue122":60,"\ue121":60,"\ue120":60,"\ue11f":60,"\ue11e":60,"\ue11d":60,"\ue11c":60,"\ue119":20,"\ue118":10,"\ue110":10,"\ue10e":20,"\ue10c":20,"\ue104":20,"\ue100":20,"\ue0fe":60,"\u0219":20,"\u01ff":10,"\u01fd":30,"\u01fc":30,"\u01a1":10,"\u015f":20,"\u015d":20,"\u015b":20,"\u0151":10,"\u014f":10,"\u014d":10,"\u0123":10,"\u0121":10,"\u011f":10,"\u011d":10,"\u011b":10,"\u0119":10,"\u0117":10,"\u0115":10,"\u0113":10,"\u0111":10,"\u010f":10,"\u010d":10,"\u010b":10,"\u0109":10,"\u0107":10,"\u0105":30,"\u0104":30,"\u0103":30,"\u0102":30,"\u0101":30,"\u0100":30,"\u00f8":10,"\u00f6":10,"\u00f5":10,"\u00f4":10,"\u00f3":10,"\u00f2":10,"\u00eb":10,"\u00ea":10,"\u00e9":10,"\u00e8":10,"\u00e7":10,"\u00e5":30,"\u00e4":30,"\u00e3":30,"\u00e2":30,"\u00e1":30,"\u00e0":30,"\u00c5":30,"\u00c4":30,"\u00c3":30,"\u00c2":30,"\u00c1":30,"\u00c0":30,"\u0161":20,"\u00c6":30,"\u00e6":30,"\u2026":130,"s":20,"q":10,"o":10,"g":10,"e":10,"d":10,"c":10,"a":30,"A":30,".":130,",":130}},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm226,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm281,-539r-132,-195r79,-40r93,214","w":544,"k":{"\u03b3":20}},{"d":"835,-630v53,0,106,44,106,112v0,66,-62,120,-102,120v-37,0,-86,-8,-111,7r-354,351v-55,58,-122,38,-214,38v-72,0,-113,-65,-113,-117v0,-52,41,-112,108,-112v35,0,82,5,100,-12r103,-101r0,-152v0,-80,116,-83,116,0r0,37r137,-137v47,-51,137,-34,224,-34xm832,-572r-129,0v-25,0,-37,0,-52,16r-364,366v-37,49,-185,-25,-185,71v0,31,29,61,58,61v63,0,142,14,176,-20r356,-361v28,-30,86,-20,140,-20v36,0,47,-40,47,-59v0,-20,-20,-54,-47,-54xm550,-132r50,-52r0,98r131,-131r38,38r-132,130r98,0r-52,51r-133,0r0,-134xm355,-630v0,-33,27,-61,60,-61v33,0,61,28,61,61v0,33,-28,61,-61,61v-33,0,-60,-28,-60,-61","w":983},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm201,-774r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm362,-585r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":514},{"d":"614,-298r115,0r-56,-255r-7,0xm754,-186r-166,0r-34,149r-151,0r182,-656r169,0r186,656r-150,0xm977,-37r0,-657r387,0r0,118r-241,0r0,139r212,0r0,116r-212,0r0,167r241,0r0,117r-387,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm227,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm260,-539r-132,-195r79,-40r93,214","w":514},{"d":"144,-125r7,0r255,-385r79,0r0,510r-79,0r0,-390r-5,0r-257,390r-79,0r0,-510r79,0r0,385","w":550,"k":{"\ue1d1":30}},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm259,-770r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210","w":514},{"d":"430,0r-365,0r0,-510r352,0r0,64r-270,0r0,147r231,0r0,61r-231,0r0,174r283,0r0,64","w":460},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm82,-594v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm-31,-579r13,-6v110,24,107,110,9,155r-18,-18v38,-31,50,-72,-21,-82","w":579,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm633,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51xm403,-244r-113,-371r-3,0r-113,371r229,0xm22,-694r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121","w":816},{"d":"220,0r0,-296r-210,-389r89,0r164,319r4,0r171,-319r87,0r-216,385r0,300r-89,0xm-13,-656r-132,195r-40,-19r92,-214","w":536,"k":{"\u1fd7":60,"\u1fd6":60,"\u1fd3":60,"\u1fd2":60,"\u1fd1":60,"\u1fd0":60,"\u1f76":60,"\u1f37":60,"\u1f36":60,"\u1f35":60,"\u1f34":60,"\u1f33":60,"\u1f32":60,"\ue199":40,"\ue198":50,"\ue194":30,"\u03ca":60,"\u0390":60,"\u03c4":50,"\u03c8":80,"\u03c7":50,"\u03bb":50,"\u03c0":50,"\u03a6":50,"\u03bd":60,"\u03c1":60,"\u03b8":30,"\u03b6":40,"\u03b4":60,"\u03b3":60,"\u03b2":30,",":50,".":50,"\u2026":50,"-":90,"\u2013":90,"\u2014":90,"\u00ad":90,"\ue183":70,"\ue186":70,"\ue18d":70,"\ue19b":70,"\u0391":50,"\u039b":50,"\u2206":50,"\u1fb8":50,"\u1fb9":50,"\u1fbc":50,"\ue264":50,"\ue18a":60,"\ue191":60,"\ue19f":60,"\ue19a":50,"\ue1a1":50,"\u0398":30,"\u039f":30,"\u03b1":50,"\u03c9":50,"\u03bf":50,"\u03c6":50,"\u03c3":50,"\u03ce":50,"\u1f00":50,"\u1f01":50,"\u1f02":50,"\u1f03":50,"\u1f04":50,"\u1f05":50,"\u1f06":50,"\u1f07":50,"\u1f40":50,"\u1f41":50,"\u1f42":50,"\u1f43":50,"\u1f44":50,"\u1f45":50,"\u1f60":50,"\u1f61":50,"\u1f62":50,"\u1f63":50,"\u1f64":50,"\u1f65":50,"\u1f66":50,"\u1f67":50,"\u1f70":50,"\u1f71":50,"\u1f78":50,"\u1f79":50,"\u1f7c":50,"\u1f7d":50,"\u1f80":50,"\u1f81":50,"\u1f82":50,"\u1f83":50,"\u1f84":50,"\u1f85":50,"\u1f86":50,"\u1f87":50,"\u1fa0":50,"\u1fa1":50,"\u1fa2":50,"\u1fa3":50,"\u1fa4":50,"\u1fa5":50,"\u1fa6":50,"\u1fa7":50,"\u1fb0":50,"\u1fb1":50,"\u1fb2":50,"\u1fb3":50,"\u1fb4":50,"\u1fb6":50,"\u1fb7":50,"\u1ff2":50,"\u1ff3":50,"\u1ff4":50,"\u1ff6":50,"\u1ff7":50,"\u03ac":50,"\u03cc":50,"\u03b5":60,"\u03ad":60,"\u1f10":60,"\u1f11":60,"\u1f12":60,"\u1f13":60,"\u1f14":60,"\u1f15":60,"\u1f72":60,"\u1f73":60,"\u03b7":50,"\u03ba":50,"\u03ae":50,"\u1f20":50,"\u1f21":50,"\u1f22":50,"\u1f23":50,"\u1f24":50,"\u1f25":50,"\u1f26":50,"\u1f27":50,"\u1f74":50,"\u1f75":50,"\u1f90":50,"\u1f91":50,"\u1f92":50,"\u1f93":50,"\u1f94":50,"\u1f95":50,"\u1f96":50,"\u1f97":50,"\u1fc2":50,"\u1fc3":50,"\u1fc4":50,"\u1fc6":50,"\u1fc7":50,"\u03bc":50,"\u03b9":60,"\u03af":60,"\u1f30":60,"\u1f31":60,"\u1f77":60,"\ue184":40,"\ue185":40,"\ue187":40,"\ue18c":40,"\ue193":40}},{"d":"151,-405v80,0,103,-78,109,-119v-86,44,-236,32,-236,-103v0,-81,61,-133,150,-133v122,0,154,85,154,187v0,129,-56,222,-176,222v-46,0,-90,-13,-109,-21r16,-49v38,13,73,16,92,16xm168,-552v47,-1,79,-20,93,-27v-1,-44,-10,-125,-88,-125v-56,0,-83,29,-83,75v0,46,19,77,78,77","w":364},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm-107,-584r12,6r18,48v-73,10,-57,49,-21,81r-18,18v-48,-26,-74,-57,-74,-82v0,-37,25,-61,83,-71xm-45,-595v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm671,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51","w":854},{"d":"533,-253v0,148,-78,259,-234,259v-177,0,-244,-101,-244,-257v0,-141,63,-267,244,-267v181,0,234,127,234,265xm450,-251v0,-96,-24,-208,-151,-208v-129,0,-161,103,-161,210v0,128,48,197,161,197v103,0,151,-90,151,-199","w":588,"k":{"\ue198":20,"\ue195":10,"\ue183":30,"\ue186":30,"\ue18d":30,"\ue19b":30,"\ue196":30,"\ue1a0":30,"\ue1a3":30}},{"d":"332,-428v0,83,-36,166,-156,166v-112,0,-147,-78,-147,-166v0,-85,42,-169,154,-169v115,0,149,84,149,169xm265,-428v0,-51,-13,-118,-82,-118v-69,0,-86,64,-86,119v0,59,12,113,86,113v68,0,82,-60,82,-114","w":361},{"d":"591,0r-81,0r0,-488r81,0r0,488xm275,-255r-137,0r0,193r146,0v57,0,95,-36,95,-94v0,-64,-45,-99,-104,-99xm58,-488r80,0r0,175r151,0v118,0,169,79,169,156v0,95,-70,157,-160,157r-240,0r0,-488","w":649},{"d":"514,-759r-25,29r-155,-89r-154,90r-23,-28r150,-138r55,0","w":668},{"d":"474,-509r0,447r57,0r0,201r-66,0r0,-139r-400,0r0,-509r82,0r-1,447r246,0r0,-447r82,0","w":561},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm-215,-684r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm-13,-484r-106,-177r66,-33r76,191xm302,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":653},{"d":"471,-256r-440,0r0,-60r440,0r0,60","w":500},{"d":"76,-364r70,0v0,-167,22,-307,199,-308v58,0,125,14,164,33r-24,61v-56,-24,-101,-27,-134,-27v-136,-4,-122,121,-129,241r185,0r0,53r-188,0v-5,94,-4,204,-55,250r339,0r0,61r-443,0r1,-60v82,-41,76,-147,82,-251r-67,0r0,-53","w":558},{"d":"203,160r-170,0r0,-55r97,0r0,-748r-97,0r0,-54r170,0r0,857","w":260},{"d":"233,-500v55,0,123,10,161,26r-18,55v-61,-19,-97,-21,-134,-21v-79,0,-109,36,-109,78v0,89,91,67,169,70r0,56v-89,-1,-178,-9,-178,90v0,122,186,104,278,58r19,50v-105,65,-381,78,-381,-99v0,-62,41,-107,92,-123r1,-3v-43,-12,-84,-44,-84,-96v0,-89,80,-141,184,-141xm204,-774r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm365,-585r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":439},{"d":"391,-382r1,5v76,20,126,82,126,167v0,226,-300,253,-485,175r20,-59v74,24,132,30,171,30v137,0,207,-52,207,-146v0,-84,-76,-132,-174,-132r-83,0r0,-60r80,0v101,0,157,-59,157,-122v0,-78,-62,-106,-151,-106v-37,0,-103,7,-178,39r-22,-57v137,-70,439,-84,439,118v0,55,-37,119,-108,148","w":568},{"d":"158,-286v0,30,-25,54,-53,54v-29,0,-54,-25,-54,-54v0,-30,24,-53,54,-53v29,0,53,23,53,53","w":205},{"d":"889,-225v0,216,-271,237,-436,160v4,-14,32,-91,36,-105v60,23,125,27,147,27v67,0,101,-21,101,-80v0,-57,-29,-69,-97,-92v-120,-40,-193,-72,-193,-204v0,-205,253,-222,405,-146v-4,13,-26,87,-31,100v-60,-24,-133,-24,-145,-24v-38,0,-78,15,-78,66v0,45,27,60,88,80v146,47,203,90,203,218xm966,-37r0,-657r387,0r0,118r-241,0r0,139r212,0r0,116r-212,0r0,167r241,0r0,117r-387,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"426,0r-361,0r0,-510r80,0r0,446r281,1r0,63xm323,-457v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":436,"k":{"\ue113":60,"\ue114":60,"\ue171":60,"\ue17a":60,"\ue17b":60,"\ue17c":60,"\ue116":80,"\ue11b":80,"\ue138":80,"\ue172":80,"\ue17d":80,"\ue100":20,"\ue104":20,"\ue10c":20,"\ue10e":20,"\ue119":20,"\ue123":20,"\ue12e":20,"\ue12f":20,"\ue130":20,"\ue131":20,"\ue132":20,"\ue133":20,"\ue13d":20,"\ue13e":20,"\ue13f":20,"\ue140":20,"\ue148":20,"\ue149":20,"\ue14a":20,"\ue14b":20,"\ue15f":20,"\ue160":20,"\ue161":20,"\ue176":20,"\ue111":70,"\ue168":70,"\ue169":70,"\ue16a":70}},{"d":"434,-360v0,63,-38,156,-170,156r-119,0r0,204r-80,0r0,-510r191,0v104,0,178,52,178,150xm353,-357v2,-108,-107,-91,-208,-91r0,186v104,-2,206,23,208,-95","w":464,"k":{"\ue1a3":10,"\ue1a1":20,"\ue1a0":10,"\ue19f":20,"\ue19b":40,"\ue19a":20,"\ue196":10,"\ue191":20,"\ue18d":40,"\ue18a":20,"\ue186":40,"\ue183":40,"\ue198":20,"\ue197":20,"\ue188":30}},{"d":"483,0r-54,0v-28,35,-46,80,-46,110v0,70,87,51,131,40r6,32v-63,38,-204,41,-204,-46v0,-35,14,-90,78,-142r-47,-134r-203,0r-50,140r-84,0r189,-510r96,0xm329,-196r-84,-245r-82,245r166,0","w":493,"k":{"\ue113":20,"\ue114":20,"\ue171":20,"\ue17a":20,"\ue17b":20,"\ue17c":20,"\ue116":50,"\ue11b":50,"\ue138":50,"\ue172":50,"\ue17d":50,"\ue100":10,"\ue104":10,"\ue10c":10,"\ue10e":10,"\ue119":10,"\ue123":10,"\ue12e":10,"\ue12f":10,"\ue130":10,"\ue131":10,"\ue132":10,"\ue133":10,"\ue13d":10,"\ue13e":10,"\ue13f":10,"\ue140":10,"\ue148":10,"\ue149":10,"\ue14a":10,"\ue14b":10,"\ue15f":10,"\ue160":10,"\ue161":10,"\ue176":10,"\ue111":40,"\ue168":40,"\ue169":40,"\ue16a":40,"\ue112":10,"\ue16b":10,"\ue16c":10,"\ue16d":10,"\ue16e":10,"\ue16f":10,"\ue170":10}},{"d":"174,0r-84,0r0,-685r84,0r0,685xm39,-675r-134,153r-41,-31r111,-171","w":264},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm233,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm300,-770r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210","w":544,"k":{"\u03b3":20}},{"d":"676,0r-140,0r0,59r-16,0r-74,-95r78,-98r13,2r0,59v68,-4,198,19,197,-44v0,-13,-6,-29,-16,-46r-100,-170r67,-39r111,194v60,91,-3,178,-120,178xm195,-73r198,0r0,73r-213,0v-116,2,-157,-90,-106,-182r73,-131r-46,-25r7,-13r118,-22r42,112r-8,15r-47,-29v-24,52,-77,96,-77,159v0,24,16,43,59,43xm668,-512r-44,112r-121,-21r-6,-12r49,-27r-71,-120v-22,-42,-70,-36,-93,5r-99,174r-64,-37r106,-185v53,-97,163,-92,213,-3r73,129r51,-29xm510,-361r-98,246r-56,0r95,-239r-61,0r0,41r-52,0r0,-92r172,0r0,44","w":869},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm-216,-684r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm22,-657r-106,177r-36,-19r76,-191","w":653},{"d":"449,-721v203,0,374,165,374,371v0,209,-171,374,-374,374v-205,0,-373,-165,-373,-374v0,-206,168,-371,373,-371xm449,-711v-200,0,-361,164,-361,361v0,203,161,365,361,365v200,0,363,-162,363,-365v0,-197,-163,-361,-363,-361xm449,-594v135,0,246,110,246,244v0,136,-111,247,-246,247v-137,0,-245,-111,-245,-247v0,-134,108,-244,245,-244xm449,-578v-127,0,-229,101,-229,228v0,128,102,232,229,232v130,0,230,-104,230,-232v0,-127,-103,-228,-230,-228xm477,-316v2,12,-10,39,0,49v0,9,-6,26,22,26v4,0,6,-5,6,-8v14,4,31,-41,32,-42v5,-40,13,-41,25,-61v-3,-6,-21,-6,-16,-20v-6,-2,-11,-19,-9,-19v-7,-7,-5,-7,-5,-15v2,0,2,-6,8,-3v5,4,7,6,6,13v14,-8,4,26,20,24v8,0,18,-11,18,-14v0,-10,-26,-7,-18,-15v-3,-22,7,-4,18,-3r6,8v32,-4,46,10,40,40v-1,10,8,13,16,9r0,7v7,0,12,0,16,-3v-6,121,-94,210,-213,210v-125,0,-217,-106,-212,-233v17,-10,9,1,33,1v6,0,11,13,18,13v-6,-19,-11,-21,-30,-21v3,-12,-8,-11,3,-21v5,-16,21,-18,27,-7v2,8,4,5,6,5v0,-9,1,-19,4,-20v16,-21,11,-18,37,-35v-12,-25,19,-13,22,-25v0,-8,-23,-11,-22,-12v-3,0,-3,-2,-8,11v0,10,-6,15,-15,10v-6,-10,-19,-6,-14,-23v20,0,25,-27,42,-27v9,0,5,10,1,17v18,3,20,-19,12,-31v8,-16,36,-6,31,14v0,3,-1,3,-6,5v-4,12,4,20,10,22v11,-8,9,-21,33,-22v18,-12,13,-22,23,-22v5,-13,-19,-15,-25,-24v64,-14,129,9,159,44v-17,1,-21,5,-41,14v-4,-4,-4,-11,0,-14v-6,-3,-16,-10,-23,-10v-15,7,-37,18,-27,34v-3,4,-12,18,-15,13v0,-7,-19,-19,-20,-7v3,0,14,9,11,19v0,9,-37,10,-16,24v21,-1,19,-18,30,-18v5,6,8,15,14,15v6,0,5,-8,11,-8v7,0,12,12,12,15v8,-13,19,-23,39,-14v0,12,-1,5,-24,14v7,9,15,5,15,11v-1,3,-7,16,-16,13v-46,0,-34,-20,-60,-20v-27,-16,-38,28,-44,27v-22,19,-2,58,28,49v25,2,17,26,25,41xm147,-303v20,0,37,-13,40,-35v11,141,125,249,262,249v141,0,249,-108,260,-249v9,46,75,44,88,4v-10,188,-164,337,-348,337v-183,0,-341,-150,-345,-337v4,15,19,31,43,31xm340,-241v0,20,11,53,34,53v14,-9,-7,-30,0,-44v3,-14,12,-33,16,-51v0,-1,4,-2,7,-4v1,-5,0,-37,-7,-37v-13,-4,-34,-2,-34,-14v-2,-1,-4,-2,-8,-2v-3,-18,-39,-18,-53,-11v11,18,-7,31,3,48v21,12,24,22,42,62xm282,-96v-14,18,-6,48,21,48v26,0,45,-46,14,-58v-14,-6,-27,-1,-35,10xm421,-46v0,16,10,32,27,32v16,0,28,-12,28,-30v0,-18,-8,-32,-27,-32v-16,0,-28,12,-28,30xm532,-673v14,6,40,10,39,29v-1,36,-37,43,-62,26xm259,-626v14,-10,46,-31,52,-1v0,3,-1,6,-4,8v15,0,21,19,22,20r-9,6v-4,-11,-21,-25,-32,-9r13,21r-10,6xm485,-682r12,3r-10,59r-12,-2r-19,-39r-4,37r-13,-1r8,-60r11,1r21,43xm540,-92r-9,4r11,38r-36,-32r-11,4r15,57r13,-5r-13,-38r34,32r12,-4xm390,-631r31,-5r3,11r-42,8r-12,-58r41,-8r1,12r-28,5r3,12r27,-5r2,11r-28,5xm625,-82r-28,16r-6,-12v7,-7,30,-11,18,-23r-25,14r-6,-11r26,-15r-6,-9r-36,23r32,49r37,-23xm405,-76r-46,-13r-4,10r32,9v-14,13,-37,17,-44,37r45,12r4,-11r-32,-8v14,-13,37,-17,45,-36xm236,-564r18,20r-9,7r-39,-44r31,-27r6,8r-22,19r9,10r21,-19v13,11,-8,18,-15,26xm631,-552v18,-10,20,-35,25,-57r11,10r-10,29r29,-11r9,10r-39,11r-15,18xm286,-75v-3,-17,34,-37,35,-8v4,23,-34,34,-35,8xm576,-593r33,-48r10,8r-27,37r25,18r-7,9xm449,-65v12,0,15,10,15,21v0,11,-5,18,-15,18v-22,0,-21,-39,0,-39xm558,-643v1,-11,-11,-13,-19,-16r-15,35v16,11,33,2,34,-19xm326,-660r11,-6r23,55r-10,6xm504,-480v-20,-6,1,-23,5,-30v4,0,17,26,5,23v0,3,-9,4,-10,7xm578,-428v-3,0,-15,-3,-15,-22v0,-4,1,-4,5,-9v11,1,17,24,10,31xm295,-463v18,1,20,21,0,22v-6,0,-8,-5,-8,-10v0,-6,2,-12,8,-12xm283,-611v5,-4,18,-8,18,-15v-3,-14,-20,-1,-26,3xm662,-368v0,11,-14,25,-18,12v-2,-13,14,-25,18,-12xm307,-378v-1,1,-1,2,-1,2v0,3,5,3,6,3r-1,-11v-13,1,-16,-13,-22,-3v3,6,7,9,18,9xm592,-456v0,1,7,10,-2,12v-5,-7,-6,-7,2,-12xm592,-334v-4,3,-3,8,3,11v3,1,4,-1,4,-3v-8,-2,-3,-11,-7,-8","w":879},{"d":"70,-69r0,-419r81,0r0,427r59,0r4,49v-59,29,-144,28,-144,-57xm248,-576v0,24,-20,42,-47,42v-25,0,-42,-18,-42,-42v0,-25,19,-44,42,-44v27,0,47,18,47,44xm61,-576v0,24,-19,42,-45,42v-25,0,-45,-18,-45,-42v0,-25,21,-44,43,-44v28,0,47,18,47,44xm191,-655v-63,0,-117,-38,-156,-38r-59,38r-27,-22v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,16v-16,44,-47,75,-87,75","w":239,"k":{"\u03bd":20}},{"d":"472,0r-80,0r0,-446r-246,0r0,446r-81,0r0,-509r407,0r0,509","w":537},{"d":"205,-348v0,-136,112,-247,247,-247v134,0,245,111,245,247v0,135,-111,245,-245,245v-135,0,-247,-110,-247,-245xm264,-348v0,101,83,193,188,193v101,0,187,-92,187,-193v0,-105,-86,-192,-187,-192v-105,0,-188,87,-188,192xm106,-2r0,-698r698,0r0,698r-698,0xm161,-645r0,588r588,0r0,-588r-588,0xm104,98r0,-58r698,0r0,58r-698,0xm104,196r0,-58r698,0r0,58r-698,0","w":899},{"d":"480,-243v0,125,-51,251,-222,251v-160,0,-210,-117,-210,-249v0,-130,60,-257,220,-257v163,0,212,127,212,255xm395,-241v0,-87,-19,-194,-127,-194v-108,0,-135,102,-135,194v0,97,20,186,135,186v106,0,127,-98,127,-186xm241,-774r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm278,-581r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":528},{"d":"106,-298v0,20,-18,36,-40,36v-22,0,-40,-16,-40,-36v0,-21,18,-36,40,-36v22,0,40,15,40,36","w":136},{"d":"404,-599r-326,0r0,-65r405,0r0,59r-273,605r-77,0","w":558},{"d":"178,-238r0,-52r230,-5r0,59xm533,-253v0,148,-78,259,-234,259v-177,0,-244,-101,-244,-257v0,-141,63,-267,244,-267v181,0,234,127,234,265xm450,-251v0,-96,-24,-208,-151,-208v-129,0,-161,103,-161,210v0,128,48,197,161,197v103,0,151,-90,151,-199","w":588,"k":{"\ue198":20,"\ue195":10,"\ue183":30,"\ue186":30,"\ue18d":30,"\ue19b":30,"\ue196":30,"\ue1a0":30,"\ue1a3":30}},{"d":"146,-423r6,4v49,-42,121,-81,171,-81v15,0,25,5,25,25v0,17,-13,55,-28,74v-56,6,-113,15,-169,21r0,380r-82,0r0,-488r80,0xm287,-674r-145,139r-36,-31r123,-162","w":351,"k":{"r":40}},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm556,-694r0,657r147,0r0,-284r211,0r0,-115r-211,0r0,-140r239,0r0,-118r-386,0xm1070,-693r0,656r145,0r0,-656r-145,0"},{"d":"151,0r-81,0r0,-510r81,0r0,510","w":221},{"d":"760,-318r-570,0r0,182v43,70,133,123,220,123v87,0,167,-42,222,-109r56,0v-70,82,-171,133,-279,133v-193,0,-351,-155,-351,-340v0,-183,158,-331,351,-331v195,0,350,146,351,342xm626,-340r0,-183v-41,-69,-134,-114,-216,-114v-76,0,-158,47,-220,118r0,179r436,0","w":817},{"d":"143,-633r0,574r568,0r0,-574r-568,0xm770,0r-687,0r0,-693r687,0r0,693","w":841},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm-118,-582r13,-6v110,24,107,110,9,155r-18,-18v38,-31,50,-72,-21,-82xm-5,-597v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75","w":695},{"d":"594,-685r0,439v0,153,-84,254,-262,254v-183,0,-260,-96,-260,-254r0,-439r84,0r0,440v0,125,64,188,177,188v113,0,178,-62,178,-188r-1,-440r84,0xm517,-758r-26,28r-161,-87r-160,88r-24,-27r156,-136r57,0","w":665},{"d":"430,0r-41,0v-28,35,-46,80,-46,110v0,70,87,51,131,40r6,32v-63,38,-204,41,-204,-46v0,-34,13,-85,70,-136r-281,0r0,-510r352,0r0,64r-270,0r0,147r231,0r0,61r-231,0r0,174r283,0r0,64","w":460},{"d":"47,-617r0,-68r446,0r0,64r-367,552r385,1r0,68r-489,0r0,-64r366,-553r-341,0xm403,-868r-145,139r-38,-31r123,-161","w":532},{"d":"273,-771v0,26,-21,44,-49,44v-24,0,-42,-18,-42,-44v0,-24,19,-44,42,-44v28,0,49,18,49,44xm86,-771v0,26,-20,44,-46,44v-27,0,-46,-18,-46,-44v0,-24,21,-44,44,-44v28,0,48,18,48,44xm174,0r-84,0r0,-685r84,0r0,685","w":264,"k":{"\u042a":40}},{"d":"483,0r-87,0r-49,-140r-203,0r-50,140r-84,0r189,-510r96,0xm329,-196r-84,-245r-82,245r166,0xm381,-702r-134,153r-41,-31r111,-171","w":493,"k":{"\ue199":30,"\ue195":30,"\ue196":20,"\ue1a0":20,"\ue1a3":20}},{"d":"901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm757,-389r0,3v78,24,108,85,108,157v0,112,-80,192,-189,192r-257,0r0,-657r231,0v105,0,196,55,196,171v0,56,-28,111,-89,134xm1412,-37r-146,0r-99,-264r-56,0r0,264r-145,0r0,-656r197,0v95,0,221,25,221,189v0,114,-58,167,-129,189r63,49xm721,-237v0,-85,-72,-94,-157,-89r0,178v85,2,157,4,157,-89xm1238,-500v-3,-82,-57,-82,-127,-80r0,167v77,4,129,-9,127,-87xm702,-516v0,-74,-70,-65,-138,-65r0,146v76,4,138,-1,138,-81"},{"d":"229,-51r136,-437r83,0r-192,577v-42,116,-100,153,-246,109r13,-57v85,17,132,28,159,-57r28,-87r-39,0r-153,-485r79,0r100,335v13,43,22,84,27,102r5,0xm414,-561r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":460},{"d":"279,-574r0,573r-64,0r0,-573r-144,142r-45,-46r221,-220r222,220r-45,46","w":485},{"d":"151,-315v80,0,103,-78,109,-119v-86,44,-236,32,-236,-103v0,-81,61,-133,150,-133v122,0,154,85,154,187v0,129,-56,222,-176,222v-46,0,-90,-13,-109,-21r16,-49v38,13,73,16,92,16xm168,-462v47,-1,79,-20,93,-27v-1,-44,-10,-125,-88,-125v-56,0,-83,29,-83,75v0,46,19,77,78,77","w":364},{"d":"356,-591r-4,-7r-283,-1r0,-65r390,0v5,17,9,34,13,50r-207,206v0,8,9,8,18,7v118,0,206,59,206,192v0,228,-272,257,-445,179r20,-58v73,21,124,30,164,30v109,0,179,-47,179,-150v0,-105,-114,-146,-242,-128r-15,-48","w":558},{"d":"138,0r0,-701r351,350","w":595},{"d":"901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm860,-501v0,188,-130,211,-273,206r0,257r-146,0r0,-657r198,0v79,0,221,14,221,194xm1384,-225v0,216,-270,237,-436,160v4,-14,32,-91,36,-105v60,23,125,27,147,27v67,0,101,-21,101,-80v0,-57,-29,-69,-97,-92v-120,-40,-192,-72,-192,-204v0,-205,252,-222,404,-146r-30,100v-61,-24,-134,-24,-146,-24v-38,0,-78,15,-78,66v0,45,27,60,88,80v147,47,203,90,203,218xm714,-497v0,-92,-55,-86,-127,-85r0,175v74,2,127,0,127,-90"},{"d":"516,-81r6,0r36,-149r70,-258r82,0r-145,488r-89,0r-71,-226r-49,-173r-5,0r-45,173r-65,226r-89,0r-143,-488r82,0r69,252r38,155r5,0r41,-161r70,-246r79,0r81,257xm531,-561r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":720,"k":{"c":10,"d":10,"e":10,"g":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"\u01a1":10,"\u01ff":10,"\u00f0":10,",":60,".":60,"\u2026":60}},{"d":"408,-159r6,0r235,-525r92,0r0,684r-82,0r0,-535r-2,0r-209,467r-79,0r-206,-466r-2,0v0,178,-1,357,-1,534r-80,0r0,-684r96,0","w":821},{"d":"166,0r-81,0r0,-488r81,0r0,488xm264,-603v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm76,-603v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":254,"k":{"\u2019":20,"\u201d":20}},{"d":"574,-37r0,-656r145,0r0,656r-145,0xm1164,-576r0,539r-148,0r0,-539r-141,0r0,-118r434,0r0,118r-145,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm760,-693r-114,524r-4,0r-25,-128r-88,-396r-152,0r177,656r177,0r177,-656r-148,0xm968,-694r0,657r387,0r0,-117r-241,0r0,-167r212,0r0,-115r-212,0r0,-140r241,0r0,-118r-387,0"},{"d":"136,-289r7,3r198,-202r92,0r-189,192v74,92,135,198,204,296r-90,0r-163,-247r-55,55r0,192r-82,0r0,-710r82,0r0,310","w":453,"k":{"-":20,"\u2013":20,"\u2014":20,"\u00ad":20}},{"d":"438,-400r598,0v-44,-96,-31,-217,-181,-217r-521,0r0,-65r539,0v80,0,157,39,182,117r183,565r-1212,0v23,-166,125,-400,412,-400xm1144,-66r-85,-266r-621,0v-198,0,-291,148,-314,266r1020,0xm968,-197v0,38,-31,70,-71,70v-38,0,-70,-32,-70,-70v0,-42,32,-72,70,-72v40,0,71,30,71,72xm728,-197v0,38,-30,70,-72,70v-38,0,-70,-32,-70,-70v0,-42,32,-72,70,-72v42,0,72,30,72,72xm485,-197v0,38,-33,70,-72,70v-39,0,-69,-32,-69,-70v0,-42,30,-72,69,-72v39,0,72,30,72,72","w":1265},{"d":"63,-502v0,-195,253,-240,415,-151r-27,60v-65,-29,-120,-35,-165,-35v-80,0,-136,41,-136,124v0,75,77,96,153,115v99,25,220,51,220,201v0,220,-307,237,-473,143r29,-62v81,39,142,47,193,47v104,0,165,-31,165,-128v0,-82,-63,-104,-147,-126v-119,-31,-227,-61,-227,-188xm440,-892r24,29r-152,135r-54,0r-151,-137r23,-27r155,91","w":573},{"d":"638,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v220,0,284,169,284,355xm549,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280xm-85,-694r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121","w":698,"k":{"\ue199":10,"\ue198":10,"\ue197":20,"\u03a7":20,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\u0391":20,"\u039b":20,"\u2206":20,"\u1fb8":20,"\u1fb9":20,"\u1fbc":20,"\ue264":20}},{"d":"676,0r-140,0r0,59r-16,0r-74,-95r78,-98r13,2r0,59v68,-4,198,19,197,-44v0,-13,-6,-29,-16,-46r-100,-170r67,-39r111,194v60,91,-3,178,-120,178xm195,-73r198,0r0,73r-213,0v-116,2,-157,-90,-106,-182r73,-131r-46,-25r7,-13r118,-22r42,112r-8,15r-47,-29v-24,52,-77,96,-77,159v0,24,16,43,59,43xm668,-512r-44,112r-121,-21r-6,-12r49,-27r-71,-120v-22,-42,-70,-36,-93,5r-99,174r-64,-37r106,-185v53,-97,163,-92,213,-3r73,129r51,-29xm514,-211v0,65,-44,93,-89,93v-76,0,-106,-84,-70,-153r73,-139r56,0r-55,113v52,-3,84,38,85,86xm460,-209v0,-27,-16,-40,-34,-40v-18,0,-35,13,-35,40v0,26,14,42,35,42v19,0,34,-16,34,-42","w":869},{"d":"781,-312r5,0r0,-380r140,0r0,655r-152,0r-200,-407r-7,0r0,407r-137,0r0,-655r165,0xm991,-37r0,-108r253,-431r-231,0r0,-118r395,0r0,103r-255,437r267,0r0,117r-429,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"732,-188v-81,45,-231,106,-351,32r-220,171r-35,-35r209,-163v-22,-15,-43,-32,-59,-51v-48,48,-109,97,-183,97v-23,0,-41,-6,-41,-50r0,-294r304,0r-230,-179r32,-38r278,217r8,0v69,-67,210,-59,286,-10r266,-207r32,38r-244,190v61,15,103,33,122,56v59,-41,107,-93,185,-121v35,39,51,108,45,152v-3,24,-4,46,0,66v9,49,-2,132,-36,174v-21,25,-42,30,-58,30v-100,0,-182,-55,-264,-110v-2,2,-4,3,-5,5r255,198r-35,35xm1042,-168v51,-18,36,-134,36,-182v0,-42,9,-82,-6,-116v-64,34,-105,81,-169,116v-26,32,-56,62,-85,91v72,46,146,91,224,91xm104,-195v118,-16,200,-157,279,-231r-279,0r0,231xm863,-383v1,-9,-88,-32,-130,-47r-116,90r113,88v48,-37,81,-82,133,-131xm445,-411v-42,40,-87,94,-128,140v16,20,39,38,63,53r157,-122xm428,-193v93,47,198,-4,258,-31r-109,-85xm680,-452v-61,-33,-141,-32,-196,9r93,72","w":1204},{"d":"932,-83r-97,-50r0,131r-698,0r0,-140r-96,50r-21,-39r117,-61r0,-305r-112,-59r21,-39r91,48r0,-153r698,0r0,146r93,-49r21,39r-114,59r0,322r118,61xm192,-645r0,126r81,42v44,-70,122,-118,210,-118v86,0,164,47,207,116r90,-46r0,-120r-588,0xm483,-103v-86,0,-162,-44,-207,-111r-84,44r0,113r588,0r0,-105r-94,-49v-45,65,-120,108,-203,108xm483,-540v-68,0,-126,36,-159,90r155,81r160,-83v-34,-53,-92,-88,-156,-88xm483,-155v61,0,117,-34,151,-83r-156,-81r-150,78v33,51,90,86,155,86xm710,-440v24,60,24,133,-3,190r73,38r0,-264xm255,-253v-24,-55,-26,-127,-2,-184r-61,-32r0,249xm656,-277v17,-42,19,-92,2,-136r-131,69xm305,-410v-14,42,-13,89,2,130r123,-64","w":973},{"d":"429,-159v1,174,-253,194,-404,133r18,-53v77,24,116,26,149,26v107,0,158,-40,158,-106v0,-82,-103,-97,-202,-90r0,-55r73,0v79,0,114,-38,114,-81v0,-53,-49,-74,-117,-74v-35,0,-89,4,-150,26r-18,-52v114,-50,363,-60,363,95v0,38,-26,89,-79,107v62,17,95,65,95,124","w":479},{"d":"325,-639v0,-1,-1,-2,-1,-3v-88,0,-176,1,-264,1r0,-62r367,0r0,56v-185,151,-307,324,-307,434v0,79,54,99,214,156v159,56,59,141,-21,234r-44,-36v51,-63,68,-88,68,-101v0,-19,-18,-29,-51,-41v-154,-56,-246,-72,-246,-205v0,-97,93,-276,285,-433","w":390,"k":{"\u03bb":-30,"\u03c1":-30}},{"d":"264,-439v-94,0,-125,76,-131,159r249,0v0,-94,-28,-159,-118,-159xm262,-499v195,0,197,173,197,233r0,39r-327,0v-1,91,30,171,139,171v57,0,101,-12,156,-35r20,52v-58,31,-117,45,-182,45v-174,0,-217,-113,-217,-249v0,-87,30,-256,214,-256xm394,-674r-145,139r-36,-31r123,-162","w":505,"k":{"\u2019":20,"\u201d":20}},{"d":"446,-77r16,57v-42,16,-111,25,-164,25v-180,0,-243,-104,-243,-256v0,-110,49,-267,248,-267v63,0,111,10,146,22r-14,60v-56,-15,-102,-17,-130,-17v-116,0,-167,76,-167,202v0,116,38,193,172,193v30,0,90,-6,136,-19","w":487},{"d":"160,-362r-52,-52r289,-289r290,289r-51,52r-239,-239","w":795},{"d":"315,-518v62,0,112,10,148,21r-15,60v-51,-14,-103,-17,-130,-17v-126,0,-180,78,-180,203v0,108,33,192,166,192v26,0,66,-4,90,-10r-1,-198r76,0r1,248v-56,18,-118,25,-172,25v-179,0,-243,-106,-243,-258v0,-109,48,-266,260,-266xm276,137v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":515},{"d":"125,-196r2,-3v-33,-18,-64,-56,-64,-125v0,-161,152,-199,288,-164r158,0r0,52r-76,0r-2,5v23,24,34,63,34,103v0,125,-112,167,-259,167v-48,0,-79,7,-79,37v0,21,21,33,51,33r128,0v119,0,186,53,186,148v0,97,-92,159,-239,159v-167,0,-209,-69,-209,-143v0,-55,36,-98,65,-114v-38,-8,-60,-32,-60,-71v0,-58,43,-77,76,-84xm294,-30r-111,0v-27,9,-59,51,-59,89v0,51,25,97,141,97v93,0,145,-39,145,-97v0,-41,-17,-89,-116,-89xm382,-328v0,-51,-27,-111,-119,-111v-77,0,-117,41,-117,111v0,66,42,109,107,109v74,0,129,-34,129,-109","w":549},{"d":"383,-25r-8,-4v-55,30,-100,40,-139,40v-140,0,-187,-98,-187,-237v0,-145,49,-269,216,-269v70,0,140,17,198,43v0,220,-1,441,-1,660r-80,0xm132,-242v-6,229,131,206,249,147r0,-315v-138,-52,-244,-23,-249,168","w":522},{"d":"483,0r-87,0r-49,-140r-203,0r-50,140r-84,0r189,-510r96,0xm329,-196r-84,-245r-82,245r166,0xm246,-555r-145,-139r60,-57r123,162","w":493,"k":{"\ue113":20,"\ue114":20,"\ue171":20,"\ue17a":20,"\ue17b":20,"\ue17c":20,"\ue116":50,"\ue11b":50,"\ue138":50,"\ue172":50,"\ue17d":50,"\ue100":10,"\ue104":10,"\ue10c":10,"\ue10e":10,"\ue119":10,"\ue123":10,"\ue12e":10,"\ue12f":10,"\ue130":10,"\ue131":10,"\ue132":10,"\ue133":10,"\ue13d":10,"\ue13e":10,"\ue13f":10,"\ue140":10,"\ue148":10,"\ue149":10,"\ue14a":10,"\ue14b":10,"\ue15f":10,"\ue160":10,"\ue161":10,"\ue176":10,"\ue111":40,"\ue168":40,"\ue169":40,"\ue16a":40,"\ue112":10,"\ue16b":10,"\ue16c":10,"\ue16d":10,"\ue16e":10,"\ue16f":10,"\ue170":10}},{"d":"104,-591r0,41v33,-22,79,-48,116,-48v36,0,19,57,1,80r-115,6r0,246r-67,0r0,-325r65,0","w":238},{"d":"162,-508v0,67,68,90,155,130v69,-47,93,-84,93,-125v0,-46,-35,-108,-127,-108v-90,0,-121,67,-121,103xm277,-53v95,0,150,-55,150,-128v0,-77,-76,-109,-197,-160v-79,49,-100,115,-100,166v0,67,49,122,147,122xm487,-514v0,49,-17,105,-99,165v62,32,117,89,117,173v0,104,-89,184,-231,184v-146,0,-226,-71,-226,-173v0,-67,29,-153,123,-205v-63,-37,-92,-73,-92,-138v0,-95,86,-168,207,-168v93,0,201,46,201,162","w":558},{"d":"147,-361v0,113,114,74,211,81r0,-167v-99,2,-211,-21,-211,86xm60,-360v0,-86,61,-150,178,-150r202,0r0,510r-82,0r0,-216v-98,-1,-165,-9,-195,78r-47,138r-86,0v36,-84,40,-198,121,-237v-66,-18,-91,-69,-91,-123","w":505,"k":{"\ue1d1":30}},{"d":"132,-246v0,108,33,188,141,188v51,0,92,-11,141,-31r22,54v-42,23,-105,41,-170,41v-163,0,-218,-105,-218,-244v0,-104,39,-261,223,-261v44,0,90,4,141,25r-19,59v-151,-53,-262,4,-261,169","w":456},{"d":"280,-322r-1,201r145,-145r45,46r-222,220r-221,-220r45,-46r145,145r-1,-201r-110,0r0,-64r110,0r0,-76r-110,0r0,-64r110,0r0,-172r65,0r0,172r110,0r0,64r-110,0r0,76r110,0r0,64r-110,0","w":485},{"d":"51,-398v0,-156,116,-269,364,-272v100,-1,145,-5,212,-27r19,67v-54,21,-128,33,-216,34v-204,1,-299,77,-299,198v0,112,69,184,282,236v139,34,203,81,203,148v0,53,-57,100,-110,133v-9,-8,-31,-37,-40,-44v34,-28,66,-48,66,-79v0,-38,-28,-55,-130,-80v-260,-64,-351,-164,-351,-314","w":682},{"d":"968,-37r0,-657r387,0r0,118r-241,0r0,139r212,0r0,116r-212,0r0,167r241,0r0,117r-387,0xm652,-426r6,0r37,-95r73,-172r151,0r-194,402r0,254r-146,0r0,-252r-190,-404r152,0r75,172xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"121,-582v0,-144,183,-165,314,-113r-19,59v-87,-25,-214,-44,-214,54v0,99,277,105,277,350v0,109,-50,240,-220,240v-158,0,-209,-108,-209,-226v0,-85,40,-202,154,-238v-47,-30,-83,-64,-83,-126xm398,-228v0,-105,-65,-152,-131,-191v-91,22,-134,109,-134,202v0,82,20,162,130,162v110,0,135,-99,135,-173","w":529},{"d":"94,-13r0,-475r81,0v0,428,0,456,-1,484v-5,121,-45,173,-174,221v-9,-18,-16,-37,-24,-55v97,-55,118,-89,118,-175xm83,-616v0,-30,24,-54,53,-54v29,0,54,24,54,54v0,29,-25,53,-54,53v-29,0,-53,-24,-53,-53","w":265},{"d":"80,0r0,-684r83,0r0,623r249,0r0,-623r85,0r0,623r245,0r0,-623r86,0r0,623r70,0r0,228r-67,0r0,-167r-751,0","w":928},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm64,-460r-132,-195r79,-40r93,214","w":579,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"430,-419r-160,0r0,479r-71,0r0,-479r-159,0r0,-65r159,0r0,-201r71,0r0,201r160,0r0,65","w":469},{"d":"199,-33v-42,38,-70,62,-70,106v0,56,45,79,108,79v41,0,88,-4,158,-26r18,60v-63,23,-131,33,-181,33v-124,0,-191,-52,-191,-136v0,-64,41,-112,88,-152v112,-95,145,-112,120,-241r66,-9v36,151,-7,187,-116,286xm212,-443v0,-29,24,-53,52,-53v30,0,54,24,54,53v0,28,-24,51,-53,51v-29,0,-53,-23,-53,-51","w":441},{"d":"46,-357v0,-186,165,-356,350,-356v202,0,370,148,370,360v0,213,-169,361,-366,361v-206,0,-354,-174,-354,-365xm228,-218v37,-120,133,-161,182,-172v-4,25,-2,56,5,80v93,-41,169,-135,183,-181v-33,-81,-110,-163,-191,-169v4,22,4,52,0,79v0,0,-293,8,-293,289v0,204,157,288,286,288v186,0,352,-147,352,-343v0,-156,-94,-293,-235,-337v175,69,189,221,189,269v0,223,-164,286,-296,304v-5,22,-5,56,0,74v-145,-47,-178,-168,-182,-181","w":822},{"d":"203,208r0,-220r-141,-414r-53,9r-15,-47v25,-19,61,-35,84,-35v43,0,55,28,65,61r100,337r3,0r126,-389r81,0r-168,471r0,227r-82,0","w":484,"k":{"\u03cc":20,"\u03ac":20,"\u1ff7":20,"\u1ff6":20,"\u1ff4":20,"\u1ff3":20,"\u1ff2":20,"\u1fb7":20,"\u1fb6":20,"\u1fb4":20,"\u1fb3":20,"\u1fb2":20,"\u1fb1":20,"\u1fb0":20,"\u1fa7":20,"\u1fa6":20,"\u1fa5":20,"\u1fa4":20,"\u1fa3":20,"\u1fa2":20,"\u1fa1":20,"\u1fa0":20,"\u1f87":20,"\u1f86":20,"\u1f85":20,"\u1f84":20,"\u1f83":20,"\u1f82":20,"\u1f81":20,"\u1f80":20,"\u1f7d":20,"\u1f7c":20,"\u1f79":20,"\u1f78":20,"\u1f71":20,"\u1f70":20,"\u1f67":20,"\u1f66":20,"\u1f65":20,"\u1f64":20,"\u1f63":20,"\u1f62":20,"\u1f61":20,"\u1f60":20,"\u1f45":20,"\u1f44":20,"\u1f43":20,"\u1f42":20,"\u1f41":20,"\u1f40":20,"\u1f07":20,"\u1f06":20,"\u1f05":20,"\u1f04":20,"\u1f03":20,"\u1f02":20,"\u1f01":20,"\u1f00":20,"\u03ce":20,"\u2026":70,"\u03c3":20,"\u03c6":20,"\u03bf":20,"\u03c9":20,"\u03b1":20,".":70,",":70,"\u03bb":40,"\u03c1":20,"\u03b4":30}},{"d":"279,-574r1,198r110,0r0,64r-110,0r0,76r110,0r0,64r-110,0r0,172r-65,0r0,-172r-110,0r0,-64r110,0r0,-76r-110,0r0,-64r110,0r1,-198r-145,142r-45,-46r221,-220r222,220r-45,46","w":485},{"d":"617,-55r0,55r-573,0r0,-46v71,-216,158,-426,235,-639r104,0xm334,-612r-7,-1r-201,551r404,0","w":663,"k":{"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"480,-243v0,125,-51,251,-222,251v-160,0,-210,-117,-210,-249v0,-130,60,-257,220,-257v163,0,212,127,212,255xm395,-241v0,-87,-19,-194,-127,-194v-108,0,-135,102,-135,194v0,97,20,186,135,186v106,0,127,-98,127,-186xm220,-763r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121","w":528},{"d":"472,0r-80,0r0,-446r-246,0r0,446r-81,0r0,-509r407,0r0,509","w":537,"k":{"\ue1d1":30}},{"d":"483,-288r-413,0r0,-40r139,0r-167,-336r85,0r148,319r4,0r152,-319r82,0r-172,336r142,0r0,40xm70,-238r413,0r0,41r-166,0r0,197r-83,0r0,-197r-164,0r0,-41","w":558},{"d":"684,-353r-146,-145r46,-45r220,222r-220,221r-46,-45r146,-145r-477,1v-147,0,-172,-100,-172,-248v0,-91,42,-160,159,-160r79,0r0,62r-74,0v-104,-3,-100,77,-100,174v0,61,26,108,100,108r485,0","w":828},{"d":"517,-243v0,114,-63,250,-237,250v-183,0,-241,-129,-241,-248v0,-108,51,-255,243,-255v189,0,235,152,235,253xm436,-241v0,-65,-17,-188,-154,-188v-134,0,-161,116,-161,188v0,103,41,182,161,182v111,0,154,-95,154,-182","w":558},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm294,-767r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm532,-740r-106,177r-36,-19r76,-191","w":730},{"d":"599,-64r0,-446r82,0r0,510r-616,0r0,-510r82,0r0,446r187,0r0,-446r82,0r0,446r183,0","w":746,"k":{"\ue1d1":30}},{"d":"602,-701r-292,723r-56,0r294,-723r54,0xm253,-396v0,-77,-103,-93,-166,-54r-39,-28r18,-186r237,0r0,52r-184,0r-9,100v93,-28,211,2,211,117v0,145,-184,158,-300,109r17,-49v51,17,90,20,114,20v65,0,101,-34,101,-81xm670,-351v-79,0,-104,73,-108,118v89,-44,236,-30,236,103v0,83,-62,133,-151,133v-121,0,-154,-84,-154,-186v0,-130,56,-222,176,-222v47,0,85,13,102,21r-18,49v-36,-13,-64,-16,-83,-16xm653,-203v-47,0,-83,20,-92,26v-1,52,6,127,87,127v56,0,83,-32,83,-78v0,-44,-19,-75,-78,-75","w":820},{"d":"318,-707r-174,353r-70,0r173,-348r-202,0r0,-52r273,0r0,47","w":364},{"d":"681,-62r58,0r0,201r-66,0r0,-139r-608,0r0,-510r82,0r0,446r187,0r0,-446r82,0r0,446r183,0r0,-446r82,0r0,448","w":766},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm1083,-186r166,0r36,149r150,0r-186,-656r-169,0r-182,656r151,0xm424,-65v164,77,436,56,436,-160v0,-128,-56,-171,-203,-218v-61,-20,-88,-35,-88,-80v0,-51,40,-66,79,-66v12,0,84,0,145,24v4,-13,26,-87,31,-100v-152,-77,-405,-59,-405,146v0,132,72,164,192,204v68,23,97,35,97,92v0,59,-34,80,-101,80v-22,0,-87,-4,-146,-27xm1224,-298r-115,0r52,-255r7,0"},{"d":"60,-169r0,-39r146,-159r34,26r-101,153r101,152r-33,25xm207,-169r0,-39r147,-159r34,26r-101,153r101,152r-33,25","w":433},{"d":"638,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v220,0,284,169,284,355xm549,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280xm486,-868r-145,139r-38,-31r123,-161","w":698,"k":{"X":10,"Y":20,"\u0178":20,"\u00dd":20,"\u0176":20,"\u1ef2":20,"\u2019":40,"\u201d":40,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"V":20,"W":20,"\u0174":20,"\u1e80":20,"\u1e82":20,"\u1e84":20}},{"d":"166,0r-81,0r0,-488r81,0r0,488xm139,-535r-145,-139r60,-57r123,162","w":254,"k":{"\u2019":20,"\u201d":20}},{"d":"441,-37r0,-657r387,0r0,118r-241,0r0,139r212,0r0,116r-212,0r0,167r241,0r0,117r-387,0xm1383,-225v0,216,-271,237,-436,160v4,-14,32,-91,36,-105v60,23,125,27,147,27v67,0,101,-21,101,-80v0,-57,-29,-69,-97,-92v-120,-40,-193,-72,-193,-204v0,-205,253,-222,405,-146v-4,13,-26,87,-31,100v-60,-24,-133,-24,-145,-24v-38,0,-78,15,-78,66v0,45,27,60,88,80v146,47,203,90,203,218xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"106,-2r0,-698r698,0r0,698r-698,0xm161,-645r0,588r588,0r0,-588r-588,0xm296,-164r0,-364r60,0r0,364r-60,0xm425,-164r0,-364r60,0r0,364r-60,0xm561,-164r0,-364r60,0r0,364r-60,0","w":899},{"d":"423,-395r189,-192r47,47r-189,189r192,192r-49,47r-191,-192r-191,194r-46,-49r190,-190r-190,-190r47,-48xm143,-633r0,574r568,0r0,-574r-568,0xm770,0r-687,0r0,-693r687,0r0,693","w":850},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm940,-65v164,77,436,56,436,-160v0,-128,-56,-171,-203,-218v-61,-20,-88,-35,-88,-80v0,-51,40,-66,79,-66v12,0,84,0,145,24v4,-13,26,-87,31,-100v-152,-77,-405,-59,-405,146v0,132,72,164,192,204v68,23,97,35,97,92v0,59,-34,80,-101,80v-22,0,-87,-4,-146,-27xm646,-24v82,0,148,-16,203,-54r-39,-100v-166,74,-245,32,-245,-201v0,-128,36,-208,121,-208v39,0,81,9,118,24r37,-98v-43,-25,-96,-45,-174,-45v-183,0,-258,160,-258,336v0,197,56,345,237,346"},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm1177,-37r146,0r-95,-229r-62,-49v71,-22,128,-75,128,-189v0,-163,-125,-189,-221,-189r-197,0r0,656r146,0r0,-264r56,0xm568,-693r0,656r146,0r0,-656r-146,0xm1149,-500v2,78,-49,92,-127,87r0,-166v70,-1,125,-3,127,79"},{"d":"158,-360v0,30,-25,54,-53,54v-29,0,-54,-25,-54,-54v0,-30,24,-53,53,-53v30,0,54,23,54,53","w":205},{"d":"372,-488r83,0r0,297v0,114,-74,197,-200,197v-131,0,-195,-75,-195,-184r0,-310r82,0r0,310v0,70,28,119,112,119v80,0,118,-55,118,-128r0,-301xm207,-709r13,-6v110,24,107,110,9,155r-18,-18v38,-31,50,-72,-21,-82xm320,-724v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75","w":515},{"d":"146,-423r6,4v49,-42,121,-81,171,-81v15,0,25,5,25,25v0,17,-13,55,-28,74v-56,6,-113,15,-169,21r0,380r-82,0r0,-488r80,0xm93,137v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":351,"k":{"r":40}},{"d":"273,0r-78,0r-1,-448r-179,0r0,-62r436,0r0,62r-177,0","w":466,"k":{"\ue1c8":30,"\ue1c5":30,"\ue1c2":40,"\ue1bb":40,"\ue1b1":40,"\ue1ac":30,"\ue1cb":40,"\ue1b7":60}},{"d":"151,0r-81,0r0,-510r81,0r0,510xm173,-630v0,31,-26,56,-57,56v-31,0,-55,-25,-55,-56v0,-31,24,-57,55,-57v31,0,57,26,57,57","w":221},{"d":"492,-510r1,325v0,114,-70,190,-217,190v-153,0,-216,-71,-216,-190r0,-325r79,0r0,325v0,88,50,133,137,133v88,0,138,-45,138,-133r0,-325r78,0","w":553,"k":{"\ue0fe":20,"\ue11c":20,"\ue11d":20,"\ue11e":20,"\ue11f":20,"\ue120":20,"\ue121":20,"\ue122":20,"\ue13a":20,"\ue13b":20,"\ue13c":20,"\ue175":20}},{"d":"206,-44r-174,0r0,-48r174,0r0,48","w":238},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm330,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm316,-774r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm477,-585r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":730},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm587,-294v145,4,273,-18,273,-207v0,-180,-142,-194,-221,-194r-198,0r0,657r146,0r0,-256xm587,-582v72,-1,127,-6,127,85v0,90,-53,92,-127,90r0,-175xm948,-65v164,77,436,56,436,-160v0,-128,-57,-171,-203,-218v-61,-20,-88,-35,-88,-80v0,-51,40,-66,78,-66v12,0,85,0,145,24v5,-13,27,-87,31,-100v-151,-77,-405,-59,-405,146v0,132,73,164,193,204v68,23,97,35,97,92v0,59,-34,80,-101,80v-22,0,-87,-4,-147,-27v-4,14,-32,91,-36,105"},{"d":"318,-352r-174,353r-70,0r173,-348r-202,0r0,-52r273,0r0,47","w":364},{"d":"628,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v106,0,175,40,218,102v88,9,80,-75,79,-158r61,0v1,110,9,197,-108,210v24,59,34,129,34,201xm539,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280","w":702,"k":{"X":10,"Y":20,"\u0178":20,"\u00dd":20,"\u0176":20,"\u1ef2":20,"\u2019":40,"\u201d":40,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"V":20,"W":20,"\u0174":20,"\u1e80":20,"\u1e82":20,"\u1e84":20}},{"d":"425,-373v0,-177,87,-339,272,-339v78,0,134,20,179,46r-37,100v-33,-15,-84,-25,-122,-25v-88,0,-135,82,-135,211v0,173,56,264,177,224r0,-153r-52,-9r0,-84r193,0r0,322v-77,48,-162,56,-212,56v-201,0,-263,-152,-263,-349xm1002,-37r0,-657r387,0r0,118r-241,0r0,139r213,0r0,116r-213,0r0,167r241,0r0,117r-387,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"327,-340v-35,175,-4,467,-201,461v-28,0,-61,-5,-90,-18r18,-54v104,28,141,-7,162,-122v12,-66,25,-203,34,-267r-90,0r0,-56r97,0v17,-132,26,-279,175,-279v31,0,62,5,92,15r-15,55v-106,-27,-153,9,-165,120r-11,89r102,0r0,56r-108,0","w":558},{"d":"901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm1423,-36r-146,0r-99,-264r-56,0r0,264r-145,0r0,-656r197,0v95,0,221,26,221,189v0,114,-58,167,-129,189r63,49xm379,-373v0,-177,87,-339,272,-339v78,0,134,20,179,46r-37,100v-33,-15,-84,-25,-122,-25v-88,0,-136,82,-136,211v0,173,57,264,178,224r0,-153r-52,-9r0,-84r192,0r0,322v-77,48,-161,56,-211,56v-201,0,-263,-152,-263,-349xm1249,-499v-3,-82,-57,-80,-127,-79r0,166v77,4,129,-9,127,-87"},{"d":"380,-56r32,-104v42,10,72,14,97,14v59,0,75,-29,75,-105r0,-442r147,0r0,446v0,124,-29,223,-199,223v-55,0,-103,-9,-152,-32xm1106,-24v-190,0,-250,-145,-250,-343v0,-202,67,-339,250,-339v184,0,249,136,249,339v0,197,-59,343,-249,343xm1106,-587v-83,0,-94,92,-94,220v0,136,12,223,94,223v81,0,93,-91,93,-223v0,-127,-11,-220,-93,-220xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"781,-527r-351,351r-351,-351r702,0","w":820},{"d":"638,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v220,0,284,169,284,355xm549,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280xm-15,-692r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210","w":698,"k":{"\ue199":10,"\ue198":10,"\ue197":20,"\u03a7":20,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\u0391":20,"\u039b":20,"\u2206":20,"\u1fb8":20,"\u1fb9":20,"\u1fbc":20,"\ue264":20}},{"d":"480,-243v0,125,-51,251,-222,251v-160,0,-210,-117,-210,-249v0,-130,60,-257,220,-257v163,0,212,127,212,255xm395,-241v0,-87,-19,-194,-127,-194v-108,0,-135,102,-135,194v0,97,20,186,135,186v106,0,127,-98,127,-186xm282,-535r-145,-139r60,-57r123,162","w":528,"k":{"v":10,"w":10,"y":10,"\u0175":10,"\u1e81":10,"\u1e83":10,"\u1e85":10,"\u1ef3":10}},{"d":"647,-24v-182,-1,-238,-150,-238,-347v0,-176,75,-335,258,-335v79,0,131,20,174,45r-37,98v-36,-15,-79,-24,-118,-24v-85,0,-121,80,-121,208v0,150,39,234,111,234v40,0,75,-9,134,-33r39,100v-55,38,-121,54,-202,54xm912,-37r0,-108r253,-431r-231,0r0,-118r395,0r0,103r-256,437r268,0r0,117r-429,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"47,-194v-11,-180,52,-303,218,-304v144,0,209,103,209,249v0,154,-69,259,-213,259v-36,0,-87,-6,-127,-32r-4,2r0,227r-83,0r0,-401xm257,-433v-88,0,-127,79,-127,160r0,183v21,16,75,36,119,36v79,0,142,-36,142,-198v0,-143,-61,-181,-134,-181xm273,-770r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210","w":515},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm487,-682r-134,153r-41,-31r111,-171","w":730},{"d":"446,-77r16,57v-42,16,-111,25,-164,25v-180,0,-243,-104,-243,-256v0,-110,49,-267,248,-267v63,0,111,10,146,22r-14,60v-56,-15,-102,-17,-130,-17v-116,0,-167,76,-167,202v0,116,38,193,172,193v30,0,90,-6,136,-19xm377,-694r-145,139r-36,-31r123,-162","w":487,"k":{"\ue105":20,"\ue106":20,"\ue10a":20,"\ue10b":20,"\ue128":20,"\ue129":20,"\ue12a":20,"\ue12b":20,"\ue14c":20,"\ue14d":20,"\ue14e":20,"\ue14f":20,"\ue150":20,"\ue151":20,"\ue152":20,"\ue15b":20,"\ue15c":20,"\ue15d":20,"\ue15e":20}},{"d":"70,-69r0,-419r81,0r0,427r59,0r4,49v-59,29,-144,28,-144,-57xm110,-539r-132,-195r79,-40r93,214","w":239,"k":{"\u03bd":20}},{"d":"216,-267r-69,0r0,-393r-139,0r0,-56r345,0r0,56r-137,0r0,393","w":362},{"d":"591,-392v0,54,-50,116,-136,116r-97,0r0,144r-71,0r0,-378v140,1,304,-25,304,118xm518,-393v1,-70,-90,-56,-160,-57r0,113r92,0v46,0,68,-29,68,-56xm62,-335v0,-189,156,-345,345,-345v189,0,344,156,344,345v0,189,-155,344,-344,344v-189,0,-345,-155,-345,-344xm126,-335v0,152,123,289,281,289v152,0,281,-137,281,-289v0,-158,-129,-288,-281,-288v-158,0,-281,130,-281,288","w":822},{"d":"575,-37r0,-656r145,0r0,656r-145,0xm1362,-371v0,226,-69,334,-283,334r-181,0r0,-657r180,0v137,0,284,32,284,323xm1212,-375v-3,-196,-48,-210,-169,-206r0,431v146,15,172,-62,169,-225xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"145,0r-80,0r0,-510r350,0r0,64r-270,0r0,446","w":440,"k":{"\ue1cb":70,"\ue1b7":70,"\ue1d6":40,"\ue1b1":60,"\ue1bb":60,"\ue1c2":60,"\ue1be":30,"\ue1d4":30,"\ue1ac":60,"\ue1c5":60,"\ue1c8":60}},{"d":"349,-601v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59xm120,-603r52,-9r0,124r147,0r0,59r-148,0r0,289v0,47,13,80,68,80v23,0,54,-6,92,-17r13,55v-36,17,-82,27,-122,27v-87,0,-131,-40,-131,-120r0,-314r-71,0r0,-43r75,-23","w":440},{"d":"778,-427r-173,173r39,258r-239,-117r-214,117r32,-251r-181,-180r249,-48r114,-226r123,223","w":814},{"d":"901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546xm901,121v79,0,156,-8,228,-21r-49,-125v-188,0,-250,-142,-250,-342v0,-202,66,-339,250,-339v184,0,250,136,250,339v0,169,-43,299,-172,333r60,47v7,20,15,40,23,60v265,-78,453,-243,453,-438v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm542,-37r0,-656r145,0r0,656r-145,0xm1080,-586v-82,0,-95,91,-95,219v0,137,14,224,95,224v80,0,94,-91,94,-224v0,-127,-13,-219,-94,-219"},{"d":"146,0r-81,0r0,-510r288,0r0,-110r62,0r0,174r-269,0r0,446","w":435,"k":{"\ue1cb":70,"\ue1b7":70,"\ue1d6":40,"\ue1b1":60,"\ue1bb":60,"\ue1c2":60,"\ue1be":30,"\ue1d4":30,"\ue1ac":60,"\ue1c5":60,"\ue1c8":60}},{"d":"691,-592r11,10v-106,78,-260,339,-321,462v-36,7,-61,14,-74,21v-21,-81,-76,-239,-113,-265v23,-19,55,-25,73,-25v24,0,74,100,86,187v76,-127,221,-315,338,-390xm143,-633r0,574r568,0r0,-574r-568,0xm770,0r-687,0r0,-693r687,0r0,693","w":850},{"d":"573,0r-87,0r0,-614r-320,0r1,614r-87,0r0,-685r493,0r0,685","w":653},{"d":"372,-488r83,0r0,297v0,114,-74,197,-200,197v-131,0,-195,-75,-195,-184r0,-310r82,0r0,310v0,70,28,119,112,119v80,0,118,-55,118,-128r0,-301xm90,-592r0,-64r329,0r0,64r-329,0","w":515},{"d":"136,-449r8,4v59,-31,127,-54,171,-54v133,0,140,84,140,157r0,342r-81,0r0,-322v0,-68,-7,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-711r81,0xm280,-772r-25,29r-155,-89r-154,90r-23,-28r150,-138r55,0","w":514,"k":{"\u2019":70,"\u201d":70}},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm-118,-582r13,-6v110,24,107,110,9,155r-18,-18v38,-31,50,-72,-21,-82xm-5,-597v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm723,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51","w":906},{"d":"281,-539r-132,-195r79,-40r93,214","w":544},{"d":"752,-640r-84,192r-211,-21r60,-38r-46,-81r-124,185r-169,-98r103,-166v15,-24,34,-38,69,-38r243,0v27,0,33,2,42,16r53,87xm116,-372r-66,-49r211,0r85,183r-60,-35v-15,15,-46,34,-47,57v0,16,11,25,31,25r192,0r0,211r-185,0v-43,0,-54,-15,-68,-39r-113,-208v-23,-48,-14,-108,20,-145xm708,-177r-115,-195r172,-102r95,176v14,25,10,46,-3,69r-108,194v-23,42,-31,55,-65,55r-84,0r0,77r-111,-175r110,-169r0,70r109,0xm296,-659r-97,155r144,83r120,-181v-25,-49,-62,-85,-119,-85v-19,0,-35,9,-48,28xm283,-292r28,17r-61,-131r-158,0r47,32v-25,24,-40,58,-40,93v0,87,65,92,134,90v-36,-40,28,-79,50,-101xm448,7r0,-185v-100,-5,-242,13,-317,-13r88,163v12,21,22,35,53,35r176,0xm726,-608r-40,26r-59,-93v-8,-13,-16,-17,-32,-17r-204,0v75,22,103,128,146,191r-37,23r159,15xm757,-453r-146,85r115,191v57,-8,155,-55,120,-117xm587,-162r0,-44r-81,128r81,130r0,-45v56,-6,112,19,137,-26r103,-188v-54,57,-140,43,-240,45","w":919},{"d":"66,-227r702,0r0,136r-702,0r0,-136xm417,-665r351,351r-702,0","w":854},{"d":"981,-38r0,-657r387,0r0,118r-241,0r0,139r213,0r0,116r-213,0r0,167r241,0r0,117r-387,0xm882,-371v0,226,-68,334,-283,334r-180,0r0,-657r179,0v138,0,284,32,284,323xm732,-375v-4,-197,-48,-210,-169,-206r0,431v146,16,172,-61,169,-225xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"344,-108v0,96,-37,201,-161,201v-137,0,-164,-100,-164,-200v0,-91,28,-207,166,-207v141,0,159,121,159,206xm276,-107v0,-57,-5,-154,-91,-154v-88,0,-98,92,-98,155v0,82,15,148,98,148v76,0,91,-79,91,-149","w":364},{"d":"483,0r-87,0r-49,-140r-203,0r-50,140r-84,0r189,-510r96,0xm329,-196r-84,-245r-82,245r166,0","w":493,"k":{"\ue113":20,"\ue114":20,"\ue171":20,"\ue17a":20,"\ue17b":20,"\ue17c":20,"\ue116":50,"\ue11b":50,"\ue138":50,"\ue172":50,"\ue17d":50,"\ue100":10,"\ue104":10,"\ue10c":10,"\ue10e":10,"\ue119":10,"\ue123":10,"\ue12e":10,"\ue12f":10,"\ue130":10,"\ue131":10,"\ue132":10,"\ue133":10,"\ue13d":10,"\ue13e":10,"\ue13f":10,"\ue140":10,"\ue148":10,"\ue149":10,"\ue14a":10,"\ue14b":10,"\ue15f":10,"\ue160":10,"\ue161":10,"\ue176":10,"\ue111":40,"\ue168":40,"\ue169":40,"\ue16a":40,"\ue112":10,"\ue16b":10,"\ue16c":10,"\ue16d":10,"\ue16e":10,"\ue16f":10,"\ue170":10}},{"d":"252,-239r-106,0r0,239r-81,0r0,-510r81,0r0,214r108,0v12,-121,77,-222,231,-222v176,0,227,127,227,265v0,148,-77,259,-227,259v-162,0,-229,-94,-233,-245xm630,-251v0,-96,-23,-208,-145,-208v-121,0,-152,103,-152,210v0,128,46,197,152,197v98,0,145,-90,145,-199","w":767},{"d":"95,0r0,-429r-68,0r0,-44r69,-18r0,-82v0,-97,55,-150,157,-150v29,0,81,3,115,12r-12,60v-85,-12,-188,-19,-181,78r0,84r224,0r27,-114r50,-9r0,124r148,0r0,59r-148,0r0,289v0,47,13,80,67,80v24,0,55,-6,92,-17r13,55v-36,17,-82,27,-122,27v-87,0,-131,-40,-131,-120r0,-314r-220,0r0,429r-80,0","w":674},{"d":"323,0r-83,0r0,-340r-162,0r0,-52r162,0r0,-226r-220,0r0,-67r523,0r0,67r-219,0r-1,226r151,0r0,52r-151,0r0,340","w":563,"k":{"\u015d":80,"\u0149":40,"\u012f":40,"\u012d":40,"\u012b":40,"\u0129":40,"\u00ef":40,"\u00ee":40,"\u00ec":40,"\u0161":80,"v":60,"w":60,"y":60,"\u0175":60,"\u1e81":60,"\u1e83":60,"\u1e85":60,"\u1ef3":60,"\u2019":-50,"\u201d":-50,"\ue113":40,"\ue114":40,"\ue171":40,"\ue17a":40,"\ue17b":40,"\ue17c":40,"\ue116":40,"\ue11b":40,"\ue138":40,"\ue172":40,"\ue17d":40,"A":50,"\u00c6":50,"\u00c0":50,"\u00c1":50,"\u00c2":50,"\u00c3":50,"\u00c4":50,"\u00c5":50,"\u0100":50,"\u0102":50,"\u0104":50,"\u01fc":50,"\ue100":60,"\ue104":60,"\ue10c":60,"\ue10e":60,"\ue119":60,"\ue123":60,"\ue12e":60,"\ue12f":60,"\ue130":60,"\ue131":60,"\ue132":60,"\ue133":60,"\ue13d":60,"\ue13e":60,"\ue13f":60,"\ue140":60,"\ue148":60,"\ue149":60,"\ue14a":60,"\ue14b":60,"\ue15f":60,"\ue160":60,"\ue161":60,"\ue176":60,"C":10,"G":10,"O":10,"Q":10,"\u0152":10,"\u00c7":10,"\u00d2":10,"\u00d3":10,"\u00d4":10,"\u00d5":10,"\u00d6":10,"\u00d8":10,"\u0106":10,"\u0108":10,"\u010a":10,"\u010c":10,"\u011c":10,"\u011e":10,"\u0120":10,"\u0122":10,"\u014c":10,"\u014e":10,"\u0150":10,"\u01a0":10,"\u01fe":10,"a":50,"\u00e6":50,"\u00e0":50,"\u00e1":50,"\u00e2":50,"\u00e3":50,"\u00e4":50,"\u00e5":50,"\u0101":50,"\u0103":50,"\u0105":50,"\u01fd":50,"c":60,"d":60,"e":60,"g":60,"o":60,"q":60,"\u00e7":60,"\u00e8":60,"\u00e9":60,"\u00ea":60,"\u00eb":60,"\u00f2":60,"\u00f3":60,"\u00f4":60,"\u00f5":60,"\u00f6":60,"\u00f8":60,"\u0107":60,"\u0109":60,"\u010b":60,"\u010d":60,"\u010f":60,"\u0111":60,"\u0113":60,"\u0115":60,"\u0117":60,"\u0119":60,"\u011b":60,"\u011d":60,"\u011f":60,"\u0121":60,"\u0123":60,"\u014d":60,"\u014f":60,"\u0151":60,"\u01a1":60,"\u01ff":60,"\u00f0":60,"i":40,"m":40,"n":40,"p":40,"r":40,"\u00ed":40,"\u0133":40,"\u0144":40,"\u0146":40,"\u0148":40,"\u014b":40,"\u0155":40,"\u0157":40,"\u0159":40,"s":80,"\u015b":80,"\u015f":80,"\u0219":80,"u":20,"\u00f9":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u0169":20,"\u016b":20,"\u016d":20,"\u016f":20,"\u0171":20,"\u0173":20,"\u01b0":20,",":50,".":50,"\u2026":50,":":20,";":20,"\ue0fe":60,"\ue11c":60,"\ue11d":60,"\ue11e":60,"\ue11f":60,"\ue120":60,"\ue121":60,"\ue122":60,"\ue13a":60,"\ue13b":60,"\ue13c":60,"\ue175":60,"\ue110":70,"\ue118":70,"\ue165":70,"\ue166":70,"\ue167":70,"\ue179":70,"\ue117":60,"\ue11a":60,"\ue173":60,"\ue174":60,"-":50,"\u2013":50,"\u2014":50,"\u00ad":50,"\ue0ff":60,"\ue101":60,"\ue102":60,"\ue103":60,"\ue108":60,"\ue109":60,"\ue10d":60,"\ue10f":60,"\ue124":60,"\ue125":60,"\ue126":60,"\ue127":60,"\ue12c":60,"\ue139":60,"\ue141":60,"\ue142":60,"\ue143":60,"\ue144":60,"\ue145":60,"\ue146":60,"\ue147":60,"\ue153":60,"\ue156":60,"\ue157":60,"\ue158":60,"\ue159":60,"\ue15a":60,"\ue162":60,"\ue163":60,"\ue164":60,"\ue112":50,"\ue16b":50,"\ue16c":50,"\ue16d":50,"\ue16e":50,"\ue16f":50,"\ue170":50}},{"d":"709,-576r0,539r-147,0r0,-539r-141,0r0,-118r433,0r0,118r-145,0xm1389,-37r-146,0r-99,-264r-56,0r0,264r-145,0r0,-656r196,0v96,0,222,25,222,189v0,114,-58,167,-129,189r63,49xm1215,-500v-2,-82,-57,-82,-127,-80r0,167v77,4,129,-9,127,-87xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm968,-694r0,657r387,0r0,-117r-241,0r0,-167r212,0r0,-115r-212,0r0,-140r241,0r0,-118r-387,0xm657,-425r-5,0v-33,-93,-73,-180,-111,-268r-152,0r190,404r0,252r146,0r0,-254r194,-402r-152,0"},{"d":"279,-699r0,577r145,-146r45,46r-222,220r-221,-220r45,-46r145,146r-1,-577r64,0","w":485},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm-220,-684r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm18,-657r-106,177r-36,-19r76,-191xm671,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51","w":854},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm-79,-692r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121xm723,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51","w":906},{"d":"410,-713v207,0,370,160,370,357v0,206,-166,367,-372,367v-195,0,-361,-166,-361,-364v0,-201,163,-360,363,-360xm441,-413r234,209v24,-42,39,-91,39,-152v0,-155,-105,-271,-273,-296r0,239xm153,-203r231,-210r0,-239v-160,20,-272,140,-272,301v0,73,13,99,41,148xm641,-158r-200,-180r0,289v78,-9,141,-46,200,-109xm384,-47r0,-291r-197,180v62,58,113,98,197,111","w":834},{"d":"480,-243v0,125,-51,251,-222,251v-160,0,-210,-117,-210,-249v0,-130,60,-257,220,-257v163,0,212,127,212,255xm395,-241v0,-87,-19,-194,-127,-194v-108,0,-135,102,-135,194v0,97,20,186,135,186v106,0,127,-98,127,-186xm164,-767r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm366,-567r-106,-177r66,-33r76,191","w":528},{"d":"360,-696v74,0,132,13,173,28r-18,63v-54,-19,-105,-23,-147,-23v-149,0,-220,111,-220,290v0,157,43,278,222,278v36,0,109,-7,163,-24r16,60v-48,19,-131,32,-194,32v-218,0,-295,-140,-295,-346v0,-147,61,-358,300,-358","w":593,"k":{"\u2019":-40,"\u201d":-40,"H":20,"I":20,"M":20,"N":20,"\u00cc":20,"\u00cd":20,"\u00ce":20,"\u00cf":20,"\u0124":20,"\u0126":20,"\u0128":20,"\u012a":20,"\u012c":20,"\u012e":20,"\u0130":20,"\u0143":20,"\u0145":20,"\u0147":20,"\u014a":20}},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm629,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51xm403,-244r-113,-371r-3,0r-113,371r229,0xm-30,-690r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm131,-501r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":812},{"d":"737,-389r0,3v78,24,109,85,109,157v0,112,-81,192,-190,192r-257,0r0,-657r231,0v106,0,196,55,196,171v0,56,-28,111,-89,134xm702,-237v-1,-85,-73,-94,-158,-89r0,178v85,2,159,4,158,-89xm682,-516v-3,-74,-70,-65,-138,-65r0,146v77,4,141,-1,138,-81xm919,-372v0,-175,87,-335,272,-335v77,0,133,20,177,44r-37,100v-32,-14,-83,-25,-121,-25v-88,0,-134,81,-134,209v0,175,55,265,176,223r0,-152r-52,-9r0,-83r191,0r0,322v-77,46,-159,54,-211,54v-199,0,-261,-151,-261,-348xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm1243,-37r146,0r-95,-229r-62,-49v71,-22,128,-75,128,-189v0,-163,-125,-189,-221,-189r-197,0r0,656r146,0r0,-264r56,0xm709,-37r0,-539r145,0r0,-118r-433,0r0,118r141,0r0,539r147,0xm1215,-500v2,78,-49,92,-127,87r0,-166v70,-1,125,-3,127,79"},{"d":"471,-226r-440,0r0,-60r440,0r0,60","w":500,"k":{"\ue04f":20,"\ue04b":20,"\ue04a":20,"\ue195":20,"\ue007":50,"\ue005":40,"\ue003":60,"\ue002":60,"\u03a7":20,"\u03a4":70,"T":20,"\u0162":20,"\u0164":20,"\u0166":20,"Y":50,"\u0178":50,"\u00dd":50,"\u0176":50,"\u1ef2":50,"V":50,"W":50,"\u0174":50,"\u1e80":50,"\u1e82":50,"\u1e84":50,"\u03a5":40,"\u1fe8":40,"\u1fe9":40,"\u03ab":40,"\ue183":30,"\ue186":30,"\ue18d":30,"\ue19b":30,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"138,0r-80,0r0,-488r341,0r0,63r-261,0r0,425xm332,-687r-145,139r-36,-31r123,-162","w":404,"k":{"\u044f":30,"\u043e":30,"\u0430":30,"\u0434":40,"\u043b":40,"\u0459":40,"\u0435":30,"\u0441":30,"\u0444":30,"\u0451":30,"\u0454":30}},{"d":"147,-510r0,203r139,0v123,0,184,69,184,152v0,101,-74,155,-173,155r-232,0r0,-510r82,0xm391,-155v-3,-116,-135,-84,-244,-89r0,180v109,-3,247,24,244,-91xm611,0r-81,0r0,-510r81,0r0,510","w":676,"k":{"\ue1d1":30}},{"d":"492,-510r1,325v0,114,-70,190,-217,190v-153,0,-216,-71,-216,-190r0,-325r79,0r0,325v0,88,50,133,137,133v88,0,138,-45,138,-133r0,-325r78,0xm298,-555r-145,-139r60,-57r123,162","w":553},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm197,-763r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121","w":514},{"d":"367,-674r-145,139r-36,-31r123,-162xm137,0r-79,0r0,-488r79,0r0,196v93,-5,156,25,185,-72r37,-123r75,0v-26,80,-35,191,-105,224v47,15,71,45,84,88r51,175r-78,0r-48,-157v-36,-97,-101,-73,-201,-76r0,233","w":488},{"d":"200,-767r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm438,-740r-106,177r-36,-19r76,-191","w":544},{"d":"843,-693r0,466v0,121,-82,203,-238,203v-155,0,-227,-81,-227,-203r0,-466r145,0r0,451v0,60,21,99,82,99v64,0,92,-40,92,-99r0,-451r146,0xm1097,-298r115,0r-56,-255r-7,0xm1237,-186r-166,0r-34,149r-151,0r182,-656r169,0r186,656r-150,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"660,-24v-182,-1,-238,-150,-238,-347v0,-176,75,-335,259,-335v78,0,131,20,173,45r-37,98v-36,-15,-79,-24,-118,-24v-84,0,-121,80,-121,208v0,231,80,276,246,201r38,100v-55,38,-121,54,-202,54xm1102,-298r116,0r-57,-255r-6,0xm1243,-186r-166,0r-34,149r-151,0r181,-656r170,0r186,656r-151,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"276,-88r5,0r175,-597r88,0r-217,685r-100,0r-217,-685r90,0","w":554,"k":{"\u015d":30,"\u0159":20,"\u014b":20,"\u0149":20,"\u0146":20,"\u012d":20,"\u012b":20,"\u0129":20,"\u00ef":20,"\u00ee":20,"\u00ec":20,"\u0161":30,"r":20,"v":30,"w":30,"y":30,"\u0175":30,"\u1e81":30,"\u1e83":30,"\u1e85":30,"\u1ef3":30,"\ue116":20,"\ue11b":20,"\ue138":20,"\ue172":20,"\ue17d":20,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"\ue100":30,"\ue104":30,"\ue10c":30,"\ue10e":30,"\ue119":30,"\ue123":30,"\ue12e":30,"\ue12f":30,"\ue130":30,"\ue131":30,"\ue132":30,"\ue133":30,"\ue13d":30,"\ue13e":30,"\ue13f":30,"\ue140":30,"\ue148":30,"\ue149":30,"\ue14a":30,"\ue14b":30,"\ue15f":30,"\ue160":30,"\ue161":30,"\ue176":30,"C":10,"G":10,"O":10,"Q":10,"\u0152":10,"\u00c7":10,"\u00d2":10,"\u00d3":10,"\u00d4":10,"\u00d5":10,"\u00d6":10,"\u00d8":10,"\u0106":10,"\u0108":10,"\u010a":10,"\u010c":10,"\u011c":10,"\u011e":10,"\u0120":10,"\u0122":10,"\u014c":10,"\u014e":10,"\u0150":10,"\u01a0":10,"\u01fe":10,"a":20,"\u00e6":20,"\u00e0":20,"\u00e1":20,"\u00e2":20,"\u00e3":20,"\u00e4":20,"\u00e5":20,"\u0101":20,"\u0103":20,"\u0105":20,"\u01fd":20,"c":30,"d":30,"e":30,"g":30,"o":30,"q":30,"\u00e7":30,"\u00e8":30,"\u00e9":30,"\u00ea":30,"\u00eb":30,"\u00f2":30,"\u00f3":30,"\u00f4":30,"\u00f5":30,"\u00f6":30,"\u00f8":30,"\u0107":30,"\u0109":30,"\u010b":30,"\u010d":30,"\u010f":30,"\u0111":30,"\u0113":30,"\u0115":30,"\u0117":30,"\u0119":30,"\u011b":30,"\u011d":30,"\u011f":30,"\u0121":30,"\u0123":30,"\u014d":30,"\u014f":30,"\u0151":30,"\u01a1":30,"\u01ff":30,"\u00f0":30,"i":20,"m":20,"n":20,"p":20,"\u00ed":20,"\u012f":20,"\u0133":20,"\u0144":20,"\u0148":20,"\u0155":20,"\u0157":20,"s":30,"\u015b":30,"\u015f":30,"\u0219":30,"u":20,"\u00f9":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u0169":20,"\u016b":20,"\u016d":20,"\u016f":20,"\u0171":20,"\u0173":20,"\u01b0":20,",":90,".":90,"\u2026":90,":":50,";":50,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40,"\ue110":40,"\ue118":40,"\ue165":40,"\ue166":40,"\ue167":40,"\ue179":40,"-":60,"\u2013":60,"\u2014":60,"\u00ad":60,"\ue0ff":30,"\ue101":30,"\ue102":30,"\ue103":30,"\ue108":30,"\ue109":30,"\ue10d":30,"\ue10f":30,"\ue124":30,"\ue125":30,"\ue126":30,"\ue127":30,"\ue12c":30,"\ue139":30,"\ue141":30,"\ue142":30,"\ue143":30,"\ue144":30,"\ue145":30,"\ue146":30,"\ue147":30,"\ue153":30,"\ue156":30,"\ue157":30,"\ue158":30,"\ue159":30,"\ue15a":30,"\ue162":30,"\ue163":30,"\ue164":30,"\ue112":20,"\ue16b":20,"\ue16c":20,"\ue16d":20,"\ue16e":20,"\ue16f":20,"\ue170":20}},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm882,-370v0,-292,-146,-324,-284,-324r-179,0r0,657r180,0v215,0,283,-108,283,-333xm732,-375v0,138,-16,225,-117,225r-52,0r0,-431v122,-4,169,10,169,206xm1104,-333r5,-1r181,297r177,0r-229,-343r227,-313r-166,0r-190,280r-5,0r0,-280r-146,0r0,656r146,0r0,-296"},{"d":"510,-243v0,114,-63,250,-237,250v-183,0,-241,-129,-241,-248v0,-108,52,-255,243,-255v189,0,235,152,235,253xm429,-241v0,-65,-17,-188,-154,-188v-133,0,-161,116,-161,188v0,103,41,182,161,182v111,0,154,-95,154,-182","w":541},{"d":"519,-496v0,81,-41,155,-121,177v53,16,72,65,88,121r56,198r-85,0r-54,-188v-34,-131,-108,-108,-239,-110r0,298r-84,0r0,-685r235,0v134,0,204,76,204,189xm164,-363v138,-5,268,36,268,-129v0,-92,-57,-127,-132,-127r-136,0r0,256","w":587,"k":{"Y":10,"\u0178":10,"\u00dd":10,"\u0176":10,"\u1ef2":10,"v":10,"w":10,"y":10,"\u0175":10,"\u1e81":10,"\u1e83":10,"\u1e85":10,"\u1ef3":10,"V":10,"W":10,"\u0174":10,"\u1e80":10,"\u1e82":10,"\u1e84":10}},{"d":"518,-252v0,147,-78,257,-234,257v-71,0,-123,-15,-162,-45v-13,14,-26,30,-38,44r-51,0v20,-23,40,-46,60,-71v-38,-44,-53,-107,-53,-183v0,-142,63,-268,244,-268v66,0,115,17,151,46v13,-15,27,-31,39,-46r53,0r-64,74v41,50,55,119,55,192xm284,-52v151,0,184,-205,125,-331r-240,290v25,28,63,41,115,41xm123,-249v0,52,7,91,24,123r240,-292v-22,-25,-55,-41,-103,-41v-129,0,-161,104,-161,210","w":559,"k":{"\ue115":30,"\ue113":30,"\ue114":30,"\ue171":30,"\ue17a":30,"\ue17b":30,"\ue17c":30,"\ue116":30,"\ue11b":30,"\ue138":30,"\ue172":30,"\ue17d":30,"\ue111":20,"\ue168":20,"\ue169":20,"\ue16a":20,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40}},{"d":"208,-490r71,0r0,-72v0,-40,-32,-72,-71,-72v-41,0,-73,31,-73,72v0,41,31,72,73,72xm563,-562r0,72r72,0v40,0,72,-32,72,-72v0,-40,-32,-72,-72,-72v-40,0,-72,31,-72,72xm279,-135r0,-72r-71,0v-42,0,-73,33,-73,72v0,41,31,73,73,73v40,0,71,-32,71,-73xm635,-207r-72,0r0,72v0,41,32,73,72,73v40,0,72,-32,72,-73v0,-39,-32,-72,-72,-72xm349,-276r144,0r0,-145r-144,0r0,145xm563,-421r0,145r72,0v95,0,141,66,141,141v0,76,-46,142,-141,142v-90,0,-142,-65,-142,-142r0,-72r-144,0v9,122,-18,214,-141,214v-88,0,-143,-63,-143,-142v0,-76,53,-141,143,-141r71,0r0,-145r-71,0v-77,0,-143,-65,-143,-141v0,-78,59,-142,143,-142v122,0,151,91,141,214r144,0r0,-72v0,-78,58,-142,142,-142v91,0,141,65,141,142v0,74,-63,141,-141,141r-72,0","w":846},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59","w":544,"k":{"\u03b3":20}},{"d":"343,-660v130,0,231,35,239,96r28,202r0,277r-45,0v4,41,-4,83,-39,83v-37,0,-46,-40,-41,-83r-291,0v4,42,-4,83,-40,83v-36,0,-45,-41,-40,-83r-45,0r0,-277r28,-202v9,-62,113,-96,246,-96xm523,-172v21,0,39,-17,39,-38v0,-21,-18,-39,-39,-39v-17,0,-35,18,-35,39v0,21,18,38,35,38xm156,-172v17,0,35,-17,35,-38v0,-21,-18,-39,-35,-39v-21,0,-38,18,-38,39v0,21,17,38,38,38xm229,-578r221,0v22,0,21,-34,0,-34r-221,0v-11,0,-15,8,-15,17v0,8,4,17,15,17xm509,-546r-339,0v-23,0,-29,14,-31,30r-21,146v0,14,4,28,21,28r402,0v17,0,23,-14,21,-28r-21,-146v-2,-16,-9,-30,-32,-30","w":674},{"d":"213,7v-63,0,-138,-11,-183,-30r16,-62v54,16,119,25,156,25v172,0,228,-102,230,-278r-264,4r0,-67r264,5v-3,-133,-62,-232,-211,-232v-36,0,-94,6,-148,23r-16,-60v40,-16,109,-30,163,-30v237,0,300,162,300,329v0,212,-84,373,-307,373","w":580,"k":{"\u0414":20}},{"d":"483,0r-87,0r-49,-140r-203,0r-50,140r-84,0r189,-510r96,0xm329,-196r-84,-245r-82,245r166,0xm326,-592v-60,0,-108,-39,-145,-39r-57,39r-28,-22v16,-45,48,-75,87,-75v47,0,108,39,144,39r57,-40r28,22v-15,45,-47,76,-86,76","w":493,"k":{"\ue113":20,"\ue114":20,"\ue171":20,"\ue17a":20,"\ue17b":20,"\ue17c":20,"\ue116":50,"\ue11b":50,"\ue138":50,"\ue172":50,"\ue17d":50,"\ue100":10,"\ue104":10,"\ue10c":10,"\ue10e":10,"\ue119":10,"\ue123":10,"\ue12e":10,"\ue12f":10,"\ue130":10,"\ue131":10,"\ue132":10,"\ue133":10,"\ue13d":10,"\ue13e":10,"\ue13f":10,"\ue140":10,"\ue148":10,"\ue149":10,"\ue14a":10,"\ue14b":10,"\ue15f":10,"\ue160":10,"\ue161":10,"\ue176":10,"\ue111":40,"\ue168":40,"\ue169":40,"\ue16a":40,"\ue112":10,"\ue16b":10,"\ue16c":10,"\ue16d":10,"\ue16e":10,"\ue16f":10,"\ue170":10}},{"d":"151,0r-81,0r0,-510r81,0r0,510xm249,-623v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm61,-623v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":221,"k":{"\ue1d1":30}},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r80,0v2,14,-3,35,4,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342","w":514,"k":{"\u2019":70,"\u201d":70}},{"d":"655,-243r-44,0r0,-27v-11,18,-34,33,-56,33v-104,-2,-60,-103,-69,-188r51,0r0,119v0,20,8,35,30,35v18,0,40,-19,40,-56r0,-98r48,0r0,182xm405,-243r0,-250r50,0r0,250r-50,0xm287,-270v20,0,47,-15,43,-58v-45,3,-70,12,-70,37v0,11,5,21,27,21xm298,-426v122,0,69,88,84,183v-21,-6,-56,18,-50,-20v-31,43,-120,31,-120,-27v0,-48,56,-64,118,-67v6,-44,-55,-51,-65,-10r-51,0v4,-33,27,-59,84,-59xm749,-544v39,59,59,125,59,200v0,206,-148,368,-364,368v-72,0,-143,-19,-200,-57r2,53r-67,9r-14,-176r173,-17r6,69r-66,9v46,28,102,47,161,47v227,0,383,-263,260,-462xm135,-344v0,62,19,117,47,161r-50,40v-37,-59,-60,-126,-60,-201v0,-203,167,-368,367,-368v75,0,143,22,200,59r-4,-56r67,-5r14,172r-173,17r-6,-69r68,-6v-47,-28,-104,-47,-166,-47v-166,0,-304,136,-304,303","w":851},{"d":"84,-397v-44,9,-32,-58,-47,-86v-2,-8,-2,-16,6,-22v28,-17,86,-61,344,-158v176,-66,261,-95,336,-115v61,-17,55,41,69,78v7,19,-3,30,-16,37v-212,112,-469,220,-692,266xm120,-38r0,-280v0,0,3,-15,18,-21v94,-39,260,-51,340,-51v89,0,262,19,340,51v17,7,17,27,17,27r0,272v0,17,-14,30,-25,35v-92,33,-248,44,-332,44v-97,0,-264,-10,-339,-47v-20,-10,-19,-30,-19,-30xm753,-753v-126,76,-536,246,-696,269r20,68v146,-21,568,-192,697,-268xm724,-757v-184,53,-471,161,-644,251v226,-51,486,-176,644,-251xm143,-311r0,278v84,45,283,50,335,50v146,0,262,-17,334,-48r0,-280v-15,8,-92,34,-334,34v-237,0,-335,-34,-335,-34xm478,-367v-200,0,-288,33,-312,45v18,6,95,26,312,26v224,0,309,-26,309,-26v-29,-13,-124,-45,-309,-45","w":892},{"d":"230,188r0,-188r370,0r0,188r-370,0xm547,53r-263,0r0,81r263,0r0,-81xm230,-318r-185,0r370,-379r370,379r-185,0r0,217r-370,0r0,-217xm661,-366r-246,-255r-246,255r115,0r0,210r263,0r0,-210r114,0","w":840},{"d":"536,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r80,0v2,14,-3,35,4,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm36,-564v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":595,"k":{"\u2019":70,"\u201d":70}},{"d":"817,-104r-65,0r0,-435r65,0r0,435xm76,-353r493,0r-146,-145r46,-45r220,222r-220,221r-46,-45r146,-145r-493,1r0,-64","w":840},{"d":"70,-69r0,-419r81,0r0,427r59,0r4,49v-59,29,-144,28,-144,-57xm140,-770r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210","w":239,"k":{"\u03bd":20}},{"d":"55,-1r0,-73r145,0r0,-139r137,0r0,-146r144,0r0,-144r141,0r0,-138r206,0r0,70r-139,0r0,145r-140,0r0,141r-140,0r0,143r-141,0r0,141r-213,0xm494,-132r50,-52r0,98r131,-131r38,38r-132,130r98,0r-52,51r-133,0r0,-134","w":869},{"d":"470,-116v0,-66,-50,-95,-90,-132v-49,-45,-106,-95,-106,-152v0,-76,105,-117,105,-180v0,-17,-6,-78,-98,-78v-73,0,-104,53,-104,116r0,542r-81,0r0,-384r-71,0r0,-54r71,0r0,-108v0,-61,35,-175,189,-175v136,0,173,79,173,128v0,99,-104,133,-104,189v0,35,34,69,80,105v59,46,118,89,118,182v0,67,-50,130,-167,130v-49,0,-106,-10,-142,-25r18,-60v69,24,101,25,122,25v55,0,87,-28,87,-69","w":586},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm347,-725v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm233,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm285,-714r12,6r18,48v-73,10,-57,49,-21,81r-18,18v-48,-26,-74,-57,-74,-82v0,-37,25,-61,83,-71","w":544,"k":{"\u03b3":20}},{"d":"179,-598v133,0,137,115,137,156r0,29r-221,0v1,53,22,98,89,98v35,0,66,-8,107,-24r19,44v-45,22,-85,32,-130,32v-123,0,-151,-75,-151,-165v0,-58,19,-170,150,-170xm179,-547v-58,0,-78,43,-83,91r158,0v-1,-53,-20,-91,-75,-91","w":340},{"d":"442,-510r0,510r-81,0r0,-227v-122,40,-311,35,-311,-99r0,-184r82,0r0,168v-10,108,157,83,229,54r0,-222r81,0","w":507,"k":{"\ue1d1":30}},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm1157,-24v189,0,249,-146,249,-343v0,-203,-65,-339,-249,-339v-184,0,-251,138,-251,339v0,198,61,343,251,343xm727,-37r146,0r-95,-229r-62,-49v71,-22,128,-75,128,-189v0,-163,-125,-189,-221,-189r-197,0r0,656r146,0r0,-264r56,0xm1157,-587v81,0,92,93,92,220v0,132,-12,223,-92,223v-83,0,-95,-87,-95,-223v0,-128,11,-220,95,-220xm699,-500v2,78,-49,92,-127,87r0,-166v70,-1,125,-3,127,79"},{"d":"457,-57r-147,-2r-289,-288r288,-288r149,0r-236,235r491,0r0,107r-492,0","w":736},{"d":"756,0r-81,0r0,-428r-209,0r0,428r-80,0r0,-428r-211,0v0,142,-1,286,-1,428r-79,0r0,-428r-68,0r0,-44v23,-7,46,-12,69,-18r0,-65v-5,-161,186,-188,333,-142v61,-57,202,-47,300,-24r-12,63v-111,-18,-262,-45,-251,97r0,72r290,0r0,489xm387,-489v1,-52,-5,-111,10,-149v-35,-9,-67,-12,-91,-12v-118,-3,-136,54,-131,161r212,0","w":836,"k":{"\u2019":20,"\u201d":20}},{"d":"480,-345r-403,0r0,-58r403,0r0,58xm480,-200r-403,0r0,-57r403,0r0,57","w":558},{"d":"264,-439v-94,0,-125,76,-131,159r249,0v0,-94,-28,-159,-118,-159xm262,-499v195,0,197,173,197,233r0,39r-327,0v-1,91,30,171,139,171v57,0,101,-12,156,-35r20,52v-58,31,-117,45,-182,45v-174,0,-217,-113,-217,-249v0,-87,30,-256,214,-256xm447,-561r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":505,"k":{"\u2019":20,"\u201d":20}},{"d":"483,0r-87,0r-49,-140r-203,0r-50,140r-84,0r189,-510r96,0xm329,-196r-84,-245r-82,245r166,0xm84,-612r0,-64r329,0r0,64r-329,0","w":493,"k":{"\ue113":20,"\ue114":20,"\ue171":20,"\ue17a":20,"\ue17b":20,"\ue17c":20,"\ue116":50,"\ue11b":50,"\ue138":50,"\ue172":50,"\ue17d":50,"\ue100":10,"\ue104":10,"\ue10c":10,"\ue10e":10,"\ue119":10,"\ue123":10,"\ue12e":10,"\ue12f":10,"\ue130":10,"\ue131":10,"\ue132":10,"\ue133":10,"\ue13d":10,"\ue13e":10,"\ue13f":10,"\ue140":10,"\ue148":10,"\ue149":10,"\ue14a":10,"\ue14b":10,"\ue15f":10,"\ue160":10,"\ue161":10,"\ue176":10,"\ue111":40,"\ue168":40,"\ue169":40,"\ue16a":40,"\ue112":10,"\ue16b":10,"\ue16c":10,"\ue16d":10,"\ue16e":10,"\ue16f":10,"\ue170":10}},{"d":"584,-37r0,-656r145,0r0,656r-145,0xm914,-37r0,-657r387,0r0,118r-241,0r0,139r213,0r0,116r-213,0r0,167r241,0r0,117r-387,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"346,-110r-62,0r0,111r-65,0r0,-111r-203,0r0,-45r204,-244r64,0r0,238r62,0r0,51xm220,-319r-4,0r-128,158r132,0r0,-158","w":364},{"d":"80,0r0,-684r246,0v216,-9,272,237,107,326v90,28,113,118,113,172v0,113,-90,186,-193,186r-273,0xm462,-194v0,-68,-45,-129,-137,-129r-161,0r0,258r161,0v99,0,137,-59,137,-129xm442,-502v0,-68,-40,-117,-135,-117r-143,0r0,232r143,0v87,0,135,-45,135,-115","w":609,"k":{"\u1ef2":20,"\u1e84":10,"\u1e82":10,"\u1e80":10,"\u0176":20,"\u0174":10,"\u00dd":20,"\u0178":20,"Y":20,"W":10,"V":10}},{"d":"199,11v-133,0,-141,-84,-141,-156r0,-343r81,0r0,323v0,68,8,109,84,109v37,0,95,-20,142,-62r0,-370v27,0,54,-1,80,-1r0,489r-79,0v-2,-18,2,-42,-3,-57v-64,57,-130,68,-164,68xm273,-535r-145,-139r60,-57r123,162","w":504},{"d":"816,-246r-250,0r-208,351r-96,0r115,-351r-191,0r-61,80r-75,0r38,-127r-41,-126r75,0r64,84r192,0r-112,-359r95,0r207,359r247,0v65,0,70,89,1,89","w":890},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0","w":579,"k":{"'":70}},{"d":"343,-377r6,0r1,-339r66,0r-1,450r-64,0r-236,-349r0,349r-66,0r0,-450r71,0r170,254","w":465},{"d":"174,0r-84,0r0,-685r84,0r0,685","w":264,"k":{"\u042a":40}},{"d":"70,-69r0,-419r81,0r0,427r59,0r4,49v-59,29,-144,28,-144,-57xm108,-551v-70,0,-121,-56,-162,-112r47,-34v36,50,80,83,118,83v25,0,69,-4,143,-76r27,25v-58,84,-120,114,-173,114","w":239,"k":{"\u03bd":20}},{"d":"10,0r176,-264r-166,-246r93,0r123,199r125,-199r91,0r-169,248r175,262r-91,0r-135,-215r-132,215r-90,0","w":468},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm2,-683r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210","w":695},{"d":"237,-701r-292,723r-56,0r294,-723r54,0","w":107},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm575,-693r0,656r145,0r0,-656r-145,0xm1362,-370v0,-292,-147,-324,-284,-324r-180,0r0,657r181,0v214,0,283,-108,283,-333xm1212,-375v0,138,-17,225,-118,225r-51,0r0,-431v122,-4,169,10,169,206"},{"d":"586,-201r-106,109r0,-344r-357,359r-79,-79r359,-356r-345,0r109,-109r419,0r0,420","w":588},{"d":"137,-488v2,15,-4,40,6,47v40,-32,94,-53,146,-53v140,0,183,112,183,244v0,143,-52,259,-196,259v-38,0,-97,-6,-137,-34r0,233r-81,0r0,-696r79,0xm140,-377r0,290v21,16,78,35,122,35v69,0,127,-47,127,-200v0,-214,-151,-198,-249,-125","w":521,"k":{"v":10,"w":10,"y":10,"\u0175":10,"\u1e81":10,"\u1e83":10,"\u1e85":10,"\u1ef3":10}},{"d":"325,-701r-256,729r-54,0r256,-729r54,0","w":333},{"d":"1089,-347r-337,347r-656,0r0,-695r656,0xm714,-69r274,-278r-274,-278r-549,0r0,556r549,0xm614,-143r-156,-156r-154,156r-49,-49r155,-155r-155,-156r49,-49r154,155r156,-155r49,49r-155,156r155,155","w":1137},{"d":"586,-582v118,115,121,356,-5,466v-22,19,-52,-2,-52,-28v0,-8,4,-16,12,-22v94,-71,88,-294,2,-369v-23,-20,-5,-56,22,-57v7,0,14,3,21,10xm416,3r-229,-228r-123,0r0,-240r123,0r229,-227r0,695","w":713},{"d":"216,-285v0,247,-103,399,-149,456r-35,-25v31,-50,109,-186,109,-432v0,-219,-78,-361,-108,-405r35,-22v47,58,148,207,148,428","w":287},{"d":"413,-560r-7,-1r-125,561r-103,0r-168,-684r88,0r131,581r5,0r130,-581r90,0r155,580r6,0r128,-580r84,0r-166,684r-100,0","w":837,"k":{"\u015d":30,"\u0159":20,"\u014b":20,"\u0149":20,"\u0146":20,"\u012d":20,"\u012b":20,"\u0129":20,"\u00ef":20,"\u00ee":20,"\u00ec":20,"\u0161":30,"r":20,"v":30,"w":30,"y":30,"\u0175":30,"\u1e81":30,"\u1e83":30,"\u1e85":30,"\u1ef3":30,"\ue116":20,"\ue11b":20,"\ue138":20,"\ue172":20,"\ue17d":20,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"\ue100":30,"\ue104":30,"\ue10c":30,"\ue10e":30,"\ue119":30,"\ue123":30,"\ue12e":30,"\ue12f":30,"\ue130":30,"\ue131":30,"\ue132":30,"\ue133":30,"\ue13d":30,"\ue13e":30,"\ue13f":30,"\ue140":30,"\ue148":30,"\ue149":30,"\ue14a":30,"\ue14b":30,"\ue15f":30,"\ue160":30,"\ue161":30,"\ue176":30,"C":10,"G":10,"O":10,"Q":10,"\u0152":10,"\u00c7":10,"\u00d2":10,"\u00d3":10,"\u00d4":10,"\u00d5":10,"\u00d6":10,"\u00d8":10,"\u0106":10,"\u0108":10,"\u010a":10,"\u010c":10,"\u011c":10,"\u011e":10,"\u0120":10,"\u0122":10,"\u014c":10,"\u014e":10,"\u0150":10,"\u01a0":10,"\u01fe":10,"a":20,"\u00e6":20,"\u00e0":20,"\u00e1":20,"\u00e2":20,"\u00e3":20,"\u00e4":20,"\u00e5":20,"\u0101":20,"\u0103":20,"\u0105":20,"\u01fd":20,"c":30,"d":30,"e":30,"g":30,"o":30,"q":30,"\u00e7":30,"\u00e8":30,"\u00e9":30,"\u00ea":30,"\u00eb":30,"\u00f2":30,"\u00f3":30,"\u00f4":30,"\u00f5":30,"\u00f6":30,"\u00f8":30,"\u0107":30,"\u0109":30,"\u010b":30,"\u010d":30,"\u010f":30,"\u0111":30,"\u0113":30,"\u0115":30,"\u0117":30,"\u0119":30,"\u011b":30,"\u011d":30,"\u011f":30,"\u0121":30,"\u0123":30,"\u014d":30,"\u014f":30,"\u0151":30,"\u01a1":30,"\u01ff":30,"\u00f0":30,"i":20,"m":20,"n":20,"p":20,"\u00ed":20,"\u012f":20,"\u0133":20,"\u0144":20,"\u0148":20,"\u0155":20,"\u0157":20,"s":30,"\u015b":30,"\u015f":30,"\u0219":30,"u":20,"\u00f9":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u0169":20,"\u016b":20,"\u016d":20,"\u016f":20,"\u0171":20,"\u0173":20,"\u01b0":20,",":90,".":90,"\u2026":90,":":50,";":50,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40,"\ue110":40,"\ue118":40,"\ue165":40,"\ue166":40,"\ue167":40,"\ue179":40,"-":60,"\u2013":60,"\u2014":60,"\u00ad":60,"\ue0ff":30,"\ue101":30,"\ue102":30,"\ue103":30,"\ue108":30,"\ue109":30,"\ue10d":30,"\ue10f":30,"\ue124":30,"\ue125":30,"\ue126":30,"\ue127":30,"\ue12c":30,"\ue139":30,"\ue141":30,"\ue142":30,"\ue143":30,"\ue144":30,"\ue145":30,"\ue146":30,"\ue147":30,"\ue153":30,"\ue156":30,"\ue157":30,"\ue158":30,"\ue159":30,"\ue15a":30,"\ue162":30,"\ue163":30,"\ue164":30,"\ue112":20,"\ue16b":20,"\ue16c":20,"\ue16d":20,"\ue16e":20,"\ue16f":20,"\ue170":20}},{"d":"315,-591r0,273r46,0r4,43v-40,12,-101,30,-113,-22v-48,36,-89,35,-108,35v-88,0,-120,-69,-120,-165v0,-80,38,-169,141,-169v37,0,67,14,91,31v4,-9,7,-18,11,-26r48,0xm93,-429v1,147,80,127,157,78r0,-160v-17,-13,-50,-32,-74,-32v-64,0,-83,57,-83,114","w":376},{"d":"475,-268r-162,0r0,162r-61,0r0,-162r-163,0r0,-59r163,0r0,-157r61,0r0,157r162,0r0,59xm89,-53r386,0r0,53r-386,0r0,-53","w":558},{"d":"323,0r-83,0r0,-618r-220,0r0,-67r523,0r0,67r-219,0","w":563,"k":{"\u015d":80,"\u0149":40,"\u012f":40,"\u012d":40,"\u012b":40,"\u0129":40,"\u00ef":40,"\u00ee":40,"\u00ec":40,"\u0161":80,"v":60,"w":60,"y":60,"\u0175":60,"\u1e81":60,"\u1e83":60,"\u1e85":60,"\u1ef3":60,"\u2019":-50,"\u201d":-50,"\ue113":40,"\ue114":40,"\ue171":40,"\ue17a":40,"\ue17b":40,"\ue17c":40,"\ue116":40,"\ue11b":40,"\ue138":40,"\ue172":40,"\ue17d":40,"A":50,"\u00c6":50,"\u00c0":50,"\u00c1":50,"\u00c2":50,"\u00c3":50,"\u00c4":50,"\u00c5":50,"\u0100":50,"\u0102":50,"\u0104":50,"\u01fc":50,"\ue100":60,"\ue104":60,"\ue10c":60,"\ue10e":60,"\ue119":60,"\ue123":60,"\ue12e":60,"\ue12f":60,"\ue130":60,"\ue131":60,"\ue132":60,"\ue133":60,"\ue13d":60,"\ue13e":60,"\ue13f":60,"\ue140":60,"\ue148":60,"\ue149":60,"\ue14a":60,"\ue14b":60,"\ue15f":60,"\ue160":60,"\ue161":60,"\ue176":60,"C":10,"G":10,"O":10,"Q":10,"\u0152":10,"\u00c7":10,"\u00d2":10,"\u00d3":10,"\u00d4":10,"\u00d5":10,"\u00d6":10,"\u00d8":10,"\u0106":10,"\u0108":10,"\u010a":10,"\u010c":10,"\u011c":10,"\u011e":10,"\u0120":10,"\u0122":10,"\u014c":10,"\u014e":10,"\u0150":10,"\u01a0":10,"\u01fe":10,"a":50,"\u00e6":50,"\u00e0":50,"\u00e1":50,"\u00e2":50,"\u00e3":50,"\u00e4":50,"\u00e5":50,"\u0101":50,"\u0103":50,"\u0105":50,"\u01fd":50,"c":60,"d":60,"e":60,"g":60,"o":60,"q":60,"\u00e7":60,"\u00e8":60,"\u00e9":60,"\u00ea":60,"\u00eb":60,"\u00f2":60,"\u00f3":60,"\u00f4":60,"\u00f5":60,"\u00f6":60,"\u00f8":60,"\u0107":60,"\u0109":60,"\u010b":60,"\u010d":60,"\u010f":60,"\u0111":60,"\u0113":60,"\u0115":60,"\u0117":60,"\u0119":60,"\u011b":60,"\u011d":60,"\u011f":60,"\u0121":60,"\u0123":60,"\u014d":60,"\u014f":60,"\u0151":60,"\u01a1":60,"\u01ff":60,"\u00f0":60,"i":40,"m":40,"n":40,"p":40,"r":40,"\u00ed":40,"\u0133":40,"\u0144":40,"\u0146":40,"\u0148":40,"\u014b":40,"\u0155":40,"\u0157":40,"\u0159":40,"s":80,"\u015b":80,"\u015f":80,"\u0219":80,"u":20,"\u00f9":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u0169":20,"\u016b":20,"\u016d":20,"\u016f":20,"\u0171":20,"\u0173":20,"\u01b0":20,",":50,".":50,"\u2026":50,":":20,";":20,"\ue0fe":60,"\ue11c":60,"\ue11d":60,"\ue11e":60,"\ue11f":60,"\ue120":60,"\ue121":60,"\ue122":60,"\ue13a":60,"\ue13b":60,"\ue13c":60,"\ue175":60,"\ue110":70,"\ue118":70,"\ue165":70,"\ue166":70,"\ue167":70,"\ue179":70,"\ue117":60,"\ue11a":60,"\ue173":60,"\ue174":60,"-":50,"\u2013":50,"\u2014":50,"\u00ad":50,"\ue0ff":60,"\ue101":60,"\ue102":60,"\ue103":60,"\ue108":60,"\ue109":60,"\ue10d":60,"\ue10f":60,"\ue124":60,"\ue125":60,"\ue126":60,"\ue127":60,"\ue12c":60,"\ue139":60,"\ue141":60,"\ue142":60,"\ue143":60,"\ue144":60,"\ue145":60,"\ue146":60,"\ue147":60,"\ue153":60,"\ue156":60,"\ue157":60,"\ue158":60,"\ue159":60,"\ue15a":60,"\ue162":60,"\ue163":60,"\ue164":60,"\ue112":50,"\ue16b":50,"\ue16c":50,"\ue16d":50,"\ue16e":50,"\ue16f":50,"\ue170":50}},{"d":"203,130r-170,0r0,-55r97,0r0,-748r-97,0r0,-54r170,0r0,857","w":260},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm231,-774r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm392,-585r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":544,"k":{"\u03b3":20}},{"d":"375,-696v73,0,134,13,175,28r-17,63v-57,-18,-108,-23,-151,-23v-161,0,-234,112,-234,293v0,152,43,273,212,273v35,0,90,-5,121,-15r0,-275r79,0r0,328v-67,22,-140,32,-207,32v-215,0,-293,-142,-293,-347v0,-146,59,-357,315,-357","w":629},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm223,-763r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121","w":544,"k":{"\u03b3":20}},{"d":"95,-173v0,128,45,207,73,252v-10,6,-23,14,-33,21v-32,-35,-103,-129,-103,-272v0,-129,68,-220,103,-257r33,20v-19,25,-73,110,-73,236","w":187},{"d":"174,0r-84,0r0,-685r84,0r0,685xm273,-771v0,26,-21,44,-49,44v-24,0,-42,-18,-42,-44v0,-24,19,-44,42,-44v28,0,49,18,49,44xm86,-771v0,26,-20,44,-46,44v-27,0,-46,-18,-46,-44v0,-24,21,-44,44,-44v28,0,48,18,48,44","w":264},{"d":"264,-439v-94,0,-125,76,-131,159r249,0v0,-94,-28,-159,-118,-159xm262,-499v195,0,197,173,197,233r0,39r-327,0v-1,91,30,171,139,171v57,0,101,-12,156,-35r20,52v-58,31,-117,45,-182,45v-174,0,-217,-113,-217,-249v0,-87,30,-256,214,-256xm260,-551v-70,0,-121,-56,-162,-112r47,-34v36,50,80,83,118,83v25,0,69,-4,143,-76r27,25v-58,84,-120,114,-173,114","w":505,"k":{"\u2019":20,"\u201d":20}},{"d":"320,-266r-66,0r0,-212v0,-39,-6,-66,-52,-66v-28,0,-68,15,-96,29r0,249r-67,0r0,-325r66,0r0,24v37,-19,81,-31,113,-31v95,0,102,57,102,107r0,225","w":359},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm-33,-692r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210","w":653},{"d":"143,-633r0,574r568,0r0,-574r-568,0xm770,0r-687,0r0,-693r687,0r0,693","w":841},{"d":"345,-684r0,296r48,0r3,41v-43,15,-100,33,-112,-24v-49,39,-91,40,-112,40v-88,0,-121,-74,-121,-177v0,-86,38,-181,143,-181v37,0,69,15,94,35r12,-30r45,0xm793,-346r0,295r48,0r3,41v-42,16,-100,32,-112,-23v-49,39,-91,39,-112,39v-88,0,-120,-74,-120,-177v0,-85,37,-181,142,-181v37,0,69,15,94,35v4,-8,10,-22,12,-29r45,0xm634,-701r-292,723r-56,0r294,-723r54,0xm641,-49v23,0,58,-13,89,-39r0,-174v-17,-15,-53,-36,-77,-36v-66,0,-86,63,-86,125v0,101,32,124,74,124xm193,-386v23,0,57,-13,88,-39r0,-174v-17,-16,-52,-36,-76,-36v-66,0,-87,63,-87,125v0,101,32,124,75,124","w":896},{"d":"527,0r-447,0r0,-684r85,0r0,621r362,0r0,63xm457,-385v0,31,-26,56,-57,56v-31,0,-55,-25,-55,-56v0,-31,24,-57,55,-57v31,0,57,26,57,57","w":537,"k":{"'":100,"T":70,"\u0162":70,"\u0164":70,"\u0166":70,"Y":70,"\u0178":70,"\u00dd":70,"\u0176":70,"\u1ef2":70,"v":30,"w":30,"y":30,"\u0175":30,"\u1e81":30,"\u1e83":30,"\u1e85":30,"\u1ef3":30,"\u2019":110,"\u201d":110,"V":50,"W":50,"\u0174":50,"\u1e80":50,"\u1e82":50,"\u1e84":50,"C":20,"G":20,"O":20,"Q":20,"\u0152":20,"\u00c7":20,"\u00d2":20,"\u00d3":20,"\u00d4":20,"\u00d5":20,"\u00d6":20,"\u00d8":20,"\u0106":20,"\u0108":20,"\u010a":20,"\u010c":20,"\u011c":20,"\u011e":20,"\u0120":20,"\u0122":20,"\u014c":20,"\u014e":20,"\u0150":20,"\u01a0":20,"\u01fe":20}},{"d":"472,0r-80,0r0,-236r-247,0r1,236r-81,0r0,-509r81,0r-1,211r247,0r0,-211r80,0r0,509","w":537},{"d":"242,139r-52,0v-90,0,-95,-83,-95,-125r0,-211v0,-40,-7,-94,-66,-105r0,-45v83,-16,66,-125,66,-219v0,-56,-3,-166,88,-166r59,0r0,54v-51,-6,-73,18,-73,66v0,111,31,252,-60,286v59,32,60,75,60,155r0,191v-4,47,20,72,73,65r0,54","w":265},{"d":"237,0r0,-429r84,0r0,-63v2,-56,85,-38,139,-38v20,0,41,13,41,38r0,63r87,0r0,429r-351,0xm203,-429r0,429v-61,5,-110,-6,-110,-66r0,-302v2,-50,51,-68,110,-61xm352,-429r119,0r0,-67r-119,0r0,67xm619,0r0,-429v60,-6,111,7,111,61r0,302v-4,62,-49,71,-111,66","w":790},{"d":"519,-496v0,81,-41,155,-121,177v53,16,72,65,88,121r56,198r-85,0r-54,-188v-34,-131,-108,-108,-239,-110r0,298r-84,0r0,-685r235,0v134,0,204,76,204,189xm164,-363v138,-5,268,36,268,-129v0,-92,-57,-127,-132,-127r-136,0r0,256xm410,-868r-145,139r-38,-31r123,-161","w":587,"k":{"Y":10,"\u0178":10,"\u00dd":10,"\u0176":10,"\u1ef2":10,"v":10,"w":10,"y":10,"\u0175":10,"\u1e81":10,"\u1e83":10,"\u1e85":10,"\u1ef3":10,"V":10,"W":10,"\u0174":10,"\u1e80":10,"\u1e82":10,"\u1e84":10}},{"d":"299,-700r0,218v0,21,-21,48,-48,48r0,392v0,56,-76,56,-77,0r0,-392v-24,0,-48,-20,-48,-51r0,-219v3,-16,28,-17,27,4r0,159r21,0r0,-163v1,-17,28,-16,29,0r0,163r24,0r0,-163v0,-8,5,-12,11,-12v6,0,13,4,13,16r0,159r24,0r0,-163v0,-8,5,-12,12,-12v5,0,12,4,12,16xm504,-651r0,609v0,55,-77,54,-77,0r0,-243r-42,0r0,-366v1,-87,119,-87,119,0","w":592},{"d":"515,-139r5,0r0,-545r82,0r0,684r-83,0r-354,-557v-1,0,-2,1,-4,1r0,556r-81,0r0,-684r85,0","w":682},{"d":"763,-308v0,32,-9,65,-52,96v35,21,63,55,63,101v0,66,-58,115,-148,115v-167,0,-193,-151,-80,-227v-98,-55,-38,-185,85,-185v62,0,132,28,132,100xm233,-607r-2,-5r-170,0r0,-52r263,0r10,38v-29,25,-56,52,-124,115v73,5,134,41,134,116v1,140,-189,160,-301,109r17,-49v59,18,95,18,119,18v57,0,97,-28,97,-78v0,-62,-83,-74,-152,-64r-13,-36xm590,-701r-292,723r-56,0r294,-723r54,0xm626,-48v62,0,85,-39,85,-69v0,-36,-44,-60,-114,-83v-42,26,-55,61,-55,87v0,34,26,65,84,65xm629,-355v-54,0,-68,35,-68,54v0,32,53,50,91,65v38,-23,51,-45,51,-65v0,-25,-19,-54,-74,-54","w":820},{"d":"259,-498v61,0,105,18,138,48r36,-47v13,0,27,-1,40,-1r-54,70v38,49,52,117,52,185v0,126,-51,250,-222,250v-60,0,-105,-15,-137,-43r-33,42v-15,0,-29,1,-43,1r53,-67v-36,-46,-49,-112,-49,-181v0,-130,60,-257,219,-257xm386,-241v0,-40,-5,-86,-22,-122r-203,270v20,23,51,38,98,38v106,0,127,-98,127,-186xm259,-434v-148,3,-154,192,-115,309r204,-268v-19,-25,-47,-41,-89,-41","w":511,"k":{"v":10,"w":10,"y":10,"\u0175":10,"\u1e81":10,"\u1e83":10,"\u1e85":10,"\u1ef3":10}},{"d":"300,-498r-146,145r485,0v106,0,100,-88,100,-188v0,-59,-30,-94,-100,-94r-74,0r0,-62r79,0v148,3,159,98,159,236v0,104,-55,172,-172,172r-477,-1r146,145r-46,45r-220,-221r220,-222","w":840},{"d":"47,-617r0,-68r446,0r0,64r-367,552r385,1r0,68r-489,0r0,-64r366,-553r-341,0","w":532},{"d":"362,-584v0,56,-33,138,-144,138r-100,0v0,59,1,119,1,179r-70,0r0,-449r163,0v87,0,150,45,150,132xm292,-582v2,-92,-86,-85,-174,-83r0,169v90,-1,172,18,174,-86","w":391},{"d":"39,-242v0,-114,50,-212,167,-249r23,51v-77,31,-109,107,-109,198v0,108,32,184,172,189r0,-443r97,0v157,0,234,105,234,248v0,141,-68,248,-255,255r0,200r-77,0r0,-200v-206,-7,-252,-120,-252,-249xm542,-248v0,-105,-35,-185,-173,-185r0,380v130,-3,173,-85,173,-195","w":662},{"d":"253,-617v130,-2,207,103,334,103v110,0,177,-43,215,-72r26,-107r66,11r-155,682r-565,0r-150,-685r66,-11r26,125v31,-25,77,-46,137,-46xm586,-448v-127,0,-215,-104,-333,-104v-64,0,-106,39,-120,56r95,431r457,0r96,-435v-55,33,-106,52,-195,52xm169,98r0,-58r570,0r0,58r-570,0","w":918},{"d":"262,-282v-27,194,-13,432,-203,432v-25,0,-52,-5,-75,-16r16,-52v95,29,141,-4,156,-111v10,-72,26,-186,34,-253r-87,0r0,-52r93,0v15,-132,33,-261,175,-261v29,0,57,5,83,14v-5,17,-9,36,-14,54v-26,-5,-40,-7,-57,-7v-96,0,-98,71,-115,200r101,0r0,52r-107,0","w":472},{"d":"151,0r-81,0r0,-510r81,0r0,510xm120,-555r-145,-139r60,-57r123,162","w":221},{"d":"148,-134v0,111,1,220,1,331r-85,0v0,-228,1,-458,1,-687r421,0r0,60r-338,1r0,236r261,-5r0,68","w":571},{"d":"327,-395v0,82,-34,172,-145,172v-122,0,-147,-85,-147,-171v0,-77,25,-176,149,-176v126,0,143,105,143,175xm729,-168v0,83,-33,171,-144,171v-124,0,-148,-85,-148,-170v0,-77,25,-175,149,-175v127,0,143,103,143,174xm1065,-168v0,83,-33,171,-144,171v-123,0,-147,-85,-147,-170v0,-77,25,-175,148,-175v127,0,143,103,143,174xm541,-597r-262,616r-55,0r264,-616r53,0xm268,-394v0,-49,-3,-133,-84,-133v-81,0,-91,81,-91,134v0,72,14,127,91,127v70,0,84,-66,84,-128xm671,-167v0,-49,-5,-133,-85,-133v-81,0,-91,80,-91,134v0,72,14,127,91,127v70,0,85,-66,85,-128xm1007,-167v0,-49,-4,-133,-85,-133v-81,0,-90,80,-90,134v0,72,14,127,90,127v70,0,85,-66,85,-128","w":1101},{"d":"594,-685r0,439v0,153,-84,254,-262,254v-183,0,-260,-96,-260,-254r0,-439r84,0r0,440v0,125,64,188,177,188v113,0,178,-62,178,-188r-1,-440r84,0xm168,-747r0,-64r326,0r0,64r-326,0","w":665},{"d":"962,-226r-928,0r0,-60r928,0r0,60","w":1000,"k":{"\ue04f":20,"\ue04b":20,"\ue04a":20,"\ue195":20,"\ue007":50,"\ue005":40,"\ue003":60,"\ue002":60,"\u03a7":20,"\u03a4":70,"T":20,"\u0162":20,"\u0164":20,"\u0166":20,"Y":50,"\u0178":50,"\u00dd":50,"\u0176":50,"\u1ef2":50,"V":50,"W":50,"\u0174":50,"\u1e80":50,"\u1e82":50,"\u1e84":50,"\u03a5":40,"\u1fe8":40,"\u1fe9":40,"\u03ab":40,"\ue183":30,"\ue186":30,"\ue18d":30,"\ue19b":30,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"708,-131v0,-77,-103,-93,-166,-54r-39,-28r18,-186r237,0r0,52r-184,0r-9,100v93,-28,211,2,211,117v0,145,-184,158,-300,109r17,-49v51,17,90,20,114,20v65,0,101,-34,101,-81xm563,-701r-292,723r-56,0r294,-723r54,0xm163,-265r0,-335r-100,14r-9,-44r118,-34r58,0r0,399r-67,0","w":820},{"d":"438,-107r-205,0r-72,107r-62,0r107,-156v-38,-7,-73,-41,-73,-87r0,-322v0,-48,38,-90,90,-90r225,0v52,0,91,42,91,90r0,322v0,46,-35,80,-70,87r104,156r-58,0xm302,-666v-13,0,-24,-10,-24,-24v0,-14,11,-24,24,-24v14,0,25,10,25,24v0,14,-11,24,-25,24xm372,-666v-17,0,-28,-10,-28,-24v0,-14,11,-24,28,-24v13,0,24,10,24,24v0,14,-11,24,-24,24xm448,-205v25,0,41,-17,41,-38v0,-21,-16,-42,-41,-42v-21,0,-37,21,-37,42v0,21,16,38,37,38xm227,-413r218,0v51,3,45,-55,44,-104v0,-24,-13,-45,-44,-45r-218,0v-53,0,-46,53,-45,104v0,29,21,45,45,45xm292,-579r90,0v19,-1,23,-55,0,-55r-90,0v-22,1,-19,55,0,55xm223,-205v21,0,42,-17,42,-38v0,-21,-21,-42,-42,-42v-20,0,-38,21,-38,42v0,21,18,38,38,38","w":628},{"d":"55,-695r451,0r-74,100r34,63r-65,116r131,-116r-28,-59r101,-104r140,0v-2,174,-129,314,-293,342r0,272r183,54r0,27r-471,0r0,-27r187,-54r0,-271v-168,-24,-296,-164,-296,-343","w":769},{"d":"756,-673r0,633r-633,0r0,-633r633,0","w":875},{"d":"482,-795v0,25,-23,43,-48,43v-25,0,-43,-18,-43,-43v0,-25,22,-45,45,-45v25,0,46,18,46,45xm257,-795v0,25,-20,43,-46,43v-26,0,-46,-18,-46,-43v0,-25,21,-45,44,-45v28,0,48,18,48,45xm355,-733r-134,-151r63,-45r108,172","w":668},{"d":"580,-702r0,702r-140,0r0,-702r140,0xm298,-702r0,702r-139,0r0,-702r139,0","w":742},{"d":"146,-4r-6,3r0,209r-82,0r0,-698r81,0r0,326v0,66,23,107,99,107v37,0,86,-19,132,-61r0,-372r82,0v0,163,-1,328,-1,490r-80,0v-2,-18,4,-44,-3,-57v-70,59,-115,65,-160,65v-27,0,-47,-5,-62,-12","w":511,"k":{"\u03b3":20}},{"d":"372,-488r83,0r0,297v0,114,-74,197,-200,197v-131,0,-195,-75,-195,-184r0,-310r82,0r0,310v0,70,28,119,112,119v80,0,118,-55,118,-128r0,-301xm154,-767r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm356,-567r-106,-177r66,-33r76,191","w":515},{"d":"145,0r-80,0r0,-510r350,0r0,64r-270,0r0,446xm351,-694r-145,139r-36,-31r123,-162","w":440,"k":{"\ue1cb":70,"\ue1b7":70,"\ue1d6":40,"\ue1b1":60,"\ue1bb":60,"\ue1c2":60,"\ue1be":30,"\ue1d4":30,"\ue1ac":60,"\ue1c5":60,"\ue1c8":60}},{"d":"962,-256r-928,0r0,-60r928,0r0,60","w":1000},{"d":"452,-701r0,701r-351,-351","w":595},{"d":"238,-174r5,0r134,-336r78,0v-35,78,-177,424,-185,440v-45,88,-90,99,-208,69r15,-58v66,9,96,29,123,-30r13,-33r-23,0r-177,-388r81,0xm236,-549v-70,0,-121,-56,-162,-112r47,-34v36,50,80,83,118,83v25,0,69,-4,143,-76r27,25v-58,84,-120,114,-173,114","w":467,"k":{"\ue1cb":30,"\ue1c4":20,"\ue1b7":60,"\ue1b1":60,"\ue1bb":60,"\ue1c2":60,"\ue1ac":30,"\ue1c5":30,"\ue1c8":30}},{"d":"759,-350v0,150,-114,261,-314,271r0,79r-83,0r0,-79v-223,-10,-322,-110,-322,-268v0,-135,101,-262,322,-273r0,-64r83,0r0,64v230,8,314,136,314,270xm122,-345v0,130,83,196,240,205r0,-416v-177,10,-240,103,-240,211xm676,-347v0,-97,-50,-201,-230,-209r0,416v150,-9,230,-95,230,-207","w":799,"k":{"\u045e":10,"\ue1c2":20,"\ue1bb":20,"\ue1b1":20,"\u0459":50,"\u0443":10,"\u043b":50,"\u0434":50,"\u042a":30,"\u0423":10,"\u0422":30,"\u040e":10,"\u040b":30,"\u0402":30,"\u2026":80,".":80,",":80,"\ue1b7":20,"\ue1ce":10,"\u0436":30,"\u0425":40,"\u0416":30,"\u0414":30,"\u0410":10}},{"d":"148,-332v0,111,1,222,1,332r-85,0v0,-229,1,-459,1,-688r421,0r0,61r-338,0r0,236v87,-1,174,-3,261,-5r0,68","w":533},{"d":"253,-617v130,-2,207,103,334,103v110,0,177,-43,215,-72r26,-107r66,11r-155,682r-565,0r-150,-685r66,-11r26,125v31,-25,77,-46,137,-46xm586,-448v-127,0,-215,-104,-333,-104v-64,0,-106,39,-120,56r95,431r457,0r96,-435v-55,33,-106,52,-195,52","w":918},{"d":"784,-352v0,199,-163,359,-359,359v-195,0,-359,-160,-359,-359v0,-199,164,-359,359,-359v196,0,359,160,359,359xm724,-352v0,-164,-134,-301,-299,-301v-165,0,-301,137,-301,301v0,164,137,302,301,302v164,0,299,-137,299,-302xm499,-537v0,39,-35,69,-74,69v-40,0,-74,-30,-74,-69v0,-39,34,-69,74,-69v39,0,74,30,74,69xm485,-427r0,343r-120,0r0,-343r120,0","w":854},{"d":"302,-293v0,89,-111,181,-183,240v67,0,134,1,200,1r0,52r-297,0r0,-45v88,-67,211,-182,211,-244v0,-43,-32,-60,-80,-60v-20,0,-55,3,-109,33r-26,-43v55,-38,108,-46,143,-46v83,0,141,37,141,112","w":364},{"d":"513,0r-433,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65xm-179,-695r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm-142,-502r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":564},{"d":"527,0r-447,0r0,-684r85,0r0,621r362,0r0,63xm277,-868r-145,139r-38,-31r123,-161","w":537,"k":{"'":100,"T":70,"\u0162":70,"\u0164":70,"\u0166":70,"Y":70,"\u0178":70,"\u00dd":70,"\u0176":70,"\u1ef2":70,"v":30,"w":30,"y":30,"\u0175":30,"\u1e81":30,"\u1e83":30,"\u1e85":30,"\u1ef3":30,"\u2019":110,"\u201d":110,"V":50,"W":50,"\u0174":50,"\u1e80":50,"\u1e82":50,"\u1e84":50,"C":20,"G":20,"O":20,"Q":20,"\u0152":20,"\u00c7":20,"\u00d2":20,"\u00d3":20,"\u00d4":20,"\u00d5":20,"\u00d6":20,"\u00d8":20,"\u0106":20,"\u0108":20,"\u010a":20,"\u010c":20,"\u011c":20,"\u011e":20,"\u0120":20,"\u0122":20,"\u014c":20,"\u014e":20,"\u0150":20,"\u01a0":20,"\u01fe":20}},{"d":"253,-617v130,-2,207,103,334,103v110,0,177,-43,215,-72r26,-107r66,11r-155,682r-565,0r-150,-685r66,-11r26,125v31,-25,77,-46,137,-46xm586,-448v-127,0,-215,-104,-333,-104v-64,0,-106,39,-120,56r95,431r457,0r96,-435v-55,33,-106,52,-195,52xm169,98r0,-58r570,0r0,58r-570,0xm169,196r0,-58r570,0r0,58r-570,0","w":918},{"d":"405,-695v147,0,323,160,324,331v-44,-48,-129,-55,-176,0r-2,0v-25,-43,-85,-49,-137,-25r0,304v0,55,-36,93,-99,93v-59,1,-102,-37,-97,-111r47,0v-3,42,16,67,48,67v42,0,51,-29,51,-56r0,-296v-53,-25,-101,-9,-137,25v-45,-53,-130,-51,-176,0v-5,-169,179,-334,325,-333r0,-31r29,0r0,32xm729,-364r1,1v-1,0,-1,-1,-1,-1","w":780},{"d":"119,-267r-68,0r0,-324r68,0r0,324xm128,-667v0,21,-20,40,-44,40v-22,0,-41,-19,-41,-40v0,-22,19,-41,41,-41v24,0,44,19,44,41","w":171},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm369,-539r-132,-195r79,-40r93,214","w":730},{"d":"233,-500v55,0,123,10,161,26r-18,55v-61,-19,-97,-21,-134,-21v-79,0,-109,36,-109,78v0,89,91,67,169,70r0,56v-89,-1,-178,-9,-178,90v0,122,186,104,278,58r19,50v-105,65,-381,78,-381,-99v0,-62,41,-107,92,-123r1,-3v-43,-12,-84,-44,-84,-96v0,-89,80,-141,184,-141xm253,-770r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210","w":439},{"d":"270,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":544},{"d":"328,-428v0,83,-36,166,-156,166v-112,0,-147,-78,-147,-166v0,-85,42,-169,154,-169v115,0,149,84,149,169xm261,-428v0,-51,-13,-118,-82,-118v-69,0,-86,64,-86,119v0,59,12,113,86,113v68,0,82,-60,82,-114","w":353},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm-159,-579r13,-6v110,24,107,110,9,155r-18,-18v38,-31,50,-72,-21,-82xm-46,-594v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm303,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":653},{"d":"312,-516r-105,0r0,98r-46,0r0,-98r-105,0r0,-42r105,0r0,-95r46,0r0,95r105,0r0,42","w":363},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm722,-322r0,284r144,0r0,-657r-144,0r0,260r-183,0r0,-260r-146,0r0,657r146,0r0,-284r183,0xm1134,-333r4,-1r182,297r177,0r-229,-343r227,-313r-166,0r-191,280r-4,0r0,-280r-146,0r0,656r146,0r0,-296"},{"d":"437,-367v0,55,-32,109,-88,129v37,16,51,49,63,88r48,150r-85,0r-45,-140v-19,-91,-88,-75,-183,-76r0,216r-82,0r0,-510r198,0v114,0,174,58,174,143xm147,-277v99,-5,199,28,205,-87v5,-102,-110,-81,-205,-83r0,170xm398,-735r24,29r-152,141r-54,0r-151,-143r23,-28r155,97","w":495},{"d":"280,51r0,-80v-146,-8,-196,-110,-196,-243v0,-98,35,-245,196,-260r0,-92r45,0r0,91v38,1,79,7,123,25r-19,59v-42,-14,-75,-17,-104,-18r0,375v44,-2,81,-13,125,-31r22,54v-37,21,-91,37,-147,40r0,80r-45,0xm168,-280v0,98,27,172,112,186r0,-369v-73,16,-112,85,-112,183","w":558},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm-113,-584r12,6r18,48v-73,10,-57,49,-21,81r-18,18v-48,-26,-74,-57,-74,-82v0,-37,25,-61,83,-71xm-51,-595v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75","w":653},{"d":"109,-322r1,3r246,0r0,53r-332,0r0,-45r125,-192r-119,-168r0,-45r318,0r0,53r-230,-1r-1,4r107,149r0,16","w":375},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm85,-594v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm269,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm-28,-579r13,-6v110,24,107,110,9,155r-18,-18v38,-31,50,-72,-21,-82","w":579,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"206,-261v-79,0,-104,73,-108,118v89,-44,236,-30,236,103v0,83,-62,133,-151,133v-121,0,-154,-84,-154,-186v0,-130,56,-222,176,-222v47,0,85,13,102,21r-18,49v-36,-13,-64,-16,-83,-16xm189,-113v-47,0,-83,20,-92,26v-1,52,6,127,87,127v56,0,83,-32,83,-78v0,-44,-19,-75,-78,-75","w":364},{"d":"249,-653r-168,262r-38,-22r142,-277","w":234},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm564,-294v145,4,273,-18,273,-207v0,-180,-142,-194,-221,-194r-198,0r0,657r146,0r0,-256xm564,-582v72,-1,126,-6,126,85v0,90,-52,92,-126,90r0,-175xm1248,-321r0,284r144,0r0,-657r-144,0r0,260r-183,0r0,-260r-146,0r0,657r146,0r0,-284r183,0"},{"d":"154,-711r-1,711r-80,0r0,-711r81,0xm94,137v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":228},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm767,-312r-5,0r-186,-380r-165,0r0,655r138,0r0,-407r6,0r200,407r152,0r0,-655r-140,0r0,380xm1062,-694r0,657r388,0r0,-117r-242,0r0,-540r-146,0"},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r80,0v2,14,-3,35,4,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm365,-674r-145,139r-36,-31r123,-162","w":514,"k":{"\u2019":70,"\u201d":70}},{"d":"220,0r0,-296r-210,-389r89,0r164,319r4,0r171,-319r87,0r-216,385r0,300r-89,0xm403,-771v0,26,-21,44,-49,44v-24,0,-42,-18,-42,-44v0,-24,19,-44,42,-44v28,0,49,18,49,44xm216,-771v0,26,-20,44,-46,44v-27,0,-46,-18,-46,-44v0,-24,21,-44,44,-44v28,0,48,18,48,44","w":536,"k":{"\u1fd7":60,"\u1fd6":60,"\u1fd3":60,"\u1fd2":60,"\u1fd1":60,"\u1fd0":60,"\u1f76":60,"\u1f37":60,"\u1f36":60,"\u1f35":60,"\u1f34":60,"\u1f33":60,"\u1f32":60,"\ue199":40,"\ue198":50,"\ue194":30,"\u03ca":60,"\u0390":60,"\u03c4":50,"\u03c8":80,"\u03c7":50,"\u03bb":50,"\u03c0":50,"\u03a6":50,"\u03bd":60,"\u03c1":60,"\u03b8":30,"\u03b6":40,"\u03b4":60,"\u03b3":60,"\u03b2":30,",":50,".":50,"\u2026":50,"-":90,"\u2013":90,"\u2014":90,"\u00ad":90,"\ue183":70,"\ue186":70,"\ue18d":70,"\ue19b":70,"\u0391":50,"\u039b":50,"\u2206":50,"\u1fb8":50,"\u1fb9":50,"\u1fbc":50,"\ue264":50,"\ue18a":60,"\ue191":60,"\ue19f":60,"\ue19a":50,"\ue1a1":50,"\u0398":30,"\u039f":30,"\u03b1":50,"\u03c9":50,"\u03bf":50,"\u03c6":50,"\u03c3":50,"\u03ce":50,"\u1f00":50,"\u1f01":50,"\u1f02":50,"\u1f03":50,"\u1f04":50,"\u1f05":50,"\u1f06":50,"\u1f07":50,"\u1f40":50,"\u1f41":50,"\u1f42":50,"\u1f43":50,"\u1f44":50,"\u1f45":50,"\u1f60":50,"\u1f61":50,"\u1f62":50,"\u1f63":50,"\u1f64":50,"\u1f65":50,"\u1f66":50,"\u1f67":50,"\u1f70":50,"\u1f71":50,"\u1f78":50,"\u1f79":50,"\u1f7c":50,"\u1f7d":50,"\u1f80":50,"\u1f81":50,"\u1f82":50,"\u1f83":50,"\u1f84":50,"\u1f85":50,"\u1f86":50,"\u1f87":50,"\u1fa0":50,"\u1fa1":50,"\u1fa2":50,"\u1fa3":50,"\u1fa4":50,"\u1fa5":50,"\u1fa6":50,"\u1fa7":50,"\u1fb0":50,"\u1fb1":50,"\u1fb2":50,"\u1fb3":50,"\u1fb4":50,"\u1fb6":50,"\u1fb7":50,"\u1ff2":50,"\u1ff3":50,"\u1ff4":50,"\u1ff6":50,"\u1ff7":50,"\u03ac":50,"\u03cc":50,"\u03b5":60,"\u03ad":60,"\u1f10":60,"\u1f11":60,"\u1f12":60,"\u1f13":60,"\u1f14":60,"\u1f15":60,"\u1f72":60,"\u1f73":60,"\u03b7":50,"\u03ba":50,"\u03ae":50,"\u1f20":50,"\u1f21":50,"\u1f22":50,"\u1f23":50,"\u1f24":50,"\u1f25":50,"\u1f26":50,"\u1f27":50,"\u1f74":50,"\u1f75":50,"\u1f90":50,"\u1f91":50,"\u1f92":50,"\u1f93":50,"\u1f94":50,"\u1f95":50,"\u1f96":50,"\u1f97":50,"\u1fc2":50,"\u1fc3":50,"\u1fc4":50,"\u1fc6":50,"\u1fc7":50,"\u03bc":50,"\u03b9":60,"\u03af":60,"\u1f30":60,"\u1f31":60,"\u1f77":60,"\ue184":40,"\ue185":40,"\ue187":40,"\ue18c":40,"\ue193":40}},{"d":"312,-68r-105,0r0,99r-46,0r0,-99r-105,0r0,-41r105,0r0,-95r46,0r0,95r105,0r0,41","w":363},{"d":"443,-348r-64,0r-33,143r67,0r-8,39r-69,0r-38,166r-46,0r38,-166r-132,0r-38,166r-46,0r38,-166r-68,0r8,-39r69,0r33,-143r-72,0r8,-40r73,0r35,-145r46,0r-34,145r132,0r35,-145r46,0r-34,145r62,0xm201,-348r-33,143r132,0r33,-143r-132,0","w":492},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm281,-539r-132,-195r79,-40r93,214","w":544,"k":{"\u03b3":20}},{"d":"455,0r-399,0r0,-55v65,-31,73,-142,74,-207r-61,0r0,-49r64,0v4,-129,12,-261,179,-261v59,0,112,12,149,30r-18,53v-53,-17,-95,-22,-127,-22v-116,0,-108,93,-112,200r166,0r0,49r-169,0v-1,66,-7,156,-45,206r299,0r0,56","w":502},{"d":"474,-37r0,-657r387,0r0,118r-241,0r0,139r212,0r0,116r-212,0r0,167r241,0r0,117r-387,0xm973,-37r0,-657r388,0r0,118r-241,0r0,139r212,0r0,116r-212,0r0,167r241,0r0,117r-388,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"553,-462v-8,17,-20,32,-37,43v-61,-41,-112,-39,-175,0v-18,-11,-28,-24,-37,-43v82,-57,168,-57,249,0xm502,-120v-9,-16,-16,-34,-18,-52v66,-35,95,-74,87,-150v15,-9,40,-10,54,-10v18,100,-33,167,-123,212xm351,-120v-85,-39,-140,-113,-121,-214v27,1,41,5,54,12v-5,80,20,113,88,150v-3,18,-10,38,-21,52xm272,-531v0,90,52,144,149,156r0,22v-37,10,-49,34,-38,65r-19,10v-40,-48,-84,-72,-133,-72v-95,0,-178,93,-146,205r-11,5v-43,-137,-17,-235,137,-290v0,-169,59,-242,192,-267r5,15v-90,26,-136,76,-136,151xm583,-533v0,-71,-39,-122,-118,-148r5,-16v131,29,186,116,176,265v136,56,184,158,136,299r-13,-4v34,-120,-38,-209,-148,-209v-53,0,-95,27,-127,71r-23,-13v9,-33,-1,-54,-36,-65r0,-22v96,-12,148,-68,148,-158xm428,-53v-55,42,-108,53,-155,53v-70,0,-119,-19,-172,-88r11,-8v44,39,83,60,117,60v112,-1,199,-114,141,-227r22,-13v20,25,51,24,71,1r23,12v-54,110,28,224,133,224v45,0,85,-18,122,-54r12,8v-50,69,-100,85,-171,85v-50,0,-105,-11,-154,-53","w":856},{"d":"901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546xm901,121v227,0,437,-61,583,-158r-140,0r-106,-222r-3,0r-105,222r-160,0r182,-338r-171,-318r158,0r96,210r5,0r92,-210r152,0v-147,-97,-356,-158,-583,-158v-440,0,-787,215,-787,486v0,272,347,486,787,486xm571,-479v18,36,29,78,50,111r50,-111r88,-213r162,0r0,655r-139,0r0,-415r-6,0r-110,263r-92,0r-109,-265r-7,0r0,417r-139,0r0,-655r163,0xm1694,-365v0,-125,-79,-239,-205,-324r-169,313r177,331v122,-85,197,-196,197,-320"},{"d":"78,-664r46,-6r0,79r100,0r0,49r-101,0r0,179v-2,59,55,49,107,35r11,45v-71,35,-184,29,-184,-63r0,-196r-48,0r0,-37r51,-15","w":254},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm-103,-584r12,6r18,48v-73,10,-57,49,-21,81r-18,18v-48,-26,-74,-57,-74,-82v0,-37,25,-61,83,-71xm-41,-595v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm299,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":653},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm273,-770r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210","w":544,"k":{"\u03b3":20}},{"d":"724,-722r-12,62v-114,-17,-256,-42,-246,99r0,73r292,0r0,444v0,151,-32,207,-177,261r-22,-53v98,-55,118,-89,118,-175r0,-417r-211,0r0,428r-80,0r0,-428r-211,0v0,142,-1,286,-1,428r-79,0r0,-428r-68,0r0,-44v23,-7,46,-12,69,-18v-13,-149,48,-225,196,-226v45,0,86,5,137,19v60,-59,199,-47,295,-25xm388,-488v0,-51,-6,-111,8,-150v-35,-9,-66,-12,-90,-12v-118,-3,-136,54,-131,162r213,0","w":838},{"d":"856,-196v0,115,-61,200,-181,200v-136,0,-188,-76,-188,-198v0,-111,49,-206,188,-206v140,0,181,96,181,204xm789,-194v0,-72,-18,-157,-114,-157v-97,0,-120,78,-120,158v0,97,35,148,120,148v79,0,114,-66,114,-149xm227,-503r4,-1r106,-180r67,0v-62,99,-112,171,-143,224r0,172r-68,0r0,-170r-141,-226r69,0xm595,-701r-292,723r-56,0r294,-723r54,0","w":904},{"d":"532,-383r-3,0r-159,324r-65,0r-160,-325r-3,0r-1,384r-76,0r0,-509r91,0r182,375r179,-375r93,0r0,509r-78,0r0,-383","w":675,"k":{"\ue1d1":30}},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm441,-694r0,657r387,0r0,-117r-241,0r0,-167r212,0r0,-115r-212,0r0,-140r241,0r0,-118r-387,0xm947,-65v163,77,435,56,435,-160v0,-128,-56,-171,-202,-218v-62,-20,-88,-35,-88,-80v0,-51,40,-66,78,-66v12,0,85,0,145,24v5,-13,27,-87,31,-100v-151,-77,-405,-59,-405,146v0,132,73,164,193,204v68,23,97,35,97,92v0,59,-34,80,-102,80v-22,0,-86,-4,-146,-27v-4,14,-32,91,-36,105"},{"d":"676,0r-140,0r0,59r-16,0r-74,-95r78,-98r13,2r0,59v68,-4,198,19,197,-44v0,-13,-6,-29,-16,-46r-100,-170r67,-39r111,194v60,91,-3,178,-120,178xm195,-73r198,0r0,73r-213,0v-116,2,-157,-90,-106,-182r73,-131r-46,-25r7,-13r118,-22r42,112r-8,15r-47,-29v-24,52,-77,96,-77,159v0,24,16,43,59,43xm668,-512r-44,112r-121,-21r-6,-12r49,-27r-71,-120v-22,-42,-70,-36,-93,5r-99,174r-64,-37r106,-185v53,-97,163,-92,213,-3r73,129r51,-29xm499,-167r-22,0r0,41r-51,0r0,-41r-117,0r0,-43r96,-206r56,0r-93,200r58,0r0,-70r51,0r0,70r22,0r0,49","w":869},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm233,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm256,-774r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm293,-581r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":544,"k":{"\u03b3":20}},{"d":"255,-538v-70,0,-121,-55,-162,-112r47,-33v36,49,80,83,118,83v25,0,69,-5,143,-76r27,25v-58,83,-120,113,-173,113","w":504},{"d":"60,-199r0,-39r146,-159r34,26r-101,153r101,152r-33,25xm207,-199r0,-39r147,-159r34,26r-101,153r101,152r-33,25","w":433},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm274,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm-93,-683r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm145,-656r-106,177r-36,-19r76,-191","w":579,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"202,-353r577,0r0,64r-577,-1r146,145r-46,45r-220,-221r220,-222r46,45","w":840},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm461,-160r-32,104v48,23,96,32,151,32v170,0,200,-99,200,-223r0,-446r-148,0r0,443v0,75,-15,104,-75,104v-25,0,-55,-4,-96,-14xm1090,-293v145,4,273,-18,273,-207v0,-180,-142,-194,-221,-194r-198,0r0,657r146,0r0,-256xm1090,-581v72,-1,126,-6,126,85v0,90,-52,92,-126,90r0,-175"},{"d":"321,-631r91,-61r24,33r-86,57v82,93,123,213,121,344v-2,115,-44,266,-221,266v-170,0,-208,-125,-208,-222v0,-119,71,-235,208,-235v38,0,82,7,123,29v-19,-56,-45,-104,-78,-144r-92,62r-24,-33r88,-59v-31,-32,-66,-60,-103,-84r27,-46v49,25,92,56,130,93xm256,-388v-99,0,-134,94,-134,171v0,70,17,162,133,162v115,0,137,-119,137,-192v0,-37,-4,-65,-12,-104v-47,-31,-91,-37,-124,-37","w":512},{"d":"70,-69r0,-419r81,0r0,427r59,0r4,49v-59,29,-144,28,-144,-57xm276,-604v0,25,-23,43,-48,43v-25,0,-43,-18,-43,-43v0,-25,22,-45,45,-45v25,0,46,18,46,45xm51,-604v0,25,-20,43,-46,43v-26,0,-46,-18,-46,-43v0,-25,21,-45,44,-45v28,0,48,18,48,45xm206,-710r-98,176r-45,-17r72,-191","w":239,"k":{"\u03bd":20}},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm338,-774r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm499,-585r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":730},{"d":"638,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v220,0,284,169,284,355xm549,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280xm536,-759r-25,29r-155,-89r-154,90r-23,-28r150,-138r55,0","w":698,"k":{"X":10,"Y":20,"\u0178":20,"\u00dd":20,"\u0176":20,"\u1ef2":20,"\u2019":40,"\u201d":40,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"V":20,"W":20,"\u0174":20,"\u1e80":20,"\u1e82":20,"\u1e84":20}},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm671,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51xm-161,-691r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm-124,-498r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":854},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm509,-694r0,657r387,0r0,-117r-242,0r0,-540r-145,0xm1244,-693r-113,524r-5,0r-25,-128r-88,-396r-152,0r177,656r177,0r177,-656r-148,0"},{"d":"294,0r-214,0r0,-329r-62,0r0,-61r62,0r0,-295r223,0v222,0,281,158,281,341v0,187,-67,344,-290,344xm289,-620r-122,0r0,230r158,0r0,61r-158,0r0,263r117,0v62,0,212,-8,212,-271v0,-268,-136,-283,-207,-283","w":644,"k":{"X":10,"Y":20,"\u0178":20,"\u00dd":20,"\u0176":20,"\u1ef2":20,"\u2019":40,"\u201d":40,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"V":20,"W":20,"\u0174":20,"\u1e80":20,"\u1e82":20,"\u1e84":20}},{"d":"84,-592r0,-64r329,0r0,64r-329,0","w":503},{"d":"216,-315v0,247,-103,399,-149,456r-35,-25v31,-50,109,-186,109,-432v0,-219,-78,-361,-108,-405r35,-22v47,58,148,207,148,428","w":287},{"d":"70,-69r0,-419r81,0r0,427r59,0r4,49v-59,29,-144,28,-144,-57xm234,-682r-134,153r-41,-31r111,-171","w":239,"k":{"\u03bd":20}},{"d":"519,-496v0,81,-41,155,-121,177v53,16,72,65,88,121r56,198r-85,0r-54,-188v-34,-131,-108,-108,-239,-110r0,298r-84,0r0,-685r235,0v134,0,204,76,204,189xm164,-363v138,-5,268,36,268,-129v0,-92,-57,-127,-132,-127r-136,0r0,256xm276,137v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":587,"k":{"Y":10,"\u0178":10,"\u00dd":10,"\u0176":10,"\u1ef2":10,"v":10,"w":10,"y":10,"\u0175":10,"\u1e81":10,"\u1e83":10,"\u1e85":10,"\u1ef3":10,"V":10,"W":10,"\u0174":10,"\u1e80":10,"\u1e82":10,"\u1e84":10}},{"d":"781,-389r0,3v78,24,109,85,109,157v0,112,-81,192,-190,192r-257,0r0,-657r231,0v106,0,196,55,196,171v0,56,-28,111,-89,134xm746,-237v-1,-85,-73,-94,-158,-89r0,178v85,2,159,4,158,-89xm726,-516v-3,-74,-70,-65,-138,-65r0,146v77,4,141,-1,138,-81xm1171,-426r6,0r37,-95r73,-172r152,0r-195,402r0,254r-145,0r0,-252r-191,-404r152,0r75,172xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"837,-501v0,188,-130,211,-273,206r0,257r-146,0r0,-657r198,0v79,0,221,14,221,194xm691,-497v0,-92,-55,-86,-127,-85r0,175v74,2,127,0,127,-90xm1248,-37r0,-284r-183,0r0,284r-146,0r0,-657r146,0r0,260r183,0r0,-260r144,0r0,657r-144,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"318,-294r-279,-339r630,0r-275,339r0,215r151,0v26,0,39,18,39,39v0,19,-13,40,-39,40r-377,0v-52,0,-52,-80,0,-79r150,0r0,-215xm400,-377v23,0,47,-25,47,-48v0,-28,-24,-51,-47,-51v-29,0,-53,23,-53,51v0,23,24,48,53,48","w":720},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm615,-693r0,656r145,0r0,-656r-145,0xm947,-694r0,657r387,0r0,-117r-242,0r0,-540r-145,0"},{"d":"343,-377r6,0r1,-339r66,0r-1,450r-64,0r-236,-349r0,349r-66,0r0,-450r71,0r170,254","w":465},{"d":"640,-351v-79,0,-104,73,-108,118v89,-44,236,-30,236,103v0,83,-62,133,-151,133v-121,0,-154,-84,-154,-186v0,-130,56,-222,176,-222v47,0,85,13,102,21r-18,49v-36,-13,-64,-16,-83,-16xm557,-701r-292,723r-56,0r294,-723r54,0xm172,-265r0,-335r-100,14r-9,-44r118,-34r58,0r0,399r-67,0xm623,-203v-47,0,-83,20,-92,26v-1,52,6,127,87,127v56,0,83,-32,83,-78v0,-44,-19,-75,-78,-75","w":820},{"d":"668,-342r-2,-5r-170,0r0,-52r263,0r10,38v-29,25,-56,52,-124,115v73,5,134,41,134,116v1,140,-189,160,-301,109r17,-49v59,18,95,18,119,18v57,0,97,-28,97,-78v0,-62,-83,-74,-152,-64r-13,-36xm549,-701r-292,723r-56,0r294,-723r54,0xm158,-265r0,-335r-100,14r-9,-44r118,-34r58,0r0,399r-67,0","w":820},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm343,-557v-65,0,-117,-40,-158,-40r-62,40r-31,-23v18,-46,53,-77,95,-77v52,0,118,40,159,40r61,-40r30,22v-16,46,-51,78,-94,78xm226,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":544,"k":{"\u03b3":20}},{"d":"123,-127r1,-559r85,0r-1,554v0,172,-80,258,-231,311r-24,-61v128,-73,170,-125,170,-245xm346,-759r-25,29r-155,-89r-154,90r-23,-28r150,-138r55,0","w":322},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm-117,-691r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm44,-502r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":695},{"d":"512,-795v0,25,-23,43,-48,43v-25,0,-43,-18,-43,-43v0,-25,22,-45,45,-45v25,0,46,18,46,45xm287,-795v0,25,-20,43,-46,43v-26,0,-46,-18,-46,-43v0,-25,21,-45,44,-45v28,0,48,18,48,45xm461,-884r-134,151r-37,-24r108,-172","w":668},{"d":"34,-503v0,-108,155,-114,234,-69r-19,42v-40,-16,-69,-19,-86,-19v-35,0,-64,10,-64,44v0,24,32,33,68,44v52,15,113,33,113,104v0,109,-174,113,-257,67r20,-46v49,22,78,25,99,25v42,0,75,-10,75,-46v0,-30,-37,-42,-77,-54v-50,-15,-106,-31,-106,-92","w":304},{"d":"206,-493r-174,0r0,-47r174,0r0,47","w":238},{"d":"676,0r-140,0r0,59r-16,0r-74,-95r78,-98r13,2r0,59v68,-4,198,19,197,-44v0,-13,-6,-29,-16,-46r-100,-170r67,-39r111,194v60,91,-3,178,-120,178xm195,-73r198,0r0,73r-213,0v-116,2,-157,-90,-106,-182r73,-131r-46,-25r7,-13r118,-22r42,112r-8,15r-47,-29v-24,52,-77,96,-77,159v0,24,16,43,59,43xm668,-512r-44,112r-121,-21r-6,-12r49,-27r-71,-120v-22,-42,-70,-36,-93,5r-99,174r-64,-37r106,-185v53,-97,163,-92,213,-3r73,129r51,-29xm452,-410r0,290r-55,0r0,-228r-36,25r0,-57r42,-30r49,0","w":869},{"d":"848,-630v52,0,104,44,104,112v0,66,-60,120,-101,120v-36,0,-86,-8,-111,7r-353,351v-57,59,-123,38,-216,38v-72,0,-112,-65,-112,-117v0,-52,40,-112,108,-112v34,0,83,5,100,-12r101,-99r0,-152v0,-81,113,-82,114,0r0,37r142,-139v48,-51,137,-34,224,-34xm845,-572v-62,0,-147,-19,-182,16r-364,366v-37,50,-183,-26,-183,71v0,31,27,61,55,61v63,0,142,14,176,-20r356,-361v29,-30,87,-20,142,-20v34,0,47,-40,47,-59v0,-20,-13,-54,-47,-54xm779,-79r-50,52r0,-98r-131,131r-38,-38r132,-130r-98,0r52,-51r133,0r0,134xm363,-630v0,-33,27,-61,60,-61v33,0,61,28,61,61v0,33,-28,61,-61,61v-33,0,-60,-28,-60,-61","w":983},{"d":"132,-246v0,108,33,188,141,188v51,0,92,-11,141,-31r22,54v-41,23,-102,40,-166,41r-43,57v65,3,109,28,109,79v0,56,-56,102,-179,102r0,-36v71,-7,118,-25,118,-59v0,-36,-53,-41,-101,-41r-13,-19r65,-85v-132,-16,-178,-115,-178,-242v0,-104,39,-261,223,-261v44,0,90,4,141,25r-19,59v-151,-53,-262,4,-261,169","w":456},{"d":"476,-508r0,444r50,0r0,204r-66,0r0,-140r-377,0r0,140r-67,0r0,-204r50,0v66,-53,73,-170,82,-349r5,-95r323,0xm394,-448r-173,0v-5,159,-10,330,-70,384r243,0r0,-384","w":566},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm786,-312r-5,0r-186,-380r-165,0r0,655r137,0r0,-407r7,0r200,407r152,0r0,-655r-140,0r0,380xm991,-145r0,108r429,0r0,-117r-267,0r255,-436r0,-104r-395,0r0,118r231,0"},{"d":"476,-328r0,226r-61,0r0,-168r-326,0r0,-58r387,0","w":558},{"d":"235,-743r-134,-89r41,-54r119,112xm356,-267r-307,0r0,-449r296,0r0,58r-228,0r0,129r191,-1r0,54r-191,0r0,152r239,0r0,57","w":375},{"d":"638,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v220,0,284,169,284,355xm549,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280xm-130,-692r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm-93,-499r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":698,"k":{"\ue199":10,"\ue198":10,"\ue197":20,"\u03a7":20,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\u0391":20,"\u039b":20,"\u2206":20,"\u1fb8":20,"\u1fb9":20,"\u1fbc":20,"\ue264":20}},{"d":"638,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v220,0,284,169,284,355xm549,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280xm-20,-468r-132,-195r79,-40r93,214","w":698,"k":{"\ue199":10,"\ue198":10,"\ue197":20,"\u03a7":20,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\u0391":20,"\u039b":20,"\u2206":20,"\u1fb8":20,"\u1fb9":20,"\u1fbc":20,"\ue264":20}},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm587,-294v145,4,273,-18,273,-207v0,-180,-142,-194,-221,-194r-198,0r0,657r146,0r0,-256xm587,-582v72,-1,127,-6,127,85v0,90,-53,92,-127,90r0,-175xm1102,-333r4,-1r182,297r177,0r-229,-343r227,-313r-166,0r-191,280r-4,0r0,-280r-146,0r0,656r146,0r0,-296"},{"d":"532,-383r-3,0r-159,324r-65,0r-160,-325r-3,0r-1,384r-76,0r0,-509r91,0r182,375r179,-375r93,0r0,509r-78,0r0,-383","w":675},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm1259,-38r147,0r-95,-229r-63,-49v72,-22,129,-75,129,-189v0,-164,-125,-189,-221,-189r-197,0r0,656r145,0r0,-264r56,0xm483,-693r0,657r146,0r0,-284r211,0r0,-115r-211,0r0,-140r240,0r0,-118r-386,0xm1232,-501v2,79,-51,91,-128,87r0,-167v71,-2,126,-2,128,80"},{"d":"372,-488r83,0r0,297v0,114,-74,197,-200,197v-131,0,-195,-75,-195,-184r0,-310r82,0r0,310v0,70,28,119,112,119v80,0,118,-55,118,-128r0,-301xm371,-734r-132,195r-40,-19r92,-214","w":515},{"d":"213,-379r64,0r0,80r-64,0r0,-80xm213,-231r64,0r0,81r-64,0r0,-81xm213,-82r64,0r0,81r-64,0r0,-81xm277,-577r0,131r-64,0r1,-131r-145,146r-45,-46r221,-220r222,220r-45,46","w":485},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm-189,-683r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm13,-483r-106,-177r66,-33r76,191xm310,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":695},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm629,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51xm403,-244r-113,-371r-3,0r-113,371r229,0xm89,-595v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm27,-584r12,6r18,48v-73,10,-57,49,-21,81r-18,18v-48,-26,-74,-57,-74,-82v0,-37,25,-61,83,-71","w":812},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm700,-479v-18,36,-30,78,-51,111r-138,-324r-163,0r0,655r140,0r0,-417r7,0r109,265r92,0r110,-263r5,0r0,415r139,0r0,-655r-162,0xm1494,-370v0,-292,-147,-324,-284,-324r-180,0r0,657r181,0v214,0,283,-108,283,-333xm1344,-375v0,138,-17,225,-118,225r-51,0r0,-431v122,-4,169,10,169,206"},{"d":"375,-696v73,0,134,13,175,28r-17,63v-57,-18,-108,-23,-151,-23v-161,0,-234,112,-234,293v0,152,43,273,212,273v35,0,90,-5,121,-15r0,-275r79,0r0,328v-67,22,-140,32,-207,32v-215,0,-293,-142,-293,-347v0,-146,59,-357,315,-357xm330,137v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":629},{"d":"860,-71r-122,-63r70,134r-732,0r69,-133r-114,60r-21,-39r171,-90r90,-172r-263,-136r21,-39r263,136r150,-287r148,284r273,-143r21,39r-273,143r91,175r179,92xm714,-57r-65,-122r-209,-108r-206,108r-64,122r544,0xm442,-574r-99,187r97,50r99,-52xm560,-350r-72,38r126,65xm392,-312r-69,-35r-52,99","w":900},{"d":"638,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v220,0,284,169,284,355xm549,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280xm348,-730v-70,0,-121,-55,-162,-112r47,-33v36,49,80,83,119,83v24,0,68,-5,142,-77r27,25v-58,84,-120,114,-173,114","w":698,"k":{"X":10,"Y":20,"\u0178":20,"\u00dd":20,"\u0176":20,"\u1ef2":20,"\u2019":40,"\u201d":40,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"V":20,"W":20,"\u0174":20,"\u1e80":20,"\u1e82":20,"\u1e84":20}},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm258,-767r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm460,-567r-106,-177r66,-33r76,191xm330,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":730},{"d":"387,-451r0,157v61,0,127,-2,188,-3r0,59v-63,0,-125,0,-188,-1r0,182r264,0r0,57r-300,0v-195,29,-302,-74,-302,-250v0,-142,63,-268,244,-268v25,0,54,9,75,9r270,0r0,58r-251,0xm132,-249v0,132,54,208,173,193r0,-403v-137,-6,-174,100,-173,210","w":686},{"d":"262,-499v64,0,113,13,151,27v-6,20,-12,39,-19,59v-47,-17,-79,-23,-121,-23v-103,0,-151,79,-151,185v0,91,30,128,157,186v87,39,114,64,114,99v0,35,-27,76,-84,134r-45,-34v17,-27,46,-60,46,-82v0,-18,-18,-31,-77,-56v-163,-69,-195,-130,-195,-246v0,-146,78,-249,224,-249","w":442},{"d":"430,0r-365,0r0,-510r352,0r0,64r-270,0r0,147r231,0r0,61r-231,0r0,174r283,0r0,64xm70,-612r0,-64r329,0r0,64r-329,0","w":460},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm632,-24v82,0,148,-16,203,-54r-39,-100v-166,74,-245,32,-245,-201v0,-128,36,-208,121,-208v38,0,81,9,117,24r38,-98v-43,-25,-96,-45,-174,-45v-184,0,-258,160,-258,336v0,197,56,345,237,346xm1245,-321r0,284r144,0r0,-657r-144,0r0,260r-184,0r0,-260r-145,0r0,657r145,0r0,-284r184,0"},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm302,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm-147,-691r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm-110,-498r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":653},{"d":"212,-607r-2,-5r-170,0r0,-52r263,0r10,38v-29,25,-56,52,-124,115v73,5,134,41,134,116v1,140,-189,160,-301,109r17,-49v59,18,95,18,119,18v57,0,97,-28,97,-78v0,-62,-83,-74,-152,-64r-13,-36","w":364},{"d":"174,0r-84,0r0,-685r84,0r0,685xm-211,-684r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm27,-657r-106,177r-36,-19r76,-191","w":264},{"d":"508,-469r106,-215r58,0r0,327r-52,0r0,-236r-2,0r-89,181r-43,0r-88,-176r0,231r-54,0r0,-327r58,0xm304,-642r-109,0r0,284r-56,0r0,-284r-106,0r0,-42r271,0r0,42","w":729},{"d":"1044,174r-192,-34r20,34r-56,29r-45,-77r-211,-38r-197,35r-47,81r-55,-30r21,-37r-208,37r-11,-47r251,-44r20,-34r-271,-48r10,-44r285,49r39,-66r-360,0v21,-155,117,-373,384,-373r493,0v-41,-89,-29,-202,-169,-202r-421,0r0,-61r438,0v74,0,149,36,172,109r171,527r-369,0r37,64r272,-47r10,44r-257,45r23,40r234,41xm1014,-122r-79,-248r-514,0v-184,0,-271,138,-293,248r886,0xm469,-60r-45,78r134,23r149,-26r-43,-75r-195,0xm732,58r-37,6r45,8xm423,64v-12,-1,-27,-8,-29,5","w":1142},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm752,-312r-5,0r-186,-380r-165,0r0,655r137,0r0,-407r7,0r200,407r152,0r0,-655r-140,0r0,380xm1203,-24v189,0,249,-146,249,-343v0,-203,-65,-339,-249,-339v-184,0,-251,138,-251,339v0,198,61,343,251,343xm1203,-587v82,0,93,93,93,220v0,132,-13,223,-93,223v-82,0,-94,-87,-94,-223v0,-128,11,-220,94,-220"},{"d":"106,-33v0,20,-18,36,-40,36v-22,0,-40,-16,-40,-36v0,-21,18,-36,40,-36v22,0,40,15,40,36","w":136},{"d":"647,-169r113,-524r148,0r-177,656r-177,0r-177,-656r152,0r88,396r25,128r5,0xm968,-37r0,-657r387,0r0,118r-241,0r0,139r212,0r0,116r-212,0r0,167r241,0r0,117r-387,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"876,-501v0,188,-129,211,-272,206r0,257r-147,0r0,-657r198,0v80,0,221,14,221,194xm730,-497v0,-92,-55,-86,-126,-85r0,175v74,2,126,0,126,-90xm985,-37r0,-657r146,0r0,540r242,0r0,117r-388,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"509,-37r0,-657r145,0r0,540r242,0r0,117r-387,0xm1131,-169r113,-524r148,0r-177,656r-177,0r-177,-656r152,0r88,396r25,128r5,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"772,0r-706,0r0,-698r706,0r0,698xm469,-519v-14,-33,-62,-119,-79,-131v-19,11,3,104,-15,115v-16,-2,-24,-39,-45,-26v22,42,-7,125,-10,136v-14,3,-5,-44,-31,-28v0,24,-13,48,-13,76v0,14,0,31,-5,41v-7,0,-13,-5,-18,-5v-8,34,-4,70,-5,109v0,69,44,120,113,142r110,0v80,-28,147,-103,122,-200v-3,4,-13,10,-14,12v5,-32,11,-81,6,-110v-1,-5,-17,-60,-29,-60v-4,2,0,27,-19,43v0,-26,-5,-57,-18,-78v-6,-28,-22,-56,-33,-66v-7,14,-15,17,-17,30xm438,-377v13,23,38,62,29,97v0,5,4,11,5,11v6,0,18,-28,26,-36v10,22,-6,60,15,60v0,29,-8,66,-42,96v-5,1,-30,28,-39,25v5,8,1,29,-12,23v-75,-8,-144,-110,-85,-192v12,10,19,93,41,93v19,-19,-12,-71,2,-98v3,0,23,27,28,46v0,-3,18,2,13,-12v18,-11,19,-74,19,-113xm282,-77r0,28r269,0r0,-28r-269,0","w":834},{"d":"112,-267r142,-351r-128,39r-24,-38v36,-36,107,-78,163,-78v48,0,70,34,54,77r-129,330r257,-72v32,-13,70,-1,59,36r-99,341r129,-37r21,36v-40,39,-113,74,-162,74v-49,0,-66,-32,-53,-74r94,-313r-288,81v-29,-1,-47,-24,-36,-51","w":626},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm403,-145r0,108r429,0r0,-117r-267,0r255,-436r0,-104r-395,0r0,118r231,0xm1188,-298r-116,0r53,-255r7,0xm1047,-186r166,0r35,149r151,0r-186,-656r-169,0r-182,656r151,0"},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm707,-37r146,0r-94,-229r-63,-49v71,-22,129,-75,129,-189v0,-163,-126,-189,-221,-189r-197,0r0,656r145,0r0,-264r56,0xm1406,-227r0,-466r-147,0r0,451v0,59,-28,99,-92,99v-61,0,-82,-39,-82,-99r0,-451r-145,0r0,466v0,122,72,203,227,203v156,0,239,-82,239,-203xm679,-500v2,78,-49,92,-127,87r0,-166v70,-1,124,-3,127,79"},{"d":"675,-24v-181,-1,-237,-150,-237,-347v0,-176,74,-335,258,-335v78,0,131,20,174,45r-38,98v-36,-15,-79,-24,-117,-24v-85,0,-121,80,-121,208v0,150,38,234,111,234v39,0,75,-9,134,-33r39,100v-55,38,-121,54,-203,54xm1186,-426r5,0r110,-267r152,0r-195,402r0,254r-145,0r0,-252r-190,-404r152,0r74,172xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"191,-511r4,0r118,-205r69,0r-154,264r0,185r-73,0r0,-184r-148,-265r74,0","w":389},{"d":"568,-37r0,-656r146,0r0,656r-146,0xm1323,-37r-146,0r-99,-264r-56,0r0,264r-146,0r0,-656r197,0v96,0,222,25,222,189v0,114,-58,167,-129,189r63,49xm1149,-500v-2,-82,-57,-82,-127,-80r0,167v77,4,129,-9,127,-87xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"762,-312r6,0r0,-380r139,0r0,655r-152,0r-200,-407r-6,0r0,407r-138,0r0,-655r165,0xm1062,-37r0,-657r146,0r0,540r242,0r0,117r-388,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"106,-2r0,-698r698,0r0,698r-698,0xm161,-57r588,0r0,-536v-163,123,-429,134,-588,-3r0,539xm172,-645v202,141,368,125,577,0r-577,0","w":899},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm330,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":730},{"d":"132,-623r175,305r0,22r-177,328r390,0r0,62r-491,0r0,-57r187,-344r-185,-321r0,-57r477,0r0,62r-376,0","w":547},{"d":"152,-355r0,-335r-100,14r-9,-44r118,-34r58,0r0,399r-67,0","w":364},{"d":"638,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v220,0,284,169,284,355xm549,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280xm65,-660r-132,195r-40,-19r92,-214","w":698,"k":{"\ue199":10,"\ue198":10,"\ue197":20,"\u03a7":20,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\u0391":20,"\u039b":20,"\u2206":20,"\u1fb8":20,"\u1fb9":20,"\u1fbc":20,"\ue264":20}},{"d":"199,-63v-42,38,-70,62,-70,106v0,56,45,79,108,79v41,0,88,-4,158,-26r18,60v-63,23,-131,33,-181,33v-124,0,-191,-52,-191,-136v0,-64,41,-112,88,-152v112,-95,145,-112,120,-241r66,-9v36,151,-7,187,-116,286xm212,-473v0,-29,24,-53,52,-53v30,0,54,24,54,53v0,28,-24,51,-53,51v-29,0,-53,-23,-53,-51","w":441},{"d":"205,-348v0,-136,112,-247,247,-247v134,0,245,111,245,247v0,135,-111,245,-245,245v-135,0,-247,-110,-247,-245xm264,-348v0,101,83,193,188,193v101,0,187,-92,187,-193v0,-105,-86,-192,-187,-192v-105,0,-188,87,-188,192xm106,-2r0,-698r698,0r0,698r-698,0xm161,-645r0,588r588,0r0,-588r-588,0xm104,98r0,-58r698,0r0,58r-698,0","w":899},{"d":"372,-488r83,0r0,297v0,114,-74,197,-200,197v-131,0,-195,-75,-195,-184r0,-310r82,0r0,310v0,70,28,119,112,119v80,0,118,-55,118,-128r0,-301xm397,-603v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm209,-603v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":515},{"d":"513,0r-433,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65xm472,-759r-25,29r-155,-89r-154,90r-23,-28r150,-138r55,0","w":564},{"d":"443,-490v0,130,-66,228,-199,228v-147,0,-205,-89,-205,-226v0,-125,54,-235,205,-235v154,0,199,111,199,233xm371,-488v0,-84,-20,-182,-127,-182v-107,0,-133,90,-133,183v0,112,38,172,133,172v87,0,127,-78,127,-173","w":482},{"d":"410,-428r-3,4v46,41,61,117,61,187v0,137,-74,242,-214,242v-156,0,-216,-95,-216,-242v0,-132,60,-251,219,-251r250,0r0,60r-97,0xm256,-426v-107,0,-135,93,-135,191v0,117,39,179,135,179v88,0,129,-79,129,-181v0,-88,-18,-189,-129,-189","w":527,"k":{"\u2026":40,".":40,",":40,"\u03bb":10}},{"d":"749,-110r-62,0r0,111r-65,0r0,-111r-203,0r0,-45r204,-244r64,0r0,238r62,0r0,51xm576,-701r-292,723r-56,0r294,-723r54,0xm199,-265r0,-335r-100,14r-9,-44r118,-34r58,0r0,399r-67,0xm623,-319r-4,0r-128,158r132,0r0,-158","w":820},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm870,-227r0,-466r-147,0r0,451v0,59,-28,99,-92,99v-60,0,-81,-39,-81,-99r0,-451r-146,0r0,466v0,122,72,203,227,203v156,0,239,-82,239,-203xm970,-65v164,77,436,56,436,-160v0,-128,-57,-171,-203,-218v-61,-20,-88,-35,-88,-80v0,-51,40,-66,78,-66v12,0,85,0,145,24v5,-13,27,-87,31,-100v-151,-77,-405,-59,-405,146v0,132,73,164,193,204v68,23,97,35,97,92v0,59,-34,80,-101,80v-22,0,-87,-4,-147,-27v-4,14,-32,91,-36,105"},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm-94,-693r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121","w":653},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm493,-734r-132,195r-40,-19r92,-214","w":730},{"d":"757,-308v0,32,-9,65,-52,96v35,21,63,55,63,101v0,66,-58,115,-148,115v-167,0,-193,-151,-80,-227v-98,-55,-38,-185,85,-185v62,0,132,28,132,100xm560,-701r-292,723r-56,0r294,-723r54,0xm174,-265r0,-335r-100,14r-9,-44r118,-34r58,0r0,399r-67,0xm620,-48v62,0,85,-39,85,-69v0,-36,-44,-60,-114,-83v-42,26,-55,61,-55,87v0,34,26,65,84,65xm623,-355v-54,0,-68,35,-68,54v0,32,53,50,91,65v38,-23,51,-45,51,-65v0,-25,-19,-54,-74,-54","w":820},{"d":"220,0r0,-296r-210,-389r89,0r164,319r4,0r171,-319r87,0r-216,385r0,300r-89,0xm-38,-461r-132,-195r79,-40r93,214","w":536,"k":{"\u1fd7":60,"\u1fd6":60,"\u1fd3":60,"\u1fd2":60,"\u1fd1":60,"\u1fd0":60,"\u1f76":60,"\u1f37":60,"\u1f36":60,"\u1f35":60,"\u1f34":60,"\u1f33":60,"\u1f32":60,"\ue199":40,"\ue198":50,"\ue194":30,"\u03ca":60,"\u0390":60,"\u03c4":50,"\u03c8":80,"\u03c7":50,"\u03bb":50,"\u03c0":50,"\u03a6":50,"\u03bd":60,"\u03c1":60,"\u03b8":30,"\u03b6":40,"\u03b4":60,"\u03b3":60,"\u03b2":30,",":50,".":50,"\u2026":50,"-":90,"\u2013":90,"\u2014":90,"\u00ad":90,"\ue183":70,"\ue186":70,"\ue18d":70,"\ue19b":70,"\u0391":50,"\u039b":50,"\u2206":50,"\u1fb8":50,"\u1fb9":50,"\u1fbc":50,"\ue264":50,"\ue18a":60,"\ue191":60,"\ue19f":60,"\ue19a":50,"\ue1a1":50,"\u0398":30,"\u039f":30,"\u03b1":50,"\u03c9":50,"\u03bf":50,"\u03c6":50,"\u03c3":50,"\u03ce":50,"\u1f00":50,"\u1f01":50,"\u1f02":50,"\u1f03":50,"\u1f04":50,"\u1f05":50,"\u1f06":50,"\u1f07":50,"\u1f40":50,"\u1f41":50,"\u1f42":50,"\u1f43":50,"\u1f44":50,"\u1f45":50,"\u1f60":50,"\u1f61":50,"\u1f62":50,"\u1f63":50,"\u1f64":50,"\u1f65":50,"\u1f66":50,"\u1f67":50,"\u1f70":50,"\u1f71":50,"\u1f78":50,"\u1f79":50,"\u1f7c":50,"\u1f7d":50,"\u1f80":50,"\u1f81":50,"\u1f82":50,"\u1f83":50,"\u1f84":50,"\u1f85":50,"\u1f86":50,"\u1f87":50,"\u1fa0":50,"\u1fa1":50,"\u1fa2":50,"\u1fa3":50,"\u1fa4":50,"\u1fa5":50,"\u1fa6":50,"\u1fa7":50,"\u1fb0":50,"\u1fb1":50,"\u1fb2":50,"\u1fb3":50,"\u1fb4":50,"\u1fb6":50,"\u1fb7":50,"\u1ff2":50,"\u1ff3":50,"\u1ff4":50,"\u1ff6":50,"\u1ff7":50,"\u03ac":50,"\u03cc":50,"\u03b5":60,"\u03ad":60,"\u1f10":60,"\u1f11":60,"\u1f12":60,"\u1f13":60,"\u1f14":60,"\u1f15":60,"\u1f72":60,"\u1f73":60,"\u03b7":50,"\u03ba":50,"\u03ae":50,"\u1f20":50,"\u1f21":50,"\u1f22":50,"\u1f23":50,"\u1f24":50,"\u1f25":50,"\u1f26":50,"\u1f27":50,"\u1f74":50,"\u1f75":50,"\u1f90":50,"\u1f91":50,"\u1f92":50,"\u1f93":50,"\u1f94":50,"\u1f95":50,"\u1f96":50,"\u1f97":50,"\u1fc2":50,"\u1fc3":50,"\u1fc4":50,"\u1fc6":50,"\u1fc7":50,"\u03bc":50,"\u03b9":60,"\u03af":60,"\u1f30":60,"\u1f31":60,"\u1f77":60,"\ue184":40,"\ue185":40,"\ue187":40,"\ue18c":40,"\ue193":40}},{"d":"853,-37r-146,0r-99,-264r-56,0r0,264r-145,0r0,-656r197,0v95,0,221,25,221,189v0,114,-57,167,-129,189r63,49xm680,-500v-3,-82,-57,-82,-128,-80r0,167v77,4,130,-9,128,-87xm1406,-227v0,121,-83,203,-239,203v-155,0,-227,-81,-227,-203r0,-466r146,0r0,451v0,60,20,99,81,99v64,0,92,-40,92,-99r0,-451r147,0r0,466xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"199,-267r-150,0r0,-449r156,0v155,0,196,103,196,224v0,121,-47,225,-202,225xm196,-660r-78,0r0,336r73,0v42,0,139,-2,139,-164v0,-165,-88,-172,-134,-172","w":440},{"d":"885,-225v0,216,-270,236,-435,160v4,-14,32,-91,36,-105v59,23,124,27,146,27v67,0,101,-21,101,-80v0,-57,-28,-69,-96,-92v-120,-40,-193,-72,-193,-204v0,-206,254,-222,405,-146v-4,13,-26,87,-31,100v-60,-24,-133,-24,-145,-24v-39,0,-78,15,-78,66v0,45,26,60,88,80v146,47,202,90,202,218xm1098,-334r-5,1r0,296r-146,0r0,-656r146,0r0,280r5,0r190,-280r166,0r-227,313r229,343r-177,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"44,-607r0,-73r283,0r285,608r524,0r0,72r-583,0r-285,-607r-224,0xm528,-607r0,-73r608,0r0,73r-608,0","w":1188},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm722,-298r-115,0r53,-255r6,0xm582,-186r166,0r35,149r151,0r-186,-656r-170,0r-181,656r150,0xm1266,-37r146,0r-94,-229r-63,-49v71,-22,129,-75,129,-189v0,-163,-126,-189,-222,-189r-196,0r0,656r145,0r0,-264r56,0xm1238,-500v2,78,-49,92,-127,87r0,-166v70,-1,125,-3,127,79"},{"d":"191,-549r0,-31v-73,4,-113,62,-123,118r-32,-8v16,-76,66,-121,112,-133v-36,-24,-7,-89,37,-89v29,0,49,23,49,42r22,0r0,30r83,0r0,-20r156,-39r0,151r-156,-33r0,-17r-83,0r0,29v23,3,83,40,83,112r0,409v0,10,-5,28,-26,28r-182,0v-19,0,-24,-18,-24,-28r0,-409v0,-72,62,-109,84,-112","w":543},{"d":"443,-582v-32,0,-58,-26,-58,-56v0,-33,26,-59,58,-59v31,0,57,26,57,59v0,30,-26,56,-57,56xm369,-475r-41,57v-24,24,-86,11,-128,11v-17,0,-26,-13,-26,-25v1,-42,77,-22,117,-26v32,-36,49,-107,110,-107r102,0v38,0,72,27,72,74r0,173v0,38,-51,37,-51,0r0,-158r-13,0r0,444v0,21,-16,32,-31,32v-17,0,-33,-11,-33,-34r0,-258r-13,0r0,258v1,45,-65,45,-65,2r0,-443xm199,-204r-42,0r0,-42r42,0r0,42xm221,-298r-30,31r-31,-31r31,-31xm192,-356r-31,30r-30,-30r30,-31xm257,0r-141,0r-53,-292r40,0r47,251r71,0r49,-251r42,0","w":680},{"d":"594,-685r0,99v61,3,97,-8,97,-69r0,-97r65,0v0,122,18,218,-126,224r-36,0r0,282v0,153,-84,254,-262,254v-183,0,-260,-96,-260,-254r0,-439r84,0r0,440v0,125,64,188,177,188v113,0,178,-62,178,-188r0,-440r83,0","w":726},{"d":"513,0r-433,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65xm321,-729r-144,-139r60,-55r123,161","w":564},{"d":"775,-593r-22,23r-116,-115r23,-23xm655,-533v0,29,-23,52,-51,52v-29,0,-52,-23,-52,-52v0,-28,23,-51,52,-51v28,0,51,23,51,51xm572,-382r-24,23r-115,-114r23,-24xm446,-323v0,28,-22,51,-51,51v-28,0,-51,-23,-51,-51v0,-29,23,-52,51,-52v29,0,51,23,51,52xm661,-131v-5,38,-50,118,-133,146v-251,-70,-460,-365,-474,-451v28,-83,105,-130,144,-134v29,17,96,78,104,151v-19,28,-52,47,-76,57v7,24,142,184,226,206v10,-25,28,-57,57,-77v57,3,137,63,152,102","w":802},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm226,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":544,"k":{"\u03b3":20}},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm127,-747r0,-64r326,0r0,64r-326,0","w":579,"k":{"'":70}},{"d":"633,-169r114,-524r148,0r-177,656r-177,0r-177,-656r152,0r88,396r25,128r4,0xm1265,-312r5,0r0,-380r140,0r0,655r-152,0r-200,-407r-7,0r0,407r-137,0r0,-655r165,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"513,0r-433,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65xm367,-813v0,31,-26,56,-57,56v-31,0,-55,-25,-55,-56v0,-31,24,-57,55,-57v31,0,57,26,57,57","w":564},{"d":"242,-458v-63,0,-109,23,-109,80v0,50,63,63,123,82v86,27,170,64,170,153v0,164,-255,181,-391,109r25,-58v79,33,119,35,153,35v84,0,134,-19,134,-85v0,-44,-44,-68,-111,-88v-94,-28,-183,-51,-183,-140v0,-150,214,-183,347,-114r-24,56v-52,-24,-105,-30,-134,-30xm196,137v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":461},{"d":"522,-329v0,161,-56,336,-241,336v-207,0,-247,-167,-247,-333v0,-151,41,-348,249,-348v211,0,239,206,239,345xm116,-324v0,95,12,179,63,222r179,-486v-20,-12,-45,-20,-75,-20v-151,0,-167,169,-167,284xm440,-326v0,-64,-3,-168,-54,-224r-176,480v20,9,44,14,73,14v129,0,157,-141,157,-270","w":558},{"d":"593,-701r-292,723r-56,0r294,-723r54,0xm274,-396v0,-77,-103,-93,-166,-54r-39,-28r18,-186r237,0r0,52r-184,0r-9,100v93,-28,211,2,211,117v0,145,-184,158,-300,109r17,-49v51,17,90,20,114,20v65,0,101,-34,101,-81xm630,-355v-54,0,-68,35,-68,54v0,32,53,50,91,65v38,-23,51,-45,51,-65v0,-25,-19,-54,-74,-54xm627,-48v62,0,85,-39,85,-69v0,-36,-44,-60,-114,-83v-42,26,-55,61,-55,87v0,34,26,65,84,65xm764,-308v0,32,-9,65,-52,96v35,21,63,55,63,101v0,66,-58,115,-148,115v-167,0,-193,-151,-80,-227v-98,-55,-38,-185,85,-185v62,0,132,28,132,100","w":820},{"d":"174,0r-84,0r0,-685r84,0r0,685xm-30,-747r0,-64r326,0r0,64r-326,0","w":264},{"d":"515,-139r5,0r0,-545r82,0r0,684r-83,0r-354,-557v-1,0,-2,1,-4,1r0,556r-81,0r0,-684r85,0xm410,-765v-60,0,-108,-39,-145,-39r-57,39r-28,-22v16,-45,48,-75,87,-75v47,0,108,39,144,39r57,-40r28,22v-15,45,-47,76,-86,76","w":682},{"d":"314,-634v69,0,122,19,145,30r-19,55v-48,-18,-91,-23,-123,-23v-142,0,-176,152,-180,224v146,-77,364,-64,364,152v0,127,-88,203,-219,203v-179,0,-227,-132,-227,-292v0,-204,82,-349,259,-349xm289,-328v-91,0,-148,45,-152,47v-1,95,6,225,146,225v93,0,139,-58,139,-136v0,-79,-35,-136,-133,-136","w":552},{"d":"485,-497r-80,94r75,0r0,58r-124,0r-77,88r201,0r0,57r-250,0r-102,116r-67,0r102,-116r-86,0r0,-57r134,0r77,-88r-211,0r0,-58r260,0r83,-94r65,0","w":558},{"d":"323,0r-83,0r0,-618r-220,0r0,-67r523,0r0,67r-219,0","w":563,"k":{"\ue1b5":40,"\ue1c8":90,"\ue1c5":90,"\ue1d4":50,"\ue1ca":40,"\ue1c2":60,"\ue1be":50,"\ue1bb":60,"\ue1b1":60,"\ue1ac":90,"\u0421":50,"\u041e":50,"\u0404":50,"\ue1cb":100,"\ue1b7":50,"\ue1d6":60,"\ue1ce":80,"\u0424":50,"\u0414":70,"\u0410":50}},{"d":"317,-341r-152,0r0,280r163,0v74,0,135,-46,135,-139v0,-99,-74,-141,-146,-141xm165,-685r0,283r161,0v149,0,223,94,223,203v0,135,-91,199,-208,199r-261,0r0,-685r85,0","w":589,"k":{"\ue1ce":40,"\u0427":50,"\u0416":20,"\u0443":30,"\u045e":30,"\ue1ca":20,"\ue1b5":20,"\u0417":20,"\u042d":20,"\ue1aa":20,"\ue1b3":20,"\ue1d1":20,"\ue1c9":20,"\u0402":80,"\u040b":80,"\u0422":80,"\u042a":80,"\u040e":40,"\u0423":40}},{"d":"165,0r-85,0r0,-685r85,0r0,285v130,-7,206,36,243,-108r45,-175r80,0v-32,114,-40,284,-143,317v68,17,103,62,119,125r61,241r-83,0r-59,-219v-47,-140,-125,-108,-263,-112r0,331","w":590,"k":{"\ue1cb":20,"\ue1ce":40,"\u0447":20,"\u0424":20,"\u0404":20,"\u041e":20,"\u0421":20,"\u0443":30,"\u045e":30,"\ue1ca":10,"\ue1b5":10,"\ue1ac":20,"\ue1c5":20,"\ue1c8":20,"\u0442":30,"\u044a":30,"\ue1aa":30,"\ue1b3":30,"\ue1d1":30,"\ue1c9":30}},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm633,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51xm403,-244r-113,-371r-3,0r-113,371r229,0","w":816},{"d":"136,-289r7,3r198,-202r92,0r-189,192v74,92,135,198,204,296r-90,0r-163,-247r-55,55r0,192r-82,0r0,-487r82,0","w":453,"k":{"\u03b4":20}},{"d":"144,-394r-3,4v0,111,1,217,3,390r-79,0r0,-509r83,0r273,392r0,-392r78,0r-1,509r-75,0","w":564},{"d":"456,0r-81,0r0,-229r-236,0r0,229r-81,0r0,-488r82,0r0,195r235,0r0,-195r81,0r0,488","w":514},{"d":"138,0r-80,0r0,-488r341,0r0,63r-261,0r0,425","w":404,"k":{"\u044f":30,"\u043e":30,"\u0430":30,"\u0434":40,"\u043b":40,"\u0459":40,"\u0435":30,"\u0441":30,"\u0444":30,"\u0451":30,"\u0454":30}},{"d":"372,-488r83,0r0,297v0,114,-74,197,-200,197v-131,0,-195,-75,-195,-184r0,-310r82,0r0,310v0,70,28,119,112,119v80,0,118,-55,118,-128r0,-301xm349,-730r-105,167r-37,-18r76,-183xm415,-610v0,26,-20,45,-47,45v-27,0,-47,-19,-47,-45v0,-27,20,-46,49,-46v23,0,45,21,45,46xm187,-610v0,26,-19,44,-44,44v-26,0,-49,-18,-49,-44v0,-28,21,-46,47,-46v23,0,46,20,46,46","w":515},{"d":"232,-608v-55,-14,-42,-104,19,-104v35,0,58,28,58,65v0,56,-43,125,-102,154r-20,-27v26,-24,43,-52,45,-88xm98,-608v-55,-14,-43,-104,18,-104v36,0,59,28,59,65v0,56,-44,125,-102,154r-21,-27v27,-24,43,-52,46,-88","w":343,"k":{"n":50,"a":30,"\u00e6":30,"\u00e0":30,"\u00e1":30,"\u00e2":30,"\u00e3":30,"\u00e4":30,"\u00e5":30,"\u0101":30,"\u0103":30,"\u0105":30,"\u01fd":30,"c":60,"d":60,"e":60,"g":60,"o":60,"q":60,"\u00e7":60,"\u00e8":60,"\u00e9":60,"\u00ea":60,"\u00eb":60,"\u00f2":60,"\u00f3":60,"\u00f4":60,"\u00f5":60,"\u00f6":60,"\u00f8":60,"\u0107":60,"\u0109":60,"\u010b":60,"\u010d":60,"\u010f":60,"\u0111":60,"\u0113":60,"\u0115":60,"\u0117":60,"\u0119":60,"\u011b":60,"\u011d":60,"\u011f":60,"\u0121":60,"\u0123":60,"\u014d":60,"\u014f":60,"\u0151":60,"\u01a1":60,"\u01ff":60,"\u00f0":60,"s":40,"\u0161":40,"\u015b":40,"\u015d":40,"\u015f":40,"\u0219":40}},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm425,-373v0,197,62,349,263,349v50,0,134,-8,211,-56r0,-322r-192,0r0,84r52,9r0,153v-119,40,-177,-51,-177,-224v0,-129,47,-210,135,-210v38,0,89,9,122,24r37,-100v-45,-26,-101,-45,-179,-45v-185,0,-272,161,-272,338xm1002,-694r0,657r387,0r0,-117r-241,0r0,-167r212,0r0,-115r-212,0r0,-140r241,0r0,-118r-387,0"},{"d":"220,0r0,-296r-210,-389r89,0r164,319r4,0r171,-319r87,0r-216,385r0,300r-89,0xm284,-722r-144,-139r60,-55r123,161","w":536,"k":{"\u015d":50,"\u0159":40,"\u0157":40,"\u0155":40,"\u0149":40,"\u0133":40,"\u012d":40,"\u012b":40,"\u0129":40,"\u00ef":40,"\u00ee":40,"\u00ed":40,"\u00ec":40,"\u0161":50,"r":40,"v":50,"w":50,"y":50,"\u0175":50,"\u1e81":50,"\u1e83":50,"\u1e85":50,"\u1ef3":50,"A":50,"\u00c6":50,"\u00c0":50,"\u00c1":50,"\u00c2":50,"\u00c3":50,"\u00c4":50,"\u00c5":50,"\u0100":50,"\u0102":50,"\u0104":50,"\u01fc":50,"C":30,"G":30,"O":30,"Q":30,"\u0152":30,"\u00c7":30,"\u00d2":30,"\u00d3":30,"\u00d4":30,"\u00d5":30,"\u00d6":30,"\u00d8":30,"\u0106":30,"\u0108":30,"\u010a":30,"\u010c":30,"\u011c":30,"\u011e":30,"\u0120":30,"\u0122":30,"\u014c":30,"\u014e":30,"\u0150":30,"\u01a0":30,"\u01fe":30,"a":80,"\u00e6":80,"\u00e0":80,"\u00e1":80,"\u00e2":80,"\u00e3":80,"\u00e4":80,"\u00e5":80,"\u0101":80,"\u0103":80,"\u0105":80,"\u01fd":80,"c":50,"d":50,"e":50,"g":50,"o":50,"q":50,"\u00e7":50,"\u00e8":50,"\u00e9":50,"\u00ea":50,"\u00eb":50,"\u00f2":50,"\u00f3":50,"\u00f4":50,"\u00f5":50,"\u00f6":50,"\u00f8":50,"\u0107":50,"\u0109":50,"\u010b":50,"\u010d":50,"\u010f":50,"\u0111":50,"\u0113":50,"\u0115":50,"\u0117":50,"\u0119":50,"\u011b":50,"\u011d":50,"\u011f":50,"\u0121":50,"\u0123":50,"\u014d":50,"\u014f":50,"\u0151":50,"\u01a1":50,"\u01ff":50,"\u00f0":50,"i":40,"m":40,"n":40,"p":40,"\u012f":40,"\u0144":40,"\u0146":40,"\u0148":40,"\u014b":40,"s":50,"\u015b":50,"\u015f":50,"\u0219":50,"u":50,"\u00f9":50,"\u00fa":50,"\u00fb":50,"\u00fc":50,"\u0169":50,"\u016b":50,"\u016d":50,"\u016f":50,"\u0171":50,"\u0173":50,"\u01b0":50,",":70,".":70,"\u2026":70,":":50,";":50,"-":50,"\u2013":50,"\u2014":50,"\u00ad":50}},{"d":"227,-356r-205,-328r96,0r163,274r165,-274r95,0r-212,332r219,352r-94,0r-179,-296r-174,296r-93,0","w":557,"k":{"\u00ad":20,"\u2014":20,"\u2013":20,"-":20}},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm361,-762v-60,0,-108,-39,-145,-39r-57,39r-28,-22v16,-45,48,-75,87,-75v47,0,108,39,144,39r57,-40r28,22v-15,45,-47,76,-86,76","w":579,"k":{"'":70}},{"d":"328,-428v0,83,-36,166,-156,166v-112,0,-147,-78,-147,-166v0,-85,42,-169,154,-169v115,0,149,84,149,169xm261,-428v0,-51,-13,-118,-82,-118v-69,0,-86,64,-86,119v0,59,12,113,86,113v68,0,82,-60,82,-114","w":353},{"d":"513,0r-433,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65xm437,-771v0,26,-21,44,-49,44v-24,0,-42,-18,-42,-44v0,-24,19,-44,42,-44v28,0,49,18,49,44xm250,-771v0,26,-20,44,-46,44v-27,0,-46,-18,-46,-44v0,-24,21,-44,44,-44v28,0,48,18,48,44","w":564},{"d":"352,-233r-125,8v-66,3,-98,36,-98,85v0,57,26,85,90,85v42,0,88,-23,133,-64r0,-114xm502,-13v-56,24,-148,45,-149,-43v-75,64,-139,64,-169,64v-113,0,-142,-84,-142,-140v0,-85,61,-139,185,-147r125,-8v3,-92,-11,-142,-105,-142v-48,0,-102,10,-151,27r-18,-55v135,-56,353,-81,353,123r0,273r66,0xm276,-535r-145,-139r60,-57r123,162","w":530,"k":{"\u2019":40,"\u201d":40}},{"d":"638,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v220,0,284,169,284,355xm549,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280xm428,-767v-60,0,-108,-39,-145,-39r-57,39r-28,-22v16,-45,48,-75,87,-75v47,0,108,39,144,39r57,-40r28,22v-15,45,-47,76,-86,76","w":698,"k":{"X":10,"Y":20,"\u0178":20,"\u00dd":20,"\u0176":20,"\u1ef2":20,"\u2019":40,"\u201d":40,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"V":20,"W":20,"\u0174":20,"\u1e80":20,"\u1e82":20,"\u1e84":20}},{"d":"55,-1r0,-73r145,0r0,-139r137,0r0,-146r144,0r0,-144r141,0r0,-138r206,0r0,70r-139,0r0,145r-140,0r0,141r-140,0r0,143r-141,0r0,141r-213,0xm711,-84r-50,52r0,-98r-131,131r-38,-38r132,-130r-98,0r52,-51r133,0r0,134","w":874},{"d":"382,1v-18,-6,-26,-27,-29,-57v-75,64,-139,64,-169,64v-113,0,-142,-84,-142,-140v0,-85,61,-139,185,-147r125,-8v3,-92,-11,-142,-105,-142v-48,0,-102,10,-151,27r-18,-55v135,-56,353,-81,353,123r0,273r66,0r5,48v-23,12,-55,19,-81,20v-23,34,-39,74,-39,101v0,70,87,51,131,40r6,32v-63,38,-204,41,-204,-46v0,-33,13,-83,67,-133xm352,-233r-125,8v-66,3,-98,36,-98,85v0,57,26,85,90,85v42,0,88,-23,133,-64r0,-114","w":530,"k":{"\u2019":40,"\u201d":40}},{"d":"199,11v-133,0,-141,-84,-141,-156r0,-343r81,0r0,323v0,68,8,109,84,109v37,0,95,-20,142,-62r0,-370v27,0,54,-1,80,-1r0,489r-79,0v-2,-18,2,-42,-3,-57v-64,57,-130,68,-164,68xm432,-561r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":504},{"d":"166,0r-81,0r0,-488r81,0r0,488xm181,-616v0,28,-25,53,-55,53v-28,0,-53,-25,-53,-53v0,-30,25,-54,53,-54v30,0,55,24,55,54","w":254,"k":{"\u2019":20,"\u201d":20}},{"d":"746,-293v0,89,-111,181,-183,240v67,0,134,1,200,1r0,52r-297,0r0,-45v88,-67,211,-182,211,-244v0,-43,-32,-60,-80,-60v-20,0,-55,3,-109,33r-26,-43v55,-38,108,-46,143,-46v83,0,141,37,141,112xm556,-701r-292,723r-56,0r294,-723r54,0xm181,-265r0,-335r-100,14r-9,-44r118,-34r58,0r0,399r-67,0","w":820},{"d":"174,0r-84,0r0,-685r84,0r0,685xm280,-868r-145,139r-38,-31r123,-161","w":264},{"d":"151,0r-81,0r0,-510r81,0r0,510xm235,-702r-134,153r-41,-31r111,-171","w":221},{"d":"76,169r-52,0r0,-54v53,6,73,-17,73,-65r0,-191v0,-80,1,-123,60,-155v-91,-33,-60,-175,-60,-286v0,-47,-22,-73,-73,-66r0,-54r59,0v91,0,88,110,88,166v0,94,-17,203,66,219r0,45v-59,11,-66,65,-66,105r0,211v0,42,-5,125,-95,125","w":265},{"d":"166,0r-81,0r0,-488r81,0r0,488xm132,-551v-70,0,-121,-56,-162,-112r47,-34v36,50,80,83,118,83v25,0,69,-4,143,-76r27,25v-58,84,-120,114,-173,114","w":275,"k":{"\u2019":20,"\u201d":20}},{"d":"34,-310r416,0r0,41r-288,0v9,120,57,210,202,210v31,0,76,-2,155,-21r13,60v-43,16,-121,27,-179,27v-181,0,-264,-111,-272,-276r-47,0r0,-41xm450,-358r-416,0r0,-41r49,0v12,-127,87,-274,275,-274v67,0,114,10,161,28v-5,20,-12,40,-17,60v-195,-66,-315,3,-338,186r286,0r0,41","w":558},{"d":"352,-233r-125,8v-66,3,-98,36,-98,85v0,57,26,85,90,85v42,0,88,-23,133,-64r0,-114xm502,-13v-56,24,-148,45,-149,-43v-75,64,-139,64,-169,64v-113,0,-142,-84,-142,-140v0,-85,61,-139,185,-147r125,-8v3,-92,-11,-142,-105,-142v-48,0,-102,10,-151,27r-18,-55v135,-56,353,-81,353,123r0,273r66,0xm397,-603v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm209,-603v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":530,"k":{"\u2019":40,"\u201d":40}},{"d":"638,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v220,0,284,169,284,355xm549,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280xm492,-781v0,26,-21,44,-49,44v-24,0,-42,-18,-42,-44v0,-24,19,-44,42,-44v28,0,49,18,49,44xm305,-781v0,26,-20,44,-46,44v-27,0,-46,-18,-46,-44v0,-24,21,-44,44,-44v28,0,48,18,48,44","w":698,"k":{"X":10,"Y":20,"\u0178":20,"\u00dd":20,"\u0176":20,"\u1ef2":20,"\u2019":40,"\u201d":40,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"V":20,"W":20,"\u0174":20,"\u1e80":20,"\u1e82":20,"\u1e84":20}},{"d":"322,-734r0,467r-66,0r0,-25v-27,18,-62,29,-97,29v-99,0,-130,-73,-130,-161v0,-98,37,-175,139,-175v23,0,61,5,88,19r0,-154r66,0xm254,-526v-78,-35,-158,-35,-158,104v0,128,93,120,158,79r0,-183","w":361},{"d":"174,0r-84,0r0,-685r84,0r0,685xm141,-729r-144,-139r60,-55r123,161","w":264},{"d":"166,0r-29,0v-25,34,-41,75,-41,103v0,70,87,51,131,40r6,32v-63,38,-204,41,-204,-46v0,-32,12,-81,63,-129r-7,0r0,-488r81,0r0,488xm181,-616v0,28,-25,53,-55,53v-28,0,-53,-25,-53,-53v0,-30,25,-54,53,-54v30,0,55,24,55,54","w":254,"k":{"\u2019":20,"\u201d":20}},{"d":"62,-169r0,-39r146,-159r34,26r-101,153r101,152r-33,25","w":315},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm671,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51","w":854},{"d":"244,-325v-119,7,-201,-72,-201,-181v0,-102,77,-187,182,-187r206,0r0,887r-59,0r0,-828r-68,0r1,828r-61,0r0,-519","w":524},{"d":"298,-518v179,0,238,121,238,254v1,83,-22,155,-73,202r87,0r0,62r-207,0r0,-64v87,-20,111,-98,111,-197v0,-101,-31,-197,-156,-197v-118,0,-161,87,-161,196v0,107,24,180,108,198r0,64r-206,0r0,-62v26,-1,55,2,79,-1v-45,-41,-62,-112,-62,-195v0,-136,67,-260,242,-260","w":590},{"d":"360,-696v74,0,132,13,173,28r-18,63v-54,-19,-105,-23,-147,-23v-149,0,-220,111,-220,290v0,157,43,278,222,278v36,0,109,-7,163,-24r16,60v-48,19,-131,32,-194,32v-218,0,-295,-140,-295,-346v0,-147,61,-358,300,-358xm492,-892r24,29r-152,135r-54,0r-151,-137r23,-27r155,91","w":593,"k":{"\u2019":-40,"\u201d":-40,"H":20,"I":20,"M":20,"N":20,"\u00cc":20,"\u00cd":20,"\u00ce":20,"\u00cf":20,"\u0124":20,"\u0126":20,"\u0128":20,"\u012a":20,"\u012c":20,"\u012e":20,"\u0130":20,"\u0143":20,"\u0145":20,"\u0147":20,"\u014a":20}},{"d":"299,-48v-9,-19,-133,-251,-160,-307r-4,0r0,355r-77,0r0,-488r89,0r121,231v21,39,37,83,61,119r172,-350r85,0r0,488r-77,0r0,-349r-4,0r-148,301r-58,0","w":644},{"d":"272,-617r157,563r45,0r5,47v-44,17,-105,28,-119,-18r-110,-390r-4,0r-162,415r-78,0r184,-465r47,0r-43,-146v-13,-56,-45,-49,-99,-40r-11,-55v112,-34,156,-28,188,89","w":495,"k":{"\u03c4":10,"\u03c7":-10,"\u03bd":40,"\u03b3":30}},{"d":"125,-196r2,-3v-33,-18,-64,-56,-64,-125v0,-161,152,-199,288,-164r158,0r0,52r-76,0r-2,5v23,24,34,63,34,103v0,125,-112,167,-259,167v-48,0,-79,7,-79,37v0,21,21,33,51,33r128,0v119,0,186,53,186,148v0,97,-92,159,-239,159v-167,0,-209,-69,-209,-143v0,-55,36,-98,65,-114v-38,-8,-60,-32,-60,-71v0,-58,43,-77,76,-84xm294,-30r-111,0v-27,9,-59,51,-59,89v0,51,25,97,141,97v93,0,145,-39,145,-97v0,-41,-17,-89,-116,-89xm382,-328v0,-51,-27,-111,-119,-111v-77,0,-117,41,-117,111v0,66,42,109,107,109v74,0,129,-34,129,-109xm317,-619v0,31,-26,56,-57,56v-31,0,-55,-25,-55,-56v0,-31,24,-57,55,-57v31,0,57,26,57,57","w":549},{"d":"564,-643v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59xm383,0v-1,-15,3,-36,-2,-48v-40,33,-98,54,-150,54v-140,0,-183,-111,-183,-241v0,-149,53,-264,198,-264v37,0,96,10,135,36r0,-248r82,0r0,711r-80,0xm381,-107r0,-292v-22,-16,-79,-35,-123,-35v-68,0,-126,46,-126,200v0,216,149,200,249,127","w":639},{"d":"70,-69r0,-419r81,0r0,427r59,0r4,49v-59,29,-144,28,-144,-57xm89,-763r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121","w":239,"k":{"\u03bd":20}},{"d":"513,0r-433,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65xm283,-730v-70,0,-121,-55,-162,-112r47,-33v36,49,80,83,119,83v24,0,68,-5,142,-77r27,25v-58,84,-120,114,-173,114","w":564},{"d":"479,0r-188,-616v-7,2,-12,32,-28,84r-166,532r-86,0r226,-685r108,0r223,685r-89,0","w":579,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"418,-298r-5,-3v-138,88,-370,71,-370,-156v0,-135,92,-217,225,-217v180,0,230,140,230,311v0,215,-84,369,-264,369v-71,0,-131,-18,-154,-30v6,-18,11,-38,18,-57v49,19,102,24,134,24v147,0,182,-167,186,-241xm259,-314v99,0,154,-49,158,-51v1,-102,-8,-242,-151,-242v-95,0,-144,60,-144,146v0,85,34,147,137,147","w":558},{"d":"480,-243v0,125,-51,251,-222,251v-160,0,-210,-117,-210,-249v0,-130,60,-257,220,-257v163,0,212,127,212,255xm395,-241v0,-87,-19,-194,-127,-194v-108,0,-135,102,-135,194v0,97,20,186,135,186v106,0,127,-98,127,-186","w":528},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm675,-24v81,0,147,-16,202,-54r-38,-100v-166,74,-245,32,-245,-201v0,-128,36,-208,121,-208v38,0,81,9,117,24r38,-98v-43,-25,-96,-45,-174,-45v-184,0,-259,160,-259,336v0,197,57,345,238,346xm1191,-425r-5,0r-37,-96r-75,-172r-151,0r190,404r0,252r145,0r0,-254r195,-402r-152,0r-73,172"},{"d":"264,-439v-94,0,-125,76,-131,159r249,0v0,-94,-28,-159,-118,-159xm262,-499v195,0,197,173,197,233r0,39r-327,0v-1,91,30,171,139,171v57,0,101,-12,156,-35r20,52v-58,31,-117,45,-182,45v-174,0,-217,-113,-217,-249v0,-87,30,-256,214,-256xm409,-603v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm221,-603v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":505,"k":{"\u2019":20,"\u201d":20}},{"d":"882,-371v0,226,-68,334,-283,334r-180,0r0,-657r179,0v138,0,284,32,284,323xm732,-375v-4,-197,-48,-210,-169,-206r0,431v146,16,172,-61,169,-225xm1109,-334r-5,1r0,296r-146,0r0,-656r146,0r0,280r5,0r190,-280r166,0r-227,313r229,343r-177,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"424,-59r-147,2r236,-236r-492,0r0,-107r491,0r-236,-235r149,0r288,288","w":736},{"d":"56,-384r263,0r-55,367r-158,0xm385,8r73,-378r150,17r-33,357r-53,-249xm608,-404r-150,20v0,0,-10,-69,-30,-99v-19,-27,-201,-120,-210,-125r315,40v0,0,70,124,75,164xm472,-595v-31,0,-56,-27,-56,-54v0,-34,25,-60,56,-60v33,0,58,26,58,60v0,27,-25,54,-58,54xm271,-533r10,30v-10,8,-52,48,-44,65v-17,-16,-44,-4,-62,-4v-10,0,-45,-18,-45,-19v22,-9,48,-42,55,-70v0,0,12,6,32,13v9,-1,36,-7,54,-15","w":670},{"d":"412,-456r-291,392r305,0r0,64r-406,0r0,-51r291,-395r-273,0r1,-64r373,0r0,54xm285,-630v0,31,-26,56,-57,56v-31,0,-55,-25,-55,-56v0,-31,24,-57,55,-57v31,0,57,26,57,57","w":446},{"d":"558,-449r-203,0r0,100r176,0r0,58r-176,0r0,156r-69,0r0,-373r272,0r0,59xm62,-335v0,-189,156,-345,345,-345v189,0,344,156,344,345v0,189,-155,344,-344,344v-189,0,-345,-155,-345,-344xm126,-335v0,152,123,289,281,289v152,0,281,-137,281,-289v0,-158,-129,-288,-281,-288v-158,0,-281,130,-281,288","w":822},{"d":"513,0r-433,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65xm26,-676r-134,153r-41,-31r111,-171","w":564},{"d":"472,0r-80,0r0,-236r-247,0r1,236r-81,0r0,-372r-52,0r0,-41r52,0r0,-96r81,0r0,96r246,0r0,-96r80,0r0,96r55,0r0,41r-55,0r0,372xm146,-298r246,0r0,-74r-246,0r0,74","w":537},{"d":"527,0r-447,0r0,-684r85,0r0,621r362,0r0,63xm269,137v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":537,"k":{"'":100,"T":70,"\u0162":70,"\u0164":70,"\u0166":70,"Y":70,"\u0178":70,"\u00dd":70,"\u0176":70,"\u1ef2":70,"v":30,"w":30,"y":30,"\u0175":30,"\u1e81":30,"\u1e83":30,"\u1e85":30,"\u1ef3":30,"\u2019":110,"\u201d":110,"V":50,"W":50,"\u0174":50,"\u1e80":50,"\u1e82":50,"\u1e84":50,"C":20,"G":20,"O":20,"Q":20,"\u0152":20,"\u00c7":20,"\u00d2":20,"\u00d3":20,"\u00d4":20,"\u00d5":20,"\u00d6":20,"\u00d8":20,"\u0106":20,"\u0108":20,"\u010a":20,"\u010c":20,"\u011c":20,"\u011e":20,"\u0120":20,"\u0122":20,"\u014c":20,"\u014e":20,"\u0150":20,"\u01a0":20,"\u01fe":20}},{"d":"372,-488r83,0r0,297v0,114,-74,197,-200,197v-131,0,-195,-75,-195,-184r0,-310r82,0r0,310v0,70,28,119,112,119v80,0,118,-55,118,-128r0,-301xm395,-682r-134,153r-41,-31r111,-171","w":515},{"d":"367,-599r-326,0r0,-65r405,0r0,59r-273,605r-77,0","w":502},{"d":"264,-439v-94,0,-125,76,-131,159r249,0v0,-94,-28,-159,-118,-159xm262,-499v195,0,197,173,197,233r0,39r-327,0v-1,91,30,171,139,171v57,0,101,-12,156,-35r20,52v-58,31,-117,45,-182,45v-174,0,-217,-113,-217,-249v0,-87,30,-256,214,-256xm414,-715r24,29r-152,141r-54,0r-151,-143r23,-28r155,97","w":505,"k":{"\u2019":20,"\u201d":20}},{"d":"352,-233r-125,8v-66,3,-98,36,-98,85v0,57,26,85,90,85v42,0,88,-23,133,-64r0,-114xm502,-13v-56,24,-148,45,-149,-43v-75,64,-139,64,-169,64v-113,0,-142,-84,-142,-140v0,-85,61,-139,185,-147r125,-8v3,-92,-11,-142,-105,-142v-48,0,-102,10,-151,27r-18,-55v135,-56,353,-81,353,123r0,273r66,0xm430,-561r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":530,"k":{"\u2019":40,"\u201d":40}},{"d":"638,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v220,0,284,169,284,355xm549,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280xm74,-676r-134,153r-41,-31r111,-171","w":698,"k":{"\ue199":10,"\ue198":10,"\ue197":20,"\u03a7":20,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\u0391":20,"\u039b":20,"\u2206":20,"\u1fb8":20,"\u1fb9":20,"\u1fbc":20,"\ue264":20}},{"d":"379,-603v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm191,-603v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":470},{"d":"175,-747r0,-64r326,0r0,64r-326,0","w":668},{"d":"617,-685r0,54r-234,631r-104,0r-202,-538v-12,-48,-37,-83,-33,-147r573,0xm126,-624r203,558r2,0r199,-558r-404,0","w":663},{"d":"372,-488r83,0r0,297v0,114,-74,197,-200,197v-131,0,-195,-75,-195,-184r0,-310r82,0r0,310v0,70,28,119,112,119v80,0,118,-55,118,-128r0,-301xm426,-604v0,25,-23,43,-48,43v-25,0,-43,-18,-43,-43v0,-25,22,-45,45,-45v25,0,46,18,46,45xm201,-604v0,25,-20,43,-46,43v-26,0,-46,-18,-46,-43v0,-25,21,-45,44,-45v28,0,48,18,48,45xm356,-710r-98,176r-45,-17r72,-191","w":515},{"d":"516,-81r6,0r36,-149r70,-258r82,0r-145,488r-89,0r-71,-226r-49,-173r-5,0r-45,173r-65,226r-89,0r-143,-488r82,0r69,252r38,155r5,0r41,-161r70,-246r79,0r81,257xm372,-535r-145,-139r60,-57r123,162","w":720,"k":{"c":10,"d":10,"e":10,"g":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"\u01a1":10,"\u01ff":10,"\u00f0":10,",":60,".":60,"\u2026":60}},{"d":"556,-37r0,-657r387,0r0,118r-240,0r0,139r211,0r0,116r-211,0r0,284r-147,0xm1070,-37r0,-656r145,0r0,656r-145,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm453,-65v163,77,435,56,435,-160v0,-128,-56,-171,-202,-218v-62,-20,-88,-35,-88,-80v0,-51,40,-66,78,-66v12,0,85,0,145,24v5,-13,27,-87,31,-100v-151,-77,-405,-59,-405,146v0,132,73,164,193,204v68,23,97,35,97,92v0,59,-34,80,-102,80v-22,0,-86,-4,-146,-27v-4,14,-32,91,-36,105xm966,-694r0,657r387,0r0,-117r-241,0r0,-167r212,0r0,-115r-212,0r0,-140r241,0r0,-118r-387,0"},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm327,-706r13,-6v110,24,107,110,9,155r-18,-18v38,-31,50,-72,-21,-82xm440,-721v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm330,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":730},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0","w":579,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"360,-696v74,0,132,13,173,28r-18,63v-54,-19,-105,-23,-147,-23v-135,0,-206,91,-218,240v86,-1,173,-3,261,-5r0,67v-89,-1,-176,-3,-263,-3v1,153,46,269,222,269v36,0,109,-7,163,-24r16,60v-48,19,-131,32,-194,32v-218,0,-295,-140,-295,-346v0,-147,61,-358,300,-358","w":593,"k":{"\ue1cb":60,"\ue1ce":40}},{"d":"159,-572r0,220r227,155r0,197r-161,0r23,-107r-189,-232r50,-233r50,0xm640,-352r0,-220r50,0r51,233r-189,232r22,107r-160,0r0,-197xm188,-603r207,113r0,258r-207,-124r0,-247xm192,-612r203,-106r211,107r-206,111xm406,-490r207,-113r0,247r-207,124r0,-258","w":796},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm737,-386r0,-3v61,-23,89,-78,89,-134v0,-116,-90,-171,-196,-171r-231,0r0,657r257,0v109,0,190,-80,190,-191v0,-73,-31,-134,-109,-158xm701,-237v0,93,-71,91,-157,89r0,-178v85,-4,156,4,157,89xm682,-516v0,80,-61,85,-138,81r0,-146v69,0,138,-9,138,65xm919,-372v0,197,62,348,261,348v52,0,134,-8,211,-54r0,-322r-191,0r0,84r52,8r0,152v-119,42,-175,-49,-176,-223v0,-128,46,-209,134,-209v38,0,89,11,121,25r37,-100v-44,-24,-100,-44,-177,-44v-185,0,-272,161,-272,335"},{"d":"638,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v220,0,284,169,284,355xm549,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280xm186,-747r0,-64r326,0r0,64r-326,0","w":698,"k":{"X":10,"Y":20,"\u0178":20,"\u00dd":20,"\u0176":20,"\u1ef2":20,"\u2019":40,"\u201d":40,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"V":20,"W":20,"\u0174":20,"\u1e80":20,"\u1e82":20,"\u1e84":20}},{"d":"229,-54r136,-434r83,0r-192,577v-42,116,-100,153,-246,109r13,-57v85,17,132,28,159,-57r28,-87r-39,0r-153,-485r79,0r127,434r5,0","w":460,"k":{"\u0455":10,"\u044f":10,"\u0430":20,"\u0434":30,"\u043b":30,"\u0459":30,"\u0435":20,"\u043e":20,"\u0441":20,"\u0444":20,"\u0451":20,"\u0454":20,"\u0437":10,"\u04d9":10,"\u044d":10}},{"d":"117,-66r3,6r280,0r0,60r-388,0r0,-51r273,-370r-3,-7r-240,0r0,-60r347,0r0,53xm337,-674r-145,139r-36,-31r123,-162","w":411},{"d":"528,-471v0,132,-108,239,-242,239v-135,0,-243,-107,-243,-239v0,-133,107,-240,243,-240v134,0,242,107,242,240xm492,-471v0,-113,-90,-206,-206,-206v-115,0,-207,93,-207,206v0,112,91,205,207,205v118,0,206,-93,206,-205xm348,-537v0,-59,-50,-51,-104,-51r0,102v53,-1,104,12,104,-51xm399,-328r-48,0r-56,-126r-51,0r0,126r-44,0r0,-292v92,-1,192,-12,192,82v0,25,-16,62,-54,78","w":581},{"d":"242,-458v-63,0,-109,23,-109,80v0,50,63,63,123,82v86,27,170,64,170,153v0,164,-255,181,-391,109r25,-58v79,33,119,35,153,35v84,0,134,-19,134,-85v0,-44,-44,-68,-111,-88v-94,-28,-183,-51,-183,-140v0,-150,214,-183,347,-114r-24,56v-52,-24,-105,-30,-134,-30","w":461},{"d":"352,-233r-125,8v-66,3,-98,36,-98,85v0,57,26,85,90,85v42,0,88,-23,133,-64r0,-114xm502,-13v-56,24,-148,45,-149,-43v-75,64,-139,64,-169,64v-113,0,-142,-84,-142,-140v0,-85,61,-139,185,-147r125,-8v3,-92,-11,-142,-105,-142v-48,0,-102,10,-151,27r-18,-55v135,-56,353,-81,353,123r0,273r66,0xm326,-573v-60,0,-108,-39,-145,-39r-57,39r-28,-22v16,-45,48,-75,87,-75v47,0,108,39,144,39r57,-40r28,22v-15,45,-47,76,-86,76","w":530,"k":{"\u2019":40,"\u201d":40}},{"d":"330,-457v0,28,-23,51,-49,51v-28,0,-51,-24,-51,-51v0,-28,22,-50,50,-50v28,0,50,22,50,50xm474,-270r-389,0r0,-58r389,0r0,58xm330,-140v0,28,-23,51,-49,51v-28,0,-51,-24,-51,-51v0,-28,22,-49,50,-49v28,0,50,21,50,49","w":558},{"d":"489,-410r-71,0r-37,168r75,0r-9,47r-76,0r-42,195r-52,0r42,-195r-146,0r-43,195r-52,0r43,-195r-75,0r9,-47r76,0r37,-168r-80,0r9,-46r81,0r39,-172r51,0r-38,172r147,0r38,-172r52,0r-38,172r69,0xm220,-410r-37,168r147,0r36,-168r-146,0","w":533},{"d":"237,-701r-292,723r-56,0r294,-723r54,0","w":107},{"d":"495,-868r-145,139r-38,-31r123,-161","w":668},{"d":"385,-247v-79,0,-148,-47,-203,-47r-73,47r-34,-28v23,-52,64,-85,114,-85v62,0,155,47,208,47r68,-48r33,27v-21,51,-61,87,-113,87","w":558},{"d":"413,-560r-7,-1r-125,561r-103,0r-168,-684r88,0r131,581r5,0r130,-581r90,0r155,580r6,0r128,-580r84,0r-166,684r-100,0xm589,-759r-25,29r-155,-89r-154,90r-23,-28r150,-138r55,0","w":837,"k":{"\u015d":30,"\u0159":20,"\u014b":20,"\u0149":20,"\u0146":20,"\u012d":20,"\u012b":20,"\u0129":20,"\u00ef":20,"\u00ee":20,"\u00ec":20,"\u0161":30,"r":20,"v":30,"w":30,"y":30,"\u0175":30,"\u1e81":30,"\u1e83":30,"\u1e85":30,"\u1ef3":30,"\ue116":20,"\ue11b":20,"\ue138":20,"\ue172":20,"\ue17d":20,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"\ue100":30,"\ue104":30,"\ue10c":30,"\ue10e":30,"\ue119":30,"\ue123":30,"\ue12e":30,"\ue12f":30,"\ue130":30,"\ue131":30,"\ue132":30,"\ue133":30,"\ue13d":30,"\ue13e":30,"\ue13f":30,"\ue140":30,"\ue148":30,"\ue149":30,"\ue14a":30,"\ue14b":30,"\ue15f":30,"\ue160":30,"\ue161":30,"\ue176":30,"C":10,"G":10,"O":10,"Q":10,"\u0152":10,"\u00c7":10,"\u00d2":10,"\u00d3":10,"\u00d4":10,"\u00d5":10,"\u00d6":10,"\u00d8":10,"\u0106":10,"\u0108":10,"\u010a":10,"\u010c":10,"\u011c":10,"\u011e":10,"\u0120":10,"\u0122":10,"\u014c":10,"\u014e":10,"\u0150":10,"\u01a0":10,"\u01fe":10,"a":20,"\u00e6":20,"\u00e0":20,"\u00e1":20,"\u00e2":20,"\u00e3":20,"\u00e4":20,"\u00e5":20,"\u0101":20,"\u0103":20,"\u0105":20,"\u01fd":20,"c":30,"d":30,"e":30,"g":30,"o":30,"q":30,"\u00e7":30,"\u00e8":30,"\u00e9":30,"\u00ea":30,"\u00eb":30,"\u00f2":30,"\u00f3":30,"\u00f4":30,"\u00f5":30,"\u00f6":30,"\u00f8":30,"\u0107":30,"\u0109":30,"\u010b":30,"\u010d":30,"\u010f":30,"\u0111":30,"\u0113":30,"\u0115":30,"\u0117":30,"\u0119":30,"\u011b":30,"\u011d":30,"\u011f":30,"\u0121":30,"\u0123":30,"\u014d":30,"\u014f":30,"\u0151":30,"\u01a1":30,"\u01ff":30,"\u00f0":30,"i":20,"m":20,"n":20,"p":20,"\u00ed":20,"\u012f":20,"\u0133":20,"\u0144":20,"\u0148":20,"\u0155":20,"\u0157":20,"s":30,"\u015b":30,"\u015f":30,"\u0219":30,"u":20,"\u00f9":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u0169":20,"\u016b":20,"\u016d":20,"\u016f":20,"\u0171":20,"\u0173":20,"\u01b0":20,",":90,".":90,"\u2026":90,":":50,";":50,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40,"\ue110":40,"\ue118":40,"\ue165":40,"\ue166":40,"\ue167":40,"\ue179":40,"-":60,"\u2013":60,"\u2014":60,"\u00ad":60,"\ue0ff":30,"\ue101":30,"\ue102":30,"\ue103":30,"\ue108":30,"\ue109":30,"\ue10d":30,"\ue10f":30,"\ue124":30,"\ue125":30,"\ue126":30,"\ue127":30,"\ue12c":30,"\ue139":30,"\ue141":30,"\ue142":30,"\ue143":30,"\ue144":30,"\ue145":30,"\ue146":30,"\ue147":30,"\ue153":30,"\ue156":30,"\ue157":30,"\ue158":30,"\ue159":30,"\ue15a":30,"\ue162":30,"\ue163":30,"\ue164":30,"\ue112":20,"\ue16b":20,"\ue16c":20,"\ue16d":20,"\ue16e":20,"\ue16f":20,"\ue170":20}},{"d":"70,-69r0,-419r81,0r0,427r59,0r4,49v-59,29,-144,28,-144,-57xm252,-603v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm64,-603v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":239,"k":{"\u03bd":20}},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm756,-386r0,-3v62,-23,90,-78,90,-134v0,-116,-91,-171,-196,-171r-231,0r0,657r257,0v109,0,189,-80,189,-191v0,-73,-30,-134,-109,-158xm721,-237v0,93,-72,91,-157,89r0,-178v85,-4,157,3,157,89xm701,-516v0,81,-60,85,-137,81r0,-146v68,0,137,-9,137,65xm1266,-37r146,0r-94,-229r-63,-49v71,-22,129,-75,129,-189v0,-163,-126,-189,-222,-189r-196,0r0,656r145,0r0,-264r56,0xm1238,-500v2,78,-49,92,-127,87r0,-166v70,-1,125,-3,127,79"},{"d":"164,-278r0,278r-84,0r0,-685r84,0r0,311r299,-311r96,0r-265,273r275,412r-95,0r-235,-355","w":580,"k":{"\u03cd":30,"\u03cc":20,"\u03ac":20,"\u1ff7":20,"\u1ff6":20,"\u1ff4":20,"\u1ff3":20,"\u1ff2":20,"\u1fe7":30,"\u1fe6":30,"\u1fe3":30,"\u1fe2":30,"\u1fe1":30,"\u1fe0":30,"\u1fb7":20,"\u1fb6":20,"\u1fb4":20,"\u1fb3":20,"\u1fb2":20,"\u1fb1":20,"\u1fb0":20,"\u1fa7":20,"\u1fa6":20,"\u1fa5":20,"\u1fa4":20,"\u1fa3":20,"\u1fa2":20,"\u1fa1":20,"\u1fa0":20,"\u1f87":20,"\u1f86":20,"\u1f85":20,"\u1f84":20,"\u1f83":20,"\u1f82":20,"\u1f81":20,"\u1f80":20,"\u1f7d":20,"\u1f7c":20,"\u1f7b":30,"\u1f7a":30,"\u1f79":20,"\u1f78":20,"\u1f71":20,"\u1f70":20,"\u1f67":20,"\u1f66":20,"\u1f65":20,"\u1f64":20,"\u1f63":20,"\u1f62":20,"\u1f61":20,"\u1f60":20,"\u1f57":30,"\u1f56":30,"\u1f55":30,"\u1f54":30,"\u1f53":30,"\u1f52":30,"\u1f51":30,"\u1f50":30,"\u1f45":20,"\u1f44":20,"\u1f43":20,"\u1f42":20,"\u1f41":20,"\u1f40":20,"\u1f07":20,"\u1f06":20,"\u1f05":20,"\u1f04":20,"\u1f03":20,"\u1f02":20,"\u1f01":20,"\u1f00":20,"\u03ce":20,"\u03b0":30,"\u03cb":30,"\u039f":30,"\u0398":30,"\u03c3":20,"\u03c6":20,"\u03bf":20,"\u03c9":20,"\u03c5":30,"\u03b1":20,"\u03c4":20,"\u03bd":50,"\u03b8":20,"\u03b6":20,"\u03b4":20,"\u03b3":40}},{"d":"280,-433v-92,0,-123,57,-123,129r0,303r-71,0r-1,-306v0,-110,68,-190,196,-190v130,0,201,90,201,203r0,293r-73,0r0,-295v0,-72,-36,-137,-129,-137","w":565},{"d":"682,-589r48,-27r-82,144r-167,0r52,-33v-39,-62,-69,-154,-131,-189r181,0v37,0,45,8,53,23xm321,-695v48,0,86,31,106,58r-121,220r-147,-87r83,-146v17,-23,44,-45,79,-45xm587,-408r151,-87r86,148v48,80,-30,167,-114,161xm225,-425r78,135r-46,-27v-29,61,-93,147,-105,212r-88,-152v-15,-27,-18,-36,-9,-62r50,-86r-41,-20r161,0xm555,58r-86,-138r86,-137r0,60v98,-4,175,16,244,-30r-100,152v-36,53,-77,30,-144,35r0,58xm448,-157r0,157r-189,0v-30,0,-84,-21,-84,-84v0,-24,10,-47,24,-73r249,0","w":889},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm442,-868r-145,139r-38,-31r123,-161","w":579,"k":{"'":70}},{"d":"247,0r0,-585r-149,10r0,-56v74,-13,136,-38,229,-33r0,664r-80,0","w":558,"k":{"\ue374":50,"\ue071":80,"\ue370":60,"\ue36c":40,"\ue36b":60,"\ue363":50,"\ue360":50,"\ue326":80,"\ue31e":50,"\ue07e":70,"\ue07d":90,"\ue070":80,"\u00ba":80,"\u00aa":70}},{"d":"412,-210v1,-143,-163,-174,-275,-117r-48,-32r20,-305r355,0r0,65r-288,0r-13,202v18,-5,52,-20,112,-20v109,0,219,60,219,207v1,231,-268,259,-445,179r19,-58v74,22,125,30,166,30v108,0,178,-46,178,-151","w":558},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm290,-729r-144,-139r60,-55r123,161","w":579,"k":{"'":70}},{"d":"39,-32r26,-56v62,28,116,33,151,33v62,0,111,-19,111,-78v0,-52,-50,-67,-105,-86v-85,-30,-165,-52,-165,-142v0,-149,204,-167,323,-102r-25,57v-50,-20,-88,-26,-122,-26v-51,0,-99,18,-99,72v0,42,64,61,104,74v82,26,168,49,168,152v0,162,-249,165,-367,102","w":446,"k":{"\u2019":20,"\u201d":20}},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm5,-467r-132,-195r79,-40r93,214","w":695},{"d":"482,-138r0,67r-398,-201r0,-50r398,-200r0,68r-325,156","w":558},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm729,-298r-116,0r53,-255r7,0xm588,-186r166,0r35,149r151,0r-186,-656r-169,0r-182,656r151,0xm977,-694r0,657r387,0r0,-117r-241,0r0,-167r212,0r0,-115r-212,0r0,-140r241,0r0,-118r-387,0"},{"d":"220,0r0,-296r-210,-389r89,0r164,319r4,0r171,-319r87,0r-216,385r0,300r-89,0xm404,-771v0,26,-21,44,-49,44v-24,0,-42,-18,-42,-44v0,-24,19,-44,42,-44v28,0,49,18,49,44xm217,-771v0,26,-20,44,-46,44v-27,0,-46,-18,-46,-44v0,-24,21,-44,44,-44v28,0,48,18,48,44","w":536,"k":{"\u015d":50,"\u0159":40,"\u0157":40,"\u0155":40,"\u0149":40,"\u0133":40,"\u012d":40,"\u012b":40,"\u0129":40,"\u00ef":40,"\u00ee":40,"\u00ed":40,"\u00ec":40,"\u0161":50,"r":40,"v":50,"w":50,"y":50,"\u0175":50,"\u1e81":50,"\u1e83":50,"\u1e85":50,"\u1ef3":50,"A":50,"\u00c6":50,"\u00c0":50,"\u00c1":50,"\u00c2":50,"\u00c3":50,"\u00c4":50,"\u00c5":50,"\u0100":50,"\u0102":50,"\u0104":50,"\u01fc":50,"C":30,"G":30,"O":30,"Q":30,"\u0152":30,"\u00c7":30,"\u00d2":30,"\u00d3":30,"\u00d4":30,"\u00d5":30,"\u00d6":30,"\u00d8":30,"\u0106":30,"\u0108":30,"\u010a":30,"\u010c":30,"\u011c":30,"\u011e":30,"\u0120":30,"\u0122":30,"\u014c":30,"\u014e":30,"\u0150":30,"\u01a0":30,"\u01fe":30,"a":80,"\u00e6":80,"\u00e0":80,"\u00e1":80,"\u00e2":80,"\u00e3":80,"\u00e4":80,"\u00e5":80,"\u0101":80,"\u0103":80,"\u0105":80,"\u01fd":80,"c":50,"d":50,"e":50,"g":50,"o":50,"q":50,"\u00e7":50,"\u00e8":50,"\u00e9":50,"\u00ea":50,"\u00eb":50,"\u00f2":50,"\u00f3":50,"\u00f4":50,"\u00f5":50,"\u00f6":50,"\u00f8":50,"\u0107":50,"\u0109":50,"\u010b":50,"\u010d":50,"\u010f":50,"\u0111":50,"\u0113":50,"\u0115":50,"\u0117":50,"\u0119":50,"\u011b":50,"\u011d":50,"\u011f":50,"\u0121":50,"\u0123":50,"\u014d":50,"\u014f":50,"\u0151":50,"\u01a1":50,"\u01ff":50,"\u00f0":50,"i":40,"m":40,"n":40,"p":40,"\u012f":40,"\u0144":40,"\u0146":40,"\u0148":40,"\u014b":40,"s":50,"\u015b":50,"\u015f":50,"\u0219":50,"u":50,"\u00f9":50,"\u00fa":50,"\u00fb":50,"\u00fc":50,"\u0169":50,"\u016b":50,"\u016d":50,"\u016f":50,"\u0171":50,"\u0173":50,"\u01b0":50,",":70,".":70,"\u2026":70,":":50,";":50,"-":50,"\u2013":50,"\u2014":50,"\u00ad":50}},{"d":"73,-493v0,-113,70,-192,204,-192r235,0r0,685r-84,0r0,-298v-128,-1,-214,-12,-249,110r-54,188r-85,0r56,-198v16,-56,45,-105,98,-121v-80,-22,-121,-93,-121,-174xm160,-489v0,164,132,119,268,126r0,-256r-136,0v-75,0,-132,38,-132,130","w":592,"k":{"\u042a":40}},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm646,-24v82,0,148,-16,203,-54r-39,-100v-166,74,-245,32,-245,-201v0,-128,36,-208,121,-208v39,0,81,9,118,24r37,-98v-43,-25,-96,-45,-174,-45v-183,0,-258,160,-258,336v0,197,56,345,237,346xm912,-145r0,108r429,0r0,-117r-268,0r256,-436r0,-104r-395,0r0,118r231,0"},{"d":"220,0r0,-296r-210,-389r89,0r164,319r4,0r171,-319r87,0r-216,385r0,300r-89,0","w":536,"k":{"\u1fd7":60,"\u1fd6":60,"\u1fd3":60,"\u1fd2":60,"\u1fd1":60,"\u1fd0":60,"\u1f76":60,"\u1f37":60,"\u1f36":60,"\u1f35":60,"\u1f34":60,"\u1f33":60,"\u1f32":60,"\ue199":40,"\ue198":50,"\ue194":30,"\u03ca":60,"\u0390":60,"\u03c4":50,"\u03c8":80,"\u03c7":50,"\u03bb":50,"\u03c0":50,"\u03a6":50,"\u03bd":60,"\u03c1":60,"\u03b8":30,"\u03b6":40,"\u03b4":60,"\u03b3":60,"\u03b2":30,",":50,".":50,"\u2026":50,"-":90,"\u2013":90,"\u2014":90,"\u00ad":90,"\ue183":70,"\ue186":70,"\ue18d":70,"\ue19b":70,"\u0391":50,"\u039b":50,"\u2206":50,"\u1fb8":50,"\u1fb9":50,"\u1fbc":50,"\ue264":50,"\ue18a":60,"\ue191":60,"\ue19f":60,"\ue19a":50,"\ue1a1":50,"\u0398":30,"\u039f":30,"\u03b1":50,"\u03c9":50,"\u03bf":50,"\u03c6":50,"\u03c3":50,"\u03ce":50,"\u1f00":50,"\u1f01":50,"\u1f02":50,"\u1f03":50,"\u1f04":50,"\u1f05":50,"\u1f06":50,"\u1f07":50,"\u1f40":50,"\u1f41":50,"\u1f42":50,"\u1f43":50,"\u1f44":50,"\u1f45":50,"\u1f60":50,"\u1f61":50,"\u1f62":50,"\u1f63":50,"\u1f64":50,"\u1f65":50,"\u1f66":50,"\u1f67":50,"\u1f70":50,"\u1f71":50,"\u1f78":50,"\u1f79":50,"\u1f7c":50,"\u1f7d":50,"\u1f80":50,"\u1f81":50,"\u1f82":50,"\u1f83":50,"\u1f84":50,"\u1f85":50,"\u1f86":50,"\u1f87":50,"\u1fa0":50,"\u1fa1":50,"\u1fa2":50,"\u1fa3":50,"\u1fa4":50,"\u1fa5":50,"\u1fa6":50,"\u1fa7":50,"\u1fb0":50,"\u1fb1":50,"\u1fb2":50,"\u1fb3":50,"\u1fb4":50,"\u1fb6":50,"\u1fb7":50,"\u1ff2":50,"\u1ff3":50,"\u1ff4":50,"\u1ff6":50,"\u1ff7":50,"\u03ac":50,"\u03cc":50,"\u03b5":60,"\u03ad":60,"\u1f10":60,"\u1f11":60,"\u1f12":60,"\u1f13":60,"\u1f14":60,"\u1f15":60,"\u1f72":60,"\u1f73":60,"\u03b7":50,"\u03ba":50,"\u03ae":50,"\u1f20":50,"\u1f21":50,"\u1f22":50,"\u1f23":50,"\u1f24":50,"\u1f25":50,"\u1f26":50,"\u1f27":50,"\u1f74":50,"\u1f75":50,"\u1f90":50,"\u1f91":50,"\u1f92":50,"\u1f93":50,"\u1f94":50,"\u1f95":50,"\u1f96":50,"\u1f97":50,"\u1fc2":50,"\u1fc3":50,"\u1fc4":50,"\u1fc6":50,"\u1fc7":50,"\u03bc":50,"\u03b9":60,"\u03af":60,"\u1f30":60,"\u1f31":60,"\u1f77":60,"\ue184":40,"\ue185":40,"\ue187":40,"\ue18c":40,"\ue193":40}},{"d":"264,-448r0,-218r230,0r0,218r218,0r0,230r-213,0r0,218r-231,0r0,-218r-217,0r0,-230r213,0","w":748},{"d":"26,0r366,-700r366,700r-732,0xm392,-574r-272,517r544,0","w":788},{"d":"60,-315v0,-221,101,-370,148,-428r35,22v-30,45,-108,186,-108,405v0,246,78,382,109,432r-36,25v-45,-57,-148,-209,-148,-456","w":285},{"d":"908,-698r0,702r-69,0r0,-702r69,0xm474,-698r351,351r-351,351r0,-702xm96,-698r351,351r-351,351r0,-702","w":1000},{"d":"125,-196r2,-3v-33,-18,-64,-56,-64,-125v0,-161,152,-199,288,-164r158,0r0,52r-76,0r-2,5v23,24,34,63,34,103v0,125,-112,167,-259,167v-48,0,-79,7,-79,37v0,21,21,33,51,33r128,0v119,0,186,53,186,148v0,97,-92,159,-239,159v-167,0,-209,-69,-209,-143v0,-55,36,-98,65,-114v-38,-8,-60,-32,-60,-71v0,-58,43,-77,76,-84xm294,-30r-111,0v-27,9,-59,51,-59,89v0,51,25,97,141,97v93,0,145,-39,145,-97v0,-41,-17,-89,-116,-89xm382,-328v0,-51,-27,-111,-119,-111v-77,0,-117,41,-117,111v0,66,42,109,107,109v74,0,129,-34,129,-109xm316,-596v0,27,-24,50,-55,50v-34,0,-57,-25,-56,-61v2,-50,33,-92,85,-118r20,25v-20,19,-30,36,-30,56v22,6,36,24,36,48","w":549},{"d":"227,-356r-205,-328r96,0r163,274r165,-274r95,0r-212,332r219,352r-94,0r-179,-296r-174,296r-93,0","w":557,"k":{"\u045e":30,"\ue1c9":40,"\ue1d1":40,"\ue1b3":40,"\ue1aa":40,"\u044a":30,"\u0443":30,"\u0442":30,"\ue1cb":30,"\ue1ce":50,"\u0431":20}},{"d":"215,-577r101,-54v22,25,25,49,27,79v-40,4,-78,10,-118,14r84,79v-18,23,-38,38,-65,49r-50,-106r-49,105v-27,-10,-46,-23,-67,-48r84,-80r-113,-15v3,-32,10,-56,26,-80r101,57v-7,-37,-16,-76,-23,-113v27,-7,58,-7,85,0","w":389},{"d":"130,30r-76,0r1,-219r8,-172r54,0r9,172xm92,-410v-28,0,-47,-20,-47,-42v0,-24,19,-44,46,-44v28,0,48,20,48,44v0,23,-18,42,-47,42","w":184},{"d":"370,-326v-76,0,-143,-46,-196,-46r-71,46r-32,-24v22,-50,61,-82,110,-82v60,0,150,46,201,46r67,-47r31,23v-20,49,-59,84,-110,84xm370,-203v-76,0,-143,-45,-196,-45r-71,46r-32,-27v22,-49,61,-78,110,-78v60,0,150,46,201,46r67,-47r31,22v-20,49,-59,83,-110,83","w":558},{"d":"483,0r-87,0r-49,-140r-203,0r-50,140r-84,0r189,-510r96,0xm329,-196r-84,-245r-82,245r166,0xm385,-685r-145,139r-36,-31r123,-162","w":493,"k":{"\ue113":20,"\ue114":20,"\ue171":20,"\ue17a":20,"\ue17b":20,"\ue17c":20,"\ue116":50,"\ue11b":50,"\ue138":50,"\ue172":50,"\ue17d":50,"\ue100":10,"\ue104":10,"\ue10c":10,"\ue10e":10,"\ue119":10,"\ue123":10,"\ue12e":10,"\ue12f":10,"\ue130":10,"\ue131":10,"\ue132":10,"\ue133":10,"\ue13d":10,"\ue13e":10,"\ue13f":10,"\ue140":10,"\ue148":10,"\ue149":10,"\ue14a":10,"\ue14b":10,"\ue15f":10,"\ue160":10,"\ue161":10,"\ue176":10,"\ue111":40,"\ue168":40,"\ue169":40,"\ue16a":40,"\ue112":10,"\ue16b":10,"\ue16c":10,"\ue16d":10,"\ue16e":10,"\ue16f":10,"\ue170":10}},{"d":"440,-689r64,0r0,689r-64,0r0,-689xm235,-584v-31,0,-56,-24,-56,-56v0,-32,25,-56,56,-56v33,0,58,24,58,56v0,32,-25,56,-58,56xm244,-224r-16,0r0,200v0,17,-13,26,-26,26v-13,0,-26,-9,-26,-26r0,-200r-74,0r77,-264r-12,0r-44,151v-6,30,-49,23,-49,-7v15,-61,37,-114,54,-172v5,-16,16,-53,74,-53r66,0v59,0,70,37,75,53r53,172v0,30,-39,36,-48,7r-44,-151r-11,0r74,264r-71,0r0,200v0,35,-52,34,-52,0r0,-200xm650,-569r100,0v66,0,82,40,82,77r0,175v0,17,-11,24,-25,24v-12,0,-24,-7,-24,-24r0,-160r-11,0r0,446v0,21,-16,32,-32,32v-16,0,-32,-11,-32,-32r0,-269r-12,0r0,269v0,42,-67,43,-68,0r0,-446r-8,0r0,160v-1,33,-52,32,-52,0r0,-175v0,-40,23,-77,82,-77xm700,-584v-31,0,-55,-24,-55,-56v0,-32,24,-56,55,-56v33,0,56,24,56,56v0,32,-23,56,-56,56","w":880},{"d":"315,-560r-268,0r0,-41r268,0r0,41xm315,-476r-268,0r0,-40r268,0r0,40","w":363},{"d":"105,-13r0,-475r81,0r-1,484v-5,121,-45,173,-174,221v-9,-18,-16,-37,-24,-55v97,-55,118,-89,118,-175xm327,-561r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":297},{"d":"360,-132r-3,-1v-33,26,-81,46,-127,46v-120,0,-160,-84,-160,-193v0,-127,47,-217,172,-217v31,0,82,11,116,32r0,-73r-128,0r0,-42r128,0r0,-105r68,0r0,105r65,0r0,42r-65,0r0,445r-66,0r0,-39xm358,-411v-94,-49,-218,-61,-218,133v0,177,141,152,218,93r0,-226xm478,0r-411,0r0,-49r411,0r0,49","w":558},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm239,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm224,-774r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm261,-581r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":514},{"d":"411,-510r0,62r-265,0r0,145r140,0v123,0,184,67,184,150v0,101,-75,153,-174,153r-231,0r0,-510r346,0xm391,-153v0,-116,-138,-80,-245,-86r0,175v109,-3,245,26,245,-89","w":500},{"d":"125,-196r2,-3v-33,-18,-64,-56,-64,-125v0,-161,152,-199,288,-164r158,0r0,52r-76,0r-2,5v23,24,34,63,34,103v0,125,-112,167,-259,167v-48,0,-79,7,-79,37v0,21,21,33,51,33r128,0v119,0,186,53,186,148v0,97,-92,159,-239,159v-167,0,-209,-69,-209,-143v0,-55,36,-98,65,-114v-38,-8,-60,-32,-60,-71v0,-58,43,-77,76,-84xm294,-30r-111,0v-27,9,-59,51,-59,89v0,51,25,97,141,97v93,0,145,-39,145,-97v0,-41,-17,-89,-116,-89xm382,-328v0,-51,-27,-111,-119,-111v-77,0,-117,41,-117,111v0,66,42,109,107,109v74,0,129,-34,129,-109xm265,-551v-70,0,-121,-56,-162,-112r47,-34v36,50,80,83,118,83v25,0,69,-4,143,-76r27,25v-58,84,-120,114,-173,114","w":549},{"d":"154,-711r-1,711r-80,0r0,-711r81,0xm254,-878r-145,139r-38,-31r123,-161","w":228},{"d":"594,-685r0,439v0,153,-84,254,-262,254v-183,0,-260,-96,-260,-254r0,-439r84,0r0,440v0,125,64,188,177,188v113,0,178,-62,178,-188r-1,-440r84,0xm406,-760v-60,0,-108,-39,-145,-39r-57,39r-28,-22v16,-45,48,-75,87,-75v47,0,108,39,144,39r57,-40r28,22v-15,45,-47,76,-86,76","w":665},{"d":"517,-486v0,83,-46,205,-204,205r-148,0r1,281r-86,0r0,-685r224,0v125,0,213,68,213,199xm297,-620r-132,0r0,275v141,-2,265,28,265,-138v0,-94,-58,-137,-133,-137","w":555,"k":{"\ue1c8":20,"\ue1c5":20,"\ue1c2":50,"\ue1bb":50,"\ue1b1":50,"\ue1ac":20,"\u0459":60,"\u0454":20,"\u0451":20,"\u0444":20,"\u0441":20,"\u043e":20,"\u043b":60,"\u0435":20,"\u0434":60,"\u2026":100,".":100,",":100,"\ue1cb":40,"\ue1b7":50,"\ue1d6":30,"\u0430":40,"\u0425":20,"\u0414":80,"\u0410":50}},{"d":"787,-642r13,43r-46,16r12,41r-46,16r12,42r-46,16r12,41r-46,17r13,42r-46,16r12,41r-46,17r12,41r-47,16r13,42r-46,17r12,41r-46,16r13,42r-43,15r-46,-154r-46,17r13,42r-88,30r12,42r-89,31r13,42r-93,33r-11,-42r-39,14r-30,-100r39,-14r-13,-41r88,-31r-11,-42r88,-31r-13,-42r89,-31r-11,-37r-46,16r-13,-41r-46,16r-12,-41r-38,13r-14,-46r680,-242r13,46","w":870},{"d":"294,0r-214,0r0,-685r223,0v222,0,281,158,281,341v0,187,-67,344,-290,344xm289,-620r-122,0r0,554r117,0v62,0,212,-8,212,-271v0,-268,-136,-283,-207,-283xm444,-892r24,29r-152,135r-54,0r-151,-137r23,-27r155,91","w":644,"k":{"X":10,"Y":20,"\u0178":20,"\u00dd":20,"\u0176":20,"\u1ef2":20,"\u2019":40,"\u201d":40,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"V":20,"W":20,"\u0174":20,"\u1e80":20,"\u1e82":20,"\u1e84":20}},{"d":"340,-591r-4,-7r-283,-1r0,-65r390,0v5,17,9,34,13,50r-207,206v0,8,9,8,18,7v118,0,206,59,206,192v0,228,-272,257,-445,179r20,-58v73,21,124,30,164,30v109,0,179,-47,179,-150v0,-105,-114,-146,-242,-128r-15,-48","w":540},{"d":"264,-439v-94,0,-125,76,-131,159r249,0v0,-94,-28,-159,-118,-159xm262,-499v195,0,197,173,197,233r0,39r-327,0v-1,91,30,171,139,171v57,0,101,-12,156,-35r20,52v-58,31,-117,45,-182,45v-174,0,-217,-113,-217,-249v0,-87,30,-256,214,-256xm320,-619v0,31,-26,56,-57,56v-31,0,-55,-25,-55,-56v0,-31,24,-57,55,-57v31,0,57,26,57,57","w":505,"k":{"\u2019":20,"\u201d":20}},{"d":"375,-696v73,0,134,13,175,28r-17,63v-57,-18,-108,-23,-151,-23v-161,0,-234,112,-234,293v0,152,43,273,212,273v35,0,90,-5,121,-15r0,-275r79,0r0,328v-67,22,-140,32,-207,32v-215,0,-293,-142,-293,-347v0,-146,59,-357,315,-357xm425,-812v0,31,-26,56,-57,56v-31,0,-55,-25,-55,-56v0,-31,24,-57,55,-57v31,0,57,26,57,57","w":629},{"d":"443,-490v0,130,-66,228,-199,228v-147,0,-205,-89,-205,-226v0,-125,54,-235,205,-235v154,0,199,111,199,233xm371,-488v0,-84,-20,-182,-127,-182v-107,0,-133,90,-133,183v0,112,38,172,133,172v87,0,127,-78,127,-173","w":482},{"d":"166,0r-81,0r0,-488r81,0r0,488xm274,-674r-145,139r-36,-31r123,-162","w":254,"k":{"\u2019":20,"\u201d":20}},{"d":"312,-230r-258,0r0,-68r258,0r0,68","w":366,"k":{"\ue04f":20,"\ue04b":20,"\ue04a":20,"\ue195":20,"\ue007":50,"\ue005":40,"\ue003":60,"\ue002":60,"\u03a7":20,"\u03a4":70,"T":20,"\u0162":20,"\u0164":20,"\u0166":20,"Y":50,"\u0178":50,"\u00dd":50,"\u0176":50,"\u1ef2":50,"V":50,"W":50,"\u0174":50,"\u1e80":50,"\u1e82":50,"\u1e84":50,"\u03a5":40,"\u1fe8":40,"\u1fe9":40,"\u03ab":40,"\ue183":30,"\ue186":30,"\ue18d":30,"\ue19b":30,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"229,-51r136,-437r83,0r-192,577v-42,116,-100,153,-246,109r13,-57v85,17,132,28,159,-57r28,-87r-39,0r-153,-485r79,0r100,335v13,43,22,84,27,102r5,0","w":460,"k":{"c":10,"d":10,"e":10,"g":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"\u01a1":10,"\u01ff":10,"\u00f0":10,",":60,".":60,"\u2026":60}},{"d":"63,-502v0,-195,253,-240,415,-151r-27,60v-65,-29,-120,-35,-165,-35v-80,0,-136,41,-136,124v0,75,77,96,153,115v99,25,220,51,220,201v0,126,-89,187,-219,195v-14,18,-29,37,-42,56v65,3,109,28,109,79v0,56,-56,102,-179,102r0,-36v71,-7,118,-25,118,-59v0,-36,-53,-41,-101,-41r-13,-19v21,-27,41,-55,62,-81v-68,-2,-145,-16,-208,-53r29,-62v81,39,142,47,193,47v104,0,165,-31,165,-128v0,-82,-63,-104,-147,-126v-119,-31,-227,-61,-227,-188","w":573},{"d":"136,-289r7,3r198,-202r92,0r-189,192v74,92,135,198,204,296r-90,0r-163,-247r-55,55r0,192r-82,0r0,-487r82,0","w":453,"k":{"-":20,"\u2013":20,"\u2014":20,"\u00ad":20}},{"d":"352,-233r-125,8v-66,3,-98,36,-98,85v0,57,26,85,90,85v42,0,88,-23,133,-64r0,-114xm502,-13v-56,24,-148,45,-149,-43v-75,64,-139,64,-169,64v-113,0,-142,-84,-142,-140v0,-85,61,-139,185,-147r125,-8v3,-92,-11,-142,-105,-142v-48,0,-102,10,-151,27r-18,-55v135,-56,353,-81,353,123r0,273r66,0xm264,-551v-61,0,-109,-47,-109,-105v0,-56,48,-105,109,-105v60,0,106,48,106,105v0,59,-47,105,-106,105xm264,-718v-38,0,-64,28,-64,65v0,34,25,62,64,62v36,0,61,-28,61,-62v0,-36,-25,-65,-61,-65","w":530,"k":{"\u2019":40,"\u201d":40}},{"d":"371,-682r-134,153r-41,-31r111,-171","w":492},{"d":"352,-233r-125,8v-66,3,-98,36,-98,85v0,57,26,85,90,85v42,0,88,-23,133,-64r0,-114xm502,-13v-56,24,-148,45,-149,-43v-75,64,-139,64,-169,64v-113,0,-142,-84,-142,-140v0,-85,61,-139,185,-147r125,-8v3,-92,-11,-142,-105,-142v-48,0,-102,10,-151,27r-18,-55v135,-56,353,-81,353,123r0,273r66,0","w":530,"k":{"\u044a":20,"\u0442":20}},{"d":"265,-591r66,0r0,196v0,76,-51,132,-141,132v-91,0,-137,-51,-137,-124r0,-204r66,0r0,203v0,43,17,72,70,72v52,0,76,-33,76,-77r0,-198","w":376},{"d":"281,-488v107,0,160,51,160,126v0,34,-12,76,-59,104v60,25,75,79,75,121v0,83,-72,137,-154,137r-245,0r0,-488r223,0xm275,-225r-137,0r0,163r137,0v74,0,101,-39,101,-82v0,-43,-33,-81,-101,-81xm262,-426r-124,0r0,145r131,0v56,0,91,-30,91,-73v0,-44,-28,-72,-98,-72","w":497,"k":{"\u043b":10}},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm226,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm281,-770r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210","w":514},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684","w":653,"k":{"\u042a":30}},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm574,-693r0,656r145,0r0,-656r-145,0xm1164,-37r0,-539r145,0r0,-118r-434,0r0,118r141,0r0,539r148,0"},{"d":"164,0r-84,0r0,-685r84,0r0,295r140,0v14,-167,85,-305,282,-305v220,0,274,170,274,356v0,198,-85,346,-274,346v-201,0,-283,-128,-283,-335r-139,0r0,328xm773,-337v0,-134,-22,-293,-187,-293v-165,0,-197,146,-197,295v0,182,51,279,197,279v135,0,187,-125,187,-281","w":920,"k":{"\u0414":20}},{"d":"342,-684r0,282r161,0v148,0,223,94,223,203v0,135,-91,199,-208,199r-262,0r1,-619r-241,0r0,-65r326,0xm494,-341r-152,0r0,280r163,0v74,0,134,-46,134,-139v0,-99,-73,-141,-145,-141","w":766,"k":{"\ue1ce":40,"\u0427":50,"\u0416":20,"\u0443":30,"\u045e":30,"\ue1ca":20,"\ue1b5":20,"\u0417":20,"\u042d":20,"\ue1aa":20,"\ue1b3":20,"\ue1d1":20,"\ue1c9":20,"\u0402":80,"\u040b":80,"\u0422":80,"\u042a":80,"\u040e":40,"\u0423":40}},{"d":"395,-266r-72,0r1,-210r-205,0v0,69,1,141,1,210r-71,0r0,-450r71,0r-1,183r205,0v0,-61,-1,-122,-1,-183r72,0r0,450","w":444},{"d":"294,0r-214,0r0,-329r-62,0r0,-61r62,0r0,-295r223,0v222,0,281,158,281,341v0,187,-67,344,-290,344xm289,-620r-122,0r0,230r158,0r0,61r-158,0r0,263r117,0v62,0,212,-8,212,-271v0,-268,-136,-283,-207,-283","w":644,"k":{"X":10,"Y":20,"\u0178":20,"\u00dd":20,"\u0176":20,"\u1ef2":20,"\u2019":40,"\u201d":40,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"V":20,"W":20,"\u0174":20,"\u1e80":20,"\u1e82":20,"\u1e84":20}},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm-65,-583r12,6r18,48v-73,10,-57,49,-21,81r-18,18v-48,-26,-74,-57,-74,-82v0,-37,25,-61,83,-71xm-3,-594v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm310,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":695},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm310,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm-102,-689r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm-65,-496r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":695},{"d":"373,-62r0,-426r81,0r0,426r59,0r0,197r-65,0r0,-135r-390,0r0,-488r81,0r0,426r234,0","w":545,"k":{"\u0443":10,"\u045e":10}},{"d":"317,-341r-152,0r0,280r163,0v74,0,135,-46,135,-139v0,-99,-74,-141,-146,-141xm164,-685r1,283r161,0v149,0,223,94,223,203v0,135,-91,199,-208,199r-261,0r0,-685r84,0xm716,0r-84,0r0,-685r84,0r0,685","w":796,"k":{"\u042a":40}},{"d":"174,0r-84,0r0,-685r84,0r0,685xm205,-754v-60,0,-108,-39,-145,-39r-57,39r-28,-22v16,-45,48,-75,87,-75v47,0,108,39,144,39r57,-40r28,22v-15,45,-47,76,-86,76","w":264},{"d":"132,-246v0,108,33,188,141,188v51,0,92,-11,141,-31r22,54v-42,23,-105,41,-170,41v-163,0,-218,-105,-218,-244v0,-104,39,-261,223,-261v44,0,90,4,141,25r-19,59v-151,-53,-262,4,-261,169xm379,-674r-145,139r-36,-31r123,-162","w":456},{"d":"608,-607v132,133,140,398,-4,525v-25,22,-59,-2,-59,-30v0,-10,4,-19,14,-26v105,-80,101,-331,0,-415v-25,-22,-3,-64,27,-64v7,0,15,3,22,10xm416,3r-230,-228r-122,0r0,-240r122,0r230,-229r0,697xm732,-718v193,192,202,570,-5,750v-24,21,-58,-1,-58,-29v0,-10,4,-19,13,-27v169,-135,164,-499,0,-643v-25,-21,-5,-62,26,-62v8,0,16,3,24,11xm855,-824v252,244,263,735,-4,965v-25,21,-57,-2,-57,-32v0,-9,2,-19,11,-26v228,-186,222,-658,0,-855v-24,-22,-4,-63,26,-63v8,0,17,3,24,11","w":1092},{"d":"360,-696v74,0,132,13,173,28r-18,63v-54,-19,-105,-23,-147,-23v-149,0,-220,111,-220,290v0,157,43,278,222,278v36,0,109,-7,163,-24r16,60v-48,19,-131,32,-194,32v-218,0,-295,-140,-295,-346v0,-147,61,-358,300,-358xm393,-819v0,31,-26,56,-57,56v-31,0,-55,-25,-55,-56v0,-31,24,-57,55,-57v31,0,57,26,57,57","w":593,"k":{"\u2019":-40,"\u201d":-40,"H":20,"I":20,"M":20,"N":20,"\u00cc":20,"\u00cd":20,"\u00ce":20,"\u00cf":20,"\u0124":20,"\u0126":20,"\u0128":20,"\u012a":20,"\u012c":20,"\u012e":20,"\u0130":20,"\u0143":20,"\u0145":20,"\u0147":20,"\u014a":20}},{"d":"225,130r-171,0r0,-857r171,0r0,54r-97,0r0,748r97,0r0,55","w":260},{"d":"575,-161v0,112,-80,193,-164,238r-30,-39v67,-47,115,-109,115,-189v0,-129,-130,-129,-232,-90r0,241r-81,0r0,-446r-163,0r0,-64r444,0r0,64r-200,0r0,149v51,-18,101,-26,140,-26v114,0,171,71,171,162","w":606},{"d":"415,-721v201,0,366,165,366,365v0,202,-165,365,-366,365v-202,0,-366,-163,-366,-365v0,-200,164,-365,366,-365xm122,-356v0,162,130,293,293,293v66,0,129,-22,180,-63r-410,-411v-41,52,-63,115,-63,181xm709,-356v0,-162,-132,-295,-294,-295v-63,0,-126,24,-176,61r411,409v35,-49,59,-113,59,-175xm586,-285r-21,0r-66,-65r87,0r0,65xm177,-350r175,0r65,65r-240,0r0,-65xm389,-595r39,12v-18,34,-1,76,30,76v35,0,17,11,14,35v-4,38,51,31,89,31v47,0,64,31,59,81r-22,0v5,-35,-8,-60,-37,-60r-60,0v-36,-2,-56,-29,-49,-66v-51,-5,-84,-71,-63,-109xm531,-525v0,-28,-22,-54,-53,-54r0,-21v55,-2,94,58,65,107v83,-6,118,46,110,133r-21,0v8,-75,-21,-122,-105,-112v-28,-10,4,-20,4,-53xm598,-285r0,-66r22,0r0,66r-22,0xm633,-285r0,-66r20,0r0,66r-20,0","w":842},{"d":"273,0r-78,0r-1,-448r-179,0r0,-62r436,0r0,62r-177,0xm387,-726r24,29r-152,141r-54,0r-151,-143r23,-28r155,97","w":466,"k":{"\ue100":20,"\ue104":20,"\ue10c":20,"\ue10e":20,"\ue119":20,"\ue123":20,"\ue12e":20,"\ue12f":20,"\ue130":20,"\ue131":20,"\ue132":20,"\ue133":20,"\ue13d":20,"\ue13e":20,"\ue13f":20,"\ue140":20,"\ue148":20,"\ue149":20,"\ue14a":20,"\ue14b":20,"\ue15f":20,"\ue160":20,"\ue161":20,"\ue176":20,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40}},{"d":"58,208r0,-893r81,0r1,245v38,-31,96,-54,148,-54v140,0,185,111,185,241v0,150,-53,263,-198,263v-37,0,-96,-10,-135,-35r-1,233r-81,0xm140,-380r0,291v22,16,78,35,123,35v68,0,126,-47,126,-200v0,-215,-149,-199,-249,-126","w":521,"k":{"v":10,"w":10,"y":10,"\u0175":10,"\u1e81":10,"\u1e83":10,"\u1e85":10,"\u1ef3":10}},{"d":"225,160r-171,0r0,-857r171,0r0,54r-97,0r0,748r97,0r0,55","w":260},{"d":"165,0r-85,0r0,-684r414,0r0,67r-329,0r0,617","w":547,"k":{"\ue1cb":170,"\ue1b7":150,"\ue1d6":160,"\ue1ce":120,"\u044f":170,"\u0447":110,"\u0445":120,"\u0436":140,"\u0431":90,"\u0430":130,"\u042f":80,"\u0424":110,"\u0414":140,"\u0410":100,",":120,".":120,"\u2026":120,"\u0404":90,"\u041e":90,"\u0421":90,"\u0432":110,"\u0433":110,"\u0438":110,"\u0439":110,"\u043a":110,"\u043c":110,"\u043d":110,"\u043f":110,"\u0440":110,"\u0491":110,"\u0446":110,"\u0448":110,"\u0449":110,"\u044c":110,"\u044e":110,"\u0456":110,"\u045a":110,"\u045f":110,"\u045c":110,"\u0453":110,"\u0457":110,"\u0434":150,"\u043b":150,"\u0459":150,"\u0435":150,"\u043e":150,"\u0441":150,"\u0444":150,"\u0451":150,"\u0454":150,"\u0437":130,"\u04d9":130,"\u044d":130,"\u0443":110,"\u045e":110,"\ue1b1":140,"\ue1bb":140,"\ue1c2":140,"\ue1be":110,"\ue1d4":110,"\ue1ca":110,"\ue1b5":110,"\ue1ac":170,"\ue1c5":170,"\ue1c8":170,"\u0442":80,"\u044a":80,"\u0417":50,"\u042d":50,"\ue1aa":90,"\ue1b3":90,"\ue1d1":90,"\ue1c9":90}},{"d":"568,0r-58,0v-28,35,-46,80,-46,110v0,70,87,51,131,40r6,32v-63,38,-204,41,-204,-46v0,-35,14,-91,79,-144r-53,-171r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0","w":579,"k":{"'":70}},{"d":"408,0r-80,0r0,-233v-92,1,-152,-16,-180,76r-48,157r-78,0r51,-175v13,-43,37,-73,84,-88v-70,-33,-79,-144,-105,-224r75,0r37,123v31,89,78,69,164,72r0,-196r80,0r0,196v85,-2,137,18,164,-72r37,-123r75,0v-26,80,-35,191,-105,224v47,15,71,45,84,88r51,175r-78,0r-48,-157v-35,-90,-88,-75,-180,-76r0,233","w":736},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm364,-539r-132,-195r79,-40r93,214xm330,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":730},{"d":"199,11v-133,0,-141,-84,-141,-156r0,-343r81,0r0,323v0,68,8,109,84,109v37,0,95,-20,142,-62r0,-370v27,0,54,-1,80,-1r0,489r-79,0v-2,-18,2,-42,-3,-57v-64,57,-130,68,-164,68xm392,-674r-145,139r-36,-31r123,-162","w":504},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm290,-706v-61,0,-109,-47,-109,-105v0,-56,48,-105,109,-105v60,0,106,48,106,105v0,59,-47,105,-106,105xm290,-873v-38,0,-64,28,-64,65v0,34,25,62,64,62v36,0,61,-28,61,-62v0,-36,-25,-65,-61,-65","w":579,"k":{"'":70}},{"d":"430,0r-365,0r0,-510r352,0r0,64r-270,0r0,147r231,0r0,61r-231,0r0,174r283,0r0,64xm235,-571v-70,0,-121,-56,-162,-112r47,-34v36,50,80,83,118,83v25,0,69,-4,143,-76r27,25v-58,84,-120,114,-173,114","w":460},{"d":"280,85r0,-80v-146,-8,-196,-110,-196,-243v0,-98,35,-245,196,-260r0,-92r45,0r0,91v38,1,79,7,123,25r-19,59v-42,-14,-75,-17,-104,-18r0,375v44,-2,81,-13,125,-31r22,54v-37,21,-91,37,-147,40r0,80r-45,0xm168,-246v0,98,27,172,112,186r0,-369v-73,16,-112,85,-112,183","w":558},{"d":"174,0r-84,0r0,-685r84,0r0,685","w":264},{"d":"151,0r-22,0v-28,35,-46,80,-46,110v0,70,87,51,131,40r6,32v-63,38,-204,41,-204,-46v0,-34,13,-85,70,-136r-16,0r0,-510r81,0r0,510","w":221},{"d":"781,-110r-62,0r0,111r-65,0r0,-111r-203,0r0,-45r204,-244r64,0r0,238r62,0r0,51xm238,-607r-2,-5r-170,0r0,-52r263,0r10,38v-29,25,-56,52,-124,115v73,5,134,41,134,116v1,140,-189,160,-301,109r17,-49v59,18,95,18,119,18v57,0,97,-28,97,-78v0,-62,-83,-74,-152,-64r-13,-36xm604,-701r-292,723r-56,0r294,-723r54,0xm655,-319r-4,0r-128,158r132,0r0,-158","w":820},{"d":"513,0r-433,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65xm447,-868r-145,139r-38,-31r123,-161","w":564},{"d":"262,-499v195,0,197,173,197,233r0,39r-327,0v-1,91,30,171,139,171v57,0,101,-12,156,-35r20,52v-20,11,-40,20,-60,26v-20,32,-34,68,-34,93v0,70,87,51,131,40r6,32v-63,38,-204,41,-204,-46v0,-27,8,-65,40,-105v-20,3,-40,5,-61,5v-174,0,-217,-113,-217,-249v0,-87,30,-256,214,-256xm264,-439v-94,0,-125,76,-131,159r249,0v0,-94,-28,-159,-118,-159","w":505,"k":{"\u2019":20,"\u201d":20}},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm352,-682r-134,153r-41,-31r111,-171","w":514},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm487,-694r0,657r387,0r0,-117r-242,0r0,-540r-145,0xm1275,-386r0,-3v61,-23,89,-78,89,-134v0,-116,-90,-171,-196,-171r-231,0r0,657r257,0v109,0,190,-80,190,-191v0,-73,-31,-134,-109,-158xm1239,-237v0,93,-71,91,-157,89r0,-178v85,-4,156,4,157,89xm1220,-516v0,80,-61,85,-138,81r0,-146v69,0,138,-9,138,65"},{"d":"199,11v-133,0,-141,-84,-141,-156r0,-343r81,0r0,323v0,68,8,109,84,109v37,0,95,-20,142,-62r0,-370v27,0,54,-1,80,-1r0,489r-79,0v-2,-18,2,-42,-3,-57v-64,57,-130,68,-164,68xm253,-551v-61,0,-109,-47,-109,-105v0,-56,48,-105,109,-105v60,0,106,48,106,105v0,59,-47,105,-106,105xm253,-718v-38,0,-64,28,-64,65v0,34,25,62,64,62v36,0,61,-28,61,-62v0,-36,-25,-65,-61,-65","w":504},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278","w":730},{"d":"277,-535r-145,-139r60,-57r123,162","w":487},{"d":"592,-169r-77,0r-29,-81r-155,0r-30,81r-76,0r156,-372r55,0xm466,-307r-58,-151r-56,151r114,0xm62,-335v0,-189,156,-345,345,-345v189,0,344,156,344,345v0,189,-155,344,-344,344v-189,0,-345,-155,-345,-344xm126,-335v0,152,123,289,281,289v152,0,281,-137,281,-289v0,-158,-129,-288,-281,-288v-158,0,-281,130,-281,288","w":822},{"d":"505,-609r-465,0r0,-75r465,0r0,75xm24,-74r498,0r0,74r-498,0r0,-74xm456,-321r-360,0r0,-73r360,0r0,73","w":547},{"d":"414,0r-337,-347r337,-348r656,0r0,695r-656,0xm178,-347r274,278r549,0r0,-556r-549,0xm698,-299r-156,156r-49,-49r155,-155r-155,-156r49,-49r156,155r154,-155r49,49r-155,156r155,155r-49,49","w":1165},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm467,-759r-25,29r-155,-89r-154,90r-23,-28r150,-138r55,0","w":579,"k":{"'":70}},{"d":"143,-558v0,111,273,104,273,251v0,47,-16,89,-69,133v66,41,75,94,75,122v0,108,-91,158,-201,158v-66,0,-115,-14,-153,-26r16,-54v61,20,103,24,138,24v82,0,124,-37,124,-95v0,-47,-36,-72,-91,-98v-87,-40,-197,-70,-197,-173v0,-49,23,-96,74,-132v-44,-30,-63,-60,-63,-104v0,-101,80,-153,186,-153v63,0,113,11,148,25r-19,55v-54,-17,-95,-21,-130,-21v-60,0,-111,27,-111,88xm346,-291v0,-75,-92,-94,-163,-131v-33,27,-52,55,-52,89v0,81,89,91,167,132v30,-30,48,-67,48,-90","w":472},{"d":"233,-500v55,0,123,10,161,26r-18,55v-61,-19,-97,-21,-134,-21v-79,0,-109,36,-109,78v0,89,91,67,169,70r0,56v-89,-1,-178,-9,-178,90v0,122,186,104,278,58r19,50v-105,65,-381,78,-381,-99v0,-62,41,-107,92,-123r1,-3v-43,-12,-84,-44,-84,-96v0,-89,80,-141,184,-141xm141,-767r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm379,-740r-106,177r-36,-19r76,-191","w":439},{"d":"563,-877r-141,146r-40,-29r117,-166xm439,-877r-140,146r-41,-29r117,-166","w":668},{"d":"39,-32r26,-56v62,28,116,33,151,33v62,0,111,-19,111,-78v0,-52,-50,-67,-105,-86v-85,-30,-165,-52,-165,-142v0,-149,204,-167,323,-102r-25,57v-50,-20,-88,-26,-122,-26v-51,0,-99,18,-99,72v0,42,64,61,104,74v82,26,168,49,168,152v0,162,-249,165,-367,102xm375,-715r24,29r-152,141r-54,0r-151,-143r23,-28r155,97","w":446,"k":{"\u2019":20,"\u201d":20}},{"d":"273,0r-78,0r-1,-448r-179,0r0,-62r436,0r0,62r-177,0","w":466,"k":{"\ue100":20,"\ue104":20,"\ue10c":20,"\ue10e":20,"\ue119":20,"\ue123":20,"\ue12e":20,"\ue12f":20,"\ue130":20,"\ue131":20,"\ue132":20,"\ue133":20,"\ue13d":20,"\ue13e":20,"\ue13f":20,"\ue140":20,"\ue148":20,"\ue149":20,"\ue14a":20,"\ue14b":20,"\ue15f":20,"\ue160":20,"\ue161":20,"\ue176":20,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40}},{"d":"47,-617r0,-68r446,0r0,64r-367,552r385,1r0,68r-489,0r0,-64r366,-553r-341,0xm332,-811v0,31,-26,56,-57,56v-31,0,-55,-25,-55,-56v0,-31,24,-57,55,-57v31,0,57,26,57,57","w":532},{"d":"543,-344r174,172r-173,174r-173,-175r-173,175r-173,-174r175,-172r-175,-172r173,-174r173,174r173,-174r173,174","w":742},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684","w":653},{"d":"446,-77r16,57v-42,16,-111,25,-164,25v-180,0,-243,-104,-243,-256v0,-110,49,-267,248,-267v63,0,111,10,146,22r-14,60v-56,-15,-102,-17,-130,-17v-116,0,-167,76,-167,202v0,116,38,193,172,193v30,0,90,-6,136,-19xm462,-581r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":487,"k":{"\ue105":20,"\ue106":20,"\ue10a":20,"\ue10b":20,"\ue128":20,"\ue129":20,"\ue12a":20,"\ue12b":20,"\ue14c":20,"\ue14d":20,"\ue14e":20,"\ue14f":20,"\ue150":20,"\ue151":20,"\ue152":20,"\ue15b":20,"\ue15c":20,"\ue15d":20,"\ue15e":20}},{"d":"255,-444v43,-39,72,-72,72,-116v0,-55,-47,-77,-109,-77v-40,0,-88,4,-157,27v-6,-21,-12,-41,-19,-62v64,-22,131,-32,181,-32v127,0,191,53,191,142v0,149,-216,208,-216,316v0,22,5,43,9,72r-66,9v-35,-149,5,-182,114,-279xm243,-41v0,29,-24,51,-52,51v-29,0,-53,-23,-53,-51v0,-28,23,-51,52,-51v30,0,53,23,53,51","w":441},{"d":"483,0r-87,0r-49,-140r-203,0r-50,140r-84,0r189,-510r96,0xm329,-196r-84,-245r-82,245r166,0","w":493,"k":{"\ue199":30,"\ue195":30,"\ue196":20,"\ue1a0":20,"\ue1a3":20}},{"d":"360,-696v74,0,132,13,173,28r-18,63v-54,-19,-105,-23,-147,-23v-149,0,-220,111,-220,290v0,157,43,278,222,278v36,0,109,-7,163,-24r16,60v-48,19,-131,32,-194,32v-218,0,-295,-140,-295,-346v0,-147,61,-358,300,-358xm516,-759r-25,29r-155,-89r-154,90r-23,-28r150,-138r55,0","w":593,"k":{"\u2019":-40,"\u201d":-40,"H":20,"I":20,"M":20,"N":20,"\u00cc":20,"\u00cd":20,"\u00ce":20,"\u00cf":20,"\u0124":20,"\u0126":20,"\u0128":20,"\u012a":20,"\u012c":20,"\u012e":20,"\u0130":20,"\u0143":20,"\u0145":20,"\u0147":20,"\u014a":20}},{"d":"638,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v220,0,284,169,284,355xm549,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280","w":698,"k":{"X":10,"Y":20,"\u0178":20,"\u00dd":20,"\u0176":20,"\u1ef2":20,"\u2019":40,"\u201d":40,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"V":20,"W":20,"\u0174":20,"\u1e80":20,"\u1e82":20,"\u1e84":20}},{"d":"446,-77r16,57v-42,16,-111,25,-164,25v-180,0,-243,-104,-243,-256v0,-110,49,-267,248,-267v63,0,111,10,146,22r-14,60v-56,-15,-102,-17,-130,-17v-116,0,-167,76,-167,202v0,116,38,193,172,193v30,0,90,-6,136,-19xm346,-639v0,31,-26,56,-57,56v-31,0,-55,-25,-55,-56v0,-31,24,-57,55,-57v31,0,57,26,57,57","w":487,"k":{"\ue105":20,"\ue106":20,"\ue10a":20,"\ue10b":20,"\ue128":20,"\ue129":20,"\ue12a":20,"\ue12b":20,"\ue14c":20,"\ue14d":20,"\ue14e":20,"\ue14f":20,"\ue150":20,"\ue151":20,"\ue152":20,"\ue15b":20,"\ue15c":20,"\ue15d":20,"\ue15e":20}},{"d":"146,-4r-6,3r0,209r-82,0r0,-698r81,0r0,326v0,66,23,107,99,107v37,0,86,-19,132,-61r0,-372r82,0v0,163,-1,328,-1,490r-80,0v-2,-18,4,-44,-3,-57v-70,59,-115,65,-160,65v-27,0,-47,-5,-62,-12","w":511},{"d":"480,-243v0,125,-51,251,-222,251v-160,0,-210,-117,-210,-249v0,-130,60,-257,220,-257v163,0,212,127,212,255xm395,-241v0,-87,-19,-194,-127,-194v-108,0,-135,102,-135,194v0,97,20,186,135,186v106,0,127,-98,127,-186","w":528,"k":{"\u044d":10,"\u04d9":10,"\u0437":10,"\u0434":10,"\u043b":10,"\u0459":10,"\u0443":10,"\u045e":10}},{"d":"901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546xm901,121v227,0,437,-61,583,-158r-164,0r-182,-297r-4,1r0,296r-146,0r0,-656r146,0r0,280r4,0r191,-280r155,0v-147,-97,-356,-158,-583,-158v-440,0,-787,215,-787,486v0,272,347,486,787,486xm722,-38r0,-284r-183,0r0,284r-145,0r0,-657r145,0r0,260r183,0r0,-260r145,0r0,657r-145,0xm1694,-365v0,-124,-78,-237,-203,-323r-223,308r225,337v124,-85,201,-197,201,-322"},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r80,0v2,14,-3,35,4,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm245,137v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":514,"k":{"\u2019":70,"\u201d":70}},{"d":"901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm1401,-37r-146,0r-99,-264r-56,0r0,264r-145,0r0,-656r197,0v95,0,221,25,221,189v0,114,-58,167,-129,189r63,49xm691,-38r0,-284r-184,0r0,284r-145,0r0,-657r145,0r0,260r184,0r0,-260r144,0r0,657r-144,0xm1227,-500v-3,-82,-57,-82,-127,-80r0,167v77,4,129,-9,127,-87"},{"d":"44,-266r375,0r0,38r-256,0v9,100,57,175,180,175v21,0,67,0,134,-20r16,55v-39,14,-110,24,-161,24v-163,0,-239,-95,-246,-234r-42,0r0,-38xm420,-302r-376,0r0,-40r44,0v11,-107,79,-230,248,-230v63,0,113,11,147,23r-17,55v-56,-16,-100,-19,-133,-19v-101,0,-155,71,-169,171r256,0r0,40","w":516},{"d":"221,-277r6,0r129,-231r82,0r-174,288r0,220r-84,0r0,-217r-175,-291r84,0","w":443,"k":{"\ue197":30,"\ue188":20,"-":20,"\u2013":20,"\u2014":20,"\u00ad":20,"\ue183":50,"\ue186":50,"\ue18d":50,"\ue19b":50,"\ue18a":30,"\ue191":30,"\ue19f":30,"\ue19a":20,"\ue1a1":20}},{"d":"594,-685r0,439v0,153,-84,254,-262,254v-183,0,-260,-96,-260,-254r0,-439r84,0r0,440v0,125,64,188,177,188v113,0,178,-62,178,-188r-1,-440r84,0xm336,-713v-61,0,-109,-47,-109,-105v0,-56,48,-105,109,-105v60,0,106,48,106,105v0,59,-47,105,-106,105xm336,-880v-38,0,-64,28,-64,65v0,34,25,62,64,62v36,0,61,-28,61,-62v0,-36,-25,-65,-61,-65","w":665},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684","w":653},{"d":"408,-159r6,0r235,-525r92,0r0,684r-82,0r0,-535r-2,0r-209,467r-79,0r-206,-466r-2,0v0,178,-1,357,-1,534r-80,0r0,-684r96,0","w":821},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm587,-294v145,4,273,-18,273,-207v0,-180,-142,-194,-221,-194r-198,0r0,657r146,0r0,-256xm587,-582v72,-1,127,-6,127,85v0,90,-53,92,-127,90r0,-175xm1219,-38r0,-539r145,0r0,-118r-434,0r0,118r141,0r0,539r148,0"},{"d":"533,-253v0,148,-78,259,-234,259v-177,0,-244,-101,-244,-257v0,-141,63,-267,244,-267v181,0,234,127,234,265xm450,-251v0,-96,-24,-208,-151,-208v-129,0,-161,103,-161,210v0,128,48,197,161,197v103,0,151,-90,151,-199xm427,-623v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm239,-623v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":588,"k":{"\ue115":30,"\ue113":30,"\ue114":30,"\ue171":30,"\ue17a":30,"\ue17b":30,"\ue17c":30,"\ue116":30,"\ue11b":30,"\ue138":30,"\ue172":30,"\ue17d":30,"\ue111":20,"\ue168":20,"\ue169":20,"\ue16a":20,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40}},{"d":"58,-677r5,-40v450,24,623,387,518,814r-44,-8v19,-140,20,-255,-15,-375r-286,180r-31,-52r303,-171v-18,-46,-39,-87,-69,-127r-288,179r-33,-53r293,-163v-82,-99,-190,-167,-353,-184","w":669},{"d":"120,-603r52,-9r0,124r147,0r0,59r-148,0r0,289v0,47,13,80,68,80v23,0,54,-6,92,-17r13,55v-36,17,-82,27,-122,27v-87,0,-131,-40,-131,-120r0,-314r-71,0r0,-43r75,-23","w":356},{"d":"860,-501v0,188,-130,211,-273,206r0,257r-146,0r0,-657r198,0v79,0,221,14,221,194xm714,-497v0,-92,-55,-86,-127,-85r0,175v74,2,127,0,127,-90xm1219,-577r0,539r-148,0r0,-539r-141,0r0,-118r434,0r0,118r-145,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"229,-51r136,-437r83,0r-192,577v-42,116,-100,153,-246,109r13,-57v85,17,132,28,159,-57r28,-87r-39,0r-153,-485r79,0r100,335v13,43,22,84,27,102r5,0xm224,-551v-70,0,-121,-56,-162,-112r47,-34v36,50,80,83,118,83v25,0,69,-4,143,-76r27,25v-58,84,-120,114,-173,114","w":460,"k":{"\u0455":10,"\u044f":10,"\u0430":20,"\u0434":30,"\u043b":30,"\u0459":30,"\u0435":20,"\u043e":20,"\u0441":20,"\u0444":20,"\u0451":20,"\u0454":20,"\u0437":10,"\u04d9":10,"\u044d":10}},{"d":"744,-357v0,170,-144,317,-316,317v-173,0,-317,-144,-317,-317v0,-175,148,-316,317,-316v168,0,316,144,316,316","w":843},{"d":"85,5v-57,-12,-43,-102,18,-102v35,0,58,28,58,64v0,55,-42,128,-101,157r-20,-26v26,-25,42,-57,45,-93","w":210,"k":{"T":40,"\u0162":40,"\u0164":40,"\u0166":40,"V":100,"W":100,"\u0174":100,"\u1e80":100,"\u1e82":100,"\u1e84":100}},{"d":"144,-394r-3,4v0,111,1,217,3,390r-79,0r0,-509r83,0r273,392r0,-392r78,0r-1,509r-75,0xm255,137v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":564},{"d":"430,-561r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":503},{"d":"487,-37r0,-657r145,0r0,540r242,0r0,117r-387,0xm1275,-389r0,3v78,24,109,85,109,157v0,112,-81,192,-190,192r-257,0r0,-657r231,0v106,0,196,55,196,171v0,56,-28,111,-89,134xm1240,-237v-1,-85,-73,-94,-158,-89r0,178v85,2,159,4,158,-89xm1220,-516v-3,-74,-70,-65,-138,-65r0,146v77,4,141,-1,138,-81xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"400,-700v194,0,352,160,352,354v0,195,-158,353,-354,353v-195,0,-352,-158,-352,-354v0,-195,158,-353,354,-353xm693,-346v0,-163,-132,-295,-295,-295v-163,0,-295,132,-295,295v0,163,132,294,295,294v163,0,295,-132,295,-294xm634,-414r-113,113r26,169r-157,-76r-141,76r21,-165r-118,-117r163,-32r75,-148r80,146","w":804},{"d":"860,-501v0,188,-130,211,-273,206r0,257r-146,0r0,-657r198,0v79,0,221,14,221,194xm714,-497v0,-92,-55,-86,-127,-85r0,175v74,2,127,0,127,-90xm1106,-334r-4,1r0,296r-146,0r0,-656r146,0r0,280r4,0r191,-280r166,0r-227,313r229,343r-177,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"492,-510r1,325v0,114,-70,190,-217,190v-153,0,-216,-71,-216,-190r0,-325r79,0r0,325v0,88,50,133,137,133v88,0,138,-45,138,-133r0,-325r78,0xm398,-694r-145,139r-36,-31r123,-162","w":553},{"d":"174,0r-84,0r0,-685r84,0r0,685xm367,-126r1,-559r85,0r-1,554v0,172,-80,258,-231,311r-24,-61v128,-73,170,-125,170,-245","w":553},{"d":"120,-482r-46,0r-14,-203r75,0","w":193},{"d":"264,-439v-94,0,-125,76,-131,159r249,0v0,-94,-28,-159,-118,-159xm262,-499v195,0,197,173,197,233r0,39r-327,0v-1,91,30,171,139,171v57,0,101,-12,156,-35r20,52v-58,31,-117,45,-182,45v-174,0,-217,-113,-217,-249v0,-87,30,-256,214,-256","w":505,"k":{"\u2019":20,"\u201d":20}},{"d":"573,93r-87,0r0,-707r-320,0r1,707r-87,0r0,-778r493,0r0,778","w":653},{"d":"215,-482r-46,0r-14,-203r73,0xm105,-482r-45,0r-14,-203r74,0","w":272},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm446,-557v-65,0,-117,-40,-158,-40r-62,40r-31,-23v18,-46,53,-77,95,-77v52,0,118,40,159,40r61,-40r30,22v-16,46,-51,78,-94,78","w":730},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm140,-767r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm342,-567r-106,-177r66,-33r76,191","w":544,"k":{"\u03b3":20}},{"d":"713,-353r0,-339r65,0r0,403r-576,-1r146,145r-46,45r-220,-221r220,-222r46,45r-146,145r511,0","w":840},{"d":"342,-695v34,0,65,4,92,12r330,0r0,62r-312,0r0,231r261,0r0,61r-261,0r0,267r328,0r0,62r-367,0v-22,4,-46,7,-71,7v-212,0,-294,-133,-294,-344v0,-190,77,-358,294,-358xm136,-335v2,191,65,289,230,278r0,-572v-182,-16,-231,137,-230,294","w":810},{"d":"164,-278r0,278r-84,0r0,-685r84,0r0,311r299,-311r96,0r-265,273r275,412r-95,0r-235,-355xm277,137v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":580,"k":{"v":30,"w":30,"y":30,"\u0175":30,"\u1e81":30,"\u1e83":30,"\u1e85":30,"\u1ef3":30,"\ue113":30,"\ue114":30,"\ue171":30,"\ue17a":30,"\ue17b":30,"\ue17c":30,"\ue116":30,"\ue11b":30,"\ue138":30,"\ue172":30,"\ue17d":30,"\ue100":20,"\ue104":20,"\ue10c":20,"\ue10e":20,"\ue119":20,"\ue123":20,"\ue12e":20,"\ue12f":20,"\ue130":20,"\ue131":20,"\ue132":20,"\ue133":20,"\ue13d":20,"\ue13e":20,"\ue13f":20,"\ue140":20,"\ue148":20,"\ue149":20,"\ue14a":20,"\ue14b":20,"\ue15f":20,"\ue160":20,"\ue161":20,"\ue176":20,"\ue111":40,"\ue168":40,"\ue169":40,"\ue16a":40}},{"d":"292,-716v44,0,85,4,133,18v46,-48,139,-49,221,-28r-12,60v-81,-14,-168,-15,-168,78r0,100r143,0r0,60r-143,0r0,428r-80,0r0,-428r-211,0v0,142,-1,286,-1,428r-79,0r0,-428r-68,0r0,-44v23,-7,46,-12,69,-18v-14,-149,48,-225,196,-226xm387,-488v2,-50,-4,-108,5,-150v-32,-8,-63,-12,-86,-12v-118,-3,-136,54,-131,162r212,0","w":644,"k":{"\u2019":-50,"\u201d":-50,"c":10,"d":10,"e":10,"g":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"\u01a1":10,"\u01ff":10,"\u00f0":10,"-":20,"\u2013":20,"\u2014":20,"\u00ad":20}},{"d":"577,-62r0,-426r81,0r0,488r-599,0r0,-488r80,0r0,426r176,0r0,-426r81,0r0,426r181,0","w":716},{"d":"426,0r-361,0r0,-510r80,0r0,446r281,1r0,63xm360,-305v0,30,-25,55,-56,55v-30,0,-54,-25,-54,-55v0,-30,24,-56,54,-56v31,0,56,26,56,56","w":436,"k":{"\ue113":60,"\ue114":60,"\ue171":60,"\ue17a":60,"\ue17b":60,"\ue17c":60,"\ue116":80,"\ue11b":80,"\ue138":80,"\ue172":80,"\ue17d":80,"\ue100":20,"\ue104":20,"\ue10c":20,"\ue10e":20,"\ue119":20,"\ue123":20,"\ue12e":20,"\ue12f":20,"\ue130":20,"\ue131":20,"\ue132":20,"\ue133":20,"\ue13d":20,"\ue13e":20,"\ue13f":20,"\ue140":20,"\ue148":20,"\ue149":20,"\ue14a":20,"\ue14b":20,"\ue15f":20,"\ue160":20,"\ue161":20,"\ue176":20,"\ue111":70,"\ue168":70,"\ue169":70,"\ue16a":70}},{"d":"242,-458v-63,0,-109,23,-109,80v0,50,63,63,123,82v86,27,170,64,170,153v0,164,-255,181,-391,109r25,-58v79,33,119,35,153,35v84,0,134,-19,134,-85v0,-44,-44,-68,-111,-88v-94,-28,-183,-51,-183,-140v0,-150,214,-183,347,-114r-24,56v-52,-24,-105,-30,-134,-30xm345,-694r-145,139r-36,-31r123,-162","w":461},{"d":"516,-81r6,0r36,-149r70,-258r82,0r-145,488r-89,0r-71,-226r-49,-173r-5,0r-45,173r-65,226r-89,0r-143,-488r82,0r69,252r38,155r5,0r41,-161r70,-246r79,0r81,257","w":720,"k":{"c":10,"d":10,"e":10,"g":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"\u01a1":10,"\u01ff":10,"\u00f0":10,",":60,".":60,"\u2026":60}},{"d":"533,-253v0,148,-78,259,-234,259v-177,0,-244,-101,-244,-257v0,-141,63,-267,244,-267v181,0,234,127,234,265xm450,-251v0,-96,-24,-208,-151,-208v-129,0,-161,103,-161,210v0,128,48,197,161,197v103,0,151,-90,151,-199xm439,-685r-145,139r-36,-31r123,-162","w":588,"k":{"\ue115":30,"\ue113":30,"\ue114":30,"\ue171":30,"\ue17a":30,"\ue17b":30,"\ue17c":30,"\ue116":30,"\ue11b":30,"\ue138":30,"\ue172":30,"\ue17d":30,"\ue111":20,"\ue168":20,"\ue169":20,"\ue16a":20,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40}},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm459,-65v164,77,436,57,436,-160v0,-128,-56,-171,-202,-218v-62,-20,-88,-35,-88,-80v0,-51,39,-66,78,-66v12,0,84,0,145,24v4,-13,26,-87,31,-100v-151,-77,-404,-59,-405,146v0,132,73,164,192,204v69,23,97,35,97,92v0,59,-34,80,-101,80v-22,0,-87,-4,-146,-27xm1041,-693r0,656r146,0r0,-656r-146,0"},{"d":"39,-32r26,-56v62,28,116,33,151,33v62,0,111,-19,111,-78v0,-52,-50,-67,-105,-86v-85,-30,-165,-52,-165,-142v0,-149,204,-167,323,-102r-25,57v-50,-20,-88,-26,-122,-26v-51,0,-99,18,-99,72v0,42,64,61,104,74v82,26,168,49,168,152v0,162,-249,165,-367,102","w":446},{"d":"255,-551v-70,0,-121,-56,-162,-112r47,-34v36,50,80,83,118,83v25,0,69,-4,143,-76r27,25v-58,84,-120,114,-173,114","w":524},{"d":"336,0r-121,-204r-123,204r-88,0r164,-255r-149,-233r91,0r106,181r108,-181r90,0r-152,231r165,257r-91,0","w":432},{"d":"476,-270r-163,0r0,168r-60,0r0,-168r-164,0r0,-58r164,0r0,-162r60,0r0,162r163,0r0,58","w":558},{"d":"167,-511v30,0,53,10,53,62v0,55,-18,111,-28,169r154,0v49,-2,56,21,45,53r-121,348r-83,-9r140,-329r-164,0v-32,0,-49,-17,-42,-46v14,-61,25,-122,36,-184r-113,36v-7,-13,-13,-26,-20,-38v33,-32,106,-62,143,-62","w":461},{"d":"54,-266r375,0r0,38r-256,0v9,100,57,175,180,175v21,0,67,0,134,-20r16,55v-39,14,-110,24,-161,24v-163,0,-239,-95,-246,-234r-42,0r0,-38xm430,-302r-376,0r0,-40r44,0v11,-107,79,-230,248,-230v63,0,113,11,147,23r-17,55v-56,-16,-100,-19,-133,-19v-101,0,-155,71,-169,171r256,0r0,40","w":558},{"d":"498,-124r-169,0r0,-46r107,-134v22,-22,20,-62,-17,-62v-18,0,-32,17,-36,43r-52,-6v8,-55,45,-87,88,-87v75,0,108,81,63,137r-83,104r99,0r0,51xm676,0r-140,0r0,59r-16,0r-74,-95r78,-98r13,2r0,59v68,-4,198,19,197,-44v0,-13,-6,-29,-16,-46r-100,-170r67,-39r111,194v60,91,-3,178,-120,178xm195,-73r198,0r0,73r-213,0v-116,2,-157,-90,-106,-182r73,-131r-46,-25r7,-13r118,-22r42,112r-8,15r-47,-29v-24,52,-77,96,-77,159v0,24,16,43,59,43xm668,-512r-44,112r-121,-21r-6,-12r49,-27r-71,-120v-22,-42,-70,-36,-93,5r-99,174r-64,-37r106,-185v53,-97,163,-92,213,-3r73,129r51,-29","w":869},{"d":"311,-619v0,31,-26,56,-57,56v-31,0,-55,-25,-55,-56v0,-31,24,-57,55,-57v31,0,57,26,57,57","w":504},{"d":"811,-700r0,702r-350,-351xm432,-700r0,702r-351,-351","w":898},{"d":"784,-433r-176,176r39,259r-240,-117r-218,119r33,-255r-183,-182r254,-49r113,-225r124,223xm578,-267r149,-148r-213,-43r-107,-193r-98,196r-212,40r153,153r-27,216r184,-99r206,99","w":838},{"d":"518,-252v0,147,-78,257,-234,257v-71,0,-123,-15,-162,-45v-13,14,-26,30,-38,44r-51,0v20,-23,40,-46,60,-71v-38,-44,-53,-107,-53,-183v0,-142,63,-268,244,-268v66,0,115,17,151,46v13,-15,27,-31,39,-46r53,0r-64,74v41,50,55,119,55,192xm284,-52v151,0,184,-205,125,-331r-240,290v25,28,63,41,115,41xm123,-249v0,52,7,91,24,123r240,-292v-22,-25,-55,-41,-103,-41v-129,0,-161,104,-161,210xm427,-674r-145,139r-36,-31r123,-162","w":559,"k":{"\ue115":30,"\ue113":30,"\ue114":30,"\ue171":30,"\ue17a":30,"\ue17b":30,"\ue17c":30,"\ue116":30,"\ue11b":30,"\ue138":30,"\ue172":30,"\ue17d":30,"\ue111":20,"\ue168":20,"\ue169":20,"\ue16a":20,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40}},{"d":"676,0r-140,0r0,59r-16,0r-74,-95r78,-98r13,2r0,59v68,-4,198,19,197,-44v0,-13,-6,-29,-16,-46r-100,-170r67,-39r111,194v60,91,-3,178,-120,178xm195,-73r198,0r0,73r-213,0v-116,2,-157,-90,-106,-182r73,-131r-46,-25r7,-13r118,-22r42,112r-8,15r-47,-29v-24,52,-77,96,-77,159v0,24,16,43,59,43xm668,-512r-44,112r-121,-21r-6,-12r49,-27r-71,-120v-22,-42,-70,-36,-93,5r-99,174r-64,-37r106,-185v53,-97,163,-92,213,-3r73,129r51,-29xm394,-313v65,-28,116,11,116,91v0,61,-29,104,-89,104v-41,0,-75,-18,-87,-76r51,-10v6,27,19,38,36,38v34,0,39,-34,39,-57v0,-25,-6,-50,-35,-50v-13,0,-24,10,-33,25r-47,0r0,-162r151,0r0,50r-102,0r0,47","w":869},{"d":"144,-416r107,0v104,0,178,51,178,150v0,61,-36,153,-163,155r-122,0r0,111r-79,0r0,-509r79,0r0,93xm144,-167v104,-1,202,20,202,-99v0,-63,-43,-94,-98,-94v-17,0,-34,-1,-104,-1r0,194","w":459},{"d":"136,-74r6,5r372,0r0,69r-482,0r0,-63r186,-297r-185,-264r0,-61r470,0r0,67r-359,0r-4,7r169,240r0,21","w":542,"k":{"\u03bd":30,"\u03b3":20}},{"d":"338,-399r-6,0r-92,399r-93,0r-137,-508r81,0r75,294r27,121r4,0r25,-116r75,-299r76,0r86,297r29,115r6,0r27,-120r74,-292r78,0r-136,508r-87,0r-78,-269xm480,-694r-145,139r-36,-31r123,-162","w":683,"k":{"\ue100":10,"\ue104":10,"\ue10c":10,"\ue10e":10,"\ue119":10,"\ue123":10,"\ue12e":10,"\ue12f":10,"\ue130":10,"\ue131":10,"\ue132":10,"\ue133":10,"\ue13d":10,"\ue13e":10,"\ue13f":10,"\ue140":10,"\ue148":10,"\ue149":10,"\ue14a":10,"\ue14b":10,"\ue15f":10,"\ue160":10,"\ue161":10,"\ue176":10,"\ue0fe":20,"\ue11c":20,"\ue11d":20,"\ue11e":20,"\ue11f":20,"\ue120":20,"\ue121":20,"\ue122":20,"\ue13a":20,"\ue13b":20,"\ue13c":20,"\ue175":20}},{"d":"609,-701r-292,723r-56,0r294,-723r54,0xm347,-375r-62,0r0,111r-65,0r0,-111r-203,0r0,-45r204,-244r64,0r0,238r62,0r0,51xm221,-584r-4,0r-128,158r132,0r0,-158xm736,-131v0,-77,-103,-93,-166,-54r-39,-28r18,-186r237,0r0,52r-184,0r-9,100v93,-28,211,2,211,117v0,145,-184,158,-300,109r17,-49v51,17,90,20,114,20v65,0,101,-34,101,-81","w":820},{"d":"764,-92r20,52v-110,68,-313,63,-357,-45v-32,54,-87,93,-178,93v-159,0,-210,-117,-210,-249v0,-130,60,-257,219,-257v89,0,141,41,171,98v29,-54,81,-99,174,-99v189,0,194,172,194,232r0,38r-325,0v-1,91,29,172,138,172v57,0,99,-11,154,-35xm386,-241v0,-87,-20,-194,-128,-194v-108,0,-134,102,-134,194v0,97,20,186,134,186v107,0,128,-98,128,-186xm473,-278r247,0v0,-95,-28,-159,-117,-159v-93,0,-124,76,-130,159","w":832},{"d":"84,-71r0,-67r325,-160r-325,-156r0,-68r398,200r0,50","w":558},{"d":"57,-464r7,-42v381,23,512,317,429,672r-45,-9v15,-118,17,-205,-12,-304r-229,149r-31,-50r248,-138v-15,-36,-29,-64,-53,-99v-10,6,-225,142,-236,148r-32,-51r240,-131v-67,-76,-156,-132,-286,-145","w":600},{"d":"63,-502v0,-195,253,-240,415,-151r-27,60v-65,-29,-120,-35,-165,-35v-80,0,-136,41,-136,124v0,75,77,96,153,115v99,25,220,51,220,201v0,220,-307,237,-473,143r29,-62v81,39,142,47,193,47v104,0,165,-31,165,-128v0,-82,-63,-104,-147,-126v-119,-31,-227,-61,-227,-188","w":573},{"d":"174,0r-84,0r0,-685r84,0r0,685","w":264},{"d":"637,-339v0,147,-53,267,-156,318r154,41v-10,23,-18,48,-27,71r-225,-76r-30,-4v-211,-13,-293,-131,-293,-348v0,-190,76,-358,293,-358v220,0,284,170,284,356xm549,-337v0,-134,-30,-293,-196,-293v-165,0,-206,146,-206,295v0,182,61,279,206,279v135,0,196,-125,196,-281","w":699,"k":{"X":10,"Y":20,"\u0178":20,"\u00dd":20,"\u0176":20,"\u1ef2":20,"\u2019":40,"\u201d":40,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"V":20,"W":20,"\u0174":20,"\u1e80":20,"\u1e82":20,"\u1e84":20}},{"d":"318,-267r-65,0r0,-212v0,-40,-5,-65,-52,-65v-28,0,-68,15,-96,29r0,248r-66,0r0,-467r66,0r0,166v37,-19,80,-30,112,-30v95,0,101,56,101,107r0,224","w":357},{"d":"437,-710r-12,63v-112,-16,-261,-44,-250,98r0,61r300,0r0,432v0,133,-3,209,-177,273v-7,-18,-14,-36,-22,-53v98,-55,118,-89,118,-175r0,-417r-219,0v0,142,-1,286,-1,428r-79,0r0,-428r-68,0r0,-44v23,-7,46,-12,69,-18r0,-79v-5,-179,193,-173,341,-141","w":554},{"d":"310,-680r-141,146r-36,-28r117,-167xm437,-680r-141,146r-36,-28r117,-167","w":504},{"d":"319,-488r0,60r-144,0v0,142,-1,286,-1,428r-79,0r0,-428r-68,0r0,-44v23,-7,46,-12,69,-18r0,-52v0,-137,70,-177,199,-177v41,0,89,6,127,12r54,-9v0,238,-1,478,-1,716r-79,0r0,-642v-107,-16,-231,-29,-221,102r0,52r144,0","w":556},{"d":"302,-558v0,89,-111,181,-183,240v67,0,134,1,200,1r0,52r-297,0r0,-45v88,-67,211,-182,211,-244v0,-43,-32,-60,-80,-60v-20,0,-55,3,-109,33r-26,-43v55,-38,108,-46,143,-46v83,0,141,37,141,112","w":364},{"d":"379,-208r0,39r-147,158r-33,-25r100,-152r-100,-153r34,-26xm231,-208r0,39r-147,158r-33,-25r101,-152r-101,-153r34,-26","w":433},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm474,-694r0,657r387,0r0,-117r-241,0r0,-167r212,0r0,-115r-212,0r0,-140r241,0r0,-118r-387,0xm973,-694r0,657r387,0r0,-117r-240,0r0,-167r212,0r0,-115r-212,0r0,-140r240,0r0,-118r-387,0"},{"d":"181,-260v-23,0,-56,-4,-85,-19r0,145r-66,0r0,-297v0,-97,49,-166,153,-166v101,0,147,69,147,164v0,103,-49,173,-149,173xm177,-544v-99,0,-80,115,-81,212v79,32,167,38,167,-102v0,-87,-39,-110,-86,-110","w":355},{"d":"533,-253v0,148,-78,259,-234,259v-177,0,-244,-101,-244,-257v0,-141,63,-267,244,-267v181,0,234,127,234,265xm450,-251v0,-96,-24,-208,-151,-208v-129,0,-161,103,-161,210v0,128,48,197,161,197v103,0,151,-90,151,-199xm126,-612r0,-64r329,0r0,64r-329,0","w":588,"k":{"\ue115":30,"\ue113":30,"\ue114":30,"\ue171":30,"\ue17a":30,"\ue17b":30,"\ue17c":30,"\ue116":30,"\ue11b":30,"\ue138":30,"\ue172":30,"\ue17d":30,"\ue111":20,"\ue168":20,"\ue169":20,"\ue16a":20,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40}},{"d":"264,-439v-94,0,-125,76,-131,159r249,0v0,-94,-28,-159,-118,-159xm262,-499v195,0,197,173,197,233r0,39r-327,0v-1,91,30,171,139,171v57,0,101,-12,156,-35r20,52v-58,31,-117,45,-182,45v-174,0,-217,-113,-217,-249v0,-87,30,-256,214,-256xm97,-592r0,-64r329,0r0,64r-329,0","w":505,"k":{"\u2019":20,"\u201d":20}},{"d":"1021,-37r0,-657r145,0r0,540r242,0r0,117r-387,0xm637,-298r115,0r-56,-255r-7,0xm777,-186r-166,0r-34,149r-150,0r181,-656r169,0r186,656r-150,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"489,-410r-71,0r-37,168r75,0r-9,47r-76,0r-42,195r-52,0r42,-195r-146,0r-43,195r-52,0r43,-195r-75,0r9,-47r76,0r37,-168r-80,0r9,-46r81,0r39,-172r51,0r-38,172r147,0r38,-172r52,0r-38,172r69,0xm220,-410r-37,168r147,0r36,-168r-146,0","w":533},{"d":"380,-350v0,31,-26,56,-57,56v-31,0,-55,-25,-55,-56v0,-31,24,-57,55,-57v31,0,57,26,57,57xm214,-711r-1,711r-80,0r0,-711r81,0","w":374},{"d":"352,-233r-125,8v-66,3,-98,36,-98,85v0,57,26,85,90,85v42,0,88,-23,133,-64r0,-114xm502,-13v-56,24,-148,45,-149,-43v-75,64,-139,64,-169,64v-113,0,-142,-84,-142,-140v0,-85,61,-139,185,-147r125,-8v3,-92,-11,-142,-105,-142v-48,0,-102,10,-151,27r-18,-55v135,-56,353,-81,353,123r0,273r66,0xm250,-551v-70,0,-121,-56,-162,-112r47,-34v36,50,80,83,118,83v25,0,69,-4,143,-76r27,25v-58,84,-120,114,-173,114","w":530,"k":{"\u2019":40,"\u201d":40}},{"d":"174,0r-84,0r0,-685r84,0r0,685xm-31,-747r0,-64r326,0r0,64r-326,0","w":264},{"d":"294,0r-214,0r0,-685r223,0v222,0,281,158,281,341v0,187,-67,344,-290,344xm289,-620r-122,0r0,554r117,0v62,0,212,-8,212,-271v0,-268,-136,-283,-207,-283","w":644,"k":{"X":10,"Y":20,"\u0178":20,"\u00dd":20,"\u0176":20,"\u1ef2":20,"\u2019":40,"\u201d":40,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"V":20,"W":20,"\u0174":20,"\u1e80":20,"\u1e82":20,"\u1e84":20}},{"d":"85,5v-57,-12,-43,-102,18,-102v35,0,58,28,58,64v0,55,-42,128,-101,157r-20,-26v26,-25,42,-57,45,-93xm222,5v-57,-12,-43,-102,18,-102v35,0,58,28,58,64v0,55,-41,128,-100,157r-21,-26v26,-25,42,-57,45,-93","w":341,"k":{"T":40,"\u0162":40,"\u0164":40,"\u0166":40,"V":100,"W":100,"\u0174":100,"\u1e80":100,"\u1e82":100,"\u1e84":100}},{"d":"267,-274v0,58,-49,108,-107,108v-58,0,-107,-50,-107,-108v0,-60,49,-109,107,-109v58,0,107,49,107,109","w":321},{"d":"166,0r-81,0r0,-488r81,0r0,488xm201,-576v-60,0,-108,-39,-145,-39r-57,39r-28,-22v16,-45,48,-75,87,-75v47,0,108,39,144,39r57,-40r28,22v-15,45,-47,76,-86,76","w":254,"k":{"\u2019":20,"\u201d":20}},{"d":"485,0r-430,0r0,-55v123,-66,314,-184,314,-286v0,-44,-42,-85,-120,-85v-31,0,-92,6,-167,51r-31,-50v80,-56,157,-68,206,-68v129,0,194,65,194,145v1,122,-161,230,-263,288r297,-1r0,61","w":558},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm-8,-683r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210xm723,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51","w":906},{"d":"174,0r-84,0r0,-685r84,0r0,685xm187,-811v0,31,-26,56,-57,56v-31,0,-55,-25,-55,-56v0,-31,24,-57,55,-57v31,0,57,26,57,57","w":264},{"d":"632,-24v-181,-1,-237,-150,-237,-347v0,-176,74,-335,258,-335v78,0,131,20,174,45r-37,98v-37,-15,-80,-24,-118,-24v-85,0,-121,80,-121,208v0,150,38,234,111,234v40,0,75,-9,134,-33r39,100v-55,38,-121,54,-203,54xm1245,-37r0,-284r-184,0r0,284r-145,0r0,-657r145,0r0,260r184,0r0,-260r144,0r0,657r-144,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm1277,-36r146,0r-94,-229r-63,-49v71,-22,129,-75,129,-188v0,-164,-126,-190,-222,-190r-196,0r0,656r145,0r0,-264r56,0xm1249,-499v2,78,-49,92,-127,87r0,-166v70,-1,125,-3,127,79xm379,-373v0,197,62,349,263,349v50,0,134,-8,211,-56r0,-322r-192,0r0,84r51,9r0,153v-117,40,-177,-52,-177,-224v0,-129,48,-210,136,-210v38,0,89,9,122,24r37,-100v-45,-26,-101,-45,-179,-45v-185,0,-272,161,-272,338"},{"d":"638,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v220,0,284,169,284,355xm549,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280xm556,-877r-141,146r-40,-29r117,-166xm432,-877r-140,146r-41,-29r117,-166","w":698,"k":{"X":10,"Y":20,"\u0178":20,"\u00dd":20,"\u0176":20,"\u1ef2":20,"\u2019":40,"\u201d":40,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"V":20,"W":20,"\u0174":20,"\u1e80":20,"\u1e82":20,"\u1e84":20}},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm450,-694r0,657r387,0r0,-117r-241,0r0,-167r212,0r0,-115r-212,0r0,-140r241,0r0,-118r-387,0xm916,-372v0,197,62,348,261,348v51,0,134,-8,211,-54r0,-322r-191,0r0,84r51,8r0,152v-119,42,-175,-49,-176,-223v0,-128,46,-209,134,-209v39,0,90,11,121,25r38,-100v-44,-24,-100,-44,-177,-44v-185,0,-272,161,-272,335"},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm660,-24v81,0,147,-16,202,-54r-38,-100v-167,74,-246,32,-246,-201v0,-128,37,-208,121,-208v39,0,82,9,118,24r37,-98v-43,-25,-95,-45,-173,-45v-184,0,-259,160,-259,336v0,197,56,345,238,346xm1217,-298r-115,0r53,-255r6,0xm1077,-186r166,0r35,149r151,0r-186,-656r-170,0r-181,656r151,0"},{"d":"60,-285v0,-221,101,-370,148,-428r35,22v-30,45,-108,186,-108,405v0,246,78,382,109,432r-36,25v-45,-57,-148,-209,-148,-456","w":285},{"d":"302,-648v0,89,-111,181,-183,240v67,0,134,1,200,1r0,52r-297,0r0,-45v88,-67,211,-182,211,-244v0,-43,-32,-60,-80,-60v-20,0,-55,3,-109,33r-26,-43v55,-38,108,-46,143,-46v83,0,141,37,141,112","w":364},{"d":"137,-488v2,15,-4,40,6,47v40,-32,94,-53,146,-53v140,0,183,112,183,244v0,143,-52,259,-196,259v-38,0,-97,-6,-137,-34r0,233r-81,0r0,-696r79,0xm140,-377r0,290v21,16,78,35,122,35v69,0,127,-47,127,-200v0,-214,-151,-198,-249,-125","w":521,"k":{"\u0434":10,"\u043b":10,"\u0459":10,"\u0443":10,"\u045e":10}},{"d":"517,-486v0,83,-46,205,-204,205r-148,0r1,281r-86,0r0,-685r224,0v125,0,213,68,213,199xm297,-620r-132,0r0,275v141,-2,265,28,265,-138v0,-94,-58,-137,-133,-137","w":555,"k":{"\u03a7":30,"\u0396":20,",":120,".":120,"\u2026":120,"\u03a5":10,"\u1fe8":10,"\u1fe9":10,"\u03ab":10,"\ue183":50,"\ue186":50,"\ue18d":50,"\ue19b":50,"\u0391":40,"\u039b":40,"\u2206":40,"\u1fb8":40,"\u1fb9":40,"\u1fbc":40,"\ue264":40,"\ue18a":20,"\ue191":20,"\ue19f":20,"\ue19a":30,"\ue1a1":30,"\u0398":20,"\u039f":20}},{"d":"140,-306v0,74,60,133,134,133v72,0,133,-59,133,-133v0,-73,-60,-133,-133,-133v-74,0,-134,60,-134,133xm122,-420r-63,-64r37,-38r64,64v63,-51,164,-52,229,0r63,-64r39,39r-65,62v53,69,48,161,0,229r65,60r-39,40r-64,-63v-73,53,-155,52,-227,0r-65,64r-38,-40r64,-61v-56,-76,-51,-157,0,-228","w":550},{"d":"132,-369r5,3v139,-86,370,-70,370,157v0,135,-92,216,-225,216v-181,0,-230,-140,-230,-310v0,-216,83,-371,264,-371v70,0,122,19,145,31v-6,19,-11,38,-18,57v-49,-19,-93,-24,-125,-24v-148,0,-182,166,-186,241xm291,-352v-99,0,-154,49,-158,51v-1,104,8,245,151,245v95,0,144,-63,144,-149v0,-86,-34,-147,-137,-147","w":558},{"d":"516,-81r6,0r36,-149r70,-258r82,0r-145,488r-89,0r-71,-226r-49,-173r-5,0r-45,173r-65,226r-89,0r-143,-488r82,0r69,252r38,155r5,0r41,-161r70,-246r79,0r81,257xm504,-674r-145,139r-36,-31r123,-162","w":720,"k":{"c":10,"d":10,"e":10,"g":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"\u01a1":10,"\u01ff":10,"\u00f0":10,",":60,".":60,"\u2026":60}},{"d":"617,-55r0,55r-573,0r0,-46v71,-216,158,-426,235,-639r104,0xm334,-612r-7,-1r-201,551r404,0","w":663,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30}},{"d":"549,-701r-292,723r-56,0r294,-723r54,0xm349,-617r-174,353r-70,0r173,-348r-202,0r0,-52r273,0r0,47xm598,-355v-54,0,-68,35,-68,54v0,32,53,50,91,65v38,-23,51,-45,51,-65v0,-25,-19,-54,-74,-54xm595,-48v62,0,85,-39,85,-69v0,-36,-44,-60,-114,-83v-42,26,-55,61,-55,87v0,34,26,65,84,65xm732,-308v0,32,-9,65,-52,96v35,21,63,55,63,101v0,66,-58,115,-148,115v-167,0,-193,-151,-80,-227v-98,-55,-38,-185,85,-185v62,0,132,28,132,100","w":820},{"d":"594,-685r0,439v0,153,-84,254,-262,254v-183,0,-260,-96,-260,-254r0,-439r84,0r0,440v0,125,64,188,177,188v113,0,178,-62,178,-188r-1,-440r84,0xm473,-777v0,26,-21,44,-49,44v-24,0,-42,-18,-42,-44v0,-24,19,-44,42,-44v28,0,49,18,49,44xm286,-777v0,26,-20,44,-46,44v-27,0,-46,-18,-46,-44v0,-24,21,-44,44,-44v28,0,48,18,48,44","w":665},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm674,-37r0,-539r145,0r0,-118r-433,0r0,118r141,0r0,539r147,0xm1219,-321r0,284r144,0r0,-657r-144,0r0,260r-184,0r0,-260r-145,0r0,657r145,0r0,-284r184,0"},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm671,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51xm-142,-692r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm19,-503r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":854},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm233,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm240,-763r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121","w":544,"k":{"\u03b3":20}},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm348,-557v-65,0,-117,-40,-158,-40r-62,40r-31,-23v18,-46,53,-77,95,-77v52,0,118,40,159,40r61,-40r30,22v-16,46,-51,78,-94,78","w":544,"k":{"\u03b3":20}},{"d":"333,-557v-65,0,-117,-40,-158,-40r-62,40r-31,-23v18,-46,53,-77,95,-77v52,0,118,40,159,40r61,-40r30,22v-16,46,-51,78,-94,78xm372,-488r83,0r0,297v0,114,-74,197,-200,197v-131,0,-195,-75,-195,-184r0,-310r82,0r0,310v0,70,28,119,112,119v80,0,118,-55,118,-128r0,-301","w":515},{"d":"47,-617r0,-68r446,0r0,64r-367,552r385,1r0,68r-489,0r0,-64r366,-553r-341,0","w":532},{"d":"264,-722v37,0,112,8,158,30r-17,58v-56,-19,-103,-24,-139,-24v-95,0,-130,51,-130,119v1,109,118,124,237,116r0,61r-95,0v-114,0,-161,73,-161,155v0,72,36,105,162,150v92,33,150,53,150,104v0,45,-45,99,-89,144r-44,-34v37,-50,53,-72,53,-88v0,-17,-15,-31,-58,-47v-122,-46,-256,-73,-256,-219v0,-77,28,-159,127,-198v-75,-28,-108,-89,-108,-152v0,-109,82,-175,210,-175","w":433},{"d":"327,-222r-195,-3v4,98,40,167,141,167v51,0,92,-11,141,-31r22,54v-42,23,-105,41,-170,41v-163,0,-218,-105,-218,-244v0,-104,39,-261,223,-261v44,0,90,4,141,25r-19,59v-142,-49,-249,-4,-260,142v65,-2,130,-3,194,-4r0,55","w":465},{"d":"123,-126r1,-559r85,0r-1,554v0,172,-80,258,-231,311r-24,-61v128,-73,170,-125,170,-245","w":309},{"d":"531,-37r0,-656r145,0r0,656r-145,0xm1199,-312r5,0r0,-380r140,0r0,655r-152,0r-200,-407r-7,0r0,407r-137,0r0,-655r165,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"83,-353r577,0r-146,-145r46,-45r220,222r-220,221r-46,-45r146,-145r-577,1r0,-64","w":840},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm604,-294v145,4,272,-18,272,-207v0,-180,-142,-194,-221,-194r-198,0r0,657r147,0r0,-256xm604,-582v72,-1,126,-6,126,85v0,90,-52,92,-126,90r0,-175xm985,-694r0,657r388,0r0,-117r-242,0r0,-540r-146,0"},{"d":"345,-463v0,96,-37,201,-161,201v-137,0,-164,-100,-164,-200v0,-91,28,-207,166,-207v141,0,159,121,159,206xm277,-462v0,-57,-5,-154,-91,-154v-88,0,-98,92,-98,155v0,82,15,148,98,148v76,0,91,-79,91,-149xm584,-701r-292,723r-56,0r294,-723r54,0xm800,-198v0,96,-37,201,-161,201v-137,0,-164,-100,-164,-200v0,-91,28,-207,166,-207v141,0,159,121,159,206xm732,-197v0,-57,-5,-154,-91,-154v-88,0,-98,92,-98,155v0,82,15,148,98,148v76,0,91,-79,91,-149","w":820},{"d":"325,-572v-60,0,-108,-39,-145,-39r-57,39r-28,-22v16,-45,48,-75,87,-75v47,0,108,39,144,39r57,-40r28,22v-15,45,-47,76,-86,76","w":503},{"d":"233,-500v55,0,123,10,161,26r-18,55v-61,-19,-97,-21,-134,-21v-79,0,-109,36,-109,78v0,89,91,67,169,70r0,56v-89,-1,-178,-9,-178,90v0,122,186,104,278,58r19,50v-105,65,-381,78,-381,-99v0,-62,41,-107,92,-123r1,-3v-43,-12,-84,-44,-84,-96v0,-89,80,-141,184,-141","w":439},{"d":"336,0r-121,-204r-123,204r-88,0r164,-255r-149,-233r91,0r106,181r108,-181r90,0r-152,231r165,257r-91,0","w":432},{"d":"412,-456r-291,392r305,0r0,64r-406,0r0,-51r291,-395r-273,0r1,-64r373,0r0,54xm355,-694r-145,139r-36,-31r123,-162","w":446},{"d":"372,-488r83,0r0,297v0,114,-74,197,-200,197v-131,0,-195,-75,-195,-184r0,-310r82,0r0,310v0,70,28,119,112,119v80,0,118,-55,118,-128r0,-301xm257,-539r-132,-195r79,-40r93,214","w":515},{"d":"513,0r-433,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65xm435,-892r24,29r-152,135r-54,0r-151,-137r23,-27r155,91","w":564},{"d":"396,-427r-314,0r0,-62r394,0r0,57r-265,571r-79,0","w":558},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm418,-65v163,77,435,56,435,-160v0,-128,-56,-171,-202,-218v-62,-20,-88,-35,-88,-80v0,-51,39,-66,78,-66v12,0,85,0,145,24v5,-13,27,-87,31,-100v-151,-77,-404,-59,-405,146v0,132,73,164,193,204v68,23,96,35,96,92v0,59,-34,80,-101,80v-22,0,-87,-4,-146,-27v-4,14,-32,91,-36,105xm923,-372v0,197,61,348,260,348v52,0,135,-8,212,-54r0,-322r-192,0r0,84r52,8r0,152v-119,42,-175,-49,-176,-223v0,-128,46,-209,134,-209v39,0,89,11,121,25r37,-100v-44,-24,-100,-44,-177,-44v-184,0,-271,161,-271,335"},{"d":"375,-674r-145,139r-36,-31r123,-162","w":492},{"d":"288,-17r-62,80v65,3,109,28,109,79v0,56,-56,102,-179,102r0,-36v71,-7,118,-25,118,-59v0,-36,-53,-41,-101,-41r-13,-19r97,-125v10,7,21,12,31,19","w":447},{"d":"426,0r-361,0r0,-198r-62,33r-25,-43r87,-45r0,-257r80,0r0,215r75,-39r25,42r-100,53r0,175r281,1r0,63","w":436,"k":{"\ue113":60,"\ue114":60,"\ue171":60,"\ue17a":60,"\ue17b":60,"\ue17c":60,"\ue116":80,"\ue11b":80,"\ue138":80,"\ue172":80,"\ue17d":80,"\ue100":20,"\ue104":20,"\ue10c":20,"\ue10e":20,"\ue119":20,"\ue123":20,"\ue12e":20,"\ue12f":20,"\ue130":20,"\ue131":20,"\ue132":20,"\ue133":20,"\ue13d":20,"\ue13e":20,"\ue13f":20,"\ue140":20,"\ue148":20,"\ue149":20,"\ue14a":20,"\ue14b":20,"\ue15f":20,"\ue160":20,"\ue161":20,"\ue176":20,"\ue111":70,"\ue168":70,"\ue169":70,"\ue16a":70}},{"d":"72,180r15,-525r54,0r12,525r-81,0xm165,-473v0,28,-22,51,-53,51v-30,0,-53,-23,-53,-51v0,-29,23,-53,54,-53v28,0,52,24,52,53","w":225},{"d":"517,-343v0,83,-46,205,-204,205r-148,0r0,138r-85,0r0,-685r85,0r0,143r139,0v125,0,213,68,213,199xm297,-477r-132,0r0,275v141,-2,265,28,265,-138v0,-94,-58,-137,-133,-137","w":555},{"d":"451,-334r-4,1r0,266r-132,0r0,-590r132,0r0,251r4,0r171,-251r150,0r-205,281r207,309r-159,0xm910,-67r-125,-588r140,0r49,308r17,139r4,0r78,-447r146,0r78,445r4,0r60,-445r141,0r-122,588r-161,0r-51,-280r-21,-132r-3,0r-71,412r-163,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"638,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v220,0,284,169,284,355xm549,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280xm-186,-684r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm52,-657r-106,177r-36,-19r76,-191","w":698,"k":{"\ue199":10,"\ue198":10,"\ue197":20,"\u03a7":20,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\u0391":20,"\u039b":20,"\u2206":20,"\u1fb8":20,"\u1fb9":20,"\u1fbc":20,"\ue264":20}},{"d":"492,-510r1,325v0,114,-70,190,-217,190v-153,0,-216,-71,-216,-190r0,-325r79,0r0,325v0,88,50,133,137,133v88,0,138,-45,138,-133r0,-325r78,0xm405,-623v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm217,-623v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":553},{"d":"637,-353v115,0,150,90,150,182v0,88,-36,176,-157,176v-114,0,-150,-82,-150,-176v0,-92,43,-182,157,-182xm599,-701r-293,723r-56,0r294,-723r55,0xm130,-510v0,72,21,127,91,127v36,0,65,-8,100,-21r16,42v-31,18,-76,31,-120,31v-114,0,-153,-77,-153,-173v0,-73,28,-182,156,-182v30,0,63,3,102,19r-16,47v-101,-38,-177,-2,-176,110xm721,-171v0,-57,-13,-129,-84,-129v-72,0,-89,68,-89,130v0,65,13,123,89,123v69,0,84,-66,84,-124","w":848},{"d":"455,0r-81,0r0,-426r-235,0r0,426r-81,0r0,-487r398,0v0,162,-1,325,-1,487","w":515},{"d":"181,-335r3,0r84,-256r68,0r-119,325r-77,0r-120,-325r70,0","w":358},{"d":"261,6v-186,0,-216,-164,-216,-359v0,-180,35,-366,222,-366v186,0,215,189,215,363v0,183,-42,362,-221,362xm399,-344r-271,0v0,187,15,288,137,288v112,0,136,-139,134,-288xm267,-654v-116,0,-135,123,-138,249r269,0v-3,-119,-21,-249,-131,-249","w":527},{"d":"147,139r-58,0r0,-839r58,0r0,839","w":243},{"d":"320,137v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":668},{"d":"438,-400r598,0v-44,-96,-31,-217,-181,-217r-521,0r0,-65r539,0v80,0,157,39,182,117r183,565r-1212,0v23,-166,125,-400,412,-400xm1144,-66r-85,-266r-621,0v-198,0,-291,148,-314,266r1020,0xm724,-197v0,38,-31,70,-71,70v-38,0,-70,-32,-70,-70v0,-42,32,-72,70,-72v40,0,71,30,71,72","w":1265},{"d":"315,-518v62,0,112,10,148,21r-15,60v-51,-14,-103,-17,-130,-17v-126,0,-180,78,-180,203v0,108,33,192,166,192v26,0,66,-4,90,-10r-1,-198r76,0r1,248v-56,18,-118,25,-172,25v-179,0,-243,-106,-243,-258v0,-109,48,-266,260,-266xm291,-571v-70,0,-121,-56,-162,-112r47,-34v36,50,80,83,118,83v25,0,69,-4,143,-76r27,25v-58,84,-120,114,-173,114","w":515},{"d":"527,0r-447,0r0,-684r85,0r0,621r362,0r0,63xm383,-577v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":537,"k":{"'":100,"T":70,"\u0162":70,"\u0164":70,"\u0166":70,"Y":70,"\u0178":70,"\u00dd":70,"\u0176":70,"\u1ef2":70,"v":30,"w":30,"y":30,"\u0175":30,"\u1e81":30,"\u1e83":30,"\u1e85":30,"\u1ef3":30,"\u2019":110,"\u201d":110,"V":50,"W":50,"\u0174":50,"\u1e80":50,"\u1e82":50,"\u1e84":50,"C":20,"G":20,"O":20,"Q":20,"\u0152":20,"\u00c7":20,"\u00d2":20,"\u00d3":20,"\u00d4":20,"\u00d5":20,"\u00d6":20,"\u00d8":20,"\u0106":20,"\u0108":20,"\u010a":20,"\u010c":20,"\u011c":20,"\u011e":20,"\u0120":20,"\u0122":20,"\u014c":20,"\u014e":20,"\u0150":20,"\u01a0":20,"\u01fe":20}},{"d":"198,-322r0,-69r279,0r0,69r-279,0xm628,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v220,0,284,169,284,355xm539,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280","w":678},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm322,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":695},{"d":"98,-608v-55,-14,-42,-104,18,-104v36,0,59,28,59,65v0,56,-44,125,-102,154r-20,-27v26,-24,42,-52,45,-88","w":215,"k":{"n":50,"a":30,"\u00e6":30,"\u00e0":30,"\u00e1":30,"\u00e2":30,"\u00e3":30,"\u00e4":30,"\u00e5":30,"\u0101":30,"\u0103":30,"\u0105":30,"\u01fd":30,"c":60,"d":60,"e":60,"g":60,"o":60,"q":60,"\u00e7":60,"\u00e8":60,"\u00e9":60,"\u00ea":60,"\u00eb":60,"\u00f2":60,"\u00f3":60,"\u00f4":60,"\u00f5":60,"\u00f6":60,"\u00f8":60,"\u0107":60,"\u0109":60,"\u010b":60,"\u010d":60,"\u010f":60,"\u0111":60,"\u0113":60,"\u0115":60,"\u0117":60,"\u0119":60,"\u011b":60,"\u011d":60,"\u011f":60,"\u0121":60,"\u0123":60,"\u014d":60,"\u014f":60,"\u0151":60,"\u01a1":60,"\u01ff":60,"\u00f0":60,"s":40,"\u0161":40,"\u015b":40,"\u015d":40,"\u015f":40,"\u0219":40}},{"d":"497,-92r-320,0r0,48v0,31,-21,46,-42,46v-22,0,-44,-15,-44,-46r0,-48r-48,0r0,-157v0,-44,35,-65,52,-69r48,-121v10,-24,32,-45,66,-45r69,0v0,-24,-5,-52,21,-52r80,0v22,-1,16,31,17,52r69,0v35,0,54,22,63,45r48,121v21,4,56,25,56,69r0,157r-48,0r0,48v0,62,-87,61,-87,0r0,-48xm147,-321r381,0r-31,-94v-6,-16,-17,-24,-32,-24r-256,0v-17,0,-22,10,-27,24xm137,-189v21,0,37,-18,37,-42v0,-24,-16,-42,-37,-42v-25,0,-42,18,-42,42v0,24,17,42,42,42xm539,-189v24,0,41,-18,41,-42v0,-24,-17,-42,-41,-42v-21,0,-42,18,-42,42v0,24,21,42,42,42","w":701},{"d":"594,-685r0,439v0,153,-84,254,-262,254v-183,0,-260,-96,-260,-254r0,-439r84,0r0,440v0,125,64,188,177,188v113,0,178,-62,178,-188r-1,-440r84,0","w":665},{"d":"513,0r-433,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65","w":564},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm733,-479v-18,36,-30,78,-51,111r-138,-324r-163,0r0,655r140,0r0,-417r7,0r109,265r92,0r110,-263r5,0r0,415r139,0r0,-655r-162,0xm1327,-37r0,-539r146,0r0,-118r-434,0r0,118r141,0r0,539r147,0"},{"d":"92,-487r138,424r5,0v7,-20,31,-105,58,-187r79,-237r82,0r-176,487r-98,0r-171,-487r83,0","w":463,"k":{"c":10,"d":10,"e":10,"g":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"\u01a1":10,"\u01ff":10,"\u00f0":10,",":60,".":60,"\u2026":60}},{"d":"901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm1249,-186r-166,0r-34,149r-151,0r182,-656r169,0r186,656r-150,0xm860,-225v0,216,-270,237,-436,160r37,-105v59,23,124,27,146,27v67,0,101,-21,101,-80v0,-57,-28,-69,-97,-92v-120,-40,-192,-72,-192,-204v0,-206,253,-222,405,-146v-5,13,-27,87,-31,100v-61,-24,-133,-24,-145,-24v-39,0,-78,15,-78,66v0,45,26,60,88,80v146,47,202,90,202,218xm1109,-298r115,0r-56,-255r-7,0"},{"d":"695,-684v0,86,1,174,1,260v0,141,-98,235,-272,241r0,183r-83,0r0,-182v-179,-10,-271,-93,-271,-254r0,-248r84,0r0,255v0,110,72,176,187,183r0,-438r83,0r0,438v126,-8,189,-67,189,-187r0,-251r82,0","w":766,"k":{"\u2026":120,".":120,",":120}},{"d":"70,-69r0,-419r81,0r0,427r59,0r4,49v-59,29,-144,28,-144,-57xm20,-767r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm258,-740r-106,177r-36,-19r76,-191","w":239,"k":{"\u03bd":20}},{"d":"146,-206r0,206r-81,0r0,-510r81,0r0,218r224,-218r96,0r-216,205r221,305r-93,0r-182,-254","w":481},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm269,-767r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm471,-567r-106,-177r66,-33r76,191","w":730},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm747,-693r-114,524r-4,0r-25,-128r-88,-396r-152,0r177,656r177,0r177,-656r-148,0xm1270,-312r-5,0r-186,-380r-165,0r0,655r137,0r0,-407r7,0r200,407r152,0r0,-655r-140,0r0,380"},{"d":"451,-64r206,1r-535,-536r44,-45r535,536r-1,-205r65,0r-1,312r-312,1","w":840},{"d":"345,-463v0,96,-37,201,-161,201v-137,0,-164,-100,-164,-200v0,-91,28,-207,166,-207v141,0,159,121,159,206xm277,-462v0,-57,-5,-154,-91,-154v-88,0,-98,92,-98,155v0,82,15,148,98,148v76,0,91,-79,91,-149xm584,-701r-292,723r-56,0r294,-723r54,0xm801,-198v0,96,-37,201,-161,201v-137,0,-164,-100,-164,-200v0,-91,28,-207,166,-207v141,0,159,121,159,206xm733,-197v0,-57,-5,-154,-91,-154v-88,0,-98,92,-98,155v0,82,15,148,98,148v76,0,91,-79,91,-149xm1175,-198v0,96,-37,201,-161,201v-137,0,-164,-100,-164,-200v0,-91,28,-207,166,-207v141,0,159,121,159,206xm1107,-197v0,-57,-5,-154,-91,-154v-88,0,-98,92,-98,155v0,82,15,148,98,148v76,0,91,-79,91,-149","w":1195},{"d":"147,-342r-58,0r0,-358r58,0r0,358xm89,-243r58,0r0,382r-58,0r0,-382","w":243},{"d":"221,-277r6,0r129,-231r82,0r-174,288r0,220r-84,0r0,-217r-175,-291r84,0xm359,-702r-134,153r-41,-31r111,-171","w":443,"k":{"\ue197":30,"\ue188":20,"-":20,"\u2013":20,"\u2014":20,"\u00ad":20,"\ue183":50,"\ue186":50,"\ue18d":50,"\ue19b":50,"\ue18a":30,"\ue191":30,"\ue19f":30,"\ue19a":20,"\ue1a1":20}},{"d":"592,-45v0,30,-24,55,-52,55v-30,0,-54,-25,-54,-55v0,-28,24,-52,53,-52v30,0,53,24,53,52xm366,-45v0,30,-24,55,-52,55v-30,0,-54,-25,-54,-55v0,-28,23,-52,53,-52v30,0,53,24,53,52xm153,-45v0,30,-25,55,-52,55v-30,0,-55,-25,-55,-55v0,-28,24,-52,54,-52v29,0,53,24,53,52","w":638},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm353,-734r-132,195r-40,-19r92,-214","w":514},{"d":"515,-139r5,0r0,-545r82,0r0,684r-83,0r-354,-557v-1,0,-2,1,-4,1r0,556r-81,0r0,-684r85,0","w":682},{"d":"242,-458v-63,0,-109,23,-109,80v0,50,63,63,123,82v86,27,170,64,170,153v0,164,-255,181,-391,109r25,-58v79,33,119,35,153,35v84,0,134,-19,134,-85v0,-44,-44,-68,-111,-88v-94,-28,-183,-51,-183,-140v0,-150,214,-183,347,-114r-24,56v-52,-24,-105,-30,-134,-30","w":461},{"d":"70,-69r0,-419r81,0r0,427r59,0r4,49v-59,29,-144,28,-144,-57","w":239,"k":{"\u03bd":20}},{"d":"372,-488r83,0r0,297v0,114,-74,197,-200,197v-131,0,-195,-75,-195,-184r0,-310r82,0r0,310v0,70,28,119,112,119v80,0,118,-55,118,-128r0,-301","w":515},{"d":"917,-225v0,217,-271,236,-435,160v4,-14,31,-91,36,-105v59,23,124,27,146,27v67,0,101,-21,101,-80v0,-57,-28,-69,-96,-92v-120,-40,-193,-72,-193,-204v0,-206,254,-222,405,-146v-5,13,-27,87,-31,100v-60,-24,-133,-24,-145,-24v-39,0,-78,15,-78,66v0,45,26,60,88,80v146,47,202,90,202,218xm1064,-37r0,-656r145,0r0,656r-145,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"21,0r366,-700r366,700r-732,0xm429,-57r115,-219r-60,-113r-176,332r121,0xm574,-220r-86,163r171,0xm250,-57r204,-389r-67,-128r-272,517r135,0","w":773},{"d":"482,-348r-64,0r-33,143r67,0r-8,39r-69,0r-38,166r-46,0r38,-166r-132,0r-38,166r-46,0r38,-166r-68,0r8,-39r69,0r33,-143r-72,0r8,-40r73,0r35,-145r46,0r-34,145r132,0r35,-145r46,0r-34,145r62,0xm240,-348r-33,143r132,0r33,-143r-132,0","w":558},{"d":"483,0r-87,0r-49,-140r-203,0r-50,140r-84,0r189,-510r96,0xm329,-196r-84,-245r-82,245r166,0xm243,-571v-70,0,-121,-56,-162,-112r47,-34v36,50,80,83,118,83v25,0,69,-4,143,-76r27,25v-58,84,-120,114,-173,114","w":493,"k":{"\ue113":20,"\ue114":20,"\ue171":20,"\ue17a":20,"\ue17b":20,"\ue17c":20,"\ue116":50,"\ue11b":50,"\ue138":50,"\ue172":50,"\ue17d":50,"\ue100":10,"\ue104":10,"\ue10c":10,"\ue10e":10,"\ue119":10,"\ue123":10,"\ue12e":10,"\ue12f":10,"\ue130":10,"\ue131":10,"\ue132":10,"\ue133":10,"\ue13d":10,"\ue13e":10,"\ue13f":10,"\ue140":10,"\ue148":10,"\ue149":10,"\ue14a":10,"\ue14b":10,"\ue15f":10,"\ue160":10,"\ue161":10,"\ue176":10,"\ue111":40,"\ue168":40,"\ue169":40,"\ue16a":40,"\ue112":10,"\ue16b":10,"\ue16c":10,"\ue16d":10,"\ue16e":10,"\ue16f":10,"\ue170":10}},{"d":"165,0r-85,0r0,-684r414,0r0,67r-329,0r0,617","w":517,"k":{"\u00b5":90,"\u03cc":110,"\u03ac":110,"\ue264":80,"\u1ff7":110,"\u1ff6":110,"\u1ff4":110,"\u1ff3":110,"\u1ff2":110,"\u1fe1":100,"\u1fe0":100,"\u1fc7":90,"\u1fc6":90,"\u1fc4":90,"\u1fc3":90,"\u1fc2":90,"\u1fbc":80,"\u1fb9":80,"\u1fb8":80,"\u1fb7":110,"\u1fb6":110,"\u1fb4":110,"\u1fb3":110,"\u1fb2":110,"\u1fb1":110,"\u1fb0":110,"\u1fa7":110,"\u1fa6":110,"\u1fa5":110,"\u1fa4":110,"\u1fa3":110,"\u1fa2":110,"\u1fa1":110,"\u1fa0":110,"\u1f97":90,"\u1f96":90,"\u1f95":90,"\u1f94":90,"\u1f93":90,"\u1f92":90,"\u1f91":90,"\u1f90":90,"\u1f87":110,"\u1f86":110,"\u1f85":110,"\u1f84":110,"\u1f83":110,"\u1f82":110,"\u1f81":110,"\u1f80":110,"\u1f7d":110,"\u1f7c":110,"\u1f7b":100,"\u1f7a":100,"\u1f79":110,"\u1f78":110,"\u1f75":90,"\u1f74":90,"\u1f73":90,"\u1f72":90,"\u1f71":110,"\u1f70":110,"\u1f67":110,"\u1f66":110,"\u1f65":110,"\u1f64":110,"\u1f63":110,"\u1f62":110,"\u1f61":110,"\u1f60":110,"\u1f55":100,"\u1f45":110,"\u1f44":110,"\u1f43":110,"\u1f42":110,"\u1f41":110,"\u1f40":110,"\u1f27":90,"\u1f26":90,"\u1f25":90,"\u1f24":90,"\u1f23":90,"\u1f22":90,"\u1f21":90,"\u1f20":90,"\u1f15":90,"\u1f14":90,"\u1f13":90,"\u1f12":90,"\u1f11":90,"\u1f10":90,"\u1f07":110,"\u1f06":110,"\u1f05":110,"\u1f04":110,"\u1f03":110,"\u1f02":110,"\u1f01":110,"\u1f00":110,"\ue1a3":60,"\ue1a1":120,"\ue1a0":60,"\ue19f":130,"\ue19b":110,"\ue19a":120,"\ue196":60,"\ue193":100,"\ue191":130,"\ue18d":110,"\ue18c":100,"\ue18a":130,"\ue187":100,"\ue186":110,"\ue185":100,"\ue184":100,"\ue183":110,"\u03ad":90,"\u03ce":110,"\u03ae":90,"\u2026":100,"\u0394":80,"\u039f":40,"\u039b":80,"\u0398":40,"\u0391":80,"\u03b9":110,"\u03c3":110,"\u03c6":110,"\u03ba":90,"\u03bf":110,"\u03c9":110,"\u03c5":100,"\u03b7":90,"\u03b5":90,"\u03b1":110,".":100,",":100,"\u03cd":60,"\u1fe7":60,"\u1fe6":50,"\u1fe3":40,"\u1fe2":40,"\u1fd7":-50,"\u1fd6":-50,"\u1fd3":-120,"\u1fd2":-110,"\u1fd1":-50,"\u1fd0":-60,"\u1f77":70,"\u1f76":-10,"\u1f57":60,"\u1f56":50,"\u1f54":60,"\u1f53":60,"\u1f52":50,"\u1f51":70,"\u1f50":60,"\u1f37":20,"\u1f36":40,"\u1f35":-10,"\u1f34":10,"\u1f33":-30,"\u1f32":-60,"\u1f31":40,"\u1f30":60,"\u03b0":30,"\u03af":50,"\u03cb":40,"\u03ca":-50,"\u0390":-100,"\u03c7":90,"\u03bb":60,"\u03a9":50,"\u03bd":70,"\u03c1":120,"\u03b4":80}},{"d":"179,-598v133,0,137,115,137,156r0,29r-221,0v1,53,22,98,89,98v35,0,66,-8,107,-24r19,44v-45,22,-85,32,-130,32v-123,0,-151,-75,-151,-165v0,-58,19,-170,150,-170xm179,-547v-58,0,-78,43,-83,91r158,0v-1,-53,-20,-91,-75,-91xm209,-617r-138,-99r43,-52r123,121","w":340},{"d":"298,208r0,-202v-151,-2,-240,-86,-240,-194r1,-299r80,0r0,300v0,70,48,126,159,130r0,-508r82,0r0,508v104,-3,159,-60,159,-130r0,-300r80,0r0,299v0,108,-91,192,-239,194r0,202r-82,0","w":678},{"d":"310,-499v133,0,144,84,144,157r-1,352v3,132,-123,167,-252,136r9,-57v82,11,163,11,163,-80r0,-331v0,-69,-12,-110,-85,-110v-46,0,-107,24,-148,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,43v55,-35,121,-54,168,-54","w":514,"k":{"\u2019":70,"\u201d":70}},{"d":"483,0r-87,0r-49,-140r-203,0r-50,140r-84,0r189,-510r96,0xm329,-196r-84,-245r-82,245r166,0xm387,-643v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm199,-643v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":493,"k":{"\ue113":20,"\ue114":20,"\ue171":20,"\ue17a":20,"\ue17b":20,"\ue17c":20,"\ue116":50,"\ue11b":50,"\ue138":50,"\ue172":50,"\ue17d":50,"\ue100":10,"\ue104":10,"\ue10c":10,"\ue10e":10,"\ue119":10,"\ue123":10,"\ue12e":10,"\ue12f":10,"\ue130":10,"\ue131":10,"\ue132":10,"\ue133":10,"\ue13d":10,"\ue13e":10,"\ue13f":10,"\ue140":10,"\ue148":10,"\ue149":10,"\ue14a":10,"\ue14b":10,"\ue15f":10,"\ue160":10,"\ue161":10,"\ue176":10,"\ue111":40,"\ue168":40,"\ue169":40,"\ue16a":40,"\ue112":10,"\ue16b":10,"\ue16c":10,"\ue16d":10,"\ue16e":10,"\ue16f":10,"\ue170":10}},{"d":"92,-487r138,424r5,0v7,-20,31,-105,58,-187r79,-237r82,0r-176,487r-98,0r-171,-487r83,0","w":463,"k":{"\u2026":90,";":30,":":30,".":90,",":90,"\u03bb":20,"\u03b3":-10}},{"d":"480,-243v0,125,-51,251,-222,251v-160,0,-210,-117,-210,-249v0,-130,60,-257,220,-257v163,0,212,127,212,255xm395,-241v0,-87,-19,-194,-127,-194v-108,0,-135,102,-135,194v0,97,20,186,135,186v106,0,127,-98,127,-186xm241,-774r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm402,-585r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":528},{"d":"472,0r-80,0r0,-236r-247,0r1,236r-81,0r0,-509r81,0r-1,211r247,0r0,-211r80,0r0,509xm443,-581r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":537},{"d":"233,-500v55,0,123,10,161,26r-18,55v-61,-19,-97,-21,-134,-21v-79,0,-109,36,-109,78v0,89,91,67,169,70r0,56v-89,-1,-178,-9,-178,90v0,122,186,104,278,58r19,50v-105,65,-381,78,-381,-99v0,-62,41,-107,92,-123r1,-3v-43,-12,-84,-44,-84,-96v0,-89,80,-141,184,-141xm251,-539r-132,-195r79,-40r93,214","w":439},{"d":"412,-61r0,-623r85,0r0,623r245,0r0,-623r85,0r1,684r-748,0r0,-684r83,0r0,623r249,0","w":908,"k":{"\u042a":40}},{"d":"360,-510r0,318v101,-8,140,-50,140,-130r0,-188r78,0r0,195v0,106,-78,180,-218,187r0,128r-81,0r0,-128v-145,-8,-219,-76,-219,-195r0,-187r80,0r0,191v0,79,47,121,139,127r0,-318r81,0","w":638},{"d":"165,0r-85,0r0,-684r355,0r0,-129r66,0r0,190r-336,0r0,623","w":519,"k":{"\ue1cb":170,"\ue1b7":150,"\ue1d6":160,"\ue1ce":120,"\u044f":170,"\u0447":110,"\u0445":120,"\u0436":140,"\u0431":90,"\u0430":130,"\u042f":80,"\u0424":110,"\u0414":140,"\u0410":100,",":120,".":120,"\u2026":120,"\u0404":90,"\u041e":90,"\u0421":90,"\u0432":110,"\u0433":110,"\u0438":110,"\u0439":110,"\u043a":110,"\u043c":110,"\u043d":110,"\u043f":110,"\u0440":110,"\u0491":110,"\u0446":110,"\u0448":110,"\u0449":110,"\u044c":110,"\u044e":110,"\u0456":110,"\u045a":110,"\u045f":110,"\u045c":110,"\u0453":110,"\u0457":110,"\u0434":150,"\u043b":150,"\u0459":150,"\u0435":150,"\u043e":150,"\u0441":150,"\u0444":150,"\u0451":150,"\u0454":150,"\u0437":130,"\u04d9":130,"\u044d":130,"\u0443":110,"\u045e":110,"\ue1b1":140,"\ue1bb":140,"\ue1c2":140,"\ue1be":110,"\ue1d4":110,"\ue1ca":110,"\ue1b5":110,"\ue1ac":170,"\ue1c5":170,"\ue1c8":170,"\u0442":80,"\u044a":80,"\u0417":50,"\u042d":50,"\ue1aa":90,"\ue1b3":90,"\ue1d1":90,"\ue1c9":90}},{"d":"418,-432v44,0,78,39,78,81v0,42,-35,78,-78,78v-41,0,-80,-33,-80,-78v0,-45,36,-81,80,-81xm469,-260r100,171v-100,53,-209,56,-302,-1r98,-170v40,18,64,19,104,0xm265,-614r99,172v-31,19,-48,51,-52,91r-197,0v0,-114,45,-195,150,-263xm469,-444r100,-171v96,53,152,148,152,264r-197,0v-4,-40,-22,-72,-55,-93xm416,-684v-181,0,-330,152,-330,333v0,187,152,332,334,332v176,0,329,-153,329,-324v0,-210,-164,-341,-333,-341xm418,17v-205,0,-368,-162,-368,-368v0,-178,144,-365,366,-365v209,0,371,158,371,360v0,205,-161,373,-369,373","w":837},{"d":"220,0r0,-296r-210,-389r89,0r164,319r4,0r171,-319r87,0r-216,385r0,300r-89,0xm406,-850r-145,139r-38,-31r123,-161","w":536,"k":{"\u015d":50,"\u0159":40,"\u0157":40,"\u0155":40,"\u0149":40,"\u0133":40,"\u012d":40,"\u012b":40,"\u0129":40,"\u00ef":40,"\u00ee":40,"\u00ed":40,"\u00ec":40,"\u0161":50,"r":40,"v":50,"w":50,"y":50,"\u0175":50,"\u1e81":50,"\u1e83":50,"\u1e85":50,"\u1ef3":50,"A":50,"\u00c6":50,"\u00c0":50,"\u00c1":50,"\u00c2":50,"\u00c3":50,"\u00c4":50,"\u00c5":50,"\u0100":50,"\u0102":50,"\u0104":50,"\u01fc":50,"C":30,"G":30,"O":30,"Q":30,"\u0152":30,"\u00c7":30,"\u00d2":30,"\u00d3":30,"\u00d4":30,"\u00d5":30,"\u00d6":30,"\u00d8":30,"\u0106":30,"\u0108":30,"\u010a":30,"\u010c":30,"\u011c":30,"\u011e":30,"\u0120":30,"\u0122":30,"\u014c":30,"\u014e":30,"\u0150":30,"\u01a0":30,"\u01fe":30,"a":80,"\u00e6":80,"\u00e0":80,"\u00e1":80,"\u00e2":80,"\u00e3":80,"\u00e4":80,"\u00e5":80,"\u0101":80,"\u0103":80,"\u0105":80,"\u01fd":80,"c":50,"d":50,"e":50,"g":50,"o":50,"q":50,"\u00e7":50,"\u00e8":50,"\u00e9":50,"\u00ea":50,"\u00eb":50,"\u00f2":50,"\u00f3":50,"\u00f4":50,"\u00f5":50,"\u00f6":50,"\u00f8":50,"\u0107":50,"\u0109":50,"\u010b":50,"\u010d":50,"\u010f":50,"\u0111":50,"\u0113":50,"\u0115":50,"\u0117":50,"\u0119":50,"\u011b":50,"\u011d":50,"\u011f":50,"\u0121":50,"\u0123":50,"\u014d":50,"\u014f":50,"\u0151":50,"\u01a1":50,"\u01ff":50,"\u00f0":50,"i":40,"m":40,"n":40,"p":40,"\u012f":40,"\u0144":40,"\u0146":40,"\u0148":40,"\u014b":40,"s":50,"\u015b":50,"\u015f":50,"\u0219":50,"u":50,"\u00f9":50,"\u00fa":50,"\u00fb":50,"\u00fc":50,"\u0169":50,"\u016b":50,"\u016d":50,"\u016f":50,"\u0171":50,"\u0173":50,"\u01b0":50,",":70,".":70,"\u2026":70,":":50,";":50,"-":50,"\u2013":50,"\u2014":50,"\u00ad":50}},{"d":"430,0r-365,0r0,-510r352,0r0,64r-270,0r0,147r231,0r0,61r-231,0r0,174r283,0r0,64xm379,-633v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm191,-633v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":460},{"d":"174,0r-84,0r0,-685r84,0r0,685xm-137,-691r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm24,-502r-39,15r-85,-187r70,-26v18,67,35,132,54,198","w":264},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm73,-692r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210","w":579,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"412,-456r-291,392r305,0r0,64r-406,0r0,-51r291,-395r-273,0r1,-64r373,0r0,54xm392,-735r24,29r-152,141r-54,0r-151,-143r23,-28r155,97","w":446},{"d":"413,-560r-7,-1r-125,561r-103,0r-168,-684r88,0r131,581r5,0r130,-581r90,0r155,580r6,0r128,-580r84,0r-166,684r-100,0xm571,-869r-145,139r-38,-31r123,-161","w":837,"k":{"\u015d":30,"\u0159":20,"\u014b":20,"\u0149":20,"\u0146":20,"\u012d":20,"\u012b":20,"\u0129":20,"\u00ef":20,"\u00ee":20,"\u00ec":20,"\u0161":30,"r":20,"v":30,"w":30,"y":30,"\u0175":30,"\u1e81":30,"\u1e83":30,"\u1e85":30,"\u1ef3":30,"\ue116":20,"\ue11b":20,"\ue138":20,"\ue172":20,"\ue17d":20,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"\ue100":30,"\ue104":30,"\ue10c":30,"\ue10e":30,"\ue119":30,"\ue123":30,"\ue12e":30,"\ue12f":30,"\ue130":30,"\ue131":30,"\ue132":30,"\ue133":30,"\ue13d":30,"\ue13e":30,"\ue13f":30,"\ue140":30,"\ue148":30,"\ue149":30,"\ue14a":30,"\ue14b":30,"\ue15f":30,"\ue160":30,"\ue161":30,"\ue176":30,"C":10,"G":10,"O":10,"Q":10,"\u0152":10,"\u00c7":10,"\u00d2":10,"\u00d3":10,"\u00d4":10,"\u00d5":10,"\u00d6":10,"\u00d8":10,"\u0106":10,"\u0108":10,"\u010a":10,"\u010c":10,"\u011c":10,"\u011e":10,"\u0120":10,"\u0122":10,"\u014c":10,"\u014e":10,"\u0150":10,"\u01a0":10,"\u01fe":10,"a":20,"\u00e6":20,"\u00e0":20,"\u00e1":20,"\u00e2":20,"\u00e3":20,"\u00e4":20,"\u00e5":20,"\u0101":20,"\u0103":20,"\u0105":20,"\u01fd":20,"c":30,"d":30,"e":30,"g":30,"o":30,"q":30,"\u00e7":30,"\u00e8":30,"\u00e9":30,"\u00ea":30,"\u00eb":30,"\u00f2":30,"\u00f3":30,"\u00f4":30,"\u00f5":30,"\u00f6":30,"\u00f8":30,"\u0107":30,"\u0109":30,"\u010b":30,"\u010d":30,"\u010f":30,"\u0111":30,"\u0113":30,"\u0115":30,"\u0117":30,"\u0119":30,"\u011b":30,"\u011d":30,"\u011f":30,"\u0121":30,"\u0123":30,"\u014d":30,"\u014f":30,"\u0151":30,"\u01a1":30,"\u01ff":30,"\u00f0":30,"i":20,"m":20,"n":20,"p":20,"\u00ed":20,"\u012f":20,"\u0133":20,"\u0144":20,"\u0148":20,"\u0155":20,"\u0157":20,"s":30,"\u015b":30,"\u015f":30,"\u0219":30,"u":20,"\u00f9":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u0169":20,"\u016b":20,"\u016d":20,"\u016f":20,"\u0171":20,"\u0173":20,"\u01b0":20,",":90,".":90,"\u2026":90,":":50,";":50,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40,"\ue110":40,"\ue118":40,"\ue165":40,"\ue166":40,"\ue167":40,"\ue179":40,"-":60,"\u2013":60,"\u2014":60,"\u00ad":60,"\ue0ff":30,"\ue101":30,"\ue102":30,"\ue103":30,"\ue108":30,"\ue109":30,"\ue10d":30,"\ue10f":30,"\ue124":30,"\ue125":30,"\ue126":30,"\ue127":30,"\ue12c":30,"\ue139":30,"\ue141":30,"\ue142":30,"\ue143":30,"\ue144":30,"\ue145":30,"\ue146":30,"\ue147":30,"\ue153":30,"\ue156":30,"\ue157":30,"\ue158":30,"\ue159":30,"\ue15a":30,"\ue162":30,"\ue163":30,"\ue164":30,"\ue112":20,"\ue16b":20,"\ue16c":20,"\ue16d":20,"\ue16e":20,"\ue16f":20,"\ue170":20}},{"d":"533,-253v0,148,-78,259,-234,259v-177,0,-244,-101,-244,-257v0,-141,63,-267,244,-267v181,0,234,127,234,265xm450,-251v0,-96,-24,-208,-151,-208v-129,0,-161,103,-161,210v0,128,48,197,161,197v103,0,151,-90,151,-199xm300,-571v-70,0,-121,-56,-162,-112r47,-34v36,50,80,83,118,83v25,0,69,-4,143,-76r27,25v-58,84,-120,114,-173,114","w":588,"k":{"\ue115":30,"\ue113":30,"\ue114":30,"\ue171":30,"\ue17a":30,"\ue17b":30,"\ue17c":30,"\ue116":30,"\ue11b":30,"\ue138":30,"\ue172":30,"\ue17d":30,"\ue111":20,"\ue168":20,"\ue169":20,"\ue16a":20,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40}},{"d":"437,-580r-206,-1r535,536r-44,45r-535,-536r1,205r-65,0r1,-312r312,-1","w":840},{"d":"644,-24v-181,-1,-237,-150,-237,-347v0,-176,75,-335,258,-335v78,0,131,20,174,45r-37,98v-37,-15,-80,-24,-118,-24v-85,0,-121,80,-121,208v0,150,38,234,111,234v40,0,75,-9,134,-33r39,100v-55,38,-121,54,-203,54xm1384,-227v0,121,-83,203,-239,203v-155,0,-227,-81,-227,-203r0,-466r146,0r0,451v0,60,20,99,81,99v64,0,92,-40,92,-99r0,-451r147,0r0,466xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"123,-126r1,-559r85,0r-1,554v0,172,-80,258,-231,311r-24,-61v128,-73,170,-125,170,-245","w":309},{"d":"395,-266r-72,0r1,-210r-205,0v0,69,1,141,1,210r-71,0r0,-450r71,0r-1,183r205,0v0,-61,-1,-122,-1,-183r72,0r0,450","w":444},{"d":"132,-246v0,108,33,188,141,188v51,0,92,-11,141,-31r22,54v-42,23,-105,41,-170,41v-163,0,-218,-105,-218,-244v0,-104,39,-261,223,-261v44,0,90,4,141,25r-19,59v-151,-53,-262,4,-261,169","w":456},{"d":"239,-57v93,0,124,-75,130,-158r-246,0v0,94,27,158,116,158xm239,6v-189,0,-194,-173,-194,-233r0,-37r325,0v1,-92,-29,-172,-138,-172v-57,0,-99,11,-154,34r-20,-51v58,-32,115,-46,180,-46v174,0,215,113,215,249v0,87,-29,256,-214,256","w":485},{"d":"240,-318r-185,0r370,-379r370,379r-185,0r0,318r-370,0r0,-318xm671,-366r-246,-255r-246,255r115,0r0,313r263,0r0,-313r114,0","w":840},{"d":"151,0r-81,0r0,-510r81,0r0,510xm251,-694r-145,139r-36,-31r123,-162","w":221},{"d":"415,0r0,-152r-202,0r-102,152r-89,0r352,-509r374,0r0,61r-251,0r0,151r201,0r0,57r-201,1r0,179r264,-1r0,61r-346,0xm416,-447r-4,0r-59,91r-102,149r165,0v0,-78,-1,-162,0,-240","w":804},{"d":"430,0r-365,0r0,-510r352,0r0,64r-270,0r0,147r231,0r0,61r-231,0r0,174r283,0r0,64xm419,-581r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":460},{"d":"515,-139r5,0r0,-545r82,0r-1,729v5,129,-126,164,-250,132v4,-20,6,-40,10,-60v77,10,162,12,164,-71r0,-36r-360,-567v-1,0,-2,1,-4,1r0,556r-81,0r0,-684r85,0","w":682},{"d":"73,-696r80,0r-2,297r-9,229r-55,0r-10,-229xm113,-93v30,0,53,23,53,51v0,29,-24,53,-53,53v-31,0,-54,-24,-54,-53v0,-28,23,-51,54,-51","w":225},{"d":"372,-488r83,0r0,297v0,114,-74,197,-200,197v-131,0,-195,-75,-195,-184r0,-310r82,0r0,310v0,70,28,119,112,119v80,0,118,-55,118,-128r0,-301xm281,-770r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210","w":515},{"d":"229,-51r136,-437r83,0r-192,577v-42,116,-100,153,-246,109r13,-57v85,17,132,28,159,-57r28,-87r-39,0r-153,-485r79,0r100,335v13,43,22,84,27,102r5,0xm379,-603v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm191,-603v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":460},{"d":"18,-685r84,0r175,463r5,0r165,-463r86,0r-224,593v-28,73,-65,102,-127,102v-18,0,-52,1,-115,-17r18,-67v76,13,122,35,151,-44r18,-49r-30,0","w":552,"k":{"\ue1cb":70,"\ue1b7":80,"\ue1d6":60,"\ue1ce":40,"\u044f":80,"\u0447":50,"\u0445":40,"\u0436":80,"\u0431":30,"\u0430":70,"\u0424":30,"\u0414":90,"\u0410":50,",":140,".":140,"\u2026":140,"\u0404":30,"\u041e":30,"\u0421":30,"\u0432":50,"\u0433":50,"\u0438":50,"\u0439":50,"\u043a":50,"\u043c":50,"\u043d":50,"\u043f":50,"\u0440":50,"\u0491":50,"\u0446":50,"\u0448":50,"\u0449":50,"\u044c":50,"\u044e":50,"\u0456":50,"\u045a":50,"\u045f":50,"\u045c":50,"\u0453":50,"\u0457":50,"\u0434":80,"\u043b":80,"\u0459":80,"\u0435":80,"\u043e":80,"\u0441":80,"\u0444":80,"\u0451":80,"\u0454":80,"\u0437":60,"\u04d9":60,"\u044d":60,"\u0443":50,"\u045e":50,"\ue1b1":70,"\ue1bb":70,"\ue1c2":70,"\ue1be":50,"\ue1d4":50,"\ue1ca":40,"\ue1b5":40,"\ue1ac":60,"\ue1c5":60,"\ue1c8":60,"\u0442":40,"\u044a":40,"\ue1aa":20,"\ue1b3":20,"\ue1d1":20,"\ue1c9":20}},{"d":"572,-683r0,622r71,0r0,227r-67,0r0,-166r-496,0r0,-683r85,0r0,622r321,0r0,-622r86,0","w":673},{"d":"251,-503v86,0,121,51,121,100v0,56,-41,89,-109,125v39,59,96,120,143,160v48,-37,82,-100,82,-188r60,0v-4,91,-32,165,-100,225v37,31,75,54,122,75r-27,50v-34,-10,-103,-52,-145,-87v-116,83,-359,74,-360,-94v0,-65,45,-115,130,-159v-24,-38,-39,-72,-39,-97v0,-63,44,-110,122,-110xm108,-140v0,62,49,95,110,95v41,0,85,-4,137,-35v-53,-50,-110,-111,-153,-168v-53,27,-94,61,-94,108xm249,-451v-38,0,-52,32,-52,53v0,20,11,46,30,76v47,-22,81,-44,81,-81v0,-29,-22,-48,-59,-48","w":595},{"d":"480,-243v0,125,-51,251,-222,251v-160,0,-210,-117,-210,-249v0,-130,60,-257,220,-257v163,0,212,127,212,255xm395,-241v0,-87,-19,-194,-127,-194v-108,0,-135,102,-135,194v0,97,20,186,135,186v106,0,127,-98,127,-186xm199,-767r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm437,-740r-106,177r-36,-19r76,-191","w":528},{"d":"486,-683r86,0r0,683r-211,0r0,172r-68,0r0,-172r-212,0r0,-683r84,0r0,622r321,0r0,-622","w":653},{"d":"221,-277r6,0r129,-231r82,0r-174,288r0,220r-84,0r0,-217r-175,-291r84,0xm361,-623v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm173,-623v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":443,"k":{"\ue197":30,"\ue188":20,"-":20,"\u2013":20,"\u2014":20,"\u00ad":20,"\ue183":50,"\ue186":50,"\ue18d":50,"\ue19b":50,"\ue18a":30,"\ue191":30,"\ue19f":30,"\ue19a":20,"\ue1a1":20}},{"d":"528,-685r0,283r161,0v149,0,223,94,223,203v0,134,-90,199,-208,199r-261,0r0,-338r-277,0r0,338r-86,0r0,-684r86,0r0,284r277,0r0,-285r85,0xm680,-338r-152,0r0,277r163,0v75,0,135,-45,135,-138v0,-99,-73,-139,-146,-139","w":952,"k":{"\ue1ce":40,"\u0427":50,"\u0416":20,"\u0443":30,"\u045e":30,"\ue1ca":20,"\ue1b5":20,"\u0417":20,"\u042d":20,"\ue1aa":20,"\ue1b3":20,"\ue1d1":20,"\ue1c9":20,"\u0402":80,"\u040b":80,"\u0422":80,"\u042a":80,"\u040e":40,"\u0423":40}},{"d":"78,-599r13,-43r-42,-15r13,-46r680,242r-14,46r-38,-13r-12,41r-46,-16r-13,41r-46,-16r-11,37r89,31r-13,42r88,31r-11,42r88,31r-13,41r39,14r-30,100r-39,-14r-11,42r-93,-33r13,-42r-89,-31r12,-42r-88,-30r13,-42r-46,-17r-46,154r-43,-15r13,-42r-46,-16r12,-41r-46,-17r13,-42r-47,-16r12,-41r-46,-17r12,-41r-46,-16r13,-42r-46,-17r12,-41r-46,-16r12,-42r-46,-16r12,-41","w":870},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm335,-724v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm233,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm222,-709r13,-6v110,24,107,110,9,155r-18,-18v38,-31,50,-72,-21,-82","w":544,"k":{"\u03b3":20}},{"d":"174,0r-27,0v-26,35,-44,79,-44,108v0,70,87,51,131,40r6,32v-63,38,-204,41,-204,-46v0,-33,13,-84,68,-134r-14,0r0,-685r84,0r0,685","w":264},{"d":"239,-763r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121","w":544},{"d":"212,-342r-2,-5r-170,0r0,-52r263,0r10,38v-29,25,-56,52,-124,115v73,5,134,41,134,116v1,140,-189,160,-301,109r17,-49v59,18,95,18,119,18v57,0,97,-28,97,-78v0,-62,-83,-74,-152,-64r-13,-36","w":364},{"d":"430,0r-365,0r0,-510r352,0r0,64r-270,0r0,147r231,0r0,61r-231,0r0,174r283,0r0,64xm371,-704r-145,139r-36,-31r123,-162","w":460},{"d":"233,-500v55,0,123,10,161,26r-18,55v-61,-19,-97,-21,-134,-21v-79,0,-109,36,-109,78v0,89,91,67,169,70r0,56v-89,-1,-178,-9,-178,90v0,122,186,104,278,58r19,50v-105,65,-381,78,-381,-99v0,-62,41,-107,92,-123r1,-3v-43,-12,-84,-44,-84,-96v0,-89,80,-141,184,-141xm136,-767r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm338,-567r-106,-177r66,-33r76,191","w":439},{"d":"372,-488r83,0r0,297v0,114,-74,197,-200,197v-131,0,-195,-75,-195,-184r0,-310r82,0r0,310v0,70,28,119,112,119v80,0,118,-55,118,-128r0,-301xm249,-551v-70,0,-121,-56,-162,-112r47,-34v36,50,80,83,118,83v25,0,69,-4,143,-76r27,25v-58,84,-120,114,-173,114","w":515},{"d":"446,-77r16,57v-42,16,-111,25,-164,25v-180,0,-243,-104,-243,-256v0,-110,49,-267,248,-267v63,0,111,10,146,22r-14,60v-56,-15,-102,-17,-130,-17v-116,0,-167,76,-167,202v0,116,38,193,172,193v30,0,90,-6,136,-19","w":487,"k":{"\ue105":20,"\ue106":20,"\ue10a":20,"\ue10b":20,"\ue128":20,"\ue129":20,"\ue12a":20,"\ue12b":20,"\ue14c":20,"\ue14d":20,"\ue14e":20,"\ue14f":20,"\ue150":20,"\ue151":20,"\ue152":20,"\ue15b":20,"\ue15c":20,"\ue15d":20,"\ue15e":20}},{"d":"342,-425v2,117,-167,146,-174,238v0,11,2,24,8,57r-63,7v-30,-112,-6,-134,88,-206v38,-29,62,-50,62,-82v0,-37,-35,-53,-84,-53v-25,0,-57,1,-133,19r-15,-54v116,-43,309,-35,311,74xm205,-35v0,24,-22,42,-48,42v-26,0,-48,-18,-48,-42v0,-23,21,-42,48,-42v26,0,48,19,48,42","w":361},{"d":"145,0r-80,0r0,-510r350,0r0,64r-270,0r0,146r214,0r0,62r-214,0r0,238","w":435,"k":{"\ue176":20,"\ue175":40,"\ue161":20,"\ue160":20,"\ue15f":20,"\ue14b":20,"\ue14a":20,"\ue149":20,"\ue148":20,"\ue140":20,"\ue13f":20,"\ue13e":20,"\ue13d":20,"\ue13c":40,"\ue13b":40,"\ue13a":40,"\ue133":20,"\ue132":20,"\ue131":20,"\ue130":20,"\ue12f":20,"\ue12e":20,"\ue123":20,"\ue122":40,"\ue121":40,"\ue120":40,"\ue11f":40,"\ue11e":40,"\ue11d":40,"\ue11c":40,"\ue119":20,"\ue10e":20,"\ue10c":20,"\ue104":20,"\ue100":20,"\ue0fe":40}},{"d":"901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm1376,-225v0,216,-270,237,-436,160r37,-105v59,23,124,27,146,27v67,0,101,-21,101,-80v0,-57,-28,-69,-97,-92v-120,-40,-192,-72,-192,-204v0,-206,253,-222,405,-146v-5,13,-27,87,-31,100v-61,-24,-133,-24,-145,-24v-39,0,-78,15,-78,66v0,45,26,60,88,80v146,47,202,90,202,218xm647,-24v-182,-1,-238,-150,-238,-347v0,-176,75,-335,258,-335v79,0,131,20,174,45r-37,98v-36,-15,-79,-24,-118,-24v-85,0,-121,80,-121,208v0,150,39,234,111,234v40,0,75,-9,134,-33r39,100v-55,38,-121,54,-202,54"},{"d":"515,-139r5,0r0,-545r82,0r0,684r-83,0r-354,-557v-1,0,-2,1,-4,1r0,556r-81,0r0,-684r85,0xm512,-892r24,29r-152,135r-54,0r-151,-137r23,-27r155,91","w":682},{"d":"533,-253v0,148,-78,259,-234,259v-177,0,-244,-101,-244,-257v0,-141,63,-267,244,-267v181,0,234,127,234,265xm450,-251v0,-96,-24,-208,-151,-208v-129,0,-161,103,-161,210v0,128,48,197,161,197v103,0,151,-90,151,-199xm318,-555r-145,-139r60,-57r123,162","w":588,"k":{"\ue115":30,"\ue113":30,"\ue114":30,"\ue171":30,"\ue17a":30,"\ue17b":30,"\ue17c":30,"\ue116":30,"\ue11b":30,"\ue138":30,"\ue172":30,"\ue17d":30,"\ue111":20,"\ue168":20,"\ue169":20,"\ue16a":20,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40}},{"d":"318,37r-39,0r0,-67v-124,-8,-163,-96,-163,-210v0,-85,29,-211,163,-223r0,-80r39,0r0,80v39,1,82,9,113,22r-17,51v-46,-13,-80,-15,-96,-15r0,318v36,-2,69,-10,107,-24r18,47v-32,18,-78,31,-125,34r0,67xm186,-241v0,86,26,143,93,152r0,-312v-63,14,-93,72,-93,160","w":558},{"d":"492,-510r1,325v0,114,-70,190,-217,190v-153,0,-216,-71,-216,-190r0,-325r79,0r0,325v0,88,50,133,137,133v88,0,138,-45,138,-133r0,-325r78,0xm269,-555v-70,0,-121,-56,-162,-112r47,-34v36,50,80,83,118,83v25,0,69,-4,143,-76r27,25v-58,84,-120,114,-173,114","w":553,"k":{"\ue0fe":20,"\ue11c":20,"\ue11d":20,"\ue11e":20,"\ue11f":20,"\ue120":20,"\ue121":20,"\ue122":20,"\ue13a":20,"\ue13b":20,"\ue13c":20,"\ue175":20}},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm-98,-689r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm-61,-496r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":695},{"d":"360,-696v74,0,132,13,173,28r-18,63v-54,-19,-105,-23,-147,-23v-149,0,-220,111,-220,290v0,157,43,278,222,278v36,0,109,-7,163,-24r16,60v-48,19,-131,32,-194,32v-218,0,-295,-140,-295,-346v0,-147,61,-358,300,-358","w":593,"k":{"\ue1cb":60,"\ue1ce":40}},{"d":"166,0r-81,0r0,-488r81,0r0,488xm269,-603v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm81,-603v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":254},{"d":"312,-230r-258,0r0,-68r258,0r0,68","w":366,"k":{"\ue04f":20,"\ue04b":20,"\ue04a":20,"\ue195":20,"\ue007":50,"\ue005":40,"\ue003":60,"\ue002":60,"\u03a7":20,"\u03a4":70,"T":20,"\u0162":20,"\u0164":20,"\u0166":20,"Y":50,"\u0178":50,"\u00dd":50,"\u0176":50,"\u1ef2":50,"V":50,"W":50,"\u0174":50,"\u1e80":50,"\u1e82":50,"\u1e84":50,"\u03a5":40,"\u1fe8":40,"\u1fe9":40,"\u03ab":40,"\ue183":30,"\ue186":30,"\ue18d":30,"\ue19b":30,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"332,-490r83,0r0,429r94,0r0,61r-94,0r0,140r-78,0r-1,-140r-312,0r0,-58xm336,-389r-4,0r-230,328r234,0r0,-328","w":558},{"d":"429,-56r32,-104v41,10,71,14,96,14v60,0,75,-29,75,-105r0,-442r148,0r0,446v0,124,-30,223,-199,223v-55,0,-104,-9,-152,-32xm1363,-500v0,188,-129,212,-273,207r0,256r-146,0r0,-657r198,0v79,0,221,14,221,194xm1216,-496v0,-91,-54,-86,-126,-85r0,175v74,2,126,0,126,-90xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"480,-243v0,125,-51,251,-222,251v-160,0,-210,-117,-210,-249v0,-130,60,-257,220,-257v163,0,212,127,212,255xm395,-241v0,-87,-19,-194,-127,-194v-108,0,-135,102,-135,194v0,97,20,186,135,186v106,0,127,-98,127,-186xm102,-592r0,-64r329,0r0,64r-329,0","w":528,"k":{"v":10,"w":10,"y":10,"\u0175":10,"\u1e81":10,"\u1e83":10,"\u1e85":10,"\u1ef3":10}},{"d":"259,-621r0,685r-37,0r0,-68v-48,-5,-89,-14,-136,-41r25,-52v59,29,87,31,111,34r0,-214v-67,-25,-132,-64,-132,-141v0,-82,56,-133,132,-148r0,-55r37,0xm286,64r0,-685r38,0r0,53v39,5,76,14,110,31r-19,51v-40,-17,-71,-24,-91,-26r0,199v75,28,150,58,150,152v0,92,-64,141,-150,154r0,71r-38,0xm156,-424v0,49,29,67,66,82r0,-166v-37,10,-66,36,-66,84xm407,-162v0,-46,-36,-71,-83,-89r0,186v52,-9,83,-37,83,-97","w":558},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm376,-770r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210xm330,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":730},{"d":"273,0r-78,0r-1,-248r-125,0r0,-47r125,0r0,-153r-179,0r0,-62r436,0r0,62r-177,0r-1,153r127,0r0,47r-127,0r0,248","w":466,"k":{"\ue100":20,"\ue104":20,"\ue10c":20,"\ue10e":20,"\ue119":20,"\ue123":20,"\ue12e":20,"\ue12f":20,"\ue130":20,"\ue131":20,"\ue132":20,"\ue133":20,"\ue13d":20,"\ue13e":20,"\ue13f":20,"\ue140":20,"\ue148":20,"\ue149":20,"\ue14a":20,"\ue14b":20,"\ue15f":20,"\ue160":20,"\ue161":20,"\ue176":20,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40}},{"d":"434,-360v0,63,-38,156,-170,156r-119,0r0,204r-80,0r0,-510r191,0v104,0,178,52,178,150xm353,-357v2,-108,-107,-91,-208,-91r0,186v104,-2,206,23,208,-95","w":464,"k":{"\ue175":40,"\ue13c":40,"\ue13b":40,"\ue13a":40,"\ue122":40,"\ue121":40,"\ue120":40,"\ue11f":40,"\ue11e":40,"\ue11d":40,"\ue11c":40,"\ue0fe":40}},{"d":"338,-399r-6,0r-92,399r-93,0r-137,-508r81,0r75,294r27,121r4,0r25,-116r75,-299r76,0r86,297r29,115r6,0r27,-120r74,-292r78,0r-136,508r-87,0r-78,-269xm511,-581r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":683,"k":{"\ue100":10,"\ue104":10,"\ue10c":10,"\ue10e":10,"\ue119":10,"\ue123":10,"\ue12e":10,"\ue12f":10,"\ue130":10,"\ue131":10,"\ue132":10,"\ue133":10,"\ue13d":10,"\ue13e":10,"\ue13f":10,"\ue140":10,"\ue148":10,"\ue149":10,"\ue14a":10,"\ue14b":10,"\ue15f":10,"\ue160":10,"\ue161":10,"\ue176":10,"\ue0fe":20,"\ue11c":20,"\ue11d":20,"\ue11e":20,"\ue11f":20,"\ue120":20,"\ue121":20,"\ue122":20,"\ue13a":20,"\ue13b":20,"\ue13c":20,"\ue175":20}},{"d":"426,0r-361,0r0,-510r80,0r0,446r281,1r0,63","w":436,"k":{"\ue113":60,"\ue114":60,"\ue171":60,"\ue17a":60,"\ue17b":60,"\ue17c":60,"\ue116":80,"\ue11b":80,"\ue138":80,"\ue172":80,"\ue17d":80,"\ue100":20,"\ue104":20,"\ue10c":20,"\ue10e":20,"\ue119":20,"\ue123":20,"\ue12e":20,"\ue12f":20,"\ue130":20,"\ue131":20,"\ue132":20,"\ue133":20,"\ue13d":20,"\ue13e":20,"\ue13f":20,"\ue140":20,"\ue148":20,"\ue149":20,"\ue14a":20,"\ue14b":20,"\ue15f":20,"\ue160":20,"\ue161":20,"\ue176":20,"\ue111":70,"\ue168":70,"\ue169":70,"\ue16a":70}},{"d":"144,-394r-3,4v0,111,1,217,3,390r-79,0r0,-509r83,0r273,392r0,-392r78,0r-1,509r-75,0","w":564},{"d":"63,-502v0,-195,253,-240,415,-151r-27,60v-65,-29,-120,-35,-165,-35v-80,0,-136,41,-136,124v0,75,77,96,153,115v99,25,220,51,220,201v0,220,-307,237,-473,143r29,-62v81,39,142,47,193,47v104,0,165,-31,165,-128v0,-82,-63,-104,-147,-126v-119,-31,-227,-61,-227,-188xm245,137v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":573},{"d":"429,0r-82,0r0,-219v-48,27,-114,37,-162,37v-194,0,-135,-151,-145,-306r82,0v8,102,-34,240,84,240v46,0,100,-10,141,-32r0,-209r82,0r0,489","w":488},{"d":"174,0r-84,0r0,-685r84,0r0,685xm272,-771v0,26,-21,44,-49,44v-24,0,-42,-18,-42,-44v0,-24,19,-44,42,-44v28,0,49,18,49,44xm85,-771v0,26,-20,44,-46,44v-27,0,-46,-18,-46,-44v0,-24,21,-44,44,-44v28,0,48,18,48,44","w":264},{"d":"166,0r-81,0r0,-488r81,0r0,488xm181,-616v0,28,-25,53,-55,53v-28,0,-53,-25,-53,-53v0,-30,25,-54,53,-54v30,0,55,24,55,54","w":254},{"d":"280,-63v93,0,129,-65,129,-137r0,-292r73,0r0,290v0,113,-71,203,-201,203v-128,0,-196,-80,-196,-190r1,-303r71,0r0,301v0,72,31,128,123,128","w":565},{"d":"80,0r0,-684r246,0v216,-9,272,237,107,326v90,28,113,118,113,172v0,113,-90,186,-193,186r-273,0xm462,-194v0,-68,-45,-129,-137,-129r-161,0r0,258r161,0v99,0,137,-59,137,-129xm442,-502v0,-68,-40,-117,-135,-117r-143,0r0,232r143,0v87,0,135,-45,135,-115","w":609},{"d":"199,11v-133,0,-141,-84,-141,-156r0,-343r81,0r0,323v0,68,8,109,84,109v37,0,95,-20,142,-62r0,-370r80,0r0,66v89,11,73,-75,74,-154r64,0v4,120,4,211,-138,211r0,365r-80,0v-1,-18,3,-42,-2,-57v-64,57,-130,68,-164,68","w":577},{"d":"516,-81r6,0r36,-149r70,-258r82,0r-145,488r-89,0r-71,-226r-49,-173r-5,0r-45,173r-65,226r-89,0r-143,-488r82,0r69,252r38,155r5,0r41,-161r70,-246r79,0r81,257xm494,-586v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm306,-586v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":720,"k":{"c":10,"d":10,"e":10,"g":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0107":10,"\u0109":10,"\u010b":10,"\u010d":10,"\u010f":10,"\u0111":10,"\u0113":10,"\u0115":10,"\u0117":10,"\u0119":10,"\u011b":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"\u014d":10,"\u014f":10,"\u0151":10,"\u01a1":10,"\u01ff":10,"\u00f0":10,",":60,".":60,"\u2026":60}},{"d":"166,0r-81,0r0,-488r81,0r0,488xm-39,-592r0,-64r329,0r0,64r-329,0","w":254,"k":{"\u2019":20,"\u201d":20}},{"d":"96,-92r1,-418r83,0v-1,167,-2,303,-2,408v0,128,-71,194,-198,234r-20,-50v99,-49,136,-89,136,-174","w":245},{"d":"338,-399r-6,0r-92,399r-93,0r-137,-508r81,0r75,294r27,121r4,0r25,-116r75,-299r76,0r86,297r29,115r6,0r27,-120r74,-292r78,0r-136,508r-87,0r-78,-269","w":683,"k":{"\ue100":10,"\ue104":10,"\ue10c":10,"\ue10e":10,"\ue119":10,"\ue123":10,"\ue12e":10,"\ue12f":10,"\ue130":10,"\ue131":10,"\ue132":10,"\ue133":10,"\ue13d":10,"\ue13e":10,"\ue13f":10,"\ue140":10,"\ue148":10,"\ue149":10,"\ue14a":10,"\ue14b":10,"\ue15f":10,"\ue160":10,"\ue161":10,"\ue176":10,"\ue0fe":20,"\ue11c":20,"\ue11d":20,"\ue11e":20,"\ue11f":20,"\ue120":20,"\ue121":20,"\ue122":20,"\ue13a":20,"\ue13b":20,"\ue13c":20,"\ue175":20}},{"d":"117,-563r-105,-167r66,-34r76,183xm264,-610v0,26,-20,45,-47,45v-27,0,-47,-19,-47,-45v0,-27,20,-46,49,-46v23,0,45,21,45,46xm36,-610v0,26,-19,44,-44,44v-26,0,-49,-18,-49,-44v0,-28,21,-46,47,-46v23,0,46,20,46,46xm70,-69r0,-419r81,0r0,427r59,0r4,49v-59,29,-144,28,-144,-57","w":239,"k":{"\u03bd":20}},{"d":"483,0r-87,0r-49,-140r-203,0r-50,140r-84,0r189,-510r96,0xm329,-196r-84,-245r-82,245r166,0xm248,-551v-61,0,-109,-47,-109,-105v0,-56,48,-105,109,-105v60,0,106,48,106,105v0,59,-47,105,-106,105xm248,-718v-38,0,-64,28,-64,65v0,34,25,62,64,62v36,0,61,-28,61,-62v0,-36,-25,-65,-61,-65","w":493,"k":{"\ue113":20,"\ue114":20,"\ue171":20,"\ue17a":20,"\ue17b":20,"\ue17c":20,"\ue116":50,"\ue11b":50,"\ue138":50,"\ue172":50,"\ue17d":50,"\ue100":10,"\ue104":10,"\ue10c":10,"\ue10e":10,"\ue119":10,"\ue123":10,"\ue12e":10,"\ue12f":10,"\ue130":10,"\ue131":10,"\ue132":10,"\ue133":10,"\ue13d":10,"\ue13e":10,"\ue13f":10,"\ue140":10,"\ue148":10,"\ue149":10,"\ue14a":10,"\ue14b":10,"\ue15f":10,"\ue160":10,"\ue161":10,"\ue176":10,"\ue111":40,"\ue168":40,"\ue169":40,"\ue16a":40,"\ue112":10,"\ue16b":10,"\ue16c":10,"\ue16d":10,"\ue16e":10,"\ue16f":10,"\ue170":10}},{"d":"475,0r-399,0r0,-55v65,-31,73,-142,74,-207r-61,0r0,-49r64,0v4,-129,12,-261,179,-261v59,0,112,12,149,30r-18,53v-53,-17,-95,-22,-127,-22v-116,0,-108,93,-112,200r166,0r0,49r-169,0v-1,66,-7,156,-45,206r299,0r0,56","w":558},{"d":"146,-206r0,206r-81,0r0,-510r81,0r0,218r224,-218r96,0r-216,205r221,305r-93,0r-182,-254","w":481,"k":{"\ue19f":30,"\ue191":30,"\ue18a":30}},{"d":"199,11v-133,0,-141,-84,-141,-156r0,-343r81,0r0,323v0,68,8,109,84,109v37,0,95,-20,142,-62r0,-370v27,0,54,-1,80,-1r0,489r-42,0v-24,33,-39,73,-39,100v0,70,87,51,131,40r6,32v-63,38,-204,41,-204,-46v0,-33,13,-84,69,-134v-2,-16,2,-37,-3,-49v-64,57,-130,68,-164,68","w":504},{"d":"298,-518v179,0,238,121,238,254v1,83,-22,155,-73,202r87,0r0,62r-207,0r0,-64v87,-20,111,-98,111,-197v0,-101,-31,-197,-156,-197v-118,0,-161,87,-161,196v0,107,24,180,108,198r0,64r-206,0r0,-62v26,-1,55,2,79,-1v-45,-41,-62,-112,-62,-195v0,-136,67,-260,242,-260xm430,-702r-134,153r-41,-31r111,-171","w":590},{"d":"53,-1v-43,-10,-28,-68,14,-68v26,0,43,16,43,41v0,34,-31,79,-72,97r-17,-23v18,-14,29,-33,32,-47","w":138},{"d":"430,0r-365,0r0,-510r352,0r0,64r-270,0r0,147r231,0r0,61r-231,0r0,174r283,0r0,64xm344,-702r-134,153r-41,-31r111,-171","w":460},{"d":"39,-32r26,-56v62,28,116,33,151,33v62,0,111,-19,111,-78v0,-52,-50,-67,-105,-86v-85,-30,-165,-52,-165,-142v0,-149,204,-167,323,-102r-25,57v-50,-20,-88,-26,-122,-26v-51,0,-99,18,-99,72v0,42,64,61,104,74v82,26,168,49,168,152v0,162,-249,165,-367,102xm194,137v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":446,"k":{"\u2019":20,"\u201d":20}},{"d":"513,0r-433,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65xm-98,-692r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121","w":564},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm229,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":514},{"d":"513,0r-433,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65xm-215,-691r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm-13,-491r-106,-177r66,-33r76,191","w":564},{"d":"430,0r-365,0r0,-510r352,0r0,64r-270,0r0,147r231,0r0,61r-231,0r0,174r283,0r0,64","w":460},{"d":"346,-20r-62,0r0,111r-65,0r0,-111r-203,0r0,-45r204,-244r64,0r0,238r62,0r0,51xm220,-229r-4,0r-128,158r132,0r0,-158","w":364},{"d":"96,-92r1,-418r83,0v-1,167,-2,303,-2,408v0,128,-71,194,-198,234r-20,-50v99,-49,136,-89,136,-174","w":245},{"d":"221,-277r6,0r129,-231r82,0r-174,288r0,220r-84,0r0,-217r-175,-291r84,0xm360,-623v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm172,-623v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":443,"k":{"\ue100":40,"\ue104":40,"\ue10c":40,"\ue10e":40,"\ue119":40,"\ue123":40,"\ue12e":40,"\ue12f":40,"\ue130":40,"\ue131":40,"\ue132":40,"\ue133":40,"\ue13d":40,"\ue13e":40,"\ue13f":40,"\ue140":40,"\ue148":40,"\ue149":40,"\ue14a":40,"\ue14b":40,"\ue15f":40,"\ue160":40,"\ue161":40,"\ue176":40,"\ue0fe":60,"\ue11c":60,"\ue11d":60,"\ue11e":60,"\ue11f":60,"\ue120":60,"\ue121":60,"\ue122":60,"\ue13a":60,"\ue13b":60,"\ue13c":60,"\ue175":60}},{"d":"434,-360v0,63,-38,156,-170,156r-119,0r0,204r-80,0r0,-510r191,0v104,0,178,52,178,150xm353,-357v2,-108,-107,-91,-208,-91r0,186v104,-2,206,23,208,-95","w":464,"k":{"\ue1b5":10,"\ue1c8":20,"\ue1c5":20,"\ue1ca":10,"\ue1c2":50,"\ue1bb":50,"\ue1b1":50,"\ue1ac":20,"\ue1cc":20,"\ue1cb":30,"\ue1b7":40}},{"d":"126,-733v-70,0,-121,-55,-162,-112r47,-33v36,49,80,83,119,83v24,0,68,-5,142,-77r27,25v-58,84,-120,114,-173,114xm174,0r-84,0r0,-685r84,0r0,685","w":264},{"d":"199,11v-133,0,-141,-84,-141,-156r0,-343r81,0r0,323v0,68,8,109,84,109v37,0,95,-20,142,-62r0,-370v27,0,54,-1,80,-1r0,489r-79,0v-2,-18,2,-42,-3,-57v-64,57,-130,68,-164,68","w":504},{"d":"11,-276v31,-54,73,-114,73,-252v0,-125,-53,-211,-72,-236r33,-20v34,37,102,128,102,257v0,146,-67,238,-103,272v-10,-9,-22,-14,-33,-21","w":187},{"d":"212,-697r-2,-5r-170,0r0,-52r263,0r10,38v-29,25,-56,52,-124,115v73,5,134,41,134,116v1,140,-189,160,-301,109r17,-49v59,18,95,18,119,18v57,0,97,-28,97,-78v0,-62,-83,-74,-152,-64r-13,-36","w":364},{"d":"205,-403v69,0,128,48,180,101v54,-53,105,-101,186,-101v87,0,148,59,148,143v0,86,-70,150,-158,150v-57,0,-110,-34,-177,-101v-50,49,-106,101,-186,101v-83,0,-148,-65,-148,-146v0,-82,64,-147,155,-147xm201,-346v-50,0,-82,42,-82,90v0,50,38,89,89,89v52,0,102,-49,138,-87v-40,-44,-88,-92,-145,-92xm564,-346v-52,0,-103,50,-140,88v53,54,88,91,139,91v53,0,87,-44,87,-92v0,-56,-39,-87,-86,-87","w":768},{"d":"280,-563r-105,-167r66,-34r76,183xm427,-610v0,26,-20,45,-47,45v-27,0,-47,-19,-47,-45v0,-27,20,-46,49,-46v23,0,45,21,45,46xm199,-610v0,26,-19,44,-44,44v-26,0,-49,-18,-49,-44v0,-28,21,-46,47,-46v23,0,46,20,46,46","w":544},{"d":"392,-509r80,0r0,509r-169,0r0,134r-65,0r0,-134r-173,0r0,-509r81,0r-1,447r247,0r0,-447","w":537},{"d":"533,-253v0,148,-78,259,-234,259v-177,0,-244,-101,-244,-257v0,-141,63,-267,244,-267v181,0,234,127,234,265xm450,-251v0,-96,-24,-208,-151,-208v-129,0,-161,103,-161,210v0,128,48,197,161,197v103,0,151,-90,151,-199","w":588},{"d":"385,-270r0,4v60,22,84,78,84,123v0,87,-76,143,-164,143r-240,0r0,-510r218,0v112,0,168,56,168,133v0,32,-15,79,-66,107xm289,-233r-143,0r0,169r143,0v67,0,98,-36,98,-83v0,-46,-33,-86,-98,-86xm281,-446r-135,0r0,152r135,0v56,0,89,-30,89,-78v0,-46,-33,-74,-89,-74","w":524,"k":{"\ue17d":10,"\ue17c":20,"\ue17b":20,"\ue17a":20,"\ue172":10,"\ue171":20,"\ue138":10,"\ue11b":10,"\ue116":10,"\ue114":20,"\ue113":20}},{"d":"476,-771v0,26,-21,44,-49,44v-24,0,-42,-18,-42,-44v0,-24,19,-44,42,-44v28,0,49,18,49,44xm289,-771v0,26,-20,44,-46,44v-27,0,-46,-18,-46,-44v0,-24,21,-44,44,-44v28,0,48,18,48,44","w":668},{"d":"437,-367v0,55,-32,109,-88,129v37,16,51,49,63,88r48,150r-85,0r-45,-140v-19,-91,-88,-75,-183,-76r0,216r-82,0r0,-510r198,0v114,0,174,58,174,143xm147,-277v99,-5,199,28,205,-87v5,-102,-110,-81,-205,-83r0,170xm231,137v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":495},{"d":"166,0r-81,0r0,-488r81,0r0,488xm181,-616v0,28,-25,53,-55,53v-28,0,-53,-25,-53,-53v0,-30,25,-54,53,-54v30,0,55,24,55,54xm313,-13r0,-475r81,0v0,428,0,456,-1,484v-5,121,-45,173,-174,221v-9,-18,-16,-37,-24,-55v97,-55,118,-89,118,-175xm302,-616v0,-30,24,-54,53,-54v29,0,54,24,54,54v0,29,-25,53,-54,53v-29,0,-53,-24,-53,-53","w":474},{"d":"464,0r-81,0r0,-428r-208,0v0,142,-1,286,-1,428r-79,0r0,-428r-68,0r0,-44v23,-7,46,-12,69,-18r0,-62v-11,-198,183,-191,341,-158r-12,63v-114,-15,-260,-44,-250,98r0,61r289,0r0,488","w":544,"k":{"\u2019":20,"\u201d":20}},{"d":"256,-396v0,-77,-103,-93,-166,-54r-39,-28r18,-186r237,0r0,52r-184,0r-9,100v93,-28,211,2,211,117v0,145,-184,158,-300,109r17,-49v51,17,90,20,114,20v65,0,101,-34,101,-81","w":364},{"d":"379,-68v47,-4,93,-12,153,-67r-40,-35r142,-41r-21,152r-38,-41v-71,73,-149,108,-226,108v-77,0,-155,-35,-225,-108r-38,41r-22,-152r142,41r-40,35v58,55,107,63,152,67r0,-397r-128,0r0,-48r128,0r0,-12v-36,-10,-61,-46,-61,-85v0,-50,41,-90,90,-90v48,0,88,40,88,90v0,38,-23,69,-56,82r0,15r130,0r0,48r-130,0r0,397","w":698},{"d":"233,-500v55,0,123,10,161,26r-18,55v-61,-19,-97,-21,-134,-21v-79,0,-109,36,-109,78v0,89,91,67,169,70r0,56v-89,-1,-178,-9,-178,90v0,122,186,104,278,58r19,50v-105,65,-381,78,-381,-99v0,-62,41,-107,92,-123r1,-3v-43,-12,-84,-44,-84,-96v0,-89,80,-141,184,-141xm346,-682r-134,153r-41,-31r111,-171","w":439},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm4,-655r-132,195r-40,-19r92,-214","w":653},{"d":"676,0r-140,0r0,59r-16,0r-74,-95r78,-98r13,2r0,59v68,-4,198,19,197,-44v0,-13,-6,-29,-16,-46r-100,-170r67,-39r111,194v60,91,-3,178,-120,178xm195,-73r198,0r0,73r-213,0v-116,2,-157,-90,-106,-182r73,-131r-46,-25r7,-13r118,-22r42,112r-8,15r-47,-29v-24,52,-77,96,-77,159v0,24,16,43,59,43xm668,-512r-44,112r-121,-21r-6,-12r49,-27r-71,-120v-22,-42,-70,-36,-93,5r-99,174r-64,-37r106,-185v53,-97,163,-92,213,-3r73,129r51,-29xm476,-277v63,52,19,156,-62,156v-36,0,-75,-18,-85,-77r51,-7v7,55,76,39,74,-8v-1,-37,-29,-40,-66,-38r0,-48v33,3,63,-4,63,-33v0,-19,-16,-34,-34,-34v-14,0,-28,13,-34,36r-52,-6v9,-47,45,-80,86,-80v84,-1,114,91,59,139","w":869},{"d":"360,-696v74,0,132,13,173,28r-18,63v-54,-19,-105,-23,-147,-23v-149,0,-220,111,-220,290v0,157,43,278,222,278v36,0,109,-7,163,-24r16,60v-48,19,-131,32,-194,32v-218,0,-295,-140,-295,-346v0,-147,61,-358,300,-358xm491,-868r-145,139r-38,-31r123,-161","w":593,"k":{"\u2019":-40,"\u201d":-40,"H":20,"I":20,"M":20,"N":20,"\u00cc":20,"\u00cd":20,"\u00ce":20,"\u00cf":20,"\u0124":20,"\u0126":20,"\u0128":20,"\u012a":20,"\u012c":20,"\u012e":20,"\u0130":20,"\u0143":20,"\u0145":20,"\u0147":20,"\u014a":20}},{"d":"338,-399r-6,0r-92,399r-93,0r-137,-508r81,0r75,294r27,121r4,0r25,-116r75,-299r76,0r86,297r29,115r6,0r27,-120r74,-292r78,0r-136,508r-87,0r-78,-269xm474,-623v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm286,-623v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":683,"k":{"\ue100":10,"\ue104":10,"\ue10c":10,"\ue10e":10,"\ue119":10,"\ue123":10,"\ue12e":10,"\ue12f":10,"\ue130":10,"\ue131":10,"\ue132":10,"\ue133":10,"\ue13d":10,"\ue13e":10,"\ue13f":10,"\ue140":10,"\ue148":10,"\ue149":10,"\ue14a":10,"\ue14b":10,"\ue15f":10,"\ue160":10,"\ue161":10,"\ue176":10,"\ue0fe":20,"\ue11c":20,"\ue11d":20,"\ue11e":20,"\ue11f":20,"\ue120":20,"\ue121":20,"\ue122":20,"\ue13a":20,"\ue13b":20,"\ue13c":20,"\ue175":20}},{"d":"158,-360v0,30,-25,54,-53,54v-29,0,-54,-25,-54,-54v0,-30,24,-53,53,-53v30,0,54,23,54,53xm85,5v-57,-12,-43,-102,18,-102v35,0,58,28,58,64v0,55,-42,127,-101,156r-20,-27v26,-24,42,-55,45,-91","w":205},{"d":"588,0r-511,0r0,167r-67,0r0,-228r61,0v95,-95,108,-259,125,-514r7,-109r384,0r0,623r68,0r0,228r-67,0r0,-167xm277,-623r-5,61v-25,310,-39,420,-110,501r341,0r0,-562r-226,0","w":685},{"d":"256,-41v0,-77,-103,-93,-166,-54r-39,-28r18,-186r237,0r0,52r-184,0r-9,100v93,-28,211,2,211,117v0,145,-184,158,-300,109r17,-49v51,17,90,20,114,20v65,0,101,-34,101,-81","w":364},{"d":"480,-243v0,125,-51,251,-222,251v-160,0,-210,-117,-210,-249v0,-130,60,-257,220,-257v163,0,212,127,212,255xm395,-241v0,-87,-19,-194,-127,-194v-108,0,-135,102,-135,194v0,97,20,186,135,186v106,0,127,-98,127,-186xm450,-561r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":528,"k":{"v":10,"w":10,"y":10,"\u0175":10,"\u1e81":10,"\u1e83":10,"\u1e85":10,"\u1ef3":10}},{"d":"573,0r-87,0r0,-327r-320,0v0,109,1,218,1,327r-87,0r0,-684r87,0v0,97,-1,191,-1,288r320,0r0,-288r87,0r0,684xm-160,-691r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm-123,-498r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":653},{"d":"628,-340v0,198,-96,348,-284,348v-89,0,-154,-23,-201,-66r-48,64r-48,0r70,-92v-47,-60,-67,-146,-67,-251v0,-190,77,-358,294,-358v83,0,143,24,187,65r50,-67r50,0r-73,95v51,67,70,163,70,262xm344,-57v199,0,236,-303,158,-475r-310,413v34,42,83,62,152,62xm138,-336v0,77,10,136,34,180r310,-412v-30,-38,-74,-63,-138,-63v-166,0,-206,146,-206,295xm495,-868r-145,139r-38,-31r123,-161","w":678,"k":{"X":10,"Y":20,"\u0178":20,"\u00dd":20,"\u0176":20,"\u1ef2":20,"\u2019":40,"\u201d":40,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"V":20,"W":20,"\u0174":20,"\u1e80":20,"\u1e82":20,"\u1e84":20}},{"d":"480,-243v0,125,-51,251,-222,251v-160,0,-210,-117,-210,-249v0,-130,60,-257,220,-257v163,0,212,127,212,255xm395,-241v0,-87,-19,-194,-127,-194v-108,0,-135,102,-135,194v0,97,20,186,135,186v106,0,127,-98,127,-186xm340,-572v-60,0,-108,-39,-145,-39r-57,39r-28,-22v16,-45,48,-75,87,-75v47,0,108,39,144,39r57,-40r28,22v-15,45,-47,76,-86,76","w":528,"k":{"v":10,"w":10,"y":10,"\u0175":10,"\u1e81":10,"\u1e83":10,"\u1e85":10,"\u1ef3":10}},{"d":"405,-29r16,15v-34,37,-59,91,-59,125v0,70,87,51,131,40r6,32v-63,38,-204,41,-204,-46v0,-40,19,-106,110,-166","w":526},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm291,-718v-61,0,-109,-47,-109,-105v0,-56,48,-105,109,-105v60,0,106,48,106,105v0,59,-47,105,-106,105xm291,-885v-38,0,-64,28,-64,65v0,34,25,62,64,62v36,0,61,-28,61,-62v0,-36,-25,-65,-61,-65","w":579},{"d":"144,-347v6,116,116,77,217,84r0,-163v-96,3,-222,-22,-217,79xm83,-145v9,-35,30,-64,63,-83v-58,-20,-81,-65,-81,-116v0,-82,58,-144,167,-144r209,0r0,488r-80,0r0,-203v-94,3,-170,-18,-199,69r-44,134r-83,0","w":499},{"d":"165,0r-85,0r0,-685r85,0r0,285v130,-7,206,36,243,-108r45,-175r80,0v-32,114,-40,284,-143,317v68,17,103,62,119,125r61,241r-83,0r-59,-219v-47,-140,-125,-108,-263,-112r0,331xm427,-871r-145,139r-38,-31r123,-161","w":590,"k":{"\ue1cb":20,"\ue1ce":40,"\u0447":20,"\u0424":20,"\u0404":20,"\u041e":20,"\u0421":20,"\u0443":30,"\u045e":30,"\ue1ca":10,"\ue1b5":10,"\ue1ac":20,"\ue1c5":20,"\ue1c8":20,"\u0442":30,"\u044a":30,"\ue1aa":30,"\ue1b3":30,"\ue1d1":30,"\ue1c9":30}},{"d":"145,0r-80,0r0,-510r350,0r0,64r-270,0r0,446","w":440,"k":{"\ue1a1":50,"\ue19f":60,"\ue19b":70,"\ue19a":50,"\ue191":60,"\ue18d":70,"\ue18a":60,"\ue186":70,"\ue183":70}},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm-71,-692r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121","w":695},{"d":"239,-57v93,0,124,-75,130,-158r-246,0v0,94,27,158,116,158xm239,6v-189,0,-194,-173,-194,-233r0,-37r325,0v1,-92,-29,-172,-138,-172v-57,0,-99,11,-154,34r-20,-51v58,-32,115,-46,180,-46v174,0,215,113,215,249v0,87,-29,256,-214,256","w":485,"k":{"\u0434":10,"\u043b":10,"\u0459":10,"\u0443":10,"\u045e":10}},{"d":"63,-502v0,-195,253,-240,415,-151r-27,60v-65,-29,-120,-35,-165,-35v-80,0,-136,41,-136,124v0,75,77,96,153,115v99,25,220,51,220,201v0,220,-307,237,-473,143r29,-62v81,39,142,47,193,47v104,0,165,-31,165,-128v0,-82,-63,-104,-147,-126v-119,-31,-227,-61,-227,-188xm418,-866r-145,139r-38,-31r123,-161","w":573},{"d":"152,-265r0,-335r-100,14r-9,-44r118,-34r58,0r0,399r-67,0","w":364},{"d":"358,-448r-150,0r-2,71v-7,233,-14,369,-175,399r-20,-59v110,-38,113,-110,121,-353r4,-120r302,0r0,204r140,0v126,0,184,70,184,153v0,101,-74,153,-173,153r-231,0r0,-448xm683,-153v-3,-117,-135,-86,-245,-90r0,179v109,-3,247,26,245,-89","w":792,"k":{"\ue1ce":50,"\ue1aa":40,"\ue1b3":40,"\ue1d1":40,"\ue1c9":40}},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm830,-367v0,200,58,341,250,342r56,140r122,0r-41,-101r-59,-48v129,-34,172,-164,172,-333v0,-203,-66,-339,-250,-339v-184,0,-250,138,-250,339xm542,-693r0,656r145,0r0,-656r-145,0xm1080,-586v81,0,93,92,93,219v0,133,-13,224,-93,224v-81,0,-95,-87,-95,-224v0,-128,12,-219,95,-219"},{"d":"275,-255r-137,0r0,193r146,0v57,0,95,-36,95,-94v0,-64,-45,-99,-104,-99xm58,-488r80,0r0,175r151,0v118,0,169,79,169,156v0,95,-70,157,-160,157r-240,0r0,-488","w":488,"k":{"\u0442":30,"\u044a":30}},{"d":"346,-375r-62,0r0,111r-65,0r0,-111r-203,0r0,-45r204,-244r64,0r0,238r62,0r0,51xm220,-584r-4,0r-128,158r132,0r0,-158","w":364},{"d":"327,-395v0,82,-33,172,-145,172v-122,0,-147,-85,-147,-171v0,-77,26,-176,149,-176v126,0,143,105,143,175xm730,-168v0,83,-34,171,-145,171v-123,0,-148,-85,-148,-170v0,-77,26,-175,150,-175v126,0,143,103,143,174xm542,-597r-263,616r-55,0r264,-616r54,0xm270,-394v0,-49,-5,-133,-86,-133v-81,0,-91,81,-91,134v0,72,15,127,91,127v70,0,86,-66,86,-128xm671,-167v0,-49,-4,-133,-84,-133v-82,0,-92,80,-92,134v0,72,15,127,92,127v69,0,84,-66,84,-128","w":766},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292","w":695},{"d":"27,-71r420,0r0,71r-420,0r0,-71xm434,-442r-393,0r0,-68r393,0r0,68xm387,-231r-299,0r0,-66r299,0r0,66","w":476},{"d":"39,-32r26,-56v62,28,116,33,151,33v62,0,111,-19,111,-78v0,-52,-50,-67,-105,-86v-85,-30,-165,-52,-165,-142v0,-149,204,-167,323,-102r-25,57v-50,-20,-88,-26,-122,-26v-51,0,-99,18,-99,72v0,42,64,61,104,74v82,26,168,49,168,152v0,162,-249,165,-367,102xm351,-674r-145,139r-36,-31r123,-162","w":446,"k":{"\u2019":20,"\u201d":20}},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm348,-725v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm286,-714r12,6r18,48v-73,10,-57,49,-21,81r-18,18v-48,-26,-74,-57,-74,-82v0,-37,25,-61,83,-71","w":544,"k":{"\u03b3":20}},{"d":"276,-295r7,0r137,-271r76,0r-153,285r123,0r0,37r-373,0r0,-37r121,0r-151,-285r78,0r92,179xm93,-207r373,0r0,41r-150,0r-1,166r-76,0r0,-166r-146,0r0,-41","w":558},{"d":"594,-685r0,439v0,153,-84,254,-262,254v-183,0,-260,-96,-260,-254r0,-439r84,0r0,440v0,125,64,188,177,188v113,0,178,-62,178,-188r-1,-440r84,0xm464,-868r-145,139r-38,-31r123,-161","w":665},{"d":"315,-518v62,0,112,10,148,21r-15,60v-51,-14,-103,-17,-130,-17v-126,0,-180,78,-180,203v0,108,33,192,166,192v26,0,66,-4,90,-10r-1,-198r76,0r1,248v-56,18,-118,25,-172,25v-179,0,-243,-106,-243,-258v0,-109,48,-266,260,-266xm466,-581r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":515},{"d":"430,0r-365,0r0,-510r352,0r0,64r-270,0r0,147r231,0r0,61r-231,0r0,174r283,0r0,64xm304,-639v0,31,-26,56,-57,56v-31,0,-55,-25,-55,-56v0,-31,24,-57,55,-57v31,0,57,26,57,57","w":460},{"d":"152,90r0,-335r-99,14r-10,-44r118,-34r58,0r0,399r-67,0","w":364},{"d":"458,0r-82,0r0,-377r-3,0r-239,377r-76,0r0,-488r80,0r0,371r4,0r237,-371r78,0v0,122,1,366,1,488","w":516},{"d":"480,-243v0,125,-51,251,-222,251v-160,0,-210,-117,-210,-249v0,-130,60,-257,220,-257v163,0,212,127,212,255xm395,-241v0,-87,-19,-194,-127,-194v-108,0,-135,102,-135,194v0,97,20,186,135,186v106,0,127,-98,127,-186xm295,-770r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210","w":528},{"d":"527,0r-447,0r0,-238r-71,41r-28,-44r99,-56r0,-387r85,0r0,338r125,-72r27,42r-152,88r0,225r362,0r0,63","w":537,"k":{"'":100,"T":70,"\u0162":70,"\u0164":70,"\u0166":70,"Y":70,"\u0178":70,"\u00dd":70,"\u0176":70,"\u1ef2":70,"v":30,"w":30,"y":30,"\u0175":30,"\u1e81":30,"\u1e83":30,"\u1e85":30,"\u1ef3":30,"\u2019":110,"\u201d":110,"V":50,"W":50,"\u0174":50,"\u1e80":50,"\u1e82":50,"\u1e84":50,"C":20,"G":20,"O":20,"Q":20,"\u0152":20,"\u00c7":20,"\u00d2":20,"\u00d3":20,"\u00d4":20,"\u00d5":20,"\u00d6":20,"\u00d8":20,"\u0106":20,"\u0108":20,"\u010a":20,"\u010c":20,"\u011c":20,"\u011e":20,"\u0120":20,"\u0122":20,"\u014c":20,"\u014e":20,"\u0150":20,"\u01a0":20,"\u01fe":20}},{"d":"474,-63v-143,117,-439,107,-440,-120v0,-89,60,-159,166,-217v-40,-55,-54,-95,-54,-136v0,-74,47,-144,145,-144v103,0,146,66,146,132v0,75,-56,121,-138,170v51,75,118,160,183,229v57,-54,100,-124,111,-258r67,0v-9,145,-58,232,-132,302v48,46,101,82,150,103r-31,56v-45,-19,-121,-69,-173,-117xm428,-107v-71,-75,-134,-162,-192,-240v-73,40,-128,88,-128,160v0,173,210,163,320,80xm219,-541v0,33,18,68,47,109v56,-29,103,-61,103,-116v0,-44,-30,-74,-80,-74v-52,0,-70,49,-70,81","w":726},{"d":"90,-696r26,125v41,-38,134,-60,210,-36v0,-9,3,-20,13,-28r237,-177r184,97r-99,194v67,-13,112,-43,141,-65r26,-107r66,11r-155,682r-565,0r-150,-685xm133,-496r95,431r457,0r96,-435v-47,28,-90,46,-156,51v-9,35,-57,69,-82,31v-15,41,-49,61,-85,36v-22,26,-72,19,-74,-24v0,-9,2,-18,8,-27v-28,-2,-47,-33,-32,-61r14,-23v-40,-20,-79,-35,-121,-35v-64,0,-106,39,-120,56xm357,-613v-10,14,7,21,17,23v16,-1,35,-12,78,-42r16,9r-36,62r24,12r22,-39r26,11r-22,40r26,9r21,-37r25,12r-19,33v10,2,19,4,29,5r22,-39r26,13r-15,27v9,0,18,0,27,-1r98,-188r-143,-76xm412,-408v1,14,18,16,25,4r38,-66v-9,-3,-17,-7,-25,-10v-12,24,-29,44,-38,72xm475,-412v1,13,21,18,27,6r27,-48r-28,-7v-8,17,-19,31,-26,49xm384,-473v0,16,20,16,27,4r13,-23r-24,-12v-5,10,-14,19,-16,31xm561,-443v4,21,28,11,29,-5r-28,-1v-1,2,-1,4,-1,6","w":918},{"d":"158,-46v0,29,-21,54,-53,54v-31,0,-54,-25,-54,-54v0,-29,24,-53,53,-53v30,0,54,24,54,53xm158,-360v0,30,-25,54,-53,54v-29,0,-54,-25,-54,-54v0,-30,24,-53,53,-53v30,0,54,23,54,53","w":205},{"d":"129,-596v55,13,42,103,-18,103v-36,0,-59,-27,-59,-65v0,-56,46,-125,102,-154r20,27v-26,24,-43,52,-45,89","w":215,"k":{"\u00bf":80,"A":50,"\u00c6":50,"\u00c0":50,"\u00c1":50,"\u00c2":50,"\u00c3":50,"\u00c4":50,"\u00c5":50,"\u0100":50,"\u0102":50,"\u0104":50,"\u01fc":50}},{"d":"437,-367v0,55,-32,109,-88,129v37,16,51,49,63,88r48,150r-85,0r-45,-140v-19,-91,-88,-75,-183,-76r0,216r-82,0r0,-510r198,0v114,0,174,58,174,143xm147,-277v99,-5,199,28,205,-87v5,-102,-110,-81,-205,-83r0,170","w":495},{"d":"229,-51r136,-437r83,0r-192,577v-42,116,-100,153,-246,109r13,-57v85,17,132,28,159,-57r28,-87r-39,0r-153,-485r79,0r100,335v13,43,22,84,27,102r5,0xm364,-674r-145,139r-36,-31r123,-162","w":460},{"d":"267,-278r0,20r-138,196r300,0r0,62r-397,0r0,-54r149,-213r-148,-187r0,-55r387,0r0,61r-288,0","w":462},{"d":"385,-270r0,4v60,22,84,78,84,123v0,87,-76,143,-164,143r-240,0r0,-510r218,0v112,0,168,56,168,133v0,32,-15,79,-66,107xm289,-233r-143,0r0,169r143,0v67,0,98,-36,98,-83v0,-46,-33,-86,-98,-86xm281,-446r-135,0r0,152r135,0v56,0,89,-30,89,-78v0,-46,-33,-74,-89,-74","w":524},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm320,-724v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm258,-713r12,6r18,48v-73,10,-57,49,-21,81r-18,18v-48,-26,-74,-57,-74,-82v0,-37,25,-61,83,-71","w":514},{"d":"752,-346v0,197,-158,354,-355,354v-197,0,-355,-158,-355,-354v0,-196,158,-355,355,-355v197,0,355,159,355,355xm682,-427r-198,-41r-96,-177r-91,179r-196,39r141,140r-24,199r170,-92r189,92r-32,-204","w":796},{"d":"472,0r-80,0r0,-236r-247,0r1,236r-81,0r0,-509r81,0r-1,211r247,0r0,-211r80,0r0,509xm399,-702r-134,153r-41,-31r111,-171","w":537},{"d":"492,-510r1,325v0,109,-64,183,-196,189v-26,35,-43,77,-43,106v0,70,87,51,131,40r6,32v-63,38,-204,41,-204,-46v0,-33,12,-82,66,-132v-137,-6,-193,-76,-193,-189r0,-325r79,0r0,325v0,88,50,133,137,133v88,0,138,-45,138,-133r0,-325r78,0","w":553,"k":{"\ue0fe":20,"\ue11c":20,"\ue11d":20,"\ue11e":20,"\ue11f":20,"\ue120":20,"\ue121":20,"\ue122":20,"\ue13a":20,"\ue13b":20,"\ue13c":20,"\ue175":20}},{"d":"413,-60v1,-134,-159,-161,-267,-110r-48,-29r20,-289r347,0r0,63r-280,-1r-12,188v136,-43,321,-4,321,178v0,220,-267,242,-434,167r20,-54v71,20,120,28,161,28v104,0,172,-44,172,-141","w":558},{"d":"270,28r-255,-729r53,0r257,729r-55,0","w":333},{"d":"418,-298r-5,-3v-138,88,-370,71,-370,-156v0,-135,92,-217,225,-217v180,0,230,140,230,311v0,215,-84,369,-264,369v-71,0,-131,-18,-154,-30v6,-18,11,-38,18,-57v49,19,102,24,134,24v147,0,182,-167,186,-241xm259,-314v99,0,154,-49,158,-51v1,-102,-8,-242,-151,-242v-95,0,-144,60,-144,146v0,85,34,147,137,147","w":558},{"d":"174,0r-84,0r0,-685r84,0r0,685xm45,-648r-132,195r-40,-19r92,-214","w":264},{"d":"221,-277r6,0r129,-231r82,0r-174,288r0,220r-84,0r0,-217r-175,-291r84,0xm226,-537r-145,-139r60,-57r123,162","w":443,"k":{"\ue100":40,"\ue104":40,"\ue10c":40,"\ue10e":40,"\ue119":40,"\ue123":40,"\ue12e":40,"\ue12f":40,"\ue130":40,"\ue131":40,"\ue132":40,"\ue133":40,"\ue13d":40,"\ue13e":40,"\ue13f":40,"\ue140":40,"\ue148":40,"\ue149":40,"\ue14a":40,"\ue14b":40,"\ue15f":40,"\ue160":40,"\ue161":40,"\ue176":40,"\ue0fe":60,"\ue11c":60,"\ue11d":60,"\ue11e":60,"\ue11f":60,"\ue120":60,"\ue121":60,"\ue122":60,"\ue13a":60,"\ue13b":60,"\ue13c":60,"\ue175":60}},{"d":"524,-683r0,683r-84,0r0,-305v-154,54,-390,59,-390,-125r0,-253r87,0r0,232v-7,157,203,117,303,80r0,-312r84,0","w":604,"k":{"\u042a":40}},{"d":"492,-510r1,325v0,114,-70,190,-217,190v-153,0,-216,-71,-216,-190r0,-325r79,0r0,325v0,88,50,133,137,133v88,0,138,-45,138,-133r0,-325r78,0xm277,-551v-61,0,-109,-47,-109,-105v0,-56,48,-105,109,-105v60,0,106,48,106,105v0,59,-47,105,-106,105xm277,-718v-38,0,-64,28,-64,65v0,34,25,62,64,62v36,0,61,-28,61,-62v0,-36,-25,-65,-61,-65","w":553,"k":{"\ue0fe":20,"\ue11c":20,"\ue11d":20,"\ue11e":20,"\ue11f":20,"\ue120":20,"\ue121":20,"\ue122":20,"\ue13a":20,"\ue13b":20,"\ue13c":20,"\ue175":20}},{"d":"527,0r-447,0r0,-684r85,0r0,621r362,0r0,63","w":537,"k":{"'":100,"T":70,"\u0162":70,"\u0164":70,"\u0166":70,"Y":70,"\u0178":70,"\u00dd":70,"\u0176":70,"\u1ef2":70,"v":30,"w":30,"y":30,"\u0175":30,"\u1e81":30,"\u1e83":30,"\u1e85":30,"\u1ef3":30,"\u2019":110,"\u201d":110,"V":50,"W":50,"\u0174":50,"\u1e80":50,"\u1e82":50,"\u1e84":50,"C":20,"G":20,"O":20,"Q":20,"\u0152":20,"\u00c7":20,"\u00d2":20,"\u00d3":20,"\u00d4":20,"\u00d5":20,"\u00d6":20,"\u00d8":20,"\u0106":20,"\u0108":20,"\u010a":20,"\u010c":20,"\u011c":20,"\u011e":20,"\u0120":20,"\u0122":20,"\u014c":20,"\u014e":20,"\u0150":20,"\u01a0":20,"\u01fe":20}},{"d":"315,-518v62,0,112,10,148,21r-15,60v-51,-14,-103,-17,-130,-17v-126,0,-180,78,-180,203v0,108,33,192,166,192v26,0,66,-4,90,-10r-1,-198r76,0r1,248v-56,18,-118,25,-172,25v-179,0,-243,-106,-243,-258v0,-109,48,-266,260,-266xm354,-639v0,31,-26,56,-57,56v-31,0,-55,-25,-55,-56v0,-31,24,-57,55,-57v31,0,57,26,57,57","w":515},{"d":"519,-496v0,81,-41,155,-121,177v53,16,72,65,88,121r56,198r-85,0r-54,-188v-34,-131,-108,-108,-239,-110r0,298r-84,0r0,-685r235,0v134,0,204,76,204,189xm164,-363v138,-5,268,36,268,-129v0,-92,-57,-127,-132,-127r-136,0r0,256xm422,-892r24,29r-152,135r-54,0r-151,-137r23,-27r155,91","w":587,"k":{"Y":10,"\u0178":10,"\u00dd":10,"\u0176":10,"\u1ef2":10,"v":10,"w":10,"y":10,"\u0175":10,"\u1e81":10,"\u1e83":10,"\u1e85":10,"\u1ef3":10,"V":10,"W":10,"\u0174":10,"\u1e80":10,"\u1e82":10,"\u1e84":10}},{"d":"480,-243v0,125,-51,251,-222,251v-160,0,-210,-117,-210,-249v0,-130,60,-257,220,-257v163,0,212,127,212,255xm395,-241v0,-87,-19,-194,-127,-194v-108,0,-135,102,-135,194v0,97,20,186,135,186v106,0,127,-98,127,-186","w":528,"k":{"v":10,"w":10,"y":10,"\u0175":10,"\u1e81":10,"\u1e83":10,"\u1e85":10,"\u1ef3":10}},{"d":"381,-289r0,-64r80,0r0,64r-80,0xm529,-289r0,-64r81,0r0,64r-81,0xm678,-289r0,-64r81,0r0,64r-81,0xm181,-353r133,0r0,64r-133,-1r148,145r-46,45r-220,-221r220,-222r46,45","w":840},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm629,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51xm403,-244r-113,-371r-3,0r-113,371r229,0xm-102,-685r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm100,-485r-106,-177r66,-33r76,191","w":812},{"d":"352,-233r-125,8v-66,3,-98,36,-98,85v0,57,26,85,90,85v42,0,88,-23,133,-64r0,-114xm502,-13v-56,24,-148,45,-149,-43v-75,64,-139,64,-169,64v-113,0,-142,-84,-142,-140v0,-85,61,-139,185,-147r125,-8v3,-92,-11,-142,-105,-142v-48,0,-102,10,-151,27r-18,-55v135,-56,353,-81,353,123r0,273r66,0","w":530,"k":{"\u2019":40,"\u201d":40}},{"d":"199,11v-133,0,-141,-84,-141,-156r0,-343r81,0r0,323v0,68,8,109,84,109v37,0,95,-20,142,-62r0,-370v27,0,54,-1,80,-1r0,489r-79,0v-2,-18,2,-42,-3,-57v-64,57,-130,68,-164,68xm324,-572v-60,0,-108,-39,-145,-39r-57,39r-28,-22v16,-45,48,-75,87,-75v47,0,108,39,144,39r57,-40r28,22v-15,45,-47,76,-86,76","w":504},{"d":"344,-553v0,96,-37,201,-161,201v-137,0,-164,-100,-164,-200v0,-91,28,-207,166,-207v141,0,159,121,159,206xm276,-552v0,-57,-5,-154,-91,-154v-88,0,-98,92,-98,155v0,82,15,148,98,148v76,0,91,-79,91,-149","w":364},{"d":"334,-730v-62,0,-110,-48,-110,-105v0,-57,48,-106,110,-106v59,0,105,48,105,106v0,59,-47,105,-105,105xm334,-898v-39,0,-64,28,-64,65v0,35,25,62,64,62v35,0,60,-27,60,-62v0,-36,-24,-65,-60,-65","w":668},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm68,-661r-132,195r-40,-19r92,-214","w":695},{"d":"430,-527r351,351r-702,0","w":820},{"d":"11,-186v31,-54,73,-114,73,-252v0,-125,-53,-211,-72,-236r33,-20v34,37,102,128,102,257v0,146,-67,238,-103,272v-10,-9,-22,-14,-33,-21","w":187},{"d":"492,-510r1,325v0,114,-70,190,-217,190v-153,0,-216,-71,-216,-190r0,-325r79,0r0,325v0,88,50,133,137,133v88,0,138,-45,138,-133r0,-325r78,0xm106,-612r0,-64r329,0r0,64r-329,0","w":553,"k":{"\ue0fe":20,"\ue11c":20,"\ue11d":20,"\ue11e":20,"\ue11f":20,"\ue120":20,"\ue121":20,"\ue122":20,"\ue13a":20,"\ue13b":20,"\ue13c":20,"\ue175":20}},{"d":"151,0r-81,0r0,-510r81,0r0,510xm105,-571v-70,0,-121,-56,-162,-112r47,-34v36,50,80,83,118,83v25,0,69,-4,143,-76r27,25v-58,84,-120,114,-173,114","w":221},{"d":"243,145v-69,0,-126,-16,-149,-27r20,-56v54,17,94,21,126,21v142,0,176,-152,180,-224v-146,77,-364,64,-364,-152v0,-127,88,-203,219,-203v179,0,227,132,227,292v0,204,-82,349,-259,349xm268,-161v91,0,148,-45,152,-47v1,-95,-6,-225,-146,-225v-93,0,-139,58,-139,136v0,79,35,136,133,136","w":558},{"d":"533,-253v0,148,-78,259,-234,259v-177,0,-244,-101,-244,-257v0,-141,63,-267,244,-267v181,0,234,127,234,265xm450,-251v0,-96,-24,-208,-151,-208v-129,0,-161,103,-161,210v0,128,48,197,161,197v103,0,151,-90,151,-199xm426,-702r-134,153r-41,-31r111,-171","w":588,"k":{"\ue198":20,"\ue195":10,"\ue183":30,"\ue186":30,"\ue18d":30,"\ue19b":30,"\ue196":30,"\ue1a0":30,"\ue1a3":30}},{"d":"164,-278r0,278r-84,0r0,-685r84,0r0,311r299,-311r96,0r-265,273r275,412r-95,0r-235,-355","w":580,"k":{"v":30,"w":30,"y":30,"\u0175":30,"\u1e81":30,"\u1e83":30,"\u1e85":30,"\u1ef3":30,"\ue113":30,"\ue114":30,"\ue171":30,"\ue17a":30,"\ue17b":30,"\ue17c":30,"\ue116":30,"\ue11b":30,"\ue138":30,"\ue172":30,"\ue17d":30,"\ue100":20,"\ue104":20,"\ue10c":20,"\ue10e":20,"\ue119":20,"\ue123":20,"\ue12e":20,"\ue12f":20,"\ue130":20,"\ue131":20,"\ue132":20,"\ue133":20,"\ue13d":20,"\ue13e":20,"\ue13f":20,"\ue140":20,"\ue148":20,"\ue149":20,"\ue14a":20,"\ue14b":20,"\ue15f":20,"\ue160":20,"\ue161":20,"\ue176":20,"\ue111":40,"\ue168":40,"\ue169":40,"\ue16a":40}},{"d":"63,-502v0,-195,253,-240,415,-151r-27,60v-65,-29,-120,-35,-165,-35v-80,0,-136,41,-136,124v0,75,77,96,153,115v99,25,220,51,220,201v0,220,-307,237,-473,143r29,-62v81,39,142,47,193,47v104,0,165,-31,165,-128v0,-82,-63,-104,-147,-126v-119,-31,-227,-61,-227,-188","w":573},{"d":"5,-534r0,-44r53,0r0,-133r82,0r0,133r216,0r0,44r-216,0r0,115v176,-81,329,-48,329,209v0,142,-57,249,-228,237r2,-58v99,-1,145,-37,145,-181v0,-225,-121,-199,-248,-146r0,358r-82,0r0,-534r-53,0","w":512},{"d":"63,-502v0,-195,253,-240,415,-151r-27,60v-65,-29,-120,-35,-165,-35v-80,0,-136,41,-136,124v0,75,77,96,153,115v99,25,220,51,220,201v0,220,-307,237,-473,143r29,-62v81,39,142,47,193,47v104,0,165,-31,165,-128v0,-82,-63,-104,-147,-126v-119,-31,-227,-61,-227,-188xm472,-759r-25,29r-155,-89r-154,90r-23,-28r150,-138r55,0","w":573},{"d":"477,-18v-24,0,-61,22,-90,22v-31,0,-72,-22,-96,-22v-25,0,-56,24,-86,24v-29,0,-68,-22,-96,-22v-39,0,-48,22,-86,22r0,-69v56,-3,44,-23,84,-23v28,0,57,24,93,24v36,0,66,-22,91,-22v23,0,59,22,92,22v34,0,68,-22,93,-22v25,0,56,22,90,22v38,0,67,-24,94,-24v38,1,30,20,84,23r0,69v-40,0,-49,-22,-86,-22v-27,0,-66,22,-93,22v-32,0,-63,-24,-88,-24xm475,-119v-26,0,-64,23,-90,23v-30,0,-50,-23,-93,-23v-28,0,-58,23,-90,23v-28,0,-66,-22,-94,-22v-39,0,-49,20,-85,22r0,-67v53,-1,56,-22,90,-21v30,0,60,17,83,17r0,-159v-16,-43,-37,-82,-49,-129v0,-23,33,-26,50,-35r0,-97r47,0r0,-52r90,0r0,-68r99,0r0,68r91,0r0,52r47,0r0,97v22,10,60,16,46,52r-45,112r0,159v23,0,52,-19,83,-19v33,0,38,19,89,23r0,67v-36,-2,-46,-22,-85,-22v-28,0,-65,22,-94,22v-32,0,-62,-23,-90,-23xm481,-598r-194,0r0,49r-47,0r0,40r144,-59r144,59r0,-40r-47,0r0,-49","w":770},{"d":"480,-178r0,69r-412,-162r0,-50r412,-157r0,68r-336,113v16,6,320,114,336,119xm480,0r-413,0r0,-58r413,0r0,58","w":558},{"d":"375,-696v73,0,134,13,175,28r-17,63v-57,-18,-108,-23,-151,-23v-161,0,-234,112,-234,293v0,152,43,273,212,273v35,0,90,-5,121,-15r0,-275r79,0r0,328v-67,22,-140,32,-207,32v-215,0,-293,-142,-293,-347v0,-146,59,-357,315,-357xm535,-759r-25,29r-155,-89r-154,90r-23,-28r150,-138r55,0","w":629},{"d":"318,-617r-174,353r-70,0r173,-348r-202,0r0,-52r273,0r0,47","w":364},{"d":"446,-77r16,57v-42,16,-111,25,-164,25v-180,0,-243,-104,-243,-256v0,-110,49,-267,248,-267v63,0,111,10,146,22r-14,60v-56,-15,-102,-17,-130,-17v-116,0,-167,76,-167,202v0,116,38,193,172,193v30,0,90,-6,136,-19xm430,-735r24,29r-152,141r-54,0r-151,-143r23,-28r155,97","w":487,"k":{"\ue105":20,"\ue106":20,"\ue10a":20,"\ue10b":20,"\ue128":20,"\ue129":20,"\ue12a":20,"\ue12b":20,"\ue14c":20,"\ue14d":20,"\ue14e":20,"\ue14f":20,"\ue150":20,"\ue151":20,"\ue152":20,"\ue15b":20,"\ue15c":20,"\ue15d":20,"\ue15e":20}},{"d":"344,-463v0,96,-37,201,-161,201v-137,0,-164,-100,-164,-200v0,-91,28,-207,166,-207v141,0,159,121,159,206xm276,-462v0,-57,-5,-154,-91,-154v-88,0,-98,92,-98,155v0,82,15,148,98,148v76,0,91,-79,91,-149","w":364},{"d":"360,-696v74,0,132,13,173,28r-18,63v-54,-19,-105,-23,-147,-23v-149,0,-220,111,-220,290v0,157,43,278,222,278v36,0,109,-7,163,-24r16,60v-43,17,-115,29,-175,31r-55,73v65,3,109,28,109,79v0,56,-56,102,-179,102r0,-36v71,-7,118,-25,118,-59v0,-36,-53,-41,-101,-41r-13,-19v26,-33,50,-67,76,-99v-198,-11,-269,-147,-269,-345v0,-147,61,-358,300,-358","w":593,"k":{"\u2019":-40,"\u201d":-40,"H":20,"I":20,"M":20,"N":20,"\u00cc":20,"\u00cd":20,"\u00ce":20,"\u00cf":20,"\u0124":20,"\u0126":20,"\u0128":20,"\u012a":20,"\u012c":20,"\u012e":20,"\u0130":20,"\u0143":20,"\u0145":20,"\u0147":20,"\u014a":20}},{"d":"372,-488r83,0r0,297v0,114,-74,197,-200,197v-131,0,-195,-75,-195,-184r0,-310r82,0r0,310v0,70,28,119,112,119v80,0,118,-55,118,-128r0,-301xm264,-563r-105,-167r66,-34r76,183xm411,-610v0,26,-20,45,-47,45v-27,0,-47,-19,-47,-45v0,-27,20,-46,49,-46v23,0,45,21,45,46xm183,-610v0,26,-19,44,-44,44v-26,0,-49,-18,-49,-44v0,-28,21,-46,47,-46v23,0,46,20,46,46","w":515},{"d":"480,-243v0,125,-51,251,-222,251v-160,0,-210,-117,-210,-249v0,-130,60,-257,220,-257v163,0,212,127,212,255xm395,-241v0,-87,-19,-194,-127,-194v-108,0,-135,102,-135,194v0,97,20,186,135,186v106,0,127,-98,127,-186xm265,-551v-70,0,-121,-56,-162,-112r47,-34v36,50,80,83,118,83v25,0,69,-4,143,-76r27,25v-58,84,-120,114,-173,114","w":528,"k":{"v":10,"w":10,"y":10,"\u0175":10,"\u1e81":10,"\u1e83":10,"\u1e85":10,"\u1ef3":10}},{"d":"259,-498v61,0,105,18,138,48r36,-47v13,0,27,-1,40,-1r-54,70v38,49,52,117,52,185v0,126,-51,250,-222,250v-60,0,-105,-15,-137,-43r-33,42v-15,0,-29,1,-43,1r53,-67v-36,-46,-49,-112,-49,-181v0,-130,60,-257,219,-257xm386,-241v0,-40,-5,-86,-22,-122r-203,270v20,23,51,38,98,38v106,0,127,-98,127,-186xm259,-434v-148,3,-154,192,-115,309r204,-268v-19,-25,-47,-41,-89,-41xm403,-674r-145,139r-36,-31r123,-162","w":511,"k":{"v":10,"w":10,"y":10,"\u0175":10,"\u1e81":10,"\u1e83":10,"\u1e85":10,"\u1ef3":10}},{"d":"449,0r-82,0r0,-426r-167,0r-3,56v-12,224,-10,362,-170,392r-19,-62v110,-39,105,-108,115,-335r5,-113r321,0r0,488","w":507},{"d":"524,-37r0,-657r146,0r0,540r242,0r0,117r-388,0xm1190,-576r0,539r-147,0r0,-539r-141,0r0,-118r433,0r0,118r-145,0xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546"},{"d":"151,0r-81,0r0,-510r81,0r0,510xm251,-629v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm63,-629v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":221},{"d":"151,0r-81,0r0,-510r81,0r0,510xm193,-592v-60,0,-108,-39,-145,-39r-57,39r-28,-22v16,-45,48,-75,87,-75v47,0,108,39,144,39r57,-40r28,22v-15,45,-47,76,-86,76","w":221},{"d":"533,-253v0,148,-78,259,-234,259v-177,0,-244,-101,-244,-257v0,-141,63,-267,244,-267v181,0,234,127,234,265xm450,-251v0,-96,-24,-208,-151,-208v-129,0,-161,103,-161,210v0,128,48,197,161,197v103,0,151,-90,151,-199xm349,-700r-141,146r-36,-28r117,-167xm476,-700r-141,146r-36,-28r117,-167","w":588,"k":{"\ue115":30,"\ue113":30,"\ue114":30,"\ue171":30,"\ue17a":30,"\ue17b":30,"\ue17c":30,"\ue116":30,"\ue11b":30,"\ue138":30,"\ue172":30,"\ue17d":30,"\ue111":20,"\ue168":20,"\ue169":20,"\ue16a":20,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40}},{"d":"398,-604v0,25,-23,43,-48,43v-25,0,-43,-18,-43,-43v0,-25,22,-45,45,-45v25,0,46,18,46,45xm173,-604v0,25,-20,43,-46,43v-26,0,-46,-18,-46,-43v0,-25,21,-45,44,-45v28,0,48,18,48,45xm328,-710r-98,176r-45,-17r72,-191","w":488},{"d":"256,-620r-3,70v-21,375,-15,535,-227,574r-16,-61v151,-51,150,-139,167,-483r8,-165r351,0r1,283r161,0v148,0,223,94,223,203v0,135,-91,199,-208,199r-261,0r0,-620r-196,0xm689,-341r-152,0r0,280r163,0v74,0,134,-46,134,-139v0,-99,-73,-141,-145,-141","w":961,"k":{"\ue1ce":40,"\u0427":50,"\u0416":20,"\u0443":30,"\u045e":30,"\ue1ca":20,"\ue1b5":20,"\u0417":20,"\u042d":20,"\ue1aa":20,"\ue1b3":20,"\ue1d1":20,"\ue1c9":20,"\u0402":80,"\u040b":80,"\u0422":80,"\u042a":80,"\u040e":40,"\u0423":40}},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm241,-774r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm278,-581r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":544,"k":{"\u03b3":20}},{"d":"526,-184r-97,0r0,184r-78,0v0,-61,1,-123,1,-184r-320,0r0,-58r312,-422r85,0r0,420r97,0r0,60xm353,-568r-6,0r-238,324r244,0r0,-324","w":558},{"d":"150,-92r-106,-109r0,-420r419,0r109,109r-345,0r359,356r-79,79r-357,-359r0,344","w":588},{"d":"427,-771v0,26,-21,44,-49,44v-24,0,-42,-18,-42,-44v0,-24,19,-44,42,-44v28,0,49,18,49,44xm240,-771v0,26,-20,44,-46,44v-27,0,-46,-18,-46,-44v0,-24,21,-44,44,-44v28,0,48,18,48,44xm513,0r-433,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65","w":575},{"d":"25,-19r16,-55v58,13,108,18,138,18v137,0,177,-88,179,-184r-206,2r0,-58v69,0,137,2,206,3v-2,-174,-150,-178,-296,-145r-13,-56v37,-12,103,-24,156,-24v199,0,238,136,238,257v0,153,-77,266,-255,266v-59,0,-126,-10,-163,-24","w":498},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm334,-763r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121xm330,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":730},{"d":"506,-685r81,2r0,683r-83,0r0,-554r-2,0r-338,554r-84,0r0,-683r84,0r-1,550r3,0","w":667,"k":{"\u042a":40}},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm-161,-683r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm77,-656r-106,177r-36,-19r76,-191xm310,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":695},{"d":"638,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v220,0,284,169,284,355xm549,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280","w":698,"k":{"\u0414":20}},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm231,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm145,-767r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm347,-567r-106,-177r66,-33r76,191","w":514},{"d":"18,-685r84,0r175,463r5,0r165,-463r86,0r-224,593v-28,73,-65,102,-127,102v-18,0,-52,1,-115,-17r18,-67v76,13,122,35,151,-44r18,-49r-30,0xm281,-715v-70,0,-121,-55,-162,-112r47,-33v36,49,80,83,119,83v24,0,68,-5,142,-77r27,25v-58,84,-120,114,-173,114","w":552,"k":{"\ue1cb":70,"\ue1b7":80,"\ue1d6":60,"\ue1ce":40,"\u044f":80,"\u0447":50,"\u0445":40,"\u0436":80,"\u0431":30,"\u0430":70,"\u0424":30,"\u0414":90,"\u0410":50,",":140,".":140,"\u2026":140,"\u0404":30,"\u041e":30,"\u0421":30,"\u0432":50,"\u0433":50,"\u0438":50,"\u0439":50,"\u043a":50,"\u043c":50,"\u043d":50,"\u043f":50,"\u0440":50,"\u0491":50,"\u0446":50,"\u0448":50,"\u0449":50,"\u044c":50,"\u044e":50,"\u0456":50,"\u045a":50,"\u045f":50,"\u045c":50,"\u0453":50,"\u0457":50,"\u0434":80,"\u043b":80,"\u0459":80,"\u0435":80,"\u043e":80,"\u0441":80,"\u0444":80,"\u0451":80,"\u0454":80,"\u0437":60,"\u04d9":60,"\u044d":60,"\u0443":50,"\u045e":50,"\ue1b1":70,"\ue1bb":70,"\ue1c2":70,"\ue1be":50,"\ue1d4":50,"\ue1ca":40,"\ue1b5":40,"\ue1ac":60,"\ue1c5":60,"\ue1c8":60,"\u0442":40,"\u044a":40,"\ue1aa":20,"\ue1b3":20,"\ue1d1":20,"\ue1c9":20}},{"d":"355,-267r-306,0r0,-449r69,0r0,391r237,0r0,58","w":360},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm265,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm30,-694r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121","w":579,"k":{"\ue199":10,"\ue197":10,"\u03a4":20,"\u03c4":10,"\u03a8":30,"\u03a6":20,"\u03bd":20,"\u03b3":30,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\ue196":10,"\ue1a0":10,"\ue1a3":10}},{"d":"632,-263v0,111,-91,193,-248,202r0,61r-79,0r0,-61v-175,-9,-255,-83,-255,-199v0,-100,82,-194,255,-204r0,-46r79,0r0,45v184,7,248,102,248,202xm129,-259v0,91,70,136,176,142r0,-289v-120,8,-176,72,-176,147xm384,-117v214,-7,237,-276,0,-289r0,289","w":682,"k":{"\ue1a2":30,"\ue19e":30,"\ue19d":30,"\ue192":30,"\ue18f":30,"\ue18e":30,"\ue18b":30,"\ue189":30}},{"d":"383,0v-1,-15,3,-36,-2,-48v-40,33,-98,54,-150,54v-140,0,-183,-111,-183,-241v0,-149,53,-264,198,-264v37,0,96,10,135,36r0,-248r82,0r0,711r-80,0xm381,-107r0,-292v-22,-16,-79,-35,-123,-35v-68,0,-126,46,-126,200v0,216,149,200,249,127","w":522},{"d":"144,-394r-3,4v0,111,1,217,3,390r-79,0r0,-509r83,0r273,392r0,-392r78,0r-1,509r-75,0xm419,-685r-145,139r-36,-31r123,-162","w":564},{"d":"242,0r-177,0r0,-510r184,0v184,0,233,118,233,254v0,139,-55,256,-240,256xm238,-446r-92,0r0,383r88,0v48,0,166,-1,166,-188v0,-190,-107,-195,-162,-195xm392,-735r24,29r-152,141r-54,0r-151,-143r23,-28r155,97","w":537,"k":{"\ue115":30,"\ue113":30,"\ue114":30,"\ue171":30,"\ue17a":30,"\ue17b":30,"\ue17c":30,"\ue116":30,"\ue11b":30,"\ue138":30,"\ue172":30,"\ue17d":30,"\ue111":20,"\ue168":20,"\ue169":20,"\ue16a":20,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40}},{"d":"383,0v-1,-15,3,-36,-2,-48v-40,33,-98,54,-150,54v-140,0,-183,-101,-183,-231v0,-149,53,-254,198,-254v37,0,96,10,135,36r0,-103r-156,0r0,-46r156,0r0,-119r82,0r0,119r67,0r0,46r-67,0r0,546r-80,0xm381,-107r0,-272v-22,-16,-79,-35,-123,-35v-68,0,-126,36,-126,190v0,215,155,185,249,117","w":522},{"d":"132,-25r-3,3r0,223r-81,0r0,-696v0,-126,47,-224,192,-224v122,0,188,66,188,167v0,65,-40,123,-84,144v92,30,117,101,117,190v0,149,-82,228,-198,228v-49,0,-103,-15,-131,-35xm379,-224v0,-114,-65,-160,-189,-149r0,-58v96,9,157,-23,157,-121v0,-61,-43,-105,-108,-105v-68,0,-109,42,-109,120r0,447v42,29,98,36,122,36v83,0,127,-68,127,-170","w":501,"k":{"\u03bd":20}},{"d":"242,0r-177,0r0,-238r-47,0r0,-49r47,0r0,-223r184,0v184,0,233,118,233,254v0,139,-55,256,-240,256xm238,-446r-92,0r0,159r122,0r0,49r-122,0r0,175r88,0v48,0,166,-1,166,-188v0,-190,-107,-195,-162,-195","w":537,"k":{"\ue115":30,"\ue113":30,"\ue114":30,"\ue171":30,"\ue17a":30,"\ue17b":30,"\ue17c":30,"\ue116":30,"\ue11b":30,"\ue138":30,"\ue172":30,"\ue17d":30,"\ue111":20,"\ue168":20,"\ue169":20,"\ue16a":20,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40}},{"d":"338,-399r-6,0r-92,399r-93,0r-137,-508r81,0r75,294r27,121r4,0r25,-116r75,-299r76,0r86,297r29,115r6,0r27,-120r74,-292r78,0r-136,508r-87,0r-78,-269xm342,-555r-145,-139r60,-57r123,162","w":683,"k":{"\ue100":10,"\ue104":10,"\ue10c":10,"\ue10e":10,"\ue119":10,"\ue123":10,"\ue12e":10,"\ue12f":10,"\ue130":10,"\ue131":10,"\ue132":10,"\ue133":10,"\ue13d":10,"\ue13e":10,"\ue13f":10,"\ue140":10,"\ue148":10,"\ue149":10,"\ue14a":10,"\ue14b":10,"\ue15f":10,"\ue160":10,"\ue161":10,"\ue176":10,"\ue0fe":20,"\ue11c":20,"\ue11d":20,"\ue11e":20,"\ue11f":20,"\ue120":20,"\ue121":20,"\ue122":20,"\ue13a":20,"\ue13b":20,"\ue13c":20,"\ue175":20}},{"d":"323,0r-83,0r0,-618r-220,0r0,-67r523,0r0,67r-219,0xm435,-892r24,29r-152,135r-54,0r-151,-137r23,-27r155,91","w":563,"k":{"\u015d":80,"\u0149":40,"\u012f":40,"\u012d":40,"\u012b":40,"\u0129":40,"\u00ef":40,"\u00ee":40,"\u00ec":40,"\u0161":80,"v":60,"w":60,"y":60,"\u0175":60,"\u1e81":60,"\u1e83":60,"\u1e85":60,"\u1ef3":60,"\u2019":-50,"\u201d":-50,"\ue113":40,"\ue114":40,"\ue171":40,"\ue17a":40,"\ue17b":40,"\ue17c":40,"\ue116":40,"\ue11b":40,"\ue138":40,"\ue172":40,"\ue17d":40,"A":50,"\u00c6":50,"\u00c0":50,"\u00c1":50,"\u00c2":50,"\u00c3":50,"\u00c4":50,"\u00c5":50,"\u0100":50,"\u0102":50,"\u0104":50,"\u01fc":50,"\ue100":60,"\ue104":60,"\ue10c":60,"\ue10e":60,"\ue119":60,"\ue123":60,"\ue12e":60,"\ue12f":60,"\ue130":60,"\ue131":60,"\ue132":60,"\ue133":60,"\ue13d":60,"\ue13e":60,"\ue13f":60,"\ue140":60,"\ue148":60,"\ue149":60,"\ue14a":60,"\ue14b":60,"\ue15f":60,"\ue160":60,"\ue161":60,"\ue176":60,"C":10,"G":10,"O":10,"Q":10,"\u0152":10,"\u00c7":10,"\u00d2":10,"\u00d3":10,"\u00d4":10,"\u00d5":10,"\u00d6":10,"\u00d8":10,"\u0106":10,"\u0108":10,"\u010a":10,"\u010c":10,"\u011c":10,"\u011e":10,"\u0120":10,"\u0122":10,"\u014c":10,"\u014e":10,"\u0150":10,"\u01a0":10,"\u01fe":10,"a":50,"\u00e6":50,"\u00e0":50,"\u00e1":50,"\u00e2":50,"\u00e3":50,"\u00e4":50,"\u00e5":50,"\u0101":50,"\u0103":50,"\u0105":50,"\u01fd":50,"c":60,"d":60,"e":60,"g":60,"o":60,"q":60,"\u00e7":60,"\u00e8":60,"\u00e9":60,"\u00ea":60,"\u00eb":60,"\u00f2":60,"\u00f3":60,"\u00f4":60,"\u00f5":60,"\u00f6":60,"\u00f8":60,"\u0107":60,"\u0109":60,"\u010b":60,"\u010d":60,"\u010f":60,"\u0111":60,"\u0113":60,"\u0115":60,"\u0117":60,"\u0119":60,"\u011b":60,"\u011d":60,"\u011f":60,"\u0121":60,"\u0123":60,"\u014d":60,"\u014f":60,"\u0151":60,"\u01a1":60,"\u01ff":60,"\u00f0":60,"i":40,"m":40,"n":40,"p":40,"r":40,"\u00ed":40,"\u0133":40,"\u0144":40,"\u0146":40,"\u0148":40,"\u014b":40,"\u0155":40,"\u0157":40,"\u0159":40,"s":80,"\u015b":80,"\u015f":80,"\u0219":80,"u":20,"\u00f9":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u0169":20,"\u016b":20,"\u016d":20,"\u016f":20,"\u0171":20,"\u0173":20,"\u01b0":20,",":50,".":50,"\u2026":50,":":20,";":20,"\ue0fe":60,"\ue11c":60,"\ue11d":60,"\ue11e":60,"\ue11f":60,"\ue120":60,"\ue121":60,"\ue122":60,"\ue13a":60,"\ue13b":60,"\ue13c":60,"\ue175":60,"\ue110":70,"\ue118":70,"\ue165":70,"\ue166":70,"\ue167":70,"\ue179":70,"\ue117":60,"\ue11a":60,"\ue173":60,"\ue174":60,"-":50,"\u2013":50,"\u2014":50,"\u00ad":50,"\ue0ff":60,"\ue101":60,"\ue102":60,"\ue103":60,"\ue108":60,"\ue109":60,"\ue10d":60,"\ue10f":60,"\ue124":60,"\ue125":60,"\ue126":60,"\ue127":60,"\ue12c":60,"\ue139":60,"\ue141":60,"\ue142":60,"\ue143":60,"\ue144":60,"\ue145":60,"\ue146":60,"\ue147":60,"\ue153":60,"\ue156":60,"\ue157":60,"\ue158":60,"\ue159":60,"\ue15a":60,"\ue162":60,"\ue163":60,"\ue164":60,"\ue112":50,"\ue16b":50,"\ue16c":50,"\ue16d":50,"\ue16e":50,"\ue16f":50,"\ue170":50}},{"d":"492,-510r1,325v0,114,-70,190,-217,190v-153,0,-216,-71,-216,-190r0,-325r79,0r0,325v0,88,50,133,137,133v88,0,138,-45,138,-133r0,-325r78,0xm454,-581r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":553},{"d":"628,-340v0,198,-96,348,-284,348v-89,0,-154,-23,-201,-66r-48,64r-48,0r70,-92v-47,-60,-67,-146,-67,-251v0,-190,77,-358,294,-358v83,0,143,24,187,65r50,-67r50,0r-73,95v51,67,70,163,70,262xm344,-57v199,0,236,-303,158,-475r-310,413v34,42,83,62,152,62xm138,-336v0,77,10,136,34,180r310,-412v-30,-38,-74,-63,-138,-63v-166,0,-206,146,-206,295","w":678,"k":{"X":10,"Y":20,"\u0178":20,"\u00dd":20,"\u0176":20,"\u1ef2":20,"\u2019":40,"\u201d":40,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"V":20,"W":20,"\u0174":20,"\u1e80":20,"\u1e82":20,"\u1e84":20}},{"d":"120,-603r52,-9r0,124r147,0r0,59r-148,0r0,289v0,47,13,80,68,80v23,0,54,-6,92,-17r13,55v-36,17,-82,27,-122,27v-87,0,-131,-40,-131,-120r0,-314r-71,0r0,-43r75,-23xm169,137v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":356},{"d":"472,-488r-1,426r48,0r0,198r-64,0r0,-136r-375,0r0,136r-65,0r0,-198r48,0v84,-59,71,-255,85,-426r324,0xm391,-426r-172,0v-7,162,-13,315,-68,364r240,0r0,-364","w":554,"k":{"\u0443":10,"\u045e":10}},{"d":"513,0r-433,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65","w":564},{"d":"638,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v220,0,284,169,284,355xm549,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280xm357,-729r-144,-139r60,-55r123,161","w":698,"k":{"X":10,"Y":20,"\u0178":20,"\u00dd":20,"\u0176":20,"\u1ef2":20,"\u2019":40,"\u201d":40,"A":20,"\u00c6":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"\u0100":20,"\u0102":20,"\u0104":20,"\u01fc":20,"V":20,"W":20,"\u0174":20,"\u1e80":20,"\u1e82":20,"\u1e84":20}},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm124,-767r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm326,-567r-106,-177r66,-33r76,191","w":514},{"d":"242,-458v-63,0,-109,23,-109,80v0,50,63,63,123,82v86,27,170,64,170,153v0,164,-255,181,-391,109r25,-58v79,33,119,35,153,35v84,0,134,-19,134,-85v0,-44,-44,-68,-111,-88v-94,-28,-183,-51,-183,-140v0,-150,214,-183,347,-114r-24,56v-52,-24,-105,-30,-134,-30xm413,-581r-25,29r-155,-93r-154,94r-23,-28r150,-143r55,0","w":461},{"d":"492,-510r1,325v0,114,-70,190,-217,190v-153,0,-216,-71,-216,-190r0,-325r79,0r0,325v0,88,50,133,137,133v88,0,138,-45,138,-133r0,-325r78,0xm354,-592v-60,0,-108,-39,-145,-39r-57,39r-28,-22v16,-45,48,-75,87,-75v47,0,108,39,144,39r57,-40r28,22v-15,45,-47,76,-86,76","w":553,"k":{"\ue0fe":20,"\ue11c":20,"\ue11d":20,"\ue11e":20,"\ue11f":20,"\ue120":20,"\ue121":20,"\ue122":20,"\ue13a":20,"\ue13b":20,"\ue13c":20,"\ue175":20}},{"d":"229,-621r0,685r-37,0r0,-68v-48,-5,-89,-14,-136,-41r25,-52v59,29,87,31,111,34r0,-214v-67,-25,-132,-64,-132,-141v0,-82,56,-133,132,-148r0,-55r37,0xm256,64r0,-685r38,0r0,53v39,5,76,14,110,31r-19,51v-40,-17,-71,-24,-91,-26r0,199v75,28,150,58,150,152v0,92,-64,141,-150,154r0,71r-38,0xm126,-424v0,49,29,67,66,82r0,-166v-37,10,-66,36,-66,84xm377,-162v0,-46,-36,-71,-83,-89r0,186v52,-9,83,-37,83,-97","w":506},{"d":"227,-356r-205,-328r96,0r163,274r165,-274r95,0r-212,332r219,352r-94,0r-179,-296r-174,296r-93,0","w":557},{"d":"176,-711r-1,313r93,-53v9,14,17,29,26,42r-119,69r0,340r-80,0r0,-294r-89,52r-26,-43r115,-66r0,-360r81,0","w":274},{"d":"164,-477v0,61,79,88,147,119v64,-43,89,-77,89,-114v0,-42,-33,-99,-121,-99v-86,0,-115,62,-115,94xm273,-54v91,0,143,-50,143,-117v0,-67,-74,-106,-188,-148v-71,46,-95,108,-95,153v0,62,47,112,140,112xm477,-482v0,45,-16,97,-92,153v60,31,110,84,110,163v0,97,-86,174,-225,174v-258,0,-286,-244,-104,-356v-60,-35,-85,-68,-85,-129v0,-90,83,-158,200,-158v92,0,196,43,196,153","w":552},{"d":"474,0r-81,0r0,-292v0,-68,-7,-110,-85,-110v-46,0,-107,24,-149,48r0,354r-82,0r0,-528r-72,0r0,-47r72,0r0,-136r81,0r0,136r182,0r0,47r-182,0r0,116v61,-33,130,-57,176,-57v133,0,140,84,140,157r0,312","w":533,"k":{"\u2019":70,"\u201d":70}},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r80,0v2,14,-3,35,4,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm318,-585v-60,0,-108,-39,-145,-39r-57,39r-28,-22v16,-45,48,-75,87,-75v47,0,108,39,144,39r57,-40r28,22v-15,45,-47,76,-86,76","w":514},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm209,-774r11,7v7,20,14,41,20,61v-84,19,-53,75,-21,121r-18,21v-92,-64,-109,-176,8,-210xm246,-581r76,-191v22,11,44,22,66,34r-105,176v-13,-6,-24,-13,-37,-19","w":514},{"d":"275,-394r9,0r146,-322r81,0r0,450r-69,0r0,-328r-4,0r-127,277r-62,0r-129,-277r-4,0r-1,328r-66,0r0,-450r80,0r105,227","w":560},{"w":272,"k":{"\u0427":30}},{"d":"573,0r-87,0r0,-327r-319,0r0,327r-87,0r0,-507r-66,0r0,-47r66,0r0,-130r87,0r0,130r319,0r0,-130r87,0r0,130r64,0r0,47r-64,0r0,507xm167,-396r319,0r0,-111r-319,0r0,111","w":653},{"d":"403,-869r-145,139r-38,-31r123,-161xm165,0r-85,0r0,-684r414,0r0,67r-329,0r0,617","w":517,"k":{"\ue1cb":170,"\ue1b7":150,"\ue1d6":160,"\ue1ce":120,"\u044f":170,"\u0447":110,"\u0445":120,"\u0436":140,"\u0431":90,"\u0430":130,"\u042f":80,"\u0424":110,"\u0414":140,"\u0410":100,",":120,".":120,"\u2026":120,"\u0404":90,"\u041e":90,"\u0421":90,"\u0432":110,"\u0433":110,"\u0438":110,"\u0439":110,"\u043a":110,"\u043c":110,"\u043d":110,"\u043f":110,"\u0440":110,"\u0491":110,"\u0446":110,"\u0448":110,"\u0449":110,"\u044c":110,"\u044e":110,"\u0456":110,"\u045a":110,"\u045f":110,"\u045c":110,"\u0453":110,"\u0457":110,"\u0434":150,"\u043b":150,"\u0459":150,"\u0435":150,"\u043e":150,"\u0441":150,"\u0444":150,"\u0451":150,"\u0454":150,"\u0437":130,"\u04d9":130,"\u044d":130,"\u0443":110,"\u045e":110,"\ue1b1":140,"\ue1bb":140,"\ue1c2":140,"\ue1be":110,"\ue1d4":110,"\ue1ca":110,"\ue1b5":110,"\ue1ac":170,"\ue1c5":170,"\ue1c8":170,"\u0442":80,"\u044a":80,"\u0417":50,"\u042d":50,"\ue1aa":90,"\ue1b3":90,"\ue1d1":90,"\ue1c9":90}},{"d":"594,-685r0,439v0,153,-84,254,-262,254v-183,0,-260,-96,-260,-254r0,-439r84,0r0,440v0,125,64,188,177,188v113,0,178,-62,178,-188r-1,-440r84,0xm532,-877r-141,146r-40,-29r117,-166xm408,-877r-140,146r-41,-29r117,-166","w":665},{"d":"282,9v-115,0,-169,-93,-160,-220r-59,38r-24,-36r82,-58r0,-226v0,-158,68,-217,154,-217v60,0,119,32,119,117v0,110,-76,218,-209,343r0,66v0,105,49,133,107,133v39,0,82,-30,122,-101r44,30v-45,85,-99,131,-176,131xm185,-497r3,172v88,-102,145,-185,145,-265v0,-27,-14,-68,-62,-68v-37,0,-88,44,-86,161","w":504},{"d":"446,-77r16,57v-42,16,-111,25,-164,25v-180,0,-243,-104,-243,-256v0,-110,49,-267,248,-267v63,0,111,10,146,22r-14,60v-162,-45,-282,-10,-295,143r200,-4r0,60r-202,-2v2,109,42,181,172,181v30,0,90,-6,136,-19","w":487},{"d":"515,-139r5,0r0,-545r82,0r0,684r-83,0r-354,-557v-1,0,-2,1,-4,1r0,556r-81,0r0,-684r85,0xm313,137v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":682},{"d":"402,-266r-75,0v-17,-55,-25,-77,-37,-120r-172,0r-39,120r-71,0r156,-451r83,0xm228,-575v-10,-23,-13,-53,-26,-73r-66,207r137,0","w":410},{"d":"206,-351v-79,0,-104,73,-108,118v89,-44,236,-30,236,103v0,83,-62,133,-151,133v-121,0,-154,-84,-154,-186v0,-130,56,-222,176,-222v47,0,85,13,102,21r-18,49v-36,-13,-64,-16,-83,-16xm189,-203v-47,0,-83,20,-92,26v-1,52,6,127,87,127v56,0,83,-32,83,-78v0,-44,-19,-75,-78,-75","w":364},{"d":"500,132r-500,0r0,-47r500,0r0,47","w":500},{"d":"144,-393r-3,1r0,392r-76,0r0,-509r83,0r273,392r0,-392r78,0r0,537v0,89,-28,141,-136,141v-23,0,-55,-3,-80,-9r9,-55v62,8,133,21,131,-61r0,-43","w":564},{"d":"174,0r-84,0r0,-685r84,0r0,685xm-111,-584r12,6r18,48v-73,10,-57,49,-21,81r-18,18v-48,-26,-74,-57,-74,-82v0,-37,25,-61,83,-71xm-49,-595v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75","w":264},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm233,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm152,-767r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm390,-740r-106,177r-36,-19r76,-191","w":514},{"d":"459,-684r0,61r-317,0r0,221r162,0v154,0,222,85,222,194v0,135,-88,208,-207,208r-261,0r0,-684r401,0xm441,-205v0,-160,-151,-136,-299,-136r0,280r166,0v74,0,133,-52,133,-144","w":566,"k":{"\u045e":10,"\ue1c2":10,"\ue1bb":10,"\ue1b1":10,"\u044a":20,"\u0443":10,"\u0442":20,"\ue1ce":40}},{"d":"526,-184r-97,0r0,184r-78,0v0,-61,1,-123,1,-184r-320,0r0,-58r312,-422r85,0r0,420r97,0r0,60xm353,-568r-6,0r-238,324r244,0r0,-324","w":558},{"d":"151,-50v80,0,103,-78,109,-119v-86,44,-236,32,-236,-103v0,-81,61,-133,150,-133v122,0,154,85,154,187v0,129,-56,222,-176,222v-46,0,-90,-13,-109,-21r16,-49v38,13,73,16,92,16xm168,-197v47,-1,79,-20,93,-27v-1,-44,-10,-125,-88,-125v-56,0,-83,29,-83,75v0,46,19,77,78,77","w":364},{"d":"329,-617v130,-2,207,103,334,103v110,0,177,-43,215,-72r26,-107r66,11r-43,190r102,-54r21,39r-136,71r-72,315r125,64r-21,39r-114,-58r-17,76r-565,0r-18,-80r-115,60r-21,-39r126,-66r-65,-300r-150,-77r21,-39r116,60r-44,-204r66,-11r26,125v31,-25,77,-46,137,-46xm662,-448v-127,0,-215,-104,-333,-104v-64,0,-106,39,-120,56r12,55r305,157r320,-166r11,-50v-55,33,-106,52,-195,52xm304,-65r457,0r9,-43r-243,-126r-233,122xm575,-259r205,106r53,-241xm479,-259r-246,-126r51,228","w":1066},{"d":"467,-561v0,25,-1,49,-1,73r145,0r0,60r-145,0r0,428r-80,0r0,-428r-211,0v0,142,-1,286,-1,428r-79,0r0,-428r-68,0r0,-44v23,-7,46,-12,69,-18v-13,-147,47,-225,196,-226v45,0,87,5,137,19v62,-57,189,-44,295,-31r45,-9r0,737r-81,0r0,-662v-107,-16,-221,-29,-221,101xm387,-488v-1,-53,-1,-113,10,-150v-35,-9,-67,-12,-91,-12v-118,-3,-136,54,-131,162r212,0","w":849},{"d":"76,139r-52,0r0,-54v53,6,73,-17,73,-65r0,-191v0,-80,1,-123,60,-155v-91,-33,-60,-175,-60,-286v0,-47,-22,-73,-73,-66r0,-54r59,0v91,0,88,110,88,166v0,94,-17,203,66,219r0,45v-59,11,-66,65,-66,105r0,211v0,42,-5,125,-95,125","w":265},{"d":"416,-381r-62,0r-135,-237r-136,237r-62,0r175,-300r48,0","w":443},{"d":"375,-696v73,0,134,13,175,28r-17,63v-57,-18,-108,-23,-151,-23v-161,0,-234,112,-234,293v0,152,43,273,212,273v35,0,90,-5,121,-15r0,-275r79,0r0,328v-67,22,-140,32,-207,32v-215,0,-293,-142,-293,-347v0,-146,59,-357,315,-357xm347,-730v-70,0,-121,-55,-162,-112r47,-33v36,49,80,83,119,83v24,0,68,-5,142,-77r27,25v-58,84,-120,114,-173,114","w":629},{"d":"523,-329v0,161,-57,336,-241,336v-208,0,-248,-168,-248,-334v0,-150,42,-347,249,-347v211,0,240,205,240,345xm441,-327v0,-104,-9,-282,-158,-282v-150,0,-167,169,-167,284v0,149,27,268,167,268v129,0,158,-141,158,-270","w":558},{"d":"565,0r-86,0r-1,-620r-222,0r-3,70v-21,375,-15,535,-227,574r-16,-61v151,-51,150,-139,167,-483r8,-165r380,0r0,685","w":645,"k":{"\u042a":40}},{"d":"705,-342r-2,-5r-170,0r0,-52r263,0r10,38v-29,25,-56,52,-124,115v73,5,134,41,134,116v1,140,-189,160,-301,109r17,-49v59,18,95,18,119,18v57,0,97,-28,97,-78v0,-62,-83,-74,-152,-64r-13,-36xm310,-558v0,89,-111,181,-183,240v67,0,134,1,200,1r0,52r-297,0r0,-45v88,-67,211,-182,211,-244v0,-43,-32,-60,-80,-60v-20,0,-55,3,-109,33r-26,-43v55,-38,108,-46,143,-46v83,0,141,37,141,112xm610,-701r-292,723r-56,0r294,-723r54,0","w":820},{"d":"492,-510r1,325v0,114,-70,190,-217,190v-153,0,-216,-71,-216,-190r0,-325r79,0r0,325v0,88,50,133,137,133v88,0,138,-45,138,-133r0,-325r78,0xm345,-700r-141,146r-36,-28r117,-167xm472,-700r-141,146r-36,-28r117,-167","w":553,"k":{"\ue0fe":20,"\ue11c":20,"\ue11d":20,"\ue11e":20,"\ue11f":20,"\ue120":20,"\ue121":20,"\ue122":20,"\ue13a":20,"\ue13b":20,"\ue13c":20,"\ue175":20}},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm-65,-583r12,6r18,48v-73,10,-57,49,-21,81r-18,18v-48,-26,-74,-57,-74,-82v0,-37,25,-61,83,-71xm-3,-594v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm723,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51","w":906},{"d":"132,-246v0,108,33,188,141,188v51,0,92,-11,141,-31r22,54v-42,23,-105,41,-170,41v-163,0,-218,-105,-218,-244v0,-104,39,-261,223,-261v44,0,90,4,141,25r-19,59v-151,-53,-262,4,-261,169xm309,-620v0,30,-23,54,-51,54v-28,0,-49,-24,-49,-54v0,-30,21,-55,49,-55v28,0,51,25,51,55","w":456},{"d":"293,-770r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210","w":544},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm-73,-692r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121xm310,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130","w":695},{"d":"235,-712r13,-6v110,24,107,110,9,155r-18,-18v38,-31,50,-72,-21,-82xm348,-727v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75","w":544},{"d":"264,-439v-94,0,-125,76,-131,159r249,0v0,-94,-28,-159,-118,-159xm262,-499v195,0,197,173,197,233r0,39r-327,0v-1,91,30,171,139,171v57,0,101,-12,156,-35r20,52v-58,31,-117,45,-182,45v-174,0,-217,-113,-217,-249v0,-87,30,-256,214,-256xm275,-535r-145,-139r60,-57r123,162","w":505,"k":{"\u2019":20,"\u201d":20}},{"d":"132,-246v0,108,33,188,141,188v51,0,92,-11,141,-31r22,54v-42,23,-105,41,-170,41v-163,0,-218,-105,-218,-244v0,-104,39,-261,223,-261v44,0,90,4,141,25r-19,59v-151,-53,-262,4,-261,169xm419,-715r24,29r-152,141r-54,0r-151,-143r23,-28r155,97","w":456},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm-159,-683r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm79,-656r-106,177r-36,-19r76,-191xm723,-64r0,-424r80,0r0,426r73,0r0,49v-60,25,-153,42,-153,-51","w":906},{"d":"242,-458v-63,0,-109,23,-109,80v0,50,63,63,123,82v86,27,170,64,170,153v0,91,-75,141,-180,148r-44,58v65,3,109,28,109,79v0,56,-56,102,-179,102r0,-36v71,-7,118,-25,118,-59v0,-36,-53,-41,-101,-41r-13,-19r64,-84v-54,-2,-113,-13,-165,-39r25,-58v79,33,119,35,153,35v84,0,134,-19,134,-85v0,-44,-44,-68,-111,-88v-94,-28,-183,-51,-183,-140v0,-150,214,-183,347,-114r-24,56v-52,-24,-105,-30,-134,-30","w":461},{"d":"523,-329v0,161,-57,336,-241,336v-208,0,-248,-168,-248,-334v0,-150,42,-347,249,-347v211,0,240,205,240,345xm441,-327v0,-104,-9,-282,-158,-282v-150,0,-167,169,-167,284v0,149,27,268,167,268v129,0,158,-141,158,-270","w":558},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-685r108,0xm403,-244r-113,-371r-3,0r-113,371r229,0xm240,-771v0,26,-20,44,-46,44v-27,0,-46,-18,-46,-44v0,-24,21,-44,44,-44v28,0,48,18,48,44xm427,-771v0,26,-21,44,-49,44v-24,0,-42,-18,-42,-44v0,-24,19,-44,42,-44v28,0,49,18,49,44","w":579,"k":{"'":70}},{"d":"220,0r0,-296r-210,-389r89,0r164,319r4,0r171,-319r87,0r-216,385r0,300r-89,0xm-68,-692r12,7r20,60v-84,19,-55,74,-21,121r-18,22v-92,-63,-110,-177,7,-210","w":536,"k":{"\u1fd7":60,"\u1fd6":60,"\u1fd3":60,"\u1fd2":60,"\u1fd1":60,"\u1fd0":60,"\u1f76":60,"\u1f37":60,"\u1f36":60,"\u1f35":60,"\u1f34":60,"\u1f33":60,"\u1f32":60,"\ue199":40,"\ue198":50,"\ue194":30,"\u03ca":60,"\u0390":60,"\u03c4":50,"\u03c8":80,"\u03c7":50,"\u03bb":50,"\u03c0":50,"\u03a6":50,"\u03bd":60,"\u03c1":60,"\u03b8":30,"\u03b6":40,"\u03b4":60,"\u03b3":60,"\u03b2":30,",":50,".":50,"\u2026":50,"-":90,"\u2013":90,"\u2014":90,"\u00ad":90,"\ue183":70,"\ue186":70,"\ue18d":70,"\ue19b":70,"\u0391":50,"\u039b":50,"\u2206":50,"\u1fb8":50,"\u1fb9":50,"\u1fbc":50,"\ue264":50,"\ue18a":60,"\ue191":60,"\ue19f":60,"\ue19a":50,"\ue1a1":50,"\u0398":30,"\u039f":30,"\u03b1":50,"\u03c9":50,"\u03bf":50,"\u03c6":50,"\u03c3":50,"\u03ce":50,"\u1f00":50,"\u1f01":50,"\u1f02":50,"\u1f03":50,"\u1f04":50,"\u1f05":50,"\u1f06":50,"\u1f07":50,"\u1f40":50,"\u1f41":50,"\u1f42":50,"\u1f43":50,"\u1f44":50,"\u1f45":50,"\u1f60":50,"\u1f61":50,"\u1f62":50,"\u1f63":50,"\u1f64":50,"\u1f65":50,"\u1f66":50,"\u1f67":50,"\u1f70":50,"\u1f71":50,"\u1f78":50,"\u1f79":50,"\u1f7c":50,"\u1f7d":50,"\u1f80":50,"\u1f81":50,"\u1f82":50,"\u1f83":50,"\u1f84":50,"\u1f85":50,"\u1f86":50,"\u1f87":50,"\u1fa0":50,"\u1fa1":50,"\u1fa2":50,"\u1fa3":50,"\u1fa4":50,"\u1fa5":50,"\u1fa6":50,"\u1fa7":50,"\u1fb0":50,"\u1fb1":50,"\u1fb2":50,"\u1fb3":50,"\u1fb4":50,"\u1fb6":50,"\u1fb7":50,"\u1ff2":50,"\u1ff3":50,"\u1ff4":50,"\u1ff6":50,"\u1ff7":50,"\u03ac":50,"\u03cc":50,"\u03b5":60,"\u03ad":60,"\u1f10":60,"\u1f11":60,"\u1f12":60,"\u1f13":60,"\u1f14":60,"\u1f15":60,"\u1f72":60,"\u1f73":60,"\u03b7":50,"\u03ba":50,"\u03ae":50,"\u1f20":50,"\u1f21":50,"\u1f22":50,"\u1f23":50,"\u1f24":50,"\u1f25":50,"\u1f26":50,"\u1f27":50,"\u1f74":50,"\u1f75":50,"\u1f90":50,"\u1f91":50,"\u1f92":50,"\u1f93":50,"\u1f94":50,"\u1f95":50,"\u1f96":50,"\u1f97":50,"\u1fc2":50,"\u1fc3":50,"\u1fc4":50,"\u1fc6":50,"\u1fc7":50,"\u03bc":50,"\u03b9":60,"\u03af":60,"\u1f30":60,"\u1f31":60,"\u1f77":60,"\ue184":40,"\ue185":40,"\ue187":40,"\ue18c":40,"\ue193":40}},{"d":"256,-486v0,-77,-103,-93,-166,-54r-39,-28r18,-186r237,0r0,52r-184,0r-9,100v93,-28,211,2,211,117v0,145,-184,158,-300,109r17,-49v51,17,90,20,114,20v65,0,101,-34,101,-81","w":364},{"d":"330,-488r0,-106r60,0r0,168r-252,0r0,426r-80,0r0,-488r272,0","w":408,"k":{"\u044f":30,"\u043e":30,"\u0430":30,"\u0434":40,"\u043b":40,"\u0459":40,"\u0435":30,"\u0441":30,"\u0444":30,"\u0451":30,"\u0454":30}},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm226,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm397,-734r-132,195r-40,-19r92,-214","w":544,"k":{"\u03b3":20}},{"d":"268,-709r0,208v-35,0,-46,48,-46,163v0,33,9,143,46,149r0,201v-34,0,-163,-61,-163,-360v0,-301,128,-358,163,-361xm361,-9v1,31,-51,19,-80,21r0,-201v30,4,80,-14,80,20r0,160xm361,-526v3,38,-48,21,-80,25r0,-208v30,3,80,-11,80,20r0,163","w":432},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm230,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm377,-734r-132,195r-40,-19r92,-214","w":514},{"d":"92,-509r147,425r3,0r143,-425r80,0r-181,509r-92,0r-182,-509r82,0","w":475,"k":{"\ue100":10,"\ue104":10,"\ue10c":10,"\ue10e":10,"\ue119":10,"\ue123":10,"\ue12e":10,"\ue12f":10,"\ue130":10,"\ue131":10,"\ue132":10,"\ue133":10,"\ue13d":10,"\ue13e":10,"\ue13f":10,"\ue140":10,"\ue148":10,"\ue149":10,"\ue14a":10,"\ue14b":10,"\ue15f":10,"\ue160":10,"\ue161":10,"\ue176":10,"\ue0fe":20,"\ue11c":20,"\ue11d":20,"\ue11e":20,"\ue11f":20,"\ue120":20,"\ue121":20,"\ue122":20,"\ue13a":20,"\ue13b":20,"\ue13c":20,"\ue175":20}},{"d":"537,-64v34,6,81,0,119,2r0,62r-246,0r0,-66v110,-28,139,-146,139,-286v0,-138,-35,-278,-197,-278v-152,0,-205,122,-205,276v0,151,29,263,134,287r0,67r-243,0r0,-62v36,-2,79,4,111,-2v-78,-55,-89,-172,-89,-291v0,-182,81,-341,291,-341v217,0,287,162,287,340v0,119,-26,234,-101,292xm-189,-683r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm13,-483r-106,-177r66,-33r76,191","w":695},{"d":"221,-277r6,0r129,-231r82,0r-174,288r0,220r-84,0r0,-217r-175,-291r84,0","w":443,"k":{"\ue100":40,"\ue104":40,"\ue10c":40,"\ue10e":40,"\ue119":40,"\ue123":40,"\ue12e":40,"\ue12f":40,"\ue130":40,"\ue131":40,"\ue132":40,"\ue133":40,"\ue13d":40,"\ue13e":40,"\ue13f":40,"\ue140":40,"\ue148":40,"\ue149":40,"\ue14a":40,"\ue14b":40,"\ue15f":40,"\ue160":40,"\ue161":40,"\ue176":40,"\ue0fe":60,"\ue11c":60,"\ue11d":60,"\ue11e":60,"\ue11f":60,"\ue120":60,"\ue121":60,"\ue122":60,"\ue13a":60,"\ue13b":60,"\ue13c":60,"\ue175":60}},{"d":"474,0r-81,0r0,-292v0,-68,-7,-110,-85,-110v-46,0,-107,24,-149,48r0,354r-82,0r0,-528r-72,0r0,-47r72,0r0,-136r81,0r0,136r182,0r0,47r-182,0r0,116v61,-33,130,-57,176,-57v133,0,140,84,140,157r0,312","w":533},{"d":"506,-685r81,2r0,683r-83,0r0,-554r-2,0r-338,554r-84,0r0,-683r84,0r-1,550r3,0xm326,-746v-70,0,-121,-56,-162,-112r47,-34v36,50,80,83,118,83v25,0,69,-4,143,-76r27,25v-58,84,-120,114,-173,114","w":667,"k":{"\u042a":40}},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm243,-551v-70,0,-121,-56,-162,-112r47,-34v36,50,80,83,118,83v25,0,69,-4,143,-76r27,25v-58,84,-120,114,-173,114","w":544,"k":{"\u03b3":20}},{"d":"179,-619v-54,0,-68,35,-68,54v0,32,53,50,91,65v38,-23,51,-45,51,-65v0,-25,-19,-54,-74,-54xm176,-312v62,0,85,-39,85,-69v0,-36,-44,-60,-114,-83v-42,26,-55,61,-55,87v0,34,26,65,84,65xm313,-572v0,32,-9,65,-52,96v35,21,63,55,63,101v0,66,-58,115,-148,115v-167,0,-193,-151,-80,-227v-98,-55,-38,-185,85,-185v62,0,132,28,132,100","w":364},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm1021,-694r0,657r387,0r0,-117r-242,0r0,-540r-145,0xm752,-298r-115,0r52,-255r7,0xm611,-186r166,0r36,149r150,0r-186,-656r-169,0r-182,656r151,0"},{"d":"741,-673r15,17v-141,106,-354,470,-436,644v-48,10,-84,22,-101,32v-27,-116,-105,-354,-155,-376v30,-27,75,-37,101,-37v35,0,103,139,117,259v100,-173,297,-433,459,-539","w":764},{"d":"525,-174v-28,0,-48,-25,-48,-49v0,-30,26,-52,48,-52v29,0,51,26,51,52v0,29,-25,49,-51,49xm253,-488v0,27,19,50,49,50v29,0,51,-23,51,-50v0,-24,-20,-49,-52,-49v-23,0,-48,20,-48,49xm50,-356v0,-218,183,-362,363,-362v220,0,365,169,365,366v0,219,-169,361,-363,361v-217,0,-365,-175,-365,-365xm244,-653v10,8,32,-5,47,-2v110,0,181,92,181,158v0,67,-28,118,-87,186v-91,106,-18,260,137,260v115,0,234,-135,234,-302v0,-176,-136,-346,-343,-346v-59,0,-117,15,-169,46","w":828},{"d":"533,-253v0,148,-78,259,-234,259v-177,0,-244,-101,-244,-257v0,-141,63,-267,244,-267v181,0,234,127,234,265xm450,-251v0,-96,-24,-208,-151,-208v-129,0,-161,103,-161,210v0,128,48,197,161,197v103,0,151,-90,151,-199xm370,-592v-60,0,-108,-39,-145,-39r-57,39r-28,-22v16,-45,48,-75,87,-75v47,0,108,39,144,39r57,-40r28,22v-15,45,-47,76,-86,76","w":588,"k":{"\ue115":30,"\ue113":30,"\ue114":30,"\ue171":30,"\ue17a":30,"\ue17b":30,"\ue17c":30,"\ue116":30,"\ue11b":30,"\ue138":30,"\ue172":30,"\ue17d":30,"\ue111":20,"\ue168":20,"\ue169":20,"\ue16a":20,"\ue0fe":40,"\ue11c":40,"\ue11d":40,"\ue11e":40,"\ue11f":40,"\ue120":40,"\ue121":40,"\ue122":40,"\ue13a":40,"\ue13b":40,"\ue13c":40,"\ue175":40}},{"d":"294,209r1,-202v-194,-7,-255,-114,-255,-248v0,-143,78,-250,255,-255r-1,-213r78,0r0,213v177,2,256,101,256,245v0,140,-68,247,-256,258r0,202r-78,0xm372,-434r0,381v131,-5,177,-84,177,-193v0,-105,-37,-186,-177,-188xm295,-434v-139,6,-176,86,-176,191v0,110,45,188,176,190r0,-381","w":668,"k":{"\u0434":10,"\u043b":10,"\u0459":10,"\u0443":10,"\u045e":10}},{"d":"594,-685r0,439v0,153,-84,254,-262,254v-183,0,-260,-96,-260,-254r0,-439r84,0r0,440v0,125,64,188,177,188v113,0,178,-62,178,-188r-1,-440r84,0xm353,-729r-144,-139r60,-55r123,161","w":665},{"d":"421,-488r0,185r141,0v118,0,179,62,179,151v0,94,-69,152,-160,152r-239,0r0,-244r-203,0r0,244r-80,0r-1,-488r81,0r0,184r203,0r-1,-184r80,0xm662,-151v1,-115,-132,-90,-241,-92r0,181r146,0v57,0,95,-31,95,-89","w":771,"k":{"\u0442":30,"\u044a":30}},{"d":"146,-423r6,4v49,-42,121,-81,171,-81v15,0,25,5,25,25v0,17,-13,55,-28,74v-56,6,-113,15,-169,21r0,380r-82,0r0,-488r80,0xm318,-715r24,29r-152,141r-54,0r-151,-143r23,-28r155,97","w":351,"k":{"r":40}},{"d":"480,-243v0,125,-51,251,-222,251v-160,0,-210,-117,-210,-249v0,-130,60,-257,220,-257v163,0,212,127,212,255xm395,-241v0,-87,-19,-194,-127,-194v-108,0,-135,102,-135,194v0,97,20,186,135,186v106,0,127,-98,127,-186xm326,-680r-141,146r-36,-28r117,-167xm453,-680r-141,146r-36,-28r117,-167","w":528,"k":{"v":10,"w":10,"y":10,"\u0175":10,"\u1e81":10,"\u1e83":10,"\u1e85":10,"\u1ef3":10}},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm645,-24v82,0,148,-16,203,-54r-39,-100v-166,74,-245,32,-245,-201v0,-128,36,-208,121,-208v38,0,81,9,118,24r37,-98v-43,-25,-96,-45,-174,-45v-183,0,-258,160,-258,336v0,197,56,345,237,346xm1258,-312r-5,0r-186,-380r-165,0r0,655r137,0r0,-407r7,0r200,407r152,0r0,-655r-140,0r0,380"},{"d":"446,-77r16,57v-42,16,-111,25,-165,25r-44,58v65,3,109,28,109,79v0,56,-56,102,-179,102r0,-36v71,-7,118,-25,118,-59v0,-36,-53,-41,-101,-41r-13,-19r66,-87v-146,-16,-198,-114,-198,-253v0,-110,49,-267,248,-267v63,0,111,10,146,22r-14,60v-56,-15,-102,-17,-130,-17v-116,0,-167,76,-167,202v0,116,38,193,172,193v30,0,90,-6,136,-19","w":487,"k":{"\ue105":20,"\ue106":20,"\ue10a":20,"\ue10b":20,"\ue128":20,"\ue129":20,"\ue12a":20,"\ue12b":20,"\ue14c":20,"\ue14d":20,"\ue14e":20,"\ue14f":20,"\ue150":20,"\ue151":20,"\ue152":20,"\ue15b":20,"\ue15c":20,"\ue15d":20,"\ue15e":20}},{"d":"254,10v-117,0,-206,-77,-206,-225v0,-213,228,-299,364,-153v-7,-218,-91,-318,-269,-294r-2,-53v244,-44,344,144,344,368v0,239,-94,357,-231,357xm257,-53v112,0,157,-125,157,-239v-50,-67,-100,-90,-158,-90v-95,0,-136,85,-136,165v0,119,64,164,137,164","w":538},{"d":"406,-715r24,29r-152,141r-54,0r-151,-143r23,-28r155,97","w":503},{"d":"323,0r-83,0r0,-618r-220,0r0,-67r523,0r0,67r-219,0xm262,137v-54,-12,-41,-97,18,-97v33,0,56,26,55,60v-2,50,-32,95,-83,121r-20,-25v20,-18,30,-39,30,-59","w":563,"k":{"\u015d":80,"\u0149":40,"\u012f":40,"\u012d":40,"\u012b":40,"\u0129":40,"\u00ef":40,"\u00ee":40,"\u00ec":40,"\u0161":80,"v":60,"w":60,"y":60,"\u0175":60,"\u1e81":60,"\u1e83":60,"\u1e85":60,"\u1ef3":60,"\u2019":-50,"\u201d":-50,"\ue113":40,"\ue114":40,"\ue171":40,"\ue17a":40,"\ue17b":40,"\ue17c":40,"\ue116":40,"\ue11b":40,"\ue138":40,"\ue172":40,"\ue17d":40,"A":50,"\u00c6":50,"\u00c0":50,"\u00c1":50,"\u00c2":50,"\u00c3":50,"\u00c4":50,"\u00c5":50,"\u0100":50,"\u0102":50,"\u0104":50,"\u01fc":50,"\ue100":60,"\ue104":60,"\ue10c":60,"\ue10e":60,"\ue119":60,"\ue123":60,"\ue12e":60,"\ue12f":60,"\ue130":60,"\ue131":60,"\ue132":60,"\ue133":60,"\ue13d":60,"\ue13e":60,"\ue13f":60,"\ue140":60,"\ue148":60,"\ue149":60,"\ue14a":60,"\ue14b":60,"\ue15f":60,"\ue160":60,"\ue161":60,"\ue176":60,"C":10,"G":10,"O":10,"Q":10,"\u0152":10,"\u00c7":10,"\u00d2":10,"\u00d3":10,"\u00d4":10,"\u00d5":10,"\u00d6":10,"\u00d8":10,"\u0106":10,"\u0108":10,"\u010a":10,"\u010c":10,"\u011c":10,"\u011e":10,"\u0120":10,"\u0122":10,"\u014c":10,"\u014e":10,"\u0150":10,"\u01a0":10,"\u01fe":10,"a":50,"\u00e6":50,"\u00e0":50,"\u00e1":50,"\u00e2":50,"\u00e3":50,"\u00e4":50,"\u00e5":50,"\u0101":50,"\u0103":50,"\u0105":50,"\u01fd":50,"c":60,"d":60,"e":60,"g":60,"o":60,"q":60,"\u00e7":60,"\u00e8":60,"\u00e9":60,"\u00ea":60,"\u00eb":60,"\u00f2":60,"\u00f3":60,"\u00f4":60,"\u00f5":60,"\u00f6":60,"\u00f8":60,"\u0107":60,"\u0109":60,"\u010b":60,"\u010d":60,"\u010f":60,"\u0111":60,"\u0113":60,"\u0115":60,"\u0117":60,"\u0119":60,"\u011b":60,"\u011d":60,"\u011f":60,"\u0121":60,"\u0123":60,"\u014d":60,"\u014f":60,"\u0151":60,"\u01a1":60,"\u01ff":60,"\u00f0":60,"i":40,"m":40,"n":40,"p":40,"r":40,"\u00ed":40,"\u0133":40,"\u0144":40,"\u0146":40,"\u0148":40,"\u014b":40,"\u0155":40,"\u0157":40,"\u0159":40,"s":80,"\u015b":80,"\u015f":80,"\u0219":80,"u":20,"\u00f9":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u0169":20,"\u016b":20,"\u016d":20,"\u016f":20,"\u0171":20,"\u0173":20,"\u01b0":20,",":50,".":50,"\u2026":50,":":20,";":20,"\ue0fe":60,"\ue11c":60,"\ue11d":60,"\ue11e":60,"\ue11f":60,"\ue120":60,"\ue121":60,"\ue122":60,"\ue13a":60,"\ue13b":60,"\ue13c":60,"\ue175":60,"\ue110":70,"\ue118":70,"\ue165":70,"\ue166":70,"\ue167":70,"\ue179":70,"\ue117":60,"\ue11a":60,"\ue173":60,"\ue174":60,"-":50,"\u2013":50,"\u2014":50,"\u00ad":50,"\ue0ff":60,"\ue101":60,"\ue102":60,"\ue103":60,"\ue108":60,"\ue109":60,"\ue10d":60,"\ue10f":60,"\ue124":60,"\ue125":60,"\ue126":60,"\ue127":60,"\ue12c":60,"\ue139":60,"\ue141":60,"\ue142":60,"\ue143":60,"\ue144":60,"\ue145":60,"\ue146":60,"\ue147":60,"\ue153":60,"\ue156":60,"\ue157":60,"\ue158":60,"\ue159":60,"\ue15a":60,"\ue162":60,"\ue163":60,"\ue164":60,"\ue112":50,"\ue16b":50,"\ue16c":50,"\ue16d":50,"\ue16e":50,"\ue16f":50,"\ue170":50}},{"d":"138,0v0,-218,-28,-365,-28,-586v0,-129,91,-192,213,-155r-8,52v-23,-3,-31,-4,-51,-4v-71,0,-88,40,-88,108v0,221,30,344,30,586v0,129,-94,193,-214,154r9,-52v23,3,31,4,51,4v73,0,86,-41,86,-107","w":323},{"d":"515,-139r5,0r0,-545r82,0r0,684r-83,0r-354,-557v-1,0,-2,1,-4,1r0,556r-81,0r0,-684r85,0xm483,-854r-145,139r-38,-31r123,-161","w":682},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm981,-695r0,657r387,0r0,-117r-241,0r0,-167r213,0r0,-116r-213,0r0,-139r241,0r0,-118r-387,0xm882,-370v0,-292,-146,-324,-284,-324r-179,0r0,657r180,0v215,0,283,-108,283,-333xm732,-375v0,138,-16,225,-117,225r-52,0r0,-431v122,-4,169,10,169,206"},{"d":"152,-66r2,5r328,0r0,61r-441,0r0,-55v108,-104,332,-288,332,-428v0,-85,-56,-123,-137,-123v-33,0,-93,5,-170,52r-28,-48v81,-59,161,-72,212,-72v120,0,206,59,206,183v0,161,-200,325,-304,425","w":558},{"d":"331,-336r75,0v8,115,-34,278,87,278v83,0,117,-69,117,-181v0,-84,-21,-166,-100,-203r18,-54v120,29,163,141,163,256v0,130,-54,247,-193,247v-63,0,-112,-30,-130,-77r-3,0v-25,48,-75,77,-135,77v-155,0,-191,-117,-191,-247v0,-112,42,-227,163,-256r17,54v-78,37,-99,119,-99,203v0,88,17,181,116,181v134,0,87,-157,95,-278xm334,-763r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121","w":730},{"d":"221,-277r6,0r129,-231r82,0r-174,288r0,220r-84,0r0,-217r-175,-291r84,0xm371,-693r-145,139r-36,-31r123,-162","w":443,"k":{"\ue100":40,"\ue104":40,"\ue10c":40,"\ue10e":40,"\ue119":40,"\ue123":40,"\ue12e":40,"\ue12f":40,"\ue130":40,"\ue131":40,"\ue132":40,"\ue133":40,"\ue13d":40,"\ue13e":40,"\ue13f":40,"\ue140":40,"\ue148":40,"\ue149":40,"\ue14a":40,"\ue14b":40,"\ue15f":40,"\ue160":40,"\ue161":40,"\ue176":40,"\ue0fe":60,"\ue11c":60,"\ue11d":60,"\ue11e":60,"\ue11f":60,"\ue120":60,"\ue121":60,"\ue122":60,"\ue13a":60,"\ue13b":60,"\ue13c":60,"\ue175":60}},{"d":"7,-488r360,0r0,59r-165,0r0,289v0,48,14,80,70,80v24,0,55,-5,92,-16r13,54v-36,17,-83,27,-123,27v-88,0,-132,-40,-132,-120r0,-314r-115,0r0,-59","w":396},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm223,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm207,-763r12,-7v116,33,98,147,8,210r-19,-22v34,-46,62,-102,-20,-121","w":514},{"d":"374,-50r-4,-1v-72,58,-133,59,-163,59v-123,0,-169,-103,-169,-249v0,-121,54,-254,200,-254v60,0,107,27,138,55r19,-48r56,0r0,427r59,0r4,49v-52,28,-136,23,-140,-38xm370,-117v0,-87,1,-172,1,-258v-24,-23,-78,-56,-118,-56v-99,0,-131,94,-131,187v0,152,51,186,114,186v37,0,87,-18,134,-59xm233,67r67,0r0,135r75,0r0,42v-59,22,-142,42,-142,-47r0,-130xm200,-767r12,-7v116,33,100,146,8,210r-19,-22v33,-46,63,-101,-21,-120xm438,-740r-106,177r-36,-19r76,-191","w":544,"k":{"\u03b3":20}},{"d":"95,-528v0,128,45,207,73,252v-10,6,-23,14,-33,21v-32,-35,-103,-129,-103,-272v0,-129,68,-220,103,-257r33,20v-19,25,-73,110,-73,236","w":187},{"d":"72,210r15,-525r54,0r12,525r-81,0xm165,-443v0,28,-22,51,-53,51v-30,0,-53,-23,-53,-51v0,-29,23,-53,54,-53v28,0,52,24,52,53","w":225},{"d":"254,-409v-51,7,-103,15,-154,23v-3,-17,-6,-33,-10,-50r181,-55r65,0r0,432r132,0r0,59r-356,0r0,-59r142,0r0,-350","w":558,"k":{"\ue374":50,"\ue071":70,"\ue370":70,"\ue36c":60,"\ue36b":70,"\ue363":50,"\ue360":60,"\ue326":80,"\ue31e":60,"\ue07e":60,"\ue07d":80,"\ue070":70,"\u00ba":70,"\u00aa":50}},{"d":"638,-340v0,198,-96,348,-284,348v-212,0,-294,-135,-294,-345v0,-190,77,-358,294,-358v220,0,284,169,284,355xm549,-337v0,-135,-30,-294,-195,-294v-166,0,-206,146,-206,295v0,182,60,279,206,279v134,0,195,-125,195,-280","w":698,"k":{"\ue199":10,"\ue198":10,"\ue197":20,"\u03a7":20,"\u03a5":20,"\u1fe8":20,"\u1fe9":20,"\u03ab":20,"\u0391":20,"\u039b":20,"\u2206":20,"\u1fb8":20,"\u1fb9":20,"\u1fbc":20,"\ue264":20}},{"d":"312,-260r-258,0r0,-68r258,0r0,68","w":366},{"d":"480,-243v0,125,-51,251,-222,251v-160,0,-210,-117,-210,-249v0,-130,60,-257,220,-257v163,0,212,127,212,255xm395,-241v0,-87,-19,-194,-127,-194v-108,0,-135,102,-135,194v0,97,20,186,135,186v106,0,127,-98,127,-186xm415,-674r-145,139r-36,-31r123,-162","w":528,"k":{"v":10,"w":10,"y":10,"\u0175":10,"\u1e81":10,"\u1e83":10,"\u1e85":10,"\u1ef3":10}},{"d":"47,-617r0,-68r446,0r0,64r-367,552r385,1r0,68r-489,0r0,-64r366,-553r-341,0xm438,-892r24,29r-152,135r-54,0r-151,-137r23,-27r155,91","w":532},{"d":"437,-510r0,199r137,0v123,0,184,70,184,158v0,101,-74,153,-173,153r-227,0r0,-247r-211,0r0,247r-82,0r0,-510r82,0r0,200r211,0r0,-200r79,0xm679,-153v-1,-117,-131,-93,-242,-95r0,184v108,-3,242,25,242,-89","w":788,"k":{"\ue1ce":50,"\ue1aa":40,"\ue1b3":40,"\ue1d1":40,"\ue1c9":40}},{"d":"417,-488r0,173r152,0v118,0,169,81,169,158v0,95,-70,157,-160,157r-240,0r0,-426r-149,0r-3,56v-12,224,-12,363,-167,392r-19,-57v106,-36,105,-113,115,-340r5,-113r297,0xm555,-255r-138,0r0,193r147,0v57,0,95,-36,95,-94v0,-64,-45,-99,-104,-99","w":768,"k":{"\u0442":30,"\u044a":30}},{"d":"787,-640r13,43r-46,16r12,41r-46,16r12,42r-46,16r12,41r-46,17r13,42r-46,16r12,41r-46,17r12,41r-47,16r13,42r-46,17r12,41r-46,16r13,42r-43,15r-46,-154r-46,17r13,42r-88,30r12,42r-89,31r13,42r-93,33r-11,-42r-39,14r-30,-100r39,-14r-13,-41r88,-31r-11,-42r88,-31r-13,-42r89,-31r-11,-37r-46,16r-13,-41r-46,16r-12,-41r-38,13r-14,-46r680,-242r13,46xm737,-623r-499,179r11,37r46,-17r12,42r46,-17r14,46r-46,17r13,41r-89,31r12,42r-88,31r12,42r-88,31r27,91r84,-30r-12,-41r88,-31r-12,-42r88,-31r-12,-42r92,-32r33,111r43,-15r-13,-41r46,-16r-12,-42r46,-16r-12,-41r46,-17r-12,-41r46,-16r-12,-42r46,-17r-13,-41r46,-16r-11,-42r45,-16","w":870},{"d":"190,-499v177,0,221,124,221,236v0,139,-57,269,-223,269v-64,0,-125,-17,-168,-41r20,-51v50,19,90,31,141,31v102,0,147,-85,147,-181r-204,3r0,-57r203,5v-10,-152,-115,-181,-265,-133r-18,-51v41,-18,93,-30,146,-30","w":459,"k":{"\u0434":10,"\u043b":10,"\u0459":10,"\u0443":10,"\u045e":10}},{"d":"513,0r-20,0v-27,35,-45,79,-45,109v0,70,87,51,131,40r6,32v-63,38,-204,41,-204,-46v0,-33,13,-85,69,-135r-370,0r0,-684r417,0r0,64r-332,0r0,227r280,0r0,62r-280,0r0,266r348,0r0,65","w":564},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm690,-322r0,284r145,0r0,-657r-145,0r0,260r-183,0r0,-260r-145,0r0,657r145,0r0,-284r183,0xm1424,-228r0,-466r-146,0r0,451v0,59,-29,99,-92,99v-61,0,-82,-39,-82,-99r0,-451r-145,0r0,466v0,122,71,203,227,203v156,0,238,-82,238,-203"},{"d":"458,0r-82,0r0,-377r-3,0r-239,377r-76,0r0,-488r80,0r0,371r4,0r237,-371r78,0v0,122,1,366,1,488xm258,-549v-70,0,-121,-56,-162,-112r47,-34v36,50,80,83,118,83v25,0,69,-4,143,-76r27,25v-58,84,-120,114,-173,114","w":516},{"d":"1760,-366v0,305,-395,546,-859,546v-477,0,-851,-241,-851,-546v0,-304,374,-547,851,-547v464,0,859,243,859,547xm1384,-227r0,-466r-147,0r0,451v0,59,-28,99,-92,99v-61,0,-82,-39,-82,-99r0,-451r-145,0r0,466v0,122,72,203,227,203v156,0,239,-82,239,-203xm644,-24v82,0,148,-16,203,-54r-39,-100v-166,74,-245,32,-245,-201v0,-128,36,-208,121,-208v38,0,81,9,118,24r37,-98v-43,-25,-96,-45,-174,-45v-184,0,-258,160,-258,336v0,197,56,345,237,346"},{"d":"199,11v-133,0,-141,-84,-141,-156r0,-343r81,0r0,323v0,68,8,109,84,109v37,0,95,-20,142,-62r0,-370v27,0,54,-1,80,-1r0,489r-79,0v-2,-18,2,-42,-3,-57v-64,57,-130,68,-164,68xm399,-603v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm211,-603v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":504},{"d":"117,-66r3,6r280,0r0,60r-388,0r0,-51r273,-370r-3,-7r-240,0r0,-60r347,0r0,53","w":411},{"d":"151,0r-81,0r0,-510r81,0r0,510xm253,-623v0,25,-21,44,-49,44v-25,0,-43,-19,-43,-44v0,-25,20,-44,43,-44v28,0,49,18,49,44xm65,-623v0,25,-19,44,-46,44v-26,0,-46,-19,-46,-44v0,-25,22,-44,45,-44v28,0,47,18,47,44","w":221},{"d":"901,181v-477,0,-852,-241,-852,-546v0,-304,375,-547,852,-547v464,0,858,243,858,547v0,305,-394,546,-858,546xm901,121v428,0,793,-214,793,-486v0,-271,-365,-486,-793,-486v-440,0,-787,215,-787,486v0,272,347,486,787,486xm1309,-225v0,216,-270,237,-436,160r37,-105v59,23,124,27,146,27v67,0,101,-21,101,-80v0,-57,-29,-69,-97,-92v-120,-40,-192,-72,-192,-204v0,-206,253,-222,405,-146v-5,13,-27,87,-31,100v-61,-24,-133,-24,-145,-24v-39,0,-79,15,-79,66v0,45,27,60,88,80v147,47,203,90,203,218xm584,-37r0,-656r145,0r0,656r-145,0"},{"d":"455,0r-81,0r0,-322v0,-68,-8,-110,-85,-110v-46,0,-107,24,-149,48r0,384r-82,0r0,-488r81,0v2,14,-4,35,3,44v55,-35,123,-55,170,-55v133,0,143,84,143,157r0,342xm312,-725v-63,0,-117,-38,-156,-38r-59,38r-27,-25v22,-42,51,-68,91,-68v50,0,114,38,152,38r59,-39r27,19v-16,44,-47,75,-87,75xm199,-710r13,-6v110,24,107,110,9,155r-18,-18v38,-31,50,-72,-21,-82","w":514},{"d":"568,0r-89,0r-56,-179r-270,0r-56,179r-87,0r226,-
