/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.03
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>I&&L>I)?M<L:M>L:(M<I&&L<I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("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;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var g=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,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:'+(g?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());Cufon.registerFont((function(f){_cufon_bridge_={p:[{"d":"50,0r60,-91v-57,11,-98,-30,-98,-81v0,-53,42,-87,95,-87v53,0,95,34,95,87v0,77,-58,116,-86,172r-66,0xm66,-170v0,23,17,40,41,40v24,0,41,-17,41,-40v0,-23,-17,-40,-41,-40v-24,0,-41,17,-41,40","w":213},{"d":"14,-153r32,-102r47,0r-27,102r-52,0","k":{"\u2018":28}},{"d":"8,-207v0,-33,28,-54,63,-54v35,0,64,21,64,54v0,34,-29,54,-64,54v-35,0,-63,-20,-63,-54xm45,-207v0,13,10,24,26,24v16,0,27,-11,27,-24v0,-13,-11,-24,-27,-24v-16,0,-26,11,-26,24","w":142},{"d":"19,-272r54,0r1,121v5,-14,23,-28,49,-28v90,-1,59,100,65,179r-54,0r0,-86v0,-20,-1,-46,-29,-46v-54,0,-25,83,-32,132r-54,0r0,-272","w":206},{"d":"72,-166v18,0,32,-13,32,-31v0,-18,-14,-32,-32,-32v-18,0,-32,14,-32,32v0,18,14,31,32,31xm72,-135v-34,0,-62,-28,-62,-62v0,-34,28,-62,62,-62v34,0,62,28,62,62v0,34,-28,62,-62,62","w":144},{"d":"9,-104r0,-32r67,-57v18,-10,21,-35,-6,-34v-14,0,-23,9,-24,20r-37,-3v-2,-63,121,-65,121,-6v0,25,-8,31,-22,42v-16,14,-35,25,-50,40r72,0r0,30r-121,0","w":138},{"d":"17,-270r46,0r0,360r-46,0r0,-360","w":79},{"d":"17,-243r46,0r0,126r-46,0r0,-126xm17,-63r46,0r0,126r-46,0r0,-126","w":79},{"d":"20,0r0,-175r54,0r0,175r-54,0xm9,-201v-17,0,-30,-14,-30,-31v0,-15,13,-29,29,-29v17,0,32,12,32,29v0,17,-13,31,-31,31xm84,-201v-17,0,-30,-14,-30,-31v0,-15,13,-29,29,-29v17,0,31,12,31,29v0,17,-12,31,-30,31","w":93},{"d":"89,0r0,-109r-96,-146r70,0r54,96r57,-96r66,0r-95,146r0,109r-56,0","w":233,"k":{"\u00fc":31,"\u00f6":40,"v":20,"A":33,"\u00c6":33,"\u00c1":33,"\u00c2":33,"\u00c4":33,"\u00c0":33,"\u00c5":33,"\u00c3":33,",":40,".":40,"e":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00e8":40,"o":40,"\u00f8":40,"\u00f3":40,"\u00f4":40,"\u00f2":40,"\u00f5":40,"q":37,"-":40,"a":40,"\u00e6":40,"\u00e1":40,"\u00e2":40,"\u00e4":40,"\u00e0":40,"\u00e5":40,"\u00e3":40,"u":31,"\u00fa":31,"\u00fb":31,"\u00f9":31,":":33,";":33,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"p":31}},{"d":"28,0r0,-255r173,0r0,52r-117,0r0,47r111,0r0,52r-111,0r0,52r124,0r0,52r-180,0xm185,-273r-50,0r-22,-28r-23,28r-48,0r43,-52r58,0","w":226},{"d":"0,0r110,-255r46,0r111,255r-63,0r-22,-54r-99,0r-21,54r-62,0xm163,-102r-32,-79r-31,79r63,0","w":266},{"d":"25,0r0,-255r56,0r0,255r-56,0xm17,-273r37,-52r73,0r-62,52r-48,0"},{"d":"147,-58r38,28v-49,63,-171,33,-171,-57v0,-56,43,-92,97,-92v55,0,87,43,82,108r-125,0v4,40,62,43,79,13xm68,-107r71,0v0,-18,-14,-33,-33,-33v-24,0,-37,16,-38,33xm66,-201v-17,0,-30,-14,-30,-31v0,-15,13,-29,29,-29v17,0,31,12,31,29v0,17,-12,31,-30,31xm140,-201v-17,0,-29,-14,-29,-31v0,-15,13,-29,29,-29v17,0,31,12,31,29v0,17,-13,31,-31,31","w":206},{"d":"241,-255r0,157v0,60,-36,104,-107,104v-71,0,-108,-44,-108,-104r0,-157r56,0v8,79,-30,210,52,210v81,0,43,-133,51,-210r56,0xm98,-273r36,-52r73,0r-62,52r-47,0","w":266},{"d":"0,0r110,-255r46,0r111,255r-63,0r-22,-54r-99,0r-21,54r-62,0xm163,-102r-32,-79r-31,79r63,0xm98,-273r36,-52r73,0r-62,52r-47,0","w":266},{"d":"93,-59r0,-140r49,0v15,0,60,0,60,45v0,28,-17,38,-33,40r36,55r-38,0r-32,-54r-6,0r0,54r-36,0xm129,-171r0,30v17,-1,36,6,36,-15v0,-20,-19,-14,-36,-15xm10,-127v0,-74,60,-134,134,-134v74,0,134,60,134,134v0,74,-60,133,-134,133v-74,0,-134,-59,-134,-133xm47,-127v0,56,43,101,97,101v54,0,97,-45,97,-101v0,-56,-43,-102,-97,-102v-54,0,-97,46,-97,102","w":288},{"d":"7,56r0,-32r33,0r0,-255r-33,0r0,-33r76,0r0,320r-76,0"},{"d":"19,0r0,-175r54,0v1,9,-2,21,1,28v14,-26,35,-37,68,-30r0,49v-43,-14,-69,10,-69,55r0,73r-54,0","w":146,"k":{",":33,".":33,"c":6,"\u00e7":6,"d":6,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"n":-6,"\u00f1":-6,"o":6,"\u00f8":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"q":6,"-":20}},{"d":"12,-127v0,-82,58,-134,138,-134v80,0,137,52,137,134v0,82,-57,133,-137,133v-80,0,-138,-51,-138,-133xm71,-127v0,48,31,82,79,82v48,0,79,-34,79,-82v0,-48,-31,-83,-79,-83v-48,0,-79,35,-79,83xm112,-271v-17,0,-30,-14,-30,-31v0,-15,13,-30,29,-30v17,0,32,13,32,30v0,17,-13,31,-31,31xm187,-271v-17,0,-30,-14,-30,-31v0,-15,13,-30,29,-30v17,0,31,13,31,30v0,17,-12,31,-30,31","w":299},{"d":"75,0r-76,-255r61,0r42,164r53,-164r52,0r54,168r43,-168r57,0r-75,255r-50,0r-57,-176r-56,176r-48,0","w":360,"k":{"\u00fc":6,"\u00f6":20,"\u00ea":20,"\u00e4":13,"A":9,"\u00c6":9,"\u00c1":9,"\u00c2":9,"\u00c4":9,"\u00c0":9,"\u00c5":9,"\u00c3":9,",":33,".":33,"e":20,"\u00e9":20,"\u00eb":20,"\u00e8":20,"o":20,"\u00f8":20,"\u00f3":20,"\u00f4":20,"\u00f2":20,"\u00f5":20,"-":10,"a":13,"\u00e6":13,"\u00e1":13,"\u00e2":13,"\u00e0":13,"\u00e5":13,"\u00e3":13,"r":6,"u":6,"\u00fa":6,"\u00fb":6,"\u00f9":6,":":6,";":6}},{"d":"82,-203r0,52r71,0r0,37r-71,0r0,62v68,3,121,-9,121,-78v0,-62,-55,-78,-121,-73xm26,0r0,-114r-22,0r0,-37r22,0r0,-104v124,-5,235,2,235,128v0,82,-67,127,-143,127r-92,0","w":273},{"d":"211,-203r0,49r-114,45r114,45r0,49r-182,-71r0,-46","w":239},{"d":"20,-31v0,-18,15,-33,33,-33v18,0,33,15,33,33v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33xm20,-146v0,-18,15,-33,33,-33v18,0,33,15,33,33v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33"},{"d":"66,-104r0,-114r-32,27r-21,-24r57,-42r35,0r0,153r-39,0","w":138},{"d":"13,-87v0,-56,43,-92,97,-92v54,0,97,36,97,92v0,56,-43,91,-97,91v-54,0,-97,-35,-97,-91xm67,-87v0,26,16,44,43,44v27,0,43,-18,43,-44v0,-26,-16,-45,-43,-45v-27,0,-43,19,-43,45xm181,-203r-49,0r-23,-28r-22,28r-49,0r43,-52r59,0","w":219},{"d":"188,-175r0,175r-52,0v-1,-7,2,-18,-1,-24v-7,14,-25,28,-51,28v-91,1,-59,-100,-65,-179r54,0r0,86v0,20,0,46,28,46v55,0,26,-82,33,-132r54,0xm175,-203r-50,0r-22,-28r-23,28r-48,0r43,-52r58,0","w":206},{"d":"190,-235r-38,42v-19,-24,-79,-26,-79,10v0,46,118,17,118,106v0,94,-130,105,-184,51r40,-43v12,15,30,24,49,24v18,0,39,-9,39,-27v0,-47,-120,-22,-120,-107v0,-85,119,-105,175,-56","w":206},{"d":"199,-175r-79,203v-9,51,-57,69,-115,52r8,-44v34,15,60,-3,65,-35r-77,-176r58,0r46,116r39,-116r55,0xm64,-203r36,-52r74,0r-62,52r-48,0","w":200,"k":{",":33,".":33}},{"d":"98,-111r0,43r-89,0r0,-43r89,0"},{"d":"12,-127v0,-82,58,-134,138,-134v80,0,137,52,137,134v0,82,-57,133,-137,133v-80,0,-138,-51,-138,-133xm71,-127v0,48,31,82,79,82v48,0,79,-34,79,-82v0,-48,-31,-83,-79,-83v-48,0,-79,35,-79,83","w":299},{"d":"20,0r0,-175r54,0r0,175r-54,0xm15,-230v0,-17,15,-31,32,-31v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-32,-14,-32,-31","w":93},{"d":"60,0r-14,22v21,0,45,2,45,29v0,43,-62,40,-95,25r9,-17v10,5,50,12,52,-6v-2,-14,-21,-14,-31,-9r-12,-11r22,-33r24,0","w":93},{"d":"23,-171r34,-34r63,63r62,-63r32,31r-62,65r65,62r-33,34r-64,-64r-63,64r-33,-31r63,-65","w":239},{"d":"188,-175r0,175r-52,0v-1,-7,2,-18,-1,-24v-7,14,-25,28,-51,28v-91,1,-59,-100,-65,-179r54,0r0,86v0,20,0,46,28,46v55,0,26,-82,33,-132r54,0xm67,-203r37,-52r73,0r-62,52r-48,0","w":206},{"d":"188,-175r0,175r-52,0v-1,-7,2,-18,-1,-24v-7,16,-33,32,-62,27r0,79r-54,0r0,-257r54,0r0,86v0,20,0,46,28,46v55,0,26,-82,33,-132r54,0","w":206},{"d":"13,-87v0,-56,43,-92,97,-92v54,0,97,36,97,92v0,56,-43,91,-97,91v-54,0,-97,-35,-97,-91xm67,-87v0,26,16,44,43,44v27,0,43,-18,43,-44v0,-26,-16,-45,-43,-45v-27,0,-43,19,-43,45xm72,-201v-17,0,-30,-14,-30,-31v0,-15,13,-29,29,-29v17,0,32,12,32,29v0,17,-13,31,-31,31xm147,-201v-17,0,-30,-14,-30,-31v0,-15,13,-29,29,-29v17,0,31,12,31,29v0,17,-12,31,-30,31","w":219},{"d":"82,-144v23,-1,55,23,76,24v14,0,24,-13,32,-24r13,39v-8,15,-21,31,-45,31v-23,0,-56,-24,-77,-25v-14,0,-23,14,-31,25r-13,-39v8,-15,21,-31,45,-31","w":239},{"d":"28,0r0,-255r173,0r0,52r-117,0r0,47r111,0r0,52r-111,0r0,52r124,0r0,52r-180,0xm77,-273r37,-52r73,0r-62,52r-48,0","w":226},{"d":"21,-116r0,-46r76,0r0,-46r46,0r0,46r76,0r0,46r-76,0r0,46r-46,0r0,-46r-76,0xm21,-10r0,-46r198,0r0,46r-198,0","w":239},{"d":"78,0r0,-57r-60,0r0,-34r60,0v0,-10,1,-20,-4,-25r-56,0r0,-34r36,0r-67,-105r66,0r54,95r54,-95r65,0r-67,105r36,0r0,34r-56,0v-5,5,-4,15,-4,25r60,0r0,34r-60,0r0,57r-57,0","w":213},{"d":"9,-201v-17,0,-30,-14,-30,-31v0,-15,13,-29,29,-29v17,0,32,12,32,29v0,17,-13,31,-31,31xm84,-201v-17,0,-30,-14,-30,-31v0,-15,13,-29,29,-29v17,0,31,12,31,29v0,17,-12,31,-30,31","w":93},{"d":"9,-2r26,-25v-51,-56,-5,-152,75,-152v23,0,43,6,59,17r24,-24r17,16r-24,24v50,57,4,150,-76,150v-21,0,-41,-5,-57,-16r-27,26xm72,-65r61,-61v-37,-22,-83,19,-61,61xm149,-108r-60,60v38,19,79,-17,60,-60","w":219},{"d":"13,-87v0,-56,43,-92,97,-92v54,0,97,36,97,92v0,56,-43,91,-97,91v-54,0,-97,-35,-97,-91xm67,-87v0,26,16,44,43,44v27,0,43,-18,43,-44v0,-26,-16,-45,-43,-45v-27,0,-43,19,-43,45xm74,-203r36,-52r74,0r-63,52r-47,0","w":219},{"d":"28,0r0,-255r173,0r0,52r-117,0r0,47r111,0r0,52r-111,0r0,52r124,0r0,52r-180,0","w":226},{"d":"50,-122r-28,-29v34,-32,98,-41,134,-7v58,-49,155,-8,140,87r-125,0v5,40,63,44,79,13r38,28v-31,41,-110,49,-144,6v-29,43,-135,40,-134,-26v1,-58,72,-57,116,-57v1,-46,-56,-43,-76,-15xm62,-50v0,16,16,18,28,18v26,0,36,-16,36,-39v-22,0,-64,-2,-64,21xm171,-107r71,0v0,-18,-14,-33,-33,-33v-24,0,-37,16,-38,33","w":306},{"d":"26,0r0,-255r85,0r59,166r59,-166r85,0r0,255r-56,0r-1,-195r-67,195r-43,0r-65,-195r0,195r-56,0","w":339},{"d":"28,0r0,-255r171,0r0,52r-115,0r0,52r106,0r0,52r-106,0r0,99r-56,0","w":213,"k":{"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,",":46,".":46}},{"d":"83,-155v-1,-4,2,-11,-1,-13v-15,26,-74,17,-74,-17v0,-36,48,-38,75,-38v-1,-23,-39,-20,-49,-4r-19,-17v33,-29,114,-21,102,36r0,53r-34,0xm60,-177v17,-2,27,-8,25,-24v-15,0,-40,-1,-40,15v0,8,7,9,15,9","w":125},{"d":"129,0v-1,-7,2,-17,-1,-22v-28,44,-119,31,-118,-28v0,-60,74,-61,119,-61v-2,-41,-61,-39,-79,-11r-28,-29v20,-19,49,-28,77,-28v98,0,78,92,80,179r-50,0xm129,-77v-26,0,-63,-2,-67,26v14,35,77,18,67,-26xm59,-201v-17,0,-30,-14,-30,-31v0,-15,13,-29,29,-29v17,0,32,12,32,29v0,17,-13,31,-31,31xm134,-201v-17,0,-30,-14,-30,-31v0,-15,13,-29,29,-29v17,0,32,12,32,29v0,17,-13,31,-31,31","w":193},{"d":"113,-153r0,-102r45,0r0,102r-45,0xm29,-153r0,-102r46,0r0,102r-46,0","w":187},{"d":"0,0r110,-255r46,0r111,255r-63,0r-22,-54r-99,0r-21,54r-62,0xm163,-102r-32,-79r-31,79r63,0xm134,-263v-22,0,-40,-18,-40,-40v0,-22,18,-40,40,-40v22,0,40,18,40,40v0,22,-18,40,-40,40xm115,-303v0,10,9,18,19,18v10,0,18,-8,18,-18v0,-10,-8,-18,-18,-18v-10,0,-19,8,-19,18","w":266},{"d":"241,-255r0,157v0,60,-36,104,-107,104v-71,0,-108,-44,-108,-104r0,-157r56,0v8,79,-30,210,52,210v81,0,43,-133,51,-210r56,0xm134,-325r36,52r-47,0r-63,-52r74,0","w":266},{"d":"13,-87v0,-56,43,-92,97,-92v54,0,97,36,97,92v0,56,-43,91,-97,91v-54,0,-97,-35,-97,-91xm67,-87v0,26,16,44,43,44v27,0,43,-18,43,-44v0,-26,-16,-45,-43,-45v-27,0,-43,19,-43,45xm110,-255r37,52r-48,0r-62,-52r73,0","w":219},{"d":"24,82r0,-354r54,0r1,116v43,-52,145,-7,135,67v7,74,-85,124,-136,70r0,101r-54,0xm74,-87v0,26,16,44,43,44v27,0,43,-18,43,-44v0,-26,-16,-45,-43,-45v-27,0,-43,19,-43,45","w":226},{"d":"188,-175r0,175r-52,0v-1,-7,2,-18,-1,-24v-7,14,-25,28,-51,28v-91,1,-59,-100,-65,-179r54,0r0,86v0,20,0,46,28,46v55,0,26,-82,33,-132r54,0xm66,-201v-17,0,-30,-14,-30,-31v0,-15,13,-29,29,-29v17,0,31,12,31,29v0,17,-12,31,-30,31xm140,-201v-17,0,-29,-14,-29,-31v0,-15,13,-29,29,-29v17,0,31,12,31,29v0,17,-13,31,-31,31","w":206},{"d":"20,0r0,-175r54,0r0,175r-54,0xm11,-203r36,-52r74,0r-63,52r-47,0","w":93},{},{"d":"5,-222r0,-42v49,-2,84,-2,84,53r0,62v0,22,29,25,39,25r0,41v-10,0,-39,3,-39,25v2,52,5,120,-46,114r-38,0r0,-41v23,3,47,-6,41,-23r0,-58v-1,-35,23,-34,36,-38v-15,-1,-36,-4,-36,-37v0,-39,22,-89,-41,-81","w":133},{"d":"186,-255r0,48r-101,0r-1,39v59,-13,111,22,111,81v0,58,-41,91,-97,91v-44,0,-75,-22,-86,-65r56,-13v3,18,16,31,35,31v23,0,38,-16,38,-38v0,-52,-71,-47,-112,-33r3,-141r154,0","w":213},{"d":"188,-175r0,175r-52,0v-1,-7,2,-18,-1,-24v-7,14,-25,28,-51,28v-91,1,-59,-100,-65,-179r54,0r0,86v0,20,0,46,28,46v55,0,26,-82,33,-132r54,0xm104,-255r36,52r-47,0r-63,-52r74,0","w":206},{"d":"0,-68r0,-43r180,0r0,43r-180,0","w":180},{"d":"163,-255r-60,91v57,-11,98,30,98,81v0,53,-42,87,-95,87v-53,0,-95,-34,-95,-87v0,-77,58,-116,86,-172r66,0xm147,-85v0,-23,-17,-40,-41,-40v-24,0,-41,17,-41,40v0,23,17,40,41,40v24,0,41,-17,41,-40","w":213},{"d":"12,-127v0,-82,58,-134,138,-134v80,0,137,52,137,134v0,82,-57,133,-137,133v-80,0,-138,-51,-138,-133xm71,-127v0,48,31,82,79,82v48,0,79,-34,79,-82v0,-48,-31,-83,-79,-83v-48,0,-79,35,-79,83xm174,-275v-25,0,-56,-34,-66,0r-29,0v4,-24,19,-50,46,-50v25,0,54,29,67,0r28,0v-5,27,-16,50,-46,50","w":299},{"d":"25,0r0,-255r56,0r0,255r-56,0xm54,-325r36,52r-48,0r-62,-52r74,0"},{"d":"122,-91v12,57,-58,76,-58,103v0,16,11,25,26,25v22,0,34,-14,35,-32r56,3v2,98,-170,107,-171,7v0,-27,10,-42,44,-70v15,-12,14,-18,14,-36r54,0xm129,-144v0,18,-16,33,-34,33v-18,0,-33,-15,-33,-33v0,-18,15,-33,33,-33v18,0,34,15,34,33","w":200},{"d":"78,-108r0,-46v29,0,57,1,58,-29v2,-36,-60,-33,-63,-3r-59,-12v16,-85,175,-83,176,10v1,29,-17,49,-43,57v31,4,48,29,48,59v0,51,-42,76,-92,76v-45,0,-81,-20,-91,-66r56,-13v4,18,15,30,38,30v23,0,35,-14,35,-33v-1,-33,-33,-30,-63,-30","w":213},{"d":"105,-255r0,50r48,-16r10,35r-47,15r30,41r-30,22r-30,-42r-29,40r-29,-22r30,-39r-48,-17r12,-34r47,17r0,-50r36,0","w":173},{"d":"93,-255r-33,102r-46,0r27,-102r52,0","k":{"\u2019":28,"s":27,"t":6}},{"d":"147,-58r38,28v-49,63,-171,33,-171,-57v0,-56,43,-92,97,-92v55,0,87,43,82,108r-125,0v4,40,62,43,79,13xm68,-107r71,0v0,-18,-14,-33,-33,-33v-24,0,-37,16,-38,33","w":206},{"d":"241,-255r0,157v0,60,-36,104,-107,104v-71,0,-108,-44,-108,-104r0,-157r56,0v8,79,-30,210,52,210v81,0,43,-133,51,-210r56,0xm96,-271v-17,0,-30,-14,-30,-31v0,-15,13,-30,29,-30v17,0,31,13,31,30v0,17,-12,31,-30,31xm171,-271v-17,0,-30,-14,-30,-31v0,-15,13,-30,29,-30v17,0,31,13,31,30v0,17,-12,31,-30,31","w":266},{"d":"25,0r0,-255r56,0r0,255r-56,0xm125,-273r-50,0r-22,-28r-23,28r-48,0r42,-52r59,0"},{"d":"26,0r0,-255r76,0r109,177r0,-177r56,0r0,255r-73,0r-112,-181r0,181r-56,0xm171,-275v-25,1,-56,-34,-66,0r-29,0v4,-24,19,-50,46,-50v25,0,55,29,67,0r28,0v-5,27,-16,50,-46,50","w":293},{"d":"241,-255r0,157v0,60,-36,104,-107,104v-71,0,-108,-44,-108,-104r0,-157r56,0v8,79,-30,210,52,210v81,0,43,-133,51,-210r56,0xm205,-273r-49,0r-23,-28r-22,28r-49,0r43,-52r58,0","w":266},{"d":"199,-175r-79,203v-9,51,-57,69,-115,52r8,-44v34,15,60,-3,65,-35r-77,-176r58,0r46,116r39,-116r55,0xm62,-201v-17,0,-30,-14,-30,-31v0,-15,14,-29,30,-29v17,0,31,12,31,29v0,17,-13,31,-31,31xm137,-201v-17,0,-30,-14,-30,-31v0,-15,13,-29,29,-29v17,0,32,12,32,29v0,17,-13,31,-31,31","w":200,"k":{",":33,".":33}},{"d":"129,0v-1,-7,2,-17,-1,-22v-28,44,-119,31,-118,-28v0,-60,74,-61,119,-61v-2,-41,-61,-39,-79,-11r-28,-29v20,-19,49,-28,77,-28v98,0,78,92,80,179r-50,0xm129,-77v-26,0,-63,-2,-67,26v14,35,77,18,67,-26xm61,-203r36,-52r74,0r-63,52r-47,0","w":193},{"d":"158,-255r0,170v0,47,-13,91,-82,91v-40,0,-70,-18,-78,-59r52,-13v1,12,13,23,25,23v26,0,27,-29,27,-48r0,-164r56,0","w":180},{"d":"129,0v-1,-7,2,-17,-1,-22v-28,44,-119,31,-118,-28v0,-60,74,-61,119,-61v-2,-41,-61,-39,-79,-11r-28,-29v20,-19,49,-28,77,-28v98,0,78,92,80,179r-50,0xm129,-77v-26,0,-63,-2,-67,26v14,35,77,18,67,-26xm168,-203r-49,0r-23,-28r-22,28r-49,0r43,-52r59,0","w":193},{"d":"57,-107r0,-113r-43,0r0,-35r125,0r0,35r-43,0r0,113r-39,0xm171,-107r0,-148r52,0r35,97r35,-97r53,0r0,148r-39,0r-1,-96r-35,96r-25,0r-36,-96r0,96r-39,0","w":360},{"d":"16,-153r32,-102r46,0r-26,102r-52,0xm93,-153r32,-102r46,0r-26,102r-52,0","w":187},{"d":"28,0r0,-255r173,0r0,52r-117,0r0,47r111,0r0,52r-111,0r0,52r124,0r0,52r-180,0xm76,-271v-17,0,-30,-14,-30,-31v0,-15,13,-30,29,-30v17,0,31,13,31,30v0,17,-12,31,-30,31xm150,-271v-17,0,-29,-14,-29,-31v0,-15,13,-30,29,-30v17,0,31,13,31,30v0,17,-13,31,-31,31","w":226},{"d":"0,-68r0,-43r360,0r0,43r-360,0","w":360},{"d":"12,-127v0,-82,58,-134,138,-134v80,0,137,52,137,134v0,82,-57,133,-137,133v-80,0,-138,-51,-138,-133xm71,-127v0,48,31,82,79,82v48,0,79,-34,79,-82v0,-48,-31,-83,-79,-83v-48,0,-79,35,-79,83xm221,-273r-49,0r-23,-28r-22,28r-49,0r43,-52r59,0","w":299},{"d":"21,-189v0,-47,39,-70,86,-70v47,0,85,23,85,70v0,28,-16,49,-43,57v31,8,47,30,47,62v0,49,-42,74,-89,74v-47,0,-90,-25,-90,-74v0,-32,16,-54,47,-62v-27,-8,-43,-29,-43,-57xm75,-181v0,16,13,28,32,28v19,0,31,-12,31,-28v0,-15,-12,-29,-31,-29v-19,0,-32,14,-32,29xm71,-77v0,18,15,32,36,32v21,0,35,-14,35,-32v0,-18,-14,-33,-35,-33v-21,0,-36,15,-36,33","w":213},{"d":"6,43r27,-101r52,0r-33,101r-46,0xm20,-146v0,-18,15,-33,33,-33v18,0,33,15,33,33v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33"},{"d":"129,0v-1,-7,2,-17,-1,-22v-28,44,-119,31,-118,-28v0,-60,74,-61,119,-61v-2,-41,-61,-39,-79,-11r-28,-29v20,-19,49,-28,77,-28v98,0,78,92,80,179r-50,0xm129,-77v-26,0,-63,-2,-67,26v14,35,77,18,67,-26xm97,-255r37,52r-48,0r-62,-52r73,0","w":193},{"d":"20,0r0,-175r54,0r0,175r-54,0xm118,-203r-49,0r-23,-28r-22,28r-49,0r43,-52r59,0","w":93},{"d":"20,-102v0,-18,15,-33,33,-33v18,0,33,15,33,33v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33"},{"d":"305,-43r0,43r-155,0v-80,0,-138,-49,-138,-131v0,-77,60,-130,136,-130v76,0,136,53,136,130v1,37,-17,71,-50,88r71,0xm71,-131v0,44,34,79,77,79v43,0,78,-35,78,-79v0,-44,-35,-79,-78,-79v-43,0,-77,35,-77,79","w":306},{"d":"99,-264r0,33r-32,0r0,255r32,0r0,32r-75,0r0,-320r75,0"},{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},{"d":"203,-175r0,257r-54,0r-1,-101v-49,55,-144,3,-135,-70v-9,-79,98,-118,140,-63r0,-23r50,0xm153,-87v0,-26,-16,-45,-43,-45v-27,0,-43,19,-43,45v0,26,16,44,43,44v27,0,43,-18,43,-44","w":226},{"d":"186,-222r-45,26v-6,-24,-57,-33,-57,-3v0,35,113,32,113,98v0,20,-14,38,-31,47v13,10,20,25,20,42v0,82,-142,89,-172,21r46,-23v4,17,23,25,39,25v12,0,29,-4,29,-19v0,-34,-109,-28,-109,-97v0,-24,12,-42,32,-54v-14,-9,-23,-24,-23,-41v0,-77,127,-80,158,-22xm69,-116v0,31,44,33,66,47v22,-14,10,-43,-12,-48r-41,-20v-8,5,-13,12,-13,21","w":213},{"d":"19,0r0,-175r52,0v1,7,-2,18,1,24v7,-14,25,-28,51,-28v90,-1,59,100,65,179r-54,0r0,-86v0,-20,-1,-46,-29,-46v-54,0,-25,83,-32,132r-54,0xm127,-205v-24,1,-56,-32,-66,0r-28,0v4,-24,18,-50,45,-50v24,0,55,29,68,0r28,0v-5,27,-17,50,-47,50","w":206},{"d":"20,-31v0,-18,15,-33,33,-33v18,0,33,15,33,33v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33"},{"d":"120,0r0,-51r-111,0r0,-45r104,-159r59,0r0,159r32,0r0,45r-32,0r0,51r-52,0xm120,-96r-1,-88r-56,88r57,0","w":213},{"d":"97,-27r42,-63r-42,-62r33,-22r57,84r-57,85xm10,-27r42,-63r-42,-62r33,-22r57,84r-57,85","w":193},{"d":"38,0r0,-132r-36,0r0,-43r36,0v0,-58,-5,-99,68,-101v11,0,22,0,32,3r-3,45v-22,-6,-45,-6,-43,25r0,28r40,0r0,43r-40,0r0,132r-54,0","w":133,"k":{"\u2019":-6,"f":6,"\u00df":6}},{"d":"13,-87v0,-56,43,-92,97,-92v54,0,97,36,97,92v0,56,-43,91,-97,91v-54,0,-97,-35,-97,-91xm67,-87v0,26,16,44,43,44v27,0,43,-18,43,-44v0,-26,-16,-45,-43,-45v-27,0,-43,19,-43,45","w":219},{"d":"26,0r0,-255v82,4,183,-23,188,65v1,29,-20,47,-44,57v33,4,56,29,56,62v0,89,-112,69,-200,71xm82,-207r0,54v34,-1,76,8,76,-28v0,-34,-43,-25,-76,-26xm82,-105r0,57v38,-2,88,10,88,-29v0,-38,-51,-26,-88,-28","w":233},{"d":"129,0v-1,-7,2,-17,-1,-22v-28,44,-119,31,-118,-28v0,-60,74,-61,119,-61v-2,-41,-61,-39,-79,-11r-28,-29v20,-19,49,-28,77,-28v98,0,78,92,80,179r-50,0xm129,-77v-26,0,-63,-2,-67,26v14,35,77,18,67,-26","w":193},{"d":"12,1r34,-37v-21,-23,-34,-54,-34,-91v0,-114,130,-168,219,-111r34,-36r19,17r-32,36v22,23,35,55,35,94v0,116,-133,166,-221,109r-34,36xm85,-78r109,-119v-53,-34,-123,4,-123,70v0,19,5,35,14,49xm213,-179r-110,120v52,36,126,-1,126,-68v0,-20,-6,-39,-16,-52","w":299},{"d":"98,-111r0,43r-89,0r0,-43r89,0"},{"d":"85,48r0,-177v-52,0,-80,-23,-80,-62v0,-89,115,-58,197,-64r0,303r-39,0r0,-268r-39,0r0,268r-39,0","w":223},{"d":"236,-224r-43,35v-42,-47,-122,-9,-122,62v0,75,87,110,124,54r47,35v-23,32,-58,45,-99,44r-11,16v21,0,46,2,46,29v0,43,-62,40,-95,25r9,-17v10,5,49,12,51,-6v-2,-14,-21,-14,-31,-9r-11,-11r19,-29v-64,-12,-108,-60,-108,-131v0,-117,145,-179,224,-97","w":246},{"d":"173,-51r0,-70r-152,0r0,-45r198,0r0,115r-46,0","w":239},{"d":"29,-15r0,-49r114,-45r-114,-45r0,-49r182,71r0,46","w":239},{"d":"13,-87v0,-56,43,-92,97,-92v54,0,97,36,97,92v0,56,-43,91,-97,91v-54,0,-97,-35,-97,-91xm67,-87v0,26,16,44,43,44v27,0,43,-18,43,-44v0,-26,-16,-45,-43,-45v-27,0,-43,19,-43,45xm134,-205v-24,0,-56,-33,-66,0r-29,0v4,-24,19,-50,46,-50v24,0,54,29,67,0r28,0v-5,27,-16,50,-46,50","w":219},{"d":"26,0r0,-255v90,2,194,-18,195,78v0,36,-19,63,-55,69r64,108r-67,0r-53,-102r-28,0r0,102r-56,0xm82,-207r0,58v35,-2,80,10,80,-29v0,-39,-45,-27,-80,-29","w":233,"k":{"T":6,"Y":6,"\u00dd":6}},{"d":"26,0r0,-255r76,0r109,177r0,-177r56,0r0,255r-73,0r-112,-181r0,181r-56,0","w":293},{"d":"24,0r0,-272r54,0r1,116v49,-55,144,-3,135,70v9,79,-98,118,-140,63r0,23r-50,0xm74,-87v0,26,16,44,43,44v27,0,43,-18,43,-44v0,-26,-16,-45,-43,-45v-27,0,-43,19,-43,45","w":226},{"d":"147,-58r38,28v-49,63,-171,33,-171,-57v0,-56,43,-92,97,-92v55,0,87,43,82,108r-125,0v4,40,62,43,79,13xm68,-107r71,0v0,-18,-14,-33,-33,-33v-24,0,-37,16,-38,33xm67,-203r37,-52r73,0r-62,52r-48,0","w":206},{"d":"-1,6r108,-280r41,13r-108,280","w":146},{"d":"178,-108r34,0v-5,37,-33,57,-64,57v-45,0,-72,-35,-72,-78v0,-84,125,-105,136,-22r-34,0v-13,-38,-63,-21,-63,22v0,27,13,45,34,45v15,0,28,-6,29,-24xm10,-127v0,-74,60,-134,134,-134v74,0,134,60,134,134v0,74,-60,133,-134,133v-74,0,-134,-59,-134,-133xm47,-127v0,56,43,101,97,101v54,0,97,-45,97,-101v0,-56,-43,-102,-97,-102v-54,0,-97,46,-97,102","w":288},{"d":"25,0r0,-255r56,0r0,255r-56,0xm15,-271v-17,0,-29,-14,-29,-31v0,-15,13,-30,29,-30v17,0,31,13,31,30v0,17,-13,31,-31,31xm90,-271v-17,0,-30,-14,-30,-31v0,-15,14,-30,30,-30v17,0,31,13,31,30v0,17,-13,31,-31,31"},{"d":"104,0r0,-194r-51,45r-31,-36r83,-70r51,0r0,255r-52,0","w":213},{"d":"73,0r-72,-175r58,0r45,119r41,-119r54,0r-69,175r-57,0","w":200,"k":{",":33,".":27}},{"d":"19,0r0,-175r52,0v1,7,-2,18,1,24v7,-14,25,-28,51,-28v90,-1,59,100,65,179r-54,0r0,-86v0,-20,-1,-46,-29,-46v-54,0,-25,83,-32,132r-54,0","w":206},{"d":"17,0r0,-41r35,0r0,-71r-35,0r0,-37r35,0v-5,-65,21,-110,89,-110v27,0,55,6,75,24r-36,39v-25,-33,-81,-9,-74,29r0,18r56,0r0,37r-56,0r0,71r91,0r0,41r-180,0","w":213},{"d":"241,-255r0,157v0,60,-36,104,-107,104v-71,0,-108,-44,-108,-104r0,-157r56,0v8,79,-30,210,52,210v81,0,43,-133,51,-210r56,0","w":266},{"d":"199,-175r-79,203v-9,51,-57,69,-115,52r8,-44v34,15,60,-3,65,-35r-77,-176r58,0r46,116r39,-116r55,0","w":200,"k":{",":33,".":33}},{"d":"133,-87v48,2,51,-77,11,-77v-22,0,-36,19,-36,44v0,15,5,33,25,33xm218,-192r-17,94v0,5,2,11,10,11v15,0,31,-17,31,-54v0,-58,-39,-88,-94,-88v-60,0,-100,43,-100,102v0,91,110,128,174,79r40,0v-68,99,-250,52,-250,-79v0,-77,61,-134,137,-134v63,0,127,42,127,118v0,77,-57,88,-79,88v-21,1,-27,-13,-30,-20v-27,36,-105,20,-98,-41v-8,-59,75,-111,112,-60r3,-16r34,0","w":288},{"d":"89,0r0,-109r-96,-146r70,0r54,96r57,-96r66,0r-95,146r0,109r-56,0xm81,-283r36,-52r73,0r-62,52r-47,0","w":233,"k":{"v":20,"A":33,"\u00c6":33,"\u00c1":33,"\u00c2":33,"\u00c4":33,"\u00c0":33,"\u00c5":33,"\u00c3":33,",":40,".":40,"e":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00e8":40,"o":40,"\u00f8":40,"\u00f3":40,"\u00f4":40,"\u00f6":40,"\u00f2":40,"\u00f5":40,"q":37,"-":40,"a":40,"\u00e6":40,"\u00e1":40,"\u00e2":40,"\u00e4":40,"\u00e0":40,"\u00e5":40,"\u00e3":40,"u":31,"\u00fa":31,"\u00fb":31,"\u00fc":31,"\u00f9":31,":":33,";":33,"i":3,"\u00ed":3,"\u00ee":3,"\u00ef":3,"\u00ec":3,"p":31}},{"d":"268,-131r-54,71r57,60r-69,0r-22,-24v-47,53,-164,36,-165,-46v0,-33,24,-59,54,-69v-17,-18,-28,-33,-28,-58v0,-46,39,-64,80,-64v39,0,74,19,74,62v0,30,-21,54,-47,67r32,34r25,-33r63,0xm120,-218v-35,1,-27,45,-4,56v25,-6,45,-55,4,-56xm148,-60r-45,-49v-14,9,-30,18,-30,37v2,39,57,37,75,12","w":273},{"d":"68,-264r37,22v-61,82,-60,195,0,277v-12,6,-26,17,-37,20v-70,-95,-66,-224,0,-319","w":113},{"d":"13,-55r18,-18v-24,-29,-23,-80,0,-109r-18,-18r22,-21r17,17v29,-22,80,-23,109,0r18,-17r21,21r-17,18v23,30,23,79,0,109r17,18r-21,21r-18,-17v-29,23,-80,22,-109,0r-17,17xm60,-127v0,27,21,48,47,48v26,0,46,-21,46,-48v0,-27,-20,-49,-46,-49v-26,0,-47,22,-47,49","w":213},{"d":"129,0v-1,-7,2,-17,-1,-22v-28,44,-119,31,-118,-28v0,-60,74,-61,119,-61v-2,-41,-61,-39,-79,-11r-28,-29v20,-19,49,-28,77,-28v98,0,78,92,80,179r-50,0xm129,-77v-26,0,-63,-2,-67,26v14,35,77,18,67,-26xm97,-196v-22,0,-40,-18,-40,-40v0,-22,18,-40,40,-40v22,0,40,18,40,40v0,22,-18,40,-40,40xm78,-236v0,10,9,18,19,18v10,0,18,-8,18,-18v0,-10,-8,-19,-18,-19v-10,0,-19,9,-19,19","w":193},{"d":"47,-255r37,52r-48,0r-62,-52r73,0","w":93},{"d":"183,-67v0,-40,32,-72,71,-72v39,0,71,32,71,72v0,40,-32,71,-71,71v-39,0,-71,-31,-71,-71xm288,-67v0,-19,-15,-35,-34,-35v-19,0,-34,16,-34,35v0,19,15,35,34,35v19,0,34,-16,34,-35xm2,-188v0,-40,32,-71,71,-71v39,0,71,31,71,71v0,40,-32,71,-71,71v-39,0,-71,-31,-71,-71xm107,-188v0,-19,-15,-34,-34,-34v-19,0,-34,15,-34,34v0,19,15,35,34,35v19,0,34,-16,34,-35xm76,-4r145,-262r31,17r-149,261","w":326},{"d":"12,-127v0,-82,58,-134,138,-134v80,0,137,52,137,134v0,82,-57,133,-137,133v-80,0,-138,-51,-138,-133xm71,-127v0,48,31,82,79,82v48,0,79,-34,79,-82v0,-48,-31,-83,-79,-83v-48,0,-79,35,-79,83xm114,-273r36,-52r74,0r-63,52r-47,0","w":299},{"d":"36,0r10,-72r-30,0r0,-33r35,0r6,-45r-30,0r0,-33r34,0r10,-72r35,0r-10,72r36,0r10,-72r35,0r-10,72r30,0r0,33r-35,0r-6,45r30,0r0,33r-34,0r-10,72r-35,0r10,-72r-36,0r-10,72r-35,0xm121,-105r6,-45r-35,0r-6,45r35,0","w":213},{"d":"13,0r0,-52r129,-153r-125,0r0,-50r193,0r0,50r-127,153r131,0r0,52r-201,0","w":226},{"d":"258,0r0,-31r-75,0r0,-28r71,-94r43,0r0,92r20,0r0,30r-20,0r0,31r-39,0xm258,-61v-1,-16,2,-35,-1,-49r-36,49r37,0xm56,-104r0,-114r-32,27r-21,-24r57,-42r35,0r0,153r-39,0xm68,-4r146,-262r30,17r-149,261","w":320},{"d":"21,-86r0,-46r76,0r0,-76r46,0r0,76r76,0r0,46r-76,0r0,76r-46,0r0,-76r-76,0","w":239},{"d":"147,-58r38,28v-49,63,-171,33,-171,-57v0,-56,43,-92,97,-92v55,0,87,43,82,108r-125,0v4,40,62,43,79,13xm68,-107r71,0v0,-18,-14,-33,-33,-33v-24,0,-37,16,-38,33xm175,-203r-50,0r-22,-28r-23,28r-48,0r43,-52r58,0","w":206},{"d":"20,0r0,-175r54,0r0,175r-54,0xm47,-255r37,52r-48,0r-62,-52r73,0","w":93},{"d":"74,-175r0,188v4,55,-33,82,-90,71r3,-48v22,12,38,-13,33,-32r0,-179r54,0xm15,-230v0,-17,15,-31,32,-31v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-32,-14,-32,-31","w":93},{"d":"51,-168r0,-31v18,0,41,2,39,-16v-2,-18,-41,-14,-43,4r-39,-7v8,-31,32,-41,62,-41v31,0,59,13,59,41v1,18,-13,29,-30,34v21,3,33,18,33,36v0,59,-118,64,-126,4r39,-8v1,23,49,25,49,0v0,-20,-23,-15,-43,-16","w":138},{"d":"118,-284r0,25v26,0,56,5,77,22r-34,43v-12,-10,-28,-15,-43,-16r0,58v42,9,87,27,87,75v0,50,-40,76,-87,81r0,26r-24,0r0,-26v-32,0,-65,-7,-89,-29r39,-43v13,15,31,22,50,23r0,-61v-42,-11,-82,-29,-82,-75v0,-45,40,-73,82,-78r0,-25r24,0xm94,-158r0,-50v-13,3,-26,9,-26,24v0,22,20,24,26,26xm118,-100r0,54v15,-3,31,-10,31,-27v0,-17,-16,-22,-31,-27","w":213},{"d":"151,-156r-33,33v-10,-16,-45,-24,-51,-1v0,26,91,4,91,71v0,70,-108,71,-149,34r32,-37v10,12,23,19,39,19v12,0,24,-3,24,-12v0,-28,-91,-4,-91,-71v1,-67,98,-75,138,-36","w":166},{"d":"112,29r0,-25v-51,-3,-85,-41,-85,-91v0,-51,34,-86,85,-92r0,-24r21,0r0,24v24,0,43,6,62,22r-34,37v-9,-10,-20,-14,-28,-14r0,93v5,0,15,-1,30,-16r33,39v-18,18,-46,22,-63,22r0,25r-21,0xm112,-41r0,-93v-44,8,-44,83,0,93","w":213},{"d":"26,0r0,-255v89,2,191,-18,191,78v0,76,-61,81,-135,78r0,99r-56,0xm82,-207r0,60v35,-1,77,8,77,-30v0,-36,-43,-29,-77,-30","w":226,"k":{"A":33,"\u00c6":33,"\u00c1":33,"\u00c2":33,"\u00c4":33,"\u00c0":33,"\u00c5":33,"\u00c3":33,",":61,".":61}},{"d":"107,-255r0,171r-54,0r0,-171r54,0xm47,-31v0,-18,15,-33,33,-33v18,0,33,15,33,33v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33","w":159},{"d":"45,55v-10,-3,-25,-15,-37,-20v60,-82,61,-196,0,-277v12,-5,28,-20,37,-20v69,93,68,223,0,317","w":113},{"d":"129,0v-1,-7,2,-17,-1,-22v-28,44,-119,31,-118,-28v0,-60,74,-61,119,-61v-2,-41,-61,-39,-79,-11r-28,-29v20,-19,49,-28,77,-28v98,0,78,92,80,179r-50,0xm129,-77v-26,0,-63,-2,-67,26v14,35,77,18,67,-26xm121,-205v-24,1,-56,-32,-66,0r-29,0v4,-24,19,-50,46,-50v24,0,54,29,67,0r28,0v-5,27,-16,50,-46,50","w":193},{},{"d":"24,82r0,-257r50,0v1,7,-2,18,1,23v8,-13,29,-27,53,-27v52,0,86,37,86,90v0,75,-85,124,-136,70r0,101r-54,0xm74,-87v0,26,16,44,43,44v27,0,43,-18,43,-44v0,-26,-16,-45,-43,-45v-27,0,-43,19,-43,45","w":226},{"d":"31,-153r0,-102r45,0r0,102r-45,0"},{"d":"0,0r110,-255r46,0r111,255r-63,0r-22,-54r-99,0r-21,54r-62,0xm163,-102r-32,-79r-31,79r63,0xm205,-273r-49,0r-23,-28r-22,28r-49,0r43,-52r58,0","w":266},{"d":"12,-127v0,-82,58,-134,138,-134v80,0,137,52,137,134v0,82,-57,133,-137,133v-80,0,-138,-51,-138,-133xm71,-127v0,48,31,82,79,82v48,0,79,-34,79,-82v0,-48,-31,-83,-79,-83v-48,0,-79,35,-79,83xm150,-325r36,52r-47,0r-62,-52r73,0","w":299},{"d":"0,0r110,-255r46,0r111,255r-63,0r-22,-54r-99,0r-21,54r-62,0xm163,-102r-32,-79r-31,79r63,0xm157,-275v-25,0,-56,-34,-66,0r-28,0v4,-24,19,-50,46,-50v25,0,54,29,67,0r28,0v-5,27,-17,50,-47,50","w":266},{"d":"203,-272r0,272r-50,0v-1,-7,2,-18,-1,-23v-8,13,-29,27,-53,27v-52,0,-86,-37,-86,-90v0,-75,85,-124,136,-70r0,-116r54,0xm153,-87v0,-26,-16,-45,-43,-45v-27,0,-43,19,-43,45v0,26,16,44,43,44v27,0,43,-18,43,-44","w":226},{"d":"20,0r0,-272r54,0r0,272r-54,0","w":93},{"d":"19,0r0,-272r54,0r0,166r60,-69r66,0r-69,79r71,96r-68,0r-60,-89r0,89r-54,0","w":200},{"d":"103,0r-102,-255r64,0r64,167r64,-167r60,0r-105,255r-45,0","w":253,"k":{"\u00f6":27,"\u00f4":27,"\u00e8":27,"\u00eb":27,"\u00ea":27,"\u00e3":20,"\u00e5":20,"\u00e0":20,"\u00e4":20,"\u00e2":20,"y":6,"\u00fd":6,"\u00ff":6,"A":22,"\u00c6":22,"\u00c1":22,"\u00c2":22,"\u00c4":22,"\u00c0":22,"\u00c5":22,"\u00c3":22,",":46,".":46,"e":27,"\u00e9":27,"o":27,"\u00f8":27,"\u00f3":27,"\u00f2":27,"\u00f5":27,"-":20,"a":20,"\u00e6":20,"\u00e1":20,"r":13,"u":13,"\u00fa":13,"\u00fb":13,"\u00fc":13,"\u00f9":13,":":17,";":17,"i":-4,"\u00ed":-4,"\u00ee":-4,"\u00ef":-4,"\u00ec":-4}},{"d":"53,80r0,-171r54,0r0,171r-54,0xm113,-144v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33v0,-18,15,-33,33,-33v18,0,33,15,33,33","w":159},{"d":"18,0r0,-57r99,-89v26,-14,32,-64,-9,-64v-20,0,-32,15,-33,33r-54,-4v3,-53,40,-78,90,-78v46,0,82,25,82,76v0,33,-14,52,-33,69r-78,66r113,0r0,48r-177,0","w":213},{"d":"173,-156r-35,38v-21,-29,-75,-8,-70,31v-5,39,49,59,70,30r35,38v-18,18,-41,23,-65,23r-12,18v21,0,45,2,45,29v0,43,-62,40,-95,25r9,-17v10,5,50,12,52,-6v-2,-14,-21,-14,-31,-9r-12,-11r22,-32v-42,-9,-72,-41,-72,-88v0,-81,101,-121,159,-69","w":173},{"d":"62,0r-64,-175r58,0r36,110r30,-110r59,0r33,110r33,-110r55,0r-63,175r-53,0r-37,-116r-32,116r-55,0","w":299,"k":{",":27,".":27}},{"d":"19,0r0,-185v0,-61,30,-91,92,-91v41,0,83,19,83,65v1,29,-12,47,-36,59v38,8,56,37,56,74v1,63,-56,94,-119,78r0,-44v32,10,67,-4,67,-39v0,-34,-24,-46,-57,-44r0,-45v21,1,38,-8,38,-29v0,-18,-16,-28,-33,-28v-22,0,-37,13,-37,35r0,194r-54,0","w":226},{"d":"26,0r0,-255r56,0r0,45v73,-3,134,3,135,78v0,76,-61,81,-135,78r0,54r-56,0xm82,-162r0,60v35,-1,77,8,77,-30v0,-36,-43,-29,-77,-30","w":226},{"d":"108,-247r0,34r-122,0r0,-34r122,0","w":93},{"d":"28,0r0,-255r56,0r0,106r99,-106r74,0r-114,119r123,136r-78,0r-104,-121r0,121r-56,0","w":259},{"d":"6,43r27,-101r52,0r-33,101r-46,0"},{"d":"259,0r0,-31r-75,0r0,-28r72,-94r42,0r0,92r21,0r0,30r-21,0r0,31r-39,0xm259,-61v-1,-16,2,-35,-1,-49r-35,49r36,0xm47,-168r0,-31v18,0,39,2,39,-16v0,-19,-42,-14,-44,4r-39,-7v8,-31,33,-41,63,-41v31,0,59,13,59,41v1,18,-13,29,-30,34v21,3,33,18,33,36v0,59,-119,64,-127,4r40,-8v1,23,48,25,48,0v0,-20,-22,-15,-42,-16xm77,-4r145,-262r31,17r-149,261","w":320},{"d":"171,-255r-32,102r-46,0r27,-102r51,0xm94,-255r-32,102r-46,0r26,-102r52,0","w":187},{"d":"203,-175r0,160v11,104,-118,126,-189,76r30,-45v32,39,123,27,104,-37v-49,54,-135,6,-135,-67v0,-46,30,-91,80,-91v32,-1,50,15,60,27r0,-23r50,0xm67,-89v0,23,19,44,43,44v24,0,43,-21,43,-44v0,-23,-19,-43,-43,-43v-24,0,-43,20,-43,43","w":226},{"d":"148,6r-41,13r-108,-280r41,-13","w":146},{"d":"192,0r0,-54r-94,0r-35,54r-68,0r161,-255r194,0r0,52r-102,0r0,47r93,0r0,52r-93,0r0,52r106,0r0,52r-162,0xm192,-102r0,-101r-6,0r-64,101r70,0","w":373},{"d":"138,-175r0,43r-47,0v1,43,-14,111,47,86r0,45v-46,13,-101,4,-101,-48r0,-83r-35,0r0,-43r35,0r0,-52r54,0r0,52r47,0","w":146},{"d":"-3,0r69,-94r-58,-81r64,0r31,48r29,-48r61,0r-57,81r67,94r-64,0r-38,-58r-41,58r-63,0","w":200},{"d":"35,0r104,-205r-126,0r0,-50r187,0r0,48r-102,207r-63,0","w":213},{"d":"28,0r0,-255r173,0r0,52r-117,0r0,47r111,0r0,52r-111,0r0,52r124,0r0,52r-180,0xm114,-325r36,52r-47,0r-63,-52r74,0","w":226},{"d":"128,15r0,41v-48,2,-83,2,-84,-52r0,-62v0,-22,-30,-25,-39,-25r0,-41v9,0,39,-3,39,-25v-2,-52,-4,-121,46,-115r38,0r0,42v-23,-3,-46,7,-41,23r0,58v1,35,-23,34,-36,38v15,1,36,4,36,37v0,39,-21,89,41,81","w":133},{"d":"0,0r110,-255r46,0r111,255r-63,0r-22,-54r-99,0r-21,54r-62,0xm163,-102r-32,-79r-31,79r63,0xm134,-325r36,52r-47,0r-63,-52r74,0","w":266},{"d":"75,0r0,-205r-72,0r0,-50r201,0r0,50r-73,0r0,205r-56,0","w":206,"k":{"\u00fc":33,"\u00f2":40,"\u00f6":40,"\u00e8":40,"\u00eb":40,"\u00ea":40,"\u00e3":36,"\u00e5":36,"\u00e0":36,"\u00e4":36,"\u00e2":36,"w":40,"y":40,"\u00fd":40,"\u00ff":40,"A":33,"\u00c6":33,"\u00c1":33,"\u00c2":33,"\u00c4":33,"\u00c0":33,"\u00c5":33,"\u00c3":33,",":40,".":40,"c":40,"\u00e7":40,"e":40,"\u00e9":40,"o":40,"\u00f8":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"-":46,"a":36,"\u00e6":36,"\u00e1":36,"r":33,"s":40,"u":33,"\u00fa":33,"\u00fb":33,"\u00f9":33,":":30,";":30}},{"d":"27,-31v0,-18,15,-33,33,-33v18,0,33,15,33,33v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33xm147,-31v0,-18,15,-33,33,-33v18,0,33,15,33,33v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33xm267,-31v0,-18,15,-33,33,-33v18,0,33,15,33,33v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33","w":360},{"d":"11,-203r36,-52r74,0r-63,52r-47,0","w":93},{"d":"147,-58r38,28v-49,63,-171,33,-171,-57v0,-56,43,-92,97,-92v55,0,87,43,82,108r-125,0v4,40,62,43,79,13xm68,-107r71,0v0,-18,-14,-33,-33,-33v-24,0,-37,16,-38,33xm104,-255r36,52r-47,0r-63,-52r74,0","w":206},{"d":"56,-104r0,-114r-32,27r-21,-24r57,-42r35,0r0,153r-39,0xm196,0r0,-32r67,-57v18,-10,21,-35,-6,-34v-14,0,-23,9,-24,20r-36,-2v-3,-64,120,-67,120,-7v0,25,-8,31,-22,42v-16,14,-35,25,-50,40r72,0r0,30r-121,0xm68,-4r146,-262r30,17r-149,261","w":320},{"d":"26,0r0,-255v124,-5,235,2,235,128v0,82,-67,127,-143,127r-92,0xm82,-203r0,151v68,3,121,-9,121,-78v0,-62,-55,-78,-121,-73","w":273},{"d":"12,0r0,-54r91,-78r-89,0r0,-43r152,0r0,52r-95,80r97,0r0,43r-156,0","w":180},{"d":"78,-84v-12,-56,63,-76,58,-102v0,-16,-10,-26,-25,-26v-22,0,-35,14,-36,32r-56,-3v-2,-98,170,-107,171,-7v0,27,-10,42,-44,70v-15,12,-14,18,-14,36r-54,0xm72,-31v0,-18,15,-33,33,-33v18,0,33,15,33,33v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33","w":200},{"d":"0,0r110,-255r46,0r111,255r-63,0r-22,-54r-99,0r-21,54r-62,0xm163,-102r-32,-79r-31,79r63,0xm96,-271v-17,0,-30,-14,-30,-31v0,-15,13,-30,29,-30v17,0,31,13,31,30v0,17,-12,31,-30,31xm171,-271v-17,0,-30,-14,-30,-31v0,-15,13,-30,29,-30v17,0,31,13,31,30v0,17,-12,31,-30,31","w":266},{"d":"96,-152r-41,62r41,63r-32,22r-58,-85r58,-84xm184,-152r-42,62r42,63r-33,22r-57,-85r57,-84","w":193},{"d":"0,0r89,-133r-84,-122r71,0r54,89r52,-89r68,0r-82,121r92,134r-71,0r-62,-103r-60,103r-67,0","w":259},{"d":"173,-156r-35,38v-21,-29,-75,-8,-70,31v-5,39,49,59,70,30r35,38v-57,51,-159,13,-159,-68v0,-81,101,-121,159,-69","w":173},{"d":"19,0r0,-175r52,0v1,7,-2,18,1,24v13,-34,92,-40,105,3v13,-22,29,-31,55,-31v85,0,57,102,62,179r-54,0r0,-102v0,-16,-6,-30,-24,-30v-54,3,-25,84,-32,132r-54,0r0,-93v0,-13,0,-39,-25,-39v-54,0,-25,83,-32,132r-54,0","w":313},{"d":"26,0r0,-255r56,0r0,95r109,0r0,-95r56,0r0,255r-56,0r0,-110r-109,0r0,110r-56,0","w":273},{"d":"29,-123r65,-132r52,0r65,132r-51,0r-40,-86r-40,86r-51,0","w":239},{"d":"257,-151r0,133v-102,54,-245,17,-245,-109v0,-124,154,-172,239,-102r-39,44v-44,-50,-150,-19,-141,58v-8,71,80,101,132,69r0,-41r-46,0r0,-52r100,0","w":280},{"d":"188,-175r0,175r-52,0v-1,-7,2,-18,-1,-24v-7,14,-25,28,-51,28v-91,1,-59,-100,-65,-179r54,0r0,86v0,20,0,46,28,46v55,0,26,-82,33,-132r54,0","w":206},{"d":"21,-86r0,-46r198,0r0,46r-198,0xm89,-41v0,-17,14,-31,31,-31v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31xm89,-177v0,-17,14,-31,31,-31v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31","w":239},{"d":"236,-224r-43,35v-42,-47,-122,-9,-122,62v0,75,87,110,124,54r47,35v-69,90,-230,34,-230,-89v0,-117,145,-179,224,-97","w":246},{"d":"12,-127v0,-60,19,-132,95,-132v76,0,94,72,94,132v0,60,-18,131,-94,131v-76,0,-95,-71,-95,-131xm66,-127v0,27,2,82,41,82v39,0,40,-55,40,-82v0,-27,-1,-83,-40,-83v-39,0,-41,56,-41,83","w":213},{"d":"21,-121r0,-45r198,0r0,45r-198,0xm21,-52r0,-45r198,0r0,45r-198,0","w":239},{"d":"28,0r0,-255r56,0r0,203r104,0r0,52r-160,0","w":193,"k":{"T":33,"V":33,"W":20,"y":13,"\u00fd":13,"\u00ff":13,"Y":40,"\u00dd":40,"\u2019":27}},{"d":"25,0r0,-255r56,0r0,255r-56,0"},{"d":"162,-280r27,24r-44,19v23,24,62,67,62,135v0,65,-34,106,-97,106v-54,0,-97,-35,-97,-91v0,-71,69,-109,125,-84v-9,-13,-28,-36,-40,-46r-38,16r-26,-24r39,-17v-5,-5,-17,-15,-25,-21r44,-25v11,8,20,17,29,26xm67,-87v0,26,16,44,43,44v27,0,43,-18,43,-44v0,-26,-16,-45,-43,-45v-27,0,-43,19,-43,45","w":219}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+160-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("c3Db6$mYj)lhcA-@v$K_a3al?(mbD$lh?(e_j)MVD:Ud*#Y5H:`b2ST`HK`b2N{5*)PWv~To*S{Wv~To*SeU?%}o23u(?%}o23:$):`b2N{S*}KWv~To*(MWv~ToD)eWv~ToD3KWv~To*#KWv~To*):vW-`b2N{Em-vWv~ToDNTUH-`b2N{5H:`b2N{$mK`b2N{$*-mWv~ToD$MWv~To*)Mfj:`b2N{5HK`b2N{Emb`b2N{$*:`b2N{5m:`b2N{$mV0Wv~To*#-Wv~To*SKWv~To*~:Wv~To*~PWv~ToDSPWv~ToDSmK?%}o23}(~}DWv~To*)KWv~ToD~MWa-`b2N{Sm:`b2N{EH:`b2N{$2-`b2N{$D:`b2N{$*b`b2N{-DK`b2N{P2%Yb?%}o23*0?%}_2Nu#m-`b2N{Em:`b2N{S*b`b2N{5DS2t?%}_2Nu0D:`b2N{E*b`b2N{SD:`b2N{E2:`b2N{E*-`b2N{$D-`b2N{-2}QWv~ToD~eWv~a`2SeWv~ao2)mWv~To*(eWv~ao2~MWv~ToDN!ZHb`b2N{-2K`b2N{-D:`b2N{5mbK6?pKWv~To*~vWv~ToDSuhmK`b2N{5*$Dr!$KWv~ToDNiR?%}o23a(?%}o232p?%}o23KSf-`b2N{$m:eH*-`b2N{-H:or?%}o23u0?%}o23m$2?Dh?%}o23u#:?-T?%}o23MEe5PWv~To*~MWv~ToD~:ie:`b2N{E2_mj?%}o23eScb`b2N{-*:`b2N{-*(QWv~To*S2EWb`b2N{P2-TPc:`b2N{-2_{oeb`b2N{S2-`b2N{E2-`b2N{S2(MdjbDWv~To*~u_?%}o23}pvb`b2N{ED-`b2N{ED:`b2N{PDEdd?%}o23e-?%}_2NKEDb`W?%}o232(v%ip?%}T{ANuK3%aec42mHf!Mg~}:)?*Dj6Wv,CiP5SE-$VLQt+dRhro`_#Yb(pZ08@Ulz[o232Z,b`b2N{S2KMWv~ao2SDWv~To*SMWv~ToD~PWv~To*$Mu,SlWv~To*#MWv~To*)e**(ba?Evb?%}o23*p!#Tl~u-Wv~ToDST54Vmo63-YcAa5cg`Qf~TdWNb54VTd6Nbo4$`-6$vYjA`Vf)ahD50V6%-oj%2l,pY@j)*L4bZLf#QpvpvW45E[cNU845RW4$m_j)R-,:oh*(lR?A0PvgEE4_0YD?mYc3`r*(KYj)lh4$PrWpMh*)b-cg-$6paLH(EU6Nd+c(EQDbRS)(-v?~bo)(-vCgELcgTi")}catch(e){}delete _cufon_bridge_;return f})({"w":106,"face":{"font-family":"Avenir LT Std","font-weight":750,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 3 2 2 3 2 2 4","ascent":"272","descent":"-88","x-height":"4","bbox":"-26 -343 361 90","underline-thickness":"18","underline-position":"-18","stemh":"43","stemv":"54","unicode-range":"U+0020-U+2122"}}));
((function(f){_cufon_bridge_={p:[{"d":"167,-15v-8,-73,-7,-154,-32,-210v-13,48,-12,111,-12,170v0,10,-1,26,-13,26v-10,0,-10,-8,-12,-19r-30,-168v-27,43,-26,117,-29,184v15,27,-20,46,-26,15r8,-131v5,-44,12,-98,53,-104v24,7,23,46,28,73v4,-35,4,-95,47,-74v21,9,26,47,28,74r13,142v7,11,3,39,-10,39v-11,0,-12,-8,-13,-17","w":205},{"d":"100,-61v-34,-3,-10,-39,-38,-47v-10,22,-6,51,-7,81v0,9,-3,18,-18,18v-7,0,-17,-4,-18,-12v-5,-46,-14,-78,-14,-132v0,-9,8,-14,18,-14v21,-2,19,16,21,32v16,-10,44,0,52,9v5,-32,55,-41,65,-4v8,33,14,68,14,112v0,18,-37,24,-39,3v5,-31,0,-65,-7,-92v-8,17,-5,48,-29,46","w":186},{"d":"55,-170v-17,1,-17,-30,-4,-31v9,-17,-9,-50,15,-51v29,7,21,79,-11,82xm17,-175v-32,-10,5,-33,-2,-59v0,-9,7,-16,14,-16v32,8,10,72,-12,75","w":86},{"d":"4,-143v0,-21,26,-20,39,-29v5,-29,-14,-74,18,-74v28,0,14,43,12,66v18,-5,59,-20,59,7v0,17,-15,18,-29,18r2,0r-28,9r2,127v0,9,-7,17,-17,17v-24,-2,-18,-24,-18,-43r-1,-90v-12,7,-39,14,-39,-8","w":141},{"d":"151,-17v-47,0,-89,4,-126,14v-7,0,-18,-5,-18,-16r0,-112v0,-29,7,-62,3,-89v10,-30,52,-18,81,-27v1,0,4,4,7,7v3,-12,48,-17,47,5v-1,25,-33,15,-54,19v-16,3,-38,2,-50,10v-1,19,-6,42,-4,59v29,0,73,-20,83,12v3,27,-69,8,-84,14r1,83v34,-13,75,-10,117,-11v7,0,14,6,14,15v0,11,-8,17,-17,17","w":174},{"d":"73,-134v19,1,59,-5,59,16v-9,31,-70,14,-115,14v-10,0,-17,-5,-17,-14v0,-27,46,-12,73,-16","w":146},{"d":"180,-111v6,88,-120,152,-159,65v-29,-64,-13,-168,38,-204v7,2,13,4,19,1v59,7,98,77,102,138xm54,-188v-24,47,-26,153,31,153v35,0,64,-38,64,-77v0,-41,-31,-103,-71,-103v-15,0,-17,14,-24,27xm58,-48v1,1,4,3,4,4xm57,-49v0,1,1,2,1,2xm55,-51r-1,-2v0,1,1,2,1,2","w":187},{"d":"78,-1v-78,0,-89,-141,-52,-205r0,1v11,-12,13,-38,34,-35v56,-17,77,34,92,65v35,72,-6,174,-74,174xm77,-31v56,0,77,-99,42,-147v-10,-34,-53,-52,-67,-11v-9,26,-17,52,-17,79v0,32,11,79,42,79","w":171},{"d":"151,-17v-47,0,-89,4,-126,14v-7,0,-18,-5,-18,-16r0,-112v0,-29,7,-62,3,-89v10,-30,52,-18,81,-27v1,0,4,4,7,7v3,-12,48,-17,47,5v-1,25,-33,15,-54,19v-16,3,-38,2,-50,10v-1,19,-6,42,-4,59v29,0,73,-20,83,12v3,27,-69,8,-84,14r1,83v34,-13,75,-10,117,-11v7,0,14,6,14,15v0,11,-8,17,-17,17","w":174},{"d":"159,-13v-65,20,-156,19,-154,-57v2,-56,36,-99,84,-110v11,0,34,5,34,25v0,23,-20,19,-33,14v-29,9,-51,37,-53,71v11,49,79,25,118,19v17,-3,22,32,4,38","w":182},{"d":"10,-15v0,-78,-13,-142,-6,-220v2,-18,37,-14,36,3v-8,73,8,142,4,217v-1,16,-34,18,-34,0","w":48},{"w":299},{"d":"157,-153v0,45,-10,97,9,130v0,12,-6,22,-16,22v-20,0,-19,-29,-23,-47v-37,45,-122,51,-122,-28v0,-64,42,-97,101,-102v9,0,21,-1,23,13v9,-14,28,-5,28,12xm120,-140v-47,-5,-81,19,-85,66v3,30,40,19,57,10v11,-5,23,-22,30,-39v0,-13,0,-28,1,-41v-1,1,-2,3,-3,4xm119,-97r0,1r0,-1","w":177},{"w":299},{"d":"97,-217r64,201v0,21,-27,19,-30,2v-13,-32,-22,-68,-32,-102v-15,0,-41,-1,-50,4r-14,90v0,10,-3,19,-14,19v-11,1,-15,-12,-13,-23r31,-184v4,-16,9,-43,30,-43v15,0,24,25,28,36xm69,-215v-8,25,-9,45,-14,71v9,-3,15,-4,35,-4xm47,-142v3,-1,7,0,8,-2r-1,9xm92,-141v-1,-2,-2,-4,-2,-7r9,0"},{"d":"44,-39v-1,-9,13,-5,21,-6v12,2,4,24,6,35v1,10,-12,6,-21,7v-12,-2,-5,-24,-6,-36xm102,-39v-1,-9,13,-6,21,-6v13,0,6,23,7,35v1,9,-13,7,-22,7v-12,-2,-5,-24,-6,-36xm160,-39v-1,-9,13,-6,21,-6v13,0,6,23,7,35v1,9,-13,7,-22,7v-12,-2,-5,-24,-6,-36","w":299},{"d":"43,-237v-4,71,1,147,1,220v0,8,-7,15,-17,15v-30,-1,-18,-37,-18,-62r-2,-144v3,-18,-1,-45,20,-44v10,0,16,7,16,15","w":51},{"d":"13,-17v-10,-38,-5,-87,-9,-129v0,-9,8,-16,18,-16v13,0,18,9,19,19v17,-26,65,-21,72,9v8,34,14,73,15,116v0,9,-7,15,-18,15v-34,0,-13,-65,-25,-94v-4,-10,-4,-23,-9,-31v-17,9,-28,27,-34,47v3,20,2,44,9,60v0,10,-5,19,-19,19v-10,0,-17,-6,-19,-15","w":137},{"d":"48,-139v2,46,12,83,19,123v-9,25,-44,10,-41,-12r-16,-102v0,-9,1,-20,20,-20v8,0,18,5,18,11xm3,-168v0,-18,49,-25,49,-3v0,20,-48,24,-49,3","w":86},{"d":"124,-144v6,61,3,130,-56,143v-58,-5,-66,-88,-64,-134v1,-20,-1,-46,22,-46v32,7,6,58,17,95v6,19,7,42,24,47v31,-16,25,-89,14,-125v0,-10,5,-18,18,-18v18,0,24,24,25,38","w":139},{"d":"151,-17v-47,0,-89,4,-126,14v-7,0,-18,-5,-18,-16r0,-112v0,-29,7,-62,3,-89v10,-30,52,-18,81,-27v1,0,4,4,7,7v3,-12,48,-17,47,5v-1,25,-33,15,-54,19v-16,3,-38,2,-50,10v-1,19,-6,42,-4,59v29,0,73,-20,83,12v3,27,-69,8,-84,14r1,83v34,-13,75,-10,117,-11v7,0,14,6,14,15v0,11,-8,17,-17,17","w":174},{"d":"97,-217r64,201v0,21,-27,19,-30,2v-13,-32,-22,-68,-32,-102v-15,0,-41,-1,-50,4r-14,90v0,10,-3,19,-14,19v-11,1,-15,-12,-13,-23r31,-184v4,-16,9,-43,30,-43v15,0,24,25,28,36xm69,-215v-8,25,-9,45,-14,71v9,-3,15,-4,35,-4xm47,-142v3,-1,7,0,8,-2r-1,9xm92,-141v-1,-2,-2,-4,-2,-7r9,0"},{"d":"53,-113v-2,-24,-13,-68,13,-69v26,6,12,53,21,81v0,10,-5,19,-15,19v-14,0,-18,-19,-19,-31xm23,-179v27,0,13,51,19,76v0,11,-7,18,-16,18v-26,0,-13,-48,-19,-72r11,-3r-11,0v0,-12,7,-19,16,-19","w":94},{"d":"97,-217r64,201v0,21,-27,19,-30,2v-13,-32,-22,-68,-32,-102v-15,0,-41,-1,-50,4r-14,90v0,10,-3,19,-14,19v-11,1,-15,-12,-13,-23r31,-184v4,-16,9,-43,30,-43v15,0,24,25,28,36xm69,-215v-8,25,-9,45,-14,71v9,-3,15,-4,35,-4xm47,-142v3,-1,7,0,8,-2r-1,9xm92,-141v-1,-2,-2,-4,-2,-7r9,0xm319,-17v-47,-5,-90,4,-126,14v-7,0,-18,-5,-18,-16r0,-112v0,-29,7,-62,3,-89v10,-30,52,-18,81,-27v1,0,4,4,7,7v3,-12,48,-17,47,5v-1,25,-34,15,-55,19v-16,3,-38,2,-50,10v0,19,-5,42,-3,59v29,0,73,-20,83,12v3,27,-68,8,-84,14r0,83v34,-13,75,-10,117,-11v7,0,15,6,15,15v0,11,-8,17,-17,17","w":342},{"w":299},{"d":"110,-8v-29,13,-36,-20,-40,-42v-12,16,-17,45,-42,45v-32,0,-27,-49,-23,-82r8,-75v1,-10,7,-20,19,-20v39,11,1,72,8,113v8,-14,18,-40,42,-31v20,8,17,25,23,44v13,-28,29,-71,22,-107v0,-9,7,-17,18,-17v40,11,11,73,7,104v-12,26,-17,56,-42,68","w":177},{"d":"168,-15v-81,37,-161,-3,-161,-95v0,-83,58,-141,104,-141v9,0,21,1,21,18v-1,12,-6,20,-21,20v-33,0,-75,43,-75,103v0,78,68,87,126,58v20,0,21,30,6,37","w":186},{"d":"180,-111v6,88,-120,152,-159,65v-29,-64,-13,-168,38,-204v7,2,13,4,19,1v59,7,98,77,102,138xm54,-188v-24,47,-26,153,31,153v35,0,64,-38,64,-77v0,-41,-31,-103,-71,-103v-15,0,-17,14,-24,27xm58,-48v1,1,4,3,4,4xm57,-49v0,1,1,2,1,2xm55,-51r-1,-2v0,1,1,2,1,2","w":187},{"d":"35,-1v-18,0,-22,-29,-3,-31v5,0,9,-1,14,-1r2,-125v0,-4,-1,-16,-2,-27v-2,20,-36,33,-39,6v3,-16,17,-27,22,-43v4,-10,9,-25,23,-25v36,2,29,48,29,82r0,131v27,-8,39,26,14,31v-21,-1,-38,2,-60,2xm57,-204r-1,2v0,0,1,-1,1,-2xm75,-34r0,0r0,0","w":115},{"d":"144,-86v0,54,-50,81,-97,73v3,33,1,70,12,96v0,9,-9,18,-18,18v-44,-14,-16,-97,-36,-141v9,-27,6,-68,9,-102v1,-18,33,-20,35,-2v43,-25,95,2,95,58xm108,-86v0,-13,-2,-34,-22,-31v-32,-1,-44,29,-39,67v29,10,61,-5,61,-36xm43,-52v3,1,5,3,4,7","w":153},{"d":"92,-2v-31,0,-84,5,-87,-31v-1,-18,31,-24,37,-7v23,5,52,4,75,-1v-41,-24,-98,-38,-111,-89v1,-32,38,-48,74,-50v13,0,37,9,37,24v0,38,-53,-4,-71,25v22,35,68,42,103,65v11,8,18,15,18,29v0,28,-47,35,-75,35","w":178},{"d":"97,-217r64,201v0,21,-27,19,-30,2v-13,-32,-22,-68,-32,-102v-15,0,-41,-1,-50,4r-14,90v0,10,-3,19,-14,19v-11,1,-15,-12,-13,-23r31,-184v4,-16,9,-43,30,-43v15,0,24,25,28,36xm69,-215v-8,25,-9,45,-14,71v9,-3,15,-4,35,-4xm47,-142v3,-1,7,0,8,-2r-1,9xm92,-141v-1,-2,-2,-4,-2,-7r9,0"},{"d":"51,-26v-2,21,-34,34,-41,9v-1,-16,0,-26,20,-27v12,0,21,8,21,18xm35,-72v-35,0,-6,-66,-20,-104v2,-25,-3,-57,6,-75r21,0v14,26,9,110,9,163v0,8,-5,16,-16,16","w":65,"k":{"!":-15}},{"d":"40,-252v65,12,122,57,121,139v-1,62,-49,103,-110,112v-2,0,-33,-10,-33,-28v0,-9,5,-15,13,-16v-10,-44,-1,-106,-4,-157v-10,-1,-20,-14,-20,-21v0,-23,28,-29,33,-29xm62,-37v68,-7,88,-91,48,-142v-11,-14,-32,-32,-53,-35xm63,-32v-3,-2,-11,-6,-1,-5v0,3,1,5,1,5xm91,-228v18,2,59,-4,59,17v0,26,-42,9,-64,13v-24,-2,-66,11,-68,-14v4,-27,46,-12,73,-16xm91,-228v18,2,59,-4,59,17v0,26,-42,9,-64,13v-24,-2,-66,11,-68,-14v4,-27,46,-12,73,-16","w":168},{"d":"144,-40v-26,37,-114,58,-137,2v-9,-21,27,-32,31,-10v41,35,104,-14,104,-62v0,-32,-33,-37,-61,-30v-22,-1,-17,-33,0,-35v14,-9,31,-23,36,-40v-23,2,-39,9,-52,21v-5,12,-31,10,-28,-8v5,-30,44,-44,76,-44v17,0,36,7,36,29v0,19,-11,32,-22,44v55,13,59,96,17,133","w":180},{"d":"117,-139v27,3,60,2,67,25v-7,31,-41,1,-67,5r-2,94v-2,18,-30,18,-30,0r2,-94v-23,2,-44,6,-65,10v-26,-1,-9,-34,1,-37v23,-34,44,-68,63,-106v14,-15,39,-1,32,28v-5,22,0,51,-1,75xm87,-181r-29,45r29,-3r0,-42xm58,-136r-8,12v-1,-3,-6,-8,-4,-10v4,0,8,-2,12,-2","w":190},{"d":"43,-237v-4,71,1,147,1,220v0,8,-7,15,-17,15v-30,-1,-18,-37,-18,-62r-2,-144v3,-18,-1,-45,20,-44v10,0,16,7,16,15","w":51,"k":{"B":-45,"U":-30,"S":-8,"N":-23,"L":-15,"K":-22,"I":-30,"H":-15,"G":-30,"E":-15}},{"d":"151,-17v-47,0,-89,4,-126,14v-7,0,-18,-5,-18,-16r0,-112v0,-29,7,-62,3,-89v10,-30,52,-18,81,-27v1,0,4,4,7,7v3,-12,48,-17,47,5v-1,25,-33,15,-54,19v-16,3,-38,2,-50,10v-1,19,-6,42,-4,59v29,0,73,-20,83,12v3,27,-69,8,-84,14r1,83v34,-13,75,-10,117,-11v7,0,14,6,14,15v0,11,-8,17,-17,17","w":174},{"d":"4,-30v2,-74,4,-148,19,-209v2,-9,4,-17,18,-17v19,1,19,21,14,37v-4,33,-10,64,-10,101v22,-15,36,-44,67,-47v27,-3,22,35,1,36v-12,8,-21,16,-8,28v9,24,28,43,28,71v0,10,-8,22,-19,22v-20,0,-15,-13,-20,-23r-25,-61v-22,10,-33,40,-26,72v0,9,-14,25,-28,16v-10,-6,-11,-17,-11,-26","w":148},{"d":"180,-111v6,88,-120,152,-159,65v-29,-64,-13,-168,38,-204v7,2,13,4,19,1v59,7,98,77,102,138xm54,-188v-24,47,-26,153,31,153v35,0,64,-38,64,-77v0,-41,-31,-103,-71,-103v-15,0,-17,14,-24,27xm58,-48v1,1,4,3,4,4xm57,-49v0,1,1,2,1,2xm55,-51r-1,-2v0,1,1,2,1,2","w":187},{"d":"115,-124v0,41,-31,57,-77,54v15,49,75,36,96,6v8,-11,27,-2,24,12v-7,34,-40,50,-75,50v-41,0,-78,-32,-78,-95v0,-40,18,-85,54,-85v31,0,56,26,56,58xm86,-122v-12,-42,-52,-20,-52,14v18,7,50,2,52,-14xm23,-105v4,-2,13,-6,11,5xm66,-106r-2,1v1,0,2,-1,2,-1","w":169},{"d":"60,-81v-8,31,-17,65,-43,78v-38,-12,11,-52,11,-76v0,-20,32,-23,32,-2","w":64},{"d":"73,-13v-10,0,-15,-8,-12,-17r37,-75v17,-26,42,-80,56,-101v6,-9,16,-36,30,-36v27,0,2,33,-7,49v-32,57,-66,109,-92,171v-1,5,-7,9,-12,9","w":299},{"d":"82,-177v29,0,52,28,52,49v0,9,-8,16,-18,16v-24,0,-14,-26,-34,-30v-17,2,-29,18,-41,27r10,98v-7,25,-36,13,-38,-9r-7,-73r1,1v-6,-17,-2,-45,-3,-67v3,-21,39,-16,36,4v12,-9,27,-16,42,-16xm41,-115r0,0","w":143},{"d":"138,-66v0,-25,41,-25,41,0v0,23,-41,23,-41,0xm139,-211v0,-11,8,-20,20,-20v20,-1,33,41,5,41v-14,0,-25,-6,-25,-21","w":0},{"d":"109,-121v0,31,-2,73,9,97v0,12,-4,24,-15,23v-33,-12,-16,-69,-23,-111v-55,-1,-68,-60,-73,-118v0,-8,8,-13,14,-13v35,11,4,101,57,101v43,0,47,-61,33,-96v0,-8,7,-15,15,-15v26,3,21,32,21,59v0,28,-13,61,-38,73xm105,-118v0,0,2,-1,2,-2","w":154},{"d":"177,-6v-29,-13,-31,-56,-54,-77v-19,-51,-65,-74,-77,-131v-9,-9,-18,-32,2,-32v18,0,24,32,31,49v13,32,51,60,64,98v17,25,32,53,47,80v0,7,-6,13,-13,13","w":299},{"d":"180,-111v6,88,-120,152,-159,65v-29,-64,-13,-168,38,-204v7,2,13,4,19,1v59,7,98,77,102,138xm54,-188v-24,47,-26,153,31,153v35,0,64,-38,64,-77v0,-41,-31,-103,-71,-103v-15,0,-17,14,-24,27xm58,-48v1,1,4,3,4,4xm57,-49v0,1,1,2,1,2xm55,-51r-1,-2v0,1,1,2,1,2","w":187,"k":{"B":10,"R":15}},{"d":"97,-217r64,201v0,21,-27,19,-30,2v-13,-32,-22,-68,-32,-102v-15,0,-41,-1,-50,4r-14,90v0,10,-3,19,-14,19v-11,1,-15,-12,-13,-23r31,-184v4,-16,9,-43,30,-43v15,0,24,25,28,36xm69,-215v-8,25,-9,45,-14,71v9,-3,15,-4,35,-4xm47,-142v3,-1,7,0,8,-2r-1,9xm92,-141v-1,-2,-2,-4,-2,-7r9,0"},{"d":"117,0v-29,-9,-35,-46,-50,-69r-36,44v-14,14,-35,-8,-23,-23v14,-18,30,-36,45,-54r-23,-57r1,1v-7,-11,1,-25,13,-25v22,2,22,36,32,52v19,-16,30,-39,54,-49v14,-1,19,19,10,29r-50,54v12,30,29,50,42,80v0,9,-6,17,-15,17","w":155},{"d":"97,-217r64,201v0,21,-27,19,-30,2v-13,-32,-22,-68,-32,-102v-15,0,-41,-1,-50,4r-14,90v0,10,-3,19,-14,19v-11,1,-15,-12,-13,-23r31,-184v4,-16,9,-43,30,-43v15,0,24,25,28,36xm69,-215v-8,25,-9,45,-14,71v9,-3,15,-4,35,-4xm47,-142v3,-1,7,0,8,-2r-1,9xm92,-141v-1,-2,-2,-4,-2,-7r9,0","k":{"T":35,"S":10,"O":10,"G":10}},{"d":"4,-52v2,-41,31,-90,75,-90v9,0,19,4,25,12v13,1,21,15,18,34v5,61,16,118,13,186v-1,19,-35,18,-35,0v0,-41,-2,-73,-5,-110v-27,33,-93,16,-91,-32xm85,-106v-29,-3,-44,31,-45,53v-1,29,34,13,40,1v8,-15,8,-36,5,-54","w":144},{"d":"58,-24r-27,-99r-24,-111v-2,-19,27,-18,30,-3r27,125r10,33r36,-155v1,-17,34,-23,31,-1v-10,68,-29,132,-46,195v-6,12,-5,33,-22,34v-11,0,-13,-9,-15,-18","w":148},{"d":"14,-89v2,-37,31,-66,62,-67v10,0,22,1,23,14v4,-5,9,-8,14,-8v24,6,25,43,19,64v10,37,30,92,3,124v-19,23,-43,34,-84,29v-22,-8,-46,-28,-46,-56v-4,-20,22,-28,31,-12v-6,37,36,41,63,28v28,-13,15,-57,8,-82v-33,27,-96,19,-93,-34xm95,-87v12,-7,-3,-26,0,-43v-4,7,-10,6,-20,6v-19,0,-42,35,-22,50v17,1,32,-3,42,-13","w":165},{"d":"41,-169v-24,-6,-37,-40,-40,-62v-3,-21,27,-30,30,-7v-4,27,18,33,24,53v0,9,-5,16,-14,16xm91,-170v-27,-3,-45,-41,-45,-63v0,-9,6,-16,15,-16v24,0,11,40,33,46v14,4,17,35,-3,33","w":113},{"d":"40,-252v65,12,122,57,121,139v-1,62,-49,103,-110,112v-2,0,-33,-10,-33,-28v0,-9,5,-15,13,-16v-10,-44,-1,-106,-4,-157v-10,-1,-20,-14,-20,-21v0,-23,28,-29,33,-29xm62,-37v68,-7,88,-91,48,-142v-11,-14,-32,-32,-53,-35xm63,-32v-3,-2,-11,-6,-1,-5v0,3,1,5,1,5","w":168},{"d":"180,-111v6,88,-120,152,-159,65v-29,-64,-13,-168,38,-204v7,2,13,4,19,1v59,7,98,77,102,138xm54,-188v-24,47,-26,153,31,153v35,0,64,-38,64,-77v0,-41,-31,-103,-71,-103v-15,0,-17,14,-24,27xm58,-48v1,1,4,3,4,4xm57,-49v0,1,1,2,1,2xm55,-51r-1,-2v0,1,1,2,1,2","w":187},{"d":"109,-121v0,31,-2,73,9,97v0,12,-4,24,-15,23v-33,-12,-16,-69,-23,-111v-55,-1,-68,-60,-73,-118v0,-8,8,-13,14,-13v35,11,4,101,57,101v43,0,47,-61,33,-96v0,-8,7,-15,15,-15v26,3,21,32,21,59v0,28,-13,61,-38,73xm105,-118v0,0,2,-1,2,-2","w":154,"k":{"I":-23}},{"d":"97,-217r64,201v0,21,-27,19,-30,2v-13,-32,-22,-68,-32,-102v-15,0,-41,-1,-50,4r-14,90v0,10,-3,19,-14,19v-11,1,-15,-12,-13,-23r31,-184v4,-16,9,-43,30,-43v15,0,24,25,28,36xm69,-215v-8,25,-9,45,-14,71v9,-3,15,-4,35,-4xm47,-142v3,-1,7,0,8,-2r-1,9xm92,-141v-1,-2,-2,-4,-2,-7r9,0"},{"d":"97,-217r64,201v0,21,-27,19,-30,2v-13,-32,-22,-68,-32,-102v-15,0,-41,-1,-50,4r-14,90v0,10,-3,19,-14,19v-11,1,-15,-12,-13,-23r31,-184v4,-16,9,-43,30,-43v15,0,24,25,28,36xm69,-215v-8,25,-9,45,-14,71v9,-3,15,-4,35,-4xm47,-142v3,-1,7,0,8,-2r-1,9xm92,-141v-1,-2,-2,-4,-2,-7r9,0"},{"d":"52,-251v49,3,98,17,105,64v-7,54,-59,74,-115,80r7,86v0,10,-2,19,-15,19v-18,0,-15,-21,-17,-39v-3,-29,-2,-63,-10,-87v6,-27,1,-72,1,-103v0,-18,28,-21,44,-20xm40,-225r1,93v8,-14,37,-6,54,-21v22,-8,46,-35,18,-50v-18,-9,-36,-20,-65,-17v-3,0,-7,-2,-8,-5","w":163},{"d":"123,-103v7,-42,10,-91,-7,-123v7,-30,36,-16,37,7v17,69,3,160,-35,200v-83,50,-120,-63,-111,-164v2,-26,-3,-67,24,-70v37,9,-1,67,10,119v8,39,8,88,41,99v26,-5,37,-44,41,-68xm156,-210r0,-1r0,1"},{"d":"123,-103v7,-42,10,-91,-7,-123v7,-30,36,-16,37,7v17,69,3,160,-35,200v-83,50,-120,-63,-111,-164v2,-26,-3,-67,24,-70v37,9,-1,67,10,119v8,39,8,88,41,99v26,-5,37,-44,41,-68xm156,-210r0,-1r0,1"},{"d":"123,-103v7,-42,10,-91,-7,-123v7,-30,36,-16,37,7v17,69,3,160,-35,200v-83,50,-120,-63,-111,-164v2,-26,-3,-67,24,-70v37,9,-1,67,10,119v8,39,8,88,41,99v26,-5,37,-44,41,-68xm156,-210r0,-1r0,1"},{"d":"126,-175v-26,0,-17,-33,-39,-39v-9,23,-11,48,-10,76v22,-2,70,-15,70,12v0,25,-52,15,-69,19v4,22,14,62,26,77v13,8,7,34,-11,30v-38,-9,-39,-63,-51,-100v-5,0,-8,1,-12,2r1,-1v-12,6,-26,-2,-26,-15v0,-17,18,-18,35,-19v-7,-64,17,-142,78,-103v10,10,27,25,26,45v0,9,-8,16,-18,16xm41,-106v0,2,0,3,1,4xm48,-100r-3,0r3,0xm30,-98r-1,0r1,0","w":156},{"d":"81,-129v11,-22,34,-72,-1,-84v-17,1,-36,20,-42,37v-3,8,-5,14,-15,14v-24,-2,-14,-32,-5,-44v13,-18,40,-40,61,-40v63,1,57,88,32,130v-15,27,-32,54,-50,78v22,-4,51,-1,76,-2v16,3,17,29,0,32v-39,-2,-70,6,-106,6v-18,0,-19,-21,-10,-35r43,-62v6,-11,12,-20,17,-30","w":157},{"d":"37,-3v-24,-1,-11,-37,-18,-57r-4,-142v-11,-2,-8,-27,1,-31v35,-29,124,-26,124,36v0,40,-36,64,-58,83v34,20,68,47,83,85v1,15,-18,21,-26,9v-19,-30,-53,-66,-92,-71v-2,29,20,81,-10,88xm45,-130v28,-15,59,-33,66,-70v-8,-23,-46,-22,-67,-15","w":172,"k":{"S":15,"G":-8}},{"d":"36,-151v7,30,47,2,56,-12v13,-20,11,-54,37,-61v36,9,-2,61,-12,76v-12,43,-26,88,-26,138v0,10,-13,6,-22,7v-6,0,-8,-6,-7,-13r17,-102v-29,19,-74,1,-72,-33v4,-53,46,-90,93,-97v18,-3,30,24,8,28v-43,-1,-69,32,-72,69","w":151},{"d":"129,-38v1,14,5,39,-13,36v-6,0,-14,-4,-14,-12r-8,-127r0,-71v-25,4,-49,6,-71,14v-9,0,-16,-7,-16,-17v1,-16,17,-16,28,-20r137,-14v10,-7,24,0,23,13v-2,30,-51,17,-72,20v-1,63,0,120,6,178","w":202,"k":{"A":10}},{"d":"10,-36r4,-173v-12,-7,-6,-29,10,-30r133,-12v13,6,13,31,-1,32r-111,10r-3,59v22,-3,63,-27,69,4v0,14,-10,15,-18,17r-53,12v0,0,1,-1,1,-2v-5,23,-2,71,0,99v0,9,-6,17,-15,17v-15,0,-16,-23,-16,-33xm39,-117r1,0r-1,0","w":174,"k":{"G":20}},{"w":107},{"d":"86,-165v36,13,65,40,65,84v0,49,-39,81,-76,81v-1,0,-40,0,-40,-29v0,-56,1,-119,-2,-174v-7,13,-28,8,-26,-8v2,-21,23,-29,39,-38v27,2,79,-16,79,30v0,28,-23,40,-39,54xm122,-79v0,-36,-30,-51,-58,-60r5,107v24,1,53,-14,53,-47xm69,-28r-2,-5v1,0,3,3,2,5xm96,-218v-11,-5,-22,0,-35,1r1,32v10,-11,28,-19,34,-33xm62,-185r1,13v-3,-2,-5,-8,-9,-6xm55,-216v3,-3,6,-9,6,-1xm54,-178r-1,0r1,0","w":158},{"d":"114,-80v-14,26,-6,70,-36,78v-11,3,-21,-14,-24,-22v-20,-62,-41,-121,-47,-197v-1,-18,27,-22,29,-5v7,64,21,120,39,172v12,-25,9,-64,40,-71v29,2,23,38,31,62v8,-64,6,-137,33,-182v7,-12,27,-6,25,9v-23,49,-24,124,-31,190v-5,13,-5,33,-25,33v-26,-6,-30,-41,-34,-67","w":211},{"d":"15,-220v24,-13,52,-24,90,-28v27,-3,36,27,21,49v-8,19,-18,35,-27,53v18,-5,60,-19,63,8v-5,25,-49,11,-73,25r-43,98v-2,17,-33,22,-34,0v16,-29,28,-60,41,-91v-15,3,-36,4,-36,-12v1,-21,34,-15,51,-21r34,-80v-29,6,-57,17,-80,27v-16,1,-20,-21,-7,-28xm67,-138v-1,1,-1,2,-1,3xm71,-140v-1,0,-1,1,-2,1","w":169},{"d":"123,-144v-31,-1,-58,3,-82,9v-10,0,-17,-9,-17,-20v0,-31,41,-17,66,-25v40,-3,100,-2,81,40v-34,39,-81,65,-118,102v39,2,71,-5,108,-5v21,0,19,36,-1,37r-119,4v-27,-1,-37,-38,-17,-57v31,-30,66,-56,99,-85","w":191},{"d":"53,0v-75,0,-57,-149,-7,-175v47,-25,83,30,83,80v0,51,-32,95,-76,95xm72,-148v-34,9,-43,69,-31,107v26,27,57,-22,57,-54v0,-21,-11,-48,-26,-53","w":138},{"d":"40,-170v0,53,-5,106,6,148v0,10,-5,19,-17,19v-29,-1,-14,-38,-22,-61r2,-153v7,-21,35,-19,41,0v27,41,43,93,68,136r1,-92v3,-26,-18,-75,12,-78v30,5,13,49,21,74r-2,116v-4,19,3,41,-21,44v-33,-13,-37,-56,-57,-82xm127,-65r0,1r0,-1","w":158,"k":{"I":-23}},{"d":"127,-81v5,55,-41,99,-87,71v-27,-17,-36,-34,-33,-71v1,-18,29,-17,33,0v-4,23,7,44,26,48v37,-4,29,-52,29,-93r0,-113v2,-19,27,-16,32,0r0,158xm96,-122r-1,-1v0,1,0,0,1,1","w":134,"k":{"I":-15}},{"d":"176,77r-136,-2v-11,0,-19,-2,-19,-9v12,-26,64,-5,96,-13r83,1v8,0,12,6,12,11v0,12,-28,12,-36,12","w":299},{"d":"58,121v-35,0,-7,-64,-7,-79r24,-88v-29,-30,-53,-67,-64,-114v-4,-18,23,-22,31,-10v12,32,26,65,45,86r29,-87v6,-18,35,-12,32,6v-13,66,-40,117,-55,185v-6,26,-13,55,-18,85v-1,9,-9,16,-17,16","w":133},{"d":"122,10v-15,0,-14,-16,-9,-25v-11,-8,-10,-30,6,-30v22,0,30,54,3,55xm104,-164v-2,-17,28,-24,29,-4v0,9,-4,19,-14,19v-8,0,-15,-7,-15,-15","w":299},{"d":"43,-237v-4,71,1,147,1,220v0,8,-7,15,-17,15v-30,-1,-18,-37,-18,-62r-2,-144v3,-18,-1,-45,20,-44v10,0,16,7,16,15","w":51},{"d":"130,-15v-24,-40,-44,-83,-64,-127v-7,7,-24,5,-22,21r7,91v0,10,0,24,-16,24v-14,0,-18,-14,-16,-30v-4,-33,0,-76,-12,-101v9,-25,1,-73,1,-100v0,-9,7,-15,16,-15v24,2,14,28,20,46v0,40,-4,42,-9,45r118,-65v7,-10,29,-6,28,9v0,14,-13,18,-22,23r-66,37r71,140v0,20,-31,17,-34,2","w":188},{"d":"30,-3v-39,1,-22,-74,-22,-110r1,-125v2,-18,32,-16,31,3v-6,58,2,136,-6,198v33,-8,70,-13,112,-9v25,3,13,33,-6,32v-41,-2,-78,3,-110,11"},{"d":"144,-48v8,12,23,45,-2,45v-16,0,-15,-15,-21,-25v-66,34,-114,-21,-114,-95v0,-36,13,-90,36,-119v5,-11,18,-9,32,-7v77,9,128,137,69,201xm51,-188v-30,45,-13,174,56,131v-8,-12,-21,-39,4,-42v9,0,16,12,19,20v30,-52,-8,-126,-56,-138v-14,0,-18,14,-23,29xm123,-72v4,-5,8,-9,10,0r-10,0xm109,-59v-1,2,-1,5,-2,2","w":178},{"d":"86,-94v-10,23,-24,44,-26,74v-6,18,-34,10,-29,-9v9,-36,26,-65,39,-97v-18,-41,-43,-72,-63,-109v1,-19,25,-16,30,-3v17,25,33,51,48,79r27,-63v7,-14,27,-6,25,11r-36,84r45,93v15,14,-2,43,-19,25","w":159},{"d":"59,-20r-55,-137v0,-9,9,-17,19,-17v17,0,17,16,24,26r31,77r26,-100v8,-18,41,-11,35,12v-13,46,-23,96,-35,146v-5,23,-44,10,-45,-7","w":149},{"d":"168,-33v-42,33,-166,53,-161,-27v3,-47,35,-73,63,-98v-21,-12,-62,-36,-37,-64v13,-15,37,-17,57,-25v45,1,87,63,35,86v43,21,99,84,43,128xm79,-241v-1,0,-3,1,-3,1xm75,-238r1,-2v-1,1,-1,1,-1,2xm155,-60v28,-38,-31,-64,-57,-83v-26,21,-53,45,-61,83v6,54,97,20,119,-1xm99,-144v-1,2,-2,0,-3,-1r2,1v0,0,2,-1,1,0xm122,-196v-5,-21,-51,-17,-68,-8v13,10,28,18,43,26v8,-6,18,-11,25,-18xm100,-177r-4,0v1,-2,3,0,4,0xm53,-202v1,0,3,0,4,1xm54,-203v0,0,-1,-2,0,-1r0,1","w":201},{"d":"43,-237v-4,71,1,147,1,220v0,8,-7,15,-17,15v-30,-1,-18,-37,-18,-62r-2,-144v3,-18,-1,-45,20,-44v10,0,16,7,16,15","w":51},{"d":"168,-15v-81,37,-161,-3,-161,-95v0,-83,58,-141,104,-141v9,0,21,1,21,18v-1,12,-6,20,-21,20v-33,0,-75,43,-75,103v0,78,68,87,126,58v20,0,21,30,6,37","w":186,"k":{"O":5}},{"d":"129,-32v-73,11,-116,-43,-122,-106v-7,-76,95,-128,156,-71v13,12,34,42,34,65v0,42,-53,68,-83,39v-27,15,-67,-2,-67,-33v0,-45,85,-64,93,-16v-3,10,-6,32,9,31v37,-28,-8,-82,-51,-78v-43,-5,-59,32,-59,64v2,42,31,80,87,74v19,-2,22,27,3,31xm80,-141v-3,15,21,10,25,4v-2,-5,2,-13,-4,-14v-8,0,-20,4,-21,10","w":204},{"d":"2,-95v0,-64,17,-125,67,-152v19,0,16,28,3,33v-32,36,-66,142,-12,180v11,-4,21,8,21,17v0,16,-18,18,-31,12v-33,-14,-48,-57,-48,-90","w":88},{"d":"43,-237v-4,71,1,147,1,220v0,8,-7,15,-17,15v-30,-1,-18,-37,-18,-62r-2,-144v3,-18,-1,-45,20,-44v10,0,16,7,16,15","w":51},{"w":107},{"d":"151,-17v-47,0,-89,4,-126,14v-7,0,-18,-5,-18,-16r0,-112v0,-29,7,-62,3,-89v10,-30,52,-18,81,-27v1,0,4,4,7,7v3,-12,48,-17,47,5v-1,25,-33,15,-54,19v-16,3,-38,2,-50,10v-1,19,-6,42,-4,59v29,0,73,-20,83,12v3,27,-69,8,-84,14r1,83v34,-13,75,-10,117,-11v7,0,14,6,14,15v0,11,-8,17,-17,17","w":174},{"d":"67,-3v-32,5,-83,-20,-52,-46v-6,-57,-6,-123,0,-182v1,-8,4,-16,17,-16v20,1,15,20,14,38v-1,25,-3,50,-3,75v38,-46,98,5,89,65v-5,35,-34,61,-65,66xm95,-55v17,-25,-12,-90,-31,-51v-10,21,-14,43,-13,73v18,-4,35,-6,44,-24r0,2","w":141},{"w":299},{"d":"234,-25v-14,37,-68,-1,-119,7v-32,5,-62,16,-95,15v-14,-4,-15,-22,-7,-34v42,-61,92,-113,123,-185v-24,9,-62,5,-94,5v-9,0,-16,-4,-16,-16v0,-23,38,-18,57,-18v37,0,81,-10,83,28v-21,77,-75,122,-112,183v48,-12,114,-15,164,-2v8,0,16,5,16,17","w":241},{"d":"24,85v-34,0,-55,-21,-59,-53v-3,-28,33,-47,39,-18v-7,19,-5,38,19,42v57,-26,12,-115,12,-172v0,-20,37,-17,37,1v0,76,47,200,-48,200xm34,-146v0,-10,10,-16,23,-16v9,0,18,6,18,14v1,20,-43,25,-41,2","w":108},{"d":"122,-7v-52,0,-118,6,-118,-51v0,-40,45,-75,88,-62r5,-93v1,-9,6,-34,24,-34v12,0,18,9,17,22v-19,42,-11,129,-3,183v16,8,4,35,-13,35xm40,-59v1,25,37,22,59,19v-4,-19,2,-48,-25,-48v-17,0,-34,13,-34,29xm101,-40v-2,2,-1,3,-2,0r2,0xm103,-40r-2,0r2,0","w":153},{"d":"180,-111v6,88,-120,152,-159,65v-29,-64,-13,-168,38,-204v7,2,13,4,19,1v59,7,98,77,102,138xm54,-188v-24,47,-26,153,31,153v35,0,64,-38,64,-77v0,-41,-31,-103,-71,-103v-15,0,-17,14,-24,27xm58,-48v1,1,4,3,4,4xm57,-49v0,1,1,2,1,2xm55,-51r-1,-2v0,1,1,2,1,2","w":187},{"d":"40,-170v0,53,-5,106,6,148v0,10,-5,19,-17,19v-29,-1,-14,-38,-22,-61r2,-153v7,-21,35,-19,41,0v27,41,43,93,68,136r1,-92v3,-26,-18,-75,12,-78v30,5,13,49,21,74r-2,116v-4,19,3,41,-21,44v-33,-13,-37,-56,-57,-82xm127,-65r0,1r0,-1","w":158},{"d":"119,-9v-64,31,-114,-28,-112,-100v2,-69,38,-125,102,-140v8,0,14,7,14,14v0,13,-9,12,-17,15v-33,13,-58,48,-67,84v13,-14,30,-26,50,-26v74,3,95,122,30,153xm51,-54v19,45,78,18,78,-26v0,-21,-15,-54,-40,-54v-29,6,-67,52,-38,80","w":165},{"d":"40,-117r3,99v0,9,-6,15,-14,15v-23,-2,-13,-30,-22,-45v-2,-69,7,-128,12,-190v1,-8,6,-15,14,-15v10,0,17,8,16,19r-8,82r63,0r6,-80v1,-9,2,-18,15,-18v28,12,8,73,8,112r1,112v0,11,-4,22,-16,22v-11,0,-17,-11,-14,-22r0,-94","w":145,"k":{"I":-8}},{"d":"148,-100v0,23,12,60,15,82v2,19,-21,23,-23,4v-1,-10,-5,-19,-8,-27v-56,56,-126,13,-124,-85v1,-76,48,-126,93,-126v21,0,54,16,55,48v0,10,-6,14,-12,14v-10,0,-10,-5,-12,-12v-7,-13,-22,-17,-32,-17v-46,4,-65,41,-68,93v-3,51,23,78,49,78v18,0,49,-15,42,-48v0,-8,2,-18,12,-18v6,0,13,4,13,14","w":170,"k":{"O":10,"I":-8}},{"d":"24,-107v-21,-1,-20,-31,-1,-31r110,-1v11,0,17,7,17,16v0,9,-10,16,-20,16r-106,0xm37,-149v-24,11,-44,-25,-15,-30v32,-5,69,-3,101,-4v23,0,22,32,1,32","w":157},{"d":"31,-18v-5,-23,32,-36,34,-9v2,24,-31,36,-34,9xm121,-202v-2,56,-48,75,-64,119v-1,7,-5,14,-15,15v-25,-2,-13,-45,-1,-55v17,-26,45,-44,48,-83v-21,-22,-47,5,-67,13v-9,0,-15,-7,-15,-16v11,-46,116,-56,114,7xm59,-93r1,-1","w":127},{"d":"97,-3v-46,0,-86,-39,-90,-95v4,-23,31,-13,31,5v0,52,63,72,99,41v24,-32,-33,-51,-51,-66v-24,-21,-59,-45,-59,-86v0,-43,46,-54,84,-43v18,1,55,40,20,49v-17,-4,-27,-19,-49,-19v-8,0,-24,4,-24,13v17,67,118,64,118,137v0,40,-44,64,-79,64","w":183,"k":{"T":20}},{"d":"123,-103v7,-42,10,-91,-7,-123v7,-30,36,-16,37,7v17,69,3,160,-35,200v-83,50,-120,-63,-111,-164v2,-26,-3,-67,24,-70v37,9,-1,67,10,119v8,39,8,88,41,99v26,-5,37,-44,41,-68xm156,-210r0,-1r0,1"},{"d":"212,-84v3,104,-200,111,-205,6v-1,-12,6,-20,15,-20v14,0,15,11,15,22v24,61,123,50,144,1v1,-44,-27,-77,-61,-81v-28,-4,-64,47,-82,8r-6,-76v6,-33,69,-10,109,-22v26,3,69,-12,69,17v0,24,-25,15,-45,18v-32,3,-73,-2,-101,6r2,31v68,-45,144,10,146,90","w":218},{"d":"47,-91v4,-26,50,-52,72,-22v5,4,9,7,12,15r-1,-1v11,24,24,46,20,84v-1,10,-5,19,-18,19v-28,-2,-11,-33,-20,-57v-6,-14,-8,-31,-21,-40v-18,16,-28,46,-31,77v-1,10,-2,18,-17,18v-30,0,-16,-39,-28,-65v-5,-56,-12,-110,-10,-173v0,-11,2,-24,18,-24v34,8,12,64,17,107","w":168},{"d":"123,-103v7,-42,10,-91,-7,-123v7,-30,36,-16,37,7v17,69,3,160,-35,200v-83,50,-120,-63,-111,-164v2,-26,-3,-67,24,-70v37,9,-1,67,10,119v8,39,8,88,41,99v26,-5,37,-44,41,-68xm156,-210r0,-1r0,1"},{"d":"56,-28v0,23,-23,29,-35,19v-16,-13,-4,-40,20,-36v5,3,15,11,15,17","w":68},{"d":"35,-4v-43,-24,33,-43,26,-85v3,-58,-24,-99,-50,-132v-9,-11,-2,-26,14,-24v45,35,78,109,61,186v-13,23,-25,45,-51,55xm29,-198r0,1r0,-1","w":99}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-42-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("6$X`cP%Y1Inq6H,!^P_S2$2nzR%`XPnqzR=S1I~NXj[Ed#YfrI`}^r2{)I~YzW*{)$%f4j8`).se):s_dR{Pdj8`).seXj8`).s:)_8`):lS%,8`).s:XPJv^j8`).s:dj8`)lsH.C_$W2=64)%@B]~tr*jIzdX1c}^-mb+f:e,PN?vyxETqD{8S#Y`Ru>Ji![nOp.s:)`{fzW*{)$)RzW*S).C>^`8`).s:%`8`).se%r_{}`8`).s:%H_}^rl{X.l#%C,}^rl{d#+xzW*{)$]#Xt8}4u2izW*{)$~ez_8BzW*{)$)8-C_8jP^}^r2{)I%CzW*{)$]YIj8`).s:%j8`).s:),s}^rl{X$=}^rl{X$%}^rl{X.,P),2JjCX}^rl{drsHj#^icYJ6zue!zW*{)$%:tY8~IWd>zW*{)$%e]Yl?zW*{)$%,2_8`).s:@I=}^rl{X$X11P~}^rl{X.X}^rl{X.CRtC}nB`%j%I+}^rl{X$Cq6t2q}usE1z]?2f2v4$en)H8{BI2q}H8EBzlqc$jqXu~?4$}ndfJP4P^E-zs?}#`!mrTvXfbDzfbp@N^u^`{q6r[?B#?q6`{qdu=v1RjJzHJ:cR`}4P_`6t]D4N~,}u]?c$n:dz~vcR>q1$n#^$J+cI*v6IXD}fb!1r8E@SEx1t,NIR%c1j`^Bzsc1j`n6tbv")}catch(e){}delete _cufon_bridge_;return f})({"w":167,"face":{"font-family":"WoofWoof","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"270","descent":"-90","bbox":"-35.1772 -260 336 121","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+2026"}}));(function(a){a.InFieldLabels=function(c,e,b){var d=this;d.$label=a(c);d.label=c;d.$field=a(e);d.field=e;d.$label.data("InFieldLabels",d);d.showing=true;d.init=function(){d.options=a.extend({},a.InFieldLabels.defaultOptions,b);if(d.$field.val()!=""){d.$label.hide();d.showing=false}d.$field.focus(function(){d.fadeOnFocus()}).blur(function(){d.checkForEmpty(true)}).bind("keydown.infieldlabel",function(f){d.hideOnChange(f)}).change(function(f){d.checkForEmpty()}).bind("onPropertyChange",function(){d.checkForEmpty()})};d.fadeOnFocus=function(){if(d.showing){d.setOpacity(d.options.fadeOpacity)}};d.setOpacity=function(f){d.$label.stop().animate({opacity:f},d.options.fadeDuration);d.showing=(f>0)};d.checkForEmpty=function(f){if(d.$field.val()==""){d.prepForShow();d.setOpacity(f?1:d.options.fadeOpacity)}else{d.setOpacity(0)}};d.prepForShow=function(f){if(!d.showing){d.$label.css({opacity:0}).show();d.$field.bind("keydown.infieldlabel",function(g){d.hideOnChange(g)})}};d.hideOnChange=function(f){if((f.keyCode==16)||(f.keyCode==9)){return}if(d.showing){d.$label.hide();d.showing=false}d.$field.unbind("keydown.infieldlabel")};d.init()};a.InFieldLabels.defaultOptions={fadeOpacity:0.5,fadeDuration:300};a.fn.inFieldLabels=function(b){return this.each(function(){var d=a(this).attr("for");if(!d){return}var c=a("input#"+d+"[type='text'],input#"+d+"[type='password'],textarea#"+d);if(c.length==0){return}(new a.InFieldLabels(this,c[0],b))})}})(jQuery);jQuery(function($){var conf={},numMSG=20;containerDiv="juitterContainer",loadMSG="Loading messages...",imgName="loader.gif",readMore="Read it on Twitter",nameUser="image";live:"live-20",aURL="";msgNb=1;var mode,param,time,lang,contDiv,loadMSG,gifName,numMSG,readMore,fromID,ultID,filterWords;var running=false;apifMultipleUSER="http://search.twitter.com/search.json?from%3A";apifUSER="http://search.twitter.com/search.json?q=from%3A";apitMultipleUSER="http://search.twitter.com/search.json?to%3A";apitUSER="http://search.twitter.com/search.json?q=to%3A";apiSEARCH="http://search.twitter.com/search.json?q=";$.Juitter={registerVar:function(opt){mode=opt.searchType;param=opt.searchObject;timer=opt.live;lang=opt.lang?opt.lang:"";contDiv=opt.placeHolder?opt.placeHolder:containerDiv;loadMSG=opt.loadMSG?opt.loadMSG:loadMSG;gifName=opt.imgName?opt.imgName:imgName;numMSG=opt.total?opt.total:numMSG;readMore=opt.readMore?opt.readMore:readMore;fromID=opt.nameUser?opt.nameUser:nameUser;filterWords=opt.filter;openLink=opt.openExternalLinks?"target='_blank'":""},start:function(opt){ultID=0;if($("#"+contDiv)){this.registerVar(opt);this.loading();aURL=this.createURL();this.conectaTwitter(1);if(timer!=undefined&&!running){this.temporizador()}}},update:function(){this.conectaTwitter(2);if(timer!=undefined){this.temporizador()}},loading:function(){if(loadMSG=="image/gif"){$("<img></img>").attr("src",gifName).appendTo("#"+contDiv)}else{$("#"+contDiv).html(loadMSG)}},createURL:function(){var url="";jlg=lang.length>0?"&lang="+lang:jlg="";var seachMult=param.search(/,/);if(seachMult>0){param="&ors="+param.replace(/,/g,"+")}if(mode=="fromUser"&&seachMult<=0){url=apifUSER+param}else{if(mode=="fromUser"&&seachMult>=0){url=apifMultipleUSER+param}else{if(mode=="toUser"&&seachMult<=0){url=apitUSER+param}else{if(mode=="toUser"&&seachMult>=0){url=apitMultipleUSER+param}else{if(mode=="searchWord"){url=apiSEARCH+param+jlg}}}}}url+="&rpp="+numMSG;return url},delRegister:function(){if(msgNb>=numMSG){$(".twittLI").each(function(o,elemLI){if(o>=numMSG){$(this).slideUp("slow")}})}},conectaTwitter:function(e){$.ajax({url:aURL,type:"GET",dataType:"jsonp",timeout:1000,error:function(){$("#"+contDiv).html("fail#")},success:function(json){if(e==1){$("#"+contDiv).html("")}$.each(json.results,function(i,item){if(e==1||(i<numMSG&&item.id>ultID)){if(i==0){tultID=item.id;$("<ul></ul>").attr("id","twittList"+ultID).attr("class","twittList").prependTo("#"+contDiv)}if(item.text!="undefined"){var link="http://twitter.com/"+item.from_user+"/status/"+item.id;var tweet=$.Juitter.filter(item.text);if(fromID=="image"){mHTML="<a href='http://www.twitter.com/"+item.from_user+"' class='user'><img width='48' height='48' src='"+item.profile_image_url+"' alt='"+item.from_user+"' class='juitterAvatar' /> "+item.from_user+"</a> "+$.Juitter.textFormat(tweet)}else{mHTML="<a href='http://www.twitter.com/"+item.from_user+"' class='user'>"+item.from_user+"</a> "+$.Juitter.textFormat(tweet)}$('<li style="display:none;"></li>').html(mHTML).attr("id","twittLI"+msgNb).attr("class","twittLI clearfix").appendTo("#twittList"+ultID).slideDown("slow");$.Juitter.delRegister();msgNb++;$("#"+contDiv+" ul:gt(1)").remove()}}});ultID=tultID}})},filter:function(s){if(filterWords){searchWords=filterWords.split(",");if(searchWords.length>0){cleanHTML=s;$.each(searchWords,function(i,item){sW=item.split("->").length>0?item.split("->")[0]:item;rW=item.split("->").length>0?item.split("->")[1]:"";regExp=eval("/"+sW+"/gi");cleanHTML=cleanHTML.replace(regExp,rW)})}else{cleanHTML=s}return cleanHTML}else{return s}},textFormat:function(texto){var exp=/(\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/ig;texto=texto.replace(exp,"<a href='$1' class='extLink' "+openLink+">$1</a>");var exp=/[\@]+([A-Za-z0-9-_]+)/ig;texto=texto.replace(exp,"<a href='http://twitter.com/$1' class='profileLink'>@$1</a>");var exp=/[\#]+([A-Za-z0-9-_]+)/ig;texto=texto.replace(exp,"<a href='http://search.twitter.com/search?q=$1' class='hashLink'>#$1</a>");if(mode=="searchWord"){tempParam=param.replace(/&ors=/,"");arrParam=tempParam.split("+");$.each(arrParam,function(i,item){regExp=eval("/"+item+"/gi");newString=new String(" <b>"+item+"</b> ");texto=texto.replace(regExp,newString)})}return texto},temporizador:function(){running=true;aTim=timer.split("-");if(aTim[0]=="live"&&aTim[1].length>0){tempo=aTim[1]*1000;setTimeout("jQuery.Juitter.update()",tempo)}}}});jQuery(function(a){if(typeof Cufon!="undefined"){Cufon.replace(a(".catboxhdr h2"),{fontFamily:"Avenir LT Std",hover:true});Cufon.now()}if(a.fn.inFieldLabels){a("#loginform label").inFieldLabels({fadeOpacity:"0.4"})}if(a.fn.tabs){a("#most-tabs").tabs({event:"mouseover",selected:0})}if(a.fn.carousel){a("#carousel").carousel({loop:true,pagination:true,autoSlide:true,autoSlideInterval:8000,delayAutoSlide:2000,effect:"fade",animSpeed:"slow"})}a(".searchbox .s").focus(function(){if(a(this).attr("value")==="Search Crikey"){a(this).attr("value","")}});a(".searchbox .s").blur(function(){if(a(this).attr("value")===""){a(this).attr("value","Search Crikey")}});a("#tool-share > a").click(function(){return false});if(a.Juitter){a.Juitter.start({searchType:"searchWord",searchObject:"from:KevinRuddPM,from:TurnbullMalcolm,from:JoeHockey,from:SenatorBobBrown,from:HelenCoonan,from:TheQldPremier",placeHolder:"pollies_on_twitter",readMore:"permalink",total:5,live:"live-300"})}});