// swfobject, jquery, common, cufon-yui
if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;
// jquery
(function(){if(window.jQuery)var _jQuery=window.jQuery;var jQuery=window.jQuery=function(selector,context){return new jQuery.prototype.init(selector,context);};if(window.$)var _$=window.$;window.$=jQuery;var quickExpr=/^[^<]*(<(.|\s)+>)[^>]*$|^#(\w+)$/;var isSimple=/^.[^:#\[\.]*$/;jQuery.fn=jQuery.prototype={init:function(selector,context){selector=selector||document;if(selector.nodeType){this[0]=selector;this.length=1;return this;}else if(typeof selector=="string"){var match=quickExpr.exec(selector);if(match&&(match[1]||!context)){if(match[1])selector=jQuery.clean([match[1]],context);else{var elem=document.getElementById(match[3]);if(elem)if(elem.id!=match[3])return jQuery().find(selector);else{this[0]=elem;this.length=1;return this;}else
selector=[];}}else
return new jQuery(context).find(selector);}else if(jQuery.isFunction(selector))return new jQuery(document)[jQuery.fn.ready?"ready":"load"](selector);return this.setArray(selector.constructor==Array&&selector||(selector.jquery||selector.length&&selector!=window&&!selector.nodeType&&selector[0]!=undefined&&selector[0].nodeType)&&jQuery.makeArray(selector)||[selector]);},jquery:"1.2.3",size:function(){return this.length;},length:0,get:function(num){return num==undefined?jQuery.makeArray(this):this[num];},pushStack:function(elems){var ret=jQuery(elems);ret.prevObject=this;return ret;},setArray:function(elems){this.length=0;Array.prototype.push.apply(this,elems);return this;},each:function(callback,args){return jQuery.each(this,callback,args);},index:function(elem){var ret=-1;this.each(function(i){if(this==elem)ret=i;});return ret;},attr:function(name,value,type){var options=name;if(name.constructor==String)if(value==undefined)return this.length&&jQuery[type||"attr"](this[0],name)||undefined;else{options={};options[name]=value;}return this.each(function(i){for(name in options)jQuery.attr(type?this.style:this,name,jQuery.prop(this,options[name],type,i,name));});},css:function(key,value){if((key=='width'||key=='height')&&parseFloat(value)<0)value=undefined;return this.attr(key,value,"curCSS");},text:function(text){if(typeof text!="object"&&text!=null)return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(text));var ret="";jQuery.each(text||this,function(){jQuery.each(this.childNodes,function(){if(this.nodeType!=8)ret+=this.nodeType!=1?this.nodeValue:jQuery.fn.text([this]);});});return ret;},wrapAll:function(html){if(this[0])jQuery(html,this[0].ownerDocument).clone().insertBefore(this[0]).map(function(){var elem=this;while(elem.firstChild)elem=elem.firstChild;return elem;}).append(this);return this;},wrapInner:function(html){return this.each(function(){jQuery(this).contents().wrapAll(html);});},wrap:function(html){return this.each(function(){jQuery(this).wrapAll(html);});},append:function(){return this.domManip(arguments,true,false,function(elem){if(this.nodeType==1)this.appendChild(elem);});},prepend:function(){return this.domManip(arguments,true,true,function(elem){if(this.nodeType==1)this.insertBefore(elem,this.firstChild);});},before:function(){return this.domManip(arguments,false,false,function(elem){this.parentNode.insertBefore(elem,this);});},after:function(){return this.domManip(arguments,false,true,function(elem){this.parentNode.insertBefore(elem,this.nextSibling);});},end:function(){return this.prevObject||jQuery([]);},find:function(selector){var elems=jQuery.map(this,function(elem){return jQuery.find(selector,elem);});return this.pushStack(/[^+>] [^+>]/.test(selector)||selector.indexOf("..")>-1?jQuery.unique(elems):elems);},clone:function(events){var ret=this.map(function(){if(jQuery.browser.msie&&!jQuery.isXMLDoc(this)){var clone=this.cloneNode(true),container=document.createElement("div");container.appendChild(clone);return jQuery.clean([container.innerHTML])[0];}else
return this.cloneNode(true);});var clone=ret.find("*").andSelf().each(function(){if(this[expando]!=undefined)this[expando]=null;});if(events===true)this.find("*").andSelf().each(function(i){if(this.nodeType==3)return;var events=jQuery.data(this,"events");for(var type in events)for(var handler in events[type])jQuery.event.add(clone[i],type,events[type][handler],events[type][handler].data);});return ret;},filter:function(selector){return this.pushStack(jQuery.isFunction(selector)&&jQuery.grep(this,function(elem,i){return selector.call(elem,i);})||jQuery.multiFilter(selector,this));},not:function(selector){if(selector.constructor==String)if(isSimple.test(selector))return this.pushStack(jQuery.multiFilter(selector,this,true));else
selector=jQuery.multiFilter(selector,this);var isArrayLike=selector.length&&selector[selector.length-1]!==undefined&&!selector.nodeType;return this.filter(function(){return isArrayLike?jQuery.inArray(this,selector)<0:this!=selector;});},add:function(selector){return!selector?this:this.pushStack(jQuery.merge(this.get(),selector.constructor==String?jQuery(selector).get():selector.length!=undefined&&(!selector.nodeName||jQuery.nodeName(selector,"form"))?selector:[selector]));},is:function(selector){return selector?jQuery.multiFilter(selector,this).length>0:false;},hasClass:function(selector){return this.is("."+selector);},val:function(value){if(value==undefined){if(this.length){var elem=this[0];if(jQuery.nodeName(elem,"select")){var index=elem.selectedIndex,values=[],options=elem.options,one=elem.type=="select-one";if(index<0)return null;for(var i=one?index:0,max=one?index+1:options.length;i<max;i++){var option=options[i];if(option.selected){value=jQuery.browser.msie&&!option.attributes.value.specified?option.text:option.value;if(one)return value;values.push(value);}}return values;}else
return(this[0].value||"").replace(/\r/g,"");}return undefined;}return this.each(function(){if(this.nodeType!=1)return;if(value.constructor==Array&&/radio|checkbox/.test(this.type))this.checked=(jQuery.inArray(this.value,value)>=0||jQuery.inArray(this.name,value)>=0);else if(jQuery.nodeName(this,"select")){var values=value.constructor==Array?value:[value];jQuery("option",this).each(function(){this.selected=(jQuery.inArray(this.value,values)>=0||jQuery.inArray(this.text,values)>=0);});if(!values.length)this.selectedIndex=-1;}else
this.value=value;});},html:function(value){return value==undefined?(this.length?this[0].innerHTML:null):this.empty().append(value);},replaceWith:function(value){return this.after(value).remove();},eq:function(i){return this.slice(i,i+1);},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments));},map:function(callback){return this.pushStack(jQuery.map(this,function(elem,i){return callback.call(elem,i,elem);}));},andSelf:function(){return this.add(this.prevObject);},data:function(key,value){var parts=key.split(".");parts[1]=parts[1]?"."+parts[1]:"";if(value==null){var data=this.triggerHandler("getData"+parts[1]+"!",[parts[0]]);if(data==undefined&&this.length)data=jQuery.data(this[0],key);return data==null&&parts[1]?this.data(parts[0]):data;}else
return this.trigger("setData"+parts[1]+"!",[parts[0],value]).each(function(){jQuery.data(this,key,value);});},removeData:function(key){return this.each(function(){jQuery.removeData(this,key);});},domManip:function(args,table,reverse,callback){var clone=this.length>1,elems;return this.each(function(){if(!elems){elems=jQuery.clean(args,this.ownerDocument);if(reverse)elems.reverse();}var obj=this;if(table&&jQuery.nodeName(this,"table")&&jQuery.nodeName(elems[0],"tr"))obj=this.getElementsByTagName("tbody")[0]||this.appendChild(this.ownerDocument.createElement("tbody"));var scripts=jQuery([]);jQuery.each(elems,function(){var elem=clone?jQuery(this).clone(true)[0]:this;if(jQuery.nodeName(elem,"script")){scripts=scripts.add(elem);}else{if(elem.nodeType==1)scripts=scripts.add(jQuery("script",elem).remove());callback.call(obj,elem);}});scripts.each(evalScript);});}};jQuery.prototype.init.prototype=jQuery.prototype;function evalScript(i,elem){if(elem.src)jQuery.ajax({url:elem.src,async:false,dataType:"script"});else
jQuery.globalEval(elem.text||elem.textContent||elem.innerHTML||"");if(elem.parentNode)elem.parentNode.removeChild(elem);}jQuery.extend=jQuery.fn.extend=function(){var target=arguments[0]||{},i=1,length=arguments.length,deep=false,options;if(target.constructor==Boolean){deep=target;target=arguments[1]||{};i=2;}if(typeof target!="object"&&typeof target!="function")target={};if(length==1){target=this;i=0;}for(;i<length;i++)if((options=arguments[i])!=null)for(var name in options){if(target===options[name])continue;if(deep&&options[name]&&typeof options[name]=="object"&&target[name]&&!options[name].nodeType)target[name]=jQuery.extend(target[name],options[name]);else if(options[name]!=undefined)target[name]=options[name];}return target;};var expando="jQuery"+(new Date()).getTime(),uuid=0,windowData={};var exclude=/z-?index|font-?weight|opacity|zoom|line-?height/i;jQuery.extend({noConflict:function(deep){window.$=_$;if(deep)window.jQuery=_jQuery;return jQuery;},isFunction:function(fn){return!!fn&&typeof fn!="string"&&!fn.nodeName&&fn.constructor!=Array&&/function/i.test(fn+"");},isXMLDoc:function(elem){return elem.documentElement&&!elem.body||elem.tagName&&elem.ownerDocument&&!elem.ownerDocument.body;},globalEval:function(data){data=jQuery.trim(data);if(data){var head=document.getElementsByTagName("head")[0]||document.documentElement,script=document.createElement("script");script.type="text/javascript";if(jQuery.browser.msie)script.text=data;else
script.appendChild(document.createTextNode(data));head.appendChild(script);head.removeChild(script);}},nodeName:function(elem,name){return elem.nodeName&&elem.nodeName.toUpperCase()==name.toUpperCase();},cache:{},data:function(elem,name,data){elem=elem==window?windowData:elem;var id=elem[expando];if(!id)id=elem[expando]=++uuid;if(name&&!jQuery.cache[id])jQuery.cache[id]={};if(data!=undefined)jQuery.cache[id][name]=data;return name?jQuery.cache[id][name]:id;},removeData:function(elem,name){elem=elem==window?windowData:elem;var id=elem[expando];if(name){if(jQuery.cache[id]){delete jQuery.cache[id][name];name="";for(name in jQuery.cache[id])break;if(!name)jQuery.removeData(elem);}}else{try{delete elem[expando];}catch(e){if(elem.removeAttribute)elem.removeAttribute(expando);}delete jQuery.cache[id];}},each:function(object,callback,args){if(args){if(object.length==undefined){for(var name in object)if(callback.apply(object[name],args)===false)break;}else
for(var i=0,length=object.length;i<length;i++)if(callback.apply(object[i],args)===false)break;}else{if(object.length==undefined){for(var name in object)if(callback.call(object[name],name,object[name])===false)break;}else
for(var i=0,length=object.length,value=object[0];i<length&&callback.call(value,i,value)!==false;value=object[++i]){}}return object;},prop:function(elem,value,type,i,name){if(jQuery.isFunction(value))value=value.call(elem,i);return value&&value.constructor==Number&&type=="curCSS"&&!exclude.test(name)?value+"px":value;},className:{add:function(elem,classNames){jQuery.each((classNames||"").split(/\s+/),function(i,className){if(elem.nodeType==1&&!jQuery.className.has(elem.className,className))elem.className+=(elem.className?" ":"")+className;});},remove:function(elem,classNames){if(elem.nodeType==1)elem.className=classNames!=undefined?jQuery.grep(elem.className.split(/\s+/),function(className){return!jQuery.className.has(classNames,className);}).join(" "):"";},has:function(elem,className){return jQuery.inArray(className,(elem.className||elem).toString().split(/\s+/))>-1;}},swap:function(elem,options,callback){var old={};for(var name in options){old[name]=elem.style[name];elem.style[name]=options[name];}callback.call(elem);for(var name in options)elem.style[name]=old[name];},css:function(elem,name,force){if(name=="width"||name=="height"){var val,props={position:"absolute",visibility:"hidden",display:"block"},which=name=="width"?["Left","Right"]:["Top","Bottom"];function getWH(){val=name=="width"?elem.offsetWidth:elem.offsetHeight;var padding=0,border=0;jQuery.each(which,function(){padding+=parseFloat(jQuery.curCSS(elem,"padding"+this,true))||0;border+=parseFloat(jQuery.curCSS(elem,"border"+this+"Width",true))||0;});val-=Math.round(padding+border);}if(jQuery(elem).is(":visible"))getWH();else
jQuery.swap(elem,props,getWH);return Math.max(0,val);}return jQuery.curCSS(elem,name,force);},curCSS:function(elem,name,force){var ret;function color(elem){if(!jQuery.browser.safari)return false;var ret=document.defaultView.getComputedStyle(elem,null);return!ret||ret.getPropertyValue("color")=="";}if(name=="opacity"&&jQuery.browser.msie){ret=jQuery.attr(elem.style,"opacity");return ret==""?"1":ret;}if(jQuery.browser.opera&&name=="display"){var save=elem.style.outline;elem.style.outline="0 solid black";elem.style.outline=save;}if(name.match(/float/i))name=styleFloat;if(!force&&elem.style&&elem.style[name])ret=elem.style[name];else if(document.defaultView&&document.defaultView.getComputedStyle){if(name.match(/float/i))name="float";name=name.replace(/([A-Z])/g,"-$1").toLowerCase();var getComputedStyle=document.defaultView.getComputedStyle(elem,null);if(getComputedStyle&&!color(elem))ret=getComputedStyle.getPropertyValue(name);else{var swap=[],stack=[];for(var a=elem;a&&color(a);a=a.parentNode)stack.unshift(a);for(var i=0;i<stack.length;i++)if(color(stack[i])){swap[i]=stack[i].style.display;stack[i].style.display="block";}ret=name=="display"&&swap[stack.length-1]!=null?"none":(getComputedStyle&&getComputedStyle.getPropertyValue(name))||"";for(var i=0;i<swap.length;i++)if(swap[i]!=null)stack[i].style.display=swap[i];}if(name=="opacity"&&ret=="")ret="1";}else if(elem.currentStyle){var camelCase=name.replace(/\-(\w)/g,function(all,letter){return letter.toUpperCase();});ret=elem.currentStyle[name]||elem.currentStyle[camelCase];if(!/^\d+(px)?$/i.test(ret)&&/^\d/.test(ret)){var style=elem.style.left,runtimeStyle=elem.runtimeStyle.left;elem.runtimeStyle.left=elem.currentStyle.left;elem.style.left=ret||0;ret=elem.style.pixelLeft+"px";elem.style.left=style;elem.runtimeStyle.left=runtimeStyle;}}return ret;},clean:function(elems,context){var ret=[];context=context||document;if(typeof context.createElement=='undefined')context=context.ownerDocument||context[0]&&context[0].ownerDocument||document;jQuery.each(elems,function(i,elem){if(!elem)return;if(elem.constructor==Number)elem=elem.toString();if(typeof elem=="string"){elem=elem.replace(/(<(\w+)[^>]*?)\/>/g,function(all,front,tag){return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?all:front+"></"+tag+">";});var tags=jQuery.trim(elem).toLowerCase(),div=context.createElement("div");var wrap=!tags.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!tags.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||tags.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!tags.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!tags.indexOf("<td")||!tags.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!tags.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||jQuery.browser.msie&&[1,"div<div>","</div>"]||[0,"",""];div.innerHTML=wrap[1]+elem+wrap[2];while(wrap[0]--)div=div.lastChild;if(jQuery.browser.msie){var tbody=!tags.indexOf("<table")&&tags.indexOf("<tbody")<0?div.firstChild&&div.firstChild.childNodes:wrap[1]=="<table>"&&tags.indexOf("<tbody")<0?div.childNodes:[];for(var j=tbody.length-1;j>=0;--j)if(jQuery.nodeName(tbody[j],"tbody")&&!tbody[j].childNodes.length)tbody[j].parentNode.removeChild(tbody[j]);if(/^\s/.test(elem))div.insertBefore(context.createTextNode(elem.match(/^\s*/)[0]),div.firstChild);}elem=jQuery.makeArray(div.childNodes);}if(elem.length===0&&(!jQuery.nodeName(elem,"form")&&!jQuery.nodeName(elem,"select")))return;if(elem[0]==undefined||jQuery.nodeName(elem,"form")||elem.options)ret.push(elem);else
ret=jQuery.merge(ret,elem);});return ret;},attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8)return undefined;var fix=jQuery.isXMLDoc(elem)?{}:jQuery.props;if(name=="selected"&&jQuery.browser.safari)elem.parentNode.selectedIndex;if(fix[name]){if(value!=undefined)elem[fix[name]]=value;return elem[fix[name]];}else if(jQuery.browser.msie&&name=="style")return jQuery.attr(elem.style,"cssText",value);else if(value==undefined&&jQuery.browser.msie&&jQuery.nodeName(elem,"form")&&(name=="action"||name=="method"))return elem.getAttributeNode(name).nodeValue;else if(elem.tagName){if(value!=undefined){if(name=="type"&&jQuery.nodeName(elem,"input")&&elem.parentNode)throw"type property can't be changed";elem.setAttribute(name,""+value);}if(jQuery.browser.msie&&/href|src/.test(name)&&!jQuery.isXMLDoc(elem))return elem.getAttribute(name,2);return elem.getAttribute(name);}else{if(name=="opacity"&&jQuery.browser.msie){if(value!=undefined){elem.zoom=1;elem.filter=(elem.filter||"").replace(/alpha\([^)]*\)/,"")+(parseFloat(value).toString()=="NaN"?"":"alpha(opacity="+value*100+")");}return elem.filter&&elem.filter.indexOf("opacity=")>=0?(parseFloat(elem.filter.match(/opacity=([^)]*)/)[1])/100).toString():"";}name=name.replace(/-([a-z])/ig,function(all,letter){return letter.toUpperCase();});if(value!=undefined)elem[name]=value;return elem[name];}},trim:function(text){return(text||"").replace(/^\s+|\s+$/g,"");},makeArray:function(array){var ret=[];if(typeof array!="array")for(var i=0,length=array.length;i<length;i++)ret.push(array[i]);else
ret=array.slice(0);return ret;},inArray:function(elem,array){for(var i=0,length=array.length;i<length;i++)if(array[i]==elem)return i;return-1;},merge:function(first,second){if(jQuery.browser.msie){for(var i=0;second[i];i++)if(second[i].nodeType!=8)first.push(second[i]);}else
for(var i=0;second[i];i++)first.push(second[i]);return first;},unique:function(array){var ret=[],done={};try{for(var i=0,length=array.length;i<length;i++){var id=jQuery.data(array[i]);if(!done[id]){done[id]=true;ret.push(array[i]);}}}catch(e){ret=array;}return ret;},grep:function(elems,callback,inv){var ret=[];for(var i=0,length=elems.length;i<length;i++)if(!inv&&callback(elems[i],i)||inv&&!callback(elems[i],i))ret.push(elems[i]);return ret;},map:function(elems,callback){var ret=[];for(var i=0,length=elems.length;i<length;i++){var value=callback(elems[i],i);if(value!==null&&value!=undefined){if(value.constructor!=Array)value=[value];ret=ret.concat(value);}}return ret;}});var userAgent=navigator.userAgent.toLowerCase();jQuery.browser={version:(userAgent.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[])[1],safari:/webkit/.test(userAgent),opera:/opera/.test(userAgent),msie:/msie/.test(userAgent)&&!/opera/.test(userAgent),mozilla:/mozilla/.test(userAgent)&&!/(compatible|webkit)/.test(userAgent)};var styleFloat=jQuery.browser.msie?"styleFloat":"cssFloat";jQuery.extend({boxModel:!jQuery.browser.msie||document.compatMode=="CSS1Compat",props:{"for":"htmlFor","class":"className","float":styleFloat,cssFloat:styleFloat,styleFloat:styleFloat,innerHTML:"innerHTML",className:"className",value:"value",disabled:"disabled",checked:"checked",readonly:"readOnly",selected:"selected",maxlength:"maxLength",selectedIndex:"selectedIndex",defaultValue:"defaultValue",tagName:"tagName",nodeName:"nodeName"}});jQuery.each({parent:function(elem){return elem.parentNode;},parents:function(elem){return jQuery.dir(elem,"parentNode");},next:function(elem){return jQuery.nth(elem,2,"nextSibling");},prev:function(elem){return jQuery.nth(elem,2,"previousSibling");},nextAll:function(elem){return jQuery.dir(elem,"nextSibling");},prevAll:function(elem){return jQuery.dir(elem,"previousSibling");},siblings:function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem);},children:function(elem){return jQuery.sibling(elem.firstChild);},contents:function(elem){return jQuery.nodeName(elem,"iframe")?elem.contentDocument||elem.contentWindow.document:jQuery.makeArray(elem.childNodes);}},function(name,fn){jQuery.fn[name]=function(selector){var ret=jQuery.map(this,fn);if(selector&&typeof selector=="string")ret=jQuery.multiFilter(selector,ret);return this.pushStack(jQuery.unique(ret));};});jQuery.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(name,original){jQuery.fn[name]=function(){var args=arguments;return this.each(function(){for(var i=0,length=args.length;i<length;i++)jQuery(args[i])[original](this);});};});jQuery.each({removeAttr:function(name){jQuery.attr(this,name,"");if(this.nodeType==1)this.removeAttribute(name);},addClass:function(classNames){jQuery.className.add(this,classNames);},removeClass:function(classNames){jQuery.className.remove(this,classNames);},toggleClass:function(classNames){jQuery.className[jQuery.className.has(this,classNames)?"remove":"add"](this,classNames);},remove:function(selector){if(!selector||jQuery.filter(selector,[this]).r.length){jQuery("*",this).add(this).each(function(){jQuery.event.remove(this);jQuery.removeData(this);});if(this.parentNode)this.parentNode.removeChild(this);}},empty:function(){jQuery(">*",this).remove();while(this.firstChild)this.removeChild(this.firstChild);}},function(name,fn){jQuery.fn[name]=function(){return this.each(fn,arguments);};});jQuery.each(["Height","Width"],function(i,name){var type=name.toLowerCase();jQuery.fn[type]=function(size){return this[0]==window?jQuery.browser.opera&&document.body["client"+name]||jQuery.browser.safari&&window["inner"+name]||document.compatMode=="CSS1Compat"&&document.documentElement["client"+name]||document.body["client"+name]:this[0]==document?Math.max(Math.max(document.body["scroll"+name],document.documentElement["scroll"+name]),Math.max(document.body["offset"+name],document.documentElement["offset"+name])):size==undefined?(this.length?jQuery.css(this[0],type):null):this.css(type,size.constructor==String?size:size+"px");};});var chars=jQuery.browser.safari&&parseInt(jQuery.browser.version)<417?"(?:[\\w*_-]|\\\\.)":"(?:[\\w\u0128-\uFFFF*_-]|\\\\.)",quickChild=new RegExp("^>\\s*("+chars+"+)"),quickID=new RegExp("^("+chars+"+)(#)("+chars+"+)"),quickClass=new RegExp("^([#.]?)("+chars+"*)");jQuery.extend({expr:{"":function(a,i,m){return m[2]=="*"||jQuery.nodeName(a,m[2]);},"#":function(a,i,m){return a.getAttribute("id")==m[2];},":":{lt:function(a,i,m){return i<m[3]-0;},gt:function(a,i,m){return i>m[3]-0;},nth:function(a,i,m){return m[3]-0==i;},eq:function(a,i,m){return m[3]-0==i;},first:function(a,i){return i==0;},last:function(a,i,m,r){return i==r.length-1;},even:function(a,i){return i%2==0;},odd:function(a,i){return i%2;},"first-child":function(a){return a.parentNode.getElementsByTagName("*")[0]==a;},"last-child":function(a){return jQuery.nth(a.parentNode.lastChild,1,"previousSibling")==a;},"only-child":function(a){return!jQuery.nth(a.parentNode.lastChild,2,"previousSibling");},parent:function(a){return a.firstChild;},empty:function(a){return!a.firstChild;},contains:function(a,i,m){return(a.textContent||a.innerText||jQuery(a).text()||"").indexOf(m[3])>=0;},visible:function(a){return"hidden"!=a.type&&jQuery.css(a,"display")!="none"&&jQuery.css(a,"visibility")!="hidden";},hidden:function(a){return"hidden"==a.type||jQuery.css(a,"display")=="none"||jQuery.css(a,"visibility")=="hidden";},enabled:function(a){return!a.disabled;},disabled:function(a){return a.disabled;},checked:function(a){return a.checked;},selected:function(a){return a.selected||jQuery.attr(a,"selected");},text:function(a){return"text"==a.type;},radio:function(a){return"radio"==a.type;},checkbox:function(a){return"checkbox"==a.type;},file:function(a){return"file"==a.type;},password:function(a){return"password"==a.type;},submit:function(a){return"submit"==a.type;},image:function(a){return"image"==a.type;},reset:function(a){return"reset"==a.type;},button:function(a){return"button"==a.type||jQuery.nodeName(a,"button");},input:function(a){return/input|select|textarea|button/i.test(a.nodeName);},has:function(a,i,m){return jQuery.find(m[3],a).length;},header:function(a){return/h\d/i.test(a.nodeName);},animated:function(a){return jQuery.grep(jQuery.timers,function(fn){return a==fn.elem;}).length;}}},parse:[/^(\[) *@?([\w-]+) *([!*$^~=]*) *('?"?)(.*?)\4 *\]/,/^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/,new RegExp("^([:.#]*)("+chars+"+)")],multiFilter:function(expr,elems,not){var old,cur=[];while(expr&&expr!=old){old=expr;var f=jQuery.filter(expr,elems,not);expr=f.t.replace(/^\s*,\s*/,"");cur=not?elems=f.r:jQuery.merge(cur,f.r);}return cur;},find:function(t,context){if(typeof t!="string")return[t];if(context&&context.nodeType!=1&&context.nodeType!=9)return[];context=context||document;var ret=[context],done=[],last,nodeName;while(t&&last!=t){var r=[];last=t;t=jQuery.trim(t);var foundToken=false;var re=quickChild;var m=re.exec(t);if(m){nodeName=m[1].toUpperCase();for(var i=0;ret[i];i++)for(var c=ret[i].firstChild;c;c=c.nextSibling)if(c.nodeType==1&&(nodeName=="*"||c.nodeName.toUpperCase()==nodeName))r.push(c);ret=r;t=t.replace(re,"");if(t.indexOf(" ")==0)continue;foundToken=true;}else{re=/^([>+~])\s*(\w*)/i;if((m=re.exec(t))!=null){r=[];var merge={};nodeName=m[2].toUpperCase();m=m[1];for(var j=0,rl=ret.length;j<rl;j++){var n=m=="~"||m=="+"?ret[j].nextSibling:ret[j].firstChild;for(;n;n=n.nextSibling)if(n.nodeType==1){var id=jQuery.data(n);if(m=="~"&&merge[id])break;if(!nodeName||n.nodeName.toUpperCase()==nodeName){if(m=="~")merge[id]=true;r.push(n);}if(m=="+")break;}}ret=r;t=jQuery.trim(t.replace(re,""));foundToken=true;}}if(t&&!foundToken){if(!t.indexOf(",")){if(context==ret[0])ret.shift();done=jQuery.merge(done,ret);r=ret=[context];t=" "+t.substr(1,t.length);}else{var re2=quickID;var m=re2.exec(t);if(m){m=[0,m[2],m[3],m[1]];}else{re2=quickClass;m=re2.exec(t);}m[2]=m[2].replace(/\\/g,"");var elem=ret[ret.length-1];if(m[1]=="#"&&elem&&elem.getElementById&&!jQuery.isXMLDoc(elem)){var oid=elem.getElementById(m[2]);if((jQuery.browser.msie||jQuery.browser.opera)&&oid&&typeof oid.id=="string"&&oid.id!=m[2])oid=jQuery('[@id="'+m[2]+'"]',elem)[0];ret=r=oid&&(!m[3]||jQuery.nodeName(oid,m[3]))?[oid]:[];}else{for(var i=0;ret[i];i++){var tag=m[1]=="#"&&m[3]?m[3]:m[1]!=""||m[0]==""?"*":m[2];if(tag=="*"&&ret[i].nodeName.toLowerCase()=="object")tag="param";r=jQuery.merge(r,ret[i].getElementsByTagName(tag));}if(m[1]==".")r=jQuery.classFilter(r,m[2]);if(m[1]=="#"){var tmp=[];for(var i=0;r[i];i++)if(r[i].getAttribute("id")==m[2]){tmp=[r[i]];break;}r=tmp;}ret=r;}t=t.replace(re2,"");}}if(t){var val=jQuery.filter(t,r);ret=r=val.r;t=jQuery.trim(val.t);}}if(t)ret=[];if(ret&&context==ret[0])ret.shift();done=jQuery.merge(done,ret);return done;},classFilter:function(r,m,not){m=" "+m+" ";var tmp=[];for(var i=0;r[i];i++){var pass=(" "+r[i].className+" ").indexOf(m)>=0;if(!not&&pass||not&&!pass)tmp.push(r[i]);}return tmp;},filter:function(t,r,not){var last;while(t&&t!=last){last=t;var p=jQuery.parse,m;for(var i=0;p[i];i++){m=p[i].exec(t);if(m){t=t.substring(m[0].length);m[2]=m[2].replace(/\\/g,"");break;}}if(!m)break;if(m[1]==":"&&m[2]=="not")r=isSimple.test(m[3])?jQuery.filter(m[3],r,true).r:jQuery(r).not(m[3]);else if(m[1]==".")r=jQuery.classFilter(r,m[2],not);else if(m[1]=="["){var tmp=[],type=m[3];for(var i=0,rl=r.length;i<rl;i++){var a=r[i],z=a[jQuery.props[m[2]]||m[2]];if(z==null||/href|src|selected/.test(m[2]))z=jQuery.attr(a,m[2])||'';if((type==""&&!!z||type=="="&&z==m[5]||type=="!="&&z!=m[5]||type=="^="&&z&&!z.indexOf(m[5])||type=="$="&&z.substr(z.length-m[5].length)==m[5]||(type=="*="||type=="~=")&&z.indexOf(m[5])>=0)^not)tmp.push(a);}r=tmp;}else if(m[1]==":"&&m[2]=="nth-child"){var merge={},tmp=[],test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(m[3]=="even"&&"2n"||m[3]=="odd"&&"2n+1"||!/\D/.test(m[3])&&"0n+"+m[3]||m[3]),first=(test[1]+(test[2]||1))-0,last=test[3]-0;for(var i=0,rl=r.length;i<rl;i++){var node=r[i],parentNode=node.parentNode,id=jQuery.data(parentNode);if(!merge[id]){var c=1;for(var n=parentNode.firstChild;n;n=n.nextSibling)if(n.nodeType==1)n.nodeIndex=c++;merge[id]=true;}var add=false;if(first==0){if(node.nodeIndex==last)add=true;}else if((node.nodeIndex-last)%first==0&&(node.nodeIndex-last)/first>=0)add=true;if(add^not)tmp.push(node);}r=tmp;}else{var fn=jQuery.expr[m[1]];if(typeof fn=="object")fn=fn[m[2]];if(typeof fn=="string")fn=eval("false||function(a,i){return "+fn+";}");r=jQuery.grep(r,function(elem,i){return fn(elem,i,m,r);},not);}}return{r:r,t:t};},dir:function(elem,dir){var matched=[];var cur=elem[dir];while(cur&&cur!=document){if(cur.nodeType==1)matched.push(cur);cur=cur[dir];}return matched;},nth:function(cur,result,dir,elem){result=result||1;var num=0;for(;cur;cur=cur[dir])if(cur.nodeType==1&&++num==result)break;return cur;},sibling:function(n,elem){var r=[];for(;n;n=n.nextSibling){if(n.nodeType==1&&(!elem||n!=elem))r.push(n);}return r;}});jQuery.event={add:function(elem,types,handler,data){if(elem.nodeType==3||elem.nodeType==8)return;if(jQuery.browser.msie&&elem.setInterval!=undefined)elem=window;if(!handler.guid)handler.guid=this.guid++;if(data!=undefined){var fn=handler;handler=function(){return fn.apply(this,arguments);};handler.data=data;handler.guid=fn.guid;}var events=jQuery.data(elem,"events")||jQuery.data(elem,"events",{}),handle=jQuery.data(elem,"handle")||jQuery.data(elem,"handle",function(){var val;if(typeof jQuery=="undefined"||jQuery.event.triggered)return val;val=jQuery.event.handle.apply(arguments.callee.elem,arguments);return val;});handle.elem=elem;jQuery.each(types.split(/\s+/),function(index,type){var parts=type.split(".");type=parts[0];handler.type=parts[1];var handlers=events[type];if(!handlers){handlers=events[type]={};if(!jQuery.event.special[type]||jQuery.event.special[type].setup.call(elem)===false){if(elem.addEventListener)elem.addEventListener(type,handle,false);else if(elem.attachEvent)elem.attachEvent("on"+type,handle);}}handlers[handler.guid]=handler;jQuery.event.global[type]=true;});elem=null;},guid:1,global:{},remove:function(elem,types,handler){if(elem.nodeType==3||elem.nodeType==8)return;var events=jQuery.data(elem,"events"),ret,index;if(events){if(types==undefined||(typeof types=="string"&&types.charAt(0)=="."))for(var type in events)this.remove(elem,type+(types||""));else{if(types.type){handler=types.handler;types=types.type;}jQuery.each(types.split(/\s+/),function(index,type){var parts=type.split(".");type=parts[0];if(events[type]){if(handler)delete events[type][handler.guid];else
for(handler in events[type])if(!parts[1]||events[type][handler].type==parts[1])delete events[type][handler];for(ret in events[type])break;if(!ret){if(!jQuery.event.special[type]||jQuery.event.special[type].teardown.call(elem)===false){if(elem.removeEventListener)elem.removeEventListener(type,jQuery.data(elem,"handle"),false);else if(elem.detachEvent)elem.detachEvent("on"+type,jQuery.data(elem,"handle"));}ret=null;delete events[type];}}});}for(ret in events)break;if(!ret){var handle=jQuery.data(elem,"handle");if(handle)handle.elem=null;jQuery.removeData(elem,"events");jQuery.removeData(elem,"handle");}}},trigger:function(type,data,elem,donative,extra){data=jQuery.makeArray(data||[]);if(type.indexOf("!")>=0){type=type.slice(0,-1);var exclusive=true;}if(!elem){if(this.global[type])jQuery("*").add([window,document]).trigger(type,data);}else{if(elem.nodeType==3||elem.nodeType==8)return undefined;var val,ret,fn=jQuery.isFunction(elem[type]||null),event=!data[0]||!data[0].preventDefault;if(event)data.unshift(this.fix({type:type,target:elem}));data[0].type=type;if(exclusive)data[0].exclusive=true;if(jQuery.isFunction(jQuery.data(elem,"handle")))val=jQuery.data(elem,"handle").apply(elem,data);if(!fn&&elem["on"+type]&&elem["on"+type].apply(elem,data)===false)val=false;if(event)data.shift();if(extra&&jQuery.isFunction(extra)){ret=extra.apply(elem,val==null?data:data.concat(val));if(ret!==undefined)val=ret;}if(fn&&donative!==false&&val!==false&&!(jQuery.nodeName(elem,'a')&&type=="click")){this.triggered=true;try{elem[type]();}catch(e){}}this.triggered=false;}return val;},handle:function(event){var val;event=jQuery.event.fix(event||window.event||{});var parts=event.type.split(".");event.type=parts[0];var handlers=jQuery.data(this,"events")&&jQuery.data(this,"events")[event.type],args=Array.prototype.slice.call(arguments,1);args.unshift(event);for(var j in handlers){var handler=handlers[j];args[0].handler=handler;args[0].data=handler.data;if(!parts[1]&&!event.exclusive||handler.type==parts[1]){var ret=handler.apply(this,args);if(val!==false)val=ret;if(ret===false){event.preventDefault();event.stopPropagation();}}}if(jQuery.browser.msie)event.target=event.preventDefault=event.stopPropagation=event.handler=event.data=null;return val;},fix:function(event){var originalEvent=event;event=jQuery.extend({},originalEvent);event.preventDefault=function(){if(originalEvent.preventDefault)originalEvent.preventDefault();originalEvent.returnValue=false;};event.stopPropagation=function(){if(originalEvent.stopPropagation)originalEvent.stopPropagation();originalEvent.cancelBubble=true;};if(!event.target)event.target=event.srcElement||document;if(event.target.nodeType==3)event.target=originalEvent.target.parentNode;if(!event.relatedTarget&&event.fromElement)event.relatedTarget=event.fromElement==event.target?event.toElement:event.fromElement;if(event.pageX==null&&event.clientX!=null){var doc=document.documentElement,body=document.body;event.pageX=event.clientX+(doc&&doc.scrollLeft||body&&body.scrollLeft||0)-(doc.clientLeft||0);event.pageY=event.clientY+(doc&&doc.scrollTop||body&&body.scrollTop||0)-(doc.clientTop||0);}if(!event.which&&((event.charCode||event.charCode===0)?event.charCode:event.keyCode))event.which=event.charCode||event.keyCode;if(!event.metaKey&&event.ctrlKey)event.metaKey=event.ctrlKey;if(!event.which&&event.button)event.which=(event.button&1?1:(event.button&2?3:(event.button&4?2:0)));return event;},special:{ready:{setup:function(){bindReady();return;},teardown:function(){return;}},mouseenter:{setup:function(){if(jQuery.browser.msie)return false;jQuery(this).bind("mouseover",jQuery.event.special.mouseenter.handler);return true;},teardown:function(){if(jQuery.browser.msie)return false;jQuery(this).unbind("mouseover",jQuery.event.special.mouseenter.handler);return true;},handler:function(event){if(withinElement(event,this))return true;arguments[0].type="mouseenter";return jQuery.event.handle.apply(this,arguments);}},mouseleave:{setup:function(){if(jQuery.browser.msie)return false;jQuery(this).bind("mouseout",jQuery.event.special.mouseleave.handler);return true;},teardown:function(){if(jQuery.browser.msie)return false;jQuery(this).unbind("mouseout",jQuery.event.special.mouseleave.handler);return true;},handler:function(event){if(withinElement(event,this))return true;arguments[0].type="mouseleave";return jQuery.event.handle.apply(this,arguments);}}}};jQuery.fn.extend({bind:function(type,data,fn){return type=="unload"?this.one(type,data,fn):this.each(function(){jQuery.event.add(this,type,fn||data,fn&&data);});},one:function(type,data,fn){return this.each(function(){jQuery.event.add(this,type,function(event){jQuery(this).unbind(event);return(fn||data).apply(this,arguments);},fn&&data);});},unbind:function(type,fn){return this.each(function(){jQuery.event.remove(this,type,fn);});},trigger:function(type,data,fn){return this.each(function(){jQuery.event.trigger(type,data,this,true,fn);});},triggerHandler:function(type,data,fn){if(this[0])return jQuery.event.trigger(type,data,this[0],false,fn);return undefined;},toggle:function(){var args=arguments;return this.click(function(event){this.lastToggle=0==this.lastToggle?1:0;event.preventDefault();return args[this.lastToggle].apply(this,arguments)||false;});},hover:function(fnOver,fnOut){return this.bind('mouseenter',fnOver).bind('mouseleave',fnOut);},ready:function(fn){bindReady();if(jQuery.isReady)fn.call(document,jQuery);else
jQuery.readyList.push(function(){return fn.call(this,jQuery);});return this;}});jQuery.extend({isReady:false,readyList:[],ready:function(){if(!jQuery.isReady){jQuery.isReady=true;if(jQuery.readyList){jQuery.each(jQuery.readyList,function(){this.apply(document);});jQuery.readyList=null;}jQuery(document).triggerHandler("ready");}}});var readyBound=false;function bindReady(){if(readyBound)return;readyBound=true;if(document.addEventListener&&!jQuery.browser.opera)document.addEventListener("DOMContentLoaded",jQuery.ready,false);if(jQuery.browser.msie&&window==top)(function(){if(jQuery.isReady)return;try{document.documentElement.doScroll("left");}catch(error){setTimeout(arguments.callee,0);return;}jQuery.ready();})();if(jQuery.browser.opera)document.addEventListener("DOMContentLoaded",function(){if(jQuery.isReady)return;for(var i=0;i<document.styleSheets.length;i++)if(document.styleSheets[i].disabled){setTimeout(arguments.callee,0);return;}jQuery.ready();},false);if(jQuery.browser.safari){var numStyles;(function(){if(jQuery.isReady)return;if(document.readyState!="loaded"&&document.readyState!="complete"){setTimeout(arguments.callee,0);return;}if(numStyles===undefined)numStyles=jQuery("style, link[rel=stylesheet]").length;if(document.styleSheets.length!=numStyles){setTimeout(arguments.callee,0);return;}jQuery.ready();})();}jQuery.event.add(window,"load",jQuery.ready);}jQuery.each(("blur,focus,load,resize,scroll,unload,click,dblclick,"+"mousedown,mouseup,mousemove,mouseover,mouseout,change,select,"+"submit,keydown,keypress,keyup,error").split(","),function(i,name){jQuery.fn[name]=function(fn){return fn?this.bind(name,fn):this.trigger(name);};});var withinElement=function(event,elem){var parent=event.relatedTarget;while(parent&&parent!=elem)try{parent=parent.parentNode;}catch(error){parent=elem;}return parent==elem;};jQuery(window).bind("unload",function(){jQuery("*").add(document).unbind();});jQuery.fn.extend({load:function(url,params,callback){if(jQuery.isFunction(url))return this.bind("load",url);var off=url.indexOf(" ");if(off>=0){var selector=url.slice(off,url.length);url=url.slice(0,off);}callback=callback||function(){};var type="GET";if(params)if(jQuery.isFunction(params)){callback=params;params=null;}else{params=jQuery.param(params);type="POST";}var self=this;jQuery.ajax({url:url,type:type,dataType:"html",data:params,complete:function(res,status){if(status=="success"||status=="notmodified")self.html(selector?jQuery("<div/>").append(res.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(selector):res.responseText);self.each(callback,[res.responseText,status,res]);}});return this;},serialize:function(){return jQuery.param(this.serializeArray());},serializeArray:function(){return this.map(function(){return jQuery.nodeName(this,"form")?jQuery.makeArray(this.elements):this;}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password/i.test(this.type));}).map(function(i,elem){var val=jQuery(this).val();return val==null?null:val.constructor==Array?jQuery.map(val,function(val,i){return{name:elem.name,value:val};}):{name:elem.name,value:val};}).get();}});jQuery.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(i,o){jQuery.fn[o]=function(f){return this.bind(o,f);};});var jsc=(new Date).getTime();jQuery.extend({get:function(url,data,callback,type){if(jQuery.isFunction(data)){callback=data;data=null;}return jQuery.ajax({type:"GET",url:url,data:data,success:callback,dataType:type});},getScript:function(url,callback){return jQuery.get(url,null,callback,"script");},getJSON:function(url,data,callback){return jQuery.get(url,data,callback,"json");},post:function(url,data,callback,type){if(jQuery.isFunction(data)){callback=data;data={};}return jQuery.ajax({type:"POST",url:url,data:data,success:callback,dataType:type});},ajaxSetup:function(settings){jQuery.extend(jQuery.ajaxSettings,settings);},ajaxSettings:{global:true,type:"GET",timeout:0,contentType:"application/x-www-form-urlencoded",processData:true,async:true,data:null,username:null,password:null,accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(s){var jsonp,jsre=/=\?(&|$)/g,status,data;s=jQuery.extend(true,s,jQuery.extend(true,{},jQuery.ajaxSettings,s));if(s.data&&s.processData&&typeof s.data!="string")s.data=jQuery.param(s.data);if(s.dataType=="jsonp"){if(s.type.toLowerCase()=="get"){if(!s.url.match(jsre))s.url+=(s.url.match(/\?/)?"&":"?")+(s.jsonp||"callback")+"=?";}else if(!s.data||!s.data.match(jsre))s.data=(s.data?s.data+"&":"")+(s.jsonp||"callback")+"=?";s.dataType="json";}if(s.dataType=="json"&&(s.data&&s.data.match(jsre)||s.url.match(jsre))){jsonp="jsonp"+jsc++;if(s.data)s.data=(s.data+"").replace(jsre,"="+jsonp+"$1");s.url=s.url.replace(jsre,"="+jsonp+"$1");s.dataType="script";window[jsonp]=function(tmp){data=tmp;success();complete();window[jsonp]=undefined;try{delete window[jsonp];}catch(e){}if(head)head.removeChild(script);};}if(s.dataType=="script"&&s.cache==null)s.cache=false;if(s.cache===false&&s.type.toLowerCase()=="get"){var ts=(new Date()).getTime();var ret=s.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+ts+"$2");s.url=ret+((ret==s.url)?(s.url.match(/\?/)?"&":"?")+"_="+ts:"");}if(s.data&&s.type.toLowerCase()=="get"){s.url+=(s.url.match(/\?/)?"&":"?")+s.data;s.data=null;}if(s.global&&!jQuery.active++)jQuery.event.trigger("ajaxStart");if((!s.url.indexOf("http")||!s.url.indexOf("//"))&&s.dataType=="script"&&s.type.toLowerCase()=="get"){var head=document.getElementsByTagName("head")[0];var script=document.createElement("script");script.src=s.url;if(s.scriptCharset)script.charset=s.scriptCharset;if(!jsonp){var done=false;script.onload=script.onreadystatechange=function(){if(!done&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){done=true;success();complete();head.removeChild(script);}};}head.appendChild(script);return undefined;}var requestDone=false;var xml=window.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest();xml.open(s.type,s.url,s.async,s.username,s.password);try{if(s.data)xml.setRequestHeader("Content-Type",s.contentType);if(s.ifModified)xml.setRequestHeader("If-Modified-Since",jQuery.lastModified[s.url]||"Thu, 01 Jan 1970 00:00:00 GMT");xml.setRequestHeader("X-Requested-With","XMLHttpRequest");xml.setRequestHeader("Accept",s.dataType&&s.accepts[s.dataType]?s.accepts[s.dataType]+", */*":s.accepts._default);}catch(e){}if(s.beforeSend)s.beforeSend(xml);if(s.global)jQuery.event.trigger("ajaxSend",[xml,s]);var onreadystatechange=function(isTimeout){if(!requestDone&&xml&&(xml.readyState==4||isTimeout=="timeout")){requestDone=true;if(ival){clearInterval(ival);ival=null;}status=isTimeout=="timeout"&&"timeout"||!jQuery.httpSuccess(xml)&&"error"||s.ifModified&&jQuery.httpNotModified(xml,s.url)&&"notmodified"||"success";if(status=="success"){try{data=jQuery.httpData(xml,s.dataType);}catch(e){status="parsererror";}}if(status=="success"){var modRes;try{modRes=xml.getResponseHeader("Last-Modified");}catch(e){}if(s.ifModified&&modRes)jQuery.lastModified[s.url]=modRes;if(!jsonp)success();}else
jQuery.handleError(s,xml,status);complete();if(s.async)xml=null;}};if(s.async){var ival=setInterval(onreadystatechange,13);if(s.timeout>0)setTimeout(function(){if(xml){xml.abort();if(!requestDone)onreadystatechange("timeout");}},s.timeout);}try{xml.send(s.data);}catch(e){jQuery.handleError(s,xml,null,e);}if(!s.async)onreadystatechange();function success(){if(s.success)s.success(data,status);if(s.global)jQuery.event.trigger("ajaxSuccess",[xml,s]);}function complete(){if(s.complete)s.complete(xml,status);if(s.global)jQuery.event.trigger("ajaxComplete",[xml,s]);if(s.global&&!--jQuery.active)jQuery.event.trigger("ajaxStop");}return xml;},handleError:function(s,xml,status,e){if(s.error)s.error(xml,status,e);if(s.global)jQuery.event.trigger("ajaxError",[xml,s,e]);},active:0,httpSuccess:function(r){try{return!r.status&&location.protocol=="file:"||(r.status>=200&&r.status<300)||r.status==304||r.status==1223||jQuery.browser.safari&&r.status==undefined;}catch(e){}return false;},httpNotModified:function(xml,url){try{var xmlRes=xml.getResponseHeader("Last-Modified");return xml.status==304||xmlRes==jQuery.lastModified[url]||jQuery.browser.safari&&xml.status==undefined;}catch(e){}return false;},httpData:function(r,type){var ct=r.getResponseHeader("content-type");var xml=type=="xml"||!type&&ct&&ct.indexOf("xml")>=0;var data=xml?r.responseXML:r.responseText;if(xml&&data.documentElement.tagName=="parsererror")throw"parsererror";if(type=="script")jQuery.globalEval(data);if(type=="json")data=eval("("+data+")");return data;},param:function(a){var s=[];if(a.constructor==Array||a.jquery)jQuery.each(a,function(){s.push(encodeURIComponent(this.name)+"="+encodeURIComponent(this.value));});else
for(var j in a)if(a[j]&&a[j].constructor==Array)jQuery.each(a[j],function(){s.push(encodeURIComponent(j)+"="+encodeURIComponent(this));});else
s.push(encodeURIComponent(j)+"="+encodeURIComponent(a[j]));return s.join("&").replace(/%20/g,"+");}});jQuery.fn.extend({show:function(speed,callback){return speed?this.animate({height:"show",width:"show",opacity:"show"},speed,callback):this.filter(":hidden").each(function(){this.style.display=this.oldblock||"";if(jQuery.css(this,"display")=="none"){var elem=jQuery("<"+this.tagName+" />").appendTo("body");this.style.display=elem.css("display");if(this.style.display=="none")this.style.display="block";elem.remove();}}).end();},hide:function(speed,callback){return speed?this.animate({height:"hide",width:"hide",opacity:"hide"},speed,callback):this.filter(":visible").each(function(){this.oldblock=this.oldblock||jQuery.css(this,"display");this.style.display="none";}).end();},_toggle:jQuery.fn.toggle,toggle:function(fn,fn2){return jQuery.isFunction(fn)&&jQuery.isFunction(fn2)?this._toggle(fn,fn2):fn?this.animate({height:"toggle",width:"toggle",opacity:"toggle"},fn,fn2):this.each(function(){jQuery(this)[jQuery(this).is(":hidden")?"show":"hide"]();});},slideDown:function(speed,callback){return this.animate({height:"show"},speed,callback);},slideUp:function(speed,callback){return this.animate({height:"hide"},speed,callback);},slideToggle:function(speed,callback){return this.animate({height:"toggle"},speed,callback);},fadeIn:function(speed,callback){return this.animate({opacity:"show"},speed,callback);},fadeOut:function(speed,callback){return this.animate({opacity:"hide"},speed,callback);},fadeTo:function(speed,to,callback){return this.animate({opacity:to},speed,callback);},animate:function(prop,speed,easing,callback){var optall=jQuery.speed(speed,easing,callback);return this[optall.queue===false?"each":"queue"](function(){if(this.nodeType!=1)return false;var opt=jQuery.extend({},optall);var hidden=jQuery(this).is(":hidden"),self=this;for(var p in prop){if(prop[p]=="hide"&&hidden||prop[p]=="show"&&!hidden)return jQuery.isFunction(opt.complete)&&opt.complete.apply(this);if(p=="height"||p=="width"){opt.display=jQuery.css(this,"display");opt.overflow=this.style.overflow;}}if(opt.overflow!=null)this.style.overflow="hidden";opt.curAnim=jQuery.extend({},prop);jQuery.each(prop,function(name,val){var e=new jQuery.fx(self,opt,name);if(/toggle|show|hide/.test(val))e[val=="toggle"?hidden?"show":"hide":val](prop);else{var parts=val.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),start=e.cur(true)||0;if(parts){var end=parseFloat(parts[2]),unit=parts[3]||"px";if(unit!="px"){self.style[name]=(end||1)+unit;start=((end||1)/e.cur(true))*start;self.style[name]=start+unit;}if(parts[1])end=((parts[1]=="-="?-1:1)*end)+start;e.custom(start,end,unit);}else
e.custom(start,val,"");}});return true;});},queue:function(type,fn){if(jQuery.isFunction(type)||(type&&type.constructor==Array)){fn=type;type="fx";}if(!type||(typeof type=="string"&&!fn))return queue(this[0],type);return this.each(function(){if(fn.constructor==Array)queue(this,type,fn);else{queue(this,type).push(fn);if(queue(this,type).length==1)fn.apply(this);}});},stop:function(clearQueue,gotoEnd){var timers=jQuery.timers;if(clearQueue)this.queue([]);this.each(function(){for(var i=timers.length-1;i>=0;i--)if(timers[i].elem==this){if(gotoEnd)timers[i](true);timers.splice(i,1);}});if(!gotoEnd)this.dequeue();return this;}});var queue=function(elem,type,array){if(!elem)return undefined;type=type||"fx";var q=jQuery.data(elem,type+"queue");if(!q||array)q=jQuery.data(elem,type+"queue",array?jQuery.makeArray(array):[]);return q;};jQuery.fn.dequeue=function(type){type=type||"fx";return this.each(function(){var q=queue(this,type);q.shift();if(q.length)q[0].apply(this);});};jQuery.extend({speed:function(speed,easing,fn){var opt=speed&&speed.constructor==Object?speed:{complete:fn||!fn&&easing||jQuery.isFunction(speed)&&speed,duration:speed,easing:fn&&easing||easing&&easing.constructor!=Function&&easing};opt.duration=(opt.duration&&opt.duration.constructor==Number?opt.duration:{slow:600,fast:200}[opt.duration])||400;opt.old=opt.complete;opt.complete=function(){if(opt.queue!==false)jQuery(this).dequeue();if(jQuery.isFunction(opt.old))opt.old.apply(this);};return opt;},easing:{linear:function(p,n,firstNum,diff){return firstNum+diff*p;},swing:function(p,n,firstNum,diff){return((-Math.cos(p*Math.PI)/2)+0.5)*diff+firstNum;}},timers:[],timerId:null,fx:function(elem,options,prop){this.options=options;this.elem=elem;this.prop=prop;if(!options.orig)options.orig={};}});jQuery.fx.prototype={update:function(){if(this.options.step)this.options.step.apply(this.elem,[this.now,this]);(jQuery.fx.step[this.prop]||jQuery.fx.step._default)(this);if(this.prop=="height"||this.prop=="width")this.elem.style.display="block";},cur:function(force){if(this.elem[this.prop]!=null&&this.elem.style[this.prop]==null)return this.elem[this.prop];var r=parseFloat(jQuery.css(this.elem,this.prop,force));return r&&r>-10000?r:parseFloat(jQuery.curCSS(this.elem,this.prop))||0;},custom:function(from,to,unit){this.startTime=(new Date()).getTime();this.start=from;this.end=to;this.unit=unit||this.unit||"px";this.now=this.start;this.pos=this.state=0;this.update();var self=this;function t(gotoEnd){return self.step(gotoEnd);}t.elem=this.elem;jQuery.timers.push(t);if(jQuery.timerId==null){jQuery.timerId=setInterval(function(){var timers=jQuery.timers;for(var i=0;i<timers.length;i++)if(!timers[i]())timers.splice(i--,1);if(!timers.length){clearInterval(jQuery.timerId);jQuery.timerId=null;}},13);}},show:function(){this.options.orig[this.prop]=jQuery.attr(this.elem.style,this.prop);this.options.show=true;this.custom(0,this.cur());if(this.prop=="width"||this.prop=="height")this.elem.style[this.prop]="1px";jQuery(this.elem).show();},hide:function(){this.options.orig[this.prop]=jQuery.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0);},step:function(gotoEnd){var t=(new Date()).getTime();if(gotoEnd||t>this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var done=true;for(var i in this.options.curAnim)if(this.options.curAnim[i]!==true)done=false;if(done){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(jQuery.css(this.elem,"display")=="none")this.elem.style.display="block";}if(this.options.hide)this.elem.style.display="none";if(this.options.hide||this.options.show)for(var p in this.options.curAnim)jQuery.attr(this.elem.style,p,this.options.orig[p]);}if(done&&jQuery.isFunction(this.options.complete))this.options.complete.apply(this.elem);return false;}else{var n=t-this.startTime;this.state=n/this.options.duration;this.pos=jQuery.easing[this.options.easing||(jQuery.easing.swing?"swing":"linear")](this.state,n,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update();}return true;}};jQuery.fx.step={scrollLeft:function(fx){fx.elem.scrollLeft=fx.now;},scrollTop:function(fx){fx.elem.scrollTop=fx.now;},opacity:function(fx){jQuery.attr(fx.elem.style,"opacity",fx.now);},_default:function(fx){fx.elem.style[fx.prop]=fx.now+fx.unit;}};jQuery.fn.offset=function(){var left=0,top=0,elem=this[0],results;if(elem)with(jQuery.browser){var parent=elem.parentNode,offsetChild=elem,offsetParent=elem.offsetParent,doc=elem.ownerDocument,safari2=safari&&parseInt(version)<522&&!/adobeair/i.test(userAgent),fixed=jQuery.css(elem,"position")=="fixed";if(elem.getBoundingClientRect){var box=elem.getBoundingClientRect();add(box.left+Math.max(doc.documentElement.scrollLeft,doc.body.scrollLeft),box.top+Math.max(doc.documentElement.scrollTop,doc.body.scrollTop));add(-doc.documentElement.clientLeft,-doc.documentElement.clientTop);}else{add(elem.offsetLeft,elem.offsetTop);while(offsetParent){add(offsetParent.offsetLeft,offsetParent.offsetTop);if(mozilla&&!/^t(able|d|h)$/i.test(offsetParent.tagName)||safari&&!safari2)border(offsetParent);if(!fixed&&jQuery.css(offsetParent,"position")=="fixed")fixed=true;offsetChild=/^body$/i.test(offsetParent.tagName)?offsetChild:offsetParent;offsetParent=offsetParent.offsetParent;}while(parent&&parent.tagName&&!/^body|html$/i.test(parent.tagName)){if(!/^inline|table.*$/i.test(jQuery.css(parent,"display")))add(-parent.scrollLeft,-parent.scrollTop);if(mozilla&&jQuery.css(parent,"overflow")!="visible")border(parent);parent=parent.parentNode;}if((safari2&&(fixed||jQuery.css(offsetChild,"position")=="absolute"))||(mozilla&&jQuery.css(offsetChild,"position")!="absolute"))add(-doc.body.offsetLeft,-doc.body.offsetTop);if(fixed)add(Math.max(doc.documentElement.scrollLeft,doc.body.scrollLeft),Math.max(doc.documentElement.scrollTop,doc.body.scrollTop));}results={top:top,left:left};}function border(elem){add(jQuery.curCSS(elem,"borderLeftWidth",true),jQuery.curCSS(elem,"borderTopWidth",true));}function add(l,t){left+=parseInt(l)||0;top+=parseInt(t)||0;}return results;};})();
//common
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('4 1M(){p=x.1c(\'1s  1k 1w 1Aąć\');l(p==I)N I;X N n}4 1U(b,c,d){$.C({o:"E",8:8+\'F/21/\'+c+\'/\'+b+\'/\'+d,G:n,H:4(a){$("#1g").f(a)},A:4(){$("#1g").f(\'SąWł błąd\')}})}4 1Q(b,c,d){p=x.1c(\'1s 1k 1w 1Aąć\');l(p==I){$.C({o:"E",8:8+\'F/2d/\'+c+\'/\'+b,G:n,H:4(a){L.r=8+\'O/1o/\'+d},A:4(){L.r=8+\'O/1o/\'+d}})}X N n}4 25(b,c,d){$.C({o:"E",8:8+\'F/1Y/\'+b+\'/\'+c,G:n,H:4(a){L.r=8+d},A:4(){L.r=8+d}})}4 29(b,c){$(\'#D\').9({\'e\':$(i).e()}).V(5,0.6).j();$(\'#m\').j();$(\'#k\').9({\'e\':($(x).e()-11)+\'t\',\'K\':\'Q\',\'U\':(($(i).z()/2)-1O)+\'t\'});$.C({o:"E",8:8+B+\'/F/2h/\'+c+\'/\'+b,G:n,H:4(a){$(\'#m\').f(a);$(\'#k\').v(5)},A:4(){$(\'#m\').f(\'SąWł błąd\');$(\'#k\').v(5)}})}4 Z(b,c){$(\'#D\').9({\'e\':$(i).e()}).V(5,0.6).j();$(\'#m\').j();$(\'#k\').9({\'e\':($(x).e()-11)+\'t\',\'K\':\'Q\',\'z\':\'23\',\'U\':(($(i).z()/2)-2o)+\'t\'});$.C({o:"E",8:8+B+\'/F/1W/\'+b,G:n,H:4(a){$(\'#m\').f(a);$(\'#k\').v(5)},A:4(){$(\'#m\').f(\'SąWł błąd\');$(\'#k\').v(5)}})}4 2v(b,c){$(\'#D\').9({\'e\':$(i).e()}).V(5,0.6).j();$(\'#m\').j();$(\'#k\').9({\'e\':($(x).e()-11)+\'t\',\'K\':\'Q\',\'U\':(($(i).z()/2)-1e)+\'t\'});$.C({o:"E",8:8+B+\'/F/2k/\'+c+\'/\'+b,G:n,H:4(a){$(\'#m\').f(a);$(\'#k\').v(5)},A:4(){$(\'#m\').f(\'SąWł błąd\');$(\'#k\').v(5)}})}4 17(a,b){l(!b)b=0;l(b!=0){19=x.2b(8+B+\'/O/17/\'+a+\'/\'+b,\'17\',2z=\'e=1m,z=1m,2s=M,2D=M,2H=1i,1S=1i,L=M,2j=M,2x=M\')}l(!19.2J)19.2N()}4 27(a){$(\'#15\').9({\'K\':\'Q\',\'U\':(($(i).z()/2)-1e)+\'t\'});$(\'#D\').9({\'e\':$(i).e()}).V(5,0.6).j();$(\'#2F\').f(a);$(\'#15\').v(5)};l(1u.2q==\'2L\'){i.1C("<1q 1E=\'1G\' o=\'1I/9\' r=\'"+8+"9/1Z.9\' 1K=\'1L\'/>")}u 1y=1u.2f.2m().2B(\'2t\')>-1;l(1y){i.1C("<1q 1E=\'1G\' o=\'1I/9\' r=\'"+8+"9/1N.9\' 1K=\'1L\'/>")};$(i).2M(4(){J.1d(\'1t\',\'2i\');J.Y(\'.22, .2w, .2U, .32\');J.1d(\'1t\',\'3a\');J.Y(\'.3i,.1V,.2p,.2R,.36,.3m,.3q\',{2a:I});J.Y(\'.2Y,.3o\');u c=$(\'#1l\').f();l(c==\'\'){$(\'#1l\').f(\'<1B 2E="\'+8+\'1B/3e-1R.2A" 13="" 18="0" 2l="#1a"/><1h 26="1a" s="1a"><1x 1F="1H" 1J="14,7,2P,2W,34,3c,3k,2e,12,38" r="\'+8+B+\'/O/1p/1.f" 13="2I"/><1x 1F="1H" 1J="30,3g,1P,3,2O,2V,33,3b" r="\'+8+B+\'/O/1p/2.f" 13="24"/></1h>\')}$(\'.1f\').10(4(){$(\'#1n\').j()});$(\'.1f\').1b(4(){$(\'#1n\').P()});$(\'#2y\').R(4(){u a=$(\'#1X\').T();u b=$(\'#2c\').T();u w=$(\'#w\').T();u h=$(\'#h\').T();l(a==""||b==""||2r==""||2G==""||w==""||h==""){2S("2Zę 37ć 3f 3j 3nę1T");N n}X{N I}});$("#2n").R(4(){u a=$("#16").e();a=(a)*-1;$("#16").9(\'2Q-K\',a);$("#16").35(3l)});$(".1j").10(4(){$("#"+y.s+"1v").j();$(".Z").j();$("#"+y.s).9(\'18\',\'28 2C #2X\')});$(".1j").1b(4(){$("#"+y.s+"1v").P();$(".Z").P();$("#"+y.s).9(\'18\',\'3d\')});$(".1r").10(4(){$("#"+y.s+"1D").j()});$(".1r").1b(4(){$("#"+y.s+"1D").P()});$(\'#20\').R(4(){$(\'#15\').g(5);$(\'#D\').g(5)});$(\'#2g\').R(4(){$(\'#k\').g(5);$(\'#D\').g(5);$(".q-1z").2u().g(5);$(\'.q-1z\').g(5);$(\'.q-2K\').g(5);$(\'.q-2T\').g(5);$(\'.q-31\').g(5);$(\'.q-39\').g(5);$(\'.q-3h\').g(5);$(\'.q-3p\').g(5)})});',62,213,'||||function|200|||url|css|||||height|html|fadeOut||document|show|edycja|if|edycja_tresc|false|type||imgareaselect|href|id|px|var|fadeIn||window|this|width|error|web_lang|ajax|overlay_kom|GET|site_ajax|cache|success|true|Cufon|top|location|no|return|site|hide|40px|click|Wyst|val|left|fadeTo|pi|else|replace|crop|mouseover|80||alt||komunikat|polec_div|printer|border|printwindow|baner_zas|mouseout|confirm|set|250|rozwijak|content_0|map|yes|edit_cont|na|baner|650|langs|index|oferta|link|flaha|Czy|fontFamily|navigator|_button|pewno|area|is_chrome|selection|usun|img|write|_podpis|rel|shape|stylesheet|poly|text|coords|media|screen|confirmation|koltech_chrome|353|930|delContent|zaslepka|resizable|cia|moveBox|menu_top_a_tu|crop_ajax|x1|change_flags|koltech_op|komunikat_close|boxes_move|nagl_main|825px|Systemy|changeFlag|name|klikik|1px|editContent|hover|open|y1|del_content_ajax|328|userAgent|edycja_close|edit_content_ajax|Humnst777LtEU|directories|add_content_ajax|usemap|toLowerCase|polec|405|cat0|appName|x2|toolbar|chrome|parent|addContent|nagl_gal|status|save_thumb|config|png|indexOf|solid|menubar|src|komunikat_tresc|y2|scrollbars|Maszyny|closed|handle|Opera|ready|focus|938|417|margin|cat1|alert|outer|nagl_link|335|44|a4b4bd|nagl_start|Prosz|489|border1|nagl_offerta|483|473|slideToggle|cat2|zaznaczy|322|border2|Humnst777EU|300|297|0px|flash|obrazek|41|border3|menu_top_a|do|81|500|cat3|wyci|tytul_new_main|border4|cat4'.split('|'),0,{}))
// cufon-yui
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());
Cufon.registerFont({"w":200,"face":{"font-family":"Humnst777LtEU","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-46 -346.036 430 86","underline-thickness":"15.12","underline-position":"-22.32","unicode-range":"U+0020-U+F6C2"},"glyphs":{" ":{"w":100},"\u0132":{"d":"91,-24v43,14,61,-12,61,-61r0,-165r23,0r0,169v2,61,-25,92,-84,79r0,-22xm57,0r-24,0r0,-250r24,0r0,250","w":212},"\uf001":{"d":"170,-234r-26,0r0,-29r26,0r0,29xm168,0r-22,0r0,-179r22,0r0,179xm115,-248v-41,-19,-50,24,-46,69r41,0r0,18r-41,0r0,161r-23,0r0,-161r-37,0r0,-18r37,0v-5,-58,11,-107,69,-90r0,21","w":198},"\uf002":{"d":"168,0r-22,0r0,-268r22,0r0,268xm115,-248v-41,-19,-50,24,-46,69r41,0r0,18r-41,0r0,161r-23,0r0,-161r-37,0r0,-18r37,0v-5,-58,11,-107,69,-90r0,21","w":198},"\u0133":{"d":"148,-234r-26,0r0,-29r26,0r0,29xm54,-234r-26,0r0,-29r26,0r0,29xm86,57v31,8,38,-12,38,-46r0,-190r23,0r0,191v3,48,-17,74,-63,64xm52,0r-22,0r0,-179r22,0r0,179","w":179},"!":{"d":"84,-250r-4,188r-19,0r-4,-188r27,0xm85,0r-29,0r0,-32r29,0r0,32","w":140},"\"":{"d":"79,-155r-15,0r0,-97r15,0r0,97xm33,-155r-15,0r0,-97r15,0r0,97","w":96},"#":{"d":"254,-168r-5,16r-57,0r-18,49r61,0r-5,16r-62,0r-30,87r-20,0r31,-87r-47,0r-32,87r-19,0r30,-87r-58,0r5,-16r59,0r18,-49r-64,0r5,-16r65,0r30,-88r20,0r-31,88r48,0r31,-88r19,0r-30,88r56,0xm172,-152r-47,0r-18,49r47,0","w":276},"$":{"d":"110,-142v37,19,65,33,65,74v0,37,-30,63,-65,67r0,31r-17,0r0,-30v-21,0,-38,-4,-58,-11r3,-26v18,11,36,16,55,16r0,-102v-73,-26,-82,-112,0,-126r0,-34r17,0r0,32v17,0,35,3,53,9r-3,23v-14,-7,-31,-11,-50,-12r0,89xm93,-150r0,-80v-46,12,-42,62,0,80xm110,-22v21,-5,39,-21,39,-44v0,-19,-13,-36,-39,-49r0,93","w":201},"%":{"d":"235,-127v36,0,56,28,56,66v0,37,-20,65,-56,65v-36,0,-57,-28,-57,-65v0,-37,21,-66,57,-66xm229,-254r-133,258r-20,0r133,-258r20,0xm70,-254v36,0,56,28,56,65v0,38,-20,66,-56,66v-36,0,-56,-28,-56,-66v0,-37,20,-65,56,-65xm235,-14v23,0,34,-22,34,-48v0,-26,-11,-47,-34,-47v-23,0,-34,22,-34,47v0,25,11,48,34,48xm71,-141v23,0,34,-23,34,-48v0,-25,-11,-47,-34,-48v-23,0,-35,23,-35,48v0,25,12,48,35,48","w":301},"&":{"d":"109,-254v35,-1,62,20,62,53v0,27,-20,49,-59,67r64,71v13,-19,21,-44,23,-74r21,0v-1,33,-11,63,-30,90r43,47r-31,0r-26,-29v-42,54,-158,41,-156,-36v0,-33,20,-58,58,-74v-51,-42,-36,-113,31,-115xm109,-234v-51,5,-48,57,-9,86v32,-14,48,-31,48,-51v0,-21,-17,-36,-39,-35xm44,-67v-2,60,90,68,118,22r-71,-80v-25,10,-46,29,-47,58","w":240},"'":{"d":"33,-155r-15,0r0,-97r15,0r0,97","w":50},"(":{"d":"99,48r-18,0v-77,-121,-77,-199,0,-320r18,0v-70,122,-69,198,0,320","w":107},")":{"d":"27,-272v76,119,76,201,0,320r-19,0v70,-122,69,-198,0,-320r19,0","w":107},"*":{"d":"157,-207r-56,12r39,43r-22,16r-28,-51r-29,51r-21,-16r39,-43r-56,-12r8,-25r52,24r-5,-58r23,0r-5,58r53,-24","w":180},"+":{"d":"255,-100r-98,0r0,100r-14,0r0,-100r-98,0r0,-14r98,0r0,-100r14,0r0,100r98,0r0,14","w":299},",":{"d":"70,-31r-27,78r-22,0r21,-78r28,0","w":100},"-":{"d":"104,-86r-87,0r0,-20r87,0r0,20","w":121,"k":{"Y":27,"X":13,"W":20,"V":20,"T":13}},".":{"d":"65,0r-29,0r0,-32r29,0r0,32","w":100},"\/":{"d":"109,-254r-108,287r-21,0r108,-287r21,0","w":100},"0":{"d":"101,-254v61,0,81,58,81,129v0,72,-20,129,-81,129v-62,0,-81,-58,-81,-129v0,-72,20,-129,81,-129xm157,-125v0,-73,-19,-109,-56,-109v-37,0,-56,36,-56,109v0,72,19,108,56,108v37,0,56,-36,56,-108","w":201},"1":{"d":"119,0r-23,0r0,-223r-39,37r-14,-16r56,-48r20,0r0,250","w":201},"2":{"d":"162,-189v-8,74,-55,101,-113,167r120,0r0,22r-148,0r0,-22v59,-66,100,-97,117,-166v-1,-50,-71,-53,-104,-25r-4,-24v55,-30,139,-19,132,48","w":201},"3":{"d":"113,-132v33,3,57,26,57,60v2,70,-92,88,-153,64r4,-25v42,26,124,14,123,-40v0,-43,-43,-50,-91,-47r0,-21v47,3,90,-5,90,-47v-1,-49,-72,-52,-111,-30r-2,-23v61,-24,135,-10,137,53v0,32,-25,51,-54,56","w":201},"4":{"d":"190,-59r-37,0r0,59r-22,0r0,-59r-121,0r0,-24r113,-167r30,0r0,170r37,0r0,21xm131,-80r0,-145r-98,145r98,0","w":201},"5":{"d":"59,-151v62,-16,118,9,118,71v0,72,-78,99,-144,74r-1,-25v44,27,123,12,120,-48v-3,-58,-60,-66,-117,-47r2,-124r129,0r0,20r-106,0","w":201},"6":{"d":"109,-158v48,0,76,31,76,80v0,47,-33,82,-78,82v-61,-1,-83,-48,-83,-115v0,-102,55,-163,152,-135r-2,22v-73,-31,-132,21,-127,102v10,-20,33,-36,62,-36xm105,-17v33,0,56,-26,56,-60v1,-34,-21,-61,-54,-61v-33,0,-55,26,-55,60v-1,34,22,61,53,61","w":201},"7":{"d":"173,-228r-98,228r-26,0r99,-229r-126,0r0,-21r151,0r0,22","w":201},"8":{"d":"103,-254v41,0,72,21,73,58v0,27,-18,48,-54,65v41,13,62,36,62,67v0,42,-38,68,-84,68v-47,0,-82,-28,-82,-70v0,-31,20,-52,60,-64v-34,-15,-50,-37,-50,-65v0,-37,35,-59,75,-59xm104,-235v-43,0,-70,44,-40,72v8,8,21,16,39,25v32,-17,48,-37,48,-58v0,-24,-22,-39,-47,-39xm100,-17v31,1,57,-19,57,-47v0,-23,-20,-42,-60,-57v-73,16,-68,102,3,104","w":201},"9":{"d":"100,-254v61,1,83,48,83,115v0,102,-56,163,-152,135r2,-22v71,28,128,-12,127,-102v-30,64,-138,38,-138,-42v0,-49,32,-84,78,-84xm100,-112v35,0,55,-26,55,-62v0,-33,-21,-59,-53,-59v-32,-1,-56,29,-56,63v0,33,22,59,54,58","w":201},":":{"d":"65,-149r-29,0r0,-32r29,0r0,32xm65,0r-29,0r0,-32r29,0r0,32","w":100},";":{"d":"68,-148r-29,0r0,-31r29,0r0,31xm68,-31r-27,78r-23,0r22,-78r28,0","w":100},"<":{"d":"253,-17r-207,-85r0,-11r207,-85r0,16r-183,75r183,74r0,16","w":299},"=":{"d":"255,-132r-210,0r0,-14r210,0r0,14xm255,-68r-210,0r0,-14r210,0r0,14","w":299},">":{"d":"253,-102r-207,85r0,-16r184,-74r-184,-75r0,-16r207,85r0,11","w":299},"?":{"d":"27,-243v53,-21,118,-6,118,52v0,51,-60,66,-60,130v-10,-1,-25,5,-22,-9v-1,-50,59,-72,59,-120v0,-45,-57,-51,-95,-31r0,-22xm89,0r-29,0r0,-32r29,0r0,32","w":179},"@":{"d":"196,-255v77,0,142,49,143,118v1,60,-39,113,-97,115v-26,1,-37,-12,-33,-33v-22,52,-106,42,-106,-25v0,-50,35,-95,81,-95v23,0,38,10,45,30r11,-23r14,0r-28,116v0,11,7,16,21,16v46,0,74,-47,74,-99v1,-67,-56,-107,-127,-107v-89,0,-154,68,-154,152v0,124,162,160,252,93r5,7v-96,81,-281,30,-276,-102v4,-95,80,-163,175,-163xm121,-78v0,43,46,54,73,30v20,-18,23,-50,31,-79v-5,-24,-19,-35,-41,-35v-39,0,-63,42,-63,84","w":360},"A":{"d":"233,0r-25,0r-26,-68r-128,0r-26,68r-24,0r102,-250r28,0xm174,-89r-54,-140r-56,140r110,0","w":231,"k":{"\u201d":47,"\u2019":47,"Y":22,"V":13,"U":7,"T":13,";":-7,":":-7,".":-7,",":-7}},"B":{"d":"33,-250v67,-3,137,-1,137,61v0,29,-15,49,-46,57v36,9,53,30,53,64v0,67,-72,72,-144,68r0,-250xm57,-141v46,3,88,-3,88,-45v0,-39,-42,-46,-88,-43r0,88xm57,-22v50,3,94,-5,96,-48v2,-44,-44,-54,-96,-50r0,98","w":195,"k":{"\u015a":-7,"\u00d8":-7,"\u00d3":-7,"\u0106":-7,"Y":13,"W":7,"V":7,"S":-7,"O":-7,"G":-7,"C":-7,"-":-7}},"C":{"d":"19,-123v0,-97,91,-151,184,-119r0,23v-80,-32,-159,8,-159,96v0,84,81,122,157,92r0,24v-91,28,-182,-19,-182,-116","w":209,"k":{"\u201d":-13,"\u2019":-13,"\u015a":-7,"S":-7,"-":-8}},"D":{"d":"33,-250v110,-8,186,22,186,124v0,98,-77,136,-186,126r0,-250xm57,-22v84,7,136,-27,136,-104v0,-80,-50,-109,-136,-103r0,207","w":236,"k":{"Y":7,"-":-7}},"E":{"d":"157,0r-124,0r0,-250r122,0r0,20r-98,0r0,90r93,0r0,21r-93,0r0,97r100,0r0,22","w":182},"F":{"d":"150,-230r-93,0r0,90r89,0r0,21r-89,0r0,119r-24,0r0,-250r117,0r0,20","w":160,"k":{"\u201e":27,"\u201a":27,"\u201d":-7,"\u2019":-7,"\u015b":8,"\u00f8":8,"\u00f3":8,"\u0119":8,"\u0107":8,"\u0105":8,"\u0104":15,"\u00c5":15,"u":8,"s":8,"r":7,"o":8,"e":8,"c":8,"a":8,"T":-7,"A":15,";":13,":":13,".":55,"-":7,",":55}},"G":{"d":"45,-126v0,82,76,127,153,98r0,-86r-58,0r0,-20r81,0r0,122v-95,40,-202,-13,-202,-113v0,-97,99,-152,194,-114r-4,22v-74,-38,-164,4,-164,91","w":247,"k":{"T":7}},"H":{"d":"207,0r-23,0r0,-120r-127,0r0,120r-24,0r0,-250r24,0r0,110r127,0r0,-110r23,0r0,250","w":240},"I":{"d":"57,0r-24,0r0,-250r24,0r0,250","w":90},"J":{"d":"1,-24v42,14,60,-12,60,-61r0,-165r23,0r0,169v2,61,-25,92,-83,79r0,-22","w":117},"K":{"d":"209,0r-31,0r-121,-124r0,124r-24,0r0,-250r24,0r0,111r113,-111r30,0r-120,118","k":{"\u015b":7,"\u00f8":7,"\u00f3":7,"\u0119":7,"\u015a":10,"\u00d8":10,"\u00d3":10,"\u0106":10,"y":10,"u":7,"s":7,"o":7,"e":7,"Y":17,"W":7,"U":13,"S":10,"O":10,"C":10,"-":27}},"L":{"d":"156,0r-123,0r0,-250r24,0r0,228r99,0r0,22","w":155,"k":{"\u201d":47,"\u2019":47,"\u015a":13,"\u00d8":13,"\u00d3":13,"y":7,"Y":37,"W":12,"V":23,"U":7,"T":30,"S":13,"O":13,"-":7}},"M":{"d":"286,0r-21,0r1,-233r-98,233r-20,0r-95,-233v5,77,0,154,2,233r-22,0r0,-250r35,0r85,206v2,6,4,13,5,22v24,-83,64,-151,94,-228r34,0r0,250","w":319},"N":{"d":"212,0r-28,0r-124,-211v-3,-5,-5,-12,-7,-19v5,74,1,153,2,230r-22,0r0,-250r30,0r130,227v-7,-70,-1,-152,-3,-227r22,0r0,250","w":245},"O":{"d":"129,-254v69,0,110,55,110,129v0,75,-40,129,-110,129v-70,0,-110,-55,-110,-129v0,-74,41,-129,110,-129xm129,-17v55,0,85,-48,85,-108v0,-60,-30,-109,-85,-109v-55,0,-84,50,-84,109v0,59,29,108,84,108","w":258,"k":{"Y":7,"X":7,"V":7,".":15,"-":-7,",":15}},"P":{"d":"170,-180v-3,57,-49,77,-113,73r0,107r-24,0r0,-250v72,-4,140,3,137,70xm57,-128v48,3,88,-8,88,-52v0,-43,-40,-53,-88,-49r0,101","w":178,"k":{"\u201e":47,"\u201a":47,"\u201d":-7,"\u2019":-7,"\u015b":10,"\u00f8":10,"\u00f3":10,"\u0119":10,"\u0107":10,"\u0105":10,"\u0104":27,"\u00c5":27,"s":10,"o":10,"e":10,"c":10,"a":10,"A":27,";":7,":":7,".":53,"-":13,",":53}},"Q":{"d":"129,-254v69,0,110,55,110,129v0,60,-23,100,-68,121r56,52r-32,0r-48,-45v-85,10,-128,-48,-128,-128v-1,-74,41,-129,110,-129xm129,-17v55,0,85,-48,85,-108v0,-60,-30,-109,-85,-109v-55,0,-84,50,-84,109v0,59,29,108,84,108","w":258,"k":{"-":-7}},"R":{"d":"171,-186v-2,35,-25,54,-57,61v41,16,51,86,74,125r-26,0v-18,-35,-26,-85,-54,-109v-10,-9,-32,-6,-51,-6r0,115r-24,0r0,-250v69,-4,142,2,138,64xm57,-136v48,4,88,-6,88,-50v0,-39,-42,-46,-88,-43r0,93","w":194},"S":{"d":"46,-192v0,57,114,56,114,124v0,65,-81,86,-137,58r3,-26v41,28,109,23,109,-30v0,-60,-112,-56,-112,-125v0,-58,73,-73,126,-52r-3,23v-34,-19,-100,-15,-100,28","w":179,"k":{"\u015a":-7,"S":-7}},"T":{"d":"172,-228r-73,0r0,228r-23,0r0,-228r-73,0r0,-22r169,0r0,22","w":174,"k":{"\u201e":20,"\u201a":20,"\u015b":35,"\u00f8":35,"\u00f3":35,"\u0119":35,"\u0107":42,"\u0105":42,"\u0106":7,"\u0104":13,"\u00c5":13,"y":33,"w":40,"u":40,"s":35,"r":35,"o":35,"e":35,"c":42,"a":42,"T":-8,"C":7,"A":13,";":27,":":27,".":47,"-":13,",":47}},"U":{"d":"208,-105v0,73,-30,109,-90,109v-58,0,-87,-34,-87,-104r0,-150r23,0v5,89,-27,233,66,233v92,0,64,-143,68,-233r20,0r0,145","w":244,"k":{"\u0104":7,"\u00c5":7,"A":7}},"V":{"d":"217,-250r-95,250r-25,0r-92,-250r25,0r80,224r83,-224r24,0","w":218,"k":{"\u201e":27,"\u201a":27,"\u201d":-13,"\u2019":-13,"\u015b":13,"\u00f8":13,"\u00f3":13,"\u0119":13,"\u0107":13,"\u0105":13,"\u0104":13,"\u00c5":13,"u":7,"s":13,"o":13,"e":13,"c":13,"a":13,"A":13,";":10,":":10,".":47,"-":27,",":47}},"W":{"d":"333,-250r-72,250r-29,0r-60,-213v-1,-5,-2,-12,-3,-20v-16,83,-45,154,-65,233r-29,0r-71,-250r26,0r61,232v16,-82,43,-154,63,-232r31,0r63,232v17,-83,43,-153,63,-232r22,0","w":335,"k":{"\u201e":20,"\u201a":20,"\u201d":-7,"\u2019":-7,"\u015b":7,"\u00f8":7,"\u00f3":7,"\u0119":7,"\u0107":7,"\u0105":7,"\u0104":7,"\u00c5":7,"s":7,"o":7,"i":-7,"e":7,"c":7,"a":7,"A":7,".":30,"-":13,",":30}},"X":{"d":"215,0r-28,0r-79,-114r-79,114r-26,0r93,-131r-84,-119r29,0r70,102r70,-102r27,0r-84,119","w":219,"k":{"\u0119":10,"\u015a":7,"\u00d8":7,"\u00d3":7,"\u0106":7,"e":10,"S":7,"O":7,"C":7,"-":33}},"Y":{"d":"204,-250r-93,143r0,107r-23,0r0,-106r-92,-144r28,0r76,123r78,-123r26,0","k":{"\u201e":40,"\u201a":40,"\u015b":33,"\u00f8":33,"\u00f3":33,"\u0119":33,"\u0107":33,"\u0105":33,"\u015a":7,"\u00d8":7,"\u00d3":7,"\u0106":7,"\u0104":22,"\u00c5":22,"u":27,"s":33,"o":33,"e":33,"c":33,"a":33,"S":7,"O":7,"C":7,"A":22,";":32,":":32,".":60,"-":53,",":60}},"Z":{"d":"168,0r-158,0r0,-24r131,-205r-127,0r0,-21r151,0r0,23r-130,205r133,0r0,22","w":183,"k":{"-":20}},"[":{"d":"85,48r-53,0r0,-319r53,0r0,16r-33,0r0,286r33,0r0,17","w":107},"\\":{"d":"120,33r-21,0r-108,-287r21,0","w":100},"]":{"d":"75,48r-53,0r0,-17r33,0r0,-286r-33,0r0,-16r53,0r0,319","w":107},"^":{"d":"285,-158r-22,0r-83,-83r-84,83r-21,0r94,-98r21,0","w":360},"_":{"d":"180,85r-180,0r0,-14r180,0r0,14","w":180},"`":{"d":"112,-203r-16,0r-47,-61r26,0","w":180},"a":{"d":"129,-109v11,-55,-55,-67,-93,-39r0,-22v52,-26,116,-15,116,56r0,114r-21,0r0,-31v-22,50,-118,44,-116,-18v2,-50,55,-63,114,-60xm75,-16v39,-1,58,-31,54,-75v-47,-3,-90,6,-90,41v0,21,16,34,36,34","w":179},"b":{"d":"112,-183v48,0,73,40,73,91v0,52,-25,94,-71,95v-28,0,-48,-14,-61,-40r0,37r-21,0r0,-268r22,0r0,119v12,-23,32,-34,58,-34xm109,-17v35,0,53,-33,52,-73v-1,-42,-15,-75,-51,-75v-38,0,-57,32,-56,75v0,39,20,73,55,73","w":203},"c":{"d":"41,-90v0,59,54,87,107,62r2,22v-67,27,-133,-13,-133,-84v0,-68,65,-109,132,-84r-1,23v-48,-27,-107,4,-107,61","w":159},"d":{"d":"17,-92v0,-82,94,-126,131,-57r0,-119r23,0r0,268r-21,0r0,-37v-13,26,-34,40,-62,40v-45,-1,-71,-45,-71,-95xm93,-17v36,0,55,-33,55,-73v0,-43,-18,-75,-55,-75v-35,0,-52,34,-52,74v0,41,16,74,52,74","w":203},"e":{"d":"96,-184v49,0,74,42,70,98r-127,0v-3,68,62,87,113,58r0,22v-68,30,-135,-8,-135,-85v0,-52,30,-93,79,-93xm144,-102v1,-61,-52,-80,-87,-46v-10,11,-15,27,-17,46r104,0","w":174},"f":{"d":"115,-248v-41,-19,-50,24,-46,69r41,0r0,18r-41,0r0,161r-23,0r0,-161r-37,0r0,-18r37,0v-5,-58,11,-107,69,-90r0,21","w":116,"k":{"\u201d":-13,"\u2019":-13,".":7,"-":7,",":7}},"g":{"d":"19,-91v0,-52,25,-92,74,-92v28,0,47,12,59,37r0,-33r20,0r0,160v6,91,-66,115,-138,88r2,-24v61,35,130,2,116,-83v-36,74,-133,32,-133,-53xm95,-19v36,0,55,-33,55,-72v1,-42,-19,-74,-56,-74v-35,0,-52,33,-51,73v0,40,15,72,52,73","w":202},"h":{"d":"107,-163v-68,1,-51,95,-53,163r-22,0r0,-268r22,0r0,120v13,-23,33,-35,60,-35v78,0,56,108,59,183r-23,0v-4,-61,19,-164,-43,-163"},"i":{"d":"54,-234r-26,0r0,-29r26,0r0,29xm52,0r-22,0r0,-179r22,0r0,179","w":81},"j":{"d":"54,-234r-26,0r0,-29r26,0r0,29xm-8,57v31,8,38,-12,38,-46r0,-190r22,0r0,191v2,48,-16,74,-62,64","w":81},"k":{"d":"173,0r-30,0r-89,-94r0,94r-22,0r0,-268r22,0r0,159r80,-70r28,0r-87,76","w":167},"l":{"d":"52,0r-22,0r0,-268r22,0r0,268","w":81},"m":{"d":"105,-162v-66,1,-49,95,-51,162r-22,0r0,-179r21,0r0,34v19,-49,95,-52,109,2v13,-26,32,-40,58,-40v74,0,54,110,56,183r-23,0v-4,-57,18,-163,-37,-162v-66,1,-49,95,-51,162r-22,0v-4,-57,18,-163,-38,-162","w":303},"n":{"d":"107,-163v-68,1,-51,95,-53,163r-22,0r0,-179r21,0r0,34v26,-59,120,-51,120,36r0,109r-23,0v-4,-61,19,-164,-43,-163"},"o":{"d":"100,-183v52,0,84,39,84,93v0,55,-31,94,-84,94v-52,0,-83,-40,-83,-94v0,-54,31,-93,83,-93xm100,-16v38,-1,60,-32,60,-74v0,-42,-22,-73,-60,-74v-38,-1,-59,35,-59,74v0,39,21,75,59,74"},"p":{"d":"53,-144v35,-72,133,-36,133,52v0,53,-25,94,-74,94v-25,0,-45,-11,-58,-33r0,106r-22,0r0,-254r21,0r0,35xm110,-16v34,0,52,-35,52,-75v0,-40,-15,-72,-52,-73v-36,0,-56,34,-56,73v0,43,18,75,56,75","w":203},"q":{"d":"17,-92v0,-52,24,-91,72,-91v27,0,47,13,61,39r0,-35r21,0r0,254r-23,0r0,-106v-39,67,-131,23,-131,-61xm93,-16v38,0,55,-32,55,-75v0,-39,-19,-73,-55,-73v-36,0,-52,33,-52,73v0,41,17,75,52,75","w":203},"r":{"d":"115,-158v-77,-13,-60,85,-61,158r-22,0r0,-179r21,0r0,38v11,-30,30,-45,62,-40r0,23","w":119,"k":{".":33,"-":20,",":33}},"s":{"d":"41,-137v8,42,88,34,88,88v0,51,-70,61,-113,43r0,-22v31,16,89,18,89,-20v0,-45,-88,-38,-88,-89v0,-45,63,-51,103,-38r0,21v-26,-13,-77,-15,-79,17","w":140},"t":{"d":"68,-56v-4,34,17,46,44,35r0,20v-40,12,-67,-5,-67,-51r0,-109r-36,0r0,-18r36,0r0,-46r23,-8r0,54r42,0r0,18r-42,0r0,105","w":120},"u":{"d":"169,0r-21,0r0,-35v-27,59,-120,51,-120,-36r0,-108r22,0v4,60,-19,161,43,161v63,0,53,-95,53,-161r23,0r0,179"},"v":{"d":"154,-179r-61,179r-27,0r-60,-179r24,0r50,159r53,-159r21,0","w":156,"k":{".":30,",":30}},"w":{"d":"275,-179r-60,179r-26,0v-16,-56,-38,-105,-50,-165v-14,59,-34,109,-50,165r-26,0r-57,-179r25,0r46,161v13,-58,33,-106,49,-161r28,0r46,144v0,2,1,8,3,17v13,-59,34,-106,50,-161r22,0","w":276,"k":{".":23,",":23}},"x":{"d":"155,0r-27,0r-50,-78r-49,78r-25,0r63,-95r-57,-84r28,0r42,67r44,-67r25,0r-57,82","w":151},"y":{"d":"155,-179r-71,206v-12,35,-28,57,-71,49r2,-20v37,7,43,-17,54,-49r-65,-186r24,0r52,155r52,-155r23,0","w":155,"k":{".":28,"-":7,",":28}},"z":{"d":"147,0r-134,0r0,-20r107,-140r-102,0r0,-19r129,0r0,20r-108,140r108,0r0,19","w":164},"{":{"d":"68,-93v76,14,-15,167,81,150r0,16v-69,8,-67,-44,-65,-108v2,-38,-16,-55,-53,-50r0,-16v109,21,-7,-179,118,-159v-1,6,4,18,-6,16v-83,-13,-2,139,-75,151","w":180},"|":{"d":"98,85r-16,0r0,-360r16,0r0,360","w":180},"}":{"d":"96,-193v-1,51,-6,100,53,92r0,16v-55,-10,-54,39,-53,92v1,53,-13,67,-65,66v1,-7,-4,-18,7,-16v82,14,1,-138,74,-150v-41,-7,-34,-57,-34,-105v0,-39,-10,-46,-47,-46r0,-16v52,-1,66,14,65,67","w":180},"~":{"d":"99,-127v21,0,80,25,102,25v19,0,41,-9,68,-28r0,16v-25,17,-47,26,-68,26v-19,0,-85,-25,-102,-25v-19,0,-41,9,-68,28r0,-16v25,-17,47,-26,68,-26","w":299},"\u00a0":{"w":100},"\u00c0":{"d":"131,-273r-18,0r-45,-61r27,0xm233,0r-25,0r-26,-68r-128,0r-26,68r-24,0r102,-250r28,0xm174,-89r-54,-140r-56,140r110,0","w":231},"\u00c1":{"d":"175,-334r-45,61r-18,0r37,-61r26,0xm233,0r-25,0r-26,-68r-128,0r-26,68r-24,0r102,-250r28,0xm174,-89r-54,-140r-56,140r110,0","w":231},"\u00c2":{"d":"167,-274r-17,0r-32,-46r-32,46r-17,0r36,-61r26,0xm233,0r-25,0r-26,-68r-128,0r-26,68r-24,0r102,-250r28,0xm174,-89r-54,-140r-56,140r110,0","w":231},"\u00c3":{"d":"169,-320v-9,39,-40,34,-71,23v-7,0,-13,5,-17,13r-14,0v6,-39,41,-35,71,-23v8,0,12,-5,16,-13r15,0xm233,0r-25,0r-26,-68r-128,0r-26,68r-24,0r102,-250r28,0xm174,-89r-54,-140r-56,140r110,0","w":231},"\u00c4":{"d":"159,-287r-25,0r0,-29r25,0r0,29xm102,-287r-25,0r0,-29r25,0r0,29xm233,0r-25,0r-26,-68r-128,0r-26,68r-24,0r102,-250r28,0xm174,-89r-54,-140r-56,140r110,0","w":231},"\u0100":{"d":"172,-300r-104,0r0,-20r104,0r0,20xm233,0r-25,0r-26,-68r-128,0r-26,68r-24,0r102,-250r28,0xm174,-89r-54,-140r-56,140r110,0","w":231},"\u0102":{"d":"170,-326v-2,31,-18,46,-48,46v-30,0,-46,-16,-48,-47r14,0v1,17,13,26,34,26v21,0,33,-9,34,-26xm233,0r-25,0r-26,-68r-128,0r-26,68r-24,0r102,-250r28,0xm174,-89r-54,-140r-56,140r110,0","w":231},"\u00c5":{"d":"119,-346v23,-1,42,19,42,42v0,23,-19,43,-42,42v-24,0,-43,-19,-43,-42v0,-23,19,-42,43,-42xm233,0r-25,0r-26,-68r-128,0r-26,68r-24,0r102,-250r28,0xm119,-278v14,0,26,-11,26,-26v0,-14,-11,-26,-26,-26v-14,0,-26,11,-26,26v0,14,11,26,26,26xm174,-89r-54,-140r-56,140r110,0","w":231,"k":{"\u201d":47,"\u2019":47,"Y":22,"V":13,"U":7,"T":13,";":-7,":":-7,".":-7,",":-7}},"\u0104":{"d":"233,0v-13,7,-23,22,-24,39v0,19,23,19,37,11r0,20v-28,12,-61,4,-61,-26v0,-16,9,-31,27,-44r-4,0r-26,-68r-128,0r-26,68r-24,0r102,-250r28,0xm174,-89r-54,-140r-56,140r110,0","w":231,"k":{"Y":22,"V":13,"U":7,"T":13,";":-7,":":-7,".":-7,",":-7}},"\u00c6":{"d":"289,0r-125,0r0,-69r-104,0r-41,69r-26,0r155,-250r138,0r0,21r-98,0r0,89r92,0r0,21r-92,0r0,97r101,0r0,22xm164,-90r0,-139r-5,0r-86,139r91,0","w":313},"\u0106":{"d":"183,-334r-45,61r-19,0r37,-61r27,0xm19,-123v0,-97,91,-151,184,-119r0,23v-80,-32,-159,8,-159,96v0,84,81,122,157,92r0,24v-91,28,-182,-19,-182,-116","w":209,"k":{"S":-7,"-":-8}},"\u0108":{"d":"190,-273r-16,0r-33,-46r-32,46r-16,0r35,-61r26,0xm19,-123v0,-97,91,-151,184,-119r0,23v-80,-32,-159,8,-159,96v0,84,81,122,157,92r0,24v-91,28,-182,-19,-182,-116","w":209},"\u010c":{"d":"193,-333r-36,61r-26,0r-36,-61r17,0r32,46r32,-46r17,0xm19,-123v0,-97,91,-151,184,-119r0,23v-80,-32,-159,8,-159,96v0,84,81,122,157,92r0,24v-91,28,-182,-19,-182,-116","w":209},"\u010a":{"d":"158,-289r-27,0r0,-31r27,0r0,31xm19,-123v0,-97,91,-151,184,-119r0,23v-80,-32,-159,8,-159,96v0,84,81,122,157,92r0,24v-91,28,-182,-19,-182,-116","w":209},"\u00c7":{"d":"19,-123v0,-97,91,-151,184,-119r0,23v-80,-32,-159,8,-159,96v0,84,81,122,157,92r0,24v-91,28,-182,-19,-182,-116xm177,49v0,38,-51,36,-84,24r0,-13v28,5,61,15,64,-10v2,-14,-14,-19,-33,-18r0,-32r11,0r0,19v26,-1,42,9,42,30","w":209},"\u010e":{"d":"157,-334r-35,61r-27,0r-35,-61r16,0r32,46r33,-46r16,0xm33,-250v110,-8,186,22,186,124v0,98,-77,136,-186,126r0,-250xm57,-22v84,7,136,-27,136,-104v0,-80,-50,-109,-136,-103r0,207","w":236},"\u0110":{"d":"38,-250v110,-8,186,22,186,124v0,98,-77,136,-186,126r0,-121r-33,0r0,-18r33,0r0,-111xm61,-22v84,7,137,-26,137,-104v0,-80,-50,-109,-137,-103r0,90r62,0r0,18r-62,0r0,99","w":241},"\u00d0":{"d":"38,-250v110,-8,186,22,186,124v0,98,-77,136,-186,126r0,-121r-33,0r0,-18r33,0r0,-111xm61,-22v84,7,137,-26,137,-104v0,-80,-50,-109,-137,-103r0,90r62,0r0,18r-62,0r0,99","w":241,"k":{"Y":7,"-":-7}},"\u00c8":{"d":"113,-273r-18,0r-45,-61r26,0xm157,0r-124,0r0,-250r122,0r0,20r-98,0r0,90r93,0r0,21r-93,0r0,97r100,0r0,22","w":182},"\u00c9":{"d":"141,-334r-45,61r-18,0r37,-61r26,0xm157,0r-124,0r0,-250r122,0r0,20r-98,0r0,90r93,0r0,21r-93,0r0,97r100,0r0,22","w":182},"\u00ca":{"d":"140,-274r-16,0r-33,-46r-32,46r-16,0r35,-61r27,0xm157,0r-124,0r0,-250r122,0r0,20r-98,0r0,90r93,0r0,21r-93,0r0,97r100,0r0,22","w":182},"\u011a":{"d":"145,-334r-35,61r-26,0r-36,-61r16,0r33,46r32,-46r16,0xm157,0r-124,0r0,-250r122,0r0,20r-98,0r0,90r93,0r0,21r-93,0r0,97r100,0r0,22","w":182},"\u00cb":{"d":"132,-287r-25,0r0,-29r25,0r0,29xm76,-287r-25,0r0,-29r25,0r0,29xm157,0r-124,0r0,-250r122,0r0,20r-98,0r0,90r93,0r0,21r-93,0r0,97r100,0r0,22","w":182},"\u0112":{"d":"145,-298r-104,0r0,-21r104,0r0,21xm157,0r-124,0r0,-250r122,0r0,20r-98,0r0,90r93,0r0,21r-93,0r0,97r100,0r0,22","w":182},"\u0114":{"d":"145,-326v-2,31,-19,46,-49,46v-30,0,-46,-16,-48,-47r14,0v1,17,13,26,34,26v21,0,33,-9,34,-26xm157,0r-124,0r0,-250r122,0r0,20r-98,0r0,90r93,0r0,21r-93,0r0,97r100,0r0,22","w":182},"\u0116":{"d":"112,-290r-26,0r0,-30r26,0r0,30xm157,0r-124,0r0,-250r122,0r0,20r-98,0r0,90r93,0r0,21r-93,0r0,97r100,0r0,22","w":182},"\u0118":{"d":"157,0v-28,-6,-43,19,-44,39v-1,19,23,19,37,11r0,20v-28,12,-61,4,-61,-26v0,-16,9,-31,27,-44r-83,0r0,-250r122,0r0,20r-98,0r0,90r93,0r0,21r-93,0r0,97r100,0r0,22","w":182},"\u011c":{"d":"192,-272r-16,0r-33,-46r-32,46r-16,0r35,-61r27,0xm45,-126v0,82,76,127,153,98r0,-86r-58,0r0,-20r81,0r0,122v-95,40,-202,-13,-202,-113v0,-97,99,-152,194,-114r-4,22v-74,-38,-164,4,-164,91","w":247},"\u011e":{"d":"194,-326v-2,31,-18,46,-48,46v-30,0,-46,-15,-48,-46r14,0v1,17,13,26,34,26v21,0,33,-9,34,-26r14,0xm45,-126v0,82,76,127,153,98r0,-86r-58,0r0,-20r81,0r0,122v-95,40,-202,-13,-202,-113v0,-97,99,-152,194,-114r-4,22v-74,-38,-164,4,-164,91","w":247},"\u0120":{"d":"161,-288r-27,0r0,-31r27,0r0,31xm45,-126v0,82,76,127,153,98r0,-86r-58,0r0,-20r81,0r0,122v-95,40,-202,-13,-202,-113v0,-97,99,-152,194,-114r-4,22v-74,-38,-164,4,-164,91","w":247},"\u0122":{"d":"45,-126v0,82,76,127,153,98r0,-86r-58,0r0,-20r81,0r0,122v-95,40,-202,-13,-202,-113v0,-97,99,-152,194,-114r-4,22v-74,-38,-164,4,-164,91xm163,8r-27,78r-23,0r22,-78r28,0","w":247},"\u0124":{"d":"169,-272r-16,0r-32,-46r-33,46r-16,0r35,-61r27,0xm207,0r-23,0r0,-120r-127,0r0,120r-24,0r0,-250r24,0r0,110r127,0r0,-110r23,0r0,250","w":240},"\u0126":{"d":"225,-192r-18,0r0,192r-23,0r0,-120r-127,0r0,120r-24,0r0,-192r-18,0r0,-21r18,0r0,-37r24,0r0,37r127,0r0,-37r23,0r0,37r18,0r0,21xm184,-140r0,-52r-127,0r0,52r127,0","w":240},"\u00cc":{"d":"54,-273r-18,0r-45,-61r26,0xm57,0r-24,0r0,-250r24,0r0,250","w":90},"\u00cd":{"d":"99,-334r-45,61r-19,0r37,-61r27,0xm57,0r-24,0r0,-250r24,0r0,250","w":90},"\u012c":{"d":"94,-327v-2,31,-19,47,-49,47v-30,0,-46,-16,-48,-47r14,0v1,17,13,26,34,26v21,0,33,-9,34,-26r15,0xm57,0r-24,0r0,-250r24,0r0,250","w":90},"\u00ce":{"d":"94,-274r-17,0r-32,-46r-32,46r-17,0r36,-61r26,0xm57,0r-24,0r0,-250r24,0r0,250","w":90},"\u0128":{"d":"97,-325v-9,39,-40,34,-71,23v-7,0,-13,5,-17,13r-14,0v6,-39,41,-35,71,-23v8,0,12,-5,16,-13r15,0xm57,0r-24,0r0,-250r24,0r0,250","w":90},"\u00cf":{"d":"86,-287r-25,0r0,-29r25,0r0,29xm29,-287r-25,0r0,-29r25,0r0,29xm57,0r-24,0r0,-250r24,0r0,250","w":90},"\u012a":{"d":"98,-299r-104,0r0,-20r104,0r0,20xm57,0r-24,0r0,-250r24,0r0,250","w":90},"\u0130":{"d":"58,-289r-26,0r0,-31r26,0r0,31xm57,0r-24,0r0,-250r24,0r0,250","w":90},"\u012e":{"d":"57,0v-13,7,-24,21,-25,39v0,19,23,19,37,11r0,20v-28,12,-60,3,-60,-26v0,-16,8,-31,26,-44r-2,0r0,-250r24,0r0,250","w":90},"\u0134":{"d":"121,-272r-16,0r-32,-46r-33,46r-16,0r35,-61r27,0xm1,-24v42,14,60,-12,60,-61r0,-165r23,0r0,169v2,61,-25,92,-83,79r0,-22","w":117},"\u0136":{"d":"209,0r-31,0r-121,-124r0,124r-24,0r0,-250r24,0r0,111r113,-111r30,0r-120,118xm130,8r-27,78r-23,0r22,-78r28,0"},"\u0139":{"d":"101,-333r-45,61r-19,0r37,-61r27,0xm156,0r-123,0r0,-250r24,0r0,228r99,0r0,22","w":155},"\u013d":{"d":"124,-263r-45,61r-19,0r37,-61r27,0xm156,0r-123,0r0,-250r24,0r0,228r99,0r0,22","w":155},"\u013b":{"d":"156,0r-123,0r0,-250r24,0r0,228r99,0r0,22xm115,8r-27,78r-22,0r21,-78r28,0","w":155},"\u0141":{"d":"161,0r-123,0r0,-115r-17,12r0,-23r17,-12r0,-112r23,0r0,98r41,-28r0,22r-41,28r0,108r100,0r0,22","w":160,"k":{"y":7,"Y":37,"W":12,"V":23,"U":7,"T":30,"O":13,"-":7}},"\u013f":{"d":"156,0r-123,0r0,-250r24,0r0,228r99,0r0,22xm87,-141v9,0,16,6,16,16v1,10,-6,17,-16,16v-21,0,-20,-32,0,-32","w":155},"\u0143":{"d":"181,-334r-45,61r-18,0r37,-61r26,0xm212,0r-28,0r-124,-211v-3,-5,-5,-12,-7,-19v5,74,1,153,2,230r-22,0r0,-250r30,0r130,227v-7,-70,-1,-152,-3,-227r22,0r0,250","w":245},"\u0147":{"d":"175,-334r-35,61r-27,0r-35,-61r16,0r32,46r33,-46r16,0xm212,0r-28,0r-124,-211v-3,-5,-5,-12,-7,-19v5,74,1,153,2,230r-22,0r0,-250r30,0r130,227v-7,-70,-1,-152,-3,-227r22,0r0,250","w":245},"\u00d1":{"d":"174,-320v-9,39,-41,34,-72,23v-7,0,-12,5,-16,13r-14,0v6,-38,41,-35,70,-23v8,0,13,-5,17,-13r15,0xm212,0r-28,0r-124,-211v-3,-5,-5,-12,-7,-19v5,74,1,153,2,230r-22,0r0,-250r30,0r130,227v-7,-70,-1,-152,-3,-227r22,0r0,250","w":245},"\u0145":{"d":"212,0r-28,0r-124,-211v-3,-5,-5,-12,-7,-19v5,74,1,153,2,230r-22,0r0,-250r30,0r130,227v-7,-70,-1,-152,-3,-227r22,0r0,250xm140,8r-27,78r-23,0r22,-78r28,0","w":245},"\u00d2":{"d":"157,-273r-18,0r-45,-61r27,0xm129,-254v69,0,110,55,110,129v0,75,-40,129,-110,129v-70,0,-110,-55,-110,-129v0,-74,41,-129,110,-129xm129,-17v55,0,85,-48,85,-108v0,-60,-30,-109,-85,-109v-55,0,-84,50,-84,109v0,59,29,108,84,108","w":258},"\u00d3":{"d":"172,-334r-45,61r-18,0r36,-61r27,0xm129,-254v69,0,110,55,110,129v0,75,-40,129,-110,129v-70,0,-110,-55,-110,-129v0,-74,41,-129,110,-129xm129,-17v55,0,85,-48,85,-108v0,-60,-30,-109,-85,-109v-55,0,-84,50,-84,109v0,59,29,108,84,108","w":258,"k":{"Y":7,"X":7,"V":7,".":15,"-":-7,",":15}},"\u00d4":{"d":"178,-274r-16,0r-33,-46r-32,46r-16,0r35,-61r27,0xm129,-254v69,0,110,55,110,129v0,75,-40,129,-110,129v-70,0,-110,-55,-110,-129v0,-74,41,-129,110,-129xm129,-17v55,0,85,-48,85,-108v0,-60,-30,-109,-85,-109v-55,0,-84,50,-84,109v0,59,29,108,84,108","w":258},"\u00d5":{"d":"180,-320v-8,39,-40,34,-71,23v-7,0,-12,5,-16,13r-15,0v6,-39,41,-35,71,-23v8,0,13,-5,17,-13r14,0xm129,-254v69,0,110,55,110,129v0,75,-40,129,-110,129v-70,0,-110,-55,-110,-129v0,-74,41,-129,110,-129xm129,-17v55,0,85,-48,85,-108v0,-60,-30,-109,-85,-109v-55,0,-84,50,-84,109v0,59,29,108,84,108","w":258},"\u00d6":{"d":"170,-287r-25,0r0,-29r25,0r0,29xm113,-287r-24,0r0,-29r24,0r0,29xm129,-254v69,0,110,55,110,129v0,75,-40,129,-110,129v-70,0,-110,-55,-110,-129v0,-74,41,-129,110,-129xm129,-17v55,0,85,-48,85,-108v0,-60,-30,-109,-85,-109v-55,0,-84,50,-84,109v0,59,29,108,84,108","w":258},"\u014c":{"d":"181,-300r-105,0r0,-20r105,0r0,20xm129,-254v69,0,110,55,110,129v0,75,-40,129,-110,129v-70,0,-110,-55,-110,-129v0,-74,41,-129,110,-129xm129,-17v55,0,85,-48,85,-108v0,-60,-30,-109,-85,-109v-55,0,-84,50,-84,109v0,59,29,108,84,108","w":258},"\u014e":{"d":"177,-327v-2,31,-18,46,-48,46v-30,0,-46,-15,-48,-46r14,0v1,17,13,26,34,26v21,0,33,-9,34,-26r14,0xm129,-254v69,0,110,55,110,129v0,75,-40,129,-110,129v-70,0,-110,-55,-110,-129v0,-74,41,-129,110,-129xm129,-17v55,0,85,-48,85,-108v0,-60,-30,-109,-85,-109v-55,0,-84,50,-84,109v0,59,29,108,84,108","w":258},"\u0150":{"d":"189,-334r-40,61r-13,0r30,-61r23,0xm145,-334r-37,61r-13,0r26,-61r24,0xm129,-254v69,0,110,55,110,129v0,75,-40,129,-110,129v-70,0,-110,-55,-110,-129v0,-74,41,-129,110,-129xm129,-17v55,0,85,-48,85,-108v0,-60,-30,-109,-85,-109v-55,0,-84,50,-84,109v0,59,29,108,84,108","w":258},"\u00d8":{"d":"43,-40v-53,-76,-16,-214,86,-214v30,0,55,10,75,30r30,-35r14,11r-32,37v50,78,18,215,-87,215v-31,0,-56,-10,-74,-30r-31,36r-14,-12xm189,-207v-54,-62,-145,-8,-145,79v0,26,6,48,16,69xm129,-17v80,0,105,-110,70,-174r-128,147v13,18,32,27,58,27","w":258,"k":{"Y":7,"X":7,"V":7,".":15,"-":-7,",":15}},"\u0152":{"d":"19,-125v0,-90,54,-125,152,-125r122,0r0,20r-99,0r0,90r93,0r0,21r-93,0r0,97r101,0r0,22r-170,1v-70,0,-106,-51,-106,-126xm45,-125v0,79,43,118,126,104r0,-209v-82,-9,-126,19,-126,105","w":320},"\u0154":{"d":"126,-333r-45,61r-18,0r36,-61r27,0xm171,-186v-2,35,-25,54,-57,61v41,16,51,86,74,125r-26,0v-18,-35,-26,-85,-54,-109v-10,-9,-32,-6,-51,-6r0,115r-24,0r0,-250v69,-4,142,2,138,64xm57,-136v48,4,88,-6,88,-50v0,-39,-42,-46,-88,-43r0,93","w":194},"\u0158":{"d":"136,-333r-35,61r-26,0r-36,-61r16,0r33,46r32,-46r16,0xm171,-186v-2,35,-25,54,-57,61v41,16,51,86,74,125r-26,0v-18,-35,-26,-85,-54,-109v-10,-9,-32,-6,-51,-6r0,115r-24,0r0,-250v69,-4,142,2,138,64xm57,-136v48,4,88,-6,88,-50v0,-39,-42,-46,-88,-43r0,93","w":194},"\u0156":{"d":"171,-186v-2,35,-25,54,-57,61v41,16,51,86,74,125r-26,0v-18,-35,-26,-85,-54,-109v-10,-9,-32,-6,-51,-6r0,115r-24,0r0,-250v69,-4,142,2,138,64xm124,8r-27,78r-23,0r22,-78r28,0xm57,-136v48,4,88,-6,88,-50v0,-39,-42,-46,-88,-43r0,93","w":194},"\u015a":{"d":"141,-334r-45,61r-18,0r36,-61r27,0xm46,-192v0,57,114,56,114,124v0,65,-81,86,-137,58r3,-26v41,28,109,23,109,-30v0,-60,-112,-56,-112,-125v0,-58,73,-73,126,-52r-3,23v-34,-19,-100,-15,-100,28","w":179,"k":{"S":-7}},"\u015c":{"d":"146,-273r-16,0r-33,-46r-32,46r-16,0r35,-61r27,0xm46,-192v0,57,114,56,114,124v0,65,-81,86,-137,58r3,-26v41,28,109,23,109,-30v0,-60,-112,-56,-112,-125v0,-58,73,-73,126,-52r-3,23v-34,-19,-100,-15,-100,28","w":179},"\u0160":{"d":"138,-335r-35,61r-27,0r-35,-61r16,0r33,46r32,-46r16,0xm46,-192v0,57,114,56,114,124v0,65,-81,86,-137,58r3,-26v41,28,109,23,109,-30v0,-60,-112,-56,-112,-125v0,-58,73,-73,126,-52r-3,23v-34,-19,-100,-15,-100,28","w":179},"\u015e":{"d":"46,-192v0,57,116,56,114,124v-1,41,-33,69,-75,70r0,17v26,-1,42,9,42,30v0,38,-51,36,-85,24r0,-13v28,5,61,15,65,-10v2,-15,-15,-19,-34,-18r0,-30v-18,-1,-34,-5,-50,-12r3,-26v41,28,109,23,109,-30v0,-60,-112,-56,-112,-125v0,-58,73,-73,126,-52r-3,23v-34,-19,-100,-15,-100,28","w":179},"\u0218":{"d":"46,-192v0,57,114,56,114,124v0,65,-81,86,-137,58r3,-26v41,28,109,23,109,-30v0,-60,-112,-56,-112,-125v0,-58,73,-73,126,-52r-3,23v-34,-19,-100,-15,-100,28xm99,8r-27,78r-23,0r22,-78r28,0","w":179},"\u0164":{"d":"137,-333r-35,61r-27,0r-35,-61r16,0r32,46r33,-46r16,0xm172,-228r-73,0r0,228r-23,0r0,-228r-73,0r0,-22r169,0r0,22","w":174},"\u0162":{"d":"172,-228r-73,0r0,228r-23,0r0,-228r-73,0r0,-22r169,0r0,22xm102,8r-27,78r-22,0r22,-78r27,0","w":174},"\u021a":{"d":"172,-228r-73,0r0,228r-23,0r0,-228r-73,0r0,-22r169,0r0,22xm102,8r-27,78r-22,0r22,-78r27,0","w":174},"\uf6c1":{"d":"172,-228r-73,0r0,228r-6,0r0,19v26,-1,42,9,42,30v0,38,-51,36,-85,24r0,-13v28,5,61,15,65,-10v2,-15,-15,-19,-34,-18r0,-32r-5,0r0,-228r-73,0r0,-22r169,0r0,22","w":174},"\u0166":{"d":"172,-228r-73,0r0,104r42,0r0,20r-42,0r0,104r-23,0r0,-104r-40,0r0,-20r40,0r0,-104r-73,0r0,-22r169,0r0,22","w":174},"\u00de":{"d":"170,-141v-2,57,-49,77,-113,72r0,69r-24,0r0,-250r24,0r0,38v67,-5,115,14,113,71xm57,-90v48,3,88,-7,88,-51v0,-43,-39,-55,-88,-50r0,101","w":178},"\u00d9":{"d":"139,-273r-19,0r-45,-61r27,0xm208,-105v0,73,-30,109,-90,109v-58,0,-87,-34,-87,-104r0,-150r23,0v5,89,-27,233,66,233v92,0,64,-143,68,-233r20,0r0,145","w":244},"\u00da":{"d":"168,-334r-45,61r-18,0r36,-61r27,0xm208,-105v0,73,-30,109,-90,109v-58,0,-87,-34,-87,-104r0,-150r23,0v5,89,-27,233,66,233v92,0,64,-143,68,-233r20,0r0,145","w":244},"\u00db":{"d":"168,-274r-16,0r-32,-46r-33,46r-16,0r35,-61r27,0xm208,-105v0,73,-30,109,-90,109v-58,0,-87,-34,-87,-104r0,-150r23,0v5,89,-27,233,66,233v92,0,64,-143,68,-233r20,0r0,145","w":244},"\u0168":{"d":"172,-327v-9,39,-39,33,-72,24v-7,0,-12,4,-16,12r-14,0v6,-38,40,-34,70,-23v8,0,13,-5,17,-13r15,0xm208,-105v0,73,-30,109,-90,109v-58,0,-87,-34,-87,-104r0,-150r23,0v5,89,-27,233,66,233v92,0,64,-143,68,-233r20,0r0,145","w":244},"\u00dc":{"d":"160,-287r-25,0r0,-29r25,0r0,29xm104,-287r-25,0r0,-29r25,0r0,29xm208,-105v0,73,-30,109,-90,109v-58,0,-87,-34,-87,-104r0,-150r23,0v5,89,-27,233,66,233v92,0,64,-143,68,-233r20,0r0,145","w":244},"\u016a":{"d":"172,-299r-104,0r0,-20r104,0r0,20xm208,-105v0,73,-30,109,-90,109v-58,0,-87,-34,-87,-104r0,-150r23,0v5,89,-27,233,66,233v92,0,64,-143,68,-233r20,0r0,145","w":244},"\u016c":{"d":"170,-327v-2,31,-19,47,-49,47v-30,0,-46,-16,-48,-47r14,0v1,17,12,26,34,26v21,0,33,-9,34,-26r15,0xm208,-105v0,73,-30,109,-90,109v-58,0,-87,-34,-87,-104r0,-150r23,0v5,89,-27,233,66,233v92,0,64,-143,68,-233r20,0r0,145","w":244},"\u016e":{"d":"123,-334v23,0,43,19,42,42v0,24,-19,43,-42,43v-23,0,-42,-19,-42,-43v-1,-23,19,-42,42,-42xm208,-105v0,73,-30,109,-90,109v-58,0,-87,-34,-87,-104r0,-150r23,0v5,89,-27,233,66,233v92,0,64,-143,68,-233r20,0r0,145xm123,-265v14,0,26,-13,26,-27v0,-13,-13,-26,-26,-26v-14,0,-27,11,-27,26v0,14,13,27,27,27","w":244},"\u0170":{"d":"176,-334r-40,61r-13,0r30,-61r23,0xm132,-334r-37,61r-13,0r26,-61r24,0xm208,-105v0,73,-30,109,-90,109v-58,0,-87,-34,-87,-104r0,-150r23,0v5,89,-27,233,66,233v92,0,64,-143,68,-233r20,0r0,145","w":244},"\u0172":{"d":"208,-250v-4,85,17,201,-34,238v-18,14,-26,31,-26,51v0,19,23,19,37,11r0,20v-28,12,-61,4,-61,-26v0,-16,9,-31,26,-44v-72,16,-119,-17,-119,-100r0,-150r23,0v5,89,-27,233,66,233v92,0,64,-143,68,-233r20,0","w":244},"\u0174":{"d":"219,-274r-16,0r-32,-46r-33,46r-16,0r35,-61r27,0xm333,-250r-72,250r-29,0r-60,-213v-1,-5,-2,-12,-3,-20v-16,83,-45,154,-65,233r-29,0r-71,-250r26,0r61,232v16,-82,43,-154,63,-232r31,0r63,232v17,-83,43,-153,63,-232r22,0","w":335},"\u00dd":{"d":"141,-335r-47,61r-16,0r37,-61r26,0xm204,-250r-93,143r0,107r-23,0r0,-106r-92,-144r28,0r76,123r78,-123r26,0"},"\u0176":{"d":"148,-274r-16,0r-33,-46r-32,46r-16,0r35,-61r27,0xm204,-250r-93,143r0,107r-23,0r0,-106r-92,-144r28,0r76,123r78,-123r26,0"},"\u0178":{"d":"141,-287r-25,0r0,-29r25,0r0,29xm84,-287r-25,0r0,-29r25,0r0,29xm204,-250r-93,143r0,107r-23,0r0,-106r-92,-144r28,0r76,123r78,-123r26,0"},"\u0179":{"d":"136,-334r-45,61r-18,0r36,-61r27,0xm168,0r-158,0r0,-24r131,-205r-127,0r0,-21r151,0r0,23r-130,205r133,0r0,22","w":183},"\u017d":{"d":"140,-335r-35,61r-27,0r-35,-61r16,0r33,46r32,-46r16,0xm168,0r-158,0r0,-24r131,-205r-127,0r0,-21r151,0r0,23r-130,205r133,0r0,22","w":183},"\u017b":{"d":"104,-305r-26,0r0,-29r26,0r0,29xm168,0r-158,0r0,-24r131,-205r-127,0r0,-21r151,0r0,23r-130,205r133,0r0,22","w":183,"k":{"-":20}},"\u00e0":{"d":"122,-202r-18,0r-45,-61r26,0xm129,-109v11,-55,-55,-67,-93,-39r0,-22v52,-26,116,-15,116,56r0,114r-21,0r0,-31v-22,50,-118,44,-116,-18v2,-50,55,-63,114,-60xm75,-16v39,-1,58,-31,54,-75v-47,-3,-90,6,-90,41v0,21,16,34,36,34","w":179},"\u00e1":{"d":"142,-263r-45,61r-19,0r37,-61r27,0xm129,-109v11,-55,-55,-67,-93,-39r0,-22v52,-26,116,-15,116,56r0,114r-21,0r0,-31v-22,50,-118,44,-116,-18v2,-50,55,-63,114,-60xm75,-16v39,-1,58,-31,54,-75v-47,-3,-90,6,-90,41v0,21,16,34,36,34","w":179},"\u00e2":{"d":"139,-203r-17,0r-32,-46r-32,46r-17,0r36,-61r26,0xm129,-109v11,-55,-55,-67,-93,-39r0,-22v52,-26,116,-15,116,56r0,114r-21,0r0,-31v-22,50,-118,44,-116,-18v2,-50,55,-63,114,-60xm75,-16v39,-1,58,-31,54,-75v-47,-3,-90,6,-90,41v0,21,16,34,36,34","w":179},"\u00e3":{"d":"141,-249v-9,39,-41,34,-72,23v-7,0,-12,5,-16,13r-14,0v6,-38,39,-34,70,-24v8,0,13,-4,17,-12r15,0xm129,-109v11,-55,-55,-67,-93,-39r0,-22v52,-26,116,-15,116,56r0,114r-21,0r0,-31v-22,50,-118,44,-116,-18v2,-50,55,-63,114,-60xm75,-16v39,-1,58,-31,54,-75v-47,-3,-90,6,-90,41v0,21,16,34,36,34","w":179},"\u00e4":{"d":"131,-216r-25,0r0,-29r25,0r0,29xm74,-216r-25,0r0,-29r25,0r0,29xm129,-109v11,-55,-55,-67,-93,-39r0,-22v52,-26,116,-15,116,56r0,114r-21,0r0,-31v-22,50,-118,44,-116,-18v2,-50,55,-63,114,-60xm75,-16v39,-1,58,-31,54,-75v-47,-3,-90,6,-90,41v0,21,16,34,36,34","w":179},"\u0101":{"d":"147,-228r-105,0r0,-21r105,0r0,21xm129,-109v11,-55,-55,-67,-93,-39r0,-22v52,-26,116,-15,116,56r0,114r-21,0r0,-31v-22,50,-118,44,-116,-18v2,-50,55,-63,114,-60xm75,-16v39,-1,58,-31,54,-75v-47,-3,-90,6,-90,41v0,21,16,34,36,34","w":179},"\u0103":{"d":"141,-256v-2,31,-18,46,-48,46v-30,0,-46,-16,-48,-47r14,0v1,17,13,26,34,26v21,0,33,-9,34,-26xm129,-109v11,-55,-55,-67,-93,-39r0,-22v52,-26,116,-15,116,56r0,114r-21,0r0,-31v-22,50,-118,44,-116,-18v2,-50,55,-63,114,-60xm75,-16v39,-1,58,-31,54,-75v-47,-3,-90,6,-90,41v0,21,16,34,36,34","w":179},"\u00e5":{"d":"90,-280v23,0,42,19,42,43v1,23,-19,42,-42,42v-23,0,-43,-19,-42,-42v0,-24,19,-43,42,-43xm129,-109v11,-55,-55,-67,-93,-39r0,-22v52,-26,116,-15,116,56r0,114r-21,0r0,-31v-22,50,-118,44,-116,-18v2,-50,55,-63,114,-60xm90,-211v14,0,26,-12,26,-26v0,-15,-12,-27,-26,-27v-14,0,-26,12,-26,27v0,14,12,26,26,26xm75,-16v39,-1,58,-31,54,-75v-47,-3,-90,6,-90,41v0,21,16,34,36,34","w":179},"\u0105":{"d":"129,-109v11,-55,-55,-67,-93,-39r0,-22v52,-26,116,-15,116,56r0,114v-15,10,-23,23,-23,39v-1,20,22,19,36,11r0,20v-28,12,-60,3,-60,-26v0,-16,8,-31,26,-44r0,-31v-22,50,-118,44,-116,-18v2,-50,55,-63,114,-60xm75,-16v39,-1,58,-31,54,-75v-47,-3,-90,6,-90,41v0,21,16,34,36,34","w":179},"\u00e6":{"d":"145,-152v42,-62,146,-27,132,61v-41,2,-90,-4,-127,2v-5,67,61,92,113,61r0,22v-47,19,-104,12,-124,-31v-25,54,-124,55,-124,-12v0,-50,55,-63,114,-60v11,-56,-55,-67,-93,-39r0,-22v38,-20,95,-20,109,18xm255,-109v0,-55,-53,-73,-87,-42v-10,10,-15,25,-17,42r104,0xm75,-16v39,-1,58,-31,54,-75v-47,-3,-90,6,-90,41v0,21,16,34,36,34","w":284},"\u0107":{"d":"147,-263r-45,61r-19,0r37,-61r27,0xm41,-90v0,59,54,87,107,62r2,22v-67,27,-133,-13,-133,-84v0,-68,65,-109,132,-84r-1,23v-48,-27,-107,4,-107,61","w":159},"\u0109":{"d":"150,-203r-16,0r-32,-46r-33,46r-16,0r35,-61r27,0xm41,-90v0,59,54,87,107,62r2,22v-67,27,-133,-13,-133,-84v0,-68,65,-109,132,-84r-1,23v-48,-27,-107,4,-107,61","w":159},"\u010d":{"d":"150,-264r-36,61r-26,0r-35,-61r16,0r32,46r33,-46r16,0xm41,-90v0,59,54,87,107,62r2,22v-67,27,-133,-13,-133,-84v0,-68,65,-109,132,-84r-1,23v-48,-27,-107,4,-107,61","w":159},"\u010b":{"d":"116,-216r-27,0r0,-30r27,0r0,30xm41,-90v0,59,54,87,107,62r2,22v-67,27,-133,-13,-133,-84v0,-68,65,-109,132,-84r-1,23v-48,-27,-107,4,-107,61","w":159},"\u00e7":{"d":"41,-90v0,59,54,87,107,62r2,22v-67,27,-133,-13,-133,-84v0,-68,65,-109,132,-84r-1,23v-48,-27,-107,4,-107,61xm138,49v0,38,-51,36,-85,24r0,-13v28,5,61,15,65,-10v2,-15,-15,-19,-34,-18r0,-32r12,0r0,19v26,-1,42,9,42,30","w":159},"\u010f":{"d":"239,-263r-45,61r-18,0r36,-61r27,0xm17,-92v0,-82,94,-126,131,-57r0,-119r23,0r0,268r-21,0r0,-37v-13,26,-34,40,-62,40v-45,-1,-71,-45,-71,-95xm93,-17v36,0,55,-33,55,-73v0,-43,-18,-75,-55,-75v-35,0,-52,34,-52,74v0,41,16,74,52,74","w":211},"\u0111":{"d":"17,-92v0,-82,94,-126,131,-57r0,-72r-44,0r0,-21r44,0r0,-26r23,0r0,26r37,0r0,21r-37,0r0,221r-21,0r0,-37v-13,26,-34,40,-62,40v-45,-1,-71,-45,-71,-95xm93,-17v36,0,55,-33,55,-73v0,-43,-18,-75,-55,-75v-35,0,-52,34,-52,74v0,41,16,74,52,74","w":203},"\u00f0":{"d":"17,-90v0,-65,51,-110,114,-87v-7,-13,-16,-27,-28,-42r-41,22r-8,-13r39,-21v-9,-12,-21,-24,-36,-38r29,0v9,10,17,19,25,29r42,-22r8,13r-40,21v42,53,63,99,63,141v1,52,-33,91,-84,91v-52,0,-83,-40,-83,-94xm100,-16v38,-1,60,-32,60,-74v0,-42,-22,-73,-60,-74v-38,-1,-59,35,-59,74v0,39,21,75,59,74"},"\u00e8":{"d":"117,-202r-19,0r-45,-61r27,0xm96,-184v49,0,74,42,70,98r-127,0v-3,68,62,87,113,58r0,22v-68,30,-135,-8,-135,-85v0,-52,30,-93,79,-93xm144,-102v1,-61,-52,-80,-87,-46v-10,11,-15,27,-17,46r104,0","w":174,"k":{"-":20}},"\u00e9":{"d":"139,-263r-45,61r-18,0r37,-61r26,0xm96,-184v49,0,74,42,70,98r-127,0v-3,68,62,87,113,58r0,22v-68,30,-135,-8,-135,-85v0,-52,30,-93,79,-93xm144,-102v1,-61,-52,-80,-87,-46v-10,11,-15,27,-17,46r104,0","w":174},"\u00ea":{"d":"142,-203r-16,0r-32,-46r-33,46r-16,0r35,-61r27,0xm96,-184v49,0,74,42,70,98r-127,0v-3,68,62,87,113,58r0,22v-68,30,-135,-8,-135,-85v0,-52,30,-93,79,-93xm144,-102v1,-61,-52,-80,-87,-46v-10,11,-15,27,-17,46r104,0","w":174},"\u011b":{"d":"145,-264r-36,61r-26,0r-35,-61r16,0r32,46r33,-46r16,0xm96,-184v49,0,74,42,70,98r-127,0v-3,68,62,87,113,58r0,22v-68,30,-135,-8,-135,-85v0,-52,30,-93,79,-93xm144,-102v1,-61,-52,-80,-87,-46v-10,11,-15,27,-17,46r104,0","w":174},"\u00eb":{"d":"134,-216r-25,0r0,-29r25,0r0,29xm78,-216r-25,0r0,-29r25,0r0,29xm96,-184v49,0,74,42,70,98r-127,0v-3,68,62,87,113,58r0,22v-68,30,-135,-8,-135,-85v0,-52,30,-93,79,-93xm144,-102v1,-61,-52,-80,-87,-46v-10,11,-15,27,-17,46r104,0","w":174},"\u0113":{"d":"150,-228r-104,0r0,-21r104,0r0,21xm96,-184v49,0,74,42,70,98r-127,0v-3,68,62,87,113,58r0,22v-68,30,-135,-8,-135,-85v0,-52,30,-93,79,-93xm144,-102v1,-61,-52,-80,-87,-46v-10,11,-15,27,-17,46r104,0","w":174},"\u0115":{"d":"145,-256v-2,31,-18,46,-48,46v-30,0,-46,-16,-48,-47r14,0v1,17,13,26,34,26v21,0,33,-9,34,-26xm96,-184v49,0,74,42,70,98r-127,0v-3,68,62,87,113,58r0,22v-68,30,-135,-8,-135,-85v0,-52,30,-93,79,-93xm144,-102v1,-61,-52,-80,-87,-46v-10,11,-15,27,-17,46r104,0","w":174},"\u0117":{"d":"111,-216r-27,0r0,-30r27,0r0,30xm96,-184v49,0,74,42,70,98r-127,0v-3,68,62,87,113,58r0,22v-68,30,-135,-8,-135,-85v0,-52,30,-93,79,-93xm144,-102v1,-61,-52,-80,-87,-46v-10,11,-15,27,-17,46r104,0","w":174},"\u0119":{"d":"96,-184v49,0,74,42,70,98r-127,0v-3,68,62,87,113,58r0,22v-17,4,-36,23,-36,45v0,20,22,19,36,11r0,20v-28,12,-62,3,-60,-26v0,-14,7,-28,21,-40v-63,4,-95,-35,-96,-95v-1,-52,30,-93,79,-93xm144,-102v1,-61,-52,-80,-87,-46v-10,11,-15,27,-17,46r104,0","w":174},"\u011d":{"d":"143,-203r-16,0r-33,-46r-32,46r-16,0r35,-61r27,0xm19,-91v0,-52,25,-92,74,-92v28,0,47,12,59,37r0,-33r20,0r0,160v6,91,-66,115,-138,88r2,-24v61,35,130,2,116,-83v-36,74,-133,32,-133,-53xm95,-19v36,0,55,-33,55,-72v1,-42,-19,-74,-56,-74v-35,0,-52,33,-51,73v0,40,15,72,52,73","w":202},"\u011f":{"d":"143,-256v-2,31,-18,46,-48,46v-30,0,-47,-16,-49,-47r14,0v1,17,14,26,35,26v21,0,33,-9,34,-26xm19,-91v0,-52,25,-92,74,-92v28,0,47,12,59,37r0,-33r20,0r0,160v6,91,-66,115,-138,88r2,-24v61,35,130,2,116,-83v-36,74,-133,32,-133,-53xm95,-19v36,0,55,-33,55,-72v1,-42,-19,-74,-56,-74v-35,0,-52,33,-51,73v0,40,15,72,52,73","w":202},"\u0121":{"d":"115,-216r-27,0r0,-30r27,0r0,30xm19,-91v0,-52,25,-92,74,-92v28,0,47,12,59,37r0,-33r20,0r0,160v6,91,-66,115,-138,88r2,-24v61,35,130,2,116,-83v-36,74,-133,32,-133,-53xm95,-19v36,0,55,-33,55,-72v1,-42,-19,-74,-56,-74v-35,0,-52,33,-51,73v0,40,15,72,52,73","w":202},"\u0123":{"d":"135,-269r-22,78r-28,0r27,-78r23,0xm19,-91v0,-52,25,-92,74,-92v28,0,47,12,59,37r0,-33r20,0r0,160v6,91,-66,115,-138,88r2,-24v61,35,130,2,116,-83v-36,74,-133,32,-133,-53xm95,-19v36,0,55,-33,55,-72v1,-42,-19,-74,-56,-74v-35,0,-52,33,-51,73v0,40,15,72,52,73","w":202},"\u0125":{"d":"91,-272r-16,0r-32,-46r-33,46r-16,0r36,-61r26,0xm107,-163v-68,1,-51,95,-53,163r-22,0r0,-268r22,0r0,120v13,-23,33,-35,60,-35v78,0,56,108,59,183r-23,0v-4,-61,19,-164,-43,-163"},"\u0127":{"d":"107,-163v-68,1,-51,95,-53,163r-22,0r0,-221r-40,0r0,-21r40,0r0,-26r22,0r0,26r43,0r0,21r-43,0r0,73v13,-23,33,-35,60,-35v78,0,56,108,59,183r-23,0v-4,-61,19,-164,-43,-163"},"\u0131":{"d":"52,0r-22,0r0,-179r22,0r0,179","w":81},"\u00ec":{"d":"49,-202r-18,0r-45,-61r26,0xm52,0r-22,0r0,-179r22,0r0,179","w":81},"\u00ed":{"d":"95,-263r-45,61r-18,0r36,-61r27,0xm52,0r-22,0r0,-179r22,0r0,179","w":81},"\u012d":{"d":"88,-256v-2,31,-18,46,-48,46v-30,0,-47,-16,-49,-47r14,0v1,17,14,26,35,26v21,0,32,-9,33,-26xm52,0r-22,0r0,-179r22,0r0,179","w":81},"\u00ee":{"d":"90,-203r-17,0r-32,-46r-32,46r-17,0r36,-61r26,0xm52,0r-22,0r0,-179r22,0r0,179","w":81},"\u0129":{"d":"91,-249v-9,39,-40,34,-71,23v-7,0,-12,5,-16,13r-14,0v7,-38,39,-33,70,-24v8,0,13,-4,17,-12r14,0xm52,0r-22,0r0,-179r22,0r0,179","w":81},"\u00ef":{"d":"82,-216r-25,0r0,-29r25,0r0,29xm25,-216r-25,0r0,-29r25,0r0,29xm52,0r-22,0r0,-179r22,0r0,179","w":81},"\u012b":{"d":"94,-228r-104,0r0,-21r104,0r0,21xm52,0r-22,0r0,-179r22,0r0,179","w":81},"\u012f":{"d":"54,-234r-26,0r0,-29r26,0r0,29xm52,0v-13,7,-23,22,-24,39v0,19,23,19,37,11r0,20v-28,12,-61,4,-61,-26v0,-16,13,-33,26,-44r0,-179r22,0r0,179","w":81},"\u0135":{"d":"90,-203r-17,0r-32,-46r-32,46r-17,0r36,-61r26,0xm-8,57v31,8,38,-12,38,-46r0,-190r22,0r0,191v2,48,-16,74,-62,64","w":81},"\u0137":{"d":"173,0r-30,0r-89,-94r0,94r-22,0r0,-268r22,0r0,159r80,-70r28,0r-87,76xm113,8r-27,78r-23,0r22,-78r28,0","w":167},"\u013a":{"d":"95,-333r-45,61r-19,0r37,-61r27,0xm52,0r-22,0r0,-268r22,0r0,268","w":81},"\u013e":{"d":"120,-263r-45,61r-18,0r37,-61r26,0xm52,0r-22,0r0,-268r22,0r0,268","w":92},"\u013c":{"d":"52,0r-22,0r0,-268r22,0r0,268xm57,8r-27,78r-22,0r22,-78r27,0","w":81},"\u0142":{"d":"80,-183r-22,16r0,167r-22,0r0,-153r-23,16r0,-23r23,-16r0,-92r22,0r0,78r22,-16r0,23","w":93},"\u0140":{"d":"59,-125v0,-22,33,-19,33,0v0,9,-6,16,-16,16v-9,0,-17,-8,-17,-16xm52,0r-22,0r0,-268r22,0r0,268","w":96},"\u0144":{"d":"142,-263r-45,61r-18,0r37,-61r26,0xm107,-163v-68,1,-51,95,-53,163r-22,0r0,-179r21,0r0,34v26,-59,120,-51,120,36r0,109r-23,0v-4,-61,19,-164,-43,-163"},"\u0148":{"d":"154,-264r-35,61r-27,0r-35,-61r16,0r32,46r33,-46r16,0xm107,-163v-68,1,-51,95,-53,163r-22,0r0,-179r21,0r0,34v26,-59,120,-51,120,36r0,109r-23,0v-4,-61,19,-164,-43,-163"},"\u00f1":{"d":"155,-249v-9,39,-40,34,-71,23v-7,0,-13,5,-17,13r-14,0v6,-38,39,-34,70,-24v8,0,13,-4,17,-12r15,0xm107,-163v-68,1,-51,95,-53,163r-22,0r0,-179r21,0r0,34v26,-59,120,-51,120,36r0,109r-23,0v-4,-61,19,-164,-43,-163"},"\u0146":{"d":"107,-163v-68,1,-51,95,-53,163r-22,0r0,-179r21,0r0,34v26,-59,120,-51,120,36r0,109r-23,0v-4,-61,19,-164,-43,-163xm124,8r-27,78r-23,0r22,-78r28,0"},"\u00f2":{"d":"135,-202r-19,0r-45,-61r27,0xm100,-183v52,0,84,39,84,93v0,55,-31,94,-84,94v-52,0,-83,-40,-83,-94v0,-54,31,-93,83,-93xm100,-16v38,-1,60,-32,60,-74v0,-42,-22,-73,-60,-74v-38,-1,-59,35,-59,74v0,39,21,75,59,74"},"\u00f3":{"d":"146,-263r-45,61r-19,0r37,-61r27,0xm100,-183v52,0,84,39,84,93v0,55,-31,94,-84,94v-52,0,-83,-40,-83,-94v0,-54,31,-93,83,-93xm100,-16v38,-1,60,-32,60,-74v0,-42,-22,-73,-60,-74v-38,-1,-59,35,-59,74v0,39,21,75,59,74"},"\u00f4":{"d":"149,-203r-16,0r-33,-46r-32,46r-16,0r35,-61r27,0xm100,-183v52,0,84,39,84,93v0,55,-31,94,-84,94v-52,0,-83,-40,-83,-94v0,-54,31,-93,83,-93xm100,-16v38,-1,60,-32,60,-74v0,-42,-22,-73,-60,-74v-38,-1,-59,35,-59,74v0,39,21,75,59,74"},"\u00f5":{"d":"151,-249v-8,39,-40,34,-71,23v-7,0,-12,5,-16,13r-14,0v7,-38,39,-33,70,-24v8,0,13,-4,17,-12r14,0xm100,-183v52,0,84,39,84,93v0,55,-31,94,-84,94v-52,0,-83,-40,-83,-94v0,-54,31,-93,83,-93xm100,-16v38,-1,60,-32,60,-74v0,-42,-22,-73,-60,-74v-38,-1,-59,35,-59,74v0,39,21,75,59,74"},"\u00f6":{"d":"141,-216r-25,0r0,-29r25,0r0,29xm85,-216r-25,0r0,-29r25,0r0,29xm100,-183v52,0,84,39,84,93v0,55,-31,94,-84,94v-52,0,-83,-40,-83,-94v0,-54,31,-93,83,-93xm100,-16v38,-1,60,-32,60,-74v0,-42,-22,-73,-60,-74v-38,-1,-59,35,-59,74v0,39,21,75,59,74"},"\u014d":{"d":"154,-228r-104,0r0,-21r104,0r0,21xm100,-183v52,0,84,39,84,93v0,55,-31,94,-84,94v-52,0,-83,-40,-83,-94v0,-54,31,-93,83,-93xm100,-16v38,-1,60,-32,60,-74v0,-42,-22,-73,-60,-74v-38,-1,-59,35,-59,74v0,39,21,75,59,74"},"\u014f":{"d":"150,-256v-2,31,-18,46,-48,46v-30,0,-46,-16,-48,-47r14,0v1,17,13,26,34,26v21,0,33,-9,34,-26xm100,-183v52,0,84,39,84,93v0,55,-31,94,-84,94v-52,0,-83,-40,-83,-94v0,-54,31,-93,83,-93xm100,-16v38,-1,60,-32,60,-74v0,-42,-22,-73,-60,-74v-38,-1,-59,35,-59,74v0,39,21,75,59,74"},"\u0151":{"d":"164,-264r-40,61r-13,0r30,-61r23,0xm120,-264r-37,61r-13,0r26,-61r24,0xm100,-183v52,0,84,39,84,93v0,55,-31,94,-84,94v-52,0,-83,-40,-83,-94v0,-54,31,-93,83,-93xm100,-16v38,-1,60,-32,60,-74v0,-42,-22,-73,-60,-74v-38,-1,-59,35,-59,74v0,39,21,75,59,74"},"\u00f8":{"d":"35,-27v-40,-56,-12,-156,65,-156v21,0,39,6,54,18r25,-29r13,10r-26,32v40,55,12,156,-66,156v-22,0,-39,-6,-53,-18r-25,29r-13,-11xm140,-148v-41,-39,-99,-2,-99,58v0,16,3,31,10,44xm62,-32v38,39,98,1,98,-58v0,-17,-4,-32,-10,-44"},"\u0153":{"d":"171,-143v38,-74,155,-40,138,57r-127,0v-3,68,62,87,113,58r0,22v-46,19,-106,12,-123,-31v-40,75,-155,40,-155,-53v0,-54,31,-93,83,-93v33,0,57,13,71,40xm287,-102v0,-61,-53,-81,-87,-46v-10,11,-15,27,-17,46r104,0xm100,-16v38,-1,60,-32,60,-74v0,-42,-22,-74,-60,-74v-38,0,-59,33,-59,74v0,39,21,75,59,74","w":316},"\u0155":{"d":"99,-263r-45,61r-18,0r36,-61r27,0xm115,-158v-77,-13,-60,85,-61,158r-22,0r0,-179r21,0r0,38v11,-30,30,-45,62,-40r0,23","w":119},"\u0157":{"d":"115,-158v-77,-13,-60,85,-61,158r-22,0r0,-179r21,0r0,38v11,-30,30,-45,62,-40r0,23xm60,8r-27,78r-23,0r22,-78r28,0","w":119},"\u0159":{"d":"98,-264r-36,61r-26,0r-36,-61r17,0r32,46r32,-46r17,0xm115,-158v-77,-13,-60,85,-61,158r-22,0r0,-179r21,0r0,38v11,-30,30,-45,62,-40r0,23","w":119},"\u015b":{"d":"121,-263r-45,61r-19,0r37,-61r27,0xm41,-137v8,42,88,34,88,88v0,51,-70,61,-113,43r0,-22v31,16,89,18,89,-20v0,-45,-88,-38,-88,-89v0,-45,63,-51,103,-38r0,21v-26,-13,-77,-15,-79,17","w":140},"\u015d":{"d":"121,-203r-17,0r-32,-46r-32,46r-17,0r36,-61r26,0xm41,-137v8,42,88,34,88,88v0,51,-70,61,-113,43r0,-22v31,16,89,18,89,-20v0,-45,-88,-38,-88,-89v0,-45,63,-51,103,-38r0,21v-26,-13,-77,-15,-79,17","w":140},"\u0161":{"d":"119,-264r-35,61r-27,0r-35,-61r16,0r32,46r33,-46r16,0xm41,-137v8,42,88,34,88,88v0,51,-70,61,-113,43r0,-22v31,16,89,18,89,-20v0,-45,-88,-38,-88,-89v0,-45,63,-51,103,-38r0,21v-26,-13,-77,-15,-79,17","w":140},"\u015f":{"d":"41,-137v8,42,91,34,88,88v-2,32,-26,49,-59,51r0,17v26,-1,42,9,42,30v0,38,-51,36,-85,24r0,-13v28,5,61,15,65,-10v2,-15,-15,-19,-34,-18r0,-30v-16,0,-30,-3,-42,-8r0,-22v31,16,89,18,89,-20v0,-45,-88,-38,-88,-89v0,-45,63,-51,103,-38r0,21v-26,-13,-77,-15,-79,17","w":140},"\u0219":{"d":"41,-137v8,42,88,34,88,88v0,51,-70,61,-113,43r0,-22v31,16,89,18,89,-20v0,-45,-88,-38,-88,-89v0,-45,63,-51,103,-38r0,21v-26,-13,-77,-15,-79,17xm84,8r-27,78r-22,0r22,-78r27,0","w":140},"\u00df":{"d":"101,-271v77,0,93,114,20,126v41,6,62,29,62,71v1,56,-49,90,-108,73r0,-23v40,21,83,-7,83,-52v0,-38,-26,-57,-72,-55v1,-6,-3,-18,2,-21v33,1,58,-21,57,-54v0,-28,-17,-47,-46,-46v-39,2,-48,31,-47,84r0,168r-22,0r0,-181v0,-60,23,-90,71,-90","w":202},"\u0165":{"d":"141,-263r-45,61r-18,0r36,-61r27,0xm68,-56v-4,34,17,46,44,35r0,20v-40,12,-67,-5,-67,-51r0,-109r-36,0r0,-18r36,0r0,-46r23,-8r0,54r42,0r0,18r-42,0r0,105","w":120},"\u0163":{"d":"68,-56v-4,34,17,46,44,35r0,20v-40,12,-67,-5,-67,-51r0,-109r-36,0r0,-18r36,0r0,-46r23,-8r0,54r42,0r0,18r-42,0r0,105xm91,8r-27,78r-22,0r22,-78r27,0","w":120},"\u021b":{"d":"68,-56v-4,34,17,46,44,35r0,20v-40,12,-67,-5,-67,-51r0,-109r-36,0r0,-18r36,0r0,-46r23,-8r0,54r42,0r0,18r-42,0r0,105xm91,8r-27,78r-22,0r22,-78r27,0","w":120},"\uf6c2":{"d":"68,-56v-4,34,17,46,44,35r0,20v-7,2,-15,4,-22,4r0,16v26,-1,41,9,41,30v0,38,-51,36,-84,24r0,-13v28,5,61,15,65,-10v2,-15,-15,-19,-34,-18r0,-30v-54,-10,-26,-105,-33,-163r-36,0r0,-18r36,0r0,-46r23,-8r0,54r42,0r0,18r-42,0r0,105","w":120},"\u0167":{"d":"68,-115v2,43,-14,117,44,94r0,20v-40,12,-67,-5,-67,-51r0,-63r-28,0r0,-20r28,0r0,-26r-36,0r0,-18r36,0r0,-46r23,-8r0,54r42,0r0,18r-42,0r0,26r37,0r0,20r-37,0","w":120},"\u00fe":{"d":"54,-147v37,-69,132,-31,132,55v0,53,-25,94,-74,94v-25,0,-45,-11,-58,-33r0,106r-22,0r0,-343r22,0r0,121xm110,-16v34,0,52,-35,52,-75v0,-40,-15,-72,-52,-73v-36,0,-56,34,-56,73v0,43,18,75,56,75","w":203},"\u00f9":{"d":"117,-202r-19,0r-45,-61r27,0xm169,0r-21,0r0,-35v-27,59,-120,51,-120,-36r0,-108r22,0v4,60,-19,161,43,161v63,0,53,-95,53,-161r23,0r0,179"},"\u00fa":{"d":"142,-263r-45,61r-19,0r37,-61r27,0xm169,0r-21,0r0,-35v-27,59,-120,51,-120,-36r0,-108r22,0v4,60,-19,161,43,161v63,0,53,-95,53,-161r23,0r0,179"},"\u00fb":{"d":"149,-203r-16,0r-33,-46r-32,46r-16,0r35,-61r27,0xm169,0r-21,0r0,-35v-27,59,-120,51,-120,-36r0,-108r22,0v4,60,-19,161,43,161v63,0,53,-95,53,-161r23,0r0,179"},"\u0169":{"d":"148,-249v-9,39,-41,34,-72,23v-7,0,-12,5,-16,13r-14,0v6,-38,39,-34,70,-24v8,0,13,-4,17,-12r15,0xm169,0r-21,0r0,-35v-27,59,-120,51,-120,-36r0,-108r22,0v4,60,-19,161,43,161v63,0,53,-95,53,-161r23,0r0,179"},"\u00fc":{"d":"141,-216r-25,0r0,-29r25,0r0,29xm85,-216r-25,0r0,-29r25,0r0,29xm169,0r-21,0r0,-35v-27,59,-120,51,-120,-36r0,-108r22,0v4,60,-19,161,43,161v63,0,53,-95,53,-161r23,0r0,179"},"\u016b":{"d":"147,-228r-104,0r0,-21r104,0r0,21xm169,0r-21,0r0,-35v-27,59,-120,51,-120,-36r0,-108r22,0v4,60,-19,161,43,161v63,0,53,-95,53,-161r23,0r0,179"},"\u016d":{"d":"152,-256v-2,31,-19,46,-49,46v-30,0,-46,-16,-48,-47r14,0v1,17,13,26,34,26v21,0,33,-9,34,-26xm169,0r-21,0r0,-35v-27,59,-120,51,-120,-36r0,-108r22,0v4,60,-19,161,43,161v63,0,53,-95,53,-161r23,0r0,179"},"\u016f":{"d":"97,-264v24,0,43,19,43,42v0,23,-20,43,-43,43v-23,0,-42,-19,-42,-43v-1,-23,19,-43,42,-42xm169,0r-21,0r0,-35v-27,59,-120,51,-120,-36r0,-108r22,0v4,60,-19,161,43,161v63,0,53,-95,53,-161r23,0r0,179xm97,-195v14,0,26,-12,26,-27v0,-14,-12,-26,-26,-26v-14,0,-26,12,-26,26v0,15,12,27,26,27"},"\u0171":{"d":"160,-264r-40,61r-13,0r29,-61r24,0xm115,-264r-37,61r-12,0r26,-61r23,0xm169,0r-21,0r0,-35v-27,59,-120,51,-120,-36r0,-108r22,0v4,60,-19,161,43,161v63,0,53,-95,53,-161r23,0r0,179"},"\u0173":{"d":"169,0v-13,7,-24,21,-24,39v-1,20,22,19,36,11r0,20v-28,12,-60,3,-60,-26v0,-16,9,-31,27,-44r0,-35v-27,59,-120,51,-120,-36r0,-108r22,0v4,60,-19,161,43,161v63,0,53,-95,53,-161r23,0r0,179"},"\u0175":{"d":"187,-203r-16,0r-32,-46r-33,46r-16,0r35,-61r27,0xm275,-179r-60,179r-26,0v-16,-56,-38,-105,-50,-165v-14,59,-34,109,-50,165r-26,0r-57,-179r25,0r46,161v13,-58,33,-106,49,-161r28,0r46,144v0,2,1,8,3,17v13,-59,34,-106,50,-161r22,0","w":276},"\u00fd":{"d":"119,-264r-47,61r-16,0r37,-61r26,0xm155,-179r-71,206v-12,35,-28,57,-71,49r2,-20v37,7,43,-17,54,-49r-65,-186r24,0r52,155r52,-155r23,0","w":155},"\u0177":{"d":"128,-203r-16,0r-33,-46r-32,46r-16,0r35,-61r27,0xm155,-179r-71,206v-12,35,-28,57,-71,49r2,-20v37,7,43,-17,54,-49r-65,-186r24,0r52,155r52,-155r23,0","w":155},"\u00ff":{"d":"118,-216r-24,0r0,-29r24,0r0,29xm62,-216r-25,0r0,-29r25,0r0,29xm155,-179r-71,206v-12,35,-28,57,-71,49r2,-20v37,7,43,-17,54,-49r-65,-186r24,0r52,155r52,-155r23,0","w":155},"\u017a":{"d":"122,-263r-45,61r-18,0r37,-61r26,0xm147,0r-134,0r0,-20r107,-140r-102,0r0,-19r129,0r0,20r-108,140r108,0r0,19","w":164},"\u017e":{"d":"131,-264r-36,61r-26,0r-36,-61r17,0r32,46r32,-46r17,0xm147,0r-134,0r0,-20r107,-140r-102,0r0,-19r129,0r0,20r-108,140r108,0r0,19","w":164},"\u017c":{"d":"98,-234r-26,0r0,-29r26,0r0,29xm147,0r-134,0r0,-20r107,-140r-102,0r0,-19r129,0r0,20r-108,140r108,0r0,19","w":164},"\u00b4":{"d":"142,-263r-45,61r-19,0r37,-61r27,0"},"\u02c6":{"d":"139,-203r-17,0r-32,-46r-32,46r-17,0r36,-61r26,0","w":180},"\u02c7":{"d":"139,-264r-36,61r-26,0r-36,-61r17,0r32,46r32,-46r17,0","w":180},"\u02dc":{"d":"141,-249v-9,39,-41,34,-72,23v-7,0,-12,5,-16,13r-14,0v6,-38,39,-34,70,-24v8,0,13,-4,17,-12r15,0","w":180},"\u00a8":{"d":"131,-216r-25,0r0,-29r25,0r0,29xm74,-216r-25,0r0,-29r25,0r0,29","w":180},"\u00af":{"d":"144,-228r-105,0r0,-21r105,0r0,21","w":180},"\u02c9":{"d":"144,-228r-105,0r0,-21r105,0r0,21","w":180},"\u02d8":{"d":"138,-256v-2,31,-18,46,-48,46v-30,0,-46,-16,-48,-47r14,0v1,17,13,26,34,26v21,0,33,-9,34,-26","w":180},"\u02da":{"d":"90,-284v23,0,43,19,42,42v0,24,-19,43,-42,43v-23,0,-42,-19,-42,-43v-1,-23,19,-42,42,-42xm90,-215v14,0,26,-12,26,-27v0,-14,-11,-26,-26,-26v-14,0,-26,11,-26,26v0,15,12,27,26,27","w":180},"\u02dd":{"d":"153,-264r-40,61r-13,0r30,-61r23,0xm109,-264r-37,61r-13,0r26,-61r24,0","w":180},"\u02d9":{"d":"103,-216r-26,0r0,-30r26,0r0,30","w":180},"\u00b8":{"d":"138,49v0,38,-51,36,-85,24r0,-13v28,5,61,15,65,-10v2,-15,-15,-19,-34,-18r0,-32r12,0r0,19v26,-1,42,9,42,30","w":159},"\u02db":{"d":"108,0v-13,7,-23,22,-24,39v-1,20,23,19,37,11r0,20v-28,12,-61,4,-61,-26v0,-20,12,-37,37,-51","w":180},"\u2026":{"d":"315,0r-30,0r0,-32r30,0r0,32xm194,0r-29,0r0,-32r29,0r0,32xm75,0r-30,0r0,-32r30,0r0,32","w":360},"\u00ad":{"d":"104,-86r-87,0r0,-20r87,0r0,20","w":121,"k":{"Y":27,"X":13,"W":20,"V":20,"T":13}},"\u00a1":{"d":"85,-218r-29,0r0,-32r29,0r0,32xm84,0r-28,0r5,-188r19,0","w":140},"\u00bf":{"d":"116,-218r-30,0r0,-32r30,0r0,32xm66,-96v-27,34,-8,80,37,78v12,0,28,-3,46,-11r0,22v-52,23,-119,6,-119,-51v0,-51,63,-72,60,-131r22,0v4,43,-26,68,-46,93","w":179},"\u2018":{"d":"76,-250r-22,78r-28,0r27,-78r23,0","w":100,"k":{"\u0106":53,"\u00c5":47,"J":33,"A":47}},"\u2019":{"d":"76,-250r-27,78r-23,0r22,-78r28,0","w":100},"\u201c":{"d":"142,-250r-22,78r-28,0r27,-78r23,0xm76,-250r-22,78r-28,0r27,-78r23,0","w":166,"k":{"\u0106":53,"\u00c5":47,"J":33,"A":47}},"\u201d":{"d":"142,-250r-28,78r-22,0r22,-78r28,0xm76,-250r-27,78r-23,0r22,-78r28,0","w":166},"\u201a":{"d":"70,-31r-27,78r-22,0r21,-78r28,0","w":100},"\u201e":{"d":"136,-31r-27,78r-23,0r22,-78r28,0xm70,-31r-27,78r-22,0r21,-78r28,0","w":166},"\u2039":{"d":"85,-20r-21,0r-50,-73r50,-74r21,0r-48,74","w":97},"\u203a":{"d":"83,-93r-49,73r-21,0r48,-73r-48,-74r21,0","w":97},"\u00ab":{"d":"153,-20r-21,0r-49,-73r49,-74r21,0r-48,74xm85,-20r-21,0r-50,-73r50,-74r21,0r-48,74","w":165},"\u00bb":{"d":"152,-93r-50,73r-21,0r48,-73r-48,-74r21,0xm83,-93r-49,73r-21,0r48,-73r-48,-74r21,0","w":165},"\u2013":{"d":"180,-89r-180,0r0,-15r180,0r0,15","w":180},"\u2014":{"d":"360,-89r-360,0r0,-15r360,0r0,15","w":360},"\u2022":{"d":"106,-186v28,0,52,24,52,52v0,28,-24,52,-52,52v-28,0,-52,-24,-52,-52v0,-28,24,-52,52,-52","w":212},"\u00b7":{"d":"50,-141v9,0,17,7,17,16v0,10,-7,16,-17,16v-21,0,-20,-32,0,-32","w":100},"\u2219":{"d":"50,-141v9,0,17,7,17,16v0,10,-7,16,-17,16v-21,0,-20,-32,0,-32","w":100},"\u2020":{"d":"166,-160r-66,0r0,202r-21,0r0,-202r-65,0r0,-19r65,0r0,-75r21,0r0,75r66,0r0,19","w":180},"\u2021":{"d":"168,-33r-68,0r0,75r-22,0r0,-75r-66,0r0,-19r66,0r0,-108r-66,0r0,-19r66,0r0,-75r22,0r0,75r68,0r0,19r-68,0r0,108r68,0r0,19","w":180},"\u00a7":{"d":"58,-168v-39,-27,-13,-86,37,-86v14,0,31,3,50,10r-6,19v-27,-16,-81,-18,-78,20v4,45,103,58,103,110v0,21,-11,38,-34,50v38,33,13,90,-45,90v-16,0,-33,-4,-52,-11r5,-18v29,14,90,18,88,-20v-1,-34,-45,-42,-68,-63v-48,-26,-45,-77,0,-101xm118,-55v35,-22,29,-55,-6,-75r-42,-26v-36,15,-32,51,1,72","w":180},"\u00b6":{"d":"16,-199v-1,-67,78,-63,148,-61r0,11r-23,0r0,249r-12,0r0,-249r-34,0r0,249r-12,0r0,-138v-39,-1,-67,-23,-67,-61","w":180},"\u00a6":{"d":"98,-118r-16,0r0,-134r16,0r0,134xm98,62r-16,0r0,-134r16,0r0,134","w":180},"\u00a9":{"d":"150,-255v70,0,128,58,128,128v0,71,-61,129,-128,129v-68,0,-128,-61,-128,-129v0,-67,57,-128,128,-128xm150,-11v60,0,116,-53,116,-116v0,-62,-54,-116,-116,-116v-63,0,-116,56,-116,116v0,61,55,116,116,116xm150,-62v22,0,39,-15,42,-34r18,0v-2,29,-29,49,-61,49v-42,-1,-66,-34,-66,-80v0,-61,59,-102,107,-67v11,8,17,20,18,33r-18,0v-5,-20,-18,-31,-40,-31v-33,0,-46,29,-47,66v0,36,15,63,47,64","w":299},"\u00ae":{"d":"150,-255v70,0,128,58,128,128v0,71,-61,129,-128,129v-68,0,-128,-61,-128,-129v0,-67,57,-128,128,-128xm150,-11v60,0,116,-53,116,-116v0,-62,-54,-116,-116,-116v-63,0,-116,56,-116,116v0,61,55,116,116,116xm154,-203v72,-9,78,71,25,80r34,69r-23,0r-32,-67r-38,0r0,67r-20,0r0,-149r54,0xm120,-134v34,-1,77,7,74,-29v4,-27,-42,-27,-74,-26r0,55","w":299},"\u2122":{"d":"240,-162r-11,0r0,-85r-31,85r-9,0r-33,-85r0,85r-11,0r0,-94r18,0r30,78r29,-78r18,0r0,94xm122,-247r-31,0r0,85r-11,0r0,-85r-32,0r0,-9r74,0r0,9","w":299},"\u00a4":{"d":"37,-149r-24,-24r20,-21r25,24v24,-16,59,-16,83,0r24,-24r21,21r-25,24v17,25,17,58,0,83r25,24r-21,20r-24,-24v-24,17,-59,18,-83,0r-25,24r-20,-20r24,-24v-16,-25,-16,-58,0,-83xm99,-153v-24,0,-45,20,-45,45v0,24,22,46,45,46v24,0,46,-23,46,-46v0,-24,-21,-45,-46,-45"},"\u20ac":{"d":"41,-158v5,-69,65,-116,135,-88r0,23v-56,-27,-100,-3,-110,65r95,0r-4,15r-93,0r0,36r86,0r-3,15r-81,0v5,68,55,90,109,65r0,23v-69,24,-129,-6,-135,-88r-27,0r4,-15r22,0r0,-36r-24,0r4,-15r22,0","w":201},"\u00a2":{"d":"78,-9v-79,-40,-48,-189,56,-174r15,-44r14,0r-14,46v3,1,9,2,17,5r-2,23v-6,-4,-14,-6,-22,-8r-44,137v23,9,46,3,67,-6r1,22v-23,9,-50,11,-75,4r-15,50r-15,0xm128,-162v-72,-10,-92,97,-43,131","w":201},"\u00a3":{"d":"181,-225v-57,-27,-98,9,-90,81r60,0r0,18r-60,0r0,105r88,0r0,21r-147,0r0,-21r36,0r0,-105r-32,0r0,-18r32,0v-8,-86,41,-129,117,-103","w":201},"\u0192":{"d":"188,-254r-6,19v-44,-29,-55,38,-63,80r41,0r0,19r-45,0v-15,61,-19,149,-49,191v-14,20,-34,25,-62,18r6,-22v42,12,49,-18,56,-54r27,-133r-41,0r0,-19r44,0v8,-59,30,-129,92,-99","w":201},"\u00a5":{"d":"204,-250r-60,92r45,0r0,15r-54,0r-24,36r78,0r0,15r-78,0r0,92r-23,0r0,-92r-77,0r0,-15r77,0r-24,-36r-53,0r0,-15r44,0r-59,-92r28,0r76,123r78,-123r26,0","w":201},"\u00aa":{"d":"97,-201v5,-42,-42,-46,-70,-27r0,-15v37,-19,87,-13,87,38r0,80r-15,0r0,-21v-17,34,-89,30,-88,-13v1,-36,42,-45,86,-42xm56,-136v29,0,44,-19,41,-52v-34,-2,-68,3,-68,28v0,14,12,25,27,24","w":134},"\u00ba":{"d":"75,-253v39,0,63,27,63,66v0,39,-24,65,-63,65v-39,0,-62,-27,-62,-65v0,-39,24,-66,62,-66xm75,-136v28,0,45,-21,45,-52v0,-30,-16,-51,-45,-51v-27,0,-44,21,-44,51v0,30,16,52,44,52","w":150},"\u00b9":{"d":"78,-100r-14,0r0,-134r-26,22r-9,-9v17,-9,23,-29,49,-29r0,150","w":133},"\u00b2":{"d":"107,-213v-9,43,-36,62,-75,100r80,0r0,13r-98,0r0,-13v38,-40,66,-57,77,-100v-2,-31,-46,-31,-68,-15r-4,-14v35,-17,88,-15,88,29","w":133},"\u00b3":{"d":"111,-213v0,20,-17,31,-36,34v25,3,37,15,37,36v2,43,-61,52,-100,38r2,-15v27,15,79,9,81,-24v1,-24,-28,-30,-60,-28r0,-13v31,2,63,-4,60,-28v-3,-29,-48,-31,-74,-18r-1,-14v40,-13,91,-6,91,32","w":133},"\u2044":{"d":"106,-254r-133,258r-19,0r133,-258r19,0","w":60},"\u2215":{"d":"106,-254r-133,258r-19,0r133,-258r19,0","w":60},"\u00bc":{"d":"307,-33r-23,0r0,33r-14,0r0,-33r-76,0r0,-13r71,-94r19,0r0,95r23,0r0,12xm233,-254r-133,258r-19,0r133,-258r19,0xm75,-110r-15,0r0,-125r-24,20r-9,-8v16,-9,22,-28,48,-27r0,140xm270,-45r0,-81r-62,81r62,0","w":314},"\u00bd":{"d":"289,-105v-8,41,-36,56,-71,93r75,0r0,12r-92,0r0,-12v37,-37,63,-53,73,-93v0,-30,-44,-29,-65,-14r-3,-13v34,-17,83,-14,83,27xm233,-254r-133,258r-19,0r133,-258r19,0xm75,-110r-15,0r0,-125r-24,20r-9,-8v16,-9,22,-28,48,-27r0,140","w":314},"\u00be":{"d":"307,-33r-23,0r0,33r-14,0r0,-33r-76,0r0,-13r71,-94r19,0r0,95r23,0r0,12xm233,-254r-133,258r-19,0r133,-258r19,0xm71,-184v20,2,36,14,36,34v0,39,-58,49,-96,36r2,-15v26,15,76,10,78,-22v2,-23,-28,-28,-58,-26r0,-12v28,2,57,-3,57,-27v0,-27,-46,-28,-70,-16r-1,-13v35,-12,85,-8,86,29v0,17,-11,28,-34,32xm270,-45r0,-81r-62,81r62,0","w":314},"\u2030":{"d":"374,-127v36,0,56,28,56,66v0,37,-20,65,-56,65v-36,0,-57,-28,-57,-65v0,-37,21,-66,57,-66xm235,-127v36,0,56,28,56,66v0,37,-20,65,-56,65v-36,0,-57,-28,-57,-65v0,-37,21,-66,57,-66xm229,-254r-133,258r-20,0r133,-258r20,0xm70,-254v36,0,56,28,56,65v0,38,-20,66,-56,66v-36,0,-56,-28,-56,-66v0,-37,20,-65,56,-65xm374,-14v23,0,34,-22,34,-48v0,-26,-11,-47,-34,-47v-23,0,-34,22,-34,47v0,25,11,48,34,48xm235,-14v23,0,34,-22,34,-48v0,-26,-11,-47,-34,-47v-23,0,-34,22,-34,47v0,25,11,48,34,48xm71,-141v23,0,34,-23,34,-48v0,-25,-11,-47,-34,-48v-23,0,-35,23,-35,48v0,25,12,48,35,48","w":441},"\u00b1":{"d":"255,-128r-98,0r0,62r-14,0r0,-62r-98,0r0,-14r98,0r0,-62r14,0r0,62r98,0r0,14xm255,-11r-210,0r0,-14r210,0r0,14","w":299},"\u00d7":{"d":"246,-22r-10,10r-86,-85r-86,85r-10,-10r86,-85r-86,-86r10,-10r86,86r86,-86r10,10r-86,86","w":299},"\u00f7":{"d":"150,-185v10,0,17,7,17,17v0,10,-8,17,-17,18v-21,0,-23,-36,0,-35xm255,-100r-210,0r0,-14r210,0r0,14xm150,-64v10,0,17,7,17,17v0,10,-7,17,-17,17v-11,1,-17,-7,-17,-17v0,-10,7,-17,17,-17","w":299},"\u00ac":{"d":"255,-62r-14,0r0,-74r-196,0r0,-14r210,0r0,88","w":299},"\u00b5":{"d":"180,-187r-34,162v-1,10,8,12,19,11r-3,17v-25,7,-42,-3,-36,-28v-16,38,-90,42,-103,0r-21,100r-21,0r55,-262r21,0r-24,129v0,30,14,45,41,45v62,0,68,-115,84,-174r22,0","w":192},"\u03bc":{"d":"180,-187r-34,162v-1,10,8,12,19,11r-3,17v-25,7,-42,-3,-36,-28v-16,38,-90,42,-103,0r-21,100r-21,0r55,-262r21,0r-24,129v0,30,14,45,41,45v62,0,68,-115,84,-174r22,0","w":192},"\u00b0":{"d":"59,-255v26,0,48,22,48,48v0,26,-22,48,-48,48v-26,0,-48,-22,-48,-48v0,-26,22,-48,48,-48xm59,-169v20,0,39,-17,38,-38v0,-20,-18,-37,-38,-37v-20,0,-37,16,-37,37v0,20,17,38,37,38","w":118},"\u2212":{"d":"255,-100r-210,0r0,-14r210,0r0,14","w":299}}});
Cufon.registerFont({"w":211,"face":{"font-family":"Humnst777EU","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-49 -349 443 92","underline-thickness":"20.16","underline-position":"-17.28","unicode-range":"U+0020-U+F6C2"},"glyphs":{" ":{"w":103},"\u0132":{"d":"95,-32v41,14,61,-10,61,-59r0,-159r36,0r0,166v3,66,-33,97,-97,83r0,-31xm66,0r-35,0r0,-250r35,0r0,250","w":218},"\uf001":{"d":"188,-230r-32,0r0,-34r32,0r0,34xm189,0r-34,0r0,-181r34,0r0,181xm126,-269r-1,27v-37,-17,-51,17,-46,61r42,0r0,26r-42,0r0,155r-33,0r0,-155r-38,0r0,-26r38,0v-7,-63,19,-104,80,-88","w":217},"\uf002":{"d":"189,0r-34,0r0,-269r34,0r0,269xm126,-269r-1,27v-38,-17,-51,17,-46,61r42,0r0,26r-42,0r0,155r-33,0r0,-155r-38,0r0,-26r38,0v-7,-63,19,-104,80,-88","w":217},"\u0133":{"d":"144,-230r-33,0r0,-34r33,0r0,34xm61,-230r-32,0r0,-34r32,0r0,34xm73,50v29,8,38,-10,38,-43r0,-188r34,0r0,190v2,53,-22,77,-73,67xm62,0r-34,0r0,-181r34,0r0,181","w":176},"!":{"d":"91,-250r-6,182r-26,0r-6,-182r38,0xm91,0r-37,0r0,-38r37,0r0,38","w":144},"\"":{"d":"92,-155r-24,0r0,-97r24,0r0,97xm40,-155r-24,0r0,-97r24,0r0,97","w":108},"#":{"d":"261,-176r-9,25r-53,0r-16,47r56,0r-9,25r-56,0r-29,80r-29,0r29,-80r-46,0r-28,80r-29,0r28,-80r-55,0r10,-25r54,0r16,-47r-58,0r9,-25r59,0r28,-80r29,0r-28,80r45,0r29,-80r29,0r-29,80r53,0xm170,-151r-45,0r-17,47r46,0","w":276},"$":{"d":"114,-145v40,17,70,30,70,74v0,40,-31,66,-71,70r0,31r-18,0v-2,-9,3,-25,-2,-30v-21,0,-41,-4,-60,-11r3,-32v19,10,38,15,59,15r0,-90v-43,-16,-64,-39,-64,-69v1,-38,28,-58,65,-63r0,-33r18,0r0,32v19,0,38,3,57,9r-4,29v-16,-8,-34,-12,-53,-12r0,80xm96,-152r0,-72v-44,9,-41,59,0,72xm113,-29v19,-3,37,-18,37,-38v0,-18,-13,-34,-37,-45r0,83","w":206},"%":{"d":"243,-131v36,0,58,29,58,68v0,39,-22,68,-58,68v-36,0,-58,-29,-58,-68v0,-39,22,-68,58,-68xm236,-255r-133,260r-24,0r133,-260r24,0xm72,-255v36,0,58,29,58,68v0,39,-22,68,-58,68v-36,0,-59,-28,-59,-68v0,-40,22,-68,59,-68xm243,-17v22,0,30,-21,30,-46v0,-26,-8,-46,-30,-46v-41,0,-39,92,0,92xm72,-141v22,0,30,-21,30,-46v0,-31,-10,-46,-30,-46v-21,0,-30,22,-30,46v0,25,8,46,30,46","w":312},"&":{"d":"113,-254v37,0,66,20,66,54v0,28,-20,51,-58,68r59,63v13,-18,21,-40,22,-67r30,0v-1,34,-12,63,-32,88r44,48r-42,0r-23,-26v-44,51,-161,36,-159,-41v0,-32,19,-56,55,-72v-53,-43,-33,-115,38,-115xm112,-229v-47,3,-45,51,-8,79v29,-13,44,-29,44,-47v0,-19,-16,-33,-36,-32xm93,-120v-58,19,-47,100,14,99v21,0,38,-8,53,-25","w":249},"'":{"d":"40,-155r-24,0r0,-97r24,0r0,97","w":55},"(":{"d":"108,48r-27,0v-76,-112,-76,-208,0,-320r27,0v-69,116,-69,204,0,320","w":116},")":{"d":"35,-272v78,113,77,207,0,320r-26,0v68,-116,68,-204,0,-320r26,0","w":116},"*":{"d":"160,-204r-58,11r41,43r-25,18r-28,-52r-28,52r-26,-18r42,-43r-59,-11r10,-30r53,26r-6,-59r28,0r-6,59r53,-26","w":180},"+":{"d":"255,-95r-93,0r0,95r-24,0r0,-95r-93,0r0,-25r93,0r0,-95r24,0r0,95r93,0r0,25","w":299},",":{"d":"76,-38r-30,83r-29,0r23,-83r36,0","w":103},"-":{"d":"106,-85r-90,0r0,-27r90,0r0,27","w":121,"k":{"Y":27,"X":13,"W":20,"V":20,"T":13}},".":{"d":"70,0r-37,0r0,-39r37,0r0,39","w":103},"\/":{"d":"109,-255r-103,288r-25,0r102,-288r26,0","w":100},"0":{"d":"103,-255v64,0,85,57,85,130v0,73,-22,130,-85,130v-64,0,-85,-57,-85,-130v0,-73,22,-130,85,-130xm153,-125v0,-69,-17,-103,-50,-103v-33,0,-49,34,-49,103v0,68,17,102,50,102v33,0,49,-34,49,-102","w":206},"1":{"d":"129,0r-33,0r0,-212r-41,35r-18,-22r63,-51r29,0r0,250","w":206},"2":{"d":"170,-186v-6,70,-53,101,-107,158r114,0r0,28r-156,0r0,-29v58,-62,99,-88,114,-155v-1,-50,-69,-48,-102,-22r-4,-32v57,-31,147,-18,141,52","w":206},"3":{"d":"122,-131v31,5,53,24,54,58v3,71,-96,89,-159,65r4,-32v41,24,119,16,119,-35v0,-38,-42,-43,-85,-41r0,-28v42,2,84,-3,84,-40v0,-46,-68,-48,-108,-28r-2,-29v62,-23,145,-12,145,54v0,31,-24,49,-52,56","w":206},"4":{"d":"197,-56r-36,0r0,56r-33,0r0,-56r-118,0r0,-32r109,-162r42,0r0,166r36,0r0,28xm129,-219r-90,135r89,0","w":206},"5":{"d":"67,-154v62,-16,117,14,117,73v0,74,-85,101,-153,74r0,-32v41,26,120,14,117,-42v-2,-53,-64,-58,-115,-42r3,-127r137,0r0,27r-105,0","w":206},"6":{"d":"56,-126v34,-60,135,-30,135,45v0,48,-34,86,-82,85v-62,-1,-86,-49,-86,-117v0,-102,62,-163,158,-132r-2,29v-66,-31,-131,15,-123,90xm109,-23v28,0,48,-24,48,-53v0,-31,-19,-55,-49,-55v-29,0,-48,24,-48,55v0,30,20,53,49,53","w":206},"7":{"d":"179,-219r-96,219r-39,0r99,-222r-123,0r0,-28r159,0r0,31","w":206},"8":{"d":"106,-254v42,0,76,22,76,59v0,28,-17,49,-50,64v38,14,57,36,57,66v0,43,-40,69,-87,69v-46,0,-85,-27,-85,-69v0,-32,20,-54,58,-65v-32,-14,-49,-35,-49,-63v0,-39,37,-61,80,-61xm106,-229v-25,0,-47,14,-47,38v0,19,16,36,47,50v28,-15,42,-33,42,-52v0,-21,-19,-36,-42,-36xm103,-23v27,0,51,-18,51,-43v0,-22,-18,-39,-54,-52v-32,12,-49,29,-49,51v0,25,25,44,52,44","w":206},"9":{"d":"102,-255v62,1,87,51,87,119v0,101,-63,162,-159,131r3,-29v66,32,129,-16,123,-90v-33,61,-135,31,-135,-44v0,-48,33,-88,81,-87xm102,-119v31,0,49,-23,49,-56v0,-30,-19,-53,-47,-53v-29,0,-49,26,-49,57v0,30,18,52,47,52","w":206},":":{"d":"70,-143r-37,0r0,-39r37,0r0,39xm70,0r-37,0r0,-39r37,0r0,39","w":103},";":{"d":"74,-142r-37,0r0,-39r37,0r0,39xm75,-38r-30,83r-29,0r22,-83r37,0","w":103},"<":{"d":"253,-11r-207,-85r0,-23r207,-85r0,27r-170,70r170,69r0,27","w":299},"=":{"d":"255,-130r-210,0r0,-24r210,0r0,24xm255,-60r-210,0r0,-25r210,0r0,25","w":299},">":{"d":"253,-96r-207,85r0,-27r171,-69r-171,-70r0,-27r207,85r0,23","w":299},"?":{"d":"24,-244v55,-21,129,-7,129,53v0,50,-58,66,-59,124r-29,0v-7,-55,55,-72,55,-120v0,-44,-58,-47,-96,-28r0,-29xm98,0r-37,0r0,-38r37,0r0,38","w":185},"@":{"d":"196,-258v80,0,146,51,146,121v0,61,-39,116,-99,116v-25,0,-37,-9,-36,-30v-25,47,-108,40,-108,-28v0,-51,35,-98,84,-97v20,0,35,8,43,26r10,-20r23,0r-27,111v0,11,5,17,17,17v38,0,67,-50,67,-92v0,-63,-54,-104,-121,-102v-91,2,-147,57,-151,145v-6,118,160,156,246,89r10,14v-99,81,-281,31,-281,-104v0,-98,82,-166,177,-166xm185,-157v-35,0,-58,40,-58,79v0,42,41,47,64,26v19,-16,21,-47,29,-73v-4,-22,-16,-32,-35,-32","w":360},"A":{"d":"242,0r-38,0r-24,-64r-119,0r-24,64r-36,0r100,-250r43,0xm170,-92r-48,-127r-50,127r98,0","w":237,"k":{"\u201d":43,"\u201c":13,"\u2019":43,"\u2018":13,"Y":22,"W":7,"V":13,"U":7,"T":13,";":-7,":":-7,".":-7,",":-7}},"B":{"d":"31,-250v72,-2,152,-5,152,63v0,29,-15,48,-46,56v36,8,53,28,53,61v1,73,-81,73,-159,70r0,-250xm147,-184v0,-36,-40,-40,-81,-38r0,79v43,3,81,-5,81,-41xm154,-73v0,-39,-42,-46,-88,-43r0,88v47,3,88,-6,88,-45","w":207,"k":{"Y":13,"W":7,"V":7,"-":-7}},"C":{"d":"18,-123v0,-100,96,-151,192,-118r-1,30v-74,-32,-154,5,-154,86v0,82,80,117,153,86r1,31v-94,30,-191,-16,-191,-115","w":219,"k":{"\u201d":-13,"\u2019":-13,"\u015a":-7,"S":-7,"-":-8}},"D":{"d":"230,-124v0,105,-84,133,-199,124r0,-250v116,-8,199,20,199,126xm66,-29v78,7,127,-26,127,-97v0,-75,-46,-102,-127,-96r0,193","w":246,"k":{"-":-7}},"E":{"d":"170,0r-139,0r0,-250r135,0r0,27r-100,0r0,79r95,0r0,28r-95,0r0,87r104,0r0,29","w":192},"F":{"d":"160,-222r-94,0r0,79r90,0r0,29r-90,0r0,114r-35,0r0,-250r129,0r0,28","w":171,"k":{"\u201e":40,"\u201a":40,"\u201d":-7,"\u2019":-7,"\u015b":8,"\u00f8":8,"\u00f3":8,"\u0119":8,"\u0107":8,"\u0105":8,"\u0104":15,"\u00c5":15,"u":8,"s":8,"r":7,"o":8,"e":8,"c":8,"a":8,"T":-7,"A":15,";":13,":":13,".":55,"-":7,",":55}},"G":{"d":"56,-124v0,73,68,115,139,90r0,-76r-52,0r0,-27r86,0r0,125v-98,38,-210,-6,-210,-113v0,-103,104,-151,203,-114r-5,30v-71,-39,-161,0,-161,85","w":255,"k":{"T":7}},"H":{"d":"214,0r-35,0r0,-116r-113,0r0,116r-35,0r0,-250r35,0r0,106r113,0r0,-106r35,0r0,250","w":245},"I":{"d":"66,0r-35,0r0,-250r35,0r0,250","w":96},"J":{"d":"2,-32v41,14,61,-12,61,-59r0,-159r35,0r0,166v3,66,-33,97,-96,83r0,-31","w":128},"K":{"d":"221,0r-45,0r-110,-122r0,122r-35,0r0,-250r35,0r0,110r103,-110r42,0r-112,117","w":212,"k":{"\u015b":7,"\u00f8":7,"\u00f3":7,"\u0119":7,"\u015a":10,"\u00d8":10,"\u00d3":10,"\u0106":10,"y":10,"u":7,"s":7,"o":7,"e":7,"Y":17,"W":7,"U":13,"S":10,"O":10,"C":10,"-":23}},"L":{"d":"166,0r-135,0r0,-250r35,0r0,221r100,0r0,29","w":167,"k":{"\u201d":47,"\u2019":47,"\u015a":13,"\u00d8":13,"\u00d3":13,"y":7,"Y":38,"W":12,"V":25,"U":7,"T":30,"S":13,"O":13,"-":30}},"M":{"d":"298,0r-33,0r2,-235v-25,84,-60,155,-89,235r-31,0r-79,-204v-3,-7,-5,-16,-8,-30r2,234r-31,0r0,-250r53,0v26,76,62,142,80,226v17,-90,56,-147,82,-226r52,0r0,250","w":329},"N":{"d":"223,0r-43,0v-40,-79,-90,-143,-122,-230v11,78,3,147,5,230r-32,0r0,-250r44,0v40,78,88,142,121,228v-11,-72,-2,-150,-5,-228r32,0r0,250","w":253},"O":{"d":"132,-255v73,0,113,54,113,130v0,76,-40,130,-113,130v-73,0,-114,-54,-114,-130v0,-76,41,-130,114,-130xm132,-24v51,0,77,-45,77,-101v0,-56,-27,-102,-77,-102v-50,0,-77,46,-77,102v0,56,26,101,77,101","w":263,"k":{"Y":7,"X":7,".":13,"-":-7,",":13}},"P":{"d":"183,-176v-3,58,-51,79,-117,74r0,102r-35,0r0,-250v78,-4,156,2,152,74xm146,-177v0,-39,-36,-49,-80,-45r0,93v46,3,80,-7,80,-48","w":190,"k":{"\u201e":40,"\u201a":40,"\u201d":-7,"\u2019":-7,"\u015b":8,"\u00f8":8,"\u00f3":8,"\u0119":8,"\u0107":10,"\u0105":10,"\u0104":25,"\u00c5":25,"s":8,"o":8,"e":8,"c":10,"a":10,"A":25,".":55,"-":12,",":55}},"Q":{"d":"132,-255v131,-7,149,209,48,250r55,53r-42,0r-46,-44v-85,5,-128,-47,-129,-129v0,-76,41,-126,114,-130xm132,-24v51,0,77,-45,77,-101v0,-56,-27,-102,-77,-102v-50,0,-77,46,-77,102v0,56,26,101,77,101","w":263,"k":{"-":-7}},"R":{"d":"200,0r-37,0v-26,-43,-18,-120,-97,-111r0,111r-35,0r0,-250v72,-3,153,-3,153,64v0,33,-18,53,-54,61v19,5,24,15,32,35xm66,-138v43,3,82,-5,82,-43v0,-36,-38,-45,-82,-42r0,85","w":205},"S":{"d":"59,-192v12,55,111,54,111,121v0,68,-87,89,-148,62r4,-34v37,22,103,26,106,-20v3,-54,-108,-62,-108,-125v0,-61,80,-77,136,-55r-4,30v-30,-16,-95,-19,-97,21","w":189},"T":{"d":"178,-221r-70,0r0,221r-35,0r0,-221r-70,0r0,-29r175,0r0,29","w":181,"k":{"\u201e":20,"\u201a":20,"\u015b":43,"\u00f8":43,"\u00f3":43,"\u0119":43,"\u0107":43,"\u0105":43,"\u0104":13,"\u00c5":13,"y":35,"w":35,"u":35,"s":43,"r":27,"o":43,"e":43,"c":43,"a":43,"T":-8,"A":13,";":30,":":30,".":38,"-":12,",":38}},"U":{"d":"216,-105v0,73,-31,110,-94,110v-62,0,-93,-36,-93,-107r0,-148r35,0v6,84,-27,226,59,226v87,0,55,-141,61,-226r32,0r0,145","w":248,"k":{"\u0104":7,"\u00c5":7,"A":7}},"V":{"d":"226,-250r-92,250r-41,0r-89,-250r37,0r74,217r76,-217r35,0","w":227,"k":{"\u201e":20,"\u201a":20,"\u201d":-10,"\u2019":-10,"\u015b":15,"\u00f8":15,"\u00f3":15,"\u0119":15,"\u0107":15,"\u0105":15,"\u0104":13,"\u00c5":13,"u":8,"s":15,"o":15,"e":15,"c":15,"a":15,"A":13,";":12,":":12,".":47,"-":27,",":47}},"W":{"d":"338,-250r-67,250r-44,0v-18,-78,-44,-148,-56,-232v-14,85,-38,152,-56,232r-45,0r-66,-250r36,0r50,200v1,4,2,15,4,31v12,-84,38,-152,55,-231r45,0r52,201v2,6,3,17,4,30v11,-87,38,-151,55,-231r33,0","w":340,"k":{"\u201e":13,"\u201a":13,"\u015b":8,"\u00f8":8,"\u00f3":8,"\u0119":8,"\u0107":8,"\u0105":8,"\u0104":7,"\u00c5":7,"s":8,"o":8,"e":8,"c":8,"a":8,"A":7,";":7,":":7,".":30,"-":13,",":30}},"X":{"d":"224,0r-41,0r-71,-109r-71,109r-38,0r90,-131r-81,-119r41,0r63,98r62,-98r38,0r-81,119","w":227,"k":{"\u0119":10,"\u015a":7,"\u00d8":7,"\u00d3":7,"\u0106":7,"e":10,"S":7,"O":7,"C":7,"-":30}},"Y":{"d":"213,-250r-92,147r0,103r-35,0r0,-103r-92,-147r41,0r69,119r71,-119r38,0","w":207,"k":{"\u201e":33,"\u201a":33,"\u015b":33,"\u00f8":33,"\u00f3":33,"\u0119":33,"\u0107":33,"\u0105":33,"\u015a":7,"\u00d8":7,"\u00d3":7,"\u0106":7,"\u0104":22,"\u00c5":22,"u":27,"s":33,"o":33,"e":33,"c":33,"a":33,"S":7,"O":7,"C":7,"A":22,";":33,":":33,".":60,"-":25,",":60}},"Z":{"d":"180,0r-168,0r0,-33r128,-189r-125,0r0,-28r162,0r0,31r-129,190r132,0r0,29","w":193,"k":{"-":17}},"[":{"d":"96,48r-63,0r0,-319r63,0r0,22r-34,0r0,274r34,0r0,23","w":117},"\\":{"d":"119,33r-25,0r-103,-288r26,0","w":100},"]":{"d":"84,48r-63,0r0,-23r35,0r0,-274r-35,0r0,-22r63,0r0,319","w":117},"^":{"d":"286,-158r-32,0r-74,-74r-75,74r-31,0r89,-98r33,0","w":360},"_":{"d":"180,85r-180,0r0,-25r180,0r0,25","w":180},"`":{"d":"114,-205r-19,0r-50,-62r33,0","w":180},"a":{"d":"131,-112v4,-54,-57,-58,-95,-33r0,-27v55,-27,128,-16,128,62r0,110r-30,0r0,-30v-25,50,-120,43,-120,-21v0,-48,51,-65,117,-61xm81,-22v36,0,53,-27,50,-67v-43,-2,-83,5,-83,36v0,18,13,31,33,31","w":190},"b":{"d":"63,-152v39,-66,134,-25,134,59v0,51,-27,95,-74,96v-28,0,-49,-14,-63,-40r0,37r-30,0r0,-269r33,0r0,117xm114,-24v32,0,48,-29,48,-66v0,-37,-15,-68,-47,-69v-35,0,-52,30,-52,68v0,37,17,67,51,67","w":214},"c":{"d":"51,-91v0,56,55,81,103,55r2,30v-69,26,-140,-11,-140,-84v0,-72,70,-109,140,-85r-3,29v-45,-25,-102,3,-102,55","w":167},"d":{"d":"17,-93v0,-83,93,-125,134,-59r0,-117r34,0r0,269r-31,0r0,-37v-14,26,-35,40,-63,40v-46,-1,-74,-45,-74,-96xm100,-24v34,0,52,-30,51,-67v0,-38,-16,-68,-51,-68v-32,0,-48,32,-48,68v0,37,15,67,48,67","w":214},"e":{"d":"100,-185v54,0,80,42,76,103r-127,0v-1,58,66,76,113,47r0,29v-70,29,-146,-4,-146,-86v0,-52,34,-93,84,-93xm145,-105v0,-54,-48,-72,-80,-41v-9,10,-14,23,-16,41r96,0","w":185},"f":{"d":"126,-269r-1,27v-38,-17,-51,17,-46,61r42,0r0,26r-42,0r0,155r-33,0r0,-155r-38,0r0,-26r38,0v-7,-63,19,-104,80,-88","w":127,"k":{"\u201d":-12,"\u2019":-12,".":7,"-":7,",":7}},"g":{"d":"18,-91v0,-53,26,-94,75,-94v28,0,49,13,62,37r0,-33r30,0r0,160v7,92,-75,118,-150,89r2,-31v59,35,130,8,116,-73v-39,70,-135,28,-135,-55xm101,-27v32,0,51,-30,51,-65v0,-37,-16,-66,-51,-67v-31,0,-48,30,-48,66v0,36,17,66,48,66","w":213},"h":{"d":"112,-156v-65,0,-47,91,-49,156r-33,0r0,-269r33,0r0,117v31,-54,122,-43,122,43r0,109r-33,0v-4,-57,19,-156,-40,-156"},"i":{"d":"61,-230r-32,0r0,-34r32,0r0,34xm62,0r-34,0r0,-181r34,0r0,181","w":90},"j":{"d":"61,-230r-33,0r0,-34r33,0r0,34xm-9,50v29,8,37,-11,37,-43r0,-188r34,0r0,190v2,53,-22,77,-73,67","w":90},"k":{"d":"184,0r-42,0r-79,-95r0,95r-33,0r0,-269r33,0r0,160r72,-72r39,0r-80,77","w":180},"l":{"d":"62,0r-34,0r0,-269r34,0r0,269","w":90},"m":{"d":"108,-155v-61,0,-42,92,-45,155r-33,0r0,-181r30,0r0,34v21,-49,97,-52,114,2v27,-62,119,-54,119,36r0,109r-34,0v-4,-54,18,-155,-35,-155v-63,1,-43,93,-46,155r-34,0v-7,-56,23,-155,-36,-155","w":318},"n":{"d":"112,-156v-65,0,-47,91,-49,156r-33,0r0,-181r30,0r0,34v13,-25,34,-38,63,-38v80,0,60,108,62,185r-33,0v-4,-57,19,-156,-40,-156"},"o":{"d":"105,-185v57,0,90,37,90,95v0,57,-35,94,-90,94v-55,0,-89,-38,-89,-94v0,-56,33,-95,89,-95xm106,-22v34,0,54,-31,54,-69v0,-38,-19,-68,-54,-68v-35,-1,-54,31,-54,68v0,39,20,69,54,69"},"p":{"d":"60,-146v36,-72,138,-36,138,52v0,55,-26,96,-76,97v-26,0,-46,-11,-59,-32r0,104r-33,0r0,-256r30,0r0,35xm113,-23v33,0,50,-31,50,-69v0,-37,-15,-66,-48,-66v-33,0,-52,31,-52,67v0,37,17,68,50,68","w":214},"q":{"d":"16,-95v0,-85,103,-124,138,-51r0,-35r31,0r0,256r-34,0r0,-104v-14,21,-34,32,-60,32v-50,-1,-75,-44,-75,-98xm101,-23v33,0,50,-31,50,-68v0,-38,-18,-67,-53,-67v-32,0,-47,32,-47,66v0,39,17,69,50,69","w":214},"r":{"d":"125,-151v-75,-17,-62,79,-62,151r-33,0r0,-181r30,0r0,37v14,-31,31,-44,66,-39","w":129,"k":{".":33,"-":13,",":33}},"s":{"d":"53,-139v10,41,85,35,85,88v0,51,-74,64,-121,44r1,-28v30,15,79,21,84,-14v-9,-41,-84,-36,-83,-86v1,-47,66,-57,111,-41r-1,27v-24,-12,-70,-19,-76,10","w":151},"t":{"d":"122,-27r1,27v-48,11,-79,-5,-79,-58r0,-97r-36,0r0,-26r37,0r0,-44r33,-12r0,56r43,0r0,26r-43,0v4,55,-19,153,44,128","w":131},"u":{"d":"181,0r-31,0r0,-35v-13,25,-33,38,-62,38v-79,0,-60,-107,-62,-184r33,0v4,57,-18,155,40,155v59,0,49,-92,49,-155r33,0r0,181"},"v":{"d":"170,-181r-64,181r-39,0r-62,-181r36,0r47,151r50,-151r32,0","w":171,"k":{".":27,",":27}},"w":{"d":"290,-181r-59,181r-38,0v-15,-56,-36,-105,-46,-165v-10,62,-31,108,-46,165r-38,0r-57,-181r36,0r38,137v1,5,1,5,4,24v10,-62,30,-105,44,-161r41,0v14,56,35,99,44,161v11,-60,30,-105,44,-161r33,0","w":291,"k":{".":23,",":23}},"x":{"d":"169,0r-40,0r-44,-74r-45,74r-37,0r63,-95r-57,-86r40,0r38,65r40,-65r37,0r-57,85","w":166},"y":{"d":"172,-181r-72,199v-14,42,-33,67,-86,58r3,-28v32,7,39,-6,55,-41r-68,-188r36,0r49,149r49,-149r34,0","w":171,"k":{".":27,",":27}},"z":{"d":"153,0r-140,0r0,-29r102,-125r-97,0r0,-27r135,0r0,28r-103,127r103,0r0,26","w":168},"{":{"d":"74,-93v77,9,-12,156,78,140r0,26v-54,1,-75,-9,-73,-63v2,-48,6,-101,-49,-90r0,-27v52,10,51,-39,49,-90v-3,-54,20,-64,73,-63r0,27v-86,-18,-3,132,-78,140","w":180},"|":{"d":"103,85r-26,0r0,-360r26,0r0,360","w":180},"}":{"d":"101,-197v-2,49,-5,100,50,90r0,27v-53,-10,-52,39,-50,90v3,54,-19,64,-73,63r0,-26v85,17,4,-131,78,-140v-41,-6,-35,-52,-35,-100v0,-35,-9,-41,-43,-40r0,-27v53,-1,75,9,73,63","w":180},"~":{"d":"99,-132v22,0,82,24,102,24v20,0,42,-9,68,-27r0,27v-24,17,-46,25,-68,25v-18,0,-82,-24,-102,-24v-19,0,-42,10,-68,28r0,-28v25,-17,47,-25,68,-25","w":299},"\u00a0":{"w":103},"\u00c0":{"d":"136,-274r-25,0r-40,-59r33,0xm242,0r-38,0r-24,-64r-119,0r-24,64r-36,0r100,-250r43,0xm170,-92r-48,-127r-50,127r98,0","w":237},"\u00c1":{"d":"177,-333r-41,59r-25,0r33,-59r33,0xm242,0r-38,0r-24,-64r-119,0r-24,64r-36,0r100,-250r43,0xm170,-92r-48,-127r-50,127r98,0","w":237},"\u00c2":{"d":"175,-274r-19,0r-32,-43r-32,43r-19,0r35,-63r32,0xm242,0r-38,0r-24,-64r-119,0r-24,64r-36,0r100,-250r43,0xm170,-92r-48,-127r-50,127r98,0","w":237},"\u00c3":{"d":"176,-323v-8,44,-40,36,-73,26v-7,0,-13,4,-16,13r-16,0v8,-42,40,-37,73,-26v8,0,14,-4,17,-13r15,0xm242,0r-38,0r-24,-64r-119,0r-24,64r-36,0r100,-250r43,0xm170,-92r-48,-127r-50,127r98,0","w":237},"\u00c4":{"d":"168,-287r-30,0r0,-33r30,0r0,33xm109,-287r-29,0r0,-33r29,0r0,33xm242,0r-38,0r-24,-64r-119,0r-24,64r-36,0r100,-250r43,0xm170,-92r-48,-127r-50,127r98,0","w":237},"\u0100":{"d":"169,-292r-94,0r0,-23r94,0r0,23xm242,0r-38,0r-24,-64r-119,0r-24,64r-36,0r100,-250r43,0xm170,-92r-48,-127r-50,127r98,0","w":237},"\u0102":{"d":"172,-330v-2,32,-19,48,-50,48v-31,0,-48,-16,-50,-48r15,0v2,17,14,26,35,26v21,0,32,-9,33,-26r17,0xm242,0r-38,0r-24,-64r-119,0r-24,64r-36,0r100,-250r43,0xm170,-92r-48,-127r-50,127r98,0","w":237},"\u00c5":{"d":"121,-349v23,0,44,19,44,43v0,24,-19,44,-44,44v-25,0,-43,-20,-43,-44v0,-24,19,-43,43,-43xm242,0r-38,0r-24,-64r-119,0r-24,64r-36,0r100,-250r43,0xm122,-281v13,0,24,-11,24,-24v0,-13,-11,-25,-24,-25v-14,0,-25,11,-25,25v0,13,12,24,25,24xm170,-92r-48,-127r-50,127r98,0","w":237,"k":{"\u201d":43,"\u201c":13,"\u2019":43,"\u2018":13,"Y":22,"W":7,"V":13,"U":7,"T":13,";":-7,":":-7,".":-7,",":-7}},"\u0104":{"d":"242,0v-20,2,-41,48,-8,51v6,0,13,-2,19,-5r0,24v-30,12,-63,2,-64,-28v0,-16,9,-30,27,-42r-12,0r-24,-64r-119,0r-24,64r-36,0r100,-250r43,0xm170,-92r-48,-127r-50,127r98,0","w":237,"k":{"Y":22,"W":7,"V":13,"U":7,"T":13,";":-7,":":-7,".":-7,",":-7}},"\u00c6":{"d":"301,0r-136,0r0,-64r-98,0r-37,64r-38,0r149,-250r157,0r0,28r-99,0r0,78r94,0r0,28r-94,0r0,87r102,0r0,29xm165,-93r0,-131r-6,0r-77,131r83,0","w":324},"\u0106":{"d":"187,-333r-41,59r-25,0r33,-59r33,0xm18,-123v0,-100,96,-151,192,-118r-1,30v-74,-32,-154,5,-154,86v0,82,80,117,153,86r1,31v-94,30,-191,-16,-191,-115","w":219,"k":{"S":-7,"-":-8}},"\u0108":{"d":"193,-270r-19,0r-31,-43r-32,43r-19,0r35,-63r31,0xm18,-123v0,-100,96,-151,192,-118r-1,30v-74,-32,-154,5,-154,86v0,82,80,117,153,86r1,31v-94,30,-191,-16,-191,-115","w":219},"\u010c":{"d":"197,-332r-35,62r-31,0r-35,-62r19,0r32,43r31,-43r19,0xm18,-123v0,-100,96,-151,192,-118r-1,30v-74,-32,-154,5,-154,86v0,82,80,117,153,86r1,31v-94,30,-191,-16,-191,-115","w":219},"\u010a":{"d":"160,-298r-32,0r0,-36r32,0r0,36xm18,-123v0,-100,96,-151,192,-118r-1,30v-74,-32,-154,5,-154,86v0,82,80,117,153,86r1,31v-94,30,-191,-16,-191,-115","w":219},"\u00c7":{"d":"18,-123v0,-100,96,-151,192,-118r-1,30v-74,-32,-154,5,-154,86v0,82,80,117,153,86r1,31v-94,30,-191,-16,-191,-115xm179,49v0,39,-51,38,-88,26r0,-17v21,5,35,7,42,7v15,0,22,-5,22,-15v0,-14,-16,-19,-32,-16r-1,-34r14,0r0,18v27,-1,44,9,43,31","w":219},"\u010e":{"d":"158,-332r-35,62r-32,0r-34,-62r19,0r31,43r32,-43r19,0xm230,-124v0,105,-84,133,-199,124r0,-250v116,-8,199,20,199,126xm66,-29v78,7,127,-26,127,-97v0,-75,-46,-102,-127,-96r0,193","w":246},"\u0110":{"d":"236,-124v0,102,-85,133,-199,124r0,-118r-31,0r0,-23r31,0r0,-109v116,-8,199,20,199,126xm72,-29v78,7,127,-25,127,-97v0,-74,-47,-102,-127,-96r0,81r57,0r0,23r-57,0r0,89","w":252},"\u00d0":{"d":"236,-124v0,102,-85,133,-199,124r0,-118r-31,0r0,-23r31,0r0,-109v116,-8,199,20,199,126xm72,-29v78,7,127,-25,127,-97v0,-74,-47,-102,-127,-96r0,81r57,0r0,23r-57,0r0,89","w":252,"k":{"-":-7}},"\u00c8":{"d":"118,-274r-24,0r-41,-59r33,0xm170,0r-139,0r0,-250r135,0r0,27r-100,0r0,79r95,0r0,28r-95,0r0,87r104,0r0,29","w":192},"\u00c9":{"d":"146,-333r-41,59r-24,0r32,-59r33,0xm170,0r-139,0r0,-250r135,0r0,27r-100,0r0,79r95,0r0,28r-95,0r0,87r104,0r0,29","w":192},"\u00ca":{"d":"147,-274r-19,0r-32,-43r-31,43r-19,0r35,-63r31,0xm170,0r-139,0r0,-250r135,0r0,27r-100,0r0,79r95,0r0,28r-95,0r0,87r104,0r0,29","w":192},"\u011a":{"d":"149,-334r-35,63r-32,0r-35,-63r19,0r32,43r32,-43r19,0xm170,0r-139,0r0,-250r135,0r0,27r-100,0r0,79r95,0r0,28r-95,0r0,87r104,0r0,29","w":192},"\u00cb":{"d":"141,-287r-30,0r0,-33r30,0r0,33xm82,-287r-30,0r0,-33r30,0r0,33xm170,0r-139,0r0,-250r135,0r0,27r-100,0r0,79r95,0r0,28r-95,0r0,87r104,0r0,29","w":192},"\u0112":{"d":"147,-291r-95,0r0,-22r95,0r0,22xm170,0r-139,0r0,-250r135,0r0,27r-100,0r0,79r95,0r0,28r-95,0r0,87r104,0r0,29","w":192},"\u0114":{"d":"150,-329v-2,32,-19,49,-50,49v-31,0,-48,-17,-50,-49r16,0v2,17,13,26,34,26v21,0,33,-9,34,-26r16,0xm170,0r-139,0r0,-250r135,0r0,27r-100,0r0,79r95,0r0,28r-95,0r0,87r104,0r0,29","w":192},"\u0116":{"d":"116,-297r-32,0r0,-36r32,0r0,36xm170,0r-139,0r0,-250r135,0r0,27r-100,0r0,79r95,0r0,28r-95,0r0,87r104,0r0,29","w":192},"\u0118":{"d":"163,70v-30,12,-63,3,-63,-28v0,-16,8,-30,26,-42r-95,0r0,-250r135,0r0,27r-100,0r0,79r95,0r0,28r-95,0r0,87r104,0r0,29v-29,-4,-43,10,-43,34v0,20,23,20,36,12r0,24","w":192},"\u011c":{"d":"199,-269r-19,0r-31,-43r-32,43r-19,0r35,-63r32,0xm56,-124v0,73,68,115,139,90r0,-76r-52,0r0,-27r86,0r0,125v-98,38,-210,-6,-210,-113v0,-103,104,-151,203,-114r-5,30v-71,-39,-161,0,-161,85","w":255},"\u011e":{"d":"199,-330v-2,32,-19,48,-50,48v-31,0,-48,-16,-50,-48r16,0v2,17,13,25,34,25v21,0,33,-8,34,-25r16,0xm56,-124v0,73,68,115,139,90r0,-76r-52,0r0,-27r86,0r0,125v-98,38,-210,-6,-210,-113v0,-103,104,-151,203,-114r-5,30v-71,-39,-161,0,-161,85","w":255},"\u0120":{"d":"165,-297r-32,0r0,-36r32,0r0,36xm56,-124v0,73,68,115,139,90r0,-76r-52,0r0,-27r86,0r0,125v-98,38,-210,-6,-210,-113v0,-103,104,-151,203,-114r-5,30v-71,-39,-161,0,-161,85","w":255},"\u0122":{"d":"56,-124v0,73,68,115,139,90r0,-76r-52,0r0,-27r86,0r0,125v-98,38,-210,-6,-210,-113v0,-103,104,-151,203,-114r-5,30v-71,-39,-161,0,-161,85xm166,9r-30,83r-29,0r22,-83r37,0","w":255},"\u0124":{"d":"174,-271r-20,0r-31,-43r-32,43r-19,0r35,-62r32,0xm214,0r-35,0r0,-116r-113,0r0,116r-35,0r0,-250r35,0r0,106r113,0r0,-106r35,0r0,250","w":245},"\u0126":{"d":"238,-202r-24,0r0,202r-35,0r0,-116r-113,0r0,116r-35,0r0,-202r-22,0r0,-19r22,0r0,-29r35,0r0,29r113,0r0,-29r35,0r0,29r24,0r0,19xm179,-144r0,-58r-113,0r0,58r113,0","w":245},"\u00cc":{"d":"62,-274r-25,0r-40,-59r33,0xm66,0r-35,0r0,-250r35,0r0,250","w":96},"\u00cd":{"d":"99,-333r-40,59r-25,0r32,-59r33,0xm66,0r-35,0r0,-250r35,0r0,250","w":96},"\u012c":{"d":"102,-329v-3,32,-20,49,-51,49v-31,0,-48,-17,-50,-49r16,0v1,17,13,26,34,26v21,0,33,-9,34,-26r17,0xm66,0r-35,0r0,-250r35,0r0,250","w":96},"\u00ce":{"d":"99,-274r-19,0r-31,-43r-32,43r-19,0r35,-63r31,0xm66,0r-35,0r0,-250r35,0r0,250","w":96},"\u0128":{"d":"102,-323v-8,41,-40,38,-73,27v-8,0,-13,4,-16,13r-17,0v8,-41,40,-38,73,-27v8,0,14,-4,17,-13r16,0xm66,0r-35,0r0,-250r35,0r0,250","w":96},"\u00cf":{"d":"93,-287r-30,0r0,-33r30,0r0,33xm34,-287r-30,0r0,-33r30,0r0,33xm66,0r-35,0r0,-250r35,0r0,250","w":96},"\u012a":{"d":"96,-291r-94,0r0,-22r94,0r0,22xm66,0r-35,0r0,-250r35,0r0,250","w":96},"\u0130":{"d":"65,-298r-32,0r0,-36r32,0r0,36xm66,0r-35,0r0,-250r35,0r0,250","w":96},"\u012e":{"d":"81,70v-30,12,-63,2,-64,-28v0,-16,9,-30,27,-42r-13,0r0,-250r35,0r0,250v-20,4,-34,49,-4,51v6,0,13,-2,19,-5r0,24","w":96},"\u0134":{"d":"131,-271r-19,0r-31,-43r-32,43r-19,0r35,-62r31,0xm2,-32v41,14,61,-12,61,-59r0,-159r35,0r0,166v3,66,-33,97,-96,83r0,-31","w":128},"\u0136":{"d":"221,0r-45,0r-110,-122r0,122r-35,0r0,-250r35,0r0,110r103,-110r42,0r-112,117xm135,9r-30,83r-29,0r23,-83r36,0","w":212},"\u0139":{"d":"104,-333r-41,59r-24,0r32,-59r33,0xm166,0r-135,0r0,-250r35,0r0,221r100,0r0,29","w":167},"\u013d":{"d":"135,-264r-40,59r-25,0r32,-59r33,0xm166,0r-135,0r0,-250r35,0r0,221r100,0r0,29","w":167},"\u013b":{"d":"166,0r-135,0r0,-250r35,0r0,221r100,0r0,29xm121,9r-30,83r-29,0r22,-83r37,0","w":167},"\u0141":{"d":"172,0r-135,0r0,-110r-18,12r0,-28r18,-12r0,-112r35,0r0,92r41,-29r0,28r-41,29r0,101r100,0r0,29","w":173,"k":{"y":7,"Y":38,"W":12,"V":25,"U":7,"T":30,"O":13,"-":30}},"\u013f":{"d":"103,-145v11,0,20,9,20,20v0,11,-9,20,-20,20v-10,1,-21,-10,-20,-20v0,-11,9,-20,20,-20xm166,0r-135,0r0,-250r35,0r0,221r100,0r0,29","w":167},"\u0143":{"d":"182,-333r-41,59r-24,0r32,-59r33,0xm223,0r-43,0v-40,-79,-90,-143,-122,-230v11,78,3,147,5,230r-32,0r0,-250r44,0v40,78,88,142,121,228v-11,-72,-2,-150,-5,-228r32,0r0,250","w":253},"\u0147":{"d":"177,-334r-34,63r-32,0r-35,-63r19,0r32,43r31,-43r19,0xm223,0r-43,0v-40,-79,-90,-143,-122,-230v11,78,3,147,5,230r-32,0r0,-250r44,0v40,78,88,142,121,228v-11,-72,-2,-150,-5,-228r32,0r0,250","w":253},"\u00d1":{"d":"180,-323v-8,43,-41,37,-73,26v-7,0,-14,4,-17,13r-16,0v8,-42,41,-38,73,-26v8,0,14,-4,17,-13r16,0xm223,0r-43,0v-40,-79,-90,-143,-122,-230v11,78,3,147,5,230r-32,0r0,-250r44,0v40,78,88,142,121,228v-11,-72,-2,-150,-5,-228r32,0r0,250","w":253},"\u0145":{"d":"223,0r-43,0v-40,-79,-90,-143,-122,-230v11,78,3,147,5,230r-32,0r0,-250r44,0v40,78,88,142,121,228v-11,-72,-2,-150,-5,-228r32,0r0,250xm143,9r-30,83r-29,0r23,-83r36,0","w":253},"\u00d2":{"d":"162,-274r-25,0r-41,-59r34,0xm132,-255v73,0,113,54,113,130v0,76,-40,130,-113,130v-73,0,-114,-54,-114,-130v0,-76,41,-130,114,-130xm132,-24v51,0,77,-45,77,-101v0,-56,-27,-102,-77,-102v-50,0,-77,46,-77,102v0,56,26,101,77,101","w":263},"\u00d3":{"d":"177,-333r-41,59r-25,0r33,-59r33,0xm132,-255v73,0,113,54,113,130v0,76,-40,130,-113,130v-73,0,-114,-54,-114,-130v0,-76,41,-130,114,-130xm132,-24v51,0,77,-45,77,-101v0,-56,-27,-102,-77,-102v-50,0,-77,46,-77,102v0,56,26,101,77,101","w":263,"k":{"Y":7,"X":7,".":13,"-":-7,",":13}},"\u00d4":{"d":"183,-274r-19,0r-32,-43r-32,43r-19,0r35,-63r32,0xm132,-255v73,0,113,54,113,130v0,76,-40,130,-113,130v-73,0,-114,-54,-114,-130v0,-76,41,-130,114,-130xm132,-24v51,0,77,-45,77,-101v0,-56,-27,-102,-77,-102v-50,0,-77,46,-77,102v0,56,26,101,77,101","w":263},"\u00d5":{"d":"185,-323v-8,43,-41,37,-73,26v-7,0,-14,4,-17,13r-16,0v8,-42,41,-38,73,-26v8,0,14,-4,17,-13r16,0xm132,-255v73,0,113,54,113,130v0,76,-40,130,-113,130v-73,0,-114,-54,-114,-130v0,-76,41,-130,114,-130xm132,-24v51,0,77,-45,77,-101v0,-56,-27,-102,-77,-102v-50,0,-77,46,-77,102v0,56,26,101,77,101","w":263},"\u00d6":{"d":"176,-287r-30,0r0,-33r30,0r0,33xm118,-287r-30,0r0,-33r30,0r0,33xm132,-255v73,0,113,54,113,130v0,76,-40,130,-113,130v-73,0,-114,-54,-114,-130v0,-76,41,-130,114,-130xm132,-24v51,0,77,-45,77,-101v0,-56,-27,-102,-77,-102v-50,0,-77,46,-77,102v0,56,26,101,77,101","w":263},"\u014c":{"d":"178,-292r-94,0r0,-23r94,0r0,23xm132,-255v73,0,113,54,113,130v0,76,-40,130,-113,130v-73,0,-114,-54,-114,-130v0,-76,41,-130,114,-130xm132,-24v51,0,77,-45,77,-101v0,-56,-27,-102,-77,-102v-50,0,-77,46,-77,102v0,56,26,101,77,101","w":263},"\u014e":{"d":"183,-329v-2,32,-19,48,-50,48v-31,0,-48,-16,-50,-48r16,0v2,17,13,25,34,25v21,0,32,-8,33,-25r17,0xm132,-255v73,0,113,54,113,130v0,76,-40,130,-113,130v-73,0,-114,-54,-114,-130v0,-76,41,-130,114,-130xm132,-24v51,0,77,-45,77,-101v0,-56,-27,-102,-77,-102v-50,0,-77,46,-77,102v0,56,26,101,77,101","w":263},"\u0150":{"d":"197,-332r-41,58r-15,0r27,-58r29,0xm148,-332r-37,58r-14,0r23,-58r28,0xm132,-255v73,0,113,54,113,130v0,76,-40,130,-113,130v-73,0,-114,-54,-114,-130v0,-76,41,-130,114,-130xm132,-24v51,0,77,-45,77,-101v0,-56,-27,-102,-77,-102v-50,0,-77,46,-77,102v0,56,26,101,77,101","w":263},"\u00d8":{"d":"41,-41v-52,-80,-15,-214,90,-214v30,0,56,10,76,28r31,-35r17,15r-33,37v51,78,16,215,-89,215v-32,0,-57,-10,-76,-28r-31,35r-17,-15xm186,-203v-50,-56,-132,-7,-132,74v0,24,4,45,12,62xm79,-47v49,55,131,4,131,-75v0,-25,-4,-46,-12,-61","w":263,"k":{"Y":7,"X":7,".":13,"-":-7,",":13}},"\u0152":{"d":"18,-124v0,-99,65,-126,170,-126r121,0r0,27r-100,0r0,79r94,0r0,28r-94,0r0,87r102,0r0,29r-180,2v-74,0,-113,-50,-113,-126xm55,-126v0,76,37,111,119,98r0,-194v-80,-15,-119,21,-119,96","w":334},"\u0154":{"d":"141,-334r-41,59r-25,0r33,-59r33,0xm200,0r-37,0v-26,-43,-18,-120,-97,-111r0,111r-35,0r0,-250v72,-3,153,-3,153,64v0,33,-18,53,-54,61v19,5,24,15,32,35xm66,-138v43,3,82,-5,82,-43v0,-36,-38,-45,-82,-42r0,85","w":205},"\u0158":{"d":"145,-333r-34,63r-32,0r-35,-63r19,0r32,44r31,-44r19,0xm200,0r-37,0v-26,-43,-18,-120,-97,-111r0,111r-35,0r0,-250v72,-3,153,-3,153,64v0,33,-18,53,-54,61v19,5,24,15,32,35xm66,-138v43,3,82,-5,82,-43v0,-36,-38,-45,-82,-42r0,85","w":205},"\u0156":{"d":"200,0r-37,0v-26,-43,-18,-120,-97,-111r0,111r-35,0r0,-250v72,-3,153,-3,153,64v0,33,-18,53,-54,61v19,5,24,15,32,35xm66,-138v43,3,82,-5,82,-43v0,-36,-38,-45,-82,-42r0,85xm131,9r-30,83r-29,0r22,-83r37,0","w":205},"\u015a":{"d":"152,-333r-41,59r-25,0r33,-59r33,0xm59,-192v12,55,111,54,111,121v0,68,-87,89,-148,62r4,-34v37,22,103,26,106,-20v3,-54,-108,-62,-108,-125v0,-61,80,-77,136,-55r-4,30v-30,-16,-95,-19,-97,21","w":189},"\u015c":{"d":"150,-270r-19,0r-31,-43r-32,43r-19,0r35,-63r32,0xm59,-192v12,55,111,54,111,121v0,68,-87,89,-148,62r4,-34v37,22,103,26,106,-20v3,-54,-108,-62,-108,-125v0,-61,80,-77,136,-55r-4,30v-30,-16,-95,-19,-97,21","w":189},"\u0160":{"d":"145,-337r-34,63r-32,0r-35,-63r19,0r32,44r31,-44r19,0xm59,-192v12,55,111,54,111,121v0,68,-87,89,-148,62r4,-34v37,22,103,26,106,-20v3,-54,-108,-62,-108,-125v0,-61,80,-77,136,-55r-4,30v-30,-16,-95,-19,-97,21","w":189},"\u015e":{"d":"59,-192v12,55,113,54,111,121v-1,42,-35,73,-79,73r0,16v27,-1,44,9,43,31v0,39,-51,38,-88,26r0,-17v21,5,35,7,42,7v15,0,22,-5,22,-15v0,-14,-16,-19,-32,-16r-1,-33v-20,-1,-38,-4,-55,-10r4,-34v37,22,103,26,106,-20v3,-54,-108,-62,-108,-125v0,-61,80,-77,136,-55r-4,30v-30,-16,-95,-19,-97,21","w":189},"\u0218":{"d":"59,-192v12,55,111,54,111,121v0,68,-87,89,-148,62r4,-34v37,22,103,26,106,-20v3,-54,-108,-62,-108,-125v0,-61,80,-77,136,-55r-4,30v-30,-16,-95,-19,-97,21xm110,9r-30,83r-29,0r22,-83r37,0","w":189},"\u0164":{"d":"141,-333r-34,62r-32,0r-35,-62r19,0r32,43r31,-43r19,0xm178,-221r-70,0r0,221r-35,0r0,-221r-70,0r0,-29r175,0r0,29","w":181},"\u0162":{"d":"178,-221r-70,0r0,221r-35,0r0,-221r-70,0r0,-29r175,0r0,29xm110,9r-29,83r-30,0r23,-83r36,0","w":181},"\u021a":{"d":"178,-221r-70,0r0,221r-35,0r0,-221r-70,0r0,-29r175,0r0,29xm110,9r-29,83r-30,0r23,-83r36,0","w":181},"\uf6c1":{"d":"178,-221r-70,0r0,239v27,-1,42,9,42,31v0,39,-50,38,-87,26r0,-17v21,5,35,7,42,7v15,0,22,-5,22,-15v0,-14,-16,-19,-32,-16r-1,-34r-21,0r0,-221r-70,0r0,-29r175,0r0,29","w":181},"\u0166":{"d":"178,-221r-70,0r0,101r38,0r0,25r-38,0r0,95r-35,0r0,-95r-37,0r0,-25r37,0r0,-101r-70,0r0,-29r175,0r0,29","w":181},"\u00de":{"d":"183,-140v0,59,-51,79,-117,74r0,66r-35,0r0,-250r35,0r0,36v69,-5,117,15,117,74xm146,-140v0,-40,-35,-50,-80,-46r0,93v45,3,80,-6,80,-47","w":190,"k":{".":25,"-":-13,",":25}},"\u00d9":{"d":"147,-274r-25,0r-41,-59r33,0xm216,-105v0,73,-31,110,-94,110v-62,0,-93,-36,-93,-107r0,-148r35,0v6,84,-27,226,59,226v87,0,55,-141,61,-226r32,0r0,145","w":248},"\u00da":{"d":"170,-333r-41,59r-25,0r32,-59r34,0xm216,-105v0,73,-31,110,-94,110v-62,0,-93,-36,-93,-107r0,-148r35,0v6,84,-27,226,59,226v87,0,55,-141,61,-226r32,0r0,145","w":248},"\u00db":{"d":"175,-274r-19,0r-32,-43r-31,43r-20,0r35,-63r32,0xm216,-105v0,73,-31,110,-94,110v-62,0,-93,-36,-93,-107r0,-148r35,0v6,84,-27,226,59,226v87,0,55,-141,61,-226r32,0r0,145","w":248},"\u0168":{"d":"174,-323v-8,41,-40,38,-73,27v-8,0,-13,4,-16,13r-17,0v8,-41,40,-38,73,-27v8,0,14,-4,17,-13r16,0xm216,-105v0,73,-31,110,-94,110v-62,0,-93,-36,-93,-107r0,-148r35,0v6,84,-27,226,59,226v87,0,55,-141,61,-226r32,0r0,145","w":248},"\u00dc":{"d":"168,-287r-30,0r0,-33r30,0r0,33xm110,-287r-30,0r0,-33r30,0r0,33xm216,-105v0,73,-31,110,-94,110v-62,0,-93,-36,-93,-107r0,-148r35,0v6,84,-27,226,59,226v87,0,55,-141,61,-226r32,0r0,145","w":248},"\u016a":{"d":"171,-291r-94,0r0,-22r94,0r0,22xm216,-105v0,73,-31,110,-94,110v-62,0,-93,-36,-93,-107r0,-148r35,0v6,84,-27,226,59,226v87,0,55,-141,61,-226r32,0r0,145","w":248},"\u016c":{"d":"177,-329v-3,32,-19,49,-50,49v-31,0,-48,-17,-50,-49r16,0v1,17,13,26,34,26v21,0,33,-9,34,-26r16,0xm216,-105v0,73,-31,110,-94,110v-62,0,-93,-36,-93,-107r0,-148r35,0v6,84,-27,226,59,226v87,0,55,-141,61,-226r32,0r0,145","w":248},"\u016e":{"d":"124,-333v23,0,44,20,44,44v0,24,-21,43,-44,43v-24,0,-44,-19,-44,-43v0,-24,20,-44,44,-44xm216,-105v0,73,-31,110,-94,110v-62,0,-93,-36,-93,-107r0,-148r35,0v6,84,-27,226,59,226v87,0,55,-141,61,-226r32,0r0,145xm124,-264v13,0,25,-12,25,-25v0,-13,-11,-25,-25,-25v-13,0,-24,12,-24,25v0,13,11,26,24,25","w":248},"\u0170":{"d":"183,-333r-42,58r-15,0r27,-58r30,0xm134,-333r-37,58r-15,0r23,-58r29,0xm216,-105v0,73,-31,110,-94,110v-62,0,-93,-36,-93,-107r0,-148r35,0v6,84,-27,226,59,226v87,0,55,-141,61,-226r32,0r0,145","w":248},"\u0172":{"d":"186,70v-30,12,-63,2,-64,-28v0,-14,8,-27,23,-39v-74,11,-116,-25,-116,-105r0,-148r35,0v6,84,-27,226,59,226v87,0,55,-141,61,-226r32,0v-4,90,19,210,-42,242v-11,7,-23,26,-24,42v-1,20,23,20,36,12r0,24","w":248},"\u0174":{"d":"221,-271r-19,0r-32,-43r-31,43r-19,0r34,-62r32,0xm338,-250r-67,250r-44,0v-18,-78,-44,-148,-56,-232v-14,85,-38,152,-56,232r-45,0r-66,-250r36,0r50,200v1,4,2,15,4,31v12,-84,38,-152,55,-231r45,0r52,201v2,6,3,17,4,30v11,-87,38,-151,55,-231r33,0","w":340},"\u00dd":{"d":"148,-337r-50,63r-19,0r36,-63r33,0xm213,-250r-92,147r0,103r-35,0r0,-103r-92,-147r41,0r69,119r71,-119r38,0","w":207},"\u0176":{"d":"157,-271r-19,0r-32,-43r-32,43r-19,0r35,-62r32,0xm213,-250r-92,147r0,103r-35,0r0,-103r-92,-147r41,0r69,119r71,-119r38,0","w":207},"\u0178":{"d":"148,-287r-30,0r0,-33r30,0r0,33xm89,-287r-30,0r0,-33r30,0r0,33xm213,-250r-92,147r0,103r-35,0r0,-103r-92,-147r41,0r69,119r71,-119r38,0","w":207},"\u0179":{"d":"143,-333r-40,59r-25,0r32,-59r33,0xm180,0r-168,0r0,-33r128,-189r-125,0r0,-28r162,0r0,31r-129,190r132,0r0,29","w":193},"\u017d":{"d":"148,-337r-35,63r-32,0r-35,-63r19,0r32,44r32,-44r19,0xm180,0r-168,0r0,-33r128,-189r-125,0r0,-28r162,0r0,31r-129,190r132,0r0,29","w":193},"\u017b":{"d":"113,-300r-32,0r0,-33r32,0r0,33xm180,0r-168,0r0,-33r128,-189r-125,0r0,-28r162,0r0,31r-129,190r132,0r0,29","w":193,"k":{"-":17}},"\u00e0":{"d":"128,-205r-25,0r-41,-59r33,0xm131,-112v4,-54,-57,-58,-95,-33r0,-27v55,-27,128,-16,128,62r0,110r-30,0r0,-30v-25,50,-120,43,-120,-21v0,-48,51,-65,117,-61xm81,-22v36,0,53,-27,50,-67v-43,-2,-83,5,-83,36v0,18,13,31,33,31","w":190},"\u00e1":{"d":"148,-264r-41,59r-25,0r32,-59r34,0xm131,-112v4,-54,-57,-58,-95,-33r0,-27v55,-27,128,-16,128,62r0,110r-30,0r0,-30v-25,50,-120,43,-120,-21v0,-48,51,-65,117,-61xm81,-22v36,0,53,-27,50,-67v-43,-2,-83,5,-83,36v0,18,13,31,33,31","w":190},"\u00e2":{"d":"146,-205r-19,0r-32,-43r-32,43r-19,0r35,-62r32,0xm131,-112v4,-54,-57,-58,-95,-33r0,-27v55,-27,128,-16,128,62r0,110r-30,0r0,-30v-25,50,-120,43,-120,-21v0,-48,51,-65,117,-61xm81,-22v36,0,53,-27,50,-67v-43,-2,-83,5,-83,36v0,18,13,31,33,31","w":190},"\u00e3":{"d":"148,-254v-8,42,-40,38,-73,27v-7,0,-14,4,-17,13r-16,0v7,-41,41,-38,73,-26v8,0,14,-5,17,-14r16,0xm131,-112v4,-54,-57,-58,-95,-33r0,-27v55,-27,128,-16,128,62r0,110r-30,0r0,-30v-25,50,-120,43,-120,-21v0,-48,51,-65,117,-61xm81,-22v36,0,53,-27,50,-67v-43,-2,-83,5,-83,36v0,18,13,31,33,31","w":190},"\u00e4":{"d":"139,-217r-30,0r0,-34r30,0r0,34xm81,-217r-30,0r0,-34r30,0r0,34xm131,-112v4,-54,-57,-58,-95,-33r0,-27v55,-27,128,-16,128,62r0,110r-30,0r0,-30v-25,50,-120,43,-120,-21v0,-48,51,-65,117,-61xm81,-22v36,0,53,-27,50,-67v-43,-2,-83,5,-83,36v0,18,13,31,33,31","w":190},"\u0101":{"d":"144,-222r-94,0r0,-23r94,0r0,23xm131,-112v4,-54,-57,-58,-95,-33r0,-27v55,-27,128,-16,128,62r0,110r-30,0r0,-30v-25,50,-120,43,-120,-21v0,-48,51,-65,117,-61xm81,-22v36,0,53,-27,50,-67v-43,-2,-83,5,-83,36v0,18,13,31,33,31","w":190},"\u0103":{"d":"145,-260v-2,32,-19,48,-50,48v-31,0,-48,-16,-50,-48r16,0v2,17,13,25,34,25v21,0,33,-8,34,-25r16,0xm131,-112v4,-54,-57,-58,-95,-33r0,-27v55,-27,128,-16,128,62r0,110r-30,0r0,-30v-25,50,-120,43,-120,-21v0,-48,51,-65,117,-61xm81,-22v36,0,53,-27,50,-67v-43,-2,-83,5,-83,36v0,18,13,31,33,31","w":190},"\u00e5":{"d":"95,-284v25,0,44,21,44,44v0,24,-20,43,-44,43v-24,1,-44,-19,-44,-43v0,-23,20,-44,44,-44xm131,-112v4,-54,-57,-58,-95,-33r0,-27v55,-27,128,-16,128,62r0,110r-30,0r0,-30v-25,50,-120,43,-120,-21v0,-48,51,-65,117,-61xm95,-216v13,0,25,-12,25,-24v0,-13,-11,-25,-25,-25v-14,0,-25,11,-25,25v0,13,12,24,25,24xm81,-22v36,0,53,-27,50,-67v-42,-2,-83,5,-83,36v0,18,13,31,33,31","w":190},"\u0105":{"d":"131,-112v4,-54,-57,-58,-95,-33r0,-27v55,-27,128,-16,128,62r0,110v-20,4,-34,49,-4,51v6,0,13,-2,19,-5r0,24v-30,12,-63,2,-64,-28v0,-16,8,-30,26,-42r-7,0r0,-30v-25,50,-120,43,-120,-21v0,-48,51,-65,117,-61xm81,-22v36,0,53,-27,50,-67v-43,-2,-83,5,-83,36v0,18,13,31,33,31","w":190},"\u00e6":{"d":"152,-156v47,-59,155,-22,139,70r-128,0v-2,62,65,81,113,51r0,29v-47,19,-113,12,-131,-32v-25,56,-127,56,-131,-13v-2,-48,51,-65,117,-61v4,-54,-57,-58,-95,-33r0,-27v39,-20,97,-19,116,16xm260,-110v0,-51,-49,-66,-80,-38v-9,9,-14,22,-16,38r96,0xm81,-22v36,0,53,-27,50,-67v-42,-2,-83,5,-83,36v0,18,13,31,33,31","w":299},"\u0107":{"d":"150,-264r-40,59r-25,0r32,-59r33,0xm51,-91v0,56,55,81,103,55r2,30v-69,26,-140,-11,-140,-84v0,-72,70,-109,140,-85r-3,29v-45,-25,-102,3,-102,55","w":167},"\u0109":{"d":"156,-202r-19,0r-32,-42r-31,42r-19,0r35,-62r31,0xm51,-91v0,56,55,81,103,55r2,30v-69,26,-140,-11,-140,-84v0,-72,70,-109,140,-85r-3,29v-45,-25,-102,3,-102,55","w":167},"\u010d":{"d":"158,-264r-35,62r-32,0r-35,-62r19,0r32,43r32,-43r19,0xm51,-91v0,56,55,81,103,55r2,30v-69,26,-140,-11,-140,-84v0,-72,70,-109,140,-85r-3,29v-45,-25,-102,3,-102,55","w":167},"\u010b":{"d":"123,-228r-32,0r0,-36r32,0r0,36xm51,-91v0,56,55,81,103,55r2,30v-69,26,-140,-11,-140,-84v0,-72,70,-109,140,-85r-3,29v-45,-25,-102,3,-102,55","w":167},"\u00e7":{"d":"51,-91v0,56,55,81,103,55r2,30v-69,26,-140,-11,-140,-84v0,-72,70,-109,140,-85r-3,29v-45,-25,-102,3,-102,55xm154,49v1,39,-50,38,-87,26r0,-17v21,5,35,7,42,7v15,0,22,-5,22,-15v0,-13,-17,-19,-33,-16r0,-34r14,0r0,18v27,-1,42,9,42,31","w":167},"\u010f":{"d":"255,-264r-41,59r-25,0r33,-59r33,0xm17,-93v0,-83,93,-125,134,-59r0,-117r34,0r0,269r-31,0r0,-37v-14,26,-35,40,-63,40v-46,-1,-74,-45,-74,-96xm100,-24v34,0,52,-30,51,-67v0,-38,-16,-68,-51,-68v-32,0,-48,32,-48,68v0,37,15,67,48,67","w":224},"\u0111":{"d":"17,-93v0,-49,26,-93,74,-92v27,0,47,11,60,33r0,-64r-56,0r0,-20r56,0r0,-33r34,0r0,33r30,0r0,20r-30,0r0,216r-31,0r0,-37v-14,26,-35,40,-63,40v-46,1,-74,-47,-74,-96xm100,-24v33,0,51,-30,51,-67v0,-38,-16,-68,-51,-68v-31,0,-49,32,-48,68v1,35,16,67,48,67","w":219},"\u00f0":{"d":"18,-89v0,-67,53,-111,118,-88v-12,-19,-22,-32,-29,-40r-41,21r-8,-16r37,-19v-13,-16,-25,-28,-37,-38r36,0v3,3,11,12,23,26r41,-21r10,16r-38,20v42,52,64,98,64,139v1,56,-35,94,-89,94v-54,0,-87,-39,-87,-94xm106,-22v34,0,53,-29,53,-67v0,-39,-18,-68,-53,-68v-35,0,-54,30,-54,68v0,37,19,67,54,67"},"\u00e8":{"d":"122,-205r-25,0r-40,-59r33,0xm100,-185v54,0,80,42,76,103r-127,0v-1,58,66,76,113,47r0,29v-70,29,-146,-4,-146,-86v0,-52,34,-93,84,-93xm145,-105v0,-54,-48,-72,-80,-41v-9,10,-14,23,-16,41r96,0","w":185,"k":{"-":17}},"\u00e9":{"d":"145,-264r-41,59r-24,0r32,-59r33,0xm100,-185v54,0,80,42,76,103r-127,0v-1,58,66,76,113,47r0,29v-70,29,-146,-4,-146,-86v0,-52,34,-93,84,-93xm145,-105v0,-54,-48,-72,-80,-41v-9,10,-14,23,-16,41r96,0","w":185},"\u00ea":{"d":"149,-205r-19,0r-32,-43r-31,43r-19,0r34,-62r32,0xm100,-185v54,0,80,42,76,103r-127,0v-1,58,66,76,113,47r0,29v-70,29,-146,-4,-146,-86v0,-52,34,-93,84,-93xm145,-105v0,-54,-48,-72,-80,-41v-9,10,-14,23,-16,41r96,0","w":185},"\u011b":{"d":"150,-264r-35,62r-32,0r-35,-62r19,0r32,43r32,-43r19,0xm100,-185v54,0,80,42,76,103r-127,0v-1,58,66,76,113,47r0,29v-70,29,-146,-4,-146,-86v0,-52,34,-93,84,-93xm145,-105v0,-54,-48,-72,-80,-41v-9,10,-14,23,-16,41r96,0","w":185},"\u00eb":{"d":"143,-217r-31,0r0,-34r31,0r0,34xm84,-217r-30,0r0,-34r30,0r0,34xm100,-185v54,0,80,42,76,103r-127,0v-1,58,66,76,113,47r0,29v-70,29,-146,-4,-146,-86v0,-52,34,-93,84,-93xm145,-105v0,-54,-48,-72,-80,-41v-9,10,-14,23,-16,41r96,0","w":185},"\u0113":{"d":"150,-222r-95,0r0,-23r95,0r0,23xm100,-185v54,0,80,42,76,103r-127,0v-1,58,66,76,113,47r0,29v-70,29,-146,-4,-146,-86v0,-52,34,-93,84,-93xm145,-105v0,-54,-48,-72,-80,-41v-9,10,-14,23,-16,41r96,0","w":185},"\u0115":{"d":"151,-260v-2,32,-19,48,-50,48v-31,0,-48,-16,-50,-48r16,0v2,17,13,25,34,25v21,0,33,-8,34,-25r16,0xm100,-185v54,0,80,42,76,103r-127,0v-1,58,66,76,113,47r0,29v-70,29,-146,-4,-146,-86v0,-52,34,-93,84,-93xm145,-105v0,-54,-48,-72,-80,-41v-9,10,-14,23,-16,41r96,0","w":185},"\u0117":{"d":"116,-228r-32,0r0,-36r32,0r0,36xm100,-185v54,0,80,42,76,103r-127,0v-1,58,66,76,113,47r0,29v-70,29,-146,-4,-146,-86v0,-52,34,-93,84,-93xm145,-105v0,-54,-48,-72,-80,-41v-9,10,-14,23,-16,41r96,0","w":185},"\u0119":{"d":"162,-6v-17,4,-36,18,-36,40v0,20,23,20,36,12r0,24v-30,12,-63,3,-63,-28v0,-14,7,-27,21,-38v-67,5,-104,-33,-104,-96v0,-52,34,-93,84,-93v54,0,80,42,76,103r-127,0v-1,58,66,76,113,47r0,29xm145,-105v0,-54,-48,-72,-80,-41v-9,10,-14,23,-16,41r96,0","w":185},"\u011d":{"d":"158,-202r-19,0r-32,-42r-31,42r-19,0r34,-62r32,0xm18,-91v0,-53,26,-94,75,-94v28,0,49,13,62,37r0,-33r30,0r0,160v7,92,-75,118,-150,89r2,-31v59,35,130,8,116,-73v-39,70,-135,28,-135,-55xm101,-27v32,0,51,-30,51,-65v0,-37,-16,-66,-51,-67v-31,0,-48,30,-48,66v0,36,17,66,48,66","w":213},"\u011f":{"d":"154,-260v-2,32,-19,48,-50,48v-31,0,-48,-16,-50,-48r16,0v2,17,13,25,34,25v21,0,33,-8,34,-25r16,0xm18,-91v0,-53,26,-94,75,-94v28,0,49,13,62,37r0,-33r30,0r0,160v7,92,-75,118,-150,89r2,-31v59,35,130,8,116,-73v-39,70,-135,28,-135,-55xm101,-27v32,0,51,-30,51,-65v0,-37,-16,-66,-51,-67v-31,0,-48,30,-48,66v0,36,17,66,48,66","w":213},"\u0121":{"d":"117,-228r-32,0r0,-36r32,0r0,36xm18,-91v0,-53,26,-94,75,-94v28,0,49,13,62,37r0,-33r30,0r0,160v7,92,-75,118,-150,89r2,-31v59,35,130,8,116,-73v-39,70,-135,28,-135,-55xm101,-27v32,0,51,-30,51,-65v0,-37,-16,-66,-51,-67v-31,0,-48,30,-48,66v0,36,17,66,48,66","w":213},"\u0123":{"d":"18,-91v0,-53,26,-94,75,-94v28,0,49,13,62,37r0,-33r30,0r0,160v7,92,-75,118,-150,89r2,-31v59,35,130,8,116,-73v-39,70,-135,28,-135,-55xm101,-27v32,0,51,-30,51,-65v0,-37,-16,-66,-51,-67v-31,0,-48,30,-48,66v0,36,17,66,48,66xm84,-197r29,-82r30,0r-23,82r-36,0","w":213},"\u0125":{"d":"98,-271r-19,0r-32,-43r-32,43r-19,0r35,-62r32,0xm112,-156v-65,0,-47,91,-49,156r-33,0r0,-269r33,0r0,117v31,-54,122,-43,122,43r0,109r-33,0v-4,-57,19,-156,-40,-156"},"\u0127":{"d":"112,-156v-65,0,-47,91,-49,156r-33,0r0,-216r-23,0r0,-20r23,0r0,-33r33,0r0,33r63,0r0,20r-63,0r0,64v31,-54,122,-43,122,43r0,109r-33,0v-4,-57,19,-156,-40,-156"},"\u0131":{"d":"62,0r-34,0r0,-181r34,0r0,181","w":90},"\u00ec":{"d":"58,-205r-25,0r-41,-59r33,0xm62,0r-34,0r0,-181r34,0r0,181","w":90},"\u00ed":{"d":"99,-264r-41,59r-25,0r33,-59r33,0xm62,0r-34,0r0,-181r34,0r0,181","w":90},"\u012d":{"d":"95,-260v-2,32,-19,48,-50,48v-31,0,-48,-16,-50,-48r15,0v2,17,14,25,35,25v21,0,32,-8,33,-25r17,0xm62,0r-34,0r0,-181r34,0r0,181","w":90},"\u00ee":{"d":"96,-205r-19,0r-32,-43r-32,43r-19,0r35,-62r32,0xm62,0r-34,0r0,-181r34,0r0,181","w":90},"\u0129":{"d":"99,-257v-8,42,-38,36,-73,27v-7,0,-13,4,-16,13r-16,0v7,-41,40,-38,73,-27v8,0,14,-4,17,-13r15,0xm62,0r-34,0r0,-181r34,0r0,181","w":90},"\u00ef":{"d":"89,-217r-30,0r0,-34r30,0r0,34xm31,-217r-30,0r0,-34r30,0r0,34xm62,0r-34,0r0,-181r34,0r0,181","w":90},"\u012b":{"d":"93,-222r-95,0r0,-23r95,0r0,23xm62,0r-34,0r0,-181r34,0r0,181","w":90},"\u012f":{"d":"61,-230r-32,0r0,-34r32,0r0,34xm76,70v-30,12,-63,3,-63,-28v0,-16,8,-30,26,-42r-11,0r0,-181r34,0r0,181v-21,4,-35,49,-4,51v6,0,12,-2,18,-5r0,24","w":90},"\u0135":{"d":"96,-202r-19,0r-32,-42r-32,42r-19,0r35,-62r32,0xm-9,50v29,8,37,-11,37,-43r0,-188r34,0r0,190v2,53,-22,77,-73,67","w":90},"\u0137":{"d":"184,0r-42,0r-79,-95r0,95r-33,0r0,-269r33,0r0,160r72,-72r39,0r-80,77xm120,9r-30,83r-29,0r23,-83r36,0","w":180},"\u013a":{"d":"97,-333r-40,59r-25,0r32,-59r33,0xm62,0r-34,0r0,-269r34,0r0,269","w":90},"\u013e":{"d":"132,-264r-41,59r-25,0r33,-59r33,0xm62,0r-34,0r0,-269r34,0r0,269","w":96},"\u013c":{"d":"62,0r-34,0r0,-269r34,0r0,269xm64,9r-30,83r-29,0r22,-83r37,0","w":90},"\u0142":{"d":"92,-179r-23,17r0,162r-34,0r0,-143r-21,15r0,-29r21,-15r0,-97r34,0r0,77r23,-16r0,29","w":101},"\u0140":{"d":"86,-145v11,0,21,9,21,20v0,11,-10,20,-21,20v-10,0,-19,-10,-19,-20v-1,-11,8,-20,19,-20xm62,0r-34,0r0,-269r34,0r0,269","w":110},"\u0144":{"d":"150,-264r-41,59r-25,0r33,-59r33,0xm112,-156v-65,0,-47,91,-49,156r-33,0r0,-181r30,0r0,34v13,-25,34,-38,63,-38v80,0,60,108,62,185r-33,0v-4,-57,19,-156,-40,-156"},"\u0148":{"d":"150,-264r-34,62r-32,0r-35,-62r19,0r32,43r31,-43r19,0xm112,-156v-65,0,-47,91,-49,156r-33,0r0,-181r30,0r0,34v13,-25,34,-38,63,-38v80,0,60,108,62,185r-33,0v-4,-57,19,-156,-40,-156"},"\u00f1":{"d":"162,-254v-8,42,-40,38,-73,27v-7,0,-13,4,-16,13r-16,0v7,-42,41,-38,73,-26v8,0,13,-5,16,-14r16,0xm112,-156v-65,0,-47,91,-49,156r-33,0r0,-181r30,0r0,34v13,-25,34,-38,63,-38v80,0,60,108,62,185r-33,0v-4,-57,19,-156,-40,-156"},"\u0146":{"d":"112,-156v-65,0,-47,91,-49,156r-33,0r0,-181r30,0r0,34v13,-25,34,-38,63,-38v80,0,60,108,62,185r-33,0v-4,-57,19,-156,-40,-156xm130,9r-29,83r-29,0r22,-83r36,0"},"\u00f2":{"d":"136,-205r-25,0r-40,-59r33,0xm105,-185v57,0,90,37,90,95v0,57,-35,94,-90,94v-55,0,-89,-38,-89,-94v0,-56,33,-95,89,-95xm106,-22v34,0,54,-31,54,-69v0,-38,-19,-68,-54,-68v-35,-1,-54,31,-54,68v0,39,20,69,54,69"},"\u00f3":{"d":"150,-264r-41,59r-25,0r33,-59r33,0xm105,-185v57,0,90,37,90,95v0,57,-35,94,-90,94v-55,0,-89,-38,-89,-94v0,-56,33,-95,89,-95xm106,-22v34,0,54,-31,54,-69v0,-38,-19,-68,-54,-68v-35,-1,-54,31,-54,68v0,39,20,69,54,69"},"\u00f4":{"d":"157,-205r-19,0r-32,-43r-32,43r-19,0r35,-62r32,0xm105,-185v57,0,90,37,90,95v0,57,-35,94,-90,94v-55,0,-89,-38,-89,-94v0,-56,33,-95,89,-95xm106,-22v34,0,54,-31,54,-69v0,-38,-19,-68,-54,-68v-35,-1,-54,31,-54,68v0,39,20,69,54,69"},"\u00f5":{"d":"158,-254v-8,43,-40,37,-73,27v-7,0,-13,4,-16,13r-16,0v7,-41,41,-38,73,-26v8,0,14,-5,17,-14r15,0xm105,-185v57,0,90,37,90,95v0,57,-35,94,-90,94v-55,0,-89,-38,-89,-94v0,-56,33,-95,89,-95xm106,-22v34,0,54,-31,54,-69v0,-38,-19,-68,-54,-68v-35,-1,-54,31,-54,68v0,39,20,69,54,69"},"\u00f6":{"d":"150,-217r-30,0r0,-34r30,0r0,34xm91,-217r-29,0r0,-34r29,0r0,34xm105,-185v57,0,90,37,90,95v0,57,-35,94,-90,94v-55,0,-89,-38,-89,-94v0,-56,33,-95,89,-95xm106,-22v34,0,54,-31,54,-69v0,-38,-19,-68,-54,-68v-35,-1,-54,31,-54,68v0,39,20,69,54,69"},"\u014d":{"d":"148,-222r-94,0r0,-23r94,0r0,23xm105,-185v57,0,90,37,90,95v0,57,-35,94,-90,94v-55,0,-89,-38,-89,-94v0,-56,33,-95,89,-95xm106,-22v34,0,54,-31,54,-69v0,-38,-19,-68,-54,-68v-35,-1,-54,31,-54,68v0,39,20,69,54,69"},"\u014f":{"d":"155,-260v-2,32,-19,48,-50,48v-31,0,-48,-16,-50,-48r16,0v2,17,13,25,34,25v21,0,33,-8,34,-25r16,0xm105,-185v57,0,90,37,90,95v0,57,-35,94,-90,94v-55,0,-89,-38,-89,-94v0,-56,33,-95,89,-95xm106,-22v34,0,54,-31,54,-69v0,-38,-19,-68,-54,-68v-35,-1,-54,31,-54,68v0,39,20,69,54,69"},"\u0151":{"d":"172,-263r-41,58r-15,0r27,-58r29,0xm123,-263r-37,58r-14,0r23,-58r28,0xm105,-185v57,0,90,37,90,95v0,57,-35,94,-90,94v-55,0,-89,-38,-89,-94v0,-56,33,-95,89,-95xm106,-22v34,0,54,-31,54,-69v0,-38,-19,-68,-54,-68v-35,-1,-54,31,-54,68v0,39,20,69,54,69"},"\u00f8":{"d":"35,-28v-43,-59,-11,-157,70,-157v22,0,41,6,56,17r25,-29r16,14r-26,30v42,56,11,157,-69,157v-22,0,-41,-5,-56,-16r-25,29r-17,-15xm141,-147v-53,-44,-115,30,-82,94xm71,-35v51,44,116,-30,82,-94"},"\u0153":{"d":"177,-149v44,-69,161,-32,143,67r-127,0v-1,58,67,76,113,47r0,29v-46,20,-109,13,-129,-27v-44,68,-172,36,-161,-57v-12,-92,119,-127,161,-59xm289,-105v0,-53,-49,-72,-80,-41v-9,10,-14,24,-16,41r96,0xm105,-22v35,-1,55,-30,55,-69v0,-38,-19,-68,-54,-68v-35,0,-54,30,-54,68v0,36,19,69,53,69","w":328},"\u0155":{"d":"110,-264r-41,59r-25,0r33,-59r33,0xm125,-151v-75,-17,-62,79,-62,151r-33,0r0,-181r30,0r0,37v14,-31,31,-44,66,-39","w":129},"\u0157":{"d":"125,-151v-75,-17,-62,79,-62,151r-33,0r0,-181r30,0r0,37v14,-31,31,-44,66,-39xm64,9r-29,83r-30,0r23,-83r36,0","w":129},"\u0159":{"d":"117,-264r-35,62r-32,0r-35,-62r19,0r32,43r32,-43r19,0xm125,-151v-75,-17,-62,79,-62,151r-33,0r0,-181r30,0r0,37v14,-31,31,-44,66,-39","w":129},"\u015b":{"d":"132,-264r-41,59r-24,0r32,-59r33,0xm53,-139v10,41,85,35,85,88v0,51,-74,64,-121,44r1,-28v30,15,79,21,84,-14v-9,-41,-84,-36,-83,-86v1,-47,66,-57,111,-41r-1,27v-24,-12,-70,-19,-76,10","w":151},"\u015d":{"d":"130,-202r-19,0r-32,-42r-32,42r-19,0r35,-62r32,0xm53,-139v10,41,85,35,85,88v0,51,-74,64,-121,44r1,-28v30,15,79,21,84,-14v-9,-41,-84,-36,-83,-86v1,-47,66,-57,111,-41r-1,27v-24,-12,-70,-19,-76,10","w":151},"\u0161":{"d":"126,-267r-35,62r-31,0r-35,-62r19,0r32,43r31,-43r19,0xm53,-139v10,41,85,35,85,88v0,51,-74,64,-121,44r1,-28v30,15,79,21,84,-14v-9,-41,-84,-36,-83,-86v1,-47,66,-57,111,-41r-1,27v-24,-12,-70,-19,-76,10","w":151},"\u015f":{"d":"53,-139v10,41,88,35,85,88v-2,33,-30,52,-66,53r0,16v27,-1,42,9,42,31v1,39,-50,38,-87,26r0,-17v21,5,35,7,42,7v15,0,22,-5,22,-15v0,-13,-17,-19,-33,-16r0,-32v-14,-1,-28,-4,-41,-9r1,-28v30,15,79,21,84,-14v-9,-41,-84,-36,-83,-86v1,-47,66,-57,111,-41r-1,27v-24,-12,-70,-19,-76,10","w":151},"\u0219":{"d":"53,-139v10,41,85,35,85,88v0,51,-74,64,-121,44r1,-28v30,15,79,21,84,-14v-9,-41,-84,-36,-83,-86v1,-47,66,-57,111,-41r-1,27v-24,-12,-70,-19,-76,10xm96,9r-29,83r-30,0r23,-83r36,0","w":151},"\u00df":{"d":"107,-272v79,0,105,114,27,128v40,6,60,28,60,67v0,59,-49,93,-111,76r1,-29v37,19,75,-8,75,-48v0,-35,-23,-50,-65,-49v1,-9,-2,-21,1,-28v32,1,53,-18,53,-49v0,-26,-17,-44,-42,-43v-37,2,-44,31,-44,76r0,171r-34,0r0,-180v0,-61,27,-92,79,-92"},"\u0165":{"d":"156,-264r-41,59r-25,0r33,-59r33,0xm122,-27r1,27v-48,11,-79,-5,-79,-58r0,-97r-36,0r0,-26r37,0r0,-44r33,-12r0,56r43,0r0,26r-43,0v4,55,-19,153,44,128","w":131},"\u0163":{"d":"122,-27r1,27v-48,11,-79,-5,-79,-58r0,-97r-36,0r0,-26r37,0r0,-44r33,-12r0,56r43,0r0,26r-43,0v4,55,-19,153,44,128xm102,9r-30,83r-29,0r22,-83r37,0","w":131},"\u021b":{"d":"122,-27r1,27v-48,11,-79,-5,-79,-58r0,-97r-36,0r0,-26r37,0r0,-44r33,-12r0,56r43,0r0,26r-43,0v4,55,-19,153,44,128xm102,9r-30,83r-29,0r22,-83r37,0","w":131},"\uf6c2":{"d":"122,-27r1,27v-9,2,-18,3,-27,3r0,15v27,-1,42,9,42,31v1,39,-50,38,-87,26r0,-17v21,5,35,7,42,7v15,0,21,-5,21,-15v0,-14,-16,-19,-32,-16r0,-32v-57,-6,-33,-98,-38,-157r-36,0r0,-26r37,0r0,-44r33,-12r0,56r43,0r0,26r-43,0v4,55,-19,153,44,128","w":131},"\u0167":{"d":"78,-95v-2,40,-2,88,44,68r1,27v-48,11,-83,-5,-79,-58r0,-37r-27,0r0,-25r27,0r0,-35r-36,0r0,-26r37,0r0,-44r33,-12r0,56r43,0r0,26r-43,0r0,35r33,0r0,25r-33,0","w":131},"\u00fe":{"d":"126,-185v45,0,72,42,72,92v0,53,-27,95,-76,96v-26,0,-46,-11,-59,-32r0,104r-33,0r0,-344r33,0r0,119v14,-23,36,-35,63,-35xm113,-23v33,0,50,-31,50,-69v0,-37,-15,-66,-48,-66v-33,0,-52,31,-52,67v0,37,17,68,50,68","w":214},"\u00f9":{"d":"122,-205r-25,0r-41,-59r33,0xm181,0r-31,0r0,-35v-13,25,-33,38,-62,38v-79,0,-60,-107,-62,-184r33,0v4,57,-18,155,40,155v59,0,49,-92,49,-155r33,0r0,181"},"\u00fa":{"d":"147,-264r-41,59r-25,0r33,-59r33,0xm181,0r-31,0r0,-35v-13,25,-33,38,-62,38v-79,0,-60,-107,-62,-184r33,0v4,57,-18,155,40,155v59,0,49,-92,49,-155r33,0r0,181"},"\u00fb":{"d":"157,-205r-19,0r-32,-43r-32,43r-19,0r35,-62r32,0xm181,0r-31,0r0,-35v-13,25,-33,38,-62,38v-79,0,-60,-107,-62,-184r33,0v4,57,-18,155,40,155v59,0,49,-92,49,-155r33,0r0,181"},"\u0169":{"d":"151,-257v-9,42,-39,37,-73,27v-7,0,-13,4,-16,13r-17,0v7,-41,41,-39,73,-27v8,0,14,-4,17,-13r16,0xm181,0r-31,0r0,-35v-13,25,-33,38,-62,38v-79,0,-60,-107,-62,-184r33,0v4,57,-18,155,40,155v59,0,49,-92,49,-155r33,0r0,181"},"\u00fc":{"d":"150,-217r-30,0r0,-34r30,0r0,34xm91,-217r-29,0r0,-34r29,0r0,34xm181,0r-31,0r0,-35v-13,25,-33,38,-62,38v-79,0,-60,-107,-62,-184r33,0v4,57,-18,155,40,155v59,0,49,-92,49,-155r33,0r0,181"},"\u016b":{"d":"152,-222r-95,0r0,-23r95,0r0,23xm181,0r-31,0r0,-35v-13,25,-33,38,-62,38v-79,0,-60,-107,-62,-184r33,0v4,57,-18,155,40,155v59,0,49,-92,49,-155r33,0r0,181"},"\u016d":{"d":"155,-260v-2,32,-19,48,-50,48v-31,0,-48,-16,-50,-48r16,0v2,17,13,25,34,25v21,0,33,-8,34,-25r16,0xm181,0r-31,0r0,-35v-13,25,-33,38,-62,38v-79,0,-60,-107,-62,-184r33,0v4,57,-18,155,40,155v59,0,49,-92,49,-155r33,0r0,181"},"\u016f":{"d":"104,-262v24,0,43,20,44,44v1,23,-21,44,-44,44v-24,0,-44,-21,-44,-44v0,-24,20,-44,44,-44xm181,0r-31,0r0,-35v-13,25,-33,38,-62,38v-79,0,-60,-107,-62,-184r33,0v4,57,-18,155,40,155v59,0,49,-92,49,-155r33,0r0,181xm104,-193v13,0,25,-12,25,-25v0,-13,-11,-25,-25,-25v-14,0,-25,11,-25,25v0,14,12,25,25,25"},"\u0171":{"d":"166,-263r-41,58r-15,0r27,-58r29,0xm118,-263r-37,58r-15,0r23,-58r29,0xm181,0r-31,0r0,-35v-13,25,-33,38,-62,38v-79,0,-60,-107,-62,-184r33,0v4,57,-18,155,40,155v59,0,49,-92,49,-155r33,0r0,181"},"\u0173":{"d":"196,70v-30,12,-63,2,-64,-28v0,-16,9,-30,27,-42r-9,0r0,-35v-13,25,-33,38,-62,38v-79,0,-60,-107,-62,-184r33,0v4,57,-18,155,40,155v59,0,49,-92,49,-155r33,0r0,181v-20,4,-34,49,-4,51v6,0,13,-2,19,-5r0,24"},"\u0175":{"d":"197,-202r-19,0r-31,-42r-32,42r-19,0r35,-62r31,0xm290,-181r-59,181r-38,0v-15,-56,-36,-105,-46,-165v-10,62,-31,108,-46,165r-38,0r-57,-181r36,0r38,137v1,5,1,5,4,24v10,-62,30,-105,44,-161r41,0v14,56,35,99,44,161v11,-60,30,-105,44,-161r33,0","w":291},"\u00fd":{"d":"130,-267r-50,62r-19,0r36,-62r33,0xm172,-181r-72,199v-14,42,-33,67,-86,58r3,-28v32,7,39,-6,55,-41r-68,-188r36,0r49,149r49,-149r34,0","w":171},"\u0177":{"d":"139,-202r-19,0r-31,-42r-32,42r-19,0r35,-62r31,0xm172,-181r-72,199v-14,42,-33,67,-86,58r3,-28v32,7,39,-6,55,-41r-68,-188r36,0r49,149r49,-149r34,0","w":171},"\u00ff":{"d":"130,-217r-30,0r0,-34r30,0r0,34xm71,-217r-30,0r0,-34r30,0r0,34xm172,-181r-72,199v-14,42,-33,67,-86,58r3,-28v32,7,39,-6,55,-41r-68,-188r36,0r49,149r49,-149r34,0","w":171},"\u017a":{"d":"129,-264r-41,59r-25,0r33,-59r33,0xm153,0r-140,0r0,-29r102,-125r-97,0r0,-27r135,0r0,28r-103,127r103,0r0,26","w":168},"\u017e":{"d":"135,-267r-35,62r-31,0r-35,-62r19,0r32,43r31,-43r19,0xm153,0r-140,0r0,-29r102,-125r-97,0r0,-27r135,0r0,28r-103,127r103,0r0,26","w":168},"\u017c":{"d":"104,-230r-33,0r0,-34r33,0r0,34xm153,0r-140,0r0,-29r102,-125r-97,0r0,-27r135,0r0,28r-103,127r103,0r0,26","w":168},"\u00b4":{"d":"147,-264r-41,59r-25,0r33,-59r33,0"},"\u02c6":{"d":"141,-202r-19,0r-32,-42r-32,42r-19,0r35,-62r32,0","w":180},"\u02c7":{"d":"141,-264r-35,62r-32,0r-35,-62r19,0r32,43r32,-43r19,0","w":180},"\u02dc":{"d":"143,-257v-9,42,-39,36,-74,27v-7,0,-13,4,-16,13r-16,0v7,-41,40,-38,73,-27v8,0,14,-4,17,-13r16,0","w":180},"\u00a8":{"d":"134,-217r-30,0r0,-34r30,0r0,34xm76,-217r-30,0r0,-34r30,0r0,34","w":180},"\u00af":{"d":"137,-222r-95,0r0,-23r95,0r0,23","w":180},"\u02c9":{"d":"137,-222r-95,0r0,-23r95,0r0,23","w":180},"\u02d8":{"d":"140,-260v-2,32,-19,48,-50,48v-31,0,-48,-16,-50,-48r16,0v2,17,13,25,34,25v21,0,32,-8,33,-25r17,0","w":180},"\u02da":{"d":"90,-289v23,0,44,20,44,44v0,23,-21,44,-44,44v-24,0,-44,-21,-44,-44v0,-24,20,-44,44,-44xm90,-220v13,0,25,-11,25,-25v0,-14,-11,-25,-25,-25v-13,0,-24,12,-24,25v0,13,12,25,24,25","w":180},"\u02dd":{"d":"158,-263r-42,58r-14,0r27,-58r29,0xm109,-263r-37,58r-14,0r23,-58r28,0","w":180},"\u02d9":{"d":"106,-228r-32,0r0,-36r32,0r0,36","w":180},"\u00b8":{"d":"140,49v1,39,-50,38,-87,26r0,-17v21,5,34,7,41,7v15,0,22,-5,22,-15v0,-14,-16,-19,-32,-16r0,-34r14,0r0,18v27,-1,42,9,42,31","w":167},"\u02db":{"d":"121,70v-71,23,-84,-51,-28,-76r13,6v-20,4,-34,49,-4,51v6,0,13,-2,19,-5r0,24","w":180},"\u2026":{"d":"319,0r-37,0r0,-39r37,0r0,39xm198,0r-37,0r0,-39r37,0r0,39xm78,0r-37,0r0,-39r37,0r0,39","w":360},"\u00ad":{"d":"106,-85r-90,0r0,-27r90,0r0,27","w":121,"k":{"Y":27,"X":13,"W":20,"V":20,"T":13}},"\u00a1":{"d":"91,-212r-37,0r0,-38r37,0r0,38xm91,0r-38,0r6,-182r26,0","w":144},"\u00bf":{"d":"121,-212r-37,0r0,-38r37,0r0,38xm74,-95v-41,58,31,88,83,60r1,29v-56,21,-127,7,-129,-53v-2,-50,58,-66,59,-124r29,0v4,40,-26,64,-43,88","w":185},"\u2018":{"d":"82,-250r-22,83r-37,0r30,-83r29,0","w":103,"k":{"\u0106":47,"\u00c5":43,"J":33,"A":43}},"\u2019":{"d":"83,-250r-30,83r-29,0r22,-83r37,0","w":103},"\u201c":{"d":"155,-250r-23,83r-36,0r29,-83r30,0xm82,-250r-22,83r-37,0r30,-83r29,0","w":176,"k":{"\u0106":47,"\u00c5":43,"J":33,"A":43}},"\u201d":{"d":"156,-250r-30,83r-29,0r22,-83r37,0xm83,-250r-30,83r-29,0r22,-83r37,0","w":176},"\u201a":{"d":"76,-38r-29,83r-30,0r23,-83r36,0","w":103},"\u201e":{"d":"149,-38r-30,83r-29,0r22,-83r37,0xm76,-38r-29,83r-30,0r23,-83r36,0","w":176},"\u2039":{"d":"90,-20r-30,0r-47,-74r47,-73r30,0r-45,73","w":102},"\u203a":{"d":"89,-94r-47,74r-30,0r46,-74r-46,-73r30,0","w":102},"\u00ab":{"d":"166,-20r-30,0r-47,-74r47,-73r30,0r-46,73xm90,-20r-30,0r-47,-74r47,-73r30,0r-45,73","w":177},"\u00bb":{"d":"165,-94r-48,74r-29,0r45,-74r-45,-73r30,0xm89,-94r-47,74r-30,0r46,-74r-46,-73r30,0","w":177},"\u2013":{"d":"180,-89r-180,0r0,-20r180,0r0,20","w":180},"\u2014":{"d":"360,-89r-360,0r0,-20r360,0r0,20","w":360},"\u2022":{"d":"106,-186v28,0,52,24,52,52v0,28,-24,52,-52,52v-28,0,-52,-24,-52,-52v0,-28,24,-52,52,-52","w":212},"\u00b7":{"d":"51,-145v11,0,21,9,21,20v0,11,-10,20,-21,20v-10,0,-19,-10,-19,-20v-1,-11,8,-20,19,-20","w":103},"\u2219":{"d":"51,-145v11,0,21,9,21,20v0,11,-10,20,-21,20v-10,0,-19,-10,-19,-20v-1,-11,8,-20,19,-20","w":103},"\u2020":{"d":"168,-153r-63,0r0,197r-31,0r0,-197r-62,0r0,-26r62,0r0,-74r31,0r0,74r63,0r0,26","w":180},"\u2021":{"d":"169,-27r-65,0r0,71r-30,0r0,-72r-63,0r0,-25r63,0r0,-103r-63,0r0,-26r63,0r0,-71r30,0r0,71r65,0r0,26r-65,0r0,103r65,0r0,26","w":180},"\u00a7":{"d":"65,-203v11,48,106,47,103,106v0,20,-11,37,-33,50v44,36,10,93,-52,93v-16,0,-35,-3,-56,-11r5,-26v30,15,86,21,90,-17v-11,-48,-105,-50,-103,-105v0,-22,12,-39,34,-51v-44,-30,-12,-91,43,-91v16,0,35,4,54,11r-5,25v-28,-14,-77,-19,-80,16xm117,-59v25,-17,28,-43,4,-62v-7,-6,-24,-16,-50,-31v-28,13,-31,43,-5,61v9,7,26,18,51,32","w":180},"\u00b6":{"d":"12,-199v0,-71,84,-62,156,-61r0,15r-21,0r0,245r-19,0r0,-245r-32,0r0,245r-19,0r0,-138v-37,-1,-65,-23,-65,-61","w":180},"\u00a6":{"d":"103,-118r-26,0r0,-134r26,0r0,134xm103,62r-26,0r0,-134r26,0r0,134","w":180},"\u00a9":{"d":"150,-257v71,0,130,59,130,129v0,71,-62,130,-130,130v-67,0,-129,-62,-129,-130v0,-69,59,-129,129,-129xm150,-15v58,0,112,-51,112,-113v0,-61,-51,-112,-112,-112v-61,0,-113,53,-113,112v0,59,53,113,113,113xm109,-128v0,57,68,84,78,28r25,0v-2,31,-29,51,-62,51v-45,0,-69,-33,-69,-80v0,-62,64,-100,112,-65v11,8,17,21,18,35r-26,0v-3,-19,-15,-29,-36,-29v-28,0,-40,27,-40,60","w":299},"\u00ae":{"d":"150,-257v70,0,130,61,130,129v0,71,-62,130,-130,130v-69,0,-129,-61,-129,-130v0,-67,57,-129,129,-129xm149,-15v59,0,113,-50,113,-112v0,-62,-51,-113,-112,-113v-61,0,-113,55,-113,112v0,59,54,113,112,113xm153,-204v70,-8,82,68,28,80r33,67r-31,0r-30,-63r-27,0r0,63r-28,0r0,-147r55,0xm186,-161v3,-24,-31,-27,-60,-25r0,49v28,1,63,-1,60,-24","w":299},"\u2122":{"d":"247,-162r-17,0r0,-78r-29,78r-10,0r-31,-78r0,78r-17,0r0,-94r26,0r27,67r25,-67r26,0r0,94xm122,-242r-30,0r0,80r-19,0r0,-80r-31,0r0,-14r80,0r0,14","w":299},"\u00a4":{"d":"37,-149r-24,-24r20,-21r25,24v24,-16,59,-16,83,0r24,-24r21,21r-25,24v17,25,17,58,0,83r25,24r-21,20r-24,-24v-24,17,-59,18,-83,0r-25,24r-20,-20r24,-24v-16,-25,-16,-58,0,-83xm99,-153v-24,0,-45,20,-45,45v0,24,22,46,45,46v24,0,46,-23,46,-46v0,-24,-21,-45,-46,-45","w":200},"\u20ac":{"d":"47,-160v7,-67,71,-117,140,-85r-1,30v-49,-26,-96,-7,-103,55r94,0r-4,18r-92,0r0,35r86,0r-4,17r-80,0v7,62,54,80,103,55r0,31v-69,30,-134,-19,-139,-86r-30,0r4,-17r24,0v-1,-8,-1,-28,0,-35r-26,0r4,-18r24,0","w":206},"\u00a2":{"d":"32,-93v0,-61,44,-100,108,-93r14,-45r17,0r-15,47v4,1,9,3,16,5r-3,30v-6,-3,-12,-6,-21,-8r-40,125v23,8,43,3,63,-6r1,30v-21,9,-50,10,-73,5r-16,49r-17,0r18,-54v-34,-16,-52,-44,-52,-85xm131,-159v-63,-6,-84,89,-38,120","w":206},"\u00a3":{"d":"186,-219v-52,-26,-95,9,-87,74r58,0r0,22r-58,0r0,95r85,0r0,28r-154,0r0,-28r36,0r0,-95r-31,0r0,-22r31,0v-8,-87,48,-129,124,-102","w":206},"\u0192":{"d":"193,-253r-6,26v-40,-29,-54,33,-60,73r40,0r0,25r-45,0v-13,56,-20,133,-44,175v-15,26,-41,35,-74,25r6,-27v37,14,46,-13,53,-48r26,-125r-40,0r0,-25r45,0v8,-60,32,-129,99,-99","w":206},"\u00a5":{"d":"211,-250r-57,90r40,0r0,18r-51,0r-22,35r73,0r0,17r-75,0r0,90r-33,0r0,-90r-75,0r0,-17r73,0r-22,-35r-51,0r0,-18r40,0r-56,-90r38,0r71,121r71,-121r36,0","w":207},"\u00aa":{"d":"100,-145v-17,33,-89,31,-89,-14v0,-36,45,-42,88,-45v1,-37,-46,-37,-72,-21r0,-19v40,-18,96,-11,96,44r0,77r-23,0r0,-22xm60,-139v26,0,42,-18,39,-47v-32,-2,-63,4,-63,26v0,12,12,21,24,21","w":142},"\u00ba":{"d":"79,-253v41,0,67,27,68,66v0,40,-26,66,-68,66v-42,0,-67,-26,-67,-66v0,-40,26,-66,67,-66xm80,-139v26,0,40,-21,40,-48v0,-27,-14,-48,-40,-48v-25,0,-41,20,-41,48v0,27,16,49,41,48","w":158},"\u00b9":{"d":"85,-100r-21,0r0,-128r-28,22r-12,-14v20,-10,28,-33,61,-30r0,150","w":136},"\u00b2":{"d":"112,-212v-4,42,-35,61,-70,95r75,0r0,17r-103,0r0,-18v38,-37,65,-52,75,-93v-1,-30,-45,-27,-67,-13r-3,-19v36,-17,97,-12,93,31","w":136},"\u00b3":{"d":"19,-245v41,-13,96,-7,96,33v0,18,-11,28,-34,33v24,4,35,15,35,35v1,45,-64,53,-105,39r3,-19v27,15,77,10,79,-21v2,-23,-28,-27,-57,-25r0,-16v27,2,56,-2,56,-25v0,-28,-47,-27,-72,-16","w":136},"\u2044":{"d":"108,-255r-132,260r-25,0r133,-260r24,0","w":60},"\u2215":{"d":"108,-255r-132,260r-25,0r133,-260r24,0","w":60},"\u00bc":{"d":"315,-31r-23,0r0,31r-21,0r0,-31r-74,0r0,-18r68,-91r27,0r0,93r23,0r0,16xm239,-255r-133,260r-24,0r133,-260r24,0xm81,-110r-20,0r0,-119r-26,20r-12,-13v19,-9,27,-30,58,-28r0,140xm272,-123r-57,76r56,0","w":320},"\u00bd":{"d":"297,-104v-3,40,-34,57,-67,88r72,0r0,16r-98,0r0,-16v36,-35,62,-48,72,-87v-2,-28,-45,-26,-65,-12r-2,-18v35,-16,91,-13,88,29xm239,-255r-133,260r-24,0r133,-260r24,0xm81,-110r-20,0r0,-119r-26,20r-12,-13v19,-9,27,-30,58,-28r0,140","w":320},"\u00be":{"d":"315,-31r-23,0r0,31r-21,0r0,-31r-74,0r0,-18r68,-91r27,0r0,93r23,0r0,16xm239,-255r-133,260r-24,0r133,-260r24,0xm18,-245v37,-12,90,-9,91,30v0,17,-10,27,-32,31v23,4,34,15,34,33v1,41,-61,49,-100,37r2,-18v25,13,73,10,75,-20v2,-20,-26,-25,-53,-23r0,-15v25,1,52,-1,52,-23v0,-26,-43,-26,-68,-16xm272,-123r-57,76r56,0","w":320},"\u2030":{"d":"384,-131v36,0,59,28,59,68v0,40,-22,68,-59,68v-36,0,-57,-28,-57,-68v0,-40,21,-68,57,-68xm243,-131v36,0,58,29,58,68v0,39,-22,68,-58,68v-36,0,-58,-29,-58,-68v0,-39,22,-68,58,-68xm236,-255r-133,260r-24,0r133,-260r24,0xm72,-255v36,0,58,29,58,68v0,39,-22,68,-58,68v-36,0,-59,-28,-59,-68v0,-40,22,-68,59,-68xm385,-17v21,-1,29,-21,29,-46v0,-25,-8,-46,-29,-46v-41,0,-40,92,0,92xm243,-17v22,0,30,-21,30,-46v0,-26,-8,-46,-30,-46v-41,0,-39,92,0,92xm72,-141v22,0,30,-21,30,-46v0,-31,-10,-46,-30,-46v-21,0,-30,22,-30,46v0,25,8,46,30,46","w":453},"\u2212":{"d":"255,-95r-210,0r0,-25r210,0r0,25","w":299},"\u00b1":{"d":"255,-125r-93,0r0,59r-24,0r0,-59r-93,0r0,-25r93,0r0,-60r24,0r0,60r93,0r0,25xm255,-5r-210,0r0,-25r210,0r0,25","w":299},"\u00d7":{"d":"251,-25r-17,17r-83,-82r-82,82r-18,-17r83,-82r-83,-83r18,-17r82,82r83,-82r17,17r-83,83","w":299},"\u00f7":{"d":"150,-194v12,0,23,9,22,22v0,12,-10,22,-22,22v-12,0,-21,-11,-22,-22v0,-12,10,-22,22,-22xm255,-95r-210,0r0,-25r210,0r0,25xm150,-64v12,0,23,9,22,22v0,12,-10,21,-22,21v-12,0,-22,-9,-22,-21v0,-12,10,-22,22,-22","w":299},"\u00ac":{"d":"255,-63r-24,0r0,-64r-186,0r0,-24r210,0r0,88","w":299},"\u00b5":{"d":"188,-188r-32,152v-1,10,10,14,19,11r-6,25v-22,5,-40,2,-45,-21v-18,30,-71,33,-93,3r-19,93r-32,0r56,-263r32,0r-26,129v-4,42,55,45,73,19v22,-32,29,-102,41,-148r32,0","w":202},"\u03bc":{"d":"188,-188r-32,152v-1,10,10,14,19,11r-6,25v-22,5,-40,2,-45,-21v-18,30,-71,33,-93,3r-19,93r-32,0r56,-263r32,0r-26,129v-4,42,55,45,73,19v22,-32,29,-102,41,-148r32,0","w":202},"\u00b0":{"d":"59,-256v27,0,51,24,51,51v0,27,-24,50,-51,50v-27,0,-50,-22,-50,-50v0,-27,23,-51,50,-51xm59,-171v20,0,34,-15,34,-35v0,-18,-14,-33,-34,-33v-18,0,-34,16,-34,33v0,19,15,35,34,35","w":118}}});
