(function(){
window.jspackager = {};
jspackager.devmode = false;
jspackager.jsList = {"__basic-behaviour":["jquery","ui-core-mini","cufon-yui","times-400-font","jquery.objscale","jquery.imgpreload","ui.cOverlay","showbox","ui-scroller","jquery-tabs","jquery-mousewheel","jquery-social-b","ui-a11y-ext","setUnset","freiberger-cfg","init-behaviour"]};
window.apertoDevmode = jspackager.devmode;
window.devModuleList =jspackager.jsList;
var basicScript = ["__basic-behaviour"], srcMatch = /(.*)__basic-behaviour\.js$/;
function loadModul(path){
for(var j = 0, leng = basicScript.length; j < leng; j++){
document.write('<script type="text/javascript" src="'+path+basicScript[j]+'.js"><\/script>');
}
}
var querys = location.search, 
hash = location.hash;
if(hash === '#devmode'){
basicScript = devModuleList[basicScript];
jspackager.devmode = true;
window.apertoDevmode = true;
} else {
querys = querys.replace(/^\?/,'').split(/&|=/);
for(var i = 0, len = querys.length; i < len; i++){
if(querys[i] == 'devmode'){
basicScript = jspackager.jsList[basicScript];
jspackager.devmode = true;
window.apertoDevmode = true;
break;
}
}
}
if(jspackager.devmode){
var scripts = document.getElementsByTagName('script'),
src,
path;
for(var i = 0, len = scripts.length; i < len; i++){
src = scripts[i].getAttribute('src');
if(src){
path = srcMatch.exec(src);
if(path && path[0] && path[1]){
jspackager.jsPath = path[1];
loadModul(path[1]);
}
}
}
}
})();
if(!window.jspackager || !jspackager.devmode){
//jquery
;(function(){var y=this,undefined,_jQuery=y.jQuery,_$=y.$,jQuery=y.jQuery=y.$=function(a,b){return new jQuery.fn.init(a,b)},quickExpr=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/;jQuery.fn=jQuery.prototype={init:function(a,b){a=a||document;if(a.nodeType){this[0]=a;this.length=1;this.context=a;return this}if(typeof a==="string"){var c=quickExpr.exec(a);if(c&&(c[1]||!b)){if(c[1])a=jQuery.clean([c[1]],b);else{var d=document.getElementById(c[3]);if(d&&d.id!=c[3])return jQuery().find(a);var e=jQuery(d||[]);e.context=document;e.selector=a;return e}}else return jQuery(b).find(a)}else if(jQuery.isFunction(a))return jQuery(document).ready(a);if(a.selector&&a.context){this.selector=a.selector;this.context=a.context}return this.setArray(jQuery.isArray(a)?a:jQuery.makeArray(a))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(a){return a===undefined?Array.prototype.slice.call(this):this[a]},pushStack:function(a,b,c){var d=jQuery(a);d.prevObject=this;d.context=this.context;if(b==="find")d.selector=this.selector+(this.selector?" ":"")+c;else if(b)d.selector=this.selector+"."+b+"("+c+")";return d},setArray:function(a){this.length=0;Array.prototype.push.apply(this,a);return this},each:function(a,b){return jQuery.each(this,a,b)},index:function(a){return jQuery.inArray(a&&a.jquery?a[0]:a,this)},attr:function(a,b,c){var d=a;if(typeof a==="string")if(b===undefined)return this[0]&&jQuery[c||"attr"](this[0],a);else{d={};d[a]=b}return this.each(function(i){for(a in d)jQuery.attr(c?this.style:this,a,jQuery.prop(this,d[a],c,i,a))})},css:function(a,b){if((a=='width'||a=='height')&&parseFloat(b)<0)b=undefined;return this.attr(a,b,"curCSS")},text:function(a){if(typeof a!=="object"&&a!=null)return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(a));var b="";jQuery.each(a||this,function(){jQuery.each(this.childNodes,function(){if(this.nodeType!=8)b+=this.nodeType!=1?this.nodeValue:jQuery.fn.text([this])})});return b},wrapAll:function(b){if(this[0]){var c=jQuery(b,this[0].ownerDocument).clone();if(this[0].parentNode)c.insertBefore(this[0]);c.map(function(){var a=this;while(a.firstChild)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return this.each(function(){jQuery(this).contents().wrapAll(a)})},wrap:function(a){return this.each(function(){jQuery(this).wrapAll(a)})},append:function(){return this.domManip(arguments,true,function(a){if(this.nodeType==1)this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,function(a){if(this.nodeType==1)this.insertBefore(a,this.firstChild)})},before:function(){return this.domManip(arguments,false,function(a){this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,false,function(a){this.parentNode.insertBefore(a,this.nextSibling)})},end:function(){return this.prevObject||jQuery([])},push:[].push,sort:[].sort,splice:[].splice,find:function(b){if(this.length===1){var c=this.pushStack([],"find",b);c.length=0;jQuery.find(b,this[0],c);return c}else{return this.pushStack(jQuery.unique(jQuery.map(this,function(a){return jQuery.find(b,a)})),"find",b)}},clone:function(d){var e=this.map(function(){if(!jQuery.support.noCloneEvent&&!jQuery.isXMLDoc(this)){var a=this.outerHTML;if(!a){var b=this.ownerDocument.createElement("div");b.appendChild(this.cloneNode(true));a=b.innerHTML}return jQuery.clean([a.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else return this.cloneNode(true)});if(d===true){var f=this.find("*").andSelf(),i=0;e.find("*").andSelf().each(function(){if(this.nodeName!==f[i].nodeName)return;var a=jQuery.data(f[i],"events");for(var b in a){for(var c in a[b]){jQuery.event.add(this,b,a[b][c],a[b][c].data)}}i++})}return e},filter:function(b){return this.pushStack(jQuery.isFunction(b)&&jQuery.grep(this,function(a,i){return b.call(a,i)})||jQuery.multiFilter(b,jQuery.grep(this,function(a){return a.nodeType===1})),"filter",b)},closest:function(b){var c=jQuery.expr.match.POS.test(b)?jQuery(b):null,closer=0;return this.map(function(){var a=this;while(a&&a.ownerDocument){if(c?c.index(a)>-1:jQuery(a).is(b)){jQuery.data(a,"closest",closer);return a}a=a.parentNode;closer++}})},not:function(a){if(typeof a==="string")if(isSimple.test(a))return this.pushStack(jQuery.multiFilter(a,this,true),"not",a);else a=jQuery.multiFilter(a,this);var b=a.length&&a[a.length-1]!==undefined&&!a.nodeType;return this.filter(function(){return b?jQuery.inArray(this,a)<0:this!=a})},add:function(a){return this.pushStack(jQuery.unique(jQuery.merge(this.get(),typeof a==="string"?jQuery(a):jQuery.makeArray(a))))},is:function(a){return!!a&&jQuery.multiFilter(a,this).length>0},hasClass:function(a){return!!a&&this.is("."+a)},val:function(b){if(b===undefined){var c=this[0];if(c){if(jQuery.nodeName(c,'option'))return(c.attributes.value||{}).specified?c.value:c.text;if(jQuery.nodeName(c,"select")){var d=c.selectedIndex,values=[],options=c.options,one=c.type=="select-one";if(d<0)return null;for(var i=one?d:0,max=one?d+1:options.length;i<max;i++){var e=options[i];if(e.selected){b=jQuery(e).val();if(one)return b;values.push(b)}}return values}return(c.value||"").replace(/\r/g,"")}return undefined}if(typeof b==="number")b+='';return this.each(function(){if(this.nodeType!=1)return;if(jQuery.isArray(b)&&/radio|checkbox/.test(this.type))this.checked=(jQuery.inArray(this.value,b)>=0||jQuery.inArray(this.name,b)>=0);else if(jQuery.nodeName(this,"select")){var a=jQuery.makeArray(b);jQuery("option",this).each(function(){this.selected=(jQuery.inArray(this.value,a)>=0||jQuery.inArray(this.text,a)>=0)});if(!a.length)this.selectedIndex=-1}else this.value=b})},html:function(a){return a===undefined?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(a)},replaceWith:function(a){return this.after(a).remove()},eq:function(i){return this.slice(i,+i+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(b){return this.pushStack(jQuery.map(this,function(a,i){return b.call(a,i,a)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(c,d,e){if(this[0]){var f=(this[0].ownerDocument||this[0]).createDocumentFragment(),scripts=jQuery.clean(c,(this[0].ownerDocument||this[0]),f),first=f.firstChild;if(first)for(var i=0,l=this.length;i<l;i++)e.call(root(this[i],first),this.length>1||i>0?f.cloneNode(true):f);if(scripts)jQuery.each(scripts,evalScript)}return this;function root(a,b){return d&&jQuery.nodeName(a,"table")&&jQuery.nodeName(b,"tr")?(a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody"))):a}}};jQuery.fn.init.prototype=jQuery.fn;function evalScript(i,a){if(a.src)jQuery.ajax({url:a.src,async:false,dataType:"script"});else jQuery.globalEval(a.text||a.textContent||a.innerHTML||"");if(a.parentNode)a.parentNode.removeChild(a)}function now(){return+new Date}jQuery.extend=jQuery.fn.extend=function(){var a=arguments[0]||{},i=1,length=arguments.length,deep=false,options;if(typeof a==="boolean"){deep=a;a=arguments[1]||{};i=2}if(typeof a!=="object"&&!jQuery.isFunction(a))a={};if(length==i){a=this;--i}for(;i<length;i++)if((options=arguments[i])!=null)for(var b in options){var c=a[b],copy=options[b];if(a===copy)continue;if(deep&&copy&&typeof copy==="object"&&!copy.nodeType)a[b]=jQuery.extend(deep,c||(copy.length!=null?[]:{}),copy);else if(copy!==undefined)a[b]=copy}return a};var z=/z-?index|font-?weight|opacity|zoom|line-?height/i,defaultView=document.defaultView||{},toString=Object.prototype.toString;jQuery.extend({noConflict:function(a){y.$=_$;if(a)y.jQuery=_jQuery;return jQuery},isFunction:function(a){return toString.call(a)==="[object Function]"},isArray:function(a){return toString.call(a)==="[object Array]"},isXMLDoc:function(a){return a.nodeType===9&&a.documentElement.nodeName!=="HTML"||!!a.ownerDocument&&jQuery.isXMLDoc(a.ownerDocument)},globalEval:function(a){if(a&&/\S/.test(a)){var b=document.getElementsByTagName("head")[0]||document.documentElement,script=document.createElement("script");script.type="text/javascript";if(jQuery.support.scriptEval)script.appendChild(document.createTextNode(a));else script.text=a;b.insertBefore(script,b.firstChild);b.removeChild(script)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()==b.toUpperCase()},each:function(a,b,c){var d,i=0,length=a.length;if(c){if(length===undefined){for(d in a)if(b.apply(a[d],c)===false)break}else for(;i<length;)if(b.apply(a[i++],c)===false)break}else{if(length===undefined){for(d in a)if(b.call(a[d],d,a[d])===false)break}else for(var e=a[0];i<length&&b.call(e,i,e)!==false;e=a[++i]){}}return a},prop:function(a,b,c,i,d){if(jQuery.isFunction(b))b=b.call(a,i);return typeof b==="number"&&c=="curCSS"&&!z.test(d)?b+"px":b},className:{add:function(b,c){jQuery.each((c||"").split(/\s+/),function(i,a){if(b.nodeType==1&&!jQuery.className.has(b.className,a))b.className+=(b.className?" ":"")+a})},remove:function(b,c){if(b.nodeType==1)b.className=c!==undefined?jQuery.grep(b.className.split(/\s+/),function(a){return!jQuery.className.has(c,a)}).join(" "):""},has:function(a,b){return a&&jQuery.inArray(b,(a.className||a).toString().split(/\s+/))>-1}},swap:function(a,b,c){var d={};for(var e in b){d[e]=a.style[e];a.style[e]=b[e]}c.call(a);for(var e in b)a.style[e]=d[e]},css:function(a,b,c,d){if(b=="width"||b=="height"){var e,props={position:"absolute",visibility:"hidden",display:"block"},which=b=="width"?["Left","Right"]:["Top","Bottom"];function getWH(){e=b=="width"?a.offsetWidth:a.offsetHeight;if(d==="border")return;jQuery.each(which,function(){if(!d)e-=parseFloat(jQuery.curCSS(a,"padding"+this,true))||0;if(d==="margin")e+=parseFloat(jQuery.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(jQuery.curCSS(a,"border"+this+"Width",true))||0})}if(a.offsetWidth!==0)getWH();else jQuery.swap(a,props,getWH);return Math.max(0,Math.round(e))}return jQuery.curCSS(a,b,c)},curCSS:function(c,d,e){var f,style=c.style;if(d=="opacity"&&!jQuery.support.opacity){f=jQuery.attr(style,"opacity");return f==""?"1":f}if(d.match(/float/i))d=E;if(!e&&style&&style[d])f=style[d];else if(defaultView.getComputedStyle){if(d.match(/float/i))d="float";d=d.replace(/([A-Z])/g,"-$1").toLowerCase();var g=defaultView.getComputedStyle(c,null);if(g)f=g.getPropertyValue(d);if(d=="opacity"&&f=="")f="1"}else if(c.currentStyle){var h=d.replace(/\-(\w)/g,function(a,b){return b.toUpperCase()});f=c.currentStyle[d]||c.currentStyle[h];if(!/^\d+(px)?$/i.test(f)&&/^\d/.test(f)){var i=style.left,rsLeft=c.runtimeStyle.left;c.runtimeStyle.left=c.currentStyle.left;style.left=f||0;f=style.pixelLeft+"px";style.left=i;c.runtimeStyle.left=rsLeft}}return f},clean:function(h,k,l){k=k||document;if(typeof k.createElement==="undefined")k=k.ownerDocument||k[0]&&k[0].ownerDocument||document;if(!l&&h.length===1&&typeof h[0]==="string"){var m=/^<(\w+)\s*\/?>$/.exec(h[0]);if(m)return[k.createElement(m[1])]}var n=[],scripts=[],div=k.createElement("div");jQuery.each(h,function(i,d){if(typeof d==="number")d+='';if(!d)return;if(typeof d==="string"){d=d.replace(/(<(\w+)[^>]*?)\/>/g,function(a,b,c){return c.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?a:b+"></"+c+">"});var e=d.replace(/^\s+/,"").substring(0,10).toLowerCase();var f=!e.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!e.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||e.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!e.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!e.indexOf("<td")||!e.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!e.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!jQuery.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];div.innerHTML=f[1]+d+f[2];while(f[0]--)div=div.lastChild;if(!jQuery.support.tbody){var g=/<tbody/i.test(d),tbody=!e.indexOf("<table")&&!g?div.firstChild&&div.firstChild.childNodes:f[1]=="<table>"&&!g?div.childNodes:[];for(var 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&&/^\s/.test(d))div.insertBefore(k.createTextNode(d.match(/^\s*/)[0]),div.firstChild);d=jQuery.makeArray(div.childNodes)}if(d.nodeType)n.push(d);else n=jQuery.merge(n,d)});if(l){for(var i=0;n[i];i++){if(jQuery.nodeName(n[i],"script")&&(!n[i].type||n[i].type.toLowerCase()==="text/javascript")){scripts.push(n[i].parentNode?n[i].parentNode.removeChild(n[i]):n[i])}else{if(n[i].nodeType===1)n.splice.apply(n,[i+1,0].concat(jQuery.makeArray(n[i].getElementsByTagName("script"))));l.appendChild(n[i])}}return scripts}return n},attr:function(c,d,e){if(!c||c.nodeType==3||c.nodeType==8)return undefined;var f=!jQuery.isXMLDoc(c),set=e!==undefined;d=f&&jQuery.props[d]||d;if(c.tagName){var g=/href|src|style/.test(d);if(d=="selected"&&c.parentNode)c.parentNode.selectedIndex;if(d in c&&f&&!g){if(set){if(d=="type"&&jQuery.nodeName(c,"input")&&c.parentNode)throw"type property can't be changed";c[d]=e}if(jQuery.nodeName(c,"form")&&c.getAttributeNode(d))return c.getAttributeNode(d).nodeValue;if(d=="tabIndex"){var h=c.getAttributeNode("tabIndex");return h&&h.specified?h.value:c.nodeName.match(/(button|input|object|select|textarea)/i)?0:c.nodeName.match(/^(a|area)$/i)&&c.href?0:undefined}return c[d]}if(!jQuery.support.style&&f&&d=="style")return jQuery.attr(c.style,"cssText",e);if(set)c.setAttribute(d,""+e);var i=!jQuery.support.hrefNormalized&&f&&g?c.getAttribute(d,2):c.getAttribute(d);return i===null?undefined:i}if(!jQuery.support.opacity&&d=="opacity"){if(set){c.zoom=1;c.filter=(c.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(e)+''=="NaN"?"":"alpha(opacity="+e*100+")")}return c.filter&&c.filter.indexOf("opacity=")>=0?(parseFloat(c.filter.match(/opacity=([^)]*)/)[1])/100)+'':""}d=d.replace(/-([a-z])/ig,function(a,b){return b.toUpperCase()});if(set)c[d]=e;return c[d]},trim:function(a){return(a||"").replace(/^\s+|\s+$/g,"")},makeArray:function(a){var b=[];if(a!=null){var i=a.length;if(i==null||typeof a==="string"||jQuery.isFunction(a)||a.setInterval)b[0]=a;else while(i)b[--i]=a[i]}return b},inArray:function(a,b){for(var i=0,length=b.length;i<length;i++)if(b[i]===a)return i;return-1},merge:function(a,b){var i=0,elem,pos=a.length;if(!jQuery.support.getAll){while((elem=b[i++])!=null)if(elem.nodeType!=8)a[pos++]=elem}else while((elem=b[i++])!=null)a[pos++]=elem;return a},unique:function(a){var b=[],done={};try{for(var i=0,length=a.length;i<length;i++){var c=jQuery.data(a[i]);if(!done[c]){done[c]=true;b.push(a[i])}}}catch(e){b=a}return b},grep:function(a,b,c){var d=[];for(var i=0,length=a.length;i<length;i++)if(!c!=!b(a[i],i))d.push(a[i]);return d},map:function(a,b){var c=[];for(var i=0,length=a.length;i<length;i++){var d=b(a[i],i);if(d!=null)c[c.length]=d}return c.concat.apply([],c)}});var A=navigator.userAgent.toLowerCase();jQuery.browser={version:(A.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,'0'])[1],safari:/webkit/.test(A),opera:/opera/.test(A),msie:/msie/.test(A)&&!/opera/.test(A),mozilla:/mozilla/.test(A)&&!/(compatible|webkit)/.test(A)};jQuery.each({parent:function(a){return a.parentNode},parents:function(a){return jQuery.dir(a,"parentNode")},next:function(a){return jQuery.nth(a,2,"nextSibling")},prev:function(a){return jQuery.nth(a,2,"previousSibling")},nextAll:function(a){return jQuery.dir(a,"nextSibling")},prevAll:function(a){return jQuery.dir(a,"previousSibling")},siblings:function(a){return jQuery.sibling(a.parentNode.firstChild,a)},children:function(a){return jQuery.sibling(a.firstChild)},contents:function(a){return jQuery.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:jQuery.makeArray(a.childNodes)}},function(c,d){jQuery.fn[c]=function(a){var b=jQuery.map(this,d);if(a&&typeof a=="string")b=jQuery.multiFilter(a,b);return this.pushStack(jQuery.unique(b),c,a)}});jQuery.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(d,e){jQuery.fn[d]=function(a){var b=[],insert=jQuery(a);for(var i=0,l=insert.length;i<l;i++){var c=(i>0?this.clone(true):this).get();jQuery.fn[e].apply(jQuery(insert[i]),c);b=b.concat(c)}return this.pushStack(b,d,a)}});jQuery.each({removeAttr:function(a){jQuery.attr(this,a,"");if(this.nodeType==1)this.removeAttribute(a)},addClass:function(a){jQuery.className.add(this,a)},removeClass:function(a){jQuery.className.remove(this,a)},toggleClass:function(a,b){if(typeof b!=="boolean")b=!jQuery.className.has(this,a);jQuery.className[b?"add":"remove"](this,a)},remove:function(a){if(!a||jQuery.filter(a,[this]).length){jQuery("*",this).add([this]).each(function(){jQuery.event.remove(this);jQuery.removeData(this)});if(this.parentNode)this.parentNode.removeChild(this)}},empty:function(){jQuery(this).children().remove();while(this.firstChild)this.removeChild(this.firstChild)}},function(a,b){jQuery.fn[a]=function(){return this.each(b,arguments)}});function num(a,b){return a[0]&&parseInt(jQuery.curCSS(a[0],b,true),10)||0}var B="jQuery"+now(),uuid=0,windowData={};jQuery.extend({cache:{},data:function(a,b,c){a=a==y?windowData:a;var d=a[B];if(!d)d=a[B]=++uuid;if(b&&!jQuery.cache[d])jQuery.cache[d]={};if(c!==undefined)jQuery.cache[d][b]=c;return b?jQuery.cache[d][b]:d},removeData:function(a,b){a=a==y?windowData:a;var c=a[B];if(b){if(jQuery.cache[c]){delete jQuery.cache[c][b];b="";for(b in jQuery.cache[c])break;if(!b)jQuery.removeData(a)}}else{try{delete a[B]}catch(e){if(a.removeAttribute)a.removeAttribute(B)}delete jQuery.cache[c]}},queue:function(a,b,c){if(a){b=(b||"fx")+"queue";var q=jQuery.data(a,b);if(!q||jQuery.isArray(c))q=jQuery.data(a,b,jQuery.makeArray(c));else if(c)q.push(c)}return q},dequeue:function(a,b){var c=jQuery.queue(a,b),fn=c.shift();if(!b||b==="fx")fn=c[0];if(fn!==undefined)fn.call(a)}});jQuery.fn.extend({data:function(a,b){var c=a.split(".");c[1]=c[1]?"."+c[1]:"";if(b===undefined){var d=this.triggerHandler("getData"+c[1]+"!",[c[0]]);if(d===undefined&&this.length)d=jQuery.data(this[0],a);return d===undefined&&c[1]?this.data(c[0]):d}else return this.trigger("setData"+c[1]+"!",[c[0],b]).each(function(){jQuery.data(this,a,b)})},removeData:function(a){return this.each(function(){jQuery.removeData(this,a)})},queue:function(b,c){if(typeof b!=="string"){c=b;b="fx"}if(c===undefined)return jQuery.queue(this[0],b);return this.each(function(){var a=jQuery.queue(this,b,c);if(b=="fx"&&a.length==1)a[0].call(this)})},dequeue:function(a){return this.each(function(){jQuery.dequeue(this,a)})}});(function(){var k=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,done=0,toString=Object.prototype.toString;var o=function(a,b,c,d){c=c||[];b=b||document;if(b.nodeType!==1&&b.nodeType!==9)return[];if(!a||typeof a!=="string"){return c}var e=[],m,set,checkSet,check,mode,extra,prune=true;k.lastIndex=0;while((m=k.exec(a))!==null){e.push(m[1]);if(m[2]){extra=RegExp.rightContext;break}}if(e.length>1&&q.exec(a)){if(e.length===2&&p.relative[e[0]]){set=x(e[0]+e[1],b)}else{set=p.relative[e[0]]?[b]:o(e.shift(),b);while(e.length){a=e.shift();if(p.relative[a])a+=e.shift();set=x(a,set)}}}else{var f=d?{expr:e.pop(),set:t(d)}:o.find(e.pop(),e.length===1&&b.parentNode?b.parentNode:b,w(b));set=o.filter(f.expr,f.set);if(e.length>0){checkSet=t(set)}else{prune=false}while(e.length){var g=e.pop(),pop=g;if(!p.relative[g]){g=""}else{pop=e.pop()}if(pop==null){pop=b}p.relative[g](checkSet,pop,w(b))}}if(!checkSet){checkSet=set}if(!checkSet){throw"Syntax error, unrecognized expression: "+(g||a);}if(toString.call(checkSet)==="[object Array]"){if(!prune){c.push.apply(c,checkSet)}else if(b.nodeType===1){for(var i=0;checkSet[i]!=null;i++){if(checkSet[i]&&(checkSet[i]===true||checkSet[i].nodeType===1&&v(b,checkSet[i]))){c.push(set[i])}}}else{for(var i=0;checkSet[i]!=null;i++){if(checkSet[i]&&checkSet[i].nodeType===1){c.push(set[i])}}}}else{t(checkSet,c)}if(extra){o(extra,b,c,d);if(u){hasDuplicate=false;c.sort(u);if(hasDuplicate){for(var i=1;i<c.length;i++){if(c[i]===c[i-1]){c.splice(i--,1)}}}}}return c};o.matches=function(a,b){return o(a,null,null,b)};o.find=function(a,b,c){var d,match;if(!a){return[]}for(var i=0,l=p.order.length;i<l;i++){var e=p.order[i],match;if((match=p.match[e].exec(a))){var f=RegExp.leftContext;if(f.substr(f.length-1)!=="\\"){match[1]=(match[1]||"").replace(/\\/g,"");d=p.find[e](match,b,c);if(d!=null){a=a.replace(p.match[e],"");break}}}}if(!d){d=b.getElementsByTagName("*")}return{set:d,expr:a}};o.filter=function(a,b,c,d){var e=a,result=[],curLoop=b,match,anyFound,isXMLFilter=b&&b[0]&&w(b[0]);while(a&&b.length){for(var f in p.filter){if((match=p.match[f].exec(a))!=null){var g=p.filter[f],found,item;anyFound=false;if(curLoop==result){result=[]}if(p.preFilter[f]){match=p.preFilter[f](match,curLoop,c,result,d,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=g(item,match,i,curLoop);var h=d^!!found;if(c&&found!=null){if(h){anyFound=true}else{curLoop[i]=false}}else if(h){result.push(item);anyFound=true}}}}if(found!==undefined){if(!c){curLoop=result}a=a.replace(p.match[f],"");if(!anyFound){return[]}break}}}if(a==e){if(anyFound==null){throw"Syntax error, unrecognized expression: "+a;}else{break}}e=a}return curLoop};var p=o.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|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")}},relative:{"+":function(a,b,c){var d=typeof b==="string",isTag=d&&!/\W/.test(b),isPartStrNotTag=d&&!isTag;if(isTag&&!c){b=b.toUpperCase()}for(var i=0,l=a.length,elem;i<l;i++){if((elem=a[i])){while((elem=elem.previousSibling)&&elem.nodeType!==1){}a[i]=isPartStrNotTag||elem&&elem.nodeName===b?elem||false:elem===b}}if(isPartStrNotTag){o.filter(b,a,true)}},">":function(a,b,c){var d=typeof b==="string";if(d&&!/\W/.test(b)){b=c?b:b.toUpperCase();for(var i=0,l=a.length;i<l;i++){var e=a[i];if(e){var f=e.parentNode;a[i]=f.nodeName===b?f:false}}}else{for(var i=0,l=a.length;i<l;i++){var e=a[i];if(e){a[i]=d?e.parentNode:e.parentNode===b}}if(d){o.filter(b,a,true)}}},"":function(a,b,c){var d=done++,checkFn=dirCheck;if(!b.match(/\W/)){var e=b=c?b:b.toUpperCase();checkFn=dirNodeCheck}checkFn("parentNode",b,d,a,e,c)},"~":function(a,b,c){var d=done++,checkFn=dirCheck;if(typeof b==="string"&&!b.match(/\W/)){var e=b=c?b:b.toUpperCase();checkFn=dirNodeCheck}checkFn("previousSibling",b,d,a,e,c)}},find:{ID:function(a,b,c){if(typeof b.getElementById!=="undefined"&&!c){var m=b.getElementById(a[1]);return m?[m]:[]}},NAME:function(a,b,c){if(typeof b.getElementsByName!=="undefined"){var d=[],results=b.getElementsByName(a[1]);for(var i=0,l=results.length;i<l;i++){if(results[i].getAttribute("name")===a[1]){d.push(results[i])}}return d.length===0?null:d}},TAG:function(a,b){return b.getElementsByTagName(a[1])}},preFilter:{CLASS:function(a,b,c,d,e,f){a=" "+a[1].replace(/\\/g,"")+" ";if(f){return a}for(var i=0,elem;(elem=b[i])!=null;i++){if(elem){if(e^(elem.className&&(" "+elem.className+" ").indexOf(a)>=0)){if(!c)d.push(elem)}else if(c){b[i]=false}}}return false},ID:function(a){return a[1].replace(/\\/g,"")},TAG:function(a,b){for(var i=0;b[i]===false;i++){}return b[i]&&w(b[i])?a[1]:a[1].toUpperCase()},CHILD:function(a){if(a[1]=="nth"){var b=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(a[2]=="even"&&"2n"||a[2]=="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=(b[1]+(b[2]||1))-0;a[3]=b[3]-0}a[0]=done++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1].replace(/\\/g,"");if(!f&&p.attrMap[g]){a[1]=p.attrMap[g]}if(a[2]==="~="){a[4]=" "+a[4]+" "}return a},PSEUDO:function(a,b,c,d,e){if(a[1]==="not"){if(a[3].match(k).length>1||/^\w/.test(a[3])){a[3]=o(a[3],null,null,b)}else{var f=o.filter(a[3],b,c,true^e);if(!c){d.push.apply(d,f)}return false}}else if(p.match.POS.test(a[0])||p.match.CHILD.test(a[0])){return true}return a},POS:function(a){a.unshift(true);return a}},filters:{enabled:function(a){return a.disabled===false&&a.type!=="hidden"},disabled:function(a){return a.disabled===true},checked:function(a){return a.checked===true},selected:function(a){a.parentNode.selectedIndex;return a.selected===true},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,i,b){return!!o(b[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){return"text"===a.type},radio:function(a){return"radio"===a.type},checkbox:function(a){return"checkbox"===a.type},file:function(a){return"file"===a.type},password:function(a){return"password"===a.type},submit:function(a){return"submit"===a.type},image:function(a){return"image"===a.type},reset:function(a){return"reset"===a.type},button:function(a){return"button"===a.type||a.nodeName.toUpperCase()==="BUTTON"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)}},setFilters:{first:function(a,i){return i===0},last:function(a,i,b,c){return i===c.length-1},even:function(a,i){return i%2===0},odd:function(a,i){return i%2===1},lt:function(a,i,b){return i<b[3]-0},gt:function(a,i,b){return i>b[3]-0},nth:function(a,i,b){return b[3]-0==i},eq:function(a,i,b){return b[3]-0==i}},filter:{PSEUDO:function(a,b,i,c){var d=b[1],filter=p.filters[d];if(filter){return filter(a,i,b,c)}else if(d==="contains"){return(a.textContent||a.innerText||"").indexOf(b[3])>=0}else if(d==="not"){var e=b[3];for(var i=0,l=e.length;i<l;i++){if(e[i]===a){return false}}return true}},CHILD:function(a,b){var c=b[1],node=a;switch(c){case'only':case'first':while(node=node.previousSibling){if(node.nodeType===1)return false}if(c=='first')return true;node=a;case'last':while(node=node.nextSibling){if(node.nodeType===1)return false}return true;case'nth':var d=b[2],last=b[3];if(d==1&&last==0){return true}var e=b[0],parent=a.parentNode;if(parent&&(parent.sizcache!==e||!a.nodeIndex)){var f=0;for(node=parent.firstChild;node;node=node.nextSibling){if(node.nodeType===1){node.nodeIndex=++f}}parent.sizcache=e}var g=a.nodeIndex-last;if(d==0){return g==0}else{return(g%d==0&&g/d>=0)}}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return(b==="*"&&a.nodeType===1)||a.nodeName===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],result=p.attrHandle[c]?p.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),value=result+"",s=b[2],check=b[4];return result==null?s==="!=":s==="="?value===check:s==="*="?value.indexOf(check)>=0:s==="~="?(" "+value+" ").indexOf(check)>=0:!check?value&&result!==false:s==="!="?value!=check:s==="^="?value.indexOf(check)===0:s==="$="?value.substr(value.length-check.length)===check:s==="|="?value===check||value.substr(0,check.length+1)===check+"-":false},POS:function(a,b,i,c){var d=b[2],filter=p.setFilters[d];if(filter){return filter(a,i,b,c)}}}};var q=p.match.POS;for(var s in p.match){p.match[s]=RegExp(p.match[s].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var t=function(a,b){a=Array.prototype.slice.call(a);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(e){t=function(a,b){var c=b||[];if(toString.call(a)==="[object Array]"){Array.prototype.push.apply(c,a)}else{if(typeof a.length==="number"){for(var i=0,l=a.length;i<l;i++){c.push(a[i])}}else{for(var i=0;a[i];i++){c.push(a[i])}}}return c}}var u;if(document.documentElement.compareDocumentPosition){u=function(a,b){var c=a.compareDocumentPosition(b)&4?-1:a===b?0:1;if(c===0){hasDuplicate=true}return c}}else if("sourceIndex"in document.documentElement){u=function(a,b){var c=a.sourceIndex-b.sourceIndex;if(c===0){hasDuplicate=true}return c}}else if(document.createRange){u=function(a,b){var c=a.ownerDocument.createRange(),bRange=b.ownerDocument.createRange();c.selectNode(a);c.collapse(true);bRange.selectNode(b);bRange.collapse(true);var d=c.compareBoundaryPoints(Range.START_TO_END,bRange);if(d===0){hasDuplicate=true}return d}}(function(){var d=document.createElement("form"),id="script"+(new Date).getTime();d.innerHTML="<input name='"+id+"'/>";var e=document.documentElement;e.insertBefore(d,e.firstChild);if(!!document.getElementById(id)){p.find.ID=function(a,b,c){if(typeof b.getElementById!=="undefined"&&!c){var m=b.getElementById(a[1]);return m?m.id===a[1]||typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id").nodeValue===a[1]?[m]:undefined:[]}};p.filter.ID=function(a,b){var c=typeof a.getAttributeNode!=="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}}e.removeChild(d)})();(function(){var e=document.createElement("div");e.appendChild(document.createComment(""));if(e.getElementsByTagName("*").length>0){p.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var i=0;c[i];i++){if(c[i].nodeType===1){d.push(c[i])}}c=d}return c}}e.innerHTML="<a href='#'></a>";if(e.firstChild&&typeof e.firstChild.getAttribute!=="undefined"&&e.firstChild.getAttribute("href")!=="#"){p.attrHandle.href=function(a){return a.getAttribute("href",2)}}})();if(document.querySelectorAll)(function(){var f=o,div=document.createElement("div");div.innerHTML="<p class='TEST'></p>";if(div.querySelectorAll&&div.querySelectorAll(".TEST").length===0){return}o=function(a,b,c,d){b=b||document;if(!d&&b.nodeType===9&&!w(b)){try{return t(b.querySelectorAll(a),c)}catch(e){}}return f(a,b,c,d)};o.find=f.find;o.filter=f.filter;o.selectors=f.selectors;o.matches=f.matches})();if(document.getElementsByClassName&&document.documentElement.getElementsByClassName)(function(){var d=document.createElement("div");d.innerHTML="<div class='test e'></div><div class='test'></div>";if(d.getElementsByClassName("e").length===0)return;d.lastChild.className="e";if(d.getElementsByClassName("e").length===1)return;p.order.splice(1,0,"CLASS");p.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!=="undefined"&&!c){return b.getElementsByClassName(a[1])}}})();function dirNodeCheck(a,b,c,d,e,f){var g=a=="previousSibling"&&!f;for(var i=0,l=d.length;i<l;i++){var h=d[i];if(h){if(g&&h.nodeType===1){h.sizcache=c;h.sizset=i}h=h[a];var j=false;while(h){if(h.sizcache===c){j=d[h.sizset];break}if(h.nodeType===1&&!f){h.sizcache=c;h.sizset=i}if(h.nodeName===b){j=h;break}h=h[a]}d[i]=j}}}function dirCheck(a,b,c,d,e,f){var g=a=="previousSibling"&&!f;for(var i=0,l=d.length;i<l;i++){var h=d[i];if(h){if(g&&h.nodeType===1){h.sizcache=c;h.sizset=i}h=h[a];var j=false;while(h){if(h.sizcache===c){j=d[h.sizset];break}if(h.nodeType===1){if(!f){h.sizcache=c;h.sizset=i}if(typeof b!=="string"){if(h===b){j=true;break}}else if(o.filter(b,[h]).length>0){j=h;break}}h=h[a]}d[i]=j}}}var v=document.compareDocumentPosition?function(a,b){return a.compareDocumentPosition(b)&16}:function(a,b){return a!==b&&(a.contains?a.contains(b):true)};var w=function(a){return a.nodeType===9&&a.documentElement.nodeName!=="HTML"||!!a.ownerDocument&&w(a.ownerDocument)};var x=function(a,b){var c=[],later="",match,root=b.nodeType?[b]:b;while((match=p.match.PSEUDO.exec(a))){later+=match[0];a=a.replace(p.match.PSEUDO,"")}a=p.relative[a]?a+"*":a;for(var i=0,l=root.length;i<l;i++){o(a,root[i],c)}return o.filter(later,c)};jQuery.find=o;jQuery.filter=o.filter;jQuery.expr=o.selectors;jQuery.expr[":"]=jQuery.expr.filters;o.selectors.filters.hidden=function(a){return a.offsetWidth===0||a.offsetHeight===0};o.selectors.filters.visible=function(a){return a.offsetWidth>0||a.offsetHeight>0};o.selectors.filters.animated=function(b){return jQuery.grep(jQuery.timers,function(a){return b===a.elem}).length};jQuery.multiFilter=function(a,b,c){if(c){a=":not("+a+")"}return o.matches(a,b)};jQuery.dir=function(a,b){var c=[],cur=a[b];while(cur&&cur!=document){if(cur.nodeType==1)c.push(cur);cur=cur[b]}return c};jQuery.nth=function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType==1&&++e==b)break;return a};jQuery.sibling=function(n,a){var r=[];for(;n;n=n.nextSibling){if(n.nodeType==1&&n!=a)r.push(n)}return r};return;y.Sizzle=o})();jQuery.event={add:function(e,f,g,h){if(e.nodeType==3||e.nodeType==8)return;if(e.setInterval&&e!=y)e=y;if(!g.guid)g.guid=this.guid++;if(h!==undefined){var i=g;g=this.proxy(i);g.data=h}var j=jQuery.data(e,"events")||jQuery.data(e,"events",{}),handle=jQuery.data(e,"handle")||jQuery.data(e,"handle",function(){return typeof jQuery!=="undefined"&&!jQuery.event.triggered?jQuery.event.handle.apply(arguments.callee.elem,arguments):undefined});handle.elem=e;jQuery.each(f.split(/\s+/),function(a,b){var c=b.split(".");b=c.shift();g.type=c.slice().sort().join(".");var d=j[b];if(jQuery.event.specialAll[b])jQuery.event.specialAll[b].setup.call(e,h,c);if(!d){d=j[b]={};if(!jQuery.event.special[b]||jQuery.event.special[b].setup.call(e,h,c)===false){if(e.addEventListener)e.addEventListener(b,handle,false);else if(e.attachEvent)e.attachEvent("on"+b,handle)}}d[g.guid]=g;jQuery.event.global[b]=true});e=null},guid:1,global:{},remove:function(f,g,h){if(f.nodeType==3||f.nodeType==8)return;var i=jQuery.data(f,"events"),ret,index;if(i){if(g===undefined||(typeof g==="string"&&g.charAt(0)=="."))for(var j in i)this.remove(f,j+(g||""));else{if(g.type){h=g.handler;g=g.type}jQuery.each(g.split(/\s+/),function(a,b){var c=b.split(".");b=c.shift();var d=RegExp("(^|\\.)"+c.slice().sort().join(".*\\.")+"(\\.|$)");if(i[b]){if(h)delete i[b][h.guid];else for(var e in i[b])if(d.test(i[b][e].type))delete i[b][e];if(jQuery.event.specialAll[b])jQuery.event.specialAll[b].teardown.call(f,c);for(ret in i[b])break;if(!ret){if(!jQuery.event.special[b]||jQuery.event.special[b].teardown.call(f,c)===false){if(f.removeEventListener)f.removeEventListener(b,jQuery.data(f,"handle"),false);else if(f.detachEvent)f.detachEvent("on"+b,jQuery.data(f,"handle"))}ret=null;delete i[b]}}})}for(ret in i)break;if(!ret){var k=jQuery.data(f,"handle");if(k)k.elem=null;jQuery.removeData(f,"events");jQuery.removeData(f,"handle")}}},trigger:function(a,b,c,d){var f=a.type||a;if(!d){a=typeof a==="object"?a[B]?a:jQuery.extend(jQuery.Event(f),a):jQuery.Event(f);if(f.indexOf("!")>=0){a.type=f=f.slice(0,-1);a.exclusive=true}if(!c){a.stopPropagation();if(this.global[f])jQuery.each(jQuery.cache,function(){if(this.events&&this.events[f])jQuery.event.trigger(a,b,this.handle.elem)})}if(!c||c.nodeType==3||c.nodeType==8)return undefined;a.result=undefined;a.target=c;b=jQuery.makeArray(b);b.unshift(a)}a.currentTarget=c;var g=jQuery.data(c,"handle");if(g)g.apply(c,b);if((!c[f]||(jQuery.nodeName(c,'a')&&f=="click"))&&c["on"+f]&&c["on"+f].apply(c,b)===false)a.result=false;if(!d&&c[f]&&!a.isDefaultPrevented()&&!(jQuery.nodeName(c,'a')&&f=="click")){this.triggered=true;try{c[f]()}catch(e){}}this.triggered=false;if(!a.isPropagationStopped()){var h=c.parentNode||c.ownerDocument;if(h)jQuery.event.trigger(a,b,h,true)}},handle:function(a){var b,handlers;a=arguments[0]=jQuery.event.fix(a||y.event);a.currentTarget=this;var c=a.type.split(".");a.type=c.shift();b=!c.length&&!a.exclusive;var d=RegExp("(^|\\.)"+c.slice().sort().join(".*\\.")+"(\\.|$)");handlers=(jQuery.data(this,"events")||{})[a.type];for(var j in handlers){var e=handlers[j];if(b||d.test(e.type)){a.handler=e;a.data=e.data;var f=e.apply(this,arguments);if(f!==undefined){a.result=f;if(f===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(a){if(a[B])return a;var b=a;a=jQuery.Event(b);for(var i=this.props.length,prop;i;){prop=this.props[--i];a[prop]=b[prop]}if(!a.target)a.target=a.srcElement||document;if(a.target.nodeType==3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement==a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){var c=document.documentElement,body=document.body;a.pageX=a.clientX+(c&&c.scrollLeft||body&&body.scrollLeft||0)-(c.clientLeft||0);a.pageY=a.clientY+(c&&c.scrollTop||body&&body.scrollTop||0)-(c.clientTop||0)}if(!a.which&&((a.charCode||a.charCode===0)?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button)a.which=(a.button&1?1:(a.button&2?3:(a.button&4?2:0)));return a},proxy:function(a,b){b=b||function(){return a.apply(this,arguments)};b.guid=a.guid=a.guid||b.guid||this.guid++;return b},special:{ready:{setup:bindReady,teardown:function(){}}},specialAll:{live:{setup:function(a,b){jQuery.event.add(this,b[0],liveHandler)},teardown:function(a){if(a.length){var b=0,name=RegExp("(^|\\.)"+a[0]+"(\\.|$)");jQuery.each((jQuery.data(this,"events").live||{}),function(){if(name.test(this.type))b++});if(b<1)jQuery.event.remove(this,a[0],liveHandler)}}}}};jQuery.Event=function(a){if(!this.preventDefault)return new jQuery.Event(a);if(a&&a.type){this.originalEvent=a;this.type=a.type}else this.type=a;this.timeStamp=now();this[B]=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();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 C=function(a){var b=a.relatedTarget;while(b&&b!=this)try{b=b.parentNode}catch(e){b=this}if(b!=this){a.type=a.data;jQuery.event.handle.apply(this,arguments)}};jQuery.each({mouseover:'mouseenter',mouseout:'mouseleave'},function(a,b){jQuery.event.special[b]={setup:function(){jQuery.event.add(this,a,C,b)},teardown:function(){jQuery.event.remove(this,a,C)}}});jQuery.fn.extend({bind:function(a,b,c){return a=="unload"?this.one(a,b,c):this.each(function(){jQuery.event.add(this,a,c||b,c&&b)})},one:function(b,c,d){var e=jQuery.event.proxy(d||c,function(a){jQuery(this).unbind(a,e);return(d||c).apply(this,arguments)});return this.each(function(){jQuery.event.add(this,b,e,d&&c)})},unbind:function(a,b){return this.each(function(){jQuery.event.remove(this,a,b)})},trigger:function(a,b){return this.each(function(){jQuery.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){var c=jQuery.Event(a);c.preventDefault();c.stopPropagation();jQuery.event.trigger(c,b,this[0]);return c.result}},toggle:function(b){var c=arguments,i=1;while(i<c.length)jQuery.event.proxy(b,c[i++]);return this.click(jQuery.event.proxy(b,function(a){this.lastToggle=(this.lastToggle||0)%i;a.preventDefault();return c[this.lastToggle++].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b)},ready:function(a){bindReady();if(jQuery.isReady)a.call(document,jQuery);else jQuery.readyList.push(a);return this},live:function(a,b){var c=jQuery.event.proxy(b);c.guid+=this.selector+a;jQuery(document).bind(liveConvert(a,this.selector),this.selector,c);return this},die:function(a,b){jQuery(document).unbind(liveConvert(a,this.selector),b?{guid:b.guid+this.selector+a}:null);return this}});function liveHandler(c){var d=RegExp("(^|\\.)"+c.type+"(\\.|$)"),stop=true,elems=[];jQuery.each(jQuery.data(this,"events").live||[],function(i,a){if(d.test(a.type)){var b=jQuery(c.target).closest(a.data)[0];if(b)elems.push({elem:b,fn:a})}});elems.sort(function(a,b){return jQuery.data(a.elem,"closest")-jQuery.data(b.elem,"closest")});jQuery.each(elems,function(){if(this.fn.call(this.elem,c,this.fn.data)===false)return(stop=false)});return stop}function liveConvert(a,b){return["live",a,b.replace(/\./g,"`").replace(/ /g,"|")].join(".")}jQuery.extend({isReady:false,readyList:[],ready:function(){if(!jQuery.isReady){jQuery.isReady=true;if(jQuery.readyList){jQuery.each(jQuery.readyList,function(){this.call(document,jQuery)});jQuery.readyList=null}jQuery(document).triggerHandler("ready")}}});var D=false;function bindReady(){if(D)return;D=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);jQuery.ready()},false)}else if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);jQuery.ready()}});if(document.documentElement.doScroll&&y==y.top)(function(){if(jQuery.isReady)return;try{document.documentElement.doScroll("left")}catch(error){setTimeout(arguments.callee,0);return}jQuery.ready()})()}jQuery.event.add(y,"load",jQuery.ready)}jQuery.each(("blur,focus,load,resize,scroll,unload,click,dblclick,"+"mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,"+"change,select,submit,keydown,keypress,keyup,error").split(","),function(i,b){jQuery.fn[b]=function(a){return a?this.bind(b,a):this.trigger(b)}});jQuery(y).bind('unload',function(){for(var a in jQuery.cache)if(a!=1&&jQuery.cache[a].handle)jQuery.event.remove(jQuery.cache[a].handle.elem)});(function(){jQuery.support={};var b=document.documentElement,script=document.createElement("script"),div=document.createElement("div"),id="script"+(new Date).getTime();div.style.display="none";div.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var c=div.getElementsByTagName("*"),a=div.getElementsByTagName("a")[0];if(!c||!c.length||!a){return}jQuery.support={leadingWhitespace:div.firstChild.nodeType==3,tbody:!div.getElementsByTagName("tbody").length,objectAll:!!div.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!div.getElementsByTagName("link").length,style:/red/.test(a.getAttribute("style")),hrefNormalized:a.getAttribute("href")==="/a",opacity:a.style.opacity==="0.5",cssFloat:!!a.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};script.type="text/javascript";try{script.appendChild(document.createTextNode("window."+id+"=1;"))}catch(e){}b.insertBefore(script,b.firstChild);if(y[id]){jQuery.support.scriptEval=true;delete y[id]}b.removeChild(script);if(div.attachEvent&&div.fireEvent){div.attachEvent("onclick",function(){jQuery.support.noCloneEvent=false;div.detachEvent("onclick",arguments.callee)});div.cloneNode(true).fireEvent("onclick")}jQuery(function(){var a=document.createElement("div");a.style.width=a.style.paddingLeft="1px";document.body.appendChild(a);jQuery.boxModel=jQuery.support.boxModel=a.offsetWidth===2;document.body.removeChild(a).style.display='none'})})();var E=jQuery.support.cssFloat?"cssFloat":"styleFloat";jQuery.props={"for":"htmlFor","class":"className","float":E,cssFloat:E,styleFloat:E,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};jQuery.fn.extend({_load:jQuery.fn.load,load:function(c,d,e){if(typeof c!=="string")return this._load(c);var f=c.indexOf(" ");if(f>=0){var g=c.slice(f,c.length);c=c.slice(0,f)}var h="GET";if(d)if(jQuery.isFunction(d)){e=d;d=null}else if(typeof d==="object"){d=jQuery.param(d);h="POST"}var i=this;jQuery.ajax({url:c,type:h,dataType:"html",data:d,complete:function(a,b){if(b=="success"||b=="notmodified")i.html(g?jQuery("<div/>").append(a.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(g):a.responseText);if(e)i.each(e,[a.responseText,b,a])}});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||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(i,b){var c=jQuery(this).val();return c==null?null:jQuery.isArray(c)?jQuery.map(c,function(a,i){return{name:b.name,value:a}}):{name:b.name,value:c}}).get()}});jQuery.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(i,o){jQuery.fn[o]=function(f){return this.bind(o,f)}});var F=now();jQuery.extend({get:function(a,b,c,d){if(jQuery.isFunction(b)){c=b;b=null}return jQuery.ajax({type:"GET",url:a,data:b,success:c,dataType:d})},getScript:function(a,b){return jQuery.get(a,null,b,"script")},getJSON:function(a,b,c){return jQuery.get(a,b,c,"json")},post:function(a,b,c,d){if(jQuery.isFunction(b)){c=b;b={}}return jQuery.ajax({type:"POST",url:a,data:b,success:c,dataType:d})},ajaxSetup:function(a){jQuery.extend(jQuery.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return y.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(s){s=jQuery.extend(true,s,jQuery.extend(true,{},jQuery.ajaxSettings,s));var c,jsre=/=\?(&|$)/g,status,data,type=s.type.toUpperCase();if(s.data&&s.processData&&typeof s.data!=="string")s.data=jQuery.param(s.data);if(s.dataType=="jsonp"){if(type=="GET"){if(!s.url.match(jsre))s.url+=(s.url.match(/\?/)?"&":"?")+(s.jsonp||"callback")+"=?"}else if(!s.data||!s.data.match(jsre))s.data=(s.data?s.data+"&":"")+(s.jsonp||"callback")+"=?";s.dataType="json"}if(s.dataType=="json"&&(s.data&&s.data.match(jsre)||s.url.match(jsre))){c="jsonp"+F++;if(s.data)s.data=(s.data+"").replace(jsre,"="+c+"$1");s.url=s.url.replace(jsre,"="+c+"$1");s.dataType="script";y[c]=function(a){data=a;success();complete();y[c]=undefined;try{delete y[c]}catch(e){}if(h)h.removeChild(i)}}if(s.dataType=="script"&&s.cache==null)s.cache=false;if(s.cache===false&&type=="GET"){var d=now();var f=s.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+d+"$2");s.url=f+((f==s.url)?(s.url.match(/\?/)?"&":"?")+"_="+d:"")}if(s.data&&type=="GET"){s.url+=(s.url.match(/\?/)?"&":"?")+s.data;s.data=null}if(s.global&&!jQuery.active++)jQuery.event.trigger("ajaxStart");var g=/^(\w+:)?\/\/([^\/?#]+)/.exec(s.url);if(s.dataType=="script"&&type=="GET"&&g&&(g[1]&&g[1]!=location.protocol||g[2]!=location.host)){var h=document.getElementsByTagName("head")[0];var i=document.createElement("script");i.src=s.url;if(s.scriptCharset)i.charset=s.scriptCharset;if(!c){var j=false;i.onload=i.onreadystatechange=function(){if(!j&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){j=true;success();complete();i.onload=i.onreadystatechange=null;h.removeChild(i)}}}h.appendChild(i);return undefined}var k=false;var l=s.xhr();if(s.username)l.open(type,s.url,s.async,s.username,s.password);else l.open(type,s.url,s.async);try{if(s.data)l.setRequestHeader("Content-Type",s.contentType);if(s.ifModified)l.setRequestHeader("If-Modified-Since",jQuery.lastModified[s.url]||"Thu, 01 Jan 1970 00:00:00 GMT");l.setRequestHeader("X-Requested-With","XMLHttpRequest");l.setRequestHeader("Accept",s.dataType&&s.accepts[s.dataType]?s.accepts[s.dataType]+", */*":s.accepts._default)}catch(e){}if(s.beforeSend&&s.beforeSend(l,s)===false){if(s.global&&!--jQuery.active)jQuery.event.trigger("ajaxStop");l.abort();return false}if(s.global)jQuery.event.trigger("ajaxSend",[l,s]);var m=function(a){if(l.readyState==0){if(n){clearInterval(n);n=null;if(s.global&&!--jQuery.active)jQuery.event.trigger("ajaxStop")}}else if(!k&&l&&(l.readyState==4||a=="timeout")){k=true;if(n){clearInterval(n);n=null}status=a=="timeout"?"timeout":!jQuery.httpSuccess(l)?"error":s.ifModified&&jQuery.httpNotModified(l,s.url)?"notmodified":"success";if(status=="success"){try{data=jQuery.httpData(l,s.dataType,s)}catch(e){status="parsererror"}}if(status=="success"){var b;try{b=l.getResponseHeader("Last-Modified")}catch(e){}if(s.ifModified&&b)jQuery.lastModified[s.url]=b;if(!c)success()}else jQuery.handleError(s,l,status);complete();if(a)l.abort();if(s.async)l=null}};if(s.async){var n=setInterval(m,13);if(s.timeout>0)setTimeout(function(){if(l&&!k)m("timeout")},s.timeout)}try{l.send(s.data)}catch(e){jQuery.handleError(s,l,null,e)}if(!s.async)m();function success(){if(s.success)s.success(data,status);if(s.global)jQuery.event.trigger("ajaxSuccess",[l,s])}function complete(){if(s.complete)s.complete(l,status);if(s.global)jQuery.event.trigger("ajaxComplete",[l,s]);if(s.global&&!--jQuery.active)jQuery.event.trigger("ajaxStop")}return l},handleError:function(s,a,b,e){if(s.error)s.error(a,b,e);if(s.global)jQuery.event.trigger("ajaxError",[a,s,e])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol=="file:"||(a.status>=200&&a.status<300)||a.status==304||a.status==1223}catch(e){}return false},httpNotModified:function(a,b){try{var c=a.getResponseHeader("Last-Modified");return a.status==304||c==jQuery.lastModified[b]}catch(e){}return false},httpData:function(a,b,s){var c=a.getResponseHeader("content-type"),xml=b=="xml"||!b&&c&&c.indexOf("xml")>=0,data=xml?a.responseXML:a.responseText;if(xml&&data.documentElement.tagName=="parsererror")throw"parsererror";if(s&&s.dataFilter)data=s.dataFilter(data,b);if(typeof data==="string"){if(b=="script")jQuery.globalEval(data);if(b=="json")data=y["eval"]("("+data+")")}return data},param:function(a){var s=[];function add(a,b){s[s.length]=encodeURIComponent(a)+'='+encodeURIComponent(b)};if(jQuery.isArray(a)||a.jquery)jQuery.each(a,function(){add(this.name,this.value)});else for(var j in a)if(jQuery.isArray(a[j]))jQuery.each(a[j],function(){add(j,this)});else add(j,jQuery.isFunction(a[j])?a[j]():a[j]);return s.join("&").replace(/%20/g,"+")}});var G={},timerId,fxAttrs=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function genFx(a,b){var c={};jQuery.each(fxAttrs.concat.apply([],fxAttrs.slice(0,b)),function(){c[this]=a});return c}jQuery.fn.extend({show:function(a,b){if(a){return this.animate(genFx("show",3),a,b)}else{for(var i=0,l=this.length;i<l;i++){var c=jQuery.data(this[i],"olddisplay");this[i].style.display=c||"";if(jQuery.css(this[i],"display")==="none"){var d=this[i].tagName,display;if(G[d]){display=G[d]}else{var e=jQuery("<"+d+" />").appendTo("body");display=e.css("display");if(display==="none")display="block";e.remove();G[d]=display}jQuery.data(this[i],"olddisplay",display)}}for(var i=0,l=this.length;i<l;i++){this[i].style.display=jQuery.data(this[i],"olddisplay")||""}return this}},hide:function(a,b){if(a){return this.animate(genFx("hide",3),a,b)}else{for(var i=0,l=this.length;i<l;i++){var c=jQuery.data(this[i],"olddisplay");if(!c&&c!=="none")jQuery.data(this[i],"olddisplay",jQuery.css(this[i],"display"))}for(var i=0,l=this.length;i<l;i++){this[i].style.display="none"}return this}},_toggle:jQuery.fn.toggle,toggle:function(b,c){var d=typeof b==="boolean";return jQuery.isFunction(b)&&jQuery.isFunction(c)?this._toggle.apply(this,arguments):b==null||d?this.each(function(){var a=d?b:jQuery(this).is(":hidden");jQuery(this)[a?"show":"hide"]()}):this.animate(genFx("toggle",3),b,c)},fadeTo:function(a,b,c){return this.animate({opacity:b},a,c)},animate:function(g,h,i,j){var k=jQuery.speed(h,i,j);return this[k.queue===false?"each":"queue"](function(){var f=jQuery.extend({},k),p,hidden=this.nodeType==1&&jQuery(this).is(":hidden"),self=this;for(p in g){if(g[p]=="hide"&&hidden||g[p]=="show"&&!hidden)return f.complete.call(this);if((p=="height"||p=="width")&&this.style){f.display=jQuery.css(this,"display");f.overflow=this.style.overflow}}if(f.overflow!=null)this.style.overflow="hidden";f.curAnim=jQuery.extend({},g);jQuery.each(g,function(a,b){var e=new jQuery.fx(self,f,a);if(/toggle|show|hide/.test(b))e[b=="toggle"?hidden?"show":"hide":b](g);else{var c=b.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),start=e.cur(true)||0;if(c){var d=parseFloat(c[2]),unit=c[3]||"px";if(unit!="px"){self.style[a]=(d||1)+unit;start=((d||1)/e.cur(true))*start;self.style[a]=start+unit}if(c[1])d=((c[1]=="-="?-1:1)*d)+start;e.custom(start,d,unit)}else e.custom(start,b,"")}});return true})},stop:function(a,b){var c=jQuery.timers;if(a)this.queue([]);this.each(function(){for(var i=c.length-1;i>=0;i--)if(c[i].elem==this){if(b)c[i](true);c.splice(i,1)}});if(!b)this.dequeue();return this}});jQuery.each({slideDown:genFx("show",1),slideUp:genFx("hide",1),slideToggle:genFx("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(c,d){jQuery.fn[c]=function(a,b){return this.animate(d,a,b)}});jQuery.extend({speed:function(a,b,c){var d=typeof a==="object"?a:{complete:c||!c&&b||jQuery.isFunction(a)&&a,duration:a,easing:c&&b||b&&!jQuery.isFunction(b)&&b};d.duration=jQuery.fx.off?0:typeof d.duration==="number"?d.duration:jQuery.fx.speeds[d.duration]||jQuery.fx.speeds._default;d.old=d.complete;d.complete=function(){if(d.queue!==false)jQuery(this).dequeue();if(jQuery.isFunction(d.old))d.old.call(this)};return d},easing:{linear:function(p,n,a,b){return a+b*p},swing:function(p,n,a,b){return((-Math.cos(p*Math.PI)/2)+0.5)*b+a}},timers:[],fx:function(a,b,c){this.options=b;this.elem=a;this.prop=c;if(!b.orig)b.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);if((this.prop=="height"||this.prop=="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var r=parseFloat(jQuery.css(this.elem,this.prop,a));return r&&r>-10000?r:parseFloat(jQuery.curCSS(this.elem,this.prop))||0},custom:function(b,c,d){this.startTime=now();this.start=b;this.end=c;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;var e=this;function t(a){return e.step(a)}t.elem=this.elem;if(t()&&jQuery.timers.push(t)&&!timerId){timerId=setInterval(function(){var a=jQuery.timers;for(var i=0;i<a.length;i++)if(!a[i]())a.splice(i--,1);if(!a.length){clearInterval(timerId);timerId=undefined}},13)}},show:function(){this.options.orig[this.prop]=jQuery.attr(this.elem.style,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.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var t=now();if(a||t>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var b=true;for(var i in this.options.curAnim)if(this.options.curAnim[i]!==true)b=false;if(b){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(jQuery.css(this.elem,"display")=="none")this.elem.style.display="block"}if(this.options.hide)jQuery(this.elem).hide();if(this.options.hide||this.options.show)for(var p in this.options.curAnim)jQuery.attr(this.elem.style,p,this.options.orig[p]);this.options.complete.call(this.elem)}return false}else{var n=t-this.startTime;this.state=n/this.options.duration;this.pos=jQuery.easing[this.options.easing||(jQuery.easing.swing?"swing":"linear")](this.state,n,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};jQuery.extend(jQuery.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){jQuery.attr(a.elem.style,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=a.now+a.unit;else a.elem[a.prop]=a.now}}});if(document.documentElement["getBoundingClientRect"])jQuery.fn.offset=function(){if(!this[0])return{top:0,left:0};if(this[0]===this[0].ownerDocument.body)return jQuery.offset.bodyOffset(this[0]);var a=this[0].getBoundingClientRect(),doc=this[0].ownerDocument,body=doc.body,docElem=doc.documentElement,clientTop=docElem.clientTop||body.clientTop||0,clientLeft=docElem.clientLeft||body.clientLeft||0,top=a.top+(self.pageYOffset||jQuery.boxModel&&docElem.scrollTop||body.scrollTop)-clientTop,left=a.left+(self.pageXOffset||jQuery.boxModel&&docElem.scrollLeft||body.scrollLeft)-clientLeft;return{top:top,left:left}};else jQuery.fn.offset=function(){if(!this[0])return{top:0,left:0};if(this[0]===this[0].ownerDocument.body)return jQuery.offset.bodyOffset(this[0]);jQuery.offset.initialized||jQuery.offset.initialize();var a=this[0],offsetParent=a.offsetParent,prevOffsetParent=a,doc=a.ownerDocument,computedStyle,docElem=doc.documentElement,body=doc.body,defaultView=doc.defaultView,prevComputedStyle=defaultView.getComputedStyle(a,null),top=a.offsetTop,left=a.offsetLeft;while((a=a.parentNode)&&a!==body&&a!==docElem){computedStyle=defaultView.getComputedStyle(a,null);top-=a.scrollTop,left-=a.scrollLeft;if(a===offsetParent){top+=a.offsetTop,left+=a.offsetLeft;if(jQuery.offset.doesNotAddBorder&&!(jQuery.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(a.tagName)))top+=parseInt(computedStyle.borderTopWidth,10)||0,left+=parseInt(computedStyle.borderLeftWidth,10)||0;prevOffsetParent=offsetParent,offsetParent=a.offsetParent}if(jQuery.offset.subtractsBorderForOverflowNotVisible&&computedStyle.overflow!=="visible")top+=parseInt(computedStyle.borderTopWidth,10)||0,left+=parseInt(computedStyle.borderLeftWidth,10)||0;prevComputedStyle=computedStyle}if(prevComputedStyle.position==="relative"||prevComputedStyle.position==="static")top+=body.offsetTop,left+=body.offsetLeft;if(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(){if(this.initialized)return;var a=document.body,container=document.createElement('div'),innerDiv,checkDiv,table,td,rules,prop,bodyMarginTop=a.style.marginTop,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>';rules={position:'absolute',top:0,left:0,margin:0,border:0,width:'1px',height:'1px',visibility:'hidden'};for(prop in rules)container.style[prop]=rules[prop];container.innerHTML=html;a.insertBefore(container,a.firstChild);innerDiv=container.firstChild,checkDiv=innerDiv.firstChild,td=innerDiv.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(checkDiv.offsetTop!==5);this.doesAddBorderForTableAndCells=(td.offsetTop===5);innerDiv.style.overflow='hidden',innerDiv.style.position='relative';this.subtractsBorderForOverflowNotVisible=(checkDiv.offsetTop===-5);a.style.marginTop='1px';this.doesNotIncludeMarginInBodyOffset=(a.offsetTop===0);a.style.marginTop=bodyMarginTop;a.removeChild(container);this.initialized=true},bodyOffset:function(a){jQuery.offset.initialized||jQuery.offset.initialize();var b=a.offsetTop,left=a.offsetLeft;if(jQuery.offset.doesNotIncludeMarginInBodyOffset)b+=parseInt(jQuery.curCSS(a,'marginTop',true),10)||0,left+=parseInt(jQuery.curCSS(a,'marginLeft',true),10)||0;return{top:b,left:left}}};jQuery.fn.extend({position:function(){var a=0,top=0,results;if(this[0]){var b=this.offsetParent(),offset=this.offset(),parentOffset=/^body|html$/i.test(b[0].tagName)?{top:0,left:0}:b.offset();offset.top-=num(this,'marginTop');offset.left-=num(this,'marginLeft');parentOffset.top+=num(b,'borderTopWidth');parentOffset.left+=num(b,'borderLeftWidth');results={top:offset.top-parentOffset.top,left:offset.left-parentOffset.left}}return results},offsetParent:function(){var a=this[0].offsetParent||document.body;while(a&&(!/^body|html$/i.test(a.tagName)&&jQuery.css(a,'position')=='static'))a=a.offsetParent;return jQuery(a)}});jQuery.each(['Left','Top'],function(i,b){var c='scroll'+b;jQuery.fn[c]=function(a){if(!this[0])return null;return a!==undefined?this.each(function(){this==y||this==document?y.scrollTo(!i?a:jQuery(y).scrollLeft(),i?a:jQuery(y).scrollTop()):this[c]=a}):this[0]==y||this[0]==document?self[i?'pageYOffset':'pageXOffset']||jQuery.boxModel&&document.documentElement[c]||document.body[c]:this[0][c]}});jQuery.each(["Height","Width"],function(i,b){var c=i?"Left":"Top",br=i?"Right":"Bottom",lower=b.toLowerCase();jQuery.fn["inner"+b]=function(){return this[0]?jQuery.css(this[0],lower,false,"padding"):null};jQuery.fn["outer"+b]=function(a){return this[0]?jQuery.css(this[0],lower,false,a?"margin":"border"):null};var d=b.toLowerCase();jQuery.fn[d]=function(a){return this[0]==y?document.compatMode=="CSS1Compat"&&document.documentElement["client"+b]||document.body["client"+b]:this[0]==document?Math.max(document.documentElement["client"+b],document.body["scroll"+b],document.documentElement["scroll"+b],document.body["offset"+b],document.documentElement["offset"+b]):a===undefined?(this.length?jQuery.css(this[0],d):null):this.css(d,typeof a==="string"?a:a+"px")}})})();
//ui-core-mini
;;jQuery.ui||(function($){var j=$.fn.remove;$.ui={version:"1.7.2",contains:function(a,b){return document.compareDocumentPosition?a.compareDocumentPosition(b)&16:a!==b&&a.contains(b)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};function getter(c,d,e,f){function getMethods(a){var b=$[c][d][a]||[];return(typeof b=='string'?b.split(/,?\s+/):b)}var g=getMethods('getter');if(f.length==1&&typeof f[0]=='string'){g=g.concat(getMethods('getterSetter'))}return($.inArray(e,g)!=-1)}$.widget=function(g,h){var i=g.split(".")[0];g=g.split(".")[1];$.fn[g]=function(b){var c=(typeof b=='string'),args=Array.prototype.slice.call(arguments,1);if(c&&b.substring(0,1)=='_'){return this}if(c&&getter(i,g,b,args)){var d=$.data(this[0],g);return(d?d[b].apply(d,args):undefined)}return this.each(function(){var a=$.data(this,g);(!a&&!c&&$.data(this,g,new $[i][g](this,b))._init());(a&&c&&$.isFunction(a[b])&&a[b].apply(a,args))})};$[i]=$[i]||{};$[i][g]=function(d,e){var f=this;this.namespace=i;this.widgetName=g;this.widgetEventPrefix=$[i][g].eventPrefix||g;this.widgetBaseClass=i+'-'+g;this.options=$.extend(true,{},$.widget.defaults,$[i][g].defaults,$.metadata&&$.metadata.get(d)[g],e);this.element=$(d).bind('setData.'+g,function(a,b,c){if(a.target==d){return f._setData(b,c)}}).bind('getData.'+g,function(a,b){if(a.target==d){return f._getData(b)}}).bind('remove',function(){return f.destroy()})};$[i][g].prototype=$.extend({},$.widget.prototype,h);$[i][g].getterSetter='option'};$.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+'-disabled'+' '+this.namespace+'-state-disabled').removeAttr('aria-disabled')},option:function(c,d){var e=c,self=this;if(typeof c=="string"){if(d===undefined){return this._getData(c)}e={};e[c]=d}$.each(e,function(a,b){self._setData(a,b)})},_getData:function(a){return this.options[a]},_setData:function(a,b){this.options[a]=b;if(a=='disabled'){this.element[b?'addClass':'removeClass'](this.widgetBaseClass+'-disabled'+' '+this.namespace+'-state-disabled').attr("aria-disabled",b)}},enable:function(){this._setData('disabled',false)},disable:function(){this._setData('disabled',true)},_trigger:function(a,b,c){var d=this.options[a],eventName=(a==this.widgetEventPrefix?a:this.widgetEventPrefix+a);b=$.Event(b);b.type=eventName;if(b.originalEvent){for(var i=$.event.props.length,prop;i;){prop=$.event.props[--i];b[prop]=b.originalEvent[prop]}}this.element.trigger(b,c);return!($.isFunction(d)&&d.call(this.element[0],b,c)===false||b.isDefaultPrevented())}};$.widget.defaults={disabled:false}})(jQuery);
//cufon-yui
; var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I-1]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.alt}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.alt=w;n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var b=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){b.width=r;b.height=m.convert(V.height)+"px"}else{b.paddingLeft=r;b.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,a,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var a=x[Z[l]]||V.missingGlyph;if(!a){continue}if(a.d){X.beginPath();if(a.code){c(a.code,X)}else{a.code=d("m"+a.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(b,G,Y,C,K,e,W){var n=(G===null);if(n){G=K.alt}var I=b.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(e,Y.get("fontSize"))+"px",b.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var g=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-b.ascent));R.left=Math.round(p.convert(U));g.height=p.convert(b.height)+"px";var F=Y.get("color");var i=Cufon.CSS.textTransform(G,Y).split("");var L=b.spacing(i,f(e,Y,p,"letterSpacing"),f(e,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var j=p.convert(x*P),X=Math.round(j);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=b.glyphs,S=0;var H=C.textShadow;var bc=-1,aa=0,w;while(w=i[++bc]){var D=o[i[bc]]||b.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var bd=v.style;bd.width=X;bd.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}g.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(e,E)-parseFloat(g.height))}if(Q){g.marginTop=Math.ceil(Q)+"px";g.marginBottom=Q+"px"}}return y}})());

//times-400-font
;Cufon.registerFont({"w":162,"face":{"font-family":"Times","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","cap-height":"32","bbox":"-168 -379.314 484 201","underline-thickness":"14.04","underline-position":"-28.44","unicode-range":"U+0020-U+25CA"},"glyphs":{" ":{"w":108},"\u00a0":{"w":108},"\"":{"d":"40,-294v-9,13,0,34,1,52v-7,13,-23,18,-23,38r12,5r23,-28v1,-25,9,-60,-13,-67xm87,-267v0,30,1,60,-8,81v7,6,14,4,20,-2r7,-43r-10,-33","w":124},"#":{"d":"252,-225v9,-2,10,4,12,9r-38,51r0,9r72,-7r35,-59r13,-3v7,24,-16,41,-23,62v15,-1,26,2,34,8v-4,8,0,24,-15,21v-4,-20,-29,-15,-44,-5r-46,66r54,3r3,14v-13,1,-28,5,-37,-2r-38,8v-28,36,-61,68,-85,108v0,12,6,27,-5,31r-12,-9r4,-26r67,-95r-81,24v-6,11,-17,16,-20,30v9,-1,15,1,15,8v-8,10,-29,29,-40,11r16,-40r-81,17r-12,-5r6,-11r110,-28r69,-93r0,-6v-34,0,-68,5,-102,15v-7,7,-14,17,-24,7r4,-13v43,-17,87,-26,134,-26xm207,-134r-63,86r4,6r80,-25r55,-76v-22,-9,-51,7,-76,9","w":350},"$":{"d":"258,-289r-19,39v5,9,18,15,13,28r-27,-2v-12,29,-32,49,-39,83v25,27,58,47,72,85r-3,21v-37,46,-87,64,-164,65r-8,24v7,5,16,7,16,19r-15,7r-17,-10r0,-48v-35,-7,-66,-21,-92,-45r0,-12r10,-2r45,35r48,11r82,-143r-2,-9v-26,-17,-36,-34,-30,-64v21,-18,57,-20,84,-32r35,-54xm99,9r2,8v53,2,115,-23,140,-64v-9,-34,-30,-65,-67,-78xm205,-216v-22,-8,-48,10,-64,22v4,17,15,26,25,37r9,-5","w":258},"%":{"d":"288,-291r-1,10v-63,63,-118,133,-164,210v-56,47,-103,101,-140,164v4,8,10,2,15,-2v7,19,-12,22,-20,32v-15,1,-23,-11,-16,-24v36,-68,88,-126,148,-177v45,-81,101,-153,167,-216xm193,-30r18,23v-8,34,-27,60,-71,62v-18,-9,-18,-37,-10,-56v21,-9,30,-31,63,-29xm138,-218r18,28r-5,25r-35,20r-23,-6r-16,-24r7,-24v16,-9,27,-26,54,-19xm143,10r11,24v19,-9,37,-17,40,-42r-13,-7xm134,-201v-21,-9,-32,9,-40,23r16,15v14,-2,22,-10,29,-19","w":268},"&":{"d":"153,-9v-57,22,-118,14,-153,-32r4,-15r57,-54v-26,-37,-32,-74,-12,-116r18,-10v39,3,65,27,55,69r-37,53r0,14r63,67v19,6,38,-1,57,-4v1,19,-19,17,-28,26v22,7,41,18,56,35r-4,8xm20,-47r15,16v29,9,60,11,95,6r0,-6r-59,-65xm53,-199r1,37r19,35v17,-13,25,-34,35,-54r-5,-20v-12,-6,-18,-19,-38,-17","w":206},"'":{"d":"41,-289v-8,-4,-16,-10,-20,0v7,25,3,49,-3,73v8,3,16,9,20,0v5,-20,7,-49,3,-73","w":60},"(":{"d":"195,-251v6,2,20,-1,16,9r-39,22v-63,60,-110,132,-139,213v-5,44,9,68,45,87r51,7v4,12,-8,13,-20,13v-46,0,-83,-35,-91,-82r9,-53v35,-80,85,-149,149,-207","w":217},")":{"d":"100,-270v56,49,73,118,82,206v10,96,-79,155,-161,175r-16,0r2,-10v63,-12,120,-40,149,-97v43,-83,-11,-182,-47,-242v-7,-11,-16,-20,-31,-23v3,-8,10,-12,22,-9","w":195},"*":{"d":"70,-166v-9,15,-11,38,-33,41v-5,-17,13,-25,16,-40v-10,4,-15,14,-31,12v-5,-21,20,-12,29,-26r9,-6v-20,1,-32,-5,-42,-17v4,-18,23,2,33,2v-6,-13,-8,-27,-4,-42v7,-3,12,-3,15,4v-8,14,-2,34,9,39v11,-15,13,-37,26,-50v17,6,0,27,-4,38v12,-6,19,-23,37,-17v-6,13,-19,19,-29,27r25,-2r3,13v-17,3,-41,-2,-50,8v9,13,18,33,11,50v-15,-3,-10,-25,-20,-34","w":147},"+":{"d":"167,-168v1,36,-8,70,-26,103v30,12,69,-16,95,0r-3,18v-32,-2,-77,-10,-100,6r-24,119v-5,7,-8,19,-20,13r0,-10v19,-38,28,-79,28,-124v-32,-2,-77,10,-99,-5r6,-11r95,-2r8,-12v2,-35,10,-68,27,-99","w":253},",":{"d":"40,-50r8,45r-30,41v15,7,23,-10,35,-15r13,-40r-11,-25","w":83},"-":{"d":"20,-69v51,12,112,12,164,-3r16,8r-6,15v-52,-3,-115,5,-168,-4v-6,-3,-10,-8,-6,-16","w":218},"\u2010":{"d":"20,-69v51,12,112,12,164,-3r16,8r-6,15v-52,-3,-115,5,-168,-4v-6,-3,-10,-8,-6,-16","w":218},".":{"d":"57,-15v7,-21,-19,-27,-30,-15v-6,11,-12,21,-3,32v16,3,22,-12,33,-17","w":75},"\/":{"d":"287,-305r-1,15v-65,65,-118,137,-160,219r-89,111v-6,10,-5,18,4,24v-8,15,-22,39,-41,30r4,-18v36,-79,86,-150,151,-211v36,-63,75,-122,121,-175","w":286},"0":{"d":"90,-180v33,5,55,23,56,62v3,55,-41,108,-98,121v-32,7,-38,-21,-46,-45v3,-56,33,-118,75,-150xm73,-170v-22,36,-45,71,-57,117r4,26r18,17v51,-7,85,-45,96,-97v6,-30,-21,-69,-52,-53","w":159},"1":{"d":"103,-189v-16,50,-41,91,-50,148v4,13,15,28,2,37r-20,-13v-2,-46,10,-89,34,-131r-55,36r-14,-2r4,-11v34,-18,63,-41,89,-69","w":102},"2":{"d":"168,2v-47,-10,-100,-7,-148,3r-20,-9r9,-18r119,-97v6,-13,19,-25,8,-39v-24,0,-41,9,-50,29r-8,0v-2,-29,27,-30,44,-43v38,-8,43,30,26,51v-35,41,-74,77,-118,108v48,0,106,-13,141,6","w":171},"3":{"d":"106,-189v11,14,29,21,36,39v2,38,-35,58,-75,61v3,27,26,33,24,64v-15,29,-65,34,-91,9r4,-12v22,23,60,19,69,-9r-33,-52r1,-10v42,5,71,-11,85,-43v-13,-40,-64,-51,-92,-23v-4,-4,-7,-9,-4,-17r25,-15","w":141},"4":{"d":"112,-74v-22,5,-44,7,-70,7r-6,-7v9,-31,27,-58,53,-80r21,-42v9,1,7,9,5,17v-16,34,-35,64,-59,90r0,9r64,-11r32,-57v5,-4,11,-2,17,0v-8,21,-31,35,-23,62v-30,12,-31,52,-36,89v-24,-14,-2,-53,2,-77","w":169},"5":{"d":"257,-154r-2,8v-43,10,-87,14,-131,15v-17,10,-38,16,-48,33v33,6,50,22,53,47v-16,28,-36,54,-83,52v-5,-4,-14,-6,-10,-16v35,15,62,-11,77,-36v2,-36,-64,-19,-51,-58v51,-48,114,-59,195,-45","w":257},"6":{"d":"64,-91v44,37,-3,102,-57,90v-5,-11,-15,-16,-13,-34v31,-60,74,-112,127,-154v3,2,9,1,8,7v-32,25,-60,54,-82,89xm55,-80v-7,9,-16,17,-11,34v-13,4,-13,-12,-15,-22v-9,15,-35,41,-12,58r35,-14v12,-11,29,-36,10,-54","w":175},"7":{"d":"129,-156v-7,39,-31,62,-47,92v10,8,32,-1,44,-3r0,4v-17,13,-42,7,-57,17v-30,38,-50,80,-61,127v-6,-2,-8,-6,-7,-15v10,-40,29,-77,57,-110r-1,-4r-29,2r-2,-9r41,-4r50,-83r-1,-5v-20,-1,-44,14,-65,4v-2,-16,19,-5,29,-6v16,-3,32,-14,49,-7","w":203},"8":{"d":"158,-183v8,19,15,38,7,61v-13,12,-28,22,-50,24r-5,-10v24,-1,40,-11,48,-30v-5,-13,-1,-35,-17,-37v-39,36,-60,83,-65,138v-13,19,-48,54,-72,25v-3,-44,41,-76,82,-89v7,-37,25,-66,56,-87xm30,-50v-6,11,-24,32,-5,40v35,-11,53,-36,55,-74r-5,-4","w":216},"9":{"d":"112,-172v19,0,26,16,20,33v7,-3,12,-13,20,-8v-4,16,-16,24,-28,32v-21,29,-38,61,-53,95r-26,22v-18,-4,-44,-9,-40,-29v11,-2,11,7,15,12v36,19,50,-24,62,-43v9,-14,16,-30,22,-46v-24,8,-50,0,-42,-30v11,-18,30,-28,50,-38xm114,-162v-19,11,-42,17,-43,45v16,15,50,2,58,-18v-11,-2,0,-27,-15,-27","w":222},":":{"d":"67,-13v13,-31,-24,-50,-45,-31v-4,17,-4,32,6,43r20,4xm94,-156v-21,-5,-32,13,-48,19v-3,16,-3,34,18,30r27,-18v3,-11,12,-23,3,-31","w":109},";":{"d":"87,-125v13,0,20,6,26,13v-2,21,-6,47,-29,40v-16,-16,-20,-42,3,-53xm88,-28r-2,11v-21,25,-44,48,-70,68r-11,-2r0,-8v27,-20,51,-44,71,-73","w":120},"<":{"d":"233,-195v17,-6,23,7,14,18r-32,5v-65,25,-125,60,-179,105r12,13r102,36v7,9,20,15,14,32v-21,3,-25,-10,-34,-18r-95,-37r-17,-20r10,-24v62,-47,130,-86,205,-110","w":271},"=":{"d":"28,-26v45,-13,114,-11,164,-5v8,4,15,9,7,17v-58,0,-121,-21,-166,6r-15,-4xm170,-109v7,9,22,17,10,29r-35,-17r-110,-12r3,-11","w":221},">":{"d":"232,-74v1,12,-2,19,-7,25v-73,19,-141,28,-187,79r-2,22v-22,2,-17,-18,-12,-32v52,-47,115,-75,187,-86v-45,-44,-100,-71,-165,-83v-7,-3,-4,-11,-2,-18v70,14,133,46,188,93","w":250},"?":{"d":"125,-250r23,25r-4,24v-31,63,-72,121,-122,171v-4,18,-6,36,1,52v-12,13,-19,-13,-23,-21v6,-58,36,-105,90,-142r40,-67r-2,-17v-29,-22,-56,-22,-82,3r-12,-4v2,-38,57,-29,91,-24xm40,49v-7,12,-28,29,-37,7r6,-14","w":147},"@":{"d":"264,-338v79,-35,150,33,163,110v11,68,-75,102,-127,129v-19,0,-32,-5,-30,-27r30,-51v-36,20,-74,31,-114,32v-12,-8,-27,-15,-28,-34v27,-40,60,-70,122,-71v13,12,30,22,34,43v10,-5,20,-12,32,-5r-1,10r-53,66r-3,18r14,2v44,-18,79,-47,105,-88r3,-30v-26,-69,-91,-126,-169,-77v-78,50,-147,108,-199,185v-29,42,-37,85,-15,133v30,36,68,49,121,44v64,-6,129,-11,192,-25r-4,9v-68,27,-134,32,-216,32v-45,0,-80,-17,-107,-53r-14,-44v1,-49,18,-92,49,-132v58,-76,128,-137,215,-176xm215,-216r-38,33r3,14v39,18,90,-16,122,-32v-7,-24,-22,-35,-45,-33","w":425},"A":{"d":"153,-274v13,2,21,10,21,26v2,50,-15,94,-31,141r14,0r5,12v-57,5,-55,73,-62,130r-12,-5v-7,-43,28,-71,24,-111r-67,17r-28,62v-8,4,-14,4,-17,-4v31,-79,66,-152,103,-226v10,-20,29,-32,50,-42xm106,-199r-51,108r4,4r66,-16v19,-47,37,-91,32,-147r-8,-5","w":173},"B":{"d":"175,-121v54,82,-62,143,-160,112r-18,37r-9,-7v4,-18,19,-34,14,-55v39,-45,54,-115,81,-172v0,-7,2,-16,-5,-16r-30,38r-7,0r0,-18r35,-37v37,-21,98,-31,115,19r-8,34r-41,41xm41,-24v51,13,95,4,126,-34v7,-16,9,-32,1,-48v-24,-26,-53,-29,-82,-9r-10,-5v-12,27,-27,53,-48,78xm125,-242v-18,2,-32,8,-42,19r17,6v-2,32,-9,59,-19,85v40,-11,71,-34,92,-70r-10,-30","w":190},"C":{"d":"17,-146v39,-49,81,-91,145,-105v22,-5,38,28,26,50r-13,0r-1,-24r-17,-9v-57,18,-102,55,-134,109r-3,50r28,36v56,28,112,28,168,0r7,4r-22,20v-81,32,-198,9,-201,-84","w":222},"D":{"d":"31,-290v68,24,125,60,172,110r19,35r-5,40v-39,56,-96,91,-171,105r-29,-5r-17,-22r6,-31v9,-4,18,-9,22,2v-10,8,-21,25,-6,37r10,0v29,-67,66,-131,112,-189v-36,-32,-69,-63,-130,-66v-13,-14,4,-18,17,-16xm148,-189r-97,165r3,5v65,-14,123,-45,151,-103v3,-33,-13,-58,-46,-76","w":222},"E":{"d":"179,-245v14,-2,26,0,31,8r-11,22v-7,-2,-13,-5,-13,-14v-37,1,-71,12,-102,34r-19,61r78,-10v6,2,7,10,6,19v-37,-3,-65,3,-92,12r-27,56r11,15v37,-12,74,-19,112,-18r3,11v-41,17,-82,25,-126,25r-9,-7r-27,52r-11,-6r73,-171r0,-9v-17,5,-14,-15,-9,-26v39,-28,83,-47,132,-54xm57,-141v-1,2,1,2,3,2","w":181},"F":{"d":"194,-256v15,-1,31,1,24,16v-50,-1,-86,8,-124,33r-18,60v36,-5,69,-25,108,-18r4,12v-43,1,-85,11,-124,30v-27,38,-47,79,-59,123r-14,-8v5,-53,44,-71,50,-123v19,-13,29,-33,31,-58r-12,-8v2,-14,12,-21,20,-29","w":180},"G":{"d":"225,-247v24,-7,32,11,45,19r-6,8v-37,-24,-68,-14,-102,16v-48,42,-143,74,-138,154r12,20v50,21,120,13,173,-5r2,-7v-26,-15,-50,-20,-81,-12r-9,-8r8,-12r65,7v14,9,33,13,43,26r-6,16v-69,21,-159,44,-214,-3v-20,-48,3,-90,45,-123v51,-39,102,-79,163,-96","w":251},"H":{"d":"99,-143v68,37,123,-46,141,-98r16,0v-10,37,-30,68,-53,94v-18,32,-31,65,-40,99v3,9,8,18,3,27r-15,-4v-8,-42,16,-70,24,-105r-45,16r-45,-14r-71,128v-26,-6,-2,-30,8,-42r47,-89r0,-26r24,-18v21,-34,35,-70,45,-108r13,7v-7,51,-37,79,-54,121","w":244},"I":{"d":"174,-202v-7,64,-30,124,-70,178v36,8,75,-30,111,-9v-6,10,-14,11,-32,11v-31,0,-60,8,-88,26r-13,28r-12,-5r-1,-16v-20,2,-42,14,-60,6r6,-13v25,-1,49,-8,71,-20v36,-58,58,-121,70,-188v5,-9,12,-3,18,2xm267,-281v12,-3,17,4,22,10r-13,16r-15,-7v-79,19,-151,52,-214,101r-11,-7r16,-18v66,-43,137,-76,215,-95","w":235},"J":{"d":"156,-241v-61,97,-98,205,-96,354r-12,30r-37,21v-69,-4,-128,-29,-179,-77v1,-7,5,-11,15,-9v46,44,101,68,162,71r21,-13v6,-18,19,-29,18,-54v0,-107,25,-208,75,-304r-69,10r-33,-13r-12,-19r12,-5v34,38,93,22,122,-6v7,2,16,2,13,14","w":151},"K":{"d":"69,-133v35,-50,74,-94,122,-131v4,3,11,3,13,8v0,25,-10,45,-28,62r-9,-5r16,-34r-4,-2v-73,70,-133,150,-179,241r-12,-8v7,-48,26,-92,57,-132r55,-152r12,4v-2,52,-16,102,-43,149xm91,-91r41,93r-1,11v-14,2,-16,-7,-21,-13r-36,-86r3,-17","w":188},"L":{"d":"117,-258v10,0,10,10,11,19v-25,74,-58,144,-98,211v23,-7,46,-15,76,-10r32,32r-4,15r-13,-2v-13,-50,-66,-28,-97,-11r-20,-4r2,-16v51,-70,88,-148,111,-234","w":150},"M":{"d":"126,-238r2,14v-22,27,-30,50,-16,83v59,24,85,-55,116,-87r14,2r0,12v-35,49,-89,101,-96,169r13,10r-5,13r-18,-3r-6,-18v6,-33,17,-64,36,-91v-13,8,-28,15,-49,15r-28,-22v-35,42,-61,89,-77,141v-7,0,-10,-5,-12,-11v15,-61,45,-116,89,-166r2,-47r18,-2v4,-7,5,-16,17,-12","w":222},"N":{"d":"247,-219v1,12,4,23,4,37v-15,9,-12,-11,-26,-11v-27,35,-49,75,-66,117r-34,37r-12,-8r0,-91r-6,-4v-28,52,-62,99,-103,142r-13,-5r2,-10v46,-47,84,-98,114,-156r-2,-14r-15,6r10,-37r12,-2r9,25r14,5v-14,30,-8,71,-5,110r8,2v24,-31,42,-64,56,-100r40,-48xm90,-175v-3,4,0,13,-8,12v2,-5,-1,-14,8,-12","w":222},"O":{"d":"43,-120v-10,-59,47,-85,100,-92v41,-5,71,38,71,83v0,71,-66,104,-134,121r-54,-4v-6,-11,-19,-15,-20,-31v0,-30,12,-55,37,-77xm74,-134v-9,8,-13,18,-6,31r-23,4r-25,46r8,23v57,18,109,-9,151,-45v8,-17,24,-25,23,-51v-1,-35,-18,-73,-66,-69v-39,4,-67,24,-81,59","w":220},"P":{"d":"136,-122v52,-15,96,-43,96,-104v0,-29,-13,-53,-38,-72r-26,6v-63,71,-105,152,-128,246r-8,2v21,-90,58,-174,114,-247v11,-15,29,-25,57,-20v64,40,54,146,-14,183r-41,19r-46,-5r-92,160r-10,-3r20,-60v41,-46,73,-97,98,-154r12,-5v10,19,-10,32,-16,48","w":209},"Q":{"d":"156,-233v36,2,47,34,46,76v0,47,-20,84,-60,112r32,32r-5,13v-21,-4,-28,-22,-41,-33v-27,9,-47,29,-78,29v-27,0,-42,-15,-44,-47v10,-23,18,-46,16,-79v20,-23,34,-48,45,-77v8,-7,14,-17,30,-17r5,10v-8,7,-21,9,-24,21r7,0v20,-20,44,-33,71,-40xm44,-98v-21,10,-22,40,-18,68r15,11v34,-1,53,-17,76,-29v-12,-22,-22,-53,-11,-74r11,5v5,20,1,50,19,57r33,-34r20,-47r-8,-61v-8,-7,-13,-19,-31,-14v-56,15,-92,52,-110,104","w":209},"R":{"d":"139,-251v9,18,25,29,26,54v3,43,-35,74,-71,90r51,110r-4,15r-16,-8r-55,-122v-32,30,-53,67,-63,107v-4,6,-9,6,-16,2r4,-14v43,-58,77,-121,104,-189v-12,-28,9,-59,40,-45xm110,-229v7,3,13,7,11,19r-43,79r4,8v40,-3,81,-52,59,-98r-22,-17","w":170},"S":{"d":"118,-222v15,4,37,1,34,23r-30,-8v-10,8,-27,10,-28,27r48,49v6,19,18,32,20,55v8,61,-79,94,-128,57r-20,1v-6,-11,-19,-20,-10,-34r10,0v32,33,63,42,108,24v25,-24,30,-51,14,-83r-63,-69r7,-19","w":161},"T":{"d":"213,-218v22,-3,53,0,40,22v-41,-9,-81,-6,-120,6v-33,58,-57,119,-75,182v-6,6,-12,10,-20,3v5,-43,22,-82,51,-117r18,-60v-38,8,-80,12,-111,27r-15,19v-6,-4,-18,-2,-16,-15v67,-53,152,-56,248,-67","w":183},"U":{"d":"75,-193v8,0,13,4,14,11v-42,43,-66,97,-72,159r9,9v62,-9,110,-58,130,-119v8,-7,14,-19,25,-9r-9,28v-26,26,-39,56,-40,92v6,7,15,12,10,25v-26,4,-25,-20,-26,-44v-25,18,-49,36,-84,44v-17,-2,-25,-12,-32,-23v7,-66,32,-124,75,-173","w":181},"V":{"d":"189,-202v16,-1,20,13,12,23r-18,0v-38,29,-68,66,-90,109r-71,73r-16,-5v-6,-53,-10,-105,8,-152r12,6v-5,40,-9,81,-6,123r6,2v45,-37,81,-81,110,-131","w":171},"W":{"d":"214,-199v15,0,16,14,15,30r-17,8r-52,120v-17,14,-26,50,-56,41v-14,-18,-18,-46,-24,-73r-57,65r-14,1r-9,-23r22,-159r12,4v1,54,-6,102,-19,152r7,3v23,-22,41,-46,53,-75v8,-4,17,-7,20,3v0,32,4,60,14,82v12,7,18,-8,27,-13v33,-49,59,-103,78,-166","w":214},"X":{"d":"181,-202v7,3,16,4,12,16v-41,17,-76,43,-104,78v12,21,23,43,45,54r2,13r-19,2v-13,-18,-23,-39,-44,-49v-40,22,-60,46,-55,88v-30,-2,-9,-35,-3,-53r48,-49r-4,-14v-26,-21,-37,-44,-31,-78r12,0r13,49v10,8,11,24,27,25v29,-35,62,-62,101,-82","w":172},"Y":{"d":"30,-214v13,53,22,106,18,164r8,-6v14,-59,42,-109,83,-148v13,-1,22,5,17,16r-12,2v-39,48,-68,103,-88,163r11,24r-19,2v-36,47,-54,99,-53,157v-5,8,-13,-2,-20,-4v8,-61,28,-118,61,-171v7,-70,-3,-131,-24,-193r5,-12","w":158},"Z":{"d":"14,0v34,-15,77,-22,123,-16v7,5,22,10,14,21v-22,3,-23,-10,-50,-10v-34,0,-67,8,-100,22v-6,-5,-19,-5,-15,-18v59,-58,128,-105,206,-142r23,-24v-4,-5,-9,-5,-19,-5v-38,0,-72,-11,-101,-32r5,-10v36,21,74,31,116,29r17,12r-3,14v-66,59,-138,111,-219,155","w":265},"[":{"d":"148,-209v32,-10,80,-40,104,-9r-4,10r-29,-5v-47,9,-90,26,-130,52v-12,83,-30,163,-55,242v40,-15,75,-20,120,-19r5,8r-19,10v-47,-1,-90,10,-132,32v-6,-1,-10,-4,-8,-13v50,-77,70,-146,67,-244v-9,7,-14,23,-29,15r0,-13v29,-29,68,-52,110,-66","w":252},"\\":{"d":"18,-151r187,205r-10,15r-15,-4v-33,-71,-84,-129,-154,-173v-7,-17,-29,-28,-24,-51","w":204},"]":{"d":"6,55v57,-24,147,-12,206,3r22,-4v-11,-114,10,-199,57,-295r-19,-5v-61,17,-125,22,-191,12r-4,-10v48,-15,95,-17,146,-7v30,-3,64,-20,90,-6v-1,34,-14,63,-31,95v-32,62,-44,143,-32,230v-54,22,-102,-13,-158,-13v-23,0,-45,3,-67,9r-10,14r-15,-10","w":312},"^":{"d":"104,-305v37,10,13,77,46,94r-6,15v-12,2,-18,-3,-22,-9v1,-26,-5,-51,-18,-74v-26,16,-47,37,-63,62v-9,2,-21,9,-23,-2v19,-38,51,-63,86,-86","w":168},"_":{"d":"268,3v-78,-22,-160,0,-246,-7v-7,-4,0,-12,2,-18v72,13,144,12,213,-3v15,0,33,-3,37,8","w":291},"`":{"d":"36,-330v-7,43,6,67,39,88v-1,11,-11,6,-20,4r-27,-22v-5,-26,-14,-52,-4,-76","w":92},"a":{"d":"118,-106v1,16,14,20,12,39r-30,44v27,9,53,-8,79,-12r-7,12r-55,21v-18,-4,-40,-3,-34,-31v-31,4,-36,34,-73,33v-9,-8,-11,-19,-6,-33v25,-37,57,-65,96,-83xm97,-98v-32,18,-52,48,-77,73r2,4v35,-11,60,-32,86,-52v-1,-11,-1,-23,-11,-25","w":166},"b":{"d":"214,-239v-54,48,-101,100,-145,157r4,4v19,-8,30,-29,57,-26v31,27,18,89,-27,104r-38,-4r-24,-23v-13,6,-25,19,-41,10r4,-14r89,-107r95,-101v8,-3,14,-11,26,-8r0,8xm117,-88v-22,15,-47,26,-62,47v0,16,15,18,23,26r31,-10v12,-16,38,-48,8,-63","w":166},"c":{"d":"46,-112v16,-10,50,-33,60,-6r-2,8r-27,-2v-38,15,-58,40,-60,77r21,18r73,-2v-3,22,-38,15,-62,20v-28,0,-49,-13,-49,-42v0,-32,16,-55,46,-71","w":110},"d":{"d":"231,-147r-6,16v-40,25,-64,59,-72,101v4,16,29,12,46,15v-8,21,-56,22,-61,-8r4,-39r-108,57r-24,3v-9,-6,-11,-16,-6,-29r42,-36v21,-7,33,-22,62,-21r22,16v35,-21,65,-47,89,-79xm106,-72v-40,0,-58,32,-86,47r3,4v32,-12,62,-25,88,-43","w":206},"e":{"d":"120,-112v5,7,12,11,10,24v-29,27,-63,44,-104,51r8,15v23,14,60,0,91,-1r0,10v-26,9,-69,22,-99,6v-7,-17,-32,-29,-22,-50r11,0v19,-36,51,-56,105,-55xm114,-93v-29,-7,-55,15,-73,30v29,-6,53,-15,73,-30","w":130},"f":{"d":"241,-249v9,0,14,3,16,9v-8,64,-77,87,-130,112r-59,69r2,6r51,16r4,10v-25,11,-43,-20,-75,-8r-31,38v-23,35,-46,69,-65,108v-14,-3,-3,-21,-2,-32v26,-48,46,-102,92,-130v11,-18,30,-30,37,-52v-28,2,-38,23,-68,23r-1,-11r99,-43v35,-48,78,-86,130,-115xm152,-156r54,-29r33,-40v-9,-9,-22,11,-33,14v-17,19,-40,33,-54,55","w":141},"g":{"d":"109,-156v16,0,17,15,25,23v-6,17,0,49,-28,42v-32,25,-55,57,-68,94v8,1,20,-2,19,8r-33,17r-58,121v-14,19,-20,48,-49,52r-10,-15v-2,-76,50,-146,111,-179v7,-17,19,-29,23,-49v-17,2,-24,-4,-32,-11v-5,-55,64,-78,100,-103xm-77,175v38,-34,54,-89,81,-134r-6,-5v-45,34,-72,75,-75,139xm59,-105r-33,40v37,15,50,-45,89,-48v3,-7,6,-26,-6,-25","w":120},"h":{"d":"169,-246r-132,189v14,9,22,-22,49,-14r28,36v9,0,24,-7,24,5v-8,8,-22,9,-38,8v-8,-12,-12,-29,-29,-32r-71,54v-6,-4,-12,-7,-10,-19v51,-81,107,-158,169,-231","w":137},"i":{"d":"46,-82r-32,35r-14,39r12,8v9,-27,24,-49,42,-67r3,-11xm73,-175v-13,19,17,39,26,19v-8,-7,-12,-18,-26,-19","w":70},"j":{"d":"47,-65v-22,73,-67,146,-138,180v-24,1,-29,-19,-20,-37r10,2r2,17r12,-2v59,-40,100,-96,122,-166xm75,-147v-1,7,-6,11,-16,9v-8,-9,-21,-16,-11,-29","w":55},"k":{"d":"111,-156r-103,125v-5,10,-14,29,4,31r61,-35v16,3,18,19,27,28v10,2,25,10,26,-4v-10,-12,-29,-16,-29,-39v18,-11,32,-26,57,-30v4,-6,6,-12,0,-18r-10,0r-114,70r84,-98r8,-23","w":159},"l":{"d":"104,-141r-5,18r-81,93v12,22,51,15,79,11r6,11v-35,3,-82,17,-103,-7r4,-24r91,-104","w":104},"m":{"d":"55,-90v25,5,0,28,-6,42v23,-12,33,-36,67,-37v6,25,-12,37,-19,55v22,-6,39,-24,66,-19v11,11,6,30,3,47r-12,-6r-5,-25v-23,5,-43,14,-61,29r-15,0r-6,-17v6,-13,27,-24,21,-38r-76,59r-12,-5r2,-14","w":171},"n":{"d":"43,-77r-9,34v23,-8,37,-27,68,-27v18,20,-5,45,-3,70v-26,-3,-25,-32,-5,-45r-3,-6r-74,34r-17,-5r31,-58","w":108},"o":{"d":"93,-91v31,46,-20,97,-81,94v-4,-5,-9,-9,-12,-15v0,-41,23,-69,69,-84xm88,-76v-42,-8,-51,34,-73,53r5,9v30,-2,54,-17,71,-43","w":104},"p":{"d":"91,-93r-36,25r-128,185r-4,15r12,6r102,-151r6,0r14,35r16,-2r37,-41v7,-23,7,-45,-2,-66xm51,-33r40,-41v22,19,-4,50,-13,67v-7,3,-16,15,-21,5v2,-13,5,-27,-6,-31","w":116},"q":{"d":"111,-119v29,4,6,36,3,55r-11,0r6,-32r-10,-3v-45,18,-68,47,-71,88r4,4v39,-3,69,-23,89,-59v6,-2,11,-2,15,2r-7,21v-53,42,-93,94,-119,156v1,10,5,22,-4,25r-15,-11r1,-16r57,-94v1,-10,-12,-4,-19,-4r-18,-14r2,-35r38,-50","w":136},"r":{"d":"144,-130r-4,40r-41,43v8,16,23,26,39,34r-2,13v-29,-4,-63,-22,-55,-56r44,-40r3,-18v-9,6,-20,11,-20,26v-29,31,-60,59,-94,84r-14,-1r4,-17r128,-116","w":154},"s":{"d":"18,-105v21,-7,56,-25,77,-8v1,13,-17,6,-28,7r-32,13v12,28,56,23,56,63v-26,18,-60,41,-91,28r4,-15v33,4,48,-10,67,-20v-14,-26,-59,-26,-53,-68","w":95},"t":{"d":"30,-105v36,-19,88,-3,126,3v-9,15,-44,6,-65,3v-18,30,-41,57,-68,80r-9,19r-14,-5r2,-14r65,-72v-9,-23,-26,13,-42,5","w":114},"u":{"d":"37,-101v25,14,-22,30,-14,55v32,0,59,-12,80,-36v6,2,16,2,13,13r-25,34r-6,36r-16,-8r4,-34v-23,4,-56,24,-73,3v0,-29,13,-50,37,-63","w":115},"v":{"d":"142,-86r-6,16v-34,30,-72,53,-113,71r-19,-5v-5,-23,-3,-45,2,-66r12,6v2,16,-9,45,10,46v40,-16,73,-40,100,-72","w":141},"w":{"d":"136,-101v-8,43,-30,77,-67,102v-17,0,-22,-12,-31,-20v-8,8,-26,24,-38,9r2,-83v25,-6,16,37,16,61r28,-12v5,10,8,21,21,23r30,-26r33,-57","w":136},"x":{"d":"37,-74v-10,-8,-19,-37,-35,-25v3,21,19,28,28,42v-10,17,-26,26,-30,49r17,8v3,-20,14,-31,24,-43v18,7,26,25,37,39v13,3,14,-6,17,-13r-40,-40r11,-19r27,-10r-7,-13v-27,-2,-33,17,-49,25","w":95},"y":{"d":"104,-68v-56,51,-96,104,-126,181v4,9,9,17,3,26v-37,0,-7,-42,-4,-63r83,-114v-8,-8,-21,2,-32,3r-17,-13v-2,-20,-5,-41,3,-56r12,7v-1,16,-7,36,5,43v27,-5,45,-19,63,-33r10,4r0,15","w":104},"z":{"d":"81,-56v-10,10,-30,11,-33,29v23,4,53,1,70,12v2,10,-5,11,-9,15v-36,-9,-84,-6,-109,-25r4,-12v21,-7,45,-11,59,-25r-10,-16r-30,-10v-2,-7,1,-11,5,-14v28,2,59,13,53,46","w":118},"{":{"d":"237,-270v16,0,24,8,33,14r-6,12r-30,-7v-54,19,-98,53,-134,100r-39,11v24,37,30,73,14,118r5,30v27,25,59,26,95,9v-2,25,-30,27,-56,27v-30,0,-51,-14,-62,-42v4,-35,11,-69,3,-104r-22,-24r-20,12r-18,-6v11,-37,62,-33,94,-48v39,-48,87,-82,143,-102","w":269},"|":{"d":"38,-210v-4,112,-23,209,-38,309r4,16v9,3,17,1,22,-4r-8,-30r36,-244v-3,-18,8,-48,-16,-47","w":53},"}":{"d":"61,-277v68,-3,81,97,50,156r6,30v12,14,42,13,54,-2r14,7v-1,17,-12,23,-19,33r-12,94v-9,71,-70,98,-150,84v-8,-8,0,-19,8,-20v48,19,83,8,113,-30v15,-43,23,-88,24,-134r-41,-15r-14,-30v35,-60,36,-113,-17,-153r-29,1v-1,-13,5,-18,13,-21","w":377},"~":{"d":"276,-177v-42,23,-83,43,-133,48v-26,2,-39,-23,-36,-56r-9,-12v-29,4,-52,19,-68,46v-7,-4,-15,-8,-10,-20v23,-22,44,-41,84,-43r13,8r12,47r15,11v44,-7,80,-21,114,-41r24,0","w":299},"\u00a1":{"d":"54,-82v-4,42,-14,82,-29,120v6,26,-6,66,-25,37v6,-62,30,-106,43,-161xm55,-201v8,-13,24,-4,26,8r-8,26v-21,2,-21,-16,-18,-34","w":81},"\u00a2":{"d":"-31,90v12,-45,27,-69,59,-95v-16,-23,-17,-47,2,-68v26,-29,60,-46,99,-54v23,-33,49,-46,77,-72v7,4,19,2,16,15v-28,15,-51,34,-73,54v4,11,20,32,1,37v-4,-7,-4,-17,-15,-17r-73,87v19,16,52,-4,73,-8r3,9v-26,23,-58,30,-96,21v-26,20,-32,31,-45,62r6,17v-10,8,-19,22,-34,12xm48,-68r-14,26r8,15r59,-67r-7,-4","w":199},"\u00a3":{"d":"374,-225v4,18,-4,43,-17,24r0,-29r-24,-34r-22,-5r-32,18v-36,36,-61,80,-74,131r72,-2r3,10r-85,14v-25,62,-64,115,-118,158v3,18,39,7,57,12v35,57,103,24,146,0r0,11v-30,33,-67,44,-117,35v-25,-14,-40,-36,-82,-36v-23,0,-45,3,-67,9r-14,-11r8,-13v42,5,64,-12,91,-45v28,-34,55,-67,73,-108r-3,-8r-55,6r-6,-11v17,-11,47,-7,71,-11r63,-126r34,-34r33,-15v35,5,57,24,65,60","w":374},"\u00a4":{"d":"192,-162r11,18r-27,96r8,23v-10,7,-11,21,-28,21r-8,-14v-49,6,-103,6,-148,-5r8,-11r38,0r-14,-20v-4,10,-22,17,-26,1v14,-31,20,-63,20,-97v27,-12,53,-17,85,-14r27,-10xm101,-136r-8,24r-13,-6v1,-9,9,-22,0,-26r-26,24v-14,27,-16,76,23,74v42,-3,82,-23,98,-63v3,-19,-5,-28,-13,-37r-42,-2xm121,-38v6,7,19,2,29,1r12,-17v-15,-11,-27,10,-41,16","w":203},"\u00a5":{"d":"61,-284r34,103r6,0v19,-33,29,-75,55,-101r12,5r-56,110v4,14,28,5,43,6r7,18v-9,8,-19,6,-30,0r-31,1r-14,26r73,0v5,7,16,13,8,23v-29,-1,-70,-12,-91,3v-25,41,-35,75,-34,123v-5,10,-13,8,-23,3r-2,-14v20,-34,34,-69,41,-108v-18,1,-53,-2,-35,-19r41,-5r13,-30v-16,-15,-59,3,-78,-11r8,-11r73,-3v-6,-39,-18,-75,-38,-107r5,-17","w":172},"\u00a7":{"d":"67,-251v39,-10,89,-50,128,-19r-5,17v-28,-32,-77,5,-109,16r10,17r15,0r-7,19r36,41r14,40v-28,35,-66,41,-112,23v17,20,38,33,62,40r12,24r-25,41r-71,41r-15,-5r4,-10v39,-9,68,-32,87,-67r-10,-15v-36,-8,-59,-27,-71,-59v3,-44,25,-78,62,-102v-6,-11,-8,-25,-5,-42xm30,-116v1,14,21,-2,27,9r47,-2r25,-16v-7,-32,-32,-47,-49,-69r-39,42","w":195},"\u00a8":{"d":"24,-246v-4,6,-8,13,0,17r85,16r6,-12v-25,-13,-56,-19,-91,-21","w":132},"\u00a9":{"d":"158,-234r24,17v64,-22,98,35,112,90r-1,36r-26,35v-48,35,-95,56,-158,56v-29,0,-54,-12,-74,-37r-17,-48v-2,-68,40,-132,104,-153xm121,-223v-53,21,-84,64,-86,136v-1,36,25,69,68,70v65,1,120,-20,167,-63v22,-49,0,-105,-48,-125v-20,-2,-27,9,-49,6r-28,17v-5,-18,11,-21,19,-30v-11,-7,-23,-13,-43,-11xm173,-180v20,-3,26,9,35,17r-4,14r-20,-16v-33,7,-69,24,-73,65v11,31,62,22,96,10v4,26,-35,21,-55,28r-41,-8v-27,-25,-16,-73,22,-91","w":312},"\u00aa":{"d":"43,-242v19,-2,31,2,38,12r0,47v28,8,42,-15,68,-12v-14,35,-60,41,-90,20v-15,12,-48,26,-59,0v-1,-33,12,-51,43,-67xm18,-178r30,-9v12,-9,30,-32,5,-41v-17,10,-40,29,-35,50","w":148},"\u00ab":{"d":"162,-206v7,2,17,1,14,13v-12,13,-27,21,-43,31v-38,24,-69,58,-95,95r3,9v41,10,78,11,120,3v6,3,7,10,5,19v-44,4,-101,4,-138,-8v-8,-8,-12,-18,-6,-31v39,-51,85,-95,140,-131xm251,-180v7,-1,13,0,13,7r-47,50r-10,36v30,21,86,-4,120,9r-7,12v-48,4,-107,26,-130,-18v0,-51,33,-69,61,-96","w":344},"\u00ac":{"d":"148,-35v-6,-30,-5,-65,4,-94v-42,-2,-94,6,-126,-6v-5,-6,-10,-11,-4,-19v46,14,95,15,142,0v14,12,6,53,-3,68r10,69v-7,15,-31,-1,-39,11r-12,-3v0,-18,7,-28,28,-26","w":189},"\u00ae":{"d":"325,-203v44,123,-91,198,-208,202v-54,2,-99,-39,-99,-99v0,-72,57,-131,103,-173r51,-21r45,6r44,32v34,-3,51,16,64,53xm33,-114v-10,49,23,94,82,96v83,2,165,-38,203,-108v13,-45,0,-86,-34,-111r-8,9v-14,-18,-38,-6,-51,7r19,18r-3,21r-58,54v8,7,8,21,26,18v7,5,10,13,12,22r-24,3r-36,-33v-18,18,-29,42,-54,53r-3,-16v24,-43,54,-82,89,-118v8,-25,30,-37,48,-52v-7,-15,-26,-17,-38,-27r-33,0v-72,24,-121,85,-137,164xm219,-199v-8,14,-24,25,-26,41r34,-35","w":354},"\u00af":{"d":"26,-235v62,-9,142,-10,197,5r-6,10v-61,-13,-119,-12,-179,2r-20,-5","w":240},"\u02c9":{"d":"26,-235v62,-9,142,-10,197,5r-6,10v-61,-13,-119,-12,-179,2r-20,-5","w":240},"\u00b0":{"d":"83,-241v8,11,16,21,10,39v-14,17,-31,34,-65,26v-28,-32,13,-92,55,-65xm40,-191v22,-3,43,-12,37,-37v-25,-15,-52,11,-37,37","w":114},"\u00b1":{"d":"146,-172v-2,19,-11,39,-5,56v23,2,55,-7,72,2r-6,16r-69,-2r-6,6r-23,93r-13,-2r-1,-18v12,-24,19,-50,19,-77r-59,-4r4,-12r58,-2r15,-61xm22,10v85,4,158,-8,222,-31v9,-1,17,0,20,6r-9,12v-67,14,-135,24,-209,29r-28,-6","w":282},"\u00b4":{"d":"73,-248r-53,50r-2,14r10,3r50,-47r5,-19","w":100},"\u00b6":{"d":"113,-255v40,10,90,9,117,32r-4,16v-9,-1,-20,-4,-23,3r-72,129r-41,89v0,19,8,51,-18,41v-10,-6,-3,-22,-2,-35v29,-72,65,-139,104,-203r12,-36v-16,-4,-33,-17,-49,-7r-44,98r6,8r28,-16r8,15v-39,41,-72,86,-99,135r-13,-4r-2,-12v28,-28,50,-58,67,-93v-24,3,-46,2,-61,-8v-7,-17,-21,-27,-22,-50v-3,-60,64,-81,108,-102","w":209},"\u00b8":{"d":"41,-10v-6,13,-16,42,-1,54v7,0,13,-1,13,6r-39,-5v-2,8,-9,17,-2,23v25,3,48,4,63,-8r2,-20r-22,-19r2,-26","w":84},"\u00ba":{"d":"49,-246r-34,19v-2,19,-12,41,0,54r26,4r40,-20r5,-38r-11,-15xm32,-220v10,-7,21,-11,37,-7r3,20r-13,15v-12,1,-27,10,-33,-1","w":93},"\u00bb":{"d":"87,-219v29,29,49,63,61,104v4,57,-56,74,-120,73v-6,-6,-13,-11,-6,-20v47,12,82,-4,110,-39v-4,-41,-23,-76,-57,-105v-13,3,-28,4,-22,-14v7,-12,22,-2,34,1xm190,-213v28,32,49,69,63,110r0,31r-19,21r-91,43r-14,-5r9,-14v41,-6,75,-25,100,-57v-7,-45,-27,-82,-60,-115r0,-17","w":271},"\u00bf":{"d":"100,-142r-1,71v-7,6,-16,10,-31,8v-39,18,-57,39,-49,80v12,24,33,36,63,37v27,-6,58,-8,75,-24r18,-2v-11,34,-56,33,-90,44v-40,0,-69,-18,-85,-55v-3,-56,21,-83,73,-106v6,-19,2,-47,15,-59xm99,-235v13,-1,21,5,18,18r-13,6v5,6,7,13,2,20v-31,1,-23,-32,-7,-44","w":185,"k":{"\u20a4":419,"\u0161":525,"\u0160":432,"\u00fe":432,"\u00fd":459,"\u00f0":432,"\u00de":419,"\u00dd":445,"\u00d7":485,"\u00d0":419,"\u00be":432,"\u00bd":445,"\u25ca":487,"\u2265":426,"\u2264":426,"\u2260":472,"\u2248":498,"\u222b":469,"\u221e":501,"\u221a":483,"\u2211":483,"\u220f":473,"\u2202":438,"\u2122":525,"\u2044":311,"\u203a":525,"\u2039":499,"\u2030":472,"\u2026":499,"\u2022":499,"\u2021":525,"\u2020":485,"\u201e":485,"\u201a":485,"\u2019":485,"\u2014":485,"\u2013":485,"\u03c0":442,"\u00b5":485,"\u03a9":425,"\u0394":427,"\u02c7":484,"\u0178":472,"\u0153":432,"\u0152":419,"\u0131":429,"\u00ff":459,"\u00fc":499,"\u00fb":459,"\u00fa":432,"\u00f9":512,"\u00f8":419,"\u00f7":499,"\u00f6":525,"\u00f5":512,"\u00f4":499,"\u00f3":419,"\u00f2":459,"\u00f1":525,"\u00ef":432,"\u00ee":445,"\u00ed":445,"\u00ec":432,"\u00eb":445,"\u00ea":432,"\u00e9":419,"\u00e8":512,"\u00e7":419,"\u00e6":499,"\u00e5":525,"\u00e4":525,"\u00e3":525,"\u00e2":512,"\u00e1":512,"\u00e0":512,"\u00df":472,"\u00dc":419,"\u00db":419,"\u00da":419,"\u00d9":445,"\u00d8":432,"\u00d6":419,"\u00d5":432,"\u00d4":419,"\u00d3":419,"\u00d2":419,"\u00d1":445,"\u00cf":445,"\u00ce":445,"\u00cd":432,"\u00cc":459,"\u00cb":512,"\u00ca":419,"\u00c9":432,"\u00c8":419,"\u00c7":485,"\u00c6":459,"\u00c5":445,"\u00c4":432,"\u00c3":432,"\u00c2":432,"\u00c1":432,"\u00c0":419,"\u00bf":419}},"\u00c0":{"d":"0,42v31,-83,68,-160,109,-235v-3,-27,13,-34,21,-50v10,2,16,-1,20,-6r-63,-66r6,-16v29,9,32,44,65,49r30,59v13,49,-7,107,2,153r-8,10r-28,126v-8,2,-10,-3,-12,-8r26,-117v-33,-2,-58,13,-91,20r-5,-10v31,-18,63,-27,97,-29v3,-48,11,-98,1,-142r-8,-11r-16,10v-47,68,-79,143,-98,224v-6,24,-19,44,-38,61v-8,-2,-12,-10,-10,-22","w":196,"k":{"\u20a4":390,"\u0161":417,"\u0160":442,"\u00fe":442,"\u00fd":442,"\u00f0":429,"\u00de":402,"\u00dd":442,"\u00d7":402,"\u00d0":429,"\u00be":402,"\u00bd":429,"\u25ca":418,"\u2265":423,"\u2264":410,"\u2260":402,"\u2248":415,"\u222b":454,"\u221e":419,"\u221a":400,"\u00b7":429,"\u2211":454,"\u220f":457,"\u2202":436,"\u2122":442,"\u2044":335,"\u203a":429,"\u2039":429,"\u2030":469,"\u2026":402,"\u2022":417,"\u2021":469,"\u2020":417,"\u201e":417,"\u201d":442,"\u201c":442,"\u201a":417,"\u2019":417,"\u2018":456,"\u2014":402,"\u2013":417,"\u03c0":414,"\u00b5":509,"\u03a9":423,"\u0394":437,"\u02dc":456,"\u02c7":415,"\u02c6":442,"\u0178":417,"\u0153":429,"\u0152":429,"\u0131":440,"\u00ff":442,"\u00fc":417,"\u00fb":429,"\u00fa":429,"\u00f9":417,"\u00f8":429,"\u00f7":417,"\u00f6":417,"\u00f5":417,"\u00f4":417,"\u00f3":429,"\u00f2":402,"\u00f1":429,"\u00ef":442,"\u00ee":469,"\u00ed":469,"\u00ec":429,"\u00eb":429,"\u00ea":429,"\u00e9":429,"\u00e8":417,"\u00e7":429,"\u00e6":417,"\u00e5":417,"\u00e4":417,"\u00e3":417,"\u00e2":417,"\u00e1":417,"\u00e0":417,"\u00df":469,"\u00dc":429,"\u00db":417,"\u00da":417,"\u00d9":429,"\u00d8":417,"\u00d6":429,"\u00d5":417,"\u00d4":429,"\u00d3":417,"\u00d2":429,"\u00d1":469,"\u00cf":456,"\u00ce":442,"\u00cd":429,"\u00cc":429,"\u00cb":429,"\u00ca":429,"\u00c9":442,"\u00c8":429,"\u00c7":417,"\u00c6":469,"\u00c5":456,"\u00c4":456,"\u00c3":456,"\u00c2":442,"\u00c1":442,"\u00c0":442,"\u00bf":429}},"\u00c1":{"d":"213,-231r7,19v-7,74,-28,144,-62,210r-18,74r-11,4r-3,-10r46,-149r-6,-6v-70,34,-115,88,-136,161r-16,19r-14,-5v14,-57,40,-109,77,-155v9,-38,25,-71,50,-100r16,0v13,-26,31,-49,54,-68xm149,-157r-45,82r2,2r72,-41v7,-33,27,-61,23,-98r-6,-1xm270,-294r-7,19r-42,28v-7,-2,-14,-5,-9,-14v12,-10,27,-16,32,-33v9,-7,18,-10,26,0","w":227,"k":{"\u20a4":410,"\u0161":450,"\u0160":490,"\u00fe":436,"\u00fd":490,"\u00f0":463,"\u00de":423,"\u00dd":436,"\u00d7":423,"\u00d0":450,"\u00be":384,"\u00bd":450,"\u25ca":439,"\u2265":417,"\u2264":430,"\u2260":423,"\u2248":436,"\u222b":421,"\u221e":453,"\u221a":421,"\u00b7":370,"\u2211":381,"\u220f":372,"\u2202":402,"\u2122":370,"\u2044":369,"\u203a":463,"\u2039":476,"\u2030":476,"\u2026":423,"\u2022":450,"\u2021":503,"\u2020":436,"\u201e":384,"\u201d":370,"\u201c":370,"\u201a":410,"\u2019":397,"\u2018":370,"\u2014":423,"\u2013":423,"\u03c0":434,"\u00b5":543,"\u03a9":443,"\u0394":485,"\u02dc":370,"\u02c7":423,"\u02c6":370,"\u0178":436,"\u0153":476,"\u0152":476,"\u0131":487,"\u00ff":490,"\u00fc":436,"\u00fb":463,"\u00fa":476,"\u00f9":450,"\u00f8":476,"\u00f7":450,"\u00f6":450,"\u00f5":450,"\u00f4":436,"\u00f3":476,"\u00f2":423,"\u00f1":463,"\u00ef":397,"\u00ee":463,"\u00ed":490,"\u00ec":370,"\u00eb":476,"\u00ea":463,"\u00e9":476,"\u00e8":450,"\u00e7":476,"\u00e6":450,"\u00e5":450,"\u00e4":450,"\u00e3":450,"\u00e2":450,"\u00e1":450,"\u00e0":450,"\u00df":517,"\u00dc":463,"\u00db":450,"\u00da":450,"\u00d9":436,"\u00d8":463,"\u00d6":463,"\u00d5":410,"\u00d4":476,"\u00d3":463,"\u00d2":423,"\u00d1":503,"\u00cf":410,"\u00ce":397,"\u00cd":450,"\u00cc":370,"\u00cb":450,"\u00ca":476,"\u00c9":490,"\u00c8":436,"\u00c7":450,"\u00c6":503,"\u00c5":503,"\u00c4":490,"\u00c3":490,"\u00c2":490,"\u00c1":490,"\u00c0":476,"\u00bf":463}},"\u00c2":{"d":"190,-310v26,-5,14,29,16,49r17,23v-16,44,-21,88,-13,138v-14,54,-21,108,-21,163r-13,4r-4,-21v19,-85,29,-171,29,-259r-7,-6v-34,37,-61,81,-80,130r4,8r66,-12v5,8,5,15,-4,19v-28,-1,-56,4,-81,14r-77,126v-7,5,-14,12,-22,4v29,-75,68,-146,117,-212v9,-30,24,-56,45,-79v15,4,20,-5,26,-12r0,-49r-33,27v-6,-1,-11,-4,-9,-13","w":231,"k":{"\u20a4":391,"\u0161":430,"\u0160":444,"\u00fe":457,"\u00fd":444,"\u00f0":430,"\u00de":417,"\u00dd":430,"\u00d7":417,"\u00d0":430,"\u00be":417,"\u00bd":444,"\u25ca":419,"\u2265":411,"\u2264":424,"\u2260":417,"\u2248":430,"\u222b":454,"\u221e":433,"\u221a":415,"\u00b7":417,"\u2211":428,"\u220f":419,"\u2202":436,"\u2122":430,"\u2044":336,"\u203a":430,"\u2039":430,"\u2030":484,"\u2026":417,"\u2022":430,"\u2021":484,"\u2020":417,"\u201e":417,"\u201d":417,"\u201c":417,"\u201a":417,"\u2019":404,"\u2018":417,"\u2014":417,"\u2013":417,"\u03c0":415,"\u00b5":510,"\u03a9":437,"\u0394":439,"\u02dc":417,"\u02c7":417,"\u02c6":417,"\u0178":430,"\u0153":430,"\u0152":430,"\u0131":454,"\u00ff":444,"\u00fc":430,"\u00fb":430,"\u00fa":430,"\u00f9":430,"\u00f8":444,"\u00f7":430,"\u00f6":430,"\u00f5":430,"\u00f4":430,"\u00f3":444,"\u00f2":417,"\u00f1":430,"\u00ef":444,"\u00ee":470,"\u00ed":470,"\u00ec":417,"\u00eb":430,"\u00ea":430,"\u00e9":444,"\u00e8":430,"\u00e7":444,"\u00e6":430,"\u00e5":430,"\u00e4":430,"\u00e3":430,"\u00e2":430,"\u00e1":430,"\u00e0":430,"\u00df":484,"\u00dc":444,"\u00db":430,"\u00da":430,"\u00d9":430,"\u00d8":430,"\u00d6":430,"\u00d5":430,"\u00d4":430,"\u00d3":430,"\u00d2":430,"\u00d1":470,"\u00cf":457,"\u00ce":444,"\u00cd":444,"\u00cc":430,"\u00cb":430,"\u00ca":444,"\u00c9":444,"\u00c8":444,"\u00c7":430,"\u00c6":470,"\u00c5":457,"\u00c4":457,"\u00c3":457,"\u00c2":444,"\u00c1":444,"\u00c0":444,"\u00bf":430}},"\u00c3":{"d":"156,-165v18,-26,40,-46,67,-63v-1,-12,0,-26,-8,-32r-17,4r-40,47r-12,-3v7,-32,27,-54,61,-66v20,6,28,-9,44,-2v-6,8,-10,17,-2,26v8,-7,12,-22,27,-16v5,14,-8,24,-11,36r33,-16v10,-9,24,-40,40,-22v-15,37,-49,59,-86,60v8,45,2,88,-14,129r6,24r-13,11v-9,50,-25,97,-49,141r-12,-2r-1,-9v23,-42,39,-88,46,-135v-49,-8,-65,20,-107,23r-4,-7v34,-26,74,-39,119,-40v13,-37,19,-76,15,-124r-9,-10v-30,6,-41,32,-61,49v-57,74,-109,152,-153,234r-15,0v17,-54,44,-103,81,-146r54,-100r14,-5xm143,-152r1,-1","w":282,"k":{"\u20a4":397,"\u0161":438,"\u0160":464,"\u00fe":397,"\u00fd":464,"\u00f0":438,"\u00de":411,"\u00dd":358,"\u00d7":411,"\u00d0":424,"\u00be":345,"\u00bd":438,"\u25ca":400,"\u2265":339,"\u2264":418,"\u2260":411,"\u2248":424,"\u222b":382,"\u221e":427,"\u221a":409,"\u00b7":332,"\u2211":355,"\u220f":372,"\u2202":364,"\u2122":332,"\u2044":357,"\u203a":438,"\u2039":438,"\u2030":451,"\u2026":411,"\u2022":424,"\u2021":478,"\u2020":411,"\u201e":345,"\u201d":345,"\u201c":345,"\u201a":358,"\u2019":345,"\u2018":424,"\u2014":411,"\u2013":411,"\u03c0":409,"\u00b5":518,"\u03a9":417,"\u0394":459,"\u02dc":464,"\u02c7":397,"\u02c6":332,"\u0178":397,"\u0153":438,"\u0152":438,"\u0131":462,"\u00ff":464,"\u00fc":424,"\u00fb":438,"\u00fa":438,"\u00f9":438,"\u00f8":451,"\u00f7":424,"\u00f6":438,"\u00f5":424,"\u00f4":424,"\u00f3":451,"\u00f2":411,"\u00f1":438,"\u00ef":358,"\u00ee":397,"\u00ed":478,"\u00ec":332,"\u00eb":438,"\u00ea":438,"\u00e9":451,"\u00e8":424,"\u00e7":451,"\u00e6":424,"\u00e5":438,"\u00e4":438,"\u00e3":438,"\u00e2":424,"\u00e1":438,"\u00e0":438,"\u00df":464,"\u00dc":438,"\u00db":438,"\u00da":424,"\u00d9":397,"\u00d8":438,"\u00d6":438,"\u00d5":372,"\u00d4":438,"\u00d3":438,"\u00d2":372,"\u00d1":491,"\u00cf":451,"\u00ce":358,"\u00cd":397,"\u00cc":332,"\u00cb":424,"\u00ca":438,"\u00c9":464,"\u00c8":397,"\u00c7":424,"\u00c6":478,"\u00c5":464,"\u00c4":464,"\u00c3":464,"\u00c2":464,"\u00c1":464,"\u00c0":451,"\u00bf":438}},"\u00c4":{"d":"230,-106v-12,73,-48,141,-88,204v-10,0,-8,-12,-8,-22v33,-75,105,-153,75,-258r-18,-19r-22,7r-1,13v-25,53,-53,104,-85,154r5,10r78,-25r8,7r-25,16v-67,4,-112,41,-134,110v-6,3,-13,6,-15,-2v31,-109,82,-206,153,-290r32,-15v50,-1,54,59,45,110xm183,-293r-4,43v-10,16,-32,11,-26,-15r19,-32xm252,-294v2,15,-8,18,-14,25r-15,41r-14,-5v2,-30,22,-42,33,-63xm77,-48r8,-5r51,-97r-2,-7v-23,33,-44,66,-57,109","w":252,"k":{"\u0161":19,"\u0160":72,"\u00fe":45,"\u00fd":72,"\u00f0":32,"\u00dd":32,"\u00d0":19,"\u00bd":32,"\u2265":12,"\u2264":12,"\u222b":30,"\u221e":22,"\u2202":11,"\u203a":32,"\u2039":32,"\u2030":72,"\u2022":19,"\u2021":72,"\u201a":19,"\u2013":19,"\u00b5":125,"\u03a9":25,"\u0394":67,"\u02c7":17,"\u0178":19,"\u0153":32,"\u0152":32,"\u0131":56,"\u00ff":72,"\u00fb":32,"\u00fa":32,"\u00f9":19,"\u00f8":45,"\u00f7":19,"\u00f6":19,"\u00f5":19,"\u00f4":19,"\u00f3":45,"\u00f1":32,"\u00ee":72,"\u00ed":72,"\u00eb":32,"\u00ea":32,"\u00e9":45,"\u00e8":19,"\u00e7":45,"\u00e6":19,"\u00e5":19,"\u00e4":19,"\u00e3":32,"\u00e2":19,"\u00e1":19,"\u00e0":19,"\u00df":86,"\u00dc":32,"\u00db":19,"\u00da":19,"\u00d9":19,"\u00d8":32,"\u00d6":32,"\u00d5":19,"\u00d4":32,"\u00d3":32,"\u00d2":32,"\u00d1":86,"\u00cf":19,"\u00ce":19,"\u00cd":32,"\u00cb":19,"\u00ca":45,"\u00c9":59,"\u00c8":45,"\u00c7":19,"\u00c6":86,"\u00c5":72,"\u00c4":72,"\u00c3":59,"\u00c2":72,"\u00c1":72,"\u00c0":45,"\u00bf":32}},"\u00c5":{"d":"122,-297v-23,26,-26,50,-2,76r33,-8v5,-10,16,-15,15,-31v-8,-8,-10,-23,-28,-18v-5,6,-7,20,-18,13v1,-13,7,-21,14,-28r27,3r22,28r-4,25r-24,24v9,35,9,71,0,106v8,12,1,21,-6,30v7,78,-5,141,-33,204v-8,-1,-12,-6,-12,-15v17,-59,26,-119,26,-181v-62,20,-98,62,-109,127v-6,8,-13,13,-23,6v24,-96,56,-188,97,-279v-12,-24,-14,-51,-3,-77v7,-7,16,-9,28,-5xm136,-199v-31,38,-46,91,-67,139r2,6r67,-40v4,-32,17,-68,5,-101xm48,-42v22,-53,41,-110,69,-157r-5,-6v-31,45,-45,107,-64,163","w":185,"k":{"\u0160":17,"\u00fe":17,"\u00fd":17,"\u00dd":17,"\u00d0":17,"\u2265":11,"\u2264":11,"\u222b":15,"\u2211":15,"\u220f":19,"\u2122":17,"\u203a":17,"\u2030":17,"\u2021":17,"\u2019":57,"\u00b5":31,"\u0394":12,"\u0153":17,"\u0152":17,"\u0131":28,"\u00ff":17,"\u00fb":17,"\u00fa":17,"\u00f8":17,"\u00f3":17,"\u00f1":17,"\u00ef":17,"\u00ee":17,"\u00ed":17,"\u00ec":17,"\u00eb":17,"\u00e9":17,"\u00e7":17,"\u00df":31,"\u00dc":17,"\u00d4":17,"\u00d2":17,"\u00d1":17,"\u00cf":17,"\u00ce":31,"\u00cc":31,"\u00cb":17,"\u00ca":17,"\u00c9":17,"\u00c8":17,"\u00c6":17,"\u00c5":17,"\u00c4":17,"\u00c3":17,"\u00c2":17,"\u00c1":17,"\u00c0":17}},"\u00c6":{"d":"194,-283v14,12,24,29,31,48r121,-49v31,-2,28,37,10,49r-11,-3v3,-8,8,-14,7,-26v-53,7,-92,35,-130,60r-2,42v42,-1,83,-12,122,-31v15,0,26,21,12,26r-34,-6v-28,15,-58,24,-90,28r-23,24r-42,108r3,10v28,-2,52,-9,76,-25r71,-19v8,5,19,8,18,22v-10,3,-19,1,-27,-3v-39,8,-76,20,-111,38r-38,5v-2,14,-8,32,-23,24r-4,-13r58,-142v-47,-2,-60,30,-102,34r-3,-11v36,-22,73,-39,112,-50v16,-38,18,-77,2,-114v-8,-5,-12,-14,-26,-12v-46,60,-81,126,-104,199r-50,89v-17,12,-20,-8,-13,-18v42,-64,73,-133,98,-207v11,-34,35,-59,63,-79","w":370,"k":{"\u0161":17,"\u0160":17,"\u00fe":31,"\u00fd":17,"\u00f0":31,"\u00dd":31,"\u2265":25,"\u222b":28,"\u2211":55,"\u220f":33,"\u2202":24,"\u2122":17,"\u203a":17,"\u2039":84,"\u2030":44,"\u2021":44,"\u00b5":71,"\u0394":12,"\u0153":31,"\u0152":31,"\u0131":28,"\u00ff":17,"\u00fb":17,"\u00fa":31,"\u00f8":17,"\u00f6":17,"\u00f3":31,"\u00f1":17,"\u00ef":17,"\u00ee":44,"\u00ed":44,"\u00ec":31,"\u00eb":44,"\u00ea":17,"\u00e9":31,"\u00e7":31,"\u00e5":17,"\u00e4":17,"\u00df":84,"\u00dc":17,"\u00d6":17,"\u00d4":17,"\u00d3":17,"\u00d2":17,"\u00d1":31,"\u00cf":31,"\u00ce":31,"\u00cc":31,"\u00ca":17,"\u00c9":17,"\u00c8":17,"\u00c6":31,"\u00c5":31,"\u00c4":17,"\u00c3":17,"\u00c2":17,"\u00c1":17,"\u00c0":17,"\u00bf":31}},"\u00c7":{"d":"94,-14v22,-11,58,-13,85,-6v1,40,-70,6,-96,27r3,12v18,1,32,7,40,18r4,31v-19,35,-44,51,-85,50r-17,-10r4,-14v31,11,56,4,76,-19r4,-24v-7,-13,-26,-14,-45,-16r-4,-33v-33,-2,-54,-17,-63,-46v1,-34,18,-60,49,-82v36,-26,73,-58,125,-48v7,5,15,11,7,20v-50,-29,-90,26,-124,43r-31,36r-8,33r17,18r32,8r18,-14","w":186,"k":{"\u0160":32,"\u00fe":19,"\u00fd":32,"\u00dd":46,"\u00d0":19,"\u00bd":19,"\u2264":26,"\u222b":30,"\u2211":70,"\u220f":34,"\u2122":19,"\u2030":59,"\u2022":138,"\u2021":112,"\u2020":99,"\u201e":19,"\u2013":32,"\u00b5":72,"\u0394":14,"\u0131":17,"\u00ff":32,"\u00fc":19,"\u00f7":86,"\u00f2":19,"\u00ee":32,"\u00ed":32,"\u00ec":19,"\u00e7":32,"\u00e6":125,"\u00df":32,"\u00d1":46,"\u00cf":32,"\u00ce":19,"\u00cc":32,"\u00c9":19,"\u00c8":19,"\u00c6":32,"\u00c5":32,"\u00c4":19,"\u00c3":19,"\u00c2":19,"\u00c1":19}},"\u00c8":{"d":"67,-320v37,18,69,42,96,71v31,2,78,-10,73,28v-6,5,-11,10,-20,5r-2,-17v-54,-7,-100,4,-145,26v16,28,-3,61,-8,92v36,-9,75,-11,111,-2v11,9,2,18,-4,27r-14,-14v-36,-5,-66,0,-97,11v-8,26,-23,45,-19,83v42,-6,82,-19,125,-20v5,11,-7,13,-12,19v-49,6,-90,23,-145,20v-11,-6,-1,-20,9,-19v13,-28,19,-54,15,-88v21,-17,21,-56,27,-86r-14,-10r2,-16v27,-18,57,-29,89,-35v-18,-27,-49,-40,-73,-61","w":236,"k":{"\u20a4":56,"\u0161":97,"\u0160":123,"\u00fe":43,"\u00fd":136,"\u00f0":56,"\u00de":30,"\u00dd":17,"\u00d0":17,"\u00bd":17,"\u25ca":19,"\u2264":77,"\u2260":43,"\u2248":43,"\u222b":28,"\u221e":46,"\u221a":28,"\u00b7":97,"\u2211":54,"\u220f":31,"\u2202":62,"\u2122":30,"\u203a":56,"\u2039":56,"\u2030":43,"\u2026":136,"\u2022":43,"\u2021":97,"\u2020":110,"\u201d":123,"\u201c":123,"\u2019":70,"\u2018":149,"\u03c0":107,"\u00b5":136,"\u0394":78,"\u02dc":189,"\u02c6":110,"\u0153":56,"\u0152":56,"\u0131":80,"\u00ff":110,"\u00fc":17,"\u00fb":56,"\u00fa":56,"\u00f9":43,"\u00f8":56,"\u00f7":43,"\u00f6":56,"\u00f5":43,"\u00f4":56,"\u00f3":56,"\u00f2":83,"\u00f1":56,"\u00ef":30,"\u00ee":70,"\u00ed":97,"\u00eb":56,"\u00ea":56,"\u00e9":56,"\u00e7":70,"\u00e6":43,"\u00e5":56,"\u00e4":56,"\u00e3":30,"\u00e2":43,"\u00e1":56,"\u00df":97,"\u00dc":43,"\u00db":30,"\u00da":17,"\u00d9":17,"\u00d8":56,"\u00d6":56,"\u00d5":56,"\u00d4":56,"\u00d3":56,"\u00d2":43,"\u00d1":110,"\u00cf":70,"\u00ce":30,"\u00cd":17,"\u00cc":43,"\u00cb":30,"\u00ca":56,"\u00c9":56,"\u00c8":30,"\u00c7":43,"\u00c6":110,"\u00c5":70,"\u00c4":83,"\u00c3":83,"\u00c2":83,"\u00c1":83,"\u00c0":70,"\u00bf":56}},"\u00c9":{"d":"0,18v37,-64,65,-137,61,-232v6,-14,25,-15,41,-19r16,-33r45,-45r14,6v0,16,-2,34,-21,26r-31,35v27,-2,56,-13,82,-6v11,13,1,42,-18,30r2,-14v-45,-5,-75,7,-108,31r-6,57r106,-7v8,4,16,7,18,17r-13,9v-24,-19,-80,-6,-115,0r-43,123r2,8v50,-3,95,-20,136,-53v10,-1,4,11,4,18v-43,31,-92,48,-147,53v-8,6,-14,21,-25,12r0,-16","w":212,"k":{"\u0161":32,"\u0160":85,"\u00fe":32,"\u00fd":72,"\u00f0":18,"\u00de":18,"\u00dd":18,"\u2265":12,"\u222b":30,"\u00b7":18,"\u2211":56,"\u220f":34,"\u2202":25,"\u2122":18,"\u203a":18,"\u2039":18,"\u2030":45,"\u2021":59,"\u201c":72,"\u2019":18,"\u00b5":99,"\u03a9":12,"\u0394":40,"\u0153":18,"\u0152":18,"\u0131":42,"\u00ff":85,"\u00fb":18,"\u00fa":18,"\u00f9":18,"\u00f8":18,"\u00f6":18,"\u00f5":18,"\u00f4":18,"\u00f3":18,"\u00f2":32,"\u00f1":18,"\u00ef":18,"\u00ee":59,"\u00ed":59,"\u00eb":18,"\u00ea":18,"\u00e9":18,"\u00e7":18,"\u00e5":18,"\u00e4":18,"\u00e3":18,"\u00df":59,"\u00dc":18,"\u00d8":18,"\u00d6":18,"\u00d4":18,"\u00d3":18,"\u00d2":18,"\u00d1":72,"\u00cf":45,"\u00ce":32,"\u00cc":18,"\u00ca":18,"\u00c9":45,"\u00c8":18,"\u00c6":72,"\u00c5":59,"\u00c4":45,"\u00c3":45,"\u00c2":45,"\u00c1":45,"\u00c0":32,"\u00bf":18}},"\u00ca":{"d":"181,-245v28,0,77,-2,53,29v-17,1,-9,-16,-34,-14v-38,3,-72,10,-100,24r-19,59v32,-11,62,-11,94,-1v7,4,10,12,10,23v-12,8,-18,-2,-25,-10v-34,-5,-59,6,-87,12v-23,39,-39,80,-50,124r15,4v43,-13,81,-31,127,-41v8,14,-15,18,-22,27r-117,33v-4,7,-20,18,-26,5v8,-75,33,-145,75,-211r-4,-26v25,-24,71,-27,110,-37xm179,-308v6,19,29,37,16,57r-14,-6v0,-16,-6,-24,-15,-31r-26,13v4,19,-23,31,-31,14r0,-12r40,-27r8,-22","w":241,"k":{"\u0161":74,"\u0160":128,"\u00fe":48,"\u00fd":114,"\u00f0":48,"\u00de":35,"\u00dd":22,"\u00d7":35,"\u00d0":22,"\u00bd":22,"\u25ca":23,"\u2264":41,"\u2260":35,"\u2248":48,"\u222b":32,"\u221e":50,"\u221a":45,"\u00b7":35,"\u2211":59,"\u220f":36,"\u2202":54,"\u2122":35,"\u203a":48,"\u2039":48,"\u2030":48,"\u2026":114,"\u2022":61,"\u2021":114,"\u2020":35,"\u201d":48,"\u201c":48,"\u2019":22,"\u2018":61,"\u03c0":32,"\u00b5":141,"\u03a9":15,"\u0394":82,"\u02dc":61,"\u02c6":35,"\u0153":48,"\u0152":48,"\u0131":72,"\u00ff":128,"\u00fc":22,"\u00fb":48,"\u00fa":48,"\u00f9":61,"\u00f8":61,"\u00f7":168,"\u00f6":48,"\u00f5":48,"\u00f4":48,"\u00f3":61,"\u00f2":48,"\u00f1":48,"\u00ef":35,"\u00ee":88,"\u00ed":101,"\u00eb":48,"\u00ea":48,"\u00e9":61,"\u00e7":88,"\u00e6":61,"\u00e5":61,"\u00e4":61,"\u00e3":48,"\u00e2":61,"\u00e1":61,"\u00df":114,"\u00dc":48,"\u00db":35,"\u00da":22,"\u00d9":22,"\u00d8":48,"\u00d6":48,"\u00d5":48,"\u00d4":48,"\u00d3":48,"\u00d2":48,"\u00d1":101,"\u00cf":88,"\u00ce":35,"\u00cd":35,"\u00cc":35,"\u00cb":35,"\u00ca":61,"\u00c9":88,"\u00c8":35,"\u00c7":61,"\u00c6":114,"\u00c5":74,"\u00c4":88,"\u00c3":74,"\u00c2":88,"\u00c1":88,"\u00c0":61,"\u00bf":48}},"\u00cb":{"d":"237,-258v10,0,20,-1,23,6r-8,17v-64,-7,-119,6,-174,31r-1,29r-10,3v-3,15,-17,32,-8,45v45,-19,87,-30,136,-26r10,13v-10,13,-33,5,-52,5v-35,0,-69,8,-102,23v-10,37,-29,65,-33,108v59,7,115,-6,156,-35v7,-2,8,3,9,8r-14,13v-50,22,-103,35,-159,38r-10,-4v7,-67,25,-132,54,-195v-2,-16,-6,-33,7,-39v2,-10,5,-17,14,-20r16,12xm171,-298v0,17,-8,29,-23,20r8,-25xm126,-289r-4,12v-19,3,-23,-9,-13,-20","w":259,"k":{"\u20a4":80,"\u0161":53,"\u0160":173,"\u00fe":40,"\u00fd":132,"\u00f0":67,"\u00de":40,"\u00d7":53,"\u00d0":93,"\u00be":13,"\u00bd":80,"\u25ca":41,"\u2264":60,"\u2260":53,"\u2248":80,"\u222b":24,"\u221e":69,"\u221a":37,"\u2211":24,"\u220f":28,"\u2202":33,"\u2122":13,"\u2044":11,"\u203a":80,"\u2039":67,"\u2030":93,"\u2026":40,"\u2022":53,"\u2021":186,"\u2020":80,"\u201d":67,"\u201c":40,"\u2018":67,"\u2014":159,"\u2013":159,"\u03c0":64,"\u00b5":159,"\u03a9":60,"\u0394":101,"\u02dc":67,"\u02c7":65,"\u02c6":67,"\u0178":40,"\u0153":67,"\u0152":67,"\u0131":77,"\u00ff":159,"\u00fc":67,"\u00fb":67,"\u00fa":67,"\u00f9":53,"\u00f8":80,"\u00f7":159,"\u00f6":53,"\u00f5":53,"\u00f4":53,"\u00f3":93,"\u00f2":40,"\u00f1":67,"\u00ef":13,"\u00ee":40,"\u00ed":106,"\u00eb":93,"\u00ea":67,"\u00e9":80,"\u00e8":53,"\u00e7":106,"\u00e6":67,"\u00e5":53,"\u00e4":53,"\u00e3":53,"\u00e2":53,"\u00e1":53,"\u00e0":53,"\u00df":106,"\u00dc":67,"\u00db":53,"\u00da":53,"\u00d9":67,"\u00d8":53,"\u00d6":67,"\u00d5":53,"\u00d4":67,"\u00d3":53,"\u00d2":13,"\u00d1":119,"\u00cf":93,"\u00cd":40,"\u00cb":53,"\u00ca":67,"\u00c9":93,"\u00c8":67,"\u00c7":53,"\u00c6":119,"\u00c5":93,"\u00c4":93,"\u00c3":106,"\u00c2":106,"\u00c1":106,"\u00c0":80,"\u00bf":67}},"\u00cc":{"d":"39,62v29,-58,25,-156,15,-233v5,-9,11,0,17,4v10,79,-3,167,-16,236xm75,-230r-8,17v-32,-5,-44,-30,-67,-44r4,-16","w":75,"k":{"\u00fe":15,"\u00bd":15,"\u222b":12,"\u00b7":15,"\u2211":25,"\u220f":17,"\u2122":28,"\u2030":28,"\u2021":41,"\u201d":54,"\u201c":54,"\u2013":28,"\u00b5":54,"\u02c6":41,"\u0178":15,"\u0131":12,"\u00ee":28,"\u00ed":28,"\u00df":41,"\u00d1":15,"\u00cf":15,"\u00ce":15,"\u00c6":15,"\u00c5":15}},"\u00cd":{"d":"63,-186v4,69,-25,134,-37,195v-4,22,8,51,-7,62r-12,-8v-3,-86,25,-128,36,-201v-18,-5,-26,-36,0,-39r10,-18xm146,-322v-26,25,-56,46,-74,79r-9,-3v10,-42,43,-62,72,-86","w":146,"k":{"\u20a4":45,"\u0161":85,"\u0160":99,"\u00fe":99,"\u00fd":99,"\u00f0":85,"\u00de":59,"\u00dd":85,"\u00d7":59,"\u00d0":85,"\u00be":45,"\u00bd":85,"\u25ca":73,"\u2265":66,"\u2264":66,"\u2260":59,"\u2248":71,"\u222b":42,"\u221e":74,"\u221a":56,"\u00b7":18,"\u2202":51,"\u2122":32,"\u203a":85,"\u2039":85,"\u2030":112,"\u2026":59,"\u2022":72,"\u2021":112,"\u2020":72,"\u201e":32,"\u201a":59,"\u2014":59,"\u2013":59,"\u03c0":69,"\u00b5":99,"\u03a9":78,"\u0394":93,"\u02c7":57,"\u02c6":18,"\u0178":72,"\u0153":85,"\u0152":85,"\u0131":109,"\u00ff":99,"\u00fc":72,"\u00fb":85,"\u00fa":85,"\u00f9":85,"\u00f8":99,"\u00f7":72,"\u00f6":85,"\u00f5":85,"\u00f4":72,"\u00f3":99,"\u00f2":59,"\u00f1":85,"\u00ef":45,"\u00ee":99,"\u00ed":112,"\u00ec":32,"\u00eb":85,"\u00ea":85,"\u00e9":99,"\u00e8":85,"\u00e7":99,"\u00e6":72,"\u00e5":85,"\u00e4":85,"\u00e3":85,"\u00e2":85,"\u00e1":85,"\u00e0":85,"\u00df":99,"\u00dc":99,"\u00db":85,"\u00da":85,"\u00d9":85,"\u00d8":85,"\u00d6":85,"\u00d5":59,"\u00d4":85,"\u00d3":85,"\u00d2":85,"\u00d1":112,"\u00cf":45,"\u00ce":59,"\u00cd":85,"\u00cc":32,"\u00cb":85,"\u00ca":99,"\u00c9":99,"\u00c8":85,"\u00c7":85,"\u00c6":99,"\u00c5":112,"\u00c4":99,"\u00c3":99,"\u00c2":99,"\u00c1":99,"\u00c0":72,"\u00bf":85}},"\u00ce":{"d":"72,-209v-16,67,-38,121,-34,209v-5,26,-4,58,-19,75v-8,2,-9,-4,-12,-8r47,-264r7,-17xm75,-318v32,-3,27,34,36,56r-7,18r-11,-5r-10,-49r-24,16r-11,28v-12,7,-25,5,-22,-14v12,-20,28,-37,49,-50","w":110,"k":{"\u0161":49,"\u0160":63,"\u00fe":49,"\u00fd":63,"\u00f0":49,"\u00de":36,"\u00d7":23,"\u00d0":49,"\u00bd":49,"\u25ca":38,"\u2264":43,"\u2260":36,"\u2248":35,"\u222b":34,"\u221e":39,"\u221a":21,"\u2202":15,"\u203a":49,"\u2039":49,"\u2030":63,"\u2026":23,"\u2022":36,"\u2021":63,"\u2020":36,"\u2014":23,"\u2013":23,"\u03c0":34,"\u00b5":63,"\u03a9":43,"\u0394":58,"\u02c7":22,"\u0178":36,"\u0153":49,"\u0152":49,"\u0131":60,"\u00ff":63,"\u00fc":36,"\u00fb":49,"\u00fa":49,"\u00f9":49,"\u00f8":49,"\u00f7":36,"\u00f6":49,"\u00f5":36,"\u00f4":49,"\u00f3":49,"\u00f2":36,"\u00f1":49,"\u00ee":49,"\u00ed":63,"\u00eb":49,"\u00ea":49,"\u00e9":49,"\u00e8":36,"\u00e7":49,"\u00e6":36,"\u00e5":49,"\u00e4":49,"\u00e3":49,"\u00e2":36,"\u00e1":49,"\u00e0":49,"\u00df":63,"\u00dc":49,"\u00db":49,"\u00da":49,"\u00d9":49,"\u00d8":49,"\u00d6":49,"\u00d5":23,"\u00d4":49,"\u00d3":49,"\u00d2":23,"\u00d1":63,"\u00cf":23,"\u00cd":49,"\u00cb":49,"\u00ca":49,"\u00c9":63,"\u00c8":49,"\u00c7":36,"\u00c6":63,"\u00c5":63,"\u00c4":63,"\u00c3":63,"\u00c2":63,"\u00c1":63,"\u00c0":49,"\u00bf":49}},"\u00cf":{"d":"85,-172v-1,95,-33,157,-43,245r-13,-5v8,-89,29,-165,44,-248xm118,-266v-4,-18,17,-42,26,-22v0,17,2,34,-18,31xm75,-318r-4,22r-16,12v-11,-4,-21,-20,-6,-28v14,3,14,-7,26,-6","w":144,"k":{"\u20a4":17,"\u0161":57,"\u0160":70,"\u00fe":43,"\u00fd":70,"\u00f0":57,"\u00de":43,"\u00dd":83,"\u00d7":43,"\u00d0":57,"\u00bd":70,"\u25ca":46,"\u2265":64,"\u2264":50,"\u2260":43,"\u2248":43,"\u222b":28,"\u221e":60,"\u221a":41,"\u203a":57,"\u2039":57,"\u2030":97,"\u2026":43,"\u2022":57,"\u2021":97,"\u2020":43,"\u201a":17,"\u2014":43,"\u2013":70,"\u03c0":41,"\u00b5":83,"\u03a9":63,"\u0394":65,"\u02c7":55,"\u0178":43,"\u0153":57,"\u0152":57,"\u0131":80,"\u00ff":70,"\u00fc":43,"\u00fb":57,"\u00fa":57,"\u00f9":57,"\u00f8":70,"\u00f7":57,"\u00f6":57,"\u00f5":57,"\u00f4":57,"\u00f3":70,"\u00f2":43,"\u00f1":57,"\u00ee":70,"\u00ed":97,"\u00eb":57,"\u00ea":57,"\u00e9":70,"\u00e8":57,"\u00e7":70,"\u00e6":57,"\u00e5":57,"\u00e4":57,"\u00e3":57,"\u00e2":57,"\u00e1":57,"\u00e0":57,"\u00df":83,"\u00dc":70,"\u00db":57,"\u00da":57,"\u00d9":43,"\u00d8":57,"\u00d6":57,"\u00d5":17,"\u00d4":57,"\u00d3":57,"\u00d2":30,"\u00d1":83,"\u00cf":17,"\u00cd":57,"\u00cb":57,"\u00ca":70,"\u00c9":70,"\u00c8":43,"\u00c7":57,"\u00c6":83,"\u00c5":83,"\u00c4":70,"\u00c3":70,"\u00c2":70,"\u00c1":70,"\u00c0":70,"\u00bf":57}},"\u00d1":{"d":"118,-182v-42,77,-77,158,-106,246r-12,-6r0,-18v46,-87,85,-177,117,-270v11,2,9,15,8,27v38,62,55,123,53,201r10,-6v14,-87,37,-172,72,-254v-20,9,-52,31,-70,7v-6,-13,-3,-35,-16,-41r-49,51v-7,2,-8,-2,-8,-8v11,-28,34,-43,55,-61r22,6v6,16,7,38,21,46v33,-9,53,-32,77,-50r8,1r-37,43v8,5,16,10,16,23r-15,14v-28,59,-45,121,-51,186v-12,34,-17,75,-35,103r-14,-7v10,-91,-7,-162,-46,-233","w":299,"k":{"\u20a4":13,"\u0161":53,"\u0160":80,"\u00fe":39,"\u00fd":80,"\u00f0":53,"\u00de":26,"\u00d0":39,"\u00bd":26,"\u25ca":41,"\u2264":33,"\u2260":26,"\u2248":39,"\u222b":23,"\u221e":55,"\u2211":23,"\u220f":28,"\u2202":59,"\u2122":39,"\u203a":66,"\u2039":53,"\u2030":66,"\u2026":13,"\u2022":53,"\u2021":93,"\u2020":39,"\u03c0":36,"\u00b5":119,"\u03a9":33,"\u0394":73,"\u0178":13,"\u0153":66,"\u0152":66,"\u0131":77,"\u00ff":80,"\u00fc":39,"\u00fb":66,"\u00fa":66,"\u00f9":53,"\u00f8":66,"\u00f7":53,"\u00f6":53,"\u00f5":53,"\u00f4":39,"\u00f3":66,"\u00f2":26,"\u00f1":66,"\u00ef":53,"\u00ee":39,"\u00ed":93,"\u00eb":66,"\u00ea":53,"\u00e9":66,"\u00e8":26,"\u00e7":66,"\u00e6":53,"\u00e5":53,"\u00e4":53,"\u00e3":39,"\u00e2":53,"\u00e1":53,"\u00e0":26,"\u00df":105,"\u00dc":53,"\u00db":53,"\u00da":39,"\u00d9":39,"\u00d8":53,"\u00d6":53,"\u00d5":53,"\u00d4":66,"\u00d3":53,"\u00d2":13,"\u00d1":93,"\u00cf":80,"\u00cd":26,"\u00cb":53,"\u00ca":66,"\u00c9":66,"\u00c8":39,"\u00c7":53,"\u00c6":80,"\u00c5":80,"\u00c4":80,"\u00c3":80,"\u00c2":80,"\u00c1":80,"\u00c0":66,"\u00bf":53}},"\u00d2":{"d":"91,42v-36,0,-63,-16,-81,-49v-26,-98,12,-184,81,-239v20,1,37,-1,49,-8v-43,-17,-75,-44,-97,-81r3,-14v46,62,101,97,198,82r40,15r30,46v41,152,-86,245,-223,248xm81,-220r-46,67v-24,67,-41,177,59,178v87,1,168,-49,210,-121v15,-63,7,-123,-43,-155v-61,-12,-113,3,-162,31r-18,0","w":322,"k":{"\u0160":22,"\u00fd":22,"\u00dd":35,"\u00bd":22,"\u222b":33,"\u00b7":262,"\u2211":73,"\u220f":37,"\u2122":62,"\u2030":62,"\u2026":22,"\u2021":35,"\u201e":75,"\u201c":315,"\u201a":181,"\u2019":235,"\u2014":49,"\u2013":89,"\u00b5":62,"\u02c7":35,"\u0178":22,"\u00ff":22,"\u00ee":22,"\u00ed":22,"\u00df":22,"\u00d1":35,"\u00cf":22,"\u00cc":35,"\u00c6":35,"\u00c5":22}},"\u00d3":{"d":"84,25v125,0,222,-113,177,-249v-40,-30,-103,-11,-142,20r-12,-2r12,-22v55,-13,140,-57,163,17r4,56v1,109,-97,196,-200,196v-29,0,-53,-11,-71,-34v-25,-67,-16,-141,29,-195v18,-10,24,-34,54,-29r4,9v-48,11,-68,59,-83,107r-1,73v10,36,32,53,66,53xm270,-362v14,4,4,17,0,27v-39,15,-73,38,-103,68v-7,-2,-12,-5,-8,-14v27,-26,58,-47,93,-62","w":284,"k":{"\u0160":24,"\u00fe":10,"\u00fd":24,"\u00dd":24,"\u00bd":37,"\u222b":35,"\u220f":25,"\u2030":64,"\u2021":37,"\u201a":10,"\u2019":10,"\u2014":24,"\u2013":90,"\u00b5":77,"\u0394":18,"\u02c7":22,"\u0178":24,"\u00ff":24,"\u00ef":10,"\u00ee":37,"\u00ed":37,"\u00df":37,"\u00d1":37,"\u00cf":24,"\u00ce":10,"\u00c9":24,"\u00c6":50,"\u00c5":24,"\u00c4":24,"\u00c3":10,"\u00c2":24,"\u00c1":24}},"\u00d4":{"d":"304,-58v58,-71,15,-213,-87,-190v-41,1,-65,18,-71,52v-8,5,-15,5,-23,0v6,-48,60,-59,108,-69v-5,-13,-9,-27,-22,-32v-22,13,-45,25,-59,45r-12,0r4,-22r55,-37r2,-10v34,2,53,22,56,61v59,4,85,58,86,124v1,121,-133,184,-248,184v-35,0,-62,-18,-81,-51v-22,-65,-12,-130,42,-168r47,-20r3,4v-17,16,-35,29,-55,39v-56,52,-42,178,46,178v84,0,158,-25,209,-88","w":339,"k":{"\u0160":26,"\u00fd":26,"\u00dd":26,"\u00be":13,"\u00bd":26,"\u222b":23,"\u2211":77,"\u220f":28,"\u2122":53,"\u2030":66,"\u2026":13,"\u2021":26,"\u201e":66,"\u201a":80,"\u2019":105,"\u2014":39,"\u2013":66,"\u00b5":66,"\u02c7":38,"\u0178":26,"\u00ff":26,"\u00ee":26,"\u00ed":26,"\u00df":26,"\u00d1":39,"\u00cf":13,"\u00cc":26,"\u00c9":13,"\u00c6":39,"\u00c5":26,"\u00c4":13,"\u00c3":13,"\u00c2":13,"\u00c1":13}},"\u00d5":{"d":"306,-128v-9,105,-106,181,-215,188v-49,2,-87,-39,-91,-87v-7,-80,38,-166,97,-210v19,-2,27,-16,37,-27r58,-11v77,1,103,73,114,147xm101,-222v-52,48,-82,103,-85,181v-2,38,22,85,64,85v105,0,163,-51,201,-122v24,-45,12,-106,-18,-148r-42,-30r-43,-4r-38,14r-6,24r-33,0xm48,-312v33,-31,63,-61,114,-67v30,-4,44,31,49,60v7,8,16,12,30,8v25,-19,51,-36,80,-48r7,4v-25,28,-62,44,-95,64v-30,0,-45,-17,-45,-52r-22,-20v-43,3,-78,24,-105,63r-15,-3","w":327,"k":{"\u0161":14,"\u0160":93,"\u00fe":41,"\u00fd":80,"\u00f0":27,"\u00dd":67,"\u00d0":14,"\u00be":14,"\u00bd":41,"\u2265":34,"\u222b":38,"\u221a":11,"\u00b7":14,"\u2202":20,"\u2122":41,"\u203a":27,"\u2039":27,"\u2030":80,"\u2026":14,"\u2021":54,"\u201e":27,"\u201a":27,"\u2014":27,"\u2013":27,"\u00b5":120,"\u03a9":20,"\u0394":61,"\u02c7":26,"\u02c6":14,"\u0178":41,"\u0153":27,"\u0152":27,"\u0131":38,"\u00ff":93,"\u00fb":14,"\u00fa":27,"\u00f9":14,"\u00f8":27,"\u00f6":14,"\u00f4":14,"\u00f3":41,"\u00f1":27,"\u00ef":27,"\u00ee":54,"\u00ed":67,"\u00ec":41,"\u00eb":27,"\u00ea":27,"\u00e9":41,"\u00e7":41,"\u00e5":14,"\u00e4":14,"\u00e3":14,"\u00e1":14,"\u00e0":14,"\u00df":80,"\u00dc":27,"\u00db":14,"\u00da":14,"\u00d9":14,"\u00d8":14,"\u00d6":14,"\u00d5":14,"\u00d4":27,"\u00d3":14,"\u00d2":27,"\u00d1":80,"\u00cf":41,"\u00ce":41,"\u00cd":27,"\u00cc":41,"\u00cb":14,"\u00ca":27,"\u00c9":54,"\u00c8":27,"\u00c6":80,"\u00c5":67,"\u00c4":54,"\u00c3":54,"\u00c2":67,"\u00c1":67,"\u00c0":41,"\u00bf":27}},"\u00d6":{"d":"264,-273v-3,30,-32,34,-33,66v38,9,68,32,68,77v0,48,-22,86,-65,115v-59,41,-106,73,-194,71r-25,-8r-15,-31v5,-59,31,-108,65,-155v25,-34,45,-51,88,-46r54,-20v8,-31,30,-47,47,-69r10,0xm242,-188v-45,-1,-77,12,-98,35v-15,2,-10,-16,-24,-15v-57,43,-93,97,-105,164r3,32v10,8,22,16,42,14v82,-8,150,-42,202,-104r23,-58v0,-33,-14,-56,-43,-68xm194,-264v-8,18,-27,28,-22,56v-9,10,-21,-4,-23,-12v11,-19,17,-46,45,-44","w":298,"k":{"\u0160":118,"\u00fe":25,"\u00fd":65,"\u00f0":12,"\u00dd":52,"\u00bd":12,"\u2265":32,"\u222b":35,"\u00b7":12,"\u2211":35,"\u220f":40,"\u2202":18,"\u2122":12,"\u203a":12,"\u2039":25,"\u2030":52,"\u2021":38,"\u201e":12,"\u201d":25,"\u201c":25,"\u201a":25,"\u2019":25,"\u2013":12,"\u00b5":104,"\u0394":47,"\u02c6":12,"\u0178":12,"\u0153":25,"\u0152":25,"\u0131":22,"\u00ff":78,"\u00fb":12,"\u00fa":25,"\u00f8":12,"\u00f3":38,"\u00f1":12,"\u00ef":12,"\u00ee":52,"\u00ed":52,"\u00ec":12,"\u00eb":38,"\u00ea":12,"\u00e9":38,"\u00e7":25,"\u00e3":12,"\u00df":118,"\u00dc":12,"\u00d6":12,"\u00d4":25,"\u00d3":12,"\u00d2":12,"\u00d1":65,"\u00cf":38,"\u00ce":25,"\u00cd":12,"\u00cc":12,"\u00ca":12,"\u00c9":38,"\u00c8":12,"\u00c6":78,"\u00c5":52,"\u00c4":52,"\u00c3":52,"\u00c2":52,"\u00c1":65,"\u00c0":38,"\u00bf":12}},"\u00d8":{"d":"0,-44v-1,-118,86,-213,182,-241r41,4v11,-7,14,-24,32,-24v10,16,-20,18,-18,39v40,71,38,164,-28,208r-79,52r-75,19v-8,17,-22,28,-25,50r10,4r-6,15v-17,3,-21,-7,-20,-23r24,-50r-28,-19xm86,-203v1,17,-14,17,-20,26r-3,26r-22,4v-21,40,-50,116,2,141r22,-24r145,-235v-2,-7,-14,-3,-22,-4v-42,10,-77,32,-102,66xm67,-10r2,4v82,-5,154,-68,178,-142v0,-38,-6,-70,-16,-98r-8,-7","w":262,"k":{"\u0160":109,"\u00fe":15,"\u00fd":55,"\u00bd":15,"\u222b":27,"\u2211":27,"\u220f":30,"\u2122":28,"\u2039":15,"\u2030":55,"\u2021":42,"\u00b5":95,"\u0394":37,"\u0153":15,"\u0152":15,"\u0131":27,"\u00ff":69,"\u00fa":15,"\u00f8":15,"\u00f3":28,"\u00ef":15,"\u00ee":42,"\u00ed":42,"\u00eb":28,"\u00e9":28,"\u00e7":28,"\u00df":82,"\u00d4":15,"\u00d1":55,"\u00cf":42,"\u00cd":15,"\u00ca":15,"\u00c9":28,"\u00c8":15,"\u00c6":69,"\u00c5":42,"\u00c4":42,"\u00c3":42,"\u00c2":42,"\u00c1":55,"\u00c0":28}},"\u00d9":{"d":"57,-194v-6,56,-19,112,-40,166r1,32r16,16v77,-29,117,-101,136,-189v6,-7,12,-5,19,0v-28,64,-41,126,-34,203v-7,4,-12,2,-15,-4r0,-76r-5,-2v-25,40,-55,76,-109,86r-17,-12v-14,-25,-9,-60,-1,-91r35,-134xm78,-289v14,29,36,52,63,69r-7,14v-38,-10,-53,-44,-67,-74v2,-5,3,-12,11,-9","w":189,"k":{"\u0160":114,"\u00fe":22,"\u00fd":74,"\u00dd":48,"\u2265":15,"\u222b":32,"\u221e":10,"\u00b7":74,"\u2211":86,"\u220f":36,"\u2202":15,"\u2122":22,"\u2030":48,"\u2021":61,"\u201d":88,"\u201c":88,"\u201a":35,"\u2019":35,"\u2018":101,"\u2013":22,"\u00b5":88,"\u0394":17,"\u02dc":141,"\u02c6":74,"\u0131":19,"\u00ff":101,"\u00ef":22,"\u00ee":48,"\u00ed":48,"\u00ec":22,"\u00df":48,"\u00d1":48,"\u00cf":35,"\u00ce":35,"\u00cc":35,"\u00c9":22,"\u00c6":48,"\u00c5":35,"\u00c4":22,"\u00c3":22,"\u00c2":22,"\u00c1":35}},"\u00da":{"d":"53,-201v8,74,-7,129,-38,193v-1,23,0,43,9,56r22,-8v71,-52,111,-123,120,-212v4,-8,11,-10,20,-5v-21,46,-29,86,-28,140v11,5,19,29,2,35r-11,-3r-13,-32v-24,47,-57,81,-102,102r-24,-5v-10,-15,-15,-40,-10,-66r38,-200xm158,-266r-6,15r-37,18r-22,26r-12,-6r2,-12v17,-21,38,-38,63,-51","w":185,"k":{"\u0160":112,"\u00fe":18,"\u00fd":72,"\u00dd":32,"\u00d0":18,"\u222b":30,"\u2211":30,"\u220f":34,"\u2030":45,"\u2021":59,"\u201d":18,"\u201c":18,"\u201a":32,"\u2019":32,"\u00b5":85,"\u0394":27,"\u0131":17,"\u00ff":99,"\u00ef":18,"\u00ee":45,"\u00ed":45,"\u00e7":32,"\u00df":99,"\u00d1":45,"\u00cf":32,"\u00ce":18,"\u00c9":32,"\u00c8":18,"\u00c6":59,"\u00c5":32,"\u00c4":32,"\u00c3":18,"\u00c2":32,"\u00c1":32}},"\u00db":{"d":"65,-207v7,73,-54,133,-54,197v0,18,7,34,20,48r9,0v91,-48,144,-125,157,-229v4,-8,11,-5,18,-1v-17,63,-42,119,-43,198r8,26v-9,4,-17,6,-20,-4r-6,-68v-31,44,-66,78,-116,95v-25,0,-38,-14,-38,-43v0,-48,12,-93,34,-137r18,-84xm150,-284v3,18,12,34,25,46r-3,13v-26,0,-19,-32,-43,-34v-9,9,-17,17,-11,34v-9,8,-25,7,-25,-8v11,-22,21,-46,41,-59","w":215,"k":{"\u0161":21,"\u0160":114,"\u00fe":21,"\u00fd":74,"\u00f0":21,"\u00dd":21,"\u2265":28,"\u222b":32,"\u221e":23,"\u00b7":35,"\u2211":59,"\u220f":35,"\u2202":27,"\u2122":21,"\u203a":21,"\u2039":21,"\u2030":48,"\u2022":21,"\u2021":74,"\u201d":48,"\u201c":48,"\u2019":21,"\u2018":61,"\u00b5":87,"\u03a9":15,"\u0394":15,"\u02dc":101,"\u02c6":48,"\u0153":21,"\u0131":18,"\u00ff":101,"\u00fb":21,"\u00fa":21,"\u00f9":21,"\u00f7":21,"\u00f6":21,"\u00f5":21,"\u00f1":21,"\u00ef":21,"\u00ee":48,"\u00ed":48,"\u00ec":21,"\u00eb":21,"\u00ea":21,"\u00e6":21,"\u00e5":21,"\u00e4":21,"\u00e3":21,"\u00e2":21,"\u00e1":21,"\u00df":61,"\u00d9":21,"\u00d8":21,"\u00d5":21,"\u00d1":48,"\u00cf":35,"\u00ce":35,"\u00cc":35,"\u00cb":21,"\u00c9":21,"\u00c7":21,"\u00c6":48,"\u00c5":35,"\u00c4":21,"\u00c3":21,"\u00c2":21,"\u00c1":35}},"\u00dc":{"d":"81,-217v-6,75,-28,147,-66,214v2,15,-1,36,13,40r29,-14v64,-54,109,-122,137,-202v5,-5,11,-8,17,-2r-51,133v-4,31,-5,62,6,85r-12,1v-18,-25,-20,-54,-10,-86r-4,-1v-30,38,-56,80,-102,102v-16,2,-23,-5,-32,-11v-11,-35,-3,-68,8,-99r57,-165xm134,-305r-20,63r-12,-7v1,-25,11,-41,21,-57xm175,-303r-33,61r-10,-4v5,-26,20,-42,34,-60","w":210,"k":{"\u0161":17,"\u0160":17,"\u00fe":30,"\u00fd":17,"\u00f0":30,"\u00dd":44,"\u00d0":17,"\u2265":24,"\u222b":28,"\u221e":20,"\u00b7":17,"\u2211":28,"\u220f":32,"\u2202":36,"\u2122":17,"\u203a":30,"\u2039":30,"\u2030":44,"\u2022":17,"\u2021":70,"\u201e":30,"\u201d":17,"\u201c":17,"\u201a":57,"\u2019":44,"\u2018":30,"\u2013":110,"\u00b5":84,"\u0394":12,"\u02dc":70,"\u02c6":17,"\u0153":30,"\u0152":17,"\u0131":28,"\u00ff":17,"\u00fb":30,"\u00fa":30,"\u00f9":17,"\u00f8":30,"\u00f7":17,"\u00f6":30,"\u00f5":17,"\u00f3":17,"\u00f1":30,"\u00ef":17,"\u00ee":44,"\u00ed":44,"\u00ec":17,"\u00eb":30,"\u00ea":30,"\u00e9":17,"\u00e8":17,"\u00e7":17,"\u00e6":17,"\u00e5":30,"\u00e4":30,"\u00e2":17,"\u00e1":17,"\u00e0":17,"\u00df":70,"\u00dc":17,"\u00db":17,"\u00d8":30,"\u00d6":30,"\u00d5":17,"\u00d4":17,"\u00d3":17,"\u00d2":17,"\u00d1":44,"\u00cf":44,"\u00ce":30,"\u00cc":17,"\u00cb":17,"\u00ca":17,"\u00c9":17,"\u00c8":17,"\u00c7":17,"\u00c6":44,"\u00c5":30,"\u00c4":30,"\u00c3":30,"\u00c2":17,"\u00c1":17,"\u00c0":17,"\u00bf":30}},"\u00df":{"d":"9,111v-5,-45,23,-51,32,-84r-36,-23r0,-12v22,-14,35,11,44,22r8,-1r87,-124v2,-14,-16,-6,-12,-24r35,-13v24,-32,44,-67,59,-105r-11,-11r-76,-5r-41,17v-11,-32,39,-34,69,-34v39,0,74,11,106,34r14,23r-6,26v-28,35,-64,60,-108,74r6,13v33,13,53,36,62,69r-9,29v-49,37,-105,53,-173,51v-18,18,-28,37,-36,65r14,7v-2,14,-19,20,-28,6xm75,12r3,4v46,-8,92,-16,128,-34r18,-22r-9,-29r-54,-38xm238,-250v-11,31,-24,61,-43,84r2,5r49,-29r24,-36r-9,-15","w":262,"k":{"\u20a4":49,"\u0161":23,"\u0160":116,"\u00fe":49,"\u00fd":130,"\u00f0":23,"\u00de":23,"\u00dd":23,"\u00d0":23,"\u25ca":25,"\u2264":56,"\u2260":23,"\u2248":35,"\u222b":34,"\u221e":39,"\u00b7":49,"\u2211":47,"\u220f":38,"\u2202":30,"\u2122":23,"\u203a":36,"\u2039":23,"\u2030":49,"\u2022":23,"\u2021":103,"\u2020":76,"\u201c":103,"\u03c0":34,"\u00b5":116,"\u03a9":17,"\u0394":58,"\u0153":36,"\u0152":36,"\u0131":47,"\u00ff":103,"\u00fc":23,"\u00fb":36,"\u00fa":36,"\u00f9":23,"\u00f8":36,"\u00f7":49,"\u00f6":23,"\u00f5":23,"\u00f4":23,"\u00f3":36,"\u00f2":36,"\u00f1":36,"\u00ef":36,"\u00ee":63,"\u00ed":76,"\u00eb":36,"\u00ea":23,"\u00e9":36,"\u00e7":49,"\u00e6":36,"\u00e5":23,"\u00e4":23,"\u00e3":23,"\u00e2":23,"\u00e1":23,"\u00df":76,"\u00dc":36,"\u00db":23,"\u00da":23,"\u00d9":23,"\u00d8":23,"\u00d6":23,"\u00d5":23,"\u00d4":36,"\u00d3":23,"\u00d2":36,"\u00d1":89,"\u00cf":63,"\u00ce":36,"\u00cc":23,"\u00cb":36,"\u00ca":36,"\u00c9":49,"\u00c8":23,"\u00c7":23,"\u00c6":89,"\u00c5":76,"\u00c4":63,"\u00c3":63,"\u00c2":63,"\u00c1":63,"\u00c0":49,"\u00bf":23}},"\u00e0":{"d":"144,-86v-3,21,-13,42,-4,61v13,8,20,-12,34,-3r-6,17r-33,5v-10,-8,-15,-21,-17,-37r-6,0v-27,24,-52,49,-98,43r-14,-15r2,-28v22,-37,52,-65,91,-82v25,-2,42,11,51,39xm17,-33v0,10,2,16,9,19r55,-23r45,-43v-6,-12,-7,-30,-27,-29v-38,15,-66,41,-82,76xm121,-143r-7,13v-35,-12,-63,-31,-88,-53r5,-9","w":173,"k":{"\u0160":166,"\u00fd":99,"\u00dd":33,"\u00be":20,"\u00bd":33,"\u25ca":22,"\u2264":27,"\u222b":30,"\u221a":30,"\u2211":97,"\u220f":35,"\u2122":86,"\u2030":73,"\u2026":46,"\u2021":60,"\u2020":20,"\u201e":112,"\u201a":139,"\u2014":86,"\u2013":126,"\u03c0":17,"\u00b5":73,"\u0394":15,"\u02c7":59,"\u0178":60,"\u00ff":99,"\u00ee":33,"\u00ed":33,"\u00e7":20,"\u00df":99,"\u00d1":33,"\u00cf":20,"\u00cc":33,"\u00c9":20,"\u00c6":46,"\u00c5":20,"\u00c4":20,"\u00c2":20,"\u00c1":20}},"\u00e1":{"d":"130,-73v8,22,-33,33,-15,59v8,-5,15,-7,23,-1v1,17,-12,20,-30,19r-17,-26v-25,22,-52,29,-82,14v-27,-41,15,-100,58,-112v24,5,40,20,47,47r16,0xm17,-40v-2,15,7,20,15,25r35,-11r32,-29r-13,-38r-20,-10v-27,11,-44,32,-49,63xm154,-199v5,9,7,18,1,27r-21,-8v-25,9,-46,24,-63,44v-5,-3,-13,-3,-11,-14v25,-25,52,-52,94,-49","w":159,"k":{"\u20a4":19,"\u0161":19,"\u0160":112,"\u00fe":32,"\u00fd":99,"\u00dd":19,"\u00d0":19,"\u2265":13,"\u2264":53,"\u222b":30,"\u2211":56,"\u220f":34,"\u2202":12,"\u2122":19,"\u2030":46,"\u2021":59,"\u2020":46,"\u03c0":17,"\u00b5":99,"\u0394":41,"\u0131":30,"\u00ff":99,"\u00f8":19,"\u00f3":19,"\u00f2":32,"\u00ef":32,"\u00ee":59,"\u00ed":59,"\u00e9":19,"\u00e7":46,"\u00e5":19,"\u00df":59,"\u00dc":19,"\u00d1":59,"\u00cf":46,"\u00ce":32,"\u00cc":32,"\u00ca":19,"\u00c9":46,"\u00c8":19,"\u00c6":72,"\u00c5":46,"\u00c4":46,"\u00c3":32,"\u00c2":46,"\u00c1":46,"\u00c0":19}},"\u00e2":{"d":"109,-118r18,30v5,-6,12,-8,23,-6r-1,51r23,4r-4,13r-20,6r-16,-14r-3,-26v-18,0,-27,20,-42,26v-23,9,-43,22,-73,14r-14,-20v12,-42,39,-70,81,-83xm43,-81r-25,33r10,14r39,-9r46,-32r-4,-24r-22,-8xm89,-194v23,6,30,28,43,44v-12,28,-35,-8,-47,-19r-26,23r-22,-8r3,-12","w":172,"k":{"\u0160":150,"\u00fd":85,"\u00dd":58,"\u00d0":18,"\u00be":31,"\u00bd":44,"\u2265":11,"\u2264":11,"\u222b":28,"\u221a":15,"\u2211":108,"\u220f":33,"\u2122":58,"\u203a":18,"\u2030":98,"\u2026":18,"\u2021":58,"\u201e":44,"\u201a":58,"\u2014":31,"\u2013":44,"\u00b5":85,"\u03a9":24,"\u0394":26,"\u02c7":43,"\u0178":44,"\u00ff":98,"\u00f3":18,"\u00f2":18,"\u00ee":31,"\u00ed":31,"\u00eb":31,"\u00e7":31,"\u00df":125,"\u00d1":44,"\u00cf":18,"\u00cc":31,"\u00c9":18,"\u00c6":44,"\u00c5":31,"\u00c4":18,"\u00c3":31,"\u00c2":31,"\u00c1":31}},"\u00e3":{"d":"126,-122r24,28v8,-5,16,-5,24,0r-20,40r8,17v31,-3,47,-22,69,-34v5,2,15,-1,13,8v-20,18,-46,29,-70,43r-26,-3v-6,-8,-9,-19,-21,-22v-32,24,-60,54,-113,47r-14,-22v10,-49,48,-88,99,-106xm65,-88r-47,55v-2,17,6,25,23,21v42,-10,76,-35,103,-68r-19,-24r-22,-7xm101,-186v8,10,11,26,25,30r54,-8v-7,18,-28,21,-46,28r-30,-8r-15,-26r-55,26r-12,-4r2,-12v25,-10,39,-30,77,-26","w":243,"k":{"\u20a4":23,"\u0160":169,"\u00fe":23,"\u00fd":77,"\u00dd":77,"\u00d7":37,"\u00d0":23,"\u00be":37,"\u00bd":63,"\u2265":57,"\u2264":44,"\u2260":50,"\u222b":35,"\u221a":48,"\u2211":141,"\u220f":38,"\u2122":77,"\u203a":50,"\u2039":37,"\u2030":104,"\u2026":37,"\u2021":37,"\u2020":50,"\u201e":117,"\u201a":130,"\u2014":50,"\u2013":117,"\u03c0":48,"\u00b5":104,"\u03a9":17,"\u0394":45,"\u02c7":49,"\u0178":50,"\u0152":23,"\u0131":21,"\u00ff":90,"\u00f3":23,"\u00f2":37,"\u00ee":37,"\u00ed":50,"\u00ec":23,"\u00eb":63,"\u00e9":37,"\u00e7":23,"\u00df":143,"\u00d1":63,"\u00cf":37,"\u00ce":23,"\u00cc":50,"\u00c9":37,"\u00c6":63,"\u00c5":50,"\u00c4":50,"\u00c3":50,"\u00c2":50,"\u00c1":63,"\u00c0":23}},"\u00e4":{"d":"89,-123v30,-3,28,26,55,27v2,37,-28,43,-27,79v19,9,39,-9,58,-13v-16,17,-40,45,-69,30v-12,-23,-9,-41,6,-61v-30,32,-64,48,-104,48r-8,-8v-4,-49,53,-79,89,-102xm95,-108v-34,16,-53,47,-77,73r4,7v40,-13,65,-41,96,-63v-5,-8,-10,-17,-23,-17xm142,-185v-10,17,-22,32,-26,55r-14,-13v5,-21,17,-35,32,-47xm89,-204v-5,15,-14,28,-9,47v-7,7,-13,-1,-19,-5v-1,-22,12,-32,20,-45","w":175,"k":{"\u0160":141,"\u00fd":88,"\u00dd":61,"\u00d0":22,"\u00bd":35,"\u2264":15,"\u222b":32,"\u221a":32,"\u2211":99,"\u220f":36,"\u2122":48,"\u2030":74,"\u2026":22,"\u2021":61,"\u201e":22,"\u201a":35,"\u2013":22,"\u00b5":88,"\u03a9":15,"\u0394":30,"\u02c7":21,"\u0178":22,"\u00ff":101,"\u00f3":22,"\u00f2":22,"\u00ee":35,"\u00ed":35,"\u00e7":35,"\u00df":74,"\u00d1":48,"\u00cf":22,"\u00cc":35,"\u00c9":22,"\u00c6":48,"\u00c5":35,"\u00c4":22,"\u00c3":35,"\u00c2":35,"\u00c1":35}},"\u00e5":{"d":"106,-114v6,12,10,27,23,33v4,18,-8,31,0,44v30,1,45,-13,65,-22v6,1,11,2,9,10v-20,22,-46,31,-77,29v-16,-5,-23,-15,-20,-31v-18,2,-22,18,-35,25v-24,12,-62,28,-71,-8v12,-42,40,-70,86,-84xm93,-201v17,1,35,1,41,13v0,27,-22,51,-61,50r-16,-16r3,-27xm18,-41r8,13v37,-9,59,-33,85,-53r-8,-18v-45,-9,-62,34,-85,58xm117,-180v-13,-16,-30,2,-36,16r4,7","w":203,"k":{"\u20a4":22,"\u0160":168,"\u00fd":75,"\u00dd":62,"\u00d7":48,"\u00d0":22,"\u00be":35,"\u00bd":62,"\u25ca":11,"\u2265":15,"\u2264":69,"\u2248":22,"\u222b":33,"\u221a":60,"\u2211":126,"\u220f":37,"\u2122":88,"\u203a":22,"\u2030":102,"\u2026":48,"\u2021":48,"\u2020":75,"\u201e":48,"\u201a":62,"\u2014":48,"\u2013":48,"\u03c0":46,"\u00b5":88,"\u03a9":15,"\u0394":30,"\u02c7":48,"\u0178":48,"\u0131":20,"\u00ff":88,"\u00f3":22,"\u00f2":22,"\u00ee":35,"\u00ed":35,"\u00ec":22,"\u00eb":48,"\u00e9":22,"\u00e7":35,"\u00df":142,"\u00d1":48,"\u00cf":35,"\u00ce":22,"\u00cc":48,"\u00c9":35,"\u00c6":62,"\u00c5":35,"\u00c4":35,"\u00c3":35,"\u00c2":35,"\u00c1":48,"\u00c0":22}},"\u00e6":{"d":"244,-126r0,35v-20,30,-46,53,-78,70v54,3,83,-20,124,-30r8,2r-9,14v-44,20,-79,36,-137,35r-14,-7v-26,14,-50,7,-58,-21v-19,7,-34,18,-63,15r-17,-14r2,-22v23,-38,58,-58,104,-61v7,13,23,17,23,37v-12,14,-29,22,-30,47v4,7,12,7,22,5v4,-55,52,-91,100,-111xm95,-96v-27,16,-61,26,-78,53v-2,11,6,11,11,15v36,-4,64,-22,83,-53v1,-11,-11,-10,-16,-15xm170,-82r-30,46r4,6r66,-43v6,-15,24,-25,19,-43v-28,3,-38,24,-59,34","w":298,"k":{"\u20a4":24,"\u0161":11,"\u0160":170,"\u00fe":24,"\u00fd":78,"\u00f0":11,"\u00dd":78,"\u00d7":37,"\u00d0":24,"\u00be":51,"\u00bd":64,"\u2265":71,"\u2264":44,"\u2260":37,"\u2248":10,"\u222b":35,"\u221a":35,"\u2211":141,"\u220f":39,"\u2122":78,"\u203a":51,"\u2039":51,"\u2030":117,"\u2026":37,"\u2021":37,"\u2020":37,"\u03c0":35,"\u00b5":104,"\u03a9":17,"\u0394":46,"\u02c7":63,"\u0178":51,"\u0153":11,"\u0152":24,"\u0131":22,"\u00ff":91,"\u00fa":11,"\u00f8":11,"\u00f4":11,"\u00f3":24,"\u00f2":37,"\u00f1":11,"\u00ef":11,"\u00ee":37,"\u00ed":51,"\u00ec":24,"\u00eb":64,"\u00ea":11,"\u00e9":51,"\u00e7":24,"\u00df":143,"\u00dc":11,"\u00d4":11,"\u00d2":11,"\u00d1":64,"\u00cf":37,"\u00ce":24,"\u00cd":11,"\u00cc":51,"\u00ca":11,"\u00c9":37,"\u00c8":11,"\u00c6":64,"\u00c5":51,"\u00c4":51,"\u00c3":51,"\u00c2":51,"\u00c1":64,"\u00c0":24,"\u00bf":11}},"\u00e7":{"d":"130,-93r5,13v-35,-9,-67,11,-74,48r12,13r69,-3r-8,17v-22,1,-51,-3,-62,9r-7,30r30,7r6,16r-20,23v-24,5,-46,13,-77,11v-6,-3,-3,-11,-2,-18r44,3r29,-15v-3,-14,-26,-8,-29,-23r13,-46v-39,-40,18,-78,53,-89","w":141,"k":{"\u20a4":14,"\u0160":93,"\u00fe":14,"\u00fd":67,"\u00dd":67,"\u00d0":14,"\u00be":41,"\u00bd":41,"\u2265":21,"\u222b":25,"\u2211":104,"\u220f":28,"\u203a":27,"\u2039":27,"\u2030":107,"\u2021":27,"\u2020":14,"\u00b5":93,"\u0394":35,"\u02c7":13,"\u0178":27,"\u0152":14,"\u0131":11,"\u00ff":80,"\u00f3":14,"\u00ee":27,"\u00ed":41,"\u00ec":14,"\u00eb":14,"\u00e9":14,"\u00e7":14,"\u00df":54,"\u00d1":54,"\u00cf":27,"\u00ce":14,"\u00cc":41,"\u00c9":27,"\u00c6":54,"\u00c5":41,"\u00c4":41,"\u00c3":41,"\u00c2":41,"\u00c1":41,"\u00c0":14}},"\u00e8":{"d":"35,-189r60,44r25,36v-5,43,-43,64,-97,63v-12,14,4,31,24,31v21,0,40,-5,59,-14v-2,27,-50,30,-86,26v-6,-10,-15,-17,-20,-28v-3,-49,42,-79,83,-93r-3,-9r-57,-45r2,-11r10,0xm26,-68r4,6r48,-13v8,-11,23,-15,26,-32v-30,-11,-59,21,-78,39","w":120,"k":{"\u0160":125,"\u00fe":19,"\u00fd":59,"\u00dd":59,"\u00be":19,"\u00bd":32,"\u222b":30,"\u2211":110,"\u220f":34,"\u2122":46,"\u2030":86,"\u2021":46,"\u201e":46,"\u201a":72,"\u2014":32,"\u2013":59,"\u00b5":99,"\u0394":27,"\u02c7":18,"\u0178":19,"\u0131":17,"\u00ff":72,"\u00f3":19,"\u00ee":46,"\u00ed":46,"\u00ec":19,"\u00eb":19,"\u00e7":19,"\u00df":125,"\u00d1":59,"\u00cf":32,"\u00ce":19,"\u00cc":46,"\u00c9":32,"\u00c8":19,"\u00c6":59,"\u00c5":46,"\u00c4":32,"\u00c3":32,"\u00c2":32,"\u00c1":32,"\u00c0":19}},"\u00e9":{"d":"94,-132v13,1,26,3,32,11r-1,27v-25,31,-60,47,-102,47v-8,6,-5,17,-3,28r31,6v29,-8,56,-23,79,-45v8,-1,5,6,4,11v-20,26,-56,36,-88,51r-28,-3v-49,-49,24,-117,76,-133xm108,-118v-37,5,-54,30,-76,50r3,4v32,-1,59,-15,79,-42xm183,-192r-8,13v-22,6,-41,18,-57,36r-12,-2r11,-20r54,-30","w":183,"k":{"\u0161":30,"\u0160":96,"\u00fe":30,"\u00fd":69,"\u00f0":30,"\u00dd":55,"\u00d0":15,"\u00be":55,"\u00bd":30,"\u2265":36,"\u2248":28,"\u222b":27,"\u221e":32,"\u2211":93,"\u220f":30,"\u2202":48,"\u203a":55,"\u2039":42,"\u2030":122,"\u2022":42,"\u2021":96,"\u00b5":109,"\u0394":50,"\u0178":15,"\u0153":30,"\u0152":30,"\u0131":53,"\u00ff":96,"\u00fc":15,"\u00fb":30,"\u00fa":30,"\u00f9":42,"\u00f8":30,"\u00f7":42,"\u00f6":15,"\u00f5":42,"\u00f3":30,"\u00f1":30,"\u00ef":15,"\u00ee":42,"\u00ed":42,"\u00ec":42,"\u00eb":30,"\u00ea":30,"\u00e9":30,"\u00e8":42,"\u00e7":42,"\u00e6":30,"\u00e5":42,"\u00e4":42,"\u00e3":15,"\u00e2":42,"\u00e1":42,"\u00e0":42,"\u00df":69,"\u00dc":15,"\u00db":15,"\u00d8":30,"\u00d6":30,"\u00d5":15,"\u00d4":30,"\u00d3":30,"\u00d2":30,"\u00d1":82,"\u00cf":42,"\u00ce":15,"\u00cd":15,"\u00cc":30,"\u00cb":15,"\u00ca":30,"\u00c9":42,"\u00c8":30,"\u00c7":42,"\u00c6":82,"\u00c5":69,"\u00c4":55,"\u00c3":55,"\u00c2":55,"\u00c1":55,"\u00c0":42,"\u00bf":30}},"\u00ea":{"d":"144,-46v-24,32,-55,51,-93,51v-31,0,-49,-18,-51,-51v-3,-50,43,-86,89,-101v18,5,47,4,37,32v-26,31,-60,46,-101,43v-11,11,-6,28,-3,45r19,14r32,-1r71,-39r0,7xm102,-207v15,5,19,22,28,33v-4,14,-25,7,-30,-2v-21,1,-35,12,-43,32v-9,1,-12,-5,-16,-10r10,-20v17,-11,41,-15,51,-33xm95,-133v-23,11,-47,22,-61,42r3,4v30,0,55,-13,75,-38","w":144,"k":{"\u0161":17,"\u0160":57,"\u00fd":70,"\u00dd":30,"\u00be":17,"\u00bd":30,"\u222b":28,"\u2211":94,"\u220f":32,"\u2122":57,"\u2030":70,"\u2026":17,"\u2021":57,"\u2014":30,"\u00b5":70,"\u0394":12,"\u02c7":30,"\u0178":30,"\u00ff":84,"\u00ee":30,"\u00ed":30,"\u00df":30,"\u00d1":30,"\u00cf":17,"\u00cc":30,"\u00c9":17,"\u00c6":44,"\u00c5":17,"\u00c4":17,"\u00c2":17,"\u00c1":17}},"\u00eb":{"d":"106,-126v15,4,39,8,32,27r-50,37r-47,16v-6,7,-2,18,0,28v40,33,77,-14,103,-36r10,0v-23,42,-65,72,-119,54v-8,-10,-18,-19,-15,-41r-20,-9r4,-12r24,-1r33,-43xm117,-111v-34,3,-50,23,-68,42r2,4v28,-9,53,-21,71,-40xm81,-168r-6,12v-17,2,-25,-6,-15,-18xm132,-175r-10,17r-14,-4r8,-19","w":153,"k":{"\u0160":27,"\u00fd":40,"\u00dd":27,"\u00bd":13,"\u222b":24,"\u221a":77,"\u2211":77,"\u220f":28,"\u203a":40,"\u2030":67,"\u2026":212,"\u2021":67,"\u00b5":53,"\u0178":40,"\u00ff":40,"\u00ee":13,"\u00ed":13,"\u00df":13,"\u00d1":27,"\u00cf":13,"\u00cc":27,"\u00c6":27,"\u00c5":13}},"\u00ec":{"d":"20,-135v0,17,48,17,71,27v-11,29,-28,57,-50,85v-2,14,-4,29,-23,23v-8,-46,13,-68,55,-104v-25,-8,-56,-12,-73,-28v4,-5,12,-4,20,-3","w":90,"k":{"\u0160":30,"\u00fe":30,"\u00fd":30,"\u00dd":30,"\u222b":28,"\u00b7":43,"\u2211":28,"\u220f":31,"\u2122":17,"\u2030":30,"\u2021":30,"\u201d":56,"\u201c":56,"\u2019":43,"\u00b5":43,"\u0394":25,"\u02c6":43,"\u0131":28,"\u00ff":30,"\u00ef":17,"\u00ee":30,"\u00ed":30,"\u00ec":17,"\u00e7":17,"\u00df":43,"\u00d1":30,"\u00cf":30,"\u00ce":30,"\u00cc":30,"\u00c9":30,"\u00c8":17,"\u00c6":30,"\u00c5":30,"\u00c4":30,"\u00c3":30,"\u00c2":30,"\u00c1":30,"\u00c0":17}},"\u00ed":{"d":"60,-90v8,-2,20,-2,23,4v-7,30,-28,58,-63,86v-6,3,-13,3,-20,1v19,-26,52,-47,63,-79v0,-3,-1,-8,-3,-12xm80,-92v35,-11,73,-33,113,-25v-2,9,-17,4,-27,6v-29,4,-55,23,-86,19","w":192,"k":{"\u20a4":65,"\u0161":91,"\u0160":118,"\u00fe":52,"\u00fd":118,"\u00f0":104,"\u00de":38,"\u00dd":12,"\u00d7":25,"\u00d0":38,"\u00be":12,"\u00bd":52,"\u25ca":41,"\u2264":99,"\u2260":91,"\u2248":91,"\u222b":35,"\u221e":94,"\u221a":62,"\u2211":35,"\u220f":40,"\u2202":111,"\u2122":38,"\u203a":104,"\u2039":104,"\u2030":52,"\u2026":52,"\u2022":91,"\u2021":144,"\u2020":91,"\u2014":12,"\u2013":12,"\u03c0":89,"\u00b5":158,"\u03a9":32,"\u0394":113,"\u0178":12,"\u0153":104,"\u0152":104,"\u0131":129,"\u00ff":118,"\u00fc":38,"\u00fb":104,"\u00fa":104,"\u00f9":78,"\u00f8":104,"\u00f7":91,"\u00f6":91,"\u00f5":78,"\u00f4":91,"\u00f3":104,"\u00f2":78,"\u00f1":104,"\u00ef":52,"\u00ee":52,"\u00ed":118,"\u00eb":104,"\u00ea":104,"\u00e9":104,"\u00e8":38,"\u00e7":104,"\u00e6":91,"\u00e5":78,"\u00e4":65,"\u00e3":65,"\u00e2":78,"\u00e1":91,"\u00e0":38,"\u00df":118,"\u00dc":52,"\u00db":38,"\u00da":25,"\u00d9":25,"\u00d8":104,"\u00d6":104,"\u00d5":78,"\u00d4":104,"\u00d3":104,"\u00d2":38,"\u00d1":118,"\u00cf":104,"\u00ce":52,"\u00cd":52,"\u00cc":25,"\u00cb":38,"\u00ca":78,"\u00c9":91,"\u00c8":65,"\u00c7":91,"\u00c6":131,"\u00c5":78,"\u00c4":131,"\u00c3":131,"\u00c2":118,"\u00c1":118,"\u00c0":91,"\u00bf":65}},"\u00ee":{"d":"94,-112r-1,9v-19,36,-54,64,-75,103v-5,4,-11,2,-18,1v3,-16,14,-30,34,-45r49,-70xm63,-130v0,-9,52,-22,65,-7r-5,10v-7,-2,-20,2,-17,-9v-14,3,-26,9,-43,6","w":127,"k":{"\u0161":41,"\u0160":67,"\u00fe":41,"\u00fd":67,"\u00f0":41,"\u00de":14,"\u00d7":14,"\u00d0":41,"\u00bd":41,"\u25ca":30,"\u2264":21,"\u2260":14,"\u2248":27,"\u222b":24,"\u221e":30,"\u221a":11,"\u2211":11,"\u220f":28,"\u2202":20,"\u203a":54,"\u2039":41,"\u2030":67,"\u2026":14,"\u2022":27,"\u2021":80,"\u2020":27,"\u2018":14,"\u2014":14,"\u2013":41,"\u03c0":24,"\u00b5":93,"\u03a9":34,"\u0394":61,"\u02dc":54,"\u02c7":13,"\u0178":14,"\u0153":54,"\u0152":54,"\u0131":64,"\u00ff":67,"\u00fc":27,"\u00fb":41,"\u00fa":54,"\u00f9":41,"\u00f8":54,"\u00f7":27,"\u00f6":41,"\u00f5":27,"\u00f4":27,"\u00f3":54,"\u00f2":14,"\u00f1":54,"\u00ee":41,"\u00ed":80,"\u00eb":54,"\u00ea":41,"\u00e9":54,"\u00e8":27,"\u00e7":54,"\u00e6":27,"\u00e5":41,"\u00e4":41,"\u00e3":41,"\u00e2":27,"\u00e1":41,"\u00e0":41,"\u00df":93,"\u00dc":54,"\u00db":41,"\u00da":41,"\u00d9":41,"\u00d8":41,"\u00d6":41,"\u00d5":27,"\u00d4":54,"\u00d3":41,"\u00d2":14,"\u00d1":80,"\u00cf":54,"\u00cd":41,"\u00cb":41,"\u00ca":54,"\u00c9":67,"\u00c8":54,"\u00c7":27,"\u00c6":67,"\u00c5":80,"\u00c4":67,"\u00c3":67,"\u00c2":67,"\u00c1":67,"\u00c0":54,"\u00bf":41}},"\u00ef":{"d":"78,-113r-60,102r7,7v-8,3,-15,9,-25,5v2,-21,12,-40,31,-59v-1,-20,11,-38,36,-56xm138,-145v-5,17,-33,10,-45,5v5,-11,29,-4,45,-5xm51,-141v-1,12,-22,13,-29,5v4,-8,18,-5,29,-5","w":138,"k":{"\u20a4":24,"\u0161":64,"\u0160":91,"\u00fe":64,"\u00fd":91,"\u00f0":78,"\u00de":51,"\u00dd":78,"\u00d7":38,"\u00d0":64,"\u00be":11,"\u00bd":64,"\u25ca":53,"\u2265":71,"\u2264":58,"\u2260":51,"\u2248":64,"\u222b":35,"\u221e":67,"\u221a":48,"\u2202":17,"\u203a":78,"\u2039":78,"\u2030":91,"\u2026":51,"\u2022":64,"\u2021":91,"\u2020":51,"\u201a":24,"\u2019":11,"\u2014":38,"\u2013":38,"\u03c0":48,"\u00b5":104,"\u03a9":71,"\u0394":86,"\u02c7":36,"\u0178":51,"\u0153":78,"\u0152":78,"\u0131":88,"\u00ff":91,"\u00fc":64,"\u00fb":78,"\u00fa":78,"\u00f9":64,"\u00f8":78,"\u00f7":64,"\u00f6":64,"\u00f5":64,"\u00f4":64,"\u00f3":78,"\u00f2":51,"\u00f1":78,"\u00ef":11,"\u00ee":91,"\u00ed":91,"\u00eb":78,"\u00ea":78,"\u00e9":78,"\u00e8":64,"\u00e7":78,"\u00e6":64,"\u00e5":64,"\u00e4":64,"\u00e3":64,"\u00e2":64,"\u00e1":64,"\u00e0":64,"\u00df":104,"\u00dc":78,"\u00db":64,"\u00da":64,"\u00d9":51,"\u00d8":64,"\u00d6":78,"\u00d5":38,"\u00d4":78,"\u00d3":64,"\u00d2":78,"\u00d1":104,"\u00cf":24,"\u00ce":24,"\u00cd":64,"\u00cb":78,"\u00ca":78,"\u00c9":91,"\u00c8":51,"\u00c7":64,"\u00c6":91,"\u00c5":91,"\u00c4":91,"\u00c3":91,"\u00c2":91,"\u00c1":91,"\u00c0":78,"\u00bf":78}},"\u00f1":{"d":"81,-126v-26,-3,-36,10,-51,18v3,45,-21,71,-30,108v5,10,15,7,25,3r62,-68v11,-5,23,-15,31,-2v0,28,-11,64,5,81v11,2,14,-6,19,-10r-12,-18r4,-61r-16,-19v14,-9,36,-10,40,-29r-54,12xm48,-81v-1,-19,6,-29,24,-29r27,19v-30,15,-47,43,-71,64v-2,-17,15,-36,20,-54","w":160,"k":{"\u20a4":218,"\u0161":271,"\u0160":404,"\u00fe":271,"\u00fd":324,"\u00f0":257,"\u00de":257,"\u00dd":298,"\u00d7":244,"\u00d0":257,"\u00be":284,"\u00bd":298,"\u25ca":246,"\u2265":264,"\u2264":251,"\u2260":244,"\u2248":257,"\u222b":296,"\u221e":260,"\u221a":321,"\u2211":348,"\u220f":299,"\u2202":277,"\u2044":176,"\u203a":271,"\u2039":271,"\u2030":338,"\u2022":271,"\u2021":324,"\u2020":244,"\u03c0":242,"\u00b5":338,"\u03a9":264,"\u0394":279,"\u0178":284,"\u0153":257,"\u0152":257,"\u0131":282,"\u00ff":338,"\u00fc":257,"\u00fb":271,"\u00fa":257,"\u00f9":271,"\u00f8":257,"\u00f7":271,"\u00f6":271,"\u00f5":271,"\u00f4":271,"\u00f3":257,"\u00f2":257,"\u00f1":271,"\u00ef":271,"\u00ee":298,"\u00ed":298,"\u00ec":284,"\u00eb":271,"\u00ea":257,"\u00e9":257,"\u00e8":271,"\u00e7":257,"\u00e6":271,"\u00e5":271,"\u00e4":271,"\u00e3":271,"\u00e2":271,"\u00e1":271,"\u00e0":271,"\u00df":298,"\u00dc":257,"\u00db":257,"\u00da":257,"\u00d9":271,"\u00d8":257,"\u00d6":257,"\u00d5":257,"\u00d4":257,"\u00d3":257,"\u00d2":257,"\u00d1":311,"\u00cf":284,"\u00ce":284,"\u00cd":271,"\u00cc":311,"\u00cb":257,"\u00ca":257,"\u00c9":284,"\u00c8":257,"\u00c7":271,"\u00c6":311,"\u00c5":298,"\u00c4":284,"\u00c3":284,"\u00c2":284,"\u00c1":284,"\u00c0":271,"\u00bf":257}},"\u00f2":{"d":"4,-179v26,13,48,31,89,29v6,2,7,10,6,19v32,-12,59,13,63,46v6,52,-45,83,-97,88v-28,2,-48,-21,-45,-59r28,-49r39,-28r-49,-6r-38,-26xm81,-109r4,14r-25,5r-25,35r5,28r20,13v42,1,72,-17,88,-54r-6,-36v-11,-18,-41,-15,-61,-5","k":{"\u0160":62,"\u00fd":75,"\u00dd":35,"\u00be":22,"\u00bd":35,"\u25ca":11,"\u2264":42,"\u222b":33,"\u221a":86,"\u2211":99,"\u220f":37,"\u2030":75,"\u2026":142,"\u2021":48,"\u2020":35,"\u03c0":33,"\u00b5":75,"\u0394":17,"\u02c7":154,"\u0178":48,"\u00ff":88,"\u00ee":35,"\u00ed":35,"\u00df":35,"\u00d1":35,"\u00cf":22,"\u00cc":35,"\u00c9":22,"\u00c6":48,"\u00c5":22,"\u00c4":22,"\u00c2":22,"\u00c1":22}},"\u00f3":{"d":"168,-85v-26,48,-67,76,-122,86r-31,-6v-27,-31,-14,-84,24,-102v-17,-40,33,-50,64,-59v36,5,67,29,65,81xm116,-148v-26,-5,-47,9,-62,22v10,17,-13,19,-5,33v-26,6,-36,44,-27,69r13,8v49,0,98,-31,119,-75v1,-27,-12,-46,-38,-57xm114,-211v20,-8,50,-43,67,-18v-10,16,-36,16,-52,26v-12,7,-15,28,-34,26","w":181,"k":{"\u20a4":14,"\u0160":54,"\u00fe":14,"\u00fd":80,"\u00dd":41,"\u00d0":14,"\u2264":35,"\u222b":25,"\u2211":78,"\u220f":28,"\u2122":14,"\u2030":41,"\u2021":67,"\u2020":54,"\u03c0":11,"\u00b5":80,"\u0394":22,"\u0131":11,"\u00ff":80,"\u00f2":14,"\u00ef":14,"\u00ee":41,"\u00ed":41,"\u00ec":14,"\u00e7":14,"\u00df":41,"\u00d1":41,"\u00cf":27,"\u00ce":14,"\u00cc":27,"\u00c9":27,"\u00c8":14,"\u00c6":54,"\u00c5":27,"\u00c4":27,"\u00c3":14,"\u00c2":27,"\u00c1":27}},"\u00f4":{"d":"18,-149v25,-29,84,-52,102,-8r-3,16r25,20v7,20,17,37,14,67v-32,44,-79,69,-142,53r-14,-18r4,-29v15,-15,24,-33,27,-53r35,-28r40,-14r-21,-18v-23,2,-36,15,-48,28r-12,0xm48,-94r6,16v-18,14,-44,28,-34,60v46,21,94,-7,123,-46v3,-23,-5,-42,-22,-57r-26,-2","w":156,"k":{"\u0160":149,"\u00fd":69,"\u00dd":56,"\u00be":30,"\u00bd":30,"\u222b":27,"\u221a":14,"\u2211":120,"\u220f":31,"\u2122":69,"\u203a":17,"\u2030":96,"\u2026":30,"\u2021":30,"\u2014":56,"\u00b5":82,"\u0394":24,"\u02c7":41,"\u0178":30,"\u0131":14,"\u00ff":69,"\u00f3":17,"\u00ee":30,"\u00ed":30,"\u00ec":17,"\u00eb":17,"\u00e9":17,"\u00e7":17,"\u00df":69,"\u00d1":42,"\u00cf":30,"\u00ce":17,"\u00cc":42,"\u00c9":30,"\u00c6":56,"\u00c5":30,"\u00c4":30,"\u00c3":30,"\u00c2":30,"\u00c1":42,"\u00c0":17}},"\u00f5":{"d":"117,-152v19,2,40,3,47,19v25,55,-2,109,-61,129r-52,16r-31,-7r-20,-20r4,-43v11,-6,15,-19,31,-20r5,12r-20,17r-3,27r21,18v73,-5,158,-61,108,-128v-38,-10,-67,0,-89,28r-11,-11v14,-25,38,-40,71,-37xm120,-233r-17,47v-18,3,-16,-13,-14,-27v10,-8,14,-28,31,-20xm158,-210r-15,34r-14,-6r5,-22v8,-4,14,-12,24,-6","w":180,"k":{"\u20a4":219,"\u0161":258,"\u0160":404,"\u00fe":285,"\u00fd":325,"\u00f0":272,"\u00de":258,"\u00dd":298,"\u00d7":246,"\u00d0":258,"\u00be":272,"\u00bd":298,"\u25ca":247,"\u2265":292,"\u2264":252,"\u2260":246,"\u2248":244,"\u222b":296,"\u221e":248,"\u221a":270,"\u2211":335,"\u220f":300,"\u2202":264,"\u2122":312,"\u2044":217,"\u203a":272,"\u2039":272,"\u2030":325,"\u2026":285,"\u2022":246,"\u2021":298,"\u2020":246,"\u201e":258,"\u201a":258,"\u2019":298,"\u2014":258,"\u2013":258,"\u03c0":243,"\u00b5":365,"\u03a9":265,"\u0394":307,"\u02c7":257,"\u0178":272,"\u0153":272,"\u0152":272,"\u0131":283,"\u00ff":338,"\u00fc":246,"\u00fb":258,"\u00fa":272,"\u00f9":258,"\u00f8":272,"\u00f7":246,"\u00f6":258,"\u00f5":246,"\u00f4":258,"\u00f3":285,"\u00f2":258,"\u00f1":272,"\u00ef":272,"\u00ee":298,"\u00ed":312,"\u00ec":285,"\u00eb":298,"\u00ea":272,"\u00e9":285,"\u00e8":246,"\u00e7":285,"\u00e6":246,"\u00e5":258,"\u00e4":258,"\u00e3":258,"\u00e2":246,"\u00e1":258,"\u00e0":258,"\u00df":378,"\u00dc":272,"\u00db":258,"\u00da":258,"\u00d9":258,"\u00d8":258,"\u00d6":258,"\u00d5":258,"\u00d4":272,"\u00d3":258,"\u00d2":272,"\u00d1":325,"\u00cf":298,"\u00ce":285,"\u00cd":272,"\u00cc":312,"\u00cb":258,"\u00ca":272,"\u00c9":298,"\u00c8":272,"\u00c7":246,"\u00c6":325,"\u00c5":312,"\u00c4":298,"\u00c3":312,"\u00c2":312,"\u00c1":312,"\u00c0":285,"\u00bf":272}},"\u00f6":{"d":"103,-106v37,50,-12,118,-85,108r-18,-24v1,-45,27,-74,78,-88xm38,-57v-16,-4,-26,20,-20,37v35,20,74,-6,86,-48r-5,-22v-29,-12,-47,17,-61,33xm67,-156r-16,42v-17,2,-17,-13,-13,-26v10,-6,18,-27,29,-16xm130,-173v-1,17,-13,23,-21,34r-12,-1v-2,-21,14,-24,21,-35","w":129,"k":{"\u0160":108,"\u00fe":15,"\u00fd":81,"\u00dd":28,"\u00d0":15,"\u2265":22,"\u222b":26,"\u2211":66,"\u220f":30,"\u2122":15,"\u203a":28,"\u2039":15,"\u2030":41,"\u2021":41,"\u00b5":95,"\u0394":36,"\u0153":15,"\u0152":15,"\u0131":26,"\u00ff":81,"\u00fa":15,"\u00f8":15,"\u00f3":28,"\u00ef":15,"\u00ee":41,"\u00ed":41,"\u00ec":28,"\u00eb":28,"\u00e9":28,"\u00e7":28,"\u00df":95,"\u00d4":15,"\u00d1":55,"\u00cf":41,"\u00ce":28,"\u00cc":28,"\u00ca":15,"\u00c9":41,"\u00c8":15,"\u00c6":68,"\u00c5":41,"\u00c4":41,"\u00c3":41,"\u00c2":41,"\u00c1":55,"\u00c0":28}},"\u00f7":{"d":"253,-74r-12,20r-158,6v-22,-4,-75,10,-61,-18v76,-4,158,11,216,-12xm132,-11v9,12,4,31,-13,26v-8,-8,-4,-18,0,-28xm158,-129r-11,24r-15,-6v-2,-13,4,-18,9,-24","w":271,"k":{"\u20a4":275,"\u0161":289,"\u0160":408,"\u00fe":275,"\u00fd":328,"\u00f0":289,"\u00de":262,"\u00dd":341,"\u00d7":235,"\u00d0":275,"\u00be":315,"\u00bd":289,"\u25ca":251,"\u2265":361,"\u2264":269,"\u2260":235,"\u2248":235,"\u222b":286,"\u221e":251,"\u221a":312,"\u2211":392,"\u220f":289,"\u2202":268,"\u2122":354,"\u2044":233,"\u203a":275,"\u2039":341,"\u2030":368,"\u2026":315,"\u2022":248,"\u2021":302,"\u2020":354,"\u2014":341,"\u03c0":299,"\u00b5":368,"\u03a9":268,"\u0394":309,"\u02c7":341,"\u0178":289,"\u0153":289,"\u0152":289,"\u0131":286,"\u00ff":328,"\u00fc":235,"\u00fb":262,"\u00fa":275,"\u00f9":262,"\u00f8":275,"\u00f7":248,"\u00f6":262,"\u00f5":262,"\u00f4":262,"\u00f3":302,"\u00f2":315,"\u00f1":262,"\u00ef":262,"\u00ee":302,"\u00ed":302,"\u00ec":275,"\u00eb":354,"\u00ea":275,"\u00e9":341,"\u00e8":248,"\u00e7":275,"\u00e6":248,"\u00e5":262,"\u00e4":262,"\u00e3":275,"\u00e2":248,"\u00e1":248,"\u00e0":262,"\u00df":395,"\u00dc":262,"\u00db":248,"\u00da":248,"\u00d9":248,"\u00d8":262,"\u00d6":262,"\u00d5":248,"\u00d4":289,"\u00d3":262,"\u00d2":275,"\u00d1":328,"\u00cf":289,"\u00ce":275,"\u00cd":275,"\u00cc":302,"\u00cb":248,"\u00ca":275,"\u00c9":289,"\u00c8":275,"\u00c7":248,"\u00c6":328,"\u00c5":315,"\u00c4":302,"\u00c3":328,"\u00c2":315,"\u00c1":315,"\u00c0":289,"\u00bf":289}},"\u00f8":{"d":"115,-116v57,57,-20,147,-91,111v-12,16,-24,32,-26,58r-13,-6v4,-28,17,-47,32,-64v-7,-34,5,-60,27,-83r57,-21v14,-17,24,-39,45,-50r9,5xm55,-14v41,-1,74,-32,62,-76r-12,-10r-65,76xm73,-99v-16,16,-42,22,-39,57v20,-12,29,-35,44,-52","w":144,"k":{"\u20a4":289,"\u0161":316,"\u0160":422,"\u00fe":342,"\u00fd":396,"\u00f0":329,"\u00de":316,"\u00dd":342,"\u00d7":289,"\u00d0":329,"\u00be":289,"\u00bd":316,"\u25ca":318,"\u2265":349,"\u2264":323,"\u2260":316,"\u2248":315,"\u222b":339,"\u221e":305,"\u221a":300,"\u2211":379,"\u220f":344,"\u2202":322,"\u2122":329,"\u2044":275,"\u203a":342,"\u2039":342,"\u2030":356,"\u2026":302,"\u2022":302,"\u2021":356,"\u2020":316,"\u201e":302,"\u2014":289,"\u2013":316,"\u03c0":314,"\u00b5":422,"\u03a9":322,"\u0394":364,"\u02c7":302,"\u0178":302,"\u0153":329,"\u0152":342,"\u0131":339,"\u00ff":409,"\u00fc":302,"\u00fb":316,"\u00fa":329,"\u00f9":316,"\u00f8":329,"\u00f7":302,"\u00f6":316,"\u00f5":302,"\u00f4":329,"\u00f3":342,"\u00f2":316,"\u00f1":329,"\u00ef":329,"\u00ee":356,"\u00ed":369,"\u00ec":342,"\u00eb":369,"\u00ea":329,"\u00e9":356,"\u00e8":302,"\u00e7":342,"\u00e6":302,"\u00e5":316,"\u00e4":316,"\u00e3":316,"\u00e2":302,"\u00e1":316,"\u00e0":316,"\u00df":462,"\u00dc":329,"\u00db":316,"\u00da":316,"\u00d9":316,"\u00d8":316,"\u00d6":316,"\u00d5":316,"\u00d4":329,"\u00d3":316,"\u00d2":329,"\u00d1":382,"\u00cf":356,"\u00ce":342,"\u00cd":316,"\u00cc":342,"\u00cb":316,"\u00ca":329,"\u00c9":356,"\u00c8":329,"\u00c7":302,"\u00c6":382,"\u00c5":369,"\u00c4":369,"\u00c3":369,"\u00c2":369,"\u00c1":382,"\u00c0":342,"\u00bf":329}},"\u00f9":{"d":"35,-106v-13,30,-33,52,-35,92r12,14v30,7,41,-15,60,-25r15,19v30,4,47,-9,55,-31v-19,-9,-28,24,-49,11v6,-18,15,-33,27,-45v2,-9,-4,-12,-9,-14r-52,54v-14,4,-25,18,-41,14v0,-35,18,-53,28,-78v-2,-6,-1,-13,-11,-11xm55,-181v-9,-2,-11,3,-12,9r35,42r21,4r7,-12v-22,-9,-37,-26,-51,-43","w":144,"k":{"\u20a4":283,"\u0161":257,"\u0160":429,"\u00fe":283,"\u00fd":376,"\u00f0":270,"\u00de":270,"\u00dd":336,"\u00d7":283,"\u00d0":296,"\u00be":309,"\u00bd":323,"\u25ca":298,"\u2265":276,"\u2264":303,"\u2260":270,"\u2248":283,"\u222b":307,"\u221e":272,"\u221a":294,"\u2211":386,"\u220f":311,"\u2202":276,"\u2122":349,"\u2044":215,"\u203a":283,"\u2039":270,"\u2030":376,"\u2026":309,"\u2022":257,"\u2021":336,"\u2020":323,"\u201e":363,"\u2014":349,"\u2013":376,"\u03c0":307,"\u00b5":363,"\u03a9":289,"\u0394":304,"\u02c7":321,"\u0178":336,"\u0153":270,"\u0152":270,"\u0131":281,"\u00ff":376,"\u00fc":270,"\u00fb":270,"\u00fa":270,"\u00f9":257,"\u00f8":283,"\u00f7":283,"\u00f6":257,"\u00f5":257,"\u00f4":257,"\u00f3":296,"\u00f2":296,"\u00f1":270,"\u00ef":283,"\u00ee":309,"\u00ed":309,"\u00ec":283,"\u00eb":283,"\u00ea":270,"\u00e9":283,"\u00e8":257,"\u00e7":309,"\u00e6":270,"\u00e5":257,"\u00e4":257,"\u00e3":257,"\u00e2":257,"\u00e1":257,"\u00e0":257,"\u00df":402,"\u00dc":270,"\u00db":257,"\u00da":257,"\u00d9":270,"\u00d8":257,"\u00d6":270,"\u00d5":257,"\u00d4":270,"\u00d3":257,"\u00d2":270,"\u00d1":323,"\u00cf":296,"\u00ce":283,"\u00cd":283,"\u00cc":309,"\u00cb":270,"\u00ca":270,"\u00c9":296,"\u00c8":283,"\u00c7":257,"\u00c6":323,"\u00c5":309,"\u00c4":296,"\u00c3":309,"\u00c2":309,"\u00c1":309,"\u00c0":283,"\u00bf":270}},"\u00fa":{"d":"35,-117v10,-2,11,5,14,10v-20,27,-31,57,-32,89r7,3v36,-20,65,-47,85,-83v27,17,-21,46,-14,81v8,-4,12,-12,26,-11v-3,14,-5,28,-18,32r-22,-7r-3,-29r-54,36v-26,1,-25,-23,-22,-46xm156,-178r-6,12r-70,54v-6,-2,-11,-6,-8,-15v22,-23,47,-42,74,-57","w":132,"k":{"\u20a4":307,"\u0161":333,"\u0160":427,"\u00fe":346,"\u00fd":386,"\u00f0":333,"\u00de":294,"\u00dd":373,"\u00d7":320,"\u00d0":333,"\u00be":320,"\u00bd":346,"\u25ca":309,"\u2265":341,"\u2264":314,"\u2260":307,"\u2248":346,"\u222b":344,"\u221e":336,"\u221a":291,"\u2211":410,"\u220f":348,"\u2202":352,"\u2122":346,"\u2044":239,"\u203a":360,"\u2039":346,"\u2030":400,"\u2026":307,"\u2022":333,"\u2021":400,"\u2020":320,"\u03c0":318,"\u00b5":413,"\u03a9":314,"\u0394":341,"\u02c7":319,"\u0178":333,"\u0153":333,"\u0152":333,"\u0131":344,"\u00ff":413,"\u00fc":333,"\u00fb":333,"\u00fa":333,"\u00f9":333,"\u00f8":333,"\u00f7":333,"\u00f6":333,"\u00f5":333,"\u00f4":307,"\u00f3":333,"\u00f2":294,"\u00f1":333,"\u00ef":333,"\u00ee":360,"\u00ed":360,"\u00ec":346,"\u00eb":333,"\u00ea":333,"\u00e9":333,"\u00e8":333,"\u00e7":333,"\u00e6":333,"\u00e5":333,"\u00e4":333,"\u00e3":333,"\u00e2":333,"\u00e1":333,"\u00e0":333,"\u00df":373,"\u00dc":333,"\u00db":333,"\u00da":320,"\u00d9":320,"\u00d8":333,"\u00d6":333,"\u00d5":333,"\u00d4":333,"\u00d3":333,"\u00d2":333,"\u00d1":373,"\u00cf":360,"\u00ce":333,"\u00cd":333,"\u00cc":346,"\u00cb":333,"\u00ca":333,"\u00c9":346,"\u00c8":333,"\u00c7":333,"\u00c6":373,"\u00c5":360,"\u00c4":346,"\u00c3":346,"\u00c2":346,"\u00c1":360,"\u00c0":333,"\u00bf":333}},"\u00fb":{"d":"26,-101v31,20,-25,61,-3,92v41,-16,70,-45,86,-86v7,-3,10,3,14,6v-6,22,-26,40,-19,65v6,-4,10,-12,19,-7r-5,22r-19,8v-7,-6,-15,-10,-16,-22v-29,5,-35,40,-73,28r-10,-18v4,-34,13,-63,26,-88xm80,-159v14,6,23,17,23,38v-12,13,-22,-7,-26,-15v-6,9,-22,23,-32,8r3,-16","w":127,"k":{"\u20a4":260,"\u0161":274,"\u0160":447,"\u00fe":300,"\u00fd":366,"\u00f0":274,"\u00de":274,"\u00dd":327,"\u00d7":287,"\u00d0":300,"\u00be":300,"\u00bd":314,"\u25ca":289,"\u2265":281,"\u2264":294,"\u2260":274,"\u2248":273,"\u222b":324,"\u221e":276,"\u221a":311,"\u2211":378,"\u220f":328,"\u2202":280,"\u2044":206,"\u203a":274,"\u2039":274,"\u2030":366,"\u2026":327,"\u2022":274,"\u2021":327,"\u2020":287,"\u03c0":284,"\u00b5":354,"\u03a9":280,"\u0394":294,"\u02c7":339,"\u0178":327,"\u0153":274,"\u0152":274,"\u0131":298,"\u00ff":380,"\u00fc":274,"\u00fb":274,"\u00fa":274,"\u00f9":274,"\u00f8":274,"\u00f7":274,"\u00f6":274,"\u00f5":274,"\u00f4":274,"\u00f3":274,"\u00f2":300,"\u00f1":274,"\u00ef":287,"\u00ee":314,"\u00ed":314,"\u00ec":300,"\u00eb":274,"\u00ea":274,"\u00e9":274,"\u00e8":274,"\u00e7":300,"\u00e6":274,"\u00e5":274,"\u00e4":274,"\u00e3":274,"\u00e2":274,"\u00e1":274,"\u00e0":274,"\u00df":314,"\u00dc":274,"\u00db":274,"\u00da":274,"\u00d9":274,"\u00d8":274,"\u00d6":274,"\u00d5":274,"\u00d4":274,"\u00d3":274,"\u00d2":274,"\u00d1":327,"\u00cf":314,"\u00ce":300,"\u00cd":287,"\u00cc":327,"\u00cb":274,"\u00ca":274,"\u00c9":300,"\u00c8":300,"\u00c7":274,"\u00c6":327,"\u00c5":314,"\u00c4":300,"\u00c3":300,"\u00c2":300,"\u00c1":300,"\u00c0":287,"\u00bf":274}},"\u00fc":{"d":"34,-101v-13,28,-30,51,-34,88r8,14v27,6,41,-13,61,-20v5,-4,5,-13,16,-11r19,25v21,4,50,-10,32,-23v-11,4,-22,8,-32,1v-5,-26,14,-28,12,-52r-12,-3r-44,49r-40,20r-3,-10v9,-25,26,-42,29,-73xm104,-153v-20,-6,-29,20,-35,39r12,7v7,-16,23,-23,23,-46xm69,-161v-12,-8,-19,4,-28,10v-5,16,1,44,16,30v-5,-19,3,-30,12,-40","w":143,"k":{"\u0160":149,"\u00fe":15,"\u00fd":69,"\u00dd":55,"\u00d0":15,"\u00be":15,"\u00bd":42,"\u2265":62,"\u2248":15,"\u222b":27,"\u221a":40,"\u2211":93,"\u220f":30,"\u2122":55,"\u203a":30,"\u2039":42,"\u2030":82,"\u2026":30,"\u2021":42,"\u201e":15,"\u201a":30,"\u2014":15,"\u2013":15,"\u00b5":96,"\u0394":37,"\u02c7":15,"\u0178":30,"\u0152":15,"\u0131":13,"\u00ff":82,"\u00f3":15,"\u00f2":15,"\u00ee":30,"\u00ed":42,"\u00ec":15,"\u00eb":55,"\u00e9":42,"\u00e7":30,"\u00df":136,"\u00d1":55,"\u00cf":30,"\u00ce":15,"\u00cc":42,"\u00c9":30,"\u00c6":55,"\u00c5":42,"\u00c4":42,"\u00c3":42,"\u00c2":42,"\u00c1":55,"\u00c0":15}},"\u00ff":{"d":"23,-122r7,49r20,14v35,-3,57,-24,67,-63r14,5r-3,18v-38,57,-70,120,-98,185r-21,26v-39,26,-110,17,-99,-51r8,-1v-5,39,33,63,67,45r29,-25v25,-38,46,-79,62,-121r-37,-2v-28,-19,-37,-46,-25,-82xm108,-186v6,21,-17,38,-26,18v-2,-14,5,-19,10,-26xm31,-168v-2,-18,27,-22,31,-6v-4,10,-24,24,-31,6","w":135,"k":{"\u20a4":147,"\u0161":199,"\u0160":253,"\u00fe":199,"\u00fd":239,"\u00f0":212,"\u00de":173,"\u00dd":226,"\u00d7":160,"\u00d0":173,"\u00be":186,"\u00bd":212,"\u25ca":162,"\u2265":220,"\u2264":167,"\u2260":160,"\u2248":173,"\u222b":211,"\u221e":189,"\u221a":197,"\u2211":264,"\u220f":214,"\u2202":206,"\u2122":226,"\u2044":132,"\u203a":199,"\u2039":212,"\u2030":253,"\u2026":186,"\u2022":186,"\u2021":239,"\u2020":160,"\u201e":186,"\u201a":199,"\u2014":186,"\u2013":186,"\u03c0":157,"\u00b5":306,"\u03a9":180,"\u0394":234,"\u02c7":185,"\u0178":199,"\u0153":226,"\u0152":226,"\u0131":224,"\u00ff":253,"\u00fc":173,"\u00fb":199,"\u00fa":212,"\u00f9":199,"\u00f8":212,"\u00f7":186,"\u00f6":199,"\u00f5":199,"\u00f4":199,"\u00f3":226,"\u00f2":173,"\u00f1":199,"\u00ef":199,"\u00ee":226,"\u00ed":226,"\u00ec":212,"\u00eb":226,"\u00ea":199,"\u00e9":226,"\u00e8":186,"\u00e7":212,"\u00e6":186,"\u00e5":199,"\u00e4":199,"\u00e3":212,"\u00e2":186,"\u00e1":186,"\u00e0":199,"\u00df":266,"\u00dc":199,"\u00db":186,"\u00da":186,"\u00d9":186,"\u00d8":186,"\u00d6":199,"\u00d5":186,"\u00d4":226,"\u00d3":199,"\u00d2":212,"\u00d1":253,"\u00cf":226,"\u00ce":199,"\u00cd":199,"\u00cc":226,"\u00cb":186,"\u00ca":212,"\u00c9":226,"\u00c8":212,"\u00c7":186,"\u00c6":266,"\u00c5":239,"\u00c4":239,"\u00c3":253,"\u00c2":253,"\u00c1":253,"\u00c0":226,"\u00bf":212}},"\u0131":{"d":"87,44r4,6v-36,20,-59,30,-69,30v-7,0,-12,-4,-12,-12v1,-28,36,-130,48,-171r35,-8v-11,30,-23,86,-39,170xm93,-111r0,-1r0,1","w":108,"k":{"\u00f0":22,"\u00dd":22,"\u00bd":22,"\u222b":47,"\u221e":12,"\u221a":73,"\u2211":60,"\u220f":51,"\u2202":28,"\u203a":22,"\u2039":22,"\u2030":49,"\u2021":62,"\u00b5":62,"\u0178":36,"\u0153":22,"\u00fb":22,"\u00fa":22,"\u00f1":22,"\u00ee":22,"\u00ed":22,"\u00eb":22,"\u00ea":22,"\u00df":62,"\u00d9":22,"\u00d1":22,"\u00cf":22,"\u00ce":22,"\u00cc":36,"\u00cb":22,"\u00c8":22,"\u00c6":36,"\u00c5":22}},"\u0152":{"d":"175,-2v-51,26,-131,56,-167,2v-13,-19,-6,-46,-2,-71v30,-59,70,-108,121,-149r31,-40v37,-17,97,-51,126,-2r8,36v54,-39,113,-60,178,-60r14,12v-4,15,-20,21,-28,4v-41,0,-81,11,-117,35v-2,18,-21,19,-24,36v37,-9,79,-6,113,8r8,17r-13,3v-39,-24,-82,-26,-127,-9r-9,9v-9,44,-28,83,-56,117r4,9r174,-1v7,3,6,8,1,13r-197,4v-8,4,-10,10,-6,20r-9,15xm269,-258v-19,-19,-62,-15,-83,1r-5,30r-17,-4v-12,9,-24,17,-28,34r12,26v-19,3,-22,-11,-31,-18v-48,39,-83,88,-102,148r8,34v47,35,115,18,161,-20v23,-55,51,-106,87,-153v8,-27,6,-52,-2,-78","w":483,"k":{"\u20a4":10,"\u0161":64,"\u0160":130,"\u00fe":51,"\u00fd":104,"\u00f0":51,"\u00de":37,"\u00dd":24,"\u00d7":24,"\u00d0":24,"\u00be":10,"\u00bd":24,"\u25ca":26,"\u2264":31,"\u2260":24,"\u2248":50,"\u222b":35,"\u221e":53,"\u221a":48,"\u2211":61,"\u220f":39,"\u2202":70,"\u2122":37,"\u203a":197,"\u2039":104,"\u2030":51,"\u2026":64,"\u2022":183,"\u2021":143,"\u2020":24,"\u03c0":22,"\u00b5":130,"\u03a9":17,"\u0394":59,"\u0153":51,"\u0152":51,"\u0131":61,"\u00ff":130,"\u00fc":24,"\u00fb":64,"\u00fa":51,"\u00f9":64,"\u00f8":51,"\u00f7":143,"\u00f6":64,"\u00f5":64,"\u00f4":64,"\u00f3":51,"\u00f2":37,"\u00f1":64,"\u00ef":37,"\u00ee":91,"\u00ed":91,"\u00ec":10,"\u00eb":77,"\u00ea":51,"\u00e9":51,"\u00e8":10,"\u00e7":51,"\u00e6":51,"\u00e5":64,"\u00e4":64,"\u00e3":51,"\u00e2":64,"\u00e1":77,"\u00e0":10,"\u00df":91,"\u00dc":51,"\u00db":37,"\u00da":24,"\u00d9":24,"\u00d8":51,"\u00d6":51,"\u00d5":51,"\u00d4":51,"\u00d3":51,"\u00d2":51,"\u00d1":91,"\u00cf":77,"\u00ce":37,"\u00cd":37,"\u00cc":51,"\u00cb":37,"\u00ca":51,"\u00c9":64,"\u00c8":37,"\u00c7":64,"\u00c6":91,"\u00c5":77,"\u00c4":64,"\u00c3":64,"\u00c2":64,"\u00c1":77,"\u00c0":51,"\u00bf":51}},"\u0153":{"d":"162,-119v18,2,38,6,29,30v-17,20,-41,33,-68,44r-1,11r35,10v17,-4,32,-19,52,-14v-18,37,-73,41,-105,15r-37,34v-26,9,-61,12,-67,-15v3,-40,21,-72,54,-98r40,-3v8,7,9,21,23,22v12,-15,25,-29,45,-36xm73,-91v-21,25,-56,43,-55,87v40,20,97,-28,77,-79v-5,-5,-10,-10,-22,-8xm166,-102v-17,6,-27,19,-38,31r2,4r44,-27","w":209,"k":{"\u0160":162,"\u00fd":95,"\u00dd":28,"\u00be":15,"\u00bd":28,"\u25ca":17,"\u2264":22,"\u222b":26,"\u221a":93,"\u2211":93,"\u220f":30,"\u2030":68,"\u2021":55,"\u2020":15,"\u03c0":13,"\u00b5":68,"\u0178":55,"\u00ff":95,"\u00ee":28,"\u00ed":28,"\u00e7":15,"\u00df":28,"\u00d1":28,"\u00cf":15,"\u00cc":28,"\u00c9":15,"\u00c6":42,"\u00c5":15,"\u00c4":15,"\u00c2":15,"\u00c1":15}},"\u0178":{"d":"20,-212v10,-2,13,3,17,8r22,99r30,48r11,-10r60,-112v6,-6,22,-20,31,-6v-1,14,-14,16,-22,23r-60,108v-4,16,16,7,13,23v-6,7,-16,11,-29,12r-11,16v4,-41,-11,-67,-42,-103v0,-38,-18,-59,-25,-90xm109,-307r-31,69r-11,-4r0,-28r33,-40xm148,-294r-30,56v-12,2,-12,-7,-15,-13r35,-48xm32,89v15,-32,32,-62,50,-92v-3,30,-20,61,-50,92xm0,118v13,-11,21,-17,32,-29r-18,43","w":190,"k":{"\u0161":37,"\u0160":117,"\u00fe":50,"\u00fd":104,"\u00f0":63,"\u00dd":23,"\u00d0":23,"\u25ca":26,"\u2265":44,"\u2264":30,"\u2260":23,"\u2248":50,"\u222b":35,"\u221e":53,"\u00b7":23,"\u2211":35,"\u220f":25,"\u2202":56,"\u2122":23,"\u203a":63,"\u2039":63,"\u2030":50,"\u2022":50,"\u2021":104,"\u2020":23,"\u201d":23,"\u201c":23,"\u2019":50,"\u2018":23,"\u03c0":21,"\u00b5":156,"\u03a9":17,"\u0394":98,"\u02dc":23,"\u02c6":23,"\u0153":63,"\u0152":63,"\u0131":74,"\u00ff":104,"\u00fc":23,"\u00fb":63,"\u00fa":63,"\u00f9":37,"\u00f8":77,"\u00f7":50,"\u00f6":50,"\u00f5":50,"\u00f4":23,"\u00f3":90,"\u00f1":63,"\u00ef":37,"\u00ee":63,"\u00ed":77,"\u00ec":23,"\u00eb":90,"\u00ea":63,"\u00e9":77,"\u00e7":77,"\u00e6":50,"\u00e5":50,"\u00e4":50,"\u00e3":23,"\u00e2":37,"\u00e1":50,"\u00df":130,"\u00dc":37,"\u00db":37,"\u00da":23,"\u00d9":23,"\u00d8":50,"\u00d6":63,"\u00d5":50,"\u00d4":63,"\u00d3":50,"\u00d2":63,"\u00d1":104,"\u00cf":63,"\u00ce":37,"\u00cc":37,"\u00cb":37,"\u00ca":50,"\u00c9":50,"\u00c8":23,"\u00c7":50,"\u00c6":117,"\u00c5":77,"\u00c4":90,"\u00c3":104,"\u00c2":104,"\u00c1":104,"\u00c0":77,"\u00bf":63}},"\u02c6":{"d":"95,-245v-10,10,-23,16,-42,17r-35,31r0,11r14,2r57,-38v6,1,8,6,7,14v6,6,7,16,21,14v5,-17,-5,-30,-8,-45","w":137,"k":{"\u20a4":133,"\u0160":133,"\u00fe":133,"\u00dd":120,"\u00be":14,"\u00bd":173,"\u25ca":69,"\u222b":38,"\u221a":197,"\u2202":20,"\u2122":14,"\u2044":118,"\u2030":266,"\u201a":27,"\u03a9":207,"\u0394":221,"\u0178":67,"\u00ef":14,"\u00ee":93,"\u00ec":67,"\u00dc":106,"\u00db":120,"\u00da":186,"\u00d9":54,"\u00d6":319,"\u00d5":27,"\u00d3":333,"\u00cf":14,"\u00ce":27,"\u00cd":67,"\u00cc":67,"\u00cb":80,"\u00ca":133,"\u00c8":54,"\u00c4":147,"\u00c3":226,"\u00c2":147,"\u00c1":212,"\u00c0":80}},"\u02c7":{"d":"131,-241v-11,2,-82,55,-84,66v-8,-19,-18,-36,-29,-51r23,-20v7,9,12,19,16,30v17,-13,40,-23,72,-30","w":149,"k":{"\u0160":20,"\u00fd":86,"\u2260":73,"\u2202":53,"\u2021":73,"\u00b5":99,"\u0152":47,"\u00ff":33,"\u00fb":20,"\u00fa":73,"\u00f8":73,"\u00f7":60,"\u00f3":73,"\u00ea":20,"\u00e9":113,"\u00e7":47,"\u00e6":47,"\u00df":126,"\u00d4":47,"\u00d3":47,"\u00c7":20,"\u00c6":60,"\u00c4":20,"\u00c3":20,"\u00c2":20,"\u00c1":47}},"\u02dc":{"d":"69,-246v-20,-1,-31,7,-47,10r-4,10v13,9,28,0,43,-3v8,5,13,13,28,11r9,-14","w":116,"k":{"\u20a4":138,"\u0160":138,"\u00dd":125,"\u00be":19,"\u00bd":178,"\u25ca":74,"\u222b":43,"\u221a":202,"\u2202":25,"\u2122":19,"\u2044":123,"\u2030":271,"\u201a":32,"\u0178":72,"\u00ef":19,"\u00ee":99,"\u00dc":112,"\u00db":125,"\u00d9":59,"\u00d5":32,"\u00cf":19,"\u00ce":32,"\u00cd":72,"\u00cb":86,"\u00ca":138,"\u00c8":59,"\u00c4":152,"\u00c3":231,"\u00c2":152,"\u00c1":219,"\u00c0":86}},"\u0394":{"d":"90,-202r-93,201r176,0xm80,-152r56,137r-120,0","w":180,"k":{"\u0161":25,"\u00fe":9,"\u00f0":17,"\u00de":9,"\u00dd":17,"\u00d7":40,"\u00d0":9,"\u00bd":9,"\u25ca":41,"\u2260":17,"\u2248":17,"\u222b":8,"\u221e":25,"\u221a":46,"\u00b7":78,"\u2211":23,"\u220f":33,"\u2202":20,"\u2122":78,"\u203a":17,"\u2039":17,"\u2030":25,"\u2026":55,"\u2022":25,"\u2021":63,"\u2020":40,"\u201e":63,"\u201d":86,"\u201c":86,"\u201a":63,"\u2019":71,"\u2014":55,"\u2013":63,"\u03c0":15,"\u00b5":32,"\u02c7":62,"\u02c6":78,"\u0178":25,"\u0153":17,"\u0152":9,"\u0131":8,"\u00fc":25,"\u00fb":17,"\u00fa":17,"\u00f9":25,"\u00f8":9,"\u00f7":32,"\u00f6":17,"\u00f5":17,"\u00f4":17,"\u00f3":9,"\u00f2":32,"\u00f1":17,"\u00ee":17,"\u00ed":17,"\u00ec":9,"\u00eb":17,"\u00ea":17,"\u00e9":9,"\u00e8":25,"\u00e7":9,"\u00e6":25,"\u00e5":25,"\u00e4":25,"\u00e3":17,"\u00e2":25,"\u00e1":25,"\u00e0":25,"\u00df":40,"\u00db":9,"\u00da":9,"\u00d9":17,"\u00d8":17,"\u00d6":9,"\u00d5":17,"\u00d1":9,"\u00cf":9,"\u00ce":9,"\u00cc":25,"\u00cb":17,"\u00c8":9,"\u00c7":25,"\u00c6":9,"\u00c5":9,"\u00bf":9}},"\u2206":{"d":"90,-202r-93,201r176,0xm80,-152r56,137r-120,0","w":180},"\u03a9":{"d":"127,-45v62,-19,56,-148,-21,-148v-41,0,-62,25,-62,75v0,37,13,62,41,73r5,44r-86,0r0,-47r4,0v2,28,40,15,66,18r-1,-8v-42,-13,-64,-39,-64,-79v-1,-50,44,-85,97,-85v52,0,97,34,97,85v0,40,-21,66,-63,79r-1,8v26,-3,63,10,65,-18r5,0r0,47r-86,0","w":226,"k":{"\u0161":25,"\u00fe":9,"\u00dd":17,"\u00d7":9,"\u00bd":9,"\u25ca":10,"\u222b":8,"\u221e":11,"\u221a":8,"\u00b7":55,"\u2211":24,"\u220f":34,"\u2122":32,"\u2030":25,"\u2026":9,"\u2022":9,"\u2021":40,"\u2020":9,"\u201e":17,"\u201d":78,"\u201c":78,"\u201a":17,"\u2019":40,"\u2014":9,"\u2013":17,"\u03c0":8,"\u00b5":32,"\u02c7":17,"\u02c6":71,"\u0178":17,"\u0131":8,"\u00fc":9,"\u00f9":9,"\u00f7":9,"\u00f2":9,"\u00ee":17,"\u00ed":17,"\u00ec":9,"\u00e8":17,"\u00e6":9,"\u00e5":17,"\u00e4":9,"\u00e2":17,"\u00e1":9,"\u00e0":9,"\u00df":25,"\u00d1":9,"\u00cf":9,"\u00ce":9,"\u00cc":25,"\u00c7":17,"\u00c6":9,"\u00c5":9}},"\u2126":{"d":"127,-45v62,-19,56,-148,-21,-148v-41,0,-62,25,-62,75v0,37,13,62,41,73r5,44r-86,0r0,-47r4,0v2,28,40,15,66,18r-1,-8v-42,-13,-64,-39,-64,-79v-1,-50,44,-85,97,-85v52,0,97,34,97,85v0,40,-21,66,-63,79r-1,8v26,-3,63,10,65,-18r5,0r0,47r-86,0","w":226},"\u00b5":{"d":"94,-194v8,2,12,9,14,18r-69,140v-4,18,-5,34,6,44r24,-2v55,-31,93,-77,114,-137r9,0v-15,77,-60,129,-132,157v-24,2,-33,-11,-41,-26r-6,3r-49,108r-1,18r13,3v1,17,-7,24,-24,24v-12,-13,0,-38,0,-58v55,-94,103,-192,142,-292","w":196,"k":{"\u20a4":413,"\u0161":386,"\u0160":453,"\u00fe":413,"\u00fd":466,"\u00f0":399,"\u00de":399,"\u00dd":453,"\u00d7":466,"\u00d0":426,"\u00be":439,"\u00bd":453,"\u25ca":402,"\u2265":406,"\u2264":446,"\u2260":399,"\u2248":399,"\u222b":436,"\u221e":389,"\u221a":476,"\u2211":503,"\u220f":441,"\u2202":405,"\u2044":332,"\u203a":399,"\u2039":399,"\u2030":492,"\u2026":492,"\u2022":386,"\u2021":439,"\u2020":466,"\u03c0":436,"\u00b5":492,"\u03a9":406,"\u0394":434,"\u02c7":505,"\u0178":453,"\u0153":399,"\u0152":399,"\u0131":410,"\u00ff":466,"\u00fc":386,"\u00fb":399,"\u00fa":399,"\u00f9":386,"\u00f8":413,"\u00f7":386,"\u00f6":386,"\u00f5":386,"\u00f4":386,"\u00f3":413,"\u00f2":426,"\u00f1":399,"\u00ef":413,"\u00ee":439,"\u00ed":439,"\u00ec":413,"\u00eb":399,"\u00ea":399,"\u00e9":413,"\u00e8":386,"\u00e7":426,"\u00e6":386,"\u00e5":386,"\u00e4":386,"\u00e3":386,"\u00e2":386,"\u00e1":386,"\u00e0":386,"\u00df":453,"\u00dc":399,"\u00db":386,"\u00da":386,"\u00d9":399,"\u00d8":386,"\u00d6":399,"\u00d5":386,"\u00d4":399,"\u00d3":386,"\u00d2":399,"\u00d1":453,"\u00cf":426,"\u00ce":413,"\u00cd":413,"\u00cc":439,"\u00cb":399,"\u00ca":399,"\u00c9":426,"\u00c8":413,"\u00c7":386,"\u00c6":453,"\u00c5":439,"\u00c4":426,"\u00c3":426,"\u00c2":439,"\u00c1":439,"\u00c0":413,"\u00bf":399}},"\u03bc":{"d":"94,-194v8,2,12,9,14,18r-69,140v-4,18,-5,34,6,44r24,-2v55,-31,93,-77,114,-137r9,0v-15,77,-60,129,-132,157v-24,2,-33,-11,-41,-26r-6,3r-49,108r-1,18r13,3v1,17,-7,24,-24,24v-12,-13,0,-38,0,-58v55,-94,103,-192,142,-292","w":196},"\u03c0":{"d":"116,1v-42,-6,-26,-81,-22,-122r-34,-1v-4,34,-8,74,-13,103v-5,24,-34,29,-35,5v-2,-6,24,-35,22,-40r8,-67v-21,-1,-26,2,-38,18r-5,0v16,-69,82,-35,149,-43r0,25r-36,0v2,30,-18,94,14,94v10,0,16,-7,18,-21r7,0v1,23,-14,52,-35,49","k":{"\u0161":20,"\u0160":12,"\u00fe":12,"\u00fd":12,"\u00dd":20,"\u00bd":20,"\u25ca":14,"\u2264":9,"\u222b":26,"\u221e":14,"\u2211":41,"\u220f":28,"\u2122":28,"\u2030":35,"\u2022":43,"\u2021":66,"\u2020":20,"\u2014":12,"\u03c0":10,"\u00b5":43,"\u0394":9,"\u02c7":12,"\u0178":20,"\u0131":10,"\u00ff":12,"\u00fc":20,"\u00f7":43,"\u00ef":12,"\u00ee":20,"\u00ed":20,"\u00ec":12,"\u00e8":12,"\u00e6":35,"\u00e5":12,"\u00e2":28,"\u00df":28,"\u00d1":20,"\u00cf":20,"\u00ce":12,"\u00cc":28,"\u00c9":12,"\u00c7":12,"\u00c6":28,"\u00c5":20,"\u00c4":12,"\u00c3":12,"\u00c2":12,"\u00c1":12}},"\u2013":{"d":"22,-66r-4,12v22,12,69,18,99,8v-3,-34,-60,-19,-95,-20","w":128,"k":{"\u20a4":42,"\u0161":95,"\u0160":108,"\u00fe":42,"\u00fd":149,"\u00f0":95,"\u00de":15,"\u00dd":15,"\u00d0":15,"\u25ca":17,"\u2265":35,"\u2264":75,"\u2260":162,"\u222b":26,"\u221a":13,"\u2211":53,"\u220f":30,"\u2202":168,"\u2122":15,"\u2044":41,"\u2030":42,"\u2021":135,"\u2020":108,"\u0394":90,"\u0152":122,"\u00ff":95,"\u00fc":15,"\u00f9":28,"\u00f8":135,"\u00f6":95,"\u00f5":55,"\u00ef":28,"\u00ee":55,"\u00ed":82,"\u00ec":15,"\u00e5":42,"\u00e4":42,"\u00e3":15,"\u00e2":28,"\u00e1":68,"\u00df":214,"\u00dc":28,"\u00db":28,"\u00da":15,"\u00d9":15,"\u00d8":68,"\u00d6":68,"\u00d5":42,"\u00d4":122,"\u00d3":135,"\u00d2":55,"\u00d1":95,"\u00cf":55,"\u00ce":28,"\u00cc":28,"\u00cb":28,"\u00ca":42,"\u00c9":42,"\u00c8":15,"\u00c7":122,"\u00c6":122,"\u00c5":68,"\u00c4":108,"\u00c3":108,"\u00c2":108,"\u00c1":135,"\u00c0":82,"\u00bf":68}},"\u2014":{"d":"22,-75r-4,9r18,10r176,7r7,-14r-16,-12v-46,22,-124,0,-181,0","w":236,"k":{"\u20a4":46,"\u0161":20,"\u0160":112,"\u00fe":33,"\u00fd":139,"\u00f0":86,"\u00de":20,"\u00dd":33,"\u00d0":33,"\u2265":53,"\u2264":53,"\u2260":152,"\u222b":30,"\u2211":70,"\u220f":35,"\u2202":172,"\u2122":20,"\u2044":31,"\u2030":46,"\u2021":139,"\u2020":112,"\u03c0":17,"\u0394":80,"\u0152":126,"\u00ff":99,"\u00fc":20,"\u00f9":20,"\u00f8":126,"\u00f7":112,"\u00f6":46,"\u00f5":73,"\u00f4":46,"\u00f3":139,"\u00ef":33,"\u00ee":60,"\u00ed":73,"\u00ec":33,"\u00ea":86,"\u00e5":46,"\u00e4":46,"\u00e2":20,"\u00e1":60,"\u00df":206,"\u00dc":33,"\u00db":33,"\u00d8":60,"\u00d6":60,"\u00d5":46,"\u00d4":112,"\u00d3":139,"\u00d2":73,"\u00d1":99,"\u00cf":60,"\u00ce":33,"\u00cc":33,"\u00cb":33,"\u00ca":46,"\u00c9":46,"\u00c8":20,"\u00c7":86,"\u00c6":126,"\u00c5":73,"\u00c4":112,"\u00c3":112,"\u00c2":99,"\u00c1":112,"\u00c0":73,"\u00bf":86}},"\u2018":{"d":"134,-222v-22,11,-19,-25,-45,-14r-34,31r-23,43r6,20r19,12r-5,12v-18,-3,-25,-17,-34,-30v3,-49,27,-84,73,-104v25,0,46,7,43,30","w":152,"k":{"\u20a4":202,"\u0160":215,"\u00dd":189,"\u00be":83,"\u00bd":242,"\u25ca":151,"\u222b":54,"\u221a":212,"\u00b7":56,"\u2211":67,"\u220f":58,"\u2202":89,"\u2122":83,"\u2044":188,"\u2030":348,"\u201e":69,"\u201d":56,"\u201c":56,"\u201a":96,"\u2019":83,"\u02dc":56,"\u02c6":56,"\u0178":136,"\u00ef":83,"\u00ee":162,"\u00dc":175,"\u00db":189,"\u00d9":123,"\u00d5":109,"\u00cf":96,"\u00ce":96,"\u00cd":136,"\u00cb":162,"\u00ca":215,"\u00c8":123,"\u00c4":215,"\u00c3":296,"\u00c2":215,"\u00c1":296,"\u00c0":162}},"\u2019":{"d":"58,-247v8,17,10,38,6,62r-34,47r-12,-1v35,-31,47,-63,22,-103r4,-10","w":85,"k":{"\u20a4":108,"\u0160":135,"\u00fe":54,"\u00de":68,"\u00dd":28,"\u00bd":108,"\u25ca":70,"\u2264":221,"\u222b":39,"\u221a":199,"\u2202":21,"\u2044":106,"\u2030":121,"\u2020":148,"\u201a":28,"\u03a9":88,"\u0394":143,"\u0178":54,"\u00f5":121,"\u00ef":15,"\u00ee":68,"\u00ed":188,"\u00df":135,"\u00dc":108,"\u00db":108,"\u00da":95,"\u00d9":54,"\u00d8":188,"\u00d6":161,"\u00d5":28,"\u00d4":214,"\u00d3":214,"\u00d2":41,"\u00d1":175,"\u00cf":15,"\u00ce":15,"\u00cd":68,"\u00cb":81,"\u00ca":108,"\u00c9":148,"\u00c8":54,"\u00c5":121,"\u00c4":148,"\u00c3":175,"\u00c2":135,"\u00c1":214,"\u00c0":68,"\u00bf":108}},"\u201a":{"d":"53,-33v6,4,15,3,15,15v0,30,-13,56,-38,77r-12,-8v15,-25,32,-47,35,-84","w":86,"k":{"\u20a4":81,"\u0160":148,"\u00fe":41,"\u00fd":214,"\u00de":41,"\u00d7":81,"\u00d0":54,"\u00bd":54,"\u25ca":44,"\u2264":142,"\u2260":201,"\u222b":26,"\u221a":78,"\u220f":17,"\u2044":80,"\u2030":68,"\u2020":121,"\u2014":15,"\u2013":15,"\u03a9":35,"\u0394":116,"\u02dc":41,"\u02c7":14,"\u0178":15,"\u0152":175,"\u00ff":201,"\u00fc":54,"\u00f5":95,"\u00ee":41,"\u00ed":135,"\u00e8":41,"\u00e5":95,"\u00e4":81,"\u00e3":81,"\u00e2":95,"\u00e1":121,"\u00e0":41,"\u00df":108,"\u00dc":68,"\u00db":54,"\u00da":41,"\u00d9":41,"\u00d8":121,"\u00d6":135,"\u00d5":15,"\u00d4":175,"\u00d3":161,"\u00d2":15,"\u00d1":135,"\u00cf":41,"\u00cd":41,"\u00cb":54,"\u00ca":81,"\u00c9":108,"\u00c8":41,"\u00c6":175,"\u00c5":81,"\u00c4":121,"\u00c3":135,"\u00c2":121,"\u00c1":175,"\u00c0":95,"\u00bf":68}},"\u201c":{"d":"86,-233v-31,-14,-40,28,-51,49r13,27v7,-32,18,-60,42,-74r-2,-1r21,2v9,9,8,19,2,31r-20,-11v-21,17,-30,39,-24,69v-13,-8,-24,-28,-40,-15v-22,-39,7,-83,45,-99r19,3xm86,-233v1,1,3,1,0,1r0,-1","w":134,"k":{"\u20a4":143,"\u0160":143,"\u00fe":91,"\u00dd":130,"\u00be":37,"\u00bd":197,"\u25ca":106,"\u222b":48,"\u221a":207,"\u00b7":24,"\u220f":26,"\u2202":57,"\u2122":24,"\u2044":143,"\u2030":290,"\u201e":37,"\u201a":51,"\u2019":11,"\u03a9":138,"\u0394":178,"\u02c6":24,"\u0178":91,"\u00ef":51,"\u00ee":104,"\u00ec":24,"\u00df":170,"\u00dc":130,"\u00db":130,"\u00da":130,"\u00d9":91,"\u00d6":197,"\u00d5":64,"\u00d3":276,"\u00d2":64,"\u00cf":37,"\u00ce":51,"\u00cd":91,"\u00cc":24,"\u00cb":130,"\u00ca":143,"\u00c9":184,"\u00c8":91,"\u00c4":170,"\u00c3":197,"\u00c2":170,"\u00c1":237,"\u00c0":78}},"\u201d":{"d":"48,-253r-30,80r10,10v23,-15,23,-54,29,-86xm101,-242r-6,36v-7,12,-21,17,-22,35r14,6r22,-29v2,-17,14,-45,-8,-48","w":132,"k":{"\u20a4":156,"\u0160":143,"\u00fe":129,"\u00dd":143,"\u00be":36,"\u00bd":195,"\u25ca":91,"\u222b":47,"\u221a":207,"\u2202":42,"\u2122":36,"\u2044":141,"\u2030":289,"\u201e":22,"\u201a":49,"\u03a9":202,"\u0394":217,"\u0178":89,"\u00ef":36,"\u00ee":116,"\u00ec":62,"\u00dc":129,"\u00db":143,"\u00da":182,"\u00d9":76,"\u00d6":315,"\u00d5":49,"\u00d3":328,"\u00cf":36,"\u00ce":49,"\u00cd":89,"\u00cc":62,"\u00cb":103,"\u00ca":156,"\u00c8":76,"\u00c4":168,"\u00c3":249,"\u00c2":168,"\u00c1":235,"\u00c0":76}},"\u201e":{"d":"33,-33v33,-1,31,40,26,70r-26,29r-15,-7v31,-18,38,-60,12,-82xm118,-23r-1,34r-32,51r-12,-3r0,-11v24,-23,34,-47,26,-83v8,-7,13,8,19,12","w":136,"k":{"\u20a4":78,"\u0161":132,"\u0160":145,"\u00fe":39,"\u00fd":185,"\u00f0":132,"\u00de":39,"\u00dd":12,"\u00d7":12,"\u00d0":39,"\u00bd":39,"\u25ca":41,"\u2264":112,"\u2260":185,"\u222b":23,"\u221a":50,"\u220f":14,"\u2044":64,"\u2030":66,"\u2021":172,"\u2020":118,"\u03a9":32,"\u0394":113,"\u02dc":39,"\u0178":12,"\u0152":158,"\u00ff":132,"\u00fc":39,"\u00f9":66,"\u00f8":172,"\u00f6":132,"\u00f5":78,"\u00ee":53,"\u00ed":118,"\u00e8":26,"\u00e5":78,"\u00e4":78,"\u00e3":53,"\u00e2":66,"\u00e1":105,"\u00e0":26,"\u00df":118,"\u00dc":66,"\u00db":53,"\u00da":39,"\u00d9":39,"\u00d8":105,"\u00d6":105,"\u00d5":12,"\u00d4":158,"\u00d3":158,"\u00d2":12,"\u00d1":132,"\u00cf":39,"\u00cd":39,"\u00cb":53,"\u00ca":78,"\u00c9":78,"\u00c8":39,"\u00c7":158,"\u00c6":158,"\u00c5":78,"\u00c4":118,"\u00c3":132,"\u00c2":118,"\u00c1":158,"\u00c0":93,"\u00bf":66}},"\u2020":{"d":"154,-270r-6,98r115,-3v7,4,-1,11,-3,17v-41,-4,-80,-4,-118,6v-5,101,-25,184,-66,251v-6,-2,-12,-4,-10,-14v39,-69,58,-135,59,-239r-66,0v-20,6,-36,24,-59,20r0,-7v23,-33,75,-26,125,-30v19,-25,2,-82,15,-111","w":267,"k":{"\u20a4":34,"\u0161":34,"\u0160":113,"\u00fe":34,"\u00fd":60,"\u00f0":34,"\u00dd":60,"\u00d0":34,"\u00be":73,"\u00bd":34,"\u2265":93,"\u2248":20,"\u222b":31,"\u221e":36,"\u2211":98,"\u220f":35,"\u2202":53,"\u2122":140,"\u203a":113,"\u2039":113,"\u2030":140,"\u2022":113,"\u2021":126,"\u201e":86,"\u201a":86,"\u2019":86,"\u2014":86,"\u2013":86,"\u00b5":126,"\u0394":68,"\u0178":20,"\u0153":113,"\u0152":73,"\u0131":138,"\u00ff":86,"\u00fb":34,"\u00fa":86,"\u00f9":47,"\u00f8":60,"\u00f7":100,"\u00f6":20,"\u00f5":34,"\u00f3":86,"\u00f1":113,"\u00ef":20,"\u00ee":47,"\u00ed":47,"\u00ec":34,"\u00eb":100,"\u00ea":34,"\u00e9":113,"\u00e8":47,"\u00e7":47,"\u00e6":34,"\u00e5":60,"\u00e4":73,"\u00e3":20,"\u00e2":60,"\u00e1":47,"\u00e0":73,"\u00df":167,"\u00dc":20,"\u00db":20,"\u00d8":20,"\u00d6":34,"\u00d5":20,"\u00d4":113,"\u00d3":60,"\u00d2":47,"\u00d1":86,"\u00cf":47,"\u00ce":20,"\u00cd":20,"\u00cc":34,"\u00cb":20,"\u00ca":34,"\u00c9":47,"\u00c8":34,"\u00c7":34,"\u00c6":100,"\u00c5":73,"\u00c4":86,"\u00c3":86,"\u00c2":86,"\u00c1":73,"\u00c0":47,"\u00bf":60}},"\u2021":{"d":"52,77v7,-46,19,-69,31,-110v-21,-9,-46,-3,-71,0v-7,-4,-11,-8,-5,-16r77,-5r6,-6r37,-141v-33,-9,-55,2,-77,26v-7,0,-8,-6,-7,-14r24,-22r64,-11r19,-62r12,6r-8,52v33,-1,70,-12,98,-2r-4,12v-38,-8,-74,-2,-102,13r-42,146v14,9,45,1,66,3v6,6,4,11,-2,15v-23,3,-53,-3,-70,6v-15,36,-18,82,-36,116","w":257,"k":{"\u0161":17,"\u0160":136,"\u00fe":17,"\u00fd":56,"\u00f0":43,"\u00dd":83,"\u00be":70,"\u00bd":30,"\u2265":130,"\u222b":28,"\u221a":54,"\u2211":94,"\u220f":31,"\u2202":36,"\u2122":136,"\u203a":110,"\u2039":123,"\u2030":110,"\u2026":97,"\u2022":110,"\u2021":97,"\u201e":123,"\u2014":110,"\u2013":136,"\u00b5":123,"\u0394":51,"\u02c7":109,"\u0178":17,"\u0153":123,"\u0152":56,"\u0131":41,"\u00ff":83,"\u00fb":17,"\u00fa":70,"\u00f9":17,"\u00f8":30,"\u00f7":110,"\u00f6":17,"\u00f5":17,"\u00f4":17,"\u00f3":70,"\u00f1":17,"\u00ef":17,"\u00ee":43,"\u00ed":43,"\u00ec":30,"\u00eb":43,"\u00ea":17,"\u00e9":97,"\u00e8":17,"\u00e7":30,"\u00e5":43,"\u00e4":43,"\u00e3":43,"\u00e2":30,"\u00e1":30,"\u00e0":43,"\u00df":123,"\u00dc":17,"\u00d6":30,"\u00d4":110,"\u00d3":30,"\u00d2":30,"\u00d1":70,"\u00cf":43,"\u00ce":17,"\u00cd":17,"\u00cc":43,"\u00cb":17,"\u00ca":30,"\u00c9":43,"\u00c8":30,"\u00c7":17,"\u00c6":83,"\u00c5":56,"\u00c4":70,"\u00c3":83,"\u00c2":70,"\u00c1":70,"\u00c0":43,"\u00bf":56}},"\u2022":{"d":"77,-157v9,12,3,30,0,46v-14,10,-36,32,-55,13v-14,-39,13,-76,55,-59","w":100,"k":{"\u0160":149,"\u00fe":17,"\u00fd":70,"\u00dd":70,"\u00be":43,"\u00bd":30,"\u2265":50,"\u222b":28,"\u221a":67,"\u2211":134,"\u220f":32,"\u203a":17,"\u2039":30,"\u2030":110,"\u2021":30,"\u00b5":97,"\u0394":38,"\u0178":30,"\u0153":17,"\u0152":17,"\u0131":15,"\u00ff":70,"\u00fa":17,"\u00f3":30,"\u00f2":30,"\u00ee":43,"\u00ed":43,"\u00ec":17,"\u00eb":43,"\u00e9":30,"\u00e7":17,"\u00df":149,"\u00d4":17,"\u00d1":57,"\u00cf":30,"\u00ce":17,"\u00cc":43,"\u00c9":30,"\u00c6":70,"\u00c5":43,"\u00c4":43,"\u00c3":43,"\u00c2":43,"\u00c1":57,"\u00c0":30}},"\u2026":{"d":"22,-33v-5,17,-4,40,19,37v4,-12,-3,-21,-6,-32xm206,-22v-12,13,-2,30,17,27r6,-14xm121,-27v-3,8,-5,16,1,22r16,2r5,-15","w":246,"k":{"\u20a4":39,"\u0161":13,"\u0160":105,"\u00fe":26,"\u00fd":66,"\u00f0":26,"\u00dd":39,"\u00d0":26,"\u00bd":26,"\u2265":112,"\u2248":26,"\u222b":23,"\u221e":41,"\u2211":90,"\u220f":28,"\u2202":59,"\u2122":13,"\u2030":145,"\u2021":119,"\u2020":13,"\u2014":93,"\u00b5":119,"\u0394":60,"\u0152":80,"\u00ff":93,"\u00fc":13,"\u00fb":39,"\u00fa":93,"\u00f9":26,"\u00f8":66,"\u00f7":93,"\u00f6":13,"\u00f5":39,"\u00f3":93,"\u00ef":13,"\u00ee":39,"\u00ed":39,"\u00ec":39,"\u00eb":105,"\u00ea":39,"\u00e9":119,"\u00e8":39,"\u00e7":53,"\u00e6":39,"\u00e5":26,"\u00e4":39,"\u00e2":13,"\u00e1":39,"\u00e0":39,"\u00df":172,"\u00dc":13,"\u00db":13,"\u00d8":26,"\u00d6":39,"\u00d5":13,"\u00d4":119,"\u00d3":66,"\u00d2":39,"\u00d1":80,"\u00cf":39,"\u00ce":13,"\u00cc":26,"\u00cb":13,"\u00ca":39,"\u00c9":39,"\u00c8":26,"\u00c7":39,"\u00c6":93,"\u00c5":66,"\u00c4":80,"\u00c3":93,"\u00c2":93,"\u00c1":80,"\u00c0":53,"\u00bf":53}},"\u2030":{"d":"119,-19v-12,-69,59,-104,109,-72r17,26v1,43,-40,63,-82,72r-30,-6xm245,-287v-34,56,-84,87,-110,149v-28,65,-79,107,-109,170v-1,12,0,26,-7,32r-13,-10v17,-65,54,-109,93,-155v36,-76,78,-131,134,-190xm182,-90v-16,7,-34,12,-41,28r7,22v-5,5,-15,6,-13,19r14,12v34,-1,71,-15,81,-51r-10,-19xm86,-229v6,11,12,23,8,40r-36,33r-26,-2v-14,-12,-2,-32,1,-49v16,-10,25,-29,53,-22xm334,-86r22,20r0,21v-22,23,-48,42,-93,42v-7,-7,-15,-13,-8,-24v28,21,61,-10,82,-21r1,-16v-22,-19,-54,-3,-61,28r-10,-1v-8,-33,27,-58,67,-49xm44,-181v14,10,35,-9,34,-30r-9,-2","w":361,"k":{"\u0161":175,"\u00f0":15,"\u00d7":122,"\u25ca":57,"\u2260":15,"\u2248":188,"\u221e":190,"\u221a":132,"\u00b7":28,"\u2211":13,"\u220f":17,"\u2122":41,"\u203a":201,"\u2039":81,"\u2026":135,"\u2022":201,"\u2021":41,"\u2020":55,"\u201e":41,"\u201d":28,"\u201c":28,"\u201a":68,"\u2019":55,"\u2018":28,"\u2014":122,"\u2013":122,"\u00b5":15,"\u02dc":28,"\u02c7":120,"\u02c6":28,"\u0153":15,"\u00fc":162,"\u00fb":41,"\u00fa":15,"\u00f9":175,"\u00f7":95,"\u00f6":188,"\u00f5":162,"\u00f4":162,"\u00f2":41,"\u00f1":122,"\u00eb":15,"\u00ea":15,"\u00e8":148,"\u00e6":201,"\u00e5":188,"\u00e4":188,"\u00e3":162,"\u00e2":175,"\u00e1":201,"\u00e0":148,"\u00df":28,"\u00d9":28,"\u00cb":122,"\u00c7":28}},"\u2039":{"d":"126,-122r-3,11v-37,10,-71,28,-100,55r8,11r66,21v4,5,13,21,2,26v-21,-15,-46,-26,-77,-32r-22,-17r4,-18r111,-61","w":126,"k":{"\u0161":25,"\u0160":12,"\u00fe":12,"\u00fd":78,"\u00f0":12,"\u00dd":25,"\u00be":12,"\u00bd":25,"\u222b":35,"\u221a":76,"\u2211":62,"\u220f":40,"\u2202":18,"\u203a":25,"\u2039":65,"\u2030":52,"\u2021":38,"\u2020":91,"\u03c0":22,"\u00b5":65,"\u0178":38,"\u0153":12,"\u00ff":78,"\u00fb":12,"\u00fa":12,"\u00f6":12,"\u00f4":12,"\u00f2":38,"\u00f1":12,"\u00ef":12,"\u00ee":25,"\u00ed":25,"\u00ec":12,"\u00eb":25,"\u00ea":12,"\u00e5":12,"\u00e4":12,"\u00e3":12,"\u00df":52,"\u00d1":25,"\u00cf":25,"\u00ce":25,"\u00cd":12,"\u00cc":38,"\u00c9":12,"\u00c6":38,"\u00c5":25,"\u00c4":12,"\u00c3":12,"\u00c2":12,"\u00c1":12}},"\u203a":{"d":"72,-118r39,47v3,37,-33,38,-61,48r-32,-5v7,-16,34,-12,53,-16r20,-16v-3,-23,-16,-37,-38,-43v-3,-7,-3,-14,2,-19","w":128,"k":{"\u0160":164,"\u00fd":71,"\u00dd":58,"\u00d0":18,"\u00be":31,"\u00bd":45,"\u2264":25,"\u222b":28,"\u221a":82,"\u2211":109,"\u220f":33,"\u2030":98,"\u2021":45,"\u2020":18,"\u03c0":15,"\u00b5":85,"\u03a9":11,"\u0394":26,"\u0178":45,"\u00ff":85,"\u00f3":18,"\u00f2":18,"\u00ee":31,"\u00ed":31,"\u00eb":31,"\u00e7":31,"\u00df":125,"\u00d1":45,"\u00cf":18,"\u00cc":31,"\u00c9":18,"\u00c6":45,"\u00c5":31,"\u00c4":18,"\u00c3":31,"\u00c2":31,"\u00c1":31}},"\u2044":{"d":"-79,32r11,0r208,-297r-11,0","w":61,"k":{"\u0161":32,"\u0160":59,"\u00fd":99,"\u00f0":59,"\u2264":26,"\u2260":19,"\u2248":45,"\u221e":48,"\u2044":30,"\u203a":59,"\u2039":86,"\u2030":32,"\u2022":59,"\u2021":112,"\u2020":19,"\u03c0":17,"\u00b5":151,"\u0394":67,"\u0153":86,"\u0152":99,"\u0131":83,"\u00ff":99,"\u00fb":59,"\u00fa":86,"\u00f9":32,"\u00f8":72,"\u00f7":59,"\u00f6":45,"\u00f5":45,"\u00f4":19,"\u00f3":99,"\u00f1":59,"\u00ed":72,"\u00eb":86,"\u00ea":59,"\u00e9":99,"\u00e7":72,"\u00e6":45,"\u00e5":45,"\u00e4":45,"\u00e3":19,"\u00e2":32,"\u00e1":59,"\u00df":72,"\u00dc":32,"\u00db":19,"\u00d8":45,"\u00d6":59,"\u00d4":86,"\u00d3":72,"\u00d1":99,"\u00ca":45,"\u00c9":45,"\u00c7":59,"\u00c6":125,"\u00c5":45,"\u00c4":72,"\u00c3":99,"\u00c2":59,"\u00c1":99,"\u00bf":32}},"\u2122":{"d":"195,-289r-5,14v-30,12,-68,16,-91,35v-4,44,-17,85,-39,124r-11,-2r-3,-12r37,-99v-24,-14,-47,18,-73,3r4,-9v31,-3,54,-12,73,-27v46,6,63,-38,108,-27xm223,-230v-13,24,-18,48,-17,74v12,6,16,20,0,26r-16,-6r0,-51v-9,7,-23,1,-35,0v-8,15,-17,29,-14,55v-3,10,-18,10,-22,0v1,-42,29,-58,27,-103r11,0v8,10,7,29,23,32r29,-35","w":231,"k":{"\u20a4":45,"\u0161":32,"\u0160":112,"\u00fe":45,"\u00fd":151,"\u00f0":99,"\u00de":18,"\u00dd":18,"\u00d0":18,"\u25ca":21,"\u2264":66,"\u2260":165,"\u222b":30,"\u220f":20,"\u2202":11,"\u2044":44,"\u2030":45,"\u2021":138,"\u2020":112,"\u03c0":30,"\u03a9":12,"\u0394":93,"\u0152":125,"\u00ff":99,"\u00fc":18,"\u00fa":271,"\u00f9":32,"\u00f8":138,"\u00f7":125,"\u00f6":59,"\u00f5":59,"\u00f4":59,"\u00f3":151,"\u00ee":59,"\u00ed":85,"\u00ea":99,"\u00e6":351,"\u00e5":45,"\u00e4":45,"\u00e3":18,"\u00e2":32,"\u00e1":72,"\u00df":125,"\u00dc":32,"\u00db":32,"\u00da":18,"\u00d9":18,"\u00d8":72,"\u00d6":72,"\u00d5":18,"\u00d4":125,"\u00d3":138,"\u00d2":32,"\u00d1":99,"\u00cf":45,"\u00cb":32,"\u00ca":45,"\u00c9":45,"\u00c8":18,"\u00c7":99,"\u00c6":125,"\u00c5":72,"\u00c4":112,"\u00c3":112,"\u00c2":112,"\u00c1":125,"\u00c0":85,"\u00bf":72}},"\u2202":{"d":"105,-100v16,-61,-15,-133,-78,-98r-12,-14v63,-32,116,25,116,95v0,58,-24,121,-73,121v-31,0,-54,-26,-54,-58v0,-31,24,-67,54,-66v23,0,34,8,47,20xm103,-90v-32,-42,-76,-3,-75,44v0,27,9,41,27,41v25,0,41,-28,48,-85","w":145,"k":{"\u0161":6,"\u0160":30,"\u00fe":22,"\u00fd":30,"\u00f0":6,"\u00dd":22,"\u00d0":6,"\u00bd":14,"\u2265":10,"\u222b":28,"\u00b7":22,"\u2211":43,"\u220f":30,"\u2202":10,"\u2122":22,"\u203a":14,"\u2039":6,"\u2030":37,"\u2021":30,"\u201e":6,"\u201d":37,"\u201c":37,"\u201a":6,"\u2019":14,"\u2018":45,"\u2013":6,"\u00b5":60,"\u03a9":10,"\u0394":26,"\u02dc":53,"\u02c6":30,"\u0178":6,"\u0153":14,"\u0152":14,"\u0131":20,"\u00ff":30,"\u00fb":14,"\u00fa":14,"\u00f9":6,"\u00f8":14,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":14,"\u00f1":14,"\u00ef":14,"\u00ee":37,"\u00ed":37,"\u00ec":14,"\u00eb":14,"\u00ea":6,"\u00e9":14,"\u00e8":6,"\u00e7":22,"\u00e5":6,"\u00e4":6,"\u00e3":6,"\u00e2":6,"\u00e1":6,"\u00e0":6,"\u00df":37,"\u00dc":14,"\u00db":6,"\u00da":6,"\u00d9":6,"\u00d8":6,"\u00d6":6,"\u00d5":6,"\u00d4":14,"\u00d3":6,"\u00d2":14,"\u00d1":37,"\u00cf":30,"\u00ce":22,"\u00cd":14,"\u00cc":22,"\u00cb":6,"\u00ca":14,"\u00c9":30,"\u00c8":14,"\u00c7":6,"\u00c6":45,"\u00c5":37,"\u00c4":30,"\u00c3":30,"\u00c2":30,"\u00c1":30,"\u00c0":22,"\u00bf":6}},"\u220f":{"d":"200,-31v0,16,9,24,28,24r0,7r-90,0r0,-7v19,0,29,-8,29,-24r0,-202r-105,0r0,202v0,16,10,24,28,24r0,7r-89,0r0,-7v19,0,28,-8,28,-24r0,-182v0,-19,-9,-29,-28,-29r0,-7r226,0r0,7v-18,0,-27,10,-27,29r0,182","w":242,"k":{"\u20a4":13,"\u0161":28,"\u0160":28,"\u00f0":28,"\u00de":28,"\u00d7":28,"\u00d0":28,"\u25ca":30,"\u2265":32,"\u2264":32,"\u2260":28,"\u2248":28,"\u221e":30,"\u221a":27,"\u00b7":13,"\u2202":32,"\u2122":21,"\u203a":28,"\u2039":28,"\u2026":28,"\u2022":28,"\u2020":28,"\u201e":21,"\u201a":28,"\u2019":21,"\u2014":28,"\u2013":28,"\u03c0":27,"\u00b5":13,"\u03a9":32,"\u0394":25,"\u02c7":28,"\u02c6":13,"\u0153":28,"\u0152":28,"\u0131":35,"\u00fc":28,"\u00fb":28,"\u00fa":28,"\u00f9":28,"\u00f8":28,"\u00f7":28,"\u00f6":28,"\u00f5":28,"\u00f4":28,"\u00f3":28,"\u00f2":28,"\u00f1":28,"\u00eb":28,"\u00ea":28,"\u00e9":28,"\u00e8":28,"\u00e7":28,"\u00e6":28,"\u00e5":28,"\u00e4":28,"\u00e3":28,"\u00e2":28,"\u00e1":28,"\u00e0":28,"\u00df":13,"\u00dc":28,"\u00db":28,"\u00da":28,"\u00d9":28,"\u00d6":28,"\u00d5":28,"\u00d4":13,"\u00d3":13,"\u00d2":13,"\u00cc":13,"\u00cb":28,"\u00ca":28,"\u00c9":28,"\u00c8":28,"\u00c7":13,"\u00c4":21,"\u00c3":28,"\u00c2":28,"\u00c1":28,"\u00c0":28,"\u00bf":28}},"\u2211":{"d":"185,4v-55,-9,-125,-1,-186,-3r101,-116r-101,-133v45,3,123,2,176,2r1,47r-5,0v-7,-48,-72,-29,-122,-33r80,105r-86,99v56,-6,140,22,148,-34r7,0v-6,22,-10,43,-13,66","w":209,"k":{"\u0161":91,"\u0160":6,"\u00fe":6,"\u00fd":6,"\u00dd":14,"\u00d7":68,"\u00d0":6,"\u00be":6,"\u00bd":14,"\u25ca":38,"\u2264":10,"\u2260":30,"\u2248":75,"\u222b":13,"\u221e":77,"\u221a":81,"\u00b7":22,"\u2211":13,"\u220f":15,"\u2202":10,"\u2122":22,"\u203a":83,"\u2039":30,"\u2030":22,"\u2026":91,"\u2022":83,"\u2021":14,"\u2020":53,"\u201e":30,"\u201d":22,"\u201c":22,"\u201a":30,"\u2019":22,"\u2018":22,"\u2014":106,"\u2013":114,"\u03c0":20,"\u00b5":30,"\u02dc":22,"\u02c7":37,"\u02c6":22,"\u0178":14,"\u0131":13,"\u00ff":6,"\u00fc":76,"\u00fb":6,"\u00f9":83,"\u00f7":53,"\u00f6":91,"\u00f5":22,"\u00f4":22,"\u00f2":14,"\u00f1":6,"\u00ef":6,"\u00ee":22,"\u00ed":22,"\u00ec":14,"\u00eb":14,"\u00e8":83,"\u00e6":83,"\u00e5":91,"\u00e4":91,"\u00e3":91,"\u00e2":83,"\u00e1":83,"\u00e0":91,"\u00df":22,"\u00d9":6,"\u00d1":14,"\u00cf":14,"\u00ce":14,"\u00cd":6,"\u00cc":22,"\u00c9":6,"\u00c7":30,"\u00c6":14,"\u00c5":14,"\u00c4":6,"\u00c3":6,"\u00c2":6,"\u00c1":6,"\u00c0":6}},"\u00b7":{"d":"28,-23v-12,-1,-11,16,-6,24r13,2r5,-14","w":57,"k":{"\u20a4":616,"\u0160":670,"\u00fe":549,"\u00dd":603,"\u00be":497,"\u00bd":670,"\u25ca":565,"\u222b":534,"\u221a":707,"\u00b7":483,"\u2211":507,"\u220f":525,"\u2202":516,"\u2122":483,"\u2044":615,"\u201e":497,"\u201d":497,"\u201c":497,"\u201a":523,"\u2019":510,"\u2018":510,"\u03a9":609,"\u0394":638,"\u02dc":549,"\u02c6":483,"\u0178":549,"\u00ef":510,"\u00ee":576,"\u00ec":483,"\u00df":643,"\u00dc":603,"\u00db":603,"\u00da":603,"\u00d9":549,"\u00d6":670,"\u00d5":523,"\u00d2":536,"\u00cf":549,"\u00ce":510,"\u00cd":563,"\u00cc":483,"\u00cb":589,"\u00ca":616,"\u00c9":656,"\u00c8":549,"\u00c4":643,"\u00c3":670,"\u00c2":630,"\u00c1":709,"\u00c0":603}},"\u2219":{"d":"28,-23v-12,-1,-11,16,-6,24r13,2r5,-14","w":57},"\u221a":{"d":"3,-130r29,-14r70,146r44,-277r-10,-1r-37,232r-58,-117r-42,21","k":{"\u20a4":20,"\u0161":35,"\u0160":50,"\u00fe":50,"\u00fd":50,"\u00f0":43,"\u00de":28,"\u00dd":35,"\u00d7":28,"\u00d0":35,"\u00be":20,"\u00bd":43,"\u25ca":28,"\u2265":24,"\u2264":31,"\u2260":28,"\u2248":35,"\u222b":41,"\u221e":37,"\u221a":26,"\u00b7":12,"\u2211":10,"\u220f":13,"\u2202":31,"\u2122":12,"\u203a":43,"\u2039":43,"\u2030":58,"\u2026":28,"\u2022":35,"\u2021":66,"\u2020":28,"\u201e":20,"\u201d":12,"\u201c":12,"\u201a":20,"\u2019":20,"\u2018":12,"\u2014":20,"\u2013":20,"\u03c0":26,"\u00b5":74,"\u03a9":39,"\u0394":48,"\u02dc":12,"\u02c7":19,"\u02c6":12,"\u0178":28,"\u0153":43,"\u0152":43,"\u0131":49,"\u00ff":50,"\u00fc":35,"\u00fb":43,"\u00fa":43,"\u00f9":35,"\u00f8":43,"\u00f7":35,"\u00f6":35,"\u00f5":35,"\u00f4":35,"\u00f3":43,"\u00f2":28,"\u00f1":43,"\u00ef":28,"\u00ee":58,"\u00ed":58,"\u00ec":12,"\u00eb":43,"\u00ea":43,"\u00e9":43,"\u00e8":35,"\u00e7":43,"\u00e6":35,"\u00e5":35,"\u00e4":35,"\u00e3":35,"\u00e2":35,"\u00e1":35,"\u00e0":35,"\u00df":66,"\u00dc":43,"\u00db":35,"\u00da":35,"\u00d9":43,"\u00d8":35,"\u00d6":43,"\u00d5":35,"\u00d4":43,"\u00d3":35,"\u00d2":43,"\u00d1":58,"\u00cf":35,"\u00ce":28,"\u00cd":43,"\u00cc":12,"\u00cb":43,"\u00ca":43,"\u00c9":50,"\u00c8":43,"\u00c7":35,"\u00c6":50,"\u00c5":58,"\u00c4":50,"\u00c3":50,"\u00c2":50,"\u00c1":50,"\u00c0":43,"\u00bf":43}},"\u221e":{"d":"1,-90v0,-52,62,-51,98,-9v23,-21,41,-31,55,-31v23,-1,41,17,41,40v0,23,-16,43,-39,42v-28,-2,-36,-12,-57,-32v-22,20,-29,31,-58,32v-22,1,-40,-19,-40,-42xm17,-87v0,30,47,29,60,9v5,-4,5,-4,13,-11v-21,-17,-36,-26,-47,-26v-15,0,-27,12,-26,28xm181,-87v-6,-41,-41,-32,-72,-3v18,18,32,27,44,27v15,0,30,-9,28,-24","w":209,"k":{"\u0160":103,"\u00fe":19,"\u00fd":57,"\u00dd":41,"\u00d0":19,"\u00be":27,"\u00bd":34,"\u25ca":12,"\u2265":8,"\u2264":15,"\u222b":32,"\u221a":55,"\u2211":78,"\u220f":35,"\u2202":7,"\u203a":11,"\u2030":65,"\u2026":134,"\u2021":34,"\u2020":11,"\u03c0":9,"\u00b5":65,"\u03a9":15,"\u0394":24,"\u0178":34,"\u0153":11,"\u0152":11,"\u0131":17,"\u00ff":57,"\u00fb":11,"\u00fa":11,"\u00f8":11,"\u00f3":19,"\u00f2":19,"\u00f1":11,"\u00ef":19,"\u00ee":34,"\u00ed":34,"\u00ec":19,"\u00eb":11,"\u00e9":11,"\u00e7":27,"\u00df":50,"\u00dc":11,"\u00d4":11,"\u00d2":11,"\u00d1":41,"\u00cf":27,"\u00ce":19,"\u00cd":11,"\u00cc":34,"\u00cb":11,"\u00ca":11,"\u00c9":27,"\u00c8":19,"\u00c6":41,"\u00c5":34,"\u00c4":27,"\u00c3":27,"\u00c2":27,"\u00c1":27,"\u00c0":19}},"\u222b":{"d":"48,-262v4,71,14,235,-13,261v-5,5,-12,8,-20,8r1,-1v-19,1,-23,-29,-4,-30v2,0,7,4,15,10v5,0,8,-9,8,-28r-2,-159v0,-61,10,-92,30,-92v22,0,29,30,5,29v-1,2,-22,-16,-20,2","w":80,"k":{"\u0161":15,"\u0160":24,"\u00fe":31,"\u00fd":24,"\u00f0":15,"\u00de":15,"\u00dd":31,"\u00d7":15,"\u00d0":24,"\u00be":15,"\u00bd":31,"\u25ca":17,"\u2265":19,"\u2264":19,"\u2260":15,"\u2248":15,"\u222b":22,"\u221e":17,"\u221a":14,"\u00b7":15,"\u2211":22,"\u220f":24,"\u2202":19,"\u2122":24,"\u203a":15,"\u2039":15,"\u2030":39,"\u2026":15,"\u2022":15,"\u2021":47,"\u2020":15,"\u201e":15,"\u201a":15,"\u2019":8,"\u2014":15,"\u2013":15,"\u03c0":14,"\u00b5":47,"\u03a9":19,"\u0394":21,"\u02dc":24,"\u02c7":15,"\u02c6":24,"\u0178":24,"\u0153":15,"\u0152":15,"\u0131":30,"\u00ff":24,"\u00fc":15,"\u00fb":15,"\u00fa":15,"\u00f9":15,"\u00f8":15,"\u00f7":15,"\u00f6":15,"\u00f5":15,"\u00f4":15,"\u00f3":15,"\u00f2":15,"\u00f1":15,"\u00ef":24,"\u00ee":31,"\u00ed":39,"\u00ec":15,"\u00eb":15,"\u00ea":15,"\u00e9":15,"\u00e8":15,"\u00e7":24,"\u00e6":15,"\u00e5":15,"\u00e4":15,"\u00e3":15,"\u00e2":15,"\u00e1":15,"\u00e0":15,"\u00df":39,"\u00dc":15,"\u00db":15,"\u00da":15,"\u00d9":15,"\u00d8":15,"\u00d6":15,"\u00d5":15,"\u00d4":15,"\u00d3":15,"\u00d2":15,"\u00d1":31,"\u00cf":31,"\u00ce":31,"\u00cd":24,"\u00cc":15,"\u00cb":15,"\u00ca":15,"\u00c9":24,"\u00c8":24,"\u00c7":15,"\u00c6":24,"\u00c5":31,"\u00c4":24,"\u00c3":24,"\u00c2":24,"\u00c1":24,"\u00c0":24,"\u00bf":15}},"\u2248":{"d":"149,-45v-26,59,-106,-24,-136,24r-13,-8v31,-58,104,23,139,-23xm0,-73v30,-58,105,23,139,-23r10,7v-28,60,-104,-26,-136,24","k":{"\u0160":96,"\u00fe":19,"\u00fd":50,"\u00f0":11,"\u00de":11,"\u00dd":50,"\u00d0":11,"\u00be":34,"\u00bd":34,"\u2265":15,"\u2264":7,"\u2248":19,"\u222b":32,"\u221e":13,"\u221a":48,"\u2211":78,"\u220f":35,"\u2202":15,"\u203a":19,"\u2039":11,"\u2030":73,"\u2026":126,"\u2021":57,"\u00b5":65,"\u03a9":15,"\u0394":31,"\u0178":26,"\u0153":11,"\u0152":11,"\u0131":17,"\u00ff":65,"\u00fc":11,"\u00fb":11,"\u00fa":11,"\u00f8":19,"\u00f7":26,"\u00f3":26,"\u00f2":11,"\u00f1":11,"\u00ef":19,"\u00ee":34,"\u00ed":34,"\u00ec":19,"\u00eb":19,"\u00ea":11,"\u00e9":19,"\u00e7":34,"\u00e6":11,"\u00df":50,"\u00dc":11,"\u00d9":11,"\u00d6":11,"\u00d4":11,"\u00d2":11,"\u00d1":41,"\u00cf":26,"\u00ce":19,"\u00cd":19,"\u00cc":34,"\u00cb":11,"\u00ca":11,"\u00c9":26,"\u00c8":19,"\u00c6":41,"\u00c5":34,"\u00c4":26,"\u00c3":34,"\u00c2":34,"\u00c1":34,"\u00c0":19,"\u00bf":11}},"\u22f2":{"d":"149,-45v-26,59,-106,-24,-136,24r-13,-8v31,-58,104,23,139,-23xm0,-73v30,-58,105,23,139,-23r10,7v-28,60,-104,-26,-136,24"},"\u2260":{"d":"113,-146r-27,48r-86,0r0,16r77,0r-22,41r-55,0r0,16r46,0r-22,39r15,8r26,-47r88,0r0,-16r-79,0r22,-41r57,0r0,-16r-48,0r22,-40","k":{"\u0160":80,"\u00fe":10,"\u00fd":41,"\u00dd":26,"\u00be":10,"\u00bd":19,"\u222b":25,"\u221a":32,"\u2211":55,"\u220f":27,"\u2122":49,"\u2030":49,"\u2026":26,"\u2021":34,"\u201e":19,"\u201a":26,"\u2014":19,"\u2013":19,"\u00b5":41,"\u0394":8,"\u02c7":18,"\u0178":19,"\u0131":9,"\u00ff":49,"\u00f7":49,"\u00ee":19,"\u00ed":19,"\u00ec":10,"\u00e7":19,"\u00df":19,"\u00d1":26,"\u00cf":19,"\u00ce":10,"\u00cc":26,"\u00c9":10,"\u00c8":10,"\u00c6":26,"\u00c5":19,"\u00c4":10,"\u00c3":10,"\u00c2":10,"\u00c1":10}},"\u2264":{"d":"4,-102r145,68r0,-18r-127,-58r127,-58r0,-19r-145,68r0,17xm4,0r145,0r0,-16r-145,0r0,16","k":{"\u0161":15,"\u0160":6,"\u00fe":15,"\u00fd":6,"\u00f0":6,"\u00de":6,"\u00dd":22,"\u00d7":53,"\u00d0":6,"\u00be":6,"\u00bd":15,"\u25ca":31,"\u2265":10,"\u2264":10,"\u2260":6,"\u2248":6,"\u222b":13,"\u221e":15,"\u221a":75,"\u2211":28,"\u220f":38,"\u2202":10,"\u2122":38,"\u203a":6,"\u2039":6,"\u2030":30,"\u2026":68,"\u2022":22,"\u2021":68,"\u2020":60,"\u201e":22,"\u201a":15,"\u2019":6,"\u2014":38,"\u2013":38,"\u03c0":21,"\u00b5":38,"\u03a9":10,"\u02c7":22,"\u0178":22,"\u0153":6,"\u0152":6,"\u0131":13,"\u00ff":6,"\u00fc":30,"\u00fb":6,"\u00fa":6,"\u00f9":6,"\u00f8":6,"\u00f7":53,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":22,"\u00f1":6,"\u00ef":6,"\u00ee":22,"\u00ed":22,"\u00ec":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e8":15,"\u00e7":6,"\u00e6":30,"\u00e5":15,"\u00e4":6,"\u00e3":6,"\u00e2":15,"\u00e1":6,"\u00e0":6,"\u00df":30,"\u00dc":6,"\u00db":6,"\u00da":6,"\u00d9":6,"\u00d8":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00d1":15,"\u00cf":15,"\u00ce":15,"\u00cd":6,"\u00cc":15,"\u00cb":6,"\u00ca":6,"\u00c9":6,"\u00c8":6,"\u00c7":15,"\u00c6":15,"\u00c5":15,"\u00c4":6,"\u00c3":6,"\u00c2":6,"\u00c1":6,"\u00c0":6,"\u00bf":6}},"\u2265":{"d":"149,-119r-145,-68r0,19r126,58r-126,58r0,18r145,-68r0,-17xm149,-16r-145,0r0,16r145,0r0,-16","k":{"\u0161":30,"\u0160":6,"\u00fe":15,"\u00fd":6,"\u00f0":38,"\u00de":6,"\u00dd":22,"\u00d7":6,"\u00d0":6,"\u00be":6,"\u00bd":15,"\u25ca":8,"\u2265":10,"\u2264":10,"\u2260":6,"\u2248":14,"\u222b":13,"\u221e":15,"\u221a":13,"\u2211":28,"\u220f":38,"\u2202":25,"\u2122":53,"\u203a":22,"\u2039":60,"\u2030":30,"\u2026":22,"\u2022":22,"\u2021":53,"\u2020":6,"\u201e":68,"\u201a":84,"\u2019":122,"\u2014":53,"\u2013":76,"\u00b5":38,"\u03a9":10,"\u02c7":29,"\u0178":30,"\u0153":22,"\u0152":6,"\u0131":13,"\u00ff":6,"\u00fc":15,"\u00fb":30,"\u00fa":45,"\u00f9":22,"\u00f8":15,"\u00f7":38,"\u00f6":30,"\u00f5":30,"\u00f4":22,"\u00f3":6,"\u00f2":6,"\u00f1":22,"\u00ef":6,"\u00ee":22,"\u00ed":22,"\u00ec":15,"\u00eb":22,"\u00ea":22,"\u00e9":6,"\u00e8":22,"\u00e7":6,"\u00e6":22,"\u00e5":30,"\u00e4":38,"\u00e3":30,"\u00e2":30,"\u00e1":22,"\u00e0":38,"\u00df":45,"\u00dc":6,"\u00db":15,"\u00da":6,"\u00d9":22,"\u00d8":15,"\u00d6":15,"\u00d5":15,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00d1":15,"\u00cf":15,"\u00ce":15,"\u00cd":6,"\u00cc":30,"\u00cb":22,"\u00ca":6,"\u00c9":6,"\u00c8":22,"\u00c7":22,"\u00c6":15,"\u00c5":15,"\u00c4":6,"\u00c3":6,"\u00c2":6,"\u00c1":6,"\u00c0":6,"\u00bf":15}},"\u25ca":{"d":"76,0r56,-110r-56,-107r-18,0r-57,107r57,110r18,0xm115,-110r-48,95r-48,-95r48,-92","w":145,"k":{"\u0161":16,"\u0160":47,"\u00fe":24,"\u00fd":47,"\u00f0":24,"\u00de":9,"\u00dd":47,"\u00d0":9,"\u00be":16,"\u00bd":31,"\u2265":28,"\u2248":9,"\u222b":30,"\u221e":10,"\u221a":7,"\u00b7":47,"\u2211":61,"\u220f":32,"\u2202":28,"\u2122":40,"\u203a":16,"\u2039":24,"\u2030":55,"\u2026":16,"\u2022":9,"\u2021":40,"\u201e":24,"\u201d":55,"\u201c":55,"\u201a":31,"\u2019":40,"\u2018":55,"\u2014":24,"\u2013":24,"\u00b5":78,"\u03a9":13,"\u0394":44,"\u02dc":55,"\u02c7":24,"\u02c6":47,"\u0178":24,"\u0153":31,"\u0152":31,"\u0131":30,"\u00ff":47,"\u00fc":9,"\u00fb":24,"\u00fa":31,"\u00f9":16,"\u00f8":24,"\u00f7":9,"\u00f6":16,"\u00f5":16,"\u00f4":16,"\u00f3":31,"\u00f2":9,"\u00f1":16,"\u00ef":24,"\u00ee":40,"\u00ed":40,"\u00ec":31,"\u00eb":31,"\u00ea":24,"\u00e9":31,"\u00e8":16,"\u00e7":31,"\u00e6":9,"\u00e5":16,"\u00e4":16,"\u00e3":24,"\u00e2":16,"\u00e1":16,"\u00e0":16,"\u00df":55,"\u00dc":24,"\u00db":16,"\u00da":9,"\u00d9":16,"\u00d8":16,"\u00d6":24,"\u00d5":9,"\u00d4":31,"\u00d3":24,"\u00d2":24,"\u00d1":55,"\u00cf":40,"\u00ce":24,"\u00cd":24,"\u00cc":40,"\u00cb":16,"\u00ca":24,"\u00c9":31,"\u00c8":24,"\u00c7":16,"\u00c6":55,"\u00c5":47,"\u00c4":47,"\u00c3":47,"\u00c2":47,"\u00c1":47,"\u00c0":40,"\u00bf":24}},"!":{"d":"104,-311v8,-1,10,4,13,8v-4,55,-21,108,-50,157v-2,14,11,41,-9,40v-31,-65,50,-116,38,-193xm40,-37v-3,20,-10,35,-31,37v-18,-15,1,-36,13,-45","w":120},"\u00a6":{"d":"48,-227v2,42,-13,66,-20,99v-6,-1,-13,-2,-14,-8v14,-30,18,-59,17,-93v5,-9,11,-3,17,2xm22,-9v-2,15,-7,32,1,43v-3,6,-4,14,-15,12v-15,-14,-5,-46,4,-59","w":47},"\u00b2":{"d":"77,-242r6,17v-10,21,-24,38,-43,52r81,6r-6,10v-31,3,-80,14,-97,-9v7,-26,27,-37,43,-54v-1,-7,-6,-11,-13,-12v-2,-18,16,-13,29,-10","w":138},"\u00b3":{"d":"73,-246r-7,12v6,5,20,2,19,14r-29,21v9,27,-14,31,-34,34v-7,10,0,22,14,20v20,-11,46,-16,45,-47v8,-11,25,-13,26,-32r-12,-18","w":124},"\u00b9":{"d":"60,-248r-52,45r-2,9v19,9,20,-13,39,-12v-3,21,-17,44,-5,61r20,5r6,-16v-7,-4,-14,-7,-14,-17r22,-67","w":79},"\u00bc":{"d":"153,-303r-55,144v-26,62,-64,111,-77,185v-11,0,-15,-6,-18,-14r117,-265r21,-57xm148,-158v-3,18,-16,37,-9,55v18,-7,34,-16,43,-31r13,4v-31,40,-41,77,-27,129v-6,18,-19,2,-23,-7r8,-75r-25,-2v-17,-22,0,-57,11,-74xm85,-290v-12,42,-29,82,-51,119v0,12,-3,22,-12,26r-12,-12r63,-136","w":203},"\u00bd":{"d":"181,-306r-110,237v-4,14,-11,25,-13,41r12,1v-4,19,-16,43,-35,33v26,-128,87,-217,135,-318xm180,-152v15,0,25,5,31,13r-5,29v-23,32,-51,61,-82,86r-2,7r91,0r-9,12v-30,4,-59,10,-91,6r-10,-13r6,-19v28,-30,64,-53,84,-90v6,-10,-6,-11,-13,-14v-9,6,-14,22,-27,14r6,-18xm97,-296r-39,107v5,12,10,24,-2,31r-14,-5v-7,-35,16,-62,22,-94v-18,5,-35,27,-53,14r5,-12v28,-9,51,-25,70,-47","w":229,"k":{"\u20a4":344,"\u0161":371,"\u0160":384,"\u00fe":384,"\u00fd":371,"\u00f0":371,"\u00de":371,"\u00dd":384,"\u00d7":423,"\u00d0":410,"\u00be":371,"\u00bd":384,"\u25ca":413,"\u2265":378,"\u2264":430,"\u2260":371,"\u2248":384,"\u222b":368,"\u221e":386,"\u221a":435,"\u00b7":371,"\u2211":381,"\u220f":372,"\u2202":377,"\u2122":371,"\u2044":316,"\u203a":384,"\u2039":371,"\u2030":397,"\u2026":423,"\u2022":371,"\u2021":477,"\u2020":450,"\u201e":384,"\u201d":371,"\u201c":371,"\u201a":410,"\u2019":397,"\u2018":371,"\u2014":410,"\u2013":410,"\u03c0":422,"\u00b5":410,"\u03a9":391,"\u0394":405,"\u02dc":371,"\u02c7":410,"\u02c6":371,"\u0178":397,"\u0153":384,"\u0152":384,"\u0131":395,"\u00ff":371,"\u00fc":384,"\u00fb":384,"\u00fa":384,"\u00f9":371,"\u00f8":384,"\u00f7":464,"\u00f6":371,"\u00f5":371,"\u00f4":371,"\u00f3":384,"\u00f2":397,"\u00f1":384,"\u00ef":371,"\u00ee":384,"\u00ed":397,"\u00ec":371,"\u00eb":384,"\u00ea":371,"\u00e9":384,"\u00e8":371,"\u00e7":397,"\u00e6":384,"\u00e5":371,"\u00e4":371,"\u00e3":371,"\u00e2":371,"\u00e1":371,"\u00e0":371,"\u00df":423,"\u00dc":384,"\u00db":371,"\u00da":371,"\u00d9":371,"\u00d8":371,"\u00d6":371,"\u00d5":371,"\u00d4":384,"\u00d3":371,"\u00d2":384,"\u00d1":384,"\u00cf":384,"\u00ce":384,"\u00cd":371,"\u00cc":371,"\u00cb":384,"\u00ca":384,"\u00c9":371,"\u00c8":397,"\u00c7":371,"\u00c6":371,"\u00c5":384,"\u00c4":371,"\u00c3":410,"\u00c2":410,"\u00c1":371,"\u00c0":397,"\u00bf":371}},"\u00be":{"d":"197,-306r-148,282v-7,14,-4,41,-17,51v-26,-20,9,-66,14,-87r44,-92r83,-144v7,-6,12,-17,24,-10xm63,-276v9,10,18,19,10,36r-22,24r10,33v-10,15,-39,42,-59,19r4,-15r20,6v6,-6,16,-8,15,-20r-15,-29r33,-28r-11,-16r-33,0v-1,-27,30,-14,48,-10xm152,-132v-6,15,-16,29,-9,48v20,-3,31,-17,41,-30r14,6v-28,33,-40,64,-29,108v-7,11,-14,-8,-21,-13r7,-53r-19,0v-10,-10,-16,-22,-11,-42v9,-8,11,-32,27,-24","w":222,"k":{"\u20a4":373,"\u0161":387,"\u0160":413,"\u00fe":400,"\u00fd":400,"\u00f0":373,"\u00de":373,"\u00dd":413,"\u00d7":440,"\u00d0":400,"\u00be":400,"\u00bd":413,"\u25ca":415,"\u2265":380,"\u2264":421,"\u2260":373,"\u2248":386,"\u222b":397,"\u221e":390,"\u221a":451,"\u00b7":387,"\u2211":371,"\u220f":375,"\u2202":379,"\u2122":387,"\u2044":292,"\u203a":387,"\u2039":373,"\u2030":427,"\u2026":440,"\u2022":387,"\u2021":506,"\u2020":467,"\u201e":400,"\u201d":373,"\u201c":373,"\u201a":427,"\u2019":387,"\u2018":360,"\u2014":427,"\u2013":427,"\u03c0":424,"\u00b5":440,"\u03a9":393,"\u0394":408,"\u02dc":373,"\u02c7":426,"\u02c6":387,"\u0178":427,"\u0153":387,"\u0152":387,"\u0131":397,"\u00ff":400,"\u00fc":400,"\u00fb":387,"\u00fa":387,"\u00f9":373,"\u00f8":387,"\u00f7":493,"\u00f6":373,"\u00f5":373,"\u00f4":373,"\u00f3":400,"\u00f2":400,"\u00f1":387,"\u00ef":400,"\u00ee":413,"\u00ed":427,"\u00ec":387,"\u00eb":387,"\u00ea":373,"\u00e9":387,"\u00e8":387,"\u00e7":400,"\u00e6":400,"\u00e5":387,"\u00e4":373,"\u00e3":373,"\u00e2":387,"\u00e1":373,"\u00e0":373,"\u00df":440,"\u00dc":387,"\u00db":373,"\u00da":373,"\u00d9":373,"\u00d8":373,"\u00d6":373,"\u00d5":373,"\u00d4":387,"\u00d3":373,"\u00d2":387,"\u00d1":413,"\u00cf":413,"\u00ce":400,"\u00cd":387,"\u00cc":387,"\u00cb":387,"\u00ca":387,"\u00c9":400,"\u00c8":400,"\u00c7":387,"\u00c6":400,"\u00c5":413,"\u00c4":400,"\u00c3":413,"\u00c2":413,"\u00c1":400,"\u00c0":400,"\u00bf":373}},"\u00d0":{"d":"72,-270r94,43r43,48r12,44v-6,61,-32,142,-108,142v-24,0,-46,-5,-68,-16v-7,5,-8,16,-22,15v-6,-10,-9,-22,-23,-23r2,-12r18,-8r25,-105v-2,-16,-19,-17,-30,-24v-2,-28,23,-1,36,-10r10,-70v9,-2,12,3,14,9r-8,67r26,-1v5,11,14,23,2,31v-17,2,-20,-13,-35,-4v-13,39,-20,74,-19,118r52,15r49,-4v48,-37,67,-77,59,-141r-33,-47v-36,-18,-69,-39,-108,-53v-8,0,-22,8,-20,-5v4,-10,18,-10,32,-9","w":221,"k":{"\u0160":41,"\u00fd":41,"\u00dd":41,"\u00be":27,"\u00bd":27,"\u222b":25,"\u221a":11,"\u2211":91,"\u220f":28,"\u2122":67,"\u2030":80,"\u2026":27,"\u2021":27,"\u201e":80,"\u201a":107,"\u2014":54,"\u2013":93,"\u00b5":80,"\u0394":22,"\u02c7":40,"\u0178":27,"\u0131":11,"\u00ff":41,"\u00ee":27,"\u00ed":27,"\u00ec":14,"\u00df":41,"\u00d1":41,"\u00cf":27,"\u00ce":14,"\u00cc":41,"\u00c9":27,"\u00c6":54,"\u00c5":27,"\u00c4":27,"\u00c3":14,"\u00c2":27,"\u00c1":27}},"\u00d7":{"d":"52,-73v-9,-8,-12,-27,-30,-20v-2,23,15,28,22,42v-9,15,-26,23,-26,47r14,5r26,-40r20,22r13,-5r0,-19v-7,-6,-20,-5,-19,-19r26,-34v-22,-14,-24,20,-46,21","w":116,"k":{"\u0161":19,"\u0160":112,"\u00fe":19,"\u00fd":59,"\u00f0":46,"\u00dd":32,"\u2265":53,"\u222b":30,"\u2211":70,"\u220f":34,"\u2202":38,"\u2122":19,"\u203a":59,"\u2039":165,"\u2030":46,"\u2022":59,"\u2021":99,"\u00b5":125,"\u0394":54,"\u0153":125,"\u0152":59,"\u0131":43,"\u00ff":86,"\u00fb":19,"\u00fa":72,"\u00f9":19,"\u00f8":32,"\u00f7":125,"\u00f6":19,"\u00f5":19,"\u00f4":19,"\u00f3":72,"\u00f1":19,"\u00ef":19,"\u00ee":46,"\u00ed":46,"\u00ec":32,"\u00eb":46,"\u00ea":19,"\u00e9":99,"\u00e7":32,"\u00e5":46,"\u00e4":46,"\u00e3":19,"\u00e2":32,"\u00e1":32,"\u00df":152,"\u00dc":19,"\u00d6":32,"\u00d4":112,"\u00d3":32,"\u00d2":32,"\u00d1":72,"\u00cf":46,"\u00ce":19,"\u00cc":32,"\u00cb":19,"\u00ca":32,"\u00c9":46,"\u00c8":19,"\u00c7":19,"\u00c6":86,"\u00c5":59,"\u00c4":72,"\u00c3":86,"\u00c2":72,"\u00c1":72,"\u00c0":46,"\u00bf":59}},"\u00dd":{"d":"0,129v28,-88,69,-165,120,-233v-6,-20,-27,-24,-37,-39r-53,-76r-4,-21r17,7v20,41,48,77,83,107v30,-30,52,-65,66,-105v6,-5,13,-8,23,-4r0,7v-36,31,-58,69,-66,116v-59,74,-104,155,-135,245xm186,-321v21,-1,12,19,8,32v-35,3,-52,24,-76,38r-12,-1r8,-18v29,-10,53,-27,72,-51","w":215,"k":{"\u20a4":35,"\u0161":74,"\u0160":141,"\u00fe":48,"\u00fd":127,"\u00f0":87,"\u00de":35,"\u00d7":21,"\u00d0":48,"\u00be":21,"\u00bd":48,"\u25ca":50,"\u2264":54,"\u2260":48,"\u2248":60,"\u222b":32,"\u221e":77,"\u221a":32,"\u2202":27,"\u2122":21,"\u2044":33,"\u203a":87,"\u2039":101,"\u2030":74,"\u2026":35,"\u2022":74,"\u2021":127,"\u2020":48,"\u03c0":45,"\u00b5":181,"\u03a9":41,"\u0394":122,"\u0178":21,"\u0153":114,"\u0152":114,"\u0131":112,"\u00ff":141,"\u00fc":48,"\u00fb":87,"\u00fa":101,"\u00f9":74,"\u00f8":101,"\u00f7":74,"\u00f6":74,"\u00f5":87,"\u00f4":48,"\u00f3":127,"\u00f2":35,"\u00f1":87,"\u00ef":21,"\u00ee":48,"\u00ed":101,"\u00eb":114,"\u00ea":87,"\u00e9":114,"\u00e8":35,"\u00e7":101,"\u00e6":74,"\u00e5":87,"\u00e4":87,"\u00e3":61,"\u00e2":74,"\u00e1":74,"\u00e0":35,"\u00df":114,"\u00dc":74,"\u00db":61,"\u00da":48,"\u00d9":48,"\u00d8":74,"\u00d6":87,"\u00d5":48,"\u00d4":114,"\u00d3":87,"\u00d2":35,"\u00d1":141,"\u00cf":35,"\u00ce":35,"\u00cd":48,"\u00cc":21,"\u00cb":48,"\u00ca":87,"\u00c9":87,"\u00c8":61,"\u00c7":74,"\u00c6":154,"\u00c5":87,"\u00c4":127,"\u00c3":141,"\u00c2":141,"\u00c1":141,"\u00c0":87,"\u00bf":74}},"\u00de":{"d":"0,19v1,-65,16,-116,37,-166r-3,-9r-30,5r0,-7r33,-18r17,-79v8,5,22,4,19,21v-16,12,-2,43,-13,60v41,14,89,20,121,43r11,17r-6,19v-48,43,-92,61,-162,58v-9,21,-11,44,-7,69v-12,2,-13,-7,-17,-13xm59,-154v-18,22,-19,61,-29,91v48,22,114,-10,144,-44r-2,-7v-32,-24,-70,-38,-113,-40","w":191,"k":{"\u0161":25,"\u0160":144,"\u00fe":25,"\u00fd":65,"\u00f0":25,"\u00dd":91,"\u00be":51,"\u00bd":38,"\u2265":72,"\u222b":35,"\u221a":35,"\u2211":129,"\u220f":40,"\u2202":17,"\u2122":131,"\u203a":11,"\u2039":51,"\u2030":117,"\u2026":51,"\u2021":38,"\u201e":104,"\u201a":91,"\u2019":104,"\u2014":104,"\u2013":104,"\u00b5":104,"\u0394":46,"\u02c7":63,"\u0178":25,"\u0153":25,"\u0152":25,"\u0131":22,"\u00ff":78,"\u00fb":11,"\u00fa":25,"\u00f8":11,"\u00f6":11,"\u00f4":11,"\u00f3":38,"\u00f1":11,"\u00ef":11,"\u00ee":51,"\u00ed":51,"\u00ec":25,"\u00eb":38,"\u00ea":11,"\u00e9":65,"\u00e7":25,"\u00e5":11,"\u00e4":11,"\u00e3":11,"\u00df":157,"\u00dc":11,"\u00d6":11,"\u00d4":25,"\u00d3":11,"\u00d2":11,"\u00d1":65,"\u00cf":38,"\u00ce":25,"\u00cd":11,"\u00cc":51,"\u00ca":11,"\u00c9":38,"\u00c8":11,"\u00c6":78,"\u00c5":51,"\u00c4":51,"\u00c3":65,"\u00c2":65,"\u00c1":65,"\u00c0":38,"\u00bf":25}},"\u00f0":{"d":"142,-114v27,-2,54,1,61,-18v8,-8,13,-25,28,-15v-3,17,-18,23,-29,32v14,1,28,1,29,14v-11,6,-33,2,-49,3v-37,44,-97,63,-148,93r-24,3v-9,-6,-11,-16,-6,-29r42,-36v21,-7,33,-22,62,-21r22,16v12,-8,25,-16,37,-26r-29,-8xm106,-72v-40,0,-58,32,-86,47r3,4v32,-12,62,-25,88,-43","w":206,"k":{"\u0160":118,"\u00fe":12,"\u00fd":65,"\u00dd":52,"\u00bd":38,"\u2265":19,"\u222b":35,"\u2211":102,"\u220f":40,"\u2122":25,"\u203a":12,"\u2039":12,"\u2030":91,"\u2021":38,"\u201e":52,"\u2014":38,"\u2013":65,"\u00b5":91,"\u0394":33,"\u02c7":10,"\u0178":12,"\u0153":12,"\u0152":12,"\u0131":22,"\u00ff":78,"\u00fa":12,"\u00f8":12,"\u00f3":25,"\u00ef":12,"\u00ee":38,"\u00ed":38,"\u00ec":25,"\u00eb":25,"\u00e9":25,"\u00e7":25,"\u00df":78,"\u00d4":12,"\u00d1":52,"\u00cf":38,"\u00ce":25,"\u00cd":12,"\u00cc":38,"\u00ca":12,"\u00c9":38,"\u00c8":12,"\u00c6":65,"\u00c5":38,"\u00c4":38,"\u00c3":38,"\u00c2":38,"\u00c1":52,"\u00c0":25}},"\u00fd":{"d":"24,-117v12,25,21,73,58,54r30,-43v24,-2,8,21,4,33v-39,42,-66,92,-81,148r-26,42r-23,14r-36,-10v-9,-17,-23,-31,-14,-55r11,-6v5,9,0,18,-3,27v6,13,14,23,26,30r22,-7v38,-44,65,-93,80,-147v-37,-7,-58,-31,-63,-73r4,-12xm131,-186v13,-1,15,13,8,20r-55,36r-12,-4v11,-26,39,-35,59,-52","w":128,"k":{"\u20a4":233,"\u0161":287,"\u0160":354,"\u00fe":300,"\u00fd":339,"\u00f0":314,"\u00de":287,"\u00dd":287,"\u00d7":247,"\u00d0":273,"\u00be":247,"\u00bd":273,"\u25ca":263,"\u2265":307,"\u2264":267,"\u2260":260,"\u2248":260,"\u222b":297,"\u221e":276,"\u221a":257,"\u2211":324,"\u220f":302,"\u2202":293,"\u2122":287,"\u2044":233,"\u203a":287,"\u2039":314,"\u2030":314,"\u2026":247,"\u2022":273,"\u2021":327,"\u2020":260,"\u201e":247,"\u201a":260,"\u2014":247,"\u2013":247,"\u03c0":257,"\u00b5":393,"\u03a9":267,"\u0394":334,"\u02c7":246,"\u0178":260,"\u0153":314,"\u0152":314,"\u0131":311,"\u00ff":354,"\u00fc":260,"\u00fb":287,"\u00fa":300,"\u00f9":287,"\u00f8":300,"\u00f7":273,"\u00f6":287,"\u00f5":287,"\u00f4":287,"\u00f3":327,"\u00f2":287,"\u00f1":287,"\u00ef":287,"\u00ee":327,"\u00ed":327,"\u00ec":287,"\u00eb":314,"\u00ea":300,"\u00e9":327,"\u00e8":273,"\u00e7":300,"\u00e6":273,"\u00e5":287,"\u00e4":287,"\u00e3":273,"\u00e2":273,"\u00e1":273,"\u00e0":273,"\u00df":366,"\u00dc":287,"\u00db":273,"\u00da":273,"\u00d9":273,"\u00d8":287,"\u00d6":287,"\u00d5":273,"\u00d4":314,"\u00d3":287,"\u00d2":300,"\u00d1":354,"\u00cf":314,"\u00ce":300,"\u00cd":273,"\u00cc":300,"\u00cb":273,"\u00ca":300,"\u00c9":314,"\u00c8":287,"\u00c7":273,"\u00c6":354,"\u00c5":339,"\u00c4":327,"\u00c3":354,"\u00c2":339,"\u00c1":339,"\u00c0":314,"\u00bf":314}},"\u00fe":{"d":"35,-18v-11,42,-14,73,-16,123r-11,16r-14,-6r21,-141v16,-72,36,-140,39,-225r14,6r-9,110r60,23r22,27v-1,53,-50,84,-106,67xm98,-40r25,-33r-15,-23r-50,-21v-13,16,-12,46,-18,69v5,30,38,17,58,8","w":145,"k":{"\u20a4":162,"\u0161":228,"\u0160":320,"\u00fe":228,"\u00fd":268,"\u00f0":241,"\u00de":201,"\u00dd":294,"\u00d7":188,"\u00d0":201,"\u00be":241,"\u00bd":241,"\u25ca":190,"\u2265":275,"\u2264":194,"\u2260":188,"\u2248":201,"\u222b":238,"\u221e":204,"\u221a":212,"\u00b7":268,"\u2211":291,"\u220f":243,"\u2202":234,"\u2122":268,"\u2044":186,"\u203a":214,"\u2039":268,"\u2030":320,"\u2026":228,"\u2022":201,"\u2021":254,"\u2020":188,"\u201e":268,"\u201d":281,"\u201c":281,"\u201a":268,"\u2019":268,"\u2014":268,"\u2013":268,"\u03c0":185,"\u00b5":320,"\u03a9":207,"\u0394":263,"\u02c7":240,"\u02c6":268,"\u0178":228,"\u0153":241,"\u0152":241,"\u0131":238,"\u00ff":281,"\u00fc":201,"\u00fb":228,"\u00fa":241,"\u00f9":214,"\u00f8":228,"\u00f7":201,"\u00f6":228,"\u00f5":214,"\u00f4":228,"\u00f3":254,"\u00f2":201,"\u00f1":214,"\u00ef":228,"\u00ee":254,"\u00ed":254,"\u00ec":241,"\u00eb":241,"\u00ea":228,"\u00e9":268,"\u00e8":214,"\u00e7":241,"\u00e6":201,"\u00e5":228,"\u00e4":228,"\u00e3":228,"\u00e2":214,"\u00e1":214,"\u00e0":214,"\u00df":333,"\u00dc":228,"\u00db":214,"\u00da":201,"\u00d9":214,"\u00d8":214,"\u00d6":228,"\u00d5":201,"\u00d4":241,"\u00d3":228,"\u00d2":228,"\u00d1":281,"\u00cf":254,"\u00ce":228,"\u00cd":228,"\u00cc":254,"\u00cb":214,"\u00ca":228,"\u00c9":241,"\u00c8":228,"\u00c7":214,"\u00c6":281,"\u00c5":268,"\u00c4":268,"\u00c3":281,"\u00c2":281,"\u00c1":268,"\u00c0":254,"\u00bf":241}},"\u0160":{"d":"10,48v18,83,162,85,210,18r5,-44v-22,-61,-51,-118,-90,-173v-4,-24,4,-39,11,-54r49,-21v0,-29,-11,-54,-31,-72v-5,-16,3,-28,16,-18v11,21,14,50,35,61r92,-82r13,6r-5,29r-29,8r-65,59r73,-14r26,20r-4,26v-12,-3,-12,-19,-18,-28v-36,-5,-66,12,-99,17v-35,4,-59,31,-45,66v24,61,89,109,89,184v0,13,-2,26,-8,40v-51,68,-164,66,-226,10v-9,-8,-13,-31,1,-38","w":320,"k":{"\u20a4":34,"\u0161":87,"\u0160":60,"\u00fe":48,"\u00fd":60,"\u00f0":60,"\u00de":34,"\u00d7":114,"\u00d0":34,"\u00bd":60,"\u25ca":36,"\u2264":67,"\u2260":60,"\u2248":73,"\u222b":31,"\u221e":90,"\u221a":138,"\u00b7":34,"\u2202":27,"\u2122":34,"\u203a":73,"\u2039":73,"\u2030":48,"\u2026":140,"\u2022":87,"\u2021":140,"\u2020":114,"\u2014":140,"\u03c0":85,"\u00b5":114,"\u03a9":27,"\u0394":55,"\u0153":60,"\u0152":60,"\u0131":71,"\u00ff":60,"\u00fc":34,"\u00fb":60,"\u00fa":60,"\u00f9":73,"\u00f8":60,"\u00f7":100,"\u00f6":73,"\u00f5":73,"\u00f4":73,"\u00f3":60,"\u00f2":87,"\u00f1":60,"\u00ef":21,"\u00ee":48,"\u00ed":87,"\u00eb":60,"\u00ea":60,"\u00e9":60,"\u00e8":87,"\u00e7":60,"\u00e6":87,"\u00e5":73,"\u00e4":60,"\u00e3":73,"\u00e2":87,"\u00e1":73,"\u00e0":73,"\u00df":100,"\u00dc":48,"\u00db":34,"\u00da":21,"\u00d9":21,"\u00d8":60,"\u00d6":60,"\u00d5":34,"\u00d4":60,"\u00d3":60,"\u00d2":34,"\u00d1":73,"\u00cf":21,"\u00ce":21,"\u00cd":60,"\u00cb":34,"\u00ca":60,"\u00c9":60,"\u00c8":60,"\u00c7":87,"\u00c6":73,"\u00c5":73,"\u00c4":60,"\u00c3":60,"\u00c2":60,"\u00c1":60,"\u00c0":60,"\u00bf":60}},"\u0161":{"d":"116,-172r-43,45v-15,-2,-11,-46,-30,-24r10,40v-6,5,-12,10,-10,24v11,20,29,32,34,57v-13,19,-51,15,-68,0v-7,-1,-7,5,-9,9r34,18r35,0r22,-14r5,-24v-13,-16,-32,-28,-35,-54v11,-6,22,-12,42,-10r-6,-20r31,-39","w":127,"k":{"\u0161":14,"\u0160":106,"\u00fe":41,"\u00fd":80,"\u00f0":27,"\u00de":14,"\u00dd":27,"\u00d0":14,"\u2265":34,"\u2248":27,"\u222b":24,"\u221e":17,"\u2211":64,"\u220f":28,"\u2202":33,"\u2122":14,"\u203a":41,"\u2039":27,"\u2030":41,"\u2022":14,"\u2021":80,"\u00b5":120,"\u0394":61,"\u0153":27,"\u0152":27,"\u0131":38,"\u00ff":93,"\u00fc":14,"\u00fb":27,"\u00fa":27,"\u00f9":14,"\u00f8":41,"\u00f7":27,"\u00f6":14,"\u00f5":14,"\u00f4":14,"\u00f3":54,"\u00f2":14,"\u00f1":27,"\u00ef":27,"\u00ee":54,"\u00ed":67,"\u00ec":27,"\u00eb":41,"\u00ea":27,"\u00e9":41,"\u00e7":54,"\u00e6":14,"\u00e5":14,"\u00e4":14,"\u00e3":14,"\u00e2":14,"\u00e1":14,"\u00df":160,"\u00dc":27,"\u00db":14,"\u00da":14,"\u00d9":14,"\u00d8":14,"\u00d6":27,"\u00d5":14,"\u00d4":27,"\u00d3":14,"\u00d2":27,"\u00d1":80,"\u00cf":54,"\u00ce":27,"\u00cc":27,"\u00cb":27,"\u00ca":27,"\u00c9":41,"\u00c8":14,"\u00c7":14,"\u00c6":80,"\u00c5":67,"\u00c4":54,"\u00c3":67,"\u00c2":67,"\u00c1":67,"\u00c0":41,"\u00bf":27}},"\u20a4":{"d":"120,-89v33,-20,55,-35,55,-81v0,-31,-14,-47,-41,-47v-38,0,-62,36,-72,108r53,0r-3,7r-52,0v-13,46,-23,64,-55,97v72,-22,114,-31,182,-11v-8,12,-16,24,-21,35v-6,-2,2,-11,2,-16v-40,-19,-122,-20,-175,-1v19,-39,34,-57,42,-104r-41,0r2,-7r41,0v18,-76,51,-114,102,-114v59,0,76,69,32,105v-14,12,-30,24,-50,33","w":200,"k":{"\u0161":26,"\u0160":19,"\u00fe":19,"\u00fd":19,"\u00f0":41,"\u00de":10,"\u00dd":10,"\u00d0":10,"\u00bd":19,"\u25ca":19,"\u2264":15,"\u2260":26,"\u2248":49,"\u222b":17,"\u221e":50,"\u221a":9,"\u2211":25,"\u220f":27,"\u2202":30,"\u2122":10,"\u203a":65,"\u2039":65,"\u2030":34,"\u2022":65,"\u2021":72,"\u2020":34,"\u201d":19,"\u201c":19,"\u2018":26,"\u03c0":25,"\u00b5":41,"\u03a9":15,"\u0394":15,"\u02dc":26,"\u02c6":10,"\u0178":10,"\u0153":26,"\u0152":10,"\u0131":17,"\u00ff":19,"\u00fc":26,"\u00fb":57,"\u00fa":41,"\u00f9":26,"\u00f8":19,"\u00f7":65,"\u00f6":41,"\u00f5":49,"\u00f4":26,"\u00f3":10,"\u00f2":19,"\u00f1":57,"\u00ef":19,"\u00ee":26,"\u00ed":26,"\u00eb":26,"\u00ea":26,"\u00e9":10,"\u00e8":19,"\u00e7":10,"\u00e6":49,"\u00e5":41,"\u00e4":41,"\u00e3":19,"\u00e2":26,"\u00e1":49,"\u00e0":19,"\u00df":41,"\u00dc":10,"\u00db":19,"\u00da":10,"\u00d9":19,"\u00d8":19,"\u00d6":19,"\u00d5":19,"\u00d4":10,"\u00d3":10,"\u00d2":10,"\u00d1":26,"\u00cf":26,"\u00ce":19,"\u00cd":19,"\u00cb":26,"\u00ca":10,"\u00c9":19,"\u00c8":26,"\u00c7":41,"\u00c6":19,"\u00c5":26,"\u00c4":19,"\u00c3":19,"\u00c2":19,"\u00c1":19,"\u00c0":10,"\u00bf":19}},"\u20ac":{"d":"265,-213v9,12,28,12,27,34v-17,8,-23,-11,-33,-18r-35,-6r-84,24r0,6v20,7,42,8,65,6r6,13r-24,7v-26,-10,-50,-13,-80,-9v-10,12,-28,16,-32,35r77,9v6,7,17,9,16,22v-14,9,-24,-1,-34,-8r-67,-4r-8,15v17,94,153,81,235,50r22,0v2,10,-6,11,-10,15v-100,36,-252,44,-267,-77v-21,4,-42,13,-61,3r4,-11r71,-12v6,-15,18,-25,29,-35v-10,-17,-43,-5,-61,1r-2,-9v23,-20,53,-24,86,-14v46,-31,91,-47,160,-37","w":318},"\u2212":{"d":"20,-69v51,12,112,12,164,-3r16,8r-6,15v-52,-3,-115,5,-168,-4v-6,-3,-10,-8,-6,-16","w":218}}});
//jquery.objscale
;(function($){$.objScale=(function(){function getDim(a){var b,width,ret=(a.jquery)?{height:a.height(),width:a.width()}:(isFinite(a.width)&&isFinite(a.height))?{width:a.width,height:a.height}:getDim($(a));return ret}function scaleTo(a,b,c){var d=getDim(a),percentage,reverseSide=(c=='height')?'width':'height';percentage=d[c]/b;return d[reverseSide]/percentage}function scaleHeightTo(a,b){return scaleTo(a,b,'height')}function scaleWidthTo(a,b){return scaleTo(a,b,'width')}function constrainObjTo(a,b,c){c=$.extend({margin:[0,0],padding:[0,0],cleanCSS:true},c);var d=getDim(a),con=getDim(b),maxWidth=con.width-c.padding[1],maxHeight=con.height-c.padding[0],estimatetPer=con.height/con.width,curPer=d.height/d.width,ret=$.extend({},d);if(c.margin[1]){maxWidth-=c.margin[1]*2}if(c.margin[0]){maxHeight-=c.margin[0]*2}if(estimatetPer<curPer&&maxHeight<d.height){ret.width=scaleTo(a,maxHeight,'height');ret.height=maxHeight}else if(maxWidth<d.width){ret.width=maxWidth;ret.height=scaleTo(a,maxWidth,'width')}if(!c.cleanCSS){ret.widthSubtraction=ret.width-d.width;ret.heightSubtraction=ret.height-d.height}$.extend(ret,centerObjTo(ret,con,c));return ret}function centerObjTo(a,b,c){c=$.extend({margin:[0,0],vertical:true,horizontal:true},c);var d=getDim(a),con=getDim(b),ret={};if(c.vertical){ret.top=(con.height-d.height)/2;if(isFinite(c.margin[0])){ret.top=Math.max(ret.top,c.margin[0])}}if(c.horizontal){ret.left=(con.width-d.width)/2;if(isFinite(c.margin[1])){ret.left=Math.max(ret.left,c.margin[1])}}return ret}function scaleObjTo(a,b,c){c=$.extend({margin:[false,false],padding:[0,0],scaleToFit:false},c);var d=getDim(a),con=getDim(b),curPer=d.height/d.width,ret={};con.maxHeight=con.height-c.padding[0];con.maxWidth=con.width-c.padding[1];if(c.margin[0]){con.maxHeight-=c.margin[0]}if(c.margin[1]){con.maxWidth-=c.margin[1]}var e=con.maxHeight/con.maxWidth;if(c.scaleToFit!==e>curPer){ret.width=con.maxWidth;ret.height=scaleTo(a,con.maxWidth,'width')}else{ret.width=scaleTo(a,con.maxHeight,'height');ret.height=con.maxHeight}$.extend(ret,centerObjTo(ret,con,c));return ret}return{scaleWidthTo:scaleWidthTo,scaleHeightTo:scaleHeightTo,scaleSidesIn:scaleObjTo,scaleObjTo:scaleObjTo,constrainObjTo:constrainObjTo,getDim:getDim,centerObjTo:centerObjTo}})()})(jQuery);
//jquery.imgpreload
;(function($){$.imgPreLoad=(function(){var f=[],ready=false,started=false,loaded=false,errorDelay=5000,errorTimer;function createImg(){return(window.Image)?new Image():document.createElement('img')}function loadImg(b,c){var d=createImg(),fn=function(e){var a=this,args=arguments;clearTimeout(errorTimer);$(this).unbind('load error');b[1].apply(a,args);c.apply(a,args)};d.src=b[0];if(!d.complete){clearTimeout(errorTimer);errorTimer=setTimeout(function(){fn.call(d,{type:'timeouterror'})},errorDelay);$(d).bind('load error',fn)}else{fn.call(d,{type:'cacheLoad'})}}function loadNextImg(){if(f.length&&ready){started=true;var a=f.shift();loadImg(a,loadNextImg)}else{started=false}}function pause(){started=false;ready=false}function restart(){if(loaded){ready=true;loadNextImg()}}function loadNow(a,b){pause();b=b||function(){};loadImg([a,b],restart)}return{add:function(a,b,c){b=b||function(){};a=[a,b];if(c){f.unshift(a)}else{f.push(a)}if(ready&&!started){loadNextImg()}},loadNow:loadNow,ready:function(){loaded=true;ready=true;loadNextImg()}}})();if($.windowLoaded){$.imgPreLoad.ready()}else{$(window).bind('load',$.imgPreLoad.ready)}})(jQuery);
//ui.cOverlay
;(function($){$.fn.fadeInTo=function(){var b=arguments;return this.each(function(){var a=$(this);if(a.css('display')==='none'){a.css({opacity:'0',display:'block'})}$.fn.fadeTo.apply(a,b)})};var g=new Date().getTime();$.overlayProto={hideElementsOnShow:function(){var o=this.options,that=this;this.hiddenElements=$([]);if(o.hideWindowedFlash){this.hiddenElements=$('object, embed').filter(function(){return!(((this.getAttribute('classid')||'').toLowerCase()==='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'||this.getAttribute('type')==='application/x-shockwave-flash')&&(this.getAttribute('transparent')!=='transparent'&&(/<param\s+(?:[^>]*(?:name=["'?]\bwmode["'?][\s\/>]|\bvalue=["'?](?:opaque|transparent)["'?][\s\/>])[^>]*){2}/i.test(this.innerHTML))))})}if(o.hideWhileShown){this.hiddenElements=this.hiddenElements.add(o.hideWhileShown)}this.hiddenElements=this.hiddenElements.filter(function(){return($.curCSS(this,'visibility')!=='hidden'&&!$.ui.contains(this,that.element[0]))}).filter(o.hideFilter).css({visibility:'hidden'})}};$.widget('ui.mask',$.extend({_init:function(){var o=this.options,that=this,css;g++;this.id=g;this.maskedElement=this.element.parent();if(this.maskedElement.is('body')){this.dimensionElement=$(document);this.calcMethod={height:'height',width:'width'}}else{this.dimensionElement=this.maskedElement.css({position:'relative'});this.calcMethod={height:'innerHeight',width:'innerWidth'}}if(this.maskedElement.is('body')||(parseInt($.browser.version,10)<7&&$.browser.msie)){css={display:'none',position:'absolute',top:'0',left:'0'};this.calcSize=true}else{css={display:'none',position:'absolute',top:0,left:0,right:0,bottom:0};this.calcSize=false}this.element.css(css);o.cssWidth=($.curCSS(this.element[0],'width')==='100%');this.isVisible=false;if(o.closeOnClick){this.element.click(function(e){that.hide.call(that,e,this)})}if(o.extraClass){this.element.addClass(o.extraClass)}},ui:function(){return{instance:this}},hide:function(e,a){if(!this.isVisible){return}var b=this._trigger('close',e,this.ui()),o=this.options,that=this;if(b===false){return}this.isVisible=false;if(o.handleDisplay){if(o.fadeOutTime){this.element.fadeOut(o.fadeOutTime,function(){that.unexpose.call(that)})}else{this.element.hide();this.unexpose()}}this.element.queue(function(){if(that.hiddenElements&&that.hiddenElements.css){that.hiddenElements.css({visibility:'visible'})}that.maskedElement.removeClass('mask-visible');that.element.dequeue()});$(document).unbind('.mask'+this.id);$(window).unbind('.mask'+this.id)},resize:function(a){var b={'height':this.dimensionElement[this.calcMethod.height]()};if(!this.options.cssWidth){b.width=this.dimensionElement[this.calcMethod.width]()}if(a){this.element.css(b)}return b},show:function(e,o){if(this.isVisible){return}o=(o)?$.extend(true,{},this.options,o):this.options;var a=this,resize=function(e){a.resize.call(a,true)};if(o.expose){this.expose(o.expose)}this._trigger('show',e,$.extend(true,{},this.ui(),o));this.isVisible=true;this.maskedElement.addClass('mask-visible');this.hideElementsOnShow();if(o.handleDisplay){if(this.calcSize){this.resize(true)}if(o.fadeInTime){this.element.fadeInTo(o.fadeInTime,o.opacity)}else{this.element.css({opacity:o.opacity,display:'block'})}}if(o.closeOnEsc){$(document).bind('keydown.mask'+this.id,function(e){if(e.keyCode===$.ui.keyCode.ESCAPE){a.hide.call(a,e,this)}})}if(a.calcSize){$(document).bind('resize.mask'+this.id+' emchange.mask'+this.id,resize);$(window).bind('resize.mask'+this.id,resize)}},unexpose:function(a){if(!a&&!this.exposed){return}var b=a||this.exposed;b.each(function(){$(this).css({position:'',zIndex:''})});if(!a){this.exposed=false}},expose:function(b){var c=parseInt(this.maskedElement.css('z-index'),10)||9;b=this.maskedElement.find(b);b.each(function(){var a=$(this);if(a.css('position')==='static'){a.css({position:'relative'})}c++;a.css({zIndex:c})});this.exposed=b}},$.overlayProto));$.ui.mask.defaults={extraClass:false,closeOnClick:true,closeOnEsc:true,handleDisplay:true,fadeInTime:0,fadeOutTime:0,opacity:0.8,bgIframe:false,cssWidth:true};var h,id=new Date().getTime();var j=function(a){setTimeout(function(){if(/file:|127\.0\.0\.1|localhost/.test(location.href)){if(window.console&&console.log){console.log(a);}else{throw(a);}}},0)};$(document).bind('focusin',function(e){if(e.target.nodeType==1){h=e.target}});if(!$.fn.mask){$.fn.mask=function(){return this}}$.widget('ui.cOverlay',$.extend({_init:function(){var o=this.options,that=this,close=function(e){var a=this;clearInterval(that.openTimer);clearInterval(that.closeTimer);that.closeTimer=setTimeout(function(){that.hide(e,{closer:a})},1);return false},show=function(e){var a=this;if(!that.currentOpener||that.currentOpener[0]===a||a===that.element[0]){clearInterval(that.closeTimer)}clearInterval(that.openTimer);that.openTimer=setTimeout(function(){that.show(e,{opener:a})},o.openDelay);return false},isDialog,isSpecial;this.mask=$([]);if(o.mask&&o.hideWindowedFlash=='auto'){o.maskOpts=true}if(o.mask){this.mask=$('<div class="mask" />').insertBefore(this.element).mask($.extend(o.maskOpts,{close:function(e,a){clearInterval(that.openTimer);return that.hide(e,a)}}))}this.element.css({visibility:'hidden'}).addClass('a11y-js-overflow').attr(o.attrs).attr({'aria-hidden':'true'});if(o.createA11yWrapper===true||(o.createA11yWrapper&&this.element.parent().is('body'))){this.element.wrap('<div class="a11y-wrapper" />')}if(o.modal==='auto'){o.modal=!!(o.focusOnShow)}if(o.restoreFocus==='auto'){o.restoreFocus=!!(o.focusOnShow)}if(o.setInitialContent){this.fillContent(this.element,o.setInitialContent)}this.clonedOverlay=this.element.clone().attr({role:'presentation'}).addClass('cloned-overlay');if(o.bgIframe&&$.fn.bgIframe&&parseInt($.browser.version,10)<7){this.element.bgIframe()}id++;this.id='overlay-'+id;this.isVisible=false;this.hiddenElements=$([]);this.openers=$([]);this.closeBtn=$(o.closeBtnSel,this.element).bind('ariaclick',function(e){clearInterval(that.openTimer);that.hide(e,{closer:this});return false});if(o.openerSel){this.openers=$(o.openerSel,o.openercontext);if(o.openEvent){this.openers[o.bindStyle](o.openEvent,show)}if(o.closeEvent){this.openers[o.bindStyle](o.closeEvent,close)}}if($.support.waiAria){if(this.closeBtn[0]&&$.nodeName(this.closeBtn[0],'a')){this.closeBtn.removeAttr('href').attr({tabindex:'0',role:'button'})}if(o.labelledbySel){this.element.labelWith($(o.labelledbySel,this.element))}if(o.describedbySel){this.element.describeWith($(o.describedbySel,this.element))}if(o.addRole){this.element.attr('role',o.addRole)}}this._trigger('init',{type:'init'},this.ui())},fillContent:function(c,d,e){var o=this.options;c=c||this.element;d=d||this.content||{};$.each(d,function(a,b){if($.isFunction(b)){b(a,c,d,e)}else{$('.'+a,c).html(b)}});if(o.addRole==='tooltip'||o.addRole==='alert'){$('*',this.element).attr({role:'presentation'})}},ui:function(){var a={instance:this,isVisible:this.isVisible,openers:this.openers,id:this.id,element:this.element},arg=arguments;for(var i=0,len=arg.length;i<len;i++){if(arg[i]){$.extend(a,arg[i])}}return a},show:function(e,a){clearTimeout(this.closeTimer);this.currentOpener=(a&&a.opener)?$(a.opener):(e&&e.currentTarget)?$(e.currentTarget):$(h);a=a||{};a.opener=this.currentOpener;if(this.isVisible||this._trigger('beforeShow',e,this.ui({extras:a}))===false||this.stopShow){return}this.isVisible=true;var o=this.options,that=this,focusElement=(o.focusOnShow===true)?this.element.firstExpOf('srfocusable'):(o.focusOnShow)?$(o.focusOnShow,this.element):$([]),posCSS,ui;this.hideElementsOnShow();if(o.addRole==='tooltip'&&this.currentOpener){this.currentOpener.attr({'aria-describedby':this.element.getID()})}posCSS=this.setPosition(e,a);ui=this.ui({extras:a,posCSS:posCSS});this.mask.mask('show');o.animShow(this.element.stop(true,true),ui);this.element.attr({'aria-hidden':'false'});$.ui.SR.update();this.restoreFocus=h;focusElement.setFocus({addTabindex:true,parent:this.element,compMode:true});$('body').addClass(o.bodyShowClass);if(o.closeOnEsc){$(document).bind('keydown.'+this.id,function(e){if(e.keyCode===$.ui.keyCode.ESCAPE){that.hide.call(that,e,{closer:this})}})}if(o.modal===true){var b;$(document).bind('keydown.'+this.id,function(e){if($.ui.keyCode.SHIFT===e.keyCode){b=true}}).bind('keyup.'+this.id,function(e){if($.ui.keyCode.SHIFT===e.keyCode){b=false}}).bind('focusin.'+this.id,function(e){if(e.target===document||e.target===window||$.nodeName(e.target,'html')||(e.target!==focusElement[0]&&e.target!==that.element[0]&&!$.ui.contains(that.element[0],e.target))){$('a, input, button, select, textarea, area',that.element).filter(':not(:hidden, .ui-disabled)').filter((b)?':last':':first').setFocus()}})}this.mask.mask('resize',true);$.ui.SR.update();this._trigger('show',e,ui)},hide:function(e,a){if(!this.isVisible){return}var o=this.options,ui=this.ui({extras:a});if(this._trigger('beforeHide',e,ui)===false){return false}this.isVisible=false;if(o.addRole==='tooltip'&&this.currentOpener){this.currentOpener.removeAttr('aria-describedby')}this.mask.mask('hide');$(document).unbind('.'+this.id);$(window).unbind('.'+this.id);if(o.restoreFocus&&this.restoreFocus){$(this.restoreFocus).setFocus()}o.animHide(this.element,ui);this.element.attr({'aria-hidden':'true'});this.hiddenElements.css({visibility:'visible'});this._trigger('hide',e,ui);$('body').removeClass(o.bodyShowClass);this.restoreFocus=false},setPosition:function(e,a,b){b=b||this.element;var o=this.options,pos={};e=(e&&e.type)?e:{type:'unknown'};a=a||{};if(!a.opener){a.opener=this.currentOpener}if(typeof o.positionType==='string'&&$.ui.cOverlay.posMethods[o.positionType]){pos=$.ui.cOverlay.posMethods[o.positionType](b,e,a,this)}else if($.isFunction(o.positionType)){pos=o.positionType(b,e,a,this)}return pos}},$.overlayProto));$.ui.cOverlay.posMethods={};$.ui.cOverlay.posMethods.around=function(c,e,d,f){var o=f.options,pos;if(!$.posAround){setTimeout(function(){throw('please install the posAround plugin');},0);return{}}if(o.followMouse&&e.type.indexOf('mouse')!=-1){pos=$.posAround(c,e,o.positionOpts);$(document).bind('mousemove.'+f.id,function(a){var b={top:e.pageY-a.pageY,left:e.pageX-a.pageX},posDelta={top:pos.top-b.top,left:pos.left-b.left};c.css({top:pos.top-b.top,left:pos.left-b.left})})}else if(d.opener){pos=$.posAround(c,d.opener,o.positionOpts)}return pos};$.ui.cOverlay.posMethods.centerInsideView=function(a,e,b,c){var o=c.options,doc=$(document),pos;if(!$.objScale){setTimeout(function(){throw('please install the objScale plugin');},0);return{}}pos=$.objScale.centerObjTo(a,$(window),o.positionOpts);pos.top+=doc.scrollTop();pos.left+=doc.scrollLeft();return pos};$.ui.cOverlay.defaults={mask:false,maskOpts:{},bgIframe:false,hideWindowedFlash:'auto',hideWhileShown:false,hideFilter:function(){return true},extraClass:false,attrs:{},bodyShowClass:'overlay-visible',positionType:'',positionOpts:{},followMouse:false,restoreFocus:'auto',focusOnShow:false,closeOnEsc:true,closeBtnSel:'a.close-button',animShow:function(a,b){a.css(b.posCSS).css({visibility:'visible'})},animHide:function(a,b){a.css({visibility:'hidden'})},addRole:false,createA11yWrapper:'auto',labelledbySel:false,describedbySel:false,openerSel:false,openerContext:document,bindStyle:'bind',openEvent:'ariaclick',closeEvent:false,openDelay:0,setInitialContent:false,modal:'auto'}})(jQuery);
//showbox
;(function($){var h={};$.each({disable:['-1','true','addClass'],enable:['0','false','removeClass']},function(b,c){h[b]=function(){var a=$(this);if(!a.is('span, div')){a.attr({tabindex:c[0],'aria-disabled':c[1]})}a[c[2]]('ui-disabled')}});$.createUrlIndex=function(d,f){var o=f.options;f.uniqueUrls=[];f.uniqueOpeners=[];d.each(function(){var a=$(this).attr('href');if($.inArray(a,f.uniqueUrls)===-1){f.uniqueUrls.push(a);f.uniqueOpeners.push(this)}});f.nextBtn=$('.next',f.element);f.prevBtn=$('.prev',f.element);f.playPauseBtn=$('.play-pause',f.element);if($.support.waiAria){f.nextBtn.add(f.prevBtn).add(f.playPauseBtn).each(function(){if($.nodeName(this,'a')){$(this).removeAttr('href').attr({tabindex:'0'})}})}f.currentIndexDisplay=$('.current-index',f.element).html('1');f.lengthDisplay=$('.item-length',f.element).html(f.uniqueUrls.length);f.play=function(a,b){if(f.isPlaying){return}f.isPlaying=true;f.playPauseBtn.addClass('ui-isplaying').html(o.pauseText);if(o.pauseTitle){f.playPauseBtn.attr({title:o.pauseTitle})}slideShowLoad((a)?o.slideshowDelay:0,(b!==undefined)?b:true)};f.pause=function(){if(!f.isPlaying){return}f.isPlaying=false;f.playPauseBtn.addClass('ui-isplaying').html(o.playText);if(o.playTitle){f.playPauseBtn.attr({title:o.playTitle})}clearTimeout(f.slideshowTimer)};f.playPauseToggle=function(a,b){f[(f.isPlaying)?'pause':'play'](a,b);return false};f.isPlaying=false;if(f.uniqueUrls.length>1){f.nextBtn.bind('ariaclick',function(e){f.loadNext(e);return false});f.prevBtn.bind('ariaclick',function(e){f.loadPrev(e);return false});f.playPauseBtn.bind('ariaclick',function(){f.playPauseToggle(undefined,true);return false});if(o.addKeyNav){f.element.bind('keydown',function(e){var a;switch(e.keyCode){case $.ui.keyCode.LEFT:a=f.loadPrev(e);break;case $.ui.keyCode.RIGHT:a=f.loadNext(e);break;case $.ui.keyCode.SPACE:f.playPauseToggle();break}return a})}}else{if(o.controlsWrapper){$(o.controlsWrapper,f.element).hide()}f.prevBtn.hide();f.nextBtn.hide();f.playPauseBtn.hide()}function slideShowLoad(a,b){clearTimeout(f.slideshowTimer);f.slideshowTimer=setTimeout(function(){if(!f.loadNext({type:'slideshow'})){if(o.carousel||b){f.loadIndex(0,{type:'slideshow'})}else{f.pause()}}},a||0)}f.uniqueOpeners=$(f.uniqueOpeners);f.updateIndex=function(a){var b={disable:$([]),enabled:$([])};f.currentUrl=a;f.currentIndex=$.inArray(a,f.uniqueUrls);f.currentAnchor=f.uniqueOpeners.filter(':eq('+f.currentIndex+')');f.currentIndexDisplay.html(String(f.currentIndex+1));if(f.currentIndex===0){if(!o.carousel){b.disable=f.prevBtn.each(h.disable)}f._trigger('indexStartEndReachedChange',{type:'indexStartReached'},f.ui(b))}else if(f.prevBtn.is('.ui-disabled')){b.enable=f.prevBtn.each(h.enable);f._trigger('indexStartEndReachedChange',{type:'indexStartReachedChanged'},f.ui(b))}if(f.uniqueUrls.length<=f.currentIndex+1){if(!o.carousel){f.pause();b.disable=f.nextBtn.each(h.disable)}f._trigger('indexStartEndReachedChange',{type:'indexEndReached'},f.ui(b))}else if(f.nextBtn.is('.ui-disabled')){b.enable=f.nextBtn.each(h.enable);f._trigger('indexStartEndReachedChange',{type:'indexEndReachedChanged'},f.ui(b))}};f.loadIndex=function(b,e){if(b===f.currentIndex||b===-1){return false}var c=f.uniqueOpeners.filter(':eq('+b+')'),oldAnchor=f.currentAnchor,url;if(c[0]){url=c.attr('href');e=e||{type:'loadIndex'};f.updateIndex(url);f.element.addClass('loading');f.mask.addClass('loading-mask');o.hideContentAnim(f,e,{oldAnchor:oldAnchor,index:b,opener:c,content:f.content});$.imgPreLoad.loadNow(url,function(){$('div.content-box',f.element).attr({'aria-busy':'true','aria-live':'polite'});var a={oldAnchor:oldAnchor,index:b,opener:c};f.content={'multimedia-box':$(this)};a.content=f.content;f.options.getTextContent(c,f.content,f);o.showContentAnim(f,f.content['multimedia-box'],e,a);f._trigger('imageChange',e,a);f.element.queue(function(){f.element.removeClass('loading');f.mask.removeClass('loading-mask');f.element.dequeue()});if(f.isPlaying){slideShowLoad(o.slideshowDelay)}$('div.content-box',f.element).attr({'aria-busy':'false'});$.ui.SR.update()});return true}return false};f.loadNext=function(e){var a=f.loadIndex(f.currentIndex+1,e);if(a===false&&o.carousel){a=f.loadIndex(0,e)}return a};f.loadPrev=function(e){var a=f.loadIndex(f.currentIndex-1,e);if(a===false&&o.carousel){a=f.loadIndex(f.uniqueOpeners.length-1,e)}return a}};$.addOuterDimensions=function(b,c,d){var e=(d==='height')?['Top','Bottom']:['Left','Right'];$.each(['padding','border','margin'],function(i,a){if(a!=='border'){c+=parseInt(b.css(a+e[0]),10)||0;c+=parseInt(b.css(a+e[1]),10)||0}else{c+=parseInt(b.css(a+e[0]+'Width'),10)||0;c+=parseInt(b.css(a+e[1]+'Width'),10)||0}});return c};$.ui.cOverlay.posMethods.centerHorizontalView=function(a,e,b,c){var o=c.options,doc=$(document),pos,timer;if(!$.objScale){setTimeout(function(){throw('please install the objScale plugin');},0);return{}}pos=$.objScale.centerObjTo(a,$(window),o.positionOpts);pos.top=doc.scrollTop();if(isFinite(o.marginTop)){pos.top+=o.marginTop}pos.left+=doc.scrollLeft();if(o.followScroll){$(window).bind('scroll.'+this.id+' resize.'+this.id,function(e){if($(window).height()>a.height()){clearTimeout(timer);timer=setTimeout(function(){a.animate({top:doc.scrollTop()})},400)}})}return pos};$.ui.cOverlay.posMethods.constrainInsideView=function(a,e,b,c){var o=c.options,doc=$(document),imgDim={},dim={},pos;if(!$.objScale){setTimeout(function(){throw('please install the objScale plugin');},0);return{}}pos=$.objScale.constrainObjTo(a,$(window),o.positionOpts);$.swap(a[0],{position:"absolute",visibility:"hidden",display:"block"},function(){imgDim=$.objScale.getDim(b.img)});pos.top+=doc.scrollTop();pos.left+=doc.scrollLeft();dim.width=imgDim.width+pos.widthSubtraction;dim.height=imgDim.height+pos.heightSubtraction;b.img.css(dim).attr(dim);delete pos.widthSubtraction;delete pos.heightSubtraction;return pos};$.ui.cOverlay.posMethods.constrainHorizontalView=function(a,e,b,c){var o=c.options,pos=$.ui.cOverlay.posMethods.constrainInsideView(a,e,b,c);delete pos.top;return pos};$.fn.showbox=function(g){g=$.extend({},$.fn.showbox.defaults,g);g.openerSel=this;$(g.structure).appendTo('body').bind('cOverlayinit',function(e,d){var f=d.instance,o=f.options;$.createUrlIndex(f.openers,f);f.widthElement=(f.element.is(o.widthElementSel))?f.element:$(f.options.widthElementSel,f.element);f.calcWidth=function(a,b){var c=b||a[0].width,elem=a;while(!elem.is(o.widthElementSel)&&elem[0]){c=$.addOuterDimensions(elem,c,'width');elem=elem.parent()}return c}}).bind('cOverlaybeforeShow',function(e,b){if(!b.extras.img){var c=b.instance,url=b.extras.opener.attr('href');c.mask.addClass('loading-mask').mask('show');$.imgPreLoad.loadNow(url,function(e){var a=this.width;b.extras.img=$(this);c.stopShow=false;c.content={'multimedia-box':b.extras.img};g.getTextContent(c.currentOpener,c.content,c);c.fillContent();c.widthElement.css({width:c.calcWidth(b.extras.img,a)});c.updateIndex(url);c.show(e,b.extras);c._trigger('imageChange',e,{oldAnchor:null,index:c.currentIndex,opener:c.currentOpener,content:c.content});c.mask.removeClass('loading-mask')});c.stopShow=true}}).bind('cOverlayshow',function(e,a){var b=a.instance;if(b.options.slideShowAutostart){b.play(true)}}).bind('cOverlayhide',function(e,a){a.instance.pause();$('div.content-box',a.element).removeAttr('aria-live').removeAttr('aria-busy')}).cOverlay(g);return this};$.fn.showbox.defaults={mask:true,maskOpts:{fadeInTime:600},focusOnShow:'h1.showbox-title',addRole:'dialog',positionType:'centerHorizontalView',followScroll:true,widthElementSel:'.content-box',structure:'<div class="showbox">'+'<div class="showbox-box">'+'<div class="showbox-head">'+'<h1 class="showbox-title"></h1>'+'<span class="showbox-toolbar">'+'<a role="button" class="prev" href="#" /> <a role="button" class="next" href="#" />'+' <a class="play-pause" role="button" href="#" />'+' <span class="index-pagination"><span class="current-index" /> / <span class="item-length" /></span>'+'</span>'+'</div>'+'<div class="content-box"><div class="multimedia-box"></div><div class="text-content"></div></div>'+' <a role="button" class="close-button" href="#"></a>'+'</div>'+'</div>',getTextContent:function(a,b,c){b['text-content']=a.attr('title')},addKeyNav:true,showContentAnim:function(a,b,e,c){var d=$('div.content-box',a.element);d.queue(function(){a.fillContent();a.widthElement.css({width:a.calcWidth(b)});d.fadeTo(300,1);d.dequeue()})},hideContentAnim:function(a){var b=$('div.content-box',a.element);b.fadeTo(300,0)},controlsWrapper:'.showbox-toolbar',slideShowAutostart:false,slideshowDelay:4000,playTitle:'',playText:'play',pauseText:'pause',pauseTitle:''}})(jQuery);
//ui-scroller
;(function($){$.widget('ui.scroller',{_init:function(){var b=this.element[0],o=this.options,that=this;o.animateOptions.complete=function(){that.propagate('end')};o.direction=(o.direction=='vertical')?{scroll:'scrollTop',outerD:'outerHeight',dim:'height'}:{scroll:'scrollLeft',outerD:'outerWidth',dim:'width'};this.pictureUpdate=0;this.moveElem=$(o.moveWrapper,b);this.atomElem=$(o.atoms,b);this.hidingWrapper=$(o.hidingWrapper,b);this.nextLink=$(o.nextLink,b);this.prevLink=$(o.prevLink,b);this.position=0;this.atomPos=0;this.percentage=0;this.oldPosition=0;this.oldAtomPos=0;if(o.hidingHeight||o.hidingWidth){var c=(o.hidingHeight)?{height:o.hidingHeight}:{};if((o.hidingWidth)){c=$.extend(c,{width:o.hidingWidth})}this.hidingWrapper.css(c)}this.dims=[0];this.hidingWrapper[0][o.direction.scroll]=0;this.update();if(o.recalcStageOnresize){$(window).resize(function(){that.dims[1]=that.hidingWrapper[o.direction.dim]()})}if(o.diashow){this.startDiashow();this.element.bind('mouseenter.diashow',function(){clearInterval(that.diaTimer)}).bind('mouseleave.diashow',function(){that.startDiashow.call(that)})}if($.fn.mousewheel){this.moveElem.mousewheel(function(e,d){that.stopDiashow.call(that);d=(d<0)?'-':'+';var a=(o.moveStep)?o.moveStep:'atom';that.moveTo(d+'atom1');return false})}var f=function(){var a=that.prevLink[0]===this?'+':'-';that.stopDiashow.call(that);that.moveTo(a+o.moveStep);return false};this.nextLink.bind('click.uiscroller',f);this.prevLink.bind('click.uiscroller',f);this.propagate('init')},getIndexNearPos:function(a){var b=this.dims.length;while(b--){if(a>=this.dims[b]){return b}}return false},startDiashow:function(){var a=this;this.diaTimer=null;clearInterval(this.diaTimer);this.diaTimer=setInterval(function(){((a.position===a.maxPos)?a.moveTo(0,false):a.moveTo('-'+a.options.moveStep))},this.options.diashow)},stopDiashow:function(){this.element.unbind('.diashow');clearInterval(this.diaTimer)},update:function(a){var b=this,jElm,o=this.options;if(a){this.dims=[0]}this.dims[1]=this.hidingWrapper.css({overflow:'hidden'})[o.direction.dim]();var c=this.dims.length-2;for(var i=c,len=this.atomElem.length;i<len;i++){jElm=$(this.atomElem[i]);b.dims.push(b.dims[0]);b.dims[0]+=jElm[o.direction.outerD]({margin:true})}this.dims[0]+=o.addSubPixel;this.maxPos=(this.dims[0]-this.dims[1]);var d={};d[o.direction.dim]=this.dims[0]+'px';this.moveElem.css(d);if(o.pagination){this.createPagination(a)}this.updatePosition_Controls()},createPagination:function(a){var b='<ul>',that=this,tmpContent,o=this.options;this.pagination=$(o.pagination,this.element[0]);this.atomElem.each(function(i){tmpContent=o.paginationAtoms.replace(/\$number/g,i+1);b+=(o.paginationTitleFrom)?tmpContent.replace(/\$title/g,$(o.paginationTitleFrom,this).text()):tmpContent});this.pagination.html(b+'</ul>').find('a').each(function(i){$(this).click(function(){that.stopDiashow.call(that);that.moveTo.call(that,'goTo'+i);return false})})},updatePosition_Controls:function(a){var o=this.options;a=(isNaN(a))?parseInt(this.hidingWrapper[0][o.direction.scroll],10):a;if(a!==this.position){this.percentage=a/(this.maxPos/100);this.oldPosition=this.position;this.oldAtomPos=this.atomPos;this.position=a;var b=this.getIndexNearPos(this.position);b=(b)?b-2:0;this.atomPos=b}this.percentage=a/(this.maxPos/100);if(a<=0&&this.prevLink.is('.'+o.activeLinkClass)){o.linkFn.call(this.prevLink,'hide');this.prevLink.removeClass(o.activeLinkClass)}else if(a>0&&!this.prevLink.is('.'+o.activeLinkClass)){o.linkFn.call(this.prevLink,'show');this.prevLink.addClass(o.activeLinkClass)}if(a>=this.maxPos&&this.nextLink.is('.'+o.activeLinkClass)){o.linkFn.call(this.nextLink,'hide');this.nextLink.removeClass(o.activeLinkClass)}else if(a<this.maxPos&&!this.nextLink.is('.'+o.activeLinkClass)){o.linkFn.call(this.nextLink,'show');this.nextLink.addClass(o.activeLinkClass)}if(this.pagination){var c=this.pagination.find('li').filter('.'+o.activePaginationClass).removeClass(o.activePaginationClass),newActive=c.end().eq(this.atomPos).addClass(o.activePaginationClass);if($.isFunction(o.paginationFn)){o.paginationFn.call(c,'inactive');o.paginationFn.call(newActive,'active')}}if(this.indexDisplay){}},getNummericPosition:function(a){var b=false,num;if(a.indexOf('goTo')===0){num=parseInt(/(\d+)$/.exec(a)[0],10)+2;a=this.dims[num]}else if(a=='-atom'||a=='-atom1'){num=this.atomPos+3;a=(this.dims[num]||this.dims[num]===0)?this.dims[num]:this.dims[this.dims.length-1]}else if(a=='+atom'||a=='+atom1'){a=(this.atomPos)?this.dims[this.atomPos+1]:0}else if(a.indexOf('atom')==1){num=parseInt(/(\d+)$/.exec(a)[0],10);if(a.indexOf('-')===0){num+=2;if(this.dims[this.atomPos+num]){a=this.dims[this.atomPos+num]}else{a=this.dims[this.dims.length-1]}}else{num-=2;var c=this.atomPos-num;if(c>1&&this.dims[this.atomPos-num]){a=this.dims[this.atomPos-num]}else{a=0}}}else if(a.indexOf('+')===0||a.indexOf('-')===0){b=a.slice(0,1);a=parseInt(a.slice(1),10);a=(b=='-')?this.position+a:this.position-a}else{var d=/(\d+)%$/.exec(a);if(d&&d[1]){a=this.maxPos/100*parseFloat(a)}}return a},moveTo:function(a,b,c){a=(isNaN(a))?this.getNummericPosition(a):a;a=(a<=0)?0:(a>=this.maxPos)?this.maxPos:a;if(a===this.position){return false}var o=this.options,scroll=o.direction.scroll;this.updatePosition_Controls(a);this.propagate('start',this.oldPosition);b=(typeof b=='undefined')?o.animate:b;if(b){c=c||{};c=$.extend({},o.animateOptions,{slide:this},c);var d=(scroll=='scrollTop')?{scrollTop:a,uiscrollerComplete:a}:{scrollLeft:a,uiscrollerComplete:a};this.hidingWrapper.stop().animate(d,c)}else{this.hidingWrapper.stop()[0][scroll]=a;this.propagate('end')}},ui:function(){return{instance:this,options:this.options,pos:this.position,percentPos:this.percentage,oldIndex:this.oldAtomPos,newIndex:this.atomPos,size:this.dims.length-2}},propagate:function(n,a){var b=(a||a===0)?[$.extend({},this.ui(),{'pos':a,percentPos:a/(this.maxPos/100)})]:[this.ui()];this.element.triggerHandler("uiscroller"+n,b)}});$.ui.scroller.defaults={hidingWrapper:'div.rack',moveWrapper:'div.rack-design',atoms:'div.teaser',nextLink:'a.next',prevLink:'a.prev',activeLinkClass:'show',linkFn:function(){},animate:true,animateOptions:{duration:800},hidingWidth:false,hidingHeight:false,moveStep:'atom',direction:'horizontal',pagination:false,indexPager:false,paginationAtoms:'<li class="pa-$number"><a href="#">$number</a></li>',paginationTitleFrom:false,activePaginationClass:'on',paginationFn:false,diashow:false,addSubPixel:0,recalcStageOnresize:false};$.extend($.fx.step,{uiscrollerComplete:function(a){if(a.now||a.now===0){var b=a.options.slide;if(b){b.propagate('slide',b.hidingWrapper[0][b.options.direction.scroll])}}}})})(jQuery);
//jquery-tabs
;(function($){$.widget('ui.tabtree',{_init:function(){var b=this,o=this.options,elem=this.element,isHTMLSelected;this.buttons=$(o.buttonSel,elem[0]);this.focusTimer=null;this.slideShowtimer=null;this.panels=this.buttons.map(function(){var a=$(this),idRef=a.attr('href');a.attr({'aria-controls':idRef.replace('#','')});return $(idRef).css({outline:'none'}).attr({tabindex:-1})[0]});isHTMLSelected=!!this.buttons.filter('.'+o.activeButtonClass)[0];this.buttons.each(function(i){var a=$(this).attr({role:'button'}),initAction=((isHTMLSelected&&a.is('.'+o.activeButtonClass))||(!isHTMLSelected&&o.defaultSelected===i))?'expand':'collapse';b[initAction].call(b,this,{type:'init'})});if(o.selectEvents){this.buttons.bind(o.selectEvents,function(e){var a=(o.toggleButton)?'toggle':'expand';b[a].call(b,this,e);clearInterval(b.slideShowtimer);return false})}if(!o.selectEvents||o.selectEvents.indexOf('click')==-1){this.buttons.click(function(){clearInterval(b.slideShowtimer);b.focusPanel.call(b,$($(this).attr('href')));return false})}if(o.slideShow&&isFinite(o.slideShow)){this.slideShowtimer=setInterval(function(){b.showPrevNext.call(b,1)},o.slideShow)}},showPrevNext:function(a){var b=this.buttons.index(this.buttons.filter('.'+this.options.activeButtonClass)[0])+a;if(b<0){b=this.buttons.length-1}else if(b>=this.buttons.length){b=0}this.expand(this.buttons.get(b),{type:'show-'+a})},toggle:function(a,e){var b=($(a).is('.'+this.options.activeButtonClass))?'collapse':'expand';this[b](a,e)},collapse:function(a,e){e=e||{type:'collapse'};a=$(a);var b=(e.type=='init')?'collapseinit':'collapse',that=this,o=this.options,panel;if(!a.is('.'+o.activeButtonClass)&&e.type!='init'){return false}panel=this._getPanelAndSetState(a,'inactive');if(o.handleDisplay===true||(e.type=='init'&&o.handleDisplay=='initial')){panel.hide()}this._trigger(b,e,$.extend({},this.ui(),{button:a,panel:panel}))},expand:function(a,e){e=e||{type:'expand'};a=$(a);var b=(e.type=='init')?'expandinit':'expand',that=this,o=this.options,panel;if(e.type!='init'&&a.is('.'+o.activeButtonClass)){return false}if(e.type!='init'&&!this.options.multiSelectable){this.buttons.filter('.'+o.activeButtonClass).each(function(){that.collapse.call(that,this,e)})}panel=this._getPanelAndSetState(a,'active');if(o.handleDisplay===true||(e.type=='init'&&o.handleDisplay=='initial')){panel.show()}this._trigger(b,e,$.extend({},this.ui(),{button:a,panel:panel}));if(/click/.test(e.type)){this.focusPanel(panel)}},_getPanelAndSetState:function(a,b){var c=(b=='active')?{c:'addClass',index:-1,bool:'true'}:{c:'removeClass',index:0,bool:'false'},o=this.options;if(o.toggleButton){a.attr({'aria-pressed':c.bool})}else{a.attr({'tabindex':c.index})}a[c.c](o.activeButtonClass);return this.panels.filter(a.attr('href'))[c.c](o.activePanelClass)},focusPanel:function(a){clearTimeout(this.focusTimer);this.focusTimer=setTimeout(function(){a.focus()},200)},ui:function(){return{ui:this}}});$.ui.tabtree.defaults={buttonSel:'a',toggleButton:false,multiSelectable:false,selectEvents:'click',defaultSelected:0,slideShow:false,activeButtonClass:'ui-active',activePanelClass:'ui-expanded',handleDisplay:true}})(jQuery);
//jquery-mousewheel
;(function($){var c=['DOMMouseScroll','mousewheel'];$.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var i=c.length;i;)this.addEventListener(c[--i],handler,false);else this.onmousewheel=handler},teardown:function(){if(this.removeEventListener)for(var i=c.length;i;)this.removeEventListener(c[--i],handler,false);else this.onmousewheel=null}};$.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}});function handler(a){var b=[].slice.call(arguments,1),delta=0,returnValue=true;a=$.event.fix(a||window.event);a.type="mousewheel";if(a.wheelDelta)delta=a.wheelDelta/120;if(a.detail)delta=-a.detail/3;b.unshift(a,delta);return $.event.handle.apply(this,b)}var f={pageX:0,pageY:0},collectMwheel=true;function stopCollectWheel(){collectMwheel=false}function startCollectWheel(){collectMwheel=true}$(function(){$(document).bind('mousewheel',function(e){if(!collectMwheel){return}f.pageX=e.pageX;f.pageY=e.pageY})});$.event.special.mmwheel={setup:function(){$(this).bind('mousewheel',$.event.special.mmwheel.handler).bind('mouseenter',stopCollectWheel).bind('mouseleave',startCollectWheel);return true},teardown:function(){$(this).unbind('mousewheel',$.event.special.mmwheel.handler).unbind('mouseenter',stopCollectWheel).unbind('mouseleave',startCollectWheel);return true},handler:function(e,d){if((e.pageX!==f.pageX&&e.pageY!==f.pageY)){e=$.extend({},e,{type:'mmwheel'});return $.event.handle.call(this,e,d)}}};$.fn.extend({mmwheel:function(a){return a?this.bind("mmwheel",a):this.trigger("mmwheel")},unmmwheel:function(a){return this.unbind("mmwheel",a)}})})(jQuery);
//jquery-social-b
;(function($){$.socialbookmark={findRelElm:function(a){var b=$(a),ref=b.attr('href'),find=ref.indexOf('#');ref=ref.substr(find);return ref},handler:function(){if($.socialbookmark.actElm&&!$($.socialbookmark.actElm).is(':hidden')){$.socialbookmark.hide()}else{$.socialbookmark.show.call(this)}return false},hideNotinActElm:function(e){var a=$(e.target);if(a.is($.socialbookmark.actElm)||a.parents($.socialbookmark.actElm).size()){return}$.socialbookmark.hide()},show:function(){var a=$.socialbookmark.findRelElm(this);$(a).animate({height:'show',opacity:'show'},{duration:400});$.socialbookmark.actElm=a;$(document).bind('click',$.socialbookmark.hideNotinActElm);return false},actElm:null,hide:function(){$($.socialbookmark.actElm).animate({height:"hide",opacity:"hide"});$('body').unbind('click',$.socialbookmark.hideNotinActElm)},init:function(a){var b=$(a);if(b.size()){var c=$.socialbookmark.findRelElm(b[0]);$(c).css({display:'none'});b.click($.socialbookmark.handler)}}}})(jQuery);
//ui-a11y-ext
;(function($){if(!window.console){window.console={}}if(!console.log){console.log=function(){}}var c=/h\d/,form=/input|select|button|textarea/,exp=$.expr.filters;exp.srfocusable=function(a){var b=a.nodeName.toLowerCase();return((c.test(b))||(b==='area')||(b==='a'&&a.href)||(form.test(b)&&!a.disabled&&a.type!=='hidden'))};var d=['p','li','dt','dd','blockquote','address','th','td','dfn'];exp.semanticAtom=function(a){var b=a.nodeName.toLowerCase();return(exp.srfocusable(a)||$.inArray(b,d)!==-1)};$.fn.firstExpOf=function(a){var b=$('*',this),len=b.length,ret;for(var i=0;i<len;i++){if(exp[a](b[i],i)){ret=[b[i]];break}}return this.pushStack(ret)};$.fn.lastExpOf=function(a){var b=$('*',this),len=b.length,ret;while(len--){if(exp[a](b[i],i)){ret=[b[len]];break}}return this.pushStack(ret)}})(jQuery);(function($){var b=true;function stopFocus(){b=false;setTimeout(function(){b=true},1)}function testDomTarget(e){var a=e.originalEvent;if(e.target===document||e.target===window||$.nodeName(e.target,'body')||$.nodeName(e.target,'html')){stopFocus();return false}if(a){if(b&&e.target&&e.target.nodeType===1&&(a.explicitOriginalTarget&&a.explicitOriginalTarget&&a.explicitOriginalTarget!==window&&a.explicitOriginalTarget!==document&&!$(a.explicitOriginalTarget).is('html, body')||a.toElement||a.fromElement)){return true}else{return false}}return true}$.each(['focusin','focusout'],function(i,a){$.event.special['dom'+a]={setup:function(){$(this).bind(a,$.event.special['dom'+a].handler);return true},teardown:function(){$(this).unbind(a,$.event.special['dom'+a].handler);return true},handler:function(e){if(testDomTarget(e)){e=$.extend({},e,{type:'dom'+a});return $.event.handle.call(this,e)}}}})})(jQuery);(function($){var h='position: absolute; width: 1px; height: 1px; overflow: hidden;margin: 0; padding: 0;',offsetDir=($('html').attr('dir')==='rtl')?'right: -9999em;':'left: -99999em;',offsetCSS=h+offsetDir,version=parseInt($.browser.version,10);$.support.waiAria=(!$.browser.msie||version>7);$.notIE6=(!$.browser.msie||version>6);$.browser.lteIE6=($.browser.msie&&version<7);$.browser.lteIE7=($.browser.msie&&version<8);$.browser.lteIE8=($.browser.msie&&version<9);$(function(){var c=document.createElement('style'),styleS;c.setAttribute('type','text/css');c=$(c).prependTo('head');styleS=document.styleSheets[0];function add(a,b){if(styleS.cssRules||styleS.rules){if(styleS.insertRule){styleS.insertRule(a+' {'+b+';}',styleS.cssRules.length)}else if(styleS.addRule){styleS.addRule(a,b)}}}add('.a11y-js-overflow','overflow:visible !important');add('.a11y-hidden','position:absolute');add('.a11y-hidden',offsetDir.replace(';',''));$.cssRule={add:add}});$.each({focus:'focusin',blur:'focusout'},function(a,b){$.event.special[b]={setup:function(){if($.browser.msie)return false;this.addEventListener(a,$.event.special[b].handler,true)},teardown:function(){if($.browser.msie)return false;this.removeEventListener(a,$.event.special[b].handler,true)},handler:function(e){arguments[0]=$.event.fix(e);arguments[0].type=b;return $.event.handle.apply(this,arguments)}}});$.ui=$.ui||{};$.ui.userMode=(function(){var b,timer,testDiv;function testBg(){testDiv=testDiv||$('<div style="'+offsetCSS+'"></div>').appendTo('body');var a=$.curCSS(testDiv.css({backgroundColor:'#000000'})[0],'backgroundColor',true),white=$.curCSS(testDiv.css({backgroundColor:'#ffffff'})[0],'backgroundColor',true),newBgStatus=(a===white||white==='transparent');if(newBgStatus!=b){b=newBgStatus;$.event.trigger({type:'usermode',disabled:!b,enabled:b})}return b}function init(){testBg();clearInterval(timer);timer=setInterval(testBg,3000)}$.event.special.usermode={add:function(a){testBg();setTimeout(function(){jElem.triggerHandler({type:'usermode',disabled:!b,enabled:b})},0);return a},setup:function(){},teardown:function(){},handler:function(){}};return{get:testBg,init:init}})();$.fn.userMode=function(a){return this[(a)?'bind':'trigger']('usermode',a)};$(function(){$('html').userMode(function(e){$('html')[e.enabled?'addClass':'removeClass']('hcm')});$.ui.userMode.init()});(function($){var a=false;function handleAriaClick(e){if(!a&&(!e.keyCode||e.keyCode===$.ui.keyCode.ENTER)){a=true;setTimeout(function(){a=false},1);return $.event.special.ariaclick.handler.apply(this,arguments)}else if(a&&e.type=='click'){e.preventDefault();return false}}$.event.special.ariaclick={setup:function(){$(this).bind('click keydown',handleAriaClick);return true},teardown:function(){$(this).unbind('click keydown',handleAriaClick);return true},handler:function(e){e.type='ariaclick';return $.event.handle.apply(this,arguments)}}})(jQuery);$.bodyDefaultFontsize=10;$.testEm=(function(){var b=$('<div style="width: 1em; position: absolute; padding: 0; border: none; margin: 0; visibility: hidden;'+offsetDir+'" />'),timer,emPx=0,oldVal=0,html=$(document.documentElement);function test(){var a=b.width(),e;if(emPx!==a){emPx=a;e={type:'emchange',emPx:emPx,oldEmPx:oldVal};$.event.trigger(e)}oldVal=a;emPx=a;return e}function addEmClass(e){var a=e.emPx-$.bodyDefaultFontsize,prefix=(a>0)?'em-increased-':'em-decreased-',newCl=[];a=Math.abs(a)+1;while(a-->1){newCl.push(prefix+a)}html[0].className=$.grep(html[0].className.split(' '),function(n){return(n.indexOf('em-increased-')!==0&&n.indexOf('em-decreased-')!==0)}).concat(newCl).join(' ')}$(function(){b.appendTo('body');addEmClass($.testEm());html.bind('emchange',addEmClass);timer=setInterval(test,999)});return test})();(function($){var f=true,focusTime=0,currentFocus=document,focusTimer,mouseFocus;function stopKeyFocus(e){f=false;mouseFocus=e&&e.type;setTimeout(function(){f=true},1)}function removeActive(e){if(!e||!e.keyCode||e.keyCode===13||e.keyCode===32){$(this).removeClass('a11y-active')}}function addActive(e){if(!e||!e.keyCode||e.keyCode===13||e.keyCode===32){$(this).addClass('a11y-active')}}function addActiveListener(a){a.bind('mouseup mouseleave keyup',removeActive);a.bind('mousedown keydown',addActive)}function addFocus(e){var a=$(e.target).addClass('a11y-focus');currentFocus=e.target;focusTime=new Date().getTime();if(f){a.addClass('a11y-focus-key').trigger('keyfocus')}else if(mouseFocus==='mousedown'){a.addClass('a11y-active')}addActiveListener(a)}$(document).bind('mousedown click',stopKeyFocus).bind('domfocusin',addFocus).bind('focusout',function(e){$(e.target).removeClass('a11y-focus-key a11y-focus-widget a11y-focus a11y-active').unbind('mousedown keydown',addActive).unbind('mouseup mouseleave keyup',removeActive)});function addTabindex(a){if(!a.is('a[href], area, input, button, select, textarea')){a.css({outline:'none'}).attr({tabindex:'-1'})}return a}$.fn.setFocus=function(b,c){if(!this[0]){return this}var d=this[0],jElm=$(d),opts={},extraDelay=1,focusFn=function(){var a=currentFocus;setTimeout(function(){stopKeyFocus();try{d.focus();jElm.addClass('a11y-focus-widget');opts.complete.apply(d,arguments)}catch(e){}},extraDelay);try{if(extraDelay>9&&a.blur&&a.focus){a.blur();stopKeyFocus();if(focusBefore&&document.focus){document.focus()}a.focus()}}catch(e){}},queueFn=function(){opts.parent.queue(function(){focusFn();opts.parent.dequeue()})},focusBefore;if(isFinite(b)){opts.time=b;if(c!==undefined){opts.addTabindex=c}}else{opts=b}opts=$.extend({},$.fn.setFocus.defaults,opts);focusBefore=(opts.compMode&&$.unique(jElm.add(currentFocus))[0]===currentFocus);if(opts.addTabindex){addTabindex(jElm)}if(opts.compMode&&(focusBefore||new Date().getTime()-focusTime>180)){extraDelay=120;opts.time=Math.max(opts.time-extraDelay,120)}$.ui.SR.update();clearTimeout(focusTimer);focusTimer=setTimeout(opts.parent?queueFn:focusFn,opts.time);return this};$.fn.setFocus.defaults={time:200,addTabindex:false,parent:false,compMode:true,complete:function(){}}})(jQuery);$.fn.ariaHide=function(){$.fn.hide.apply(this,arguments);return this.attr({'aria-hidden':'true'})};$.fn.ariaShow=function(){$.fn.show.apply(this,arguments);return this.attr({'aria-hidden':'false'})};$.ui.SR=(function(){var b,val=0,alertBox,boxTimer,statusBox,statusTimer;function init(){alertBox=$('<div class="a11y-hidden" role="alert" style="'+offsetCSS+'" />').ariaHide().appendTo('body');statusBox=$('<div class="a11y-hidden" style="'+offsetCSS+'"><div aria-live="polite" relevant="additions text" /> </div>').appendTo('body').find('div');b=$('<form role="presentation" action="#" class="aural" style="'+offsetCSS+'"><input name="sr-update" id="sr-update" type="hidden" value="'+val+'" /></form>').appendTo('body').find('input').ajaxComplete(update)}function update(){var a,wrapperHeight;if(b){b[0].setAttribute('value',''+(++val));setTimeout(function(){b[0].setAttribute('value',''+(++val))},1)}}function alert(a){clearTimeout(boxTimer);alertBox.ariaHide().html(a).find('*').attr({role:'presentation'}).end().ariaShow();boxTimer=setTimeout(function(){alertBox.ariaHide().empty()},999)}function giveStatus(a){a=$('<div>'+a+'</div>').find('*').attr({role:'presentation'}).end();statusBox.html(a);clearTimeout(statusTimer);statusTimer=setTimeout(function(){statusBox.empty()},999)}return{update:update,alert:alert,giveStatus:giveStatus,init:init}})();$($.ui.SR.init);if(!$.fn.getID){var i=new Date().getTime();$.fn.getID=function(b){function setID(){var a=this.getAttribute('id');if(!a){a='ID-'+(i++);this.setAttribute('id',a)}return a}if(this[0]){if(b){this.each(setID)}return setID.call(this[0])}return}}$.each({labelWith:'aria-labelledby',describeWith:'aria-describedby',ownsThis:'aria-owns',controlsThis:'aria-controls',activateThis:'aria-activedescendant'},function(b,c){$.fn[b]=function(a){return this.attr(c,$(a).getID())}});$.fn.inOut=function(c,d,f){f=$.extend({},$.fn.inOut.defaults,f);var g='mouseenter mouseleave focusin focusout',selector=this.selector,context=this.context;if(f.useEventTypes==='mouse'){g='mouseenter mouseleave'}else if(f.useEventTypes==='focus'){g='focusin focusout'}function handler(e){var a,params,elem=this,evt;if(/focusin|mouseenter/.test(e.type)){a=c;params=[1,'in',true]}else{a=d;params=[-1,'out',false]}var b=$.data(this,'inOutData');clearTimeout(b.inOutTimer);b.inEvents=Math.max(b.inEvents+params[0],0);b.inOutTimer=setTimeout(function(){if(params[2]!=b.inOutState&&(params[2]||!f.bothOut||!b.inEvents)){b.inOutState=params[2];evt=$.Event(params[1]);evt.originalEvent=e;a.call(elem,evt)}},/focus/.test(e.type)?f.keyDelay:f.mouseDelay)}this.each(function(){$(this).data('inOutData',{inEvents:0})})[f.bindStyle](g,handler);return this};$.fn.inOut.defaults={mouseDelay:0,bindStyle:'bind',keyDelay:1,bothOut:false,useEventTypes:'both'};$.fn.slideParentDown=function(b){b=$.extend({},$.fn.slideParentDown.defaults,b);var c=b.complete;return this.each(function(){var a=$(this).css({display:'block'}),parent=a.parent().css({height:''}),outerHeight=parent.height();parent.css({overflow:'hidden',height:'0px'});parent.animate({height:outerHeight},$.extend({},b,{complete:function(){parent.css({height:'',overflow:''});c.apply(this,arguments)}}))})};$.fn.slideParentDown.defaults={duration:400,complete:function(){}};$.fn.slideParentUp=function(b){b=$.extend({},$.fn.slideParentUp.defaults,b);var c=b.complete;return this.each(function(){var a=$(this),parent=a.parent().css({overflow:'hidden'}),cssProp={height:'0px'};if($.browser.mozilla&&b.flickrFix){cssProp.flickrFix=Math.random()*2}parent.animate(cssProp,$.extend({},b,{complete:function(){a.css({display:'none'});parent.css({height:'',overflow:'',display:''});c.apply(this,arguments)}}))})};$.fn.slideParentUp.defaults={duration:400,complete:function(){},flickrFix:false}})(jQuery);
//setUnset
;(function($){$.createSetUnsetFunction=function(d){if(typeof d=='string'){var e=d.split('.');if(typeof window[e[0]]=='undefined'){window[e[0]]={}}d=window[e[0]];for(var i=1,len=e.length;i<len;i++){if(typeof d[e[i]]=='undefined'){d[e[i]]={}}d=d[e[i]]}}return function(a,b){var c=a;if(typeof a=='string'){c={};c[a]=b}for(name in c){if(typeof d[name]=='undefined'){d[name]=c[name]}}}};$.i18n=(function(){var d={},defLang='de',active=$('html').attr('lang')||'de';function setActive(a){active=a}function setDefault(a){defLang=a}function setText(a,b,c){if(arguments.length===1&&typeof a==='object'){b=a;a=active}if(c!==undefined){var o={};o[b]=c;b=o}if(!d[a]){d[a]={}}for(var i in b){d[a][i]=b[i]}}function getText(a,b){if(!b){b=a;a=active}if(!d[a]){d[a]={}}var c=d[a][b];return(c!==undefined)?c:(d[defLang][b]||'')}return{setActive:setActive,setDefault:setDefault,setText:setText,getText:getText}})()})(jQuery);
//freiberger-cfg
;(function($){$.i18n.setDefault('en');$.i18n.setText('en',{printLink:'print page',closeButton:'close',galleryTitle:'title of gallery'})})(jQuery);
//init-behaviour
;jQuery.noConflict();(function($){var _=$.i18n.getText;function callOnDomReady(){$('html').addClass('js-on');$('div.text tbody tr:nth-child(odd)').addClass('odd');Cufon.replace('#stage h2');addPrintLink();$('div.teaser-wrapper:not(.tw-paging,.tw-slider)').scroller();pagingTeaserSwitcher();$.socialbookmark.init('li.social-b a');generateLightbox()}function generateLightbox(){var f={widthElementSel:'.showbox',positionType:'constrainInsideView',positionOpts:{cleanCSS:false,margin:[30,20]},animShow:function(a,b){delete b.posCSS.height;a.css(b.posCSS).css({opacity:0}).fadeTo(400,1).css({visibility:'visible'})},animHide:function(a,b){a.fadeTo(400,0,function(){a.css({visibility:'hidden'})})},showContentAnim:function(a,b,e,c){var d=$('div.content-box',a.element),width=b[0].width,duration=300,pos;a.fillContent(a.clonedOverlay.insertAfter(a.element));a.clonedOverlay.css({width:a.calcWidth(b,width)});pos=$.ui.cOverlay.posMethods.constrainInsideView(a.clonedOverlay,e,{img:b},a);a.clonedOverlay.remove();d.queue(function(){a.element.animate($.extend({},pos),{duration:duration,complete:function(){a.fillContent();d.fadeTo(300,1);a.element.css({height:''})}});d.dequeue()})}};$('a[rel=showbox]').showbox($.extend({},f,{setInitialContent:{'showbox-title':_('galleryTitle'),'close-button':_('closeButton')},getTextContent:function(b,c,d){var e=b.closest('dl'),dds=$('dd',e),img=$('img',e),extraContent='';c['multimedia-box'].attr('alt',img.attr('alt'));c['text-content']='';dds.each(function(){var a=$(this),html=a.html();if(a.is('.caption')){c['text-content']+='<h2 class="caption">'+html+'</h2>';c['showbox-title']=html}else if(a.is('.longdesc')){c['text-content']+='<p class="longdesc">'+html+'</p>'}else if(!a.is('.zoom')){extraContent+='<li class="'+this.className+'">'+html+'</li>'}});if(extraContent){c['text-content']+='<ul class="sb-extra">'+extraContent+'</ul>'}},structure:'<div class="showbox">'+'<div class="showbox-box">'+'<div class="showbox-head">'+'<h1 class="showbox-title"></h1>'+'</div>'+'<div class="content-box"><div class="multimedia-box"></div><div class="text-content"></div></div>'+' <a class="close-button" href="#"></a>'+'</div>'+'</div>'}))}function pagingTeaserSwitcher(){function removeFilter(a){if(a.style.filter){a.style.filter=''}}function myPag(a){if(a=='inactive'){$('a',this).animate({opacity:0.5},{duration:500})}else{$('a',this).animate({opacity:1},{duration:500,complete:function(){removeFilter(this)}})}}$('div.teaser-wrapper.tw-paging').scroller({pagination:'div.pagination',paginationFn:myPag,paginationTitleFrom:'h2',paginationAtoms:'<li class="pa-$number" title="$title"><a href="#">$number</a></li>'})}function addPrintLink(){function print(){window.print();return false}$('<li class="print"><a href="#">'+_('printLink')+'</a></li>').prependTo('ul#text-features').find('a').click(print)}$('html').addClass('js-on');$.extend($.ui.scroller.defaults,{atoms:'div.rack-teaser',prevLink:'div.prev a',nextLink:'div.next a'});$(callOnDomReady)})(jQuery);
}// END !jspackager.devmode