/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var V=L.DOM={ready:(function(){var a=false,c={loaded:1,complete:1};var Z=[],b=function(){if(a){return}a=true;for(var d;d=Z.shift();d()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){c[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(d){setTimeout(arguments.callee,1)}})()}P(window,"load",b);return function(d){if(!arguments.length){b()}else{a?d():Z.push(d)}}})()};var M=L.CSS={Size:function(a,Z){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(b){return b/Z*this.value};this.convertFrom=function(b){return b/this.value*Z};this.toString=function(){return this.value+this.unit}},color:I(function(a){var Z={};Z.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(c,b,d){Z.opacity=parseFloat(d);return"rgb("+b+")"});return Z}),getStyle:function(a){var Z=document.defaultView;if(Z&&Z.getComputedStyle){return new A(Z.getComputedStyle(a,null))}if(a.currentStyle){return new A(a.currentStyle)}return new A(a.style)},gradient:I(function(d){var e={id:d,type:d.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},a=d.substr(d.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,Z=a.length,b;c<Z;++c){b=a[c].split("=",2).reverse();e.stops.push([b[1]||c/(Z-1),b[0]])}return e}),quotedList:I(function(c){var b=[],a=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,Z;while(Z=a.exec(c)){b.push(Z[3]||Z[1])}return b}),recognizesMedia:I(function(c){var b=document.createElement("style"),a,Z;b.type="text/css";b.media=c;a=F("head")[0];a.insertBefore(b,a.firstChild);Z=!!(b.sheet||b.styleSheet);a.removeChild(b);return Z}),supports:function(b,a){var Z=document.createElement("span").style;if(Z[b]===undefined){return false}Z[b]=a;return Z[b]===a},textAlign:function(c,b,Z,a){if(b.get("textAlign")=="right"){if(Z>0){c=" "+c}}else{if(Z<a-1){c+=" "}}return c},textDecoration:function(e,d){if(!d){d=this.getStyle(e)}var a={underline:null,overline:null,"line-through":null};for(var Z=e;Z.parentNode&&Z.parentNode.nodeType==1;){var c=true;for(var b in a){if(!J(a,b)||a[b]){continue}if(d.get("textDecoration").indexOf(b)!=-1){a[b]=d.get("color")}c=false}if(c){break}d=this.getStyle(Z=Z.parentNode)}return a},textShadow:I(function(d){if(d=="none"){return null}var c=[],e={},Z,a=0;var b=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Z=b.exec(d)){if(Z[0]==","){c.push(e);e={},a=0}else{if(Z[1]){e.color=Z[1]}else{e[["offX","offY","blur"][a++]]=Z[2]}}}c.push(e);return c}),textTransform:function(a,Z){return a[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Z.get("textTransform")]||"toString"]()},whiteSpace:(function(){var Z={inline:1,"inline-block":1,"run-in":1};return function(c,a,b){if(Z[a.get("display")]){return c}if(!b.previousSibling){c=c.replace(/^\s+/,"")}if(!b.nextSibling){c=c.replace(/\s+$/,"")}return c}})()};M.ready=(function(){var b=!M.recognizesMedia("all"),a=false;var Z=[],d=function(){b=true;for(var g;g=Z.shift();g()){}};var e=F("link"),f={stylesheet:1};function c(){var h,g,j;for(g=0;j=e[g];++g){if(j.disabled||!f[j.rel.toLowerCase()]||!M.recognizesMedia(j.media||"screen")){continue}h=j.sheet||j.styleSheet;if(!h||h.disabled){return false}}return true}V.ready(function(){if(!a){a=M.getStyle(document.body).isUsable()}if(b||(a&&c())){d()}else{setTimeout(arguments.callee,10)}});return function(g){if(b){g()}else{Z.push(g)}}})();function R(a){var Z=this.face=a.face;this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(Z["units-per-em"],10);this.family=Z["font-family"].toLowerCase();this.weight=Z["font-weight"];this.style=Z["font-style"]||"normal";this.viewBox=(function(){var c=Z.bbox.split(/\s+/);var b={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};b.width=b.maxX-b.minX,b.height=b.maxY-b.minY;b.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return b})();this.ascent=-parseInt(Z.ascent,10);this.descent=-parseInt(Z.descent,10);this.height=-this.ascent+this.descent}function E(){var a={},Z={oblique:"italic",italic:"oblique"};this.add=function(b){(a[b.style]||(a[b.style]={}))[b.weight]=b};this.get=function(f,g){var e=a[f]||a[Z[f]]||a.normal||a.italic||a.oblique;if(!e){return null}g={normal:400,bold:700}[g]||parseInt(g,10);if(e[g]){return e[g]}var c={1:1,99:0}[g%100],i=[],d,b;if(c===undefined){c=g>400}if(g==500){g=400}for(var h in e){if(!J(e,h)){continue}h=parseInt(h,10);if(!d||h<d){d=h}if(!b||h>b){b=h}i.push(h)}if(g<d){g=d}if(g>b){g=b}i.sort(function(k,j){return(c?(k>g&&j>g)?k<j:k>j:(k<g&&j<g)?k>j:k<j)?-1:1});return e[i[0]]}}function Q(){function b(d,e){if(d.contains){return d.contains(e)}return d.compareDocumentPosition(e)&16}function Z(f){var d=f.relatedTarget;if(!d||b(this,d)){return}a(this)}function c(d){a(this)}function a(d){setTimeout(function(){L.replace(d,D.get(d).options,true)},10)}this.attach=function(d){if(d.onmouseenter===undefined){P(d,"mouseover",Z);P(d,"mouseout",Z)}else{P(d,"mouseenter",c);P(d,"mouseleave",c)}}}function Y(){var b={},Z=0;function a(c){return c.cufid||(c.cufid=++Z)}this.get=function(c){var d=a(c);return b[d]||(b[d]={})}}function A(Z){var b={},a={};this.extend=function(c){for(var d in c){if(J(c,d)){b[d]=c[d]}}return this};this.get=function(c){return b[c]!=undefined?b[c]:Z[c]};this.getSize=function(d,c){return a[d]||(a[d]=new M.Size(this.get(d),c))};this.isUsable=function(){return !!Z}}function P(a,Z,b){if(a.addEventListener){a.addEventListener(Z,b,false)}else{if(a.attachEvent){a.attachEvent("on"+Z,function(){return b.call(a,window.event)})}}}function T(a,Z){var b=D.get(a);if(b.options){return a}if(Z.hover&&Z.hoverables[a.nodeName.toLowerCase()]){B.attach(a)}b.options=Z;return a}function I(Z){var a={};return function(b){if(!J(a,b)){a[b]=Z.apply(null,arguments)}return a[b]}}function C(e,d){if(!d){d=M.getStyle(e)}var a=M.quotedList(d.get("fontFamily").toLowerCase()),c;for(var b=0,Z=a.length;b<Z;++b){c=a[b];if(H[c]){return H[c].get(d.get("fontStyle"),d.get("fontWeight"))}}return null}function F(Z){return document.getElementsByTagName(Z)}function J(a,Z){return a.hasOwnProperty(Z)}function G(){var Z={},b,d;for(var c=0,a=arguments.length;b=arguments[c],c<a;++c){for(d in b){if(J(b,d)){Z[d]=b[d]}}}return Z}function N(c,m,a,n,d,b){var k=n.separate;if(k=="none"){return X[n.engine].apply(null,arguments)}var j=document.createDocumentFragment(),f;var g=m.split(O[k]),Z=(k=="words");if(Z&&S){if(/^\s/.test(m)){g.unshift("")}if(/\s$/.test(m)){g.push("")}}for(var h=0,e=g.length;h<e;++h){f=X[n.engine](c,Z?M.textAlign(g[h],a,h,e):g[h],a,n,d,b,h<e-1);if(f){j.appendChild(f)}}return j}function K(a,i){var b,Z,c,f,e,h;for(c=T(a,i).firstChild;c;c=e){f=c.nodeType;e=c.nextSibling;h=false;if(f==1){if(!c.firstChild){continue}if(!/cufon/.test(c.className)){arguments.callee(c,i);continue}else{h=true}}else{if(f!=3){continue}}if(!Z){Z=M.getStyle(a).extend(i)}if(!b){b=C(a,Z)}if(!b){continue}if(h){X[i.engine](b,null,Z,i,c,a);continue}var g=M.whiteSpace(c.data,Z,c);if(g===""){continue}var d=N(b,g,Z,i,c,a);if(d){c.parentNode.replaceChild(d,c)}else{c.parentNode.removeChild(c)}}}var S=" ".split(/\s+/).length==0;var D=new Y();var B=new Q();var W=[];var X={},H={},U={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(Z){return jQuery(Z)})||(window.dojo&&dojo.query)||(window.$$&&function(Z){return $$(Z)})||(window.$&&function(Z){return $(Z)})||(document.querySelectorAll&&function(Z){return document.querySelectorAll(Z)})||F),separate:"words",textShadow:"none"};var O={words:/\s+/,characters:""};L.now=function(){V.ready();return L};L.refresh=function(){var b=W.splice(0,W.length);for(var a=0,Z=b.length;a<Z;++a){L.replace.apply(null,b[a])}return L};L.registerEngine=function(a,Z){if(!Z){return L}X[a]=Z;return L.set("engine",a)};L.registerFont=function(b){var Z=new R(b),a=Z.family;if(!H[a]){H[a]=new E()}H[a].add(Z);return L.set("fontFamily",'"'+a+'"')};L.replace=function(b,a,Z){a=G(U,a);if(!a.engine){return L}if(typeof a.textShadow=="string"){a.textShadow=M.textShadow(a.textShadow)}if(typeof a.color=="string"&&/^-/.test(a.color)){a.textGradient=M.gradient(a.color)}if(!Z){W.push(arguments)}if(b.nodeType||typeof b=="string"){b=[b]}M.ready(function(){for(var d=0,c=b.length;d<c;++d){var e=b[d];if(typeof e=="string"){L.replace(a.selector(e),a,true)}else{K(e,a)}}});return L};L.set=function(Z,a){U[Z]=a;return L};return L})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode(".cufon-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(t,W,o,R,a,u){var I=(W===null);var Y=t.viewBox;var J=o.getSize("fontSize",t.baseSize);var m=o.get("letterSpacing");m=(m=="normal")?0:J.convertFrom(parseInt(m,10));var Z=0,n=0,k=0,T=0;var X=R.textShadow,h=[];if(X){for(var s=X.length;s--;){var c=X[s];var f=J.convertFrom(parseFloat(c.offX));var e=J.convertFrom(parseFloat(c.offY));h[s]=[f,e];if(e<Z){Z=e}if(f>n){n=f}if(e>k){k=e}if(f<T){T=f}}}var z=Cufon.CSS.textTransform(I?a.alt:W,o).split("");var G=0,U=null;for(var s=0,p=z.length;s<p;++s){var S=t.glyphs[z[s]]||t.missingGlyph;if(!S){continue}G+=U=Number(S.w||t.w)+m}if(U===null){return null}n+=(Y.width-U);T+=Y.minX;var Q,K;if(I){Q=a;K=a.firstChild}else{Q=document.createElement("span");Q.className="cufon cufon-canvas";Q.alt=W;K=document.createElement("canvas");Q.appendChild(K);if(R.printable){var q=document.createElement("span");q.className="cufon-alt";q.appendChild(document.createTextNode(W));Q.appendChild(q)}}var AA=Q.style;var d=K.style;var H=J.convert(Y.height);var w=Math.ceil(H);var j=w/H;K.width=Math.ceil(J.convert(G*j+n-T));K.height=Math.ceil(J.convert(Y.height-Z+k));Z+=Y.minY;d.top=Math.round(J.convert(Z-t.ascent))+"px";d.left=Math.round(J.convert(T))+"px";var P=Math.ceil(J.convert(G*j))+"px";if(A){AA.width=P;AA.height=J.convert(t.height)+"px"}else{AA.paddingLeft=P;AA.paddingBottom=(J.convert(t.height)-1)+"px"}var v=K.getContext("2d"),b=H/Y.height;v.scale(b,b*j);v.translate(-T,-Z);v.lineWidth=t.face["underline-thickness"];v.save();function L(i,g){v.strokeStyle=g;v.beginPath();v.moveTo(0,i);v.lineTo(G,i);v.stroke()}var M=R.enableTextDecoration?Cufon.CSS.textDecoration(u,o):{};if(M.underline){L(-t.face["underline-position"],M.underline)}if(M.overline){L(t.ascent,M.overline)}function r(){v.scale(j,1);for(var x=0,g=z.length;x<g;++x){var y=t.glyphs[z[x]]||t.missingGlyph;if(!y){continue}if(y.d){v.beginPath();if(y.code){C(y.code,v)}else{y.code=D("m"+y.d,v)}v.fill()}v.translate(Number(y.w||t.w)+m,0)}v.restore()}if(X){for(var s=X.length;s--;){var c=X[s];v.save();v.fillStyle=c.color;v.translate.apply(v,h[s]);r()}}var O=R.textGradient;if(O){var V=O.stops,N=v.createLinearGradient(0,Y.minY,0,Y.maxY);for(var s=0,p=V.length;s<p;++s){N.addColorStop.apply(N,V[s])}v.fillStyle=N}else{v.fillStyle=o.get("color")}r();if(M["line-through"]){L(-t.descent,M["line-through"])}return Q}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>');function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(v,Y,q,V,c,w,o){var I=(Y===null);if(I){Y=c.alt}var a=v.viewBox;var J=q.computedFontSize||(q.computedFontSize=new Cufon.CSS.Size(C(w,q.get("fontSize"))+"px",v.baseSize));var n=q.computedLSpacing;if(n==undefined){n=q.get("letterSpacing");q.computedLSpacing=n=(n=="normal")?0:~~J.convertFrom(A(w,n))}var S,K;if(I){S=c;K=c.firstChild}else{S=document.createElement("span");S.className="cufon cufon-vml";S.alt=Y;K=document.createElement("span");K.className="cufon-vml-canvas";S.appendChild(K);if(V.printable){var t=document.createElement("span");t.className="cufon-alt";t.appendChild(document.createTextNode(Y));S.appendChild(t)}if(!o){S.appendChild(document.createElement("cvml:shape"))}}var AB=S.style;var f=K.style;var G=J.convert(a.height),y=Math.ceil(G);var m=y/G;var j=a.minX,h=a.minY;f.height=y;f.top=Math.round(J.convert(h-v.ascent));f.left=Math.round(J.convert(j));AB.height=J.convert(v.height)+"px";var N=V.enableTextDecoration?Cufon.CSS.textDecoration(w,q):{};var X=q.get("color");var z=Cufon.CSS.textTransform(Y,q).split("");var F=0,g=0,O=null;var W,Q,Z=V.textShadow;for(var u=0,s=0,r=z.length;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(W){F+=O=~~(W.w||v.w)+n}}if(O===null){return null}var R=-j+F+(a.width-O);var AA=J.convert(R*m),p=Math.round(AA);var e=R+","+a.height,H;var b="r"+e+"ns";var P=V.textGradient&&D(V.textGradient);for(u=0;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(!W){continue}if(I){Q=K.childNodes[s];if(Q.firstChild){Q.removeChild(Q.firstChild)}}else{Q=document.createElement("cvml:shape");K.appendChild(Q)}Q.stroked="f";Q.coordsize=e;Q.coordorigin=H=(j-g)+","+h;Q.path=(W.d?"m"+W.d+"xe":"")+"m"+H+b;Q.fillcolor=X;if(P){Q.appendChild(P.cloneNode(false))}var x=Q.style;x.width=p;x.height=y;if(Z){var M=Z[0],L=Z[1];var U=Cufon.CSS.color(M.color),T;var d=document.createElement("cvml:shadow");d.on="t";d.color=U.color;d.offset=M.offX+","+M.offY;if(L){T=Cufon.CSS.color(L.color);d.type="double";d.color2=T.color;d.offset2=L.offX+","+L.offY}d.opacity=U.opacity||(T&&T.opacity)||1;Q.appendChild(d)}g+=~~(W.w||v.w)+n;++s}AB.width=Math.max(Math.ceil(J.convert(F*m)),0);return S}})());

// Knockout HTF28 - JuniorFeatherwt
Cufon.registerFont({"w":55,"face":{"font-family":"Knockout","font-weight":500,"font-stretch":"normal","units-per-em":"260","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-8 -298 213 76.0755","underline-thickness":"15.12","underline-position":"-30.24","stemh":"23","stemv":"26","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":50},"!":{"d":"44,-240v1,63,0,125,-10,177r-8,0v-11,-52,-12,-113,-11,-177r29,0xm42,0r-25,0r0,-37r25,0r0,37","w":59},"\"":{"d":"80,-240r-23,70r-16,0r15,-70r24,0xm42,-240r-19,70r-16,0r11,-70r24,0","w":78},"#":{"d":"167,-155r-40,0r-11,70r42,0r0,17r-45,0r-10,68r-18,0r10,-68r-37,0r-10,68r-19,0r10,-68r-37,0r0,-17r40,0r10,-70r-41,0r0,-17r44,0r10,-68r19,0r-10,68r37,0r10,-68r19,0r-10,68r37,0r0,17xm108,-155r-37,0r-11,70r38,0","w":168},"$":{"d":"92,-49v-1,-54,-77,-80,-76,-138v0,-28,13,-50,38,-55r0,-28r25,0r0,27v32,5,45,35,41,75r-27,0v1,-26,-1,-51,-25,-51v-15,0,-24,11,-24,26v2,54,76,79,76,141v0,31,-18,51,-41,55r0,28r-25,0r0,-28v-33,-7,-46,-34,-42,-75r28,0v-2,27,3,51,26,51v17,0,26,-12,26,-28","w":131},"%":{"d":"167,-84v0,38,8,89,-31,89v-37,0,-30,-52,-30,-89v0,-21,13,-34,30,-34v18,0,31,13,31,34xm147,-23r0,-66v0,-6,-4,-11,-11,-11v-23,7,-11,52,-11,77v0,6,5,10,11,10v7,0,11,-4,11,-10xm162,-238r-135,246r-12,-9r135,-246xm71,-211v0,38,8,89,-31,89v-37,0,-30,-52,-30,-89v0,-20,13,-33,30,-33v18,0,31,13,31,33xm51,-150r0,-66v0,-6,-4,-11,-11,-11v-6,0,-10,5,-10,11r0,66v0,6,4,11,10,11v7,0,11,-5,11,-11","w":175},"&":{"d":"167,-55v2,31,-2,61,-31,59v-12,0,-23,-6,-33,-17v-34,34,-94,13,-94,-41v0,-32,16,-54,41,-76v-17,-42,-14,-115,35,-114v28,0,40,22,40,51v0,29,-19,52,-44,72v5,21,14,52,23,67v12,-21,20,-49,20,-69r24,0v-1,27,-13,66,-29,91v6,11,28,19,28,-1r0,-22r20,0xm99,-192v0,-16,-4,-25,-14,-25v-26,2,-20,47,-12,73v19,-15,26,-35,26,-48xm87,-31v-11,-17,-22,-47,-29,-72v-25,17,-30,83,9,81v9,0,15,-4,20,-9","w":169},"'":{"d":"54,-240r-25,70r-17,0r14,-70r28,0"},"(":{"d":"98,45r-8,8v-39,-35,-63,-87,-63,-162v0,-76,24,-128,63,-164r8,8v-25,31,-44,75,-44,156v0,80,19,124,44,154","w":98},")":{"d":"8,-273v82,59,83,268,0,326r-7,-8v24,-30,43,-74,43,-154v0,-81,-19,-125,-43,-156","w":98},"*":{"d":"59,-197v16,7,37,10,23,26v-11,4,-17,-9,-28,-16v1,13,7,27,0,33v-20,4,-15,-15,-11,-33v-12,9,-27,27,-34,7v2,-9,17,-11,28,-16v-15,-6,-36,-11,-23,-26v11,-2,17,9,28,16v-1,-12,-7,-27,0,-32v6,1,15,-3,15,4v0,7,-1,17,-3,28v12,-10,26,-27,33,-7v0,10,-16,11,-28,16","w":96},"+":{"d":"98,-110r-31,0r0,34r-23,0r0,-34r-31,0r0,-23r31,0r0,-34r23,0r0,34r31,0r0,23","w":110},",":{"d":"41,-38v0,33,4,70,-30,69r0,-9v10,0,16,-8,16,-22r-12,0r0,-38r26,0"},"-":{"d":"72,-100r-64,0r0,-24r64,0r0,24","w":80},".":{"d":"41,0r-26,0r0,-38r26,0r0,38"},"\/":{"d":"86,-262r-68,285r-20,0r69,-285r19,0","w":84},"0":{"d":"122,-189v0,76,28,193,-54,193v-81,0,-54,-118,-54,-193v0,-33,22,-55,54,-55v33,0,54,22,54,55xm94,-46r0,-148v0,-13,-10,-24,-26,-24v-15,0,-26,11,-26,24r0,148v0,13,11,24,26,24v16,0,26,-11,26,-24","w":136},"1":{"d":"49,0r-28,0r0,-226v10,0,14,-7,14,-14r14,0r0,240","w":70},"2":{"d":"112,-188v0,31,-19,59,-44,89v-25,30,-31,55,-31,72r72,0r0,27r-101,0v-1,-44,1,-58,43,-117v22,-31,34,-48,34,-74v0,-18,-8,-28,-24,-28v-27,-1,-26,28,-25,55r-24,0v-3,-44,6,-80,48,-80v38,0,52,24,52,56","w":118},"3":{"d":"111,-91v0,51,0,96,-51,95v-43,-1,-52,-32,-49,-75r25,0v0,25,-2,50,23,50v34,0,21,-42,24,-72v1,-16,-19,-19,-37,-17r0,-23v18,2,38,-1,37,-17v-2,-29,8,-69,-24,-69v-25,0,-24,26,-23,51r-25,0v-3,-43,4,-75,49,-76v48,-1,51,39,51,89v0,16,-9,29,-24,33v14,4,24,14,24,31","w":121},"4":{"d":"114,-52r-18,0r0,52r-25,0r0,-52r-68,0r0,-21r69,-167r24,0r0,163r18,0r0,25xm71,-77r0,-96r-39,96r39,0","w":117},"5":{"d":"113,-240v3,41,-39,23,-70,27r-4,72v17,-28,74,-20,74,23v0,58,10,125,-52,122v-42,-2,-51,-32,-48,-73r24,0v-1,25,0,48,24,48v37,0,24,-59,24,-94v0,-35,-45,-21,-47,3r-25,-4r6,-124r94,0","w":122},"6":{"d":"119,-105v0,56,3,110,-53,109v-81,-1,-52,-119,-52,-193v0,-33,20,-55,53,-55v41,0,53,31,49,72r-25,0v2,-25,-1,-47,-25,-47v-37,0,-22,55,-25,90v18,-27,78,-20,78,24xm66,-21v37,0,25,-47,25,-80v0,-13,-7,-23,-24,-23v-37,0,-26,45,-26,78v0,14,10,25,25,25","w":129},"7":{"d":"112,-222v-37,91,-57,147,-59,222r-30,0v3,-68,29,-147,59,-213r-75,0r0,-27r105,0r0,18","w":113},"8":{"d":"117,-86v0,50,-2,90,-52,90v-49,0,-52,-40,-52,-90v0,-17,9,-30,21,-35v-22,-9,-21,-41,-20,-73v0,-30,18,-50,51,-50v48,-1,51,38,51,87v0,17,-8,30,-20,36v12,5,21,18,21,35xm65,-130v33,-1,24,-33,25,-63v0,-16,-10,-26,-25,-26v-30,-1,-25,36,-25,65v0,11,8,24,25,24xm65,-21v31,1,25,-37,25,-67v0,-11,-8,-23,-25,-23v-34,1,-23,35,-25,65v0,15,10,25,25,25","w":129},"9":{"d":"118,-190v0,75,30,194,-53,194v-41,0,-55,-28,-51,-70r25,0v-2,26,3,46,27,45v37,0,20,-53,24,-87v-16,29,-83,17,-76,-25v-2,-56,-4,-112,52,-111v33,0,52,22,52,54xm66,-114v36,0,24,-47,24,-79v0,-14,-8,-26,-24,-26v-38,0,-25,48,-25,82v0,13,8,23,25,23","w":132},":":{"d":"41,-116r-26,0r0,-39r26,0r0,39xm41,0r-26,0r0,-38r26,0r0,38"},";":{"d":"41,-116r-26,0r0,-39r26,0r0,39xm41,-38v0,33,4,70,-30,69r0,-9v10,0,16,-8,16,-22r-12,0r0,-38r26,0"},"<":{"d":"127,-45r-109,-71r0,-8r109,-71r0,29r-71,46r71,46r0,29","w":152},"=":{"d":"95,-134r-86,0r0,-25r86,0r0,25xm95,-84r-86,0r0,-25r86,0r0,25","w":104},">":{"d":"134,-116r-108,71r0,-29r70,-46r-70,-46r0,-29r108,71r0,8","w":152},"?":{"d":"37,-68v-7,-32,40,-78,40,-121v0,-22,-7,-30,-22,-30v-26,-1,-23,30,-23,56r-25,0v-3,-44,4,-83,47,-81v73,4,57,90,21,131v-13,15,-16,27,-16,45r-22,0xm60,0r-25,0r0,-37r25,0r0,37","w":110},"@":{"d":"183,-117v0,36,-18,69,-51,69v-14,0,-25,-10,-24,-25v-13,31,-55,30,-55,-13v0,-29,20,-64,47,-64v11,0,17,6,19,16r4,-15r21,0r-18,62v-4,15,-1,24,11,24v17,0,30,-21,30,-55v0,-45,-29,-75,-68,-75v-43,0,-75,41,-75,93v0,78,77,116,125,70r9,11v-57,52,-149,10,-149,-81v0,-62,40,-108,90,-108v58,0,84,50,84,91xm107,-93v2,-13,16,-40,-4,-43v-22,-3,-46,61,-16,68v9,0,16,-9,20,-25","w":190},"A":{"d":"124,0r-30,0r-10,-55r-43,0r-10,55r-28,0r45,-240r32,0xm79,-82r-16,-102r-17,102r33,0","w":127},"B":{"d":"124,-84v0,47,-2,84,-48,84r-60,0r0,-240v52,0,106,-10,106,48v0,32,2,65,-25,69v19,5,27,19,27,39xm72,-134v26,2,20,-34,21,-59v1,-24,-25,-20,-47,-20r0,79r26,0xm76,-27v27,0,16,-35,18,-59v2,-26,-24,-23,-48,-23r0,82r30,0","w":135},"C":{"d":"125,-84v3,50,-4,88,-55,88v-85,0,-56,-113,-56,-190v0,-32,19,-58,56,-58v50,1,59,38,55,88r-27,0v0,-30,4,-62,-27,-61v-18,0,-27,12,-27,27r0,141v0,15,9,26,27,26v32,1,27,-31,27,-61r27,0","w":134},"D":{"d":"127,-181v0,73,27,182,-54,181r-57,0r0,-240r57,0v38,0,54,24,54,59xm98,-58r0,-123v2,-31,-22,-33,-52,-31r0,184v29,2,52,0,52,-30","w":141},"E":{"d":"110,0r-94,0r0,-240r94,0r0,28r-64,0r0,74r47,0r0,26r-47,0r0,85r64,0r0,27","w":119},"F":{"d":"109,-213r-63,0r0,79r49,0r0,26r-49,0r0,108r-30,0r0,-240r93,0r0,27","w":114},"G":{"d":"126,0r-14,0r-7,-16v-24,39,-97,17,-91,-37v9,-76,-29,-190,56,-191v46,0,57,34,54,81r-28,0v0,-28,4,-53,-26,-54v-18,0,-26,13,-26,27r0,141v0,14,8,27,26,27v36,-1,26,-40,27,-73r-26,0r0,-26r55,0r0,121","w":137},"H":{"d":"131,0r-30,0r0,-106r-55,0r0,106r-30,0r0,-240r30,0r0,107r55,0r0,-107r30,0r0,240","w":146},"I":{"d":"46,0r-30,0r0,-240r30,0r0,240","w":62},"J":{"d":"113,-52v0,33,-17,56,-52,56v-52,0,-55,-46,-52,-99r28,0v1,29,-8,72,23,72v16,0,23,-9,23,-27r0,-190r30,0r0,188","w":128},"K":{"d":"130,0r-32,0r-36,-107r-16,37r0,70r-30,0r0,-240r30,0r0,121r53,-121r31,0r-49,104","w":134},"L":{"d":"108,0r-92,0r0,-240r30,0r0,212r62,0r0,28","w":113},"M":{"d":"170,0r-28,0r0,-184r-35,184r-29,0r-35,-184r0,184r-27,0r0,-240r43,0r35,193r34,-193r42,0r0,240","w":186},"N":{"d":"132,0r-22,0r-66,-159r0,159r-28,0r0,-240r25,0r62,162r0,-162r29,0r0,240","w":147},"O":{"d":"127,-185v0,77,27,189,-57,189v-83,0,-56,-113,-56,-189v0,-34,19,-59,56,-59v37,0,57,25,57,59xm97,-51r0,-137v0,-16,-9,-29,-27,-29v-18,0,-26,13,-26,29r0,137v0,16,8,28,26,28v18,0,27,-12,27,-28","w":140},"P":{"d":"123,-190v0,49,-1,95,-48,91r-29,0r0,99r-30,0r0,-240v53,0,107,-9,107,50xm75,-125v27,0,16,-42,18,-67v2,-26,-24,-21,-47,-21r0,88r29,0","w":130},"Q":{"d":"138,-18v8,27,-23,26,-37,15v-40,21,-92,-6,-87,-50v8,-77,-29,-191,56,-191v86,0,56,117,56,194v0,10,-2,20,-6,27v3,4,9,5,18,5xm96,-52r0,-138v0,-14,-8,-27,-26,-27v-18,0,-26,13,-26,27r0,141v-3,18,23,34,41,22r-9,-8","w":140},"R":{"d":"132,2v-49,10,-38,-42,-38,-83v0,-27,-23,-25,-48,-24r0,105r-30,0r0,-240v52,0,109,-9,107,48v-1,35,5,69,-26,75v36,7,25,50,27,89v0,6,2,9,8,9r0,21xm72,-129v27,1,20,-37,21,-64v1,-24,-25,-20,-47,-20r0,84r26,0","w":137},"S":{"d":"41,-193v0,46,91,88,80,139v0,39,-26,58,-56,58v-42,-1,-61,-29,-56,-75r30,0v-2,27,2,50,26,50v17,0,26,-11,26,-28v3,-51,-79,-82,-79,-139v0,-32,18,-56,54,-56v40,0,58,31,53,76r-28,0v1,-26,-1,-50,-26,-50v-16,0,-24,10,-24,25","w":129},"T":{"d":"115,-212r-40,0r0,212r-30,0r0,-212r-41,0r0,-28r111,0r0,28","w":119},"U":{"d":"127,-51v0,35,-23,55,-56,55v-32,0,-56,-20,-56,-55r0,-189r30,0r0,190v0,18,9,27,27,27v18,0,26,-9,26,-27r0,-190r29,0r0,189","w":142},"V":{"d":"127,-240r-47,240r-30,0r-46,-240r31,0r31,185r31,-185r30,0","w":129},"W":{"d":"185,-240r-37,240r-29,0r-25,-160r-27,160r-28,0r-35,-240r30,0r20,175r29,-175r26,0r26,175r22,-175r28,0","w":188},"X":{"d":"128,0r-32,0r-31,-93r-31,93r-30,0r45,-121r-43,-119r32,0r29,91r29,-91r30,0r-43,116","w":131},"Y":{"d":"125,-240r-48,145r0,95r-30,0r0,-95r-47,-145r31,0r32,111r32,-111r30,0","w":124},"Z":{"d":"116,-225r-74,198r71,0r0,27r-107,0r0,-14r75,-198r-71,0r0,-28r106,0r0,15","w":122},"[":{"d":"91,48r-61,0r0,-315r61,0r0,22r-37,0r0,271r37,0r0,22","w":88},"\\":{"d":"85,23r-19,0r-69,-285r20,0","w":83},"]":{"d":"58,48r-62,0r0,-22r38,0r0,-271r-38,0r0,-22r62,0r0,315","w":88},"^":{"d":"83,-209v3,10,-8,10,-14,10v-13,0,-23,-8,-27,-25v-4,21,-18,29,-39,23r0,-8v12,0,24,-10,29,-31r22,0v5,21,17,31,29,31","w":86},"_":{"d":"107,24r-107,0r0,-24r107,0r0,24","w":107},"`":{"d":"48,-190r-17,0r-25,-47r28,0"},"a":{"d":"104,3v-15,1,-25,-2,-27,-18v-20,32,-68,19,-68,-30v0,-33,30,-48,63,-57v0,-20,4,-45,-17,-45v-19,0,-17,15,-17,33r-24,0v-3,-33,9,-57,41,-57v63,0,35,88,41,145v0,6,3,9,8,9r0,20xm49,-20v26,1,24,-34,23,-61v-29,8,-41,18,-39,42v0,11,5,19,16,19","w":112},"b":{"d":"104,-129v-4,50,15,132,-35,132v-13,0,-27,-6,-32,-23r-4,20r-19,0r0,-240r26,0r0,91v14,-35,68,-25,64,20xm60,-19v34,0,19,-70,19,-104v0,-16,-7,-24,-19,-24v-36,0,-20,69,-20,105v0,15,9,23,20,23","w":116},"c":{"d":"98,-59v2,36,-9,62,-42,62v-53,0,-44,-70,-44,-124v0,-30,18,-50,44,-50v32,0,45,26,42,63r-22,0v1,-20,0,-41,-19,-39v-35,3,-19,69,-19,104v0,14,7,22,19,22v18,0,20,-18,19,-38r22,0","w":108},"d":{"d":"102,0r-20,0r-2,-20v-16,40,-71,26,-68,-20v3,-49,-14,-130,34,-131v14,0,23,6,30,18r0,-87r26,0r0,240xm57,-19v34,0,19,-71,19,-106v0,-14,-7,-23,-19,-23v-34,0,-19,70,-19,104v0,17,7,25,19,25","w":116},"e":{"d":"98,-59v3,36,-10,62,-41,62v-54,0,-45,-70,-45,-124v0,-30,18,-50,45,-50v40,-1,44,46,41,90r-60,0v1,25,-8,60,19,60v18,0,19,-19,18,-38r23,0xm75,-98v0,-22,4,-49,-18,-49v-23,0,-19,27,-19,49r37,0","w":109},"f":{"d":"67,-144r-19,0r0,144r-26,0r0,-144r-17,0r0,-23r17,0v-2,-43,5,-79,48,-73r0,23v-29,-5,-24,24,-24,50r21,0r0,23","w":70},"g":{"d":"110,-186v5,20,-5,37,-24,29v29,31,14,117,-41,99v-6,0,-12,7,-12,13v0,9,7,14,29,14v35,1,45,17,45,49v0,27,-19,45,-49,45v-48,0,-70,-61,-27,-77v-28,-8,-24,-43,2,-49v-41,-24,-21,-133,42,-105v12,0,16,-8,16,-18r19,0xm57,-78v21,0,20,-27,19,-49v0,-12,-8,-21,-19,-21v-24,0,-20,25,-20,48v0,12,7,22,20,22xm58,40v24,0,26,-12,25,-32v0,-9,-6,-17,-25,-17v-24,1,-26,10,-25,30v0,10,8,19,25,19","w":111},"h":{"d":"105,0r-26,0r0,-128v0,-12,-7,-20,-17,-20v-14,0,-21,18,-21,29r0,119r-27,0r0,-240r27,0r0,96v12,-41,64,-31,64,14r0,130","w":118},"i":{"d":"40,-193r-25,0r0,-30r25,0r0,30xm41,0r-27,0r0,-168r27,0r0,168"},"j":{"d":"40,-193r-25,0r0,-30r25,0r0,30xm41,14v0,34,-13,50,-46,47r0,-22v14,1,20,-4,19,-16r0,-191r27,0r0,182"},"k":{"d":"108,0r-27,0r-25,-74r-15,29r0,45r-27,0r0,-240r27,0r0,158r38,-87r26,0r-33,73","w":111},"l":{"d":"41,0r-27,0r0,-240r27,0r0,240"},"m":{"d":"154,0r-26,0r0,-129v0,-11,-5,-18,-13,-18v-13,0,-17,18,-17,29r0,118r-27,0r0,-129v0,-12,-4,-19,-13,-19v-13,0,-17,18,-17,29r0,119r-27,0r0,-168r23,0r2,24v9,-34,50,-35,56,-3v13,-36,59,-30,59,14r0,133","w":167},"n":{"d":"105,0r-26,0r0,-128v0,-12,-7,-20,-17,-20v-14,0,-21,18,-21,29r0,119r-27,0r0,-168r23,0r2,27v11,-46,66,-34,66,11r0,130","w":119},"o":{"d":"101,-121v0,54,11,124,-44,124v-54,0,-45,-70,-45,-124v0,-30,18,-50,45,-50v27,0,44,20,44,50xm57,-21v36,0,19,-69,19,-105v0,-12,-7,-21,-19,-21v-36,0,-19,69,-19,105v0,12,7,21,19,21","w":113},"p":{"d":"104,-129v-4,48,16,129,-32,131v-14,0,-24,-5,-32,-17r0,75r-26,0r0,-228r21,0r2,20v14,-41,70,-27,67,19xm78,-46r0,-79v0,-16,-6,-24,-18,-24v-34,0,-20,69,-20,104v0,15,8,24,20,24v12,0,18,-8,18,-25","w":116},"q":{"d":"102,61r-26,0r0,-79v-12,33,-67,26,-64,-19v4,-51,-17,-133,36,-133v12,0,26,6,32,23r4,-20r18,0r0,228xm57,-20v35,0,19,-70,19,-105v0,-15,-9,-23,-19,-23v-34,0,-19,69,-19,103v0,17,7,25,19,25","w":116},"r":{"d":"77,-142v-27,-2,-36,6,-36,21r0,121r-27,0r0,-168r23,0r2,25v7,-22,20,-29,38,-27r0,28","w":81},"s":{"d":"35,-130v-2,30,70,49,60,89v0,24,-16,44,-42,44v-33,0,-46,-22,-44,-56r22,0v-11,35,36,48,40,15v4,-34,-68,-51,-60,-89v0,-26,17,-44,42,-44v32,0,43,21,41,54r-21,0v10,-31,-36,-41,-38,-13","w":104},"t":{"d":"66,-144r-19,0v2,48,-5,107,7,144r-26,0v-13,-34,-5,-98,-7,-144r-16,0r0,-23r18,0r0,-29r24,-9r0,38r19,0r0,23","w":71},"u":{"d":"105,0r-23,0r-1,-24v-12,43,-67,32,-67,-14r0,-130r26,0r0,128v0,13,7,21,17,21v14,0,21,-19,21,-29r0,-120r27,0r0,168","w":119},"v":{"d":"99,-168r-35,168r-26,0r-35,-168r25,0r23,132r22,-132r26,0","w":102},"w":{"d":"148,-168r-30,168r-24,0r-18,-108r-19,108r-24,0r-30,-168r25,0r18,130r20,-130r21,0r19,130r19,-130r23,0","w":151},"x":{"d":"98,0r-26,0r-22,-59r-22,59r-25,0r35,-84r-35,-84r26,0r22,59r21,-59r26,0r-35,84","w":100},"y":{"d":"98,-168r-38,182v-7,33,-14,49,-48,47r0,-22v24,4,24,-17,27,-36r-36,-171r26,0r21,131r23,-131r25,0","w":102},"z":{"d":"88,-154r-54,131r52,0r0,23r-80,0r0,-15r55,-131r-52,0r0,-22r79,0r0,14","w":94},"{":{"d":"85,48v-39,4,-60,-18,-59,-49v0,-36,26,-67,26,-84v0,-14,-15,-17,-32,-16r0,-17v17,1,32,-1,32,-16v0,-18,-26,-48,-26,-84v-1,-29,20,-53,59,-49r0,19v-91,2,39,122,-40,139v56,14,7,67,5,109v-1,21,12,31,35,28r0,20","w":98},"|":{"d":"35,23r-19,0r0,-285r19,0r0,285","w":51},"}":{"d":"79,-101v-17,-1,-33,2,-33,16v0,17,27,48,27,84v0,30,-20,52,-59,49r0,-20v89,-1,-38,-121,39,-137v-55,-16,-7,-67,-5,-110v1,-20,-11,-32,-34,-29r0,-19v39,-3,60,20,59,49v0,36,-27,66,-27,84v0,15,16,17,33,16r0,17","w":98},"~":{"d":"80,-138v9,14,2,36,-17,36v-17,0,-36,-28,-44,-10r0,11v-12,2,-16,-4,-16,-13v-1,-41,47,-15,59,-7v8,1,6,-10,6,-17r12,0","w":86},"\u00a0":{"w":25},"\u00a1":{"d":"42,-131r-25,0r0,-37r25,0r0,37xm44,71r-29,0v-1,-64,0,-125,11,-176r8,0v10,52,11,113,10,176","w":59},"\u00a2":{"d":"48,-206r0,-34r23,0r0,34v22,6,31,30,29,61r-23,0v1,-19,1,-39,-18,-38v-11,0,-18,8,-18,20r0,85v0,12,7,20,18,20v19,1,19,-18,18,-37r23,0v2,31,-7,54,-29,60r0,35r-23,0r0,-35v-45,-6,-31,-74,-33,-124v0,-25,13,-43,33,-47","w":111},"\u00a3":{"d":"139,-72v2,39,-2,76,-37,76v-16,0,-33,-6,-43,-16v-14,24,-61,21,-61,-12v0,-26,35,-39,55,-22v8,-18,12,-43,3,-63r-38,0r0,-24r29,0v-21,-40,-18,-112,39,-111v40,1,51,32,48,74r-26,0v1,-24,2,-48,-23,-47v-35,2,-20,60,-9,84r40,0r0,24r-31,0v5,29,1,52,-12,77v13,13,41,17,41,-7r0,-33r25,0xm43,-27v-9,-9,-21,-9,-24,1v1,13,21,10,24,-1","w":147},"\u00a4":{"d":"41,-133r62,0r0,26r-62,0v2,35,-12,84,27,84v28,0,28,-25,27,-53r26,0v3,47,-7,81,-54,81v-82,0,-53,-117,-53,-192v0,-31,17,-57,53,-57v47,0,57,34,54,81r-26,0v1,-28,1,-53,-27,-53v-39,0,-24,49,-27,83","w":131},"\u00a5":{"d":"78,-100r0,24r40,0r0,25r-40,0r0,51r-28,0r0,-51r-40,0r0,-25r40,0r0,-24r-40,0r0,-25r32,0r-36,-115r31,0r29,104r29,-104r30,0r-38,115r31,0r0,25r-40,0","w":130},"\u00a7":{"d":"123,-89v0,24,-10,41,-25,52v37,31,27,98,-31,98v-40,0,-60,-24,-57,-65r26,0v-2,24,5,39,28,39v20,0,29,-9,29,-23v0,-39,-82,-54,-82,-107v0,-21,11,-38,26,-51v-37,-29,-30,-98,30,-98v41,1,54,28,52,64r-27,0v1,-22,1,-37,-26,-38v-17,0,-23,10,-23,24v0,37,80,53,80,105xm81,-53v29,-28,19,-54,-27,-79v-25,31,-23,51,27,79","w":131},"\u00a8":{"d":"67,-199r-23,0r0,-31r23,0r0,31xm27,-199r-23,0r0,-31r23,0r0,31","w":70},"\u00a9":{"d":"213,-115v0,57,-44,104,-103,104v-59,0,-103,-47,-103,-104v0,-57,44,-104,103,-104v59,0,103,47,103,104xm197,-115v0,-49,-36,-89,-87,-89v-51,0,-87,40,-87,89v0,49,36,89,87,89v51,0,87,-40,87,-89xm145,-101v2,23,-12,35,-34,36v-37,0,-35,-32,-35,-69v0,-18,15,-31,35,-31v22,1,36,13,34,36v-6,-1,-19,4,-16,-6v0,-9,-6,-16,-17,-16v-27,0,-16,33,-18,56v0,9,6,16,18,16v13,0,18,-9,17,-22r16,0","w":219},"\u00aa":{"d":"91,-112v-13,1,-22,-1,-24,-14v-17,25,-58,16,-58,-22v0,-27,26,-37,53,-43v0,-16,4,-34,-14,-34v-15,0,-15,10,-15,24r-20,0v-2,-26,7,-42,35,-43v51,0,31,64,35,109v0,5,1,7,8,7r0,16xm42,-130v22,0,21,-23,20,-45v-24,5,-34,12,-33,30v0,9,4,15,13,15","w":96},"\u00ab":{"d":"65,0r-15,0v-5,-28,-21,-49,-43,-58r0,-23v22,-9,38,-31,43,-58r15,0v0,30,-12,56,-33,70v21,13,33,38,33,69xm120,0r-15,0v-5,-28,-21,-49,-43,-58r0,-23v22,-9,38,-31,43,-58r15,0v0,30,-13,56,-33,70v20,13,33,38,33,69","w":129},"\u00ac":{"d":"108,-93r-17,17r-28,-28r-28,28r-17,-17r28,-28r-28,-28r17,-17r28,29r28,-29r17,17r-29,28","w":126},"\u00ae":{"d":"213,-115v0,57,-44,104,-103,104v-59,0,-103,-47,-103,-104v0,-57,44,-104,103,-104v59,0,103,47,103,104xm197,-115v0,-49,-36,-89,-87,-89v-51,0,-87,40,-87,89v0,49,36,89,87,89v51,0,87,-40,87,-89xm150,-80v-1,5,3,15,-5,13v-36,5,4,-52,-48,-41r0,40r-18,0r0,-95v31,0,65,-6,65,29v0,11,-4,18,-15,20v15,2,17,14,16,30v0,3,2,4,5,4xm97,-120v17,1,32,1,29,-18v2,-13,-16,-11,-29,-11r0,29","w":219},"\u00af":{"d":"72,-202r-69,0r0,-20r69,0r0,20","w":75},"\u00b0":{"d":"81,-207v0,20,-15,37,-38,37v-22,0,-38,-17,-38,-37v0,-20,16,-37,38,-37v23,0,38,17,38,37xm62,-207v0,-12,-7,-21,-19,-21v-12,0,-19,9,-19,21v0,12,7,21,19,21v12,0,19,-9,19,-21","w":86},"\u00b1":{"d":"174,0r-165,0r0,-173r165,0r0,173xm156,-18r0,-137r-129,0r0,137r129,0","w":182},"\u00b4":{"d":"54,-237r-25,47r-17,0r14,-47r28,0"},"\u00b6":{"d":"157,58r-22,0r0,-270r-21,0r0,270r-21,0r0,-127v-52,4,-81,-30,-81,-88v0,-50,30,-83,68,-83r77,0r0,298xm93,-96r0,-116v-40,-6,-31,48,-32,86v1,23,12,31,32,30","w":173},"\u00b7":{"d":"37,-100r-25,0r0,-39r25,0r0,39","w":48},"\u00b8":{"d":"58,47v0,19,-21,31,-39,24v-5,-19,23,-2,19,-28v-2,-15,-19,-16,-26,-4r-10,-7r26,-38r10,7r-16,22v19,-7,36,5,36,24","w":56},"\u00ba":{"d":"83,-204v1,43,5,92,-37,92v-43,0,-40,-49,-38,-92v0,-25,16,-40,38,-40v21,0,37,15,37,40xm46,-130v28,0,16,-52,16,-79v0,-10,-7,-17,-16,-17v-29,3,-16,52,-16,79v0,10,6,17,16,17","w":91},"\u00bb":{"d":"67,-58v-22,9,-38,30,-43,58r-15,0v0,-31,13,-56,33,-69v-20,-14,-33,-40,-33,-70r15,0v5,27,21,49,43,58r0,23xm122,-58v-22,9,-38,30,-44,58r-14,0v0,-31,12,-56,32,-69v-20,-14,-32,-40,-32,-70r14,0v6,27,22,49,44,58r0,23","w":129},"\u00bf":{"d":"64,-100v7,32,-42,79,-41,120v0,22,8,30,23,30v26,1,23,-29,23,-55r25,0v3,45,-4,83,-47,81v-73,-4,-58,-89,-21,-131v13,-16,16,-27,16,-45r22,0xm40,-168r26,0r0,37r-26,0r0,-37","w":99},"\u00c0":{"d":"124,0r-30,0r-10,-55r-43,0r-10,55r-28,0r45,-240r32,0xm79,-82r-16,-102r-17,102r33,0xm71,-252r-17,0r-24,-46r28,0","w":127},"\u00c1":{"d":"124,0r-30,0r-10,-55r-43,0r-10,55r-28,0r45,-240r32,0xm79,-82r-16,-102r-17,102r33,0xm95,-298r-24,46r-17,0r14,-46r27,0","w":127},"\u00c2":{"d":"124,0r-30,0r-10,-55r-43,0r-10,55r-28,0r45,-240r32,0xm79,-82r-16,-102r-17,102r33,0xm104,-264v3,10,-9,11,-14,11v-13,0,-23,-9,-27,-25v-5,20,-20,30,-39,22r0,-8v12,0,24,-9,29,-30r22,0v5,21,16,30,29,30","w":127},"\u00c3":{"d":"124,0r-30,0r-10,-55r-43,0r-10,55r-28,0r45,-240r32,0xm79,-82r-16,-102r-17,102r33,0xm98,-293v9,14,2,37,-17,37v-17,0,-36,-29,-44,-11r0,11v-12,2,-16,-4,-16,-13v-1,-41,47,-15,59,-7v8,0,6,-10,6,-17r12,0","w":127},"\u00c4":{"d":"124,0r-30,0r-10,-55r-43,0r-10,55r-28,0r45,-240r32,0xm79,-82r-16,-102r-17,102r33,0xm93,-261r-23,0r0,-31r23,0r0,31xm53,-261r-23,0r0,-31r23,0r0,31","w":127},"\u00c5":{"d":"79,-82r-16,-102r-17,102r33,0xm76,-262v0,-9,-5,-15,-12,-15v-8,0,-13,6,-13,15v0,9,5,14,13,14v7,0,12,-5,12,-14xm53,-240v-23,-10,-16,-48,11,-48v25,0,33,38,11,48r5,0r44,240r-30,0r-10,-55r-43,0r-10,55r-28,0r45,-240r5,0","w":127},"\u00c6":{"d":"182,0r-94,0r0,-55r-39,0r-17,55r-29,0r72,-240r107,0r0,28r-64,0r0,74r46,0r0,26r-46,0r0,85r64,0r0,27xm88,-82r0,-115r-31,115r31,0","w":190},"\u00c7":{"d":"59,4v-70,-12,-45,-116,-45,-190v0,-32,19,-58,56,-58v50,1,59,38,55,88r-27,0v0,-30,4,-62,-27,-61v-18,0,-27,12,-27,27r0,141v0,15,9,26,27,26v32,1,27,-31,27,-61r27,0v3,49,-5,86,-53,88r-13,19v19,-7,36,5,36,24v0,19,-20,31,-39,24v-5,-19,25,-2,19,-28v0,-15,-20,-16,-26,-4r-9,-7","w":134},"\u00c8":{"d":"110,0r-94,0r0,-240r94,0r0,28r-64,0r0,74r47,0r0,26r-47,0r0,85r64,0r0,27xm73,-252r-17,0r-25,-46r28,0","w":119},"\u00c9":{"d":"110,0r-94,0r0,-240r94,0r0,28r-64,0r0,74r47,0r0,26r-47,0r0,85r64,0r0,27xm92,-298r-24,46r-17,0r13,-46r28,0","w":119},"\u00ca":{"d":"110,0r-94,0r0,-240r94,0r0,28r-64,0r0,74r47,0r0,26r-47,0r0,85r64,0r0,27xm102,-264v3,10,-8,11,-14,11v-13,0,-23,-9,-27,-25v-3,20,-20,30,-39,22r0,-8v12,0,24,-9,29,-30r22,0v5,21,17,30,29,30","w":119},"\u00cb":{"d":"110,0r-94,0r0,-240r94,0r0,28r-64,0r0,74r47,0r0,26r-47,0r0,85r64,0r0,27xm94,-261r-24,0r0,-31r24,0r0,31xm54,-261r-24,0r0,-31r24,0r0,31","w":119},"\u00cc":{"d":"46,0r-30,0r0,-240r30,0r0,240xm39,-252r-17,0r-24,-46r28,0","w":62},"\u00cd":{"d":"46,0r-30,0r0,-240r30,0r0,240xm63,-298r-24,46r-17,0r13,-46r28,0","w":62},"\u00ce":{"d":"46,0r-30,0r0,-240r30,0r0,240xm72,-264v3,10,-9,11,-14,11v-13,0,-23,-9,-27,-25v-5,20,-20,30,-39,22r0,-8v12,0,23,-9,29,-30r21,0v6,21,17,30,30,30","w":62},"\u00cf":{"d":"46,0r-30,0r0,-240r30,0r0,240xm63,-261r-24,0r0,-31r24,0r0,31xm23,-261r-24,0r0,-31r24,0r0,31","w":62},"\u00d0":{"d":"57,-132r26,0r0,25r-26,0r0,79v29,2,52,0,52,-30r0,-123v2,-31,-22,-33,-52,-31r0,80xm27,-107r-27,0r0,-25r27,0r0,-108r57,0v82,-1,55,108,55,181v0,36,-17,59,-55,59r-57,0r0,-107","w":152},"\u00d1":{"d":"132,0r-22,0r-66,-159r0,159r-28,0r0,-240r25,0r62,162r0,-162r29,0r0,240xm108,-293v10,14,2,37,-17,37v-14,0,-30,-17,-37,-17v-9,-1,-5,10,-6,17v-11,2,-16,-4,-16,-13v0,-15,6,-24,21,-24v14,0,30,17,37,17v9,0,5,-10,6,-17r12,0","w":147},"\u00d2":{"d":"127,-185v0,77,27,189,-57,189v-83,0,-56,-113,-56,-189v0,-34,19,-59,56,-59v37,0,57,25,57,59xm97,-51r0,-137v0,-16,-9,-29,-27,-29v-18,0,-26,13,-26,29r0,137v0,16,8,28,26,28v18,0,27,-12,27,-28xm78,-252r-17,0r-24,-46r27,0","w":140},"\u00d3":{"d":"127,-185v0,77,27,189,-57,189v-83,0,-56,-113,-56,-189v0,-34,19,-59,56,-59v37,0,57,25,57,59xm97,-51r0,-137v0,-16,-9,-29,-27,-29v-18,0,-26,13,-26,29r0,137v0,16,8,28,26,28v18,0,27,-12,27,-28xm102,-298r-24,46r-17,0r14,-46r27,0","w":140},"\u00d4":{"d":"127,-185v0,77,27,189,-57,189v-83,0,-56,-113,-56,-189v0,-34,19,-59,56,-59v37,0,57,25,57,59xm97,-51r0,-137v0,-16,-9,-29,-27,-29v-18,0,-26,13,-26,29r0,137v0,16,8,28,26,28v18,0,27,-12,27,-28xm111,-264v3,11,-10,11,-15,11v-12,0,-23,-9,-26,-25v-5,20,-20,30,-39,22r0,-8v12,0,23,-9,29,-30r21,0v6,21,17,30,30,30","w":140},"\u00d5":{"d":"127,-185v0,77,27,189,-57,189v-83,0,-56,-113,-56,-189v0,-34,19,-59,56,-59v37,0,57,25,57,59xm97,-51r0,-137v0,-16,-9,-29,-27,-29v-18,0,-26,13,-26,29r0,137v0,16,8,28,26,28v18,0,27,-12,27,-28xm104,-293v9,14,3,38,-17,37v-14,0,-30,-17,-37,-17v-9,-1,-5,10,-6,17v-11,2,-16,-4,-16,-13v0,-15,6,-24,21,-24v14,0,30,17,37,17v9,0,5,-10,6,-17r12,0","w":140},"\u00d6":{"d":"127,-185v0,77,27,189,-57,189v-83,0,-56,-113,-56,-189v0,-34,19,-59,56,-59v37,0,57,25,57,59xm97,-51r0,-137v0,-16,-9,-29,-27,-29v-18,0,-26,13,-26,29r0,137v0,16,8,28,26,28v18,0,27,-12,27,-28xm102,-261r-24,0r0,-31r24,0r0,31xm62,-261r-23,0r0,-31r23,0r0,31","w":140},"\u00d7":{"d":"108,-93r-17,17r-28,-28r-28,28r-17,-17r28,-28r-28,-28r17,-17r28,29r28,-29r17,17r-29,28","w":126},"\u00d8":{"d":"133,-242r-12,29v13,42,1,106,6,158v5,49,-56,75,-93,48r-7,17r-16,-8r10,-24v-16,-42,-1,-110,-7,-163v-5,-51,61,-77,95,-45r8,-20xm95,-198v-6,-31,-51,-21,-51,10r0,113xm97,-51r0,-105r-51,119v9,24,51,15,51,-14","w":140},"\u00d9":{"d":"127,-51v0,35,-23,55,-56,55v-32,0,-56,-20,-56,-55r0,-189r30,0r0,190v0,18,9,27,27,27v18,0,26,-9,26,-27r0,-190r29,0r0,189xm82,-252r-16,0r-25,-46r28,0","w":142},"\u00da":{"d":"127,-51v0,35,-23,55,-56,55v-32,0,-56,-20,-56,-55r0,-189r30,0r0,190v0,18,9,27,27,27v18,0,26,-9,26,-27r0,-190r29,0r0,189xm104,-298r-24,46r-17,0r13,-46r28,0","w":142},"\u00db":{"d":"127,-51v0,35,-23,55,-56,55v-32,0,-56,-20,-56,-55r0,-189r30,0r0,190v0,18,9,27,27,27v18,0,26,-9,26,-27r0,-190r29,0r0,189xm113,-264v3,10,-8,11,-14,11v-13,0,-23,-9,-27,-25v-3,20,-20,30,-39,22r0,-8v12,0,24,-9,29,-30r22,0v5,21,17,30,29,30","w":142},"\u00dc":{"d":"127,-51v0,35,-23,55,-56,55v-32,0,-56,-20,-56,-55r0,-189r30,0r0,190v0,18,9,27,27,27v18,0,26,-9,26,-27r0,-190r29,0r0,189xm104,-261r-23,0r0,-31r23,0r0,31xm64,-261r-23,0r0,-31r23,0r0,31","w":142},"\u00dd":{"d":"125,-240r-48,145r0,95r-30,0r0,-95r-47,-145r31,0r32,111r32,-111r30,0xm96,-298r-24,46r-17,0r14,-46r27,0","w":124},"\u00de":{"d":"123,-147v0,49,-1,95,-48,91r-29,0r0,56r-30,0r0,-240r30,0r0,43v45,-3,77,5,77,50xm75,-82v28,1,15,-41,18,-66v3,-27,-24,-22,-47,-22r0,88r29,0","w":130},"\u00df":{"d":"105,-95v2,48,5,113,-49,95r0,-12v40,0,23,-56,23,-89v0,-11,-7,-17,-22,-17r0,-18v31,1,21,-32,21,-58v0,-13,-6,-21,-18,-21v-12,0,-18,8,-18,21r0,194r-27,0r0,-189v0,-31,15,-51,44,-51v42,-1,48,36,45,80v0,14,-6,27,-18,32v13,6,19,16,19,33","w":117},"\u00e0":{"d":"104,3v-15,1,-25,-2,-27,-18v-20,32,-68,19,-68,-30v0,-33,30,-48,63,-57v0,-20,4,-45,-17,-45v-19,0,-17,15,-17,33r-24,0v-3,-33,9,-57,41,-57v63,0,35,88,41,145v0,6,3,9,8,9r0,20xm49,-20v26,1,24,-34,23,-61v-29,8,-41,18,-39,42v0,11,5,19,16,19xm63,-190r-17,0r-24,-47r27,0","w":112},"\u00e1":{"d":"104,3v-15,1,-25,-2,-27,-18v-20,32,-68,19,-68,-30v0,-33,30,-48,63,-57v0,-20,4,-45,-17,-45v-19,0,-17,15,-17,33r-24,0v-3,-33,9,-57,41,-57v63,0,35,88,41,145v0,6,3,9,8,9r0,20xm49,-20v26,1,24,-34,23,-61v-29,8,-41,18,-39,42v0,11,5,19,16,19xm87,-237r-24,47r-17,0r13,-47r28,0","w":112},"\u00e2":{"d":"104,3v-15,1,-25,-2,-27,-18v-20,32,-68,19,-68,-30v0,-33,30,-48,63,-57v0,-20,4,-45,-17,-45v-19,0,-17,15,-17,33r-24,0v-3,-33,9,-57,41,-57v63,0,35,88,41,145v0,6,3,9,8,9r0,20xm49,-20v26,1,24,-34,23,-61v-29,8,-41,18,-39,42v0,11,5,19,16,19xm96,-202v3,10,-8,11,-14,11v-13,0,-23,-9,-27,-25v-4,20,-20,30,-39,22r0,-8v12,0,24,-9,29,-31r22,0v5,22,17,31,29,31","w":112},"\u00e3":{"d":"104,3v-15,1,-25,-2,-27,-18v-20,32,-68,19,-68,-30v0,-33,30,-48,63,-57v0,-20,4,-45,-17,-45v-19,0,-17,15,-17,33r-24,0v-3,-33,9,-57,41,-57v63,0,35,88,41,145v0,6,3,9,8,9r0,20xm49,-20v26,1,24,-34,23,-61v-29,8,-41,18,-39,42v0,11,5,19,16,19xm90,-231v10,13,1,37,-17,37v-14,0,-30,-17,-37,-17v-9,-1,-5,10,-6,17v-11,2,-16,-4,-16,-13v0,-15,6,-24,21,-24v14,0,30,17,37,17v9,0,5,-10,6,-17r12,0","w":112},"\u00e4":{"d":"104,3v-15,1,-25,-2,-27,-18v-20,32,-68,19,-68,-30v0,-33,30,-48,63,-57v0,-20,4,-45,-17,-45v-19,0,-17,15,-17,33r-24,0v-3,-33,9,-57,41,-57v63,0,35,88,41,145v0,6,3,9,8,9r0,20xm49,-20v26,1,24,-34,23,-61v-29,8,-41,18,-39,42v0,11,5,19,16,19xm86,-199r-24,0r0,-31r24,0r0,31xm46,-199r-24,0r0,-31r24,0r0,31","w":112},"\u00e5":{"w":112},"\u00e6":{"d":"157,-59v9,56,-48,84,-75,42v-21,34,-73,24,-73,-28v0,-33,31,-48,63,-57v-1,-20,5,-45,-17,-45v-18,0,-19,15,-18,33r-22,0v-12,-51,49,-77,70,-37v19,-37,77,-19,72,30r0,40r-61,0v1,25,-7,60,20,60v19,0,19,-19,18,-38r23,0xm134,-98v-1,-22,5,-49,-18,-49v-23,0,-20,26,-20,49r38,0xm50,-20v26,1,23,-34,22,-61v-29,8,-40,18,-38,42v0,11,5,19,16,19","w":168},"\u00e7":{"d":"45,2v-43,-8,-32,-73,-33,-123v0,-30,18,-50,44,-50v32,0,45,26,42,63r-22,0v1,-20,0,-41,-19,-39v-35,3,-19,69,-19,104v0,14,7,22,19,22v18,0,20,-18,19,-38r22,0v2,36,-8,60,-40,62r-14,20v18,-7,36,5,36,24v0,19,-21,31,-39,24v-5,-19,23,-2,19,-28v-2,-15,-20,-15,-27,-4r-9,-7","w":108},"\u00e8":{"d":"98,-59v3,36,-10,62,-41,62v-54,0,-45,-70,-45,-124v0,-30,18,-50,45,-50v40,-1,44,46,41,90r-60,0v1,25,-8,60,19,60v18,0,19,-19,18,-38r23,0xm75,-98v0,-22,4,-49,-18,-49v-23,0,-19,27,-19,49r37,0xm64,-190r-17,0r-24,-47r27,0","w":109},"\u00e9":{"d":"98,-59v3,36,-10,62,-41,62v-54,0,-45,-70,-45,-124v0,-30,18,-50,45,-50v40,-1,44,46,41,90r-60,0v1,25,-8,60,19,60v18,0,19,-19,18,-38r23,0xm75,-98v0,-22,4,-49,-18,-49v-23,0,-19,27,-19,49r37,0xm89,-237r-24,47r-17,0r14,-47r27,0","w":109},"\u00ea":{"d":"98,-59v3,36,-10,62,-41,62v-54,0,-45,-70,-45,-124v0,-30,18,-50,45,-50v40,-1,44,46,41,90r-60,0v1,25,-8,60,19,60v18,0,19,-19,18,-38r23,0xm75,-98v0,-22,4,-49,-18,-49v-23,0,-19,27,-19,49r37,0xm95,-202v3,10,-8,11,-14,11v-13,0,-23,-9,-27,-25v-3,20,-20,30,-39,22r0,-8v12,0,24,-9,29,-31r22,0v5,22,17,31,29,31","w":109},"\u00eb":{"d":"98,-59v3,36,-10,62,-41,62v-54,0,-45,-70,-45,-124v0,-30,18,-50,45,-50v40,-1,44,46,41,90r-60,0v1,25,-8,60,19,60v18,0,19,-19,18,-38r23,0xm75,-98v0,-22,4,-49,-18,-49v-23,0,-19,27,-19,49r37,0xm87,-199r-24,0r0,-31r24,0r0,31xm47,-199r-24,0r0,-31r24,0r0,31","w":109},"\u00ec":{},"\u00ed":{},"\u00ee":{},"\u00ef":{},"\u00f0":{"d":"79,-224r15,-7r6,15r-12,7v22,37,14,106,14,163v0,30,-20,49,-45,49v-55,2,-42,-77,-44,-132v-1,-40,47,-56,63,-23v0,-18,-3,-33,-9,-46r-18,10r-7,-16r17,-9v-7,-10,-18,-16,-26,-27r31,0v5,5,11,11,15,16xm38,-42v0,12,8,20,19,20v35,0,19,-67,19,-101v0,-15,-7,-23,-19,-23v-35,0,-19,70,-19,104","w":114},"\u00f1":{"d":"105,0r-26,0r0,-128v0,-12,-7,-20,-17,-20v-14,0,-21,18,-21,29r0,119r-27,0r0,-168r23,0r2,27v11,-46,66,-34,66,11r0,130xm93,-231v10,13,1,37,-17,37v-14,0,-30,-17,-37,-17v-9,-1,-5,10,-6,17v-11,2,-16,-4,-16,-13v0,-41,47,-15,58,-7v9,0,5,-10,6,-17r12,0","w":119},"\u00f2":{"d":"101,-121v0,54,11,124,-44,124v-54,0,-45,-70,-45,-124v0,-30,18,-50,45,-50v27,0,44,20,44,50xm57,-21v36,0,19,-69,19,-105v0,-12,-7,-21,-19,-21v-36,0,-19,69,-19,105v0,12,7,21,19,21xm65,-190r-17,0r-24,-47r27,0","w":113},"\u00f3":{"d":"101,-121v0,54,11,124,-44,124v-54,0,-45,-70,-45,-124v0,-30,18,-50,45,-50v27,0,44,20,44,50xm57,-21v36,0,19,-69,19,-105v0,-12,-7,-21,-19,-21v-36,0,-19,69,-19,105v0,12,7,21,19,21xm90,-237r-24,47r-17,0r13,-47r28,0","w":113},"\u00f4":{"d":"101,-121v0,54,11,124,-44,124v-54,0,-45,-70,-45,-124v0,-30,18,-50,45,-50v27,0,44,20,44,50xm57,-21v36,0,19,-69,19,-105v0,-12,-7,-21,-19,-21v-36,0,-19,69,-19,105v0,12,7,21,19,21xm98,-202v3,10,-10,11,-14,11v-13,0,-24,-9,-27,-25v-5,20,-20,30,-39,22r0,-8v12,0,23,-9,29,-31r21,0v6,22,17,31,30,31","w":113},"\u00f5":{"d":"101,-121v0,54,11,124,-44,124v-54,0,-45,-70,-45,-124v0,-30,18,-50,45,-50v27,0,44,20,44,50xm57,-21v36,0,19,-69,19,-105v0,-12,-7,-21,-19,-21v-36,0,-19,69,-19,105v0,12,7,21,19,21xm91,-231v9,13,2,37,-17,37v-14,0,-30,-17,-37,-17v-9,-1,-5,10,-6,17v-11,2,-16,-4,-16,-13v0,-15,6,-24,21,-24v14,0,30,17,37,17v9,0,5,-10,6,-17r12,0","w":113},"\u00f6":{"d":"101,-121v0,54,11,124,-44,124v-54,0,-45,-70,-45,-124v0,-30,18,-50,45,-50v27,0,44,20,44,50xm57,-21v36,0,19,-69,19,-105v0,-12,-7,-21,-19,-21v-36,0,-19,69,-19,105v0,12,7,21,19,21xm89,-199r-24,0r0,-31r24,0r0,31xm49,-199r-24,0r0,-31r24,0r0,31","w":113},"\u00f8":{"d":"76,-103v-11,25,-31,40,-36,71v5,17,36,13,36,-8r0,-63xm38,-64r36,-63v0,-12,-6,-21,-17,-21v-32,2,-15,54,-19,84xm17,-25v-10,-24,-3,-64,-5,-96v-2,-47,51,-65,77,-35r11,-19v17,7,4,16,-4,33v12,23,3,64,6,96v2,46,-52,64,-77,34r-11,19r-10,-7","w":113},"\u00f9":{"d":"105,0r-23,0r-1,-24v-12,43,-67,32,-67,-14r0,-130r26,0r0,128v0,13,7,21,17,21v14,0,21,-19,21,-29r0,-120r27,0r0,168xm68,-190r-17,0r-24,-47r28,0","w":119},"\u00fa":{"d":"105,0r-23,0r-1,-24v-12,43,-67,32,-67,-14r0,-130r26,0r0,128v0,13,7,21,17,21v14,0,21,-19,21,-29r0,-120r27,0r0,168xm92,-237r-24,47r-17,0r13,-47r28,0","w":119},"\u00fb":{"d":"105,0r-23,0r-1,-24v-12,43,-67,32,-67,-14r0,-130r26,0r0,128v0,13,7,21,17,21v14,0,21,-19,21,-29r0,-120r27,0r0,168xm100,-202v3,10,-9,11,-14,11v-13,0,-23,-9,-27,-25v-5,20,-20,30,-39,22r0,-8v12,0,24,-9,29,-31r22,0v5,22,16,31,29,31","w":119},"\u00fc":{"d":"105,0r-23,0r-1,-24v-12,43,-67,32,-67,-14r0,-130r26,0r0,128v0,13,7,21,17,21v14,0,21,-19,21,-29r0,-120r27,0r0,168xm91,-199r-23,0r0,-31r23,0r0,31xm51,-199r-23,0r0,-31r23,0r0,31","w":119},"\u00fd":{"d":"98,-168r-38,182v-7,33,-14,49,-48,47r0,-22v24,4,24,-17,27,-36r-36,-171r26,0r21,131r23,-131r25,0xm84,-237r-24,47r-17,0r14,-47r27,0","w":102},"\u00fe":{"d":"104,-131v-4,49,16,131,-32,133v-14,0,-24,-5,-32,-17r0,75r-26,0r0,-300r26,0r0,86v18,-31,67,-20,64,23xm60,-22v34,0,19,-68,19,-102v0,-16,-7,-24,-19,-24v-36,0,-20,68,-20,103v0,15,8,23,20,23","w":116},"\u00ff":{"d":"98,-168r-38,182v-7,33,-14,49,-48,47r0,-22v24,4,24,-17,27,-36r-36,-171r26,0r21,131r23,-131r25,0xm83,-199r-23,0r0,-31r23,0r0,31xm43,-199r-23,0r0,-31r23,0r0,31","w":102}}});
