/*
 * 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}})());

/* MEgalopolis Extra */
Cufon.registerFont((function(f){_cufon_bridge_={p:[{"d":"373,-138v56,0,90,-21,135,-49r48,144v-45,23,-104,61,-214,61v-175,0,-302,-78,-302,-288v0,-198,123,-290,298,-290v96,0,165,29,202,59r-46,137v-40,-24,-71,-40,-121,-40v-67,0,-92,49,-92,134v0,86,25,132,92,132","w":561},{"d":"271,-398r-10,-298r142,0r-7,298r-125,0xm70,-398r-10,-298r142,0r-7,298r-125,0","w":463,"k":{"A":50,"J":120}},{"d":"904,-580v0,0,49,118,49,302v0,158,-69,296,-277,296v-99,0,-167,-42,-206,-108v-36,61,-93,108,-183,108v-143,0,-227,-92,-227,-248v0,-95,4,-248,1,-312r235,0v-1,63,-5,190,-5,276v0,86,14,135,75,135v44,0,67,-52,67,-112v0,-95,4,-235,1,-299r235,0v-1,63,-5,184,-5,270v0,86,14,141,75,141v60,0,71,-69,71,-141v0,-126,-65,-229,-65,-229","w":993},{"d":"491,-311v67,86,194,230,262,306r-262,33v-48,-39,-148,-205,-193,-282v0,71,1,121,4,254r-239,0v0,0,7,-219,7,-418v0,-154,-10,-422,-10,-422v112,6,253,0,253,0v0,0,-15,278,-15,426r0,89r37,3v20,-30,91,-145,141,-247r228,25v0,0,-131,126,-213,233","w":723,"k":{"C":20,"G":20,"O":20,"Q":20,"V":25,"W":25,"Y":30,"c":20,"d":20,"e":20,"o":20,"q":20,"-":50,"~":50,"\u2013":50,"\u2014":50}},{"d":"296,-532v-2,48,-4,98,-5,150r214,0r-4,140r-210,0v1,74,3,157,3,242r-232,0v0,0,5,-195,5,-346v0,-109,-7,-350,-7,-350r455,0v2,73,16,172,16,172","w":546,"k":{",":70,".":70,"_":70,"\u2026":70,"A":30,"J":80}},{"d":"696,-419r-84,0v8,22,13,46,13,71v0,122,-108,202,-289,202v-33,0,-64,-3,-92,-8v-3,7,-4,14,-4,21v0,23,15,30,48,30r227,0v128,0,196,71,196,197v0,134,-154,222,-382,222v-212,0,-304,-62,-304,-166v0,-58,37,-102,70,-130v-11,-18,-17,-41,-17,-69v0,-56,34,-102,70,-137v-65,-35,-102,-91,-102,-162v0,-125,111,-212,290,-212v65,0,120,12,165,32r201,-14xm463,89r-204,0v-24,0,-49,-3,-72,-8v-7,15,-11,31,-11,48v0,53,52,75,161,75v105,0,178,-20,178,-69v0,-33,-20,-46,-52,-46xm267,-339v0,54,21,91,71,91v52,0,68,-43,68,-91v0,-54,-20,-90,-73,-90v-50,0,-66,35,-66,90","w":721,"k":{"c":15,"d":15,"e":15,"o":15,"q":15}},{"d":"71,-542r239,0v0,0,-7,217,-7,417v0,153,10,423,10,423v-112,-6,-253,0,-253,0v0,0,15,-280,15,-428v0,-201,1,-203,-4,-412xm314,-731v0,71,-57,127,-127,127v-71,0,-128,-56,-128,-127v0,-70,57,-127,128,-127v70,0,127,57,127,127","w":373},{"d":"456,-637v262,0,419,127,419,290v0,137,-105,242,-249,242v-107,0,-118,-75,-121,-96v-6,17,-45,96,-130,96v-71,0,-118,-57,-118,-129v0,-91,59,-199,171,-199v48,0,78,27,87,63v4,-26,13,-53,13,-53v0,0,70,4,134,0v0,0,-43,149,-43,199v0,28,10,37,35,37v57,0,119,-58,119,-149v0,-134,-133,-216,-315,-216v-183,0,-310,106,-310,286v0,182,131,272,310,272v100,0,204,-22,271,-65r51,70v-86,58,-187,84,-321,84v-248,0,-419,-127,-419,-360v0,-186,121,-372,416,-372xm435,-198v45,0,75,-52,75,-104v0,-24,-18,-48,-45,-48v-45,0,-72,55,-72,102v0,30,11,50,42,50","w":895},{"d":"40,-501r541,0v-4,77,0,175,0,175r-541,0r0,-175xm40,-216r541,0v-4,77,0,175,0,175r-541,0r0,-175","w":621},{"d":"717,-272v0,178,-98,290,-247,290v-84,0,-146,-47,-171,-111v3,152,14,391,14,391v0,0,-141,-6,-253,0v0,0,10,-268,10,-421v0,-200,-7,-419,-7,-419r239,0v-1,19,-9,90,-10,105v18,-55,74,-123,175,-123v149,0,250,111,250,288xm476,-272v0,-85,-26,-141,-93,-141v-75,0,-100,69,-100,141v0,73,25,141,100,141v67,0,93,-55,93,-141","w":757,"k":{"T":30,"V":40,"W":40,"Y":70,"v":10,"X":40,"x":15}},{"d":"449,-560v23,0,50,3,80,10r-45,236v-27,-14,-70,-31,-111,-30v-48,0,-83,20,-83,118v0,72,4,163,9,226r-239,0v0,0,8,-219,8,-418v0,-37,-1,-80,-2,-124r219,0v-1,33,1,120,0,148v15,-48,60,-166,164,-166","w":509},{"d":"40,-170r275,-101r-275,-101v0,0,2,-101,0,-188r484,201r-2,88r2,87r-484,201v2,-87,0,-187,0,-187","w":564},{"d":"235,-696v-1,0,22,37,22,111v0,89,-101,226,-102,226v-1,0,-135,-24,-135,-24r43,-189r-21,-124v0,0,194,0,193,0","w":267,"k":{"A":50,"J":120}},{"d":"205,-707v109,0,165,78,165,208v0,128,-61,208,-165,208v-103,0,-165,-80,-165,-208v0,-130,62,-208,165,-208xm206,-377v30,0,39,-49,39,-119v0,-80,-11,-125,-42,-125v-27,0,-38,43,-38,120v0,82,14,124,41,124xm691,-406v109,0,165,78,165,208v0,128,-61,208,-165,208v-103,0,-165,-80,-165,-208v0,-130,62,-208,165,-208xm692,-76v30,0,39,-49,39,-119v0,-80,-11,-125,-42,-125v-27,0,-38,43,-38,120v0,82,14,124,41,124xm742,-696r-475,696r-113,0r478,-696r110,0","w":896},{"d":"500,-696r167,0v-18,239,-187,696,-187,696r-253,0r-227,-696v0,0,146,2,263,-3r133,512v0,0,93,-290,104,-509","w":687,"k":{"C":30,"G":30,"O":30,"Q":30,"c":40,"d":40,"e":40,"o":40,"q":40,"g":30,",":80,".":80,"_":80,"\u2026":80,"A":50,"J":60,"-":45,"~":45,"\u2013":45,"\u2014":45,"u":30,"w":30,"m":30,"n":30,"p":30,"r":30,"a":35,"s":35}},{"d":"702,0r-272,0r-126,-228v-33,69,-76,179,-100,228r-194,0r199,-350r-219,-346r269,0r128,228v33,-70,76,-180,100,-228r195,0r-199,352","w":692,"k":{"C":45,"G":45,"O":45,"Q":45,"c":35,"d":35,"e":35,"o":35,"q":35,"v":30,"g":20,"-":50,"~":50,"\u2013":50,"\u2014":50,"U":10,"u":20,"w":20}},{"d":"20,-359r484,0v-3,69,0,156,0,156r-484,0r0,-156","w":524,"k":{"T":55,"V":55,"W":55,"Y":100,"v":15,"X":50,"x":30}},{"d":"532,-397r-12,98r116,0r0,139r-134,0r-20,160r-155,0r21,-160r-95,0r-20,160r-155,0r21,-160r-86,0v4,-69,1,-139,1,-139r103,0r13,-98r-117,0r0,-139r135,0r21,-160r152,0r-20,160r96,0r21,-160r152,0r-20,160r86,0v-4,69,-1,139,-1,139r-103,0xm271,-299r95,0r13,-98r-96,0"},{"d":"610,0r-215,0r-2,-108v-25,56,-63,126,-202,126v-93,0,-166,-48,-166,-142v0,-211,351,-162,351,-236v0,-35,-29,-55,-75,-55v-96,0,-222,85,-222,85r-43,-141v0,0,112,-89,294,-89v182,0,261,76,261,202v0,109,19,358,19,358xm301,-111v50,0,78,-79,86,-162v-42,31,-123,51,-123,118v0,32,15,44,37,44","w":657,"k":{"T":25,"V":50,"W":50,"Y":60,"v":20}},{"d":"373,-714v205,0,333,125,333,366v0,238,-128,366,-333,366v-203,0,-333,-128,-333,-366v0,-241,130,-366,333,-366xm269,-354v0,150,38,220,105,220v75,0,102,-77,102,-207v0,-129,-33,-223,-108,-223v-67,0,-99,59,-99,210","w":746,"k":{"V":20,"W":20,"Y":40,"X":45,"A":30,"J":30}},{"d":"291,-391r41,0v58,-89,148,-231,184,-311r204,14v0,0,-132,197,-228,327v72,97,189,272,258,346r-252,33v-46,-38,-159,-227,-207,-309v0,88,3,176,3,291r-231,0v0,0,4,-195,4,-346v0,-109,-7,-350,-7,-350r243,0v0,0,-9,185,-12,305","w":720,"k":{"C":45,"G":45,"O":45,"Q":45,"c":35,"d":35,"e":35,"o":35,"q":35,"v":30,"g":10,"-":50,"~":50,"\u2013":50,"\u2014":50,"U":10,"u":10,"w":10}},{"d":"0,-359r1006,0v-4,69,-1,156,-1,156r-1005,0r0,-156","w":1006,"k":{"T":55,"V":55,"W":55,"Y":100,"v":15,"X":50,"x":30}},{"d":"287,18v-149,0,-247,-112,-247,-290v0,-177,101,-288,250,-288v102,0,157,68,175,123v0,-15,3,-86,3,-105r238,0v0,0,-15,92,-18,209v-1,65,-1,138,-1,210v0,153,10,421,10,421v-112,-6,-253,0,-253,0v0,0,11,-239,14,-391v-25,64,-87,111,-171,111xm374,-413v-67,0,-93,56,-93,141v0,86,26,141,93,141v75,0,100,-68,100,-141v0,-72,-25,-141,-100,-141","w":756,"k":{"V":30,"W":30,"Y":50}},{"d":"235,-696v-1,0,22,37,22,111v0,89,-101,226,-102,226v-1,0,-135,-24,-135,-24r43,-189r-21,-124v0,0,194,0,193,0xm496,-696v-1,0,22,37,22,111v0,89,-101,226,-102,226v-1,0,-135,-24,-135,-24r43,-189r-21,-124v0,0,194,0,193,0","w":528,"k":{"A":50,"J":120}},{"d":"0,43r738,0v-2,41,0,103,0,103r-738,0r0,-103","w":738,"k":{"T":60,"V":95,"W":95,"Y":120,"v":80}},{"d":"32,-372v1,0,-22,-37,-22,-111v0,-89,101,-226,102,-226v1,0,135,24,135,24r-43,189r21,124v0,0,-194,0,-193,0","w":267,"k":{"A":50,"J":120}},{"d":"646,-343v0,93,3,215,3,343r-148,0v-95,-120,-173,-208,-278,-349v0,96,3,218,3,349r-164,0v0,0,4,-195,4,-347v1,-108,-6,-349,-6,-349r173,0v0,0,250,328,260,340v-1,-119,-6,-340,-6,-340r172,0v0,0,-12,243,-13,353","w":719},{"d":"948,-696r167,0v-18,239,-187,696,-187,696r-253,0r-112,-345v-52,182,-112,345,-112,345r-224,0r-227,-696v0,0,146,2,263,-3r133,512v0,0,63,-198,91,-390r-39,-119v99,0,249,-1,263,-3r133,512v0,0,93,-290,104,-509","w":1135,"k":{"C":30,"G":30,"O":30,"Q":30,"c":40,"d":40,"e":40,"o":40,"q":40,"g":30,",":80,".":80,"_":80,"\u2026":80,"A":50,"J":60,"-":45,"~":45,"\u2013":45,"\u2014":45,"u":30,"w":30,"m":30,"n":30,"p":30,"r":30,"a":35,"s":35}},{"d":"690,0r-243,0v1,-63,5,-184,5,-270v0,-85,-18,-141,-82,-141v-65,0,-77,69,-77,141v0,83,4,204,7,270r-240,0v0,0,7,-219,7,-418v0,-37,0,-80,-1,-124r233,0v-1,33,-2,65,-3,93v26,-64,89,-111,194,-111v132,0,193,80,193,199v0,168,5,297,7,361","w":750,"k":{"T":25,"V":50,"W":50,"Y":60,"v":20}},{"d":"690,-696v0,0,-12,243,-12,353v0,93,3,215,3,343r-231,0v0,0,3,-144,4,-280r-163,0v1,82,3,179,3,280r-231,0v0,0,4,-195,4,-346v0,-109,-7,-350,-7,-350r243,0v0,0,-8,168,-11,288r162,0v-2,-119,-7,-288,-7,-288r243,0","w":750},{"d":"415,-542r171,0v0,495,-320,858,-740,858r-51,-141v243,0,406,-78,406,-263v0,-192,-221,-235,-221,-235r50,-237v0,0,351,57,351,389v31,-84,49,-184,34,-371","w":606,"k":{",":30,".":30,"_":30,"\u2026":30,"A":15,"J":30}},{"d":"666,-542v0,0,-7,219,-7,418v0,37,4,73,11,124r-231,0r-9,-93v-25,64,-78,111,-184,111v-115,0,-186,-74,-186,-216v0,-95,4,-280,1,-344r235,0v-1,63,-5,184,-5,270v0,86,12,141,73,141v60,0,68,-69,68,-141v0,-83,-5,-204,-8,-270r242,0","w":727,"k":{"V":30,"W":30,"Y":50}},{"d":"70,-398r-10,-298r142,0r-7,298r-125,0","w":262,"k":{"A":50,"J":120}},{"d":"21,83r125,-5r-2,-367r2,-367r-125,-5v0,0,-1,-87,0,-132r333,0v0,0,-5,389,-7,504v2,115,7,504,7,504r-333,0v-1,-45,0,-132,0,-132","w":414},{"d":"664,-318v0,0,-80,167,-213,167v-96,0,-162,-84,-223,-84v-50,0,-89,84,-89,84r-114,-79v0,0,71,-166,210,-166v111,0,158,84,222,84v53,0,93,-85,93,-85","w":689,"k":{"T":55,"V":55,"W":55,"Y":100,"v":15,"X":50,"x":30}},{"d":"582,-696r-1,74r-255,463r251,-2r0,161r-548,0r-4,-84r254,-457r-244,2r-6,-157r553,0","w":607,"k":{"C":20,"G":20,"O":20,"Q":20,"c":30,"d":30,"e":30,"o":30,"q":30,"g":30}},{"d":"60,172r0,-886r142,0r3,886r-145,0","w":265},{"d":"284,-768v-12,192,-37,358,-42,480r-150,0r-47,-480r239,0xm294,-109v0,70,-57,127,-127,127v-70,0,-127,-57,-127,-127v0,-71,57,-127,127,-127v70,0,127,56,127,127","w":334},{"d":"580,-194v0,114,-90,184,-209,205r0,85r-139,0r0,-82v-103,-13,-163,-57,-163,-57r48,-139v0,0,91,54,173,54v51,0,69,-20,69,-50v0,-94,-288,-96,-288,-319v0,-107,91,-188,214,-211r0,-84r139,0r0,84v84,16,142,53,142,53r-46,134v0,0,-86,-47,-161,-47v-40,0,-68,15,-68,61v0,74,289,96,289,313"},{"d":"402,-444v119,0,209,68,209,212v0,166,-124,250,-286,250v-164,0,-287,-122,-287,-335v0,-234,112,-397,329,-397v137,0,230,64,230,64r-47,147v0,0,-85,-51,-170,-51v-118,0,-138,104,-136,179v30,-34,80,-69,158,-69xm326,-125v52,0,64,-45,64,-100v0,-55,-14,-102,-63,-102v-38,0,-66,42,-66,102v0,60,19,100,65,100"},{"d":"640,-696v0,0,-6,116,-6,169v0,45,1,103,1,164r-111,0v0,1,3,-102,3,-171v-22,40,-61,105,-82,138v-11,-13,-52,-95,-82,-142v0,50,1,109,1,175r-78,0v0,0,2,-93,2,-165v0,-53,-4,-168,-4,-168r106,0v15,22,57,123,77,158v12,-27,61,-129,76,-158r97,0xm260,-614r-64,0v-2,31,-3,65,-3,87v0,45,2,103,2,164r-111,0v0,0,2,-93,2,-165v0,-22,-1,-55,-2,-86r-74,0v0,0,6,-47,7,-82r255,0","w":680,"k":{"A":50,"J":120}},{"d":"504,-500r-42,125v0,0,-103,-52,-166,-52v-24,0,-35,16,-35,33v0,62,263,45,263,228v0,108,-93,184,-233,184v-188,0,-281,-94,-281,-94r54,-121v0,0,116,79,196,79v22,0,33,-13,33,-29v0,-69,-246,-54,-246,-234v0,-119,113,-179,240,-179v134,0,217,60,217,60","w":549,"k":{"T":20,"V":30,"W":30,"Y":60}},{"d":"32,-372v1,0,-22,-37,-22,-111v0,-89,101,-226,102,-226v1,0,135,24,135,24r-43,189r21,124v0,0,-194,0,-193,0xm293,-372v1,0,-22,-37,-22,-111v0,-89,101,-226,102,-226v1,0,135,24,135,24r-43,189r21,124v0,0,-194,0,-193,0","w":528,"k":{"A":50,"J":120}},{"d":"388,-530r-116,31r72,104r-71,47r-66,-107r-67,107r-71,-47r73,-104r-117,-31r25,-82r118,39r-4,-123r86,0r-3,122r116,-38","w":413,"k":{"A":50,"J":120}},{"d":"126,37v0,-61,-44,-121,-44,-188v0,-68,47,-104,106,-120v-59,-16,-106,-52,-106,-121v0,-67,44,-127,44,-188v0,-55,-36,-68,-103,-68r-3,-142v168,0,311,47,311,179v0,87,-44,139,-44,218v1,52,37,77,102,77r0,89v-65,0,-101,26,-102,78v0,78,44,131,44,217v0,132,-143,180,-311,180r3,-142v67,0,103,-14,103,-69","w":399},{"d":"281,-274v0,293,168,459,168,459r-90,79v0,0,-299,-177,-299,-538v0,-361,299,-538,299,-538r90,79v0,0,-168,165,-168,459","w":454},{"d":"462,-542r166,0v-47,209,-178,542,-178,542r-245,0r-205,-542r255,0r111,357v0,0,61,-158,96,-357","w":648,"k":{"c":10,"d":10,"e":10,"o":10,"q":10,"X":30,"g":20,",":70,".":70,"_":70,"\u2026":70,"A":33,"J":70,"-":20,"~":20,"\u2013":20,"\u2014":20,"a":10,"s":10}},{"d":"698,-696v0,0,-148,268,-241,422v1,100,3,168,3,274r-231,0v0,0,3,-114,4,-265v-63,-101,-198,-332,-253,-431r270,0v25,52,90,195,132,261v38,-69,91,-200,122,-261r194,0","w":678,"k":{"C":50,"G":50,"O":50,"Q":50,"c":70,"d":70,"e":70,"o":70,"q":70,"S":5,"g":70,",":120,".":120,"_":120,"\u2026":120,"A":70,"J":100,"-":100,"~":100,"\u2013":100,"\u2014":100,"u":50,"w":50,"m":50,"n":50,"p":50,"r":50,"a":65,"s":65,"z":30}},{"d":"235,-218v-1,0,22,37,22,111v0,89,-101,226,-102,226v-1,0,-135,-24,-135,-24r43,-189r-21,-124v0,0,194,0,193,0","w":267,"k":{"T":60,"V":95,"W":95,"Y":120,"v":80}},{"d":"473,-696r170,0r0,420v0,185,-86,294,-286,294v-192,0,-307,-109,-307,-294r0,-420r241,0v0,0,-7,288,-7,426v0,97,26,136,96,136v72,0,93,-61,93,-135r0,-427","w":693,"k":{"A":10,"J":15}},{"d":"380,-707v-59,0,-71,40,-71,104v0,7,0,29,1,61r178,0r-20,149r-154,0v3,125,7,281,9,393r-239,0v0,0,7,-265,7,-364r0,-29r-86,0r4,-69r73,-79v-2,-28,-4,-51,-4,-72v0,-169,111,-245,264,-245v96,0,165,24,202,54r-46,137v-28,-19,-68,-40,-118,-40","w":474},{"d":"280,-109v0,71,-57,127,-127,127v-71,0,-128,-56,-128,-127v0,-70,57,-127,128,-127v70,0,127,57,127,127xm585,-109v0,71,-57,127,-127,127v-71,0,-128,-56,-128,-127v0,-70,57,-127,128,-127v70,0,127,57,127,127xm890,-109v0,71,-57,127,-127,127v-71,0,-128,-56,-128,-127v0,-70,57,-127,128,-127v70,0,127,57,127,127","w":915,"k":{"T":60,"V":95,"W":95,"Y":120,"v":80}},{"d":"409,-363v0,0,165,36,165,170v0,135,-130,211,-302,211v-133,0,-214,-62,-214,-62r48,-141v0,0,63,49,135,49v56,0,92,-29,92,-72v0,-75,-108,-78,-165,-78r-11,-108v57,0,176,-17,176,-94v0,-46,-31,-70,-87,-70v-69,0,-140,49,-140,49r-48,-144v0,0,92,-61,214,-61v156,0,289,68,289,187v0,136,-152,164,-152,164"},{"d":"523,-525r-135,0v-3,65,-5,135,-5,182v0,93,3,215,3,343r-231,0v0,0,4,-195,4,-346v0,-46,-1,-114,-3,-178r-156,0v0,0,14,-99,16,-172r531,0","w":547,"k":{"C":10,"G":10,"O":10,"Q":10,"c":50,"d":50,"e":50,"o":50,"q":50,"g":50,",":70,".":70,"_":70,"\u2026":70,"A":55,"J":70,"-":70,"~":70,"\u2013":70,"\u2014":70,"u":25,"w":25,"m":25,"n":25,"p":25,"r":25,"a":40,"s":40}},{"d":"108,-696r479,0r0,127v0,0,-154,221,-154,465v0,34,3,70,10,104r-248,0v-2,-14,-2,-31,-2,-45v0,-215,157,-384,197,-456r-300,0"},{"d":"516,-571v0,147,-180,204,-199,283r-150,0v-13,-103,108,-164,108,-269v0,-43,-36,-64,-92,-64v-72,0,-135,49,-135,49r-48,-154v0,0,93,-61,226,-61v181,0,290,74,290,216xm382,-109v0,71,-57,127,-127,127v-71,0,-128,-56,-128,-127v0,-70,57,-127,128,-127v70,0,127,57,127,127","w":536},{"d":"553,-172r44,129v-54,39,-147,61,-256,61v-174,0,-301,-78,-301,-288v0,-198,123,-290,297,-290v156,0,243,69,243,183v0,142,-171,190,-301,155v0,50,17,103,89,103v72,0,138,-28,185,-53xm363,-432v-60,0,-84,65,-87,136v44,10,132,10,132,-85v0,-36,-16,-51,-45,-51","w":617,"k":{"T":20,"V":30,"W":30,"Y":60}},{"d":"555,-493v0,184,-256,231,-298,308r307,-7v0,0,-14,119,-16,192r-491,0r3,-86v2,-176,254,-287,254,-403v0,-43,-36,-64,-92,-64v-72,0,-135,49,-135,49r-48,-149v0,0,81,-61,214,-61v172,0,302,73,302,221"},{"d":"280,-109v0,71,-57,127,-127,127v-71,0,-128,-56,-128,-127v0,-70,57,-127,128,-127v70,0,127,57,127,127xm280,-433v0,71,-57,127,-127,127v-71,0,-128,-56,-128,-127v0,-70,57,-127,128,-127v70,0,127,57,127,127","w":305},{"d":"302,0r-239,0v0,0,7,-219,7,-418v0,-154,-10,-422,-10,-422v112,6,253,0,253,0v0,0,-15,278,-15,426v0,201,-1,205,4,414","w":373},{"d":"467,-714r-303,750r-164,0r306,-750r161,0","w":467},{"d":"461,-363v0,0,151,26,151,177v0,108,-113,204,-287,204v-172,0,-288,-96,-288,-204v0,-145,145,-174,145,-174v0,0,-114,-40,-114,-159v0,-113,100,-195,257,-195v155,0,256,82,256,195v0,118,-120,156,-120,156xm325,-125v50,0,67,-45,67,-93v0,-49,-22,-95,-65,-95v-44,0,-69,36,-69,93v0,57,25,95,67,95xm325,-393v45,0,67,-36,67,-89v0,-53,-17,-90,-65,-90v-54,0,-69,44,-69,88v0,45,19,91,67,91"},{"d":"466,-159r45,128v-39,27,-101,49,-187,49v-132,0,-237,-63,-237,-214v0,-57,1,-161,2,-194v-52,1,-79,1,-79,1r3,-73r239,-252r72,0r1,172r159,0r-11,149v0,0,-72,0,-152,-1v-2,68,-3,177,-3,188v0,51,4,77,55,77v44,0,74,-20,93,-30","w":521,"k":{"C":15,"G":15,"O":15,"Q":15,"Y":40,"c":10,"d":10,"e":10,"o":10,"q":10}},{"d":"582,-542r-1,78r-244,319v76,-2,187,-2,240,5r0,158v-146,-28,-548,-18,-548,-18r-4,-83r244,-313r-234,2r-6,-148r553,0","w":607},{"d":"455,-272v86,113,176,221,222,266r-258,33v-2,-2,-70,-85,-152,-188v-30,50,-58,96,-90,161r-191,0v0,0,103,-159,193,-273v-90,-115,-176,-230,-199,-269r281,0v25,42,64,94,107,154v30,-49,69,-117,100,-180r178,25v0,0,-102,157,-191,271","w":657,"k":{"C":20,"G":20,"O":20,"Q":20,"V":25,"W":25,"Y":30,"c":20,"d":20,"e":20,"o":20,"q":20,"-":50,"~":50,"\u2013":50,"\u2014":50}},{"d":"236,-420v0,0,346,-7,346,217v0,148,-129,221,-301,221v-133,0,-214,-62,-214,-62r48,-141v0,0,67,49,138,49v62,0,97,-22,97,-65v0,-86,-192,-96,-258,-97r29,-398r416,0r6,207r-302,-8"},{"d":"511,-5r106,152r-206,49v0,0,-60,-91,-93,-181v-171,-21,-278,-147,-278,-363v0,-241,131,-366,333,-366v205,0,333,125,333,366v0,179,-72,297,-195,343xm369,-564v-67,0,-100,59,-100,210v0,150,39,220,106,220v75,0,102,-77,102,-207v0,-129,-33,-223,-108,-223","w":746,"k":{"V":20,"W":20,"Y":40,"X":45,"A":30,"J":30}},{"d":"635,-238v57,32,123,65,196,102v0,0,-43,48,-58,73r-55,82v0,0,-97,-38,-208,-106v-69,61,-154,105,-256,105v-153,0,-224,-77,-224,-191v0,-105,83,-167,176,-214v-18,-42,-30,-86,-30,-133v0,-127,110,-194,227,-194v107,0,178,46,178,140v0,86,-71,143,-147,193v24,25,54,50,90,75v30,-48,56,-100,77,-152r125,40v-17,45,-48,112,-91,180xm367,-539v0,26,4,50,13,73v51,-27,88,-55,88,-93v0,-26,-12,-45,-41,-45v-36,0,-60,22,-60,65xm324,-132v24,0,51,-11,77,-30v-43,-32,-84,-69,-118,-109v-21,22,-34,46,-34,74v0,48,26,65,75,65","w":831},{"d":"552,-200r49,155v0,0,-72,63,-208,63v-211,0,-353,-120,-353,-366v0,-241,150,-366,353,-366v104,0,201,48,201,48r-53,170v0,0,-82,-52,-153,-52v-67,0,-119,43,-119,194v0,150,45,205,125,205v79,0,158,-51,158,-51","w":608,"k":{"C":20,"G":20,"O":20,"Q":20,"c":20,"d":20,"e":20,"o":20,"q":20,"g":25}},{"d":"449,-538v52,58,124,124,124,124r-142,142r143,143r-124,124r-143,-143r-143,143r-124,-124r143,-143r-142,-142v57,-51,124,-124,124,-124r142,143","w":614},{"d":"273,37v0,55,36,69,103,69r3,142v-168,0,-311,-48,-311,-180v0,-86,44,-139,44,-217v-1,-52,-37,-78,-102,-78r0,-89v65,0,101,-25,102,-77v0,-79,-44,-131,-44,-218v0,-132,143,-179,311,-179r-3,142v-67,0,-103,13,-103,68v0,61,44,121,44,188v0,69,-47,105,-106,121v59,16,106,52,106,120v0,67,-44,127,-44,188","w":399},{"d":"280,-109v0,71,-57,127,-127,127v-71,0,-128,-56,-128,-127v0,-70,57,-127,128,-127v70,0,127,57,127,127","w":305,"k":{"T":60,"V":95,"W":95,"Y":120,"v":80}},{"d":"325,-714v191,0,291,138,291,366v0,225,-108,366,-291,366v-181,0,-291,-141,-291,-366v0,-228,110,-366,291,-366xm326,-132v54,0,70,-87,70,-211v0,-140,-21,-219,-75,-219v-47,0,-67,75,-67,211v0,145,25,219,72,219"},{"d":"581,-359v-4,77,0,175,0,175r-183,0r0,184r-175,0r0,-184r-183,0r0,-175r183,0r0,-183v77,4,175,0,175,0r0,183r183,0","w":621},{"d":"458,-150r109,0r0,150r-449,0r-9,-150r121,0v1,-63,2,-130,2,-197v0,-33,-1,-63,-2,-111r-122,0r2,-97v67,0,140,-39,180,-141r173,0v0,0,-7,243,-7,353v0,57,1,119,2,193"},{"w":250},{"d":"303,-696v0,0,-12,243,-12,353v0,93,3,215,3,343r-232,0v0,0,5,-195,5,-346v0,-109,-7,-350,-7,-350r243,0","w":363},{"w":250},{"d":"368,-560v205,0,328,109,328,287v0,175,-123,291,-328,291v-203,0,-328,-116,-328,-291v0,-178,125,-287,328,-287xm274,-277v0,85,28,145,95,145v75,0,92,-64,92,-136v0,-73,-23,-146,-98,-146v-67,0,-89,51,-89,137","w":736,"k":{"T":30,"V":40,"W":40,"Y":70,"v":10,"X":40,"x":15}},{"d":"550,-378v76,21,131,65,131,161v0,160,-154,217,-386,217r-232,0v0,0,4,-195,4,-346v0,-109,-7,-350,-7,-350r238,0v235,0,322,43,322,184v0,52,-36,100,-70,134xm420,-489v0,-60,-53,-62,-126,-62v-2,56,-2,162,-2,162v0,0,55,-6,101,-6v16,-29,27,-62,27,-94xm293,-140v64,8,154,5,154,-70v0,-73,-67,-77,-155,-69v0,46,1,86,1,139","w":711,"k":{"\"":30,"'":30,"*":30,"\u2018":30,"\u2019":30,"\u201c":30,"\u201d":30,"\u2122":30,"T":25,"V":35,"W":35,"Y":50,"S":15,"X":35,"g":15}},{"d":"802,-696v0,0,-12,243,-12,353v0,93,2,215,2,343r-231,0v0,2,5,-213,5,-358v-45,83,-127,220,-170,289v-23,-28,-110,-200,-171,-297v0,105,2,227,2,366r-164,0v0,0,5,-195,5,-346v0,-109,-8,-350,-8,-350r221,0v30,46,118,257,160,329v26,-55,127,-268,158,-329r203,0","w":862},{"d":"297,-164r267,-8v0,0,-14,99,-16,172r-488,0v0,0,8,-241,8,-349v0,-152,-5,-347,-5,-347r236,0","w":569,"k":{"\"":120,"'":120,"*":120,"\u2018":120,"\u2019":120,"\u201c":120,"\u201d":120,"\u2122":120,"C":30,"G":30,"O":30,"Q":30,"T":70,"V":80,"W":80,"Y":110,"v":70,"y":70}},{"d":"219,-386v0,0,-108,-1,-194,0r198,-310r86,1r86,-1r198,310v-86,-1,-195,0,-195,0r-89,-166","w":618},{"d":"175,18v-124,0,-175,-39,-175,-39r19,-156v0,0,54,26,103,26v65,0,86,-27,86,-91v0,-33,1,-245,-3,-454r239,0v0,0,-5,410,-5,464v0,169,-111,250,-264,250","w":504,"k":{"A":10,"J":15}},{"d":"325,-714v164,0,286,121,286,335v0,233,-111,397,-328,397v-137,0,-230,-65,-230,-65r47,-146v0,0,85,51,170,51v118,0,138,-104,136,-180v-30,35,-80,69,-158,69v-119,0,-209,-67,-209,-212v0,-166,123,-249,286,-249xm323,-370v38,0,66,-42,66,-102v0,-60,-19,-100,-65,-100v-52,0,-64,45,-64,100v0,56,14,102,63,102"},{"d":"42,-359r302,0v-2,85,-1,175,-1,175r-303,0","w":384,"k":{"T":55,"V":55,"W":55,"Y":100,"v":15,"X":50,"x":30}},{"d":"303,-696v254,0,386,104,386,349v0,234,-116,347,-395,347r-231,0v0,0,4,-195,4,-346v0,-109,-7,-350,-7,-350r243,0xm357,-153v75,0,98,-57,98,-187v0,-129,-29,-206,-104,-206r-59,0v1,75,-1,152,-1,203r0,190r66,0","w":729,"k":{"V":20,"W":20,"Y":40,"X":45,"A":30,"J":30}},{"d":"268,78r125,5v0,0,1,87,0,132r-333,0v0,0,5,-389,7,-504v-2,-115,-7,-504,-7,-504r333,0v1,45,0,132,0,132r-125,5r2,367","w":414},{"d":"647,-468v0,206,-235,256,-355,256v1,74,2,125,2,212r-231,0v0,0,5,-195,5,-346v0,-109,-8,-350,-8,-350r244,0v167,3,343,57,343,228xm292,-344v45,-1,129,-21,129,-111v0,-93,-83,-98,-129,-96v-2,67,0,154,0,207","w":677,"k":{",":150,".":150,"_":150,"\u2026":150,"A":65,"J":125}},{"d":"173,-274v0,-294,-168,-459,-168,-459r90,-79v0,0,299,177,299,538v0,361,-299,538,-299,538r-90,-79v0,0,168,-166,168,-459","w":454},{"d":"471,-560v148,0,246,113,246,290v0,178,-101,288,-249,288v-102,0,-157,-68,-175,-123v0,16,9,87,9,105r-239,0v0,0,8,-219,8,-418v0,-154,-11,-422,-11,-422v113,6,254,0,254,0v0,0,-11,240,-15,391v26,-64,88,-111,172,-111xm384,-129v67,0,92,-55,92,-141v0,-85,-25,-141,-92,-141v-75,0,-100,69,-100,141v0,73,25,141,100,141","w":757,"k":{"T":30,"V":40,"W":40,"Y":70,"v":10,"X":40,"x":15}},{"d":"280,-433v0,71,-57,127,-127,127v-71,0,-128,-56,-128,-127v0,-70,57,-127,128,-127v70,0,127,57,127,127xm245,-218v-1,0,22,37,22,111v0,89,-101,226,-102,226v-1,0,-135,-24,-135,-24r43,-189r-21,-124v0,0,194,0,193,0","w":305},{"d":"297,-270v0,83,4,204,7,270r-241,0v0,0,8,-219,8,-418v0,-154,-11,-422,-11,-422v113,6,254,0,254,0v0,0,-11,240,-15,391v26,-64,88,-111,196,-111v122,0,191,71,191,199v0,154,4,297,7,361r-242,0v0,-63,4,-184,4,-270v0,-85,-17,-141,-82,-141v-64,0,-76,69,-76,141","w":753,"k":{"T":25,"V":50,"W":50,"Y":60,"v":20}},{"d":"461,-696r227,696v0,0,-146,-2,-263,3r-37,-144r-185,0v-7,48,-13,96,-16,141r-167,0v19,-239,188,-696,188,-696r253,0xm228,-269r127,0r-63,-242v0,0,-35,108,-64,242","w":688},{"d":"622,-291v0,0,-15,72,-17,145r-72,0v0,47,1,96,1,146r-231,0v0,0,1,-63,2,-146r-278,0v0,0,2,-33,4,-107r258,-443r254,0v0,0,-12,243,-12,353r0,54xm307,-285r0,-62v0,-37,-1,-126,-2,-179r-144,243"},{"d":"247,-507v0,74,289,96,289,313v0,138,-131,212,-287,212v-140,0,-224,-61,-224,-61r48,-139v0,0,91,54,173,54v51,0,69,-20,69,-50v0,-94,-288,-96,-288,-319v0,-126,127,-217,283,-217v121,0,212,59,212,59r-46,134v0,0,-86,-47,-161,-47v-40,0,-68,15,-68,61","w":561,"k":{"v":20}},{"d":"0,-714r161,0r306,750r-164,0","w":467},{"d":"304,0r-239,0v0,0,7,-156,7,-276v0,-111,-10,-266,-10,-266v112,6,250,0,250,0v0,0,-12,157,-12,271v0,106,-1,62,4,271xm314,-731v0,71,-57,127,-127,127v-70,0,-127,-56,-127,-127v0,-70,57,-127,127,-127v70,0,127,57,127,127","w":373},{"d":"40,-270v0,-177,98,-290,246,-290v84,0,146,47,172,111v-3,-151,-15,-391,-15,-391v0,0,142,6,254,0v0,0,-10,268,-10,422v0,71,0,145,1,210v2,117,18,208,18,208r-239,0v0,-18,-3,-89,-3,-105v-18,55,-73,123,-175,123v-148,0,-249,-110,-249,-288xm281,-270v0,86,25,141,92,141v75,0,100,-68,100,-141v0,-72,-25,-141,-100,-141v-67,0,-92,56,-92,141","w":756},{"d":"363,-404r304,0r0,301v-47,0,-134,121,-288,121v-205,0,-339,-120,-339,-366v0,-241,151,-366,353,-366v127,0,231,48,231,48r-53,170v0,0,-96,-52,-182,-52v-67,0,-119,47,-119,198v0,142,40,214,112,214v52,0,86,-25,86,-25r0,-112r-105,-3r0,-128","w":712,"k":{"T":15,"V":20,"W":20,"Y":30,"v":10,"X":20,"A":10}},{"d":"1083,0r-243,0v1,-63,5,-184,5,-270v0,-85,-20,-141,-84,-141v-61,0,-78,68,-78,141v0,95,4,206,7,270r-243,0v1,-63,5,-184,5,-270v0,-85,-18,-141,-83,-141v-64,0,-77,69,-77,141v0,83,5,204,8,270r-240,0v0,0,7,-219,7,-418v0,-37,-1,-80,-2,-124r233,0v-1,33,-2,65,-2,93v25,-64,89,-111,181,-111v120,0,155,57,175,122v32,-60,96,-122,232,-122v126,0,192,77,192,199v0,95,4,297,7,361","w":1143,"k":{"T":25,"V":50,"W":50,"Y":60,"v":20}},{"d":"524,-170v0,0,-2,100,0,187r-484,-201r2,-87r-2,-88r484,-201v-2,87,0,188,0,188r-275,101","w":564},{"d":"195,-810r102,204r-155,0r-142,-192v64,-6,195,-12,195,-12","w":347},{"d":"661,-163v28,0,40,-4,40,-4r-21,181v0,0,-25,4,-77,4v-140,0,-221,-123,-259,-239v-31,5,-52,6,-52,6v1,74,2,128,2,215r-231,0v0,0,5,-195,5,-346v0,-109,-8,-350,-8,-350r244,0v167,3,343,38,343,217v0,105,-65,173,-119,199v31,61,73,117,133,117xm292,-349v45,-1,129,-11,129,-117v0,-93,-83,-87,-129,-85v-2,67,0,149,0,202","w":701,"k":{"T":5,"V":20,"W":20,"Y":35}},{"d":"293,-162r286,-10v0,0,-15,99,-16,172r-500,0v0,0,4,-195,4,-346v0,-109,-7,-350,-7,-350r483,0r0,149r-247,0v-1,37,-4,162,-4,162v20,-22,60,-48,115,-48v61,0,90,40,90,81v0,47,-37,78,-92,78v-38,0,-68,-29,-91,-29v-12,0,-22,6,-22,27v0,0,1,103,1,114","w":599,"k":{"C":20,"G":20,"O":20,"Q":20,"v":30,"g":30}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+197-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);})("@Wk#+b%EhI&:@>r;Nbd45W5&zV%#kb&:zVg4hIDQkGimORE]O#n]NVUWkV`v?z$4?rK#wlvK{~GIIdK#wlvKw4%CsEULNs5nwsDKz2P4wYdBz#K#wlvK{ZTz+BCTN~NN_r`i5~MVz2P4ws54L#K#wlvKO4`&@2kkJdGbz2P4wY5Vw#MH?VP4{bKLJRCEv$>YZdW25g@Jw%{?MD~sPGIzOkh+LNo_qC]lBrbQ-`a[mU:xnK4RE#VHjT8;i&e3oQq#P~kYz2PnwWMHo4jn@RZq~GK#wY$CwW&>sPKo~lBUDdUM@I5;hZZEP#KLhID2+sKqPBP]JQ%n+WrE@>5]@~K`?svmLY#]JQvm+Y#nJbKr+bNEh>KQ?I5:k]TQ+2rnh2w&oHE;hIO-J#j-?R`HNHNLJ]B3@Yi8kbdHhHNCLbDLJb%x+~BBJ4TEkz%E@WKxOVdEhI&:JbCxLHD:OI#r@~rb+H5-{VBi+Ym[@VB`k#UlIVrNzs#nIVrN_~B-@~vq")}catch(e){}delete _cufon_bridge_;return f})({"w":650,"face":{"font-family":"MEgalopolis Extra","font-weight":900,"font-stretch":"expanded","units-per-em":"1000","panose-1":"2 0 5 3 0 0 0 2 0 4","ascent":"771","descent":"-229","x-height":"18","bbox":"-205 -858 1115 316","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+2122"}}));