/*Cufon*/
/*
 * 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-font*/
Cufon.registerFont({"w":262,"face":{"font-family":"Segoe Script","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 4 2 0 0 0 0 3","ascent":"288","descent":"-72","cap-height":"2","bbox":"-35 -361 417.114 177.8","underline-thickness":"25.1367","underline-position":"-10.8984","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":143},"!":{"d":"43,-142v17,-41,1,-106,37,-120v5,1,15,6,14,12v-8,50,-26,96,-29,151v3,15,-18,11,-26,7v0,-18,1,-35,4,-50xm25,-21v-1,-18,26,-36,37,-14v5,20,-35,50,-37,14","w":116},"\"":{"d":"104,-215v5,-15,1,-59,27,-44v6,33,-11,86,-20,119v-13,5,-20,-4,-20,-17v0,-7,13,-52,13,-58xm23,-160v9,-33,11,-72,23,-101v23,-6,17,25,13,44v-4,16,-9,34,-10,54v-2,8,-4,21,-14,21v-9,1,-12,-10,-12,-18","w":145},"#":{"d":"244,-83v-20,-12,-44,2,-72,0v-3,12,-12,28,-10,45v0,7,-4,18,-12,17v-17,-7,-7,-39,-3,-55v-12,-1,-40,6,-53,7v-13,41,-20,67,-34,45v0,-15,5,-29,13,-45v-23,-3,-60,8,-65,-9v6,-24,44,-13,70,-13v7,-12,9,-38,16,-51v-23,-1,-40,6,-61,7v-22,1,-27,-12,-13,-18r72,-12v22,-12,16,-55,43,-62v17,9,-14,49,-13,60r57,-7r20,-80v5,-8,22,-8,20,5v-4,25,-16,48,-21,72v22,-2,44,-8,67,-5v12,-3,13,18,5,20v-30,1,-55,1,-78,7r-13,47v16,19,73,-30,78,14v1,6,-7,11,-13,11xm99,-94v23,-2,43,0,58,-9v4,-17,11,-32,14,-50v-19,3,-42,3,-58,9v-6,14,-10,30,-14,50","w":286},"$":{"d":"123,-277v21,2,5,42,6,59v20,3,51,-16,53,10v1,23,-34,8,-55,14v0,19,-9,47,-3,61v17,13,43,13,41,44v-1,25,-31,35,-53,43v-2,28,-6,56,-1,82v-9,14,-29,5,-27,-17r4,-53v-22,3,-42,11,-64,13v-7,1,-19,-3,-19,-9v5,-36,59,-16,85,-33v2,-21,6,-39,6,-62v-17,-11,-68,-18,-64,-51v3,-23,49,-33,72,-37v5,-22,-10,-67,19,-64xm103,-190v-33,8,-59,15,-26,31v10,5,17,8,22,10xm115,-69v10,-8,42,-16,19,-35v-6,-6,-11,-9,-15,-11v-2,17,-4,31,-4,46","w":197},"%":{"d":"189,-105v28,2,55,11,55,40v0,38,-30,52,-66,55v-24,2,-32,-17,-32,-34v0,-27,20,-56,43,-61xm26,-170v8,-37,24,-76,68,-77v5,0,10,4,16,10r91,8v9,14,-14,20,-16,33r-75,123v-13,22,-17,52,-38,66v-24,-56,54,-123,76,-174r18,-29v-17,-4,-34,-8,-55,-5v12,44,-21,83,-61,83v-20,0,-23,-18,-24,-38xm65,-153v24,-6,38,-36,23,-67v-29,-1,-38,28,-40,54v-1,12,10,12,17,13xm175,-32v29,7,64,-27,36,-45v-22,-14,-41,3,-40,31v0,7,1,12,4,14"},"&":{"d":"242,-135v26,1,65,-15,79,1v-7,28,-57,6,-67,37v-7,20,-22,39,-32,56v10,16,51,19,74,11v8,1,16,1,15,10v-21,36,-92,19,-117,-1v-25,13,-44,34,-80,34v-43,0,-83,-20,-83,-63v0,-47,34,-68,64,-88v10,-12,-1,-39,0,-60v2,-38,13,-67,52,-67v25,0,39,22,39,50v0,42,-38,57,-55,80v12,38,36,63,65,84v20,-11,22,-41,34,-60v-18,-4,-46,4,-44,-22v10,-20,36,-3,56,-2xm124,-159v21,-12,58,-69,15,-81v-25,6,-20,54,-15,81xm63,-52v6,50,79,38,108,18v-25,-24,-49,-50,-65,-81v-21,11,-40,33,-43,63","w":332},"'":{"d":"58,-260v29,22,-21,62,-9,110v-2,8,-4,15,-12,16v-14,-3,-15,-25,-12,-42v5,-29,13,-76,33,-84","w":83},"(":{"d":"100,68v10,11,1,22,-13,21v-65,-26,-92,-139,-67,-224v16,-55,49,-120,111,-141v20,24,-29,45,-43,66v-22,34,-48,73,-52,124v8,55,13,115,49,140v8,5,12,10,15,14","w":144,"k":{"j":-86}},")":{"d":"7,-260v-8,-7,4,-19,13,-19v80,47,127,242,48,330v-14,16,-27,55,-46,27v30,-53,82,-113,57,-202v-15,-54,-37,-106,-72,-136","w":130},"*":{"d":"87,-179v-17,16,-32,87,-54,49v6,-13,28,-38,35,-51v-23,-3,-39,5,-58,8v-12,-18,14,-23,27,-24v19,0,30,-2,36,-4v-7,-14,-39,-38,-23,-50v7,0,19,13,37,38v16,-15,26,-37,46,-49v17,0,9,16,1,20v-11,19,-15,22,-27,34v21,8,64,-23,72,6v-5,17,-51,4,-71,14v9,16,33,34,38,51v-23,29,-40,-30,-59,-42","w":185,"k":{"J":50,"A":47}},"+":{"d":"103,-187v20,12,1,53,7,78v28,5,82,-15,80,20v-16,12,-53,-3,-80,3v-6,13,-1,42,-5,61v-1,7,-1,11,-9,11v-28,-5,-4,-44,-7,-72v-27,-5,-91,13,-64,-22v21,3,42,2,65,1v9,-24,-12,-72,13,-80","w":205},",":{"d":"78,-55v4,0,23,5,22,9v23,53,-21,85,-69,92v-3,0,-6,-2,-6,-8v0,-2,1,-4,2,-5v39,-5,62,-38,44,-76v-1,-3,4,-12,7,-12","w":123,"k":{"9":94,"7":72,"2":-36,"0":-25}},"-":{"d":"100,-116v37,8,92,-15,117,11v7,29,-29,9,-52,14v-27,-4,-56,0,-84,0v-11,0,-19,-1,-19,-11v0,-15,29,-13,38,-14","w":230},".":{"d":"24,-41v2,-7,39,-15,41,4v2,19,-36,49,-42,20","w":90,"k":{"9":94,"7":72,"2":-36,"0":-25}},"\/":{"d":"182,-275v23,-2,27,19,4,42r-163,243v-9,21,-21,12,-26,-1v47,-101,113,-174,167,-263v6,-8,12,-15,18,-21","w":207},"0":{"d":"160,-236v71,0,125,78,81,145v-34,52,-95,95,-179,95v-38,0,-60,-30,-58,-67v5,-96,67,-173,156,-173xm55,-129v-26,38,-28,109,29,104v55,-6,104,-46,132,-82v28,-34,-5,-80,-30,-95v-14,13,-29,-12,-50,0v-38,11,-61,44,-81,73","k":{"\u2026":22,".":22,",":43}},"1":{"d":"144,-49v25,-1,63,-18,94,-17v4,8,6,17,2,22v-25,13,-66,10,-92,22v7,16,-9,22,-26,17v-17,-30,-86,39,-97,-7v11,-25,63,-17,88,-32v3,-53,11,-102,18,-151v-25,4,-51,34,-85,34v-7,0,-10,-4,-8,-11v7,-27,49,-24,65,-41v15,-8,38,-24,53,-29v7,-1,14,15,14,21v-16,46,-30,114,-26,172"},"2":{"d":"179,-43v33,8,63,-15,72,8v0,18,-21,26,-40,24v-61,-8,-152,-18,-181,26v-8,6,-28,4,-26,-9v9,-60,80,-59,112,-97v21,-24,51,-43,56,-81v-6,-29,-41,-52,-70,-27v-23,10,-28,33,-57,37v-8,-4,-18,-29,0,-32v31,-18,49,-45,99,-44v33,1,56,35,66,61v-14,60,-68,106,-115,132"},"3":{"d":"46,-233v36,23,98,4,148,3v33,-1,21,32,3,38v-21,16,-49,26,-65,48v52,-5,99,1,104,50v-14,76,-120,114,-205,86v-12,-9,-10,-38,10,-36v51,35,153,3,164,-45v-4,-44,-92,-36,-122,-19v-22,-1,-9,-21,0,-28r78,-64v-35,0,-63,8,-97,8v-19,1,-31,-10,-31,-28v1,-7,5,-13,13,-13","k":{"\u2026":36,".":36,",":36}},"4":{"d":"176,-119v15,12,84,-9,73,26v-8,26,-44,-6,-77,2v-8,27,-11,67,4,86v-2,8,-8,18,-17,18v-39,0,-18,-67,-16,-102v-50,-8,-88,20,-128,9v-23,-23,36,-52,50,-70r110,-90v14,-11,21,-14,31,-3v-12,40,-22,81,-30,124xm61,-107v19,-7,64,-4,88,-11v3,-27,17,-59,18,-84r-109,92v0,2,1,3,3,3"},"5":{"d":"25,-23v1,-43,49,0,75,-3v35,-3,75,-15,84,-46v-1,-50,-64,-39,-104,-48v-9,-2,-27,-10,-27,-19v15,-25,36,-84,82,-84v41,0,86,0,118,-11v10,1,22,5,25,13v-12,47,-107,9,-155,27v-13,13,-23,30,-33,44v50,20,132,5,126,74v-6,76,-137,106,-191,53"},"6":{"d":"162,-130v65,-13,106,55,52,91v-32,21,-49,39,-108,39v-84,0,-93,-101,-47,-152v29,-33,51,-71,100,-83v16,-4,22,24,9,28v-52,16,-82,62,-105,106v-15,29,-3,60,20,68v-2,-61,29,-87,79,-97xm199,-60v28,-21,6,-44,-28,-44v-46,0,-65,29,-67,73v38,11,72,-12,95,-29"},"7":{"d":"60,-229v67,14,163,-17,193,8v-43,68,-99,118,-116,208v-2,10,-6,17,-16,18v-36,-10,-3,-58,5,-75v24,-50,52,-91,85,-131v-39,-6,-105,6,-155,2v-16,-1,-10,-29,4,-30","k":{"\u2026":72,".":72,",":72}},"8":{"d":"210,-194v5,2,10,9,11,14v-11,32,-44,48,-68,68v25,13,55,31,54,68v-1,42,-51,42,-90,48v-57,8,-93,-49,-43,-84v13,-9,26,-17,37,-27v-35,-11,-83,-58,-38,-90v21,-15,43,-34,77,-34v29,0,52,17,51,50v2,-3,6,-11,9,-13xm135,-123v15,-13,37,-26,42,-50v-6,-56,-81,-24,-93,6v4,27,35,32,51,44xm108,-21v35,0,93,-9,64,-48v-9,-12,-27,-22,-39,-28v-17,12,-51,36,-53,60v-1,11,18,17,28,16","k":{"\u2026":29,".":29,",":29}},"9":{"d":"56,-165v26,-45,119,-98,169,-39v1,1,2,4,3,10v-16,55,-46,101,-46,167v0,18,-4,26,-12,26v-15,0,-17,-15,-19,-27v4,-26,16,-61,22,-86v-24,4,-53,30,-87,25v-29,-5,-48,-44,-30,-76xm76,-137v20,54,112,1,116,-40v14,-17,-5,-29,-25,-28v-48,1,-80,31,-91,68","k":{"\u2026":43,".":43,",":43}},":":{"d":"59,-178v10,6,22,6,20,22v-2,12,-12,23,-28,22v-21,-5,-17,-45,8,-44xm33,-24v-7,-27,35,-37,42,-13v4,25,-42,52,-42,13","w":107},";":{"d":"60,-178v10,6,25,5,24,22v1,11,-18,19,-28,19v-7,0,-12,-12,-12,-18v3,-6,5,-26,16,-23xm46,-46v-1,-15,24,-15,28,-4v23,56,-25,87,-69,94v-4,1,-5,-10,-3,-13v37,-3,64,-40,44,-77","w":118},"<":{"d":"54,-114v34,22,71,38,109,54v16,6,8,30,-6,30r-111,-56v-61,-26,4,-51,20,-75v25,-21,54,-40,76,-64v7,-6,22,-3,21,8v4,14,-84,75,-109,103","w":193},"=":{"d":"70,-181v52,9,109,-22,124,17v-1,28,-30,4,-51,12v-34,-4,-67,3,-101,3v-10,0,-17,-1,-16,-12v0,-20,27,-18,44,-20xm50,-87v52,0,124,-16,147,17v-1,21,-27,10,-44,10r-111,2v-3,0,-14,-15,-13,-19v-1,-6,14,-10,21,-10","w":225},">":{"d":"34,-196v-13,-28,7,-28,24,-13v35,31,92,54,128,81v1,26,-39,32,-52,50v-19,14,-40,54,-66,64v-22,-3,-13,-28,1,-33v22,-29,50,-49,77,-73v-29,-36,-85,-41,-112,-76","w":206},"?":{"d":"104,-267v83,-20,107,83,54,124v-18,14,-46,19,-69,27v-9,17,-2,51,-33,48v-17,-56,38,-83,85,-96v27,-15,22,-82,-20,-76v-26,-2,-39,7,-45,25v-3,6,-30,12,-28,-5v3,-23,34,-42,56,-47xm29,-10v0,-11,26,-29,37,-14v8,0,12,3,12,10v0,25,-49,32,-49,4","w":185},"@":{"d":"135,-250v70,-41,139,24,142,96v2,51,-60,105,-96,63v-14,10,-36,25,-59,25v-45,0,-39,-63,-10,-87v11,-15,26,-35,46,-35v18,0,36,1,35,22v2,7,23,-8,22,9v-5,15,-13,27,-14,46v0,8,4,8,12,8v23,0,43,-25,43,-49v0,-52,-55,-117,-110,-78v-50,36,-88,80,-104,148v14,91,171,74,220,26v21,7,5,35,-13,38v-77,39,-226,38,-231,-64v12,-74,62,-136,117,-168xm174,-116v-3,-25,18,-58,-17,-45v-21,8,-37,34,-42,58v-2,11,7,14,19,13v15,-1,36,-14,40,-26","w":296},"A":{"d":"191,-265v20,-2,14,24,13,42v31,59,42,139,78,189v24,20,1,52,-16,33v-21,-22,-31,-59,-42,-88v-36,13,-80,19,-121,27v-23,5,-37,67,-71,72v-14,1,-28,-6,-28,-16v4,-11,14,-3,23,-16r120,-169v15,-23,33,-77,44,-74xm215,-115v-10,-28,-18,-60,-31,-84r-68,104v37,0,69,-13,99,-20","w":301,"k":{"\u2019":14,"\u2018":22,"\u201d":14,"\u201c":22,"\u2026":-16,"\u2122":29,"y":-4,"w":7,"v":14,"t":-14,"Z":-5,"Y":14,"W":-9,"V":11,"U":-14,"T":14,"O":-7,"C":-7,";":-18,":":-18,".":-16,",":-16,"*":14}},"B":{"d":"194,-153v45,8,84,49,56,99v-22,40,-61,73,-117,73v-18,0,-39,-6,-39,-25v1,-30,44,-8,59,-8v45,0,69,-35,78,-75v-5,-43,-68,-49,-102,-31v-7,-1,-17,-5,-17,-13v-1,-19,16,-22,34,-23v31,-8,57,-31,69,-57v-21,-39,-132,-18,-132,38v0,49,-10,90,-7,140v1,17,-3,29,-18,29v-42,-8,-6,-86,-9,-123v12,-42,-16,-107,40,-110v42,-18,146,-50,153,23v-4,29,-25,43,-48,63","w":271},"C":{"d":"72,-134v-21,38,-39,128,27,123v93,-8,141,-68,196,-114v26,28,-30,58,-51,76v-38,31,-82,60,-146,64v-110,6,-75,-152,-29,-198v35,-35,71,-72,131,-80v63,-8,48,77,8,84v-34,-7,3,-38,10,-51v-67,-14,-118,47,-146,96","w":265,"k":{"}":-36,"]":-36,"Y":-22,"V":-22,"Q":22,"G":27,"C":29,"A":7,"?":-36,")":-36}},"D":{"d":"72,-247v94,0,215,-19,226,88v-19,97,-131,115,-211,151v-49,22,-47,-33,-41,-76v6,-42,21,-86,20,-127v-18,-7,-13,-36,6,-36xm82,-46v78,-23,170,-37,185,-113v-4,-68,-99,-61,-165,-55r-24,147v0,9,1,16,4,21","w":312,"k":{"y":29,"x":29,"w":22,"v":14,"t":-50,"s":14,"n":14,"m":14,"f":14,"d":14,"J":58,"A":36,".":58,",":58,"\u2026":-29}},"E":{"d":"228,-145v-5,44,-96,17,-147,32v-5,26,-15,49,-17,77v57,9,132,-5,181,-20v20,4,13,32,-5,35r-192,28v-49,-23,9,-101,2,-155v6,-56,-8,-117,75,-99v54,12,98,-12,143,-15v24,31,-22,38,-51,39r-127,5v-6,19,-5,46,-7,69v39,16,98,-1,136,-10v7,1,9,6,9,14","w":270,"k":{"}":-22,"z":-22,"t":-29,"]":-22,"Y":-14,"X":-14,"W":-7,"V":-29,"J":-7,")":-22}},"F":{"d":"214,-263v20,2,14,34,-5,34v-44,0,-88,1,-119,15v-10,25,-16,62,-16,97r109,-26v12,0,17,5,19,15v-22,37,-94,19,-133,45v-6,21,-3,52,-4,80v0,11,-2,20,-15,18v-55,-47,23,-173,0,-248v3,-18,20,-18,39,-14v42,-2,81,-21,125,-16","w":209,"k":{"\u2019":-72,"\u2018":-36,"\u201d":-72,"\u201c":-36,"\u2026":27,"}":-43,"t":-29,"]":-43,"Y":-29,"W":-18,"V":-29,"T":-29,"S":-23,"J":14,"A":29,".":27,",":27,")":-43}},"G":{"d":"155,-243v32,-15,117,-54,129,1v2,9,-6,20,-16,19v-11,-2,-15,-15,-28,-15v-92,16,-175,71,-185,173v3,21,24,34,51,31v57,-6,105,-28,124,-74v-3,-11,-8,-20,13,-19v5,-1,27,14,25,19v-16,31,-37,69,-41,110v7,13,6,32,-14,31v-32,-3,-6,-52,-8,-71v-25,9,-69,36,-104,34v-39,-2,-83,-20,-83,-59v0,-74,73,-149,137,-180","w":289,"k":{"}":-22,"]":-22,"V":-29,"T":-22,")":-22}},"H":{"d":"35,-44v23,-70,6,-185,43,-221v42,17,-2,82,3,124v29,18,100,-1,139,-4v31,-15,20,-78,26,-127v2,-17,34,-19,36,-1v-10,84,-31,160,-28,258v0,21,-37,33,-37,8v0,-34,10,-64,10,-99v-24,-21,-88,3,-131,-1r-19,3v-10,19,-11,50,-11,79v0,36,-28,47,-37,14v1,-11,3,-24,6,-33","w":296},"I":{"d":"95,-237v-12,63,-31,129,-32,207v10,16,-3,31,-20,32v-45,-55,15,-172,18,-245v1,-7,6,-14,12,-16v12,1,21,9,22,22","w":111,"k":{"z":14,"w":22,"v":29}},"J":{"d":"193,-253v17,110,11,254,-98,254v-36,0,-74,-6,-86,-32v9,-40,54,3,81,3v96,-3,71,-131,73,-224v5,-9,28,-16,30,-1","w":220,"k":{"\u2026":18,"}":-54,"w":14,"v":14,"t":-14,"s":7,"o":-7,"m":7,"]":-54,"V":-14,"A":22,".":18,",":18,")":-54}},"K":{"d":"118,-108v51,18,90,55,156,46v10,16,-4,33,-20,35v-64,-11,-100,-48,-169,-58v-19,16,-6,65,1,81v0,10,-12,13,-20,16v-34,-15,-22,-81,-21,-124r3,-134v-1,-18,30,-19,33,-4v-5,39,-4,80,-6,124v-1,12,9,6,15,3v60,-26,92,-101,144,-134v17,5,15,27,5,38v-3,8,-18,7,-22,14v-24,42,-61,72,-99,97","w":281,"k":{"x":14,"v":22,"t":-14,"g":-14,"d":-14,"Y":14,"X":-29,"T":22,"J":-43}},"L":{"d":"230,-41v15,11,-1,32,-22,30v-61,-4,-98,19,-150,26v-52,-10,-5,-90,-5,-133v0,-36,13,-68,14,-107v-8,-35,45,-45,39,-10r-36,209v-1,4,4,9,9,8v51,-6,95,-29,151,-23","w":243,"k":{"v":11,"s":-7,"l":14,"d":-14,"c":-14,"Y":22,"V":14,"U":-14,"T":29,"Q":-7,"J":-29,"A":-7}},"M":{"d":"303,-271v4,-18,28,-8,32,5v-23,65,-21,160,-21,248v4,5,15,8,15,17v0,8,-13,20,-21,19v-61,-34,-8,-156,-16,-229r-95,131v-60,44,-82,-72,-103,-133v-13,62,-45,119,-31,192v-1,8,-11,25,-24,17v-45,-27,7,-103,9,-146r24,-91v3,-6,6,-9,10,-9v45,-5,40,38,51,68v10,28,23,55,41,82","w":361,"k":{"t":-14}},"N":{"d":"66,-36v9,36,-21,69,-34,38v1,-81,37,-149,37,-231v0,-21,32,-21,36,-1v16,78,67,132,108,187r35,-222v2,-11,12,-17,25,-17v29,36,-7,91,-12,136v-5,45,-18,82,-18,133v-20,48,-47,-6,-60,-24v-32,-46,-64,-89,-91,-141v-12,42,-20,96,-26,142","w":301},"O":{"d":"203,-68v48,-40,65,-178,-33,-164v-69,10,-95,69,-115,130v-22,69,46,108,103,70v16,-10,34,-22,45,-36xm91,-223v57,-54,200,-41,187,60v-12,93,-71,150,-150,173v-96,28,-130,-81,-89,-160v14,-26,32,-54,52,-73","w":289,"k":{"\u2026":43,"J":22,"A":29,".":43,",":43}},"P":{"d":"42,-235v55,-31,213,-55,235,17v-21,82,-113,108,-187,139v-2,29,4,56,3,87v1,8,-7,15,-15,14v-14,3,-22,-37,-19,-89v3,-59,10,-119,34,-158v42,1,-3,56,2,88v-1,10,-3,18,-3,29v50,-22,104,-40,139,-78v15,-17,32,-40,4,-46v-66,-15,-132,-1,-189,20v-11,-1,-10,-17,-4,-23","w":281,"k":{"\u2019":-36,"\u2018":-36,"\u201d":-36,"\u201c":-36,"\u2026":65,"t":-18,"q":22,"o":18,"g":22,"e":-4,"d":5,"c":22,"a":9,"Y":-36,"W":-23,"V":-29,"J":54,"G":5,"A":40,".":65,",":65}},"Q":{"d":"110,-234v27,-24,96,-51,106,1v42,29,91,105,43,161v-17,20,-37,36,-59,50v15,21,38,38,49,64v-1,12,-23,25,-31,12v-14,-22,-29,-44,-46,-62v-61,20,-158,12,-154,-63v4,-75,49,-124,92,-163xm253,-127v-8,-52,-42,-86,-82,-106v-68,13,-96,72,-117,131v-23,62,34,93,97,72v-9,-18,-42,-40,-7,-50v25,-7,18,33,40,34v36,-11,60,-43,69,-81","w":299,"k":{"A":14}},"R":{"d":"262,-183v0,44,-47,63,-80,82r139,95v-45,41,-97,-32,-134,-56v-36,-24,-25,-26,-74,-24v-13,-12,-4,-36,20,-30v39,-6,69,-23,90,-47v35,-41,-33,-73,-85,-65r-48,8v32,61,-28,153,5,216v-17,19,-50,4,-41,-30v2,-61,23,-113,13,-179v-13,4,-20,6,-22,6v-15,-3,-11,-21,4,-25v62,-31,213,-41,213,49","w":315,"k":{"\u2026":-86,"z":-14,"w":14,"v":14,"J":-29,";":-86,":":-86,".":-86,",":-86}},"S":{"d":"15,-20v58,16,135,-2,154,-49v-36,-49,-149,-26,-153,-113v13,-55,71,-72,138,-74v34,0,70,23,48,56v-3,3,-8,6,-15,6v-1,-63,-117,-29,-136,1v-24,84,164,42,146,136v-28,46,-79,74,-148,74v-17,0,-45,-5,-42,-23v1,-5,3,-13,8,-14","w":220,"k":{"t":-29}},"T":{"d":"51,-224v82,0,168,-52,227,-15v5,44,-110,-11,-129,43v-3,60,-20,124,-7,181v-2,9,-5,20,-15,20v-26,-6,-21,-43,-21,-74v0,-42,11,-89,14,-128v1,-5,-3,-5,-8,-5v-35,-1,-82,17,-107,1v-5,-25,25,-23,46,-23","w":252,"k":{"\u2019":-36,"\u2018":-43,"\u201d":-36,"\u201c":-43,"\u2026":43,"\u2122":-14,"}":-36,"e":22,"]":-36,"Y":-65,"W":-43,"V":-36,"Q":11,"J":65,"A":65,".":43,",":43,")":-36}},"U":{"d":"263,-247v0,113,4,251,-132,251v-91,0,-115,-97,-89,-184v8,-28,4,-65,19,-86v25,-13,26,17,20,39v-19,69,-44,193,47,201v94,9,91,-77,96,-160v2,-30,0,-69,27,-73v8,-1,12,5,12,12","w":278,"k":{"A":20}},"V":{"d":"248,-247v9,-1,16,18,16,26v-19,78,-98,149,-125,223v-48,-1,-49,-70,-71,-104v-20,-52,-46,-98,-61,-155v6,-15,26,-13,29,5r77,183v8,17,12,26,14,27v45,-55,86,-128,115,-200v1,-4,3,-5,6,-5","k":{"\u2019":-29,"\u2018":-43,"\u201d":-29,"\u201c":-43,"}":-29,"y":29,"u":36,"s":14,"r":29,"q":29,"p":22,"o":14,"n":29,"m":29,"i":14,"e":22,"d":22,"c":22,"a":22,"]":-29,"W":-14,"V":-29,"Q":7,"O":7,"J":52,"G":9,"C":13,"A":54,")":-29}},"W":{"d":"335,-275v5,-15,29,-12,27,8v-8,104,-47,185,-80,259v-48,26,-55,-71,-80,-104v-7,-15,-6,-15,-11,-27v-28,41,-58,119,-91,156v-31,-5,-35,-51,-41,-78r-39,-174v1,-12,16,-20,23,-3v27,62,35,144,56,209v28,-50,57,-95,80,-151v10,-13,19,-12,29,11r30,70v14,33,24,52,28,58v36,-63,63,-143,69,-234","w":364,"k":{"\u2019":-36,"\u2018":-22,"\u201d":-36,"\u201c":-22,"z":36,"y":29,"x":36,"w":43,"v":36,"u":22,"t":-14,"n":14,"m":29,"i":29,"g":29,"e":29,"c":22,"a":22,"A":22}},"X":{"d":"140,-135v31,43,75,83,118,114v0,9,-14,22,-23,21v-39,-14,-89,-78,-117,-114v-41,33,-74,76,-104,120v-10,5,-16,-12,-14,-23v9,-53,77,-82,100,-122v-6,-18,-45,-75,-50,-101v-4,-20,22,-39,28,-10v14,33,28,64,48,91r89,-97v10,-14,39,-11,35,11v-2,15,-29,10,-34,29v-21,32,-52,54,-76,81","w":264,"k":{"J":-18}},"Y":{"d":"222,-293v4,-17,38,-14,30,5v-19,44,-65,78,-87,120v-33,32,-23,107,-30,166v-6,15,-35,15,-35,-5v0,-44,15,-92,9,-134v-41,-24,-61,-68,-94,-97v-3,-3,-5,-7,-5,-9v7,-11,32,-20,41,-2v23,24,41,54,67,75v32,-2,42,-47,63,-63","w":245,"k":{"\u2019":-36,"\u201d":-36,"}":-29,"z":58,"y":58,"x":43,"w":43,"v":72,"u":58,"s":43,"r":58,"q":29,"p":29,"o":43,"n":58,"m":36,"g":43,"f":43,"e":65,"d":65,"c":65,"a":36,"]":-29,"W":-14,"V":-22,"Q":20,"O":20,"J":50,"G":32,"C":32,"B":18,"A":50,")":-29}},"Z":{"d":"50,-245v64,35,181,-23,216,15r-163,178v71,-4,145,-27,215,-25v9,4,11,24,-5,22r-205,31v-14,1,-28,3,-42,3v-11,8,-42,31,-45,1v30,-44,82,-63,112,-106v20,-29,42,-56,70,-78v-43,-17,-131,22,-169,-14v1,-14,0,-28,16,-27","w":305},"[":{"d":"47,-187v2,-39,-37,-85,32,-85v25,0,71,-6,68,17v-3,22,-50,8,-73,15v-2,18,-1,68,-2,81r-10,200v-6,32,28,14,49,12v16,-2,17,20,10,27v-19,9,-55,8,-75,16v-26,-8,-13,-57,-11,-94","w":146,"k":{"j":-86}},"\\":{"d":"15,-248v-20,-19,-1,-49,19,-30r72,124v28,60,64,112,87,177v1,12,-18,16,-27,12r-97,-195","w":197},"]":{"d":"19,-253v6,-37,63,-18,101,-30v7,-1,19,10,17,17v-27,91,-34,220,-34,335v0,26,-34,9,-55,13v-18,0,-45,9,-51,-5v-3,-35,40,-23,75,-25v11,-88,2,-215,32,-298v0,-3,-1,-4,-4,-4v-27,-1,-40,5,-62,8v-5,0,-20,-5,-19,-11","w":150},"^":{"d":"44,-115v-6,17,-29,19,-30,-1v26,-44,55,-77,78,-114v7,-12,24,-11,27,4v22,39,62,68,78,113v-10,29,-26,0,-34,-11r-57,-76v-27,15,-49,65,-62,85","w":207},"_":{"d":"0,14v58,4,138,-19,161,13v-4,22,-41,-1,-67,7r-94,2v-8,0,-11,-5,-11,-12v0,-6,5,-10,11,-10","w":150},"`":{"d":"87,-184v-20,-24,-96,-51,-64,-73v30,10,46,37,72,49v16,8,7,29,-8,24","w":113},"a":{"d":"181,-55v51,-6,75,-46,105,-72v12,38,-40,62,-64,85v-25,24,-85,21,-91,-18v-25,25,-47,54,-91,60v-68,-52,11,-183,96,-176v63,6,-20,111,45,121xm47,-29v52,-9,90,-53,86,-113v0,-7,-4,-11,-12,-10v-50,12,-77,58,-82,111v0,6,3,11,8,12","w":236,"k":{"\u2026":-36,".":-36,",":-36}},"b":{"d":"195,-73v33,-13,78,-67,107,-55v-34,58,-115,69,-159,115v-12,13,-28,31,-53,34v-21,2,-21,-20,-5,-26v36,-30,93,-46,98,-106v2,-32,-31,-46,-52,-21v-27,32,-65,60,-66,119v0,6,-6,11,-13,11v-39,-43,4,-167,5,-235v5,-16,4,-47,28,-41v6,2,8,9,7,18v-11,55,-25,111,-26,176v20,-37,49,-79,96,-87v47,2,59,64,33,98","w":244,"k":{"\u2026":-22,".":-22,",":-22}},"c":{"d":"44,-54v9,53,85,20,110,1v30,-23,58,-59,93,-73v-3,37,-53,55,-74,81v-33,41,-155,80,-155,-12v0,-50,30,-87,58,-115v28,-28,49,10,53,35v2,13,-12,33,-21,13r-13,-29v-35,13,-46,55,-51,99","w":188,"k":{"\u2026":-14,".":-14,",":-14}},"d":{"d":"195,-52v46,-7,80,-52,109,-78v6,41,-50,74,-78,98v-42,35,-63,-28,-64,-72v-25,44,-70,102,-130,104v-38,-10,-15,-77,-2,-99v16,-29,38,-63,66,-81v8,-5,20,-7,36,-7v19,0,24,32,26,51v9,-29,12,-62,15,-98v2,-21,-1,-44,20,-43v7,0,16,2,16,8v0,59,-25,108,-23,176v1,12,1,38,9,41xm144,-110v-21,-8,4,-55,-26,-56v-36,19,-71,77,-81,124v3,25,22,16,39,5v32,-23,50,-42,68,-73","w":254,"k":{"\u2026":-43,".":-43,",":-43}},"e":{"d":"55,-67v3,61,93,26,115,4v27,-18,46,-45,73,-62v1,0,2,2,2,4v-35,55,-79,116,-158,116v-100,0,-56,-176,9,-189v21,-9,41,8,41,29v0,54,-48,69,-82,98xm55,-93v21,-18,69,-41,50,-76v-30,0,-43,45,-50,76","w":189,"k":{"\u2026":-43,".":-43,",":-43}},"f":{"d":"104,-130v38,0,73,-7,102,-5v-13,36,-75,25,-122,31v-16,72,-1,182,-73,196v-19,4,-24,-25,-7,-30v51,5,34,-78,49,-126r2,-31v1,-10,-11,-8,-11,-18v0,-5,20,-28,20,-34v7,-55,17,-115,68,-121v46,-5,38,69,5,79v4,-17,7,-51,-8,-56v-34,13,-38,64,-43,108v0,5,6,7,18,7","w":143,"k":{"\u2019":-115,"\u2018":-115,"\u201d":-115,"\u201c":-115,"\u2122":-86,"}":-94,"]":-94,"?":-29,"*":-115,")":-94}},"g":{"d":"161,-165v-13,81,0,186,-46,236v-37,39,-115,0,-125,-44v1,-10,9,-2,12,1v21,23,48,32,73,32v56,0,42,-77,52,-128v-22,22,-52,46,-91,50v-55,-53,27,-158,94,-169v15,1,29,6,31,22xm46,-55v51,15,97,-36,88,-100v-1,-8,-8,-8,-19,-8v-32,24,-67,58,-69,108","w":175},"h":{"d":"87,-253v-13,60,-14,135,-24,200v16,2,27,-39,43,-48v19,-23,39,-52,75,-53v32,14,7,87,37,102v56,-1,90,-48,122,-71v-9,51,-65,96,-123,101v-51,5,-34,-66,-50,-101v-54,27,-82,93,-116,141v-44,0,-5,-72,-9,-112v9,-56,-4,-132,22,-171v9,-8,26,-2,23,12","w":286,"k":{"\u2026":-58,";":-58,":":-58,".":-58,",":-58}},"i":{"d":"85,-271v13,0,21,1,20,14v5,27,-35,35,-47,18v1,-15,14,-29,27,-32xm213,-123v20,29,-36,65,-56,89v-14,16,-45,38,-67,37v-44,-1,-54,-47,-54,-91v0,-29,1,-77,34,-76v14,17,-6,53,-3,81v2,20,4,55,23,55v55,-13,93,-56,123,-95","w":167,"k":{"\u2026":-50,".":-50,",":-50}},"j":{"d":"101,-228v-24,-1,-34,-39,-7,-43v11,2,22,6,23,18v-3,8,-9,21,-16,25xm74,-173v29,10,-8,35,2,67v-3,82,14,192,-61,192v-23,0,-43,-10,-50,-27v0,-3,1,-5,3,-5v12,3,27,7,42,8v54,-8,34,-98,36,-160v1,-38,2,-69,28,-75","w":109,"k":{"\u2019":-50,"\u2018":-36,"\u201d":-50,"\u201c":-36}},"k":{"d":"286,-114v4,-5,16,-27,20,-9v-24,51,-60,101,-110,124v-58,26,-75,-41,-112,-65v-12,13,-27,22,-26,47v0,15,-3,25,-18,24v-25,-23,3,-95,7,-138r10,-118v-1,-20,28,-29,34,-10r-29,190r81,-98v7,-21,57,-30,41,3v-26,27,-60,53,-82,81v32,16,49,76,95,55v37,-17,65,-57,89,-86","w":246,"k":{"\u2026":-43,";":-29,":":-29,".":-43,",":-43}},"l":{"d":"100,-34v52,0,69,-53,101,-78v1,44,-53,97,-106,104v-101,-12,-34,-161,-34,-244v0,-17,23,-30,32,-13r-29,177v0,29,8,54,36,54","w":159,"k":{"\u2026":-79,";":-58,":":-58,".":-79,",":-79}},"m":{"d":"185,-19v-36,-2,-9,-89,-33,-106v-37,25,-55,78,-81,114v-14,19,-36,-2,-33,-28v4,-40,6,-76,11,-113v2,-13,27,-24,29,-3v2,38,-13,72,-15,110v31,-34,44,-82,81,-109v39,-18,44,32,44,72v0,19,9,30,18,7v22,-31,31,-77,74,-87v41,10,-3,139,65,99v28,-17,48,-43,72,-64v3,44,-54,77,-89,98v-46,16,-47,-38,-53,-77v0,-8,0,-18,-6,-20v-36,22,-47,90,-84,107","w":366},"n":{"d":"326,-130v6,45,-61,99,-114,110v-50,-1,-39,-66,-56,-101v-44,-6,-55,59,-86,82v-6,7,-14,15,-23,18v-27,-22,-19,-138,21,-148v7,0,8,15,6,22v-5,23,-17,49,-14,77v37,-21,52,-99,113,-82v26,17,10,74,32,98v4,3,8,4,15,4v52,0,71,-55,106,-80","w":272,"k":{"\u2026":-79,".":-79,",":-79}},"o":{"d":"134,-174v21,33,97,46,140,22v2,47,-83,43,-112,22v19,68,-35,131,-112,126v-56,-4,-31,-92,-7,-118v21,-24,50,-72,91,-52xm99,-149v-27,24,-82,85,-37,118v56,0,100,-55,72,-106v-12,-4,-22,-13,-35,-12","w":208},"p":{"d":"172,-67v49,-18,87,-51,130,-75v6,44,-68,61,-100,85v-33,15,-60,37,-97,45v-19,4,-29,-24,-9,-29v45,-11,75,-38,83,-87v-3,-46,-53,-14,-64,3v-45,44,-62,114,-65,198v0,17,-28,19,-31,2r16,-201v-1,-37,26,-42,33,-17v-2,20,-11,40,-8,61v28,-45,49,-90,110,-99v47,2,42,77,15,99v-4,5,-8,11,-13,15","w":241},"q":{"d":"255,-95v9,-5,27,-44,34,-21v-35,75,-109,112,-157,174v-5,20,-21,40,-36,15v-3,-50,31,-102,40,-146v-26,20,-54,54,-94,54v-21,0,-24,-9,-24,-35v0,-69,59,-131,127,-143v28,3,22,34,31,56r-48,164r68,-59xm149,-144v-27,12,3,-30,-16,-27v-31,5,-87,63,-90,109v-2,26,9,18,25,10v37,-19,81,-36,81,-92","w":233},"r":{"d":"59,-50v20,-56,76,-138,139,-92v2,13,-8,12,-22,12v-73,0,-90,77,-113,135v-20,15,-34,-4,-30,-33v7,-44,7,-95,20,-134v8,-11,25,-2,22,15","w":184,"k":{"\u2019":-50,"\u2018":-72,"\u201d":-50,"\u201c":-72}},"s":{"d":"163,-97v20,-8,33,-49,48,-34v-7,36,-43,53,-64,78v-39,26,-75,73,-124,86v-5,1,-17,-2,-16,-8v1,-43,102,-28,58,-87v-11,-15,-26,-32,-26,-56v0,-30,17,-58,42,-66v36,10,-2,50,-16,58v5,28,24,52,37,74v23,-9,43,-29,61,-45","w":150},"t":{"d":"100,-147v43,3,78,-11,113,-12v-7,45,-82,25,-125,41v-9,33,-18,67,-21,106v-2,17,13,14,14,27v-11,22,-46,10,-43,-20v4,-37,14,-72,19,-103v-7,-19,-65,15,-60,-23v9,-21,71,12,71,-31r20,-84v5,-14,28,-14,26,5v-3,30,-20,62,-21,88v0,4,3,6,7,6","w":134,"k":{"\u2019":-65,"\u201d":-65}},"u":{"d":"202,-171v-8,40,-16,128,40,103v38,-17,65,-51,96,-76v-6,55,-68,93,-120,110v-35,-2,-39,-35,-44,-66v-29,39,-49,90,-110,96v-54,-12,-17,-87,-19,-143v2,-8,5,-16,16,-15v40,17,-8,81,0,118v51,37,98,-68,118,-115v6,-13,11,-20,15,-20v6,1,7,2,8,8","w":275},"v":{"d":"215,-124v29,0,47,-23,67,-15v-14,34,-73,48,-110,27r-65,128v-9,8,-23,2,-23,-12v0,-49,-39,-84,-45,-136v-3,-27,33,-41,36,-13v-13,46,15,89,30,121v24,-33,31,-85,56,-117v20,-9,31,17,54,17","w":209},"w":{"d":"297,-159v13,26,75,27,95,7v0,0,8,-1,7,5v-8,40,-77,43,-111,25v-25,35,-31,90,-55,126v-4,3,-8,6,-13,7v-41,-13,-47,-75,-60,-113v-25,33,-34,103,-66,122v-45,-24,-55,-96,-55,-158v0,-14,7,-21,21,-21v16,5,10,35,13,53v5,31,10,62,23,83v33,-33,29,-110,73,-133v5,0,8,4,9,12v4,33,12,60,18,83v17,60,40,18,45,-10v13,-31,17,-74,45,-91v5,1,8,1,11,3","w":322},"x":{"d":"244,-72v20,-13,43,-72,59,-56v-19,47,-53,86,-90,110v-41,27,-78,-1,-106,-28v-27,18,-38,53,-52,83v-15,0,-23,-8,-24,-23v8,-37,32,-52,56,-77v-17,-21,-39,-44,-42,-77v-2,-21,33,-27,34,-5v2,31,12,46,29,62v26,-20,37,-49,56,-75v43,4,10,45,-5,57v-11,14,-19,23,-31,35v18,18,54,44,85,22v9,-6,20,-16,31,-28","w":243},"y":{"d":"88,-154v-12,29,-42,76,-15,107v59,-7,110,-40,103,-115v3,-11,8,-17,15,-17v27,2,10,49,10,76v0,62,-17,123,-42,163v-31,50,-118,24,-135,-17v0,-5,5,-16,9,-16v17,22,41,38,76,37v48,-14,55,-77,60,-130v-27,15,-62,43,-100,48v-60,-10,-28,-114,-7,-147v7,-12,28,-5,26,11","w":226},"z":{"d":"91,-27v42,2,92,16,118,-9v6,0,6,6,7,10v-16,44,-81,31,-126,21v-27,-6,-38,31,-60,15v-8,-15,9,-22,17,-31v32,-35,70,-68,95,-110v-27,-6,-103,18,-105,-17v10,-28,51,4,88,-10v19,-1,56,-14,60,9v-23,49,-66,77,-94,122","w":217},"{":{"d":"76,5v-3,45,31,58,63,42v10,0,14,2,14,8v-3,21,-26,29,-51,26v-45,-5,-50,-53,-49,-103v0,-23,2,-41,-11,-46v-13,3,-38,18,-39,-5v7,-33,80,-26,63,-77v-19,-60,1,-114,57,-125v21,-4,26,26,11,32v-49,-12,-50,42,-42,83v7,40,-12,58,-31,72v24,12,17,59,15,93","w":152,"k":{"j":-86}},"|":{"d":"59,-361v10,0,11,14,11,24r-2,475v1,39,-17,52,-26,27r4,-504v-1,-12,3,-22,13,-22","w":116},"}":{"d":"78,-226v0,-34,-56,-27,-73,-11v-3,0,-5,-1,-5,-4v1,-28,26,-37,58,-37v29,0,46,21,46,55v0,43,-26,62,-24,107v11,23,55,-11,63,23v-2,16,-30,18,-43,11v-22,21,9,65,5,106v-4,40,-24,67,-68,61v-8,-1,-18,-7,-18,-16v4,-13,22,-15,37,-12v33,-14,13,-85,11,-124v-1,-14,5,-18,16,-21v-58,-21,-5,-88,-5,-138","w":145},"~":{"d":"48,-152v62,-59,94,46,161,28v22,-6,26,-63,55,-48v2,2,4,4,4,7v-9,35,-46,75,-92,71v-39,-3,-46,-52,-91,-50v-27,1,-34,45,-53,58v-34,-12,-1,-60,16,-66","w":280},"\u2122":{"d":"111,-253v33,14,79,-19,106,6v0,29,27,52,45,63v19,-12,40,-74,71,-78v24,9,-12,80,25,97v7,6,11,26,-6,25v-27,-1,-32,-40,-33,-72v0,-1,-2,-3,-4,-5v-28,13,-27,58,-57,68v-22,-10,-32,-35,-49,-50v-13,17,-13,98,-44,59v-2,-3,17,-54,28,-81v-3,-19,-66,0,-75,-2v-15,14,-18,63,-19,85v-3,2,-7,9,-10,9v-28,-14,-6,-69,1,-91v-9,-12,-40,8,-51,7v-11,0,-16,-3,-16,-10v9,-31,64,-16,88,-30","w":372},"\u2026":{"d":"214,-20v1,-20,39,-26,39,0v0,10,-10,19,-20,19v-9,0,-19,-10,-19,-19xm122,-10v-4,-23,32,-41,32,-16v0,10,-3,26,-14,26v-7,0,-19,-3,-18,-10xm32,-11v-12,-24,20,-35,36,-24v2,17,-25,46,-36,24","w":292,"k":{"9":94,"7":72,"2":-36,"0":-25}},"\u2013":{"d":"62,-113v60,-10,125,2,181,-9v22,0,33,6,33,18v0,19,-24,4,-42,8v-46,10,-122,4,-166,4v-16,0,-17,-19,-6,-21","w":289},"\u2014":{"d":"170,-119v75,7,170,-14,214,8v1,5,-8,20,-12,19r-304,6v-3,-3,-13,-1,-11,-9v-1,-26,33,-16,56,-20v17,-3,36,-6,57,-4","w":411},"\u201c":{"d":"114,-195v6,-31,30,-60,57,-67v1,0,4,2,8,6v11,9,1,14,-6,18v-11,12,-34,17,-33,41v4,14,20,30,1,39v-17,-4,-22,-20,-27,-37xm33,-238v12,-8,35,-40,52,-17v-5,26,-45,19,-47,52v2,8,21,11,20,23v1,4,-5,13,-9,12v-20,-6,-45,-26,-28,-53v5,-8,8,-14,12,-17","w":209,"k":{"\u2018":-43,"\u201c":-43,"\u2026":79,"J":58,"A":108,".":79,",":79}},"\u201d":{"d":"157,-273v12,9,31,21,30,43v-2,26,-13,70,-36,75v-5,0,-14,-4,-12,-11v8,-24,41,-51,8,-75v-9,-6,-6,-13,-7,-24v0,-2,14,-9,17,-8xm35,-244v-2,-21,17,-25,26,-8v35,25,6,90,-29,93v-19,-3,-15,-26,2,-28v14,-2,16,-17,20,-29v-2,-11,-15,-19,-19,-28","w":206,"k":{"\u2019":-58,"\u201d":-58,"\u2026":58,"W":-22,"V":-29,"T":-22,"J":58,"A":36,".":58,",":58}},"\u2018":{"d":"54,-152v-53,-20,-13,-99,30,-103v10,2,19,21,3,23v-13,12,-34,17,-34,41v0,11,19,33,1,39","w":111,"k":{"\u201c":-43,"\u2026":79,"J":58,"A":108,".":79,",":79,"\u2018":50}},"\u2019":{"d":"28,-260v-6,-39,28,-22,38,-6v17,28,-1,90,-28,99v-34,-16,17,-35,11,-65v1,-13,-17,-20,-21,-28","w":85,"k":{"\u201d":-58,"\u2026":58,"W":-22,"V":-29,"T":-22,"J":58,"A":36,".":58,",":58,"\u2019":36}},"\u00d7":{"d":"177,-155v-4,26,-47,40,-56,62v18,24,43,40,57,68v-13,29,-35,-9,-45,-19r-28,-33v-21,20,-38,44,-62,61v-4,1,-12,-9,-12,-12v15,-22,44,-43,59,-64v-16,-18,-36,-35,-52,-52v-7,-8,-2,-21,9,-21v27,11,35,40,58,59v15,-5,38,-52,61,-57v6,-1,10,4,11,8","w":205},"\u2032":{"d":"58,-260v29,22,-21,62,-9,110v-2,8,-4,15,-12,16v-14,-3,-15,-25,-12,-42v5,-29,13,-76,33,-84","w":83},"\u2033":{"d":"104,-215v5,-15,1,-59,27,-44v6,33,-11,86,-20,119v-13,5,-20,-4,-20,-17v0,-7,13,-52,13,-58xm23,-160v9,-33,11,-72,23,-101v23,-6,17,25,13,44v-4,16,-9,34,-10,54v-2,8,-4,21,-14,21v-9,1,-12,-10,-12,-18","w":145},"\u00a0":{"w":143}}});

/*---- clear inputs ---*/
function clearInputs(){
	jQuery('input:text, input:password, textarea').each(function(){
		var _el = jQuery(this);
		_el.data('val', _el.val());
		_el.bind('focus', function(){
			if(_el.val() == _el.data('val')) _el.val('');
		}).bind('blur', function(){
			if(_el.val() == '') _el.val(_el.data('val'));
		});
	});
}
/*--- home gallery ---*/
function homeGallery(){
	var stay_time = 5000; //in ms
	var change_speed = 500; //in ms
	jQuery('#home-visual').each(function(){
		var _hold = jQuery(this);
		var _list = _hold.find('img');
		var _a = _list.index(_list.filter('.active:eq(0)')) != -1 ? _list.index(_list.filter('.active:eq(0)')) : 0;
		var _f = true, _t;
		_list.removeClass('active').css('opacity', 0).eq(_a).addClass('active').css('opacity', 1);
		if(_list.length < 2) _f = false;
		if(_f){
			_t = setTimeout(function(){
				if(_a < _list.length - 1) changeEl(_a + 1);
				else changeEl(0);
			}, stay_time);
		}
		
		function changeEl(_ind){
			if(_t) clearTimeout(_t);
			if(_ind != _a){
				_list.eq(_a).removeClass('active').animate({opacity:0},{queue:false, duration: change_speed});
				_list.eq(_ind).addClass('active').animate({opacity:1},{queue:false, duration: change_speed});
				_a = _ind;
			}
			if(_f){
				_t = setTimeout(function(){
					if(_a < _list.length - 1) changeEl(_a + 1);
					else changeEl(0);
				}, stay_time+change_speed);
			}
		}
	})
}
/*--- ---*/
jQuery(document).ready(function(){
	Cufon.replace('#slider .text p,a.more', { fontFamily: 'Segoe Script',hover:true});
	clearInputs();
	jQuery('div.navigation').each(function(){
		if(jQuery(this).find('a').length == 0) jQuery(this).remove();
	});
	jQuery('#promo div.box').click(function(){
		if(jQuery(this).find('a.more').length){
			window.location.href = jQuery(this).find('a.more').attr('href');
			return false;
		}
	});
	homeGallery();
});
