﻿/*
 * 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":616,"face":{"font-family":"Praxis Com","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 8 3 2 2 2 2 2 4","ascent":"720","descent":"-280","x-height":"9","bbox":"-21.251 -765.736 996.993 249.286","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":266},"!":{"d":"138,-680v54,0,141,-23,137,42r-29,453v0,43,-66,17,-102,24v-19,0,-21,-6,-23,-24r-29,-453v1,-32,12,-42,46,-42xm184,-121v54,0,90,19,90,69v0,47,-38,69,-90,68v-61,0,-91,-23,-91,-69v1,-47,39,-69,91,-68","w":367},"\"":{"d":"142,-725v47,-2,82,-3,78,55r-17,235v0,31,-51,18,-77,15v-3,-2,-4,-7,-5,-15r-17,-251v0,-29,10,-39,38,-39xm317,-725v47,-2,81,-3,77,55r-16,235v0,31,-51,18,-77,15v-3,-2,-4,-7,-5,-15r-17,-251v0,-29,10,-39,38,-39","w":500},"#":{"d":"315,-505v-2,10,-2,18,12,17v28,-1,61,4,85,-2v19,-52,27,-118,41,-175v6,-25,50,-15,77,-15v17,0,17,9,13,24r-34,159v0,6,4,9,13,9r121,0v31,4,3,54,-1,73v-37,14,-104,-2,-148,7v-3,1,-6,4,-7,9r-24,121v0,7,4,8,13,8r121,0v30,2,4,42,4,62v-3,11,-6,16,-21,16r-132,2v-3,1,-5,4,-6,9r-35,166v-5,26,-50,15,-77,15v-20,0,-15,-10,-12,-28r32,-156v0,-5,-4,-8,-13,-8r-77,0v-7,0,-11,4,-13,12v-14,57,-21,122,-40,175v-14,10,-49,5,-72,5v-19,0,-14,-10,-11,-28r31,-156v0,-5,-4,-8,-13,-8r-120,0v-31,-3,-3,-53,2,-73v37,-14,103,2,146,-7v3,-1,6,-4,7,-9r24,-121v0,-5,-4,-8,-13,-8r-120,0v-31,-4,-2,-54,2,-73v36,-15,104,3,146,-7v3,-2,6,-5,7,-10r35,-165v5,-26,50,-13,77,-15v16,-1,17,9,13,24xm394,-387v4,-12,5,-24,-11,-23r-77,0v-7,0,-11,4,-13,12r-25,120v0,5,4,8,13,8v28,-1,60,2,85,-2v15,-32,18,-78,28,-115","w":666},"$":{"d":"503,-527v-49,-17,-88,-47,-162,-47v-81,0,-111,46,-80,99v91,86,272,96,265,281v-4,116,-65,176,-170,195v-29,5,14,83,-31,83v-25,0,-63,9,-62,-19v-3,-19,9,-55,-10,-57v-61,-6,-134,-13,-167,-48v-5,-27,-1,-65,-2,-96v0,-9,3,-17,14,-16v49,19,94,45,170,45v84,0,121,-44,92,-106v-85,-92,-264,-107,-264,-290v0,-105,65,-159,155,-177v33,-7,-14,-84,32,-84v24,0,64,-10,63,18r0,48v0,6,3,9,8,9v64,1,131,15,161,47v5,28,1,67,2,98v0,9,-3,18,-14,17"},"%":{"d":"164,-689v97,0,153,57,153,151v0,93,-59,161,-155,161v-97,0,-153,-60,-153,-153v0,-96,57,-159,155,-159xm161,-453v43,0,60,-37,60,-82v0,-44,-15,-79,-58,-79v-43,0,-59,37,-59,83v0,43,16,78,57,78xm534,-698v13,15,56,24,33,56r-475,655v-21,26,-46,-8,-62,-17v-12,-7,-9,-20,0,-32r475,-656v7,-11,18,-13,29,-6xm438,-302v97,0,153,57,153,151v0,93,-59,160,-155,160v-97,0,-153,-60,-153,-153v0,-97,56,-158,155,-158xm435,-66v42,0,61,-38,61,-82v0,-44,-16,-80,-59,-80v-43,0,-58,37,-58,83v0,43,15,79,56,79","w":600},"&":{"d":"535,-216v21,-19,25,-63,24,-105v0,-13,6,-19,18,-19r95,0v30,0,19,39,15,64v-8,55,-32,104,-65,136v-7,6,0,13,7,19r93,88v13,12,16,33,-8,33r-151,0v-27,0,-37,-35,-59,-42v-56,27,-127,52,-218,51v-148,-2,-249,-55,-249,-197v0,-90,42,-135,116,-163v31,-12,7,-25,-3,-36v-36,-36,-60,-70,-60,-130v0,-115,70,-172,211,-172v125,0,204,54,207,163v2,88,-59,139,-126,160v-6,12,3,15,12,23r114,109v13,12,22,18,27,18xm324,-416v37,-14,62,-58,62,-108v0,-47,-27,-71,-79,-71v-81,0,-95,93,-39,132v19,14,32,39,56,47xm311,-89v48,0,96,-10,110,-31v0,-3,-2,-7,-7,-12r-168,-162v-5,-5,-9,-7,-13,-7v-34,12,-53,53,-53,101v0,76,48,111,131,111","w":734},"'":{"d":"105,-725v47,-2,81,-3,77,55r-16,235v0,31,-51,18,-77,15v-3,-2,-4,-7,-5,-15r-17,-251v0,-29,10,-39,38,-39","w":250},"(":{"d":"207,-239v0,183,32,327,84,441v-11,26,-52,28,-75,43v-37,8,-42,-27,-57,-54v-85,-153,-125,-462,-65,-678v25,-90,52,-173,93,-229v30,-26,64,15,91,21v8,4,13,5,13,15v-51,113,-84,259,-84,441","w":321},")":{"d":"114,-239v0,-183,-32,-327,-84,-441v11,-26,52,-28,75,-43v36,-5,37,19,57,54v85,153,124,462,64,678v-27,94,-48,166,-92,229v-33,25,-72,-18,-101,-27v-2,-2,-3,-5,-3,-9v51,-113,84,-259,84,-441","w":321},"*":{"d":"356,-597v0,16,4,35,-14,35v-25,0,-57,-4,-77,3v19,29,58,40,76,70v-4,18,-25,39,-42,24v-20,-17,-38,-35,-61,-48v-18,20,24,91,-39,81v-26,-4,-10,-50,-14,-75v-1,-9,-8,-6,-13,-2v-23,16,-40,39,-67,51v-13,-5,-37,-26,-21,-41v22,-21,50,-36,69,-60v-18,-8,-53,-3,-76,-3v-19,0,-15,-18,-15,-35v0,-9,5,-14,15,-14v24,-2,57,4,76,-3v-18,-25,-47,-39,-69,-60v-16,-16,11,-45,29,-38v23,17,42,38,68,52v18,-20,-24,-90,38,-81v32,5,4,59,19,81v29,-14,44,-43,75,-55v13,5,38,26,22,41v-23,20,-50,36,-70,59v16,10,53,4,77,4v9,0,14,5,14,14","w":413},"+":{"d":"356,-112v4,37,-33,31,-66,31v-23,0,-31,-8,-31,-31r0,-162v0,-9,-4,-14,-13,-14r-151,0v-34,2,-32,-30,-31,-62v0,-20,10,-30,31,-30r151,0v7,0,13,-8,13,-15r0,-160v-4,-37,32,-32,66,-32v23,0,31,9,31,32r0,160v0,10,5,15,14,15r150,0v34,-2,32,31,31,63v0,19,-10,29,-31,29r-150,0v-9,0,-14,5,-14,14r0,162"},",":{"d":"75,-10v-66,-29,-27,-125,52,-125v64,0,96,33,96,99v0,78,-44,141,-100,165v-21,-7,-52,-24,-60,-45v12,-25,68,-70,12,-94","w":266},"-":{"d":"219,-347v34,0,14,52,19,80v0,12,-5,18,-19,18r-172,0v-33,-1,-19,-52,-19,-81v0,-11,6,-17,19,-17r172,0","w":266},".":{"d":"133,-138v59,0,89,19,89,75v0,57,-30,72,-89,72v-59,0,-89,-15,-89,-72v0,-56,30,-75,89,-75","w":266},"\/":{"d":"307,-751v30,0,78,0,70,43r-165,932v-2,13,-9,19,-20,19v-27,0,-87,-1,-70,-43r166,-932v2,-13,8,-19,19,-19","w":500},"0":{"d":"307,-689v184,0,260,139,260,346v0,213,-71,352,-259,352v-186,0,-260,-136,-260,-346v0,-213,72,-352,259,-352xm307,-108v104,0,101,-117,101,-232v0,-115,5,-231,-100,-231v-106,0,-101,116,-101,231v0,99,2,184,55,222v12,8,28,10,45,10"},"1":{"d":"274,-532v-38,13,-78,35,-133,34v-9,0,-14,-5,-14,-16r0,-88v1,-28,26,-15,51,-22v46,-12,95,-31,127,-56v26,-20,80,-9,121,-9v12,0,18,6,18,19r0,652v0,12,-6,18,-18,18r-127,0v-12,0,-18,-6,-18,-18r0,-505v0,-6,-2,-9,-7,-9"},"2":{"d":"230,-148v-8,8,-4,18,10,18r291,0v13,0,20,6,20,19r0,93v0,12,-7,18,-20,18r-447,0v-29,2,-20,-33,-20,-58v0,-98,48,-141,104,-187v60,-50,143,-99,188,-159v13,-18,19,-41,19,-66v-1,-76,-33,-103,-113,-104v-70,-1,-115,28,-160,47v-11,0,-17,-6,-17,-17v0,-43,-17,-100,24,-114v48,-16,118,-31,187,-31v170,0,286,72,248,245v-35,156,-212,197,-314,296"},"3":{"d":"104,-662v156,-44,409,-47,409,137v0,81,-49,139,-114,157v-12,3,-12,12,0,13v88,12,141,62,144,158v7,215,-280,239,-458,178v-20,-7,-32,-12,-32,-34r0,-83v0,-11,5,-16,16,-16v46,19,90,48,164,46v89,-2,139,-24,139,-103v0,-74,-61,-90,-140,-89v-11,0,-17,-6,-17,-17r0,-81v0,-14,9,-18,23,-17v69,1,114,-24,114,-83v0,-55,-34,-78,-99,-78v-74,0,-117,29,-167,47v-10,0,-15,-6,-15,-17v0,-48,-17,-104,33,-118"},"4":{"d":"579,-157v1,27,-36,16,-60,18v-7,0,-11,4,-11,13r0,108v0,12,-6,18,-18,18r-111,0v-12,0,-18,-6,-18,-18r0,-108v0,-9,-4,-13,-12,-13r-302,0v-13,0,-19,-6,-19,-18v0,-47,-13,-108,10,-138r290,-381v6,-9,11,-13,25,-13r137,0v12,0,18,6,18,19r0,394v1,31,70,-10,71,30r0,89xm163,-280v-6,6,-5,16,5,16r183,0v7,0,10,-4,10,-12r0,-260v-4,-12,-11,-3,-17,4"},"5":{"d":"543,-227v5,218,-237,269,-439,211v-51,-15,-32,-66,-36,-118v0,-11,5,-16,16,-16v46,18,84,47,157,45v85,-2,136,-39,135,-126v0,-76,-37,-114,-110,-114v-49,0,-65,24,-98,35v-30,-5,-89,15,-89,-18r0,-334v0,-12,6,-18,18,-18r400,0v13,0,20,6,20,18r0,93v0,12,-7,18,-20,18r-285,0v-9,0,-13,5,-13,14r0,97v0,9,1,12,8,13v32,-9,63,-21,108,-21v148,0,225,75,228,221"},"6":{"d":"53,-317v0,-266,123,-410,380,-364v37,7,83,14,92,50r0,87v0,11,-3,17,-15,17v-46,-18,-87,-48,-158,-47v-110,2,-145,69,-146,184v0,7,2,10,7,10v35,-23,72,-46,140,-46v130,0,213,81,210,212v-3,145,-94,221,-243,223v-199,2,-267,-123,-267,-326xm314,-94v67,0,94,-46,95,-110v1,-69,-33,-109,-98,-109v-67,-1,-95,45,-95,109v0,65,31,110,98,110"},"7":{"d":"541,-662v2,83,-6,128,-39,191r-118,227v-31,58,-36,132,-35,226v0,12,-6,18,-19,18r-124,0v-23,2,-18,-24,-18,-45v-1,-227,132,-318,206,-469v6,-13,13,-37,-9,-37r-298,0v-13,0,-20,-6,-20,-18r0,-93v0,-12,7,-18,20,-18r435,0v13,0,19,6,19,18"},"8":{"d":"304,9v-142,-2,-251,-45,-251,-178v0,-96,49,-139,133,-166v14,-4,10,-11,-3,-17v-60,-29,-98,-84,-98,-164v0,-120,89,-173,226,-173v129,0,218,46,218,157v0,79,-39,129,-104,146v-12,3,-14,10,-3,15v76,37,142,77,140,188v-2,135,-108,194,-258,192xm333,-419v39,-12,71,-49,71,-99v0,-53,-31,-77,-87,-77v-90,0,-114,97,-55,138v19,12,44,33,71,38xm305,-89v79,0,128,-68,89,-129v-17,-27,-76,-57,-115,-71v-50,13,-79,49,-79,105v0,63,35,95,105,95"},"9":{"d":"563,-363v-1,219,-75,372,-296,372v-61,0,-138,-15,-171,-43v-12,-23,-2,-70,-5,-103v0,-11,5,-16,15,-16v48,18,87,48,161,48v104,0,144,-80,143,-186v-1,-14,-13,-9,-21,-2v-29,23,-68,40,-126,39v-133,-4,-210,-75,-210,-212v0,-147,94,-221,244,-223v200,-2,267,123,266,326xm302,-585v-68,0,-95,44,-95,109v0,66,29,109,98,109v67,0,95,-45,95,-109v0,-66,-30,-109,-98,-109"},":":{"d":"133,-138v59,0,89,19,89,75v0,57,-30,72,-89,72v-59,0,-89,-15,-89,-72v0,-56,30,-75,89,-75xm133,-527v59,0,89,19,89,75v0,57,-30,72,-89,72v-59,0,-89,-15,-89,-72v0,-56,30,-75,89,-75","w":266},";":{"d":"133,-527v59,0,88,17,89,75v0,56,-34,72,-91,72v-58,0,-88,-19,-88,-75v0,-55,34,-72,90,-72xm75,-10v-66,-29,-27,-125,52,-125v64,0,96,33,96,99v0,78,-44,141,-100,165v-21,-7,-52,-24,-60,-45v12,-25,68,-70,12,-94","w":266},"<":{"d":"83,-284v-32,-13,-26,-87,0,-99r423,-203v22,-11,45,-16,45,9v0,35,7,71,-21,83r-342,152v-11,5,-11,13,0,18r342,152v29,11,21,48,21,83v0,25,-24,20,-45,9"},"=":{"d":"95,-405v-34,2,-32,-30,-31,-62v0,-20,10,-30,31,-30r425,0v34,-2,32,31,31,63v0,19,-10,29,-31,29r-425,0xm95,-172v-34,2,-32,-30,-31,-62v0,-20,10,-30,31,-30r425,0v34,-2,32,31,31,63v0,19,-10,29,-31,29r-425,0"},">":{"d":"532,-382v32,14,26,86,0,99r-423,203v-13,6,-22,9,-27,9v-29,1,-18,-42,-18,-68v0,-15,7,-26,21,-33r342,-152v11,-5,11,-13,0,-18r-342,-152v-29,-11,-21,-48,-21,-83v0,-25,23,-20,45,-9"},"?":{"d":"233,-689v138,1,229,51,231,183v2,139,-113,186,-174,271v-13,18,9,69,-24,69r-90,0v-37,-7,-17,-94,-6,-125v27,-73,121,-107,121,-200v0,-56,-40,-83,-103,-83v-67,0,-103,30,-147,47v-10,0,-15,-6,-15,-17v0,-35,-8,-83,8,-106v47,-29,115,-40,199,-39xm222,-121v54,0,90,19,90,69v0,47,-38,69,-90,68v-61,0,-91,-23,-91,-69v1,-47,39,-69,91,-68","w":505},"@":{"d":"527,134v81,1,145,-17,201,-35v8,0,13,3,15,9v21,54,27,67,-26,82v-110,32,-293,38,-405,-2v-165,-59,-275,-184,-275,-400v0,-235,111,-391,279,-466v103,-46,257,-52,368,-12v143,52,243,164,243,353v0,222,-111,346,-339,346v-43,0,-73,7,-72,-26v0,-5,-3,-7,-8,-7v-41,13,-71,34,-133,34v-208,0,-153,-286,-84,-397v47,-74,100,-133,212,-133v36,-1,60,13,84,22v10,0,6,-17,20,-17r107,0v27,4,-2,46,-1,66r-72,313v-5,19,-7,34,-7,43v0,9,6,15,16,15v134,-6,174,-113,174,-257v0,-193,-111,-299,-305,-299v-254,0,-381,154,-381,406v0,243,142,360,389,362xm406,-273v-15,60,-49,191,32,191v33,0,46,-22,54,-55r58,-253v14,-48,-43,-53,-70,-30v-35,30,-60,92,-74,147","w":964},"A":{"d":"614,-28v5,15,5,28,-14,28r-128,0v-9,0,-14,-4,-16,-12r-52,-178v-3,-10,-6,-14,-19,-14r-197,2v-26,57,-40,128,-62,190v-3,8,-8,12,-17,12r-92,0v-19,0,-19,-13,-14,-28r207,-632v16,-52,105,-29,164,-29v27,0,35,8,42,29xm357,-306v15,0,12,-11,8,-21r-62,-212v-4,-14,-13,-13,-16,1r-68,225v0,5,3,7,10,7r128,0","w":617,"k":{"Y":36,"V":-12,"T":36,"?":24,"\/":-12,".":-36,",":-36}},"B":{"d":"88,-680v200,7,458,-48,458,165v0,82,-45,130,-108,147v-10,2,-11,9,0,11v88,18,143,66,143,168v0,141,-103,189,-262,189r-231,0v-13,0,-19,-6,-19,-18r0,-644v-1,-14,8,-17,19,-18xm240,-400v87,7,143,-16,143,-96v0,-83,-58,-96,-143,-91v-6,1,-11,4,-10,13r0,162v-1,8,4,12,10,12xm303,-94v77,4,109,-35,112,-107v4,-100,-74,-111,-175,-105v-6,0,-11,3,-10,12r0,188v4,24,49,11,73,12","w":618},"C":{"d":"428,-110v71,0,113,-27,159,-45v11,0,16,5,16,16v0,48,17,105,-33,119v-45,13,-103,28,-168,28v-230,-2,-356,-109,-365,-334v-11,-296,253,-427,533,-336v21,7,33,11,33,37r0,83v0,22,-21,19,-35,10v-37,-23,-83,-39,-149,-38v-145,3,-211,95,-212,244v-1,143,77,216,221,216","w":637},"D":{"d":"336,-680v238,-4,362,111,362,336v0,230,-133,347,-376,344r-235,0v-12,0,-18,-6,-18,-18r0,-643v0,-13,6,-19,19,-19r248,0xm246,-119v179,12,282,-48,282,-224v0,-144,-69,-218,-211,-218r-73,0v-7,0,-11,4,-11,12r0,417v0,9,4,13,13,13","w":735},"E":{"d":"518,-18v0,12,-6,18,-18,18r-413,0v-12,0,-18,-6,-18,-18r0,-644v0,-12,6,-18,18,-18r392,0v13,0,19,6,19,18r0,83v0,12,-6,18,-19,18r-236,0v-7,0,-10,4,-10,12r0,125v0,8,4,12,11,12r184,0v12,0,18,6,18,18r0,83v0,12,-6,18,-18,18r-184,0v-7,0,-11,4,-11,12r0,149v0,9,4,13,12,13r255,0v12,0,18,6,18,18r0,83","w":550},"F":{"d":"245,-272v-8,0,-12,2,-12,12r0,242v0,12,-6,18,-18,18r-128,0v-12,0,-18,-6,-18,-18r0,-644v0,-12,6,-18,18,-18r373,0v11,0,17,6,17,18r0,83v0,12,-6,18,-17,18r-215,0v-8,0,-12,4,-12,12r0,145v0,8,4,12,12,12r174,0v13,0,19,6,19,19r0,82v0,13,-6,19,-19,19r-174,0","w":489,"k":{"a":12,"Y":-24,"W":-24,"V":-24,"A":24,"?":-36,".":60,",":72}},"G":{"d":"601,-323v10,1,19,4,18,18r0,252v-7,45,-73,48,-124,55v-265,36,-458,-70,-458,-328v0,-272,189,-398,471,-356v41,6,82,18,105,36v13,24,6,70,6,104v0,11,-3,17,-15,17v-50,-20,-97,-47,-178,-45v-146,3,-222,88,-221,244v1,144,67,219,213,218v27,-1,42,-1,42,-20r0,-177v-1,-14,7,-17,18,-18r123,0","w":679},"H":{"d":"661,-18v0,12,-6,18,-17,18r-129,0v-11,0,-17,-6,-17,-18r0,-263v0,-8,-4,-12,-12,-12r-241,0v-8,0,-12,4,-12,12r0,263v0,12,-6,18,-18,18r-128,0v-12,0,-18,-6,-18,-18r0,-644v0,-12,6,-18,18,-18r128,0v12,0,18,6,18,18r0,238v0,8,4,12,12,12r241,0v8,0,12,-4,12,-12r0,-238v0,-12,6,-18,17,-18r129,0v11,0,17,6,17,18r0,644","w":730},"I":{"d":"234,-18v0,12,-6,18,-18,18r-128,0v-12,0,-18,-6,-18,-18r0,-644v0,-12,6,-18,19,-18r127,0v12,0,18,6,18,18r0,644","w":304},"J":{"d":"20,-122v44,18,107,17,107,-57r0,-483v0,-12,6,-18,18,-18r128,0v12,0,18,6,18,18r0,508v-2,116,-64,164,-187,162v-39,-1,-88,0,-97,-31r0,-83v0,-11,4,-16,13,-16","w":356},"K":{"d":"259,-293v-7,-10,-26,-12,-26,5r0,270v0,12,-6,18,-18,18r-128,0v-12,0,-18,-6,-18,-18r0,-644v0,-12,6,-18,18,-18r128,0v12,0,18,6,18,18r0,250v2,18,19,13,29,0r186,-251v9,-12,12,-16,29,-17r120,0v20,1,14,19,4,31r-201,261v-8,10,-8,15,-1,25r218,331v10,14,14,32,-7,32v-54,0,-116,4,-165,-3v-66,-91,-124,-194,-186,-290","w":627,"k":{"y":12,"u":12,"o":12,"e":12,"c":12,"Y":-12,"W":-12,"V":-12,"A":-24}},"L":{"d":"477,-18v0,12,-6,18,-18,18r-372,0v-12,0,-18,-6,-18,-18r0,-644v0,-12,6,-18,18,-18r128,0v12,0,18,6,18,18r0,530v0,9,4,13,13,13r213,0v12,0,18,6,18,18r0,83","w":489,"k":{"Y":72,"W":24,"V":48,"T":72,"Q":24,"O":24,"G":24,"C":24,"A":-36}},"M":{"d":"843,-18v0,12,-6,18,-18,18r-117,0v-11,0,-17,-6,-17,-18r0,-487v0,-12,-11,-9,-13,0r-138,477v-12,48,-95,23,-150,28v-46,4,-50,-25,-60,-61r-127,-444v-3,-10,-12,-12,-12,2r0,485v0,12,-6,18,-18,18r-86,0v-12,0,-18,-6,-18,-18r0,-644v0,-12,6,-18,18,-18r190,0v16,0,25,5,28,16r145,505v4,12,10,12,14,0r144,-500v5,-15,7,-20,23,-21r194,0v12,0,18,6,18,18r0,644","w":912},"N":{"d":"645,-18v0,12,-6,18,-18,18r-159,0v-30,-3,-32,-16,-47,-46r-212,-437v-4,-8,-13,-13,-13,0r0,465v0,12,-6,18,-18,18r-91,0v-12,0,-18,-6,-18,-18r0,-644v0,-12,6,-18,18,-18v63,2,133,-4,190,4v4,2,7,6,10,11r218,450v4,8,13,13,13,0r0,-447v0,-12,6,-18,18,-18r91,0v12,0,18,6,18,18r0,644","w":714},"O":{"d":"376,-689v222,0,340,126,340,347v0,221,-116,350,-340,350v-222,0,-339,-127,-339,-347v0,-221,115,-350,339,-350xm376,-108v123,0,171,-96,171,-232v0,-141,-46,-232,-171,-232v-121,0,-171,93,-170,231v1,139,43,233,170,233","w":753,"k":{"Y":24,"T":24}},"P":{"d":"323,-680v160,-9,252,56,252,201v0,151,-93,226,-262,218r-67,0v-9,0,-13,4,-13,12r0,231v0,12,-6,18,-17,18r-130,0v-11,0,-17,-6,-17,-18r0,-644v0,-12,6,-18,17,-18r237,0xm246,-357v99,6,160,-17,160,-117v0,-99,-61,-116,-161,-110v-8,0,-12,4,-12,13r0,202v0,8,4,12,13,12","w":595,"k":{"y":-12,"w":-24,"v":-24,"f":-24,"A":36,".":72,",":84}},"Q":{"d":"376,-689v222,0,340,126,340,347v0,195,-91,316,-263,340v-13,3,-10,6,-11,24v-4,87,147,74,202,43v14,-7,30,-6,28,13v-4,40,15,96,-24,107v-37,10,-76,15,-132,15v-145,1,-227,-52,-225,-191v0,-8,-4,-7,-10,-10v-154,-37,-244,-146,-244,-338v0,-221,115,-350,339,-350xm376,-108v129,0,171,-102,171,-232v0,-131,-39,-232,-171,-232v-129,0,-170,102,-170,231v0,131,38,233,170,233","w":753,"k":{"Y":24,"T":12}},"R":{"d":"319,-680v141,-5,240,38,240,169v0,102,-50,160,-130,182v-13,3,-13,8,-7,17r194,293v5,10,1,20,-12,19r-154,0v-12,0,-21,-5,-27,-15r-162,-275v-5,-12,-30,-16,-30,0r0,272v0,12,-6,18,-18,18r-126,0v-12,0,-18,-6,-18,-18r0,-644v0,-12,6,-18,18,-18r232,0xm243,-400v88,5,153,-11,153,-96v0,-84,-65,-96,-153,-91v-7,0,-10,4,-10,11r0,166v0,7,3,10,10,10","w":625},"S":{"d":"403,-550v-53,-26,-207,-48,-204,37v1,42,21,50,56,71v98,60,221,89,221,248v0,204,-239,238,-410,175v-22,-8,-32,-9,-32,-34r0,-83v0,-11,5,-16,14,-16v48,21,95,45,173,45v80,0,119,-43,90,-105v-85,-92,-265,-109,-265,-291v0,-186,237,-216,396,-156v41,15,19,71,25,115v-7,37,-46,3,-64,-6","w":520},"T":{"d":"575,-579v0,12,-6,18,-17,18r-176,0v-7,0,-11,4,-11,12r0,531v0,12,-6,18,-17,18r-129,0v-11,0,-17,-6,-17,-18r0,-531v0,-8,-4,-12,-11,-12r-176,0v-11,0,-17,-6,-17,-18r0,-83v0,-12,6,-18,17,-18r537,0v11,0,17,6,17,18r0,83","w":579,"k":{"z":36,"y":24,"w":24,"v":24,"u":36,"s":48,"r":24,"o":48,"j":12,"e":48,"c":60,"a":48,"Y":-24,"X":-12,"W":-24,"V":-36,"T":-36,"Q":12,"O":24,"G":24,"C":24,"A":36,"?":-36,".":72,",":72}},"U":{"d":"367,-111v100,0,139,-46,139,-143r0,-408v0,-12,6,-18,17,-18r101,0v12,0,18,6,18,18r0,420v-2,187,-97,258,-292,258v-189,1,-285,-67,-285,-240r0,-438v0,-12,6,-18,18,-18r128,0v11,0,17,6,17,18r0,404v2,99,36,148,139,147","w":707,"k":{"y":12}},"V":{"d":"615,-680v17,0,17,14,12,28r-208,624v-8,24,-13,36,-43,36v-50,0,-115,8,-154,-6v-6,-4,-12,-15,-17,-30r-203,-639v0,-9,6,-13,17,-13r131,0v10,0,16,4,19,12r150,515v5,18,14,17,19,0r156,-515v2,-8,8,-12,19,-12r102,0","w":632,"k":{"u":12,"r":12,"o":12,"e":12,"a":26,"Y":-24,"W":-12,"T":-24,"A":12,"?":-36,"\/":48,".":72,",":60}},"W":{"d":"981,-680v21,0,17,17,12,34r-155,582v-13,45,-15,67,-55,72v-74,-9,-165,31,-182,-57r-91,-476v-3,-20,-12,-20,-16,-1r-96,491v-6,28,-15,42,-46,43r-141,0v-21,0,-36,-14,-43,-41r-164,-634v0,-9,5,-13,15,-13v48,2,103,-4,145,4v2,2,4,6,5,12r122,521v5,17,13,18,17,0r96,-490v4,-74,109,-47,179,-47v34,0,43,19,49,52r95,492v6,7,12,1,14,-10r118,-518v3,-12,5,-16,20,-16r102,0","w":1001,"k":{"u":12,"a":12,"Y":-24,"V":-12,"T":-24,"?":-24,"\/":48,".":48,",":48}},"X":{"d":"628,-31v11,11,9,31,-8,31r-151,0v-9,0,-15,-4,-20,-11r-142,-223v-8,-13,-14,-14,-21,-1r-135,223v-5,9,-8,12,-20,12r-110,0v-22,0,-20,-18,-10,-32r208,-306v6,-8,5,-15,-1,-24r-187,-287v-11,-14,-13,-31,8,-31r150,0v9,0,16,4,21,12r113,178v9,14,13,15,22,1r108,-179v5,-8,11,-12,20,-12r109,0v20,0,18,17,9,30r-180,264v-6,10,-5,15,1,25","w":639,"k":{"y":12,"u":12,"o":12,"e":12}},"Y":{"d":"588,-680v19,2,14,16,6,30r-195,348v-10,18,-11,24,-11,49r0,235v0,12,-6,18,-18,18r-128,0v-12,0,-18,-6,-18,-18r-2,-244v-1,-6,-5,-14,-11,-25r-201,-362v-9,-17,-15,-31,6,-31r137,0v11,0,19,5,24,15r130,251v6,13,17,14,23,0r131,-251v7,-11,9,-15,25,-15r102,0","w":603,"k":{"z":36,"y":24,"x":24,"w":24,"v":24,"u":36,"s":48,"r":24,"q":36,"p":24,"o":36,"n":36,"m":36,"k":12,"j":12,"i":12,"g":36,"e":36,"d":36,"c":36,"b":12,"a":60,"W":-24,"V":-12,"T":-24,"Q":12,"O":24,"A":36,"\/":72,".":96,",":96}},"Z":{"d":"220,-140v-8,10,-10,21,7,21r311,0v12,0,18,6,18,18r0,83v0,12,-6,18,-18,18r-497,0v-11,0,-17,-6,-17,-18v4,-45,-11,-103,11,-131r309,-392v7,-8,11,-20,-5,-20r-286,0v-11,0,-17,-6,-17,-18r0,-83v0,-12,6,-18,17,-18r476,0v13,0,19,6,19,18v-3,41,10,94,-11,120","w":580},"[":{"d":"263,164v-1,25,6,56,-22,56r-174,0v-14,0,-21,-7,-21,-21r0,-897v0,-15,7,-22,22,-22r173,0v28,-2,21,31,22,56v0,35,-54,21,-85,21v-8,0,-12,4,-12,13r0,761v0,8,4,12,13,12v31,0,84,-13,84,21","w":299},"\\":{"d":"377,200v16,42,-42,43,-70,43v-11,0,-18,-6,-20,-19r-167,-948v1,-25,48,-27,72,-27v11,0,17,6,19,19","w":500},"]":{"d":"36,-664v1,-25,-6,-56,22,-56r174,0v14,0,21,7,21,21r0,897v0,15,-7,22,-22,22r-173,0v-28,2,-21,-31,-22,-56v0,-35,54,-21,85,-21v8,0,12,-4,12,-13r0,-761v0,-8,-4,-12,-13,-12v-31,0,-84,13,-84,-21","w":299},"^":{"d":"561,-249v6,13,9,22,9,27v1,29,-42,18,-68,18v-15,0,-26,-7,-33,-21r-152,-342v-5,-11,-13,-11,-18,0r-152,342v-11,29,-48,21,-83,21v-25,0,-20,-23,-9,-45r204,-423v9,-26,40,-19,71,-19v13,0,22,7,28,19"},"_":{"d":"521,123v1,21,0,38,-21,38r-499,0v-22,1,-23,-17,-22,-39v0,-14,7,-21,21,-21r500,0v14,0,21,7,21,22","w":500},"`":{"d":"358,-612v26,25,-11,77,-45,51r-164,-79v-44,-21,4,-68,19,-88v19,-9,30,3,45,12","w":500},"a":{"d":"273,-527v142,0,220,42,220,184r0,325v0,12,-6,18,-19,18r-112,0v-16,2,-6,-23,-21,-20v-44,7,-80,28,-137,28v-132,0,-198,-93,-161,-214v34,-110,193,-108,295,-156v23,-46,-25,-63,-86,-63v-75,0,-120,24,-168,42v-10,0,-15,-5,-15,-16v4,-44,-14,-90,32,-103v44,-12,110,-25,172,-25xm262,-94v43,-1,83,-13,82,-56r0,-102v-4,-19,-22,-8,-37,-2v-51,20,-117,28,-117,95v1,46,23,65,72,65","w":557},"b":{"d":"354,-527v153,0,237,105,236,261v-2,169,-81,269,-245,274v-53,2,-82,-21,-122,-28v-17,-3,-6,20,-21,20r-118,0v-12,0,-18,-6,-18,-18r0,-684v0,-12,6,-18,19,-18r116,0v12,0,18,6,18,18r0,192v0,9,3,13,9,13v37,-11,72,-30,126,-30xm303,-100v88,0,128,-61,126,-164v-1,-94,-32,-156,-127,-155v-40,0,-83,15,-83,56r0,208v1,44,41,55,84,55","w":624,"k":{"x":12}},"c":{"d":"463,-136v10,0,14,7,14,17v0,42,14,90,-23,104v-39,15,-96,22,-151,23v-173,1,-269,-90,-269,-262v0,-226,205,-319,422,-250v36,11,21,65,21,104v0,11,-5,16,-14,16v-40,-12,-67,-34,-127,-34v-95,0,-142,55,-142,164v0,100,46,150,135,153v61,2,94,-20,134,-35","w":519,"k":{"y":12,"t":12}},"d":{"d":"278,-527v50,-2,84,15,117,27v6,0,9,-4,9,-13r0,-189v0,-12,6,-18,17,-18r119,0v11,0,17,6,17,18r0,684v0,12,-4,18,-18,18r-116,0v-17,3,-5,-23,-22,-20v-42,8,-76,28,-132,28v-153,0,-236,-105,-235,-261v2,-168,80,-269,244,-274xm321,-100v45,-1,82,-13,83,-59r0,-212v-3,-33,-40,-49,-83,-48v-90,3,-128,61,-127,164v1,94,32,156,127,155","w":623},"e":{"d":"291,-527v177,-1,255,98,248,280v0,12,-6,18,-18,18r-312,0v-10,0,-15,5,-15,15v2,84,57,121,149,121v64,0,109,-19,150,-37v28,4,10,56,15,84v-4,37,-52,40,-89,48v-26,5,-58,7,-96,7v-186,2,-289,-87,-289,-263v0,-176,86,-272,257,-273xm374,-322v11,0,12,-2,12,-14v0,-61,-36,-97,-99,-97v-61,0,-96,40,-96,100v0,8,2,11,12,11r171,0","w":573},"f":{"d":"273,-620v-51,0,-46,42,-46,90v0,8,4,12,12,12v31,0,87,-15,90,18v-4,29,14,84,-18,84r-72,0v-8,0,-12,4,-12,12r0,386v0,12,-6,18,-17,18r-120,0v-11,0,-16,-6,-16,-18r0,-386v-2,-31,-72,10,-72,-31v0,-29,-14,-80,18,-83v19,-2,54,9,54,-12v0,-126,38,-196,154,-195v51,0,92,5,101,36r0,63v-5,33,-32,6,-56,6","w":339,"k":{"y":-12,"w":-12,"v":-24,"t":-24,"s":12,"j":12,"i":12,"g":12,"f":32,"c":12,"?":-48,".":12,",":24,"!":-24}},"g":{"d":"401,-498v18,3,4,-20,24,-20r114,0v12,0,18,6,18,18r0,469v28,257,-273,275,-478,211v-35,-11,-22,-61,-22,-100v0,-11,4,-17,13,-17v88,50,334,96,334,-81v0,-9,-3,-14,-9,-14v-36,13,-72,32,-126,32v-153,0,-236,-101,-235,-257v2,-168,81,-265,245,-270v54,-2,82,22,122,29xm321,-108v46,-1,83,-13,83,-60r0,-202v-4,-38,-43,-50,-83,-50v-94,0,-127,63,-127,161v0,94,33,151,127,151","w":621,"k":{"y":12,"j":12}},"h":{"d":"360,-527v133,2,182,69,182,216r0,293v0,12,-6,18,-18,18r-118,0v-11,0,-17,-6,-17,-18r0,-304v0,-58,-28,-94,-87,-93v-46,0,-87,15,-87,59r0,338v0,12,-6,18,-17,18r-118,0v-12,0,-18,-6,-18,-18r0,-684v0,-12,6,-18,18,-18r118,0v11,0,17,6,17,18r0,196v0,9,3,13,9,13v38,-14,80,-35,136,-34","w":604},"i":{"d":"142,-720v51,0,85,21,85,68v0,46,-35,68,-85,67v-52,0,-86,-20,-86,-68v0,-47,35,-68,86,-67xm65,-500v0,-12,4,-18,18,-18r118,0v11,0,17,6,17,19r0,481v0,12,-6,18,-17,18r-118,0v-12,0,-18,-6,-18,-18r0,-482","w":283},"j":{"d":"7,117v56,0,80,-13,80,-68r0,-549v0,-12,6,-18,17,-18r118,0v12,0,18,6,18,19r0,562v0,110,-62,157,-173,157v-34,0,-67,0,-73,-22r0,-66v0,-11,4,-15,13,-15xm164,-720v51,0,85,21,85,68v0,46,-35,68,-85,67v-52,0,-86,-20,-86,-68v0,-47,35,-68,86,-67","w":303},"k":{"d":"538,-33v10,13,14,33,-6,33v-49,0,-106,4,-150,-3v-5,-2,-9,-6,-13,-13r-127,-201v-6,-12,-25,-11,-25,5r0,194v0,12,-6,18,-17,18r-118,0v-12,0,-18,-6,-18,-18r0,-684v0,-12,6,-18,18,-18r118,0v11,0,17,6,17,19r0,386v1,17,18,14,27,1r134,-187v21,-33,90,-11,137,-17v20,1,15,18,5,31r-143,191v-7,9,-8,14,-2,23","w":548,"k":{"y":-12,"o":12,"g":12,"e":12,"c":12}},"l":{"d":"66,-702v0,-12,7,-18,18,-18r118,0v11,0,17,6,17,19r0,683v0,12,-6,18,-17,18r-118,0v-12,0,-18,-6,-18,-18r0,-684","w":285},"m":{"d":"674,-527v129,4,171,74,171,216r0,293v0,12,-6,18,-18,18r-117,0v-12,0,-18,-6,-18,-18r0,-299v-1,-63,-19,-98,-83,-98v-42,1,-78,12,-79,54r0,343v0,12,-6,18,-18,18r-117,0v-12,0,-18,-6,-18,-18r0,-298v-1,-65,-19,-99,-82,-99v-42,0,-78,12,-79,54r0,343v0,12,-6,18,-17,18r-116,0v-13,0,-19,-6,-19,-18r0,-482v0,-12,6,-18,19,-18r113,0v18,-3,6,25,24,20v63,-18,169,-46,234,-6v17,10,25,23,47,22v54,-16,94,-48,173,-45","w":909},"n":{"d":"249,-502v155,-61,297,-7,297,191r0,293v0,12,-6,18,-18,18r-118,0v-11,0,-17,-6,-17,-18r0,-285v3,-73,-21,-112,-89,-112v-44,0,-85,12,-85,55r0,342v0,12,-6,18,-17,18r-118,0v-12,0,-18,-6,-18,-18r0,-482v0,-12,6,-18,18,-18r116,0v19,-3,6,22,25,20v7,0,15,-1,24,-4","w":608,"k":{"y":12}},"o":{"d":"304,-527v174,0,269,95,269,266v0,173,-94,270,-270,270v-173,0,-269,-94,-269,-266v0,-172,95,-270,270,-270xm304,-94v88,0,109,-64,109,-169v0,-104,-21,-161,-110,-161v-88,0,-109,64,-109,169v0,103,21,161,110,161","w":607},"p":{"d":"352,-527v153,0,237,106,236,262v-2,169,-81,269,-245,274v-50,2,-84,-15,-117,-27v-6,0,-9,4,-9,13r0,199v0,12,-5,18,-16,18r-120,0v-11,0,-17,-6,-17,-18r0,-694v0,-12,6,-18,17,-18r115,0v19,-3,8,22,24,20v43,-6,76,-29,132,-29xm300,-99v93,0,127,-65,127,-164v-1,-96,-34,-155,-127,-155v-43,0,-83,12,-83,55r0,213v3,40,42,51,83,51","w":622},"q":{"d":"270,9v-152,0,-239,-104,-236,-261v3,-165,79,-269,241,-275v55,-2,86,22,127,29v16,3,4,-20,24,-20r115,0v11,0,17,6,17,18r0,694v0,12,-6,18,-17,18r-120,0v-11,0,-16,-6,-16,-18r0,-202v0,-9,-3,-13,-9,-13v-36,12,-74,30,-126,30xm405,-369v-3,-39,-43,-49,-83,-49v-85,0,-127,55,-127,164v0,102,39,155,127,155v43,0,83,-12,83,-55r0,-215","w":622,"k":{"j":-12}},"r":{"d":"302,-520v32,-8,99,-16,99,27r0,85v-9,34,-53,7,-92,7v-61,0,-92,26,-92,77r0,306v0,12,-5,18,-15,18r-122,0v-11,0,-16,-6,-16,-18r0,-482v0,-12,5,-18,16,-18r116,0v24,-4,4,32,25,30v32,-3,50,-24,81,-32","w":409,"k":{"y":-24,"w":-24,"v":-36,"t":-36,"q":12,"j":12,"g":12,"f":-36,"e":12,"d":12,"c":12,".":60,",":48}},"s":{"d":"254,-426v-52,0,-81,26,-58,62v72,61,201,77,205,209v5,169,-219,193,-352,136v-26,-11,-15,-58,-15,-92v0,-11,5,-17,14,-17v40,18,85,35,151,35v46,0,74,-30,51,-63v-67,-62,-206,-77,-206,-208v0,-160,199,-196,332,-137v27,13,15,59,15,93v0,10,-3,17,-15,16v-38,-11,-67,-34,-122,-34","w":443},"t":{"d":"294,-103v34,1,51,-12,74,-19v10,0,15,5,15,16r0,77v-12,37,-77,37,-123,37v-118,0,-184,-41,-184,-171r0,-241v-2,-32,-72,11,-72,-31v0,-29,-14,-80,18,-83v19,-2,53,10,54,-12r0,-98v0,-13,6,-19,18,-19r116,0v13,0,19,6,19,19r0,98v0,8,4,12,11,12r124,0v34,1,19,53,19,83v0,13,-6,19,-19,19r-124,0v-7,0,-11,4,-11,12r0,206v-1,59,7,94,65,95","w":425,"k":{"t":60,"j":24,"f":-4,".":-12,",":-12}},"u":{"d":"302,-103v45,0,85,-16,85,-59r0,-338v0,-12,6,-18,17,-18r118,0v12,0,18,6,18,18r0,482v0,12,-6,18,-18,18r-116,0v-20,3,-6,-22,-24,-20v-48,6,-80,28,-141,28v-132,0,-181,-71,-181,-215r0,-293v0,-12,6,-18,18,-18r118,0v11,0,17,6,17,18r0,300v1,67,22,96,89,97","w":604},"v":{"d":"495,-518v18,-1,18,14,14,27r-153,464v-11,58,-99,35,-159,35v-29,0,-35,-10,-43,-33r-152,-480v0,-9,6,-13,17,-13r122,0v11,0,17,4,19,12r99,359v5,17,13,17,18,0r103,-359v2,-8,9,-12,20,-12r95,0","w":514,"k":{"y":-12,"w":-12,"t":-24,"j":24,"f":-24,".":48,",":36}},"w":{"d":"816,-518v18,0,19,12,14,27r-128,427v-14,34,-14,72,-55,72v-46,0,-111,13,-137,-12v-8,-8,-14,-27,-20,-55r-64,-304v-3,-18,-12,-19,-16,-1r-62,300v-10,45,-15,72,-52,72r-128,-2v-23,-11,-27,-35,-36,-65r-128,-446v0,-9,6,-13,17,-13r118,0v11,0,17,4,19,12r87,363v4,17,14,18,17,0r69,-329v3,-69,94,-46,159,-46v35,0,41,18,49,53r65,319v3,19,13,22,17,3r88,-363v2,-8,8,-12,19,-12r88,0","w":837,"k":{"y":-24,"v":-12,"t":-12,"j":12,"f":-12,".":24,",":24}},"x":{"d":"493,-31v10,13,11,31,-7,31r-137,0v-9,0,-16,-4,-21,-11r-87,-139v-7,-12,-15,-14,-22,-1r-77,139v-21,25,-80,8,-120,12v-23,2,-21,-18,-11,-32r146,-216v6,-8,5,-15,-1,-24r-140,-215v-10,-13,-11,-31,11,-31r133,0v10,0,17,4,22,12r69,112v6,13,14,14,21,1r64,-113v5,-9,8,-12,20,-12r98,0v21,0,19,16,10,30r-129,192v-6,8,-5,16,1,25","w":504,"k":{"d":12,"c":12}},"y":{"d":"78,131v-1,-24,29,-13,47,-13v53,0,83,-49,66,-97r-185,-526v0,-9,6,-13,17,-13r122,0v11,0,17,4,19,12r105,340v5,18,14,17,19,0r97,-340v3,-8,9,-12,20,-12r97,0v19,0,16,17,11,31r-197,571v-31,85,-66,136,-166,136v-29,0,-72,2,-72,-21r0,-68","w":519,"k":{"y":-12,"w":-12,"u":12,"t":-24,"f":-36,".":48,",":36}},"z":{"d":"457,-85v0,30,14,85,-18,85r-391,0v-34,-4,-14,-65,-16,-100v1,-5,4,-11,9,-17r210,-281v6,-8,8,-17,-3,-18r-190,0v-32,-2,-18,-55,-18,-84v0,-12,6,-18,18,-18r371,0v34,2,15,59,17,92v-71,109,-156,205,-230,311v-3,8,0,12,10,12r213,0v12,0,18,6,18,18","w":491},"{":{"d":"251,220v-103,0,-143,-39,-143,-139r0,-224v3,-62,-20,-72,-77,-73v-28,0,-14,-45,-13,-68v20,-10,70,-3,78,-22v8,-10,12,-28,12,-55r0,-225v-6,-125,77,-139,204,-139v29,0,15,36,18,60v1,18,-20,16,-38,16v-63,1,-82,24,-84,89v-3,89,12,199,-12,268v-8,22,-36,27,-52,40v14,13,44,18,52,40v24,68,12,179,12,267v0,73,31,92,104,89v28,-1,18,36,18,60v0,29,-52,16,-79,16","w":356},"|":{"d":"299,224v2,36,-47,23,-78,23v-14,0,-21,-7,-21,-22r0,-958v-2,-36,47,-23,78,-23v14,0,21,8,21,23r0,957","w":500},"}":{"d":"105,-725v103,0,143,39,143,139r0,224v-3,62,20,72,77,73v28,0,14,44,13,67v-20,10,-70,3,-78,22v-8,10,-12,29,-12,56r0,225v6,125,-77,139,-204,139v-29,0,-15,-36,-18,-60v-1,-18,20,-16,38,-16v63,-1,82,-24,84,-89v3,-89,-12,-200,12,-269v8,-22,36,-26,52,-39v-14,-13,-44,-17,-52,-39v-24,-68,-12,-180,-12,-268v0,-73,-31,-92,-104,-89v-28,1,-18,-36,-18,-60v0,-29,52,-16,79,-16","w":356},"~":{"d":"559,-556v-17,106,-127,166,-239,108v-36,-19,-70,-40,-115,-45v-53,-6,-46,73,-91,79v-22,-5,-51,-18,-57,-40v16,-84,88,-152,189,-126v57,15,105,56,165,63v52,6,47,-73,91,-79v22,5,51,18,57,40"},"\u00a0":{"w":266}}});

/*=====================================================
=======================================================*/

Cufon.replace('h2');
Cufon.replace('.slideCaption');
Cufon.replace('.headerEventInfo');
Cufon.replace('.headerBuyNow');
Cufon.replace('.homepageHighlights');