/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
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){c.className=(c.className&&" ")+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(h){var f=document.createElement("style"),d,c,b;f.type="text/css";f.media=h;try{f.appendChild(document.createTextNode("/**/"))}catch(g){}c=G("head")[0];c.insertBefore(f,c.firstChild);d=(f.sheet||f.styleSheet);b=d&&!d.disabled;c.removeChild(f);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},textDecoration:function(g,f){if(!f){f=this.getStyle(g)}var c={underline:null,overline:null,"line-through":null};for(var b=g;b.parentNode&&b.parentNode.nodeType==1;){var e=true;for(var d in c){if(!K(c,d)||c[d]){continue}if(f.get("textDecoration").indexOf(d)!=-1){c[d]=f.get("color")}e=false}if(e){break}f=this.getStyle(b=b.parentNode)}return c},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(c,b){return c[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[b.get("textTransform")]||"toString"]()},whiteSpace:(function(){var b={inline:1,"inline-block":1,"run-in":1};return function(e,c,d){if(b[c.get("display")]){return e}if(!d.previousSibling){e=e.replace(/^\s+/,"")}if(!d.nextSibling){e=e.replace(/\s+$/,"")}return e}})()};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(n,q){if(!N.recognizesMedia(q||"all")){return true}if(!n||n.disabled){return false}try{var r=n.cssRules,p;if(r){search:for(var m=0,k=r.length;p=r[m],m<k;++m){switch(p.type){case 2:break;case 3:if(!g(p.styleSheet,p.media.mediaText)){return false}break;default:break search}}}}catch(o){}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(c){var b=this.face=c.face;this.glyphs=c.glyphs;this.w=c.w;this.baseSize=parseInt(b["units-per-em"],10);this.family=b["font-family"].toLowerCase();this.weight=b["font-weight"];this.style=b["font-style"]||"normal";this.viewBox=(function(){var e=b.bbox.split(/\s+/);var d={minX:parseInt(e[0],10),minY:parseInt(e[1],10),maxX:parseInt(e[2],10),maxY:parseInt(e[3],10)};d.width=d.maxX-d.minX;d.height=d.maxY-d.minY;d.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return d})();this.ascent=-parseInt(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent}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)}function e(f){c(this)}function c(f){setTimeout(function(){M.replace(f,D.get(f).options,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(g,f){if(!f){f=N.getStyle(g)}var c=N.quotedList(f.get("fontFamily").toLowerCase()),e;for(var d=0,b=c.length;d<b;++d){e=c[d];if(I[e]){return I[e].get(f.get("fontStyle"),f.get("fontWeight"))}}return null}function G(b){return document.getElementsByTagName(b)}function K(c,b){return c.hasOwnProperty(b)}function H(){var b={},d,f;for(var e=0,c=arguments.length;d=arguments[e],e<c;++e){for(f in d){if(K(d,f)){b[f]=d[f]}}}return b}function O(e,o,c,p,f,d){var n=p.separate;if(n=="none"){return Z[p.engine].apply(null,arguments)}var m=document.createDocumentFragment(),h;var j=o.split(P[n]),b=(n=="words");if(b&&T){if(/^\s/.test(o)){j.unshift("")}if(/\s$/.test(o)){j.push("")}}for(var k=0,g=j.length;k<g;++k){h=Z[p.engine](e,b?N.textAlign(j[k],c,k,g):j[k],c,p,f,d,k<g-1);if(h){m.appendChild(h)}}return m}function L(c,k){var d,b,e,h,g,j;for(e=V(c,k).firstChild;e;e=g){h=e.nodeType;g=e.nextSibling;j=false;if(h==1){if(!e.firstChild){continue}if(!/cufon/.test(e.className)){arguments.callee(e,k);continue}else{j=true}}else{if(h!=3){continue}}if(!b){b=N.getStyle(c).extend(k)}if(!d){d=C(c,b)}if(!d){continue}if(j){Z[k.engine](d,null,b,k,e,c);continue}var i=N.whiteSpace(e.data,b,e);if(i===""){continue}var f=O(d,i,b,k,e,c);if(f){e.parentNode.replaceChild(f,e)}else{e.parentNode.removeChild(e)}}}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={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(b){return jQuery(b)})||(window.dojo&&dojo.query)||(window.$$&&function(b){return $$(b)})||(window.$&&function(b){return $(b)})||(document.querySelectorAll&&function(b){return document.querySelectorAll(b)})||(window.Ext&&Ext.query)||G),separate:"words",textShadow:"none"};var P={words:/[^\S\u00a0]+/,characters:""};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){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.removeClass(X.root(),"cufon-loading")});E=true}if(c.hover){c.forceHitArea=true}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)}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("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-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(E?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(A?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AH,a,z,W,e,AI){var I=(a===null);if(I){a=e.alt}var c=AH.viewBox;var K=z.getSize("fontSize",AH.baseSize);var v=z.get("letterSpacing");v=(v=="normal")?0:K.convertFrom(parseInt(v,10));var d=0,w=0,u=0,Y=0;var b=W.textShadow,s=[];if(b){for(var AG=b.length;AG--;){var m=b[AG];var r=K.convertFrom(parseFloat(m.offX));var p=K.convertFrom(parseFloat(m.offY));s[AG]=[r,p];if(p<d){d=p}if(r>w){w=r}if(p>u){u=p}if(r<Y){Y=r}}}var AL=Cufon.CSS.textTransform(a,z).split(""),U;var J=AH.glyphs,X,M,AC;var G=0,Q,h=[];for(var AG=0,AE=0,AB=AL.length;AG<AB;++AG){X=J[U=AL[AG]]||AH.missingGlyph;if(!X){continue}if(M){G-=AC=M[U]||0;h[AE-1]-=AC}G+=Q=h[AE++]=~~(X.w||AH.w)+v;M=X.k}if(Q===undefined){return null}w+=c.width-Q;Y+=c.minX;var V,L;if(I){V=e;L=e.firstChild}else{V=document.createElement("span");V.className="cufon cufon-canvas";V.alt=a;L=document.createElement("canvas");V.appendChild(L);if(W.printable){var AD=document.createElement("span");AD.className="cufon-alt";AD.appendChild(document.createTextNode(a));V.appendChild(AD)}}var AM=V.style;var o=L.style;var H=K.convert(c.height);var AK=Math.ceil(H);var t=AK/H;var n=t*Cufon.CSS.fontStretch(z.get("fontStretch"));var q=G*n;var AA=Math.ceil(K.convert(q+w-Y));var O=Math.ceil(K.convert(c.height-d+u));L.width=AA;L.height=O;o.width=AA+"px";o.height=O+"px";d+=c.minY;o.top=Math.round(K.convert(d-AH.ascent))+"px";o.left=Math.round(K.convert(Y))+"px";var T=Math.ceil(K.convert(q))+"px";if(A){AM.width=T;AM.height=K.convert(AH.height)+"px"}else{AM.paddingLeft=T;AM.paddingBottom=(K.convert(AH.height)-1)+"px"}var AJ=L.getContext("2d"),f=H/c.height;AJ.scale(f,f*t);AJ.translate(-Y,-d);AJ.lineWidth=AH.face["underline-thickness"];AJ.save();function N(i,g){AJ.strokeStyle=g;AJ.beginPath();AJ.moveTo(0,i);AJ.lineTo(G,i);AJ.stroke()}var P=W.enableTextDecoration?Cufon.CSS.textDecoration(AI,z):{};if(P.underline){N(-AH.face["underline-position"],P.underline)}if(P.overline){N(AH.ascent,P.overline)}function AF(){AJ.scale(n,1);for(var x=0,k=0,g=AL.length;x<g;++x){var y=J[AL[x]]||AH.missingGlyph;if(!y){continue}if(y.d){AJ.beginPath();if(y.code){C(y.code,AJ)}else{y.code=D("m"+y.d,AJ)}AJ.fill()}AJ.translate(h[k++],0)}AJ.restore()}if(b){for(var AG=b.length;AG--;){var m=b[AG];AJ.save();AJ.fillStyle=m.color;AJ.translate.apply(AJ,s[AG]);AF()}}var S=W.textGradient;if(S){var Z=S.stops,R=AJ.createLinearGradient(0,c.minY,0,c.maxY);for(var AG=0,AB=Z.length;AG<AB;++AG){R.addColorStop.apply(R,Z[AG])}AJ.fillStyle=R}else{AJ.fillStyle=z.get("color")}AF();if(P["line-through"]){N(-AH.descent,P["line-through"])}return V}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;var F=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(F?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function C(G,H){return A(G,/(?:em|ex|%)$/i.test(H)?"1em":H)}function A(J,K){if(/px$/i.test(K)){return parseFloat(K)}var I=J.style.left,H=J.runtimeStyle.left;J.runtimeStyle.left=J.currentStyle.left;J.style.left=K.replace("%","em");var G=J.style.pixelLeft;J.style.left=I;J.runtimeStyle.left=H;return G}var E={};function D(L){var M=L.id;if(!E[M]){var J=L.stops,K=document.createElement("cvml:fill"),G=[];K.type="gradient";K.angle=180;K.focus="0";K.method="sigma";K.color=J[0][1];for(var I=1,H=J.length-1;I<H;++I){G.push(J[I][0]*100+"% "+J[I][1])}K.colors=G.join(",");K.color2=J[H][1];E[M]=K}return E[M]}return function(AI,f,AC,b,n,AJ,AA){var J=(f===null);if(J){f=n.alt}var h=AI.viewBox;var L=AC.computedFontSize||(AC.computedFontSize=new Cufon.CSS.Size(C(AJ,AC.get("fontSize"))+"px",AI.baseSize));var z=AC.computedLSpacing;if(z==undefined){z=AC.get("letterSpacing");AC.computedLSpacing=z=(z=="normal")?0:~~L.convertFrom(A(AJ,z))}var X,M;if(J){X=n;M=n.firstChild}else{X=document.createElement("span");X.className="cufon cufon-vml";X.alt=f;M=document.createElement("span");M.className="cufon-vml-canvas";X.appendChild(M);if(b.printable){var AF=document.createElement("span");AF.className="cufon-alt";AF.appendChild(document.createTextNode(f));X.appendChild(AF)}if(!AA){X.appendChild(document.createElement("cvml:shape"))}}var AO=X.style;var u=M.style;var H=L.convert(h.height),AL=Math.ceil(H);var y=AL/H;var s=y*Cufon.CSS.fontStretch(AC.get("fontStretch"));var x=h.minX,w=h.minY;u.height=AL;u.top=Math.round(L.convert(w-AI.ascent));u.left=Math.round(L.convert(x));AO.height=L.convert(AI.height)+"px";var Q=b.enableTextDecoration?Cufon.CSS.textDecoration(AJ,AC):{};var e=AC.get("color");var AN=Cufon.CSS.textTransform(f,AC).split(""),W;var K=AI.glyphs,c,N,AE;var G=0,o=[],v=0,S;var U,g=b.textShadow;for(var AH=0,AG=0,AD=AN.length;AH<AD;++AH){c=K[W=AN[AH]]||AI.missingGlyph;if(!c){continue}if(N){G-=AE=N[W]||0;o[AG-1]-=AE}G+=S=o[AG++]=~~(c.w||AI.w)+z;N=c.k}if(S===undefined){return null}var V=-x+G+(h.width-S);var AM=L.convert(V*s),AB=Math.round(AM);var r=V+","+h.height,I;var m="r"+r+"ns";var T=b.textGradient&&D(b.textGradient);for(AH=0,AG=0;AH<AD;++AH){c=K[AN[AH]]||AI.missingGlyph;if(!c){continue}if(J){U=M.childNodes[AG];while(U.firstChild){U.removeChild(U.firstChild)}}else{U=document.createElement("cvml:shape");M.appendChild(U)}U.stroked="f";U.coordsize=r;U.coordorigin=I=(x-v)+","+w;U.path=(c.d?"m"+c.d+"xe":"")+"m"+I+m;U.fillcolor=e;if(T){U.appendChild(T.cloneNode(false))}var AK=U.style;AK.width=AB;AK.height=AL;if(g){var P=g[0],O=g[1];var a=Cufon.CSS.color(P.color),Y;var q=document.createElement("cvml:shadow");q.on="t";q.color=a.color;q.offset=P.offX+","+P.offY;if(O){Y=Cufon.CSS.color(O.color);q.type="double";q.color2=Y.color;q.offset2=O.offX+","+O.offY}q.opacity=a.opacity||(Y&&Y.opacity)||1;U.appendChild(q)}v+=o[AG++]}var p=U.nextSibling,R,Z;if(b.forceHitArea){if(!p){p=document.createElement("cvml:rect");p.stroked="f";p.className="cufon-vml-cover";R=document.createElement("cvml:fill");R.opacity=0;p.appendChild(R);M.appendChild(p)}Z=p.style;Z.width=AB;Z.height=AL}else{if(p){M.removeChild(p)}}AO.width=Math.max(Math.ceil(L.convert(G*s)),0);if(F){var t=AC.computedYAdjust;if(t===undefined){var d=AC.get("lineHeight");if(d=="normal"){d="1em"}else{if(!isNaN(d)){d+="em"}}AC.computedYAdjust=t=0.5*(A(AJ,d)-parseFloat(AO.height))}if(t){AO.marginTop=Math.ceil(t)+"px";AO.marginBottom=t+"px"}}return X}})());
																																							
																																							
																																							
																																							
Cufon.registerFont({"w":153,"face":{"font-family":"Myriad Pro","font-weight":700,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 7 6 3 4 3 2 2 4","ascent":"270","descent":"-90","x-height":"3","bbox":"-14 -270 349 90","underline-thickness":"18","underline-position":"-18","stemh":"33","stemv":"47","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":57,"k":{"T":4,"V":4,"W":4,"Y":4,"\u2018":12,"\u201c":12}},"!":{"d":"63,-79r-41,0r-5,-164r51,0xm69,-26v0,17,-10,29,-27,29v-15,0,-27,-12,-27,-29v0,-18,13,-29,27,-29v15,0,27,11,27,29","w":84},"\"":{"d":"12,-246r38,0r-8,93r-23,0xm69,-246r39,0r-8,93r-23,0","w":119,"k":{"T":-6,"J":9,"C":3,"G":3,"O":3,"Q":3,"V":-6,"W":-6,"X":-6,"Y":-12,"A":17,"f":-6,"g":10,"c":10,"d":10,"e":10,"o":10,"q":10,"s":3,"t":-7,"x":-3,",":35,".":35,"\u2026":35}},"#":{"d":"62,-97r25,0r5,-42r-25,0xm49,0r-27,0r9,-70r-26,0r0,-27r30,0r5,-42r-27,0r0,-27r31,0r8,-68r26,0r-8,68r26,0r8,-68r27,0r-9,68r26,0r0,27r-29,0r-5,42r27,0r0,27r-30,0r-9,70r-27,0r9,-70r-26,0"},"$":{"d":"91,-66v-2,-38,-81,-55,-71,-100v0,-27,16,-49,43,-58r0,-37r31,0r0,33v14,0,27,4,36,9r-8,36v-13,-12,-58,-14,-58,13v0,12,4,22,30,35v59,30,51,111,-5,126r0,40r-31,0r0,-37v-15,0,-29,-4,-38,-9r7,-38v17,14,65,18,64,-13"},"%":{"d":"54,-237v35,0,46,39,46,71v0,49,-22,72,-46,72v-33,0,-48,-35,-48,-70v0,-38,17,-73,48,-73xm68,-165v0,-28,-1,-48,-15,-47v-10,0,-15,17,-15,46v0,30,5,48,16,48v11,0,14,-18,14,-47xm67,4r-24,0r126,-241r24,0xm184,-141v35,0,46,38,46,70v0,50,-22,73,-46,73v-33,0,-48,-36,-48,-71v0,-38,17,-72,48,-72xm198,-69v0,-27,-1,-48,-15,-47v-10,0,-15,16,-15,46v0,30,5,47,16,47v11,0,14,-17,14,-46","w":236},"&":{"d":"189,0r-51,0v-4,-5,-7,-9,-12,-16v-39,39,-119,13,-119,-49v0,-29,14,-52,38,-67v-35,-44,-19,-114,43,-114v66,0,73,87,11,122v10,16,27,40,36,52v8,-16,10,-39,11,-57r40,0v-3,33,-15,66,-31,85xm64,-104v-22,17,-17,75,19,72v11,0,19,-5,25,-12v-13,-16,-30,-40,-44,-60xm86,-214v-24,0,-20,47,-5,63v15,-12,21,-24,21,-38v0,-11,-3,-25,-16,-25","w":190},"\u2019":{"d":"26,-243r40,-3v-10,32,-25,64,-40,90r-25,4v10,-30,21,-63,25,-91","w":68,"k":{"i":18,"T":-9,"J":13,"C":9,"G":9,"O":9,"Q":9,"V":-9,"W":-9,"X":-7,"Y":-10,"A":19,"M":3,"a":15,"g":26,"c":31,"d":31,"e":31,"o":31,"q":31,"s":28,"t":4,"m":18,"n":18,"p":18,"r":18,"\u2019":12,"\u201d":12,",":57,".":57,"\u2026":57," ":15}},"(":{"d":"53,-249r34,0v-48,56,-49,235,0,292r-34,0v-20,-27,-41,-77,-41,-146v0,-70,21,-119,41,-146","w":92,"k":{"T":-4,"J":-9,"C":7,"G":7,"O":7,"Q":7,"V":-13,"W":-13,"X":-3,"Y":-21,"A":2,"j":-21,"c":1,"d":1,"e":1,"o":1,"q":1}},")":{"d":"40,43r-34,0v48,-56,49,-236,0,-292r34,0v20,26,41,74,41,145v0,71,-21,119,-41,147","w":92},"*":{"d":"88,-246r30,17r-36,43r51,-9r0,33v-16,-2,-36,-9,-51,-9r36,41r-31,17r-19,-51r-21,51r-27,-17v10,-14,28,-29,35,-43r-50,11r0,-33v16,2,35,9,50,8r-35,-41r30,-17v7,16,11,36,20,51","w":138},"+":{"d":"92,-192r30,0r0,81r78,0r0,30r-78,0r0,81r-30,0r0,-81r-78,0r0,-30r78,0r0,-81","w":214},",":{"d":"34,42r-30,3v10,-30,20,-68,24,-96r48,-3v-11,32,-26,70,-42,96","w":83,"k":{"\"":33,"'":33,"\u2018":22,"\u201c":22,"\u2019":35,"\u201d":35}},"-":{"d":"11,-116r71,0r0,34r-71,0r0,-34","w":93,"k":{"T":9,"J":2,"C":-6,"G":-6,"O":-6,"Q":-6,"V":1,"W":1,"X":1,"Y":6,"A":1,"g":-1,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6}},".":{"d":"72,-28v0,19,-10,31,-28,31v-14,0,-27,-12,-27,-31v0,-18,14,-32,28,-32v15,0,27,13,27,32","w":83,"k":{"\"":33,"'":33,"\u2018":22,"\u201c":22,"\u2019":35,"\u201d":35}},"\/":{"d":"23,14r-31,0r84,-260r31,0","w":100},"0":{"d":"78,-237v54,0,67,63,67,119v0,84,-30,121,-68,121v-51,0,-69,-59,-69,-119v0,-67,21,-121,70,-121xm78,-197v-15,0,-22,26,-22,80v0,55,6,80,22,80v15,0,20,-26,20,-80v0,-50,-5,-80,-20,-80"},"1":{"d":"64,0r0,-190r-40,21r-8,-37r54,-28r41,0r0,234r-47,0"},"2":{"d":"137,0r-128,0r0,-32v28,-38,78,-93,78,-134v0,-38,-46,-37,-65,-20r-8,-36v11,-7,31,-15,52,-15v113,0,63,135,13,178r-14,17r72,0r0,42"},"3":{"d":"9,-8r6,-37v23,15,73,12,71,-24v-2,-28,-22,-40,-51,-38r0,-34v21,1,44,-5,45,-30v1,-30,-37,-32,-57,-18r-6,-36v10,-6,29,-12,48,-12v72,-1,78,86,28,110v23,8,40,27,40,59v0,36,-27,71,-78,71v-19,0,-36,-5,-46,-11"},"4":{"d":"126,0r-42,0r0,-56r-80,0r0,-32r77,-146r45,0r0,140r23,0r0,38r-23,0r0,56xm84,-94v-1,-27,6,-63,1,-86v-12,30,-27,58,-41,86r40,0"},"5":{"d":"64,-151v39,-4,71,28,71,71v0,63,-67,102,-125,74r7,-38v28,15,74,9,72,-32v-2,-37,-33,-43,-67,-41r13,-117r96,0r0,41r-62,0"},"6":{"d":"128,-237r0,38v-42,1,-69,31,-71,65v33,-41,89,-10,89,54v0,41,-20,83,-66,83v-44,0,-72,-39,-72,-97v0,-88,42,-136,120,-143xm78,-119v-14,0,-22,14,-22,37v0,31,9,51,23,51v15,0,21,-21,21,-49v0,-20,-7,-39,-22,-39"},"7":{"d":"14,-234r127,0r0,31r-73,203r-46,0r72,-192r-80,0r0,-42"},"8":{"d":"7,-61v-1,-30,18,-49,35,-63v-54,-33,-24,-113,38,-113v58,0,86,77,30,110v22,12,36,33,36,61v0,43,-31,69,-70,69v-40,0,-69,-26,-69,-64xm77,-29v15,0,23,-15,23,-35v0,-22,-14,-36,-27,-43v-25,11,-29,76,4,78xm78,-205v-31,5,-22,57,3,64v19,-8,24,-63,-3,-64"},"9":{"d":"27,3r0,-39v43,1,66,-25,70,-63v-35,33,-88,3,-88,-56v0,-40,24,-82,69,-82v90,0,75,172,28,209v-21,16,-43,32,-79,31xm77,-117v16,-5,20,-11,20,-37v0,-62,-43,-66,-42,-5v0,23,8,42,22,42"},":":{"d":"72,-145v0,17,-10,30,-28,30v-14,0,-26,-13,-26,-30v0,-17,13,-30,27,-30v15,0,27,12,27,30xm72,-27v0,18,-10,30,-28,30v-14,0,-26,-12,-26,-30v0,-17,13,-30,27,-30v15,0,27,12,27,30","w":83},";":{"d":"33,42r-29,3v10,-30,20,-68,24,-96r47,-3v-11,32,-26,70,-42,96xm46,-115v-14,0,-26,-13,-26,-30v0,-17,12,-30,27,-30v15,0,26,12,26,30v0,17,-10,30,-27,30","w":83},"<":{"d":"21,-85r0,-22r173,-85r0,37r-127,60r127,59r0,36","w":214},"=":{"d":"200,-115r-186,0r0,-30r186,0r0,30xm200,-48r-186,0r0,-29r186,0r0,29","w":214},">":{"d":"194,-112r0,32r-173,80r0,-36r138,-60r-138,-60r0,-36","w":214},"?":{"d":"114,-192v1,46,-47,66,-42,116r-40,0v-13,-38,32,-73,34,-108v2,-22,-30,-28,-47,-16r-8,-36v8,-5,24,-11,42,-11v48,0,61,31,61,55xm52,3v-15,0,-27,-12,-27,-29v0,-18,13,-29,27,-29v15,0,27,11,27,29v0,17,-10,29,-27,29","w":120},"@":{"d":"101,-49v25,0,27,-54,33,-81v-28,-10,-43,22,-46,62v0,13,4,19,13,19xm153,6r6,15v-70,38,-148,3,-148,-93v0,-72,47,-141,117,-141v58,0,85,44,85,93v0,62,-22,97,-57,97v-19,0,-24,-15,-27,-31v-16,41,-71,44,-71,-13v0,-58,50,-106,108,-80r-12,67v-5,26,-1,37,10,37v14,0,29,-24,29,-72v0,-46,-20,-82,-69,-82v-48,0,-93,50,-93,125v0,82,64,110,122,78","w":223},"A":{"d":"103,-55r-44,0r-10,55r-46,0r52,-243r57,0r47,243r-46,0xm64,-92r35,0r-17,-106","w":164,"k":{"T":18,"J":-14,"C":6,"G":6,"O":6,"Q":6,"U":6,"V":8,"W":8,"X":-2,"Y":10,"Z":-9,"a":-3,"f":1,"g":1,"j":-2,"c":2,"d":2,"e":2,"o":2,"q":2,"s":-3,"t":1,"v":5,"w":5,"y":5,"z":-4,"\"":17,"'":17,"\u2018":3,"\u201c":3,"\u2019":11,"\u201d":11}},"B":{"d":"162,-70v0,67,-71,78,-141,69r0,-238v56,-13,133,-5,133,56v0,24,-15,41,-35,55v28,8,43,31,43,58xm68,-207r0,64v25,3,39,-10,40,-34v1,-22,-17,-35,-40,-30xm68,-108r0,73v25,2,45,-7,45,-36v0,-28,-18,-39,-45,-37","w":173,"k":{"T":1,"Y":1,",":7,".":7,"\u2026":7}},"C":{"d":"132,-43r5,39v-76,25,-132,-30,-128,-114v4,-105,63,-143,131,-120r-8,39v-44,-14,-73,8,-73,79v0,69,26,88,73,77","w":142,"k":{"T":-9,"J":-14,"C":4,"G":4,"O":4,"Q":4,"V":-9,"W":-9,"X":-12,"Y":-17,"A":-6,"a":-1,"c":2,"d":2,"e":2,"o":2,"q":2,"v":6,"w":6,"y":6,"z":-6,"b":-2,"h":-2,"k":-2,"l":-2,"i":-2,"m":-2,"n":-2,"p":-2,"r":-2,")":-6,"]":-6,"}":-6,"\"":-9,"'":-9,"\u2019":-3,"\u201d":-3}},"D":{"d":"168,-124v2,99,-50,137,-147,123r0,-238v12,-3,29,-5,48,-5v75,2,97,42,99,120xm68,-205r0,168v34,2,51,-17,51,-89v0,-54,-14,-85,-51,-79","w":176,"k":{"T":3,"J":1,"X":-1,"A":6,"a":-3,"f":-6,"j":-2,"t":-6,"v":-4,"w":-4,"y":-4,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"u":-5,"-":-6,"\u2013":-6,"\u2014":-6,")":5,"]":5,"}":5,"\u2019":-6,"\u201d":-6,",":13,".":13,"\u2026":13}},"E":{"d":"123,-146r0,39r-55,0r0,66r63,0r0,41r-110,0r0,-243r105,0r0,41r-58,0r0,56r55,0","w":141,"k":{"J":-10,"V":-1,"W":-1,"Y":-4,"f":1,"g":1,"c":3,"d":3,"e":3,"o":3,"q":3,"v":4,"w":4,"y":4,"b":1,"h":1,"k":1,"l":1,"u":1,",":2,".":2,"\u2026":2}},"F":{"d":"21,0r0,-243r105,0r0,41r-58,0r0,63r55,0r0,39r-55,0r0,100r-47,0","w":141,"k":{"J":15,"A":13,"M":6,"a":8,"g":7,"c":9,"d":9,"e":9,"o":9,"q":9,"t":3,"v":6,"w":6,"y":6,"b":1,"h":1,"k":1,"l":1,"i":3,"m":3,"n":3,"p":3,"r":3,"u":3,":":6,";":6,",":30,".":30,"\u2026":30}},"G":{"d":"105,2v-69,0,-98,-51,-96,-122v3,-105,67,-141,143,-118r-9,41v-49,-15,-85,4,-85,80v0,62,21,83,54,78r0,-59r-22,0r0,-38r66,0r0,130v-10,4,-33,8,-51,8","w":169,"k":{"a":-3,"v":4,"w":4,"y":4,"\u2019":2,"\u201d":2}},"H":{"d":"21,-243r47,0r0,98r49,0r0,-98r48,0r0,243r-48,0r0,-102r-49,0r0,102r-47,0r0,-243","w":185,"k":{"c":2,"d":2,"e":2,"o":2,"q":2,"v":3,"w":3,"y":3}},"I":{"d":"21,-243r47,0r0,243r-47,0r0,-243","w":89,"k":{"c":2,"d":2,"e":2,"o":2,"q":2,"v":3,"w":3,"y":3}},"J":{"d":"41,-75r0,-168r48,0r0,166v-1,82,-43,86,-92,76r4,-39v25,2,39,4,40,-35","w":106,"k":{"v":-3,"w":-3,"y":-3,",":6,".":6,"\u2026":6}},"K":{"d":"21,0r0,-243r47,0r1,109r44,-109r52,0r-54,106r55,137r-52,0r-35,-100v-18,19,-9,65,-11,100r-47,0","w":165,"k":{"J":-12,"C":5,"G":5,"O":5,"Q":5,"Z":-9,"A":-3,"a":-5,"g":5,"c":1,"d":1,"e":1,"o":1,"q":1,"v":5,"w":5,"y":5,"b":-3,"h":-3,"k":-3,"l":-3,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"u":1,"-":5,"\u2013":5,"\u2014":5,"\"":-6,"'":-6,"\u2019":-3,"\u201d":-3,",":-6,".":-6,"\u2026":-6}},"L":{"d":"21,0r0,-243r47,0r0,203r62,0r0,40r-109,0","w":136,"k":{"T":20,"J":-14,"C":10,"G":10,"O":10,"Q":10,"U":7,"V":13,"W":13,"Y":18,"A":-3,"a":-2,"f":4,"g":1,"c":2,"d":2,"e":2,"o":2,"q":2,"t":8,"v":8,"w":8,"y":8,"u":2,"-":12,"\u2013":12,"\u2014":12,"\"":28,"'":28,"\u2018":25,"\u201c":25,"\u2019":16,"\u201d":16}},"M":{"d":"174,0r-8,-165r-36,161r-34,0r-36,-161r-7,165r-41,0r18,-243r49,0r38,173v8,-56,22,-118,34,-173r50,0r15,243r-42,0","w":229,"k":{"T":6,"Y":1,"a":-1,"g":1,"-":-2,"\u2013":-2,"\u2014":-2,"\"":4,"'":4}},"N":{"d":"62,0r-41,0r0,-243r43,0r64,166r-5,-166r42,0r0,243r-43,0r-37,-92v-9,-20,-18,-53,-26,-73","w":185,"k":{"c":2,"d":2,"e":2,"o":2,"q":2,"v":3,"w":3,"y":3}},"O":{"d":"89,-246v59,0,75,65,75,120v0,91,-32,129,-78,129v-55,0,-77,-58,-77,-125v0,-66,26,-124,80,-124xm87,-204v-19,0,-29,31,-29,83v0,55,10,83,29,83v20,0,28,-36,28,-85v0,-42,-7,-81,-28,-81","w":173,"k":{"T":3,"J":1,"X":-1,"A":6,"a":-3,"f":-6,"j":-2,"t":-6,"v":-4,"w":-4,"y":-4,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"u":-5,"-":-6,"\u2013":-6,"\u2014":-6,")":5,"]":5,"}":5,"\u2019":-6,"\u201d":-6,",":13,".":13,"\u2026":13}},"P":{"d":"157,-172v0,54,-38,85,-89,82r0,90r-47,0r0,-239v63,-15,136,0,136,67xm68,-204r0,75v27,5,42,-13,42,-39v0,-26,-16,-44,-42,-36","w":164,"k":{"J":13,"X":1,"Y":-1,"Z":2,"A":15,"a":5,"g":10,"c":8,"d":8,"e":8,"o":8,"q":8,"s":5,"t":-5,"v":-3,"w":-3,"y":-3,"u":1,":":4,";":4,"-":8,"\u2013":8,"\u2014":8,")":6,"]":6,"}":6,"\u2018":-8,"\u201c":-8,"\u2019":-8,"\u201d":-8,",":45,".":45,"\u2026":45}},"Q":{"d":"159,40v-25,-10,-51,-26,-74,-37v-47,0,-76,-46,-76,-125v0,-65,26,-124,80,-124v99,0,89,200,39,230r0,2v15,7,32,12,47,18xm87,-38v19,0,28,-35,28,-85v0,-45,-7,-81,-28,-81v-19,0,-29,36,-29,82v0,49,8,84,29,84","w":173,"k":{"T":3,"J":1,"X":-1,"A":6,"a":-3,"f":-6,"j":-2,"t":-6,"v":-4,"w":-4,"y":-4,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"u":-5,"-":-6,"\u2013":-6,"\u2014":-6,")":5,"]":5,"}":5,"\u2019":-6,"\u201d":-6,",":13,".":13,"\u2026":13}},"R":{"d":"114,0v-11,-14,-3,-113,-46,-97r0,97r-47,0r0,-239v63,-14,135,-3,135,64v0,26,-12,49,-37,61v33,6,33,93,45,114r-50,0xm68,-206r0,73v27,3,41,-14,41,-38v1,-25,-15,-40,-41,-35","w":169,"k":{"T":1,"J":-9,"X":-3,"c":1,"d":1,"e":1,"o":1,"q":1,"t":-6,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"-":3,"\u2013":3,"\u2014":3,"\u2019":-6,"\u201d":-6}},"S":{"d":"9,-8r6,-40v22,13,74,14,74,-18v0,-18,-11,-27,-32,-40v-33,-20,-45,-46,-45,-68v0,-53,65,-88,114,-62r-7,41v-15,-14,-61,-11,-61,16v0,14,6,24,33,38v73,39,50,145,-36,143v-19,0,-38,-5,-46,-10","w":141,"k":{"a":-7,"j":-3,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"t":-2,"v":2,"w":2,"y":2,"b":-3,"h":-3,"k":-3,"l":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"u":-4,"-":-6,"\u2013":-6,"\u2014":-6}},"T":{"d":"47,0r0,-199r-43,0r0,-44r134,0r0,44r-44,0r0,199r-47,0","w":141,"k":{"i":11,"T":-5,"J":6,"C":5,"G":5,"O":5,"Q":5,"V":-6,"W":-6,"X":-8,"Y":-12,"A":12,"S":1,"a":13,"g":21,"c":17,"d":17,"e":17,"o":17,"q":17,"s":14,"v":8,"w":8,"y":8,"z":10,"b":1,"h":1,"k":1,"l":1,"m":11,"n":11,"p":11,"r":11,"u":11,"x":10,":":6,";":6,"-":11,"\u2013":11,"\u2014":11,")":-12,"]":-12,"}":-12,"\"":-6,"'":-6,"\u2019":-12,"\u201d":-12,",":23,".":23,"\u2026":23}},"U":{"d":"19,-243r48,0r0,158v0,36,11,46,23,46v14,0,23,-9,23,-46r0,-158r47,0v-5,95,26,246,-70,246v-100,0,-65,-151,-71,-246","w":180,"k":{"A":3,"g":1,"c":1,"d":1,"e":1,"o":1,"q":1,"s":4,"v":3,"w":3,"y":3,"z":6,"x":3,",":8,".":8,"\u2026":8}},"V":{"d":"108,0r-53,0r-55,-243r53,0r30,189r28,-189r52,0","w":162,"k":{"T":-5,"J":1,"A":6,"a":7,"g":12,"c":8,"d":8,"e":8,"o":8,"q":8,"s":5,"t":1,"v":4,"w":4,"y":4,"z":1,"i":3,"m":3,"n":3,"p":3,"r":3,"u":4,":":4,";":4,"-":2,"\u2013":2,"\u2014":2,")":-13,"]":-13,"}":-13,"\"":-12,"'":-12,"\u2018":-4,"\u201c":-4,"\u2019":-3,"\u201d":-3,",":15,".":15,"\u2026":15}},"W":{"d":"93,0r-47,0r-41,-243r49,0r21,182r31,-182r38,0r28,182r22,-182r46,0r-43,243r-49,0r-26,-159v-7,59,-18,105,-29,159","w":244,"k":{"T":-5,"J":1,"A":6,"a":7,"g":12,"c":8,"d":8,"e":8,"o":8,"q":8,"s":5,"t":1,"v":4,"w":4,"y":4,"z":1,"i":3,"m":3,"n":3,"p":3,"r":3,"u":4,":":4,";":4,"-":2,"\u2013":2,"\u2014":2,")":-13,"]":-13,"}":-13,"\"":-12,"'":-12,"\u2018":-4,"\u201c":-4,"\u2019":-3,"\u201d":-3,",":15,".":15,"\u2026":15}},"X":{"d":"148,0r-49,0r-29,-88r-24,88r-47,0r45,-124r-43,-119r49,0r26,84r22,-84r47,0r-45,121","w":146,"k":{"T":-6,"J":-14,"C":1,"G":1,"O":1,"Q":1,"V":-8,"W":-8,"X":-1,"Y":-12,"A":-3,"a":-5,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"v":5,"w":5,"y":5,"i":-2,"m":-2,"n":-2,"p":-2,"r":-2,"u":-1,"-":1,"\u2013":1,"\u2014":1,"\"":-6,"'":-6}},"Y":{"d":"95,0r-47,0r0,-93r-53,-150r50,0r30,110v7,-38,16,-74,25,-110r49,0r-54,148r0,95","w":144,"k":{"T":-12,"J":4,"C":3,"G":3,"O":3,"Q":3,"V":-13,"W":-13,"X":-6,"Y":-16,"A":11,"M":1,"S":1,"a":12,"g":15,"c":14,"d":14,"e":14,"o":14,"q":14,"s":9,"v":7,"w":7,"y":7,"z":3,"b":-4,"h":-4,"k":-4,"l":-4,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"u":6,"x":2,":":10,";":10,"-":9,"\u2013":9,"\u2014":9,")":-18,"]":-18,"}":-18,"\"":-10,"'":-10,"\u2019":-6,"\u201d":-6,",":24,".":24,"\u2026":24}},"Z":{"d":"4,0r0,-28r77,-174r-70,0r0,-41r123,0r0,35r-74,167r74,0r0,41r-130,0","w":139,"k":{"J":-12,"C":2,"G":2,"O":2,"Q":2,"X":-9,"Y":-8,"A":-4,"a":-2,"c":2,"d":2,"e":2,"o":2,"q":2,"v":-1,"w":-1,"y":-1,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"u":-1,"-":1,"\u2013":1,"\u2014":1,"\u2019":-3,"\u201d":-3}},"[":{"d":"85,40r-67,0r0,-287r67,0r0,30r-31,0r0,227r31,0r0,30","w":92,"k":{"T":-4,"J":-9,"C":7,"G":7,"O":7,"Q":7,"V":-13,"W":-13,"X":-3,"Y":-21,"A":2,"j":-21,"c":1,"d":1,"e":1,"o":1,"q":1}},"\\":{"d":"92,14r-31,0r-67,-260r30,0","w":83},"]":{"d":"8,-247r67,0r0,287r-67,0r0,-30r31,0r0,-227r-31,0r0,-30","w":92},"^":{"d":"199,-64r-36,0v-20,-42,-34,-91,-57,-130r-55,130r-35,0r76,-170r30,0","w":214},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"\u2018":{"d":"44,-156r-41,4v10,-32,25,-65,40,-91r25,-3v-10,30,-20,62,-24,90","w":68,"k":{"i":5,"T":-12,"J":12,"C":5,"G":5,"O":5,"Q":5,"V":-6,"W":-6,"X":-10,"Y":-13,"Z":-4,"A":13,"a":7,"f":-3,"g":17,"j":-3,"c":18,"d":18,"e":18,"o":18,"q":18,"s":10,"v":3,"w":3,"y":3,"z":4,"b":-3,"h":-3,"k":-3,"l":-3,"m":5,"n":5,"p":5,"r":5,"u":6,"\u2018":12,"\u201c":12,",":33,".":33,"\u2026":33}},"a":{"d":"73,-179v95,4,50,99,65,179r-43,0v-1,-5,0,-13,-3,-17v-27,39,-85,17,-85,-34v0,-46,40,-65,80,-65v6,-35,-41,-32,-60,-18r-9,-32v10,-6,31,-13,55,-13xm51,-56v1,36,38,28,38,1r0,-31v-16,0,-38,6,-38,30","w":151},"b":{"d":"15,0r1,-249r47,0r1,91v40,-50,86,-5,86,65v0,62,-24,96,-57,96v-16,1,-24,-8,-35,-24r-3,21r-40,0xm104,-89v0,-51,-38,-68,-41,-23v-2,29,-4,76,18,76v16,0,23,-19,23,-53","w":160,"k":{"T":12,"v":3,"w":3,"y":3,"z":2,"x":5,"-":-7,"\u2013":-7,"\u2014":-7,"\"":7,"'":7,"\u2019":2,"\u201d":2,",":9,".":9,"\u2026":9}},"c":{"d":"110,-40r4,37v-55,17,-104,-12,-104,-83v0,-63,48,-108,107,-88r-6,37v-31,-11,-54,10,-54,49v0,39,23,62,53,48","w":116,"k":{"T":3,"a":-5,"f":-10,"t":-7,"v":-10,"w":-10,"y":-10,"u":-3,"\"":-9,"'":-9,"\u2018":-14,"\u201c":-14,"\u2019":-17,"\u201d":-17,",":-1,".":-1,"\u2026":-1}},"d":{"d":"97,-249r47,0r2,249r-41,0v-1,-6,0,-16,-3,-20v-6,12,-21,23,-37,23v-37,0,-55,-42,-55,-91v0,-61,27,-91,57,-91v16,-1,24,10,30,18r0,-88xm80,-36v24,0,16,-53,17,-83v-2,-11,-8,-20,-17,-20v-17,0,-23,24,-23,52v0,33,10,51,23,51","w":160,"k":{"v":-1,"w":-1,"y":-1,"\u2019":-3,"\u201d":-3,",":4,".":4,"\u2026":4}},"e":{"d":"139,-71r-83,0v-1,42,43,41,71,31r6,34v-61,23,-123,-3,-123,-79v0,-59,31,-94,71,-94v46,0,67,53,58,108xm56,-104r42,0v0,-23,-6,-41,-20,-41v-15,0,-22,23,-22,41","w":150,"k":{"T":12,"v":3,"w":3,"y":3,"z":2,"x":3,"-":-4,"\u2013":-4,"\u2014":-4,"\"":4,"'":4,"\u2019":2,"\u201d":2,",":4,".":4,"\u2026":4}},"f":{"d":"25,-176v-7,-53,36,-89,88,-72r-5,37v-23,-8,-40,8,-36,35r31,0r0,33r-31,0r0,143r-47,0r0,-143r-24,0r0,-33r24,0","w":102,"k":{"g":3,"c":3,"d":3,"e":3,"o":3,"q":3,"s":1,"t":-2,":":-8,";":-8,"-":4,"\u2013":4,"\u2014":4,")":-25,"]":-25,"}":-25,"\"":-15,"'":-15,"\u2018":-19,"\u201c":-19,"\u2019":-23,"\u201d":-23,",":15,".":15,"\u2026":15}},"g":{"d":"145,-20v0,84,-56,105,-123,84r9,-37v32,19,80,3,66,-46v-6,11,-18,18,-31,18v-40,0,-56,-43,-56,-85v0,-78,55,-121,93,-72r2,-18r42,0v-3,46,-2,105,-2,156xm80,-38v24,-1,17,-46,18,-74v-1,-13,-5,-27,-17,-27v-17,0,-24,23,-24,52v0,33,10,49,23,49","w":160,"k":{"T":10,"f":-3,",":5,".":5,"\u2026":5}},"h":{"d":"84,-139v-12,0,-20,14,-20,30r0,109r-47,0r0,-249r47,0r0,91v29,-40,84,-20,84,51r0,107r-47,0r0,-107v0,-17,-3,-32,-17,-32","w":164,"k":{"T":13,"v":4,"w":4,"y":4,"\"":2,"'":2,"\u2019":2,"\u201d":2}},"i":{"d":"64,0r-47,0r0,-176r47,0r0,176xm40,-248v14,0,24,9,24,25v0,15,-11,26,-25,26v-13,0,-24,-11,-24,-26v0,-16,12,-25,25,-25","w":80,"k":{"\u2019":-6,"\u201d":-6}},"j":{"d":"-14,35v26,-5,31,-15,31,-57r0,-154r47,0v-10,95,39,251,-74,248xm41,-248v13,0,24,9,24,25v0,15,-11,26,-25,26v-13,0,-23,-11,-23,-26v0,-16,11,-25,24,-25","w":80,"k":{"\u2019":-6,"\u201d":-6,",":4,".":4,"\u2026":4}},"k":{"d":"63,-249r1,150v10,-29,21,-50,32,-77r51,0r-43,74r45,102r-53,0r-25,-72v-12,14,-7,46,-8,72r-47,0r0,-249r47,0","w":148,"k":{"T":6,"a":-4,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"v":1,"w":1,"y":1,"i":2,"m":2,"n":2,"p":2,"r":2,"u":2,"-":5,"\u2013":5,"\u2014":5,"\u2019":-12,"\u201d":-12}},"l":{"d":"17,0r0,-249r47,0r0,249r-47,0","w":81,"k":{"v":-1,"w":-1,"y":-1,"\u2019":-3,"\u201d":-3,",":4,".":4,"\u2026":4}},"m":{"d":"83,-140v-11,0,-21,13,-20,29r0,111r-46,0r-2,-176r41,0v1,6,0,16,3,20v14,-28,71,-32,81,1v25,-42,88,-28,88,43r0,112r-47,0r0,-104v0,-20,-2,-36,-16,-36v-11,0,-19,12,-19,28r0,112r-47,0r0,-111v0,-13,-1,-29,-16,-29","w":244,"k":{"T":13,"v":4,"w":4,"y":4,"\"":2,"'":2,"\u2019":2,"\u201d":2}},"n":{"d":"84,-139v-13,0,-21,14,-20,32r0,107r-47,0r-2,-176r41,0v1,6,0,16,3,20v28,-43,89,-23,89,43r0,113r-47,0r0,-110v0,-15,-3,-29,-17,-29","w":164,"k":{"T":13,"v":4,"w":4,"y":4,"\"":2,"'":2,"\u2019":2,"\u201d":2}},"o":{"d":"78,-179v41,0,67,35,67,90v0,73,-40,92,-67,92v-42,0,-68,-33,-68,-90v0,-63,33,-92,68,-92xm78,-143v-31,2,-28,111,1,110v26,-3,27,-107,-1,-110","w":155,"k":{"T":12,"v":3,"w":3,"y":3,"z":2,"x":5,"-":-7,"\u2013":-7,"\u2014":-7,"\"":7,"'":7,"\u2019":2,"\u201d":2,",":9,".":9,"\u2026":9}},"p":{"d":"16,69r-1,-245r41,0v1,6,0,16,3,20v7,-14,21,-23,37,-23v39,0,54,42,54,91v0,80,-49,113,-87,74r0,83r-47,0xm103,-88v0,-55,-40,-67,-40,-24v0,29,-5,75,18,76v17,0,22,-24,22,-52","w":160,"k":{"T":12,"v":3,"w":3,"y":3,"z":2,"x":5,"-":-7,"\u2013":-7,"\u2014":-7,"\"":7,"'":7,"\u2019":2,"\u201d":2,",":9,".":9,"\u2026":9}},"q":{"d":"10,-84v0,-77,55,-126,93,-73r2,-19r41,0r-1,245r-47,0r-1,-84v-38,44,-87,-2,-87,-69xm80,-36v23,-1,18,-47,18,-76v-1,-12,-8,-27,-18,-27v-15,0,-22,19,-22,51v0,32,8,52,22,52","w":160,"k":{"T":6,",":3,".":3,"\u2026":3}},"r":{"d":"104,-131v-54,-12,-38,79,-40,131r-48,0r-1,-176r41,0v2,8,0,20,3,26v11,-22,23,-32,45,-28r0,47","w":105,"k":{"T":3,"f":-10,"g":1,"c":1,"d":1,"e":1,"o":1,"q":1,"t":-6,"v":-8,"w":-8,"y":-8,"z":-2,"x":-6,":":-1,";":-1,"\u2018":-12,"\u201c":-12,"\u2019":-14,"\u201d":-14,",":16,".":16,"\u2026":16}},"s":{"d":"6,-8r9,-34v11,8,51,17,51,-7v0,-9,-6,-15,-21,-24v-29,-16,-35,-34,-35,-50v0,-46,54,-69,93,-48r-8,35v-11,-10,-43,-12,-42,7v0,8,2,13,20,22v59,29,41,113,-26,109v-15,0,-33,-4,-41,-10","w":116,"k":{"T":6,"\u2019":-4,"\u201d":-4,",":4,".":4,"\u2026":4}},"t":{"d":"103,-1v-43,9,-78,-1,-78,-58r0,-84r-21,0r0,-33r21,0r0,-31r47,-15r0,46r35,0r0,33r-35,0r0,81v1,27,12,26,30,24","w":111,"k":{"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,"v":-1,"w":-1,"y":-1,"\u2018":-11,"\u201c":-11,"\u2019":-9,"\u201d":-9,",":4,".":4,"\u2026":4}},"u":{"d":"63,-75v-7,46,36,48,35,11r0,-112r47,0r2,176r-41,0v-1,-6,0,-15,-3,-19v-30,40,-88,25,-88,-50r0,-107r48,0r0,101","w":162,"k":{"T":6,",":3,".":3,"\u2026":3}},"v":{"d":"2,-176r50,0r21,128v5,-45,14,-85,21,-128r46,0r-47,176r-43,0","w":142,"k":{"T":6,"a":4,"g":4,"c":5,"d":5,"e":5,"o":5,"q":5,"s":1,"v":-10,"w":-10,"y":-10,":":7,";":7,"\u2018":-6,"\u201c":-6,"\u2019":-11,"\u201d":-11,",":15,".":15,"\u2026":15}},"w":{"d":"2,-176r50,0r17,129r25,-129r36,0v10,42,13,91,26,129v3,-42,11,-87,16,-129r47,0r-45,176r-40,0v-8,-39,-19,-72,-23,-116v-6,43,-17,77,-26,116r-40,0","w":221,"k":{"T":6,"a":4,"g":4,"c":5,"d":5,"e":5,"o":5,"q":5,"s":1,"v":-10,"w":-10,"y":-10,":":7,";":7,"\u2018":-6,"\u201c":-6,"\u2019":-11,"\u201d":-11,",":15,".":15,"\u2026":15}},"x":{"d":"3,-176r51,0v7,20,11,43,20,61r19,-61r47,0r-40,86r41,90r-52,0v-8,-19,-12,-42,-21,-60r-19,60r-47,0r39,-87","w":142,"k":{"T":6,"g":3,"c":5,"d":5,"e":5,"o":5,"q":5,"s":2,"t":-1,"v":-8,"w":-8,"y":-8,"-":4,"\u2013":4,"\u2014":4,"\u2019":-13,"\u201d":-13}},"y":{"d":"11,37v18,-9,46,-25,39,-50r-48,-163r51,0r22,121r19,-121r46,0v-24,76,-32,169,-75,226v-14,18,-33,25,-40,27","w":140,"k":{"T":6,"a":4,"g":4,"c":5,"d":5,"e":5,"o":5,"q":5,"s":1,"v":-10,"w":-10,"y":-10,":":7,";":7,"\u2018":-6,"\u201c":-6,"\u2019":-11,"\u201d":-11,",":15,".":15,"\u2026":15}},"z":{"d":"6,0r0,-30r60,-108r-54,0r0,-38r106,0r0,32r-59,105r60,0r0,39r-113,0","w":126,"k":{"T":5,"c":3,"d":3,"e":3,"o":3,"q":3,"v":-4,"w":-4,"y":-4,"\u2019":-7,"\u201d":-7}},"{":{"d":"23,-12v-2,-30,22,-74,-19,-77r0,-29v42,-2,17,-47,19,-77v2,-37,24,-54,62,-52r0,29v-37,-4,-23,43,-22,70v0,23,-10,38,-28,44v33,8,28,52,25,90v-1,14,5,26,25,25r0,29v-36,1,-60,-10,-62,-52","w":92,"k":{"T":-4,"J":-9,"C":7,"G":7,"O":7,"Q":7,"V":-13,"W":-13,"X":-3,"Y":-21,"A":2,"j":-21,"c":1,"d":1,"e":1,"o":1,"q":1}},"|":{"d":"22,-270r35,0r0,360r-35,0r0,-360","w":78},"}":{"d":"8,-247v65,-7,58,52,58,109v0,10,4,20,23,20r0,29v-42,3,-17,47,-19,77v-3,42,-26,53,-62,52r0,-29v38,2,22,-43,22,-70v0,-24,10,-39,28,-45v-34,-9,-27,-52,-25,-89v1,-16,-7,-27,-25,-25r0,-29","w":92},"~":{"d":"150,-69v-22,7,-68,-34,-83,-33v-10,0,-16,7,-16,30r-30,0v0,-46,25,-61,48,-61v24,0,62,33,80,33v10,0,15,-9,15,-30r30,0v2,39,-14,61,-44,61","w":214},"'":{"d":"12,-246r38,0r-8,93r-23,0","w":61,"k":{"T":-6,"J":9,"C":3,"G":3,"O":3,"Q":3,"V":-6,"W":-6,"X":-6,"Y":-12,"A":17,"f":-6,"g":10,"c":10,"d":10,"e":10,"o":10,"q":10,"s":3,"t":-7,"x":-3,",":35,".":35,"\u2026":35}},"\u201c":{"d":"42,-156r-41,4v10,-32,26,-65,41,-91r24,-3v-10,30,-20,62,-24,90xm98,-156r-41,4v10,-32,26,-65,41,-91r24,-3v-10,30,-20,62,-24,90","w":121,"k":{"i":5,"T":-12,"J":12,"C":5,"G":5,"O":5,"Q":5,"V":-6,"W":-6,"X":-10,"Y":-13,"Z":-4,"A":13,"a":7,"f":-3,"g":17,"j":-3,"c":18,"d":18,"e":18,"o":18,"q":18,"s":10,"v":3,"w":3,"y":3,"z":4,"b":-3,"h":-3,"k":-3,"l":-3,"m":5,"n":5,"p":5,"r":5,"u":6,"\u2018":12,"\u201c":12,",":33,".":33,"\u2026":33}},"\u2013":{"d":"11,-110r158,0r0,33r-158,0r0,-33","w":180,"k":{"T":9,"J":2,"C":-6,"G":-6,"O":-6,"Q":-6,"V":1,"W":1,"X":1,"Y":6,"A":1,"g":-1,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6}},"\u201d":{"d":"24,-243r41,-3v-10,32,-26,64,-41,90r-24,4v10,-30,20,-63,24,-91xm80,-243r41,-3v-10,32,-26,64,-41,90r-24,4v10,-30,20,-63,24,-91","w":121,"k":{"i":18,"T":-9,"J":13,"C":9,"G":9,"O":9,"Q":9,"V":-9,"W":-9,"X":-7,"Y":-10,"A":19,"M":3,"a":15,"g":26,"c":31,"d":31,"e":31,"o":31,"q":31,"s":28,"t":4,"m":18,"n":18,"p":18,"r":18,"\u2019":12,"\u201d":12,",":57,".":57,"\u2026":57," ":15}},"\u2026":{"d":"87,-28v0,19,-10,31,-28,31v-14,0,-27,-12,-27,-31v0,-18,13,-32,28,-32v15,0,27,13,27,32xm180,3v-15,0,-27,-12,-27,-31v0,-18,12,-32,27,-32v15,0,28,13,28,32v0,19,-11,31,-28,31xm300,3v-15,0,-27,-12,-27,-31v0,-18,13,-32,28,-32v15,0,27,13,27,32v0,19,-11,31,-28,31","w":360,"k":{"\"":33,"'":33,"\u2018":22,"\u201c":22,"\u2019":35,"\u201d":35}},"`":{"d":"10,-248r41,0r25,50r-30,0","w":108},"\u2014":{"d":"11,-110r338,0r0,33r-338,0r0,-33","w":360,"k":{"T":9,"J":2,"C":-6,"G":-6,"O":-6,"Q":-6,"V":1,"W":1,"X":1,"Y":6,"A":1,"g":-1,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6}},"\u2122":{"d":"9,-243r68,0r0,24r-20,0r0,75r-28,0r0,-75r-20,0r0,-24xm189,-144r-25,0r-3,-82r-13,80r-25,0v-5,-26,-6,-56,-12,-80r-3,82r-24,0r5,-99r40,0v4,18,4,39,9,55v2,-22,5,-37,10,-55r37,0","w":194},"\u00d7":{"d":"14,-168r21,-21r72,73r73,-73r20,21r-72,73r72,73r-21,22r-72,-73r-72,73r-21,-22r72,-73","w":214},"\u00a0":{"w":57,"k":{"T":4,"V":4,"W":4,"Y":4,"\u2018":12,"\u201c":12}}}});
