/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2007 by Jan Filipek. All rights reserved.
 * 
 * Trademark:
 * Dezen is a trademark of Jan Filipek.
 * 
 * Full name:
 * DezenProRegular
 * 
 * Description:
 * Copyright (c) 2007 by Jan Filipek. All rights reserved.
 * 
 * Manufacturer:
 * Jan Filipek
 * 
 * Designer:
 * Jan Filipek
 * 
 * Vendor URL:
 * www.dizajndesign.sk
 * 
 * License information:
 * www.dizajndesign.sk
 */
Cufon.registerFont({"w":174,"face":{"font-family":"Dezen Pro Regular","font-weight":400,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 1 0 6 4 0 0 0 0 3","ascent":"270","descent":"-90","x-height":"3","bbox":"-22 -303 260 74","underline-thickness":"18","underline-position":"-18","stemh":"68","stemv":"74","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":69},"A":{"d":"144,0r-18,-67r-78,0r-19,67r-31,0r71,-253r38,0r69,253r-32,0xm87,-216r-32,121r63,0"},"B":{"d":"19,0r0,-253r83,0v64,-5,88,94,37,125v58,22,40,128,-29,128r-91,0xm50,-140v45,2,85,3,85,-48v0,-39,-44,-40,-85,-37r0,85xm50,-28v47,1,91,6,91,-48v0,-40,-48,-39,-91,-37r0,85","w":187},"C":{"d":"142,-96r31,0v6,64,-23,100,-87,100v-39,0,-72,-32,-72,-72r0,-117v2,-45,37,-76,88,-72v50,3,78,42,71,100r-31,0v4,-43,-10,-73,-53,-71v-63,3,-43,97,-43,159v0,27,22,45,53,43v34,-2,48,-30,43,-70","w":186},"D":{"d":"177,-72v0,40,-32,72,-72,72r-86,0r0,-253r86,0v40,0,72,32,72,72r0,109xm51,-225r0,197v47,3,96,2,94,-44v-2,-60,19,-150,-42,-153r-52,0","w":191},"E":{"d":"19,0r0,-253r126,0r0,28r-94,0r0,84r90,0r0,29r-90,0r0,84r94,0r0,28r-126,0","w":156},"F":{"d":"19,0r0,-253r124,0r0,28r-92,0r0,85r87,0r0,28r-87,0r0,112r-32,0","w":146},"G":{"d":"175,-167r-31,0v4,-39,-16,-63,-55,-61v-63,4,-43,98,-43,160v0,28,23,45,56,43v34,-2,48,-32,43,-73r-45,0r0,-28r76,0r0,58v-1,46,-37,72,-90,72v-39,0,-72,-32,-72,-72r0,-117v2,-45,37,-76,89,-72v46,3,78,37,72,90","w":189},"H":{"d":"19,0r0,-253r32,0r0,112r96,0r0,-112r31,0r0,253r-31,0r0,-112r-96,0r0,112r-32,0","w":198},"I":{"d":"19,0r0,-253r32,0r0,253r-32,0","w":70},"J":{"d":"-3,0r0,-28v34,4,53,-16,53,-44r0,-181r32,0r0,187v-1,44,-33,72,-85,66","w":99},"K":{"d":"19,0r0,-253r32,0r0,112r36,0r55,-112r33,0r-59,124r68,129r-36,0r-61,-112r-36,0r0,112r-32,0","w":178},"L":{"d":"19,0r0,-253r32,0r0,225r92,0r0,28r-124,0","w":139},"M":{"d":"19,0r0,-253r34,0r59,132r59,-132r31,0r0,253r-30,0r0,-191r-57,128r-7,0r-58,-128r0,191r-31,0","w":221},"N":{"d":"19,0r0,-253r30,0r99,182r0,-182r30,0r0,253r-24,0r-104,-190r0,190r-31,0","w":197},"O":{"d":"14,-185v1,-45,36,-72,88,-72v39,0,71,32,71,72r0,117v-2,45,-36,72,-87,72v-40,0,-72,-32,-72,-72r0,-117xm99,-228v-79,0,-53,94,-53,159v0,27,22,45,53,43v63,-4,42,-97,42,-158v0,-24,-19,-44,-42,-44","w":187},"P":{"d":"19,0r0,-253r79,0v45,1,73,36,70,87v-3,57,-51,78,-117,70r0,96r-32,0xm51,-124v52,5,90,-4,85,-60v-3,-40,-41,-45,-85,-41r0,101","w":168},"Q":{"d":"78,51r0,-48v-36,-4,-64,-34,-64,-71r0,-117v1,-45,36,-72,88,-72v39,0,71,32,71,72r0,117v0,37,-28,67,-63,71r0,48r-32,0xm99,-228v-79,0,-53,94,-53,159v0,27,22,45,53,43v63,-4,42,-97,42,-158v0,-24,-19,-44,-42,-44","w":187},"R":{"d":"146,0r-49,-101r-46,0r0,101r-32,0r0,-253r80,0v74,-4,96,115,30,145r53,108r-36,0xm51,-129v50,4,85,-1,85,-56v0,-40,-42,-43,-85,-40r0,96","w":183},"S":{"d":"102,4v-62,0,-94,-26,-90,-85r31,0v-4,38,15,59,55,56v26,-2,39,-20,39,-48v0,-24,-16,-40,-51,-40v-50,0,-75,-33,-72,-79v2,-43,36,-69,86,-65v43,3,70,36,65,86r-30,0v3,-37,-13,-60,-51,-57v-24,2,-38,18,-38,45v0,24,17,42,52,42v52,0,71,30,71,76v0,38,-27,69,-67,69","w":180},"T":{"d":"59,0r0,-225r-63,0r0,-28r158,0r0,28r-63,0r0,225r-32,0","w":150},"U":{"d":"143,-253r32,0r0,186v-1,44,-36,71,-87,71v-39,0,-70,-32,-70,-71r0,-186r31,0r0,185v1,27,21,42,53,42v23,0,41,-19,41,-42r0,-185","w":192},"V":{"d":"66,0r-66,-253r31,0r55,209r54,-209r31,0r-67,253r-38,0","w":170},"W":{"d":"56,0r-47,-253r31,0r37,208r42,-208r33,0r39,208r39,-208r30,0r-49,253r-39,0r-38,-192r-40,192r-38,0","w":268},"X":{"d":"0,0r63,-126r-63,-127r32,0r50,100r50,-100r33,0r-64,126r64,127r-33,0r-50,-100r-50,100r-32,0","w":164},"Y":{"d":"65,0r0,-102r-67,-151r32,0r51,117r52,-117r31,0r-67,151r0,102r-32,0","w":162},"Z":{"d":"4,0r0,-24r104,-201r-99,0r0,-28r138,0r0,20r-107,205r107,0r0,28r-143,0","w":150},"a":{"d":"170,-26r0,26v-23,1,-44,-1,-49,-16v-28,29,-112,29,-112,-28v0,-54,55,-50,108,-48v2,-36,1,-70,-40,-66v-24,2,-33,19,-31,42r-29,0v-4,-48,25,-69,77,-69v66,0,54,77,54,141v0,16,7,19,22,18xm41,-44v1,21,18,22,39,22v15,0,41,-13,37,-45v-30,2,-77,-10,-76,23","w":167},"b":{"d":"19,0r0,-253r31,0r0,86v30,-37,111,-20,111,33r0,76v5,54,-71,81,-112,47r0,11r-30,0xm102,-158v-60,0,-52,51,-51,106v0,21,21,28,46,27v44,-2,31,-57,33,-99v0,-18,-9,-34,-28,-34"},"c":{"d":"125,-73r31,0v3,52,-26,79,-82,76v-59,-3,-64,-63,-60,-127v2,-42,33,-65,82,-61v39,3,65,31,60,76r-31,0v3,-33,-11,-52,-48,-49v-41,3,-31,54,-32,95v0,25,17,41,48,38v24,-2,34,-22,32,-48","w":168},"d":{"d":"155,-253r0,253r-30,0r0,-16v-31,38,-111,21,-111,-33r0,-75v-5,-53,68,-80,110,-49r0,-80r31,0xm45,-119v1,46,-11,100,42,94v45,-5,36,-61,36,-108v0,-21,-21,-25,-46,-25v-22,0,-32,19,-32,39"},"e":{"d":"123,-70r31,0v2,51,-27,73,-81,73v-59,0,-63,-64,-59,-128v2,-39,33,-63,80,-60v44,3,66,37,60,89r-110,0v-2,41,0,78,47,73v23,-2,34,-21,32,-47xm91,-159v-31,-2,-48,11,-47,39r80,0v1,-22,-11,-37,-33,-39","w":165},"f":{"d":"3,-156r0,-27r24,0v-5,-53,25,-77,82,-70r0,27v-35,-4,-57,5,-51,43r38,0r0,27r-38,0r0,156r-31,0r0,-156r-24,0","w":89},"g":{"d":"167,-156r-25,0v25,58,-17,119,-92,95v-5,17,1,35,19,33v51,-5,96,3,96,52v0,45,-54,50,-108,50v-62,0,-67,-71,-29,-93v-10,-13,-9,-41,-1,-56v-29,-34,-15,-113,40,-110v22,1,42,-2,56,8v11,-8,27,-6,44,-6r0,27xm88,-160v-33,0,-46,11,-44,45v2,25,18,33,44,31v23,-1,29,-19,29,-45v0,-18,-11,-31,-29,-31xm35,21v-6,29,36,26,65,26v44,0,44,-48,9,-48v-29,0,-76,-8,-74,22","w":167},"h":{"d":"126,-126v0,-21,-12,-33,-37,-31v-60,6,-32,98,-38,157r-32,0r0,-253r32,0r0,91v26,-43,107,-27,107,28r0,134r-32,0r0,-126","w":176},"i":{"d":"19,0r0,-183r32,0r0,183r-32,0xm19,-205r0,-30r32,0r0,30r-32,0","w":70},"j":{"d":"-22,71r0,-27v27,3,43,-5,43,-30r0,-197r31,0r0,204v-1,37,-30,56,-74,50xm21,-205r0,-30r31,0r0,30r-31,0","w":72},"k":{"d":"19,0r0,-253r32,0r0,148r29,0r39,-78r33,0r-45,90r51,93r-34,0r-44,-78r-29,0r0,78r-32,0","w":156},"l":{"d":"19,0r0,-253r32,0r0,253r-32,0","w":70},"m":{"d":"222,-126v0,-19,-11,-32,-34,-30v-60,5,-29,99,-36,156r-31,0r0,-126v0,-19,-12,-33,-35,-30v-59,5,-29,99,-36,156r-31,0r0,-183r31,0r0,20v21,-32,77,-30,95,0v31,-40,108,-27,108,26r0,137r-31,0r0,-126xm50,-154r0,3r0,-3","w":271},"n":{"d":"126,-126v0,-20,-11,-33,-35,-31v-64,6,-33,97,-40,157r-32,0r0,-183r32,0r0,21v27,-43,107,-26,107,28r0,134r-32,0r0,-126","w":176},"o":{"d":"14,-124v2,-42,34,-61,84,-61v34,0,60,27,60,61r0,65v-1,42,-34,65,-84,62v-59,-4,-64,-63,-60,-127xm45,-120v-1,51,-7,101,49,95v41,-4,32,-54,33,-95v0,-26,-18,-38,-49,-38v-21,0,-33,18,-33,38","w":171},"p":{"d":"19,71r0,-254r31,0r0,16v30,-37,111,-20,111,33r0,75v5,54,-70,82,-111,49r0,81r-31,0xm102,-158v-60,0,-52,52,-51,107v0,21,21,27,46,26v44,-2,31,-57,33,-99v0,-18,-9,-34,-28,-34"},"q":{"d":"155,-183r0,254r-30,0r0,-87v-31,38,-111,21,-111,-33r0,-76v-5,-53,70,-79,111,-47r0,-11r30,0xm45,-119v1,46,-11,100,42,94v45,-5,37,-60,37,-107v0,-22,-22,-26,-47,-26v-22,0,-32,19,-32,39"},"r":{"d":"19,0r0,-183r31,0r0,25v14,-22,32,-26,59,-25r0,29v-79,-10,-54,85,-58,154r-32,0","w":112},"s":{"d":"96,3v-54,0,-91,-15,-85,-64r31,0v-4,28,15,39,47,37v21,-1,31,-10,31,-27v0,-19,-16,-27,-42,-27v-42,0,-63,-20,-63,-56v0,-35,33,-55,78,-51v38,3,60,24,56,62r-31,0v3,-26,-12,-38,-42,-36v-21,1,-30,10,-30,27v0,17,16,26,43,26v41,0,63,20,63,58v0,28,-25,51,-56,51","w":162},"t":{"d":"3,-156r0,-27r23,0r0,-31r31,0r0,31r82,0r0,27r-82,0r0,106v0,16,10,28,30,26v24,-2,26,-18,25,-40r29,0v4,46,-19,70,-68,67v-67,-4,-43,-95,-47,-159r-23,0","w":145},"u":{"d":"50,-57v0,21,12,33,37,31v61,-6,31,-98,38,-157r31,0r0,183r-30,0r0,-21v-26,44,-108,27,-108,-25r0,-137r32,0r0,126","w":176},"v":{"d":"98,0r-45,0r-53,-183r32,0r43,152r44,-152r31,0","w":150},"w":{"d":"86,0r-38,0r-41,-183r30,0r32,142r33,-142r32,0r36,142r31,-142r30,0r-41,183r-38,0r-34,-130","w":235},"x":{"d":"35,-183r37,66r37,-66r35,0r-53,91r54,92r-35,0r-38,-68r-39,68r-34,0r54,-93r-53,-90r35,0","w":143},"y":{"d":"6,71r0,-27v29,1,48,1,54,-25r7,-19r-14,0r-53,-183r32,0r43,152r44,-152r31,0r-52,183v-13,44,-30,82,-92,71","w":150},"z":{"d":"9,-154r0,-29r128,0r0,20r-89,135r90,0r0,28r-130,0r0,-22r88,-132r-87,0","w":144},"0":{"d":"14,-185v2,-46,37,-72,90,-72v40,0,72,32,72,72r0,117v-1,46,-37,72,-90,72v-39,0,-72,-32,-72,-72r0,-117xm102,-228v-82,0,-56,93,-56,159v0,28,23,45,56,43v64,-4,42,-97,42,-158v0,-24,-18,-44,-42,-44","w":190},"1":{"d":"59,0r0,-220r-58,13r0,-28v30,-6,53,-19,90,-18r0,253r-32,0","w":110},"2":{"d":"9,0r0,-24r85,-104v17,-22,33,-35,31,-62v-1,-24,-19,-40,-46,-38v-31,2,-42,29,-38,65r-30,0v-5,-59,21,-97,81,-94v38,2,66,31,66,73v0,32,-21,52,-42,77r-64,76r108,0r0,31r-151,0","w":166},"3":{"d":"13,-179v-3,-52,27,-78,82,-78v67,0,93,102,31,129v73,29,40,146,-50,132v-40,-6,-70,-33,-66,-78r31,0v-3,34,17,53,53,50v24,-2,38,-21,38,-49v0,-34,-40,-44,-82,-40r0,-27v44,4,81,-6,79,-50v-1,-24,-20,-41,-48,-39v-25,2,-40,21,-37,50r-31,0","w":177},"4":{"d":"105,-253r34,0r0,171r31,0r0,28r-31,0r0,54r-30,0r0,-54r-108,0r0,-24xm35,-82r74,0r0,-122","w":170},"5":{"d":"103,4v-58,0,-89,-28,-86,-83r31,0v-3,35,14,57,51,54v26,-2,39,-22,39,-54v0,-53,-65,-43,-117,-43r0,-131r145,0r0,29r-115,0r0,73v73,-7,119,12,119,86v0,38,-29,69,-67,69","w":180},"6":{"d":"97,-228v-49,-3,-54,40,-51,88v57,-24,133,-3,125,74v-5,45,-35,70,-88,70v-39,0,-69,-31,-69,-70r0,-118v1,-45,34,-77,86,-73v43,3,72,35,68,83r-30,0v3,-31,-14,-52,-41,-54xm140,-67v0,-57,-55,-63,-94,-46v-3,49,-1,89,53,89v23,0,41,-20,41,-43","w":182},"7":{"d":"27,0r85,-223r-109,0r0,-30r146,0r0,22r-89,231r-33,0","w":149},"8":{"d":"48,-128v-60,-26,-37,-135,33,-129v85,-19,118,92,56,129v58,22,43,132,-29,132v-59,0,-98,-19,-96,-75v0,-23,14,-49,36,-57xm141,-64v2,-33,-15,-51,-54,-50v-62,1,-56,87,-3,90v34,2,56,-11,57,-40xm88,-141v66,0,65,-85,11,-88v-34,-2,-55,13,-53,47v0,19,11,41,42,41","w":184},"9":{"d":"86,-26v50,3,54,-41,51,-89v-57,24,-132,3,-125,-72v4,-45,35,-70,88,-70v39,0,68,31,68,70r0,118v-1,46,-33,77,-86,73v-43,-3,-71,-35,-67,-83r30,0v-3,31,14,51,41,53xm44,-186v0,56,54,59,93,45v3,-49,0,-88,-53,-88v-23,0,-40,20,-40,43","w":182},"$":{"d":"103,30r-25,0r0,-26v-42,-3,-71,-36,-66,-85r31,0v-4,38,15,59,55,56v26,-2,39,-20,39,-48v0,-24,-16,-40,-51,-40v-50,0,-72,-33,-72,-79v0,-36,29,-64,64,-65r0,-26r25,0r0,26v41,4,67,38,62,86r-30,0v3,-37,-13,-60,-51,-57v-24,2,-38,18,-38,45v0,24,17,42,52,42v52,0,71,30,71,76v0,38,-27,69,-66,69r0,26","w":180},"#":{"d":"97,0r8,-68r-51,0r-8,68r-28,0r9,-68r-19,0r0,-25r22,0r8,-68r-28,0r0,-25r31,0r9,-67r27,0r-8,67r51,0r8,-67r28,0r-9,67r19,0r0,25r-22,0r-8,68r28,0r0,25r-32,0r-8,68r-27,0xm66,-161r-9,68r51,0r9,-68r-51,0","w":173},"&":{"d":"148,-32v-39,55,-150,48,-145,-34v2,-32,26,-51,45,-65v-42,-46,-21,-132,55,-126v40,3,67,36,61,87r-29,0v3,-37,-8,-63,-44,-59v-21,2,-34,18,-34,42v0,40,64,86,90,114r40,-48r21,19r-41,48r40,39r-20,21xm128,-51r-61,-59v-18,11,-35,25,-34,50v2,50,72,43,95,9","w":203},"@":{"d":"166,-159r0,111v42,6,46,-34,44,-78v-3,-47,-39,-75,-95,-75v-44,0,-79,35,-79,79r0,62v-6,77,121,103,165,46r16,-20r19,15v-26,38,-61,56,-127,56v-54,0,-97,-43,-97,-97r0,-63v2,-62,52,-106,124,-101v68,5,97,58,97,140v0,31,-27,60,-77,60v-8,0,-13,-6,-14,-15v-18,28,-74,19,-74,-18v0,-51,0,-103,48,-102r50,0xm92,-106v1,29,-7,63,25,60v33,-3,24,-55,25,-90v-29,-3,-51,5,-50,30","w":245},"%":{"d":"25,0r139,-253r30,0r-139,253r-30,0xm211,-78v0,46,-3,83,-52,80v-37,-3,-43,-38,-40,-80v2,-27,21,-40,52,-40v22,0,40,17,40,40xm168,-95v-31,0,-25,29,-25,55v1,12,10,20,25,19v25,-1,20,-30,20,-55v0,-11,-9,-19,-20,-19xm100,-215v0,46,-3,80,-52,80v-38,0,-43,-38,-40,-80v2,-27,21,-40,52,-40v22,0,40,17,40,40xm57,-232v-32,0,-24,29,-25,55v0,12,10,21,25,20v24,-2,19,-32,19,-56v0,-11,-8,-19,-19,-19","w":218},"^":{"d":"-1,-152r41,-101r26,0r40,101r-28,0r-25,-66r-26,66r-28,0","w":105},"~":{"d":"1,-124v13,-24,44,-33,66,-12v12,11,21,-3,26,-10r19,15v-10,24,-42,34,-64,13v-12,-12,-22,3,-27,10","w":113},"|":{"d":"19,42r0,-337r32,0r0,337r-32,0","w":70},"_":{"d":"0,21r111,0r0,31r-111,0r0,-31","w":111},"+":{"d":"5,-113r0,-27r44,0r0,-44r27,0r0,44r45,0r0,27r-45,0r0,44r-27,0r0,-44r-44,0","w":126},"<":{"d":"9,-114r0,-25r108,-48r0,29r-75,32r75,32r0,28","w":126},"=":{"d":"5,-144r0,-26r116,0r0,26r-116,0xm5,-84r0,-26r116,0r0,26r-116,0","w":126},">":{"d":"117,-114r-108,48r0,-28r75,-32r-75,-32r0,-29r108,48r0,25","w":126},"-":{"d":"6,-78r0,-27r69,0r0,27r-69,0","w":81},"'":{"d":"40,-194r-27,0r0,-83r27,0r0,83","w":52},"\"":{"d":"40,-194r-27,0r0,-83r27,0r0,83xm83,-194r-26,0r0,-83r26,0r0,83","w":96},",":{"d":"44,49r-31,0r0,-95r31,0r0,95","w":57},".":{"d":"13,0r0,-36r31,0r0,36r-31,0","w":57},":":{"d":"13,-147r0,-36r31,0r0,36r-31,0xm13,0r0,-36r31,0r0,36r-31,0","w":57},";":{"d":"13,-147r0,-36r31,0r0,36r-31,0xm13,49r0,-95r31,0r0,95r-31,0","w":57},"?":{"d":"19,-69v-8,-59,53,-65,53,-119v-1,-30,-29,-41,-64,-37r0,-28v57,-6,95,14,95,68v0,50,-57,61,-53,116r-31,0xm19,0r0,-36r31,0r0,36r-31,0","w":108},"!":{"d":"19,-69r0,-184r32,0r0,184r-32,0xm19,0r0,-36r32,0r0,36r-32,0","w":70},"(":{"d":"70,53v-24,-25,-54,-49,-51,-96v5,-86,-20,-194,30,-238r21,-22r23,20v-20,23,-45,36,-42,82v4,71,-17,176,21,213r21,22","w":90},")":{"d":"42,-281v49,45,24,154,29,239v3,46,-27,72,-51,96r-22,-21v20,-23,44,-36,41,-82v-4,-71,17,-175,-21,-213r-20,-22r22,-19","w":90},"[":{"d":"51,13r38,0r0,29r-70,0r0,-337r70,0r0,29r-38,0r0,279","w":90},"]":{"d":"2,13r37,0r0,-279r-37,0r0,-29r69,0r0,337r-69,0r0,-29","w":90},"{":{"d":"57,-243v-4,40,13,98,-13,117v26,20,9,77,13,117v2,17,15,26,36,23r0,28v-39,4,-67,-10,-68,-43r0,-94v0,-14,-10,-19,-25,-17r0,-29v15,2,25,-3,25,-17v2,-66,-20,-152,68,-137r0,29v-21,-3,-34,6,-36,23","w":94},"}":{"d":"2,14v75,5,8,-102,48,-140v-24,-21,-8,-78,-12,-117v-2,-17,-15,-26,-36,-23r0,-29v39,-4,68,10,68,43r0,94v0,13,9,19,24,17r0,29v-15,-2,-24,4,-24,17v-2,66,20,151,-68,137r0,-28","w":94},"\/":{"d":"0,0r69,-253r33,0r-70,253r-32,0","w":101},"\\":{"d":"69,0r-69,-253r32,0r70,253r-33,0","w":101},"*":{"d":"2,-185r0,-25r34,0r-25,-34r21,-14r25,34r25,-34r22,14r-26,34r34,0r0,25r-32,0r24,33r-22,14r-25,-34r-25,34r-21,-14r24,-33r-33,0","w":114},"`":{"d":"74,-195r-57,-34r12,-20r57,34","w":108},"\u00a0":{"w":69}}}); 
