/* memcached */
/* minified_jsmin */

(function(window,undefined){var document=window.document,navigator=window.navigator,location=window.location;var jQuery=(function(){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context,rootjQuery);},_jQuery=window.jQuery,_$=window.$,rootjQuery,quickExpr=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,rnotwhite=/\S/,trimLeft=/^\s+/,trimRight=/\s+$/,rdigit=/\d/,rsingleTag=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,rvalidchars=/^[\],:{}\s]*$/,rvalidescape=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,rvalidtokens=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,rvalidbraces=/(?:^|:|,)(?:\s*\[)+/g,rwebkit=/(webkit)[ \/]([\w.]+)/,ropera=/(opera)(?:.*version)?[ \/]([\w.]+)/,rmsie=/(msie) ([\w.]+)/,rmozilla=/(mozilla)(?:.*? rv:([\w.]+))?/,userAgent=navigator.userAgent,browserMatch,readyList,DOMContentLoaded,toString=Object.prototype.toString,hasOwn=Object.prototype.hasOwnProperty,push=Array.prototype.push,slice=Array.prototype.slice,trim=String.prototype.trim,indexOf=Array.prototype.indexOf,class2type={};jQuery.fn=jQuery.prototype={constructor:jQuery,init:function(selector,context,rootjQuery){var match,elem,ret,doc;if(!selector){return this;}
if(selector.nodeType){this.context=this[0]=selector;this.length=1;return this;}
if(selector==="body"&&!context&&document.body){this.context=document;this[0]=document.body;this.selector=selector;this.length=1;return this;}
if(typeof selector==="string"){if(selector.charAt(0)==="<"&&selector.charAt(selector.length-1)===">"&&selector.length>=3){match=[null,selector,null];}else{match=quickExpr.exec(selector);}
if(match&&(match[1]||!context)){if(match[1]){context=context instanceof jQuery?context[0]:context;doc=(context?context.ownerDocument||context:document);ret=rsingleTag.exec(selector);if(ret){if(jQuery.isPlainObject(context)){selector=[document.createElement(ret[1])];jQuery.fn.attr.call(selector,context,true);}else{selector=[doc.createElement(ret[1])];}}else{ret=jQuery.buildFragment([match[1]],[doc]);selector=(ret.cacheable?jQuery.clone(ret.fragment):ret.fragment).childNodes;}
return jQuery.merge(this,selector);}else{elem=document.getElementById(match[2]);if(elem&&elem.parentNode){if(elem.id!==match[2]){return rootjQuery.find(selector);}
this.length=1;this[0]=elem;}
this.context=document;this.selector=selector;return this;}}else if(!context||context.jquery){return(context||rootjQuery).find(selector);}else{return this.constructor(context).find(selector);}}else if(jQuery.isFunction(selector)){return rootjQuery.ready(selector);}
if(selector.selector!==undefined){this.selector=selector.selector;this.context=selector.context;}
return jQuery.makeArray(selector,this);},selector:"",jquery:"1.6.1",length:0,size:function(){return this.length;},toArray:function(){return slice.call(this,0);},get:function(num){return num==null?this.toArray():(num<0?this[this.length+num]:this[num]);},pushStack:function(elems,name,selector){var ret=this.constructor();if(jQuery.isArray(elems)){push.apply(ret,elems);}else{jQuery.merge(ret,elems);}
ret.prevObject=this;ret.context=this.context;if(name==="find"){ret.selector=this.selector+(this.selector?" ":"")+selector;}else if(name){ret.selector=this.selector+"."+name+"("+selector+")";}
return ret;},each:function(callback,args){return jQuery.each(this,callback,args);},ready:function(fn){jQuery.bindReady();readyList.done(fn);return this;},eq:function(i){return i===-1?this.slice(i):this.slice(i,+i+1);},first:function(){return this.eq(0);},last:function(){return this.eq(-1);},slice:function(){return this.pushStack(slice.apply(this,arguments),"slice",slice.call(arguments).join(","));},map:function(callback){return this.pushStack(jQuery.map(this,function(elem,i){return callback.call(elem,i,elem);}));},end:function(){return this.prevObject||this.constructor(null);},push:push,sort:[].sort,splice:[].splice};jQuery.fn.init.prototype=jQuery.fn;jQuery.extend=jQuery.fn.extend=function(){var options,name,src,copy,copyIsArray,clone,target=arguments[0]||{},i=1,length=arguments.length,deep=false;if(typeof target==="boolean"){deep=target;target=arguments[1]||{};i=2;}
if(typeof target!=="object"&&!jQuery.isFunction(target)){target={};}
if(length===i){target=this;--i;}
for(;i<length;i++){if((options=arguments[i])!=null){for(name in options){src=target[name];copy=options[name];if(target===copy){continue;}
if(deep&&copy&&(jQuery.isPlainObject(copy)||(copyIsArray=jQuery.isArray(copy)))){if(copyIsArray){copyIsArray=false;clone=src&&jQuery.isArray(src)?src:[];}else{clone=src&&jQuery.isPlainObject(src)?src:{};}
target[name]=jQuery.extend(deep,clone,copy);}else if(copy!==undefined){target[name]=copy;}}}}
return target;};jQuery.extend({noConflict:function(deep){if(window.$===jQuery){window.$=_$;}
if(deep&&window.jQuery===jQuery){window.jQuery=_jQuery;}
return jQuery;},isReady:false,readyWait:1,holdReady:function(hold){if(hold){jQuery.readyWait++;}else{jQuery.ready(true);}},ready:function(wait){if((wait===true&&!--jQuery.readyWait)||(wait!==true&&!jQuery.isReady)){if(!document.body){return setTimeout(jQuery.ready,1);}
jQuery.isReady=true;if(wait!==true&&--jQuery.readyWait>0){return;}
readyList.resolveWith(document,[jQuery]);if(jQuery.fn.trigger){jQuery(document).trigger("ready").unbind("ready");}}},bindReady:function(){if(readyList){return;}
readyList=jQuery._Deferred();if(document.readyState==="complete"){return setTimeout(jQuery.ready,1);}
if(document.addEventListener){document.addEventListener("DOMContentLoaded",DOMContentLoaded,false);window.addEventListener("load",jQuery.ready,false);}else if(document.attachEvent){document.attachEvent("onreadystatechange",DOMContentLoaded);window.attachEvent("onload",jQuery.ready);var toplevel=false;try{toplevel=window.frameElement==null;}catch(e){}
if(document.documentElement.doScroll&&toplevel){doScrollCheck();}}},isFunction:function(obj){return jQuery.type(obj)==="function";},isArray:Array.isArray||function(obj){return jQuery.type(obj)==="array";},isWindow:function(obj){return obj&&typeof obj==="object"&&"setInterval"in obj;},isNaN:function(obj){return obj==null||!rdigit.test(obj)||isNaN(obj);},type:function(obj){return obj==null?String(obj):class2type[toString.call(obj)]||"object";},isPlainObject:function(obj){if(!obj||jQuery.type(obj)!=="object"||obj.nodeType||jQuery.isWindow(obj)){return false;}
if(obj.constructor&&!hasOwn.call(obj,"constructor")&&!hasOwn.call(obj.constructor.prototype,"isPrototypeOf")){return false;}
var key;for(key in obj){}
return key===undefined||hasOwn.call(obj,key);},isEmptyObject:function(obj){for(var name in obj){return false;}
return true;},error:function(msg){throw msg;},parseJSON:function(data){if(typeof data!=="string"||!data){return null;}
data=jQuery.trim(data);if(window.JSON&&window.JSON.parse){return window.JSON.parse(data);}
if(rvalidchars.test(data.replace(rvalidescape,"@").replace(rvalidtokens,"]").replace(rvalidbraces,""))){return(new Function("return "+data))();}
jQuery.error("Invalid JSON: "+data);},parseXML:function(data,xml,tmp){if(window.DOMParser){tmp=new DOMParser();xml=tmp.parseFromString(data,"text/xml");}else{xml=new ActiveXObject("Microsoft.XMLDOM");xml.async="false";xml.loadXML(data);}
tmp=xml.documentElement;if(!tmp||!tmp.nodeName||tmp.nodeName==="parsererror"){jQuery.error("Invalid XML: "+data);}
return xml;},noop:function(){},globalEval:function(data){if(data&&rnotwhite.test(data)){(window.execScript||function(data){window["eval"].call(window,data);})(data);}},nodeName:function(elem,name){return elem.nodeName&&elem.nodeName.toUpperCase()===name.toUpperCase();},each:function(object,callback,args){var name,i=0,length=object.length,isObj=length===undefined||jQuery.isFunction(object);if(args){if(isObj){for(name in object){if(callback.apply(object[name],args)===false){break;}}}else{for(;i<length;){if(callback.apply(object[i++],args)===false){break;}}}}else{if(isObj){for(name in object){if(callback.call(object[name],name,object[name])===false){break;}}}else{for(;i<length;){if(callback.call(object[i],i,object[i++])===false){break;}}}}
return object;},trim:trim?function(text){return text==null?"":trim.call(text);}:function(text){return text==null?"":text.toString().replace(trimLeft,"").replace(trimRight,"");},makeArray:function(array,results){var ret=results||[];if(array!=null){var type=jQuery.type(array);if(array.length==null||type==="string"||type==="function"||type==="regexp"||jQuery.isWindow(array)){push.call(ret,array);}else{jQuery.merge(ret,array);}}
return ret;},inArray:function(elem,array){if(indexOf){return indexOf.call(array,elem);}
for(var i=0,length=array.length;i<length;i++){if(array[i]===elem){return i;}}
return-1;},merge:function(first,second){var i=first.length,j=0;if(typeof second.length==="number"){for(var l=second.length;j<l;j++){first[i++]=second[j];}}else{while(second[j]!==undefined){first[i++]=second[j++];}}
first.length=i;return first;},grep:function(elems,callback,inv){var ret=[],retVal;inv=!!inv;for(var i=0,length=elems.length;i<length;i++){retVal=!!callback(elems[i],i);if(inv!==retVal){ret.push(elems[i]);}}
return ret;},map:function(elems,callback,arg){var value,key,ret=[],i=0,length=elems.length,isArray=elems instanceof jQuery||length!==undefined&&typeof length==="number"&&((length>0&&elems[0]&&elems[length-1])||length===0||jQuery.isArray(elems));if(isArray){for(;i<length;i++){value=callback(elems[i],i,arg);if(value!=null){ret[ret.length]=value;}}}else{for(key in elems){value=callback(elems[key],key,arg);if(value!=null){ret[ret.length]=value;}}}
return ret.concat.apply([],ret);},guid:1,proxy:function(fn,context){if(typeof context==="string"){var tmp=fn[context];context=fn;fn=tmp;}
if(!jQuery.isFunction(fn)){return undefined;}
var args=slice.call(arguments,2),proxy=function(){return fn.apply(context,args.concat(slice.call(arguments)));};proxy.guid=fn.guid=fn.guid||proxy.guid||jQuery.guid++;return proxy;},access:function(elems,key,value,exec,fn,pass){var length=elems.length;if(typeof key==="object"){for(var k in key){jQuery.access(elems,k,key[k],exec,fn,value);}
return elems;}
if(value!==undefined){exec=!pass&&exec&&jQuery.isFunction(value);for(var i=0;i<length;i++){fn(elems[i],key,exec?value.call(elems[i],i,fn(elems[i],key)):value,pass);}
return elems;}
return length?fn(elems[0],key):undefined;},now:function(){return(new Date()).getTime();},uaMatch:function(ua){ua=ua.toLowerCase();var match=rwebkit.exec(ua)||ropera.exec(ua)||rmsie.exec(ua)||ua.indexOf("compatible")<0&&rmozilla.exec(ua)||[];return{browser:match[1]||"",version:match[2]||"0"};},sub:function(){function jQuerySub(selector,context){return new jQuerySub.fn.init(selector,context);}
jQuery.extend(true,jQuerySub,this);jQuerySub.superclass=this;jQuerySub.fn=jQuerySub.prototype=this();jQuerySub.fn.constructor=jQuerySub;jQuerySub.sub=this.sub;jQuerySub.fn.init=function init(selector,context){if(context&&context instanceof jQuery&&!(context instanceof jQuerySub)){context=jQuerySub(context);}
return jQuery.fn.init.call(this,selector,context,rootjQuerySub);};jQuerySub.fn.init.prototype=jQuerySub.fn;var rootjQuerySub=jQuerySub(document);return jQuerySub;},browser:{}});jQuery.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(i,name){class2type["[object "+name+"]"]=name.toLowerCase();});browserMatch=jQuery.uaMatch(userAgent);if(browserMatch.browser){jQuery.browser[browserMatch.browser]=true;jQuery.browser.version=browserMatch.version;}
if(jQuery.browser.webkit){jQuery.browser.safari=true;}
if(rnotwhite.test("\xA0")){trimLeft=/^[\s\xA0]+/;trimRight=/[\s\xA0]+$/;}
rootjQuery=jQuery(document);if(document.addEventListener){DOMContentLoaded=function(){document.removeEventListener("DOMContentLoaded",DOMContentLoaded,false);jQuery.ready();};}else if(document.attachEvent){DOMContentLoaded=function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",DOMContentLoaded);jQuery.ready();}};}
function doScrollCheck(){if(jQuery.isReady){return;}
try{document.documentElement.doScroll("left");}catch(e){setTimeout(doScrollCheck,1);return;}
jQuery.ready();}
return jQuery;})();var
promiseMethods="done fail isResolved isRejected promise then always pipe".split(" "),sliceDeferred=[].slice;jQuery.extend({_Deferred:function(){var
callbacks=[],fired,firing,cancelled,deferred={done:function(){if(!cancelled){var args=arguments,i,length,elem,type,_fired;if(fired){_fired=fired;fired=0;}
for(i=0,length=args.length;i<length;i++){elem=args[i];type=jQuery.type(elem);if(type==="array"){deferred.done.apply(deferred,elem);}else if(type==="function"){callbacks.push(elem);}}
if(_fired){deferred.resolveWith(_fired[0],_fired[1]);}}
return this;},resolveWith:function(context,args){if(!cancelled&&!fired&&!firing){args=args||[];firing=1;try{while(callbacks[0]){callbacks.shift().apply(context,args);}}
finally{fired=[context,args];firing=0;}}
return this;},resolve:function(){deferred.resolveWith(this,arguments);return this;},isResolved:function(){return!!(firing||fired);},cancel:function(){cancelled=1;callbacks=[];return this;}};return deferred;},Deferred:function(func){var deferred=jQuery._Deferred(),failDeferred=jQuery._Deferred(),promise;jQuery.extend(deferred,{then:function(doneCallbacks,failCallbacks){deferred.done(doneCallbacks).fail(failCallbacks);return this;},always:function(){return deferred.done.apply(deferred,arguments).fail.apply(this,arguments);},fail:failDeferred.done,rejectWith:failDeferred.resolveWith,reject:failDeferred.resolve,isRejected:failDeferred.isResolved,pipe:function(fnDone,fnFail){return jQuery.Deferred(function(newDefer){jQuery.each({done:[fnDone,"resolve"],fail:[fnFail,"reject"]},function(handler,data){var fn=data[0],action=data[1],returned;if(jQuery.isFunction(fn)){deferred[handler](function(){returned=fn.apply(this,arguments);if(returned&&jQuery.isFunction(returned.promise)){returned.promise().then(newDefer.resolve,newDefer.reject);}else{newDefer[action](returned);}});}else{deferred[handler](newDefer[action]);}});}).promise();},promise:function(obj){if(obj==null){if(promise){return promise;}
promise=obj={};}
var i=promiseMethods.length;while(i--){obj[promiseMethods[i]]=deferred[promiseMethods[i]];}
return obj;}});deferred.done(failDeferred.cancel).fail(deferred.cancel);delete deferred.cancel;if(func){func.call(deferred,deferred);}
return deferred;},when:function(firstParam){var args=arguments,i=0,length=args.length,count=length,deferred=length<=1&&firstParam&&jQuery.isFunction(firstParam.promise)?firstParam:jQuery.Deferred();function resolveFunc(i){return function(value){args[i]=arguments.length>1?sliceDeferred.call(arguments,0):value;if(!(--count)){deferred.resolveWith(deferred,sliceDeferred.call(args,0));}};}
if(length>1){for(;i<length;i++){if(args[i]&&jQuery.isFunction(args[i].promise)){args[i].promise().then(resolveFunc(i),deferred.reject);}else{--count;}}
if(!count){deferred.resolveWith(deferred,args);}}else if(deferred!==firstParam){deferred.resolveWith(deferred,length?[firstParam]:[]);}
return deferred.promise();}});jQuery.support=(function(){var div=document.createElement("div"),documentElement=document.documentElement,all,a,select,opt,input,marginDiv,support,fragment,body,bodyStyle,tds,events,eventName,i,isSupported;div.setAttribute("className","t");div.innerHTML="   <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>";all=div.getElementsByTagName("*");a=div.getElementsByTagName("a")[0];if(!all||!all.length||!a){return{};}
select=document.createElement("select");opt=select.appendChild(document.createElement("option"));input=div.getElementsByTagName("input")[0];support={leadingWhitespace:(div.firstChild.nodeType===3),tbody:!div.getElementsByTagName("tbody").length,htmlSerialize:!!div.getElementsByTagName("link").length,style:/top/.test(a.getAttribute("style")),hrefNormalized:(a.getAttribute("href")==="/a"),opacity:/^0.55$/.test(a.style.opacity),cssFloat:!!a.style.cssFloat,checkOn:(input.value==="on"),optSelected:opt.selected,getSetAttribute:div.className!=="t",submitBubbles:true,changeBubbles:true,focusinBubbles:false,deleteExpando:true,noCloneEvent:true,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableMarginRight:true};input.checked=true;support.noCloneChecked=input.cloneNode(true).checked;select.disabled=true;support.optDisabled=!opt.disabled;try{delete div.test;}catch(e){support.deleteExpando=false;}
if(!div.addEventListener&&div.attachEvent&&div.fireEvent){div.attachEvent("onclick",function click(){support.noCloneEvent=false;div.detachEvent("onclick",click);});div.cloneNode(true).fireEvent("onclick");}
input=document.createElement("input");input.value="t";input.setAttribute("type","radio");support.radioValue=input.value==="t";input.setAttribute("checked","checked");div.appendChild(input);fragment=document.createDocumentFragment();fragment.appendChild(div.firstChild);support.checkClone=fragment.cloneNode(true).cloneNode(true).lastChild.checked;div.innerHTML="";div.style.width=div.style.paddingLeft="1px";body=document.createElement("body");bodyStyle={visibility:"hidden",width:0,height:0,border:0,margin:0,background:"none"};for(i in bodyStyle){body.style[i]=bodyStyle[i];}
body.appendChild(div);documentElement.insertBefore(body,documentElement.firstChild);support.appendChecked=input.checked;support.boxModel=div.offsetWidth===2;if("zoom"in div.style){div.style.display="inline";div.style.zoom=1;support.inlineBlockNeedsLayout=(div.offsetWidth===2);div.style.display="";div.innerHTML="<div style='width:4px;'></div>";support.shrinkWrapBlocks=(div.offsetWidth!==2);}
div.innerHTML="<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>";tds=div.getElementsByTagName("td");isSupported=(tds[0].offsetHeight===0);tds[0].style.display="";tds[1].style.display="none";support.reliableHiddenOffsets=isSupported&&(tds[0].offsetHeight===0);div.innerHTML="";if(document.defaultView&&document.defaultView.getComputedStyle){marginDiv=document.createElement("div");marginDiv.style.width="0";marginDiv.style.marginRight="0";div.appendChild(marginDiv);support.reliableMarginRight=(parseInt((document.defaultView.getComputedStyle(marginDiv,null)||{marginRight:0}).marginRight,10)||0)===0;}
body.innerHTML="";documentElement.removeChild(body);if(div.attachEvent){for(i in{submit:1,change:1,focusin:1}){eventName="on"+i;isSupported=(eventName in div);if(!isSupported){div.setAttribute(eventName,"return;");isSupported=(typeof div[eventName]==="function");}
support[i+"Bubbles"]=isSupported;}}
return support;})();jQuery.boxModel=jQuery.support.boxModel;var rbrace=/^(?:\{.*\}|\[.*\])$/,rmultiDash=/([a-z])([A-Z])/g;jQuery.extend({cache:{},uuid:0,expando:"jQuery"+(jQuery.fn.jquery+Math.random()).replace(/\D/g,""),noData:{"embed":true,"object":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000","applet":true},hasData:function(elem){elem=elem.nodeType?jQuery.cache[elem[jQuery.expando]]:elem[jQuery.expando];return!!elem&&!isEmptyDataObject(elem);},data:function(elem,name,data,pvt){if(!jQuery.acceptData(elem)){return;}
var internalKey=jQuery.expando,getByName=typeof name==="string",thisCache,isNode=elem.nodeType,cache=isNode?jQuery.cache:elem,id=isNode?elem[jQuery.expando]:elem[jQuery.expando]&&jQuery.expando;if((!id||(pvt&&id&&!cache[id][internalKey]))&&getByName&&data===undefined){return;}
if(!id){if(isNode){elem[jQuery.expando]=id=++jQuery.uuid;}else{id=jQuery.expando;}}
if(!cache[id]){cache[id]={};if(!isNode){cache[id].toJSON=jQuery.noop;}}
if(typeof name==="object"||typeof name==="function"){if(pvt){cache[id][internalKey]=jQuery.extend(cache[id][internalKey],name);}else{cache[id]=jQuery.extend(cache[id],name);}}
thisCache=cache[id];if(pvt){if(!thisCache[internalKey]){thisCache[internalKey]={};}
thisCache=thisCache[internalKey];}
if(data!==undefined){thisCache[jQuery.camelCase(name)]=data;}
if(name==="events"&&!thisCache[name]){return thisCache[internalKey]&&thisCache[internalKey].events;}
return getByName?thisCache[jQuery.camelCase(name)]:thisCache;},removeData:function(elem,name,pvt){if(!jQuery.acceptData(elem)){return;}
var internalKey=jQuery.expando,isNode=elem.nodeType,cache=isNode?jQuery.cache:elem,id=isNode?elem[jQuery.expando]:jQuery.expando;if(!cache[id]){return;}
if(name){var thisCache=pvt?cache[id][internalKey]:cache[id];if(thisCache){delete thisCache[name];if(!isEmptyDataObject(thisCache)){return;}}}
if(pvt){delete cache[id][internalKey];if(!isEmptyDataObject(cache[id])){return;}}
var internalCache=cache[id][internalKey];if(jQuery.support.deleteExpando||cache!=window){delete cache[id];}else{cache[id]=null;}
if(internalCache){cache[id]={};if(!isNode){cache[id].toJSON=jQuery.noop;}
cache[id][internalKey]=internalCache;}else if(isNode){if(jQuery.support.deleteExpando){delete elem[jQuery.expando];}else if(elem.removeAttribute){elem.removeAttribute(jQuery.expando);}else{elem[jQuery.expando]=null;}}},_data:function(elem,name,data){return jQuery.data(elem,name,data,true);},acceptData:function(elem){if(elem.nodeName){var match=jQuery.noData[elem.nodeName.toLowerCase()];if(match){return!(match===true||elem.getAttribute("classid")!==match);}}
return true;}});jQuery.fn.extend({data:function(key,value){var data=null;if(typeof key==="undefined"){if(this.length){data=jQuery.data(this[0]);if(this[0].nodeType===1){var attr=this[0].attributes,name;for(var i=0,l=attr.length;i<l;i++){name=attr[i].name;if(name.indexOf("data-")===0){name=jQuery.camelCase(name.substring(5));dataAttr(this[0],name,data[name]);}}}}
return data;}else if(typeof key==="object"){return this.each(function(){jQuery.data(this,key);});}
var parts=key.split(".");parts[1]=parts[1]?"."+parts[1]:"";if(value===undefined){data=this.triggerHandler("getData"+parts[1]+"!",[parts[0]]);if(data===undefined&&this.length){data=jQuery.data(this[0],key);data=dataAttr(this[0],key,data);}
return data===undefined&&parts[1]?this.data(parts[0]):data;}else{return this.each(function(){var $this=jQuery(this),args=[parts[0],value];$this.triggerHandler("setData"+parts[1]+"!",args);jQuery.data(this,key,value);$this.triggerHandler("changeData"+parts[1]+"!",args);});}},removeData:function(key){return this.each(function(){jQuery.removeData(this,key);});}});function dataAttr(elem,key,data){if(data===undefined&&elem.nodeType===1){var name="data-"+key.replace(rmultiDash,"$1-$2").toLowerCase();data=elem.getAttribute(name);if(typeof data==="string"){try{data=data==="true"?true:data==="false"?false:data==="null"?null:!jQuery.isNaN(data)?parseFloat(data):rbrace.test(data)?jQuery.parseJSON(data):data;}catch(e){}
jQuery.data(elem,key,data);}else{data=undefined;}}
return data;}
function isEmptyDataObject(obj){for(var name in obj){if(name!=="toJSON"){return false;}}
return true;}
function handleQueueMarkDefer(elem,type,src){var deferDataKey=type+"defer",queueDataKey=type+"queue",markDataKey=type+"mark",defer=jQuery.data(elem,deferDataKey,undefined,true);if(defer&&(src==="queue"||!jQuery.data(elem,queueDataKey,undefined,true))&&(src==="mark"||!jQuery.data(elem,markDataKey,undefined,true))){setTimeout(function(){if(!jQuery.data(elem,queueDataKey,undefined,true)&&!jQuery.data(elem,markDataKey,undefined,true)){jQuery.removeData(elem,deferDataKey,true);defer.resolve();}},0);}}
jQuery.extend({_mark:function(elem,type){if(elem){type=(type||"fx")+"mark";jQuery.data(elem,type,(jQuery.data(elem,type,undefined,true)||0)+1,true);}},_unmark:function(force,elem,type){if(force!==true){type=elem;elem=force;force=false;}
if(elem){type=type||"fx";var key=type+"mark",count=force?0:((jQuery.data(elem,key,undefined,true)||1)-1);if(count){jQuery.data(elem,key,count,true);}else{jQuery.removeData(elem,key,true);handleQueueMarkDefer(elem,type,"mark");}}},queue:function(elem,type,data){if(elem){type=(type||"fx")+"queue";var q=jQuery.data(elem,type,undefined,true);if(data){if(!q||jQuery.isArray(data)){q=jQuery.data(elem,type,jQuery.makeArray(data),true);}else{q.push(data);}}
return q||[];}},dequeue:function(elem,type){type=type||"fx";var queue=jQuery.queue(elem,type),fn=queue.shift(),defer;if(fn==="inprogress"){fn=queue.shift();}
if(fn){if(type==="fx"){queue.unshift("inprogress");}
fn.call(elem,function(){jQuery.dequeue(elem,type);});}
if(!queue.length){jQuery.removeData(elem,type+"queue",true);handleQueueMarkDefer(elem,type,"queue");}}});jQuery.fn.extend({queue:function(type,data){if(typeof type!=="string"){data=type;type="fx";}
if(data===undefined){return jQuery.queue(this[0],type);}
return this.each(function(){var queue=jQuery.queue(this,type,data);if(type==="fx"&&queue[0]!=="inprogress"){jQuery.dequeue(this,type);}});},dequeue:function(type){return this.each(function(){jQuery.dequeue(this,type);});},delay:function(time,type){time=jQuery.fx?jQuery.fx.speeds[time]||time:time;type=type||"fx";return this.queue(type,function(){var elem=this;setTimeout(function(){jQuery.dequeue(elem,type);},time);});},clearQueue:function(type){return this.queue(type||"fx",[]);},promise:function(type,object){if(typeof type!=="string"){object=type;type=undefined;}
type=type||"fx";var defer=jQuery.Deferred(),elements=this,i=elements.length,count=1,deferDataKey=type+"defer",queueDataKey=type+"queue",markDataKey=type+"mark",tmp;function resolve(){if(!(--count)){defer.resolveWith(elements,[elements]);}}
while(i--){if((tmp=jQuery.data(elements[i],deferDataKey,undefined,true)||(jQuery.data(elements[i],queueDataKey,undefined,true)||jQuery.data(elements[i],markDataKey,undefined,true))&&jQuery.data(elements[i],deferDataKey,jQuery._Deferred(),true))){count++;tmp.done(resolve);}}
resolve();return defer.promise();}});var rclass=/[\n\t\r]/g,rspace=/\s+/,rreturn=/\r/g,rtype=/^(?:button|input)$/i,rfocusable=/^(?:button|input|object|select|textarea)$/i,rclickable=/^a(?:rea)?$/i,rboolean=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,rinvalidChar=/\:/,formHook,boolHook;jQuery.fn.extend({attr:function(name,value){return jQuery.access(this,name,value,true,jQuery.attr);},removeAttr:function(name){return this.each(function(){jQuery.removeAttr(this,name);});},prop:function(name,value){return jQuery.access(this,name,value,true,jQuery.prop);},removeProp:function(name){name=jQuery.propFix[name]||name;return this.each(function(){try{this[name]=undefined;delete this[name];}catch(e){}});},addClass:function(value){if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this);self.addClass(value.call(this,i,self.attr("class")||""));});}
if(value&&typeof value==="string"){var classNames=(value||"").split(rspace);for(var i=0,l=this.length;i<l;i++){var elem=this[i];if(elem.nodeType===1){if(!elem.className){elem.className=value;}else{var className=" "+elem.className+" ",setClass=elem.className;for(var c=0,cl=classNames.length;c<cl;c++){if(className.indexOf(" "+classNames[c]+" ")<0){setClass+=" "+classNames[c];}}
elem.className=jQuery.trim(setClass);}}}}
return this;},removeClass:function(value){if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this);self.removeClass(value.call(this,i,self.attr("class")));});}
if((value&&typeof value==="string")||value===undefined){var classNames=(value||"").split(rspace);for(var i=0,l=this.length;i<l;i++){var elem=this[i];if(elem.nodeType===1&&elem.className){if(value){var className=(" "+elem.className+" ").replace(rclass," ");for(var c=0,cl=classNames.length;c<cl;c++){className=className.replace(" "+classNames[c]+" "," ");}
elem.className=jQuery.trim(className);}else{elem.className="";}}}}
return this;},toggleClass:function(value,stateVal){var type=typeof value,isBool=typeof stateVal==="boolean";if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this);self.toggleClass(value.call(this,i,self.attr("class"),stateVal),stateVal);});}
return this.each(function(){if(type==="string"){var className,i=0,self=jQuery(this),state=stateVal,classNames=value.split(rspace);while((className=classNames[i++])){state=isBool?state:!self.hasClass(className);self[state?"addClass":"removeClass"](className);}}else if(type==="undefined"||type==="boolean"){if(this.className){jQuery._data(this,"__className__",this.className);}
this.className=this.className||value===false?"":jQuery._data(this,"__className__")||"";}});},hasClass:function(selector){var className=" "+selector+" ";for(var i=0,l=this.length;i<l;i++){if((" "+this[i].className+" ").replace(rclass," ").indexOf(className)>-1){return true;}}
return false;},val:function(value){var hooks,ret,elem=this[0];if(!arguments.length){if(elem){hooks=jQuery.valHooks[elem.nodeName.toLowerCase()]||jQuery.valHooks[elem.type];if(hooks&&"get"in hooks&&(ret=hooks.get(elem,"value"))!==undefined){return ret;}
return(elem.value||"").replace(rreturn,"");}
return undefined;}
var isFunction=jQuery.isFunction(value);return this.each(function(i){var self=jQuery(this),val;if(this.nodeType!==1){return;}
if(isFunction){val=value.call(this,i,self.val());}else{val=value;}
if(val==null){val="";}else if(typeof val==="number"){val+="";}else if(jQuery.isArray(val)){val=jQuery.map(val,function(value){return value==null?"":value+"";});}
hooks=jQuery.valHooks[this.nodeName.toLowerCase()]||jQuery.valHooks[this.type];if(!hooks||!("set"in hooks)||hooks.set(this,val,"value")===undefined){this.value=val;}});}});jQuery.extend({valHooks:{option:{get:function(elem){var val=elem.attributes.value;return!val||val.specified?elem.value:elem.text;}},select:{get:function(elem){var value,index=elem.selectedIndex,values=[],options=elem.options,one=elem.type==="select-one";if(index<0){return null;}
for(var i=one?index:0,max=one?index+1:options.length;i<max;i++){var option=options[i];if(option.selected&&(jQuery.support.optDisabled?!option.disabled:option.getAttribute("disabled")===null)&&(!option.parentNode.disabled||!jQuery.nodeName(option.parentNode,"optgroup"))){value=jQuery(option).val();if(one){return value;}
values.push(value);}}
if(one&&!values.length&&options.length){return jQuery(options[index]).val();}
return values;},set:function(elem,value){var values=jQuery.makeArray(value);jQuery(elem).find("option").each(function(){this.selected=jQuery.inArray(jQuery(this).val(),values)>=0;});if(!values.length){elem.selectedIndex=-1;}
return values;}}},attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attrFix:{tabindex:"tabIndex"},attr:function(elem,name,value,pass){var nType=elem.nodeType;if(!elem||nType===3||nType===8||nType===2){return undefined;}
if(pass&&name in jQuery.attrFn){return jQuery(elem)[name](value);}
if(!("getAttribute"in elem)){return jQuery.prop(elem,name,value);}
var ret,hooks,notxml=nType!==1||!jQuery.isXMLDoc(elem);name=notxml&&jQuery.attrFix[name]||name;hooks=jQuery.attrHooks[name];if(!hooks){if(rboolean.test(name)&&(typeof value==="boolean"||value===undefined||value.toLowerCase()===name.toLowerCase())){hooks=boolHook;}else if(formHook&&(jQuery.nodeName(elem,"form")||rinvalidChar.test(name))){hooks=formHook;}}
if(value!==undefined){if(value===null){jQuery.removeAttr(elem,name);return undefined;}else if(hooks&&"set"in hooks&&notxml&&(ret=hooks.set(elem,value,name))!==undefined){return ret;}else{elem.setAttribute(name,""+value);return value;}}else if(hooks&&"get"in hooks&&notxml){return hooks.get(elem,name);}else{ret=elem.getAttribute(name);return ret===null?undefined:ret;}},removeAttr:function(elem,name){var propName;if(elem.nodeType===1){name=jQuery.attrFix[name]||name;if(jQuery.support.getSetAttribute){elem.removeAttribute(name);}else{jQuery.attr(elem,name,"");elem.removeAttributeNode(elem.getAttributeNode(name));}
if(rboolean.test(name)&&(propName=jQuery.propFix[name]||name)in elem){elem[propName]=false;}}},attrHooks:{type:{set:function(elem,value){if(rtype.test(elem.nodeName)&&elem.parentNode){jQuery.error("type property can't be changed");}else if(!jQuery.support.radioValue&&value==="radio"&&jQuery.nodeName(elem,"input")){var val=elem.value;elem.setAttribute("type",value);if(val){elem.value=val;}
return value;}}},tabIndex:{get:function(elem){var attributeNode=elem.getAttributeNode("tabIndex");return attributeNode&&attributeNode.specified?parseInt(attributeNode.value,10):rfocusable.test(elem.nodeName)||rclickable.test(elem.nodeName)&&elem.href?0:undefined;}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(elem,name,value){var nType=elem.nodeType;if(!elem||nType===3||nType===8||nType===2){return undefined;}
var ret,hooks,notxml=nType!==1||!jQuery.isXMLDoc(elem);name=notxml&&jQuery.propFix[name]||name;hooks=jQuery.propHooks[name];if(value!==undefined){if(hooks&&"set"in hooks&&(ret=hooks.set(elem,value,name))!==undefined){return ret;}else{return(elem[name]=value);}}else{if(hooks&&"get"in hooks&&(ret=hooks.get(elem,name))!==undefined){return ret;}else{return elem[name];}}},propHooks:{}});boolHook={get:function(elem,name){return elem[jQuery.propFix[name]||name]?name.toLowerCase():undefined;},set:function(elem,value,name){var propName;if(value===false){jQuery.removeAttr(elem,name);}else{propName=jQuery.propFix[name]||name;if(propName in elem){elem[propName]=value;}
elem.setAttribute(name,name.toLowerCase());}
return name;}};jQuery.attrHooks.value={get:function(elem,name){if(formHook&&jQuery.nodeName(elem,"button")){return formHook.get(elem,name);}
return elem.value;},set:function(elem,value,name){if(formHook&&jQuery.nodeName(elem,"button")){return formHook.set(elem,value,name);}
elem.value=value;}};if(!jQuery.support.getSetAttribute){jQuery.attrFix=jQuery.propFix;formHook=jQuery.attrHooks.name=jQuery.valHooks.button={get:function(elem,name){var ret;ret=elem.getAttributeNode(name);return ret&&ret.nodeValue!==""?ret.nodeValue:undefined;},set:function(elem,value,name){var ret=elem.getAttributeNode(name);if(ret){ret.nodeValue=value;return value;}}};jQuery.each(["width","height"],function(i,name){jQuery.attrHooks[name]=jQuery.extend(jQuery.attrHooks[name],{set:function(elem,value){if(value===""){elem.setAttribute(name,"auto");return value;}}});});}
if(!jQuery.support.hrefNormalized){jQuery.each(["href","src","width","height"],function(i,name){jQuery.attrHooks[name]=jQuery.extend(jQuery.attrHooks[name],{get:function(elem){var ret=elem.getAttribute(name,2);return ret===null?undefined:ret;}});});}
if(!jQuery.support.style){jQuery.attrHooks.style={get:function(elem){return elem.style.cssText.toLowerCase()||undefined;},set:function(elem,value){return(elem.style.cssText=""+value);}};}
if(!jQuery.support.optSelected){jQuery.propHooks.selected=jQuery.extend(jQuery.propHooks.selected,{get:function(elem){var parent=elem.parentNode;if(parent){parent.selectedIndex;if(parent.parentNode){parent.parentNode.selectedIndex;}}}});}
if(!jQuery.support.checkOn){jQuery.each(["radio","checkbox"],function(){jQuery.valHooks[this]={get:function(elem){return elem.getAttribute("value")===null?"on":elem.value;}};});}
jQuery.each(["radio","checkbox"],function(){jQuery.valHooks[this]=jQuery.extend(jQuery.valHooks[this],{set:function(elem,value){if(jQuery.isArray(value)){return(elem.checked=jQuery.inArray(jQuery(elem).val(),value)>=0);}}});});var hasOwn=Object.prototype.hasOwnProperty,rnamespaces=/\.(.*)$/,rformElems=/^(?:textarea|input|select)$/i,rperiod=/\./g,rspaces=/ /g,rescape=/[^\w\s.|`]/g,fcleanup=function(nm){return nm.replace(rescape,"\\$&");};jQuery.event={add:function(elem,types,handler,data){if(elem.nodeType===3||elem.nodeType===8){return;}
if(handler===false){handler=returnFalse;}else if(!handler){return;}
var handleObjIn,handleObj;if(handler.handler){handleObjIn=handler;handler=handleObjIn.handler;}
if(!handler.guid){handler.guid=jQuery.guid++;}
var elemData=jQuery._data(elem);if(!elemData){return;}
var events=elemData.events,eventHandle=elemData.handle;if(!events){elemData.events=events={};}
if(!eventHandle){elemData.handle=eventHandle=function(e){return typeof jQuery!=="undefined"&&(!e||jQuery.event.triggered!==e.type)?jQuery.event.handle.apply(eventHandle.elem,arguments):undefined;};}
eventHandle.elem=elem;types=types.split(" ");var type,i=0,namespaces;while((type=types[i++])){handleObj=handleObjIn?jQuery.extend({},handleObjIn):{handler:handler,data:data};if(type.indexOf(".")>-1){namespaces=type.split(".");type=namespaces.shift();handleObj.namespace=namespaces.slice(0).sort().join(".");}else{namespaces=[];handleObj.namespace="";}
handleObj.type=type;if(!handleObj.guid){handleObj.guid=handler.guid;}
var handlers=events[type],special=jQuery.event.special[type]||{};if(!handlers){handlers=events[type]=[];if(!special.setup||special.setup.call(elem,data,namespaces,eventHandle)===false){if(elem.addEventListener){elem.addEventListener(type,eventHandle,false);}else if(elem.attachEvent){elem.attachEvent("on"+type,eventHandle);}}}
if(special.add){special.add.call(elem,handleObj);if(!handleObj.handler.guid){handleObj.handler.guid=handler.guid;}}
handlers.push(handleObj);jQuery.event.global[type]=true;}
elem=null;},global:{},remove:function(elem,types,handler,pos){if(elem.nodeType===3||elem.nodeType===8){return;}
if(handler===false){handler=returnFalse;}
var ret,type,fn,j,i=0,all,namespaces,namespace,special,eventType,handleObj,origType,elemData=jQuery.hasData(elem)&&jQuery._data(elem),events=elemData&&elemData.events;if(!elemData||!events){return;}
if(types&&types.type){handler=types.handler;types=types.type;}
if(!types||typeof types==="string"&&types.charAt(0)==="."){types=types||"";for(type in events){jQuery.event.remove(elem,type+types);}
return;}
types=types.split(" ");while((type=types[i++])){origType=type;handleObj=null;all=type.indexOf(".")<0;namespaces=[];if(!all){namespaces=type.split(".");type=namespaces.shift();namespace=new RegExp("(^|\\.)"+
jQuery.map(namespaces.slice(0).sort(),fcleanup).join("\\.(?:.*\\.)?")+"(\\.|$)");}
eventType=events[type];if(!eventType){continue;}
if(!handler){for(j=0;j<eventType.length;j++){handleObj=eventType[j];if(all||namespace.test(handleObj.namespace)){jQuery.event.remove(elem,origType,handleObj.handler,j);eventType.splice(j--,1);}}
continue;}
special=jQuery.event.special[type]||{};for(j=pos||0;j<eventType.length;j++){handleObj=eventType[j];if(handler.guid===handleObj.guid){if(all||namespace.test(handleObj.namespace)){if(pos==null){eventType.splice(j--,1);}
if(special.remove){special.remove.call(elem,handleObj);}}
if(pos!=null){break;}}}
if(eventType.length===0||pos!=null&&eventType.length===1){if(!special.teardown||special.teardown.call(elem,namespaces)===false){jQuery.removeEvent(elem,type,elemData.handle);}
ret=null;delete events[type];}}
if(jQuery.isEmptyObject(events)){var handle=elemData.handle;if(handle){handle.elem=null;}
delete elemData.events;delete elemData.handle;if(jQuery.isEmptyObject(elemData)){jQuery.removeData(elem,undefined,true);}}},customEvent:{"getData":true,"setData":true,"changeData":true},trigger:function(event,data,elem,onlyHandlers){var type=event.type||event,namespaces=[],exclusive;if(type.indexOf("!")>=0){type=type.slice(0,-1);exclusive=true;}
if(type.indexOf(".")>=0){namespaces=type.split(".");type=namespaces.shift();namespaces.sort();}
if((!elem||jQuery.event.customEvent[type])&&!jQuery.event.global[type]){return;}
event=typeof event==="object"?event[jQuery.expando]?event:new jQuery.Event(type,event):new jQuery.Event(type);event.type=type;event.exclusive=exclusive;event.namespace=namespaces.join(".");event.namespace_re=new RegExp("(^|\\.)"+namespaces.join("\\.(?:.*\\.)?")+"(\\.|$)");if(onlyHandlers||!elem){event.preventDefault();event.stopPropagation();}
if(!elem){jQuery.each(jQuery.cache,function(){var internalKey=jQuery.expando,internalCache=this[internalKey];if(internalCache&&internalCache.events&&internalCache.events[type]){jQuery.event.trigger(event,data,internalCache.handle.elem);}});return;}
if(elem.nodeType===3||elem.nodeType===8){return;}
event.result=undefined;event.target=elem;data=data?jQuery.makeArray(data):[];data.unshift(event);var cur=elem,ontype=type.indexOf(":")<0?"on"+type:"";do{var handle=jQuery._data(cur,"handle");event.currentTarget=cur;if(handle){handle.apply(cur,data);}
if(ontype&&jQuery.acceptData(cur)&&cur[ontype]&&cur[ontype].apply(cur,data)===false){event.result=false;event.preventDefault();}
cur=cur.parentNode||cur.ownerDocument||cur===event.target.ownerDocument&&window;}while(cur&&!event.isPropagationStopped());if(!event.isDefaultPrevented()){var old,special=jQuery.event.special[type]||{};if((!special._default||special._default.call(elem.ownerDocument,event)===false)&&!(type==="click"&&jQuery.nodeName(elem,"a"))&&jQuery.acceptData(elem)){try{if(ontype&&elem[type]){old=elem[ontype];if(old){elem[ontype]=null;}
jQuery.event.triggered=type;elem[type]();}}catch(ieError){}
if(old){elem[ontype]=old;}
jQuery.event.triggered=undefined;}}
return event.result;},handle:function(event){event=jQuery.event.fix(event||window.event);var handlers=((jQuery._data(this,"events")||{})[event.type]||[]).slice(0),run_all=!event.exclusive&&!event.namespace,args=Array.prototype.slice.call(arguments,0);args[0]=event;event.currentTarget=this;for(var j=0,l=handlers.length;j<l;j++){var handleObj=handlers[j];if(run_all||event.namespace_re.test(handleObj.namespace)){event.handler=handleObj.handler;event.data=handleObj.data;event.handleObj=handleObj;var ret=handleObj.handler.apply(this,args);if(ret!==undefined){event.result=ret;if(ret===false){event.preventDefault();event.stopPropagation();}}
if(event.isImmediatePropagationStopped()){break;}}}
return event.result;},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(event){if(event[jQuery.expando]){return event;}
var originalEvent=event;event=jQuery.Event(originalEvent);for(var i=this.props.length,prop;i;){prop=this.props[--i];event[prop]=originalEvent[prop];}
if(!event.target){event.target=event.srcElement||document;}
if(event.target.nodeType===3){event.target=event.target.parentNode;}
if(!event.relatedTarget&&event.fromElement){event.relatedTarget=event.fromElement===event.target?event.toElement:event.fromElement;}
if(event.pageX==null&&event.clientX!=null){var eventDocument=event.target.ownerDocument||document,doc=eventDocument.documentElement,body=eventDocument.body;event.pageX=event.clientX+(doc&&doc.scrollLeft||body&&body.scrollLeft||0)-(doc&&doc.clientLeft||body&&body.clientLeft||0);event.pageY=event.clientY+(doc&&doc.scrollTop||body&&body.scrollTop||0)-(doc&&doc.clientTop||body&&body.clientTop||0);}
if(event.which==null&&(event.charCode!=null||event.keyCode!=null)){event.which=event.charCode!=null?event.charCode:event.keyCode;}
if(!event.metaKey&&event.ctrlKey){event.metaKey=event.ctrlKey;}
if(!event.which&&event.button!==undefined){event.which=(event.button&1?1:(event.button&2?3:(event.button&4?2:0)));}
return event;},guid:1E8,proxy:jQuery.proxy,special:{ready:{setup:jQuery.bindReady,teardown:jQuery.noop},live:{add:function(handleObj){jQuery.event.add(this,liveConvert(handleObj.origType,handleObj.selector),jQuery.extend({},handleObj,{handler:liveHandler,guid:handleObj.handler.guid}));},remove:function(handleObj){jQuery.event.remove(this,liveConvert(handleObj.origType,handleObj.selector),handleObj);}},beforeunload:{setup:function(data,namespaces,eventHandle){if(jQuery.isWindow(this)){this.onbeforeunload=eventHandle;}},teardown:function(namespaces,eventHandle){if(this.onbeforeunload===eventHandle){this.onbeforeunload=null;}}}}};jQuery.removeEvent=document.removeEventListener?function(elem,type,handle){if(elem.removeEventListener){elem.removeEventListener(type,handle,false);}}:function(elem,type,handle){if(elem.detachEvent){elem.detachEvent("on"+type,handle);}};jQuery.Event=function(src,props){if(!this.preventDefault){return new jQuery.Event(src,props);}
if(src&&src.type){this.originalEvent=src;this.type=src.type;this.isDefaultPrevented=(src.defaultPrevented||src.returnValue===false||src.getPreventDefault&&src.getPreventDefault())?returnTrue:returnFalse;}else{this.type=src;}
if(props){jQuery.extend(this,props);}
this.timeStamp=jQuery.now();this[jQuery.expando]=true;};function returnFalse(){return false;}
function returnTrue(){return true;}
jQuery.Event.prototype={preventDefault:function(){this.isDefaultPrevented=returnTrue;var e=this.originalEvent;if(!e){return;}
if(e.preventDefault){e.preventDefault();}else{e.returnValue=false;}},stopPropagation:function(){this.isPropagationStopped=returnTrue;var e=this.originalEvent;if(!e){return;}
if(e.stopPropagation){e.stopPropagation();}
e.cancelBubble=true;},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=returnTrue;this.stopPropagation();},isDefaultPrevented:returnFalse,isPropagationStopped:returnFalse,isImmediatePropagationStopped:returnFalse};var withinElement=function(event){var parent=event.relatedTarget;event.type=event.data;try{if(parent&&parent!==document&&!parent.parentNode){return;}
while(parent&&parent!==this){parent=parent.parentNode;}
if(parent!==this){jQuery.event.handle.apply(this,arguments);}}catch(e){}},delegate=function(event){event.type=event.data;jQuery.event.handle.apply(this,arguments);};jQuery.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(orig,fix){jQuery.event.special[orig]={setup:function(data){jQuery.event.add(this,fix,data&&data.selector?delegate:withinElement,orig);},teardown:function(data){jQuery.event.remove(this,fix,data&&data.selector?delegate:withinElement);}};});if(!jQuery.support.submitBubbles){jQuery.event.special.submit={setup:function(data,namespaces){if(!jQuery.nodeName(this,"form")){jQuery.event.add(this,"click.specialSubmit",function(e){var elem=e.target,type=elem.type;if((type==="submit"||type==="image")&&jQuery(elem).closest("form").length){trigger("submit",this,arguments);}});jQuery.event.add(this,"keypress.specialSubmit",function(e){var elem=e.target,type=elem.type;if((type==="text"||type==="password")&&jQuery(elem).closest("form").length&&e.keyCode===13){trigger("submit",this,arguments);}});}else{return false;}},teardown:function(namespaces){jQuery.event.remove(this,".specialSubmit");}};}
if(!jQuery.support.changeBubbles){var changeFilters,getVal=function(elem){var type=elem.type,val=elem.value;if(type==="radio"||type==="checkbox"){val=elem.checked;}else if(type==="select-multiple"){val=elem.selectedIndex>-1?jQuery.map(elem.options,function(elem){return elem.selected;}).join("-"):"";}else if(jQuery.nodeName(elem,"select")){val=elem.selectedIndex;}
return val;},testChange=function testChange(e){var elem=e.target,data,val;if(!rformElems.test(elem.nodeName)||elem.readOnly){return;}
data=jQuery._data(elem,"_change_data");val=getVal(elem);if(e.type!=="focusout"||elem.type!=="radio"){jQuery._data(elem,"_change_data",val);}
if(data===undefined||val===data){return;}
if(data!=null||val){e.type="change";e.liveFired=undefined;jQuery.event.trigger(e,arguments[1],elem);}};jQuery.event.special.change={filters:{focusout:testChange,beforedeactivate:testChange,click:function(e){var elem=e.target,type=jQuery.nodeName(elem,"input")?elem.type:"";if(type==="radio"||type==="checkbox"||jQuery.nodeName(elem,"select")){testChange.call(this,e);}},keydown:function(e){var elem=e.target,type=jQuery.nodeName(elem,"input")?elem.type:"";if((e.keyCode===13&&!jQuery.nodeName(elem,"textarea"))||(e.keyCode===32&&(type==="checkbox"||type==="radio"))||type==="select-multiple"){testChange.call(this,e);}},beforeactivate:function(e){var elem=e.target;jQuery._data(elem,"_change_data",getVal(elem));}},setup:function(data,namespaces){if(this.type==="file"){return false;}
for(var type in changeFilters){jQuery.event.add(this,type+".specialChange",changeFilters[type]);}
return rformElems.test(this.nodeName);},teardown:function(namespaces){jQuery.event.remove(this,".specialChange");return rformElems.test(this.nodeName);}};changeFilters=jQuery.event.special.change.filters;changeFilters.focus=changeFilters.beforeactivate;}
function trigger(type,elem,args){var event=jQuery.extend({},args[0]);event.type=type;event.originalEvent={};event.liveFired=undefined;jQuery.event.handle.call(elem,event);if(event.isDefaultPrevented()){args[0].preventDefault();}}
if(!jQuery.support.focusinBubbles){jQuery.each({focus:"focusin",blur:"focusout"},function(orig,fix){var attaches=0;jQuery.event.special[fix]={setup:function(){if(attaches++===0){document.addEventListener(orig,handler,true);}},teardown:function(){if(--attaches===0){document.removeEventListener(orig,handler,true);}}};function handler(donor){var e=jQuery.event.fix(donor);e.type=fix;e.originalEvent={};jQuery.event.trigger(e,null,e.target);if(e.isDefaultPrevented()){donor.preventDefault();}}});}
jQuery.each(["bind","one"],function(i,name){jQuery.fn[name]=function(type,data,fn){var handler;if(typeof type==="object"){for(var key in type){this[name](key,data,type[key],fn);}
return this;}
if(arguments.length===2||data===false){fn=data;data=undefined;}
if(name==="one"){handler=function(event){jQuery(this).unbind(event,handler);return fn.apply(this,arguments);};handler.guid=fn.guid||jQuery.guid++;}else{handler=fn;}
if(type==="unload"&&name!=="one"){this.one(type,data,fn);}else{for(var i=0,l=this.length;i<l;i++){jQuery.event.add(this[i],type,handler,data);}}
return this;};});jQuery.fn.extend({unbind:function(type,fn){if(typeof type==="object"&&!type.preventDefault){for(var key in type){this.unbind(key,type[key]);}}else{for(var i=0,l=this.length;i<l;i++){jQuery.event.remove(this[i],type,fn);}}
return this;},delegate:function(selector,types,data,fn){return this.live(types,data,fn,selector);},undelegate:function(selector,types,fn){if(arguments.length===0){return this.unbind("live");}else{return this.die(types,null,fn,selector);}},trigger:function(type,data){return this.each(function(){jQuery.event.trigger(type,data,this);});},triggerHandler:function(type,data){if(this[0]){return jQuery.event.trigger(type,data,this[0],true);}},toggle:function(fn){var args=arguments,guid=fn.guid||jQuery.guid++,i=0,toggler=function(event){var lastToggle=(jQuery.data(this,"lastToggle"+fn.guid)||0)%i;jQuery.data(this,"lastToggle"+fn.guid,lastToggle+1);event.preventDefault();return args[lastToggle].apply(this,arguments)||false;};toggler.guid=guid;while(i<args.length){args[i++].guid=guid;}
return this.click(toggler);},hover:function(fnOver,fnOut){return this.mouseenter(fnOver).mouseleave(fnOut||fnOver);}});var liveMap={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};jQuery.each(["live","die"],function(i,name){jQuery.fn[name]=function(types,data,fn,origSelector){var type,i=0,match,namespaces,preType,selector=origSelector||this.selector,context=origSelector?this:jQuery(this.context);if(typeof types==="object"&&!types.preventDefault){for(var key in types){context[name](key,data,types[key],selector);}
return this;}
if(name==="die"&&!types&&origSelector&&origSelector.charAt(0)==="."){context.unbind(origSelector);return this;}
if(data===false||jQuery.isFunction(data)){fn=data||returnFalse;data=undefined;}
types=(types||"").split(" ");while((type=types[i++])!=null){match=rnamespaces.exec(type);namespaces="";if(match){namespaces=match[0];type=type.replace(rnamespaces,"");}
if(type==="hover"){types.push("mouseenter"+namespaces,"mouseleave"+namespaces);continue;}
preType=type;if(liveMap[type]){types.push(liveMap[type]+namespaces);type=type+namespaces;}else{type=(liveMap[type]||type)+namespaces;}
if(name==="live"){for(var j=0,l=context.length;j<l;j++){jQuery.event.add(context[j],"live."+liveConvert(type,selector),{data:data,selector:selector,handler:fn,origType:type,origHandler:fn,preType:preType});}}else{context.unbind("live."+liveConvert(type,selector),fn);}}
return this;};});function liveHandler(event){var stop,maxLevel,related,match,handleObj,elem,j,i,l,data,close,namespace,ret,elems=[],selectors=[],events=jQuery._data(this,"events");if(event.liveFired===this||!events||!events.live||event.target.disabled||event.button&&event.type==="click"){return;}
if(event.namespace){namespace=new RegExp("(^|\\.)"+event.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)");}
event.liveFired=this;var live=events.live.slice(0);for(j=0;j<live.length;j++){handleObj=live[j];if(handleObj.origType.replace(rnamespaces,"")===event.type){selectors.push(handleObj.selector);}else{live.splice(j--,1);}}
match=jQuery(event.target).closest(selectors,event.currentTarget);for(i=0,l=match.length;i<l;i++){close=match[i];for(j=0;j<live.length;j++){handleObj=live[j];if(close.selector===handleObj.selector&&(!namespace||namespace.test(handleObj.namespace))&&!close.elem.disabled){elem=close.elem;related=null;if(handleObj.preType==="mouseenter"||handleObj.preType==="mouseleave"){event.type=handleObj.preType;related=jQuery(event.relatedTarget).closest(handleObj.selector)[0];if(related&&jQuery.contains(elem,related)){related=elem;}}
if(!related||related!==elem){elems.push({elem:elem,handleObj:handleObj,level:close.level});}}}}
for(i=0,l=elems.length;i<l;i++){match=elems[i];if(maxLevel&&match.level>maxLevel){break;}
event.currentTarget=match.elem;event.data=match.handleObj.data;event.handleObj=match.handleObj;ret=match.handleObj.origHandler.apply(match.elem,arguments);if(ret===false||event.isPropagationStopped()){maxLevel=match.level;if(ret===false){stop=false;}
if(event.isImmediatePropagationStopped()){break;}}}
return stop;}
function liveConvert(type,selector){return(type&&type!=="*"?type+".":"")+selector.replace(rperiod,"`").replace(rspaces,"&");}
jQuery.each(("blur focus focusin focusout load resize scroll unload click dblclick "+"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave "+"change select submit keydown keypress keyup error").split(" "),function(i,name){jQuery.fn[name]=function(data,fn){if(fn==null){fn=data;data=null;}
return arguments.length>0?this.bind(name,data,fn):this.trigger(name);};if(jQuery.attrFn){jQuery.attrFn[name]=true;}});(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true,rBackslash=/\\/g,rNonWord=/\W/;[0,0].sort(function(){baseHasDuplicate=false;return 0;});var Sizzle=function(selector,context,results,seed){results=results||[];context=context||document;var origContext=context;if(context.nodeType!==1&&context.nodeType!==9){return[];}
if(!selector||typeof selector!=="string"){return results;}
var m,set,checkSet,extra,ret,cur,pop,i,prune=true,contextXML=Sizzle.isXML(context),parts=[],soFar=selector;do{chunker.exec("");m=chunker.exec(soFar);if(m){soFar=m[3];parts.push(m[1]);if(m[2]){extra=m[3];break;}}}while(m);if(parts.length>1&&origPOS.exec(selector)){if(parts.length===2&&Expr.relative[parts[0]]){set=posProcess(parts[0]+parts[1],context);}else{set=Expr.relative[parts[0]]?[context]:Sizzle(parts.shift(),context);while(parts.length){selector=parts.shift();if(Expr.relative[selector]){selector+=parts.shift();}
set=posProcess(selector,set);}}}else{if(!seed&&parts.length>1&&context.nodeType===9&&!contextXML&&Expr.match.ID.test(parts[0])&&!Expr.match.ID.test(parts[parts.length-1])){ret=Sizzle.find(parts.shift(),context,contextXML);context=ret.expr?Sizzle.filter(ret.expr,ret.set)[0]:ret.set[0];}
if(context){ret=seed?{expr:parts.pop(),set:makeArray(seed)}:Sizzle.find(parts.pop(),parts.length===1&&(parts[0]==="~"||parts[0]==="+")&&context.parentNode?context.parentNode:context,contextXML);set=ret.expr?Sizzle.filter(ret.expr,ret.set):ret.set;if(parts.length>0){checkSet=makeArray(set);}else{prune=false;}
while(parts.length){cur=parts.pop();pop=cur;if(!Expr.relative[cur]){cur="";}else{pop=parts.pop();}
if(pop==null){pop=context;}
Expr.relative[cur](checkSet,pop,contextXML);}}else{checkSet=parts=[];}}
if(!checkSet){checkSet=set;}
if(!checkSet){Sizzle.error(cur||selector);}
if(toString.call(checkSet)==="[object Array]"){if(!prune){results.push.apply(results,checkSet);}else if(context&&context.nodeType===1){for(i=0;checkSet[i]!=null;i++){if(checkSet[i]&&(checkSet[i]===true||checkSet[i].nodeType===1&&Sizzle.contains(context,checkSet[i]))){results.push(set[i]);}}}else{for(i=0;checkSet[i]!=null;i++){if(checkSet[i]&&checkSet[i].nodeType===1){results.push(set[i]);}}}}else{makeArray(checkSet,results);}
if(extra){Sizzle(extra,origContext,results,seed);Sizzle.uniqueSort(results);}
return results;};Sizzle.uniqueSort=function(results){if(sortOrder){hasDuplicate=baseHasDuplicate;results.sort(sortOrder);if(hasDuplicate){for(var i=1;i<results.length;i++){if(results[i]===results[i-1]){results.splice(i--,1);}}}}
return results;};Sizzle.matches=function(expr,set){return Sizzle(expr,null,null,set);};Sizzle.matchesSelector=function(node,expr){return Sizzle(expr,null,null,[node]).length>0;};Sizzle.find=function(expr,context,isXML){var set;if(!expr){return[];}
for(var i=0,l=Expr.order.length;i<l;i++){var match,type=Expr.order[i];if((match=Expr.leftMatch[type].exec(expr))){var left=match[1];match.splice(1,1);if(left.substr(left.length-1)!=="\\"){match[1]=(match[1]||"").replace(rBackslash,"");set=Expr.find[type](match,context,isXML);if(set!=null){expr=expr.replace(Expr.match[type],"");break;}}}}
if(!set){set=typeof context.getElementsByTagName!=="undefined"?context.getElementsByTagName("*"):[];}
return{set:set,expr:expr};};Sizzle.filter=function(expr,set,inplace,not){var match,anyFound,old=expr,result=[],curLoop=set,isXMLFilter=set&&set[0]&&Sizzle.isXML(set[0]);while(expr&&set.length){for(var type in Expr.filter){if((match=Expr.leftMatch[type].exec(expr))!=null&&match[2]){var found,item,filter=Expr.filter[type],left=match[1];anyFound=false;match.splice(1,1);if(left.substr(left.length-1)==="\\"){continue;}
if(curLoop===result){result=[];}
if(Expr.preFilter[type]){match=Expr.preFilter[type](match,curLoop,inplace,result,not,isXMLFilter);if(!match){anyFound=found=true;}else if(match===true){continue;}}
if(match){for(var i=0;(item=curLoop[i])!=null;i++){if(item){found=filter(item,match,i,curLoop);var pass=not^!!found;if(inplace&&found!=null){if(pass){anyFound=true;}else{curLoop[i]=false;}}else if(pass){result.push(item);anyFound=true;}}}}
if(found!==undefined){if(!inplace){curLoop=result;}
expr=expr.replace(Expr.match[type],"");if(!anyFound){return[];}
break;}}}
if(expr===old){if(anyFound==null){Sizzle.error(expr);}else{break;}}
old=expr;}
return curLoop;};Sizzle.error=function(msg){throw"Syntax error, unrecognized expression: "+msg;};var Expr=Sizzle.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(elem){return elem.getAttribute("href");},type:function(elem){return elem.getAttribute("type");}},relative:{"+":function(checkSet,part){var isPartStr=typeof part==="string",isTag=isPartStr&&!rNonWord.test(part),isPartStrNotTag=isPartStr&&!isTag;if(isTag){part=part.toLowerCase();}
for(var i=0,l=checkSet.length,elem;i<l;i++){if((elem=checkSet[i])){while((elem=elem.previousSibling)&&elem.nodeType!==1){}
checkSet[i]=isPartStrNotTag||elem&&elem.nodeName.toLowerCase()===part?elem||false:elem===part;}}
if(isPartStrNotTag){Sizzle.filter(part,checkSet,true);}},">":function(checkSet,part){var elem,isPartStr=typeof part==="string",i=0,l=checkSet.length;if(isPartStr&&!rNonWord.test(part)){part=part.toLowerCase();for(;i<l;i++){elem=checkSet[i];if(elem){var parent=elem.parentNode;checkSet[i]=parent.nodeName.toLowerCase()===part?parent:false;}}}else{for(;i<l;i++){elem=checkSet[i];if(elem){checkSet[i]=isPartStr?elem.parentNode:elem.parentNode===part;}}
if(isPartStr){Sizzle.filter(part,checkSet,true);}}},"":function(checkSet,part,isXML){var nodeCheck,doneName=done++,checkFn=dirCheck;if(typeof part==="string"&&!rNonWord.test(part)){part=part.toLowerCase();nodeCheck=part;checkFn=dirNodeCheck;}
checkFn("parentNode",part,doneName,checkSet,nodeCheck,isXML);},"~":function(checkSet,part,isXML){var nodeCheck,doneName=done++,checkFn=dirCheck;if(typeof part==="string"&&!rNonWord.test(part)){part=part.toLowerCase();nodeCheck=part;checkFn=dirNodeCheck;}
checkFn("previousSibling",part,doneName,checkSet,nodeCheck,isXML);}},find:{ID:function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){var m=context.getElementById(match[1]);return m&&m.parentNode?[m]:[];}},NAME:function(match,context){if(typeof context.getElementsByName!=="undefined"){var ret=[],results=context.getElementsByName(match[1]);for(var i=0,l=results.length;i<l;i++){if(results[i].getAttribute("name")===match[1]){ret.push(results[i]);}}
return ret.length===0?null:ret;}},TAG:function(match,context){if(typeof context.getElementsByTagName!=="undefined"){return context.getElementsByTagName(match[1]);}}},preFilter:{CLASS:function(match,curLoop,inplace,result,not,isXML){match=" "+match[1].replace(rBackslash,"")+" ";if(isXML){return match;}
for(var i=0,elem;(elem=curLoop[i])!=null;i++){if(elem){if(not^(elem.className&&(" "+elem.className+" ").replace(/[\t\n\r]/g," ").indexOf(match)>=0)){if(!inplace){result.push(elem);}}else if(inplace){curLoop[i]=false;}}}
return false;},ID:function(match){return match[1].replace(rBackslash,"");},TAG:function(match,curLoop){return match[1].replace(rBackslash,"").toLowerCase();},CHILD:function(match){if(match[1]==="nth"){if(!match[2]){Sizzle.error(match[0]);}
match[2]=match[2].replace(/^\+|\s*/g,'');var test=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(match[2]==="even"&&"2n"||match[2]==="odd"&&"2n+1"||!/\D/.test(match[2])&&"0n+"+match[2]||match[2]);match[2]=(test[1]+(test[2]||1))-0;match[3]=test[3]-0;}
else if(match[2]){Sizzle.error(match[0]);}
match[0]=done++;return match;},ATTR:function(match,curLoop,inplace,result,not,isXML){var name=match[1]=match[1].replace(rBackslash,"");if(!isXML&&Expr.attrMap[name]){match[1]=Expr.attrMap[name];}
match[4]=(match[4]||match[5]||"").replace(rBackslash,"");if(match[2]==="~="){match[4]=" "+match[4]+" ";}
return match;},PSEUDO:function(match,curLoop,inplace,result,not){if(match[1]==="not"){if((chunker.exec(match[3])||"").length>1||/^\w/.test(match[3])){match[3]=Sizzle(match[3],null,null,curLoop);}else{var ret=Sizzle.filter(match[3],curLoop,inplace,true^not);if(!inplace){result.push.apply(result,ret);}
return false;}}else if(Expr.match.POS.test(match[0])||Expr.match.CHILD.test(match[0])){return true;}
return match;},POS:function(match){match.unshift(true);return match;}},filters:{enabled:function(elem){return elem.disabled===false&&elem.type!=="hidden";},disabled:function(elem){return elem.disabled===true;},checked:function(elem){return elem.checked===true;},selected:function(elem){if(elem.parentNode){elem.parentNode.selectedIndex;}
return elem.selected===true;},parent:function(elem){return!!elem.firstChild;},empty:function(elem){return!elem.firstChild;},has:function(elem,i,match){return!!Sizzle(match[3],elem).length;},header:function(elem){return(/h\d/i).test(elem.nodeName);},text:function(elem){var attr=elem.getAttribute("type"),type=elem.type;return elem.nodeName.toLowerCase()==="input"&&"text"===type&&(attr===type||attr===null);},radio:function(elem){return elem.nodeName.toLowerCase()==="input"&&"radio"===elem.type;},checkbox:function(elem){return elem.nodeName.toLowerCase()==="input"&&"checkbox"===elem.type;},file:function(elem){return elem.nodeName.toLowerCase()==="input"&&"file"===elem.type;},password:function(elem){return elem.nodeName.toLowerCase()==="input"&&"password"===elem.type;},submit:function(elem){var name=elem.nodeName.toLowerCase();return(name==="input"||name==="button")&&"submit"===elem.type;},image:function(elem){return elem.nodeName.toLowerCase()==="input"&&"image"===elem.type;},reset:function(elem){var name=elem.nodeName.toLowerCase();return(name==="input"||name==="button")&&"reset"===elem.type;},button:function(elem){var name=elem.nodeName.toLowerCase();return name==="input"&&"button"===elem.type||name==="button";},input:function(elem){return(/input|select|textarea|button/i).test(elem.nodeName);},focus:function(elem){return elem===elem.ownerDocument.activeElement;}},setFilters:{first:function(elem,i){return i===0;},last:function(elem,i,match,array){return i===array.length-1;},even:function(elem,i){return i%2===0;},odd:function(elem,i){return i%2===1;},lt:function(elem,i,match){return i<match[3]-0;},gt:function(elem,i,match){return i>match[3]-0;},nth:function(elem,i,match){return match[3]-0===i;},eq:function(elem,i,match){return match[3]-0===i;}},filter:{PSEUDO:function(elem,match,i,array){var name=match[1],filter=Expr.filters[name];if(filter){return filter(elem,i,match,array);}else if(name==="contains"){return(elem.textContent||elem.innerText||Sizzle.getText([elem])||"").indexOf(match[3])>=0;}else if(name==="not"){var not=match[3];for(var j=0,l=not.length;j<l;j++){if(not[j]===elem){return false;}}
return true;}else{Sizzle.error(name);}},CHILD:function(elem,match){var type=match[1],node=elem;switch(type){case"only":case"first":while((node=node.previousSibling)){if(node.nodeType===1){return false;}}
if(type==="first"){return true;}
node=elem;case"last":while((node=node.nextSibling)){if(node.nodeType===1){return false;}}
return true;case"nth":var first=match[2],last=match[3];if(first===1&&last===0){return true;}
var doneName=match[0],parent=elem.parentNode;if(parent&&(parent.sizcache!==doneName||!elem.nodeIndex)){var count=0;for(node=parent.firstChild;node;node=node.nextSibling){if(node.nodeType===1){node.nodeIndex=++count;}}
parent.sizcache=doneName;}
var diff=elem.nodeIndex-last;if(first===0){return diff===0;}else{return(diff%first===0&&diff/first>=0);}}},ID:function(elem,match){return elem.nodeType===1&&elem.getAttribute("id")===match;},TAG:function(elem,match){return(match==="*"&&elem.nodeType===1)||elem.nodeName.toLowerCase()===match;},CLASS:function(elem,match){return(" "+(elem.className||elem.getAttribute("class"))+" ").indexOf(match)>-1;},ATTR:function(elem,match){var name=match[1],result=Expr.attrHandle[name]?Expr.attrHandle[name](elem):elem[name]!=null?elem[name]:elem.getAttribute(name),value=result+"",type=match[2],check=match[4];return result==null?type==="!=":type==="="?value===check:type==="*="?value.indexOf(check)>=0:type==="~="?(" "+value+" ").indexOf(check)>=0:!check?value&&result!==false:type==="!="?value!==check:type==="^="?value.indexOf(check)===0:type==="$="?value.substr(value.length-check.length)===check:type==="|="?value===check||value.substr(0,check.length+1)===check+"-":false;},POS:function(elem,match,i,array){var name=match[2],filter=Expr.setFilters[name];if(filter){return filter(elem,i,match,array);}}}};var origPOS=Expr.match.POS,fescape=function(all,num){return"\\"+(num-0+1);};for(var type in Expr.match){Expr.match[type]=new RegExp(Expr.match[type].source+(/(?![^\[]*\])(?![^\(]*\))/.source));Expr.leftMatch[type]=new RegExp(/(^(?:.|\r|\n)*?)/.source+Expr.match[type].source.replace(/\\(\d+)/g,fescape));}
var makeArray=function(array,results){array=Array.prototype.slice.call(array,0);if(results){results.push.apply(results,array);return results;}
return array;};try{Array.prototype.slice.call(document.documentElement.childNodes,0)[0].nodeType;}catch(e){makeArray=function(array,results){var i=0,ret=results||[];if(toString.call(array)==="[object Array]"){Array.prototype.push.apply(ret,array);}else{if(typeof array.length==="number"){for(var l=array.length;i<l;i++){ret.push(array[i]);}}else{for(;array[i];i++){ret.push(array[i]);}}}
return ret;};}
var sortOrder,siblingCheck;if(document.documentElement.compareDocumentPosition){sortOrder=function(a,b){if(a===b){hasDuplicate=true;return 0;}
if(!a.compareDocumentPosition||!b.compareDocumentPosition){return a.compareDocumentPosition?-1:1;}
return a.compareDocumentPosition(b)&4?-1:1;};}else{sortOrder=function(a,b){if(a===b){hasDuplicate=true;return 0;}else if(a.sourceIndex&&b.sourceIndex){return a.sourceIndex-b.sourceIndex;}
var al,bl,ap=[],bp=[],aup=a.parentNode,bup=b.parentNode,cur=aup;if(aup===bup){return siblingCheck(a,b);}else if(!aup){return-1;}else if(!bup){return 1;}
while(cur){ap.unshift(cur);cur=cur.parentNode;}
cur=bup;while(cur){bp.unshift(cur);cur=cur.parentNode;}
al=ap.length;bl=bp.length;for(var i=0;i<al&&i<bl;i++){if(ap[i]!==bp[i]){return siblingCheck(ap[i],bp[i]);}}
return i===al?siblingCheck(a,bp[i],-1):siblingCheck(ap[i],b,1);};siblingCheck=function(a,b,ret){if(a===b){return ret;}
var cur=a.nextSibling;while(cur){if(cur===b){return-1;}
cur=cur.nextSibling;}
return 1;};}
Sizzle.getText=function(elems){var ret="",elem;for(var i=0;elems[i];i++){elem=elems[i];if(elem.nodeType===3||elem.nodeType===4){ret+=elem.nodeValue;}else if(elem.nodeType!==8){ret+=Sizzle.getText(elem.childNodes);}}
return ret;};(function(){var form=document.createElement("div"),id="script"+(new Date()).getTime(),root=document.documentElement;form.innerHTML="<a name='"+id+"'/>";root.insertBefore(form,root.firstChild);if(document.getElementById(id)){Expr.find.ID=function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){var m=context.getElementById(match[1]);return m?m.id===match[1]||typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id").nodeValue===match[1]?[m]:undefined:[];}};Expr.filter.ID=function(elem,match){var node=typeof elem.getAttributeNode!=="undefined"&&elem.getAttributeNode("id");return elem.nodeType===1&&node&&node.nodeValue===match;};}
root.removeChild(form);root=form=null;})();(function(){var div=document.createElement("div");div.appendChild(document.createComment(""));if(div.getElementsByTagName("*").length>0){Expr.find.TAG=function(match,context){var results=context.getElementsByTagName(match[1]);if(match[1]==="*"){var tmp=[];for(var i=0;results[i];i++){if(results[i].nodeType===1){tmp.push(results[i]);}}
results=tmp;}
return results;};}
div.innerHTML="<a href='#'></a>";if(div.firstChild&&typeof div.firstChild.getAttribute!=="undefined"&&div.firstChild.getAttribute("href")!=="#"){Expr.attrHandle.href=function(elem){return elem.getAttribute("href",2);};}
div=null;})();if(document.querySelectorAll){(function(){var oldSizzle=Sizzle,div=document.createElement("div"),id="__sizzle__";div.innerHTML="<p class='TEST'></p>";if(div.querySelectorAll&&div.querySelectorAll(".TEST").length===0){return;}
Sizzle=function(query,context,extra,seed){context=context||document;if(!seed&&!Sizzle.isXML(context)){var match=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(query);if(match&&(context.nodeType===1||context.nodeType===9)){if(match[1]){return makeArray(context.getElementsByTagName(query),extra);}else if(match[2]&&Expr.find.CLASS&&context.getElementsByClassName){return makeArray(context.getElementsByClassName(match[2]),extra);}}
if(context.nodeType===9){if(query==="body"&&context.body){return makeArray([context.body],extra);}else if(match&&match[3]){var elem=context.getElementById(match[3]);if(elem&&elem.parentNode){if(elem.id===match[3]){return makeArray([elem],extra);}}else{return makeArray([],extra);}}
try{return makeArray(context.querySelectorAll(query),extra);}catch(qsaError){}}else if(context.nodeType===1&&context.nodeName.toLowerCase()!=="object"){var oldContext=context,old=context.getAttribute("id"),nid=old||id,hasParent=context.parentNode,relativeHierarchySelector=/^\s*[+~]/.test(query);if(!old){context.setAttribute("id",nid);}else{nid=nid.replace(/'/g,"\\$&");}
if(relativeHierarchySelector&&hasParent){context=context.parentNode;}
try{if(!relativeHierarchySelector||hasParent){return makeArray(context.querySelectorAll("[id='"+nid+"'] "+query),extra);}}catch(pseudoError){}finally{if(!old){oldContext.removeAttribute("id");}}}}
return oldSizzle(query,context,extra,seed);};for(var prop in oldSizzle){Sizzle[prop]=oldSizzle[prop];}
div=null;})();}
(function(){var html=document.documentElement,matches=html.matchesSelector||html.mozMatchesSelector||html.webkitMatchesSelector||html.msMatchesSelector;if(matches){var disconnectedMatch=!matches.call(document.createElement("div"),"div"),pseudoWorks=false;try{matches.call(document.documentElement,"[test!='']:sizzle");}catch(pseudoError){pseudoWorks=true;}
Sizzle.matchesSelector=function(node,expr){expr=expr.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!Sizzle.isXML(node)){try{if(pseudoWorks||!Expr.match.PSEUDO.test(expr)&&!/!=/.test(expr)){var ret=matches.call(node,expr);if(ret||!disconnectedMatch||node.document&&node.document.nodeType!==11){return ret;}}}catch(e){}}
return Sizzle(expr,null,null,[node]).length>0;};}})();(function(){var div=document.createElement("div");div.innerHTML="<div class='test e'></div><div class='test'></div>";if(!div.getElementsByClassName||div.getElementsByClassName("e").length===0){return;}
div.lastChild.className="e";if(div.getElementsByClassName("e").length===1){return;}
Expr.order.splice(1,0,"CLASS");Expr.find.CLASS=function(match,context,isXML){if(typeof context.getElementsByClassName!=="undefined"&&!isXML){return context.getElementsByClassName(match[1]);}};div=null;})();function dirNodeCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){var match=false;elem=elem[dir];while(elem){if(elem.sizcache===doneName){match=checkSet[elem.sizset];break;}
if(elem.nodeType===1&&!isXML){elem.sizcache=doneName;elem.sizset=i;}
if(elem.nodeName.toLowerCase()===cur){match=elem;break;}
elem=elem[dir];}
checkSet[i]=match;}}}
function dirCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){var match=false;elem=elem[dir];while(elem){if(elem.sizcache===doneName){match=checkSet[elem.sizset];break;}
if(elem.nodeType===1){if(!isXML){elem.sizcache=doneName;elem.sizset=i;}
if(typeof cur!=="string"){if(elem===cur){match=true;break;}}else if(Sizzle.filter(cur,[elem]).length>0){match=elem;break;}}
elem=elem[dir];}
checkSet[i]=match;}}}
if(document.documentElement.contains){Sizzle.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):true);};}else if(document.documentElement.compareDocumentPosition){Sizzle.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16);};}else{Sizzle.contains=function(){return false;};}
Sizzle.isXML=function(elem){var documentElement=(elem?elem.ownerDocument||elem:0).documentElement;return documentElement?documentElement.nodeName!=="HTML":false;};var posProcess=function(selector,context){var match,tmpSet=[],later="",root=context.nodeType?[context]:context;while((match=Expr.match.PSEUDO.exec(selector))){later+=match[0];selector=selector.replace(Expr.match.PSEUDO,"");}
selector=Expr.relative[selector]?selector+"*":selector;for(var i=0,l=root.length;i<l;i++){Sizzle(selector,root[i],tmpSet);}
return Sizzle.filter(later,tmpSet);};jQuery.find=Sizzle;jQuery.expr=Sizzle.selectors;jQuery.expr[":"]=jQuery.expr.filters;jQuery.unique=Sizzle.uniqueSort;jQuery.text=Sizzle.getText;jQuery.isXMLDoc=Sizzle.isXML;jQuery.contains=Sizzle.contains;})();var runtil=/Until$/,rparentsprev=/^(?:parents|prevUntil|prevAll)/,rmultiselector=/,/,isSimple=/^.[^:#\[\.,]*$/,slice=Array.prototype.slice,POS=jQuery.expr.match.POS,guaranteedUnique={children:true,contents:true,next:true,prev:true};jQuery.fn.extend({find:function(selector){var self=this,i,l;if(typeof selector!=="string"){return jQuery(selector).filter(function(){for(i=0,l=self.length;i<l;i++){if(jQuery.contains(self[i],this)){return true;}}});}
var ret=this.pushStack("","find",selector),length,n,r;for(i=0,l=this.length;i<l;i++){length=ret.length;jQuery.find(selector,this[i],ret);if(i>0){for(n=length;n<ret.length;n++){for(r=0;r<length;r++){if(ret[r]===ret[n]){ret.splice(n--,1);break;}}}}}
return ret;},has:function(target){var targets=jQuery(target);return this.filter(function(){for(var i=0,l=targets.length;i<l;i++){if(jQuery.contains(this,targets[i])){return true;}}});},not:function(selector){return this.pushStack(winnow(this,selector,false),"not",selector);},filter:function(selector){return this.pushStack(winnow(this,selector,true),"filter",selector);},is:function(selector){return!!selector&&(typeof selector==="string"?jQuery.filter(selector,this).length>0:this.filter(selector).length>0);},closest:function(selectors,context){var ret=[],i,l,cur=this[0];if(jQuery.isArray(selectors)){var match,selector,matches={},level=1;if(cur&&selectors.length){for(i=0,l=selectors.length;i<l;i++){selector=selectors[i];if(!matches[selector]){matches[selector]=POS.test(selector)?jQuery(selector,context||this.context):selector;}}
while(cur&&cur.ownerDocument&&cur!==context){for(selector in matches){match=matches[selector];if(match.jquery?match.index(cur)>-1:jQuery(cur).is(match)){ret.push({selector:selector,elem:cur,level:level});}}
cur=cur.parentNode;level++;}}
return ret;}
var pos=POS.test(selectors)||typeof selectors!=="string"?jQuery(selectors,context||this.context):0;for(i=0,l=this.length;i<l;i++){cur=this[i];while(cur){if(pos?pos.index(cur)>-1:jQuery.find.matchesSelector(cur,selectors)){ret.push(cur);break;}else{cur=cur.parentNode;if(!cur||!cur.ownerDocument||cur===context||cur.nodeType===11){break;}}}}
ret=ret.length>1?jQuery.unique(ret):ret;return this.pushStack(ret,"closest",selectors);},index:function(elem){if(!elem||typeof elem==="string"){return jQuery.inArray(this[0],elem?jQuery(elem):this.parent().children());}
return jQuery.inArray(elem.jquery?elem[0]:elem,this);},add:function(selector,context){var set=typeof selector==="string"?jQuery(selector,context):jQuery.makeArray(selector&&selector.nodeType?[selector]:selector),all=jQuery.merge(this.get(),set);return this.pushStack(isDisconnected(set[0])||isDisconnected(all[0])?all:jQuery.unique(all));},andSelf:function(){return this.add(this.prevObject);}});function isDisconnected(node){return!node||!node.parentNode||node.parentNode.nodeType===11;}
jQuery.each({parent:function(elem){var parent=elem.parentNode;return parent&&parent.nodeType!==11?parent:null;},parents:function(elem){return jQuery.dir(elem,"parentNode");},parentsUntil:function(elem,i,until){return jQuery.dir(elem,"parentNode",until);},next:function(elem){return jQuery.nth(elem,2,"nextSibling");},prev:function(elem){return jQuery.nth(elem,2,"previousSibling");},nextAll:function(elem){return jQuery.dir(elem,"nextSibling");},prevAll:function(elem){return jQuery.dir(elem,"previousSibling");},nextUntil:function(elem,i,until){return jQuery.dir(elem,"nextSibling",until);},prevUntil:function(elem,i,until){return jQuery.dir(elem,"previousSibling",until);},siblings:function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem);},children:function(elem){return jQuery.sibling(elem.firstChild);},contents:function(elem){return jQuery.nodeName(elem,"iframe")?elem.contentDocument||elem.contentWindow.document:jQuery.makeArray(elem.childNodes);}},function(name,fn){jQuery.fn[name]=function(until,selector){var ret=jQuery.map(this,fn,until),args=slice.call(arguments);if(!runtil.test(name)){selector=until;}
if(selector&&typeof selector==="string"){ret=jQuery.filter(selector,ret);}
ret=this.length>1&&!guaranteedUnique[name]?jQuery.unique(ret):ret;if((this.length>1||rmultiselector.test(selector))&&rparentsprev.test(name)){ret=ret.reverse();}
return this.pushStack(ret,name,args.join(","));};});jQuery.extend({filter:function(expr,elems,not){if(not){expr=":not("+expr+")";}
return elems.length===1?jQuery.find.matchesSelector(elems[0],expr)?[elems[0]]:[]:jQuery.find.matches(expr,elems);},dir:function(elem,dir,until){var matched=[],cur=elem[dir];while(cur&&cur.nodeType!==9&&(until===undefined||cur.nodeType!==1||!jQuery(cur).is(until))){if(cur.nodeType===1){matched.push(cur);}
cur=cur[dir];}
return matched;},nth:function(cur,result,dir,elem){result=result||1;var num=0;for(;cur;cur=cur[dir]){if(cur.nodeType===1&&++num===result){break;}}
return cur;},sibling:function(n,elem){var r=[];for(;n;n=n.nextSibling){if(n.nodeType===1&&n!==elem){r.push(n);}}
return r;}});function winnow(elements,qualifier,keep){qualifier=qualifier||0;if(jQuery.isFunction(qualifier)){return jQuery.grep(elements,function(elem,i){var retVal=!!qualifier.call(elem,i,elem);return retVal===keep;});}else if(qualifier.nodeType){return jQuery.grep(elements,function(elem,i){return(elem===qualifier)===keep;});}else if(typeof qualifier==="string"){var filtered=jQuery.grep(elements,function(elem){return elem.nodeType===1;});if(isSimple.test(qualifier)){return jQuery.filter(qualifier,filtered,!keep);}else{qualifier=jQuery.filter(qualifier,filtered);}}
return jQuery.grep(elements,function(elem,i){return(jQuery.inArray(elem,qualifier)>=0)===keep;});}
var rinlinejQuery=/ jQuery\d+="(?:\d+|null)"/g,rleadingWhitespace=/^\s+/,rxhtmlTag=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,rtagName=/<([\w:]+)/,rtbody=/<tbody/i,rhtml=/<|&#?\w+;/,rnocache=/<(?:script|object|embed|option|style)/i,rchecked=/checked\s*(?:[^=]|=\s*.checked.)/i,rscriptType=/\/(java|ecma)script/i,rcleanScript=/^\s*<!(?:\[CDATA\[|\-\-)/,wrapMap={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};wrapMap.optgroup=wrapMap.option;wrapMap.tbody=wrapMap.tfoot=wrapMap.colgroup=wrapMap.caption=wrapMap.thead;wrapMap.th=wrapMap.td;if(!jQuery.support.htmlSerialize){wrapMap._default=[1,"div<div>","</div>"];}
jQuery.fn.extend({text:function(text){if(jQuery.isFunction(text)){return this.each(function(i){var self=jQuery(this);self.text(text.call(this,i,self.text()));});}
if(typeof text!=="object"&&text!==undefined){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(text));}
return jQuery.text(this);},wrapAll:function(html){if(jQuery.isFunction(html)){return this.each(function(i){jQuery(this).wrapAll(html.call(this,i));});}
if(this[0]){var wrap=jQuery(html,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){wrap.insertBefore(this[0]);}
wrap.map(function(){var elem=this;while(elem.firstChild&&elem.firstChild.nodeType===1){elem=elem.firstChild;}
return elem;}).append(this);}
return this;},wrapInner:function(html){if(jQuery.isFunction(html)){return this.each(function(i){jQuery(this).wrapInner(html.call(this,i));});}
return this.each(function(){var self=jQuery(this),contents=self.contents();if(contents.length){contents.wrapAll(html);}else{self.append(html);}});},wrap:function(html){return this.each(function(){jQuery(this).wrapAll(html);});},unwrap:function(){return this.parent().each(function(){if(!jQuery.nodeName(this,"body")){jQuery(this).replaceWith(this.childNodes);}}).end();},append:function(){return this.domManip(arguments,true,function(elem){if(this.nodeType===1){this.appendChild(elem);}});},prepend:function(){return this.domManip(arguments,true,function(elem){if(this.nodeType===1){this.insertBefore(elem,this.firstChild);}});},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(elem){this.parentNode.insertBefore(elem,this);});}else if(arguments.length){var set=jQuery(arguments[0]);set.push.apply(set,this.toArray());return this.pushStack(set,"before",arguments);}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(elem){this.parentNode.insertBefore(elem,this.nextSibling);});}else if(arguments.length){var set=this.pushStack(this,"after",arguments);set.push.apply(set,jQuery(arguments[0]).toArray());return set;}},remove:function(selector,keepData){for(var i=0,elem;(elem=this[i])!=null;i++){if(!selector||jQuery.filter(selector,[elem]).length){if(!keepData&&elem.nodeType===1){jQuery.cleanData(elem.getElementsByTagName("*"));jQuery.cleanData([elem]);}
if(elem.parentNode){elem.parentNode.removeChild(elem);}}}
return this;},empty:function(){for(var i=0,elem;(elem=this[i])!=null;i++){if(elem.nodeType===1){jQuery.cleanData(elem.getElementsByTagName("*"));}
while(elem.firstChild){elem.removeChild(elem.firstChild);}}
return this;},clone:function(dataAndEvents,deepDataAndEvents){dataAndEvents=dataAndEvents==null?false:dataAndEvents;deepDataAndEvents=deepDataAndEvents==null?dataAndEvents:deepDataAndEvents;return this.map(function(){return jQuery.clone(this,dataAndEvents,deepDataAndEvents);});},html:function(value){if(value===undefined){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(rinlinejQuery,""):null;}else if(typeof value==="string"&&!rnocache.test(value)&&(jQuery.support.leadingWhitespace||!rleadingWhitespace.test(value))&&!wrapMap[(rtagName.exec(value)||["",""])[1].toLowerCase()]){value=value.replace(rxhtmlTag,"<$1></$2>");try{for(var i=0,l=this.length;i<l;i++){if(this[i].nodeType===1){jQuery.cleanData(this[i].getElementsByTagName("*"));this[i].innerHTML=value;}}}catch(e){this.empty().append(value);}}else if(jQuery.isFunction(value)){this.each(function(i){var self=jQuery(this);self.html(value.call(this,i,self.html()));});}else{this.empty().append(value);}
return this;},replaceWith:function(value){if(this[0]&&this[0].parentNode){if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this),old=self.html();self.replaceWith(value.call(this,i,old));});}
if(typeof value!=="string"){value=jQuery(value).detach();}
return this.each(function(){var next=this.nextSibling,parent=this.parentNode;jQuery(this).remove();if(next){jQuery(next).before(value);}else{jQuery(parent).append(value);}});}else{return this.length?this.pushStack(jQuery(jQuery.isFunction(value)?value():value),"replaceWith",value):this;}},detach:function(selector){return this.remove(selector,true);},domManip:function(args,table,callback){var results,first,fragment,parent,value=args[0],scripts=[];if(!jQuery.support.checkClone&&arguments.length===3&&typeof value==="string"&&rchecked.test(value)){return this.each(function(){jQuery(this).domManip(args,table,callback,true);});}
if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this);args[0]=value.call(this,i,table?self.html():undefined);self.domManip(args,table,callback);});}
if(this[0]){parent=value&&value.parentNode;if(jQuery.support.parentNode&&parent&&parent.nodeType===11&&parent.childNodes.length===this.length){results={fragment:parent};}else{results=jQuery.buildFragment(args,this,scripts);}
fragment=results.fragment;if(fragment.childNodes.length===1){first=fragment=fragment.firstChild;}else{first=fragment.firstChild;}
if(first){table=table&&jQuery.nodeName(first,"tr");for(var i=0,l=this.length,lastIndex=l-1;i<l;i++){callback.call(table?root(this[i],first):this[i],results.cacheable||(l>1&&i<lastIndex)?jQuery.clone(fragment,true,true):fragment);}}
if(scripts.length){jQuery.each(scripts,evalScript);}}
return this;}});function root(elem,cur){return jQuery.nodeName(elem,"table")?(elem.getElementsByTagName("tbody")[0]||elem.appendChild(elem.ownerDocument.createElement("tbody"))):elem;}
function cloneCopyEvent(src,dest){if(dest.nodeType!==1||!jQuery.hasData(src)){return;}
var internalKey=jQuery.expando,oldData=jQuery.data(src),curData=jQuery.data(dest,oldData);if((oldData=oldData[internalKey])){var events=oldData.events;curData=curData[internalKey]=jQuery.extend({},oldData);if(events){delete curData.handle;curData.events={};for(var type in events){for(var i=0,l=events[type].length;i<l;i++){jQuery.event.add(dest,type+(events[type][i].namespace?".":"")+events[type][i].namespace,events[type][i],events[type][i].data);}}}}}
function cloneFixAttributes(src,dest){var nodeName;if(dest.nodeType!==1){return;}
if(dest.clearAttributes){dest.clearAttributes();}
if(dest.mergeAttributes){dest.mergeAttributes(src);}
nodeName=dest.nodeName.toLowerCase();if(nodeName==="object"){dest.outerHTML=src.outerHTML;}else if(nodeName==="input"&&(src.type==="checkbox"||src.type==="radio")){if(src.checked){dest.defaultChecked=dest.checked=src.checked;}
if(dest.value!==src.value){dest.value=src.value;}}else if(nodeName==="option"){dest.selected=src.defaultSelected;}else if(nodeName==="input"||nodeName==="textarea"){dest.defaultValue=src.defaultValue;}
dest.removeAttribute(jQuery.expando);}
jQuery.buildFragment=function(args,nodes,scripts){var fragment,cacheable,cacheresults,doc=(nodes&&nodes[0]?nodes[0].ownerDocument||nodes[0]:document);if(args.length===1&&typeof args[0]==="string"&&args[0].length<512&&doc===document&&args[0].charAt(0)==="<"&&!rnocache.test(args[0])&&(jQuery.support.checkClone||!rchecked.test(args[0]))){cacheable=true;cacheresults=jQuery.fragments[args[0]];if(cacheresults&&cacheresults!==1){fragment=cacheresults;}}
if(!fragment){fragment=doc.createDocumentFragment();jQuery.clean(args,doc,fragment,scripts);}
if(cacheable){jQuery.fragments[args[0]]=cacheresults?fragment:1;}
return{fragment:fragment,cacheable:cacheable};};jQuery.fragments={};jQuery.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(name,original){jQuery.fn[name]=function(selector){var ret=[],insert=jQuery(selector),parent=this.length===1&&this[0].parentNode;if(parent&&parent.nodeType===11&&parent.childNodes.length===1&&insert.length===1){insert[original](this[0]);return this;}else{for(var i=0,l=insert.length;i<l;i++){var elems=(i>0?this.clone(true):this).get();jQuery(insert[i])[original](elems);ret=ret.concat(elems);}
return this.pushStack(ret,name,insert.selector);}};});function getAll(elem){if("getElementsByTagName"in elem){return elem.getElementsByTagName("*");}else if("querySelectorAll"in elem){return elem.querySelectorAll("*");}else{return[];}}
function fixDefaultChecked(elem){if(elem.type==="checkbox"||elem.type==="radio"){elem.defaultChecked=elem.checked;}}
function findInputs(elem){if(jQuery.nodeName(elem,"input")){fixDefaultChecked(elem);}else if(elem.getElementsByTagName){jQuery.grep(elem.getElementsByTagName("input"),fixDefaultChecked);}}
jQuery.extend({clone:function(elem,dataAndEvents,deepDataAndEvents){var clone=elem.cloneNode(true),srcElements,destElements,i;if((!jQuery.support.noCloneEvent||!jQuery.support.noCloneChecked)&&(elem.nodeType===1||elem.nodeType===11)&&!jQuery.isXMLDoc(elem)){cloneFixAttributes(elem,clone);srcElements=getAll(elem);destElements=getAll(clone);for(i=0;srcElements[i];++i){cloneFixAttributes(srcElements[i],destElements[i]);}}
if(dataAndEvents){cloneCopyEvent(elem,clone);if(deepDataAndEvents){srcElements=getAll(elem);destElements=getAll(clone);for(i=0;srcElements[i];++i){cloneCopyEvent(srcElements[i],destElements[i]);}}}
return clone;},clean:function(elems,context,fragment,scripts){var checkScriptType;context=context||document;if(typeof context.createElement==="undefined"){context=context.ownerDocument||context[0]&&context[0].ownerDocument||document;}
var ret=[],j;for(var i=0,elem;(elem=elems[i])!=null;i++){if(typeof elem==="number"){elem+="";}
if(!elem){continue;}
if(typeof elem==="string"){if(!rhtml.test(elem)){elem=context.createTextNode(elem);}else{elem=elem.replace(rxhtmlTag,"<$1></$2>");var tag=(rtagName.exec(elem)||["",""])[1].toLowerCase(),wrap=wrapMap[tag]||wrapMap._default,depth=wrap[0],div=context.createElement("div");div.innerHTML=wrap[1]+elem+wrap[2];while(depth--){div=div.lastChild;}
if(!jQuery.support.tbody){var hasBody=rtbody.test(elem),tbody=tag==="table"&&!hasBody?div.firstChild&&div.firstChild.childNodes:wrap[1]==="<table>"&&!hasBody?div.childNodes:[];for(j=tbody.length-1;j>=0;--j){if(jQuery.nodeName(tbody[j],"tbody")&&!tbody[j].childNodes.length){tbody[j].parentNode.removeChild(tbody[j]);}}}
if(!jQuery.support.leadingWhitespace&&rleadingWhitespace.test(elem)){div.insertBefore(context.createTextNode(rleadingWhitespace.exec(elem)[0]),div.firstChild);}
elem=div.childNodes;}}
var len;if(!jQuery.support.appendChecked){if(elem[0]&&typeof(len=elem.length)==="number"){for(j=0;j<len;j++){findInputs(elem[j]);}}else{findInputs(elem);}}
if(elem.nodeType){ret.push(elem);}else{ret=jQuery.merge(ret,elem);}}
if(fragment){checkScriptType=function(elem){return!elem.type||rscriptType.test(elem.type);};for(i=0;ret[i];i++){if(scripts&&jQuery.nodeName(ret[i],"script")&&(!ret[i].type||ret[i].type.toLowerCase()==="text/javascript")){scripts.push(ret[i].parentNode?ret[i].parentNode.removeChild(ret[i]):ret[i]);}else{if(ret[i].nodeType===1){var jsTags=jQuery.grep(ret[i].getElementsByTagName("script"),checkScriptType);ret.splice.apply(ret,[i+1,0].concat(jsTags));}
fragment.appendChild(ret[i]);}}}
return ret;},cleanData:function(elems){var data,id,cache=jQuery.cache,internalKey=jQuery.expando,special=jQuery.event.special,deleteExpando=jQuery.support.deleteExpando;for(var i=0,elem;(elem=elems[i])!=null;i++){if(elem.nodeName&&jQuery.noData[elem.nodeName.toLowerCase()]){continue;}
id=elem[jQuery.expando];if(id){data=cache[id]&&cache[id][internalKey];if(data&&data.events){for(var type in data.events){if(special[type]){jQuery.event.remove(elem,type);}else{jQuery.removeEvent(elem,type,data.handle);}}
if(data.handle){data.handle.elem=null;}}
if(deleteExpando){delete elem[jQuery.expando];}else if(elem.removeAttribute){elem.removeAttribute(jQuery.expando);}
delete cache[id];}}}});function evalScript(i,elem){if(elem.src){jQuery.ajax({url:elem.src,async:false,dataType:"script"});}else{jQuery.globalEval((elem.text||elem.textContent||elem.innerHTML||"").replace(rcleanScript,"/*$0*/"));}
if(elem.parentNode){elem.parentNode.removeChild(elem);}}
var ralpha=/alpha\([^)]*\)/i,ropacity=/opacity=([^)]*)/,rdashAlpha=/-([a-z])/ig,rupper=/([A-Z]|^ms)/g,rnumpx=/^-?\d+(?:px)?$/i,rnum=/^-?\d/,rrelNum=/^[+\-]=/,rrelNumFilter=/[^+\-\.\de]+/g,cssShow={position:"absolute",visibility:"hidden",display:"block"},cssWidth=["Left","Right"],cssHeight=["Top","Bottom"],curCSS,getComputedStyle,currentStyle,fcamelCase=function(all,letter){return letter.toUpperCase();};jQuery.fn.css=function(name,value){if(arguments.length===2&&value===undefined){return this;}
return jQuery.access(this,name,value,true,function(elem,name,value){return value!==undefined?jQuery.style(elem,name,value):jQuery.css(elem,name);});};jQuery.extend({cssHooks:{opacity:{get:function(elem,computed){if(computed){var ret=curCSS(elem,"opacity","opacity");return ret===""?"1":ret;}else{return elem.style.opacity;}}}},cssNumber:{"zIndex":true,"fontWeight":true,"opacity":true,"zoom":true,"lineHeight":true,"widows":true,"orphans":true},cssProps:{"float":jQuery.support.cssFloat?"cssFloat":"styleFloat"},style:function(elem,name,value,extra){if(!elem||elem.nodeType===3||elem.nodeType===8||!elem.style){return;}
var ret,type,origName=jQuery.camelCase(name),style=elem.style,hooks=jQuery.cssHooks[origName];name=jQuery.cssProps[origName]||origName;if(value!==undefined){type=typeof value;if(type==="number"&&isNaN(value)||value==null){return;}
if(type==="string"&&rrelNum.test(value)){value=+value.replace(rrelNumFilter,"")+parseFloat(jQuery.css(elem,name));}
if(type==="number"&&!jQuery.cssNumber[origName]){value+="px";}
if(!hooks||!("set"in hooks)||(value=hooks.set(elem,value))!==undefined){try{style[name]=value;}catch(e){}}}else{if(hooks&&"get"in hooks&&(ret=hooks.get(elem,false,extra))!==undefined){return ret;}
return style[name];}},css:function(elem,name,extra){var ret,hooks;name=jQuery.camelCase(name);hooks=jQuery.cssHooks[name];name=jQuery.cssProps[name]||name;if(name==="cssFloat"){name="float";}
if(hooks&&"get"in hooks&&(ret=hooks.get(elem,true,extra))!==undefined){return ret;}else if(curCSS){return curCSS(elem,name);}},swap:function(elem,options,callback){var old={};for(var name in options){old[name]=elem.style[name];elem.style[name]=options[name];}
callback.call(elem);for(name in options){elem.style[name]=old[name];}},camelCase:function(string){return string.replace(rdashAlpha,fcamelCase);}});jQuery.curCSS=jQuery.css;jQuery.each(["height","width"],function(i,name){jQuery.cssHooks[name]={get:function(elem,computed,extra){var val;if(computed){if(elem.offsetWidth!==0){val=getWH(elem,name,extra);}else{jQuery.swap(elem,cssShow,function(){val=getWH(elem,name,extra);});}
if(val<=0){val=curCSS(elem,name,name);if(val==="0px"&&currentStyle){val=currentStyle(elem,name,name);}
if(val!=null){return val===""||val==="auto"?"0px":val;}}
if(val<0||val==null){val=elem.style[name];return val===""||val==="auto"?"0px":val;}
return typeof val==="string"?val:val+"px";}},set:function(elem,value){if(rnumpx.test(value)){value=parseFloat(value);if(value>=0){return value+"px";}}else{return value;}}};});if(!jQuery.support.opacity){jQuery.cssHooks.opacity={get:function(elem,computed){return ropacity.test((computed&&elem.currentStyle?elem.currentStyle.filter:elem.style.filter)||"")?(parseFloat(RegExp.$1)/100)+"":computed?"1":"";},set:function(elem,value){var style=elem.style,currentStyle=elem.currentStyle;style.zoom=1;var opacity=jQuery.isNaN(value)?"":"alpha(opacity="+value*100+")",filter=currentStyle&&currentStyle.filter||style.filter||"";style.filter=ralpha.test(filter)?filter.replace(ralpha,opacity):filter+" "+opacity;}};}
jQuery(function(){if(!jQuery.support.reliableMarginRight){jQuery.cssHooks.marginRight={get:function(elem,computed){var ret;jQuery.swap(elem,{"display":"inline-block"},function(){if(computed){ret=curCSS(elem,"margin-right","marginRight");}else{ret=elem.style.marginRight;}});return ret;}};}});if(document.defaultView&&document.defaultView.getComputedStyle){getComputedStyle=function(elem,name){var ret,defaultView,computedStyle;name=name.replace(rupper,"-$1").toLowerCase();if(!(defaultView=elem.ownerDocument.defaultView)){return undefined;}
if((computedStyle=defaultView.getComputedStyle(elem,null))){ret=computedStyle.getPropertyValue(name);if(ret===""&&!jQuery.contains(elem.ownerDocument.documentElement,elem)){ret=jQuery.style(elem,name);}}
return ret;};}
if(document.documentElement.currentStyle){currentStyle=function(elem,name){var left,ret=elem.currentStyle&&elem.currentStyle[name],rsLeft=elem.runtimeStyle&&elem.runtimeStyle[name],style=elem.style;if(!rnumpx.test(ret)&&rnum.test(ret)){left=style.left;if(rsLeft){elem.runtimeStyle.left=elem.currentStyle.left;}
style.left=name==="fontSize"?"1em":(ret||0);ret=style.pixelLeft+"px";style.left=left;if(rsLeft){elem.runtimeStyle.left=rsLeft;}}
return ret===""?"auto":ret;};}
curCSS=getComputedStyle||currentStyle;function getWH(elem,name,extra){var which=name==="width"?cssWidth:cssHeight,val=name==="width"?elem.offsetWidth:elem.offsetHeight;if(extra==="border"){return val;}
jQuery.each(which,function(){if(!extra){val-=parseFloat(jQuery.css(elem,"padding"+this))||0;}
if(extra==="margin"){val+=parseFloat(jQuery.css(elem,"margin"+this))||0;}else{val-=parseFloat(jQuery.css(elem,"border"+this+"Width"))||0;}});return val;}
if(jQuery.expr&&jQuery.expr.filters){jQuery.expr.filters.hidden=function(elem){var width=elem.offsetWidth,height=elem.offsetHeight;return(width===0&&height===0)||(!jQuery.support.reliableHiddenOffsets&&(elem.style.display||jQuery.css(elem,"display"))==="none");};jQuery.expr.filters.visible=function(elem){return!jQuery.expr.filters.hidden(elem);};}
var r20=/%20/g,rbracket=/\[\]$/,rCRLF=/\r?\n/g,rhash=/#.*$/,rheaders=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,rinput=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,rlocalProtocol=/^(?:about|app|app\-storage|.+\-extension|file|widget):$/,rnoContent=/^(?:GET|HEAD)$/,rprotocol=/^\/\//,rquery=/\?/,rscript=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,rselectTextarea=/^(?:select|textarea)/i,rspacesAjax=/\s+/,rts=/([?&])_=[^&]*/,rurl=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,_load=jQuery.fn.load,prefilters={},transports={},ajaxLocation,ajaxLocParts;try{ajaxLocation=location.href;}catch(e){ajaxLocation=document.createElement("a");ajaxLocation.href="";ajaxLocation=ajaxLocation.href;}
ajaxLocParts=rurl.exec(ajaxLocation.toLowerCase())||[];function addToPrefiltersOrTransports(structure){return function(dataTypeExpression,func){if(typeof dataTypeExpression!=="string"){func=dataTypeExpression;dataTypeExpression="*";}
if(jQuery.isFunction(func)){var dataTypes=dataTypeExpression.toLowerCase().split(rspacesAjax),i=0,length=dataTypes.length,dataType,list,placeBefore;for(;i<length;i++){dataType=dataTypes[i];placeBefore=/^\+/.test(dataType);if(placeBefore){dataType=dataType.substr(1)||"*";}
list=structure[dataType]=structure[dataType]||[];list[placeBefore?"unshift":"push"](func);}}};}
function inspectPrefiltersOrTransports(structure,options,originalOptions,jqXHR,dataType,inspected){dataType=dataType||options.dataTypes[0];inspected=inspected||{};inspected[dataType]=true;var list=structure[dataType],i=0,length=list?list.length:0,executeOnly=(structure===prefilters),selection;for(;i<length&&(executeOnly||!selection);i++){selection=list[i](options,originalOptions,jqXHR);if(typeof selection==="string"){if(!executeOnly||inspected[selection]){selection=undefined;}else{options.dataTypes.unshift(selection);selection=inspectPrefiltersOrTransports(structure,options,originalOptions,jqXHR,selection,inspected);}}}
if((executeOnly||!selection)&&!inspected["*"]){selection=inspectPrefiltersOrTransports(structure,options,originalOptions,jqXHR,"*",inspected);}
return selection;}
jQuery.fn.extend({load:function(url,params,callback){if(typeof url!=="string"&&_load){return _load.apply(this,arguments);}else if(!this.length){return this;}
var off=url.indexOf(" ");if(off>=0){var selector=url.slice(off,url.length);url=url.slice(0,off);}
var type="GET";if(params){if(jQuery.isFunction(params)){callback=params;params=undefined;}else if(typeof params==="object"){params=jQuery.param(params,jQuery.ajaxSettings.traditional);type="POST";}}
var self=this;jQuery.ajax({url:url,type:type,dataType:"html",data:params,complete:function(jqXHR,status,responseText){responseText=jqXHR.responseText;if(jqXHR.isResolved()){jqXHR.done(function(r){responseText=r;});self.html(selector?jQuery("<div>").append(responseText.replace(rscript,"")).find(selector):responseText);}
if(callback){self.each(callback,[responseText,status,jqXHR]);}}});return this;},serialize:function(){return jQuery.param(this.serializeArray());},serializeArray:function(){return this.map(function(){return this.elements?jQuery.makeArray(this.elements):this;}).filter(function(){return this.name&&!this.disabled&&(this.checked||rselectTextarea.test(this.nodeName)||rinput.test(this.type));}).map(function(i,elem){var val=jQuery(this).val();return val==null?null:jQuery.isArray(val)?jQuery.map(val,function(val,i){return{name:elem.name,value:val.replace(rCRLF,"\r\n")};}):{name:elem.name,value:val.replace(rCRLF,"\r\n")};}).get();}});jQuery.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(i,o){jQuery.fn[o]=function(f){return this.bind(o,f);};});jQuery.each(["get","post"],function(i,method){jQuery[method]=function(url,data,callback,type){if(jQuery.isFunction(data)){type=type||callback;callback=data;data=undefined;}
return jQuery.ajax({type:method,url:url,data:data,success:callback,dataType:type});};});jQuery.extend({getScript:function(url,callback){return jQuery.get(url,undefined,callback,"script");},getJSON:function(url,data,callback){return jQuery.get(url,data,callback,"json");},ajaxSetup:function(target,settings){if(!settings){settings=target;target=jQuery.extend(true,jQuery.ajaxSettings,settings);}else{jQuery.extend(true,target,jQuery.ajaxSettings,settings);}
for(var field in{context:1,url:1}){if(field in settings){target[field]=settings[field];}else if(field in jQuery.ajaxSettings){target[field]=jQuery.ajaxSettings[field];}}
return target;},ajaxSettings:{url:ajaxLocation,isLocal:rlocalProtocol.test(ajaxLocParts[1]),global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":window.String,"text html":true,"text json":jQuery.parseJSON,"text xml":jQuery.parseXML}},ajaxPrefilter:addToPrefiltersOrTransports(prefilters),ajaxTransport:addToPrefiltersOrTransports(transports),ajax:function(url,options){if(typeof url==="object"){options=url;url=undefined;}
options=options||{};var
s=jQuery.ajaxSetup({},options),callbackContext=s.context||s,globalEventContext=callbackContext!==s&&(callbackContext.nodeType||callbackContext instanceof jQuery)?jQuery(callbackContext):jQuery.event,deferred=jQuery.Deferred(),completeDeferred=jQuery._Deferred(),statusCode=s.statusCode||{},ifModifiedKey,requestHeaders={},requestHeadersNames={},responseHeadersString,responseHeaders,transport,timeoutTimer,parts,state=0,fireGlobals,i,jqXHR={readyState:0,setRequestHeader:function(name,value){if(!state){var lname=name.toLowerCase();name=requestHeadersNames[lname]=requestHeadersNames[lname]||name;requestHeaders[name]=value;}
return this;},getAllResponseHeaders:function(){return state===2?responseHeadersString:null;},getResponseHeader:function(key){var match;if(state===2){if(!responseHeaders){responseHeaders={};while((match=rheaders.exec(responseHeadersString))){responseHeaders[match[1].toLowerCase()]=match[2];}}
match=responseHeaders[key.toLowerCase()];}
return match===undefined?null:match;},overrideMimeType:function(type){if(!state){s.mimeType=type;}
return this;},abort:function(statusText){statusText=statusText||"abort";if(transport){transport.abort(statusText);}
done(0,statusText);return this;}};function done(status,statusText,responses,headers){if(state===2){return;}
state=2;if(timeoutTimer){clearTimeout(timeoutTimer);}
transport=undefined;responseHeadersString=headers||"";jqXHR.readyState=status?4:0;var isSuccess,success,error,response=responses?ajaxHandleResponses(s,jqXHR,responses):undefined,lastModified,etag;if(status>=200&&status<300||status===304){if(s.ifModified){if((lastModified=jqXHR.getResponseHeader("Last-Modified"))){jQuery.lastModified[ifModifiedKey]=lastModified;}
if((etag=jqXHR.getResponseHeader("Etag"))){jQuery.etag[ifModifiedKey]=etag;}}
if(status===304){statusText="notmodified";isSuccess=true;}else{try{success=ajaxConvert(s,response);statusText="success";isSuccess=true;}catch(e){statusText="parsererror";error=e;}}}else{error=statusText;if(!statusText||status){statusText="error";if(status<0){status=0;}}}
jqXHR.status=status;jqXHR.statusText=statusText;if(isSuccess){deferred.resolveWith(callbackContext,[success,statusText,jqXHR]);}else{deferred.rejectWith(callbackContext,[jqXHR,statusText,error]);}
jqXHR.statusCode(statusCode);statusCode=undefined;if(fireGlobals){globalEventContext.trigger("ajax"+(isSuccess?"Success":"Error"),[jqXHR,s,isSuccess?success:error]);}
completeDeferred.resolveWith(callbackContext,[jqXHR,statusText]);if(fireGlobals){globalEventContext.trigger("ajaxComplete",[jqXHR,s]);if(!(--jQuery.active)){jQuery.event.trigger("ajaxStop");}}}
deferred.promise(jqXHR);jqXHR.success=jqXHR.done;jqXHR.error=jqXHR.fail;jqXHR.complete=completeDeferred.done;jqXHR.statusCode=function(map){if(map){var tmp;if(state<2){for(tmp in map){statusCode[tmp]=[statusCode[tmp],map[tmp]];}}else{tmp=map[jqXHR.status];jqXHR.then(tmp,tmp);}}
return this;};s.url=((url||s.url)+"").replace(rhash,"").replace(rprotocol,ajaxLocParts[1]+"//");s.dataTypes=jQuery.trim(s.dataType||"*").toLowerCase().split(rspacesAjax);if(s.crossDomain==null){parts=rurl.exec(s.url.toLowerCase());s.crossDomain=!!(parts&&(parts[1]!=ajaxLocParts[1]||parts[2]!=ajaxLocParts[2]||(parts[3]||(parts[1]==="http:"?80:443))!=(ajaxLocParts[3]||(ajaxLocParts[1]==="http:"?80:443))));}
if(s.data&&s.processData&&typeof s.data!=="string"){s.data=jQuery.param(s.data,s.traditional);}
inspectPrefiltersOrTransports(prefilters,s,options,jqXHR);if(state===2){return false;}
fireGlobals=s.global;s.type=s.type.toUpperCase();s.hasContent=!rnoContent.test(s.type);if(fireGlobals&&jQuery.active++===0){jQuery.event.trigger("ajaxStart");}
if(!s.hasContent){if(s.data){s.url+=(rquery.test(s.url)?"&":"?")+s.data;}
ifModifiedKey=s.url;if(s.cache===false){var ts=jQuery.now(),ret=s.url.replace(rts,"$1_="+ts);s.url=ret+((ret===s.url)?(rquery.test(s.url)?"&":"?")+"_="+ts:"");}}
if(s.data&&s.hasContent&&s.contentType!==false||options.contentType){jqXHR.setRequestHeader("Content-Type",s.contentType);}
if(s.ifModified){ifModifiedKey=ifModifiedKey||s.url;if(jQuery.lastModified[ifModifiedKey]){jqXHR.setRequestHeader("If-Modified-Since",jQuery.lastModified[ifModifiedKey]);}
if(jQuery.etag[ifModifiedKey]){jqXHR.setRequestHeader("If-None-Match",jQuery.etag[ifModifiedKey]);}}
jqXHR.setRequestHeader("Accept",s.dataTypes[0]&&s.accepts[s.dataTypes[0]]?s.accepts[s.dataTypes[0]]+(s.dataTypes[0]!=="*"?", */*; q=0.01":""):s.accepts["*"]);for(i in s.headers){jqXHR.setRequestHeader(i,s.headers[i]);}
if(s.beforeSend&&(s.beforeSend.call(callbackContext,jqXHR,s)===false||state===2)){jqXHR.abort();return false;}
for(i in{success:1,error:1,complete:1}){jqXHR[i](s[i]);}
transport=inspectPrefiltersOrTransports(transports,s,options,jqXHR);if(!transport){done(-1,"No Transport");}else{jqXHR.readyState=1;if(fireGlobals){globalEventContext.trigger("ajaxSend",[jqXHR,s]);}
if(s.async&&s.timeout>0){timeoutTimer=setTimeout(function(){jqXHR.abort("timeout");},s.timeout);}
try{state=1;transport.send(requestHeaders,done);}catch(e){if(status<2){done(-1,e);}else{jQuery.error(e);}}}
return jqXHR;},param:function(a,traditional){var s=[],add=function(key,value){value=jQuery.isFunction(value)?value():value;s[s.length]=encodeURIComponent(key)+"="+encodeURIComponent(value);};if(traditional===undefined){traditional=jQuery.ajaxSettings.traditional;}
if(jQuery.isArray(a)||(a.jquery&&!jQuery.isPlainObject(a))){jQuery.each(a,function(){add(this.name,this.value);});}else{for(var prefix in a){buildParams(prefix,a[prefix],traditional,add);}}
return s.join("&").replace(r20,"+");}});function buildParams(prefix,obj,traditional,add){if(jQuery.isArray(obj)){jQuery.each(obj,function(i,v){if(traditional||rbracket.test(prefix)){add(prefix,v);}else{buildParams(prefix+"["+(typeof v==="object"||jQuery.isArray(v)?i:"")+"]",v,traditional,add);}});}else if(!traditional&&obj!=null&&typeof obj==="object"){for(var name in obj){buildParams(prefix+"["+name+"]",obj[name],traditional,add);}}else{add(prefix,obj);}}
jQuery.extend({active:0,lastModified:{},etag:{}});function ajaxHandleResponses(s,jqXHR,responses){var contents=s.contents,dataTypes=s.dataTypes,responseFields=s.responseFields,ct,type,finalDataType,firstDataType;for(type in responseFields){if(type in responses){jqXHR[responseFields[type]]=responses[type];}}
while(dataTypes[0]==="*"){dataTypes.shift();if(ct===undefined){ct=s.mimeType||jqXHR.getResponseHeader("content-type");}}
if(ct){for(type in contents){if(contents[type]&&contents[type].test(ct)){dataTypes.unshift(type);break;}}}
if(dataTypes[0]in responses){finalDataType=dataTypes[0];}else{for(type in responses){if(!dataTypes[0]||s.converters[type+" "+dataTypes[0]]){finalDataType=type;break;}
if(!firstDataType){firstDataType=type;}}
finalDataType=finalDataType||firstDataType;}
if(finalDataType){if(finalDataType!==dataTypes[0]){dataTypes.unshift(finalDataType);}
return responses[finalDataType];}}
function ajaxConvert(s,response){if(s.dataFilter){response=s.dataFilter(response,s.dataType);}
var dataTypes=s.dataTypes,converters={},i,key,length=dataTypes.length,tmp,current=dataTypes[0],prev,conversion,conv,conv1,conv2;for(i=1;i<length;i++){if(i===1){for(key in s.converters){if(typeof key==="string"){converters[key.toLowerCase()]=s.converters[key];}}}
prev=current;current=dataTypes[i];if(current==="*"){current=prev;}else if(prev!=="*"&&prev!==current){conversion=prev+" "+current;conv=converters[conversion]||converters["* "+current];if(!conv){conv2=undefined;for(conv1 in converters){tmp=conv1.split(" ");if(tmp[0]===prev||tmp[0]==="*"){conv2=converters[tmp[1]+" "+current];if(conv2){conv1=converters[conv1];if(conv1===true){conv=conv2;}else if(conv2===true){conv=conv1;}
break;}}}}
if(!(conv||conv2)){jQuery.error("No conversion from "+conversion.replace(" "," to "));}
if(conv!==true){response=conv?conv(response):conv2(conv1(response));}}}
return response;}
var jsc=jQuery.now(),jsre=/(\=)\?(&|$)|\?\?/i;jQuery.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return jQuery.expando+"_"+(jsc++);}});jQuery.ajaxPrefilter("json jsonp",function(s,originalSettings,jqXHR){var inspectData=s.contentType==="application/x-www-form-urlencoded"&&(typeof s.data==="string");if(s.dataTypes[0]==="jsonp"||s.jsonp!==false&&(jsre.test(s.url)||inspectData&&jsre.test(s.data))){var responseContainer,jsonpCallback=s.jsonpCallback=jQuery.isFunction(s.jsonpCallback)?s.jsonpCallback():s.jsonpCallback,previous=window[jsonpCallback],url=s.url,data=s.data,replace="$1"+jsonpCallback+"$2";if(s.jsonp!==false){url=url.replace(jsre,replace);if(s.url===url){if(inspectData){data=data.replace(jsre,replace);}
if(s.data===data){url+=(/\?/.test(url)?"&":"?")+s.jsonp+"="+jsonpCallback;}}}
s.url=url;s.data=data;window[jsonpCallback]=function(response){responseContainer=[response];};jqXHR.always(function(){window[jsonpCallback]=previous;if(responseContainer&&jQuery.isFunction(previous)){window[jsonpCallback](responseContainer[0]);}});s.converters["script json"]=function(){if(!responseContainer){jQuery.error(jsonpCallback+" was not called");}
return responseContainer[0];};s.dataTypes[0]="json";return"script";}});jQuery.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(text){jQuery.globalEval(text);return text;}}});jQuery.ajaxPrefilter("script",function(s){if(s.cache===undefined){s.cache=false;}
if(s.crossDomain){s.type="GET";s.global=false;}});jQuery.ajaxTransport("script",function(s){if(s.crossDomain){var script,head=document.head||document.getElementsByTagName("head")[0]||document.documentElement;return{send:function(_,callback){script=document.createElement("script");script.async="async";if(s.scriptCharset){script.charset=s.scriptCharset;}
script.src=s.url;script.onload=script.onreadystatechange=function(_,isAbort){if(isAbort||!script.readyState||/loaded|complete/.test(script.readyState)){script.onload=script.onreadystatechange=null;if(head&&script.parentNode){head.removeChild(script);}
script=undefined;if(!isAbort){callback(200,"success");}}};head.insertBefore(script,head.firstChild);},abort:function(){if(script){script.onload(0,1);}}};}});var
xhrOnUnloadAbort=window.ActiveXObject?function(){for(var key in xhrCallbacks){xhrCallbacks[key](0,1);}}:false,xhrId=0,xhrCallbacks;function createStandardXHR(){try{return new window.XMLHttpRequest();}catch(e){}}
function createActiveXHR(){try{return new window.ActiveXObject("Microsoft.XMLHTTP");}catch(e){}}
jQuery.ajaxSettings.xhr=window.ActiveXObject?function(){return!this.isLocal&&createStandardXHR()||createActiveXHR();}:createStandardXHR;(function(xhr){jQuery.extend(jQuery.support,{ajax:!!xhr,cors:!!xhr&&("withCredentials"in xhr)});})(jQuery.ajaxSettings.xhr());if(jQuery.support.ajax){jQuery.ajaxTransport(function(s){if(!s.crossDomain||jQuery.support.cors){var callback;return{send:function(headers,complete){var xhr=s.xhr(),handle,i;if(s.username){xhr.open(s.type,s.url,s.async,s.username,s.password);}else{xhr.open(s.type,s.url,s.async);}
if(s.xhrFields){for(i in s.xhrFields){xhr[i]=s.xhrFields[i];}}
if(s.mimeType&&xhr.overrideMimeType){xhr.overrideMimeType(s.mimeType);}
if(!s.crossDomain&&!headers["X-Requested-With"]){headers["X-Requested-With"]="XMLHttpRequest";}
try{for(i in headers){xhr.setRequestHeader(i,headers[i]);}}catch(_){}
xhr.send((s.hasContent&&s.data)||null);callback=function(_,isAbort){var status,statusText,responseHeaders,responses,xml;try{if(callback&&(isAbort||xhr.readyState===4)){callback=undefined;if(handle){xhr.onreadystatechange=jQuery.noop;if(xhrOnUnloadAbort){delete xhrCallbacks[handle];}}
if(isAbort){if(xhr.readyState!==4){xhr.abort();}}else{status=xhr.status;responseHeaders=xhr.getAllResponseHeaders();responses={};xml=xhr.responseXML;if(xml&&xml.documentElement){responses.xml=xml;}
responses.text=xhr.responseText;try{statusText=xhr.statusText;}catch(e){statusText="";}
if(!status&&s.isLocal&&!s.crossDomain){status=responses.text?200:404;}else if(status===1223){status=204;}}}}catch(firefoxAccessException){if(!isAbort){complete(-1,firefoxAccessException);}}
if(responses){complete(status,statusText,responses,responseHeaders);}};if(!s.async||xhr.readyState===4){callback();}else{handle=++xhrId;if(xhrOnUnloadAbort){if(!xhrCallbacks){xhrCallbacks={};jQuery(window).unload(xhrOnUnloadAbort);}
xhrCallbacks[handle]=callback;}
xhr.onreadystatechange=callback;}},abort:function(){if(callback){callback(0,1);}}};}});}
var elemdisplay={},iframe,iframeDoc,rfxtypes=/^(?:toggle|show|hide)$/,rfxnum=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,timerId,fxAttrs=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],fxNow,requestAnimationFrame=window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame;jQuery.fn.extend({show:function(speed,easing,callback){var elem,display;if(speed||speed===0){return this.animate(genFx("show",3),speed,easing,callback);}else{for(var i=0,j=this.length;i<j;i++){elem=this[i];if(elem.style){display=elem.style.display;if(!jQuery._data(elem,"olddisplay")&&display==="none"){display=elem.style.display="";}
if(display===""&&jQuery.css(elem,"display")==="none"){jQuery._data(elem,"olddisplay",defaultDisplay(elem.nodeName));}}}
for(i=0;i<j;i++){elem=this[i];if(elem.style){display=elem.style.display;if(display===""||display==="none"){elem.style.display=jQuery._data(elem,"olddisplay")||"";}}}
return this;}},hide:function(speed,easing,callback){if(speed||speed===0){return this.animate(genFx("hide",3),speed,easing,callback);}else{for(var i=0,j=this.length;i<j;i++){if(this[i].style){var display=jQuery.css(this[i],"display");if(display!=="none"&&!jQuery._data(this[i],"olddisplay")){jQuery._data(this[i],"olddisplay",display);}}}
for(i=0;i<j;i++){if(this[i].style){this[i].style.display="none";}}
return this;}},_toggle:jQuery.fn.toggle,toggle:function(fn,fn2,callback){var bool=typeof fn==="boolean";if(jQuery.isFunction(fn)&&jQuery.isFunction(fn2)){this._toggle.apply(this,arguments);}else if(fn==null||bool){this.each(function(){var state=bool?fn:jQuery(this).is(":hidden");jQuery(this)[state?"show":"hide"]();});}else{this.animate(genFx("toggle",3),fn,fn2,callback);}
return this;},fadeTo:function(speed,to,easing,callback){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:to},speed,easing,callback);},animate:function(prop,speed,easing,callback){var optall=jQuery.speed(speed,easing,callback);if(jQuery.isEmptyObject(prop)){return this.each(optall.complete,[false]);}
prop=jQuery.extend({},prop);return this[optall.queue===false?"each":"queue"](function(){if(optall.queue===false){jQuery._mark(this);}
var opt=jQuery.extend({},optall),isElement=this.nodeType===1,hidden=isElement&&jQuery(this).is(":hidden"),name,val,p,display,e,parts,start,end,unit;opt.animatedProperties={};for(p in prop){name=jQuery.camelCase(p);if(p!==name){prop[name]=prop[p];delete prop[p];}
val=prop[name];if(jQuery.isArray(val)){opt.animatedProperties[name]=val[1];val=prop[name]=val[0];}else{opt.animatedProperties[name]=opt.specialEasing&&opt.specialEasing[name]||opt.easing||'swing';}
if(val==="hide"&&hidden||val==="show"&&!hidden){return opt.complete.call(this);}
if(isElement&&(name==="height"||name==="width")){opt.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY];if(jQuery.css(this,"display")==="inline"&&jQuery.css(this,"float")==="none"){if(!jQuery.support.inlineBlockNeedsLayout){this.style.display="inline-block";}else{display=defaultDisplay(this.nodeName);if(display==="inline"){this.style.display="inline-block";}else{this.style.display="inline";this.style.zoom=1;}}}}}
if(opt.overflow!=null){this.style.overflow="hidden";}
for(p in prop){e=new jQuery.fx(this,opt,p);val=prop[p];if(rfxtypes.test(val)){e[val==="toggle"?hidden?"show":"hide":val]();}else{parts=rfxnum.exec(val);start=e.cur();if(parts){end=parseFloat(parts[2]);unit=parts[3]||(jQuery.cssNumber[p]?"":"px");if(unit!=="px"){jQuery.style(this,p,(end||1)+unit);start=((end||1)/e.cur())*start;jQuery.style(this,p,start+unit);}
if(parts[1]){end=((parts[1]==="-="?-1:1)*end)+start;}
e.custom(start,end,unit);}else{e.custom(start,val,"");}}}
return true;});},stop:function(clearQueue,gotoEnd){if(clearQueue){this.queue([]);}
this.each(function(){var timers=jQuery.timers,i=timers.length;if(!gotoEnd){jQuery._unmark(true,this);}
while(i--){if(timers[i].elem===this){if(gotoEnd){timers[i](true);}
timers.splice(i,1);}}});if(!gotoEnd){this.dequeue();}
return this;}});function createFxNow(){setTimeout(clearFxNow,0);return(fxNow=jQuery.now());}
function clearFxNow(){fxNow=undefined;}
function genFx(type,num){var obj={};jQuery.each(fxAttrs.concat.apply([],fxAttrs.slice(0,num)),function(){obj[this]=type;});return obj;}
jQuery.each({slideDown:genFx("show",1),slideUp:genFx("hide",1),slideToggle:genFx("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(name,props){jQuery.fn[name]=function(speed,easing,callback){return this.animate(props,speed,easing,callback);};});jQuery.extend({speed:function(speed,easing,fn){var opt=speed&&typeof speed==="object"?jQuery.extend({},speed):{complete:fn||!fn&&easing||jQuery.isFunction(speed)&&speed,duration:speed,easing:fn&&easing||easing&&!jQuery.isFunction(easing)&&easing};opt.duration=jQuery.fx.off?0:typeof opt.duration==="number"?opt.duration:opt.duration in jQuery.fx.speeds?jQuery.fx.speeds[opt.duration]:jQuery.fx.speeds._default;opt.old=opt.complete;opt.complete=function(noUnmark){if(opt.queue!==false){jQuery.dequeue(this);}else if(noUnmark!==false){jQuery._unmark(this);}
if(jQuery.isFunction(opt.old)){opt.old.call(this);}};return opt;},easing:{linear:function(p,n,firstNum,diff){return firstNum+diff*p;},swing:function(p,n,firstNum,diff){return((-Math.cos(p*Math.PI)/2)+0.5)*diff+firstNum;}},timers:[],fx:function(elem,options,prop){this.options=options;this.elem=elem;this.prop=prop;options.orig=options.orig||{};}});jQuery.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this);}
(jQuery.fx.step[this.prop]||jQuery.fx.step._default)(this);},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop];}
var parsed,r=jQuery.css(this.elem,this.prop);return isNaN(parsed=parseFloat(r))?!r||r==="auto"?0:r:parsed;},custom:function(from,to,unit){var self=this,fx=jQuery.fx,raf;this.startTime=fxNow||createFxNow();this.start=from;this.end=to;this.unit=unit||this.unit||(jQuery.cssNumber[this.prop]?"":"px");this.now=this.start;this.pos=this.state=0;function t(gotoEnd){return self.step(gotoEnd);}
t.elem=this.elem;if(t()&&jQuery.timers.push(t)&&!timerId){if(requestAnimationFrame){timerId=1;raf=function(){if(timerId){requestAnimationFrame(raf);fx.tick();}};requestAnimationFrame(raf);}else{timerId=setInterval(fx.tick,fx.interval);}}},show:function(){this.options.orig[this.prop]=jQuery.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());jQuery(this.elem).show();},hide:function(){this.options.orig[this.prop]=jQuery.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0);},step:function(gotoEnd){var t=fxNow||createFxNow(),done=true,elem=this.elem,options=this.options,i,n;if(gotoEnd||t>=options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();options.animatedProperties[this.prop]=true;for(i in options.animatedProperties){if(options.animatedProperties[i]!==true){done=false;}}
if(done){if(options.overflow!=null&&!jQuery.support.shrinkWrapBlocks){jQuery.each(["","X","Y"],function(index,value){elem.style["overflow"+value]=options.overflow[index];});}
if(options.hide){jQuery(elem).hide();}
if(options.hide||options.show){for(var p in options.animatedProperties){jQuery.style(elem,p,options.orig[p]);}}
options.complete.call(elem);}
return false;}else{if(options.duration==Infinity){this.now=t;}else{n=t-this.startTime;this.state=n/options.duration;this.pos=jQuery.easing[options.animatedProperties[this.prop]](this.state,n,0,1,options.duration);this.now=this.start+((this.end-this.start)*this.pos);}
this.update();}
return true;}};jQuery.extend(jQuery.fx,{tick:function(){for(var timers=jQuery.timers,i=0;i<timers.length;++i){if(!timers[i]()){timers.splice(i--,1);}}
if(!timers.length){jQuery.fx.stop();}},interval:13,stop:function(){clearInterval(timerId);timerId=null;},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(fx){jQuery.style(fx.elem,"opacity",fx.now);},_default:function(fx){if(fx.elem.style&&fx.elem.style[fx.prop]!=null){fx.elem.style[fx.prop]=(fx.prop==="width"||fx.prop==="height"?Math.max(0,fx.now):fx.now)+fx.unit;}else{fx.elem[fx.prop]=fx.now;}}}});if(jQuery.expr&&jQuery.expr.filters){jQuery.expr.filters.animated=function(elem){return jQuery.grep(jQuery.timers,function(fn){return elem===fn.elem;}).length;};}
function defaultDisplay(nodeName){if(!elemdisplay[nodeName]){var elem=jQuery("<"+nodeName+">").appendTo("body"),display=elem.css("display");elem.remove();if(display==="none"||display===""){if(!iframe){iframe=document.createElement("iframe");iframe.frameBorder=iframe.width=iframe.height=0;}
document.body.appendChild(iframe);if(!iframeDoc||!iframe.createElement){iframeDoc=(iframe.contentWindow||iframe.contentDocument).document;iframeDoc.write("<!doctype><html><body></body></html>");}
elem=iframeDoc.createElement(nodeName);iframeDoc.body.appendChild(elem);display=jQuery.css(elem,"display");document.body.removeChild(iframe);}
elemdisplay[nodeName]=display;}
return elemdisplay[nodeName];}
var rtable=/^t(?:able|d|h)$/i,rroot=/^(?:body|html)$/i;if("getBoundingClientRect"in document.documentElement){jQuery.fn.offset=function(options){var elem=this[0],box;if(options){return this.each(function(i){jQuery.offset.setOffset(this,options,i);});}
if(!elem||!elem.ownerDocument){return null;}
if(elem===elem.ownerDocument.body){return jQuery.offset.bodyOffset(elem);}
try{box=elem.getBoundingClientRect();}catch(e){}
var doc=elem.ownerDocument,docElem=doc.documentElement;if(!box||!jQuery.contains(docElem,elem)){return box?{top:box.top,left:box.left}:{top:0,left:0};}
var body=doc.body,win=getWindow(doc),clientTop=docElem.clientTop||body.clientTop||0,clientLeft=docElem.clientLeft||body.clientLeft||0,scrollTop=win.pageYOffset||jQuery.support.boxModel&&docElem.scrollTop||body.scrollTop,scrollLeft=win.pageXOffset||jQuery.support.boxModel&&docElem.scrollLeft||body.scrollLeft,top=box.top+scrollTop-clientTop,left=box.left+scrollLeft-clientLeft;return{top:top,left:left};};}else{jQuery.fn.offset=function(options){var elem=this[0];if(options){return this.each(function(i){jQuery.offset.setOffset(this,options,i);});}
if(!elem||!elem.ownerDocument){return null;}
if(elem===elem.ownerDocument.body){return jQuery.offset.bodyOffset(elem);}
jQuery.offset.initialize();var computedStyle,offsetParent=elem.offsetParent,prevOffsetParent=elem,doc=elem.ownerDocument,docElem=doc.documentElement,body=doc.body,defaultView=doc.defaultView,prevComputedStyle=defaultView?defaultView.getComputedStyle(elem,null):elem.currentStyle,top=elem.offsetTop,left=elem.offsetLeft;while((elem=elem.parentNode)&&elem!==body&&elem!==docElem){if(jQuery.offset.supportsFixedPosition&&prevComputedStyle.position==="fixed"){break;}
computedStyle=defaultView?defaultView.getComputedStyle(elem,null):elem.currentStyle;top-=elem.scrollTop;left-=elem.scrollLeft;if(elem===offsetParent){top+=elem.offsetTop;left+=elem.offsetLeft;if(jQuery.offset.doesNotAddBorder&&!(jQuery.offset.doesAddBorderForTableAndCells&&rtable.test(elem.nodeName))){top+=parseFloat(computedStyle.borderTopWidth)||0;left+=parseFloat(computedStyle.borderLeftWidth)||0;}
prevOffsetParent=offsetParent;offsetParent=elem.offsetParent;}
if(jQuery.offset.subtractsBorderForOverflowNotVisible&&computedStyle.overflow!=="visible"){top+=parseFloat(computedStyle.borderTopWidth)||0;left+=parseFloat(computedStyle.borderLeftWidth)||0;}
prevComputedStyle=computedStyle;}
if(prevComputedStyle.position==="relative"||prevComputedStyle.position==="static"){top+=body.offsetTop;left+=body.offsetLeft;}
if(jQuery.offset.supportsFixedPosition&&prevComputedStyle.position==="fixed"){top+=Math.max(docElem.scrollTop,body.scrollTop);left+=Math.max(docElem.scrollLeft,body.scrollLeft);}
return{top:top,left:left};};}
jQuery.offset={initialize:function(){var body=document.body,container=document.createElement("div"),innerDiv,checkDiv,table,td,bodyMarginTop=parseFloat(jQuery.css(body,"marginTop"))||0,html="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";jQuery.extend(container.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});container.innerHTML=html;body.insertBefore(container,body.firstChild);innerDiv=container.firstChild;checkDiv=innerDiv.firstChild;td=innerDiv.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(checkDiv.offsetTop!==5);this.doesAddBorderForTableAndCells=(td.offsetTop===5);checkDiv.style.position="fixed";checkDiv.style.top="20px";this.supportsFixedPosition=(checkDiv.offsetTop===20||checkDiv.offsetTop===15);checkDiv.style.position=checkDiv.style.top="";innerDiv.style.overflow="hidden";innerDiv.style.position="relative";this.subtractsBorderForOverflowNotVisible=(checkDiv.offsetTop===-5);this.doesNotIncludeMarginInBodyOffset=(body.offsetTop!==bodyMarginTop);body.removeChild(container);jQuery.offset.initialize=jQuery.noop;},bodyOffset:function(body){var top=body.offsetTop,left=body.offsetLeft;jQuery.offset.initialize();if(jQuery.offset.doesNotIncludeMarginInBodyOffset){top+=parseFloat(jQuery.css(body,"marginTop"))||0;left+=parseFloat(jQuery.css(body,"marginLeft"))||0;}
return{top:top,left:left};},setOffset:function(elem,options,i){var position=jQuery.css(elem,"position");if(position==="static"){elem.style.position="relative";}
var curElem=jQuery(elem),curOffset=curElem.offset(),curCSSTop=jQuery.css(elem,"top"),curCSSLeft=jQuery.css(elem,"left"),calculatePosition=(position==="absolute"||position==="fixed")&&jQuery.inArray("auto",[curCSSTop,curCSSLeft])>-1,props={},curPosition={},curTop,curLeft;if(calculatePosition){curPosition=curElem.position();curTop=curPosition.top;curLeft=curPosition.left;}else{curTop=parseFloat(curCSSTop)||0;curLeft=parseFloat(curCSSLeft)||0;}
if(jQuery.isFunction(options)){options=options.call(elem,i,curOffset);}
if(options.top!=null){props.top=(options.top-curOffset.top)+curTop;}
if(options.left!=null){props.left=(options.left-curOffset.left)+curLeft;}
if("using"in options){options.using.call(elem,props);}else{curElem.css(props);}}};jQuery.fn.extend({position:function(){if(!this[0]){return null;}
var elem=this[0],offsetParent=this.offsetParent(),offset=this.offset(),parentOffset=rroot.test(offsetParent[0].nodeName)?{top:0,left:0}:offsetParent.offset();offset.top-=parseFloat(jQuery.css(elem,"marginTop"))||0;offset.left-=parseFloat(jQuery.css(elem,"marginLeft"))||0;parentOffset.top+=parseFloat(jQuery.css(offsetParent[0],"borderTopWidth"))||0;parentOffset.left+=parseFloat(jQuery.css(offsetParent[0],"borderLeftWidth"))||0;return{top:offset.top-parentOffset.top,left:offset.left-parentOffset.left};},offsetParent:function(){return this.map(function(){var offsetParent=this.offsetParent||document.body;while(offsetParent&&(!rroot.test(offsetParent.nodeName)&&jQuery.css(offsetParent,"position")==="static")){offsetParent=offsetParent.offsetParent;}
return offsetParent;});}});jQuery.each(["Left","Top"],function(i,name){var method="scroll"+name;jQuery.fn[method]=function(val){var elem,win;if(val===undefined){elem=this[0];if(!elem){return null;}
win=getWindow(elem);return win?("pageXOffset"in win)?win[i?"pageYOffset":"pageXOffset"]:jQuery.support.boxModel&&win.document.documentElement[method]||win.document.body[method]:elem[method];}
return this.each(function(){win=getWindow(this);if(win){win.scrollTo(!i?val:jQuery(win).scrollLeft(),i?val:jQuery(win).scrollTop());}else{this[method]=val;}});};});function getWindow(elem){return jQuery.isWindow(elem)?elem:elem.nodeType===9?elem.defaultView||elem.parentWindow:false;}
jQuery.each(["Height","Width"],function(i,name){var type=name.toLowerCase();jQuery.fn["inner"+name]=function(){return this[0]?parseFloat(jQuery.css(this[0],type,"padding")):null;};jQuery.fn["outer"+name]=function(margin){return this[0]?parseFloat(jQuery.css(this[0],type,margin?"margin":"border")):null;};jQuery.fn[type]=function(size){var elem=this[0];if(!elem){return size==null?null:this;}
if(jQuery.isFunction(size)){return this.each(function(i){var self=jQuery(this);self[type](size.call(this,i,self[type]()));});}
if(jQuery.isWindow(elem)){var docElemProp=elem.document.documentElement["client"+name];return elem.document.compatMode==="CSS1Compat"&&docElemProp||elem.document.body["client"+name]||docElemProp;}else if(elem.nodeType===9){return Math.max(elem.documentElement["client"+name],elem.body["scroll"+name],elem.documentElement["scroll"+name],elem.body["offset"+name],elem.documentElement["offset"+name]);}else if(size===undefined){var orig=jQuery.css(elem,type),ret=parseFloat(orig);return jQuery.isNaN(ret)?orig:ret;}else{return this.css(type,typeof size==="string"?size:size+"px");}};});window.jQuery=window.$=jQuery;})(window);jQuery.easing['jswing']=jQuery.easing['swing'];jQuery.extend(jQuery.easing,{def:'easeOutQuad',swing:function(x,t,b,c,d){return jQuery.easing[jQuery.easing.def](x,t,b,c,d);},easeInQuad:function(x,t,b,c,d){return c*(t/=d)*t+b;},easeOutQuad:function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b;},easeInOutQuad:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t+b;return-c/2*((--t)*(t-2)-1)+b;},easeInCubic:function(x,t,b,c,d){return c*(t/=d)*t*t+b;},easeOutCubic:function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b;},easeInOutCubic:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t+b;return c/2*((t-=2)*t*t+2)+b;},easeInQuart:function(x,t,b,c,d){return c*(t/=d)*t*t*t+b;},easeOutQuart:function(x,t,b,c,d){return-c*((t=t/d-1)*t*t*t-1)+b;},easeInOutQuart:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b;},easeInQuint:function(x,t,b,c,d){return c*(t/=d)*t*t*t*t+b;},easeOutQuint:function(x,t,b,c,d){return c*((t=t/d-1)*t*t*t*t+1)+b;},easeInOutQuint:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t*t+b;return c/2*((t-=2)*t*t*t*t+2)+b;},easeInSine:function(x,t,b,c,d){return-c*Math.cos(t/d*(Math.PI/2))+c+b;},easeOutSine:function(x,t,b,c,d){return c*Math.sin(t/d*(Math.PI/2))+b;},easeInOutSine:function(x,t,b,c,d){return-c/2*(Math.cos(Math.PI*t/d)-1)+b;},easeInExpo:function(x,t,b,c,d){return(t==0)?b:c*Math.pow(2,10*(t/d-1))+b;},easeOutExpo:function(x,t,b,c,d){return(t==d)?b+c:c*(-Math.pow(2,-10*t/d)+1)+b;},easeInOutExpo:function(x,t,b,c,d){if(t==0)return b;if(t==d)return b+c;if((t/=d/2)<1)return c/2*Math.pow(2,10*(t-1))+b;return c/2*(-Math.pow(2,-10*--t)+2)+b;},easeInCirc:function(x,t,b,c,d){return-c*(Math.sqrt(1-(t/=d)*t)-1)+b;},easeOutCirc:function(x,t,b,c,d){return c*Math.sqrt(1-(t=t/d-1)*t)+b;},easeInOutCirc:function(x,t,b,c,d){if((t/=d/2)<1)return-c/2*(Math.sqrt(1-t*t)-1)+b;return c/2*(Math.sqrt(1-(t-=2)*t)+1)+b;},easeInElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;},easeOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b;},easeInOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b;},easeInBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b;},easeOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b;},easeInOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b;},easeInBounce:function(x,t,b,c,d){return c-jQuery.easing.easeOutBounce(x,d-t,0,c,d)+b;},easeOutBounce:function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b;}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b;}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b;}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b;}},easeInOutBounce:function(x,t,b,c,d){if(t<d/2)return jQuery.easing.easeInBounce(x,t*2,0,c,d)*.5+b;return jQuery.easing.easeOutBounce(x,t*2-d,0,c,d)*.5+c*.5+b;}});(function($){var tmp,loading,overlay,wrap,outer,inner,close,nav_left,nav_right,selectedIndex=0,selectedOpts={},selectedArray=[],currentIndex=0,currentOpts={},currentArray=[],ajaxLoader=null,imgPreloader=new Image(),imgRegExp=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,swfRegExp=/[^\.]\.(swf)\s*$/i,loadingTimer,loadingFrame=1,start_pos,final_pos,busy=false,shadow=20,fx=$.extend($('<div/>')[0],{prop:0}),titleh=0,isIE6=!$.support.opacity&&!window.XMLHttpRequest,fancybox_abort=function(){loading.hide();imgPreloader.onerror=imgPreloader.onload=null;if(ajaxLoader){ajaxLoader.abort();}
tmp.empty();},fancybox_error=function(){$.fancybox('<p id="fancybox_error">The requested content cannot be loaded.<br />Please try again later.</p>',{'scrolling':'no','padding':20,'transitionIn':'none','transitionOut':'none'});},fancybox_get_viewport=function(){return[$(window).width(),$(window).height(),$(document).scrollLeft(),$(document).scrollTop()];},fancybox_get_zoom_to=function(){var view=fancybox_get_viewport(),to={},margin=currentOpts.margin,resize=currentOpts.autoScale,horizontal_space=(shadow+margin)*2,vertical_space=(shadow+margin)*2,double_padding=(currentOpts.padding*2),ratio;if(currentOpts.width.toString().indexOf('%')>-1){to.width=((view[0]*parseFloat(currentOpts.width))/100)-(shadow*2);resize=false;}else{to.width=currentOpts.width+double_padding;}
if(currentOpts.height.toString().indexOf('%')>-1){to.height=((view[1]*parseFloat(currentOpts.height))/100)-(shadow*2);resize=false;}else{to.height=currentOpts.height+double_padding;}
if(resize&&(to.width>(view[0]-horizontal_space)||to.height>(view[1]-vertical_space))){if(selectedOpts.type=='image'||selectedOpts.type=='swf'){horizontal_space+=double_padding;vertical_space+=double_padding;ratio=Math.min(Math.min(view[0]-horizontal_space,currentOpts.width)/currentOpts.width,Math.min(view[1]-vertical_space,currentOpts.height)/currentOpts.height);to.width=Math.round(ratio*(to.width-double_padding))+double_padding;to.height=Math.round(ratio*(to.height-double_padding))+double_padding;}else{to.width=Math.min(to.width,(view[0]-horizontal_space));to.height=Math.min(to.height,(view[1]-vertical_space));}}
to.top=view[3]+((view[1]-(to.height+(shadow*2)))*0.5);to.left=view[2]+((view[0]-(to.width+(shadow*2)))*0.5);if(currentOpts.autoScale===false){to.top=Math.max(view[3]+margin,to.top);to.left=Math.max(view[2]+margin,to.left);}
return to;},fancybox_format_title=function(title){if(title&&title.length){switch(currentOpts.titlePosition){case'inside':return title;case'over':return'<span id="fancybox-title-over">'+title+'</span>';default:return'<span id="fancybox-title-wrap"><span id="fancybox-title-left"></span><span id="fancybox-title-main">'+title+'</span><span id="fancybox-title-right"></span></span>';}}
return false;},fancybox_process_title=function(){var title=currentOpts.title,width=final_pos.width-(currentOpts.padding*2),titlec='fancybox-title-'+currentOpts.titlePosition;$('#fancybox-title').remove();titleh=0;if(currentOpts.titleShow===false){return;}
title=$.isFunction(currentOpts.titleFormat)?currentOpts.titleFormat(title,currentArray,currentIndex,currentOpts):fancybox_format_title(title);if(!title||title===''){return;}
$('<div id="fancybox-title" class="'+titlec+'" />').css({'width':width,'paddingLeft':currentOpts.padding,'paddingRight':currentOpts.padding}).html(title).appendTo('body');switch(currentOpts.titlePosition){case'inside':titleh=$("#fancybox-title").outerHeight(true)-currentOpts.padding;final_pos.height+=titleh;break;case'over':$('#fancybox-title').css('bottom',currentOpts.padding);break;default:$('#fancybox-title').css('bottom',$("#fancybox-title").outerHeight(true)*-1);break;}
$('#fancybox-title').appendTo(outer).hide();},fancybox_set_navigation=function(){$(document).unbind('keydown.fb').bind('keydown.fb',function(e){if(e.keyCode==27&&currentOpts.enableEscapeButton){e.preventDefault();$.fancybox.close();}else if(e.keyCode==37){e.preventDefault();$.fancybox.prev();}else if(e.keyCode==39){e.preventDefault();$.fancybox.next();}});if($.fn.mousewheel){wrap.unbind('mousewheel.fb');if(currentArray.length>1){wrap.bind('mousewheel.fb',function(e,delta){e.preventDefault();if(busy||delta===0){return;}
if(delta>0){$.fancybox.prev();}else{$.fancybox.next();}});}}
if(!currentOpts.showNavArrows){return;}
if((currentOpts.cyclic&&currentArray.length>1)||currentIndex!==0){nav_left.show();}
if((currentOpts.cyclic&&currentArray.length>1)||currentIndex!=(currentArray.length-1)){nav_right.show();}},fancybox_preload_images=function(){var href,objNext;if((currentArray.length-1)>currentIndex){href=currentArray[currentIndex+1].href;if(typeof href!=='undefined'&&href.match(imgRegExp)){objNext=new Image();objNext.src=href;}}
if(currentIndex>0){href=currentArray[currentIndex-1].href;if(typeof href!=='undefined'&&href.match(imgRegExp)){objNext=new Image();objNext.src=href;}}},_finish=function(){inner.css('overflow',(currentOpts.scrolling=='auto'?(currentOpts.type=='image'||currentOpts.type=='iframe'||currentOpts.type=='swf'?'hidden':'auto'):(currentOpts.scrolling=='yes'?'auto':'visible')));if(!$.support.opacity){inner.get(0).style.removeAttribute('filter');wrap.get(0).style.removeAttribute('filter');}
$('#fancybox-title').show();if(currentOpts.hideOnContentClick){inner.one('click',$.fancybox.close);}
if(currentOpts.hideOnOverlayClick){overlay.one('click',$.fancybox.close);}
if(currentOpts.showCloseButton){close.show();}
fancybox_set_navigation();$(window).bind("resize.fb",$.fancybox.center);if(currentOpts.centerOnScroll){$(window).bind("scroll.fb",$.fancybox.center);}else{$(window).unbind("scroll.fb");}
if($.isFunction(currentOpts.onComplete)){currentOpts.onComplete(currentArray,currentIndex,currentOpts);}
busy=false;fancybox_preload_images();},fancybox_draw=function(pos){var width=Math.round(start_pos.width+(final_pos.width-start_pos.width)*pos),height=Math.round(start_pos.height+(final_pos.height-start_pos.height)*pos),top=Math.round(start_pos.top+(final_pos.top-start_pos.top)*pos),left=Math.round(start_pos.left+(final_pos.left-start_pos.left)*pos);wrap.css({'width':width+'px','height':height+'px','top':top+'px','left':left+'px'});width=Math.max(width-currentOpts.padding*2,0);height=Math.max(height-(currentOpts.padding*2+(titleh*pos)),0);inner.css({'width':width+'px','height':height+'px'});if(typeof final_pos.opacity!=='undefined'){wrap.css('opacity',(pos<0.5?0.5:pos));}},fancybox_get_obj_pos=function(obj){var pos=obj.offset();pos.top+=parseFloat(obj.css('paddingTop'))||0;pos.left+=parseFloat(obj.css('paddingLeft'))||0;pos.top+=parseFloat(obj.css('border-top-width'))||0;pos.left+=parseFloat(obj.css('border-left-width'))||0;pos.width=obj.width();pos.height=obj.height();return pos;},fancybox_get_zoom_from=function(){var orig=selectedOpts.orig?$(selectedOpts.orig):false,from={},pos,view;if(orig&&orig.length){pos=fancybox_get_obj_pos(orig);from={width:(pos.width+(currentOpts.padding*2)),height:(pos.height+(currentOpts.padding*2)),top:(pos.top-currentOpts.padding-shadow),left:(pos.left-currentOpts.padding-shadow)};}else{view=fancybox_get_viewport();from={width:1,height:1,top:view[3]+view[1]*0.5,left:view[2]+view[0]*0.5};}
return from;},fancybox_show=function(){loading.hide();if(wrap.is(":visible")&&$.isFunction(currentOpts.onCleanup)){if(currentOpts.onCleanup(currentArray,currentIndex,currentOpts)===false){$.event.trigger('fancybox-cancel');busy=false;return;}}
currentArray=selectedArray;currentIndex=selectedIndex;currentOpts=selectedOpts;inner.get(0).scrollTop=0;inner.get(0).scrollLeft=0;if(currentOpts.overlayShow){if(isIE6){$('select:not(#fancybox-tmp select)').filter(function(){return this.style.visibility!=='hidden';}).css({'visibility':'hidden'}).one('fancybox-cleanup',function(){this.style.visibility='inherit';});}
overlay.css({'background-color':currentOpts.overlayColor,'opacity':currentOpts.overlayOpacity}).unbind().show();}
final_pos=fancybox_get_zoom_to();fancybox_process_title();if(wrap.is(":visible")){$(close.add(nav_left).add(nav_right)).hide();var pos=wrap.position(),equal;start_pos={top:pos.top,left:pos.left,width:wrap.width(),height:wrap.height()};equal=(start_pos.width==final_pos.width&&start_pos.height==final_pos.height);inner.fadeOut(currentOpts.changeFade,function(){var finish_resizing=function(){inner.html(tmp.contents()).fadeIn(currentOpts.changeFade,_finish);};$.event.trigger('fancybox-change');inner.empty().css('overflow','hidden');if(equal){inner.css({top:currentOpts.padding,left:currentOpts.padding,width:Math.max(final_pos.width-(currentOpts.padding*2),1),height:Math.max(final_pos.height-(currentOpts.padding*2)-titleh,1)});finish_resizing();}else{inner.css({top:currentOpts.padding,left:currentOpts.padding,width:Math.max(start_pos.width-(currentOpts.padding*2),1),height:Math.max(start_pos.height-(currentOpts.padding*2),1)});fx.prop=0;$(fx).animate({prop:1},{duration:currentOpts.changeSpeed,easing:currentOpts.easingChange,step:fancybox_draw,complete:finish_resizing});}});return;}
wrap.css('opacity',1);if(currentOpts.transitionIn=='elastic'){start_pos=fancybox_get_zoom_from();inner.css({top:currentOpts.padding,left:currentOpts.padding,width:Math.max(start_pos.width-(currentOpts.padding*2),1),height:Math.max(start_pos.height-(currentOpts.padding*2),1)}).html(tmp.contents());wrap.css(start_pos).show();if(currentOpts.opacity){final_pos.opacity=0;}
fx.prop=0;$(fx).animate({prop:1},{duration:currentOpts.speedIn,easing:currentOpts.easingIn,step:fancybox_draw,complete:_finish});}else{inner.css({top:currentOpts.padding,left:currentOpts.padding,width:Math.max(final_pos.width-(currentOpts.padding*2),1),height:Math.max(final_pos.height-(currentOpts.padding*2)-titleh,1)}).html(tmp.contents());wrap.css(final_pos).fadeIn(currentOpts.transitionIn=='none'?0:currentOpts.speedIn,_finish);}},fancybox_process_inline=function(){tmp.width(selectedOpts.width);tmp.height(selectedOpts.height);if(selectedOpts.width=='auto'){selectedOpts.width=tmp.width();}
if(selectedOpts.height=='auto'){selectedOpts.height=tmp.height();}
fancybox_show();},fancybox_process_image=function(){busy=true;selectedOpts.width=imgPreloader.width;selectedOpts.height=imgPreloader.height;$("<img />").attr({'id':'fancybox-img','src':imgPreloader.src,'alt':selectedOpts.title}).appendTo(tmp);fancybox_show();},fancybox_start=function(){fancybox_abort();var obj=selectedArray[selectedIndex],href,type,title,str,emb,selector,data;selectedOpts=$.extend({},$.fn.fancybox.defaults,(typeof $(obj).data('fancybox')=='undefined'?selectedOpts:$(obj).data('fancybox')));title=obj.title||$(obj).title||selectedOpts.title||'';if(obj.nodeName&&!selectedOpts.orig){selectedOpts.orig=$(obj).children("img:first").length?$(obj).children("img:first"):$(obj);}
if(title===''&&selectedOpts.orig){title=selectedOpts.orig.attr('alt');}
if(obj.nodeName&&(/^(?:javascript|#)/i).test(obj.href)){href=selectedOpts.href||null;}else{href=selectedOpts.href||obj.href||null;}
if(selectedOpts.type){type=selectedOpts.type;if(!href){href=selectedOpts.content;}}else if(selectedOpts.content){type='html';}else if(href){if(href.match(imgRegExp)){type='image';}else if(href.match(swfRegExp)){type='swf';}else if($(obj).hasClass("iframe")){type='iframe';}else if(href.match(/#/)){obj=href.substr(href.indexOf("#"));type=$(obj).length>0?'inline':'ajax';}else{type='ajax';}}else{type='inline';}
selectedOpts.type=type;selectedOpts.href=href;selectedOpts.title=title;if(selectedOpts.autoDimensions&&selectedOpts.type!=='iframe'&&selectedOpts.type!=='swf'){selectedOpts.width='auto';selectedOpts.height='auto';}
if(selectedOpts.modal){selectedOpts.overlayShow=true;selectedOpts.hideOnOverlayClick=false;selectedOpts.hideOnContentClick=false;selectedOpts.enableEscapeButton=false;selectedOpts.showCloseButton=false;}
if($.isFunction(selectedOpts.onStart)){if(selectedOpts.onStart(selectedArray,selectedIndex,selectedOpts)===false){busy=false;return;}}
tmp.css('padding',(shadow+selectedOpts.padding+selectedOpts.margin));$('.fancybox-inline-tmp').unbind('fancybox-cancel').bind('fancybox-change',function(){$(this).replaceWith(inner.children());});switch(type){case'html':tmp.html(selectedOpts.content);fancybox_process_inline();break;case'inline':$('<div class="fancybox-inline-tmp" />').hide().insertBefore($(obj)).bind('fancybox-cleanup',function(){$(this).replaceWith(inner.children());}).bind('fancybox-cancel',function(){$(this).replaceWith(tmp.children());});$(obj).appendTo(tmp);fancybox_process_inline();break;case'image':busy=false;$.fancybox.showActivity();imgPreloader=new Image();imgPreloader.onerror=function(){fancybox_error();};imgPreloader.onload=function(){imgPreloader.onerror=null;imgPreloader.onload=null;fancybox_process_image();};imgPreloader.src=href;break;case'swf':str='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+selectedOpts.width+'" height="'+selectedOpts.height+'"><param name="movie" value="'+href+'"></param>';emb='';$.each(selectedOpts.swf,function(name,val){str+='<param name="'+name+'" value="'+val+'"></param>';emb+=' '+name+'="'+val+'"';});str+='<embed src="'+href+'" type="application/x-shockwave-flash" width="'+selectedOpts.width+'" height="'+selectedOpts.height+'"'+emb+'></embed></object>';tmp.html(str);fancybox_process_inline();break;case'ajax':selector=href.split('#',2);data=selectedOpts.ajax.data||{};if(selector.length>1){href=selector[0];if(typeof data=="string"){data+='&selector='+selector[1];}else{data.selector=selector[1];}}
busy=false;$.fancybox.showActivity();ajaxLoader=$.ajax($.extend(selectedOpts.ajax,{url:href,data:data,error:fancybox_error,success:function(data,textStatus,XMLHttpRequest){if(ajaxLoader.status==200){tmp.html(data);fancybox_process_inline();}}}));break;case'iframe':$('<iframe id="fancybox-frame" name="fancybox-frame'+new Date().getTime()+'" frameborder="0" hspace="0" scrolling="'+selectedOpts.scrolling+'" src="'+selectedOpts.href+'"></iframe>').appendTo(tmp);fancybox_show();break;}},fancybox_animate_loading=function(){if(!loading.is(':visible')){clearInterval(loadingTimer);return;}
$('div',loading).css('top',(loadingFrame*-40)+'px');loadingFrame=(loadingFrame+1)%12;},fancybox_init=function(){if($("#fancybox-wrap").length){return;}
$('body').append(tmp=$('<div id="fancybox-tmp"></div>'),loading=$('<div id="fancybox-loading"><div></div></div>'),overlay=$('<div id="fancybox-overlay"></div>'),wrap=$('<div id="fancybox-wrap"></div>'));if(!$.support.opacity){wrap.addClass('fancybox-ie');loading.addClass('fancybox-ie');}
outer=$('<div id="fancybox-outer"></div>').append('<div class="fancy-bg" id="fancy-bg-n"></div><div class="fancy-bg" id="fancy-bg-ne"></div><div class="fancy-bg" id="fancy-bg-e"></div><div class="fancy-bg" id="fancy-bg-se"></div><div class="fancy-bg" id="fancy-bg-s"></div><div class="fancy-bg" id="fancy-bg-sw"></div><div class="fancy-bg" id="fancy-bg-w"></div><div class="fancy-bg" id="fancy-bg-nw"></div>').appendTo(wrap);outer.append(inner=$('<div id="fancybox-inner"></div>'),close=$('<a id="fancybox-close"></a>'),nav_left=$('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),nav_right=$('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));close.click($.fancybox.close);loading.click($.fancybox.cancel);nav_left.click(function(e){e.preventDefault();$.fancybox.prev();});nav_right.click(function(e){e.preventDefault();$.fancybox.next();});if(isIE6){overlay.get(0).style.setExpression('height',"document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'");loading.get(0).style.setExpression('top',"(-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'");outer.prepend('<iframe id="fancybox-hide-sel-frame" src="javascript:\'\';" scrolling="no" frameborder="0" ></iframe>');}};$.fn.fancybox=function(options){$(this).data('fancybox',$.extend({},options,($.metadata?$(this).metadata():{}))).unbind('click.fb').bind('click.fb',function(e){e.preventDefault();if(busy){return;}
busy=true;$(this).blur();selectedArray=[];selectedIndex=0;var rel=$(this).attr('rel')||'';if(!rel||rel==''||rel==='nofollow'){selectedArray.push(this);}else{selectedArray=$("a[rel="+rel+"], area[rel="+rel+"]");selectedIndex=selectedArray.index(this);}
fancybox_start();return false;});return this;};$.fancybox=function(obj){if(busy){return;}
busy=true;var opts=typeof arguments[1]!=='undefined'?arguments[1]:{};selectedArray=[];selectedIndex=opts.index||0;if($.isArray(obj)){for(var i=0,j=obj.length;i<j;i++){if(typeof obj[i]=='object'){$(obj[i]).data('fancybox',$.extend({},opts,obj[i]));}else{obj[i]=$({}).data('fancybox',$.extend({content:obj[i]},opts));}}
selectedArray=jQuery.merge(selectedArray,obj);}else{if(typeof obj=='object'){$(obj).data('fancybox',$.extend({},opts,obj));}else{obj=$({}).data('fancybox',$.extend({content:obj},opts));}
selectedArray.push(obj);}
if(selectedIndex>selectedArray.length||selectedIndex<0){selectedIndex=0;}
fancybox_start();};$.fancybox.showActivity=function(){clearInterval(loadingTimer);loading.show();loadingTimer=setInterval(fancybox_animate_loading,66);};$.fancybox.hideActivity=function(){loading.hide();};$.fancybox.next=function(){return $.fancybox.pos(currentIndex+1);};$.fancybox.prev=function(){return $.fancybox.pos(currentIndex-1);};$.fancybox.pos=function(pos){if(busy){return;}
pos=parseInt(pos,10);if(pos>-1&&currentArray.length>pos){selectedIndex=pos;fancybox_start();}
if(currentOpts.cyclic&&currentArray.length>1&&pos<0){selectedIndex=currentArray.length-1;fancybox_start();}
if(currentOpts.cyclic&&currentArray.length>1&&pos>=currentArray.length){selectedIndex=0;fancybox_start();}
return;};$.fancybox.cancel=function(){if(busy){return;}
busy=true;$.event.trigger('fancybox-cancel');fancybox_abort();if(selectedOpts&&$.isFunction(selectedOpts.onCancel)){selectedOpts.onCancel(selectedArray,selectedIndex,selectedOpts);}
busy=false;};$.fancybox.close=function(){if(busy||wrap.is(':hidden')){return;}
busy=true;if(currentOpts&&$.isFunction(currentOpts.onCleanup)){if(currentOpts.onCleanup(currentArray,currentIndex,currentOpts)===false){busy=false;return;}}
fancybox_abort();$(close.add(nav_left).add(nav_right)).hide();$('#fancybox-title').remove();wrap.add(inner).add(overlay).unbind();$(window).unbind("resize.fb scroll.fb");$(document).unbind('keydown.fb');function _cleanup(){overlay.fadeOut('fast');wrap.hide();$.event.trigger('fancybox-cleanup');inner.empty();if($.isFunction(currentOpts.onClosed)){currentOpts.onClosed(currentArray,currentIndex,currentOpts);}
currentArray=selectedOpts=[];currentIndex=selectedIndex=0;currentOpts=selectedOpts={};busy=false;}
inner.css('overflow','hidden');if(currentOpts.transitionOut=='elastic'){start_pos=fancybox_get_zoom_from();var pos=wrap.position();final_pos={top:pos.top,left:pos.left,width:wrap.width(),height:wrap.height()};if(currentOpts.opacity){final_pos.opacity=1;}
fx.prop=1;$(fx).animate({prop:0},{duration:currentOpts.speedOut,easing:currentOpts.easingOut,step:fancybox_draw,complete:_cleanup});}else{wrap.fadeOut(currentOpts.transitionOut=='none'?0:currentOpts.speedOut,_cleanup);}};$.fancybox.resize=function(){var c,h;if(busy||wrap.is(':hidden')){return;}
busy=true;c=inner.wrapInner("<div style='overflow:auto'></div>").children();h=c.height();wrap.css({height:h+(currentOpts.padding*2)+titleh});inner.css({height:h});c.replaceWith(c.children());$.fancybox.center();};$.fancybox.center=function(){busy=true;var view=fancybox_get_viewport(),margin=currentOpts.margin,to={};to.top=view[3]+((view[1]-((wrap.height()-titleh)+(shadow*2)))*0.5);to.left=view[2]+((view[0]-(wrap.width()+(shadow*2)))*0.5);to.top=Math.max(view[3]+margin,to.top);to.left=Math.max(view[2]+margin,to.left);wrap.css(to);busy=false;};$.fn.fancybox.defaults={padding:10,margin:20,opacity:false,modal:false,cyclic:false,scrolling:'auto',width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:'transparent'},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.3,overlayColor:'#666',titleShow:true,titlePosition:'outside',titleFormat:null,transitionIn:'fade',transitionOut:'fade',speedIn:300,speedOut:300,changeSpeed:300,changeFade:'fast',easingIn:'swing',easingOut:'swing',showCloseButton:true,showNavArrows:true,enableEscapeButton:true,onStart:null,onCancel:null,onComplete:null,onCleanup:null,onClosed:null};$(document).ready(function(){fancybox_init();});})(jQuery);;(function($){var $scrollTo=$.scrollTo=function(target,duration,settings){$(window).scrollTo(target,duration,settings);};$scrollTo.defaults={axis:'xy',duration:parseFloat($.fn.jquery)>=1.3?0:1};$scrollTo.window=function(scope){return $(window)._scrollable();};$.fn._scrollable=function(){return this.map(function(){var elem=this,isWin=!elem.nodeName||$.inArray(elem.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!isWin)
return elem;var doc=(elem.contentWindow||elem).document||elem.ownerDocument||elem;return $.browser.safari||doc.compatMode=='BackCompat'?doc.body:doc.documentElement;});};$.fn.scrollTo=function(target,duration,settings){if(typeof duration=='object'){settings=duration;duration=0;}
if(typeof settings=='function')
settings={onAfter:settings};if(target=='max')
target=9e9;settings=$.extend({},$scrollTo.defaults,settings);duration=duration||settings.speed||settings.duration;settings.queue=settings.queue&&settings.axis.length>1;if(settings.queue)
duration/=2;settings.offset=both(settings.offset);settings.over=both(settings.over);return this._scrollable().each(function(){var elem=this,$elem=$(elem),targ=target,toff,attr={},win=$elem.is('html,body');switch(typeof targ){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(targ)){targ=both(targ);break;}
targ=$(targ,this);case'object':if(targ.is||targ.style)
toff=(targ=$(targ)).offset();}
$.each(settings.axis.split(''),function(i,axis){var Pos=axis=='x'?'Left':'Top',pos=Pos.toLowerCase(),key='scroll'+Pos,old=elem[key],max=$scrollTo.max(elem,axis);if(toff){attr[key]=toff[pos]+(win?0:old-$elem.offset()[pos]);if(settings.margin){attr[key]-=parseInt(targ.css('margin'+Pos))||0;attr[key]-=parseInt(targ.css('border'+Pos+'Width'))||0;}
attr[key]+=settings.offset[pos]||0;if(settings.over[pos])
attr[key]+=targ[axis=='x'?'width':'height']()*settings.over[pos];}else{var val=targ[pos];attr[key]=val&&val.slice&&val.slice(-1)=='%'?parseFloat(val)/100*max:val;}
if(/^\d+$/.test(attr[key]))
attr[key]=attr[key]<=0?0:Math.min(attr[key],max);if(!i&&settings.queue){if(old!=attr[key])
animate(settings.onAfterFirst);delete attr[key];}});animate(settings.onAfter);function animate(callback){$elem.animate(attr,duration,settings.easing,callback&&function(){callback.call(this,target,settings);});};}).end();};$scrollTo.max=function(elem,axis){var Dim=axis=='x'?'Width':'Height',scroll='scroll'+Dim;if(!$(elem).is('html,body'))
return elem[scroll]-$(elem)[Dim.toLowerCase()]();var size='client'+Dim,html=elem.ownerDocument.documentElement,body=elem.ownerDocument.body;return Math.max(html[scroll],body[scroll])
-Math.min(html[size],body[size]);};function both(val){return typeof val=='object'?val:{top:val,left:val};};})(jQuery);var Cufon=(function(){var api=function(){return api.replace.apply(null,arguments);};var DOM=api.DOM={ready:(function(){var complete=false,readyStatus={loaded:1,complete:1};var queue=[],perform=function(){if(complete)return;complete=true;for(var fn;fn=queue.shift();fn());};if(document.addEventListener){document.addEventListener('DOMContentLoaded',perform,false);window.addEventListener('pageshow',perform,false);}
if(!window.opera&&document.readyState)(function(){readyStatus[document.readyState]?perform():setTimeout(arguments.callee,10);})();if(document.readyState&&document.createStyleSheet)(function(){try{document.body.doScroll('left');perform();}
catch(e){setTimeout(arguments.callee,1);}})();addEvent(window,'load',perform);return function(listener){if(!arguments.length)perform();else complete?listener():queue.push(listener);};})(),root:function(){return document.documentElement||document.body;}};var CSS=api.CSS={Size:function(value,base){this.value=parseFloat(value);this.unit=String(value).match(/[a-z%]*$/)[0]||'px';this.convert=function(value){return value/base*this.value;};this.convertFrom=function(value){return value/this.value*base;};this.toString=function(){return this.value+this.unit;};},addClass:function(el,className){var current=el.className;el.className=current+(current&&' ')+className;return el;},color:cached(function(value){var parsed={};parsed.color=value.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function($0,$1,$2){parsed.opacity=parseFloat($2);return'rgb('+$1+')';});return parsed;}),fontStretch:cached(function(value){if(typeof value=='number')return value;if(/%$/.test(value))return parseFloat(value)/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}[value]||1;}),getStyle:function(el){var view=document.defaultView;if(view&&view.getComputedStyle)return new Style(view.getComputedStyle(el,null));if(el.currentStyle)return new Style(el.currentStyle);return new Style(el.style);},gradient:cached(function(value){var gradient={id:value,type:value.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},colors=value.substr(value.indexOf('(')).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var i=0,l=colors.length,stop;i<l;++i){stop=colors[i].split('=',2).reverse();gradient.stops.push([stop[1]||i/(l-1),stop[0]]);}
return gradient;}),quotedList:cached(function(value){var list=[],re=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,match;while(match=re.exec(value))list.push(match[3]||match[1]);return list;}),recognizesMedia:cached(function(media){var el=document.createElement('style'),sheet,container,supported;el.type='text/css';el.media=media;try{el.appendChild(document.createTextNode('/**/'));}catch(e){}
container=elementsByTagName('head')[0];container.insertBefore(el,container.firstChild);sheet=(el.sheet||el.styleSheet);supported=sheet&&!sheet.disabled;container.removeChild(el);return supported;}),removeClass:function(el,className){var re=RegExp('(?:^|\\s+)'+className+'(?=\\s|$)','g');el.className=el.className.replace(re,'');return el;},supports:function(property,value){var checker=document.createElement('span').style;if(checker[property]===undefined)return false;checker[property]=value;return checker[property]===value;},textAlign:function(word,style,position,wordCount){if(style.get('textAlign')=='right'){if(position>0)word=' '+word;}
else if(position<wordCount-1)word+=' ';return word;},textShadow:cached(function(value){if(value=='none')return null;var shadows=[],currentShadow={},result,offCount=0;var re=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(result=re.exec(value)){if(result[0]==','){shadows.push(currentShadow);currentShadow={};offCount=0;}
else if(result[1]){currentShadow.color=result[1];}
else{currentShadow[['offX','offY','blur'][offCount++]]=result[2];}}
shadows.push(currentShadow);return shadows;}),textTransform:(function(){var map={uppercase:function(s){return s.toUpperCase();},lowercase:function(s){return s.toLowerCase();},capitalize:function(s){return s.replace(/\b./g,function($0){return $0.toUpperCase();});}};return function(text,style){var transform=map[style.get('textTransform')];return transform?transform(text):text;};})(),whiteSpace:(function(){var ignore={inline:1,'inline-block':1,'run-in':1};var wsStart=/^\s+/,wsEnd=/\s+$/;return function(text,style,node,previousElement){if(previousElement){if(previousElement.nodeName.toLowerCase()=='br'){text=text.replace(wsStart,'');}}
if(ignore[style.get('display')])return text;if(!node.previousSibling)text=text.replace(wsStart,'');if(!node.nextSibling)text=text.replace(wsEnd,'');return text;};})()};CSS.ready=(function(){var complete=!CSS.recognizesMedia('all'),hasLayout=false;var queue=[],perform=function(){complete=true;for(var fn;fn=queue.shift();fn());};var links=elementsByTagName('link'),styles=elementsByTagName('style');function isContainerReady(el){return el.disabled||isSheetReady(el.sheet,el.media||'screen');}
function isSheetReady(sheet,media){if(!CSS.recognizesMedia(media||'all'))return true;if(!sheet||sheet.disabled)return false;try{var rules=sheet.cssRules,rule;if(rules){search:for(var i=0,l=rules.length;rule=rules[i],i<l;++i){switch(rule.type){case 2:break;case 3:if(!isSheetReady(rule.styleSheet,rule.media.mediaText))return false;break;default:break search;}}}}
catch(e){}
return true;}
function allStylesLoaded(){if(document.createStyleSheet)return true;var el,i;for(i=0;el=links[i];++i){if(el.rel.toLowerCase()=='stylesheet'&&!isContainerReady(el))return false;}
for(i=0;el=styles[i];++i){if(!isContainerReady(el))return false;}
return true;}
DOM.ready(function(){if(!hasLayout)hasLayout=CSS.getStyle(document.body).isUsable();if(complete||(hasLayout&&allStylesLoaded()))perform();else setTimeout(arguments.callee,10);});return function(listener){if(complete)listener();else queue.push(listener);};})();function Font(data){var face=this.face=data.face,wordSeparators={'\u0020':1,'\u00a0':1,'\u3000':1};this.glyphs=data.glyphs;this.w=data.w;this.baseSize=parseInt(face['units-per-em'],10);this.family=face['font-family'].toLowerCase();this.weight=face['font-weight'];this.style=face['font-style']||'normal';this.viewBox=(function(){var parts=face.bbox.split(/\s+/);var box={minX:parseInt(parts[0],10),minY:parseInt(parts[1],10),maxX:parseInt(parts[2],10),maxY:parseInt(parts[3],10)};box.width=box.maxX-box.minX;box.height=box.maxY-box.minY;box.toString=function(){return[this.minX,this.minY,this.width,this.height].join(' ');};return box;})();this.ascent=-parseInt(face.ascent,10);this.descent=-parseInt(face.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(chars,letterSpacing,wordSpacing){var glyphs=this.glyphs,glyph,kerning,k,jumps=[],width=0,i=-1,j=-1,chr;while(chr=chars[++i]){glyph=glyphs[chr]||this.missingGlyph;if(!glyph)continue;if(kerning){width-=k=kerning[chr]||0;jumps[j]-=k;}
width+=jumps[++j]=~~(glyph.w||this.w)+letterSpacing+(wordSeparators[chr]?wordSpacing:0);kerning=glyph.k;}
jumps.total=width;return jumps;};}
function FontFamily(){var styles={},mapping={oblique:'italic',italic:'oblique'};this.add=function(font){(styles[font.style]||(styles[font.style]={}))[font.weight]=font;};this.get=function(style,weight){var weights=styles[style]||styles[mapping[style]]||styles.normal||styles.italic||styles.oblique;if(!weights)return null;weight={normal:400,bold:700}[weight]||parseInt(weight,10);if(weights[weight])return weights[weight];var up={1:1,99:0}[weight%100],alts=[],min,max;if(up===undefined)up=weight>400;if(weight==500)weight=400;for(var alt in weights){if(!hasOwnProperty(weights,alt))continue;alt=parseInt(alt,10);if(!min||alt<min)min=alt;if(!max||alt>max)max=alt;alts.push(alt);}
if(weight<min)weight=min;if(weight>max)weight=max;alts.sort(function(a,b){return(up?(a>=weight&&b>=weight)?a<b:a>b:(a<=weight&&b<=weight)?a>b:a<b)?-1:1;});return weights[alts[0]];};}
function HoverHandler(){function contains(node,anotherNode){if(node.contains)return node.contains(anotherNode);return node.compareDocumentPosition(anotherNode)&16;}
function onOverOut(e){var related=e.relatedTarget;if(!related||contains(this,related))return;trigger(this,e.type=='mouseover');}
function onEnterLeave(e){trigger(this,e.type=='mouseenter');}
function trigger(el,hoverState){setTimeout(function(){var options=sharedStorage.get(el).options;api.replace(el,hoverState?merge(options,options.hover):options,true);},10);}
this.attach=function(el){if(el.onmouseenter===undefined){addEvent(el,'mouseover',onOverOut);addEvent(el,'mouseout',onOverOut);}
else{addEvent(el,'mouseenter',onEnterLeave);addEvent(el,'mouseleave',onEnterLeave);}};}
function ReplaceHistory(){var list=[],map={};function filter(keys){var values=[],key;for(var i=0;key=keys[i];++i)values[i]=list[map[key]];return values;}
this.add=function(key,args){map[key]=list.push(args)-1;};this.repeat=function(){var snapshot=arguments.length?filter(arguments):list,args;for(var i=0;args=snapshot[i++];)api.replace(args[0],args[1],true);};}
function Storage(){var map={},at=0;function identify(el){return el.cufid||(el.cufid=++at);}
this.get=function(el){var id=identify(el);return map[id]||(map[id]={});};}
function Style(style){var custom={},sizes={};this.extend=function(styles){for(var property in styles){if(hasOwnProperty(styles,property))custom[property]=styles[property];}
return this;};this.get=function(property){return custom[property]!=undefined?custom[property]:style[property];};this.getSize=function(property,base){return sizes[property]||(sizes[property]=new CSS.Size(this.get(property),base));};this.isUsable=function(){return!!style;};}
function addEvent(el,type,listener){if(el.addEventListener){el.addEventListener(type,listener,false);}
else if(el.attachEvent){el.attachEvent('on'+type,function(){return listener.call(el,window.event);});}}
function attach(el,options){var storage=sharedStorage.get(el);if(storage.options)return el;if(options.hover&&options.hoverables[el.nodeName.toLowerCase()]){hoverHandler.attach(el);}
storage.options=options;return el;}
function cached(fun){var cache={};return function(key){if(!hasOwnProperty(cache,key))cache[key]=fun.apply(null,arguments);return cache[key];};}
function getFont(el,style){var families=CSS.quotedList(style.get('fontFamily').toLowerCase()),family;for(var i=0;family=families[i];++i){if(fonts[family])return fonts[family].get(style.get('fontStyle'),style.get('fontWeight'));}
return null;}
function elementsByTagName(query){return document.getElementsByTagName(query);}
function hasOwnProperty(obj,property){return obj.hasOwnProperty(property);}
function merge(){var merged={},arg,key;for(var i=0,l=arguments.length;arg=arguments[i],i<l;++i){for(key in arg){if(hasOwnProperty(arg,key))merged[key]=arg[key];}}
return merged;}
function process(font,text,style,options,node,el){var fragment=document.createDocumentFragment(),processed;if(text==='')return fragment;var separate=options.separate;var parts=text.split(separators[separate]),needsAligning=(separate=='words');if(needsAligning&&HAS_BROKEN_REGEXP){if(/^\s/.test(text))parts.unshift('');if(/\s$/.test(text))parts.push('');}
for(var i=0,l=parts.length;i<l;++i){processed=engines[options.engine](font,needsAligning?CSS.textAlign(parts[i],style,i,l):parts[i],style,options,node,el,i<l-1);if(processed)fragment.appendChild(processed);}
return fragment;}
function replaceElement(el,options){var name=el.nodeName.toLowerCase();if(options.ignore[name])return;var replace=!options.textless[name];var style=CSS.getStyle(attach(el,options)).extend(options);var font=getFont(el,style),node,type,next,anchor,text,lastElement;if(!font)return;for(node=el.firstChild;node;node=next){type=node.nodeType;next=node.nextSibling;if(replace&&type==3){if(anchor){anchor.appendData(node.data);el.removeChild(node);}
else anchor=node;if(next)continue;}
if(anchor){el.replaceChild(process(font,CSS.whiteSpace(anchor.data,style,anchor,lastElement),style,options,node,el),anchor);anchor=null;}
if(type==1){if(node.firstChild){if(node.nodeName.toLowerCase()=='cufon'){engines[options.engine](font,null,style,options,node,el);}
else arguments.callee(node,options);}
lastElement=node;}}}
var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0;var sharedStorage=new Storage();var hoverHandler=new HoverHandler();var replaceHistory=new ReplaceHistory();var initialized=false;var engines={},fonts={},defaultOptions={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(query){return jQuery(query);})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(query){return $$(query);})||(window.$&&function(query){return $(query);})||(document.querySelectorAll&&function(query){return document.querySelectorAll(query);})||elementsByTagName),separate:'words',textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:'none'};var separators={words:/\s/.test('\u00a0')?/[^\S\u00a0]+/:/\s+/,characters:'',none:/^/};api.now=function(){DOM.ready();return api;};api.refresh=function(){replaceHistory.repeat.apply(replaceHistory,arguments);return api;};api.registerEngine=function(id,engine){if(!engine)return api;engines[id]=engine;return api.set('engine',id);};api.registerFont=function(data){if(!data)return api;var font=new Font(data),family=font.family;if(!fonts[family])fonts[family]=new FontFamily();fonts[family].add(font);return api.set('fontFamily','"'+family+'"');};api.replace=function(elements,options,ignoreHistory){options=merge(defaultOptions,options);if(!options.engine)return api;if(!initialized){CSS.addClass(DOM.root(),'cufon-active cufon-loading');CSS.ready(function(){CSS.addClass(CSS.removeClass(DOM.root(),'cufon-loading'),'cufon-ready');});initialized=true;}
if(options.hover)options.forceHitArea=true;if(options.autoDetect)delete options.fontFamily;if(typeof options.textShadow=='string'){options.textShadow=CSS.textShadow(options.textShadow);}
if(typeof options.color=='string'&&/^-/.test(options.color)){options.textGradient=CSS.gradient(options.color);}
else delete options.textGradient;if(!ignoreHistory)replaceHistory.add(elements,arguments);if(elements.nodeType||typeof elements=='string')elements=[elements];CSS.ready(function(){for(var i=0,l=elements.length;i<l;++i){var el=elements[i];if(typeof el=='string')api.replace(options.selector(el),options,true);else replaceElement(el,options);}});return api;};api.set=function(option,value){defaultOptions[option]=value;return api;};return api;})();Cufon.registerEngine('vml',(function(){var ns=document.namespaces;if(!ns)return;ns.add('cvml','urn:schemas-microsoft-com:vml');ns=null;var check=document.createElement('cvml:shape');check.style.behavior='url(#default#VML)';if(!check.coordsize)return;check=null;var HAS_BROKEN_LINEHEIGHT=(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:'+
(HAS_BROKEN_LINEHEIGHT?'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 getFontSizeInPixels(el,value){return getSizeInPixels(el,/(?:em|ex|%)$|^[a-z-]+$/i.test(value)?'1em':value);}
function getSizeInPixels(el,value){if(value==='0')return 0;if(/px$/i.test(value))return parseFloat(value);var style=el.style.left,runtimeStyle=el.runtimeStyle.left;el.runtimeStyle.left=el.currentStyle.left;el.style.left=value.replace('%','em');var result=el.style.pixelLeft;el.style.left=style;el.runtimeStyle.left=runtimeStyle;return result;}
function getSpacingValue(el,style,size,property){var key='computed'+property,value=style[key];if(isNaN(value)){value=style.get(property);style[key]=value=(value=='normal')?0:~~size.convertFrom(getSizeInPixels(el,value));}
return value;}
var fills={};function gradientFill(gradient){var id=gradient.id;if(!fills[id]){var stops=gradient.stops,fill=document.createElement('cvml:fill'),colors=[];fill.type='gradient';fill.angle=180;fill.focus='0';fill.method='sigma';fill.color=stops[0][1];for(var j=1,k=stops.length-1;j<k;++j){colors.push(stops[j][0]*100+'% '+stops[j][1]);}
fill.colors=colors.join(',');fill.color2=stops[k][1];fills[id]=fill;}
return fills[id];}
return function(font,text,style,options,node,el,hasNext){var redraw=(text===null);if(redraw)text=node.alt;var viewBox=font.viewBox;var size=style.computedFontSize||(style.computedFontSize=new Cufon.CSS.Size(getFontSizeInPixels(el,style.get('fontSize'))+'px',font.baseSize));var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-vml';wrapper.alt=text;canvas=document.createElement('cufoncanvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}
if(!hasNext)wrapper.appendChild(document.createElement('cvml:shape'));}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height),roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var minX=viewBox.minX,minY=viewBox.minY;cStyle.height=roundedHeight;cStyle.top=Math.round(size.convert(minY-font.ascent));cStyle.left=Math.round(size.convert(minX));wStyle.height=size.convert(font.height)+'px';var color=style.get('color');var chars=Cufon.CSS.textTransform(text,style).split('');var jumps=font.spacing(chars,getSpacingValue(el,style,size,'letterSpacing'),getSpacingValue(el,style,size,'wordSpacing'));if(!jumps.length)return null;var width=jumps.total;var fullWidth=-minX+width+(viewBox.width-jumps[jumps.length-1]);var shapeWidth=size.convert(fullWidth*stretchFactor),roundedShapeWidth=Math.round(shapeWidth);var coordSize=fullWidth+','+viewBox.height,coordOrigin;var stretch='r'+coordSize+'ns';var fill=options.textGradient&&gradientFill(options.textGradient);var glyphs=font.glyphs,offsetX=0;var shadows=options.textShadow;var i=-1,j=0,chr;while(chr=chars[++i]){var glyph=glyphs[chars[i]]||font.missingGlyph,shape;if(!glyph)continue;if(redraw){shape=canvas.childNodes[j];while(shape.firstChild)shape.removeChild(shape.firstChild);}
else{shape=document.createElement('cvml:shape');canvas.appendChild(shape);}
shape.stroked='f';shape.coordsize=coordSize;shape.coordorigin=coordOrigin=(minX-offsetX)+','+minY;shape.path=(glyph.d?'m'+glyph.d+'xe':'')+'m'+coordOrigin+stretch;shape.fillcolor=color;if(fill)shape.appendChild(fill.cloneNode(false));var sStyle=shape.style;sStyle.width=roundedShapeWidth;sStyle.height=roundedHeight;if(shadows){var shadow1=shadows[0],shadow2=shadows[1];var color1=Cufon.CSS.color(shadow1.color),color2;var shadow=document.createElement('cvml:shadow');shadow.on='t';shadow.color=color1.color;shadow.offset=shadow1.offX+','+shadow1.offY;if(shadow2){color2=Cufon.CSS.color(shadow2.color);shadow.type='double';shadow.color2=color2.color;shadow.offset2=shadow2.offX+','+shadow2.offY;}
shadow.opacity=color1.opacity||(color2&&color2.opacity)||1;shape.appendChild(shadow);}
offsetX+=jumps[j++];}
var cover=shape.nextSibling,coverFill,vStyle;if(options.forceHitArea){if(!cover){cover=document.createElement('cvml:rect');cover.stroked='f';cover.className='cufon-vml-cover';coverFill=document.createElement('cvml:fill');coverFill.opacity=0;cover.appendChild(coverFill);canvas.appendChild(cover);}
vStyle=cover.style;vStyle.width=roundedShapeWidth;vStyle.height=roundedHeight;}
else if(cover)canvas.removeChild(cover);wStyle.width=Math.max(Math.ceil(size.convert(width*stretchFactor)),0);if(HAS_BROKEN_LINEHEIGHT){var yAdjust=style.computedYAdjust;if(yAdjust===undefined){var lineHeight=style.get('lineHeight');if(lineHeight=='normal')lineHeight='1em';else if(!isNaN(lineHeight))lineHeight+='em';style.computedYAdjust=yAdjust=0.5*(getSizeInPixels(el,lineHeight)-parseFloat(wStyle.height));}
if(yAdjust){wStyle.marginTop=Math.ceil(yAdjust)+'px';wStyle.marginBottom=yAdjust+'px';}}
return wrapper;};})());Cufon.registerEngine('canvas',(function(){var check=document.createElement('canvas');if(!check||!check.getContext||!check.getContext.apply)return;check=null;var HAS_INLINE_BLOCK=Cufon.CSS.supports('display','inline-block');var HAS_BROKEN_LINEHEIGHT=!HAS_INLINE_BLOCK&&(document.compatMode=='BackCompat'||/frameset|transitional/i.test(document.doctype.publicId));var styleSheet=document.createElement('style');styleSheet.type='text/css';styleSheet.appendChild(document.createTextNode(('cufon{text-indent:0;}'+'@media screen,projection{'+'cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;'+
(HAS_BROKEN_LINEHEIGHT?'':'font-size:1px;line-height:1px;')+'}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}'+
(HAS_INLINE_BLOCK?'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(styleSheet);function generateFromVML(path,context){var atX=0,atY=0;var code=[],re=/([mrvxe])([^a-z]*)/g,match;generate:for(var i=0;match=re.exec(path);++i){var c=match[2].split(',');switch(match[1]){case'v':code[i]={m:'bezierCurveTo',a:[atX+~~c[0],atY+~~c[1],atX+~~c[2],atY+~~c[3],atX+=~~c[4],atY+=~~c[5]]};break;case'r':code[i]={m:'lineTo',a:[atX+=~~c[0],atY+=~~c[1]]};break;case'm':code[i]={m:'moveTo',a:[atX=~~c[0],atY=~~c[1]]};break;case'x':code[i]={m:'closePath'};break;case'e':break generate;}
context[code[i].m].apply(context,code[i].a);}
return code;}
function interpret(code,context){for(var i=0,l=code.length;i<l;++i){var line=code[i];context[line.m].apply(context,line.a);}}
return function(font,text,style,options,node,el){var redraw=(text===null);if(redraw)text=node.getAttribute('alt');var viewBox=font.viewBox;var size=style.getSize('fontSize',font.baseSize);var expandTop=0,expandRight=0,expandBottom=0,expandLeft=0;var shadows=options.textShadow,shadowOffsets=[];if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];var x=size.convertFrom(parseFloat(shadow.offX));var y=size.convertFrom(parseFloat(shadow.offY));shadowOffsets[i]=[x,y];if(y<expandTop)expandTop=y;if(x>expandRight)expandRight=x;if(y>expandBottom)expandBottom=y;if(x<expandLeft)expandLeft=x;}}
var chars=Cufon.CSS.textTransform(text,style).split('');var jumps=font.spacing(chars,~~size.convertFrom(parseFloat(style.get('letterSpacing'))||0),~~size.convertFrom(parseFloat(style.get('wordSpacing'))||0));if(!jumps.length)return null;var width=jumps.total;expandRight+=viewBox.width-jumps[jumps.length-1];expandLeft+=viewBox.minX;var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-canvas';wrapper.setAttribute('alt',text);canvas=document.createElement('canvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height);var roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var stretchedWidth=width*stretchFactor;var canvasWidth=Math.ceil(size.convert(stretchedWidth+expandRight-expandLeft));var canvasHeight=Math.ceil(size.convert(viewBox.height-expandTop+expandBottom));canvas.width=canvasWidth;canvas.height=canvasHeight;cStyle.width=canvasWidth+'px';cStyle.height=canvasHeight+'px';expandTop+=viewBox.minY;cStyle.top=Math.round(size.convert(expandTop-font.ascent))+'px';cStyle.left=Math.round(size.convert(expandLeft))+'px';var wrapperWidth=Math.max(Math.ceil(size.convert(stretchedWidth)),0)+'px';if(HAS_INLINE_BLOCK){wStyle.width=wrapperWidth;wStyle.height=size.convert(font.height)+'px';}
else{wStyle.paddingLeft=wrapperWidth;wStyle.paddingBottom=(size.convert(font.height)-1)+'px';}
var g=canvas.getContext('2d'),scale=height/viewBox.height;g.scale(scale,scale*roundingFactor);g.translate(-expandLeft,-expandTop);g.save();function renderText(){var glyphs=font.glyphs,glyph,i=-1,j=-1,chr;g.scale(stretchFactor,1);while(chr=chars[++i]){var glyph=glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(glyph.d){g.beginPath();if(glyph.code)interpret(glyph.code,g);else glyph.code=generateFromVML('m'+glyph.d,g);g.fill();}
g.translate(jumps[++j],0);}
g.restore();}
if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];g.save();g.fillStyle=shadow.color;g.translate.apply(g,shadowOffsets[i]);renderText();}}
var gradient=options.textGradient;if(gradient){var stops=gradient.stops,fill=g.createLinearGradient(0,viewBox.minY,0,viewBox.maxY);for(var i=0,l=stops.length;i<l;++i){fill.addColorStop.apply(fill,stops[i]);}
g.fillStyle=fill;}
else g.fillStyle=style.get('color');renderText();return wrapper;};})());Cufon.registerFont({"w":556,"face":{"font-family":"Helvetica Neue","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 5 3 0 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"11","bbox":"-27 -908 1086 213","underline-thickness":"50","underline-position":"-75","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":278},"!":{"d":"74,-111r0,111r111,0r0,-111r-111,0xm177,-494r0,-220r-95,0r0,220r25,311r45,0","w":259},"\"":{"d":"249,-714r0,258r68,0r0,-258r-68,0xm109,-714r0,258r68,0r0,-258r-68,0","w":426},"#":{"d":"231,-424r124,0r-21,150r-124,0xm131,-206r-29,206r69,0r29,-206r124,0r-29,206r69,0r29,-206r101,0r0,-68r-91,0r21,-150r98,0r0,-68r-89,0r29,-205r-69,0r-29,205r-124,0r29,-205r-69,0r-29,205r-111,0r0,68r102,0r-21,150r-107,0r0,68r97,0"},"$":{"d":"251,-63v-78,-13,-140,-65,-141,-155r-85,0v10,138,92,221,226,234r0,82r55,0r0,-82v128,-14,219,-78,219,-216v0,-134,-107,-177,-219,-202r0,-246v61,11,99,50,112,116r85,0v-25,-110,-82,-183,-197,-198r0,-67r-55,0r0,66v-121,12,-202,82,-205,210v-3,136,95,164,205,193r0,265xm306,-314v65,20,129,40,129,123v0,85,-50,122,-129,128r0,-251xm251,-417v-59,-18,-114,-37,-115,-113v-1,-75,51,-114,115,-121r0,234"},"%":{"d":"251,-363v-72,0,-84,-73,-84,-145v0,-73,14,-146,87,-146v73,0,85,72,85,145v0,74,-14,146,-88,146xm254,-709v-119,0,-162,85,-162,203v0,117,44,198,162,198v115,0,160,-86,160,-201v0,-118,-41,-200,-160,-200xm745,-43v-72,0,-84,-73,-84,-145v0,-73,14,-146,87,-146v73,0,85,72,85,145v0,74,-14,146,-88,146xm748,-389v-119,0,-162,85,-162,203v0,117,45,197,162,197v115,0,160,-85,160,-200v0,-118,-41,-200,-160,-200xm726,-722r-538,743r86,0r537,-743r-85,0","w":1000},"&":{"d":"288,-639v84,-5,103,103,50,151v-20,18,-41,34,-63,49v-25,-38,-65,-66,-69,-124v-3,-48,40,-73,82,-76xm256,11v88,-1,166,-40,202,-100r76,89r111,0r-139,-161v25,-52,44,-102,48,-176r-81,0v-2,37,-10,74,-23,111r-129,-157v64,-40,134,-86,134,-185v0,-99,-74,-141,-173,-146v-132,-7,-198,127,-136,236v16,27,36,53,54,79v-82,46,-167,93,-167,216v0,125,84,194,223,194xm259,-63v-95,0,-162,-81,-126,-177v20,-52,67,-79,114,-105r164,197v-31,47,-80,84,-152,85","w":630},"'":{"d":"105,-714r0,258r68,0r0,-258r-68,0","w":278},"(":{"d":"47,-270v0,205,76,337,157,467r65,0v-84,-137,-132,-269,-132,-467v0,-194,47,-327,132,-461r-65,0v-91,118,-157,275,-157,461","w":259},")":{"d":"122,-263v0,192,-47,328,-131,460r64,0v91,-118,157,-274,157,-460v0,-205,-76,-338,-157,-468r-64,0v83,137,131,270,131,468","w":259},"*":{"d":"201,-601r0,-113r-53,0r0,113r-106,-40r-18,48r106,38r-65,91r45,31r65,-96r69,96r41,-31r-66,-91r109,-38r-20,-48","w":352},"+":{"d":"334,-287r0,-219r-68,0r0,219r-218,0r0,68r218,0r0,219r68,0r0,-219r218,0r0,-68r-218,0","w":600},",":{"d":"84,146v71,-20,110,-72,110,-156r0,-101r-111,0r0,111r59,0v1,49,-22,82,-58,96r0,50","w":278},"-":{"d":"50,-318r0,80r289,0r0,-80r-289,0","w":389},".":{"d":"83,-111r0,111r111,0r0,-111r-111,0","w":278},"\/":{"d":"278,-731r-295,747r72,0r296,-747r-73,0","w":333},"0":{"d":"278,-63v-137,0,-145,-149,-146,-286v0,-140,9,-285,146,-285v137,0,146,145,146,285v-1,137,-9,286,-146,286xm278,-709v-199,0,-236,162,-236,361v0,198,37,359,236,359v200,0,236,-161,236,-359v0,-198,-37,-361,-236,-361"},"1":{"d":"291,-709v-16,97,-92,134,-204,133r0,68r184,0r0,508r85,0r0,-709r-65,0"},"2":{"d":"494,-505v4,-169,-169,-243,-322,-185v-84,32,-133,113,-128,232r85,0v0,-99,40,-173,138,-176v104,-3,169,95,125,193v-67,150,-289,164,-346,333v-10,30,-19,66,-22,108r463,0r0,-75r-364,0v33,-128,174,-157,263,-231v56,-47,106,-99,108,-199"},"3":{"d":"390,-520v-3,90,-75,123,-172,115r0,72v113,-15,202,26,202,133v0,90,-65,134,-154,137v-96,3,-148,-65,-151,-156r-85,0v0,151,86,230,236,230v144,0,241,-71,244,-215v2,-93,-51,-154,-128,-174v50,-23,96,-72,98,-141v5,-163,-165,-225,-310,-173v-81,29,-120,106,-125,212r85,0v2,-91,43,-154,134,-154v72,0,128,39,126,114"},"4":{"d":"339,-241r-238,0r236,-347r2,0r0,347xm419,-241r0,-468r-68,0r-323,461r0,82r311,0r0,166r80,0r0,-166r96,0r0,-75r-96,0"},"5":{"d":"280,-467v-53,0,-106,19,-132,51r-2,-2r38,-204r286,0r0,-75r-350,0r-66,368r73,4v31,-36,70,-67,132,-67v100,0,160,61,160,161v0,102,-52,168,-150,168v-87,0,-140,-49,-149,-128r-85,0v7,132,93,202,226,202v154,0,248,-88,248,-235v0,-152,-81,-243,-229,-243"},"6":{"d":"295,-634v69,-1,112,44,119,106r85,0v-9,-114,-80,-181,-200,-181v-205,0,-261,175,-261,380v0,187,52,341,244,340v154,-1,237,-92,237,-237v0,-139,-77,-230,-217,-230v-87,0,-141,34,-177,93v-1,-129,33,-270,170,-271xm139,-221v0,-96,50,-160,147,-160v96,0,143,64,143,161v0,92,-49,157,-143,157v-95,0,-147,-63,-147,-158"},"7":{"d":"237,0v23,-262,131,-476,272,-624r0,-73r-459,0r0,80r372,0v-142,154,-257,347,-280,617r95,0"},"8":{"d":"281,-411v-76,-1,-126,-37,-126,-114v0,-73,51,-108,124,-109v69,-1,119,38,119,109v0,70,-49,115,-117,114xm273,-709v-120,0,-208,60,-208,181v0,69,45,127,99,147v-73,25,-124,85,-124,177v0,145,96,215,241,215v141,0,235,-74,235,-215v0,-96,-47,-153,-126,-177v54,-23,98,-76,98,-147v0,-122,-85,-181,-215,-181xm281,-63v-85,2,-153,-52,-151,-137v3,-88,62,-136,150,-136v85,0,146,50,146,135v0,87,-58,136,-145,138"},"9":{"d":"264,-63v-69,2,-126,-42,-130,-108r-85,0v8,118,93,182,215,182v195,0,246,-165,246,-381v0,-200,-55,-339,-243,-339v-144,0,-233,87,-233,231v0,147,77,237,224,237v76,0,136,-44,164,-98v2,147,-31,272,-158,276xm263,-634v97,0,146,66,146,162v0,92,-53,156,-145,156v-87,0,-140,-64,-140,-150v0,-98,40,-168,139,-168"},":":{"d":"194,-406r0,-111r-111,0r0,111r111,0xm83,-111r0,111r111,0r0,-111r-111,0","w":278},";":{"d":"194,-406r0,-111r-111,0r0,111r111,0xm84,146v71,-20,110,-72,110,-156r0,-101r-111,0r0,111r59,0v1,49,-22,82,-58,96r0,50","w":278},"<":{"d":"554,-446r0,-68r-508,230r0,62r508,229r0,-67r-425,-193","w":600},"=":{"d":"48,-186r0,68r504,0r0,-68r-504,0xm552,-320r0,-68r-504,0r0,68r504,0","w":600},">":{"d":"46,-60r0,67r508,-229r0,-62r-508,-230r0,68r425,193","w":600},"?":{"d":"218,-111r0,111r111,0r0,-111r-111,0xm482,-476v36,-149,-55,-259,-203,-255v-145,4,-221,95,-224,240r85,0v1,-98,43,-159,139,-165v121,-8,154,154,83,228v-62,65,-144,112,-130,254r85,0v-16,-164,134,-175,165,-302"},"@":{"d":"667,-159v-65,92,-230,159,-367,97v-107,-49,-190,-144,-190,-293v0,-148,78,-250,184,-295v213,-91,450,69,378,313v-20,66,-55,140,-125,149v-36,5,-20,-57,-13,-82r84,-284r-63,0r-23,63v-21,-85,-132,-102,-208,-57v-81,48,-139,137,-139,259v0,93,51,155,143,158v54,2,97,-37,124,-67r3,0v2,75,83,77,140,44v85,-49,158,-137,158,-269v0,-153,-92,-244,-209,-285v-215,-76,-407,46,-472,204v-37,90,-38,203,-1,292v62,150,226,265,440,216v99,-23,173,-83,219,-163r-63,0xm407,-220v-61,50,-152,4,-147,-76v5,-83,44,-150,96,-188v62,-45,148,-6,145,72v-3,82,-45,152,-94,192","w":800},"A":{"d":"201,-295r121,-333r2,0r119,333r-242,0xm272,-714r-278,714r97,0r80,-215r302,0r78,215r105,0r-279,-714r-105,0","w":648,"k":{"\u2019":74,"y":18,"w":18,"v":18,"Y":74,"W":24,"V":46,"T":92}},"B":{"d":"515,-521v0,152,-198,107,-342,114r0,-227v145,10,342,-45,342,113xm504,-379v91,-24,136,-159,82,-251v-42,-72,-133,-84,-249,-84r-259,0r0,714r345,0v133,-4,212,-77,217,-205v4,-96,-58,-153,-136,-174xm545,-208v1,81,-52,129,-134,128r-238,0r0,-247v155,9,371,-45,372,119","w":685},"C":{"d":"380,-651v106,0,183,57,200,152r95,0v-24,-148,-128,-232,-294,-232v-225,0,-338,152,-338,376v0,222,106,368,330,371v187,2,292,-112,309,-285r-95,0v-12,122,-76,206,-206,206v-173,0,-243,-126,-243,-299v0,-166,73,-289,242,-289","w":722},"D":{"d":"571,-361v-1,175,-74,277,-240,281r-158,0r0,-554r160,0v173,-1,238,102,238,273xm666,-374v0,-227,-121,-339,-343,-340r-245,0r0,714r245,0v238,-1,343,-135,343,-374","w":704},"E":{"d":"78,-714r0,714r496,0r0,-80r-401,0r0,-247r371,0r0,-80r-371,0r0,-227r398,0r0,-80r-493,0","w":611},"F":{"d":"78,-714r0,714r95,0r0,-327r328,0r0,-80r-328,0r0,-227r374,0r0,-80r-469,0","w":574,"k":{"A":55,".":157,",":157}},"G":{"d":"240,-14v126,59,310,25,372,-75r25,89r60,0r0,-376r-313,0r0,80r228,0v0,146,-83,233,-229,233v-164,0,-245,-121,-245,-285v0,-171,73,-303,245,-303v118,0,193,54,212,157r95,0v-26,-155,-131,-237,-307,-237v-229,0,-340,160,-340,388v0,163,81,275,197,329","w":759},"H":{"d":"78,-714r0,714r95,0r0,-327r376,0r0,327r95,0r0,-714r-95,0r0,307r-376,0r0,-307r-95,0","w":722},"I":{"d":"82,-714r0,714r95,0r0,-714r-95,0","w":259},"J":{"d":"230,16v135,0,211,-66,211,-194r0,-536r-95,0r0,522v-1,81,-29,129,-114,129v-99,0,-119,-71,-115,-172r-95,0v-11,161,58,252,208,251","w":519},"K":{"d":"78,-714r0,714r95,0r0,-250r119,-111r258,361r120,0r-313,-426r301,-288r-123,0r-362,356r0,-356r-95,0","w":667},"L":{"d":"78,-714r0,714r473,0r0,-80r-378,0r0,-634r-95,0","k":{"\u2019":74,"y":37,"Y":111,"W":55,"V":92,"T":92}},"M":{"d":"80,-714r0,714r90,0r0,-594r2,0r223,594r81,0r223,-594r2,0r0,594r90,0r0,-714r-130,0r-226,600r-225,-600r-130,0","w":871},"N":{"d":"77,-714r0,714r90,0r0,-573r2,0r373,573r104,0r0,-714r-90,0r0,579r-2,0r-376,-579r-101,0","w":722},"O":{"d":"380,-63v-170,0,-247,-126,-247,-294v0,-168,77,-294,247,-294v170,0,247,126,247,294v0,168,-77,294,-247,294xm380,-731v-276,3,-394,249,-320,515v38,136,144,232,320,232v225,0,342,-151,342,-373v0,-168,-75,-286,-193,-343v-43,-21,-92,-31,-149,-31","w":760},"P":{"d":"515,-503v0,92,-55,131,-156,131r-186,0r0,-262r186,0v100,0,156,38,156,131xm610,-503v0,-136,-79,-211,-219,-211r-313,0r0,714r95,0r0,-292r218,0v140,3,219,-75,219,-211","w":648,"k":{"A":74,".":179,",":179}},"Q":{"d":"380,-651v212,-3,285,221,227,421v-12,41,-34,74,-62,102r-95,-76r-50,58r79,63v-32,13,-65,20,-99,20v-170,-5,-247,-126,-247,-294v0,-168,77,-291,247,-294xm614,-73v130,-107,141,-413,22,-544v-58,-63,-138,-117,-256,-114v-224,5,-342,152,-342,374v0,168,75,286,193,343v92,44,238,40,320,-12r109,87r48,-60","w":760},"R":{"d":"631,-527v1,-121,-89,-187,-217,-187r-336,0r0,714r95,0r0,-305r232,0v139,-3,116,153,131,275v2,13,7,23,14,30r106,0v-77,-85,14,-316,-149,-344r0,-2v81,-20,123,-87,124,-181xm536,-512v4,168,-206,120,-363,127r0,-249r236,0v84,-2,126,45,127,122","w":685,"k":{"Y":37,"W":18,"V":18,"T":18}},"S":{"d":"314,-651v103,0,169,47,177,146r90,0v-7,-154,-105,-226,-263,-226v-145,0,-259,63,-259,209v0,199,243,169,385,232v40,18,72,43,72,97v-1,100,-83,130,-181,130v-119,0,-205,-52,-208,-172r-90,0v4,174,122,251,295,251v152,0,279,-60,279,-212v0,-207,-233,-188,-385,-246v-39,-15,-72,-37,-72,-87v0,-91,70,-122,160,-122","w":648},"T":{"d":"240,-634r0,634r95,0r0,-634r238,0r0,-80r-571,0r0,80r238,0","w":574,"k":{"y":111,"w":111,"u":92,"s":111,"r":92,"o":111,"e":111,"c":111,"a":111,"A":92,";":111,":":111,".":111,"-":129,",":111}},"U":{"d":"367,16v180,0,281,-92,281,-274r0,-456r-95,0r0,456v1,125,-63,195,-186,195v-127,0,-199,-67,-198,-195r0,-456r-95,0r0,456v-2,189,108,274,293,274","w":722},"V":{"d":"359,0r254,-714r-99,0r-206,619r-2,0r-204,-619r-102,0r251,714r108,0","w":611,"k":{"y":18,"u":37,"r":37,"o":55,"i":18,"e":55,"a":55,"A":46,";":46,":":46,".":129,"-":55,",":129}},"W":{"d":"723,0r191,-714r-95,0r-145,594r-2,0r-158,-594r-103,0r-160,594r-2,0r-140,-594r-97,0r183,714r99,0r165,-600r2,0r163,600r99,0","w":926,"k":{"u":18,"r":18,"o":57,"e":57,"a":37,"A":24,";":18,":":18,".":74,",":74}},"X":{"d":"248,-367r-248,367r106,0r198,-295r192,295r116,0r-251,-367r236,-347r-106,0r-186,279r-178,-279r-114,0","w":611},"Y":{"d":"373,-292r273,-422r-108,0r-209,340r-214,-340r-113,0r276,422r0,292r95,0r0,-292","w":648,"k":{"v":55,"u":74,"q":92,"p":74,"o":111,"i":37,"e":111,"a":92,"A":74,";":92,":":92,".":139,"-":111,",":139}},"Z":{"d":"22,-80r0,80r568,0r0,-80r-455,0r443,-554r0,-80r-522,0r0,80r410,0","w":611},"[":{"d":"259,-663r0,-68r-187,0r0,928r187,0r0,-68r-107,0r0,-792r107,0","w":259},"\\":{"d":"351,16r-296,-747r-72,0r295,747r73,0","w":333},"]":{"d":"0,129r0,68r187,0r0,-928r-187,0r0,68r107,0r0,792r-107,0","w":259},"^":{"d":"268,-697r-218,433r71,0r178,-360r181,360r70,0r-218,-433r-64,0","w":600},"_":{"d":"0,74r0,50r500,0r0,-50r-500,0","w":500},"`":{"d":"-22,-731r130,143r64,0r-86,-143r-108,0","w":222},"a":{"d":"389,-68v-11,79,80,94,133,66r0,-66v-10,3,-19,5,-26,5v-31,-1,-27,-24,-27,-58r0,-266v5,-140,-149,-159,-276,-133v-80,17,-133,69,-137,164r85,0v2,-75,55,-98,129,-98v65,0,118,19,115,86v-4,77,-107,61,-174,76v-93,21,-175,47,-175,159v0,186,283,174,353,65xm226,-63v-56,0,-100,-20,-100,-76v0,-127,176,-77,258,-128r0,87v-9,78,-70,117,-158,117","w":537},"b":{"d":"319,-529v-78,-2,-138,31,-167,82r0,-267r-85,0r0,714r85,0v2,-22,-4,-51,2,-69v31,51,90,80,167,80v160,0,236,-109,236,-268v0,-159,-77,-268,-238,-272xm307,-454v110,0,160,82,160,191v0,113,-41,200,-155,200v-115,0,-163,-82,-163,-196v0,-110,46,-195,158,-195","w":593},"c":{"d":"287,-454v74,0,115,40,128,103r88,0v-14,-118,-94,-178,-223,-178v-165,0,-244,112,-244,277v0,161,80,261,242,263v137,1,211,-77,228,-200r-87,0v-10,77,-56,127,-142,126v-107,-2,-151,-82,-151,-189v0,-116,43,-201,161,-202","w":537},"d":{"d":"286,-63v-110,0,-160,-82,-160,-191v0,-113,41,-200,155,-200v115,0,163,82,163,196v0,110,-46,195,-158,195xm274,11v78,2,139,-30,167,-81r0,70r85,0r0,-714r-85,0r0,266r-2,0v-32,-50,-90,-81,-167,-81v-159,0,-236,110,-236,269v0,159,78,267,238,271","w":593},"e":{"d":"126,-308v-5,-129,163,-193,252,-104v24,24,42,61,45,104r-297,0xm54,-368v-60,186,27,385,230,379v123,-3,201,-66,221,-175r-84,0v-8,116,-196,129,-258,50v-23,-29,-38,-69,-37,-119r387,0v0,-165,-66,-296,-234,-296v-120,0,-195,69,-225,161","w":537},"f":{"d":"297,-714v-100,-26,-205,13,-198,120r0,77r-87,0r0,75r87,0r0,442r85,0r0,-442r100,0r0,-75r-100,0r0,-72v-6,-64,64,-64,113,-51r0,-74","w":296,"k":{"\u2019":-18,"f":18}},"g":{"d":"270,209v167,0,239,-85,240,-253r0,-473r-80,0v-1,24,2,52,-1,74v-27,-52,-81,-86,-154,-86v-163,0,-239,115,-239,273v0,154,76,258,231,261v77,2,135,-39,163,-93v5,132,-29,229,-155,229v-66,0,-127,-22,-134,-84r-85,0v8,110,100,152,214,152xm426,-269v0,110,-42,200,-154,200v-109,0,-146,-89,-146,-197v0,-108,44,-188,153,-188v105,0,147,81,147,185","w":574},"h":{"d":"314,-529v-80,1,-136,34,-165,88r0,-273r-85,0r0,714r85,0r0,-292v3,-100,51,-161,153,-162v64,-1,106,40,105,104r0,350r85,0r0,-340v1,-123,-54,-189,-178,-189"},"i":{"d":"154,-610r0,-104r-85,0r0,104r85,0xm69,-517r0,517r85,0r0,-517r-85,0","w":222},"j":{"d":"154,-610r0,-104r-85,0r0,104r85,0xm-13,193v99,18,167,-25,167,-128r0,-582r-85,0r0,568v5,63,-24,78,-82,69r0,73","w":222},"k":{"d":"69,-714r0,714r85,0r0,-196r80,-74r177,270r108,0r-220,-329r205,-188r-114,0r-236,226r0,-423r-85,0","w":519},"l":{"d":"69,-714r0,714r85,0r0,-714r-85,0","w":222},"m":{"d":"455,-441v-18,-59,-71,-87,-142,-88v-74,-2,-127,33,-169,88r0,-76r-80,0r0,517r85,0r0,-322v9,-74,55,-130,138,-132v72,-1,97,44,97,115r0,339r85,0r0,-322v-1,-80,53,-132,135,-132v74,0,101,43,100,115r0,339r85,0r0,-379v-1,-106,-66,-150,-172,-150v-75,0,-132,38,-162,88","w":853},"n":{"d":"492,-340v1,-123,-54,-189,-178,-189v-79,0,-131,35,-170,94r0,-82r-80,0r0,517r85,0r0,-292v3,-100,51,-161,153,-162v64,-1,106,40,105,104r0,350r85,0r0,-340"},"o":{"d":"287,-63v-108,0,-161,-81,-161,-195v0,-114,52,-196,161,-196v109,0,161,82,161,196v0,114,-53,195,-161,195xm287,-529v-165,0,-251,106,-251,271v0,164,86,269,251,269v166,0,251,-105,251,-269v0,-165,-85,-271,-251,-271","w":574},"p":{"d":"319,-529v-78,-2,-138,31,-167,82r0,-70r-85,0r0,714r85,0r0,-266r2,0v31,51,90,80,167,80v160,0,236,-109,236,-268v0,-159,-77,-268,-238,-272xm307,-454v110,0,160,82,160,191v0,113,-41,200,-155,200v-115,0,-163,-82,-163,-196v0,-110,46,-195,158,-195","w":593},"q":{"d":"286,-63v-110,0,-160,-82,-160,-191v0,-113,41,-200,155,-200v115,0,163,82,163,196v0,110,-46,195,-158,195xm274,11v78,2,139,-30,167,-81r0,267r85,0r0,-714r-85,0v-2,22,4,51,-2,69v-32,-50,-90,-81,-167,-81v-159,0,-236,110,-236,269v0,159,78,267,238,271","w":593},"r":{"d":"333,-529v-106,-3,-150,50,-192,121r0,-109r-80,0r0,517r85,0r0,-230v-1,-133,53,-210,187,-209r0,-90","w":333,"k":{"q":18,"o":18,"n":-18,"g":28,"e":18,"d":18,"c":18,".":92,"-":55,",":92}},"s":{"d":"255,-63v-76,0,-135,-26,-139,-100r-85,0v6,124,92,174,219,174v121,0,220,-40,220,-162v0,-170,-223,-123,-322,-201v-11,-9,-16,-21,-16,-36v2,-55,55,-66,110,-66v65,0,115,25,120,87r85,0v-7,-119,-87,-165,-212,-162v-104,2,-193,42,-193,147v0,164,214,126,313,192v17,11,25,28,25,50v-2,64,-62,77,-125,77","w":500},"t":{"d":"285,-75v-52,-1,-103,12,-103,-46r0,-321r103,0r0,-75r-103,0r0,-155r-85,0r0,155r-88,0r0,75r88,0r0,329v-10,114,77,118,188,113r0,-75","w":315},"u":{"d":"242,11v86,0,133,-38,170,-93r0,82r80,0r0,-517r-85,0r0,292v-3,100,-51,161,-153,162v-64,1,-106,-40,-105,-104r0,-350r-85,0r0,340v-1,123,54,188,178,188"},"v":{"d":"297,0r189,-517r-89,0r-141,431r-2,0r-145,-431r-95,0r192,517r91,0","w":500,"k":{".":74,",":74}},"w":{"d":"576,0r165,-517r-88,0r-116,423r-2,0r-108,-423r-93,0r-104,423r-2,0r-117,-423r-94,0r166,517r92,0r104,-411r2,0r105,411r90,0","w":758,"k":{".":55,",":55}},"x":{"d":"203,-272r-194,272r103,0r144,-214r144,214r109,0r-200,-279r178,-238r-102,0r-129,181r-124,-181r-109,0","w":518},"y":{"d":"58,197v50,17,120,8,148,-23v26,-29,43,-62,61,-106r225,-585r-90,0r-145,423r-2,0r-151,-423r-96,0r205,514v-27,58,-38,154,-131,130r-24,-8r0,78","w":500,"k":{".":74,",":74}},"z":{"d":"22,-65r0,65r436,0r0,-75r-330,0r316,-384r0,-58r-402,0r0,75r292,0","w":480},"{":{"d":"211,-585v1,-43,6,-86,48,-86r50,0r0,-60v-112,-11,-175,30,-178,131v-4,121,30,287,-83,300r0,68v114,11,79,178,83,298v4,101,65,143,178,131r0,-60r-50,0v-42,-2,-48,-44,-48,-86r0,-182v-1,-73,-32,-120,-87,-134r0,-3v51,-17,86,-63,87,-134r0,-183","w":333},"|":{"d":"77,-786r0,999r68,0r0,-999r-68,0","w":222},"}":{"d":"122,51v-1,43,-6,86,-48,86r-50,0r0,60v112,11,175,-30,178,-131v4,-121,-30,-286,83,-298r0,-68v-114,-11,-79,-180,-83,-300v-4,-101,-65,-143,-178,-131r0,60r50,0v42,2,48,45,48,88r0,181v1,73,32,120,87,134r0,3v-51,17,-86,63,-87,134r0,182","w":333},"~":{"d":"189,-255v103,-2,151,101,259,65v39,-13,61,-47,83,-79r-36,-50v-23,31,-39,72,-88,76v-89,-17,-197,-118,-293,-45v-20,15,-34,37,-45,59r36,50v17,-35,35,-75,84,-76","w":600},"\u2122":{"d":"927,-302r0,-412r-104,0r-121,313r-123,-313r-105,0r0,412r68,0r0,-344r2,0r135,344r43,0r135,-344r2,0r0,344r68,0xm390,-659r0,-55r-326,0r0,55r129,0r0,357r68,0r0,-357r129,0","w":990},"\u2026":{"d":"777,-111r0,111r111,0r0,-111r-111,0xm444,-111r0,111r111,0r0,-111r-111,0xm111,-111r0,111r111,0r0,-111r-111,0","w":1000},"\u2013":{"d":"0,-318r0,80r500,0r0,-80r-500,0","w":500},"\u2014":{"d":"130,-318r0,80r740,0r0,-80r-740,0","w":1000},"\u201c":{"d":"176,-714v-118,3,-113,134,-110,258r111,0r0,-111r-59,0v1,-49,10,-95,58,-97r0,-50xm359,-714v-118,3,-113,134,-110,258r111,0r0,-111r-59,0v1,-49,10,-95,58,-97r0,-50","w":426},"\u201d":{"d":"67,-456v119,-3,113,-134,110,-258r-111,0r0,111r59,0v-1,49,-10,95,-58,97r0,50xm250,-456v119,-3,113,-134,110,-258r-111,0r0,111r59,0v-1,49,-10,95,-58,97r0,50","w":426},"\u2018":{"d":"194,-714v-118,3,-113,134,-110,258r111,0r0,-111r-59,0v1,-49,10,-95,58,-97r0,-50","w":278,"k":{"\u2018":95}},"\u2019":{"d":"84,-456v119,-3,113,-134,110,-258r-111,0r0,111r59,0v-1,49,-10,95,-58,97r0,50","w":278,"k":{"\u2019":95,"t":18,"s":74}},"\u00d7":{"d":"71,-72r48,48r182,-182r181,182r48,-48r-181,-182r180,-180r-48,-48r-180,180r-181,-180r-48,48r181,180","w":600},"\u0400":{"d":"78,-714r493,0r0,80r-398,0r0,227r371,0r0,80r-371,0r0,247r401,0r0,80r-496,0r0,-714xm306,-908r86,143r-64,0r-130,-143r108,0","w":611},"\u0401":{"d":"78,-714r493,0r0,80r-398,0r0,227r371,0r0,80r-371,0r0,247r401,0r0,80r-496,0r0,-714xm276,-873r0,104r-89,0r0,-104r89,0xm464,-873r0,104r-90,0r0,-104r90,0","w":611},"\u0402":{"d":"712,-240v0,169,-99,266,-281,245r0,-81v123,11,188,-48,186,-164v-1,-94,-53,-143,-145,-143v-111,0,-168,77,-168,192r0,191r-95,0r0,-634r-207,0r0,-80r570,0r0,80r-268,0r0,254r2,0v32,-53,96,-82,178,-82v143,0,228,77,228,222","w":750},"\u0403":{"d":"84,-714r464,0r0,80r-369,0r0,634r-95,0r0,-714xm452,-908r-131,143r-64,0r86,-143r109,0","w":550},"\u0404":{"d":"680,-248v-19,168,-133,264,-312,264v-218,0,-326,-149,-330,-372v-5,-257,170,-427,436,-361v102,25,183,95,199,209r-94,0v-26,-89,-96,-145,-209,-145v-152,0,-214,112,-235,247r329,0r0,79r-333,0v11,154,81,266,241,266v124,0,193,-74,212,-187r96,0","w":718},"\u0405":{"d":"611,-196v4,227,-336,262,-487,152v-53,-38,-87,-101,-87,-191r90,0v4,120,88,172,208,172v98,0,181,-30,181,-130v0,-114,-132,-114,-228,-139v-111,-29,-229,-54,-229,-190v0,-179,188,-239,361,-196v96,24,157,94,161,213r-90,0v-9,-99,-74,-146,-177,-146v-90,0,-160,31,-160,122v0,107,136,102,228,127v115,31,227,63,229,206","w":648},"\u0406":{"d":"82,-714r95,0r0,714r-95,0r0,-714","w":259},"\u0407":{"d":"82,-714r95,0r0,714r-95,0r0,-714xm80,-873r0,104r-89,0r0,-104r89,0xm268,-873r0,104r-90,0r0,-104r90,0","w":259},"\u0408":{"d":"441,-178v-3,128,-76,194,-211,194v-150,1,-220,-89,-208,-251r95,0v-4,101,16,172,115,172v85,0,114,-48,114,-129r0,-522r95,0r0,536","w":519},"\u0409":{"d":"1067,-211v0,137,-80,212,-219,211r-318,0r0,-634r-263,0v0,79,-1,146,-4,202v-7,147,-19,269,-67,365v-33,66,-117,92,-206,67r0,-80v27,6,79,13,102,-4v53,-39,59,-123,69,-214v14,-124,16,-256,16,-416r448,0r0,291r223,0v139,-1,219,74,219,212xm816,-80v104,0,156,-44,156,-131v0,-89,-52,-133,-156,-133r-191,0r0,264r191,0","w":1105},"\u040a":{"d":"1086,-206v0,138,-80,206,-219,206r-318,0r0,-333r-376,0r0,333r-95,0r0,-714r95,0r0,301r376,0r0,-301r95,0r0,301r223,0v139,0,219,68,219,207xm991,-206v-3,-95,-57,-128,-156,-128r-191,0r0,254v152,-5,352,37,347,-126","w":1124},"\u040b":{"d":"607,-239v4,-98,-43,-142,-145,-142v-68,0,-108,15,-159,29r0,352r-95,0r0,-634r-207,0r0,-80r570,0r0,80r-268,0r0,203v48,-12,101,-31,159,-31v157,0,240,71,240,217r0,245r-95,0r0,-239","w":750},"\u040c":{"d":"78,-714r95,0r0,356r362,-356r123,0r-301,288r313,426r-120,0r-258,-361r-119,111r0,250r-95,0r0,-714xm491,-908r-131,143r-64,0r86,-143r109,0","w":667},"\u040d":{"d":"78,-714r95,0r0,605r359,-605r120,0r0,714r-95,0r0,-607r-360,607r-119,0r0,-714xm346,-908r86,143r-64,0r-130,-143r108,0","w":730},"\u040e":{"d":"61,-79v47,15,115,11,142,-21v22,-27,40,-61,56,-94r-258,-520r103,0r206,428r201,-428r101,0r-274,561v-53,119,-128,192,-277,152r0,-78xm462,-899v-13,77,-60,138,-150,138v-85,0,-143,-62,-152,-138r51,0v15,47,48,71,100,71v51,0,84,-24,100,-71r51,0","w":611},"\u040f":{"d":"310,0r-232,0r0,-714r95,0r0,634r366,0r0,-634r95,0r0,714r-230,0r0,177r-94,0r0,-177","w":712},"\u0410":{"d":"272,-714r105,0r279,714r-105,0r-78,-215r-302,0r-80,215r-97,0xm443,-295r-119,-333r-2,0r-121,333r242,0","w":648},"\u0411":{"d":"630,-211v0,137,-80,212,-219,211r-333,0r0,-714r489,0r0,80r-394,0r0,210r238,0v139,-1,219,75,219,213xm380,-80v104,0,156,-44,156,-131v0,-89,-52,-133,-156,-133r-207,0r0,264r207,0","w":675},"\u0412":{"d":"640,-205v0,128,-85,205,-217,205r-345,0r0,-714r308,0v133,-2,220,49,224,175v2,84,-47,134,-106,162v82,16,136,79,136,172xm545,-208v0,-164,-218,-110,-372,-119r0,247r238,0v82,1,135,-47,134,-128xm515,-521v0,-158,-198,-103,-342,-113r0,227v144,-7,342,38,342,-114","w":685},"\u0413":{"d":"84,-714r464,0r0,80r-369,0r0,634r-95,0r0,-714","w":550},"\u0414":{"d":"79,-80v80,-156,99,-390,93,-634r460,0r0,634r79,0r0,257r-91,0r0,-177r-520,0r0,177r-91,0r0,-257r70,0xm264,-634v5,212,-18,412,-81,554r354,0r0,-554r-273,0","w":729},"\u0415":{"d":"78,-714r493,0r0,80r-398,0r0,227r371,0r0,80r-371,0r0,247r401,0r0,80r-496,0r0,-714","w":611},"\u0416":{"d":"313,-420r-284,-294r118,0r312,333r0,-333r93,0r0,333r312,-333r118,0r-284,294r316,420r-118,0r-260,-354r-84,88r0,266r-93,0r0,-266r-84,-88r-260,354r-118,0","w":1011},"\u0417":{"d":"466,-379v106,17,176,125,128,243v-37,92,-127,153,-262,152v-176,-2,-292,-75,-295,-251r91,0v4,123,87,174,212,174v101,0,172,-50,175,-149v4,-123,-122,-130,-244,-123r0,-78v114,11,223,-8,219,-126v-3,-87,-67,-116,-153,-116v-108,0,-167,45,-177,147r-91,0v8,-154,112,-225,271,-225v140,0,244,55,244,194v0,84,-55,131,-118,155r0,3","w":654},"\u0418":{"d":"78,-714r95,0r0,605r359,-605r120,0r0,714r-95,0r0,-607r-360,607r-119,0r0,-714","w":730},"\u0419":{"d":"78,-714r95,0r0,605r359,-605r120,0r0,714r-95,0r0,-607r-360,607r-119,0r0,-714xm515,-899v-13,77,-60,138,-150,138v-85,0,-143,-62,-152,-138r51,0v15,47,48,71,100,71v51,0,84,-24,100,-71r51,0","w":730},"\u041a":{"d":"78,-714r95,0r0,356r362,-356r123,0r-301,288r313,426r-120,0r-258,-361r-119,111r0,250r-95,0r0,-714","w":667},"\u041b":{"d":"142,-10v-38,26,-104,22,-152,10r0,-80v27,6,79,13,102,-4v53,-39,59,-123,69,-214v14,-124,16,-256,16,-416r448,0r0,714r-95,0r0,-634r-263,0v0,79,-1,146,-4,202v-7,147,-16,270,-67,365v-15,25,-34,43,-54,57","w":703},"\u041c":{"d":"80,-714r130,0r225,600r226,-600r130,0r0,714r-90,0r0,-594r-2,0r-223,594r-81,0r-223,-594r-2,0r0,594r-90,0r0,-714","w":871},"\u041d":{"d":"78,-714r95,0r0,307r376,0r0,-307r95,0r0,714r-95,0r0,-327r-376,0r0,327r-95,0r0,-714","w":722},"\u041e":{"d":"529,-14v-82,40,-215,37,-298,0v-151,-67,-236,-280,-171,-484v43,-135,144,-233,320,-233v225,0,342,152,342,374v0,168,-75,286,-193,343xm133,-357v0,168,77,294,247,294v170,0,247,-126,247,-294v0,-168,-77,-294,-247,-294v-170,0,-247,126,-247,294","w":760},"\u041f":{"d":"78,-714r556,0r0,714r-95,0r0,-634r-366,0r0,634r-95,0r0,-714","w":712},"\u0420":{"d":"610,-503v0,136,-78,211,-219,211r-218,0r0,292r-95,0r0,-714r313,0v141,-1,219,74,219,211xm515,-503v0,-93,-56,-132,-156,-131r-186,0r0,262r186,0v100,0,156,-38,156,-131","w":648},"\u0421":{"d":"682,-269v-17,175,-120,287,-309,285v-224,-3,-330,-149,-330,-371v0,-171,73,-290,192,-347v102,-49,268,-30,341,30v49,40,88,96,99,173r-95,0v-18,-95,-94,-152,-200,-152v-169,0,-242,123,-242,289v0,173,70,299,243,299v130,0,195,-84,206,-206r95,0","w":722},"\u0422":{"d":"240,-634r-238,0r0,-80r571,0r0,80r-238,0r0,634r-95,0r0,-634","w":574},"\u0423":{"d":"61,-79v47,15,115,11,142,-21v22,-27,40,-61,56,-94r-258,-520r103,0r206,428r201,-428r101,0r-274,561v-53,119,-128,192,-277,152r0,-78","w":611},"\u0424":{"d":"791,-359v0,199,-132,286,-333,289r0,86r-95,0r0,-86v-200,-4,-333,-93,-333,-289v0,-197,133,-290,333,-295r0,-77r95,0r0,77v201,4,333,97,333,295xm363,-577v-152,3,-238,74,-238,218v0,146,87,205,238,212r0,-430xm458,-147v151,-7,238,-66,238,-212v0,-143,-86,-215,-238,-218r0,430","w":821},"\u0425":{"d":"248,-367r-235,-347r114,0r178,279r186,-279r106,0r-236,347r251,367r-116,0r-192,-295r-198,295r-106,0","w":611},"\u0426":{"d":"611,0r-533,0r0,-714r95,0r0,634r357,0r0,-634r95,0r0,634r77,0r0,257r-91,0r0,-177","w":720},"\u0427":{"d":"287,-358v73,0,150,-15,198,-28r0,-328r95,0r0,714r-95,0r0,-306r-87,18v-33,5,-75,11,-111,11v-159,2,-240,-68,-240,-217r0,-220r94,0r0,212v-5,101,42,144,146,144","w":658},"\u0428":{"d":"78,-714r95,0r0,634r305,0r0,-634r95,0r0,634r305,0r0,-634r95,0r0,714r-895,0r0,-714","w":1051},"\u0429":{"d":"962,0r-884,0r0,-714r95,0r0,634r305,0r0,-634r95,0r0,634r305,0r0,-634r95,0r0,634r81,0r0,257r-92,0r0,-177","w":1072},"\u042a":{"d":"740,-211v0,137,-80,212,-219,211r-318,0r0,-634r-201,0r0,-80r296,0r0,291r223,0v139,-1,219,74,219,212xm489,-80v104,0,156,-44,156,-131v0,-89,-52,-133,-156,-133r-191,0r0,264r191,0","w":778},"\u042b":{"d":"605,-211v0,137,-80,212,-219,211r-308,0r0,-714r95,0r0,291r213,0v139,-1,219,74,219,212xm354,-80v104,0,156,-44,156,-131v0,-89,-52,-133,-156,-133r-181,0r0,264r181,0xm699,-714r95,0r0,714r-95,0r0,-714","w":872},"\u042c":{"d":"615,-211v0,137,-80,212,-219,211r-318,0r0,-714r95,0r0,291r223,0v139,-1,219,74,219,212xm364,-80v104,0,156,-44,156,-131v0,-89,-52,-133,-156,-133r-191,0r0,264r191,0","w":653},"\u042d":{"d":"346,-731v225,0,334,152,334,375v0,224,-112,372,-330,372v-179,0,-293,-96,-312,-264r96,0v19,113,87,187,212,187v160,0,230,-112,241,-266r-333,0r0,-79r329,0v-21,-135,-83,-247,-235,-247v-113,0,-183,56,-209,145r-94,0v24,-145,140,-223,301,-223","w":718},"\u042e":{"d":"320,-407v25,-186,125,-324,330,-324v218,0,332,155,332,374v0,168,-74,286,-191,343v-78,38,-198,40,-277,3v-114,-53,-184,-162,-195,-316r-146,0r0,327r-95,0r0,-714r95,0r0,307r147,0xm413,-357v0,164,73,294,237,294v164,0,237,-130,237,-294v0,-164,-73,-294,-237,-294v-164,0,-237,130,-237,294","w":1020},"\u042f":{"d":"61,-508v0,-138,87,-206,225,-206r306,0r0,714r-94,0r0,-294r-159,0r-221,294r-118,0r232,-300v-100,-15,-171,-89,-171,-208xm156,-508v2,93,63,135,162,134r180,0r0,-260v-151,4,-346,-32,-342,126","w":671},"\u0430":{"d":"389,-68v-71,109,-353,120,-353,-65v0,-160,167,-150,297,-179v30,-7,52,-21,52,-56v0,-67,-50,-86,-115,-86v-74,0,-127,23,-129,98r-85,0v6,-123,92,-172,219,-173v110,-1,194,31,194,142r0,266v-3,47,8,69,53,53r0,66v-15,9,-35,13,-61,13v-48,-1,-73,-27,-72,-79xm126,-139v0,56,43,76,100,76v89,0,158,-38,158,-117r0,-87v-72,54,-258,-6,-258,128","w":537},"\u0431":{"d":"537,-254v-2,165,-81,256,-242,265v-263,14,-283,-306,-215,-534v31,-106,105,-164,236,-174v50,-4,106,0,119,-34r85,0v2,145,-191,83,-291,133v-67,34,-99,107,-111,197r3,0v28,-64,90,-118,181,-117v152,0,237,103,235,264xm137,-251v0,110,54,194,159,190v103,-3,152,-81,154,-191v2,-111,-53,-195,-156,-195v-103,0,-157,85,-157,196","w":573},"\u0432":{"d":"502,-152v-2,95,-62,152,-157,152r-281,0r0,-517r239,0v99,0,177,26,177,126v0,62,-34,88,-76,112v59,11,100,57,98,127xm414,-158v2,-110,-161,-70,-266,-77r0,163r181,0v54,1,85,-35,85,-86xm392,-378v0,-99,-150,-59,-244,-67r0,140v98,-6,244,29,244,-73","w":540},"\u0433":{"d":"66,-517r354,0r0,75r-269,0r0,442r-85,0r0,-517","w":424},"\u0434":{"d":"64,-75v52,-111,71,-272,65,-442r374,0r0,442r70,0r0,232r-81,0r0,-157r-408,0r0,157r-81,0r0,-232r61,0xm212,-442v3,141,-20,271,-60,367r266,0r0,-367r-206,0","w":589},"\u0435":{"d":"505,-164v-20,111,-97,175,-221,175v-167,0,-248,-105,-248,-271v0,-159,87,-269,243,-269v168,0,233,129,234,296r-387,0v0,106,55,170,161,170v75,0,121,-36,134,-101r84,0xm423,-308v4,-128,-166,-193,-254,-103v-24,25,-40,60,-43,103r297,0","w":537},"\u0436":{"d":"226,-304r-197,-213r105,0r215,240r0,-240r85,0r0,240r215,-240r105,0r-197,213r226,304r-105,0r-177,-250r-67,65r0,185r-85,0r0,-185r-67,-65r-177,250r-105,0","w":783},"\u0437":{"d":"468,-153v5,176,-263,202,-375,118v-39,-30,-60,-74,-63,-131r86,0v-8,138,261,144,264,15v2,-85,-88,-86,-179,-83r0,-69v84,3,166,-2,164,-83v-1,-47,-49,-75,-109,-73v-71,2,-123,28,-131,94r-86,0v8,-118,96,-164,218,-164v106,0,189,36,194,139v4,60,-43,95,-83,110v60,12,98,54,100,127","w":506},"\u0438":{"d":"64,-517r85,0r0,422r244,-422r109,0r0,517r-85,0r0,-422r-244,422r-109,0r0,-517","w":566},"\u0439":{"d":"64,-517r85,0r0,422r244,-422r109,0r0,517r-85,0r0,-422r-244,422r-109,0r0,-517xm425,-726v-12,75,-58,133,-142,133v-82,0,-135,-58,-144,-133r51,0v13,44,41,69,92,69v53,0,77,-26,92,-69r51,0","w":566},"\u043a":{"d":"64,-517r85,0r0,247r237,-247r113,0r-208,204r235,313r-109,0r-187,-254r-81,79r0,175r-85,0r0,-517","w":526},"\u043b":{"d":"0,-70v35,7,87,12,100,-18v47,-105,31,-271,36,-429r363,0r0,517r-85,0r0,-442r-196,0v0,78,-1,141,-4,189v-6,99,-14,166,-54,220v-31,42,-101,44,-160,32r0,-69","w":563},"\u043c":{"d":"64,-517r122,0r157,419r2,0r157,-419r122,0r0,517r-85,0r0,-410r-156,410r-78,0r-156,-410r0,410r-85,0r0,-517","w":688},"\u043d":{"d":"64,-517r85,0r0,206r262,0r0,-206r85,0r0,517r-85,0r0,-238r-262,0r0,238r-85,0r0,-517","w":560},"\u043e":{"d":"538,-258v0,164,-86,269,-251,269v-166,0,-251,-105,-251,-269v0,-165,85,-271,251,-271v165,0,251,106,251,271xm126,-258v0,114,53,195,161,195v108,0,161,-81,161,-195v0,-114,-52,-196,-161,-196v-109,0,-161,82,-161,196","w":574},"\u043f":{"d":"64,-517r422,0r0,517r-85,0r0,-442r-252,0r0,442r-85,0r0,-517","w":550},"\u0440":{"d":"321,11v-79,0,-134,-33,-169,-80r0,266r-85,0r0,-714r85,0v2,22,-4,52,2,70v25,-55,89,-82,165,-82v161,0,238,113,238,272v0,160,-76,268,-236,268xm149,-259v0,114,48,196,163,196v114,0,155,-87,155,-200v0,-109,-50,-191,-160,-191v-112,0,-158,84,-158,195","w":593},"\u0441":{"d":"506,-189v-18,124,-90,200,-228,200v-162,0,-239,-101,-242,-263v-3,-194,126,-315,326,-266v79,20,131,76,141,167r-88,0v-13,-63,-54,-103,-128,-103v-118,1,-161,86,-161,202v0,107,43,187,151,189v86,1,132,-49,142,-126r87,0","w":537},"\u0442":{"d":"189,-442r-185,0r0,-75r455,0r0,75r-185,0r0,442r-85,0r0,-442","w":463},"\u0443":{"d":"238,132v-26,59,-99,91,-180,65r0,-78v26,11,68,19,92,0v33,-26,44,-81,63,-122r-205,-514r96,0r151,423r2,0r145,-423r90,0r-225,585v-10,25,-21,46,-29,64","w":500},"\u0444":{"d":"552,11v-40,1,-92,-27,-110,-50r0,236r-84,0r0,-236v-27,24,-62,50,-110,50v-155,0,-205,-123,-208,-277v-3,-149,65,-263,201,-263v51,0,91,28,117,56r0,-241r84,0r0,241v26,-29,65,-56,117,-56v136,0,204,114,201,263v-3,154,-53,274,-208,277xm128,-264v0,105,25,202,130,205v48,1,100,-28,100,-67r0,-260v-14,-45,-50,-72,-105,-72v-100,0,-125,91,-125,194xm442,-126v7,39,52,68,100,67v105,-3,130,-100,130,-205v0,-103,-25,-194,-125,-194v-55,0,-91,27,-105,72r0,260","w":800},"\u0445":{"d":"203,-272r-180,-245r109,0r124,181r129,-181r102,0r-178,238r200,279r-109,0r-144,-214r-144,214r-103,0","w":518},"\u0446":{"d":"467,0r-403,0r0,-517r85,0r0,442r244,0r0,-442r85,0r0,442r70,0r0,232r-81,0r0,-157","w":564},"\u0447":{"d":"131,-354v-8,126,155,90,243,67r0,-230r85,0r0,517r-85,0r0,-217v-43,13,-104,25,-160,25v-102,0,-169,-46,-168,-148r0,-177r85,0r0,163","w":523},"\u0448":{"d":"64,-517r85,0r0,442r213,0r0,-442r85,0r0,442r213,0r0,-442r85,0r0,517r-681,0r0,-517","w":809},"\u0449":{"d":"734,0r-670,0r0,-517r85,0r0,442r213,0r0,-442r85,0r0,442r213,0r0,-442r85,0r0,442r70,0r0,232r-81,0r0,-157","w":831},"\u044a":{"d":"589,-161v0,97,-65,161,-164,161r-273,0r0,-442r-149,0r0,-75r234,0r0,198r184,0v99,-1,168,58,168,158xm394,-75v71,0,107,-29,107,-86v0,-57,-36,-85,-107,-85r-157,0r0,171r157,0","w":617},"\u044b":{"d":"477,-161v0,97,-65,161,-164,161r-249,0r0,-517r85,0r0,198r160,0v99,-1,168,58,168,158xm282,-75v71,0,107,-29,107,-86v0,-57,-36,-85,-107,-85r-133,0r0,171r133,0xm559,-517r85,0r0,517r-85,0r0,-517","w":708},"\u044c":{"d":"506,-161v0,97,-65,161,-164,161r-273,0r0,-517r85,0r0,198r184,0v99,-1,168,58,168,158xm311,-75v71,0,107,-29,107,-86v0,-57,-36,-85,-107,-85r-157,0r0,171r157,0","w":534},"\u044d":{"d":"501,-266v0,170,-83,274,-251,277v-125,2,-209,-69,-217,-186r87,0v14,77,58,115,132,115v100,-1,155,-71,159,-174r-216,0r0,-69r215,0v-14,-91,-58,-155,-158,-155v-66,0,-108,31,-127,94r-88,0v18,-106,93,-167,216,-165v163,2,248,98,248,263","w":537},"\u044e":{"d":"738,-258v0,160,-81,269,-241,269v-153,0,-229,-99,-241,-244r-107,0r0,233r-85,0r0,-517r85,0r0,211r110,0v19,-131,92,-223,238,-223v160,0,241,111,241,271xm346,-258v-2,112,52,195,151,195v105,0,151,-84,151,-195v0,-111,-46,-196,-151,-196v-106,0,-148,85,-151,196","w":774},"\u044f":{"d":"48,-358v0,-97,64,-159,162,-159r262,0r0,517r-85,0r0,-199r-113,0r-158,199r-113,0r170,-202v-72,-10,-125,-72,-125,-156xm135,-357v0,59,36,86,102,85r150,0r0,-170r-150,0v-65,-1,-102,27,-102,85","w":536},"\u0450":{"d":"505,-164v-20,111,-97,175,-221,175v-167,0,-248,-105,-248,-271v0,-159,87,-269,243,-269v168,0,233,129,234,296r-387,0v0,106,55,170,161,170v75,0,121,-36,134,-101r84,0xm423,-308v4,-128,-166,-193,-254,-103v-24,25,-40,60,-43,103r297,0xm259,-731r86,143r-64,0r-130,-143r108,0","w":537},"\u0451":{"d":"505,-164v-20,111,-97,175,-221,175v-167,0,-248,-105,-248,-271v0,-159,87,-269,243,-269v168,0,233,129,234,296r-387,0v0,106,55,170,161,170v75,0,121,-36,134,-101r84,0xm423,-308v4,-128,-166,-193,-254,-103v-24,25,-40,60,-43,103r297,0xm219,-696r0,104r-89,0r0,-104r89,0xm407,-696r0,104r-90,0r0,-104r90,0","w":537},"\u0452":{"d":"502,-29v5,169,-100,246,-273,222r0,-76v123,17,188,-27,188,-155r0,-292v1,-71,-40,-115,-109,-113v-93,2,-149,57,-149,153r0,290r-85,0r0,-566r-95,0r0,-70r95,0r0,-78r85,0r0,78r206,0r0,70r-206,0v2,45,-4,99,2,140v31,-61,87,-91,167,-91v116,0,174,63,174,189r0,299","w":566},"\u0453":{"d":"66,-517r354,0r0,75r-269,0r0,442r-85,0r0,-517xm369,-731r-131,143r-64,0r86,-143r109,0","w":424},"\u0454":{"d":"504,-175v-8,117,-92,188,-217,186v-168,-2,-251,-107,-251,-277v0,-165,85,-261,248,-263v123,-2,198,59,216,165r-88,0v-19,-63,-61,-94,-127,-94v-100,0,-144,65,-158,155r215,0r0,69r-216,0v5,104,59,174,159,174v74,0,118,-38,132,-115r87,0","w":537},"\u0455":{"d":"470,-151v1,148,-160,182,-302,153v-80,-16,-133,-70,-137,-165r85,0v3,75,63,100,139,100v63,0,125,-13,125,-77v0,-105,-169,-79,-250,-120v-47,-23,-88,-53,-88,-122v0,-156,225,-180,340,-114v40,23,61,67,65,129r-85,0v-6,-62,-55,-87,-120,-87v-55,0,-107,12,-110,66v28,108,206,68,286,134v29,23,52,52,52,103","w":500},"\u0456":{"d":"69,-517r85,0r0,517r-85,0r0,-517xm69,-714r85,0r0,104r-85,0r0,-104","w":222},"\u0457":{"d":"62,-696r0,104r-89,0r0,-104r89,0xm250,-696r0,104r-90,0r0,-104r90,0xm69,-517r85,0r0,517r-85,0r0,-517","w":222},"\u0458":{"d":"154,65v4,103,-67,146,-167,128r0,-73v56,8,82,-5,82,-69r0,-568r85,0r0,582xm69,-714r85,0r0,104r-85,0r0,-104","w":222},"\u0459":{"d":"851,-161v0,97,-65,161,-164,161r-273,0r0,-442r-196,0v0,78,-1,141,-4,189v-6,99,-14,166,-54,220v-31,42,-101,44,-160,32r0,-69v35,7,87,12,100,-18v47,-105,31,-271,36,-429r363,0r0,198r184,0v99,-1,168,58,168,158xm656,-75v71,0,107,-29,107,-86v0,-57,-36,-85,-107,-85r-157,0r0,171r157,0","w":879},"\u045a":{"d":"848,-158v0,98,-65,158,-164,158r-273,0r0,-240r-262,0r0,240r-85,0r0,-517r85,0r0,204r262,0r0,-204r85,0r0,204r184,0v99,0,168,55,168,155xm760,-158v0,-116,-157,-74,-264,-82r0,165r157,0v71,0,107,-28,107,-83","w":876},"\u045b":{"d":"312,-442v-102,1,-153,62,-153,162r0,280r-85,0r0,-566r-95,0r0,-70r95,0r0,-78r85,0r0,78r206,0r0,70r-206,0v2,44,-4,97,2,137v25,-57,85,-87,163,-88v124,-2,179,66,178,189r0,328r-85,0r0,-338v1,-64,-41,-105,-105,-104","w":566},"\u045c":{"d":"64,-517r85,0r0,247r237,-247r113,0r-208,204r235,313r-109,0r-187,-254r-81,79r0,175r-85,0r0,-517xm410,-731r-131,143r-64,0r86,-143r109,0","w":526},"\u045d":{"d":"64,-517r85,0r0,422r244,-422r109,0r0,517r-85,0r0,-422r-244,422r-109,0r0,-517xm274,-731r86,143r-64,0r-130,-143r108,0","w":566},"\u045e":{"d":"238,132v-26,59,-99,91,-180,65r0,-78v26,11,68,19,92,0v33,-26,44,-81,63,-122r-205,-514r96,0r151,423r2,0r145,-423r90,0r-225,585v-10,25,-21,46,-29,64xm398,-726v-12,75,-58,133,-142,133v-82,0,-135,-58,-144,-133r51,0v13,44,41,69,92,69v53,0,77,-26,92,-69r51,0","w":500},"\u045f":{"d":"232,0r-168,0r0,-517r85,0r0,442r252,0r0,-442r85,0r0,517r-169,0r0,157r-85,0r0,-157","w":550},"\u0462":{"d":"692,-211v0,137,-80,212,-219,211r-313,0r0,-541r-160,0r0,-80r160,0r0,-93r95,0r0,93r238,0r0,80r-238,0r0,118r218,0v139,-1,219,74,219,212xm441,-80v104,0,156,-44,156,-131v0,-89,-52,-133,-156,-133r-186,0r0,264r186,0","w":730},"\u0463":{"d":"553,-161v0,97,-65,161,-164,161r-273,0r0,-442r-120,0r0,-75r120,0r0,-197r85,0r0,197r185,0r0,75r-185,0r0,123r184,0v99,-1,168,58,168,158xm358,-75v71,0,107,-29,107,-86v0,-57,-36,-85,-107,-85r-157,0r0,171r157,0","w":581},"\u046a":{"d":"303,-327v-101,-2,-145,40,-145,138r0,189r-95,0r0,-195v-3,-171,124,-223,314,-210r-202,-309r584,0r-202,309r75,0v156,-2,240,66,240,210r0,195r-95,0r0,-189v4,-98,-44,-138,-145,-138r-117,0r0,327r-95,0r0,-327r-117,0xm605,-639r-271,0r133,220","w":935},"\u046b":{"d":"322,-226v-95,-1,-187,-12,-187,90r0,136r-85,0r0,-147v-2,-128,104,-157,240,-148r-158,-222r464,0r-162,222v138,-9,245,17,245,148r0,147r-85,0r0,-136v7,-102,-91,-91,-187,-90r0,226r-85,0r0,-226xm456,-453r-179,0r88,139","w":729},"\u0472":{"d":"529,-14v-82,40,-215,37,-298,0v-151,-67,-236,-280,-171,-484v43,-135,144,-233,320,-233v225,0,342,152,342,374v0,168,-75,286,-193,343xm137,-296v23,132,91,233,243,233v162,0,232,-115,246,-266v-44,35,-112,73,-185,41v-58,-26,-115,-71,-185,-71v-57,0,-89,35,-119,63xm133,-380v44,-37,117,-75,193,-44v57,24,112,61,176,72v56,-2,89,-35,121,-62v-23,-132,-89,-237,-243,-237v-164,0,-233,118,-247,271","w":760},"\u0473":{"d":"538,-258v0,164,-86,269,-251,269v-166,0,-251,-105,-251,-269v0,-165,85,-271,251,-271v165,0,251,106,251,271xm125,-227v7,115,106,204,225,155v63,-26,98,-91,100,-181v-23,21,-48,44,-87,44v-65,0,-98,-58,-158,-58v-34,0,-60,22,-80,40xm210,-329v73,1,123,88,196,46v14,-9,27,-19,38,-30v-15,-98,-107,-178,-214,-135v-59,23,-96,80,-104,156v21,-18,47,-37,84,-37","w":574},"\u0474":{"d":"459,-600v31,-111,115,-143,228,-114r0,80v-31,-7,-86,-11,-110,9v-13,11,-24,28,-33,55r-185,570r-108,0r-251,-714r102,0r204,619r2,0","w":667},"\u0475":{"d":"540,-451v-29,-6,-68,-7,-83,13v-9,12,-17,25,-23,42r-132,396r-100,0r-188,-517r95,0r145,431r2,0r102,-334v20,-58,49,-106,123,-106v21,0,44,3,59,6r0,69","w":530},"\u048c":{"d":"692,-211v0,137,-80,212,-219,211r-313,0r0,-634r-150,0r0,-80r150,0r0,-105r95,0r0,105r162,0r0,80r-162,0r0,211r218,0v139,-1,219,74,219,212xm441,-80v104,0,156,-44,156,-131v0,-89,-52,-133,-156,-133r-186,0r0,264r186,0","w":730},"\u048d":{"d":"537,-161v0,97,-65,161,-164,161r-273,0r0,-442r-100,0r0,-75r100,0r0,-108r85,0r0,108r111,0r0,75r-111,0r0,123r184,0v99,-1,168,58,168,158xm342,-75v71,0,107,-29,107,-86v0,-57,-36,-85,-107,-85r-157,0r0,171r157,0","w":565},"\u0490":{"d":"84,-714r369,0r0,-159r95,0r0,239r-369,0r0,634r-95,0r0,-714","w":550},"\u0491":{"d":"66,-517r269,0r0,-155r85,0r0,230r-269,0r0,442r-85,0r0,-517","w":424},"\u0492":{"d":"145,-327r-123,0r0,-80r123,0r0,-307r464,0r0,80r-369,0r0,227r200,0r0,80r-200,0r0,327r-95,0r0,-327","w":611},"\u0493":{"d":"113,-222r-93,0r0,-75r93,0r0,-220r354,0r0,75r-269,0r0,145r166,0r0,75r-166,0r0,222r-85,0r0,-222","w":471},"\u0496":{"d":"940,0r-44,0r-260,-354r-84,88r0,266r-93,0r0,-266r-84,-88r-260,354r-118,0r316,-420r-284,-294r118,0r312,333r0,-333r93,0r0,333r312,-333r118,0r-284,294r256,340r77,0r0,257r-91,0r0,-177","w":1026},"\u0497":{"d":"716,0r-38,0r-177,-250r-67,65r0,185r-85,0r0,-185r-67,-65r-177,250r-105,0r226,-304r-197,-213r105,0r215,240r0,-240r85,0r0,240r215,-240r105,0r-197,213r170,229r70,0r0,232r-81,0r0,-157","w":797},"\u0498":{"d":"356,128v-1,-35,-60,-37,-88,-23r-17,-28r49,-62v-156,-13,-260,-84,-263,-250r91,0v4,123,87,174,212,174v101,0,172,-50,175,-149v4,-123,-122,-130,-244,-123r0,-78v114,11,223,-8,219,-126v-3,-87,-67,-116,-153,-116v-108,0,-167,45,-177,147r-91,0v8,-154,112,-225,271,-225v140,0,244,55,244,194v0,84,-55,131,-118,155r0,3v105,17,175,125,128,242v-36,90,-123,150,-253,152r-29,37v44,-14,122,5,119,68v-4,98,-138,102,-216,70r18,-44v33,15,114,26,123,-18","w":654},"\u0499":{"d":"276,128v-1,-35,-60,-37,-88,-23r-17,-28r53,-67v-113,-8,-187,-66,-194,-176r86,0v-8,138,261,144,264,15v2,-85,-88,-86,-179,-83r0,-69v84,3,166,-2,164,-83v-1,-47,-49,-75,-109,-73v-71,2,-123,28,-131,94r-86,0v8,-118,96,-164,218,-164v106,0,189,36,194,139v4,60,-43,95,-83,110v84,7,126,118,83,198v-32,59,-100,89,-186,93r-33,41v44,-14,122,5,119,68v-4,98,-138,102,-216,70r18,-44v33,15,114,26,123,-18","w":506},"\u049a":{"d":"598,0r-48,0r-258,-361r-119,111r0,250r-95,0r0,-714r95,0r0,356r362,-356r123,0r-301,288r255,346r77,0r0,257r-91,0r0,-177","w":684},"\u049b":{"d":"459,0r-42,0r-187,-254r-81,79r0,175r-85,0r0,-517r85,0r0,247r237,-247r113,0r-208,204r179,238r70,0r0,232r-81,0r0,-157","w":540},"\u049c":{"d":"78,-714r95,0r0,307r60,0r0,-151r60,0r0,151r23,0r248,-307r109,0r-275,340r282,374r-120,0r-244,-327r-23,0r0,154r-60,0r0,-154r-60,0r0,327r-95,0r0,-714","w":670},"\u049d":{"d":"64,-517r85,0r0,206r45,0r0,-104r55,0r0,104r17,0r175,-206r103,0r-204,235r211,282r-109,0r-176,-238r-17,0r0,118r-55,0r0,-118r-45,0r0,238r-85,0r0,-517","w":551},"\u04a0":{"d":"203,-634r-201,0r0,-80r296,0r0,356r362,-356r123,0r-301,288r313,426r-120,0r-258,-361r-119,111r0,250r-95,0r0,-634","w":792},"\u04a1":{"d":"152,-442r-149,0r0,-75r234,0r0,247r237,-247r113,0r-208,204r235,313r-109,0r-187,-254r-81,79r0,175r-85,0r0,-442","w":614},"\u04a2":{"d":"630,0r-81,0r0,-327r-376,0r0,327r-95,0r0,-714r95,0r0,307r376,0r0,-307r95,0r0,634r77,0r0,257r-91,0r0,-177","w":739},"\u04a3":{"d":"485,0r-74,0r0,-238r-262,0r0,238r-85,0r0,-517r85,0r0,206r262,0r0,-206r85,0r0,442r70,0r0,232r-81,0r0,-157","w":582},"\u04a4":{"d":"78,-714r95,0r0,307r376,0r0,-307r464,0r0,80r-369,0r0,634r-95,0r0,-327r-376,0r0,327r-95,0r0,-714","w":1015},"\u04a5":{"d":"64,-517r85,0r0,206r262,0r0,-206r354,0r0,75r-269,0r0,442r-85,0r0,-238r-262,0r0,238r-85,0r0,-517","w":769},"\u04aa":{"d":"416,128v-1,-35,-60,-37,-88,-23r-17,-28r48,-62v-214,-10,-316,-151,-316,-370v0,-171,73,-290,192,-347v102,-49,268,-30,341,30v49,40,88,96,99,173r-95,0v-18,-95,-94,-152,-200,-152v-169,0,-242,123,-242,289v0,173,70,299,243,299v130,0,195,-84,206,-206r95,0v-18,167,-109,273,-280,284r-30,37v44,-14,122,5,119,68v-4,98,-138,102,-216,70r18,-44v33,15,114,26,123,-18","w":722},"\u04ab":{"d":"306,128v-1,-35,-60,-37,-88,-23r-17,-28r53,-67v-145,-13,-215,-107,-218,-262v-3,-194,126,-315,326,-266v79,20,131,76,141,167r-88,0v-13,-63,-54,-103,-128,-103v-118,1,-161,86,-161,202v0,107,43,187,151,189v86,1,132,-49,142,-126r87,0v-18,120,-84,192,-211,199r-33,42v44,-14,122,5,119,68v-4,98,-138,102,-216,70r18,-44v33,15,114,26,123,-18","w":537},"\u04ae":{"d":"278,-292r-276,-422r113,0r214,340r209,-340r108,0r-273,422r0,292r-95,0r0,-292","w":648},"\u04af":{"d":"211,-24r-203,-493r96,0r151,403r2,0r145,-403r90,0r-196,492r0,222r-85,0r0,-221","w":500},"\u04b0":{"d":"278,-159r-158,0r0,-80r158,0r0,-53r-276,-422r113,0r214,340r209,-340r108,0r-273,422r0,53r158,0r0,80r-158,0r0,159r-95,0r0,-159","w":648},"\u04b1":{"d":"211,95r-135,0r0,-75r135,0r0,-44r-203,-493r96,0r151,403r2,0r145,-403r90,0r-196,492r0,45r135,0r0,75r-135,0r0,102r-85,0r0,-102","w":500},"\u04b2":{"d":"543,0r-47,0r-192,-295r-198,295r-106,0r248,-367r-235,-347r114,0r178,279r186,-279r106,0r-236,347r196,287r77,0r0,257r-91,0r0,-177","w":629},"\u04b3":{"d":"445,0r-45,0r-144,-214r-144,214r-103,0r194,-272r-180,-245r109,0r124,181r129,-181r102,0r-178,238r147,204r70,0r0,232r-81,0r0,-157","w":526},"\u04b6":{"d":"287,-363v73,0,149,-14,198,-26r0,-325r95,0r0,634r77,0r0,257r-91,0r0,-177r-81,0r0,-309v-56,12,-129,26,-198,27v-159,2,-240,-68,-240,-217r0,-215r94,0r0,207v-5,101,42,144,146,144","w":675},"\u04b7":{"d":"131,-354v-8,126,155,90,243,67r0,-230r85,0r0,442r70,0r0,232r-81,0r0,-157r-74,0r0,-217v-43,13,-104,25,-160,25v-102,0,-169,-46,-168,-148r0,-177r85,0r0,163","w":545},"\u04b8":{"d":"341,-365v52,-4,104,-15,144,-24r0,-325r95,0r0,714r-95,0r0,-309v-34,8,-99,20,-144,24r0,157r-60,0r0,-154v-155,0,-234,-69,-234,-217r0,-215r94,0r0,207v-4,98,40,145,140,144r0,-150r60,0r0,148","w":658},"\u04b9":{"d":"279,-268v30,-4,72,-13,95,-19r0,-230r85,0r0,517r-85,0r0,-217v-22,8,-64,15,-95,20r0,111r-55,0r0,-106v-108,2,-179,-43,-178,-148r0,-177r85,0v8,107,-39,259,93,253r0,-117r55,0r0,113","w":523},"\u04ba":{"d":"371,-361v-73,0,-149,14,-198,26r0,335r-95,0r0,-714r95,0r0,299v57,-12,128,-26,198,-27v159,-2,240,68,240,217r0,225r-94,0r0,-217v5,-101,-42,-144,-146,-144","w":665},"\u04bb":{"d":"302,-454v-102,1,-153,62,-153,162r0,292r-85,0r0,-714r85,0r0,273r2,0v25,-57,85,-87,163,-88v124,-2,179,66,178,189r0,340r-85,0r0,-350v1,-64,-41,-105,-105,-104"},"\u04c0":{"d":"82,-714r95,0r0,714r-95,0r0,-714","w":259},"\u04c1":{"d":"313,-420r-284,-294r118,0r312,333r0,-333r93,0r0,333r312,-333r118,0r-284,294r316,420r-118,0r-260,-354r-84,88r0,266r-93,0r0,-266r-84,-88r-260,354r-118,0xm656,-899v-13,77,-60,138,-150,138v-85,0,-143,-62,-152,-138r51,0v15,47,48,71,100,71v51,0,84,-24,100,-71r51,0","w":1011},"\u04c2":{"d":"226,-304r-197,-213r105,0r215,240r0,-240r85,0r0,240r215,-240r105,0r-197,213r226,304r-105,0r-177,-250r-67,65r0,185r-85,0r0,-185r-67,-65r-177,250r-105,0xm534,-726v-12,75,-58,133,-142,133v-82,0,-135,-58,-144,-133r51,0v13,44,41,69,92,69v53,0,77,-26,92,-69r51,0","w":783},"\u04d0":{"d":"272,-714r105,0r279,714r-105,0r-78,-215r-302,0r-80,215r-97,0xm443,-295r-119,-333r-2,0r-121,333r242,0xm472,-899v-13,77,-60,138,-150,138v-85,0,-143,-62,-152,-138r51,0v15,47,48,71,100,71v51,0,84,-24,100,-71r51,0","w":648},"\u04d1":{"d":"389,-68v-71,109,-353,120,-353,-65v0,-160,167,-150,297,-179v30,-7,52,-21,52,-56v0,-67,-50,-86,-115,-86v-74,0,-127,23,-129,98r-85,0v6,-123,92,-172,219,-173v110,-1,194,31,194,142r0,266v-3,47,8,69,53,53r0,66v-15,9,-35,13,-61,13v-48,-1,-73,-27,-72,-79xm126,-139v0,56,43,76,100,76v89,0,158,-38,158,-117r0,-87v-72,54,-258,-6,-258,128xm424,-726v-12,75,-58,133,-142,133v-82,0,-135,-58,-144,-133r51,0v13,44,41,69,92,69v53,0,77,-26,92,-69r51,0","w":537},"\u04d2":{"d":"272,-714r105,0r279,714r-105,0r-78,-215r-302,0r-80,215r-97,0xm443,-295r-119,-333r-2,0r-121,333r242,0xm274,-873r0,104r-89,0r0,-104r89,0xm462,-873r0,104r-90,0r0,-104r90,0","w":648},"\u04d3":{"d":"389,-68v-71,109,-353,120,-353,-65v0,-160,167,-150,297,-179v30,-7,52,-21,52,-56v0,-67,-50,-86,-115,-86v-74,0,-127,23,-129,98r-85,0v6,-123,92,-172,219,-173v110,-1,194,31,194,142r0,266v-3,47,8,69,53,53r0,66v-15,9,-35,13,-61,13v-48,-1,-73,-27,-72,-79xm126,-139v0,56,43,76,100,76v89,0,158,-38,158,-117r0,-87v-72,54,-258,-6,-258,128xm219,-696r0,104r-89,0r0,-104r89,0xm407,-696r0,104r-90,0r0,-104r90,0","w":537},"\u04d4":{"d":"354,-714r535,0r0,80r-351,0r0,227r330,0r0,80r-330,0r0,247r357,0r0,80r-447,0r0,-208r-246,0r-102,208r-106,0xm448,-288r0,-346r-41,0r-168,346r209,0","w":926},"\u04d5":{"d":"429,-89v-35,68,-118,100,-218,100v-104,0,-174,-40,-175,-144v-4,-167,184,-147,310,-185v27,-8,41,-22,41,-56v0,-65,-52,-80,-117,-80v-74,1,-127,23,-129,98r-85,0v6,-123,92,-172,219,-173v81,0,146,20,173,75v41,-76,190,-96,277,-52v87,44,121,144,121,273r-379,0v3,102,52,170,155,170v70,0,118,-38,131,-100r87,0v-23,107,-100,174,-224,174v-94,0,-157,-33,-187,-100xm126,-139v0,56,43,76,100,76v89,0,161,-38,161,-117r0,-87v-81,48,-261,2,-261,128xm756,-308v16,-161,-233,-196,-279,-58v-7,18,-10,37,-10,58r289,0","w":870},"\u04d6":{"d":"78,-714r493,0r0,80r-398,0r0,227r371,0r0,80r-371,0r0,247r401,0r0,80r-496,0r0,-714xm482,-899v-13,77,-60,138,-150,138v-85,0,-143,-62,-152,-138r51,0v15,47,48,71,100,71v51,0,84,-24,100,-71r51,0","w":611},"\u04d7":{"d":"505,-164v-20,111,-97,175,-221,175v-167,0,-248,-105,-248,-271v0,-159,87,-269,243,-269v168,0,233,129,234,296r-387,0v0,106,55,170,161,170v75,0,121,-36,134,-101r84,0xm423,-308v4,-128,-166,-193,-254,-103v-24,25,-40,60,-43,103r297,0xm424,-726v-12,75,-58,133,-142,133v-82,0,-135,-58,-144,-133r51,0v13,44,41,69,92,69v53,0,77,-26,92,-69r51,0","w":537},"\u04d8":{"d":"50,-508v32,-140,147,-223,311,-223v226,0,344,150,344,375v0,177,-78,293,-203,347v-41,17,-85,25,-132,25v-238,-3,-341,-170,-330,-412r568,0v-21,-141,-89,-257,-245,-257v-115,0,-186,60,-219,145r-94,0xm134,-317v13,143,77,256,232,256v157,0,234,-106,246,-256r-478,0","w":743},"\u04d9":{"d":"263,-529v204,-6,291,190,230,379v-30,93,-105,161,-225,161v-168,0,-233,-129,-234,-296r387,0v0,-106,-55,-170,-161,-170v-75,0,-121,36,-134,101r-84,0v20,-111,97,-172,221,-175xm124,-210v-4,128,166,193,254,103v24,-25,40,-60,43,-103r-297,0","w":547},"\u04dc":{"d":"313,-420r-284,-294r118,0r312,333r0,-333r93,0r0,333r312,-333r118,0r-284,294r316,420r-118,0r-260,-354r-84,88r0,266r-93,0r0,-266r-84,-88r-260,354r-118,0xm456,-873r0,104r-89,0r0,-104r89,0xm644,-873r0,104r-90,0r0,-104r90,0","w":1011},"\u04dd":{"d":"226,-304r-197,-213r105,0r215,240r0,-240r85,0r0,240r215,-240r105,0r-197,213r226,304r-105,0r-177,-250r-67,65r0,185r-85,0r0,-185r-67,-65r-177,250r-105,0xm342,-696r0,104r-89,0r0,-104r89,0xm530,-696r0,104r-90,0r0,-104r90,0","w":783},"\u04de":{"d":"466,-379v106,17,176,125,128,243v-37,92,-127,153,-262,152v-176,-2,-292,-75,-295,-251r91,0v4,123,87,174,212,174v101,0,172,-50,175,-149v4,-123,-122,-130,-244,-123r0,-78v114,11,223,-8,219,-126v-3,-87,-67,-116,-153,-116v-108,0,-167,45,-177,147r-91,0v8,-154,112,-225,271,-225v140,0,244,55,244,194v0,84,-55,131,-118,155r0,3xm277,-873r0,104r-89,0r0,-104r89,0xm465,-873r0,104r-90,0r0,-104r90,0","w":654},"\u04df":{"d":"468,-153v5,176,-263,202,-375,118v-39,-30,-60,-74,-63,-131r86,0v-8,138,261,144,264,15v2,-85,-88,-86,-179,-83r0,-69v84,3,166,-2,164,-83v-1,-47,-49,-75,-109,-73v-71,2,-123,28,-131,94r-86,0v8,-118,96,-164,218,-164v106,0,189,36,194,139v4,60,-43,95,-83,110v60,12,98,54,100,127xm203,-696r0,104r-89,0r0,-104r89,0xm391,-696r0,104r-90,0r0,-104r90,0","w":506},"\u04e2":{"d":"78,-714r95,0r0,605r359,-605r120,0r0,714r-95,0r0,-607r-360,607r-119,0r0,-714xm535,-852r0,55r-340,0r0,-55r340,0","w":730},"\u04e3":{"d":"64,-517r85,0r0,422r244,-422r109,0r0,517r-85,0r0,-422r-244,422r-109,0r0,-517xm453,-675r0,55r-340,0r0,-55r340,0","w":566},"\u04e4":{"d":"78,-714r95,0r0,605r359,-605r120,0r0,714r-95,0r0,-607r-360,607r-119,0r0,-714xm315,-873r0,104r-89,0r0,-104r89,0xm503,-873r0,104r-90,0r0,-104r90,0","w":730},"\u04e5":{"d":"64,-517r85,0r0,422r244,-422r109,0r0,517r-85,0r0,-422r-244,422r-109,0r0,-517xm233,-696r0,104r-89,0r0,-104r89,0xm421,-696r0,104r-90,0r0,-104r90,0","w":566},"\u04e6":{"d":"529,-14v-82,40,-215,37,-298,0v-151,-67,-236,-280,-171,-484v43,-135,144,-233,320,-233v225,0,342,152,342,374v0,168,-75,286,-193,343xm133,-357v0,168,77,294,247,294v170,0,247,-126,247,-294v0,-168,-77,-294,-247,-294v-170,0,-247,126,-247,294xm330,-873r0,104r-89,0r0,-104r89,0xm518,-873r0,104r-90,0r0,-104r90,0","w":760},"\u04e7":{"d":"538,-258v0,164,-86,269,-251,269v-166,0,-251,-105,-251,-269v0,-165,85,-271,251,-271v165,0,251,106,251,271xm126,-258v0,114,53,195,161,195v108,0,161,-81,161,-195v0,-114,-52,-196,-161,-196v-109,0,-161,82,-161,196xm237,-696r0,104r-89,0r0,-104r89,0xm425,-696r0,104r-90,0r0,-104r90,0","w":574},"\u04e8":{"d":"529,-14v-82,40,-215,37,-298,0v-151,-67,-236,-280,-171,-484v43,-135,144,-233,320,-233v225,0,342,152,342,374v0,168,-75,286,-193,343xm134,-327v15,149,85,264,246,264v162,0,230,-115,246,-264r-492,0xm624,-407v-21,-137,-89,-244,-244,-244v-155,0,-223,107,-244,244r488,0","w":760},"\u04e9":{"d":"538,-258v0,164,-86,269,-251,269v-166,0,-251,-105,-251,-269v0,-165,85,-271,251,-271v165,0,251,106,251,271xm127,-233v6,98,66,170,160,170v93,0,155,-73,160,-170r-320,0xm444,-306v-7,-125,-161,-195,-258,-110v-29,25,-48,62,-56,110r314,0","w":574},"\u04ee":{"d":"61,-79v47,15,115,11,142,-21v22,-27,40,-61,56,-94r-258,-520r103,0r206,428r201,-428r101,0r-274,561v-53,119,-128,192,-277,152r0,-78xm475,-852r0,55r-340,0r0,-55r340,0","w":611},"\u04ef":{"d":"238,132v-26,59,-99,91,-180,65r0,-78v26,11,68,19,92,0v33,-26,44,-81,63,-122r-205,-514r96,0r151,423r2,0r145,-423r90,0r-225,585v-10,25,-21,46,-29,64xm420,-675r0,55r-340,0r0,-55r340,0","w":500},"\u04f0":{"d":"61,-79v47,15,115,11,142,-21v22,-27,40,-61,56,-94r-258,-520r103,0r206,428r201,-428r101,0r-274,561v-53,119,-128,192,-277,152r0,-78xm256,-873r0,104r-89,0r0,-104r89,0xm444,-873r0,104r-90,0r0,-104r90,0","w":611},"\u04f1":{"d":"238,132v-26,59,-99,91,-180,65r0,-78v26,11,68,19,92,0v33,-26,44,-81,63,-122r-205,-514r96,0r151,423r2,0r145,-423r90,0r-225,585v-10,25,-21,46,-29,64xm200,-696r0,104r-89,0r0,-104r89,0xm388,-696r0,104r-90,0r0,-104r90,0","w":500},"\u04f2":{"d":"61,-79v47,15,115,11,142,-21v22,-27,40,-61,56,-94r-258,-520r103,0r206,428r201,-428r101,0r-274,561v-53,119,-128,192,-277,152r0,-78xm524,-908r-120,143r-66,0r81,-143r105,0xm368,-908r-120,143r-65,0r80,-143r105,0","w":611},"\u04f3":{"d":"238,132v-26,59,-99,91,-180,65r0,-78v26,11,68,19,92,0v33,-26,44,-81,63,-122r-205,-514r96,0r151,423r2,0r145,-423r90,0r-225,585v-10,25,-21,46,-29,64xm467,-731r-120,143r-66,0r81,-143r105,0xm311,-731r-120,143r-65,0r80,-143r105,0","w":500},"\u04f4":{"d":"287,-358v73,0,150,-15,198,-28r0,-328r95,0r0,714r-95,0r0,-306r-87,18v-33,5,-75,11,-111,11v-159,2,-240,-68,-240,-217r0,-220r94,0r0,212v-5,101,42,144,146,144xm279,-873r0,104r-89,0r0,-104r89,0xm467,-873r0,104r-90,0r0,-104r90,0","w":658},"\u04f5":{"d":"131,-354v-8,126,155,90,243,67r0,-230r85,0r0,517r-85,0r0,-217v-43,13,-104,25,-160,25v-102,0,-169,-46,-168,-148r0,-177r85,0r0,163xm212,-696r0,104r-89,0r0,-104r89,0xm400,-696r0,104r-90,0r0,-104r90,0","w":523},"\u04f8":{"d":"605,-211v0,137,-80,212,-219,211r-308,0r0,-714r95,0r0,291r213,0v139,-1,219,74,219,212xm354,-80v104,0,156,-44,156,-131v0,-89,-52,-133,-156,-133r-181,0r0,264r181,0xm699,-714r95,0r0,714r-95,0r0,-714xm389,-873r0,104r-89,0r0,-104r89,0xm577,-873r0,104r-90,0r0,-104r90,0","w":877},"\u04f9":{"d":"477,-161v0,97,-65,161,-164,161r-249,0r0,-517r85,0r0,198r160,0v99,-1,168,58,168,158xm282,-75v71,0,107,-29,107,-86v0,-57,-36,-85,-107,-85r-133,0r0,171r133,0xm559,-517r85,0r0,517r-85,0r0,-517xm304,-696r0,104r-89,0r0,-104r89,0xm492,-696r0,104r-90,0r0,-104r90,0","w":708},"\u00a0":{"w":278}}});Cufon.registerFont({"w":574,"face":{"font-family":"Helvetica Neue","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 8 3 0 0 0 9 0 4","ascent":"800","descent":"-200","x-height":"13","bbox":"-47 -929 1095 217.342","underline-thickness":"50","underline-position":"-75","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":278},"!":{"d":"61,-154r0,154r157,0r0,-154r-157,0xm213,-522r0,-192r-148,0r0,192r38,308r71,0","w":278},"\"":{"d":"85,-714r0,321r107,0r0,-321r-107,0xm271,-714r0,321r107,0r0,-321r-107,0","w":463},"#":{"d":"243,-412r96,0r-17,124r-97,0xm116,-198r-28,198r97,0r28,-198r96,0r-27,198r97,0r27,-198r87,0r0,-90r-74,0r17,-124r87,0r0,-90r-74,0r27,-198r-97,0r-27,198r-97,0r28,-198r-97,0r-28,198r-95,0r0,90r83,0r-18,124r-95,0r0,90r83,0","w":556},"$":{"d":"248,-100v-61,-12,-110,-57,-107,-132r-141,0v12,154,96,236,248,248r0,85r59,0r0,-85v143,-12,240,-76,250,-208v12,-163,-110,-214,-250,-245r0,-177v47,-1,83,47,83,96r142,0v-9,-135,-97,-197,-225,-213r0,-77r-59,0r0,77v-131,13,-230,75,-232,214v-3,146,118,177,232,208r0,209xm307,-292v78,15,132,57,98,136v-15,34,-54,51,-98,56r0,-192xm248,-451v-100,1,-119,-131,-33,-158v11,-3,22,-5,33,-5r0,163","w":556},"%":{"d":"757,-61v-59,0,-64,-62,-64,-121v0,-59,8,-119,68,-119v56,0,62,64,62,120v0,58,-8,120,-66,120xm761,-376v-117,0,-170,77,-170,193v0,118,46,196,165,196v117,0,169,-76,169,-192v0,-118,-45,-197,-164,-197xm668,-722r-414,743r87,0r412,-743r-85,0xm241,-399v-58,0,-64,-57,-64,-115v1,-60,7,-125,68,-125v57,0,62,69,62,126v0,57,-9,114,-66,114xm245,-714v-118,0,-170,81,-170,198v0,117,47,192,165,192v116,0,169,-73,169,-188v0,-119,-44,-202,-164,-202","w":1000},"&":{"d":"263,13v93,0,149,-34,201,-84r58,71r174,0r-145,-169v37,-46,61,-106,69,-176r-123,0v-5,32,-12,60,-26,85r-92,-113v64,-36,127,-85,127,-178v0,-115,-80,-171,-196,-171v-106,0,-186,58,-186,163v0,71,35,109,68,152v-79,41,-160,92,-160,207v0,139,92,213,231,213xm269,-103v-90,3,-132,-108,-71,-167v19,-18,43,-34,69,-45r122,149v-31,33,-62,61,-120,63xm317,-627v62,0,85,89,43,129v-15,14,-31,28,-51,41v-21,-31,-56,-56,-56,-107v0,-36,29,-63,64,-63","w":685},"'":{"d":"86,-714r0,321r107,0r0,-321r-107,0","w":278},"(":{"d":"302,181v-141,-240,-143,-674,1,-912r-119,0v-78,117,-132,275,-132,463v0,179,58,328,132,449r118,0","w":296},")":{"d":"102,-270v0,177,-42,325,-108,451r118,0v79,-116,132,-272,132,-461v0,-179,-58,-330,-132,-451r-117,0v67,131,107,280,107,461","w":296},"*":{"d":"242,-589r0,-125r-80,0r0,125r-113,-44r-27,77r116,39r-74,98r67,49r70,-103r74,103r66,-49r-74,-98r118,-39r-27,-77","w":407},"+":{"d":"354,-306r0,-199r-107,0r0,199r-199,0r0,107r199,0r0,199r107,0r0,-199r199,0r0,-107r-199,0","w":600},",":{"d":"62,165v87,-16,156,-66,156,-165r0,-154r-157,0r0,154r72,0v1,51,-30,82,-71,93r0,72","w":278},"-":{"d":"53,-334r0,122r301,0r0,-122r-301,0","w":407},".":{"d":"60,-154r0,154r157,0r0,-154r-157,0","w":278},"\/":{"d":"268,-731r-278,747r113,0r279,-747r-114,0","w":371},"0":{"d":"277,-103v-110,0,-114,-139,-114,-250v0,-113,4,-244,114,-244v111,0,116,130,116,244v0,112,-4,250,-116,250xm277,-714v-195,0,-256,153,-256,361v0,211,59,366,256,366v198,0,258,-154,258,-366v0,-209,-62,-361,-258,-361","w":556},"1":{"d":"279,-700v-15,99,-92,141,-205,139r0,107r176,0r0,454r142,0r0,-700r-113,0","w":556},"2":{"d":"531,-495v5,-179,-186,-262,-351,-197v-93,37,-145,130,-143,261r136,0v2,-84,27,-156,111,-161v84,-5,136,95,90,165v-101,156,-352,169,-353,427r514,0r0,-122r-331,0v93,-141,321,-148,327,-373","w":556},"3":{"d":"377,-504v-2,75,-71,92,-149,87r0,100v89,-2,162,12,162,104v0,66,-50,110,-114,110v-83,-2,-118,-58,-123,-138r-135,0v1,166,96,254,260,254v151,0,255,-78,260,-229v3,-86,-56,-141,-124,-161v87,-16,119,-140,77,-226v-57,-116,-292,-149,-387,-44v-38,42,-66,100,-69,175r135,0v-1,-71,36,-126,108,-125v53,1,101,36,99,93","w":556},"4":{"d":"312,-522r0,243r-184,0r181,-243r3,0xm312,-162r0,162r135,0r0,-162r93,0r0,-117r-93,0r0,-421r-127,0r-304,408r0,130r296,0","w":556},"5":{"d":"322,-476v-64,1,-102,19,-137,54r-2,-2r28,-159r289,0r0,-117r-391,0r-69,387r128,0v27,-35,50,-56,107,-56v79,0,121,53,121,131v0,78,-43,133,-121,135v-65,2,-110,-44,-115,-105r-142,0v7,148,110,221,260,221v121,0,203,-63,239,-151v65,-158,-21,-343,-195,-338","w":556},"6":{"d":"173,-233v0,-76,37,-130,113,-130v74,0,107,58,107,132v0,72,-36,128,-107,128v-74,0,-113,-57,-113,-130xm294,-607v51,-2,86,44,94,87r135,0v-17,-121,-94,-194,-227,-194v-199,0,-275,168,-275,366v0,202,66,361,269,361v154,0,245,-101,245,-255v0,-136,-84,-228,-215,-228v-77,0,-123,27,-158,78r-2,-2v8,-100,32,-208,134,-213","w":556},"7":{"d":"288,0v12,-244,93,-453,229,-578r0,-122r-478,0r0,132r332,0v-121,146,-216,336,-235,568r152,0","w":556},"8":{"d":"279,-418v-56,0,-109,-33,-107,-92v1,-64,45,-95,107,-97v68,-2,103,35,105,97v1,60,-46,92,-105,92xm279,-714v-130,0,-236,62,-236,191v0,74,40,128,103,144r0,2v-79,18,-132,78,-132,172v0,152,115,218,266,218v148,0,258,-69,262,-219v3,-94,-56,-152,-131,-173v62,-20,102,-71,102,-147v0,-121,-99,-188,-234,-188xm280,-93v-74,0,-121,-44,-124,-119v-2,-71,56,-113,124,-111v71,2,120,41,120,112v0,74,-47,118,-120,118","w":556},"9":{"d":"383,-467v0,76,-36,130,-113,130v-74,0,-107,-58,-107,-132v0,-72,36,-128,107,-128v74,0,113,57,113,130xm262,-93v-51,2,-86,-44,-94,-87r-135,0v18,120,93,193,227,193v200,0,275,-167,275,-365v0,-201,-65,-362,-269,-362v-154,0,-245,101,-245,256v0,136,84,228,215,228v77,0,123,-27,158,-78r2,2v-10,99,-30,209,-134,213","w":556},":":{"d":"218,-354r0,-154r-157,0r0,154r157,0xm61,-154r0,154r157,0r0,-154r-157,0","w":278},";":{"d":"218,-354r0,-154r-157,0r0,154r157,0xm62,165v87,-16,156,-66,156,-165r0,-154r-157,0r0,154r72,0v1,51,-30,82,-71,93r0,72","w":278},"<":{"d":"554,-399r0,-115r-508,202r0,118r508,201r0,-114r-367,-146","w":600},"=":{"d":"553,-92r0,-107r-505,0r0,107r505,0xm553,-306r0,-107r-505,0r0,107r505,0","w":600},">":{"d":"46,-107r0,114r508,-201r0,-118r-508,-202r0,115r367,146","w":600},"?":{"d":"193,-154r0,154r157,0r0,-154r-157,0xm512,-459v62,-198,-139,-326,-336,-253v-87,32,-140,112,-144,228r147,0v1,-74,30,-124,103,-130v93,-8,109,123,48,168v-67,49,-134,103,-123,232r135,0v-12,-144,135,-134,170,-245","w":556},"@":{"d":"568,-221v-28,-2,-14,-47,-9,-66r63,-258r-82,0r-16,54v-25,-72,-135,-88,-206,-48v-75,42,-129,122,-129,233v0,98,60,166,157,171v51,2,86,-26,110,-58v23,102,167,39,214,-11v48,-50,96,-121,94,-222v-4,-154,-98,-243,-217,-283v-219,-73,-414,45,-481,205v-38,90,-40,207,0,296v59,129,175,224,355,224v140,0,246,-68,305,-161r-84,0v-65,72,-218,107,-334,61v-104,-42,-176,-129,-176,-271v0,-180,103,-296,283,-296v163,0,271,83,271,246v0,93,-36,172,-118,184xm369,-230v-48,3,-81,-39,-78,-89v4,-79,46,-143,124,-147v44,-2,79,39,77,85v-4,80,-45,146,-123,151","w":800},"A":{"d":"249,-276r93,-262r2,0r90,262r-185,0xm264,-714r-270,714r158,0r56,-159r267,0r54,159r163,0r-267,-714r-161,0","w":685,"k":{"\u2019":74,"y":18,"w":18,"v":18,"Y":74,"W":24,"V":46,"T":92}},"B":{"d":"481,-510v0,116,-147,79,-255,85r0,-167v106,6,255,-31,255,82xm633,-537v1,-135,-93,-177,-228,-177r-336,0r0,714r346,0v143,-4,252,-62,252,-207v0,-97,-50,-159,-131,-181v58,-29,97,-69,97,-149xm510,-216v0,129,-165,87,-284,94r0,-196v124,5,284,-34,284,102","w":704},"C":{"d":"389,-599v86,0,141,50,156,125r152,0v-22,-161,-131,-257,-308,-257v-176,0,-279,97,-327,229v-53,146,-12,335,69,411v84,120,362,145,475,29v50,-51,89,-121,97,-213r-152,0v-11,91,-62,162,-162,160v-138,-2,-194,-103,-194,-239v0,-139,54,-245,194,-245","w":741},"D":{"d":"544,-346v-1,130,-55,214,-178,214r-140,0r0,-450r112,0v150,-1,206,88,206,236xm701,-361v0,-220,-111,-353,-324,-353r-308,0r0,714r308,0v219,-5,324,-142,324,-361","w":741},"E":{"d":"69,-714r0,714r542,0r0,-132r-385,0r0,-175r346,0r0,-122r-346,0r0,-153r377,0r0,-132r-534,0","w":648},"F":{"d":"69,-714r0,714r157,0r0,-295r299,0r0,-122r-299,0r0,-165r345,0r0,-132r-502,0","w":593,"k":{"A":55,".":157,",":157}},"G":{"d":"389,16v89,-1,151,-36,196,-97r16,81r100,0r0,-386r-300,0r0,117r158,0v-9,98,-64,155,-170,154v-138,-2,-194,-103,-194,-239v0,-139,54,-245,194,-245v83,0,135,47,151,120r150,0v-20,-158,-131,-252,-301,-252v-176,0,-279,97,-327,229v-53,146,-9,332,69,411v59,60,143,109,258,107","w":759},"H":{"d":"69,-714r0,714r157,0r0,-308r289,0r0,308r157,0r0,-714r-157,0r0,274r-289,0r0,-274r-157,0","w":741},"I":{"d":"69,-714r0,714r157,0r0,-714r-157,0","w":295},"J":{"d":"249,16v163,3,238,-87,238,-241r0,-489r-157,0r0,482v2,67,-13,117,-83,117v-83,0,-94,-67,-91,-151r-142,0v-15,185,71,279,235,282","w":556},"K":{"d":"69,-714r0,714r157,0r0,-230r90,-91r215,321r197,0r-306,-432r279,-282r-196,0r-279,296r0,-296r-157,0","w":722},"L":{"d":"69,-714r0,714r505,0r0,-132r-348,0r0,-582r-157,0","w":593,"k":{"\u2019":74,"y":37,"Y":111,"W":55,"V":92,"T":92}},"M":{"d":"69,-714r0,714r147,0r0,-501r2,0r175,501r121,0r175,-506r2,0r0,506r147,0r0,-714r-221,0r-158,491r-2,0r-167,-491r-221,0","w":907},"N":{"d":"69,-714r0,714r147,0r0,-478r2,0r297,478r157,0r0,-714r-147,0r0,479r-2,0r-298,-479r-156,0","w":741},"O":{"d":"389,-115v-138,0,-194,-103,-194,-239v0,-139,54,-245,194,-245v140,0,194,106,194,245v0,136,-56,239,-194,239xm389,-731v-281,1,-409,253,-327,523v41,134,152,224,327,224v176,0,278,-93,327,-224v53,-146,8,-334,-69,-414v-59,-62,-141,-109,-258,-109","w":778},"P":{"d":"486,-485v0,128,-138,106,-260,107r0,-214v122,1,260,-21,260,107xm638,-485v0,-149,-92,-229,-247,-229r-322,0r0,714r157,0r0,-256r165,0v156,-1,247,-81,247,-229","w":667,"k":{"A":74,".":179,",":179}},"Q":{"d":"389,-599v172,-4,219,181,182,342v-6,27,-19,49,-32,67r-81,-74r-73,78r67,61v-10,11,-42,10,-63,10v-138,0,-194,-103,-194,-239v0,-139,54,-242,194,-245xm647,-91v84,-84,121,-268,69,-411v-49,-133,-150,-229,-327,-229v-176,0,-279,97,-327,229v-53,146,-9,332,69,411v59,60,143,107,258,107v68,0,126,-14,173,-41r101,91r73,-76","w":778},"R":{"d":"506,-493v0,73,-36,101,-108,102r-172,0r0,-201v120,7,280,-36,280,99xm663,-517v0,-124,-83,-197,-209,-197r-385,0r0,714r157,0r0,-279v83,5,198,-15,242,26v50,47,31,182,59,253r157,0v-52,-79,-1,-250,-86,-312v-11,-13,-33,-16,-48,-26v74,-28,113,-86,113,-179","w":722,"k":{"Y":37,"W":18,"V":18,"T":18}},"S":{"d":"334,-105v-92,0,-157,-38,-158,-132r-152,0v2,177,129,253,304,253v171,0,297,-66,297,-228v0,-211,-236,-195,-385,-258v-28,-12,-40,-23,-40,-58v0,-59,49,-80,108,-81v83,-1,137,28,141,108r152,0v-4,-165,-122,-230,-286,-230v-148,0,-267,68,-267,216v0,195,214,189,358,244v35,14,67,33,67,77v0,70,-69,89,-139,89","w":649},"T":{"d":"227,-582r0,582r157,0r0,-582r214,0r0,-132r-585,0r0,132r214,0","w":611,"k":{"y":111,"w":111,"u":92,"s":111,"r":92,"o":111,"e":111,"c":111,"a":111,"A":92,";":111,":":111,".":111,"-":129,",":111}},"U":{"d":"370,16v190,0,305,-93,305,-286r0,-444r-157,0r0,444v-2,109,-36,155,-148,155v-104,1,-147,-54,-147,-155r0,-444r-157,0r0,444v-1,195,111,285,304,286","w":741},"V":{"d":"401,0r237,-714r-162,0r-161,502r-2,0r-159,-502r-161,0r231,714r177,0","w":630,"k":{"y":18,"u":37,"r":37,"o":55,"i":18,"e":55,"a":55,"A":46,";":46,":":46,".":129,"-":55,",":129}},"W":{"d":"749,0r192,-714r-154,0r-117,492r-2,0r-122,-492r-147,0r-124,486r-2,0r-113,-486r-157,0r189,714r159,0r119,-486r2,0r121,486r156,0","w":944,"k":{"u":18,"r":18,"o":57,"e":57,"a":37,"A":24,";":18,":":18,".":74,",":74}},"X":{"d":"244,-374r-249,374r176,0r159,-247r156,247r187,0r-249,-373r229,-341r-172,0r-145,228r-140,-228r-182,0","w":667},"Y":{"d":"254,-278r0,278r157,0r0,-274r265,-440r-175,0r-166,282r-167,-282r-176,0","w":667,"k":{"v":55,"u":74,"q":92,"p":74,"o":111,"i":37,"e":111,"a":92,"A":74,";":92,":":92,".":139,"-":111,",":139}},"Z":{"d":"23,-124r0,124r602,0r0,-132r-393,0r383,-458r0,-124r-562,0r0,132r353,0","w":648},"[":{"d":"68,-731r0,912r264,0r0,-112r-122,0r0,-688r122,0r0,-112r-264,0","w":333},"\\":{"d":"382,16r-279,-747r-113,0r278,747r114,0","w":371},"]":{"d":"265,181r0,-912r-264,0r0,112r122,0r0,688r-122,0r0,112r264,0","w":333},"^":{"d":"233,-700r-172,385r117,0r122,-275r122,275r117,0r-172,-385r-134,0","w":600},"_":{"d":"0,74r0,50r500,0r0,-50r-500,0","w":500},"`":{"d":"109,-723r96,142r-99,0r-153,-142r156,0","w":259},"a":{"d":"518,-384v0,-147,-173,-163,-312,-138v-87,15,-152,65,-158,164r142,0v5,-55,36,-77,94,-78v55,0,94,14,92,70v-3,71,-105,56,-169,68v-94,18,-176,46,-175,157v1,106,70,154,176,154v73,0,135,-21,174,-63v1,18,5,35,10,50r144,0v-15,-24,-18,-74,-18,-115r0,-269xm261,-81v-93,18,-118,-109,-35,-134v47,-14,115,-10,150,-38v6,101,-14,175,-115,172"},"b":{"d":"312,-424v90,0,121,75,121,166v0,90,-32,165,-121,165v-88,0,-121,-75,-121,-165v0,-91,32,-166,121,-166xm361,-531v-73,-4,-132,32,-165,77r0,-260r-142,0r0,714r135,0v2,-21,-4,-49,2,-66v28,55,90,79,170,79v145,0,214,-115,214,-272v0,-157,-69,-265,-214,-272","w":611},"c":{"d":"180,-256v0,-90,31,-168,121,-168v61,0,96,30,105,89r139,0v-11,-131,-106,-196,-243,-196v-172,0,-264,109,-264,280v0,163,98,264,261,264v142,0,233,-80,249,-211r-137,0v-9,62,-43,106,-113,105v-88,-2,-118,-76,-118,-163"},"d":{"d":"299,-424v92,0,122,72,122,164v0,92,-29,167,-122,167v-90,0,-125,-76,-125,-166v0,-92,32,-165,125,-165xm264,13v77,2,126,-31,159,-79r0,66r135,0r0,-714r-142,0r0,260r-2,0v-27,-46,-85,-77,-153,-77v-155,0,-229,114,-229,268v0,158,73,272,232,276","w":611},"e":{"d":"171,-314v7,-65,44,-110,118,-110v75,1,99,43,113,110r-231,0xm410,-160v-11,34,-61,68,-112,67v-85,-2,-124,-44,-127,-131r373,0v5,-180,-76,-307,-251,-307v-166,0,-264,107,-264,273v0,168,95,271,264,271v133,0,207,-61,242,-173r-125,0"},"f":{"d":"258,-714v-122,-1,-183,70,-173,197r-85,0r0,95r85,0r0,422r142,0r0,-422r98,0r0,-95r-98,0v-2,-52,1,-90,54,-90v18,0,35,1,52,3r0,-106","w":333,"k":{"\u2019":-18,"f":18}},"g":{"d":"416,-265v0,82,-39,143,-121,143v-85,0,-115,-70,-115,-155v0,-83,33,-147,115,-147v91,0,121,69,121,159xm283,195v170,3,268,-72,268,-228r0,-484r-135,0v-2,22,4,51,-2,69v-31,-55,-77,-83,-154,-83v-148,0,-222,109,-222,256v0,154,67,257,221,260v71,1,127,-34,157,-80v7,108,-10,198,-114,195v-56,-1,-95,-21,-106,-71r-141,0v11,115,107,164,228,166","w":611},"h":{"d":"350,-531v-66,1,-124,35,-151,86r-3,0r0,-269r-142,0r0,714r142,0r0,-271v1,-96,23,-148,110,-148v74,0,91,48,91,127r0,292r142,0r0,-318v1,-136,-50,-216,-189,-213","w":593},"i":{"d":"200,-597r0,-117r-142,0r0,117r142,0xm58,-517r0,517r142,0r0,-517r-142,0","w":258},"j":{"d":"209,-597r0,-117r-142,0r0,117r142,0xm67,18v4,48,-48,51,-85,42r0,117v130,17,227,-17,227,-152r0,-542r-142,0r0,535","w":278},"k":{"d":"67,-714r0,714r142,0r0,-178r55,-53r142,231r172,0r-217,-327r195,-190r-168,0r-179,186r0,-383r-142,0"},"l":{"d":"58,-714r0,714r142,0r0,-714r-142,0","w":258},"m":{"d":"352,-531v-78,-1,-122,39,-160,84r0,-70r-134,0r0,517r142,0r0,-300v0,-72,33,-115,96,-119v77,-5,86,55,86,129r0,290r142,0r0,-288v0,-74,20,-130,95,-131v74,-1,87,52,87,126r0,293r142,0r0,-346v0,-124,-67,-184,-189,-185v-73,-1,-126,43,-156,86v-24,-59,-77,-84,-151,-86","w":906},"n":{"d":"350,-531v-71,2,-129,34,-158,86r-3,0r0,-72r-135,0r0,517r142,0r0,-271v1,-96,23,-148,110,-148v74,0,91,48,91,127r0,292r142,0r0,-318v1,-136,-50,-215,-189,-213","w":593},"o":{"d":"305,-93v-94,0,-125,-73,-125,-165v0,-93,32,-166,125,-166v94,0,126,73,126,166v0,93,-32,165,-126,165xm305,-531v-170,0,-267,102,-267,273v0,170,97,271,267,271v171,0,268,-100,268,-271v0,-171,-98,-273,-268,-273","w":611},"p":{"d":"438,-257v0,92,-31,164,-123,164v-91,0,-124,-73,-124,-164v0,-93,31,-167,123,-167v91,0,124,76,124,167xm345,-531v-75,-2,-122,33,-156,80r0,-66r-135,0r0,698r142,0r0,-245r2,0v31,46,84,77,155,77v154,0,227,-113,227,-266v0,-161,-73,-275,-235,-278","w":611},"q":{"d":"297,-93v-92,0,-123,-73,-123,-165v0,-93,33,-166,126,-166v90,0,121,78,121,168v0,92,-32,163,-124,163xm251,13v74,3,134,-30,165,-78r0,246r142,0r0,-698r-135,0v-2,21,4,49,-2,66v-27,-52,-85,-80,-157,-80v-159,0,-232,118,-232,276v0,159,72,262,219,268","w":611},"r":{"d":"196,-233v-5,-119,68,-186,191,-161r0,-132v-99,-21,-164,42,-198,105r0,-96r-135,0r0,517r142,0r0,-233","w":389,"k":{"q":18,"o":18,"n":-18,"g":28,"e":18,"d":18,"c":18,".":92,"-":55,",":92}},"s":{"d":"273,-81v-62,0,-107,-26,-109,-87r-135,0v7,132,107,181,243,181v132,0,236,-46,236,-179v0,-163,-209,-125,-311,-191v-10,-7,-14,-18,-14,-31v1,-40,39,-48,79,-48v52,0,95,17,97,70r135,0v-11,-120,-101,-165,-228,-165v-125,0,-224,39,-225,166v0,142,189,130,283,170v28,12,42,27,42,48v-2,49,-45,66,-93,66","w":537},"t":{"d":"294,-106v-49,-1,-60,-11,-60,-60r0,-256r104,0r0,-95r-104,0r0,-155r-142,0r0,155r-86,0r0,95r86,0r0,305v-7,127,129,130,246,117r0,-110v-13,3,-28,4,-44,4","w":352},"u":{"d":"243,13v71,-2,129,-33,158,-85r3,0r0,72r135,0r0,-517r-142,0r0,271v-1,96,-23,148,-110,148v-74,0,-91,-48,-91,-127r0,-292r-142,0r0,318v-1,136,50,215,189,212","w":593},"v":{"d":"340,0r175,-517r-141,0r-109,353r-2,0r-109,-353r-149,0r177,517r158,0","w":520,"k":{".":74,",":74}},"w":{"d":"645,0r163,-517r-146,0r-95,350r-2,0r-88,-350r-138,0r-86,351r-2,0r-95,-351r-150,0r164,517r147,0r88,-347r2,0r92,347r146,0","w":814,"k":{".":55,",":55}},"x":{"d":"186,-272r-186,272r159,0r108,-163r108,163r162,0r-191,-275r170,-242r-157,0r-90,135r-91,-135r-162,0","w":537},"y":{"d":"44,176v71,6,158,9,201,-22v27,-19,49,-48,64,-90r216,-581r-147,0r-113,354r-2,0r-117,-354r-151,0r181,485v23,62,-22,111,-91,95r-41,-4r0,117","w":519,"k":{".":74,",":74}},"z":{"d":"22,-107r0,107r475,0r0,-107r-288,0r269,-303r0,-107r-436,0r0,107r249,0","w":519},"{":{"d":"225,-546v0,-42,12,-73,54,-73r54,0r0,-112r-127,0v-72,8,-123,56,-123,135r0,188v-1,57,-39,86,-91,90r0,87v49,4,91,29,91,83r0,194v3,79,51,135,123,135r127,0r0,-112r-54,0v-42,0,-54,-31,-54,-72r0,-160v0,-68,-43,-101,-99,-110r0,-3v61,-8,100,-45,99,-118r0,-152","w":333},"|":{"d":"58,-786r0,999r107,0r0,-999r-107,0","w":223},"}":{"d":"108,-3v0,41,-12,72,-54,72r-54,0r0,112r127,0v72,-8,123,-56,123,-135r0,-194v2,-54,42,-79,92,-83r0,-87v-53,-4,-92,-33,-92,-90r0,-188v-3,-79,-51,-135,-123,-135r-127,0r0,112r54,0v42,0,54,31,54,73r0,152v0,73,38,110,99,118r0,3v-56,9,-99,43,-99,110r0,160","w":333},"~":{"d":"191,-233v104,-4,152,96,259,61v39,-13,61,-47,83,-79r-40,-93v-25,43,-66,92,-135,60v-66,-31,-171,-90,-246,-29v-20,15,-34,37,-45,59r40,93v16,-34,36,-70,84,-72","w":600},"\u2122":{"d":"398,-634r0,-80r-336,0r0,80r117,0r0,332r102,0r0,-332r117,0xm928,-302r0,-412r-135,0r-103,271r-103,-271r-136,0r0,412r96,0r0,-292r2,0r106,292r69,0r106,-292r2,0r0,292r96,0","w":1000},"\u2026":{"d":"754,-154r0,154r157,0r0,-154r-157,0xm421,-154r0,154r157,0r0,-154r-157,0xm88,-154r0,154r157,0r0,-154r-157,0","w":1000},"\u2013":{"d":"0,-334r0,122r500,0r0,-122r-500,0","w":500},"\u2014":{"d":"130,-334r0,122r740,0r0,-122r-740,0","w":1000},"\u201c":{"d":"196,-714v-85,15,-142,71,-142,168r0,153r142,0r0,-154r-66,0v1,-56,19,-86,66,-101r0,-66xm409,-714v-85,15,-142,71,-142,168r0,153r142,0r0,-154r-66,0v1,-56,19,-86,66,-101r0,-66","w":463},"\u201d":{"d":"54,-393v85,-15,142,-71,142,-168r0,-153r-142,0r0,154r66,0v-1,56,-19,86,-66,101r0,66xm267,-393v85,-15,142,-71,142,-168r0,-153r-142,0r0,154r66,0v-1,56,-19,86,-66,101r0,66","w":463},"\u2018":{"d":"210,-714v-85,15,-142,71,-142,168r0,153r142,0r0,-154r-66,0v1,-56,19,-86,66,-101r0,-66","w":278,"k":{"\u2018":95}},"\u2019":{"d":"68,-393v85,-15,142,-71,142,-168r0,-153r-142,0r0,154r66,0v-1,56,-19,86,-66,101r0,66","w":278,"k":{"\u2019":95,"t":18,"s":74}},"\u00d7":{"d":"64,-93r76,76r161,-161r160,161r76,-76r-161,-160r161,-160r-76,-76r-160,160r-159,-160r-76,76r159,160","w":600},"\u0400":{"d":"69,-714r534,0r0,132r-377,0r0,153r346,0r0,122r-346,0r0,175r385,0r0,132r-542,0r0,-714xm304,-920r96,142r-99,0r-153,-142r156,0","w":648},"\u0401":{"d":"69,-714r534,0r0,132r-377,0r0,153r346,0r0,122r-346,0r0,175r385,0r0,132r-542,0r0,-714xm308,-911r0,117r-134,0r0,-117r134,0xm514,-911r0,117r-135,0r0,-117r135,0","w":648},"\u0402":{"d":"764,-230v4,195,-158,269,-347,230r0,-118v93,23,189,-8,189,-112v0,-73,-48,-113,-122,-112v-83,1,-130,68,-130,159r0,183r-157,0r0,-582r-184,0r0,-132r575,0r0,132r-234,0r0,197v31,-43,98,-78,168,-78v154,2,239,77,242,233","w":804},"\u0403":{"d":"74,-714r496,0r0,132r-339,0r0,582r-157,0r0,-714xm230,-778r96,-142r157,0r-154,142r-99,0"},"\u0404":{"d":"698,-252v-27,165,-126,268,-316,268v-225,0,-344,-147,-344,-374v0,-172,81,-288,203,-344v112,-52,283,-25,355,40v47,42,88,97,98,172r-152,0v-16,-113,-205,-145,-282,-62v-28,30,-49,71,-59,119r258,0r0,123r-263,0v13,111,69,196,187,197v89,0,143,-46,162,-139r153,0","w":736},"\u0405":{"d":"625,-212v-2,200,-214,262,-411,214v-110,-27,-190,-101,-190,-239r152,0v2,94,66,132,158,132v70,0,139,-19,139,-89v0,-96,-130,-93,-212,-118v-107,-33,-209,-68,-213,-203v-8,-260,438,-276,530,-91v15,30,23,64,23,105r-152,0v-4,-80,-59,-106,-141,-108v-71,-2,-129,47,-100,115v76,70,242,58,331,122v45,32,87,80,86,160","w":649},"\u0406":{"d":"69,-714r157,0r0,714r-157,0r0,-714","w":295},"\u0407":{"d":"69,-714r157,0r0,714r-157,0r0,-714xm111,-911r0,117r-134,0r0,-117r134,0xm317,-911r0,117r-135,0r0,-117r135,0","w":295},"\u0408":{"d":"487,-225v0,154,-75,244,-238,241v-163,-3,-251,-96,-235,-282r142,0v-3,84,8,151,91,151v70,0,83,-50,83,-117r0,-482r157,0r0,489","w":556},"\u0409":{"d":"1095,-229v0,159,-102,229,-261,229r-316,0r0,-582r-209,0v-1,79,-1,146,-3,202v-6,169,-16,314,-126,372v-47,25,-129,17,-182,4r0,-120v45,11,107,9,124,-28v43,-91,34,-233,38,-372v2,-56,0,-119,0,-190r514,0r0,258r168,0v154,3,253,73,253,227xm943,-231v0,-128,-148,-99,-269,-102r0,205v121,-4,269,29,269,-103","w":1125},"\u040a":{"d":"1093,-224v0,156,-104,224,-261,224r-317,0r0,-314r-289,0r0,314r-157,0r0,-714r157,0r0,268r289,0r0,-268r157,0r0,268r168,0v152,3,253,70,253,222xm941,-226v0,-125,-151,-93,-269,-97r0,195v118,-5,269,29,269,-98","w":1123},"\u040b":{"d":"477,-318v-43,0,-86,10,-123,16r0,302r-157,0r0,-582r-184,0r0,-132r575,0r0,132r-234,0r0,154v43,-9,98,-19,149,-20v167,-2,241,80,241,249r0,199r-156,0r0,-201v-1,-85,-28,-116,-111,-117","w":804},"\u040c":{"d":"69,-714r157,0r0,296r279,-296r196,0r-279,282r306,432r-197,0r-215,-321r-90,91r0,230r-157,0r0,-714xm274,-778r96,-142r157,0r-154,142r-99,0","w":722},"\u040d":{"d":"69,-714r156,0r0,495r3,0r272,-495r176,0r0,714r-156,0r0,-496r-3,0r-272,496r-176,0r0,-714xm342,-920r96,142r-99,0r-153,-142r156,0","w":745},"\u040e":{"d":"165,-119v63,0,86,-55,61,-109r-231,-486r173,0r164,372r155,-372r167,0r-240,526v-52,103,-90,199,-237,201v-30,1,-66,-7,-87,-13r0,-127v19,5,44,8,75,8xm493,-929v2,102,-65,154,-163,154v-98,0,-165,-52,-163,-154r56,0v9,47,52,71,107,71v55,0,98,-24,107,-71r56,0","w":647},"\u040f":{"d":"290,0r-221,0r0,-714r157,0r0,582r280,0r0,-582r157,0r0,714r-222,0r0,163r-151,0r0,-163","w":732},"\u0410":{"d":"264,-714r161,0r267,714r-163,0r-54,-159r-267,0r-56,159r-158,0xm434,-276r-90,-262r-2,0r-93,262r185,0","w":685},"\u0411":{"d":"665,-226v0,159,-102,226,-261,226r-335,0r0,-714r530,0r0,129r-373,0r0,135r186,0v154,2,253,70,253,224xm513,-228v0,-132,-164,-93,-287,-99r0,199v123,-7,287,36,287,-100","w":702},"\u0412":{"d":"667,-207v0,145,-109,207,-252,207r-346,0r0,-714r336,0v135,0,228,42,228,177v-1,80,-39,121,-97,149v82,22,131,84,131,181xm510,-216v0,-135,-160,-97,-284,-102r0,196v120,-7,284,35,284,-94xm481,-510v0,-113,-149,-75,-255,-82r0,167v108,-6,255,31,255,-85","w":704},"\u0413":{"d":"74,-714r496,0r0,132r-339,0r0,582r-157,0r0,-714"},"\u0414":{"d":"68,-132v102,-127,100,-350,98,-582r518,0r0,582r78,0r0,295r-151,0r0,-163r-452,0r0,163r-151,0r0,-295r60,0xm316,-585v1,183,-12,339,-79,453r290,0r0,-453r-211,0","w":772},"\u0415":{"d":"69,-714r534,0r0,132r-377,0r0,153r346,0r0,122r-346,0r0,175r385,0r0,132r-542,0r0,-714","w":648},"\u0416":{"d":"279,-423r-259,-291r185,0r250,294r0,-294r151,0r0,294r250,-294r185,0r-259,291r285,423r-194,0r-190,-312r-77,87r0,225r-151,0r0,-225r-77,-87r-191,312r-193,0","w":1061},"\u0417":{"d":"475,-389v112,13,168,152,113,263v-43,86,-131,140,-258,142v-184,2,-305,-86,-309,-256r155,0v4,92,60,134,154,136v70,1,123,-50,123,-116v0,-97,-89,-104,-188,-100r0,-106v95,8,171,-17,171,-96v0,-58,-47,-89,-107,-88v-76,0,-126,39,-132,108r-148,0v6,-160,120,-229,281,-229v141,0,247,63,253,199v3,73,-47,130,-108,143","w":647},"\u0418":{"d":"69,-714r156,0r0,495r3,0r272,-495r176,0r0,714r-156,0r0,-496r-3,0r-272,496r-176,0r0,-714","w":745},"\u0419":{"d":"69,-714r156,0r0,495r3,0r272,-495r176,0r0,714r-156,0r0,-496r-3,0r-272,496r-176,0r0,-714xm545,-929v2,102,-65,154,-163,154v-98,0,-165,-52,-163,-154r56,0v9,47,52,71,107,71v55,0,98,-24,107,-71r56,0","w":745},"\u041a":{"d":"69,-714r157,0r0,296r279,-296r196,0r-279,282r306,432r-197,0r-215,-321r-90,91r0,230r-157,0r0,-714","w":722},"\u041b":{"d":"180,-8v-47,25,-129,17,-182,4r0,-120v45,11,107,9,124,-28v43,-91,34,-233,38,-372v2,-56,0,-119,0,-190r514,0r0,714r-156,0r0,-582r-209,0v-1,79,-1,146,-3,202v-6,169,-16,314,-126,372","w":743},"\u041c":{"d":"69,-714r221,0r167,491r2,0r158,-491r221,0r0,714r-147,0r0,-506r-2,0r-175,506r-121,0r-175,-501r-2,0r0,501r-147,0r0,-714","w":907},"\u041d":{"d":"69,-714r157,0r0,274r289,0r0,-274r157,0r0,714r-157,0r0,-308r-289,0r0,308r-157,0r0,-714","w":741},"\u041e":{"d":"536,-12v-84,38,-211,38,-295,0v-123,-55,-203,-170,-203,-342v0,-174,79,-292,203,-348v84,-39,211,-38,295,0v124,56,204,174,204,348v0,172,-81,287,-204,342xm195,-354v0,136,56,239,194,239v138,0,194,-103,194,-239v0,-139,-54,-245,-194,-245v-140,0,-194,106,-194,245","w":778},"\u041f":{"d":"69,-714r594,0r0,714r-157,0r0,-582r-280,0r0,582r-157,0r0,-714","w":732},"\u0420":{"d":"638,-485v0,149,-92,229,-247,229r-165,0r0,256r-157,0r0,-714r322,0v156,1,247,81,247,229xm486,-485v0,-128,-138,-106,-260,-107r0,214v122,-1,260,21,260,-107","w":667},"\u0421":{"d":"703,-275v-20,178,-122,291,-314,291v-176,0,-278,-93,-327,-224v-53,-146,-5,-332,69,-414v74,-82,226,-138,369,-92v107,35,182,113,197,240r-152,0v-15,-75,-70,-125,-156,-125v-140,0,-194,106,-194,245v0,136,56,237,194,239v100,2,151,-69,162,-160r152,0","w":741},"\u0422":{"d":"227,-582r-214,0r0,-132r585,0r0,132r-214,0r0,582r-157,0r0,-582","w":611},"\u0423":{"d":"165,-119v63,0,86,-55,61,-109r-231,-486r173,0r164,372r155,-372r167,0r-240,526v-52,103,-90,199,-237,201v-30,1,-66,-7,-87,-13r0,-127v19,5,44,8,75,8","w":647},"\u0424":{"d":"828,-364v0,196,-129,289,-319,302r0,78r-155,0r0,-78v-190,-12,-319,-106,-319,-302v0,-192,128,-287,319,-297r0,-70r155,0r0,70v191,9,319,105,319,297xm354,-548v-156,-5,-217,201,-122,310v28,31,67,58,122,59r0,-369xm509,-179v184,6,225,-289,71,-353v-21,-9,-45,-15,-71,-16r0,369","w":863},"\u0425":{"d":"244,-374r-230,-340r182,0r140,228r145,-228r172,0r-229,341r249,373r-187,0r-156,-247r-159,247r-176,0","w":667},"\u0426":{"d":"591,0r-522,0r0,-714r157,0r0,582r280,0r0,-582r157,0r0,582r79,0r0,295r-151,0r0,-163","w":752},"\u0427":{"d":"312,-381v47,0,101,-9,141,-16r0,-317r157,0r0,714r-157,0r0,-271v-44,9,-101,19,-153,20v-170,1,-255,-78,-255,-249r0,-214r156,0r0,216v1,85,28,117,111,117","w":680},"\u0428":{"d":"69,-714r157,0r0,582r236,0r0,-582r157,0r0,582r236,0r0,-582r157,0r0,714r-943,0r0,-714","w":1081},"\u0429":{"d":"940,0r-871,0r0,-714r157,0r0,582r236,0r0,-582r157,0r0,582r236,0r0,-582r157,0r0,582r79,0r0,295r-151,0r0,-163","w":1101},"\u042a":{"d":"784,-229v0,159,-102,229,-261,229r-317,0r0,-582r-193,0r0,-132r350,0r0,258r168,0v154,3,253,73,253,227xm632,-231v0,-128,-148,-99,-269,-102r0,205v121,-4,269,29,269,-103","w":814},"\u042b":{"d":"627,-229v0,159,-102,229,-261,229r-297,0r0,-714r157,0r0,258r148,0v154,3,253,73,253,227xm475,-231v0,-121,-133,-102,-249,-102r0,205v117,-2,249,22,249,-103xm703,-714r157,0r0,714r-157,0r0,-714","w":929},"\u042c":{"d":"647,-229v0,159,-102,229,-261,229r-317,0r0,-714r157,0r0,258r168,0v154,3,253,73,253,227xm495,-231v0,-128,-148,-99,-269,-102r0,205v121,-4,269,29,269,-103","w":677},"\u042d":{"d":"44,-490v27,-149,134,-241,306,-241v175,0,278,96,326,227v53,147,11,341,-70,417v-84,118,-357,137,-470,29v-50,-48,-85,-112,-98,-194r151,0v19,92,75,138,166,138v115,-1,176,-86,188,-196r-264,0r0,-123r259,0v-20,-95,-71,-166,-185,-168v-82,0,-142,45,-160,111r-149,0","w":738},"\u042e":{"d":"345,-440v31,-169,126,-291,319,-291v215,0,321,156,321,375v0,171,-72,290,-191,345v-40,18,-83,27,-131,27v-203,0,-302,-136,-322,-329r-115,0r0,313r-157,0r0,-714r157,0r0,274r119,0xm497,-359v-2,135,49,244,167,244v116,0,163,-112,163,-244v0,-133,-47,-240,-165,-240v-124,0,-163,110,-165,240","w":1023},"\u042f":{"d":"61,-496v3,-148,98,-218,245,-218r350,0r0,714r-156,0r0,-269r-111,0r-190,269r-196,0r216,-282v-93,-23,-160,-97,-158,-214xm214,-495v0,136,157,106,286,109r0,-205v-121,6,-286,-34,-286,96","w":725},"\u0430":{"d":"382,-50v-39,42,-100,63,-174,63v-106,0,-174,-48,-176,-154v-2,-158,162,-149,293,-174v29,-6,51,-18,51,-51v0,-55,-37,-71,-92,-70v-58,1,-89,23,-94,78r-142,0v10,-126,110,-173,243,-173v119,0,227,28,227,147r0,269v0,41,3,91,18,115r-144,0v-5,-15,-9,-32,-10,-50xm174,-147v0,51,37,65,87,66v101,2,121,-70,115,-172v-58,45,-202,4,-202,106"},"\u0431":{"d":"569,-252v0,170,-99,262,-269,265v-231,4,-270,-215,-246,-445v18,-175,119,-265,312,-272v28,-1,60,-5,65,-27r125,0v-6,135,-119,145,-250,158v-117,11,-169,88,-181,203r3,0v31,-82,92,-147,204,-147v152,0,237,109,237,265xm192,-252v0,93,36,159,118,159v81,0,117,-68,117,-160v0,-91,-35,-161,-119,-161v-80,0,-116,72,-116,162","w":607},"\u0432":{"d":"544,-154v-3,104,-72,154,-175,154r-311,0r0,-517r297,0v94,2,164,36,165,130v1,54,-31,90,-70,107v53,15,95,55,94,126xm397,-160v0,-90,-113,-65,-199,-69r0,137v85,-4,199,23,199,-68xm376,-369v0,-80,-104,-53,-178,-58r0,118v76,-4,178,21,178,-60","w":581},"\u0433":{"d":"59,-517r390,0r0,107r-248,0r0,410r-142,0r0,-517","w":453},"\u0434":{"d":"69,-107v50,-103,71,-249,65,-410r413,0r0,410r67,0r0,249r-133,0r0,-142r-341,0r0,142r-133,0r0,-249r62,0xm266,-411v2,120,-24,223,-58,304r197,0r0,-304r-139,0","w":624},"\u0435":{"d":"535,-160v-35,113,-109,169,-242,173v-206,5,-311,-184,-245,-379v33,-97,116,-165,245,-165v174,0,257,126,251,307r-373,0v3,87,42,129,127,131v51,1,101,-32,112,-67r125,0xm402,-314v-14,-67,-37,-110,-113,-110v-75,0,-111,44,-118,110r231,0"},"\u0436":{"d":"193,-318r-178,-199r157,0r167,206r0,-206r134,0r0,206r167,-206r157,0r-181,202r201,315r-164,0r-127,-215r-53,60r0,155r-134,0r0,-155r-53,-60r-127,215r-164,0","w":812},"\u0437":{"d":"505,-153v-1,157,-180,187,-333,157v-86,-17,-147,-70,-150,-172r135,0v5,57,46,86,110,86v55,0,90,-23,92,-69v2,-69,-68,-77,-144,-72r0,-89v69,1,137,1,135,-67v-1,-37,-34,-60,-81,-58v-60,1,-90,16,-98,71r-132,0v12,-118,105,-165,233,-165v121,0,216,30,216,139v0,65,-45,98,-93,116v67,8,110,46,110,123","w":542},"\u0438":{"d":"54,-517r136,0r0,350r195,-350r161,0r0,517r-136,0r0,-350r-195,350r-161,0r0,-517","w":600},"\u0439":{"d":"54,-517r136,0r0,350r195,-350r161,0r0,517r-136,0r0,-350r-195,350r-161,0r0,-517xm458,-723v5,123,-108,165,-223,136v-59,-15,-95,-60,-95,-136r56,0v9,47,47,66,103,66v56,0,94,-19,103,-66r56,0","w":600},"\u043a":{"d":"54,-517r142,0r0,220r190,-220r167,0r-197,206r225,311r-172,0r-145,-215r-68,72r0,143r-142,0r0,-517"},"\u043b":{"d":"257,-410v-9,198,27,418,-172,418v-27,0,-60,-4,-82,-10r0,-109v46,13,94,2,101,-46v16,-104,15,-215,16,-360r425,0r0,517r-142,0r0,-410r-146,0","w":599},"\u043c":{"d":"54,-517r206,0r107,376r4,0r107,-376r206,0r0,517r-134,0r0,-393r-3,0r-111,393r-134,0r-111,-393r-3,0r0,393r-134,0r0,-517","w":738},"\u043d":{"d":"54,-517r142,0r0,188r201,0r0,-188r142,0r0,517r-142,0r0,-217r-201,0r0,217r-142,0r0,-517","w":593},"\u043e":{"d":"573,-258v0,171,-98,271,-268,271v-170,0,-267,-101,-267,-271v0,-171,97,-273,267,-273v170,0,268,102,268,273xm180,-258v0,92,31,165,125,165v94,0,126,-72,126,-165v0,-93,-32,-166,-126,-166v-93,0,-125,73,-125,166","w":611},"\u043f":{"d":"54,-517r475,0r0,517r-142,0r0,-410r-191,0r0,410r-142,0r0,-517","w":583},"\u0440":{"d":"353,13v-71,0,-125,-31,-155,-77r-2,0r0,245r-142,0r0,-698r135,0v2,21,-4,49,2,66v30,-51,81,-80,154,-80v162,0,235,117,235,278v0,153,-73,266,-227,266xm191,-257v0,92,32,164,124,164v92,0,123,-72,123,-164v0,-91,-33,-167,-124,-167v-92,0,-123,75,-123,167","w":611},"\u0441":{"d":"548,-198v-16,131,-107,211,-249,211v-164,0,-257,-101,-261,-264v-5,-201,147,-320,352,-268v85,22,147,82,155,184r-139,0v-9,-59,-44,-89,-105,-89v-90,0,-121,79,-121,168v0,87,30,161,118,163v70,1,104,-44,113,-105r137,0"},"\u0442":{"d":"180,-410r-170,0r0,-107r482,0r0,107r-170,0r0,410r-142,0r0,-410","w":502},"\u0443":{"d":"116,64v53,3,79,-48,60,-96r-181,-485r151,0r117,354r2,0r113,-354r147,0r-216,581v-30,80,-73,116,-178,117v-30,0,-59,-3,-87,-5r0,-117","w":519},"\u0444":{"d":"609,13v-42,1,-89,-24,-107,-48r-3,0r0,216r-142,0r0,-216r-3,0v-18,24,-65,49,-107,48v-155,-4,-209,-124,-209,-279v0,-149,58,-259,202,-265v54,-2,96,22,114,53r3,0r0,-236r142,0r0,236r3,0v17,-31,60,-55,114,-53v144,6,202,116,202,265v0,155,-54,275,-209,279xm180,-263v0,86,16,167,100,170v39,1,71,-21,77,-50r0,-226v-9,-36,-43,-55,-81,-55v-78,0,-96,75,-96,161xm499,-143v6,29,39,51,77,50v84,-3,100,-84,100,-170v0,-87,-18,-161,-96,-161v-38,0,-72,19,-81,55r0,226","w":856},"\u0445":{"d":"186,-272r-170,-245r162,0r91,135r90,-135r157,0r-170,242r191,275r-162,0r-108,-163r-108,163r-159,0","w":537},"\u0446":{"d":"460,0r-406,0r0,-517r142,0r0,410r191,0r0,-410r142,0r0,410r64,0r0,249r-133,0r0,-142","w":603},"\u0447":{"d":"181,-517v8,97,-34,240,79,232v41,-3,83,-7,118,-15r0,-217r142,0r0,517r-142,0r0,-198v-48,11,-105,23,-165,23v-115,1,-173,-70,-173,-182r0,-160r141,0"},"\u0448":{"d":"54,-517r141,0r0,410r154,0r0,-410r141,0r0,410r154,0r0,-410r141,0r0,517r-731,0r0,-517","w":839},"\u0449":{"d":"711,0r-657,0r0,-517r141,0r0,410r151,0r0,-410r141,0r0,410r151,0r0,-410r141,0r0,410r65,0r0,249r-133,0r0,-142","w":854},"\u044a":{"d":"620,-170v0,117,-78,170,-195,170r-273,0r0,-410r-142,0r0,-107r284,0r0,178r137,0v113,3,189,56,189,169xm477,-170v0,-86,-98,-74,-183,-73r0,145v84,-1,183,15,183,-72","w":646},"\u044b":{"d":"522,-170v0,117,-78,170,-195,170r-273,0r0,-517r142,0r0,178r137,0v113,3,189,56,189,169xm379,-170v0,-86,-98,-74,-183,-73r0,145v84,-1,183,15,183,-72xm583,-517r141,0r0,517r-141,0r0,-517","w":778},"\u044c":{"d":"522,-170v0,117,-78,170,-195,170r-273,0r0,-517r142,0r0,178r137,0v113,3,189,56,189,169xm379,-170v0,-86,-98,-74,-183,-73r0,145v84,-1,183,15,183,-72","w":548},"\u044d":{"d":"538,-254v0,167,-96,267,-263,267v-134,0,-227,-69,-243,-191r135,0v13,51,47,89,108,89v79,0,112,-59,121,-133r-171,0r0,-90r168,0v-11,-65,-50,-116,-121,-116v-55,0,-93,31,-104,80r-136,0v16,-113,110,-186,241,-183v170,4,265,106,265,277","w":576},"\u044e":{"d":"797,-258v0,166,-85,268,-251,271v-151,2,-238,-93,-250,-233r-100,0r0,220r-142,0r0,-517r142,0r0,197r103,0v20,-125,106,-213,249,-211v165,3,249,108,249,273xm436,-258v0,94,27,165,110,165v83,0,109,-72,109,-166v0,-91,-30,-165,-111,-165v-79,0,-109,76,-108,166","w":835},"\u044f":{"d":"40,-355v3,-101,68,-162,171,-162r313,0r0,517r-142,0r0,-182r-67,0r-141,182r-174,0r164,-194v-72,-11,-127,-77,-124,-161xm184,-350v0,88,115,62,198,66r0,-130v-82,4,-198,-22,-198,64","w":578},"\u0450":{"d":"535,-160v-35,113,-109,169,-242,173v-206,5,-311,-184,-245,-379v33,-97,116,-165,245,-165v174,0,257,126,251,307r-373,0v3,87,42,129,127,131v51,1,101,-32,112,-67r125,0xm402,-314v-14,-67,-37,-110,-113,-110v-75,0,-111,44,-118,110r231,0xm267,-723r96,142r-99,0r-153,-142r156,0"},"\u0451":{"d":"535,-160v-35,113,-109,169,-242,173v-206,5,-311,-184,-245,-379v33,-97,116,-165,245,-165v174,0,257,126,251,307r-373,0v3,87,42,129,127,131v51,1,101,-32,112,-67r125,0xm402,-314v-14,-67,-37,-110,-113,-110v-75,0,-111,44,-118,110r231,0xm256,-714r0,117r-134,0r0,-117r134,0xm462,-714r0,117r-135,0r0,-117r135,0"},"\u0452":{"d":"559,-56v3,174,-105,257,-292,234r0,-114r42,2v150,11,108,-181,108,-316v0,-79,-17,-127,-91,-127v-87,0,-109,52,-110,148r0,229r-142,0r0,-535r-82,0r0,-96r82,0r0,-83r142,0r0,83r208,0r0,96r-208,0r0,132r3,0v28,-51,84,-85,151,-86v139,-3,189,76,189,213r0,220","w":613},"\u0453":{"d":"59,-517r390,0r0,107r-248,0r0,410r-142,0r0,-517xm155,-581r96,-142r157,0r-154,142r-99,0","w":453},"\u0454":{"d":"544,-178v-16,122,-109,191,-243,191v-167,0,-263,-100,-263,-267v0,-171,95,-273,265,-277v131,-3,225,70,241,183r-136,0v-10,-79,-129,-106,-184,-49v-21,21,-34,49,-41,85r168,0r0,90r-171,0v9,75,42,133,121,133v61,0,95,-38,108,-89r135,0","w":576},"\u0455":{"d":"508,-166v2,162,-167,201,-324,170v-88,-17,-150,-69,-155,-172r135,0v2,61,47,87,109,87v48,0,91,-17,93,-66v0,-21,-14,-36,-42,-48v-93,-40,-283,-28,-283,-170v0,-154,160,-185,307,-158v82,15,138,64,146,157r-135,0v-2,-53,-45,-70,-97,-70v-40,0,-79,8,-79,48v0,66,101,60,161,77v81,23,163,45,164,145","w":537},"\u0456":{"d":"58,-517r142,0r0,517r-142,0r0,-517xm58,-714r142,0r0,117r-142,0r0,-117","w":258},"\u0457":{"d":"93,-714r0,117r-134,0r0,-117r134,0xm299,-714r0,117r-135,0r0,-117r135,0xm200,-517r0,517r-142,0r0,-517r142,0","w":258},"\u0458":{"d":"209,25v10,134,-97,169,-227,152r0,-117v35,9,85,6,85,-42r0,-535r142,0r0,542xm67,-714r142,0r0,117r-142,0r0,-117","w":278},"\u0459":{"d":"257,-410v-9,198,27,418,-172,418v-27,0,-60,-4,-82,-10r0,-109v46,13,94,2,101,-46v16,-104,15,-215,16,-360r425,0r0,178r137,0v113,3,189,56,189,169v0,117,-78,170,-195,170r-273,0r0,-410r-146,0xm728,-170v0,-86,-98,-74,-183,-73r0,145v84,-1,183,15,183,-72","w":897},"\u045a":{"d":"865,-165v0,116,-79,165,-195,165r-273,0r0,-217r-201,0r0,217r-142,0r0,-517r142,0r0,188r201,0r0,-188r142,0r0,188r137,0v112,3,189,51,189,164xm722,-165v0,-85,-101,-66,-183,-68r0,135v81,-3,183,19,183,-67","w":891},"\u045b":{"d":"326,-377v-87,0,-109,52,-110,148r0,229r-142,0r0,-535r-82,0r0,-96r82,0r0,-83r142,0r0,83r208,0r0,96r-208,0r0,132r3,0v28,-51,84,-85,151,-86v139,-3,189,76,189,213r0,276r-142,0r0,-250v-1,-79,-17,-127,-91,-127","w":613},"\u045c":{"d":"54,-517r142,0r0,220r190,-220r167,0r-197,206r225,311r-172,0r-145,-215r-68,72r0,143r-142,0r0,-517xm210,-581r96,-142r157,0r-154,142r-99,0"},"\u045d":{"d":"54,-517r136,0r0,350r195,-350r161,0r0,517r-136,0r0,-350r-195,350r-161,0r0,-517xm290,-723r96,142r-99,0r-153,-142r156,0","w":600},"\u045e":{"d":"116,64v53,3,79,-48,60,-96r-181,-485r151,0r117,354r2,0r113,-354r147,0r-216,581v-30,80,-73,116,-178,117v-30,0,-59,-3,-87,-5r0,-117xm424,-723v5,123,-108,165,-223,136v-59,-15,-95,-60,-95,-136r56,0v9,47,47,66,103,66v56,0,94,-19,103,-66r56,0","w":519},"\u045f":{"d":"225,0r-171,0r0,-517r142,0r0,410r191,0r0,-410r142,0r0,517r-170,0r0,142r-134,0r0,-142","w":583},"\u0462":{"d":"724,-218v0,157,-105,218,-261,218r-317,0r0,-526r-146,0r0,-105r146,0r0,-83r157,0r0,83r211,0r0,105r-211,0r0,91r168,0v151,3,253,67,253,217xm572,-220v0,-120,-154,-87,-269,-92r0,184v114,-6,269,32,269,-92","w":754},"\u0463":{"d":"562,-170v0,117,-78,170,-195,170r-273,0r0,-422r-104,0r0,-95r104,0r0,-197r142,0r0,197r165,0r0,95r-165,0r0,83r137,0v113,3,189,56,189,169xm419,-170v0,-86,-98,-74,-183,-73r0,145v84,-1,183,15,183,-72","w":588},"\u046a":{"d":"327,-298v-83,1,-110,32,-111,117r0,181r-156,0r0,-169v-3,-169,74,-251,241,-249r70,0r-190,-296r639,0r-189,296v203,-14,313,54,306,249r0,169r-156,0r0,-181v-1,-85,-28,-117,-111,-117r-93,0r0,298r-157,0r0,-298r-93,0xm593,-602r-178,0r88,156","w":997},"\u046b":{"d":"266,-202v-105,-9,-74,110,-79,202r-141,0r0,-110v0,-112,58,-183,173,-182r71,0r-149,-225r520,0r-151,225r93,0v115,-1,173,70,173,182r0,110r-141,0v-5,-92,25,-212,-79,-202r-83,0r0,202r-142,0r0,-202r-65,0xm463,-427r-119,0r60,105","w":822},"\u0472":{"d":"536,-12v-84,38,-211,38,-295,0v-123,-55,-203,-170,-203,-342v0,-174,79,-292,203,-348v84,-39,211,-38,295,0v124,56,204,174,204,348v0,172,-81,287,-204,342xm195,-298v18,106,71,187,194,187v132,0,185,-93,197,-216v-28,29,-52,73,-103,73v-91,0,-148,-119,-249,-74v-15,7,-28,18,-39,30xm192,-390v32,-38,82,-87,150,-54v58,28,118,100,198,59v17,-9,31,-19,42,-32v-18,-105,-70,-186,-193,-186v-132,0,-183,93,-197,213","w":778},"\u0473":{"d":"573,-258v0,171,-98,271,-268,271v-170,0,-267,-101,-267,-271v0,-171,97,-273,267,-273v170,0,268,102,268,273xm180,-204v8,84,92,142,181,104v45,-19,65,-69,72,-127v-16,19,-39,43,-70,43v-61,0,-91,-85,-157,-45v-11,7,-19,16,-26,25xm249,-337v63,1,85,80,154,49v11,-5,20,-12,28,-21v1,-108,-152,-161,-220,-77v-19,25,-30,60,-34,99v17,-21,38,-50,72,-50","w":611},"\u0474":{"d":"695,-596v-49,-13,-107,-4,-121,40r-173,556r-177,0r-231,-714r161,0r159,502r2,0r120,-399v22,-101,146,-139,260,-105r0,120","w":670},"\u0475":{"d":"549,-410v-40,-11,-82,0,-93,36r-116,374r-158,0r-177,-517r149,0r109,353r2,0r68,-257v17,-63,52,-108,134,-107v28,0,60,3,82,9r0,109","w":540},"\u048c":{"d":"724,-218v0,157,-105,218,-261,218r-317,0r0,-609r-146,0r0,-105r146,0r0,-106r157,0r0,106r151,0r0,105r-151,0r0,174r168,0v151,3,253,67,253,217xm572,-220v0,-120,-154,-87,-269,-92r0,184v114,-6,269,32,269,-92","w":754},"\u048d":{"d":"562,-170v0,117,-78,170,-195,170r-273,0r0,-422r-104,0r0,-95r104,0r0,-108r142,0r0,108r118,0r0,95r-118,0r0,83r137,0v113,3,189,56,189,169xm419,-170v0,-86,-98,-74,-183,-73r0,145v84,-1,183,15,183,-72","w":588},"\u0490":{"d":"69,-714r346,0r0,-157r151,0r0,289r-340,0r0,582r-157,0r0,-714"},"\u0491":{"d":"59,-517r261,0r0,-141r129,0r0,248r-248,0r0,410r-142,0r0,-517","w":453},"\u0492":{"d":"127,-307r-103,0r0,-122r103,0r0,-285r496,0r0,132r-339,0r0,153r187,0r0,122r-187,0r0,307r-157,0r0,-307","w":627},"\u0493":{"d":"101,-213r-83,0r0,-91r83,0r0,-213r390,0r0,107r-248,0r0,106r145,0r0,91r-145,0r0,213r-142,0r0,-213","w":495},"\u0496":{"d":"926,0r-53,0r-190,-312r-77,87r0,225r-151,0r0,-225r-77,-87r-191,312r-193,0r285,-423r-259,-291r185,0r250,294r0,-294r151,0r0,294r250,-294r185,0r-259,291r196,291r99,0r0,295r-151,0r0,-163","w":1082},"\u0497":{"d":"696,0r-43,0r-127,-215r-53,60r0,155r-134,0r0,-155r-53,-60r-127,215r-164,0r198,-318r-178,-199r157,0r167,206r0,-206r134,0r0,206r167,-206r157,0r-181,202r133,208r80,0r0,249r-133,0r0,-142","w":832},"\u0498":{"d":"443,117v0,120,-155,113,-241,78r21,-48v31,13,121,41,124,-16v2,-40,-52,-35,-80,-25r-21,-24r47,-67v-162,-10,-268,-94,-272,-255r155,0v4,92,60,134,154,136v70,1,123,-50,123,-116v0,-97,-89,-104,-188,-100r0,-106v95,8,171,-17,171,-96v0,-58,-47,-89,-107,-88v-76,0,-126,39,-132,108r-148,0v6,-160,120,-229,281,-229v141,0,247,63,253,199v3,73,-47,130,-108,143v111,13,169,148,115,261v-41,85,-129,139,-249,144r-26,36v56,-14,128,4,128,65","w":647},"\u0499":{"d":"390,117v0,120,-155,113,-241,78r21,-48v31,13,121,41,124,-16v2,-40,-52,-35,-80,-25r-21,-24r49,-70v-124,-7,-215,-53,-220,-180r135,0v5,57,46,86,110,86v55,0,90,-23,92,-69v2,-69,-68,-77,-144,-72r0,-89v69,1,137,1,135,-67v-1,-37,-34,-60,-81,-58v-60,1,-90,16,-98,71r-132,0v12,-118,105,-165,233,-165v121,0,216,30,216,139v0,65,-45,98,-93,116v123,-3,141,185,51,242v-40,25,-94,42,-156,46r-28,40v56,-14,128,4,128,65","w":542},"\u049a":{"d":"587,0r-56,0r-215,-321r-90,91r0,230r-157,0r0,-714r157,0r0,296r279,-296r196,0r-279,282r213,300r103,0r0,295r-151,0r0,-163","w":743},"\u049b":{"d":"450,0r-41,0r-145,-215r-68,72r0,143r-142,0r0,-517r142,0r0,220r190,-220r167,0r-197,206r149,204r78,0r0,249r-133,0r0,-142","w":586},"\u049c":{"d":"69,-714r157,0r0,274r47,0r0,-133r80,0r0,133r12,0r200,-274r176,0r-253,332r270,382r-197,0r-203,-308r-5,0r0,135r-80,0r0,-135r-47,0r0,308r-157,0r0,-714","w":752},"\u049d":{"d":"54,-517r142,0r0,194r38,0r0,-92r65,0r0,92r5,0r145,-194r156,0r-188,234r204,283r-172,0r-145,-215r-5,0r0,95r-65,0r0,-95r-38,0r0,215r-142,0r0,-517","w":615},"\u04a0":{"d":"206,-582r-193,0r0,-132r350,0r0,296r279,-296r196,0r-279,282r306,432r-197,0r-215,-321r-90,91r0,230r-157,0r0,-582","w":859},"\u04a1":{"d":"152,-410r-142,0r0,-107r284,0r0,220r190,-220r167,0r-197,206r225,311r-172,0r-145,-215r-68,72r0,143r-142,0r0,-410","w":672},"\u04a2":{"d":"600,0r-85,0r0,-308r-289,0r0,308r-157,0r0,-714r157,0r0,274r289,0r0,-274r157,0r0,582r79,0r0,295r-151,0r0,-163","w":761},"\u04a3":{"d":"470,0r-73,0r0,-217r-201,0r0,217r-142,0r0,-517r142,0r0,188r201,0r0,-188r142,0r0,410r64,0r0,249r-133,0r0,-142","w":610},"\u04a4":{"d":"69,-714r157,0r0,274r289,0r0,-274r496,0r0,132r-339,0r0,582r-157,0r0,-308r-289,0r0,308r-157,0r0,-714","w":1015},"\u04a5":{"d":"54,-517r142,0r0,188r201,0r0,-188r390,0r0,107r-248,0r0,410r-142,0r0,-217r-201,0r0,217r-142,0r0,-517","w":791},"\u04aa":{"d":"503,117v0,120,-155,113,-241,78r21,-48v31,13,121,41,124,-16v2,-40,-52,-35,-80,-25r-21,-24r47,-68v-200,-22,-315,-154,-315,-368v0,-174,80,-291,203,-348v111,-51,278,-26,353,38v52,44,94,105,103,190r-152,0v-15,-75,-70,-125,-156,-125v-140,0,-194,106,-194,245v0,136,56,237,194,239v100,2,151,-69,162,-160r152,0v-19,175,-120,280,-302,291r-26,36v56,-14,128,4,128,65","w":741},"\u04ab":{"d":"423,117v0,120,-155,113,-241,78r21,-48v31,13,121,41,124,-16v2,-40,-52,-35,-80,-25r-21,-24r49,-70v-147,-15,-234,-106,-237,-263v-4,-201,147,-320,352,-268v85,22,147,82,155,184r-139,0v-9,-59,-44,-89,-105,-89v-90,0,-121,79,-121,168v0,87,30,161,118,163v70,1,104,-44,113,-105r137,0v-17,125,-96,201,-225,210r-28,40v56,-14,128,4,128,65"},"\u04ae":{"d":"254,-278r-262,-436r176,0r167,282r166,-282r175,0r-265,440r0,274r-157,0r0,-278","w":667},"\u04af":{"d":"188,-17r-193,-500r151,0r117,344r2,0r113,-344r147,0r-195,507r0,191r-142,0r0,-198","w":519},"\u04b0":{"d":"254,-134r-154,0r0,-105r154,0r0,-39r-262,-436r176,0r167,282r166,-282r175,0r-265,440r0,35r154,0r0,105r-154,0r0,134r-157,0r0,-134","w":667},"\u04b1":{"d":"188,103r-122,0r0,-95r122,0r0,-25r-193,-500r151,0r117,344r2,0r113,-344r147,0r-195,507r0,18r122,0r0,95r-122,0r0,78r-142,0r0,-78","w":519},"\u04b2":{"d":"532,0r-46,0r-156,-247r-159,247r-176,0r249,-374r-230,-340r182,0r140,228r145,-228r172,0r-229,341r161,241r98,0r0,295r-151,0r0,-163","w":688},"\u04b3":{"d":"375,0r-108,-163r-108,163r-159,0r186,-272r-170,-245r162,0r91,135r90,-135r157,0r-170,242r117,168r87,0r0,249r-133,0r0,-142r-42,0","w":553},"\u04b6":{"d":"312,-381v47,0,101,-9,141,-16r0,-317r157,0r0,582r79,0r0,295r-151,0r0,-163r-85,0r0,-271v-44,9,-101,19,-153,20v-170,1,-255,-78,-255,-249r0,-214r156,0r0,216v1,85,28,117,111,117","w":699},"\u04b7":{"d":"181,-517v8,97,-34,240,79,232v41,-3,83,-7,118,-15r0,-217r142,0r0,410r64,0r0,249r-133,0r0,-142r-73,0r0,-198v-48,11,-105,23,-165,23v-115,1,-173,-70,-173,-182r0,-160r141,0","w":591},"\u04b8":{"d":"364,-384v28,-2,69,-8,89,-13r0,-317r157,0r0,714r-157,0r0,-271v-25,6,-59,13,-89,16r0,132r-80,0r0,-128v-160,-3,-239,-83,-239,-249r0,-214r156,0v6,98,-18,234,19,300v11,19,34,29,64,32r0,-141r80,0r0,139","w":680},"\u04b9":{"d":"309,-288v22,-2,51,-7,69,-12r0,-217r142,0r0,517r-142,0r0,-198r-69,15r0,103r-65,0r0,-96v-133,13,-205,-58,-204,-181r0,-160r141,0v10,89,-34,226,63,231r0,-99r65,0r0,97"},"\u04ba":{"d":"367,-333v-47,0,-101,9,-141,16r0,317r-157,0r0,-714r157,0r0,271v44,-9,101,-19,153,-20v170,-1,255,78,255,249r0,214r-156,0r0,-216v-1,-85,-28,-117,-111,-117","w":675},"\u04bb":{"d":"306,-419v-87,0,-109,52,-110,148r0,271r-142,0r0,-714r142,0r0,269r3,0v28,-51,84,-85,151,-86v139,-3,189,76,189,213r0,318r-142,0r0,-292v-1,-79,-17,-127,-91,-127","w":593},"\u04c0":{"d":"69,-714r157,0r0,714r-157,0r0,-714","w":295},"\u04c1":{"d":"279,-423r-259,-291r185,0r250,294r0,-294r151,0r0,294r250,-294r185,0r-259,291r285,423r-194,0r-190,-312r-77,87r0,225r-151,0r0,-225r-77,-87r-191,312r-193,0xm692,-929v2,102,-65,154,-163,154v-98,0,-165,-52,-163,-154r56,0v9,47,52,71,107,71v55,0,98,-24,107,-71r56,0","w":1061},"\u04c2":{"d":"193,-318r-178,-199r157,0r167,206r0,-206r134,0r0,206r167,-206r157,0r-181,202r201,315r-164,0r-127,-215r-53,60r0,155r-134,0r0,-155r-53,-60r-127,215r-164,0xm564,-723v5,123,-108,165,-223,136v-59,-15,-95,-60,-95,-136r56,0v9,47,47,66,103,66v56,0,94,-19,103,-66r56,0","w":812},"\u04d0":{"d":"264,-714r161,0r267,714r-163,0r-54,-159r-267,0r-56,159r-158,0xm434,-276r-90,-262r-2,0r-93,262r185,0xm504,-929v2,102,-65,154,-163,154v-98,0,-165,-52,-163,-154r56,0v9,47,52,71,107,71v55,0,98,-24,107,-71r56,0","w":685},"\u04d1":{"d":"382,-50v-39,42,-100,63,-174,63v-106,0,-174,-48,-176,-154v-2,-158,162,-149,293,-174v29,-6,51,-18,51,-51v0,-55,-37,-71,-92,-70v-58,1,-89,23,-94,78r-142,0v10,-126,110,-173,243,-173v119,0,227,28,227,147r0,269v0,41,3,91,18,115r-144,0v-5,-15,-9,-32,-10,-50xm174,-147v0,51,37,65,87,66v101,2,121,-70,115,-172v-58,45,-202,4,-202,106xm445,-723v5,123,-108,165,-223,136v-59,-15,-95,-60,-95,-136r56,0v9,47,47,66,103,66v56,0,94,-19,103,-66r56,0"},"\u04d2":{"d":"264,-714r161,0r267,714r-163,0r-54,-159r-267,0r-56,159r-158,0xm434,-276r-90,-262r-2,0r-93,262r185,0xm306,-911r0,117r-134,0r0,-117r134,0xm512,-911r0,117r-135,0r0,-117r135,0","w":685},"\u04d3":{"d":"382,-50v-39,42,-100,63,-174,63v-106,0,-174,-48,-176,-154v-2,-158,162,-149,293,-174v29,-6,51,-18,51,-51v0,-55,-37,-71,-92,-70v-58,1,-89,23,-94,78r-142,0v10,-126,110,-173,243,-173v119,0,227,28,227,147r0,269v0,41,3,91,18,115r-144,0v-5,-15,-9,-32,-10,-50xm174,-147v0,51,37,65,87,66v101,2,121,-70,115,-172v-58,45,-202,4,-202,106xm251,-714r0,117r-134,0r0,-117r134,0xm457,-714r0,117r-135,0r0,-117r135,0"},"\u04d4":{"d":"330,-714r606,0r0,132r-332,0r0,153r312,0r0,122r-312,0r0,175r340,0r0,132r-492,0r0,-159r-224,0r-72,159r-166,0xm452,-276r0,-306r-34,0r-138,306r172,0","w":981},"\u04d5":{"d":"442,-74v-75,117,-404,137,-404,-66v0,-166,178,-148,306,-181v26,-7,41,-18,41,-49v0,-51,-40,-66,-92,-66v-57,1,-98,21,-99,80r-142,0v8,-129,111,-175,244,-175v77,0,138,23,171,70v41,-46,87,-70,173,-70v173,0,234,134,238,307r-369,0v2,81,43,140,123,143v63,2,93,-30,103,-81r138,0v-30,105,-108,175,-238,175v-85,0,-156,-30,-193,-87xm180,-148v0,50,38,67,88,67v67,0,115,-36,117,-107r0,-64v-56,46,-205,3,-205,104xm736,-314v15,-134,-184,-163,-219,-46v-5,15,-8,30,-8,46r227,0","w":907},"\u04d6":{"d":"69,-714r534,0r0,132r-377,0r0,153r346,0r0,122r-346,0r0,175r385,0r0,132r-542,0r0,-714xm506,-929v2,102,-65,154,-163,154v-98,0,-165,-52,-163,-154r56,0v9,47,52,71,107,71v55,0,98,-24,107,-71r56,0","w":648},"\u04d7":{"d":"535,-160v-35,113,-109,169,-242,173v-206,5,-311,-184,-245,-379v33,-97,116,-165,245,-165v174,0,257,126,251,307r-373,0v3,87,42,129,127,131v51,1,101,-32,112,-67r125,0xm402,-314v-14,-67,-37,-110,-113,-110v-75,0,-111,44,-118,110r231,0xm445,-723v5,123,-108,165,-223,136v-59,-15,-95,-60,-95,-136r56,0v9,47,47,66,103,66v56,0,94,-19,103,-66r56,0"},"\u04d8":{"d":"51,-490v27,-149,137,-241,309,-241v175,0,278,96,326,227v53,147,9,338,-69,417v-56,58,-134,103,-241,103v-241,0,-349,-166,-336,-416r513,0v-11,-112,-78,-201,-190,-201v-82,0,-147,42,-163,111r-149,0xm202,-278v15,95,65,164,173,164v101,0,154,-68,173,-164r-346,0","w":748},"\u04d9":{"d":"281,-531v206,-5,311,184,245,379v-33,97,-116,165,-245,165v-175,0,-256,-127,-251,-307r373,0v-3,-87,-42,-129,-127,-131v-51,-1,-101,32,-112,67r-125,0v35,-113,109,-169,242,-173xm172,-204v14,67,37,110,113,110v74,0,111,-44,118,-110r-231,0"},"\u04dc":{"d":"279,-423r-259,-291r185,0r250,294r0,-294r151,0r0,294r250,-294r185,0r-259,291r285,423r-194,0r-190,-312r-77,87r0,225r-151,0r0,-225r-77,-87r-191,312r-193,0xm494,-911r0,117r-134,0r0,-117r134,0xm700,-911r0,117r-135,0r0,-117r135,0","w":1061},"\u04dd":{"d":"193,-318r-178,-199r157,0r167,206r0,-206r134,0r0,206r167,-206r157,0r-181,202r201,315r-164,0r-127,-215r-53,60r0,155r-134,0r0,-155r-53,-60r-127,215r-164,0xm370,-714r0,117r-134,0r0,-117r134,0xm576,-714r0,117r-135,0r0,-117r135,0","w":812},"\u04de":{"d":"475,-389v112,13,168,152,113,263v-43,86,-131,140,-258,142v-184,2,-305,-86,-309,-256r155,0v4,92,60,134,154,136v70,1,123,-50,123,-116v0,-97,-89,-104,-188,-100r0,-106v95,8,171,-17,171,-96v0,-58,-47,-89,-107,-88v-76,0,-126,39,-132,108r-148,0v6,-160,120,-229,281,-229v141,0,247,63,253,199v3,73,-47,130,-108,143xm287,-911r0,117r-134,0r0,-117r134,0xm493,-911r0,117r-135,0r0,-117r135,0","w":647},"\u04df":{"d":"505,-153v-1,157,-180,187,-333,157v-86,-17,-147,-70,-150,-172r135,0v5,57,46,86,110,86v55,0,90,-23,92,-69v2,-69,-68,-77,-144,-72r0,-89v69,1,137,1,135,-67v-1,-37,-34,-60,-81,-58v-60,1,-90,16,-98,71r-132,0v12,-118,105,-165,233,-165v121,0,216,30,216,139v0,65,-45,98,-93,116v67,8,110,46,110,123xm235,-714r0,117r-134,0r0,-117r134,0xm441,-714r0,117r-135,0r0,-117r135,0","w":542},"\u04e2":{"d":"69,-714r156,0r0,495r3,0r272,-495r176,0r0,714r-156,0r0,-496r-3,0r-272,496r-176,0r0,-714xm559,-888r0,75r-372,0r0,-75r372,0","w":745},"\u04e3":{"d":"54,-517r136,0r0,350r195,-350r161,0r0,517r-136,0r0,-350r-195,350r-161,0r0,-517xm486,-691r0,75r-372,0r0,-75r372,0","w":600},"\u04e4":{"d":"69,-714r156,0r0,495r3,0r272,-495r176,0r0,714r-156,0r0,-496r-3,0r-272,496r-176,0r0,-714xm336,-911r0,117r-134,0r0,-117r134,0xm542,-911r0,117r-135,0r0,-117r135,0","w":745},"\u04e5":{"d":"54,-517r136,0r0,350r195,-350r161,0r0,517r-136,0r0,-350r-195,350r-161,0r0,-517xm264,-714r0,117r-134,0r0,-117r134,0xm470,-714r0,117r-135,0r0,-117r135,0","w":600},"\u04e6":{"d":"536,-12v-84,38,-211,38,-295,0v-123,-55,-203,-170,-203,-342v0,-174,79,-292,203,-348v84,-39,211,-38,295,0v124,56,204,174,204,348v0,172,-81,287,-204,342xm195,-354v0,136,56,239,194,239v138,0,194,-103,194,-239v0,-139,-54,-245,-194,-245v-140,0,-194,106,-194,245xm353,-911r0,117r-134,0r0,-117r134,0xm559,-911r0,117r-135,0r0,-117r135,0","w":778},"\u04e7":{"d":"573,-258v0,171,-98,271,-268,271v-170,0,-267,-101,-267,-271v0,-171,97,-273,267,-273v170,0,268,102,268,273xm180,-258v0,92,31,165,125,165v94,0,126,-72,126,-165v0,-93,-32,-166,-126,-166v-93,0,-125,73,-125,166xm269,-714r0,117r-134,0r0,-117r134,0xm475,-714r0,117r-135,0r0,-117r135,0","w":611},"\u04e8":{"d":"536,-12v-84,38,-211,38,-295,0v-123,-55,-203,-170,-203,-342v0,-174,79,-292,203,-348v84,-39,211,-38,295,0v124,56,204,174,204,348v0,172,-81,287,-204,342xm193,-311v15,114,69,200,196,200v127,0,179,-87,195,-200r-391,0xm581,-425v-20,-101,-73,-178,-192,-178v-119,0,-173,76,-192,178r384,0","w":778},"\u04e9":{"d":"573,-258v0,171,-98,271,-268,271v-170,0,-267,-101,-267,-271v0,-171,97,-273,267,-273v170,0,268,102,268,273xm178,-221v3,94,84,159,182,121v46,-18,66,-64,73,-121r-255,0xm430,-316v-1,-118,-193,-154,-235,-44v-6,14,-11,29,-14,44r249,0","w":611},"\u04ee":{"d":"165,-119v63,0,86,-55,61,-109r-231,-486r173,0r164,372r155,-372r167,0r-240,526v-52,103,-90,199,-237,201v-30,1,-66,-7,-87,-13r0,-127v19,5,44,8,75,8xm509,-888r0,75r-372,0r0,-75r372,0","w":647},"\u04ef":{"d":"116,64v53,3,79,-48,60,-96r-181,-485r151,0r117,354r2,0r113,-354r147,0r-216,581v-30,80,-73,116,-178,117v-30,0,-59,-3,-87,-5r0,-117xm445,-691r0,75r-372,0r0,-75r372,0","w":519},"\u04f0":{"d":"165,-119v63,0,86,-55,61,-109r-231,-486r173,0r164,372r155,-372r167,0r-240,526v-52,103,-90,199,-237,201v-30,1,-66,-7,-87,-13r0,-127v19,5,44,8,75,8xm287,-911r0,117r-134,0r0,-117r134,0xm493,-911r0,117r-135,0r0,-117r135,0","w":647},"\u04f1":{"d":"116,64v53,3,79,-48,60,-96r-181,-485r151,0r117,354r2,0r113,-354r147,0r-216,581v-30,80,-73,116,-178,117v-30,0,-59,-3,-87,-5r0,-117xm223,-714r0,117r-134,0r0,-117r134,0xm429,-714r0,117r-135,0r0,-117r135,0","w":519},"\u04f2":{"d":"165,-119v63,0,86,-55,61,-109r-231,-486r173,0r164,372r155,-372r167,0r-240,526v-52,103,-90,199,-237,201v-30,1,-66,-7,-87,-13r0,-127v19,5,44,8,75,8xm361,-778r91,-142r157,0r-149,142r-99,0xm155,-778r90,-142r157,0r-149,142r-98,0","w":647},"\u04f3":{"d":"116,64v53,3,79,-48,60,-96r-181,-485r151,0r117,354r2,0r113,-354r147,0r-216,581v-30,80,-73,116,-178,117v-30,0,-59,-3,-87,-5r0,-117xm301,-581r91,-142r157,0r-149,142r-99,0xm95,-581r90,-142r157,0r-149,142r-98,0","w":519},"\u04f4":{"d":"307,-381v47,0,101,-9,141,-16r0,-317r157,0r0,714r-157,0r0,-271v-44,9,-101,19,-153,20v-170,1,-255,-78,-255,-249r0,-214r156,0r0,216v1,85,28,117,111,117xm301,-911r0,117r-134,0r0,-117r134,0xm507,-911r0,117r-135,0r0,-117r135,0","w":675},"\u04f5":{"d":"181,-517v8,97,-34,240,79,232v41,-3,83,-7,118,-15r0,-217r142,0r0,517r-142,0r0,-198v-48,11,-105,23,-165,23v-115,1,-173,-70,-173,-182r0,-160r141,0xm251,-714r0,117r-134,0r0,-117r134,0xm457,-714r0,117r-135,0r0,-117r135,0"},"\u04f8":{"d":"627,-229v0,159,-102,229,-261,229r-297,0r0,-714r157,0r0,258r148,0v154,3,253,73,253,227xm475,-231v0,-121,-133,-102,-249,-102r0,205v117,-2,249,22,249,-103xm703,-714r157,0r0,714r-157,0r0,-714xm428,-911r0,117r-134,0r0,-117r134,0xm634,-911r0,117r-135,0r0,-117r135,0","w":929},"\u04f9":{"d":"522,-170v0,117,-78,170,-195,170r-273,0r0,-517r142,0r0,178r137,0v113,3,189,56,189,169xm379,-170v0,-86,-98,-74,-183,-73r0,145v84,-1,183,15,183,-72xm583,-517r141,0r0,517r-141,0r0,-517xm353,-714r0,117r-134,0r0,-117r134,0xm559,-714r0,117r-135,0r0,-117r135,0","w":778},"\u00a0":{"w":278}}});Cufon.registerFont({"w":556,"face":{"font-family":"Helvetica Neue","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 5 3 0 0 0 9 0 4","ascent":"800","descent":"-200","x-height":"11","bbox":"-127 -898 1084 213","underline-thickness":"50","underline-position":"-75","slope":"-12","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":278},"!":{"d":"205,-491r47,-223r-93,0r-47,223r-43,308r46,0xm24,-111r-24,111r111,0r24,-111r-111,0","w":259},"\"":{"d":"286,-714r0,258r68,0r0,-258r-68,0xm146,-714r0,258r68,0r0,-258r-68,0","w":426},"#":{"d":"231,-424r122,0r-21,150r-122,0xm131,-206r-29,206r69,0r29,-206r123,0r-29,206r69,0r29,-206r93,0r9,-68r-93,0r21,-150r91,0r9,-68r-91,0r29,-205r-69,0r-29,205r-122,0r29,-205r-69,0r-29,205r-102,0r-9,68r101,0r-21,150r-97,0r-9,68r97,0"},"$":{"d":"-9,-234v-6,141,57,227,181,245r-18,85r53,0r17,-80v124,14,218,-38,265,-117v18,-30,27,-65,27,-105v0,-91,-51,-151,-152,-180r-54,-19r49,-246v59,20,90,65,87,148r90,0v7,-128,-66,-193,-162,-222r14,-69r-53,0r-13,63v-114,-8,-196,43,-236,119v-14,28,-21,59,-21,93v0,120,85,156,177,185r-54,269v-77,-16,-113,-72,-108,-169r-89,0xm293,-322v66,22,137,33,133,125v-5,96,-85,146,-187,139xm307,-656r-48,238v-48,-19,-105,-45,-104,-111v2,-88,67,-123,152,-127"},"%":{"d":"264,-709v-131,0,-180,124,-185,255v-3,90,55,148,144,145v134,-4,187,-121,187,-255v0,-97,-49,-145,-146,-145xm660,-43v-61,3,-79,-33,-79,-94v0,-91,31,-196,122,-196v49,0,73,28,73,85v0,96,-22,200,-116,205xm698,-388v-131,0,-180,124,-185,255v-3,90,55,147,144,144v135,-4,187,-120,187,-254v0,-97,-49,-145,-146,-145xm644,-725r-435,752r64,0r435,-752r-64,0xm226,-364v-61,3,-79,-33,-79,-94v0,-91,31,-196,122,-196v49,0,73,28,73,85v0,96,-22,200,-116,205","w":926},"&":{"d":"291,-434v-19,-35,-44,-66,-45,-117v-1,-54,40,-88,92,-88v61,0,101,64,66,117v-25,40,-71,63,-113,88xm220,11v93,0,152,-38,204,-85r44,74r97,0r-85,-130v50,-60,83,-114,103,-207r-82,0v-7,51,-38,110,-63,145r-112,-184v77,-45,176,-88,176,-202v0,-92,-71,-136,-163,-136v-105,0,-174,54,-178,158v-2,67,34,115,59,158v-89,49,-199,92,-199,225v0,120,80,184,199,184xm229,-63v-91,2,-152,-82,-109,-165v27,-53,85,-82,137,-110r127,208v-47,37,-80,65,-155,67","w":630},"'":{"d":"142,-714r0,258r68,0r0,-258r-68,0","w":278},"(":{"d":"35,-170v0,141,36,266,81,367r56,0v-35,-99,-52,-205,-52,-331v0,-272,118,-441,243,-597r-70,0v-126,148,-258,296,-258,561","w":259},")":{"d":"126,-398v0,269,-116,443,-242,595r70,0v124,-151,257,-295,257,-559v0,-142,-37,-266,-81,-369r-56,0v35,99,52,208,52,333","w":259},"*":{"d":"247,-601r25,-113r-54,0r-22,105r-96,-49r-25,46r95,48r-77,84r37,37r78,-87r47,103r49,-23r-49,-100r107,-14r-5,-48","w":352},"+":{"d":"334,-287r0,-219r-68,0r0,219r-218,0r0,68r218,0r0,219r68,0r0,-219r218,0r0,-68r-218,0","w":600},",":{"d":"39,-111r-24,111r56,0v-13,45,-24,91,-76,98r-10,48v134,-8,139,-142,165,-257r-111,0","w":278},"-":{"d":"42,-318r-16,80r290,0r16,-80r-290,0","w":389},".":{"d":"39,-111r-24,111r111,0r24,-111r-111,0","w":278},"\/":{"d":"278,-731r-295,747r72,0r296,-747r-73,0","w":333},"0":{"d":"230,-63v-141,-1,-125,-211,-94,-330v23,-87,58,-174,123,-219v21,-14,44,-22,69,-22v148,0,116,215,90,336v-18,85,-55,170,-118,213v-21,15,-44,22,-70,22xm462,-166v85,-165,122,-556,-127,-543v-201,11,-273,179,-303,357v-31,179,7,366,189,363v130,-2,194,-87,241,-177"},"1":{"d":"367,-709v-41,73,-119,119,-229,122r-14,68v71,0,122,-6,183,-20r-115,539r90,0r151,-709r-66,0"},"2":{"d":"522,-520v0,-199,-264,-239,-378,-124v-41,42,-68,102,-76,176r90,0v9,-94,55,-159,155,-166v110,-8,153,128,93,206v-121,158,-391,169,-411,428r451,0r16,-75r-369,0v85,-174,339,-182,414,-367v10,-24,15,-49,15,-78"},"3":{"d":"425,-536v0,110,-86,138,-196,132r-15,68v98,-1,179,17,176,117v-3,100,-64,154,-164,156v-98,2,-138,-59,-135,-156r-90,0v-3,153,78,230,223,230v154,0,256,-91,256,-234v0,-76,-31,-121,-92,-147v69,-23,120,-74,127,-162v16,-195,-271,-223,-375,-111v-36,38,-60,91,-69,153r90,0v10,-90,54,-143,144,-144v72,-1,120,24,120,98"},"4":{"d":"307,-166r-36,166r85,0r36,-166r94,0r15,-75r-94,0r98,-468r-72,0r-420,459r-16,84r310,0xm94,-241r293,-321r2,0r-67,321r-228,0"},"5":{"d":"288,-467v-50,0,-95,15,-125,39r-2,-2r56,-192r291,0r15,-75r-359,0r-110,374r76,0v20,-39,71,-69,126,-69v92,0,143,51,141,143v-3,111,-59,186,-172,186v-85,0,-128,-42,-128,-127r-90,0v-2,129,85,202,213,201v166,-2,267,-100,267,-264v0,-130,-69,-214,-199,-214"},"6":{"d":"345,-634v76,-2,108,36,110,109r90,0v-2,-115,-69,-185,-186,-184v-235,4,-296,199,-326,409v-25,177,37,314,209,311v161,-3,253,-100,253,-259v0,-125,-75,-204,-200,-208v-69,-2,-125,29,-157,71v35,-112,66,-245,207,-249xm275,-381v83,-2,132,56,130,137v-2,104,-50,178,-155,181v-88,2,-131,-59,-131,-143v0,-104,53,-172,156,-175"},"7":{"d":"194,0v80,-240,206,-468,370,-626r12,-71r-457,0r-17,75r369,0v-163,172,-296,376,-374,622r97,0"},"8":{"d":"320,-709v-126,0,-212,64,-216,190v-1,63,46,110,88,133v-98,17,-170,85,-170,197v0,203,271,251,398,141v40,-35,72,-86,72,-157v0,-83,-40,-140,-100,-169v71,-15,129,-76,127,-159v-3,-115,-84,-176,-199,-176xm402,-208v0,91,-64,146,-153,145v-80,0,-137,-43,-137,-127v0,-95,66,-146,159,-146v81,0,131,50,131,128xm314,-411v-69,-1,-120,-32,-120,-105v0,-71,51,-119,122,-118v72,0,113,36,113,108v0,67,-48,116,-115,115"},"9":{"d":"197,-63v-71,2,-102,-37,-103,-106r-90,0v-22,192,242,225,358,128v102,-86,157,-250,157,-430v0,-148,-69,-238,-218,-238v-157,0,-247,106,-247,262v0,124,75,208,199,208v67,0,128,-25,156,-70r2,2v-37,110,-72,240,-214,244xm429,-489v0,103,-52,172,-155,175v-84,2,-133,-56,-130,-137v3,-99,48,-180,148,-183v91,-3,137,57,137,145"},":":{"d":"211,-406r23,-111r-112,0r-23,111r112,0xm37,-111r-22,111r112,0r23,-111r-113,0","w":278},";":{"d":"210,-406r24,-111r-111,0r-24,111r111,0xm39,-111r-24,111r56,0v-13,45,-24,91,-76,98r-10,48v134,-8,139,-142,165,-257r-111,0","w":278},"<":{"d":"554,-446r0,-68r-508,230r0,62r508,229r0,-67r-425,-193","w":600},"=":{"d":"48,-186r0,68r504,0r0,-68r-504,0xm552,-320r0,-68r-504,0r0,68r504,0","w":600},">":{"d":"46,-60r0,67r508,-229r0,-62r-508,-230r0,68r425,193","w":600},"?":{"d":"169,-111r-24,111r111,0r24,-111r-111,0xm535,-557v0,-182,-276,-207,-376,-99v-38,41,-69,97,-73,168r85,0v11,-92,59,-151,159,-159v106,-8,148,114,86,187v-63,75,-173,107,-204,210v-7,22,-12,44,-16,67r83,0v26,-183,256,-162,256,-374"},"@":{"d":"667,-159v-65,92,-230,159,-367,97v-107,-49,-190,-144,-190,-293v0,-148,78,-250,184,-295v213,-91,450,69,378,313v-20,66,-55,140,-125,149v-36,5,-20,-57,-13,-82r84,-284r-63,0r-23,63v-21,-85,-132,-102,-208,-57v-81,48,-139,137,-139,259v0,93,51,155,143,158v54,2,97,-37,124,-67r3,0v2,75,83,77,140,44v85,-49,158,-137,158,-269v0,-153,-92,-244,-209,-285v-215,-76,-407,46,-472,204v-37,90,-38,203,-1,292v62,150,226,265,440,216v99,-23,173,-83,219,-163r-63,0xm407,-220v-61,50,-152,4,-147,-76v5,-83,44,-150,96,-188v62,-45,148,-6,145,72v-3,82,-45,152,-94,192","w":800},"A":{"d":"375,-714r-429,714r105,0r125,-215r301,0r33,215r98,0r-129,-714r-104,0xm219,-295r191,-335r2,0r53,335r-246,0","w":667,"k":{"\u2019":74,"y":18,"w":18,"v":18,"Y":74,"W":24,"V":46,"T":92}},"B":{"d":"231,-634v126,10,316,-41,316,91v0,91,-51,136,-152,136r-212,0xm642,-543v0,-118,-70,-171,-199,-171r-287,0r-149,714r353,0v147,-5,248,-75,253,-221v3,-81,-49,-128,-107,-150v83,-17,136,-78,136,-172xm518,-221v0,184,-228,134,-403,141r52,-247v142,11,351,-47,351,106","w":685},"C":{"d":"38,-296v-1,197,110,312,306,312v183,0,282,-105,316,-257r-95,0v-29,105,-95,172,-221,178v-248,12,-251,-329,-137,-475v48,-61,117,-113,223,-113v105,0,179,58,177,167r95,0v-4,-166,-107,-247,-272,-247v-198,0,-311,119,-365,269v-18,52,-27,108,-27,166","w":722},"D":{"d":"386,-634v135,-1,197,72,197,203v0,152,-66,264,-169,321v-74,41,-188,27,-297,30r117,-554r152,0xm678,-441v1,-170,-96,-273,-270,-273r-250,0r-151,714v154,-6,323,19,436,-31v146,-64,234,-203,235,-410","w":704},"E":{"d":"158,-714r-151,714r497,0r18,-80r-402,0r52,-247r371,0r16,-80r-370,0r48,-227r397,0r16,-80r-492,0","w":611},"F":{"d":"156,-714r-149,714r95,0r68,-327r330,0r17,-80r-330,0r47,-227r375,0r17,-80r-470,0","w":574,"k":{"A":55,".":157,",":157}},"G":{"d":"344,16v90,-1,166,-34,213,-87r6,71r60,0r78,-376r-311,0r-16,80r228,0v-34,131,-97,225,-258,233v-248,12,-251,-329,-137,-475v48,-61,117,-114,223,-113v111,2,189,48,192,159r95,0v-4,-168,-120,-239,-287,-239v-198,0,-311,119,-365,269v-18,52,-27,108,-27,166v-1,197,110,313,306,312","w":759},"H":{"d":"157,-714r-150,714r95,0r69,-327r374,0r-69,327r95,0r150,-714r-95,0r-64,307r-374,0r65,-307r-96,0","w":722},"I":{"d":"157,-714r-150,714r95,0r150,-714r-95,0","w":259},"J":{"d":"-8,-135v-9,167,254,189,352,101v37,-33,55,-83,68,-142r113,-538r-94,0r-119,547v-18,56,-48,100,-121,104v-97,5,-121,-81,-95,-171r-96,0v-4,32,-6,68,-8,99","w":519},"K":{"d":"158,-714r-151,714r95,0r51,-241r143,-121r195,362r105,0r-229,-420r344,-294r-127,0r-404,354r-2,-2r75,-352r-95,0","w":667},"L":{"d":"157,-714r-150,714r473,0r17,-80r-377,0r132,-634r-95,0","k":{"\u2019":74,"y":37,"Y":111,"W":55,"V":92,"T":92}},"M":{"d":"157,-714r-150,714r91,0r125,-625r2,0r93,625r91,0r364,-625r2,0r-146,625r91,0r151,-714r-132,0r-353,614r-2,0r-95,-614r-132,0","w":870},"N":{"d":"158,-714r-151,714r92,0r121,-587r2,0r253,587r102,0r151,-714r-92,0r-119,591r-2,0r-255,-591r-102,0","w":722},"O":{"d":"344,-63v-249,0,-251,-329,-137,-475v48,-61,117,-113,223,-113v238,0,242,333,130,476v-47,60,-114,112,-216,112xm728,-415v0,-191,-107,-316,-298,-316v-198,0,-311,119,-365,269v-18,52,-27,108,-27,166v-1,197,110,315,306,312v195,-3,305,-120,358,-269v18,-52,26,-106,26,-162","w":759},"P":{"d":"554,-517v-1,90,-61,145,-158,145r-215,0r55,-262r201,0v76,1,117,39,117,117xm649,-517v5,-134,-77,-197,-212,-197r-281,0r-149,714r95,0r62,-292r212,0v164,-1,267,-77,273,-225","w":648,"k":{"A":74,".":179,",":179}},"Q":{"d":"430,-651v232,0,242,321,136,467v-15,22,-32,41,-52,58r-79,-77r-54,57r65,62v-30,14,-64,21,-102,21v-249,0,-251,-329,-137,-475v48,-61,117,-113,223,-113xm38,-296v-1,197,110,313,306,312v62,0,117,-13,166,-38r99,95r54,-56r-87,-83v89,-72,152,-199,152,-349v0,-191,-107,-316,-298,-316v-198,0,-311,119,-365,269v-18,52,-27,108,-27,166","w":759},"R":{"d":"668,-532v5,-233,-287,-175,-510,-182r-151,714r95,0r64,-305r249,0v72,3,85,72,69,152v-11,56,-14,109,-2,153r99,0v-49,-98,67,-288,-74,-338r0,-2v97,-17,159,-84,161,-192xm573,-526v-2,96,-69,141,-176,141r-214,0r53,-249v140,8,340,-42,337,108","w":685,"k":{"Y":37,"W":18,"V":18,"T":18}},"S":{"d":"355,-651v105,-3,167,41,164,148r95,0v27,-265,-392,-289,-496,-111v-38,65,-19,169,25,210v73,68,217,65,299,124v23,16,38,42,37,80v-3,98,-81,135,-179,137v-120,2,-196,-47,-190,-171r-95,0v-19,214,180,284,379,237v97,-23,177,-84,180,-203v4,-186,-182,-183,-314,-235v-40,-16,-70,-44,-70,-99v0,-85,81,-115,165,-117","w":648},"T":{"d":"635,-634r18,-80r-576,0r-17,80r240,0r-134,634r95,0r134,-634r240,0","w":574,"k":{"y":111,"w":111,"u":92,"s":111,"r":92,"o":111,"e":111,"c":111,"a":111,"A":92,";":111,":":111,".":111,"-":129,",":111}},"U":{"d":"621,-207r107,-507r-95,0r-90,428v-26,125,-63,225,-218,223v-135,-2,-200,-62,-169,-207r94,-444r-95,0r-89,420v-58,242,112,346,346,301v115,-22,184,-96,209,-214","w":722},"V":{"d":"288,0r403,-714r-101,0r-339,621r-2,0r-73,-621r-97,0r102,714r107,0","w":611,"k":{"y":18,"u":37,"r":37,"o":55,"i":18,"e":55,"a":55,"A":46,";":46,":":46,".":129,"-":55,",":129}},"W":{"d":"655,0r328,-714r-98,0r-260,603r-2,0r-40,-603r-108,0r-274,601r-2,0r-25,-601r-94,0r45,714r102,0r282,-616r2,0r45,616r99,0","w":926,"k":{"u":18,"r":18,"o":57,"e":57,"a":37,"A":24,";":18,":":18,".":74,",":74}},"X":{"d":"266,-373r-309,373r108,0r244,-302r144,302r98,0r-181,-360r294,-354r-107,0r-229,282r-132,-282r-102,0","w":611},"Y":{"d":"254,-287r-61,287r93,0r62,-287r346,-427r-110,0r-271,346r-146,-346r-101,0","w":611,"k":{"v":55,"u":74,"q":92,"p":74,"o":111,"i":37,"e":111,"a":92,"A":74,";":92,":":92,".":139,"-":111,",":139}},"Z":{"d":"-20,-79r-17,79r566,0r17,-80r-456,0r540,-553r17,-81r-521,0r-20,80r409,0","w":611},"[":{"d":"163,-731r-191,928r188,0r14,-65r-108,0r164,-798r108,0r14,-65r-189,0","w":259},"\\":{"d":"351,16r-296,-747r-72,0r295,747r73,0","w":333},"]":{"d":"61,197r192,-928r-189,0r-14,65r108,0r-163,798r-108,0r-14,65r188,0","w":259},"^":{"d":"268,-697r-218,433r71,0r178,-360r181,360r70,0r-218,-433r-64,0","w":600},"_":{"d":"0,74r0,50r500,0r0,-50r-500,0","w":500},"`":{"d":"244,-588r-67,-143r-101,0r101,143r67,0","w":222},"a":{"d":"460,-350v49,-189,-203,-221,-330,-138v-40,26,-69,69,-77,127r85,0v12,-64,65,-93,139,-93v53,0,102,14,104,68v3,107,-131,74,-219,92v-93,19,-171,50,-171,160v1,99,59,144,157,145v88,0,135,-25,173,-74v4,19,1,44,16,55v20,25,75,21,105,8r13,-63v-22,11,-57,10,-52,-25v12,-93,34,-174,57,-262xm168,-63v-46,-1,-95,-24,-93,-72v6,-131,198,-77,283,-129v-18,110,-62,204,-190,201","w":519},"b":{"d":"336,-529v-72,0,-124,34,-158,78r-2,-2r55,-261r-85,0r-150,714r75,0v8,-31,9,-69,21,-96v23,103,189,135,290,80v94,-51,157,-150,157,-290v0,-138,-65,-223,-203,-223xm336,-454v149,-4,135,219,70,307v-31,42,-72,84,-140,84v-82,1,-144,-47,-141,-129v6,-141,67,-258,211,-262","w":593},"c":{"d":"220,-432v73,-45,205,-22,196,79r85,0v-3,-119,-75,-176,-194,-176v-187,0,-282,132,-286,318v-3,140,72,223,213,222v129,-1,209,-71,236,-180r-85,0v-22,59,-73,106,-151,106v-162,0,-147,-222,-76,-312v18,-23,37,-42,62,-57","w":537},"d":{"d":"220,11v88,0,126,-31,173,-85r-18,74r80,0r151,-714r-84,0r-55,276r-2,0v-26,-99,-192,-113,-283,-62v-97,54,-165,158,-165,300v0,133,71,211,203,211xm235,-63v-168,11,-152,-214,-81,-307v33,-44,80,-82,153,-84v115,-3,154,113,117,220v-29,86,-82,164,-189,171","w":593},"e":{"d":"229,-63v-94,0,-149,-66,-131,-170r389,0v31,-165,-37,-308,-211,-296v-176,12,-260,148,-266,333v-5,160,138,239,299,196v80,-21,134,-78,154,-162r-85,0v-23,61,-69,99,-149,99xm110,-308v21,-96,123,-180,238,-134v45,18,66,69,62,134r-300,0","w":537},"f":{"d":"301,-722v-131,-4,-142,103,-167,205r-88,0r-15,75r88,0r-96,442r85,0r95,-442r100,0r14,-75r-99,0v17,-62,20,-132,100,-130v14,0,27,3,40,5r14,-72v-21,-6,-45,-8,-71,-8","w":296,"k":{"\u2019":-18,"f":18}},"g":{"d":"-21,49v-4,166,224,192,348,127v77,-40,111,-147,132,-251r93,-442r-80,0v-7,30,-7,68,-18,95v-20,-104,-181,-134,-277,-78v-92,53,-156,154,-156,290v0,130,63,213,194,213v74,0,129,-27,161,-78r2,2v-27,103,-54,207,-185,207v-71,0,-125,-19,-130,-85r-84,0xm233,-71v-153,7,-146,-203,-80,-297v30,-42,70,-86,136,-86v87,-1,132,52,132,135v0,128,-58,242,-188,248","w":574},"h":{"d":"356,-529v-81,2,-148,37,-184,90r-2,-2r61,-273r-85,0r-150,714r84,0v28,-115,37,-245,81,-346v26,-59,85,-104,164,-108v65,-3,100,41,85,112r-73,342r85,0r74,-352v19,-113,-28,-180,-140,-177"},"i":{"d":"208,-610r22,-104r-86,0r-22,104r86,0xm103,-517r-107,517r84,0r108,-517r-85,0","w":222},"j":{"d":"208,-610r22,-104r-86,0r-22,104r86,0xm-119,191v90,23,160,-17,177,-95r130,-613r-85,0r-123,588v-6,41,-39,61,-84,45","w":222},"k":{"d":"146,-714r-150,714r84,0r39,-184r102,-91r101,275r95,0r-128,-326r225,-191r-111,0r-260,225r-2,-2r89,-420r-84,0","w":481},"l":{"d":"145,-714r-149,714r84,0r150,-714r-85,0","w":222},"m":{"d":"347,-529v-81,0,-141,42,-180,91v-2,-23,13,-54,17,-79r-79,0r-109,517r84,0r58,-271v13,-82,52,-125,112,-163v53,-34,150,-26,142,48v-14,131,-54,259,-78,386r85,0r57,-267v19,-102,70,-177,178,-187v65,-6,86,58,71,126r-72,328r85,0r75,-361v25,-109,-38,-170,-139,-168v-77,1,-143,44,-177,93v-12,-64,-59,-93,-130,-93","w":852},"n":{"d":"356,-529v-83,0,-146,40,-186,90r16,-78r-82,0r-108,517r84,0v28,-115,37,-245,81,-346v26,-59,85,-104,164,-108v65,-3,100,41,85,112r-73,342r85,0r74,-352v19,-113,-28,-177,-140,-177"},"o":{"d":"521,-315v4,-140,-76,-218,-215,-214v-188,5,-289,137,-289,325v0,136,81,215,218,215v188,0,281,-139,286,-326xm244,-63v-123,4,-167,-111,-130,-226v27,-85,80,-160,186,-165v162,-8,158,209,86,306v-31,42,-73,83,-142,85","w":574},"p":{"d":"337,-529v-88,0,-126,32,-173,86r18,-74r-80,0r-150,714r83,0r55,-276r2,0v24,100,192,111,282,61v97,-53,166,-157,166,-299v0,-133,-70,-212,-203,-212xm322,-454v168,-11,152,214,81,307v-33,44,-80,82,-153,84v-115,3,-153,-113,-116,-220v29,-85,81,-164,188,-171","w":593},"q":{"d":"234,-63v-161,8,-154,-217,-81,-310v32,-41,77,-79,145,-81v118,-4,155,102,122,214v-27,89,-76,173,-186,177xm215,11v74,0,127,-36,165,-77r-56,263r86,0r151,-714r-86,0v-7,26,-8,59,-19,82v-29,-100,-187,-117,-282,-67v-95,50,-157,151,-157,290v0,135,62,221,198,223","w":593},"r":{"d":"378,-529v-111,-11,-176,55,-220,123r25,-111r-80,0r-107,517r84,0r49,-229v24,-118,78,-221,229,-209","w":333,"k":{"q":18,"o":18,"n":-18,"g":28,"e":18,"d":18,"c":18,".":92,"-":55,",":92}},"s":{"d":"248,-454v57,-1,111,30,107,89r85,0v-2,-115,-82,-162,-195,-164v-119,-2,-231,81,-181,200v38,91,183,89,250,155v40,64,-34,115,-106,111v-74,-4,-135,-23,-132,-100r-84,0v0,127,81,174,208,174v115,0,211,-44,211,-159v0,-146,-182,-133,-261,-209v-8,-9,-12,-19,-12,-31v2,-55,55,-65,110,-66","w":481},"t":{"d":"238,-78v-38,15,-112,18,-99,-43r66,-321r103,0r16,-75r-103,0r32,-153r-85,0r-32,153r-87,0r-16,75r87,0r-72,343v-17,100,81,115,175,99","w":315},"u":{"d":"159,11v84,0,146,-39,186,-89r-16,78r82,0r109,-517r-85,0r-60,286v-24,89,-78,161,-185,168v-85,6,-96,-70,-78,-152r66,-302r-85,0r-74,352v-19,113,28,176,140,176"},"v":{"d":"207,0r287,-517r-92,0r-224,430r-2,0r-44,-430r-90,0r74,517r91,0","w":481,"k":{".":74,",":74}},"w":{"d":"495,0r267,-517r-92,0r-196,411r-2,0r-25,-411r-96,0r-186,411r-2,0r-32,-411r-90,0r61,517r90,0r185,-402r2,0r26,402r90,0","w":759,"k":{".":55,",":55}},"x":{"d":"176,-274r-241,274r102,0r176,-212r94,212r97,0r-132,-267r222,-250r-103,0r-154,188r-78,-188r-98,0","w":481},"y":{"d":"-62,196v50,25,128,8,158,-22v25,-25,49,-54,67,-87r342,-604r-93,0r-217,411r-2,0r-60,-411r-91,0r91,517v-27,41,-51,93,-85,126v-23,21,-70,17,-95,1","w":481,"k":{".":74,",":74}},"z":{"d":"-40,-64r-12,64r420,0r14,-75r-309,0r363,-381r13,-61r-393,0r-15,75r278,0","w":444},"{":{"d":"172,-131v18,-62,-7,-125,-59,-134v53,-24,101,-68,116,-137v18,-81,26,-174,59,-242v16,-34,50,-27,94,-27r13,-60v-117,-12,-181,37,-205,131v-29,116,-19,277,-145,300r-15,68v52,0,71,59,59,117r-41,203v-11,93,56,119,154,109r13,-60r-50,0v-40,1,-37,-53,-30,-88","w":333},"|":{"d":"77,-786r0,999r68,0r0,-999r-68,0","w":222},"}":{"d":"132,-402v-18,62,7,125,59,134v-53,24,-101,67,-116,137r-45,213v-11,26,-23,55,-57,55r-50,0r-13,60v116,12,181,-37,204,-131v29,-115,21,-275,145,-298r15,-68v-52,0,-71,-60,-59,-118r41,-204v11,-93,-56,-119,-154,-109r-13,60r50,0v40,-1,37,53,30,88","w":333},"~":{"d":"189,-255v103,-2,151,101,259,65v39,-13,61,-47,83,-79r-36,-50v-23,31,-39,72,-88,76v-89,-17,-197,-118,-293,-45v-20,15,-34,37,-45,59r36,50v17,-35,35,-75,84,-76","w":600},"\u2122":{"d":"926,-302r0,-412r-104,0r-121,313r-123,-313r-105,0r0,412r68,0r0,-344r2,0r135,344r43,0r135,-344r2,0r0,344r68,0xm390,-659r0,-55r-326,0r0,55r129,0r0,357r68,0r0,-357r129,0","w":990},"\u2026":{"d":"729,-111r-24,111r111,0r24,-111r-111,0xm396,-111r-24,111r111,0r24,-111r-111,0xm63,-111r-24,111r111,0r24,-111r-111,0","w":1000},"\u2013":{"d":"-6,-318r-16,80r499,0r16,-80r-499,0","w":500},"\u2014":{"d":"123,-318r-16,80r740,0r16,-80r-740,0","w":1000},"\u201c":{"d":"200,-456r24,-111r-56,0v11,-48,26,-92,77,-99r10,-48v-134,9,-140,141,-166,258r111,0xm382,-456r24,-111r-56,0v11,-48,26,-92,77,-99r10,-48v-134,9,-140,141,-166,258r111,0","w":426},"\u201d":{"d":"322,-714r-24,111r56,0v-13,46,-25,92,-77,99r-10,48v135,-8,140,-142,166,-258r-111,0xm140,-714r-24,111r56,0v-13,46,-25,92,-77,99r-10,48v135,-8,140,-142,166,-258r-111,0","w":426},"\u2018":{"d":"222,-456r24,-111r-56,0v11,-48,26,-92,77,-99r10,-48v-134,9,-140,141,-166,258r111,0","w":278,"k":{"\u2018":95}},"\u2019":{"d":"162,-714r-24,111r56,0v-13,46,-25,92,-77,99r-10,48v135,-8,140,-142,166,-258r-111,0","w":278,"k":{"\u2019":95,"t":18,"s":74}},"\u00d7":{"d":"71,-72r48,48r182,-182r181,182r48,-48r-181,-182r180,-180r-48,-48r-180,180r-181,-180r-48,48r181,180","w":600},"\u0400":{"d":"158,-714r492,0r-16,80r-397,0r-48,227r370,0r-16,80r-371,0r-52,247r402,0r-18,80r-497,0xm382,-755r-101,-143r101,0r67,143r-67,0","w":611},"\u0401":{"d":"158,-714r492,0r-16,80r-397,0r-48,227r370,0r-16,80r-371,0r-52,247r402,0r-18,80r-497,0xm392,-863r-21,104r-89,0r21,-104r89,0xm555,-863r-21,104r-89,0r21,-104r89,0","w":611},"\u0402":{"d":"695,-271v0,194,-133,296,-341,276r18,-82v140,16,226,-53,226,-184v0,-101,-98,-147,-190,-109v-73,29,-121,93,-139,179r-40,191r-95,0r134,-634r-207,0r17,-80r570,0r-17,80r-268,0r-54,254r2,0v41,-50,109,-82,196,-82v119,0,188,73,188,191","w":750},"\u0403":{"d":"159,-714r459,0r-17,80r-364,0r-134,634r-95,0xm528,-898r-136,143r-70,0r93,-143r113,0","w":550},"\u0404":{"d":"660,-241v-35,153,-133,257,-316,257v-197,0,-308,-114,-306,-312v2,-196,93,-331,228,-400v102,-52,273,-43,351,21v45,38,79,93,84,169r-95,0v-1,-134,-163,-176,-282,-127v-94,39,-152,123,-180,227r333,0r-17,79r-328,0v-8,160,56,264,210,264v126,0,195,-73,223,-178r95,0","w":718},"\u0405":{"d":"355,-651v-99,0,-202,61,-156,161v48,105,237,77,322,154v50,45,66,162,27,232v-70,126,-338,159,-462,61v-49,-39,-78,-101,-71,-191r95,0v-6,124,69,171,190,171v113,0,208,-68,169,-183v-61,-100,-244,-76,-326,-158v-44,-44,-59,-144,-25,-210v62,-119,304,-155,421,-62v46,36,78,91,75,173r-95,0v3,-107,-59,-148,-164,-148","w":648},"\u0406":{"d":"157,-714r95,0r-150,714r-95,0","w":259},"\u0407":{"d":"157,-714r95,0r-150,714r-95,0xm195,-863r-21,104r-89,0r21,-104r89,0xm358,-863r-21,104r-89,0r21,-104r89,0","w":259},"\u0408":{"d":"86,-160v-12,116,160,122,203,45v17,-31,29,-71,38,-110r104,-489r94,0r-113,538v-24,118,-80,194,-223,192v-112,-2,-197,-41,-197,-151v0,-31,4,-68,8,-99r96,0v-5,23,-7,48,-10,74","w":519},"\u0409":{"d":"1039,-235v0,152,-99,235,-257,235r-328,0r134,-634r-263,0v-17,79,-33,146,-47,202v-40,150,-77,285,-150,384v-41,56,-130,69,-214,48r17,-80v26,6,79,12,103,-4v64,-42,85,-125,114,-214v40,-124,71,-256,104,-416r448,0r-62,291r174,0v142,-1,227,58,227,188xm944,-229v0,-151,-181,-108,-323,-115r-56,265r197,0v106,-1,182,-43,182,-150","w":1097},"\u040a":{"d":"1059,-232v0,152,-100,232,-257,232r-327,0r71,-337r-374,0r-71,337r-95,0r150,-714r96,0r-63,297r374,0r62,-297r95,0r-62,297r174,0v142,-1,227,55,227,185xm964,-226v3,-150,-183,-103,-323,-111r-56,258r197,0v109,0,180,-39,182,-147","w":1117},"\u040b":{"d":"583,-239v28,-90,-19,-142,-115,-142v-66,0,-119,18,-165,29r-74,352r-95,0r134,-634r-207,0r17,-80r570,0r-17,80r-268,0r-43,203r76,-19v27,-5,59,-12,90,-12v146,0,225,72,194,217r-52,245r-95,0","w":750},"\u040c":{"d":"158,-714r95,0r-75,352r2,2r404,-354r127,0r-344,294r229,420r-105,0r-195,-362r-143,121r-51,241r-95,0xm546,-898r-136,143r-70,0r93,-143r113,0","w":667},"\u040d":{"d":"157,-714r95,0r-127,602r478,-602r125,0r-151,714r-95,0r128,-604r-480,604r-124,0xm412,-755r-101,-143r101,0r67,143r-67,0","w":730},"\u040e":{"d":"6,-79v48,17,117,9,146,-21v28,-28,53,-62,77,-94r-148,-520r98,0r115,431r292,-431r106,0r-393,561v-66,95,-148,197,-309,152xm550,-896v-15,109,-170,187,-262,99v-22,-22,-37,-56,-34,-99r51,0v4,46,33,71,81,71v65,-1,87,-27,113,-71r51,0","w":611},"\u040f":{"d":"238,0r-232,0r151,-714r95,0r-134,634r363,0r134,-634r95,0r-151,714r-227,0r-38,177r-94,0","w":712},"\u0410":{"d":"375,-714r104,0r129,714r-98,0r-33,-215r-301,0r-125,215r-105,0xm465,-295r-53,-335r-2,0r-191,335r246,0","w":667},"\u0411":{"d":"608,-235v0,152,-98,235,-255,235r-347,0r152,-714r482,0r-17,80r-388,0r-44,211r190,0v142,-1,227,58,227,188xm513,-229v3,-156,-193,-107,-339,-115r-56,264r213,0v109,-1,180,-41,182,-149","w":675},"\u0412":{"d":"613,-221v-4,146,-106,221,-253,221r-353,0r149,-714r287,0v130,-1,199,53,199,171v0,96,-58,152,-136,174v62,17,109,70,107,148xm518,-221v0,-153,-210,-94,-351,-106r-52,247v175,-6,403,43,403,-141xm547,-543v0,-132,-191,-81,-316,-91r-48,227r212,0v101,0,152,-45,152,-136","w":685},"\u0413":{"d":"159,-714r459,0r-17,80r-364,0r-134,634r-95,0","w":550},"\u0414":{"d":"-47,-80r68,0v118,-148,189,-395,233,-634r456,0r-134,634r79,0r-55,257r-91,0r38,-177r-520,0r-38,177r-90,0xm481,-80r117,-554r-269,0v-40,208,-102,422,-202,554r354,0","w":729},"\u0415":{"d":"158,-714r492,0r-16,80r-397,0r-48,227r370,0r-16,80r-371,0r-52,247r402,0r-18,80r-497,0","w":611},"\u0416":{"d":"324,-426r-216,-288r109,0r244,335r70,-335r94,0r-68,325r372,-325r126,0r-347,297r228,417r-107,0r-190,-358r-109,92r-56,266r-94,0r58,-273r-63,-85r-334,358r-123,0","w":1011},"\u0417":{"d":"465,-377v110,12,149,151,95,249v-48,88,-142,141,-273,144v-167,2,-282,-85,-267,-251r90,0v-7,122,59,178,184,174v112,-4,198,-59,198,-173v0,-107,-122,-104,-228,-99r16,-78v127,13,234,-23,232,-148v-1,-75,-63,-94,-138,-94v-113,0,-178,45,-197,146r-91,0v23,-150,130,-222,299,-224v127,-1,222,56,222,173v0,99,-61,157,-142,178r0,3","w":650},"\u0418":{"d":"157,-714r95,0r-127,602r478,-602r125,0r-151,714r-95,0r128,-604r-480,604r-124,0","w":730},"\u0419":{"d":"157,-714r95,0r-127,602r478,-602r125,0r-151,714r-95,0r128,-604r-480,604r-124,0xm609,-896v-15,109,-171,187,-263,99v-22,-22,-36,-56,-33,-99r51,0v4,46,33,71,81,71v65,-1,87,-27,113,-71r51,0","w":730},"\u041a":{"d":"158,-714r95,0r-75,352r2,2r404,-354r127,0r-344,294r229,420r-105,0r-195,-362r-143,121r-51,241r-95,0","w":667},"\u041b":{"d":"238,-287v-57,158,-85,315,-288,294v-16,-2,-27,-4,-36,-7r17,-80v26,6,79,12,103,-4v64,-42,85,-125,114,-214v40,-124,71,-256,104,-416r448,0r-151,714r-95,0r134,-634r-263,0v-17,79,-33,146,-47,202v-14,56,-26,106,-40,145","w":703},"\u041c":{"d":"157,-714r132,0r95,614r2,0r353,-614r132,0r-151,714r-91,0r146,-625r-2,0r-364,625r-91,0r-93,-625r-2,0r-125,625r-91,0","w":870},"\u041d":{"d":"156,-714r96,0r-65,307r374,0r64,-307r95,0r-150,714r-95,0r69,-327r-374,0r-69,327r-95,0","w":722},"\u041e":{"d":"430,-731v191,0,298,125,298,316v0,192,-91,328,-224,395v-48,24,-101,36,-160,36v-197,1,-308,-114,-306,-312v2,-196,92,-333,228,-400v48,-24,103,-35,164,-35xm133,-296v0,144,67,233,211,233v153,0,233,-104,270,-225v52,-171,-2,-368,-184,-363v-201,6,-297,156,-297,355","w":759},"\u041f":{"d":"157,-714r553,0r-151,714r-95,0r134,-634r-363,0r-134,634r-95,0","w":712},"\u0420":{"d":"649,-517v-6,147,-109,224,-273,225r-212,0r-62,292r-95,0r149,-714r281,0v135,0,217,62,212,197xm554,-517v0,-78,-41,-117,-117,-117r-201,0r-55,262r215,0v97,2,157,-55,158,-145","w":648},"\u0421":{"d":"660,-241v-35,153,-133,257,-316,257v-197,0,-308,-114,-306,-312v2,-196,93,-331,228,-400v106,-54,282,-43,358,26v45,41,78,101,78,186r-95,0v13,-163,-186,-204,-307,-136v-103,57,-167,172,-167,324v0,144,67,233,211,233v126,0,193,-73,221,-178r95,0","w":722},"\u0422":{"d":"300,-634r-240,0r17,-80r576,0r-18,80r-240,0r-134,634r-95,0","w":574},"\u0423":{"d":"6,-79v48,17,117,9,146,-21v28,-28,53,-62,77,-94r-148,-520r98,0r115,431r292,-431r106,0r-393,561v-66,95,-148,197,-309,152","w":611},"\u0424":{"d":"529,-659v165,11,277,91,277,259v0,170,-110,261,-244,306v-49,16,-102,24,-159,24r-18,86r-94,0r18,-86v-165,-11,-277,-91,-277,-259v0,-170,110,-262,244,-307v49,-16,102,-23,159,-23r15,-72r94,0xm419,-582v-171,5,-291,85,-291,253v0,113,78,177,197,182xm419,-147v171,-5,291,-85,291,-253v0,-113,-78,-177,-197,-182","w":830},"\u0425":{"d":"266,-373r-172,-341r102,0r132,282r229,-282r107,0r-294,354r181,360r-98,0r-144,-302r-244,302r-108,0","w":611},"\u0426":{"d":"536,0r-530,0r151,-714r95,0r-134,634r354,0r134,-634r95,0r-134,634r77,0r-55,257r-91,0","w":720},"\u0427":{"d":"172,-504v-22,94,28,145,127,145v75,0,137,-16,189,-27r70,-328r94,0r-151,714r-94,0r64,-304r-83,16r-107,9v-146,5,-235,-74,-204,-217r47,-218r94,0","w":658},"\u0428":{"d":"157,-714r95,0r-134,634r303,0r134,-634r95,0r-134,634r303,0r134,-634r95,0r-151,714r-891,0","w":1051},"\u0429":{"d":"886,0r-880,0r151,-714r95,0r-134,634r303,0r134,-634r95,0r-134,634r303,0r134,-634r95,0r-134,634r81,0r-55,257r-92,0","w":1067},"\u042a":{"d":"712,-235v0,152,-99,235,-257,235r-329,0r135,-634r-201,0r17,-80r296,0r-62,291r174,0v142,-1,227,58,227,188xm617,-229v0,-151,-181,-108,-323,-115r-56,265r197,0v106,-1,182,-43,182,-150","w":770},"\u042b":{"d":"577,-235v0,152,-99,235,-257,235r-314,0r152,-714r95,0r-62,291r159,0v142,-1,227,58,227,188xm482,-229v0,-146,-169,-110,-308,-115r-56,265r182,0v106,-1,182,-43,182,-150xm775,-714r95,0r-151,714r-95,0","w":872},"\u042c":{"d":"595,-235v0,152,-99,235,-257,235r-329,0r152,-714r95,0r-62,291r174,0v142,-1,227,58,227,188xm500,-229v0,-151,-181,-108,-323,-115r-56,265r197,0v106,-1,182,-43,182,-150","w":653},"\u042d":{"d":"380,-732v197,0,308,114,306,312v-2,196,-92,331,-228,400v-106,54,-282,43,-358,-26v-45,-41,-78,-101,-78,-186r95,0v-11,152,160,200,287,146v95,-41,153,-130,177,-241r-337,0r17,-79r330,0v2,-152,-62,-247,-211,-247v-113,0,-179,59,-211,146r-97,0v41,-135,136,-225,308,-225","w":718},"\u042e":{"d":"692,-731v189,0,287,127,287,316v0,190,-86,328,-217,395v-46,24,-98,36,-156,36v-208,2,-305,-128,-294,-343r-142,0r-69,327r-95,0r150,-714r96,0r-65,307r135,0v45,-181,153,-324,370,-324xm472,-538v-101,146,-109,490,134,475v193,-12,278,-159,278,-352v0,-137,-59,-234,-195,-236v-104,-2,-173,50,-217,113","w":1010},"\u042f":{"d":"91,-486v0,-150,100,-228,257,-228r321,0r-151,714r-94,0r63,-295r-144,0r-294,295r-123,0r309,-303v-90,-18,-144,-84,-144,-183xm184,-492v0,148,177,114,319,118r55,-260r-190,0v-103,0,-184,41,-184,142","w":671},"\u0430":{"d":"321,-63v-38,49,-85,74,-173,74v-98,-1,-156,-46,-157,-145v-2,-166,174,-158,319,-176v45,-7,72,-23,71,-76v-2,-54,-51,-68,-104,-68v-74,0,-127,29,-139,93r-85,0v18,-110,100,-164,224,-168v122,-3,213,50,183,179r-52,224v-10,33,-7,83,34,68r13,-5r-13,63v-52,24,-133,8,-119,-61xm75,-135v-3,48,47,72,93,72v94,0,156,-53,173,-131v5,-22,16,-51,15,-70v-78,56,-272,-11,-281,129","w":519},"\u0431":{"d":"319,-519v127,0,203,74,201,206v-3,144,-66,247,-166,297v-35,18,-75,27,-120,27v-171,0,-232,-132,-199,-305v39,-207,103,-392,336,-403v53,-3,104,1,125,-34r86,0v-20,100,-121,103,-235,113v-128,11,-184,95,-223,206r3,0v37,-59,102,-107,192,-107xm111,-202v-8,121,108,172,205,122v72,-38,118,-119,119,-229v1,-87,-45,-144,-130,-141v-132,5,-185,116,-194,248","w":574},"\u0432":{"d":"462,-164v0,121,-92,164,-230,164r-236,0r109,-517v157,10,380,-48,379,120v0,68,-40,116,-98,128v45,13,76,50,76,105xm377,-165v0,-106,-150,-63,-248,-72r-35,168v121,-3,284,26,283,-96xm399,-390v-3,-90,-139,-49,-224,-58r-32,143v109,-5,259,30,256,-85","w":530},"\u0433":{"d":"108,-517r349,0r-16,75r-264,0r-94,442r-85,0","w":424},"\u0434":{"d":"-52,-75r56,0v90,-107,134,-272,164,-442r374,0r-94,442r70,0r-49,232r-81,0r34,-157r-408,0r-34,157r-80,0xm363,-75r78,-367r-206,0r-16,76v-26,111,-64,216,-122,291r266,0","w":589},"\u0435":{"d":"463,-162v-27,107,-105,173,-234,173v-141,0,-219,-75,-219,-207v0,-150,64,-257,164,-309v32,-16,67,-24,102,-24v175,0,242,129,211,296r-389,0v-18,104,37,170,131,170v80,0,126,-39,149,-99r85,0xm410,-308v4,-87,-35,-146,-121,-146v-105,0,-153,65,-179,146r300,0","w":537},"\u0436":{"d":"206,-312r-156,-205r98,0r177,238r51,-238r85,0r-51,236r267,-236r111,0r-247,215r164,302r-98,0r-129,-254r-89,75r-38,179r-85,0r40,-187r-54,-70r-231,257r-109,0","w":760},"\u0437":{"d":"435,-171v0,125,-100,186,-227,186v-125,0,-211,-55,-210,-184r82,0v-2,81,49,116,133,114v77,-2,137,-42,137,-118v0,-73,-96,-70,-169,-65r15,-69v87,9,173,-6,173,-92v0,-49,-50,-63,-102,-63v-82,0,-126,29,-141,103r-82,0v17,-117,102,-170,233,-170v96,0,177,37,177,131v0,68,-51,102,-103,121v45,11,84,55,84,106","w":500},"\u0438":{"d":"106,-517r85,0r-90,422r329,-422r114,0r-110,517r-85,0r89,-422r-328,422r-114,0","w":566},"\u0439":{"d":"106,-517r85,0r-90,422r329,-422r114,0r-110,517r-85,0r89,-422r-328,422r-114,0xm496,-726v-8,152,-296,191,-286,0r51,0v5,46,29,69,77,69v56,0,84,-28,107,-69r51,0","w":566},"\u043a":{"d":"106,-517r85,0r-52,242r280,-242r115,0r-249,208r167,309r-98,0r-133,-255r-104,86r-36,169r-85,0","w":500},"\u043b":{"d":"-56,-70v37,8,85,10,104,-18v71,-110,89,-275,127,-429r363,0r-109,517r-85,0r93,-442r-196,0r-39,166v-33,119,-48,230,-148,273v-33,14,-89,10,-124,2","w":563},"\u043c":{"d":"106,-517r120,0r67,419r2,0r247,-419r124,0r-110,517r-85,0r87,-410r-243,410r-78,0r-69,-410r-87,410r-85,0","w":688},"\u043d":{"d":"106,-517r85,0r-44,206r259,0r44,-206r85,0r-110,517r-85,0r50,-238r-259,0r-50,238r-85,0","w":560},"\u043e":{"d":"306,-529v141,0,216,73,215,214v-1,144,-66,248,-165,299v-35,18,-76,27,-121,27v-137,0,-218,-79,-218,-215v0,-145,67,-248,167,-298v36,-18,77,-27,122,-27xm152,-370v-75,100,-75,320,92,307v128,-10,192,-117,192,-245v0,-90,-45,-145,-136,-146v-71,-1,-116,41,-148,84","w":574},"\u043f":{"d":"106,-517r419,0r-110,517r-85,0r94,-442r-249,0r-94,442r-85,0","w":550},"\u0440":{"d":"374,-18v-90,49,-258,39,-282,-61r-2,0r-55,276r-83,0r150,-714r80,0v-4,24,-17,54,-16,74v44,-58,84,-84,171,-86v177,-7,238,167,183,329v-27,79,-77,144,-146,182xm134,-282v-36,107,1,224,116,219v138,-6,205,-117,205,-254v0,-86,-42,-140,-133,-137v-107,3,-159,86,-188,172","w":593},"\u0441":{"d":"470,-169v-27,109,-106,179,-236,180v-141,1,-214,-82,-213,-222v1,-141,65,-241,163,-291v76,-38,204,-35,262,16v34,29,53,72,55,133r-85,0v8,-101,-122,-123,-196,-79v-68,41,-114,118,-114,221v0,89,37,147,128,148v78,0,129,-47,151,-106r85,0","w":537},"\u0442":{"d":"207,-442r-185,0r16,-75r455,0r-16,75r-185,0r-94,442r-85,0","w":463},"\u0443":{"d":"-47,127v25,16,73,20,95,-1v34,-33,57,-85,85,-126r-91,-517r91,0r60,411r2,0r217,-411r93,0r-342,604v-38,73,-113,153,-225,109","w":481},"\u0444":{"d":"479,8v-38,1,-86,-28,-101,-51r-50,240r-84,0r50,-240v-26,24,-68,51,-119,51v-209,0,-176,-299,-95,-419v41,-61,101,-116,198,-114v49,1,86,26,107,56r52,-245r84,0r-52,245v27,-25,74,-56,127,-56v203,0,172,300,88,417v-44,61,-106,116,-205,116xm142,-356v-43,85,-84,295,56,293v58,-1,97,-33,117,-73r52,-246v-3,-80,-119,-90,-171,-44v-22,19,-40,42,-54,70xm403,-158v-36,95,101,118,161,67v60,-52,90,-145,100,-249v13,-140,-191,-146,-213,-42","w":803},"\u0445":{"d":"176,-274r-115,-243r98,0r78,188r154,-188r103,0r-222,250r132,267r-97,0r-94,-212r-176,212r-102,0","w":481},"\u0446":{"d":"396,0r-400,0r110,-517r85,0r-94,442r241,0r94,-442r85,0r-94,442r70,0r-49,232r-81,0","w":564},"\u0447":{"d":"133,-360v-32,126,140,95,229,68r48,-225r85,0r-110,517r-85,0r46,-222v-119,37,-347,50,-300,-130r36,-165r85,0","w":520},"\u0448":{"d":"106,-517r85,0r-94,442r208,0r94,-442r85,0r-94,442r209,0r94,-442r85,0r-110,517r-672,0","w":803},"\u0449":{"d":"657,0r-661,0r110,-517r85,0r-94,442r208,0r94,-442r85,0r-94,442r209,0r94,-442r85,0r-94,442r70,0r-49,232r-81,0","w":825},"\u044a":{"d":"540,-176v0,113,-72,176,-189,176r-274,0r94,-442r-149,0r16,-75r234,0r-43,202r142,0v113,0,169,46,169,139xm454,-166v0,-111,-139,-71,-241,-78r-36,173v119,-3,277,27,277,-95","w":591},"\u044b":{"d":"449,-176v0,113,-72,176,-189,176r-264,0r110,-517r85,0r-43,202r132,0v113,0,169,46,169,139xm363,-166v0,-108,-131,-72,-231,-78r-36,173v116,-2,267,24,267,-95xm598,-517r85,0r-109,517r-85,0","w":708},"\u044c":{"d":"459,-176v0,113,-72,176,-189,176r-274,0r110,-517r85,0r-43,202r142,0v113,0,169,46,169,139xm373,-166v0,-111,-139,-71,-241,-78r-36,173v119,-3,277,27,277,-95","w":510},"\u044d":{"d":"270,-529v141,-1,214,82,213,222v-1,142,-64,241,-163,291v-77,39,-204,34,-265,-16v-35,-29,-55,-72,-57,-133r85,0v-5,92,106,125,185,89v63,-28,103,-87,122,-158r-219,0r15,-70r214,0v-1,-92,-38,-153,-130,-154v-72,0,-125,42,-149,93r-87,0v31,-101,112,-163,236,-164","w":537},"\u044e":{"d":"516,-529v133,0,207,77,205,214v-2,143,-64,248,-161,299v-34,18,-72,27,-115,27v-145,-2,-215,-93,-207,-244r-108,0r-49,233r-85,0r110,-517r85,0r-45,211r104,0v38,-122,114,-223,266,-223xm367,-370v-67,99,-69,317,87,307v126,-8,182,-119,182,-245v0,-88,-37,-145,-126,-146v-70,0,-113,40,-143,84","w":774},"\u044f":{"d":"44,-340v0,-112,80,-177,197,-177r258,0r-109,517r-85,0r44,-203r-103,0r-193,203r-116,0r213,-208v-68,-15,-106,-57,-106,-132xm130,-344v1,101,137,65,233,72r36,-173r-148,0v-67,-1,-122,36,-121,101","w":524},"\u0450":{"d":"463,-162v-27,107,-105,173,-234,173v-141,0,-219,-75,-219,-207v0,-150,64,-257,164,-309v32,-16,67,-24,102,-24v175,0,242,129,211,296r-389,0v-18,104,37,170,131,170v80,0,126,-39,149,-99r85,0xm410,-308v4,-87,-35,-146,-121,-146v-105,0,-153,65,-179,146r300,0xm305,-588r-101,-143r101,0r67,143r-67,0","w":537},"\u0451":{"d":"463,-162v-27,107,-105,173,-234,173v-141,0,-219,-75,-219,-207v0,-150,64,-257,164,-309v32,-16,67,-24,102,-24v175,0,242,129,211,296r-389,0v-18,104,37,170,131,170v80,0,126,-39,149,-99r85,0xm410,-308v4,-87,-35,-146,-121,-146v-105,0,-153,65,-179,146r300,0xm300,-696r-21,104r-89,0r21,-104r89,0xm463,-696r-21,104r-89,0r21,-104r89,0","w":537},"\u0452":{"d":"363,-517v139,-8,163,111,129,234v-40,146,-45,339,-142,423v-55,48,-138,66,-233,53r17,-76v133,17,197,-38,221,-155r65,-314v17,-89,-90,-108,-158,-73v-59,30,-100,79,-115,151r-57,274r-84,0r119,-566r-96,0r15,-70r95,0r17,-78r85,0r-18,78r207,0r-15,70r-207,0r-31,137r2,2v37,-54,102,-85,184,-90","w":566},"\u0453":{"d":"108,-517r349,0r-16,75r-264,0r-94,442r-85,0xm425,-731r-136,143r-70,0r93,-143r113,0","w":424},"\u0454":{"d":"479,-169v-27,110,-112,179,-241,180v-141,1,-220,-82,-218,-222v2,-142,67,-241,166,-291v75,-38,200,-36,260,13v34,28,54,68,58,125r-84,0v-2,-111,-171,-109,-232,-46v-29,30,-55,65,-70,107r217,0r-15,69r-216,0v-7,102,35,172,134,173v77,0,135,-49,156,-108r85,0","w":537},"\u0455":{"d":"400,-200v76,185,-198,269,-348,174v-39,-25,-61,-71,-60,-137r84,0v-4,78,58,96,132,100v73,4,146,-45,106,-111v-75,-78,-256,-61,-261,-206v-6,-177,307,-193,370,-62v10,21,17,47,17,77r-85,0v4,-59,-50,-89,-107,-89v-67,0,-136,37,-98,97v68,65,212,65,250,157","w":481},"\u0456":{"d":"103,-517r85,0r-108,517r-84,0xm144,-714r86,0r-22,104r-86,0","w":222},"\u0457":{"d":"145,-696r-21,104r-89,0r21,-104r89,0xm308,-696r-21,104r-89,0r21,-104r89,0xm103,-517r85,0r-108,517r-84,0","w":222},"\u0458":{"d":"58,96v-13,79,-84,118,-177,95r15,-75v43,16,76,-5,84,-45r123,-588r85,0xm144,-714r86,0r-22,104r-86,0","w":222},"\u0459":{"d":"806,-176v0,113,-72,176,-189,176r-273,0r93,-442r-196,0r-39,166v-33,119,-48,230,-148,273v-33,14,-89,10,-124,2r14,-69v37,8,85,10,104,-18v71,-110,89,-275,127,-429r363,0r-43,202r142,0v113,0,169,46,169,139xm720,-166v0,-111,-139,-71,-241,-78r-36,173v119,-3,277,27,277,-95","w":857},"\u045a":{"d":"803,-176v0,113,-72,176,-189,176r-274,0r51,-244r-259,0r-51,244r-85,0r110,-517r85,0r-43,202r259,0r43,-202r85,0r-43,202r142,0v113,0,169,46,169,139xm717,-166v0,-111,-139,-71,-241,-78r-36,173v119,-3,277,27,277,-95","w":854},"\u045b":{"d":"410,-290v24,-78,10,-160,-78,-152v-103,8,-166,76,-185,168r-57,274r-84,0r119,-566r-96,0r15,-70r95,0r17,-78r85,0r-18,78r207,0r-15,70r-207,0r-31,137r2,2v37,-54,102,-85,184,-90v139,-8,155,109,129,234r-60,283r-85,0","w":566},"\u045c":{"d":"106,-517r85,0r-52,242r280,-242r115,0r-249,208r167,309r-98,0r-133,-255r-104,86r-36,169r-85,0xm463,-731r-136,143r-70,0r93,-143r113,0","w":500},"\u045d":{"d":"106,-517r85,0r-90,422r329,-422r114,0r-110,517r-85,0r89,-422r-328,422r-114,0xm320,-588r-101,-143r101,0r67,143r-67,0","w":566},"\u045e":{"d":"-47,127v25,16,73,20,95,-1v34,-33,57,-85,85,-126r-91,-517r91,0r60,411r2,0r217,-411r93,0r-342,604v-38,73,-113,153,-225,109xm444,-726v-8,152,-296,191,-286,0r51,0v5,46,29,69,77,69v56,0,84,-28,107,-69r51,0","w":481},"\u045f":{"d":"164,0r-168,0r110,-517r85,0r-94,442r249,0r94,-442r85,0r-110,517r-166,0r-33,157r-85,0","w":550},"\u0462":{"d":"652,-235v0,152,-99,235,-257,235r-329,0r115,-541r-161,0r17,-80r161,0r20,-93r95,0r-20,93r237,0r-17,80r-237,0r-25,118r174,0v142,-1,227,58,227,188xm557,-229v0,-151,-181,-108,-323,-115r-56,265r197,0v106,-1,182,-43,182,-150","w":710},"\u0463":{"d":"505,-176v0,113,-72,176,-189,176r-274,0r93,-442r-120,0r16,-75r120,0r43,-197r85,0r-43,197r185,0r-16,75r-185,0r-26,127r142,0v113,0,169,46,169,139xm419,-166v0,-111,-139,-71,-241,-78r-36,173v119,-3,277,27,277,-95"},"\u046a":{"d":"745,-183v24,-94,-28,-144,-125,-144r-107,0r-69,327r-95,0r69,-327v-119,0,-255,-16,-278,87r-53,240r-95,0r41,-195v20,-139,95,-215,265,-210r102,0r-145,-309r584,0r-278,309v178,-14,317,39,280,216r-40,189r-95,0xm664,-639r-270,0r88,214","w":935},"\u046b":{"d":"557,-136v16,-59,-17,-90,-79,-90r-89,0r-47,226r-85,0r47,-226v-102,-2,-186,-6,-206,90r-28,136r-85,0v23,-93,29,-209,95,-258v48,-36,123,-38,207,-37r-111,-222r464,0r-209,222v127,-9,242,16,214,148r-31,147r-85,0xm482,-453r-178,0r58,139","w":729},"\u0472":{"d":"430,-731v191,0,298,125,298,316v0,192,-91,328,-224,395v-48,24,-101,36,-160,36v-197,1,-308,-114,-306,-312v2,-196,92,-333,228,-400v48,-24,103,-35,164,-35xm133,-308v-1,151,63,245,211,245v173,0,252,-127,283,-277v-50,33,-122,78,-197,44v-68,-31,-154,-102,-242,-52v-20,12,-37,26,-55,40xm143,-392v48,-33,122,-72,195,-40v54,23,102,66,164,72v53,5,99,-38,131,-62v-7,-133,-68,-229,-203,-229v-172,0,-252,116,-287,259","w":759},"\u0473":{"d":"306,-529v141,0,216,73,215,214v-1,144,-66,248,-165,299v-35,18,-76,27,-121,27v-137,0,-218,-79,-218,-215v0,-145,67,-248,167,-298v36,-18,77,-27,122,-27xm103,-227v-8,99,38,173,136,169v115,-5,164,-97,190,-193v-26,19,-54,42,-92,42v-76,0,-114,-88,-192,-46v-15,8,-29,17,-42,28xm206,-329v57,0,91,59,143,59v35,0,64,-24,87,-42v3,-111,-95,-178,-201,-133v-61,26,-99,85,-120,152v24,-17,52,-36,91,-36","w":574},"\u0474":{"d":"79,-714r97,0r73,621r2,0r270,-522v34,-86,128,-131,246,-99r-17,80v-32,-7,-85,-10,-111,10v-15,11,-30,28,-44,54r-307,570r-107,0","w":667},"\u0475":{"d":"540,-451v-29,-7,-67,-6,-84,13v-10,12,-21,25,-30,42r-219,396r-91,0r-74,-517r90,0r44,430r2,0r174,-333v33,-71,98,-125,203,-100","w":511},"\u048c":{"d":"652,-235v0,152,-99,235,-257,235r-329,0r134,-634r-150,0r17,-80r150,0r23,-105r95,0r-23,105r162,0r-17,80r-162,0r-44,211r174,0v142,-1,227,58,227,188xm557,-229v0,-151,-181,-108,-323,-115r-56,265r197,0v106,-1,182,-43,182,-150","w":710},"\u048d":{"d":"490,-176v0,113,-72,176,-189,176r-274,0r93,-442r-105,0r16,-75r105,0r23,-108r85,0r-23,108r111,0r-16,75r-111,0r-26,127r142,0v113,0,169,46,169,139xm404,-166v0,-111,-139,-71,-241,-78r-36,173v119,-3,277,27,277,-95","w":541},"\u0490":{"d":"159,-714r369,0r34,-159r95,0r-51,239r-369,0r-134,634r-95,0","w":550},"\u0491":{"d":"108,-517r264,0r33,-155r85,0r-49,230r-264,0r-94,442r-85,0","w":424},"\u0492":{"d":"132,-327r-123,0r17,-80r123,0r65,-307r464,0r-17,80r-369,0r-48,227r200,0r-17,80r-200,0r-69,327r-95,0","w":611},"\u0493":{"d":"87,-222r-93,0r16,-75r93,0r46,-220r354,0r-16,75r-269,0r-30,145r166,0r-16,75r-166,0r-47,222r-85,0","w":471},"\u0496":{"d":"860,0r-31,0r-190,-358r-109,92r-56,266r-94,0r58,-273r-63,-85r-334,358r-123,0r406,-426r-216,-288r109,0r244,335r70,-335r94,0r-68,325r372,-325r126,0r-347,297r184,337r76,0r-55,257r-91,0","w":1021},"\u0497":{"d":"637,0r-30,0r-129,-254r-89,75r-38,179r-85,0r40,-187r-54,-70r-231,257r-109,0r294,-312r-156,-205r98,0r177,238r51,-238r85,0r-51,236r267,-236r111,0r-247,215r123,227r70,0r-49,232r-81,0","w":770},"\u0498":{"d":"386,122v-3,96,-139,103,-216,65r18,-43v20,6,38,15,63,15v28,-1,61,-1,60,-30v0,-37,-61,-36,-88,-23r-18,-30r50,-61v-147,-9,-249,-94,-235,-250r90,0v-7,122,59,178,184,174v112,-4,198,-59,198,-173v0,-107,-122,-104,-228,-99r16,-78v127,13,234,-23,232,-148v-1,-75,-63,-94,-138,-94v-113,0,-178,45,-197,146r-91,0v23,-150,130,-222,299,-224v127,-1,222,56,222,173v0,99,-61,157,-142,178r0,3v109,12,149,147,97,246v-46,87,-138,141,-263,147r-32,36v58,-13,121,9,119,70","w":650},"\u0499":{"d":"306,122v-3,96,-139,103,-216,65r18,-43v20,6,38,15,63,15v28,-1,61,-1,60,-30v0,-37,-61,-36,-88,-23r-18,-30r51,-63v-103,-10,-183,-68,-178,-182r82,0v-2,81,49,116,133,114v77,-2,137,-42,137,-118v0,-73,-96,-70,-169,-65r15,-69v87,9,173,-6,173,-92v0,-49,-50,-63,-102,-63v-82,0,-126,29,-141,103r-82,0v17,-117,102,-170,233,-170v96,0,177,37,177,131v0,68,-51,102,-103,121v71,15,106,110,66,182v-36,65,-105,104,-197,110r-33,37v58,-13,121,9,119,70","w":500},"\u049a":{"d":"520,0r-29,0r-195,-362r-143,121r-51,241r-95,0r151,-714r95,0r-75,352r2,2r404,-354r127,0r-344,294r185,340r76,0r-55,257r-91,0","w":677},"\u049b":{"d":"384,0r-30,0r-133,-255r-104,86r-36,169r-85,0r110,-517r85,0r-52,242r280,-242r115,0r-249,208r126,234r70,0r-49,232r-81,0","w":510},"\u049c":{"d":"157,-714r95,0r-65,307r50,0r32,-151r60,0r-32,151r15,0r308,-307r122,0r-353,345r209,369r-113,0r-182,-327r-23,0r-33,154r-60,0r33,-154r-50,0r-69,327r-95,0","w":670},"\u049d":{"d":"106,-517r85,0r-44,206r45,0r22,-104r55,0r-22,104r12,0r213,-206r111,0r-263,241r161,276r-101,0r-132,-238r-17,0r-24,114r-55,0r24,-114r-45,0r-50,238r-85,0","w":543},"\u04a0":{"d":"261,-634r-201,0r17,-80r296,0r-75,352r2,2r404,-354r127,0r-344,294r229,420r-105,0r-195,-362r-143,121r-51,241r-95,0","w":787},"\u04a1":{"d":"171,-442r-149,0r16,-75r234,0r-52,242r280,-242r115,0r-249,208r167,309r-98,0r-133,-255r-104,86r-36,169r-85,0","w":581},"\u04a2":{"d":"556,0r-81,0r69,-327r-374,0r-69,327r-95,0r150,-714r96,0r-65,307r374,0r64,-307r95,0r-133,634r77,0r-55,257r-91,0","w":739},"\u04a3":{"d":"414,0r-74,0r50,-238r-259,0r-50,238r-85,0r110,-517r85,0r-44,206r259,0r44,-206r85,0r-94,442r70,0r-49,232r-81,0","w":570},"\u04a4":{"d":"156,-714r96,0r-65,307r374,0r64,-307r459,0r-17,80r-364,0r-133,634r-95,0r69,-327r-374,0r-69,327r-95,0","w":1016},"\u04a5":{"d":"106,-517r85,0r-44,206r259,0r44,-206r349,0r-16,75r-264,0r-94,442r-85,0r50,-238r-259,0r-50,238r-85,0","w":766},"\u04aa":{"d":"426,122v-3,96,-139,103,-216,65r18,-43v20,6,38,15,63,15v28,-1,61,-1,60,-30v0,-37,-61,-36,-88,-23r-18,-30r51,-63v-166,-16,-260,-127,-258,-309v2,-196,93,-331,228,-400v106,-54,282,-43,358,26v45,41,78,101,78,186r-95,0v13,-163,-186,-204,-307,-136v-103,57,-167,172,-167,324v0,144,67,233,211,233v126,0,193,-73,221,-178r95,0v-35,154,-134,259,-321,257r-32,36v58,-13,121,9,119,70","w":722},"\u04ab":{"d":"330,122v-3,96,-139,103,-216,65r18,-43v20,6,38,15,63,15v28,-1,61,-1,60,-30v0,-37,-61,-36,-88,-23r-18,-30r54,-67v-121,-10,-182,-89,-182,-220v0,-141,65,-241,163,-291v76,-38,204,-35,262,16v34,29,53,72,55,133r-85,0v8,-101,-122,-123,-196,-79v-68,41,-114,118,-114,221v0,89,37,147,128,148v78,0,129,-47,151,-106r85,0v-28,106,-100,174,-222,179r-37,42v58,-13,121,9,119,70","w":537},"\u04ae":{"d":"254,-287r-188,-427r101,0r146,346r271,-346r110,0r-346,427r-62,287r-93,0","w":611},"\u04af":{"d":"130,-10r-92,-507r93,0r59,417r2,0r228,-417r93,0r-298,506r-44,208r-85,0","w":481},"\u04b0":{"d":"227,-159r-156,0r17,-80r156,0r10,-48r-188,-427r101,0r146,346r271,-346r110,0r-346,427r-11,48r162,0r-17,80r-162,0r-34,159r-93,0","w":611},"\u04b1":{"d":"107,95r-131,0r16,-75r131,0r7,-30r-92,-507r93,0r59,417r2,0r228,-417r93,0r-298,506r-7,31r139,0r-16,75r-139,0r-21,102r-85,0","w":481},"\u04b2":{"d":"480,0r-27,0r-144,-302r-244,302r-108,0r309,-373r-172,-341r102,0r132,282r229,-282r107,0r-294,354r141,280r77,0r-55,257r-91,0","w":621},"\u04b3":{"d":"340,0r-33,0r-94,-212r-176,212r-102,0r241,-274r-115,-243r98,0r78,188r154,-188r103,0r-222,250r95,192r70,0r-49,232r-81,0","w":490},"\u04b6":{"d":"172,-504v-22,94,28,145,127,145v75,0,137,-16,189,-27r70,-328r94,0r-134,634r77,0r-55,257r-91,0r38,-177r-80,0r64,-304r-83,16r-107,9v-146,5,-235,-74,-204,-217r47,-218r94,0","w":671},"\u04b7":{"d":"133,-360v-32,126,140,95,229,68r48,-225r85,0r-94,442r70,0r-49,232r-81,0r33,-157r-74,0r46,-222v-119,37,-347,50,-300,-130r36,-165r85,0","w":530},"\u04b8":{"d":"264,-279v-135,-1,-217,-80,-187,-217r47,-218r94,0v-16,86,-51,163,-51,257v0,69,46,94,114,98r33,-154r60,0r-33,153v57,-3,104,-17,147,-26r70,-328r94,0r-151,714r-94,0r64,-304v-37,8,-99,21,-147,23r-32,153r-60,0","w":658},"\u04b9":{"d":"191,-198v-104,6,-168,-50,-145,-154r36,-165r85,0r-34,157v-12,58,11,92,73,93r24,-114r55,0r-23,110v32,-5,76,-15,100,-21r48,-225r85,0r-110,517r-85,0r46,-222r-98,18r-25,118r-55,0","w":520},"\u04ba":{"d":"486,-210v23,-94,-29,-145,-127,-145v-75,0,-137,16,-189,27r-70,328r-94,0r151,-714r94,0r-64,304r83,-16r107,-9v145,-4,235,75,204,217r-47,218r-94,0","w":667},"\u04bb":{"d":"403,-302v24,-78,10,-160,-78,-152v-103,8,-166,76,-185,168r-60,286r-84,0r150,-714r85,0r-61,273r2,2v37,-54,102,-85,184,-90v139,-8,156,110,129,234r-63,295r-85,0"},"\u04c0":{"d":"157,-714r95,0r-150,714r-95,0","w":259},"\u04c1":{"d":"324,-426r-216,-288r109,0r244,335r70,-335r94,0r-68,325r372,-325r126,0r-347,297r228,417r-107,0r-190,-358r-109,92r-56,266r-94,0r58,-273r-63,-85r-334,358r-123,0xm750,-896v-15,109,-170,187,-262,99v-22,-22,-37,-56,-34,-99r51,0v4,46,33,71,81,71v65,-1,87,-27,113,-71r51,0","w":1011},"\u04c2":{"d":"206,-312r-156,-205r98,0r177,238r51,-238r85,0r-51,236r267,-236r111,0r-247,215r164,302r-98,0r-129,-254r-89,75r-38,179r-85,0r40,-187r-54,-70r-231,257r-109,0xm589,-726v-8,152,-296,191,-286,0r51,0v5,46,29,69,77,69v56,0,84,-28,107,-69r51,0","w":760},"\u04d0":{"d":"375,-714r104,0r129,714r-98,0r-33,-215r-301,0r-125,215r-105,0xm465,-295r-53,-335r-2,0r-191,335r246,0xm600,-896v-15,109,-170,187,-262,99v-22,-22,-37,-56,-34,-99r51,0v4,46,33,71,81,71v65,-1,87,-27,113,-71r51,0","w":667},"\u04d1":{"d":"321,-63v-38,49,-85,74,-173,74v-98,-1,-156,-46,-157,-145v-2,-166,174,-158,319,-176v45,-7,72,-23,71,-76v-2,-54,-51,-68,-104,-68v-74,0,-127,29,-139,93r-85,0v18,-110,100,-164,224,-168v122,-3,213,50,183,179r-52,224v-10,33,-7,83,34,68r13,-5r-13,63v-52,24,-133,8,-119,-61xm75,-135v-3,48,47,72,93,72v94,0,156,-53,173,-131v5,-22,16,-51,15,-70v-78,56,-272,-11,-281,129xm469,-726v-8,152,-296,191,-286,0r51,0v5,46,29,69,77,69v56,0,84,-28,107,-69r51,0","w":519},"\u04d2":{"d":"375,-714r104,0r129,714r-98,0r-33,-215r-301,0r-125,215r-105,0xm465,-295r-53,-335r-2,0r-191,335r246,0xm417,-863r-21,104r-89,0r21,-104r89,0xm580,-863r-21,104r-89,0r21,-104r89,0","w":667},"\u04d3":{"d":"321,-63v-38,49,-85,74,-173,74v-98,-1,-156,-46,-157,-145v-2,-166,174,-158,319,-176v45,-7,72,-23,71,-76v-2,-54,-51,-68,-104,-68v-74,0,-127,29,-139,93r-85,0v18,-110,100,-164,224,-168v122,-3,213,50,183,179r-52,224v-10,33,-7,83,34,68r13,-5r-13,63v-52,24,-133,8,-119,-61xm75,-135v-3,48,47,72,93,72v94,0,156,-53,173,-131v5,-22,16,-51,15,-70v-78,56,-272,-11,-281,129xm293,-696r-21,104r-89,0r21,-104r89,0xm456,-696r-21,104r-89,0r21,-104r89,0","w":519},"\u04d4":{"d":"441,-714r524,0r-17,80r-351,0r-47,227r330,0r-18,80r-329,0r-53,247r357,0r-16,80r-455,0r43,-208r-230,0r-149,208r-108,0xm427,-288r75,-346r-22,0r-245,346r192,0","w":926},"\u04d5":{"d":"365,-100v-40,69,-104,111,-203,111v-101,0,-167,-39,-166,-143v0,-168,194,-144,330,-178v35,-9,62,-30,62,-75v-1,-58,-55,-69,-113,-69v-67,0,-115,35,-128,92r-83,0v18,-114,103,-165,231,-167v81,0,137,26,165,81v32,-47,93,-77,165,-81v168,-8,229,142,185,296r-375,0v-20,95,22,172,119,170v81,-2,128,-39,153,-99r87,0v-40,103,-112,172,-247,173v-97,0,-158,-36,-182,-111xm80,-132v0,101,176,76,221,24v33,-38,51,-98,61,-158v-90,49,-282,2,-282,134xm739,-308v22,-114,-77,-174,-181,-134v-56,22,-93,72,-109,134r290,0","w":870},"\u04d6":{"d":"158,-714r492,0r-16,80r-397,0r-48,227r370,0r-16,80r-371,0r-52,247r402,0r-18,80r-497,0xm575,-896v-15,109,-171,187,-263,99v-22,-22,-36,-56,-33,-99r51,0v4,46,33,71,81,71v65,-1,87,-27,113,-71r51,0","w":611},"\u04d7":{"d":"463,-162v-27,107,-105,173,-234,173v-141,0,-219,-75,-219,-207v0,-150,64,-257,164,-309v32,-16,67,-24,102,-24v175,0,242,129,211,296r-389,0v-18,104,37,170,131,170v80,0,126,-39,149,-99r85,0xm410,-308v4,-87,-35,-146,-121,-146v-105,0,-153,65,-179,146r300,0xm469,-726v-8,152,-296,191,-286,0r51,0v5,46,29,69,77,69v56,0,84,-28,107,-69r51,0","w":537},"\u04d8":{"d":"400,-732v197,-2,308,114,306,312v-2,195,-85,333,-220,400v-48,24,-102,35,-163,35v-219,0,-316,-179,-278,-411r565,0v7,-156,-58,-256,-210,-257v-112,0,-189,60,-228,139r-97,0v50,-128,150,-216,325,-218xm130,-317v-2,143,65,252,193,252v168,0,244,-113,277,-252r-470,0","w":737},"\u04d9":{"d":"283,-529v141,0,219,75,219,207v0,150,-64,257,-164,309v-32,16,-67,24,-102,24v-175,0,-242,-129,-211,-296r389,0v18,-104,-37,-170,-131,-170v-80,0,-126,39,-149,99r-85,0v27,-107,105,-173,234,-173xm102,-210v-4,87,35,146,121,146v104,0,153,-65,179,-146r-300,0","w":555},"\u04dc":{"d":"324,-426r-216,-288r109,0r244,335r70,-335r94,0r-68,325r372,-325r126,0r-347,297r228,417r-107,0r-190,-358r-109,92r-56,266r-94,0r58,-273r-63,-85r-334,358r-123,0xm569,-863r-21,104r-89,0r21,-104r89,0xm732,-863r-21,104r-89,0r21,-104r89,0","w":1011},"\u04dd":{"d":"206,-312r-156,-205r98,0r177,238r51,-238r85,0r-51,236r267,-236r111,0r-247,215r164,302r-98,0r-129,-254r-89,75r-38,179r-85,0r40,-187r-54,-70r-231,257r-109,0xm413,-696r-21,104r-89,0r21,-104r89,0xm576,-696r-21,104r-89,0r21,-104r89,0","w":760},"\u04de":{"d":"465,-377v110,12,149,151,95,249v-48,88,-142,141,-273,144v-167,2,-282,-85,-267,-251r90,0v-7,122,59,178,184,174v112,-4,198,-59,198,-173v0,-107,-122,-104,-228,-99r16,-78v127,13,234,-23,232,-148v-1,-75,-63,-94,-138,-94v-113,0,-178,45,-197,146r-91,0v23,-150,130,-222,299,-224v127,-1,222,56,222,173v0,99,-61,157,-142,178r0,3xm378,-863r-21,104r-89,0r21,-104r89,0xm541,-863r-21,104r-89,0r21,-104r89,0","w":650},"\u04df":{"d":"435,-171v0,125,-100,186,-227,186v-125,0,-211,-55,-210,-184r82,0v-2,81,49,116,133,114v77,-2,137,-42,137,-118v0,-73,-96,-70,-169,-65r15,-69v87,9,173,-6,173,-92v0,-49,-50,-63,-102,-63v-82,0,-126,29,-141,103r-82,0v17,-117,102,-170,233,-170v96,0,177,37,177,131v0,68,-51,102,-103,121v45,11,84,55,84,106xm290,-696r-21,104r-89,0r21,-104r89,0xm453,-696r-21,104r-89,0r21,-104r89,0","w":500},"\u04e2":{"d":"157,-714r95,0r-127,602r478,-602r125,0r-151,714r-95,0r128,-604r-480,604r-124,0xm590,-842r-11,55r-270,0r12,-55r269,0","w":730},"\u04e3":{"d":"106,-517r85,0r-90,422r329,-422r114,0r-110,517r-85,0r89,-422r-328,422r-114,0xm483,-675r-11,55r-270,0r12,-55r269,0","w":566},"\u04e4":{"d":"157,-714r95,0r-127,602r478,-602r125,0r-151,714r-95,0r128,-604r-480,604r-124,0xm421,-863r-21,104r-89,0r21,-104r89,0xm584,-863r-21,104r-89,0r21,-104r89,0","w":730},"\u04e5":{"d":"106,-517r85,0r-90,422r329,-422r114,0r-110,517r-85,0r89,-422r-328,422r-114,0xm313,-696r-21,104r-89,0r21,-104r89,0xm476,-696r-21,104r-89,0r21,-104r89,0","w":566},"\u04e6":{"d":"430,-731v191,0,298,125,298,316v0,192,-91,328,-224,395v-48,24,-101,36,-160,36v-197,1,-308,-114,-306,-312v2,-196,92,-333,228,-400v48,-24,103,-35,164,-35xm133,-296v0,144,67,233,211,233v153,0,233,-104,270,-225v52,-171,-2,-368,-184,-363v-201,6,-297,156,-297,355xm433,-863r-21,104r-89,0r21,-104r89,0xm596,-863r-21,104r-89,0r21,-104r89,0","w":759},"\u04e7":{"d":"306,-529v141,0,216,73,215,214v-1,144,-66,248,-165,299v-35,18,-76,27,-121,27v-137,0,-218,-79,-218,-215v0,-145,67,-248,167,-298v36,-18,77,-27,122,-27xm152,-370v-75,100,-75,320,92,307v128,-10,192,-117,192,-245v0,-90,-45,-145,-136,-146v-71,-1,-116,41,-148,84xm317,-696r-21,104r-89,0r21,-104r89,0xm480,-696r-21,104r-89,0r21,-104r89,0","w":574},"\u04e8":{"d":"430,-731v191,0,298,125,298,316v0,192,-91,328,-224,395v-48,24,-101,36,-160,36v-197,1,-308,-114,-306,-312v2,-196,92,-333,228,-400v48,-24,103,-35,164,-35xm134,-327v-9,160,56,264,210,264v169,0,246,-122,280,-264r-490,0xm633,-407v-1,-144,-64,-244,-203,-244v-167,0,-245,110,-283,244r486,0","w":759},"\u04e9":{"d":"306,-529v141,0,216,73,215,214v-1,144,-66,248,-165,299v-35,18,-76,27,-121,27v-137,0,-218,-79,-218,-215v0,-145,67,-248,167,-298v36,-18,77,-27,122,-27xm103,-234v-21,130,92,206,207,156v60,-26,95,-88,115,-156r-322,0xm436,-305v8,-115,-94,-178,-200,-137v-59,23,-96,76,-117,137r317,0","w":574},"\u04ee":{"d":"6,-79v48,17,117,9,146,-21v28,-28,53,-62,77,-94r-148,-520r98,0r115,431r292,-431r106,0r-393,561v-66,95,-148,197,-309,152xm533,-842r-11,55r-270,0r12,-55r269,0","w":611},"\u04ef":{"d":"-47,127v25,16,73,20,95,-1v34,-33,57,-85,85,-126r-91,-517r91,0r60,411r2,0r217,-411r93,0r-342,604v-38,73,-113,153,-225,109xm431,-675r-11,55r-270,0r12,-55r269,0","w":481},"\u04f0":{"d":"6,-79v48,17,117,9,146,-21v28,-28,53,-62,77,-94r-148,-520r98,0r115,431r292,-431r106,0r-393,561v-66,95,-148,197,-309,152xm369,-863r-21,104r-89,0r21,-104r89,0xm532,-863r-21,104r-89,0r21,-104r89,0","w":611},"\u04f1":{"d":"-47,127v25,16,73,20,95,-1v34,-33,57,-85,85,-126r-91,-517r91,0r60,411r2,0r217,-411r93,0r-342,604v-38,73,-113,153,-225,109xm264,-696r-21,104r-89,0r21,-104r89,0xm427,-696r-21,104r-89,0r21,-104r89,0","w":481},"\u04f2":{"d":"6,-79v48,17,117,9,146,-21v28,-28,53,-62,77,-94r-148,-520r98,0r115,431r292,-431r106,0r-393,561v-66,95,-148,197,-309,152xm625,-898r-136,143r-70,0r93,-143r113,0xm459,-898r-136,143r-70,0r93,-143r113,0","w":611},"\u04f3":{"d":"-47,127v25,16,73,20,95,-1v34,-33,57,-85,85,-126r-91,-517r91,0r60,411r2,0r217,-411r93,0r-342,604v-38,73,-113,153,-225,109xm525,-731r-136,143r-70,0r93,-143r113,0xm359,-731r-136,143r-70,0r93,-143r113,0","w":481},"\u04f4":{"d":"172,-504v-22,94,28,145,127,145v75,0,137,-16,189,-27r70,-328r94,0r-151,714r-94,0r64,-304r-83,16r-107,9v-146,5,-235,-74,-204,-217r47,-218r94,0xm373,-863r-21,104r-89,0r21,-104r89,0xm536,-863r-21,104r-89,0r21,-104r89,0","w":658},"\u04f5":{"d":"133,-360v-32,126,140,95,229,68r48,-225r85,0r-110,517r-85,0r46,-222v-119,37,-347,50,-300,-130r36,-165r85,0xm281,-696r-21,104r-89,0r21,-104r89,0xm444,-696r-21,104r-89,0r21,-104r89,0","w":520},"\u04f8":{"d":"577,-235v0,152,-99,235,-257,235r-314,0r152,-714r95,0r-62,291r159,0v142,-1,227,58,227,188xm482,-229v0,-146,-169,-110,-308,-115r-56,265r182,0v106,-1,182,-43,182,-150xm775,-714r95,0r-151,714r-95,0xm489,-863r-21,104r-89,0r21,-104r89,0xm652,-863r-21,104r-89,0r21,-104r89,0","w":882},"\u04f9":{"d":"449,-176v0,113,-72,176,-189,176r-264,0r110,-517r85,0r-43,202r132,0v113,0,169,46,169,139xm363,-166v0,-108,-131,-72,-231,-78r-36,173v116,-2,267,24,267,-95xm598,-517r85,0r-109,517r-85,0xm382,-696r-21,104r-89,0r21,-104r89,0xm545,-696r-21,104r-89,0r21,-104r89,0","w":708},"\u00a0":{"w":278}}});Cufon.registerFont({"w":556,"face":{"font-family":"Helvetica Neue","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 8 3 0 0 0 9 0 4","ascent":"800","descent":"-200","x-height":"13","bbox":"-131 -929 1121 217.342","underline-thickness":"50","underline-position":"-75","slope":"-12","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":278},"!":{"d":"259,-520r42,-194r-151,0r-41,194r-25,306r70,0xm29,-154r-32,154r157,0r33,-154r-158,0","w":296},"\"":{"d":"127,-714r0,321r107,0r0,-321r-107,0xm313,-714r0,321r107,0r0,-321r-107,0","w":481},"#":{"d":"236,-412r96,0r-17,124r-97,0xm109,-198r-28,198r97,0r28,-198r96,0r-27,198r97,0r27,-198r87,0r10,-90r-84,0r17,-124r87,0r10,-90r-84,0r27,-198r-97,0r-27,198r-97,0r28,-198r-97,0r-28,198r-85,0r-10,90r83,0r-18,124r-85,0r-10,90r83,0"},"$":{"d":"6,-240v-3,159,62,236,198,253r-18,90r49,0r17,-87v160,-5,272,-76,276,-239v3,-136,-89,-174,-192,-205r33,-177v35,16,61,44,57,99r137,0v9,-131,-67,-194,-170,-218r17,-86r-48,0r-16,79v-154,3,-269,63,-273,216v-3,136,93,170,193,204r-40,206v-60,-13,-86,-54,-83,-135r-137,0xm210,-526v0,-62,50,-87,113,-88r-32,170v-40,-14,-81,-32,-81,-82xm312,-296v39,17,79,37,79,92v0,69,-49,101,-117,104"},"%":{"d":"735,-376v-132,0,-193,101,-193,232v0,92,52,160,147,157v136,-4,200,-102,204,-237v3,-101,-58,-152,-158,-152xm696,-61v-39,4,-52,-28,-52,-65v0,-81,20,-169,99,-175v30,-2,50,28,48,56v-4,79,-19,177,-95,184xm713,-722r-538,743r86,0r537,-743r-85,0xm227,-399v-39,4,-52,-28,-52,-65v0,-81,20,-169,99,-175v30,-2,50,28,48,56v-4,79,-19,177,-95,184xm266,-714v-132,0,-193,101,-193,232v0,92,52,161,147,158v135,-5,200,-103,204,-238v3,-101,-58,-152,-158,-152","w":963},"&":{"d":"326,-454v-16,-29,-38,-57,-38,-100v0,-46,35,-71,77,-73v50,-2,81,59,53,102v-20,31,-58,55,-92,71xm235,13v88,0,137,-26,192,-69r32,56r156,0r-91,-140v56,-49,97,-120,113,-203r-127,0v-10,39,-27,75,-52,101r-77,-124v74,-42,164,-84,164,-194v0,-109,-78,-162,-187,-162v-121,0,-195,65,-197,186v-1,50,29,91,48,126v-97,41,-193,94,-193,227v0,128,92,196,219,196xm247,-103v-92,5,-121,-110,-58,-162v23,-19,51,-34,78,-50r98,159v-30,23,-69,50,-118,53","w":685},"'":{"d":"110,-714r0,321r107,0r0,-321r-107,0","w":278},"(":{"d":"158,-81v0,-296,97,-475,229,-650r-125,0v-125,159,-236,315,-236,593v0,115,26,235,62,319r108,0v-18,-82,-38,-167,-38,-262","w":296},")":{"d":"117,-468v0,295,-96,475,-228,649r124,0v123,-160,236,-314,236,-592v0,-115,-28,-234,-62,-320r-108,0v18,82,38,168,38,263","w":296},"*":{"d":"289,-582r24,-128r-82,-4r-17,120r-109,-55r-34,73r108,52r-89,92r58,56r86,-97r55,109r72,-39r-57,-105r120,-18r-14,-79","w":407},"+":{"d":"48,-306r0,107r199,0r0,199r107,0r0,-199r199,0r0,-107r-199,0r0,-199r-107,0r0,199r-199,0","w":600},",":{"d":"19,-154r-31,154r68,0v-12,56,-29,85,-88,95r-15,71v182,-1,192,-169,224,-320r-158,0","w":278},"-":{"d":"53,-334r-26,122r301,0r26,-122r-301,0","w":407},".":{"d":"20,-154r-32,154r157,0r33,-154r-158,0","w":278},"\/":{"d":"277,-731r-278,747r113,0r279,-747r-114,0","w":389},"0":{"d":"236,-103v-126,5,-103,-159,-83,-263v16,-83,45,-167,102,-210v18,-14,39,-21,62,-21v155,5,100,240,64,346v-24,71,-58,145,-145,148xm552,-344v38,-198,-27,-377,-225,-370v-208,8,-287,173,-321,356v-36,190,19,378,212,371v214,-7,298,-170,334,-357"},"1":{"d":"323,0r148,-700r-116,0v-40,90,-112,135,-235,139r-23,107r171,0r-96,454r151,0"},"2":{"d":"558,-503v-3,-142,-92,-209,-233,-211v-167,-2,-271,105,-281,266r135,0v6,-81,45,-144,129,-144v62,0,112,30,108,98v-6,105,-105,134,-176,175v-127,74,-268,134,-281,319r518,0r28,-122r-345,0v109,-109,299,-149,376,-290v15,-27,22,-57,22,-91"},"3":{"d":"412,-510v0,86,-86,96,-177,93r-19,100v82,-5,150,8,150,87v0,79,-59,127,-135,127v-83,0,-124,-53,-114,-137r-134,0v-11,171,75,255,244,253v167,-2,285,-71,288,-238v1,-82,-36,-120,-98,-145v73,-14,132,-75,132,-161v0,-203,-294,-227,-415,-122v-48,41,-76,99,-87,176r135,0v17,-75,47,-120,134,-120v58,0,96,29,96,87"},"4":{"d":"449,-279r89,-421r-138,0r-409,409r-26,129r324,0r-35,162r135,0r35,-162r93,0r25,-117r-93,0xm314,-279r-208,0r263,-269r2,0"},"5":{"d":"326,-476v-63,-3,-104,15,-137,44r-2,-2r46,-149r298,0r25,-117r-414,0r-122,390r128,0v25,-37,55,-59,112,-59v77,0,121,40,119,119v-2,88,-53,147,-140,147v-68,0,-119,-32,-119,-101r-136,0v4,149,95,217,245,217v179,0,292,-101,292,-280v0,-126,-73,-204,-195,-209"},"6":{"d":"351,-607v52,-2,89,36,89,88r137,0v-6,-131,-87,-195,-221,-195v-182,0,-276,123,-320,270v-16,53,-23,112,-23,173v1,174,73,284,248,284v127,0,209,-71,249,-163v14,-33,21,-68,21,-106v-3,-134,-74,-214,-207,-214v-69,0,-124,28,-154,74r-2,-2v33,-93,63,-204,183,-209xm257,-103v-64,0,-109,-53,-107,-118v3,-83,45,-142,128,-142v71,0,111,42,111,118v0,80,-49,142,-132,142"},"7":{"d":"219,0v64,-232,186,-439,346,-578r26,-122r-497,0r-28,132r344,0v-149,144,-278,340,-342,568r151,0"},"8":{"d":"309,-418v-62,0,-114,-28,-114,-91v0,-65,49,-99,117,-98v65,2,111,29,111,95v0,63,-51,94,-114,94xm332,-714v-147,0,-257,62,-264,205v-3,65,47,107,87,132v-94,25,-172,69,-174,185v-5,214,308,253,455,146v48,-35,88,-86,88,-165v0,-82,-49,-135,-109,-159v76,-18,135,-70,135,-156v0,-123,-91,-188,-218,-188xm245,-93v-70,-2,-120,-37,-123,-108v-3,-80,60,-122,136,-122v71,0,123,38,124,112v1,76,-58,120,-137,118"},"9":{"d":"214,-93v-52,2,-89,-36,-89,-88r-136,0v6,130,86,194,220,194v183,0,276,-122,320,-269v16,-53,23,-112,23,-173v-1,-174,-73,-285,-248,-285v-128,0,-210,71,-250,164v-14,33,-20,69,-20,106v3,134,74,214,207,214v69,0,124,-28,154,-74r2,2v-33,93,-63,204,-183,209xm308,-597v68,3,107,48,107,118v0,82,-45,142,-128,142v-71,0,-111,-42,-111,-118v0,-80,49,-145,132,-142"},":":{"d":"219,-354r33,-154r-158,0r-33,154r158,0xm20,-154r-32,154r157,0r33,-154r-158,0","w":278},";":{"d":"94,-508r-33,154r158,0r33,-154r-158,0xm19,-154r-31,154r68,0v-12,56,-29,85,-88,95r-15,71v182,-1,192,-169,224,-320r-158,0","w":278},"<":{"d":"554,-399r0,-115r-508,202r0,118r508,201r0,-114r-367,-146","w":600},"=":{"d":"553,-92r0,-107r-505,0r0,107r505,0xm553,-306r0,-107r-505,0r0,107r505,0","w":600},">":{"d":"46,-107r0,114r508,-201r0,-118r-508,-202r0,115r367,146","w":600},"?":{"d":"156,-154r-33,154r158,0r33,-154r-158,0xm570,-546v0,-205,-285,-227,-410,-125v-48,39,-82,98,-86,180r142,0v11,-67,42,-123,118,-123v48,0,90,27,87,78v-7,108,-133,112,-183,178v-28,36,-44,78,-53,138r132,0v13,-125,151,-131,211,-211v22,-30,42,-64,42,-115","w":574},"@":{"d":"568,-221v-28,-2,-14,-47,-9,-66r63,-258r-82,0r-16,54v-25,-72,-135,-88,-206,-48v-75,42,-129,122,-129,233v0,98,60,166,157,171v51,2,86,-26,110,-58v23,102,167,39,214,-11v48,-50,96,-121,94,-222v-4,-154,-98,-243,-217,-283v-219,-73,-414,45,-481,205v-38,90,-40,207,0,296v59,129,175,224,355,224v140,0,246,-68,305,-161r-84,0v-65,72,-218,107,-334,61v-104,-42,-176,-129,-176,-271v0,-180,103,-296,283,-296v161,0,269,84,269,246v0,92,-35,171,-116,184xm369,-230v-48,3,-81,-39,-78,-89v4,-79,46,-143,124,-147v44,-2,79,39,77,85v-4,80,-45,146,-123,151","w":800},"A":{"d":"345,-714r-421,714r165,0r90,-159r267,0r23,159r156,0r-119,-714r-161,0xm241,-276r154,-284r2,0r35,284r-191,0","w":685,"k":{"\u2019":74,"y":18,"w":18,"v":18,"Y":74,"W":24,"V":46,"T":92}},"B":{"d":"521,-519v0,61,-49,94,-106,94r-178,0r35,-167r166,0v52,1,83,18,83,73xm678,-547v3,-137,-96,-167,-232,-167r-300,0r-149,714r380,0v157,-6,268,-76,273,-234v2,-77,-47,-127,-106,-147v84,-13,132,-74,134,-166xm493,-237v2,75,-51,115,-123,115r-197,0r42,-196v112,9,275,-36,278,81","w":722},"C":{"d":"428,-599v79,0,130,49,128,133r157,0v-1,-177,-111,-265,-286,-265v-196,0,-309,118,-363,267v-18,52,-27,107,-27,165v0,241,189,364,425,301v121,-32,178,-135,219,-259r-157,0v-19,80,-74,142,-168,142v-111,0,-162,-75,-162,-184v0,-161,71,-300,234,-300","w":741},"D":{"d":"551,-409v0,164,-85,272,-249,277r-121,0r96,-450r118,0v109,1,156,65,156,173xm708,-436v0,-184,-110,-278,-303,-278r-258,0r-150,714r298,0v273,-5,413,-167,413,-436","w":741},"E":{"d":"146,-714r-149,714r550,0r28,-132r-394,0r37,-175r359,0r26,-122r-359,0r32,-153r388,0r27,-132r-545,0","w":667},"F":{"d":"147,-714r-150,714r156,0r63,-295r305,0r26,-122r-306,0r35,-165r350,0r29,-132r-508,0","w":593,"k":{"A":55,".":157,",":157}},"G":{"d":"354,16v84,0,140,-37,182,-89r0,73r99,0r82,-386r-303,0r-25,117r165,0v-27,91,-80,155,-198,154v-111,-1,-162,-75,-162,-184v0,-161,71,-300,234,-300v89,0,142,33,145,121r157,0v-4,-177,-126,-253,-303,-253v-196,0,-309,118,-363,267v-18,52,-27,107,-27,165v-1,203,115,316,317,315","w":759},"H":{"d":"147,-714r-150,714r157,0r65,-308r289,0r-65,308r158,0r151,-714r-158,0r-58,274r-289,0r58,-274r-158,0","w":741},"I":{"d":"147,-714r-150,714r157,0r151,-714r-158,0","w":296},"J":{"d":"-18,-156v2,124,92,172,216,172v162,0,233,-83,261,-219r106,-511r-158,0r-99,477v-14,63,-29,122,-108,122v-56,0,-91,-44,-72,-106r9,-45r-142,0v-6,36,-13,69,-13,110"},"K":{"d":"145,-714r-148,714r157,0r47,-226r109,-95r163,321r177,0r-219,-420r343,-294r-208,0r-326,299r62,-299r-157,0","w":722},"L":{"d":"146,-714r-149,714r502,0r28,-132r-345,0r122,-582r-158,0","w":574,"k":{"\u2019":74,"y":37,"Y":111,"W":55,"V":92,"T":92}},"M":{"d":"147,-714r-150,714r148,0r107,-568r2,0r69,568r120,0r302,-568r2,0r-130,568r147,0r151,-714r-219,0r-275,517r-2,0r-55,-517r-217,0","w":907},"N":{"d":"147,-714r-150,714r146,0r102,-501r2,0r196,501r157,0r151,-714r-144,0r-102,508r-2,0r-194,-508r-162,0","w":741},"O":{"d":"744,-425v-3,-201,-116,-306,-317,-306v-196,0,-309,118,-363,267v-18,52,-27,107,-27,165v-1,203,115,317,317,315v201,-2,311,-119,364,-273v17,-53,26,-109,26,-168xm356,-115v-111,0,-162,-75,-162,-184v0,-161,71,-293,234,-300v196,-10,184,269,101,385v-37,52,-89,99,-173,99","w":778},"P":{"d":"679,-506v0,-152,-97,-208,-248,-208r-286,0r-148,714r156,0r54,-256v151,0,305,12,389,-66v46,-42,83,-100,83,-184xm522,-503v0,84,-48,125,-129,125r-160,0r44,-214v108,4,245,-25,245,89","w":667,"k":{"A":74,".":179,",":179}},"Q":{"d":"354,16v63,0,116,-11,160,-33r84,95r84,-70r-76,-85v85,-75,138,-198,138,-348v0,-201,-116,-306,-317,-306v-196,0,-309,118,-363,267v-18,52,-27,107,-27,165v-1,203,115,316,317,315xm428,-599v212,-9,182,310,81,412r-63,-71r-84,69r56,63v-131,41,-230,-42,-224,-173v7,-161,71,-293,234,-300","w":778},"R":{"d":"543,-504v-6,133,-169,112,-307,113r42,-201v112,7,269,-34,265,88xm615,0v-34,-110,43,-305,-79,-333r0,-2v97,-17,162,-83,164,-192v3,-134,-79,-187,-213,-187r-341,0r-149,714r156,0r59,-279v107,6,251,-33,251,86v0,64,-18,135,-1,193r153,0","w":722,"k":{"Y":37,"W":18,"V":18,"T":18}},"S":{"d":"308,-105v-94,0,-160,-33,-154,-132r-149,0v1,184,106,253,297,253v163,0,287,-70,291,-235v5,-178,-164,-183,-295,-229v-32,-11,-66,-32,-66,-72v0,-67,58,-89,125,-89v77,0,130,29,128,108r149,0v-3,-161,-108,-230,-268,-230v-157,0,-283,64,-283,222v0,177,178,178,303,232v30,13,58,31,58,71v0,73,-64,101,-136,101","w":648},"T":{"d":"278,-582r-122,582r158,0r122,-582r214,0r28,-132r-596,0r-28,132r224,0","w":611,"k":{"y":111,"w":111,"u":92,"s":111,"r":92,"o":111,"e":111,"c":111,"a":111,"A":92,";":111,":":111,".":111,"-":129,",":111}},"U":{"d":"43,-248v-48,238,211,307,417,244v126,-38,174,-154,203,-295r87,-415r-157,0r-89,423v-20,100,-51,176,-175,176v-117,0,-142,-77,-119,-186r87,-413r-157,0","w":741},"V":{"d":"331,0r381,-714r-163,0r-271,536r-2,0r-47,-536r-157,0r82,714r177,0","w":630,"k":{"y":18,"u":37,"r":37,"o":55,"i":18,"e":55,"a":55,"A":46,";":46,":":46,".":129,"-":55,",":129}},"W":{"d":"678,0r335,-714r-157,0r-218,521r-2,0r-18,-521r-150,0r-226,523r-2,0r-10,-523r-157,0r49,714r158,0r222,-510r2,0r18,510r156,0","w":944,"k":{"u":18,"r":18,"o":57,"e":57,"a":37,"A":24,";":18,":":18,".":74,",":74}},"X":{"d":"255,-376r-324,376r189,0r204,-255r112,255r173,0r-177,-369r297,-345r-186,0r-183,236r-101,-236r-171,0","w":667},"Y":{"d":"232,-277r-57,277r158,0r55,-270r348,-444r-185,0r-222,304r-107,-304r-161,0","w":648,"k":{"v":55,"u":74,"q":92,"p":74,"o":111,"i":37,"e":111,"a":92,"A":74,";":92,":":92,".":139,"-":111,",":139}},"Z":{"d":"-15,-130r-27,130r600,0r26,-132r-403,0r481,-456r26,-126r-564,0r-29,132r366,0","w":648},"[":{"d":"155,-731r-191,912r257,0r24,-112r-126,0r145,-688r125,0r24,-112r-258,0","w":333},"\\":{"d":"391,16r-279,-747r-113,0r278,747r114,0","w":389},"]":{"d":"146,181r192,-912r-258,0r-24,112r126,0r-145,688r-124,0r-24,112r257,0","w":333},"^":{"d":"233,-700r-172,385r117,0r122,-275r122,275r117,0r-172,-385r-134,0","w":600},"_":{"d":"0,74r0,50r500,0r0,-50r-500,0","w":500},"`":{"d":"264,-581r-88,-142r-152,0r140,142r100,0","w":259},"a":{"d":"520,-395v4,-139,-171,-150,-300,-127v-87,16,-146,69,-160,162r133,0v7,-49,52,-76,105,-76v48,0,90,14,90,63v0,86,-116,62,-197,75v-111,18,-193,64,-197,176v-5,161,251,168,325,71r0,51r142,0v-10,-30,-4,-71,2,-100v18,-94,54,-193,57,-295xm268,-92v-48,21,-133,12,-133,-47v0,-114,154,-64,225,-109v-18,65,-33,131,-92,156","w":574},"b":{"d":"382,-531v-79,0,-110,29,-155,69r53,-252r-142,0r-149,714r130,0v7,-26,8,-58,19,-81v25,102,187,116,278,66v94,-52,152,-156,152,-296v0,-130,-55,-218,-186,-220xm171,-202v4,-112,42,-217,154,-222v71,-3,101,48,101,115v0,109,-42,211,-152,216v-64,3,-105,-46,-103,-109","w":611},"c":{"d":"297,-424v63,0,95,23,95,86r142,0v-4,-135,-96,-193,-232,-193v-192,0,-287,132,-292,323v-4,150,83,221,230,221v148,0,228,-84,267,-202r-142,0v-17,52,-48,96,-115,96v-68,0,-98,-44,-98,-112v0,-109,36,-219,145,-219"},"d":{"d":"152,-208v0,-110,45,-210,155,-216v131,-8,114,176,63,255v-25,39,-58,76,-117,76v-68,0,-101,-48,-101,-115xm207,13v71,-1,128,-28,155,-79v3,19,-10,45,-12,66r137,0r151,-714r-142,0r-57,266r-2,0v-29,-91,-185,-102,-270,-54v-98,56,-155,165,-157,312v-1,124,72,204,197,203","w":611},"e":{"d":"162,-314v19,-74,99,-135,191,-100v35,13,46,52,46,100r-237,0xm348,-139v-57,85,-234,46,-201,-85r381,0v36,-185,-53,-312,-233,-307v-144,3,-225,89,-265,199v-13,38,-20,79,-20,120v2,148,83,223,230,225v152,2,227,-67,268,-177r-142,0","w":574},"f":{"d":"328,-720v-146,-4,-179,84,-201,203r-85,0r-20,95r84,0r-89,422r142,0r89,-422r102,0r20,-95r-101,0v8,-70,40,-112,130,-93r22,-102v-29,-5,-60,-7,-93,-8","w":352,"k":{"\u2019":-18,"f":18}},"g":{"d":"-18,26v-7,194,295,206,414,116v49,-37,76,-95,91,-169r103,-490r-136,0v-7,25,-7,57,-18,79v-29,-96,-176,-117,-268,-66v-90,51,-151,151,-151,285v0,130,69,211,199,211v58,0,105,-24,142,-73r2,2v-27,82,-40,179,-144,179v-52,0,-94,-21,-93,-74r-141,0xm159,-229v0,-100,45,-190,145,-195v68,-4,102,46,102,112v0,104,-47,197,-151,197v-67,0,-96,-48,-96,-114","w":611},"h":{"d":"399,-531v-82,0,-135,34,-173,74r53,-257r-142,0r-148,714r141,0r58,-275v19,-75,55,-144,145,-144v43,0,76,30,65,84r-69,335r142,0r77,-372v12,-103,-42,-159,-149,-159","w":611},"i":{"d":"257,-597r26,-117r-143,0r-26,117r143,0xm98,-517r-109,517r142,0r110,-517r-143,0","w":259},"j":{"d":"257,-597r26,-117r-143,0r-26,117r143,0xm-32,54v-15,18,-48,7,-75,8r-24,114v110,15,210,-4,238,-86v7,-21,16,-45,22,-72r113,-535r-142,0r-108,515v-4,21,-13,42,-24,56","w":259},"k":{"d":"138,-714r-149,714r141,0r35,-168r74,-63r85,231r156,0r-133,-321r232,-196r-175,0r-204,193r-2,-2r82,-388r-142,0"},"l":{"d":"140,-714r-151,714r141,0r152,-714r-142,0","w":259},"m":{"d":"399,-531v-87,0,-141,36,-183,87r16,-73r-136,0r-107,517r141,0r58,-277v18,-69,51,-138,133,-142v48,-2,69,40,58,92r-68,327r143,0r58,-277v18,-69,51,-138,133,-142v48,-2,69,40,58,92r-68,327r142,0r74,-352v25,-114,-46,-181,-152,-179v-82,2,-139,40,-175,90v-10,-61,-58,-89,-125,-90","w":907},"n":{"d":"276,-406v55,-29,138,-8,122,71r-69,335r142,0r77,-372v12,-103,-42,-159,-149,-159v-76,0,-134,32,-183,86r16,-72r-136,0r-107,517r141,0r58,-275v13,-58,41,-106,88,-131","w":611},"o":{"d":"254,-93v-68,0,-102,-48,-102,-116v0,-107,43,-210,150,-215v75,-4,104,43,104,114v0,109,-43,217,-152,217xm548,-312v0,-150,-93,-219,-241,-219v-192,0,-291,131,-297,322v-4,147,93,222,237,222v196,0,301,-130,301,-325","w":593},"p":{"d":"370,-531v-71,1,-128,29,-155,80v-3,-19,10,-45,12,-66r-137,0r-148,698r141,0r54,-250r3,0v29,89,185,101,270,53v98,-55,154,-164,156,-311v1,-124,-71,-205,-196,-204xm269,-93v-131,7,-114,-176,-63,-255v25,-39,58,-76,117,-76v68,0,101,48,101,115v0,110,-44,209,-155,216","w":611},"q":{"d":"152,-208v0,-110,44,-212,156,-216v64,-2,105,46,103,109v-4,111,-45,222,-154,222v-73,0,-105,-44,-105,-115xm200,13v72,2,112,-22,148,-54r-47,222r142,0r147,-698r-131,0v-7,26,-8,58,-19,81v-25,-102,-187,-117,-278,-66v-93,53,-152,156,-152,296v0,130,58,217,190,219","w":611},"r":{"d":"434,-528v-107,-15,-190,30,-222,106v-1,-28,15,-64,19,-95r-135,0r-107,517r141,0r48,-229v16,-110,92,-199,227,-161","w":389,"k":{"q":18,"o":18,"n":-18,"g":28,"e":18,"d":18,"c":18,".":92,"-":55,",":92}},"s":{"d":"272,-436v53,-1,78,23,80,70r132,0v3,-127,-88,-165,-212,-165v-136,0,-266,70,-222,216v28,94,175,83,251,134v9,7,14,20,14,38v-4,92,-193,79,-192,-8r0,-17r-131,0v-7,137,94,177,219,181v150,4,285,-78,235,-231v-30,-92,-170,-90,-246,-138v-11,-7,-15,-18,-15,-29v0,-41,43,-50,87,-51","w":519},"t":{"d":"299,-106v-52,9,-109,10,-95,-59r53,-257r101,0r22,-95r-102,0r32,-157r-142,0r-32,157r-91,0r-22,95r93,0r-63,304v-22,126,103,136,222,121","w":370},"u":{"d":"298,-110v-54,28,-138,7,-122,-72r69,-335r-142,0r-77,371v-10,103,41,159,149,159v76,0,134,-32,183,-85r-16,72r136,0r108,-517r-142,0r-58,275v-13,58,-40,107,-88,132","w":611},"v":{"d":"260,0r283,-517r-150,0r-183,368r-2,0r-32,-368r-146,0r68,517r162,0","w":519,"k":{".":74,",":74}},"w":{"d":"564,0r270,-517r-150,0r-166,361r-2,0r-16,-361r-144,0r-159,364r-2,0r-20,-364r-145,0r57,517r149,0r160,-363r2,0r18,363r148,0","w":815,"k":{".":55,",":55}},"x":{"d":"316,-269r215,-248r-159,0r-117,149r-57,-149r-152,0r117,240r-239,277r160,0r138,-170r75,170r150,0","w":519},"y":{"d":"-62,176v95,9,196,7,239,-50v11,-15,25,-32,37,-54r329,-589r-150,0r-179,370r-2,0r-45,-370r-146,0r92,512v-22,32,-37,69,-94,69v-19,0,-38,-7,-57,-6","w":519,"k":{".":74,",":74}},"z":{"d":"-28,-105r-22,105r468,0r23,-107r-285,0r325,-305r22,-105r-434,0r-23,107r249,0","w":500},"{":{"d":"185,-163v15,-65,-24,-103,-76,-110r0,-3v69,-9,108,-50,124,-118v16,-68,21,-148,53,-203v16,-28,60,-21,102,-22r23,-112v-82,1,-161,-7,-213,33v-75,57,-78,187,-104,290v-13,53,-51,85,-110,90r-18,87v46,2,84,31,74,83r-40,194v-14,75,27,135,94,135r127,0r23,-112v-51,1,-107,7,-95,-54","w":333},"|":{"d":"58,-786r0,999r107,0r0,-999r-107,0","w":222},"}":{"d":"116,-386v-15,64,23,105,76,110r0,3v-67,10,-109,49,-124,118v-15,68,-20,148,-52,202v-16,28,-60,21,-102,22r-23,112v81,-1,159,6,211,-33v74,-57,79,-186,105,-289v14,-54,52,-85,111,-90r18,-87v-47,-1,-86,-31,-75,-83r41,-195v14,-76,-28,-135,-95,-135r-127,0r-23,112v51,-1,107,-7,95,54","w":333},"~":{"d":"191,-233v104,-4,152,96,259,61v39,-13,61,-47,83,-79r-40,-93v-25,43,-66,92,-135,60v-66,-31,-171,-90,-246,-29v-20,15,-34,37,-45,59r40,93v16,-34,36,-70,84,-72","w":600},"\u2122":{"d":"398,-634r0,-80r-336,0r0,80r117,0r0,332r102,0r0,-332r117,0xm928,-302r0,-412r-135,0r-103,271r-103,-271r-136,0r0,412r96,0r0,-292r2,0r106,292r69,0r106,-292r2,0r0,292r96,0","w":990},"\u2026":{"d":"49,-154r-33,154r158,0r33,-154r-158,0xm715,-154r-33,154r158,0r33,-154r-158,0xm382,-154r-33,154r158,0r33,-154r-158,0","w":1000},"\u2013":{"d":"-2,-334r-26,122r499,0r26,-122r-499,0","w":500},"\u2014":{"d":"127,-334r-26,122r740,0r26,-122r-740,0","w":1000},"\u201c":{"d":"435,-393r32,-154r-69,0v12,-58,29,-86,89,-97r15,-70v-118,4,-172,68,-193,167r-32,154r158,0xm224,-393r32,-154r-69,0v12,-58,29,-86,89,-97r15,-70v-118,4,-172,68,-193,167r-32,154r158,0","w":481},"\u201d":{"d":"130,-714r-32,154r69,0v-12,58,-29,86,-89,97r-15,70v119,-3,173,-67,193,-167r32,-154r-158,0xm341,-714r-32,154r69,0v-12,58,-29,86,-89,97r-15,70v119,-3,173,-67,193,-167r32,-154r-158,0","w":481},"\u2018":{"d":"236,-393r32,-154r-69,0v12,-58,29,-86,89,-97r15,-70v-118,4,-172,68,-193,167r-32,154r158,0","w":278,"k":{"\u2018":95}},"\u2019":{"d":"142,-714r-32,154r69,0v-12,58,-29,86,-89,97r-15,70v119,-3,173,-67,193,-167r32,-154r-158,0","w":278,"k":{"\u2019":95,"t":18,"s":74}},"\u00d7":{"d":"64,-93r76,76r161,-161r160,161r76,-76r-161,-160r161,-160r-76,-76r-160,160r-159,-160r-76,76r159,160","w":600},"\u0400":{"d":"146,-714r545,0r-27,132r-388,0r-32,153r359,0r-26,122r-359,0r-37,175r394,0r-28,132r-550,0xm413,-778r-140,-142r152,0r88,142r-100,0","w":667},"\u0401":{"d":"146,-714r545,0r-27,132r-388,0r-32,153r359,0r-26,122r-359,0r-37,175r394,0r-28,132r-550,0xm403,-911r-24,117r-131,0r24,-117r131,0xm599,-911r-24,117r-131,0r24,-117r131,0","w":667},"\u0402":{"d":"738,-260v0,201,-149,283,-354,268v-17,-2,-30,-5,-39,-8r25,-118v109,24,206,-15,206,-133v0,-103,-140,-113,-204,-49v-66,65,-73,195,-100,300r-157,0r123,-582r-184,0r28,-132r575,0r-28,132r-234,0r-42,197v43,-43,102,-80,185,-78v125,3,200,77,200,203","w":804},"\u0403":{"d":"147,-714r496,0r-28,132r-339,0r-123,582r-156,0xm327,-778r88,-142r152,0r-140,142r-100,0","w":574},"\u0404":{"d":"679,-249v-35,162,-148,262,-339,265v-192,3,-306,-118,-303,-313v3,-195,90,-331,225,-399v111,-56,292,-38,368,32v44,41,77,97,79,176r-153,0v-10,-80,-51,-116,-140,-116v-116,0,-169,83,-203,170r260,0r-26,123r-257,0v-5,120,50,202,160,202v95,0,151,-58,172,-140r157,0","w":736},"\u0405":{"d":"593,-219v-3,165,-128,235,-291,235v-193,0,-295,-68,-297,-253r149,0v-6,99,60,132,154,132v72,0,133,-28,136,-101v-19,-106,-166,-92,-247,-135v-62,-33,-114,-75,-114,-168v1,-191,201,-252,387,-209v99,23,163,93,164,217r-149,0v2,-79,-51,-108,-128,-108v-67,0,-123,22,-125,89v18,102,168,87,247,126v66,33,116,78,114,175","w":648},"\u0406":{"d":"147,-714r158,0r-151,714r-157,0","w":296},"\u0407":{"d":"147,-714r158,0r-151,714r-157,0xm218,-911r-24,117r-131,0r24,-117r131,0xm414,-911r-24,117r-131,0r24,-117r131,0","w":296},"\u0408":{"d":"128,-221v-39,100,100,141,151,69v15,-23,22,-53,29,-85r99,-477r158,0r-106,511v-30,136,-100,219,-261,219v-124,0,-214,-48,-216,-172v0,-41,7,-74,13,-110r142,0"},"\u0409":{"d":"1073,-254v0,175,-123,254,-317,254r-314,0r124,-582r-209,0r-69,291v-34,131,-71,247,-188,289v-51,19,-126,11,-176,-2r26,-120v74,19,132,-11,154,-69v55,-149,92,-346,132,-521r514,0r-54,258r125,0v158,-5,252,57,252,202xm918,-242v2,-117,-139,-85,-249,-90r-43,206r159,0v80,-1,132,-34,133,-116","w":1118},"\u040a":{"d":"1075,-249v-6,173,-126,249,-317,249r-315,0r67,-314r-289,0r-67,314r-157,0r150,-714r158,0r-56,268r289,0r56,-268r158,0r-54,268v199,-7,384,1,377,197xm920,-237v0,-116,-141,-79,-249,-85r-43,196v131,-3,292,29,292,-111","w":1120},"\u040b":{"d":"554,-201v19,-73,-5,-122,-86,-117v-45,3,-94,9,-132,16r-64,302r-157,0r123,-582r-184,0r28,-132r575,0r-28,132r-234,0r-32,154v46,-9,105,-20,159,-20v124,0,199,37,199,158v0,98,-37,199,-53,290r-156,0","w":804},"\u040c":{"d":"145,-714r157,0r-62,299r326,-299r208,0r-343,294r219,420r-177,0r-163,-321r-109,95r-47,226r-157,0xm371,-778r88,-142r152,0r-140,142r-100,0","w":722},"\u040d":{"d":"147,-714r155,0r-105,495r376,-495r181,0r-151,714r-155,0r105,-496r-376,496r-180,0xm452,-778r-140,-142r152,0r88,142r-100,0","w":745},"\u040e":{"d":"47,-126v84,26,187,-13,158,-112r-140,-476r168,0r94,380r216,-380r180,0r-343,544v-66,119,-172,217,-361,170xm584,-929v-20,96,-79,152,-186,154v-95,2,-163,-54,-140,-154r56,0v-2,50,41,71,92,71v58,0,106,-27,122,-71r56,0","w":647},"\u040f":{"d":"221,0r-224,0r152,-714r157,0r-124,582r280,0r124,-582r157,0r-152,714r-224,0r-35,163r-146,0","w":732},"\u0410":{"d":"345,-714r161,0r119,714r-156,0r-23,-159r-267,0r-90,159r-165,0xm432,-276r-35,-284r-2,0r-154,284r191,0","w":685},"\u0411":{"d":"651,-248v0,173,-126,248,-317,248r-337,0r151,-714r529,0r-26,129r-376,0r-27,135r151,0v158,-5,252,57,252,202xm495,-236v0,-125,-160,-82,-276,-90r-43,200v137,-7,319,38,319,-110","w":720},"\u0412":{"d":"650,-234v0,158,-116,234,-273,234r-380,0r149,-714r300,0v136,-1,234,30,232,167v-2,95,-55,150,-134,168v63,16,106,71,106,145xm493,-237v-2,-118,-167,-72,-278,-81r-42,196r197,0v72,0,125,-40,123,-115xm521,-519v0,-112,-151,-62,-249,-73r-35,167r178,0v57,0,106,-33,106,-94","w":722},"\u0413":{"d":"147,-714r496,0r-28,132r-339,0r-123,582r-156,0","w":574},"\u0414":{"d":"-36,-132r59,0v135,-134,173,-359,222,-582r518,0r-124,582r78,0r-63,295r-146,0r35,-163r-462,0r-35,163r-145,0xm482,-132r96,-453r-211,0r-33,151v-30,119,-65,228,-136,302r284,0","w":772},"\u0415":{"d":"146,-714r545,0r-27,132r-388,0r-32,153r359,0r-26,122r-359,0r-37,175r394,0r-28,132r-550,0","w":667},"\u0416":{"d":"293,-430r-191,-284r182,0r188,296r62,-296r151,0r-60,286r298,-286r198,0r-323,298r193,416r-182,0r-130,-307r-99,91r-46,216r-151,0r48,-225r-56,-84r-256,309r-197,0","w":1063},"\u0417":{"d":"488,-387v66,9,114,68,113,144v-3,214,-217,293,-431,246v-109,-24,-170,-105,-170,-243r153,0v2,98,44,140,147,137v83,-2,140,-50,143,-133v3,-87,-96,-77,-182,-77r23,-112v99,7,184,-18,184,-110v0,-54,-46,-76,-106,-75v-81,1,-132,38,-146,108r-148,0v25,-154,137,-229,312,-229v135,0,237,54,237,183v0,88,-58,139,-129,161","w":661},"\u0418":{"d":"147,-714r155,0r-105,495r376,-495r181,0r-151,714r-155,0r105,-496r-376,496r-180,0","w":745},"\u0419":{"d":"147,-714r155,0r-105,495r376,-495r181,0r-151,714r-155,0r105,-496r-376,496r-180,0xm638,-929v-20,96,-79,152,-186,154v-95,2,-163,-54,-140,-154r56,0v-2,50,41,71,92,71v58,0,106,-27,122,-71r56,0","w":745},"\u041a":{"d":"145,-714r157,0r-62,299r326,-299r208,0r-343,294r219,420r-177,0r-163,-321r-109,95r-47,226r-157,0","w":722},"\u041b":{"d":"-50,-124v74,19,132,-11,154,-69v55,-149,92,-346,132,-521r514,0r-152,714r-156,0r124,-582r-209,0r-69,291v-34,131,-71,247,-188,289v-51,19,-126,11,-176,-2","w":743},"\u041c":{"d":"147,-714r217,0r55,517r2,0r275,-517r219,0r-151,714r-147,0r130,-568r-2,0r-302,568r-120,0r-69,-568r-2,0r-107,568r-148,0","w":907},"\u041d":{"d":"147,-714r158,0r-58,274r289,0r58,-274r158,0r-151,714r-158,0r65,-308r-289,0r-65,308r-157,0","w":741},"\u041e":{"d":"427,-731v201,3,317,105,317,306v0,197,-87,338,-224,405v-48,24,-103,36,-166,36v-203,1,-319,-111,-317,-315v2,-195,91,-330,227,-397v48,-23,103,-35,163,-35xm250,-500v-83,120,-89,395,106,385v160,-8,231,-140,231,-299v0,-111,-47,-183,-159,-185v-85,0,-142,46,-178,99","w":778},"\u041f":{"d":"147,-714r594,0r-151,714r-157,0r123,-582r-280,0r-123,582r-156,0","w":732},"\u0420":{"d":"431,-714v151,0,251,56,248,208v-4,163,-115,250,-278,250r-194,0r-54,256r-156,0r148,-714r286,0xm522,-503v0,-114,-137,-85,-245,-89r-44,214r160,0v81,0,129,-41,129,-125","w":667},"\u0421":{"d":"681,-257v-51,155,-130,272,-327,273v-203,1,-319,-111,-317,-315v2,-195,92,-329,227,-397v112,-56,294,-40,370,32v47,45,80,108,79,198r-157,0v12,-129,-140,-163,-232,-106v-81,50,-130,149,-130,273v0,109,51,184,162,184v94,0,149,-62,168,-142r157,0","w":741},"\u0422":{"d":"278,-582r-224,0r28,-132r596,0r-28,132r-214,0r-122,582r-158,0","w":611},"\u0423":{"d":"47,-126v84,26,187,-13,158,-112r-140,-476r168,0r94,380r216,-380r180,0r-343,544v-66,119,-172,217,-361,170","w":647},"\u0424":{"d":"573,-661v151,15,258,93,258,251v0,177,-106,276,-241,324v-46,16,-95,24,-145,24r-17,78r-154,0r17,-78v-151,-14,-259,-91,-259,-248v0,-177,107,-279,241,-327v46,-17,95,-24,146,-24r14,-70r154,0xm394,-544v-131,7,-211,89,-211,221v0,88,51,138,132,148xm470,-179v130,-6,210,-87,210,-218v0,-88,-50,-141,-131,-151","w":860},"\u0425":{"d":"255,-376r-167,-338r171,0r101,236r183,-236r186,0r-297,345r177,369r-173,0r-112,-255r-204,255r-189,0","w":667},"\u0426":{"d":"524,0r-527,0r152,-714r157,0r-124,582r280,0r124,-582r157,0r-124,582r79,0r-63,295r-146,0","w":752},"\u0427":{"d":"215,-498v-19,73,5,121,86,117v48,-3,103,-10,145,-16r68,-317r156,0r-152,714r-156,0r57,-271v-45,9,-104,20,-157,20v-128,0,-216,-41,-212,-167v3,-105,39,-200,56,-296r156,0","w":661},"\u0428":{"d":"147,-714r157,0r-123,582r236,0r123,-582r157,0r-123,582r236,0r123,-582r157,0r-151,714r-942,0","w":1081},"\u0429":{"d":"873,0r-876,0r152,-714r157,0r-124,582r236,0r124,-582r157,0r-124,582r236,0r124,-582r157,0r-124,582r79,0r-63,295r-146,0","w":1101},"\u042a":{"d":"755,-254v0,175,-123,254,-317,254r-312,0r121,-582r-193,0r28,-132r350,0r-54,258r125,0v158,-5,252,57,252,202xm600,-242v2,-117,-139,-85,-249,-90r-43,206r159,0v80,-1,132,-34,133,-116","w":800},"\u042b":{"d":"606,-254v0,175,-123,254,-317,254r-292,0r151,-714r155,0r-54,258r105,0v158,-5,252,57,252,202xm451,-242v2,-111,-124,-87,-229,-90r-43,206r139,0v80,-1,131,-34,133,-116xm781,-714r157,0r-151,714r-157,0","w":929},"\u042c":{"d":"632,-254v0,175,-123,254,-317,254r-312,0r151,-714r155,0r-54,258r125,0v158,-5,252,57,252,202xm477,-242v2,-117,-139,-85,-249,-90r-43,206r159,0v80,-1,132,-34,133,-116","w":677},"\u042d":{"d":"395,-731v199,0,307,113,307,315v0,195,-93,329,-228,397v-112,56,-292,39,-368,-33v-47,-45,-81,-107,-80,-197r157,0v-15,155,193,167,273,79v33,-36,62,-83,77,-136r-265,0r26,-122r253,0v-6,-104,-55,-175,-164,-175v-85,0,-135,52,-162,114r-155,0v44,-147,146,-242,329,-242","w":736},"\u042e":{"d":"711,-731v183,0,278,106,278,288v0,201,-79,350,-216,421v-49,25,-106,38,-172,38v-189,0,-278,-125,-269,-323r-113,0r-66,307r-157,0r151,-714r157,0r-58,275r109,0v52,-159,153,-292,356,-292xm537,-488v-64,111,-96,383,82,374v159,-8,207,-166,214,-325v4,-98,-41,-161,-134,-161v-83,0,-130,55,-162,112","w":1023},"\u042f":{"d":"74,-462v5,-175,121,-252,306,-252r336,0r-152,714r-155,0r57,-268r-101,0r-252,268r-205,0r288,-287v-70,-26,-125,-78,-122,-175xm230,-472v0,119,151,79,261,86r43,-204r-175,0v-73,0,-129,40,-129,118","w":712},"\u0430":{"d":"319,-51v-34,40,-91,64,-158,64v-97,0,-165,-42,-167,-135v-3,-144,142,-175,284,-185v57,-4,110,-7,110,-66v0,-49,-42,-63,-90,-63v-53,0,-98,27,-105,76r-133,0v18,-120,111,-171,245,-171v110,0,218,23,215,136v-3,126,-58,235,-64,365v0,8,2,18,5,30r-142,0r0,-51xm135,-139v1,79,136,65,171,21v27,-35,40,-83,54,-130v-70,45,-227,-5,-225,109","w":574},"\u0431":{"d":"338,-517v136,0,210,81,210,217v0,189,-105,309,-295,313v-141,3,-231,-85,-230,-226v2,-250,79,-433,295,-473v49,-9,105,-15,146,-33v6,-3,9,-7,9,-12r124,0v-8,202,-296,111,-404,227v-30,32,-48,73,-60,123r3,0v38,-71,93,-136,202,-136xm165,-200v-2,70,33,107,99,107v105,0,138,-106,142,-211v2,-67,-32,-108,-95,-108v-103,0,-143,101,-146,212","w":593},"\u0432":{"d":"508,-169v0,125,-92,169,-233,169r-280,0r109,-517r237,0v103,-1,189,16,189,121v0,66,-39,112,-96,122v49,17,74,52,74,105xm365,-168v0,-80,-109,-50,-184,-56r-27,128v91,-4,211,22,211,-72xm391,-377v-1,-69,-103,-38,-168,-45r-23,108v81,-4,193,23,191,-63","w":575},"\u0433":{"d":"99,-517r384,0r-23,107r-242,0r-87,410r-142,0","w":453},"\u0434":{"d":"-39,-107r54,0v82,-104,130,-249,160,-410r413,0r-88,410r67,0r-52,249r-133,0r30,-142r-341,0r-30,142r-132,0xm358,-107r65,-304r-139,0v-27,114,-67,223,-123,304r197,0","w":624},"\u0435":{"d":"508,-164v-41,110,-116,179,-268,177v-147,-2,-230,-78,-230,-225v0,-141,68,-242,166,-292v35,-18,75,-27,119,-27v180,-4,269,121,233,307r-381,0v-32,126,136,173,201,85r18,-25r142,0xm399,-314v0,-68,-25,-111,-96,-110v-82,1,-119,50,-141,110r237,0","w":574},"\u0436":{"d":"184,-324r-126,-193r150,0r120,206r44,-206r134,0r-44,203r199,-203r173,0r-226,205r126,312r-150,0r-79,-219r-77,70r-32,149r-134,0r33,-155r-44,-67r-166,222r-170,0","w":799},"\u0437":{"d":"465,-174v-4,138,-114,187,-255,187v-135,0,-229,-51,-224,-182r132,0v-2,63,39,87,103,87v56,0,102,-29,100,-87v-2,-61,-72,-55,-135,-55r20,-87v70,2,133,-8,133,-74v0,-33,-24,-50,-73,-50v-55,1,-96,22,-105,72r-132,0v20,-123,119,-168,260,-168v107,0,188,33,188,133v0,64,-44,102,-96,119v48,6,86,50,84,105","w":522},"\u0438":{"d":"98,-517r136,0r-75,350r270,-350r161,0r-110,517r-136,0r74,-350r-269,350r-160,0","w":615},"\u0439":{"d":"98,-517r136,0r-75,350r270,-350r161,0r-110,517r-136,0r74,-350r-269,350r-160,0xm536,-726v-19,95,-76,142,-179,144v-94,2,-160,-46,-139,-144r56,0v-1,50,37,66,89,66v59,-1,100,-21,117,-66r56,0","w":615},"\u043a":{"d":"106,-517r139,0r-41,192r207,-192r180,0r-237,204r137,313r-157,0r-88,-221r-78,67r-33,154r-139,0"},"\u043b":{"d":"-27,-111v127,28,127,-101,158,-211v14,-48,27,-113,44,-195r425,0r-109,517r-142,0r87,-410r-146,0v-11,51,-22,97,-31,136v-35,163,-97,323,-309,272","w":625},"\u043c":{"d":"98,-517r206,0r27,376r4,0r187,-376r206,0r-110,517r-134,0r83,-393r-3,0r-194,393r-134,0r-28,-393r-3,0r-83,393r-133,0","w":753},"\u043d":{"d":"98,-517r142,0r-40,192r201,0r40,-192r142,0r-110,517r-142,0r47,-221r-201,0r-47,221r-141,0","w":608},"\u043e":{"d":"307,-531v148,3,241,69,241,219v0,195,-105,325,-301,325v-144,0,-239,-75,-237,-222v2,-147,69,-248,173,-297v37,-17,78,-25,124,-25xm152,-209v0,68,34,116,102,116v109,0,152,-108,152,-217v0,-71,-29,-118,-104,-114v-107,5,-150,108,-150,215","w":593},"\u043f":{"d":"98,-517r475,0r-110,517r-142,0r87,-410r-191,0r-87,410r-141,0","w":598},"\u0440":{"d":"410,-16v-85,48,-242,37,-270,-53r-3,0r-54,250r-141,0r148,-698r137,0v-3,21,-15,47,-12,66v27,-51,83,-79,155,-80v125,-1,197,80,196,204v-2,146,-58,256,-156,311xm206,-348v-50,79,-68,262,63,255v111,-7,155,-106,155,-216v0,-67,-33,-115,-101,-115v-59,0,-93,37,-117,76","w":611},"\u0441":{"d":"507,-189v-40,119,-118,202,-267,202v-147,0,-231,-71,-230,-221v2,-146,65,-250,168,-298v117,-54,297,-19,336,80v10,26,19,54,20,88r-142,0v0,-63,-32,-86,-95,-86v-109,0,-145,110,-145,219v0,68,30,112,98,112v67,0,98,-44,115,-96r142,0"},"\u0442":{"d":"187,-410r-170,0r23,-107r482,0r-23,107r-170,0r-87,410r-142,0","w":500},"\u0443":{"d":"-38,58v42,10,102,7,122,-20v9,-13,23,-29,29,-43r-92,-512r146,0r45,370r2,0r179,-370r150,0r-329,589v-38,94,-139,124,-276,104","w":519},"\u0444":{"d":"650,-18v-64,41,-184,43,-221,-17r-46,216r-140,0r46,-216v-25,23,-75,48,-120,48v-211,0,-178,-315,-93,-433v42,-59,105,-110,202,-110v53,0,91,21,106,53r49,-237r140,0r-49,237v25,-29,71,-53,128,-53v203,0,173,317,84,432v-25,32,-52,58,-86,80xm152,-188v0,53,18,93,73,93v40,0,82,-21,88,-50r48,-226v-1,-38,-34,-55,-69,-55v-109,0,-140,126,-140,238xm453,-145v1,58,95,61,132,25v48,-47,71,-129,78,-219v8,-109,-131,-108,-164,-32","w":851},"\u0445":{"d":"163,-277r-117,-240r152,0r57,149r117,-149r159,0r-215,248r131,269r-150,0r-75,-170r-138,170r-160,0","w":519},"\u0446":{"d":"395,0r-406,0r110,-517r142,0r-88,410r191,0r88,-410r142,0r-88,410r64,0r-52,249r-133,0","w":611},"\u0447":{"d":"188,-389v-13,58,-9,105,58,101v40,-2,77,-9,111,-17r47,-212r141,0r-110,517r-141,0r41,-198v-37,12,-105,23,-160,23v-120,0,-156,-81,-131,-195r32,-147r141,0","w":568},"\u0448":{"d":"98,-517r141,0r-88,410r154,0r88,-410r141,0r-88,410r154,0r88,-410r141,0r-110,517r-730,0","w":854},"\u0449":{"d":"646,0r-657,0r110,-517r141,0r-88,410r151,0r88,-410r141,0r-88,410r151,0r88,-410r141,0r-88,410r65,0r-52,249r-133,0","w":861},"\u044a":{"d":"582,-186v0,129,-98,186,-238,186r-271,0r86,-410r-142,0r23,-107r284,0r-39,181r106,0v121,-5,191,44,191,150xm438,-178v0,-81,-100,-55,-175,-60r-30,139v93,-2,205,20,205,-79","w":624},"\u044b":{"d":"483,-186v0,129,-98,186,-238,186r-256,0r110,-517r141,0r-39,181r91,0v121,-5,191,44,191,150xm339,-178v0,-77,-88,-57,-160,-60r-30,139v90,0,190,14,190,-79xm617,-517r141,0r-110,517r-141,0","w":783},"\u044c":{"d":"498,-186v0,129,-98,186,-238,186r-271,0r110,-517r141,0r-39,181r106,0v121,-5,191,44,191,150xm354,-178v0,-81,-100,-55,-175,-60r-30,139v93,-2,205,20,205,-79","w":540},"\u044d":{"d":"511,-310v3,225,-150,364,-381,312v-85,-19,-140,-78,-143,-182r142,0v-13,102,134,112,185,52v21,-25,37,-56,47,-92r-177,0r19,-90r169,0v-1,-70,-31,-117,-101,-118v-55,-1,-95,35,-109,76r-140,0v33,-109,123,-179,259,-179v146,0,229,73,230,221"},"\u044e":{"d":"557,-531v143,0,233,73,231,219v-2,146,-64,248,-166,298v-36,18,-78,27,-125,27v-150,0,-232,-78,-227,-233r-93,0r-47,220r-141,0r109,-517r142,0r-41,197r87,0v40,-117,118,-211,271,-211xm412,-209v0,66,25,116,92,116v108,0,142,-110,142,-217v0,-69,-23,-118,-94,-114v-101,6,-140,111,-140,215","w":833},"\u044f":{"d":"44,-334v0,-128,86,-183,212,-183r293,0r-110,517r-142,0r38,-182r-72,0r-152,182r-178,0r197,-209v-50,-17,-86,-58,-86,-125xm187,-340v0,78,98,53,170,57r28,-132v-89,2,-198,-19,-198,75","w":574},"\u0450":{"d":"508,-164v-41,110,-116,179,-268,177v-147,-2,-230,-78,-230,-225v0,-141,68,-242,166,-292v35,-18,75,-27,119,-27v180,-4,269,121,233,307r-381,0v-32,126,136,173,201,85r18,-25r142,0xm399,-314v0,-68,-25,-111,-96,-110v-82,1,-119,50,-141,110r237,0xm317,-581r-140,-142r152,0r88,142r-100,0","w":574},"\u0451":{"d":"508,-164v-41,110,-116,179,-268,177v-147,-2,-230,-78,-230,-225v0,-141,68,-242,166,-292v35,-18,75,-27,119,-27v180,-4,269,121,233,307r-381,0v-32,126,136,173,201,85r18,-25r142,0xm399,-314v0,-68,-25,-111,-96,-110v-82,1,-119,50,-141,110r237,0xm328,-714r-24,117r-131,0r24,-117r131,0xm524,-714r-24,117r-131,0r24,-117r131,0","w":574},"\u0452":{"d":"230,-415v35,-43,91,-71,171,-74v139,-6,170,107,136,228v-49,170,-40,394,-220,431v-45,9,-108,14,-164,8r24,-114v77,9,137,-8,157,-64v34,-94,69,-212,69,-324v0,-52,-81,-64,-125,-40v-47,26,-76,73,-88,131r-50,233r-141,0r111,-535r-101,0r21,-96r100,0r17,-83r142,0r-17,83r200,0r-21,96r-199,0r-24,120r2,0","w":613},"\u0453":{"d":"99,-517r384,0r-23,107r-242,0r-87,410r-142,0xm217,-581r88,-142r152,0r-140,142r-100,0","w":453},"\u0454":{"d":"148,-222v-4,85,26,132,105,132v51,0,87,-30,108,-89r141,0v-37,128,-122,192,-253,192v-152,-1,-239,-68,-239,-222v0,-217,153,-364,380,-311v79,18,134,75,139,171r-137,0v2,-92,-128,-96,-177,-44v-21,22,-39,50,-50,81r169,0r-19,90r-167,0"},"\u0455":{"d":"446,-218v51,151,-85,237,-235,231v-125,-4,-226,-44,-219,-181r131,0v-5,66,44,87,102,87v48,0,89,-14,90,-62v1,-39,-22,-48,-51,-57r-109,-35v-64,-21,-114,-47,-112,-132v4,-146,163,-181,310,-157v80,13,133,61,131,158r-132,0v-2,-47,-27,-71,-80,-70v-45,1,-87,9,-87,51v0,55,89,57,136,75v54,21,108,40,125,92","w":519},"\u0456":{"d":"98,-517r143,0r-110,517r-142,0xm140,-714r143,0r-26,117r-143,0","w":259},"\u0457":{"d":"172,-714r-24,117r-131,0r24,-117r131,0xm368,-714r-24,117r-131,0r24,-117r131,0xm-11,0r109,-517r143,0r-110,517r-142,0","w":259},"\u0458":{"d":"-107,62v42,4,82,5,90,-34v7,-16,12,-39,15,-56r102,-489r142,0r-113,535v-15,126,-107,184,-260,158xm140,-714r143,0r-26,117r-143,0","w":259},"\u0459":{"d":"858,-186v0,129,-98,186,-238,186r-271,0r87,-410r-146,0v-11,51,-22,97,-31,136v-35,163,-97,323,-309,272r23,-109v127,28,127,-101,158,-211v14,-48,27,-113,44,-195r425,0r-39,181r106,0v121,-5,191,44,191,150xm714,-178v0,-81,-100,-55,-175,-60r-30,139v93,-2,205,20,205,-79","w":900},"\u045a":{"d":"841,-181v-5,128,-101,181,-238,181r-272,0r48,-225r-201,0r-48,225r-141,0r109,-517r142,0r-39,188r201,0r39,-188r142,0r-39,188v154,-4,303,-5,297,148xm697,-173v0,-80,-101,-53,-175,-58r-30,132v90,-4,205,23,205,-74","w":883},"\u045b":{"d":"400,-293v25,-75,-63,-101,-122,-71v-48,24,-76,73,-88,131r-50,233r-141,0r111,-535r-101,0r21,-96r100,0r17,-83r142,0r-17,83r200,0r-21,96r-199,0r-24,120r2,0v35,-43,91,-71,171,-74v139,-6,162,105,136,228r-56,261r-142,0","w":613},"\u045c":{"d":"106,-517r139,0r-41,192r207,-192r180,0r-237,204r137,313r-157,0r-88,-221r-78,67r-33,154r-139,0xm264,-581r88,-142r152,0r-140,142r-100,0"},"\u045d":{"d":"98,-517r136,0r-75,350r270,-350r161,0r-110,517r-136,0r74,-350r-269,350r-160,0xm347,-581r-140,-142r152,0r88,142r-100,0","w":615},"\u045e":{"d":"-38,58v42,10,102,7,122,-20v9,-13,23,-29,29,-43r-92,-512r146,0r45,370r2,0r179,-370r150,0r-329,589v-38,94,-139,124,-276,104xm466,-726v-19,95,-76,142,-179,144v-94,2,-160,-46,-139,-144r56,0v-1,50,37,66,89,66v59,-1,100,-21,117,-66r56,0","w":519},"\u045f":{"d":"160,0r-171,0r110,-517r142,0r-88,410r191,0r88,-410r142,0r-110,517r-170,0r-30,142r-134,0","w":599},"\u0462":{"d":"705,-254v0,175,-123,254,-317,254r-312,0r111,-526r-148,0r23,-105r147,0r18,-83r155,0r-18,83r212,0r-23,105r-211,0r-14,70r125,0v158,-5,252,57,252,202xm550,-242v2,-117,-139,-85,-249,-90r-43,206r159,0v80,-1,132,-34,133,-116","w":750},"\u0463":{"d":"538,-186v0,129,-98,186,-238,186r-271,0r90,-422r-105,0r20,-95r105,0r42,-197r141,0r-42,197r165,0r-20,95r-166,0r-18,86r106,0v121,-5,191,44,191,150xm394,-178v0,-81,-100,-55,-175,-60r-30,139v93,-2,205,20,205,-79","w":580},"\u046a":{"d":"750,-181v18,-73,-9,-117,-89,-117r-90,0r-63,298r-157,0r63,-298v-68,1,-152,-8,-186,26v-53,52,-57,185,-81,272r-156,0v37,-169,51,-362,213,-405v51,-13,120,-13,186,-13r-127,-296r639,0r-252,296v150,-5,267,19,263,165v-3,89,-31,171,-45,253r-156,0xm520,-434r130,-168r-184,0","w":997},"\u046b":{"d":"563,0v10,-74,73,-209,-43,-202r-77,0r-42,202r-142,0r42,-202v-68,0,-138,-8,-153,54v-11,44,-22,100,-33,148r-141,0v25,-144,56,-295,225,-292r81,0r-102,-225r520,0r-198,225r83,0v110,-4,167,71,144,182r-23,110r-141,0xm478,-427r-124,0r37,116","w":822},"\u0472":{"d":"427,-731v201,3,317,105,317,306v0,197,-87,338,-224,405v-48,24,-103,36,-166,36v-203,1,-319,-111,-317,-315v2,-195,91,-330,227,-397v48,-23,103,-35,163,-35xm194,-316v-2,120,46,201,162,201v137,0,194,-105,223,-219v-38,35,-95,100,-163,58v-42,-26,-78,-74,-133,-80v-38,-4,-67,21,-89,40xm210,-411v35,-31,87,-73,145,-38v41,25,77,68,127,80v42,0,82,-31,105,-52v-4,-106,-49,-178,-159,-178v-127,0,-186,88,-218,188","w":778},"\u0473":{"d":"307,-531v148,3,241,69,241,219v0,195,-105,325,-301,325v-144,0,-239,-75,-237,-222v2,-147,69,-248,173,-297v37,-17,78,-25,124,-25xm152,-213v-5,88,69,144,151,109v46,-20,72,-66,89,-116v-19,16,-40,36,-70,36v-50,0,-60,-54,-108,-56v-28,-1,-47,14,-62,27xm166,-299v23,-23,62,-50,102,-29v26,14,40,47,72,47v29,0,49,-10,66,-23v20,-118,-123,-153,-191,-82v-21,23,-38,55,-49,87","w":593},"\u0474":{"d":"741,-596v-52,-14,-109,0,-129,40r-281,556r-177,0r-82,-714r157,0r47,536r2,0r206,-433v39,-94,158,-140,283,-105","w":670},"\u0475":{"d":"556,-410v-43,-12,-84,4,-101,36r-195,374r-162,0r-68,-517r143,0r32,368r2,0r132,-272v30,-81,125,-129,240,-98","w":540},"\u048c":{"d":"705,-254v0,175,-123,254,-317,254r-312,0r131,-609r-148,0r23,-105r147,0r23,-106r155,0r-23,106r152,0r-23,105r-151,0r-34,153r125,0v158,-5,252,57,252,202xm550,-242v2,-117,-139,-85,-249,-90r-43,206r159,0v80,-1,132,-34,133,-116","w":750},"\u048d":{"d":"538,-186v0,129,-98,186,-238,186r-271,0r90,-422r-105,0r20,-95r105,0r23,-108r141,0r-23,108r118,0r-20,95r-119,0r-18,86r106,0v121,-5,191,44,191,150xm394,-178v0,-81,-100,-55,-175,-60r-30,139v93,-2,205,20,205,-79","w":580},"\u0490":{"d":"148,-714r346,0r33,-157r151,0r-61,289r-340,0r-124,582r-156,0","w":574},"\u0491":{"d":"97,-517r255,0r30,-141r129,0r-52,248r-242,0r-87,410r-141,0","w":453},"\u0492":{"d":"114,-307r-103,0r26,-122r103,0r60,-285r496,0r-28,132r-339,0r-32,153r187,0r-26,122r-187,0r-65,307r-157,0","w":627},"\u0493":{"d":"76,-213r-83,0r19,-91r83,0r45,-213r385,0r-22,107r-243,0r-23,106r145,0r-19,91r-145,0r-45,213r-142,0","w":495},"\u0496":{"d":"865,0r-56,0r-130,-307r-99,91r-46,216r-151,0r48,-225r-56,-84r-256,309r-197,0r371,-430r-191,-284r182,0r188,296r62,-296r151,0r-60,286r298,-286r198,0r-323,298r132,284r109,0r-63,295r-146,0","w":1073},"\u0497":{"d":"617,0r-33,0r-79,-219r-77,70r-32,149r-134,0r33,-155r-44,-67r-166,222r-170,0r269,-324r-126,-193r150,0r120,206r44,-206r134,0r-44,203r199,-203r173,0r-226,205r83,205r81,0r-53,249r-133,0","w":814},"\u0498":{"d":"173,147v31,13,121,41,124,-16v2,-40,-52,-35,-80,-25r-21,-24r47,-68v-155,-10,-243,-88,-243,-254r153,0v2,98,44,140,147,137v83,-2,140,-50,143,-133v3,-87,-96,-77,-182,-77r23,-112v99,7,184,-18,184,-110v0,-54,-46,-76,-106,-75v-81,1,-132,38,-146,108r-148,0v25,-154,137,-229,312,-229v135,0,237,54,237,183v0,88,-58,139,-129,161v66,9,116,68,113,144v-6,176,-134,251,-310,259r-26,36v56,-14,128,4,128,65v0,120,-155,113,-241,78","w":661},"\u0499":{"d":"113,147v31,13,121,41,124,-16v2,-40,-52,-35,-80,-25r-21,-24r49,-70v-120,-5,-205,-59,-199,-181r132,0v-2,63,39,87,103,87v56,0,102,-29,100,-87v-2,-61,-72,-55,-135,-55r20,-87v70,2,133,-8,133,-74v0,-33,-24,-50,-73,-50v-55,1,-96,22,-105,72r-132,0v20,-123,119,-168,260,-168v107,0,188,33,188,133v0,64,-44,102,-96,119v79,5,104,116,65,186v-37,67,-113,100,-213,105r-28,40v56,-14,128,4,128,65v0,120,-155,113,-241,78","w":522},"\u049a":{"d":"516,0r-43,0r-163,-321r-109,95r-47,226r-157,0r148,-714r157,0r-62,299r326,-299r208,0r-343,294r150,288r109,0r-63,295r-146,0","w":732},"\u049b":{"d":"370,0r-36,0r-88,-221r-78,67r-33,154r-139,0r110,-517r139,0r-41,192r207,-192r180,0r-237,204r90,206r81,0r-53,249r-133,0","w":570},"\u049c":{"d":"148,-714r157,0r-58,274r41,0r29,-133r80,0r-29,133r14,0r244,-274r194,0r-327,354r193,360r-187,0r-148,-308r-11,0r-28,135r-80,0r28,-135r-41,0r-65,308r-157,0","w":752},"\u049d":{"d":"98,-517r142,0r-41,194r34,0r20,-92r65,0r-20,92r5,0r176,-194r170,0r-244,254r151,263r-166,0r-110,-215r-5,0r-20,95r-65,0r20,-95r-34,0r-46,215r-141,0","w":615},"\u04a0":{"d":"247,-582r-193,0r28,-132r350,0r-62,299r326,-299r208,0r-343,294r219,420r-177,0r-163,-321r-109,95r-47,226r-157,0","w":852},"\u04a1":{"d":"159,-410r-142,0r22,-107r282,0r-41,192r207,-192r180,0r-237,204r137,313r-157,0r-88,-221r-78,67r-33,154r-139,0","w":632},"\u04a2":{"d":"533,0r-90,0r65,-308r-289,0r-65,308r-157,0r151,-714r157,0r-58,274r289,0r58,-274r157,0r-123,582r79,0r-63,295r-146,0","w":761},"\u04a3":{"d":"405,0r-73,0r46,-217r-201,0r-46,217r-142,0r109,-517r142,0r-40,188r201,0r40,-188r142,0r-87,410r64,0r-53,249r-133,0","w":620},"\u04a4":{"d":"147,-714r158,0r-58,274r289,0r58,-274r490,0r-28,132r-333,0r-123,582r-157,0r65,-308r-289,0r-65,308r-157,0","w":1015},"\u04a5":{"d":"98,-517r142,0r-40,192r201,0r40,-192r384,0r-23,107r-242,0r-87,410r-142,0r47,-221r-201,0r-47,221r-141,0","w":795},"\u04aa":{"d":"233,147v31,13,121,41,124,-16v3,-40,-53,-35,-80,-25r-21,-24r48,-68v-173,-17,-269,-125,-267,-313v2,-195,92,-329,227,-397v112,-56,294,-40,370,32v47,45,80,108,79,198r-157,0v12,-129,-140,-163,-232,-106v-81,50,-130,149,-130,273v0,109,51,184,162,184v94,0,150,-61,168,-142r157,0v-52,156,-130,272,-330,273r-26,36v57,-14,128,4,128,65v0,120,-155,113,-241,78","w":741},"\u04ab":{"d":"133,147v31,13,121,41,124,-16v2,-40,-52,-35,-80,-25r-21,-24r49,-71v-125,-11,-197,-81,-195,-219v2,-146,65,-250,168,-298v117,-54,297,-19,336,80v10,26,19,54,20,88r-142,0v0,-63,-32,-86,-95,-86v-109,0,-145,110,-145,219v0,68,30,112,98,112v67,0,98,-44,115,-96r142,0v-39,116,-113,195,-254,202r-28,39v56,-14,128,4,128,65v0,120,-155,113,-241,78"},"\u04ae":{"d":"232,-277r-171,-437r161,0r107,304r222,-304r185,0r-348,444r-55,270r-158,0","w":648},"\u04af":{"d":"101,-17r-87,-500r146,0r44,344r2,0r186,-344r152,0r-302,507r-41,191r-142,0","w":519},"\u04b0":{"d":"202,-134r-152,0r22,-105r152,0r8,-38r-171,-437r161,0r107,304r222,-304r185,0r-348,444r-7,31r156,0r-22,105r-155,0r-27,134r-158,0","w":648},"\u04b1":{"d":"75,103r-121,0r20,-95r121,0r6,-25r-87,-500r146,0r44,344r2,0r186,-344r152,0r-302,507r-4,18r122,0r-20,95r-123,0r-16,78r-142,0","w":519},"\u04b2":{"d":"481,0r-45,0r-112,-255r-204,255r-189,0r324,-376r-167,-338r171,0r101,236r183,-236r186,0r-297,345r114,237r109,0r-63,295r-146,0","w":682},"\u04b3":{"d":"326,0r-29,0r-75,-170r-138,170r-160,0r239,-277r-117,-240r152,0r57,149r117,-149r159,0r-215,248r79,162r86,0r-53,249r-133,0","w":531},"\u04b6":{"d":"215,-498v-19,73,5,121,86,117v48,-3,103,-10,145,-16r68,-317r156,0r-124,582r79,0r-63,295r-146,0r35,-163r-89,0r57,-271v-45,9,-104,20,-157,20v-128,0,-216,-41,-212,-167v3,-105,39,-200,56,-296r156,0","w":680},"\u04b7":{"d":"188,-389v-13,58,-9,105,58,101v40,-2,77,-9,111,-17r47,-212r141,0r-88,410r64,0r-53,249r-133,0r31,-142r-72,0r41,-198v-37,12,-105,23,-160,23v-120,0,-156,-81,-131,-195r32,-147r141,0","w":582},"\u04b8":{"d":"245,-251v-118,-5,-199,-46,-195,-167v3,-105,39,-200,56,-296r156,0r-47,216v-16,62,-1,112,58,116r30,-141r80,0r-30,139r93,-13r68,-317r156,0r-152,714r-156,0r57,-271r-93,15r-28,133r-80,0","w":661},"\u04b9":{"d":"202,-175v-105,6,-168,-30,-166,-126v2,-74,27,-148,40,-216r141,0v-11,57,-35,116,-35,178v0,33,13,46,44,50r20,-96r65,0r-20,93r66,-13r47,-212r141,0r-110,517r-141,0r41,-198v-18,6,-44,11,-67,16r-21,102r-65,0","w":568},"\u04ba":{"d":"452,-216v19,-73,-6,-122,-86,-117v-48,3,-103,9,-145,16r-68,317r-156,0r152,-714r156,0r-57,271v46,-9,103,-20,157,-20v128,0,216,41,212,167v-3,105,-39,200,-56,296r-156,0","w":677},"\u04bb":{"d":"398,-335v25,-75,-63,-101,-122,-71v-48,24,-75,72,-88,131r-58,275r-141,0r148,-714r142,0r-53,257r2,0v35,-43,91,-71,171,-74v139,-6,162,105,136,228r-64,303r-142,0","w":611},"\u04c0":{"d":"147,-714r158,0r-151,714r-157,0","w":296},"\u04c1":{"d":"293,-430r-191,-284r182,0r188,296r62,-296r151,0r-60,286r298,-286r198,0r-323,298r193,416r-182,0r-130,-307r-99,91r-46,216r-151,0r48,-225r-56,-84r-256,309r-197,0xm799,-929v-20,96,-79,152,-186,154v-95,2,-163,-54,-140,-154r56,0v-2,50,41,71,92,71v58,0,106,-27,122,-71r56,0","w":1063},"\u04c2":{"d":"184,-324r-126,-193r150,0r120,206r44,-206r134,0r-44,203r199,-203r173,0r-226,205r126,312r-150,0r-79,-219r-77,70r-32,149r-134,0r33,-155r-44,-67r-166,222r-170,0xm622,-726v-19,95,-76,142,-179,144v-94,2,-160,-46,-139,-144r56,0v-1,50,37,66,89,66v59,-1,100,-21,117,-66r56,0","w":799},"\u04d0":{"d":"345,-714r161,0r119,714r-156,0r-23,-159r-267,0r-90,159r-165,0xm432,-276r-35,-284r-2,0r-154,284r191,0xm615,-929v-20,96,-79,152,-186,154v-95,2,-163,-54,-140,-154r56,0v-2,50,41,71,92,71v58,0,106,-27,122,-71r56,0","w":685},"\u04d1":{"d":"319,-51v-34,40,-91,64,-158,64v-97,0,-165,-42,-167,-135v-3,-144,142,-175,284,-185v57,-4,110,-7,110,-66v0,-49,-42,-63,-90,-63v-53,0,-98,27,-105,76r-133,0v18,-120,111,-171,245,-171v110,0,218,23,215,136v-3,126,-58,235,-64,365v0,8,2,18,5,30r-142,0r0,-51xm135,-139v1,79,136,65,171,21v27,-35,40,-83,54,-130v-70,45,-227,-5,-225,109xm242,-727v3,49,43,71,94,71v64,0,90,-28,114,-71r66,0v-25,87,-81,146,-189,146v-90,1,-151,-57,-150,-146r65,0","w":574},"\u04d2":{"d":"345,-714r161,0r119,714r-156,0r-23,-159r-267,0r-90,159r-165,0xm432,-276r-35,-284r-2,0r-154,284r191,0xm430,-911r-24,117r-131,0r24,-117r131,0xm626,-911r-24,117r-131,0r24,-117r131,0","w":685},"\u04d3":{"d":"319,-51v-34,40,-91,64,-158,64v-97,0,-165,-42,-167,-135v-3,-144,142,-175,284,-185v57,-4,110,-7,110,-66v0,-49,-42,-63,-90,-63v-53,0,-98,27,-105,76r-133,0v18,-120,111,-171,245,-171v110,0,218,23,215,136v-3,126,-58,235,-64,365v0,8,2,18,5,30r-142,0r0,-51xm135,-139v1,79,136,65,171,21v27,-35,40,-83,54,-130v-70,45,-227,-5,-225,109xm326,-714r-24,117r-131,0r24,-117r131,0xm522,-714r-24,117r-131,0r24,-117r131,0","w":574},"\u04d4":{"d":"410,-714r611,0r-28,132r-329,0r-33,153r308,0r-26,122r-308,0r-38,175r339,0r-28,132r-497,0r33,-154r-220,0r-109,154r-175,0xm439,-271r67,-311r-20,0r-219,311r172,0","w":981},"\u04d5":{"d":"403,-82v-39,65,-114,95,-212,95v-110,0,-187,-34,-187,-138v0,-143,131,-173,284,-179v56,-2,114,-9,114,-66v0,-48,-33,-66,-80,-66v-62,0,-106,20,-113,76r-137,0v23,-120,113,-171,254,-171v74,1,139,20,167,68v35,-46,98,-67,171,-68v173,-5,227,134,204,307r-372,0v-20,82,24,144,105,143v59,-1,93,-28,109,-79r142,0v-41,107,-118,173,-261,173v-90,0,-153,-32,-188,-95xm146,-143v-3,89,144,68,182,26v29,-32,42,-80,50,-132v-67,44,-229,1,-232,106xm746,-314v1,-74,-24,-122,-99,-122v-75,0,-126,58,-137,122r236,0","w":907},"\u04d6":{"d":"146,-714r545,0r-27,132r-388,0r-32,153r359,0r-26,122r-359,0r-37,175r394,0r-28,132r-550,0xm619,-929v-20,96,-79,152,-186,154v-95,2,-163,-54,-140,-154r56,0v-2,50,41,71,92,71v58,0,106,-27,122,-71r56,0","w":667},"\u04d7":{"d":"508,-164v-41,110,-116,179,-268,177v-147,-2,-230,-78,-230,-225v0,-141,68,-242,166,-292v35,-18,75,-27,119,-27v180,-4,269,121,233,307r-381,0v-32,126,136,173,201,85r18,-25r142,0xm399,-314v0,-68,-25,-111,-96,-110v-82,1,-119,50,-141,110r237,0xm506,-726v-19,95,-76,142,-179,144v-94,2,-160,-46,-139,-144r56,0v-1,50,37,66,89,66v59,-1,100,-21,117,-66r56,0","w":574},"\u04d8":{"d":"432,-731v191,0,292,117,292,306v0,202,-89,341,-229,407v-48,22,-101,34,-160,34v-228,2,-341,-188,-281,-416r514,0v5,-115,-51,-201,-156,-201v-86,0,-155,48,-183,111r-149,0v50,-142,165,-241,352,-241xm197,-278v4,114,95,196,214,152v66,-24,109,-83,134,-152r-348,0","w":758},"\u04d9":{"d":"306,-531v147,2,230,78,230,225v0,141,-68,242,-166,292v-35,18,-75,27,-119,27v-180,4,-269,-121,-233,-307r381,0v32,-126,-136,-173,-201,-85r-18,25r-142,0v41,-110,116,-179,268,-177xm147,-204v0,68,25,111,96,110v82,-1,119,-50,141,-110r-237,0","w":581},"\u04dc":{"d":"293,-430r-191,-284r182,0r188,296r62,-296r151,0r-60,286r298,-286r198,0r-323,298r193,416r-182,0r-130,-307r-99,91r-46,216r-151,0r48,-225r-56,-84r-256,309r-197,0xm611,-911r-24,117r-131,0r24,-117r131,0xm807,-911r-24,117r-131,0r24,-117r131,0","w":1063},"\u04dd":{"d":"184,-324r-126,-193r150,0r120,206r44,-206r134,0r-44,203r199,-203r173,0r-226,205r126,312r-150,0r-79,-219r-77,70r-32,149r-134,0r33,-155r-44,-67r-166,222r-170,0xm439,-714r-24,117r-131,0r24,-117r131,0xm635,-714r-24,117r-131,0r24,-117r131,0","w":799},"\u04de":{"d":"488,-387v66,9,114,68,113,144v-3,214,-217,293,-431,246v-109,-24,-170,-105,-170,-243r153,0v2,98,44,140,147,137v83,-2,140,-50,143,-133v3,-87,-96,-77,-182,-77r23,-112v99,7,184,-18,184,-110v0,-54,-46,-76,-106,-75v-81,1,-132,38,-146,108r-148,0v25,-154,137,-229,312,-229v135,0,237,54,237,183v0,88,-58,139,-129,161xm390,-911r-24,117r-131,0r24,-117r131,0xm586,-911r-24,117r-131,0r24,-117r131,0","w":661},"\u04df":{"d":"465,-174v-4,138,-114,187,-255,187v-135,0,-229,-51,-224,-182r132,0v-2,63,39,87,103,87v56,0,102,-29,100,-87v-2,-61,-72,-55,-135,-55r20,-87v70,2,133,-8,133,-74v0,-33,-24,-50,-73,-50v-55,1,-96,22,-105,72r-132,0v20,-123,119,-168,260,-168v107,0,188,33,188,133v0,64,-44,102,-96,119v48,6,86,50,84,105xm300,-714r-24,117r-131,0r24,-117r131,0xm496,-714r-24,117r-131,0r24,-117r131,0","w":522},"\u04e2":{"d":"147,-714r155,0r-105,495r376,-495r181,0r-151,714r-155,0r105,-496r-376,496r-180,0xm622,-888r-14,75r-305,0r14,-75r305,0","w":745},"\u04e3":{"d":"98,-517r136,0r-75,350r270,-350r161,0r-110,517r-136,0r74,-350r-269,350r-160,0xm517,-691r-14,75r-305,0r14,-75r305,0","w":615},"\u04e4":{"d":"147,-714r155,0r-105,495r376,-495r181,0r-151,714r-155,0r105,-496r-376,496r-180,0xm442,-911r-24,117r-131,0r24,-117r131,0xm638,-911r-24,117r-131,0r24,-117r131,0","w":745},"\u04e5":{"d":"98,-517r136,0r-75,350r270,-350r161,0r-110,517r-136,0r74,-350r-269,350r-160,0xm343,-714r-24,117r-131,0r24,-117r131,0xm539,-714r-24,117r-131,0r24,-117r131,0","w":615},"\u04e6":{"d":"427,-731v201,3,317,105,317,306v0,197,-87,338,-224,405v-48,24,-103,36,-166,36v-203,1,-319,-111,-317,-315v2,-195,91,-330,227,-397v48,-23,103,-35,163,-35xm250,-500v-83,120,-89,395,106,385v160,-8,231,-140,231,-299v0,-111,-47,-183,-159,-185v-85,0,-142,46,-178,99xm436,-911r-24,117r-131,0r24,-117r131,0xm632,-911r-24,117r-131,0r24,-117r131,0","w":778},"\u04e7":{"d":"307,-531v148,3,241,69,241,219v0,195,-105,325,-301,325v-144,0,-239,-75,-237,-222v2,-147,69,-248,173,-297v37,-17,78,-25,124,-25xm152,-209v0,68,34,116,102,116v109,0,152,-108,152,-217v0,-71,-29,-118,-104,-114v-107,5,-150,108,-150,215xm336,-714r-24,117r-131,0r24,-117r131,0xm532,-714r-24,117r-131,0r24,-117r131,0","w":593},"\u04e8":{"d":"427,-731v201,3,317,105,317,306v0,197,-87,338,-224,405v-48,24,-103,36,-166,36v-203,1,-319,-111,-317,-315v2,-195,91,-330,227,-397v48,-23,103,-35,163,-35xm194,-311v0,117,47,196,162,196v129,0,184,-94,217,-196r-379,0xm587,-425v-5,-104,-51,-174,-159,-174v-123,0,-180,82,-214,174r373,0","w":778},"\u04e9":{"d":"307,-531v148,3,241,69,241,219v0,195,-105,325,-301,325v-144,0,-239,-75,-237,-222v2,-147,69,-248,173,-297v37,-17,78,-25,124,-25xm152,-221v-8,94,66,153,151,117v46,-20,73,-66,89,-117r-240,0xm406,-316v12,-104,-120,-139,-185,-76v-21,20,-38,46,-49,76r234,0","w":593},"\u04ee":{"d":"47,-126v84,26,187,-13,158,-112r-140,-476r168,0r94,380r216,-380r180,0r-343,544v-66,119,-172,217,-361,170xm568,-888r-14,75r-305,0r14,-75r305,0","w":647},"\u04ef":{"d":"-38,58v42,10,102,7,122,-20v9,-13,23,-29,29,-43r-92,-512r146,0r45,370r2,0r179,-370r150,0r-329,589v-38,94,-139,124,-276,104xm453,-691r-14,75r-305,0r14,-75r305,0","w":519},"\u04f0":{"d":"47,-126v84,26,187,-13,158,-112r-140,-476r168,0r94,380r216,-380r180,0r-343,544v-66,119,-172,217,-361,170xm387,-911r-24,117r-131,0r24,-117r131,0xm583,-911r-24,117r-131,0r24,-117r131,0","w":647},"\u04f1":{"d":"-38,58v42,10,102,7,122,-20v9,-13,23,-29,29,-43r-92,-512r146,0r45,370r2,0r179,-370r150,0r-329,589v-38,94,-139,124,-276,104xm279,-714r-24,117r-131,0r24,-117r131,0xm475,-714r-24,117r-131,0r24,-117r131,0","w":519},"\u04f2":{"d":"47,-126v84,26,187,-13,158,-112r-140,-476r168,0r94,380r216,-380r180,0r-343,544v-66,119,-172,217,-361,170xm424,-778r88,-142r152,0r-140,142r-100,0xm225,-778r87,-142r152,0r-140,142r-99,0","w":647},"\u04f3":{"d":"-38,58v42,10,102,7,122,-20v9,-13,23,-29,29,-43r-92,-512r146,0r45,370r2,0r179,-370r150,0r-329,589v-38,94,-139,124,-276,104xm314,-581r88,-142r152,0r-140,142r-100,0xm115,-581r87,-142r152,0r-140,142r-99,0","w":519},"\u04f4":{"d":"215,-498v-19,73,5,121,86,117v48,-3,103,-10,145,-16r68,-317r156,0r-152,714r-156,0r57,-271v-45,9,-104,20,-157,20v-128,0,-216,-41,-212,-167v3,-105,39,-200,56,-296r156,0xm380,-911r-24,117r-131,0r24,-117r131,0xm576,-911r-24,117r-131,0r24,-117r131,0","w":661},"\u04f5":{"d":"188,-389v-13,58,-9,105,58,101v40,-2,77,-9,111,-17r47,-212r141,0r-110,517r-141,0r41,-198v-37,12,-105,23,-160,23v-120,0,-156,-81,-131,-195r32,-147r141,0xm313,-714r-24,117r-131,0r24,-117r131,0xm509,-714r-24,117r-131,0r24,-117r131,0","w":568},"\u04f8":{"d":"606,-254v0,175,-123,254,-317,254r-292,0r151,-714r155,0r-54,258r105,0v158,-5,252,57,252,202xm451,-242v2,-111,-124,-87,-229,-90r-43,206r139,0v80,-1,131,-34,133,-116xm781,-714r157,0r-151,714r-157,0xm531,-911r-24,117r-131,0r24,-117r131,0xm727,-911r-24,117r-131,0r24,-117r131,0","w":929},"\u04f9":{"d":"483,-186v0,129,-98,186,-238,186r-256,0r110,-517r141,0r-39,181r91,0v121,-5,191,44,191,150xm339,-178v0,-77,-88,-57,-160,-60r-30,139v90,0,190,14,190,-79xm617,-517r141,0r-110,517r-141,0xm425,-714r-24,117r-131,0r24,-117r131,0xm621,-714r-24,117r-131,0r24,-117r131,0","w":783},"\u00a0":{"w":278}}});zapp={preloads:{},preload:[]};zapp.init=function(){Cufon.replace("#header ul li a,#pricelist dl dt a",{fontFamily:"Helvetica Neue",hover:true});$('.required').parent().next().addClass('req');$('#popup a.btn').live('click',function(){if($('#popup').hasClass('active'))$('#popup').animate({left:'-208px'}).removeClass('active');else $('#popup').animate({left:'0px'}).addClass('active');return false;});};zapp.grid=function(){var gridwidth;var griditemwidth;var gridlength;var additem;var fakestr;$(window).resize(function(){$('ul.grid').each(function(i){gridwidth=$(this).width();griditemwidth=$(this).find('li:first').outerWidth(true);gridlength=$(this).find('li').length-1;additem=0;$(this).find('li.fake').remove();while((gridlength+additem)%Math.floor(gridwidth/griditemwidth))additem++;if(additem){fakestr='';for(var iter=0;iter<additem;iter++)fakestr+='<li class="fake"></li>\n';$(this).find('li.under').before(fakestr);}});}).resize();};zapp.price_init=function(){$('#pricelist dl dt a').live('click',function(){var dt=$(this).parent();var a=dt.parent().parent().find('dt.active');var y=$(this).parent().hasClass('active');if(!dt.next().find('table').length){dt.find('.loader').show();$.ajax({type:"POST",url:$(this).attr('href'),complete:function(){dt.find('.loader').hide();},success:function(data){dt.next().html(data);if(a.length&&!y){dt.toggleClass('active').next().stop(true,true).slideToggle('normal',function(){a.removeClass('active').next().stop(true,true).slideUp('fast',function(){$.scrollTo(dt,800);});});}else{dt.toggleClass('active').next().stop(true,true).slideToggle('normal',function(){$.scrollTo(dt,800);});}}});}else{if(a.length&&!y){dt.toggleClass('active').next().stop(true,true).slideToggle('normal',function(){a.removeClass('active').next().stop(true,true).slideUp('fast',function(){$.scrollTo(dt,800);});});}else{dt.toggleClass('active').next().stop(true,true).slideToggle('normal',function(){$.scrollTo(dt,800);});}}
return false;});$('#pricelist dl dd a').live('click',function(){var dt=$(this);var a=dt.parent().parent().find('a.active');var y=$(this).hasClass('active');if(a.length&&!y){dt.toggleClass('active').next().stop(true,true).slideToggle('normal',function(){a.removeClass('active').next().stop(true,true).slideUp('fast',function(){$.scrollTo(dt,800);});});}else{$(this).toggleClass('active').next().stop(true,true).slideToggle('normal',function(){$.scrollTo(dt,800);});}
return false;});};zapp.preload_all=function(key,d,cb){zapp.preloads[key]=d.length;for(var k=0;k<d.length;k++){var i=new Image();i.onload=function(){zapp.preloads[key]--;if(zapp.preloads[key]==0)cb();};i.src=d[k];zapp.preload.push(i);}};zapp.fig_init=function(){$defaultViewMode="original";$tsMargin=0;$scrollEasing=600;$scrollEasingType="easeOutCirc";$thumbnailsContainerOpacity=1;$thumbnailsContainerMouseOutOpacity=1;$thumbnailsOpacity=1;$nextPrevBtnsInitState="show";$keyboardNavigation="off";$timer=null;$timevalue=10;$thumbnails_wrapper=$("#thumbnails_wrapper");$outer_container=$("#outer_container");$thumbScroller=$(".thumbScroller");$thumbScroller_container=$(".thumbScroller .container");$thumbScroller_content=$(".thumbScroller .content");$thumbScroller_thumb=$(".thumbScroller .thumb");$preloader=$("#preloader");$toolbar=$("#toolbar");$toolbar_a=$("#toolbar a");$bgimg=$("#bgimg");$img_title=$("#img_title");$nextImageBtn=$(".nextImageBtn");$prevImageBtn=$(".prevImageBtn");$(window).load(function(){$toolbar.data("imageViewMode",$defaultViewMode);if($defaultViewMode=="full"){$toolbar_a.html("<img src='img/toolbar_n_icon.png' width='50' height='50'  />").attr("onClick","ImageViewMode('normal');return false").attr("title","Restore");}else{$toolbar_a.html("<img src='img/toolbar_fs_icon.png' width='50' height='50'  />").attr("onClick","ImageViewMode('full');return false").attr("title","Maximize");}
ShowHideNextPrev($nextPrevBtnsInitState);$thumbScroller_container.css("marginLeft",$tsMargin+"px");sliderLeft=$thumbScroller_container.position().left;sliderWidth=$outer_container.width();$thumbScroller.css("width",sliderWidth);var totalContent=0;fadeSpeed=200;var $the_outer_container=document.getElementById("outer_container");var $placement=findPos($the_outer_container);$thumbScroller_content.each(function(){var $this=$(this);totalContent+=$this.innerWidth();$thumbScroller_container.css("width",totalContent);$this.children().children().children(".thumb").fadeTo(fadeSpeed,$thumbnailsOpacity);zapp.preload_all('main',[$this.find('a').attr('href')],function(){});});$thumbnails_wrapper.fadeTo(fadeSpeed,$thumbnailsContainerOpacity);$thumbnails_wrapper.hover(function(){var $this=$(this);$this.stop().fadeTo("slow",1);},function(){var $this=$(this);$this.stop().fadeTo("slow",$thumbnailsContainerMouseOutOpacity);});$thumbScroller_thumb.hover(function(){var $this=$(this);$this.stop().fadeTo(fadeSpeed,1);},function(){var $this=$(this);$this.stop().fadeTo(fadeSpeed,$thumbnailsOpacity);});$(window).resize(function(){FullScreenBackground("#bgimg",$bgimg.data("newImageW"),$bgimg.data("newImageH"));$thumbScroller_container.stop().animate({left:sliderLeft},400,"easeOutCirc");var newWidth=$outer_container.width();$thumbScroller.css("width",newWidth);sliderWidth=newWidth;$placement=findPos($the_outer_container);});var the1stImg=new Image();the1stImg.onload=CreateDelegate(the1stImg,theNewImg_onload);the1stImg.src=$bgimg.attr("src");$outer_container.data("currImage",$(".content").first().find("a").attr("href"));$outer_container.data("nextImage",$(".content").first().next().find("a").attr("href"));$outer_container.data("prevImage",$(".content").last().find("a").attr("href"));});function BackgroundLoad($this,imageWidth,imageHeight,imgSrc){$this.fadeOut("fast",function(){$this.attr("src","").attr("src",imgSrc);FullScreenBackground($this,imageWidth,imageHeight);$preloader.fadeOut("fast",function(){$this.fadeIn("slow");StartTimer();});var imageTitle=$img_title.data("imageTitle");if(imageTitle){$this.attr("alt",imageTitle).attr("title",imageTitle);$img_title.fadeOut("fast",function(){$img_title.html(imageTitle).fadeIn();});}else{$img_title.fadeOut("fast",function(){$img_title.html($this.attr("title")).fadeIn();});}});}
if($toolbar.css("display")!="none"){$toolbar.fadeTo("fast",0.4);}
$toolbar.hover(function(){var $this=$(this);$this.stop().fadeTo("fast",1);},function(){var $this=$(this);$this.stop().fadeTo("fast",0.4);});$("#outer_container a").click(function(event){event.preventDefault();$('body').css({'backgroundColor':''});{$('#header ul li a').css({'color':''});Cufon.refresh();}
StopTimer();var $this=$(this);GetNextPrevImages($this);GetImageTitle($this);SwitchImage(this);ShowHideNextPrev("show");});$nextImageBtn.click(function(event){event.preventDefault();ThumbScrollerNext();});$prevImageBtn.click(function(event){event.preventDefault();ThumbScrollerPrev();});if($keyboardNavigation=="on"){$(document).keydown(function(ev){if(ev.keyCode==39){SwitchImage($outer_container.data("nextImage"));var $this=$("#outer_container a[href='"+$outer_container.data("nextImage")+"']");GetNextPrevImages($this);GetImageTitle($this);return false;}else if(ev.keyCode==37){SwitchImage($outer_container.data("prevImage"));var $this=$("#outer_container a[href='"+$outer_container.data("prevImage")+"']");GetNextPrevImages($this);GetImageTitle($this);return false;}});}
function ShowHideNextPrev(state){if(state=="hide"){$nextImageBtn.fadeOut();$prevImageBtn.fadeOut();}else{$nextImageBtn.fadeIn();$prevImageBtn.fadeIn();}}
function GetImageTitle(elem){var title_attr=elem.children("img").attr("title");$img_title.data("imageTitle",title_attr);}
function GetNextPrevImages(curr){var nextImage=curr.parents(".content").next().find("a").attr("href");$outer_container.data("currImage",curr.attr("href"));if(nextImage==null){var nextImage=$(".content").first().find("a").attr("href");}
$outer_container.data("nextImage",nextImage);var prevImage=curr.parents(".content").prev().find("a").attr("href");if(prevImage==null){var prevImage=$(".content").last().find("a").attr("href");}
$outer_container.data("prevImage",prevImage);}
function SwitchImage(img){$preloader.fadeIn("fast");var theNewImg=new Image();theNewImg.onload=CreateDelegate(theNewImg,theNewImg_onload);theNewImg.src=img;}
function CreateDelegate(contextObject,delegateMethod){return function(){return delegateMethod.apply(contextObject,arguments);}}
function theNewImg_onload(){$bgimg.data("newImageW",this.width).data("newImageH",this.height);BackgroundLoad($bgimg,this.width,this.height,this.src);}
function FullScreenBackground(theItem,imageWidth,imageHeight){var winWidth=$(window).width();var winHeight=$(window).height();if($toolbar.data("imageViewMode")!="original"){var picHeight=imageHeight/imageWidth;var picWidth=imageWidth/imageHeight;if($toolbar.data("imageViewMode")=="full"){if((winHeight/winWidth)<picHeight){$(theItem).attr("width",winWidth);$(theItem).attr("height",picHeight*winWidth);}else{$(theItem).attr("height",winHeight);$(theItem).attr("width",picWidth*winHeight);};}else{if((winHeight/winWidth)>picHeight){$(theItem).attr("width",winWidth);$(theItem).attr("height",picHeight*winWidth);}else{$(theItem).attr("height",winHeight);$(theItem).attr("width",picWidth*winHeight);};}
$(theItem).css("margin-left",(winWidth-$(theItem).width())/2);}else{$(theItem).attr("width",imageWidth);$(theItem).attr("height",imageHeight);$(theItem).css("margin-left",(winWidth-imageWidth)/2);}}
function ImageViewMode(theMode){$toolbar.data("imageViewMode",theMode);FullScreenBackground($bgimg,$bgimg.data("newImageW"),$bgimg.data("newImageH"));if(theMode=="full"){$toolbar_a.html("<img src='img/toolbar_n_icon.png' width='50' height='50'  />").attr("onClick","ImageViewMode('normal');return false").attr("title","Restore");}else{$toolbar_a.html("<img src='img/toolbar_fs_icon.png' width='50' height='50'  />").attr("onClick","ImageViewMode('full');return false").attr("title","Maximize");}}
function findPos(obj){var curleft=curtop=0;if(obj.offsetParent){curleft=obj.offsetLeft
curtop=obj.offsetTop
while(obj=obj.offsetParent){curleft+=obj.offsetLeft
curtop+=obj.offsetTop}}
return[curtop,curleft];}
var scroller_in_progress=false;function ThumbScrollerNext(){if(scroller_in_progress)return;if($thumbScroller.width()<($thumbScroller_container.width()+$thumbScroller_container.position().left)){var cw=$thumbScroller_container.width()/$thumbScroller_content.length;var theposa=$thumbScroller_container.position().left-cw;scroller_in_progress=true;$thumbScroller_container.stop().animate({left:theposa},$scrollEasing,$scrollEasingType,function(){scroller_in_progress=false;});}}
function ThumbScrollerPrev(){if(scroller_in_progress)return;if($thumbScroller_container.position().left<0){var cw=$thumbScroller_container.width()/$thumbScroller_content.length;var theposb=$thumbScroller_container.position().left+cw;scroller_in_progress=true;$thumbScroller_container.stop().animate({left:theposb},$scrollEasing,$scrollEasingType,function(){scroller_in_progress=false;});}}
function StartTimer(){if($timer!=null)return;if($timevalue==0)return StopTimer();var $this=$("#outer_container a[href='"+$outer_container.data("currImage")+"']");var $next=$("#outer_container a[href='"+$outer_container.data("nextImage")+"']");var colors=$this.attr('rel').split('|');if(colors[0].length>0)$('body').css({'backgroundColor':colors[0]});if(colors[1].length>0){$('#header ul li a').css({'color':colors[1]});Cufon.refresh();}
$this.next('.progressbar').find('div').css({'width':'0px'}).stop(true,true).animate({'width':'100%'},$timevalue*1000,function(){$(this).css({'width':'0px'});});$timer=setTimeout(function(){StopTimer();$next.click();},$timevalue*1000);}
function StopTimer(){if($timer==null)return;clearTimeout($timer);$timer=null;$thumbScroller_content.find('.progressbar div').stop(true,true).css({'width':'0px'});}};zapp.nav_init=function(){};zapp.corners_init=function(selectors){$(selectors).css({position:'relative'}).prepend('<span class="tl"></span><span class="tr"></span><span class="bl"></span><span class="br"></span>');}
zapp.gmap_init=function(x,y){var coord=[];$('ul.adrlist li a').each(function(){if($(this).attr('rel'))coord.push([$(this).attr('rel'),$(this).prev().html()]);});var o=$('#gmap');var map=new google.maps.Map(o.get(0),{mapTypeId:google.maps.MapTypeId.HYBRID,zoom:16});var bounds=new google.maps.LatLngBounds();var infowindow=new google.maps.InfoWindow({maxWidth:440});for(var i=0;i<coord.length;i++){var xy=coord[i][0].split(',');var myLatLng=new google.maps.LatLng(xy[0],xy[1]);var marker=new google.maps.Marker({position:myLatLng,map:map,title:coord[i][1].replace(/(<([^>]+)>)/ig,""),html:coord[i][1],flat:false});google.maps.event.addListener(marker,'click',function(){infowindow.close();infowindow.setContent(this.html);infowindow.open(map,this);});bounds.extend(myLatLng);map.fitBounds(bounds);}
$('ul.adrlist li a').live('click',function(){if($(this).attr('rel')){$('ul.adrlist li').removeClass('active');$(this).parent().addClass('active');var xy=$(this).attr('rel').split(',');map.panTo(new google.maps.LatLng(xy[0],xy[1]));map.setZoom(16);}
return false;});};$(function(){zapp.init();});$(function(){zapp.fig_init()});
