/*
 * 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:
 * Copyright © 1986, 1992, 1995, 2001 Adobe Systems Incorporated.  All Rights
 * Reserved.
 * 
 * Trademark:
 * ITC Franklin Gothic is a trademark of International Typeface Corporation.
 * 
 * Full name:
 * ITCFranklinGothicStd-Hvy
 * 
 * Designer:
 * Vic Caruso
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":216,"face":{"font-family":"franklin gothic","font-weight":750,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 9 4 3 5 2 2 2 4","ascent":"247","descent":"-113","x-height":"4","bbox":"-20 -272 360 90","underline-thickness":"18","underline-position":"-18","stemh":"46","stemv":"71","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":108},"!":{"d":"100,-247r-20,164r-46,0r-19,-164r85,0xm92,-66r0,66r-69,0r0,-66r69,0","w":115},"\"":{"d":"102,-247r56,0r0,53r-17,51r-22,0r-17,-51r0,-53xm29,-247r56,0r0,53r-17,51r-22,0r-17,-51r0,-53","w":187},"#":{"d":"76,-251r43,0r-16,70r40,0r15,-70r43,0r-17,70r33,0r0,39r-40,0r-9,44r38,0r0,38r-48,0r-13,60r-41,0r13,-60r-41,0r-12,60r-42,0r12,-60r-35,0r0,-38r44,0r10,-44r-38,0r0,-39r46,0xm95,-141r-10,43r41,0r10,-43r-41,0"},"$":{"d":"208,-84v0,49,-42,70,-83,77r0,31r-34,0r0,-32v-40,-4,-74,-28,-83,-68r64,-12v6,20,20,28,40,28v9,0,26,-2,26,-15v0,-14,-17,-16,-27,-18v-43,-9,-91,-21,-91,-75v0,-41,32,-69,71,-74r0,-30r34,0v1,9,-2,23,1,30v36,4,63,21,76,56r-57,17v-6,-17,-19,-23,-36,-23v-10,0,-22,3,-22,15v0,12,16,14,25,16v45,7,96,26,96,77"},"%":{"d":"225,-247r-150,247r-34,0r151,-247r33,0xm216,-63v0,-47,-25,-54,-25,-3v0,33,5,39,12,39v8,0,13,-7,13,-36xm76,-183v0,-48,-26,-54,-26,-3v0,33,5,39,12,39v8,0,14,-7,14,-36xm203,0v-68,0,-68,-127,0,-127v37,0,50,32,50,64v0,32,-15,63,-50,63xm113,-183v0,32,-15,63,-50,63v-68,0,-68,-127,0,-127v37,0,50,32,50,64","w":266},"&":{"d":"142,-60r-41,-45v-29,10,-21,55,13,55v10,0,21,-3,28,-10xm130,-206v-26,1,-16,34,1,41v21,-3,26,-42,-1,-41xm159,-129r26,26v11,-11,15,-26,18,-41r64,7v-6,28,-18,57,-40,77v13,9,23,6,40,5r0,54v-33,9,-63,3,-87,-16v-56,40,-168,26,-170,-55v0,-37,25,-56,57,-68v-11,-14,-20,-30,-20,-49v1,-84,158,-85,159,-1v0,30,-19,52,-47,61","w":280},"\u2019":{"d":"87,-247r0,52r-34,55r-29,0r25,-49r-25,0r0,-58r63,0","w":108,"k":{"\u2019":36,"v":14,"r":31,"l":14,"s":40,"t":11,"d":31}},"(":{"d":"73,-247r49,0v-66,84,-56,227,0,305v-16,-2,-40,4,-51,-3v-67,-74,-76,-224,2,-302","w":136},")":{"d":"14,-247r49,0v79,79,69,231,0,305r-49,0v56,-80,66,-220,0,-305","w":136},"*":{"d":"172,-121r-36,26r-29,-48r-28,48r-36,-26r36,-40r-53,-13r14,-39r51,21r-5,-55r43,0r-5,55r53,-21r13,39r-54,13"},"+":{"d":"81,-131r0,-65r54,0r0,65r65,0r0,54r-65,0r0,65r-54,0r0,-65r-65,0r0,-54r65,0"},",":{"d":"88,-66r0,61r-40,68r-28,0r28,-63r-28,0r0,-66r68,0","w":108,"k":{"\u201d":36,"\u2019":36," ":18}},"-":{"d":"91,-127r0,56r-91,0r0,-56r91,0","w":93},".":{"d":"89,-66r0,66r-69,0r0,-66r69,0","w":108,"k":{"\u201d":36,"\u2019":36}},"\/":{"d":"204,-247r-176,309r-48,0r177,-309r47,0"},"0":{"d":"10,-122v0,-62,25,-129,98,-129v73,0,98,67,98,129v0,61,-27,126,-98,126v-71,0,-98,-65,-98,-126xm135,-121v0,-56,-7,-78,-27,-78v-12,0,-27,5,-27,78v0,69,17,73,27,73v9,0,27,-1,27,-73"},"1":{"d":"145,-55r58,0r0,55r-190,0r0,-55r61,0r0,-117v-18,7,-35,15,-54,18r0,-56v26,-6,57,-18,71,-41r54,0r0,196"},"2":{"d":"202,-60r-3,60r-188,0r0,-57r84,-63v15,-13,33,-27,33,-49v0,-14,-9,-26,-24,-26v-23,0,-30,24,-31,43r-62,-13v7,-53,45,-86,98,-86v49,0,91,27,91,80v0,59,-60,81,-95,111r97,0"},"3":{"d":"110,-251v44,0,88,26,88,69v0,24,-12,45,-36,53v28,9,44,27,44,58v0,55,-50,75,-98,75v-54,0,-92,-25,-105,-79r64,-9v-1,37,65,50,67,8v1,-26,-32,-26,-62,-24r0,-52v27,1,59,2,57,-22v-3,-34,-56,-28,-57,5r-60,-10v11,-48,50,-72,98,-72"},"4":{"d":"210,-54r-35,0r0,54r-68,0r0,-54r-101,0r0,-54r93,-143r76,0r0,143r35,0r0,54xm107,-108r0,-74r-47,74r47,0"},"5":{"d":"79,-151v53,-37,125,4,125,67v0,56,-47,88,-99,88v-49,0,-91,-26,-100,-76r63,-8v4,35,65,37,65,-2v0,-33,-47,-41,-60,-15r-56,-8r10,-142r165,0r-6,61r-104,0"},"6":{"d":"200,-177r-63,7v-1,-15,-6,-29,-24,-29v-28,0,-31,43,-31,64v39,-51,125,-12,125,54v0,53,-45,85,-95,85v-71,0,-103,-57,-103,-121v0,-65,28,-134,103,-134v46,0,82,27,88,74xm111,-46v33,0,35,-60,0,-60v-17,0,-29,14,-29,30v0,17,12,30,29,30"},"7":{"d":"199,-247r0,46v-42,54,-69,127,-64,201r-82,0v2,-68,33,-135,78,-185r-114,0r5,-62r177,0"},"8":{"d":"15,-175v-2,-46,48,-76,95,-76v40,0,91,18,91,66v0,25,-12,38,-32,51v25,13,40,31,40,60v0,59,-55,78,-105,78v-47,0,-99,-23,-97,-69v0,-27,15,-46,39,-56v-21,-12,-31,-31,-31,-54xm82,-183v2,20,26,21,40,30v27,-10,15,-49,-16,-49v-12,0,-24,6,-24,19xm138,-63v0,-23,-31,-24,-49,-33v-29,12,-15,52,19,52v12,0,30,-4,30,-19"},"9":{"d":"206,-129v0,67,-37,133,-106,133v-43,0,-76,-22,-83,-66r63,-10v2,12,10,22,23,22v30,-1,35,-37,32,-61v-38,53,-125,11,-125,-55v0,-55,44,-85,95,-85v73,0,101,56,101,122xm103,-140v18,0,29,-13,29,-30v0,-16,-10,-30,-27,-30v-18,0,-26,14,-26,30v0,15,7,30,24,30"},":":{"d":"89,-184r0,66r-69,0r0,-66r69,0xm89,-66r0,66r-69,0r0,-66r69,0","w":108},";":{"d":"88,-66r0,61r-39,68r-29,0r29,-63r-29,0r0,-66r68,0xm89,-184r0,66r-69,0r0,-66r69,0","w":108},"<":{"d":"199,-65r0,60r-183,-71r0,-57r183,-71r0,60r-107,40"},"=":{"d":"16,-120r0,-54r184,0r0,54r-184,0xm16,-33r0,-54r184,0r0,54r-184,0"},">":{"d":"16,-5r0,-60r107,-39r-107,-40r0,-60r183,71r0,57"},"?":{"d":"80,-78v-10,-51,45,-59,47,-99v0,-13,-7,-23,-20,-23v-23,1,-27,22,-27,42r-66,-8v10,-55,41,-85,98,-85v48,0,91,26,91,78v0,50,-52,54,-63,95r-60,0xm147,-66r0,66r-69,0r0,-66r69,0"},"@":{"d":"146,-148v-30,-1,-40,55,-6,57v33,3,41,-56,6,-57xm150,-251v59,-1,116,45,116,103v0,77,-62,98,-84,98v-11,0,-20,-5,-19,-17v-32,36,-89,4,-89,-44v0,-56,68,-103,106,-60r4,-14r35,0r-17,98v-1,6,-3,12,4,12v12,0,29,-25,29,-62v0,-54,-35,-80,-86,-80v-56,0,-90,38,-90,93v0,85,93,115,153,79r20,18v-20,17,-43,31,-80,31v-72,0,-130,-54,-130,-128v0,-72,57,-127,128,-127","w":288},"A":{"d":"160,0r-14,-49r-66,0r-15,49r-62,0r77,-247r80,0r77,247r-77,0xm93,-103r40,0r-20,-71","w":237,"k":{"v":14,"w":5,"y":11,"C":5,"G":5,"O":5,"Q":5,"T":23,"V":20,"W":22,"Y":31,"\u201d":36,"\u2019":25}},"B":{"d":"140,-247v43,-4,80,26,80,65v0,27,-19,46,-42,54v54,6,65,86,23,114v-46,30,-117,9,-182,14r0,-247r121,0xm153,-77v0,-26,-35,-24,-64,-23r0,45v29,0,64,5,64,-22xm89,-152v27,0,60,5,59,-21v-2,-28,-33,-20,-59,-21r0,42","w":237},"C":{"d":"155,-94r69,4v-5,57,-46,94,-103,94v-74,0,-113,-54,-113,-124v0,-71,34,-131,112,-131v63,0,99,37,104,99r-70,4v1,-21,-7,-47,-33,-47v-33,0,-35,52,-35,75v0,25,2,67,36,67v23,0,32,-20,33,-41","w":237,"k":{"A":7}},"D":{"d":"239,-123v0,66,-54,123,-124,123r-96,0r0,-247r91,0v73,-8,129,55,129,124xm159,-125v0,-36,-19,-76,-64,-66r0,134v48,7,64,-28,64,-68","w":244,"k":{"V":7,"W":7,"Y":14,"A":7,",":14,".":14}},"E":{"d":"204,-59r0,59r-185,0r0,-247r185,0r0,57r-111,0r0,36r90,0r0,55r-90,0r0,40r111,0"},"F":{"d":"173,-93r-80,0r0,93r-74,0r0,-247r179,0r0,59r-105,0r0,40r80,0r0,55","w":194,"k":{"A":25,",":45,".":45,"a":14,"e":7,"i":-9,"o":7,"r":18}},"G":{"d":"88,-124v-1,32,9,69,41,69v19,0,33,-12,33,-31r-40,0r0,-52r111,0r0,138r-37,0r-10,-26v-15,21,-41,30,-67,30v-72,0,-111,-56,-111,-124v0,-68,49,-131,119,-131v57,0,95,29,106,86r-74,8v-3,-20,-11,-39,-34,-39v-35,0,-37,47,-37,72","w":244},"H":{"d":"228,-247r0,247r-75,0r0,-96r-59,0r0,96r-75,0r0,-247r75,0r0,91r59,0r0,-91r75,0","w":244},"I":{"d":"97,-247r0,247r-76,0r0,-247r76,0","w":115},"J":{"d":"8,-61v32,12,60,1,60,-35r0,-151r72,0v-5,79,14,167,-14,225v-26,34,-74,28,-118,20r0,-59","w":158},"K":{"d":"241,0r-83,0r-42,-93r-26,36r0,57r-72,0r0,-247r72,0r0,102r68,-102r68,0r-62,90","w":237,"k":{"y":14,"O":9,"e":7,"o":7,"u":5}},"L":{"d":"194,-60r0,60r-173,0r0,-247r77,0r0,187r96,0","w":194,"k":{"y":9,"T":25,"V":27,"W":18,"Y":32,"\u201d":27,"\u2019":27}},"M":{"d":"289,-247r0,247r-71,0r-1,-176r-45,176r-48,0r-47,-176r0,176r-57,0r0,-247r99,0r36,131r34,-131r100,0","w":309},"N":{"d":"232,0r-62,0r-71,-116r-22,-43v10,46,3,105,5,159r-61,0r0,-247r72,0r82,138v2,-20,-4,-47,-4,-69r0,-69r61,0r0,247","w":252},"O":{"d":"127,-251v75,0,118,54,118,128v0,70,-43,127,-118,127v-75,0,-118,-57,-118,-127v0,-74,43,-128,118,-128xm127,-195v-33,0,-37,49,-37,73v0,24,2,69,37,69v35,0,37,-45,37,-69v0,-24,-4,-73,-37,-73","w":252,"k":{"V":7,"W":7,"Y":14,",":7,".":7,"X":9}},"P":{"d":"229,-169v-2,62,-61,88,-134,79r0,90r-76,0r0,-247r101,0v56,-5,110,26,109,78xm95,-143v27,-1,58,6,58,-24v0,-30,-32,-22,-58,-23r0,47","w":237,"k":{"A":32,",":63,".":63,"a":9,"e":9,"o":9}},"Q":{"d":"163,-118v-1,-33,-2,-78,-37,-77v-37,0,-36,44,-36,71v0,27,-2,71,37,71v35,0,36,-39,36,-65xm8,-122v0,-67,50,-129,119,-129v120,0,157,165,72,228v5,17,29,14,44,10r0,56v-47,6,-82,1,-91,-43v-86,21,-144,-45,-144,-122","w":252},"R":{"d":"144,-247v49,-4,94,26,94,74v0,32,-15,52,-44,65r45,108r-84,0r-36,-94r-24,0r0,94r-77,0r0,-247r126,0xm159,-171v1,-26,-35,-24,-64,-23r0,47v29,-1,62,7,64,-24","w":244,"k":{"O":4,"V":7,"W":7,"Y":7}},"S":{"d":"17,-170v-1,-96,174,-112,202,-20r-63,19v-7,-18,-21,-25,-40,-25v-10,0,-24,3,-24,16v0,13,18,16,27,18v49,6,110,27,107,82v-7,112,-203,112,-222,8r71,-12v6,22,23,30,45,30v10,0,29,-1,29,-15v0,-15,-20,-19,-31,-21v-46,-9,-101,-21,-101,-80","w":237},"T":{"d":"126,-188r0,188r-72,0r0,-188r-52,0r0,-59r175,0r0,59r-51,0","w":180,"k":{"w":20,"y":18,"A":23,",":27,".":18,"a":22,"e":22,"i":-9,"o":22,"r":20,"u":20,"-":14}},"U":{"d":"125,-55v23,2,34,-18,34,-41r0,-151r60,0r0,159v9,57,-46,92,-101,92v-54,0,-102,-31,-102,-88r0,-163r77,0r0,154v-3,21,11,41,32,38","w":237},"V":{"d":"237,-247r-76,247r-78,0r-79,-247r79,0r46,158r46,-158r62,0","w":237,"k":{"G":7,"O":7,"A":20,",":27,".":27,"a":18,"e":22,"i":-9,"o":22,"u":13}},"W":{"d":"331,-247r-66,247r-63,0r-35,-136r-32,136r-67,0r-65,-247r71,0r35,143r33,-143r60,0r37,143r34,-143r58,0","w":331,"k":{"O":7,"A":22,",":27,".":27,"a":20,"e":14,"o":14,"u":11}},"X":{"d":"240,-247r-72,115r83,132r-88,0r-46,-78r-45,78r-70,0r80,-128r-77,-119r89,0r38,67r40,-67r68,0","w":252},"Y":{"d":"234,-247r-77,143r0,104r-73,0r0,-104r-84,-143r84,0r43,81r41,-81r66,0","w":237,"k":{"C":18,"O":18,"A":31,",":32,".":32,"a":29,"e":40,"i":-7,"o":40,"u":22}},"Z":{"d":"211,-58r0,58r-206,0r0,-47r110,-143r-101,0r0,-57r193,0r0,48r-106,141r110,0"},"[":{"d":"23,-247r85,0r0,30r-32,0r0,245r32,0r0,30r-85,0r0,-305","w":136},"\\":{"d":"60,-247r176,309r-47,0r-177,-309r48,0"},"]":{"d":"28,-247r85,0r0,305r-85,0r0,-30r31,0r0,-245r-31,0r0,-30","w":136},"^":{"d":"8,-94r73,-153r53,0r73,153r-61,0r-38,-90r-38,90r-62,0"},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"\u2018":{"d":"24,-140r0,-52r34,-55r29,0r-25,49r25,0r0,58r-63,0","w":108,"k":{"\u2018":36,"A":25}},"a":{"d":"7,-52v0,-56,71,-63,121,-69v0,-17,-5,-23,-22,-23v-14,0,-26,5,-28,20r-65,-6v18,-68,106,-70,163,-42v45,35,5,109,27,172r-69,0v-2,-8,-3,-17,-3,-26v-28,48,-124,39,-124,-26xm100,-40v29,0,28,-24,28,-46v-17,2,-46,7,-46,29v0,12,7,17,18,17","w":208},"b":{"d":"107,-142v-28,1,-19,40,-20,69v0,14,1,32,20,32v24,0,24,-32,24,-50v0,-18,2,-51,-24,-51xm15,0r0,-247r71,0r1,85v10,-19,26,-26,48,-26v99,0,93,196,-10,192v-24,0,-45,-9,-59,-29v-4,8,-7,16,-10,25r-41,0","w":208,"k":{"v":13,"y":7}},"c":{"d":"103,4v-53,0,-95,-44,-95,-95v0,-55,37,-97,94,-97v45,0,82,27,87,73v-20,0,-47,8,-63,4v-3,-13,-6,-27,-22,-27v-23,0,-22,30,-22,46v0,17,0,45,23,45v15,0,22,-14,24,-27r61,5v-6,48,-40,73,-87,73","w":194},"d":{"d":"195,0r-68,0v-1,-7,2,-18,-1,-24v-10,20,-26,28,-49,28v-53,0,-71,-50,-71,-95v0,-47,19,-97,74,-97v18,0,32,8,43,19r0,-78r72,0r0,247xm103,-44v27,0,18,-41,20,-70v1,-13,-4,-30,-19,-29v-24,1,-24,32,-24,54v0,16,1,45,23,45","w":208,"k":{"w":7}},"e":{"d":"9,-90v0,-54,47,-99,100,-98v64,2,101,43,98,110r-123,0v0,20,6,34,28,34v16,0,25,-6,28,-22r67,4v-11,45,-50,66,-94,66v-54,0,-104,-40,-104,-94xm84,-114r51,0v0,-18,-6,-31,-26,-31v-19,0,-25,14,-25,31","k":{"v":4,"w":4,"y":7}},"f":{"d":"25,-178v-6,-66,58,-85,124,-68r0,45v-31,-3,-57,-12,-53,23r45,0r0,46r-45,0r0,132r-71,0r0,-132r-26,0r0,-46r26,0","w":144,"k":{"\u201d":-9,"\u2019":-9}},"g":{"d":"211,5v0,49,-60,59,-111,58v-31,0,-100,-2,-100,-45v0,-18,11,-30,27,-36v-31,-19,-14,-62,18,-69v-19,-8,-30,-22,-30,-43v0,-60,74,-64,125,-54v4,-37,30,-48,71,-42r-2,50v-16,-1,-28,-3,-38,6v13,10,21,25,21,41v-2,52,-54,57,-101,56v-11,0,-17,3,-17,9v0,7,6,8,20,8v55,0,118,2,117,61xm106,-107v13,0,20,-9,20,-22v0,-14,-7,-23,-22,-23v-14,0,-21,10,-21,23v0,15,8,22,23,22xm60,9v2,19,32,16,50,17v11,0,38,2,38,-14v0,-12,-13,-12,-22,-12v-23,2,-59,-14,-66,9","w":208,"k":{"y":-7,",":-9,".":-5}},"h":{"d":"137,-188v79,-3,55,108,58,188r-72,0r0,-114v0,-12,-2,-23,-17,-23v-12,0,-21,8,-21,26r0,111r-71,0r0,-247r71,0r0,85v14,-17,30,-26,52,-26","w":208,"k":{"y":9}},"i":{"d":"88,-184r0,184r-71,0r0,-184r71,0xm88,-251r0,49r-71,0r0,-49r71,0","w":108},"j":{"d":"90,-15v7,62,-38,94,-107,75r0,-52v19,10,41,0,36,-23r0,-169r71,0r0,169xm90,-251r0,49r-71,0r0,-49r71,0","w":108},"k":{"d":"206,-184r-55,63r62,121r-75,0r-34,-74r-18,23r0,51r-72,0r0,-247r72,0r0,133v18,-25,38,-47,58,-70r62,0","w":208,"k":{"y":13,"o":7}},"l":{"d":"90,-247r0,247r-72,0r0,-247r72,0","w":108},"m":{"d":"183,-159v31,-54,125,-28,111,38r0,121r-69,0r0,-111v0,-12,2,-25,-15,-25v-20,0,-20,19,-20,34r0,102r-70,0r0,-111v0,-12,-1,-26,-16,-26v-17,0,-18,12,-18,26r0,111r-70,0r0,-184r65,0r0,25v18,-39,83,-39,102,0","w":309,"k":{"y":9}},"n":{"d":"82,-158v32,-58,129,-26,112,45r0,113r-71,0r0,-112v0,-11,0,-26,-15,-26v-20,0,-22,17,-22,32r0,106r-71,0r0,-184r67,0r0,26","w":208,"k":{"v":7,"y":9}},"o":{"d":"108,-188v58,0,102,39,102,98v0,56,-46,94,-102,94v-56,0,-101,-38,-101,-94v0,-59,43,-98,101,-98xm108,-143v-24,0,-24,32,-24,50v0,49,11,53,24,53v13,0,25,-4,25,-53v0,-18,-1,-50,-25,-50","k":{"v":5,"y":5}},"p":{"d":"107,-142v-28,1,-19,40,-20,70v0,13,3,30,20,30v21,0,23,-29,23,-48v0,-15,0,-52,-23,-52xm135,-188v100,4,88,193,-1,192v-19,0,-36,-8,-47,-24r0,78r-72,0r0,-242r67,0r0,26v8,-22,29,-30,53,-30","w":208,"k":{"y":5}},"q":{"d":"82,4v-109,-4,-92,-192,7,-192v23,0,44,7,56,29r12,-25r41,0v-6,76,0,162,-2,242r-71,0v-1,-25,2,-55,-1,-78v-6,17,-24,24,-42,24xm104,-40v29,-1,20,-42,22,-72v1,-15,-6,-33,-21,-33v-24,0,-24,38,-24,54v0,15,0,51,23,51","w":208},"r":{"d":"134,-122v-31,-10,-48,10,-48,42r0,80r-72,0r0,-184r61,0v1,12,-2,28,1,38v6,-29,24,-47,58,-41r0,65","w":136,"k":{"v":-18,"y":-18,",":22,".":22,"r":-5,"u":-7,"k":-7,"l":-7,"m":-5,"n":-5,"p":-5,"s":-5,"t":-18,":":-14,";":-14}},"s":{"d":"14,-125v1,-78,146,-87,170,-15r-54,11v-5,-20,-48,-20,-55,-7v2,15,27,13,42,14v37,4,76,22,76,60v0,51,-54,66,-95,66v-41,0,-79,-14,-93,-56r57,-8v4,18,25,20,40,20v7,0,27,0,27,-11v0,-9,-25,-11,-31,-12v-39,-5,-84,-13,-84,-62","w":194},"t":{"d":"134,-2v-63,20,-107,-5,-107,-66r0,-69r-27,0r0,-47r30,0r6,-59r62,-2r0,61r36,0r0,47r-36,0r0,63v-6,23,17,28,36,21r0,51","w":144},"u":{"d":"102,-48v14,0,22,-15,21,-30r0,-106r71,0r0,184r-67,0v-1,-9,2,-23,-1,-30v-21,58,-124,37,-111,-27r0,-127r71,0r0,111v0,12,0,25,16,25"},"v":{"d":"194,-184r-68,184r-54,0r-68,-184r74,0r32,97r32,-97r52,0","w":194,"k":{",":22,".":22}},"w":{"d":"274,-184r-58,184r-52,0r-25,-100r-25,100r-51,0r-59,-184r71,0r24,90r23,-90r53,0r23,90r26,-90r50,0","w":280,"k":{",":22,".":22,"a":7,"e":7}},"x":{"d":"210,0r-81,0r-34,-59r-36,59r-59,0r64,-98r-56,-86r81,0r24,44r26,-44r59,0r-54,84","w":208},"y":{"d":"77,-184r30,98r32,-98r53,0r-71,195v-16,50,-51,58,-109,51r0,-51v25,5,66,7,52,-29r-64,-166r77,0","w":194,"k":{",":31,".":31,"a":7,"e":7,"o":7,"s":13}},"z":{"d":"171,-46r0,46r-163,0r0,-40r78,-100r-71,1r0,-45r153,0r0,39r-79,99r82,0","w":180},"{":{"d":"42,-128r0,-74v4,-42,46,-48,90,-45r0,32v-19,-2,-44,3,-38,17r0,70v-1,26,-29,31,-44,32v15,1,44,3,44,35r0,70v-6,14,19,19,38,17r0,32v-44,3,-90,-3,-90,-45r0,-75v0,-21,-29,-19,-38,-19r0,-31v9,0,38,2,38,-16","w":136},"|":{"d":"27,-270r54,0r0,360r-54,0r0,-360","w":108},"}":{"d":"94,-62r0,75v-3,42,-45,48,-90,45r0,-32v19,2,44,-3,38,-17r0,-70v1,-32,29,-34,44,-35v-15,-1,-44,-6,-44,-32r0,-70v6,-14,-19,-19,-38,-17r0,-32v45,-2,90,3,90,45r0,74v0,18,29,16,38,16r0,31v-9,0,-38,-2,-38,19","w":136},"~":{"d":"212,-140v2,47,-28,111,-83,69v-17,-7,-37,-24,-56,-24v-13,0,-15,11,-15,27r-54,0v-1,-30,12,-84,47,-81v30,2,63,37,93,37v12,0,14,-12,14,-28r54,0"},"'":{"d":"26,-247r56,0r0,53r-17,51r-22,0r-17,-51r0,-53","w":108},"\u201c":{"d":"99,-140r0,-52r34,-55r28,0r-25,49r25,0r0,58r-62,0xm26,-140r0,-52r34,-55r29,0r-25,49r25,0r0,58r-63,0","w":187,"k":{"A":25}},"\u2013":{"d":"180,-127r0,56r-180,0r0,-56r180,0","w":180},"\u201d":{"d":"89,-247r0,52r-34,55r-29,0r25,-49r-25,0r0,-58r63,0xm161,-247r0,52r-34,55r-28,0r25,-49r-25,0r0,-58r62,0","w":187},"\u2026":{"d":"94,-66r0,66r-68,0r0,-66r68,0xm214,-66r0,66r-69,0r0,-66r69,0xm334,-66r0,66r-69,0r0,-66r69,0","w":360},"`":{"d":"120,-230r-9,25r-87,-25r12,-35","w":144},"\u2014":{"d":"360,-127r0,56r-360,0r0,-56r360,0","w":360},"\u2122":{"d":"352,-247r0,145r-35,0r-1,-117r-47,117r-21,0r-48,-117r0,117r-35,0r0,-145r57,0r36,86r37,-86r57,0xm145,-247r0,28r-49,0r0,117r-39,0r0,-117r-49,0r0,-28r137,0","w":360},"\u00d7":{"d":"70,-104r-54,-54r38,-38r54,54r54,-54r38,38r-54,54r54,54r-38,38r-54,-54r-54,54r-38,-38"},"\u00a0":{"w":108}}});

