/* Mailmask */
function noSpam(domain){
	var d; var f;
	f = "info";
	switch(domain){
			default:
			case "wildbad" :	d='wildbadapotheke.de';
									break;
			case "burg" 	:	d='burgapotheke-burgthann.de';
									f = "team";
									break;
			case "haut" 	:	d='wildbad-hautaesthetik.de';
									break;
		}
	if(document.getElementById)
	{
		var at="@";var links=document.getElementsByTagName('a');
		for(var i=0;i<links.length;i++)
		{
			var linkElem=links[i];
			if(linkElem.className=='escape')
			{
				var mail=linkElem.firstChild;mail.nextSibling.firstChild.innerHTML=at;linkElem.href="mailto:"+f+at+d; Cufon.refresh();
			}
			// special cases for landingpage
			if(linkElem.className=='escape-wildbad')
			{
				d='wildbadapotheke.de';
				var mail=linkElem.firstChild;mail.nextSibling.firstChild.innerHTML=at;linkElem.href="mailto:"+f+at+d; Cufon.refresh();
			}
			if(linkElem.className=='escape-burg')
			{
				d='burgapotheke-burgthann.de';
				f = "team";
				var mail=linkElem.firstChild;mail.nextSibling.firstChild.innerHTML=at;linkElem.href="mailto:"+f+at+d; Cufon.refresh();
			}
			if(linkElem.className=='escape-haut')
			{
				d='wildbad-hautaesthetik.de';
				var mail=linkElem.firstChild;mail.nextSibling.firstChild.innerHTML=at;linkElem.href="mailto:"+f+at+d; Cufon.refresh();
			}
		}
	}
}
//window.addEventListener?window.addEventListener('load',noSpam,false):window.attachEvent('onload',noSpam);

$(document).ready(function(){
	//noSpam();
	if($.browser.msie && parseInt($.browser.version) == 7){ // IE7 lineheight bugfix (fixing = not rendering)
		Cufon.replace('h3, h4, .aktuelles-content-box h2');
	}else{
		Cufon.replace('h2, h3, h4');
	}
	Cufon.replace('#contactdata, .header-copy, #footer p, #navigation-1 a.active');
	Cufon.replace('#navigation-1 a', { textShadow: "1px 1px rgba(255,255,255,0.23)", hover: true });
	Cufon.replace('#navigation-2 a, #aktuelles-box h2', { textShadow: "1px 1px rgba(40,51,3,0.23)", hover: true });
	Cufon.replace('#footer a, .navigation a', { hover: true });
	
	$('#topimg-container img').css({opacity: 0.8});
	
	$('#topimg-container img').hover(	
												function(){
													$(this).stop().animate({opacity: 1});
												},
												function(){
													$(this).stop().animate({opacity: 0.8});
												}
										);
	
	$("a[rel*='lightbox']").colorbox({maxHeight: '90%', maxWidth: '90%', photo:true, close:"schlie&szlig;en", next:">", previous:"<", current: "Bild {current} / {total}"});
	$('a#unternehmensvideo-link').colorbox({href:"unternehmensvideo.html", innerWidth: "500px", innerHeight:"300px", close:"schlie&szlig;en"});	// todo
	
	$('.ewcms_news_feed p').append('...'); // add ... after newsloop entry
	
	var trigger = '.accBtn'; //start-button
	var content = '.accCtn'; //content
	var speed = 800; //sliding-time in ms
	
	jQuery(trigger).click(function() {
		jQuery(content).slideUp(speed, "linear");
		if(jQuery(this).next().css('display') != 'block')
		{
			jQuery(this).next().slideDown(speed, "linear");
		}
	});
	jQuery(content).not("div.active").hide(); // hide the content
	
	// bestellform
	$("#addfield").click(addFieldClick);
	
	$('.removeArticle').live('click', function(e) {
		e.preventDefault();
		if($("table#bestellform tr").length > 2){	// do not delete first input entry row
			$(this).parent().parent().remove();
		}else{
			$(this).parent().parent().remove();
			addFieldClick(null);
		}
	});
	// starting with 5 input rows
	intFields = 5;
});

var intFields;

	function addFieldClick(e){
		if(e != null) e.preventDefault();
		strFieldTitle = 'article';
		strNewField = '<tr><td><input type="text" maxlength="256" name="Artikel_%" value="" class="input-article" /></td><td><input type="text" maxlength="9" name="Bestellmenge_%" value="" class="input-amount" /></td><td><a href="#" title="Artikel l&ouml;schen" class="removeArticle">Artikel l&ouml;schen</a></td></tr>';
		addField(strFieldTitle, strNewField);
	}

	function addField(strFieldTitle, strNewField) {      
	  // We store a count of the total number of fields
	  strCountField = '#' + strFieldTitle + '_count';      
	  //intFields = $(strCountField).val(); 

	  // Create the new ID/Name for the form element by replacing % with the current field count 
	  strNewField = strNewField.replace(/%/g, intFields);

	  // Increment the total field count and update the count field
	  intFields = Number(intFields) + 1;    
	  $(strCountField).val(intFields); 

	  //  Add the new field to the bottom of the table            
	  $("#" + "bestellform" + " tr:last").after(strNewField);    
	}

// ColorBox v1.3.16 - a full featured, light-weight, customizable lightbox based on jQuery 1.3+
// Copyright (c) 2011 Jack Moore - jack@colorpowered.com
// Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
(function(a,b,c){function ba(b){if(!T){O=b,Z(a.extend(J,a.data(O,e))),x=a(O),P=0,J.rel!=="nofollow"&&(x=a("."+V).filter(function(){var b=a.data(this,e).rel||this.rel;return b===J.rel}),P=x.index(O),P===-1&&(x=x.add(O),P=x.length-1));if(!R){R=S=!0,q.show();if(J.returnFocus)try{O.blur(),a(O).one(k,function(){try{this.focus()}catch(a){}})}catch(c){}p.css({opacity:+J.opacity,cursor:J.overlayClose?"pointer":"auto"}).show(),J.w=X(J.initialWidth,"x"),J.h=X(J.initialHeight,"y"),U.position(0),n&&y.bind("resize."+o+" scroll."+o,function(){p.css({width:y.width(),height:y.height(),top:y.scrollTop(),left:y.scrollLeft()})}).trigger("resize."+o),$(g,J.onOpen),I.add(C).hide(),H.html(J.close).show()}U.load(!0)}}function _(){var a,b=f+"Slideshow_",c="click."+f,d,e,g;J.slideshow&&x[1]&&(d=function(){E.text(J.slideshowStop).unbind(c).bind(i,function(){if(P<x.length-1||J.loop)a=setTimeout(U.next,J.slideshowSpeed)}).bind(h,function(){clearTimeout(a)}).one(c+" "+j,e),q.removeClass(b+"off").addClass(b+"on"),a=setTimeout(U.next,J.slideshowSpeed)},e=function(){clearTimeout(a),E.text(J.slideshowStart).unbind([i,h,j,c].join(" ")).one(c,d),q.removeClass(b+"on").addClass(b+"off")},J.slideshowAuto?d():e())}function $(b,c){c&&c.call(O),a.event.trigger(b)}function Z(b){for(var c in b)a.isFunction(b[c])&&c.substring(0,2)!=="on"&&(b[c]=b[c].call(O));b.rel=b.rel||O.rel||"nofollow",b.href=a.trim(b.href||a(O).attr("href")),b.title=b.title||O.title}function Y(a){return J.photo||/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i.test(a)}function X(a,b){b=b==="x"?y.width():y.height();return typeof a=="string"?Math.round(/%/.test(a)?b/100*parseInt(a,10):parseInt(a,10)):a}function W(c,d){var e=b.createElement("div");c&&(e.id=f+c),e.style.cssText=d||!1;return a(e)}var d={transition:"elastic",speed:300,width:!1,initialWidth:"600",innerWidth:!1,maxWidth:!1,height:!1,initialHeight:"450",innerHeight:!1,maxHeight:!1,scalePhotos:!0,scrolling:!0,inline:!1,html:!1,iframe:!1,fastIframe:!0,photo:!1,href:!1,title:!1,rel:!1,opacity:.9,preloading:!0,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:!1,returnFocus:!0,loop:!0,slideshow:!1,slideshowAuto:!0,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",onOpen:!1,onLoad:!1,onComplete:!1,onCleanup:!1,onClosed:!1,overlayClose:!0,escKey:!0,arrowKey:!0},e="colorbox",f="cbox",g=f+"_open",h=f+"_load",i=f+"_complete",j=f+"_cleanup",k=f+"_closed",l=f+"_purge",m=a.browser.msie&&!a.support.opacity,n=m&&a.browser.version<7,o=f+"_IE6",p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J={},K,L,M,N,O,P,Q,R,S,T=!1,U,V=f+"Element";U=a.fn[e]=a[e]=function(b,c){var f=this,g;if(!f[0]&&f.selector)return f;b=b||{},c&&(b.onComplete=c);if(!f[0]||f.selector===undefined)f=a("<a/>"),b.open=!0;f.each(function(){a.data(this,e,a.extend({},a.data(this,e)||d,b)),a(this).addClass(V)}),g=b.open,a.isFunction(g)&&(g=g.call(f)),g&&ba(f[0]);return f},U.init=function(){y=a(c),q=W().attr({id:e,"class":m?f+(n?"IE6":"IE"):""}),p=W("Overlay",n?"position:absolute":"").hide(),r=W("Wrapper"),s=W("Content").append(z=W("LoadedContent","width:0; height:0; overflow:hidden"),B=W("LoadingOverlay").add(W("LoadingGraphic")),C=W("Title"),D=W("Current"),F=W("Next"),G=W("Previous"),E=W("Slideshow").bind(g,_),H=W("Close")),r.append(W().append(W("TopLeft"),t=W("TopCenter"),W("TopRight")),W(!1,"clear:left").append(u=W("MiddleLeft"),s,v=W("MiddleRight")),W(!1,"clear:left").append(W("BottomLeft"),w=W("BottomCenter"),W("BottomRight"))).children().children().css({"float":"left"}),A=W(!1,"position:absolute; width:9999px; visibility:hidden; display:none"),a("body").prepend(p,q.append(r,A)),s.children().hover(function(){a(this).addClass("hover")},function(){a(this).removeClass("hover")}).addClass("hover"),K=t.height()+w.height()+s.outerHeight(!0)-s.height(),L=u.width()+v.width()+s.outerWidth(!0)-s.width(),M=z.outerHeight(!0),N=z.outerWidth(!0),q.css({"padding-bottom":K,"padding-right":L}).hide(),F.click(function(){U.next()}),G.click(function(){U.prev()}),H.click(function(){U.close()}),I=F.add(G).add(D).add(E),s.children().removeClass("hover"),a("."+V).live("click",function(a){a.button!==0&&typeof a.button!="undefined"||a.ctrlKey||a.shiftKey||a.altKey||(a.preventDefault(),ba(this))}),p.click(function(){J.overlayClose&&U.close()}),a(b).bind("keydown."+f,function(a){var b=a.keyCode;R&&J.escKey&&b===27&&(a.preventDefault(),U.close()),R&&J.arrowKey&&x[1]&&(b===37?(a.preventDefault(),G.click()):b===39&&(a.preventDefault(),F.click()))})},U.remove=function(){q.add(p).remove(),a("."+V).die("click").removeData(e).removeClass(V)},U.position=function(a,c){function g(a){t[0].style.width=w[0].style.width=s[0].style.width=a.style.width,B[0].style.height=B[1].style.height=s[0].style.height=u[0].style.height=v[0].style.height=a.style.height}var d,e=Math.max(b.documentElement.clientHeight-J.h-M-K,0)/2+y.scrollTop(),f=Math.max(y.width()-J.w-N-L,0)/2+y.scrollLeft();d=q.width()===J.w+N&&q.height()===J.h+M?0:a,r[0].style.width=r[0].style.height="9999px",q.dequeue().animate({width:J.w+N,height:J.h+M,top:e,left:f},{duration:d,complete:function(){g(this),S=!1,r[0].style.width=J.w+N+L+"px",r[0].style.height=J.h+M+K+"px",c&&c()},step:function(){g(this)}})},U.resize=function(a){if(R){a=a||{},a.width&&(J.w=X(a.width,"x")-N-L),a.innerWidth&&(J.w=X(a.innerWidth,"x")),z.css({width:J.w}),a.height&&(J.h=X(a.height,"y")-M-K),a.innerHeight&&(J.h=X(a.innerHeight,"y"));if(!a.innerHeight&&!a.height){var b=z.wrapInner("<div style='overflow:auto'></div>").children();J.h=b.height(),b.replaceWith(b.children())}z.css({height:J.h}),U.position(J.transition==="none"?0:J.speed)}},U.prep=function(b){function h(b){U.position(b,function(){var b,d,g,h,j=x.length,k,n;!R||(n=function(){B.hide(),$(i,J.onComplete)},m&&Q&&z.fadeIn(100),C.html(J.title).add(z).show(),j>1?(typeof J.current=="string"&&D.html(J.current.replace(/\{current\}/,P+1).replace(/\{total\}/,j)).show(),F[J.loop||P<j-1?"show":"hide"]().html(J.next),G[J.loop||P?"show":"hide"]().html(J.previous),b=P?x[P-1]:x[j-1],g=P<j-1?x[P+1]:x[0],J.slideshow&&E.show(),J.preloading&&(h=a.data(g,e).href||g.href,d=a.data(b,e).href||b.href,h=a.isFunction(h)?h.call(g):h,d=a.isFunction(d)?d.call(b):d,Y(h)&&(a("<img/>")[0].src=h),Y(d)&&(a("<img/>")[0].src=d))):I.hide(),J.iframe?(k=a("<iframe/>").addClass(f+"Iframe")[0],J.fastIframe?n():a(k).load(n),k.name=f+ +(new Date),k.src=J.href,J.scrolling||(k.scrolling="no"),m&&(k.frameborder=0,k.allowTransparency="true"),a(k).appendTo(z).one(l,function(){k.src="//about:blank"})):n(),J.transition==="fade"?q.fadeTo(c,1,function(){q[0].style.filter=""}):q[0].style.filter="",y.bind("resize."+f,function(){U.position(0)}))})}function g(){J.h=J.h||z.height(),J.h=J.mh&&J.mh<J.h?J.mh:J.h;return J.h}function d(){J.w=J.w||z.width(),J.w=J.mw&&J.mw<J.w?J.mw:J.w;return J.w}if(!!R){var c=J.transition==="none"?0:J.speed;y.unbind("resize."+f),z.remove(),z=W("LoadedContent").html(b),z.hide().appendTo(A.show()).css({width:d(),overflow:J.scrolling?"auto":"hidden"}).css({height:g()}).prependTo(s),A.hide(),a(Q).css({"float":"none"}),n&&a("select").not(q.find("select")).filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one(j,function(){this.style.visibility="inherit"}),J.transition==="fade"?q.fadeTo(c,0,function(){h(0)}):h(c)}},U.load=function(b){var c,d,g=U.prep;S=!0,Q=!1,O=x[P],b||Z(a.extend(J,a.data(O,e))),$(l),$(h,J.onLoad),J.h=J.height?X(J.height,"y")-M-K:J.innerHeight&&X(J.innerHeight,"y"),J.w=J.width?X(J.width,"x")-N-L:J.innerWidth&&X(J.innerWidth,"x"),J.mw=J.w,J.mh=J.h,J.maxWidth&&(J.mw=X(J.maxWidth,"x")-N-L,J.mw=J.w&&J.w<J.mw?J.w:J.mw),J.maxHeight&&(J.mh=X(J.maxHeight,"y")-M-K,J.mh=J.h&&J.h<J.mh?J.h:J.mh),c=J.href,B.show(),J.inline?(W().hide().insertBefore(a(c)[0]).one(l,function(){a(this).replaceWith(z.children())}),g(a(c))):J.iframe?g(" "):J.html?g(J.html):Y(c)?(a(Q=new Image).addClass(f+"Photo").error(function(){J.title=!1,g(W("Error").text("This image could not be loaded"))}).load(function(){var a;Q.onload=null,J.scalePhotos&&(d=function(){Q.height-=Q.height*a,Q.width-=Q.width*a},J.mw&&Q.width>J.mw&&(a=(Q.width-J.mw)/Q.width,d()),J.mh&&Q.height>J.mh&&(a=(Q.height-J.mh)/Q.height,d())),J.h&&(Q.style.marginTop=Math.max(J.h-Q.height,0)/2+"px"),x[1]&&(P<x.length-1||J.loop)&&(Q.style.cursor="pointer",Q.onclick=function(){U.next()}),m&&(Q.style.msInterpolationMode="bicubic"),setTimeout(function(){g(Q)},1)}),setTimeout(function(){Q.src=c},1)):c&&A.load(c,function(b,c,d){g(c==="error"?W("Error").text("Request unsuccessful: "+d.statusText):a(this).contents())})},U.next=function(){!S&&x[1]&&(P<x.length-1||J.loop)&&(P=P<x.length-1?P+1:0,U.load())},U.prev=function(){!S&&x[1]&&(P||J.loop)&&(P=P?P-1:x.length-1,U.load())},U.close=function(){R&&!T&&(T=!0,R=!1,$(j,J.onCleanup),y.unbind("."+f+" ."+o),p.fadeTo(200,0),q.stop().fadeTo(300,0,function(){q.add(p).css({opacity:1,cursor:"auto"}).hide(),$(l),z.remove(),setTimeout(function(){T=!1,$(k,J.onClosed)},1)}))},U.element=function(){return a(O)},U.settings=d,a(U.init)})(jQuery,document,this);

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Converted by ALLTYPE
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{},{"d":"31,-252r74,113r71,-113r28,0r-88,136r71,0r0,22r-71,0r0,20r71,0r0,23r-71,0r0,51r-25,0r0,-51r-74,0r0,-23r74,0r0,-20r-74,0r0,-22r71,0r-88,-136r31,0","w":198},{"w":180},{},{},{"d":"40,-261r71,108r73,-108r29,0r-88,125r90,136r-28,0r-79,-116r-77,116r-28,0r91,-136r-88,-125r34,0","w":218},{"d":"65,-111r0,34r-31,0r0,-34r31,0","w":90},{"d":"34,-258r0,34r-31,0r0,-34r31,0xm96,-258r0,34r-31,0r0,-34r31,0","w":113},{},{},{},{},{"w":180},{},{},{"d":"62,-261r0,261r-25,0r0,-261r25,0xm96,-334r-48,53r-20,0r34,-53r34,0"},{"d":"98,-17v35,0,52,-17,58,-45r25,0v-10,42,-33,64,-79,65v-60,1,-83,-41,-85,-96v-3,-51,37,-97,82,-97v57,-1,87,48,82,103r-139,-1v3,37,17,71,56,71xm156,-108v8,-56,-70,-79,-99,-37v-6,8,-12,21,-15,38","w":198},{},{},{"d":"116,-139r0,17r-113,0r0,-17r113,0xm59,-150v-32,1,-53,-29,-53,-63v0,-33,23,-55,53,-56v34,0,57,22,57,57v0,39,-22,62,-57,62xm59,-252v-24,0,-35,20,-33,48v2,18,12,37,33,37v24,0,40,-23,37,-51v-2,-17,-17,-34,-37,-34","w":119},{"w":180},{},{"d":"102,-136r0,17r-93,0r0,-17r93,0xm11,-233v4,-24,23,-33,55,-33v49,0,31,73,39,116v-12,0,-26,4,-23,-14v-15,27,-79,19,-74,-19v4,-35,33,-35,74,-35v4,-21,-4,-33,-27,-31v-12,0,-23,4,-24,17xm82,-204v-28,2,-54,1,-54,24v0,14,16,20,31,16v18,-4,27,-17,23,-40","w":107},{},{},{},{},{"d":"3,-108r93,0r0,23r-93,0r0,-23"},{},{},{},{},{},{"d":"26,-133v-2,-37,33,-69,68,-68v34,0,65,30,65,65v0,35,-27,68,-65,68v-38,0,-66,-31,-68,-65","w":178},{},{"w":180},{},{},{"d":"98,-17v35,0,52,-17,58,-45r25,0v-10,42,-33,64,-79,65v-60,1,-83,-41,-85,-96v-3,-51,37,-97,82,-97v57,-1,87,48,82,103r-139,-1v3,37,17,71,56,71xm156,-108v8,-56,-70,-79,-99,-37v-6,8,-12,21,-15,38xm85,-258r0,34r-31,0r0,-34r31,0xm147,-258r0,34r-31,0r0,-34r31,0","w":198},{"d":"20,-167r20,0r39,71r-39,70r-20,0r34,-70"},{},{"d":"0,20r181,0r0,22r-181,0r0,-22","w":178},{"d":"181,-111r0,23r-181,0r0,-23r181,0","w":178},{},{"w":180},{},{},{"d":"51,-181r0,181r-23,0r0,-181r23,0xm31,-255r34,54r-20,0r-48,-54r34,0","w":79},{},{},{},{},{},{"d":"108,-241v-36,-14,-49,19,-43,60r43,0r0,19r-43,0r0,162r-23,0r0,-162r-36,0r0,-19r36,0v-3,-44,0,-86,42,-84r24,5r0,19xm167,-261r0,261r-22,0r0,-261r22,0","w":187},{"d":"142,-125v0,-25,-19,-43,-46,-42v-45,1,-60,45,-55,92v4,32,18,60,55,61v24,0,47,-19,46,-45r25,0v-3,46,-28,66,-76,65r-3,14v16,-6,36,5,37,20v0,34,-55,28,-77,17v-2,-29,49,20,54,-17v-1,-11,-19,-11,-31,-9r8,-25v-41,-11,-63,-40,-62,-99v0,-59,30,-92,84,-94v34,-2,69,27,66,63","w":178},{"d":"108,-241v-36,-14,-49,19,-43,60r43,0r0,19r-43,0r0,162r-23,0r0,-162r-36,0r0,-19r36,0v-3,-44,0,-86,42,-84r24,5r0,19xm167,-181r0,181r-22,0r0,-181r22,0xm170,-261r0,28r-28,0r0,-28r28,0","w":190},{},{"d":"94,-261r-29,77r-20,0r17,-77r32,0xm127,-261r32,0r-29,77r-19,0","w":198},{"d":"133,6v-131,0,-94,-149,-99,-267r25,0r0,165v-1,50,28,79,74,79v101,0,60,-149,68,-244r26,0v-7,116,34,267,-94,267xm176,-334r-49,53r-19,0r34,-53r34,0","w":258},{"d":"71,-264r-17,77r-31,0r28,-77r20,0"},{},{"w":180},{"w":180},{"d":"20,-235v0,-17,13,-32,31,-31v20,0,34,11,34,31v0,21,-14,34,-34,34v-20,0,-31,-14,-31,-34xm71,-235v0,-10,-9,-18,-20,-17v-12,1,-18,9,-17,22v3,8,6,15,17,15v13,0,19,-8,20,-20"},{"w":180},{},{"d":"51,-181r0,181r-23,0r0,-181r23,0","w":73},{"d":"51,-181r0,181r-23,0r0,-181r23,0xm88,-255r-48,54r-20,0r34,-54r34,0","w":79},{},{"d":"51,-181r0,181r-23,0r0,-181r23,0xm23,-255r0,34r-32,0r0,-34r32,0xm85,-255r0,34r-31,0r0,-34r31,0","w":79},{},{"d":"59,-261r145,227r0,-227r26,0r0,261r-32,0r-141,-224r0,224r-26,0r0,-261r28,0","w":258},{"w":180},{"d":"193,-261r0,23r-131,0r0,93r125,0r0,23r-125,0r0,99r136,0r0,23r-161,0r0,-261r156,0xm96,-334r34,53r-19,0r-49,-53r34,0","w":218},{},{"d":"0,-213v5,-22,29,-37,53,-26v9,7,30,4,32,-7r17,-1v-4,35,-41,36,-71,23v-8,1,-14,6,-17,12","w":116},{},{"d":"9,-264r118,0r0,17r-48,0r0,139r-22,0r0,-139r-48,0r0,-17xm190,-264r43,111r42,-111r37,0r0,156r-23,0r0,-133r-48,133r-17,0r-48,-133r0,133r-23,0r0,-156r37,0","w":320},{},{"d":"360,-105r0,23r-360,0r0,-23r360,0","w":360},{"d":"82,-136r6,201r-34,0r5,-201r23,0xm85,-195r0,33r-31,0r0,-33r31,0","w":138},{},{},{},{},{},{"d":"48,-130v0,100,75,132,153,102r0,-83r-65,0r0,-22r91,0r0,122v-21,13,-52,16,-85,17v-77,1,-124,-58,-122,-136v2,-74,37,-130,113,-133v47,-1,89,26,91,68r-29,0v-5,-30,-28,-45,-62,-45v-56,0,-85,53,-85,110","w":258},{"d":"227,-17v34,0,48,-19,54,-45r25,0v-10,42,-33,63,-79,65v-33,0,-54,-16,-60,-42v-6,27,-34,42,-68,42v-51,-1,-81,-39,-82,-93v0,-50,29,-97,79,-97v42,0,59,16,71,43v9,-24,29,-45,66,-43v46,1,80,48,73,100r-125,-1v1,36,10,71,46,71xm96,-167v-66,0,-76,152,4,150v34,-1,56,-27,56,-73v0,-45,-17,-77,-60,-77xm281,-108v8,-54,-66,-81,-90,-35v-5,8,-9,20,-12,36","w":317},{},{},{},{},{},{},{},{"d":"51,-261r0,261r-23,0r0,-261r23,0","w":79},{},{},{"d":"23,-130v0,-76,37,-138,116,-136v78,1,122,66,119,147v-2,65,-42,125,-119,125v-84,0,-116,-59,-116,-136xm50,-154v-10,71,19,137,89,137v64,0,91,-47,91,-110v0,-59,-29,-116,-91,-116v-50,0,-83,47,-89,89xm127,-337r0,34r-31,0r0,-34r31,0xm190,-337r0,34r-31,0r0,-34r31,0","w":277},{},{"d":"88,0r-29,0r0,-34r29,0r0,34xm153,-201v-2,67,-80,61,-68,142r-23,0r0,-43v9,-43,63,-49,65,-99v2,-44,-55,-49,-90,-37v1,-13,-6,-31,13,-28v53,-10,105,8,103,65","w":178},{"d":"54,-261r0,153r85,-73r28,0r-90,79r99,102r-29,0r-93,-96r0,96r-23,0r0,-261r23,0","w":178},{"w":180},{},{},{},{},{},{"d":"193,-261r0,23r-131,0r0,93r125,0r0,23r-125,0r0,99r136,0r0,23r-161,0r0,-261r156,0","w":218},{},{},{},{},{"d":"62,-104v0,-71,77,-142,128,-88r5,-15r26,0r-39,127v0,5,2,10,8,9v35,-5,57,-44,57,-79v0,-58,-44,-98,-100,-99v-66,-1,-111,55,-113,119v-2,63,51,117,111,116v45,-1,74,-19,93,-48r26,0v-23,42,-60,68,-119,68v-76,0,-138,-63,-134,-142v5,-86,58,-133,143,-133v56,0,119,50,115,113v-3,58,-30,101,-82,108v-16,2,-30,-7,-34,-17v-30,33,-91,12,-91,-39xm111,-74v41,-2,58,-47,63,-87v2,-17,-10,-28,-24,-29v-36,8,-57,40,-59,83v-1,20,6,30,20,33","w":286},{},{},{},{},{},{},{"d":"195,-201v-2,-27,-29,-46,-62,-45v-63,2,-89,61,-84,125v4,51,29,102,84,102v40,-1,57,-13,65,-46r29,0v-10,42,-37,68,-94,68v-77,0,-113,-67,-113,-136v0,-75,41,-146,128,-135v39,5,74,22,76,67r-29,0","w":237},{"d":"71,-261r96,227r97,-227r39,0r0,261r-25,0r0,-235r-97,235r-28,0r-96,-235r0,235r-26,0r0,-261r40,0","w":337},{"w":180},{"d":"99,9v-49,0,-85,-48,-85,-100v0,-51,32,-96,82,-96v51,0,85,43,85,97v0,52,-32,99,-82,99xm100,-167v-40,-1,-63,38,-63,77v0,38,24,80,62,79v78,0,79,-154,1,-156xm48,-221v4,-26,37,-40,60,-23v11,4,23,-3,25,-11r17,0v-3,29,-33,38,-60,24v-12,-3,-25,1,-28,10r-14,0","w":198},{"d":"139,9v-38,0,-60,-18,-80,-34r-28,34r-14,-12r31,-37v-15,-21,-25,-48,-25,-87v0,-90,45,-149,136,-138v26,3,47,12,62,30r28,-34r15,11r-31,37v16,26,25,50,25,94v0,83,-47,133,-119,136xm77,-45v13,17,32,28,62,28v86,0,111,-109,74,-181xm201,-215v-54,-67,-163,-3,-153,88v3,27,7,49,17,68","w":277},{},{},{},{},{},{"d":"54,-249r23,-12r22,46r23,-46r23,12r-32,42r52,-3r0,23r-52,-3r32,43r-23,14r-23,-51r-22,51r-23,-14r31,-43r-51,3r0,-23r51,3","w":198},{},{},{},{"d":"195,-258r0,20r-84,0r0,238r-26,0r0,-238r-82,0r0,-20r192,0","w":198,"k":{"y":26,"w":31,"u":31,"s":31,"r":31,"o":31,"i":26,"e":31,"c":31,"a":31,"A":17,";":31,":":31,".":31,"-":31,",":31}},{},{"w":180},{"d":"65,-34r0,34r-31,0r0,-34r31,0"},{"d":"136,-264r105,264r-28,0r-29,-71r-127,0r-26,71r-28,0r105,-264r28,0xm122,-238r-57,144r111,0xm139,-334r37,53r-20,0r-31,-37r-31,37r-20,0r37,-53r28,0","w":237,"k":{"y":11,"w":11,"v":11,"Y":26,"W":11,"V":26,"T":26,"'":31}},{},{},{"d":"176,-190v-13,81,-78,122,-125,168r128,-1r0,23r-162,0r0,-23v47,-46,114,-87,130,-164v-1,-29,-22,-42,-51,-42v-28,0,-49,19,-51,48r-25,0v-3,-43,38,-73,76,-74v49,0,76,23,80,65","w":198},{},{"d":"133,6v-131,0,-94,-149,-99,-267r25,0r0,165v-1,50,28,79,74,79v101,0,60,-149,68,-244r26,0v-7,116,34,267,-94,267xm113,-334r0,33r-31,0r0,-33r31,0xm176,-334r0,33r-31,0r0,-33r31,0","w":258},{},{"d":"122,-54v0,-34,20,-59,54,-59v32,0,51,28,51,59v0,33,-20,58,-54,57v-35,0,-51,-22,-51,-57xm204,-54v0,-19,-8,-43,-28,-42v-21,0,-31,19,-31,42v0,24,5,40,28,40v22,0,32,-14,31,-40xm247,-54v-1,-34,21,-60,54,-59v32,0,53,27,53,59v0,34,-19,57,-53,57v-34,0,-53,-24,-54,-57xm332,-54v0,-25,-8,-38,-31,-39v-20,-1,-32,19,-32,39v0,20,11,41,32,40v23,-1,31,-15,31,-40xm210,-258r-153,258r-23,0r153,-258r23,0xm65,-139v-68,5,-70,-108,-13,-117v40,-7,66,17,67,58v1,38,-21,57,-54,59xm96,-191v2,-26,-6,-49,-31,-49v-25,0,-32,25,-31,49v2,18,10,35,31,35v22,0,30,-16,31,-35","w":360},{"d":"88,-187v31,-2,49,10,59,29r0,-103r26,0r0,225v0,10,2,22,3,36v-18,2,-33,1,-29,-25v-8,16,-31,32,-57,31v-56,-1,-76,-48,-76,-102v0,-56,26,-88,74,-91xm54,-148v-28,40,-19,131,40,131v41,0,56,-39,56,-79v0,-55,-65,-97,-96,-52","w":198},{"d":"6,-57r0,-22r110,-170r31,0r0,170r40,0r0,22r-40,0r0,57r-25,0r0,-57r-116,0xm122,-218r-85,139r85,0r0,-139","w":198},{},{"d":"59,-113v-28,-15,-25,-59,-25,-102v0,-17,-5,-23,-25,-23r0,-23v59,-7,50,40,50,91v0,28,6,45,29,46r0,22v-67,3,17,148,-79,136r0,-23v56,10,-3,-108,50,-124"},{"d":"14,-125v67,0,-24,-145,77,-135r0,19v-58,-4,3,112,-49,128v30,10,22,52,23,90v1,24,-1,39,26,37v-1,10,5,25,-12,21v-54,1,-34,-61,-39,-111v-1,-15,-8,-24,-26,-26r0,-23"},{},{"d":"125,-261v85,-12,100,109,31,125v35,9,64,32,56,81v-5,32,-30,55,-76,55r-102,0r0,-261r91,0xm184,-73v0,-60,-68,-49,-125,-52r0,102v58,-1,125,11,125,-50xm173,-192v0,-55,-61,-46,-114,-46r0,91v53,0,114,7,114,-45","w":237},{"d":"102,-167v-70,0,-47,98,-51,167r-23,0r0,-261r23,0r0,108v8,-23,27,-34,60,-34v39,0,62,27,62,71r0,116r-23,0v-7,-66,23,-167,-48,-167","w":198},{"w":180},{},{},{},{},{"d":"28,-179r63,145r59,-145r26,0r-102,247r-26,0r29,-71r-77,-176r28,0xm77,-258r0,34r-32,0r0,-34r32,0xm139,-258r0,34r-31,0r0,-34r31,0","w":178},{},{},{"d":"40,-54v1,49,104,49,99,0v-6,-56,-116,-19,-116,-85v0,-49,71,-58,113,-39v14,6,22,19,23,37r-26,-1v-2,-33,-80,-40,-84,-4v-3,28,30,29,51,36v29,9,65,16,65,54v0,59,-91,81,-131,43v-10,-9,-16,-23,-17,-41r23,0","w":178},{},{"d":"91,-201r0,-63r22,0r0,63r63,0r0,22r-63,0r0,91r63,0r0,23r-63,0r0,65r-22,0r0,-65r-63,0r0,-23r63,0r0,-91r-63,0r0,-22r63,0","w":198},{},{},{},{"d":"65,-255r37,54r-20,0r-31,-37r-31,37r-20,0r37,-54r28,0","w":119},{},{},{},{"d":"150,-181r0,22r-105,136r105,0r0,23r-133,0r0,-23r105,-136r-105,0r0,-22r133,0","w":158},{},{"d":"96,-255r-48,54r-20,0r34,-54r34,0","w":119},{"d":"102,6v-51,0,-85,-47,-85,-100v0,-51,32,-96,82,-96v51,0,85,43,85,97v0,52,-32,99,-82,99xm103,-170v-40,-1,-63,38,-63,77v0,38,24,80,62,79v78,-1,78,-154,1,-156xm136,-258r-48,54r-20,0r34,-54r34,0","w":198},{"d":"45,-113v0,-62,-18,-101,-31,-148r17,0v20,45,40,86,40,148v0,61,-19,102,-37,147r-20,0v16,-45,31,-87,31,-147"},{},{"d":"101,-167v-70,0,-51,97,-53,167r-22,0r-3,-181r22,0v2,10,4,15,3,25v16,-16,35,-35,70,-30v25,3,38,18,47,39v11,-23,31,-39,62,-40v88,-3,61,106,65,187r-23,0v-6,-66,25,-169,-48,-167v-69,2,-48,98,-51,167r-23,0v-5,-66,22,-167,-46,-167","w":317},{},{},{},{"d":"31,-181r63,147r56,-147r26,0r-71,181r-26,0r-73,-181r25,0","w":178,"k":{".":17,",":17}},{},{},{"d":"51,-181r0,181r-23,0r0,-181r23,0xm54,-261r0,28r-28,0r0,-28r28,0","w":79},{},{},{},{},{},{"d":"108,-241v-36,-14,-49,19,-43,60r43,0r0,19r-43,0r0,162r-23,0r0,-162r-36,0r0,-19r36,0v-3,-44,0,-86,42,-84r24,5r0,19","w":119},{"d":"102,-243v-39,2,-51,35,-51,82r0,161r-23,0r2,-197v5,-39,25,-69,72,-69v36,0,72,18,71,54v-2,35,-41,41,-46,71v18,36,80,32,80,87v0,57,-75,78,-107,43v-10,-10,-15,-26,-18,-43r26,0v2,22,14,37,37,37v21,1,38,-15,36,-37v-4,-50,-104,-45,-72,-108v9,-18,33,-25,36,-50v-2,-20,-16,-32,-43,-31","w":218},{},{},{},{},{"d":"28,-181r54,150r54,-150r29,0r50,150r51,-150r26,0r-65,181r-23,0r-54,-156r-56,156r-23,0r-68,-181r25,0","w":297,"k":{".":17,",":17}},{"d":"113,-167v-34,-6,-62,19,-62,51r0,116r-23,0r-2,-181v17,-2,29,-1,25,23v8,-29,28,-29,62,-29r0,20","w":119,"k":{".":26,"-":11,",":26}},{},{},{"d":"42,-170r20,0r40,71r-40,71r-20,0r35,-71xm105,-170r20,0r40,71r-40,71r-20,0r34,-71","w":198},{"d":"238,-124v0,75,-47,125,-122,124r-85,0r0,-261r85,0v83,-3,122,62,122,137xm213,-129v0,-89,-61,-116,-156,-109r0,215v93,9,156,-18,156,-106","w":258},{},{"d":"193,-261r0,23r-131,0r0,93r125,0r0,23r-125,0r0,99r136,0r0,23r-161,0r0,-261r156,0xm102,-323r0,34r-31,0r0,-34r31,0xm165,-323r0,34r-32,0r0,-34r32,0","w":218},{"w":180},{"d":"99,6v-50,0,-85,-48,-85,-100v0,-51,32,-96,82,-96v51,0,85,43,85,97v0,52,-32,99,-82,99xm100,-170v-40,-1,-63,38,-63,77v0,38,24,80,62,79v79,0,79,-155,1,-156","w":198},{"d":"94,-187v31,0,44,12,59,31v-1,-10,1,-15,3,-25r23,0v-17,97,39,252,-83,252v-37,0,-74,-18,-70,-51r22,0v2,22,23,31,48,31v46,0,62,-32,57,-82v-14,19,-28,31,-59,31v-53,0,-82,-46,-80,-99v2,-46,25,-89,80,-88xm153,-89v0,-41,-21,-78,-57,-78v-78,1,-69,148,-2,148v34,0,59,-31,59,-70","w":198},{"d":"210,-68r0,23r-182,0r0,-23r182,0xm210,-139r0,23r-182,0r0,-23r182,0","w":235},{"d":"68,-261r20,0r-14,74r-32,0xm136,-261r20,0r-14,74r-31,0","w":198},{"d":"184,-261r0,20r-142,218r142,0r0,23r-170,0r0,-23r142,-218r-145,0r0,-20r173,0","w":198},{"d":"114,6v-27,1,-59,-10,-66,-31v0,9,1,19,-3,25r-25,0v5,-83,2,-174,3,-261r25,0r0,102v41,-56,136,-20,136,63v0,47,-25,103,-70,102xm111,-14v66,-2,67,-153,-6,-153v-36,0,-61,35,-60,74v0,44,23,80,66,79","w":198},{"d":"91,-187v30,1,46,7,62,26r3,-26r23,0v-7,78,-1,171,-3,255r-23,0r0,-99v-12,21,-33,36,-62,37v-53,2,-75,-50,-74,-105v1,-46,25,-89,74,-88xm94,-17v43,0,60,-42,59,-84v-2,-34,-20,-69,-57,-69v-45,0,-59,39,-56,86v2,33,16,67,54,67","w":198},{},{"d":"40,-213v21,-10,44,-23,56,-42r26,0r0,255r-26,0r0,-225v-14,12,-33,29,-56,35r0,-23","w":198},{"d":"42,-258r0,82r-22,0r0,-82r22,0xm82,-176r-23,0r0,-82r23,0r0,82"},{"d":"82,-19v29,0,44,-22,43,-57r0,-185r25,0r0,184v11,74,-82,104,-126,60v-13,-12,-18,-30,-18,-48r25,0v7,28,17,46,51,46","w":178},{"d":"23,-136v-1,-37,36,-51,71,-51v39,0,61,19,62,63r3,124v-7,-1,-18,2,-23,-1r-3,-21v-10,17,-31,26,-56,28v-38,2,-63,-25,-63,-57v0,-59,49,-57,119,-59v-1,-30,-4,-57,-39,-57v-25,0,-46,9,-46,31r-25,0xm80,-14v41,-1,58,-33,53,-77v-40,4,-93,-4,-93,40v0,23,19,37,40,37xm91,-198v-19,-1,-32,-15,-32,-35v0,-16,14,-31,32,-30v20,0,34,11,34,31v0,21,-14,34,-34,34xm91,-212v13,0,20,-8,20,-21v0,-10,-9,-17,-20,-16v-13,0,-18,9,-17,22v1,9,6,15,17,15","w":178},{"d":"59,-167r20,0r-34,71r32,70r-18,0r-39,-70"},{"d":"99,3v-75,-1,-86,-82,-81,-157v3,-54,24,-105,81,-106v67,0,85,61,85,127v0,74,-13,136,-85,136xm156,-119v0,-66,-7,-119,-57,-119v-53,0,-59,62,-56,121v2,44,8,99,56,98v46,0,57,-50,57,-100","w":198},{},{"d":"26,-133v0,-76,37,-138,116,-136v79,2,119,69,119,147v0,65,-41,125,-119,125v-85,0,-116,-59,-116,-136xm53,-157v-10,69,20,138,89,138v63,0,91,-48,91,-111v0,-59,-29,-116,-91,-116v-50,0,-83,47,-89,89xm156,-337r37,54r-20,0r-31,-37r-31,37r-20,0r36,-54r29,0","w":277},{"d":"26,6r0,-29r147,-68r-147,-68r0,-28r184,85r0,23","w":235},{},{"d":"34,-261r77,122r76,-122r28,0r-93,145r0,116r-26,0r0,-113r-93,-148r31,0","w":218,"k":{"v":11,"u":17,"q":40,"p":26,"o":40,"i":11,"e":40,"a":31,"A":31,";":31,":":31,".":45,"-":31,",":45}},{"d":"85,-156v-16,-18,-34,-31,-34,-62v0,-29,22,-49,57,-48v31,1,63,14,62,46v-1,30,-30,53,-51,67r76,79v12,-24,18,-60,15,-96r28,0v-1,43,-7,89,-25,114r51,56r-34,0r-32,-34v-40,55,-178,50,-178,-37v0,-47,39,-62,65,-85xm49,-72v0,65,106,65,132,21r-82,-88v-17,17,-50,34,-50,67xm116,-178v26,-15,37,-68,-9,-67v-46,1,-24,63,-2,75v4,-3,8,-5,11,-8","w":258},{"d":"40,-122v11,-24,32,-38,65,-39v45,-1,80,34,79,79v-1,54,-26,89,-85,88v-71,-1,-85,-59,-85,-130v0,-84,25,-128,88,-131v48,-2,77,24,79,65r-28,0v-3,-29,-33,-52,-66,-39v-32,13,-48,50,-47,107xm102,-17v40,0,60,-35,53,-77v-5,-22,-22,-45,-50,-45v-35,0,-61,25,-60,60v1,36,18,62,57,62","w":198},{"d":"127,-249r86,161r-26,0r-71,-133r-65,133r-25,0r82,-161r19,0","w":235},{},{"d":"28,-93v0,-60,34,-98,91,-94r11,-46r20,0r-14,52v26,6,40,28,43,57r-26,-1v-1,-17,-10,-29,-23,-33r-39,138v31,7,61,-9,62,-39r26,0v-1,45,-47,71,-94,62r-11,42r-20,0r14,-51v-24,-13,-41,-47,-40,-87xm113,-165v-68,-8,-78,101,-39,137","w":198},{"d":"201,-61v-1,-37,24,-69,60,-69v36,0,58,35,57,69v-1,35,-17,67,-57,67v-40,0,-59,-31,-60,-67xm261,-11v48,0,49,-100,0,-102v-23,-1,-37,26,-37,51v0,25,14,51,37,51xm258,-255r-142,255r-22,0r141,-255r23,0xm40,-184v0,-44,21,-68,59,-68v36,0,61,27,60,68v-1,42,-22,68,-60,68v-37,0,-59,-26,-59,-68xm99,-133v51,0,47,-95,7,-101v-35,-5,-49,27,-43,62v3,18,14,39,36,39","w":360},{},{},{"d":"79,-264r0,20r-25,0r0,258r25,0r0,20r-51,0r0,-298r51,0"},{"d":"104,-167v-70,0,-51,97,-53,167r-23,0r-2,-181r22,0v2,10,4,15,3,25v14,-14,28,-33,57,-31v34,3,65,21,65,60r0,127r-23,0v-5,-66,22,-167,-46,-167xm51,-215v4,-22,30,-39,53,-26v10,6,30,4,32,-8r17,0v-4,28,-34,38,-60,24v-12,-3,-25,1,-28,10r-14,0","w":198},{},{},{"d":"94,6v-89,3,-62,-105,-66,-185r23,0v5,67,-22,166,49,166v64,0,49,-98,50,-166r23,0r0,155v0,8,2,16,3,24v-8,-2,-25,6,-24,-6v-2,-7,-2,-11,-2,-19v-13,21,-22,30,-56,31xm145,-255r-49,54r-19,0r34,-54r34,0","w":198},{"d":"195,-201v-2,-27,-29,-46,-62,-45v-63,2,-89,61,-84,125v4,51,29,102,84,102v40,-1,57,-13,65,-46r29,0v-9,39,-49,76,-102,68r-6,14v22,-2,46,12,37,31v-10,22,-60,19,-77,6v2,-22,50,19,56,-15v-1,-12,-20,-11,-30,-11r8,-25v-61,-3,-93,-71,-93,-136v1,-75,41,-146,128,-135v39,5,74,22,76,67r-29,0","w":237},{"d":"59,-261r145,227r0,-227r26,0r0,261r-32,0r-141,-224r0,224r-26,0r0,-261r28,0xm79,-295v4,-27,37,-39,60,-23v19,6,21,-14,42,-11v-4,36,-40,34,-70,23v-8,0,-15,6,-17,12","w":258},{},{"w":180},{"d":"147,6v-124,8,-182,-161,-95,-237v86,-76,233,-15,229,101v-3,79,-53,131,-134,136xm31,-136v0,67,47,119,114,119v68,0,113,-43,113,-113v0,-68,-50,-111,-113,-113v-59,-2,-114,52,-114,107xm218,-167v0,28,-21,45,-48,45r45,68r-25,0r-43,-68r-31,0r0,68r-22,0r0,-156v54,3,124,-13,124,43xm195,-167v0,-35,-48,-20,-79,-23r0,48v32,-3,79,11,79,-25","w":283},{},{},{},{},{"d":"62,-261r0,261r-25,0r0,-261r25,0"},{"d":"91,-195r0,-69r22,0r0,69r63,0r0,22r-63,0r0,173r-22,0r0,-173r-63,0r0,-22r63,0","w":198},{"d":"136,-264r105,264r-28,0r-29,-71r-127,0r-26,71r-28,0r105,-264r28,0xm122,-238r-57,144r111,0xm125,-280v-20,0,-31,-14,-31,-35v1,-17,12,-31,31,-31v20,0,33,13,34,32v0,21,-14,34,-34,34xm125,-294v13,0,20,-8,20,-21v0,-11,-9,-16,-20,-16v-13,0,-18,9,-17,22v1,9,6,15,17,15","w":237,"k":{"y":11,"w":11,"v":11,"Y":26,"W":11,"V":26,"T":26,"'":31}},{},{"d":"193,-261r0,23r-131,0r0,93r125,0r0,23r-125,0r0,99r136,0r0,23r-161,0r0,-261r156,0xm159,-334r-48,53r-20,0r34,-53r34,0","w":218},{"d":"136,-264r105,264r-28,0r-29,-71r-127,0r-26,71r-28,0r105,-264r28,0xm122,-238r-57,144r111,0xm108,-323r0,34r-31,0r0,-34r31,0xm170,-323r0,34r-31,0r0,-34r31,0","w":237,"k":{"y":11,"w":11,"v":11,"Y":26,"W":11,"V":26,"T":26,"'":31}},{"d":"59,-261r0,238r131,0r0,23r-156,0r0,-261r25,0","w":198,"k":{"y":11,"Y":31,"W":26,"V":40,"T":31,"'":40}},{"d":"23,-133v0,-76,37,-138,116,-136v78,2,122,66,119,147v-2,65,-42,125,-119,125v-84,0,-116,-59,-116,-136xm50,-157v-10,72,20,138,89,138v63,0,91,-48,91,-111v0,-59,-29,-116,-91,-116v-50,0,-83,47,-89,89","w":277},{},{"d":"71,-31r-29,76r-19,0r17,-76r31,0xm68,-184r0,34r-31,0r0,-34r31,0"},{"d":"136,-264r105,264r-28,0r-29,-71r-127,0r-26,71r-28,0r105,-264r28,0xm122,-238r-57,144r111,0xm102,-322v22,-5,45,20,57,-4r17,0v-5,29,-33,39,-60,24v-12,-3,-26,0,-28,10r-14,0v4,-15,13,-28,28,-30","w":237,"k":{"y":11,"w":11,"v":11,"Y":26,"W":11,"V":26,"T":26,"'":31}},{},{"d":"23,-136v-1,-37,36,-51,71,-51v39,0,61,19,62,63r3,124v-7,-1,-18,2,-23,-1r-3,-21v-10,17,-31,26,-56,28v-38,2,-63,-25,-63,-57v0,-59,49,-57,119,-59v-1,-30,-4,-57,-39,-57v-25,0,-46,9,-46,31r-25,0xm80,-14v41,-1,58,-33,53,-77v-40,4,-93,-4,-93,40v0,23,19,37,40,37","w":178},{"d":"78,-18v58,14,93,-49,57,-86v-11,-11,-34,-15,-56,-12r0,-29v34,10,68,-12,68,-42v-1,-31,-25,-45,-53,-45v-31,0,-49,18,-52,45r-28,0v-2,-91,162,-85,162,-4v0,36,-15,57,-51,61v32,9,51,28,54,63v-6,41,-31,73,-85,73v-52,0,-83,-27,-83,-74r26,0v1,29,18,44,41,50","w":198},{"d":"28,-77v16,-44,81,-38,116,-14v24,16,38,-14,49,-28r17,11v-12,21,-23,39,-51,40v-33,0,-51,-20,-77,-25v-22,1,-32,20,-42,34","w":235},{"d":"65,-133v-25,-6,-45,-26,-45,-57v0,-47,36,-68,82,-68v47,0,82,21,82,68v0,32,-23,51,-48,57v27,9,52,28,51,65v0,45,-35,74,-85,74v-50,0,-85,-25,-85,-74v1,-33,20,-56,48,-65xm42,-68v-5,65,120,65,120,8v0,-39,-19,-62,-60,-62v-39,0,-58,21,-60,54xm159,-190v0,-36,-33,-52,-70,-47v-22,3,-45,20,-44,47v0,31,24,46,57,46v32,0,57,-18,57,-46","w":198},{"d":"59,-261r0,114r139,0r0,-114r26,0r0,261r-26,0r0,-125r-139,0r0,125r-25,0r0,-261r25,0","w":258},{"d":"28,-261r85,235r80,-235r25,0r-91,261r-28,0r-99,-261r28,0","w":218,"k":{"y":6,"u":11,"r":11,"o":17,"i":6,"e":17,"a":17,"A":26,";":26,":":26,".":31,"-":17,",":31}},{},{"d":"26,-133v0,-76,37,-138,116,-136v79,2,119,69,119,147v0,65,-41,125,-119,125v-85,0,-116,-59,-116,-136xm53,-157v-10,69,20,138,89,138v63,0,91,-48,91,-111v0,-59,-29,-116,-91,-116v-50,0,-83,47,-89,89xm179,-337r-49,54r-19,0r34,-54r34,0","w":277},{"d":"85,-34r0,34r-31,0r0,-34r31,0xm54,-264r31,0r-6,202r-20,0","w":138},{"d":"51,-261r0,261r-23,0r0,-261r23,0","w":79},{"d":"17,-150r0,-23r42,0r12,-76r23,0r-12,76r48,0r12,-76r23,0r-12,76r37,0r0,23r-40,0r-5,48r36,0r0,23r-39,0r-12,79r-22,0r11,-79r-48,0r-12,79r-22,0r11,-79r-39,0r0,-23r42,0r6,-48r-40,0xm79,-150r-5,48r48,0r5,-48r-48,0","w":198},{"d":"23,-133v0,-72,42,-133,116,-133v126,0,154,184,71,247v19,-3,35,-3,56,-3r0,22v-44,0,-88,3,-124,6v-85,8,-118,-62,-119,-139xm71,-207v-46,68,-18,190,71,190v58,0,88,-55,88,-116v0,-61,-34,-110,-91,-110v-31,1,-53,14,-68,36","w":277},{"w":180},{"d":"63,43v-1,-13,-17,-13,-32,-12r11,-34r12,0r-6,23v22,-5,44,10,34,31v-10,20,-55,17,-73,6r2,-12v14,8,47,19,52,-2","w":93},{"d":"133,-264r105,264r-28,0r-29,-71r-127,0r-26,71r-28,0r105,-264r28,0xm119,-238r-57,144r111,0xm111,-334r34,53r-20,0r-48,-53r34,0","w":237,"k":{"y":11,"w":11,"v":11,"Y":26,"W":11,"V":26,"T":26,"'":31}},{"d":"77,-261r-29,77r-20,0r17,-77r32,0","k":{"s":26,"'":11}},{"d":"91,-113v-38,-11,-81,-30,-70,-85v5,-28,32,-58,70,-57r0,-17r20,0r0,17v42,2,69,25,70,65v0,0,-28,4,-28,-14v-6,-14,-20,-29,-42,-28r0,99v41,14,74,20,76,68v1,44,-35,69,-76,71r0,17r-20,0r0,-17v-39,-3,-79,-25,-77,-71r28,0v2,28,18,45,49,46r0,-94xm111,-20v48,4,70,-64,23,-79r-23,-8r0,87xm91,-233v-38,1,-62,50,-33,77v9,8,20,13,33,17r0,-94","w":198},{"d":"133,-261r105,261r-28,0r-29,-71r-127,0r-26,71r-28,0r105,-261r28,0xm119,-238r-57,144r111,0","w":237,"k":{"y":11,"w":11,"v":11,"Y":26,"W":11,"V":26,"T":26,"'":31}},{},{"d":"26,-261r62,233r74,-233r31,0r79,233r57,-233r25,0r-65,261r-34,0r-79,-235r-71,235r-34,0r-71,-261r26,0","w":360,"k":{"o":6,"e":6,"a":6,"A":17,";":11,":":11,".":11,"-":6,",":11}},{},{"d":"159,-133v-13,22,-32,33,-63,34v-50,2,-81,-35,-79,-85v1,-43,39,-76,82,-76v75,0,88,60,88,134v0,72,-26,130,-88,132v-51,1,-78,-23,-79,-68r25,0v-1,51,76,56,97,17v10,-18,17,-47,17,-88xm96,-122v35,0,65,-25,59,-64v-4,-28,-23,-52,-53,-52v-35,0,-57,22,-57,57v0,35,15,59,51,59","w":198},{},{"d":"37,-255r34,54r-20,0r-48,-54r34,0","w":93,"k":{"`":11}},{},{},{},{"d":"108,6v-30,-1,-49,-15,-63,-34r0,96r-22,0r-3,-255v19,-3,29,1,25,26v15,-17,30,-26,63,-26v50,0,73,36,73,85v0,56,-17,109,-73,108xm105,-170v-49,0,-64,44,-59,90v3,32,21,63,59,63v46,0,58,-48,53,-92v-3,-29,-17,-61,-53,-61","w":198},{},{},{},{"d":"45,-71v2,31,23,54,57,54v75,0,92,-78,27,-96v-46,-13,-103,-25,-103,-88v0,-61,90,-88,140,-52v17,11,26,26,27,46r-26,0v0,-39,-75,-52,-100,-24v-9,9,-14,20,-14,31v0,80,145,39,145,129v0,78,-101,96,-152,59v-15,-12,-23,-32,-26,-59r25,0","w":218},{"d":"51,-261r0,261r-23,0r0,-261r23,0","w":79},{"d":"23,-133v0,-73,34,-134,107,-133v32,0,50,10,68,23r0,-18r139,0r0,23r-113,0r0,93r108,0r0,23r-108,0r0,99r119,0r0,23r-145,0r0,-22v-17,18,-31,28,-71,28v-74,0,-104,-68,-104,-139xm49,-152v-7,65,22,133,81,135v85,3,67,-92,68,-170v1,-36,-28,-56,-65,-56v-52,0,-79,46,-84,91","w":360},{"w":180},{"d":"94,6v-89,3,-62,-105,-66,-185r23,0v5,67,-22,166,49,166v64,0,49,-98,50,-166r23,0r0,155v0,8,2,16,3,24v-8,-2,-25,6,-24,-6v-2,-7,-2,-11,-2,-19v-13,21,-22,30,-56,31xm82,-252r0,34r-31,0r0,-34r31,0xm145,-252r0,34r-32,0r0,-34r32,0","w":198},{"d":"108,-184r22,0r0,82r80,0r0,23r-80,0r0,79r-22,0r0,-79r-80,0r0,-23r80,0r0,-82","w":235},{},{},{},{"d":"28,-57v-23,-24,-23,-82,0,-107r-14,-15r20,-19r14,14v26,-22,86,-25,111,0r14,-14r20,19r-14,14v22,26,21,85,-3,109r14,14r-20,19r-14,-14v-23,26,-84,27,-108,1r-14,13r-20,-19xm102,-45v40,0,63,-27,65,-66v1,-34,-31,-61,-65,-61v-33,0,-65,30,-65,62v0,35,30,65,65,65","w":198},{},{"d":"133,6v-131,0,-94,-149,-99,-267r25,0r0,165v-1,50,28,79,74,79v101,0,60,-149,68,-244r26,0v-7,116,34,267,-94,267xm145,-334r36,53r-19,0r-32,-37r-31,37r-20,0r37,-53r29,0","w":258},{"d":"142,-125v0,-25,-19,-43,-46,-42v-45,1,-60,45,-55,92v4,32,18,60,55,61v24,0,47,-19,46,-45r25,0v-2,42,-28,65,-71,65v-50,0,-80,-37,-79,-99v1,-59,30,-92,84,-94v34,-2,69,27,66,63","w":178},{"d":"133,6v-131,0,-94,-149,-99,-267r25,0r0,165v-1,50,28,79,74,79v101,0,60,-149,68,-244r26,0v-7,116,34,267,-94,267","w":258},{"d":"77,-167r19,0r-34,71r32,70r-17,0r-40,-70xm142,-167r20,0r-35,71r32,70r-17,0r-40,-70","w":198},{"d":"6,-261r113,261r-25,0r-114,-261r26,0"},{},{},{"d":"23,-136v-1,-37,36,-51,71,-51v39,0,61,19,62,63r3,124v-7,-1,-18,2,-23,-1r-3,-21v-10,17,-31,26,-56,28v-38,2,-63,-25,-63,-57v0,-59,49,-57,119,-59v-1,-30,-4,-57,-39,-57v-25,0,-46,9,-46,31r-25,0xm80,-14v41,-1,58,-33,53,-77v-40,4,-93,-4,-93,40v0,23,19,37,40,37xm77,-255r0,34r-32,0r0,-34r32,0xm139,-255r0,34r-31,0r0,-34r31,0","w":178},{"d":"207,-187v0,72,-73,77,-148,74r0,113r-25,0r0,-261v83,-1,174,-8,173,74xm181,-187v0,-59,-64,-51,-122,-51r0,102v58,1,122,6,122,-51","w":218,"k":{"A":26,".":51,",":51}},{"d":"179,-249r0,22r-97,227r-28,0r96,-227r-133,0r0,-22r162,0","w":198},{"d":"51,-224v-25,0,-47,-9,-45,-37r8,0v7,28,67,26,74,1r8,-1v1,28,-18,37,-45,37","w":116},{},{"d":"62,-261r0,261r-25,0r0,-261r25,0xm62,-334r37,53r-20,0r-31,-37r-31,37r-20,0r37,-53r28,0"},{"w":180},{},{"d":"162,-45v0,53,-74,63,-120,45r0,-26v28,19,93,18,94,-22v-10,-46,-101,-20,-96,-82v2,-20,19,-34,37,-42v-15,-11,-35,-20,-35,-46v-1,-47,63,-57,105,-42r0,22v-25,-9,-76,-11,-79,20v11,43,91,29,91,79v0,25,-22,32,-37,43v19,10,40,22,40,51xm102,-102v16,-10,49,-35,16,-50r-24,-12v-22,6,-41,31,-19,49v7,5,16,9,27,13","w":198},{},{},{"d":"167,-21v-28,32,-96,37,-122,4r-22,26r-12,-12r26,-25v-43,-52,-13,-156,65,-156v30,0,45,10,57,23r22,-26r12,11r-23,23v27,27,25,111,-3,132xm59,-34v49,53,133,-14,99,-89v-1,-4,-3,-7,-5,-10xm145,-145v-38,-45,-120,-2,-101,70v2,9,5,21,10,27","w":198},{},{"d":"51,-181r0,181r-23,0r0,-181r23,0xm57,-255r37,54r-20,0r-32,-37r-31,37r-20,0r37,-54r29,0","w":79},{"d":"94,-34r-29,76r-20,0r17,-76r32,0xm127,-34r32,0r-29,76r-19,0","w":198},{"w":180},{},{"d":"133,6v-131,0,-94,-149,-99,-267r25,0r0,165v-1,50,28,79,74,79v101,0,60,-149,68,-244r26,0v-7,116,34,267,-94,267xm116,-337r34,54r-20,0r-48,-54r34,0","w":258},{"d":"98,-17v35,0,52,-17,58,-45r25,0v-10,42,-33,64,-79,65v-60,1,-83,-41,-85,-96v-3,-51,37,-97,82,-97v57,-1,87,48,82,103r-139,-1v3,37,17,71,56,71xm156,-108v8,-56,-70,-79,-99,-37v-6,8,-12,21,-15,38xm150,-258r-48,54r-20,0r34,-54r34,0","w":198},{"d":"23,-136v-1,-37,36,-51,71,-51v39,0,61,19,62,63r3,124v-7,-1,-18,2,-23,-1r-3,-21v-10,17,-31,26,-56,28v-38,2,-63,-25,-63,-57v0,-59,49,-57,119,-59v-1,-30,-4,-57,-39,-57v-25,0,-46,9,-46,31r-25,0xm80,-14v41,-1,58,-33,53,-77v-40,4,-93,-4,-93,40v0,23,19,37,40,37xm133,-255r-48,54r-20,0r34,-54r34,0","w":178},{"d":"62,-261r0,261r-25,0r0,-261r25,0xm37,-334r34,53r-20,0r-48,-53r34,0"},{},{"d":"65,-34r0,34r-31,0r0,-34r31,0xm65,-184r0,34r-31,0r0,-34r31,0"},{},{"d":"105,11v-50,0,-85,-46,-85,-99v0,-51,32,-96,82,-96v52,0,85,42,85,97v0,52,-32,98,-82,98xm106,-164v-41,-1,-65,37,-64,77v1,37,25,80,63,79v77,-1,80,-155,1,-156xm116,-255r37,54r-20,0r-31,-37r-31,37r-20,0r37,-54r28,0","w":198},{},{},{"k":{".":17,",":17}},{"d":"42,-20v-34,-78,-12,-178,20,-241r20,0v-37,86,-41,206,0,295r-20,0"},{},{"d":"104,-167v-70,0,-51,97,-53,167r-23,0r-2,-181r22,0v2,10,4,15,3,25v14,-14,28,-33,57,-31v34,3,65,21,65,60r0,127r-23,0v-5,-66,22,-167,-46,-167","w":198},{"d":"28,-181r63,147r59,-147r26,0r-102,249r-26,0r29,-71r-77,-178r28,0","w":178,"k":{".":17,",":17}},{},{"d":"193,-261r0,23r-131,0r0,93r125,0r0,23r-125,0r0,99r136,0r0,23r-161,0r0,-261r156,0xm130,-334r37,53r-20,0r-31,-37r-31,37r-20,0r37,-53r28,0","w":218},{"d":"119,-232v-38,2,-55,30,-51,76r59,0r0,23r-59,0r0,110r116,0r0,23r-164,0r0,-23r22,0r0,-110r-25,0r0,-23r25,0v-3,-66,23,-99,84,-99v42,0,63,20,67,54r-26,0v-1,-21,-22,-32,-48,-31","w":198},{"d":"68,-34r-28,76r-20,0r17,-76r31,0"},{},{},{"d":"95,-17v33,0,54,-16,58,-45r26,0v-10,43,-34,63,-80,65v-61,1,-82,-41,-85,-96v-3,-51,37,-97,82,-97v58,0,85,46,83,103r-139,-1v0,37,18,71,55,71xm153,-108v8,-56,-70,-79,-99,-37v-6,8,-11,21,-14,38xm88,-258r34,54r-20,0r-48,-54r34,0","w":198},{"d":"181,-261r0,23r-122,0r0,93r117,0r0,23r-117,0r0,122r-25,0r0,-261r147,0","w":198,"k":{"A":17,".":51,",":51}},{"d":"111,3v-32,9,-69,0,-69,-36r0,-129r-36,0r0,-19r36,0r0,-37r23,-9r0,46r43,0r0,19r-43,0r0,120v-2,28,24,33,46,25r0,20","w":119},{"d":"23,-136v-1,-37,36,-51,71,-51v39,0,61,19,62,63r3,124v-7,-1,-18,2,-23,-1r-3,-21v-10,17,-31,26,-56,28v-38,2,-63,-25,-63,-57v0,-59,49,-57,119,-59v-1,-30,-4,-57,-39,-57v-25,0,-46,9,-46,31r-25,0xm80,-14v41,-1,58,-33,53,-77v-40,4,-93,-4,-93,40v0,23,19,37,40,37xm105,-255r37,54r-20,0r-31,-37r-32,37r-19,0r37,-54r28,0","w":178},{"d":"165,-136v55,6,30,92,50,136r-25,0v-21,-33,5,-123,-51,-124r-77,-1r0,125r-25,0r0,-258r99,0v76,-11,97,109,29,122xm181,-192v0,-58,-65,-44,-119,-46r0,91v53,-1,119,10,119,-45","w":237,"k":{"Y":6,"V":6,"T":6}},{},{},{},{},{"d":"71,-264r0,298r-51,0r0,-20r25,0r0,-258r-25,0r0,-20r51,0"},{"d":"74,-34r0,34r-32,0r0,-34r32,0xm195,-34r0,34r-30,0r0,-34r30,0xm318,-34r0,34r-32,0r0,-34r32,0","w":360},{"d":"20,-136v-1,-35,35,-54,68,-54v34,0,47,13,59,37v10,-23,28,-37,57,-37v50,0,81,41,77,100r-125,-1v0,49,11,71,51,74v25,2,46,-23,48,-45r26,0v-3,37,-36,68,-74,68v-30,0,-55,-18,-62,-42v-17,56,-141,55,-134,-15v6,-62,46,-56,119,-59v-1,-30,-4,-57,-39,-57v-25,0,-46,9,-46,31r-25,0xm77,-14v41,0,56,-30,50,-74v-40,-2,-89,-4,-90,37v-1,23,19,37,40,37xm258,-111v2,-51,-61,-75,-90,-36v-8,9,-12,21,-12,36r102,0","w":297},{"d":"133,-264r105,264r-28,0r-29,-71r-127,0r-26,71r-28,0r105,-264r28,0xm119,-238r-57,144r111,0xm150,-337r-48,54r-20,0r34,-54r34,0","w":237,"k":{"y":11,"w":11,"v":11,"Y":26,"W":11,"V":26,"T":26,"'":31}},{},{},{"d":"102,-141v-24,0,-47,16,-51,39r-25,0r5,-147r139,0r0,22r-116,0r-3,88v39,-53,140,-14,130,60v8,74,-83,108,-137,68v-15,-11,-23,-27,-24,-48r28,0v2,27,20,42,51,42v36,0,57,-25,57,-62v1,-34,-21,-63,-54,-62","w":198},{"d":"94,6v-89,3,-62,-105,-66,-185r23,0v5,67,-22,166,49,166v64,0,49,-98,50,-166r23,0r0,155v0,8,2,16,3,24v-8,-2,-25,6,-24,-6v-2,-7,-2,-11,-2,-19v-13,21,-22,30,-56,31","w":198},{"d":"62,-261r0,261r-25,0r0,-261r25,0xm34,-326r0,34r-31,0r0,-34r31,0xm96,-326r0,34r-31,0r0,-34r31,0"},{},{"d":"20,-136v-1,-37,36,-51,71,-51v39,0,61,19,62,63r3,124v-7,-1,-18,2,-23,-1r-3,-21v-10,17,-31,26,-56,28v-38,2,-63,-26,-63,-57v0,-59,49,-57,119,-59v-1,-30,-4,-57,-39,-57v-25,0,-46,9,-46,31r-25,0xm77,-14v42,0,58,-33,53,-77v-40,4,-93,-4,-93,40v0,23,19,37,40,37xm77,-255r34,54r-20,0r-49,-54r35,0","w":178},{"d":"62,-261r0,114r114,-114r31,0r-119,119r130,142r-34,0r-122,-130r0,130r-25,0r0,-261r25,0","w":218},{"d":"147,6v-124,8,-182,-161,-95,-237v86,-76,233,-15,229,101v-3,79,-53,131,-134,136xm31,-136v0,67,47,119,114,119v68,0,113,-43,113,-113v0,-68,-50,-111,-113,-113v-59,-2,-114,52,-114,107xm193,-156v-2,-22,-21,-34,-46,-34v-32,0,-45,26,-48,57v-6,56,81,90,94,26r22,-1v-3,39,-33,62,-75,57v-36,-4,-63,-35,-63,-82v0,-69,68,-94,117,-63v13,9,20,22,21,40r-22,0","w":283},{"w":180},{},{"d":"142,65v-51,18,-116,0,-116,-59v0,-70,80,-63,68,-142r22,0v-2,26,5,49,-10,64v-22,22,-55,41,-58,78v-3,41,60,52,94,36r0,23xm119,-162r-28,0r0,-33r28,0r0,33","w":178},{"d":"94,6v-89,3,-62,-105,-66,-185r23,0v5,67,-22,166,49,166v64,0,49,-98,50,-166r23,0r0,155v0,8,2,16,3,24v-8,-2,-25,6,-24,-6v-2,-7,-2,-11,-2,-19v-13,21,-22,30,-56,31xm113,-252r37,54r-20,0r-31,-37r-31,37r-20,0r37,-54r28,0","w":198},{},{"d":"28,-102r182,-82r0,25r-148,68r148,71r0,26r-182,-85r0,-23","w":235},{"d":"0,48v28,0,26,-2,26,-28r0,-199r22,0r0,204v2,38,-7,48,-48,46r0,-23xm51,-261r0,28r-28,0r0,-28r28,0","w":79},{"d":"23,-136v-1,-37,36,-51,71,-51v39,0,61,19,62,63r3,124v-7,-1,-18,2,-23,-1r-3,-21v-10,17,-31,26,-56,28v-38,2,-63,-25,-63,-57v0,-59,49,-57,119,-59v-1,-30,-4,-57,-39,-57v-25,0,-46,9,-46,31r-25,0xm80,-14v41,-1,58,-33,53,-77v-40,4,-93,-4,-93,40v0,23,19,37,40,37xm68,-251v22,-5,45,20,57,-4r17,0v-4,28,-33,38,-60,24v-12,-3,-26,0,-28,10r-14,0v4,-15,13,-27,28,-30","w":178},{"d":"102,9v-50,0,-85,-47,-85,-100v0,-51,32,-96,82,-96v51,0,85,43,85,97v0,52,-32,99,-82,99xm103,-167v-40,-1,-63,38,-63,77v0,38,24,80,62,79v78,-1,79,-154,1,-156xm88,-258r34,54r-20,0r-48,-54r34,0","w":198},{},{"d":"108,-266r-91,300r-26,0r91,-300r26,0"},{"d":"26,-133v0,-76,37,-138,116,-136v79,2,119,69,119,147v0,65,-41,125,-119,125v-85,0,-116,-59,-116,-136xm53,-157v-10,69,20,138,89,138v63,0,91,-48,91,-111v0,-59,-29,-116,-91,-116v-50,0,-83,47,-89,89xm91,-292v4,-27,37,-40,60,-23v11,4,22,-4,25,-11r17,0v-4,30,-34,38,-60,24v-12,-3,-26,0,-28,10r-14,0","w":277},{},{"d":"94,6v-89,3,-62,-105,-66,-185r23,0v5,67,-22,166,49,166v64,0,49,-98,50,-166r23,0r0,155v0,8,2,16,3,24v-8,-2,-25,6,-24,-6v-2,-7,-2,-11,-2,-19v-13,21,-22,30,-56,31xm88,-255r34,54r-20,0r-48,-54r34,0","w":198},{},{"w":180},{"d":"98,-17v35,0,52,-17,58,-45r25,0v-10,42,-33,64,-79,65v-60,1,-83,-41,-85,-96v-3,-51,37,-97,82,-97v57,-1,87,48,82,103r-139,-1v3,37,17,71,56,71xm156,-108v8,-56,-70,-79,-99,-37v-6,8,-12,21,-15,38xm113,-258r37,54r-20,0r-31,-37r-31,37r-20,0r37,-54r28,0","w":198},{},{"d":"334,-264r0,23r-141,0r14,94r122,0r0,22r-116,0r17,102r107,0r0,23r-130,0r-12,-71r-124,0r-43,71r-28,0r153,-264r181,0xm167,-238r-85,144r111,0","w":360},{"d":"99,6v-50,0,-85,-48,-85,-100v0,-51,32,-96,82,-96v51,0,85,43,85,97v0,52,-32,99,-82,99xm100,-170v-40,-1,-63,38,-63,77v0,38,24,80,62,79v79,0,79,-155,1,-156xm88,-258r0,34r-31,0r0,-34r31,0xm150,-258r0,34r-31,0r0,-34r31,0","w":198},{"d":"77,-261r-29,77r-20,0r17,-77r32,0"},{"d":"23,-195v2,-40,27,-68,71,-68r93,-1r0,318r-25,0r0,-295r-43,0r0,295r-25,0r0,-176v-38,2,-73,-35,-71,-73","w":232},{"d":"42,-181r49,73r54,-73r28,0r-68,90r68,91r-28,0r-54,-74r-57,74r-25,0r68,-88r-66,-93r31,0","w":178},{},{},{}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-1949-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("z~UK{(V6)3r[zcguh(7it~tr;MVKU(r[;M?i)3AlU@,XIb6n;YCiVx!i;YC=8~wK;YC=8(?k;YC=8bob;YC=8xCm37NK8Q!i8gNK85Okj7NK85VkVgNK85wKUgNK85VQ87NK85w=VgNK85OoU@NK8QtNI@NK85VnV@NK85OQU~@.hxtKU5k.hxtNjx@.hx!=I(7.hx!=IQ@.hx!NV5k.hx!=I37.hx!=U5h.hx!bIbV.hxtM8M7.hxtKV(8};YC=8x!i;YCi8Q7(;YCi8xoN;YCi8Qwi;YCiVxoi;YCi8Qw^;YCiV3v^;YC=8(8P;YCi8QIN;YC=8~vi;YC=8~@n;YCi85Vk;YC=8xv6;KNK8Q!N8KNK8Q8i8@NK85wM87NK8Qw^V7NK8Qw^87NK85OgIKNK85wMUgNK85wKI@NK85wKU@NK85Onj@NK85wN87NKUQ!=8gNK85OgVKNKUQ!=8@NK8QCKIgNK8Q!NU7NK85OoI@NK8Q!Nj7NK!Oc5w7~Yt?zR8VjFvABxC@3;IU){.hEq|knQog(l2-4SX}[W=Nib6KMPm^:u,r]Z8QCKI@NK85?Qj@NK85wM8@NK85?oI@NK85w68@NK8QC=IKNK85wb8@NK85OgU7NK8QCKj7NK85OgUgNK8Q@nI6^.hx!=I(A.hx!=Ibk.hxtKVQ?.hx!iIbU.hxtKVx?.hxtN8Q?.hxtb8xO.hxt=8xA.hx!=Ix7.hx!=IQ?.hx!=I3V.hx!NVbO.hx!=U(A.hxtK8xOY;YC=8xCb;YCi8~wb;YC=8xho;YC=8~7(;YC=8MtN;YCiVxC=;YC=8~?Q;YC=8~tP;YC=8xoi;YCi8QI=;YC=8x.N;YC=8~vM;YC=8x.^FM}.hx!=UQO.hxtK8MV.hxtKVxh.hxtKjxO.hxtK8QA.hx!NVQV7;YCiVx7Q;YCi8QO(;YC=8x!P;YC=8xvbv7NK85On8KNK85wNj@NK8QCNV7NK8QCM8KNK85wNU@NK8QCiI6VV;YC=8~v=;YC=8~IK;YC=8~vm;YCi8xob;YCi8bt=;YCiV37Q;YCiVxI6;YCiVx@(zgNK8QCM8@NK85wMU@NK8QCMI@A.hxtiVQA.hx!NV5t[;YC=8~8i;YC=8x!K;YCiVxCb8gNK8QCKU7NK85OoIKNK8QCKVgNK8Q!b8~v6;YC=8xCKq;}.hxti8Qgc)7NK85O(U@NK85wKj@NK8QIMIgNK858^j7NK8QIMI@NK85O(UgNK8Q!PUgNK85VnVYV.hx!N8MA.hxt=8Q7.hx!N8~V.hxtKj5k.hxt=8xh.hx!iU~V.hx!bIbU.hxtMVQV.hxtKI(7:;YCiVxIP;YC=8~t6;YC=8~Ibz@NK8QCKj3K.hx!N8xk.hx!NVM?.hxtKj5OM;YC=8xO(;YCiVx86)@NK85w=U7NK85Ok87NK8QCMj7NK85w6VKNK8QIM8~U.hx!=U~U.hx!=IxU.hxtKj5A.hxtKVx7.hxtKV3@P.gNK85w=V7NK85w=8KNK85OnIoA.hx!NVxO.hx!=IM?.hx!iU5gWUbK.hxt=83V)Il7.hxtNIx|N;c?z;YC=8~CK;YCi858^87NK8QCMj@NK85OoV5^.hxtKIbAU?QUE;YCiVQv=;YC=8~wi?@NK85wPI@NK8QI68g}.hx!=UQ7.hxtKjxV.hx!NVQA.hx!=U(7.hx!=Ibh.hx!=U57.hx!NVx7.hx!NVbk.hx!=I3@.hxti83@.hxtKj~V.hxt=Ixh.hxtKV3V?;YCi85t=;YC=8~8K;YCiV3Vn;YC=8~8^;YC=8~86xwr.hxtKVQ!u;YC=8~8b;YCi857kIxV]jwk3;YC=8x7k;YC=8~vbt3=QC@NK8Qw^8gNK85Onj7NK85OQ8c.ov@NK85wNIgh.hxtKVxv^;YCi8QvmI7NK85wPIKNK8QC=87NK8Qt=8lO.hxtMVQU.hx!NV5O.hx!bIxgxq7NK85wK8gNK85?oIgNK85O(Ii}.hx!=UQh.hx!N8bg.hx!NV3?.hx!=IxA.hxtK8xk.hx!=U~?Q@@NK85OkIgN.;YC=8Mwb;YCi8Q?n;YC=8~C6C5h.hx!iU5k.hx!=I(@.hx!=IM@.hx!=IQ7.hxtb85?.hx!=Ixh.hx!N8~@.hxtKVQU.hx!=UQk.hxti85U.hx!=U3@.hxt=83@.hxtKIxO.hx!N8MU.hx!=U5g.hx!=Uxg.hx!=Ux7.hx!=IMV.hxtKV(t:;YC=8x7(;YC=8~I6;YCiVQVn;YC=8xhgtck.hx!bIbA[E@NK8QIMV@NK85OQI@NK85Ok8iN.hx!N8bO.hx!N8x7.hx!=Uxk~h7NK85Og8g?.hxtKjx7.hxtKVx@.h3I=85O.hx!N8M@h;YCi85tM;YC=8~CM;YC=8~8N;YC=8xIi;YC=8xIKV;@.hx!=IMU.hxtKIQ?.hx!=UxOR;YC=8~w^;YC=8~7o;YCiV3Vk;YC=8~?(;YC=8~Un;YC=8xC6F~-.hx!=UxV.hx!=UQ?.hxtiVQ@.RKNK85OoV@NK85OoU7NK85O(j@NK85On87NK8QtNV@NK85OgI@NK85wbI@NK85OQVgNK85O(VgNK8Q!Nj@NK85OnVlk.hxt=8MV.hxtKVQ@.hxtM8M8nRlV={~g6zctnzBN-Fx!X.5KnRl!X{5K=R(Ng{(h6)cNlF3t[Un^l{Yg=)Y8rEP6u)3I2In^W)b6W;n|ZjlhPhK=[zx,2Fb-X{MVk{~kW.PA,h~@bhYhgIlVg);Ag{g=[U~@,Il@iUM7={PA2U3}gR3?K.(h6)~7[{g=[U~@,hMgXU~?kU~7={PA2U3}g;c^oU;NP)3NoI(7oR37={PA2U3}g;c^oU;NP)3NoI(7oR3kkh;AkU;V6)~@6)3}.R(AgzBvW)B^6U;V6z~NWIM76)3r[R(kW.PA[I3KgzBg({Pt2jMo,{5XSzMo-UK}Q3Mgh;xK=3MghqBo2zB!|")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":99,"face":{"font-family":"Univers-Light-Normal","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"6","bbox":"-20 -346 360 71.6738","underline-thickness":"18","underline-position":"-19.8","unicode-range":"U+0020-U+F002"}}));


