/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var W=L.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var a=[],c=function(){if(b){return}b=true;for(var e;e=a.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(f){setTimeout(arguments.callee,1)}})()}P(window,"load",c);return function(e){if(!arguments.length){c()}else{b?e():a.push(e)}}})()};var M=L.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value};this.convertFrom=function(c){return c/this.value*a};this.toString=function(){return this.value+this.unit}},color:I(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,c,e){a.opacity=parseFloat(e);return"rgb("+c+")"});return a}),getStyle:function(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new A(a.getComputedStyle(b,null))}if(b.currentStyle){return new A(b.currentStyle)}return new A(b.style)},gradient:I(function(e){var f={id:e,type:e.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},b=e.substr(e.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var d=0,a=b.length,c;d<a;++d){c=b[d].split("=",2).reverse();f.stops.push([c[1]||d/(a-1),c[0]])}return f}),quotedList:I(function(d){var c=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=b.exec(d)){c.push(a[3]||a[1])}return c}),recognizesMedia:I(function(d){var c=document.createElement("style"),b,a;c.type="text/css";c.media=d;b=F("head")[0];b.insertBefore(c,b.firstChild);a=!!(c.sheet||c.styleSheet);b.removeChild(c);return a}),supports:function(c,b){var a=document.createElement("span").style;if(a[c]===undefined){return false}a[c]=b;return a[c]===b},textAlign:function(d,c,a,b){if(c.get("textAlign")=="right"){if(a>0){d=" "+d}}else{if(a<b-1){d+=" "}}return d},textDecoration:function(f,e){if(!e){e=this.getStyle(f)}var b={underline:null,overline:null,"line-through":null};for(var a=f;a.parentNode&&a.parentNode.nodeType==1;){var d=true;for(var c in b){if(!J(b,c)||b[c]){continue}if(e.get("textDecoration").indexOf(c)!=-1){b[c]=e.get("color")}d=false}if(d){break}e=this.getStyle(a=a.parentNode)}return b},textShadow:I(function(e){if(e=="none"){return null}var d=[],f={},a,b=0;var c=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(a=c.exec(e)){if(a[0]==","){d.push(f);f={},b=0}else{if(a[1]){f.color=a[1]}else{f[["offX","offY","blur"][b++]]=a[2]}}}d.push(f);return d}),textTransform:function(b,a){return b[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[a.get("textTransform")]||"toString"]()},whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(d,b,c){if(a[b.get("display")]){return d}if(!c.previousSibling){d=d.replace(/^\s+/,"")}if(!c.nextSibling){d=d.replace(/\s+$/,"")}return d}})()};M.ready=(function(){var c=!M.recognizesMedia("all"),b=false;var a=[],e=function(){c=true;for(var h;h=a.shift();h()){}};var f=F("link"),g={stylesheet:1};function d(){var j,h,k;for(h=0;k=f[h];++h){if(k.disabled||!g[k.rel.toLowerCase()]||!M.recognizesMedia(k.media||"screen")){continue}j=k.sheet||k.styleSheet;if(!j||j.disabled){return false}}return true}W.ready(function(){if(!b){b=M.getStyle(document.body).isUsable()}if(c||(b&&d())){e()}else{setTimeout(arguments.callee,10)}});return function(h){if(c){h()}else{a.push(h)}}})();function R(b){var a=this.face=b.face;this.glyphs=b.glyphs;this.w=b.w;this.baseSize=parseInt(a["units-per-em"],10);this.family=a["font-family"].toLowerCase();this.weight=a["font-weight"];this.style=a["font-style"]||"normal";this.viewBox=(function(){var d=a.bbox.split(/\s+/);var c={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[3],10)};c.width=c.maxX-c.minX,c.height=c.maxY-c.minY;c.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return c})();this.ascent=-parseInt(a.ascent,10);this.descent=-parseInt(a.descent,10);this.height=-this.ascent+this.descent}function E(){var b={},a={oblique:"italic",italic:"oblique"};this.add=function(c){(b[c.style]||(b[c.style]={}))[c.weight]=c};this.get=function(g,h){var f=b[g]||b[a[g]]||b.normal||b.italic||b.oblique;if(!f){return null}h={normal:400,bold:700}[h]||parseInt(h,10);if(f[h]){return f[h]}var d={1:1,99:0}[h%100],j=[],e,c;if(d===undefined){d=h>400}if(h==500){h=400}for(var i in f){if(!J(f,i)){continue}i=parseInt(i,10);if(!e||i<e){e=i}if(!c||i>c){c=i}j.push(i)}if(h<e){h=e}if(h>c){h=c}j.sort(function(l,k){return(d?(l>h&&k>h)?l<k:l>k:(l<h&&k<h)?l>k:l<k)?-1:1});return f[j[0]]}}function Q(){function c(e,f){if(e.contains){return e.contains(f)}return e.compareDocumentPosition(f)&16}function a(g){var f=g.relatedTarget;if(!f||c(this,f)){return}b(this)}function d(f){b(this)}function b(e){setTimeout(function(){L.replace(e,D.get(e).options,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){P(e,"mouseover",a);P(e,"mouseout",a)}else{P(e,"mouseenter",d);P(e,"mouseleave",d)}}}function T(){var b=[],c={};function a(g){var d=[],f;for(var e=0;f=g[e];++e){d[e]=b[c[f]]}return d}this.add=function(e,d){c[e]=b.push(d)-1};this.repeat=function(){var d=arguments.length?a(arguments):b,e;for(var f=0;e=d[f++];){L.replace(e[0],e[1],true)}}}function Z(){var c={},a=0;function b(d){return d.cufid||(d.cufid=++a)}this.get=function(d){var e=b(d);return c[e]||(c[e]={})}}function A(a){var c={},b={};this.extend=function(d){for(var e in d){if(J(d,e)){c[e]=d[e]}}return this};this.get=function(d){return c[d]!=undefined?c[d]:a[d]};this.getSize=function(e,d){return b[e]||(b[e]=new M.Size(this.get(e),d))};this.isUsable=function(){return !!a}}function P(b,a,c){if(b.addEventListener){b.addEventListener(a,c,false)}else{if(b.attachEvent){b.attachEvent("on"+a,function(){return c.call(b,window.event)})}}}function U(b,a){var c=D.get(b);if(c.options){return b}if(a.hover&&a.hoverables[b.nodeName.toLowerCase()]){B.attach(b)}c.options=a;return b}function I(a){var b={};return function(c){if(!J(b,c)){b[c]=a.apply(null,arguments)}return b[c]}}function C(f,e){if(!e){e=M.getStyle(f)}var b=M.quotedList(e.get("fontFamily").toLowerCase()),d;for(var c=0,a=b.length;c<a;++c){d=b[c];if(H[d]){return H[d].get(e.get("fontStyle"),e.get("fontWeight"))}}return null}function F(a){return document.getElementsByTagName(a)}function J(b,a){return b.hasOwnProperty(a)}function G(){var a={},c,e;for(var d=0,b=arguments.length;c=arguments[d],d<b;++d){for(e in c){if(J(c,e)){a[e]=c[e]}}}return a}function N(d,n,b,o,e,c){var m=o.separate;if(m=="none"){return Y[o.engine].apply(null,arguments)}var k=document.createDocumentFragment(),g;var h=n.split(O[m]),a=(m=="words");if(a&&S){if(/^\s/.test(n)){h.unshift("")}if(/\s$/.test(n)){h.push("")}}for(var j=0,f=h.length;j<f;++j){g=Y[o.engine](d,a?M.textAlign(h[j],b,j,f):h[j],b,o,e,c,j<f-1);if(g){k.appendChild(g)}}return k}function K(b,j){var c,a,d,g,f,i;for(d=U(b,j).firstChild;d;d=f){g=d.nodeType;f=d.nextSibling;i=false;if(g==1){if(!d.firstChild){continue}if(!/cufon/.test(d.className)){arguments.callee(d,j);continue}else{i=true}}else{if(g!=3){continue}}if(!a){a=M.getStyle(b).extend(j)}if(!c){c=C(b,a)}if(!c){continue}if(i){Y[j.engine](c,null,a,j,d,b);continue}var h=M.whiteSpace(d.data,a,d);if(h===""){continue}var e=N(c,h,a,j,d,b);if(e){d.parentNode.replaceChild(e,d)}else{d.parentNode.removeChild(d)}}}var S=" ".split(/\s+/).length==0;var D=new Z();var B=new Q();var X=new T();var Y={},H={},V={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){W.ready();return L};L.refresh=function(){X.repeat.apply(X,arguments);return L};L.registerEngine=function(b,a){if(!a){return L}Y[b]=a;return L.set("engine",b)};L.registerFont=function(c){var a=new R(c),b=a.family;if(!H[b]){H[b]=new E()}H[b].add(a);return L.set("fontFamily",'"'+b+'"')};L.replace=function(c,b,a){b=G(V,b);if(!b.engine){return L}if(typeof b.textShadow=="string"){b.textShadow=M.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=M.gradient(b.color)}if(!a){X.add(c,arguments)}if(c.nodeType||typeof c=="string"){c=[c]}M.ready(function(){for(var e=0,d=c.length;e<d;++e){var f=c[e];if(typeof f=="string"){L.replace(b.selector(f),b,true)}else{K(f,b)}}});return L};L.set=function(a,b){V[a]=b;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;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));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(AD,Z,u,V,d,AE){var I=(Z===null);if(I){Z=d.alt}var b=AD.viewBox;var K=u.getSize("fontSize",AD.baseSize);var s=u.get("letterSpacing");s=(s=="normal")?0:K.convertFrom(parseInt(s,10));var c=0,t=0,r=0,X=0;var a=V.textShadow,p=[];if(a){for(var AC=a.length;AC--;){var h=a[AC];var o=K.convertFrom(parseFloat(h.offX));var n=K.convertFrom(parseFloat(h.offY));p[AC]=[o,n];if(n<c){c=n}if(o>t){t=o}if(n>r){r=n}if(o<X){X=o}}}var AH=Cufon.CSS.textTransform(Z,u).split(""),T;var J=AD.glyphs,W,M,w;var G=0,P,f=[];for(var AC=0,AA=0,v=AH.length;AC<v;++AC){W=J[T=AH[AC]]||AD.missingGlyph;if(!W){continue}if(M){G-=w=M[T]||0;f[AA-1]-=w}G+=P=f[AA++]=~~(W.w||AD.w)+s;M=W.k}if(P===undefined){return null}t+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var z=document.createElement("span");z.className="cufon-alt";z.appendChild(document.createTextNode(Z));U.appendChild(z)}}var AI=U.style;var m=L.style;var H=K.convert(b.height);var AG=Math.ceil(H);var q=AG/H;L.width=Math.ceil(K.convert(G*q+t-X));L.height=Math.ceil(K.convert(b.height-c+r));c+=b.minY;m.top=Math.round(K.convert(c-AD.ascent))+"px";m.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(G*q))+"px";if(A){AI.width=S;AI.height=K.convert(AD.height)+"px"}else{AI.paddingLeft=S;AI.paddingBottom=(K.convert(AD.height)-1)+"px"}var AF=L.getContext("2d"),e=H/b.height;AF.scale(e,e*q);AF.translate(-X,-c);AF.lineWidth=AD.face["underline-thickness"];AF.save();function N(i,g){AF.strokeStyle=g;AF.beginPath();AF.moveTo(0,i);AF.lineTo(G,i);AF.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AE,u):{};if(O.underline){N(-AD.face["underline-position"],O.underline)}if(O.overline){N(AD.ascent,O.overline)}function AB(){AF.scale(q,1);for(var x=0,k=0,g=AH.length;x<g;++x){var y=J[AH[x]]||AD.missingGlyph;if(!y){continue}if(y.d){AF.beginPath();if(y.code){C(y.code,AF)}else{y.code=D("m"+y.d,AF)}AF.fill()}AF.translate(f[k++],0)}AF.restore()}if(a){for(var AC=a.length;AC--;){var h=a[AC];AF.save();AF.fillStyle=h.color;AF.translate.apply(AF,p[AC]);AB()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AF.createLinearGradient(0,b.minY,0,b.maxY);for(var AC=0,v=Y.length;AC<v;++AC){Q.addColorStop.apply(Q,Y[AC])}AF.fillStyle=Q}else{AF.fillStyle=u.get("color")}AB();if(O["line-through"]){N(-AD.descent,O["line-through"])}return U}})());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>').replace(/;/g,"!important;"));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(AB,b,v,Y,f,AC,t){var I=(b===null);if(I){b=f.alt}var d=AB.viewBox;var K=v.computedFontSize||(v.computedFontSize=new Cufon.CSS.Size(C(AC,v.get("fontSize"))+"px",AB.baseSize));var s=v.computedLSpacing;if(s==undefined){s=v.get("letterSpacing");v.computedLSpacing=s=(s=="normal")?0:~~K.convertFrom(A(AC,s))}var V,L;if(I){V=f;L=f.firstChild}else{V=document.createElement("span");V.className="cufon cufon-vml";V.alt=b;L=document.createElement("span");L.className="cufon-vml-canvas";V.appendChild(L);if(Y.printable){var y=document.createElement("span");y.className="cufon-alt";y.appendChild(document.createTextNode(b));V.appendChild(y)}if(!t){V.appendChild(document.createElement("cvml:shape"))}}var AH=V.style;var n=L.style;var G=K.convert(d.height),AE=Math.ceil(G);var r=AE/G;var q=d.minX,p=d.minY;n.height=AE;n.top=Math.round(K.convert(p-AB.ascent));n.left=Math.round(K.convert(q));AH.height=K.convert(AB.height)+"px";var P=Y.enableTextDecoration?Cufon.CSS.textDecoration(AC,v):{};var a=v.get("color");var AG=Cufon.CSS.textTransform(b,v).split(""),U;var J=AB.glyphs,Z,M,x;var F=0,g=[],o=0,Q;var S,c=Y.textShadow;for(var AA=0,z=0,w=AG.length;AA<w;++AA){Z=J[U=AG[AA]]||AB.missingGlyph;if(!Z){continue}if(M){F-=x=M[U]||0;g[z-1]-=x}F+=Q=g[z++]=~~(Z.w||AB.w)+s;M=Z.k}if(Q===undefined){return null}var T=-q+F+(d.width-Q);var AF=K.convert(T*r),u=Math.round(AF);var m=T+","+d.height,H;var e="r"+m+"ns";var R=Y.textGradient&&D(Y.textGradient);for(AA=0,z=0;AA<w;++AA){Z=J[AG[AA]]||AB.missingGlyph;if(!Z){continue}if(I){S=L.childNodes[z];while(S.firstChild){S.removeChild(S.firstChild)}}else{S=document.createElement("cvml:shape");L.appendChild(S)}S.stroked="f";S.coordsize=m;S.coordorigin=H=(q-o)+","+p;S.path=(Z.d?"m"+Z.d+"xe":"")+"m"+H+e;S.fillcolor=a;if(R){S.appendChild(R.cloneNode(false))}var AD=S.style;AD.width=u;AD.height=AE;if(c){var O=c[0],N=c[1];var X=Cufon.CSS.color(O.color),W;var h=document.createElement("cvml:shadow");h.on="t";h.color=X.color;h.offset=O.offX+","+O.offY;if(N){W=Cufon.CSS.color(N.color);h.type="double";h.color2=W.color;h.offset2=N.offX+","+N.offY}h.opacity=X.opacity||(W&&W.opacity)||1;S.appendChild(h)}o+=g[z++]}AH.width=Math.max(Math.ceil(K.convert(F*r)),0);return V}})());Cufon.registerFont({"w":200,"face":{"font-family":"VAGRounded","font-weight":900,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 10 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"6","cap-height":"2","bbox":"-32.7575 -345.594 330.058 80.0137","underline-thickness":"18","underline-position":"-36","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":100},"A":{"d":"0,-22v0,-64,44,-129,64,-187v10,-29,20,-53,49,-53v30,0,39,24,49,53v21,61,52,120,65,187v0,15,-11,24,-28,24v-28,1,-30,-29,-38,-51r-95,0v-9,20,-9,51,-38,51v-17,0,-28,-9,-28,-24xm144,-103r-30,-94r-31,94r61,0","w":226},"\u00c6":{"d":"8,-52r104,-178v14,-24,24,-26,50,-26r110,0v19,0,29,10,29,27v2,38,-54,25,-89,27r0,46v35,1,84,-9,84,27v0,37,-49,25,-84,27r0,48v36,3,93,-12,92,27v-2,45,-78,22,-121,27v-22,2,-33,-21,-29,-49r-82,0v-13,20,-16,51,-47,51v-27,0,-31,-39,-17,-54xm154,-103r-1,-99r-52,99r53,0","w":306},"\u00c1":{"d":"0,-22v0,-64,44,-129,64,-187v10,-29,20,-53,49,-53v30,0,39,24,49,53v21,61,52,120,65,187v0,15,-11,24,-28,24v-28,1,-30,-29,-38,-51r-95,0v-9,20,-9,51,-38,51v-17,0,-28,-9,-28,-24xm144,-103r-30,-94r-31,94r61,0xm177,-320v-4,31,-46,28,-67,43v-15,10,-40,-1,-38,-21v5,-31,45,-31,67,-44v16,-10,41,2,38,22","w":226},"\u00c2":{"d":"113,-294v-18,7,-33,18,-54,21v-23,-2,-26,-42,0,-49v25,-7,50,-33,77,-15v18,12,53,14,50,42v-5,42,-51,8,-73,1xm0,-22v0,-64,44,-129,64,-187v10,-29,20,-53,49,-53v30,0,39,24,49,53v21,61,52,120,65,187v0,15,-11,24,-28,24v-28,1,-30,-29,-38,-51r-95,0v-9,20,-9,51,-38,51v-17,0,-28,-9,-28,-24xm144,-103r-30,-94r-31,94r61,0","w":226},"\u00c4":{"d":"0,-22v0,-64,44,-129,64,-187v10,-29,20,-53,49,-53v30,0,39,24,49,53v21,61,52,120,65,187v0,15,-11,24,-28,24v-28,1,-30,-29,-38,-51r-95,0v-9,20,-9,51,-38,51v-17,0,-28,-9,-28,-24xm144,-103r-30,-94r-31,94r61,0xm155,-337v15,0,28,12,28,28v0,15,-13,28,-28,28v-16,0,-28,-13,-28,-28v0,-16,12,-28,28,-28xm71,-337v16,0,28,12,28,28v0,15,-12,28,-28,28v-15,0,-28,-13,-28,-28v0,-16,13,-28,28,-28","w":226},"\u00c0":{"d":"0,-22v0,-64,44,-129,64,-187v10,-29,20,-53,49,-53v30,0,39,24,49,53v21,61,52,120,65,187v0,15,-11,24,-28,24v-28,1,-30,-29,-38,-51r-95,0v-9,20,-9,51,-38,51v-17,0,-28,-9,-28,-24xm144,-103r-30,-94r-31,94r61,0xm49,-320v0,-50,67,-7,92,2v21,7,14,48,-10,45v-27,-4,-45,-19,-69,-27v-8,-3,-13,-10,-13,-20","w":226},"\u00c5":{"d":"78,-305v0,-19,16,-36,35,-36v20,0,36,17,36,36v0,20,-16,36,-36,36v-19,0,-35,-16,-35,-36xm97,-305v0,9,8,16,16,16v9,0,17,-7,17,-16v0,-9,-8,-16,-17,-16v-8,0,-16,7,-16,16xm0,-22v0,-64,44,-129,64,-187v10,-29,20,-53,49,-53v30,0,39,24,49,53v21,61,52,120,65,187v0,15,-11,24,-28,24v-28,1,-30,-29,-38,-51r-95,0v-9,20,-9,51,-38,51v-17,0,-28,-9,-28,-24xm144,-103r-30,-94r-31,94r61,0","w":226},"\u00c3":{"d":"37,-296v0,-19,16,-40,36,-40v27,0,49,17,65,17v14,0,17,-17,31,-17v14,0,21,11,21,24v0,19,-16,39,-36,39v-27,0,-50,-17,-65,-17v-14,0,-17,17,-31,17v-14,0,-21,-11,-21,-23xm0,-22v0,-64,44,-129,64,-187v10,-29,20,-53,49,-53v30,0,39,24,49,53v21,61,52,120,65,187v0,15,-11,24,-28,24v-28,1,-30,-29,-38,-51r-95,0v-9,20,-9,51,-38,51v-17,0,-28,-9,-28,-24xm144,-103r-30,-94r-31,94r61,0","w":226},"B":{"d":"72,-204r0,48v26,1,54,1,54,-24v0,-26,-28,-25,-54,-24xm14,-29r0,-198v1,-44,58,-25,98,-29v72,-9,94,92,41,116v32,6,52,31,52,63v0,40,-26,77,-89,77v-41,0,-102,16,-102,-29xm72,-104r0,52v32,-1,73,6,72,-26v-1,-33,-40,-25,-72,-26","w":213},"C":{"d":"8,-128v0,-78,50,-134,127,-134v35,0,77,10,77,41v0,41,-40,15,-76,15v-47,0,-66,38,-66,78v0,41,21,75,61,75v36,0,42,-11,57,-11v23,0,26,19,26,27v0,32,-48,43,-80,43v-81,0,-126,-61,-126,-134","w":213},"\u00c7":{"d":"8,-128v0,-78,50,-134,127,-134v35,0,77,10,77,41v0,41,-40,15,-76,15v-47,0,-66,38,-66,78v0,41,21,75,61,75v36,0,42,-11,57,-11v23,0,26,19,26,27v0,32,-48,43,-80,43v-81,0,-126,-61,-126,-134xm133,0r-14,19v20,-5,37,7,37,28v0,22,-26,33,-45,33v-10,0,-36,-2,-36,-17v1,-26,40,7,42,-18v1,-18,-27,-2,-27,-19v2,-10,12,-19,18,-26r25,0","w":213},"D":{"d":"72,-202r0,148v63,6,98,-18,98,-76v0,-57,-36,-79,-98,-72xm14,-29r0,-198v1,-44,59,-29,99,-29v76,0,120,60,120,126v0,84,-57,130,-120,130v-40,0,-99,15,-99,-29","w":240},"E":{"d":"14,-29r0,-198v3,-49,74,-29,118,-29v19,0,30,10,30,27v1,38,-54,25,-90,27r0,46v35,1,85,-9,85,27v0,37,-50,25,-85,27r0,48v36,3,93,-12,92,27v-2,45,-78,27,-121,27v-15,0,-29,-10,-29,-29","w":166},"\u00c9":{"d":"14,-29r0,-198v3,-49,74,-29,118,-29v19,0,30,10,30,27v1,38,-54,25,-90,27r0,46v35,1,85,-9,85,27v0,37,-50,25,-85,27r0,48v36,3,93,-12,92,27v-2,45,-78,27,-121,27v-15,0,-29,-10,-29,-29xm148,-320v-4,31,-46,28,-67,43v-15,10,-40,-1,-38,-21v5,-31,45,-31,67,-44v16,-10,41,2,38,22","w":166},"\u00ca":{"d":"84,-294v-18,6,-34,21,-54,21v-10,0,-20,-10,-20,-22v3,-34,48,-37,74,-50v25,12,71,16,73,50v-7,42,-52,9,-73,1xm14,-29r0,-198v3,-49,74,-29,118,-29v19,0,30,10,30,27v1,38,-54,25,-90,27r0,46v35,1,85,-9,85,27v0,37,-50,25,-85,27r0,48v36,3,93,-12,92,27v-2,45,-78,27,-121,27v-15,0,-29,-10,-29,-29","w":166},"\u00cb":{"d":"14,-29r0,-198v3,-49,74,-29,118,-29v19,0,30,10,30,27v1,38,-54,25,-90,27r0,46v35,1,85,-9,85,27v0,37,-50,25,-85,27r0,48v36,3,93,-12,92,27v-2,45,-78,27,-121,27v-15,0,-29,-10,-29,-29xm126,-337v15,0,28,12,28,28v0,15,-13,28,-28,28v-16,0,-28,-13,-28,-28v0,-16,12,-28,28,-28xm42,-337v16,0,28,12,28,28v0,15,-12,28,-28,28v-15,0,-28,-13,-28,-28v0,-16,13,-28,28,-28","w":166},"\u00c8":{"d":"14,-29r0,-198v3,-49,74,-29,118,-29v19,0,30,10,30,27v1,38,-54,25,-90,27r0,46v35,1,85,-9,85,27v0,37,-50,25,-85,27r0,48v36,3,93,-12,92,27v-2,45,-78,27,-121,27v-15,0,-29,-10,-29,-29xm20,-320v0,-50,67,-7,92,2v21,7,14,48,-10,45v-27,-4,-45,-19,-69,-27v-8,-3,-13,-10,-13,-20","w":166},"\u00d0":{"d":"43,0v-43,1,-26,-67,-29,-107v-20,2,-32,-5,-32,-23v0,-18,12,-25,32,-23v3,-40,-13,-103,29,-103r70,0v76,0,120,60,120,126v0,84,-57,130,-120,130r-70,0xm72,-202r0,49v26,-1,53,-3,53,23v0,26,-27,24,-53,23r0,53v63,6,98,-18,98,-76v0,-57,-36,-79,-98,-72","w":240},"F":{"d":"14,-29r0,-198v3,-49,74,-29,118,-29v19,0,30,10,30,27v1,38,-54,25,-90,27r0,45v34,1,82,-9,82,27v0,36,-48,25,-82,27v-3,40,14,107,-29,105v-17,0,-29,-10,-29,-31","w":159},"G":{"d":"127,-125v0,-39,56,-27,92,-27v20,0,31,12,31,36v0,68,-45,122,-116,122v-81,0,-126,-61,-126,-134v0,-78,53,-134,126,-134v48,0,99,20,99,56v0,14,-10,25,-26,25v-22,0,-32,-27,-71,-27v-41,0,-66,35,-66,80v0,39,20,80,65,80v31,0,52,-20,55,-50v-30,1,-63,2,-63,-27","w":259},"H":{"d":"72,-104v-3,40,14,107,-29,106v-17,0,-29,-10,-29,-31r0,-199v0,-20,12,-30,29,-30v42,-2,26,61,29,100r109,0v3,-39,-13,-102,29,-100v17,0,29,10,29,30r0,199v0,21,-12,31,-29,31v-43,2,-26,-66,-29,-106r-109,0","w":253},"I":{"d":"72,-228r0,199v0,21,-12,31,-29,31v-17,0,-29,-10,-29,-31r0,-199v0,-20,12,-30,29,-30v17,0,29,10,29,30","w":86},"\u00cd":{"d":"72,-228r0,199v0,21,-12,31,-29,31v-17,0,-29,-10,-29,-31r0,-199v0,-20,12,-30,29,-30v17,0,29,10,29,30xm107,-320v-4,31,-46,28,-67,43v-15,10,-40,-1,-38,-21v5,-31,45,-31,67,-44v16,-10,41,2,38,22","w":86},"\u00ce":{"d":"43,-294v-18,7,-33,18,-54,21v-24,-2,-26,-42,0,-49v25,-7,50,-33,77,-15v18,12,53,14,50,42v-5,42,-51,8,-73,1xm72,-228r0,199v0,21,-12,31,-29,31v-17,0,-29,-10,-29,-31r0,-199v0,-20,12,-30,29,-30v17,0,29,10,29,30","w":86},"\u00cf":{"d":"72,-228r0,199v0,21,-12,31,-29,31v-17,0,-29,-10,-29,-31r0,-199v0,-20,12,-30,29,-30v17,0,29,10,29,30xm85,-337v15,0,28,12,28,28v0,15,-13,28,-28,28v-16,0,-28,-13,-28,-28v0,-16,12,-28,28,-28xm1,-337v16,0,28,12,28,28v0,15,-12,28,-28,28v-15,0,-28,-13,-28,-28v0,-16,13,-28,28,-28","w":86},"\u00cc":{"d":"72,-228r0,199v0,21,-12,31,-29,31v-17,0,-29,-10,-29,-31r0,-199v0,-20,12,-30,29,-30v17,0,29,10,29,30xm-21,-320v0,-50,67,-7,92,2v21,7,14,48,-10,45v-27,-4,-45,-19,-69,-27v-8,-3,-13,-10,-13,-20","w":86},"J":{"d":"62,6v-29,-1,-66,-13,-65,-42v0,-14,8,-28,27,-28v25,9,57,32,57,-25r0,-139v0,-20,12,-30,29,-30v17,0,29,10,29,30r0,149v0,39,-10,85,-77,85","w":153},"K":{"d":"14,-29r0,-199v0,-20,12,-30,29,-30v43,-2,26,63,29,102r81,-88v20,-27,56,-14,56,14v0,8,-5,17,-11,23r-70,70r76,82v25,17,18,58,-14,57v-16,0,-27,-14,-36,-24r-82,-92v-4,42,16,116,-29,116v-17,0,-29,-10,-29,-31","w":213},"L":{"d":"14,-29r0,-199v0,-20,12,-30,29,-30v17,0,29,10,29,30r0,174v36,3,93,-12,92,27v-2,45,-78,27,-121,27v-15,0,-29,-10,-29,-29","w":159},"M":{"d":"6,-26r33,-196v5,-30,24,-36,38,-36v54,-3,56,109,80,151r28,-88v15,-47,22,-63,51,-63v15,0,33,6,38,36r33,196v0,13,-10,28,-27,28v-27,0,-31,-19,-34,-38r-18,-114r-39,126v-7,36,-53,34,-64,0r-40,-126r-18,114v-3,19,-7,38,-34,38v-17,0,-29,-15,-27,-28","w":313},"N":{"d":"14,-29r0,-199v0,-20,12,-30,29,-30v16,0,21,6,41,31r97,121r0,-122v0,-20,12,-30,29,-30v17,0,29,10,29,30r0,199v0,21,-12,31,-29,31v-15,0,-21,-7,-40,-31r-98,-121r0,121v0,21,-12,31,-29,31v-17,0,-29,-10,-29,-31","w":253},"\u00d1":{"d":"50,-296v0,-19,17,-40,36,-40v27,0,50,17,65,17v14,0,17,-17,32,-17v13,0,20,11,20,24v0,19,-16,39,-36,39v-27,0,-49,-17,-64,-17v-15,0,-18,17,-32,17v-13,0,-21,-11,-21,-23xm14,-29r0,-199v0,-20,12,-30,29,-30v16,0,21,6,41,31r97,121r0,-122v0,-20,12,-30,29,-30v17,0,29,10,29,30r0,199v0,21,-12,31,-29,31v-15,0,-21,-7,-40,-31r-98,-121r0,121v0,21,-12,31,-29,31v-17,0,-29,-10,-29,-31","w":253},"O":{"d":"134,-262v76,0,126,52,126,134v0,81,-50,134,-126,134v-76,0,-126,-53,-126,-134v0,-82,50,-134,126,-134xm134,-208v-45,0,-64,39,-64,80v0,41,19,80,64,80v45,0,63,-39,63,-80v0,-41,-18,-80,-63,-80","w":267},"\u00d3":{"d":"134,-262v76,0,126,52,126,134v0,81,-50,134,-126,134v-76,0,-126,-53,-126,-134v0,-82,50,-134,126,-134xm134,-208v-45,0,-64,39,-64,80v0,41,19,80,64,80v45,0,63,-39,63,-80v0,-41,-18,-80,-63,-80xm198,-320v-4,31,-46,28,-67,43v-15,10,-40,-1,-38,-21v5,-31,45,-31,67,-44v16,-10,41,2,38,22","w":267},"\u00d4":{"d":"134,-294v-18,6,-33,21,-54,21v-10,0,-20,-10,-20,-22v0,-34,47,-37,74,-50v25,12,71,16,73,50v-7,42,-52,9,-73,1xm134,-262v76,0,126,52,126,134v0,81,-50,134,-126,134v-76,0,-126,-53,-126,-134v0,-82,50,-134,126,-134xm134,-208v-45,0,-64,39,-64,80v0,41,19,80,64,80v45,0,63,-39,63,-80v0,-41,-18,-80,-63,-80","w":267},"\u00d6":{"d":"134,-262v76,0,126,52,126,134v0,81,-50,134,-126,134v-76,0,-126,-53,-126,-134v0,-82,50,-134,126,-134xm134,-208v-45,0,-64,39,-64,80v0,41,19,80,64,80v45,0,63,-39,63,-80v0,-41,-18,-80,-63,-80xm176,-337v15,0,28,12,28,28v0,15,-13,28,-28,28v-16,0,-28,-13,-28,-28v0,-16,12,-28,28,-28xm92,-337v16,0,28,12,28,28v0,15,-12,28,-28,28v-15,0,-28,-13,-28,-28v0,-16,13,-28,28,-28","w":267},"\u00d2":{"d":"134,-262v76,0,126,52,126,134v0,81,-50,134,-126,134v-76,0,-126,-53,-126,-134v0,-82,50,-134,126,-134xm134,-208v-45,0,-64,39,-64,80v0,41,19,80,64,80v45,0,63,-39,63,-80v0,-41,-18,-80,-63,-80xm70,-320v0,-50,67,-7,92,2v21,7,14,48,-10,45v-27,-4,-45,-19,-69,-27v-8,-3,-13,-10,-13,-20","w":267},"\u00d8":{"d":"77,-90r94,-105v-59,-44,-128,32,-94,105xm190,-167r-95,105v10,9,22,14,39,14v59,0,74,-69,56,-119xm2,0v0,-20,21,-28,31,-42v-16,-22,-25,-52,-25,-86v0,-115,119,-169,203,-110v12,-10,20,-31,37,-34v39,10,-4,46,-14,57v16,22,26,52,26,87v0,114,-120,168,-204,110v-12,10,-20,29,-37,33v-10,0,-17,-6,-17,-15","w":267},"\u00d5":{"d":"57,-296v0,-19,16,-40,36,-40v27,0,50,17,65,17v14,0,17,-17,31,-17v14,0,21,11,21,24v0,19,-16,39,-36,39v-27,0,-49,-17,-65,-17v-14,0,-17,17,-31,17v-14,0,-21,-11,-21,-23xm134,-262v76,0,126,52,126,134v0,81,-50,134,-126,134v-76,0,-126,-53,-126,-134v0,-82,50,-134,126,-134xm134,-208v-45,0,-64,39,-64,80v0,41,19,80,64,80v45,0,63,-39,63,-80v0,-41,-18,-80,-63,-80","w":267},"P":{"d":"72,-204r0,70v36,4,70,-5,70,-35v0,-35,-34,-37,-70,-35xm14,-29r0,-198v2,-45,60,-29,101,-29v45,0,88,29,88,87v0,67,-53,96,-131,87v-1,35,8,84,-29,84v-17,0,-29,-10,-29,-31","w":206},"Q":{"d":"269,-5v-8,45,-55,17,-71,-5v-88,46,-190,-12,-190,-118v0,-82,50,-134,126,-134v109,0,159,132,103,217v11,9,34,29,32,40xm132,-80v0,-31,38,-32,57,-6v19,-50,5,-122,-55,-122v-45,0,-64,39,-64,80v0,46,28,91,80,77v-15,-14,-18,-20,-18,-29","w":267},"R":{"d":"14,-29r0,-198v1,-44,59,-25,99,-29v98,-10,117,138,26,151v20,26,54,45,63,80v0,8,-7,27,-30,27v-15,0,-20,-5,-27,-14r-73,-91v-3,40,14,107,-29,105v-17,0,-29,-10,-29,-31xm72,-202r0,56v33,1,70,3,69,-29v-1,-32,-37,-27,-69,-27","w":206},"S":{"d":"2,-36v0,-49,44,-17,90,-17v23,0,31,-11,31,-24v0,-19,-22,-23,-55,-34v-31,-10,-62,-23,-62,-69v0,-56,44,-82,92,-82v47,0,73,16,73,38v0,62,-91,-13,-102,39v0,15,14,17,54,30v32,10,63,26,63,75v0,59,-44,86,-98,86v-34,0,-86,-14,-86,-42","w":193},"T":{"d":"54,-29r0,-173v-30,2,-63,1,-63,-27v0,-17,11,-27,31,-27r123,0v20,0,31,10,31,27v0,28,-33,29,-63,27r0,173v0,21,-13,31,-29,31v-17,0,-30,-10,-30,-31","w":167},"\u00de":{"d":"72,-166r0,70v36,4,70,-5,70,-35v0,-35,-34,-37,-70,-35xm14,-29r0,-199v0,-21,12,-30,29,-30v20,-1,32,15,29,40v74,-6,128,12,131,87v3,66,-53,95,-131,86v14,51,-58,67,-58,16","w":206},"U":{"d":"71,-228r0,125v0,34,23,53,52,53v29,0,53,-19,53,-53r0,-125v0,-20,12,-30,29,-30v17,0,29,10,29,30r0,125v0,68,-46,109,-111,109v-65,0,-111,-41,-111,-109r0,-125v0,-20,12,-30,29,-30v17,0,30,10,30,30","w":246},"\u00da":{"d":"71,-228r0,125v0,34,23,53,52,53v29,0,53,-19,53,-53r0,-125v0,-20,12,-30,29,-30v17,0,29,10,29,30r0,125v0,68,-46,109,-111,109v-65,0,-111,-41,-111,-109r0,-125v0,-20,12,-30,29,-30v17,0,30,10,30,30xm188,-320v-4,31,-46,28,-67,43v-15,10,-40,-1,-38,-21v5,-31,45,-31,67,-44v16,-10,41,2,38,22","w":246},"\u00db":{"d":"123,-294v-18,7,-33,18,-54,21v-23,-2,-26,-42,0,-49v25,-7,50,-33,77,-15v17,12,54,14,51,42v-5,42,-52,9,-74,1xm71,-228r0,125v0,34,23,53,52,53v29,0,53,-19,53,-53r0,-125v0,-20,12,-30,29,-30v17,0,29,10,29,30r0,125v0,68,-46,109,-111,109v-65,0,-111,-41,-111,-109r0,-125v0,-20,12,-30,29,-30v17,0,30,10,30,30","w":246},"\u00dc":{"d":"71,-228r0,125v0,34,23,53,52,53v29,0,53,-19,53,-53r0,-125v0,-20,12,-30,29,-30v17,0,29,10,29,30r0,125v0,68,-46,109,-111,109v-65,0,-111,-41,-111,-109r0,-125v0,-20,12,-30,29,-30v17,0,30,10,30,30xm166,-337v15,0,28,12,28,28v0,15,-13,28,-28,28v-16,0,-28,-13,-28,-28v0,-16,12,-28,28,-28xm82,-337v16,0,28,12,28,28v0,15,-12,28,-28,28v-15,0,-28,-13,-28,-28v0,-16,13,-28,28,-28","w":246},"\u00d9":{"d":"71,-228r0,125v0,34,23,53,52,53v29,0,53,-19,53,-53r0,-125v0,-20,12,-30,29,-30v17,0,29,10,29,30r0,125v0,68,-46,109,-111,109v-65,0,-111,-41,-111,-109r0,-125v0,-20,12,-30,29,-30v17,0,30,10,30,30xm60,-320v0,-50,67,-7,92,2v21,7,14,48,-10,45v-27,-4,-45,-19,-69,-27v-8,-3,-13,-10,-13,-20","w":246},"V":{"d":"103,-101r50,-131v5,-14,10,-26,32,-26v27,0,32,27,23,49r-73,180v-6,15,-11,31,-32,31v-22,0,-27,-16,-33,-31r-71,-180v-11,-19,-5,-50,22,-49v22,0,27,12,33,26","w":206},"W":{"d":"43,-41r-44,-189v0,-16,11,-28,29,-28v19,0,27,11,30,25r31,139r42,-135v11,-41,53,-39,65,0r43,135r30,-139v3,-14,11,-25,30,-25v32,-1,30,34,24,58r-39,159v-1,54,-69,56,-83,11r-38,-117r-37,117v-7,21,-19,32,-42,32v-28,0,-34,-15,-41,-43","w":326},"X":{"d":"110,-186v21,-22,33,-66,67,-72v33,1,36,32,20,52r-52,68r63,84v21,20,13,55,-16,56v-11,0,-18,-3,-29,-17r-53,-73r-53,73v-16,29,-56,19,-57,-11v0,-11,3,-16,13,-28r62,-84v-19,-31,-51,-55,-62,-93v0,-13,10,-27,31,-27v33,0,45,51,66,72","w":220},"Y":{"d":"97,2v-47,0,-24,-79,-29,-122v-20,-31,-68,-79,-75,-113v0,-15,14,-25,31,-25v16,0,24,11,30,19r43,62r43,-62v7,-23,64,-26,61,6v-3,33,-56,82,-75,113v-5,44,18,121,-29,122","w":193},"\u00dd":{"d":"97,2v-47,0,-24,-79,-29,-122v-20,-31,-68,-79,-75,-113v0,-15,14,-25,31,-25v16,0,24,11,30,19r43,62r43,-62v7,-23,64,-26,61,6v-3,33,-56,82,-75,113v-5,44,18,121,-29,122xm161,-320v-4,31,-46,28,-67,43v-15,10,-40,-1,-38,-21v5,-31,45,-31,67,-44v16,-10,41,2,38,22","w":193},"Z":{"d":"71,-54v44,5,126,-18,126,27v0,16,-11,27,-31,27r-129,0v-45,1,-49,-33,-30,-58r110,-146v-41,-4,-115,16,-117,-26v0,-16,11,-26,31,-26r125,0v31,0,36,19,36,29v0,12,-11,27,-27,49","w":193},"a":{"d":"195,-165r0,138v3,32,-48,37,-55,11v-51,56,-135,-3,-135,-80v0,-76,82,-134,135,-80v7,-25,55,-23,55,11xm100,-143v-25,0,-38,21,-38,47v0,26,13,48,38,48v25,0,39,-22,39,-48v0,-26,-14,-47,-39,-47","w":206},"\u00e1":{"d":"195,-165r0,138v3,32,-48,37,-55,11v-51,56,-135,-3,-135,-80v0,-76,82,-134,135,-80v7,-25,55,-23,55,11xm100,-143v-25,0,-38,21,-38,47v0,26,13,48,38,48v25,0,39,-22,39,-48v0,-26,-14,-47,-39,-47xm167,-260v-4,31,-46,28,-67,43v-15,10,-40,-1,-38,-21v5,-31,45,-31,67,-44v16,-10,41,2,38,22","w":206},"\u00e2":{"d":"103,-235v-18,7,-33,19,-54,22v-23,-2,-26,-42,0,-49v25,-7,50,-33,77,-15v18,12,53,14,50,42v-5,42,-52,8,-73,0xm195,-165r0,138v3,32,-48,37,-55,11v-51,56,-135,-3,-135,-80v0,-76,82,-134,135,-80v7,-25,55,-23,55,11xm100,-143v-25,0,-38,21,-38,47v0,26,13,48,38,48v25,0,39,-22,39,-48v0,-26,-14,-47,-39,-47","w":206},"\u00b4":{"d":"104,-260v-4,31,-46,28,-67,43v-15,10,-40,-1,-38,-21v5,-31,45,-31,67,-44v16,-10,41,2,38,22","w":79},"\u00e4":{"d":"195,-165r0,138v3,32,-48,37,-55,11v-51,56,-135,-3,-135,-80v0,-76,82,-134,135,-80v7,-25,55,-23,55,11xm100,-143v-25,0,-38,21,-38,47v0,26,13,48,38,48v25,0,39,-22,39,-48v0,-26,-14,-47,-39,-47xm145,-277v15,0,28,12,28,28v0,15,-13,28,-28,28v-16,0,-28,-13,-28,-28v0,-16,12,-28,28,-28xm61,-277v16,0,28,12,28,28v0,15,-12,28,-28,28v-15,0,-28,-13,-28,-28v0,-16,13,-28,28,-28","w":206},"\u00e6":{"d":"195,-116r77,0v0,-13,-15,-34,-39,-34v-24,0,-38,21,-38,34xm301,-77r-106,0v0,11,13,31,49,31v28,0,45,-18,58,-18v12,0,23,10,23,24v2,42,-105,59,-140,33v-5,19,-51,15,-45,-9v-51,56,-135,-3,-135,-80v0,-76,82,-134,135,-80v0,-12,7,-21,25,-21v11,0,18,7,20,13v9,-6,23,-13,52,-13v55,0,91,46,91,95v0,20,-9,25,-27,25xm100,-143v-25,0,-38,21,-38,47v0,26,13,48,38,48v25,0,39,-22,39,-48v0,-26,-14,-47,-39,-47","w":333},"\u00e0":{"d":"195,-165r0,138v3,32,-48,37,-55,11v-51,56,-135,-3,-135,-80v0,-76,82,-134,135,-80v7,-25,55,-23,55,11xm100,-143v-25,0,-38,21,-38,47v0,26,13,48,38,48v25,0,39,-22,39,-48v0,-26,-14,-47,-39,-47xm39,-260v0,-50,67,-7,92,2v21,7,14,48,-10,45v-27,-4,-45,-19,-69,-27v-8,-3,-13,-10,-13,-20","w":206},"&":{"d":"146,-134r36,42v12,-11,20,-34,39,-35v30,4,32,39,5,56r-13,14v8,10,24,21,24,34v0,26,-40,36,-51,11r-11,-11v-52,50,-168,37,-168,-48v0,-39,25,-60,58,-77v-46,-37,-19,-111,49,-111v38,0,76,16,76,61v0,29,-20,50,-44,64xm144,-58r-48,-54v-21,13,-33,24,-33,39v0,42,60,39,81,15xm116,-220v-30,0,-31,36,-2,54v22,-10,28,-20,28,-30v0,-16,-11,-24,-26,-24","w":253},"\u00e5":{"d":"68,-240v0,-20,16,-36,35,-36v20,0,36,16,36,36v0,19,-16,36,-36,36v-19,0,-35,-17,-35,-36xm87,-240v0,9,8,16,16,16v9,0,17,-7,17,-16v0,-9,-8,-16,-17,-16v-8,0,-16,7,-16,16xm195,-165r0,138v3,32,-48,37,-55,11v-51,56,-135,-3,-135,-80v0,-76,82,-134,135,-80v7,-25,55,-23,55,11xm100,-143v-25,0,-38,21,-38,47v0,26,13,48,38,48v25,0,39,-22,39,-48v0,-26,-14,-47,-39,-47","w":206},"^":{"d":"149,-128r-41,-74r-41,74v-15,30,-59,10,-38,-14r55,-101v13,-22,36,-22,48,0v21,39,45,73,60,117v-1,16,-38,18,-43,-2","w":216},"~":{"d":"201,-116v0,24,-20,50,-53,50v-28,0,-59,-24,-78,-24v-20,0,-25,21,-40,21v-11,0,-15,-9,-15,-19v0,-24,20,-50,51,-50v30,0,61,25,80,25v20,0,25,-22,40,-22v11,0,15,9,15,19","w":216},"*":{"d":"70,-258v21,-2,21,21,16,39v16,-18,46,-22,46,7v0,13,-18,16,-30,22v12,6,30,9,30,22v-2,27,-31,24,-46,7v5,18,4,41,-16,39v-21,2,-23,-21,-16,-39v-17,16,-46,21,-46,-7v0,-13,18,-16,29,-22v-11,-6,-29,-9,-29,-22v2,-29,30,-25,46,-7v-6,-18,-6,-41,16,-39","w":140},"@":{"d":"148,-156v-37,-4,-51,63,-11,65v41,4,54,-63,11,-65xm242,-36v-9,24,-40,42,-90,42v-76,0,-139,-56,-139,-134v0,-76,61,-134,137,-134v68,0,125,42,125,110v0,81,-68,102,-90,102v-14,1,-18,-8,-22,-18v-28,33,-91,20,-91,-43v0,-71,74,-115,114,-64v0,-24,34,-27,34,-4v0,29,-11,56,-15,85v0,4,2,7,7,7v13,0,31,-16,31,-55v0,-57,-39,-88,-94,-88v-55,0,-98,46,-98,102v0,63,44,101,101,101v38,0,56,-13,77,-22v7,0,13,6,13,13","w":288},"\u00e3":{"d":"27,-237v0,-19,16,-39,36,-39v27,0,49,17,64,17v15,0,18,-17,32,-17v13,0,21,11,21,23v0,19,-17,40,-36,40v-27,0,-50,-17,-65,-17v-14,0,-17,17,-31,17v-14,0,-21,-11,-21,-24xm195,-165r0,138v3,32,-48,37,-55,11v-51,56,-135,-3,-135,-80v0,-76,82,-134,135,-80v7,-25,55,-23,55,11xm100,-143v-25,0,-38,21,-38,47v0,26,13,48,38,48v25,0,39,-22,39,-48v0,-26,-14,-47,-39,-47","w":206},"b":{"d":"12,-27r0,-221v0,-16,11,-29,28,-29v41,1,25,58,28,96v53,-43,133,9,133,85v0,77,-83,136,-135,80v-7,26,-54,22,-54,-11xm107,-143v-25,0,-39,21,-39,47v0,26,14,48,39,48v24,0,38,-22,38,-48v0,-26,-14,-47,-38,-47","w":206},"\\":{"d":"114,-24r-96,-184v-8,-14,-14,-27,-14,-35v8,-35,36,-13,48,10r97,185v7,14,14,26,14,34v-9,36,-36,15,-49,-10","w":166},"|":{"d":"18,-18r0,-236v0,-13,8,-23,22,-23v14,0,22,10,22,23r0,236v0,13,-8,24,-22,24v-14,0,-22,-11,-22,-24","w":79},"{":{"d":"83,60v-60,6,-48,-65,-48,-120v0,-38,-34,-13,-34,-41v-1,-27,34,-3,34,-41v0,-54,-12,-125,48,-120v19,2,43,-6,43,16v0,29,-41,1,-41,37r0,71v1,34,-28,34,-39,38v13,1,39,3,39,36r0,71v-4,35,40,7,41,37v0,22,-24,15,-43,16","w":126},"}":{"d":"44,-262v60,-6,47,66,47,120v0,39,35,13,35,41v0,27,-35,3,-35,41v0,54,13,126,-47,120v-19,-1,-43,6,-43,-16v0,-29,41,-1,41,-37r0,-71v-1,-34,28,-33,39,-37v-13,-1,-39,-4,-39,-37r0,-71v4,-35,-40,-7,-41,-37v0,-22,24,-15,43,-16","w":126},"[":{"d":"78,-221r0,240v23,-1,45,-1,45,21v0,30,-42,20,-69,20v-17,0,-25,-8,-25,-24r0,-273v-2,-35,43,-23,74,-25v12,0,20,8,20,20v1,23,-22,22,-45,21","w":126},"]":{"d":"48,19r0,-240v-23,1,-45,2,-45,-21v0,-29,42,-20,70,-20v16,0,25,9,25,25r0,273v2,34,-44,22,-74,24v-12,0,-21,-8,-21,-20v0,-21,22,-23,45,-21","w":126},"\u00a6":{"d":"40,6v-37,0,-22,-59,-22,-94v0,-13,8,-24,22,-24v37,0,22,59,22,94v0,13,-8,24,-22,24xm40,-160v-37,-2,-22,-60,-22,-94v0,-13,8,-23,22,-23v37,2,22,60,22,94v0,13,-8,23,-22,23","w":79},"c":{"d":"5,-96v0,-56,38,-101,95,-101v25,0,67,7,67,37v0,37,-32,17,-64,17v-28,0,-41,21,-41,47v0,26,13,48,38,48v39,0,59,-21,67,15v0,28,-45,39,-67,39v-57,0,-95,-45,-95,-102","w":166},"\u00e7":{"d":"5,-96v0,-56,38,-101,95,-101v25,0,67,7,67,37v0,37,-32,17,-64,17v-28,0,-41,21,-41,47v0,26,13,48,38,48v39,0,59,-21,67,15v0,28,-45,39,-67,39v-57,0,-95,-45,-95,-102xm106,0r-14,19v20,-5,37,7,37,28v0,22,-26,33,-45,33v-10,0,-36,-2,-36,-17v1,-26,40,7,42,-18v1,-18,-27,-2,-27,-19v2,-10,12,-19,18,-26r25,0","w":166},"\u00b8":{"d":"62,0r-14,19v20,-5,37,7,37,28v0,22,-26,33,-45,33v-10,0,-36,-2,-36,-17v1,-26,40,7,42,-18v1,-18,-27,-2,-27,-19v2,-10,12,-19,18,-26r25,0","w":79},"\u00a2":{"d":"117,-50r0,-91v-38,9,-36,82,0,91xm128,40v-15,0,-11,-20,-11,-34v-51,-6,-84,-49,-84,-102v0,-53,33,-96,84,-101v0,-14,-3,-32,11,-32v14,0,11,18,11,32v24,2,55,11,55,37v0,32,-31,28,-55,17r0,94v30,-11,55,-14,55,16v0,24,-32,36,-55,39v0,14,4,34,-11,34","w":226},":":{"d":"19,-26v0,-16,14,-31,31,-31v17,0,31,15,31,31v0,18,-14,32,-31,32v-17,0,-31,-14,-31,-32xm19,-138v0,-17,14,-31,31,-31v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31","w":100},",":{"d":"-6,30v4,-30,25,-45,34,-70v9,-23,57,-22,53,8v-4,30,-25,45,-35,70v-9,22,-56,20,-52,-8","w":100},"\u00a9":{"d":"10,-128v0,-85,65,-134,134,-134v69,0,134,49,134,134v0,85,-65,134,-134,134v-69,0,-134,-49,-134,-134xm51,-128v0,60,41,101,93,101v51,0,93,-41,93,-101v0,-61,-42,-102,-93,-102v-52,0,-93,41,-93,102xm149,-85v30,1,23,-28,45,-29v9,0,16,6,16,15v0,14,-22,47,-61,47v-43,0,-71,-34,-71,-77v0,-45,27,-78,71,-78v37,0,59,25,59,44v0,13,-10,17,-15,17v-20,0,-16,-28,-44,-28v-20,0,-32,16,-32,44v0,27,12,45,32,45","w":288},"\u00a4":{"d":"41,-39v-24,-2,-20,-32,-4,-39v-20,-25,-20,-75,0,-101v-16,-7,-20,-38,4,-39v8,0,17,7,22,13v27,-20,74,-20,101,0v8,-16,39,-18,40,6v1,9,-9,15,-14,20v19,26,20,76,0,101v16,7,20,37,-4,39v-10,1,-16,-7,-22,-12v-27,19,-74,20,-101,0v-5,5,-14,13,-22,12xm67,-128v0,27,20,48,47,48v26,0,46,-21,46,-48v0,-27,-20,-49,-46,-49v-27,0,-47,22,-47,49","w":226},"d":{"d":"195,-248r0,221v3,32,-48,37,-55,11v-51,56,-135,-3,-135,-80v0,-76,79,-129,134,-85v3,-39,-13,-95,28,-96v16,0,28,13,28,29xm100,-143v-25,0,-38,21,-38,47v0,26,13,48,38,48v25,0,39,-22,39,-48v0,-26,-14,-47,-39,-47","w":206},"\u00b0":{"d":"46,-211v0,14,12,26,26,26v14,0,26,-12,26,-26v0,-13,-12,-25,-26,-25v-14,0,-26,12,-26,25xm21,-211v0,-28,22,-51,51,-51v29,0,51,23,51,51v0,29,-22,52,-51,52v-29,0,-51,-23,-51,-52","w":144},"\u00a8":{"d":"82,-277v15,0,28,12,28,28v0,15,-13,28,-28,28v-16,0,-28,-13,-28,-28v0,-16,12,-28,28,-28xm-2,-277v16,0,28,12,28,28v0,15,-12,28,-28,28v-15,0,-28,-13,-28,-28v0,-16,13,-28,28,-28","w":79},"\u00f7":{"d":"31,-126r154,0v15,0,25,9,25,24v0,15,-10,24,-25,24r-154,0v-15,0,-25,-9,-25,-24v0,-15,10,-24,25,-24xm108,-212v18,0,33,16,33,34v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33v0,-18,15,-34,33,-34xm108,-59v18,0,33,15,33,33v0,18,-15,34,-33,34v-18,0,-33,-16,-33,-34v0,-18,15,-33,33,-33","w":216},"$":{"d":"113,32v-14,0,-9,-14,-10,-26v-24,-2,-82,-8,-82,-42v0,-15,11,-30,26,-30v13,0,31,16,56,16r0,-56v-61,-18,-81,-40,-81,-73v0,-49,37,-79,81,-83v1,-12,-4,-27,10,-27v16,-1,10,14,11,27v23,1,64,8,64,38v0,14,-9,27,-24,27v-14,0,-25,-13,-40,-13r0,51v41,11,82,30,82,80v0,56,-47,83,-82,85v-1,12,4,27,-11,26xm103,-166r0,-44v-25,2,-27,42,0,44xm124,-100r0,50v12,0,21,-13,21,-25v0,-15,-8,-21,-21,-25","w":226},"e":{"d":"167,-77r-101,0v0,11,9,31,45,31v28,0,45,-18,57,-18v13,0,24,10,24,24v0,28,-46,46,-88,46v-61,0,-99,-45,-99,-102v0,-54,41,-101,99,-101v55,0,91,46,91,95v0,20,-10,25,-28,25xm66,-116r73,0v0,-13,-15,-34,-37,-34v-22,0,-36,21,-36,34"},"\u00e9":{"d":"167,-77r-101,0v0,11,9,31,45,31v28,0,45,-18,57,-18v13,0,24,10,24,24v0,28,-46,46,-88,46v-61,0,-99,-45,-99,-102v0,-54,41,-101,99,-101v55,0,91,46,91,95v0,20,-10,25,-28,25xm66,-116r73,0v0,-13,-15,-34,-37,-34v-22,0,-36,21,-36,34xm164,-260v-4,31,-46,28,-67,43v-15,10,-40,-1,-38,-21v5,-31,45,-31,67,-44v16,-10,41,2,38,22"},"\u00ea":{"d":"100,-235v-18,7,-33,19,-54,22v-24,-2,-26,-42,0,-49v24,-6,50,-33,76,-15v18,12,54,14,51,42v-5,42,-52,8,-73,0xm167,-77r-101,0v0,11,9,31,45,31v28,0,45,-18,57,-18v13,0,24,10,24,24v0,28,-46,46,-88,46v-61,0,-99,-45,-99,-102v0,-54,41,-101,99,-101v55,0,91,46,91,95v0,20,-10,25,-28,25xm66,-116r73,0v0,-13,-15,-34,-37,-34v-22,0,-36,21,-36,34"},"\u00eb":{"d":"167,-77r-101,0v0,11,9,31,45,31v28,0,45,-18,57,-18v13,0,24,10,24,24v0,28,-46,46,-88,46v-61,0,-99,-45,-99,-102v0,-54,41,-101,99,-101v55,0,91,46,91,95v0,20,-10,25,-28,25xm66,-116r73,0v0,-13,-15,-34,-37,-34v-22,0,-36,21,-36,34xm142,-277v15,0,28,12,28,28v0,15,-13,28,-28,28v-16,0,-28,-13,-28,-28v0,-16,12,-28,28,-28xm58,-277v16,0,28,12,28,28v0,15,-12,28,-28,28v-15,0,-28,-13,-28,-28v0,-16,13,-28,28,-28"},"\u00e8":{"d":"167,-77r-101,0v0,11,9,31,45,31v28,0,45,-18,57,-18v13,0,24,10,24,24v0,28,-46,46,-88,46v-61,0,-99,-45,-99,-102v0,-54,41,-101,99,-101v55,0,91,46,91,95v0,20,-10,25,-28,25xm66,-116r73,0v0,-13,-15,-34,-37,-34v-22,0,-36,21,-36,34xm36,-260v0,-50,67,-7,92,2v21,7,14,48,-10,45v-27,-4,-45,-19,-69,-27v-8,-3,-13,-10,-13,-20"},"8":{"d":"100,-262v45,0,83,24,83,72v0,25,-15,44,-24,51v69,43,29,145,-59,145v-88,0,-128,-101,-59,-145v-9,-7,-24,-26,-24,-51v0,-48,38,-72,83,-72xm67,-84v0,19,14,34,33,34v19,0,34,-15,34,-34v0,-19,-15,-33,-34,-33v-19,0,-33,14,-33,33xm75,-185v0,13,12,24,25,24v13,0,25,-11,25,-24v0,-14,-12,-25,-25,-25v-13,0,-25,11,-25,25"},"=":{"d":"31,-168r154,0v15,0,25,9,25,24v0,15,-10,23,-25,23r-154,0v-15,0,-25,-8,-25,-23v0,-15,10,-24,25,-24xm31,-83r154,0v15,0,25,8,25,24v0,15,-10,23,-25,23r-154,0v-15,0,-25,-8,-25,-23v0,-16,10,-24,25,-24","w":216},"\u00f0":{"d":"5,-90v0,-72,71,-117,127,-85v-7,-13,-21,-33,-36,-40v-18,6,-56,39,-64,7v1,-16,24,-17,34,-25v-17,-10,-27,-15,-27,-27v7,-33,61,-21,85,-1v16,-6,48,-34,55,-3v-2,15,-21,16,-31,23v26,22,47,63,47,134v0,60,-29,113,-95,113v-54,0,-95,-40,-95,-96xm100,-132v-23,0,-38,20,-38,42v0,22,15,42,38,42v23,0,39,-20,39,-42v0,-22,-16,-42,-39,-42"},"!":{"d":"75,-230r0,126v0,17,-10,32,-28,32v-18,0,-28,-15,-28,-32r0,-126v0,-17,10,-32,28,-32v18,0,28,15,28,32xm15,-26v0,-16,15,-31,32,-31v17,0,31,15,31,31v0,18,-14,32,-31,32v-17,0,-32,-14,-32,-32","w":93},"\u00a1":{"d":"19,39r0,-126v0,-17,10,-32,28,-32v18,0,28,15,28,32r0,126v0,17,-10,32,-28,32v-18,0,-28,-15,-28,-32xm78,-166v0,17,-14,31,-31,31v-17,0,-32,-14,-32,-31v0,-17,15,-31,32,-31v17,0,31,14,31,31","w":93},"f":{"d":"55,2v-50,0,-20,-93,-28,-142v-21,1,-36,-6,-36,-26v0,-20,15,-27,36,-26v-5,-50,15,-84,59,-85v17,0,37,4,37,26v0,17,-9,26,-27,26v-13,-3,-12,19,-12,33v25,-2,45,2,45,26v0,24,-20,28,-45,26r0,113v0,16,-12,29,-29,29","w":119},"5":{"d":"81,-202r-4,31v61,-15,102,26,102,82v0,53,-40,95,-95,95v-37,0,-83,-20,-83,-48v0,-17,11,-29,25,-29v20,0,30,21,56,21v21,0,35,-15,35,-43v0,-17,-10,-34,-29,-34v-24,0,-25,13,-44,13v-25,-1,-27,-21,-22,-48v6,-33,-2,-99,40,-94v41,5,114,-16,115,27v1,38,-59,25,-96,27","w":180},"4":{"d":"150,2v-26,0,-30,-27,-28,-56r-96,0v-39,0,-29,-34,-18,-51r86,-133v20,-36,84,-21,84,23r0,109v24,-1,42,3,42,26v0,22,-18,28,-42,26v2,29,-2,56,-28,56xm122,-106r-1,-92r-53,92r54,0","w":219},"g":{"d":"195,-165r0,146v0,72,-47,99,-102,99v-29,0,-84,-11,-84,-42v12,-43,39,-11,83,-8v34,2,49,-20,46,-49v-54,55,-143,-5,-133,-77v-5,-76,82,-134,135,-80v7,-25,55,-23,55,11xm139,-96v0,-26,-14,-47,-39,-47v-25,0,-38,21,-38,47v0,28,13,48,38,48v25,0,39,-20,39,-48","w":206},"\u00df":{"d":"141,-85v1,-52,-60,-23,-60,-64v0,-36,43,-14,43,-50v0,-14,-10,-24,-25,-24v-23,0,-30,18,-30,42r0,154v0,16,-11,29,-28,29v-17,0,-28,-13,-28,-29r0,-165v0,-51,37,-85,85,-85v70,0,110,82,59,124v29,11,43,39,43,69v0,53,-42,90,-84,90v-19,0,-32,-10,-32,-27v0,-17,10,-25,29,-28v17,-2,28,-20,28,-36","w":206},"`":{"d":"-24,-260v0,-50,67,-7,92,2v21,7,14,48,-10,45v-27,-4,-45,-19,-69,-27v-8,-3,-13,-10,-13,-20","w":79},">":{"d":"25,-53r116,-49r-116,-48v-28,-10,-19,-44,3,-45v61,17,110,51,166,73v18,7,18,34,0,41v-56,23,-105,54,-166,72v-22,0,-30,-33,-3,-44","w":216},"\u00ab":{"d":"103,-60v-9,40,-51,1,-67,-11v-20,-15,-20,-45,0,-59v15,-10,28,-29,49,-29v20,0,25,27,8,38r-32,21v13,12,41,17,42,40xm192,-60v-9,40,-51,1,-67,-11v-20,-15,-20,-45,0,-59v15,-10,28,-29,49,-29v20,0,25,27,8,38r-32,21v13,12,41,17,42,40","w":213},"\u00bb":{"d":"111,-140v9,-39,50,-2,66,10v20,16,22,44,0,59v-15,10,-28,26,-48,30v-20,-1,-25,-28,-9,-39r32,-20v-13,-12,-40,-18,-41,-40xm22,-140v9,-40,51,-2,67,10v19,15,20,45,0,59v-15,10,-29,26,-49,30v-20,-1,-25,-28,-9,-39r32,-20v-13,-12,-40,-18,-41,-40","w":213},"h":{"d":"13,-27r0,-221v0,-16,11,-29,28,-29v42,0,23,59,29,94v40,-27,124,-15,117,52v-5,48,21,133,-28,133v-45,0,-28,-75,-28,-118v0,-19,-11,-34,-31,-34v-49,2,-31,77,-31,123v0,16,-11,29,-28,29v-17,0,-28,-13,-28,-29"},"-":{"d":"10,-100v2,-42,70,-24,109,-24v15,0,24,9,24,24v0,40,-71,23,-109,23v-15,0,-24,-9,-24,-23","w":153},"i":{"d":"12,-27r0,-138v0,-16,11,-29,28,-29v17,0,28,13,28,29r0,138v0,16,-11,29,-28,29v-17,0,-28,-13,-28,-29xm6,-244v0,-18,16,-33,34,-33v18,0,33,15,33,33v0,19,-15,34,-33,34v-18,0,-34,-15,-34,-34","w":79},"\u00ed":{"d":"12,-27r0,-138v0,-16,11,-29,28,-29v17,0,28,13,28,29r0,138v0,16,-11,29,-28,29v-17,0,-28,-13,-28,-29xm104,-260v-4,31,-46,28,-67,43v-15,10,-40,-1,-38,-21v5,-31,45,-31,67,-44v16,-10,41,2,38,22","w":79},"\u00ee":{"d":"40,-235v-18,7,-33,19,-54,22v-24,-2,-26,-42,0,-49v24,-6,49,-33,76,-15v18,12,54,14,51,42v-5,42,-52,8,-73,0xm12,-27r0,-138v0,-16,11,-29,28,-29v17,0,28,13,28,29r0,138v0,16,-11,29,-28,29v-17,0,-28,-13,-28,-29","w":79},"\u00ef":{"d":"12,-27r0,-138v0,-16,11,-29,28,-29v17,0,28,13,28,29r0,138v0,16,-11,29,-28,29v-17,0,-28,-13,-28,-29xm82,-277v15,0,28,12,28,28v0,15,-13,28,-28,28v-16,0,-28,-13,-28,-28v0,-16,12,-28,28,-28xm-2,-277v16,0,28,12,28,28v0,15,-12,28,-28,28v-15,0,-28,-13,-28,-28v0,-16,13,-28,28,-28","w":79},"\u00ec":{"d":"12,-27r0,-138v0,-16,11,-29,28,-29v17,0,28,13,28,29r0,138v0,16,-11,29,-28,29v-17,0,-28,-13,-28,-29xm-24,-260v0,-50,67,-7,92,2v21,7,14,48,-10,45v-27,-4,-45,-19,-69,-27v-8,-3,-13,-10,-13,-20","w":79},"j":{"d":"12,51r0,-216v0,-16,11,-29,28,-29v17,0,28,13,28,29r0,216v0,16,-11,29,-28,29v-17,0,-28,-13,-28,-29xm6,-244v0,-18,16,-33,34,-33v18,0,33,15,33,33v0,19,-15,34,-33,34v-18,0,-34,-15,-34,-34","w":79},"k":{"d":"13,-27r0,-221v0,-16,11,-29,28,-29v17,0,28,13,28,29r0,119v26,-20,44,-56,78,-65v33,5,31,32,7,56r-30,30v19,28,48,51,60,84v0,27,-44,38,-58,7r-57,-73v-2,38,12,91,-28,92v-17,0,-28,-13,-28,-29","w":180},"l":{"d":"12,-27r0,-221v0,-16,11,-29,28,-29v17,0,28,13,28,29r0,221v0,16,-11,29,-28,29v-17,0,-28,-13,-28,-29","w":79},"<":{"d":"188,-9v-61,-17,-110,-50,-166,-72v-18,-7,-18,-34,0,-41v56,-23,105,-55,166,-73v22,1,30,34,3,45r-116,48r116,49v28,9,19,43,-3,44","w":216},"\u00ac":{"d":"31,-168r150,0v50,-4,29,63,29,102v0,15,-8,25,-23,25v-33,0,-19,-49,-22,-80r-134,0v-15,0,-25,-8,-25,-23v0,-15,10,-24,25,-24","w":216},"m":{"d":"13,-27r0,-138v-4,-33,50,-36,56,-11v22,-28,75,-30,101,2v35,-37,131,-30,124,43v-4,48,20,133,-28,133v-46,0,-28,-75,-28,-118v0,-18,-10,-34,-28,-34v-47,0,-29,77,-29,123v0,16,-11,29,-28,29v-45,0,-28,-75,-28,-118v0,-18,-9,-34,-28,-34v-46,0,-28,78,-28,123v0,16,-11,29,-28,29v-17,0,-28,-13,-28,-29","w":306},"\u00af":{"d":"-26,-249v0,-41,71,-23,109,-23v15,0,23,9,23,23v-2,41,-71,23,-109,23v-14,0,-23,-9,-23,-23","w":79},"\u00d7":{"d":"26,-151v-17,-13,1,-40,18,-40v28,11,42,39,64,57v22,-18,36,-45,64,-57v17,0,33,25,18,40r-50,49v18,22,45,36,57,64v0,17,-24,33,-39,18r-50,-49v-21,18,-37,43,-63,56v-17,0,-35,-23,-19,-39r49,-50","w":216},"n":{"d":"13,-27r0,-138v-4,-33,50,-36,56,-11v30,-40,126,-22,118,45v-6,47,21,133,-28,133v-45,0,-28,-75,-28,-118v0,-19,-11,-34,-31,-34v-49,2,-31,77,-31,123v0,16,-11,29,-28,29v-17,0,-28,-13,-28,-29"},"9":{"d":"190,-175v0,47,-25,89,-51,120v-43,54,-52,61,-66,61v-20,0,-28,-19,-28,-28v0,-19,34,-37,53,-74v-52,15,-94,-30,-94,-77v0,-50,38,-89,93,-89v57,0,93,36,93,87xm130,-173v0,-18,-15,-33,-33,-33v-18,0,-33,15,-33,33v0,17,15,33,33,33v18,0,33,-16,33,-33","w":193},"\u00f1":{"d":"23,-237v0,-19,17,-39,37,-39v27,0,49,17,64,17v15,0,18,-17,32,-17v13,0,21,11,21,23v0,19,-17,40,-37,40v-27,0,-49,-17,-64,-17v-14,0,-18,17,-32,17v-13,0,-21,-11,-21,-24xm13,-27r0,-138v-4,-33,50,-36,56,-11v30,-40,126,-22,118,45v-6,47,21,133,-28,133v-45,0,-28,-75,-28,-118v0,-19,-11,-34,-31,-34v-49,2,-31,77,-31,123v0,16,-11,29,-28,29v-17,0,-28,-13,-28,-29"},"#":{"d":"56,2v-31,-5,-7,-50,-8,-74v-17,2,-33,-3,-31,-18v-2,-15,18,-19,36,-17r5,-42v-18,2,-33,-4,-31,-18v-2,-15,19,-19,37,-17v8,-26,-5,-74,27,-74v32,0,8,49,9,74r32,0v9,-26,-5,-74,28,-74v31,0,8,50,8,74v17,-2,33,4,31,17v2,17,-17,20,-36,18r-5,42v17,-2,33,4,31,17v2,16,-18,20,-37,18v-8,26,5,74,-27,74v-32,0,-8,-48,-9,-74r-32,0v-9,26,5,71,-28,74xm122,-107r5,-42r-32,0r-6,42r33,0","w":216},"o":{"d":"100,-197v57,0,95,45,95,101v0,57,-38,102,-95,102v-57,0,-95,-45,-95,-102v0,-56,38,-101,95,-101xm100,-143v-25,0,-38,21,-38,47v0,26,13,48,38,48v25,0,39,-22,39,-48v0,-26,-14,-47,-39,-47"},"\u00f3":{"d":"100,-197v57,0,95,45,95,101v0,57,-38,102,-95,102v-57,0,-95,-45,-95,-102v0,-56,38,-101,95,-101xm100,-143v-25,0,-38,21,-38,47v0,26,13,48,38,48v25,0,39,-22,39,-48v0,-26,-14,-47,-39,-47xm164,-260v-4,31,-46,28,-67,43v-15,10,-40,-1,-38,-21v5,-31,45,-31,67,-44v16,-10,41,2,38,22"},"\u00f4":{"d":"100,-235v-18,7,-33,19,-54,22v-24,-2,-26,-42,0,-49v24,-6,50,-33,76,-15v18,12,54,14,51,42v-5,42,-52,8,-73,0xm100,-197v57,0,95,45,95,101v0,57,-38,102,-95,102v-57,0,-95,-45,-95,-102v0,-56,38,-101,95,-101xm100,-143v-25,0,-38,21,-38,47v0,26,13,48,38,48v25,0,39,-22,39,-48v0,-26,-14,-47,-39,-47"},"\u00f6":{"d":"100,-197v57,0,95,45,95,101v0,57,-38,102,-95,102v-57,0,-95,-45,-95,-102v0,-56,38,-101,95,-101xm100,-143v-25,0,-38,21,-38,47v0,26,13,48,38,48v25,0,39,-22,39,-48v0,-26,-14,-47,-39,-47xm142,-277v15,0,28,12,28,28v0,15,-13,28,-28,28v-16,0,-28,-13,-28,-28v0,-16,12,-28,28,-28xm58,-277v16,0,28,12,28,28v0,15,-12,28,-28,28v-15,0,-28,-13,-28,-28v0,-16,13,-28,28,-28"},"\u00f2":{"d":"100,-197v57,0,95,45,95,101v0,57,-38,102,-95,102v-57,0,-95,-45,-95,-102v0,-56,38,-101,95,-101xm100,-143v-25,0,-38,21,-38,47v0,26,13,48,38,48v25,0,39,-22,39,-48v0,-26,-14,-47,-39,-47xm36,-260v0,-50,67,-7,92,2v21,7,14,48,-10,45v-27,-4,-45,-19,-69,-27v-8,-3,-13,-10,-13,-20"},"1":{"d":"44,-29r0,-173v-26,3,-45,-7,-45,-27v0,-32,42,-28,74,-27v13,0,29,5,29,29r0,198v0,21,-12,31,-29,31v-17,0,-29,-10,-29,-31","w":119},"\u00bd":{"d":"81,-41r117,-202v7,-25,41,-24,43,1v0,10,-7,20,-11,27r-116,202v-6,24,-42,24,-44,-1v0,-10,7,-20,11,-27xm45,-123r0,-102v-30,9,-43,-35,-13,-35v25,0,53,-8,54,20r0,117v0,11,-8,20,-20,20v-14,0,-21,-9,-21,-20xm268,-35v23,1,59,-6,57,18v-3,32,-64,17,-96,17v-12,0,-22,-6,-22,-15v0,-22,73,-64,73,-93v0,-9,-9,-13,-15,-13v-24,0,-11,30,-36,30v-14,0,-19,-9,-19,-17v0,-26,23,-49,57,-49v30,0,54,18,54,46v0,31,-33,56,-53,76","w":340},"\u00bc":{"d":"77,-41r116,-202v6,-24,42,-25,44,1v0,10,-7,20,-11,27r-117,202v-6,24,-41,24,-43,-1v0,-10,7,-20,11,-27xm40,-123r0,-102v-30,8,-43,-35,-12,-35v24,0,52,-8,53,20r0,117v0,11,-7,20,-20,20v-14,0,-21,-9,-21,-20xm282,2v-20,0,-21,-13,-20,-32v-34,1,-103,9,-74,-33r55,-80v11,-24,60,-16,60,12r0,66v16,-1,28,3,27,17v0,15,-11,20,-27,18v1,19,0,32,-21,32xm262,-65v-1,-15,2,-33,-1,-46r-31,46r32,0","w":340},"\u00b9":{"d":"26,-123r0,-102v-30,9,-43,-35,-13,-35v24,0,54,-8,54,20r0,117v0,11,-8,20,-21,20v-13,0,-20,-9,-20,-20","w":90},"\u00aa":{"d":"130,-246r0,89v2,18,-33,23,-36,4v-35,31,-90,-2,-90,-49v0,-46,57,-80,90,-47v3,-20,36,-16,36,3xm91,-201v0,-14,-9,-27,-24,-27v-15,0,-24,13,-24,27v0,13,9,26,24,26v15,0,24,-13,24,-26","w":133},"\u00ba":{"d":"127,-202v0,34,-25,61,-62,61v-38,0,-63,-27,-63,-61v0,-33,25,-60,63,-60v38,0,62,27,62,60xm41,-201v0,13,9,26,24,26v15,0,24,-13,24,-26v0,-14,-9,-27,-24,-27v-15,0,-24,13,-24,27","w":129},"\u00f8":{"d":"64,-78r57,-59v-35,-21,-70,15,-57,59xm136,-113r-56,59v34,21,71,-18,56,-59xm10,11v-29,-9,3,-36,13,-46v-43,-63,-4,-162,77,-162v23,0,43,7,59,20v8,-7,22,-28,31,-26v29,8,-3,37,-13,47v44,63,3,162,-77,162v-23,0,-43,-8,-59,-20v-9,7,-21,26,-31,25"},"\u00f5":{"d":"23,-237v0,-19,17,-39,37,-39v27,0,49,17,64,17v15,0,18,-17,32,-17v13,0,21,11,21,23v0,19,-17,40,-37,40v-27,0,-49,-17,-64,-17v-14,0,-18,17,-32,17v-13,0,-21,-11,-21,-24xm100,-197v57,0,95,45,95,101v0,57,-38,102,-95,102v-57,0,-95,-45,-95,-102v0,-56,38,-101,95,-101xm100,-143v-25,0,-38,21,-38,47v0,26,13,48,38,48v25,0,39,-22,39,-48v0,-26,-14,-47,-39,-47"},"p":{"d":"12,51r0,-216v-3,-32,47,-37,54,-11v52,-54,135,4,135,80v0,77,-78,129,-133,86v-2,37,11,90,-28,90v-17,0,-28,-13,-28,-29xm107,-48v24,0,38,-22,38,-48v0,-26,-14,-47,-38,-47v-25,0,-39,21,-39,47v0,26,14,48,39,48","w":206},"\u00b6":{"d":"84,43r0,-174v-52,0,-80,-23,-80,-61v-1,-84,102,-60,180,-64v13,0,21,8,21,21r0,278v0,13,-8,22,-21,22v-14,0,-22,-9,-22,-22r0,-267r-35,0r0,267v0,13,-8,22,-22,22v-13,0,-21,-9,-21,-22","w":223},"(":{"d":"37,30v-28,-57,-28,-204,0,-262v8,-17,13,-30,29,-30v14,0,24,9,24,23v0,9,-26,65,-26,138v0,74,26,129,26,139v0,14,-10,22,-24,22v-16,0,-21,-13,-29,-30","w":93},")":{"d":"57,-232v28,57,28,205,0,262v-8,18,-14,30,-29,30v-15,0,-25,-8,-25,-22v0,-10,27,-65,27,-139v0,-73,-27,-129,-27,-138v0,-14,10,-23,25,-23v15,0,21,12,29,30","w":93},"%":{"d":"6,-204v0,-31,25,-58,56,-58v32,0,56,27,56,58v0,31,-24,58,-56,58v-32,0,-56,-27,-56,-58xm49,-41r116,-202v6,-24,42,-25,44,1v0,10,-7,20,-11,27r-117,202v-7,24,-41,24,-43,-1v0,-10,7,-20,11,-27xm47,-204v0,9,6,17,15,17v10,0,15,-8,15,-17v0,-9,-5,-17,-15,-17v-9,0,-15,8,-15,17xm169,-52v0,9,6,17,15,17v10,0,15,-8,15,-17v0,-9,-5,-17,-15,-17v-9,0,-15,8,-15,17xm128,-52v0,-32,25,-58,56,-58v32,0,56,27,56,58v0,31,-24,58,-56,58v-32,0,-56,-27,-56,-58","w":246},".":{"d":"19,-26v0,-16,14,-31,31,-31v17,0,31,15,31,31v0,18,-14,32,-31,32v-17,0,-31,-14,-31,-32","w":100},"\u00b7":{"d":"19,-100v0,-17,14,-31,31,-31v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31","w":100},"+":{"d":"84,-126v2,-32,-10,-78,24,-78v34,0,22,46,24,78v32,2,78,-10,78,24v0,34,-46,22,-78,24v-2,32,10,78,-24,78v-34,0,-22,-46,-24,-78v-32,-1,-78,9,-78,-24v0,-34,46,-22,78,-24","w":216},"\u00b1":{"d":"6,-131v0,-34,46,-22,78,-24v-1,-25,-1,-49,24,-49v24,0,25,24,24,49v32,2,78,-10,78,24v0,34,-46,22,-78,24v1,25,0,49,-24,49v-24,0,-26,-24,-24,-49v-32,-2,-78,10,-78,-24xm31,-48r154,0v15,0,25,9,25,24v0,15,-10,24,-25,24r-154,0v-15,0,-25,-9,-25,-24v0,-15,10,-24,25,-24","w":216},"q":{"d":"62,-96v0,26,13,48,38,48v25,0,39,-22,39,-48v0,-26,-14,-47,-39,-47v-25,0,-38,21,-38,47xm195,-165r0,216v0,16,-12,29,-28,29v-39,0,-26,-53,-28,-90v-54,43,-134,-8,-134,-86v0,-76,82,-134,135,-80v9,-27,55,-21,55,11","w":206},"?":{"d":"56,-129v0,-37,56,-14,56,-51v0,-12,-10,-24,-27,-24v-32,0,-27,33,-56,33v-14,0,-26,-13,-26,-27v0,-41,47,-64,82,-64v48,0,89,29,89,80v0,46,-26,67,-62,74v2,21,-9,35,-28,36v-29,0,-28,-28,-28,-57xm53,-26v0,-16,14,-31,31,-31v17,0,31,15,31,31v0,18,-14,32,-31,32v-17,0,-31,-14,-31,-32","w":180},"\u00bf":{"d":"124,-62v-1,36,-56,13,-56,51v0,11,10,23,27,23v32,0,27,-32,56,-32v14,0,26,12,26,27v0,41,-47,64,-82,64v-48,0,-89,-30,-89,-80v0,-46,26,-68,62,-75v-2,-22,10,-35,28,-35v29,-1,29,28,28,57xm127,-166v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31v0,-17,14,-31,31,-31v17,0,31,14,31,31","w":180},"\"":{"d":"121,-147v-35,-1,-23,-53,-23,-86v0,-15,9,-25,23,-25v36,0,24,53,24,86v0,14,-9,25,-24,25xm52,-147v-36,-1,-24,-52,-24,-86v0,-15,9,-25,24,-25v35,0,24,53,24,86v0,14,-10,25,-24,25","w":173},"'":{"d":"47,-147v-36,-1,-24,-52,-24,-86v0,-15,9,-25,24,-25v35,0,24,53,24,86v0,14,-10,25,-24,25","w":93},"r":{"d":"137,-168v0,41,-79,19,-68,73v-3,39,13,96,-28,97v-17,0,-28,-13,-28,-29r0,-138v-4,-33,50,-36,56,-11v15,-24,68,-33,68,8","w":126},"\u00ae":{"d":"10,-128v0,-85,65,-134,134,-134v69,0,134,49,134,134v0,85,-65,134,-134,134v-69,0,-134,-49,-134,-134xm51,-128v0,60,41,101,93,101v51,0,93,-41,93,-101v0,-61,-42,-102,-93,-102v-52,0,-93,41,-93,102xm91,-75r0,-109v1,-26,38,-16,61,-16v32,0,52,10,52,43v0,26,-17,39,-33,40v9,15,25,27,29,46v-2,14,-26,17,-33,0r-33,-46r-11,0v-2,22,8,59,-16,58v-9,0,-16,-5,-16,-16xm123,-174r0,31v19,-2,46,7,46,-15v0,-24,-26,-14,-46,-16","w":288},"s":{"d":"3,-33v0,-47,44,-11,77,-11v12,0,16,-5,16,-11v0,-12,-11,-16,-43,-26v-73,-22,-50,-118,28,-116v22,0,64,11,64,40v0,39,-41,15,-68,9v-8,0,-15,4,-15,12v0,22,88,17,88,79v0,39,-33,63,-72,63v-35,0,-75,-14,-75,-39","w":153},"\u00a7":{"d":"21,-102v0,-26,12,-42,34,-55v-43,-40,-6,-105,56,-105v39,0,75,22,75,51v0,12,-9,25,-22,25v-21,0,-29,-33,-54,-33v-10,0,-19,6,-19,16v0,38,108,40,108,109v0,28,-14,48,-33,58v44,37,2,103,-56,103v-39,0,-77,-21,-77,-51v0,-11,8,-23,23,-23v21,0,24,31,54,31v11,0,21,-5,21,-16v0,-35,-110,-45,-110,-110xm135,-61v42,-32,-26,-56,-50,-72v-43,33,28,56,50,72","w":219},";":{"d":"-6,30v4,-30,25,-45,34,-70v9,-23,57,-22,53,8v-4,30,-25,45,-35,70v-9,22,-56,20,-52,-8xm19,-138v0,-17,14,-31,31,-31v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31","w":100},"7":{"d":"23,-24v20,-65,56,-118,81,-178v-39,-3,-105,13,-105,-27v0,-14,9,-27,27,-27r118,0v32,2,34,29,22,54r-82,176v-1,34,-61,36,-61,2","w":173},"6":{"d":"4,-82v0,-46,25,-88,50,-119v44,-54,53,-61,67,-61v19,0,28,18,28,28v0,19,-28,34,-54,73v55,-13,96,30,95,78v0,50,-38,89,-93,89v-57,0,-93,-36,-93,-88xm64,-83v0,17,15,33,33,33v18,0,33,-16,33,-33v0,-18,-15,-33,-33,-33v-18,0,-33,15,-33,33","w":193},"\/":{"d":"4,-14v29,-75,75,-147,110,-219v7,-14,16,-29,29,-29v31,0,18,31,6,54r-97,184v-7,15,-15,30,-28,30v-12,0,-20,-7,-20,-20","w":166},"\u00a3":{"d":"107,-156v30,-3,62,2,62,27v0,22,-26,31,-54,27v0,18,-2,30,-14,46v45,5,127,-19,127,28v0,16,-13,28,-32,28r-133,0v-18,0,-34,-8,-34,-28v0,-28,24,-23,29,-74v-28,3,-53,-6,-53,-27v0,-17,17,-31,43,-27v-26,-58,16,-106,87,-106v69,0,92,42,92,65v0,15,-13,27,-28,27v-28,0,-17,-40,-64,-40v-30,0,-44,31,-28,54","w":226},"t":{"d":"55,2v-50,0,-20,-93,-28,-142v-21,1,-36,-6,-36,-26v0,-20,15,-27,36,-26v-1,-31,-2,-65,28,-65v31,0,30,33,29,65v25,-2,45,2,45,26v0,24,-20,28,-45,26r0,113v0,16,-12,29,-29,29","w":119},"\u00fe":{"d":"12,52r0,-301v0,-18,10,-28,28,-28v42,-1,24,59,28,96v53,-43,133,9,133,85v0,77,-78,129,-133,86v-3,37,13,91,-28,90v-18,0,-28,-11,-28,-28xm107,-48v24,0,38,-22,38,-48v0,-26,-14,-47,-38,-47v-25,0,-39,21,-39,47v0,26,14,48,39,48","w":206},"3":{"d":"59,-136v-7,-31,53,-18,53,-51v0,-13,-11,-19,-22,-19v-30,0,-31,31,-58,31v-15,0,-24,-15,-24,-27v0,-36,47,-60,81,-60v69,0,110,82,50,122v76,31,38,146,-48,146v-53,0,-91,-36,-91,-70v0,-14,14,-27,27,-27v31,0,24,41,64,41v17,0,29,-14,29,-31v1,-44,-61,-10,-61,-55","w":186},"\u00be":{"d":"96,-41r117,-202v7,-25,41,-24,43,1v0,10,-7,20,-11,27r-116,202v-7,24,-42,24,-44,-1v0,-10,7,-20,11,-27xm16,-226v4,-49,107,-48,105,6v0,11,-6,22,-20,31v51,20,26,86,-32,86v-29,0,-59,-19,-59,-41v0,-9,8,-17,18,-17v20,0,16,22,42,22v10,0,18,-9,18,-17v0,-24,-39,-5,-39,-30v0,-23,33,-10,33,-30v-14,-30,-58,31,-66,-10xm282,2v-20,0,-21,-13,-20,-32v-34,1,-103,9,-74,-33r55,-80v13,-22,60,-13,60,14r0,64v16,-1,28,3,27,17v0,15,-11,20,-27,18v1,19,0,32,-21,32xm262,-65v-1,-15,2,-33,-1,-46r-31,46r32,0","w":340},"\u00b3":{"d":"13,-226v5,-49,107,-48,105,6v0,11,-5,22,-20,31v51,19,26,86,-31,86v-30,0,-59,-19,-59,-41v0,-9,7,-17,18,-17v20,0,15,22,41,22v10,0,18,-9,18,-17v1,-24,-39,-5,-39,-30v0,-23,34,-10,34,-30v-15,-29,-59,31,-67,-10","w":134},"2":{"d":"90,-54v35,1,90,-9,88,27v0,13,-9,27,-27,27r-118,0v-70,-9,-7,-66,11,-86v15,-17,65,-70,65,-96v0,-17,-8,-24,-22,-24v-38,0,-19,54,-56,54v-18,0,-27,-14,-27,-28v0,-44,36,-82,87,-82v44,0,81,31,81,78v0,51,-52,92,-82,130","w":180},"\u00b2":{"d":"67,-139v23,1,59,-7,57,17v-3,32,-64,17,-96,17v-11,0,-22,-6,-22,-15v0,-22,74,-64,74,-92v0,-9,-9,-13,-16,-13v-24,0,-11,29,-36,29v-14,0,-19,-8,-19,-16v0,-27,23,-50,57,-50v30,0,55,18,55,47v0,31,-34,55,-54,76","w":129},"u":{"d":"159,-194v48,0,28,80,28,125v0,52,-40,75,-87,75v-47,0,-87,-23,-87,-75v0,-46,-19,-125,28,-125v46,0,25,74,28,117v3,41,59,41,62,0v3,-43,-17,-117,28,-117"},"\u00fa":{"d":"159,-194v48,0,28,80,28,125v0,52,-40,75,-87,75v-47,0,-87,-23,-87,-75v0,-46,-19,-125,28,-125v46,0,25,74,28,117v3,41,59,41,62,0v3,-43,-17,-117,28,-117xm164,-260v-4,31,-46,28,-67,43v-15,10,-40,-1,-38,-21v5,-31,45,-31,67,-44v16,-10,41,2,38,22"},"\u00fb":{"d":"100,-235v-18,7,-33,19,-54,22v-24,-2,-26,-42,0,-49v24,-6,50,-33,76,-15v18,12,54,14,51,42v-5,42,-52,8,-73,0xm159,-194v48,0,28,80,28,125v0,52,-40,75,-87,75v-47,0,-87,-23,-87,-75v0,-46,-19,-125,28,-125v46,0,25,74,28,117v3,41,59,41,62,0v3,-43,-17,-117,28,-117"},"\u00fc":{"d":"159,-194v48,0,28,80,28,125v0,52,-40,75,-87,75v-47,0,-87,-23,-87,-75v0,-46,-19,-125,28,-125v46,0,25,74,28,117v3,41,59,41,62,0v3,-43,-17,-117,28,-117xm142,-277v15,0,28,12,28,28v0,15,-13,28,-28,28v-16,0,-28,-13,-28,-28v0,-16,12,-28,28,-28xm58,-277v16,0,28,12,28,28v0,15,-12,28,-28,28v-15,0,-28,-13,-28,-28v0,-16,13,-28,28,-28"},"\u00f9":{"d":"159,-194v48,0,28,80,28,125v0,52,-40,75,-87,75v-47,0,-87,-23,-87,-75v0,-46,-19,-125,28,-125v46,0,25,74,28,117v3,41,59,41,62,0v3,-43,-17,-117,28,-117xm36,-260v0,-50,67,-7,92,2v21,7,14,48,-10,45v-27,-4,-45,-19,-69,-27v-8,-3,-13,-10,-13,-20"},"_":{"d":"180,45r-180,0v-6,0,-10,-3,-10,-9v0,-6,4,-9,10,-9r180,0v6,0,10,3,10,9v0,6,-4,9,-10,9","w":180},"v":{"d":"53,-21v-15,-48,-43,-94,-55,-145v1,-30,42,-41,55,-6r31,85r30,-85v10,-36,54,-24,55,6v-11,51,-40,97,-55,145v-9,30,-52,29,-61,0","w":167},"w":{"d":"46,-26r-39,-109v-12,-26,-15,-56,20,-59v13,0,23,8,26,20r28,91r26,-79v4,-14,10,-32,30,-32v20,0,25,18,30,32r26,79r27,-91v4,-12,14,-20,27,-20v34,2,29,33,20,59r-39,109v-7,19,-16,28,-35,28v-46,-2,-37,-66,-57,-96v-17,32,-12,96,-55,96v-19,0,-28,-9,-35,-28","w":273},"x":{"d":"-3,-26v9,-37,40,-48,59,-75v-13,-17,-51,-45,-51,-64v0,-32,38,-36,55,-15r30,37v18,-17,27,-50,58,-51v13,0,27,11,27,29v0,19,-38,47,-51,64v19,26,49,39,59,75v1,30,-38,33,-54,14r-39,-46v-21,19,-32,52,-64,60v-16,0,-29,-11,-29,-28","w":180},"y":{"d":"59,80v-58,0,-8,-69,1,-98r-48,-114v-18,-30,-17,-62,15,-62v14,0,24,8,29,22r33,85r32,-76v6,-37,57,-42,59,-2v-24,78,-61,144,-90,218v-6,15,-11,27,-31,27","w":180},"\u00fd":{"d":"59,80v-58,0,-8,-69,1,-98r-48,-114v-18,-30,-17,-62,15,-62v14,0,24,8,29,22r33,85r32,-76v6,-37,57,-42,59,-2v-24,78,-61,144,-90,218v-6,15,-11,27,-31,27xm154,-260v-4,31,-46,28,-67,43v-15,10,-40,-1,-38,-21v5,-31,45,-31,67,-44v16,-10,41,2,38,22","w":180},"\u00ff":{"d":"59,80v-58,0,-8,-69,1,-98r-48,-114v-18,-30,-17,-62,15,-62v14,0,24,8,29,22r33,85r32,-76v6,-37,57,-42,59,-2v-24,78,-61,144,-90,218v-6,15,-11,27,-31,27xm132,-277v15,0,28,12,28,28v0,15,-13,28,-28,28v-16,0,-28,-13,-28,-28v0,-16,12,-28,28,-28xm48,-277v16,0,28,12,28,28v0,15,-12,28,-28,28v-15,0,-28,-13,-28,-28v0,-16,13,-28,28,-28","w":180},"\u00a5":{"d":"143,-66v2,33,2,68,-30,68v-31,0,-30,-36,-29,-68v-26,-3,-69,10,-69,-17v0,-27,43,-14,69,-17r0,-20v-27,-2,-69,10,-69,-18v0,-20,25,-18,45,-17v-14,-19,-50,-60,-50,-78v0,-15,13,-25,31,-25v16,0,23,11,29,19r43,62r44,-62v7,-24,60,-26,60,6v0,18,-36,59,-50,78v21,-1,45,-2,45,17v0,27,-42,16,-69,18r0,20v26,2,69,-9,69,17v0,26,-43,15,-69,17","w":226},"z":{"d":"25,0v-27,-1,-35,-17,-18,-41r72,-99v-33,-2,-80,10,-79,-26v0,-18,12,-26,30,-26r108,0v23,-2,32,19,19,37r-77,103v35,3,89,-13,88,26v0,18,-11,26,-29,26r-114,0","w":166},"0":{"d":"113,6v-141,0,-145,-268,0,-268v145,0,145,268,0,268xm67,-128v0,32,10,78,46,78v37,0,47,-46,47,-78v0,-32,-10,-78,-47,-78v-36,0,-46,46,-46,78","w":226},"\u00a0":{"w":100}}});/*	Unobtrusive Flash Objects (UFO) v3.22 <http://www.bobbyvandersluis.com/ufo/>
	Copyright 2005-2007 Bobby van der Sluis
	This software is licensed under the CC-GNU LGPL <http://creativecommons.org/licenses/LGPL/2.1/>
*/

var UFO = {
	req: ["movie", "width", "height", "majorversion", "build"],
	opt: ["play", "loop", "menu", "quality", "scale", "salign", "wmode", "bgcolor", "base", "flashvars", "devicefont", "allowscriptaccess", "seamlesstabbing", "allowfullscreen", "allownetworking"],
	optAtt: ["id", "name", "align"],
	optExc: ["swliveconnect"],
	ximovie: "ufo.swf",
	xiwidth: "215",
	xiheight: "138",
	ua: navigator.userAgent.toLowerCase(),
	pluginType: "",
	fv: [0,0],
	foList: [],
		
	create: function(FO, id) {
		if (!UFO.uaHas("w3cdom") || UFO.uaHas("ieMac")) return;
		UFO.getFlashVersion();
		UFO.foList[id] = UFO.updateFO(FO);
		UFO.createCSS("#" + id, "visibility:hidden;");
		UFO.domLoad(id);
	},

	updateFO: function(FO) {
		if (typeof FO.xi != "undefined" && FO.xi == "true") {
			if (typeof FO.ximovie == "undefined") FO.ximovie = UFO.ximovie;
			if (typeof FO.xiwidth == "undefined") FO.xiwidth = UFO.xiwidth;
			if (typeof FO.xiheight == "undefined") FO.xiheight = UFO.xiheight;
		}
		FO.mainCalled = false;
		return FO;
	},

	domLoad: function(id) {
		var _t = setInterval(function() {
			if ((document.getElementsByTagName("body")[0] != null || document.body != null) && document.getElementById(id) != null) {
				UFO.main(id);
				clearInterval(_t);
			}
		}, 250);
		if (typeof document.addEventListener != "undefined") {
			document.addEventListener("DOMContentLoaded", function() { UFO.main(id); clearInterval(_t); } , null); // Gecko, Opera 9+
		}
	},

	main: function(id) {
		var _fo = UFO.foList[id];
		if (_fo.mainCalled) return;
		UFO.foList[id].mainCalled = true;
		document.getElementById(id).style.visibility = "hidden";
		if (UFO.hasRequired(id)) {
			if (UFO.hasFlashVersion(parseInt(_fo.majorversion, 10), parseInt(_fo.build, 10))) {
				if (typeof _fo.setcontainercss != "undefined" && _fo.setcontainercss == "true") UFO.setContainerCSS(id);
				UFO.writeSWF(id);
			}
			else if (_fo.xi == "true" && UFO.hasFlashVersion(6, 65)) {
				UFO.createDialog(id);
			}
		}
		document.getElementById(id).style.visibility = "visible";
	},
	
	createCSS: function(selector, declaration) {
		var _h = document.getElementsByTagName("head")[0]; 
		var _s = UFO.createElement("style");
		if (!UFO.uaHas("ieWin")) _s.appendChild(document.createTextNode(selector + " {" + declaration + "}")); // bugs in IE/Win
		_s.setAttribute("type", "text/css");
		_s.setAttribute("media", "screen"); 
		_h.appendChild(_s);
		if (UFO.uaHas("ieWin") && document.styleSheets && document.styleSheets.length > 0) {
			var _ls = document.styleSheets[document.styleSheets.length - 1];
			if (typeof _ls.addRule == "object") _ls.addRule(selector, declaration);
		}
	},
	
	setContainerCSS: function(id) {
		var _fo = UFO.foList[id];
		var _w = /%/.test(_fo.width) ? "" : "px";
		var _h = /%/.test(_fo.height) ? "" : "px";
		UFO.createCSS("#" + id, "width:" + _fo.width + _w +"; height:" + _fo.height + _h +";");
		if (_fo.width == "100%") {
			UFO.createCSS("body", "margin-left:0; margin-right:0; padding-left:0; padding-right:0;");
		}
		if (_fo.height == "100%") {
			UFO.createCSS("html", "height:100%; overflow:hidden;");
			UFO.createCSS("body", "margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0; height:100%;");
		}
	},

	createElement: function(el) {
		return (UFO.uaHas("xml") && typeof document.createElementNS != "undefined") ?  document.createElementNS("http://www.w3.org/1999/xhtml", el) : document.createElement(el);
	},

	createObjParam: function(el, aName, aValue) {
		var _p = UFO.createElement("param");
		_p.setAttribute("name", aName);	
		_p.setAttribute("value", aValue);
		el.appendChild(_p);
	},

	uaHas: function(ft) {
		var _u = UFO.ua;
		switch(ft) {
			case "w3cdom":
				return (typeof document.getElementById != "undefined" && typeof document.getElementsByTagName != "undefined" && (typeof document.createElement != "undefined" || typeof document.createElementNS != "undefined"));
			case "xml":
				var _m = document.getElementsByTagName("meta");
				var _l = _m.length;
				for (var i = 0; i < _l; i++) {
					if (/content-type/i.test(_m[i].getAttribute("http-equiv")) && /xml/i.test(_m[i].getAttribute("content"))) return true;
				}
				return false;
			case "ieMac":
				return /msie/.test(_u) && !/opera/.test(_u) && /mac/.test(_u);
			case "ieWin":
				return /msie/.test(_u) && !/opera/.test(_u) && /win/.test(_u);
			case "gecko":
				return /gecko/.test(_u) && !/applewebkit/.test(_u);
			case "opera":
				return /opera/.test(_u);
			case "safari":
				return /applewebkit/.test(_u);
			default:
				return false;
		}
	},
	
	getFlashVersion: function() {
		if (UFO.fv[0] != 0) return;  
		if (navigator.plugins && typeof navigator.plugins["Shockwave Flash"] == "object") {
			UFO.pluginType = "npapi";
			var _d = navigator.plugins["Shockwave Flash"].description;
			if (typeof _d != "undefined") {
				_d = _d.replace(/^.*\s+(\S+\s+\S+$)/, "$1");
				var _m = parseInt(_d.replace(/^(.*)\..*$/, "$1"), 10);
				var _r = /r/.test(_d) ? parseInt(_d.replace(/^.*r(.*)$/, "$1"), 10) : 0;
				UFO.fv = [_m, _r];
			}
		}
		else if (window.ActiveXObject) {
			UFO.pluginType = "ax";
			try { // avoid fp 6 crashes
				var _a = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
			}
			catch(e) {
				try { 
					var _a = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
					UFO.fv = [6, 0];
					_a.AllowScriptAccess = "always"; // throws if fp < 6.47 
				}
				catch(e) {
					if (UFO.fv[0] == 6) return;
				}
				try {
					var _a = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
				}
				catch(e) {}
			}
			if (typeof _a == "object") {
				var _d = _a.GetVariable("$version"); // bugs in fp 6.21/6.23
				if (typeof _d != "undefined") {
					_d = _d.replace(/^\S+\s+(.*)$/, "$1").split(",");
					UFO.fv = [parseInt(_d[0], 10), parseInt(_d[2], 10)];
				}
			}
		}
	},

	hasRequired: function(id) {
		var _l = UFO.req.length;
		for (var i = 0; i < _l; i++) {
			if (typeof UFO.foList[id][UFO.req[i]] == "undefined") return false;
		}
		return true;
	},
	
	hasFlashVersion: function(major, release) {
		return (UFO.fv[0] > major || (UFO.fv[0] == major && UFO.fv[1] >= release)) ? true : false;
	},

	writeSWF: function(id) {
		var _fo = UFO.foList[id];
		var _e = document.getElementById(id);
		if (UFO.pluginType == "npapi") {
			if (UFO.uaHas("gecko") || UFO.uaHas("xml")) {
				while(_e.hasChildNodes()) {
					_e.removeChild(_e.firstChild);
				}
				var _obj = UFO.createElement("object");
				_obj.setAttribute("type", "application/x-shockwave-flash");
				_obj.setAttribute("data", _fo.movie);
				_obj.setAttribute("width", _fo.width);
				_obj.setAttribute("height", _fo.height);
				var _l = UFO.optAtt.length;
				for (var i = 0; i < _l; i++) {
					if (typeof _fo[UFO.optAtt[i]] != "undefined") _obj.setAttribute(UFO.optAtt[i], _fo[UFO.optAtt[i]]);
				}
				var _o = UFO.opt.concat(UFO.optExc);
				var _l = _o.length;
				for (var i = 0; i < _l; i++) {
					if (typeof _fo[_o[i]] != "undefined") UFO.createObjParam(_obj, _o[i], _fo[_o[i]]);
				}
				_e.appendChild(_obj);
			}
			else {
				var _emb = "";
				var _o = UFO.opt.concat(UFO.optAtt).concat(UFO.optExc);
				var _l = _o.length;
				for (var i = 0; i < _l; i++) {
					if (typeof _fo[_o[i]] != "undefined") _emb += ' ' + _o[i] + '="' + _fo[_o[i]] + '"';
				}
				_e.innerHTML = '<embed type="application/x-shockwave-flash" src="' + _fo.movie + '" width="' + _fo.width + '" height="' + _fo.height + '" pluginspage="http://www.macromedia.com/go/getflashplayer"' + _emb + '></embed>';
			}
		}
		else if (UFO.pluginType == "ax") {
			var _objAtt = "";
			var _l = UFO.optAtt.length;
			for (var i = 0; i < _l; i++) {
				if (typeof _fo[UFO.optAtt[i]] != "undefined") _objAtt += ' ' + UFO.optAtt[i] + '="' + _fo[UFO.optAtt[i]] + '"';
			}
			var _objPar = "";
			var _l = UFO.opt.length;
			for (var i = 0; i < _l; i++) {
				if (typeof _fo[UFO.opt[i]] != "undefined") _objPar += '<param name="' + UFO.opt[i] + '" value="' + _fo[UFO.opt[i]] + '" />';
			}
			var _p = window.location.protocol == "https:" ? "https:" : "http:";
			_e.innerHTML = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' + _objAtt + ' width="' + _fo.width + '" height="' + _fo.height + '" codebase="' + _p + '//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=' + _fo.majorversion + ',0,' + _fo.build + ',0"><param name="movie" value="' + _fo.movie + '" />' + _objPar + '</object>';
		}
	},
		
	createDialog: function(id) {
		var _fo = UFO.foList[id];
		UFO.createCSS("html", "height:100%; overflow:hidden;");
		UFO.createCSS("body", "height:100%; overflow:hidden;");
		UFO.createCSS("#xi-con", "position:absolute; left:0; top:0; z-index:1000; width:100%; height:100%; background-color:#fff; filter:alpha(opacity:75); opacity:0.75;");
		UFO.createCSS("#xi-dia", "position:absolute; left:50%; top:50%; margin-left: -" + Math.round(parseInt(_fo.xiwidth, 10) / 2) + "px; margin-top: -" + Math.round(parseInt(_fo.xiheight, 10) / 2) + "px; width:" + _fo.xiwidth + "px; height:" + _fo.xiheight + "px;");
		var _b = document.getElementsByTagName("body")[0];
		var _c = UFO.createElement("div");
		_c.setAttribute("id", "xi-con");
		var _d = UFO.createElement("div");
		_d.setAttribute("id", "xi-dia");
		_c.appendChild(_d);
		_b.appendChild(_c);
		var _mmu = window.location;
		if (UFO.uaHas("xml") && UFO.uaHas("safari")) {
			var _mmd = document.getElementsByTagName("title")[0].firstChild.nodeValue = document.getElementsByTagName("title")[0].firstChild.nodeValue.slice(0, 47) + " - Flash Player Installation";
		}
		else {
			var _mmd = document.title = document.title.slice(0, 47) + " - Flash Player Installation";
		}
		var _mmp = UFO.pluginType == "ax" ? "ActiveX" : "PlugIn";
		var _uc = typeof _fo.xiurlcancel != "undefined" ? "&xiUrlCancel=" + _fo.xiurlcancel : "";
		var _uf = typeof _fo.xiurlfailed != "undefined" ? "&xiUrlFailed=" + _fo.xiurlfailed : "";
		UFO.foList["xi-dia"] = { movie:_fo.ximovie, width:_fo.xiwidth, height:_fo.xiheight, majorversion:"6", build:"65", flashvars:"MMredirectURL=" + _mmu + "&MMplayerType=" + _mmp + "&MMdoctitle=" + _mmd + _uc + _uf };
		UFO.writeSWF("xi-dia");
	},

	expressInstallCallback: function() {
		var _b = document.getElementsByTagName("body")[0];
		var _c = document.getElementById("xi-con");
		_b.removeChild(_c);
		UFO.createCSS("body", "height:auto; overflow:auto;");
		UFO.createCSS("html", "height:auto; overflow:auto;");
	},

	cleanupIELeaks: function() {
		var _o = document.getElementsByTagName("object");
		var _l = _o.length
		for (var i = 0; i < _l; i++) {
			_o[i].style.display = "none";
			for (var x in _o[i]) {
				if (typeof _o[i][x] == "function") {
					_o[i][x] = null;
				}
			}
		}
	}

};

if (typeof window.attachEvent != "undefined" && UFO.uaHas("ieWin")) {
	window.attachEvent("onunload", UFO.cleanupIELeaks);
}
