/*
 * 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.replace('h1 a,h2,h3', { fontFamily: 'Libel Suit' });



/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * (c) 1999-2010 Ray Larabie. See attached license agreement for more information.
 * If EULA is missing, visit www.larabiefonts.com for an updated version of this
 * font.
 * 
 * Trademark:
 * Libel Suit is a trademark of Ray Larabie.
 * 
 * Description:
 * To see more fonts by Ray Larabie, visit Typodermic.com and LarabieFonts.com
 * 
 * Manufacturer:
 * Ray Larabie
 * 
 * Designer:
 * Ray Larabie
 * 
 * Vendor URL:
 * http://www.larabiefonts.com
 */
Cufon.registerFont({"w":125,"face":{"font-family":"Libel Suit","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 8 2 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-30 -320 313 76","underline-thickness":"7.2","underline-position":"-40.68","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":68,"k":{"j":7}},"!":{"d":"32,-87r-10,0r-14,-201r38,0xm27,-41v11,0,16,11,16,22v0,11,-5,21,-16,21v-11,1,-16,-11,-16,-21v0,-12,5,-22,16,-22","w":54},"\"":{"d":"68,-199r-10,0r-10,-93r29,0xm26,-199r-10,0r-10,-93r29,0","w":83,"k":{"g":10,"J":27,"A":21,"s":4}},"#":{"d":"139,-219r-5,20r-27,0r-12,41r27,0r-5,20r-27,0r-19,69r-20,0r19,-69r-23,0r-19,69r-20,0r19,-69r-24,0r6,-20r23,0r12,-41r-24,0r6,-20r23,0r19,-69r19,0r-18,69r24,0r18,-69r20,0r-19,69r27,0xm87,-199r-23,0r-12,41r24,0","w":141},"$":{"d":"66,-176v27,16,51,25,50,66v-1,32,-20,52,-50,56r0,19r-12,0r0,-19v-34,-6,-53,-30,-50,-72r33,8v-1,17,3,26,17,31r0,-60v-28,-14,-51,-25,-50,-66v1,-32,21,-51,50,-56r0,-19r12,0r0,19v34,5,53,29,50,71r-32,-7v1,-17,-3,-28,-18,-32r0,61xm54,-236v-25,7,-20,41,0,53r0,-53xm66,-87v26,-6,22,-42,0,-53r0,53","w":121},"%":{"d":"46,-292v40,0,44,38,41,81v-1,25,-16,41,-41,41v-40,0,-44,-38,-41,-81v1,-25,16,-41,41,-41xm151,-288r-94,288r-19,0r96,-288r17,0xm144,-118v40,0,44,39,41,82v-1,25,-16,41,-41,41v-40,0,-44,-39,-41,-82v1,-25,16,-41,41,-41xm46,-193v24,0,17,-34,18,-58v0,-11,-7,-18,-18,-18v-24,0,-15,35,-17,58v0,10,8,18,17,18xm126,-36v0,22,36,22,36,0v0,-24,7,-58,-18,-58v-25,0,-18,34,-18,58","w":190},"&":{"d":"132,-33r0,37v-16,3,-33,-1,-41,-14v-33,33,-86,7,-83,-41v3,-40,-11,-81,22,-96v-30,-12,-20,-52,-22,-90v-1,-34,19,-55,50,-55v35,0,53,26,51,64r-33,11v1,-21,1,-43,-18,-43v-27,1,-16,45,-18,73v0,17,13,25,36,24r0,-16r29,-11r0,27r27,0r0,32r-27,0v2,38,-12,122,27,98xm58,-27v33,-4,13,-69,18,-104v-46,-5,-35,41,-36,80v-1,13,7,25,18,24","w":137,"k":{"Y":18,"V":8}},"'":{"d":"24,-199r-10,0r-10,-93r29,0","w":38,"k":{"g":10,"J":27,"A":21,"s":4}},"(":{"d":"57,32v-29,-5,-50,-24,-50,-56r0,-240v2,-32,21,-51,50,-56r0,33v-12,3,-17,11,-17,23r0,240v0,12,5,20,17,23r0,33","w":63},")":{"d":"6,-320v30,4,50,24,50,56r0,240v-2,32,-20,52,-50,56r0,-33v12,-3,18,-11,18,-23r0,-240v0,-12,-6,-20,-18,-23r0,-33","w":63},"*":{"d":"124,-183r-12,17r-43,-35r6,56r-22,0r5,-57r-43,36r-12,-17r51,-29r-50,-29r13,-17r41,35r-5,-53r22,0r-6,53r42,-35r11,17r-49,29","w":127},"+":{"d":"77,-120r0,53r-31,0r0,-53r-44,0r0,-31r44,0r0,-52r31,0r0,52r41,0r0,31r-41,0","w":120},",":{"d":"15,64r-9,0r8,-94r29,0","w":43,"k":{"V":16,"T":22,"8":6,"7":9,"6":6,"4":19,"Y":27,"v":16,"w":16,"\"":12,"'":12,"\u2018":12,"\u2019":12,"\u201c":12,"\u201d":12}},"-":{"d":"101,-130r-93,0r0,-28r93,0r0,28","w":110,"k":{"x":21,"X":12,"V":9,"T":6,"J":32,"Y":22,"S":14,"A":4,"Z":9,"z":18}},".":{"d":"22,-41v11,0,17,10,17,22v0,12,-5,21,-17,21v-11,1,-16,-11,-16,-21v0,-12,5,-21,16,-22","w":44,"k":{"V":16,"T":22,"8":6,"7":9,"6":6,"4":19,"Y":27,"v":16,"w":16,"\"":12,"'":12,"\u2018":12,"\u2019":12,"\u201c":12,"\u201d":12}},"\/":{"d":"114,-303r-94,319r-19,0r95,-319r18,0","w":115,"k":{"z":15,"y":11,"u":15,"s":24,"o":23,"n":14,"m":14,"e":23,"a":25,"S":6,"Q":8,"O":8,"C":8,"A":27,"x":15,"t":9,"q":21,"g":32,"d":19,"8":8,"6":7,"4":21,"3":5,"2":7,"0":8}},"0":{"d":"64,-292v33,0,56,23,56,56r0,185v-3,33,-21,56,-56,56v-34,0,-56,-22,-56,-56r0,-185v1,-34,23,-56,56,-56xm64,-27v12,0,24,-10,23,-24r0,-185v1,-12,-11,-24,-23,-24v-13,0,-25,12,-24,24r0,185v-1,14,11,24,24,24","w":127},"1":{"d":"57,0r-32,0r0,-240r-22,0r0,-27v15,0,22,-7,22,-21r32,0r0,288","w":65},"2":{"d":"63,-292v57,-3,69,69,41,109v-21,50,-64,80,-64,151r79,0r0,32r-112,0r0,-57v4,-78,73,-105,80,-180v1,-12,-12,-24,-24,-23v-16,0,-26,13,-23,32r-33,7v-3,-44,16,-69,56,-71","w":124},"3":{"d":"87,-146v34,7,32,52,31,95v-1,35,-22,56,-56,56v-39,0,-59,-26,-56,-70r33,11v-1,17,8,26,23,27v30,0,24,-40,24,-71v-1,-26,-10,-33,-37,-34r0,-26v44,7,33,-41,34,-79v0,-11,-9,-24,-21,-23v-17,0,-25,14,-23,33r-33,0v-2,-42,17,-65,56,-65v51,1,54,48,54,104v0,22,-14,37,-29,42"},"4":{"d":"122,-100r-17,0r0,100r-32,0r0,-100r-72,0r18,-129r30,0r-13,97r37,0r0,-156r32,0r0,156r17,0r0,32","w":127,"k":{"7":9,"5":7,"3":8}},"5":{"d":"86,-168v2,-30,-49,-33,-50,-4r-29,-8r8,-108r103,0r0,33r-76,0r-3,42v29,-27,83,-2,79,45v-7,72,21,175,-56,173v-39,-1,-58,-28,-56,-70r33,11v-2,16,10,27,23,27v12,0,24,-10,24,-24r0,-117","k":{"\u2026":4,".":4,",":4}},"6":{"d":"40,-190v31,-26,82,2,80,46v-3,67,13,150,-56,149v-34,-1,-56,-22,-56,-56r0,-186v1,-35,21,-55,56,-55v38,0,57,24,56,65r-33,0v3,-19,-8,-33,-23,-33v-31,0,-24,39,-24,70xm64,-27v40,0,17,-76,23,-117v1,-13,-11,-24,-23,-24v-42,4,-19,76,-24,117v-2,14,11,24,24,24","w":126,"k":{"\u2026":4,".":4,",":4}},"7":{"d":"108,-264r-59,264r-35,0r64,-255r-74,0r0,-33r104,0r0,24","w":111,"k":{"\u2026":35,".":35,",":35,"4":12,"\/":36}},"8":{"d":"96,-150v29,10,23,59,23,99v0,34,-22,55,-56,56v-57,1,-56,-56,-56,-115v0,-19,11,-35,23,-40v-25,-9,-20,-52,-20,-87v-1,-33,21,-55,53,-55v51,0,54,47,54,103v0,19,-9,33,-21,39xm64,-163v29,0,18,-45,20,-74v0,-11,-9,-24,-21,-23v-30,1,-19,44,-21,73v0,14,9,24,22,24xm63,-27v34,0,22,-51,24,-85v1,-14,-12,-23,-24,-24v-35,-1,-20,51,-23,85v-1,14,10,24,23,24","w":126,"k":{"\u2026":4,".":4,",":4,"\/":8}},"9":{"d":"63,-292v33,1,56,21,56,55r0,186v-1,35,-21,56,-56,56v-37,0,-58,-23,-56,-65r33,0v-3,20,7,32,23,33v32,0,23,-45,24,-78v-34,22,-80,-3,-80,-47v0,-65,-10,-141,56,-140xm63,-129v40,-3,19,-69,24,-108v1,-12,-12,-24,-24,-23v-39,2,-18,69,-23,108v-1,12,11,24,23,23","w":127,"k":{"\/":8}},":":{"d":"23,-41v11,0,17,10,17,22v0,12,-5,21,-17,21v-11,1,-16,-11,-16,-21v0,-12,5,-21,16,-22xm23,-149v12,0,17,10,17,22v0,12,-5,21,-17,21v-21,0,-21,-43,0,-43","w":47},";":{"d":"5,-21v0,-10,7,-20,17,-20v22,0,18,42,8,53v-5,7,-13,11,-22,11r0,-10v7,0,14,-6,14,-13v-11,0,-17,-10,-17,-21xm23,-149v12,0,17,10,17,22v0,12,-5,21,-17,21v-21,0,-21,-43,0,-43","w":44},"<":{"d":"78,-46r-78,-71r0,-23r78,-70r0,38r-56,43r56,45r0,38","w":84},"=":{"d":"9,-109r72,0r0,27r-72,0r0,-27xm9,-178r72,0r0,28r-72,0r0,-28","w":84},">":{"d":"9,-84r56,-45r-56,-43r0,-38r78,70r0,23r-78,71r0,-38","w":87},"?":{"d":"59,-292v61,-4,68,72,37,111v-20,25,-34,56,-38,97r-19,0v-15,-70,34,-99,45,-151v-1,-16,-9,-24,-25,-25v-15,0,-27,13,-24,32r-32,7v-3,-44,16,-68,56,-71xm53,-41v11,0,16,11,16,22v0,11,-5,21,-16,21v-12,1,-17,-10,-17,-21v0,-12,6,-22,17,-22","w":117},"@":{"d":"101,-141v-6,-45,46,-73,72,-43r0,-11r29,-11r0,158v2,8,7,12,17,12v45,0,55,-52,55,-105v0,-72,-40,-121,-109,-121v-86,0,-128,68,-128,156v0,71,30,126,75,152r-16,30v-58,-27,-90,-94,-90,-182v0,-109,50,-186,159,-186v93,0,137,57,138,151v0,70,-21,128,-80,134v-21,2,-35,-7,-44,-18v-26,32,-78,6,-78,-41r0,-75xm151,-43v36,-3,22,-62,22,-98v0,-11,-10,-25,-22,-24v-35,3,-18,63,-21,99v-1,11,9,24,21,23","w":307},"A":{"d":"121,0r-32,0r-5,-36r-41,0r-4,36r-35,0r44,-288r30,0xm80,-66r-16,-126r-17,126r33,0","k":{"t":15,"W":18,"V":19,"T":17,"G":4,"?":18,"-":7,"\u2013":7,"\u2014":7,"U":4,"Y":22,"u":4,"v":15,"w":15,"C":4,"O":4,"Q":4,"S":4,"\"":15,"'":15,"\u2018":15,"\u2019":15,"\u201c":15,"\u201d":15,"y":3}},"B":{"d":"93,-148v46,22,39,153,-27,148r-58,0r0,-288v77,-9,118,17,109,98v-2,21,-11,33,-24,42xm86,-194v3,-38,-3,-68,-45,-61r0,92v27,3,43,-9,45,-31xm41,-32v45,8,50,-25,47,-69v-2,-24,-19,-34,-47,-31r0,100","w":127,"k":{"\u2026":7,"Y":12,"A":7,".":7,",":7,"\/":11,"!":7}},"C":{"d":"64,-27v13,0,25,-11,23,-27r33,-11v3,44,-17,70,-56,70v-34,0,-56,-20,-56,-56r0,-186v0,-36,20,-55,56,-55v37,0,57,25,56,65r-33,0v3,-20,-7,-33,-23,-33v-13,0,-25,8,-24,23r0,186v-1,14,11,24,24,24","k":{"\/":8,"-":17,"\u2013":17,"\u2014":17,"A":3}},"D":{"d":"8,-288v59,-3,112,1,112,57r0,175v0,56,-53,60,-112,56r0,-288xm41,-32v25,2,47,-2,47,-24r0,-175v0,-22,-22,-27,-47,-24r0,223","w":128,"k":{"X":7,"V":3,"\/":11,"!":4,",":7,".":7,"\u2026":7,"Y":6,"A":4}},"E":{"d":"104,0r-96,0r0,-288r96,0r0,33r-63,0r0,91r36,0r0,32r-36,0r0,100r63,0r0,32","w":108,"k":{"t":10,"f":8,"-":7,"\u2013":7,"\u2014":7,"v":7,"w":7}},"F":{"d":"108,-255r-67,0r0,100r42,0r0,33r-42,0r0,122r-33,0r0,-288r100,0r0,33","w":108,"k":{"\u2026":36,"y":11,"u":15,"o":14,"e":14,"a":26,"A":19,".":36,",":36,"t":8,"r":15,"J":44,";":12,":":13,"\/":36}},"G":{"d":"65,-27v39,0,21,-64,25,-102r-27,0r0,-30r59,0r0,159r-21,0r-4,-12v-27,37,-89,11,-89,-39r0,-186v1,-35,20,-55,56,-55v37,0,57,24,56,65r-33,0v3,-20,-6,-34,-23,-33v-13,0,-25,8,-24,23r0,186v0,14,12,24,25,24","w":129,"k":{"V":1}},"H":{"d":"120,0r-32,0r0,-130r-47,0r0,130r-33,0r0,-288r33,0r0,126r47,0r0,-126r32,0r0,288","w":129},"I":{"d":"41,0r-33,0r0,-288r33,0r0,288","w":50,"k":{"g":4}},"J":{"d":"57,-27v13,0,23,-9,23,-24r0,-237r33,0r0,237v-2,33,-21,56,-56,56v-39,0,-59,-26,-56,-70r32,11v-2,16,10,27,24,27","w":121,"k":{"\u2026":5,"A":4,".":5,",":5,"\/":9}},"K":{"d":"133,0r-38,0r-54,-146r0,146r-33,0r0,-288r33,0r0,98r54,-98r38,0r-67,116","w":139,"k":{"\u2014":38,"\u2013":38,"y":5,"w":19,"v":19,"u":9,"o":8,"e":8,"S":7,"Q":8,"O":8,"C":8,"-":38,"?":6,"&":10}},"L":{"d":"96,0r-88,0r0,-288r33,0r0,256r55,0r0,32","w":96,"k":{"W":12,"V":13,"T":12,"?":17,"-":26,"\u2013":26,"\u2014":26,"Y":21,"v":12,"w":12,"\"":12,"'":12,"\u2018":12,"\u2019":12,"\u201c":12,"\u201d":12}},"M":{"d":"171,0r-30,0r0,-162r-37,162r-28,0r-37,-162r0,162r-31,0r0,-288r40,0r43,213r48,-213r32,0r0,288","w":179},"N":{"d":"120,0r-29,0r-52,-175r0,175r-31,0r0,-288r33,0r49,178r0,-178r30,0r0,288","w":129},"O":{"d":"64,-292v36,0,56,22,56,55r0,186v-2,33,-21,56,-56,56v-34,0,-55,-21,-56,-56r0,-186v1,-35,20,-55,56,-55xm64,-27v12,0,24,-10,23,-24r0,-186v1,-11,-12,-23,-23,-23v-13,0,-24,11,-24,23r0,186v-1,14,11,24,24,24","w":127,"k":{"X":12,",":5,".":5,"\u2026":5,"Y":4,"A":4}},"P":{"d":"8,-288v59,-3,112,-3,112,58v0,69,-4,122,-79,111r0,119r-33,0r0,-288xm41,-152v29,2,47,-2,47,-31v0,-41,7,-82,-47,-72r0,103","w":122,"k":{"\u2026":36,"A":15,".":36,",":36,"J":49,"\/":32}},"Q":{"d":"63,-292v35,0,56,23,56,55r0,186v0,12,-4,23,-11,33r22,22r-22,21r-23,-24v-40,14,-79,-11,-78,-52r0,-186v2,-34,22,-55,56,-55xm63,-27v12,0,24,-10,23,-24r0,-186v1,-11,-12,-23,-23,-23v-12,0,-25,11,-24,23r0,186v-1,14,12,24,24,24","w":136,"k":{"X":12,",":5,".":5,"\u2026":5,"Y":4,"A":4}},"R":{"d":"93,-151v42,17,23,96,27,151r-32,0v-7,-53,27,-142,-47,-133r0,133r-33,0r0,-288v60,-4,109,4,110,58v1,36,2,71,-25,79xm41,-163v40,6,45,-21,45,-61v0,-24,-17,-35,-45,-31r0,92","w":128},"S":{"d":"6,-234v-1,-34,21,-59,56,-58v40,1,60,26,56,71r-32,-7v3,-19,-9,-32,-24,-32v-18,0,-24,14,-24,32v13,69,83,88,83,166v0,38,-18,67,-57,67v-40,0,-61,-27,-58,-71r33,7v-3,19,9,32,24,32v16,0,26,-11,26,-27v0,-82,-81,-97,-83,-180","w":126,"k":{"\/":8,"-":6,"\u2013":6,"\u2014":6,"Y":5,"A":3}},"T":{"d":"98,-255r-33,0r0,255r-32,0r0,-255r-33,0r0,-33r98,0r0,33","w":98,"k":{"\u2026":17,"\u2014":12,"\u2013":12,"z":7,"u":7,"s":10,"o":9,"e":9,"c":9,"a":13,"A":18,".":17,"-":12,",":17,"r":7,"T":-9,"J":10,";":10,":":12,"\/":19}},"U":{"d":"64,-27v12,0,24,-10,23,-24r0,-237r33,0r0,237v-1,34,-22,56,-56,56v-34,0,-56,-22,-56,-56r0,-237r32,0r0,237v-1,14,11,24,24,24","w":128,"k":{"g":12,"\/":9,",":5,".":5,"\u2026":5,"A":4}},"V":{"d":"112,-288r-41,288r-31,0r-40,-288r37,0r21,193r21,-193r33,0","w":111,"k":{"\u2026":21,"\u2014":12,"\u2013":12,"o":6,"e":6,"a":10,"A":21,".":21,"-":12,",":21,"J":19,";":9,":":11,"\/":22}},"W":{"d":"181,-288r-37,288r-30,0r-24,-179r-23,179r-30,0r-37,-288r37,0r17,180r25,-180r28,0r24,180r17,-180r33,0","w":181,"k":{"o":6,"e":6,"a":10,"A":19,";":8,":":9}},"X":{"d":"51,-144r-43,-144r37,0r26,96r24,-96r35,0r-43,140r45,148r-37,0r-26,-103r-27,103r-35,0","w":139,"k":{"\u2014":18,"\u2013":18,"u":8,"e":7,"a":4,"Q":10,"O":10,"C":12,"-":18,"&":4}},"Y":{"d":"125,-288r-46,152r0,136r-33,0r0,-134r-46,-154r37,0r27,104r26,-104r35,0","w":128,"k":{"t":5,"q":12,"p":10,"d":11,"J":31,";":17,":":18,"\/":32,",":30,".":30,"\u2026":30,"-":31,"\u2013":31,"\u2014":31,"u":10,"C":8,"O":8,"Q":8,"S":6,"A":25,"a":18,"c":14,"e":14,"o":14}},"Z":{"d":"118,0r-112,0r0,-25r74,-228r-74,0r0,-35r112,0r0,26r-74,227r74,0r0,35","k":{"-":8,"\u2013":8,"\u2014":8}},"[":{"d":"30,-302r52,0r0,18r-33,0r0,292r33,0r0,20r-52,0r0,-330","w":83},"\\":{"d":"19,-303r95,319r-19,0r-94,-319r18,0","w":115},"]":{"d":"56,28r-52,0r0,-20r33,0r0,-292r-33,0r0,-18r52,0r0,330","w":83},"^":{"d":"108,-195r-51,-51r-51,51r0,-36r51,-51r51,51r0,36","w":114},"_":{"d":"159,27r-151,0r0,-22r151,0r0,22","w":167},"`":{"d":"-10,-276r28,0r22,39r-16,0","w":54},"a":{"d":"66,-229v33,1,52,23,52,56r0,173r-22,0r-7,-13v-22,34,-84,9,-84,-37v0,-65,48,-82,80,-112v9,-34,-33,-48,-42,-19r-28,-18v9,-17,24,-31,51,-30xm61,-30v36,-2,21,-55,24,-90v-22,13,-46,32,-48,67v-1,13,11,24,24,23","k":{"?":9,"!":4}},"b":{"d":"122,-54v4,46,-55,71,-86,43r-7,11r-22,0r0,-289r33,-11r0,82v30,-28,82,0,82,45r0,119xm90,-173v0,-12,-13,-24,-25,-24v-13,0,-26,12,-25,24r0,119v-1,14,12,23,25,23v12,0,25,-10,25,-23r0,-119","w":129,"k":{"g":8}},"c":{"d":"87,-163v3,-20,-8,-34,-24,-34v-13,-1,-23,11,-23,24r0,122v-1,14,10,24,23,24v13,0,26,-11,24,-27r32,-11v4,45,-17,69,-56,70v-79,2,-56,-105,-56,-178v0,-36,19,-56,56,-56v39,0,59,24,56,66r-32,0","k":{"g":6,"\/":8}},"d":{"d":"4,-173v-6,-47,51,-72,80,-44r0,-72r32,-11r0,300r-22,0r-7,-11v-28,28,-83,3,-83,-43r0,-119xm60,-31v11,0,24,-10,24,-23r0,-119v0,-11,-12,-24,-24,-24v-13,0,-25,12,-24,24r0,119v0,14,12,23,24,23","w":124,"k":{"g":4}},"e":{"d":"62,-27v13,0,23,-11,22,-27r33,-11v2,42,-16,69,-55,70v-77,1,-55,-105,-55,-178v0,-33,21,-56,56,-56v36,0,55,24,56,61v1,66,-36,83,-79,106v-2,20,4,35,22,35xm40,-99v29,-13,47,-29,47,-68v1,-20,-9,-30,-24,-30v-37,0,-19,61,-23,98","k":{"g":11,"?":8,"\/":9,"!":4}},"f":{"d":"19,-224v-8,-56,33,-89,82,-70r-13,31v-23,-13,-43,8,-37,39r24,0r0,28r-24,0r0,196r-32,0r0,-196r-15,0r0,-28r15,0","w":100,"k":{"\u2026":30,"\u2014":29,"\u2013":29,"z":21,"y":9,"w":13,"v":13,"u":22,"s":25,"o":18,"n":17,"m":17,"e":18,"c":24,"a":21,".":30,"-":29,",":30,"x":23,"t":12,"r":17,"q":21,"p":15,"j":5,"g":33,"f":11,"d":19,"\/":32}},"g":{"d":"21,-173v-3,-49,50,-68,87,-49r40,0r-16,25v-4,61,20,141,-52,141v-21,0,-28,28,-9,28r70,0r-18,32v-28,3,-81,-9,-86,14v3,21,52,10,77,13r-18,32v-46,2,-90,-1,-90,-45v0,-24,16,-39,37,-44v-18,-5,-11,-33,7,-34v-39,-15,-26,-65,-29,-113xm76,-86v35,0,22,-52,24,-87v1,-13,-12,-25,-24,-24v-35,1,-23,54,-23,88v0,11,10,24,23,23","w":151,"k":{"o":8,"e":8,"a":4,"g":15,"\/":8}},"h":{"d":"40,-220v31,-24,82,1,82,47r0,173r-32,0r0,-173v0,-12,-13,-24,-25,-24v-13,0,-26,12,-25,24r0,173r-33,0r0,-289r33,-11r0,80","w":129},"i":{"d":"24,-300v10,0,17,10,17,20v0,11,-6,21,-17,21v-22,0,-21,-40,0,-41xm40,0r-33,0r0,-224r33,0r0,224","w":47,"k":{"g":4}},"j":{"d":"-22,30v15,13,38,-1,38,-19r0,-235r32,0r0,235v1,41,-40,66,-78,51xm33,-300v10,0,17,10,17,20v0,11,-6,21,-17,21v-22,0,-21,-40,0,-41","w":56},"k":{"d":"125,0r-37,0r-47,-120r0,120r-33,0r0,-289r33,-11r0,142r42,-66r36,0r-54,83","w":126,"k":{"\u2014":27,"\u2013":27,"s":6,"o":8,"e":8,"c":8,"a":4,"-":27,"q":5}},"l":{"d":"41,0r-33,0r0,-289r33,-11r0,300","w":50,"k":{"g":4}},"m":{"d":"37,-214v14,-22,54,-11,63,9v20,-41,90,-16,90,35r0,170r-32,0r0,-170v0,-11,-9,-24,-21,-24v-13,0,-22,12,-21,24r0,170r-33,0r0,-170v0,-11,-9,-24,-21,-24v-13,0,-22,12,-21,24r0,170r-33,0r0,-224v14,-1,26,0,29,10","w":198,"k":{"g":3,"?":11}},"n":{"d":"37,-214v32,-29,87,0,87,44r0,170r-33,0r0,-170v1,-12,-13,-24,-25,-24v-12,0,-25,12,-25,24r0,170r-33,0r0,-224v14,-1,26,0,29,10","w":132,"k":{"g":3,"?":11}},"o":{"d":"63,-229v78,-1,56,105,56,178v0,34,-22,55,-56,56v-78,1,-56,-104,-56,-178v0,-33,21,-55,56,-56xm63,-27v12,-1,24,-10,24,-24r0,-122v1,-12,-12,-24,-24,-24v-13,0,-23,11,-23,24r0,122v-1,14,10,24,23,24","w":126,"k":{"x":12,"g":12,"?":9,"\/":9,"!":5}},"p":{"d":"37,-214v29,-29,86,0,83,44v-5,73,22,176,-56,175v-12,0,-19,-4,-23,-12r0,70r-33,0r0,-287v14,-1,26,0,29,10xm64,-27v12,0,24,-10,24,-24r0,-119v1,-12,-12,-24,-24,-24v-13,0,-23,12,-23,24r0,119v0,14,10,24,23,24","w":124,"k":{"?":4,"\/":6}},"q":{"d":"4,-170v-3,-44,52,-73,83,-44v3,-10,15,-11,29,-10r0,287r-32,0r0,-70v-27,30,-80,-2,-80,-44r0,-119xm60,-27v12,0,24,-11,24,-24r0,-119v0,-11,-12,-24,-24,-24v-13,0,-25,12,-24,24r0,119v-1,14,11,24,24,24","w":124,"k":{"!":5}},"r":{"d":"37,-210v4,-15,34,-22,47,-10r-12,29v-15,-10,-32,7,-31,21r0,170r-33,0r0,-224r22,0","w":85,"k":{"\u2026":25,"\u2014":11,"\u2013":11,"e":3,"c":3,"a":5,".":25,"-":11,",":25,"g":19,"d":1,"\/":27}},"s":{"d":"41,-172v7,54,80,54,80,115v0,37,-20,62,-59,62v-39,0,-60,-27,-56,-71r33,7v-2,19,8,31,24,32v43,-7,19,-59,-6,-69v-22,-19,-48,-37,-48,-77v0,-34,21,-56,55,-56v40,0,55,29,53,71r-32,-7v2,-18,-7,-32,-22,-32v-14,0,-24,13,-22,25","w":126,"k":{"x":7,"g":10,"?":8,"\/":7}},"t":{"d":"110,-10v-29,31,-86,10,-86,-40r0,-146r-20,0r0,-28r20,0r0,-41r33,-11r0,52r42,0r0,28r-42,0r0,146v-3,26,23,28,31,15","w":112,"k":{"\u2014":25,"\u2013":25,"s":7,"o":8,"e":8,"a":7,"-":25,"q":6,"d":4}},"u":{"d":"63,-31v12,0,23,-10,23,-23r0,-170r32,0r0,224r-21,0r-7,-11v-27,28,-82,4,-82,-43r0,-170r32,0r0,170v1,13,10,23,23,23","w":127,"k":{"g":4,"!":5}},"v":{"d":"112,-224r-41,224r-31,0r-40,-224r37,0r21,140r20,-140r34,0","w":111,"k":{"g":10,"\/":21,",":19,".":19,"\u2026":19}},"w":{"d":"181,-224r-39,224r-30,0r-22,-134r-22,134r-29,0r-39,-224r36,0r17,141r25,-141r27,0r25,141r17,-141r34,0","w":181,"k":{"g":10,"\/":21,",":19,".":19,"\u2026":19}},"x":{"d":"132,0r-37,0r-27,-78r-26,78r-35,0r46,-117r-42,-107r37,0r23,69r22,-69r35,0r-42,109","w":138,"k":{"\u2014":17,"\u2013":17,"s":9,"o":9,"e":6,"c":6,"a":8,"-":17,"!":5}},"y":{"d":"60,-31v12,0,25,-9,24,-23r0,-170r32,0r0,287r-32,0r0,-74v-27,28,-80,1,-80,-43r0,-170r33,0r0,170v0,13,11,23,23,23","k":{"j":-30,"!":5}},"z":{"d":"112,0r-104,0r0,-25r68,-165r-68,0r0,-34r104,0r0,25r-68,164r68,0r0,35","w":120,"k":{"!":4,"-":5,"\u2013":5,"\u2014":5}},"{":{"d":"31,-173v0,-56,-5,-112,55,-106r0,17v-78,-11,0,132,-68,148v41,5,28,62,30,105v1,27,6,50,38,46r0,18v-62,7,-56,-55,-55,-113v0,-26,-5,-50,-30,-48r0,-18v28,2,30,-25,30,-49","w":89},"|":{"d":"9,-280r19,0r0,339r-19,0r0,-339","w":38},"}":{"d":"71,-114v-70,-13,14,-154,-68,-148r0,-17v59,-6,55,50,55,106v0,24,2,51,30,49r0,18v-71,3,20,173,-85,161r0,-18v77,10,0,-136,68,-151","w":89},"~":{"d":"33,-131v-16,0,-21,20,-28,33v-2,-32,-1,-64,27,-65v25,-1,31,22,53,22v19,0,22,-18,29,-34v2,33,1,69,-31,66v-20,-2,-30,-22,-50,-22","w":119},"\u00d7":{"d":"65,-113r-37,37r-22,-22r38,-37r-38,-37r22,-22r37,36r35,-36r22,22r-35,37r35,37r-22,22","w":128},"\u2013":{"d":"145,-130r-137,0r0,-28r137,0r0,28","w":153,"k":{"x":21,"X":12,"V":9,"T":6,"J":32,"Y":22,"S":14,"A":4,"Z":9,"z":18}},"\u2014":{"d":"225,-130r-217,0r0,-28r217,0r0,28","w":233,"k":{"x":21,"X":12,"V":9,"T":6,"J":32,"Y":22,"S":14,"A":4,"Z":9,"z":18}},"\u2018":{"d":"28,-292r10,0r-8,93r-29,0","w":43,"k":{"g":10,"J":27,"A":21,"s":4}},"\u2019":{"d":"15,-199r-9,0r8,-93r29,0","w":43,"k":{"g":10,"J":27,"A":21,"s":4}},"\u201c":{"d":"32,-292r9,0r-8,93r-29,0xm76,-292r9,0r-8,93r-29,0","w":92,"k":{"g":10,"J":27,"A":21,"s":4}},"\u201d":{"d":"61,-199r-10,0r8,-93r29,0xm17,-199r-10,0r8,-93r29,0","w":92,"k":{"g":10,"J":27,"A":21,"s":4}},"\u2026":{"d":"24,-41v10,0,16,9,16,20v0,11,-6,21,-16,21v-20,-2,-21,-40,0,-41xm161,-41v10,0,16,9,16,20v0,11,-6,21,-16,21v-21,-1,-23,-41,0,-41xm297,-41v10,0,16,9,16,20v0,11,-6,21,-16,21v-20,-2,-21,-40,0,-41","w":321,"k":{"V":16,"T":22,"8":6,"7":9,"6":6,"4":19,"Y":27,"v":16,"w":16,"\"":12,"'":12,"\u2018":12,"\u2019":12,"\u201c":12,"\u201d":12}},"\u2122":{"d":"184,-125r0,-99r-18,99r-26,0r-19,-99r0,99r-23,0r0,-150r34,0r21,100r21,-100r34,0r0,150r-24,0xm82,-275r0,24r-24,0r0,126r-24,0r0,-126r-25,0r0,-24r73,0","w":216},"\u00a0":{"w":68,"k":{"j":7}}}});

