/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.02
 */
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}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},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},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(){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 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(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(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(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 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,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(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}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.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,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){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(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(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(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[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(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());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 g=(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:'+(g?"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(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());Cufon.registerFont({"w":218,"face":{"font-family":"zwo","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 3 0 0 2 0 4","ascent":"270","descent":"-90","x-height":"4","bbox":"-9 -269.126 305 78.1955","underline-thickness":"14.4","underline-position":"-25.2","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":86},"!":{"d":"40,-32v11,0,18,7,18,18v0,11,-7,18,-18,18v-12,0,-19,-7,-19,-18v0,-11,7,-18,19,-18xm50,-82r-21,0r-2,-158r25,0","w":78},"\"":{"d":"41,-130r-19,0r-4,-110r26,0xm115,-130r-19,0r-3,-110r25,0","w":136},"#":{"d":"108,-146r-7,62r63,0r6,-62r-62,0xm190,-146r-6,62r46,0r0,19r-49,0r-6,65r-20,0r7,-65r-63,0r-7,65r-20,0r7,-65r-46,0r0,-19r48,0r7,-62r-46,0r0,-20r48,0r7,-64r20,0r-7,64r62,0r7,-64r20,0r-7,64r46,0r0,20r-48,0","w":261},"$":{"d":"136,-204v-31,-21,-102,-4,-79,44v20,42,90,34,90,100v0,32,-22,55,-48,61r0,31r-18,0r0,-28v-20,0,-39,-3,-51,-10r1,-23v33,23,112,8,89,-46v-19,-44,-91,-33,-89,-100v1,-33,21,-53,50,-58r0,-29r18,0r0,28v16,-1,28,4,39,7","w":176},"%":{"d":"70,-126v28,0,33,-23,32,-51v-1,-21,-10,-38,-31,-39v-28,0,-33,23,-32,51v1,21,9,39,31,39xm210,-14v28,0,33,-23,32,-52v-1,-22,-10,-38,-32,-39v-28,-1,-31,24,-31,52v1,21,9,39,31,39xm87,0r-24,0r130,-230r24,0xm211,-123v36,1,51,25,51,63v0,39,-15,64,-52,64v-37,0,-52,-26,-52,-63v0,-38,15,-64,53,-64xm71,-235v36,0,51,25,51,64v0,39,-15,64,-52,64v-37,0,-52,-27,-52,-64v0,-38,16,-64,53,-64","w":280},"&":{"d":"85,-139v16,-13,42,-19,42,-45v0,-18,-10,-31,-30,-31v-42,0,-37,56,-12,76xm41,-58v-2,54,72,50,97,21r-58,-76v-18,14,-38,26,-39,55xm189,-75v-5,15,-15,26,-23,39r29,36r-27,0r-18,-21v-33,38,-138,36,-132,-37v2,-36,27,-54,50,-70v-11,-17,-26,-29,-26,-53v0,-34,22,-51,55,-53v32,-1,54,18,52,49v-2,33,-29,45,-52,60r55,72v10,-12,20,-27,25,-43","w":205},"'":{"d":"41,-130r-19,0r-4,-110r26,0","w":61},"(":{"d":"61,-117v-2,75,24,125,57,165r-24,0v-32,-38,-58,-88,-58,-158v0,-71,26,-120,58,-159r24,0v-31,37,-56,84,-57,152","w":139},")":{"d":"46,-269v32,38,57,88,57,158v0,71,-25,121,-57,159r-24,0v32,-40,56,-89,56,-165v0,-69,-26,-114,-56,-152r24,0","w":139},"*":{"d":"99,-172r26,41r-13,9r-30,-37r-30,37r-13,-9r27,-41r-46,-18r5,-15r47,13r3,-48r15,0r2,48r47,-12r5,15","w":164},"+":{"d":"120,-106r0,84r-21,0r0,-84r-76,0r0,-19r76,0r0,-84r21,0r0,84r76,0r0,19r-76,0"},",":{"d":"23,45r-19,0r22,-83r25,0","w":70},"-":{"d":"18,-91r0,-20r93,0r0,20r-93,0","w":128},"\u00ad":{"d":"18,-91r0,-20r93,0r0,20r-93,0","w":128},".":{"d":"44,-35v10,0,19,10,19,20v0,9,-10,19,-19,19v-11,0,-20,-9,-20,-19v0,-11,9,-20,20,-20","w":79},"\/":{"d":"44,40r-21,0r102,-299r21,0","w":157},"0":{"d":"98,-17v50,0,54,-54,53,-106v-1,-46,-9,-91,-53,-91v-50,0,-54,55,-53,107v1,45,10,90,53,90xm99,-234v62,0,76,54,76,118v0,65,-15,120,-77,120v-62,0,-77,-54,-77,-119v0,-65,15,-119,78,-119","w":196},"1":{"d":"7,-203v32,-7,45,-28,84,-27r0,230r-23,0r0,-206v-18,9,-38,16,-59,23","w":140},"2":{"d":"21,-217v38,-32,124,-20,124,44v0,78,-99,79,-105,153r105,0r0,20r-129,0v-10,-99,95,-90,105,-171v7,-52,-75,-51,-99,-23","w":169},"3":{"d":"126,-66v0,-44,-37,-50,-82,-48r68,-96r-92,-1r0,-19r131,0r-69,98v40,1,66,21,68,63v4,69,-78,87,-132,62r1,-23v35,23,107,18,107,-36","w":174},"4":{"d":"140,-61r0,61r-23,0r0,-61r-100,0r0,-24r65,-145r24,0r-67,149r78,0r1,-53r22,0r0,53r40,0r0,20r-40,0","w":193},"5":{"d":"47,-140v61,-4,103,13,105,68v3,66,-73,91,-130,66r1,-23v38,24,104,13,104,-42v0,-53,-52,-50,-104,-49r2,-110r120,0r0,19r-97,1","w":174},"6":{"d":"98,-17v31,1,49,-22,49,-52v0,-29,-18,-51,-47,-51v-28,0,-50,14,-51,43v-1,35,15,59,49,60xm105,-140v44,0,66,27,66,69v0,47,-26,75,-73,75v-56,0,-74,-46,-74,-107v0,-92,50,-155,134,-123r-1,22v-16,-8,-24,-10,-44,-10v-51,0,-65,46,-66,102v12,-16,31,-28,58,-28","w":191},"7":{"d":"69,0r-26,0r81,-210r-110,-1r0,-19r143,0","w":170},"8":{"d":"49,-175v1,55,89,63,89,0v0,-27,-18,-38,-44,-39v-27,0,-45,13,-45,39xm92,-16v51,4,67,-63,24,-80v-8,-5,-19,-9,-26,-11v-20,8,-46,18,-46,48v0,29,21,41,48,43xm118,-118v21,10,49,24,48,58v0,45,-30,64,-75,64v-41,0,-71,-18,-71,-61v-1,-35,24,-51,48,-59v-22,-9,-44,-27,-44,-59v0,-40,29,-59,71,-59v39,1,65,19,66,57v1,33,-23,48,-43,59","w":186},"9":{"d":"91,-111v29,-1,52,-15,52,-43v0,-33,-17,-58,-50,-60v-33,-1,-49,22,-49,53v1,28,17,51,47,50xm93,-235v56,0,74,47,74,108v0,92,-49,153,-134,123r1,-22v17,7,24,9,43,9v52,0,66,-45,67,-101v-13,14,-30,27,-58,27v-44,-1,-66,-27,-66,-69v0,-46,26,-75,73,-75","w":191},":":{"d":"44,-184v9,0,19,10,19,19v0,11,-9,20,-19,20v-11,0,-20,-9,-20,-20v0,-10,10,-19,20,-19xm44,-35v10,0,19,10,19,20v0,9,-10,19,-19,19v-11,0,-20,-9,-20,-19v0,-11,9,-20,20,-20","w":79},";":{"d":"24,-165v0,-28,39,-22,39,0v0,11,-8,20,-19,20v-10,0,-21,-9,-20,-20xm27,45r-19,0r22,-83r26,0","w":74},"\u037e":{"d":"24,-165v0,-28,39,-22,39,0v0,11,-8,20,-19,20v-10,0,-21,-9,-20,-20xm27,45r-19,0r22,-83r26,0","w":74},"<":{"d":"17,-115r179,-98r0,22r-139,76r139,76r0,21"},"=":{"d":"23,-65r0,-19r173,0r0,19r-173,0xm23,-147r0,-19r173,0r0,19r-173,0"},">":{"d":"23,-18r0,-21r139,-77r-139,-75r0,-22r179,98"},"?":{"d":"69,-32v12,0,17,7,18,18v0,11,-7,18,-18,18v-11,0,-18,-7,-18,-18v0,-11,7,-18,18,-18xm27,-233v37,-22,110,-12,107,42v-3,50,-55,54,-53,109r-23,0v-8,-56,46,-62,51,-107v4,-39,-58,-38,-81,-21","w":155},"@":{"d":"94,-17v38,-1,43,-38,41,-81v-1,-28,-14,-50,-39,-50v-37,0,-42,35,-42,77v0,30,13,55,40,54xm125,-259v83,0,124,50,123,136v-1,71,-5,124,-63,127v-25,1,-37,-13,-42,-32v-10,17,-24,33,-53,32v-46,-1,-60,-38,-60,-85v0,-48,14,-85,62,-87v26,-1,34,13,45,25r1,-22r21,0r-1,106v0,26,6,42,27,42v47,0,39,-62,39,-114v0,-66,-34,-107,-99,-107v-34,0,-63,7,-84,19r-3,-20v22,-12,51,-20,87,-20","w":273},"A":{"d":"111,-215r-45,129r89,0xm184,0r-22,-64r-103,0r-22,64r-23,0r85,-240r24,0r86,240r-25,0","w":226,"k":{"y":7,"w":11,"v":11,"Y":22,"W":18,"V":25,"U":4,"T":18}},"B":{"d":"54,-136v46,2,89,-1,89,-44v0,-45,-46,-39,-89,-39r0,83xm54,-21v49,1,96,2,96,-47v0,-48,-47,-48,-96,-47r0,94xm125,-128v29,6,49,21,49,57v0,75,-69,74,-144,71r0,-240v64,0,137,-10,137,57v0,33,-18,46,-42,55","w":194},"C":{"d":"42,-101v-9,79,70,101,120,65r1,24v-15,10,-33,17,-58,16v-72,1,-89,-54,-88,-124v1,-70,19,-125,92,-124v23,0,37,5,52,12r-2,23v-53,-30,-127,-4,-117,70r0,38","w":174},"D":{"d":"54,-21v86,7,116,-24,116,-115v0,-71,-43,-89,-116,-83r0,198xm96,-240v77,-2,99,41,99,118v0,106,-58,130,-165,122r0,-240r66,0","w":216},"E":{"d":"30,0r0,-240r121,0r0,21r-97,0r0,83r89,0r0,22r-89,0r0,93r97,0r0,21r-121,0","w":172},"F":{"d":"54,-219r0,92r84,0r0,21r-84,0r0,106r-24,0r0,-240r115,0r0,21r-91,0","w":163,"k":{"o":4,"e":4,"a":7,"J":11,"A":11,".":18,",":18}},"G":{"d":"45,-100v0,72,60,99,114,70r0,-73r-46,0r0,-23r70,0r0,109v-19,13,-43,21,-76,21v-72,2,-86,-54,-86,-124v-1,-73,21,-124,96,-124v28,0,44,6,60,14r-1,23v-14,-7,-35,-15,-58,-15v-66,0,-73,52,-73,122","w":209},"H":{"d":"167,0r0,-114r-113,0r0,114r-24,0r0,-240r24,0r0,104r113,0r0,-104r23,0r0,240r-23,0","w":221},"I":{"d":"30,0r0,-240r24,0r0,240r-24,0","w":84},"J":{"d":"9,-21v32,11,59,0,59,-44r0,-175r23,0r0,183v3,49,-38,71,-84,57","w":120},"K":{"d":"157,0r-103,-118r0,118r-24,0r0,-240r24,0r0,111r94,-111r31,0r-100,116r110,124r-32,0","w":193,"k":{"y":11,"w":14,"v":14,"u":7,"s":7,"o":7,"e":7,"c":7,"a":7,"S":7,"Q":7,"O":7,"J":7,"G":4,"C":4}},"L":{"d":"30,0r0,-240r24,0r0,218r97,0r0,22r-121,0","w":164,"k":{"Y":14,"W":11,"V":14,"T":11}},"M":{"d":"225,0r-10,-210r-78,146r-78,-146r-10,210r-22,0r13,-240r26,0r71,131r71,-131r27,0r13,240r-23,0","w":274},"N":{"d":"167,0r-114,-200r1,200r-24,0r0,-240r25,0r114,200r-1,-200r24,0r0,240r-25,0","w":221},"O":{"d":"108,-18v61,0,67,-56,67,-121v0,-49,-18,-83,-66,-83v-62,0,-67,55,-67,121v0,49,18,83,66,83xm110,-244v74,0,90,51,89,124v0,72,-17,124,-92,124v-74,0,-89,-52,-90,-124v0,-73,19,-124,93,-124","w":216,"k":{"V":7}},"P":{"d":"54,-117v51,2,94,0,94,-52v0,-51,-43,-52,-94,-50r0,102xm30,-240v73,-2,143,-5,143,69v0,65,-49,80,-119,75r0,96r-24,0r0,-240","w":187,"k":{"o":4,"e":7,"c":7,"a":7,"J":18,"A":18,".":25,",":25}},"Q":{"d":"108,-18v61,0,67,-56,67,-121v0,-49,-18,-83,-66,-83v-62,0,-68,55,-68,121v0,49,19,83,67,83xm159,67v-47,9,-71,-22,-59,-63v-68,-2,-84,-54,-83,-124v0,-73,19,-124,93,-124v90,0,96,87,86,170v-5,43,-28,72,-74,77v-10,29,1,55,36,47","w":216},"R":{"d":"54,-124v51,3,96,-1,96,-48v0,-51,-46,-48,-96,-47r0,95xm175,-174v-1,36,-19,54,-51,62v10,2,17,10,21,20r40,92r-27,0v-23,-46,-20,-118,-104,-103r0,103r-24,0r0,-240v71,-1,149,-7,145,66","w":199},"S":{"d":"149,-209v-36,-23,-128,-14,-99,43v23,46,112,30,112,104v0,68,-91,79,-142,52r2,-24v36,29,140,17,111,-44v-22,-48,-111,-29,-111,-105v0,-61,82,-73,129,-50","w":180},"T":{"d":"101,-219r0,219r-23,0r0,-219r-69,0r0,-21r161,0r0,21r-69,0","w":178,"k":{"y":18,"w":18,"v":18,"u":14,"s":14,"r":14,"o":18,"e":18,"c":18,"a":18,"A":18,".":18,",":18}},"U":{"d":"110,-17v39,0,56,-22,56,-62r0,-161r23,0r0,161v1,58,-26,83,-80,83v-55,0,-79,-26,-79,-83r0,-161r24,0r0,161v0,40,18,62,56,62","w":219,"k":{"A":4,".":7,",":7}},"V":{"d":"116,0r-25,0r-81,-240r25,0r69,215r70,-215r24,0","w":207,"k":{"y":7,"u":11,"s":7,"r":11,"o":14,"e":14,"c":18,"a":14,"O":7,"A":25,".":25,",":25}},"W":{"d":"240,0r-28,0r-54,-216r-56,216r-28,0r-61,-240r23,0r53,216r55,-216r30,0r53,216r56,-216r22,0","w":317,"k":{"y":7,"u":11,"s":4,"r":7,"o":11,"e":11,"c":14,"a":11,"A":18,".":18,",":18}},"X":{"d":"170,0r-67,-105r-67,105r-28,0r80,-124r-76,-116r29,0r63,98r62,-98r29,0r-76,117r81,123r-30,0","w":207},"Y":{"d":"111,-85r0,85r-24,0r0,-85r-81,-155r27,0r67,135r65,-135r26,0","w":198,"k":{"y":7,"u":7,"r":7,"o":7,"e":7,"c":11,"a":7,"A":22,".":25,",":25}},"Z":{"d":"44,-21r122,0r0,21r-161,0r126,-219r-112,0r0,-21r150,0","w":181},"[":{"d":"50,48r0,-317r61,0r0,22r-37,0r0,274r37,0r0,21r-61,0","w":147},"\\":{"d":"120,40r-102,-299r22,0r101,299r-21,0","w":164},"]":{"d":"36,48r0,-21r38,0r0,-274r-38,0r0,-22r61,0r0,317r-61,0","w":147},"^":{"d":"188,-56r-76,-139r-76,139r-22,0r98,-178r97,178r-21,0"},"_":{"d":"0,38r0,-20r196,0r0,20r-196,0","w":195},"`":{"d":"70,-201r-30,-54r24,0r25,54r-19,0","w":129},"a":{"d":"92,-17v44,-2,53,-41,49,-90v-2,-31,-18,-56,-48,-56v-44,0,-50,39,-50,86v0,34,17,61,49,60xm89,-184v28,0,44,13,53,31r1,-27r22,0r0,180r-22,0v-1,-9,1,-21,-2,-28v-11,19,-26,32,-55,32v-51,-1,-67,-41,-67,-93v0,-54,18,-94,70,-95","w":192,"k":{"y":18,"w":14,"v":18,"u":4}},"b":{"d":"104,-17v44,0,49,-39,49,-86v0,-34,-17,-61,-49,-60v-43,2,-53,40,-50,90v2,32,20,56,50,56xm111,-184v52,1,66,41,66,93v0,52,-17,94,-70,95v-28,0,-45,-13,-54,-31r-2,27r-21,0r1,-254r23,0r0,100v12,-17,28,-30,57,-30","w":194},"c":{"d":"42,-102v-13,69,40,103,88,74r1,20v-13,7,-24,13,-46,12v-53,0,-67,-40,-67,-94v0,-55,17,-93,70,-94v17,-1,32,6,42,11r-1,21v-38,-24,-93,-5,-87,50","w":148},"d":{"d":"91,-17v44,-2,54,-40,51,-90v-2,-31,-19,-56,-49,-56v-44,0,-50,39,-50,86v0,33,16,60,48,60xm89,-184v27,0,42,13,53,29r0,-99r23,0r1,254r-22,0v-2,-8,0,-20,-3,-27v-10,19,-27,30,-55,31v-52,0,-67,-41,-67,-93v0,-53,17,-94,70,-95","w":194},"e":{"d":"135,-104v13,-68,-76,-80,-90,-22v-2,7,-3,15,-3,22r93,0xm42,-85v-12,70,65,82,106,54r2,21v-13,10,-34,14,-57,14v-57,0,-76,-37,-75,-94v0,-55,21,-93,75,-94v54,0,68,40,65,99r-116,0","w":175},"f":{"d":"114,-236v-37,-10,-50,16,-45,56r51,0r0,20r-51,0r0,160r-23,0r0,-160r-43,0r0,-20r43,0v-6,-53,16,-88,70,-76","w":122,"k":{"t":11,"j":7,"a":11}},"g":{"d":"91,-21v42,-2,55,-37,51,-87v-2,-32,-20,-55,-50,-55v-43,0,-49,38,-49,83v0,33,17,60,48,59xm89,-184v28,0,43,14,54,30r1,-26r22,0r-1,177v7,75,-80,99,-134,68r2,-23v38,27,119,21,109,-45v-1,-8,2,-21,-1,-27v-11,17,-27,30,-56,30v-52,0,-65,-40,-66,-91v0,-53,18,-92,70,-93","w":192},"h":{"d":"108,-184v85,-4,50,110,57,184r-23,0v-8,-60,26,-163,-39,-163v-29,0,-52,19,-52,47r0,116r-23,0r0,-254r23,0r0,100v12,-16,30,-28,57,-30","w":192},"i":{"d":"42,-250v10,0,18,7,18,17v0,11,-7,18,-18,18v-10,0,-17,-8,-17,-18v0,-10,7,-17,17,-17xm31,0r0,-180r23,0r0,180r-23,0","w":83},"j":{"d":"46,-250v10,0,17,7,17,17v0,10,-7,18,-17,18v-11,0,-18,-7,-18,-18v0,-10,8,-17,18,-17xm-7,56v26,7,42,-6,42,-33r0,-203r22,0r0,203v2,42,-24,62,-66,53","w":87},"k":{"d":"142,0r-91,-94r0,94r-23,0r0,-254r23,0r0,154r76,-80r31,0r-80,82r97,98r-33,0","w":175,"k":{"a":4}},"l":{"d":"30,0r0,-254r23,0r0,254r-23,0","w":81,"k":{"y":7,"w":7,"v":11,"t":7}},"m":{"d":"211,-184v82,-3,46,112,54,184r-22,0r0,-117v-1,-26,-9,-46,-37,-46v-67,2,-44,97,-48,163r-23,0r0,-117v1,-28,-8,-46,-36,-46v-67,2,-44,97,-48,163r-23,0r0,-180r23,0r0,27v15,-36,94,-45,103,2v13,-15,29,-32,57,-33","w":292},"n":{"d":"109,-184v85,-4,50,110,57,184r-23,0v-8,-60,26,-163,-40,-163v-28,0,-51,19,-51,47r0,116r-23,0r0,-180r22,0v1,8,-2,21,1,27v12,-17,30,-29,57,-31","w":193},"o":{"d":"93,-16v42,-1,51,-39,51,-87v0,-35,-16,-61,-50,-61v-42,0,-51,39,-51,87v0,35,16,61,50,61xm94,-184v55,0,74,38,74,93v0,56,-20,94,-75,95v-56,0,-74,-37,-74,-93v1,-56,19,-95,75,-95","w":186,"k":{"v":7}},"p":{"d":"99,-17v44,0,50,-37,50,-86v0,-33,-17,-61,-48,-60v-43,2,-55,40,-51,90v3,30,19,56,49,56xm49,-152v42,-62,134,-24,124,61v-7,53,-17,94,-70,95v-27,0,-42,-13,-53,-29r0,99r-23,0r0,-254r22,0r0,28","w":191,"k":{"j":11,"a":14}},"q":{"d":"91,-17v44,-2,54,-40,51,-90v-2,-32,-20,-56,-50,-56v-44,0,-49,39,-49,86v0,33,16,60,48,60xm89,-184v28,0,43,14,54,31r1,-27r22,0r-1,254r-23,0r-1,-100v-12,17,-27,30,-56,30v-52,0,-65,-41,-66,-93v0,-53,17,-94,70,-95","w":193},"r":{"d":"50,-150v13,-19,28,-37,63,-34r-2,23v-78,-10,-58,89,-60,161r-23,0r0,-180r22,0r0,30","w":122},"s":{"d":"124,-151v-21,-17,-80,-23,-80,12v0,50,90,27,90,90v0,56,-74,65,-115,40r2,-21v30,31,124,4,79,-38v-25,-24,-78,-20,-80,-69v-2,-51,73,-57,105,-35","w":152},"t":{"d":"69,-41v-3,29,29,30,49,19r2,19v-31,15,-74,7,-74,-37r0,-120r-43,0r0,-20r43,0r1,-47r23,-3r-1,50r51,0r0,20r-51,0r0,119","w":132,"k":{"a":14}},"u":{"d":"99,-17v72,0,38,-100,46,-163r22,0v-3,82,22,184,-69,184v-91,0,-66,-102,-69,-184r23,0v7,64,-25,163,47,163","w":196,"k":{"a":4}},"v":{"d":"102,0r-26,0r-65,-180r24,0r55,159r55,-159r22,0","w":178,"k":{"o":7,"a":18}},"w":{"d":"200,0r-25,0r-45,-156r-44,156r-26,0r-49,-180r24,0r39,156r43,-156r28,0r43,156r39,-156r22,0","w":261,"k":{"a":14}},"x":{"d":"138,0r-52,-76r-52,76r-28,0r66,-94r-61,-86r28,0r47,70r48,-70r27,0r-61,87r66,93r-28,0","w":172},"y":{"d":"173,-180r-82,212v-9,22,-10,22,-19,42r-26,0r34,-74r-71,-180r26,0r57,156r57,-156r24,0","w":181,"k":{"a":18}},"z":{"d":"50,-20r99,0r0,20r-136,0r101,-160r-89,0r0,-20r126,0","w":167},"{":{"d":"49,-111v63,14,-7,142,63,139v-1,6,3,17,-2,20v-58,3,-52,-55,-52,-111v0,-22,-14,-34,-33,-37r0,-20v73,-8,-17,-154,87,-149v-1,6,3,18,-2,21v-68,-3,3,126,-61,137","w":144},"|":{"d":"43,74r0,-328r21,0r0,328r-21,0","w":106},"}":{"d":"89,-203v-3,39,-5,81,31,83r0,20v-73,7,17,154,-88,148v1,-6,-3,-17,2,-20v67,3,-2,-128,62,-139v-36,-6,-32,-56,-30,-99v0,-26,-7,-40,-34,-38r0,-21v41,0,60,22,57,66","w":144},"~":{"d":"24,-119v44,-44,127,31,170,-13r1,20v-11,9,-25,17,-44,17v-44,0,-92,-38,-126,-3"},"\u00a0":{"w":86}}});
