/*
 * 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}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copr. 1994, Tobias Frere-Jones. Designed by Tobias Frere-Jones. Produced by The
 * Font Bureau, Inc.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"240,0r-55,0r0,-124v2,-25,-18,-25,-30,-14r0,138r-55,0r0,-124v2,-25,-18,-25,-30,-14r0,138r-55,0r0,-189r55,0r0,11v17,-19,66,-21,79,3v31,-31,91,-24,91,41r0,134","w":254,"k":{"\u201d":6,"'":5,"}":6,"y":5,"w":5,"v":6,"f":4,"]":6,"\\":26,"?":21,")":6,"\u2019":6,"\"":5}},{"d":"220,0r-55,0r2,-129v-12,43,-32,95,-48,137r-24,-63v-8,-22,-18,-54,-23,-74r1,129r-55,0r0,-252r55,0r22,62v11,30,21,59,24,77v8,-35,32,-99,46,-139r55,0r0,252","w":238},{"d":"82,-62r-31,104r-36,0r6,-104r61,0","w":93,"k":{"\u201d":18,"'":18,"y":22,"x":3,"w":22,"v":25,"u":2,"t":8,"q":2,"o":5,"j":-4,"g":2,"f":5,"e":5,"d":2,"c":5,"Y":40,"X":1,"W":21,"V":31,"U":6,"T":32,"Q":8,"O":8,"J":-2,"G":8,"C":8,"A":2,"9":13,"7":16,"4":2,"3":-4,"1":12,"0":6,"\u2019":18,"\"":18}},{"d":"189,-49r-23,0r0,49r-52,0r0,-50r-105,0r0,-41r101,-161r56,0r0,155r23,0r0,48xm116,-181v-10,26,-33,64,-49,85r48,-1","w":197,"k":{"\u2014":4,"\u2013":4,"'":9,"<":2,";":2,":":2,"9":3,"8":2,"7":6,"5":4,"1":3,"\/":6,".":4,"-":4,",":4,"+":4,"%":6,"\"":9}},{"d":"75,-235v0,17,-12,28,-31,28v-18,0,-32,-11,-32,-28v0,-17,14,-29,32,-29v19,0,31,12,31,29xm71,0r-55,0r0,-189r55,0r0,189","w":87,"k":{"\\":3}},{"d":"157,0r-139,0r0,-252r61,0r0,199r78,0r0,53","k":{"\u2122":38,"\u00a9":9,"\u2014":31,"\u201d":32,"\u2013":31,"'":26,"}":5,"y":21,"w":18,"v":21,"t":8,"q":4,"o":4,"g":4,"f":6,"e":4,"d":4,"c":4,"\u2018":26,"]":5,"\\":39,"Y":39,"X":5,"W":18,"V":32,"U":9,"T":33,"Q":8,"O":8,"G":8,"C":8,"?":26,"-":31,"*":36,")":5,"\u2019":32,"&":2,"\"":26}},{"d":"149,0r-54,0r0,-11v-35,31,-86,14,-86,-49v0,-54,44,-73,86,-56v1,-18,1,-33,-19,-33v-15,0,-27,4,-43,14r-16,-39v42,-30,132,-30,132,41r0,133xm95,-43r0,-38v-15,-7,-37,-8,-34,21v-4,27,21,27,34,17xm144,-270r-51,58r-39,0r26,-58r64,0","w":162},{"d":"80,0r-61,0r0,-252r61,0r0,252xm119,-324r-51,58r-39,0r26,-58r64,0","w":100},{"d":"125,-188r-10,58v-12,-14,-45,-19,-45,7r0,123r-55,0r0,-189r55,0r0,12v12,-15,37,-21,55,-11","w":129,"k":{"\u2014":-1,"\u201d":-2,"\u2013":-1,"}":9,"z":5,"y":-2,"x":3,"v":-2,"t":-4,"s":5,"q":5,"o":6,"g":5,"e":6,"d":5,"c":6,"a":9,"\u2018":-2,"]":9,"\\":11,"?":6,";":-2,":":-2,"\/":23,".":27,"-":-1,",":27,"*":-2,")":9,"\u2019":-2,"&":9}},{"d":"189,-128v0,122,-62,135,-171,128r0,-252r73,0v65,0,98,38,98,124xm127,-127v0,-68,-9,-77,-49,-75r0,152v40,1,49,-7,49,-77","w":200,"k":{"\u2122":4,"\u00bb":2,"}":8,"z":2,"x":2,"]":8,"\\":13,"Z":7,"Y":14,"X":13,"W":5,"V":10,"T":10,"S":2,"J":4,"A":8,"?":6,"\/":13,".":14,",":13,")":8,"&":2}},{"d":"141,-54v2,68,-93,72,-132,33r27,-39v20,16,29,20,39,20v20,0,22,-23,-4,-32v-45,-15,-56,-32,-56,-64v0,-63,89,-72,124,-34r-26,39v-18,-15,-27,-18,-36,-18v-8,0,-11,4,-11,10v0,9,2,13,19,20v42,17,56,33,56,65","w":152,"k":{"\u2014":5,"\u00bb":5,"\u201d":5,"\u2013":5,"'":8,"}":9,"z":5,"y":5,"x":6,"w":5,"v":5,"t":2,"s":2,"q":2,"o":2,"g":2,"f":2,"e":2,"d":2,"c":2,"a":1,"\u2018":2,"]":9,"\\":26,"?":17,"\/":5,".":5,"-":5,",":6,"*":2,")":9,"\u2019":5,"\"":8}},{"d":"156,-95v0,65,-26,99,-74,99v-46,0,-72,-34,-72,-98v0,-64,25,-99,73,-99v46,0,73,34,73,98xm101,-94v0,-40,-5,-53,-18,-53v-13,0,-18,13,-18,52v0,39,5,53,18,53v13,0,18,-13,18,-52","w":165,"k":{"\u00bb":10,"\u201d":8,"'":4,"}":14,"z":4,"y":6,"x":8,"w":5,"v":5,"t":1,"s":2,"f":4,"\u2018":2,"]":14,"\\":25,"?":25,"\/":9,".":6,",":8,")":14,"\u2019":8,"\"":4}},{"d":"190,-88v0,64,-33,92,-87,92v-52,0,-86,-29,-86,-91r0,-165r61,0r0,167v0,24,8,37,26,37v18,0,25,-13,25,-37r0,-167r61,0r0,164xm168,-294v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,13,-29,28,-29v15,0,28,14,28,29xm96,-294v0,15,-13,28,-28,28v-15,0,-29,-13,-29,-28v0,-15,14,-29,29,-29v15,0,28,14,28,29","w":207},{"d":"193,-20r-33,32r-18,-19v-74,33,-130,-11,-130,-119v0,-89,33,-130,90,-130v57,0,90,41,90,130v0,36,-7,64,-19,86xm130,-126v0,-61,-9,-78,-28,-78v-19,0,-29,17,-29,78v0,71,8,81,32,80r-18,-20r32,-31r10,11v0,-10,1,-24,1,-40","w":203,"k":{"\u00bb":4,"}":9,"z":3,"x":3,"a":2,"]":9,"\\":13,"Z":9,"Y":12,"X":12,"W":5,"V":10,"T":12,"S":4,"A":5,"?":6,"\/":8,".":10,",":11,")":8,"\u2019":4,"&":4}},{"d":"149,0r-54,0r0,-11v-35,31,-86,14,-86,-49v0,-54,44,-73,86,-56v1,-18,1,-33,-19,-33v-15,0,-27,4,-43,14r-16,-39v42,-30,132,-30,132,41r0,133xm95,-43r0,-38v-15,-7,-37,-8,-34,21v-4,27,21,27,34,17xm147,-239v0,15,-14,28,-29,28v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28v15,0,29,13,29,28xm74,-239v0,15,-13,28,-28,28v-15,0,-29,-13,-29,-28v0,-15,14,-28,29,-28v15,0,28,13,28,28","w":162},{"d":"198,0r-62,0r-9,-47r-50,0r-9,47r-62,0r66,-252r62,0xm117,-96r-15,-92v-2,24,-8,60,-15,92r30,0xm167,-294v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,13,-29,28,-29v15,0,28,14,28,29xm95,-294v0,15,-13,28,-28,28v-15,0,-29,-13,-29,-28v0,-15,14,-29,29,-29v15,0,28,14,28,29","w":204},{"d":"181,-174v-1,69,-41,87,-104,83r0,91r-59,0r0,-252v83,1,164,-15,163,78xm122,-172v0,-32,-17,-32,-45,-31r0,63v28,1,45,0,45,-32","w":189,"k":{"}":2,"z":5,"y":-2,"x":4,"w":-2,"v":-2,"t":-2,"s":3,"q":4,"o":5,"g":4,"f":-1,"e":5,"d":4,"c":5,"a":9,"]":2,"\\":6,"Z":10,"Y":8,"X":11,"W":3,"V":5,"T":2,"J":46,"A":20,"\/":24,".":44,",":44,"&":8}},{"d":"214,-49r-29,0r0,49r-54,0r0,-49r-35,0r0,49r-54,0r0,-49r-28,0r0,-46r28,0r0,-62r-28,0r0,-46r28,0r0,-49r54,0r0,49r35,0r0,-49r54,0r0,49r29,0r0,46r-29,0r0,62r29,0r0,46xm133,-93r0,-66r-39,0r0,66r39,0","w":227,"k":{"1":-2}},{"d":"78,-252v1,62,0,122,-9,174r-40,0v-10,-51,-11,-111,-10,-174r59,0xm81,-28v0,18,-13,32,-32,32v-19,0,-32,-14,-32,-32v0,-19,13,-32,32,-32v19,0,32,13,32,32","w":98},{"w":93},{"d":"192,-126v0,89,-34,130,-91,130v-57,0,-89,-41,-89,-130v0,-89,33,-130,90,-130v57,0,90,41,90,130xm130,-126v0,-61,-9,-78,-28,-78v-19,0,-29,17,-29,78v0,61,10,78,29,78v19,0,28,-17,28,-78","w":203,"k":{"\u00bb":4,"}":10,"z":3,"x":5,"a":2,"]":10,"\\":13,"Z":10,"Y":12,"X":12,"W":5,"V":10,"T":12,"S":4,"J":4,"A":5,"?":6,"\/":13,".":12,",":13,")":9,"\u2019":4,"&":4}},{"d":"157,0r-56,0r0,-124v2,-24,-19,-25,-31,-14r0,138r-55,0r0,-241r55,-21r0,84v31,-28,87,-17,87,44r0,134","w":170,"k":{"\u201d":6,"'":5,"}":6,"y":5,"w":5,"v":6,"f":4,"]":6,"\\":26,"?":21,")":6,"\u2019":6,"\"":5}},{"d":"78,-252r-5,100r-61,0r31,-100r35,0","w":96,"k":{"z":4,"x":5,"t":-4,"s":8,"q":6,"o":8,"g":6,"e":8,"d":6,"c":8,"a":10,"Z":2,"X":5,"S":2,"Q":4,"O":4,"J":43,"G":4,"C":4,"A":29}},{"d":"143,0r-131,0r0,-41r69,-103r-64,1r0,-46r126,0r0,41r-68,103r68,-1r0,46","w":156,"k":{"\u2014":2,"\u2013":2,"}":5,"z":2,"u":2,"s":2,"q":5,"o":4,"g":5,"f":1,"e":4,"d":5,"c":4,"a":3,"]":5,"\\":18,"?":8,"-":2,")":5,"&":5}},{"d":"157,-95v0,88,-39,120,-87,85r0,58r-55,21r0,-258r55,0r0,11v45,-37,87,-3,87,83xm102,-94v-1,-57,-7,-58,-32,-46r0,90v22,13,32,14,32,-44","k":{"\u00bb":5,"\u201d":6,"'":4,"}":12,"z":6,"y":8,"x":8,"w":4,"v":5,"t":1,"s":2,"f":2,"]":12,"\\":23,"?":21,"\/":8,".":3,",":4,")":11,"\u2019":6,"\"":4}},{"d":"317,-75v0,51,-25,79,-63,79v-38,0,-61,-27,-61,-78v0,-51,24,-79,62,-79v38,0,62,27,62,78xm254,-252r-133,252r-49,0r133,-252r49,0xm134,-178v0,51,-25,79,-63,79v-38,0,-62,-27,-62,-78v0,-51,25,-79,63,-79v38,0,62,27,62,78xm269,-74v0,-32,-4,-41,-14,-41v-11,0,-15,8,-15,40v0,32,5,41,15,41v11,0,14,-8,14,-40xm86,-177v0,-32,-5,-41,-15,-41v-11,0,-14,8,-14,40v0,32,5,41,15,41v11,0,14,-8,14,-40","w":326},{"d":"185,-77v0,49,-25,77,-78,77r-89,0r0,-252v75,0,163,-12,163,67v0,27,-11,41,-29,51v21,9,33,26,33,57xm123,-180v0,-29,-22,-25,-47,-25r0,51v26,0,47,5,47,-26xm126,-76v0,-36,-20,-33,-50,-32r0,61v28,0,50,5,50,-29","w":196,"k":{"\u2122":6,"\u00bb":5,"\u201d":4,"'":4,"}":4,"z":6,"y":7,"x":8,"w":8,"v":7,"u":2,"t":4,"s":2,"q":2,"o":2,"l":2,"j":2,"i":2,"g":2,"f":4,"e":2,"d":2,"c":2,"a":2,"]":4,"\\":12,"Z":4,"Y":12,"X":7,"W":8,"V":8,"T":9,"Q":1,"O":1,"G":1,"C":1,"A":6,"?":4,"\/":2,".":6,",":6,"*":2,")":4,"\u2019":4,"&":2,"\"":4}},{"d":"157,-95v0,88,-39,120,-87,85r0,10r-55,0r0,-241r55,-21r0,84v45,-37,87,-3,87,83xm102,-94v-1,-57,-7,-58,-32,-46r0,90v22,13,32,14,32,-44","k":{"\u00bb":5,"\u201d":6,"'":4,"}":12,"z":6,"y":8,"x":8,"w":4,"v":5,"t":1,"s":2,"f":2,"]":12,"\\":23,"?":21,"\/":8,".":3,",":4,")":11,"\u2019":6,"\"":4}},{"d":"116,-102r-99,0r0,-57r99,0r0,57","w":133,"k":{"z":5,"y":2,"x":8,"w":1,"v":2,"a":4,"Z":21,"Y":26,"X":24,"W":9,"V":13,"T":28,"S":5,"J":24,"A":18,"7":16,"3":14,"2":13,"1":8}},{"d":"161,-189r-51,189r-55,0r-51,-189r58,0r9,48v5,24,9,57,11,84v3,-46,13,-90,21,-132r58,0","w":165,"k":{"\u2014":2,"\u2013":2,"}":11,"z":3,"x":2,"s":5,"q":4,"o":5,"g":4,"e":5,"d":4,"c":5,"a":5,"]":11,"\\":11,"?":6,"\/":21,".":23,"-":2,",":21,")":11,"&":8}},{"d":"147,-51v-14,38,-33,55,-65,55v-45,0,-72,-30,-72,-98v0,-66,24,-99,73,-99v35,0,53,22,63,55r-44,21v-5,-22,-10,-30,-20,-30v-13,0,-17,14,-17,53v0,63,27,70,40,21","w":154,"k":{"\u00bb":2,"'":1,"}":6,"z":3,"y":1,"x":5,"w":4,"v":2,"u":1,"s":1,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"a":1,"]":6,"\\":18,"?":17,"\/":2,",":1,")":6,"&":5,"\"":1}},{"d":"149,0r-54,0r0,-11v-35,31,-86,14,-86,-49v0,-54,44,-73,86,-56v1,-18,1,-33,-19,-33v-15,0,-27,4,-43,14r-16,-39v42,-30,132,-30,132,41r0,133xm95,-43r0,-38v-15,-7,-37,-8,-34,21v-4,27,21,27,34,17","w":162,"k":{"}":6,"y":4,"w":4,"v":4,"]":6,"\\":25,"?":21,")":6}},{"d":"135,-84v-33,-7,-30,24,-30,53v0,47,-26,71,-92,71r0,-41v34,-2,34,-20,33,-52v0,-38,10,-49,36,-55v-32,-3,-36,-30,-36,-72v0,-23,-6,-31,-33,-34r0,-41v80,1,92,32,92,102v0,20,12,23,30,22r0,47","w":144},{"d":"152,48r-56,21r0,-80v-46,37,-86,4,-86,-83v0,-87,38,-120,86,-85r0,-10r56,0r0,237xm96,-49r0,-90v-22,-13,-32,-14,-31,44v1,57,7,58,31,46","k":{"j":-16,"\\":19,"?":12}},{"d":"229,-109r-31,0r1,-74r-27,78v-10,-24,-20,-53,-27,-78r1,74r-31,0r0,-143r31,0r26,79v4,-20,18,-57,26,-79r31,0r0,143xm98,-222r-29,0r0,113r-34,0r0,-113r-29,0r0,-30r92,0r0,30","w":238},{"d":"71,0r-55,0r0,-189r55,0r0,189xm111,-270r-51,58r-39,0r26,-58r64,0","w":87},{"d":"107,-216v-10,-4,-27,-7,-27,10r0,17r24,0r0,46r-24,0r0,143r-54,0r0,-143r-17,0r0,-46r17,0v-4,-43,9,-72,47,-72v16,0,26,2,34,5r0,40","w":111,"k":{"\u2122":-12,"\u2014":2,"\u201d":-7,"\u2013":2,"'":-8,"}":-8,"z":3,"x":2,"t":-6,"s":5,"q":6,"o":6,"l":1,"j":1,"i":1,"g":6,"f":4,"e":6,"d":6,"c":6,"a":6,"\u2018":-6,"\\":-8,"?":-8,";":2,":":2,"\/":15,".":15,"-":2,",":15,"*":-8,")":-5,"\u2019":-7,"&":5,"\"":-8}},{"d":"156,0r-56,0r0,-11v-31,28,-86,18,-86,-44r0,-134r55,0r0,124v-2,24,19,25,31,14r0,-138r56,0r0,189xm145,-212r-38,0r-23,-24r-22,24r-38,0r40,-58r42,0","w":170},{"d":"190,-88v0,64,-33,92,-87,92v-52,0,-86,-29,-86,-91r0,-165r61,0r0,167v0,24,8,37,26,37v18,0,25,-13,25,-37r0,-167r61,0r0,164xm164,-266r-38,0r-23,-24r-22,24r-37,0r39,-58r42,0","w":207},{"d":"168,-252r-11,118r-41,0r-13,-118r65,0xm81,-252r-12,118r-41,0r-12,-118r65,0","w":185,"k":{"z":2,"x":5,"t":-4,"s":4,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"a":6,"Z":2,"X":6,"J":26,"A":26,"8":6,"7":-6,"6":6,"5":2,"4":13,"3":2,"2":5,"1":-6,"0":2}},{"d":"174,-252v-7,106,34,256,-84,256v-54,0,-77,-32,-85,-79r58,-13v1,46,50,57,50,8r0,-172r61,0","w":191,"k":{"z":4,"x":2,"s":1,"X":4,"J":4,"A":7,"\/":10,".":10,",":10,"&":4}},{"d":"223,-126v0,76,-42,130,-105,130v-63,0,-104,-54,-104,-130v0,-76,41,-130,104,-130v63,0,105,54,105,130xm199,-126v0,-63,-31,-107,-81,-107v-50,0,-80,44,-80,107v0,63,30,107,80,107v50,0,81,-44,81,-107xm165,-95v-6,26,-18,41,-46,41v-33,0,-51,-25,-51,-73v0,-87,88,-98,97,-29r-32,9v-3,-17,-5,-24,-14,-24v-11,0,-15,11,-15,44v0,51,22,60,31,21","w":237,"k":{"z":4,"x":3,"a":4,"Z":6,"Y":16,"X":12,"W":5,"V":9,"T":14,"S":4,"J":2,"A":10}},{"d":"250,-252r-43,252r-56,0r-22,-152v-2,34,-14,110,-22,152r-55,0r-43,-252r58,0r16,152r20,-152r53,0r20,152r16,-152r58,0","w":258,"k":{"\u00a9":5,"\u2014":9,"\u00bb":8,"\u2013":9,"z":9,"y":5,"x":6,"w":5,"v":5,"u":8,"t":2,"s":10,"r":8,"q":7,"p":8,"o":9,"n":8,"m":8,"l":2,"k":2,"j":2,"i":2,"h":2,"g":7,"f":4,"e":9,"d":7,"c":9,"b":2,"a":9,"\u2018":2,"Z":2,"Y":2,"X":5,"S":3,"Q":5,"O":5,"J":16,"G":5,"C":5,"A":16,"?":-2,";":6,":":6,"\/":24,".":24,"-":9,",":25,"*":2,"&":9}},{"d":"162,-134r-57,0r-20,-64r-19,64r-57,0r51,-118r50,0","w":171},{"d":"150,-78r-88,0v2,51,31,47,52,17r33,26v-16,23,-34,39,-66,39v-47,0,-71,-38,-71,-98v0,-65,25,-99,71,-99v49,0,72,44,69,115xm100,-115v-1,-26,-7,-36,-20,-36v-11,0,-16,8,-18,36r38,0xm147,-270r-51,58r-39,0r26,-58r64,0","w":159},{"d":"152,0r-56,0r0,-11v-46,37,-86,4,-86,-83v0,-87,38,-120,86,-85r0,-62r56,-21r0,262xm96,-49r0,-90v-22,-13,-32,-14,-31,44v1,57,7,58,31,46","k":{"\\":2}},{"d":"176,-75v0,53,-33,79,-85,79v-38,0,-61,-17,-82,-48r41,-31v13,20,24,29,41,29v17,0,27,-11,27,-29v0,-34,-22,-34,-53,-33r0,-48v26,2,50,-1,47,-27v-5,-37,-45,-27,-61,2r-38,-33v18,-24,40,-42,79,-42v48,0,78,24,78,66v0,30,-15,46,-32,55v19,6,38,23,38,60","w":188,"k":{"'":8,"<":5,"9":11,"8":4,"7":9,"6":4,"5":7,"3":4,"2":9,"1":2,"0":3,"\/":10,".":5,",":5,"%":4,"\"":8}},{"d":"162,-252r-5,100r-61,0r30,-100r36,0xm78,-252r-5,100r-61,0r31,-100r35,0","w":180,"k":{"z":4,"x":5,"t":-4,"s":5,"q":6,"o":8,"g":6,"e":8,"d":6,"c":8,"a":10,"Z":2,"X":5,"J":43,"A":29}},{"d":"149,0r-54,0r0,-11v-35,31,-86,14,-86,-49v0,-54,44,-73,86,-56v1,-18,1,-33,-19,-33v-15,0,-27,4,-43,14r-16,-39v42,-30,132,-30,132,41r0,133xm95,-43r0,-38v-15,-7,-37,-8,-34,21v-4,27,21,27,34,17xm126,-256v0,25,-19,44,-44,44v-25,0,-44,-19,-44,-44v0,-25,19,-44,44,-44v25,0,44,19,44,44xm99,-256v0,-11,-7,-18,-17,-18v-10,0,-17,7,-17,18v0,11,7,19,17,19v10,0,17,-8,17,-19","w":162},{"d":"270,-31v0,20,-15,35,-35,35v-20,0,-35,-15,-35,-35v0,-20,15,-34,35,-34v20,0,35,14,35,34xm176,-31v0,20,-15,35,-35,35v-20,0,-35,-15,-35,-35v0,-20,15,-34,35,-34v20,0,35,14,35,34xm82,-31v0,20,-15,35,-35,35v-20,0,-35,-15,-35,-35v0,-20,15,-34,35,-34v20,0,35,14,35,34","w":281},{"d":"84,-252r-12,118r-43,0r-12,-118r67,0","w":101,"k":{"z":2,"x":5,"t":-4,"s":4,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"a":6,"Z":2,"X":6,"J":26,"A":26,"8":6,"7":-6,"6":6,"5":2,"4":13,"3":2,"2":5,"1":-6,"0":2}},{"d":"167,-139r-145,0r0,-55r145,0r0,55xm167,-54r-145,0r0,-55r145,0r0,55","w":189,"k":{"7":13,"3":4,"2":5}},{"d":"165,-189r-72,256r-53,0r20,-62r-56,-194r58,0r23,136v2,-39,14,-94,22,-136r58,0","w":168,"k":{"\u2014":2,"\u2013":2,"}":11,"z":3,"x":2,"s":6,"q":4,"o":6,"g":4,"e":6,"d":4,"c":6,"a":5,"]":11,"\\":11,"?":6,"\/":21,".":23,"-":2,",":21,")":11,"&":8}},{"d":"156,-95v0,65,-26,99,-74,99v-46,0,-72,-34,-72,-98v0,-64,25,-99,73,-99v46,0,73,34,73,98xm101,-94v0,-40,-5,-53,-18,-53v-13,0,-18,13,-18,52v0,39,5,53,18,53v13,0,18,-13,18,-52xm143,-209r-38,0r-23,-24r-22,24r-37,0r39,-57r42,0","w":165},{"d":"157,0r-56,0r0,-124v2,-24,-19,-25,-31,-14r0,138r-55,0r0,-189r55,0r0,11v31,-28,87,-17,87,44r0,134","w":170,"k":{"\u201d":6,"'":5,"}":6,"y":5,"w":5,"v":6,"f":4,"]":6,"\\":26,"?":21,")":6,"\u2019":6,"\"":5}},{"d":"113,36r-93,0r0,-288r93,0r0,47r-37,0r0,195r37,0r0,46","w":132,"k":{"z":5,"y":11,"x":5,"w":11,"v":11,"u":9,"t":5,"s":9,"r":6,"q":12,"o":14,"n":6,"m":6,"j":-16,"g":12,"f":6,"e":14,"d":12,"c":14,"a":12,"Z":4,"X":5,"S":6,"Q":10,"O":10,"J":10,"G":10,"C":10,"A":5}},{"d":"192,-126v0,89,-34,130,-91,130v-57,0,-89,-41,-89,-130v0,-89,33,-130,90,-130v57,0,90,41,90,130xm130,-126v0,-61,-9,-78,-28,-78v-19,0,-29,17,-29,78v0,61,10,78,29,78v19,0,28,-17,28,-78xm162,-266r-37,0r-23,-24r-23,24r-37,0r39,-58r42,0","w":203},{"d":"113,-212r-38,0r-52,-58r64,0","w":149},{"d":"217,-189r-38,189r-50,0v-7,-35,-15,-89,-18,-121r-18,121r-49,0r-39,-189r52,0r13,114r17,-114r49,0r17,114r13,-114r51,0","w":222,"k":{"\u2014":1,"\u2013":1,"}":11,"z":3,"x":2,"s":4,"q":3,"o":5,"g":3,"e":4,"d":3,"c":5,"a":4,"]":11,"\\":11,"?":6,"\/":18,".":21,"-":1,",":18,")":11,"&":9}},{"d":"175,-70v0,47,-35,74,-82,74v-39,0,-62,-16,-83,-44r41,-37v17,20,31,31,43,31v13,0,22,-7,22,-21v0,-14,-4,-22,-32,-35v-50,-22,-69,-41,-69,-81v0,-41,30,-73,78,-73v39,0,58,14,79,40r-41,37v-17,-21,-24,-27,-40,-27v-31,10,-21,36,14,50v52,20,70,44,70,86","w":186,"k":{"\u2014":5,"\u00bb":8,"\u201d":5,"\u2013":5,"'":4,"}":6,"z":5,"y":9,"x":8,"w":9,"v":9,"u":2,"t":4,"s":2,"q":2,"o":2,"g":2,"f":3,"e":2,"d":2,"c":2,"a":2,"\u2018":9,"]":6,"\\":10,"Y":12,"X":6,"W":2,"V":7,"T":5,"S":4,"Q":1,"O":1,"G":1,"C":1,"A":3,"?":4,"\/":4,".":4,"-":5,",":5,"*":5,")":5,"\u2019":8,"\"":4}},{"d":"185,-77v0,52,-33,81,-87,81v-53,0,-86,-30,-86,-81v0,-33,16,-50,31,-59v-50,-34,-18,-129,56,-120v74,-7,105,85,55,119v15,9,31,27,31,60xm122,-184v0,-18,-7,-27,-24,-27v-17,0,-23,10,-23,27v0,15,7,26,24,26v17,0,23,-11,23,-26xm128,-78v0,-24,-11,-34,-30,-34v-19,0,-29,11,-29,34v0,24,11,34,30,34v19,0,29,-10,29,-34","w":196,"k":{"'":6,"<":4,"9":6,"7":10,"5":4,"3":3,"2":6,"1":1,"\/":9,"%":2,"\"":6}},{"d":"191,0r-48,0r-38,-72v-14,-27,-27,-55,-32,-69v2,36,2,98,2,141r-57,0r0,-252r53,0r32,58v14,26,28,56,33,70v-2,-32,-2,-89,-2,-128r57,0r0,252xm80,-319v18,0,34,18,47,18v7,0,10,-5,11,-17r34,0v0,34,-17,53,-40,53v-18,0,-33,-16,-47,-18v-7,0,-9,5,-10,17r-34,0v0,-34,16,-53,39,-53","w":209},{"d":"134,67r-134,0r0,-44r134,0r0,44","w":133},{"d":"168,0r-150,0r0,-252r148,0r0,51r-88,0r0,44r57,0r0,51r-57,0r0,55r90,0r0,51","w":181,"k":{"\u00a9":6,"\u2014":18,"\u2013":18,"z":2,"y":13,"w":12,"v":13,"u":4,"t":5,"q":5,"o":6,"g":5,"f":5,"e":6,"d":5,"c":6,"a":4,"Y":2,"S":2,"Q":9,"O":9,"G":9,"C":9,"-":18,"*":4,"&":4}},{"d":"198,0r-62,0r-9,-47r-50,0r-9,47r-62,0r62,-237v-24,-27,-1,-71,35,-71v36,0,57,43,35,71xm120,-264v0,-11,-7,-19,-17,-19v-10,0,-17,8,-17,19v0,11,7,18,17,18v10,0,17,-7,17,-18xm117,-96r-15,-92v-2,24,-8,60,-15,92r30,0","w":204},{"d":"170,-200r-92,0r0,44r60,0r0,51r-60,0r0,105r-60,0r0,-252r152,0r0,52","w":178,"k":{"\u2122":-5,"\u00a9":9,"\u2014":18,"\u00bb":9,"\u201d":-2,"\u2013":18,"z":24,"y":18,"x":24,"w":18,"v":18,"u":21,"t":5,"s":21,"r":21,"q":22,"p":21,"o":25,"n":21,"m":21,"g":22,"f":10,"e":25,"d":22,"c":25,"a":28,"Z":2,"X":2,"S":2,"Q":9,"O":9,"J":51,"G":9,"C":9,"A":25,"?":-4,";":14,":":14,"\/":32,".":44,"-":18,",":44,"\u2019":-2,"&":14}},{"d":"156,-95v0,65,-26,99,-74,99v-46,0,-72,-34,-72,-98v0,-64,25,-99,73,-99v46,0,73,34,73,98xm101,-94v0,-40,-5,-53,-18,-53v-13,0,-18,13,-18,52v0,39,5,53,18,53v13,0,18,-13,18,-52xm148,-237v0,15,-14,28,-29,28v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28v15,0,29,13,29,28xm75,-237v0,15,-13,28,-28,28v-15,0,-29,-13,-29,-28v0,-15,14,-28,29,-28v15,0,28,13,28,28","w":165},{"d":"263,-127r-56,47v-10,10,-22,2,-17,-12r3,-13r-37,0r0,44v13,-6,41,-4,26,14r-48,56r-48,-56v-10,-10,-2,-22,12,-17r13,3r0,-44r-36,0v7,14,4,40,-15,25r-56,-47r56,-48v11,-10,22,-2,18,12r-3,13r36,0r0,-41v-14,7,-41,4,-25,-14r48,-56r48,56v8,11,1,22,-13,17r-13,-3r0,41r37,0v-7,-14,-4,-41,14,-25","w":267},{"d":"127,-102r-110,91r0,-73r55,-40r-55,-41r0,-74r110,91r0,46","w":141,"k":{"7":20,"3":17,"2":13,"1":5}},{"d":"188,-135v5,79,-13,139,-87,139v-57,0,-89,-43,-89,-130v0,-84,29,-130,90,-130v53,0,71,27,82,75r-57,17v-5,-27,-10,-40,-25,-40v-21,0,-28,20,-28,78v0,62,9,79,31,79v23,1,27,-18,26,-42r-29,0r0,-46r86,0","w":200,"k":{"}":5,"z":4,"y":6,"x":5,"w":2,"v":2,"t":2,"f":2,"]":5,"\\":13,"Z":4,"Y":13,"X":6,"W":4,"V":6,"T":10,"S":2,"A":5,"?":5,"\/":8,".":8,",":10,")":2}},{"d":"168,0r-150,0r0,-252r148,0r0,51r-88,0r0,44r57,0r0,51r-57,0r0,55r90,0r0,51xm155,-324r-51,58r-39,0r26,-58r64,0","w":181},{"d":"183,-70v-11,46,-33,74,-83,74v-59,0,-88,-45,-88,-130v0,-87,33,-130,89,-130v53,0,71,31,81,79r-58,15v-4,-28,-8,-42,-23,-42v-19,0,-27,21,-27,78v0,58,8,78,28,78v14,0,18,-10,25,-41","w":192,"k":{"\u00a9":5,"\u2014":13,"\u2013":13,"z":4,"y":6,"x":5,"w":6,"v":6,"u":2,"t":4,"s":4,"q":4,"o":5,"g":4,"f":4,"e":5,"d":4,"c":5,"a":4,"\\":10,"Z":4,"Y":9,"X":5,"V":4,"U":2,"T":4,"S":4,"Q":6,"O":6,"J":2,"G":6,"C":6,"A":1,"\/":4,".":4,"-":13,",":4,"*":2,"&":2}},{"d":"198,-95r-41,95r-57,0r41,-94r-41,-95r57,0xm110,-95r-41,95r-57,0r41,-94r-41,-95r57,0","w":205,"k":{"z":8,"y":8,"x":12,"w":8,"v":8,"t":2,"s":5,"f":4,"Z":9,"Y":29,"X":14,"W":13,"V":22,"T":26,"S":8,"J":-2,"A":4}},{"d":"181,-87v0,101,-126,118,-169,48r38,-36v22,35,73,46,73,-10v0,-47,-38,-47,-55,-23r-49,-13r7,-131r144,0r0,50r-95,0r-2,40v48,-28,108,0,108,75","w":194,"k":{"'":5,"9":8,"8":4,"7":6,"5":5,"3":5,"2":4,"1":2,"\/":8,".":5,",":5,"%":5,"\"":5}},{"d":"198,0r-62,0r-9,-47r-50,0r-9,47r-62,0r66,-252r62,0xm117,-96r-15,-92v-2,24,-8,60,-15,92r30,0xm170,-324r-51,58r-39,0r26,-58r64,0","w":204},{"d":"81,-159v0,20,-14,34,-34,34v-20,0,-34,-14,-34,-34v0,-20,14,-34,34,-34v20,0,34,14,34,34xm77,-61r-29,103r-35,0r5,-103r59,0","w":93,"k":{"Y":22,"X":2,"W":6,"V":14,"T":20,"7":6}},{"d":"174,-103r-157,0r0,-54r157,0r0,54","w":191,"k":{"z":5,"y":2,"x":8,"w":1,"v":2,"a":4,"Z":21,"Y":26,"X":24,"W":9,"V":13,"T":28,"S":5,"J":24,"A":18,"7":16,"3":14,"2":13,"1":8}},{"d":"173,0r-160,0v2,-80,27,-112,75,-147v21,-15,27,-24,27,-38v0,-12,-7,-21,-18,-21v-15,0,-25,6,-44,29r-39,-33v22,-30,44,-46,84,-46v89,0,96,99,30,141v-40,25,-49,44,-52,65r97,0r0,50","w":190,"k":{"\u2014":9,"\u2013":9,"'":6,"=":5,"<":10,"9":11,"8":9,"7":14,"6":13,"5":8,"4":22,"3":6,"2":12,"0":11,"\/":4,"-":9,"+":9,"\"":6}},{"d":"173,-206v-58,68,-67,118,-67,206r-58,0v0,-77,15,-143,60,-202r-97,0r0,-50r162,0r0,46","w":187,"k":{"\u2014":21,"\u2013":21,"'":5,">":9,"=":21,"<":26,";":16,":":16,"9":4,"8":8,"7":4,"6":18,"5":7,"4":28,"3":8,"2":8,"1":-4,"0":9,"\/":48,".":33,"-":21,",":33,"+":21,"%":6,"\"":5}},{"d":"156,0r-56,0r0,-11v-31,28,-86,18,-86,-44r0,-134r55,0r0,124v-2,24,19,25,31,14r0,-138r56,0r0,189xm150,-240v0,15,-14,28,-29,28v-15,0,-28,-13,-28,-28v0,-15,13,-29,28,-29v15,0,29,14,29,29xm77,-240v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,13,-29,28,-29v15,0,28,14,28,29","w":170},{"d":"111,17r-39,23v-34,-42,-58,-88,-58,-149v0,-63,24,-108,58,-150r39,23v-47,74,-47,179,0,253","w":122,"k":{"z":5,"y":11,"x":5,"w":11,"v":11,"u":9,"t":5,"s":9,"r":6,"q":11,"o":14,"n":6,"m":6,"j":-16,"g":11,"f":6,"e":14,"d":11,"c":14,"a":12,"X":2,"S":5,"Q":9,"O":9,"J":6,"G":9,"C":9,"A":5}},{"d":"168,-252r-30,100r-36,0r5,-100r61,0xm85,-252r-31,100r-36,0r6,-100r61,0","w":180},{"d":"75,-235v0,17,-12,28,-31,28v-18,0,-32,-11,-32,-28v0,-17,14,-29,32,-29v19,0,31,12,31,29xm71,-6v0,54,-22,68,-74,75r-14,-39v26,-5,33,-11,33,-32r0,-187r55,0r0,183","w":87,"k":{"j":-6,"\\":3}},{"d":"113,36r-94,0r0,-46r38,0r0,-195r-38,0r0,-47r94,0r0,288","w":132},{"d":"173,-70v0,36,-21,59,-52,68r0,32r-57,0r0,-31v-23,-6,-40,-20,-55,-41r39,-35v17,20,33,31,45,31v13,0,21,-7,21,-21v0,-14,-4,-22,-32,-35v-50,-22,-69,-41,-69,-81v0,-32,19,-58,51,-67r0,-32r57,0r0,31v21,6,35,19,50,37r-40,35v-17,-21,-25,-27,-41,-27v-31,10,-21,36,14,50v52,20,69,44,69,86","w":186,"k":{"9":4,"8":2,"7":2,"5":2,"3":2,"2":2}},{"w":93},{"d":"108,-110v0,63,-24,108,-58,150r-39,-23v47,-74,47,-180,0,-253r39,-23v34,42,58,87,58,149","w":122},{"d":"180,-83v0,56,-32,87,-86,87v-50,0,-83,-32,-83,-95v0,-81,38,-151,130,-166r15,46v-48,11,-74,33,-87,63v45,-31,111,-11,111,65xm123,-79v0,-26,-9,-37,-27,-37v-19,0,-28,12,-28,38v0,24,8,34,27,34v17,0,28,-10,28,-35","w":190,"k":{"'":6,"9":9,"7":14,"5":2,"3":4,"2":7,"1":8,"\/":5,"%":4,"\"":6}},{"d":"162,0r-58,0r-23,-81v-15,15,-10,51,-11,81r-55,0r0,-241r55,-21r-1,136v6,-14,22,-44,33,-63r59,0r-39,59","k":{"\u2122":16,"\u00a9":4,"\u2014":10,"\u00bb":-2,"\u201d":6,"\u2013":10,"'":8,"}":6,"z":1,"y":2,"x":2,"w":2,"v":2,"u":3,"t":3,"s":5,"q":4,"o":6,"g":4,"f":3,"e":6,"d":4,"c":6,"a":3,"\u2018":2,"]":6,"\\":21,"?":12,";":1,":":1,"-":11,"*":4,")":6,"\u2019":6,"&":5,"\"":8}},{"d":"82,-31v0,20,-15,35,-35,35v-20,0,-35,-15,-35,-35v0,-20,15,-34,35,-34v20,0,35,14,35,34","w":93,"k":{"\u201d":18,"'":18,"y":22,"w":21,"v":23,"u":2,"t":8,"q":3,"o":6,"g":3,"f":5,"e":6,"d":3,"c":6,"Y":44,"X":2,"W":24,"V":35,"U":10,"T":32,"Q":12,"O":12,"J":-2,"G":12,"C":12,"9":12,"7":16,"4":2,"3":-4,"1":12,"0":6,"\u2019":18,"\"":18}},{"d":"179,-161v0,81,-39,151,-130,166r-14,-46v48,-11,74,-33,87,-63v-45,31,-112,10,-112,-65v0,-56,33,-87,87,-87v49,0,82,32,82,95xm123,-174v0,-24,-9,-34,-28,-34v-17,0,-27,10,-27,35v0,26,9,37,26,37v19,0,29,-12,29,-38","w":190,"k":{"8":2,"7":7,"6":2,"5":1,"4":5,"3":12,"2":9,"1":-4,"\/":21,".":13,",":13}},{"d":"192,-252r-62,252r-61,0r-63,-252r65,0r29,180v5,-52,20,-126,29,-180r63,0","w":199,"k":{"\u00a9":9,"\u2014":13,"\u00bb":10,"\u2013":13,"z":16,"y":10,"x":14,"w":10,"v":10,"u":14,"t":6,"s":17,"r":14,"q":14,"p":14,"o":20,"n":14,"m":14,"l":4,"k":4,"j":4,"i":4,"h":4,"g":14,"f":8,"e":20,"d":14,"c":20,"b":4,"a":15,"\u2018":4,"Z":4,"Y":4,"X":8,"V":2,"S":5,"Q":10,"O":10,"J":29,"G":10,"C":10,"A":26,"?":-2,";":14,":":14,"\/":35,".":35,"-":13,",":35,"*":4,"&":10}},{"d":"186,-126v0,87,-33,130,-88,130v-55,0,-87,-43,-87,-130v0,-87,33,-130,88,-130v55,0,87,43,87,130xm125,-126v0,-62,-9,-78,-27,-78v-18,0,-26,16,-26,78v0,62,9,78,27,78v18,0,26,-16,26,-78","w":196,"k":{"'":2,"7":12,"3":9,"2":10,"\/":14,".":6,",":8,"\"":2}},{"d":"157,0r-56,0r0,-124v2,-24,-19,-25,-31,-14r0,138r-55,0r0,-189r55,0r0,11v31,-28,87,-17,87,44r0,134xm61,-265v18,0,33,16,47,18v7,0,10,-5,11,-17r34,0v0,34,-17,53,-40,53v-18,0,-33,-16,-47,-18v-7,0,-10,5,-11,17r-33,0v0,-34,16,-53,39,-53","w":170},{"d":"172,-199r-51,0r0,199r-61,0r0,-199r-51,0r0,-53r163,0r0,53","w":181,"k":{"\u2122":-4,"\u00a9":14,"\u2014":28,"\u00bb":18,"\u2013":28,"z":29,"y":28,"x":29,"w":29,"v":28,"u":26,"t":9,"s":29,"r":26,"q":31,"p":26,"o":32,"n":26,"m":26,"l":4,"k":4,"j":2,"i":2,"h":4,"g":31,"f":13,"e":32,"d":31,"c":32,"b":4,"a":33,"\u2018":4,"Z":6,"X":5,"S":5,"Q":12,"O":12,"J":30,"G":12,"C":12,"A":24,";":20,":":20,"\/":30,".":32,"-":28,",":32,"&":12}},{"d":"60,-168v19,0,36,22,49,22v5,0,7,-2,16,-23r37,12v-14,42,-28,57,-50,57v-19,0,-36,-21,-49,-22v-5,0,-7,1,-16,23r-37,-12v14,-42,28,-57,50,-57","w":172},{"d":"156,0r-56,0r0,-11v-31,28,-86,18,-86,-44r0,-134r55,0r0,124v-2,24,19,25,31,14r0,-138r56,0r0,189","w":170,"k":{"}":6,"]":6,"\\":19,"?":12,")":6}},{"d":"152,-20v0,61,-27,80,-89,89r-17,-36v43,-8,51,-13,50,-45v-46,36,-86,5,-86,-82v0,-87,38,-120,86,-85r0,-10r56,0r0,169xm96,-49r0,-90v-22,-13,-32,-14,-31,44v1,57,7,58,31,46","k":{"j":-4,"\\":19,"?":12}},{"d":"191,0r-48,0r-38,-72v-14,-27,-27,-55,-32,-69v2,36,2,98,2,141r-57,0r0,-252r53,0r32,58v14,26,28,56,33,70v-2,-32,-2,-89,-2,-128r57,0r0,252","w":209},{"d":"187,0r-64,0r-29,-96r-17,0r0,96r-59,0r0,-252v83,0,167,-15,166,77v0,33,-13,54,-34,66xm124,-174v0,-32,-19,-31,-47,-30r0,61v28,1,47,1,47,-31","w":198,"k":{"}":5,"z":2,"y":2,"x":2,"w":2,"v":2,"u":2,"s":4,"q":5,"o":6,"g":5,"e":6,"d":5,"c":6,"a":2,"]":5,"\\":12,"Z":3,"Y":10,"X":4,"V":8,"U":1,"T":6,"Q":4,"O":4,"J":7,"G":4,"C":4,"A":4,"?":4,"\/":2,".":5,",":6,")":2,"&":5}},{"d":"190,-88v0,64,-33,92,-87,92v-52,0,-86,-29,-86,-91r0,-165r61,0r0,167v0,24,8,37,26,37v18,0,25,-13,25,-37r0,-167r61,0r0,164","w":207,"k":{"\u00bb":2,"z":2,"x":6,"a":2,"Z":4,"X":4,"J":3,"A":7,"\/":10,".":10,",":10,"&":4}},{"d":"71,0r-55,0r0,-241r55,-21r0,262","w":87,"k":{"\\":2}},{"d":"198,0r-67,0r-37,-106r-15,22r0,84r-61,0r0,-252r61,0r-1,93v13,-30,32,-64,47,-93r68,0r-54,91","w":202,"k":{"\u00a9":6,"\u2014":24,"\u00bb":2,"\u201d":10,"\u2013":24,"'":4,"}":5,"z":4,"y":20,"x":5,"w":18,"v":21,"u":5,"t":8,"s":4,"q":8,"o":7,"g":8,"f":8,"e":7,"d":8,"c":7,"a":2,"\u2018":14,"]":5,"\\":4,"Y":6,"X":3,"W":6,"V":6,"U":4,"T":4,"S":2,"Q":9,"O":9,"J":5,"G":9,"C":9,"?":6,"-":24,"*":12,"\u2019":10,"&":4,"\"":4,"!":3}},{"d":"171,0r-156,0r0,-45r89,-158r-84,1r0,-50r151,0r0,45r-89,158r89,-1r0,50","w":187,"k":{"\u00a9":6,"\u2014":21,"\u2013":21,"}":2,"z":2,"y":9,"x":5,"w":9,"v":9,"u":5,"t":5,"s":5,"r":2,"q":8,"p":2,"o":9,"n":2,"m":2,"g":8,"f":4,"e":9,"d":8,"c":9,"a":6,"\u2018":5,"]":2,"\\":2,"Z":2,"Y":2,"X":2,"S":4,"Q":10,"O":10,"J":2,"G":10,"C":10,"A":2,"-":21,"*":2,"&":8}},{"d":"125,-11r-111,-91r0,-46r111,-91r0,73r-56,41r56,40r0,74","w":141,"k":{"1":-6}},{"d":"75,67r-55,0r0,-355r55,0r0,355","w":95},{"d":"132,40v-80,-1,-92,-33,-92,-103v0,-19,-12,-22,-30,-21r0,-47v32,6,30,-23,30,-53v0,-47,26,-71,92,-71r0,41v-35,2,-34,20,-33,52v0,38,-10,48,-36,54v31,5,36,30,36,72v0,23,6,32,33,35r0,41","w":144,"k":{"z":5,"y":11,"x":5,"w":11,"v":11,"u":9,"t":5,"s":9,"r":6,"q":12,"o":14,"n":6,"m":6,"j":-17,"g":12,"f":6,"e":14,"d":12,"c":14,"a":12,"Z":4,"X":5,"S":6,"Q":10,"O":10,"J":10,"G":10,"C":10,"A":5}},{"d":"116,-52r-6,48v-36,16,-82,10,-82,-42r0,-97r-20,0r0,-46r20,0r0,-52r54,-21r0,73r32,0r0,46r-32,0r0,83v0,23,22,16,34,8","w":127,"k":{"\u00a9":2,"\u2014":5,"\u201d":2,"\u2013":5,"'":4,"}":5,"z":4,"y":5,"x":4,"w":4,"v":4,"u":2,"t":4,"s":1,"q":6,"o":5,"g":6,"f":6,"e":5,"d":6,"c":5,"a":3,"]":5,"\\":15,"?":6,":":1,"\/":5,".":2,"-":5,",":2,"*":2,")":5,"\u2019":2,"&":4,"\"":4}},{"d":"191,0r-65,0r-28,-81v-5,23,-18,57,-28,81r-64,0r60,-129r-57,-123r65,0r25,75v5,-21,18,-51,26,-75r64,0r-57,122","w":197,"k":{"\u00a9":12,"\u2014":24,"\u00bb":5,"\u201d":5,"\u2013":24,"'":6,"}":5,"z":2,"y":17,"w":17,"v":17,"u":8,"t":5,"s":4,"r":2,"q":9,"o":10,"n":2,"m":2,"g":9,"f":6,"e":10,"d":9,"c":10,"a":5,"\u2018":12,"]":5,"\\":8,"Y":6,"W":2,"V":5,"U":4,"T":2,"S":7,"Q":9,"O":9,"J":7,"G":8,"C":8,"?":4,";":2,":":2,".":2,"-":24,",":2,"*":13,")":2,"\u2019":5,"&":7,"\"":6}},{"d":"199,0r-61,0r-12,-18v-40,43,-119,23,-119,-45v0,-29,17,-55,42,-78v-40,-38,-25,-115,46,-115v34,0,50,11,69,30r-33,41v-21,-20,-27,-22,-37,-22v-19,0,-12,23,-4,35r37,59r14,-35r45,18v-10,26,-20,47,-29,64xm100,-58r-25,-41v-16,13,-21,54,5,55v7,0,12,-3,20,-14","w":198,"k":{"y":15,"w":11,"v":14,"u":2,"t":4,"s":4,"f":5,"c":2,"Y":22,"X":4,"W":14,"V":18,"U":6,"T":16,"S":6,"Q":4,"O":4,"J":2,"G":4,"C":4}},{"d":"148,32r-58,0r-95,-316r57,0","w":142,"k":{"y":19,"w":18,"v":21,"u":6,"t":10,"s":1,"q":8,"o":5,"j":-31,"g":8,"f":6,"e":5,"d":8,"c":5,"a":1,"Y":44,"W":24,"V":35,"U":10,"T":35,"S":2,"Q":13,"O":13,"J":-4,"G":13,"C":13}},{"d":"100,0r-59,0r0,-185r-33,0r0,-37v26,-2,38,-10,43,-30r49,0r0,252","w":119},{"d":"161,-160r-24,40r-39,-34r10,51r-47,0r10,-51r-39,33r-24,-39r51,-17r-51,-18r24,-40r39,34r-10,-51r47,0r-10,51r39,-34r24,40r-52,17","w":169,"k":{"z":1,"t":-4,"f":-2,"a":6,"Z":6,"Y":8,"X":13,"W":2,"V":4,"J":47,"A":26}},{"d":"80,0r-61,0r0,-252r61,0r0,252","w":100},{"d":"85,-252r-31,100r-36,0r6,-100r61,0","w":96,"k":{"z":10,"y":8,"x":8,"w":8,"v":8,"u":5,"s":17,"r":5,"q":16,"p":5,"o":19,"n":5,"m":5,"g":16,"f":2,"e":19,"d":16,"c":19,"a":14,"Z":5,"X":5,"S":6,"Q":13,"O":13,"J":40,"G":13,"C":13,"A":29}},{"d":"191,0r-61,0r0,-105r-51,0r0,105r-61,0r0,-252r61,0r0,94r51,0r0,-94r61,0r0,252","w":209},{"d":"81,-159v0,20,-14,34,-34,34v-20,0,-34,-14,-34,-34v0,-20,14,-34,34,-34v20,0,34,14,34,34xm81,-30v0,20,-14,34,-34,34v-20,0,-34,-14,-34,-34v0,-20,14,-34,34,-34v20,0,34,14,34,34","w":93,"k":{"t":-1,"Y":22,"X":2,"W":6,"V":14,"T":20,"7":6,"3":-4}},{"d":"161,-191v0,51,-61,63,-57,113r-53,0v0,-36,7,-56,34,-75v21,-15,29,-53,0,-53v-15,0,-26,10,-40,28r-40,-34v22,-28,45,-44,82,-44v47,0,74,27,74,65xm110,-28v0,18,-14,32,-33,32v-19,0,-32,-14,-32,-32v0,-19,13,-32,32,-32v19,0,33,13,33,32","w":168},{"d":"199,-252r-67,154r0,98r-61,0r0,-96r-67,-156r66,0v12,31,28,78,32,106v4,-28,20,-76,32,-106r65,0","w":202,"k":{"\u00a9":16,"\u2014":26,"\u00bb":18,"\u2013":26,"z":24,"y":18,"x":21,"w":18,"v":18,"u":24,"t":12,"s":26,"r":21,"q":25,"p":21,"o":27,"n":21,"m":21,"l":4,"k":4,"j":4,"i":4,"h":4,"g":25,"f":12,"e":27,"d":25,"c":27,"b":4,"a":25,"\u2018":6,"Z":5,"Y":2,"X":6,"W":2,"V":4,"S":10,"Q":12,"O":12,"J":38,"G":12,"C":12,"A":29,"?":2,";":22,":":22,"\/":44,".":44,"-":26,",":44,"*":8,"&":18}},{"d":"150,-78r-88,0v2,51,31,47,52,17r33,26v-16,23,-34,39,-66,39v-47,0,-71,-38,-71,-98v0,-65,25,-99,71,-99v49,0,72,44,69,115xm100,-115v-1,-26,-7,-36,-20,-36v-11,0,-16,8,-18,36r38,0","w":159,"k":{"\u00bb":9,"\u201d":5,"'":4,"}":11,"z":4,"y":6,"x":8,"w":5,"v":7,"t":2,"s":2,"f":1,"a":1,"]":11,"\\":23,"?":21,"\/":6,".":6,",":6,")":11,"\u2019":5,"\"":4}},{"d":"162,0r-59,0r-21,-58v-6,20,-14,39,-21,58r-57,0r50,-98r-46,-91r59,0r17,52v3,-15,9,-35,16,-52r57,0r-45,89","w":165,"k":{"\u00a9":3,"\u2014":8,"\u201d":5,"\u2013":8,"'":5,"}":5,"y":2,"w":2,"v":2,"u":3,"s":5,"q":6,"o":8,"g":6,"e":8,"d":6,"c":8,"a":6,"]":5,"\\":18,"?":6,"-":8,")":5,"\u2019":5,"&":6,"\"":5}},{"d":"148,-284r-96,316r-57,0r95,-316r58,0","w":142,"k":{"z":19,"y":11,"x":18,"w":11,"v":11,"u":18,"t":6,"s":26,"r":19,"q":23,"p":19,"o":25,"n":19,"m":19,"l":2,"k":2,"j":3,"i":3,"h":2,"g":23,"f":9,"e":25,"d":23,"c":25,"b":2,"a":26,"Z":4,"X":8,"S":9,"Q":13,"O":13,"J":29,"G":13,"C":13,"A":35,"9":8,"8":17,"7":-5,"6":21,"5":6,"4":31,"3":8,"2":10,"0":14}},{"d":"198,0r-62,0r-9,-47r-50,0r-9,47r-62,0r66,-252r62,0xm117,-96r-15,-92v-2,24,-8,60,-15,92r30,0","w":204,"k":{"\u2122":31,"\u00a9":10,"\u2014":18,"\u201d":29,"\u2013":18,"'":26,"}":5,"y":18,"w":16,"v":18,"u":4,"t":8,"q":4,"o":5,"g":4,"f":6,"e":5,"d":4,"c":5,"a":2,"\u2018":24,"]":5,"\\":35,"Y":29,"W":16,"V":26,"U":7,"T":24,"S":4,"Q":5,"O":5,"G":5,"C":5,"?":21,"-":18,"*":26,")":5,"\u2019":29,"&":5,"\"":26}},{"d":"143,-103r-126,0r0,-54r126,0r0,54","w":160,"k":{"z":5,"y":2,"x":8,"w":1,"v":2,"a":4,"Z":21,"Y":26,"X":24,"W":9,"V":13,"T":28,"S":5,"J":24,"A":18,"7":16,"3":14,"2":13,"1":8}},{"d":"171,-98r-51,0r0,56r-56,0r0,-56r-50,0r0,-52r50,0r0,-55r56,0r0,55r51,0r0,52","w":184,"k":{"7":16,"3":13,"2":13,"1":8}},{"d":"192,-126v0,89,-34,130,-91,130v-57,0,-89,-41,-89,-130v0,-89,33,-130,90,-130v57,0,90,41,90,130xm130,-126v0,-61,-9,-78,-28,-78v-19,0,-29,17,-29,78v0,61,10,78,29,78v19,0,28,-17,28,-78xm167,-294v0,15,-14,28,-29,28v-15,0,-28,-13,-28,-28v0,-15,13,-29,28,-29v15,0,29,14,29,29xm94,-294v0,15,-13,28,-28,28v-15,0,-29,-13,-29,-28v0,-15,14,-29,29,-29v15,0,28,14,28,29","w":203},{"d":"223,-130v0,77,-45,91,-78,59v-29,26,-77,22,-77,-32v0,-43,34,-55,64,-40v7,-34,-25,-33,-47,-20r-11,-25v30,-21,97,-20,91,31v3,27,-11,80,15,80v13,0,19,-13,19,-53v0,-64,-33,-103,-80,-103v-51,0,-81,43,-81,107v0,83,55,128,119,97r10,20v-79,40,-153,-20,-153,-117v0,-77,42,-130,105,-130v63,0,104,55,104,126xm132,-90r0,-28v-14,-7,-32,-8,-32,15v0,23,21,22,32,13","w":237}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+3-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);})("5p06BVDIi@v^5G;FAV4Qhphva9D60Vv^a9jQi@:[0,#}E7IeBdI}Dp;(afd.(pd]afd.(pD`X`:7B6]6(n$`E64XA23.02:XA23.E7:8hQgH29rXA2h.(2r&XG,GEe69E94vX,]6(qgQ(;]6(n$;0p0XA23.0VjXA23.0pjXh`cXA23.E2;aa;]6(n$;-@87afdQ(n4qafd.(pd6afdQ(nh9j76|afd.(pEIB;xXA23.0n:HA6(Tafd.(p8]aI,XA23.E7,pafd.(pE9afd.(p8ot`AX3$Gng4pfhj5+(D-t8:?2d,@aE0iBXAZKHreq`;V[RcNM}x^S.]Q7I69oT|&F#v_)A23.E7;nafd.(pjeD,]6(n$q(2xXA2h.(28QD6]6(n$VEQrXA2h.(@:Na?:XA23.E23cDV}^-,E.afd.(pE],f|60I|?,@]+@q]#Zo:Ej;]X(?cjafdQ(ng|?nR)@@,TaGv$afdQ(ng756]6(n$`D`3e+[D.Bp;I5Ghe5?]ct23}Xn6e+[3}Bn6.+V];BVAIiG][t@h^0e|[Bf;.if(vZoIFi@EREe|Si7ISaeH)-[AoA6.^52#Rt7c}B9DrBprSXo:#B@4ME@]SX94X+VvQ0o]xE@xrBpv7E,.^Ap,7ApxSB[:SaG|^Aa.^56.^B@4ME@]SX94X+[:;Xo:MB9|IB6.^B[,#+exX+V6ri94}BoDraG|SXVXcjGvc+[:;Xo8RBpvqEa:cB9T^ipv7Ap|rB@dc5@0SXeHFi2]}-Q}Mi?;[@9DBi,6Ata$Bi,6v5?Hc")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":166,"face":{"font-family":"inter","font-weight":500,"font-stretch":"condensed","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-17 -324 317 69","underline-thickness":"7.2","underline-position":"-44.28","stemh":"47","stemv":"55","unicode-range":"U+0020-U+2122"}}));
