/*
 * 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}})());

/*!
 vegur.font.js
 * Copyright (C) 2004-2008 dot colon. All rights reserved.
 */

Cufon.registerFont({"w":163,"face":{"font-family":"MurrayHill Bd BT","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"3 5 6 2 4 4 5 5 11 4","ascent":"288","descent":"-72","x-height":"20","cap-height":"13","bbox":"-16 -318 384.299 96.893","underline-thickness":"11.9531","underline-position":"-37.9688","unicode-range":"U+0020-U+015F"},"glyphs":{" ":{"w":81},"!":{"d":"88,-239v-21,56,-39,147,-39,205v0,1,-2,3,-3,3v-9,-4,-8,-20,-8,-38v0,-65,6,-100,17,-170v1,-9,4,-13,14,-13v11,0,19,3,19,13xm25,-1v1,-12,8,-19,20,-19v12,0,23,4,23,15v1,13,-8,17,-21,17v-10,0,-21,-5,-22,-13","w":88},"\"":{"d":"88,-257v12,0,16,12,13,24r-11,80r-5,0r-12,-87v1,-10,4,-18,15,-17xm30,-257v13,0,16,11,14,24r-11,80r-5,0r-12,-87v1,-10,3,-17,14,-17","w":118},"#":{"d":"123,-153r-18,51r52,0r18,-51r-52,0xm139,-256r20,0r-30,85r52,0r30,-85r20,0r-30,85r55,0r-6,18r-55,0r-18,51r60,0r-7,18r-60,0r-30,84r-19,0r29,-84r-51,0r-30,84r-20,0r30,-84r-58,0r6,-18r58,0r18,-51r-63,0r6,-18r64,0","w":276},"$":{"d":"76,-24v26,1,46,-25,28,-44v-4,-2,-17,-14,-25,-11v-1,25,-3,43,-3,55xm74,-197v-34,11,-46,89,-5,103xm22,-143v0,-29,23,-89,53,-68v3,-10,-5,-27,6,-27v21,0,6,20,8,33v27,15,37,26,41,62v4,32,-27,30,-22,5v5,-24,1,-56,-19,-59r-9,108v34,13,51,13,57,41v-2,26,-30,38,-61,39v-2,15,5,35,-1,43v-8,-8,-6,-20,-7,-44v-25,-1,-58,-24,-59,-46v-1,-4,3,-6,5,-6v7,7,9,28,23,30v8,4,18,7,31,8r0,-59v-28,-9,-46,-26,-46,-60"},"%":{"d":"119,-3v34,2,32,-73,8,-81v-28,-1,-47,78,-8,81xm117,-99v18,8,37,21,35,54v-1,27,-11,48,-36,48v-23,1,-34,-16,-34,-39v0,-25,18,-61,35,-63xm46,-119v22,-1,26,-23,25,-50v-8,-6,-15,-15,-12,-28v-22,-12,-33,29,-33,53v0,15,6,25,20,25xm58,9v-3,10,-23,7,-22,-6v6,-76,68,-137,83,-198v-10,16,-19,33,-41,29v-1,32,-7,53,-34,53v-20,0,-33,-13,-33,-36v0,-33,24,-84,51,-52v9,4,13,10,15,23v25,11,43,-21,43,-43v0,-9,16,-7,17,0v-16,68,-85,144,-79,230"},"&":{"d":"195,-52v-5,10,-14,6,-34,9v28,36,-29,56,-72,56v-33,0,-76,-17,-77,-44v5,-28,36,-34,69,-43v-31,-2,-51,-25,-51,-57v0,-39,24,-73,57,-84v40,15,76,38,69,93v0,6,-5,11,-12,10v-14,0,-8,-20,-8,-30v1,-29,-9,-54,-34,-54v-40,0,-79,110,-15,116v15,-2,46,-2,29,14v-35,-6,-76,1,-77,34v-2,49,107,53,112,7v3,-24,-28,-15,-40,-24v13,-18,53,1,79,-7v2,0,5,2,5,4","w":194},"'":{"d":"30,-257v14,-1,16,10,14,24r-11,80r-5,0r-12,-87v1,-10,3,-17,14,-17","w":60},"(":{"d":"92,-259v-58,57,-70,256,-6,319v4,0,7,1,6,5v-11,11,-19,-10,-26,-20v-59,-83,-52,-242,5,-319v9,-5,22,7,21,15","w":78},")":{"d":"-15,53v61,-58,70,-255,5,-318v-3,0,-6,-1,-6,-5v12,-13,19,11,27,20v60,82,52,241,-5,319v-10,5,-22,-7,-21,-16","w":78},"*":{"d":"46,-216v8,-11,20,-36,31,-28v-2,7,-20,21,-22,30v15,-9,47,6,25,9r-28,4v1,10,10,12,14,20v0,4,-1,5,-5,5v-9,-1,-12,-10,-17,-18v-5,6,-10,37,-18,23v1,-9,6,-18,10,-27v-9,4,-37,0,-22,-5r21,-7v-4,-14,-16,-31,1,-35v7,1,7,23,10,29","w":91},"+":{"d":"142,-215r17,0r0,99r96,0r0,17r-96,0r0,99r-17,0r0,-99r-97,0r0,-17r97,0r0,-99","w":299},",":{"d":"37,31v-12,-7,20,-21,11,-38v-4,13,-25,15,-25,-2v1,-10,8,-20,18,-20v33,0,14,57,-4,60","w":81},"-":{"d":"81,-64v-3,13,-32,-1,-51,5v-11,4,-21,-10,-12,-10v20,1,57,-15,63,5","w":90,"k":{"y":-7,"w":-7,"v":-7,"Z":26,"T":13,"R":13,"J":26,"H":26,"F":13,"B":13}},".":{"d":"62,-8v0,10,-9,16,-19,16v-10,0,-18,-6,-18,-16v0,-10,8,-16,18,-16v11,-1,19,6,19,16","w":81},"\/":{"d":"20,20v-1,-75,68,-173,72,-252v0,-4,1,-7,4,-7v5,0,9,5,6,11v-12,85,-72,159,-59,256v-4,11,-26,6,-23,-8","w":100},"0":{"d":"85,1v83,0,58,-158,25,-202v-8,2,-17,-9,-22,-9v-32,8,-53,87,-53,137v0,44,12,74,50,74xm82,8v-111,-5,-78,-210,-6,-235v11,0,21,17,35,14v53,30,68,226,-29,221"},"1":{"d":"62,-205v-12,52,-15,149,-4,206v-4,14,-30,12,-31,-2v5,-30,4,-128,10,-169v-8,23,-31,51,-26,32v14,-16,23,-38,27,-63v-1,-14,23,-17,24,-4","w":78},"2":{"d":"29,-28v11,22,76,-1,97,2v15,-1,28,9,19,21v-20,-10,-71,7,-98,7v-20,0,-35,-4,-36,-20v6,-43,103,-61,103,-130v0,-34,-10,-58,-39,-60v-44,-4,-45,56,-35,90v-17,14,-25,0,-24,-27v2,-46,29,-68,67,-77v30,-1,54,33,54,65v0,78,-85,79,-108,129","w":151},"3":{"d":"144,-152v-1,38,-22,58,-55,66v35,3,67,15,67,44v0,65,-141,59,-145,0v-1,-4,2,-5,4,-6v5,0,5,5,5,10v9,40,113,38,113,-7v0,-32,-44,-37,-81,-33v-4,1,-5,-2,-6,-4v1,-8,13,-11,26,-10v34,2,50,-14,50,-47v1,-37,-10,-66,-41,-68v-40,-1,-35,48,-35,88v0,9,-20,10,-21,1v-7,-57,18,-96,66,-105v34,1,54,34,53,71"},"4":{"d":"23,-80v10,21,55,10,86,10v0,-44,11,-96,2,-135v-33,22,-74,85,-88,125xm133,2v-3,12,-29,8,-28,-5r3,-46v-37,-1,-98,12,-100,-24v9,-47,65,-107,96,-142v17,-19,34,-3,33,26r-6,118v17,-4,36,2,27,20v-9,-3,-17,-1,-28,0v1,17,-1,38,3,53"},"5":{"d":"40,-192v-4,33,-9,69,-6,103v41,-22,119,-7,119,42v0,66,-139,74,-145,6v-1,-10,9,-13,11,-5v-15,22,22,39,48,39v34,0,62,-17,63,-46v1,-45,-74,-49,-97,-21v-11,0,-12,-8,-12,-21v0,-29,11,-99,13,-122v28,11,88,-2,113,8v-5,35,-69,10,-107,17"},"6":{"d":"94,-220v-32,37,-61,86,-63,142v13,-29,34,-56,68,-57v32,-1,55,26,55,59v0,40,-42,83,-80,83v-40,0,-65,-37,-64,-80v3,-63,30,-105,63,-151v2,-11,20,-2,21,4xm90,-120v-29,-1,-55,34,-55,63v0,29,22,50,51,50v32,0,49,-23,49,-56v1,-32,-17,-56,-45,-57"},"7":{"d":"119,-197v-37,3,-85,5,-110,24v-14,-42,64,-43,103,-43v18,0,29,1,30,15v-18,55,-68,121,-67,197v0,9,-7,12,-16,12v-11,0,-12,-4,-12,-17v1,-70,60,-129,84,-181v0,-5,-6,-7,-12,-7","w":145},"8":{"d":"29,-33v3,48,105,47,102,-5v-2,-31,-27,-37,-58,-50v-22,20,-39,29,-44,55xm107,-204v-58,-2,-92,78,-36,107v24,-20,53,-45,62,-73v-7,1,-5,-7,-5,-14v1,-12,-9,-20,-21,-20xm154,-43v-2,62,-139,72,-146,8v-2,-13,24,-37,57,-56v-25,-17,-43,-30,-44,-64v-1,-33,39,-70,73,-68v26,2,36,21,48,38v-1,-5,2,-7,6,-7v4,0,7,3,7,7v-10,31,-47,65,-75,93v46,18,65,14,74,49"},"9":{"d":"76,-80v65,4,78,-125,8,-126v-64,-4,-75,124,-8,126xm100,11v-4,9,-26,2,-20,-7v28,-29,43,-64,52,-110v-14,19,-40,38,-68,39v-56,2,-68,-80,-32,-116v20,-20,30,-38,59,-38v43,0,64,40,63,88v-1,60,-23,107,-54,144"},":":{"d":"25,-95v0,-10,9,-17,20,-16v10,0,17,5,17,15v0,10,-7,17,-17,16v-10,0,-21,-5,-20,-15xm62,-8v0,10,-9,16,-19,16v-10,0,-18,-6,-18,-16v0,-10,8,-16,18,-16v11,-1,19,6,19,16","w":81},";":{"d":"37,31v-12,-7,20,-21,11,-38v-4,13,-25,15,-25,-2v1,-10,8,-20,18,-20v33,0,14,57,-4,60xm23,-95v0,-11,9,-17,20,-16v10,0,17,6,17,15v0,10,-7,16,-17,16v-10,0,-20,-4,-20,-15","w":81},"<":{"d":"253,-200r0,20r-179,73r179,72r0,20r-207,-85r0,-14","w":299},"=":{"d":"45,-83r210,0r0,17r-210,0r0,-17xm45,-149r210,0r0,18r-210,0r0,-18","w":299},">":{"d":"46,-200r207,86r0,14r-207,85r0,-20r180,-72r-180,-73r0,-20","w":299},"?":{"d":"103,-105v-17,14,-38,36,-25,62v0,4,-3,6,-7,6v-32,-44,56,-85,46,-134v0,-34,-12,-59,-42,-59v-39,0,-47,50,-41,93v0,6,-4,11,-10,11v-6,0,-11,-4,-11,-11v-2,-65,24,-100,74,-108v66,9,68,98,16,140xm92,-11v0,12,-8,18,-20,18v-13,0,-22,-4,-23,-15v-1,-24,42,-23,43,-3","w":140},"@":{"d":"246,-22v-24,0,-35,-13,-36,-38v-12,20,-28,37,-55,38v-30,1,-51,-26,-48,-59v4,-49,34,-96,85,-96v22,0,34,15,39,35r9,-32r23,0r-33,125v0,12,6,19,18,19v48,-8,72,-52,74,-106v2,-68,-53,-113,-124,-111v-96,3,-148,62,-153,158v-7,131,171,162,252,93r6,6v-31,22,-67,39,-115,39v-97,0,-162,-50,-162,-143v0,-98,70,-158,170,-161v76,-3,135,46,133,120v-1,58,-27,113,-83,113xm158,-30v47,-6,80,-82,56,-129v-6,-7,-13,-11,-22,-11v-44,0,-57,62,-62,103v-3,20,10,39,28,37","w":354},"A":{"d":"291,8v-30,-4,-51,-47,-55,-83r-44,0v-19,59,-40,102,-104,104v-45,2,-77,-31,-78,-74v-1,-19,14,-62,28,-48v-2,12,-16,12,-17,26v-29,74,75,107,124,60v16,-16,30,-38,40,-69v-13,1,-64,-6,-43,-11v14,4,32,1,48,0r37,-148v4,-20,46,-7,38,8v-9,36,-11,92,-7,138v13,1,32,-4,41,1v-4,9,-23,9,-40,11v6,33,13,88,41,73v2,0,3,3,3,4v0,6,-5,8,-12,8xm234,-88v-5,-44,4,-94,2,-133v-4,0,-12,28,-26,83r-13,50r37,0","w":312,"k":{"e":-7,"d":-7,"c":-7,".":-7,",":-7}},"B":{"d":"291,-31v3,48,-101,71,-133,34v-5,9,-29,1,-26,-11v-1,-59,10,-135,15,-198v1,-14,31,-1,27,6v-12,28,-11,72,-15,121v11,-9,29,-6,48,-6v40,0,65,-21,65,-59v0,-114,-251,-101,-256,7v-2,44,64,83,101,54v2,0,4,2,4,5v-3,10,-20,13,-35,13v-55,0,-96,-54,-68,-106v45,-84,280,-104,280,22v0,43,-44,62,-88,70v40,6,79,14,81,48xm263,-29v-3,-47,-60,-43,-104,-43v-1,20,-1,41,1,60v6,-4,10,4,7,10v20,34,98,16,96,-27","w":306},"C":{"d":"114,21v39,0,71,-24,69,-64v0,-4,2,-5,6,-5v4,1,7,2,6,8v1,38,-41,70,-83,70v-84,0,-123,-102,-91,-186v15,-39,38,-90,80,-101v63,4,95,52,82,129v-2,11,-29,11,-28,-1v18,-49,-4,-143,-56,-103v-37,29,-60,93,-61,157v0,55,25,96,76,96","w":199},"D":{"d":"86,-77v18,5,28,-17,34,-4v-2,12,-18,16,-35,16v-76,0,-97,-91,-44,-131v30,-23,69,-45,121,-44v90,2,151,53,151,141v0,67,-40,116,-107,120v-17,1,-28,-5,-38,-13v-25,18,-29,-10,-29,-39v0,-41,7,-120,14,-171v2,-11,27,-7,27,5v-13,40,-18,137,-10,193v14,4,17,18,40,18v48,0,77,-51,77,-104v0,-82,-55,-133,-138,-133v-64,0,-131,34,-131,90v0,36,29,57,68,56","w":320},"E":{"d":"185,-87v-6,16,-42,6,-67,9v-39,5,-72,16,-75,51v9,64,181,60,177,-12v-3,-1,-5,-2,-5,-5v0,-2,2,-6,5,-5v8,1,9,6,9,15v-5,78,-203,90,-217,9v6,-39,52,-51,100,-59v-42,-6,-80,-26,-80,-67v0,-46,43,-86,84,-99v55,11,96,42,94,111v0,10,-25,20,-29,6v8,-43,-1,-98,-42,-98v-45,0,-78,44,-81,86v-4,54,63,60,117,51v5,0,10,2,10,7","w":233},"F":{"d":"233,-210v31,9,80,-16,47,-29v-19,1,-38,15,-47,29xm85,-70v16,8,-14,16,-7,35v-1,34,28,57,62,57v50,0,68,-37,64,-92v-19,0,-49,5,-54,-7v9,-9,37,-2,53,-5v-3,-45,-4,-93,16,-119v-23,-1,-97,-23,-126,-23v-41,0,-79,21,-79,58v0,53,90,75,120,38v2,-1,4,2,3,4v-1,16,-28,24,-51,24v-45,0,-83,-25,-80,-67v5,-78,103,-98,180,-58r38,14v15,-18,32,-35,60,-36v10,0,20,5,19,15v-2,28,-39,31,-74,31v-8,30,2,90,5,118v14,1,33,-3,43,2v0,10,-28,10,-43,11v-1,56,-37,99,-92,99v-41,1,-75,-24,-75,-64v0,-14,8,-34,18,-35","w":275,"k":{"u":8,"o":8,"i":10,";":-13,":":-13,".":26,",":26}},"G":{"d":"99,77v71,0,81,-69,69,-143v-14,42,-30,79,-75,79v-93,0,-93,-169,-33,-218v17,-14,30,-32,55,-33v40,8,92,25,92,72v0,12,-27,13,-26,-1v3,-30,-16,-59,-46,-55v-61,8,-93,71,-95,142v-1,44,18,86,55,86v54,0,76,-82,68,-148v2,-12,32,-7,30,5v-7,42,3,91,4,136v1,57,-36,94,-92,94v-40,0,-82,-22,-82,-58v0,-9,10,-16,11,-5v-9,32,32,47,65,47","w":210},"H":{"d":"197,-96v-19,-5,-36,6,-20,17v4,3,12,6,23,8xm301,1v28,-8,24,-50,18,-86v-32,3,-65,-1,-92,-7r1,34v20,7,55,55,73,59xm304,10v-38,0,-47,-46,-77,-58v-5,47,-36,78,-87,78v-43,1,-81,-28,-81,-70v0,-15,13,-41,24,-26v-31,32,6,92,56,89v45,-3,67,-35,61,-85v-22,-5,-41,-10,-42,-29v-1,-18,18,-20,37,-18v-9,-53,6,-96,32,-125v-17,12,-37,23,-63,23v-16,1,-71,-16,-89,-16v-36,0,-61,20,-61,55v0,50,72,78,101,43v3,0,5,2,5,6v-1,13,-26,20,-44,20v-40,0,-70,-30,-70,-68v0,-43,39,-77,85,-77v21,0,81,21,98,21v18,1,34,-9,47,-21v2,0,6,2,5,5v-28,28,-24,85,-16,139v32,7,57,9,93,9v-12,-55,-5,-140,34,-156v5,0,5,7,0,9v-13,2,-16,26,-16,41v0,34,6,68,12,103v8,1,18,-18,22,-4v-1,8,-12,11,-21,13v3,46,-10,99,-45,99","w":368,"k":{".":13,",":13}},"I":{"d":"204,-103v9,2,5,12,-2,18v-5,4,-13,8,-22,12v-13,49,-43,85,-97,86v-44,1,-76,-27,-76,-69v-5,-17,15,-32,15,-15v-17,34,11,76,53,73v42,-3,63,-32,76,-68v-54,7,-91,-26,-88,-77v3,-53,22,-115,69,-127v52,10,65,119,51,187v13,-3,17,-13,21,-20xm81,-152v0,49,24,85,73,78v14,-52,24,-172,-23,-189v-33,4,-50,67,-50,111","w":204},"J":{"d":"132,-264v46,11,53,112,40,170v14,0,34,12,19,18v-7,-2,-8,-11,-19,-9v-12,77,-64,152,-140,155v-49,2,-54,-49,-26,-82v32,-38,83,-72,145,-81v8,-51,12,-144,-23,-162v-33,16,-26,139,12,139v3,0,4,1,4,4v0,3,-2,5,-6,5v-50,-8,-58,-145,-6,-157xm2,28v4,36,44,29,70,10v37,-26,67,-70,77,-123v-67,13,-133,50,-147,113","w":193},"K":{"d":"284,-59v9,29,30,93,56,54v1,0,3,2,3,3v-1,10,-14,16,-27,16v-72,1,-33,-123,-108,-120v10,71,-16,134,-81,134v-40,0,-73,-29,-73,-68v0,-16,11,-42,22,-27v-30,30,2,92,51,89v89,-5,37,-134,59,-204v5,-17,12,-34,22,-51v-30,35,-95,4,-135,1v-34,-2,-57,24,-60,57v-4,49,70,77,96,40v2,-1,5,2,4,4v0,14,-22,23,-39,23v-38,-1,-67,-27,-67,-67v0,-42,37,-74,80,-74v19,0,71,20,88,20v19,0,32,-9,42,-19v11,10,-14,20,-11,39v-4,24,-4,68,1,94v77,3,74,-118,128,-136v4,0,8,5,4,8v-30,-4,-49,93,-75,109v-10,11,-21,19,-34,23v28,5,46,25,54,52","w":331},"L":{"d":"253,-11v3,33,-57,26,-86,13v-24,32,-130,44,-143,-4v0,-24,33,-36,62,-36v16,0,53,8,84,19v5,-27,-2,-41,-7,-73v-66,16,-150,-1,-151,-66v-1,-40,36,-69,76,-68v17,-4,37,18,19,12v-40,-13,-88,11,-87,51v2,56,81,81,141,63v-16,-65,-3,-160,52,-160v23,0,36,29,35,57v-1,44,-26,82,-58,98v4,31,8,70,-9,90v25,5,52,17,72,4xm32,-1v16,36,105,28,128,1v-30,-11,-50,-19,-83,-19v-21,1,-42,3,-45,18xm208,-252v-47,12,-31,94,-21,141v28,-16,46,-46,46,-88v-1,-27,-5,-50,-25,-53","w":251,"k":{"y":6,"u":6,"o":6}},"M":{"d":"367,17v-41,-7,-42,-57,-44,-116v0,-25,1,-64,3,-115v-1,7,-2,15,-4,26v-22,130,-45,194,-69,194v-16,0,-28,-16,-35,-48v-7,-32,-11,-86,-11,-160v-24,105,-26,222,-128,232v-41,4,-75,-32,-74,-73v1,-18,7,-47,24,-43v1,1,1,2,1,3v-43,28,-11,96,44,96v35,0,64,-17,83,-54v18,-35,39,-107,42,-186v1,-12,34,-14,36,1v-10,47,-3,130,3,168v5,29,12,43,21,43v11,0,23,-19,33,-59v10,-40,23,-98,26,-161v1,-14,35,-14,36,0v-11,71,-19,198,13,247v2,-2,7,-8,9,-2v1,5,-4,7,-9,7","w":379},"N":{"d":"310,-66v-1,40,-1,79,-29,79v-18,0,-35,-20,-51,-59v-16,-39,-25,-91,-29,-153v-11,103,-11,165,-65,210v-48,40,-130,10,-130,-57v0,-22,14,-52,30,-53v2,0,6,1,5,4v0,5,-3,5,-9,5v-43,33,-10,108,50,102v96,-9,114,-121,109,-242v6,-15,38,0,37,12v-7,65,18,158,36,206v5,13,13,19,19,19v14,-3,14,-22,14,-44v0,-70,-15,-177,25,-210v3,0,6,1,6,5v-38,25,-16,119,-18,176","w":326},"O":{"d":"119,14v-106,3,-133,-131,-85,-212v18,-31,36,-63,80,-69v15,5,49,12,40,25v-7,-3,-15,-10,-24,-8v-60,14,-89,78,-90,150v-1,64,23,107,82,107v58,0,86,-50,86,-113v0,-57,-18,-116,-64,-116v-38,0,-59,49,-59,91v0,36,25,61,52,45v2,0,5,3,5,5v-28,28,-67,-16,-67,-56v0,-48,29,-99,72,-99v52,0,77,56,77,116v1,73,-37,133,-105,134","w":230},"P":{"d":"181,-57v-14,0,-26,-4,-30,-13v-1,28,-2,61,4,84v-2,15,-29,8,-32,-2v-1,-53,9,-165,13,-213v4,-12,31,-1,27,9v-10,24,-9,71,-11,114v5,-2,10,0,9,7v40,24,89,-15,86,-62v-3,-58,-49,-91,-112,-91v-59,0,-118,31,-121,83v-2,48,57,70,94,46v5,13,-20,18,-33,18v-39,1,-70,-25,-69,-63v5,-124,263,-136,265,-5v2,48,-43,89,-90,88","w":264,"k":{"s":-7,"o":6,".":26,",":26}},"Q":{"d":"204,32v-25,-3,-53,-13,-79,-23v-20,11,-45,18,-74,18v-27,0,-51,-6,-51,-28v0,-21,24,-32,50,-32v17,0,65,13,94,23v69,-43,67,-216,-38,-216v-47,0,-80,44,-80,94v0,54,53,86,104,65v10,-4,16,-12,12,-23v-1,-2,1,-5,3,-4v4,0,5,3,5,7v0,23,-30,37,-55,37v-47,0,-78,-41,-78,-90v0,-57,43,-108,99,-108v59,0,101,52,100,113v-2,57,-29,98,-64,128v27,12,48,19,71,20v0,6,-11,20,-19,19xm9,1v11,32,82,19,107,5v-27,-11,-50,-19,-81,-20v-13,0,-26,4,-26,15","w":220},"R":{"d":"265,16v-50,-4,-81,-42,-107,-82v-1,27,-2,57,4,79v-2,16,-32,7,-32,-3v-2,-72,9,-151,18,-213v0,-4,5,-9,10,-8v9,0,25,7,15,16v-9,31,-12,73,-14,118v6,-10,19,-16,23,-2v28,46,93,0,93,-50v0,-126,-248,-125,-258,-14v-4,43,61,69,91,43v2,1,2,1,3,3v-1,11,-21,16,-34,16v-37,1,-70,-26,-68,-62v8,-133,290,-133,290,2v0,49,-44,91,-98,89v16,26,42,53,73,57v10,0,20,-3,21,-11v-1,-7,9,-7,10,-2v0,13,-24,25,-40,24","w":304,"k":{";":-7,":":-7,".":-7,",":-7}},"S":{"d":"24,-51v14,2,-3,9,-1,18v2,58,144,54,144,0v0,-30,-41,-27,-66,-36v-41,-14,-71,-32,-71,-81v0,-45,26,-86,62,-100v62,10,100,39,91,115v-2,15,-26,16,-27,1v9,-39,3,-101,-38,-99v-47,2,-85,100,-44,139v21,32,121,19,121,66v0,69,-177,62,-183,-4v0,-10,4,-20,12,-19","w":204},"T":{"d":"294,-232v-1,24,-42,30,-70,24v-13,36,8,105,8,142v0,55,-43,95,-98,95v-41,0,-79,-27,-78,-66v0,-14,9,-34,21,-35v4,0,7,1,6,6v0,4,-3,6,-8,6v-27,34,11,81,53,81v77,0,75,-83,70,-159v-2,-31,5,-51,17,-70v-75,-22,-193,-41,-202,43v-5,48,74,68,112,44v0,-5,2,-7,6,-8v2,-1,5,2,4,4v-2,16,-26,24,-48,24v-45,0,-82,-24,-82,-66v0,-45,49,-82,97,-82v29,0,101,28,118,33v13,-16,29,-31,53,-31v12,0,21,4,21,15xm228,-214v29,9,74,-14,43,-25v-17,0,-37,13,-43,25","w":252,"k":{"y":-7,"w":-7,"u":-7,"s":-7,"e":-7,"c":-7,"a":-7,";":-7,":":-7}},"U":{"d":"181,-167v0,50,-40,171,20,184v19,0,33,-18,43,-53v9,-33,20,-106,21,-187v0,-7,7,-11,14,-11v8,0,24,5,21,14v-19,52,-28,191,8,228v5,-1,10,-15,13,-3v-1,6,-6,10,-14,10v-38,-4,-47,-59,-43,-107v-17,67,-15,105,-66,116v-81,-5,-48,-125,-44,-192v2,-33,-11,-55,-40,-55v-53,0,-96,46,-102,97v-5,43,59,58,100,46v1,-1,0,-4,3,-4v2,0,5,3,5,5v-1,9,-18,15,-30,14v-46,0,-84,-20,-84,-62v0,-61,53,-114,114,-114v40,0,61,31,61,74","w":315},"V":{"d":"86,-75v21,6,28,-15,35,-4v-1,9,-18,15,-30,14v-47,1,-85,-22,-85,-65v0,-60,50,-109,110,-117v60,5,66,60,68,127v2,49,4,81,8,95v6,23,22,29,33,9v28,-53,51,-137,44,-219v-3,-2,-6,-3,-6,-7v0,-2,3,-5,6,-4v13,3,10,15,10,35v0,76,-19,160,-48,207v-8,13,-18,20,-28,20v-88,-6,-2,-238,-95,-243v-48,9,-95,46,-95,98v0,38,32,54,73,54","w":275,"k":{"y":-7,"e":-7}},"W":{"d":"86,-67v21,5,28,-14,35,-3v-1,10,-18,15,-32,14v-45,1,-86,-23,-83,-65v5,-60,49,-117,110,-117v72,0,60,100,60,174v0,37,1,69,22,77v12,0,23,-19,33,-56v9,-37,19,-95,21,-158v0,-16,37,-11,33,4v-11,42,-4,136,2,165v7,32,22,46,41,26v27,-46,50,-127,47,-202v4,-13,-15,-23,-1,-27v13,3,10,16,10,37v0,76,-18,160,-50,205v-21,29,-54,15,-65,-21v-8,-24,-12,-68,-12,-130v-13,75,-24,123,-33,144v-9,21,-20,31,-33,31v-57,0,-35,-109,-36,-169v-2,-46,-7,-78,-47,-80v-50,8,-95,46,-95,98v0,38,32,53,73,53","w":381,"k":{"y":-7,"e":-7}},"X":{"d":"32,33v3,-11,12,4,17,2v48,-14,87,-70,123,-119v-20,-35,-11,-129,-64,-132v-48,8,-96,44,-96,95v0,40,50,55,98,50v2,-4,9,-6,9,1v-3,8,-18,10,-32,10v-44,0,-81,-21,-81,-62v0,-63,53,-105,112,-113v31,-4,61,58,75,121v21,-30,65,-116,89,-119v4,0,6,2,6,5v0,4,-4,4,-9,4v-21,11,-62,101,-81,124v18,45,37,93,71,106v6,2,9,-8,13,-8v2,-1,5,2,4,4v-1,9,-14,16,-25,15v-41,-4,-68,-49,-84,-89v-42,55,-69,103,-130,114v-7,1,-14,-4,-15,-9","w":285,"k":{"e":-7}},"Y":{"d":"295,-224v-18,59,-7,141,-6,207v1,67,-30,109,-94,111v-40,1,-85,-30,-86,-63v-1,-8,9,-12,9,-3v-3,30,32,52,68,51v87,0,80,-90,77,-181v-14,58,-22,98,-71,105v-106,-14,19,-218,-84,-227v-50,7,-89,46,-95,97v-5,44,58,59,99,47v1,-1,0,-4,3,-4v2,0,5,3,5,5v-1,9,-18,14,-30,14v-60,0,-103,-39,-77,-95v17,-37,50,-80,103,-80v82,-1,58,110,53,177v-2,30,8,54,32,55v19,0,33,-19,45,-57v12,-38,16,-98,16,-160v0,-13,34,-14,33,1","w":303,"k":{"u":-7,"i":-7,"e":-7,"a":-7}},"Z":{"d":"102,70v65,-8,124,-64,113,-137v-61,10,-140,56,-140,113v0,13,12,26,27,24xm61,45v5,-60,86,-105,152,-118v-9,-25,-44,-36,-73,-22v-15,18,-22,32,-39,38v-15,-15,20,-35,37,-43v26,-40,50,-71,85,-109v-35,15,-93,-15,-131,-15v-40,0,-78,23,-78,60v0,39,55,64,94,46v2,0,4,4,4,5v-2,10,-15,11,-29,11v-41,1,-77,-26,-77,-65v0,-45,43,-79,91,-79v37,0,87,33,128,30v19,-6,22,-26,37,-28v12,2,6,14,-3,20v-7,5,-16,9,-27,12v-26,41,-50,70,-84,109v30,-20,81,-9,90,25v14,-3,31,8,18,16v-4,-1,-9,-8,-16,-7v10,91,-52,150,-129,158v-29,3,-52,-16,-50,-44","w":262},"[":{"d":"41,-246v11,94,5,204,0,301v14,-4,48,-1,26,12v-20,-2,-46,7,-42,-20v12,-88,4,-202,-1,-295v4,-13,37,-11,50,-7v4,18,-18,8,-33,9","w":78},"\\":{"d":"55,27v20,-83,-33,-168,-42,-259v-1,-6,12,-11,12,-3v-4,84,58,171,53,244v-1,18,0,24,-14,25v-5,0,-10,-2,-9,-7","w":100},"]":{"d":"37,55v-11,-93,-5,-204,0,-301v-25,9,-49,-11,-6,-11v15,0,24,3,22,19v-10,86,-8,208,1,295v-4,14,-36,12,-49,7v-2,-5,-1,-12,7,-11","w":78},"^":{"d":"165,-257r29,0r93,99r-16,0r-91,-79r-92,79r-16,0","w":360},"_":{"d":"0,67r180,0r0,18r-180,0r0,-18","w":180},"`":{"d":"116,-152v-13,1,-72,-32,-44,-43v15,5,24,28,41,32v5,3,8,5,8,7v1,2,-3,5,-5,4","w":180},"a":{"d":"82,-120v-35,0,-57,83,-38,121v4,8,10,12,18,12v36,-8,37,-65,40,-107v1,-13,-9,-26,-20,-26xm138,0v-14,18,-36,-4,-36,-24v-10,23,-19,41,-43,44v-70,-9,-45,-151,9,-157v16,6,30,14,37,29v3,-7,-2,-16,9,-15v8,0,20,6,16,14v-9,20,-11,49,-12,76v-1,21,2,42,16,29v1,0,4,2,4,4","w":141},"b":{"d":"53,4v-1,-8,9,-9,10,-2v-3,8,7,11,15,11v31,-1,36,-26,38,-62v3,-41,-27,-83,-50,-47v-10,16,-14,49,-17,78v-2,21,-6,32,-12,32v-18,-5,-16,-29,-18,-58v-3,-45,22,-149,17,-179v3,-13,30,-9,30,5v-19,63,-31,133,-26,202v13,-39,8,-108,54,-108v69,0,54,143,-13,143v-14,0,-27,-5,-28,-15","w":146},"c":{"d":"66,20v-78,-1,-56,-147,-8,-163v9,1,13,6,20,12v25,3,34,49,19,70v-33,1,8,-60,-24,-66v-23,3,-43,58,-41,90v-9,54,57,71,67,20v-3,-3,-1,-9,3,-10v4,0,7,3,7,7v1,20,-23,40,-43,40","w":114},"d":{"d":"82,-122v-35,0,-58,78,-38,117v4,8,10,12,18,12v35,-8,35,-66,39,-107v0,-11,-9,-22,-19,-22xm148,0v-18,20,-45,-10,-46,-33v-10,24,-17,45,-43,47v-68,-11,-42,-147,11,-153v14,5,25,12,33,23r12,-113v3,-11,31,-7,27,6v-16,49,-19,113,-22,174v-1,28,7,58,24,46v1,0,4,1,4,3","w":147},"e":{"d":"55,-44v31,2,50,-74,14,-82v-23,4,-29,38,-34,68v5,2,8,17,20,14xm99,-96v1,32,-34,74,-65,52v-13,54,50,75,60,22v-3,-2,-1,-10,4,-9v4,0,5,3,5,7v0,20,-20,40,-40,40v-68,-3,-61,-134,-11,-156v27,2,46,15,47,44","w":108},"f":{"d":"53,79v24,-10,27,-75,22,-113v-14,-2,-23,-9,-31,-17v-5,27,-8,48,-8,75v0,28,0,50,17,55xm52,-97r-7,38v7,8,16,16,28,17v-4,-22,-9,-39,-21,-55xm37,-112v-7,-5,-16,-1,-15,9v1,9,5,17,9,24xm49,90v-52,-12,-28,-110,-20,-159v-16,-14,-24,-67,10,-53v3,-37,13,-75,13,-111v4,-14,24,-3,25,7r-23,117v13,19,21,38,26,66v4,0,5,-7,9,-7v4,0,5,1,5,5v-1,7,-5,10,-13,11v7,44,8,119,-32,124","w":96},"g":{"d":"69,-126v-21,0,-37,48,-36,79v1,25,4,46,25,47v28,-4,36,-49,36,-88v-1,-20,-7,-38,-25,-38xm21,60v16,37,81,14,78,-32r-4,-65v-8,22,-17,41,-40,43v-62,-7,-45,-137,4,-146v17,3,28,13,39,23v-2,-10,-7,-24,7,-24v6,0,17,4,14,11v-28,66,43,220,-59,220v-22,0,-46,-11,-46,-30v-1,-6,7,-8,8,-3v0,2,0,2,-1,3","w":128},"h":{"d":"65,-227v-15,57,-28,140,-29,200v0,10,0,17,5,19v11,-36,8,-106,40,-116v36,3,4,93,26,122v3,-1,7,-3,7,1v-28,14,-37,-29,-34,-67v2,-26,-2,-66,-16,-24v-6,18,-11,45,-14,72v-2,22,-7,33,-15,33v-16,0,-16,-20,-16,-42v-2,-39,12,-138,21,-197v-5,-7,1,-12,9,-12v8,0,16,4,16,11","w":114},"i":{"d":"53,-105v-9,22,-10,53,-12,81v-2,28,13,43,31,30v-1,-4,2,-7,4,-7v2,0,5,2,4,5v-1,8,-12,11,-23,11v-55,-2,-24,-84,-32,-125v4,-12,29,-7,28,5xm59,-147v0,8,-8,13,-18,13v-11,0,-17,-3,-17,-13v0,-17,35,-17,35,0","w":73},"j":{"d":"76,-152v0,17,-35,17,-35,0v0,-9,7,-13,17,-13v11,0,18,3,18,13xm49,36r-1,-130v-4,21,-35,76,-22,103v2,0,5,2,4,5v0,4,-2,6,-5,6v-38,-31,31,-105,19,-143v3,-11,31,-3,27,7v-17,40,0,100,-1,148v0,36,-8,61,-39,63v-14,1,-29,-15,-18,-24v7,2,-1,15,14,14v20,-2,22,-23,22,-49","w":81},"k":{"d":"87,-35v41,2,58,-85,12,-91v-26,4,-40,42,-44,75v5,-4,17,-5,17,4v0,8,5,12,15,12xm143,-12v-22,52,-86,19,-89,-32v-3,16,-6,72,-18,66v-17,-3,-16,-23,-17,-50v-2,-40,14,-132,25,-195v-6,-6,0,-11,9,-11v10,1,20,5,17,16v-19,64,-36,145,-29,216v11,-50,10,-135,60,-135v22,0,37,20,37,44v0,31,-29,71,-60,65v-1,-1,-3,-3,-5,-6v3,29,46,58,62,25v-2,-3,0,-8,3,-8v2,0,6,2,5,5","w":148},"l":{"d":"77,-218v-29,22,-41,130,-29,188v28,-20,44,-77,42,-131v-1,-25,0,-51,-13,-57xm10,-27v4,-10,11,8,25,3v-20,-64,-5,-156,23,-200v33,-26,44,10,44,54v0,61,-19,122,-52,147v2,32,35,48,47,22v2,-1,5,3,4,5v-16,30,-59,10,-64,-22v-11,2,-26,1,-27,-9","w":101},"m":{"d":"84,-123v34,2,15,63,25,94v4,-33,9,-58,15,-75v6,-17,13,-25,21,-25v36,2,3,96,25,122v3,-2,7,-3,8,0v-1,2,-4,6,-8,5v-32,-5,-28,-53,-26,-92v1,-23,-8,-30,-15,-8v-6,19,-12,47,-15,75v-2,20,-7,29,-13,29v-33,-2,5,-101,-24,-113v-17,13,-21,58,-26,91v-3,21,-8,32,-16,32v-15,-1,-17,-11,-17,-28v0,-27,14,-90,10,-112v3,-9,25,-8,24,3v-9,30,-15,70,-15,109v0,4,1,9,4,9v11,-37,10,-106,43,-116","w":180},"n":{"d":"28,-121v-5,-13,9,-17,18,-12v2,1,3,3,3,6v-9,31,-13,72,-13,112v0,3,0,7,3,7v11,-36,10,-106,41,-116v35,5,3,92,25,122v2,-1,7,-4,7,1v-26,14,-38,-28,-34,-63v3,-26,-1,-72,-16,-28v-6,19,-11,47,-14,73v-3,21,-7,32,-15,32v-13,-1,-14,-14,-15,-30v-1,-23,9,-87,10,-104","w":114,"k":{";":-7,":":-7,".":-13,",":-13}},"o":{"d":"108,-49v-1,-24,-3,-65,-23,-67v-33,-19,-51,41,-50,77v0,30,7,52,33,52v30,0,41,-26,40,-62xm56,-139v19,-2,21,14,37,14v20,4,28,37,28,66v0,45,-16,79,-55,79v-77,0,-58,-138,-10,-159","w":129},"p":{"d":"68,10v49,0,51,-117,9,-117v-9,0,-16,8,-22,23v-6,15,-11,41,-16,78v5,9,13,16,29,16xm125,-56v0,48,-42,86,-87,64v0,25,-3,57,4,73v-5,10,-33,12,-25,-11v-1,-77,4,-145,10,-212v4,-10,24,-2,22,8v-11,17,-14,75,-15,112v11,-52,13,-88,51,-97v27,0,40,31,40,63","w":135},"q":{"d":"35,-33v0,45,36,63,51,20v6,-17,12,-40,13,-70v-14,-3,-5,-31,-24,-29v-27,2,-40,43,-40,79xm109,94v-36,-7,-17,-66,-16,-105v-8,16,-18,29,-37,29v-66,0,-43,-141,7,-147v15,5,26,12,36,24v3,-14,-9,-33,8,-33v8,0,22,8,15,16v-5,35,-9,68,-12,99v-3,31,-4,56,-4,73v1,14,0,24,9,26v13,-1,15,-27,9,-39v-1,-3,2,-4,4,-4v6,0,6,8,6,15v0,24,-6,44,-25,46","w":135},"r":{"d":"63,-102v-8,5,-13,7,-24,7v-7,38,-20,74,-15,109v0,3,-3,5,-5,6v-5,0,-7,-6,-7,-11v3,-33,11,-63,21,-106v-18,-13,10,-74,13,-34v-1,11,-8,27,7,27v11,0,9,-11,20,-12v8,0,18,11,14,18v-12,21,-28,82,-5,101v8,1,10,-18,15,-5v0,5,-11,13,-17,12v-38,-6,-29,-81,-17,-112","w":95,"k":{"v":-7,"h":-7,"f":-7,"e":-7,"d":-7,"c":-7,";":-7,":":-7,".":-13,",":-13}},"s":{"d":"47,-136v39,3,60,25,54,70v-4,8,-18,8,-19,-3v-1,-23,5,-54,-17,-54v-18,1,-28,25,-28,47v0,42,67,37,67,66v0,38,-91,40,-90,0v-1,-5,4,-10,8,-10v5,0,6,7,3,11v1,13,14,22,29,22v23,0,37,-21,24,-38v-19,-13,-66,-21,-64,-55v2,-24,12,-49,33,-56","w":108},"t":{"d":"83,-106v-3,9,-22,7,-37,8v1,35,-15,97,16,105v13,3,14,-26,20,-11v0,10,-12,19,-24,18v-46,-2,-34,-70,-31,-113v-9,-1,-20,-1,-14,-8v2,-1,7,-1,15,-2v2,-25,7,-52,7,-77v0,-11,26,-9,25,2v-8,21,-9,42,-13,74v11,1,31,-2,36,4","w":82},"u":{"d":"98,5v-16,-1,-22,-19,-23,-38v-6,21,-11,40,-30,42v-43,-8,-23,-78,-24,-124v-1,-9,15,-7,20,-3v9,20,-25,100,7,120v29,-15,29,-80,28,-121v4,-9,24,-5,24,5v-8,14,-10,53,-10,81v0,22,7,41,16,25v2,0,3,3,3,4v0,6,-5,10,-11,9","w":108},"v":{"d":"47,3v-40,-4,-23,-92,-34,-130v3,-9,26,-8,27,2v-7,28,-8,100,13,109v23,-12,41,-101,29,-141v0,-2,2,-5,4,-5v22,36,-6,124,-23,156v-5,6,-10,9,-16,9","w":95},"w":{"d":"52,16v-46,-6,-23,-105,-29,-144v1,-14,26,-7,26,2v-10,25,-20,115,10,126v22,-10,30,-67,29,-107v0,-10,15,-13,22,-7v10,17,-12,92,17,102v27,-13,41,-97,26,-134v0,-4,3,-5,6,-6v8,0,7,9,8,18v0,56,-11,129,-46,139v-30,-4,-27,-51,-26,-90v-9,52,-9,90,-43,101","w":175},"x":{"d":"38,-34v-10,-13,-13,-60,-22,-94v3,-11,29,-8,27,5v-8,19,2,51,9,69v17,-26,36,-53,41,-83v0,-6,1,-7,5,-8v5,-1,8,3,8,8v-9,30,-29,56,-52,90v9,22,15,40,35,44v8,1,10,-18,14,-6v0,7,-7,11,-15,11v-22,-1,-35,-14,-46,-30v-7,12,-15,22,-17,37v-1,7,1,12,-5,12v-4,0,-5,-2,-5,-6v3,-17,13,-32,23,-49","w":108,"k":{"e":-7,"c":-7}},"y":{"d":"81,-38v-7,24,-11,40,-33,43v-43,-8,-23,-83,-28,-125v3,-12,23,-7,23,4v-6,20,-20,107,10,114v29,-11,31,-81,27,-127v4,-9,27,-7,22,7v-26,71,43,209,-48,215v-20,2,-49,-18,-36,-34v1,11,13,27,32,23v50,-10,35,-51,31,-120","w":114},"z":{"d":"41,80v38,-12,70,-71,48,-116v-31,17,-63,55,-65,96v0,11,7,20,17,20xm85,-40v-27,-25,-46,36,-63,19v2,-14,25,-29,41,-32v16,-19,28,-28,31,-50v1,-10,-6,-18,-16,-18v-20,-1,-77,35,-58,59v1,2,-2,5,-4,4v-23,-33,31,-78,64,-78v17,0,28,8,28,25v-2,28,-18,39,-37,58v15,0,29,10,41,4v7,-1,18,9,8,12v-6,-2,-9,-5,-17,-3v31,50,-6,131,-61,134v-17,1,-31,-13,-30,-30v2,-47,37,-83,73,-104","w":127},"{":{"d":"81,-167v0,-62,-1,-107,68,-99r0,8v-46,-3,-45,27,-45,72v0,52,-9,65,-52,74v51,7,53,41,52,100v0,37,9,45,45,46v-1,3,2,9,-2,9v-66,6,-66,-37,-66,-99v0,-39,-13,-47,-50,-51r0,-10v38,-4,50,-11,50,-50","w":180},"|":{"d":"81,-275r19,0r0,360r-19,0r0,-360","w":180},"}":{"d":"76,-186v0,-44,1,-76,-45,-72v1,-3,-2,-9,2,-8v66,-6,66,37,66,99v0,38,12,46,50,50r0,10v-52,-1,-50,37,-50,89v0,49,-17,61,-68,61r0,-9v47,4,45,-27,45,-71v0,-52,9,-66,52,-75v-43,-9,-52,-22,-52,-74","w":180},"~":{"d":"147,-117v47,20,88,15,122,-15r0,20v-32,26,-78,32,-122,12v-51,-23,-79,-7,-116,17r0,-20v34,-24,69,-34,116,-14","w":299},"\u00c7":{"d":"114,21v39,0,71,-24,69,-64v0,-4,2,-5,6,-5v4,1,7,2,6,8v-1,41,-42,73,-88,70r-5,20v17,-7,37,0,37,20v0,32,-57,36,-62,9v7,-10,11,11,25,7v20,4,29,-25,8,-26v-9,-1,-21,4,-18,-10r5,-21v-72,-9,-106,-105,-76,-185v15,-39,38,-90,80,-101v63,4,95,52,82,129v-2,11,-29,11,-28,-1v18,-49,-4,-143,-56,-103v-37,29,-60,93,-61,157v0,55,25,96,76,96","w":199},"\u00d6":{"d":"160,-298v0,8,-5,12,-13,12v-8,0,-12,-4,-12,-12v0,-8,4,-13,12,-13v9,0,13,4,13,13xm116,-298v0,8,-5,12,-13,12v-8,0,-12,-4,-12,-12v0,-8,4,-13,12,-13v9,0,13,5,13,13xm119,14v-106,3,-133,-131,-85,-212v18,-31,36,-63,80,-69v15,5,49,12,40,25v-7,-3,-15,-10,-24,-8v-60,14,-89,78,-90,150v-1,64,23,107,82,107v58,0,86,-50,86,-113v0,-57,-18,-116,-64,-116v-38,0,-59,49,-59,91v0,36,25,61,52,45v2,0,5,3,5,5v-28,28,-67,-16,-67,-56v0,-48,29,-99,72,-99v52,0,77,56,77,116v1,73,-37,133,-105,134","w":230},"\u00dc":{"d":"252,-298v0,8,-5,12,-13,12v-8,0,-12,-4,-12,-12v0,-8,4,-13,12,-13v9,0,13,5,13,13xm208,-298v-1,8,-5,12,-14,12v-8,0,-11,-5,-12,-12v1,-7,4,-13,12,-13v9,0,14,5,14,13xm181,-167v0,50,-40,171,20,184v19,0,33,-18,43,-53v9,-33,20,-106,21,-187v0,-7,7,-11,14,-11v8,0,24,5,21,14v-19,52,-28,191,8,228v5,-1,10,-15,13,-3v-1,6,-6,10,-14,10v-38,-4,-47,-59,-43,-107v-17,67,-15,105,-66,116v-81,-5,-48,-125,-44,-192v2,-33,-11,-55,-40,-55v-53,0,-96,46,-102,97v-5,43,59,58,100,46v1,-1,0,-4,3,-4v2,0,5,3,5,5v-1,9,-18,15,-30,14v-46,0,-84,-20,-84,-62v0,-61,53,-114,114,-114v40,0,61,31,61,74","w":315},"\u00e7":{"d":"80,57v3,-23,-33,1,-29,-21r4,-23r9,0r-4,22v17,-6,39,2,38,20v4,31,-57,37,-63,10v7,-12,11,11,25,7v12,0,19,-5,20,-15xm66,20v-78,-1,-56,-147,-8,-163v9,1,13,6,20,12v25,3,34,49,19,70v-33,1,8,-60,-24,-66v-23,3,-43,58,-41,90v-9,54,57,71,67,20v-3,-3,-1,-9,3,-10v4,0,7,3,7,7v1,20,-23,40,-43,40","w":114},"\u00f6":{"d":"104,-172v0,8,-5,12,-13,12v-8,0,-12,-4,-12,-12v0,-8,4,-13,12,-13v9,0,13,5,13,13xm60,-172v-1,8,-5,12,-14,12v-8,0,-11,-5,-12,-12v1,-7,4,-13,12,-13v9,0,14,5,14,13xm108,-49v-1,-24,-3,-65,-23,-67v-33,-19,-51,41,-50,77v0,30,7,52,33,52v30,0,41,-26,40,-62xm56,-139v19,-2,21,14,37,14v20,4,28,37,28,66v0,45,-16,79,-55,79v-77,0,-58,-138,-10,-159","w":129},"\u00fc":{"d":"95,-172v-1,8,-5,12,-14,12v-8,0,-11,-5,-12,-12v1,-7,4,-13,12,-13v9,0,14,5,14,13xm50,-172v0,8,-5,12,-13,12v-8,0,-12,-4,-12,-12v0,-8,4,-13,12,-13v9,0,13,4,13,13xm98,5v-16,-1,-22,-19,-23,-38v-6,21,-11,40,-30,42v-43,-8,-23,-78,-24,-124v-1,-9,15,-7,20,-3v9,20,-25,100,7,120v29,-15,29,-80,28,-121v4,-9,24,-5,24,5v-8,14,-10,53,-10,81v0,22,7,41,16,25v2,0,3,3,3,4v0,6,-5,10,-11,9","w":108},"\u0131":{"d":"53,-105v-9,22,-10,53,-12,81v-2,28,13,43,31,30v-1,-4,2,-7,4,-7v2,0,5,2,4,5v-1,8,-12,11,-23,11v-55,-2,-24,-84,-32,-125v4,-12,29,-7,28,5","w":73},"\u011e":{"d":"164,-318v12,14,-16,36,-32,36v-17,0,-37,-17,-35,-35v9,-3,17,21,35,16v14,4,30,-16,32,-17xm99,77v71,0,81,-69,69,-143v-14,42,-30,79,-75,79v-93,0,-93,-169,-33,-218v17,-14,30,-32,55,-33v40,8,92,25,92,72v0,12,-27,13,-26,-1v3,-30,-16,-59,-46,-55v-61,8,-93,71,-95,142v-1,44,18,86,55,86v54,0,76,-82,68,-148v2,-12,32,-7,30,5v-7,42,3,91,4,136v1,57,-36,94,-92,94v-40,0,-82,-22,-82,-58v0,-9,10,-16,11,-5v-9,32,32,47,65,47","w":210},"\u011f":{"d":"99,-191v2,19,-18,35,-35,35v-16,1,-38,-19,-34,-35v10,0,15,19,34,16v18,5,28,-20,35,-16xm69,-126v-21,0,-37,48,-36,79v1,25,4,46,25,47v28,-4,36,-49,36,-88v-1,-20,-7,-38,-25,-38xm21,60v16,37,81,14,78,-32r-4,-65v-8,22,-17,41,-40,43v-62,-7,-45,-137,4,-146v17,3,28,13,39,23v-2,-10,-7,-24,7,-24v6,0,17,4,14,11v-28,66,43,220,-59,220v-22,0,-46,-11,-46,-30v-1,-6,7,-8,8,-3v0,2,0,2,-1,3","w":128},"\u0130":{"d":"142,-298v0,8,-7,13,-14,13v-8,0,-13,-4,-13,-13v1,-8,5,-14,13,-14v7,0,15,5,14,14xm204,-103v9,2,5,12,-2,18v-5,4,-13,8,-22,12v-13,49,-43,85,-97,86v-44,1,-76,-27,-76,-69v-5,-17,15,-32,15,-15v-17,34,11,76,53,73v42,-3,63,-32,76,-68v-54,7,-91,-26,-88,-77v3,-53,22,-115,69,-127v52,10,65,119,51,187v13,-3,17,-13,21,-20xm81,-152v0,49,24,85,73,78v14,-52,24,-172,-23,-189v-33,4,-50,67,-50,111","w":204},"\u015e":{"d":"24,-51v14,2,-4,9,-1,18v1,57,143,56,144,0v5,-19,-46,-30,-66,-36v-41,-13,-71,-33,-71,-81v0,-45,26,-86,62,-100v62,10,100,39,91,115v-2,15,-26,16,-27,1v9,-39,3,-101,-38,-99v-47,2,-85,100,-44,139v21,32,121,19,121,66v0,34,-48,49,-90,48r-4,19v16,-8,37,1,37,20v0,30,-57,36,-62,9v7,-10,12,11,25,7v19,4,29,-25,8,-26v-9,-1,-21,4,-18,-10r4,-19v-42,-6,-83,-16,-83,-52v0,-8,4,-20,12,-19","w":204},"\u015f":{"d":"71,57v3,-23,-33,1,-29,-21r4,-23r9,0r-3,22v16,-7,38,2,37,20v4,31,-57,37,-63,10v7,-12,12,11,26,7v11,0,18,-5,19,-15xm47,-136v39,3,60,25,54,70v-4,8,-18,8,-19,-3v-1,-23,5,-54,-17,-54v-18,1,-28,25,-28,47v0,42,67,37,67,66v0,38,-91,40,-90,0v-1,-5,4,-10,8,-10v5,0,6,7,3,11v1,13,14,22,29,22v23,0,37,-21,24,-38v-19,-13,-66,-21,-64,-55v2,-24,12,-49,33,-56","w":108},"\u00a0":{"w":81}}});
