(function(){var W=this,AB,F=W.jQuery,S=W.$,T=W.jQuery=W.$=function(B,A){return new T.fn.init(B,A)
},M=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,AC=/^.[^:#\[\.,]*$/;
T.fn=T.prototype={init:function(a,B){a=a||document;
if(a.nodeType){this[0]=a;
this.length=1;
this.context=a;
return this
}if(typeof a==="string"){var C=M.exec(a);
if(C&&(C[1]||!B)){if(C[1]){a=T.clean([C[1]],B)
}else{var A=document.getElementById(C[3]);
if(A&&A.id!=C[3]){return T().find(a)
}var D=T(A||[]);
D.context=document;
D.selector=a;
return D
}}else{return T(B).find(a)
}}else{if(T.isFunction(a)){return T(document).ready(a)
}}if(a.selector&&a.context){this.selector=a.selector;
this.context=a.context
}return this.setArray(T.isArray(a)?a:T.makeArray(a))
},selector:"",jquery:"1.3.2",size:function(){return this.length
},get:function(A){return A===AB?Array.prototype.slice.call(this):this[A]
},pushStack:function(C,A,D){var B=T(C);
B.prevObject=this;
B.context=this.context;
if(A==="find"){B.selector=this.selector+(this.selector?" ":"")+D
}else{if(A){B.selector=this.selector+"."+A+"("+D+")"
}}return B
},setArray:function(A){this.length=0;
Array.prototype.push.apply(this,A);
return this
},each:function(A,B){return T.each(this,A,B)
},index:function(A){return T.inArray(A&&A.jquery?A[0]:A,this)
},attr:function(C,A,B){var D=C;
if(typeof C==="string"){if(A===AB){return this[0]&&T[B||"attr"](this[0],C)
}else{D={};
D[C]=A
}}return this.each(function(a){for(C in D){T.attr(B?this.style:this,C,T.prop(this,D[C],B,a,C))
}})
},css:function(B,A){if((B=="width"||B=="height")&&parseFloat(A)<0){A=AB
}return this.attr(B,A,"curCSS")
},text:function(A){if(typeof A!=="object"&&A!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(A))
}var B="";
T.each(A||this,function(){T.each(this.childNodes,function(){if(this.nodeType!=8){B+=this.nodeType!=1?this.nodeValue:T.fn.text([this])
}})
});
return B
},wrapAll:function(B){if(this[0]){var A=T(B,this[0].ownerDocument).clone();
if(this[0].parentNode){A.insertBefore(this[0])
}A.map(function(){var C=this;
while(C.firstChild){C=C.firstChild
}return C
}).append(this)
}return this
},wrapInner:function(A){return this.each(function(){T(this).contents().wrapAll(A)
})
},wrap:function(A){return this.each(function(){T(this).wrapAll(A)
})
},append:function(){return this.domManip(arguments,true,function(A){if(this.nodeType==1){this.appendChild(A)
}})
},prepend:function(){return this.domManip(arguments,true,function(A){if(this.nodeType==1){this.insertBefore(A,this.firstChild)
}})
},before:function(){return this.domManip(arguments,false,function(A){this.parentNode.insertBefore(A,this)
})
},after:function(){return this.domManip(arguments,false,function(A){this.parentNode.insertBefore(A,this.nextSibling)
})
},end:function(){return this.prevObject||T([])
},push:[].push,sort:[].sort,splice:[].splice,find:function(B){if(this.length===1){var A=this.pushStack([],"find",B);
A.length=0;
T.find(B,this[0],A);
return A
}else{return this.pushStack(T.unique(T.map(this,function(C){return T.find(B,C)
})),"find",B)
}},clone:function(B){var D=this.map(function(){if(!T.support.noCloneEvent&&!T.isXMLDoc(this)){var b=this.outerHTML;
if(!b){var a=this.ownerDocument.createElement("div");
a.appendChild(this.cloneNode(true));
b=a.innerHTML
}return T.clean([b.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]
}else{return this.cloneNode(true)
}});
if(B===true){var A=this.find("*").andSelf(),C=0;
D.find("*").andSelf().each(function(){if(this.nodeName!==A[C].nodeName){return 
}var c=T.data(A[C],"events");
for(var a in c){for(var b in c[a]){T.event.add(this,a,c[a][b],c[a][b].data)
}}C++
})
}return D
},filter:function(A){return this.pushStack(T.isFunction(A)&&T.grep(this,function(B,C){return A.call(B,C)
})||T.multiFilter(A,T.grep(this,function(B){return B.nodeType===1
})),"filter",A)
},closest:function(C){var A=T.expr.match.POS.test(C)?T(C):null,B=0;
return this.map(function(){var D=this;
while(D&&D.ownerDocument){if(A?A.index(D)>-1:T(D).is(C)){T.data(D,"closest",B);
return D
}D=D.parentNode;
B++
}})
},not:function(B){if(typeof B==="string"){if(AC.test(B)){return this.pushStack(T.multiFilter(B,this,true),"not",B)
}else{B=T.multiFilter(B,this)
}}var A=B.length&&B[B.length-1]!==AB&&!B.nodeType;
return this.filter(function(){return A?T.inArray(this,B)<0:this!=B
})
},add:function(A){return this.pushStack(T.unique(T.merge(this.get(),typeof A==="string"?T(A):T.makeArray(A))))
},is:function(A){return !!A&&T.multiFilter(A,this).length>0
},hasClass:function(A){return !!A&&this.is("."+A)
},val:function(C){if(C===AB){var e=this[0];
if(e){if(T.nodeName(e,"option")){return(e.attributes.value||{}).specified?e.value:e.text
}if(T.nodeName(e,"select")){var a=e.selectedIndex,B=[],A=e.options,b=e.type=="select-one";
if(a<0){return null
}for(var d=b?a:0,D=b?a+1:A.length;
d<D;
d++){var c=A[d];
if(c.selected){C=T(c).val();
if(b){return C
}B.push(C)
}}return B
}return(e.value||"").replace(/\r/g,"")
}return AB
}if(typeof C==="number"){C+=""
}return this.each(function(){if(this.nodeType!=1){return 
}if(T.isArray(C)&&/radio|checkbox/.test(this.type)){this.checked=(T.inArray(this.value,C)>=0||T.inArray(this.name,C)>=0)
}else{if(T.nodeName(this,"select")){var f=T.makeArray(C);
T("option",this).each(function(){this.selected=(T.inArray(this.value,f)>=0||T.inArray(this.text,f)>=0)
});
if(!f.length){this.selectedIndex=-1
}}else{this.value=C
}}})
},html:function(A){return A===AB?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(A)
},replaceWith:function(A){return this.after(A).remove()
},eq:function(A){return this.slice(A,+A+1)
},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))
},map:function(A){return this.pushStack(T.map(this,function(B,C){return A.call(B,C,B)
}))
},andSelf:function(){return this.add(this.prevObject)
},domManip:function(D,A,B){if(this[0]){var a=(this[0].ownerDocument||this[0]).createDocumentFragment(),d=T.clean(D,(this[0].ownerDocument||this[0]),a),b=a.firstChild;
if(b){for(var c=0,e=this.length;
c<e;
c++){B.call(C(this[c],b),this.length>1||c>0?a.cloneNode(true):a)
}}if(d){T.each(d,E)
}}return this;
function C(g,f){return A&&T.nodeName(g,"table")&&T.nodeName(f,"tr")?(g.getElementsByTagName("tbody")[0]||g.appendChild(g.ownerDocument.createElement("tbody"))):g
}}};
T.fn.init.prototype=T.fn;
function E(B,A){if(A.src){T.ajax({url:A.src,async:false,dataType:"script"})
}else{T.globalEval(A.text||A.textContent||A.innerHTML||"")
}if(A.parentNode){A.parentNode.removeChild(A)
}}function AD(){return +new Date
}T.extend=T.fn.extend=function(){var C=arguments[0]||{},a=1,D=arguments.length,d=false,b;
if(typeof C==="boolean"){d=C;
C=arguments[1]||{};
a=2
}if(typeof C!=="object"&&!T.isFunction(C)){C={}
}if(D==a){C=this;
--a
}for(;
a<D;
a++){if((b=arguments[a])!=null){for(var c in b){var B=C[c],A=b[c];
if(C===A){continue
}if(d&&A&&typeof A==="object"&&!A.nodeType){C[c]=T.extend(d,B||(A.length!=null?[]:{}),A)
}else{if(A!==AB){C[c]=A
}}}}}return C
};
var AG=/z-?index|font-?weight|opacity|zoom|line-?height/i,Q=document.defaultView||{},L=Object.prototype.toString;
T.extend({noConflict:function(A){W.$=S;
if(A){W.jQuery=F
}return T
},isFunction:function(A){return L.call(A)==="[object Function]"
},isArray:function(A){return L.call(A)==="[object Array]"
},isXMLDoc:function(A){return A.nodeType===9&&A.documentElement.nodeName!=="HTML"||!!A.ownerDocument&&T.isXMLDoc(A.ownerDocument)
},globalEval:function(A){if(A&&/\S/.test(A)){var B=document.getElementsByTagName("head")[0]||document.documentElement,C=document.createElement("script");
C.type="text/javascript";
if(T.support.scriptEval){C.appendChild(document.createTextNode(A))
}else{C.text=A
}B.insertBefore(C,B.firstChild);
B.removeChild(C)
}},nodeName:function(A,B){return A.nodeName&&A.nodeName.toUpperCase()==B.toUpperCase()
},each:function(a,A,b){var c,D=0,C=a.length;
if(b){if(C===AB){for(c in a){if(A.apply(a[c],b)===false){break
}}}else{for(;
D<C;
){if(A.apply(a[D++],b)===false){break
}}}}else{if(C===AB){for(c in a){if(A.call(a[c],c,a[c])===false){break
}}}else{for(var B=a[0];
D<C&&A.call(B,D,B)!==false;
B=a[++D]){}}}return a
},prop:function(B,A,C,D,a){if(T.isFunction(A)){A=A.call(B,D)
}return typeof A==="number"&&C=="curCSS"&&!AG.test(a)?A+"px":A
},className:{add:function(B,A){T.each((A||"").split(/\s+/),function(D,C){if(B.nodeType==1&&!T.className.has(B.className,C)){B.className+=(B.className?" ":"")+C
}})
},remove:function(B,A){if(B.nodeType==1){B.className=A!==AB?T.grep(B.className.split(/\s+/),function(C){return !T.className.has(A,C)
}).join(" "):""
}},has:function(A,B){return A&&T.inArray(B,(A.className||A).toString().split(/\s+/))>-1
}},swap:function(B,C,A){var a={};
for(var D in C){a[D]=B.style[D];
B.style[D]=C[D]
}A.call(B);
for(var D in C){B.style[D]=a[D]
}},css:function(a,c,C,d){if(c=="width"||c=="height"){var A,b={position:"absolute",visibility:"hidden",display:"block"},B=c=="width"?["Left","Right"]:["Top","Bottom"];
function D(){A=c=="width"?a.offsetWidth:a.offsetHeight;
if(d==="border"){return 
}T.each(B,function(){if(!d){A-=parseFloat(T.curCSS(a,"padding"+this,true))||0
}if(d==="margin"){A+=parseFloat(T.curCSS(a,"margin"+this,true))||0
}else{A-=parseFloat(T.curCSS(a,"border"+this+"Width",true))||0
}})
}if(a.offsetWidth!==0){D()
}else{T.swap(a,b,D)
}return Math.max(0,Math.round(A))
}return T.curCSS(a,c,C)
},curCSS:function(a,d,c){var B,e=a.style;
if(d=="opacity"&&!T.support.opacity){B=T.attr(e,"opacity");
return B==""?"1":B
}if(d.match(/float/i)){d=H
}if(!c&&e&&e[d]){B=e[d]
}else{if(Q.getComputedStyle){if(d.match(/float/i)){d="float"
}d=d.replace(/([A-Z])/g,"-$1").toLowerCase();
var A=Q.getComputedStyle(a,null);
if(A){B=A.getPropertyValue(d)
}if(d=="opacity"&&B==""){B="1"
}}else{if(a.currentStyle){var D=d.replace(/\-(\w)/g,function(g,f){return f.toUpperCase()
});
B=a.currentStyle[d]||a.currentStyle[D];
if(!/^\d+(px)?$/i.test(B)&&/^\d/.test(B)){var b=e.left,C=a.runtimeStyle.left;
a.runtimeStyle.left=a.currentStyle.left;
e.left=B||0;
B=e.pixelLeft+"px";
e.left=b;
a.runtimeStyle.left=C
}}}}return B
},clean:function(c,B,D){B=B||document;
if(typeof B.createElement==="undefined"){B=B.ownerDocument||B[0]&&B[0].ownerDocument||document
}if(!D&&c.length===1&&typeof c[0]==="string"){var a=/^<(\w+)\s*\/?>$/.exec(c[0]);
if(a){return[B.createElement(a[1])]
}}var b=[],d=[],A=B.createElement("div");
T.each(c,function(h,e){if(typeof e==="number"){e+=""
}if(!e){return 
}if(typeof e==="string"){e=e.replace(/(<(\w+)[^>]*?)\/>/g,function(m,l,n){return n.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?m:l+"></"+n+">"
});
var i=e.replace(/^\s+/,"").substring(0,10).toLowerCase();
var g=!i.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!i.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||i.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!i.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!i.indexOf("<td")||!i.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!i.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!T.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];
A.innerHTML=g[1]+e+g[2];
while(g[0]--){A=A.lastChild
}if(!T.support.tbody){var f=/<tbody/i.test(e),j=!i.indexOf("<table")&&!f?A.firstChild&&A.firstChild.childNodes:g[1]=="<table>"&&!f?A.childNodes:[];
for(var k=j.length-1;
k>=0;
--k){if(T.nodeName(j[k],"tbody")&&!j[k].childNodes.length){j[k].parentNode.removeChild(j[k])
}}}if(!T.support.leadingWhitespace&&/^\s/.test(e)){A.insertBefore(B.createTextNode(e.match(/^\s*/)[0]),A.firstChild)
}e=T.makeArray(A.childNodes)
}if(e.nodeType){b.push(e)
}else{b=T.merge(b,e)
}});
if(D){for(var C=0;
b[C];
C++){if(T.nodeName(b[C],"script")&&(!b[C].type||b[C].type.toLowerCase()==="text/javascript")){d.push(b[C].parentNode?b[C].parentNode.removeChild(b[C]):b[C])
}else{if(b[C].nodeType===1){b.splice.apply(b,[C+1,0].concat(T.makeArray(b[C].getElementsByTagName("script"))))
}D.appendChild(b[C])
}}return d
}return b
},attr:function(C,b,B){if(!C||C.nodeType==3||C.nodeType==8){return AB
}var a=!T.isXMLDoc(C),A=B!==AB;
b=a&&T.props[b]||b;
if(C.tagName){var c=/href|src|style/.test(b);
if(b=="selected"&&C.parentNode){C.parentNode.selectedIndex
}if(b in C&&a&&!c){if(A){if(b=="type"&&T.nodeName(C,"input")&&C.parentNode){throw"type property can't be changed"
}C[b]=B
}if(T.nodeName(C,"form")&&C.getAttributeNode(b)){return C.getAttributeNode(b).nodeValue
}if(b=="tabIndex"){var D=C.getAttributeNode("tabIndex");
return D&&D.specified?D.value:C.nodeName.match(/(button|input|object|select|textarea)/i)?0:C.nodeName.match(/^(a|area)$/i)&&C.href?0:AB
}return C[b]
}if(!T.support.style&&a&&b=="style"){return T.attr(C.style,"cssText",B)
}if(A){C.setAttribute(b,""+B)
}var d=!T.support.hrefNormalized&&a&&c?C.getAttribute(b,2):C.getAttribute(b);
return d===null?AB:d
}if(!T.support.opacity&&b=="opacity"){if(A){C.zoom=1;
C.filter=(C.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(B)+""=="NaN"?"":"alpha(opacity="+B*100+")")
}return C.filter&&C.filter.indexOf("opacity=")>=0?(parseFloat(C.filter.match(/opacity=([^)]*)/)[1])/100)+"":""
}b=b.replace(/-([a-z])/ig,function(f,e){return e.toUpperCase()
});
if(A){C[b]=B
}return C[b]
},trim:function(A){return(A||"").replace(/^\s+|\s+$/g,"")
},makeArray:function(A){var C=[];
if(A!=null){var B=A.length;
if(B==null||typeof A==="string"||T.isFunction(A)||A.setInterval){C[0]=A
}else{while(B){C[--B]=A[B]
}}}return C
},inArray:function(B,A){for(var D=0,C=A.length;
D<C;
D++){if(A[D]===B){return D
}}return -1
},merge:function(B,a){var D=0,C,A=B.length;
if(!T.support.getAll){while((C=a[D++])!=null){if(C.nodeType!=8){B[A++]=C
}}}else{while((C=a[D++])!=null){B[A++]=C
}}return B
},unique:function(A){var b=[],c={};
try{for(var a=0,D=A.length;
a<D;
a++){var B=T.data(A[a]);
if(!c[B]){c[B]=true;
b.push(A[a])
}}}catch(C){b=A
}return b
},grep:function(a,A,b){var D=[];
for(var C=0,B=a.length;
C<B;
C++){if(!b!=!A(a[C],C)){D.push(a[C])
}}return D
},map:function(b,A){var a=[];
for(var D=0,C=b.length;
D<C;
D++){var B=A(b[D],D);
if(B!=null){a[a.length]=B
}}return a.concat.apply([],a)
}});
var O=navigator.userAgent.toLowerCase();
T.browser={version:(O.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(O),opera:/opera/.test(O),msie:/msie/.test(O)&&!/opera/.test(O),mozilla:/mozilla/.test(O)&&!/(compatible|webkit)/.test(O)};
T.each({parent:function(A){return A.parentNode
},parents:function(A){return T.dir(A,"parentNode")
},next:function(A){return T.nth(A,2,"nextSibling")
},prev:function(A){return T.nth(A,2,"previousSibling")
},nextAll:function(A){return T.dir(A,"nextSibling")
},prevAll:function(A){return T.dir(A,"previousSibling")
},siblings:function(A){return T.sibling(A.parentNode.firstChild,A)
},children:function(A){return T.sibling(A.firstChild)
},contents:function(A){return T.nodeName(A,"iframe")?A.contentDocument||A.contentWindow.document:T.makeArray(A.childNodes)
}},function(B,A){T.fn[B]=function(D){var C=T.map(this,A);
if(D&&typeof D=="string"){C=T.multiFilter(D,C)
}return this.pushStack(T.unique(C),B,D)
}
});
T.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(B,A){T.fn[B]=function(d){var a=[],C=T(d);
for(var D=0,c=C.length;
D<c;
D++){var b=(D>0?this.clone(true):this).get();
T.fn[A].apply(T(C[D]),b);
a=a.concat(b)
}return this.pushStack(a,B,d)
}
});
T.each({removeAttr:function(A){T.attr(this,A,"");
if(this.nodeType==1){this.removeAttribute(A)
}},addClass:function(A){T.className.add(this,A)
},removeClass:function(A){T.className.remove(this,A)
},toggleClass:function(A,B){if(typeof B!=="boolean"){B=!T.className.has(this,A)
}T.className[B?"add":"remove"](this,A)
},remove:function(A){if(!A||T.filter(A,[this]).length){T("*",this).add([this]).each(function(){T.event.remove(this);
T.removeData(this)
});
if(this.parentNode){this.parentNode.removeChild(this)
}}},empty:function(){T(this).children().remove();
while(this.firstChild){this.removeChild(this.firstChild)
}}},function(B,A){T.fn[B]=function(){return this.each(A,arguments)
}
});
function Y(B,A){return B[0]&&parseInt(T.curCSS(B[0],A,true),10)||0
}var AA="jQuery"+AD(),I=0,R={};
T.extend({cache:{},data:function(C,D,B){C=C==W?R:C;
var A=C[AA];
if(!A){A=C[AA]=++I
}if(D&&!T.cache[A]){T.cache[A]={}
}if(B!==AB){T.cache[A][D]=B
}return D?T.cache[A][D]:A
},removeData:function(C,D){C=C==W?R:C;
var A=C[AA];
if(D){if(T.cache[A]){delete T.cache[A][D];
D="";
for(D in T.cache[A]){break
}if(!D){T.removeData(C)
}}}else{try{delete C[AA]
}catch(B){if(C.removeAttribute){C.removeAttribute(AA)
}}delete T.cache[A]
}},queue:function(C,D,A){if(C){D=(D||"fx")+"queue";
var B=T.data(C,D);
if(!B||T.isArray(A)){B=T.data(C,D,T.makeArray(A))
}else{if(A){B.push(A)
}}}return B
},dequeue:function(A,B){var D=T.queue(A,B),C=D.shift();
if(!B||B==="fx"){C=D[0]
}if(C!==AB){C.call(A)
}}});
T.fn.extend({data:function(D,B){var A=D.split(".");
A[1]=A[1]?"."+A[1]:"";
if(B===AB){var C=this.triggerHandler("getData"+A[1]+"!",[A[0]]);
if(C===AB&&this.length){C=T.data(this[0],D)
}return C===AB&&A[1]?this.data(A[0]):C
}else{return this.trigger("setData"+A[1]+"!",[A[0],B]).each(function(){T.data(this,D,B)
})
}},removeData:function(A){return this.each(function(){T.removeData(this,A)
})
},queue:function(B,A){if(typeof B!=="string"){A=B;
B="fx"
}if(A===AB){return T.queue(this[0],B)
}return this.each(function(){var C=T.queue(this,B,A);
if(B=="fx"&&C.length==1){C[0].call(this)
}})
},dequeue:function(A){return this.each(function(){T.dequeue(this,A)
})
}});
(function(){var B=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,d=0,h=Object.prototype.toString;
var j=function(n,r,AI,z){AI=AI||[];
r=r||document;
if(r.nodeType!==1&&r.nodeType!==9){return[]
}if(!n||typeof n!=="string"){return AI
}var m=[],p,w,t,s,y,q,o=true;
B.lastIndex=0;
while((p=B.exec(n))!==null){m.push(p[1]);
if(p[2]){q=RegExp.rightContext;
break
}}if(m.length>1&&c.exec(n)){if(m.length===2&&g.relative[m[0]]){w=f(m[0]+m[1],r)
}else{w=g.relative[m[0]]?[r]:j(m.shift(),r);
while(m.length){n=m.shift();
if(g.relative[n]){n+=m.shift()
}w=f(n,w)
}}}else{var x=z?{expr:m.pop(),set:k(z)}:j.find(m.pop(),m.length===1&&r.parentNode?r.parentNode:r,C(r));
w=j.filter(x.expr,x.set);
if(m.length>0){t=k(w)
}else{o=false
}while(m.length){var u=m.pop(),v=u;
if(!g.relative[u]){u=""
}else{v=m.pop()
}if(v==null){v=r
}g.relative[u](t,v,C(r))
}}if(!t){t=w
}if(!t){throw"Syntax error, unrecognized expression: "+(u||n)
}if(h.call(t)==="[object Array]"){if(!o){AI.push.apply(AI,t)
}else{if(r.nodeType===1){for(var l=0;
t[l]!=null;
l++){if(t[l]&&(t[l]===true||t[l].nodeType===1&&e(r,t[l]))){AI.push(w[l])
}}}else{for(var l=0;
t[l]!=null;
l++){if(t[l]&&t[l].nodeType===1){AI.push(w[l])
}}}}}else{k(t,AI)
}if(q){j(q,r,AI,z);
if(i){hasDuplicate=false;
AI.sort(i);
if(hasDuplicate){for(var l=1;
l<AI.length;
l++){if(AI[l]===AI[l-1]){AI.splice(l--,1)
}}}}}return AI
};
j.matches=function(m,l){return j(m,null,null,l)
};
j.find=function(l,s,t){var m,o;
if(!l){return[]
}for(var p=0,q=g.order.length;
p<q;
p++){var n=g.order[p],o;
if((o=g.match[n].exec(l))){var r=RegExp.leftContext;
if(r.substr(r.length-1)!=="\\"){o[1]=(o[1]||"").replace(/\\/g,"");
m=g.find[n](o,s,t);
if(m!=null){l=l.replace(g.match[n],"");
break
}}}}if(!m){m=s.getElementsByTagName("*")
}return{set:m,expr:l}
};
j.filter=function(y,z,v,p){var q=y,t=[],l=z,n,s,m=z&&z[0]&&C(z[0]);
while(y&&z.length){for(var AI in g.filter){if((n=g.match[AI].exec(y))!=null){var r=g.filter[AI],u,w;
s=false;
if(l==t){t=[]
}if(g.preFilter[AI]){n=g.preFilter[AI](n,l,v,t,p,m);
if(!n){s=u=true
}else{if(n===true){continue
}}}if(n){for(var o=0;
(w=l[o])!=null;
o++){if(w){u=r(w,n,o,l);
var x=p^!!u;
if(v&&u!=null){if(x){s=true
}else{l[o]=false
}}else{if(x){t.push(w);
s=true
}}}}}if(u!==AB){if(!v){l=t
}y=y.replace(g.match[AI],"");
if(!s){return[]
}break
}}}if(y==q){if(s==null){throw"Syntax error, unrecognized expression: "+y
}else{break
}}q=y
}return l
};
var g=j.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(l){return l.getAttribute("href")
}},relative:{"+":function(l,s,m){var o=typeof s==="string",t=o&&!/\W/.test(s),n=o&&!t;
if(t&&!m){s=s.toUpperCase()
}for(var p=0,q=l.length,r;
p<q;
p++){if((r=l[p])){while((r=r.previousSibling)&&r.nodeType!==1){}l[p]=n||r&&r.nodeName===s?r||false:r===s
}}if(n){j.filter(s,l,true)
}},">":function(q,n,p){var s=typeof n==="string";
if(s&&!/\W/.test(n)){n=p?n:n.toUpperCase();
for(var m=0,o=q.length;
m<o;
m++){var r=q[m];
if(r){var l=r.parentNode;
q[m]=l.nodeName===n?l:false
}}}else{for(var m=0,o=q.length;
m<o;
m++){var r=q[m];
if(r){q[m]=s?r.parentNode:r.parentNode===n
}}if(s){j.filter(n,q,true)
}}},"":function(l,n,p){var m=d++,o=A;
if(!n.match(/\W/)){var q=n=p?n:n.toUpperCase();
o=D
}o("parentNode",n,m,l,q,p)
},"~":function(l,n,p){var m=d++,o=A;
if(typeof n==="string"&&!n.match(/\W/)){var q=n=p?n:n.toUpperCase();
o=D
}o("previousSibling",n,m,l,q,p)
}},find:{ID:function(n,m,l){if(typeof m.getElementById!=="undefined"&&!l){var o=m.getElementById(n[1]);
return o?[o]:[]
}},NAME:function(m,q,p){if(typeof q.getElementsByName!=="undefined"){var n=[],r=q.getElementsByName(m[1]);
for(var l=0,o=r.length;
l<o;
l++){if(r[l].getAttribute("name")===m[1]){n.push(r[l])
}}return n.length===0?null:n
}},TAG:function(m,l){return l.getElementsByTagName(m[1])
}},preFilter:{CLASS:function(l,n,m,o,q,p){l=" "+l[1].replace(/\\/g,"")+" ";
if(p){return l
}for(var s=0,r;
(r=n[s])!=null;
s++){if(r){if(q^(r.className&&(" "+r.className+" ").indexOf(l)>=0)){if(!m){o.push(r)
}}else{if(m){n[s]=false
}}}}return false
},ID:function(l){return l[1].replace(/\\/g,"")
},TAG:function(m,n){for(var l=0;
n[l]===false;
l++){}return n[l]&&C(n[l])?m[1]:m[1].toUpperCase()
},CHILD:function(m){if(m[1]=="nth"){var l=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(m[2]=="even"&&"2n"||m[2]=="odd"&&"2n+1"||!/\D/.test(m[2])&&"0n+"+m[2]||m[2]);
m[2]=(l[1]+(l[2]||1))-0;
m[3]=l[3]-0
}m[0]=d++;
return m
},ATTR:function(r,n,m,o,q,p){var l=r[1].replace(/\\/g,"");
if(!p&&g.attrMap[l]){r[1]=g.attrMap[l]
}if(r[2]==="~="){r[4]=" "+r[4]+" "
}return r
},PSEUDO:function(q,n,m,o,p){if(q[1]==="not"){if(q[3].match(B).length>1||/^\w/.test(q[3])){q[3]=j(q[3],null,null,n)
}else{var l=j.filter(q[3],n,m,true^p);
if(!m){o.push.apply(o,l)
}return false
}}else{if(g.match.POS.test(q[0])||g.match.CHILD.test(q[0])){return true
}}return q
},POS:function(l){l.unshift(true);
return l
}},filters:{enabled:function(l){return l.disabled===false&&l.type!=="hidden"
},disabled:function(l){return l.disabled===true
},checked:function(l){return l.checked===true
},selected:function(l){l.parentNode.selectedIndex;
return l.selected===true
},parent:function(l){return !!l.firstChild
},empty:function(l){return !l.firstChild
},has:function(l,m,n){return !!j(n[3],l).length
},header:function(l){return/h\d/i.test(l.nodeName)
},text:function(l){return"text"===l.type
},radio:function(l){return"radio"===l.type
},checkbox:function(l){return"checkbox"===l.type
},file:function(l){return"file"===l.type
},password:function(l){return"password"===l.type
},submit:function(l){return"submit"===l.type
},image:function(l){return"image"===l.type
},reset:function(l){return"reset"===l.type
},button:function(l){return"button"===l.type||l.nodeName.toUpperCase()==="BUTTON"
},input:function(l){return/input|select|textarea|button/i.test(l.nodeName)
}},setFilters:{first:function(l,m){return m===0
},last:function(m,n,o,l){return n===l.length-1
},even:function(l,m){return m%2===0
},odd:function(l,m){return m%2===1
},lt:function(l,m,n){return m<n[3]-0
},gt:function(l,m,n){return m>n[3]-0
},nth:function(l,m,n){return n[3]-0==m
},eq:function(l,m,n){return n[3]-0==m
}},filter:{PSEUDO:function(q,m,l,p){var n=m[1],s=g.filters[n];
if(s){return s(q,l,m,p)
}else{if(n==="contains"){return(q.textContent||q.innerText||"").indexOf(m[3])>=0
}else{if(n==="not"){var r=m[3];
for(var l=0,o=r.length;
l<o;
l++){if(r[l]===q){return false
}}return true
}}}},CHILD:function(s,p){var m=p[1],r=s;
switch(m){case"only":case"first":while(r=r.previousSibling){if(r.nodeType===1){return false
}}if(m=="first"){return true
}r=s;
case"last":while(r=r.nextSibling){if(r.nodeType===1){return false
}}return true;
case"nth":var q=p[2],t=p[3];
if(q==1&&t==0){return true
}var n=p[0],u=s.parentNode;
if(u&&(u.sizcache!==n||!s.nodeIndex)){var o=0;
for(r=u.firstChild;
r;
r=r.nextSibling){if(r.nodeType===1){r.nodeIndex=++o
}}u.sizcache=n
}var l=s.nodeIndex-t;
if(q==0){return l==0
}else{return(l%q==0&&l/q>=0)
}}},ID:function(l,m){return l.nodeType===1&&l.getAttribute("id")===m
},TAG:function(l,m){return(m==="*"&&l.nodeType===1)||l.nodeName===m
},CLASS:function(l,m){return(" "+(l.className||l.getAttribute("class"))+" ").indexOf(m)>-1
},ATTR:function(q,l){var m=l[1],o=g.attrHandle[m]?g.attrHandle[m](q):q[m]!=null?q[m]:q.getAttribute(m),p=o+"",r=l[2],n=l[4];
return o==null?r==="!=":r==="="?p===n:r==="*="?p.indexOf(n)>=0:r==="~="?(" "+p+" ").indexOf(n)>=0:!n?p&&o!==false:r==="!="?p!=n:r==="^="?p.indexOf(n)===0:r==="$="?p.substr(p.length-n.length)===n:r==="|="?p===n||p.substr(0,n.length+1)===n+"-":false
},POS:function(q,n,m,p){var o=n[2],l=g.setFilters[o];
if(l){return l(q,m,n,p)
}}}};
var c=g.match.POS;
for(var a in g.match){g.match[a]=RegExp(g.match[a].source+/(?![^\[]*\])(?![^\(]*\))/.source)
}var k=function(l,m){l=Array.prototype.slice.call(l);
if(m){m.push.apply(m,l);
return m
}return l
};
try{Array.prototype.slice.call(document.documentElement.childNodes)
}catch(b){k=function(p,l){var n=l||[];
if(h.call(p)==="[object Array]"){Array.prototype.push.apply(n,p)
}else{if(typeof p.length==="number"){for(var m=0,o=p.length;
m<o;
m++){n.push(p[m])
}}else{for(var m=0;
p[m];
m++){n.push(p[m])
}}}return n
}
}var i;
if(document.documentElement.compareDocumentPosition){i=function(m,n){var l=m.compareDocumentPosition(n)&4?-1:m===n?0:1;
if(l===0){hasDuplicate=true
}return l
}
}else{if("sourceIndex" in document.documentElement){i=function(m,n){var l=m.sourceIndex-n.sourceIndex;
if(l===0){hasDuplicate=true
}return l
}
}else{if(document.createRange){i=function(l,n){var m=l.ownerDocument.createRange(),o=n.ownerDocument.createRange();
m.selectNode(l);
m.collapse(true);
o.selectNode(n);
o.collapse(true);
var p=m.compareBoundaryPoints(Range.START_TO_END,o);
if(p===0){hasDuplicate=true
}return p
}
}}}(function(){var m=document.createElement("form"),l="script"+(new Date).getTime();
m.innerHTML="<input name='"+l+"'/>";
var n=document.documentElement;
n.insertBefore(m,n.firstChild);
if(!!document.getElementById(l)){g.find.ID=function(r,q,p){if(typeof q.getElementById!=="undefined"&&!p){var o=q.getElementById(r[1]);
return o?o.id===r[1]||typeof o.getAttributeNode!=="undefined"&&o.getAttributeNode("id").nodeValue===r[1]?[o]:AB:[]
}};
g.filter.ID=function(p,o){var q=typeof p.getAttributeNode!=="undefined"&&p.getAttributeNode("id");
return p.nodeType===1&&q&&q.nodeValue===o
}
}n.removeChild(m)
})();
(function(){var l=document.createElement("div");
l.appendChild(document.createComment(""));
if(l.getElementsByTagName("*").length>0){g.find.TAG=function(o,p){var q=p.getElementsByTagName(o[1]);
if(o[1]==="*"){var m=[];
for(var n=0;
q[n];
n++){if(q[n].nodeType===1){m.push(q[n])
}}q=m
}return q
}
}l.innerHTML="<a href='#'></a>";
if(l.firstChild&&typeof l.firstChild.getAttribute!=="undefined"&&l.firstChild.getAttribute("href")!=="#"){g.attrHandle.href=function(m){return m.getAttribute("href",2)
}
}})();
if(document.querySelectorAll){(function(){var m=j,l=document.createElement("div");
l.innerHTML="<p class='TEST'></p>";
if(l.querySelectorAll&&l.querySelectorAll(".TEST").length===0){return 
}j=function(q,r,o,n){r=r||document;
if(!n&&r.nodeType===9&&!C(r)){try{return k(r.querySelectorAll(q),o)
}catch(p){}}return m(q,r,o,n)
};
j.find=m.find;
j.filter=m.filter;
j.selectors=m.selectors;
j.matches=m.matches
})()
}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var l=document.createElement("div");
l.innerHTML="<div class='test e'></div><div class='test'></div>";
if(l.getElementsByClassName("e").length===0){return 
}l.lastChild.className="e";
if(l.getElementsByClassName("e").length===1){return 
}g.order.splice(1,0,"CLASS");
g.find.CLASS=function(o,n,m){if(typeof n.getElementsByClassName!=="undefined"&&!m){return n.getElementsByClassName(o[1])
}}
})()
}function D(r,m,n,t,l,u){var v=r=="previousSibling"&&!u;
for(var p=0,q=t.length;
p<q;
p++){var s=t[p];
if(s){if(v&&s.nodeType===1){s.sizcache=n;
s.sizset=p
}s=s[r];
var o=false;
while(s){if(s.sizcache===n){o=t[s.sizset];
break
}if(s.nodeType===1&&!u){s.sizcache=n;
s.sizset=p
}if(s.nodeName===m){o=s;
break
}s=s[r]
}t[p]=o
}}}function A(r,m,n,t,l,u){var v=r=="previousSibling"&&!u;
for(var p=0,q=t.length;
p<q;
p++){var s=t[p];
if(s){if(v&&s.nodeType===1){s.sizcache=n;
s.sizset=p
}s=s[r];
var o=false;
while(s){if(s.sizcache===n){o=t[s.sizset];
break
}if(s.nodeType===1){if(!u){s.sizcache=n;
s.sizset=p
}if(typeof m!=="string"){if(s===m){o=true;
break
}}else{if(j.filter(m,[s]).length>0){o=s;
break
}}}s=s[r]
}t[p]=o
}}}var e=document.compareDocumentPosition?function(l,m){return l.compareDocumentPosition(m)&16
}:function(l,m){return l!==m&&(l.contains?l.contains(m):true)
};
var C=function(l){return l.nodeType===9&&l.documentElement.nodeName!=="HTML"||!!l.ownerDocument&&C(l.ownerDocument)
};
var f=function(o,q){var l=[],s="",r,m=q.nodeType?[q]:q;
while((r=g.match.PSEUDO.exec(o))){s+=r[0];
o=o.replace(g.match.PSEUDO,"")
}o=g.relative[o]?o+"*":o;
for(var p=0,n=m.length;
p<n;
p++){j(o,m[p],l)
}return j.filter(s,l)
};
T.find=j;
T.filter=j.filter;
T.expr=j.selectors;
T.expr[":"]=T.expr.filters;
j.selectors.filters.hidden=function(l){return l.offsetWidth===0||l.offsetHeight===0
};
j.selectors.filters.visible=function(l){return l.offsetWidth>0||l.offsetHeight>0
};
j.selectors.filters.animated=function(l){return T.grep(T.timers,function(m){return l===m.elem
}).length
};
T.multiFilter=function(l,n,m){if(m){l=":not("+l+")"
}return j.matches(l,n)
};
T.dir=function(m,n){var o=[],l=m[n];
while(l&&l!=document){if(l.nodeType==1){o.push(l)
}l=l[n]
}return o
};
T.nth=function(p,o,m,l){o=o||1;
var n=0;
for(;
p;
p=p[m]){if(p.nodeType==1&&++n==o){break
}}return p
};
T.sibling=function(l,m){var n=[];
for(;
l;
l=l.nextSibling){if(l.nodeType==1&&l!=m){n.push(l)
}}return n
};
return ;
W.Sizzle=j
})();
T.event={add:function(C,b,D,A){if(C.nodeType==3||C.nodeType==8){return 
}if(C.setInterval&&C!=W){C=W
}if(!D.guid){D.guid=this.guid++
}if(A!==AB){var a=D;
D=this.proxy(a);
D.data=A
}var c=T.data(C,"events")||T.data(C,"events",{}),B=T.data(C,"handle")||T.data(C,"handle",function(){return typeof T!=="undefined"&&!T.event.triggered?T.event.handle.apply(arguments.callee.elem,arguments):AB
});
B.elem=C;
T.each(b.split(/\s+/),function(g,f){var e=f.split(".");
f=e.shift();
D.type=e.slice().sort().join(".");
var d=c[f];
if(T.event.specialAll[f]){T.event.specialAll[f].setup.call(C,A,e)
}if(!d){d=c[f]={};
if(!T.event.special[f]||T.event.special[f].setup.call(C,A,e)===false){if(C.addEventListener){C.addEventListener(f,B,false)
}else{if(C.attachEvent){C.attachEvent("on"+f,B)
}}}}d[D.guid]=D;
T.event.global[f]=true
});
C=null
},guid:1,global:{},remove:function(B,a,C){if(B.nodeType==3||B.nodeType==8){return 
}var b=T.data(B,"events"),c,d;
if(b){if(a===AB||(typeof a==="string"&&a.charAt(0)==".")){for(var D in b){this.remove(B,D+(a||""))
}}else{if(a.type){C=a.handler;
a=a.type
}T.each(a.split(/\s+/),function(i,g){var e=g.split(".");
g=e.shift();
var h=RegExp("(^|\\.)"+e.slice().sort().join(".*\\.")+"(\\.|$)");
if(b[g]){if(C){delete b[g][C.guid]
}else{for(var f in b[g]){if(h.test(b[g][f].type)){delete b[g][f]
}}}if(T.event.specialAll[g]){T.event.specialAll[g].teardown.call(B,e)
}for(c in b[g]){break
}if(!c){if(!T.event.special[g]||T.event.special[g].teardown.call(B,e)===false){if(B.removeEventListener){B.removeEventListener(g,T.data(B,"handle"),false)
}else{if(B.detachEvent){B.detachEvent("on"+g,T.data(B,"handle"))
}}}c=null;
delete b[g]
}}})
}for(c in b){break
}if(!c){var A=T.data(B,"handle");
if(A){A.elem=null
}T.removeData(B,"events");
T.removeData(B,"handle")
}}},trigger:function(D,B,a,d){var b=D.type||D;
if(!d){D=typeof D==="object"?D[AA]?D:T.extend(T.Event(b),D):T.Event(b);
if(b.indexOf("!")>=0){D.type=b=b.slice(0,-1);
D.exclusive=true
}if(!a){D.stopPropagation();
if(this.global[b]){T.each(T.cache,function(){if(this.events&&this.events[b]){T.event.trigger(D,B,this.handle.elem)
}})
}}if(!a||a.nodeType==3||a.nodeType==8){return AB
}D.result=AB;
D.target=a;
B=T.makeArray(B);
B.unshift(D)
}D.currentTarget=a;
var C=T.data(a,"handle");
if(C){C.apply(a,B)
}if((!a[b]||(T.nodeName(a,"a")&&b=="click"))&&a["on"+b]&&a["on"+b].apply(a,B)===false){D.result=false
}if(!d&&a[b]&&!D.isDefaultPrevented()&&!(T.nodeName(a,"a")&&b=="click")){this.triggered=true;
try{a[b]()
}catch(A){}}this.triggered=false;
if(!D.isPropagationStopped()){var c=a.parentNode||a.ownerDocument;
if(c){T.event.trigger(D,B,c,true)
}}},handle:function(B){var C,d;
B=arguments[0]=T.event.fix(B||W.event);
B.currentTarget=this;
var A=B.type.split(".");
B.type=A.shift();
C=!A.length&&!B.exclusive;
var D=RegExp("(^|\\.)"+A.slice().sort().join(".*\\.")+"(\\.|$)");
d=(T.data(this,"events")||{})[B.type];
for(var b in d){var a=d[b];
if(C||D.test(a.type)){B.handler=a;
B.data=a.data;
var c=a.apply(this,arguments);
if(c!==AB){B.result=c;
if(c===false){B.preventDefault();
B.stopPropagation()
}}if(B.isImmediatePropagationStopped()){break
}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(C){if(C[AA]){return C
}var a=C;
C=T.Event(a);
for(var D=this.props.length,A;
D;
){A=this.props[--D];
C[A]=a[A]
}if(!C.target){C.target=C.srcElement||document
}if(C.target.nodeType==3){C.target=C.target.parentNode
}if(!C.relatedTarget&&C.fromElement){C.relatedTarget=C.fromElement==C.target?C.toElement:C.fromElement
}if(C.pageX==null&&C.clientX!=null){var B=document.documentElement,b=document.body;
C.pageX=C.clientX+(B&&B.scrollLeft||b&&b.scrollLeft||0)-(B.clientLeft||0);
C.pageY=C.clientY+(B&&B.scrollTop||b&&b.scrollTop||0)-(B.clientTop||0)
}if(!C.which&&((C.charCode||C.charCode===0)?C.charCode:C.keyCode)){C.which=C.charCode||C.keyCode
}if(!C.metaKey&&C.ctrlKey){C.metaKey=C.ctrlKey
}if(!C.which&&C.button){C.which=(C.button&1?1:(C.button&2?3:(C.button&4?2:0)))
}return C
},proxy:function(A,B){B=B||function(){return A.apply(this,arguments)
};
B.guid=A.guid=A.guid||B.guid||this.guid++;
return B
},special:{ready:{setup:P,teardown:function(){}}},specialAll:{live:{setup:function(B,A){T.event.add(this,A[0],AF)
},teardown:function(A){if(A.length){var C=0,B=RegExp("(^|\\.)"+A[0]+"(\\.|$)");
T.each((T.data(this,"events").live||{}),function(){if(B.test(this.type)){C++
}});
if(C<1){T.event.remove(this,A[0],AF)
}}}}}};
T.Event=function(A){if(!this.preventDefault){return new T.Event(A)
}if(A&&A.type){this.originalEvent=A;
this.type=A.type
}else{this.type=A
}this.timeStamp=AD();
this[AA]=true
};
function X(){return false
}function J(){return true
}T.Event.prototype={preventDefault:function(){this.isDefaultPrevented=J;
var A=this.originalEvent;
if(!A){return 
}if(A.preventDefault){A.preventDefault()
}A.returnValue=false
},stopPropagation:function(){this.isPropagationStopped=J;
var A=this.originalEvent;
if(!A){return 
}if(A.stopPropagation){A.stopPropagation()
}A.cancelBubble=true
},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=J;
this.stopPropagation()
},isDefaultPrevented:X,isPropagationStopped:X,isImmediatePropagationStopped:X};
var AH=function(B){var C=B.relatedTarget;
while(C&&C!=this){try{C=C.parentNode
}catch(A){C=this
}}if(C!=this){B.type=B.data;
T.event.handle.apply(this,arguments)
}};
T.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(A,B){T.event.special[B]={setup:function(){T.event.add(this,A,AH,B)
},teardown:function(){T.event.remove(this,A,AH)
}}
});
T.fn.extend({bind:function(B,A,C){return B=="unload"?this.one(B,A,C):this.each(function(){T.event.add(this,B,C||A,C&&A)
})
},one:function(B,A,C){var D=T.event.proxy(C||A,function(a){T(this).unbind(a,D);
return(C||A).apply(this,arguments)
});
return this.each(function(){T.event.add(this,B,D,C&&A)
})
},unbind:function(A,B){return this.each(function(){T.event.remove(this,A,B)
})
},trigger:function(B,A){return this.each(function(){T.event.trigger(B,A,this)
})
},triggerHandler:function(C,A){if(this[0]){var B=T.Event(C);
B.preventDefault();
B.stopPropagation();
T.event.trigger(B,A,this[0]);
return B.result
}},toggle:function(A){var C=arguments,B=1;
while(B<C.length){T.event.proxy(A,C[B++])
}return this.click(T.event.proxy(A,function(D){this.lastToggle=(this.lastToggle||0)%B;
D.preventDefault();
return C[this.lastToggle++].apply(this,arguments)||false
}))
},hover:function(B,A){return this.mouseenter(B).mouseleave(A)
},ready:function(A){P();
if(T.isReady){A.call(document,T)
}else{T.readyList.push(A)
}return this
},live:function(A,B){var C=T.event.proxy(B);
C.guid+=this.selector+A;
T(document).bind(Z(A,this.selector),this.selector,C);
return this
},die:function(A,B){T(document).unbind(Z(A,this.selector),B?{guid:B.guid+this.selector+A}:null);
return this
}});
function AF(A){var D=RegExp("(^|\\.)"+A.type+"(\\.|$)"),B=true,C=[];
T.each(T.data(this,"events").live||[],function(c,b){if(D.test(b.type)){var a=T(A.target).closest(b.data)[0];
if(a){C.push({elem:a,fn:b})
}}});
C.sort(function(a,b){return T.data(a.elem,"closest")-T.data(b.elem,"closest")
});
T.each(C,function(){if(this.fn.call(this.elem,A,this.fn.data)===false){return(B=false)
}});
return B
}function Z(A,B){return["live",A,B.replace(/\./g,"`").replace(/ /g,"|")].join(".")
}T.extend({isReady:false,readyList:[],ready:function(){if(!T.isReady){T.isReady=true;
if(T.readyList){T.each(T.readyList,function(){this.call(document,T)
});
T.readyList=null
}T(document).triggerHandler("ready")
}}});
var G=false;
function P(){if(G){return 
}G=true;
if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);
T.ready()
},false)
}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);
T.ready()
}});
if(document.documentElement.doScroll&&W==W.top){(function(){if(T.isReady){return 
}try{document.documentElement.doScroll("left")
}catch(A){setTimeout(arguments.callee,0);
return 
}T.ready()
})()
}}}T.event.add(W,"load",T.ready)
}T.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(A,B){T.fn[B]=function(C){return C?this.bind(B,C):this.trigger(B)
}
});
T(W).bind("unload",function(){for(var A in T.cache){if(A!=1&&T.cache[A].handle){T.event.remove(T.cache[A].handle.elem)
}}});
(function(){T.support={};
var b=document.documentElement,a=document.createElement("script"),A=document.createElement("div"),B="script"+(new Date).getTime();
A.style.display="none";
A.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';
var D=A.getElementsByTagName("*"),c=A.getElementsByTagName("a")[0];
if(!D||!D.length||!c){return 
}T.support={leadingWhitespace:A.firstChild.nodeType==3,tbody:!A.getElementsByTagName("tbody").length,objectAll:!!A.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!A.getElementsByTagName("link").length,style:/red/.test(c.getAttribute("style")),hrefNormalized:c.getAttribute("href")==="/a",opacity:c.style.opacity==="0.5",cssFloat:!!c.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};
a.type="text/javascript";
try{a.appendChild(document.createTextNode("window."+B+"=1;"))
}catch(C){}b.insertBefore(a,b.firstChild);
if(W[B]){T.support.scriptEval=true;
delete W[B]
}b.removeChild(a);
if(A.attachEvent&&A.fireEvent){A.attachEvent("onclick",function(){T.support.noCloneEvent=false;
A.detachEvent("onclick",arguments.callee)
});
A.cloneNode(true).fireEvent("onclick")
}T(function(){var d=document.createElement("div");
d.style.width=d.style.paddingLeft="1px";
document.body.appendChild(d);
T.boxModel=T.support.boxModel=d.offsetWidth===2;
document.body.removeChild(d).style.display="none"
})
})();
var H=T.support.cssFloat?"cssFloat":"styleFloat";
T.props={"for":"htmlFor","class":"className","float":H,cssFloat:H,styleFloat:H,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};
T.fn.extend({_load:T.fn.load,load:function(a,B,A){if(typeof a!=="string"){return this._load(a)
}var C=a.indexOf(" ");
if(C>=0){var c=a.slice(C,a.length);
a=a.slice(0,C)
}var D="GET";
if(B){if(T.isFunction(B)){A=B;
B=null
}else{if(typeof B==="object"){B=T.param(B);
D="POST"
}}}var b=this;
T.ajax({url:a,type:D,dataType:"html",data:B,complete:function(e,d){if(d=="success"||d=="notmodified"){b.html(c?T("<div/>").append(e.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(c):e.responseText)
}if(A){b.each(A,[e.responseText,d,e])
}}});
return this
},serialize:function(){return T.param(this.serializeArray())
},serializeArray:function(){return this.map(function(){return this.elements?T.makeArray(this.elements):this
}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))
}).map(function(C,B){var A=T(this).val();
return A==null?null:T.isArray(A)?T.map(A,function(D,a){return{name:B.name,value:D}
}):{name:B.name,value:A}
}).get()
}});
T.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(B,A){T.fn[A]=function(C){return this.bind(A,C)
}
});
var N=AD();
T.extend({get:function(D,B,A,C){if(T.isFunction(B)){A=B;
B=null
}return T.ajax({type:"GET",url:D,data:B,success:A,dataType:C})
},getScript:function(B,A){return T.get(B,null,A,"script")
},getJSON:function(C,B,A){return T.get(C,B,A,"json")
},post:function(D,B,A,C){if(T.isFunction(B)){A=B;
B={}
}return T.ajax({type:"POST",url:D,data:B,success:A,dataType:C})
},ajaxSetup:function(A){T.extend(T.ajaxSettings,A)
},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return W.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()
},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(g){g=T.extend(true,g,T.extend(true,{},T.ajaxSettings,g));
var A,n=/=\?(&|$)/g,b,B,m=g.type.toUpperCase();
if(g.data&&g.processData&&typeof g.data!=="string"){g.data=T.param(g.data)
}if(g.dataType=="jsonp"){if(m=="GET"){if(!g.url.match(n)){g.url+=(g.url.match(/\?/)?"&":"?")+(g.jsonp||"callback")+"=?"
}}else{if(!g.data||!g.data.match(n)){g.data=(g.data?g.data+"&":"")+(g.jsonp||"callback")+"=?"
}}g.dataType="json"
}if(g.dataType=="json"&&(g.data&&g.data.match(n)||g.url.match(n))){A="jsonp"+N++;
if(g.data){g.data=(g.data+"").replace(n,"="+A+"$1")
}g.url=g.url.replace(n,"="+A+"$1");
g.dataType="script";
W[A]=function(q){B=q;
k();
h();
W[A]=AB;
try{delete W[A]
}catch(p){}if(l){l.removeChild(D)
}}
}if(g.dataType=="script"&&g.cache==null){g.cache=false
}if(g.cache===false&&m=="GET"){var o=AD();
var C=g.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+o+"$2");
g.url=C+((C==g.url)?(g.url.match(/\?/)?"&":"?")+"_="+o:"")
}if(g.data&&m=="GET"){g.url+=(g.url.match(/\?/)?"&":"?")+g.data;
g.data=null
}if(g.global&&!T.active++){T.event.trigger("ajaxStart")
}var c=/^(\w+:)?\/\/([^\/?#]+)/.exec(g.url);
if(g.dataType=="script"&&m=="GET"&&c&&(c[1]&&c[1]!=location.protocol||c[2]!=location.host)){var l=document.getElementsByTagName("head")[0];
var D=document.createElement("script");
D.src=g.url;
if(g.scriptCharset){D.charset=g.scriptCharset
}if(!A){var e=false;
D.onload=D.onreadystatechange=function(){if(!e&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){e=true;
k();
h();
D.onload=D.onreadystatechange=null;
l.removeChild(D)
}}
}l.appendChild(D);
return AB
}var i=false;
var j=g.xhr();
if(g.username){j.open(m,g.url,g.async,g.username,g.password)
}else{j.open(m,g.url,g.async)
}try{if(g.data){j.setRequestHeader("Content-Type",g.contentType)
}if(g.ifModified){j.setRequestHeader("If-Modified-Since",T.lastModified[g.url]||"Thu, 01 Jan 1970 00:00:00 GMT")
}j.setRequestHeader("X-Requested-With","XMLHttpRequest");
j.setRequestHeader("Accept",g.dataType&&g.accepts[g.dataType]?g.accepts[g.dataType]+", */*":g.accepts._default)
}catch(a){}if(g.beforeSend&&g.beforeSend(j,g)===false){if(g.global&&!--T.active){T.event.trigger("ajaxStop")
}j.abort();
return false
}if(g.global){T.event.trigger("ajaxSend",[j,g])
}var f=function(r){if(j.readyState==0){if(d){clearInterval(d);
d=null;
if(g.global&&!--T.active){T.event.trigger("ajaxStop")
}}}else{if(!i&&j&&(j.readyState==4||r=="timeout")){i=true;
if(d){clearInterval(d);
d=null
}b=r=="timeout"?"timeout":!T.httpSuccess(j)?"error":g.ifModified&&T.httpNotModified(j,g.url)?"notmodified":"success";
if(b=="success"){try{B=T.httpData(j,g.dataType,g)
}catch(p){b="parsererror"
}}if(b=="success"){var q;
try{q=j.getResponseHeader("Last-Modified")
}catch(p){}if(g.ifModified&&q){T.lastModified[g.url]=q
}if(!A){k()
}}else{T.handleError(g,j,b)
}h();
if(r){j.abort()
}if(g.async){j=null
}}}};
if(g.async){var d=setInterval(f,13);
if(g.timeout>0){setTimeout(function(){if(j&&!i){f("timeout")
}},g.timeout)
}}try{j.send(g.data)
}catch(a){T.handleError(g,j,null,a)
}if(!g.async){f()
}function k(){if(g.success){g.success(B,b)
}if(g.global){T.event.trigger("ajaxSuccess",[j,g])
}}function h(){if(g.complete){g.complete(j,b)
}if(g.global){T.event.trigger("ajaxComplete",[j,g])
}if(g.global&&!--T.active){T.event.trigger("ajaxStop")
}}return j
},handleError:function(C,A,D,B){if(C.error){C.error(A,D,B)
}if(C.global){T.event.trigger("ajaxError",[A,C,B])
}},active:0,httpSuccess:function(A){try{return !A.status&&location.protocol=="file:"||(A.status>=200&&A.status<300)||A.status==304||A.status==1223
}catch(B){}return false
},httpNotModified:function(B,D){try{var A=B.getResponseHeader("Last-Modified");
return B.status==304||A==T.lastModified[D]
}catch(C){}return false
},httpData:function(A,C,D){var a=A.getResponseHeader("content-type"),b=C=="xml"||!C&&a&&a.indexOf("xml")>=0,B=b?A.responseXML:A.responseText;
if(b&&B.documentElement.tagName=="parsererror"){throw"parsererror"
}if(D&&D.dataFilter){B=D.dataFilter(B,C)
}if(typeof B==="string"){if(C=="script"){T.globalEval(B)
}if(C=="json"){B=W["eval"]("("+B+")")
}}return B
},param:function(D){var B=[];
function A(b,a){B[B.length]=encodeURIComponent(b)+"="+encodeURIComponent(a)
}if(T.isArray(D)||D.jquery){T.each(D,function(){A(this.name,this.value)
})
}else{for(var C in D){if(T.isArray(D[C])){T.each(D[C],function(){A(C,this)
})
}else{A(C,T.isFunction(D[C])?D[C]():D[C])
}}}return B.join("&").replace(/%20/g,"+")
}});
var V={},U,AE=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];
function K(B,C){var A={};
T.each(AE.concat.apply([],AE.slice(0,C)),function(){A[this]=B
});
return A
}T.fn.extend({show:function(C,A){if(C){return this.animate(K("show",3),C,A)
}else{for(var a=0,c=this.length;
a<c;
a++){var d=T.data(this[a],"olddisplay");
this[a].style.display=d||"";
if(T.css(this[a],"display")==="none"){var b=this[a].tagName,B;
if(V[b]){B=V[b]
}else{var D=T("<"+b+" />").appendTo("body");
B=D.css("display");
if(B==="none"){B="block"
}D.remove();
V[b]=B
}T.data(this[a],"olddisplay",B)
}}for(var a=0,c=this.length;
a<c;
a++){this[a].style.display=T.data(this[a],"olddisplay")||""
}return this
}},hide:function(B,A){if(B){return this.animate(K("hide",3),B,A)
}else{for(var C=0,D=this.length;
C<D;
C++){var a=T.data(this[C],"olddisplay");
if(!a&&a!=="none"){T.data(this[C],"olddisplay",T.css(this[C],"display"))
}}for(var C=0,D=this.length;
C<D;
C++){this[C].style.display="none"
}return this
}},_toggle:T.fn.toggle,toggle:function(A,B){var C=typeof A==="boolean";
return T.isFunction(A)&&T.isFunction(B)?this._toggle.apply(this,arguments):A==null||C?this.each(function(){var D=C?A:T(this).is(":hidden");
T(this)[D?"show":"hide"]()
}):this.animate(K("toggle",3),A,B)
},fadeTo:function(C,A,B){return this.animate({opacity:A},C,B)
},animate:function(A,D,B,C){var a=T.speed(D,B,C);
return this[a.queue===false?"each":"queue"](function(){var c=T.extend({},a),e,b=this.nodeType==1&&T(this).is(":hidden"),d=this;
for(e in A){if(A[e]=="hide"&&b||A[e]=="show"&&!b){return c.complete.call(this)
}if((e=="height"||e=="width")&&this.style){c.display=T.css(this,"display");
c.overflow=this.style.overflow
}}if(c.overflow!=null){this.style.overflow="hidden"
}c.curAnim=T.extend({},A);
T.each(A,function(k,g){var h=new T.fx(d,c,k);
if(/toggle|show|hide/.test(g)){h[g=="toggle"?b?"show":"hide":g](A)
}else{var i=g.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),f=h.cur(true)||0;
if(i){var l=parseFloat(i[2]),j=i[3]||"px";
if(j!="px"){d.style[k]=(l||1)+j;
f=((l||1)/h.cur(true))*f;
d.style[k]=f+j
}if(i[1]){l=((i[1]=="-="?-1:1)*l)+f
}h.custom(f,l,j)
}else{h.custom(f,g,"")
}}});
return true
})
},stop:function(B,C){var A=T.timers;
if(B){this.queue([])
}this.each(function(){for(var D=A.length-1;
D>=0;
D--){if(A[D].elem==this){if(C){A[D](true)
}A.splice(D,1)
}}});
if(!C){this.dequeue()
}return this
}});
T.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(B,A){T.fn[B]=function(D,C){return this.animate(A,D,C)
}
});
T.extend({speed:function(B,A,C){var D=typeof B==="object"?B:{complete:C||!C&&A||T.isFunction(B)&&B,duration:B,easing:C&&A||A&&!T.isFunction(A)&&A};
D.duration=T.fx.off?0:typeof D.duration==="number"?D.duration:T.fx.speeds[D.duration]||T.fx.speeds._default;
D.old=D.complete;
D.complete=function(){if(D.queue!==false){T(this).dequeue()
}if(T.isFunction(D.old)){D.old.call(this)
}};
return D
},easing:{linear:function(B,A,D,C){return D+C*B
},swing:function(B,A,D,C){return((-Math.cos(B*Math.PI)/2)+0.5)*C+D
}},timers:[],fx:function(B,C,A){this.options=C;
this.elem=B;
this.prop=A;
if(!C.orig){C.orig={}
}}});
T.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)
}(T.fx.step[this.prop]||T.fx.step._default)(this);
if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"
}},cur:function(A){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]
}var B=parseFloat(T.css(this.elem,this.prop,A));
return B&&B>-10000?B:parseFloat(T.curCSS(this.elem,this.prop))||0
},custom:function(A,B,C){this.startTime=AD();
this.start=A;
this.end=B;
this.unit=C||this.unit||"px";
this.now=this.start;
this.pos=this.state=0;
var a=this;
function D(b){return a.step(b)
}D.elem=this.elem;
if(D()&&T.timers.push(D)&&!U){U=setInterval(function(){var b=T.timers;
for(var c=0;
c<b.length;
c++){if(!b[c]()){b.splice(c--,1)
}}if(!b.length){clearInterval(U);
U=AB
}},13)
}},show:function(){this.options.orig[this.prop]=T.attr(this.elem.style,this.prop);
this.options.show=true;
this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());
T(this.elem).show()
},hide:function(){this.options.orig[this.prop]=T.attr(this.elem.style,this.prop);
this.options.hide=true;
this.custom(this.cur(),0)
},step:function(C){var D=AD();
if(C||D>=this.options.duration+this.startTime){this.now=this.end;
this.pos=this.state=1;
this.update();
this.options.curAnim[this.prop]=true;
var b=true;
for(var a in this.options.curAnim){if(this.options.curAnim[a]!==true){b=false
}}if(b){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;
this.elem.style.display=this.options.display;
if(T.css(this.elem,"display")=="none"){this.elem.style.display="block"
}}if(this.options.hide){T(this.elem).hide()
}if(this.options.hide||this.options.show){for(var B in this.options.curAnim){T.attr(this.elem.style,B,this.options.orig[B])
}}this.options.complete.call(this.elem)
}return false
}else{var A=D-this.startTime;
this.state=A/this.options.duration;
this.pos=T.easing[this.options.easing||(T.easing.swing?"swing":"linear")](this.state,A,0,1,this.options.duration);
this.now=this.start+((this.end-this.start)*this.pos);
this.update()
}return true
}};
T.extend(T.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(A){T.attr(A.elem.style,"opacity",A.now)
},_default:function(A){if(A.elem.style&&A.elem.style[A.prop]!=null){A.elem.style[A.prop]=A.now+A.unit
}else{A.elem[A.prop]=A.now
}}}});
if(document.documentElement.getBoundingClientRect){T.fn.offset=function(){if(!this[0]){return{top:0,left:0}
}if(this[0]===this[0].ownerDocument.body){return T.offset.bodyOffset(this[0])
}var b=this[0].getBoundingClientRect(),C=this[0].ownerDocument,c=C.body,d=C.documentElement,A=d.clientTop||c.clientTop||0,B=d.clientLeft||c.clientLeft||0,D=b.top+(self.pageYOffset||T.boxModel&&d.scrollTop||c.scrollTop)-A,a=b.left+(self.pageXOffset||T.boxModel&&d.scrollLeft||c.scrollLeft)-B;
return{top:D,left:a}
}
}else{T.fn.offset=function(){if(!this[0]){return{top:0,left:0}
}if(this[0]===this[0].ownerDocument.body){return T.offset.bodyOffset(this[0])
}T.offset.initialized||T.offset.initialize();
var b=this[0],e=b.offsetParent,f=b,A=b.ownerDocument,C,d=A.documentElement,a=A.body,D=A.defaultView,g=D.getComputedStyle(b,null),B=b.offsetTop,c=b.offsetLeft;
while((b=b.parentNode)&&b!==a&&b!==d){C=D.getComputedStyle(b,null);
B-=b.scrollTop,c-=b.scrollLeft;
if(b===e){B+=b.offsetTop,c+=b.offsetLeft;
if(T.offset.doesNotAddBorder&&!(T.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.tagName))){B+=parseInt(C.borderTopWidth,10)||0,c+=parseInt(C.borderLeftWidth,10)||0
}f=e,e=b.offsetParent
}if(T.offset.subtractsBorderForOverflowNotVisible&&C.overflow!=="visible"){B+=parseInt(C.borderTopWidth,10)||0,c+=parseInt(C.borderLeftWidth,10)||0
}g=C
}if(g.position==="relative"||g.position==="static"){B+=a.offsetTop,c+=a.offsetLeft
}if(g.position==="fixed"){B+=Math.max(d.scrollTop,a.scrollTop),c+=Math.max(d.scrollLeft,a.scrollLeft)
}return{top:B,left:c}
}
}T.offset={initialize:function(){if(this.initialized){return 
}var C=document.body,e=document.createElement("div"),c,d,A,b,B,f,a=C.style.marginTop,D='<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>';
B={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};
for(f in B){e.style[f]=B[f]
}e.innerHTML=D;
C.insertBefore(e,C.firstChild);
c=e.firstChild,d=c.firstChild,b=c.nextSibling.firstChild.firstChild;
this.doesNotAddBorder=(d.offsetTop!==5);
this.doesAddBorderForTableAndCells=(b.offsetTop===5);
c.style.overflow="hidden",c.style.position="relative";
this.subtractsBorderForOverflowNotVisible=(d.offsetTop===-5);
C.style.marginTop="1px";
this.doesNotIncludeMarginInBodyOffset=(C.offsetTop===0);
C.style.marginTop=a;
C.removeChild(e);
this.initialized=true
},bodyOffset:function(C){T.offset.initialized||T.offset.initialize();
var A=C.offsetTop,B=C.offsetLeft;
if(T.offset.doesNotIncludeMarginInBodyOffset){A+=parseInt(T.curCSS(C,"marginTop",true),10)||0,B+=parseInt(T.curCSS(C,"marginLeft",true),10)||0
}return{top:A,left:B}
}};
T.fn.extend({position:function(){var B=0,C=0,a;
if(this[0]){var D=this.offsetParent(),A=this.offset(),b=/^body|html$/i.test(D[0].tagName)?{top:0,left:0}:D.offset();
A.top-=Y(this,"marginTop");
A.left-=Y(this,"marginLeft");
b.top+=Y(D,"borderTopWidth");
b.left+=Y(D,"borderLeftWidth");
a={top:A.top-b.top,left:A.left-b.left}
}return a
},offsetParent:function(){var A=this[0].offsetParent||document.body;
while(A&&(!/^body|html$/i.test(A.tagName)&&T.css(A,"position")=="static")){A=A.offsetParent
}return T(A)
}});
T.each(["Left","Top"],function(B,C){var A="scroll"+C;
T.fn[A]=function(D){if(!this[0]){return null
}return D!==AB?this.each(function(){this==W||this==document?W.scrollTo(!B?D:T(W).scrollLeft(),B?D:T(W).scrollTop()):this[A]=D
}):this[0]==W||this[0]==document?self[B?"pageYOffset":"pageXOffset"]||T.boxModel&&document.documentElement[A]||document.body[A]:this[0][A]
}
});
T.each(["Height","Width"],function(B,D){var b=B?"Left":"Top",C=B?"Right":"Bottom",a=D.toLowerCase();
T.fn["inner"+D]=function(){return this[0]?T.css(this[0],a,false,"padding"):null
};
T.fn["outer"+D]=function(c){return this[0]?T.css(this[0],a,false,c?"margin":"border"):null
};
var A=D.toLowerCase();
T.fn[A]=function(c){return this[0]==W?document.compatMode=="CSS1Compat"&&document.documentElement["client"+D]||document.body["client"+D]:this[0]==document?Math.max(document.documentElement["client"+D],document.body["scroll"+D],document.documentElement["scroll"+D],document.body["offset"+D],document.documentElement["offset"+D]):c===AB?(this.length?T.css(this[0],A):null):this.css(A,typeof c==="string"?c:c+"px")
}
})
})();
var swfobject=function(){var AQ="undefined",Ac="object",AB="Shockwave Flash",X="ShockwaveFlash.ShockwaveFlash",Ad="application/x-shockwave-flash",AC="SWFObjectExprInst",AW="onreadystatechange",AF=window,Ak=document,Aa=navigator,AA=false,Z=[Am],Af=[],AG=[],AL=[],Ai,AD,AP,AS,AK=false,At=false,Ag,AN,Ah=true,AH=function(){var A=typeof Ak.getElementById!=AQ&&typeof Ak.getElementsByTagName!=AQ&&typeof Ak.createElement!=AQ,E=Aa.userAgent.toLowerCase(),C=Aa.platform.toLowerCase(),H=C?/win/.test(C):/win/.test(E),J=C?/mac/.test(C):/mac/.test(E),G=/webkit/.test(E)?parseFloat(E.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,D=!+"\v1",F=[0,0,0],K=null;
if(typeof Aa.plugins!=AQ&&typeof Aa.plugins[AB]==Ac){K=Aa.plugins[AB].description;
if(K&&!(typeof Aa.mimeTypes!=AQ&&Aa.mimeTypes[Ad]&&!Aa.mimeTypes[Ad].enabledPlugin)){AA=true;
D=false;
K=K.replace(/^.*\s+(\S+\s+\S+$)/,"$1");
F[0]=parseInt(K.replace(/^(.*)\..*$/,"$1"),10);
F[1]=parseInt(K.replace(/^.*\.(.*)\s.*$/,"$1"),10);
F[2]=/[a-zA-Z]/.test(K)?parseInt(K.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0
}}else{if(typeof AF.ActiveXObject!=AQ){try{var I=new ActiveXObject(X);
if(I){K=I.GetVariable("$version");
if(K){D=true;
K=K.split(" ")[1].split(",");
F=[parseInt(K[0],10),parseInt(K[1],10),parseInt(K[2],10)]
}}}catch(B){}}}return{w3:A,pv:F,wk:G,ie:D,win:H,mac:J}
}(),Aj=function(){if(!AH.w3){return 
}if((typeof Ak.readyState!=AQ&&Ak.readyState=="complete")||(typeof Ak.readyState==AQ&&(Ak.getElementsByTagName("body")[0]||Ak.body))){Ao()
}if(!AK){if(typeof Ak.addEventListener!=AQ){Ak.addEventListener("DOMContentLoaded",Ao,false)
}if(AH.ie&&AH.win){Ak.attachEvent(AW,function(){if(Ak.readyState=="complete"){Ak.detachEvent(AW,arguments.callee);
Ao()
}});
if(AF==top){(function(){if(AK){return 
}try{Ak.documentElement.doScroll("left")
}catch(A){setTimeout(arguments.callee,0);
return 
}Ao()
})()
}}if(AH.wk){(function(){if(AK){return 
}if(!/loaded|complete/.test(Ak.readyState)){setTimeout(arguments.callee,0);
return 
}Ao()
})()
}Ab(Ao)
}}();
function Ao(){if(AK){return 
}try{var B=Ak.getElementsByTagName("body")[0].appendChild(AR("span"));
B.parentNode.removeChild(B)
}catch(A){return 
}AK=true;
var D=Z.length;
for(var C=0;
C<D;
C++){Z[C]()
}}function AJ(A){if(AK){A()
}else{Z[Z.length]=A
}}function Ab(A){if(typeof AF.addEventListener!=AQ){AF.addEventListener("load",A,false)
}else{if(typeof Ak.addEventListener!=AQ){Ak.addEventListener("load",A,false)
}else{if(typeof AF.attachEvent!=AQ){Al(AF,"onload",A)
}else{if(typeof AF.onload=="function"){var B=AF.onload;
AF.onload=function(){B();
A()
}
}else{AF.onload=A
}}}}}function Am(){if(AA){Y()
}else{AM()
}}function Y(){var D=Ak.getElementsByTagName("body")[0];
var B=AR(Ac);
B.setAttribute("type",Ad);
var A=D.appendChild(B);
if(A){var C=0;
(function(){if(typeof A.GetVariable!=AQ){var E=A.GetVariable("$version");
if(E){E=E.split(" ")[1].split(",");
AH.pv=[parseInt(E[0],10),parseInt(E[1],10),parseInt(E[2],10)]
}}else{if(C<10){C++;
setTimeout(arguments.callee,10);
return 
}}D.removeChild(B);
A=null;
AM()
})()
}else{AM()
}}function AM(){var G=Af.length;
if(G>0){for(var H=0;
H<G;
H++){var C=Af[H].id;
var L=Af[H].callbackFn;
var A={success:false,id:C};
if(AH.pv[0]>0){var I=Ar(C);
if(I){if(AO(Af[H].swfVersion)&&!(AH.wk&&AH.wk<312)){AX(C,true);
if(L){A.success=true;
A.ref=AU(C);
L(A)
}}else{if(Af[H].expressInstall&&AT()){var E={};
E.data=Af[H].expressInstall;
E.width=I.getAttribute("width")||"0";
E.height=I.getAttribute("height")||"0";
if(I.getAttribute("class")){E.styleclass=I.getAttribute("class")
}if(I.getAttribute("align")){E.align=I.getAttribute("align")
}var F={};
var D=I.getElementsByTagName("param");
var K=D.length;
for(var J=0;
J<K;
J++){if(D[J].getAttribute("name").toLowerCase()!="movie"){F[D[J].getAttribute("name")]=D[J].getAttribute("value")
}}AE(E,F,C,L)
}else{Ae(I);
if(L){L(A)
}}}}}else{AX(C,true);
if(L){var B=AU(C);
if(B&&typeof B.SetVariable!=AQ){A.success=true;
A.ref=B
}L(A)
}}}}}function AU(B){var D=null;
var C=Ar(B);
if(C&&C.nodeName=="OBJECT"){if(typeof C.SetVariable!=AQ){D=C
}else{var A=C.getElementsByTagName(Ac)[0];
if(A){D=A
}}}return D
}function AT(){return !At&&AO("6.0.65")&&(AH.win||AH.mac)&&!(AH.wk&&AH.wk<312)
}function AE(F,D,H,E){At=true;
AP=E||null;
AS={success:false,id:H};
var A=Ar(H);
if(A){if(A.nodeName=="OBJECT"){Ai=An(A);
AD=null
}else{Ai=A;
AD=H
}F.id=AC;
if(typeof F.width==AQ||(!/%$/.test(F.width)&&parseInt(F.width,10)<310)){F.width="310"
}if(typeof F.height==AQ||(!/%$/.test(F.height)&&parseInt(F.height,10)<137)){F.height="137"
}Ak.title=Ak.title.slice(0,47)+" - Flash Player Installation";
var B=AH.ie&&AH.win?"ActiveX":"PlugIn",C="MMredirectURL="+AF.location.toString().replace(/&/g,"%26")+"&MMplayerType="+B+"&MMdoctitle="+Ak.title;
if(typeof D.flashvars!=AQ){D.flashvars+="&"+C
}else{D.flashvars=C
}if(AH.ie&&AH.win&&A.readyState!=4){var G=AR("div");
H+="SWFObjectNew";
G.setAttribute("id",H);
A.parentNode.insertBefore(G,A);
A.style.display="none";
(function(){if(A.readyState==4){A.parentNode.removeChild(A)
}else{setTimeout(arguments.callee,10)
}})()
}AZ(F,D,H)
}}function Ae(A){if(AH.ie&&AH.win&&A.readyState!=4){var B=AR("div");
A.parentNode.insertBefore(B,A);
B.parentNode.replaceChild(An(A),B);
A.style.display="none";
(function(){if(A.readyState==4){A.parentNode.removeChild(A)
}else{setTimeout(arguments.callee,10)
}})()
}else{A.parentNode.replaceChild(An(A),A)
}}function An(B){var D=AR("div");
if(AH.win&&AH.ie){D.innerHTML=B.innerHTML
}else{var E=B.getElementsByTagName(Ac)[0];
if(E){var A=E.childNodes;
if(A){var F=A.length;
for(var C=0;
C<F;
C++){if(!(A[C].nodeType==1&&A[C].nodeName=="PARAM")&&!(A[C].nodeType==8)){D.appendChild(A[C].cloneNode(true))
}}}}}return D
}function AZ(E,G,C){var D,A=Ar(C);
if(AH.wk&&AH.wk<312){return D
}if(A){if(typeof E.id==AQ){E.id=C
}if(AH.ie&&AH.win){var F="";
for(var I in E){if(E[I]!=Object.prototype[I]){if(I.toLowerCase()=="data"){G.movie=E[I]
}else{if(I.toLowerCase()=="styleclass"){F+=' class="'+E[I]+'"'
}else{if(I.toLowerCase()!="classid"){F+=" "+I+'="'+E[I]+'"'
}}}}}var H="";
for(var J in G){if(G[J]!=Object.prototype[J]){H+='<param name="'+J+'" value="'+G[J]+'" />'
}}A.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+F+">"+H+"</object>";
AG[AG.length]=E.id;
D=Ar(E.id)
}else{var B=AR(Ac);
B.setAttribute("type",Ad);
for(var K in E){if(E[K]!=Object.prototype[K]){if(K.toLowerCase()=="styleclass"){B.setAttribute("class",E[K])
}else{if(K.toLowerCase()!="classid"){B.setAttribute(K,E[K])
}}}}for(var L in G){if(G[L]!=Object.prototype[L]&&L.toLowerCase()!="movie"){Ap(B,L,G[L])
}}A.parentNode.replaceChild(B,A);
D=B
}}return D
}function Ap(B,D,C){var A=AR("param");
A.setAttribute("name",D);
A.setAttribute("value",C);
B.appendChild(A)
}function AV(A){var B=Ar(A);
if(B&&B.nodeName=="OBJECT"){if(AH.ie&&AH.win){B.style.display="none";
(function(){if(B.readyState==4){As(A)
}else{setTimeout(arguments.callee,10)
}})()
}else{B.parentNode.removeChild(B)
}}}function As(A){var B=Ar(A);
if(B){for(var C in B){if(typeof B[C]=="function"){B[C]=null
}}B.parentNode.removeChild(B)
}}function Ar(A){var C=null;
try{C=Ak.getElementById(A)
}catch(B){}return C
}function AR(A){return Ak.createElement(A)
}function Al(A,C,B){A.attachEvent(C,B);
AL[AL.length]=[A,C,B]
}function AO(A){var B=AH.pv,C=A.split(".");
C[0]=parseInt(C[0],10);
C[1]=parseInt(C[1],10)||0;
C[2]=parseInt(C[2],10)||0;
return(B[0]>C[0]||(B[0]==C[0]&&B[1]>C[1])||(B[0]==C[0]&&B[1]==C[1]&&B[2]>=C[2]))?true:false
}function AY(B,F,A,C){if(AH.ie&&AH.mac){return 
}var E=Ak.getElementsByTagName("head")[0];
if(!E){return 
}var G=(A&&typeof A=="string")?A:"screen";
if(C){Ag=null;
AN=null
}if(!Ag||AN!=G){var D=AR("style");
D.setAttribute("type","text/css");
D.setAttribute("media",G);
Ag=E.appendChild(D);
if(AH.ie&&AH.win&&typeof Ak.styleSheets!=AQ&&Ak.styleSheets.length>0){Ag=Ak.styleSheets[Ak.styleSheets.length-1]
}AN=G
}if(AH.ie&&AH.win){if(Ag&&typeof Ag.addRule==Ac){Ag.addRule(B,F)
}}else{if(Ag&&typeof Ak.createTextNode!=AQ){Ag.appendChild(Ak.createTextNode(B+" {"+F+"}"))
}}}function AX(A,C){if(!Ah){return 
}var B=C?"visible":"hidden";
if(AK&&Ar(A)){Ar(A).style.visibility=B
}else{AY("#"+A,"visibility:"+B)
}}function AI(B){var A=/[\\\"<>\.;]/;
var C=A.exec(B)!=null;
return C&&typeof encodeURIComponent!=AQ?encodeURIComponent(B):B
}var Aq=function(){if(AH.ie&&AH.win){window.attachEvent("onunload",function(){var A=AL.length;
for(var B=0;
B<A;
B++){AL[B][0].detachEvent(AL[B][1],AL[B][2])
}var D=AG.length;
for(var C=0;
C<D;
C++){AV(AG[C])
}for(var E in AH){AH[E]=null
}AH=null;
for(var F in swfobject){swfobject[F]=null
}swfobject=null
})
}}();
return{registerObject:function(A,E,C,B){if(AH.w3&&A&&E){var D={};
D.id=A;
D.swfVersion=E;
D.expressInstall=C;
D.callbackFn=B;
Af[Af.length]=D;
AX(A,false)
}else{if(B){B({success:false,id:A})
}}},getObjectById:function(A){if(AH.w3){return AU(A)
}},embedSWF:function(K,E,H,F,C,A,B,I,G,J){var D={success:false,id:E};
if(AH.w3&&!(AH.wk&&AH.wk<312)&&K&&E&&H&&F&&C){AX(E,false);
AJ(function(){H+="";
F+="";
var Q={};
if(G&&typeof G===Ac){for(var O in G){Q[O]=G[O]
}}Q.data=K;
Q.width=H;
Q.height=F;
var N={};
if(I&&typeof I===Ac){for(var P in I){N[P]=I[P]
}}if(B&&typeof B===Ac){for(var L in B){if(typeof N.flashvars!=AQ){N.flashvars+="&"+L+"="+B[L]
}else{N.flashvars=L+"="+B[L]
}}}if(AO(C)){var M=AZ(Q,N,E);
if(Q.id==E){AX(E,true)
}D.success=true;
D.ref=M
}else{if(A&&AT()){Q.data=A;
AE(Q,N,E,J);
return 
}else{AX(E,true)
}}if(J){J(D)
}})
}else{if(J){J(D)
}}},switchOffAutoHideShow:function(){Ah=false
},ua:AH,getFlashPlayerVersion:function(){return{major:AH.pv[0],minor:AH.pv[1],release:AH.pv[2]}
},hasFlashPlayerVersion:AO,createSWF:function(A,B,C){if(AH.w3){return AZ(A,B,C)
}else{return undefined
}},showExpressInstall:function(B,A,D,C){if(AH.w3&&AT()){AE(B,A,D,C)
}},removeSWF:function(A){if(AH.w3){AV(A)
}},createCSS:function(B,A,C,D){if(AH.w3){AY(B,A,C,D)
}},addDomLoadEvent:AJ,addLoadEvent:Ab,getQueryParamValue:function(B){var A=Ak.location.search||Ak.location.hash;
if(A){if(/\?/.test(A)){A=A.split("?")[1]
}if(B==null){return AI(A)
}var C=A.split("&");
for(var D=0;
D<C.length;
D++){if(C[D].substring(0,C[D].indexOf("="))==B){return AI(C[D].substring((C[D].indexOf("=")+1)))
}}}return""
},expressInstallCallback:function(){if(At){var A=Ar(AC);
if(A&&Ai){A.parentNode.replaceChild(Ai,A);
if(AD){AX(AD,true);
if(AH.ie&&AH.win){Ai.style.display="block"
}}if(AP){AP(AS)
}}At=false
}}}
}();
var Cufon=(function(){var P=function(){return P.replace.apply(null,arguments)
};
var D=P.DOM={ready:(function(){var b=false,A={loaded:1,complete:1};
var c=[],a=function(){if(b){return 
}b=true;
for(var d;
d=c.shift();
d()){}};
if(document.addEventListener){document.addEventListener("DOMContentLoaded",a,false);
window.addEventListener("pageshow",a,false)
}if(!window.opera&&document.readyState){(function(){A[document.readyState]?a():setTimeout(arguments.callee,10)
})()
}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");
a()
}catch(d){setTimeout(arguments.callee,1)
}})()
}K(window,"load",a);
return function(d){if(!arguments.length){a()
}else{b?d():c.push(d)
}}
})(),root:function(){return document.documentElement||document.body
}};
var O=P.CSS={Size:function(A,a){this.value=parseFloat(A);
this.unit=String(A).match(/[a-z%]*$/)[0]||"px";
this.convert=function(b){return b/a*this.value
};
this.convertFrom=function(b){return b/this.value*a
};
this.toString=function(){return this.value+this.unit
}
},addClass:function(a,b){var A=a.className;
a.className=A+(A&&" ")+b;
return a
},color:S(function(A){var a={};
a.color=A.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(c,d,b){a.opacity=parseFloat(b);
return"rgb("+d+")"
});
return a
}),fontStretch:S(function(A){if(typeof A=="number"){return A
}if(/%$/.test(A)){return parseFloat(A)/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}[A]||1
}),getStyle:function(A){var a=document.defaultView;
if(a&&a.getComputedStyle){return new AB(a.getComputedStyle(A,null))
}if(A.currentStyle){return new AB(A.currentStyle)
}return new AB(A.style)
},gradient:S(function(a){var A={id:a,type:a.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},d=a.substr(a.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);
for(var b=0,e=d.length,c;
b<e;
++b){c=d[b].split("=",2).reverse();
A.stops.push([c[1]||b/(e-1),c[0]])
}return A
}),quotedList:S(function(A){var a=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,c;
while(c=b.exec(A)){a.push(c[3]||c[1])
}return a
}),recognizesMedia:S(function(A){var b=document.createElement("style"),c,d,e;
b.type="text/css";
b.media=A;
try{b.appendChild(document.createTextNode("/**/"))
}catch(a){}d=V("head")[0];
d.insertBefore(b,d.firstChild);
c=(b.sheet||b.styleSheet);
e=c&&!c.disabled;
d.removeChild(b);
return e
}),removeClass:function(A,a){var b=RegExp("(?:^|\\s+)"+a+"(?=\\s|$)","g");
A.className=A.className.replace(b,"");
return A
},supports:function(A,a){var b=document.createElement("span").style;
if(b[A]===undefined){return false
}b[A]=a;
return b[A]===a
},textAlign:function(A,a,c,b){if(a.get("textAlign")=="right"){if(c>0){A=" "+A
}}else{if(c<b-1){A+=" "
}}return A
},textShadow:S(function(a){if(a=="none"){return null
}var b=[],A={},e,d=0;
var c=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;
while(e=c.exec(a)){if(e[0]==","){b.push(A);
A={};
d=0
}else{if(e[1]){A.color=e[1]
}else{A[["offX","offY","blur"][d++]]=e[2]
}}}b.push(A);
return b
}),textTransform:(function(){var A={uppercase:function(a){return a.toUpperCase()
},lowercase:function(a){return a.toLowerCase()
},capitalize:function(a){return a.replace(/\b./g,function(b){return b.toUpperCase()
})
}};
return function(a,b){var c=A[b.get("textTransform")];
return c?c(a):a
}
})(),whiteSpace:(function(){var A={inline:1,"inline-block":1,"run-in":1};
var a=/^\s+/,b=/\s+$/;
return function(c,e,d,f){if(f){if(f.nodeName.toLowerCase()=="br"){c=c.replace(a,"")
}}if(A[e.get("display")]){return c
}if(!d.previousSibling){c=c.replace(a,"")
}if(!d.nextSibling){c=c.replace(b,"")
}return c
}
})()};
O.ready=(function(){var b=!O.recognizesMedia("all"),h=false;
var A=[],e=function(){b=true;
for(var i;
i=A.shift();
i()){}};
var d=V("link"),c=V("style");
function a(i){return i.disabled||f(i.sheet,i.media||"screen")
}function f(o,l){if(!O.recognizesMedia(l||"all")){return true
}if(!o||o.disabled){return false
}try{var k=o.cssRules,m;
if(k){search:for(var i=0,j=k.length;
m=k[i],i<j;
++i){switch(m.type){case 2:break;
case 3:if(!f(m.styleSheet,m.media.mediaText)){return false
}break;
default:break search
}}}}catch(n){}return true
}function g(){if(document.createStyleSheet){return true
}var i,j;
for(j=0;
i=d[j];
++j){if(i.rel.toLowerCase()=="stylesheet"&&!a(i)){return false
}}for(j=0;
i=c[j];
++j){if(!a(i)){return false
}}return true
}D.ready(function(){if(!h){h=O.getStyle(document.body).isUsable()
}if(b||(h&&g())){e()
}else{setTimeout(arguments.callee,10)
}});
return function(i){if(b){i()
}else{A.push(i)
}}
})();
function I(A){var a=this.face=A.face,b={"\u0020":1,"\u00a0":1,"\u3000":1};
this.glyphs=A.glyphs;
this.w=A.w;
this.baseSize=parseInt(a["units-per-em"],10);
this.family=a["font-family"].toLowerCase();
this.weight=a["font-weight"];
this.style=a["font-style"]||"normal";
this.viewBox=(function(){var c=a.bbox.split(/\s+/);
var d={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};
d.width=d.maxX-d.minX;
d.height=d.maxY-d.minY;
d.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")
};
return d
})();
this.ascent=-parseInt(a.ascent,10);
this.descent=-parseInt(a.descent,10);
this.height=-this.ascent+this.descent;
this.spacing=function(g,e,n){var d=this.glyphs,f,h,l,c=[],m=0,i=-1,j=-1,k;
while(k=g[++i]){f=d[k]||this.missingGlyph;
if(!f){continue
}if(h){m-=l=h[k]||0;
c[j]-=l
}m+=c[++j]=~~(f.w||this.w)+e+(b[k]?n:0);
h=f.k
}c.total=m;
return c
}
}function W(){var A={},a={oblique:"italic",italic:"oblique"};
this.add=function(b){(A[b.style]||(A[b.style]={}))[b.weight]=b
};
this.get=function(e,d){var f=A[e]||A[a[e]]||A.normal||A.italic||A.oblique;
if(!f){return null
}d={normal:400,bold:700}[d]||parseInt(d,10);
if(f[d]){return f[d]
}var h={1:1,99:0}[d%100],b=[],g,i;
if(h===undefined){h=d>400
}if(d==500){d=400
}for(var c in f){if(!R(f,c)){continue
}c=parseInt(c,10);
if(!g||c<g){g=c
}if(!i||c>i){i=c
}b.push(c)
}if(d<g){d=g
}if(d>i){d=i
}b.sort(function(k,j){return(h?(k>=d&&j>=d)?k<j:k>j:(k<=d&&j<=d)?k>j:k<j)?-1:1
});
return f[b[0]]
}
}function J(){function a(e,d){if(e.contains){return e.contains(d)
}return e.compareDocumentPosition(d)&16
}function c(d){var e=d.relatedTarget;
if(!e||a(this,e)){return 
}b(this,d.type=="mouseover")
}function A(d){b(this,d.type=="mouseenter")
}function b(e,d){setTimeout(function(){var f=Y.get(e).options;
P.replace(e,d?U(f,f.hover):f,true)
},10)
}this.attach=function(d){if(d.onmouseenter===undefined){K(d,"mouseover",c);
K(d,"mouseout",c)
}else{K(d,"mouseenter",A);
K(d,"mouseleave",A)
}}
}function G(){var a=[],A={};
function b(c){var f=[],d;
for(var e=0;
d=c[e];
++e){f[e]=a[A[d]]
}return f
}this.add=function(c,d){A[c]=a.push(d)-1
};
this.repeat=function(){var e=arguments.length?b(arguments):a,d;
for(var c=0;
d=e[c++];
){P.replace(d[0],d[1],true)
}}
}function M(){var A={},b=0;
function a(c){return c.cufid||(c.cufid=++b)
}this.get=function(d){var c=a(d);
return A[c]||(A[c]={})
}
}function AB(b){var A={},a={};
this.extend=function(d){for(var c in d){if(R(d,c)){A[c]=d[c]
}}return this
};
this.get=function(c){return A[c]!=undefined?A[c]:b[c]
};
this.getSize=function(c,d){return a[c]||(a[c]=new O.Size(this.get(c),d))
};
this.isUsable=function(){return !!b
}
}function K(a,b,A){if(a.addEventListener){a.addEventListener(b,A,false)
}else{if(a.attachEvent){a.attachEvent("on"+b,function(){return A.call(a,window.event)
})
}}}function F(a,b){var A=Y.get(a);
if(A.options){return a
}if(b.hover&&b.hoverables[a.nodeName.toLowerCase()]){AA.attach(a)
}A.options=b;
return a
}function S(a){var A={};
return function(b){if(!R(A,b)){A[b]=a.apply(null,arguments)
}return A[b]
}
}function Z(A,a){var d=O.quotedList(a.get("fontFamily").toLowerCase()),b;
for(var c=0;
b=d[c];
++c){if(T[b]){return T[b].get(a.get("fontStyle"),a.get("fontWeight"))
}}return null
}function V(A){return document.getElementsByTagName(A)
}function R(A,a){return A.hasOwnProperty(a)
}function U(){var c={},d,A;
for(var a=0,b=arguments.length;
d=arguments[a],a<b;
++a){for(A in d){if(R(d,A)){c[A]=d[A]
}}}return c
}function N(l,d,a,c,k,A){var f=document.createDocumentFragment(),i;
if(d===""){return f
}var e=c.separate;
var h=d.split(L[e]),b=(e=="words");
if(b&&H){if(/^\s/.test(d)){h.unshift("")
}if(/\s$/.test(d)){h.push("")
}}for(var g=0,j=h.length;
g<j;
++g){i=B[c.engine](l,b?O.textAlign(h[g],a,g,j):h[g],a,c,k,A,g<j-1);
if(i){f.appendChild(i)
}}return f
}function Q(A,c){var a=A.nodeName.toLowerCase();
if(c.ignore[a]){return 
}var k=!c.textless[a];
var b=O.getStyle(F(A,c)).extend(c);
var j=Z(A,b),i,e,g,h,d,f;
if(!j){return 
}for(i=A.firstChild;
i;
i=g){e=i.nodeType;
g=i.nextSibling;
if(k&&e==3){if(h){h.appendData(i.data);
A.removeChild(i)
}else{h=i
}if(g){continue
}}if(h){A.replaceChild(N(j,O.whiteSpace(h.data,b,h,f),b,c,i,A),h);
h=null
}if(e==1){if(i.firstChild){if(i.nodeName.toLowerCase()=="cufon"){B[c.engine](j,null,b,c,i,A)
}else{arguments.callee(i,c)
}}f=i
}}}var H=" ".split(/\s+/).length==0;
var Y=new M();
var AA=new J();
var C=new G();
var X=false;
var B={},T={},E={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(A){return jQuery(A)
})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(A){return $$(A)
})||(window.$&&function(A){return $(A)
})||(document.querySelectorAll&&function(A){return document.querySelectorAll(A)
})||V),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};
var L={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};
P.now=function(){D.ready();
return P
};
P.refresh=function(){C.repeat.apply(C,arguments);
return P
};
P.registerEngine=function(A,a){if(!a){return P
}B[A]=a;
return P.set("engine",A)
};
P.registerFont=function(A){if(!A){return P
}var b=new I(A),a=b.family;
if(!T[a]){T[a]=new W()
}T[a].add(b);
return P.set("fontFamily",'"'+a+'"')
};
P.replace=function(A,a,b){a=U(E,a);
if(!a.engine){return P
}if(!X){O.addClass(D.root(),"cufon-active cufon-loading");
O.ready(function(){O.addClass(O.removeClass(D.root(),"cufon-loading"),"cufon-ready")
});
X=true
}if(a.hover){a.forceHitArea=true
}if(a.autoDetect){delete a.fontFamily
}if(typeof a.textShadow=="string"){a.textShadow=O.textShadow(a.textShadow)
}if(typeof a.color=="string"&&/^-/.test(a.color)){a.textGradient=O.gradient(a.color)
}else{delete a.textGradient
}if(!b){C.add(A,arguments)
}if(A.nodeType||typeof A=="string"){A=[A]
}O.ready(function(){for(var d=0,e=A.length;
d<e;
++d){var c=A[d];
if(typeof c=="string"){P.replace(a.selector(c),a,true)
}else{Q(c,a)
}}});
return P
};
P.set=function(a,A){E[a]=A;
return P
};
return P
})();
Cufon.registerEngine("canvas",(function(){var A=document.createElement("canvas");
if(!A||!A.getContext||!A.getContext.apply){return 
}A=null;
var B=Cufon.CSS.supports("display","inline-block");
var D=!B&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));
var C=document.createElement("style");
C.type="text/css";
C.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(D?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(B?"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(C);
function E(G,N){var I=0,J=0;
var O=[],H=/([mrvxe])([^a-z]*)/g,L;
generate:for(var M=0;
L=H.exec(G);
++M){var K=L[2].split(",");
switch(L[1]){case"v":O[M]={m:"bezierCurveTo",a:[I+~~K[0],J+~~K[1],I+~~K[2],J+~~K[3],I+=~~K[4],J+=~~K[5]]};
break;
case"r":O[M]={m:"lineTo",a:[I+=~~K[0],J+=~~K[1]]};
break;
case"m":O[M]={m:"moveTo",a:[I=~~K[0],J=~~K[1]]};
break;
case"x":O[M]={m:"closePath"};
break;
case"e":break generate
}N[O[M].m].apply(N,O[M].a)
}return O
}function F(G,H){for(var I=0,J=G.length;
I<J;
++I){var K=G[I];
H[K.m].apply(H,K.a)
}}return function(e,AR,y,AU,AM,d){var Ac=(AR===null);
if(Ac){AR=AM.getAttribute("alt")
}var AO=e.viewBox;
var Ab=y.getSize("fontSize",e.baseSize);
var AN=0,AA=0,AB=0,AT=0;
var AQ=AU.textShadow,AD=[];
if(AQ){for(var f=AQ.length;
f--;
){var AJ=AQ[f];
var AE=Ab.convertFrom(parseFloat(AJ.offX));
var AG=Ab.convertFrom(parseFloat(AJ.offY));
AD[f]=[AE,AG];
if(AG<AN){AN=AG
}if(AE>AA){AA=AE
}if(AG>AB){AB=AG
}if(AE<AT){AT=AE
}}}var a=Cufon.CSS.textTransform(AR,y).split("");
var AK=e.spacing(a,~~Ab.convertFrom(parseFloat(y.get("letterSpacing"))||0),~~Ab.convertFrom(parseFloat(y.get("wordSpacing"))||0));
if(!AK.length){return null
}var Ae=AK.total;
AA+=AO.width-AK[AK.length-1];
AT+=AO.minX;
var AV,Aa;
if(Ac){AV=AM;
Aa=AM.firstChild
}else{AV=document.createElement("cufon");
AV.className="cufon cufon-canvas";
AV.setAttribute("alt",AR);
Aa=document.createElement("canvas");
AV.appendChild(Aa);
if(AU.printable){var i=document.createElement("cufontext");
i.appendChild(document.createTextNode(AR));
AV.appendChild(i)
}}var AP=AV.style;
var AH=Aa.style;
var Ad=Ab.convert(AO.height);
var b=Math.ceil(Ad);
var AC=b/Ad;
var AI=AC*Cufon.CSS.fontStretch(y.get("fontStretch"));
var AF=Ae*AI;
var x=Math.ceil(Ab.convert(AF+AA-AT));
var AZ=Math.ceil(Ab.convert(AO.height-AN+AB));
Aa.width=x;
Aa.height=AZ;
AH.width=x+"px";
AH.height=AZ+"px";
AN+=AO.minY;
AH.top=Math.round(Ab.convert(AN-e.ascent))+"px";
AH.left=Math.round(Ab.convert(AT))+"px";
var AW=Math.max(Math.ceil(Ab.convert(AF)),0)+"px";
if(B){AP.width=AW;
AP.height=Ab.convert(e.height)+"px"
}else{AP.paddingLeft=AW;
AP.paddingBottom=(Ab.convert(e.height)-1)+"px"
}var c=Aa.getContext("2d"),AL=Ad/AO.height;
c.scale(AL,AL*AC);
c.translate(-AT,-AN);
c.save();
function g(){var G=e.glyphs,J,H=-1,I=-1,K;
c.scale(AI,1);
while(K=a[++H]){var J=G[a[H]]||e.missingGlyph;
if(!J){continue
}if(J.d){c.beginPath();
if(J.code){F(J.code,c)
}else{J.code=E("m"+J.d,c)
}c.fill()
}c.translate(AK[++I],0)
}c.restore()
}if(AQ){for(var f=AQ.length;
f--;
){var AJ=AQ[f];
c.save();
c.fillStyle=AJ.color;
c.translate.apply(c,AD[f]);
g()
}}var AX=AU.textGradient;
if(AX){var AS=AX.stops,AY=c.createLinearGradient(0,AO.minY,0,AO.maxY);
for(var f=0,l=AS.length;
f<l;
++f){AY.addColorStop.apply(AY,AS[f])
}c.fillStyle=AY
}else{c.fillStyle=y.get("color")
}g();
return AV
}
})());
Cufon.registerEngine("vml",(function(){var F=document.namespaces;
if(!F){return 
}F.add("cvml","urn:schemas-microsoft-com:vml");
F=null;
var A=document.createElement("cvml:shape");
A.style.behavior="url(#default#VML)";
if(!A.coordsize){return 
}A=null;
var C=(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:'+(C?"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 H(J,I){return B(J,/(?:em|ex|%)$|^[a-z-]+$/i.test(I)?"1em":I)
}function B(J,I){if(I==="0"){return 0
}if(/px$/i.test(I)){return parseFloat(I)
}var K=J.style.left,L=J.runtimeStyle.left;
J.runtimeStyle.left=J.currentStyle.left;
J.style.left=I.replace("%","em");
var M=J.style.pixelLeft;
J.style.left=K;
J.runtimeStyle.left=L;
return M
}function E(J,K,L,N){var M="computed"+N,I=K[M];
if(isNaN(I)){I=K.get(N);
K[M]=I=(I=="normal")?0:~~L.convertFrom(B(J,I))
}return I
}var D={};
function G(M){var L=M.id;
if(!D[L]){var O=M.stops,N=document.createElement("cvml:fill"),K=[];
N.type="gradient";
N.angle=180;
N.focus="0";
N.method="sigma";
N.color=O[0][1];
for(var I=1,J=O.length-1;
I<J;
++I){K.push(O[I][0]*100+"% "+O[I][1])
}N.colors=K.join(",");
N.color2=O[J][1];
D[L]=N
}return D[L]
}return function(AV,AL,b,AT,AF,AS,d){var Al=(AL===null);
if(Al){AL=AF.alt
}var AH=AV.viewBox;
var Aj=b.computedFontSize||(b.computedFontSize=new Cufon.CSS.Size(H(AS,b.get("fontSize"))+"px",AV.baseSize));
var Aa,Ai;
if(Al){Aa=AF;
Ai=AF.firstChild
}else{Aa=document.createElement("cufon");
Aa.className="cufon cufon-vml";
Aa.alt=AL;
Ai=document.createElement("cufoncanvas");
Aa.appendChild(Ai);
if(AT.printable){var a=document.createElement("cufontext");
a.appendChild(document.createTextNode(AL));
Aa.appendChild(a)
}if(!d){Aa.appendChild(document.createElement("cvml:shape"))
}}var AI=Aa.style;
var i=Ai.style;
var An=Aj.convert(AH.height),AP=Math.ceil(An);
var e=AP/An;
var AA=e*Cufon.CSS.fontStretch(b.get("fontStretch"));
var f=AH.minX,g=AH.minY;
i.height=AP;
i.top=Math.round(Aj.convert(g-AV.ascent));
i.left=Math.round(Aj.convert(f));
AI.height=Aj.convert(AV.height)+"px";
var AN=b.get("color");
var AM=Cufon.CSS.textTransform(AL,b).split("");
var AE=AV.spacing(AM,E(AS,b,Aj,"letterSpacing"),E(AS,b,Aj,"wordSpacing"));
if(!AE.length){return null
}var Ao=AE.total;
var Ab=-f+Ao+(AH.width-AE[AE.length-1]);
var AK=Aj.convert(Ab*AA),c=Math.round(AK);
var AB=Ab+","+AH.height,Am;
var AG="r"+AB+"ns";
var Ae=AT.textGradient&&G(AT.textGradient);
var Ak=AV.glyphs,h=0;
var AJ=AT.textShadow;
var AX=-1,AY=0,Ac;
while(Ac=AM[++AX]){var AR=Ak[AM[AX]]||AV.missingGlyph,Ad;
if(!AR){continue
}if(Al){Ad=Ai.childNodes[AY];
while(Ad.firstChild){Ad.removeChild(Ad.firstChild)
}}else{Ad=document.createElement("cvml:shape");
Ai.appendChild(Ad)
}Ad.stroked="f";
Ad.coordsize=AB;
Ad.coordorigin=Am=(f-h)+","+g;
Ad.path=(AR.d?"m"+AR.d+"xe":"")+"m"+Am+AG;
Ad.fillcolor=AN;
if(Ae){Ad.appendChild(Ae.cloneNode(false))
}var AQ=Ad.style;
AQ.width=c;
AQ.height=AP;
if(AJ){var Ag=AJ[0],Ah=AJ[1];
var AU=Cufon.CSS.color(Ag.color),AZ;
var AC=document.createElement("cvml:shadow");
AC.on="t";
AC.color=AU.color;
AC.offset=Ag.offX+","+Ag.offY;
if(Ah){AZ=Cufon.CSS.color(Ah.color);
AC.type="double";
AC.color2=AZ.color;
AC.offset2=Ah.offX+","+Ah.offY
}AC.opacity=AU.opacity||(AZ&&AZ.opacity)||1;
Ad.appendChild(AC)
}h+=AE[AY++]
}var AD=Ad.nextSibling,Af,AW;
if(AT.forceHitArea){if(!AD){AD=document.createElement("cvml:rect");
AD.stroked="f";
AD.className="cufon-vml-cover";
Af=document.createElement("cvml:fill");
Af.opacity=0;
AD.appendChild(Af);
Ai.appendChild(AD)
}AW=AD.style;
AW.width=c;
AW.height=AP
}else{if(AD){Ai.removeChild(AD)
}}AI.width=Math.max(Math.ceil(Aj.convert(Ao*AA)),0);
if(C){var j=b.computedYAdjust;
if(j===undefined){var AO=b.get("lineHeight");
if(AO=="normal"){AO="1em"
}else{if(!isNaN(AO)){AO+="em"
}}b.computedYAdjust=j=0.5*(B(AS,AO)-parseFloat(AI.height))
}if(j){AI.marginTop=Math.ceil(j)+"px";
AI.marginBottom=j+"px"
}}return Aa
}
})());
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * 2003 Albert Boton; published by FontShop International for the FontFont
 * library.
 * 
 * Trademark:
 * Cellini is a trademark of FSI Fonts und Software GmbH.
 * 
 * Manufacturer:
 * Albert Boton, published by FontShop International for the FontFont Library
 * 
 * Designer:
 * Albert Boton
 * 
 * Vendor URL:
 * http://www.fontfont.com
 * 
 * License information:
 * http://www.fontfont.com/eula/license.html
 */
Cufon.registerFont({w:193,face:{"font-family":"Cellini","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 0 8 0 0 2 0 4",ascent:"293",descent:"-67","x-height":"5",bbox:"-27 -334 347 72","underline-thickness":"7.2","underline-position":"-40.68","unicode-range":"U+0020-U+2122"},glyphs:{" ":{w:59},"\u00a0":{w:59},"\u00dd":{d:"172,-235r-58,141r0,84r31,0r0,10r-107,0r0,-10r33,0r0,-83r-57,-142r-15,0r0,-10r85,0r0,10r-24,0r47,124r52,-124r-27,0r0,-10r54,0r0,10r-14,0xm109,-270r-18,0r32,-56r40,0r0,4",w:182,k:{"\u00d2":13,"\u00d4":13,"\u00d3":13,"\u00c1":22,"\u00c2":22,"\u00d5":13,"\u00c3":22,"\u00c0":22,"\u00f8":29,"\u00e6":29,"\u00d8":13,"\u00c6":22,"\u00fc":12,"\u00fb":12,"\u00f9":12,"\u00fa":12,"\u00f5":29,"\u00f6":29,"\u00f4":29,"\u00f2":29,"\u00f3":29,"\u00f1":12,"\u00eb":29,"\u00ea":29,"\u00e8":29,"\u00e9":29,"\u00e7":29,"\u00e5":29,"\u00e3":29,"\u00e4":29,"\u00e2":29,"\u00e0":29,"\u00e1":29,"\u00d6":13,"\u00c7":13,"\u00c5":22,"\u00c4":22,z:12,y:12,x:12,w:12,v:12,u:12,t:12,s:12,r:12,q:29,p:12,o:29,n:12,m:12,j:12,g:29,f:12,e:29,d:29,c:29,a:29,Q:13,O:13,G:13,C:13,A:22,".":39}},"\u00fd":{d:"140,-153r-74,190v-4,11,-9,20,-16,26v-7,6,-16,9,-28,9v-5,0,-9,-1,-14,-2v-5,-1,-9,-3,-12,-6v-3,-3,-6,-6,-8,-10v-2,-4,-3,-8,-3,-14v0,-5,1,-10,4,-14v3,-4,7,-5,12,-5v5,0,9,0,11,3v2,3,3,6,3,10v0,2,0,4,-1,6v-1,2,-1,4,-1,6v0,5,1,8,3,11v2,3,5,4,11,4v7,0,13,-2,18,-8v5,-6,8,-12,11,-19v3,-8,7,-16,10,-25v3,-9,6,-16,8,-22r-57,-140r-18,0r0,-10r78,0r0,10r-21,0r36,94r35,-94r-24,0r0,-10r53,0r0,10r-16,0xm87,-189r-18,0r32,-56r40,0r0,4",w:150},"\u00de":{d:"191,-151v0,7,-2,14,-5,21v-3,7,-8,12,-14,17v-6,5,-12,9,-20,12v-8,3,-16,5,-25,5r-41,0r0,86r34,0r0,10r-105,0r0,-10r30,0r0,-225r-30,0r0,-10r102,0r0,10r-31,0r0,31r40,0v20,0,37,5,48,14v11,9,17,22,17,39xm149,-151v0,-6,-1,-12,-2,-17v-1,-5,-4,-10,-7,-14v-3,-4,-7,-7,-13,-9v-6,-2,-13,-3,-22,-3r-19,0r0,88r21,0v16,0,27,-4,33,-12v6,-8,9,-19,9,-33",w:203,k:{".":39}},"\u00fe":{d:"181,-81v0,12,-1,23,-4,34v-3,11,-7,20,-13,28v-6,8,-14,14,-23,18v-9,4,-20,6,-32,6v-12,0,-22,-2,-29,-7v-7,-5,-12,-10,-14,-16r0,75r30,0r0,10r-92,0r0,-10r28,0r0,-312r-27,0r0,-10r32,0r29,-3r0,125v4,-8,10,-15,17,-19v7,-4,16,-6,26,-6v12,0,23,2,32,7v9,5,17,11,23,19v6,8,10,18,13,28v3,10,4,21,4,33xm141,-84v0,-25,-3,-43,-9,-55v-6,-12,-16,-18,-29,-18v-8,0,-14,2,-19,6v-5,4,-9,9,-12,15v-3,6,-5,13,-6,20v-1,7,-2,14,-2,20r0,30v0,6,1,14,2,21v1,7,3,13,6,19v3,6,7,11,12,15v5,4,12,6,20,6v9,0,15,-2,20,-7v5,-5,8,-11,11,-19v3,-8,4,-16,5,-25v1,-9,1,-19,1,-28",w:195},"\u00bd":{d:"163,0r0,-11v12,-9,11,-10,24,-20v9,-7,17,-13,24,-20v9,-9,15,-18,18,-27v3,-9,4,-19,4,-30r0,-11v0,0,-1,-7,-3,-10v-2,-3,-4,-6,-7,-8v-3,-2,-7,-3,-12,-3v-5,0,-9,1,-13,4v-4,3,-6,8,-6,16r0,5v0,0,1,2,1,4v0,3,-1,5,-3,8v-2,3,-5,4,-9,4v-5,0,-9,-2,-11,-5v-2,-3,-3,-7,-3,-11v0,-6,1,-11,4,-15v3,-4,7,-8,11,-11v4,-3,9,-5,15,-6v6,-1,10,-1,16,-1v7,0,13,0,19,2v6,2,12,4,16,7v4,3,7,7,10,12v3,5,4,11,4,18v0,12,-4,23,-11,32v-7,9,-15,18,-24,26r-15,13v-5,4,-5,4,-8,7v-3,3,-3,2,-5,4v-1,1,-3,3,-6,5r63,0r0,-13r8,0r0,35r-101,0xm13,-100r0,-9r31,0r0,-121r-31,11r0,-11r46,-15r12,0r0,136r31,0r0,9r-89,0xm83,0r-16,0r124,-245r16,0",w:273},"\u00bc":{d:"231,-34r0,34r-25,0r0,-34r-69,0r0,-13r83,-98r17,0r-80,95r49,0r0,-48r25,0r0,48r27,0r0,16r-27,0xm13,-100r0,-9r31,0r0,-121r-31,11r0,-11r46,-15r12,0r0,136r31,0r0,9r-89,0xm85,0r-17,0r125,-245r16,0",w:272},"\u00b9":{d:"10,-100r0,-9r31,0r0,-124r-31,12r0,-12r45,-14r13,0r0,138r31,0r0,9r-89,0",w:106},"\u00be":{d:"116,-140v0,7,-1,13,-4,18v-3,5,-8,9,-13,13v-5,4,-11,7,-18,9v-7,2,-14,3,-22,3v-6,0,-12,-1,-18,-2v-6,-1,-10,-3,-15,-6v-5,-3,-9,-6,-12,-10v-3,-4,-5,-8,-5,-14v0,-2,1,-4,1,-6v0,-2,1,-3,2,-5v1,-2,3,-3,5,-4v2,-1,4,-2,7,-2v3,0,5,1,7,3v2,2,4,5,4,9v0,1,-1,2,-2,4v-1,2,-1,4,-1,5v0,6,3,11,8,14v5,3,12,3,19,3v5,0,9,0,13,-2v4,-2,7,-5,9,-8v2,-3,4,-6,5,-10v1,-4,1,-8,1,-12v0,-5,0,-10,-1,-14v-1,-4,-2,-9,-4,-12v-2,-3,-5,-5,-9,-7v-4,-2,-10,-2,-17,-2r-4,0r-4,0r0,-12r4,0r3,0v11,0,18,-2,22,-6v4,-4,6,-11,6,-21v0,-7,-1,-14,-5,-19v-4,-5,-10,-7,-19,-7v-9,0,-15,2,-18,5v-3,3,-5,9,-5,15v0,1,1,2,1,4r0,4v0,2,-1,3,-3,5v-2,2,-4,3,-6,3v-5,0,-8,-2,-10,-5v-2,-3,-3,-6,-3,-9v0,-6,1,-11,4,-15v3,-4,7,-7,11,-10v4,-3,9,-4,14,-5v5,-1,10,-2,16,-2v6,0,12,1,18,2v6,1,12,3,17,6v5,3,8,6,11,11v3,5,5,10,5,17v0,10,-4,18,-11,23v-7,5,-17,9,-28,10v13,1,24,5,32,12v8,7,12,17,12,29xm244,-34r0,34r-25,0r0,-34r-69,0r0,-13r83,-101r17,0r-80,98r49,0r0,-48r25,0r0,48r27,0r0,16r-27,0xm91,0r-16,0r124,-245r16,0",w:278},"\u00b3":{d:"110,-140v0,7,-1,13,-4,18v-3,5,-8,9,-13,13v-5,4,-11,7,-18,9v-7,2,-14,3,-22,3v-6,0,-12,-1,-18,-2v-6,-1,-11,-3,-16,-6v-5,-3,-8,-6,-11,-10v-3,-4,-5,-8,-5,-14v0,-2,1,-4,1,-6v0,-2,1,-3,2,-5v1,-2,2,-3,4,-4v2,-1,5,-2,8,-2v3,0,5,1,7,3v2,2,3,5,3,9v0,1,0,2,-1,4v-1,2,-1,4,-1,5v0,6,3,11,8,14v5,3,12,3,19,3v5,0,9,0,13,-2v4,-2,7,-5,9,-8v2,-3,4,-6,5,-10v1,-4,1,-8,1,-12v0,-5,0,-10,-1,-14v-1,-4,-2,-9,-4,-12v-2,-3,-6,-5,-10,-7v-4,-2,-9,-2,-16,-2r-4,0r-4,0r0,-12r4,0r3,0v11,0,18,-2,22,-6v4,-4,6,-11,6,-21v0,-7,-1,-14,-5,-19v-4,-5,-10,-7,-19,-7v-9,0,-15,2,-18,5v-3,3,-5,9,-5,15r0,4v0,0,1,3,1,4v0,2,-1,3,-3,5v-2,2,-4,3,-6,3v-5,0,-8,-2,-10,-5v-2,-3,-3,-6,-3,-9v0,-6,1,-11,4,-15v3,-4,6,-7,10,-10v4,-3,9,-4,14,-5v5,-1,11,-2,17,-2v6,0,12,1,18,2v6,1,12,3,17,6v5,3,8,6,11,11v3,5,4,10,4,17v0,10,-4,18,-11,23v-7,5,-16,9,-27,10v13,1,24,5,32,12v8,7,12,17,12,29",w:126},"\u00b2":{d:"13,-100r0,-11v12,-9,12,-9,25,-20v9,-7,17,-14,24,-21v9,-9,15,-19,18,-28v3,-9,5,-19,5,-30v0,-4,-1,-7,-1,-11v0,-4,-1,-7,-3,-10v-2,-3,-4,-6,-7,-8v-3,-2,-7,-4,-12,-4v-5,0,-10,2,-14,5v-4,3,-6,8,-6,16v0,2,1,4,1,5v0,1,1,2,1,4v0,3,-2,5,-4,8v-2,3,-5,4,-9,4v-5,0,-8,-2,-11,-5v-3,-3,-3,-7,-3,-11v0,-6,1,-12,4,-16v3,-4,7,-7,11,-10v4,-3,9,-5,15,-6v6,-1,11,-2,17,-2v7,0,14,0,20,2v6,2,10,5,15,8v5,3,8,7,11,12v3,5,4,11,4,18v0,12,-4,23,-11,32v-7,9,-15,19,-25,27v-10,9,-10,10,-15,14v-5,4,-5,4,-8,6v-3,2,-3,3,-5,5v-2,1,-4,3,-7,5r65,0r0,-14r8,0r0,36r-103,0",w:137},"\u00a6":{d:"30,-145r0,-101r20,0r0,101r-20,0xm30,0r0,-101r20,0r0,101r-20,0",w:79},"\u00d7":{d:"111,-81r68,68r-16,15r-68,-68r-67,68r-16,-16r68,-68r-68,-68r15,-15r68,67r69,-68r16,16",w:190},"!":{d:"89,-213v0,5,0,10,-1,15v-1,5,-2,11,-3,17v-1,6,-3,11,-4,16r-3,15v-2,10,-3,20,-4,30v-1,10,-2,20,-2,31r0,15v0,5,0,11,1,16r-14,0v0,-5,2,-10,2,-16r0,-15v0,-11,-1,-21,-2,-31v-1,-10,-3,-20,-5,-30v0,-3,-1,-7,-2,-12v-1,-5,-3,-11,-4,-17r-3,-18v0,0,-1,-11,-1,-15v0,-3,0,-7,1,-11v1,-4,1,-9,3,-13v2,-4,4,-7,7,-10v3,-3,7,-5,12,-5v5,0,8,2,11,5v3,3,5,5,7,9v2,4,3,9,3,13v0,4,1,8,1,11xm92,-21v0,7,-3,14,-8,19v-5,5,-11,7,-18,7v-7,0,-14,-2,-19,-7v-5,-5,-8,-12,-8,-19v0,-7,3,-13,8,-18v5,-5,12,-8,19,-8v7,0,13,3,18,8v5,5,8,11,8,18",w:131},'"':{d:"110,-230v0,3,0,6,-1,10v-1,6,-1,5,-3,13v-1,5,-3,12,-4,20v-1,8,-3,17,-4,28r-11,0v-1,-11,-3,-20,-4,-28v-1,-8,-3,-15,-4,-20v-1,-5,-2,-9,-3,-13v-1,-4,-1,-7,-1,-10v0,-4,0,-10,3,-14v3,-4,8,-6,15,-6v7,0,12,2,14,6v2,4,3,10,3,14xm57,-230v0,3,0,5,-1,9v-1,5,-1,6,-3,14v-1,5,-3,11,-4,19v-1,8,-3,18,-4,29r-10,0v-1,-11,-3,-20,-5,-28v-2,-8,-3,-15,-4,-20v-2,-8,-2,-7,-3,-13v-1,-4,-1,-7,-1,-10v0,-4,1,-10,3,-14v2,-4,7,-6,14,-6v7,0,11,2,14,6v3,4,4,10,4,14",w:131},"#":{d:"182,-167r-33,0r-20,88r32,0r-3,16r-32,0r-15,63r-18,0r14,-63r-47,0r-14,63r-19,0r15,-63r-33,0r3,-16r33,0r20,-88r-32,0r3,-15r33,0r14,-63r19,0r-14,63r46,0r14,-63r19,0r-14,63r32,0xm84,-167r-20,88r47,0r20,-88r-47,0"},"$":{d:"179,-68v0,11,-2,20,-6,29v-4,9,-9,17,-16,23v-7,6,-15,11,-24,15v-9,4,-19,5,-29,6r0,31r-16,0r0,-31v-6,-1,-11,-2,-16,-3v-5,-1,-10,-3,-14,-4v-4,-1,-7,-2,-11,-3v-4,-1,-7,-2,-10,-2v-3,0,-4,1,-6,2v-2,1,-3,3,-3,5r-10,0r0,-73r11,0v1,8,3,16,6,23v3,7,8,14,13,20v5,6,10,12,17,16v7,4,15,7,23,8r0,-102v-9,-3,-18,-6,-26,-10v-8,-4,-15,-8,-22,-14v-7,-6,-12,-12,-16,-20v-4,-8,-6,-19,-6,-31v0,-11,1,-20,5,-28v4,-8,9,-14,15,-20v6,-6,13,-10,22,-13v9,-3,18,-5,28,-5r0,-30r16,0r0,30v9,1,17,4,24,7v7,3,12,5,17,5v5,0,8,-2,10,-7r9,0r0,68r-10,0v0,0,0,-3,-1,-9v-1,-6,-4,-12,-7,-19v-3,-7,-8,-14,-15,-20v-7,-6,-16,-11,-27,-13r0,88v1,0,3,1,4,1v1,0,2,1,3,1v11,4,21,9,29,13v8,4,15,10,21,16v6,6,10,13,13,21v3,8,5,17,5,29xm154,-53v0,-8,-1,-14,-4,-19v-3,-5,-6,-10,-11,-13v-5,-3,-10,-7,-16,-9v-9,-4,-10,-3,-19,-7r0,95v14,-1,27,-5,36,-13v9,-8,14,-19,14,-34xm88,-238v-6,0,-12,1,-18,3v-6,2,-11,5,-15,8v-4,3,-8,8,-10,13v-2,5,-3,11,-3,17v0,6,1,11,4,15v3,4,6,8,10,11v4,3,9,5,15,8v6,3,11,5,17,7r0,-82"},"%":{d:"334,-73v0,8,-1,18,-3,27v-2,9,-6,17,-11,25v-5,8,-11,14,-20,19v-9,5,-20,7,-32,7v-12,0,-22,-2,-31,-7v-9,-5,-16,-11,-21,-18v-5,-7,-9,-15,-12,-24v-3,-9,-3,-17,-3,-25v0,-8,1,-18,3,-27v2,-9,7,-17,12,-25v5,-8,12,-14,21,-19v9,-5,20,-8,32,-8v12,0,23,2,31,7v8,5,15,11,20,18v5,7,9,16,11,25v2,9,3,17,3,25xm153,-179v0,8,-1,17,-3,26v-2,9,-6,17,-11,25v-5,8,-12,14,-20,19v-8,5,-20,8,-32,8v-12,0,-21,-2,-30,-7v-9,-5,-17,-11,-22,-18v-5,-7,-8,-15,-11,-24v-3,-9,-4,-18,-4,-26v0,-8,1,-17,3,-26v2,-9,7,-18,12,-26v5,-8,12,-14,21,-19v9,-5,20,-8,32,-8v12,0,23,2,31,7v8,5,15,12,20,19v5,7,9,15,11,24v2,9,3,18,3,26xm301,-72r0,-18v0,0,-2,-15,-4,-22v-2,-7,-6,-13,-10,-18v-4,-5,-11,-8,-18,-8v-8,0,-14,3,-18,8v-4,5,-8,11,-10,18v-2,7,-3,15,-4,23v-1,8,-1,14,-1,19v0,5,0,12,1,19v1,7,2,15,4,22v2,7,6,12,10,17v4,5,10,7,17,7v8,0,14,-2,18,-7v4,-5,8,-11,10,-18v2,-7,3,-14,4,-22v1,-8,1,-14,1,-20xm121,-178v0,-5,-1,-12,-1,-19v0,-7,-2,-15,-4,-22v-2,-7,-6,-13,-10,-18v-4,-5,-10,-7,-17,-7v-8,0,-15,2,-19,7v-4,5,-8,11,-10,18v-2,7,-3,15,-4,23v-1,8,-1,15,-1,20v0,5,0,12,1,19v1,7,3,14,5,21v2,7,6,13,10,18v4,5,9,7,16,7v8,0,15,-3,19,-8v4,-5,8,-11,10,-18v2,-7,3,-14,4,-22v1,-8,1,-13,1,-19xm125,0r-22,0r124,-245r21,0",w:353},"&":{d:"189,0r-8,-10v-4,-4,-3,-5,-7,-9v-4,-4,-4,-5,-7,-8v-8,12,-17,20,-29,25v-12,5,-24,7,-38,7v-10,0,-19,-1,-29,-4v-10,-3,-18,-6,-26,-11v-8,-5,-14,-12,-19,-20v-5,-8,-8,-17,-8,-28v0,-10,2,-18,6,-26v4,-8,9,-15,15,-22v6,-7,13,-12,20,-18v11,-8,11,-9,22,-17v-6,-8,-11,-17,-15,-27v-4,-10,-7,-20,-7,-30v0,-8,2,-16,5,-22v3,-6,7,-12,12,-17v5,-5,12,-7,19,-10v7,-3,15,-4,23,-4v6,0,12,0,18,2v6,2,11,4,15,7v4,3,8,7,10,12v2,5,3,10,3,16v0,7,-2,13,-5,19v-3,6,-7,11,-12,16v-5,5,-9,10,-15,14r-16,12v8,10,7,11,15,21r16,21r15,20v0,0,6,7,9,11v2,3,4,6,5,7r2,2r0,-2v0,0,1,-2,2,-4r2,-6v1,-2,1,-4,2,-6v3,-9,3,-8,6,-17v2,-6,5,-11,8,-16v3,-5,7,-8,12,-11v5,-3,11,-5,18,-5v7,0,13,3,17,8v4,5,7,11,7,17v0,5,-1,10,-4,14v-3,4,-7,6,-13,6v-4,0,-7,0,-10,-3v-3,-3,-5,-6,-5,-10r0,-4v0,0,1,-3,1,-4v0,-2,0,-4,-1,-5v-1,-1,-3,-2,-6,-2v-2,0,-3,1,-5,2v-2,1,-3,4,-5,7v-2,3,-3,7,-5,12v-2,5,-5,11,-7,18v-1,3,-2,6,-3,10v-1,4,-3,8,-4,11r41,51r29,0r0,10r-66,0xm113,-97r-25,-34v-6,5,-11,9,-15,14v-4,5,-7,10,-9,16v-2,6,-3,12,-4,18v-1,6,-1,12,-1,19v0,8,1,16,3,23v2,7,5,13,9,18v4,5,10,9,16,12v6,3,14,5,23,5v4,0,9,-1,14,-3v5,-2,10,-3,15,-6v5,-3,8,-6,12,-10v4,-4,6,-7,8,-11xm150,-213v0,-5,-1,-10,-3,-13v-2,-3,-4,-6,-7,-8v-3,-2,-7,-5,-11,-6v-4,-1,-9,-1,-13,-1v-8,0,-16,3,-22,8v-6,5,-9,12,-9,21v0,4,1,8,3,13v2,5,4,8,6,13v2,5,5,9,8,13v4,6,4,6,7,11v6,-5,6,-4,13,-10v5,-4,10,-8,14,-12v4,-4,7,-9,10,-14v3,-5,4,-9,4,-15",w:251},"'":{d:"57,-230v0,3,0,5,-1,9v-1,5,-1,6,-3,14v-1,5,-3,11,-4,19v-1,8,-3,18,-4,29r-10,0v-1,-11,-3,-20,-5,-28v-2,-8,-3,-15,-4,-20v-2,-8,-2,-7,-3,-13v-1,-4,-1,-7,-1,-10v0,-4,1,-10,3,-14v2,-4,7,-6,14,-6v7,0,11,2,14,6v3,4,4,10,4,14",w:78},"(":{d:"91,71v-11,-11,-20,-22,-29,-35v-9,-13,-16,-25,-22,-39v-6,-14,-10,-28,-13,-43v-3,-15,-5,-29,-5,-44v0,-30,6,-59,19,-86v13,-27,30,-52,52,-75r5,5v0,0,4,3,6,5v-10,10,-18,21,-25,33v-7,12,-12,24,-17,37v-5,13,-8,26,-10,40v-2,14,-3,27,-3,41v0,28,4,54,13,80v9,26,23,49,42,71",w:109},")":{d:"87,-90v0,30,-6,59,-19,86v-13,27,-29,52,-51,75v-2,-2,-4,-3,-6,-5r-6,-6v10,-10,18,-20,25,-32v7,-12,13,-24,18,-37v5,-13,7,-26,9,-40v2,-14,3,-27,3,-41v0,-28,-3,-55,-12,-81v-9,-26,-24,-49,-43,-71r13,-9v11,11,20,21,29,34v9,13,16,26,22,40v6,14,11,28,14,43v3,15,4,29,4,44",w:109},"*":{d:"136,-207v0,5,-2,9,-6,11v-4,2,-8,3,-13,3r-38,0r9,7v0,0,6,3,11,7v5,4,5,4,11,8r6,6v0,0,2,5,2,8v0,4,-1,7,-4,10v-3,3,-6,5,-10,5v-3,0,-6,-1,-9,-4v-3,-3,-5,-6,-6,-9r-12,-37r-13,37v-1,3,-3,6,-6,9v-3,3,-6,4,-10,4v-10,0,-15,-5,-15,-15v0,-3,1,-6,3,-8v2,-2,4,-4,7,-6r32,-23r-39,1v-5,0,-10,-1,-13,-4v-3,-3,-5,-6,-5,-10v0,-4,1,-8,4,-11v3,-3,6,-4,11,-4v2,0,4,0,6,1v2,1,4,3,5,4r32,21r-13,-37v0,-1,-1,-2,-1,-4r0,-3v0,-5,0,-8,3,-11v3,-3,6,-4,11,-4v4,0,7,1,10,4v3,3,4,7,4,11r0,3v0,0,-1,3,-1,4r-11,37v4,-3,4,-3,10,-6v4,-2,7,-5,10,-7r12,-8v3,-2,2,-3,5,-4v2,-1,4,-1,6,-1v4,0,7,1,10,4v3,3,5,7,5,11",w:143},"+":{d:"106,-71r0,71r-22,0r0,-71r-72,0r0,-21r72,0r0,-71r22,0r0,71r73,0r0,21r-73,0",w:190},",":{d:"88,4v0,15,-4,27,-12,37v-8,10,-21,16,-35,16r-2,-7v12,-1,21,-5,28,-12v7,-7,10,-17,10,-29v0,-6,-1,-10,-2,-14v-1,-4,-3,-7,-5,-10v1,5,0,10,-3,15v-3,5,-9,8,-18,8v-6,0,-12,-2,-17,-7v-5,-5,-7,-11,-7,-17v0,-7,3,-14,8,-18v5,-4,11,-6,17,-6v6,0,11,0,16,3v5,3,9,6,12,10v3,4,6,9,8,14v2,5,2,11,2,17",w:108},"-":{d:"5,-71r0,-21r99,0r0,21r-99,0",w:109},"\u00ad":{d:"5,-71r0,-21r99,0r0,21r-99,0",w:109},".":{d:"78,-21v0,7,-3,14,-8,19v-5,5,-12,7,-19,7v-7,0,-13,-2,-18,-7v-5,-5,-8,-12,-8,-19v0,-7,3,-13,8,-18v5,-5,11,-8,18,-8v7,0,14,3,19,8v5,5,8,11,8,18",w:102},"/":{d:"37,0r-23,0r80,-245r24,0",w:130},"0":{d:"177,-124v0,14,0,29,-3,44v-3,15,-8,28,-14,41v-6,13,-15,24,-25,32v-10,8,-23,12,-39,12v-15,0,-28,-3,-38,-11v-10,-8,-19,-18,-25,-30v-6,-12,-10,-25,-13,-40v-3,-15,-4,-29,-4,-42v0,-9,1,-20,2,-30v1,-10,2,-20,5,-30v3,-10,7,-18,11,-27v4,-9,9,-16,15,-23v6,-7,13,-12,21,-16v8,-4,17,-6,27,-6v11,0,20,1,28,5v8,4,15,9,21,15v6,6,11,14,15,22v4,8,8,18,10,27v2,9,4,18,5,28v1,10,1,20,1,29xm135,-122r0,-21v0,0,0,-15,-1,-24v-1,-9,-2,-18,-4,-26v-2,-8,-3,-15,-6,-22v-3,-7,-7,-13,-11,-17v-4,-4,-9,-6,-15,-6v-7,0,-12,2,-17,6v-5,4,-9,9,-12,16v-3,7,-4,14,-6,23v-2,9,-3,17,-4,26v-1,9,-1,18,-1,26r0,22r0,21v0,0,0,16,1,24v1,8,1,17,3,25v2,8,4,15,7,21v3,6,7,12,11,16v4,4,10,6,16,6v10,0,17,-4,22,-13v5,-9,9,-19,12,-31v3,-12,5,-25,5,-38r0,-34"},"1":{d:"43,0r0,-10r42,0r0,-211r-45,18r0,-16r68,-25r15,0r0,234r41,0r0,10r-121,0"},"2":{d:"171,-48v0,4,-1,9,-1,15r0,15r0,18r-153,0r0,-15r50,-48v9,-9,17,-17,25,-27v8,-10,15,-20,20,-30v5,-10,10,-21,13,-32v3,-11,4,-21,4,-32v0,-6,0,-12,-1,-19v-1,-7,-2,-13,-5,-18v-3,-5,-7,-10,-12,-13v-5,-3,-11,-5,-19,-5v-11,0,-19,3,-25,9v-6,6,-9,14,-9,26v0,4,1,7,2,10v1,3,1,7,1,9v0,5,-1,10,-4,13v-3,3,-9,5,-15,5v-3,0,-6,-1,-8,-3v-2,-2,-5,-3,-6,-6r-3,-9v0,0,-1,-6,-1,-9v0,-10,2,-18,6,-25v4,-7,10,-14,16,-18v6,-4,14,-7,22,-9v8,-2,17,-3,26,-3v11,0,21,0,30,3v9,3,17,7,24,13v7,6,12,12,16,20v4,8,6,18,6,29v0,10,-3,20,-6,29v-3,9,-7,17,-13,25v-6,8,-12,16,-19,23r-22,21v-13,12,-12,11,-20,19r-13,13v-3,3,-6,5,-8,7r-5,5r-6,6v0,0,-3,3,-9,8r112,0r0,-20r10,0"},"3":{d:"173,-67v0,11,-3,21,-7,30v-4,9,-10,17,-17,23v-7,6,-16,12,-26,15v-10,3,-21,5,-33,5v-8,0,-16,-1,-24,-2v-8,-1,-16,-4,-23,-8v-7,-4,-12,-9,-17,-15v-5,-6,-7,-14,-7,-24v0,-6,1,-11,4,-16v3,-5,8,-8,15,-8v5,0,8,1,11,4v3,3,5,6,5,11v0,3,0,5,-1,8v-1,3,-1,5,-1,8v0,6,1,11,3,15v2,4,5,7,8,10v3,3,8,4,13,5v5,1,10,2,15,2v8,0,15,-2,20,-6v5,-4,9,-8,12,-14v3,-6,6,-13,7,-21v1,-8,2,-15,2,-23v0,-10,-1,-18,-2,-26v-1,-8,-4,-14,-7,-19v-3,-5,-8,-9,-14,-12v-6,-3,-15,-4,-25,-4r-5,0r-5,0r0,-12v2,0,3,1,3,1r3,0v16,0,27,-5,33,-13v6,-8,10,-20,10,-37v0,-6,0,-12,-1,-18v-1,-6,-3,-12,-6,-17v-3,-5,-6,-9,-10,-12v-4,-3,-10,-4,-16,-4v-13,0,-21,3,-26,10v-5,7,-7,17,-7,29v0,2,0,4,1,6v1,2,1,4,1,6v0,3,-2,7,-4,9v-2,2,-6,4,-9,4v-4,0,-7,-1,-10,-2v-3,-1,-5,-3,-7,-5v-2,-2,-3,-5,-4,-8v-1,-3,-1,-6,-1,-9v0,-10,2,-18,6,-24v4,-6,9,-11,16,-15v7,-4,14,-7,22,-8v8,-1,16,-2,24,-2v10,0,19,1,27,3v8,2,16,6,22,11v6,5,11,11,15,19v4,8,6,17,6,28v0,8,-1,15,-4,21v-3,6,-6,11,-11,16v-5,5,-11,8,-18,11v-7,3,-13,5,-21,6v10,1,18,3,26,7v8,4,15,9,21,15v6,6,10,12,13,20v3,8,5,17,5,26"},"4":{d:"144,-58r0,58r-35,0r0,-58r-96,0r0,-19r120,-168r18,0r-122,168r80,0r0,-84r35,0r0,84r38,0r0,19r-38,0"},"5":{d:"175,-81v0,12,-2,24,-6,35v-4,11,-10,19,-17,27v-7,8,-17,14,-27,18v-10,4,-22,6,-35,6v-10,0,-18,0,-27,-2v-9,-2,-16,-6,-23,-10v-7,-4,-12,-9,-16,-16v-4,-7,-5,-15,-5,-25v0,-7,2,-13,6,-18v4,-5,9,-8,15,-8v7,0,11,1,14,4v3,3,4,7,4,12v0,2,0,4,-1,6v-1,3,-2,3,-3,5v-1,2,-1,3,-2,5v-1,2,-1,4,-1,6v0,10,3,19,10,24v7,5,17,8,29,8v10,0,18,-3,24,-7v6,-4,11,-11,14,-18v3,-7,5,-15,6,-24v1,-9,1,-19,1,-28v0,-9,0,-16,-1,-24v-1,-8,-4,-14,-7,-20v-3,-6,-7,-10,-13,-13v-6,-3,-12,-5,-21,-5v-7,0,-14,2,-21,5v-7,3,-13,6,-18,11v-2,1,-3,3,-4,5v-1,2,-3,4,-4,6r-9,-1r2,-18r1,-90v0,-6,1,-10,4,-13v3,-3,8,-5,15,-5r85,0v5,0,8,-2,10,-5v2,-3,2,-6,3,-9r8,1v-1,5,-3,10,-4,14v-1,4,-1,9,-2,14v-2,6,-4,10,-6,12v-2,2,-8,3,-14,3r-43,0r-41,0v0,12,-1,25,-1,38v0,13,-1,25,-1,36v7,-6,15,-9,23,-12v8,-3,17,-5,26,-5v11,0,21,2,30,5v9,3,17,9,23,15v6,6,12,14,15,23v3,9,5,20,5,32"},"6":{d:"178,-77v0,12,-2,23,-5,33v-3,10,-8,19,-15,26v-7,7,-15,13,-24,17v-9,4,-20,6,-32,6v-14,0,-26,-2,-36,-7v-10,-5,-19,-12,-26,-21v-7,-9,-12,-21,-15,-33v-3,-12,-5,-25,-5,-40v0,-25,4,-47,11,-66v7,-19,18,-35,31,-47v13,-12,29,-22,47,-28v18,-6,37,-9,58,-9r0,9v-15,0,-28,3,-41,8v-13,5,-24,12,-34,22v-10,10,-18,21,-24,35v-6,14,-10,30,-11,47v6,-10,11,-18,18,-23v7,-5,16,-6,27,-6v11,0,22,2,31,5v9,3,17,8,24,15v7,7,12,14,16,24v4,10,5,21,5,33xm140,-76v0,-7,-1,-15,-2,-23v-1,-8,-3,-15,-6,-21v-3,-6,-7,-12,-12,-16v-5,-4,-12,-6,-19,-6v-8,0,-14,2,-20,6v-6,4,-10,10,-13,16v-3,6,-6,13,-8,21v-2,8,-2,16,-2,23v0,8,0,16,2,24v2,8,4,16,8,23v4,7,8,13,14,17v6,4,12,7,20,7v8,0,14,-3,19,-7v5,-4,9,-9,12,-16v3,-7,5,-14,6,-23v1,-9,1,-17,1,-25"},"7":{d:"172,-228v-5,8,-10,16,-15,26v-8,14,-7,15,-14,28r-16,30v-3,5,-6,12,-9,19v-3,7,-5,15,-8,23v-3,8,-5,18,-7,27v-2,9,-2,17,-2,26v0,7,1,13,2,18v1,5,2,10,2,16v0,6,-2,11,-5,15v-3,4,-8,5,-16,5v-4,0,-6,0,-9,-2v-3,-2,-5,-4,-6,-7r-3,-9v0,0,-1,-7,-1,-10v0,-8,0,-15,2,-23v2,-8,3,-15,6,-22r9,-22v0,0,7,-14,11,-21v13,-26,12,-26,26,-52r28,-51r-114,0r0,25r-9,0r0,-56r148,0r0,17"},"8":{d:"179,-64v0,11,-2,20,-6,29v-4,9,-10,16,-17,22v-7,6,-16,11,-26,14v-10,3,-20,4,-31,4v-12,0,-23,0,-33,-3v-10,-3,-19,-7,-27,-12v-8,-5,-13,-13,-18,-21v-5,-8,-7,-18,-7,-30v0,-9,2,-16,5,-23v3,-7,8,-13,14,-18v6,-5,13,-8,20,-12v11,-6,11,-7,22,-12v-6,-3,-12,-6,-18,-10v-6,-4,-10,-9,-15,-14v-5,-5,-8,-11,-11,-17v-3,-6,-5,-12,-5,-19v0,-21,7,-37,20,-48v13,-11,31,-16,55,-16v9,0,18,1,26,3v8,2,15,7,21,11v6,4,11,10,15,16v4,6,5,14,5,22v0,8,-1,15,-4,21v-3,6,-6,11,-11,15v-5,4,-10,9,-16,12v-9,5,-10,5,-20,10v9,4,18,9,25,14v7,5,13,10,19,16v6,6,10,13,13,20v3,7,5,16,5,26xm156,-48v0,-8,-1,-15,-4,-21v-3,-6,-6,-11,-11,-16v-5,-5,-10,-9,-16,-12r-18,-10v-2,-1,-5,-3,-7,-4v-2,-1,-4,-2,-7,-4v-4,-2,-4,-2,-9,-5v-12,7,-22,16,-27,26v-5,10,-8,22,-8,36v0,7,0,15,2,21v2,6,5,11,9,16v4,5,9,8,16,11v7,3,14,4,24,4v7,0,14,0,21,-2v7,-2,13,-4,18,-7v5,-3,9,-9,12,-14v3,-5,5,-11,5,-19xm137,-193v0,-8,-1,-15,-3,-21v-2,-6,-6,-10,-10,-14v-4,-4,-8,-7,-13,-9v-5,-2,-11,-2,-17,-2v-5,0,-10,1,-15,2v-5,1,-10,4,-14,7v-4,3,-7,6,-10,11v-3,5,-4,11,-4,17v0,5,0,9,2,13v2,4,4,7,7,10v3,3,6,6,10,9v6,4,6,3,11,7r9,6r9,6v0,0,6,4,8,5v11,-6,18,-12,23,-19v5,-7,7,-17,7,-28"},"9":{d:"175,-128v0,22,-3,42,-10,59v-7,17,-16,31,-28,42v-12,11,-27,20,-44,26v-17,6,-36,9,-57,9r0,-11v18,0,34,-3,47,-9v13,-6,24,-12,33,-22v9,-10,15,-22,19,-36v4,-14,6,-29,6,-46r0,-8v0,0,-1,-5,-1,-8v-3,15,-8,26,-17,33v-9,7,-20,11,-34,11v-11,0,-20,-2,-29,-6v-9,-4,-17,-9,-23,-16v-6,-7,-12,-15,-15,-24v-3,-9,-5,-20,-5,-31v0,-12,2,-23,6,-33v4,-10,10,-19,17,-26v7,-7,16,-12,25,-16v9,-4,19,-6,30,-6v16,0,30,4,40,11v10,7,18,16,24,27v6,11,11,24,13,38v2,14,3,28,3,42xm135,-165v0,-7,0,-15,-1,-23v-1,-8,-4,-17,-7,-24v-3,-7,-7,-12,-12,-17v-5,-5,-12,-7,-20,-7v-8,0,-14,3,-20,7v-6,4,-10,10,-13,17v-3,7,-6,15,-7,23v-1,8,-2,16,-2,24v0,7,2,15,3,23v1,8,4,15,7,21v3,6,7,11,12,15v5,4,11,6,19,6v8,0,15,-2,20,-6v5,-4,9,-8,12,-14v3,-6,6,-13,7,-21v1,-8,2,-16,2,-24"},":":{d:"81,-141v0,7,-3,13,-8,18v-5,5,-12,8,-19,8v-7,0,-13,-3,-18,-8v-5,-5,-8,-11,-8,-18v0,-7,3,-14,8,-19v5,-5,11,-7,18,-7v7,0,14,2,19,7v5,5,8,12,8,19xm78,-21v0,7,-3,14,-8,19v-5,5,-12,7,-19,7v-7,0,-13,-2,-18,-7v-5,-5,-8,-12,-8,-19v0,-7,3,-13,8,-18v5,-5,11,-8,18,-8v7,0,14,3,19,8v5,5,8,11,8,18",w:105},";":{d:"91,-1v0,16,-4,30,-13,40v-9,10,-21,16,-36,17r-2,-7v12,-1,22,-6,29,-13v7,-7,10,-18,10,-31v0,-6,-1,-10,-2,-14v-1,-4,-3,-7,-5,-10v1,6,0,10,-3,15v-3,5,-10,8,-19,8v-7,0,-12,-2,-17,-7v-5,-5,-8,-11,-8,-18v0,-8,3,-14,8,-19v5,-5,11,-7,18,-7v6,0,12,1,17,4v5,3,10,6,13,10v3,4,6,9,8,15v2,6,2,11,2,17xm77,-143v0,7,-3,14,-8,19v-5,5,-11,7,-18,7v-7,0,-13,-2,-18,-7v-5,-5,-8,-12,-8,-19v0,-7,3,-13,8,-18v5,-5,11,-7,18,-7v7,0,13,2,18,7v5,5,8,11,8,18",w:116},"<":{d:"15,-70r0,-22r168,-87r0,23r-142,75r142,75r0,23",w:198},"=":{d:"12,-37r0,-21r167,0r0,21r-167,0xm12,-104r0,-21r167,0r0,21r-167,0",w:190},">":{d:"15,10r0,-23r142,-74r-142,-75r0,-23r168,87r0,21",w:198},"?":{d:"159,-191v0,7,-1,15,-4,21v-3,6,-7,12,-12,18v-5,6,-9,10,-15,15r-17,15r-10,10v0,0,-5,7,-7,10v-2,3,-3,6,-4,10v-1,4,-2,9,-2,15r0,10v0,3,1,6,1,9r-12,0r0,-10r0,-8r0,-14v0,-4,1,-7,2,-11v1,-4,3,-7,6,-11v3,-4,7,-9,13,-15v4,-4,7,-9,10,-13v3,-4,5,-8,7,-12v2,-4,3,-9,4,-15v1,-6,2,-12,2,-19v0,-7,-1,-13,-2,-19v-1,-6,-3,-12,-6,-17v-3,-5,-7,-8,-12,-11v-5,-3,-12,-4,-20,-4v-11,0,-20,3,-26,8v-6,5,-9,14,-9,25v0,3,1,6,2,9v1,3,2,7,2,10v0,6,-2,9,-5,13v-3,4,-8,6,-14,6v-4,0,-7,-1,-9,-3v-2,-2,-4,-4,-5,-7v-1,-3,-2,-5,-3,-8v-1,-3,-1,-7,-1,-9v0,-9,2,-17,6,-24v4,-7,9,-13,16,-17v7,-4,15,-8,24,-10v9,-2,18,-3,27,-3v9,0,17,1,26,3v9,2,17,6,24,11v7,5,13,10,17,17v4,7,6,15,6,25xm107,-21v0,7,-2,14,-7,19v-5,5,-12,7,-19,7v-7,0,-14,-2,-19,-7v-5,-5,-7,-12,-7,-19v0,-7,2,-13,7,-18v5,-5,12,-8,19,-8v7,0,14,3,19,8v5,5,7,11,7,18",w:172},"@":{d:"266,-105v0,10,-1,20,-4,31v-3,11,-7,21,-13,30v-6,9,-13,17,-22,23v-9,6,-18,9,-30,9v-9,0,-16,-2,-22,-7v-6,-5,-9,-12,-10,-20v-5,7,-10,13,-17,18v-7,5,-14,7,-22,7v-14,0,-25,-4,-33,-12v-8,-8,-12,-18,-12,-32v0,-10,2,-20,5,-31v3,-11,7,-20,13,-29v6,-9,14,-17,23,-23v9,-6,19,-8,31,-8v7,0,13,0,17,3v4,3,8,5,10,8v2,3,4,8,4,12r5,-17r22,0r-23,97v-2,8,-2,13,2,16v4,3,8,5,14,5v7,0,14,-2,19,-8v5,-6,10,-13,14,-21v4,-8,6,-16,8,-25v2,-9,3,-16,3,-23v0,-15,-3,-28,-8,-40v-5,-12,-13,-22,-22,-30v-9,-8,-20,-15,-32,-19v-12,-4,-25,-7,-38,-7v-18,0,-34,3,-48,9v-14,6,-25,14,-35,25v-10,11,-17,23,-22,37v-5,14,-7,30,-7,47v0,15,2,29,7,43v5,14,12,26,21,36v9,10,21,17,35,23v14,6,29,9,47,9v9,0,16,0,22,-1v6,-1,13,-2,18,-3v5,-1,11,-3,16,-5v5,-2,12,-6,18,-9r5,11v-12,8,-26,14,-41,17v-15,3,-29,5,-45,5v-17,0,-34,-3,-50,-9v-16,-6,-29,-14,-41,-25v-12,-11,-21,-25,-28,-40v-7,-15,-11,-32,-11,-51v0,-20,3,-39,10,-55v7,-16,17,-30,29,-41v12,-11,27,-20,44,-26v17,-6,35,-9,54,-9v16,0,31,2,46,7v15,5,27,11,38,20v11,9,20,20,26,33v6,13,10,28,10,45xm176,-109v0,-8,-1,-15,-4,-21v-3,-6,-8,-9,-16,-9v-8,0,-15,4,-21,10v-6,6,-11,15,-15,24v-4,9,-8,18,-10,28v-2,10,-3,18,-3,24v0,8,2,14,5,19v3,5,8,8,16,8v4,0,8,-1,12,-3v4,-2,7,-3,10,-6v3,-3,6,-6,8,-9v2,-3,4,-6,5,-9v1,-4,3,-8,5,-13v2,-5,3,-11,4,-16v1,-5,2,-11,3,-16v1,-5,1,-8,1,-11",w:274},A:{d:"114,0r0,-10r32,0r-24,-72r-71,0r-25,72r29,0r0,10r-64,0r0,-10r21,0r84,-242r11,0r85,242r21,0r0,10r-99,0xm87,-186r-32,92r63,0",w:205,k:{"\u00d9":9,"\u00db":9,"\u00da":9,"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00d5":7,"\u00d8":7,"\u00dc":9,"\u00d6":7,"\u00c7":7,y:8,w:8,v:8,t:8,Y:22,W:22,V:22,U:9,T:21,Q:7,O:7,G:7,C:7,",":17,"\u00dd":22}},B:{d:"212,-69v0,12,-2,22,-7,31v-5,9,-11,16,-19,22v-8,6,-18,9,-28,12v-10,3,-21,4,-32,4r-111,0r0,-10r30,0r0,-225r-30,0r0,-10r107,0v10,0,19,1,29,3v10,2,18,6,26,11v8,5,14,11,19,19v5,8,7,17,7,28v0,8,-2,15,-5,21v-3,6,-7,12,-12,16v-5,4,-11,8,-18,11v-7,3,-13,5,-20,6v8,1,16,3,23,6v8,3,14,8,20,13v6,5,11,11,15,18v4,7,6,15,6,24xm169,-69v0,-19,-5,-33,-13,-42v-8,-9,-22,-13,-42,-13r-28,0r0,114r29,0v9,0,17,-1,24,-4v7,-3,13,-8,17,-13v4,-5,8,-11,10,-18v2,-7,3,-15,3,-24xm160,-182v0,-7,0,-15,-2,-21v-2,-6,-5,-12,-8,-17v-3,-5,-8,-8,-13,-11v-5,-3,-13,-4,-20,-4r-31,0r0,101r28,0v16,0,28,-5,35,-13v7,-8,11,-20,11,-35",w:230,k:{".":17,",":29}},C:{d:"193,0v0,-2,0,-4,-1,-5v-1,-1,-3,-2,-4,-3v-1,-1,-3,-1,-5,-1v-4,0,-8,0,-11,2v-3,2,-7,3,-12,5v-5,2,-10,3,-16,5v-6,2,-14,2,-24,2v-18,0,-34,-3,-47,-10v-13,-7,-24,-16,-32,-28v-8,-12,-13,-26,-17,-41v-4,-15,-6,-30,-6,-46v0,-15,2,-31,6,-46v4,-15,10,-29,18,-42v8,-13,19,-23,32,-31v13,-8,29,-12,48,-12v9,0,15,0,21,2v6,2,10,4,14,6r10,5v3,2,6,3,9,3v6,0,11,-4,12,-10r8,0r0,68r-10,0v-1,-8,-2,-16,-5,-23v-3,-7,-7,-14,-12,-20v-5,-6,-10,-10,-17,-13v-7,-3,-14,-6,-23,-6v-15,0,-27,5,-36,13v-9,8,-15,19,-20,31v-5,12,-8,24,-9,38v-1,14,-2,26,-2,37v0,12,1,24,2,37v1,13,4,26,8,37v4,11,11,20,20,28v9,8,21,12,36,12v11,0,19,-2,27,-5v8,-3,14,-7,19,-13v5,-6,9,-13,12,-21v3,-8,5,-17,6,-27r10,0v0,6,-1,14,-1,22v0,8,1,16,1,23r0,27r-9,0",w:220,k:{".":17,",":29}},D:{d:"230,-122v0,18,-2,33,-6,48v-4,15,-10,28,-19,39v-9,11,-21,20,-35,26v-14,6,-31,9,-52,9r-103,0r0,-10r30,0r0,-225r-30,0r0,-10r102,0v22,0,39,2,54,8v15,6,26,14,35,25v9,11,14,23,18,38v4,15,6,33,6,52xm186,-121v0,-16,-1,-31,-2,-45v-1,-14,-5,-26,-11,-36v-6,-10,-13,-19,-24,-25v-11,-6,-26,-8,-45,-8r-17,0r0,225r14,0v18,0,33,-3,44,-7v11,-4,20,-11,26,-20v6,-9,10,-21,12,-35v2,-14,3,-30,3,-49",w:247,k:{"\u00d9":5,"\u00db":5,"\u00da":5,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00dc":5,"\u00c5":7,"\u00c4":7,Y:13,W:13,V:13,U:5,A:7,".":17,",":29}},E:{d:"15,0r0,-10r30,0r0,-225r-30,0r0,-10r179,0r0,71r-11,0v-1,-21,-7,-37,-19,-47v-12,-10,-29,-14,-49,-14r-28,0r0,101r12,0v16,0,26,-3,32,-9v6,-6,10,-16,10,-31r9,0r-1,47r1,45r-10,0v0,-15,-3,-25,-9,-32v-6,-7,-16,-11,-32,-11r-12,0r0,115r42,0v10,0,19,-2,26,-6v7,-4,14,-10,19,-16v5,-6,8,-13,11,-21v3,-8,4,-17,4,-26r11,0r0,79r-185,0",w:221,k:{".":17,",":35}},F:{d:"176,-176v0,-12,-2,-21,-6,-29v-4,-8,-10,-14,-17,-18v-7,-4,-15,-8,-24,-10v-9,-2,-18,-2,-28,-2r-14,0r0,101r13,0v14,0,24,-3,31,-10v7,-7,11,-17,11,-30r10,0v0,7,-1,16,-1,24v0,8,-1,16,-1,23v0,8,1,16,1,23r0,23r-10,0v0,-28,-13,-43,-41,-43r-13,0r0,114r31,0r0,10r-103,0r0,-10r30,0r0,-225r-30,0r0,-10r171,0r0,69r-10,0",w:199,k:{"\u00c1":17,"\u00c2":17,"\u00c3":17,"\u00c0":17,"\u00f8":23,"\u00e6":23,"\u00c6":17,"\u00fc":11,"\u00fb":11,"\u00f9":11,"\u00fa":11,"\u00f5":23,"\u00f6":23,"\u00f4":23,"\u00f2":23,"\u00f3":23,"\u00f1":11,"\u00eb":23,"\u00ea":23,"\u00e8":23,"\u00e9":23,"\u00e7":23,"\u00e5":23,"\u00e3":23,"\u00e4":23,"\u00e2":23,"\u00e0":23,"\u00e1":23,"\u00c5":17,"\u00c4":17,z:11,y:11,x:11,w:11,v:11,u:11,t:11,s:11,r:11,q:23,o:23,n:11,m:11,j:11,g:23,f:11,e:23,d:23,c:23,a:23,A:17,".":29,",":50}},G:{d:"209,-95r0,84r-5,0v0,0,-3,-1,-4,-1v-7,0,-14,1,-20,3v-6,2,-14,4,-20,6v-6,2,-12,4,-19,6v-7,2,-14,2,-21,2v-18,0,-33,-3,-46,-11v-13,-8,-24,-19,-32,-31v-8,-12,-14,-26,-18,-41v-4,-15,-6,-30,-6,-45v0,-15,2,-31,6,-46v4,-15,9,-29,17,-41v8,-12,19,-22,32,-30v13,-8,29,-11,47,-11v8,0,16,1,22,3v6,2,12,3,17,5v5,2,10,3,13,5v3,2,6,3,8,3v3,0,6,0,7,-2v1,-2,2,-4,3,-8r8,0r0,68r-8,0v-2,-9,-5,-17,-9,-25v-4,-8,-8,-14,-14,-20v-6,-6,-12,-10,-20,-13v-8,-3,-16,-5,-25,-5v-14,0,-25,3,-33,11v-8,8,-14,17,-18,28v-4,11,-6,23,-7,36v-1,13,-2,25,-2,36v0,7,1,15,1,24v0,9,1,19,2,28v1,9,2,17,5,26v3,9,6,16,11,23v5,7,10,12,17,16v7,4,15,7,25,7v6,0,12,-1,17,-2v5,-1,10,-3,14,-6v4,-3,7,-7,9,-11v2,-4,4,-9,4,-15r0,-56r-29,0r0,-10r99,0r0,10r-28,0",w:241,k:{".":17,",":17}},H:{d:"152,0r0,-10r30,0r0,-113r-95,0r0,113r31,0r0,10r-103,0r0,-10r30,0r0,-225r-30,0r0,-10r103,0r0,10r-31,0r0,99r95,0r0,-99r-30,0r0,-10r103,0r0,10r-31,0r0,225r31,0r0,10r-103,0",w:272,k:{".":17,",":29}},I:{d:"15,0r0,-10r30,0r0,-225r-30,0r0,-10r103,0r0,10r-31,0r0,225r31,0r0,10r-103,0",w:132,k:{".":17,",":29}},J:{d:"109,-235r0,189v0,9,-2,17,-5,24v-3,7,-8,12,-13,16v-5,4,-11,7,-18,9v-7,2,-15,2,-23,2v-6,0,-11,0,-17,-1v-6,-1,-11,-3,-15,-6v-4,-3,-8,-6,-11,-11v-3,-5,-4,-11,-4,-18v0,-3,0,-6,1,-9v1,-3,2,-5,4,-8v2,-3,3,-5,6,-7v3,-2,6,-2,10,-2v5,0,9,1,12,3v3,2,4,7,4,13v0,4,-1,7,-3,10v-2,3,-3,6,-3,10v0,6,1,10,3,13v2,3,7,4,13,4v4,0,8,0,10,-3v2,-3,4,-6,5,-10v1,-4,2,-7,2,-11r0,-9r0,-198r-34,0r0,-10r107,0r0,10r-31,0",w:153,k:{".":29,",":46}},K:{d:"87,-235r-1,110r1,115r30,0r0,10r-102,0r0,-10r30,0r0,-225r-30,0r0,-10r103,0r0,10r-31,0xm181,0r-88,-125r91,-110r-21,0r0,-10r64,0r0,10r-26,0r-78,92r99,133r18,0r0,10r-59,0",w:234,k:{",":23}},L:{d:"15,0r0,-10r30,0r0,-225r-30,0r0,-10r104,0r0,10r-32,0r0,225r39,0v12,0,22,-2,29,-6v7,-4,13,-9,17,-15v4,-6,8,-14,9,-22v1,-8,2,-17,2,-26r11,0r0,79r-179,0",w:205,k:{T:28,",":12}},M:{d:"197,0r0,-10r31,0r0,-215r-83,229r-8,0r-83,-226r0,212r31,0r0,10r-74,0r0,-10r30,0r0,-225r-29,0r0,-10r79,0r66,185r65,-185r77,0r0,10r-31,0r0,225r31,0r0,10r-102,0",w:313,k:{".":17,",":29}},N:{d:"201,-235r0,239r-8,0r-139,-225r0,211r30,0r0,10r-73,0r0,-10r30,0r0,-225r-30,0r0,-10r76,0r101,163r0,-153r-31,0r0,-10r74,0r0,10r-30,0",w:236,k:{".":17,",":35}},O:{d:"234,-125v0,17,-2,34,-6,50v-4,16,-11,29,-20,41v-9,12,-20,22,-34,29v-14,7,-31,10,-50,10v-19,0,-35,-3,-48,-10v-13,-7,-24,-16,-33,-28v-9,-12,-15,-26,-19,-41v-4,-15,-6,-31,-6,-48v0,-17,2,-34,6,-49v4,-15,11,-29,20,-41v9,-12,19,-21,33,-28v14,-7,30,-11,49,-11v18,0,34,3,48,10v14,7,25,15,34,27v9,12,16,25,20,40v4,15,6,32,6,49xm190,-125v0,-12,-1,-25,-2,-38v-1,-13,-4,-26,-8,-37v-4,-11,-10,-20,-19,-28v-9,-8,-21,-12,-36,-12v-14,0,-25,3,-33,10v-8,7,-15,17,-19,28v-4,11,-8,23,-9,37v-1,14,-2,28,-2,42v0,14,1,27,2,41v1,14,5,27,9,38v4,11,11,21,19,28v8,7,19,10,32,10v16,0,28,-3,37,-11v9,-8,16,-17,20,-29v4,-12,6,-25,7,-39v1,-14,2,-28,2,-40",w:252,k:{"\u00d9":5,"\u00db":5,"\u00da":5,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00dc":5,"\u00c5":7,"\u00c4":7,Y:13,W:13,V:13,U:5,A:7,".":29,",":29}},P:{d:"195,-180v0,9,-2,19,-6,27v-4,8,-10,15,-17,21v-7,6,-15,11,-24,14v-9,3,-18,6,-28,6r-34,0r0,102r34,0r0,10r-105,0r0,-10r30,0r0,-225r-30,0r0,-10r102,0v12,0,22,1,32,4v10,3,18,7,25,12v7,5,12,13,16,21v4,8,5,17,5,28xm152,-179v0,-8,-1,-15,-3,-22v-2,-7,-4,-13,-8,-18v-4,-5,-8,-9,-14,-12v-6,-3,-13,-4,-22,-4r-19,0r0,113r21,0v16,0,27,-5,34,-15v7,-10,11,-24,11,-42",w:207,k:{"\u00c1":24,"\u00c2":24,"\u00c3":24,"\u00c0":24,"\u00f8":19,"\u00e6":19,"\u00c6":24,"\u00f5":19,"\u00f6":19,"\u00f4":19,"\u00f2":19,"\u00f3":19,"\u00eb":19,"\u00ea":19,"\u00e8":19,"\u00e9":19,"\u00e7":19,"\u00e5":19,"\u00e3":19,"\u00e4":19,"\u00e2":19,"\u00e0":19,"\u00e1":19,"\u00c5":24,"\u00c4":24,q:19,o:19,g:19,e:19,d:19,c:19,a:19,A:24,".":39,",":47}},Q:{d:"234,-126v0,14,-2,29,-6,43v-4,14,-9,27,-17,39v-8,12,-17,22,-28,30v-11,8,-24,13,-39,14r0,34v0,2,1,5,1,7v0,2,0,4,1,6v1,2,2,3,3,4v2,1,4,1,6,1r7,0r0,11r-8,0r-7,0v-12,0,-22,-2,-30,-8v-8,-6,-13,-13,-13,-25r0,-30v-14,-1,-26,-6,-37,-14v-11,-8,-20,-17,-27,-29v-7,-12,-13,-25,-17,-39v-4,-14,-5,-27,-5,-41v0,-19,2,-36,7,-52v5,-16,12,-29,21,-40v9,-11,21,-21,34,-27v13,-6,29,-9,46,-9v19,0,35,3,49,10v14,7,25,16,34,27v9,11,15,25,19,40v4,15,6,31,6,48xm190,-125v0,-17,-1,-33,-3,-47v-2,-14,-5,-26,-10,-36v-5,-10,-12,-17,-20,-23v-8,-6,-19,-9,-32,-9v-13,0,-24,4,-32,10v-8,6,-14,14,-19,25v-5,11,-8,22,-10,36v-2,14,-2,28,-2,43v0,12,1,26,2,39v1,13,3,26,7,37v4,11,11,20,19,28v8,8,20,12,35,12v10,0,18,-2,25,-6v7,-4,13,-8,18,-14v5,-6,8,-13,11,-21v3,-8,5,-15,7,-24v2,-9,3,-17,3,-26v0,-9,1,-17,1,-24",w:252,k:{"\u00d9":5,"\u00db":5,"\u00da":5,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00dc":5,"\u00c5":7,"\u00c4":7,Y:13,W:13,V:13,U:5,A:7,".":29,",":29}},R:{d:"227,0v-3,0,-8,1,-12,1v-4,0,-7,1,-9,1v-11,0,-19,-1,-25,-3v-6,-2,-11,-6,-14,-11v-3,-5,-5,-10,-6,-17v-1,-7,-2,-15,-2,-25r0,-17r0,-13v0,-6,-1,-11,-2,-16v-1,-5,-4,-9,-7,-12v-3,-3,-8,-5,-14,-7v-6,-2,-13,-2,-22,-2r-28,0r0,111r31,0r0,10r-102,0r0,-10r30,0r0,-225r-30,0r0,-10r115,0v25,0,44,4,57,14v13,10,18,26,18,47v0,16,-5,28,-15,38v-10,10,-24,16,-40,19v9,1,17,2,23,4v6,2,11,5,15,8v4,3,7,8,9,13v2,5,4,12,4,21r2,48v0,8,3,14,7,18v4,4,9,5,17,5r0,10xm162,-184v0,-7,-1,-15,-2,-21v-1,-6,-4,-11,-7,-16v-3,-5,-8,-8,-14,-11v-6,-3,-14,-3,-23,-3r-30,0r0,104r28,0v12,0,21,-2,27,-6v6,-4,12,-8,15,-14v3,-6,5,-11,5,-17v0,-6,1,-12,1,-16",w:239,k:{".":17,",":17}},S:{d:"181,-68v0,11,-2,21,-6,30v-4,9,-10,17,-17,23v-7,6,-15,12,-25,15v-10,3,-20,5,-31,5v-7,0,-13,0,-19,-1v-6,-1,-12,-3,-17,-5v-8,-2,-9,-2,-15,-4v-4,-1,-8,-2,-11,-2v-3,0,-5,1,-7,2v-2,1,-2,3,-2,5r-10,0r0,-73r11,0v1,9,3,18,7,26v4,8,9,15,15,21v6,6,13,11,21,15v8,4,17,5,27,5v8,0,15,-1,22,-3v7,-2,12,-5,17,-9v5,-4,9,-9,12,-15v3,-6,4,-12,4,-20v0,-12,-3,-21,-9,-27v-6,-6,-15,-11,-24,-15r-51,-19v-7,-3,-14,-6,-20,-10v-6,-4,-12,-8,-17,-13v-5,-5,-8,-12,-11,-19v-3,-7,-4,-17,-4,-27v0,-11,2,-20,6,-29v4,-9,8,-16,15,-22v7,-6,15,-10,24,-13v9,-3,18,-4,29,-4v7,0,14,1,19,2v5,1,10,3,14,5v6,3,6,2,11,4v3,1,6,2,9,2v5,0,8,-2,10,-7r9,0r0,69r-10,0v0,0,-1,-3,-1,-6v0,-3,-2,-7,-3,-12v-1,-5,-3,-10,-6,-15v-3,-5,-6,-10,-11,-15v-5,-5,-11,-8,-18,-11v-7,-3,-15,-4,-25,-4v-6,0,-12,0,-18,2v-6,2,-12,5,-16,9v-4,4,-7,8,-10,13v-3,5,-4,11,-4,18v0,6,1,10,4,14v3,4,6,8,10,11v4,3,9,6,14,9v5,3,11,5,17,7r45,18v15,6,27,14,35,25v8,11,11,26,11,45",w:199,k:{".":17,",":17}},T:{d:"192,-175v0,-9,-1,-17,-3,-24v-2,-7,-5,-14,-9,-19v-4,-5,-10,-10,-17,-13v-7,-3,-15,-4,-25,-4r-11,0r0,225r32,0r0,10r-106,0r0,-10r32,0r0,-225r-11,0v-21,0,-35,5,-43,16v-8,11,-13,25,-13,44r-10,0r2,-70r192,0r2,70r-12,0",w:210,k:{"\u00c1":21,"\u00c2":21,"\u00c3":21,"\u00c0":21,"\u00f8":25,"\u00e6":25,"\u00c6":21,"\u00f5":25,"\u00f6":25,"\u00f4":25,"\u00f2":25,"\u00f3":25,"\u00eb":25,"\u00ea":25,"\u00e8":25,"\u00e9":25,"\u00e7":25,"\u00e5":25,"\u00e3":25,"\u00e4":25,"\u00e2":25,"\u00e0":25,"\u00e1":25,"\u00c5":21,"\u00c4":21,q:25,o:25,g:25,e:25,d:25,c:25,a:25,A:21,".":39,",":46}},U:{d:"196,-235r0,168v0,13,-2,24,-6,33v-4,9,-9,16,-16,22v-7,6,-16,10,-26,13v-10,3,-20,4,-32,4v-12,0,-22,-1,-32,-4v-10,-3,-19,-7,-26,-13v-7,-6,-12,-14,-16,-23v-4,-9,-6,-19,-6,-31r0,-169r-32,0r0,-10r105,0r0,10r-31,0r0,171v0,20,4,34,14,43v10,9,23,13,39,13v9,0,16,-1,23,-4v7,-3,12,-7,16,-13v4,-6,8,-12,10,-20v2,-8,3,-15,3,-24r0,-166r-31,0r0,-10r76,0r0,10r-32,0",w:229,k:{"\u00d2":5,"\u00d4":5,"\u00d3":5,"\u00c1":9,"\u00c2":9,"\u00d5":5,"\u00c3":9,"\u00c0":9,"\u00d8":5,"\u00c6":9,"\u00d6":5,"\u00c7":5,"\u00c5":9,"\u00c4":9,Q:5,O:5,G:5,C:5,A:9,".":17,",":29}},V:{d:"195,-235r-87,240r-6,0r-85,-240r-21,0r0,-10r98,0r0,10r-32,0r58,171r61,-171r-30,0r0,-10r63,0r0,10r-19,0",w:210,k:{"\u00d2":13,"\u00d4":13,"\u00d3":13,"\u00c1":22,"\u00c2":22,"\u00ff":13,"\u00d5":13,"\u00c3":22,"\u00c0":22,"\u00f8":29,"\u00e6":29,"\u00d8":13,"\u00c6":22,"\u00fc":13,"\u00fb":13,"\u00f9":13,"\u00fa":13,"\u00f5":29,"\u00f6":29,"\u00f4":29,"\u00f2":29,"\u00f3":29,"\u00f1":13,"\u00ef":13,"\u00ee":13,"\u00ec":13,"\u00ed":13,"\u00eb":29,"\u00ea":29,"\u00e8":29,"\u00e9":29,"\u00e7":29,"\u00e5":29,"\u00e3":29,"\u00e4":29,"\u00e2":29,"\u00e0":29,"\u00e1":29,"\u00d6":13,"\u00c7":13,"\u00c5":22,"\u00c4":22,z:13,y:13,x:13,w:13,v:13,u:13,t:13,s:13,r:13,q:29,p:13,o:29,n:13,m:13,l:13,k:13,j:13,i:13,h:13,g:29,f:13,e:29,d:29,c:29,b:13,a:29,Q:13,O:13,G:13,C:13,A:22,".":39,",":51,"\u00fd":13}},W:{d:"313,-235r-87,240r-6,0r-57,-158r-56,158r-7,0r-87,-240r-21,0r0,-10r88,0r0,10r-25,0r62,178r40,-114r-23,-64r-17,0r0,-10r94,0r0,10r-33,0r60,175r64,-175r-29,0r0,-10r59,0r0,10r-19,0",w:322,k:{"\u00d2":13,"\u00d4":13,"\u00d3":13,"\u00c1":22,"\u00c2":22,"\u00ff":16,"\u00d5":13,"\u00c3":22,"\u00c0":22,"\u00f8":29,"\u00e6":29,"\u00d8":13,"\u00c6":22,"\u00fc":16,"\u00fb":16,"\u00f9":16,"\u00fa":16,"\u00f5":29,"\u00f6":29,"\u00f4":29,"\u00f2":29,"\u00f3":29,"\u00f1":16,"\u00ef":16,"\u00ee":16,"\u00ec":16,"\u00ed":16,"\u00eb":29,"\u00ea":29,"\u00e8":29,"\u00e9":29,"\u00e7":29,"\u00e5":29,"\u00e3":29,"\u00e4":29,"\u00e2":29,"\u00e0":29,"\u00e1":29,"\u00d6":13,"\u00c7":13,"\u00c5":22,"\u00c4":22,z:16,y:16,x:16,w:16,v:16,u:16,t:16,s:16,r:16,q:29,p:16,o:29,n:16,m:16,l:16,k:16,j:16,i:16,h:16,g:29,f:16,e:29,d:29,c:29,b:16,a:29,Q:13,O:13,G:13,C:13,A:22,".":39,",":51,"\u00fd":16}},X:{d:"100,0r0,-10r25,0r-41,-90r-51,90r25,0r0,10r-65,0r0,-10r26,0r58,-104r-59,-121r-19,0r0,-10r90,0r0,10r-23,0r38,85r45,-85r-22,0r0,-10r62,0r0,10r-24,0r-54,98r61,127r20,0r0,10r-92,0",w:187,k:{"\u00f8":22,"\u00e6":22,"\u00fc":11,"\u00fb":11,"\u00f9":11,"\u00fa":11,"\u00f5":22,"\u00f6":22,"\u00f4":22,"\u00f2":22,"\u00f3":22,"\u00f1":11,"\u00ef":11,"\u00ee":11,"\u00ec":11,"\u00ed":11,"\u00eb":22,"\u00ea":22,"\u00e8":22,"\u00e9":22,"\u00e7":22,"\u00e5":22,"\u00e3":22,"\u00e4":22,"\u00e2":22,"\u00e0":22,"\u00e1":22,z:11,y:11,x:11,w:11,v:11,u:11,t:11,s:11,r:11,q:22,p:11,o:22,n:11,m:11,j:11,i:11,g:22,f:11,e:22,d:22,c:22,a:22,".":17,",":23}},Y:{d:"172,-235r-58,141r0,84r31,0r0,10r-107,0r0,-10r33,0r0,-83r-57,-142r-15,0r0,-10r85,0r0,10r-24,0r47,124r52,-124r-27,0r0,-10r54,0r0,10r-14,0",w:182,k:{"\u00d2":13,"\u00d4":13,"\u00d3":13,"\u00c1":22,"\u00c2":22,"\u00ff":12,"\u00d5":13,"\u00c3":22,"\u00c0":22,"\u00f8":29,"\u00e6":29,"\u00d8":13,"\u00c6":22,"\u00fc":12,"\u00fb":12,"\u00f9":12,"\u00fa":12,"\u00f5":29,"\u00f6":29,"\u00f4":29,"\u00f2":29,"\u00f3":29,"\u00f1":12,"\u00ef":12,"\u00ee":12,"\u00ec":12,"\u00ed":12,"\u00eb":29,"\u00ea":29,"\u00e8":29,"\u00e9":29,"\u00e7":29,"\u00e5":29,"\u00e3":29,"\u00e4":29,"\u00e2":29,"\u00e0":29,"\u00e1":29,"\u00d6":13,"\u00c7":13,"\u00c5":22,"\u00c4":22,z:12,y:12,x:12,w:12,v:12,u:12,t:12,s:12,r:12,q:29,p:12,o:29,n:12,m:12,l:12,k:12,j:12,i:12,h:12,g:29,f:12,e:29,d:29,c:29,b:12,a:29,Q:13,O:13,G:13,C:13,A:22,".":39,",":49,"\u00fd":12}},Z:{d:"184,0r-175,0r0,-8r6,-11r15,-26r20,-37r23,-41r62,-112r-27,0v-11,0,-21,0,-30,2v-9,2,-17,5,-23,10v-6,5,-11,11,-15,19v-4,8,-7,17,-7,28r-10,0r0,-69r160,0r0,7r-126,228r54,0v23,0,39,-5,50,-16v11,-11,15,-28,15,-52r11,0",w:195,k:{",":12}},"[":{d:"53,-230r0,281r42,0r0,16r-64,0r0,-312r64,0r0,15r-42,0",w:114},"\\":{d:"91,0r-78,-245r23,0r77,245r-22,0",w:129},"]":{d:"17,67r0,-16r41,0r0,-281r-42,0r0,-15r65,0r0,312r-64,0",w:114},"^":{d:"152,-109r-53,-110r-53,110r-22,0r66,-137r18,0r66,137r-22,0",w:198},_:{d:"0,47r0,-21r180,0r0,21r-180,0",w:180},"`":{d:"91,-189r-55,-52r0,-4r41,0r31,56r-17,0",w:151},a:{d:"183,-12v-4,6,-9,10,-15,13v-6,3,-12,4,-19,4v-10,0,-18,-2,-24,-7v-6,-5,-8,-11,-8,-20v-2,5,-5,9,-8,13v-3,4,-7,6,-11,8v-4,2,-9,4,-14,5v-5,1,-9,1,-14,1v-7,0,-15,0,-22,-2v-7,-2,-13,-4,-18,-8v-5,-4,-10,-8,-13,-14v-3,-6,-5,-13,-5,-21v0,-12,3,-23,10,-30v7,-7,16,-12,26,-16v10,-4,20,-6,31,-7v11,-1,21,-2,30,-2r0,-29v0,-11,-1,-20,-5,-26v-4,-6,-12,-9,-24,-9v-8,0,-15,2,-19,6v-4,4,-6,10,-6,17r0,6v0,0,1,5,1,7v0,5,-1,8,-3,11v-2,3,-7,5,-12,5v-6,0,-10,-2,-13,-6v-3,-4,-5,-8,-5,-14v0,-7,2,-14,6,-19v4,-5,8,-10,14,-13v6,-3,12,-6,19,-7v7,-1,15,-2,21,-2v11,0,20,1,28,3v8,2,14,5,19,9v5,4,9,10,12,17v3,7,4,16,4,27r0,82v0,2,1,4,1,7v0,3,0,5,1,7v1,2,2,5,4,6v2,1,4,2,7,2v5,0,10,-1,13,-4v4,-4,4,-5,5,-6xm109,-84v-8,0,-16,0,-23,1v-7,1,-13,3,-18,6v-5,3,-10,7,-13,13v-3,6,-4,14,-4,24v0,10,2,18,6,25v4,7,10,10,21,10v6,0,11,-2,15,-4v4,-2,6,-5,9,-9v3,-4,5,-8,6,-13v1,-5,1,-9,1,-14r0,-39",w:178},b:{d:"184,-82v0,12,-1,22,-4,33v-3,11,-6,20,-12,28v-6,8,-14,14,-23,19v-9,5,-21,7,-34,7v-10,0,-18,-1,-25,-5v-7,-4,-13,-11,-17,-19r-2,19r-62,0r0,-10r26,0v0,-2,1,-4,1,-6v0,-2,1,-3,1,-5r0,-6r0,-228r-25,0r0,-10r36,0r25,-4r0,124r2,-5v1,-2,4,-4,7,-7v3,-3,8,-5,13,-7v5,-2,12,-3,21,-3v13,0,24,2,33,7v9,5,16,11,22,19v6,8,10,17,13,27v3,10,4,21,4,32xm145,-81v0,-7,-1,-15,-1,-24v0,-9,-1,-17,-4,-25v-3,-8,-7,-14,-12,-19v-5,-5,-13,-8,-22,-8v-10,0,-17,3,-23,9v-3,3,-5,6,-7,10v-2,4,-4,8,-5,13v-1,5,-2,9,-2,14r0,13r0,31v0,9,1,19,3,28v2,9,6,18,13,25v3,3,6,4,9,6v3,2,8,3,12,3v9,0,17,-3,22,-8v5,-5,9,-11,12,-19v3,-8,3,-16,4,-25v1,-9,1,-17,1,-24",w:199},c:{d:"154,-56v0,18,-6,34,-17,45v-11,11,-26,16,-47,16v-13,0,-25,-2,-34,-7v-9,-5,-17,-11,-23,-19v-6,-8,-11,-17,-14,-27v-3,-10,-4,-21,-4,-33v0,-12,2,-22,5,-33v3,-11,8,-20,14,-28v6,-8,15,-14,25,-19v10,-5,21,-7,34,-7v6,0,13,0,20,2v7,2,13,5,18,8v5,3,9,7,12,12v3,5,5,11,5,18v0,5,-1,11,-5,16v-4,5,-9,7,-16,7v-3,0,-6,-1,-9,-3v-3,-2,-5,-6,-5,-9v0,-3,1,-6,1,-7v0,-1,1,-3,1,-4v0,-1,1,-2,1,-4v0,-2,1,-4,1,-7v0,-7,-2,-12,-6,-15v-4,-3,-11,-5,-18,-5v-9,0,-16,3,-21,8v-5,5,-9,12,-12,20v-3,8,-3,16,-4,25v-1,9,-1,17,-1,24r0,25v0,0,2,17,5,25v3,8,6,15,12,20v6,5,13,8,23,8v8,0,15,-1,21,-4v6,-3,10,-7,14,-12v4,-5,8,-10,10,-16v2,-6,3,-13,3,-20r11,0",w:162},d:{d:"135,0r-2,-21v-4,8,-11,15,-19,20v-8,5,-17,6,-28,6v-13,0,-24,-2,-33,-7v-9,-5,-16,-11,-22,-19v-6,-8,-9,-17,-12,-28v-3,-11,-4,-21,-4,-33v0,-11,1,-22,4,-32v3,-10,7,-19,13,-27v6,-8,13,-14,22,-19v9,-5,20,-8,32,-8v10,0,18,2,24,4v6,2,10,5,13,8v4,3,7,7,8,11r0,-110r-28,0r0,-10r32,0r31,-4r0,241r3,18r25,0r0,10r-59,0xm132,-98v0,-12,-1,-23,-4,-31v-3,-8,-7,-14,-11,-18v-3,-3,-6,-5,-10,-7v-4,-2,-8,-3,-14,-3v-14,0,-24,7,-30,19v-6,12,-8,31,-8,56v0,24,3,44,8,57v5,13,15,20,30,20v5,0,9,-1,13,-3v4,-2,7,-4,10,-7v6,-6,11,-15,13,-24v2,-9,3,-19,3,-28r0,-31",w:195},e:{d:"164,-56v-1,9,-3,16,-7,24v-4,8,-8,15,-14,20v-6,5,-13,10,-21,13v-8,3,-17,4,-27,4v-13,0,-25,-2,-35,-6v-10,-4,-18,-10,-25,-18v-7,-8,-12,-17,-15,-27v-3,-10,-5,-22,-5,-34v0,-11,1,-21,4,-32v3,-11,7,-21,13,-29v6,-8,14,-15,24,-20v10,-5,21,-7,35,-7v13,0,25,2,34,7v9,5,16,11,22,19v6,8,9,17,12,28v3,11,4,22,4,33r-108,0v0,8,0,17,1,26v1,9,2,17,5,25v3,8,7,13,13,18v6,5,14,8,25,8v8,0,15,-2,21,-5v6,-3,12,-6,17,-11v5,-5,8,-11,11,-17v3,-6,4,-13,5,-20xm123,-93v0,-6,0,-13,-1,-21v-1,-8,-2,-14,-4,-21v-2,-7,-7,-12,-11,-17v-4,-5,-10,-7,-17,-7v-8,0,-15,2,-19,7v-4,5,-8,11,-10,18v-2,7,-3,14,-4,22v-1,8,-2,13,-2,19r68,0",w:177},f:{d:"140,-234v0,6,-2,11,-5,16v-3,5,-8,7,-15,7v-4,0,-7,0,-10,-3v-3,-3,-4,-6,-4,-10v0,-4,1,-8,2,-10v1,-2,1,-4,1,-8v0,-5,0,-10,-2,-14v-2,-4,-6,-6,-13,-6v-6,0,-11,2,-14,6v-3,4,-5,9,-6,14v-1,5,-2,11,-2,17r0,13r0,49r34,0r0,10r-34,0r0,143r31,0r0,10r-92,0r0,-10r25,0r0,-143r-24,0r0,-10r24,0r0,-47v0,-9,1,-17,4,-24v3,-7,8,-14,13,-19v5,-5,12,-9,19,-12v7,-3,15,-5,24,-5v12,0,23,3,31,9v8,6,13,15,13,27",w:113,k:{"\u2019":-30,"\u201d":-30,".":31,",":25}},g:{d:"176,-148v0,3,-1,6,-3,9v-2,3,-5,4,-9,4v-4,0,-7,-1,-8,-3v-1,-2,-1,-3,-1,-5v0,-2,-1,-4,-1,-6v0,-2,-2,-2,-5,-2v-3,0,-6,1,-9,3v-3,2,-5,5,-6,7v1,3,2,5,3,7v1,2,2,4,2,6v0,2,2,4,2,6r0,9v0,11,-1,20,-5,27v-4,7,-10,13,-16,17v-6,4,-13,7,-22,9v-9,2,-17,2,-27,2v-2,0,-5,1,-8,1v-3,0,-5,0,-8,1v-3,1,-5,3,-7,5v-2,2,-3,4,-3,7v0,4,1,7,3,9v2,2,5,3,8,4v3,1,6,1,9,1v3,0,7,-1,10,-1r48,0v6,0,13,1,18,3v5,2,10,4,14,8v4,4,7,8,9,14v2,6,3,12,3,20v0,9,-1,18,-6,25v-5,7,-11,13,-19,18v-8,5,-17,8,-27,11v-10,3,-21,4,-32,4v-7,0,-15,-1,-24,-2v-9,-1,-17,-4,-25,-7v-8,-3,-14,-8,-20,-14v-6,-6,-8,-12,-8,-21v0,-10,3,-18,9,-24v6,-6,13,-10,21,-15v-3,-3,-6,-6,-7,-11v-1,-5,-2,-8,-2,-10v0,-8,3,-14,7,-20v4,-6,11,-9,19,-11r0,-1v-6,-1,-10,-4,-14,-7v-4,-3,-8,-8,-11,-12v-3,-4,-4,-9,-5,-14v-1,-5,-2,-10,-2,-15v0,-18,5,-33,16,-42v11,-9,26,-14,44,-14v8,0,17,1,25,3v8,2,16,7,22,15v3,-5,7,-8,12,-12v5,-4,10,-6,16,-6v7,0,12,2,15,5v3,3,5,9,5,15xm146,22v0,-8,-3,-13,-8,-16v-5,-3,-11,-4,-18,-4r-42,0v-7,0,-13,0,-19,-1v-6,-1,-11,-2,-14,-5v-5,3,-7,7,-9,13v-2,6,-3,12,-3,18v0,7,2,12,6,17v4,5,7,8,13,11v6,3,12,5,18,6v6,1,12,1,18,1v6,0,13,-1,20,-2v7,-1,13,-4,19,-7v6,-3,10,-7,14,-12v4,-5,5,-12,5,-19xm111,-114v0,-5,-1,-10,-2,-15v-1,-5,-2,-11,-4,-15v-2,-4,-4,-8,-8,-11v-4,-3,-9,-4,-15,-4v-6,0,-11,1,-15,4v-4,3,-7,6,-9,11v-2,5,-3,10,-4,15v-1,5,-1,11,-1,16v0,5,0,10,1,15v1,5,2,9,4,14v2,5,4,9,8,12v4,3,9,5,15,5v6,0,11,-2,15,-5v4,-3,7,-7,9,-12v2,-5,3,-10,4,-15v1,-5,2,-10,2,-15",w:178},h:{d:"114,0r0,-10r28,0r0,-105v0,-13,-2,-23,-6,-30v-4,-7,-12,-11,-24,-11v-9,0,-16,2,-22,6v-6,4,-9,10,-12,17v-3,7,-6,13,-7,21v-1,8,-2,15,-2,22r0,80r29,0r0,10r-90,0r0,-10r25,0r0,-245r-25,0r0,-10r38,0r23,-4r0,132v4,-11,12,-19,21,-24v9,-5,21,-7,33,-7v19,0,33,5,42,14v9,9,14,23,14,42r0,102r27,0r0,10r-92,0",w:211,k:{"\u2019":11,"\u201d":11}},i:{d:"6,0r0,-10r27,0r0,-143r-27,0r0,-10r40,0r24,-4r0,157r30,0r0,10r-94,0xm70,-217v0,6,-2,12,-6,16v-4,4,-10,6,-16,6v-6,0,-12,-2,-16,-6v-4,-4,-6,-10,-6,-16v0,-6,2,-12,6,-16v4,-4,10,-6,16,-6v6,0,12,2,16,6v4,4,6,10,6,16",w:102,k:{"\u2019":-6,"\u201d":-6}},j:{d:"76,7v0,10,-1,20,-3,28v-2,8,-5,14,-9,20v-4,6,-11,10,-18,13v-7,3,-16,4,-27,4v-5,0,-11,-1,-16,-2v-5,-1,-10,-3,-14,-6v-4,-3,-8,-7,-11,-11v-3,-4,-5,-9,-5,-15v0,-2,0,-5,1,-8v1,-3,2,-6,3,-8v1,-2,4,-4,6,-5v2,-1,5,-2,9,-2v4,0,7,1,9,4v2,3,3,6,3,9v0,3,-1,6,-2,9v-1,3,-2,5,-2,8v0,13,7,19,19,19v5,0,9,-2,12,-4v3,-2,5,-5,6,-9v1,-4,3,-9,3,-15v0,-6,1,-12,1,-19r0,-170r-26,0r0,-10r25,0r36,-5r0,175xm83,-217v0,6,-2,11,-6,15v-4,4,-10,7,-16,7v-6,0,-11,-3,-15,-7v-4,-4,-7,-9,-7,-15v0,-6,3,-12,7,-16v4,-4,9,-7,15,-7v6,0,12,3,16,7v4,4,6,10,6,16",w:114,k:{"\u2019":-8,"\u201d":-8}},k:{d:"5,0r0,-10r28,0r0,-245r-27,0r0,-10r36,0r27,-3r0,175r0,83r29,0r0,10r-93,0xm142,0r-68,-93r68,-60r-31,0r0,-10r73,0r0,10r-21,0r-56,48r71,95r16,0r0,10r-52,0",w:188},l:{d:"5,0r0,-10r28,0r0,-245r-25,0r0,-10r35,0r27,-3r0,258r29,0r0,10r-94,0",w:101},m:{d:"218,0r0,-10r22,0r0,-112v0,-10,-2,-19,-7,-25v-5,-6,-12,-9,-22,-9v-7,0,-12,1,-17,3v-5,2,-9,6,-12,10v-3,4,-6,9,-7,14v-1,5,-2,11,-2,17r0,102r23,0r0,10r-83,0r0,-10r23,0r0,-114v0,-9,-3,-17,-7,-23v-4,-6,-11,-10,-21,-10v-6,0,-11,2,-16,5v-5,3,-9,6,-12,11v-3,5,-5,9,-7,15v-2,6,-2,11,-2,16r0,100r24,0r0,10r-89,0r0,-10r29,0r0,-121r-2,-22r-27,0r0,-10r31,0r31,-3r2,23v4,-8,11,-15,19,-19v8,-4,18,-6,28,-6v11,0,19,1,25,4v6,3,12,5,15,8v3,3,6,6,7,9v1,3,3,5,3,6v5,-9,12,-17,21,-21v9,-4,20,-6,32,-6v8,0,16,1,23,3v7,2,13,5,18,9v5,4,9,9,12,15v3,6,4,15,4,24r0,107r28,0r0,10r-87,0",w:310},n:{d:"113,0r0,-10r28,0r0,-94r0,-18v0,0,-1,-12,-3,-17v-2,-5,-5,-9,-9,-12v-4,-3,-10,-5,-18,-5v-9,0,-17,2,-22,6v-5,4,-9,9,-12,15v-3,6,-4,14,-5,21v-1,7,-1,14,-1,20r0,84r28,0r0,10r-93,0r0,-10r28,0r0,-124r-2,-19r-25,0r0,-10r37,0r23,-3r2,27v4,-9,10,-17,18,-22v8,-5,19,-7,33,-7v20,0,35,4,44,13v9,9,14,22,14,40r0,105r28,0r0,10r-93,0",w:210},o:{d:"175,-81v0,11,-2,22,-6,32v-4,10,-8,20,-15,28v-7,8,-16,14,-26,19v-10,5,-21,7,-34,7v-12,0,-23,-2,-33,-7v-10,-5,-18,-11,-25,-19v-7,-8,-11,-17,-15,-27v-4,-10,-6,-22,-6,-33v0,-11,2,-23,5,-33v3,-10,9,-19,16,-27v7,-8,14,-15,24,-20v10,-5,22,-7,35,-7v13,0,24,2,34,7v10,5,18,12,25,20v7,8,12,17,15,28v3,11,6,21,6,32xm135,-81v0,-8,0,-16,-1,-25v-1,-9,-3,-17,-6,-25v-3,-8,-7,-14,-12,-19v-5,-5,-12,-8,-21,-8v-9,0,-17,3,-22,8v-5,5,-9,11,-12,19v-3,8,-4,16,-5,25v-1,9,-1,17,-1,25v0,8,0,17,1,26v1,9,2,17,5,25v3,8,7,13,12,18v5,5,13,8,22,8v9,0,16,-3,21,-8v5,-5,9,-10,12,-18v3,-8,5,-16,6,-25v1,-9,1,-18,1,-26",w:189},p:{d:"181,-81v0,11,-2,21,-4,31v-2,10,-6,20,-12,28v-6,8,-12,15,-21,20v-9,5,-20,7,-33,7v-9,0,-17,-1,-23,-3v-6,-2,-10,-4,-13,-7v-3,-3,-5,-6,-6,-8v-1,-2,-3,-3,-3,-4r0,74r30,0r0,10r-93,0r0,-10r29,0r0,-192v0,-1,-1,-3,-1,-5r0,-5r-1,-8r-26,0r0,-10r37,0r24,-3r2,22v8,-16,23,-24,44,-24v12,0,23,2,32,7v9,5,15,12,21,20v6,8,10,18,13,28v3,10,4,21,4,32xm141,-80v0,-7,-1,-15,-1,-24v0,-9,-2,-17,-4,-25v-2,-8,-6,-15,-11,-20v-5,-5,-13,-8,-22,-8v-9,0,-17,3,-23,9v-3,3,-5,7,-7,11v-2,4,-4,8,-5,13v-1,5,-2,9,-3,14v-1,5,-1,10,-1,14r0,31v0,7,1,13,2,19v1,6,3,11,5,17v2,6,5,11,9,15v6,6,14,9,24,9v9,0,16,-3,21,-8v5,-5,9,-12,11,-19v2,-7,4,-15,4,-24v0,-9,1,-17,1,-24",w:195},q:{d:"102,67r0,-10r29,0r0,-78v-5,9,-12,16,-19,20v-7,4,-15,6,-26,6v-13,0,-24,-2,-33,-7v-9,-5,-16,-11,-22,-19v-6,-8,-10,-17,-12,-27v-2,-10,-4,-21,-4,-33v0,-11,1,-22,4,-32v3,-10,7,-20,13,-28v6,-8,13,-15,22,-20v9,-5,19,-7,31,-7v9,0,16,1,22,3v6,2,11,5,14,8v3,3,6,5,7,8v1,3,3,4,3,5r2,-19r60,0r0,10r-26,0r-2,18r0,192r29,0r0,10r-92,0xm132,-96v0,-12,-2,-23,-5,-32v-3,-9,-6,-15,-9,-18v-3,-3,-7,-6,-11,-8v-4,-2,-9,-3,-15,-3v-9,0,-16,3,-21,8v-5,5,-8,11,-11,19v-3,8,-5,16,-5,25r0,24r0,24v0,0,3,17,5,25v2,8,6,14,11,19v5,5,13,7,22,7v5,0,9,0,13,-2v4,-2,7,-4,10,-7v6,-6,11,-15,13,-24v2,-9,3,-18,3,-27r0,-30",w:199},r:{d:"154,-132v0,3,0,6,-1,9v-1,3,-2,5,-4,8v-2,3,-3,5,-6,7v-3,2,-6,2,-10,2v-5,0,-9,-1,-12,-4v-3,-3,-4,-6,-4,-12v0,-4,0,-7,2,-10v2,-3,3,-7,3,-10v0,-5,-2,-9,-4,-11v-2,-2,-6,-4,-11,-4v-6,0,-12,3,-16,7v-4,4,-8,9,-11,15v-3,6,-5,12,-6,19v-1,7,-2,13,-2,18r0,88r31,0r0,10r-97,0r0,-10r29,0r0,-122r-1,-21r-26,0r0,-10r35,0r25,-3r1,33v2,-5,4,-10,7,-14v3,-4,5,-8,9,-11v4,-3,8,-5,13,-7v5,-2,10,-2,17,-2v5,0,10,0,15,2v5,2,9,4,13,7v4,3,6,7,8,11v2,4,3,9,3,15",w:156},s:{d:"143,-48v0,8,-2,15,-5,22v-3,7,-8,12,-13,17v-5,5,-11,9,-18,11v-7,2,-14,3,-22,3v-5,0,-11,0,-15,-1v-4,-1,-7,-3,-11,-4v-5,-2,-6,-1,-10,-3v-3,-1,-6,-2,-9,-2v-3,0,-5,0,-6,1v-1,1,-3,2,-4,4r-9,0r0,-56r11,0v1,7,2,13,5,19v3,6,7,12,11,17v4,5,10,8,16,11v6,3,13,4,21,4v10,0,18,-3,24,-7v6,-4,9,-11,9,-20v0,-7,-2,-14,-7,-19v-5,-5,-12,-8,-21,-12r-30,-12v-6,-2,-11,-5,-16,-7v-5,-2,-9,-6,-13,-9v-4,-3,-6,-7,-8,-12v-2,-5,-3,-11,-3,-18v0,-15,5,-27,15,-35v10,-8,23,-12,38,-12v5,0,9,0,13,1v4,1,8,3,12,4v4,1,7,2,10,3v3,1,6,2,8,2v1,0,3,-1,4,-1v1,0,1,-2,3,-4r7,0r0,50r-11,0v-2,-14,-6,-25,-14,-33v-8,-8,-19,-11,-33,-11v-7,0,-14,2,-20,5v-6,3,-8,9,-8,17v0,4,0,7,1,9v1,2,3,4,5,6v2,2,4,3,7,4v4,2,5,2,9,4r35,14v6,3,12,5,17,8v5,3,9,6,13,10v4,4,7,9,9,14v2,5,3,11,3,18",w:156},t:{d:"120,-8v-3,3,-7,5,-11,7v-3,2,-8,3,-13,4v-5,1,-11,2,-17,2v-6,0,-12,-1,-18,-2v-6,-1,-11,-3,-15,-6v-4,-3,-8,-8,-10,-13v-2,-5,-3,-12,-3,-20r0,-117r-23,0r0,-10r25,0r0,-47r35,-7r0,54r40,0r0,10r-40,0r0,119v0,6,2,12,5,17v3,5,9,8,17,8v5,0,9,-1,12,-2v3,-1,7,-3,10,-6",w:116,k:{"\u2019":-4,"\u201d":-4,".":23,",":21}},u:{d:"138,0r-2,-24v-9,20,-26,29,-49,29v-18,0,-33,-4,-43,-13v-10,-9,-15,-22,-15,-43r0,-102r-25,0r0,-10r38,0r24,-4r0,124v0,6,0,11,2,17v2,6,5,11,9,15v4,4,10,6,19,6v6,0,12,-2,16,-5v4,-3,8,-7,11,-12v3,-5,5,-10,6,-16v1,-6,2,-11,2,-17r0,-98r-28,0r0,-10r42,0r23,-3r0,142r2,14r28,0r0,10r-60,0",w:199},v:{d:"144,-153r-62,158r-7,0r-63,-158r-15,0r0,-10r79,0r0,10r-25,0r41,106r41,-106r-25,0r0,-10r52,0r0,10r-16,0",w:154,k:{"\u2019":-10,"\u201d":-10,".":17,",":36}},w:{d:"239,-153r-63,158r-8,0r-41,-108r-45,108r-9,0r-63,-158r-15,0r0,-10r75,0r0,10r-22,0r43,111r30,-76r-13,-35r-15,0r0,-10r80,0r0,10r-26,0r38,107r41,-107r-24,0r0,-10r51,0r0,10r-14,0",w:252,k:{"\u2019":-12,"\u201d":-12,".":17,",":27}},x:{d:"86,0r0,-10r20,0r-36,-67r-39,67r20,0r0,10r-48,0r0,-10r15,0r45,-75r-37,-68r-20,0r0,-10r76,0r0,10r-17,0r25,50r29,-50r-21,0r0,-10r51,0r0,10r-17,0r-35,56r48,87r15,0r0,10r-74,0",w:158},y:{d:"140,-153r-74,190v-4,11,-9,20,-16,26v-7,6,-16,9,-28,9v-5,0,-9,-1,-14,-2v-5,-1,-9,-3,-12,-6v-3,-3,-6,-6,-8,-10v-2,-4,-3,-8,-3,-14v0,-5,1,-10,4,-14v3,-4,7,-5,12,-5v5,0,9,0,11,3v2,3,3,6,3,10v0,2,0,4,-1,6v-1,2,-1,4,-1,6v0,5,1,8,3,11v2,3,5,4,11,4v7,0,13,-2,18,-8v5,-6,8,-12,11,-19v3,-8,7,-16,10,-25v3,-9,6,-16,8,-22r-57,-140r-18,0r0,-10r78,0r0,10r-21,0r36,94r35,-94r-24,0r0,-10r53,0r0,10r-16,0",w:150,k:{".":22,",":19}},z:{d:"49,-10r34,0v8,0,16,-1,23,-2v7,-1,14,-4,19,-8v5,-4,9,-10,12,-17v3,-7,4,-16,4,-27r9,0r0,64r-141,0r0,-9r100,-144r-42,0v-7,0,-13,2,-18,5v-5,3,-9,6,-12,11v-3,5,-5,9,-6,15v-1,6,-1,12,-1,17r-9,0r0,-58r129,0r0,9",w:168},"{":{d:"101,72v-7,0,-14,-1,-21,-2v-7,-1,-13,-4,-18,-8v-5,-4,-10,-10,-13,-17v-3,-7,-4,-17,-4,-29r0,-59v0,-6,-1,-11,-1,-16v0,-5,-2,-9,-3,-13v-1,-4,-3,-6,-6,-9v-3,-3,-7,-5,-12,-7r0,-2v5,-2,9,-4,12,-7v3,-3,5,-5,6,-9v1,-4,3,-8,3,-13v0,-5,1,-10,1,-16r0,-59v0,-12,1,-22,4,-29v3,-7,8,-13,13,-17v5,-4,11,-7,18,-8v7,-1,14,-2,21,-2r0,7v-6,2,-11,3,-14,6v-3,3,-5,5,-7,9v-2,4,-3,9,-4,14v-1,5,-1,11,-1,18r0,55v0,14,-3,26,-8,34v-5,8,-14,14,-27,18v7,2,14,4,18,7v4,3,7,7,10,11v3,4,4,9,5,15v1,6,2,12,2,19r0,55v0,7,0,13,1,18v1,5,2,10,4,14v2,4,4,6,7,9v3,3,8,6,14,7r0,6",w:111},"|":{d:"40,72r0,-337r21,0r0,337r-21,0",w:101},"}":{d:"89,-89v-5,2,-9,4,-12,7v-3,3,-5,6,-6,10v-1,4,-3,8,-3,13v0,5,-1,10,-1,16r0,58v0,12,-1,23,-4,30v-3,7,-8,13,-13,17v-5,4,-11,7,-18,8v-7,1,-14,2,-21,2r0,-7v6,-2,10,-3,13,-6v3,-3,6,-5,8,-9v2,-4,3,-9,4,-14v1,-5,1,-11,1,-18r0,-55v0,-14,3,-26,8,-34v5,-8,14,-14,27,-18v-7,-2,-14,-4,-18,-7v-4,-3,-7,-7,-10,-11v-3,-4,-4,-9,-5,-15v-1,-6,-2,-12,-2,-19r0,-55v0,-7,0,-13,-1,-18v-1,-5,-2,-10,-4,-14v-2,-4,-5,-7,-8,-10v-3,-3,-7,-5,-13,-6r0,-6v7,0,14,1,21,2v7,1,13,4,18,8v5,4,10,10,13,17v3,7,4,17,4,29r0,59v0,6,1,11,1,16v0,5,2,8,3,12v1,4,3,7,6,10v3,3,7,5,12,7r0,1",w:111},"~":{d:"159,-104v-1,4,-3,9,-6,14v-3,5,-6,8,-10,12v-4,4,-8,7,-13,9v-5,2,-10,3,-15,3v-5,0,-11,-1,-17,-3v-6,-2,-11,-4,-17,-6v-6,-2,-11,-4,-17,-6v-6,-2,-11,-3,-16,-3v-6,0,-10,1,-15,3v-5,2,-8,6,-10,12r-10,-6v1,-5,3,-9,6,-14v3,-5,5,-9,9,-13v4,-4,8,-7,13,-9v5,-2,10,-3,16,-3v6,0,12,1,18,3v6,2,11,4,17,6v6,2,11,3,16,5v5,2,10,3,15,3v6,0,10,0,15,-2v5,-2,8,-6,10,-12",w:172},"\u00c4":{d:"114,0r0,-10r32,0r-24,-72r-71,0r-25,72r29,0r0,10r-64,0r0,-10r21,0r84,-242r11,0r85,242r21,0r0,10r-99,0xm87,-186r-32,92r63,0xm91,-298v0,6,-1,10,-5,14v-4,4,-9,6,-15,6v-6,0,-10,-2,-14,-6v-4,-4,-6,-8,-6,-14v0,-6,2,-10,6,-14v4,-4,8,-6,14,-6v6,0,11,2,15,6v4,4,5,8,5,14xm153,-298v0,6,-2,10,-6,14v-4,4,-8,6,-14,6v-6,0,-10,-2,-14,-6v-4,-4,-6,-8,-6,-14v0,-6,2,-10,6,-14v4,-4,8,-6,14,-6v6,0,10,2,14,6v4,4,6,8,6,14",w:205,k:{"\u00d9":9,"\u00db":9,"\u00da":9,"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00d5":7,"\u00d8":7,"\u00dc":9,"\u00d6":7,"\u00c7":7,y:8,w:8,v:8,t:8,Y:22,W:22,V:22,U:9,T:21,Q:7,O:7,G:7,C:7,"\u00dd":22}},"\u00c5":{d:"114,0r0,-10r32,0r-24,-72r-71,0r-25,72r29,0r0,10r-64,0r0,-10r21,0r84,-242r11,0r85,242r21,0r0,10r-99,0xm138,-300v0,5,-1,10,-3,14v-2,4,-4,8,-7,11v-3,3,-8,6,-12,8v-4,2,-9,2,-14,2v-10,0,-18,-3,-25,-9v-7,-6,-10,-15,-10,-25v0,-5,0,-9,2,-13v2,-4,5,-9,8,-12v3,-3,7,-5,11,-7v4,-2,9,-3,14,-3v10,0,19,4,26,10v7,6,10,14,10,24xm87,-186r-32,92r63,0xm122,-299v0,-6,-2,-11,-6,-15v-4,-4,-8,-5,-14,-5v-6,0,-11,2,-15,6v-4,4,-5,9,-5,15v0,6,2,10,6,14v4,4,9,5,15,5v6,0,11,-2,14,-6v3,-4,5,-8,5,-14",w:205,k:{"\u00d9":9,"\u00db":9,"\u00da":9,"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00d5":7,"\u00d8":7,"\u00dc":9,"\u00d6":7,"\u00c7":7,y:8,w:8,v:8,t:8,Y:22,W:22,V:22,U:9,T:21,Q:7,O:7,G:7,C:7,"\u00dd":22}},"\u00c7":{d:"193,0v0,-2,0,-4,-1,-5v-1,-1,-3,-2,-4,-3v-1,-1,-3,-1,-5,-1v-4,0,-7,1,-10,2v-5,2,-6,2,-12,5v-4,2,-9,3,-15,5v-6,2,-13,2,-22,2r0,15v1,0,2,-1,3,-1r4,0v7,0,13,3,17,7v4,4,6,9,6,16v0,5,-1,9,-3,13v-2,4,-5,6,-8,9v-3,3,-7,5,-11,6v-4,1,-9,2,-13,2v-5,0,-9,0,-12,-1v-3,-1,-7,-2,-11,-4r4,-9v2,1,4,2,7,3v3,1,6,1,9,1v5,0,9,-2,12,-5v3,-3,4,-7,4,-12v0,-5,0,-9,-3,-12v-3,-3,-7,-4,-12,-4v-3,0,-4,1,-5,1r0,-25v-17,-1,-31,-6,-43,-13v-12,-7,-21,-16,-29,-28v-8,-12,-14,-24,-17,-39v-3,-15,-5,-30,-5,-45v0,-15,2,-31,6,-46v4,-15,10,-29,18,-42v8,-13,19,-23,32,-31v13,-8,29,-12,48,-12v9,0,15,0,21,2v6,2,10,4,14,6r10,5v3,2,6,3,9,3v6,0,11,-4,12,-10r8,0r0,68r-10,0v-1,-8,-2,-16,-5,-23v-3,-7,-7,-14,-12,-20v-5,-6,-10,-10,-17,-13v-7,-3,-14,-6,-23,-6v-15,0,-27,5,-36,13v-9,8,-15,19,-20,31v-5,12,-8,24,-9,38v-1,14,-2,26,-2,37v0,12,1,24,2,37v1,13,4,26,8,37v4,11,11,20,20,28v9,8,21,12,36,12v11,0,19,-2,27,-5v8,-3,14,-7,19,-13v5,-6,9,-13,12,-21v3,-8,5,-17,6,-27r10,0v0,6,-1,14,-1,22v0,8,1,16,1,23r0,27r-9,0",w:220,k:{".":17}},"\u00c9":{d:"15,0r0,-10r30,0r0,-225r-30,0r0,-10r179,0r0,71r-11,0v-1,-21,-7,-37,-19,-47v-12,-10,-29,-14,-49,-14r-28,0r0,101r12,0v16,0,26,-3,32,-9v6,-6,10,-16,10,-31r9,0r-1,47r1,45r-10,0v0,-15,-3,-25,-9,-32v-6,-7,-16,-11,-32,-11r-12,0r0,115r42,0v10,0,19,-2,26,-6v7,-4,14,-10,19,-16v5,-6,8,-13,11,-21v3,-8,4,-17,4,-26r11,0r0,79r-185,0xm107,-270r-17,0r31,-56r41,0r0,4",w:221,k:{".":17}},"\u00d1":{d:"201,-235r0,239r-8,0r-139,-225r0,211r30,0r0,10r-73,0r0,-10r30,0r0,-225r-30,0r0,-10r76,0r101,163r0,-153r-31,0r0,-10r74,0r0,10r-30,0xm174,-300v-4,7,-10,12,-16,15v-6,3,-14,4,-22,4v-5,0,-10,-1,-14,-2v-4,-1,-8,-2,-12,-4v-4,-2,-9,-4,-13,-5v-4,-1,-8,-1,-13,-1v-5,0,-9,1,-13,5r-7,-8v4,-6,9,-10,13,-13v4,-3,11,-5,20,-5v5,0,10,1,15,2v5,1,9,4,14,5v5,1,10,3,14,4v4,1,9,1,13,1v5,0,10,-2,14,-7",w:236,k:{".":17}},"\u00d6":{d:"234,-125v0,17,-2,34,-6,50v-4,16,-11,29,-20,41v-9,12,-20,22,-34,29v-14,7,-31,10,-50,10v-19,0,-35,-3,-48,-10v-13,-7,-24,-16,-33,-28v-9,-12,-15,-26,-19,-41v-4,-15,-6,-31,-6,-48v0,-17,2,-34,6,-49v4,-15,11,-29,20,-41v9,-12,19,-21,33,-28v14,-7,30,-11,49,-11v18,0,34,3,48,10v14,7,25,15,34,27v9,12,16,25,20,40v4,15,6,32,6,49xm190,-125v0,-12,-1,-25,-2,-38v-1,-13,-4,-26,-8,-37v-4,-11,-10,-20,-19,-28v-9,-8,-21,-12,-36,-12v-14,0,-25,3,-33,10v-8,7,-15,17,-19,28v-4,11,-8,23,-9,37v-1,14,-2,28,-2,42v0,14,1,27,2,41v1,14,5,27,9,38v4,11,11,21,19,28v8,7,19,10,32,10v16,0,28,-3,37,-11v9,-8,16,-17,20,-29v4,-12,6,-25,7,-39v1,-14,2,-28,2,-40xm114,-290v0,6,-1,10,-5,14v-4,4,-9,6,-15,6v-6,0,-10,-2,-14,-6v-4,-4,-5,-8,-5,-14v0,-6,1,-10,5,-14v4,-4,8,-6,14,-6v6,0,11,2,15,6v4,4,5,8,5,14xm176,-290v0,6,-2,10,-6,14v-4,4,-8,6,-14,6v-6,0,-10,-2,-14,-6v-4,-4,-6,-8,-6,-14v0,-6,2,-10,6,-14v4,-4,8,-6,14,-6v6,0,10,2,14,6v4,4,6,8,6,14",w:252,k:{"\u00d9":5,"\u00db":5,"\u00da":5,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00dc":5,"\u00c5":7,"\u00c4":7,Y:13,W:13,V:13,U:5,A:7,".":29}},"\u00dc":{d:"196,-235r0,168v0,13,-2,24,-6,33v-4,9,-9,16,-16,22v-7,6,-16,10,-26,13v-10,3,-20,4,-32,4v-12,0,-22,-1,-32,-4v-10,-3,-19,-7,-26,-13v-7,-6,-12,-14,-16,-23v-4,-9,-6,-19,-6,-31r0,-169r-32,0r0,-10r105,0r0,10r-31,0r0,171v0,20,4,34,14,43v10,9,23,13,39,13v9,0,16,-1,23,-4v7,-3,12,-7,16,-13v4,-6,8,-12,10,-20v2,-8,3,-15,3,-24r0,-166r-31,0r0,-10r76,0r0,10r-32,0xm114,-298v0,6,-2,10,-6,14v-4,4,-8,6,-14,6v-6,0,-10,-2,-14,-6v-4,-4,-6,-8,-6,-14v0,-6,2,-10,6,-14v4,-4,8,-6,14,-6v6,0,10,2,14,6v4,4,6,8,6,14xm175,-298v0,6,-2,10,-6,14v-4,4,-8,6,-14,6v-6,0,-10,-2,-14,-6v-4,-4,-6,-8,-6,-14v0,-6,2,-10,6,-14v4,-4,8,-6,14,-6v6,0,10,2,14,6v4,4,6,8,6,14",w:229,k:{"\u00d2":5,"\u00d4":5,"\u00d3":5,"\u00c1":9,"\u00c2":9,"\u00d5":5,"\u00c3":9,"\u00c0":9,"\u00d8":5,"\u00c6":9,"\u00d6":5,"\u00c7":5,"\u00c5":9,"\u00c4":9,Q:5,O:5,G:5,C:5,A:9,".":17}},"\u00e1":{d:"183,-12v-4,6,-9,10,-15,13v-6,3,-12,4,-19,4v-10,0,-18,-2,-24,-7v-6,-5,-8,-11,-8,-20v-2,5,-5,9,-8,13v-3,4,-7,6,-11,8v-4,2,-9,4,-14,5v-5,1,-9,1,-14,1v-7,0,-15,0,-22,-2v-7,-2,-13,-4,-18,-8v-5,-4,-10,-8,-13,-14v-3,-6,-5,-13,-5,-21v0,-12,3,-23,10,-30v7,-7,16,-12,26,-16v10,-4,20,-6,31,-7v11,-1,21,-2,30,-2r0,-29v0,-11,-1,-20,-5,-26v-4,-6,-12,-9,-24,-9v-8,0,-15,2,-19,6v-4,4,-6,10,-6,17r0,6v0,0,1,5,1,7v0,5,-1,8,-3,11v-2,3,-7,5,-12,5v-6,0,-10,-2,-13,-6v-3,-4,-5,-8,-5,-14v0,-7,2,-14,6,-19v4,-5,8,-10,14,-13v6,-3,12,-6,19,-7v7,-1,15,-2,21,-2v11,0,20,1,28,3v8,2,14,5,19,9v5,4,9,10,12,17v3,7,4,16,4,27r0,82v0,2,1,4,1,7v0,3,0,5,1,7v1,2,2,5,4,6v2,1,4,2,7,2v5,0,10,-1,13,-4v4,-4,4,-5,5,-6xm109,-84v-8,0,-16,0,-23,1v-7,1,-13,3,-18,6v-5,3,-10,7,-13,13v-3,6,-4,14,-4,24v0,10,2,18,6,25v4,7,10,10,21,10v6,0,11,-2,15,-4v4,-2,6,-5,9,-9v3,-4,5,-8,6,-13v1,-5,1,-9,1,-14r0,-39xm82,-189r-18,0r32,-56r41,0r0,4",w:178},"\u00e0":{d:"183,-12v-4,6,-9,10,-15,13v-6,3,-12,4,-19,4v-10,0,-18,-2,-24,-7v-6,-5,-8,-11,-8,-20v-2,5,-5,9,-8,13v-3,4,-7,6,-11,8v-4,2,-9,4,-14,5v-5,1,-9,1,-14,1v-7,0,-15,0,-22,-2v-7,-2,-13,-4,-18,-8v-5,-4,-10,-8,-13,-14v-3,-6,-5,-13,-5,-21v0,-12,3,-23,10,-30v7,-7,16,-12,26,-16v10,-4,20,-6,31,-7v11,-1,21,-2,30,-2r0,-29v0,-11,-1,-20,-5,-26v-4,-6,-12,-9,-24,-9v-8,0,-15,2,-19,6v-4,4,-6,10,-6,17r0,6v0,0,1,5,1,7v0,5,-1,8,-3,11v-2,3,-7,5,-12,5v-6,0,-10,-2,-13,-6v-3,-4,-5,-8,-5,-14v0,-7,2,-14,6,-19v4,-5,8,-10,14,-13v6,-3,12,-6,19,-7v7,-1,15,-2,21,-2v11,0,20,1,28,3v8,2,14,5,19,9v5,4,9,10,12,17v3,7,4,16,4,27r0,82v0,2,1,4,1,7v0,3,0,5,1,7v1,2,2,5,4,6v2,1,4,2,7,2v5,0,10,-1,13,-4v4,-4,4,-5,5,-6xm109,-84v-8,0,-16,0,-23,1v-7,1,-13,3,-18,6v-5,3,-10,7,-13,13v-3,6,-4,14,-4,24v0,10,2,18,6,25v4,7,10,10,21,10v6,0,11,-2,15,-4v4,-2,6,-5,9,-9v3,-4,5,-8,6,-13v1,-5,1,-9,1,-14r0,-39xm89,-189r-55,-52r0,-4r41,0r31,56r-17,0",w:178},"\u00e2":{d:"183,-12v-4,6,-9,10,-15,13v-6,3,-12,4,-19,4v-10,0,-18,-2,-24,-7v-6,-5,-8,-11,-8,-20v-2,5,-5,9,-8,13v-3,4,-7,6,-11,8v-4,2,-9,4,-14,5v-5,1,-9,1,-14,1v-7,0,-15,0,-22,-2v-7,-2,-13,-4,-18,-8v-5,-4,-10,-8,-13,-14v-3,-6,-5,-13,-5,-21v0,-12,3,-23,10,-30v7,-7,16,-12,26,-16v10,-4,20,-6,31,-7v11,-1,21,-2,30,-2r0,-29v0,-11,-1,-20,-5,-26v-4,-6,-12,-9,-24,-9v-8,0,-15,2,-19,6v-4,4,-6,10,-6,17r0,6v0,0,1,5,1,7v0,5,-1,8,-3,11v-2,3,-7,5,-12,5v-6,0,-10,-2,-13,-6v-3,-4,-5,-8,-5,-14v0,-7,2,-14,6,-19v4,-5,8,-10,14,-13v6,-3,12,-6,19,-7v7,-1,15,-2,21,-2v11,0,20,1,28,3v8,2,14,5,19,9v5,4,9,10,12,17v3,7,4,16,4,27r0,82v0,2,1,4,1,7v0,3,0,5,1,7v1,2,2,5,4,6v2,1,4,2,7,2v5,0,10,-1,13,-4v4,-4,4,-5,5,-6xm109,-84v-8,0,-16,0,-23,1v-7,1,-13,3,-18,6v-5,3,-10,7,-13,13v-3,6,-4,14,-4,24v0,10,2,18,6,25v4,7,10,10,21,10v6,0,11,-2,15,-4v4,-2,6,-5,9,-9v3,-4,5,-8,6,-13v1,-5,1,-9,1,-14r0,-39xm114,-189r-28,-35r-27,35r-18,0r27,-57r37,0r28,57r-19,0",w:178},"\u00e4":{d:"183,-12v-4,6,-9,10,-15,13v-6,3,-12,4,-19,4v-10,0,-18,-2,-24,-7v-6,-5,-8,-11,-8,-20v-2,5,-5,9,-8,13v-3,4,-7,6,-11,8v-4,2,-9,4,-14,5v-5,1,-9,1,-14,1v-7,0,-15,0,-22,-2v-7,-2,-13,-4,-18,-8v-5,-4,-10,-8,-13,-14v-3,-6,-5,-13,-5,-21v0,-12,3,-23,10,-30v7,-7,16,-12,26,-16v10,-4,20,-6,31,-7v11,-1,21,-2,30,-2r0,-29v0,-11,-1,-20,-5,-26v-4,-6,-12,-9,-24,-9v-8,0,-15,2,-19,6v-4,4,-6,10,-6,17r0,6v0,0,1,5,1,7v0,5,-1,8,-3,11v-2,3,-7,5,-12,5v-6,0,-10,-2,-13,-6v-3,-4,-5,-8,-5,-14v0,-7,2,-14,6,-19v4,-5,8,-10,14,-13v6,-3,12,-6,19,-7v7,-1,15,-2,21,-2v11,0,20,1,28,3v8,2,14,5,19,9v5,4,9,10,12,17v3,7,4,16,4,27r0,82v0,2,1,4,1,7v0,3,0,5,1,7v1,2,2,5,4,6v2,1,4,2,7,2v5,0,10,-1,13,-4v4,-4,4,-5,5,-6xm109,-84v-8,0,-16,0,-23,1v-7,1,-13,3,-18,6v-5,3,-10,7,-13,13v-3,6,-4,14,-4,24v0,10,2,18,6,25v4,7,10,10,21,10v6,0,11,-2,15,-4v4,-2,6,-5,9,-9v3,-4,5,-8,6,-13v1,-5,1,-9,1,-14r0,-39xm75,-217v0,6,-3,11,-7,15v-4,4,-8,5,-14,5v-6,0,-10,-1,-14,-5v-4,-4,-6,-9,-6,-15v0,-6,2,-10,6,-14v4,-4,8,-6,14,-6v6,0,10,2,14,6v4,4,7,8,7,14xm136,-217v0,6,-2,11,-6,15v-4,4,-8,5,-14,5v-6,0,-10,-1,-14,-5v-4,-4,-6,-9,-6,-15v0,-6,2,-10,6,-14v4,-4,8,-6,14,-6v6,0,10,2,14,6v4,4,6,8,6,14",w:178},"\u00e3":{d:"183,-12v-4,6,-9,10,-15,13v-6,3,-12,4,-19,4v-10,0,-18,-2,-24,-7v-6,-5,-8,-11,-8,-20v-2,5,-5,9,-8,13v-3,4,-7,6,-11,8v-4,2,-9,4,-14,5v-5,1,-9,1,-14,1v-7,0,-15,0,-22,-2v-7,-2,-13,-4,-18,-8v-5,-4,-10,-8,-13,-14v-3,-6,-5,-13,-5,-21v0,-12,3,-23,10,-30v7,-7,16,-12,26,-16v10,-4,20,-6,31,-7v11,-1,21,-2,30,-2r0,-29v0,-11,-1,-20,-5,-26v-4,-6,-12,-9,-24,-9v-8,0,-15,2,-19,6v-4,4,-6,10,-6,17r0,6v0,0,1,5,1,7v0,5,-1,8,-3,11v-2,3,-7,5,-12,5v-6,0,-10,-2,-13,-6v-3,-4,-5,-8,-5,-14v0,-7,2,-14,6,-19v4,-5,8,-10,14,-13v6,-3,12,-6,19,-7v7,-1,15,-2,21,-2v11,0,20,1,28,3v8,2,14,5,19,9v5,4,9,10,12,17v3,7,4,16,4,27r0,82v0,2,1,4,1,7v0,3,0,5,1,7v1,2,2,5,4,6v2,1,4,2,7,2v5,0,10,-1,13,-4v4,-4,4,-5,5,-6xm109,-84v-8,0,-16,0,-23,1v-7,1,-13,3,-18,6v-5,3,-10,7,-13,13v-3,6,-4,14,-4,24v0,10,2,18,6,25v4,7,10,10,21,10v6,0,11,-2,15,-4v4,-2,6,-5,9,-9v3,-4,5,-8,6,-13v1,-5,1,-9,1,-14r0,-39xm139,-220v-4,7,-10,13,-16,16v-6,3,-13,4,-21,4v-5,0,-11,-1,-15,-2v-4,-1,-8,-3,-12,-5v-4,-2,-9,-3,-13,-4v-4,-1,-8,-2,-13,-2v-5,0,-9,2,-13,6r-7,-8v4,-6,9,-10,13,-13v4,-3,11,-5,20,-5v5,0,10,1,15,2v5,1,9,3,14,4v5,1,10,3,14,4v4,1,9,2,13,2v5,0,10,-2,14,-7",w:178},"\u00e5":{d:"183,-12v-4,6,-9,10,-15,13v-6,3,-12,4,-19,4v-10,0,-18,-2,-24,-7v-6,-5,-8,-11,-8,-20v-2,5,-5,9,-8,13v-3,4,-7,6,-11,8v-4,2,-9,4,-14,5v-5,1,-9,1,-14,1v-7,0,-15,0,-22,-2v-7,-2,-13,-4,-18,-8v-5,-4,-10,-8,-13,-14v-3,-6,-5,-13,-5,-21v0,-12,3,-23,10,-30v7,-7,16,-12,26,-16v10,-4,20,-6,31,-7v11,-1,21,-2,30,-2r0,-29v0,-11,-1,-20,-5,-26v-4,-6,-12,-9,-24,-9v-8,0,-15,2,-19,6v-4,4,-6,10,-6,17r0,6v0,0,1,5,1,7v0,5,-1,8,-3,11v-2,3,-7,5,-12,5v-6,0,-10,-2,-13,-6v-3,-4,-5,-8,-5,-14v0,-7,2,-14,6,-19v4,-5,8,-10,14,-13v6,-3,12,-6,19,-7v7,-1,15,-2,21,-2v11,0,20,1,28,3v8,2,14,5,19,9v5,4,9,10,12,17v3,7,4,16,4,27r0,82v0,2,1,4,1,7v0,3,0,5,1,7v1,2,2,5,4,6v2,1,4,2,7,2v5,0,10,-1,13,-4v4,-4,4,-5,5,-6xm126,-220v0,5,-1,10,-3,15v-2,5,-6,10,-9,13v-3,3,-7,6,-12,8v-5,2,-10,3,-16,3v-5,0,-10,-1,-15,-3v-5,-2,-8,-5,-12,-8v-4,-3,-7,-7,-9,-12v-2,-5,-3,-10,-3,-15v0,-5,1,-10,3,-15v2,-5,5,-9,8,-12v3,-3,8,-6,13,-8v5,-2,9,-3,15,-3v5,0,11,0,16,2v5,2,8,6,12,9v4,3,7,7,9,12v2,5,3,9,3,14xm109,-84v-8,0,-16,0,-23,1v-7,1,-13,3,-18,6v-5,3,-10,7,-13,13v-3,6,-4,14,-4,24v0,10,2,18,6,25v4,7,10,10,21,10v6,0,11,-2,15,-4v4,-2,6,-5,9,-9v3,-4,5,-8,6,-13v1,-5,1,-9,1,-14r0,-39xm109,-219v0,-6,-3,-12,-7,-16v-4,-4,-10,-6,-16,-6v-6,0,-12,2,-16,6v-4,4,-6,10,-6,16v0,6,3,12,7,16v4,4,10,6,16,6v7,0,12,-2,16,-6v4,-4,6,-9,6,-16",w:178},"\u00e7":{d:"154,-56v0,18,-6,32,-16,43v-10,11,-25,17,-44,18r0,15v1,0,2,-1,3,-1r4,0v7,0,13,3,17,7v4,4,6,9,6,16v0,5,-1,9,-3,13v-2,4,-5,6,-8,9v-3,3,-7,5,-11,6v-4,1,-9,2,-13,2v-5,0,-10,0,-13,-1v-3,-1,-6,-2,-10,-4r4,-9v2,1,4,2,7,3v3,1,6,1,9,1v5,0,9,-2,12,-5v3,-3,4,-7,4,-12v0,-5,-1,-9,-4,-12v-3,-3,-6,-4,-11,-4v-3,0,-5,1,-6,1r1,-25v-12,-1,-21,-4,-30,-9v-9,-5,-16,-11,-21,-19v-5,-8,-9,-17,-12,-27v-3,-10,-4,-20,-4,-31v0,-12,2,-22,5,-33v3,-11,8,-20,14,-28v6,-8,15,-14,25,-19v10,-5,21,-7,34,-7v6,0,13,0,20,2v7,2,13,5,18,8v5,3,9,7,12,12v3,5,5,11,5,18v0,5,-1,11,-5,16v-4,5,-9,7,-16,7v-3,0,-6,-1,-9,-3v-3,-2,-5,-6,-5,-9v0,-3,1,-6,1,-7v0,-1,1,-3,1,-4v0,-1,1,-2,1,-4v0,-2,1,-4,1,-7v0,-7,-2,-12,-6,-15v-4,-3,-11,-5,-18,-5v-9,0,-16,3,-21,8v-5,5,-9,12,-12,20v-3,8,-3,16,-4,25v-1,9,-1,17,-1,24r0,25v0,0,2,17,5,25v3,8,6,15,12,20v6,5,13,8,23,8v8,0,15,-1,21,-4v6,-3,10,-7,14,-12v4,-5,8,-10,10,-16v2,-6,3,-13,3,-20r11,0",w:162},"\u00e9":{d:"164,-56v-1,9,-3,16,-7,24v-4,8,-8,15,-14,20v-6,5,-13,10,-21,13v-8,3,-17,4,-27,4v-13,0,-25,-2,-35,-6v-10,-4,-18,-10,-25,-18v-7,-8,-12,-17,-15,-27v-3,-10,-5,-22,-5,-34v0,-11,1,-21,4,-32v3,-11,7,-21,13,-29v6,-8,14,-15,24,-20v10,-5,21,-7,35,-7v13,0,25,2,34,7v9,5,16,11,22,19v6,8,9,17,12,28v3,11,4,22,4,33r-108,0v0,8,0,17,1,26v1,9,2,17,5,25v3,8,7,13,13,18v6,5,14,8,25,8v8,0,15,-2,21,-5v6,-3,12,-6,17,-11v5,-5,8,-11,11,-17v3,-6,4,-13,5,-20xm123,-93v0,-6,0,-13,-1,-21v-1,-8,-2,-14,-4,-21v-2,-7,-7,-12,-11,-17v-4,-5,-10,-7,-17,-7v-8,0,-15,2,-19,7v-4,5,-8,11,-10,18v-2,7,-3,14,-4,22v-1,8,-2,13,-2,19r68,0xm87,-189r-18,0r32,-56r40,0r0,4",w:177},"\u00e8":{d:"164,-56v-1,9,-3,16,-7,24v-4,8,-8,15,-14,20v-6,5,-13,10,-21,13v-8,3,-17,4,-27,4v-13,0,-25,-2,-35,-6v-10,-4,-18,-10,-25,-18v-7,-8,-12,-17,-15,-27v-3,-10,-5,-22,-5,-34v0,-11,1,-21,4,-32v3,-11,7,-21,13,-29v6,-8,14,-15,24,-20v10,-5,21,-7,35,-7v13,0,25,2,34,7v9,5,16,11,22,19v6,8,9,17,12,28v3,11,4,22,4,33r-108,0v0,8,0,17,1,26v1,9,2,17,5,25v3,8,7,13,13,18v6,5,14,8,25,8v8,0,15,-2,21,-5v6,-3,12,-6,17,-11v5,-5,8,-11,11,-17v3,-6,4,-13,5,-20xm123,-93v0,-6,0,-13,-1,-21v-1,-8,-2,-14,-4,-21v-2,-7,-7,-12,-11,-17v-4,-5,-10,-7,-17,-7v-8,0,-15,2,-19,7v-4,5,-8,11,-10,18v-2,7,-3,14,-4,22v-1,8,-2,13,-2,19r68,0xm93,-189r-55,-53r0,-4r40,0r32,57r-17,0",w:177},"\u00ea":{d:"164,-56v-1,9,-3,16,-7,24v-4,8,-8,15,-14,20v-6,5,-13,10,-21,13v-8,3,-17,4,-27,4v-13,0,-25,-2,-35,-6v-10,-4,-18,-10,-25,-18v-7,-8,-12,-17,-15,-27v-3,-10,-5,-22,-5,-34v0,-11,1,-21,4,-32v3,-11,7,-21,13,-29v6,-8,14,-15,24,-20v10,-5,21,-7,35,-7v13,0,25,2,34,7v9,5,16,11,22,19v6,8,9,17,12,28v3,11,4,22,4,33r-108,0v0,8,0,17,1,26v1,9,2,17,5,25v3,8,7,13,13,18v6,5,14,8,25,8v8,0,15,-2,21,-5v6,-3,12,-6,17,-11v5,-5,8,-11,11,-17v3,-6,4,-13,5,-20xm123,-93v0,-6,0,-13,-1,-21v-1,-8,-2,-14,-4,-21v-2,-7,-7,-12,-11,-17v-4,-5,-10,-7,-17,-7v-8,0,-15,2,-19,7v-4,5,-8,11,-10,18v-2,7,-3,14,-4,22v-1,8,-2,13,-2,19r68,0xm118,-189r-28,-35r-27,35r-18,0r27,-56r37,0r28,56r-19,0",w:177},"\u00eb":{d:"164,-56v-1,9,-3,16,-7,24v-4,8,-8,15,-14,20v-6,5,-13,10,-21,13v-8,3,-17,4,-27,4v-13,0,-25,-2,-35,-6v-10,-4,-18,-10,-25,-18v-7,-8,-12,-17,-15,-27v-3,-10,-5,-22,-5,-34v0,-11,1,-21,4,-32v3,-11,7,-21,13,-29v6,-8,14,-15,24,-20v10,-5,21,-7,35,-7v13,0,25,2,34,7v9,5,16,11,22,19v6,8,9,17,12,28v3,11,4,22,4,33r-108,0v0,8,0,17,1,26v1,9,2,17,5,25v3,8,7,13,13,18v6,5,14,8,25,8v8,0,15,-2,21,-5v6,-3,12,-6,17,-11v5,-5,8,-11,11,-17v3,-6,4,-13,5,-20xm123,-93v0,-6,0,-13,-1,-21v-1,-8,-2,-14,-4,-21v-2,-7,-7,-12,-11,-17v-4,-5,-10,-7,-17,-7v-8,0,-15,2,-19,7v-4,5,-8,11,-10,18v-2,7,-3,14,-4,22v-1,8,-2,13,-2,19r68,0xm80,-217v0,6,-2,10,-6,14v-4,4,-8,6,-14,6v-6,0,-10,-2,-14,-6v-4,-4,-6,-8,-6,-14v0,-6,2,-10,6,-14v4,-4,8,-6,14,-6v6,0,10,2,14,6v4,4,6,8,6,14xm141,-217v0,6,-2,10,-6,14v-4,4,-8,6,-14,6v-6,0,-10,-2,-14,-6v-4,-4,-5,-8,-5,-14v0,-6,1,-10,5,-14v4,-4,8,-6,14,-6v6,0,10,2,14,6v4,4,6,8,6,14",w:177},"\u00ed":{d:"6,0r0,-10r27,0r0,-143r-27,0r0,-10r40,0r24,-4r0,157r30,0r0,10r-94,0xm49,-190r-17,0r31,-56r41,0r0,4",w:102},"\u00ec":{d:"7,0r0,-10r26,0r0,-143r-26,0r0,-10r39,0r24,-4r0,157r30,0r0,10r-93,0xm50,-189r-54,-52r0,-4r40,0r32,56r-18,0",w:102},"\u00ee":{d:"6,0r0,-10r27,0r0,-143r-27,0r0,-10r40,0r23,-4r0,157r30,0r0,10r-93,0xm78,-189r-28,-35r-27,35r-18,0r27,-57r37,0r28,57r-19,0",w:102},"\u00ef":{d:"6,0r0,-10r27,0r0,-143r-27,0r0,-10r40,0r24,-4r0,157r30,0r0,10r-94,0xm40,-217v0,6,-2,10,-6,14v-4,4,-8,6,-14,6v-6,0,-10,-2,-14,-6v-4,-4,-6,-8,-6,-14v0,-6,2,-10,6,-14v4,-4,8,-6,14,-6v6,0,10,2,14,6v4,4,6,8,6,14xm101,-217v0,6,-2,10,-6,14v-4,4,-8,6,-14,6v-6,0,-10,-2,-14,-6v-4,-4,-5,-8,-5,-14v0,-6,1,-10,5,-14v4,-4,8,-6,14,-6v6,0,10,2,14,6v4,4,6,8,6,14",w:102},"\u00f1":{d:"113,0r0,-10r28,0r0,-94r0,-18v0,0,-1,-12,-3,-17v-2,-5,-5,-9,-9,-12v-4,-3,-10,-5,-18,-5v-9,0,-17,2,-22,6v-5,4,-9,9,-12,15v-3,6,-4,14,-5,21v-1,7,-1,14,-1,20r0,84r28,0r0,10r-93,0r0,-10r28,0r0,-124r-2,-19r-25,0r0,-10r37,0r23,-3r2,27v4,-9,10,-17,18,-22v8,-5,19,-7,33,-7v20,0,35,4,44,13v9,9,14,22,14,40r0,105r28,0r0,10r-93,0xm158,-220v-4,7,-9,12,-15,15v-6,3,-14,4,-22,4v-5,0,-10,-1,-14,-2v-4,-1,-9,-2,-13,-4v-4,-2,-8,-4,-12,-5v-4,-1,-8,-1,-13,-1v-5,0,-10,1,-14,5r-6,-8v4,-6,9,-10,13,-13v4,-3,11,-5,20,-5v5,0,10,1,15,2v5,1,9,3,14,4v5,1,10,3,14,4v4,1,9,2,13,2v5,0,10,-2,14,-7",w:210},"\u00f3":{d:"175,-81v0,11,-2,22,-6,32v-4,10,-8,20,-15,28v-7,8,-16,14,-26,19v-10,5,-21,7,-34,7v-12,0,-23,-2,-33,-7v-10,-5,-18,-11,-25,-19v-7,-8,-11,-17,-15,-27v-4,-10,-6,-22,-6,-33v0,-11,2,-23,5,-33v3,-10,9,-19,16,-27v7,-8,14,-15,24,-20v10,-5,22,-7,35,-7v13,0,24,2,34,7v10,5,18,12,25,20v7,8,12,17,15,28v3,11,6,21,6,32xm135,-81v0,-8,0,-16,-1,-25v-1,-9,-3,-17,-6,-25v-3,-8,-7,-14,-12,-19v-5,-5,-12,-8,-21,-8v-9,0,-17,3,-22,8v-5,5,-9,11,-12,19v-3,8,-4,16,-5,25v-1,9,-1,17,-1,25v0,8,0,17,1,26v1,9,2,17,5,25v3,8,7,13,12,18v5,5,13,8,22,8v9,0,16,-3,21,-8v5,-5,9,-10,12,-18v3,-8,5,-16,6,-25v1,-9,1,-18,1,-26xm92,-188r-17,0r31,-56r41,0r0,4",w:189},"\u00f2":{d:"175,-81v0,11,-2,22,-6,32v-4,10,-8,20,-15,28v-7,8,-16,14,-26,19v-10,5,-21,7,-34,7v-12,0,-23,-2,-33,-7v-10,-5,-18,-11,-25,-19v-7,-8,-11,-17,-15,-27v-4,-10,-6,-22,-6,-33v0,-11,2,-23,5,-33v3,-10,9,-19,16,-27v7,-8,14,-15,24,-20v10,-5,22,-7,35,-7v13,0,24,2,34,7v10,5,18,12,25,20v7,8,12,17,15,28v3,11,6,21,6,32xm135,-81v0,-8,0,-16,-1,-25v-1,-9,-3,-17,-6,-25v-3,-8,-7,-14,-12,-19v-5,-5,-12,-8,-21,-8v-9,0,-17,3,-22,8v-5,5,-9,11,-12,19v-3,8,-4,16,-5,25v-1,9,-1,17,-1,25v0,8,0,17,1,26v1,9,2,17,5,25v3,8,7,13,12,18v5,5,13,8,22,8v9,0,16,-3,21,-8v5,-5,9,-10,12,-18v3,-8,5,-16,6,-25v1,-9,1,-18,1,-26xm95,-189r-55,-52r0,-4r41,0r32,56r-18,0",w:189},"\u00f4":{d:"175,-81v0,11,-2,22,-6,32v-4,10,-8,20,-15,28v-7,8,-16,14,-26,19v-10,5,-21,7,-34,7v-12,0,-23,-2,-33,-7v-10,-5,-18,-11,-25,-19v-7,-8,-11,-17,-15,-27v-4,-10,-6,-22,-6,-33v0,-11,2,-23,5,-33v3,-10,9,-19,16,-27v7,-8,14,-15,24,-20v10,-5,22,-7,35,-7v13,0,24,2,34,7v10,5,18,12,25,20v7,8,12,17,15,28v3,11,6,21,6,32xm135,-81v0,-8,0,-16,-1,-25v-1,-9,-3,-17,-6,-25v-3,-8,-7,-14,-12,-19v-5,-5,-12,-8,-21,-8v-9,0,-17,3,-22,8v-5,5,-9,11,-12,19v-3,8,-4,16,-5,25v-1,9,-1,17,-1,25v0,8,0,17,1,26v1,9,2,17,5,25v3,8,7,13,12,18v5,5,13,8,22,8v9,0,16,-3,21,-8v5,-5,9,-10,12,-18v3,-8,5,-16,6,-25v1,-9,1,-18,1,-26xm122,-189r-28,-35r-27,35r-18,0r27,-56r37,0r28,56r-19,0",w:189},"\u00f6":{d:"175,-81v0,11,-2,22,-6,32v-4,10,-8,20,-15,28v-7,8,-16,14,-26,19v-10,5,-21,7,-34,7v-12,0,-23,-2,-33,-7v-10,-5,-18,-11,-25,-19v-7,-8,-11,-17,-15,-27v-4,-10,-6,-22,-6,-33v0,-11,2,-23,5,-33v3,-10,9,-19,16,-27v7,-8,14,-15,24,-20v10,-5,22,-7,35,-7v13,0,24,2,34,7v10,5,18,12,25,20v7,8,12,17,15,28v3,11,6,21,6,32xm135,-81v0,-8,0,-16,-1,-25v-1,-9,-3,-17,-6,-25v-3,-8,-7,-14,-12,-19v-5,-5,-12,-8,-21,-8v-9,0,-17,3,-22,8v-5,5,-9,11,-12,19v-3,8,-4,16,-5,25v-1,9,-1,17,-1,25v0,8,0,17,1,26v1,9,2,17,5,25v3,8,7,13,12,18v5,5,13,8,22,8v9,0,16,-3,21,-8v5,-5,9,-10,12,-18v3,-8,5,-16,6,-25v1,-9,1,-18,1,-26xm84,-216v0,6,-2,10,-6,14v-4,4,-8,6,-14,6v-6,0,-10,-2,-14,-6v-4,-4,-6,-8,-6,-14v0,-6,2,-11,6,-15v4,-4,8,-6,14,-6v6,0,10,2,14,6v4,4,6,9,6,15xm145,-216v0,6,-2,10,-6,14v-4,4,-8,6,-14,6v-6,0,-10,-2,-14,-6v-4,-4,-6,-8,-6,-14v0,-6,2,-11,6,-15v4,-4,8,-6,14,-6v6,0,10,2,14,6v4,4,6,9,6,15",w:189},"\u00f5":{d:"175,-81v0,11,-2,22,-6,32v-4,10,-8,20,-15,28v-7,8,-16,14,-26,19v-10,5,-21,7,-34,7v-12,0,-23,-2,-33,-7v-10,-5,-18,-11,-25,-19v-7,-8,-11,-17,-15,-27v-4,-10,-6,-22,-6,-33v0,-11,2,-23,5,-33v3,-10,9,-19,16,-27v7,-8,14,-15,24,-20v10,-5,22,-7,35,-7v13,0,24,2,34,7v10,5,18,12,25,20v7,8,12,17,15,28v3,11,6,21,6,32xm135,-81v0,-8,0,-16,-1,-25v-1,-9,-3,-17,-6,-25v-3,-8,-7,-14,-12,-19v-5,-5,-12,-8,-21,-8v-9,0,-17,3,-22,8v-5,5,-9,11,-12,19v-3,8,-4,16,-5,25v-1,9,-1,17,-1,25v0,8,0,17,1,26v1,9,2,17,5,25v3,8,7,13,12,18v5,5,13,8,22,8v9,0,16,-3,21,-8v5,-5,9,-10,12,-18v3,-8,5,-16,6,-25v1,-9,1,-18,1,-26xm150,-220v-4,7,-10,12,-16,15v-6,3,-13,4,-21,4v-5,0,-10,-1,-14,-2v-4,-1,-9,-2,-13,-4v-4,-2,-9,-4,-13,-5v-4,-1,-8,-1,-13,-1v-5,0,-9,1,-13,5r-7,-8v4,-6,9,-10,13,-13v4,-3,11,-5,20,-5v5,0,10,1,15,2v5,1,9,3,14,4v5,1,10,3,14,4v4,1,9,2,13,2v5,0,10,-2,14,-7",w:189},"\u00fa":{d:"138,0r-2,-24v-9,20,-26,29,-49,29v-18,0,-33,-4,-43,-13v-10,-9,-15,-22,-15,-43r0,-102r-25,0r0,-10r38,0r24,-4r0,124v0,6,0,11,2,17v2,6,5,11,9,15v4,4,10,6,19,6v6,0,12,-2,16,-5v4,-3,8,-7,11,-12v3,-5,5,-10,6,-16v1,-6,2,-11,2,-17r0,-98r-28,0r0,-10r42,0r23,-3r0,142r2,14r28,0r0,10r-60,0xm86,-189r-18,0r32,-56r40,0r0,4",w:199},"\u00f9":{d:"138,0r-2,-24v-9,20,-26,29,-49,29v-18,0,-33,-4,-43,-13v-10,-9,-15,-22,-15,-43r0,-102r-25,0r0,-10r38,0r24,-4r0,124v0,6,0,11,2,17v2,6,5,11,9,15v4,4,10,6,19,6v6,0,12,-2,16,-5v4,-3,8,-7,11,-12v3,-5,5,-10,6,-16v1,-6,2,-11,2,-17r0,-98r-28,0r0,-10r42,0r23,-3r0,142r2,14r28,0r0,10r-60,0xm99,-189r-55,-53r0,-4r41,0r31,57r-17,0",w:199},"\u00fb":{d:"138,0r-2,-24v-9,20,-26,29,-49,29v-18,0,-33,-4,-43,-13v-10,-9,-15,-22,-15,-43r0,-102r-25,0r0,-10r38,0r24,-4r0,124v0,6,0,11,2,17v2,6,5,11,9,15v4,4,10,6,19,6v6,0,12,-2,16,-5v4,-3,8,-7,11,-12v3,-5,5,-10,6,-16v1,-6,2,-11,2,-17r0,-98r-28,0r0,-10r42,0r23,-3r0,142r2,14r28,0r0,10r-60,0xm122,-189r-27,-35r-28,35r-18,0r27,-56r37,0r28,56r-19,0",w:199},"\u00fc":{d:"138,0r-2,-24v-9,20,-26,29,-49,29v-18,0,-33,-4,-43,-13v-10,-9,-15,-22,-15,-43r0,-102r-25,0r0,-10r38,0r24,-4r0,124v0,6,0,11,2,17v2,6,5,11,9,15v4,4,10,6,19,6v6,0,12,-2,16,-5v4,-3,8,-7,11,-12v3,-5,5,-10,6,-16v1,-6,2,-11,2,-17r0,-98r-28,0r0,-10r42,0r23,-3r0,142r2,14r28,0r0,10r-60,0xm83,-217v0,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,-10,6,-14v4,-4,8,-7,14,-7v6,0,11,3,15,7v4,4,6,8,6,14xm145,-217v0,6,-2,10,-6,14v-4,4,-8,6,-14,6v-6,0,-10,-2,-14,-6v-4,-4,-6,-8,-6,-14v0,-6,2,-10,6,-14v4,-4,8,-7,14,-7v6,0,10,3,14,7v4,4,6,8,6,14",w:199},"\u00b0":{d:"106,-213v0,6,-2,12,-4,17v-2,5,-5,10,-9,14v-4,4,-9,8,-15,10v-6,2,-12,4,-18,4v-6,0,-11,-2,-17,-4v-6,-2,-10,-5,-14,-9v-4,-4,-8,-9,-10,-15v-2,-6,-3,-11,-3,-17v0,-6,1,-12,3,-17v2,-5,6,-10,10,-14v4,-4,9,-8,14,-10v5,-2,11,-3,17,-3v13,0,25,4,33,12v8,8,13,19,13,32xm87,-213v0,-8,-2,-15,-7,-20v-5,-5,-12,-7,-20,-7v-8,0,-14,2,-19,8v-5,6,-8,12,-8,19v0,8,3,15,8,20v5,5,11,8,19,8v4,0,8,0,11,-2v3,-2,7,-4,9,-7v2,-3,5,-6,6,-9v1,-3,1,-6,1,-10",w:121},"\u00a2":{d:"166,-98v-2,18,-8,33,-17,43v-9,10,-22,17,-40,18r0,37r-14,0r0,-36v-24,-3,-41,-12,-53,-27v-12,-15,-19,-34,-19,-59v0,-13,2,-24,5,-34v3,-10,8,-20,14,-27v6,-7,14,-14,23,-18v9,-4,19,-7,30,-8r0,-36r14,0r0,36v6,0,13,1,20,3v7,2,13,4,18,8v5,4,9,8,12,13v3,5,6,12,6,19v0,8,-3,14,-6,18v-3,4,-8,5,-14,5v-5,0,-9,-1,-11,-4v-2,-3,-2,-6,-2,-9v0,-3,0,-6,1,-9v1,-3,1,-6,1,-8v0,-9,-2,-16,-6,-20v-4,-4,-11,-6,-20,-6r0,152v7,0,14,-2,20,-5v6,-3,10,-6,14,-11v4,-5,6,-10,8,-16v2,-6,4,-13,4,-19r12,0xm95,-199v-7,1,-14,5,-18,11v-4,6,-8,13,-10,21v-2,8,-4,16,-5,24v-1,8,-2,15,-2,21v0,6,1,13,2,21v1,8,2,16,4,24v2,8,6,14,11,20v5,6,11,9,18,10r0,-152"},"\u00a3":{d:"182,-47v-2,17,-7,30,-14,39v-7,9,-17,13,-29,13v-5,0,-11,0,-15,-2v-4,-2,-9,-4,-13,-7v-4,-3,-8,-5,-12,-8v-4,-3,-8,-5,-13,-7v-5,9,-12,14,-21,18v-9,4,-19,6,-28,6v-4,0,-8,0,-11,-1v-3,-1,-6,-1,-9,-3v-3,-2,-5,-4,-7,-7v-2,-3,-2,-7,-2,-11v0,-5,1,-9,3,-12v2,-3,5,-5,8,-7v3,-2,6,-3,10,-4v4,-1,8,-1,11,-1v6,0,13,1,20,2v7,1,14,2,20,4v0,-1,1,-2,1,-5r0,-9v0,-7,0,-14,-2,-21v-2,-7,-4,-13,-7,-20v-3,-7,-6,-14,-9,-20r-9,-19r-41,0r5,-13r31,0v-2,-5,-4,-10,-5,-15v-1,-4,-3,-9,-4,-14v-1,-5,-1,-10,-1,-15v0,-18,6,-32,18,-43v12,-11,29,-16,49,-16v9,0,16,1,24,3v8,2,14,5,20,9v6,4,10,9,13,15v3,6,5,14,5,23v0,7,-1,13,-5,18v-4,5,-9,7,-16,7v-5,0,-9,-2,-11,-5v-2,-3,-3,-7,-3,-11v0,-2,1,-6,2,-9v1,-3,1,-6,1,-8v0,-8,-2,-16,-7,-22v-5,-6,-11,-9,-20,-9v-13,0,-22,4,-27,13v-5,9,-8,20,-8,33v0,6,1,13,2,22v1,9,3,17,4,24r59,0r-4,13r-52,0v1,3,2,7,3,13v2,9,1,10,3,20v1,7,3,13,4,19v1,6,1,10,1,13v0,5,-1,10,-1,16v0,6,-1,10,-2,15v1,0,4,1,8,2v4,1,8,1,12,2v4,1,9,2,13,2r11,0v9,0,18,-1,25,-4v7,-3,12,-9,14,-18xm76,-23v-6,-3,-13,-5,-19,-7v-6,-2,-12,-3,-19,-3v-5,0,-9,1,-14,3v-5,2,-7,7,-7,13v0,6,2,9,7,11v5,2,9,3,13,3v8,0,16,-1,23,-4v7,-3,12,-9,16,-16"},"\u00a7":{d:"175,-66v0,12,-4,24,-11,33v-7,9,-16,17,-27,23v3,4,5,9,6,13v1,4,2,9,2,15v0,8,-2,16,-5,23v-3,7,-7,12,-12,17v-5,5,-11,7,-18,10v-7,3,-15,4,-23,4v-5,0,-10,-1,-16,-2v-6,-1,-10,-2,-15,-5v-5,-3,-9,-7,-12,-11v-3,-4,-5,-10,-5,-16v0,-6,2,-10,5,-15v3,-5,7,-7,14,-7v4,0,8,1,10,4v2,3,3,6,3,11r0,6v0,0,-1,3,-1,5v0,7,2,12,7,15v5,3,11,5,18,5v9,0,15,-2,21,-8v6,-6,9,-13,9,-21v0,-4,-1,-8,-3,-12v-2,-4,-4,-8,-7,-11v-3,-3,-4,-6,-7,-9v-3,-3,-5,-4,-6,-5r-31,-28r-26,-24v-18,-16,-27,-37,-27,-61v0,-12,4,-24,11,-33v7,-9,17,-17,28,-23v-3,-4,-5,-9,-6,-13v-1,-4,-2,-9,-2,-15v0,-8,1,-15,4,-22v3,-7,8,-12,13,-17v5,-5,11,-8,18,-11v7,-3,15,-4,23,-4v5,0,10,1,16,2v6,1,10,3,15,6v5,3,9,7,12,11v3,4,4,10,4,16v0,6,-1,10,-4,15v-3,5,-7,7,-14,7v-5,0,-8,-1,-10,-4v-2,-3,-3,-6,-3,-11r0,-6v0,0,1,-4,1,-6v0,-7,-2,-12,-7,-15v-5,-3,-11,-5,-18,-5v-9,0,-15,3,-21,9v-6,6,-9,13,-9,21v0,4,1,8,2,11v1,3,3,6,5,9v2,3,5,6,7,8r5,5v9,9,8,9,16,16r15,13v0,0,6,5,12,11v6,6,6,6,12,11v10,9,17,19,23,30v6,11,9,23,9,35xm152,-53v0,-11,-3,-21,-9,-30v-6,-9,-13,-18,-22,-26r-50,-47r-5,-5v-2,-3,-3,-2,-5,-5v-6,4,-11,9,-14,15v-3,6,-6,13,-6,21v0,11,3,21,9,30v6,9,14,19,23,27r50,47v2,2,4,3,5,5r4,5v6,-4,12,-10,15,-16v3,-6,5,-13,5,-21"},"\u00b6":{d:"72,67r0,-10r31,0r0,-151v-13,0,-24,-1,-35,-4v-11,-3,-20,-7,-28,-13v-8,-6,-15,-15,-19,-24v-4,-9,-6,-21,-6,-34v0,-13,2,-23,7,-33v5,-10,12,-18,20,-24v8,-6,18,-11,29,-14v11,-3,23,-5,36,-5r94,0r0,10r-31,0r0,292r31,0r0,10r-129,0xm154,-235r-19,0r0,292r19,0r0,-292xm103,-237v-17,0,-29,6,-36,18v-7,12,-10,28,-10,51v0,12,0,22,2,31v2,9,4,16,8,21v4,5,8,9,14,11v6,2,13,3,22,3r0,-135",w:216},"\u00df":{d:"182,-79v0,11,-2,21,-5,31v-3,10,-7,18,-13,26v-6,8,-13,13,-22,18v-9,5,-19,7,-30,7v-3,0,-6,0,-12,-1v-6,-1,-12,-2,-19,-7v1,-1,2,-3,3,-5v1,-2,2,-4,3,-5v3,2,7,3,11,4v4,1,8,2,12,2v9,0,16,-3,21,-8v5,-5,7,-12,9,-19v2,-7,3,-15,3,-23r0,-21v0,-10,-1,-19,-3,-28v-2,-9,-5,-16,-9,-23v-4,-7,-10,-12,-17,-16v-7,-4,-15,-6,-25,-6r0,-10v13,0,24,-4,33,-12v9,-8,13,-19,13,-33r0,-16v0,0,-2,-11,-4,-16v-2,-5,-5,-10,-9,-14v-4,-4,-9,-6,-16,-6v-7,0,-13,2,-17,5v-4,3,-7,8,-10,13v-3,5,-5,11,-6,18v-1,7,-1,14,-1,21r0,203r-61,0r0,-10r25,0r0,-143r-24,0r0,-10r24,0r0,-28v0,-10,1,-20,4,-29v3,-9,7,-18,13,-25v6,-7,13,-14,22,-18v9,-4,19,-7,31,-7v19,0,33,5,43,15v10,10,16,25,16,44v0,9,-2,17,-5,23v-3,6,-8,12,-13,16v-5,4,-11,8,-18,10v-6,2,-12,4,-18,4v5,1,12,2,19,4v9,2,16,6,24,12v8,6,15,13,20,23v5,10,8,23,8,40",w:195},"\u00ae":{d:"190,-162v0,12,-2,23,-7,34v-5,11,-11,20,-19,28v-8,8,-17,14,-28,19v-11,5,-23,7,-36,7v-13,0,-24,-2,-35,-7v-11,-5,-20,-11,-28,-19v-8,-8,-14,-17,-18,-28v-4,-11,-6,-22,-6,-34v0,-12,2,-24,6,-35v4,-11,11,-20,19,-28v8,-8,16,-14,27,-19v11,-5,22,-7,35,-7v13,0,26,2,37,7v11,5,20,11,28,19v8,8,14,17,18,28v4,11,7,23,7,35xm174,-162v0,-10,-1,-20,-5,-29v-4,-9,-9,-17,-15,-24v-6,-7,-15,-12,-24,-16v-9,-4,-19,-6,-30,-6v-11,0,-21,2,-30,6v-9,4,-17,9,-23,16v-6,7,-11,15,-15,24v-4,9,-5,19,-5,29v0,10,1,20,5,29v4,9,9,16,15,23v6,7,14,12,23,16v9,4,18,6,29,6v11,0,21,-2,30,-6v9,-4,17,-9,24,-16v7,-7,11,-14,15,-23v4,-9,6,-19,6,-29xm148,-108r-5,0r-6,0v-4,0,-7,0,-10,-1v-3,-1,-5,-3,-6,-5v-1,-2,-2,-5,-2,-8r0,-9r0,-14v0,-5,-1,-8,-4,-10v-3,-2,-7,-3,-14,-3r-14,0r0,41r14,0r0,8r-47,0r0,-8r14,0r0,-87r-14,0r0,-9r54,0v8,0,16,2,22,5v6,3,9,10,9,19v0,7,-2,13,-7,17v-5,4,-10,8,-16,9v3,1,6,1,9,2v3,1,4,2,6,3v2,1,3,4,4,6v1,2,1,4,1,8v0,4,1,8,1,11v0,3,1,6,1,7v0,4,2,7,3,8v1,1,3,2,7,2r0,4r0,4xm120,-186v0,-6,-2,-11,-5,-14v-3,-3,-9,-4,-15,-4r-13,0r0,38r15,0v7,0,11,-2,14,-5v3,-3,4,-8,4,-15",w:202},"\u00a9":{d:"190,-162v0,12,-2,23,-7,34v-5,11,-11,20,-19,28v-8,8,-17,14,-28,19v-11,5,-23,7,-36,7v-13,0,-24,-2,-35,-7v-11,-5,-20,-11,-28,-19v-8,-8,-14,-17,-18,-28v-4,-11,-6,-22,-6,-34v0,-12,2,-24,6,-35v4,-11,11,-20,19,-28v8,-8,16,-14,27,-19v11,-5,22,-7,35,-7v13,0,26,2,37,7v11,5,20,11,28,19v8,8,14,17,18,28v4,11,7,23,7,35xm174,-162v0,-10,-1,-20,-5,-29v-4,-9,-9,-17,-15,-24v-6,-7,-15,-12,-24,-16v-9,-4,-19,-6,-30,-6v-11,0,-21,2,-30,6v-9,4,-17,9,-23,16v-6,7,-11,15,-15,24v-4,9,-5,19,-5,29v0,10,1,20,5,29v4,9,9,17,15,24v6,7,14,12,23,16v9,4,18,6,29,6v11,0,21,-2,30,-6v9,-4,17,-9,24,-16v7,-7,11,-15,15,-24v4,-9,6,-19,6,-29xm134,-110r0,-2v0,0,-2,-2,-4,-2v-2,0,-4,1,-8,3v-4,2,-10,3,-18,3v-8,0,-14,-1,-20,-4v-6,-3,-11,-6,-15,-11v-4,-5,-7,-11,-9,-17v-2,-6,-3,-14,-3,-21v0,-7,1,-13,3,-20v2,-7,4,-13,8,-18v4,-5,8,-10,14,-13v6,-3,12,-5,20,-5v7,0,13,1,17,3v4,2,6,3,8,3v3,0,4,-1,5,-4r4,0r0,29r-5,0v-1,-6,-3,-11,-7,-16v-4,-5,-10,-8,-17,-8v-6,0,-12,2,-16,5v-4,3,-6,8,-8,13v-2,5,-4,10,-4,16v0,6,-1,11,-1,15v0,5,1,11,1,16v0,5,2,10,4,14v2,4,4,8,8,11v4,3,9,4,16,4v9,0,15,-2,19,-6v4,-4,6,-11,7,-19r6,0r0,31r-5,0",w:202},"\u2122":{d:"155,-166r0,-6r12,0r0,-65r-27,72r-3,0r-31,-73r0,66r12,0r0,6r-31,0r0,-6r12,0r0,-67r-10,0r0,-6r33,0r21,53r19,-53r34,0r0,6r-12,0r0,67r12,0r0,6r-41,0xm78,-222v0,-6,-2,-11,-6,-14v-4,-3,-9,-3,-15,-3r0,67r14,0r0,6r-47,0r0,-6r14,0r0,-67v-6,0,-11,0,-15,3v-4,3,-6,8,-6,14r-4,0r0,-23r70,0r0,23r-5,0",w:207},"\u00b4":{d:"54,-189r-18,0r32,-56r40,0r0,4",w:151},"\u00a8":{d:"66,-217v0,6,-2,10,-6,14v-4,4,-9,6,-15,6v-6,0,-10,-2,-14,-6v-4,-4,-5,-8,-5,-14v0,-6,1,-10,5,-14v4,-4,8,-6,14,-6v6,0,11,2,15,6v4,4,6,8,6,14xm127,-217v0,6,-2,10,-6,14v-4,4,-8,6,-14,6v-6,0,-10,-2,-14,-6v-4,-4,-6,-8,-6,-14v0,-6,2,-10,6,-14v4,-4,8,-6,14,-6v6,0,10,2,14,6v4,4,6,8,6,14",w:151},"\u00c6":{d:"98,0r0,-10r36,0r0,-72r-85,0r-41,72r25,0r0,10r-56,0r0,-10r15,0r130,-225r-28,0r0,-10r185,0r0,71r-11,0v0,-20,-6,-36,-18,-46v-12,-10,-29,-15,-49,-15r-25,0r0,99r12,0v26,0,39,-12,39,-38r10,0r0,10r0,13v0,5,-1,9,-1,13r0,10r0,21v0,8,1,16,1,25r-11,0v0,-6,0,-12,-2,-17v-2,-5,-4,-9,-7,-13v-3,-4,-7,-8,-12,-10v-5,-2,-11,-3,-17,-3r-12,0r0,115r37,0v10,0,19,-2,27,-6v8,-4,14,-10,19,-16v5,-6,9,-13,11,-21v2,-8,4,-17,4,-26r11,0r0,79r-187,0xm134,-229r-79,137r79,0r0,-137",w:306,k:{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00d5":7,"\u00d8":7,"\u00d6":7,"\u00c7":7,Q:7,O:7,G:7,C:7,".":17}},"\u00d8":{d:"234,-125v0,17,-2,34,-6,50v-4,16,-11,29,-20,41v-9,12,-20,22,-34,29v-14,7,-31,10,-50,10v-12,0,-23,-1,-33,-4v-10,-3,-19,-7,-27,-13r-20,31r-13,-8r21,-33v-12,-12,-20,-27,-26,-45v-6,-18,-8,-35,-8,-55v0,-17,2,-34,6,-49v4,-15,11,-29,20,-41v9,-12,19,-21,33,-28v14,-7,30,-11,49,-11v24,0,46,5,62,17r17,-27r14,9r-19,29v12,12,20,26,26,43v6,17,8,35,8,55xm174,-213v-5,-8,-11,-14,-19,-19v-8,-5,-18,-8,-30,-8v-14,0,-25,3,-33,10v-8,7,-15,17,-19,28v-4,11,-8,23,-9,37v-1,14,-2,28,-2,42v0,12,1,25,2,37v1,12,3,24,6,35xm190,-125v0,-11,-1,-22,-2,-34v-1,-12,-3,-24,-6,-35r-104,161v5,8,11,15,18,20v7,5,17,7,28,7v16,0,28,-3,37,-11v9,-8,16,-17,20,-29v4,-12,6,-25,7,-39v1,-14,2,-28,2,-40",w:252,k:{"\u00d9":5,"\u00db":5,"\u00da":5,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00dc":5,"\u00c5":7,"\u00c4":7,Y:13,W:13,V:13,U:5,A:7,".":29}},"\u00b1":{d:"107,-87r0,54r-22,0r0,-54r-73,0r0,-21r73,0r0,-55r22,0r0,55r72,0r0,21r-72,0xm12,0r0,-21r167,0r0,21r-167,0",w:190},"\u00a5":{d:"174,-235r-41,98r42,0r0,14r-48,0r-9,21r58,0r0,14r-58,0r0,78r30,0r0,10r-103,0r0,-10r32,0r0,-78r-57,0r0,-13r57,0r-9,-22r-48,0r0,-14r42,0r-40,-98r-14,0r0,-10r81,0r0,10r-23,0r46,118r48,-118r-25,0r0,-10r53,0r0,10r-14,0"},"\u00b5":{d:"208,-8v-2,3,-5,5,-8,7v-3,2,-6,3,-10,4v-4,1,-10,2,-16,2v-7,0,-13,0,-18,-1v-5,-1,-8,-2,-11,-4v-3,-2,-6,-5,-8,-8v-2,-3,-3,-8,-5,-13v-5,10,-11,17,-19,21v-8,4,-17,5,-29,5v-4,0,-9,0,-13,-1v-4,-1,-8,-3,-12,-5v-4,-2,-8,-3,-11,-6v-3,-3,-6,-5,-8,-8r0,0r0,6v0,4,-1,4,-1,7r0,5v0,4,1,8,3,12r6,12v3,6,2,6,5,11v2,4,3,7,3,11v0,6,-1,12,-4,16v-3,4,-8,6,-15,6v-6,0,-10,-4,-13,-10v-3,-6,-4,-14,-4,-22v0,-6,0,-12,1,-19v1,-10,1,-10,2,-19v1,-6,1,-12,2,-17v1,-5,1,-10,1,-12r0,-4r0,-8r0,-7r0,-4r0,-102r-25,0r0,-10r38,0r24,-4r0,101r0,20v0,0,1,13,3,19v2,6,5,11,9,14v4,3,10,5,18,5v8,0,13,-1,18,-4v5,-3,8,-7,11,-12v3,-5,4,-11,5,-17v1,-6,2,-13,2,-19r0,-93r-29,0r0,-10r42,0r23,-3r0,131v0,3,0,7,1,10v1,3,2,6,4,8v2,2,4,4,7,6v3,2,6,2,10,2v5,0,8,0,9,-1v1,-1,4,-4,7,-6",w:196},"\u03bc":{d:"208,-8v-2,3,-5,5,-8,7v-3,2,-6,3,-10,4v-4,1,-10,2,-16,2v-7,0,-13,0,-18,-1v-5,-1,-8,-2,-11,-4v-3,-2,-6,-5,-8,-8v-2,-3,-3,-8,-5,-13v-5,10,-11,17,-19,21v-8,4,-17,5,-29,5v-4,0,-9,0,-13,-1v-4,-1,-8,-3,-12,-5v-4,-2,-8,-3,-11,-6v-3,-3,-6,-5,-8,-8r0,0r0,6v0,4,-1,4,-1,7r0,5v0,4,1,8,3,12r6,12v3,6,2,6,5,11v2,4,3,7,3,11v0,6,-1,12,-4,16v-3,4,-8,6,-15,6v-6,0,-10,-4,-13,-10v-3,-6,-4,-14,-4,-22v0,-6,0,-12,1,-19v1,-10,1,-10,2,-19v1,-6,1,-12,2,-17v1,-5,1,-10,1,-12r0,-4r0,-8r0,-7r0,-4r0,-102r-25,0r0,-10r38,0r24,-4r0,101r0,20v0,0,1,13,3,19v2,6,5,11,9,14v4,3,10,5,18,5v8,0,13,-1,18,-4v5,-3,8,-7,11,-12v3,-5,4,-11,5,-17v1,-6,2,-13,2,-19r0,-93r-29,0r0,-10r42,0r23,-3r0,131v0,3,0,7,1,10v1,3,2,6,4,8v2,2,4,4,7,6v3,2,6,2,10,2v5,0,8,0,9,-1v1,-1,4,-4,7,-6",w:196},"\u00aa":{d:"134,-159v-3,3,-6,6,-9,8v-3,2,-8,3,-14,3v-6,0,-11,-2,-15,-5v-4,-3,-6,-7,-7,-12v-2,6,-7,11,-12,13v-5,2,-11,3,-17,3v-5,0,-10,0,-14,-1v-4,-1,-8,-3,-11,-5v-3,-2,-7,-5,-9,-8v-2,-3,-3,-8,-3,-13v0,-7,3,-13,7,-17v4,-4,10,-8,16,-10v6,-2,13,-4,20,-5v7,-1,14,-1,20,-1r0,-18v0,-7,-2,-13,-4,-16v-2,-3,-7,-5,-15,-5v-5,0,-9,1,-12,3v-3,2,-5,5,-5,10v0,2,1,4,1,5r0,4v0,3,-1,6,-2,8v-1,2,-4,3,-8,3v-4,0,-7,-1,-9,-4v-2,-3,-3,-7,-3,-10v0,-5,1,-10,4,-13v3,-3,6,-5,10,-7v4,-2,8,-3,13,-4v5,-1,9,-2,13,-2v14,0,24,2,30,7v6,5,10,14,10,27r0,50v0,3,1,5,2,8v1,3,4,5,7,5v3,0,7,-1,9,-2v2,-1,4,-3,4,-3xm86,-202v-4,0,-9,1,-13,1v-4,0,-7,1,-11,3v-4,2,-7,5,-9,8v-2,3,-4,7,-4,13v0,6,1,10,3,14v2,4,6,6,13,6v7,0,13,-2,16,-7v3,-5,5,-10,5,-16r0,-22xm25,-127r0,-9r102,0r0,9r-102,0",w:150},"\u00ba":{d:"127,-201v0,7,-1,14,-3,20v-2,6,-6,12,-11,17v-5,5,-10,8,-17,11v-7,3,-14,4,-23,4v-8,0,-16,-1,-22,-4v-6,-3,-12,-7,-17,-12v-5,-5,-8,-10,-10,-16v-2,-6,-4,-13,-4,-20v0,-7,2,-14,4,-20v2,-6,5,-12,10,-17v5,-5,10,-9,17,-12v7,-3,14,-5,23,-5v9,0,16,2,23,5v7,3,12,7,17,12v5,5,8,11,10,17v2,6,3,13,3,20xm102,-201v0,-4,0,-9,-1,-14v-1,-5,-2,-11,-4,-16v-2,-5,-4,-9,-8,-12v-4,-3,-9,-5,-15,-5v-6,0,-11,2,-15,5v-4,3,-7,7,-9,12v-2,5,-2,9,-3,15v-1,6,-1,11,-1,15v0,4,0,9,1,14v1,5,2,10,4,15v2,5,4,8,8,11v4,3,9,5,15,5v6,0,10,-2,14,-5v4,-3,7,-6,9,-11v2,-5,3,-10,4,-15v1,-5,1,-10,1,-14xm23,-127r0,-9r102,0r0,9r-102,0",w:147},"\u00e6":{d:"261,-56v-1,9,-3,16,-6,24v-3,8,-8,15,-14,20v-6,5,-13,10,-21,13v-8,3,-17,4,-27,4v-18,0,-33,-4,-45,-12v-12,-8,-19,-18,-24,-30v-3,15,-9,25,-17,32v-8,7,-21,10,-37,10v-7,0,-15,0,-22,-2v-7,-2,-13,-4,-18,-8v-5,-4,-10,-8,-13,-14v-3,-6,-5,-13,-5,-21v0,-12,4,-22,11,-29v7,-7,16,-13,26,-16v10,-3,22,-5,33,-6v11,-1,21,-1,29,-1r0,-37v0,-10,-3,-17,-8,-22v-5,-5,-13,-8,-23,-8v-8,0,-15,2,-19,6v-4,4,-6,9,-6,16r0,7v0,0,1,4,1,6v0,5,-1,9,-3,12v-2,3,-6,5,-12,5v-6,0,-10,-2,-13,-6v-3,-4,-5,-9,-5,-14v0,-7,2,-14,6,-19v4,-5,8,-10,14,-13v6,-3,13,-6,20,-7v7,-1,15,-2,22,-2v14,0,24,2,33,5v9,3,16,9,21,16v6,-6,12,-11,20,-15v8,-4,17,-6,29,-6v13,0,25,2,34,7v9,5,16,11,22,19v6,8,9,17,12,28v3,11,4,22,4,33r-110,0v0,8,0,17,1,26v1,9,2,18,5,25v3,7,8,13,14,18v6,5,15,8,26,8v7,0,15,-1,21,-4v6,-3,11,-6,16,-11v5,-5,9,-11,12,-17v3,-6,4,-13,5,-21xm221,-92v0,-9,-1,-18,-2,-26v-1,-8,-2,-16,-5,-22v-3,-6,-6,-11,-10,-14v-4,-3,-11,-5,-18,-5v-8,0,-14,2,-19,7v-5,5,-9,11,-11,18v-2,7,-4,14,-5,22v-1,8,-1,14,-1,20r71,0xm112,-81v-9,0,-18,0,-26,1v-8,1,-14,3,-19,6v-5,3,-9,7,-12,13v-3,6,-4,12,-4,21v0,10,2,18,6,25v4,7,10,10,20,10v6,0,11,-2,15,-4v4,-2,8,-5,11,-9v3,-4,5,-8,6,-13v1,-5,3,-9,3,-14r0,-36",w:274},"\u00f8":{d:"175,-81v0,11,-2,22,-6,32v-4,10,-8,20,-15,28v-7,8,-16,14,-26,19v-10,5,-21,7,-34,7v-8,0,-14,-1,-21,-3v-7,-2,-13,-4,-19,-8r-14,21r-12,-7r14,-22v-9,-8,-15,-18,-20,-30v-5,-12,-7,-24,-7,-37v0,-11,2,-23,5,-33v3,-10,9,-19,16,-27v7,-8,14,-15,24,-20v10,-5,22,-7,35,-7v15,0,28,3,40,10r13,-20r12,8r-13,21v9,8,15,18,20,30v5,12,8,25,8,38xm135,-81v0,-6,0,-13,-1,-21v-1,-8,-2,-15,-4,-22r-65,101v3,6,6,10,11,13v5,3,12,6,19,6v9,0,16,-3,21,-8v5,-5,9,-10,12,-18v3,-8,5,-16,6,-25v1,-9,1,-18,1,-26xm124,-141v-3,-5,-7,-10,-12,-13v-5,-3,-10,-4,-17,-4v-9,0,-17,3,-22,8v-5,5,-9,11,-12,19v-3,8,-4,16,-5,25v-1,9,-1,17,-1,25r0,21v0,0,2,13,4,20",w:189},"\u00bf":{d:"166,18v0,9,-2,17,-6,24v-4,7,-9,13,-16,17v-7,4,-15,8,-24,10v-9,2,-17,3,-26,3v-9,0,-18,-1,-27,-3v-9,-2,-17,-6,-24,-11v-7,-5,-13,-10,-17,-17v-4,-7,-6,-15,-6,-25v0,-7,1,-15,4,-21v3,-6,7,-11,12,-17v5,-6,10,-11,16,-16v8,-7,8,-8,16,-15r10,-10v0,0,6,-7,8,-10v2,-3,3,-6,4,-10v1,-4,1,-9,1,-15r0,-10r0,-9r12,0v0,4,-1,7,-1,10r0,8r0,14v0,4,-1,7,-2,11v-1,4,-3,7,-6,11v-3,4,-7,9,-12,15v-4,4,-7,9,-10,13v-3,4,-6,8,-8,12v-2,4,-3,9,-4,15v-1,6,-2,12,-2,19v0,7,1,14,2,20v1,6,3,11,6,16v3,5,7,8,12,11v5,3,12,4,20,4v11,0,20,-3,26,-8v6,-5,9,-13,9,-24v0,-3,-1,-7,-2,-10v-1,-3,-2,-7,-2,-10v0,-6,2,-9,5,-13v3,-4,8,-6,14,-6v4,0,7,1,9,3v2,2,4,4,5,7r3,9v0,0,1,6,1,8xm125,-154v0,7,-3,13,-8,18v-5,5,-12,8,-19,8v-7,0,-13,-3,-18,-8v-5,-5,-8,-11,-8,-18v0,-7,3,-14,8,-19v5,-5,11,-7,18,-7v7,0,14,2,19,7v5,5,8,12,8,19",w:189},"\u00a1":{d:"87,34v0,3,0,7,-1,11v-1,4,-1,9,-3,13v-2,4,-4,7,-7,10v-3,3,-7,4,-12,4v-5,0,-8,-1,-11,-4v-3,-3,-5,-6,-7,-10v-2,-4,-3,-8,-3,-12v0,-4,-1,-8,-1,-11v0,-5,0,-10,1,-15v1,-5,2,-11,3,-17v1,-6,3,-11,4,-16r3,-15v2,-10,3,-20,4,-30v1,-10,2,-20,2,-31r0,-15v0,-6,0,-11,-1,-16r14,0v0,5,-2,10,-2,16r0,15v0,11,1,21,2,31v1,10,3,20,5,30v0,3,1,7,2,12v1,5,3,11,4,17v1,6,2,11,3,17v1,6,1,12,1,16xm92,-157v0,7,-3,13,-8,18v-5,5,-11,8,-18,8v-7,0,-14,-3,-19,-8v-5,-5,-8,-11,-8,-18v0,-7,3,-14,8,-19v5,-5,12,-8,19,-8v7,0,13,3,18,8v5,5,8,12,8,19",w:131},"\u00ac":{d:"151,0r0,-71r-132,0r0,-21r153,0r0,92r-21,0",w:218},"\u00ab":{d:"86,-27r-72,-56v-1,0,-1,-1,-2,-2v-1,-1,-3,-3,-3,-5v0,-1,1,-3,2,-4v0,-1,1,-1,2,-1r72,-54r4,5r-48,54r49,59xm148,-27r-72,-56v-1,0,-1,-1,-2,-2v-2,-1,-3,-3,-3,-5v0,-2,1,-3,2,-4v0,-1,1,-1,2,-1r72,-54r4,5r-48,54r49,59",w:174},"\u00bb":{d:"165,-90v0,1,-1,2,-1,3v0,1,-1,2,-1,2v0,1,-2,1,-2,1r-72,54r-4,-5r47,-55r-48,-58r4,-4r72,56v1,0,1,1,2,2r2,2v0,0,1,1,1,2xm103,-90v0,1,-1,2,-1,3v0,1,-1,2,-1,2r-2,1r-72,54r-4,-5r48,-55r-49,-58r4,-4r72,56v1,0,1,1,2,2r2,2v0,0,1,1,1,2",w:173},"\u2026":{d:"220,-21v0,7,-3,14,-8,19v-5,5,-12,7,-19,7v-7,0,-13,-2,-18,-7v-5,-5,-8,-12,-8,-19v0,-7,3,-13,8,-18v5,-5,11,-8,18,-8v7,0,14,3,19,8v5,5,8,11,8,18xm78,-21v0,7,-3,14,-8,19v-5,5,-12,7,-19,7v-7,0,-13,-2,-18,-7v-5,-5,-8,-12,-8,-19v0,-7,3,-13,8,-18v5,-5,11,-8,18,-8v7,0,14,3,19,8v5,5,8,11,8,18xm149,-21v0,7,-3,14,-8,19v-5,5,-12,7,-19,7v-7,0,-13,-2,-18,-7v-5,-5,-8,-12,-8,-19v0,-7,3,-13,8,-18v5,-5,11,-8,18,-8v7,0,14,3,19,8v5,5,8,11,8,18",w:244},"\u00c0":{d:"114,0r0,-10r32,0r-24,-72r-71,0r-25,72r29,0r0,10r-64,0r0,-10r21,0r84,-242r11,0r85,242r21,0r0,10r-99,0xm87,-186r-32,92r63,0xm100,-270r-54,-53r0,-4r40,0r32,57r-18,0",w:205,k:{"\u00d9":9,"\u00db":9,"\u00da":9,"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00d5":7,"\u00d8":7,"\u00dc":9,"\u00d6":7,"\u00c7":7,y:8,w:8,v:8,t:8,Y:22,W:22,V:22,U:9,T:21,Q:7,O:7,G:7,C:7,"\u00dd":22}},"\u00c3":{d:"114,0r0,-10r32,0r-24,-72r-71,0r-25,72r29,0r0,10r-64,0r0,-10r21,0r84,-242r11,0r85,242r21,0r0,10r-99,0xm87,-186r-32,92r63,0xm156,-301v-4,7,-10,13,-16,16v-6,3,-13,4,-21,4v-5,0,-10,-1,-14,-2v-4,-1,-9,-3,-13,-5v-4,-2,-8,-3,-12,-4v-4,-1,-8,-2,-13,-2v-5,0,-10,2,-14,6r-6,-8v4,-6,9,-10,13,-13v4,-3,11,-5,20,-5v5,0,10,1,15,2v5,1,9,3,14,4v5,1,10,3,14,4v4,1,9,2,13,2v5,0,10,-2,14,-7",w:205,k:{"\u00d9":9,"\u00db":9,"\u00da":9,"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00d5":7,"\u00d8":7,"\u00dc":9,"\u00d6":7,"\u00c7":7,y:8,w:8,v:8,t:8,Y:22,W:22,V:22,U:9,T:21,Q:7,O:7,G:7,C:7,"\u00dd":22}},"\u00d5":{d:"234,-125v0,17,-2,34,-6,50v-4,16,-11,29,-20,41v-9,12,-20,22,-34,29v-14,7,-31,10,-50,10v-19,0,-35,-3,-48,-10v-13,-7,-24,-16,-33,-28v-9,-12,-15,-26,-19,-41v-4,-15,-6,-31,-6,-48v0,-17,2,-34,6,-49v4,-15,11,-29,20,-41v9,-12,19,-21,33,-28v14,-7,30,-11,49,-11v18,0,34,3,48,10v14,7,25,15,34,27v9,12,16,25,20,40v4,15,6,32,6,49xm190,-125v0,-12,-1,-25,-2,-38v-1,-13,-4,-26,-8,-37v-4,-11,-10,-20,-19,-28v-9,-8,-21,-12,-36,-12v-14,0,-25,3,-33,10v-8,7,-15,17,-19,28v-4,11,-8,23,-9,37v-1,14,-2,28,-2,42v0,14,1,27,2,41v1,14,5,27,9,38v4,11,11,21,19,28v8,7,19,10,32,10v16,0,28,-3,37,-11v9,-8,16,-17,20,-29v4,-12,6,-25,7,-39v1,-14,2,-28,2,-40xm185,-300v-4,7,-10,12,-16,15v-6,3,-13,4,-21,4v-5,0,-10,-1,-14,-2v-4,-1,-9,-2,-13,-4v-4,-2,-9,-4,-13,-5v-4,-1,-8,-1,-13,-1v-5,0,-9,1,-13,5r-7,-8v4,-6,9,-10,13,-13v4,-3,11,-5,20,-5v5,0,10,1,15,2v5,1,9,4,14,5v5,1,10,3,14,4v4,1,9,1,13,1v5,0,10,-2,14,-7",w:252,k:{"\u00d9":5,"\u00db":5,"\u00da":5,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00dc":5,"\u00c5":7,"\u00c4":7,Y:13,W:13,V:13,U:5,A:7,".":29}},"\u2013":{d:"12,-71r0,-21r155,0r0,21r-155,0",w:180},"\u2014":{d:"12,-71r0,-21r335,0r0,21r-335,0",w:360},"\u201c":{d:"76,-180v0,7,-2,13,-7,17v-5,4,-11,6,-18,6v-6,0,-11,-1,-15,-4v-4,-3,-8,-7,-11,-12v-3,-5,-5,-10,-6,-15v-1,-5,-2,-11,-2,-16v0,-15,5,-26,13,-35v8,-9,19,-14,34,-14r4,7v-13,1,-22,4,-29,12v-7,8,-10,18,-10,30v0,6,0,11,2,16v1,-4,5,-8,9,-11v4,-3,8,-4,13,-4v6,0,12,2,16,7v4,5,7,10,7,16xm139,-181v0,7,-2,13,-7,17v-5,4,-11,6,-18,6v-6,0,-11,-2,-15,-5v-4,-3,-7,-6,-10,-11v-3,-5,-5,-10,-6,-15v-1,-5,-2,-11,-2,-16v0,-15,5,-26,13,-35v8,-9,19,-15,34,-15r3,8v-13,1,-23,4,-29,12v-6,8,-9,18,-9,30v0,6,0,11,2,16v1,-4,5,-8,9,-11v4,-3,8,-4,13,-4v6,0,12,2,16,7v4,5,6,10,6,16",w:160,k:{"\u00f8":18,"\u00e6":18,"\u00fc":12,"\u00fb":12,"\u00f9":12,"\u00fa":12,"\u00f5":18,"\u00f6":18,"\u00f4":18,"\u00f2":18,"\u00f3":18,"\u00f1":12,"\u00ef":6,"\u00ee":6,"\u00ec":6,"\u00ed":6,"\u00eb":18,"\u00ea":18,"\u00e8":18,"\u00e9":18,"\u00e7":18,"\u00e5":18,"\u00e3":18,"\u00e4":18,"\u00e2":18,"\u00e0":18,"\u00e1":18,z:12,y:12,x:12,w:12,v:12,u:12,t:12,s:12,r:12,q:18,p:12,o:18,n:12,m:12,j:12,i:6,g:12,f:12,e:18,d:18,c:18,a:18}},"\u201d":{d:"140,-204v0,15,-4,27,-12,36v-8,9,-20,14,-35,14r-3,-7v13,-1,23,-5,29,-13v6,-8,10,-18,10,-30v0,-3,-1,-5,-1,-8v0,-3,-1,-5,-2,-8v-1,4,-4,8,-8,11v-4,3,-9,4,-14,4v-6,0,-12,-2,-16,-7v-4,-5,-6,-10,-6,-16v0,-7,2,-12,7,-16v5,-4,11,-7,18,-7v6,0,11,2,15,5v4,3,7,6,10,11v3,5,5,10,6,15v1,5,2,11,2,16xm77,-204v0,15,-5,27,-13,36v-8,9,-19,14,-34,14r-4,-7v13,-1,23,-5,29,-13v6,-8,10,-17,10,-29r0,-9v0,0,-1,-5,-2,-8v-1,4,-5,8,-9,11v-4,3,-8,5,-13,5v-6,0,-12,-2,-16,-7v-4,-5,-7,-11,-7,-17v0,-7,3,-12,8,-16v5,-4,10,-6,17,-6v6,0,11,1,15,4v4,3,8,7,11,12v3,5,5,10,6,15v1,5,2,10,2,15",w:160},"\u2018":{d:"76,-181v0,7,-2,13,-7,17v-5,4,-11,6,-18,6v-6,0,-11,-2,-15,-5v-4,-3,-8,-6,-11,-11v-3,-5,-5,-10,-6,-15v-1,-5,-2,-11,-2,-16v0,-15,5,-26,13,-35v8,-9,19,-15,34,-15r4,8v-13,1,-22,4,-29,12v-7,8,-10,18,-10,30v0,6,0,11,2,16v1,-4,5,-8,9,-11v4,-3,8,-4,13,-4v6,0,12,2,16,7v4,5,7,10,7,16",w:96,k:{"\u00f8":18,"\u00e6":18,"\u00fc":12,"\u00fb":12,"\u00f9":12,"\u00fa":12,"\u00f5":18,"\u00f6":18,"\u00f4":18,"\u00f2":18,"\u00f3":18,"\u00f1":12,"\u00ef":6,"\u00ee":6,"\u00ec":6,"\u00ed":6,"\u00eb":18,"\u00ea":18,"\u00e8":18,"\u00e9":18,"\u00e7":18,"\u00e5":18,"\u00e3":18,"\u00e4":18,"\u00e2":18,"\u00e0":18,"\u00e1":18,z:12,y:12,x:12,w:12,v:12,u:12,t:12,s:12,r:12,q:18,p:12,o:18,n:12,m:12,j:12,i:6,g:12,f:12,e:18,d:18,c:18,a:18}},"\u2019":{d:"77,-205v0,15,-5,27,-13,36v-8,9,-19,14,-34,14r-4,-7v13,-1,23,-5,29,-13v6,-8,10,-17,10,-29r0,-9v0,0,-1,-5,-2,-8v-1,4,-5,8,-9,11v-4,3,-8,4,-13,4v-6,0,-12,-1,-16,-6v-4,-5,-7,-11,-7,-17v0,-7,3,-12,8,-16v5,-4,10,-6,17,-6v6,0,11,1,15,4v4,3,8,7,11,12v3,5,5,10,6,15v1,5,2,10,2,15",w:96},"\u00f7":{d:"20,-71r0,-21r152,0r0,21r-152,0xm119,-146v0,6,-2,12,-6,16v-4,4,-9,6,-15,6v-6,0,-12,-2,-16,-6v-4,-4,-6,-10,-6,-16v0,-6,2,-12,6,-16v4,-4,10,-6,16,-6v6,0,11,2,15,6v4,4,6,10,6,16xm118,-17v0,6,-3,11,-7,15v-4,4,-9,7,-15,7v-6,0,-11,-3,-15,-7v-4,-4,-6,-9,-6,-15v0,-6,2,-12,6,-16v4,-4,9,-6,15,-6v6,0,11,2,15,6v4,4,7,10,7,16",w:190},"\u00ff":{d:"140,-153r-74,190v-4,11,-9,20,-16,26v-7,6,-16,9,-28,9v-5,0,-9,-1,-14,-2v-5,-1,-9,-3,-12,-6v-3,-3,-6,-6,-8,-10v-2,-4,-3,-8,-3,-14v0,-5,1,-10,4,-14v3,-4,7,-5,12,-5v5,0,9,0,11,3v2,3,3,6,3,10v0,2,0,4,-1,6v-1,2,-1,4,-1,6v0,5,1,8,3,11v2,3,5,4,11,4v7,0,13,-2,18,-8v5,-6,8,-12,11,-19v3,-8,7,-16,10,-25v3,-9,6,-16,8,-22r-57,-140r-18,0r0,-10r78,0r0,10r-21,0r36,94r35,-94r-24,0r0,-10r53,0r0,10r-16,0xm75,-218v0,6,-2,10,-6,14v-4,4,-8,6,-14,6v-6,0,-10,-2,-14,-6v-4,-4,-6,-8,-6,-14v0,-6,2,-10,6,-14v4,-4,8,-6,14,-6v6,0,10,2,14,6v4,4,6,8,6,14xm136,-218v0,6,-1,10,-5,14v-4,4,-8,6,-14,6v-6,0,-10,-2,-14,-6v-4,-4,-6,-8,-6,-14v0,-6,2,-10,6,-14v4,-4,8,-6,14,-6v6,0,10,2,14,6v4,4,5,8,5,14",w:150},"\u00a4":{d:"183,-81v0,11,-3,20,-6,29v-3,9,-8,18,-14,25r15,15r-11,12r-15,-15v-8,6,-17,11,-26,15v-9,4,-19,5,-30,5v-10,0,-20,-2,-29,-5v-9,-3,-18,-9,-25,-15r-15,16r-12,-12r16,-15v-6,-8,-11,-16,-15,-25v-4,-9,-6,-19,-6,-30v0,-11,2,-22,6,-31v4,-9,9,-17,15,-25r-16,-15r12,-11r15,15v7,-6,16,-11,25,-14v9,-3,19,-5,29,-5v11,0,21,1,30,5v9,4,18,9,26,15r14,-15r11,12r-14,14v6,7,11,16,14,25v3,9,6,19,6,30xm163,-82v0,-9,-2,-18,-5,-26v-3,-8,-9,-15,-15,-21v-6,-6,-13,-11,-21,-14v-8,-3,-17,-5,-26,-5v-9,0,-18,2,-26,5v-8,3,-15,8,-21,14v-6,6,-12,13,-15,21v-3,8,-5,17,-5,26v0,9,2,18,5,26v3,8,9,16,15,22v6,6,13,11,21,14v8,3,17,5,26,5v9,0,18,-2,26,-5v8,-3,15,-8,21,-14v6,-6,12,-14,15,-22v3,-8,5,-17,5,-26"},"\u00b7":{d:"66,-87v0,6,-2,10,-6,14v-4,4,-10,6,-16,6v-6,0,-10,-2,-14,-6v-4,-4,-6,-8,-6,-14v0,-6,2,-11,6,-15v4,-4,9,-5,14,-5v5,0,10,1,15,5v5,4,7,9,7,15",w:90},"\u22c5":{d:"66,-87v0,6,-2,10,-6,14v-4,4,-10,6,-16,6v-6,0,-10,-2,-14,-6v-4,-4,-6,-8,-6,-14v0,-6,2,-11,6,-15v4,-4,9,-5,14,-5v5,0,10,1,15,5v5,4,7,9,7,15",w:90},"\u2227":{d:"66,-87v0,6,-2,10,-6,14v-4,4,-10,6,-16,6v-6,0,-10,-2,-14,-6v-4,-4,-6,-8,-6,-14v0,-6,2,-11,6,-15v4,-4,9,-5,14,-5v5,0,10,1,15,5v5,4,7,9,7,15",w:90},"\u2224":{d:"66,-87v0,6,-2,10,-6,14v-4,4,-10,6,-16,6v-6,0,-10,-2,-14,-6v-4,-4,-6,-8,-6,-14v0,-6,2,-11,6,-15v4,-4,9,-5,14,-5v5,0,10,1,15,5v5,4,7,9,7,15",w:90},"\u2219":{d:"66,-87v0,6,-2,10,-6,14v-4,4,-10,6,-16,6v-6,0,-10,-2,-14,-6v-4,-4,-6,-8,-6,-14v0,-6,2,-11,6,-15v4,-4,9,-5,14,-5v5,0,10,1,15,5v5,4,7,9,7,15",w:90},"\u00c2":{d:"114,0r0,-10r32,0r-24,-72r-71,0r-25,72r29,0r0,10r-64,0r0,-10r21,0r84,-242r11,0r85,242r21,0r0,10r-99,0xm87,-186r-32,92r63,0xm130,-270r-28,-35r-27,35r-19,0r28,-56r36,0r28,56r-18,0",w:205,k:{"\u00d9":9,"\u00db":9,"\u00da":9,"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00d5":7,"\u00d8":7,"\u00dc":9,"\u00d6":7,"\u00c7":7,y:8,w:8,v:8,t:8,Y:22,W:22,V:22,U:9,T:21,Q:7,O:7,G:7,C:7,"\u00dd":22}},"\u00ca":{d:"15,0r0,-10r30,0r0,-225r-30,0r0,-10r179,0r0,71r-11,0v-1,-21,-7,-37,-19,-47v-12,-10,-29,-14,-49,-14r-28,0r0,101r12,0v16,0,26,-3,32,-9v6,-6,10,-16,10,-31r9,0r-1,47r1,45r-10,0v0,-15,-3,-25,-9,-32v-6,-7,-16,-11,-32,-11r-12,0r0,115r42,0v10,0,19,-2,26,-6v7,-4,14,-10,19,-16v5,-6,8,-13,11,-21v3,-8,4,-17,4,-26r11,0r0,79r-185,0xm144,-270r-28,-35r-27,35r-18,0r27,-57r37,0r28,57r-19,0",w:221,k:{".":17}},"\u00c1":{d:"114,0r0,-10r32,0r-24,-72r-71,0r-25,72r29,0r0,10r-64,0r0,-10r21,0r84,-242r11,0r85,242r21,0r0,10r-99,0xm87,-186r-32,92r63,0xm111,-271r-18,0r32,-56r40,0r0,4",w:205,k:{"\u00d9":9,"\u00db":9,"\u00da":9,"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00d5":7,"\u00d8":7,"\u00dc":9,"\u00d6":7,"\u00c7":7,y:8,w:8,v:8,t:8,Y:22,W:22,V:22,U:9,T:21,Q:7,O:7,G:7,C:7,"\u00dd":22}},"\u00cb":{d:"15,0r0,-10r30,0r0,-225r-30,0r0,-10r179,0r0,71r-11,0v-1,-21,-7,-37,-19,-47v-12,-10,-29,-14,-49,-14r-28,0r0,101r12,0v16,0,26,-3,32,-9v6,-6,10,-16,10,-31r9,0r-1,47r1,45r-10,0v0,-15,-3,-25,-9,-32v-6,-7,-16,-11,-32,-11r-12,0r0,115r42,0v10,0,19,-2,26,-6v7,-4,14,-10,19,-16v5,-6,8,-13,11,-21v3,-8,4,-17,4,-26r11,0r0,79r-185,0xm104,-298v0,6,-2,10,-6,14v-4,4,-8,6,-14,6v-6,0,-10,-2,-14,-6v-4,-4,-6,-8,-6,-14v0,-6,2,-10,6,-14v4,-4,8,-6,14,-6v6,0,10,2,14,6v4,4,6,8,6,14xm165,-298v0,6,-2,10,-6,14v-4,4,-8,6,-14,6v-6,0,-10,-2,-14,-6v-4,-4,-5,-8,-5,-14v0,-6,1,-10,5,-14v4,-4,8,-6,14,-6v6,0,10,2,14,6v4,4,6,8,6,14",w:221,k:{".":17}},"\u00c8":{d:"15,0r0,-10r30,0r0,-225r-30,0r0,-10r179,0r0,71r-11,0v-1,-21,-7,-37,-19,-47v-12,-10,-29,-14,-49,-14r-28,0r0,101r12,0v16,0,26,-3,32,-9v6,-6,10,-16,10,-31r9,0r-1,47r1,45r-10,0v0,-15,-3,-25,-9,-32v-6,-7,-16,-11,-32,-11r-12,0r0,115r42,0v10,0,19,-2,26,-6v7,-4,14,-10,19,-16v5,-6,8,-13,11,-21v3,-8,4,-17,4,-26r11,0r0,79r-185,0xm107,-270r-55,-52r0,-4r41,0r32,56r-18,0",w:221,k:{".":17}},"\u00cd":{d:"15,0r0,-10r30,0r0,-225r-30,0r0,-10r103,0r0,10r-31,0r0,225r31,0r0,10r-103,0xm65,-270r-17,0r31,-57r41,0r0,4",w:132,k:{".":17}},"\u00ce":{d:"15,0r0,-10r30,0r0,-225r-30,0r0,-10r103,0r0,10r-31,0r0,225r31,0r0,10r-103,0xm94,-271r-28,-35r-27,35r-18,0r27,-56r37,0r28,56r-19,0",w:132,k:{".":17}},"\u00cf":{d:"15,0r0,-10r30,0r0,-225r-30,0r0,-10r103,0r0,10r-31,0r0,225r31,0r0,10r-103,0xm55,-299v0,6,-1,10,-5,14v-4,4,-9,6,-15,6v-6,0,-10,-2,-14,-6v-4,-4,-6,-8,-6,-14v0,-6,2,-10,6,-14v4,-4,8,-6,14,-6v6,0,11,2,15,6v4,4,5,8,5,14xm117,-299v0,6,-2,10,-6,14v-4,4,-8,6,-14,6v-6,0,-10,-2,-14,-6v-4,-4,-6,-8,-6,-14v0,-6,2,-10,6,-14v4,-4,8,-6,14,-6v6,0,10,2,14,6v4,4,6,8,6,14",w:132,k:{".":17}},"\u00cc":{d:"15,0r0,-10r30,0r0,-225r-30,0r0,-10r103,0r0,10r-31,0r0,225r31,0r0,10r-103,0xm67,-270r-54,-52r0,-4r40,0r32,56r-18,0",w:132,k:{".":17}},"\u00d3":{d:"234,-125v0,17,-2,34,-6,50v-4,16,-11,29,-20,41v-9,12,-20,22,-34,29v-14,7,-31,10,-50,10v-19,0,-35,-3,-48,-10v-13,-7,-24,-16,-33,-28v-9,-12,-15,-26,-19,-41v-4,-15,-6,-31,-6,-48v0,-17,2,-34,6,-49v4,-15,11,-29,20,-41v9,-12,19,-21,33,-28v14,-7,30,-11,49,-11v18,0,34,3,48,10v14,7,25,15,34,27v9,12,16,25,20,40v4,15,6,32,6,49xm190,-125v0,-12,-1,-25,-2,-38v-1,-13,-4,-26,-8,-37v-4,-11,-10,-20,-19,-28v-9,-8,-21,-12,-36,-12v-14,0,-25,3,-33,10v-8,7,-15,17,-19,28v-4,11,-8,23,-9,37v-1,14,-2,28,-2,42v0,14,1,27,2,41v1,14,5,27,9,38v4,11,11,21,19,28v8,7,19,10,32,10v16,0,28,-3,37,-11v9,-8,16,-17,20,-29v4,-12,6,-25,7,-39v1,-14,2,-28,2,-40xm127,-270r-18,0r32,-56r40,0r0,4",w:252,k:{"\u00d9":5,"\u00db":5,"\u00da":5,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00dc":5,"\u00c5":7,"\u00c4":7,Y:13,W:13,V:13,U:5,A:7,".":29}},"\u00d4":{d:"234,-125v0,17,-2,34,-6,50v-4,16,-11,29,-20,41v-9,12,-20,22,-34,29v-14,7,-31,10,-50,10v-19,0,-35,-3,-48,-10v-13,-7,-24,-16,-33,-28v-9,-12,-15,-26,-19,-41v-4,-15,-6,-31,-6,-48v0,-17,2,-34,6,-49v4,-15,11,-29,20,-41v9,-12,19,-21,33,-28v14,-7,30,-11,49,-11v18,0,34,3,48,10v14,7,25,15,34,27v9,12,16,25,20,40v4,15,6,32,6,49xm190,-125v0,-12,-1,-25,-2,-38v-1,-13,-4,-26,-8,-37v-4,-11,-10,-20,-19,-28v-9,-8,-21,-12,-36,-12v-14,0,-25,3,-33,10v-8,7,-15,17,-19,28v-4,11,-8,23,-9,37v-1,14,-2,28,-2,42v0,14,1,27,2,41v1,14,5,27,9,38v4,11,11,21,19,28v8,7,19,10,32,10v16,0,28,-3,37,-11v9,-8,16,-17,20,-29v4,-12,6,-25,7,-39v1,-14,2,-28,2,-40xm153,-270r-28,-35r-27,35r-19,0r28,-56r36,0r28,56r-18,0",w:252,k:{"\u00d9":5,"\u00db":5,"\u00da":5,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00dc":5,"\u00c5":7,"\u00c4":7,Y:13,W:13,V:13,U:5,A:7,".":29}},"\u00d2":{d:"234,-125v0,17,-2,34,-6,50v-4,16,-11,29,-20,41v-9,12,-20,22,-34,29v-14,7,-31,10,-50,10v-19,0,-35,-3,-48,-10v-13,-7,-24,-16,-33,-28v-9,-12,-15,-26,-19,-41v-4,-15,-6,-31,-6,-48v0,-17,2,-34,6,-49v4,-15,11,-29,20,-41v9,-12,19,-21,33,-28v14,-7,30,-11,49,-11v18,0,34,3,48,10v14,7,25,15,34,27v9,12,16,25,20,40v4,15,6,32,6,49xm190,-125v0,-12,-1,-25,-2,-38v-1,-13,-4,-26,-8,-37v-4,-11,-10,-20,-19,-28v-9,-8,-21,-12,-36,-12v-14,0,-25,3,-33,10v-8,7,-15,17,-19,28v-4,11,-8,23,-9,37v-1,14,-2,28,-2,42v0,14,1,27,2,41v1,14,5,27,9,38v4,11,11,21,19,28v8,7,19,10,32,10v16,0,28,-3,37,-11v9,-8,16,-17,20,-29v4,-12,6,-25,7,-39v1,-14,2,-28,2,-40xm129,-270r-55,-52r0,-4r41,0r32,56r-18,0",w:252,k:{"\u00d9":5,"\u00db":5,"\u00da":5,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00dc":5,"\u00c5":7,"\u00c4":7,Y:13,W:13,V:13,U:5,A:7,".":29}},"\u00da":{d:"196,-235r0,168v0,13,-2,24,-6,33v-4,9,-9,16,-16,22v-7,6,-16,10,-26,13v-10,3,-20,4,-32,4v-12,0,-22,-1,-32,-4v-10,-3,-19,-7,-26,-13v-7,-6,-12,-14,-16,-23v-4,-9,-6,-19,-6,-31r0,-169r-32,0r0,-10r105,0r0,10r-31,0r0,171v0,20,4,34,14,43v10,9,23,13,39,13v9,0,16,-1,23,-4v7,-3,12,-7,16,-13v4,-6,8,-12,10,-20v2,-8,3,-15,3,-24r0,-166r-31,0r0,-10r76,0r0,10r-32,0xm127,-270r-18,0r32,-57r40,0r0,4",w:229,k:{"\u00d2":5,"\u00d4":5,"\u00d3":5,"\u00c1":9,"\u00c2":9,"\u00d5":5,"\u00c3":9,"\u00c0":9,"\u00d8":5,"\u00c6":9,"\u00d6":5,"\u00c7":5,"\u00c5":9,"\u00c4":9,Q:5,O:5,G:5,C:5,A:9,".":17}},"\u00db":{d:"196,-235r0,168v0,13,-2,24,-6,33v-4,9,-9,16,-16,22v-7,6,-16,10,-26,13v-10,3,-20,4,-32,4v-12,0,-22,-1,-32,-4v-10,-3,-19,-7,-26,-13v-7,-6,-12,-14,-16,-23v-4,-9,-6,-19,-6,-31r0,-169r-32,0r0,-10r105,0r0,10r-31,0r0,171v0,20,4,34,14,43v10,9,23,13,39,13v9,0,16,-1,23,-4v7,-3,12,-7,16,-13v4,-6,8,-12,10,-20v2,-8,3,-15,3,-24r0,-166r-31,0r0,-10r76,0r0,10r-32,0xm156,-270r-28,-35r-27,35r-19,0r28,-56r37,0r28,56r-19,0",w:229,k:{"\u00d2":5,"\u00d4":5,"\u00d3":5,"\u00c1":9,"\u00c2":9,"\u00d5":5,"\u00c3":9,"\u00c0":9,"\u00d8":5,"\u00c6":9,"\u00d6":5,"\u00c7":5,"\u00c5":9,"\u00c4":9,Q:5,O:5,G:5,C:5,A:9,".":17}},"\u00d9":{d:"196,-235r0,168v0,13,-2,24,-6,33v-4,9,-9,16,-16,22v-7,6,-16,10,-26,13v-10,3,-20,4,-32,4v-12,0,-22,-1,-32,-4v-10,-3,-19,-7,-26,-13v-7,-6,-12,-14,-16,-23v-4,-9,-6,-19,-6,-31r0,-169r-32,0r0,-10r105,0r0,10r-31,0r0,171v0,20,4,34,14,43v10,9,23,13,39,13v9,0,16,-1,23,-4v7,-3,12,-7,16,-13v4,-6,8,-12,10,-20v2,-8,3,-15,3,-24r0,-166r-31,0r0,-10r76,0r0,10r-32,0xm128,-270r-55,-52r0,-4r41,0r32,56r-18,0",w:229,k:{"\u00d2":5,"\u00d4":5,"\u00d3":5,"\u00c1":9,"\u00c2":9,"\u00d5":5,"\u00c3":9,"\u00c0":9,"\u00d8":5,"\u00c6":9,"\u00d6":5,"\u00c7":5,"\u00c5":9,"\u00c4":9,Q:5,O:5,G:5,C:5,A:9,".":17}},"\u00af":{d:"30,-208r0,-18r96,0r0,18r-96,0",w:151},"\u02c9":{d:"30,-208r0,-18r96,0r0,18r-96,0",w:151},"\u00b8":{d:"107,42v0,5,-1,9,-3,13v-2,4,-5,6,-8,9v-3,3,-7,5,-11,6v-4,1,-9,2,-13,2v-5,0,-9,0,-12,-1v-3,-1,-7,-2,-11,-4r4,-9v2,1,4,2,7,3v3,1,6,1,9,1v5,0,9,-2,12,-5v3,-3,4,-7,4,-12v0,-5,-1,-9,-4,-12v-3,-3,-6,-4,-11,-4v-3,0,-5,1,-6,1r2,-31r11,0r0,21v1,0,2,-1,3,-1r4,0v7,0,13,3,17,7v4,4,6,9,6,16",w:151},"\u00d0":{d:"230,-122v0,18,-2,33,-6,48v-4,15,-10,28,-19,39v-9,11,-21,20,-35,26v-14,6,-31,9,-52,9r-103,0r0,-10r30,0r0,-112r-28,0r0,-13r28,0r0,-100r-30,0r0,-10r102,0v22,0,39,2,54,8v15,6,26,14,35,25v9,11,14,23,18,38v4,15,6,33,6,52xm186,-121v0,-16,-1,-31,-2,-45v-1,-14,-5,-26,-11,-36v-6,-10,-13,-19,-24,-25v-11,-6,-26,-8,-45,-8r-17,0r0,100r43,0r0,13r-43,0r0,112r14,0v18,0,33,-3,44,-7v11,-4,20,-11,26,-20v6,-9,10,-21,12,-35v2,-14,3,-30,3,-49",w:247,k:{"\u00d9":5,"\u00db":5,"\u00da":5,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00dc":5,"\u00c5":7,"\u00c4":7,Y:13,W:13,V:13,U:5,A:7,".":17}},"\u00f0":{d:"129,-221v15,19,26,40,33,63v7,23,10,49,10,75v0,11,-2,21,-5,32v-3,11,-8,21,-15,29v-7,8,-14,15,-24,20v-10,5,-21,7,-34,7v-12,0,-23,-2,-33,-7v-10,-5,-18,-11,-25,-19v-7,-8,-11,-17,-15,-27v-4,-10,-6,-21,-6,-32v0,-11,2,-23,5,-33v3,-10,9,-20,16,-28v7,-8,15,-14,25,-19v10,-5,20,-7,33,-7v7,0,15,1,22,4v7,3,12,9,16,16v-4,-22,-12,-42,-24,-60r-40,26r-7,-11r39,-25v-6,-8,-13,-15,-20,-22v-7,-7,-14,-12,-22,-17r19,-8v17,10,32,21,44,34r47,-30r8,9xm135,-80v0,-7,0,-15,-1,-24v-1,-9,-3,-17,-6,-25v-3,-8,-8,-15,-13,-21v-5,-6,-12,-8,-21,-8v-9,0,-16,2,-21,8v-5,6,-8,13,-11,21v-3,8,-4,16,-5,25v-1,9,-1,17,-1,24v0,6,0,14,1,23v1,9,2,17,5,25v3,8,7,15,12,20v5,5,11,8,20,8v9,0,17,-3,22,-8v5,-5,9,-12,12,-20v3,-8,5,-16,6,-25v1,-9,1,-16,1,-23",w:189}}});
VWFS={};
VWFS.Common={};
VWFS.Common.IFrame={};
VWFS.Common.IFrame.resizeFrame=function(B,C){if($.browser.safari||$.browser.opera){setTimeout("function(){VWFS.Common.IFrame.iResize(iframe, defaultHeight);}",0);
var A=iframes.src;
iframes.src="";
iframes.src=A
}else{VWFS.Common.IFrame.iResize(B,C)
}};
VWFS.Common.IFrame.iResize=function(D,C){try{var A=(D.contentDocument?D.contentDocument:D.contentWindow);
if(A.document){A=A.document
}C=A.body.offsetHeight+50+"px"
}catch(B){}D.style.height=C
};