/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());

Cufon.registerFont({"w":150,"face":{"font-family":"grotesque","font-weight":400,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 5 6 2 2 2 2 2 4","ascent":"267","descent":"-93","x-height":"3","bbox":"-5 -271 363 90","underline-thickness":"18","underline-position":"-18","stemh":"25","stemv":"33","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":75,"k":{"\u201c":34,"\u2018":31,"T":32,"V":14,"W":14,"Y":29,"A":14}},"!":{"d":"50,-94r-17,0v-4,-59,-2,-118,-14,-171r45,0v-7,30,-12,94,-14,171xm25,0r0,-59r32,0r0,59r-32,0","w":82},"\"":{"d":"47,-174r-18,0v-5,-28,-8,-57,-7,-91r32,0v1,34,-2,63,-7,91xm106,-174r-18,0v-5,-28,-8,-57,-7,-91r32,0v1,34,-2,63,-7,91","w":135},"#":{"d":"15,-156r0,-25r56,0r15,-70r26,0r-16,70r71,0r15,-70r25,0r-15,70r33,0r0,25r-38,0r-13,61r51,0r0,26r-55,0r-15,69r-26,0r15,-69r-71,0r-14,69r-25,0r14,-69r-33,0r0,-26r39,0r13,-61r-52,0xm162,-156r-71,0r-12,61r70,0","w":240},"$":{"d":"64,-165r0,-67v-29,12,-22,48,0,67xm85,-95r0,73v36,-10,27,-51,0,-73xm65,-257r0,-13r21,0r0,13v39,4,55,32,49,71r-31,0v4,-22,-3,-40,-18,-45r0,87v27,23,56,50,56,88v0,34,-21,55,-57,59r0,28r-21,0r0,-28v-38,-1,-58,-38,-50,-82r32,0v-3,27,1,50,18,56r0,-92v-19,-17,-52,-46,-52,-85v0,-33,20,-54,53,-57"},"%":{"d":"51,-127v-31,0,-37,-12,-37,-67v0,-54,6,-64,37,-64v31,0,35,10,35,63v0,56,-4,68,-35,68xm51,-147v11,0,12,-9,12,-47v0,-37,-2,-45,-12,-45v-12,0,-13,8,-13,45v0,38,1,47,13,47xm172,-128v31,0,35,10,35,63v0,56,-4,68,-35,68v-31,0,-37,-11,-37,-66v0,-54,6,-65,37,-65xm172,-16v11,0,12,-9,12,-47v0,-37,-2,-46,-12,-46v-12,0,-13,9,-13,46v0,38,1,47,13,47xm28,8r140,-266r24,0r-141,266r-23,0","w":221},"&":{"d":"91,-186v15,-12,35,-26,32,-37v0,-9,-7,-16,-17,-16v-22,0,-22,29,-15,53xm44,-107v1,21,15,79,38,77v10,0,17,-9,27,-21v-22,-48,-29,-69,-37,-95v-11,8,-28,18,-28,39xm74,3v-43,0,-62,-59,-62,-101v0,-45,37,-64,52,-73v-16,-42,-2,-94,41,-94v25,0,44,18,44,41v1,31,-27,47,-49,62v3,9,15,43,29,75v5,-9,8,-21,14,-45r26,0v-4,18,-12,52,-26,75v19,34,34,39,39,-12r1,-8r24,0v7,73,-52,107,-85,51v-18,20,-33,29,-48,29","w":217},"\u2019":{"d":"26,-202r0,-63r31,0v0,53,7,99,-35,115r-4,-15v14,-10,19,-20,20,-37r-12,0","w":82,"k":{"\u201d":-4,"\u2019":16," ":31,"t":4,"v":4,"l":2,"r":7,"d":9,"s":7}},"(":{"d":"90,36r0,16v-99,-76,-99,-244,0,-320r0,16v-37,44,-41,90,-41,146v0,52,6,102,41,142","w":101},")":{"d":"11,-252r0,-16v99,76,99,244,0,320r0,-16v35,-40,41,-90,41,-142v0,-56,-4,-102,-41,-146","w":101},"*":{"d":"27,-257r24,-13r17,45r17,-45r24,14r-31,37r48,-7r0,27r-48,-9r30,38r-24,13r-16,-45r-17,45r-24,-14r31,-36r-49,7r0,-27r48,8","w":135},"+":{"d":"23,-103r0,-28r83,0r0,-83r28,0r0,83r82,0r0,28r-82,0r0,82r-28,0r0,-82r-83,0","w":240},",":{"d":"24,0r0,-64r33,0v0,52,7,102,-36,115r-3,-14v13,-10,19,-20,20,-37r-14,0","w":82,"k":{" ":31}},"-":{"d":"19,-86r0,-33r63,0r0,33r-63,0","w":101},".":{"d":"25,0r0,-64r32,0r0,64r-32,0","w":82,"k":{"\u201d":18,"\u2019":18," ":31}},"\/":{"d":"7,54r59,-319r19,0r-59,319r-19,0","w":101},"0":{"d":"13,-134v0,-88,9,-136,62,-136v53,0,62,47,62,136v0,84,-5,137,-61,137v-54,0,-63,-54,-63,-137xm52,-162v0,44,-7,152,23,140v19,0,23,-19,23,-82r0,-58v0,-67,-5,-84,-23,-84v-19,0,-23,18,-23,84"},"1":{"d":"64,0r0,-222v-17,9,-25,10,-47,10r0,-22v28,0,44,-12,58,-36r25,0r0,270r-36,0"},"2":{"d":"73,-246v-26,0,-25,29,-25,67r-34,0v-2,-61,9,-90,61,-91v39,0,60,25,60,71v0,74,-82,110,-89,166r87,0r0,33r-119,0v-5,-41,26,-83,60,-132v18,-27,23,-37,23,-70v0,-20,-1,-44,-24,-44"},"3":{"d":"74,3v-47,0,-60,-21,-59,-76r34,0v0,27,-1,52,25,52v20,0,25,-17,25,-51v0,-36,-17,-63,-61,-52r0,-27v41,10,57,-15,57,-49v0,-34,-6,-46,-22,-46v-20,0,-20,19,-20,44r-33,0v-2,-45,16,-68,54,-68v37,0,57,24,57,70v0,37,-14,50,-36,61v33,6,43,36,43,71v0,47,-22,71,-64,71"},"4":{"d":"78,-96r0,-113r-52,113r52,0xm10,-104r76,-165r28,0r0,173r30,0r0,28r-30,0r0,68r-36,0r0,-68r-68,0r0,-36"},"5":{"d":"89,-179v40,0,47,32,47,88v0,51,-5,94,-60,94v-44,0,-58,-24,-55,-74r33,0v0,27,1,50,22,50v26,0,20,-41,22,-74v5,-73,-45,-69,-45,-11r-30,0r0,-159r99,0r0,29r-71,0r0,81v10,-17,22,-24,38,-24"},"6":{"d":"77,-144v-20,0,-23,36,-23,66v0,36,4,57,22,57v20,0,22,-18,22,-63v0,-45,-4,-60,-21,-60xm92,-174v37,0,43,33,44,80v0,51,-6,97,-60,97v-54,0,-60,-41,-60,-126v0,-94,3,-147,60,-147v37,0,55,16,55,64r-34,0v0,-18,-1,-40,-21,-40v-29,0,-21,65,-22,99v10,-18,22,-27,38,-27"},"7":{"d":"135,-265v-11,97,-64,159,-54,265r-39,0v-4,-44,24,-143,43,-175v18,-30,22,-42,24,-57r-95,0r0,-33r121,0"},"8":{"d":"50,-140v-14,-5,-32,-13,-32,-62v0,-45,19,-68,58,-68v63,0,80,110,22,130v28,9,38,32,38,68v0,55,-17,75,-63,75v-42,0,-59,-21,-59,-76v0,-31,6,-59,36,-67xm76,-127v-18,0,-23,15,-23,52v0,34,2,54,23,54v20,0,22,-19,22,-54v0,-38,-4,-52,-22,-52xm75,-246v-16,0,-21,15,-21,46v0,31,3,46,21,46v19,0,22,-16,22,-47v0,-32,-4,-45,-22,-45"},"9":{"d":"72,-122v21,0,24,-36,24,-66v0,-40,-2,-58,-21,-58v-19,0,-23,18,-23,64v0,45,4,60,20,60xm58,-93v-38,0,-44,-33,-45,-79v0,-51,7,-98,61,-98v52,0,60,39,60,127v0,94,-3,146,-60,146v-37,0,-56,-15,-56,-63r35,0v0,18,1,38,21,38v31,0,20,-63,22,-97v-10,18,-22,26,-38,26"},":":{"d":"25,-145r0,-57r32,0r0,57r-32,0xm25,0r0,-64r32,0r0,64r-32,0","w":82,"k":{" ":14}},";":{"d":"25,-145r0,-57r32,0r0,57r-32,0xm25,0r0,-64r32,0v0,51,7,102,-35,115r-3,-14v13,-10,19,-20,20,-37r-14,0","w":82,"k":{" ":14}},"<":{"d":"216,-54r0,30r-192,-81r0,-25r192,-81r0,30r-155,64","w":240},"=":{"d":"24,-145r0,-28r192,0r0,28r-192,0xm24,-62r0,-28r192,0r0,28r-192,0","w":240},">":{"d":"24,-180r0,-31r192,81r0,25r-192,81r0,-30r155,-63","w":240},"?":{"d":"14,-189v-3,-43,9,-80,52,-80v46,0,54,44,54,81v0,45,-4,80,-56,81r0,32r-21,0r0,-51v40,1,44,-5,44,-59v0,-40,-3,-59,-24,-59v-20,0,-23,27,-22,55r-27,0xm37,0r0,-51r32,0r0,51r-32,0","w":135},"@":{"d":"251,-28v38,0,68,-56,68,-98v0,-63,-54,-111,-126,-111v-84,0,-147,65,-147,152v0,85,57,135,153,135v45,0,95,-15,122,-54r32,1v-28,56,-96,79,-155,79v-111,0,-177,-60,-177,-158v0,-112,77,-180,173,-180v105,0,151,76,151,134v0,64,-35,129,-105,129v-30,0,-33,-17,-33,-32v-42,59,-120,28,-120,-48v0,-80,97,-155,145,-79r6,-27r31,0r-30,145v0,6,5,12,12,12xm120,-76v0,30,16,50,39,50v54,0,97,-139,22,-139v-31,0,-61,44,-61,89","w":365},"A":{"d":"105,-78r-23,-142r-20,142r43,0xm15,0r47,-265r40,0r52,265r-36,0r-8,-50r-52,0r-8,50r-35,0","w":168,"k":{"t":11,"v":11,"w":9,"y":13,"C":5,"G":5,"O":2,"p":4,"Q":5,"T":22,"u":4,"U":4,"V":16,"W":14,"Y":18,"\u201d":18,"\u2019":22}},"B":{"d":"65,-237r0,87v34,3,51,-6,51,-42v0,-44,-14,-47,-51,-45xm65,-122r0,93v38,2,53,-2,53,-49v1,-37,-18,-47,-53,-44xm28,0r0,-265v70,-2,125,-6,125,73v0,42,-20,52,-34,57v15,4,37,13,37,66v0,44,-17,69,-61,69r-67,0","w":168,"k":{",":-2,".":-2}},"C":{"d":"90,-241v-35,14,-26,16,-26,105v0,83,1,111,29,111v36,1,25,-48,27,-84r36,0v3,71,-7,112,-66,112v-80,0,-65,-79,-65,-147v0,-81,2,-126,65,-126v56,0,62,34,62,100r-35,0v2,-58,-8,-71,-27,-71","w":172},"D":{"d":"63,-235r0,204v70,18,49,-69,51,-130v2,-64,-4,-77,-51,-74xm26,0r0,-265r57,0v62,0,70,43,70,127v0,94,-9,109,-21,123v-17,21,-68,14,-106,15","w":168,"k":{"Y":2}},"E":{"d":"32,0r0,-265r120,0r0,31r-83,0r0,82r63,0r0,32r-63,0r0,88r89,0r0,32r-126,0","w":168},"F":{"d":"35,0r0,-265r115,0r0,31r-78,0r0,80r66,0r0,32r-66,0r0,122r-37,0","w":168,"k":{",":61,".":61,"a":13,"e":13,"o":11,"A":16,"i":7,"r":14}},"G":{"d":"87,-243v-43,0,-27,83,-27,138v0,50,2,79,26,79v27,0,29,-49,27,-85r-35,0r0,-29r72,0r0,143r-23,0v0,-8,-3,-27,-6,-33v-9,20,-25,33,-46,33v-47,-2,-56,-53,-54,-108v3,-122,-9,-157,67,-165v43,-5,67,34,60,85r-34,0v2,-28,-1,-58,-27,-58","w":171},"H":{"d":"32,0r0,-265r36,0r0,114r48,0r0,-114r36,0r0,265r-36,0r0,-124r-48,0r0,124r-36,0","w":183},"I":{"d":"32,0r0,-265r37,0r0,265r-37,0","w":101},"J":{"d":"84,-265r0,208v1,51,-29,68,-74,57r0,-31v24,11,37,-8,37,-32r0,-202r37,0","w":116,"k":{"u":4,",":7,".":7,"a":11,"e":9,"o":7,"A":4}},"K":{"d":"26,0r0,-265r37,0r0,117r58,-117r35,0r-47,90r52,175r-37,0r-38,-134r-23,45r0,89r-37,0","w":168,"k":{"y":14,"O":2,"e":4,"o":2}},"L":{"d":"33,0r0,-265r36,0r0,231r88,0r0,34r-124,0","w":168,"k":{"y":16,"T":29,"V":22,"W":16,"Y":27,"\u201d":43,"\u2019":49}},"M":{"d":"27,0r0,-265r58,0r33,194r34,-194r57,0r0,265r-33,0r0,-249r-47,249r-22,0r-48,-252r0,252r-32,0","w":236},"N":{"d":"23,0r0,-265r40,0r51,172r0,-172r33,0r0,265r-33,0r-59,-199r0,199r-32,0","w":168,"k":{"A":-2}},"O":{"d":"85,3v-65,-5,-64,-58,-64,-142v0,-71,3,-132,64,-132v66,0,63,47,63,140v0,87,-2,125,-63,134xm109,-122v0,-46,7,-128,-24,-120v-25,0,-25,32,-25,90v0,49,-7,137,26,126v23,0,23,-29,23,-96","w":168,"k":{"T":7,"V":2,"W":2,"Y":5,",":4,".":4,"A":2,"X":2}},"P":{"d":"114,-190v0,-47,-14,-51,-52,-49r0,95v37,2,52,-2,52,-46xm25,0r0,-265v72,-2,131,-6,126,76v-4,75,-35,70,-89,70r0,119r-37,0","w":168,"k":{",":70,".":70,"a":5,"e":5,"o":5,"A":13}},"Q":{"d":"148,-131v1,82,-2,118,-49,134v0,23,4,23,40,23r0,29v-47,1,-73,-1,-67,-52v-54,-15,-51,-62,-51,-142v0,-63,1,-130,65,-130v63,0,61,46,62,138xm109,-121v0,-47,8,-127,-24,-120v-25,0,-25,35,-25,101v0,45,-8,123,26,116v23,0,23,-30,23,-97","w":168,"k":{",":2,".":2}},"R":{"d":"64,-239r0,92v34,3,46,-8,47,-48v0,-41,-13,-47,-47,-44xm27,0r0,-265v69,-2,121,-6,121,71v0,43,-17,52,-45,59v19,4,44,12,44,57r0,78r-36,0v-6,-49,23,-131,-47,-118r0,118r-37,0","w":168,"k":{"T":2,"Y":2}},"S":{"d":"50,-215v1,55,87,88,87,152v0,40,-25,66,-62,66v-48,0,-66,-35,-62,-90r35,0v-2,31,1,63,28,63v16,0,25,-12,25,-34v1,-52,-87,-85,-87,-157v0,-32,23,-54,60,-54v43,-1,62,29,56,75r-33,0v1,-26,-3,-47,-24,-47v-14,0,-23,11,-23,26"},"T":{"d":"11,-236r0,-29r147,0r0,29r-55,0r0,236r-37,0r0,-236r-55,0","w":168,"k":{"w":18,"y":23,"O":7,"u":25,",":34,".":34,"h":2,"a":29,"e":29,"o":29,"A":22,"i":2,"r":27,":":25,"-":40,";":25}},"U":{"d":"23,-265r37,0r0,199v0,24,6,39,25,39v18,0,24,-16,24,-39r0,-199r36,0r0,201v0,46,-20,67,-60,67v-40,0,-62,-22,-62,-67r0,-201","w":168,"k":{",":4,".":4,"A":4}},"V":{"d":"68,0r-53,-265r37,0r34,195r31,-195r37,0r-50,265r-36,0","w":168,"k":{"G":5,"O":2,"u":11,",":20,".":20,"a":13,"e":13,"o":11,"A":13,"i":7,":":7,"-":14,";":7}},"W":{"d":"61,0r-50,-265r35,0r32,203r31,-203r33,0r35,207r29,-207r34,0r-44,265r-35,0r-35,-202r-30,202r-35,0","w":251,"k":{"y":5,"O":2,"u":4,",":16,".":16,"h":2,"a":7,"e":7,"o":5,"A":7,"i":2,":":4,"-":11,";":4}},"X":{"d":"63,-141r-50,-124r38,0r34,88r31,-88r37,0r-49,120r57,145r-39,0r-40,-104r-36,104r-38,0","w":168,"k":{"O":2}},"Y":{"d":"66,-105r-53,-160r36,0r35,114r36,-114r36,0r-54,157r0,108r-36,0r0,-105","w":168,"k":{"O":5,"u":16,",":34,".":34,"a":20,"e":20,"o":20,"A":18,"i":9,":":13,"-":34,";":13,"S":2}},"Z":{"d":"23,-234r0,-31r115,0r0,44r-97,189r97,0r0,32r-125,0r0,-54r93,-180r-83,0"},"[":{"d":"19,49r0,-314r74,0r0,15r-41,0r0,283r40,0r0,16r-73,0","w":101},"\\":{"d":"75,54r-58,-319r19,0r58,319r-19,0","w":101},"]":{"d":"9,-250r0,-15r73,0r0,314r-73,0r0,-15r40,0r0,-284r-40,0","w":101},"^":{"d":"84,-230r-42,105r-33,0r63,-140r25,0r62,140r-32,0","w":168},"_":{"d":"205,45r-210,0r0,-18r210,0r0,18","w":200},"\u2018":{"d":"57,-219r0,64r-31,0v0,-53,-7,-99,34,-116r4,15v-14,10,-19,20,-20,37r13,0","w":82,"k":{"\u2018":16,"A":14}},"a":{"d":"67,-21v22,1,29,-42,26,-74v-33,6,-44,11,-44,42v0,22,6,32,18,32xm16,-55v0,-52,34,-57,77,-64v0,-25,4,-61,-20,-60v-15,0,-21,10,-21,41r-31,-4v1,-42,19,-63,53,-63v92,0,25,141,64,205r-33,0v-5,-8,-6,-17,-9,-29v-24,49,-80,40,-80,-26"},"b":{"d":"82,-24v26,0,16,-68,16,-99v0,-44,-3,-57,-15,-57v-14,0,-28,18,-28,75v0,54,9,81,27,81xm91,-204v42,10,41,29,41,106v0,59,-5,74,-11,83v-19,30,-59,18,-68,-22v-2,10,-4,22,-4,37r-26,0r0,-265r32,0r0,90v10,-21,20,-29,36,-29","k":{"y":4}},"c":{"d":"131,-126r-32,0v0,-23,0,-54,-21,-54v-32,0,-23,66,-23,103v0,24,0,55,23,55v24,0,24,-32,24,-60r31,0v0,33,0,85,-55,85v-59,0,-59,-49,-59,-98v0,-64,3,-111,59,-111v53,0,53,44,53,80","k":{"t":7,"y":5,"h":2,"k":2}},"d":{"d":"97,-94v-1,-49,2,-76,-28,-87v-24,2,-15,69,-15,100v0,31,2,57,17,57v25,0,27,-45,26,-70xm19,-95v0,-51,-3,-110,41,-110v14,0,28,8,36,29r0,-89r33,0r0,265r-25,0v0,-12,-2,-28,-4,-35v-6,17,-18,37,-39,37v-44,-2,-42,-57,-42,-97","k":{"y":2}},"e":{"d":"54,-125r43,0v0,-24,2,-58,-21,-59v-22,0,-22,33,-22,59xm75,-206v50,3,56,40,55,105r-76,0v0,34,-2,76,27,76v17,0,25,-15,25,-44r29,0v3,45,-25,75,-57,72v-48,-5,-58,-36,-58,-104v0,-73,6,-97,55,-105","k":{"t":7,"v":2,"y":7,"f":5}},"f":{"d":"40,-202v-5,-51,24,-77,68,-63r0,25v-28,-8,-39,1,-36,38r36,0r0,22r-35,0r0,180r-33,0r0,-180r-30,0r0,-22r30,0","w":116,"k":{"\u201d":-9,"\u2019":-5,",":14,".":14,"a":7,"e":5,"l":2,"o":4}},"g":{"d":"97,-106v0,-32,-1,-70,-29,-73v-19,-2,-14,61,-14,88v0,45,0,72,17,72v29,-6,26,-43,26,-87xm18,-94v0,-67,-3,-109,44,-109v15,0,27,11,34,29r0,-28r33,0r0,187v0,24,0,66,-62,66v-36,0,-50,-16,-50,-35r31,0v2,8,8,12,21,12v36,0,26,-26,28,-51v-10,15,-19,24,-37,24v-43,0,-42,-46,-42,-95","k":{"y":2,"e":2}},"h":{"d":"24,0r0,-265r33,0r0,97v6,-13,16,-36,39,-36v21,0,34,20,34,57r0,147r-33,0r0,-140v0,-25,-4,-35,-14,-35v-42,12,-22,120,-26,175r-33,0","k":{"y":2}},"i":{"d":"25,-228r0,-39r33,0r0,39r-33,0xm25,0r0,-202r33,0r0,202r-33,0","w":82,"k":{"t":5}},"j":{"d":"36,-228r0,-39r32,0r0,39r-32,0xm36,-11r0,-191r33,0r0,196v1,46,-23,63,-62,55r0,-29v22,4,29,-1,29,-31","w":101},"k":{"d":"26,0r0,-265r32,0r0,146r51,-83r35,0r-48,69r47,133r-32,0r-36,-102r-17,25r0,77r-32,0"},"l":{"d":"25,0r0,-265r33,0r0,265r-33,0","w":82,"k":{"y":4}},"m":{"d":"21,0r0,-202r29,0r0,41v20,-52,62,-59,75,-6v20,-56,74,-45,74,22r0,145r-32,0r0,-148v0,-17,-6,-28,-15,-28v-14,0,-26,21,-26,44r0,132r-32,0r0,-147v0,-19,-6,-28,-16,-28v-14,0,-25,22,-25,49r0,126r-32,0","w":217,"k":{"y":2}},"n":{"d":"52,-202r0,44v8,-21,18,-45,43,-45v23,0,34,21,34,65r0,138r-32,0r0,-142v0,-23,-5,-34,-15,-34v-39,9,-25,121,-27,176r-32,0r0,-202r29,0","k":{"y":4}},"o":{"d":"75,3v-51,0,-57,-57,-56,-101v0,-60,5,-107,56,-107v47,0,57,48,56,101v-2,44,-2,106,-56,107xm95,-104v0,-41,0,-76,-19,-76v-20,0,-21,35,-21,75v0,51,1,83,20,83v19,0,20,-33,20,-82","k":{"t":14,"v":5,"w":2,"y":9,"x":4}},"p":{"d":"55,-101v-1,35,4,79,27,79v24,0,16,-69,16,-100v0,-38,-2,-55,-16,-55v-25,5,-26,32,-27,76xm133,-105v0,43,4,105,-41,107v-16,0,-26,-7,-36,-26r0,75r-33,0r0,-253r27,0v0,9,0,21,3,38v10,-27,23,-39,39,-39v40,10,41,29,41,98","k":{"y":2}},"q":{"d":"96,-94v-1,-40,1,-78,-28,-84v-14,0,-15,22,-15,60v0,34,-5,102,15,97v25,-7,28,-42,28,-73xm17,-95v0,-50,-1,-108,40,-108v17,0,31,12,41,38v2,-9,4,-31,4,-37r26,0r0,253r-33,0r0,-77v-8,18,-18,28,-35,28v-42,0,-43,-45,-43,-97"},"r":{"d":"56,-202r0,53v14,-30,32,-64,54,-55r0,38v-28,-5,-41,12,-54,43r0,123r-33,0r0,-202r33,0","w":116,"k":{",":25,".":25,"k":2,"a":4,"e":4,"o":2,"c":2,"g":2,"q":2,":":-2,"-":16,";":-2}},"s":{"d":"48,-159v0,40,73,61,73,108v0,58,-82,74,-99,24v-4,-9,-5,-18,-5,-38r29,1v-1,17,0,43,23,43v13,0,21,-9,21,-24v1,-38,-72,-57,-72,-107v0,-55,73,-74,90,-27v4,9,5,17,5,38r-28,0v1,-29,-2,-40,-20,-40v-10,0,-17,9,-17,22","w":135},"t":{"d":"42,-202r0,-59r33,0r0,59r29,0r0,22r-30,0v4,60,-13,145,16,180r-36,0v-24,-39,-8,-121,-12,-180r-30,0r0,-22r30,0","w":116,"k":{"u":4,"a":7,"e":9,"o":7,"i":5}},"u":{"d":"21,-51r0,-151r33,0r0,149v0,19,4,27,14,27v14,0,26,-22,26,-49r0,-127r33,0r0,202r-28,0v0,-11,0,-26,-3,-35v-19,56,-75,47,-75,-16","k":{"t":5}},"v":{"d":"62,2r-49,-204r31,0r31,142r31,-142r32,0r-50,204r-26,0","k":{",":27,".":27,"a":5,"e":5,"o":5}},"w":{"d":"53,1r-45,-203r30,0r27,142r32,-142r24,0r31,143r28,-143r29,0r-45,203r-25,0r-30,-140r-31,140r-25,0","w":217,"k":{",":23,".":23,"h":4,"a":2,"e":4,"o":2}},"x":{"d":"54,-108r-42,-94r36,0r25,61r25,-61r34,0r-44,95r53,107r-35,0r-34,-77r-28,77r-35,0","k":{"e":7,"o":4}},"y":{"d":"66,-31r-53,-171r33,0r32,115r27,-115r31,0r-43,186v-7,42,-25,77,-73,64r0,-26v37,6,35,-18,46,-53","k":{",":29,".":29,"a":4,"e":5,"o":5,"c":4}},"z":{"d":"27,-172r0,-30r102,0r0,44r-78,128r80,0r0,30r-109,0r0,-41r79,-131r-74,0","k":{"e":5,"o":2}},"{":{"d":"49,-31v0,-38,-3,-62,-37,-64r0,-27v83,-1,-19,-161,102,-145r0,27v-43,-5,-35,22,-36,57v0,51,-13,64,-37,75v30,6,37,46,37,99v0,28,4,33,36,33r0,26v-65,1,-65,-19,-65,-81","w":120},"|":{"d":"84,90r0,-360r28,0r0,360r-28,0","w":196},"}":{"d":"72,-185v0,37,1,62,36,63r0,27v-81,2,19,162,-102,145r0,-26v44,5,36,-23,36,-58v0,-51,13,-63,37,-74v-30,-7,-37,-46,-37,-99v0,-28,-4,-33,-36,-33r0,-27v64,-1,66,20,66,82","w":120},"~":{"d":"76,-155v14,-5,68,30,87,29v22,0,41,-17,51,-26r0,30v-61,69,-131,-50,-192,19r0,-29v18,-15,37,-23,54,-23","w":236},"'":{"d":"50,-174r-18,0v-5,-28,-8,-57,-7,-91r33,0v2,35,-3,63,-8,91","w":82},"\u201c":{"d":"50,-219r0,64r-31,0v0,-53,-7,-99,34,-116r4,15v-14,10,-19,20,-20,37r13,0xm116,-219r0,64r-31,0v0,-53,-7,-99,35,-116r3,15v-14,10,-18,20,-19,37r12,0","w":135,"k":{"\u2018":-4,"A":11}},"\u2013":{"d":"-3,-80r0,-23r186,0r0,23r-186,0","w":180},"\u201d":{"d":"85,-202r0,-63r31,0v0,52,8,99,-34,115r-4,-15v14,-10,19,-20,20,-37r-13,0xm19,-202r0,-63r31,0v0,53,7,99,-35,115r-3,-15v14,-10,18,-20,19,-37r-12,0","w":135,"k":{" ":34}},"\u2026":{"d":"44,0r0,-64r32,0r0,64r-32,0xm164,0r0,-64r32,0r0,64r-32,0xm284,0r0,-64r32,0r0,64r-32,0","w":360},"`":{"d":"56,-267r24,49r-26,0r-40,-49r42,0","w":119},"\u2014":{"d":"-3,-80r0,-23r366,0r0,23r-366,0","w":360},"\u2122":{"d":"107,-122r-24,0r0,-122r-46,0r0,-21r117,0r0,21r-47,0r0,122xm192,-122r-22,0r0,-143r35,0r36,114r35,-114r35,0r0,143r-22,0r0,-120r-37,120r-22,0r-38,-122r0,122","w":360},"\u00d7":{"d":"101,-117r-70,-70r19,-19r70,70r70,-70r20,19r-70,70r69,69r-19,20r-69,-70r-70,70r-20,-20","w":240},"\u00a0":{"w":75,"k":{"\u201c":34,"\u2018":31,"T":32,"V":14,"W":14,"Y":29,"A":14}}}});

