/*
 * 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":100,"face":{"font-family":"Rothman","font-weight":500,"font-stretch":"normal","units-per-em":"540","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"432","descent":"-108","bbox":"2.07041 -481.626 137 49","underline-thickness":"11.88","underline-position":"-73.98","unicode-range":"U+0020-U+201D"},"glyphs":{" ":{"w":73},"\u00d7":{"w":0},"\u00fd":{"w":0},"!":{"d":"17,-457r20,0r-6,372r-9,0xm38,-35r0,30r-24,0r0,-30r24,0","w":59},"\"":{"d":"15,-479v15,2,9,9,18,29v9,21,11,31,7,50r-25,0v3,-10,-7,-30,6,-30v3,0,4,-1,5,-3v-5,-23,-6,-23,-11,-46xm56,-479v15,2,9,11,18,31v9,21,12,29,7,48r-25,0v3,-10,-7,-30,6,-30v3,0,4,-1,4,-3","w":96},"$":{"d":"15,-385v0,-26,8,-54,36,-53r0,-34r8,0r0,34v39,-3,40,33,38,74r-19,0v0,-27,8,-62,-18,-67r0,105v39,31,45,71,34,126v-2,13,-19,19,-34,22r0,56r-8,0r0,-55v-45,-2,-36,-47,-36,-89r19,0v3,29,-9,76,16,82r1,-119v-22,-18,-37,-46,-37,-82xm51,-429v-23,11,-18,76,0,90r0,-90xm61,-185v27,-8,18,-87,0,-104r0,104","w":112},"&":{"d":"4,-427v-2,-26,19,-38,45,-38v51,0,43,58,43,112v0,39,-6,58,-33,66v18,5,31,15,31,38r-3,170r4,2v11,-18,11,-17,23,-35v19,17,-22,38,-21,61v0,13,17,20,24,26v-1,5,-2,10,-2,17v-17,3,-27,-9,-35,-18v-14,7,-17,28,-40,27v-17,-1,-37,-11,-37,-30r1,-227v-4,-21,21,-22,30,-32v-50,-7,-25,-89,-30,-139xm42,-16v19,0,32,-22,24,-39r1,-204v-3,-13,-8,-24,-26,-21v-9,2,-15,11,-15,21r-1,231v0,11,6,11,17,12xm66,-377v0,-31,14,-98,-33,-75v-10,39,-4,98,-4,145v0,15,19,15,30,6v15,-14,7,-51,7,-76","w":136},"'":{"d":"15,-479v15,2,9,9,18,29v9,21,11,31,7,50r-25,0v3,-10,-7,-30,6,-30v3,0,4,-1,5,-3v-5,-23,-6,-23,-11,-46","w":48},",":{"d":"36,-32v7,31,-8,57,-17,81r-7,0v3,-14,12,-37,11,-50v-17,2,-12,-18,-11,-31r24,0","w":52},"-":{"d":"14,-254r68,0r0,21r-68,0r0,-21","w":96},".":{"d":"12,-33r28,0r0,33r-28,0r0,-33","w":52},"0":{"d":"49,1v-26,0,-44,-25,-44,-56r0,-382v-1,-27,20,-44,46,-43v25,0,43,17,43,43r0,381v1,31,-18,57,-45,57xm49,-14v16,-2,21,-21,21,-43r0,-380v0,-16,-9,-32,-21,-32v-12,0,-21,16,-20,32r0,382v0,20,5,38,20,41"},"1":{"d":"6,-465r47,-15r0,480r-22,0r0,-457r-25,5r0,-13","w":57},"2":{"d":"8,-454v0,-33,84,-37,84,-4r0,162v7,34,-63,156,-63,186r0,94r48,0r0,-80r19,0r0,96r-87,0v3,-65,-8,-116,16,-167v16,-35,47,-89,47,-128r0,-152v0,-15,-7,-22,-20,-22v-16,1,-27,5,-26,23r0,107r-18,0r0,-115","w":101},"3":{"d":"10,-447v-1,-24,22,-33,44,-33v21,0,39,9,39,33r0,161v1,8,-17,30,-24,29v11,1,24,20,23,33r0,198v0,33,-86,38,-86,0r0,-128r23,0r0,129v0,11,9,19,22,19v12,0,24,-9,24,-22r0,-196v0,-26,-25,-26,-51,-27r0,-11v21,-3,52,-3,52,-25r0,-160v0,-16,-8,-24,-23,-24v-16,0,-24,7,-24,23r0,108r-19,0r0,-107","w":102},"4":{"d":"83,-480r9,0r0,316r26,0r0,19r-26,0r0,145r-22,0r0,-144r-65,0xm70,-164r0,-225r-49,225r49,0","w":123},"5":{"d":"71,-303v6,-43,-46,-36,-65,-20r0,-157r77,0r0,12r-57,0r0,127v31,-10,66,-1,66,39r0,266v2,25,-24,36,-47,36v-24,0,-41,-7,-41,-34r0,-159r22,0r0,159v0,21,2,26,19,27v20,1,26,-8,26,-29r0,-267","w":98},"6":{"d":"5,-454v1,-21,22,-26,44,-26v28,0,44,3,44,26r0,111r-23,0r0,-111v1,-14,-8,-19,-20,-20v-10,-1,-21,10,-20,20r0,199v29,-22,66,-5,66,44r0,172v-1,25,-19,40,-47,39v-23,-1,-44,-10,-44,-37r0,-417xm30,-37v0,17,4,26,19,27v15,0,23,-10,23,-28r0,-173v0,-19,-6,-37,-21,-38v-14,2,-22,17,-21,37r0,175"},"7":{"d":"5,-480r91,0r-53,480r-25,0r58,-468r-55,0r0,46r-16,0r0,-58","w":99},"8":{"d":"7,-456v4,-34,88,-32,88,2r0,165v2,17,-17,33,-30,32v11,1,30,15,30,30r0,185v2,26,-23,42,-45,42v-24,-1,-43,-13,-43,-42r0,-184v-2,-15,22,-29,34,-30v-19,-1,-33,-13,-34,-31r0,-169xm53,-265v12,0,20,-8,20,-23r0,-167v0,-13,-9,-18,-21,-19v-12,0,-21,5,-21,18r0,168v0,13,9,23,22,23xm50,-10v14,1,24,-18,23,-32r0,-184v0,-13,-9,-20,-21,-20v-11,0,-21,8,-21,20r0,185v-1,13,8,30,19,31"},"9":{"d":"96,-26v0,20,-23,26,-44,26v-28,-1,-43,-3,-43,-26r0,-111r22,0r0,111v0,14,9,19,21,20v10,1,19,-9,19,-20r0,-199v-29,22,-66,4,-66,-44r0,-172v1,-25,19,-40,48,-39v22,1,43,11,43,37r0,417xm52,-470v-17,0,-23,9,-23,28r0,173v0,21,6,38,22,38v14,0,21,-18,20,-37r0,-175v1,-18,-4,-27,-19,-27"},":":{"d":"11,-274r28,0r0,34r-28,0r0,-34xm11,-33r28,0r0,33r-28,0r0,-33","w":55},";":{"d":"36,-32v7,31,-8,57,-17,81r-7,0v3,-14,12,-37,11,-50v-17,2,-12,-18,-11,-31r24,0xm11,-274r28,0r0,34r-28,0r0,-34","w":52},"?":{"d":"46,-475v-13,0,-21,10,-21,24r0,110r-18,0r0,-110v1,-38,79,-39,79,1r0,189v1,45,-44,115,-38,168r-10,0v-5,-53,32,-124,32,-168r0,-188v0,-16,-10,-26,-24,-26xm32,-44r21,0r0,26r-21,0r0,-26","w":96},"A":{"d":"8,-452v1,-39,90,-40,90,0r0,452r-22,0r0,-245r-45,0r0,245r-23,0r0,-452xm76,-449v-1,-24,-45,-27,-45,1r0,190r45,0r0,-191","w":106},"B":{"d":"93,-42v1,19,-5,42,-22,42r-63,0r0,-480v31,5,83,-16,83,23r0,164v1,22,-10,36,-27,38v19,5,29,14,29,37r0,176xm30,-264v14,0,35,2,37,-8r0,-189v-3,-11,-22,-8,-37,-9r0,206xm31,-13v15,0,38,1,38,-13r0,-206v0,-17,-20,-16,-38,-16r0,235","w":104},"C":{"d":"11,-457v1,-33,83,-31,83,0r0,118r-18,0r0,-118v-1,-24,-44,-19,-44,2r0,427v0,11,10,20,22,20v10,0,21,-10,21,-20r0,-124r19,0r0,123v1,19,-22,29,-41,29v-25,0,-42,-6,-42,-31r0,-426","w":103},"D":{"d":"93,-23v-1,30,-55,22,-86,24r0,-481v35,1,86,-5,86,25r0,432xm28,-9v24,-1,44,-1,43,-27r0,-417v-3,-19,-17,-20,-43,-21r0,465","w":102},"E":{"d":"67,-480r0,13r-39,0r0,203r39,0r0,12r-39,0r0,239r44,0r0,13r-66,0r0,-480r61,0","w":76},"F":{"d":"69,-480r0,15r-42,0r0,201r37,0r0,17r-37,0r0,247r-22,0r0,-480r64,0","w":72},"G":{"d":"6,-446v-1,-25,25,-34,46,-34v22,0,42,9,41,34r0,106r-20,0r0,-106v0,-16,-6,-24,-20,-24v-16,0,-26,10,-26,27r0,407v-2,12,14,31,24,31v13,0,26,-18,25,-32r0,-188r-30,0r0,-9r51,0r0,188v-1,25,-17,47,-45,47v-32,0,-45,-19,-46,-48r0,-399","w":102},"H":{"d":"5,-480r23,0r0,227r44,0r0,-227r20,0r0,480r-20,0r0,-247r-44,0r0,247r-24,0","w":102},"I":{"d":"10,-480r22,0r0,480r-22,0r0,-480","w":43},"J":{"d":"47,-5v14,0,26,-17,25,-35r0,-440r19,0r0,438v1,29,-20,43,-44,43v-22,0,-42,-13,-42,-39r0,-174r19,0r0,175v-1,17,10,32,23,32","w":97},"K":{"d":"5,-480r23,0r0,214r4,2r45,-216r15,0r-43,209r56,271r-23,0r-50,-251r-4,-2r0,253r-23,0r0,-480","w":109},"L":{"d":"5,-480r24,0r0,469r43,0r0,11r-67,0r0,-480","w":76},"M":{"d":"7,-480r18,0r45,336r42,-336r19,0r0,480r-23,0r0,-335r-35,272r-7,0r-36,-266r0,329r-23,0r0,-480","w":137},"N":{"d":"6,-480r17,0r53,317r0,-317r20,0r0,480r-21,0r0,-99r-47,-259r0,358r-22,0r0,-480"},"O":{"d":"5,-448v1,-23,21,-32,45,-32v25,0,43,5,42,31r0,401v1,33,-14,49,-42,49v-28,0,-45,-14,-45,-49r0,-400xm50,-10v15,0,20,-20,20,-38r0,-400v0,-17,-7,-26,-20,-26v-14,0,-21,8,-21,26r0,400v0,18,7,38,21,38"},"P":{"d":"95,-193v0,31,-32,32,-64,32r0,161r-23,0r0,-480v36,0,86,-7,87,28r0,259xm31,-173v26,-1,41,2,41,-23r0,-242v2,-28,-16,-27,-41,-27r0,292","w":101},"Q":{"d":"8,-443v-1,-28,16,-36,43,-36v26,0,40,10,40,36r0,410v4,5,28,25,18,37v-3,-2,-17,-20,-24,-18v-17,26,-77,16,-77,-20r0,-409xm64,-17v25,-19,-35,-31,-20,-55v13,10,12,10,26,20r0,-392v0,-18,-6,-27,-19,-27v-17,0,-21,10,-21,28r0,400v-1,20,16,39,34,26","w":116},"R":{"d":"69,-232v-2,-14,-26,-11,-42,-12r0,244r-22,0r0,-480v38,-2,85,-4,85,31r0,175v-1,21,-8,16,-28,23v14,5,30,4,30,19r0,231v-1,3,-17,2,-23,2r0,-233xm28,-257v23,0,41,-1,41,-22r0,-171v0,-18,-22,-18,-41,-18r0,211"},"S":{"d":"5,-454v1,-21,21,-25,44,-26v25,-1,42,4,42,25r0,115r-20,0r0,-114v0,-12,-10,-21,-22,-20v-41,3,-23,74,-23,114v0,62,66,122,66,178r0,150v0,21,-21,33,-43,33v-23,-1,-41,-9,-41,-34r0,-115r21,0r0,116v0,12,7,24,20,23v15,0,23,-7,23,-24r0,-150v0,-11,-77,-154,-67,-177r0,-94","w":97},"T":{"d":"6,-480r90,0r0,11r-32,0r0,469r-23,0r0,-469r-35,0r0,-11"},"U":{"d":"49,1v-27,-1,-43,-15,-43,-44r0,-437r22,0r0,437v0,22,3,37,21,37v19,0,22,-17,23,-38r0,-436r20,0r0,436v1,32,-14,45,-43,45","w":98},"V":{"d":"5,-480r23,0r26,368r34,-368r11,0r-47,480r-8,0","w":103},"W":{"d":"29,-480r9,304r36,-289r35,288r14,-303r14,0r-27,480r-7,0r-34,-320r-40,320r-8,0r-15,-480r23,0","w":143},"X":{"d":"6,-480r25,0r25,185r30,-185r11,0r-31,226r35,254r-22,0r-28,-202r-34,202r-13,0r38,-241","w":105},"Y":{"d":"5,-480r24,0r30,255r33,-255r12,0r-41,293r0,187r-23,0r0,-187","w":108},"Z":{"d":"16,-480r76,0r-64,470r61,0r0,10r-86,0r66,-470r-53,0r0,-10","w":96},"a":{"d":"8,-226v8,-21,82,-21,90,0r0,226r-22,0r0,-123r-45,0r0,123r-23,0r0,-226xm76,-225v-4,-12,-42,-13,-45,0r0,96r45,0r0,-96","w":106},"b":{"d":"93,-109v-6,38,18,109,-22,109r-63,0r0,-240r64,0v12,1,19,1,19,12v0,38,18,102,-27,100v18,6,28,2,29,19xm30,-132v12,0,31,1,37,-4r0,-95v-3,-7,-26,-3,-37,-4r0,103xm31,-6v16,-1,33,1,38,-7r0,-104v-2,-10,-22,-6,-38,-7r0,118","w":104},"c":{"d":"11,-228v8,-17,77,-18,83,0r0,59r-18,0r0,-59v-6,-11,-39,-12,-44,0r0,214v3,14,43,13,43,-1r0,-61r19,0r0,61v-6,21,-83,23,-83,-1r0,-212","w":103},"d":{"d":"93,-11v-7,15,-62,11,-86,12r0,-241v30,1,77,-5,86,12r0,217xm28,-5v18,-1,43,2,43,-13r0,-209v-2,-10,-29,-9,-43,-10r0,232","w":102},"e":{"d":"67,-240r0,7r-39,0r0,101r39,0r0,6r-39,0r0,120r44,0r0,6r-66,0r0,-240r61,0","w":76},"f":{"d":"69,-240r0,7r-42,0r0,101r37,0r0,8r-37,0r0,124r-22,0r0,-240r64,0","w":72},"g":{"d":"6,-223v-2,-15,35,-17,46,-17v19,0,41,2,41,17r0,52r-20,0v-3,-25,12,-67,-20,-64v-12,1,-25,2,-26,13r0,204v3,20,49,21,49,0r0,-95r-30,0r0,-5r51,0r0,95v-2,32,-91,34,-91,0r0,-200","w":102},"h":{"d":"5,-240r23,0r0,114r44,0r0,-114r20,0r0,240r-20,0r0,-124r-44,0r0,124r-24,0","w":102},"i":{"d":"10,-240r22,0r0,240r-22,0r0,-240","w":43},"j":{"d":"24,-18v2,22,48,19,48,-3r0,-219r19,0r0,219v-4,30,-80,30,-86,2r0,-87r19,0r0,88","w":97},"k":{"d":"5,-240r23,0r0,107r4,1r45,-108r15,0r-43,104r56,136r-23,0r-50,-125r-4,-1r0,126r-23,0r0,-240","w":109},"l":{"d":"5,-240r24,0r0,234r43,0r0,6r-67,0r0,-240","w":76},"m":{"d":"7,-240r18,0r45,168r42,-168r19,0r0,240r-23,0r0,-167r-35,135r-7,0r-36,-132r0,164r-23,0r0,-240","w":137},"n":{"d":"6,-240r17,0r53,158r0,-158r20,0r0,240r-21,0r0,-50r-47,-129r0,179r-22,0r0,-240"},"o":{"d":"5,-225v7,-20,81,-23,87,0r0,201v-1,35,-87,35,-87,0r0,-201xm50,-5v11,-1,20,-7,20,-19r0,-201v0,-8,-7,-12,-20,-12v-14,0,-21,4,-21,13r0,200v-1,10,10,20,21,19"},"p":{"d":"95,-97v-3,19,-40,15,-64,17r0,80r-23,0r0,-240v32,2,80,-8,87,14r0,129xm31,-87v23,-2,41,5,41,-11r0,-121v0,-16,-23,-14,-41,-14r0,146","w":101},"q":{"d":"8,-221v2,-26,83,-25,83,-1r0,205v2,3,28,11,18,19v-21,-19,-88,15,-101,-19r0,-204xm30,-22v-1,19,34,21,41,7v-11,-7,-32,-7,-27,-21v13,5,12,5,26,10r0,-196v0,-9,-6,-14,-19,-14v-14,0,-21,5,-21,14r0,200","w":116},"r":{"d":"69,-116v-5,-8,-26,-5,-42,-6r0,122r-22,0r0,-240v31,2,77,-6,85,15r0,88v0,12,-17,9,-28,12v15,3,27,-1,30,9r0,115r-23,2r0,-117xm28,-129v17,-1,38,2,41,-10r0,-86v-4,-10,-24,-9,-41,-9r0,105"},"s":{"d":"5,-227v7,-19,79,-19,86,-1r0,58r-20,0v-3,-27,12,-71,-22,-67v-33,-5,-21,32,-23,57v-8,17,70,77,66,89r0,75v-7,22,-84,25,-84,-1r0,-58r21,0v4,27,-13,71,20,71v43,0,15,-55,23,-87v2,-13,-75,-70,-67,-89r0,-47","w":97},"t":{"d":"6,-240r90,0r0,6r-32,0r0,234r-23,0r0,-234r-35,0r0,-6"},"u":{"d":"92,-22v-1,33,-86,31,-86,0r0,-218r22,0r0,218v0,14,5,18,21,18v16,0,23,-4,23,-18r0,-218r20,0r0,218","w":98},"v":{"d":"5,-240r23,0r26,184r34,-184r11,0r-47,240r-8,0","w":103},"w":{"d":"29,-240r9,152r36,-145r35,144r14,-151r14,0r-27,240r-7,0r-34,-160r-40,160r-8,0r-15,-240r23,0","w":143},"x":{"d":"6,-240r25,0r25,93r30,-93r11,0r-31,113r35,127r-22,0r-28,-102r-34,102r-13,0r38,-120","w":105},"y":{"d":"5,-240r24,0r30,128r33,-128r12,0r-41,147r0,93r-23,0r0,-93","w":108},"z":{"d":"16,-240r76,0r-64,235r61,0r0,5r-86,0r66,-235r-53,0r0,-5","w":96},"\u201c":{"d":"12,-400v-10,-21,14,-64,17,-77r8,-2v5,8,-20,49,-6,49v13,0,3,21,6,30r-25,0xm55,-400v-10,-21,14,-64,17,-77r8,-2v5,10,-25,53,0,50r0,29r-25,0","w":93},"\u201d":{"d":"15,-479v15,2,9,9,18,29v9,21,11,31,7,50r-25,0v3,-10,-7,-30,6,-30v3,0,4,-1,5,-3v-5,-23,-6,-23,-11,-46xm56,-479v15,2,9,11,18,31v9,21,12,29,7,48r-25,0v3,-10,-7,-30,6,-30v3,0,4,-1,4,-3","w":96},"\u2018":{"d":"12,-400v-10,-21,14,-64,17,-77r8,-2v5,8,-20,49,-6,49v13,0,3,21,6,30r-25,0","w":48},"\u2019":{"d":"15,-479v15,2,9,9,18,29v9,21,11,31,7,50r-25,0v3,-10,-7,-30,6,-30v3,0,4,-1,5,-3v-5,-23,-6,-23,-11,-46","w":48},"\u00a0":{"w":73}}});