
/* Merged Plone Javascript file
 * This file is dynamically assembled from separate parts.
 * Some of these parts have 3rd party licenses or copyright information attached
 * Such information is valid for that section,
 * not for the entire composite file
 * originating files are separated by - filename.js -
 */

/* - cufon/cufon-yui.js - */
/*
 * 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\u00a0]+/,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(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>');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/Plan_Storytelling_400.font.js - */
Cufon.registerFont({"w":165,"face":{"font-family":"Plan Storytelling","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 15 5 6 3 3 2 6 2 4","ascent":"288","descent":"-72","x-height":"3","cap-height":"25","bbox":"-19.9332 -356 351.123 104.783","underline-thickness":"23.3789","underline-position":"-1.05469","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":75},"!":{"d":"40,-269v18,1,38,-5,37,14r-8,176v1,13,-8,14,-21,13v-17,3,-16,-10,-16,-22r-5,-168v0,-10,2,-14,13,-13xm25,-141v-1,5,-8,5,-8,-1v0,-5,4,-3,7,-2v1,1,1,2,1,3xm58,-39v18,-2,19,15,19,30v0,16,-20,11,-37,13v-13,2,-10,-11,-11,-27v-1,-15,16,-15,29,-16xm58,-26v7,-1,6,-11,-1,-11v-5,1,-4,12,1,11","w":93},"\"":{"d":"94,-270v18,0,33,-2,31,18v-3,25,-11,54,-14,78v-2,5,-12,2,-18,3v-11,-13,-8,-41,-15,-77v1,-10,1,-22,16,-22xm25,-171v-14,-17,-7,-62,-18,-85v0,-11,9,-16,26,-16v37,0,10,67,10,98v-2,5,-12,2,-18,3","w":131,"k":{"l":-14}},"#":{"d":"144,-16v-36,19,-27,-23,-23,-43v1,-3,3,-4,-3,-4r-32,-2v-10,14,5,51,-23,51v-27,0,-6,-36,-9,-52v-17,0,-44,5,-48,-6v-5,-32,28,-21,51,-21v7,-24,10,-53,12,-88v-17,-3,-50,12,-47,-11v-4,-29,35,-13,53,-19v6,-17,-4,-48,21,-48v27,0,12,33,9,50v0,0,41,11,38,-6v5,-21,-3,-41,21,-41v27,0,7,36,9,51v13,0,44,-4,45,6v-1,6,0,23,-12,21v-13,4,-40,-8,-40,10v0,21,-13,56,-10,78v17,4,41,-7,46,7v4,29,-25,20,-50,21xm121,-91v12,-2,7,-20,9,-33r7,-52v-9,-2,-28,-5,-37,-3r-9,82v3,10,15,5,30,6","w":224},"$":{"d":"128,-196v0,4,-3,1,-5,0v0,-1,1,-2,2,-2v2,0,3,1,3,2xm73,-225v3,-1,8,7,2,3v-1,-1,-2,-3,-2,-3xm110,5v-1,25,-5,45,-33,36v-9,-12,14,-39,-12,-39v-31,-7,-57,-23,-58,-59v-1,-17,21,-10,34,-13v27,4,1,48,50,39v36,4,55,-55,27,-72v-37,-22,-116,-30,-111,-98v2,-31,13,-58,37,-67v6,-3,24,-3,24,-12v0,-13,-10,-31,12,-28v29,-6,10,30,28,34v36,6,63,23,64,64v2,8,-16,9,-30,9v-7,0,-9,0,-11,-3v-1,-27,-15,-37,-43,-37v-38,0,-53,52,-24,70v47,29,134,39,108,128v-9,27,-36,37,-62,48","w":183},"%":{"d":"215,-154v63,0,50,60,50,118v0,36,-18,46,-52,48v-61,4,-52,-59,-50,-116v1,-35,15,-50,52,-50xm164,-218v9,-18,11,-51,36,-51v36,0,10,6,2,38r-119,235v-4,5,-26,7,-32,1v33,-78,76,-149,113,-223xm60,-273v63,0,54,58,51,118v-1,34,-16,48,-52,48v-65,0,-51,-60,-51,-118v1,-34,16,-48,52,-48xm28,-78v-3,-10,10,-12,11,-4v2,6,-10,13,-11,4xm213,-13v34,2,22,-48,22,-82v0,-22,-5,-32,-16,-32v-39,-1,-20,57,-28,89v0,17,7,25,22,25xm78,-155v-2,-36,13,-88,-14,-91v-41,-4,-16,60,-28,94v0,14,9,19,23,20v17,1,20,-6,19,-23","w":274},"&":{"d":"205,-140v2,0,0,2,0,3v-1,-1,-1,-2,0,-3xm223,-7v-11,12,-38,21,-46,3v-6,-6,-7,-11,-14,-12v-53,35,-156,29,-156,-60v0,-34,8,-55,34,-63v2,-12,-23,-16,-21,-33v-8,-60,9,-101,72,-101v48,0,68,23,68,73v0,41,-46,39,-56,66v22,20,33,38,51,54v18,-8,-9,-61,34,-51v9,0,14,3,14,9v0,28,-6,53,-16,76v2,13,31,29,36,39xm82,-157v22,-2,36,-22,37,-44v0,-24,-4,-39,-27,-39v-42,0,-35,72,-10,83xm52,-77v-7,48,58,52,81,29v-15,-24,-42,-45,-59,-67v-4,-4,-7,-6,-10,-6v-13,1,-10,29,-12,44xm73,-179v0,1,-1,4,-3,4v-2,0,-2,-1,-2,-3v0,-2,1,-3,3,-3v2,0,2,1,2,2xm111,-67v2,2,1,7,-3,6v-2,0,-2,-1,-2,-3v0,-3,2,-3,5,-3","w":222},"'":{"d":"15,-185v-3,-32,-23,-92,18,-88v38,3,9,70,6,99v-7,5,-26,8,-24,-11","w":59,"k":{"l":-14}},"(":{"d":"93,0v15,-3,9,9,10,22v0,5,-2,8,-7,8v-72,1,-87,-72,-87,-144v0,-79,10,-159,83,-165v11,0,4,15,6,26v0,4,-8,4,-11,5v-34,13,-35,72,-35,117v0,54,-7,122,41,131","w":112},")":{"d":"16,-273v73,2,87,70,87,143v0,79,-9,159,-82,166v-12,1,-5,-15,-7,-27v1,-3,7,-4,11,-4v40,-18,35,-91,35,-148v0,-47,0,-101,-49,-102v-3,-3,-7,-29,5,-28","w":112},"*":{"d":"72,-232v3,5,29,-18,34,-15v5,-1,13,18,12,23v3,11,-30,9,-40,12v6,7,25,18,26,30v-3,5,-13,15,-21,15v-12,-3,-15,-24,-21,-34v-6,10,-9,31,-22,34v-4,1,-19,-11,-18,-16v1,-13,19,-20,24,-29v-15,-2,-49,-3,-34,-27v6,-24,28,6,41,7v-1,-13,-18,-37,2,-40v7,1,22,-3,24,3v1,10,-5,26,-7,37","w":124},"+":{"d":"112,-159v21,7,54,-5,65,5v10,41,-32,28,-63,28v-10,8,-1,33,-4,54v-1,12,0,16,-13,16v-36,0,-17,-35,-21,-66v-3,-21,-74,15,-71,-25v2,-25,44,-9,66,-12v21,-3,-14,-67,20,-70v37,-3,16,34,21,70","w":182},",":{"d":"9,-13v0,-27,9,-27,36,-25v8,0,13,8,13,24v-1,31,-12,49,-36,59v-3,0,-12,-9,-12,-13v4,-8,25,-15,20,-29v-14,0,-21,-5,-21,-16","w":69,"k":{"*":20}},"-":{"d":"129,-152v13,0,8,12,8,24v0,36,-64,14,-104,14v-17,0,-20,-9,-20,-26v0,-12,6,-13,18,-14v22,0,54,2,98,2","w":150},".":{"d":"11,-30v6,-7,61,-19,49,16v3,17,-13,21,-30,17v-23,1,-23,-16,-19,-33","w":69,"k":{"*":20}},"\/":{"d":"74,-216v2,-4,4,-4,6,0v0,1,-2,3,-3,3v-1,0,-3,-2,-3,-3xm56,-193v1,2,-7,8,-2,3v1,-1,0,-3,2,-3xm61,-177v-2,0,-12,-4,-8,-6v5,0,16,3,8,6xm110,-212v11,-23,18,-71,56,-54v-36,84,-93,193,-134,270v-3,6,-26,7,-32,1v29,-70,79,-155,110,-217","k":{"\u00c1":32,"\u00c2":32,"\u00c3":32,"\u00c0":32,"\u00f5":32,"\u00f4":32,"\u00f2":32,"\u00f3":32,"\u00ea":32,"\u00e8":32,"\u00e9":32,"\u00e7":32,"\u00e5":32,"\u00e3":32,"\u00e2":32,"\u00e0":32,"\u00e1":32,"\u00c5":32,"\u00c4":32,"q":32,"o":32,"l":-13,"g":32,"e":32,"d":32,"c":32,"a":32,"A":32}},"0":{"d":"107,-271v65,-1,89,30,86,99v-5,101,18,171,-87,177v-109,6,-86,-95,-86,-198v0,-55,31,-77,87,-78xm106,-29v70,0,36,-93,38,-154v2,-39,-7,-54,-44,-51v-54,5,-27,96,-33,164v-3,31,9,41,39,41xm51,-137v6,1,10,-10,3,-11v-4,1,-7,7,-3,11xm64,-17v1,7,13,13,10,-1v0,-2,-1,-4,-4,-4v-4,0,-6,2,-6,5","w":213},"1":{"d":"27,-194v1,0,1,1,1,2v0,1,-1,2,-3,2v-2,-1,-1,-4,2,-4xm117,-36v21,-3,40,-1,40,22v0,26,-9,19,-47,18r-66,-1v-24,-1,-31,-1,-29,-23v5,-16,46,-2,45,-24r-1,-165v1,-29,-49,8,-49,-20v0,-30,54,-35,77,-40v25,-5,20,13,20,36r-1,187v0,8,3,9,11,10xm28,-182v-3,-4,3,-5,2,-1v0,1,-1,1,-2,1xm43,-159v2,0,6,1,5,4v0,7,-10,6,-10,0v0,-3,1,-4,5,-4xm118,-7v3,0,6,-7,0,-6v-2,0,-3,1,-3,3v0,2,1,3,3,3","w":163},"2":{"d":"74,-33v36,1,67,-3,101,-5v7,-1,10,10,10,26v0,36,-65,8,-107,17r-54,0v-42,-75,45,-140,96,-173v24,-14,26,-78,-17,-70v-35,-3,-38,21,-42,46v-9,8,-42,5,-42,-11v0,-53,30,-72,84,-72v53,0,80,22,79,74v-2,79,-110,84,-120,157v-1,10,3,11,12,11xm-3,-215v0,2,-1,2,-3,2v-2,0,-2,0,-2,-2v0,-2,1,-3,3,-3v2,0,2,1,2,3xm169,-179v3,0,9,-8,4,-10v-3,4,-4,7,-4,10xm152,-198v0,-2,-2,-5,-2,-1v0,1,1,1,2,1","w":197},"3":{"d":"183,-120v3,2,3,6,-1,7v-4,0,-4,-3,-2,-5v1,-1,2,-2,3,-2xm47,-190v0,-2,8,-6,8,-1v1,2,-3,5,-5,4v-2,0,-3,-1,-3,-3xm182,-205v3,36,-19,50,-35,63v8,9,27,10,29,28v24,57,0,122,-75,117v-47,-3,-86,-20,-88,-66v-1,-20,32,-19,45,-14v3,23,9,40,43,40v22,0,34,-13,34,-35v0,-32,-8,-53,-40,-53v-15,0,-21,-5,-20,-18v1,-16,8,-18,26,-18v24,0,43,-9,39,-39v6,-40,-51,-49,-78,-30v-15,11,1,49,-37,37v-5,0,-9,-5,-9,-12v-1,-57,31,-71,87,-70v47,1,75,24,79,70xm54,-241v0,0,-3,3,-1,4v2,0,1,-3,1,-4","w":200},"4":{"d":"171,-117v-4,33,44,-2,39,32v3,45,-53,-4,-37,70v4,19,-19,17,-41,19v-24,-5,12,-72,-35,-66v-38,5,-123,9,-85,-42v38,-52,82,-123,127,-165v70,-3,22,87,32,152xm87,-175v2,-2,2,-5,1,-9v-5,0,-7,7,-1,9xm88,-92v23,-3,46,-1,42,-38v-3,-28,4,-87,-20,-49r-48,76v0,10,26,10,26,11xm112,-110v2,-2,6,0,5,4v-3,0,-3,-2,-5,-4","w":217},"5":{"d":"114,-213v0,2,0,2,-2,2v-2,0,-2,-1,-2,-2v0,-2,0,-4,2,-4v1,0,2,2,2,4xm141,-89v5,-63,-80,-30,-110,-55v4,-38,9,-97,23,-124v36,-5,77,-1,119,-1v21,-1,14,14,16,32v1,12,-12,11,-24,11v-23,1,-49,-7,-73,-5v-17,2,-16,54,-18,56v0,19,17,6,28,6v53,0,86,28,86,80v0,57,-30,92,-87,92v-52,0,-89,-17,-88,-71v0,-12,7,-13,18,-14v16,0,30,4,30,21v0,22,17,24,40,24v31,1,38,-23,40,-52xm128,-62v4,1,5,4,3,7v-3,-1,-7,-5,-3,-7","w":208},"6":{"d":"8,-234v4,0,1,3,0,5v-2,0,-3,0,-3,-2v0,-2,1,-3,3,-3xm98,-239v-50,-5,-39,50,-44,84v0,6,1,8,4,8v46,-34,131,-10,131,64v0,56,-35,84,-90,86v-77,3,-86,-53,-86,-136v0,-81,2,-145,85,-142v43,1,82,15,84,59v1,17,-19,8,-32,12v-9,0,-9,-4,-10,-12v0,-18,-24,-21,-42,-23xm114,-247v1,0,3,-2,3,-3v0,-2,-1,-3,-3,-3v-1,0,-2,1,-2,3v0,2,1,3,2,3xm87,-249v3,3,9,2,7,-4v0,-2,-2,-5,-3,-5xm99,-37v29,0,40,-18,40,-46v-1,-27,-8,-45,-35,-45v-37,0,-43,15,-43,56v0,22,16,35,38,35","w":201},"7":{"d":"157,-271v51,14,5,81,-8,102v-33,54,-54,115,-82,171v-8,16,-46,10,-51,-3r104,-209v5,-11,7,-22,-5,-23v-27,4,-50,6,-84,6v-21,0,-17,-18,-16,-36v0,-8,8,-8,15,-8r127,0xm116,12v2,2,1,4,-2,4v-1,-1,-2,0,-2,-2v0,-3,2,-2,4,-2xm31,-50v1,3,-2,4,-2,1v0,-1,1,-1,2,-1xm5,23v1,-6,10,-7,10,0v1,3,-3,2,-6,2v-3,0,-4,-1,-4,-2xm77,-61v6,-1,6,-9,-1,-5","w":189},"8":{"d":"159,-142v15,17,40,29,37,66v-3,52,-44,79,-95,80v-56,1,-91,-26,-92,-80v0,-33,16,-56,43,-63v1,0,1,-2,1,-3v-19,-16,-36,-28,-36,-58v0,-51,37,-72,86,-73v52,0,87,22,89,73v1,32,-22,39,-33,58xm100,-156v32,0,43,-12,43,-44v-1,-25,-15,-40,-40,-40v-25,0,-41,15,-41,40v0,26,11,45,38,44xm150,-114v4,0,4,-6,0,-6v-2,0,-3,1,-3,3v0,2,1,3,3,3xm101,-34v25,0,47,-17,47,-42v0,-32,-16,-46,-49,-46v-30,0,-45,15,-45,46v1,28,19,42,47,42xm31,-47v0,-1,2,-3,0,-3v-1,1,-1,2,0,3xm81,-67v2,2,1,7,-3,6v-2,0,-2,-1,-2,-3v0,-3,2,-3,5,-3","w":208},"9":{"d":"106,-273v90,0,85,47,85,161v0,73,-11,117,-84,117v-44,-1,-83,-16,-85,-59v-1,-16,19,-9,32,-12v9,0,9,4,10,12v0,19,24,22,43,23v48,5,38,-46,44,-84v0,-6,-2,-8,-5,-8v-45,33,-138,10,-131,-64v5,-56,33,-86,91,-86xm163,-201v0,-2,-2,-1,-3,-1v0,4,2,3,3,1xm100,-142v37,0,51,-17,43,-56v1,-22,-15,-35,-37,-35v-28,0,-41,17,-40,46v0,27,7,45,34,45xm79,-24v0,-3,-5,-3,-6,0v0,2,1,2,3,2v2,0,3,0,3,-2xm66,-16v3,0,3,-3,2,-4v-2,0,-5,-2,-5,1v0,2,1,3,3,3xm116,-211v-3,-3,-2,-8,3,-6r2,1v1,3,-2,6,-5,5","w":208},":":{"d":"12,-182v8,-10,54,-12,46,11v1,25,-9,26,-28,27v-19,1,-23,-20,-18,-38xm11,-28v5,-8,60,-20,49,14v3,17,-13,21,-30,17v-22,1,-23,-14,-19,-31","w":69},";":{"d":"12,-182v8,-10,54,-12,46,11v1,25,-9,26,-28,27v-19,1,-23,-20,-18,-38xm13,-13v-5,-27,11,-25,36,-25v8,0,13,8,13,24v0,30,-14,49,-36,61v-26,-7,9,-28,4,-44v-11,0,-17,-5,-17,-16","w":69},"<":{"d":"86,-216v16,2,24,25,8,33v-8,7,-37,35,-44,46v16,22,44,36,55,61v-5,15,-19,31,-34,10v-15,-20,-54,-48,-62,-69v11,-16,55,-74,77,-81","w":114},"=":{"d":"84,-194v34,5,76,-14,76,15v0,42,-53,20,-82,20r-61,1v-10,1,-8,-10,-8,-19v-5,-39,49,-13,75,-17xm149,-108v11,1,11,2,11,14v0,45,-49,18,-74,21v-30,-5,-82,13,-77,-25v3,-27,49,-11,75,-11v29,0,51,1,65,1","w":169},">":{"d":"28,-216v22,4,67,66,77,81v-14,25,-49,63,-77,80v-11,-5,-31,-24,-9,-36r46,-46v-14,-21,-43,-37,-54,-61v-1,-6,12,-18,17,-18","w":114},"?":{"d":"92,-294v4,1,2,6,-1,5v-2,0,-2,0,-2,-2v0,-2,1,-3,3,-3xm67,-274v51,-2,76,21,77,69v2,62,-80,70,-53,137v0,13,-15,12,-29,12v-18,1,-14,-18,-15,-35v-5,-58,53,-60,53,-114v10,-39,-46,-44,-60,-21v-1,13,-7,18,-24,16v-7,-1,-12,-1,-12,-9v-1,-36,28,-55,63,-55xm21,-141v1,-2,5,0,7,0v0,2,-1,3,-3,3v-3,0,-4,-1,-4,-3xm99,-23v-1,15,0,30,-19,27v-22,9,-41,-5,-32,-29v2,-14,54,-9,51,2xm69,-253v2,1,5,-2,4,-4v0,-3,-1,-4,-5,-4v-2,0,-6,1,-5,4v0,2,3,5,6,4","w":148},"@":{"d":"246,16v-5,0,-10,-11,0,-11v3,0,4,2,4,3v0,6,-1,8,-4,8xm128,-221v84,0,119,46,119,129v0,62,-48,118,-102,83v-7,-5,-8,-17,-16,-21v-25,16,-71,24,-71,-28v0,-63,33,-140,98,-97v5,-6,24,-17,34,-8r-25,132v0,6,6,10,18,10v25,0,38,-38,37,-71v0,-71,-21,-108,-92,-108v-64,0,-96,38,-96,113v0,68,30,106,102,106v10,0,9,22,0,23v-84,2,-127,-48,-127,-129v0,-83,38,-133,121,-134xm62,-131v4,1,2,6,0,7v-2,0,-3,-1,-3,-3v0,-2,1,-4,3,-4xm107,-48v37,-1,27,-50,37,-80v0,-7,-13,-9,-21,-9v-23,5,-26,55,-26,76v0,8,2,12,10,13xm91,-98v-2,1,-16,11,-4,11v9,2,8,-9,4,-11","w":256},"A":{"d":"194,-155v0,-3,9,-8,10,-2v0,6,-9,11,-10,2xm44,0v-15,0,-46,9,-39,-14r67,-229v1,-33,50,-32,77,-21r75,259v-7,9,-58,11,-55,-10r-11,-45v-12,-9,-60,0,-81,-2v-26,4,-1,62,-33,62xm84,-103v54,-6,72,15,58,-26v-8,-26,-14,-56,-24,-80v-1,-5,-7,-5,-9,-1v-3,13,-38,95,-25,107xm171,-34v-6,4,-1,17,8,15v1,-4,-4,-16,-8,-15","w":227,"k":{"\u00fd":27,"\u00ff":27,"y":27,"w":20,"v":22,"Y":43,"W":29,"V":36,"T":36,"G":4,"*":22}},"B":{"d":"107,-288v-5,-2,-1,-8,3,-7v3,2,-1,7,-3,7xm189,-205v1,35,-22,33,-33,56v8,16,35,22,39,44v12,66,-17,118,-93,105v-32,-5,-88,15,-88,-22r4,-137r-2,-86v-3,-37,52,-24,85,-26v53,-4,87,14,88,66xm-7,-90v2,0,3,3,3,4v0,3,-2,4,-5,4v-4,0,-5,-1,-5,-4v0,-3,2,-4,7,-4xm135,-244v0,9,16,16,20,5v-6,-4,-14,-15,-20,-5xm60,-229v8,32,-18,82,37,69v24,0,39,5,39,-26v0,-44,-15,-53,-60,-51v-9,0,-15,1,-16,8xm59,-108v5,20,-7,64,8,70v33,-2,77,8,77,-41v0,-36,-25,-49,-65,-46v-14,1,-19,3,-20,17xm106,-9v1,8,11,5,11,-1v0,-3,-2,-5,-5,-5v-4,0,-6,2,-6,6","w":205,"k":{"\u00dd":14,"Y":14,"V":11}},"C":{"d":"26,-253v-1,5,-5,3,-4,-1v1,-2,3,0,4,1xm185,-67v2,-4,7,-2,7,3v-1,3,-7,-1,-7,-3xm105,-132v5,1,3,10,-1,10v-5,-1,-5,-10,1,-10xm91,-37v30,2,31,-24,38,-43v11,-5,47,-12,47,13v0,52,-33,70,-85,71v-78,0,-80,-70,-80,-152v0,-84,11,-126,86,-125v47,1,80,15,79,63v5,19,-13,12,-27,15v-13,-1,-19,-6,-19,-21v1,-17,-17,-21,-33,-22v-45,0,-39,56,-35,98v4,39,-14,101,29,103xm180,-28v1,-3,9,-3,9,1v0,2,-2,3,-5,3v-2,0,-4,-1,-4,-4","w":188},"D":{"d":"27,-270v86,-2,170,-6,170,76v0,92,17,194,-81,194r-85,0v-7,0,-14,-3,-14,-11r0,-252v0,-6,4,-7,10,-7xm173,-1v0,1,-1,2,-2,2v-2,-2,0,-5,2,-2xm5,-65v3,0,4,5,1,6v-2,0,-3,-1,-3,-3v0,-2,0,-3,2,-3xm184,-115v-7,1,1,8,1,12v4,1,3,-3,5,-5v0,-1,-4,-8,-6,-7xm69,-33v49,-1,87,-3,78,-63v-9,-59,22,-152,-63,-137v-46,-3,-7,24,-18,61r0,136v0,2,1,3,3,3xm107,-12v2,-3,-1,-8,-3,-4v-1,3,3,3,3,4xm113,-53v2,0,0,5,1,7v-3,1,-4,-3,-4,-4v0,-2,1,-3,3,-3","w":210,"k":{"\u00dd":13,"Y":13}},"E":{"d":"163,-94v2,-2,8,0,7,4v-4,2,-5,3,-7,-4xm78,-41v49,4,111,-20,110,24v-1,16,-5,20,-23,20r-139,-2v-17,0,-12,-22,-13,-38r1,-210v-1,-43,48,-15,93,-23v28,5,80,-16,76,22v-2,16,-5,22,-21,21r-82,-4v-22,1,-13,36,-13,59v0,26,37,11,65,15v17,-1,21,3,21,19v0,38,-48,17,-75,18v-25,1,-8,40,-15,67v0,8,5,12,15,12","w":195,"k":{"\u00c7":11,"C":11}},"F":{"d":"105,-270v28,3,70,-13,64,28v-5,32,-53,6,-92,12v-21,3,-8,36,-12,62v10,40,93,-12,86,42v-4,28,-50,12,-75,12v-32,0,0,90,-21,114v-28,5,-45,5,-44,-36r3,-190v0,-14,-7,-43,8,-44r83,0xm80,-66v0,3,-2,6,-5,5v-3,-2,-2,-6,3,-6v1,0,2,0,2,1xm26,-41v3,0,6,-6,1,-7v-2,0,-3,1,-3,4v0,2,0,3,2,3","w":172,"k":{"\u00c1":29,"\u00c2":29,"\u00c3":29,"\u00c0":29,"\u00f8":11,"\u00e6":11,"\u00f5":11,"\u00f6":11,"\u00f4":11,"\u00f2":11,"\u00f3":11,"\u00ef":-11,"\u00eb":11,"\u00ea":11,"\u00e8":11,"\u00e9":11,"\u00e7":11,"\u00e5":11,"\u00e3":11,"\u00e4":11,"\u00e2":11,"\u00e0":11,"\u00e1":11,"\u00c5":29,"\u00c4":29,"q":11,"o":11,"g":11,"e":11,"d":11,"c":11,"a":11,"J":11,"A":29,"\/":29,".":32,",":32}},"G":{"d":"107,-271v55,0,97,13,94,70v-1,17,-26,4,-43,9v-6,0,-10,-3,-10,-8v3,-31,-19,-37,-48,-34v-46,4,-34,73,-37,119v-3,-3,-4,0,-5,3v10,0,5,24,5,36v0,33,10,47,43,47v41,0,43,-14,42,-52v-1,-18,-12,-7,-36,-12v-14,3,-8,-17,-8,-28v0,-10,3,-10,13,-11r67,-2v33,5,14,59,14,99v0,45,-48,37,-92,40v-101,7,-95,-72,-95,-172v0,-72,25,-106,96,-104xm116,12v1,1,2,4,-2,4v-1,0,-2,-1,-2,-2v-1,-3,2,-2,4,-2xm29,5v0,-6,10,-7,11,-1v0,3,-3,4,-7,4v-3,0,-4,-1,-4,-3xm90,-247v4,0,4,-4,4,-9v0,-1,-1,-2,-2,-2v-5,0,-6,9,-2,11xm139,-110v1,6,7,2,6,-1v0,-1,0,-2,-2,-2v-2,0,-4,1,-4,3xm81,-5v-2,-1,-4,-3,-5,0v2,2,3,1,5,0","w":211,"k":{"\u00ef":-11}},"H":{"d":"185,-269v18,-2,24,2,23,23r-7,245v-17,4,-60,11,-49,-24r5,-83v-1,-25,-49,-6,-79,-12v-28,6,-7,63,-16,102v0,21,-26,17,-47,17v-7,-71,-2,-179,-2,-256v0,-16,25,-11,45,-13v23,10,4,54,9,92v3,29,47,10,86,16v30,-14,-25,-114,32,-107xm124,-96v-3,-2,-1,-3,1,-4v0,1,2,4,-1,4xm122,-89v1,3,-2,4,-4,4v-7,1,-4,-5,-1,-6v1,0,3,0,5,2xm165,-162v4,0,2,-3,2,-5v-3,0,-4,3,-2,5xm47,-176v-4,-2,-6,-6,-8,0v0,5,6,3,8,0xm47,-68v-2,3,1,10,6,9v-1,-4,-1,-9,-6,-9","w":220,"k":{"\u00ef":-9}},"I":{"d":"92,-56v-13,33,44,10,40,40v3,33,-34,12,-56,18v-33,-4,-61,14,-66,-14v-6,-33,37,-6,37,-39r-2,-182v-5,-10,-40,7,-32,-23v8,-29,66,-7,105,-13v18,7,14,39,-12,32v-35,6,-4,89,-14,142r0,39xm22,25v-5,1,-21,-1,-8,-4v4,0,6,1,8,4xm77,-206v-4,6,7,5,9,7v2,0,3,-1,3,-3v1,-3,-5,-4,-12,-4","w":140,"k":{"t":11}},"J":{"d":"101,-275v-5,0,-14,-5,-6,-3v3,-4,12,0,6,3xm46,-270r113,2v6,0,9,5,9,16v0,29,-37,7,-29,40r2,151v-1,43,-31,64,-74,64v-35,0,-62,-14,-62,-52v0,-19,8,-16,23,-16v26,0,5,41,39,33v52,-12,16,-122,24,-197v-19,-8,-58,9,-56,-21v1,-11,0,-20,11,-20","w":172,"k":{"\u00c1":23,"\u00c2":23,"\u00c3":23,"\u00c0":23,"\u00ef":-11,"\u00c5":23,"\u00c4":23,"A":23}},"K":{"d":"32,-270v54,0,17,64,29,113v14,8,17,2,29,-18v19,-29,33,-61,52,-91v8,-7,53,-10,45,11r-74,117v38,25,56,74,83,109v7,9,10,16,10,21v-4,16,-54,11,-55,-6r-66,-98v-6,-9,-28,-16,-28,5r2,90v4,26,-18,20,-38,19v-24,-51,4,-169,-6,-253v1,-13,2,-19,17,-19","w":209,"k":{"\u00fd":25,"\u00ff":25,"\u00ef":14,"\u00ee":14,"\u00ec":14,"\u00ed":14,"y":25,"w":22,"v":22,"t":20,"i":14,"T":11}},"L":{"d":"104,-261v0,-3,9,-7,11,-2v1,3,-5,6,-7,6v-3,0,-4,-1,-4,-4xm73,-38v43,6,93,-24,87,23v-1,13,0,15,-13,16r-103,0v-42,5,-29,-43,-29,-77r-2,-182v-3,-20,24,-9,39,-12v11,0,6,21,7,33r5,185v1,8,1,13,9,14xm76,8v6,1,4,11,-1,12v-1,0,-3,-3,-3,-6v0,-4,2,-6,4,-6xm34,12r-1,3xm54,-217v3,0,1,-5,0,-6v-1,0,-2,1,-2,3v0,2,1,3,2,3xm44,-34v0,-2,-1,-3,-3,-3v-2,0,-3,1,-3,4v0,2,1,2,3,2v2,0,3,-1,3,-3","w":166,"k":{"\u00d9":7,"\u00db":7,"\u00da":7,"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00d5":7,"\u00dc":7,"\u00d6":7,"\u00c7":7,"w":22,"v":20,"j":16,"i":16,"f":20,"Y":43,"W":36,"V":36,"U":7,"T":40,"Q":7,"O":7,"G":7,"C":7,"-":23,"*":29}},"M":{"d":"13,-252v-2,-31,44,-15,63,-11v25,51,39,116,60,170r56,-168v11,-16,20,-8,54,-9v28,51,9,173,9,259v0,14,-15,10,-29,11v-32,4,-13,-26,-18,-46v-1,-51,7,-110,0,-156r-56,161v-10,10,-44,7,-39,-13r-51,-148v-4,52,2,131,1,197v-11,9,-55,9,-46,-19xm193,-188v0,6,5,3,7,0v0,-4,-8,-6,-7,0","w":270,"k":{"\u00ef":-11}},"N":{"d":"243,-274v7,2,4,8,-2,9v-4,-1,-1,-10,2,-9xm234,-203v0,3,-4,2,-4,0v0,-3,4,-2,4,0xm189,-271v43,-10,28,42,27,78r-4,191v-64,18,-73,-57,-96,-99r-52,-96v-3,-5,-9,-8,-9,1r2,191v0,7,-10,10,-32,10v-29,0,-14,-50,-14,-81r-2,-175v-3,-32,42,-25,61,-16v40,48,59,125,97,173v2,-4,0,-16,8,-12v5,-3,3,-14,-5,-9r-1,-141v0,-11,7,-15,20,-15xm207,-100v6,0,7,-8,3,-12v-6,-1,-12,11,-3,12xm196,-70v-2,-4,-8,-1,-8,2v1,4,9,2,8,-2","w":228,"k":{"\u00ef":-11}},"O":{"d":"107,-271v70,-2,94,33,93,109r-1,90v-1,59,-33,77,-93,77v-111,0,-93,-91,-93,-199v0,-58,38,-75,94,-77xm176,7v-3,0,-2,-3,0,-4v2,0,3,4,0,4xm183,-104v0,5,9,9,10,2v-1,-3,-2,-8,-5,-8v-2,0,-6,3,-5,6xm168,-90v-3,4,1,9,5,5v1,-4,-3,-4,-5,-5xm106,-29v69,3,38,-83,46,-154v5,-46,-38,-64,-74,-44v-22,33,-18,94,-18,150v0,36,11,47,46,48xm22,-56v0,-2,-1,-3,-3,-3v-2,0,-2,0,-2,2v0,2,1,3,3,3v2,0,2,-1,2,-2","w":213,"k":{"T":7}},"P":{"d":"35,-270v80,-2,157,-1,157,76v0,69,-46,94,-120,89v-23,8,-2,48,-8,79v2,27,-3,29,-29,29v-33,0,-11,-50,-17,-76r2,-188v0,-6,5,-9,15,-9xm90,-73v-4,-1,-2,-6,1,-6v1,0,2,0,2,2v0,2,-1,4,-3,4xm94,-68v3,1,9,7,1,7v-2,1,-5,-2,-4,-4v0,-2,1,-3,3,-3xm172,-150v4,-6,-5,-14,-7,-7v0,5,3,6,7,7xm75,-141v46,4,70,-10,70,-54v0,-32,-23,-42,-55,-42v-50,0,-15,36,-25,84v1,8,1,12,10,12","w":197,"k":{"\u00c1":25,"\u00c2":25,"\u00c3":25,"\u00c0":25,"\u00ef":-7,"\u00c5":25,"\u00c4":25,"Z":11,"J":23,"A":25,".":36,",":36}},"Q":{"d":"155,3v7,15,57,15,59,38v-43,47,-83,-27,-125,-36v-97,5,-74,-103,-76,-199v-1,-58,38,-75,94,-77v70,-2,94,33,93,109r-1,90v2,43,-20,59,-44,75xm166,-137v1,-2,-2,-5,-4,-4v-3,1,-2,8,1,7v2,0,3,-1,3,-3xm164,-130v1,5,2,2,3,0v0,-2,-3,-3,-3,0xm106,-29v66,0,36,-85,42,-154v2,-35,-13,-55,-48,-51v-56,7,-30,94,-37,156v-4,33,9,49,43,49xm115,-146v1,0,3,3,1,3v-2,0,-3,-2,-1,-3xm113,-137v-2,-1,1,-3,2,-5v1,0,2,0,2,1v1,2,-2,5,-4,4xm113,-121v2,0,4,3,4,5v0,1,-1,4,-3,4v-2,0,-3,-2,-3,-6v0,-2,1,-3,2,-3","w":213,"k":{"T":7}},"R":{"d":"185,-200v-2,36,-9,62,-43,68v-6,1,-3,5,2,8v23,36,46,78,59,119v-4,16,-55,15,-53,-8v-16,-30,-31,-69,-49,-94v-13,-11,-48,-9,-39,23v4,16,1,38,2,58v2,27,-4,29,-29,29v-33,0,-11,-50,-17,-76r2,-188v0,-6,5,-9,15,-9v75,-1,154,-8,150,70xm114,-248v0,0,4,-4,2,-4v-1,0,-2,2,-2,4xm130,-230v-1,-1,-2,-5,-3,-2v0,1,1,2,3,2xm94,-252v1,-3,-2,-6,-4,-6v-2,0,-3,2,-3,6v0,3,1,5,4,5v2,0,3,-1,3,-5xm75,-147v45,4,63,-11,63,-54v0,-25,-18,-36,-52,-36v-43,0,-12,37,-21,78v1,8,1,12,10,12xm129,-194v0,2,-5,3,-6,1v0,-3,6,-4,6,-1","w":214,"k":{"\u00c7":7,"y":14,"Y":22,"W":18,"V":18,"T":20,"C":7}},"S":{"d":"85,-171v0,4,-4,3,-5,0v0,-1,1,-2,2,-2v2,0,3,1,3,2xm115,-233v-41,-25,-83,33,-46,64v43,24,109,29,107,99v-1,49,-32,74,-81,74v-51,-1,-87,-20,-88,-71v0,-17,21,-14,35,-14v29,0,3,54,53,47v34,3,46,-54,19,-69v-45,-24,-109,-28,-107,-98v1,-52,28,-75,81,-74v56,0,84,22,84,68v0,18,-19,11,-32,11v-21,0,-8,-34,-25,-37xm76,-98v-2,0,-6,-5,-2,-5v3,-1,6,4,2,5","w":187},"T":{"d":"180,-270v15,0,16,6,16,22v0,27,-28,14,-53,18v-33,6,-5,72,-14,120r4,99v-1,13,-7,16,-21,16v-52,12,-21,-63,-29,-103r0,-116v1,-33,-58,-2,-79,-23v1,-17,-5,-33,16,-33r160,0","w":199,"k":{"\u00f8":25,"\u00e6":25,"\u00c6":47,"\u00fc":23,"\u00fb":23,"\u00f9":23,"\u00fa":23,"\u00f5":25,"\u00f4":25,"\u00f2":25,"\u00f3":25,"\u00ea":25,"\u00e8":25,"\u00e9":25,"\u00e7":25,"\u00e5":25,"\u00e3":25,"\u00e2":25,"\u00e0":25,"\u00e1":25,"y":23,"w":25,"u":23,"s":25,"r":25,"q":25,"o":25,"l":-14,"i":14,"g":25,"e":25,"d":25,"c":25,"a":25,"O":7,"J":20,"A":40,"\/":32,".":20,"-":23,",":20}},"U":{"d":"79,-185v-4,-1,-4,-10,1,-9v1,0,2,1,2,3v0,4,-1,6,-3,6xm110,-29v70,0,31,-101,41,-177v3,-28,-13,-77,29,-66v12,0,24,-3,23,11r-2,189v1,59,-32,77,-91,77v-60,0,-96,-18,-96,-78r-2,-181v-1,-25,25,-13,47,-15v6,-1,6,13,6,22r0,174v-1,33,13,44,45,44xm61,22v3,0,7,7,2,8v-3,0,-8,-8,-2,-8xm-11,-19v4,-4,12,7,11,11v0,6,-6,4,-11,6v-11,-4,6,-12,0,-17xm31,-215v-3,0,-6,7,-1,7v2,0,3,-1,3,-4v0,-2,0,-3,-2,-3xm28,-37v-2,10,15,22,21,12v0,-7,-5,-24,-12,-24v-4,-1,-9,8,-9,12","w":219},"V":{"d":"199,-148v3,-1,6,7,1,6v-5,1,-5,-6,-1,-6xm164,-265v4,-11,49,-11,54,1v-10,55,-34,109,-45,161v-7,-5,-14,6,-7,8r5,-1v-9,30,-15,64,-27,91v-2,13,-62,17,-70,4r-70,-258v-2,-10,18,-15,40,-14v38,14,20,93,42,139v5,25,15,51,17,75v-2,13,12,21,15,7xm141,-140v7,6,10,-4,3,-4v-2,0,-3,1,-3,4xm157,-121v-2,12,6,8,8,3v1,-6,-8,-11,-8,-3xm144,-130v0,0,5,-3,2,-4v-1,0,-2,2,-2,4","w":221,"k":{"\u00c1":36,"\u00c2":36,"\u00c3":36,"\u00c0":36,"\u00f8":16,"\u00e6":16,"\u00c6":47,"\u00fc":14,"\u00fb":14,"\u00f9":14,"\u00fa":14,"\u00f5":16,"\u00f6":16,"\u00f4":16,"\u00f2":16,"\u00f3":16,"\u00ef":-7,"\u00eb":16,"\u00ea":16,"\u00e8":16,"\u00e9":16,"\u00e7":16,"\u00e5":16,"\u00e3":16,"\u00e4":16,"\u00e2":16,"\u00e0":16,"\u00e1":16,"\u00c5":36,"\u00c4":36,"u":14,"s":16,"r":14,"q":16,"o":16,"l":-11,"g":16,"e":16,"d":16,"c":16,"a":16,"J":14,"A":36,"\/":32,".":32,",":32}},"W":{"d":"330,-85v-5,-1,-3,-9,2,-8v4,1,-2,8,-2,8xm323,-273v7,1,30,2,28,9r-69,259v-5,12,-55,18,-67,4v-15,-48,-22,-102,-41,-146v-18,38,-19,103,-37,143v-7,17,-58,19,-70,3r-63,-252v-4,-17,29,-23,43,-14v23,60,32,137,48,205v1,6,7,10,12,7r39,-188v2,-23,30,-32,53,-24v20,65,33,135,46,208v-3,13,9,20,12,7r35,-176v3,-18,3,-50,31,-45xm224,-98v8,1,11,-6,5,-10v-3,-3,-3,-3,-6,-2v0,4,3,8,1,12xm42,-179v0,4,7,5,8,1v1,-2,-2,-5,-4,-4v-1,0,-4,1,-4,3xm32,-192v-3,0,-7,5,-4,8v7,1,10,-7,4,-8","w":354,"k":{"\u00c1":32,"\u00c2":32,"\u00ff":14,"\u00c3":32,"\u00c0":32,"\u00f8":16,"\u00e6":16,"\u00c6":47,"\u00fc":11,"\u00fb":11,"\u00f9":11,"\u00fa":11,"\u00f5":16,"\u00f6":16,"\u00f4":16,"\u00f2":16,"\u00f3":16,"\u00ef":-11,"\u00eb":16,"\u00ea":16,"\u00e8":16,"\u00e9":16,"\u00e7":16,"\u00e5":16,"\u00e3":16,"\u00e4":16,"\u00e2":16,"\u00e0":16,"\u00e1":16,"\u00c5":32,"\u00c4":32,"y":13,"x":16,"v":11,"u":11,"s":18,"r":13,"q":16,"o":16,"g":16,"e":16,"d":16,"c":16,"a":16,"J":20,"A":32,".":32,"-":11,",":32}},"X":{"d":"-8,-264v-3,-1,-1,-6,1,-8v3,0,3,9,-1,8xm137,-143v13,37,60,96,72,134v-5,25,-60,13,-58,-10v-13,-28,-29,-56,-45,-78v-24,20,-40,81,-60,102v-15,5,-47,4,-35,-20r64,-125v-12,-44,-56,-81,-71,-125v1,-8,11,-11,20,-10v45,-4,47,53,70,75v2,4,8,16,13,18v23,-7,32,-97,85,-92v28,3,15,14,3,35v-18,33,-42,60,-58,96xm68,-176v0,1,-2,4,1,4v4,-1,1,-7,-1,-7v-6,-1,-7,5,-1,4","w":212,"k":{"y":16,"i":9}},"Y":{"d":"140,-264v0,1,-1,3,-1,1xm133,-256v0,1,-1,2,-2,2r0,-3v1,0,2,0,2,1xm158,-133v0,1,0,1,-1,1v-1,0,-2,-3,0,-1r1,0xm156,-102v1,4,16,9,12,10v-4,-2,-19,-1,-12,-10xm110,-165v30,-20,35,-107,78,-115v50,1,25,27,10,53r-62,105v-7,32,-2,83,-1,119v1,6,-13,10,-32,9v-46,-3,-9,-99,-30,-146v-19,-43,-59,-72,-69,-124v3,-14,40,-11,44,4v21,31,38,68,62,95xm142,-99v1,-4,3,-4,4,-1v0,2,-3,2,-4,1","w":219,"k":{"\u00c1":43,"\u00c2":43,"\u00c3":43,"\u00c0":43,"\u00c6":58,"\u00fc":29,"\u00fb":29,"\u00f9":29,"\u00fa":29,"\u00f5":32,"\u00f6":11,"\u00f4":32,"\u00f2":32,"\u00f3":32,"\u00f1":29,"\u00ef":-7,"\u00ea":32,"\u00e8":32,"\u00e9":32,"\u00e7":32,"\u00e5":32,"\u00e3":32,"\u00e4":11,"\u00e2":32,"\u00e0":32,"\u00e1":32,"\u00c7":7,"\u00c5":43,"\u00c4":43,"z":22,"v":29,"u":29,"s":29,"r":29,"q":32,"p":29,"o":32,"n":29,"m":29,"i":16,"g":32,"f":25,"e":32,"d":32,"c":32,"a":32,"J":20,"C":7,"A":43,"\/":40,".":32,"-":32,",":32}},"Z":{"d":"113,0v-47,-4,-120,19,-102,-38r123,-188v-22,-11,-67,-1,-100,-1v-12,0,-14,-1,-14,-13v0,-44,49,-30,85,-30v37,0,103,-13,82,35v-29,67,-85,124,-120,187v13,17,71,2,106,5v18,-3,15,10,15,26v0,31,-49,12,-75,17xm-7,-66v4,-4,9,2,5,5v-3,-2,-5,-4,-5,-5xm45,-47v2,0,1,-3,0,-3v-2,0,-2,0,-2,2xm31,-21v1,3,8,11,10,6v0,-4,-6,-9,-10,-6","w":198,"k":{"\u00ef":-16,"y":11}},"[":{"d":"18,-247v-5,-41,51,-23,81,-26v11,-1,9,15,8,24v-12,2,-33,2,-49,2v-3,65,-3,184,0,252v13,6,47,-8,43,13v2,24,-25,12,-48,14v-58,6,-36,-65,-36,-121","w":112,"k":{"l":-14}},"\\":{"d":"10,-216v2,0,6,1,5,4v1,2,-5,5,-7,4v-3,0,-5,-1,-5,-4xm151,-28v9,24,22,31,11,36v-43,1,-36,-17,-55,-55r-107,-219v0,-2,6,-3,17,-3v16,1,17,11,24,24xm70,-60v4,0,7,6,2,6v-4,1,-6,-6,-2,-6xm53,-191v0,-2,-1,-3,-3,-3v-2,0,-4,1,-4,4v0,3,8,3,7,-1"},"]":{"d":"98,7v3,39,-43,24,-74,25v-12,1,-9,-12,-9,-23r42,-2v5,-76,-2,-166,2,-250v1,-15,-49,11,-44,-15v-5,-24,31,-15,48,-16v64,-5,33,81,34,151","w":112},"^":{"d":"65,-236v-22,11,-33,53,-72,43v0,-4,12,-27,36,-67v9,-16,62,-17,72,0v25,40,41,63,34,68v-40,8,-47,-35,-70,-44","w":129},"_":{"d":"152,13v9,1,13,1,13,10v-1,13,-7,12,-20,13r-158,-1v-13,-7,-7,-26,12,-22r153,0","w":150},"`":{"d":"18,-259v46,-7,51,35,65,59v-31,16,-61,-37,-75,-54v0,-3,3,-5,10,-5","w":88},"a":{"d":"21,-181v2,-6,13,-16,14,-2v0,4,-3,5,-8,5v-4,0,-6,-1,-6,-3xm150,0v-26,3,-36,-5,-44,-14v-11,6,-24,18,-45,17v-49,-2,-54,-59,-51,-111v3,-45,11,-78,58,-77v16,0,32,12,42,17v7,-10,25,-19,41,-10xm3,-134v4,-1,3,3,1,4v-2,0,-2,-2,-1,-4xm76,-34v40,2,25,-55,26,-92v0,-15,-16,-19,-29,-21v-25,4,-15,44,-15,74v0,20,0,38,18,39xm70,-82v-3,-4,4,-8,8,-8v3,0,4,1,4,4v0,2,-2,4,-8,4r-4,0","w":164},"b":{"d":"75,-212v1,-1,3,-5,4,-2v1,3,-3,3,-4,2xm5,-238v3,1,9,13,0,12v-3,0,-6,-2,-6,-5v0,-2,4,-8,6,-7xm156,-130v17,8,10,40,10,64v0,39,-16,69,-55,69v-27,0,-34,-8,-52,-18v-7,1,0,18,-9,18v-26,5,-33,4,-33,-27r2,-234v-1,-16,8,-9,28,-12v44,-7,2,77,28,94v40,-21,102,2,81,46xm11,-34v1,3,-3,4,-4,2v0,-3,1,-4,4,-2xm148,-129v1,2,4,1,3,-2v-2,0,-3,0,-3,2xm96,-27v36,-7,10,-81,19,-114v0,-10,-5,-15,-16,-15v-36,-1,-28,42,-29,79v-1,27,7,43,26,50xm24,-113v2,3,8,-1,8,-4v0,-1,-1,-2,-2,-2v-3,0,-6,3,-6,6xm53,-63v1,4,10,2,10,-2v-1,-2,-12,0,-10,2xm61,-46v2,1,13,-5,8,-9v-6,4,-18,4,-8,9xm73,-43v-3,1,-14,3,-1,3xm91,-45v4,0,3,4,0,3r0,-3","w":179},"c":{"d":"59,-197v-1,-3,1,-6,1,-1xm131,-87v8,-1,11,12,2,12v-4,0,-6,-4,-6,-9v0,-2,2,-3,4,-3xm123,-92v5,2,-3,7,-3,7v-2,-4,-2,-7,3,-7xm11,-186v-6,1,-5,-6,-1,-6v4,0,4,4,1,6xm78,-28v29,4,-1,-25,43,-25v11,0,16,3,16,9v1,35,-25,47,-59,48v-58,1,-70,-37,-70,-96v0,-60,11,-94,69,-94v43,-1,66,18,55,48v-12,0,-30,7,-37,0v0,-14,-5,-15,-18,-15v-30,0,-20,43,-20,75v0,22,1,47,21,50","w":142},"d":{"d":"113,-254v1,-20,50,-28,49,-1r2,244v-2,22,-37,8,-43,0v-17,4,-28,14,-51,14v-52,0,-55,-50,-55,-100v0,-55,4,-87,56,-88v0,0,50,23,44,-30xm85,-31v31,-1,26,-43,26,-76v0,-27,-3,-46,-28,-47v-30,8,-14,59,-18,98v2,15,4,25,20,25xm98,-58v3,3,-5,4,-5,4v-3,-5,3,-3,5,-4","w":179},"e":{"d":"77,-185v52,0,69,22,71,74v1,45,-43,24,-81,30v-9,1,-13,4,-12,16v0,21,3,38,23,38v12,0,21,-7,21,-19v7,-10,45,-7,46,7v-6,34,-28,41,-65,43v-72,4,-70,-62,-67,-130v2,-39,25,-59,64,-59xm9,-106v-2,0,-7,-5,0,-4v3,1,2,3,0,4xm8,21v-6,-2,-1,-5,1,-7v4,0,3,3,1,5v-1,1,-1,2,-2,2xm56,-115v-1,15,22,5,33,8v9,0,13,-5,13,-14v1,-18,-6,-35,-24,-34v-18,0,-21,22,-22,40xm39,-59v1,-2,3,-3,0,-4v-1,0,-2,4,0,4xm36,-38v5,0,6,-6,1,-7","w":156},"f":{"d":"95,-182v28,2,50,-10,43,27v2,20,-21,8,-43,11v-10,27,-4,106,1,136v-3,12,-23,7,-36,8v-20,1,-19,-1,-19,-19r-1,-108v9,-31,-37,-1,-33,-33v-2,-19,5,-22,22,-21v23,2,10,-24,13,-46v-5,-50,41,-52,84,-46v6,7,10,50,-20,35v-21,-6,-13,36,-17,43v0,8,2,13,6,13xm114,-18v-2,-1,-4,-7,1,-6v2,0,0,5,-1,6xm113,-15v0,0,-2,5,-2,2v1,-1,0,-3,2,-2xm114,-5v3,1,-1,9,-2,10v-2,-4,-11,1,-11,-6v-1,-11,11,-4,13,-4","w":145,"k":{".":16,",":16}},"g":{"d":"124,-174v1,-16,22,-3,34,-7v10,50,-1,127,2,188v2,52,-14,81,-68,81v-40,0,-78,-12,-77,-51v16,-2,44,-7,46,9v6,10,15,13,34,13v18,0,15,-35,19,-51v0,-12,-5,-13,-15,-9v-40,13,-85,-3,-85,-50v0,-61,-10,-134,54,-134v26,0,35,10,52,19v3,-1,4,-4,4,-8xm57,95v2,1,7,5,2,7v-2,0,-7,-6,-2,-7xm126,-141v2,4,6,6,8,0v-3,-2,-4,-2,-8,0xm112,-139v-5,-1,-5,1,-1,3v0,-1,0,-3,1,-3xm158,-67v-2,-4,-5,-2,-6,4v4,0,4,-3,6,-4xm49,-123v0,3,12,7,12,0v0,-4,-1,-9,-4,-10v-3,0,-8,7,-8,10xm80,-25v38,2,29,-46,29,-84v0,-24,-2,-41,-26,-41v-35,0,-19,66,-19,110v0,10,5,15,16,15","w":174},"h":{"d":"168,-75v-1,6,-18,-6,-11,6v3,5,10,2,12,7r-1,49v1,22,-50,26,-50,3r-1,-112v0,-15,-12,-23,-28,-23v-46,1,-23,68,-29,117v-3,23,-3,30,-20,29v-14,-1,-27,-1,-27,-15r2,-161r-4,-87v6,-20,54,-9,47,12v1,27,-2,58,3,82v15,-2,31,-16,54,-16v58,0,49,57,53,109xm81,-126v-4,0,-3,-4,-1,-5v6,-1,7,6,1,5xm117,31v-1,3,-8,3,-7,-3xm28,-237v1,4,9,1,9,-2v-1,-7,-6,-1,-8,1v-1,0,-1,1,-1,1","w":178},"i":{"d":"34,-256v6,-8,46,-7,48,1v8,21,1,42,-30,35v-23,1,-21,-18,-18,-36xm66,-181v34,-7,15,47,19,86v-4,1,-8,2,-4,6v1,0,3,-1,5,-1r-1,80v0,11,-14,10,-27,10v-22,0,-19,-2,-19,-19r-1,-108v9,-31,-35,1,-35,-31v0,-31,37,-18,63,-23xm33,-48v-3,-3,1,-8,4,-5v0,3,-2,4,-4,5xm77,-81v1,-3,-1,-7,-2,-2xm63,-79v-5,0,-5,9,0,9v4,-1,5,-8,0,-9xm55,-55v4,-3,0,-7,-3,-9v-6,3,1,7,3,9","w":104},"j":{"d":"75,-263v15,4,15,49,-10,43v-30,7,-40,-10,-33,-36v3,-9,31,-4,43,-7xm66,-181v40,-7,20,74,20,130v0,23,0,46,-1,69v-2,40,-34,65,-72,69v-27,2,-18,-21,-20,-42v0,-9,18,-4,19,-4v42,-6,27,-75,27,-122v0,-11,-1,-26,-1,-46v9,-31,-32,1,-35,-31v-3,-31,37,-18,63,-23xm44,-15v3,8,8,1,10,-3v-2,-4,-10,0,-10,3","w":104},"k":{"d":"167,-179v-10,26,-61,50,-73,74v30,24,49,62,75,90v8,9,6,18,-12,18v-60,0,-62,-63,-95,-84v-16,19,24,85,-28,85v-36,0,-22,-50,-22,-81r-1,-182v-1,-10,11,-12,23,-11v45,3,17,73,22,111v3,23,-4,30,11,29v24,-11,34,-56,77,-56v15,0,23,2,23,7xm109,-110v-2,-3,5,-8,6,-3v1,4,-5,9,-6,3xm152,-179v0,-3,-9,-5,-9,0v-1,2,3,2,5,2v3,0,4,-1,4,-2","w":175,"k":{"\u00f8":9,"\u00e6":9,"\u00f5":9,"\u00f6":9,"\u00f4":9,"\u00f2":9,"\u00f3":9,"\u00eb":9,"\u00ea":9,"\u00e8":9,"\u00e9":9,"\u00e7":9,"\u00e5":9,"\u00e3":9,"\u00e4":9,"\u00e2":9,"\u00e0":9,"\u00e1":9,"q":9,"o":9,"g":9,"e":9,"d":9,"c":9,"a":9}},"l":{"d":"47,-269v34,-5,25,21,25,52r0,211v-3,6,-20,14,-29,14v-30,-3,-16,-50,-16,-81r-2,-148v2,-18,-11,-16,-28,-15v-7,1,-7,-5,-7,-11v-1,-28,14,-16,57,-22xm59,-243v-1,3,2,5,4,5v2,0,4,-2,4,-4v0,-2,-2,-5,-5,-4v-2,0,-3,1,-3,3xm69,-234v-6,-5,-3,9,-2,2v-1,-2,3,0,2,-2xm34,-39v7,-1,6,-12,-1,-11v-3,1,-2,12,1,11","w":88},"m":{"d":"170,-76v5,1,7,9,1,10v-6,0,-9,-11,-1,-10xm63,-163v19,-33,72,-21,95,0v15,-4,26,-23,49,-23v69,0,33,107,45,174v3,18,-32,9,-51,11v-11,-20,-1,-79,-4,-118v0,-11,-6,-26,-19,-24v-39,6,-20,78,-20,122v0,26,-48,36,-48,8r1,-112v-1,-13,-6,-23,-20,-22v-49,3,-19,83,-26,137v-7,17,-63,19,-52,-13r2,-144v-1,-24,15,-19,32,-17v8,0,10,19,16,21","w":264},"n":{"d":"169,-48v4,0,5,4,2,7v-1,2,-2,3,-3,3v-1,-3,-4,-10,1,-10xm12,-89v8,-28,-20,-110,29,-97v13,3,10,31,29,17v13,-10,23,-17,45,-16v73,0,41,96,47,171v1,21,-25,14,-43,14v-18,-22,-5,-78,-5,-123v0,-17,-12,-18,-28,-19v-40,-2,-24,59,-25,97v0,30,-2,54,-39,45v-8,0,-12,-2,-12,-7xm140,-28v-2,-1,-5,2,-4,4v0,2,3,2,5,2v3,0,4,-1,4,-2","w":172},"o":{"d":"165,-19v2,-3,8,-2,7,3v-2,5,-7,4,-7,-3xm81,-187v68,0,80,49,75,125v-3,45,-30,64,-75,65v-59,1,-79,-42,-69,-108v-3,-57,16,-82,69,-82xm149,-9v2,-4,13,-4,7,1xm90,-181v0,-3,-6,-4,-7,-2v-1,5,7,7,7,2xm118,-90v3,-1,8,-11,0,-7v-1,1,-3,1,-3,3v0,2,1,4,3,4xm126,-78v-4,2,0,3,2,5v2,0,3,-4,1,-4xm54,-130v4,41,-13,96,27,100v30,3,33,-61,28,-100v-2,-15,-12,-24,-28,-24v-18,0,-29,7,-27,24xm48,-39v3,0,5,0,4,-4v-2,0,-11,2,-4,4xm35,-46v0,3,8,7,5,2v2,-7,-2,-6,-5,-2"},"p":{"d":"59,-166v48,-40,121,-15,109,78v6,69,-29,106,-93,85v-26,8,19,100,-31,92v-44,8,-23,-37,-24,-80r-3,-174v-5,-22,28,-22,38,-12v1,4,0,10,4,11xm1,-62v6,2,6,8,-2,9v-5,2,-9,2,-10,-3v0,-4,4,-6,12,-6xm148,-53v1,4,5,1,2,0r-2,0xm99,-25v16,0,19,-44,20,-61v0,-25,-1,-61,-23,-64v-39,4,-26,66,-25,103v1,14,14,22,28,22xm31,-111v-3,3,0,12,1,3v0,-2,-1,-3,-1,-3xm27,-111v-2,1,-3,6,0,3r0,-3xm27,-63v1,-4,-5,-9,-6,-4v1,-1,2,5,6,4","w":178},"q":{"d":"122,-167v9,0,8,-20,27,-15v25,-3,17,58,11,80v-4,1,-5,4,-5,7v0,3,2,8,7,6r1,154v-1,18,-3,24,-20,26v-39,4,-29,-35,-29,-72v0,-39,-20,-16,-42,-16v-61,0,-59,-56,-57,-118v1,-39,17,-70,55,-70v26,1,35,6,52,18xm8,-5v4,0,9,11,4,13v-5,-1,-10,-11,-4,-13xm67,-43v4,22,45,14,44,-7v-2,-43,17,-104,-30,-107v-11,0,-17,16,-16,50","w":179},"r":{"d":"102,-65v-3,1,-5,-1,-4,-5v0,-2,1,-3,2,-3v5,-1,7,8,2,8xm108,-189v11,0,17,2,17,14v0,63,-67,2,-66,73r1,96v0,4,-6,6,-19,6v-10,0,-29,4,-31,-5r0,-168v0,-13,21,-8,36,-9v9,0,6,16,14,17v13,-5,28,-23,48,-24","w":126,"k":{".":23,",":23}},"s":{"d":"75,-142v-1,-2,1,-5,3,-5v4,1,2,6,-1,6v-1,0,-2,-1,-2,-1xm74,-185v34,0,63,14,62,49v0,8,-21,4,-32,5v-19,0,-6,-26,-30,-21v-18,-1,-21,25,-5,31v24,24,67,31,67,77v0,40,-30,47,-70,47v-32,0,-63,-14,-60,-51v0,-14,41,-14,40,0v-1,14,8,19,20,20v24,2,30,-18,18,-30v-26,-24,-72,-34,-72,-79v0,-31,29,-48,62,-48xm-5,-77v1,-9,21,-2,25,1v-1,3,-16,4,-19,5v-1,0,-7,-3,-6,-6xm88,-157v0,-2,-6,-7,-5,-1v0,2,4,3,5,1xm24,-25v1,5,9,7,11,2v1,-2,-5,-6,-8,-5v-2,0,-3,1,-3,3","w":143},"t":{"d":"135,-221v2,0,6,2,5,5v0,3,-1,4,-4,4v-3,1,-5,-3,-5,-5v-1,-2,2,-5,4,-4xm129,-171v8,41,-39,18,-49,35v2,43,-19,104,35,104v14,0,16,7,15,22v0,15,-9,17,-25,17v-91,4,-70,-61,-71,-137v4,-22,-30,-2,-26,-25v0,-14,1,-27,14,-26v17,2,10,-19,10,-32v3,-16,25,-21,40,-25v16,4,5,28,8,47v-4,25,44,-5,49,20xm106,-71v2,0,5,3,5,5v0,0,-2,4,-3,2v-3,0,-6,-6,-2,-7","w":138},"u":{"d":"140,-181v50,-2,18,65,26,114v-5,35,16,79,-28,68v-11,0,-10,-17,-20,-18v-15,7,-34,20,-58,20v-70,0,-48,-93,-48,-162v0,-11,1,-25,13,-23v14,2,36,-6,36,14r2,110v0,13,10,21,30,21v46,1,22,-68,27,-111v2,-18,2,-33,20,-33xm127,-80v2,0,5,-3,5,-5v0,-2,-3,-3,-4,-3v-3,0,-3,1,-3,5v0,2,0,3,2,3xm155,-16v-3,-1,-8,4,-2,5v5,1,5,-4,2,-5","w":180},"v":{"d":"87,-182v0,-5,5,-2,6,0v0,2,-1,4,-3,4v-2,0,-3,-1,-3,-4xm108,-100v-5,0,-7,-8,-1,-8v4,2,7,6,1,8xm4,-171v3,-15,31,-7,46,-12v7,0,6,5,8,12v7,48,15,80,27,119v3,8,13,8,14,-1v16,-36,20,-88,35,-123v6,-13,53,-7,53,-1r-61,175v-9,13,-53,18,-66,4v-15,-36,-47,-132,-56,-173xm118,-92v2,4,10,2,9,-3v-1,-1,0,-3,-2,-3v-5,0,-8,1,-7,6","w":190,"k":{".":25,",":25}},"w":{"d":"194,-182v0,-5,5,-2,7,0v0,3,-1,4,-3,4v-1,0,-4,-2,-4,-4xm206,-116v-4,0,-1,-3,0,0r0,0xm197,-121v0,-1,2,-3,3,-3v4,0,6,7,1,7v-2,1,-5,-2,-4,-4xm213,-171v3,-19,57,-18,53,6v-11,56,-30,117,-44,163v-5,15,-63,14,-59,-7v-10,-24,-13,-55,-28,-74v-18,19,-16,55,-27,81v-13,16,-64,19,-59,-13r-45,-152v4,-17,48,-28,52,-4r20,119v2,4,4,6,7,6v17,-30,21,-86,33,-128v2,-9,14,-11,29,-11v27,19,16,68,30,106v2,7,7,45,18,29v5,-41,27,-75,20,-121xm215,-100v3,-1,5,-8,-1,-8v-2,0,-3,1,-3,4v-1,2,2,5,4,4","w":270,"k":{".":18,",":18}},"x":{"d":"120,-94v13,30,49,56,59,87v0,13,-15,11,-29,11v-36,0,-36,-54,-59,-62v-27,14,-22,66,-66,64v-21,0,-26,-6,-19,-19v8,-16,45,-59,56,-82v-10,-31,-42,-52,-53,-84v1,-9,26,-5,37,-6v26,7,32,41,45,63v23,-18,25,-79,73,-65v7,0,15,2,15,8v-11,28,-47,59,-59,85xm20,-86v-4,-1,-2,-7,1,-7v2,0,3,1,3,3v1,2,-2,5,-4,4xm48,-53v1,5,9,3,8,-2v0,-2,-3,-3,-4,-3v-2,0,-4,3,-4,5","w":182,"k":{"\u00f8":7,"\u00e6":7,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"a":7}},"y":{"d":"122,-153v-6,-34,39,-37,54,-18r-98,260v-5,22,-44,21,-46,-3v9,-33,35,-69,21,-111r-49,-151v7,-20,55,-13,50,12v8,36,24,66,28,106v9,13,18,-1,19,-11v6,-34,17,-54,21,-84xm110,27v1,-6,3,-1,5,1v0,2,-1,3,-2,3v-2,0,-3,-3,-3,-4xm112,-28v0,1,2,3,3,3v2,0,3,0,3,-2v0,-2,-1,-4,-3,-4v-2,0,-3,1,-3,3xm70,-51v3,0,1,-2,0,-3v-2,0,-2,3,0,3xm77,72v-3,1,-1,4,1,4v2,0,2,0,2,-2v0,-2,-1,-2,-3,-2","w":179,"k":{".":27,",":27}},"z":{"d":"136,-195v3,0,2,2,1,3v-1,1,-4,2,-4,-1v0,-1,1,-2,3,-2xm175,-148v4,0,7,10,3,11v-4,1,-12,-11,-3,-11xm129,-185r-6,0v0,-1,1,-2,3,-2v2,0,3,1,3,2xm73,-32v32,3,88,-22,92,16v-5,38,-73,11,-120,19v-25,4,-39,-2,-36,-29v6,-38,76,-93,83,-114v-19,-10,-51,5,-74,2v-16,-6,-16,-53,13,-43r84,0v62,-7,27,47,10,67v-18,21,-49,50,-63,76v0,4,4,6,11,6xm120,-171v0,0,-2,0,-2,1v0,1,0,2,1,2v1,0,1,-1,1,-3","w":168},"{":{"d":"92,-273v11,-1,9,15,8,24v-19,5,-43,8,-43,36v0,16,9,32,13,42v0,18,-22,23,-22,40v0,25,35,48,14,75v-14,34,0,62,31,65v1,9,3,23,-8,23v-37,1,-67,-23,-67,-60v0,-22,15,-36,16,-57v1,-18,-17,-27,-20,-39v4,-11,21,-21,20,-38v-1,-18,-17,-30,-16,-51v3,-39,34,-59,74,-60","w":112,"k":{"l":-11}},"|":{"d":"11,-261v0,-15,19,-6,35,-9v4,0,6,5,6,11r-2,123r2,167v0,12,-34,3,-38,0","w":64},"}":{"d":"81,-159v-1,18,17,27,20,39v-4,11,-21,21,-20,38v1,21,14,31,13,54v-1,41,-34,58,-73,60v-12,1,-9,-12,-9,-23v21,-4,46,-9,44,-37v3,-23,-21,-42,-3,-60v8,-8,22,-21,24,-32v-4,-23,-45,-34,-27,-63v4,-11,6,-21,6,-30v1,-27,-24,-32,-44,-36v1,-11,-3,-25,9,-24v40,2,71,19,73,60v1,22,-12,34,-13,54","w":112},"~":{"d":"104,-225v16,-7,19,-36,51,-28v-10,23,-21,50,-47,58v-25,1,-37,-24,-53,-31v-12,5,-27,37,-45,19v10,-15,17,-50,45,-50v24,0,34,26,49,32","w":163},"\u00c4":{"d":"194,-155v0,-3,9,-8,10,-2v0,6,-9,11,-10,2xm44,0v-15,0,-46,9,-39,-14r67,-229v1,-33,50,-32,77,-21r75,259v-7,9,-58,11,-55,-10r-11,-45v-12,-9,-60,0,-81,-2v-26,4,-1,62,-33,62xm84,-103v54,-6,72,15,58,-26v-8,-26,-14,-56,-24,-80v-1,-5,-7,-5,-9,-1v-3,13,-38,95,-25,107xm171,-34v-6,4,-1,17,8,15v1,-4,-4,-16,-8,-15xm139,-327v15,4,35,-5,35,20v0,27,-9,25,-30,25v-14,0,-21,-9,-20,-25v1,-12,2,-20,15,-20xm49,-319v12,-9,61,-13,51,16v0,17,-13,20,-31,17v-20,2,-24,-13,-20,-33","w":227,"k":{"\u00ff":27,"y":27,"w":20,"v":22,"Y":43,"W":29,"V":36,"T":36,"G":4}},"\u00c5":{"d":"113,-356v23,0,37,15,38,37v0,21,-18,36,-38,37v-20,1,-37,-18,-37,-37v1,-21,14,-37,37,-37xm99,-319v-1,7,7,15,14,14v9,0,13,-5,13,-14v0,-8,-4,-15,-13,-14v-10,1,-14,3,-14,14xm194,-155v0,-3,9,-8,10,-2v0,6,-9,11,-10,2xm44,0v-15,0,-46,9,-39,-14r67,-229v1,-33,50,-32,77,-21r75,259v-7,9,-58,11,-55,-10r-11,-45v-12,-9,-60,0,-81,-2v-26,4,-1,62,-33,62xm84,-103v54,-6,72,15,58,-26v-8,-26,-14,-56,-24,-80v-1,-5,-7,-5,-9,-1v-3,13,-38,95,-25,107xm171,-34v-6,4,-1,17,8,15v1,-4,-4,-16,-8,-15","w":227,"k":{"\u00ff":27,"y":27,"w":20,"v":22,"Y":43,"W":29,"V":36,"T":36,"G":4}},"\u00c7":{"d":"23,-253v2,-3,7,0,4,3v-3,1,-5,-1,-4,-3xm105,-122v-5,-2,-3,-10,2,-10v6,1,2,10,-2,10xm6,-220v2,4,2,10,-4,6v-4,-2,0,-7,2,-4xm62,-178v0,64,-20,164,56,134v16,-12,1,-52,49,-38v19,1,10,34,6,46v-8,31,-50,28,-68,51v6,9,27,13,25,30v2,22,-51,37,-55,13v9,-5,28,-2,27,-17v-1,-9,-22,-14,-25,-21v-1,-4,17,-16,4,-17v-71,-6,-68,-77,-68,-154v0,-81,11,-124,85,-122v47,0,81,12,80,61v3,18,-13,15,-27,15v-14,0,-20,-7,-20,-21v0,-17,-17,-20,-33,-20v-32,0,-36,28,-36,60xm91,-56v1,-2,9,-5,9,0v0,4,-7,3,-9,0","w":190},"\u00c9":{"d":"163,-94v2,-2,8,0,7,4v-4,2,-5,3,-7,-4xm78,-41v49,4,111,-20,110,24v-1,16,-5,20,-23,20r-139,-2v-17,0,-12,-22,-13,-38r1,-210v-1,-43,48,-15,93,-23v28,5,80,-16,76,22v-2,16,-5,22,-21,21r-82,-4v-22,1,-13,36,-13,59v0,26,37,11,65,15v17,-1,21,3,21,19v0,38,-48,17,-75,18v-25,1,-8,40,-15,67v0,8,5,12,15,12xm58,-285v13,-22,21,-69,66,-59v7,0,10,2,10,5v-14,15,-41,70,-76,54","w":195},"\u00d1":{"d":"137,-308v9,-7,21,-30,41,-19v-7,15,-17,44,-38,45v-20,2,-29,-17,-41,-22v-6,5,-26,28,-37,12v7,-14,14,-39,37,-39v19,0,26,16,38,23xm243,-274v7,2,4,8,-2,9v-4,-1,-1,-10,2,-9xm234,-203v0,3,-4,2,-4,0v0,-3,4,-2,4,0xm189,-271v43,-10,28,42,27,78r-4,191v-64,18,-73,-57,-96,-99r-52,-96v-3,-5,-9,-8,-9,1r2,191v0,7,-10,10,-32,10v-29,0,-14,-50,-14,-81r-2,-175v-3,-32,42,-25,61,-16v40,48,59,125,97,173v2,-4,0,-16,8,-12v5,-3,3,-14,-5,-9r-1,-141v0,-11,7,-15,20,-15xm207,-100v6,0,7,-8,3,-12v-6,-1,-12,11,-3,12xm196,-70v-2,-4,-8,-1,-8,2v1,4,9,2,8,-2","w":228},"\u00d6":{"d":"107,-271v70,-2,94,33,93,109r-1,90v-1,59,-33,77,-93,77v-111,0,-93,-91,-93,-199v0,-58,38,-75,94,-77xm176,7v-3,0,-2,-3,0,-4v2,0,3,4,0,4xm183,-104v0,5,9,9,10,2v-1,-3,-2,-8,-5,-8v-2,0,-6,3,-5,6xm168,-90v-3,4,1,9,5,5v1,-4,-3,-4,-5,-5xm106,-29v69,3,38,-83,46,-154v5,-46,-38,-64,-74,-44v-22,33,-18,94,-18,150v0,36,11,47,46,48xm22,-56v0,-2,-1,-3,-3,-3v-2,0,-2,0,-2,2v0,2,1,3,3,3v2,0,2,-1,2,-2xm139,-326v15,4,35,-5,35,20v0,27,-9,25,-30,25v-14,0,-21,-9,-20,-25v1,-12,2,-20,15,-20xm49,-318v12,-9,61,-13,51,16v0,17,-13,20,-31,17v-20,2,-24,-13,-20,-33","w":213,"k":{"T":7}},"\u00dc":{"d":"79,-185v-4,-1,-4,-10,1,-9v1,0,2,1,2,3v0,4,-1,6,-3,6xm110,-29v70,0,31,-101,41,-177v3,-28,-13,-77,29,-66v12,0,24,-3,23,11r-2,189v1,59,-32,77,-91,77v-60,0,-96,-18,-96,-78r-2,-181v-1,-25,25,-13,47,-15v6,-1,6,13,6,22r0,174v-1,33,13,44,45,44xm61,22v3,0,7,7,2,8v-3,0,-8,-8,-2,-8xm-11,-19v4,-4,12,7,11,11v0,6,-6,4,-11,6v-11,-4,6,-12,0,-17xm31,-215v-3,0,-6,7,-1,7v2,0,3,-1,3,-4v0,-2,0,-3,-2,-3xm28,-37v-2,10,15,22,21,12v0,-7,-5,-24,-12,-24v-4,-1,-9,8,-9,12xm131,-328v15,4,35,-5,35,20v0,27,-9,25,-30,25v-14,0,-21,-9,-20,-25v1,-12,2,-20,15,-20xm41,-320v12,-9,61,-13,51,16v0,17,-13,20,-31,17v-20,2,-24,-13,-20,-33","w":219},"\u00e1":{"d":"21,-181v2,-6,13,-16,14,-2v0,4,-3,5,-8,5v-4,0,-6,-1,-6,-3xm150,0v-26,3,-36,-5,-44,-14v-11,6,-24,18,-45,17v-49,-2,-54,-59,-51,-111v3,-45,11,-78,58,-77v16,0,32,12,42,17v7,-10,25,-19,41,-10xm3,-134v4,-1,3,3,1,4v-2,0,-2,-2,-1,-4xm76,-34v40,2,25,-55,26,-92v0,-15,-16,-19,-29,-21v-25,4,-15,44,-15,74v0,20,0,38,18,39xm70,-82v-3,-4,4,-8,8,-8v3,0,4,1,4,4v0,2,-2,4,-8,4r-4,0xm51,-200v13,-22,21,-69,66,-59v7,0,10,2,10,5v-14,15,-41,70,-76,54","w":164},"\u00e0":{"d":"21,-181v2,-6,13,-16,14,-2v0,4,-3,5,-8,5v-4,0,-6,-1,-6,-3xm150,0v-26,3,-36,-5,-44,-14v-11,6,-24,18,-45,17v-49,-2,-54,-59,-51,-111v3,-45,11,-78,58,-77v16,0,32,12,42,17v7,-10,25,-19,41,-10xm3,-134v4,-1,3,3,1,4v-2,0,-2,-2,-1,-4xm76,-34v40,2,25,-55,26,-92v0,-15,-16,-19,-29,-21v-25,4,-15,44,-15,74v0,20,0,38,18,39xm70,-82v-3,-4,4,-8,8,-8v3,0,4,1,4,4v0,2,-2,4,-8,4r-4,0xm52,-259v46,-7,51,35,65,59v-31,16,-61,-37,-75,-54v0,-3,3,-5,10,-5","w":164},"\u00e2":{"d":"25,-200v15,-25,20,-69,70,-59v26,5,34,40,45,59v-18,19,-48,-24,-57,-29v-15,7,-30,46,-58,29xm21,-181v2,-6,13,-16,14,-2v0,4,-3,5,-8,5v-4,0,-6,-1,-6,-3xm150,0v-26,3,-36,-5,-44,-14v-11,6,-24,18,-45,17v-49,-2,-54,-59,-51,-111v3,-45,11,-78,58,-77v16,0,32,12,42,17v7,-10,25,-19,41,-10xm3,-134v4,-1,3,3,1,4v-2,0,-2,-2,-1,-4xm76,-34v40,2,25,-55,26,-92v0,-15,-16,-19,-29,-21v-25,4,-15,44,-15,74v0,20,0,38,18,39xm70,-82v-3,-4,4,-8,8,-8v3,0,4,1,4,4v0,2,-2,4,-8,4r-4,0","w":164},"\u00e4":{"d":"21,-181v2,-6,13,-16,14,-2v0,4,-3,5,-8,5v-4,0,-6,-1,-6,-3xm150,0v-26,3,-36,-5,-44,-14v-11,6,-24,18,-45,17v-49,-2,-54,-59,-51,-111v3,-45,11,-78,58,-77v16,0,32,12,42,17v7,-10,25,-19,41,-10xm3,-134v4,-1,3,3,1,4v-2,0,-2,-2,-1,-4xm76,-34v40,2,25,-55,26,-92v0,-15,-16,-19,-29,-21v-25,4,-15,44,-15,74v0,20,0,38,18,39xm70,-82v-3,-4,4,-8,8,-8v3,0,4,1,4,4v0,2,-2,4,-8,4r-4,0xm111,-249v15,4,35,-5,35,20v0,27,-9,25,-30,25v-14,0,-21,-9,-20,-25v1,-12,2,-20,15,-20xm21,-241v12,-9,61,-13,51,16v0,17,-13,20,-31,17v-20,2,-24,-13,-20,-33","w":164},"\u00e3":{"d":"143,-246v-8,14,-17,43,-38,44v-20,1,-29,-17,-41,-22v-6,5,-26,28,-37,12v4,-24,39,-58,61,-28v23,30,25,-23,55,-6xm21,-181v2,-6,13,-16,14,-2v0,4,-3,5,-8,5v-4,0,-6,-1,-6,-3xm150,0v-26,3,-36,-5,-44,-14v-11,6,-24,18,-45,17v-49,-2,-54,-59,-51,-111v3,-45,11,-78,58,-77v16,0,32,12,42,17v7,-10,25,-19,41,-10xm3,-134v4,-1,3,3,1,4v-2,0,-2,-2,-1,-4xm76,-34v40,2,25,-55,26,-92v0,-15,-16,-19,-29,-21v-25,4,-15,44,-15,74v0,20,0,38,18,39xm70,-82v-3,-4,4,-8,8,-8v3,0,4,1,4,4v0,2,-2,4,-8,4r-4,0","w":164},"\u00e5":{"d":"81,-272v22,0,39,15,39,37v0,20,-19,36,-39,38v-20,2,-36,-19,-36,-38v0,-23,15,-37,36,-37xm68,-235v-1,8,6,15,13,14v9,0,14,-5,14,-14v-1,-7,-5,-15,-14,-14v-10,0,-14,3,-13,14xm21,-181v2,-6,13,-16,14,-2v0,4,-3,5,-8,5v-4,0,-6,-1,-6,-3xm150,0v-26,3,-36,-5,-44,-14v-11,6,-24,18,-45,17v-49,-2,-54,-59,-51,-111v3,-45,11,-78,58,-77v16,0,32,12,42,17v7,-10,25,-19,41,-10xm3,-134v4,-1,3,3,1,4v-2,0,-2,-2,-1,-4xm76,-34v40,2,25,-55,26,-92v0,-15,-16,-19,-29,-21v-25,4,-15,44,-15,74v0,20,0,38,18,39xm70,-82v-3,-4,4,-8,8,-8v3,0,4,1,4,4v0,2,-2,4,-8,4r-4,0","w":164},"\u00e7":{"d":"73,-138v0,-3,7,-6,8,-1v-1,1,-7,5,-8,1xm78,-28v29,4,-1,-25,43,-25v11,0,16,3,16,9v5,38,-38,37,-55,59v6,9,25,13,25,30v0,22,-51,37,-55,13v9,-5,28,-2,27,-17v0,-11,-23,-13,-25,-21v0,-7,17,-14,6,-18v-47,-6,-51,-41,-52,-94v-1,-58,12,-95,69,-94v40,1,58,13,58,41v0,13,-17,7,-34,10v-4,0,-6,-1,-6,-3v0,-14,-5,-15,-18,-15v-30,0,-20,43,-20,75v0,22,1,47,21,50xm-4,-103v0,-1,2,-3,3,-2v4,-1,3,4,1,5v-3,0,-4,-2,-4,-3xm36,7v9,1,9,10,2,12v-4,0,-6,-4,-6,-9v0,-2,2,-3,4,-3xm48,-110v2,0,2,-4,1,-4v-2,0,-1,3,-1,4","w":142},"\u00e9":{"d":"77,-185v52,0,69,22,71,74v1,45,-43,24,-81,30v-9,1,-13,4,-12,16v0,21,3,38,23,38v12,0,21,-7,21,-19v7,-10,45,-7,46,7v-6,34,-28,41,-65,43v-72,4,-70,-62,-67,-130v2,-39,25,-59,64,-59xm9,-106v-2,0,-7,-5,0,-4v3,1,2,3,0,4xm8,21v-6,-2,-1,-5,1,-7v4,0,3,3,1,5v-1,1,-1,2,-2,2xm56,-115v-1,15,22,5,33,8v9,0,13,-5,13,-14v1,-18,-6,-35,-24,-34v-18,0,-21,22,-22,40xm39,-59v1,-2,3,-3,0,-4v-1,0,-2,4,0,4xm36,-38v5,0,6,-6,1,-7xm46,-200v13,-22,21,-69,66,-59v7,0,10,2,10,5v-14,15,-41,70,-76,54","w":156},"\u00e8":{"d":"77,-185v52,0,69,22,71,74v1,45,-43,24,-81,30v-9,1,-13,4,-12,16v0,21,3,38,23,38v12,0,21,-7,21,-19v7,-10,45,-7,46,7v-6,34,-28,41,-65,43v-72,4,-70,-62,-67,-130v2,-39,25,-59,64,-59xm9,-106v-2,0,-7,-5,0,-4v3,1,2,3,0,4xm8,21v-6,-2,-1,-5,1,-7v4,0,3,3,1,5v-1,1,-1,2,-2,2xm56,-115v-1,15,22,5,33,8v9,0,13,-5,13,-14v1,-18,-6,-35,-24,-34v-18,0,-21,22,-22,40xm39,-59v1,-2,3,-3,0,-4v-1,0,-2,4,0,4xm36,-38v5,0,6,-6,1,-7xm44,-259v46,-7,51,35,65,59v-31,16,-61,-37,-75,-54v0,-3,3,-5,10,-5","w":156},"\u00ea":{"d":"22,-200v15,-25,20,-67,70,-59v26,4,33,40,45,59v-18,19,-48,-24,-57,-29v-15,7,-30,46,-58,29xm77,-185v52,0,69,22,71,74v1,45,-43,24,-81,30v-9,1,-13,4,-12,16v0,21,3,38,23,38v12,0,21,-7,21,-19v7,-10,45,-7,46,7v-6,34,-28,41,-65,43v-72,4,-70,-62,-67,-130v2,-39,25,-59,64,-59xm9,-106v-2,0,-7,-5,0,-4v3,1,2,3,0,4xm8,21v-6,-2,-1,-5,1,-7v4,0,3,3,1,5v-1,1,-1,2,-2,2xm56,-115v-1,15,22,5,33,8v9,0,13,-5,13,-14v1,-18,-6,-35,-24,-34v-18,0,-21,22,-22,40xm39,-59v1,-2,3,-3,0,-4v-1,0,-2,4,0,4xm36,-38v5,0,6,-6,1,-7","w":156},"\u00eb":{"d":"77,-185v52,0,69,22,71,74v1,45,-43,24,-81,30v-9,1,-13,4,-12,16v0,21,3,38,23,38v12,0,21,-7,21,-19v7,-10,45,-7,46,7v-6,34,-28,41,-65,43v-72,4,-70,-62,-67,-130v2,-39,25,-59,64,-59xm9,-106v-2,0,-7,-5,0,-4v3,1,2,3,0,4xm8,21v-6,-2,-1,-5,1,-7v4,0,3,3,1,5v-1,1,-1,2,-2,2xm56,-115v-1,15,22,5,33,8v9,0,13,-5,13,-14v1,-18,-6,-35,-24,-34v-18,0,-21,22,-22,40xm39,-59v1,-2,3,-3,0,-4v-1,0,-2,4,0,4xm36,-38v5,0,6,-6,1,-7xm106,-255v15,4,35,-5,35,20v0,27,-9,25,-30,25v-14,0,-21,-9,-20,-25v1,-12,2,-20,15,-20xm16,-247v12,-9,61,-13,51,16v0,17,-13,20,-31,17v-20,2,-24,-13,-20,-33","w":156},"\u00ed":{"d":"66,-181v34,-7,15,47,19,86v-4,1,-8,2,-4,6v1,0,3,-1,5,-1r-1,80v0,11,-14,10,-27,10v-22,0,-19,-2,-19,-19r-1,-108v9,-31,-35,1,-35,-31v0,-31,37,-18,63,-23xm33,-48v-3,-3,1,-8,4,-5v0,3,-2,4,-4,5xm77,-81v1,-3,-1,-7,-2,-2xm63,-79v-5,0,-5,9,0,9v4,-1,5,-8,0,-9xm55,-55v4,-3,0,-7,-3,-9v-6,3,1,7,3,9xm14,-200v13,-22,21,-69,66,-59v7,0,10,2,10,5v-14,15,-41,70,-76,54","w":104},"\u00ec":{"d":"66,-181v34,-7,15,47,19,86v-4,1,-8,2,-4,6v1,0,3,-1,5,-1r-1,80v0,11,-14,10,-27,10v-22,0,-19,-2,-19,-19r-1,-108v9,-31,-35,1,-35,-31v0,-31,37,-18,63,-23xm33,-48v-3,-3,1,-8,4,-5v0,3,-2,4,-4,5xm77,-81v1,-3,-1,-7,-2,-2xm63,-79v-5,0,-5,9,0,9v4,-1,5,-8,0,-9xm55,-55v4,-3,0,-7,-3,-9v-6,3,1,7,3,9xm23,-259v46,-7,51,35,65,59v-31,16,-61,-37,-75,-54v0,-3,3,-5,10,-5","w":104},"\u00ee":{"d":"-5,-200v14,-25,20,-67,69,-59v26,4,34,40,46,59v-19,19,-48,-25,-58,-29v-15,6,-30,46,-57,29xm66,-181v34,-7,15,47,19,86v-4,1,-8,2,-4,6v1,0,3,-1,5,-1r-1,80v0,11,-14,10,-27,10v-22,0,-19,-2,-19,-19r-1,-108v9,-31,-35,1,-35,-31v0,-31,37,-18,63,-23xm33,-48v-3,-3,1,-8,4,-5v0,3,-2,4,-4,5xm77,-81v1,-3,-1,-7,-2,-2xm63,-79v-5,0,-5,9,0,9v4,-1,5,-8,0,-9xm55,-55v4,-3,0,-7,-3,-9v-6,3,1,7,3,9","w":104},"\u00ef":{"d":"66,-181v34,-7,15,47,19,86v-4,1,-8,2,-4,6v1,0,3,-1,5,-1r-1,80v0,11,-14,10,-27,10v-22,0,-19,-2,-19,-19r-1,-108v9,-31,-35,1,-35,-31v0,-31,37,-18,63,-23xm33,-48v-3,-3,1,-8,4,-5v0,3,-2,4,-4,5xm77,-81v1,-3,-1,-7,-2,-2xm63,-79v-5,0,-5,9,0,9v4,-1,5,-8,0,-9xm55,-55v4,-3,0,-7,-3,-9v-6,3,1,7,3,9xm79,-249v15,4,35,-5,35,20v0,27,-9,25,-30,25v-14,0,-21,-9,-20,-25v1,-12,2,-20,15,-20xm-11,-241v12,-9,61,-13,51,16v0,17,-13,20,-31,17v-20,2,-24,-13,-20,-33","w":104,"k":{"l":-22}},"\u00f1":{"d":"145,-246v-8,14,-17,43,-38,44v-20,1,-29,-17,-41,-22v-6,6,-27,27,-37,12v4,-24,39,-58,61,-28v23,31,25,-23,55,-6xm169,-48v4,0,5,4,2,7v-1,2,-2,3,-3,3v-1,-3,-4,-10,1,-10xm12,-89v8,-28,-20,-110,29,-97v13,3,10,31,29,17v13,-10,23,-17,45,-16v73,0,41,96,47,171v1,21,-25,14,-43,14v-18,-22,-5,-78,-5,-123v0,-17,-12,-18,-28,-19v-40,-2,-24,59,-25,97v0,30,-2,54,-39,45v-8,0,-12,-2,-12,-7xm140,-28v-2,-1,-5,2,-4,4v0,2,3,2,5,2v3,0,4,-1,4,-2","w":172},"\u00f3":{"d":"165,-19v2,-3,8,-2,7,3v-2,5,-7,4,-7,-3xm81,-187v68,0,80,49,75,125v-3,45,-30,64,-75,65v-59,1,-79,-42,-69,-108v-3,-57,16,-82,69,-82xm149,-9v2,-4,13,-4,7,1xm90,-181v0,-3,-6,-4,-7,-2v-1,5,7,7,7,2xm118,-90v3,-1,8,-11,0,-7v-1,1,-3,1,-3,3v0,2,1,4,3,4xm126,-78v-4,2,0,3,2,5v2,0,3,-4,1,-4xm54,-130v4,41,-13,96,27,100v30,3,33,-61,28,-100v-2,-15,-12,-24,-28,-24v-18,0,-29,7,-27,24xm48,-39v3,0,5,0,4,-4v-2,0,-11,2,-4,4xm35,-46v0,3,8,7,5,2v2,-7,-2,-6,-5,-2xm53,-200v13,-22,21,-69,66,-59v7,0,10,2,10,5v-14,15,-41,70,-76,54"},"\u00f2":{"d":"165,-19v2,-3,8,-2,7,3v-2,5,-7,4,-7,-3xm81,-187v68,0,80,49,75,125v-3,45,-30,64,-75,65v-59,1,-79,-42,-69,-108v-3,-57,16,-82,69,-82xm149,-9v2,-4,13,-4,7,1xm90,-181v0,-3,-6,-4,-7,-2v-1,5,7,7,7,2xm118,-90v3,-1,8,-11,0,-7v-1,1,-3,1,-3,3v0,2,1,4,3,4xm126,-78v-4,2,0,3,2,5v2,0,3,-4,1,-4xm54,-130v4,41,-13,96,27,100v30,3,33,-61,28,-100v-2,-15,-12,-24,-28,-24v-18,0,-29,7,-27,24xm48,-39v3,0,5,0,4,-4v-2,0,-11,2,-4,4xm35,-46v0,3,8,7,5,2v2,-7,-2,-6,-5,-2xm51,-259v46,-7,51,35,65,59v-31,16,-61,-37,-75,-54v0,-3,3,-5,10,-5"},"\u00f4":{"d":"27,-200v14,-26,21,-68,70,-59v26,5,34,40,45,59v-18,19,-48,-24,-57,-29v-15,7,-30,45,-58,29xm165,-19v2,-3,8,-2,7,3v-2,5,-7,4,-7,-3xm81,-187v68,0,80,49,75,125v-3,45,-30,64,-75,65v-59,1,-79,-42,-69,-108v-3,-57,16,-82,69,-82xm149,-9v2,-4,13,-4,7,1xm90,-181v0,-3,-6,-4,-7,-2v-1,5,7,7,7,2xm118,-90v3,-1,8,-11,0,-7v-1,1,-3,1,-3,3v0,2,1,4,3,4xm126,-78v-4,2,0,3,2,5v2,0,3,-4,1,-4xm54,-130v4,41,-13,96,27,100v30,3,33,-61,28,-100v-2,-15,-12,-24,-28,-24v-18,0,-29,7,-27,24xm48,-39v3,0,5,0,4,-4v-2,0,-11,2,-4,4xm35,-46v0,3,8,7,5,2v2,-7,-2,-6,-5,-2"},"\u00f6":{"d":"165,-19v2,-3,8,-2,7,3v-2,5,-7,4,-7,-3xm81,-187v68,0,80,49,75,125v-3,45,-30,64,-75,65v-59,1,-79,-42,-69,-108v-3,-57,16,-82,69,-82xm149,-9v2,-4,13,-4,7,1xm90,-181v0,-3,-6,-4,-7,-2v-1,5,7,7,7,2xm118,-90v3,-1,8,-11,0,-7v-1,1,-3,1,-3,3v0,2,1,4,3,4xm126,-78v-4,2,0,3,2,5v2,0,3,-4,1,-4xm54,-130v4,41,-13,96,27,100v30,3,33,-61,28,-100v-2,-15,-12,-24,-28,-24v-18,0,-29,7,-27,24xm48,-39v3,0,5,0,4,-4v-2,0,-11,2,-4,4xm35,-46v0,3,8,7,5,2v2,-7,-2,-6,-5,-2xm109,-253v15,4,35,-5,35,20v0,27,-9,25,-30,25v-14,0,-21,-9,-20,-25v1,-12,2,-20,15,-20xm19,-245v12,-9,61,-13,51,16v0,17,-13,20,-31,17v-20,2,-24,-13,-20,-33"},"\u00f5":{"d":"144,-246v-8,14,-17,43,-38,44v-20,1,-29,-17,-41,-22v-6,5,-26,28,-37,12v4,-24,39,-58,61,-28v23,30,25,-23,55,-6xm165,-19v2,-3,8,-2,7,3v-2,5,-7,4,-7,-3xm81,-187v68,0,80,49,75,125v-3,45,-30,64,-75,65v-59,1,-79,-42,-69,-108v-3,-57,16,-82,69,-82xm149,-9v2,-4,13,-4,7,1xm90,-181v0,-3,-6,-4,-7,-2v-1,5,7,7,7,2xm118,-90v3,-1,8,-11,0,-7v-1,1,-3,1,-3,3v0,2,1,4,3,4xm126,-78v-4,2,0,3,2,5v2,0,3,-4,1,-4xm54,-130v4,41,-13,96,27,100v30,3,33,-61,28,-100v-2,-15,-12,-24,-28,-24v-18,0,-29,7,-27,24xm48,-39v3,0,5,0,4,-4v-2,0,-11,2,-4,4xm35,-46v0,3,8,7,5,2v2,-7,-2,-6,-5,-2"},"\u00fa":{"d":"140,-181v50,-2,18,65,26,114v-5,35,16,79,-28,68v-11,0,-10,-17,-20,-18v-15,7,-34,20,-58,20v-70,0,-48,-93,-48,-162v0,-11,1,-25,13,-23v14,2,36,-6,36,14r2,110v0,13,10,21,30,21v46,1,22,-68,27,-111v2,-18,2,-33,20,-33xm127,-80v2,0,5,-3,5,-5v0,-2,-3,-3,-4,-3v-3,0,-3,1,-3,5v0,2,0,3,2,3xm155,-16v-3,-1,-8,4,-2,5v5,1,5,-4,2,-5xm65,-200v13,-22,21,-69,66,-59v7,0,10,2,10,5v-14,15,-41,70,-76,54","w":180},"\u00f9":{"d":"140,-181v50,-2,18,65,26,114v-5,35,16,79,-28,68v-11,0,-10,-17,-20,-18v-15,7,-34,20,-58,20v-70,0,-48,-93,-48,-162v0,-11,1,-25,13,-23v14,2,36,-6,36,14r2,110v0,13,10,21,30,21v46,1,22,-68,27,-111v2,-18,2,-33,20,-33xm127,-80v2,0,5,-3,5,-5v0,-2,-3,-3,-4,-3v-3,0,-3,1,-3,5v0,2,0,3,2,3xm155,-16v-3,-1,-8,4,-2,5v5,1,5,-4,2,-5xm59,-259v46,-7,51,35,65,59v-31,16,-61,-37,-75,-54v0,-3,3,-5,10,-5","w":180},"\u00fb":{"d":"35,-200v14,-25,20,-67,69,-59v26,4,34,40,46,59v-19,19,-49,-24,-58,-29v-15,6,-30,46,-57,29xm140,-181v50,-2,18,65,26,114v-5,35,16,79,-28,68v-11,0,-10,-17,-20,-18v-15,7,-34,20,-58,20v-70,0,-48,-93,-48,-162v0,-11,1,-25,13,-23v14,2,36,-6,36,14r2,110v0,13,10,21,30,21v46,1,22,-68,27,-111v2,-18,2,-33,20,-33xm127,-80v2,0,5,-3,5,-5v0,-2,-3,-3,-4,-3v-3,0,-3,1,-3,5v0,2,0,3,2,3xm155,-16v-3,-1,-8,4,-2,5v5,1,5,-4,2,-5","w":180},"\u00fc":{"d":"140,-181v50,-2,18,65,26,114v-5,35,16,79,-28,68v-11,0,-10,-17,-20,-18v-15,7,-34,20,-58,20v-70,0,-48,-93,-48,-162v0,-11,1,-25,13,-23v14,2,36,-6,36,14r2,110v0,13,10,21,30,21v46,1,22,-68,27,-111v2,-18,2,-33,20,-33xm127,-80v2,0,5,-3,5,-5v0,-2,-3,-3,-4,-3v-3,0,-3,1,-3,5v0,2,0,3,2,3xm155,-16v-3,-1,-8,4,-2,5v5,1,5,-4,2,-5xm121,-260v15,4,35,-5,35,20v0,27,-9,25,-30,25v-14,0,-21,-9,-20,-25v1,-12,2,-20,15,-20xm31,-252v12,-9,61,-13,51,16v0,17,-13,20,-31,17v-20,2,-24,-13,-20,-33","w":180},"\u00b0":{"d":"52,-272v28,0,48,18,48,46v0,28,-18,46,-47,46v-29,1,-45,-15,-46,-42v0,-29,17,-50,45,-50xm53,-206v12,0,20,-7,20,-20v0,-14,-7,-21,-21,-21v-12,0,-22,6,-21,20v1,14,9,21,22,21","w":106},"\u00a2":{"d":"143,-211v2,1,6,8,0,8v-1,-3,-6,-7,0,-8xm135,-133v-1,-2,1,-6,2,-2xm7,-227v0,-1,2,-3,3,-3v3,0,4,3,2,5v-2,0,-5,-1,-5,-2xm78,-81v29,6,1,-32,43,-25v27,-2,15,28,8,38v-15,13,-40,16,-32,60v3,17,-12,16,-28,16v-23,0,16,-64,-27,-63v-38,-11,-36,-65,-33,-112v2,-32,14,-50,46,-56v7,-7,0,-30,2,-43v-1,-11,20,-6,32,-7r-1,43v0,4,1,7,6,6v26,4,39,12,41,40v1,16,-17,7,-33,11v-12,-4,-4,-23,-25,-18v-30,-2,-20,35,-20,66v0,20,2,44,21,44xm43,-91v-4,-1,-9,4,-8,8v1,4,13,3,12,-3v0,-3,-1,-5,-4,-5","w":145},"\u00a3":{"d":"38,-253v3,-3,5,0,3,3v-2,1,-3,-2,-3,-3xm87,-30v41,7,106,-19,109,10v6,49,-70,18,-126,27v-36,-2,-50,5,-54,-14v-5,-27,38,-17,37,-43v0,-14,-14,-18,-14,-32v0,-13,-31,5,-32,-13v-1,-23,5,-21,25,-21v9,0,5,-13,5,-20v0,-12,-25,2,-30,-9v-1,-21,4,-27,26,-25v9,-5,3,-22,5,-36v3,-48,25,-67,75,-67v42,-1,77,18,76,60v3,18,-13,11,-26,14v-11,0,-17,-7,-17,-21v0,-14,-17,-18,-33,-18v-33,0,-33,33,-34,66v10,9,42,2,65,4v6,0,9,1,9,5v-5,11,-4,28,-24,24v-15,1,-38,-5,-48,2v2,8,-5,22,6,22v21,0,50,-4,66,3v-5,12,-4,27,-24,27r-41,-1v-8,8,-4,42,-1,56xm131,-158v-3,-1,-6,3,-6,5v0,3,1,4,4,4v5,1,7,-9,2,-9","w":203},"\u00a7":{"d":"90,-190v-2,2,-3,1,-4,-1v0,-1,0,-2,1,-2v1,0,3,1,3,3xm150,-217v-43,6,-13,-33,-52,-28v-40,-8,-42,47,-14,57v35,13,83,23,85,69v0,15,-4,27,-14,37v27,43,-4,96,-57,93v-40,-2,-71,-9,-70,-49v-1,-15,16,-9,27,-12v23,2,0,42,43,30v23,2,39,-32,21,-46v-35,-27,-102,-23,-101,-86v0,-12,4,-24,14,-35v-14,-48,7,-90,60,-87v38,2,67,9,67,47v0,7,-3,10,-9,10xm84,-71r-4,-3xm126,-105v20,-40,-48,-42,-68,-59v-7,47,39,43,68,59xm80,-136v3,-1,6,2,3,3xm85,-128v1,-3,5,-2,5,1v-1,2,-4,0,-5,-1","w":187},"\u00b6":{"d":"66,-267v52,8,115,-22,114,27r1,257v0,10,-3,17,-13,17v-37,-7,-21,-74,-21,-120r1,-134v0,-8,-4,-15,-12,-15v-26,41,-3,174,-9,256v0,9,-3,16,-13,16v-34,-2,-19,-58,-21,-94v-1,-26,-4,-20,-25,-22v-44,-2,-58,-49,-58,-92v0,-44,13,-94,56,-96xm65,-167v1,23,-6,55,15,57v24,-8,5,-61,11,-92v6,-34,-29,-40,-28,-13","w":195},"\u00df":{"d":"161,-205v2,34,-18,35,-28,56v17,21,42,32,40,71v-2,53,-33,86,-94,78v-8,-1,-10,-2,-10,-9v0,-24,8,-27,30,-25v27,2,31,-20,31,-45v0,-30,-15,-49,-49,-49v-10,0,-14,-6,-14,-17v0,-8,7,-13,22,-13v23,0,27,-23,26,-47v0,-18,-9,-30,-29,-30v-51,0,-28,82,-33,139v-3,32,9,80,-9,96v-21,0,-40,4,-38,-22v9,-102,-28,-256,86,-249v43,3,66,23,69,66xm92,-108v0,-2,5,-6,7,-3v-1,5,-5,7,-7,3xm33,-230v-6,2,-2,7,2,9v7,-2,3,-9,-2,-9xm36,-181v1,4,12,5,10,-2v-1,-4,-12,-2,-10,2xm94,-10v0,-3,-1,-5,-4,-5v-8,-1,-10,11,-2,11v4,0,6,-2,6,-6","w":180},"\u00ae":{"d":"127,-275v84,1,121,54,121,138v0,80,-38,137,-117,137v-80,0,-120,-45,-120,-127v1,-86,29,-148,116,-148xm127,18v0,4,-6,4,-6,0v0,-2,1,-3,3,-3v2,0,3,1,3,3xm116,-256v4,0,0,-6,0,-2r0,2xm104,-252v1,2,2,0,3,-1v0,-1,-1,-3,-2,-3v-1,0,-1,2,-1,4xm80,-262v-3,0,-7,12,0,12v4,0,5,-12,0,-12xm131,-31v62,0,87,-45,87,-106v0,-66,-27,-108,-91,-108v-67,0,-85,51,-86,118v0,63,27,97,90,96xm157,-19v1,6,13,11,13,0v0,-6,-13,-5,-13,0xm118,-237r1,4v-2,0,-3,-4,-1,-4xm182,-181v1,26,-11,34,-29,40v16,13,37,54,42,69v-3,8,-20,3,-29,5v-25,-9,-17,-64,-53,-61v-13,1,-2,27,-5,45v4,23,-12,14,-30,15v-9,-38,4,-98,-2,-146v7,-10,36,-4,52,-5v31,-2,54,7,54,38xm115,-153v22,2,33,-4,30,-26v5,-21,-28,-23,-37,-13v5,10,-6,37,7,39xm97,-141v4,0,6,-9,0,-8v1,4,-7,6,0,8","w":259},"\u00a9":{"d":"127,-271v83,0,120,54,121,137v1,83,-36,138,-117,138v-80,0,-121,-46,-120,-127v1,-85,31,-148,116,-148xm117,-261v-4,0,-6,8,-3,12v5,1,6,-12,3,-12xm41,-123v-1,63,27,97,90,96v58,0,87,-36,87,-107v-1,-65,-26,-106,-91,-107v-65,0,-85,54,-86,118xm182,-130v7,-2,12,11,3,12v-4,0,-6,-4,-6,-9v0,-2,1,-3,3,-3xm169,-130v0,-6,8,-5,8,-1v0,2,-7,5,-8,1xm129,-84v26,4,1,-20,34,-20v11,0,16,2,16,7v0,29,-21,40,-50,40v-50,1,-59,-30,-59,-80v0,-50,8,-79,58,-79v35,0,55,14,47,40v-10,-1,-26,7,-31,0v0,-12,-4,-12,-16,-12v-25,0,-17,34,-17,62v0,18,1,40,18,42xm121,-100v0,-2,4,-5,5,-2v2,6,-5,7,-5,2","w":259},"\u00b4":{"d":"6,-200v13,-22,21,-69,66,-59v7,0,10,2,10,5v-14,15,-41,70,-76,54","w":88},"\u00a8":{"d":"98,-260v15,4,35,-5,35,20v0,27,-9,25,-30,25v-14,0,-21,-9,-20,-25v1,-12,2,-20,15,-20xm8,-252v12,-9,61,-13,51,16v0,17,-13,20,-31,17v-20,2,-24,-13,-20,-33","w":139},"\u00c6":{"d":"69,-261v2,0,12,15,6,15v-2,-7,-12,-9,-6,-15xm86,-62v-29,4,-6,62,-39,62v-15,0,-47,9,-38,-14r86,-229v17,-50,108,-17,181,-27v21,3,52,-9,48,22v-2,16,-5,22,-21,21r-82,-4v-22,1,-13,36,-13,59v0,9,2,13,10,12v27,4,76,-17,76,17v0,36,-45,20,-75,23v-26,3,-8,41,-15,67v10,25,61,11,101,11v19,0,25,6,24,25v-1,16,-5,20,-23,20r-139,-2v-21,-1,-11,-31,-13,-54v-1,-11,-4,-11,-14,-11xm225,19v3,-3,13,4,13,7v-3,3,-20,-2,-13,-7xm180,-157v-8,5,3,7,7,10v1,0,1,-1,1,-2v1,-2,-6,-9,-8,-8xm95,-103v24,-5,61,8,61,-17r0,-90v3,-20,-16,-18,-23,-5v-12,25,-34,76,-41,108v0,2,1,4,3,4","w":336},"\u00d8":{"d":"182,-250v31,34,14,119,17,178v4,77,-70,85,-141,73v-16,3,-15,38,-43,23v-3,-2,18,-36,17,-36v-31,-36,-15,-114,-19,-182v-5,-76,81,-87,144,-69v12,-6,15,-41,42,-25v-1,11,-14,29,-17,38xm178,4v0,1,-1,3,-3,3v-2,-1,-1,-4,1,-4v1,0,2,0,2,1xm183,-104v0,6,10,9,10,1v0,-1,-3,-8,-5,-7v-2,0,-6,3,-5,6xm165,-87v0,2,2,5,5,4v2,0,3,-1,3,-3v0,-2,-2,-5,-5,-4v-1,0,-3,2,-3,3xm138,-218v-4,-28,-70,-21,-70,10v0,43,-10,94,-7,138v28,-45,50,-99,77,-148xm106,-29v69,3,39,-83,46,-154v0,-3,-1,-4,-2,-4v-21,34,-52,98,-75,147v1,12,14,9,31,11xm20,-54v3,0,3,-4,1,-5v-2,0,-5,-1,-4,2v0,2,1,3,3,3xm115,-93v3,-1,16,5,6,5v-9,1,-10,-3,-6,-5xm110,-82v4,1,0,2,-1,4v-1,1,-4,4,-4,0v0,-2,2,-4,5,-4xm87,-57v1,0,3,2,3,3v0,3,-1,4,-3,4v-2,0,-4,-1,-4,-4v0,-2,2,-3,4,-3","w":213},"\u00b1":{"d":"112,-157v24,6,67,-11,64,12v6,36,-45,8,-66,24r-1,52v0,12,-2,14,-15,14v-30,0,-13,-43,-19,-66v-5,-20,-75,15,-70,-25v3,-21,37,-8,65,-12v21,-3,-15,-70,23,-70v33,0,9,44,19,71xm160,-33v12,-2,12,3,12,14v5,31,-37,20,-61,20r-83,1v-17,1,-21,-3,-21,-19v1,-24,38,-14,60,-14","w":182},"\u00a5":{"d":"224,-271v-6,27,-29,62,-40,84v15,4,43,-8,41,16v-2,36,-71,-9,-73,37v12,8,38,1,57,3v12,1,16,0,16,11v0,33,-52,12,-79,18v-13,17,-1,66,-3,99v1,6,-13,9,-32,9v-38,-1,-18,-61,-25,-102v1,-6,-4,-6,-9,-7r-62,-1v-8,0,-8,-6,-8,-14v-2,-32,50,-3,74,-18v-5,-29,-43,-21,-73,-22v-2,-14,-2,-30,14,-29v8,-1,22,3,24,-3v-6,-14,-32,-49,-34,-64v-3,-24,39,-22,48,-6v16,30,37,70,57,95v32,-19,35,-115,80,-115v18,0,27,3,27,9xm192,-270v-3,-1,-6,2,-5,5v0,3,0,4,3,4v3,0,5,-1,5,-5v0,-1,-1,-4,-3,-4","w":231},"\u00b5":{"d":"166,-92v-7,50,22,102,-28,93v-14,-4,-14,-30,-32,-11v-15,8,-18,10,-34,12v-38,4,21,90,-35,87v-13,0,-20,-2,-23,-4r-2,-244v1,-11,1,-25,13,-23v14,2,36,-6,36,14r2,110v0,13,10,21,30,21v46,1,22,-68,27,-111v2,-18,2,-31,20,-33v45,-4,21,54,26,89xm127,-80v2,0,5,-3,5,-5v0,-2,-3,-3,-4,-3v-3,0,-3,1,-3,5v0,2,0,3,2,3xm155,-16v-3,-1,-8,4,-2,5v5,1,5,-4,2,-5","w":181},"\u00aa":{"d":"81,-283v0,-4,10,-8,11,-2v0,3,-4,4,-8,4v-2,0,-3,0,-3,-2xm44,-272v10,0,18,6,25,7v5,-7,19,-9,25,-3v-2,28,3,63,-2,88v-11,0,-23,0,-26,-7v-23,18,-61,2,-57,-36v3,-32,2,-49,35,-49xm49,-201v21,3,12,-26,13,-41v0,-8,-8,-9,-15,-9v-10,2,-6,18,-7,33v0,11,3,17,9,17xm19,-203v2,0,6,-2,3,-3v-1,2,-2,3,-3,3","w":103},"\u00ba":{"d":"98,-186v-3,1,-7,7,-8,1v0,-2,2,-3,5,-3v2,0,3,1,3,2xm52,-273v29,0,45,10,45,39v0,40,-6,56,-45,56v-29,0,-49,-13,-43,-49v-1,-33,10,-46,43,-46xm38,-244v-2,17,-5,46,14,47v12,1,16,-16,15,-36v6,-22,-27,-29,-29,-11xm48,-215v1,-5,9,-3,8,2v-1,3,-9,3,-8,-2","w":106},"\u00e6":{"d":"110,-201v3,-1,6,4,5,7v0,4,-2,6,-7,6v-4,0,-6,-2,-6,-4v0,-1,6,-10,8,-9xm231,-66v-5,-2,0,-6,2,-7v3,1,2,4,0,5v-1,1,-1,2,-2,2xm144,-174v41,-23,110,-3,100,63v2,45,-42,24,-82,30v-8,2,-12,5,-12,16v0,40,40,52,44,19v8,-10,46,-8,46,7v0,42,-60,53,-92,34v-5,8,-44,12,-38,-8v-17,0,-26,16,-50,16v-50,0,-49,-60,-52,-109v-2,0,-3,-1,-3,-4r4,0v1,-47,12,-74,58,-75v16,0,33,12,44,17v-1,-12,28,-21,33,-6xm2,-134v4,-1,3,3,1,4v-1,-1,-1,-2,-1,-4xm152,-115v0,16,21,5,32,8v9,0,14,-5,14,-14v0,-18,-7,-34,-25,-34v-18,-1,-21,22,-21,40xm55,-73v-7,51,46,49,45,11r0,-64v0,-15,-16,-19,-29,-21v-25,5,-12,42,-16,74xm38,-59v4,0,3,-4,0,-4v-1,0,-2,4,0,4xm34,-40v1,5,4,0,6,-1v1,-2,-2,-5,-4,-4v-1,0,-2,2,-2,5xm69,-82v-1,-7,12,-12,13,-4v1,3,-7,5,-13,4","w":250},"\u00f8":{"d":"13,-173v3,0,-1,7,-1,7v-2,0,-4,-2,-4,-6v0,-1,2,-1,5,-1xm134,-173v26,20,22,65,22,111v0,55,-51,74,-105,61v-15,6,-7,33,-34,29v-3,0,-4,-2,-4,-4v-1,-3,17,-35,16,-36v-22,-17,-17,-55,-17,-93v0,-72,41,-93,103,-77v6,-7,14,-34,33,-21xm90,-181v0,-3,-6,-4,-7,-2v-1,5,7,7,7,2xm118,-90v1,0,8,-8,3,-8v-5,-1,-9,7,-3,8xm126,-78v-4,2,0,3,2,5v2,0,3,-4,1,-4xm100,-147v-12,-14,-47,-9,-46,17r2,67v6,-2,38,-73,44,-84xm67,-35v41,21,48,-39,43,-82v0,-1,-1,-2,-2,-2v-14,30,-28,50,-41,84xm87,-13v3,0,5,0,4,-4v-3,0,-10,1,-4,4xm35,-46v0,3,8,7,5,2v2,-7,-2,-6,-5,-2xm72,-140v2,0,5,4,1,4v-3,-2,-4,5,-5,0v-1,-2,2,-5,4,-4"},"\u00bf":{"d":"61,-186v21,-2,51,-2,40,30v1,5,-10,8,-25,8v-17,0,-26,-4,-26,-10v1,-12,-1,-27,11,-28xm123,-44v5,0,5,5,1,4v-4,0,-6,-3,-1,-4xm82,58v38,0,13,-34,51,-30v8,0,11,4,11,10v1,37,-26,55,-62,55v-48,0,-77,-20,-77,-69v0,-55,53,-63,58,-109v-6,-19,-11,-48,24,-41v17,-1,13,22,15,36v3,58,-53,60,-54,114v-1,26,8,34,34,34xm86,77v-1,-7,-8,-7,-11,-2v1,2,8,8,11,2","w":148,"k":{"Y":50,"W":40,"V":40}},"\u00a1":{"d":"24,-155v-9,-29,12,-37,41,-32v5,0,5,15,5,26v1,20,-40,23,-46,6xm9,-160v-6,0,-6,-10,-1,-11v3,0,4,3,4,8v0,2,-1,3,-3,3xm65,-108r7,181v2,21,-22,10,-41,12v-18,-1,-8,-34,-7,-52r6,-138v-2,-15,6,-13,19,-13v13,-1,16,1,16,10xm28,61v1,4,8,8,8,1v1,-2,-2,-5,-4,-4v-3,0,-4,1,-4,3","w":93},"\u00ac":{"d":"5,-147v0,-27,45,-8,76,-13v26,2,61,-2,81,6v10,18,5,55,5,82v-1,12,1,16,-12,16v-35,0,-19,-35,-21,-66v-14,-15,-70,-6,-108,-6v-17,0,-21,-4,-21,-19","w":182},"\u00ab":{"d":"169,-182v10,-18,33,0,27,14v-15,22,-39,35,-53,58v13,21,39,34,53,60v-6,14,-15,29,-31,9v-19,-25,-45,-42,-62,-69v0,-7,22,-30,66,-72xm93,-123v0,3,-7,5,-7,1v0,-2,1,-4,4,-4v2,0,3,1,3,3xm87,-117v3,-1,2,3,1,4v-2,0,-4,-2,-1,-4xm89,-191v31,12,-7,41,-17,52v-11,13,-38,27,-13,41v13,19,32,30,40,54v-12,32,-34,-4,-46,-15v-12,-11,-43,-38,-44,-51v15,-26,56,-67,80,-81xm134,-125v1,1,12,7,10,-1xm140,-106v-6,0,-6,8,-1,9v2,0,3,-2,3,-6v0,-2,-1,-3,-2,-3xm131,-88v3,6,10,5,12,-1v0,0,-11,-3,-12,1xm48,-137v6,-1,6,-11,-1,-11v-5,1,-5,10,1,11","w":208},"\u00bb":{"d":"134,-139v-10,-14,-44,-41,-12,-52v29,17,59,57,76,81v-11,26,-52,58,-71,79v-11,4,-23,-9,-20,-20v7,-25,38,-40,52,-61v-4,-8,-20,-15,-14,-24v-1,-4,-8,-11,-11,-3xm97,-144v2,0,7,1,2,3v-1,0,-2,-1,-2,-3xm98,-135v-1,-3,4,-6,6,-3v2,6,-5,8,-6,3xm24,-160v-15,-7,-11,-29,4,-31v31,15,48,55,74,75v10,14,-12,23,-17,33v-19,16,-34,37,-56,51v-15,-3,-28,-22,-10,-34v15,-16,33,-28,46,-46v-14,-16,-25,-35,-41,-48xm40,-130v-2,2,-7,13,-9,4v-1,-5,7,-9,9,-4xm64,-94v-5,-5,-9,5,-2,1v1,0,2,-1,2,-1","w":208},"\u00a0":{"w":75},"\u00c0":{"d":"194,-155v0,-3,9,-8,10,-2v0,6,-9,11,-10,2xm44,0v-15,0,-46,9,-39,-14r67,-229v1,-33,50,-32,77,-21r75,259v-7,9,-58,11,-55,-10r-11,-45v-12,-9,-60,0,-81,-2v-26,4,-1,62,-33,62xm84,-103v54,-6,72,15,58,-26v-8,-26,-14,-56,-24,-80v-1,-5,-7,-5,-9,-1v-3,13,-38,95,-25,107xm171,-34v-6,4,-1,17,8,15v1,-4,-4,-16,-8,-15xm84,-342v46,-7,51,35,65,59v-31,16,-61,-37,-75,-54v0,-3,3,-5,10,-5","w":227,"k":{"\u00ff":27,"y":27,"w":20,"v":22,"Y":43,"W":29,"V":36,"T":36,"G":4}},"\u00c3":{"d":"132,-305v9,-7,21,-30,41,-19v-7,15,-17,44,-38,45v-20,2,-29,-17,-41,-22v-6,5,-26,28,-37,12v7,-14,14,-39,37,-39v19,0,26,16,38,23xm194,-155v0,-3,9,-8,10,-2v0,6,-9,11,-10,2xm44,0v-15,0,-46,9,-39,-14r67,-229v1,-33,50,-32,77,-21r75,259v-7,9,-58,11,-55,-10r-11,-45v-12,-9,-60,0,-81,-2v-26,4,-1,62,-33,62xm84,-103v54,-6,72,15,58,-26v-8,-26,-14,-56,-24,-80v-1,-5,-7,-5,-9,-1v-3,13,-38,95,-25,107xm171,-34v-6,4,-1,17,8,15v1,-4,-4,-16,-8,-15","w":227,"k":{"\u00ff":27,"y":27,"w":20,"v":22,"Y":43,"W":29,"V":36,"T":36,"G":4}},"\u00d5":{"d":"129,-306v11,-5,20,-29,42,-18v-7,13,-18,42,-38,44v-20,2,-30,-16,-41,-22v-6,6,-29,29,-38,12v8,-14,15,-39,37,-39v18,1,27,16,38,23xm107,-271v70,-2,94,33,93,109r-1,90v-1,59,-33,77,-93,77v-111,0,-93,-91,-93,-199v0,-58,38,-75,94,-77xm176,7v-3,0,-2,-3,0,-4v2,0,3,4,0,4xm183,-104v0,5,9,9,10,2v-1,-3,-2,-8,-5,-8v-2,0,-6,3,-5,6xm168,-90v-3,4,1,9,5,5v1,-4,-3,-4,-5,-5xm106,-29v69,3,38,-83,46,-154v5,-46,-38,-64,-74,-44v-22,33,-18,94,-18,150v0,36,11,47,46,48xm22,-56v0,-2,-1,-3,-3,-3v-2,0,-2,0,-2,2v0,2,1,3,3,3v2,0,2,-1,2,-2","w":213,"k":{"T":7}},"\u00f7":{"d":"83,-238v18,1,38,-1,34,22v3,27,-14,18,-31,20v-18,2,-21,-5,-20,-22v1,-12,0,-21,17,-20xm162,-159v12,-2,12,3,11,14v5,31,-37,18,-61,19r-82,2v-17,2,-21,-4,-21,-19v0,-13,6,-13,19,-14xm83,-91v21,0,37,-1,34,21v2,26,-11,19,-31,20v-18,2,-21,-5,-20,-22v1,-12,0,-19,17,-19","w":182},"\u00ff":{"d":"122,-153v-6,-34,39,-37,54,-18r-98,260v-5,22,-44,21,-46,-3v9,-33,35,-69,21,-111r-49,-151v7,-20,55,-13,50,12v8,36,24,66,28,106v9,13,18,-1,19,-11v6,-34,17,-54,21,-84xm110,27v1,-6,3,-1,5,1v0,2,-1,3,-2,3v-2,0,-3,-3,-3,-4xm112,-28v0,1,2,3,3,3v2,0,3,0,3,-2v0,-2,-1,-4,-3,-4v-2,0,-3,1,-3,3xm70,-51v3,0,1,-2,0,-3v-2,0,-2,3,0,3xm77,72v-3,1,-1,4,1,4v2,0,2,0,2,-2v0,-2,-1,-2,-3,-2xm121,-260v15,4,35,-5,35,20v0,27,-9,25,-30,25v-14,0,-21,-9,-20,-25v1,-12,2,-20,15,-20xm31,-252v12,-9,61,-13,51,16v0,17,-13,20,-31,17v-20,2,-24,-13,-20,-33","w":179},"\u00c2":{"d":"56,-283v14,-26,21,-68,70,-59v26,5,34,40,45,59v-18,19,-48,-24,-57,-29v-15,7,-30,45,-58,29xm194,-155v0,-3,9,-8,10,-2v0,6,-9,11,-10,2xm44,0v-15,0,-46,9,-39,-14r67,-229v1,-33,50,-32,77,-21r75,259v-7,9,-58,11,-55,-10r-11,-45v-12,-9,-60,0,-81,-2v-26,4,-1,62,-33,62xm84,-103v54,-6,72,15,58,-26v-8,-26,-14,-56,-24,-80v-1,-5,-7,-5,-9,-1v-3,13,-38,95,-25,107xm171,-34v-6,4,-1,17,8,15v1,-4,-4,-16,-8,-15","w":227,"k":{"\u00ff":27,"y":27,"w":20,"v":22,"Y":43,"W":29,"V":36,"T":36,"G":4}},"\u00ca":{"d":"85,-344v49,-9,54,34,70,59v-19,19,-49,-24,-58,-29v-15,7,-30,46,-58,29v12,-18,19,-54,46,-59xm163,-94v2,-2,8,0,7,4v-4,2,-5,3,-7,-4xm78,-41v49,4,111,-20,110,24v-1,16,-5,20,-23,20r-139,-2v-17,0,-12,-22,-13,-38r1,-210v-1,-43,48,-15,93,-23v28,5,80,-16,76,22v-2,16,-5,22,-21,21r-82,-4v-22,1,-13,36,-13,59v0,26,37,11,65,15v17,-1,21,3,21,19v0,38,-48,17,-75,18v-25,1,-8,40,-15,67v0,8,5,12,15,12","w":195},"\u00c1":{"d":"194,-155v0,-3,9,-8,10,-2v0,6,-9,11,-10,2xm44,0v-15,0,-46,9,-39,-14r67,-229v1,-33,50,-32,77,-21r75,259v-7,9,-58,11,-55,-10r-11,-45v-12,-9,-60,0,-81,-2v-26,4,-1,62,-33,62xm84,-103v54,-6,72,15,58,-26v-8,-26,-14,-56,-24,-80v-1,-5,-7,-5,-9,-1v-3,13,-38,95,-25,107xm171,-34v-6,4,-1,17,8,15v1,-4,-4,-16,-8,-15xm77,-285v13,-22,21,-69,66,-59v7,0,10,2,10,5v-14,15,-41,70,-76,54","w":227,"k":{"\u00ff":27,"y":27,"w":20,"v":22,"Y":43,"W":29,"V":36,"T":36,"G":4}},"\u00cb":{"d":"163,-94v2,-2,8,0,7,4v-4,2,-5,3,-7,-4xm78,-41v49,4,111,-20,110,24v-1,16,-5,20,-23,20r-139,-2v-17,0,-12,-22,-13,-38r1,-210v-1,-43,48,-15,93,-23v28,5,80,-16,76,22v-2,16,-5,22,-21,21r-82,-4v-22,1,-13,36,-13,59v0,26,37,11,65,15v17,-1,21,3,21,19v0,38,-48,17,-75,18v-25,1,-8,40,-15,67v0,8,5,12,15,12xm122,-335v15,4,35,-5,35,20v0,27,-9,25,-30,25v-14,0,-21,-9,-20,-25v1,-12,2,-20,15,-20xm32,-327v12,-9,61,-13,51,16v0,17,-13,20,-31,17v-20,2,-24,-13,-20,-33","w":195},"\u00c8":{"d":"163,-94v2,-2,8,0,7,4v-4,2,-5,3,-7,-4xm78,-41v49,4,111,-20,110,24v-1,16,-5,20,-23,20r-139,-2v-17,0,-12,-22,-13,-38r1,-210v-1,-43,48,-15,93,-23v28,5,80,-16,76,22v-2,16,-5,22,-21,21r-82,-4v-22,1,-13,36,-13,59v0,26,37,11,65,15v17,-1,21,3,21,19v0,38,-48,17,-75,18v-25,1,-8,40,-15,67v0,8,5,12,15,12xm63,-342v46,-7,51,35,65,59v-31,16,-61,-37,-75,-54v0,-3,3,-5,10,-5","w":195},"\u00cd":{"d":"92,-56v-13,33,44,10,40,40v3,33,-34,12,-56,18v-33,-4,-61,14,-66,-14v-6,-33,37,-6,37,-39r-2,-182v-5,-10,-40,7,-32,-23v8,-29,66,-7,105,-13v18,7,14,39,-12,32v-35,6,-4,89,-14,142r0,39xm22,25v-5,1,-21,-1,-8,-4v4,0,6,1,8,4xm77,-206v-4,6,7,5,9,7v2,0,3,-1,3,-3v1,-3,-5,-4,-12,-4xm36,-284v13,-22,21,-69,66,-59v7,0,10,2,10,5v-14,15,-41,70,-76,54","w":140},"\u00ce":{"d":"55,-348v50,-9,54,35,70,60v-19,19,-50,-24,-58,-30v-13,6,-31,46,-58,30v12,-19,19,-55,46,-60xm92,-56v-13,33,44,10,40,40v3,33,-34,12,-56,18v-33,-4,-61,14,-66,-14v-6,-33,37,-6,37,-39r-2,-182v-5,-10,-40,7,-32,-23v8,-29,66,-7,105,-13v18,7,14,39,-12,32v-35,6,-4,89,-14,142r0,39xm22,25v-5,1,-21,-1,-8,-4v4,0,6,1,8,4xm77,-206v-4,6,7,5,9,7v2,0,3,-1,3,-3v1,-3,-5,-4,-12,-4","w":140},"\u00cf":{"d":"92,-56v-13,33,44,10,40,40v3,33,-34,12,-56,18v-33,-4,-61,14,-66,-14v-6,-33,37,-6,37,-39r-2,-182v-5,-10,-40,7,-32,-23v8,-29,66,-7,105,-13v18,7,14,39,-12,32v-35,6,-4,89,-14,142r0,39xm22,25v-5,1,-21,-1,-8,-4v4,0,6,1,8,4xm77,-206v-4,6,7,5,9,7v2,0,3,-1,3,-3v1,-3,-5,-4,-12,-4xm99,-330v15,4,35,-5,35,20v0,27,-9,25,-30,25v-14,0,-21,-9,-20,-25v1,-12,2,-20,15,-20xm9,-322v12,-9,61,-13,51,16v0,17,-13,20,-31,17v-20,2,-24,-13,-20,-33","w":140},"\u00cc":{"d":"92,-56v-13,33,44,10,40,40v3,33,-34,12,-56,18v-33,-4,-61,14,-66,-14v-6,-33,37,-6,37,-39r-2,-182v-5,-10,-40,7,-32,-23v8,-29,66,-7,105,-13v18,7,14,39,-12,32v-35,6,-4,89,-14,142r0,39xm22,25v-5,1,-21,-1,-8,-4v4,0,6,1,8,4xm77,-206v-4,6,7,5,9,7v2,0,3,-1,3,-3v1,-3,-5,-4,-12,-4xm44,-345v46,-7,51,35,65,59v-31,16,-61,-37,-75,-54v0,-3,3,-5,10,-5","w":140},"\u00d3":{"d":"107,-271v70,-2,94,33,93,109r-1,90v-1,59,-33,77,-93,77v-111,0,-93,-91,-93,-199v0,-58,38,-75,94,-77xm176,7v-3,0,-2,-3,0,-4v2,0,3,4,0,4xm183,-104v0,5,9,9,10,2v-1,-3,-2,-8,-5,-8v-2,0,-6,3,-5,6xm168,-90v-3,4,1,9,5,5v1,-4,-3,-4,-5,-5xm106,-29v69,3,38,-83,46,-154v5,-46,-38,-64,-74,-44v-22,33,-18,94,-18,150v0,36,11,47,46,48xm22,-56v0,-2,-1,-3,-3,-3v-2,0,-2,0,-2,2v0,2,1,3,3,3v2,0,2,-1,2,-2xm77,-282v13,-22,21,-69,66,-59v7,0,10,2,10,5v-14,15,-41,70,-76,54","w":213,"k":{"T":7}},"\u00d4":{"d":"52,-286v14,-26,21,-68,69,-59v27,4,35,40,46,59v-19,19,-48,-24,-57,-29v-16,5,-31,46,-58,29xm107,-271v70,-2,94,33,93,109r-1,90v-1,59,-33,77,-93,77v-111,0,-93,-91,-93,-199v0,-58,38,-75,94,-77xm176,7v-3,0,-2,-3,0,-4v2,0,3,4,0,4xm183,-104v0,5,9,9,10,2v-1,-3,-2,-8,-5,-8v-2,0,-6,3,-5,6xm168,-90v-3,4,1,9,5,5v1,-4,-3,-4,-5,-5xm106,-29v69,3,38,-83,46,-154v5,-46,-38,-64,-74,-44v-22,33,-18,94,-18,150v0,36,11,47,46,48xm22,-56v0,-2,-1,-3,-3,-3v-2,0,-2,0,-2,2v0,2,1,3,3,3v2,0,2,-1,2,-2","w":213,"k":{"T":7}},"\u00d2":{"d":"107,-271v70,-2,94,33,93,109r-1,90v-1,59,-33,77,-93,77v-111,0,-93,-91,-93,-199v0,-58,38,-75,94,-77xm176,7v-3,0,-2,-3,0,-4v2,0,3,4,0,4xm183,-104v0,5,9,9,10,2v-1,-3,-2,-8,-5,-8v-2,0,-6,3,-5,6xm168,-90v-3,4,1,9,5,5v1,-4,-3,-4,-5,-5xm106,-29v69,3,38,-83,46,-154v5,-46,-38,-64,-74,-44v-22,33,-18,94,-18,150v0,36,11,47,46,48xm22,-56v0,-2,-1,-3,-3,-3v-2,0,-2,0,-2,2v0,2,1,3,3,3v2,0,2,-1,2,-2xm84,-342v46,-7,51,35,65,59v-31,16,-61,-37,-75,-54v0,-3,3,-5,10,-5","w":213,"k":{"T":7}},"\u00da":{"d":"79,-185v-4,-1,-4,-10,1,-9v1,0,2,1,2,3v0,4,-1,6,-3,6xm110,-29v70,0,31,-101,41,-177v3,-28,-13,-77,29,-66v12,0,24,-3,23,11r-2,189v1,59,-32,77,-91,77v-60,0,-96,-18,-96,-78r-2,-181v-1,-25,25,-13,47,-15v6,-1,6,13,6,22r0,174v-1,33,13,44,45,44xm61,22v3,0,7,7,2,8v-3,0,-8,-8,-2,-8xm-11,-19v4,-4,12,7,11,11v0,6,-6,4,-11,6v-11,-4,6,-12,0,-17xm31,-215v-3,0,-6,7,-1,7v2,0,3,-1,3,-4v0,-2,0,-3,-2,-3xm28,-37v-2,10,15,22,21,12v0,-7,-5,-24,-12,-24v-4,-1,-9,8,-9,12xm67,-284v13,-22,21,-69,66,-59v7,0,10,2,10,5v-14,15,-41,70,-76,54","w":219},"\u00db":{"d":"45,-284v14,-26,21,-68,69,-59v27,4,35,40,46,59v-18,19,-48,-24,-57,-29v-14,6,-31,45,-58,29xm79,-185v-4,-1,-4,-10,1,-9v1,0,2,1,2,3v0,4,-1,6,-3,6xm110,-29v70,0,31,-101,41,-177v3,-28,-13,-77,29,-66v12,0,24,-3,23,11r-2,189v1,59,-32,77,-91,77v-60,0,-96,-18,-96,-78r-2,-181v-1,-25,25,-13,47,-15v6,-1,6,13,6,22r0,174v-1,33,13,44,45,44xm61,22v3,0,7,7,2,8v-3,0,-8,-8,-2,-8xm-11,-19v4,-4,12,7,11,11v0,6,-6,4,-11,6v-11,-4,6,-12,0,-17xm31,-215v-3,0,-6,7,-1,7v2,0,3,-1,3,-4v0,-2,0,-3,-2,-3xm28,-37v-2,10,15,22,21,12v0,-7,-5,-24,-12,-24v-4,-1,-9,8,-9,12","w":219},"\u00d9":{"d":"79,-185v-4,-1,-4,-10,1,-9v1,0,2,1,2,3v0,4,-1,6,-3,6xm110,-29v70,0,31,-101,41,-177v3,-28,-13,-77,29,-66v12,0,24,-3,23,11r-2,189v1,59,-32,77,-91,77v-60,0,-96,-18,-96,-78r-2,-181v-1,-25,25,-13,47,-15v6,-1,6,13,6,22r0,174v-1,33,13,44,45,44xm61,22v3,0,7,7,2,8v-3,0,-8,-8,-2,-8xm-11,-19v4,-4,12,7,11,11v0,6,-6,4,-11,6v-11,-4,6,-12,0,-17xm31,-215v-3,0,-6,7,-1,7v2,0,3,-1,3,-4v0,-2,0,-3,-2,-3xm28,-37v-2,10,15,22,21,12v0,-7,-5,-24,-12,-24v-4,-1,-9,8,-9,12xm77,-342v46,-7,51,35,65,59v-31,16,-61,-37,-75,-54v0,-3,3,-5,10,-5","w":219},"\u00b8":{"d":"33,15v7,8,26,13,26,30v0,22,-51,37,-56,13v8,-5,30,-3,28,-17v-1,-9,-22,-14,-25,-21v4,-11,26,-40,47,-26v2,2,-22,18,-20,21","w":65},"\u00a6":{"d":"58,-239r0,116v-7,10,-50,15,-39,-13r0,-82v0,-25,9,-30,31,-28v7,0,7,1,8,7xm21,-66v18,-1,41,-11,37,15v-5,34,-1,70,0,105v0,14,-22,8,-35,8v-17,-27,-2,-80,-6,-122v-1,-4,-1,-7,4,-6","w":74},"\u00d0":{"d":"123,-276v0,1,-1,2,-3,2v-2,0,-2,-1,-2,-3v0,-2,1,-2,2,-2v2,0,3,1,3,3xm42,-270v85,-2,168,-7,169,76r1,117v2,80,-80,83,-166,77v-7,0,-14,-3,-14,-11r0,-107v-7,-11,-39,2,-32,-24v-3,-21,23,-8,32,-18r0,-103v0,-6,4,-7,10,-7xm188,-1v0,2,-4,3,-4,1v0,-2,0,-2,2,-2v1,0,2,0,2,1xm198,-115v-6,2,1,8,2,12v4,1,3,-2,4,-5v0,-2,-3,-8,-6,-7xm83,-33v49,0,87,-5,79,-63v-9,-59,22,-151,-62,-137v-48,-4,-8,30,-19,75v2,18,48,-12,41,21v6,27,-25,13,-41,21v2,27,-3,60,2,83xm121,-18v-3,1,-2,6,1,6v2,-1,2,-7,-1,-6","w":223},"\u00f0":{"d":"131,-299v46,9,-11,37,-4,44v41,27,36,97,36,162v0,55,-22,98,-78,98v-59,0,-72,-45,-70,-102v2,-54,4,-86,56,-87v17,-1,26,3,39,5v8,-19,-1,-43,-17,-50v-13,5,-26,24,-39,29v-2,1,-18,-13,-17,-15v5,-11,24,-18,30,-28v-4,-9,-36,-5,-40,-15v2,-13,-7,-31,11,-30v22,1,42,9,61,16v9,-2,25,-23,32,-27xm85,-31v31,-1,26,-43,26,-76v0,-26,-4,-44,-28,-45v-30,5,-14,58,-18,96v2,15,4,25,20,25xm100,-57v0,5,-9,5,-8,0v2,0,7,-2,8,0","w":179},"\u00dd":{"d":"140,-264v0,1,-1,3,-1,1xm133,-256v0,1,-1,2,-2,2r0,-3v1,0,2,0,2,1xm158,-133v0,1,0,1,-1,1v-1,0,-2,-3,0,-1r1,0xm156,-102v1,4,16,9,12,10v-4,-2,-19,-1,-12,-10xm110,-165v30,-20,35,-107,78,-115v50,1,25,27,10,53r-62,105v-7,32,-2,83,-1,119v1,6,-13,10,-32,9v-46,-3,-9,-99,-30,-146v-19,-43,-59,-72,-69,-124v3,-14,40,-11,44,4v21,31,38,68,62,95xm142,-99v1,-4,3,-4,4,-1v0,2,-3,2,-4,1xm82,-286v13,-22,21,-69,66,-59v7,0,10,2,10,5v-14,15,-41,70,-76,54","w":219,"k":{"\u00c6":58,"\u00fc":29,"\u00fb":29,"\u00f9":29,"\u00fa":29,"\u00f5":32,"\u00f4":32,"\u00f2":32,"\u00f3":32,"\u00f1":29,"\u00ea":32,"\u00e8":32,"\u00e9":32,"\u00e7":32,"\u00e5":32,"\u00e3":32,"\u00e2":32,"\u00e0":32,"\u00e1":32,"\u00c7":7,"u":29,"r":29,"q":32,"p":29,"o":32,"n":29,"m":29,"g":32,"e":32,"d":32,"c":32,"a":32,"C":7,"\/":40}},"\u00fd":{"d":"122,-153v-6,-34,39,-37,54,-18r-98,260v-5,22,-44,21,-46,-3v9,-33,35,-69,21,-111r-49,-151v7,-20,55,-13,50,12v8,36,24,66,28,106v9,13,18,-1,19,-11v6,-34,17,-54,21,-84xm110,27v1,-6,3,-1,5,1v0,2,-1,3,-2,3v-2,0,-3,-3,-3,-4xm112,-28v0,1,2,3,3,3v2,0,3,0,3,-2v0,-2,-1,-4,-3,-4v-2,0,-3,1,-3,3xm70,-51v3,0,1,-2,0,-3v-2,0,-2,3,0,3xm77,72v-3,1,-1,4,1,4v2,0,2,0,2,-2v0,-2,-1,-2,-3,-2xm64,-200v13,-22,21,-69,66,-59v7,0,10,2,10,5v-14,15,-41,70,-76,54","w":179},"\u00de":{"d":"71,-230v68,-3,120,11,121,75v1,69,-46,94,-120,89v-31,6,25,85,-46,68v-24,-46,5,-159,-7,-237v2,-21,-8,-52,19,-46v31,-4,28,17,27,46v0,3,2,5,6,5xm172,-111v4,-6,-6,-14,-7,-6v0,4,3,5,7,6xm75,-102v47,3,70,-8,70,-54v0,-33,-22,-40,-55,-42v-50,-3,-15,38,-25,84v1,8,1,12,10,12xm92,-89v-3,0,-6,5,-1,6v1,-2,3,-4,1,-6xm96,-77v-6,-1,-5,3,-2,5","w":197},"\u00fe":{"d":"61,-174v14,6,26,-17,51,-12v41,-3,61,42,57,101v-3,52,-5,90,-58,90v-28,0,-46,-23,-44,22v1,33,11,74,-37,61v-23,-70,-2,-234,-14,-343v-2,-20,20,-19,38,-17v6,0,9,2,9,6xm7,-58v-1,4,-16,10,-16,2v0,-5,5,-6,12,-6xm151,-48v2,-1,3,-3,-1,-3v-2,1,0,2,1,3xm70,-95v0,32,-4,73,30,72v14,1,22,-22,21,-61v-1,-25,-1,-67,-24,-68v-18,0,-27,20,-27,57xm27,-108v2,2,4,-3,5,-6xm33,-111v-4,2,-2,13,0,3r0,-3xm29,-63v-1,-9,-13,-6,-2,0r2,0","w":179},"\u00d7":{"d":"90,-173v17,-11,52,-72,70,-23v-3,15,-38,38,-45,49r42,47v-2,8,-12,18,-21,19v-16,-2,-35,-35,-46,-42v-1,0,-11,6,-24,22v-25,30,-33,24,-45,1v2,-18,38,-36,45,-50v-9,-15,-36,-31,-43,-50v-1,-5,11,-19,17,-18v17,3,38,38,50,45","w":182},"\u00b9":{"d":"10,-120v-4,-20,22,-7,25,-19r-1,-100v-9,-3,-27,7,-27,-8v0,-19,30,-23,47,-24v25,-2,12,54,12,82r0,48v6,9,32,-3,28,18v0,21,-24,9,-47,13v-26,-2,-35,1,-37,-10xm44,-204v1,2,3,0,3,-1v-2,-1,-2,0,-3,1xm43,-197v0,-2,-3,-5,-3,-1v0,1,1,1,3,1xm50,-165v0,-1,-2,-2,-4,-2v-2,0,-2,4,1,4v2,0,3,-1,3,-2","w":101},"\u00b2":{"d":"107,-229v-1,44,-60,47,-67,86v12,15,69,-20,68,18v0,8,-4,12,-10,12r-82,0v-7,0,-9,-12,-9,-19v-3,-57,56,-59,69,-97v-1,-16,-1,-16,-16,-18v-26,-4,-11,26,-29,27v-10,0,-22,-1,-21,-12v0,-28,17,-41,50,-41v32,0,47,13,47,44xm40,-262v1,5,9,3,9,-1v-1,-5,-9,-3,-9,1","w":115},"\u00b3":{"d":"50,-238v0,2,-2,4,-5,3v-2,-3,4,-6,5,-3xm42,-193v-3,-28,42,-2,36,-33v0,-14,-8,-19,-22,-19v-27,0,-13,25,-33,26v-7,-1,-15,-1,-14,-10v0,-32,18,-41,51,-41v44,0,64,59,28,76v43,16,26,93,-29,86v-27,-4,-51,-12,-52,-39v0,-10,10,-12,21,-12v19,1,6,29,31,24v20,3,25,-27,15,-40v-6,-12,-31,-2,-32,-18xm122,-93v-2,-2,-2,-6,2,-5v1,2,1,5,-2,5xm53,-94v0,2,-1,3,-3,3v-2,0,-3,-1,-3,-2v0,-3,6,-4,6,-1","w":123},"\u00bd":{"d":"113,-219v2,1,-1,3,-1,3xm114,-212r0,3r0,-3xm83,-237v-1,-3,3,-2,5,-2v1,4,-4,5,-5,2xm193,-20r57,-3v6,0,8,6,8,17v-6,27,-52,4,-91,12v-22,-14,0,-69,16,-74v9,-10,43,-24,43,-42v0,-17,-1,-16,-16,-18v-25,-4,-11,26,-29,27v-7,0,-20,0,-20,-11v0,-28,16,-42,49,-42v30,0,47,14,47,44v-1,44,-60,47,-67,86v0,2,1,4,3,4xm157,-218v9,-18,10,-51,35,-51v37,0,10,5,2,38r-119,235v-3,6,-26,6,-32,1v38,-85,74,-145,114,-223xm10,-120v-4,-20,22,-7,25,-19r-1,-100v-9,-3,-27,7,-27,-8v0,-19,30,-23,47,-24v25,-2,12,54,12,82r0,48v6,9,32,-3,28,18v0,21,-24,9,-47,13v-26,-2,-35,1,-37,-10xm195,-140v1,0,4,-1,4,-3v1,-2,-2,-5,-4,-4v-2,0,-5,2,-5,4v0,2,2,3,5,3","w":265},"\u00bc":{"d":"190,-182v0,-2,3,-4,5,-4v6,0,4,8,0,7v-3,0,-5,-1,-5,-3xm113,-219v2,1,-1,3,-1,3xm115,-212v0,0,3,3,-1,3v0,-1,-1,-3,1,-3xm83,-237v-1,-3,3,-2,5,-2v1,4,-4,5,-5,2xm164,-112v-4,-1,-2,-8,1,-7v1,2,1,7,-1,7xm217,-154v45,-2,11,60,22,92v21,-7,26,21,12,27v-33,-7,13,54,-38,47v-13,-2,-5,-28,-9,-42v-8,-15,-73,14,-64,-26v23,-29,52,-76,77,-98xm157,-218v9,-18,10,-51,35,-51v37,0,10,5,2,38r-119,235v-3,6,-26,6,-32,1v34,-78,77,-150,114,-223xm10,-120v-4,-20,22,-7,25,-19r-1,-100v-9,-3,-27,7,-27,-8v0,-19,30,-23,47,-24v25,-2,12,54,12,82r0,48v6,9,32,-3,28,18v0,21,-24,9,-47,13v-26,-2,-35,1,-37,-10xm176,-59v15,6,43,3,33,-26v0,-13,-1,-22,-2,-19xm194,-71v2,1,1,4,-1,3v-3,-1,-4,-4,1,-3","w":265},"\u00be":{"d":"206,-182v0,-3,4,-6,7,-3v4,2,1,6,-3,6v-3,0,-4,-1,-4,-3xm127,-216v-2,-2,3,-3,3,-3v0,2,-2,3,-3,3xm128,-211v1,-2,4,-1,3,1xm145,-184v1,-5,5,-3,4,1v-1,2,-4,1,-4,-1xm52,-278v-1,2,-1,6,-2,2v0,-1,1,-2,2,-2xm59,-242v3,1,0,5,-2,5v-4,0,-4,-4,-1,-4v1,0,2,-1,3,-1xm177,-116v0,-3,5,-5,5,-1v0,2,0,5,-2,5v-2,0,-3,-2,-3,-4xm252,-69v-2,14,26,0,23,19v-1,10,-3,17,-16,15v-18,6,15,47,-29,47v-15,0,-7,-24,-10,-42v-8,-14,-62,10,-65,-17v9,-35,59,-82,77,-107v43,-3,16,55,20,85xm172,-217v13,-17,10,-52,36,-52v12,0,17,1,17,3r-128,260v-3,16,-22,17,-38,11v33,-77,77,-147,113,-222xm45,-187v-17,-37,39,-11,33,-41v0,-14,-8,-19,-22,-19v-28,-5,-13,25,-33,26v-7,-1,-15,-1,-14,-10v0,-33,18,-41,51,-41v45,0,63,58,28,75v43,17,25,93,-29,87v-27,-3,-51,-12,-52,-39v0,-8,7,-13,21,-13v20,1,5,29,31,25v20,3,25,-28,15,-41v-3,-7,-22,-7,-29,-9xm101,-235v3,1,5,-4,1,-4v-2,0,-3,0,-3,2v0,1,1,2,2,2xm192,-59v4,3,34,5,33,-5v-1,-12,2,-30,-2,-38v-19,21,-18,26,-31,43xm206,-70v1,-2,4,-1,3,2","w":281},"\u00ad":{"d":"129,-152v13,0,8,12,8,24v0,36,-64,14,-104,14v-17,0,-20,-9,-20,-26v0,-12,6,-13,18,-14v22,0,54,2,98,2","w":150},"\u00af":{"d":"152,-305v9,1,13,1,13,10v-1,13,-7,12,-20,13r-158,-1v-13,-7,-7,-26,12,-22r153,0","w":150},"\u00b7":{"d":"28,-155v17,1,31,-3,31,16v0,25,-4,28,-29,28v-12,1,-22,-9,-21,-22v1,-14,-1,-23,19,-22","w":69},"\u00a4":{"d":"37,-176v5,-5,-20,-23,-16,-29v0,-6,9,-18,15,-17v9,0,20,17,27,19v26,-13,58,-16,83,-3v7,-4,17,-17,25,-20v8,1,17,11,19,18v-1,11,-16,15,-18,25v14,30,16,58,0,88v3,8,14,15,16,24v0,4,-12,19,-17,18v-12,-1,-16,-16,-26,-18v-25,13,-56,13,-82,-3v-10,3,-16,18,-26,19v-6,1,-18,-11,-17,-17v-1,-9,18,-18,18,-27v-11,-24,-15,-53,-1,-77xm108,-100v24,0,39,-16,39,-40v0,-27,-14,-42,-42,-42v-24,-1,-40,15,-40,39v-1,24,19,44,43,43","w":209}}});

/* - thickbox/thickbox.js - */
/*
 * Thickbox 3.1 - One Box To Rule Them All.
 * By Cody Lindley (http://www.codylindley.com)
 * Copyright (c) 2007 cody lindley
 * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
*/

/*  (do not remove this :) */
/*  (not this either :) */

var tb_pathToImage = "http://plan-international.org/birthregistration/thickbox/loading-animation.gif";

/*  */

/*!!!!!!!!!!!!!!!!! edit below this line at your own risk !!!!!!!!!!!!!!!!!!!!!!!*/

// enable slideshow on our galleries
jq(document).ready(function(){jq(".gallery").each(function(index){jq("a",this).attr({rel:'gallery'+index});});});

//on page load call tb_init
jq(document).ready(function(){   
	tb_init('a.thickbox, area.thickbox, input.thickbox, table.gallery a'); //pass where to apply thickbox
	imgLoader = new Image();// preload image
	imgLoader.src = tb_pathToImage;
});

//add thickbox to href & area elements that have a class of .thickbox
function tb_init(domChunk){
	jq(domChunk).click(function(){
	var t = this.title || this.name || null;
	var a = this.href || this.alt;
	var g = this.rel || false;
	tb_show(t,a,g);
	this.blur();
	return false;
	});
}

function tb_show(caption, url, imageGroup) {//function called when the user clicks on a thickbox link

	try {
		if (typeof document.body.style.maxHeight === "undefined") {//if IE 6
			jq("body","html").css({height: "100%", width: "100%"});
			jq("html").css("overflow","hidden");
			if (document.getElementById("TB_HideSelect") === null) {//iframe to hide select elements in ie6
				jq("body").append("<iframe id='TB_HideSelect'></iframe><div id='TB_overlay'></div><div id='TB_window'></div>");
				jq("#TB_overlay").click(tb_remove);
			}
		}else{//all others
			if(document.getElementById("TB_overlay") === null){
				jq("body").append("<div id='TB_overlay'></div><div id='TB_window'></div>");
				jq("#TB_overlay").click(tb_remove);
			}
		}
		
		if(tb_detectMacXFF()){
			jq("#TB_overlay").addClass("TB_overlayMacFFBGHack");//use png overlay so hide flash
		}else{
			jq("#TB_overlay").addClass("TB_overlayBG");//use background and opacity
		}
		
		if(caption===null){caption="";}
		jq("body").append("<div id='TB_load'><img src='"+imgLoader.src+"' /></div>");//add loader to the page
		jq('#TB_load').show();//show loader
		
		var baseURL;
	   if(url.indexOf("?")!==-1){ //ff there is a query string involved
			baseURL = url.substr(0, url.indexOf("?"));
	   }else{ 
	   		baseURL = url+".jpg"; // we care only about images
	   }
	   
	   var urlString = /\.jpg$|\.jpeg$|\.png$|\.gif$|\.bmp$/;
	   var urlType = baseURL.toLowerCase().match(urlString);

		if(urlType == '.jpg' || urlType == '.jpeg' || urlType == '.png' || urlType == '.gif' || urlType == '.bmp'){//code to show images
      
			TB_PrevCaption = "";
			TB_PrevURL = "";
			TB_PrevHTML = "";
			TB_NextCaption = "";
			TB_NextURL = "";
			TB_NextHTML = "";
			TB_imageCount = "";
			TB_FoundURL = false;
			if(imageGroup){
				TB_TempArray = jq("a[@rel="+imageGroup+"]").get();
				for (TB_Counter = 0; ((TB_Counter < TB_TempArray.length) && (TB_NextHTML === "")); TB_Counter++) {
					var urlTypeTemp = TB_TempArray[TB_Counter].href.toLowerCase().match(urlString);
						if (!(TB_TempArray[TB_Counter].href == url)) {						
							if (TB_FoundURL) {
								TB_NextCaption = TB_TempArray[TB_Counter].title;
								TB_NextURL = TB_TempArray[TB_Counter].href;
								TB_NextHTML = "<span id='TB_next'>&nbsp;&nbsp;<a href='#'>Next &gt;</a></span>";
							} else {
								TB_PrevCaption = TB_TempArray[TB_Counter].title;
								TB_PrevURL = TB_TempArray[TB_Counter].href;
								TB_PrevHTML = "<span id='TB_prev'>&nbsp;&nbsp;<a href='#'>&lt; Prev</a></span>";
							}
						} else {
							TB_FoundURL = true;
							TB_imageCount = "Image " + (TB_Counter + 1) +" of "+ (TB_TempArray.length);											
						}
				}
			}

			imgPreloader = new Image();
			imgPreloader.onload = function(){		
			imgPreloader.onload = null;
				
			// Resizing large images - orginal by Christian Montoya edited by me.
			var pagesize = tb_getPageSize();
			var x = pagesize[0] - 150;
			var y = pagesize[1] - 150;
			var imageWidth = imgPreloader.width;
			var imageHeight = imgPreloader.height;
			if (imageWidth > x) {
				imageHeight = imageHeight * (x / imageWidth); 
				imageWidth = x; 
				if (imageHeight > y) { 
					imageWidth = imageWidth * (y / imageHeight); 
					imageHeight = y; 
				}
			} else if (imageHeight > y) { 
				imageWidth = imageWidth * (y / imageHeight); 
				imageHeight = y; 
				if (imageWidth > x) { 
					imageHeight = imageHeight * (x / imageWidth); 
					imageWidth = x;
				}
			}
			// End Resizing
			
			TB_WIDTH = imageWidth + 30;
			TB_HEIGHT = imageHeight + 60;
			jq("#TB_window").append("<a href='' id='TB_ImageOff' title='Close'><img id='TB_Image' src='"+url+"' width='"+imageWidth+"' height='"+imageHeight+"' alt='"+caption+"'/></a>" + "<div id='TB_caption'>"+caption+"<div id='TB_secondLine'>" + TB_imageCount + TB_PrevHTML + TB_NextHTML + "</div></div><div id='TB_closeWindow'><a href='#' id='TB_closeWindowButton' title='Close'>close</a></div>"); 		
			
			jq("#TB_closeWindowButton").click(tb_remove);
			
			if (!(TB_PrevHTML === "")) {
				function goPrev(){
					if(jq(document).unbind("click",goPrev)){jq(document).unbind("click",goPrev);}
					jq("#TB_window").remove();
					jq("body").append("<div id='TB_window'></div>");
					tb_show(TB_PrevCaption, TB_PrevURL, imageGroup);
					return false;	
				}
				jq("#TB_prev").click(goPrev);
			}
			
			if (!(TB_NextHTML === "")) {		
				function goNext(){
					jq("#TB_window").remove();
					jq("body").append("<div id='TB_window'></div>");
					tb_show(TB_NextCaption, TB_NextURL, imageGroup);				
					return false;	
				}
				jq("#TB_next").click(goNext);
				
			}

			document.onkeydown = function(e){ 	
				if (e == null) { // ie
					keycode = event.keyCode;
				} else { // mozilla
					keycode = e.which;
				}
				if(keycode == 27){ // close
					tb_remove();
				} else if(keycode == 190){ // display previous image
					if(!(TB_NextHTML == "")){
						document.onkeydown = "";
						goNext();
					}
				} else if(keycode == 188){ // display next image
					if(!(TB_PrevHTML == "")){
						document.onkeydown = "";
						goPrev();
					}
				}	
			};
			
			tb_position();
			jq("#TB_load").remove();
			jq("#TB_ImageOff").click(tb_remove);
			jq("#TB_window").css({display:"block"}); //for safari using css instead of show
			};
			
			imgPreloader.src = url;
		}else{//code to show html
			
			var queryString = url.replace(/^[^\?]+\??/,'');
			var params = tb_parseQuery( queryString );

			TB_WIDTH = (params['width']*1) + 30 || 630; //defaults to 630 if no paramaters were added to URL
			TB_HEIGHT = (params['height']*1) + 40 || 440; //defaults to 440 if no paramaters were added to URL
			ajaxContentW = TB_WIDTH - 30;
			ajaxContentH = TB_HEIGHT - 45;
			
			if(url.indexOf('TB_iframe') != -1){// either iframe or ajax window		
					urlNoQuery = url.split('TB_');
					jq("#TB_iframeContent").remove();
					if(params['modal'] != "true"){//iframe no modal
						jq("#TB_window").append("<div id='TB_title'><div id='TB_ajaxWindowTitle'>"+caption+"</div><div id='TB_closeAjaxWindow'><a href='#' id='TB_closeWindowButton' title='Close'>close</a></div></div><iframe frameborder='0' hspace='0' src='"+urlNoQuery[0]+"' id='TB_iframeContent' name='TB_iframeContent"+Math.round(Math.random()*1000)+"' onload='tb_showIframe()' style='width:"+(ajaxContentW + 29)+"px;height:"+(ajaxContentH + 17)+"px;' > </iframe>");
					}else{//iframe modal
					jq("#TB_overlay").unbind();
						jq("#TB_window").append("<iframe frameborder='0' hspace='0' src='"+urlNoQuery[0]+"' id='TB_iframeContent' name='TB_iframeContent"+Math.round(Math.random()*1000)+"' onload='tb_showIframe()' style='width:"+(ajaxContentW + 29)+"px;height:"+(ajaxContentH + 17)+"px;'> </iframe>");
					}
			}else{// not an iframe, ajax
					if(jq("#TB_window").css("display") != "block"){
						if(params['modal'] != "true"){//ajax no modal
						jq("#TB_window").append("<div id='TB_title'><div id='TB_ajaxWindowTitle'>"+caption+"</div><div id='TB_closeAjaxWindow'><a href='#' id='TB_closeWindowButton'>close</a></div></div><div id='TB_ajaxContent' style='width:"+ajaxContentW+"px;height:"+ajaxContentH+"px'></div>");
						}else{//ajax modal
						jq("#TB_overlay").unbind();
						jq("#TB_window").append("<div id='TB_ajaxContent' class='TB_modal' style='width:"+ajaxContentW+"px;height:"+ajaxContentH+"px;'></div>");	
						}
					}else{//this means the window is already up, we are just loading new content via ajax
						jq("#TB_ajaxContent")[0].style.width = ajaxContentW +"px";
						jq("#TB_ajaxContent")[0].style.height = ajaxContentH +"px";
						jq("#TB_ajaxContent")[0].scrollTop = 0;
						jq("#TB_ajaxWindowTitle").html(caption);
					}
			}
					
			jq("#TB_closeWindowButton").click(tb_remove);
			
				if(url.indexOf('TB_inline') != -1){	
					jq("#TB_ajaxContent").append(jq('#' + params['inlineId']).children());
					jq("#TB_window").unload(function () {
						jq('#' + params['inlineId']).append( jq("#TB_ajaxContent").children() ); // move elements back when you're finished
					});
					tb_position();
					jq("#TB_load").remove();
					jq("#TB_window").css({display:"block"}); 
				}else if(url.indexOf('TB_iframe') != -1){
					tb_position();
					if(jq.browser.safari){//safari needs help because it will not fire iframe onload
						jq("#TB_load").remove();
						jq("#TB_window").css({display:"block"});
					}
				}else{
					jq("#TB_ajaxContent").load(url += "&random=" + (new Date().getTime()),function(){//to do a post change this load method
						tb_position();
						jq("#TB_load").remove();
						tb_init("#TB_ajaxContent a.thickbox");
						jq("#TB_window").css({display:"block"});
					});
				}
			
		}

		if(!params['modal']){
			document.onkeyup = function(e){ 	
				if (e == null) { // ie
					keycode = event.keyCode;
				} else { // mozilla
					keycode = e.which;
				}
				if(keycode == 27){ // close
					tb_remove();
				}	
			};
		}
		
	} catch(e) {
		//nothing here
	}
}

//helper functions below
function tb_showIframe(){
	jq("#TB_load").remove();
	jq("#TB_window").css({display:"block"});
}

function tb_remove() {
 	jq("#TB_imageOff").unbind("click");
	jq("#TB_closeWindowButton").unbind("click");
	jq("#TB_window").fadeOut("fast",function(){jq('#TB_window,#TB_overlay,#TB_HideSelect').trigger("unload").unbind().remove();});
	jq("#TB_load").remove();
	if (typeof document.body.style.maxHeight == "undefined") {//if IE 6
		jq("body","html").css({height: "auto", width: "auto"});
		jq("html").css("overflow","");
	}
	document.onkeydown = "";
	document.onkeyup = "";
	return false;
}

function tb_position() {
jq("#TB_window").css({marginLeft: '-' + parseInt((TB_WIDTH / 2),10) + 'px', width: TB_WIDTH + 'px'});
	if ( !(jQuery.browser.msie && jQuery.browser.version < 7)) { // take away IE6
		jq("#TB_window").css({marginTop: '-' + parseInt((TB_HEIGHT / 2),10) + 'px'});
	}
}

function tb_parseQuery ( query ) {
   var Params = {};
   if ( ! query ) {return Params;}// return empty object
   var Pairs = query.split(/[;&]/);
   for ( var i = 0; i < Pairs.length; i++ ) {
      var KeyVal = Pairs[i].split('=');
      if ( ! KeyVal || KeyVal.length != 2 ) {continue;}
      var key = unescape( KeyVal[0] );
      var val = unescape( KeyVal[1] );
      val = val.replace(/\+/g, ' ');
      Params[key] = val;
   }
   return Params;
}

function tb_getPageSize(){
	var de = document.documentElement;
	var w = window.innerWidth || self.innerWidth || (de&&de.clientWidth) || document.body.clientWidth;
	var h = window.innerHeight || self.innerHeight || (de&&de.clientHeight) || document.body.clientHeight;
	arrayPageSize = [w,h];
	return arrayPageSize;
}

function tb_detectMacXFF() {
  var userAgent = navigator.userAgent.toLowerCase();
  if (userAgent.indexOf('mac') != -1 && userAgent.indexOf('firefox')!=-1) {
    return true;
  }
}



/* - swfobject.js - */
/**
 * SWFObject v1.4.4: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
 *
 * SWFObject is (c) 2006 Geoff Stearns and is released under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 * **SWFObject is the SWF embed script formerly known as FlashObject. The name was changed for
 *   legal reasons.
 */
if(typeof deconcept=="undefined"){var deconcept=new Object();}
if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}
if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}
deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a,_b){if(!document.getElementById){return;}
this.DETECT_KEY=_b?_b:"detectflash";
this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);
this.params=new Object();
this.variables=new Object();
this.attributes=new Array();
if(_1){this.setAttribute("swf",_1);}
if(id){this.setAttribute("id",id);}
if(w){this.setAttribute("width",w);}
if(h){this.setAttribute("height",h);}
if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}
this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();
if(c){this.addParam("bgcolor",c);}
var q=_8?_8:"high";
this.addParam("quality",q);
this.setAttribute("useExpressInstall",_7);
this.setAttribute("doExpressInstall",false);
var _d=(_9)?_9:window.location;
this.setAttribute("xiRedirectUrl",_d);
this.setAttribute("redirectUrl","");
if(_a){this.setAttribute("redirectUrl",_a);}};
deconcept.SWFObject.prototype={setAttribute:function(_e,_f){
this.attributes[_e]=_f;
},getAttribute:function(_10){
return this.attributes[_10];
},addParam:function(_11,_12){
this.params[_11]=_12;
},getParams:function(){
return this.params;
},addVariable:function(_13,_14){
this.variables[_13]=_14;
},getVariable:function(_15){
return this.variables[_15];
},getVariables:function(){
return this.variables;
},getVariablePairs:function(){
var _16=new Array();
var key;
var _18=this.getVariables();
for(key in _18){_16.push(key+"="+_18[key]);}
return _16;},getSWFHTML:function(){var _19="";
if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){
if(this.getAttribute("doExpressInstall")){
this.addVariable("MMplayerType","PlugIn");}
_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\"";
_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";
var _1a=this.getParams();
for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}
var _1c=this.getVariablePairs().join("&");
if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";
}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");}
_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\">";
_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";
var _1d=this.getParams();
for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}
var _1f=this.getVariablePairs().join("&");
if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}
return _19;
},write:function(_20){
if(this.getAttribute("useExpressInstall")){
var _21=new deconcept.PlayerVersion([6,0,65]);
if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){
this.setAttribute("doExpressInstall",true);
this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));
document.title=document.title.slice(0,47)+" - Flash Player Installation";
this.addVariable("MMdoctitle",document.title);}}
if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){
var n=(typeof _20=="string")?document.getElementById(_20):_20;
n.innerHTML=this.getSWFHTML();return true;
}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}
return false;}};
deconcept.SWFObjectUtil.getPlayerVersion=function(){
var _23=new deconcept.PlayerVersion([0,0,0]);
if(navigator.plugins&&navigator.mimeTypes.length){
var x=navigator.plugins["Shockwave Flash"];
if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}
}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}
catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}
catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}
catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}
return _23;};
deconcept.PlayerVersion=function(_27){
this.major=_27[0]!=null?parseInt(_27[0]):0;
this.minor=_27[1]!=null?parseInt(_27[1]):0;
this.rev=_27[2]!=null?parseInt(_27[2]):0;
};
deconcept.PlayerVersion.prototype.versionIsValid=function(fv){
if(this.major<fv.major){return false;}
if(this.major>fv.major){return true;}
if(this.minor<fv.minor){return false;}
if(this.minor>fv.minor){return true;}
if(this.rev<fv.rev){
return false;
}return true;};
deconcept.util={getRequestParameter:function(_29){
var q=document.location.search||document.location.hash;
if(q){var _2b=q.substring(1).split("&");
for(var i=0;i<_2b.length;i++){
if(_2b[i].substring(0,_2b[i].indexOf("="))==_29){
return _2b[i].substring((_2b[i].indexOf("=")+1));}}}
return "";}};
deconcept.SWFObjectUtil.cleanupSWFs=function(){if(window.opera||!document.all){return;}
var _2d=document.getElementsByTagName("OBJECT");
for(var i=0;i<_2d.length;i++){_2d[i].style.display="none";for(var x in _2d[i]){
if(typeof _2d[i][x]=="function"){_2d[i][x]=function(){};}}}};
deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};
__flash_savedUnloadHandler=function(){};
if(typeof window.onunload=="function"){
var _30=window.onunload;
window.onunload=function(){
deconcept.SWFObjectUtil.cleanupSWFs();_30();};
}else{window.onunload=deconcept.SWFObjectUtil.cleanupSWFs;}};
if(typeof window.onbeforeunload=="function"){
var oldBeforeUnload=window.onbeforeunload;
window.onbeforeunload=function(){
deconcept.SWFObjectUtil.prepUnload();
oldBeforeUnload();};
}else{window.onbeforeunload=deconcept.SWFObjectUtil.prepUnload;}
if(Array.prototype.push==null){
Array.prototype.push=function(_31){
this[this.length]=_31;
return this.length;};}
var getQueryParamValue=deconcept.util.getRequestParameter;
var FlashObject=deconcept.SWFObject;
var SWFObject=deconcept.SWFObject;


/* - jquery_cyclelite.js - */
/*
 * jQuery Cycle Lite Plugin
 * http://malsup.com/jquery/cycle/lite/
 * Copyright (c) 2008 M. Alsup
 * Version: 1.0 (06/08/2008)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 * Requires: jQuery v1.2.3 or later
 */
;(function(D){var A="Lite-1.0";D.fn.cycle=function(E){return this.each(function(){E=E||{};if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=0;this.cyclePause=0;var I=D(this);var J=E.slideExpr?D(E.slideExpr,this):I.children();var G=J.get();if(G.length<2){if(window.console&&window.console.log){window.console.log("terminating; too few slides: "+G.length)}return }var H=D.extend({},D.fn.cycle.defaults,E||{},D.metadata?I.metadata():D.meta?I.data():{});H.before=H.before?[H.before]:[];H.after=H.after?[H.after]:[];H.after.unshift(function(){H.busy=0});var F=this.className;H.width=parseInt((F.match(/w:(\d+)/)||[])[1])||H.width;H.height=parseInt((F.match(/h:(\d+)/)||[])[1])||H.height;H.timeout=parseInt((F.match(/t:(\d+)/)||[])[1])||H.timeout;if(I.css("position")=="static"){I.css("position","relative")}if(H.width){I.width(H.width)}if(H.height&&H.height!="auto"){I.height(H.height)}var K=0;J.css({position:"absolute",top:0,left:0}).hide().each(function(M){D(this).css("z-index",G.length-M)});D(G[K]).css("opacity",1).show();if(D.browser.msie){G[K].style.removeAttribute("filter")}if(H.fit&&H.width){J.width(H.width)}if(H.fit&&H.height&&H.height!="auto"){J.height(H.height)}if(H.pause){I.hover(function(){this.cyclePause=1},function(){this.cyclePause=0})}D.fn.cycle.transitions.fade(I,J,H);J.each(function(){var M=D(this);this.cycleH=(H.fit&&H.height)?H.height:M.height();this.cycleW=(H.fit&&H.width)?H.width:M.width()});J.not(":eq("+K+")").css({opacity:0});if(H.cssFirst){D(J[K]).css(H.cssFirst)}if(H.timeout){if(H.speed.constructor==String){H.speed={slow:600,fast:200}[H.speed]||400}if(!H.sync){H.speed=H.speed/2}while((H.timeout-H.speed)<250){H.timeout+=H.speed}}H.speedIn=H.speed;H.speedOut=H.speed;H.slideCount=G.length;H.currSlide=K;H.nextSlide=1;var L=J[K];if(H.before.length){H.before[0].apply(L,[L,L,H,true])}if(H.after.length>1){H.after[1].apply(L,[L,L,H,true])}if(H.click&&!H.next){H.next=H.click}if(H.next){D(H.next).bind("click",function(){return C(G,H,H.rev?-1:1)})}if(H.prev){D(H.prev).bind("click",function(){return C(G,H,H.rev?1:-1)})}if(H.timeout){this.cycleTimeout=setTimeout(function(){B(G,H,0,!H.rev)},H.timeout+(H.delay||0))}})};function B(J,E,I,K){if(E.busy){return }var H=J[0].parentNode,M=J[E.currSlide],L=J[E.nextSlide];if(H.cycleTimeout===0&&!I){return }if(I||!H.cyclePause){if(E.before.length){D.each(E.before,function(N,O){O.apply(L,[M,L,E,K])})}var F=function(){if(D.browser.msie){this.style.removeAttribute("filter")}D.each(E.after,function(N,O){O.apply(L,[M,L,E,K])})};if(E.nextSlide!=E.currSlide){E.busy=1;D.fn.cycle.custom(M,L,E,F)}var G=(E.nextSlide+1)==J.length;E.nextSlide=G?0:E.nextSlide+1;E.currSlide=G?J.length-1:E.nextSlide-1}if(E.timeout){H.cycleTimeout=setTimeout(function(){B(J,E,0,!E.rev)},E.timeout)}}function C(E,F,I){var H=E[0].parentNode,G=H.cycleTimeout;if(G){clearTimeout(G);H.cycleTimeout=0}F.nextSlide=F.currSlide+I;if(F.nextSlide<0){F.nextSlide=E.length-1}else{if(F.nextSlide>=E.length){F.nextSlide=0}}B(E,F,1,I>=0);return false}D.fn.cycle.custom=function(K,H,I,E){var J=D(K),G=D(H);G.css({opacity:0});var F=function(){G.animate({opacity:1},I.speedIn,I.easeIn,E)};J.animate({opacity:0},I.speedOut,I.easeOut,function(){J.css({display:"none"});if(!I.sync){F()}});if(I.sync){F()}};D.fn.cycle.transitions={fade:function(F,G,E){G.not(":eq(0)").css("opacity",0);E.before.push(function(){D(this).show()})}};D.fn.cycle.ver=function(){return A};D.fn.cycle.defaults={timeout:4000,speed:1000,next:null,prev:null,before:null,after:null,height:"auto",sync:1,fit:0,pause:0,delay:0,slideExpr:null}})(jQuery);

