(function(p,j){function u(){if(!c.isReady){try{v.documentElement.doScroll("left")}catch(a){setTimeout(u,1);return}c.ready()}}function t(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function o(a,b,e,g,f,l){var k=a.length;if(typeof b==="object"){for(var s in b)o(a,s,b[s],g,f,e);return a}if(e!==j){g=!l&&g&&c.isFunction(e);for(s=0;s<k;s++)f(a[s],b,g?e.call(a[s],s,f(a[s],b)):e,l);return a}return k?f(a[0],b):j}function z(){return(new Date).getTime()}function G(){return false}function U(){return true}function R(a,b,e){e[0].type=a;return c.event.handle.apply(b,e)}function S(a){var b,e=[],g=[],f=arguments,l,k,s,m,r,y;k=c.data(this,"events");if(!(a.liveFired===this||!k||!k.live||a.button&&a.type==="click")){a.liveFired=this;var B=k.live.slice(0);for(m=0;m<B.length;m++){k=B[m];k.origType.replace(da,"")===a.type?g.push(k.selector):B.splice(m--,1)}l=c(a.target).closest(g,a.currentTarget);r=0;for(y=l.length;r<y;r++)for(m=0;m<B.length;m++){k=B[m];if(l[r].selector===k.selector){s=l[r].elem;g=null;if(k.preType==="mouseenter"||k.preType==="mouseleave")g=c(a.relatedTarget).closest(k.selector)[0];if(!g||g!==s)e.push({elem:s,handleObj:k})}}r=0;for(y=e.length;r<y;r++){l=e[r];a.currentTarget=l.elem;a.data=l.handleObj.data;a.handleObj=l.handleObj;if(l.handleObj.origHandler.apply(l.elem,f)===false){b=false;break}}return b}}function L(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g,"&")}function Z(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function ea(a,b){var e=0;b.each(function(){if(this.nodeName===(a[e]&&a[e].nodeName)){var g=c.data(a[e++]),f=c.data(this,g);if(g=g&&g.events){delete f.handle;f.events={};for(var l in g)for(var k in g[l])c.event.add(this,l,g[l][k],g[l][k].data)}}})}function fa(a,b,e){var g,f,l;b=b&&b[0]?b[0].ownerDocument||b[0]:v;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===v&&!Ca.test(a[0])&&(c.support.checkClone||!Da.test(a[0]))){f=true;if(l=c.fragments[a[0]])if(l!==1)g=l}if(!g){g=b.createDocumentFragment();c.clean(a,b,g,e)}if(f)c.fragments[a[0]]=l?g:1;return{fragment:g,cacheable:f}}function T(a,b){var e={};c.each(Ea.concat.apply([],Ea.slice(0,b)),function(){e[this]=a});return e}function V(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},oa=p.jQuery,J=p.$,v=p.document,N,K=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,M=/^.[^:#\[\.,]*$/,ka=/\S/,$=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Ya=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,ga=navigator.userAgent,Fa=false,ha=[],aa,pa=Object.prototype.toString,qa=Object.prototype.hasOwnProperty,ra=Array.prototype.push,ia=Array.prototype.slice,Ga=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var e,g;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=v;this[0]=v.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((e=K.exec(a))&&(e[1]||!b))if(e[1]){g=b?b.ownerDocument||b:v;if(a=Ya.exec(a))if(c.isPlainObject(b)){a=[v.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[g.createElement(a[1])];else{a=fa([e[1]],[g]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=v.getElementById(e[2])){if(b.id!==e[2])return N.find(a);this.length=1;this[0]=b}this.context=v;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=v;a=v.getElementsByTagName(a);return c.merge(this,a)}else return!b||b.jquery?(b||N).find(a):c(b).find(a);else if(c.isFunction(a))return N.ready(a);if(a.selector!==j){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return ia.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,e){var g=c();c.isArray(a)?ra.apply(g,a):c.merge(g,a);g.prevObject=this;g.context=this.context;if(b==="find")g.selector=this.selector+(this.selector?" ":"")+e;else if(b)g.selector=this.selector+"."+b+"("+e+")";return g},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(v,c);else ha&&ha.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(ia.apply(this,arguments),"slice",ia.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,function(b,e){return a.call(b,e,b)}))},end:function(){return this.prevObject||c(null)},push:ra,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,e=arguments.length,g=false,f,l,k,s;if(typeof a==="boolean"){g=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(e===b){a=this;--b}for(;b<e;b++)if((f=arguments[b])!=null)for(l in f){k=a[l];s=f[l];if(a!==s)if(g&&s&&(c.isPlainObject(s)||c.isArray(s))){k=k&&(c.isPlainObject(k)||c.isArray(k))?k:c.isArray(s)?[]:{};a[l]=c.extend(g,k,s)}else if(s!==j)a[l]=s}return a};c.extend({noConflict:function(a){p.$=J;if(a)p.jQuery=oa;return c},isReady:false,ready:function(){if(!c.isReady){if(!v.body)return setTimeout(c.ready,13);c.isReady=true;if(ha){for(var a,b=0;a=ha[b++];)a.call(v,c);ha=null}c.fn.triggerHandler&&c(v).triggerHandler("ready")}},bindReady:function(){if(!Fa){Fa=true;if(v.readyState==="complete")return c.ready();if(v.addEventListener){v.addEventListener("DOMContentLoaded",aa,false);p.addEventListener("load",c.ready,false)}else if(v.attachEvent){v.attachEvent("onreadystatechange",aa);p.attachEvent("onload",c.ready);var a=false;try{a=p.frameElement==null}catch(b){}v.documentElement.doScroll&&a&&u()}}},isFunction:function(a){return pa.call(a)==="[object Function]"},isArray:function(a){return pa.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||pa.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!qa.call(a,"constructor")&&!qa.call(a.constructor.prototype,"isPrototypeOf"))return false;var b;for(b in a);return b===j||qa.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;a=c.trim(a);if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return p.JSON&&p.JSON.parse?p.JSON.parse(a):(new Function("return "+a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&ka.test(a)){var b=v.getElementsByTagName("head")[0]||v.documentElement,e=v.createElement("script");e.type="text/javascript";if(c.support.scriptEval)e.appendChild(v.createTextNode(a));else e.text=a;b.insertBefore(e,b.firstChild);b.removeChild(e)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,b,e){var g,f=0,l=a.length,k=l===j||c.isFunction(a);if(e)if(k)for(g in a){if(b.apply(a[g],e)===false)break}else for(;f<l;){if(b.apply(a[f++],e)===false)break}else if(k)for(g in a){if(b.call(a[g],g,a[g])===false)break}else for(e=a[0];f<l&&b.call(e,f,e)!==false;e=a[++f]);return a},trim:function(a){return(a||"").replace($,"")},makeArray:function(a,b){b=b||[];if(a!=null)a.length==null||typeof a==="string"||c.isFunction(a)||typeof a!=="function"&&a.setInterval?ra.call(b,a):c.merge(b,a);return b},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var e=0,g=b.length;e<g;e++)if(b[e]===a)return e;return-1},merge:function(a,b){var e=a.length,g=0;if(typeof b.length==="number")for(var f=b.length;g<f;g++)a[e++]=b[g];else for(;b[g]!==j;)a[e++]=b[g++];a.length=e;return a},grep:function(a,b,e){for(var g=[],f=0,l=a.length;f<l;f++)!e!==!b(a[f],f)&&g.push(a[f]);return g},map:function(a,b,e){for(var g=[],f,l=0,k=a.length;l<k;l++){f=b(a[l],l,e);if(f!=null)g[g.length]=f}return g.concat.apply([],g)},guid:1,proxy:function(a,b,e){if(arguments.length===2)if(typeof b==="string"){e=a;a=e[b];b=j}else if(b&&!c.isFunction(b)){e=b;b=j}if(!b&&a)b=function(){return a.apply(e||this,arguments)};if(a)b.guid=a.guid=a.guid||b.guid||c.guid++;return b},uaMatch:function(a){a=a.toLowerCase();a=/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}},browser:{}});ga=c.uaMatch(ga);if(ga.browser){c.browser[ga.browser]=true;c.browser.version=ga.version}if(c.browser.webkit)c.browser.safari=true;if(Ga)c.inArray=function(a,b){return Ga.call(b,a)};N=c(v);if(v.addEventListener)aa=function(){v.removeEventListener("DOMContentLoaded",aa,false);c.ready()};else if(v.attachEvent)aa=function(){if(v.readyState==="complete"){v.detachEvent("onreadystatechange",aa);c.ready()}};(function(){c.support={};var a=v.documentElement,b=v.createElement("script"),e=v.createElement("div"),g="script"+z();e.style.display="none";e.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var f=e.getElementsByTagName("*"),l=e.getElementsByTagName("a")[0];if(!(!f||!f.length||!l)){c.support={leadingWhitespace:e.firstChild.nodeType===3,tbody:!e.getElementsByTagName("tbody").length,htmlSerialize:!!e.getElementsByTagName("link").length,style:/red/.test(l.getAttribute("style")),hrefNormalized:l.getAttribute("href")==="/a",opacity:/^0.55$/.test(l.style.opacity),cssFloat:!!l.style.cssFloat,checkOn:e.getElementsByTagName("input")[0].value==="on",optSelected:v.createElement("select").appendChild(v.createElement("option")).selected,parentNode:e.removeChild(e.appendChild(v.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(v.createTextNode("window."+g+"=1;"))}catch(k){}a.insertBefore(b,a.firstChild);if(p[g]){c.support.scriptEval=true;delete p[g]}try{delete b.test}catch(s){c.support.deleteExpando=false}a.removeChild(b);if(e.attachEvent&&e.fireEvent){e.attachEvent("onclick",function m(){c.support.noCloneEvent=false;e.detachEvent("onclick",m)});e.cloneNode(true).fireEvent("onclick")}e=v.createElement("div");e.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=v.createDocumentFragment();a.appendChild(e.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var m=v.createElement("div");m.style.width=m.style.paddingLeft="1px";v.body.appendChild(m);c.boxModel=c.support.boxModel=m.offsetWidth===2;v.body.removeChild(m).style.display="none"});a=function(m){var r=v.createElement("div");m="on"+m;var y=m in r;if(!y){r.setAttribute(m,"return;");y=typeof r[m]==="function"}return y};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=e=f=l=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var W="jQuery"+z(),Za=0,Ha={};c.extend({cache:{},expando:W,noData:{embed:true,object:true,applet:true},data:function(a,b,e){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==p?Ha:a;var g=a[W],f=c.cache;if(!g&&typeof b==="string"&&e===j)return null;g||(g=++Za);if(typeof b==="object"){a[W]=g;f[g]=c.extend(true,{},b)}else if(!f[g]){a[W]=g;f[g]={}}a=f[g];if(e!==j)a[b]=e;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==p?Ha:a;var e=a[W],g=c.cache,f=g[e];if(b){if(f){delete f[b];c.isEmptyObject(f)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando];else a.removeAttribute&&a.removeAttribute(c.expando);delete g[e]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var e=a.split(".");e[1]=e[1]?"."+e[1]:"";if(b===j){var g=this.triggerHandler("getData"+e[1]+"!",[e[0]]);if(g===j&&this.length)g=c.data(this[0],a);return g===j&&e[1]?this.data(e[0]):g}else return this.trigger("setData"+e[1]+"!",[e[0],b]).each(function(){c.data(this,a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,e){if(a){b=(b||"fx")+"queue";var g=c.data(a,b);if(!e)return g||[];if(!g||c.isArray(e))g=c.data(a,b,c.makeArray(e));else g.push(e);return g}},dequeue:function(a,b){b=b||"fx";var e=c.queue(a,b),g=e.shift();if(g==="inprogress")g=e.shift();if(g){b==="fx"&&e.unshift("inprogress");g.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===j)return c.queue(this[0],a);return this.each(function(){var e=c.queue(this,a,b);a==="fx"&&e[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var e=this;setTimeout(function(){c.dequeue(e,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Ia=/[\n\t]/g,sa=/\s+/,$a=/\r/g,ab=/href|src|style/,bb=/(button|input)/i,cb=/(button|input|object|select|textarea)/i,db=/^(a|area)$/i,Ja=/radio|checkbox/;c.fn.extend({attr:function(a,b){return o(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(r){var y=c(this);y.addClass(a.call(this,r,y.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(sa),e=0,g=this.length;e<g;e++){var f=this[e];if(f.nodeType===1)if(f.className){for(var l=" "+f.className+" ",k=f.className,s=0,m=b.length;s<m;s++)if(l.indexOf(" "+b[s]+" ")<0)k+=" "+b[s];f.className=c.trim(k)}else f.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(m){var r=c(this);r.removeClass(a.call(this,m,r.attr("class")))});if(a&&typeof a==="string"||a===j)for(var b=(a||"").split(sa),e=0,g=this.length;e<g;e++){var f=this[e];if(f.nodeType===1&&f.className)if(a){for(var l=(" "+f.className+" ").replace(Ia," "),k=0,s=b.length;k<s;k++)l=l.replace(" "+b[k]+" "," ");f.className=c.trim(l)}else f.className=""}return this},toggleClass:function(a,b){var e=typeof a,g=typeof b==="boolean";if(c.isFunction(a))return this.each(function(f){var l=c(this);l.toggleClass(a.call(this,f,l.attr("class"),b),b)});return this.each(function(){if(e==="string")for(var f,l=0,k=c(this),s=b,m=a.split(sa);f=m[l++];){s=g?s:!k.hasClass(f);k[s?"addClass":"removeClass"](f)}else if(e==="undefined"||e==="boolean"){this.className&&c.data(this,"__className__",this.className);this.className=this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,e=this.length;b<e;b++)if((" "+this[b].className+" ").replace(Ia," ").indexOf(a)>-1)return true;return false},val:function(a){if(a===j){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var e=b.selectedIndex,g=[],f=b.options;b=b.type==="select-one";if(e<0)return null;var l=b?e:0;for(e=b?e+1:f.length;l<e;l++){var k=f[l];if(k.selected){a=c(k).val();if(b)return a;g.push(a)}}return g}if(Ja.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace($a,"")}return j}var s=c.isFunction(a);return this.each(function(m){var r=c(this),y=a;if(this.nodeType===1){if(s)y=a.call(this,m,r.val());if(typeof y==="number")y+="";if(c.isArray(y)&&Ja.test(this.type))this.checked=c.inArray(r.val(),y)>=0;else if(c.nodeName(this,"select")){var B=c.makeArray(y);c("option",this).each(function(){this.selected=c.inArray(c(this).val(),B)>=0});if(!B.length)this.selectedIndex=-1}else this.value=y}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,e,g){if(!a||a.nodeType===3||a.nodeType===8)return j;if(g&&b in c.attrFn)return c(a)[b](e);g=a.nodeType!==1||!c.isXMLDoc(a);var f=e!==j;b=g&&c.props[b]||b;if(a.nodeType===1){var l=ab.test(b);if(b in a&&g&&!l){if(f){b==="type"&&bb.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");a[b]=e}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:cb.test(a.nodeName)||db.test(a.nodeName)&&a.href?0:j;return a[b]}if(!c.support.style&&g&&b==="style"){if(f)a.style.cssText=""+e;return a.style.cssText}f&&a.setAttribute(b,""+e);a=!c.support.hrefNormalized&&g&&l?a.getAttribute(b,2):a.getAttribute(b);return a===null?j:a}return c.style(a,b,e)}});var da=/\.(.*)$/,eb=function(a){return a.replace(/[^\w\s\.\|`]/g,function(b){return"\\"+b})};c.event={add:function(a,b,e,g){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==p&&!a.frameElement)a=p;var f,l;if(e.handler){f=e;e=f.handler}if(!e.guid)e.guid=c.guid++;if(l=c.data(a)){var k=l.events=l.events||{},s=l.handle;if(!s)l.handle=s=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(s.elem,arguments):j};s.elem=a;b=b.split(" ");for(var m,r=0,y;m=b[r++];){l=f?c.extend({},f):{handler:e,data:g};if(m.indexOf(".")>-1){y=m.split(".");m=y.shift();l.namespace=y.slice(0).sort().join(".")}else{y=[];l.namespace=""}l.type=m;l.guid=e.guid;var B=k[m],F=c.event.special[m]||{};if(!B){B=k[m]=[];if(!F.setup||F.setup.call(a,g,y,s)===false)if(a.addEventListener)a.addEventListener(m,s,false);else a.attachEvent&&a.attachEvent("on"+m,s)}if(F.add){F.add.call(a,l);if(!l.handler.guid)l.handler.guid=e.guid}B.push(l);c.event.global[m]=true}a=null}}},global:{},remove:function(a,b,e,g){if(!(a.nodeType===3||a.nodeType===8)){var f,l=0,k,s,m,r,y,B,F=c.data(a),I=F&&F.events;if(F&&I){if(b&&b.type){e=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(f in I)c.event.remove(a,f+b)}else{for(b=b.split(" ");f=b[l++];){r=f;k=f.indexOf(".")<0;s=[];if(!k){s=f.split(".");f=s.shift();m=new RegExp("(^|\\.)"+c.map(s.slice(0).sort(),eb).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(y=I[f])if(e){r=c.event.special[f]||{};for(H=g||0;H<y.length;H++){B=y[H];if(e.guid===B.guid){if(k||m.test(B.namespace)){g==null&&y.splice(H--,1);r.remove&&r.remove.call(a,B)}if(g!=null)break}}if(y.length===0||g!=null&&y.length===1){if(!r.teardown||r.teardown.call(a,s)===false)Ka(a,f,F.handle);delete I[f]}}else for(var H=0;H<y.length;H++){B=y[H];if(k||m.test(B.namespace)){c.event.remove(a,r,B.handler,H);y.splice(H--,1)}}}if(c.isEmptyObject(I)){if(b=F.handle)b.elem=null;delete F.events;delete F.handle;c.isEmptyObject(F)&&c.removeData(a)}}}}},trigger:function(a,b,e,g){var f=a.type||a;if(!g){a=typeof a==="object"?a[W]?a:c.extend(c.Event(f),a):c.Event(f);if(f.indexOf("!")>=0){a.type=f=f.slice(0,-1);a.exclusive=true}if(!e){a.stopPropagation();c.event.global[f]&&c.each(c.cache,function(){this.events&&this.events[f]&&c.event.trigger(a,b,this.handle.elem)})}if(!e||e.nodeType===3||e.nodeType===8)return j;a.result=j;a.target=e;b=c.makeArray(b);b.unshift(a)}a.currentTarget=e;(g=c.data(e,"handle"))&&g.apply(e,b);g=e.parentNode||e.ownerDocument;try{if(!(e&&e.nodeName&&c.noData[e.nodeName.toLowerCase()]))if(e["on"+f]&&e["on"+f].apply(e,b)===false)a.result=false}catch(l){}if(!a.isPropagationStopped()&&g)c.event.trigger(a,b,g,true);else if(!a.isDefaultPrevented()){g=a.target;var k,s=c.nodeName(g,"a")&&f==="click",m=c.event.special[f]||{};if((!m._default||m._default.call(e,a)===false)&&!s&&!(g&&g.nodeName&&c.noData[g.nodeName.toLowerCase()])){try{if(g[f]){if(k=g["on"+f])g["on"+f]=null;c.event.triggered=true;g[f]()}}catch(r){}if(k)g["on"+f]=k;c.event.triggered=false}}},handle:function(a){var b,e,g,f;a=arguments[0]=c.event.fix(a||p.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;if(!b){e=a.type.split(".");a.type=e.shift();g=new RegExp("(^|\\.)"+e.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}f=c.data(this,"events");e=f[a.type];if(f&&e){e=e.slice(0);f=0;for(var l=e.length;f<l;f++){var k=e[f];if(b||g.test(k.namespace)){a.handler=k.handler;a.data=k.data;a.handleObj=k;k=k.handler.apply(this,arguments);if(k!==j){a.result=k;if(k===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(a){if(a[W])return a;var b=a;a=c.Event(b);for(var e=this.props.length,g;e;){g=this.props[--e];a[g]=b[g]}if(!a.target)a.target=a.srcElement||v;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){b=v.documentElement;e=v.body;a.pageX=a.clientX+(b&&b.scrollLeft||e&&e.scrollLeft||0)-(b&&b.clientLeft||e&&e.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||e&&e.scrollTop||0)-(b&&b.clientTop||e&&e.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!==j)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,a.origType,c.extend({},a,{handler:S}))},remove:function(a){var b=true,e=a.origType.replace(da,"");c.each(c.data(this,"events").live||[],function(){if(e===this.origType.replace(da,""))return b=false});b&&c.event.remove(this,a.origType,S)}},beforeunload:{setup:function(a,b,e){if(this.setInterval)this.onbeforeunload=e;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};var Ka=v.removeEventListener?function(a,b,e){a.removeEventListener(b,e,false)}:function(a,b,e){a.detachEvent("on"+b,e)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=a;this.type=a.type}else this.type=a;this.timeStamp=z();this[W]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=U;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=U;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=U;this.stopPropagation()},isDefaultPrevented:G,isPropagationStopped:G,isImmediatePropagationStopped:G};var La=function(a){var b=a.relatedTarget;try{for(;b&&b!==this;)b=b.parentNode;if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}}catch(e){}},Ma=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(e){c.event.add(this,b,e&&e.selector?Ma:La,a)},teardown:function(e){c.event.remove(this,b,e&&e.selector?Ma:La)}}});if(!c.support.submitBubbles)c.event.special.submit={setup:function(){if(this.nodeName.toLowerCase()!=="form"){c.event.add(this,"click.specialSubmit",function(a){var b=a.target,e=b.type;if((e==="submit"||e==="image")&&c(b).closest("form").length)return R("submit",this,arguments)});c.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,e=b.type;if((e==="text"||e==="password")&&c(b).closest("form").length&&a.keyCode===13)return R("submit",this,arguments)})}else return false},teardown:function(){c.event.remove(this,".specialSubmit")}};if(!c.support.changeBubbles){var ta=/textarea|input|select/i,ua,Na=function(a){var b=a.type,e=a.value;if(b==="radio"||b==="checkbox")e=a.checked;else if(b==="select-multiple")e=a.selectedIndex>-1?c.map(a.options,function(g){return g.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")e=a.selectedIndex;return e},va=function(a,b){var e=a.target,g,f;if(!(!ta.test(e.nodeName)||e.readOnly)){g=c.data(e,"_change_data");f=Na(e);if(a.type!=="focusout"||e.type!=="radio")c.data(e,"_change_data",f);if(!(g===j||f===g))if(g!=null||f){a.type="change";return c.event.trigger(a,b,e)}}};c.event.special.change={filters:{focusout:va,click:function(a){var b=a.target,e=b.type;if(e==="radio"||e==="checkbox"||b.nodeName.toLowerCase()==="select")return va.call(this,a)},keydown:function(a){var b=a.target,e=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(e==="checkbox"||e==="radio")||e==="select-multiple")return va.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,"_change_data",Na(a))}},setup:function(){if(this.type==="file")return false;for(var a in ua)c.event.add(this,a+".specialChange",ua[a]);return ta.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return ta.test(this.nodeName)}};ua=c.event.special.change.filters}v.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function e(g){g=c.event.fix(g);g.type=b;return c.event.handle.call(this,g)}c.event.special[b]={setup:function(){this.addEventListener(a,e,true)},teardown:function(){this.removeEventListener(a,e,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(e,g,f){if(typeof e==="object"){for(var l in e)this[b](l,g,e[l],f);return this}if(c.isFunction(g)){f=g;g=j}var k=b==="one"?c.proxy(f,function(m){c(this).unbind(m,k);return f.apply(this,arguments)}):f;if(e==="unload"&&b!=="one")this.one(e,g,f);else{l=0;for(var s=this.length;l<s;l++)c.event.add(this[l],e,k,g)}return this}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&!a.preventDefault)for(var e in a)this.unbind(e,a[e]);else{e=0;for(var g=this.length;e<g;e++)c.event.remove(this[e],a,b)}return this},delegate:function(a,b,e,g){return this.live(b,e,g,a)},undelegate:function(a,b,e){return arguments.length===0?this.unbind("live"):this.die(b,null,e,a)},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){a=c.Event(a);a.preventDefault();a.stopPropagation();c.event.trigger(a,b,this[0]);return a.result}},toggle:function(a){for(var b=arguments,e=1;e<b.length;)c.proxy(a,b[e++]);return this.click(c.proxy(a,function(g){var f=(c.data(this,"lastToggle"+a.guid)||0)%e;c.data(this,"lastToggle"+a.guid,f+1);g.preventDefault();return b[f].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var Oa={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(e,g,f,l){var k,s=0,m,r,y=l||this.selector,B=l?this:c(this.context);if(c.isFunction(g)){f=g;g=j}for(e=(e||"").split(" ");(k=e[s++])!=null;){l=da.exec(k);m="";if(l){m=l[0];k=k.replace(da,"")}if(k==="hover")e.push("mouseenter"+m,"mouseleave"+m);else{r=k;if(k==="focus"||k==="blur"){e.push(Oa[k]+m);k+=m}else k=(Oa[k]||k)+m;b==="live"?B.each(function(){c.event.add(this,L(k,y),{data:g,selector:y,handler:f,origType:k,origHandler:f,preType:r})}):B.unbind(L(k,y),f)}}return this}});c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(a,b){c.fn[b]=function(e){return e?this.bind(b,e):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});p.attachEvent&&!p.addEventListener&&p.attachEvent("onunload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});(function(){function a(h){for(var i="",n,q=0;h[q];q++){n=h[q];if(n.nodeType===3||n.nodeType===4)i+=n.nodeValue;else if(n.nodeType!==8)i+=a(n.childNodes)}return i}function b(h,i,n,q,x,w){x=0;for(var C=q.length;x<C;x++){var A=q[x];if(A){A=A[h];for(var E=false;A;){if(A.sizcache===n){E=q[A.sizset];break}if(A.nodeType===1&&!w){A.sizcache=n;A.sizset=x}if(A.nodeName.toLowerCase()===i){E=A;break}A=A[h]}q[x]=E}}}function e(h,i,n,q,x,w){x=0;for(var C=q.length;x<C;x++){var A=q[x];if(A){A=A[h];for(var E=false;A;){if(A.sizcache===n){E=q[A.sizset];break}if(A.nodeType===1){if(!w){A.sizcache=n;A.sizset=x}if(typeof i!=="string"){if(A===i){E=true;break}}else if(m.filter(i,[A]).length>0){E=A;break}}A=A[h]}q[x]=E}}}var g=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,f=0,l=Object.prototype.toString,k=false,s=true;[0,0].sort(function(){s=false;return 0});var m=function(h,i,n,q){n=n||[];var x=i=i||v;if(i.nodeType!==1&&i.nodeType!==9)return[];if(!h||typeof h!=="string")return n;for(var w=[],C,A,E,ja,X=true,ba=D(i),Y=h;(g.exec(""),C=g.exec(Y))!==null;){Y=C[3];w.push(C[1]);if(C[2]){ja=C[3];break}}if(w.length>1&&y.exec(h))if(w.length===2&&r.relative[w[0]])A=wa(w[0]+w[1],i);else for(A=r.relative[w[0]]?[i]:m(w.shift(),i);w.length;){h=w.shift();if(r.relative[h])h+=w.shift();A=wa(h,A)}else{if(!q&&w.length>1&&i.nodeType===9&&!ba&&r.match.ID.test(w[0])&&!r.match.ID.test(w[w.length-1])){C=m.find(w.shift(),i,ba);i=C.expr?m.filter(C.expr,C.set)[0]:C.set[0]}if(i){C=q?{expr:w.pop(),set:F(q)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&i.parentNode?i.parentNode:i,ba);A=C.expr?m.filter(C.expr,C.set):C.set;if(w.length>0)E=F(A);else X=false;for(;w.length;){var O=w.pop();C=O;if(r.relative[O])C=w.pop();else O="";if(C==null)C=i;r.relative[O](E,C,ba)}}else E=[]}E||(E=A);E||m.error(O||h);if(l.call(E)==="[object Array]")if(X)if(i&&i.nodeType===1)for(h=0;E[h]!=null;h++){if(E[h]&&(E[h]===true||E[h].nodeType===1&&P(i,E[h])))n.push(A[h])}else for(h=0;E[h]!=null;h++)E[h]&&E[h].nodeType===1&&n.push(A[h]);else n.push.apply(n,E);else F(E,n);if(ja){m(ja,x,n,q);m.uniqueSort(n)}return n};m.uniqueSort=function(h){if(H){k=s;h.sort(H);if(k)for(var i=1;i<h.length;i++)h[i]===h[i-1]&&h.splice(i--,1)}return h};m.matches=function(h,i){return m(h,null,null,i)};m.find=function(h,i,n){var q,x;if(!h)return[];for(var w=0,C=r.order.length;w<C;w++){var A=r.order[w];if(x=r.leftMatch[A].exec(h)){var E=x[1];x.splice(1,1);if(E.substr(E.length-1)!=="\\"){x[1]=(x[1]||"").replace(/\\/g,"");q=r.find[A](x,i,n);if(q!=null){h=h.replace(r.match[A],"");break}}}}q||(q=i.getElementsByTagName("*"));return{set:q,expr:h}};m.filter=function(h,i,n,q){for(var x=h,w=[],C=i,A,E,ja=i&&i[0]&&D(i[0]);h&&i.length;){for(var X in r.filter)if((A=r.leftMatch[X].exec(h))!=null&&A[2]){var ba=r.filter[X],Y,O;O=A[1];E=false;A.splice(1,1);if(O.substr(O.length-1)!=="\\"){if(C===w)w=[];if(r.preFilter[X])if(A=r.preFilter[X](A,C,n,w,q,ja)){if(A===true)continue}else E=Y=true;if(A)for(var la=0;(O=C[la])!=null;la++)if(O){Y=ba(O,A,la,C);var Pa=q^!!Y;if(n&&Y!=null)if(Pa)E=true;else C[la]=false;else if(Pa){w.push(O);E=true}}if(Y!==j){n||(C=w);h=h.replace(r.match[X],"");if(!E)return[];break}}}if(h===x)if(E==null)m.error(h);else break;x=h}return C};m.error=function(h){throw"Syntax error, unrecognized expression: "+h;};var r=m.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\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(h){return h.getAttribute("href")}},relative:{"+":function(h,i){var n=typeof i==="string",q=n&&!/\W/.test(i);n=n&&!q;if(q)i=i.toLowerCase();q=0;for(var x=h.length,w;q<x;q++)if(w=h[q]){for(;(w=w.previousSibling)&&w.nodeType!==1;);h[q]=n||w&&w.nodeName.toLowerCase()===i?w||false:w===i}n&&m.filter(i,h,true)},">":function(h,i){var n=typeof i==="string";if(n&&!/\W/.test(i)){i=i.toLowerCase();for(var q=0,x=h.length;q<x;q++){var w=h[q];if(w){n=w.parentNode;h[q]=n.nodeName.toLowerCase()===i?n:false}}}else{q=0;for(x=h.length;q<x;q++)if(w=h[q])h[q]=n?w.parentNode:w.parentNode===i;n&&m.filter(i,h,true)}},"":function(h,i,n){var q=f++,x=e;if(typeof i==="string"&&!/\W/.test(i)){var w=i=i.toLowerCase();x=b}x("parentNode",i,q,h,w,n)},"~":function(h,i,n){var q=f++,x=e;if(typeof i==="string"&&!/\W/.test(i)){var w=i=i.toLowerCase();x=b}x("previousSibling",i,q,h,w,n)}},find:{ID:function(h,i,n){if(typeof i.getElementById!=="undefined"&&!n)return(h=i.getElementById(h[1]))?[h]:[]},NAME:function(h,i){if(typeof i.getElementsByName!=="undefined"){var n=[];i=i.getElementsByName(h[1]);for(var q=0,x=i.length;q<x;q++)i[q].getAttribute("name")===h[1]&&n.push(i[q]);return n.length===0?null:n}},TAG:function(h,i){return i.getElementsByTagName(h[1])}},preFilter:{CLASS:function(h,i,n,q,x,w){h=" "+h[1].replace(/\\/g,"")+" ";if(w)return h;w=0;for(var C;(C=i[w])!=null;w++)if(C)if(x^(C.className&&(" "+C.className+" ").replace(/[\t\n]/g," ").indexOf(h)>=0))n||q.push(C);else if(n)i[w]=false;return false},ID:function(h){return h[1].replace(/\\/g,"")},TAG:function(h){return h[1].toLowerCase()},CHILD:function(h){if(h[1]==="nth"){var i=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(h[2]==="even"&&"2n"||h[2]==="odd"&&"2n+1"||!/\D/.test(h[2])&&"0n+"+h[2]||h[2]);h[2]=i[1]+(i[2]||1)-0;h[3]=i[3]-0}h[0]=f++;return h},ATTR:function(h,i,n,q,x,w){i=h[1].replace(/\\/g,"");if(!w&&r.attrMap[i])h[1]=r.attrMap[i];if(h[2]==="~=")h[4]=" "+h[4]+" ";return h},PSEUDO:function(h,i,n,q,x){if(h[1]==="not")if((g.exec(h[3])||"").length>1||/^\w/.test(h[3]))h[3]=m(h[3],null,null,i);else{h=m.filter(h[3],i,n,true^x);n||q.push.apply(q,h);return false}else if(r.match.POS.test(h[0])||r.match.CHILD.test(h[0]))return true;return h},POS:function(h){h.unshift(true);return h}},filters:{enabled:function(h){return h.disabled===false&&h.type!=="hidden"},disabled:function(h){return h.disabled===true},checked:function(h){return h.checked===true},selected:function(h){return h.selected===true},parent:function(h){return!!h.firstChild},empty:function(h){return!h.firstChild},has:function(h,i,n){return!!m(n[3],h).length},header:function(h){return/h\d/i.test(h.nodeName)},text:function(h){return"text"===h.type},radio:function(h){return"radio"===h.type},checkbox:function(h){return"checkbox"===h.type},file:function(h){return"file"===h.type},password:function(h){return"password"===h.type},submit:function(h){return"submit"===h.type},image:function(h){return"image"===h.type},reset:function(h){return"reset"===h.type},button:function(h){return"button"===h.type||h.nodeName.toLowerCase()==="button"},input:function(h){return/input|select|textarea|button/i.test(h.nodeName)}},setFilters:{first:function(h,i){return i===0},last:function(h,i,n,q){return i===q.length-1},even:function(h,i){return i%2===0},odd:function(h,i){return i%2===1},lt:function(h,i,n){return i<n[3]-0},gt:function(h,i,n){return i>n[3]-0},nth:function(h,i,n){return n[3]-0===i},eq:function(h,i,n){return n[3]-0===i}},filter:{PSEUDO:function(h,i,n,q){var x=i[1],w=r.filters[x];if(w)return w(h,n,i,q);else if(x==="contains")return(h.textContent||h.innerText||a([h])||"").indexOf(i[3])>=0;else if(x==="not"){i=i[3];n=0;for(q=i.length;n<q;n++)if(i[n]===h)return false;return true}else m.error("Syntax error, unrecognized expression: "+x)},CHILD:function(h,i){var n=i[1],q=h;switch(n){case"only":case"first":for(;q=q.previousSibling;)if(q.nodeType===1)return false;if(n==="first")return true;q=h;case"last":for(;q=q.nextSibling;)if(q.nodeType===1)return false;return true;case"nth":n=i[2];var x=i[3];if(n===1&&x===0)return true;i=i[0];var w=h.parentNode;if(w&&(w.sizcache!==i||!h.nodeIndex)){var C=0;for(q=w.firstChild;q;q=q.nextSibling)if(q.nodeType===1)q.nodeIndex=++C;w.sizcache=i}h=h.nodeIndex-x;return n===0?h===0:h%n===0&&h/n>=0}},ID:function(h,i){return h.nodeType===1&&h.getAttribute("id")===i},TAG:function(h,i){return i==="*"&&h.nodeType===1||h.nodeName.toLowerCase()===i},CLASS:function(h,i){return(" "+(h.className||h.getAttribute("class"))+" ").indexOf(i)>-1},ATTR:function(h,i){var n=i[1];h=r.attrHandle[n]?r.attrHandle[n](h):h[n]!=null?h[n]:h.getAttribute(n);n=h+"";var q=i[2];i=i[4];return h==null?q==="!=":q==="="?n===i:q==="*="?n.indexOf(i)>=0:q==="~="?(" "+n+" ").indexOf(i)>=0:!i?n&&h!==false:q==="!="?n!==i:q==="^="?n.indexOf(i)===0:q==="$="?n.substr(n.length-i.length)===i:q==="|="?n===i||n.substr(0,i.length+1)===i+"-":false},POS:function(h,i,n,q){var x=r.setFilters[i[2]];if(x)return x(h,n,i,q)}}},y=r.match.POS;for(var B in r.match){r.match[B]=new RegExp(r.match[B].source+/(?![^\[]*\])(?![^\(]*\))/.source);r.leftMatch[B]=new RegExp(/(^(?:.|\r|\n)*?)/.source+r.match[B].source.replace(/\\(\d+)/g,function(h,i){return"\\"+(i-0+1)}))}var F=function(h,i){h=Array.prototype.slice.call(h,0);if(i){i.push.apply(i,h);return i}return h};try{Array.prototype.slice.call(v.documentElement.childNodes,0)}catch(I){F=function(h,i){i=i||[];if(l.call(h)==="[object Array]")Array.prototype.push.apply(i,h);else if(typeof h.length==="number")for(var n=0,q=h.length;n<q;n++)i.push(h[n]);else for(n=0;h[n];n++)i.push(h[n]);return i}}var H;if(v.documentElement.compareDocumentPosition)H=function(h,i){if(!h.compareDocumentPosition||!i.compareDocumentPosition){if(h==i)k=true;return h.compareDocumentPosition?-1:1}h=h.compareDocumentPosition(i)&4?-1:h===i?0:1;if(h===0)k=true;return h};else if("sourceIndex"in v.documentElement)H=function(h,i){if(!h.sourceIndex||!i.sourceIndex){if(h==i)k=true;return h.sourceIndex?-1:1}h=h.sourceIndex-i.sourceIndex;if(h===0)k=true;return h};else if(v.createRange)H=function(h,i){if(!h.ownerDocument||!i.ownerDocument){if(h==i)k=true;return h.ownerDocument?-1:1}var n=h.ownerDocument.createRange(),q=i.ownerDocument.createRange();n.setStart(h,0);n.setEnd(h,0);q.setStart(i,0);q.setEnd(i,0);h=n.compareBoundaryPoints(Range.START_TO_END,q);if(h===0)k=true;return h};(function(){var h=v.createElement("div"),i="script"+(new Date).getTime();h.innerHTML="<a name='"+i+"'/>";var n=v.documentElement;n.insertBefore(h,n.firstChild);if(v.getElementById(i)){r.find.ID=function(q,x,w){if(typeof x.getElementById!=="undefined"&&!w)return(x=x.getElementById(q[1]))?x.id===q[1]||typeof x.getAttributeNode!=="undefined"&&x.getAttributeNode("id").nodeValue===q[1]?[x]:j:[]};r.filter.ID=function(q,x){var w=typeof q.getAttributeNode!=="undefined"&&q.getAttributeNode("id");return q.nodeType===1&&w&&w.nodeValue===x}}n.removeChild(h);n=h=null})();(function(){var h=v.createElement("div");h.appendChild(v.createComment(""));if(h.getElementsByTagName("*").length>0)r.find.TAG=function(i,n){n=n.getElementsByTagName(i[1]);if(i[1]==="*"){i=[];for(var q=0;n[q];q++)n[q].nodeType===1&&i.push(n[q]);n=i}return n};h.innerHTML="<a href='#'></a>";if(h.firstChild&&typeof h.firstChild.getAttribute!=="undefined"&&h.firstChild.getAttribute("href")!=="#")r.attrHandle.href=function(i){return i.getAttribute("href",2)};h=null})();v.querySelectorAll&&function(){var h=m,i=v.createElement("div");i.innerHTML="<p class='TEST'></p>";if(!(i.querySelectorAll&&i.querySelectorAll(".TEST").length===0)){m=function(q,x,w,C){x=x||v;if(!C&&x.nodeType===9&&!D(x))try{return F(x.querySelectorAll(q),w)}catch(A){}return h(q,x,w,C)};for(var n in h)m[n]=h[n];i=null}}();(function(){var h=v.createElement("div");h.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!h.getElementsByClassName||h.getElementsByClassName("e").length===0)){h.lastChild.className="e";if(h.getElementsByClassName("e").length!==1){r.order.splice(1,0,"CLASS");r.find.CLASS=function(i,n,q){if(typeof n.getElementsByClassName!=="undefined"&&!q)return n.getElementsByClassName(i[1])};h=null}}})();var P=v.compareDocumentPosition?function(h,i){return!!(h.compareDocumentPosition(i)&16)}:function(h,i){return h!==i&&(h.contains?h.contains(i):true)},D=function(h){return(h=(h?h.ownerDocument||h:0).documentElement)?h.nodeName!=="HTML":false},wa=function(h,i){var n=[],q="",x;for(i=i.nodeType?[i]:i;x=r.match.PSEUDO.exec(h);){q+=x[0];h=h.replace(r.match.PSEUDO,"")}h=r.relative[h]?h+"*":h;x=0;for(var w=i.length;x<w;x++)m(h,i[x],n);return m.filter(q,n)};c.find=m;c.expr=m.selectors;c.expr[":"]=c.expr.filters;c.unique=m.uniqueSort;c.text=a;c.isXMLDoc=D;c.contains=P})();var fb=/Until$/,gb=/^(?:parents|prevUntil|prevAll)/,hb=/,/;ia=Array.prototype.slice;var Qa=function(a,b,e){if(c.isFunction(b))return c.grep(a,function(f,l){return!!b.call(f,l,f)===e});else if(b.nodeType)return c.grep(a,function(f){return f===b===e});else if(typeof b==="string"){var g=c.grep(a,function(f){return f.nodeType===1});if(M.test(b))return c.filter(b,g,!e);else b=c.filter(b,g)}return c.grep(a,function(f){return c.inArray(f,b)>=0===e})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),e=0,g=0,f=this.length;g<f;g++){e=b.length;c.find(a,this[g],b);if(g>0)for(var l=e;l<b.length;l++)for(var k=0;k<e;k++)if(b[k]===b[l]){b.splice(l--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var e=0,g=b.length;e<g;e++)if(c.contains(this,b[e]))return true})},not:function(a){return this.pushStack(Qa(this,a,false),"not",a)},filter:function(a){return this.pushStack(Qa(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>0},closest:function(a,b){if(c.isArray(a)){var e=[],g=this[0],f,l={},k;if(g&&a.length){f=0;for(var s=a.length;f<s;f++){k=a[f];l[k]||(l[k]=c.expr.match.POS.test(k)?c(k,b||this.context):k)}for(;g&&g.ownerDocument&&g!==b;){for(k in l){f=l[k];if(f.jquery?f.index(g)>-1:c(g).is(f)){e.push({selector:k,elem:g});delete l[k]}}g=g.parentNode}}return e}var m=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(r,y){for(;y&&y.ownerDocument&&y!==b;){if(m?m.index(y)>-1:c(y).is(a))return y;y=y.parentNode}return null})},index:function(a){if(!a||typeof a==="string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(Z(a[0])||Z(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,e){return c.dir(a,"parentNode",e)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,e){return c.dir(a,"nextSibling",e)},prevUntil:function(a,b,e){return c.dir(a,"previousSibling",e)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(e,g){var f=c.map(this,b,e);fb.test(a)||(g=e);if(g&&typeof g==="string")f=c.filter(g,f);f=this.length>1?c.unique(f):f;if((this.length>1||hb.test(g))&&gb.test(a))f=f.reverse();return this.pushStack(f,a,ia.call(arguments).join(","))}});c.extend({filter:function(a,b,e){if(e)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,e){var g=[];for(a=a[b];a&&a.nodeType!==9&&(e===j||a.nodeType!==1||!c(a).is(e));){a.nodeType===1&&g.push(a);a=a[b]}return g},nth:function(a,b,e){b=b||1;for(var g=0;a;a=a[e])if(a.nodeType===1&&++g===b)break;return a},sibling:function(a,b){for(var e=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&e.push(a);return e}});var Ra=/ jQuery\d+="(?:\d+|null)"/g,ma=/^\s+/,Sa=/(<([\w:]+)[^>]*?)\/>/g,ib=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,Ta=/<([\w:]+)/,jb=/<tbody/i,kb=/<|&#?\w+;/,Ca=/<script|<object|<embed|<option|<style/i,Da=/checked\s*(?:[^=]|=\s*.checked.)/i,Ua=function(a,b,e){return ib.test(e)?a:b+"></"+e+">"},Q={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};Q.optgroup=Q.option;Q.tbody=Q.tfoot=Q.colgroup=Q.caption=Q.thead;Q.th=Q.td;if(!c.support.htmlSerialize)Q._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var e=c(this);e.text(a.call(this,b,e.text()))});if(typeof a!=="object"&&a!==j)return this.empty().append((this[0]&&this[0].ownerDocument||v).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(e){c(this).wrapAll(a.call(this,e))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var e=this;e.firstChild&&e.firstChild.nodeType===1;)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),e=b.contents();e.length?e.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var e=0,g;(g=this[e])!=null;e++)if(!a||c.filter(a,[g]).length){if(!b&&g.nodeType===1){c.cleanData(g.getElementsByTagName("*"));c.cleanData([g])}g.parentNode&&g.parentNode.removeChild(g)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var e=this.outerHTML,g=this.ownerDocument;if(!e){e=g.createElement("div");e.appendChild(this.cloneNode(true));e=e.innerHTML}return c.clean([e.replace(Ra,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(ma,"")],g)[0]}else return this.cloneNode(true)});if(a===true){ea(this,b);ea(this.find("*"),b.find("*"))}return b},html:function(a){if(a===j)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ra,""):null;else if(typeof a==="string"&&!Ca.test(a)&&(c.support.leadingWhitespace||!ma.test(a))&&!Q[(Ta.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Sa,Ua);try{for(var b=0,e=this.length;b<e;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(g){this.empty().append(a)}}else c.isFunction(a)?this.each(function(f){var l=c(this),k=l.html();l.empty().append(function(){return a.call(this,f,k)})}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var e=c(this),g=e.html();e.replaceWith(a.call(this,b,g))});if(typeof a!=="string")a=c(a).detach();return this.each(function(){var b=this.nextSibling,e=this.parentNode;c(this).remove();b?c(b).before(a):c(e).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,e){function g(B){return c.nodeName(B,"table")?B.getElementsByTagName("tbody")[0]||B.appendChild(B.ownerDocument.createElement("tbody")):B}var f,l,k=a[0],s=[],m;if(!c.support.checkClone&&arguments.length===3&&typeof k==="string"&&Da.test(k))return this.each(function(){c(this).domManip(a,b,e,true)});if(c.isFunction(k))return this.each(function(B){var F=c(this);a[0]=k.call(this,B,b?F.html():j);F.domManip(a,b,e)});if(this[0]){f=k&&k.parentNode;f=c.support.parentNode&&f&&f.nodeType===11&&f.childNodes.length===this.length?{fragment:f}:fa(a,this,s);m=f.fragment;if(l=m.childNodes.length===1?(m=m.firstChild):m.firstChild){b=b&&c.nodeName(l,"tr");for(var r=0,y=this.length;r<y;r++)e.call(b?g(this[r],l):this[r],r>0||f.cacheable||this.length>1?m.cloneNode(true):m)}s.length&&c.each(s,t)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(e){var g=[];e=c(e);var f=this.length===1&&this[0].parentNode;if(f&&f.nodeType===11&&f.childNodes.length===1&&e.length===1){e[b](this[0]);return this}else{f=0;for(var l=e.length;f<l;f++){var k=(f>0?this.clone(true):this).get();c.fn[b].apply(c(e[f]),k);g=g.concat(k)}return this.pushStack(g,a,e.selector)}}});c.extend({clean:function(a,b,e,g){b=b||v;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||v;for(var f=[],l=0,k;(k=a[l])!=null;l++){if(typeof k==="number")k+="";if(k){if(typeof k==="string"&&!kb.test(k))k=b.createTextNode(k);else if(typeof k==="string"){k=k.replace(Sa,Ua);var s=(Ta.exec(k)||["",""])[1].toLowerCase(),m=Q[s]||Q._default,r=m[0],y=b.createElement("div");for(y.innerHTML=m[1]+k+m[2];r--;)y=y.lastChild;if(!c.support.tbody){r=jb.test(k);s=s==="table"&&!r?y.firstChild&&y.firstChild.childNodes:m[1]==="<table>"&&!r?y.childNodes:[];for(m=s.length-1;m>=0;--m)c.nodeName(s[m],"tbody")&&!s[m].childNodes.length&&s[m].parentNode.removeChild(s[m])}!c.support.leadingWhitespace&&ma.test(k)&&y.insertBefore(b.createTextNode(ma.exec(k)[0]),y.firstChild);k=y.childNodes}if(k.nodeType)f.push(k);else f=c.merge(f,k)}}if(e)for(l=0;f[l];l++)if(g&&c.nodeName(f[l],"script")&&(!f[l].type||f[l].type.toLowerCase()==="text/javascript"))g.push(f[l].parentNode?f[l].parentNode.removeChild(f[l]):f[l]);else{f[l].nodeType===1&&f.splice.apply(f,[l+1,0].concat(c.makeArray(f[l].getElementsByTagName("script"))));e.appendChild(f[l])}return f},cleanData:function(a){for(var b,e,g=c.cache,f=c.event.special,l=c.support.deleteExpando,k=0,s;(s=a[k])!=null;k++)if(e=s[c.expando]){b=g[e];if(b.events)for(var m in b.events)f[m]?c.event.remove(s,m):Ka(s,m,b.handle);if(l)delete s[c.expando];else s.removeAttribute&&s.removeAttribute(c.expando);delete g[e]}}});var lb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Va=/alpha\([^)]*\)/,Wa=/opacity=([^)]*)/,xa=/float/i,ya=/-([a-z])/ig,mb=/([A-Z])/g,nb=/^-?\d+(?:px)?$/i,ob=/^-?\d/,pb={position:"absolute",visibility:"hidden",display:"block"},qb=["Left","Right"],rb=["Top","Bottom"],sb=v.defaultView&&v.defaultView.getComputedStyle,Xa=c.support.cssFloat?"cssFloat":"styleFloat",za=function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return o(this,a,b,true,function(e,g,f){if(f===j)return c.curCSS(e,g);if(typeof f==="number"&&!lb.test(g))f+="px";c.style(e,g,f)})};c.extend({style:function(a,b,e){if(!a||a.nodeType===3||a.nodeType===8)return j;if((b==="width"||b==="height")&&parseFloat(e)<0)e=j;var g=a.style||a,f=e!==j;if(!c.support.opacity&&b==="opacity"){if(f){g.zoom=1;b=parseInt(e,10)+""==="NaN"?"":"alpha(opacity="+e*100+")";a=g.filter||c.curCSS(a,"filter")||"";g.filter=Va.test(a)?a.replace(Va,b):b}return g.filter&&g.filter.indexOf("opacity=")>=0?parseFloat(Wa.exec(g.filter)[1])/100+"":""}if(xa.test(b))b=Xa;b=b.replace(ya,za);if(f)g[b]=e;return g[b]},css:function(a,b,e,g){if(b==="width"||b==="height"){var f,l=b==="width"?qb:rb;function k(){f=b==="width"?a.offsetWidth:a.offsetHeight;g!=="border"&&c.each(l,function(){g||(f-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(g==="margin")f+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else f-=parseFloat(c.curCSS(a,"border"+this+"Width",true))||0})}a.offsetWidth!==0?k():c.swap(a,pb,k);return Math.max(0,Math.round(f))}return c.curCSS(a,b,e)},curCSS:function(a,b,e){var g,f=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){g=Wa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return g===""?"1":g}if(xa.test(b))b=Xa;if(!e&&f&&f[b])g=f[b];else if(sb){if(xa.test(b))b="float";b=b.replace(mb,"-$1").toLowerCase();f=a.ownerDocument.defaultView;if(!f)return null;if(a=f.getComputedStyle(a,null))g=a.getPropertyValue(b);if(b==="opacity"&&g==="")g="1"}else if(a.currentStyle){e=b.replace(ya,za);g=a.currentStyle[b]||a.currentStyle[e];if(!nb.test(g)&&ob.test(g)){b=f.left;var l=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;f.left=e==="fontSize"?"1em":g||0;g=f.pixelLeft+"px";f.left=b;a.runtimeStyle.left=l}}return g},swap:function(a,b,e){var g={};for(var f in b){g[f]=a.style[f];a.style[f]=b[f]}e.call(a);for(f in b)a.style[f]=g[f]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=a.offsetWidth,e=a.offsetHeight,g=a.nodeName.toLowerCase()==="tr";return b===0&&e===0&&!g?true:b>0&&e>0&&!g?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var tb=z(),ub=/<script(.|\s)*?\/script>/gi,vb=/select|textarea/i,wb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,ca=/=\?(&|$)/,Aa=/\?/,xb=/(\?|&)_=.*?(&|$)/,yb=/^(\w+:)?\/\/([^\/?#]+)/,zb=/%20/g,Ab=c.fn.load;c.fn.extend({load:function(a,b,e){if(typeof a!=="string")return Ab.call(this,a);else if(!this.length)return this;var g=a.indexOf(" ");if(g>=0){var f=a.slice(g,a.length);a=a.slice(0,g)}g="GET";if(b)if(c.isFunction(b)){e=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);g="POST"}var l=this;c.ajax({url:a,type:g,dataType:"html",data:b,complete:function(k,s){if(s==="success"||s==="notmodified")l.html(f?c("<div />").append(k.responseText.replace(ub,"")).find(f):k.responseText);e&&l.each(e,[k.responseText,s,k])}});return this},serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||vb.test(this.nodeName)||wb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(e){return{name:b.name,value:e}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){c.fn[b]=function(e){return this.bind(b,e)}});c.extend({get:function(a,b,e,g){if(c.isFunction(b)){g=g||e;e=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:e,dataType:g})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,e){return c.get(a,b,e,"json")},post:function(a,b,e,g){if(c.isFunction(b)){g=g||e;e=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:e,dataType:g})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:p.XMLHttpRequest&&(p.location.protocol!=="file:"||!p.ActiveXObject)?function(){return new p.XMLHttpRequest}:function(){try{return new p.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){f.success&&f.success.call(m,s,k,D);f.global&&g("ajaxSuccess",[D,f])}function e(){f.complete&&f.complete.call(m,D,k);f.global&&g("ajaxComplete",[D,f]);f.global&&!--c.active&&c.event.trigger("ajaxStop")}function g(x,w){(f.context?c(f.context):c.event).trigger(x,w)}var f=c.extend(true,{},c.ajaxSettings,a),l,k,s,m=a&&a.context||f,r=f.type.toUpperCase();if(f.data&&f.processData&&typeof f.data!=="string")f.data=c.param(f.data,f.traditional);if(f.dataType==="jsonp"){if(r==="GET")ca.test(f.url)||(f.url+=(Aa.test(f.url)?"&":"?")+(f.jsonp||"callback")+"=?");else if(!f.data||!ca.test(f.data))f.data=(f.data?f.data+"&":"")+(f.jsonp||"callback")+"=?";f.dataType="json"}if(f.dataType==="json"&&(f.data&&ca.test(f.data)||ca.test(f.url))){l=f.jsonpCallback||"jsonp"+tb++;if(f.data)f.data=(f.data+"").replace(ca,"="+l+"$1");f.url=f.url.replace(ca,"="+l+"$1");f.dataType="script";p[l]=p[l]||function(x){s=x;b();e();p[l]=j;try{delete p[l]}catch(w){}F&&F.removeChild(I)}}if(f.dataType==="script"&&f.cache===null)f.cache=false;if(f.cache===false&&r==="GET"){var y=z(),B=f.url.replace(xb,"$1_="+y+"$2");f.url=B+(B===f.url?(Aa.test(f.url)?"&":"?")+"_="+y:"")}if(f.data&&r==="GET")f.url+=(Aa.test(f.url)?"&":"?")+f.data;f.global&&!c.active++&&c.event.trigger("ajaxStart");y=(y=yb.exec(f.url))&&(y[1]&&y[1]!==location.protocol||y[2]!==location.host);if(f.dataType==="script"&&r==="GET"&&y){var F=v.getElementsByTagName("head")[0]||v.documentElement,I=v.createElement("script");I.src=f.url;if(f.scriptCharset)I.charset=f.scriptCharset;if(!l){var H=false;I.onload=I.onreadystatechange=function(){if(!H&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){H=true;b();e();I.onload=I.onreadystatechange=null;F&&I.parentNode&&F.removeChild(I)}}}F.insertBefore(I,F.firstChild);return j}var P=false,D=f.xhr();if(D){f.username?D.open(r,f.url,f.async,f.username,f.password):D.open(r,f.url,f.async);try{if(f.data||a&&a.contentType)D.setRequestHeader("Content-Type",f.contentType);if(f.ifModified){c.lastModified[f.url]&&D.setRequestHeader("If-Modified-Since",c.lastModified[f.url]);c.etag[f.url]&&D.setRequestHeader("If-None-Match",c.etag[f.url])}y||D.setRequestHeader("X-Requested-With","XMLHttpRequest");D.setRequestHeader("Accept",f.dataType&&f.accepts[f.dataType]?f.accepts[f.dataType]+", */*":f.accepts._default)}catch(wa){}if(f.beforeSend&&f.beforeSend.call(m,D,f)===false){f.global&&!--c.active&&c.event.trigger("ajaxStop");D.abort();return false}f.global&&g("ajaxSend",[D,f]);var h=D.onreadystatechange=function(x){if(!D||D.readyState===0||x==="abort"){P||e();P=true;if(D)D.onreadystatechange=c.noop}else if(!P&&D&&(D.readyState===4||x==="timeout")){P=true;D.onreadystatechange=c.noop;k=x==="timeout"?"timeout":!c.httpSuccess(D)?"error":f.ifModified&&c.httpNotModified(D,f.url)?"notmodified":"success";var w;if(k==="success")try{s=c.httpData(D,f.dataType,f)}catch(C){k="parsererror";w=C}if(k==="success"||k==="notmodified")l||b();else c.handleError(f,D,k,w);e();x==="timeout"&&D.abort();if(f.async)D=null}};try{var i=D.abort;D.abort=function(){D&&i.call(D);h("abort")}}catch(n){}f.async&&f.timeout>0&&setTimeout(function(){D&&!P&&h("timeout")},f.timeout);try{D.send(r==="POST"||r==="PUT"||r==="DELETE"?f.data:null)}catch(q){c.handleError(f,D,null,q);e()}f.async||h();return D}},handleError:function(a,b,e,g){if(a.error)a.error.call(a.context||a,b,e,g);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,g])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var e=a.getResponseHeader("Last-Modified"),g=a.getResponseHeader("Etag");if(e)c.lastModified[b]=e;if(g)c.etag[b]=g;return a.status===304||a.status===0},httpData:function(a,b,e){var g=a.getResponseHeader("content-type")||"",f=b==="xml"||!b&&g.indexOf("xml")>=0;a=f?a.responseXML:a.responseText;f&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(e&&e.dataFilter)a=e.dataFilter(a,b);if(typeof a==="string")if(b==="json"||!b&&g.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&g.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function e(k,s){if(c.isArray(s))c.each(s,function(m,r){b||/\[\]$/.test(k)?g(k,r):e(k+"["+(typeof r==="object"||c.isArray(r)?m:"")+"]",r)});else!b&&s!=null&&typeof s==="object"?c.each(s,function(m,r){e(k+"["+m+"]",r)}):g(k,s)}function g(k,s){s=c.isFunction(s)?s():s;f[f.length]=encodeURIComponent(k)+"="+encodeURIComponent(s)}var f=[];if(b===j)b=c.ajaxSettings.traditional;if(c.isArray(a)||a.jquery)c.each(a,function(){g(this.name,this.value)});else for(var l in a)e(l,a[l]);return f.join("&").replace(zb,"+")}});var Ba={},Bb=/toggle|show|hide/,Cb=/^([+-]=)?([\d+-.]+)(.*)$/,na,Ea=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(T("show",3),a,b);else{a=0;for(b=this.length;a<b;a++){var e=c.data(this[a],"olddisplay");this[a].style.display=e||"";if(c.css(this[a],"display")==="none"){e=this[a].nodeName;var g;if(Ba[e])g=Ba[e];else{var f=c("<"+e+" />").appendTo("body");g=f.css("display");if(g==="none")g="block";f.remove();Ba[e]=g}c.data(this[a],"olddisplay",g)}}a=0;for(b=this.length;a<b;a++)this[a].style.display=c.data(this[a],"olddisplay")||"";return this}},hide:function(a,b){if(a||a===0)return this.animate(T("hide",3),a,b);else{a=0;for(b=this.length;a<b;a++){var e=c.data(this[a],"olddisplay");!e&&e!=="none"&&c.data(this[a],"olddisplay",c.css(this[a],"display"))}a=0;for(b=this.length;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b){var e=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||e?this.each(function(){var g=e?a:c(this).is(":hidden");c(this)[g?"show":"hide"]()}):this.animate(T("toggle",3),a,b);return this},fadeTo:function(a,b,e){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,e)},animate:function(a,b,e,g){var f=c.speed(b,e,g);if(c.isEmptyObject(a))return this.each(f.complete);return this[f.queue===false?"each":"queue"](function(){var l=c.extend({},f),k,s=this.nodeType===1&&c(this).is(":hidden"),m=this;for(k in a){var r=k.replace(ya,za);if(k!==r){a[r]=a[k];delete a[k];k=r}if(a[k]==="hide"&&s||a[k]==="show"&&!s)return l.complete.call(this);if((k==="height"||k==="width")&&this.style){l.display=c.css(this,"display");l.overflow=this.style.overflow}if(c.isArray(a[k])){(l.specialEasing=l.specialEasing||{})[k]=a[k][1];a[k]=a[k][0]}}if(l.overflow!=null)this.style.overflow="hidden";l.curAnim=c.extend({},a);c.each(a,function(y,B){var F=new c.fx(m,l,y);if(Bb.test(B))F[B==="toggle"?s?"show":"hide":B](a);else{var I=Cb.exec(B),H=F.cur(true)||0;if(I){B=parseFloat(I[2]);var P=I[3]||"px";if(P!=="px"){m.style[y]=(B||1)+P;H=(B||1)/F.cur(true)*H;m.style[y]=H+P}if(I[1])B=(I[1]==="-="?-1:1)*B+H;F.custom(H,B,P)}else F.custom(H,B,"")}});return true})},stop:function(a,b){var e=c.timers;a&&this.queue([]);this.each(function(){for(var g=e.length-1;g>=0;g--)if(e[g].elem===this){b&&e[g](true);e.splice(g,1)}});b||this.dequeue();return this}});c.each({slideDown:T("show",1),slideUp:T("hide",1),slideToggle:T("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(e,g){return this.animate(b,e,g)}});c.extend({speed:function(a,b,e){var g=a&&typeof a==="object"?a:{complete:e||!e&&b||c.isFunction(a)&&a,duration:a,easing:e&&b||b&&!c.isFunction(b)&&b};g.duration=c.fx.off?0:typeof g.duration==="number"?g.duration:c.fx.speeds[g.duration]||c.fx.speeds._default;g.old=g.complete;g.complete=function(){g.queue!==false&&c(this).dequeue();c.isFunction(g.old)&&g.old.call(this)};return g},easing:{linear:function(a,b,e,g){return e+g*a},swing:function(a,b,e,g){return(-Math.cos(a*Math.PI)/2+0.5)*g+e}},timers:[],fx:function(a,b,e){this.options=b;this.elem=a;this.prop=e;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.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];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,e){function g(l){return f.step(l)}this.startTime=z();this.start=a;this.end=b;this.unit=e||this.unit||"px";this.now=this.start;this.pos=this.state=0;var f=this;g.elem=this.elem;if(g()&&c.timers.push(g)&&!na)na=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=z(),e=true;if(a||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var g in this.options.curAnim)if(this.options.curAnim[g]!==true)e=false;if(e){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var f in this.options.curAnim)c.style(this.elem,f,this.options.orig[f]);this.options.complete.call(this.elem)}return false}else{f=b-this.startTime;this.state=f/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,f,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||c.fx.stop()},stop:function(){clearInterval(na);na=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=function(a){return c.grep(c.timers,function(b){return a===b.elem}).length};c.fn.offset="getBoundingClientRect"in
v.documentElement?function(a){var b=this[0];if(a)return this.each(function(f){c.offset.setOffset(this,a,f)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var e=b.getBoundingClientRect(),g=b.ownerDocument;b=g.body;g=g.documentElement;return{top:e.top+(self.pageYOffset||c.support.boxModel&&g.scrollTop||b.scrollTop)-(g.clientTop||b.clientTop||0),left:e.left+(self.pageXOffset||c.support.boxModel&&g.scrollLeft||b.scrollLeft)-(g.clientLeft||b.clientLeft||0)}}:function(a){var b=this[0];if(a)return this.each(function(y){c.offset.setOffset(this,a,y)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var e=b.offsetParent,g=b,f=b.ownerDocument,l,k=f.documentElement,s=f.body;g=(f=f.defaultView)?f.getComputedStyle(b,null):b.currentStyle;for(var m=b.offsetTop,r=b.offsetLeft;(b=b.parentNode)&&b!==s&&b!==k;){if(c.offset.supportsFixedPosition&&g.position==="fixed")break;l=f?f.getComputedStyle(b,null):b.currentStyle;m-=b.scrollTop;r-=b.scrollLeft;if(b===e){m+=b.offsetTop;r+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){m+=parseFloat(l.borderTopWidth)||0;r+=parseFloat(l.borderLeftWidth)||0}g=e;e=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&l.overflow!=="visible"){m+=parseFloat(l.borderTopWidth)||0;r+=parseFloat(l.borderLeftWidth)||0}g=l}if(g.position==="relative"||g.position==="static"){m+=s.offsetTop;r+=s.offsetLeft}if(c.offset.supportsFixedPosition&&g.position==="fixed"){m+=Math.max(k.scrollTop,s.scrollTop);r+=Math.max(k.scrollLeft,s.scrollLeft)}return{top:m,left:r}};c.offset={initialize:function(){var a=v.body,b=v.createElement("div"),e,g,f,l=parseFloat(c.curCSS(a,"marginTop",true))||0;c.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});b.innerHTML="<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>";a.insertBefore(b,a.firstChild);e=b.firstChild;g=e.firstChild;f=e.nextSibling.firstChild.firstChild;this.doesNotAddBorder=g.offsetTop!==5;this.doesAddBorderForTableAndCells=f.offsetTop===5;g.style.position="fixed";g.style.top="20px";this.supportsFixedPosition=g.offsetTop===20||g.offsetTop===15;g.style.position=g.style.top="";e.style.overflow="hidden";e.style.position="relative";this.subtractsBorderForOverflowNotVisible=g.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==l;a.removeChild(b);c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,e=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;e+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:e}},setOffset:function(a,b,e){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var g=c(a),f=g.offset(),l=parseInt(c.curCSS(a,"top",true),10)||0,k=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a,e,f);e={top:b.top-f.top+l,left:b.left-f.left+k};"using"in b?b.using.call(a,e):g.css(e)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),e=this.offset(),g=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();e.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;e.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;g.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;g.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:e.top-
g.top,left:e.left-g.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||v.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var e="scroll"+b;c.fn[e]=function(g){var f=this[0],l;if(!f)return null;if(g!==j)return this.each(function(){if(l=V(this))l.scrollTo(!a?g:c(l).scrollLeft(),a?g:c(l).scrollTop());else this[e]=g});else return(l=V(f))?"pageXOffset"in l?l[a?"pageYOffset":"pageXOffset"]:c.support.boxModel&&l.document.documentElement[e]||l.document.body[e]:f[e]}});c.each(["Height","Width"],function(a,b){var e=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],e,false,"padding"):null};c.fn["outer"+b]=function(g){return this[0]?c.css(this[0],e,false,g?"margin":"border"):null};c.fn[e]=function(g){var f=this[0];if(!f)return g==null?null:this;if(c.isFunction(g))return this.each(function(l){var k=c(this);k[e](g.call(this,l,k[e]()))});return"scrollTo"in f&&f.document?f.document.compatMode==="CSS1Compat"&&f.document.documentElement["client"+b]||f.document.body["client"+b]:f.nodeType===9?Math.max(f.documentElement["client"+b],f.body["scroll"+b],f.documentElement["scroll"+b],f.body["offset"+b],f.documentElement["offset"+b]):g===j?c.css(f,e):this.css(e,typeof g==="string"?g:g+"px")}});p.jQuery=p.$=c})(window);jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(p,j,u,t,o){return jQuery.easing[jQuery.easing.def](p,j,u,t,o)},easeInQuad:function(p,j,u,t,o){return t*(j/=o)*j+u},easeOutQuad:function(p,j,u,t,o){return-t*(j/=o)*(j-2)+u},easeInOutQuad:function(p,j,u,t,o){if((j/=o/2)<1)return t/2*j*j+u;return-t/2*(--j*(j-2)-1)+u},easeInCubic:function(p,j,u,t,o){return t*(j/=o)*j*j+u},easeOutCubic:function(p,j,u,t,o){return t*((j=j/o-1)*j*j+1)+u},easeInOutCubic:function(p,j,u,t,o){if((j/=o/2)<1)return t/2*j*j*j+u;return t/2*((j-=2)*j*j+2)+u},easeInQuart:function(p,j,u,t,o){return t*(j/=o)*j*j*j+u},easeOutQuart:function(p,j,u,t,o){return-t*((j=j/o-1)*j*j*j-1)+u},easeInOutQuart:function(p,j,u,t,o){if((j/=o/2)<1)return t/2*j*j*j*j+u;return-t/2*((j-=2)*j*j*j-2)+u},easeInQuint:function(p,j,u,t,o){return t*(j/=o)*j*j*j*j+u},easeOutQuint:function(p,j,u,t,o){return t*((j=j/o-1)*j*j*j*j+1)+u},easeInOutQuint:function(p,j,u,t,o){if((j/=o/2)<1)return t/2*j*j*j*j*j+u;return t/2*((j-=2)*j*j*j*j+2)+u},easeInSine:function(p,j,u,t,o){return-t*Math.cos(j/o*(Math.PI/2))+t+u},easeOutSine:function(p,j,u,t,o){return t*Math.sin(j/o*(Math.PI/2))+u},easeInOutSine:function(p,j,u,t,o){return-t/2*(Math.cos(Math.PI*j/o)-1)+u},easeInExpo:function(p,j,u,t,o){return j==0?u:t*Math.pow(2,10*(j/o-1))+u},easeOutExpo:function(p,j,u,t,o){return j==o?u+t:t*(-Math.pow(2,-10*j/o)+1)+u},easeInOutExpo:function(p,j,u,t,o){if(j==0)return u;if(j==o)return u+t;if((j/=o/2)<1)return t/2*Math.pow(2,10*(j-1))+u;return t/2*(-Math.pow(2,-10*--j)+2)+u},easeInCirc:function(p,j,u,t,o){return-t*(Math.sqrt(1-(j/=o)*j)-1)+u},easeOutCirc:function(p,j,u,t,o){return t*Math.sqrt(1-(j=j/o-1)*j)+u},easeInOutCirc:function(p,j,u,t,o){if((j/=o/2)<1)return-t/2*(Math.sqrt(1-j*j)-1)+u;return t/2*(Math.sqrt(1-(j-=2)*j)+1)+u},easeInElastic:function(p,j,u,t,o){p=1.70158;var z=0,G=t;if(j==0)return u;if((j/=o)==1)return u+t;z||(z=o*0.3);if(G<Math.abs(t)){G=t;p=z/4}else p=z/(2*Math.PI)*Math.asin(t/G);return-(G*Math.pow(2,10*(j-=1))*Math.sin((j*o-p)*2*Math.PI/z))+u},easeOutElastic:function(p,j,u,t,o){p=1.70158;var z=0,G=t;if(j==0)return u;if((j/=o)==1)return u+t;z||(z=o*0.3);if(G<Math.abs(t)){G=t;p=z/4}else p=z/(2*Math.PI)*Math.asin(t/G);return G*Math.pow(2,-10*j)*Math.sin((j*o-p)*2*Math.PI/z)+t+u},easeInOutElastic:function(p,j,u,t,o){p=1.70158;var z=0,G=t;if(j==0)return u;if((j/=o/2)==2)return u+t;z||(z=o*0.3*1.5);if(G<Math.abs(t)){G=t;p=z/4}else p=z/(2*Math.PI)*Math.asin(t/G);if(j<1)return-0.5*G*Math.pow(2,10*(j-=1))*Math.sin((j*o-p)*2*Math.PI/z)+u;return G*Math.pow(2,-10*(j-=1))*Math.sin((j*o-p)*2*Math.PI/z)*0.5+t+u},easeInBack:function(p,j,u,t,o,z){if(z==undefined)z=1.70158;return t*(j/=o)*j*((z+1)*j-z)+u},easeOutBack:function(p,j,u,t,o,z){if(z==undefined)z=1.70158;return t*((j=j/o-1)*j*((z+1)*j+z)+1)+u},easeInOutBack:function(p,j,u,t,o,z){if(z==undefined)z=1.70158;if((j/=o/2)<1)return t/2*j*j*(((z*=1.525)+1)*j-z)+u;return t/2*((j-=2)*j*(((z*=1.525)+1)*j+z)+2)+u},easeInBounce:function(p,j,u,t,o){return t-jQuery.easing.easeOutBounce(p,o-j,0,t,o)+u},easeOutBounce:function(p,j,u,t,o){return(j/=o)<1/2.75?t*7.5625*j*j+u:j<2/2.75?t*(7.5625*(j-=1.5/2.75)*j+0.75)+u:j<2.5/2.75?t*(7.5625*(j-=2.25/2.75)*j+0.9375)+u:t*(7.5625*(j-=2.625/2.75)*j+0.984375)+u},easeInOutBounce:function(p,j,u,t,o){if(j<o/2)return jQuery.easing.easeInBounce(p,j*2,0,t,o)*0.5+u;return jQuery.easing.easeOutBounce(p,j*2-o,0,t,o)*0.5+t*0.5+u}});(function(p){function j(t){for(var o=["transform","WebkitTransform","MozTransform"],z;z=o.shift();)if(typeof t.style[z]!="undefined")return z;return"transform"}var u=p.fn.css;p.fn.css=function(t){if(typeof p.props.transform=="undefined"&&(t=="transform"||typeof t=="object"&&typeof t.transform!="undefined"))p.props.transform=j(this.get(0));if(t=="transform")t=p.props.transform;return u.apply(this,arguments)}})(jQuery);(function(p){var j="deg";p.fn.rotate=function(o){var z=p(this).css("transform")||"none";if(typeof o=="undefined"){if(z)if((o=z.match(/rotate\(([^)]+)\)/))&&o[1])return o[1];return 0}if(o=o.toString().match(/^(-?\d+(\.\d+)?)(.+)?$/)){if(o[3])j=o[3];p(this).css("transform",z.replace(/none|rotate\([^)]*\)/,"")+"rotate("+o[1]+j+")")}};p.fn.scale=function(o){var z=p(this).css("transform");if(typeof o=="undefined"){if(z)if((o=z.match(/scale\(([^)]+)\)/))&&o[1])return o[1];return 1}p(this).css("transform",z.replace(/none|scale\([^)]*\)/,"")+"scale("+o+")")};var u=p.fx.prototype.cur;p.fx.prototype.cur=function(){if(this.prop=="rotate")return parseFloat(p(this.elem).rotate());else if(this.prop=="scale")return parseFloat(p(this.elem).scale());return u.apply(this,arguments)};p.fx.step.rotate=function(o){p(o.elem).rotate(o.now+j)};p.fx.step.scale=function(o){p(o.elem).scale(o.now)};var t=p.fn.animate;p.fn.animate=function(o){if(typeof o.rotate!="undefined"){var z=o.rotate.toString().match(/^(([+-]=)?(-?\d+(\.\d+)?))(.+)?$/);if(z&&z[5])j=z[5];o.rotate=z[1]}return t.apply(this,arguments)}})(jQuery);(function(p){p.fn.quicksand=function(j,u,t){var o={duration:750,easing:"swing",attribute:"data-id",adjustHeight:"auto",useScaling:true,enhancement:function(){},selector:"> *"};p.extend(o,u);if(p.browser.msie||typeof p.fn.scale=="undefined")o.useScaling=false;var z;if(typeof u=="function")z=u;else if(typeof(t=="function"))z=t;return this.each(function(G){var U,R=[],S=p(j).clone(),L=p(this);G=p(this).css("height");var Z,ea=false,fa=p(L).offset(),T=[],V=p(this).find(o.selector);if(p.browser.msie&&p.browser.version.substr(0,1)<7)L.html("").append(S);else{var c=0,oa=function(){if(!c){L.html(N.html());typeof z=="function"&&z.call(this);ea&&L.css("height",Z);o.enhancement(L);c=1}},J=L.offsetParent(),v=J.offset();if(J.css("position")=="relative"){if(J.get(0).nodeName.toLowerCase()!="body"){v.top+=parseFloat(J.css("border-top-width"));v.left+=parseFloat(J.css("border-left-width"))}}else{v.top-=parseFloat(J.css("border-top-width"));v.left-=parseFloat(J.css("border-left-width"));v.top-=parseFloat(J.css("margin-top"));v.left-=parseFloat(J.css("margin-left"))}L.css("height",p(this).height());V.each(function(K){T[K]=p(this).offset()});p(this).stop();V.each(function(K){p(this).stop();var M=p(this).get(0);M.style.position="absolute";M.style.margin="0";M.style.top=T[K].top-parseFloat(M.style.marginTop)-v.top+"px";M.style.left=T[K].left-parseFloat(M.style.marginLeft)-v.left+"px"});var N=p(L).clone();J=N.get(0);J.innerHTML="";J.setAttribute("id","");J.style.height="auto";J.style.width=L.width()+"px";N.append(S);N.insertBefore(L);N.css("opacity",0);J.style.zIndex=-1;J.style.margin="0";J.style.position="absolute";J.style.top=fa.top-v.top+"px";J.style.left=fa.left-v.left+"px";if(o.adjustHeight==="dynamic")L.animate({height:N.height()},o.duration,o.easing);else if(o.adjustHeight==="auto"){Z=N.height();if(parseFloat(G)<parseFloat(Z))L.css("height",Z);else ea=true}V.each(function(){var K=[];if(typeof o.attribute=="function"){U=o.attribute(p(this));S.each(function(){if(o.attribute(this)==U){K=p(this);return false}})}else K=S.filter("["+
o.attribute+"="+p(this).attr(o.attribute)+"]");if(K.length)o.useScaling?R.push({element:p(this),animation:{top:K.offset().top-v.top,left:K.offset().left-v.left,opacity:1,scale:"1.0"}}):R.push({element:p(this),animation:{top:K.offset().top-v.top,left:K.offset().left-v.left,opacity:1}});else o.useScaling?R.push({element:p(this),animation:{opacity:"0.0",scale:"0.0"}}):R.push({element:p(this),animation:{opacity:"0.0"}})});S.each(function(){var K=[],M=[];if(typeof o.attribute=="function"){U=o.attribute(p(this));V.each(function(){if(o.attribute(this)==U){K=p(this);return false}});S.each(function(){if(o.attribute(this)==U){M=p(this);return false}})}else{K=V.filter("["+o.attribute+"="+p(this).attr(o.attribute)+"]");M=S.filter("["+o.attribute+"="+p(this).attr(o.attribute)+"]")}var ka;if(K.length===0){ka=o.useScaling?{opacity:"1.0",scale:"1.0"}:{opacity:"1.0"};d=M.clone();var $=d.get(0);$.style.position="absolute";$.style.margin="0";$.style.top=M.offset().top-v.top+"px";$.style.left=M.offset().left-v.left+"px";d.css("opacity",0);o.useScaling&&d.css("transform","scale(0.0)");d.appendTo(L);R.push({element:p(d),animation:ka})}});N.remove();o.enhancement(L);for(G=0;G<R.length;G++)R[G].element.animate(R[G].animation,o.duration,o.easing,oa)}})}})(jQuery);;(function($){if(!document.defaultView||!document.defaultView.getComputedStyle){var oldCurCSS=jQuery.curCSS;jQuery.curCSS=function(elem,name,force){if(name==='background-position'){name='backgroundPosition';}
if(name!=='backgroundPosition'||!elem.currentStyle||elem.currentStyle[name]){return oldCurCSS.apply(this,arguments);}
var style=elem.style;if(!force&&style&&style[name]){return style[name];}
return oldCurCSS(elem,'backgroundPositionX',force)+' '+oldCurCSS(elem,'backgroundPositionY',force);};}
var oldAnim=$.fn.animate;$.fn.animate=function(prop){if('background-position'in prop){prop.backgroundPosition=prop['background-position'];delete prop['background-position'];}
if('backgroundPosition'in prop){prop.backgroundPosition='('+prop.backgroundPosition;}
return oldAnim.apply(this,arguments);};function toArray(strg){strg=strg.replace(/left|top/g,'0px');strg=strg.replace(/right|bottom/g,'100%');strg=strg.replace(/([0-9\.]+)(\s|\)|$)/g,"$1px$2");var res=strg.match(/(-?[0-9\.]+)(px|\%|em|pt)\s(-?[0-9\.]+)(px|\%|em|pt)/);return[parseFloat(res[1],10),res[2],parseFloat(res[3],10),res[4]];}
$.fx.step.backgroundPosition=function(fx){if(!fx.bgPosReady){var start=$.curCSS(fx.elem,'backgroundPosition');if(!start){start='0px 0px';}
start=toArray(start);fx.start=[start[0],start[2]];var end=toArray(fx.options.curAnim.backgroundPosition);fx.end=[end[0],end[2]];fx.unit=[end[1],end[3]];fx.bgPosReady=true;}
var nowPosX=[];nowPosX[0]=((fx.end[0]-fx.start[0])*fx.pos)+fx.start[0]+fx.unit[0];nowPosX[1]=((fx.end[1]-fx.start[1])*fx.pos)+fx.start[1]+fx.unit[1];fx.elem.style.backgroundPosition=nowPosX[0]+' '+nowPosX[1];};})(jQuery);;(function(a){a.fn.quicksand=function(y,r,t){var b={duration:750,easing:"swing",attribute:"data-id",adjustHeight:"auto",useScaling:true,enhancement:function(){},selector:"> *"};a.extend(b,r);if(a.browser.msie||typeof a.fn.scale=="undefined")b.useScaling=false;var o;if(typeof r=="function")o=r;else if(typeof(t=="function"))o=t;return this.each(function(k){var m,i=[],l=a(y).clone(),g=a(this);k=a(this).css("height");var p,u=false,v=a(g).offset(),s=[],n=a(this).find(b.selector);if(a.browser.msie&&a.browser.version.substr(0,1)<7)g.html("").append(l);else{var w=0,z=function(){if(!w){g.html(j.html());typeof o=="function"&&o.call(this);u&&g.css("height",p);b.enhancement(g);w=1}},c=g.offsetParent(),e=c.offset();if(c.css("position")=="relative"){if(c.get(0).nodeName.toLowerCase()!="body"){e.top+=parseFloat(c.css("border-top-width"));e.left+=parseFloat(c.css("border-left-width"))}}else{e.top-=parseFloat(c.css("border-top-width"));e.left-=parseFloat(c.css("border-left-width"));e.top-=parseFloat(c.css("margin-top"));e.left-=parseFloat(c.css("margin-left"))}g.css("height",a(this).height());n.each(function(f){s[f]=a(this).offset()});a(this).stop();n.each(function(f){a(this).stop();var h=a(this).get(0);h.style.position="absolute";h.style.margin="0";h.style.top=s[f].top-parseFloat(h.style.marginTop)-e.top+"px";h.style.left=s[f].left-parseFloat(h.style.marginLeft)-e.left+"px"});var j=a(g).clone();c=j.get(0);c.innerHTML="";c.setAttribute("id","");c.style.height="auto";c.style.width=g.width()+"px";j.append(l);j.insertBefore(g);j.css("opacity",0);c.style.zIndex=-1;c.style.margin="0";c.style.position="absolute";c.style.top=v.top-e.top+"px";c.style.left=v.left-e.left+"px";if(b.adjustHeight==="dynamic")g.animate({height:j.height()},b.duration,b.easing);else if(b.adjustHeight==="auto"){p=j.height();if(parseFloat(k)<parseFloat(p))g.css("height",p);else u=true}n.each(function(){var f=[];if(typeof b.attribute=="function"){m=b.attribute(a(this));l.each(function(){if(b.attribute(this)==m){f=a(this);return false}})}else f=l.filter("["+
b.attribute+"="+a(this).attr(b.attribute)+"]");if(f.length)b.useScaling?i.push({element:a(this),animation:{top:f.offset().top-e.top,left:f.offset().left-e.left,opacity:1,scale:"1.0"}}):i.push({element:a(this),animation:{top:f.offset().top-e.top,left:f.offset().left-e.left,opacity:1}});else b.useScaling?i.push({element:a(this),animation:{opacity:"0.0",scale:"0.0"}}):i.push({element:a(this),animation:{opacity:"0.0"}})});l.each(function(){var f=[],h=[];if(typeof b.attribute=="function"){m=b.attribute(a(this));n.each(function(){if(b.attribute(this)==m){f=a(this);return false}});l.each(function(){if(b.attribute(this)==m){h=a(this);return false}})}else{f=n.filter("["+b.attribute+"="+a(this).attr(b.attribute)+"]");h=l.filter("["+b.attribute+"="+a(this).attr(b.attribute)+"]")}var x;if(f.length===0){x=b.useScaling?{opacity:"1.0",scale:"1.0"}:{opacity:"1.0"};d=h.clone();var q=d.get(0);q.style.position="absolute";q.style.margin="0";q.style.top=h.offset().top-e.top+"px";q.style.left=h.offset().left-e.left+"px";d.css("opacity",0);b.useScaling&&d.css("transform","scale(0.0)");d.appendTo(g);i.push({element:a(d),animation:x})}});j.remove();b.enhancement(g);for(k=0;k<i.length;k++)i[k].element.animate(i[k].animation,b.duration,b.easing,z)}})}})(jQuery);;var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 2007-2009 by <INDE>, Andreas Kalpakidis. All rights reserved.
 * 
 * Trademark:
 * advent fontain Regular is a trademark of Fontain Font Foundry and INDE Andreas
 * Kalpakidis.
 * 
 * Description:
 * Copyright 2007-2009 by <INDE>, Division7 Andreas Kalpakidis. All rights
 * reserved.
 * 
 * Manufacturer:
 * INDE Andreas Kalpakidis
 * 
 * Designer:
 * Fontain Font Foundry staff
 */
Cufon.registerFont({"w":91,"face":{"font-family":"define","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 4 0 0 2 0 4","ascent":"257","descent":"-103","x-height":"4","bbox":"-22 -347 287 78","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":88},"#":{"d":"153,-66r-15,66r-26,0r15,-66r-43,0r-15,66r-25,0r15,-66r-37,0r0,-25r43,0r12,-52r-55,0r0,-26r62,0r19,-83r25,0r-19,83r43,0r19,-83r26,0r-19,83r41,0r0,26r-48,0r-12,52r60,0r0,25r-66,0xm145,-143r-42,0r-13,52r43,0","w":241},"$":{"d":"88,41r0,-38v-22,-2,-41,-10,-54,-24v-12,-12,-19,-27,-19,-43r27,-2v1,10,5,19,13,27v9,9,20,14,33,16r0,-104v-21,-8,-37,-15,-46,-23v-14,-11,-20,-26,-20,-44v0,-15,5,-27,16,-38v12,-12,29,-20,50,-23r0,-39r26,0r0,39v15,1,29,4,42,10r-8,25v-11,-5,-22,-8,-34,-9r0,84v23,9,39,17,49,26v15,13,23,30,23,50v0,44,-24,68,-72,72r0,38r-26,0xm114,-22v30,-5,44,-20,44,-45v0,-20,-14,-36,-44,-49r0,94xm88,-228v-26,4,-39,15,-39,35r0,1v0,15,14,27,39,36r0,-72","w":201},"%":{"d":"18,-18r200,-249r20,18r-202,249xm148,-11v-10,-10,-16,-23,-16,-37v0,-14,6,-27,16,-37v10,-10,22,-15,36,-15v14,0,27,5,37,15v10,10,15,23,15,37v0,14,-5,27,-15,37v-10,10,-23,15,-37,15v-14,0,-26,-5,-36,-15xm204,-67v-5,-6,-12,-8,-20,-8v-8,0,-15,2,-20,8v-5,5,-7,12,-7,19v0,7,2,14,7,19v5,6,12,8,20,8v8,0,15,-2,20,-8v5,-5,8,-12,8,-19v0,-7,-3,-14,-8,-19xm36,-173v-10,-10,-15,-23,-15,-37v0,-14,5,-27,15,-37v10,-10,22,-15,36,-15v14,0,27,5,37,15v10,10,15,23,15,37v0,14,-5,27,-15,37v-10,10,-23,15,-37,15v-14,0,-26,-5,-36,-15xm93,-229v-6,-6,-13,-8,-21,-8v-8,0,-15,2,-20,8v-5,5,-7,12,-7,19v0,7,2,14,7,19v5,6,12,8,20,8v8,0,15,-2,21,-8v5,-5,7,-12,7,-19v0,-7,-2,-14,-7,-19","w":254},"&":{"d":"181,4v-20,-5,-33,-14,-39,-30v-12,20,-32,30,-58,30v-22,0,-38,-8,-50,-24v-9,-12,-14,-27,-14,-44v0,-3,1,-6,1,-9v3,-36,26,-63,70,-81v-8,-2,-14,-7,-20,-15v-6,-8,-9,-17,-10,-28v0,-2,-1,-4,-1,-6v0,-19,9,-34,26,-44v11,-6,21,-9,33,-9v8,0,17,1,26,4r-15,22v-4,-1,-9,-2,-13,-2v-6,0,-12,2,-18,6v-8,6,-12,14,-12,24r0,1v0,12,6,21,16,27v6,4,13,6,19,6r7,0r8,-2r0,-48r26,-1r0,45r26,-6r6,25r-32,7r0,93v0,21,8,34,24,39xm137,-142v-58,13,-88,37,-91,70r0,7v0,12,2,22,8,29v7,10,19,14,33,14v15,0,26,-6,36,-18v9,-11,14,-24,14,-39r0,-63","w":208},"\u2019":{"d":"14,-208v12,-6,19,-13,23,-19r-4,-1v-5,-3,-7,-8,-7,-14v0,-4,1,-7,4,-10v3,-2,6,-3,10,-3r1,0v4,0,7,2,10,6v3,3,4,6,4,10v0,14,-8,28,-24,41","w":69},"(":{"d":"67,42v-14,-8,-24,-16,-30,-24v-7,-10,-10,-26,-10,-44r0,-200v0,-18,3,-32,10,-43v6,-8,16,-17,30,-25r10,19v-16,10,-24,25,-24,49r0,200v0,22,8,39,24,50","w":89,"k":{"\u0129":-6}},")":{"d":"12,24v16,-11,24,-28,24,-50r0,-200v0,-23,-8,-39,-24,-49r11,-19v14,8,23,17,29,25v7,11,10,25,10,43r0,200v0,18,-3,34,-10,44v-6,8,-15,16,-29,24","w":89},"*":{"d":"89,-148r-22,-37r-20,37r-22,-16r26,-31r-39,-11r9,-23r37,18r-4,-41r26,0r-3,41r37,-18r10,24r-41,10r27,32","w":135},"+":{"d":"61,-78r0,-45r-45,0r0,-26r45,0r0,-47r26,0r0,47r44,0r0,26r-44,0r0,45r-26,0","w":147},",":{"d":"10,20v12,-6,20,-13,24,-19r-4,-1v-5,-3,-8,-8,-8,-14v0,-4,2,-7,5,-10v3,-2,5,-3,9,-3r1,0v4,0,8,1,11,5v3,3,3,6,3,10v0,14,-7,29,-23,42","w":73,"k":{"\u00de":3,"v":6,"W":10,"V":12,"Q":5,"P":3,"M":3,"F":3,"B":3,"9":12,"8":4,"6":6,"4":17,"1":7,"0":5}},"-":{"d":"29,-123r0,-26r115,0r0,26r-115,0","w":173,"k":{"\u00de":4,"\u00c6":10,"X":13,"W":5,"V":6,"Q":3,"P":4,"M":4,"F":4,"B":4,"C":3,"\u010a":3,"\u0108":3,"\u010c":3,"\u0106":3,"\u00c7":3,"D":4,"\u0110":4,"\u010e":4,"\u00d0":4,"E":4,"\u0112":4,"\u0116":4,"\u0118":4,"\u011a":4,"\u00c8":4,"\u00c9":4,"\u00ca":4,"\u00cb":4,"G":3,"\u011e":3,"\u0120":3,"\u011c":3,"\u0122":3,"H":4,"\u0124":4,"\u0126":4,"I":6,"\u0130":6,"\u0128":6,"\u012a":6,"\u012e":6,"\u00cc":6,"\u00cd":6,"\u00ce":6,"\u00cf":6,"K":4,"\u0136":4,"L":4,"\u0141":4,"\u013b":4,"\u013d":4,"\u0139":4,"N":4,"\u014a":4,"\u0145":4,"\u0143":4,"\u0147":4,"\u00d1":4,"O":3,"\u014c":3,"\u0150":3,"\u00d2":3,"\u00d3":3,"\u00d4":3,"\u00d5":3,"\u00d6":3,"\u00d8":3,"\u0152":3,"R":4,"\u0156":4,"\u0154":4,"\u0158":4,"S":9,"\u015c":9,"\u015a":9,"\u0218":9,"\u0160":9,"T":12,"\u0166":12,"\u0164":12,"\u0162":12,"U":4,"\u016c":4,"\u016a":4,"\u0168":4,"\u0172":4,"\u016e":4,"\u0170":4,"\u00d9":4,"\u00da":4,"\u00db":4,"\u00dc":4,"Y":2,"\u00dd":2,"\u0178":2,"A":7,"\u0104":7,"\u0100":7,"\u0102":7,"\u00c0":7,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c4":7,"\u00c5":7,"J":8,"\u0134":8,"Z":15,"\u017b":15,"\u0179":15,"\u017d":15}},".":{"d":"22,-14v0,-9,5,-13,14,-13v9,0,14,4,14,13v0,9,-5,14,-14,14v-9,0,-14,-5,-14,-14","w":72,"k":{"\u00de":3,"v":5,"W":10,"V":12,"Q":5,"P":3,"M":3,"F":3,"B":3,"9":12,"8":4,"6":6,"4":17,"1":7,"0":5,"C":5,"\u010a":5,"\u0108":5,"\u010c":5,"\u0106":5,"\u00c7":5,"D":3,"\u0110":3,"\u010e":3,"\u00d0":3,"E":3,"\u0112":3,"\u0116":3,"\u0118":3,"\u011a":3,"\u00c8":3,"\u00c9":3,"\u00ca":3,"\u00cb":3,"G":5,"\u011e":5,"\u0120":5,"\u011c":5,"\u0122":5,"H":3,"\u0124":3,"\u0126":3,"I":5,"\u0130":5,"\u0128":5,"\u012a":5,"\u012e":5,"\u00cc":5,"\u00cd":5,"\u00ce":5,"\u00cf":5,"K":3,"\u0136":3,"L":3,"\u0141":3,"\u013b":3,"\u013d":3,"\u0139":3,"N":3,"\u014a":3,"\u0145":3,"\u0143":3,"\u0147":3,"\u00d1":3,"O":5,"\u014c":5,"\u0150":5,"\u00d2":5,"\u00d3":5,"\u00d4":5,"\u00d5":5,"\u00d6":5,"\u00d8":5,"\u0152":5,"R":3,"\u0156":3,"\u0154":3,"\u0158":3,"S":4,"\u015c":4,"\u015a":4,"\u0218":4,"\u0160":4,"T":11,"\u0166":11,"\u0164":11,"\u0162":11,"U":7,"\u016c":7,"\u016a":7,"\u0168":7,"\u0172":7,"\u016e":7,"\u0170":7,"\u00d9":7,"\u00da":7,"\u00db":7,"\u00dc":7,"Y":20,"\u00dd":20,"\u0178":20,"w":5}},"\/":{"d":"10,41r117,-335r27,0r-116,335r-28,0","w":164},"0":{"d":"174,-67v0,24,-8,43,-24,55v-13,10,-30,16,-51,16v-21,0,-37,-6,-51,-16v-16,-12,-25,-31,-25,-55r0,-116v0,-25,7,-43,21,-56v13,-12,31,-19,55,-19v24,0,43,7,56,21v13,13,19,31,19,55r0,115xm148,-181v0,-34,-16,-50,-49,-50v-33,0,-50,16,-50,50r0,112v0,15,5,28,14,36v9,8,21,11,36,11v15,0,26,-3,35,-11v10,-8,14,-20,14,-36r0,-112","w":197,"k":{".":5,",":5}},"1":{"d":"45,0r0,-219v-8,6,-18,11,-32,13r-6,-23v15,-1,27,-9,38,-23r27,0r0,252r-27,0","w":108,"k":{".":3,",":3}},"2":{"d":"13,0r0,-24r89,-134v9,-13,12,-25,12,-36v0,-6,0,-12,-3,-17v-6,-13,-18,-19,-34,-19v-18,0,-30,9,-36,28r-23,-10v10,-29,30,-44,60,-44v27,0,46,11,57,33v4,9,6,18,6,28v0,15,-5,30,-16,47r-82,124r99,0r0,24r-129,0","w":159,"k":{"4":1}},"3":{"d":"30,-46v10,16,24,25,44,25v15,0,27,-5,37,-15v10,-10,14,-22,14,-36v0,-14,-6,-26,-16,-36v-10,-9,-23,-14,-38,-15r-39,0r69,-103r-74,0r0,-26r104,0r0,24r-53,79r1,0v20,1,37,9,51,23v14,15,21,33,21,54v0,21,-7,39,-22,54v-15,15,-33,22,-54,22v-27,0,-49,-11,-64,-34","w":164,"k":{"9":2,".":3,",":3}},"4":{"d":"118,0r0,-123r-113,0r70,-129r27,0r-54,103r70,0r0,-103r26,0r0,103r26,0r-7,26r-19,0r0,123r-26,0","w":180,"k":{".":5,",":5}},"5":{"d":"32,-46v11,16,27,24,45,24v15,0,27,-5,37,-15v9,-10,13,-21,13,-35v0,-15,-4,-27,-15,-37v-11,-10,-24,-14,-40,-14r-48,0r14,-129r96,0r0,26r-72,0r-9,77r24,0v21,0,39,8,54,23v15,15,23,33,23,54v0,21,-8,39,-23,54v-15,15,-33,22,-54,22v-27,0,-49,-11,-64,-34","w":166,"k":{"9":2,".":3,",":3}},"6":{"d":"22,-166v0,-22,6,-40,18,-56v16,-20,39,-30,70,-30r12,0r0,26r-12,0v-17,0,-32,5,-43,14v-13,11,-19,28,-19,50r0,37v10,-16,26,-24,50,-24v21,0,40,8,55,23v15,15,22,33,22,54v0,21,-7,39,-22,54v-15,15,-34,22,-55,22v-21,0,-39,-7,-54,-22v-15,-15,-22,-33,-22,-54r0,-94xm48,-72v0,14,4,26,14,36v10,10,22,15,36,15v14,0,26,-5,36,-15v10,-10,15,-22,15,-36v0,-14,-5,-26,-15,-36v-10,-10,-22,-15,-36,-15v-14,0,-25,5,-35,14v-10,9,-15,21,-15,35r0,2","w":185,"k":{"9":4,"7":1,"1":2,".":3,",":3}},"7":{"d":"14,0r112,-226r-113,0r0,-26r142,0r0,26r-112,226r-29,0","w":159,"k":{"4":2,".":16,",":16}},"8":{"d":"127,-36v10,-10,15,-22,15,-36v0,-14,-4,-26,-14,-36v-10,-10,-22,-15,-38,-15v-14,0,-26,5,-35,15v-9,10,-14,22,-14,36v0,14,5,26,15,36v10,10,22,14,36,14v14,0,25,-4,35,-14xm168,-72v0,21,-7,39,-22,54v-15,15,-33,22,-54,22v-21,0,-40,-7,-55,-22v-15,-15,-22,-33,-22,-54v0,-31,14,-54,41,-68v-18,-12,-27,-30,-27,-52v0,-18,7,-33,19,-45v12,-12,26,-18,44,-18v18,0,33,6,45,18v12,12,19,27,19,45v0,23,-10,40,-28,52v27,15,40,38,40,68xm118,-165v8,-7,12,-16,12,-27v0,-11,-4,-20,-11,-27v-7,-7,-17,-11,-27,-11v-11,0,-19,4,-27,11v-7,7,-11,16,-11,27v0,10,3,19,10,26v7,7,16,12,26,12v11,0,20,-4,28,-11","w":183,"k":{".":4,",":4}},"9":{"d":"63,0r0,-25r14,0v17,0,31,-5,42,-16v12,-12,18,-28,18,-49r0,-33v-13,14,-30,20,-50,20v-21,0,-40,-7,-55,-22v-15,-15,-22,-33,-22,-54v0,-21,7,-39,22,-54v15,-15,34,-23,55,-23v21,0,39,8,54,23v15,15,22,33,22,54r0,93v0,22,-6,40,-18,56v-16,20,-39,30,-70,30r-12,0xm122,-143v10,-10,15,-23,15,-38v0,-14,-5,-25,-15,-35v-10,-10,-21,-14,-35,-14v-14,0,-27,5,-37,15v-10,10,-14,22,-14,36v0,14,4,26,14,36v10,10,23,15,37,15v14,0,25,-5,35,-15","w":185,"k":{".":8,",":8}},":":{"d":"35,-126v-3,-3,-4,-6,-4,-10v0,-4,1,-7,4,-10v3,-3,6,-4,10,-4v4,0,7,1,10,4v3,3,4,6,4,10v0,4,-1,7,-4,10v-3,3,-6,4,-10,4v-4,0,-7,-1,-10,-4xm55,-44v-3,3,-6,4,-10,4v-4,0,-7,-1,-10,-4v-3,-3,-4,-6,-4,-10v0,-4,1,-7,4,-10v3,-3,6,-4,10,-4v4,0,7,1,10,4v3,3,4,6,4,10v0,4,-1,7,-4,10","w":90},";":{"d":"31,-96v0,-9,5,-15,14,-15v9,0,13,6,13,15v0,9,-4,13,-13,13v-9,0,-14,-4,-14,-13xm18,20v12,-6,19,-13,23,-19r-3,-1v-5,-3,-8,-8,-8,-14v0,-4,2,-7,5,-10v3,-2,6,-3,9,-3r1,0v4,0,7,1,10,5v2,3,4,6,4,10r0,1v0,14,-8,27,-24,41","w":88},"<":{"d":"124,-29r-100,-100r100,-100r18,17r-84,83r84,84","w":174},"=":{"d":"30,-129r0,-25r115,0r0,25r-115,0xm30,-86r0,-25r115,0r0,25r-115,0","w":174},">":{"d":"33,-45r84,-84r-84,-83r18,-17r100,100r-100,100","w":174},"?":{"d":"59,-43r0,-33v0,-20,5,-37,16,-52v3,-4,8,-10,15,-17v6,-7,10,-12,13,-16v7,-10,11,-20,11,-30v0,-6,-1,-12,-4,-18v-7,-14,-18,-21,-33,-21v-12,0,-21,3,-28,9v-8,7,-11,17,-11,29r-26,0v0,-18,5,-32,16,-44v12,-13,28,-19,48,-19v26,0,45,11,57,34v6,10,8,21,8,31v0,13,-4,26,-13,39r-17,20v-7,8,-12,12,-14,14v-9,11,-13,28,-13,51r0,23r-25,0xm71,0v-9,0,-13,-5,-13,-14v0,-9,4,-13,13,-13v9,0,14,4,14,13v0,9,-5,14,-14,14","w":154},"@":{"d":"230,-123v0,-17,2,-28,4,-34v4,-11,13,-18,27,-22r7,20v-9,4,-13,12,-13,26r0,71v0,31,-14,54,-42,70v-22,12,-48,19,-79,19r-3,0v-30,0,-56,-7,-76,-22v-22,-17,-33,-41,-33,-71r0,-57v0,-25,8,-46,24,-61v12,-12,27,-19,45,-23v13,-3,25,-4,36,-4v15,0,29,2,41,7v26,10,39,30,39,60r14,6r0,24r-14,-6r0,87v-32,9,-57,14,-77,14v-5,0,-9,-1,-13,-1v-30,-4,-46,-21,-48,-53r0,-37v0,-27,10,-44,31,-52v8,-3,18,-4,27,-4v16,0,35,4,54,13v-3,-23,-19,-35,-49,-35r-2,0v-24,0,-43,5,-57,14v-18,11,-26,28,-26,52r0,54v0,25,9,43,27,55v15,10,36,15,60,15v27,0,48,-5,66,-15v20,-11,30,-26,30,-45r0,-65xm181,-128v-18,-9,-34,-14,-50,-14r-5,0v-22,1,-32,13,-32,34r0,31v0,16,7,26,21,31v6,2,12,4,20,4v13,0,28,-3,46,-9r0,-77","w":283},"A":{"d":"156,0r-25,-81r-74,0r-24,81r-28,0r74,-252r30,0r76,252r-29,0xm94,-210r-31,102r62,0","w":189,"k":{"T":10,"\u0166":10,"\u0164":10,"\u0162":10,"Y":5,"\u00dd":5,"\u0178":5,"w":1,"-":6,"V":6,"W":4,"v":1,"'":5,"\"":5}},"B":{"d":"29,0r0,-252r78,0v20,0,35,5,47,15v12,11,18,26,18,47v0,22,-8,38,-24,49r0,1r0,0v25,11,37,33,37,65v0,20,-5,38,-15,51v-13,16,-33,24,-59,24r-82,0xm102,-149v28,0,42,-13,42,-39v0,-26,-14,-39,-43,-39r-46,0r0,78r47,0xm105,-24v34,0,51,-17,51,-52v0,-16,-4,-28,-14,-37v-8,-7,-19,-10,-32,-10r-55,0r0,99r50,0","w":201,"k":{"-":5,",":4,"T":1,"\u0166":1,"\u0164":1,"\u0162":1,"'":2,"\"":2,".":4,"\u2026":4}},"C":{"d":"153,-8v-22,8,-41,12,-59,12v-10,0,-18,-2,-27,-4v-29,-8,-44,-30,-44,-66r0,-115v0,-31,11,-53,32,-66v10,-6,23,-9,38,-9r5,0v17,1,32,5,46,12r-7,21v-13,-5,-26,-7,-38,-7v-33,0,-50,15,-50,45r0,118v0,22,10,36,28,42v6,2,13,3,21,3v14,0,31,-3,50,-9","w":163,"k":{"\u0129":-3,"w":7,"-":18,"v":7,":":4}},"D":{"d":"29,0r0,-252r68,0v27,0,47,8,62,23v14,14,21,33,21,58r0,99v0,48,-25,72,-76,72r-75,0xm154,-174v0,-18,-5,-32,-16,-42v-10,-8,-23,-12,-38,-12r-45,0r0,205r43,0v37,0,56,-15,56,-45r0,-106","w":203,"k":{"\u0129":-4,"T":1,"\u0166":1,"\u0164":1,"\u0162":1,"-":3,".":5,"\u2026":5,",":5}},"E":{"d":"29,0r0,-252r120,0r0,25r-94,0r0,78r63,0r-8,26r-55,0r0,100r94,0r0,23r-120,0","w":166,"k":{"\u00ee":-3,"\u0129":-6,"w":4,"-":12,"v":4,":":6,";":2,"u":1,"\u016d":1,"\u0169":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0171":1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"y":1,"\u00fd":1,"\u00ff":1}},"F":{"d":"29,0r0,-252r120,0r0,25r-94,0r0,78r58,0r-9,26r-49,0r0,123r-26,0","w":155,"k":{"\u0131":12,"\u00fe":3,"\u00ef":-3,"\u00ee":-11,"\u00ed":3,"\u00ec":-5,"\u00e3":18,"\u00c6":22,"\u0159":12,"\u012b":-8,"\u0129":-15,"\u0128":-13,"\u0138":12,"\u017c":11,"\u0135":-9,"\u0127":-3,"x":8,"v":3,"q":15,"p":12,"m":12,"V":-2,";":13,":":10,"-":8,",":15,"w":3,"A":17,"\u0104":17,"\u0100":17,"\u0102":17,"\u00c0":17,"\u00c1":17,"\u00c2":17,"\u00c3":17,"\u00c4":17,"\u00c5":17,".":15,"\u2026":15,"u":10,"\u016d":10,"\u0169":10,"\u016b":10,"\u0173":10,"\u016f":10,"\u0171":10,"\u00f9":10,"\u00fa":10,"\u00fb":10,"\u00fc":10,"y":9,"\u00fd":9,"\u00ff":9,"a":18,"\u0105":18,"\u0101":18,"\u0103":18,"\u00e0":18,"\u00e1":18,"\u00e2":18,"\u00e4":18,"\u00e5":18,"\u00e6":18,"c":15,"\u010b":15,"\u0109":15,"\u010d":15,"\u0107":15,"\u00e7":15,"d":14,"\u0111":14,"\u010f":14,"e":14,"\u0113":14,"\u0117":14,"\u0119":14,"\u011b":14,"\u00e8":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"g":15,"\u011f":15,"\u0121":15,"\u011d":15,"\u0123":15,"n":12,"\u014b":12,"\u0146":12,"\u0148":12,"\u0144":12,"\u00f1":12,"o":14,"\u014d":14,"\u0151":14,"\u00f2":14,"\u00f3":14,"\u00f4":14,"\u00f5":14,"\u00f6":14,"\u00f8":14,"\u0153":14,"r":12,"\u0157":12,"\u0155":12,"s":14,"\u015f":14,"\u015d":14,"\u015b":14,"\u0219":14,"\u0161":14,"z":11,"\u017a":11,"\u017e":11}},"G":{"d":"149,0r-4,-11v-12,10,-27,15,-46,15v-21,0,-38,-6,-52,-17v-16,-13,-24,-31,-24,-55r0,-113v0,-31,10,-52,31,-65v10,-6,24,-9,39,-9r5,0v17,1,32,5,46,12r-8,20v-13,-5,-25,-7,-37,-7v-34,0,-50,15,-50,46r0,117v0,15,5,26,14,34v9,7,21,11,36,11v14,0,24,-4,33,-12v9,-8,14,-19,14,-33r0,-16r-23,0r-9,-25r57,0r0,108r-22,0","w":187,"k":{"T":3,"\u0166":3,"\u0164":3,"\u0162":3,"Y":1,"\u00dd":1,"\u0178":1,"-":6,"V":1,"W":1,"'":3,"\"":3}},"H":{"d":"158,0r0,-123r-103,0r0,123r-26,0r0,-252r26,0r0,103r103,0r0,-103r26,0r0,252r-26,0","w":213,"k":{"-":4,"'":2,"\"":2,".":3,"\u2026":3,":":2,",":3,";":2}},"I":{"d":"36,0r0,-228r-23,0r0,-24r49,0r0,252r-26,0","k":{"-":4,"'":2,"\"":2,".":3,"\u2026":3,":":2,",":3,";":2}},"J":{"d":"10,-6v21,0,32,-14,32,-40r0,-182r-24,0r0,-24r50,0r0,207v0,38,-17,58,-51,58","w":95,"k":{"-":4,"'":2,"\"":2,".":4,"\u2026":4,":":2,",":4,";":2}},"K":{"d":"146,0r-77,-117r-13,20r0,97r-27,0r0,-252r27,0r0,110r74,-110r31,0r-76,111r93,141r-32,0","w":180,"k":{"C":2,"\u010a":2,"\u0108":2,"\u010c":2,"\u0106":2,"\u00c7":2,"G":2,"\u011e":2,"\u0120":2,"\u011c":2,"\u0122":2,"O":2,"\u014c":2,"\u0150":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,"\u00d8":2,"\u0152":2,"S":1,"\u015c":1,"\u015a":1,"\u0218":1,"\u0160":1,"U":2,"\u016c":2,"\u016a":2,"\u0168":2,"\u0172":2,"\u016e":2,"\u0170":2,"\u00d9":2,"\u00da":2,"\u00db":2,"\u00dc":2,"Y":2,"\u00dd":2,"\u0178":2,"w":7,"-":13,"v":7,":":5,"u":2,"\u016d":2,"\u0169":2,"\u016b":2,"\u0173":2,"\u016f":2,"\u0171":2,"\u00f9":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"y":2,"\u00fd":2,"\u00ff":2,"c":1,"\u010b":1,"\u0109":1,"\u010d":1,"\u0107":1,"\u00e7":1,"d":1,"\u0111":1,"\u010f":1,"g":1,"\u011f":1,"\u0121":1,"\u011d":1,"\u0123":1,"o":2,"\u014d":2,"\u0151":2,"\u00f2":2,"\u00f3":2,"\u00f4":2,"\u00f5":2,"\u00f6":2,"\u00f8":2,"\u0153":2,"Q":2,"j":1,"\u0135":1,"q":1}},"L":{"d":"29,0r0,-252r26,0r0,229r104,0r0,23r-130,0","w":163,"k":{"T":17,"\u0166":17,"\u0164":17,"\u0162":17,"U":1,"\u016c":1,"\u016a":1,"\u0168":1,"\u0172":1,"\u016e":1,"\u0170":1,"\u00d9":1,"\u00da":1,"\u00db":1,"\u00dc":1,"Y":23,"\u00dd":23,"\u0178":23,"w":5,"A":-4,"\u0104":-4,"\u0100":-4,"\u0102":-4,"\u00c0":-4,"\u00c1":-4,"\u00c2":-4,"\u00c3":-4,"\u00c4":-4,"\u00c5":-4,"-":17,"V":17,"W":9,"v":5,"'":14,"\"":14,":":4,"\u2019":12,"\u201d":12,"X":-2,"\u00c6":-10}},"M":{"d":"196,0r0,-175r-58,175r-25,0r-58,-175r0,175r-26,0r0,-252r26,0r70,205r71,-205r26,0r0,252r-26,0","w":251,"k":{";":2,":":2,"-":4,",":3,"'":2,"\"":2,".":3,"\u2026":3}},"N":{"d":"180,0r-125,-202r0,202r-26,0r0,-252r26,0r125,201r0,-201r26,0r0,252r-26,0","w":235,"k":{"-":4,"'":2,"\"":2,".":3,"\u2026":3,":":2,",":3,";":2}},"O":{"d":"174,-67v0,24,-8,43,-24,55v-13,10,-30,16,-51,16v-21,0,-37,-6,-51,-16v-16,-12,-25,-31,-25,-55r0,-116v0,-25,7,-43,21,-56v13,-12,31,-19,55,-19v24,0,43,7,56,21v13,13,19,31,19,55r0,115xm148,-181v0,-34,-16,-50,-49,-50v-33,0,-50,16,-50,50r0,112v0,15,5,28,14,36v9,8,21,11,36,11v15,0,26,-3,35,-11v10,-8,14,-20,14,-36r0,-112","w":197,"k":{"\u0129":-7,"-":3,".":5,"\u2026":5,",":5}},"P":{"d":"115,-108v19,0,33,-8,39,-24v4,-9,5,-22,5,-40v0,-36,-15,-55,-45,-55r-59,0r0,119r60,0xm29,0r0,-252r87,0v24,0,41,8,53,23v11,14,16,33,16,57v0,25,-3,43,-9,56v-10,22,-30,33,-58,33r-63,0r0,83r-26,0","w":198,"k":{"\u00ee":-10,"\u00c6":18,"\u0129":-15,"\u0135":-5,"X":2,";":4,",":22,"A":4,"\u0104":4,"\u0100":4,"\u0102":4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4,"Z":1,"\u017b":1,"\u0179":1,"\u017d":1,".":22,"\u2026":22}},"Q":{"d":"154,36r-1,0v-30,0,-50,-10,-60,-32v-19,-1,-35,-7,-47,-17v-15,-12,-23,-30,-23,-54r0,-116v0,-25,7,-43,21,-56v13,-12,32,-19,56,-19v24,0,42,7,55,21v13,13,20,31,20,55r0,115v0,21,-6,38,-18,50v-10,10,-21,16,-37,19v6,7,17,11,35,11xm149,-185v0,-15,-4,-26,-13,-34v-9,-8,-21,-13,-37,-13v-33,0,-50,16,-50,47r0,118v0,12,3,23,10,31v7,9,17,13,28,14v-1,-4,-1,-11,-1,-20r0,-21r26,0r0,21r0,20v24,-3,37,-17,37,-45r0,-118","w":198,"k":{"\u0129":-6,"-":3,",":5,".":5,"\u2026":5}},"R":{"d":"159,0r-28,-84v-4,0,-9,1,-12,1r-64,0r0,83r-26,0r0,-252r88,0v23,0,40,8,52,23v11,14,16,33,16,57v0,41,-10,67,-30,80r31,92r-27,0xm116,-108v19,0,32,-8,38,-24v3,-9,5,-22,5,-40v0,-36,-15,-55,-46,-55r-58,0r0,119r61,0","w":205,"k":{"\u00ee":-3,"\u0129":-8,"-":2}},"S":{"d":"42,-66v1,12,7,22,17,31v11,9,25,14,41,14v17,0,30,-4,41,-11v11,-8,17,-20,17,-35v0,-16,-7,-28,-21,-38v-8,-5,-24,-12,-47,-21v-22,-8,-38,-16,-47,-23v-14,-11,-21,-27,-21,-45v0,-17,6,-30,19,-42v15,-13,36,-20,62,-20v20,0,37,4,52,11r-8,25v-15,-6,-30,-10,-44,-10v-17,0,-30,3,-40,10v-10,7,-14,15,-14,27r0,1v0,12,8,22,22,30v5,2,20,9,47,19v21,8,37,17,47,26v14,12,21,29,21,48v0,22,-7,39,-20,52v-15,14,-37,21,-66,21v-26,0,-47,-7,-63,-22v-14,-13,-22,-28,-22,-46","w":196,"k":{"T":3,"\u0166":3,"\u0164":3,"\u0162":3,"Y":1,"\u00dd":1,"\u0178":1,"-":6,"V":1,"'":3,"\"":3,".":2,"\u2026":2,",":2}},"T":{"d":"64,0r0,-228r-58,0r0,-24r145,0r0,24r-61,0r0,228r-26,0","w":155,"k":{"\u0131":13,"\u0161":17,"\u00f5":15,"\u00ef":-5,"\u00ee":-13,"\u00ed":2,"\u00ec":-7,"\u00e3":17,"\u0159":13,"\u010d":15,"\u012b":-10,"\u0129":-17,"\u0128":-14,"\u0135":-9,"\u0127":-5,"T":-3,"\u0166":-3,"\u0164":-3,"\u0162":-3,"w":4,"A":10,"\u0104":10,"\u0100":10,"\u0102":10,"\u00c0":10,"\u00c1":10,"\u00c2":10,"\u00c3":10,"\u00c4":10,"\u00c5":10,"-":11,"V":-4,"W":-1,"v":4,".":10,"\u2026":10,":":12,",":10,";":11,"u":13,"\u016d":13,"\u0169":13,"\u016b":13,"\u0173":13,"\u016f":13,"\u0171":13,"\u00f9":13,"\u00fa":13,"\u00fb":13,"\u00fc":13,"y":12,"\u00fd":12,"\u00ff":12,"a":17,"\u0105":17,"\u0101":17,"\u0103":17,"\u00e0":17,"\u00e1":17,"\u00e2":17,"\u00e4":17,"\u00e5":17,"\u00e6":17,"c":15,"\u010b":15,"\u0109":15,"\u0107":15,"\u00e7":15,"d":15,"\u0111":15,"\u010f":15,"e":15,"\u0113":15,"\u0117":15,"\u0119":15,"\u011b":15,"\u00e8":15,"\u00e9":15,"\u00ea":15,"\u00eb":15,"g":15,"\u011f":15,"\u0121":15,"\u011d":15,"\u0123":15,"n":13,"\u014b":13,"\u0146":13,"\u0148":13,"\u0144":13,"\u00f1":13,"o":15,"\u014d":15,"\u0151":15,"\u00f2":15,"\u00f3":15,"\u00f4":15,"\u00f6":15,"\u00f8":15,"\u0153":15,"r":13,"\u0157":13,"\u0155":13,"s":17,"\u015f":17,"\u015d":17,"\u015b":17,"\u0219":17,"z":9,"\u017c":9,"\u017a":9,"\u017e":9,"q":15,"\u00c6":15,"m":13,"p":13,"x":6,"\u0138":12,"\u00fe":8}},"U":{"d":"153,-252r26,0r0,185v0,24,-8,43,-24,55v-13,10,-30,15,-51,15v-21,0,-39,-5,-52,-15v-16,-12,-24,-31,-24,-55r0,-185r26,0r0,182v0,15,4,26,13,35v9,9,21,13,36,13v15,0,28,-4,37,-13v9,-9,13,-20,13,-35r0,-182","w":207,"k":{"-":4,"'":2,"\"":2,".":7,"\u2026":7,":":2,",":7,";":3,"\u00c6":1}},"V":{"d":"74,0r-69,-252r28,0r58,211r57,-211r29,0r-69,252r-34,0","w":181,"k":{"\u00ee":-10,"\u00ec":-3,"\u00c6":16,"\u0129":-15,"\u0138":1,"\u0135":-7,"q":4,"p":2,"m":2,";":9,":":6,"-":6,",":12,"T":-2,"\u0166":-2,"\u0164":-2,"\u0162":-2,"A":6,"\u0104":6,"\u0100":6,"\u0102":6,"\u00c0":6,"\u00c1":6,"\u00c2":6,"\u00c3":6,"\u00c4":6,"\u00c5":6,".":12,"\u2026":12,"u":1,"\u016d":1,"\u0169":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0171":1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"y":1,"\u00fd":1,"\u00ff":1,"a":5,"\u0105":5,"\u0101":5,"\u0103":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":4,"\u010b":4,"\u0109":4,"\u010d":4,"\u0107":4,"\u00e7":4,"d":3,"\u0111":3,"\u010f":3,"e":3,"\u0113":3,"\u0117":3,"\u0119":3,"\u011b":3,"\u00e8":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"g":3,"\u011f":3,"\u0121":3,"\u011d":3,"\u0123":3,"n":2,"\u014b":2,"\u0146":2,"\u0148":2,"\u0144":2,"\u00f1":2,"o":3,"\u014d":3,"\u0151":3,"\u00f2":3,"\u00f3":3,"\u00f4":3,"\u00f5":3,"\u00f6":3,"\u00f8":3,"\u0153":3,"r":2,"\u0157":2,"\u0155":2,"\u0159":2,"s":3,"\u015f":3,"\u015d":3,"\u015b":3,"\u0219":3,"\u0161":3}},"W":{"d":"167,0r-34,-189r-34,189r-36,0r-56,-252r28,0r45,207r39,-207r28,0r38,207r44,-207r29,0r-56,252r-35,0","w":265,"k":{"\u00ee":-10,"\u00c6":8,"\u0129":-15,"\u0135":-6,"q":2,"p":1,"m":1,";":7,":":4,"-":5,",":10,"A":4,"\u0104":4,"\u0100":4,"\u0102":4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4,".":10,"\u2026":10,"a":3,"\u0105":3,"\u0101":3,"\u0103":3,"\u00e0":3,"\u00e1":3,"\u00e2":3,"\u00e3":3,"\u00e4":3,"\u00e5":3,"\u00e6":3,"c":2,"\u010b":2,"\u0109":2,"\u010d":2,"\u0107":2,"\u00e7":2,"d":2,"\u0111":2,"\u010f":2,"e":2,"\u0113":2,"\u0117":2,"\u0119":2,"\u011b":2,"\u00e8":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"g":2,"\u011f":2,"\u0121":2,"\u011d":2,"\u0123":2,"n":1,"\u014b":1,"\u0146":1,"\u0148":1,"\u0144":1,"\u00f1":1,"o":2,"\u014d":2,"\u0151":2,"\u00f2":2,"\u00f3":2,"\u00f4":2,"\u00f5":2,"\u00f6":2,"\u00f8":2,"\u0153":2,"r":1,"\u0157":1,"\u0155":1,"\u0159":1,"s":1,"\u015f":1,"\u015d":1,"\u015b":1,"\u0219":1,"\u0161":1}},"X":{"d":"164,0r-63,-100r-62,100r-33,0r80,-126r-73,-126r29,0r60,99r59,-99r30,0r-74,125r80,127r-33,0","w":203,"k":{"v":3,":":5,"-":13,"w":3,"u":1,"\u016d":1,"\u0169":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0171":1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"y":1,"\u00fd":1,"\u00ff":1,"o":1,"\u014d":1,"\u0151":1,"\u00f2":1,"\u00f3":1,"\u00f4":1,"\u00f5":1,"\u00f6":1,"\u00f8":1,"\u0153":1}},"Y":{"d":"126,-14v16,-5,23,-19,23,-42r0,-42v-12,10,-29,15,-51,15v-25,0,-45,-6,-59,-19v-15,-13,-23,-33,-23,-57r0,-93r26,0r0,95v0,16,5,28,16,36v10,8,23,13,40,13v29,0,46,-10,51,-30r0,-114r27,0r0,196v0,36,-15,56,-43,60","w":203,"k":{"-":4,".":5,"\u2026":5,":":2,",":5,";":2}},"Z":{"d":"14,0r0,-23r140,-204r-136,0r0,-25r169,0r0,24r-141,204r143,0r0,24r-175,0","w":204,"k":{"\u00ee":-4,"\u0129":-7,"w":3,"-":14,"v":3,":":6}},"[":{"d":"28,41r0,-335r58,0r0,23r-32,3r0,283r32,3r0,23r-58,0","w":96},"\\":{"d":"127,41r-117,-335r28,0r116,335r-27,0","w":164},"]":{"d":"10,41r0,-23r32,-3r0,-283r-32,-3r0,-23r58,0r0,335r-58,0","w":96},"^":{"d":"127,-259r-34,-35r-36,35r-17,-14r53,-51r51,51","w":184},"_":{"d":"10,22r0,-22r116,0r0,22r-116,0","w":136},"\u2018":{"d":"38,-226v5,3,8,8,8,14v0,4,-2,7,-5,10v-3,2,-5,3,-9,3r-1,0v-4,0,-7,-2,-10,-6v-3,-3,-4,-6,-4,-10v0,-14,7,-29,23,-42r18,10v-12,6,-20,13,-24,19","w":68,"k":{"\u00ee":-12,"\u00ec":-8,"\u012b":-3,"\u0129":-18,"\u0135":-9,"T":-3,"\u0166":-3,"\u0164":-3,"\u0162":-3,"A":4,"\u0104":4,"\u0100":4,"\u0102":4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4,"V":-3,"W":-3,"\u00c6":4}},"a":{"d":"152,0v-23,2,-42,3,-57,3v-14,0,-26,-1,-34,-3v-32,-7,-48,-27,-48,-61r0,-30v0,-24,8,-40,25,-48v8,-4,18,-6,29,-6v6,0,11,1,17,2v17,3,31,8,42,16v0,-25,-17,-37,-51,-37r2,-19v33,0,55,8,66,25v6,10,9,27,9,51r0,107xm126,-104v-20,-10,-37,-15,-53,-16r-2,0v-21,0,-32,10,-32,31r0,29v0,27,19,41,56,41v9,0,20,-1,31,-3r0,-82","w":172,"k":{"W":3,"V":5,"T":15,"I":1}},"b":{"d":"156,-57v0,24,-9,41,-28,51v-12,6,-31,8,-58,8v-14,0,-29,-1,-47,-2r0,-252r26,0r0,78v10,-6,22,-8,36,-9r6,0v13,0,24,2,34,7v20,9,31,26,31,51r0,68xm130,-121v0,-22,-10,-34,-31,-37v-4,0,-8,-1,-12,-1v-13,0,-26,4,-38,11r0,126v10,2,19,3,28,3v10,0,18,-2,26,-4v18,-5,27,-16,27,-33r0,-65","w":173,"k":{"W":2,"V":3,"T":15}},"c":{"d":"133,-2v-15,4,-30,6,-43,6v-12,0,-23,-2,-33,-5v-27,-9,-40,-30,-40,-64r0,-46v0,-34,13,-55,37,-66v10,-4,19,-7,30,-7v15,0,31,4,48,12r-7,20v-13,-5,-26,-7,-37,-7v-7,0,-14,1,-20,3v-17,7,-25,21,-25,43r0,52v0,20,10,33,29,38v6,2,14,2,21,2v10,0,22,-1,34,-4","w":144,"k":{"T":15}},"d":{"d":"18,-125v0,-25,10,-42,30,-51v10,-5,21,-8,34,-8v2,0,5,1,7,1v15,1,27,4,36,10r0,-79r25,0r0,252v-18,1,-33,2,-47,2v-27,0,-45,-2,-57,-8v-19,-10,-28,-27,-28,-51r0,-68xm125,-148v-13,-7,-26,-11,-39,-11v-4,0,-9,0,-13,1v-20,4,-30,16,-30,38r0,65v0,16,8,27,25,32v7,2,16,4,26,4v9,0,20,-2,31,-4r0,-125","w":173},"e":{"d":"139,-13v-18,11,-38,17,-60,17r-3,0v-17,0,-31,-4,-41,-12v-12,-9,-17,-22,-17,-40r0,-74v0,-19,6,-35,18,-46v12,-11,28,-16,48,-16v20,0,36,6,47,17v11,11,17,25,17,44r0,49r-104,6r0,18v0,17,8,27,26,30v3,0,7,1,10,1v15,0,31,-5,49,-15xm121,-125v0,-13,-4,-22,-13,-28v-7,-5,-15,-7,-24,-7v-12,0,-22,4,-29,10v-8,7,-11,16,-11,28r0,29r77,-4r0,-28","w":162,"k":{"W":1,"V":3,"T":17}},"f":{"d":"23,76r0,-346v0,-24,8,-41,23,-50v9,-6,19,-8,31,-8v5,0,9,0,14,1r-4,24v-3,0,-6,-1,-9,-1v-19,0,-29,11,-29,34r0,90r38,0r-8,24r-30,0r0,224","w":89,"k":{"\u0129":-18,"W":-6,"V":-8,"T":-7,"?":-3,";":2,",":2,"w":-4,"v":-4,"'":-10,"\"":-10,".":3,"\u2026":3,"a":3,"\u0105":3,"\u0101":3,"\u0103":3,"\u00e0":3,"\u00e1":3,"\u00e2":3,"\u00e3":3,"\u00e4":3,"\u00e5":3,"\u00e6":3,"j":-3,"\u0135":-3}},"g":{"d":"103,55v16,-5,24,-16,24,-34r0,-37v-8,14,-23,20,-43,20v-21,0,-37,-6,-49,-17v-12,-12,-18,-28,-18,-50r0,-54v0,-21,7,-37,19,-49v12,-12,29,-18,50,-18v20,0,34,6,42,19r1,-15r24,0r0,203v0,29,-15,47,-44,53xm127,-119v0,-13,-5,-23,-13,-30v-8,-6,-18,-10,-30,-10v-12,0,-21,3,-28,10v-8,8,-13,19,-13,34r0,52v0,28,14,43,41,43v13,0,24,-4,31,-12v8,-9,12,-20,12,-36r0,-51","w":176,"k":{"W":1,"V":2,"T":13,"I":1}},"h":{"d":"130,0r0,-120v0,-23,-10,-36,-31,-39v-4,-1,-8,-1,-12,-1v-13,0,-26,4,-38,11r0,149r-26,0r0,-252r26,0r0,79v9,-6,21,-9,36,-10v2,0,5,-1,7,-1v12,0,23,2,33,7v20,9,31,27,31,52r0,125r-26,0","w":177,"k":{"W":3,"V":5,"T":16,"I":1}},"i":{"d":"26,-230v-3,-3,-4,-7,-4,-11v0,-4,1,-7,4,-10v3,-3,7,-5,11,-5v4,0,7,2,10,5v3,3,4,6,4,10v0,4,-1,8,-4,11v-3,3,-6,4,-10,4v-4,0,-8,-1,-11,-4xm23,0r0,-180r26,0r0,180r-26,0","w":72},"j":{"d":"30,-156r-17,-1r-8,-23r51,0r0,207v0,14,-6,25,-15,34v-9,9,-20,14,-33,14r-5,-20v5,0,10,-3,14,-6v9,-6,13,-17,13,-31r0,-174xm33,-230v-3,-3,-5,-7,-5,-11v0,-4,2,-7,5,-10v3,-3,7,-5,11,-5v4,0,7,2,10,5v3,3,4,6,4,10v0,4,-1,8,-4,11v-3,3,-6,4,-10,4v-4,0,-8,-1,-11,-4","w":78},"k":{"d":"128,0r-64,-107r-15,13r0,94r-26,0r0,-252r26,0r0,126r67,-61r18,18r-51,44r77,125r-32,0","w":160,"k":{"Y":3,"X":-1,"W":7,"V":9,"U":3,"T":16,"S":1,"R":1,"Q":2,"P":1,"O":2,"N":1,"M":1,"L":1,"K":1,"I":3,"H":1,"G":2,"F":1,"E":1,"D":1,"C":2,"B":1,"A":-2,"w":3,"-":2,"v":3,"u":3,"\u016d":3,"\u0169":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0171":3,"\u00f9":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"y":3,"\u00fd":3,"\u00ff":3,"a":2,"\u0105":2,"\u0101":2,"\u0103":2,"\u00e0":2,"\u00e1":2,"\u00e2":2,"\u00e3":2,"\u00e4":2,"\u00e5":2,"\u00e6":2,"c":2,"\u010b":2,"\u0109":2,"\u010d":2,"\u0107":2,"\u00e7":2,"d":2,"\u0111":2,"\u010f":2,"e":1,"\u0113":1,"\u0117":1,"\u0119":1,"\u011b":1,"\u00e8":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"g":2,"\u011f":2,"\u0121":2,"\u011d":2,"\u0123":2,"o":2,"\u014d":2,"\u0151":2,"\u00f2":2,"\u00f3":2,"\u00f4":2,"\u00f5":2,"\u00f6":2,"\u00f8":2,"\u0153":2,"s":1,"\u015f":1,"\u015d":1,"\u015b":1,"\u0219":1,"\u0161":1,"j":1,"\u0135":1,"q":2,"t":2,"\u0167":2,"\u0165":2,"\u0163":2}},"l":{"d":"23,0r0,-252r26,0r0,252r-26,0","w":72},"m":{"d":"222,0r0,-119v0,-20,-7,-33,-20,-38v-5,-2,-10,-2,-16,-2v-8,0,-17,1,-28,5r-11,6v3,7,5,14,5,22r0,126r-26,0r0,-119v0,-22,-9,-35,-27,-39v-4,-1,-9,-1,-13,-1v-12,0,-24,4,-37,11r0,148r-26,0r0,-180r25,0r0,9v14,-8,28,-12,42,-12r5,0v16,1,29,7,39,17v3,-2,8,-5,15,-8v14,-7,27,-10,40,-10v10,0,19,2,28,6v20,10,31,27,31,53r0,125r-26,0","w":268,"k":{"W":3,"V":5,"T":16,"I":1}},"n":{"d":"130,0r0,-121v0,-21,-10,-33,-29,-37v-5,-1,-9,-1,-14,-1v-12,0,-25,3,-38,10r0,149r-26,0r0,-180r25,0r0,9v9,-7,22,-11,37,-12v2,0,5,-1,7,-1v12,0,23,2,33,7v20,9,31,27,31,52r0,125r-26,0","w":177,"k":{"W":3,"V":5,"T":16,"I":1}},"o":{"d":"151,-66v0,20,-6,36,-16,48v-12,14,-29,22,-51,22v-22,0,-39,-8,-51,-22v-11,-12,-16,-28,-16,-48r0,-48v0,-23,5,-40,17,-52v12,-12,28,-18,50,-18v21,0,37,6,49,19v12,12,18,29,18,51r0,48xm125,-114v0,-30,-14,-45,-41,-45v-28,0,-42,15,-42,45r0,51v0,13,4,23,12,31v7,7,17,11,30,11v13,0,23,-3,30,-11v7,-7,11,-18,11,-31r0,-51","w":167,"k":{"X":1,"W":2,"V":3,"T":15,"I":1}},"p":{"d":"23,76r0,-256r25,0r0,13v11,-11,24,-16,42,-16v22,0,40,7,52,20v11,12,17,29,17,50r0,50v0,22,-7,38,-19,50v-12,11,-28,17,-48,17v-18,0,-33,-5,-43,-15r0,79xm133,-115v0,-29,-14,-44,-41,-44v-28,0,-42,14,-43,42r0,55v0,28,14,41,43,41v27,0,41,-14,41,-43r0,-51","w":175,"k":{"W":2,"V":4,"T":15}},"q":{"d":"126,68r0,-79v-10,10,-23,15,-42,15v-20,0,-36,-6,-48,-17v-13,-12,-19,-28,-19,-50r0,-50v0,-21,5,-38,16,-50v12,-14,30,-20,52,-20v17,0,31,5,43,17r-1,-14r25,0r0,256xm126,-116v0,-16,-5,-27,-14,-34v-7,-6,-17,-9,-28,-9v-27,0,-42,15,-42,46r0,52v0,13,4,23,12,30v7,7,18,10,30,10v29,0,42,-14,42,-42r0,-53","w":175,"k":{"W":1,"V":2,"T":13,"I":1}},"r":{"d":"23,0r0,-180r25,0r0,9v11,-8,24,-12,41,-12v8,0,17,1,27,3r-6,24v-7,-3,-15,-4,-22,-4v-6,0,-11,1,-17,3v-15,4,-22,11,-22,23r0,134r-26,0","w":117,"k":{"\u0129":-4,"Z":13,"X":4,"T":4,"J":3,"A":4,"w":-6,"v":-6,".":9,"\u2026":9,",":9,";":9,"a":8,"\u0105":8,"\u0101":8,"\u0103":8,"\u00e0":8,"\u00e1":8,"\u00e2":8,"\u00e3":8,"\u00e4":8,"\u00e5":8,"\u00e6":8,"j":-4,"\u0135":-4}},"s":{"d":"38,-47v1,9,6,16,14,21v8,5,17,7,28,7v10,0,18,-2,25,-6v8,-5,12,-13,12,-22v0,-10,-5,-18,-15,-24v-5,-3,-16,-7,-33,-13v-16,-5,-26,-10,-33,-15v-11,-8,-18,-19,-19,-32r0,-5v0,-11,4,-22,12,-31v11,-12,28,-18,50,-18v17,0,30,4,40,11r-8,22v-8,-6,-18,-9,-32,-9v-11,0,-21,3,-27,8v-6,4,-8,10,-8,17r0,4v1,8,6,14,17,19v1,0,12,4,34,12v32,12,49,30,49,54v0,15,-5,28,-15,37v-12,11,-28,15,-49,15v-20,0,-37,-5,-49,-15v-11,-9,-18,-22,-18,-36","w":152,"k":{"Y":3,"W":3,"V":5,"T":17,"w":1,"-":4,"v":1}},"t":{"d":"65,5v-29,-5,-43,-23,-43,-53r0,-204r26,0r0,72r41,0r-9,24r-32,0r0,108v0,17,9,29,25,33","k":{"T":4,"a":1,"\u0105":1,"\u0101":1,"\u0103":1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1}},"u":{"d":"131,0r0,-13v-10,12,-24,17,-42,17v-45,0,-68,-22,-68,-66r0,-118r26,0r0,118v0,28,14,41,42,41v27,0,41,-13,41,-41r0,-118r26,0r0,180r-25,0","w":178,"k":{"W":1,"V":2,"T":13,"I":1}},"v":{"d":"59,0r-56,-180r28,0r44,144r43,-144r28,0r-56,180r-31,0","w":149,"k":{"Z":6,"X":3,"T":5,"J":1,"A":1,",":5,".":5,"\u2026":5}},"w":{"d":"157,0r-33,-131r-34,131r-31,0r-56,-180r28,0r44,144r37,-144r25,0r37,144r43,-144r27,0r-56,180r-31,0","w":247,"k":{"Z":6,"X":3,"T":5,"J":1,"A":1,".":5,"\u2026":5,",":5}},"x":{"d":"121,0r-41,-65r-40,65r-32,0r56,-90r-56,-90r31,0r41,66r42,-66r30,0r-57,90r56,90r-30,0","w":159,"k":{"T":6,"a":1,"\u0105":1,"\u0101":1,"\u0103":1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1}},"y":{"d":"106,55v16,-5,24,-15,24,-33r0,-35v-8,11,-23,17,-44,17v-44,0,-65,-22,-65,-67r0,-117r25,0r0,116v0,29,13,43,40,43v29,0,44,-14,44,-43r0,-67v0,-30,10,-48,32,-53r9,20v-10,3,-15,11,-15,25r0,161v0,29,-15,48,-42,54","w":182,"k":{"T":10,"I":1}},"z":{"d":"13,0r0,-24r92,-132r-89,0r0,-24r123,0r0,23r-93,133r99,0r0,24r-132,0","w":156,"k":{"V":1,"T":11}},"{":{"d":"79,42v-17,-8,-28,-18,-33,-29v-6,-12,-9,-32,-9,-61r0,-41v0,-9,-8,-22,-26,-38v17,-13,26,-27,26,-39r0,-38v0,-30,2,-51,8,-63v6,-12,17,-22,34,-29r7,20v-16,8,-23,24,-23,47r0,65v0,10,-7,22,-21,36v14,14,21,27,21,37r0,65v0,24,8,40,24,48","w":97,"k":{"\u0129":-7}},"|":{"d":"28,41r0,-335r26,0r0,335r-26,0","w":81},"}":{"d":"10,22v16,-8,24,-24,24,-48r0,-65v0,-10,8,-23,22,-37v-14,-14,-21,-26,-21,-36r0,-65v0,-23,-8,-39,-24,-47r8,-20v17,7,27,17,33,29v6,12,9,33,9,63r0,38v0,12,9,26,26,39v-18,16,-27,29,-27,38r0,41v0,29,-3,49,-9,61v-5,11,-16,21,-33,29","w":97},"~":{"d":"170,-119v-9,12,-21,19,-34,20r-4,0v-8,0,-19,-2,-32,-6v-17,-5,-28,-7,-35,-7v-13,0,-24,4,-32,14r-11,-17v10,-12,22,-19,35,-20r4,0v8,0,19,2,32,5v17,5,30,7,36,7r1,0v12,0,21,-4,28,-13","w":191},"\u00a1":{"d":"34,-212r20,0r5,195v0,11,-5,17,-15,17v-10,0,-14,-6,-14,-17xm34,-232v-3,-3,-4,-6,-4,-10v0,-4,1,-7,4,-10v3,-3,6,-4,10,-4v4,0,6,1,9,4v3,3,5,6,5,10v0,4,-2,7,-5,10v-3,3,-5,4,-9,4v-4,0,-7,-1,-10,-4","w":88,"k":{"\u00ee":-3,"\u0129":-8}},"\u00a2":{"d":"76,41r0,-38v-5,-1,-11,-3,-16,-4v-27,-9,-40,-30,-40,-64r0,-46v0,-21,5,-38,16,-51v10,-12,23,-19,40,-21r0,-41r25,0r0,41v11,2,22,6,34,11r-7,20v-9,-3,-18,-5,-27,-6r0,137v11,-1,20,-2,29,-4r6,23v-13,3,-24,5,-35,6r0,37r-25,0xm76,-157v-20,6,-30,20,-30,44r0,52v0,20,10,33,30,38r0,-134","w":152},"\u00a5":{"d":"82,0r0,-86r-44,0r0,-25r44,0r0,-9r-5,-9r-39,0r0,-25r26,0r-54,-98r29,0r53,98r6,0r54,-98r28,0r-53,98r26,0r0,25r-40,0r-5,9r0,9r45,0r0,25r-45,0r0,86r-26,0","w":190},"\u0192":{"w":88},"\u00a7":{"d":"42,3v1,11,6,21,16,29v11,10,25,14,42,14v16,0,29,-3,40,-9v13,-8,19,-21,19,-37v0,-15,-8,-26,-22,-35v-7,-4,-23,-11,-48,-20v-22,-8,-38,-16,-47,-24v-14,-12,-21,-27,-21,-46r0,-1v0,-12,4,-24,12,-34v-8,-10,-11,-21,-11,-34v0,-17,6,-31,19,-43v15,-13,36,-19,62,-19v20,0,37,3,52,10r-8,25v-14,-7,-29,-10,-44,-10v-18,0,-31,3,-41,10v-9,7,-14,16,-14,28v0,12,7,21,21,29v5,3,21,9,47,18v21,8,37,16,47,24v15,12,23,28,23,47r0,4v0,15,-2,28,-8,38v6,8,8,19,8,31v0,22,-7,39,-20,52v-15,14,-37,21,-66,21v-26,0,-47,-7,-63,-22v-14,-13,-22,-28,-22,-46r27,0xm159,-71v0,-19,-14,-34,-41,-46v-42,-18,-64,-27,-65,-27v-4,6,-5,12,-5,21v0,17,13,31,40,41v41,15,64,24,69,28v2,-6,2,-11,2,-17","w":201},"\u00a4":{"d":"128,-64v-10,7,-21,11,-35,11v-13,0,-25,-4,-35,-11r-13,13r-16,-17r12,-12v-7,-10,-11,-22,-11,-36v0,-12,4,-24,11,-35r-13,-13r18,-16r11,12v10,-8,22,-12,36,-12v14,0,25,4,35,11r12,-12r17,18r-12,11v7,11,11,24,11,36v0,12,-3,24,-11,36r12,12r-16,17xm120,-144v-8,-7,-16,-11,-27,-11v-11,0,-20,4,-27,11v-8,8,-12,17,-12,28v0,11,4,20,12,27v7,7,16,11,27,11v11,0,19,-4,27,-11v8,-7,12,-16,12,-27v0,-11,-4,-20,-12,-28","w":185},"'":{"d":"23,-212r-5,-39v0,-9,4,-14,13,-14v9,0,14,5,14,14r-5,39r-17,0","w":62,"k":{"\u00ee":-13,"\u0129":-18,"\u0135":-9,"D":2,"\u0110":2,"\u010e":2,"\u00d0":2,"E":2,"\u0112":2,"\u0116":2,"\u0118":2,"\u011a":2,"\u00c8":2,"\u00c9":2,"\u00ca":2,"\u00cb":2,"H":2,"\u0124":2,"\u0126":2,"K":2,"\u0136":2,"L":2,"\u0141":2,"\u013b":2,"\u013d":2,"\u0139":2,"N":2,"\u014a":2,"\u0145":2,"\u0143":2,"\u0147":2,"\u00d1":2,"R":2,"\u0156":2,"\u0154":2,"\u0158":2,"U":2,"\u016c":2,"\u016a":2,"\u0168":2,"\u0172":2,"\u016e":2,"\u0170":2,"\u00d9":2,"\u00da":2,"\u00db":2,"\u00dc":2,"A":5,"\u0104":5,"\u0100":5,"\u0102":5,"\u00c0":5,"\u00c1":5,"\u00c2":5,"\u00c3":5,"\u00c4":5,"\u00c5":5,"\u00c6":7,"B":2,"F":2,"M":2,"P":2,"\u00de":2}},"\u201c":{"d":"38,-228v5,3,8,9,8,15v0,4,-2,6,-5,9v-3,2,-5,3,-9,3r-1,0v-4,0,-7,-1,-10,-5v-3,-3,-4,-6,-4,-10v0,-14,7,-29,23,-42r18,10v-12,6,-20,13,-24,19xm79,-228v5,3,8,9,8,15v0,4,-2,6,-5,9v-3,2,-5,3,-9,3r-1,0v-4,0,-7,-1,-10,-5v-3,-3,-4,-6,-4,-10v0,-14,7,-29,23,-42r18,10v-12,6,-20,13,-24,19","w":110,"k":{"\u00ee":-11,"\u00ec":-7,"\u0129":-17,"\u0135":-8,"T":-3,"\u0166":-3,"\u0164":-3,"\u0162":-3,"A":4,"\u0104":4,"\u0100":4,"\u0102":4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4,"V":-3,"W":-3,"\u00c6":4}},"\u00ab":{"d":"82,-29r-67,-67r67,-68r18,17r-51,51r50,51xm162,-29r-68,-67r68,-68r17,17r-51,51r50,51","w":200},"\u00b6":{"d":"194,72r0,-316r-24,-1r0,316r-26,0r0,-160r-67,0v-28,0,-46,-11,-55,-33v-6,-13,-9,-36,-9,-67v0,-24,5,-43,16,-57v12,-16,28,-24,51,-24r139,0r0,342r-25,0","w":245},"\u201d":{"d":"14,-208v12,-6,19,-13,23,-19r-4,-1v-5,-3,-7,-8,-7,-14v0,-4,1,-7,4,-10v3,-2,6,-3,10,-3r1,0v4,0,7,2,10,6v3,3,4,6,4,10v0,14,-8,28,-24,41xm55,-208v12,-6,20,-13,24,-19r-4,-1v-5,-3,-8,-8,-8,-14v0,-4,2,-7,5,-10v3,-2,5,-3,9,-3r1,0v4,0,8,2,11,6v3,3,3,6,3,10v0,14,-7,28,-23,41","w":111},"\u00bb":{"d":"102,-45r50,-51r-51,-51r17,-17r68,68r-68,67xm23,-45r50,-51r-51,-51r17,-17r68,68r-68,67","w":200},"\u2026":{"d":"22,-14v0,-9,5,-13,14,-13v9,0,14,4,14,13v0,9,-5,14,-14,14v-9,0,-14,-5,-14,-14xm86,-14v0,-9,5,-13,14,-13v9,0,14,4,14,13v0,9,-5,14,-14,14v-9,0,-14,-5,-14,-14xm151,-14v0,-9,5,-13,14,-13v9,0,14,4,14,13v0,9,-5,14,-14,14v-9,0,-14,-5,-14,-14","w":200},"\u00bf":{"d":"158,-64v0,18,-5,33,-16,45v-12,13,-28,19,-48,19v-26,0,-46,-11,-58,-34v-6,-10,-8,-21,-8,-31v0,-13,5,-26,14,-39v5,-6,10,-13,17,-20v7,-8,11,-13,13,-15v9,-11,14,-28,14,-51r0,-22r25,0r0,33v0,19,-5,37,-16,52v-3,4,-8,9,-15,16v-6,7,-11,13,-14,17v-7,10,-10,21,-10,30v0,6,1,12,4,18v7,14,18,21,33,21v12,0,21,-4,28,-10v7,-7,11,-17,11,-29r26,0xm89,-232v-3,-3,-4,-6,-4,-10v0,-9,4,-13,13,-13v4,0,7,1,10,4v3,3,4,5,4,9v0,4,-1,7,-4,10v-3,3,-6,4,-10,4v-4,0,-6,-1,-9,-4","w":162},"`":{"d":"94,-212r-23,-30v-2,-2,-3,-5,-3,-8v0,-1,1,-3,1,-4v1,-4,4,-6,8,-8v2,-1,4,-2,6,-2v6,0,9,4,12,10r18,42r-19,0","w":183},"\u00b4":{"d":"72,-212r17,-41v3,-6,7,-10,13,-10v2,0,4,0,6,1v4,2,7,5,8,9r0,3v0,3,-1,5,-3,8r-22,30r-19,0","w":183},"\u00af":{"d":"52,-223r0,-24r80,0r0,24r-80,0","w":183},"\u00b8":{"d":"61,50v9,6,18,9,28,9v15,0,23,-5,23,-15v0,-5,-3,-9,-8,-11v-2,-1,-4,-2,-7,-2v-4,0,-8,2,-13,4r-13,6r-8,-13r22,-28r18,0r-13,18v3,-2,8,-3,13,-3v8,0,14,2,20,7v6,5,9,13,9,22v0,12,-5,21,-16,27v-8,5,-18,7,-30,7v-10,0,-22,-2,-35,-7","w":183},"\u00aa":{"d":"113,-141v-17,3,-31,4,-43,4v-10,0,-18,-1,-24,-3v-20,-6,-30,-22,-30,-47v0,-19,7,-32,22,-38v5,-2,10,-3,15,-3v11,0,23,5,37,13v0,-15,-12,-23,-35,-23r-4,0r2,-17r2,0v23,0,39,4,47,13v7,8,11,22,11,42r0,59xm90,-195v-13,-7,-24,-11,-33,-12r-3,0v-12,0,-18,7,-18,22v0,13,6,22,17,26v5,2,9,2,15,2v6,0,14,0,22,-2r0,-36","w":133},"\u0141":{"d":"48,0r0,-122r-33,14r-10,-21r43,-19r0,-104r26,0r0,93r36,-17r10,21r-46,21r0,111r104,0r0,23r-130,0","w":183,"k":{"T":17,"\u0166":17,"\u0164":17,"\u0162":17,"U":1,"\u016c":1,"\u016a":1,"\u0168":1,"\u0172":1,"\u016e":1,"\u0170":1,"\u00d9":1,"\u00da":1,"\u00db":1,"\u00dc":1,"Y":23,"\u00dd":23,"\u0178":23,"w":5,"A":-4,"\u0104":-4,"\u0100":-4,"\u0102":-4,"\u00c0":-4,"\u00c1":-4,"\u00c2":-4,"\u00c3":-4,"\u00c4":-4,"\u00c5":-4,"-":17,"V":17,"W":9,"v":5,"'":14,"\"":14,":":4,"\u2019":12,"\u201d":12,"X":-2,"\u00c6":-10}},"\u0142":{"d":"51,0r0,-124r-37,16r-10,-21r47,-21r0,-78r-24,0r0,-24r50,0r0,91r32,-15r10,21r-42,19r0,136r-26,0","w":122},"\u00b5":{"d":"153,2v-5,0,-9,-3,-13,-9v-7,8,-19,11,-35,11r-10,0v-10,-1,-25,-6,-45,-15r0,87r-26,-4r0,-252r26,0r0,141v12,12,28,19,48,19r3,0v22,0,33,-14,33,-40r0,-119r27,-5r0,159v1,7,3,12,9,15","w":188},"\u2122":{"d":"130,-184r0,-44r-14,44r-12,0r-14,-44r0,44r-17,0r0,-51r-20,0r0,51r-18,0r0,-51r-22,0r0,-17r83,0r14,39r13,-39r24,0r0,68r-17,0","w":168},"\u00b1":{"d":"23,-82r0,-25r46,0r0,-21r-46,0r0,-23r46,0r0,-45r25,0r0,45r45,0r0,23r-45,0r0,21r45,0r0,25r-116,0","w":162},"\u00f7":{"d":"21,-127r0,-23r115,0r0,23r-115,0xm69,-173v-3,-3,-4,-6,-4,-10v0,-4,1,-7,4,-10v3,-3,6,-4,10,-4v4,0,7,1,10,4v3,3,5,6,5,10v0,4,-2,7,-5,10v-3,3,-6,4,-10,4v-4,0,-7,-1,-10,-4xm89,-83v-3,3,-6,5,-10,5v-4,0,-7,-2,-10,-5v-3,-3,-4,-6,-4,-10v0,-4,1,-6,4,-9v3,-3,6,-5,10,-5v4,0,7,2,10,5v3,3,5,5,5,9v0,4,-2,7,-5,10","w":156},"\u00b0":{"d":"30,-167v-10,-10,-15,-22,-15,-36v0,-14,5,-27,15,-37v10,-10,23,-15,37,-15v14,0,26,5,36,15v10,10,15,23,15,37v0,14,-5,26,-15,36v-10,10,-22,15,-36,15v-14,0,-27,-5,-37,-15xm88,-224v-6,-6,-12,-9,-21,-9v-9,0,-16,3,-22,9v-5,6,-8,13,-8,21v0,8,3,14,8,20v6,6,13,9,22,9v9,0,15,-3,21,-9v5,-6,8,-12,8,-20v0,-8,-3,-15,-8,-21","w":133},"\u00ae":{"d":"188,-14r-36,-68r-21,0r0,68r-26,0r0,-157r53,0v37,0,55,15,55,45v0,22,-12,36,-36,41r39,71r-28,0xm152,-105v24,0,35,-7,35,-22v0,-15,-10,-22,-30,-22r-26,0r0,44r21,0xm58,7v-27,-26,-40,-59,-40,-97v0,-38,13,-69,39,-95v26,-26,58,-39,96,-39v38,0,69,13,95,39v26,26,39,57,39,95v0,38,-13,71,-39,97v-26,26,-58,39,-95,39v-37,0,-69,-13,-95,-39xm229,-10v21,-21,32,-48,32,-80v0,-30,-11,-56,-32,-77v-21,-21,-46,-31,-76,-31v-30,0,-56,10,-77,30v-21,21,-31,47,-31,78v0,32,10,59,31,80v21,20,47,30,77,30v30,0,56,-10,76,-30","w":304},"\u00d7":{"d":"116,-59r-35,-42r-34,42r-18,-16r37,-45r-38,-45r18,-15r35,42r35,-42r18,15r-38,45r38,45","w":163},"\u00a9":{"d":"58,7v-27,-26,-40,-59,-40,-97v0,-38,13,-69,39,-95v26,-26,58,-39,96,-39v38,0,69,13,95,39v26,26,39,57,39,95v0,38,-13,71,-39,97v-26,26,-58,39,-95,39v-37,0,-69,-13,-95,-39xm229,-10v21,-21,32,-48,32,-80v0,-30,-11,-56,-32,-77v-21,-21,-46,-31,-76,-31v-30,0,-56,10,-77,30v-21,21,-31,47,-31,78v0,32,10,59,31,80v21,20,47,30,77,30v30,0,56,-10,76,-30xm224,-63v-4,17,-12,31,-25,42v-13,10,-28,15,-45,15v-24,0,-42,-8,-56,-24v-13,-15,-21,-35,-21,-59v0,-23,7,-42,20,-58v14,-17,33,-25,57,-25v18,0,32,5,45,15v13,11,22,24,25,41r-27,0v-2,-8,-7,-15,-15,-21v-8,-6,-17,-8,-28,-8v-17,0,-29,6,-38,17v-7,10,-12,22,-12,38v0,17,5,31,13,41v9,11,21,17,37,17v11,0,21,-3,29,-9v8,-6,13,-13,14,-22r27,0","w":304},"\u00a0":{"w":88},"\u00ad":{"d":"16,-123r0,-26r115,0r0,26r-115,0","w":147},"\u00a3":{"d":"18,0r0,-23v27,-9,41,-29,41,-58v0,-7,-2,-16,-5,-28r-27,0r0,-26r19,0v-7,-22,-11,-38,-11,-50v0,-21,7,-38,20,-51v13,-13,30,-19,50,-19v17,0,29,3,39,9r-8,23v-10,-5,-20,-8,-31,-8v-13,0,-25,5,-33,14v-8,9,-11,19,-11,32v0,8,4,25,12,50r69,0r0,26r-61,0v3,11,5,21,5,28r0,1v-1,23,-10,42,-26,55r88,0r0,25r-130,0","w":169},"\u0124":{"d":"158,0r0,-123r-103,0r0,123r-26,0r0,-252r26,0r0,103r103,0r0,-103r26,0r0,252r-26,0xm150,-264r-35,-35r-36,35r-17,-14r54,-50r51,50","w":213,"k":{"-":4,"'":2,"\"":2,".":3,"\u2026":3,":":2,",":3,";":2}},"\u010a":{"d":"153,-8v-22,8,-41,12,-59,12v-10,0,-18,-2,-27,-4v-29,-8,-44,-30,-44,-66r0,-115v0,-31,11,-53,32,-66v10,-6,23,-9,38,-9r5,0v17,1,32,5,46,12r-7,21v-13,-5,-26,-7,-38,-7v-33,0,-50,15,-50,45r0,118v0,22,10,36,28,42v6,2,13,3,21,3v14,0,31,-3,50,-9xm85,-267v-3,-3,-5,-7,-5,-11v0,-4,2,-7,5,-10v3,-3,6,-4,10,-4v4,0,7,1,10,4v3,3,5,6,5,10v0,4,-2,8,-5,11v-3,3,-6,4,-10,4v-4,0,-7,-1,-10,-4","w":163,"k":{"\u0129":-3,"w":7,"-":18,"v":7,":":4}},"\u0108":{"d":"131,-264r-35,-35r-36,35r-16,-14r53,-50r51,50xm153,-8v-22,8,-41,12,-59,12v-10,0,-18,-2,-27,-4v-29,-8,-44,-30,-44,-66r0,-115v0,-31,11,-53,32,-66v10,-6,23,-9,38,-9r5,0v17,1,32,5,46,12r-7,21v-13,-5,-26,-7,-38,-7v-33,0,-50,15,-50,45r0,118v0,22,10,36,28,42v6,2,13,3,21,3v14,0,31,-3,50,-9","w":163,"k":{"\u0129":-3,"w":7,"-":18,"v":7,":":4}},"\u010b":{"d":"133,-2v-15,4,-30,6,-43,6v-12,0,-23,-2,-33,-5v-27,-9,-40,-30,-40,-64r0,-46v0,-34,13,-55,37,-66v10,-4,19,-7,30,-7v15,0,31,4,48,12r-7,20v-13,-5,-26,-7,-37,-7v-7,0,-14,1,-20,3v-17,7,-25,21,-25,43r0,52v0,20,10,33,29,38v6,2,14,2,21,2v10,0,22,-1,34,-4xm74,-198v-3,-3,-5,-7,-5,-11v0,-4,2,-7,5,-10v3,-3,6,-4,10,-4v4,0,7,1,10,4v3,3,5,6,5,10v0,4,-2,8,-5,11v-3,3,-6,4,-10,4v-4,0,-7,-1,-10,-4","w":144},"\u0109":{"d":"133,-2v-15,4,-30,6,-43,6v-12,0,-23,-2,-33,-5v-27,-9,-40,-30,-40,-64r0,-46v0,-34,13,-55,37,-66v10,-4,19,-7,30,-7v15,0,31,4,48,12r-7,20v-13,-5,-26,-7,-37,-7v-7,0,-14,1,-20,3v-17,7,-25,21,-25,43r0,52v0,20,10,33,29,38v6,2,14,2,21,2v10,0,22,-1,34,-4xm117,-194r-35,-36r-36,36r-17,-14r53,-51r52,51","w":144},"\u0130":{"d":"36,0r0,-228r-23,0r0,-24r49,0r0,252r-26,0xm40,-267v-3,-3,-5,-7,-5,-11v0,-4,2,-7,5,-10v3,-3,6,-4,10,-4v4,0,7,1,10,4v3,3,5,6,5,10v0,4,-2,8,-5,11v-3,3,-6,4,-10,4v-4,0,-7,-1,-10,-4","k":{"-":4,"'":2,"\"":2,".":3,"\u2026":3,":":2,",":3,";":2}},"\u0126":{"d":"163,0r0,-123r-103,0r0,123r-26,0r0,-173r-17,0r0,-25r17,0r0,-54r26,0r0,54r103,0r0,-54r26,0r0,54r17,0r0,25r-17,0r0,173r-26,0xm163,-173r-103,0r0,24r103,0r0,-24","w":222,"k":{"\u00ee":-7,"\u0129":-12,"\u0135":-3,"-":4,"'":2,"\"":2,".":3,"\u2026":3,":":2,",":3,";":2}},"\u011e":{"d":"149,0r-4,-11v-12,10,-27,15,-46,15v-21,0,-38,-6,-52,-17v-16,-13,-24,-31,-24,-55r0,-113v0,-31,10,-52,31,-65v10,-6,24,-9,39,-9r5,0v17,1,32,5,46,12r-8,20v-13,-5,-25,-7,-37,-7v-34,0,-50,15,-50,46r0,117v0,15,5,26,14,34v9,7,21,11,36,11v14,0,24,-4,33,-12v9,-8,14,-19,14,-33r0,-16r-23,0r-9,-25r57,0r0,108r-22,0xm140,-303v0,11,-4,21,-12,29v-8,8,-18,12,-29,12v-11,0,-21,-4,-29,-12v-8,-8,-12,-18,-12,-29r0,-2r20,0r0,2v0,6,3,11,7,15v4,4,8,6,14,6v6,0,11,-2,15,-6v4,-4,6,-9,6,-15r0,-2r20,0r0,2","w":187,"k":{"T":3,"\u0166":3,"\u0164":3,"\u0162":3,"Y":1,"\u00dd":1,"\u0178":1,"-":6,"V":1,"W":1,"'":3,"\"":3}},"\u0134":{"d":"10,-6v21,0,32,-14,32,-40r0,-182r-24,0r0,-24r50,0r0,207v0,38,-17,58,-51,58xm93,-303v0,11,-4,21,-12,29v-8,8,-18,12,-29,12v-11,0,-21,-4,-29,-12v-8,-8,-12,-18,-12,-29r0,-2r20,0r0,2v0,6,2,11,6,15v4,4,9,6,15,6v6,0,11,-2,15,-6v4,-4,5,-9,5,-15r0,-2r21,0r0,2","w":95,"k":{"-":4,"'":2,"\"":2,".":4,"\u2026":4,":":2,",":4,";":2}},"\u017b":{"d":"14,0r0,-23r140,-204r-136,0r0,-25r169,0r0,24r-141,204r143,0r0,24r-175,0xm96,-266v-3,-3,-5,-6,-5,-10v0,-4,2,-8,5,-11v3,-3,6,-4,10,-4v4,0,7,1,10,4v3,3,5,7,5,11v0,4,-2,7,-5,10v-3,3,-6,5,-10,5v-4,0,-7,-2,-10,-5","w":204,"k":{"\u00ee":-4,"\u0129":-7,"w":3,"-":14,"v":3,":":6}},"\u0127":{"d":"130,0r0,-120v0,-23,-10,-36,-31,-39v-4,-1,-8,-1,-12,-1v-13,0,-26,4,-38,11r0,149r-26,0r0,-199r-22,0r0,-26r22,0r0,-27r26,0r0,27r36,0r0,26r-36,0r0,26v9,-6,21,-9,36,-10v2,0,5,-1,7,-1v12,0,23,2,33,7v20,9,31,27,31,52r0,125r-26,0","w":177},"\u0125":{"d":"71,-264r-34,-35r-37,35r-16,-14r53,-50r51,50xm130,0r0,-120v0,-23,-10,-36,-31,-39v-4,-1,-8,-1,-12,-1v-13,0,-26,4,-38,11r0,149r-26,0r0,-252r26,0r0,79v9,-6,21,-9,36,-10v2,0,5,-1,7,-1v12,0,23,2,33,7v20,9,31,27,31,52r0,125r-26,0","w":177},"\u015f":{"d":"48,50v9,6,18,9,28,9v15,0,23,-5,23,-15v0,-5,-3,-9,-8,-11v-2,-1,-4,-2,-7,-2v-4,0,-8,2,-13,4r-13,6r-8,-13r18,-23v-17,-2,-31,-8,-41,-18v-9,-9,-14,-20,-14,-33r25,-1v1,9,6,16,14,21v8,5,17,7,28,7v10,0,18,-2,25,-6v8,-5,12,-13,12,-22v0,-10,-5,-18,-15,-24v-5,-3,-16,-7,-33,-13v-16,-5,-26,-10,-33,-15v-11,-8,-18,-19,-19,-32r0,-5v0,-11,4,-22,12,-31v11,-12,28,-18,50,-18v17,0,30,4,40,11r-8,22v-8,-6,-18,-9,-32,-9v-11,0,-21,3,-27,8v-6,4,-8,10,-8,17r0,4v1,8,6,14,17,19v1,0,12,4,34,12v32,12,49,30,49,54v0,14,-5,26,-14,35v-10,10,-25,16,-44,17r-9,13v3,-2,8,-3,13,-3v8,0,14,2,20,7v6,5,9,13,9,22v0,12,-5,21,-16,27v-8,5,-18,7,-30,7v-10,0,-21,-2,-34,-7","w":152,"k":{"w":1,"-":4,"v":1}},"\u011f":{"d":"131,-232v0,11,-3,21,-11,29v-8,8,-18,11,-29,11v-11,0,-21,-3,-29,-11v-8,-8,-12,-18,-12,-29r0,-2r20,0r0,2v0,6,2,11,6,15v4,4,9,6,15,6v6,0,10,-2,14,-6v4,-4,6,-9,6,-15r0,-2r20,0r0,2xm103,55v16,-5,24,-16,24,-34r0,-37v-8,14,-23,20,-43,20v-21,0,-37,-6,-49,-17v-12,-12,-18,-28,-18,-50r0,-54v0,-21,7,-37,19,-49v12,-12,29,-18,50,-18v20,0,34,6,42,19r1,-15r24,0r0,203v0,29,-15,47,-44,53xm127,-119v0,-13,-5,-23,-13,-30v-8,-6,-18,-10,-30,-10v-12,0,-21,3,-28,10v-8,8,-13,19,-13,34r0,52v0,28,14,43,41,43v13,0,24,-4,31,-12v8,-9,12,-20,12,-36r0,-51","w":176},"\u0135":{"d":"76,-194r-34,-36r-37,36r-16,-14r53,-51r51,51xm30,-156r-17,-1r-8,-23r51,0r0,207v0,14,-5,25,-14,34v-9,9,-21,14,-34,14r-4,-20v4,0,8,-3,13,-6v9,-6,13,-17,13,-31r0,-174","w":79,"k":{"!":-2,"\"":-10,"\u201d":-17,"'":-10,"?":-12,"\u2019":-17}},"\u017c":{"d":"13,0r0,-24r92,-132r-89,0r0,-24r123,0r0,23r-93,133r99,0r0,24r-132,0xm68,-197v-3,-3,-4,-7,-4,-11v0,-4,1,-7,4,-10v3,-3,7,-4,11,-4v4,0,7,1,10,4v3,3,4,6,4,10v0,4,-1,8,-4,11v-3,3,-6,4,-10,4v-4,0,-8,-1,-11,-4","w":156},"\u0120":{"d":"87,-267v-3,-3,-4,-7,-4,-11v0,-4,1,-7,4,-10v3,-3,7,-4,11,-4v4,0,7,1,10,4v3,3,4,6,4,10v0,4,-1,8,-4,11v-3,3,-6,5,-10,5v-4,0,-8,-2,-11,-5xm149,0r-4,-11v-12,10,-27,15,-46,15v-21,0,-38,-6,-52,-17v-16,-13,-24,-31,-24,-55r0,-113v0,-31,10,-52,31,-65v10,-6,24,-9,39,-9r5,0v17,1,32,5,46,12r-8,20v-13,-5,-25,-7,-37,-7v-34,0,-50,15,-50,46r0,117v0,15,5,26,14,34v9,7,21,11,36,11v14,0,24,-4,33,-12v9,-8,14,-19,14,-33r0,-16r-23,0r-9,-25r57,0r0,108r-22,0","w":187,"k":{"T":3,"\u0166":3,"\u0164":3,"\u0162":3,"Y":1,"\u00dd":1,"\u0178":1,"-":6,"V":1,"W":1,"'":3,"\"":3}},"\u011c":{"d":"149,0r-4,-11v-12,10,-27,15,-46,15v-21,0,-38,-6,-52,-17v-16,-13,-24,-31,-24,-55r0,-113v0,-31,10,-52,31,-65v10,-6,24,-9,39,-9r5,0v17,1,32,5,46,12r-8,20v-13,-5,-25,-7,-37,-7v-34,0,-50,15,-50,46r0,117v0,15,5,26,14,34v9,7,21,11,36,11v14,0,24,-4,33,-12v9,-8,14,-19,14,-33r0,-16r-23,0r-9,-25r57,0r0,108r-22,0xm136,-264r-34,-35r-37,35r-16,-14r53,-50r51,50","w":187,"k":{"T":3,"\u0166":3,"\u0164":3,"\u0162":3,"Y":1,"\u00dd":1,"\u0178":1,"-":6,"V":1,"W":1,"'":3,"\"":3}},"\u0121":{"d":"80,-198v-3,-3,-5,-6,-5,-10v0,-4,2,-8,5,-11v3,-3,6,-4,10,-4v4,0,7,1,10,4v3,3,4,7,4,11v0,4,-1,7,-4,10v-3,3,-6,5,-10,5v-4,0,-7,-2,-10,-5xm103,55v16,-5,24,-16,24,-34r0,-37v-8,14,-23,20,-43,20v-21,0,-37,-6,-49,-17v-12,-12,-18,-28,-18,-50r0,-54v0,-21,7,-37,19,-49v12,-12,29,-18,50,-18v20,0,34,6,42,19r1,-15r24,0r0,203v0,29,-15,47,-44,53xm127,-119v0,-13,-5,-23,-13,-30v-8,-6,-18,-10,-30,-10v-12,0,-21,3,-28,10v-8,8,-13,19,-13,34r0,52v0,28,14,43,41,43v13,0,24,-4,31,-12v8,-9,12,-20,12,-36r0,-51","w":176},"\u011d":{"d":"133,-194r-34,-36r-37,36r-16,-14r53,-51r51,51xm103,55v16,-5,24,-16,24,-34r0,-37v-8,14,-23,20,-43,20v-21,0,-37,-6,-49,-17v-12,-12,-18,-28,-18,-50r0,-54v0,-21,7,-37,19,-49v12,-12,29,-18,50,-18v20,0,34,6,42,19r1,-15r24,0r0,203v0,29,-15,47,-44,53xm127,-119v0,-13,-5,-23,-13,-30v-8,-6,-18,-10,-30,-10v-12,0,-21,3,-28,10v-8,8,-13,19,-13,34r0,52v0,28,14,43,41,43v13,0,24,-4,31,-12v8,-9,12,-20,12,-36r0,-51","w":176},"\u016c":{"d":"153,-252r26,0r0,185v0,24,-8,43,-24,55v-13,10,-30,15,-51,15v-21,0,-39,-5,-52,-15v-16,-12,-24,-31,-24,-55r0,-185r26,0r0,182v0,15,4,26,13,35v9,9,21,13,36,13v15,0,28,-4,37,-13v9,-9,13,-20,13,-35r0,-182xm144,-301v0,11,-4,20,-12,28v-8,8,-18,12,-29,12v-11,0,-20,-4,-28,-12v-8,-8,-12,-17,-12,-28r0,-2r20,0r0,2v0,6,2,11,6,15v4,4,8,6,14,6v6,0,11,-3,15,-7v4,-4,6,-8,6,-14r0,-2r20,0r0,2","w":207,"k":{"-":4,"'":2,"\"":2,".":7,"\u2026":7,":":2,",":7,";":3,"\u00c6":1}},"\u015c":{"d":"42,-66v1,12,7,22,17,31v11,9,25,14,41,14v17,0,30,-4,41,-11v11,-8,17,-20,17,-35v0,-16,-7,-28,-21,-38v-8,-5,-24,-12,-47,-21v-22,-8,-38,-16,-47,-23v-14,-11,-21,-27,-21,-45v0,-17,6,-30,19,-42v15,-13,36,-20,62,-20v20,0,37,4,52,11r-8,25v-15,-6,-30,-10,-44,-10v-17,0,-30,3,-40,10v-10,7,-14,15,-14,27r0,1v0,12,8,22,22,30v5,2,20,9,47,19v21,8,37,17,47,26v14,12,21,29,21,48v0,22,-7,39,-20,52v-15,14,-37,21,-66,21v-26,0,-47,-7,-63,-22v-14,-13,-22,-28,-22,-46xm134,-264r-34,-35r-37,35r-16,-14r53,-50r51,50","w":196,"k":{"T":3,"\u0166":3,"\u0164":3,"\u0162":3,"Y":1,"\u00dd":1,"\u0178":1,"-":6,"V":1,"'":3,"\"":3,".":2,"\u2026":2,",":2}},"\u016d":{"d":"131,-233v0,11,-4,21,-12,29v-8,8,-18,11,-29,11v-11,0,-20,-3,-28,-11v-8,-8,-12,-18,-12,-29r0,-2r20,0r0,2v0,6,2,11,6,15v4,4,8,6,14,6v6,0,11,-3,15,-7v4,-4,6,-8,6,-14r0,-2r20,0r0,2xm131,0r0,-13v-10,12,-24,17,-42,17v-45,0,-68,-22,-68,-66r0,-118r26,0r0,118v0,28,14,41,42,41v27,0,41,-13,41,-41r0,-118r26,0r0,180r-25,0","w":178},"\u015d":{"d":"115,-194r-34,-36r-37,36r-16,-14r53,-51r51,51xm38,-47v1,9,6,16,14,21v8,5,17,7,28,7v10,0,18,-2,25,-6v8,-5,12,-13,12,-22v0,-10,-5,-18,-15,-24v-5,-3,-16,-7,-33,-13v-16,-5,-26,-10,-33,-15v-11,-8,-18,-19,-19,-32r0,-5v0,-11,4,-22,12,-31v11,-12,28,-18,50,-18v17,0,30,4,40,11r-8,22v-8,-6,-18,-9,-32,-9v-11,0,-21,3,-27,8v-6,4,-8,10,-8,17r0,4v1,8,6,14,17,19v1,0,12,4,34,12v32,12,49,30,49,54v0,15,-5,28,-15,37v-12,11,-28,15,-49,15v-20,0,-37,-5,-49,-15v-11,-9,-18,-22,-18,-36","w":152,"k":{"w":1,"-":4,"v":1}},"\u0156":{"d":"159,0r-28,-84v-4,0,-9,1,-12,1r-64,0r0,83r-26,0r0,-252r88,0v23,0,40,8,52,23v11,14,16,33,16,57v0,41,-10,67,-30,80r31,92r-27,0xm116,-108v19,0,32,-8,38,-24v3,-9,5,-22,5,-40v0,-36,-15,-55,-46,-55r-58,0r0,119r61,0xm76,60v12,-6,20,-13,24,-19r-4,-1v-5,-3,-8,-8,-8,-14v0,-4,2,-7,5,-10v3,-2,5,-3,9,-3r1,0v4,0,7,1,10,5v3,3,4,6,4,10v0,14,-7,29,-23,42","w":205,"k":{"\u00ee":-3,"\u0129":-8,"-":2}},"\u0138":{"d":"156,0v-18,0,-36,-14,-55,-40r-35,-47r-17,16r0,71r-26,0r0,-184r26,4r0,75r69,-75r34,0r-68,73r43,60v12,16,22,25,32,25","w":164,"k":{"\u0129":-6}},"\u0104":{"d":"198,59v-8,12,-20,18,-37,18v-7,0,-14,-2,-20,-6v-8,-5,-12,-13,-12,-24r0,-1v0,-16,11,-31,34,-46r-7,0r-25,-81r-74,0r-24,81r-28,0r74,-252r30,0r76,252r0,0v-24,20,-36,35,-36,44r0,1v0,8,4,13,13,13v8,0,16,-5,21,-14xm94,-210r-31,102r62,0","w":189,"k":{"T":10,"\u0166":10,"\u0164":10,"\u0162":10,"Y":5,"\u00dd":5,"\u0178":5,"w":1,"-":6,"V":6,"W":4,"v":1,"'":5,"\"":5}},"\u0128":{"d":"36,0r0,-228r-23,0r0,-24r49,0r0,252r-26,0xm106,-279v-10,12,-20,18,-30,19r-2,0v-6,0,-15,-2,-25,-6v-12,-5,-21,-9,-26,-9r-2,0v-9,0,-18,4,-26,13r-11,-17v10,-12,20,-17,31,-18r3,0v6,0,15,2,25,6v12,5,21,8,26,8r2,0v9,0,17,-5,24,-13","k":{"-":4,"'":2,"\"":2,".":3,"\u2026":3,":":2,",":3,";":2}},"\u013b":{"d":"29,0r0,-252r26,0r0,229r104,0r0,23r-130,0xm71,60v12,-6,20,-13,24,-19r-4,-1v-5,-3,-8,-8,-8,-14v0,-4,2,-7,5,-10v3,-2,5,-3,9,-3r1,0v4,0,7,1,10,5v3,3,4,6,4,10v0,14,-7,29,-23,42","w":163,"k":{"T":17,"\u0166":17,"\u0164":17,"\u0162":17,"U":1,"\u016c":1,"\u016a":1,"\u0168":1,"\u0172":1,"\u016e":1,"\u0170":1,"\u00d9":1,"\u00da":1,"\u00db":1,"\u00dc":1,"Y":23,"\u00dd":23,"\u0178":23,"w":5,"A":-4,"\u0104":-4,"\u0100":-4,"\u0102":-4,"\u00c0":-4,"\u00c1":-4,"\u00c2":-4,"\u00c3":-4,"\u00c4":-4,"\u00c5":-4,"-":17,"V":17,"W":9,"v":5,"'":14,"\"":14,":":4,"\u2019":12,"\u201d":12,"X":-2,"\u00c6":-10}},"\u0112":{"d":"29,0r0,-252r120,0r0,25r-94,0r0,78r63,0r-8,26r-55,0r0,100r94,0r0,23r-120,0xm50,-263r0,-24r78,0r0,24r-78,0","w":166,"k":{"\u00ee":-3,"\u0129":-6,"w":4,"-":12,"v":4,":":6,";":2,"u":1,"\u016d":1,"\u0169":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0171":1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"y":1,"\u00fd":1,"\u00ff":1}},"\u0166":{"d":"64,0r0,-228r-58,0r0,-24r145,0r0,24r-61,0r0,228r-26,0xm39,-263r0,-24r78,0r0,24r-78,0","w":155,"k":{"\u0131":13,"\u0161":17,"\u00f5":15,"\u00ef":-5,"\u00ee":-13,"\u00ed":2,"\u00ec":-7,"\u00e3":17,"\u0159":13,"\u010d":15,"\u012b":-10,"\u0129":-17,"\u0128":-14,"\u0135":-9,"\u0127":-5,"T":-3,"\u0166":-3,"\u0164":-3,"\u0162":-3,"w":4,"A":10,"\u0104":10,"\u0100":10,"\u0102":10,"\u00c0":10,"\u00c1":10,"\u00c2":10,"\u00c3":10,"\u00c4":10,"\u00c5":10,"-":11,"V":-4,"W":-1,"v":4,".":10,"\u2026":10,":":12,",":10,";":11,"u":13,"\u016d":13,"\u0169":13,"\u016b":13,"\u0173":13,"\u016f":13,"\u0171":13,"\u00f9":13,"\u00fa":13,"\u00fb":13,"\u00fc":13,"y":12,"\u00fd":12,"\u00ff":12,"a":17,"\u0105":17,"\u0101":17,"\u0103":17,"\u00e0":17,"\u00e1":17,"\u00e2":17,"\u00e4":17,"\u00e5":17,"\u00e6":17,"c":15,"\u010b":15,"\u0109":15,"\u0107":15,"\u00e7":15,"d":15,"\u0111":15,"\u010f":15,"e":15,"\u0113":15,"\u0117":15,"\u0119":15,"\u011b":15,"\u00e8":15,"\u00e9":15,"\u00ea":15,"\u00eb":15,"g":15,"\u011f":15,"\u0121":15,"\u011d":15,"\u0123":15,"n":13,"\u014b":13,"\u0146":13,"\u0148":13,"\u0144":13,"\u00f1":13,"o":15,"\u014d":15,"\u0151":15,"\u00f2":15,"\u00f3":15,"\u00f4":15,"\u00f6":15,"\u00f8":15,"\u0153":15,"r":13,"\u0157":13,"\u0155":13,"s":17,"\u015f":17,"\u015d":17,"\u015b":17,"\u0219":17,"z":9,"\u017c":9,"\u017a":9,"\u017e":9,"q":15,"\u00c6":15,"m":13,"p":13,"x":6,"\u0138":12,"\u00fe":8}},"\u0122":{"d":"149,0r-4,-11v-12,10,-27,15,-46,15v-21,0,-38,-6,-52,-17v-16,-13,-24,-31,-24,-55r0,-113v0,-31,10,-52,31,-65v10,-6,24,-9,39,-9r5,0v17,1,32,5,46,12r-8,20v-13,-5,-25,-7,-37,-7v-34,0,-50,15,-50,46r0,117v0,15,5,26,14,34v9,7,21,11,36,11v14,0,24,-4,33,-12v9,-8,14,-19,14,-33r0,-16r-23,0r-9,-25r57,0r0,108r-22,0xm71,60v12,-6,20,-13,24,-19r-4,-1v-5,-3,-8,-9,-8,-15v0,-4,1,-7,4,-10v3,-2,6,-3,10,-3r1,0v4,0,7,2,10,6v3,3,4,6,4,10v0,14,-7,29,-23,42","w":187,"k":{"T":3,"\u0166":3,"\u0164":3,"\u0162":3,"Y":1,"\u00dd":1,"\u0178":1,"-":6,"V":1,"W":1,"'":3,"\"":3}},"\u0105":{"d":"164,59v-8,12,-19,18,-36,18v-7,0,-14,-2,-20,-6v-8,-5,-13,-13,-13,-24r0,-1v0,-15,11,-29,31,-43v-11,1,-20,1,-29,1v-20,0,-35,-2,-47,-7v-24,-9,-37,-28,-37,-58r0,-30v0,-24,8,-40,25,-48v8,-4,18,-6,29,-6v6,0,11,1,17,2v17,3,31,8,42,16v0,-25,-17,-37,-51,-37r2,-19v33,0,55,8,66,25v6,10,9,27,9,51r0,107r0,0v-24,20,-36,35,-36,44r0,1v0,8,4,13,13,13v8,0,15,-5,20,-14xm126,-104v-20,-10,-37,-15,-53,-16r-2,0v-21,0,-32,10,-32,31r0,29v0,27,19,41,56,41v9,0,20,-1,31,-3r0,-82","w":172},"\u0157":{"d":"23,0r0,-180r25,0r0,9v11,-8,24,-12,41,-12v8,0,17,1,27,3r-6,24v-7,-3,-15,-4,-22,-4v-6,0,-11,1,-17,3v-15,4,-22,11,-22,23r0,134r-26,0xm23,60v12,-6,19,-13,23,-19r-4,-1v-5,-3,-7,-8,-7,-14v0,-4,1,-7,4,-10v3,-2,6,-3,10,-3r1,0v4,0,7,1,10,5v3,3,4,6,4,10v0,14,-8,29,-24,42","w":117,"k":{"\u0129":-4,"w":-6,"v":-6,".":9,"\u2026":9,",":9,";":9,"a":8,"\u0105":8,"\u0101":8,"\u0103":8,"\u00e0":8,"\u00e1":8,"\u00e2":8,"\u00e3":8,"\u00e4":8,"\u00e5":8,"\u00e6":8,"j":-4,"\u0135":-4}},"\u0129":{"d":"100,-207v-10,12,-20,18,-30,19r-2,0v-6,0,-15,-3,-25,-7v-12,-5,-21,-8,-26,-8r-3,0v-9,0,-18,4,-26,13r-10,-17v10,-12,20,-18,31,-19r3,0v6,0,15,2,25,6v12,5,21,8,26,8r2,0v9,0,17,-4,24,-12xm23,0r0,-180r26,0r0,180r-26,0","w":72,"k":{"!":-16,"\"":-24,"\u00f0":-6,"\u2026":-6,"\u00bb":-5,"\u201d":-30,"\u00ab":-5,"'":-24,"}":-13,"]":-6,"?":-25,";":-6,":":-6,".":-6,"-":-6,",":-6,")":-12,"\u2019":-30}},"\u013c":{"d":"23,0r0,-252r26,0r0,252r-26,0xm10,60v12,-6,19,-13,23,-19r-3,-1v-5,-3,-8,-8,-8,-14v0,-4,1,-7,4,-10v3,-2,6,-3,10,-3r1,0v4,0,7,1,10,5v3,3,4,6,4,10v0,14,-8,29,-24,42","w":72},"\u0113":{"d":"139,-13v-18,11,-38,17,-60,17r-3,0v-17,0,-31,-4,-41,-12v-12,-9,-17,-22,-17,-40r0,-74v0,-19,6,-35,18,-46v12,-11,28,-16,48,-16v20,0,36,6,47,17v11,11,17,25,17,44r0,49r-104,6r0,18v0,17,8,27,26,30v3,0,7,1,10,1v15,0,31,-5,49,-15xm121,-125v0,-13,-4,-22,-13,-28v-7,-5,-15,-7,-24,-7v-12,0,-22,4,-29,10v-8,7,-11,16,-11,28r0,29r77,-4r0,-28xm45,-194r0,-24r78,0r0,24r-78,0","w":162},"\u0123":{"d":"103,55v16,-5,24,-16,24,-34r0,-37v-8,14,-23,20,-43,20v-21,0,-37,-6,-49,-17v-12,-12,-18,-28,-18,-50r0,-54v0,-21,7,-37,19,-49v12,-12,29,-18,50,-18v20,0,34,6,42,19r1,-15r24,0r0,203v0,29,-15,47,-44,53xm127,-119v0,-13,-5,-23,-13,-30v-8,-6,-18,-10,-30,-10v-12,0,-21,3,-28,10v-8,8,-13,19,-13,34r0,52v0,28,14,43,41,43v13,0,24,-4,31,-12v8,-9,12,-20,12,-36r0,-51xm91,-222v5,3,8,8,8,14v0,4,-1,7,-4,10v-3,2,-6,3,-10,3r-1,0v-4,0,-7,-2,-10,-6v-3,-3,-4,-6,-4,-10v0,-14,8,-29,24,-42r17,10v-12,6,-20,13,-24,19","w":176},"\u0167":{"d":"77,5v-29,-5,-43,-23,-43,-53r0,-56r-25,0r0,-25r25,0r0,-123r26,0r0,72r41,0r-9,24r-32,0r0,27r33,0r0,25r-33,0r0,56v0,17,9,29,25,33","w":108,"k":{"a":1,"\u0105":1,"\u0101":1,"\u0103":1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1}},"\u014a":{"d":"55,-202r0,202r-26,0r0,-252r26,0v68,106,109,173,125,201r0,-177r-23,0r0,-24r50,0r0,205v0,20,-5,34,-15,45v-9,10,-21,15,-36,15v-1,-4,-5,-10,-8,-19v9,0,17,-4,23,-10","w":234,"k":{"-":4,"'":2,"\"":2,".":3,"\u2026":3,":":2,",":3,";":2}},"\u014b":{"d":"130,-122v0,-22,-10,-34,-31,-37r-10,0v-13,0,-27,3,-40,10r0,149r-26,0r0,-180r25,0r0,9v8,-7,20,-11,36,-12v3,0,5,-1,8,-1v13,0,24,2,33,7v20,9,31,27,31,52r0,152v0,14,-5,26,-15,35v-9,9,-21,13,-34,13r-5,-20v5,0,9,-2,14,-5v9,-6,14,-17,14,-32r0,-140","w":177},"\u016a":{"d":"153,-252r26,0r0,185v0,24,-8,43,-24,55v-13,10,-30,15,-51,15v-21,0,-39,-5,-52,-15v-16,-12,-24,-31,-24,-55r0,-185r26,0r0,182v0,15,4,26,13,35v9,9,21,13,36,13v15,0,28,-4,37,-13v9,-9,13,-20,13,-35r0,-182xm64,-263r0,-24r78,0r0,24r-78,0","w":207,"k":{"-":4,"'":2,"\"":2,".":7,"\u2026":7,":":2,",":7,";":3,"\u00c6":1}},"\u0168":{"d":"153,-252r26,0r0,185v0,24,-8,43,-24,55v-13,10,-30,15,-51,15v-21,0,-39,-5,-52,-15v-16,-12,-24,-31,-24,-55r0,-185r26,0r0,182v0,15,4,26,13,35v9,9,21,13,36,13v15,0,28,-4,37,-13v9,-9,13,-20,13,-35r0,-182xm166,-282v-10,12,-20,18,-30,19r-2,0v-6,0,-15,-2,-25,-6v-12,-5,-21,-9,-26,-9r-2,0v-9,0,-18,4,-26,13r-11,-17v10,-12,21,-17,32,-18r2,0v6,0,15,2,25,6v12,5,21,8,26,8r2,0v9,0,18,-4,25,-12","w":207,"k":{"-":4,"'":2,"\"":2,".":7,"\u2026":7,":":2,",":7,";":3,"\u00c6":1}},"\u0169":{"d":"131,0r0,-13v-10,12,-24,17,-42,17v-45,0,-68,-22,-68,-66r0,-118r26,0r0,118v0,28,14,41,42,41v27,0,41,-13,41,-41r0,-118r26,0r0,180r-25,0xm150,-211v-10,12,-20,18,-30,19r-2,0v-6,0,-15,-2,-25,-6v-12,-5,-21,-9,-26,-9r-3,0v-9,0,-17,4,-25,13r-11,-17v10,-12,20,-17,31,-18r3,0v6,0,15,2,25,6v12,5,21,8,26,8r2,0v9,0,17,-5,24,-13","w":178},"\u016b":{"d":"131,0r0,-13v-10,12,-24,17,-42,17v-45,0,-68,-22,-68,-66r0,-118r26,0r0,118v0,28,14,41,42,41v27,0,41,-13,41,-41r0,-118r26,0r0,180r-25,0xm48,-194r0,-24r78,0r0,24r-78,0","w":178},"\u0173":{"d":"168,59v-8,12,-20,18,-37,18v-7,0,-13,-2,-19,-6v-8,-5,-13,-13,-13,-24r0,-1v0,-16,11,-31,34,-46r-2,0r0,-13v-10,12,-24,17,-42,17v-45,0,-68,-22,-68,-66r0,-118r26,0r0,118v0,28,14,41,42,41v27,0,41,-13,41,-41r0,-118r26,0r0,180r-1,0v-24,20,-36,35,-36,44r0,1v0,8,4,13,13,13v8,0,16,-5,21,-14","w":178},"\u0172":{"d":"132,59v-8,12,-19,18,-36,18v-7,0,-14,-2,-20,-6v-8,-5,-13,-13,-13,-24r0,-1v0,-15,10,-30,31,-44v-19,-1,-33,-7,-45,-17v-14,-12,-21,-29,-21,-52r0,-185r26,0r0,182v0,15,4,26,13,35v9,9,21,13,36,13v15,0,28,-4,37,-13v9,-9,13,-20,13,-35r0,-182r26,0r0,185v0,21,-6,38,-19,50v-11,10,-25,16,-43,18v-22,18,-33,33,-33,43r0,1v0,8,4,13,13,13v8,0,15,-5,20,-14","w":207,"k":{"-":4,"'":2,"\"":2,".":7,"\u2026":7,":":2,",":7,";":3,"\u00c6":1}},"\u0136":{"d":"146,0r-77,-117r-13,20r0,97r-27,0r0,-252r27,0r0,110r74,-110r31,0r-76,111r93,141r-32,0xm69,60v12,-6,20,-13,24,-19r-4,-1v-5,-3,-8,-9,-8,-15v0,-4,1,-7,4,-10v3,-2,6,-3,10,-3r1,0v4,0,7,2,10,6v3,3,4,6,4,10v0,14,-8,29,-24,42","w":180,"k":{"C":2,"\u010a":2,"\u0108":2,"\u010c":2,"\u0106":2,"\u00c7":2,"G":2,"\u011e":2,"\u0120":2,"\u011c":2,"\u0122":2,"O":2,"\u014c":2,"\u0150":2,"\u00d2":2,"\u00d3":2,"\u00d4":2,"\u00d5":2,"\u00d6":2,"\u00d8":2,"\u0152":2,"S":1,"\u015c":1,"\u015a":1,"\u0218":1,"\u0160":1,"U":2,"\u016c":2,"\u016a":2,"\u0168":2,"\u0172":2,"\u016e":2,"\u0170":2,"\u00d9":2,"\u00da":2,"\u00db":2,"\u00dc":2,"Y":2,"\u00dd":2,"\u0178":2,"w":7,"-":13,"v":7,":":5,"u":2,"\u016d":2,"\u0169":2,"\u016b":2,"\u0173":2,"\u016f":2,"\u0171":2,"\u00f9":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"y":2,"\u00fd":2,"\u00ff":2,"c":1,"\u010b":1,"\u0109":1,"\u010d":1,"\u0107":1,"\u00e7":1,"d":1,"\u0111":1,"\u010f":1,"g":1,"\u011f":1,"\u0121":1,"\u011d":1,"\u0123":1,"o":2,"\u014d":2,"\u0151":2,"\u00f2":2,"\u00f3":2,"\u00f4":2,"\u00f5":2,"\u00f6":2,"\u00f8":2,"\u0153":2,"Q":2,"j":1,"\u0135":1,"q":1}},"\u0137":{"d":"128,0r-64,-107r-15,13r0,94r-26,0r0,-252r26,0r0,126r67,-61r18,18r-51,44r77,125r-32,0xm59,60v12,-6,19,-13,23,-19r-4,-1v-5,-3,-7,-8,-7,-14v0,-4,1,-7,4,-10v3,-2,6,-3,10,-3r1,0v4,0,7,1,10,5v3,3,4,6,4,10v0,14,-8,29,-24,42","w":160,"k":{"w":3,"-":2,"v":3,"u":3,"\u016d":3,"\u0169":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0171":3,"\u00f9":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"y":3,"\u00fd":3,"\u00ff":3,"a":2,"\u0105":2,"\u0101":2,"\u0103":2,"\u00e0":2,"\u00e1":2,"\u00e2":2,"\u00e3":2,"\u00e4":2,"\u00e5":2,"\u00e6":2,"c":2,"\u010b":2,"\u0109":2,"\u010d":2,"\u0107":2,"\u00e7":2,"d":2,"\u0111":2,"\u010f":2,"e":1,"\u0113":1,"\u0117":1,"\u0119":1,"\u011b":1,"\u00e8":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"g":2,"\u011f":2,"\u0121":2,"\u011d":2,"\u0123":2,"o":2,"\u014d":2,"\u0151":2,"\u00f2":2,"\u00f3":2,"\u00f4":2,"\u00f5":2,"\u00f6":2,"\u00f8":2,"\u0153":2,"s":1,"\u015f":1,"\u015d":1,"\u015b":1,"\u0219":1,"\u0161":1,"j":1,"\u0135":1,"q":2,"t":2,"\u0167":2,"\u0165":2,"\u0163":2}},"\u014d":{"d":"151,-66v0,20,-6,36,-16,48v-12,14,-29,22,-51,22v-22,0,-39,-8,-51,-22v-11,-12,-16,-28,-16,-48r0,-48v0,-23,5,-40,17,-52v12,-12,28,-18,50,-18v21,0,37,6,49,19v12,12,18,29,18,51r0,48xm125,-114v0,-30,-14,-45,-41,-45v-28,0,-42,15,-42,45r0,51v0,13,4,23,12,31v7,7,17,11,30,11v13,0,23,-3,30,-11v7,-7,11,-18,11,-31r0,-51xm45,-194r0,-24r77,0r0,24r-77,0","w":167},"\u014c":{"d":"174,-67v0,24,-8,43,-24,55v-13,10,-30,16,-51,16v-21,0,-37,-6,-51,-16v-16,-12,-25,-31,-25,-55r0,-116v0,-25,7,-43,21,-56v13,-12,31,-19,55,-19v24,0,43,7,56,21v13,13,19,31,19,55r0,115xm148,-181v0,-34,-16,-50,-49,-50v-33,0,-50,16,-50,50r0,112v0,15,5,28,14,36v9,8,21,11,36,11v15,0,26,-3,35,-11v10,-8,14,-20,14,-36r0,-112xm58,-263r0,-24r78,0r0,24r-78,0","w":197,"k":{"\u0129":-7,"-":3,".":5,"\u2026":5,",":5}},"\u0145":{"d":"180,0r-125,-202r0,202r-26,0r0,-252r26,0r125,201r0,-201r26,0r0,252r-26,0xm96,59v12,-6,20,-13,24,-19r-4,-1v-5,-3,-8,-8,-8,-14v0,-4,2,-7,5,-10v3,-2,5,-3,9,-3r1,0v4,0,8,2,11,6v3,3,4,6,4,10v0,14,-8,28,-24,41","w":235,"k":{"-":4,"'":2,"\"":2,".":3,"\u2026":3,":":2,",":3,";":2}},"\u0146":{"d":"130,0r0,-121v0,-21,-10,-33,-29,-37v-5,-1,-9,-1,-14,-1v-12,0,-25,3,-38,10r0,149r-26,0r0,-180r25,0r0,9v9,-7,22,-11,37,-12v2,0,5,-1,7,-1v12,0,23,2,33,7v20,9,31,27,31,52r0,125r-26,0xm62,60v12,-6,20,-13,24,-19r-4,-1v-5,-3,-8,-8,-8,-14v0,-4,2,-7,5,-10v3,-2,5,-3,9,-3r1,0v4,0,7,1,10,5v3,3,4,6,4,10v0,14,-7,29,-23,42","w":177},"\u0111":{"d":"150,-199r0,199v-18,1,-33,2,-47,2v-27,0,-45,-2,-57,-8v-19,-10,-28,-27,-28,-51r0,-68v0,-25,10,-42,30,-51v10,-5,21,-8,34,-8v2,0,5,1,7,1v15,1,27,4,36,10r0,-26r-36,0r0,-26r36,0r0,-27r25,0r0,27r23,0r0,26r-23,0xm125,-148v-13,-7,-26,-11,-39,-11v-4,0,-9,0,-13,1v-20,4,-30,16,-30,38r0,65v0,16,8,27,25,32v7,2,16,4,26,4v9,0,20,-2,31,-4r0,-125","w":173,"k":{"\u201d":-7,"?":-7,"\u2019":-7}},"\u0110":{"d":"29,0r0,-252r68,0v27,0,47,8,62,23v14,14,21,33,21,58r0,99v0,48,-25,72,-76,72r-75,0xm154,-174v0,-18,-5,-32,-16,-42v-10,-8,-23,-12,-38,-12r-45,0r0,205r43,0v37,0,56,-15,56,-45r0,-106xm64,-263r0,-24r78,0r0,24r-78,0","w":203,"k":{"\u0129":-4,"T":1,"\u0166":1,"\u0164":1,"\u0162":1,"-":3,".":5,"\u2026":5,",":5}},"\u012a":{"d":"36,0r0,-228r-23,0r0,-24r49,0r0,252r-26,0xm1,-263r0,-24r78,0r0,24r-78,0","k":{"-":4,"'":2,"\"":2,".":3,"\u2026":3,":":2,",":3,";":2}},"\u012b":{"d":"-4,-194r0,-24r78,0r0,24r-78,0xm23,0r0,-180r26,0r0,180r-26,0","w":72,"k":{"\u201d":-6,"?":-8,"\u2019":-6}},"\u0117":{"d":"139,-13v-18,11,-38,17,-60,17r-3,0v-17,0,-31,-4,-41,-12v-12,-9,-17,-22,-17,-40r0,-74v0,-19,6,-35,18,-46v12,-11,28,-16,48,-16v20,0,36,6,47,17v11,11,17,25,17,44r0,49r-104,6r0,18v0,17,8,27,26,30v3,0,7,1,10,1v15,0,31,-5,49,-15xm121,-125v0,-13,-4,-22,-13,-28v-7,-5,-15,-7,-24,-7v-12,0,-22,4,-29,10v-8,7,-11,16,-11,28r0,29r77,-4r0,-28xm76,-198v-3,-3,-5,-7,-5,-11v0,-4,2,-7,5,-10v3,-3,6,-4,10,-4v4,0,7,1,10,4v3,3,5,6,5,10v0,4,-2,8,-5,11v-3,3,-6,4,-10,4v-4,0,-7,-1,-10,-4","w":162},"\u0116":{"d":"29,0r0,-252r120,0r0,25r-94,0r0,78r63,0r-8,26r-55,0r0,100r94,0r0,23r-120,0xm83,-267v-3,-3,-5,-7,-5,-11v0,-4,2,-7,5,-10v3,-3,6,-4,10,-4v4,0,7,1,10,4v3,3,5,6,5,10v0,4,-2,8,-5,11v-3,3,-6,4,-10,4v-4,0,-7,-1,-10,-4","w":166,"k":{"\u00ee":-3,"\u0129":-6,"w":4,"-":12,"v":4,":":6,";":2,"u":1,"\u016d":1,"\u0169":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0171":1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"y":1,"\u00fd":1,"\u00ff":1}},"\u0118":{"d":"161,59v-8,12,-19,18,-36,18v-7,0,-14,-2,-20,-6v-8,-5,-13,-13,-13,-24r0,-1v0,-16,11,-31,34,-46r-97,0r0,-252r120,0r0,25r-94,0r0,78r63,0r-8,26r-55,0r0,100r94,0r0,23r-1,0v-24,20,-36,35,-36,44r0,1v0,8,5,13,14,13v8,0,15,-5,20,-14","w":166,"k":{"\u00ee":-3,"\u0129":-6,"w":4,"-":12,"v":4,":":6,";":2,"u":1,"\u016d":1,"\u0169":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0171":1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"y":1,"\u00fd":1,"\u00ff":1}},"\u0119":{"d":"116,59v-8,12,-19,18,-36,18v-7,0,-14,-2,-20,-6v-8,-5,-13,-13,-13,-24r0,-1v0,-14,10,-29,28,-42v-38,0,-57,-17,-57,-52r0,-74v0,-19,6,-35,18,-46v12,-11,28,-16,48,-16v20,0,36,6,47,17v11,11,17,25,17,44r0,49r-104,6r0,18v0,17,8,27,26,30v3,0,7,1,10,1v15,0,31,-5,49,-15r10,21v-12,7,-24,13,-38,15v-22,18,-34,33,-34,42r0,1v0,8,5,13,14,13v8,0,15,-5,20,-14xm121,-125v0,-13,-4,-22,-13,-28v-7,-5,-15,-7,-24,-7v-12,0,-22,4,-29,10v-8,7,-11,16,-11,28r0,29r77,-4r0,-28","w":162},"\u010d":{"d":"133,-2v-15,4,-30,6,-43,6v-12,0,-23,-2,-33,-5v-27,-9,-40,-30,-40,-64r0,-46v0,-34,13,-55,37,-66v10,-4,19,-7,30,-7v15,0,31,4,48,12r-7,20v-13,-5,-26,-7,-37,-7v-7,0,-14,1,-20,3v-17,7,-25,21,-25,43r0,52v0,20,10,33,29,38v6,2,14,2,21,2v10,0,22,-1,34,-4xm82,-195r-53,-51r16,-14r37,35r34,-35r17,14","w":144},"\u010c":{"d":"153,-8v-22,8,-41,12,-59,12v-10,0,-18,-2,-27,-4v-29,-8,-44,-30,-44,-66r0,-115v0,-31,11,-53,32,-66v10,-6,23,-9,38,-9r5,0v17,1,32,5,46,12r-7,21v-13,-5,-26,-7,-38,-7v-33,0,-50,15,-50,45r0,118v0,22,10,36,28,42v6,2,13,3,21,3v14,0,31,-3,50,-9xm92,-264r-53,-51r16,-14r36,35r35,-35r17,14","w":163,"k":{"\u0129":-3,"w":7,"-":18,"v":7,":":4}},"\u012e":{"d":"75,59v-8,12,-19,18,-36,18v-7,0,-14,-2,-20,-6v-8,-5,-13,-13,-13,-24r0,-1v0,-16,12,-31,35,-46r-4,0r0,-228r-24,0r0,-24r50,0r0,252v-24,20,-36,35,-36,44r0,0v0,9,4,14,13,14v9,0,15,-5,20,-14","k":{"-":4,"'":2,"\"":2,".":3,"\u2026":3,":":2,",":3,";":2}},"\u012f":{"d":"61,59v-8,12,-19,18,-36,18v-7,0,-14,-2,-20,-6v-8,-5,-13,-13,-13,-24r0,-1v0,-16,12,-31,35,-46r-4,0r0,-180r26,0r0,180r0,0v-24,20,-36,35,-36,44r0,0v0,9,4,14,13,14v9,0,15,-5,20,-14xm27,-230v-3,-3,-5,-7,-5,-11v0,-4,2,-7,5,-10v3,-3,6,-5,10,-5v4,0,8,2,11,5v3,3,3,6,3,10v0,4,0,8,-3,11v-3,3,-7,4,-11,4v-4,0,-7,-1,-10,-4","w":72},"\u0101":{"d":"152,0v-23,2,-42,3,-57,3v-14,0,-26,-1,-34,-3v-32,-7,-48,-27,-48,-61r0,-30v0,-24,8,-40,25,-48v8,-4,18,-6,29,-6v6,0,11,1,17,2v17,3,31,8,42,16v0,-25,-17,-37,-51,-37r2,-19v33,0,55,8,66,25v6,10,9,27,9,51r0,107xm126,-104v-20,-10,-37,-15,-53,-16r-2,0v-21,0,-32,10,-32,31r0,29v0,27,19,41,56,41v9,0,20,-1,31,-3r0,-82xm46,-194r0,-24r78,0r0,24r-78,0","w":172},"\u0100":{"d":"156,0r-25,-81r-74,0r-24,81r-28,0r74,-252r30,0r76,252r-29,0xm94,-210r-31,102r62,0xm54,-263r0,-24r78,0r0,24r-78,0","w":189,"k":{"T":10,"\u0166":10,"\u0164":10,"\u0162":10,"Y":5,"\u00dd":5,"\u0178":5,"w":1,"-":6,"V":6,"W":4,"v":1,"'":5,"\"":5}},"\u013d":{"d":"29,0r0,-252r26,0r0,229r104,0r0,23r-130,0xm44,-264r-54,-51r17,-14r36,35r35,-35r17,14","w":163,"k":{"T":17,"\u0166":17,"\u0164":17,"\u0162":17,"U":1,"\u016c":1,"\u016a":1,"\u0168":1,"\u0172":1,"\u016e":1,"\u0170":1,"\u00d9":1,"\u00da":1,"\u00db":1,"\u00dc":1,"Y":23,"\u00dd":23,"\u0178":23,"w":5,"A":-4,"\u0104":-4,"\u0100":-4,"\u0102":-4,"\u00c0":-4,"\u00c1":-4,"\u00c2":-4,"\u00c3":-4,"\u00c4":-4,"\u00c5":-4,"-":17,"V":17,"W":9,"v":5,"'":14,"\"":14,":":4,"\u2019":12,"\u201d":12,"X":-2,"\u00c6":-10}},"\u015a":{"d":"42,-66v1,12,7,22,17,31v11,9,25,14,41,14v17,0,30,-4,41,-11v11,-8,17,-20,17,-35v0,-16,-7,-28,-21,-38v-8,-5,-24,-12,-47,-21v-22,-8,-38,-16,-47,-23v-14,-11,-21,-27,-21,-45v0,-17,6,-30,19,-42v15,-13,36,-20,62,-20v20,0,37,4,52,11r-8,25v-15,-6,-30,-10,-44,-10v-17,0,-30,3,-40,10v-10,7,-14,15,-14,27r0,1v0,12,8,22,22,30v5,2,20,9,47,19v21,8,37,17,47,26v14,12,21,29,21,48v0,22,-7,39,-20,52v-15,14,-37,21,-66,21v-26,0,-47,-7,-63,-22v-14,-13,-22,-28,-22,-46xm88,-265r18,-41v3,-6,7,-10,13,-10v2,0,4,0,6,1v4,2,6,5,7,9v0,1,1,2,1,3v0,3,-1,6,-3,9r-23,29r-19,0","w":196,"k":{"T":3,"\u0166":3,"\u0164":3,"\u0162":3,"Y":1,"\u00dd":1,"\u0178":1,"-":6,"V":1,"'":3,"\"":3,".":2,"\u2026":2,",":2}},"\u0218":{"d":"42,-66v1,12,7,22,17,31v11,9,25,14,41,14v17,0,30,-4,41,-11v11,-8,17,-20,17,-35v0,-16,-7,-28,-21,-38v-8,-5,-24,-12,-47,-21v-22,-8,-38,-16,-47,-23v-14,-11,-21,-27,-21,-45v0,-17,6,-30,19,-42v15,-13,36,-20,62,-20v20,0,37,4,52,11r-8,25v-15,-6,-30,-10,-44,-10v-17,0,-30,3,-40,10v-10,7,-14,15,-14,27r0,1v0,12,8,22,22,30v5,2,20,9,47,19v21,8,37,17,47,26v14,12,21,29,21,48v0,22,-7,39,-20,52v-15,14,-37,21,-66,21v-26,0,-47,-7,-63,-22v-14,-13,-22,-28,-22,-46xm74,60v12,-6,20,-13,24,-19r-4,-1v-5,-3,-8,-9,-8,-15v0,-4,2,-7,5,-10v3,-2,5,-3,9,-3r1,0v4,0,7,2,10,6v3,3,4,6,4,10v0,14,-7,29,-23,42","w":196,"k":{"T":3,"\u0166":3,"\u0164":3,"\u0162":3,"Y":1,"\u00dd":1,"\u0178":1,"-":6,"V":1,"'":3,"\"":3,".":2,"\u2026":2,",":2}},"\u0164":{"d":"64,0r0,-228r-58,0r0,-24r145,0r0,24r-61,0r0,228r-26,0xm79,-264r-53,-51r16,-14r36,35r35,-35r17,14","w":155,"k":{"\u0131":13,"\u0161":17,"\u00f5":15,"\u00ef":-5,"\u00ee":-13,"\u00ed":2,"\u00ec":-7,"\u00e3":17,"\u0159":13,"\u010d":15,"\u012b":-10,"\u0129":-17,"\u0128":-14,"\u0135":-9,"\u0127":-5,"T":-3,"\u0166":-3,"\u0164":-3,"\u0162":-3,"w":4,"A":10,"\u0104":10,"\u0100":10,"\u0102":10,"\u00c0":10,"\u00c1":10,"\u00c2":10,"\u00c3":10,"\u00c4":10,"\u00c5":10,"-":11,"V":-4,"W":-1,"v":4,".":10,"\u2026":10,":":12,",":10,";":11,"u":13,"\u016d":13,"\u0169":13,"\u016b":13,"\u0173":13,"\u016f":13,"\u0171":13,"\u00f9":13,"\u00fa":13,"\u00fb":13,"\u00fc":13,"y":12,"\u00fd":12,"\u00ff":12,"a":17,"\u0105":17,"\u0101":17,"\u0103":17,"\u00e0":17,"\u00e1":17,"\u00e2":17,"\u00e4":17,"\u00e5":17,"\u00e6":17,"c":15,"\u010b":15,"\u0109":15,"\u0107":15,"\u00e7":15,"d":15,"\u0111":15,"\u010f":15,"e":15,"\u0113":15,"\u0117":15,"\u0119":15,"\u011b":15,"\u00e8":15,"\u00e9":15,"\u00ea":15,"\u00eb":15,"g":15,"\u011f":15,"\u0121":15,"\u011d":15,"\u0123":15,"n":13,"\u014b":13,"\u0146":13,"\u0148":13,"\u0144":13,"\u00f1":13,"o":15,"\u014d":15,"\u0151":15,"\u00f2":15,"\u00f3":15,"\u00f4":15,"\u00f6":15,"\u00f8":15,"\u0153":15,"r":13,"\u0157":13,"\u0155":13,"s":17,"\u015f":17,"\u015d":17,"\u015b":17,"\u0219":17,"z":9,"\u017c":9,"\u017a":9,"\u017e":9,"q":15,"\u00c6":15,"m":13,"p":13,"x":6,"\u0138":12,"\u00fe":8}},"\u0179":{"d":"14,0r0,-23r140,-204r-136,0r0,-25r169,0r0,24r-141,204r143,0r0,24r-175,0xm76,-283r18,-41v3,-6,7,-10,13,-10v2,0,3,0,5,1v4,2,7,5,8,9v0,1,1,2,1,3v0,3,-1,6,-3,9r-23,29r-19,0","w":204,"k":{"\u00ee":-4,"\u0129":-7,"w":3,"-":14,"v":3,":":6}},"\u011a":{"d":"29,0r0,-252r120,0r0,25r-94,0r0,78r63,0r-8,26r-55,0r0,100r94,0r0,23r-120,0xm91,-264r-53,-51r16,-14r37,35r34,-35r17,14","w":166,"k":{"\u00ee":-3,"\u0129":-6,"w":4,"-":12,"v":4,":":6,";":2,"u":1,"\u016d":1,"\u0169":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0171":1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"y":1,"\u00fd":1,"\u00ff":1}},"\u011b":{"d":"139,-13v-18,11,-38,17,-60,17r-3,0v-17,0,-31,-4,-41,-12v-12,-9,-17,-22,-17,-40r0,-74v0,-19,6,-35,18,-46v12,-11,28,-16,48,-16v20,0,36,6,47,17v11,11,17,25,17,44r0,49r-104,6r0,18v0,17,8,27,26,30v3,0,7,1,10,1v15,0,31,-5,49,-15xm121,-125v0,-13,-4,-22,-13,-28v-7,-5,-15,-7,-24,-7v-12,0,-22,4,-29,10v-8,7,-11,16,-11,28r0,29r77,-4r0,-28xm85,-195r-53,-51r17,-14r36,35r35,-35r16,14","w":162},"\u0107":{"d":"133,-2v-15,4,-30,6,-43,6v-12,0,-23,-2,-33,-5v-27,-9,-40,-30,-40,-64r0,-46v0,-34,13,-55,37,-66v10,-4,19,-7,30,-7v15,0,31,4,48,12r-7,20v-13,-5,-26,-7,-37,-7v-7,0,-14,1,-20,3v-17,7,-25,21,-25,43r0,52v0,20,10,33,29,38v6,2,14,2,21,2v10,0,22,-1,34,-4xm64,-194r18,-41v3,-6,7,-10,13,-10v2,0,3,0,5,1v4,2,7,5,8,9v0,1,1,2,1,3v0,3,-1,5,-3,8r-23,30r-19,0","w":144},"\u0106":{"d":"153,-8v-22,8,-41,12,-59,12v-10,0,-18,-2,-27,-4v-29,-8,-44,-30,-44,-66r0,-115v0,-31,11,-53,32,-66v10,-6,23,-9,38,-9r5,0v17,1,32,5,46,12r-7,21v-13,-5,-26,-7,-38,-7v-33,0,-50,15,-50,45r0,118v0,22,10,36,28,42v6,2,13,3,21,3v14,0,31,-3,50,-9xm83,-264r17,-42v3,-6,7,-9,13,-9v2,0,4,0,6,1v4,2,7,4,8,8r0,4v0,3,0,5,-2,8r-23,30r-19,0","w":163,"k":{"\u0129":-3,"w":7,"-":18,"v":7,":":4}},"\u0139":{"d":"29,0r0,-252r26,0r0,229r104,0r0,23r-130,0xm48,-263r18,-41v3,-6,6,-10,12,-10v2,0,4,0,6,1v4,2,7,5,8,9v0,1,1,2,1,3v0,3,-1,5,-3,8r-23,30r-19,0","w":163,"k":{"T":17,"\u0166":17,"\u0164":17,"\u0162":17,"U":1,"\u016c":1,"\u016a":1,"\u0168":1,"\u0172":1,"\u016e":1,"\u0170":1,"\u00d9":1,"\u00da":1,"\u00db":1,"\u00dc":1,"Y":23,"\u00dd":23,"\u0178":23,"w":5,"A":-4,"\u0104":-4,"\u0100":-4,"\u0102":-4,"\u00c0":-4,"\u00c1":-4,"\u00c2":-4,"\u00c3":-4,"\u00c4":-4,"\u00c5":-4,"-":17,"V":17,"W":9,"v":5,"'":14,"\"":14,":":4,"\u2019":12,"\u201d":12,"X":-2,"\u00c6":-10}},"\u013a":{"d":"23,0r0,-252r26,0r0,252r-26,0xm28,-264r18,-42v3,-6,7,-9,13,-9v2,0,3,0,5,1v4,2,7,4,8,8v0,1,1,3,1,4v0,3,-1,5,-3,8r-23,30r-19,0","w":72},"\u0103":{"d":"152,0v-23,2,-42,3,-57,3v-14,0,-26,-1,-34,-3v-32,-7,-48,-27,-48,-61r0,-30v0,-24,8,-40,25,-48v8,-4,18,-6,29,-6v6,0,11,1,17,2v17,3,31,8,42,16v0,-25,-17,-37,-51,-37r2,-19v33,0,55,8,66,25v6,10,9,27,9,51r0,107xm126,-104v-20,-10,-37,-15,-53,-16r-2,0v-21,0,-32,10,-32,31r0,29v0,27,19,41,56,41v9,0,20,-1,31,-3r0,-82xm137,-234v0,11,-4,20,-12,28v-8,8,-18,12,-29,12v-11,0,-20,-4,-28,-12v-8,-8,-12,-17,-12,-28r0,-2r20,0r0,2v0,6,2,11,6,15v4,4,8,6,14,6v6,0,11,-3,15,-7v4,-4,6,-8,6,-14r0,-2r20,0r0,2","w":172},"\u0102":{"d":"156,0r-25,-81r-74,0r-24,81r-28,0r74,-252r30,0r76,252r-29,0xm94,-210r-31,102r62,0xm135,-303v0,11,-4,20,-12,28v-8,8,-17,12,-28,12v-11,0,-21,-4,-29,-12v-8,-8,-12,-17,-12,-28r0,-2r20,0r0,2v0,6,2,11,6,15v4,4,9,5,15,5v6,0,10,-2,14,-6v4,-4,6,-8,6,-14r0,-2r20,0r0,2","w":189,"k":{"T":10,"\u0166":10,"\u0164":10,"\u0162":10,"Y":5,"\u00dd":5,"\u0178":5,"w":1,"-":6,"V":6,"W":4,"v":1,"'":5,"\"":5}},"\u0154":{"d":"159,0r-28,-84v-4,0,-9,1,-12,1r-64,0r0,83r-26,0r0,-252r88,0v23,0,40,8,52,23v11,14,16,33,16,57v0,41,-10,67,-30,80r31,92r-27,0xm116,-108v19,0,32,-8,38,-24v3,-9,5,-22,5,-40v0,-36,-15,-55,-46,-55r-58,0r0,119r61,0xm83,-263r17,-41v3,-6,7,-10,13,-10v2,0,4,0,6,1v4,2,7,5,8,9r0,3v0,3,0,5,-2,8r-23,30r-19,0","w":205,"k":{"\u00ee":-3,"\u0129":-8,"-":2}},"\u0155":{"d":"23,0r0,-180r25,0r0,9v11,-8,24,-12,41,-12v8,0,17,1,27,3r-6,24v-7,-3,-15,-4,-22,-4v-6,0,-11,1,-17,3v-15,4,-22,11,-22,23r0,134r-26,0xm45,-194r17,-41v3,-6,7,-10,13,-10v2,0,4,0,6,1v4,2,7,5,8,9r0,3v0,3,-1,5,-3,8r-22,30r-19,0","w":117,"k":{"\u0129":-4,"w":-6,"v":-6,".":9,"\u2026":9,",":9,";":9,"a":8,"\u0105":8,"\u0101":8,"\u0103":8,"\u00e0":8,"\u00e1":8,"\u00e2":8,"\u00e3":8,"\u00e4":8,"\u00e5":8,"\u00e6":8,"j":-4,"\u0135":-4}},"\u010f":{"d":"18,-125v0,-25,10,-42,30,-51v10,-5,21,-8,34,-8v2,0,5,1,7,1v15,1,27,4,36,10r0,-79r25,0r0,252v-18,1,-33,2,-47,2v-27,0,-45,-2,-57,-8v-19,-10,-28,-27,-28,-51r0,-68xm125,-148v-13,-7,-26,-11,-39,-11v-4,0,-9,0,-13,1v-20,4,-30,16,-30,38r0,65v0,16,8,27,25,32v7,2,16,4,26,4v9,0,20,-2,31,-4r0,-125xm160,-208v12,-6,20,-13,24,-19r-4,-1v-5,-3,-8,-8,-8,-14v0,-4,1,-7,4,-10v3,-2,6,-3,10,-3r1,0v4,0,7,2,10,6v3,3,4,6,4,10v0,14,-8,28,-24,41","w":184,"k":{"!":-6,"\"":-16,"\u00f0":-6,"\u00ef":-18,"\u00ee":-27,"\u00ec":-24,"\u012f":-2,"\u012b":-22,"\u0129":-31,"\u0135":-23,"\u0127":-20,"\u2026":-6,"\u00bb":-5,"\u201d":-14,"\u00ab":-5,"'":-17,"}":-6,"i":-2,"]":-6,"?":-16,";":-6,":":-6,".":-6,"-":-6,",":-6,")":-6,"\u2019":-14}},"\u010e":{"d":"29,0r0,-252r68,0v27,0,47,8,62,23v14,14,21,33,21,58r0,99v0,48,-25,72,-76,72r-75,0xm154,-174v0,-18,-5,-32,-16,-42v-10,-8,-23,-12,-38,-12r-45,0r0,205r43,0v37,0,56,-15,56,-45r0,-106xm100,-264r-54,-51r17,-14r36,35r35,-35r17,14","w":203,"k":{"\u0129":-4,"T":1,"\u0166":1,"\u0164":1,"\u0162":1,"-":3,".":5,"\u2026":5,",":5}},"\u0143":{"d":"180,0r-125,-202r0,202r-26,0r0,-252r26,0r125,201r0,-201r26,0r0,252r-26,0xm101,-263r18,-41v3,-6,7,-10,13,-10v2,0,4,0,6,1v4,2,6,5,7,9v0,1,1,2,1,3v0,3,-1,5,-3,8r-23,30r-19,0","w":235,"k":{"-":4,"'":2,"\"":2,".":3,"\u2026":3,":":2,",":3,";":2}},"\u0147":{"d":"180,0r-125,-202r0,202r-26,0r0,-252r26,0r125,201r0,-201r26,0r0,252r-26,0xm121,-264r-54,-51r17,-14r36,35r35,-35r17,14","w":235,"k":{"-":4,"'":2,"\"":2,".":3,"\u2026":3,":":2,",":3,";":2}},"\u0148":{"d":"130,0r0,-121v0,-21,-10,-33,-29,-37v-5,-1,-9,-1,-14,-1v-12,0,-25,3,-38,10r0,149r-26,0r0,-180r25,0r0,9v9,-7,22,-11,37,-12v2,0,5,-1,7,-1v12,0,23,2,33,7v20,9,31,27,31,52r0,125r-26,0xm95,-213r-53,-51r17,-14r36,35r35,-35r17,14","w":177},"\u0144":{"d":"130,0r0,-121v0,-21,-10,-33,-29,-37v-5,-1,-9,-1,-14,-1v-12,0,-25,3,-38,10r0,149r-26,0r0,-180r25,0r0,9v9,-7,22,-11,37,-12v2,0,5,-1,7,-1v12,0,23,2,33,7v20,9,31,27,31,52r0,125r-26,0xm78,-194r18,-41v3,-6,7,-10,13,-10v2,0,3,0,5,1v4,2,7,5,8,9v0,1,1,2,1,3v0,3,-1,5,-3,8r-23,30r-19,0","w":177},"\u0151":{"d":"151,-66v0,20,-6,36,-16,48v-12,14,-29,22,-51,22v-22,0,-39,-8,-51,-22v-11,-12,-16,-28,-16,-48r0,-48v0,-23,5,-40,17,-52v12,-12,28,-18,50,-18v21,0,37,6,49,19v12,12,18,29,18,51r0,48xm125,-114v0,-30,-14,-45,-41,-45v-28,0,-42,15,-42,45r0,51v0,13,4,23,12,31v7,7,17,11,30,11v13,0,23,-3,30,-11v7,-7,11,-18,11,-31r0,-51xm92,-195r17,-42v3,-6,7,-10,13,-10v2,0,4,0,6,1v4,2,7,5,8,9r0,3v0,3,0,6,-2,9r-23,30r-19,0xm49,-195r17,-42v3,-6,7,-10,13,-10v2,0,4,0,6,1v4,2,7,5,8,9r0,3v0,3,-1,6,-3,9r-22,30r-19,0","w":167},"\u0150":{"d":"174,-67v0,24,-8,43,-24,55v-13,10,-30,16,-51,16v-21,0,-37,-6,-51,-16v-16,-12,-25,-31,-25,-55r0,-116v0,-25,7,-43,21,-56v13,-12,31,-19,55,-19v24,0,43,7,56,21v13,13,19,31,19,55r0,115xm148,-181v0,-34,-16,-50,-49,-50v-33,0,-50,16,-50,50r0,112v0,15,5,28,14,36v9,8,21,11,36,11v15,0,26,-3,35,-11v10,-8,14,-20,14,-36r0,-112xm107,-264r18,-41v3,-6,7,-10,13,-10v2,0,3,0,5,1v4,2,7,5,8,9v0,1,1,2,1,3v0,3,-1,6,-3,9r-23,29r-19,0xm64,-264r17,-41v3,-6,7,-10,13,-10v2,0,4,0,6,1v4,2,7,5,8,9r0,3v0,3,-1,6,-3,9r-22,29r-19,0","w":197,"k":{"\u0129":-7,"-":3,".":5,"\u2026":5,",":5}},"\u013e":{"d":"23,0r0,-252r26,0r0,252r-26,0xm37,-264r-53,-51r17,-14r36,35r35,-35r17,14","w":82,"k":{"\u0165":-14,"\u013e":-27}},"\u015b":{"d":"38,-47v1,9,6,16,14,21v8,5,17,7,28,7v10,0,18,-2,25,-6v8,-5,12,-13,12,-22v0,-10,-5,-18,-15,-24v-5,-3,-16,-7,-33,-13v-16,-5,-26,-10,-33,-15v-11,-8,-18,-19,-19,-32r0,-5v0,-11,4,-22,12,-31v11,-12,28,-18,50,-18v17,0,30,4,40,11r-8,22v-8,-6,-18,-9,-32,-9v-11,0,-21,3,-27,8v-6,4,-8,10,-8,17r0,4v1,8,6,14,17,19v1,0,12,4,34,12v32,12,49,30,49,54v0,15,-5,28,-15,37v-12,11,-28,15,-49,15v-20,0,-37,-5,-49,-15v-11,-9,-18,-22,-18,-36xm66,-194r17,-41v3,-6,7,-10,13,-10v2,0,4,0,6,1v4,2,7,5,8,9r0,3v0,3,-1,5,-3,8r-22,30r-19,0","w":152,"k":{"w":1,"-":4,"v":1}},"\u016e":{"d":"153,-252r26,0r0,185v0,24,-8,43,-24,55v-13,10,-30,15,-51,15v-21,0,-39,-5,-52,-15v-16,-12,-24,-31,-24,-55r0,-185r26,0r0,182v0,15,4,26,13,35v9,9,21,13,36,13v15,0,28,-4,37,-13v9,-9,13,-20,13,-35r0,-182xm118,-263v4,-4,5,-8,5,-14v0,-6,-1,-11,-5,-15v-4,-4,-9,-5,-15,-5v-6,0,-10,1,-14,5v-4,4,-6,9,-6,15v0,6,2,10,6,14v4,4,8,6,14,6v6,0,11,-2,15,-6xm75,-249v-8,-8,-12,-17,-12,-28v0,-11,4,-20,12,-28v8,-8,17,-12,28,-12v11,0,20,4,28,12v8,8,12,17,12,28v0,11,-4,20,-12,28v-8,8,-17,12,-28,12v-11,0,-20,-4,-28,-12","w":207,"k":{"-":4,"'":2,"\"":2,".":7,"\u2026":7,":":2,",":7,";":3,"\u00c6":1}},"\u0158":{"d":"159,0r-28,-84v-4,0,-9,1,-12,1r-64,0r0,83r-26,0r0,-252r88,0v23,0,40,8,52,23v11,14,16,33,16,57v0,41,-10,67,-30,80r31,92r-27,0xm116,-108v19,0,32,-8,38,-24v3,-9,5,-22,5,-40v0,-36,-15,-55,-46,-55r-58,0r0,119r61,0xm104,-264r-54,-51r17,-14r36,35r35,-35r17,14","w":205,"k":{"\u00ee":-3,"\u0129":-8,"-":2}},"\u0159":{"d":"23,0r0,-180r25,0r0,9v11,-8,24,-12,41,-12v8,0,17,1,27,3r-6,24v-7,-3,-15,-4,-22,-4v-6,0,-11,1,-17,3v-15,4,-22,11,-22,23r0,134r-26,0xm76,-213r-53,-51r16,-14r37,35r34,-35r17,14","w":117,"k":{"\"":-9,"\u0129":-4,"'":-9,"}":-6,"]":-10,")":-6,"w":-6,"v":-6,".":9,"\u2026":9,",":9,";":9,"a":8,"\u0105":8,"\u0101":8,"\u0103":8,"\u00e0":8,"\u00e1":8,"\u00e2":8,"\u00e3":8,"\u00e4":8,"\u00e5":8,"\u00e6":8,"j":-4,"\u0135":-4}},"\u016f":{"d":"131,0r0,-13v-10,12,-24,17,-42,17v-45,0,-68,-22,-68,-66r0,-118r26,0r0,118v0,28,14,41,42,41v27,0,41,-13,41,-41r0,-118r26,0r0,180r-25,0xm105,-197v4,-4,6,-9,6,-15v0,-6,-2,-10,-6,-14v-4,-4,-9,-6,-15,-6v-6,0,-10,2,-14,6v-4,4,-6,8,-6,14v0,6,2,11,6,15v4,4,8,6,14,6v6,0,11,-2,15,-6xm62,-184v-8,-8,-12,-17,-12,-28v0,-11,4,-20,12,-28v8,-8,17,-12,28,-12v11,0,20,4,28,12v8,8,12,17,12,28v0,11,-4,20,-12,28v-8,8,-17,12,-28,12v-11,0,-20,-4,-28,-12","w":178},"\u0171":{"d":"131,0r0,-13v-10,12,-24,17,-42,17v-45,0,-68,-22,-68,-66r0,-118r26,0r0,118v0,28,14,41,42,41v27,0,41,-13,41,-41r0,-118r26,0r0,180r-25,0xm96,-195r18,-42v3,-6,7,-10,13,-10v2,0,4,0,6,1v4,2,7,5,8,9r0,3v0,3,-1,6,-3,9r-22,30r-20,0xm53,-195r18,-42v3,-6,7,-10,13,-10v2,0,4,0,6,1v4,2,7,5,8,9r0,3v0,3,-1,6,-3,9r-23,30r-19,0","w":178},"\u0170":{"d":"153,-252r26,0r0,185v0,24,-8,43,-24,55v-13,10,-30,15,-51,15v-21,0,-39,-5,-52,-15v-16,-12,-24,-31,-24,-55r0,-185r26,0r0,182v0,15,4,26,13,35v9,9,21,13,36,13v15,0,28,-4,37,-13v9,-9,13,-20,13,-35r0,-182xm114,-264r18,-41v3,-6,7,-10,13,-10v2,0,3,0,5,1v4,2,7,5,8,9v0,1,1,2,1,3v0,3,-1,6,-3,9r-23,29r-19,0xm71,-264r17,-41v3,-6,7,-10,13,-10v2,0,4,0,6,1v4,2,7,5,8,9r0,3v0,3,-1,6,-3,9r-22,29r-19,0","w":207,"k":{"-":4,"'":2,"\"":2,".":7,"\u2026":7,":":2,",":7,";":3,"\u00c6":1}},"\u0165":{"d":"65,5v-29,-5,-43,-23,-43,-53r0,-204r26,0r0,72r41,0r-9,24r-32,0r0,108v0,17,9,29,25,33xm51,-264r-53,-51r16,-14r37,35r34,-35r17,14","k":{"\u0165":-21,"\u013e":-34,"\u0129":-17,"\u0125":-4,"w":-4,"v":-4,"a":1,"\u0105":1,"\u0101":1,"\u0103":1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1}},"\u0219":{"d":"38,-47v1,9,6,16,14,21v8,5,17,7,28,7v10,0,18,-2,25,-6v8,-5,12,-13,12,-22v0,-10,-5,-18,-15,-24v-5,-3,-16,-7,-33,-13v-16,-5,-26,-10,-33,-15v-11,-8,-18,-19,-19,-32r0,-5v0,-11,4,-22,12,-31v11,-12,28,-18,50,-18v17,0,30,4,40,11r-8,22v-8,-6,-18,-9,-32,-9v-11,0,-21,3,-27,8v-6,4,-8,10,-8,17r0,4v1,8,6,14,17,19v1,0,12,4,34,12v32,12,49,30,49,54v0,15,-5,28,-15,37v-12,11,-28,15,-49,15v-20,0,-37,-5,-49,-15v-11,-9,-18,-22,-18,-36xm51,60v12,-6,20,-13,24,-19r-4,-1v-5,-3,-8,-8,-8,-14v0,-4,2,-7,5,-10v3,-2,5,-3,9,-3r1,0v4,0,7,1,10,5v3,3,4,6,4,10v0,14,-7,29,-23,42","w":152,"k":{"w":1,"-":4,"v":1}},"\u017a":{"d":"13,0r0,-24r92,-132r-89,0r0,-24r123,0r0,23r-93,133r99,0r0,24r-132,0xm66,-194r17,-41v3,-6,7,-10,13,-10v2,0,4,0,6,1v4,2,7,5,8,9r0,3v0,3,-1,5,-3,8r-22,30r-19,0","w":156},"\u0163":{"d":"65,5v-29,-5,-43,-23,-43,-53r0,-204r26,0r0,72r41,0r-9,24r-32,0r0,108v0,17,9,29,25,33xm17,60v12,-6,19,-13,23,-19r-4,-1v-5,-3,-8,-9,-8,-15v0,-4,2,-7,5,-10v3,-2,5,-3,9,-3r2,0v4,0,7,2,10,6v3,3,4,6,4,10v0,14,-8,29,-24,42","k":{"a":1,"\u0105":1,"\u0101":1,"\u0103":1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1}},"\u0162":{"d":"64,0r0,-228r-58,0r0,-24r145,0r0,24r-61,0r0,228r-26,0xm51,60v12,-6,20,-13,24,-19r-4,-1v-5,-3,-8,-9,-8,-15v0,-4,2,-7,5,-10v3,-2,5,-3,9,-3r1,0v4,0,8,2,11,6v3,3,4,6,4,10v0,14,-8,29,-24,42","w":155,"k":{"\u0131":13,"\u0161":17,"\u00f5":15,"\u00ef":-5,"\u00ee":-13,"\u00ed":2,"\u00ec":-7,"\u00e3":17,"\u0159":13,"\u010d":15,"\u012b":-10,"\u0129":-17,"\u0128":-14,"\u0135":-9,"\u0127":-5,"T":-3,"\u0166":-3,"\u0164":-3,"\u0162":-3,"w":4,"A":10,"\u0104":10,"\u0100":10,"\u0102":10,"\u00c0":10,"\u00c1":10,"\u00c2":10,"\u00c3":10,"\u00c4":10,"\u00c5":10,"-":11,"V":-4,"W":-1,"v":4,".":10,"\u2026":10,":":12,",":10,";":11,"u":13,"\u016d":13,"\u0169":13,"\u016b":13,"\u0173":13,"\u016f":13,"\u0171":13,"\u00f9":13,"\u00fa":13,"\u00fb":13,"\u00fc":13,"y":12,"\u00fd":12,"\u00ff":12,"a":17,"\u0105":17,"\u0101":17,"\u0103":17,"\u00e0":17,"\u00e1":17,"\u00e2":17,"\u00e4":17,"\u00e5":17,"\u00e6":17,"c":15,"\u010b":15,"\u0109":15,"\u0107":15,"\u00e7":15,"d":15,"\u0111":15,"\u010f":15,"e":15,"\u0113":15,"\u0117":15,"\u0119":15,"\u011b":15,"\u00e8":15,"\u00e9":15,"\u00ea":15,"\u00eb":15,"g":15,"\u011f":15,"\u0121":15,"\u011d":15,"\u0123":15,"n":13,"\u014b":13,"\u0146":13,"\u0148":13,"\u0144":13,"\u00f1":13,"o":15,"\u014d":15,"\u0151":15,"\u00f2":15,"\u00f3":15,"\u00f4":15,"\u00f6":15,"\u00f8":15,"\u0153":15,"r":13,"\u0157":13,"\u0155":13,"s":17,"\u015f":17,"\u015d":17,"\u015b":17,"\u0219":17,"z":9,"\u017c":9,"\u017a":9,"\u017e":9,"q":15,"\u00c6":15,"m":13,"p":13,"x":6,"\u0138":12,"\u00fe":8}},"\u00a8":{"d":"65,-239v-9,0,-13,-4,-13,-13v0,-9,4,-13,13,-13v4,0,7,1,10,4v3,3,3,5,3,9v0,9,-4,13,-13,13xm106,-252v0,-9,4,-13,13,-13v9,0,13,4,13,13v0,9,-4,13,-13,13v-9,0,-13,-4,-13,-13","w":183},"\u00c0":{"d":"156,0r-25,-81r-74,0r-24,81r-28,0r74,-252r30,0r76,252r-29,0xm94,-210r-31,102r62,0xm80,-264r-22,-30v-2,-3,-3,-5,-3,-8r0,-3v1,-4,4,-7,8,-9v2,-1,4,-1,6,-1v6,0,9,4,12,10r18,41r-19,0","w":189,"k":{"T":10,"\u0166":10,"\u0164":10,"\u0162":10,"Y":5,"\u00dd":5,"\u0178":5,"w":1,"-":6,"V":6,"W":4,"v":1,"'":5,"\"":5}},"\u00c1":{"d":"156,0r-25,-81r-74,0r-24,81r-28,0r74,-252r30,0r76,252r-29,0xm94,-210r-31,102r62,0xm85,-263r18,-42v3,-6,7,-9,13,-9v2,0,3,0,5,1v4,2,7,4,8,8v0,1,1,3,1,4v0,3,-1,5,-3,8r-23,30r-19,0","w":189,"k":{"T":10,"\u0166":10,"\u0164":10,"\u0162":10,"Y":5,"\u00dd":5,"\u0178":5,"w":1,"-":6,"V":6,"W":4,"v":1,"'":5,"\"":5}},"\u00c2":{"d":"156,0r-25,-81r-74,0r-24,81r-28,0r74,-252r30,0r76,252r-29,0xm94,-210r-31,102r62,0xm130,-264r-35,-35r-36,35r-17,-14r53,-50r52,50","w":189,"k":{"T":10,"\u0166":10,"\u0164":10,"\u0162":10,"Y":5,"\u00dd":5,"\u0178":5,"w":1,"-":6,"V":6,"W":4,"v":1,"'":5,"\"":5}},"\u00c3":{"d":"156,0r-25,-81r-74,0r-24,81r-28,0r74,-252r30,0r76,252r-29,0xm94,-210r-31,102r62,0xm156,-281v-10,12,-20,18,-30,19r-2,0v-6,0,-15,-3,-25,-7v-12,-5,-22,-8,-27,-8r-2,0v-9,0,-18,4,-26,13r-10,-17v10,-12,20,-18,31,-19r3,0v6,0,15,2,25,6v12,5,20,8,25,8r3,0v9,0,17,-4,24,-12","w":189,"k":{"T":10,"\u0166":10,"\u0164":10,"\u0162":10,"Y":5,"\u00dd":5,"\u0178":5,"w":1,"-":6,"V":6,"W":4,"v":1,"'":5,"\"":5}},"\u00c4":{"d":"156,0r-25,-81r-74,0r-24,81r-28,0r74,-252r30,0r76,252r-29,0xm94,-210r-31,102r62,0xm67,-263v-9,0,-13,-4,-13,-13v0,-9,4,-13,13,-13v4,0,6,1,9,4v3,3,4,5,4,9v0,9,-4,13,-13,13xm107,-276v0,-9,4,-13,13,-13v9,0,14,4,14,13v0,9,-5,13,-14,13v-9,0,-13,-4,-13,-13","w":189,"k":{"T":10,"\u0166":10,"\u0164":10,"\u0162":10,"Y":5,"\u00dd":5,"\u0178":5,"w":1,"-":6,"V":6,"W":4,"v":1,"'":5,"\"":5}},"\u00c5":{"d":"156,0r-25,-81r-75,0r-24,81r-28,0r71,-242v-14,-7,-22,-18,-22,-35v0,-11,4,-20,12,-28v8,-8,17,-12,28,-12v11,0,20,4,28,12v8,8,12,17,12,28v0,16,-7,28,-22,35r74,242r-29,0xm93,-210r-30,102r61,0xm108,-263v4,-4,5,-8,5,-14v0,-6,-1,-11,-5,-15v-4,-4,-9,-5,-15,-5v-6,0,-10,1,-14,5v-4,4,-6,9,-6,15v0,6,2,10,6,14v4,4,8,6,14,6v6,0,11,-2,15,-6","w":187,"k":{"T":10,"\u0166":10,"\u0164":10,"\u0162":10,"Y":5,"\u00dd":5,"\u0178":5,"w":1,"-":6,"V":6,"W":4,"v":1,"'":5,"\"":5}},"\u00c6":{"d":"130,0r1,-83r-60,0r-44,83r-28,0r131,-252r121,0r0,25r-94,0r0,78r64,0r-8,26r-56,0r0,100r93,0r0,23r-120,0xm131,-199r-47,91r47,0r0,-91","w":267,"k":{"\u00ee":-3,"\u0129":-6,"w":4,"-":12,"v":4,":":6,";":2,"u":1,"\u016d":1,"\u0169":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0171":1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"y":1,"\u00fd":1,"\u00ff":1}},"\u00c7":{"d":"57,50v9,6,18,9,28,9v15,0,22,-5,22,-15v0,-5,-2,-9,-7,-11v-2,-1,-4,-2,-7,-2v-4,0,-8,2,-13,4r-14,6r-8,-13r20,-25v-36,-5,-55,-28,-55,-69r0,-115v0,-31,11,-53,32,-66v10,-6,23,-9,38,-9r5,0v17,1,32,5,46,12r-7,21v-13,-5,-26,-7,-38,-7v-33,0,-50,15,-50,45r0,118v0,22,10,36,28,42v6,2,13,3,21,3v14,0,31,-3,50,-9r5,23v-20,8,-39,12,-58,12r-10,14v3,-2,8,-3,13,-3v8,0,15,2,21,7v6,5,9,13,9,22v0,12,-5,21,-16,27v-8,5,-19,7,-31,7v-10,0,-21,-2,-34,-7","w":163,"k":{"\u0129":-3,"w":7,"-":18,"v":7,":":4}},"\u00c8":{"d":"29,0r0,-252r120,0r0,25r-94,0r0,78r63,0r-8,26r-55,0r0,100r94,0r0,23r-120,0xm80,-264r-23,-29v-2,-3,-3,-6,-3,-9v0,-1,1,-2,1,-3v1,-4,4,-7,8,-9v2,-1,4,-1,6,-1v6,0,9,4,12,10r18,41r-19,0","w":166,"k":{"\u00ee":-3,"\u0129":-6,"w":4,"-":12,"v":4,":":6,";":2,"u":1,"\u016d":1,"\u0169":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0171":1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"y":1,"\u00fd":1,"\u00ff":1}},"\u00c9":{"d":"29,0r0,-252r120,0r0,25r-94,0r0,78r63,0r-8,26r-55,0r0,100r94,0r0,23r-120,0xm86,-263r18,-41v3,-6,7,-10,13,-10v2,0,4,0,6,1v4,2,7,5,8,9r0,3v0,3,-1,5,-3,8r-23,30r-19,0","w":166,"k":{"\u00ee":-3,"\u0129":-6,"w":4,"-":12,"v":4,":":6,";":2,"u":1,"\u016d":1,"\u0169":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0171":1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"y":1,"\u00fd":1,"\u00ff":1}},"\u00ca":{"d":"29,0r0,-252r120,0r0,25r-94,0r0,78r63,0r-8,26r-55,0r0,100r94,0r0,23r-120,0xm125,-264r-35,-35r-36,35r-17,-14r54,-50r51,50","w":166,"k":{"\u00ee":-3,"\u0129":-6,"w":4,"-":12,"v":4,":":6,";":2,"u":1,"\u016d":1,"\u0169":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0171":1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"y":1,"\u00fd":1,"\u00ff":1}},"\u00cb":{"d":"29,0r0,-252r120,0r0,25r-94,0r0,78r63,0r-8,26r-55,0r0,100r94,0r0,23r-120,0xm61,-263v-9,0,-13,-4,-13,-13v0,-9,4,-13,13,-13v4,0,7,1,10,4v3,3,4,5,4,9v0,9,-5,13,-14,13xm102,-276v0,-9,4,-13,13,-13v9,0,13,4,13,13v0,9,-4,13,-13,13v-9,0,-13,-4,-13,-13","w":166,"k":{"\u00ee":-3,"\u0129":-6,"w":4,"-":12,"v":4,":":6,";":2,"u":1,"\u016d":1,"\u0169":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0171":1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"y":1,"\u00fd":1,"\u00ff":1}},"\u00cc":{"d":"36,0r0,-228r-23,0r0,-24r49,0r0,252r-26,0xm40,-264r-23,-29v-2,-3,-3,-6,-3,-9r0,-3v1,-4,4,-7,8,-9v2,-1,4,-1,6,-1v6,0,10,4,13,10r18,41r-19,0","k":{"-":4,"'":2,"\"":2,".":3,"\u2026":3,":":2,",":3,";":2}},"\u00cd":{"d":"36,0r0,-228r-23,0r0,-24r49,0r0,252r-26,0xm41,-263r18,-41v3,-6,7,-10,13,-10v2,0,3,0,5,1v4,2,7,5,8,9v0,1,1,2,1,3v0,3,-1,5,-3,8r-23,30r-19,0","k":{"-":4,"'":2,"\"":2,".":3,"\u2026":3,":":2,",":3,";":2}},"\u00ce":{"d":"36,0r0,-228r-23,0r0,-24r49,0r0,252r-26,0xm81,-264r-34,-35r-37,35r-16,-14r53,-50r51,50","k":{"-":4,"'":2,"\"":2,".":3,"\u2026":3,":":2,",":3,";":2}},"\u00cf":{"d":"36,0r0,-228r-23,0r0,-24r49,0r0,252r-26,0xm18,-262v-9,0,-13,-4,-13,-13v0,-9,4,-14,13,-14v4,0,6,1,9,4v3,3,4,6,4,10v0,9,-4,13,-13,13xm59,-276v0,-9,4,-13,13,-13v9,0,13,4,13,13v0,9,-4,14,-13,14v-9,0,-13,-5,-13,-14","k":{"-":4,"'":2,"\"":2,".":3,"\u2026":3,":":2,",":3,";":2}},"\u00d0":{"d":"34,0r0,-165r-18,0r0,-25r18,0r0,-62r68,0v23,0,42,5,56,17v13,11,22,26,25,45r23,0r0,25r-21,0r0,93v0,48,-25,72,-76,72r-75,0xm159,-165r-99,0r0,142r43,0v37,0,56,-15,56,-45r0,-97xm60,-228r0,38r97,0v-6,-25,-23,-38,-52,-38r-45,0","w":217,"k":{"\u00ee":-6,"\u012b":-3,"\u0129":-14,"\u0135":-3,"T":1,"\u0166":1,"\u0164":1,"\u0162":1,"-":3,".":5,"\u2026":5,",":5}},"\u00d1":{"d":"180,0r-125,-202r0,202r-26,0r0,-252r26,0r125,201r0,-201r26,0r0,252r-26,0xm180,-281v-10,12,-20,18,-30,19r-2,0v-6,0,-15,-3,-25,-7v-12,-5,-22,-8,-27,-8r-2,0v-9,0,-18,4,-26,13r-10,-17v10,-12,20,-18,31,-19r3,0v6,0,15,3,25,7v12,5,21,8,26,8r2,0v9,0,17,-5,24,-13","w":235,"k":{"-":4,"'":2,"\"":2,".":3,"\u2026":3,":":2,",":3,";":2}},"\u00d2":{"d":"174,-67v0,24,-8,43,-24,55v-13,10,-30,16,-51,16v-21,0,-37,-6,-51,-16v-16,-12,-25,-31,-25,-55r0,-116v0,-25,7,-43,21,-56v13,-12,31,-19,55,-19v24,0,43,7,56,21v13,13,19,31,19,55r0,115xm148,-181v0,-34,-16,-50,-49,-50v-33,0,-50,16,-50,50r0,112v0,15,5,28,14,36v9,8,21,11,36,11v15,0,26,-3,35,-11v10,-8,14,-20,14,-36r0,-112xm87,-264r-23,-29v-2,-3,-2,-6,-2,-9r0,-3v1,-4,4,-7,8,-9v2,-1,4,-1,6,-1v6,0,9,4,12,10r18,41r-19,0","w":197,"k":{"\u0129":-7,"-":3,".":5,"\u2026":5,",":5}},"\u00d3":{"d":"174,-67v0,24,-8,43,-24,55v-13,10,-30,16,-51,16v-21,0,-37,-6,-51,-16v-16,-12,-25,-31,-25,-55r0,-116v0,-25,7,-43,21,-56v13,-12,31,-19,55,-19v24,0,43,7,56,21v13,13,19,31,19,55r0,115xm148,-181v0,-34,-16,-50,-49,-50v-33,0,-50,16,-50,50r0,112v0,15,5,28,14,36v9,8,21,11,36,11v15,0,26,-3,35,-11v10,-8,14,-20,14,-36r0,-112xm93,-263r18,-41v3,-6,6,-10,12,-10v2,0,4,0,6,1v4,2,7,5,8,9v0,1,1,2,1,3v0,3,-1,5,-3,8r-23,30r-19,0","w":197,"k":{"\u0129":-7,"-":3,".":5,"\u2026":5,",":5}},"\u00d4":{"d":"174,-67v0,24,-8,43,-24,55v-13,10,-30,16,-51,16v-21,0,-37,-6,-51,-16v-16,-12,-25,-31,-25,-55r0,-116v0,-25,7,-43,21,-56v13,-12,31,-19,55,-19v24,0,43,7,56,21v13,13,19,31,19,55r0,115xm148,-181v0,-34,-16,-50,-49,-50v-33,0,-50,16,-50,50r0,112v0,15,5,28,14,36v9,8,21,11,36,11v15,0,26,-3,35,-11v10,-8,14,-20,14,-36r0,-112xm135,-264r-35,-35r-36,35r-16,-14r53,-50r51,50","w":197,"k":{"\u0129":-7,"-":3,".":5,"\u2026":5,",":5}},"\u00d5":{"d":"174,-67v0,24,-8,43,-24,55v-13,10,-30,16,-51,16v-21,0,-37,-6,-51,-16v-16,-12,-25,-31,-25,-55r0,-116v0,-25,7,-43,21,-56v13,-12,31,-19,55,-19v24,0,43,7,56,21v13,13,19,31,19,55r0,115xm148,-181v0,-34,-16,-50,-49,-50v-33,0,-50,16,-50,50r0,112v0,15,5,28,14,36v9,8,21,11,36,11v15,0,26,-3,35,-11v10,-8,14,-20,14,-36r0,-112xm162,-281v-10,12,-20,18,-30,19r-2,0v-6,0,-15,-3,-25,-7v-12,-5,-21,-8,-26,-8r-2,0v-9,0,-18,4,-26,13r-11,-17v10,-12,21,-18,32,-19r3,0v6,0,14,2,24,6v12,5,21,8,26,8r2,0v9,0,18,-4,25,-12","w":197,"k":{"\u0129":-7,"-":3,".":5,"\u2026":5,",":5}},"\u00d6":{"d":"174,-67v0,24,-8,43,-24,55v-13,10,-30,16,-51,16v-21,0,-37,-6,-51,-16v-16,-12,-25,-31,-25,-55r0,-116v0,-25,7,-43,21,-56v13,-12,31,-19,55,-19v24,0,43,7,56,21v13,13,19,31,19,55r0,115xm148,-181v0,-34,-16,-50,-49,-50v-33,0,-50,16,-50,50r0,112v0,15,5,28,14,36v9,8,21,11,36,11v15,0,26,-3,35,-11v10,-8,14,-20,14,-36r0,-112xm71,-263v-9,0,-13,-4,-13,-13v0,-9,4,-13,13,-13v4,0,6,1,9,4v3,3,4,5,4,9v0,9,-4,13,-13,13xm112,-276v0,-9,4,-13,13,-13v9,0,13,4,13,13v0,9,-4,13,-13,13v-9,0,-13,-4,-13,-13","w":197,"k":{"\u0129":-7,"-":3,".":5,"\u2026":5,",":5}},"\u00d8":{"d":"30,41r18,-53v-16,-12,-23,-31,-23,-55r0,-116v0,-25,7,-43,21,-56v13,-12,31,-19,55,-19v11,0,22,2,31,5r15,-41r27,0r-19,55v14,13,21,33,21,57r0,115v0,24,-8,43,-24,55v-13,10,-30,16,-51,16v-10,0,-19,-1,-29,-4r-14,41r-28,0xm123,-228v-7,-3,-15,-3,-23,-3v-33,0,-49,16,-49,50r0,112v0,12,2,21,7,28xm150,-181v0,-11,-2,-20,-6,-28r-64,185v6,2,13,2,20,2v15,0,27,-3,36,-11v10,-8,14,-20,14,-36r0,-112","w":199,"k":{"\u0129":-6,"-":3,".":5,"\u2026":5,",":5}},"\u00d9":{"d":"153,-252r26,0r0,185v0,24,-8,43,-24,55v-13,10,-30,15,-51,15v-21,0,-39,-5,-52,-15v-16,-12,-24,-31,-24,-55r0,-185r26,0r0,182v0,15,4,26,13,35v9,9,21,13,36,13v15,0,28,-4,37,-13v9,-9,13,-20,13,-35r0,-182xm94,-264r-23,-29v-2,-3,-3,-6,-3,-9v0,-1,1,-2,1,-3v1,-4,4,-7,8,-9v2,-1,4,-1,6,-1v6,0,9,4,12,10r18,41r-19,0","w":207,"k":{"-":4,"'":2,"\"":2,".":7,"\u2026":7,":":2,",":7,";":3,"\u00c6":1}},"\u00da":{"d":"153,-252r26,0r0,185v0,24,-8,43,-24,55v-13,10,-30,15,-51,15v-21,0,-39,-5,-52,-15v-16,-12,-24,-31,-24,-55r0,-185r26,0r0,182v0,15,4,26,13,35v9,9,21,13,36,13v15,0,28,-4,37,-13v9,-9,13,-20,13,-35r0,-182xm94,-263r18,-42v3,-6,7,-9,13,-9v2,0,3,0,5,1v4,2,7,4,8,8v0,1,1,3,1,4v0,3,-1,5,-3,8r-23,30r-19,0","w":207,"k":{"-":4,"'":2,"\"":2,".":7,"\u2026":7,":":2,",":7,";":3,"\u00c6":1}},"\u00db":{"d":"153,-252r26,0r0,185v0,24,-8,43,-24,55v-13,10,-30,15,-51,15v-21,0,-39,-5,-52,-15v-16,-12,-24,-31,-24,-55r0,-185r26,0r0,182v0,15,4,26,13,35v9,9,21,13,36,13v15,0,28,-4,37,-13v9,-9,13,-20,13,-35r0,-182xm139,-264r-35,-35r-36,35r-17,-14r54,-50r51,50","w":207,"k":{"-":4,"'":2,"\"":2,".":7,"\u2026":7,":":2,",":7,";":3,"\u00c6":1}},"\u00dc":{"d":"153,-252r26,0r0,185v0,24,-8,43,-24,55v-13,10,-30,15,-51,15v-21,0,-39,-5,-52,-15v-16,-12,-24,-31,-24,-55r0,-185r26,0r0,182v0,15,4,26,13,35v9,9,21,13,36,13v15,0,28,-4,37,-13v9,-9,13,-20,13,-35r0,-182xm76,-263v-9,0,-13,-4,-13,-13v0,-9,4,-13,13,-13v4,0,6,1,9,4v3,3,4,5,4,9v0,9,-4,13,-13,13xm117,-276v0,-9,4,-13,13,-13v9,0,13,4,13,13v0,9,-4,13,-13,13v-9,0,-13,-4,-13,-13","w":207,"k":{"-":4,"'":2,"\"":2,".":7,"\u2026":7,":":2,",":7,";":3,"\u00c6":1}},"\u00dd":{"d":"126,-14v16,-5,23,-19,23,-42r0,-42v-12,10,-29,15,-51,15v-25,0,-45,-6,-59,-19v-15,-13,-23,-33,-23,-57r0,-93r26,0r0,95v0,16,5,28,16,36v10,8,23,13,40,13v29,0,46,-10,51,-30r0,-114r27,0r0,196v0,36,-15,56,-43,60xm87,-263r18,-42v3,-6,7,-9,13,-9v2,0,3,0,5,1v4,2,7,4,8,8v0,1,1,3,1,4v0,3,-1,5,-3,8r-23,30r-19,0","w":203,"k":{"-":4,".":5,"\u2026":5,":":2,",":5,";":2}},"\u00de":{"d":"29,0r0,-252r26,0r0,84v11,-10,24,-15,41,-15v22,0,40,7,52,20v11,12,17,29,17,50v0,23,-7,40,-19,53v-12,12,-28,18,-48,18v-19,0,-34,-7,-43,-20r0,62r-26,0xm126,-77v9,-8,13,-20,13,-37v0,-14,-4,-26,-12,-34v-8,-7,-17,-11,-29,-11v-11,0,-21,3,-29,10v-9,8,-14,19,-14,33v0,17,5,30,13,38v7,8,17,11,30,11v12,0,21,-3,28,-10","w":175,"k":{"\u00c6":3,"X":7,"V":1,",":14,"T":15,"\u0166":15,"\u0164":15,"\u0162":15,"J":1,"\u0134":1,"Z":6,"\u017b":6,"\u0179":6,"\u017d":6,".":14,"\u2026":14}},"\u00df":{"d":"23,0r0,-193v0,-18,4,-33,13,-43v9,-11,23,-16,40,-16v24,0,39,11,46,32v2,7,3,12,3,18v0,12,-5,22,-14,30r-9,0v-2,3,-3,7,-3,11v0,7,3,15,11,23v3,3,10,9,19,17v9,8,15,14,20,19v15,16,23,33,23,50v0,9,-2,17,-6,26v-8,18,-25,29,-49,30r-5,0v-20,0,-37,-6,-51,-17r12,-23v11,10,23,15,38,15v15,0,24,-5,29,-15v3,-6,5,-11,5,-17v0,-11,-6,-22,-18,-34v-3,-4,-11,-11,-23,-22v-10,-9,-16,-15,-20,-21v-8,-10,-12,-20,-12,-30v0,-7,2,-15,6,-23v7,0,12,-1,16,-6v3,-4,4,-9,4,-15r0,-1v0,-6,-1,-11,-5,-15v-4,-5,-10,-8,-16,-8v-18,0,-28,13,-28,37r0,191r-26,0","w":180,"k":{"v":3,"-":3,"w":3}},"\u00e0":{"d":"152,0v-23,2,-42,3,-57,3v-14,0,-26,-1,-34,-3v-32,-7,-48,-27,-48,-61r0,-30v0,-24,8,-40,25,-48v8,-4,18,-6,29,-6v6,0,11,1,17,2v17,3,31,8,42,16v0,-25,-17,-37,-51,-37r2,-19v33,0,55,8,66,25v6,10,9,27,9,51r0,107xm126,-104v-20,-10,-37,-15,-53,-16r-2,0v-21,0,-32,10,-32,31r0,29v0,27,19,41,56,41v9,0,20,-1,31,-3r0,-82xm72,-194r-23,-30v-2,-3,-3,-6,-3,-9v0,-1,1,-2,1,-3v1,-4,4,-6,8,-8v2,-1,4,-2,6,-2v6,0,9,4,12,10r18,42r-19,0","w":172},"\u00e1":{"d":"152,0v-23,2,-42,3,-57,3v-14,0,-26,-1,-34,-3v-32,-7,-48,-27,-48,-61r0,-30v0,-24,8,-40,25,-48v8,-4,18,-6,29,-6v6,0,11,1,17,2v17,3,31,8,42,16v0,-25,-17,-37,-51,-37r2,-19v33,0,55,8,66,25v6,10,9,27,9,51r0,107xm126,-104v-20,-10,-37,-15,-53,-16r-2,0v-21,0,-32,10,-32,31r0,29v0,27,19,41,56,41v9,0,20,-1,31,-3r0,-82xm78,-194r18,-41v3,-6,7,-10,13,-10v2,0,3,0,5,1v4,2,7,5,8,9v0,1,1,2,1,3v0,3,-1,5,-3,8r-23,30r-19,0","w":172},"\u00e2":{"d":"152,0v-23,2,-42,3,-57,3v-14,0,-26,-1,-34,-3v-32,-7,-48,-27,-48,-61r0,-30v0,-24,8,-40,25,-48v8,-4,18,-6,29,-6v6,0,11,1,17,2v17,3,31,8,42,16v0,-25,-17,-37,-51,-37r2,-19v33,0,55,8,66,25v6,10,9,27,9,51r0,107xm126,-104v-20,-10,-37,-15,-53,-16r-2,0v-21,0,-32,10,-32,31r0,29v0,27,19,41,56,41v9,0,20,-1,31,-3r0,-82xm121,-194r-34,-35r-37,35r-16,-14r53,-51r51,51","w":172},"\u00e3":{"d":"152,0v-23,2,-42,3,-57,3v-14,0,-26,-1,-34,-3v-32,-7,-48,-27,-48,-61r0,-30v0,-24,8,-40,25,-48v8,-4,18,-6,29,-6v6,0,11,1,17,2v17,3,31,8,42,16v0,-25,-17,-37,-51,-37r2,-19v33,0,55,8,66,25v6,10,9,27,9,51r0,107xm126,-104v-20,-10,-37,-15,-53,-16r-2,0v-21,0,-32,10,-32,31r0,29v0,27,19,41,56,41v9,0,20,-1,31,-3r0,-82xm144,-213v-10,12,-20,18,-30,19r-2,0v-6,0,-15,-3,-25,-7v-12,-5,-21,-8,-26,-8r-2,0v-9,0,-18,4,-26,13r-11,-17v10,-12,21,-18,32,-19r3,0v6,0,14,2,24,6v12,5,21,8,26,8r2,0v9,0,18,-4,25,-12","w":172},"\u00e4":{"d":"152,0v-23,2,-42,3,-57,3v-14,0,-26,-1,-34,-3v-32,-7,-48,-27,-48,-61r0,-30v0,-24,8,-40,25,-48v8,-4,18,-6,29,-6v6,0,11,1,17,2v17,3,31,8,42,16v0,-25,-17,-37,-51,-37r2,-19v33,0,55,8,66,25v6,10,9,27,9,51r0,107xm126,-104v-20,-10,-37,-15,-53,-16r-2,0v-21,0,-32,10,-32,31r0,29v0,27,19,41,56,41v9,0,20,-1,31,-3r0,-82xm59,-194v-9,0,-13,-4,-13,-13v0,-9,4,-13,13,-13v4,0,7,1,10,4v3,3,4,5,4,9v0,9,-5,13,-14,13xm100,-207v0,-9,4,-13,13,-13v9,0,13,4,13,13v0,9,-4,13,-13,13v-9,0,-13,-4,-13,-13","w":172},"\u00e5":{"d":"152,0v-23,2,-42,3,-57,3v-14,0,-25,-1,-33,-3v-32,-7,-48,-27,-48,-61r0,-30v0,-24,8,-40,25,-48v8,-4,17,-6,28,-6v6,0,12,1,18,2v17,3,30,8,41,16v0,-25,-16,-37,-50,-37v-10,-1,-19,-6,-26,-13v-7,-8,-10,-17,-10,-27v0,-11,3,-20,11,-28v8,-8,18,-12,29,-12v11,0,20,4,28,12v8,8,12,17,12,28v0,9,-3,18,-9,25v18,5,30,14,36,29v3,9,5,23,5,43r0,107xm126,-104v-20,-10,-37,-15,-53,-16r-2,0v-21,0,-31,10,-31,31r0,29v0,27,19,41,56,41v9,0,19,-1,30,-3r0,-82xm94,-190v4,-4,6,-8,6,-14v0,-6,-2,-11,-6,-15v-4,-4,-8,-5,-14,-5v-6,0,-11,1,-15,5v-4,4,-6,9,-6,15v0,6,2,10,6,14v4,4,9,6,15,6v6,0,10,-2,14,-6","w":172},"\u00e6":{"d":"247,-13v-18,11,-38,17,-60,17r-2,0v-12,0,-23,-2,-33,-6r0,2v-23,2,-42,3,-57,3v-14,0,-26,-1,-34,-3v-32,-7,-48,-27,-48,-61r0,-30v0,-24,8,-40,25,-48v8,-4,18,-6,29,-6v6,0,11,1,17,2v17,3,31,8,42,16v0,-25,-17,-37,-51,-37r2,-19v30,0,51,7,62,21v12,-14,30,-22,53,-22v20,0,36,6,47,17v11,11,17,25,17,44r0,49r-104,6r0,21v1,16,10,25,27,27v3,0,5,1,8,1v15,0,32,-5,50,-15xm126,-104v-20,-10,-37,-15,-53,-16r-2,0v-21,0,-32,10,-32,31r0,29v0,27,19,41,56,41v9,0,20,-1,31,-3r0,-82xm229,-125v0,-13,-4,-22,-13,-28v-7,-5,-15,-7,-24,-7v-12,0,-22,4,-29,10v-8,7,-11,16,-11,28r0,29r77,-4r0,-28","w":270},"\u00e7":{"d":"44,50v9,6,18,9,28,9v15,0,22,-5,22,-15v0,-5,-2,-9,-7,-11v-2,-1,-4,-2,-7,-2v-4,0,-8,2,-13,4r-14,6r-8,-13r21,-27r-9,-2v-27,-9,-40,-30,-40,-64r0,-46v0,-34,13,-55,37,-66v10,-4,19,-7,30,-7v15,0,31,4,48,12r-7,20v-13,-5,-26,-7,-37,-7v-7,0,-14,1,-20,3v-17,7,-25,21,-25,43r0,52v0,20,10,33,29,38v6,2,14,2,21,2v10,0,22,-1,34,-4r6,23v-15,4,-30,6,-44,6r-6,0r-11,14v3,-2,8,-3,13,-3v8,0,15,2,21,7v6,5,9,13,9,22v0,12,-5,21,-16,27v-8,5,-19,7,-31,7v-10,0,-21,-2,-34,-7","w":144},"\u00e8":{"d":"139,-13v-18,11,-38,17,-60,17r-3,0v-17,0,-31,-4,-41,-12v-12,-9,-17,-22,-17,-40r0,-74v0,-19,6,-35,18,-46v12,-11,28,-16,48,-16v20,0,36,6,47,17v11,11,17,25,17,44r0,49r-104,6r0,18v0,17,8,27,26,30v3,0,7,1,10,1v15,0,31,-5,49,-15xm121,-125v0,-13,-4,-22,-13,-28v-7,-5,-15,-7,-24,-7v-12,0,-22,4,-29,10v-8,7,-11,16,-11,28r0,29r77,-4r0,-28xm74,-194r-23,-30v-2,-3,-3,-6,-3,-9v0,-1,1,-2,1,-3v1,-4,4,-6,8,-8v2,-1,4,-2,6,-2v6,0,9,4,12,10r18,42r-19,0","w":162},"\u00e9":{"d":"139,-13v-18,11,-38,17,-60,17r-3,0v-17,0,-31,-4,-41,-12v-12,-9,-17,-22,-17,-40r0,-74v0,-19,6,-35,18,-46v12,-11,28,-16,48,-16v20,0,36,6,47,17v11,11,17,25,17,44r0,49r-104,6r0,18v0,17,8,27,26,30v3,0,7,1,10,1v15,0,31,-5,49,-15xm121,-125v0,-13,-4,-22,-13,-28v-7,-5,-15,-7,-24,-7v-12,0,-22,4,-29,10v-8,7,-11,16,-11,28r0,29r77,-4r0,-28xm76,-194r18,-41v3,-6,7,-10,13,-10v2,0,4,0,6,1v4,2,7,5,8,9r0,3v0,3,-1,5,-3,8r-23,30r-19,0","w":162},"\u00ea":{"d":"139,-13v-18,11,-38,17,-60,17r-3,0v-17,0,-31,-4,-41,-12v-12,-9,-17,-22,-17,-40r0,-74v0,-19,6,-35,18,-46v12,-11,28,-16,48,-16v20,0,36,6,47,17v11,11,17,25,17,44r0,49r-104,6r0,18v0,17,8,27,26,30v3,0,7,1,10,1v15,0,31,-5,49,-15xm121,-125v0,-13,-4,-22,-13,-28v-7,-5,-15,-7,-24,-7v-12,0,-22,4,-29,10v-8,7,-11,16,-11,28r0,29r77,-4r0,-28xm124,-194r-35,-35r-36,35r-17,-14r54,-51r51,51","w":162},"\u00eb":{"d":"139,-13v-18,11,-38,17,-60,17r-3,0v-17,0,-31,-4,-41,-12v-12,-9,-17,-22,-17,-40r0,-74v0,-19,6,-35,18,-46v12,-11,28,-16,48,-16v20,0,36,6,47,17v11,11,17,25,17,44r0,49r-104,6r0,18v0,17,8,27,26,30v3,0,7,1,10,1v15,0,31,-5,49,-15xm121,-125v0,-13,-4,-22,-13,-28v-7,-5,-15,-7,-24,-7v-12,0,-22,4,-29,10v-8,7,-11,16,-11,28r0,29r77,-4r0,-28xm56,-194v-9,0,-13,-4,-13,-13v0,-9,4,-13,13,-13v4,0,7,1,10,4v3,3,3,5,3,9v0,9,-4,13,-13,13xm97,-207v0,-9,4,-13,13,-13v9,0,13,4,13,13v0,9,-4,13,-13,13v-9,0,-13,-4,-13,-13","w":162},"\u00ec":{"d":"25,-194r-23,-30v-2,-2,-3,-5,-3,-8v0,-1,1,-3,1,-4v1,-4,4,-6,8,-8v2,-1,4,-2,6,-2v6,0,9,4,12,10r18,42r-19,0xm24,0r0,-180r26,0r0,180r-26,0","w":72},"\u00ed":{"d":"27,-194r18,-41v3,-6,7,-10,13,-10v2,0,4,0,6,1v4,2,7,5,8,9r0,3v0,3,-1,5,-3,8r-23,30r-19,0xm23,0r0,-180r26,0r0,180r-26,0","w":72,"k":{"?":-3}},"\u00ee":{"d":"71,-194r-35,-35r-36,35r-17,-14r53,-51r51,51xm23,0r0,-180r26,0r0,180r-26,0","w":72,"k":{"!":-3,"\"":-12,"\u201d":-18,"'":-11,"?":-13,"\u2019":-18}},"\u00ef":{"d":"9,-194v-9,0,-13,-4,-13,-13v0,-9,4,-13,13,-13v4,0,6,1,9,4v3,3,4,5,4,9v0,9,-4,13,-13,13xm50,-207v0,-9,4,-13,13,-13v9,0,13,4,13,13v0,9,-4,13,-13,13v-9,0,-13,-4,-13,-13xm23,0r0,-180r26,0r0,180r-26,0","w":72,"k":{"\u201d":-8,"?":-9,"\u2019":-8}},"\u00f0":{"w":88},"\u00f1":{"d":"130,0r0,-121v0,-21,-10,-33,-29,-37v-5,-1,-9,-1,-14,-1v-12,0,-25,3,-38,10r0,149r-26,0r0,-180r25,0r0,9v9,-7,22,-11,37,-12v2,0,5,-1,7,-1v12,0,23,2,33,7v20,9,31,27,31,52r0,125r-26,0xm150,-213v-10,12,-20,17,-30,18r-2,0v-6,0,-15,-2,-25,-6v-12,-5,-21,-9,-26,-9r-3,0v-9,0,-17,4,-25,13r-11,-16v10,-12,20,-18,31,-19r3,0v6,0,15,2,25,6v12,5,21,8,26,8r2,0v9,0,17,-4,24,-12","w":177},"\u00f2":{"d":"151,-66v0,20,-6,36,-16,48v-12,14,-29,22,-51,22v-22,0,-39,-8,-51,-22v-11,-12,-16,-28,-16,-48r0,-48v0,-23,5,-40,17,-52v12,-12,28,-18,50,-18v21,0,37,6,49,19v12,12,18,29,18,51r0,48xm125,-114v0,-30,-14,-45,-41,-45v-28,0,-42,15,-42,45r0,51v0,13,4,23,12,31v7,7,17,11,30,11v13,0,23,-3,30,-11v7,-7,11,-18,11,-31r0,-51xm72,-194r-23,-30v-2,-3,-3,-6,-3,-9v0,-1,1,-2,1,-3v1,-4,4,-6,8,-8v2,-1,4,-2,6,-2v6,0,9,4,12,10r18,42r-19,0","w":167},"\u00f3":{"d":"151,-66v0,20,-6,36,-16,48v-12,14,-29,22,-51,22v-22,0,-39,-8,-51,-22v-11,-12,-16,-28,-16,-48r0,-48v0,-23,5,-40,17,-52v12,-12,28,-18,50,-18v21,0,37,6,49,19v12,12,18,29,18,51r0,48xm125,-114v0,-30,-14,-45,-41,-45v-28,0,-42,15,-42,45r0,51v0,13,4,23,12,31v7,7,17,11,30,11v13,0,23,-3,30,-11v7,-7,11,-18,11,-31r0,-51xm75,-194r17,-41v3,-6,7,-10,13,-10v2,0,4,0,6,1v4,2,7,5,8,9r0,3v0,3,-1,5,-3,8r-22,30r-19,0","w":167},"\u00f4":{"d":"151,-66v0,20,-6,36,-16,48v-12,14,-29,22,-51,22v-22,0,-39,-8,-51,-22v-11,-12,-16,-28,-16,-48r0,-48v0,-23,5,-40,17,-52v12,-12,28,-18,50,-18v21,0,37,6,49,19v12,12,18,29,18,51r0,48xm125,-114v0,-30,-14,-45,-41,-45v-28,0,-42,15,-42,45r0,51v0,13,4,23,12,31v7,7,17,11,30,11v13,0,23,-3,30,-11v7,-7,11,-18,11,-31r0,-51xm121,-194r-35,-35r-36,35r-17,-14r53,-51r52,51","w":167},"\u00f5":{"d":"151,-66v0,20,-6,36,-16,48v-12,14,-29,22,-51,22v-22,0,-39,-8,-51,-22v-11,-12,-16,-28,-16,-48r0,-48v0,-23,5,-40,17,-52v12,-12,28,-18,50,-18v21,0,37,6,49,19v12,12,18,29,18,51r0,48xm125,-114v0,-30,-14,-45,-41,-45v-28,0,-42,15,-42,45r0,51v0,13,4,23,12,31v7,7,17,11,30,11v13,0,23,-3,30,-11v7,-7,11,-18,11,-31r0,-51xm147,-211v-10,12,-20,18,-30,19r-2,0v-6,0,-15,-2,-25,-6v-12,-5,-22,-9,-27,-9r-2,0v-9,0,-18,4,-26,13r-10,-17v10,-12,20,-17,31,-18r3,0v6,0,15,2,25,6v12,5,20,8,25,8r3,0v9,0,17,-5,24,-13","w":167},"\u00f6":{"d":"151,-66v0,20,-6,36,-16,48v-12,14,-29,22,-51,22v-22,0,-39,-8,-51,-22v-11,-12,-16,-28,-16,-48r0,-48v0,-23,5,-40,17,-52v12,-12,28,-18,50,-18v21,0,37,6,49,19v12,12,18,29,18,51r0,48xm125,-114v0,-30,-14,-45,-41,-45v-28,0,-42,15,-42,45r0,51v0,13,4,23,12,31v7,7,17,11,30,11v13,0,23,-3,30,-11v7,-7,11,-18,11,-31r0,-51xm59,-194v-9,0,-13,-4,-13,-13v0,-9,4,-13,13,-13v4,0,6,1,9,4v3,3,4,5,4,9v0,9,-4,13,-13,13xm99,-207v0,-9,4,-13,13,-13v9,0,14,4,14,13v0,9,-5,13,-14,13v-9,0,-13,-4,-13,-13","w":167},"\u00f8":{"d":"23,24r16,-37v-14,-13,-21,-30,-21,-53r0,-48v0,-23,5,-40,17,-52v12,-12,28,-18,50,-18v9,0,18,1,26,4r13,-32r26,0r-19,44v14,13,21,30,21,54r0,48v0,20,-6,36,-16,48v-12,14,-29,22,-51,22v-10,0,-18,-1,-26,-4r-11,24r-25,0xm126,-114v0,-11,-2,-20,-6,-28r-52,119v5,2,11,2,17,2v13,0,23,-3,30,-11v7,-7,11,-18,11,-31r0,-51xm100,-157v-5,-1,-9,-2,-15,-2v-28,0,-41,15,-41,45r0,51v0,9,2,17,6,24","w":169},"\u00f9":{"d":"131,0r0,-13v-10,12,-24,17,-42,17v-45,0,-68,-22,-68,-66r0,-118r26,0r0,118v0,28,14,41,42,41v27,0,41,-13,41,-41r0,-118r26,0r0,180r-25,0xm79,-194r-22,-30v-2,-3,-3,-6,-3,-9r0,-3v1,-4,4,-6,8,-8v2,-1,4,-2,6,-2v6,0,9,4,12,10r18,42r-19,0","w":178},"\u00fa":{"d":"131,0r0,-13v-10,12,-24,17,-42,17v-45,0,-68,-22,-68,-66r0,-118r26,0r0,118v0,28,14,41,42,41v27,0,41,-13,41,-41r0,-118r26,0r0,180r-25,0xm79,-194r18,-41v3,-6,7,-10,13,-10v2,0,4,0,6,1v4,2,6,5,7,9v0,1,1,2,1,3v0,3,-1,5,-3,8r-23,30r-19,0","w":178},"\u00fb":{"d":"131,0r0,-13v-10,12,-24,17,-42,17v-45,0,-68,-22,-68,-66r0,-118r26,0r0,118v0,28,14,41,42,41v27,0,41,-13,41,-41r0,-118r26,0r0,180r-25,0xm124,-194r-34,-35r-37,35r-16,-14r53,-51r51,51","w":178},"\u00fc":{"d":"131,0r0,-13v-10,12,-24,17,-42,17v-45,0,-68,-22,-68,-66r0,-118r26,0r0,118v0,28,14,41,42,41v27,0,41,-13,41,-41r0,-118r26,0r0,180r-25,0xm62,-194v-9,0,-13,-4,-13,-13v0,-9,4,-13,13,-13v4,0,6,1,9,4v3,3,4,5,4,9v0,9,-4,13,-13,13xm102,-207v0,-9,4,-13,13,-13v9,0,14,4,14,13v0,9,-5,13,-14,13v-9,0,-13,-4,-13,-13","w":178},"\u00fd":{"d":"106,55v16,-5,24,-15,24,-33r0,-35v-8,11,-23,17,-44,17v-44,0,-65,-22,-65,-67r0,-117r25,0r0,116v0,29,13,43,40,43v29,0,44,-14,44,-43r0,-67v0,-30,10,-48,32,-53r9,20v-10,3,-15,11,-15,25r0,161v0,29,-15,48,-42,54xm77,-194r18,-41v3,-6,7,-10,13,-10v2,0,4,0,6,1v4,2,7,5,8,9r0,3v0,3,-1,5,-3,8r-23,30r-19,0","w":182},"\u00fe":{"d":"23,0r0,-212r26,0r0,44v11,-10,24,-15,41,-15v22,0,40,7,52,20v11,12,17,29,17,50v0,23,-7,40,-19,53v-12,12,-28,18,-48,18v-19,0,-34,-7,-43,-20r0,62r-26,0xm62,-78v7,8,17,11,30,11v12,0,21,-3,28,-10v9,-8,13,-20,13,-37v0,-14,-4,-26,-12,-34v-8,-7,-17,-11,-29,-11v-11,0,-21,3,-29,10v-9,8,-14,19,-14,33v0,17,5,30,13,38","w":169,"k":{"x":1,",":8,".":8,"\u2026":8}},"\u00ff":{"d":"106,55v16,-5,24,-15,24,-33r0,-35v-8,11,-23,17,-44,17v-44,0,-65,-22,-65,-67r0,-117r25,0r0,116v0,29,13,43,40,43v29,0,44,-14,44,-43r0,-67v0,-30,10,-48,32,-53r9,20v-10,3,-15,11,-15,25r0,161v0,29,-15,48,-42,54xm104,-207v0,-9,4,-13,13,-13v9,0,13,4,13,13v0,9,-4,13,-13,13v-9,0,-13,-4,-13,-13xm63,-194v-9,0,-13,-4,-13,-13v0,-9,4,-13,13,-13v4,0,6,1,9,4v3,3,4,5,4,9v0,9,-4,13,-13,13","w":182},"\u0153":{"d":"252,-13v-18,11,-38,17,-60,17r-3,0v-25,0,-43,-7,-54,-23v-12,15,-28,23,-51,23v-22,0,-39,-8,-51,-22v-11,-12,-16,-28,-16,-48r0,-48v0,-23,5,-40,17,-52v12,-12,28,-18,50,-18v24,0,42,8,54,26v13,-17,32,-26,57,-26v19,0,36,6,47,17v11,11,16,27,16,46r0,48r-107,6r0,16v0,18,10,28,30,31v4,0,7,1,11,1v16,0,32,-5,50,-14xm125,-114v0,-31,-14,-46,-41,-46v-28,0,-42,15,-42,46r0,51v0,14,5,25,13,33v7,7,17,11,29,11v12,0,22,-4,29,-11v8,-8,12,-19,12,-33r0,-51xm232,-122v0,-14,-4,-24,-13,-31v-7,-5,-15,-8,-25,-8v-28,0,-43,15,-43,43r0,26r81,-4r0,-26","w":273},"\u017e":{"d":"13,0r0,-24r92,-132r-89,0r0,-24r123,0r0,23r-93,133r99,0r0,24r-132,0xm89,-212r-53,-51r17,-14r36,35r34,-35r17,14","w":156},"\u0160":{"d":"42,-66v1,12,7,22,17,31v11,9,25,14,41,14v17,0,30,-4,41,-11v11,-8,17,-20,17,-35v0,-16,-7,-28,-21,-38v-8,-5,-24,-12,-47,-21v-22,-8,-38,-16,-47,-23v-14,-11,-21,-27,-21,-45v0,-17,6,-30,19,-42v15,-13,36,-20,62,-20v20,0,37,4,52,11r-8,25v-15,-6,-30,-10,-44,-10v-17,0,-30,3,-40,10v-10,7,-14,15,-14,27r0,1v0,12,8,22,22,30v5,2,20,9,47,19v21,8,37,17,47,26v14,12,21,29,21,48v0,22,-7,39,-20,52v-15,14,-37,21,-66,21v-26,0,-47,-7,-63,-22v-14,-13,-22,-28,-22,-46xm111,-282r-54,-51r17,-14r36,35r35,-35r17,14","w":196,"k":{"T":3,"\u0166":3,"\u0164":3,"\u0162":3,"Y":1,"\u00dd":1,"\u0178":1,"-":6,"V":1,"'":3,"\"":3,".":2,"\u2026":2,",":2}},"\u0152":{"d":"148,0r0,-10v-13,9,-29,14,-49,14v-21,0,-37,-6,-51,-16v-16,-12,-25,-31,-25,-55r0,-116v0,-25,7,-43,21,-56v13,-12,31,-19,55,-19v19,0,36,5,49,15r0,-9r120,0r0,25r-94,0r0,78r63,0r-8,26r-55,0r0,100r93,0r0,23r-119,0xm148,-188v-3,-29,-19,-43,-49,-43v-33,0,-50,16,-50,50r0,112v0,15,5,28,14,36v9,8,21,11,36,11v30,0,46,-13,49,-40r0,-126","w":285,"k":{"\u00ee":-3,"\u0129":-6,"w":4,"-":12,"v":4,":":6,";":2,"u":1,"\u016d":1,"\u0169":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0171":1,"\u00f9":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"y":1,"\u00fd":1,"\u00ff":1}},"\u017d":{"d":"14,0r0,-23r140,-204r-136,0r0,-25r169,0r0,24r-141,204r143,0r0,24r-175,0xm111,-282r-53,-51r17,-14r36,35r34,-35r17,14","w":204,"k":{"\u00ee":-4,"\u0129":-7,"w":3,"-":14,"v":3,":":6}},"\u0161":{"d":"38,-47v1,9,6,16,14,21v8,5,17,7,28,7v10,0,18,-2,25,-6v8,-5,12,-13,12,-22v0,-10,-5,-18,-15,-24v-5,-3,-16,-7,-33,-13v-16,-5,-26,-10,-33,-15v-11,-8,-18,-19,-19,-32r0,-5v0,-11,4,-22,12,-31v11,-12,28,-18,50,-18v17,0,30,4,40,11r-8,22v-8,-6,-18,-9,-32,-9v-11,0,-21,3,-27,8v-6,4,-8,10,-8,17r0,4v1,8,6,14,17,19v1,0,12,4,34,12v32,12,49,30,49,54v0,15,-5,28,-15,37v-12,11,-28,15,-49,15v-20,0,-37,-5,-49,-15v-11,-9,-18,-22,-18,-36xm80,-212r-54,-51r17,-14r36,35r35,-35r17,14","w":152,"k":{"w":1,"-":4,"v":1}},"\u0178":{"d":"126,-14v16,-5,23,-19,23,-42r0,-42v-12,10,-29,15,-51,15v-25,0,-45,-6,-59,-19v-15,-13,-23,-33,-23,-57r0,-93r26,0r0,95v0,16,5,28,16,36v10,8,23,13,40,13v29,0,46,-10,51,-30r0,-114r27,0r0,196v0,36,-15,56,-43,60xm69,-263v-9,0,-13,-4,-13,-13v0,-9,4,-13,13,-13v4,0,6,1,9,4v3,3,4,5,4,9v0,9,-4,13,-13,13xm109,-276v0,-9,4,-13,13,-13v9,0,14,4,14,13v0,9,-5,13,-14,13v-9,0,-13,-4,-13,-13","w":203,"k":{"-":4,".":5,"\u2026":5,":":2,",":5,";":2}},"\"":{"d":"24,-184r-5,-67v0,-9,5,-14,14,-14v9,0,13,5,13,14r-5,67r-17,0xm76,-184r-5,-67v0,-9,5,-14,14,-14v9,0,13,5,13,14r-5,67r-17,0","w":117,"k":{"\u00ee":-13,"\u0129":-18,"\u0135":-9,"D":2,"\u0110":2,"\u010e":2,"\u00d0":2,"E":2,"\u0112":2,"\u0116":2,"\u0118":2,"\u011a":2,"\u00c8":2,"\u00c9":2,"\u00ca":2,"\u00cb":2,"H":2,"\u0124":2,"\u0126":2,"K":2,"\u0136":2,"L":2,"\u0141":2,"\u013b":2,"\u013d":2,"\u0139":2,"N":2,"\u014a":2,"\u0145":2,"\u0143":2,"\u0147":2,"\u00d1":2,"R":2,"\u0156":2,"\u0154":2,"\u0158":2,"U":2,"\u016c":2,"\u016a":2,"\u0168":2,"\u0172":2,"\u016e":2,"\u0170":2,"\u00d9":2,"\u00da":2,"\u00db":2,"\u00dc":2,"A":5,"\u0104":5,"\u0100":5,"\u0102":5,"\u00c0":5,"\u00c1":5,"\u00c2":5,"\u00c3":5,"\u00c4":5,"\u00c5":5,"\u00c6":7,"B":2,"F":2,"M":2,"P":2,"\u00de":2}},"!":{"d":"36,-43r-5,-196v0,-11,5,-17,15,-17v10,0,14,6,14,17r-4,196r-20,0xm55,-4v-3,3,-6,4,-10,4v-4,0,-6,-1,-9,-4v-3,-3,-4,-6,-4,-10v0,-4,1,-6,4,-9v3,-3,5,-4,9,-4v4,0,7,1,10,4v3,3,4,5,4,9v0,4,-1,7,-4,10"},"\u0131":{"d":"23,0r0,-180r26,0r0,180r-26,0","w":72}}});;jQuery(function(){Cufon.replace('h1, h2, h3, h4, h5, h6, .navigation a, .featured blockquote');try{document.execCommand("BackgroundImageCache",false,true);}catch(e){};if($(location).attr('hash').match('#'))
{var targetOffset=$('a[name='+$(location).attr('hash').slice(1)+']').offset().top;$('html,body').scrollTop(0);$('html,body').animate({scrollTop:targetOffset},'slow');}
$('.form_sent a').css({backgroundPosition:'0px 0px'}).click(function(e){e.preventDefault();$(this).parents('.form_sent').slideUp();}).hover(function(){$(this).stop().animate({backgroundPosition:'0px -120px'},{duration:500});},function(){$(this).stop().animate({backgroundPosition:'0px 0px'},{duration:500});});$('.button').hover(function(){$(this).addClass('active').siblings().removeClass('active');},function(){$(this).removeClass('active');});$('#pf_show').quicksand($('#pf_all li'),{duration:300,attribute:'title',easing:'easeInOutQuad'});$('#filter_php').click(function(e){e.preventDefault();$('#pf_show').quicksand($('#pf_php li'),{duration:300,attribute:'title',easing:'easeInOutQuad'});$(this).addClass('selected').siblings().removeClass('selected');});$('#filter_flash').click(function(e){e.preventDefault();$('#pf_show').quicksand($('#pf_flash li'),{duration:300,attribute:'title',easing:'easeInOutQuad'});$(this).addClass('selected').siblings().removeClass('selected');});$('#filter_all').click(function(e){e.preventDefault();$('#pf_show').quicksand($('#pf_all li'),{duration:300,attribute:'title',easing:'easeInOutQuad'});$(this).addClass('selected').siblings().removeClass('selected');});$('#filter_design').click(function(e){e.preventDefault();$('#pf_show').quicksand($('#pf_design li'),{duration:300,attribute:'title',easing:'easeInOutQuad'});$(this).addClass('selected').siblings().removeClass('selected');});});