/*
 * 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');
Cufon.replace('h2');






/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 1990, 2002 Adobe Systems Incorporated. All rights reserved.
 * 
 * Trademark:
 * Helvetica is a trademark of Linotype Corp. registered in the U.S. Patent and
 * Trademark Office and may be registered in certain other jurisdictions in the
 * name of Linotype Corp. or its licensee Linotype GmbH.
 * 
 * Full name:
 * HelveticaNeueLTStd-LtEx
 * 
 * Designer:
 * Linotype Staff
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":240,"face":{"font-family":"Helvetica Neue LT Std","font-weight":300,"font-stretch":"expanded","units-per-em":"360","panose-1":"2 11 5 3 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"6","bbox":"-27 -277 384 79.4812","underline-thickness":"18","underline-position":"-18","stemh":"22","stemv":"27","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100},"!":{"d":"38,0r0,-40r31,0r0,40r-31,0xm45,-67r-6,-122r0,-68r29,0v1,67,-4,128,-7,190r-16,0","w":106},"\"":{"d":"36,-167r0,-90r21,0r0,90r-21,0xm90,-167r0,-90r20,0r0,90r-20,0","w":146},"#":{"d":"59,0r12,-81r-41,0r0,-16r43,0r8,-56r-41,0r0,-15r43,0r11,-82r18,0r-11,82r51,0r11,-82r18,0r-11,82r41,0r0,15r-43,0r-8,56r41,0r0,16r-43,0r-12,81r-18,0r12,-81r-51,0r-12,81r-18,0xm142,-97r8,-56r-51,0r-8,56r51,0"},"$":{"d":"111,-143r0,-87v-40,1,-66,16,-66,44v0,28,30,37,66,43xm131,-114r0,95v37,0,72,-11,72,-48v0,-24,-18,-40,-72,-47xm111,-19r0,-98v-48,-8,-95,-18,-95,-67v0,-52,47,-70,95,-71r0,-22r20,0r0,22v48,3,92,23,94,77r-27,0v-3,-37,-32,-49,-67,-52r0,91v73,10,101,29,101,67v0,59,-52,77,-101,78r0,35r-20,0r0,-35v-59,-3,-103,-25,-103,-88r27,0v0,46,34,60,76,63"},"%":{"d":"261,-12v26,0,41,-20,41,-52v0,-32,-15,-52,-41,-52v-26,0,-40,20,-40,52v0,32,14,52,40,52xm77,6r171,-261r21,0r-171,261r-21,0xm85,-133v26,0,41,-20,41,-52v0,-32,-15,-52,-41,-52v-26,0,-40,20,-40,52v0,32,14,52,40,52xm261,6v-36,0,-63,-24,-63,-70v0,-46,27,-70,63,-70v36,0,63,24,63,70v0,46,-27,70,-63,70xm85,-115v-36,0,-63,-24,-63,-70v0,-46,27,-70,63,-70v36,0,63,24,63,70v0,46,-27,70,-63,70","w":346},"&":{"d":"201,-48r-89,-84v-41,15,-60,35,-60,63v0,57,115,72,149,21xm251,0r-33,-32v-18,23,-54,38,-95,38v-65,0,-97,-33,-97,-77v0,-36,21,-55,71,-76v-19,-18,-33,-33,-33,-57v0,-32,25,-53,63,-53v47,0,63,28,63,52v0,33,-27,51,-54,62r79,75v8,-10,13,-32,14,-43r24,0v0,14,-6,38,-20,59r55,52r-37,0xm165,-203v0,-17,-11,-32,-40,-32v-18,0,-36,12,-36,30v0,10,2,20,31,48v31,-13,45,-28,45,-46","w":280},"(":{"d":"94,-257r20,0v-23,32,-58,82,-58,163v0,81,35,130,58,162r-20,0v-3,-3,-64,-69,-64,-162v0,-93,61,-160,64,-163","w":126},")":{"d":"32,68r-20,0v23,-32,59,-81,59,-162v0,-81,-36,-131,-59,-163r20,0v3,3,65,70,65,163v0,93,-62,159,-65,162","w":126},"*":{"d":"67,-209r0,-48r20,0r0,48r45,-17r8,18r-48,18r33,37r-13,13r-35,-40r-35,40r-14,-13r33,-37r-47,-18r7,-18","w":153},"+":{"d":"99,0r0,-82r-82,0r0,-18r82,0r0,-82r18,0r0,82r82,0r0,18r-82,0r0,82r-18,0","w":216},",":{"d":"35,0r0,-40r31,0v3,43,-1,87,-35,90r0,-13v14,-6,17,-19,17,-37r-13,0","w":100},"-":{"d":"25,-85r0,-27r110,0r0,27r-110,0","w":159},".":{"d":"35,0r0,-40r31,0r0,40r-31,0","w":100},"\/":{"d":"1,6r124,-270r20,0r-123,270r-21,0","w":146},"0":{"d":"120,-233v-59,0,-78,45,-78,109v0,63,19,107,78,107v59,0,79,-44,79,-107v0,-64,-20,-109,-79,-109xm120,-255v62,0,105,40,105,131v0,90,-43,130,-105,130v-62,0,-105,-40,-105,-130v0,-91,43,-131,105,-131"},"1":{"d":"85,0r0,-187r-78,0r0,-20v49,0,76,1,82,-48r23,0r0,255r-27,0","w":159},"2":{"d":"214,-24r0,24r-195,0v3,-29,11,-60,88,-100v57,-30,77,-44,77,-78v0,-37,-23,-55,-63,-55v-57,0,-69,34,-70,68r-27,0v0,-64,38,-90,97,-90v68,0,90,41,90,77v0,44,-27,62,-62,81v-71,39,-91,52,-97,73r162,0"},"3":{"d":"102,-121r0,-22v44,2,80,-4,80,-43v0,-32,-24,-47,-60,-47v-51,0,-71,25,-71,62r-27,0v1,-45,31,-84,98,-84v43,0,87,19,87,69v0,24,-18,46,-47,52v31,3,57,25,57,63v0,57,-46,77,-101,77v-65,0,-100,-31,-100,-87r27,0v2,47,28,64,77,64v54,0,70,-27,70,-53v-1,-50,-43,-52,-90,-51"},"4":{"d":"150,-85r0,-132r-108,132r108,0xm150,0r0,-63r-135,0r0,-24r137,-168r23,0r0,170r47,0r0,22r-47,0r0,63r-25,0"},"5":{"d":"26,-117r25,-132r150,0r0,22r-130,0r-17,83v12,-12,35,-24,66,-24v63,0,97,35,97,87v0,36,-21,87,-100,87v-63,0,-93,-30,-99,-78r26,0v6,36,29,55,73,55v41,0,73,-19,73,-64v0,-41,-26,-65,-74,-65v-37,0,-57,20,-65,30"},"6":{"d":"214,-190r-26,0v-2,-26,-24,-43,-65,-43v-49,0,-80,34,-78,112v9,-18,32,-46,78,-46v58,0,98,31,98,87v0,57,-44,86,-98,86v-60,0,-103,-31,-103,-122v0,-83,31,-139,103,-139v63,0,88,32,91,65xm51,-81v0,31,20,64,72,64v40,0,71,-24,71,-64v0,-36,-26,-64,-71,-64v-59,0,-72,40,-72,64"},"7":{"d":"199,-249r0,24v-30,26,-98,113,-114,225r-29,0v10,-83,71,-183,117,-225r-163,0r0,-24r189,0","w":213},"8":{"d":"44,-69v0,37,32,52,76,52v44,0,77,-15,77,-52v0,-38,-35,-56,-77,-56v-42,0,-76,18,-76,56xm17,-69v-1,-50,42,-60,60,-68v-13,-4,-47,-14,-47,-53v0,-27,17,-65,90,-65v73,0,91,38,91,65v0,40,-37,47,-48,54v20,5,60,18,60,67v0,35,-22,75,-103,75v-81,0,-103,-40,-103,-75xm120,-147v44,0,64,-17,64,-41v-1,-63,-127,-62,-128,0v0,24,20,41,64,41"},"9":{"d":"26,-59r27,0v2,26,23,42,64,42v49,0,80,-34,78,-112v-9,18,-32,47,-78,47v-58,0,-97,-31,-97,-87v0,-57,43,-86,97,-86v60,0,104,31,104,122v0,83,-32,139,-104,139v-63,0,-88,-32,-91,-65xm190,-168v0,-31,-21,-65,-73,-65v-40,0,-71,25,-71,65v0,36,26,64,71,64v59,0,73,-40,73,-64"},":":{"d":"35,0r0,-40r31,0r0,40r-31,0xm35,-143r0,-39r31,0r0,39r-31,0","w":100},";":{"d":"35,0r0,-40r31,0v3,43,-1,87,-35,90r0,-13v14,-6,17,-19,17,-37r-13,0xm35,-143r0,-39r31,0r0,39r-31,0","w":100},"<":{"d":"17,-81r0,-20r182,-84r0,20r-160,74r160,74r0,20","w":216},"=":{"d":"17,-117r0,-18r182,0r0,18r-182,0xm17,-47r0,-18r182,0r0,18r-182,0","w":216},">":{"d":"177,-91r-160,-74r0,-20r182,84r0,20r-182,84r0,-20","w":216},"?":{"d":"46,-177r-27,0v0,-47,31,-87,94,-87v48,0,93,24,93,75v0,33,-17,46,-52,71v-31,22,-32,27,-32,51r-24,0v0,-38,2,-39,47,-72v18,-14,34,-25,34,-50v0,-31,-28,-50,-66,-50v-47,0,-66,26,-67,62xm94,0r0,-40r31,0r0,40r-31,0","w":233},"@":{"d":"89,-103v0,22,9,37,30,37v37,0,64,-56,64,-89v0,-24,-8,-35,-29,-35v-38,0,-65,52,-65,87xm195,-178r8,-24r21,0v-13,43,-40,81,-40,129v0,6,3,9,9,9v30,0,61,-50,61,-88v0,-58,-49,-96,-103,-96v-67,0,-117,56,-117,119v0,66,52,120,117,120v37,0,77,-20,96,-51r20,0v-23,41,-69,66,-116,66v-77,0,-135,-61,-135,-135v0,-75,60,-135,135,-135v67,0,121,48,121,113v0,56,-45,103,-83,103v-14,0,-21,-11,-24,-25v-9,10,-26,25,-49,25v-31,0,-49,-24,-49,-54v0,-50,35,-106,88,-106v17,0,32,8,40,30","w":288},"A":{"d":"186,-103r-56,-127r-58,127r114,0xm231,0r-34,-78r-135,0r-35,78r-29,0r116,-257r31,0r117,257r-31,0","w":259},"B":{"d":"24,0r0,-257r146,0v84,-4,98,102,27,120v31,8,56,29,55,64v-6,105,-131,66,-228,73xm50,-233r0,88v64,-6,166,23,165,-46v-1,-68,-103,-34,-165,-42xm50,-121r0,97v68,-6,173,23,173,-49v0,-78,-106,-39,-173,-48","w":266},"C":{"d":"252,-98r27,0v-6,58,-53,104,-127,104v-84,0,-137,-53,-137,-135v0,-59,37,-135,137,-135v56,0,116,26,124,94r-26,0v-8,-49,-52,-69,-98,-69v-64,0,-108,35,-108,110v0,57,30,111,108,111v61,0,91,-31,100,-80","w":293},"D":{"d":"24,0r0,-257r125,0v75,0,113,47,113,128v0,72,-37,129,-109,129r-129,0xm50,-233r0,209v103,-1,183,19,184,-105v0,-68,-27,-104,-86,-104r-98,0","w":280},"E":{"d":"28,0r0,-257r205,0r0,24r-178,0r0,88r171,0r0,24r-171,0r0,97r180,0r0,24r-207,0","w":246},"F":{"d":"24,0r0,-257r192,0r0,24r-166,0r0,88r158,0r0,24r-158,0r0,121r-26,0","w":219,"k":{"A":13,",":40,".":40}},"G":{"d":"262,0v-2,-16,0,-35,-4,-49v-26,38,-57,55,-107,55v-87,0,-134,-55,-134,-135v0,-78,52,-135,137,-135v72,0,117,40,124,88r-29,0v-10,-44,-49,-63,-95,-63v-70,0,-109,42,-109,110v0,69,36,111,104,111v77,0,101,-44,109,-90r-94,0r0,-24r119,0r0,132r-21,0","w":306},"H":{"d":"24,0r0,-257r26,0r0,109r186,0r0,-109r27,0r0,257r-27,0r0,-124r-186,0r0,124r-26,0","w":286},"I":{"d":"27,0r0,-257r26,0r0,257r-26,0","w":79},"J":{"d":"36,-84v-2,43,14,68,57,68v36,0,57,-13,57,-63r0,-178r26,0r0,185v0,46,-26,78,-85,78v-80,0,-81,-58,-82,-90r27,0","w":200},"K":{"d":"28,0r0,-257r27,0r0,139r166,-139r38,0r-127,106r136,151r-38,0r-119,-133r-56,46r0,87r-27,0","w":266},"L":{"d":"24,0r0,-257r26,0r0,233r163,0r0,24r-189,0","w":213,"k":{"T":40,"V":33,"W":27,"y":13,"Y":40}},"M":{"d":"177,-33r115,-224r37,0r0,257r-26,0r-1,-222r-113,222r-25,0r-114,-222r0,222r-26,0r0,-257r39,0","w":353},"N":{"d":"24,0r0,-257r32,0r180,220r0,-220r27,0r0,257r-31,0r-182,-220r0,220r-26,0","w":286},"O":{"d":"14,-129v0,-91,66,-135,139,-135v73,0,140,44,140,135v0,91,-67,135,-140,135v-73,0,-139,-44,-139,-135xm42,-129v0,77,54,111,111,111v57,0,111,-34,111,-111v0,-77,-54,-110,-111,-110v-57,0,-111,33,-111,110","w":306},"P":{"d":"55,-233r0,101r103,0v45,0,57,-21,57,-51v1,-79,-95,-42,-160,-50xm28,0r0,-257v94,7,214,-32,216,74v0,49,-32,75,-89,75r-100,0r0,108r-27,0","w":253,"k":{"A":13,",":46,".":46}},"Q":{"d":"171,-55r14,-17r41,31v23,-17,38,-47,38,-88v0,-77,-54,-110,-111,-110v-57,0,-111,33,-111,110v1,97,86,130,163,100xm286,5r-14,18r-44,-35v-93,46,-214,4,-214,-117v0,-91,66,-135,139,-135v73,0,140,44,140,135v0,47,-18,82,-46,104","w":306},"R":{"d":"28,0r0,-257v93,8,224,-33,224,69v0,27,-18,55,-51,63v57,1,38,84,55,125r-29,0v-5,-5,-7,-25,-7,-53v0,-85,-93,-54,-165,-60r0,113r-27,0xm55,-233r0,95v69,-8,168,28,168,-50v0,-38,-29,-45,-53,-45r-115,0","w":266},"S":{"d":"45,-194v-5,72,187,27,187,120v0,63,-57,80,-107,80v-65,0,-113,-22,-117,-91r27,0v5,54,41,67,90,67v39,0,78,-10,78,-51v0,-39,-46,-44,-93,-52v-61,-10,-94,-27,-94,-68v0,-56,51,-75,101,-75v53,0,106,19,108,80r-27,0v1,-76,-149,-70,-153,-10"},"T":{"d":"100,0r0,-233r-101,0r0,-24r229,0r0,24r-101,0r0,233r-27,0","w":226,"k":{"w":33,"y":27,"A":13,",":33,".":33,"-":33,"a":27,"c":27,"e":27,"i":27,"o":27,"r":27,"s":27,"u":27,":":33,";":33}},"U":{"d":"255,-257r0,158v0,47,-13,105,-115,105v-102,0,-115,-58,-115,-105r0,-158r27,0r0,158v0,67,43,81,88,81v45,0,88,-14,88,-81r0,-158r27,0","w":280},"V":{"d":"125,-30r98,-227r29,0r-114,257r-29,0r-114,-257r31,0","w":246,"k":{"y":6,"A":13,",":40,".":40,"-":13,"a":13,"e":13,"o":13,"r":6,"u":6,":":13,";":13}},"W":{"d":"355,-257r29,0r-86,257r-31,0r-78,-220r-77,220r-31,0r-85,-257r30,0r72,222r76,-222r33,0r76,222","w":380,"k":{"A":6,",":20,".":20,"-":13,"a":6,"e":6,"o":6,":":6,";":6}},"X":{"d":"-3,0r105,-130r-101,-127r36,0r84,106r86,-106r33,0r-101,125r104,132r-35,0r-88,-111r-89,111r-34,0"},"Y":{"d":"110,0r0,-108r-115,-149r34,0r94,122r95,-122r34,0r-115,149r0,108r-27,0","w":246,"k":{"v":6,"A":20,",":46,".":46,"-":33,"a":20,"e":20,"i":6,"o":20,"u":13,":":20,";":20,"p":13,"q":20}},"Z":{"d":"2,0r0,-24r191,-209r-179,0r0,-24r215,0r0,24r-192,209r194,0r0,24r-229,0","w":233},"[":{"d":"39,68r0,-325r70,0r0,20r-46,0r0,285r46,0r0,20r-70,0","w":126},"\\":{"d":"125,6r-124,-270r20,0r124,270r-20,0","w":146},"]":{"d":"88,-257r0,325r-71,0r0,-20r46,0r0,-285r-46,0r0,-20r71,0","w":126},"^":{"d":"180,-86r-72,-141r-72,141r-20,0r83,-163r18,0r83,163r-20,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"170,-101v-7,16,-143,1,-133,49v0,29,25,38,54,38v47,0,90,-27,79,-87xm44,-130r-25,0v4,-39,25,-63,89,-63v111,0,86,67,86,153v0,22,10,22,29,21r0,18v-5,1,-13,2,-22,2v-29,1,-27,-20,-30,-33v-8,12,-26,38,-87,38v-32,0,-73,-14,-73,-56v0,-51,52,-57,93,-59v58,-3,66,-7,66,-25v0,-27,-18,-37,-62,-37v-42,0,-62,11,-64,41","w":219},"b":{"d":"21,0r0,-259r26,0r1,109v12,-24,40,-43,76,-43v70,0,102,47,102,99v0,46,-25,100,-102,100v-46,0,-68,-28,-77,-43r0,37r-26,0xm46,-94v0,49,34,77,78,77v54,0,75,-40,75,-77v0,-48,-33,-77,-75,-77v-54,0,-78,38,-78,77"},"c":{"d":"184,-67r27,0v-5,24,-27,73,-95,73v-68,0,-105,-41,-105,-100v0,-56,34,-99,105,-99v64,0,90,40,94,67r-27,0v-8,-32,-34,-45,-67,-45v-54,0,-79,34,-79,77v0,46,28,77,79,77v39,0,61,-21,68,-50","w":219},"d":{"d":"194,-94v0,-39,-24,-77,-78,-77v-42,0,-75,29,-75,77v0,37,21,77,75,77v44,0,78,-28,78,-77xm193,0v-1,-12,2,-27,-1,-37v-7,16,-31,43,-76,43v-77,0,-102,-54,-102,-100v0,-52,32,-99,102,-99v37,-1,63,21,77,43r0,-109r27,0r0,259r-27,0"},"e":{"d":"41,-107r154,0v-14,-87,-140,-87,-154,0xm190,-60r27,0v-11,33,-39,66,-101,66v-77,0,-102,-54,-102,-100v0,-52,32,-99,102,-99v48,0,105,21,105,106r-180,0v0,39,27,70,75,70v45,0,65,-15,74,-43","w":233},"f":{"d":"39,0r0,-167r-41,0r0,-20r41,0v-3,-46,6,-75,52,-72v10,0,22,0,30,1r0,23v-27,-3,-61,-6,-56,26r0,22r53,0r0,20r-53,0r0,167r-26,0","w":113},"g":{"d":"194,-98v0,-39,-27,-73,-80,-73v-47,0,-77,27,-77,73v0,55,35,76,80,76v44,0,77,-28,77,-76xm193,-151v3,-9,0,-25,1,-36r26,0r0,180v0,69,-56,86,-105,86v-85,0,-94,-41,-96,-61r25,0v4,20,9,41,72,41v62,0,87,-39,77,-101v-10,19,-35,42,-83,42v-48,0,-99,-25,-99,-98v0,-50,31,-95,102,-95v36,0,67,14,80,42"},"h":{"d":"21,0r0,-259r26,0r1,109v8,-20,36,-43,77,-43v110,-3,75,101,81,193r-26,0r0,-121v0,-37,-23,-50,-57,-50v-95,0,-75,87,-76,171r-26,0","w":226},"i":{"d":"20,0r0,-187r26,0r0,187r-26,0xm20,-220r0,-39r26,0r0,39r-26,0","w":66},"j":{"d":"-27,78r0,-22v25,4,47,-1,47,-28r0,-215r26,0r0,215v4,39,-28,57,-73,50xm20,-220r0,-39r26,0r0,39r-26,0","w":66},"k":{"d":"21,0r0,-259r26,0r0,163r114,-91r40,0r-92,71r99,116r-36,0r-83,-99r-42,32r0,67r-26,0","w":206},"l":{"d":"20,0r0,-259r26,0r0,259r-26,0","w":66},"m":{"d":"313,0v-7,-71,29,-171,-56,-171v-85,0,-61,94,-64,171r-26,0r0,-127v0,-24,-18,-44,-54,-44v-38,0,-66,23,-66,66r0,105r-26,0r0,-187r26,0v1,11,-2,25,1,34v11,-20,31,-40,74,-40v42,0,62,22,67,41v9,-19,36,-41,73,-41v107,0,71,104,77,193r-26,0","w":360},"n":{"d":"180,0r0,-121v0,-37,-23,-50,-57,-50v-95,0,-75,87,-76,171r-26,0r0,-187r26,0v1,12,-2,27,1,37v8,-20,36,-43,77,-43v110,-3,75,101,81,193r-26,0","w":226},"o":{"d":"41,-94v0,45,29,77,79,77v50,0,80,-32,80,-77v0,-45,-30,-77,-80,-77v-50,0,-79,32,-79,77xm14,-94v0,-52,34,-99,106,-99v72,0,106,47,106,99v0,52,-34,100,-106,100v-72,0,-106,-48,-106,-100"},"p":{"d":"21,73r0,-260r26,0v1,12,-2,27,1,37v7,-16,24,-43,76,-43v77,0,102,53,102,99v0,52,-32,100,-102,100v-36,1,-63,-21,-77,-43r0,110r-26,0xm46,-94v0,39,24,77,78,77v42,0,75,-29,75,-77v0,-37,-21,-77,-75,-77v-44,0,-78,28,-78,77"},"q":{"d":"192,-150v3,-9,0,-26,1,-37r27,0r0,260r-27,0r-1,-110v-12,24,-41,43,-76,43v-70,0,-102,-48,-102,-100v0,-46,31,-99,100,-99v46,0,72,26,78,43xm194,-94v0,-49,-34,-77,-78,-77v-54,0,-75,40,-75,77v0,48,33,77,75,77v54,0,78,-38,78,-77"},"r":{"d":"21,0r0,-187r26,0v1,14,-2,31,1,43v9,-25,38,-56,87,-48r0,28v-48,-8,-88,6,-88,69r0,95r-26,0","w":133,"k":{",":27,".":27,"-":20}},"s":{"d":"184,-132r-24,0v-7,-30,-26,-39,-65,-39v-28,0,-54,6,-54,32v0,19,13,23,70,31v57,8,81,18,81,54v0,37,-30,60,-89,60v-59,0,-95,-20,-95,-65r25,0v5,31,22,42,70,42v37,0,62,-7,62,-35v0,-19,-13,-27,-71,-33v-58,-6,-79,-20,-79,-53v0,-32,26,-55,80,-55v61,0,86,22,89,61","w":200},"t":{"d":"39,-187r0,-59r26,0r0,59r53,0r0,20r-53,0r0,124v-8,27,36,26,53,21r0,23v-44,7,-79,-3,-79,-45r0,-123r-41,0r0,-20r41,0","w":126},"u":{"d":"180,0v-1,-12,2,-27,-1,-37v-8,20,-36,43,-77,43v-110,3,-75,-101,-81,-193r26,0r0,120v0,37,23,50,57,50v94,0,75,-86,76,-170r26,0r0,187r-26,0","w":226},"v":{"d":"100,-31r74,-156r28,0r-88,187r-28,0r-88,-187r29,0","w":200,"k":{",":20,".":20}},"w":{"d":"231,-35r60,-152r29,0r-76,187r-29,0r-56,-150r-56,150r-29,0r-74,-187r29,0r59,153r57,-153r29,0","w":320,"k":{",":20,".":20}},"x":{"d":"-1,0r86,-97r-80,-90r35,0r63,71r63,-71r35,0r-81,90r88,97r-36,0r-69,-78r-69,78r-35,0","w":206},"y":{"d":"103,-31r71,-156r28,0r-101,222v-16,39,-36,40,-80,37r0,-22v29,0,44,2,56,-23r12,-26r-91,-188r29,0","w":200,"k":{",":27,".":27}},"z":{"d":"7,0r0,-22r142,-143r-134,0r0,-22r173,0r0,22r-146,143r151,0r0,22r-186,0","w":200},"{":{"d":"17,-87r0,-14v58,-2,-31,-178,81,-156r0,14v-70,-21,-6,137,-63,149v29,-1,28,76,28,119v0,33,11,30,35,30r0,13v-37,3,-59,-7,-59,-43v0,-35,10,-118,-22,-112","w":126},"|":{"d":"31,6r0,-270r18,0r0,270r-18,0","w":79},"}":{"d":"28,68r0,-13v25,0,36,4,35,-30v-1,-45,0,-118,28,-120v-29,1,-28,-75,-28,-118v0,-34,-10,-30,-35,-30r0,-14v38,-4,60,8,60,44v0,35,-11,118,21,112r0,14v-51,2,18,160,-60,155r-21,0","w":126},"~":{"d":"70,-112v24,0,56,23,77,24v14,0,23,-13,31,-26r13,13v-11,15,-23,31,-45,31v-36,0,-90,-50,-108,2r-13,-13v8,-15,21,-31,45,-31","w":216},"'":{"d":"40,-167r0,-90r20,0r0,90r-20,0","w":100},"`":{"d":"15,-266r41,51r-22,0r-52,-51r33,0","w":66},"\u00a0":{"w":100}}});

