
(function($) {
var _rootUrl = '/', _serverUrl = _rootUrl + 'ezjscore/', _seperator = '@SEPERATOR$';
function _ez( callArgs, post, callBack )
{
callArgs = callArgs.join !== undefined ? callArgs.join( _seperator ) : callArgs;
var url = _serverUrl + 'call/';
if ( post )
{
if ( post.join !== undefined )
post.push( { 'name': 'ezjscServer_function_arguments', 'value': callArgs } );
else
post['ezjscServer_function_arguments'] = callArgs;
return $.post( url, post, callBack, 'json' );
}
return $.get( url + encodeURIComponent( callArgs ), {}, callBack, 'json' );
};
_ez.url = _serverUrl;
_ez.root_url = _rootUrl;
_ez.seperator = _seperator;
$.ez = _ez;
function _ezLoad( callArgs, post, selector, callBack )
{
callArgs = callArgs.join !== undefined ? callArgs.join( _seperator ) : callArgs;
var url = _serverUrl + 'call/';
if ( post )
post['ezjscServer_function_arguments'] = callArgs;
else
url += encodeURIComponent( callArgs );
return this.load( url + ( selector ? ' ' + selector : '' ), post, callBack );
};
$.fn.ez = _ezLoad;
})(jQuery);
function insertMedia()
{
for( var k = 0, l = arguments.length; k < l; k++ )
{
document.write( arguments[k] );
}
}
if(typeof YAHOO=="undefined"){var YAHOO={};}YAHOO.namespace=function(){var A=arguments,E=null,C,B,D;for(C=0;C<A.length;C=C+1){D=A[C].split(".");E=YAHOO;for(B=(D[0]=="YAHOO")?1:0;B<D.length;B=B+1){E[D[B]]=E[D[B]]||{};E=E[D[B]];}}return E;};YAHOO.log=function(D,A,C){var B=YAHOO.widget.Logger;if(B&&B.log){return B.log(D,A,C);}else{return false;}};YAHOO.register=function(A,E,D){var I=YAHOO.env.modules;if(!I[A]){I[A]={versions:[],builds:[]};}var B=I[A],H=D.version,G=D.build,F=YAHOO.env.listeners;B.name=A;B.version=H;B.build=G;B.versions.push(H);B.builds.push(G);B.mainClass=E;for(var C=0;C<F.length;C=C+1){F[C](B);}if(E){E.VERSION=H;E.BUILD=G;}else{YAHOO.log("mainClass is undefined for module "+A,"warn");}};YAHOO.env=YAHOO.env||{modules:[],listeners:[]};YAHOO.env.getVersion=function(A){return YAHOO.env.modules[A]||null;};YAHOO.env.ua=function(){var C={ie:0,opera:0,gecko:0,webkit:0};var B=navigator.userAgent,A;if((/KHTML/).test(B)){C.webkit=1;}A=B.match(/AppleWebKit\/([^\s]*)/);if(A&&A[1]){C.webkit=parseFloat(A[1]);}if(!C.webkit){A=B.match(/Opera[\s\/]([^\s]*)/);if(A&&A[1]){C.opera=parseFloat(A[1]);}else{A=B.match(/MSIE\s([^;]*)/);if(A&&A[1]){C.ie=parseFloat(A[1]);}else{A=B.match(/Gecko\/([^\s]*)/);if(A){C.gecko=1;A=B.match(/rv:([^\s\)]*)/);if(A&&A[1]){C.gecko=parseFloat(A[1]);}}}}}return C;}();(function(){YAHOO.namespace("util","widget","example");if("undefined"!==typeof YAHOO_config){var B=YAHOO_config.listener,A=YAHOO.env.listeners,D=true,C;if(B){for(C=0;C<A.length;C=C+1){if(A[C]==B){D=false;break;}}if(D){A.push(B);}}}})();YAHOO.lang={isArray:function(B){if(B){var A=YAHOO.lang;return A.isNumber(B.length)&&A.isFunction(B.splice)&&!A.hasOwnProperty(B.length);}return false;},isBoolean:function(A){return typeof A==="boolean";},isFunction:function(A){return typeof A==="function";},isNull:function(A){return A===null;},isNumber:function(A){return typeof A==="number"&&isFinite(A);},isObject:function(A){return(A&&(typeof A==="object"||YAHOO.lang.isFunction(A)))||false;},isString:function(A){return typeof A==="string";},isUndefined:function(A){return typeof A==="undefined";},hasOwnProperty:function(A,B){if(Object.prototype.hasOwnProperty){return A.hasOwnProperty(B);}return !YAHOO.lang.isUndefined(A[B])&&A.constructor.prototype[B]!==A[B];},_IEEnumFix:function(C,B){if(YAHOO.env.ua.ie){var E=["toString","valueOf"],A;for(A=0;A<E.length;A=A+1){var F=E[A],D=B[F];if(YAHOO.lang.isFunction(D)&&D!=Object.prototype[F]){C[F]=D;}}}},extend:function(D,E,C){if(!E||!D){throw new Error("YAHOO.lang.extend failed, please check that all dependencies are included.");}var B=function(){};B.prototype=E.prototype;D.prototype=new B();D.prototype.constructor=D;D.superclass=E.prototype;if(E.prototype.constructor==Object.prototype.constructor){E.prototype.constructor=E;}if(C){for(var A in C){D.prototype[A]=C[A];}YAHOO.lang._IEEnumFix(D.prototype,C);}},augmentObject:function(E,D){if(!D||!E){throw new Error("Absorb failed, verify dependencies.");}var A=arguments,C,F,B=A[2];if(B&&B!==true){for(C=2;C<A.length;C=C+1){E[A[C]]=D[A[C]];}}else{for(F in D){if(B||!E[F]){E[F]=D[F];}}YAHOO.lang._IEEnumFix(E,D);}},augmentProto:function(D,C){if(!C||!D){throw new Error("Augment failed, verify dependencies.");}var A=[D.prototype,C.prototype];for(var B=2;B<arguments.length;B=B+1){A.push(arguments[B]);}YAHOO.lang.augmentObject.apply(this,A);},dump:function(A,G){var C=YAHOO.lang,D,F,I=[],J="{...}",B="f(){...}",H=", ",E=" => ";if(!C.isObject(A)){return A+"";}else{if(A instanceof Date||("nodeType" in A&&"tagName" in A)){return A;}else{if(C.isFunction(A)){return B;}}}G=(C.isNumber(G))?G:3;if(C.isArray(A)){I.push("[");for(D=0,F=A.length;D<F;D=D+1){if(C.isObject(A[D])){I.push((G>0)?C.dump(A[D],G-1):J);}else{I.push(A[D]);}I.push(H);}if(I.length>1){I.pop();}I.push("]");}else{I.push("{");for(D in A){if(C.hasOwnProperty(A,D)){I.push(D+E);if(C.isObject(A[D])){I.push((G>0)?C.dump(A[D],G-1):J);}else{I.push(A[D]);}I.push(H);}}if(I.length>1){I.pop();}I.push("}");}return I.join("");},substitute:function(Q,B,J){var G,F,E,M,N,P,D=YAHOO.lang,L=[],C,H="dump",K=" ",A="{",O="}";for(;;){G=Q.lastIndexOf(A);if(G<0){break;}F=Q.indexOf(O,G);if(G+1>=F){break;}C=Q.substring(G+1,F);M=C;P=null;E=M.indexOf(K);if(E>-1){P=M.substring(E+1);M=M.substring(0,E);}N=B[M];if(J){N=J(M,N,P);}if(D.isObject(N)){if(D.isArray(N)){N=D.dump(N,parseInt(P,10));}else{P=P||"";var I=P.indexOf(H);if(I>-1){P=P.substring(4);}if(N.toString===Object.prototype.toString||I>-1){N=D.dump(N,parseInt(P,10));}else{N=N.toString();}}}else{if(!D.isString(N)&&!D.isNumber(N)){N="~-"+L.length+"-~";L[L.length]=C;}}Q=Q.substring(0,G)+N+Q.substring(F+1);}for(G=L.length-1;G>=0;G=G-1){Q=Q.replace(new RegExp("~-"+G+"-~"),"{"+L[G]+"}","g");}return Q;},trim:function(A){try{return A.replace(/^\s+|\s+$/g,"");}catch(B){return A;}},merge:function(){var C={},A=arguments,B;for(B=0;B<A.length;B=B+1){YAHOO.lang.augmentObject(C,A[B],true);}return C;},isValue:function(B){var A=YAHOO.lang;return(A.isObject(B)||A.isString(B)||A.isNumber(B)||A.isBoolean(B));}};YAHOO.util.Lang=YAHOO.lang;YAHOO.lang.augment=YAHOO.lang.augmentProto;YAHOO.augment=YAHOO.lang.augmentProto;YAHOO.extend=YAHOO.lang.extend;YAHOO.register("yahoo",YAHOO,{version:"2.3.1",build:"541"});(function(){var B=YAHOO.util,K,I,H=0,J={},F={};var C=YAHOO.env.ua.opera,L=YAHOO.env.ua.webkit,A=YAHOO.env.ua.gecko,G=YAHOO.env.ua.ie;var E={HYPHEN:/(-[a-z])/i,ROOT_TAG:/^body|html$/i};var M=function(O){if(!E.HYPHEN.test(O)){return O;}if(J[O]){return J[O];}var P=O;while(E.HYPHEN.exec(P)){P=P.replace(RegExp.$1,RegExp.$1.substr(1).toUpperCase());}J[O]=P;return P;};var N=function(P){var O=F[P];if(!O){O=new RegExp("(?:^|\\s+)"+P+"(?:\\s+|$)");F[P]=O;}return O;};if(document.defaultView&&document.defaultView.getComputedStyle){K=function(O,R){var Q=null;if(R=="float"){R="cssFloat";}var P=document.defaultView.getComputedStyle(O,"");if(P){Q=P[M(R)];}return O.style[R]||Q;};}else{if(document.documentElement.currentStyle&&G){K=function(O,Q){switch(M(Q)){case"opacity":var S=100;try{S=O.filters["DXImageTransform.Microsoft.Alpha"].opacity;}catch(R){try{S=O.filters("alpha").opacity;}catch(R){}}return S/100;case"float":Q="styleFloat";default:var P=O.currentStyle?O.currentStyle[Q]:null;return(O.style[Q]||P);}};}else{K=function(O,P){return O.style[P];};}}if(G){I=function(O,P,Q){switch(P){case"opacity":if(YAHOO.lang.isString(O.style.filter)){O.style.filter="alpha(opacity="+Q*100+")";if(!O.currentStyle||!O.currentStyle.hasLayout){O.style.zoom=1;}}break;case"float":P="styleFloat";default:O.style[P]=Q;}};}else{I=function(O,P,Q){if(P=="float"){P="cssFloat";}O.style[P]=Q;};}var D=function(O,P){return O&&O.nodeType==1&&(!P||P(O));};YAHOO.util.Dom={get:function(Q){if(Q&&(Q.tagName||Q.item)){return Q;}if(YAHOO.lang.isString(Q)||!Q){return document.getElementById(Q);}if(Q.length!==undefined){var R=[];for(var P=0,O=Q.length;P<O;++P){R[R.length]=B.Dom.get(Q[P]);}return R;}return Q;},getStyle:function(O,Q){Q=M(Q);var P=function(R){return K(R,Q);};return B.Dom.batch(O,P,B.Dom,true);},setStyle:function(O,Q,R){Q=M(Q);var P=function(S){I(S,Q,R);};B.Dom.batch(O,P,B.Dom,true);},getXY:function(O){var P=function(R){if((R.parentNode===null||R.offsetParent===null||this.getStyle(R,"display")=="none")&&R!=document.body){return false;}var Q=null;var V=[];var S;var T=R.ownerDocument;if(R.getBoundingClientRect){S=R.getBoundingClientRect();return[S.left+B.Dom.getDocumentScrollLeft(R.ownerDocument),S.top+B.Dom.getDocumentScrollTop(R.ownerDocument)];}else{V=[R.offsetLeft,R.offsetTop];Q=R.offsetParent;var U=this.getStyle(R,"position")=="absolute";if(Q!=R){while(Q){V[0]+=Q.offsetLeft;V[1]+=Q.offsetTop;if(L&&!U&&this.getStyle(Q,"position")=="absolute"){U=true;}Q=Q.offsetParent;}}if(L&&U){V[0]-=R.ownerDocument.body.offsetLeft;V[1]-=R.ownerDocument.body.offsetTop;}}Q=R.parentNode;while(Q.tagName&&!E.ROOT_TAG.test(Q.tagName)){if(B.Dom.getStyle(Q,"display").search(/^inline|table-row.*$/i)){V[0]-=Q.scrollLeft;V[1]-=Q.scrollTop;}Q=Q.parentNode;}return V;};return B.Dom.batch(O,P,B.Dom,true);},getX:function(O){var P=function(Q){return B.Dom.getXY(Q)[0];};return B.Dom.batch(O,P,B.Dom,true);},getY:function(O){var P=function(Q){return B.Dom.getXY(Q)[1];};return B.Dom.batch(O,P,B.Dom,true);},setXY:function(O,R,Q){var P=function(U){var T=this.getStyle(U,"position");if(T=="static"){this.setStyle(U,"position","relative");T="relative";}var W=this.getXY(U);if(W===false){return false;}var V=[parseInt(this.getStyle(U,"left"),10),parseInt(this.getStyle(U,"top"),10)];if(isNaN(V[0])){V[0]=(T=="relative")?0:U.offsetLeft;}if(isNaN(V[1])){V[1]=(T=="relative")?0:U.offsetTop;}if(R[0]!==null){U.style.left=R[0]-W[0]+V[0]+"px";}if(R[1]!==null){U.style.top=R[1]-W[1]+V[1]+"px";}if(!Q){var S=this.getXY(U);if((R[0]!==null&&S[0]!=R[0])||(R[1]!==null&&S[1]!=R[1])){this.setXY(U,R,true);}}};B.Dom.batch(O,P,B.Dom,true);},setX:function(P,O){B.Dom.setXY(P,[O,null]);},setY:function(O,P){B.Dom.setXY(O,[null,P]);},getRegion:function(O){var P=function(Q){if((Q.parentNode===null||Q.offsetParent===null||this.getStyle(Q,"display")=="none")&&Q!=document.body){return false;}var R=B.Region.getRegion(Q);return R;};return B.Dom.batch(O,P,B.Dom,true);},getClientWidth:function(){return B.Dom.getViewportWidth();},getClientHeight:function(){return B.Dom.getViewportHeight();},getElementsByClassName:function(S,W,T,U){W=W||"*";T=(T)?B.Dom.get(T):null||document;if(!T){return[];}var P=[],O=T.getElementsByTagName(W),V=N(S);for(var Q=0,R=O.length;Q<R;++Q){if(V.test(O[Q].className)){P[P.length]=O[Q];if(U){U.call(O[Q],O[Q]);}}}return P;},hasClass:function(Q,P){var O=N(P);var R=function(S){return O.test(S.className);};return B.Dom.batch(Q,R,B.Dom,true);},addClass:function(P,O){var Q=function(R){if(this.hasClass(R,O)){return false;}R.className=YAHOO.lang.trim([R.className,O].join(" "));return true;};return B.Dom.batch(P,Q,B.Dom,true);},removeClass:function(Q,P){var O=N(P);var R=function(S){if(!this.hasClass(S,P)){return false;}var T=S.className;S.className=T.replace(O," ");if(this.hasClass(S,P)){this.removeClass(S,P);}S.className=YAHOO.lang.trim(S.className);return true;};return B.Dom.batch(Q,R,B.Dom,true);},replaceClass:function(R,P,O){if(!O||P===O){return false;}var Q=N(P);var S=function(T){if(!this.hasClass(T,P)){this.addClass(T,O);return true;}T.className=T.className.replace(Q," "+O+" ");if(this.hasClass(T,P)){this.replaceClass(T,P,O);}T.className=YAHOO.lang.trim(T.className);return true;};return B.Dom.batch(R,S,B.Dom,true);},generateId:function(O,Q){Q=Q||"yui-gen";var P=function(R){if(R&&R.id){return R.id;}var S=Q+H++;if(R){R.id=S;}return S;};return B.Dom.batch(O,P,B.Dom,true)||P.apply(B.Dom,arguments);},isAncestor:function(P,Q){P=B.Dom.get(P);if(!P||!Q){return false;}var O=function(R){if(P.contains&&R.nodeType&&!L){return P.contains(R);}else{if(P.compareDocumentPosition&&R.nodeType){return !!(P.compareDocumentPosition(R)&16);}else{if(R.nodeType){return !!this.getAncestorBy(R,function(S){return S==P;});}}}return false;};return B.Dom.batch(Q,O,B.Dom,true);},inDocument:function(O){var P=function(Q){if(L){while(Q=Q.parentNode){if(Q==document.documentElement){return true;}}return false;}return this.isAncestor(document.documentElement,Q);};return B.Dom.batch(O,P,B.Dom,true);},getElementsBy:function(V,P,Q,S){P=P||"*";
Q=(Q)?B.Dom.get(Q):null||document;if(!Q){return[];}var R=[],U=Q.getElementsByTagName(P);for(var T=0,O=U.length;T<O;++T){if(V(U[T])){R[R.length]=U[T];if(S){S(U[T]);}}}return R;},batch:function(S,V,U,Q){S=(S&&(S.tagName||S.item))?S:B.Dom.get(S);if(!S||!V){return false;}var R=(Q)?U:window;if(S.tagName||S.length===undefined){return V.call(R,S,U);}var T=[];for(var P=0,O=S.length;P<O;++P){T[T.length]=V.call(R,S[P],U);}return T;},getDocumentHeight:function(){var P=(document.compatMode!="CSS1Compat")?document.body.scrollHeight:document.documentElement.scrollHeight;var O=Math.max(P,B.Dom.getViewportHeight());return O;},getDocumentWidth:function(){var P=(document.compatMode!="CSS1Compat")?document.body.scrollWidth:document.documentElement.scrollWidth;var O=Math.max(P,B.Dom.getViewportWidth());return O;},getViewportHeight:function(){var O=self.innerHeight;var P=document.compatMode;if((P||G)&&!C){O=(P=="CSS1Compat")?document.documentElement.clientHeight:document.body.clientHeight;}return O;},getViewportWidth:function(){var O=self.innerWidth;var P=document.compatMode;if(P||G){O=(P=="CSS1Compat")?document.documentElement.clientWidth:document.body.clientWidth;}return O;},getAncestorBy:function(O,P){while(O=O.parentNode){if(D(O,P)){return O;}}return null;},getAncestorByClassName:function(P,O){P=B.Dom.get(P);if(!P){return null;}var Q=function(R){return B.Dom.hasClass(R,O);};return B.Dom.getAncestorBy(P,Q);},getAncestorByTagName:function(P,O){P=B.Dom.get(P);if(!P){return null;}var Q=function(R){return R.tagName&&R.tagName.toUpperCase()==O.toUpperCase();};return B.Dom.getAncestorBy(P,Q);},getPreviousSiblingBy:function(O,P){while(O){O=O.previousSibling;if(D(O,P)){return O;}}return null;},getPreviousSibling:function(O){O=B.Dom.get(O);if(!O){return null;}return B.Dom.getPreviousSiblingBy(O);},getNextSiblingBy:function(O,P){while(O){O=O.nextSibling;if(D(O,P)){return O;}}return null;},getNextSibling:function(O){O=B.Dom.get(O);if(!O){return null;}return B.Dom.getNextSiblingBy(O);},getFirstChildBy:function(O,Q){var P=(D(O.firstChild,Q))?O.firstChild:null;return P||B.Dom.getNextSiblingBy(O.firstChild,Q);},getFirstChild:function(O,P){O=B.Dom.get(O);if(!O){return null;}return B.Dom.getFirstChildBy(O);},getLastChildBy:function(O,Q){if(!O){return null;}var P=(D(O.lastChild,Q))?O.lastChild:null;return P||B.Dom.getPreviousSiblingBy(O.lastChild,Q);},getLastChild:function(O){O=B.Dom.get(O);return B.Dom.getLastChildBy(O);},getChildrenBy:function(P,R){var Q=B.Dom.getFirstChildBy(P,R);var O=Q?[Q]:[];B.Dom.getNextSiblingBy(Q,function(S){if(!R||R(S)){O[O.length]=S;}return false;});return O;},getChildren:function(O){O=B.Dom.get(O);if(!O){}return B.Dom.getChildrenBy(O);},getDocumentScrollLeft:function(O){O=O||document;return Math.max(O.documentElement.scrollLeft,O.body.scrollLeft);},getDocumentScrollTop:function(O){O=O||document;return Math.max(O.documentElement.scrollTop,O.body.scrollTop);},insertBefore:function(P,O){P=B.Dom.get(P);O=B.Dom.get(O);if(!P||!O||!O.parentNode){return null;}return O.parentNode.insertBefore(P,O);},insertAfter:function(P,O){P=B.Dom.get(P);O=B.Dom.get(O);if(!P||!O||!O.parentNode){return null;}if(O.nextSibling){return O.parentNode.insertBefore(P,O.nextSibling);}else{return O.parentNode.appendChild(P);}}};})();YAHOO.util.Region=function(C,D,A,B){this.top=C;this[1]=C;this.right=D;this.bottom=A;this.left=B;this[0]=B;};YAHOO.util.Region.prototype.contains=function(A){return(A.left>=this.left&&A.right<=this.right&&A.top>=this.top&&A.bottom<=this.bottom);};YAHOO.util.Region.prototype.getArea=function(){return((this.bottom-this.top)*(this.right-this.left));};YAHOO.util.Region.prototype.intersect=function(E){var C=Math.max(this.top,E.top);var D=Math.min(this.right,E.right);var A=Math.min(this.bottom,E.bottom);var B=Math.max(this.left,E.left);if(A>=C&&D>=B){return new YAHOO.util.Region(C,D,A,B);}else{return null;}};YAHOO.util.Region.prototype.union=function(E){var C=Math.min(this.top,E.top);var D=Math.max(this.right,E.right);var A=Math.max(this.bottom,E.bottom);var B=Math.min(this.left,E.left);return new YAHOO.util.Region(C,D,A,B);};YAHOO.util.Region.prototype.toString=function(){return("Region {top: "+this.top+", right: "+this.right+", bottom: "+this.bottom+", left: "+this.left+"}");};YAHOO.util.Region.getRegion=function(D){var F=YAHOO.util.Dom.getXY(D);var C=F[1];var E=F[0]+D.offsetWidth;var A=F[1]+D.offsetHeight;var B=F[0];return new YAHOO.util.Region(C,E,A,B);};YAHOO.util.Point=function(A,B){if(YAHOO.lang.isArray(A)){B=A[1];A=A[0];}this.x=this.right=this.left=this[0]=A;this.y=this.top=this.bottom=this[1]=B;};YAHOO.util.Point.prototype=new YAHOO.util.Region();YAHOO.register("dom",YAHOO.util.Dom,{version:"2.3.1",build:"541"});YAHOO.util.CustomEvent=function(D,B,C,A){this.type=D;this.scope=B||window;this.silent=C;this.signature=A||YAHOO.util.CustomEvent.LIST;this.subscribers=[];if(!this.silent){}var E="_YUICEOnSubscribe";if(D!==E){this.subscribeEvent=new YAHOO.util.CustomEvent(E,this,true);}this.lastError=null;};YAHOO.util.CustomEvent.LIST=0;YAHOO.util.CustomEvent.FLAT=1;YAHOO.util.CustomEvent.prototype={subscribe:function(B,C,A){if(!B){throw new Error("Invalid callback for subscriber to '"+this.type+"'");}if(this.subscribeEvent){this.subscribeEvent.fire(B,C,A);}this.subscribers.push(new YAHOO.util.Subscriber(B,C,A));},unsubscribe:function(D,F){if(!D){return this.unsubscribeAll();}var E=false;for(var B=0,A=this.subscribers.length;B<A;++B){var C=this.subscribers[B];if(C&&C.contains(D,F)){this._delete(B);E=true;}}return E;},fire:function(){var E=this.subscribers.length;if(!E&&this.silent){return true;}var H=[],G=true,D,I=false;for(D=0;D<arguments.length;++D){H.push(arguments[D]);}var A=H.length;if(!this.silent){}for(D=0;D<E;++D){var L=this.subscribers[D];if(!L){I=true;}else{if(!this.silent){}var K=L.getScope(this.scope);if(this.signature==YAHOO.util.CustomEvent.FLAT){var B=null;if(H.length>0){B=H[0];}try{G=L.fn.call(K,B,L.obj);}catch(F){this.lastError=F;}}else{try{G=L.fn.call(K,this.type,H,L.obj);}catch(F){this.lastError=F;}}if(false===G){if(!this.silent){}return false;}}}if(I){var J=[],C=this.subscribers;for(D=0,E=C.length;D<E;D=D+1){J.push(C[D]);}this.subscribers=J;}return true;},unsubscribeAll:function(){for(var B=0,A=this.subscribers.length;B<A;++B){this._delete(A-1-B);}this.subscribers=[];return B;},_delete:function(A){var B=this.subscribers[A];if(B){delete B.fn;delete B.obj;}this.subscribers[A]=null;},toString:function(){return"CustomEvent: '"+this.type+"', scope: "+this.scope;}};YAHOO.util.Subscriber=function(B,C,A){this.fn=B;this.obj=YAHOO.lang.isUndefined(C)?null:C;this.override=A;};YAHOO.util.Subscriber.prototype.getScope=function(A){if(this.override){if(this.override===true){return this.obj;}else{return this.override;}}return A;};YAHOO.util.Subscriber.prototype.contains=function(A,B){if(B){return(this.fn==A&&this.obj==B);}else{return(this.fn==A);}};YAHOO.util.Subscriber.prototype.toString=function(){return"Subscriber { obj: "+this.obj+", override: "+(this.override||"no")+" }";};if(!YAHOO.util.Event){YAHOO.util.Event=function(){var H=false;var J=false;var I=[];var K=[];var G=[];var E=[];var C=0;var F=[];var B=[];var A=0;var D={63232:38,63233:40,63234:37,63235:39};return{POLL_RETRYS:4000,POLL_INTERVAL:10,EL:0,TYPE:1,FN:2,WFN:3,UNLOAD_OBJ:3,ADJ_SCOPE:4,OBJ:5,OVERRIDE:6,lastError:null,isSafari:YAHOO.env.ua.webkit,webkit:YAHOO.env.ua.webkit,isIE:YAHOO.env.ua.ie,_interval:null,startInterval:function(){if(!this._interval){var L=this;var M=function(){L._tryPreloadAttach();};this._interval=setInterval(M,this.POLL_INTERVAL);}},onAvailable:function(N,L,O,M){F.push({id:N,fn:L,obj:O,override:M,checkReady:false});C=this.POLL_RETRYS;this.startInterval();},onDOMReady:function(L,N,M){if(J){setTimeout(function(){var O=window;if(M){if(M===true){O=N;}else{O=M;}}L.call(O,"DOMReady",[],N);},0);}else{this.DOMReadyEvent.subscribe(L,N,M);}},onContentReady:function(N,L,O,M){F.push({id:N,fn:L,obj:O,override:M,checkReady:true});C=this.POLL_RETRYS;this.startInterval();},addListener:function(N,L,W,R,M){if(!W||!W.call){return false;}if(this._isValidCollection(N)){var X=true;for(var S=0,U=N.length;S<U;++S){X=this.on(N[S],L,W,R,M)&&X;}return X;}else{if(YAHOO.lang.isString(N)){var Q=this.getEl(N);if(Q){N=Q;}else{this.onAvailable(N,function(){YAHOO.util.Event.on(N,L,W,R,M);});return true;}}}if(!N){return false;}if("unload"==L&&R!==this){K[K.length]=[N,L,W,R,M];return true;}var Z=N;if(M){if(M===true){Z=R;}else{Z=M;}}var O=function(a){return W.call(Z,YAHOO.util.Event.getEvent(a,N),R);};var Y=[N,L,W,O,Z,R,M];var T=I.length;I[T]=Y;if(this.useLegacyEvent(N,L)){var P=this.getLegacyIndex(N,L);if(P==-1||N!=G[P][0]){P=G.length;B[N.id+L]=P;G[P]=[N,L,N["on"+L]];E[P]=[];N["on"+L]=function(a){YAHOO.util.Event.fireLegacyEvent(YAHOO.util.Event.getEvent(a),P);};}E[P].push(Y);}else{try{this._simpleAdd(N,L,O,false);}catch(V){this.lastError=V;this.removeListener(N,L,W);return false;}}return true;},fireLegacyEvent:function(P,N){var R=true,L,T,S,U,Q;T=E[N];for(var M=0,O=T.length;M<O;++M){S=T[M];if(S&&S[this.WFN]){U=S[this.ADJ_SCOPE];Q=S[this.WFN].call(U,P);R=(R&&Q);}}L=G[N];if(L&&L[2]){L[2](P);}return R;},getLegacyIndex:function(M,N){var L=this.generateId(M)+N;if(typeof B[L]=="undefined"){return -1;}else{return B[L];}},useLegacyEvent:function(M,N){if(this.webkit&&("click"==N||"dblclick"==N)){var L=parseInt(this.webkit,10);if(!isNaN(L)&&L<418){return true;}}return false;},removeListener:function(M,L,U){var P,S,W;if(typeof M=="string"){M=this.getEl(M);}else{if(this._isValidCollection(M)){var V=true;for(P=0,S=M.length;P<S;++P){V=(this.removeListener(M[P],L,U)&&V);}return V;}}if(!U||!U.call){return this.purgeElement(M,false,L);}if("unload"==L){for(P=0,S=K.length;P<S;P++){W=K[P];if(W&&W[0]==M&&W[1]==L&&W[2]==U){K[P]=null;return true;}}return false;}var Q=null;var R=arguments[3];if("undefined"===typeof R){R=this._getCacheIndex(M,L,U);}if(R>=0){Q=I[R];}if(!M||!Q){return false;}if(this.useLegacyEvent(M,L)){var O=this.getLegacyIndex(M,L);var N=E[O];if(N){for(P=0,S=N.length;P<S;++P){W=N[P];if(W&&W[this.EL]==M&&W[this.TYPE]==L&&W[this.FN]==U){N[P]=null;break;}}}}else{try{this._simpleRemove(M,L,Q[this.WFN],false);}catch(T){this.lastError=T;return false;}}delete I[R][this.WFN];delete I[R][this.FN];I[R]=null;return true;},getTarget:function(N,M){var L=N.target||N.srcElement;return this.resolveTextNode(L);},resolveTextNode:function(L){if(L&&3==L.nodeType){return L.parentNode;}else{return L;}},getPageX:function(M){var L=M.pageX;if(!L&&0!==L){L=M.clientX||0;if(this.isIE){L+=this._getScrollLeft();}}return L;},getPageY:function(L){var M=L.pageY;if(!M&&0!==M){M=L.clientY||0;if(this.isIE){M+=this._getScrollTop();}}return M;},getXY:function(L){return[this.getPageX(L),this.getPageY(L)];
},getRelatedTarget:function(M){var L=M.relatedTarget;if(!L){if(M.type=="mouseout"){L=M.toElement;}else{if(M.type=="mouseover"){L=M.fromElement;}}}return this.resolveTextNode(L);},getTime:function(N){if(!N.time){var M=new Date().getTime();try{N.time=M;}catch(L){this.lastError=L;return M;}}return N.time;},stopEvent:function(L){this.stopPropagation(L);this.preventDefault(L);},stopPropagation:function(L){if(L.stopPropagation){L.stopPropagation();}else{L.cancelBubble=true;}},preventDefault:function(L){if(L.preventDefault){L.preventDefault();}else{L.returnValue=false;}},getEvent:function(Q,O){var P=Q||window.event;if(!P){var R=this.getEvent.caller;while(R){P=R.arguments[0];if(P&&Event==P.constructor){break;}R=R.caller;}}if(P&&this.isIE){try{var N=P.srcElement;if(N){var M=N.type;}}catch(L){P.target=O;}}return P;},getCharCode:function(M){var L=M.keyCode||M.charCode||0;if(YAHOO.env.ua.webkit&&(L in D)){L=D[L];}return L;},_getCacheIndex:function(P,Q,O){for(var N=0,M=I.length;N<M;++N){var L=I[N];if(L&&L[this.FN]==O&&L[this.EL]==P&&L[this.TYPE]==Q){return N;}}return -1;},generateId:function(L){var M=L.id;if(!M){M="yuievtautoid-"+A;++A;L.id=M;}return M;},_isValidCollection:function(M){try{return(typeof M!=="string"&&M.length&&!M.tagName&&!M.alert&&typeof M[0]!=="undefined");}catch(L){return false;}},elCache:{},getEl:function(L){return(typeof L==="string")?document.getElementById(L):L;},clearCache:function(){},DOMReadyEvent:new YAHOO.util.CustomEvent("DOMReady",this),_load:function(M){if(!H){H=true;var L=YAHOO.util.Event;L._ready();L._tryPreloadAttach();}},_ready:function(M){if(!J){J=true;var L=YAHOO.util.Event;L.DOMReadyEvent.fire();L._simpleRemove(document,"DOMContentLoaded",L._ready);}},_tryPreloadAttach:function(){if(this.locked){return false;}if(this.isIE){if(!J){this.startInterval();return false;}}this.locked=true;var Q=!H;if(!Q){Q=(C>0);}var P=[];var R=function(T,U){var S=T;if(U.override){if(U.override===true){S=U.obj;}else{S=U.override;}}U.fn.call(S,U.obj);};var M,L,O,N;for(M=0,L=F.length;M<L;++M){O=F[M];if(O&&!O.checkReady){N=this.getEl(O.id);if(N){R(N,O);F[M]=null;}else{P.push(O);}}}for(M=0,L=F.length;M<L;++M){O=F[M];if(O&&O.checkReady){N=this.getEl(O.id);if(N){if(H||N.nextSibling){R(N,O);F[M]=null;}}else{P.push(O);}}}C=(P.length===0)?0:C-1;if(Q){this.startInterval();}else{clearInterval(this._interval);this._interval=null;}this.locked=false;return true;},purgeElement:function(O,P,R){var Q=this.getListeners(O,R),N,L;if(Q){for(N=0,L=Q.length;N<L;++N){var M=Q[N];this.removeListener(O,M.type,M.fn,M.index);}}if(P&&O&&O.childNodes){for(N=0,L=O.childNodes.length;N<L;++N){this.purgeElement(O.childNodes[N],P,R);}}},getListeners:function(N,L){var Q=[],M;if(!L){M=[I,K];}else{if(L=="unload"){M=[K];}else{M=[I];}}for(var P=0;P<M.length;P=P+1){var T=M[P];if(T&&T.length>0){for(var R=0,S=T.length;R<S;++R){var O=T[R];if(O&&O[this.EL]===N&&(!L||L===O[this.TYPE])){Q.push({type:O[this.TYPE],fn:O[this.FN],obj:O[this.OBJ],adjust:O[this.OVERRIDE],scope:O[this.ADJ_SCOPE],index:R});}}}}return(Q.length)?Q:null;},_unload:function(S){var R=YAHOO.util.Event,P,O,M,L,N;for(P=0,L=K.length;P<L;++P){M=K[P];if(M){var Q=window;if(M[R.ADJ_SCOPE]){if(M[R.ADJ_SCOPE]===true){Q=M[R.UNLOAD_OBJ];}else{Q=M[R.ADJ_SCOPE];}}M[R.FN].call(Q,R.getEvent(S,M[R.EL]),M[R.UNLOAD_OBJ]);K[P]=null;M=null;Q=null;}}K=null;if(I&&I.length>0){O=I.length;while(O){N=O-1;M=I[N];if(M){R.removeListener(M[R.EL],M[R.TYPE],M[R.FN],N);}O=O-1;}M=null;R.clearCache();}for(P=0,L=G.length;P<L;++P){G[P][0]=null;G[P]=null;}G=null;R._simpleRemove(window,"unload",R._unload);},_getScrollLeft:function(){return this._getScroll()[1];},_getScrollTop:function(){return this._getScroll()[0];},_getScroll:function(){var L=document.documentElement,M=document.body;if(L&&(L.scrollTop||L.scrollLeft)){return[L.scrollTop,L.scrollLeft];}else{if(M){return[M.scrollTop,M.scrollLeft];}else{return[0,0];}}},regCE:function(){},_simpleAdd:function(){if(window.addEventListener){return function(N,O,M,L){N.addEventListener(O,M,(L));};}else{if(window.attachEvent){return function(N,O,M,L){N.attachEvent("on"+O,M);};}else{return function(){};}}}(),_simpleRemove:function(){if(window.removeEventListener){return function(N,O,M,L){N.removeEventListener(O,M,(L));};}else{if(window.detachEvent){return function(M,N,L){M.detachEvent("on"+N,L);};}else{return function(){};}}}()};}();(function(){var D=YAHOO.util.Event;D.on=D.addListener;if(D.isIE){YAHOO.util.Event.onDOMReady(YAHOO.util.Event._tryPreloadAttach,YAHOO.util.Event,true);var B,E=document,A=E.body;if(("undefined"!==typeof YAHOO_config)&&YAHOO_config.injecting){B=document.createElement("script");var C=E.getElementsByTagName("head")[0]||A;C.insertBefore(B,C.firstChild);}else{E.write("<script id=\"_yui_eu_dr\" defer=\"true\" src=\"//:\"></script>");B=document.getElementById("_yui_eu_dr");}if(B){B.onreadystatechange=function(){if("complete"===this.readyState){this.parentNode.removeChild(this);YAHOO.util.Event._ready();}};}else{}B=null;}else{if(D.webkit){D._drwatch=setInterval(function(){var F=document.readyState;if("loaded"==F||"complete"==F){clearInterval(D._drwatch);D._drwatch=null;D._ready();}},D.POLL_INTERVAL);}else{D._simpleAdd(document,"DOMContentLoaded",D._ready);}}D._simpleAdd(window,"load",D._load);D._simpleAdd(window,"unload",D._unload);D._tryPreloadAttach();})();}YAHOO.util.EventProvider=function(){};YAHOO.util.EventProvider.prototype={__yui_events:null,__yui_subscribers:null,subscribe:function(A,C,F,E){this.__yui_events=this.__yui_events||{};var D=this.__yui_events[A];if(D){D.subscribe(C,F,E);}else{this.__yui_subscribers=this.__yui_subscribers||{};var B=this.__yui_subscribers;if(!B[A]){B[A]=[];}B[A].push({fn:C,obj:F,override:E});}},unsubscribe:function(C,E,G){this.__yui_events=this.__yui_events||{};var A=this.__yui_events;if(C){var F=A[C];if(F){return F.unsubscribe(E,G);}}else{var B=true;for(var D in A){if(YAHOO.lang.hasOwnProperty(A,D)){B=B&&A[D].unsubscribe(E,G);}}return B;}return false;},unsubscribeAll:function(A){return this.unsubscribe(A);},createEvent:function(G,D){this.__yui_events=this.__yui_events||{};
var A=D||{};var I=this.__yui_events;if(I[G]){}else{var H=A.scope||this;var E=(A.silent);var B=new YAHOO.util.CustomEvent(G,H,E,YAHOO.util.CustomEvent.FLAT);I[G]=B;if(A.onSubscribeCallback){B.subscribeEvent.subscribe(A.onSubscribeCallback);}this.__yui_subscribers=this.__yui_subscribers||{};var F=this.__yui_subscribers[G];if(F){for(var C=0;C<F.length;++C){B.subscribe(F[C].fn,F[C].obj,F[C].override);}}}return I[G];},fireEvent:function(E,D,A,C){this.__yui_events=this.__yui_events||{};var G=this.__yui_events[E];if(!G){return null;}var B=[];for(var F=1;F<arguments.length;++F){B.push(arguments[F]);}return G.fire.apply(G,B);},hasEvent:function(A){if(this.__yui_events){if(this.__yui_events[A]){return true;}}return false;}};YAHOO.util.KeyListener=function(A,F,B,C){if(!A){}else{if(!F){}else{if(!B){}}}if(!C){C=YAHOO.util.KeyListener.KEYDOWN;}var D=new YAHOO.util.CustomEvent("keyPressed");this.enabledEvent=new YAHOO.util.CustomEvent("enabled");this.disabledEvent=new YAHOO.util.CustomEvent("disabled");if(typeof A=="string"){A=document.getElementById(A);}if(typeof B=="function"){D.subscribe(B);}else{D.subscribe(B.fn,B.scope,B.correctScope);}function E(K,J){if(!F.shift){F.shift=false;}if(!F.alt){F.alt=false;}if(!F.ctrl){F.ctrl=false;}if(K.shiftKey==F.shift&&K.altKey==F.alt&&K.ctrlKey==F.ctrl){var H;var G;if(F.keys instanceof Array){for(var I=0;I<F.keys.length;I++){H=F.keys[I];if(H==K.charCode){D.fire(K.charCode,K);break;}else{if(H==K.keyCode){D.fire(K.keyCode,K);break;}}}}else{H=F.keys;if(H==K.charCode){D.fire(K.charCode,K);}else{if(H==K.keyCode){D.fire(K.keyCode,K);}}}}}this.enable=function(){if(!this.enabled){YAHOO.util.Event.addListener(A,C,E);this.enabledEvent.fire(F);}this.enabled=true;};this.disable=function(){if(this.enabled){YAHOO.util.Event.removeListener(A,C,E);this.disabledEvent.fire(F);}this.enabled=false;};this.toString=function(){return"KeyListener ["+F.keys+"] "+A.tagName+(A.id?"["+A.id+"]":"");};};YAHOO.util.KeyListener.KEYDOWN="keydown";YAHOO.util.KeyListener.KEYUP="keyup";YAHOO.register("event",YAHOO.util.Event,{version:"2.3.1",build:"541"});YAHOO.register("yahoo-dom-event", YAHOO, {version: "2.3.1", build: "541"});
(function () {
YAHOO.util.Config = function (owner) {
if (owner) {
this.init(owner);
}
if (!owner) {
}
};
var Lang = YAHOO.lang,
CustomEvent = YAHOO.util.CustomEvent,
Config = YAHOO.util.Config;
Config.CONFIG_CHANGED_EVENT = "configChanged";
Config.BOOLEAN_TYPE = "boolean";
Config.prototype = {
owner: null,
queueInProgress: false,
config: null,
initialConfig: null,
eventQueue: null,
configChangedEvent: null,
init: function (owner) {
this.owner = owner;
this.configChangedEvent =
this.createEvent(Config.CONFIG_CHANGED_EVENT);
this.configChangedEvent.signature = CustomEvent.LIST;
this.queueInProgress = false;
this.config = {};
this.initialConfig = {};
this.eventQueue = [];
},
checkBoolean: function (val) {
return (typeof val == Config.BOOLEAN_TYPE);
},
checkNumber: function (val) {
return (!isNaN(val));
},
fireEvent: function ( key, value ) {
var property = this.config[key];
if (property && property.event) {
property.event.fire(value);
}
},
addProperty: function ( key, propertyObject ) {
key = key.toLowerCase();
this.config[key] = propertyObject;
propertyObject.event = this.createEvent(key, { scope: this.owner });
propertyObject.event.signature = CustomEvent.LIST;
propertyObject.key = key;
if (propertyObject.handler) {
propertyObject.event.subscribe(propertyObject.handler,
this.owner);
}
this.setProperty(key, propertyObject.value, true);
if (! propertyObject.suppressEvent) {
this.queueProperty(key, propertyObject.value);
}
},
getConfig: function () {
var cfg = {},
prop,
property;
for (prop in this.config) {
property = this.config[prop];
if (property && property.event) {
cfg[prop] = property.value;
}
}
return cfg;
},
getProperty: function (key) {
var property = this.config[key.toLowerCase()];
if (property && property.event) {
return property.value;
} else {
return undefined;
}
},
resetProperty: function (key) {
key = key.toLowerCase();
var property = this.config[key];
if (property && property.event) {
if (this.initialConfig[key] &&
!Lang.isUndefined(this.initialConfig[key])) {
this.setProperty(key, this.initialConfig[key]);
return true;
}
} else {
return false;
}
},
setProperty: function (key, value, silent) {
var property;
key = key.toLowerCase();
if (this.queueInProgress && ! silent) {
this.queueProperty(key,value);
return true;
} else {
property = this.config[key];
if (property && property.event) {
if (property.validator && !property.validator(value)) {
return false;
} else {
property.value = value;
if (! silent) {
this.fireEvent(key, value);
this.configChangedEvent.fire([key, value]);
}
return true;
}
} else {
return false;
}
}
},
queueProperty: function (key, value) {
key = key.toLowerCase();
var property = this.config[key],
foundDuplicate = false,
iLen,
queueItem,
queueItemKey,
queueItemValue,
sLen,
supercedesCheck,
qLen,
queueItemCheck,
queueItemCheckKey,
queueItemCheckValue,
i,
s,
q;
if (property && property.event) {
if (!Lang.isUndefined(value) && property.validator &&
!property.validator(value)) { // validator
return false;
} else {
if (!Lang.isUndefined(value)) {
property.value = value;
} else {
value = property.value;
}
foundDuplicate = false;
iLen = this.eventQueue.length;
for (i = 0; i < iLen; i++) {
queueItem = this.eventQueue[i];
if (queueItem) {
queueItemKey = queueItem[0];
queueItemValue = queueItem[1];
if (queueItemKey == key) {
this.eventQueue[i] = null;
this.eventQueue.push(
[key, (!Lang.isUndefined(value) ?
value : queueItemValue)]);
foundDuplicate = true;
break;
}
}
}
if (! foundDuplicate && !Lang.isUndefined(value)) {
this.eventQueue.push([key, value]);
}
}
if (property.supercedes) {
sLen = property.supercedes.length;
for (s = 0; s < sLen; s++) {
supercedesCheck = property.supercedes[s];
qLen = this.eventQueue.length;
for (q = 0; q < qLen; q++) {
queueItemCheck = this.eventQueue[q];
if (queueItemCheck) {
queueItemCheckKey = queueItemCheck[0];
queueItemCheckValue = queueItemCheck[1];
if (queueItemCheckKey ==
supercedesCheck.toLowerCase() ) {
this.eventQueue.push([queueItemCheckKey,
queueItemCheckValue]);
this.eventQueue[q] = null;
break;
}
}
}
}
}
return true;
} else {
return false;
}
},
refireEvent: function (key) {
key = key.toLowerCase();
var property = this.config[key];
if (property && property.event &&
!Lang.isUndefined(property.value)) {
if (this.queueInProgress) {
this.queueProperty(key);
} else {
this.fireEvent(key, property.value);
}
}
},
applyConfig: function (userConfig, init) {
var sKey,
oValue,
oConfig;
if (init) {
oConfig = {};
for (sKey in userConfig) {
if (Lang.hasOwnProperty(userConfig, sKey)) {
oConfig[sKey.toLowerCase()] = userConfig[sKey];
}
}
this.initialConfig = oConfig;
}
for (sKey in userConfig) {
if (Lang.hasOwnProperty(userConfig, sKey)) {
this.queueProperty(sKey, userConfig[sKey]);
}
}
},
refresh: function () {
var prop;
for (prop in this.config) {
this.refireEvent(prop);
}
},
fireQueue: function () {
var i,
queueItem,
key,
value,
property;
this.queueInProgress = true;
for (i = 0;i < this.eventQueue.length; i++) {
queueItem = this.eventQueue[i];
if (queueItem) {
key = queueItem[0];
value = queueItem[1];
property = this.config[key];
property.value = value;
this.fireEvent(key,value);
}
}
this.queueInProgress = false;
this.eventQueue = [];
},
subscribeToConfigEvent: function (key, handler, obj, override) {
var property = this.config[key.toLowerCase()];
if (property && property.event) {
if (!Config.alreadySubscribed(property.event, handler, obj)) {
property.event.subscribe(handler, obj, override);
}
return true;
} else {
return false;
}
},
unsubscribeFromConfigEvent: function (key, handler, obj) {
var property = this.config[key.toLowerCase()];
if (property && property.event) {
return property.event.unsubscribe(handler, obj);
} else {
return false;
}
},
toString: function () {
var output = "Config";
if (this.owner) {
output += " [" + this.owner.toString() + "]";
}
return output;
},
outputEventQueue: function () {
var output = "",
queueItem,
q,
nQueue = this.eventQueue.length;
for (q = 0; q < nQueue; q++) {
queueItem = this.eventQueue[q];
if (queueItem) {
output += queueItem[0] + "=" + queueItem[1] + ", ";
}
}
return output;
},
destroy: function () {
var oConfig = this.config,
sProperty,
oProperty;
for (sProperty in oConfig) {
if (Lang.hasOwnProperty(oConfig, sProperty)) {
oProperty = oConfig[sProperty];
oProperty.event.unsubscribeAll();
oProperty.event = null;
}
}
this.configChangedEvent.unsubscribeAll();
this.configChangedEvent = null;
this.owner = null;
this.config = null;
this.initialConfig = null;
this.eventQueue = null;
}
};
Config.alreadySubscribed = function (evt, fn, obj) {
var nSubscribers = evt.subscribers.length,
subsc,
i;
if (nSubscribers > 0) {
i = nSubscribers - 1;
do {
subsc = evt.subscribers[i];
if (subsc && subsc.obj == obj && subsc.fn == fn) {
return true;
}
}
while (i--);
}
return false;
};
YAHOO.lang.augmentProto(Config, YAHOO.util.EventProvider);
}());
YAHOO.widget.DateMath = {
DAY : "D",
WEEK : "W",
YEAR : "Y",
MONTH : "M",
ONE_DAY_MS : 1000*60*60*24,
add : function(date, field, amount) {
var d = new Date(date.getTime());
switch (field) {
case this.MONTH:
var newMonth = date.getMonth() + amount;
var years = 0;
if (newMonth < 0) {
while (newMonth < 0) {
newMonth += 12;
years -= 1;
}
} else if (newMonth > 11) {
while (newMonth > 11) {
newMonth -= 12;
years += 1;
}
}
d.setMonth(newMonth);
d.setFullYear(date.getFullYear() + years);
break;
case this.DAY:
d.setDate(date.getDate() + amount);
break;
case this.YEAR:
d.setFullYear(date.getFullYear() + amount);
break;
case this.WEEK:
d.setDate(date.getDate() + (amount * 7));
break;
}
return d;
},
subtract : function(date, field, amount) {
return this.add(date, field, (amount*-1));
},
before : function(date, compareTo) {
var ms = compareTo.getTime();
if (date.getTime() < ms) {
return true;
} else {
return false;
}
},
after : function(date, compareTo) {
var ms = compareTo.getTime();
if (date.getTime() > ms) {
return true;
} else {
return false;
}
},
between : function(date, dateBegin, dateEnd) {
if (this.after(date, dateBegin) && this.before(date, dateEnd)) {
return true;
} else {
return false;
}
},
getJan1 : function(calendarYear) {
return new Date(calendarYear,0,1);
},
getDayOffset : function(date, calendarYear) {
var beginYear = this.getJan1(calendarYear); // Find the start of the year. This will be in week 1.
var dayOffset = Math.ceil((date.getTime()-beginYear.getTime()) / this.ONE_DAY_MS);
return dayOffset;
},
getWeekNumber : function(date, calendarYear) {
date = this.clearTime(date);
var nearestThurs = new Date(date.getTime() + (4 * this.ONE_DAY_MS) - ((date.getDay()) * this.ONE_DAY_MS));
var jan1 = new Date(nearestThurs.getFullYear(),0,1);
var dayOfYear = ((nearestThurs.getTime() - jan1.getTime()) / this.ONE_DAY_MS) - 1;
var weekNum = Math.ceil((dayOfYear)/ 7);
return weekNum;
},
isYearOverlapWeek : function(weekBeginDate) {
var overlaps = false;
var nextWeek = this.add(weekBeginDate, this.DAY, 6);
if (nextWeek.getFullYear() != weekBeginDate.getFullYear()) {
overlaps = true;
}
return overlaps;
},
isMonthOverlapWeek : function(weekBeginDate) {
var overlaps = false;
var nextWeek = this.add(weekBeginDate, this.DAY, 6);
if (nextWeek.getMonth() != weekBeginDate.getMonth()) {
overlaps = true;
}
return overlaps;
},
findMonthStart : function(date) {
var start = new Date(date.getFullYear(), date.getMonth(), 1);
return start;
},
findMonthEnd : function(date) {
var start = this.findMonthStart(date);
var nextMonth = this.add(start, this.MONTH, 1);
var end = this.subtract(nextMonth, this.DAY, 1);
return end;
},
clearTime : function(date) {
date.setHours(12,0,0,0);
return date;
}
};
YAHOO.widget.Calendar = function(id, containerId, config) {
this.init(id, containerId, config);
};
YAHOO.widget.Calendar.IMG_ROOT = null;
YAHOO.widget.Calendar.DATE = "D";
YAHOO.widget.Calendar.MONTH_DAY = "MD";
YAHOO.widget.Calendar.WEEKDAY = "WD";
YAHOO.widget.Calendar.RANGE = "R";
YAHOO.widget.Calendar.MONTH = "M";
YAHOO.widget.Calendar.DISPLAY_DAYS = 42;
YAHOO.widget.Calendar.STOP_RENDER = "S";
YAHOO.widget.Calendar.SHORT = "short";
YAHOO.widget.Calendar.LONG = "long";
YAHOO.widget.Calendar.MEDIUM = "medium";
YAHOO.widget.Calendar.ONE_CHAR = "1char";
YAHOO.widget.Calendar._DEFAULT_CONFIG = {
PAGEDATE : {key:"pagedate", value:null},
SELECTED : {key:"selected", value:null},
TITLE : {key:"title", value:""},
CLOSE : {key:"close", value:false},
IFRAME : {key:"iframe", value:(YAHOO.env.ua.ie && YAHOO.env.ua.ie <= 6) ? true : false},
MINDATE : {key:"mindate", value:null},
MAXDATE : {key:"maxdate", value:null},
MULTI_SELECT : {key:"multi_select", value:false},
START_WEEKDAY : {key:"start_weekday", value:0},
SHOW_WEEKDAYS : {key:"show_weekdays", value:true},
SHOW_WEEK_HEADER : {key:"show_week_header", value:false},
SHOW_WEEK_FOOTER : {key:"show_week_footer", value:false},
HIDE_BLANK_WEEKS : {key:"hide_blank_weeks", value:false},
NAV_ARROW_LEFT: {key:"nav_arrow_left", value:null} ,
NAV_ARROW_RIGHT : {key:"nav_arrow_right", value:null} ,
MONTHS_SHORT : {key:"months_short", value:["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]},
MONTHS_LONG: {key:"months_long", value:["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]},
WEEKDAYS_1CHAR: {key:"weekdays_1char", value:["S", "M", "T", "W", "T", "F", "S"]},
WEEKDAYS_SHORT: {key:"weekdays_short", value:["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"]},
WEEKDAYS_MEDIUM: {key:"weekdays_medium", value:["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]},
WEEKDAYS_LONG: {key:"weekdays_long", value:["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]},
LOCALE_MONTHS:{key:"locale_months", value:"long"},
LOCALE_WEEKDAYS:{key:"locale_weekdays", value:"short"},
DATE_DELIMITER:{key:"date_delimiter", value:","},
DATE_FIELD_DELIMITER:{key:"date_field_delimiter", value:"/"},
DATE_RANGE_DELIMITER:{key:"date_range_delimiter", value:"-"},
MY_MONTH_POSITION:{key:"my_month_position", value:1},
MY_YEAR_POSITION:{key:"my_year_position", value:2},
MD_MONTH_POSITION:{key:"md_month_position", value:1},
MD_DAY_POSITION:{key:"md_day_position", value:2},
MDY_MONTH_POSITION:{key:"mdy_month_position", value:1},
MDY_DAY_POSITION:{key:"mdy_day_position", value:2},
MDY_YEAR_POSITION:{key:"mdy_year_position", value:3},
MY_LABEL_MONTH_POSITION:{key:"my_label_month_position", value:1},
MY_LABEL_YEAR_POSITION:{key:"my_label_year_position", value:2},
MY_LABEL_MONTH_SUFFIX:{key:"my_label_month_suffix", value:" "},
MY_LABEL_YEAR_SUFFIX:{key:"my_label_year_suffix", value:""}
};
YAHOO.widget.Calendar._EVENT_TYPES = {
BEFORE_SELECT : "beforeSelect",
SELECT : "select",
BEFORE_DESELECT : "beforeDeselect",
DESELECT : "deselect",
CHANGE_PAGE : "changePage",
BEFORE_RENDER : "beforeRender",
RENDER : "render",
RESET : "reset",
CLEAR : "clear"
};
YAHOO.widget.Calendar._STYLES = {
CSS_ROW_HEADER: "calrowhead",
CSS_ROW_FOOTER: "calrowfoot",
CSS_CELL : "calcell",
CSS_CELL_SELECTOR : "selector",
CSS_CELL_SELECTED : "selected",
CSS_CELL_SELECTABLE : "selectable",
CSS_CELL_RESTRICTED : "restricted",
CSS_CELL_TODAY : "today",
CSS_CELL_OOM : "oom",
CSS_CELL_OOB : "previous",
CSS_HEADER : "calheader",
CSS_HEADER_TEXT : "calhead",
CSS_BODY : "calbody",
CSS_WEEKDAY_CELL : "calweekdaycell",
CSS_WEEKDAY_ROW : "calweekdayrow",
CSS_FOOTER : "calfoot",
CSS_CALENDAR : "yui-calendar",
CSS_SINGLE : "single",
CSS_CONTAINER : "yui-calcontainer",
CSS_NAV_LEFT : "calnavleft",
CSS_NAV_RIGHT : "calnavright",
CSS_CLOSE : "calclose",
CSS_CELL_TOP : "calcelltop",
CSS_CELL_LEFT : "calcellleft",
CSS_CELL_RIGHT : "calcellright",
CSS_CELL_BOTTOM : "calcellbottom",
CSS_CELL_HOVER : "calcellhover",
CSS_CELL_HIGHLIGHT1 : "highlight1",
CSS_CELL_HIGHLIGHT2 : "highlight2",
CSS_CELL_HIGHLIGHT3 : "highlight3",
CSS_CELL_HIGHLIGHT4 : "highlight4"
};
YAHOO.widget.Calendar.prototype = {
Config : null,
parent : null,
index : -1,
cells : null,
cellDates : null,
id : null,
oDomContainer : null,
today : null,
renderStack : null,
_renderStack : null,
_selectedDates : null,
domEventMap : null
};
YAHOO.widget.Calendar.prototype.init = function(id, containerId, config) {
this.initEvents();
this.today = new Date();
YAHOO.widget.DateMath.clearTime(this.today);
this.id = id;
this.oDomContainer = document.getElementById(containerId);
this.cfg = new YAHOO.util.Config(this);
this.Options = {};
this.Locale = {};
this.initStyles();
YAHOO.util.Dom.addClass(this.oDomContainer, this.Style.CSS_CONTAINER);
YAHOO.util.Dom.addClass(this.oDomContainer, this.Style.CSS_SINGLE);
this.cellDates = [];
this.cells = [];
this.renderStack = [];
this._renderStack = [];
this.setupConfig();
if (config) {
this.cfg.applyConfig(config, true);
}
this.cfg.fireQueue();
};
YAHOO.widget.Calendar.prototype.configIframe = function(type, args, obj) {
var useIframe = args[0];
if (!this.parent) {
if (YAHOO.util.Dom.inDocument(this.oDomContainer)) {
if (useIframe) {
var pos = YAHOO.util.Dom.getStyle(this.oDomContainer, "position");
if (pos == "absolute" || pos == "relative") {
if (!YAHOO.util.Dom.inDocument(this.iframe)) {
this.iframe = document.createElement("iframe");
this.iframe.src = "javascript:false;";
YAHOO.util.Dom.setStyle(this.iframe, "opacity", "0");
if (YAHOO.env.ua.ie && YAHOO.env.ua.ie <= 6) {
YAHOO.util.Dom.addClass(this.iframe, "fixedsize");
}
this.oDomContainer.insertBefore(this.iframe, this.oDomContainer.firstChild);
}
}
} else {
if (this.iframe) {
if (this.iframe.parentNode) {
this.iframe.parentNode.removeChild(this.iframe);
}
this.iframe = null;
}
}
}
}
};
YAHOO.widget.Calendar.prototype.configTitle = function(type, args, obj) {
var title = args[0], tDiv;
if (title) {
this.createTitleBar(title);
} else {
var close = this.cfg.getProperty(YAHOO.widget.Calendar._DEFAULT_CONFIG.CLOSE.key);
if (!close) {
this.removeTitleBar();
} else {
this.createTitleBar("&#160;");
}
}
};
YAHOO.widget.Calendar.prototype.configClose = function(type, args, obj) {
var close = args[0],
title = this.cfg.getProperty(YAHOO.widget.Calendar._DEFAULT_CONFIG.TITLE.key);
if (close) {
if (!title) {
this.createTitleBar("&#160;");
}
this.createCloseButton();
} else {
this.removeCloseButton();
if (!title) {
this.removeTitleBar();
}
}
};
YAHOO.widget.Calendar.prototype.initEvents = function() {
var defEvents = YAHOO.widget.Calendar._EVENT_TYPES;
this.beforeSelectEvent = new YAHOO.util.CustomEvent(defEvents.BEFORE_SELECT);
this.selectEvent = new YAHOO.util.CustomEvent(defEvents.SELECT);
this.beforeDeselectEvent = new YAHOO.util.CustomEvent(defEvents.BEFORE_DESELECT);
this.deselectEvent = new YAHOO.util.CustomEvent(defEvents.DESELECT);
this.changePageEvent = new YAHOO.util.CustomEvent(defEvents.CHANGE_PAGE);
this.beforeRenderEvent = new YAHOO.util.CustomEvent(defEvents.BEFORE_RENDER);
this.renderEvent = new YAHOO.util.CustomEvent(defEvents.RENDER);
this.resetEvent = new YAHOO.util.CustomEvent(defEvents.RESET);
this.clearEvent = new YAHOO.util.CustomEvent(defEvents.CLEAR);
this.beforeSelectEvent.subscribe(this.onBeforeSelect, this, true);
this.selectEvent.subscribe(this.onSelect, this, true);
this.beforeDeselectEvent.subscribe(this.onBeforeDeselect, this, true);
this.deselectEvent.subscribe(this.onDeselect, this, true);
this.changePageEvent.subscribe(this.onChangePage, this, true);
this.renderEvent.subscribe(this.onRender, this, true);
this.resetEvent.subscribe(this.onReset, this, true);
this.clearEvent.subscribe(this.onClear, this, true);
};
YAHOO.widget.Calendar.prototype.doSelectCell = function(e, cal) {
var cell,index,d,date;
var target = YAHOO.util.Event.getTarget(e);
var tagName = target.tagName.toLowerCase();
var defSelector = false;
while (tagName != "td" && ! YAHOO.util.Dom.hasClass(target, cal.Style.CSS_CELL_SELECTABLE)) {
if (!defSelector && tagName == "a" && YAHOO.util.Dom.hasClass(target, cal.Style.CSS_CELL_SELECTOR)) {
defSelector = true;
}
target = target.parentNode;
tagName = target.tagName.toLowerCase();
if (tagName == "html") {
return;
}
}
if (defSelector) {
YAHOO.util.Event.preventDefault(e);
}
cell = target;
if (YAHOO.util.Dom.hasClass(cell, cal.Style.CSS_CELL_SELECTABLE)) {
index = cell.id.split("cell")[1];
d = cal.cellDates[index];
date = new Date(d[0],d[1]-1,d[2]);
var link;
if (cal.Options.MULTI_SELECT) {
link = cell.getElementsByTagName("a")[0];
if (link) {
link.blur();
}
var cellDate = cal.cellDates[index];
var cellDateIndex = cal._indexOfSelectedFieldArray(cellDate);
if (cellDateIndex > -1) {
cal.deselectCell(index);
} else {
cal.selectCell(index);
}
} else {
link = cell.getElementsByTagName("a")[0];
if (link) {
link.blur();
}
cal.selectCell(index);
}
}
};
YAHOO.widget.Calendar.prototype.doCellMouseOver = function(e, cal) {
var target;
if (e) {
target = YAHOO.util.Event.getTarget(e);
} else {
target = this;
}
while (target.tagName.toLowerCase() != "td") {
target = target.parentNode;
if (target.tagName.toLowerCase() == "html") {
return;
}
}
if (YAHOO.util.Dom.hasClass(target, cal.Style.CSS_CELL_SELECTABLE)) {
YAHOO.util.Dom.addClass(target, cal.Style.CSS_CELL_HOVER);
}
};
YAHOO.widget.Calendar.prototype.doCellMouseOut = function(e, cal) {
var target;
if (e) {
target = YAHOO.util.Event.getTarget(e);
} else {
target = this;
}
while (target.tagName.toLowerCase() != "td") {
target = target.parentNode;
if (target.tagName.toLowerCase() == "html") {
return;
}
}
if (YAHOO.util.Dom.hasClass(target, cal.Style.CSS_CELL_SELECTABLE)) {
YAHOO.util.Dom.removeClass(target, cal.Style.CSS_CELL_HOVER);
}
};
YAHOO.widget.Calendar.prototype.setupConfig = function() {
var defCfg = YAHOO.widget.Calendar._DEFAULT_CONFIG;
this.cfg.addProperty(defCfg.PAGEDATE.key, { value:new Date(), handler:this.configPageDate } );
this.cfg.addProperty(defCfg.SELECTED.key, { value:[], handler:this.configSelected } );
this.cfg.addProperty(defCfg.TITLE.key, { value:defCfg.TITLE.value, handler:this.configTitle } );
this.cfg.addProperty(defCfg.CLOSE.key, { value:defCfg.CLOSE.value, handler:this.configClose } );
this.cfg.addProperty(defCfg.IFRAME.key, { value:defCfg.IFRAME.value, handler:this.configIframe, validator:this.cfg.checkBoolean } );
this.cfg.addProperty(defCfg.MINDATE.key, { value:defCfg.MINDATE.value, handler:this.configMinDate } );
this.cfg.addProperty(defCfg.MAXDATE.key, { value:defCfg.MAXDATE.value, handler:this.configMaxDate } );
this.cfg.addProperty(defCfg.MULTI_SELECT.key,	{ value:defCfg.MULTI_SELECT.value, handler:this.configOptions, validator:this.cfg.checkBoolean } );
this.cfg.addProperty(defCfg.START_WEEKDAY.key,	{ value:defCfg.START_WEEKDAY.value, handler:this.configOptions, validator:this.cfg.checkNumber  } );
this.cfg.addProperty(defCfg.SHOW_WEEKDAYS.key,	{ value:defCfg.SHOW_WEEKDAYS.value, handler:this.configOptions, validator:this.cfg.checkBoolean  } );
this.cfg.addProperty(defCfg.SHOW_WEEK_HEADER.key, { value:defCfg.SHOW_WEEK_HEADER.value, handler:this.configOptions, validator:this.cfg.checkBoolean } );
this.cfg.addProperty(defCfg.SHOW_WEEK_FOOTER.key,{ value:defCfg.SHOW_WEEK_FOOTER.value, handler:this.configOptions, validator:this.cfg.checkBoolean } );
this.cfg.addProperty(defCfg.HIDE_BLANK_WEEKS.key, { value:defCfg.HIDE_BLANK_WEEKS.value, handler:this.configOptions, validator:this.cfg.checkBoolean } );
this.cfg.addProperty(defCfg.NAV_ARROW_LEFT.key,	{ value:defCfg.NAV_ARROW_LEFT.value, handler:this.configOptions } );
this.cfg.addProperty(defCfg.NAV_ARROW_RIGHT.key, { value:defCfg.NAV_ARROW_RIGHT.value, handler:this.configOptions } );
this.cfg.addProperty(defCfg.MONTHS_SHORT.key,	{ value:defCfg.MONTHS_SHORT.value, handler:this.configLocale } );
this.cfg.addProperty(defCfg.MONTHS_LONG.key,		{ value:defCfg.MONTHS_LONG.value, handler:this.configLocale } );
this.cfg.addProperty(defCfg.WEEKDAYS_1CHAR.key,	{ value:defCfg.WEEKDAYS_1CHAR.value, handler:this.configLocale } );
this.cfg.addProperty(defCfg.WEEKDAYS_SHORT.key,	{ value:defCfg.WEEKDAYS_SHORT.value, handler:this.configLocale } );
this.cfg.addProperty(defCfg.WEEKDAYS_MEDIUM.key,	{ value:defCfg.WEEKDAYS_MEDIUM.value, handler:this.configLocale } );
this.cfg.addProperty(defCfg.WEEKDAYS_LONG.key,	{ value:defCfg.WEEKDAYS_LONG.value, handler:this.configLocale } );
var refreshLocale = function() {
this.cfg.refireEvent(defCfg.LOCALE_MONTHS.key);
this.cfg.refireEvent(defCfg.LOCALE_WEEKDAYS.key);
};
this.cfg.subscribeToConfigEvent(defCfg.START_WEEKDAY.key, refreshLocale, this, true);
this.cfg.subscribeToConfigEvent(defCfg.MONTHS_SHORT.key, refreshLocale, this, true);
this.cfg.subscribeToConfigEvent(defCfg.MONTHS_LONG.key, refreshLocale, this, true);
this.cfg.subscribeToConfigEvent(defCfg.WEEKDAYS_1CHAR.key, refreshLocale, this, true);
this.cfg.subscribeToConfigEvent(defCfg.WEEKDAYS_SHORT.key, refreshLocale, this, true);
this.cfg.subscribeToConfigEvent(defCfg.WEEKDAYS_MEDIUM.key, refreshLocale, this, true);
this.cfg.subscribeToConfigEvent(defCfg.WEEKDAYS_LONG.key, refreshLocale, this, true);
this.cfg.addProperty(defCfg.LOCALE_MONTHS.key,	{ value:defCfg.LOCALE_MONTHS.value, handler:this.configLocaleValues } );
this.cfg.addProperty(defCfg.LOCALE_WEEKDAYS.key,	{ value:defCfg.LOCALE_WEEKDAYS.value, handler:this.configLocaleValues } );
this.cfg.addProperty(defCfg.DATE_DELIMITER.key,		{ value:defCfg.DATE_DELIMITER.value, handler:this.configLocale } );
this.cfg.addProperty(defCfg.DATE_FIELD_DELIMITER.key, { value:defCfg.DATE_FIELD_DELIMITER.value, handler:this.configLocale } );
this.cfg.addProperty(defCfg.DATE_RANGE_DELIMITER.key, { value:defCfg.DATE_RANGE_DELIMITER.value, handler:this.configLocale } );
this.cfg.addProperty(defCfg.MY_MONTH_POSITION.key,	{ value:defCfg.MY_MONTH_POSITION.value, handler:this.configLocale, validator:this.cfg.checkNumber } );
this.cfg.addProperty(defCfg.MY_YEAR_POSITION.key,	{ value:defCfg.MY_YEAR_POSITION.value, handler:this.configLocale, validator:this.cfg.checkNumber } );
this.cfg.addProperty(defCfg.MD_MONTH_POSITION.key,	{ value:defCfg.MD_MONTH_POSITION.value, handler:this.configLocale, validator:this.cfg.checkNumber } );
this.cfg.addProperty(defCfg.MD_DAY_POSITION.key,		{ value:defCfg.MD_DAY_POSITION.value, handler:this.configLocale, validator:this.cfg.checkNumber } );
this.cfg.addProperty(defCfg.MDY_MONTH_POSITION.key,	{ value:defCfg.MDY_MONTH_POSITION.value, handler:this.configLocale, validator:this.cfg.checkNumber } );
this.cfg.addProperty(defCfg.MDY_DAY_POSITION.key,	{ value:defCfg.MDY_DAY_POSITION.value, handler:this.configLocale, validator:this.cfg.checkNumber } );
this.cfg.addProperty(defCfg.MDY_YEAR_POSITION.key,	{ value:defCfg.MDY_YEAR_POSITION.value, handler:this.configLocale, validator:this.cfg.checkNumber } );
this.cfg.addProperty(defCfg.MY_LABEL_MONTH_POSITION.key,	{ value:defCfg.MY_LABEL_MONTH_POSITION.value, handler:this.configLocale, validator:this.cfg.checkNumber } );
this.cfg.addProperty(defCfg.MY_LABEL_YEAR_POSITION.key,	{ value:defCfg.MY_LABEL_YEAR_POSITION.value, handler:this.configLocale, validator:this.cfg.checkNumber } );
this.cfg.addProperty(defCfg.MY_LABEL_MONTH_SUFFIX.key,	{ value:defCfg.MY_LABEL_MONTH_SUFFIX.value, handler:this.configLocale } );
this.cfg.addProperty(defCfg.MY_LABEL_YEAR_SUFFIX.key, { value:defCfg.MY_LABEL_YEAR_SUFFIX.value, handler:this.configLocale } );
};
YAHOO.widget.Calendar.prototype.configPageDate = function(type, args, obj) {
this.cfg.setProperty(YAHOO.widget.Calendar._DEFAULT_CONFIG.PAGEDATE.key, this._parsePageDate(args[0]), true);
};
YAHOO.widget.Calendar.prototype.configMinDate = function(type, args, obj) {
var val = args[0];
if (YAHOO.lang.isString(val)) {
val = this._parseDate(val);
this.cfg.setProperty(YAHOO.widget.Calendar._DEFAULT_CONFIG.MINDATE.key, new Date(val[0],(val[1]-1),val[2]));
}
};
YAHOO.widget.Calendar.prototype.configMaxDate = function(type, args, obj) {
var val = args[0];
if (YAHOO.lang.isString(val)) {
val = this._parseDate(val);
this.cfg.setProperty(YAHOO.widget.Calendar._DEFAULT_CONFIG.MAXDATE.key, new Date(val[0],(val[1]-1),val[2]));
}
};
YAHOO.widget.Calendar.prototype.configSelected = function(type, args, obj) {
var selected = args[0];
var cfgSelected = YAHOO.widget.Calendar._DEFAULT_CONFIG.SELECTED.key;
if (selected) {
if (YAHOO.lang.isString(selected)) {
this.cfg.setProperty(cfgSelected, this._parseDates(selected), true);
}
}
if (! this._selectedDates) {
this._selectedDates = this.cfg.getProperty(cfgSelected);
}
};
YAHOO.widget.Calendar.prototype.configOptions = function(type, args, obj) {
this.Options[type.toUpperCase()] = args[0];
};
YAHOO.widget.Calendar.prototype.configLocale = function(type, args, obj) {
var defCfg = YAHOO.widget.Calendar._DEFAULT_CONFIG;
this.Locale[type.toUpperCase()] = args[0];
this.cfg.refireEvent(defCfg.LOCALE_MONTHS.key);
this.cfg.refireEvent(defCfg.LOCALE_WEEKDAYS.key);
};
YAHOO.widget.Calendar.prototype.configLocaleValues = function(type, args, obj) {
var defCfg = YAHOO.widget.Calendar._DEFAULT_CONFIG;
type = type.toLowerCase();
var val = args[0];
switch (type) {
case defCfg.LOCALE_MONTHS.key:
switch (val) {
case YAHOO.widget.Calendar.SHORT:
this.Locale.LOCALE_MONTHS = this.cfg.getProperty(defCfg.MONTHS_SHORT.key).concat();
break;
case YAHOO.widget.Calendar.LONG:
this.Locale.LOCALE_MONTHS = this.cfg.getProperty(defCfg.MONTHS_LONG.key).concat();
break;
}
break;
case defCfg.LOCALE_WEEKDAYS.key:
switch (val) {
case YAHOO.widget.Calendar.ONE_CHAR:
this.Locale.LOCALE_WEEKDAYS = this.cfg.getProperty(defCfg.WEEKDAYS_1CHAR.key).concat();
break;
case YAHOO.widget.Calendar.SHORT:
this.Locale.LOCALE_WEEKDAYS = this.cfg.getProperty(defCfg.WEEKDAYS_SHORT.key).concat();
break;
case YAHOO.widget.Calendar.MEDIUM:
this.Locale.LOCALE_WEEKDAYS = this.cfg.getProperty(defCfg.WEEKDAYS_MEDIUM.key).concat();
break;
case YAHOO.widget.Calendar.LONG:
this.Locale.LOCALE_WEEKDAYS = this.cfg.getProperty(defCfg.WEEKDAYS_LONG.key).concat();
break;
}
var START_WEEKDAY = this.cfg.getProperty(defCfg.START_WEEKDAY.key);
if (START_WEEKDAY > 0) {
for (var w=0;w<START_WEEKDAY;++w) {
this.Locale.LOCALE_WEEKDAYS.push(this.Locale.LOCALE_WEEKDAYS.shift());
}
}
break;
}
};
YAHOO.widget.Calendar.prototype.initStyles = function() {
var defStyle = YAHOO.widget.Calendar._STYLES;
this.Style = {
CSS_ROW_HEADER: defStyle.CSS_ROW_HEADER,
CSS_ROW_FOOTER: defStyle.CSS_ROW_FOOTER,
CSS_CELL : defStyle.CSS_CELL,
CSS_CELL_SELECTOR : defStyle.CSS_CELL_SELECTOR,
CSS_CELL_SELECTED : defStyle.CSS_CELL_SELECTED,
CSS_CELL_SELECTABLE : defStyle.CSS_CELL_SELECTABLE,
CSS_CELL_RESTRICTED : defStyle.CSS_CELL_RESTRICTED,
CSS_CELL_TODAY : defStyle.CSS_CELL_TODAY,
CSS_CELL_OOM : defStyle.CSS_CELL_OOM,
CSS_CELL_OOB : defStyle.CSS_CELL_OOB,
CSS_HEADER : defStyle.CSS_HEADER,
CSS_HEADER_TEXT : defStyle.CSS_HEADER_TEXT,
CSS_BODY : defStyle.CSS_BODY,
CSS_WEEKDAY_CELL : defStyle.CSS_WEEKDAY_CELL,
CSS_WEEKDAY_ROW : defStyle.CSS_WEEKDAY_ROW,
CSS_FOOTER : defStyle.CSS_FOOTER,
CSS_CALENDAR : defStyle.CSS_CALENDAR,
CSS_SINGLE : defStyle.CSS_SINGLE,
CSS_CONTAINER : defStyle.CSS_CONTAINER,
CSS_NAV_LEFT : defStyle.CSS_NAV_LEFT,
CSS_NAV_RIGHT : defStyle.CSS_NAV_RIGHT,
CSS_CLOSE : defStyle.CSS_CLOSE,
CSS_CELL_TOP : defStyle.CSS_CELL_TOP,
CSS_CELL_LEFT : defStyle.CSS_CELL_LEFT,
CSS_CELL_RIGHT : defStyle.CSS_CELL_RIGHT,
CSS_CELL_BOTTOM : defStyle.CSS_CELL_BOTTOM,
CSS_CELL_HOVER : defStyle.CSS_CELL_HOVER,
CSS_CELL_HIGHLIGHT1 : defStyle.CSS_CELL_HIGHLIGHT1,
CSS_CELL_HIGHLIGHT2 : defStyle.CSS_CELL_HIGHLIGHT2,
CSS_CELL_HIGHLIGHT3 : defStyle.CSS_CELL_HIGHLIGHT3,
CSS_CELL_HIGHLIGHT4 : defStyle.CSS_CELL_HIGHLIGHT4
};
};
YAHOO.widget.Calendar.prototype.buildMonthLabel = function() {
var pageDate = this.cfg.getProperty(YAHOO.widget.Calendar._DEFAULT_CONFIG.PAGEDATE.key);
var monthLabel  = this.Locale.LOCALE_MONTHS[pageDate.getMonth()] + this.Locale.MY_LABEL_MONTH_SUFFIX;
var yearLabel = pageDate.getFullYear() + this.Locale.MY_LABEL_YEAR_SUFFIX;
if (this.Locale.MY_LABEL_MONTH_POSITION == 2 || this.Locale.MY_LABEL_YEAR_POSITION == 1) {
return yearLabel + monthLabel;
} else {
return monthLabel + yearLabel;
}
};
YAHOO.widget.Calendar.prototype.buildDayLabel = function(workingDate) {
return workingDate.getDate();
};
YAHOO.widget.Calendar.prototype.createTitleBar = function(strTitle) {
var tDiv = YAHOO.util.Dom.getElementsByClassName(YAHOO.widget.CalendarGroup.CSS_2UPTITLE, "div", this.oDomContainer)[0] || document.createElement("div");
tDiv.className = YAHOO.widget.CalendarGroup.CSS_2UPTITLE;
tDiv.innerHTML = strTitle;
this.oDomContainer.insertBefore(tDiv, this.oDomContainer.firstChild);
YAHOO.util.Dom.addClass(this.oDomContainer, "withtitle");
return tDiv;
};
YAHOO.widget.Calendar.prototype.removeTitleBar = function() {
var tDiv = YAHOO.util.Dom.getElementsByClassName(YAHOO.widget.CalendarGroup.CSS_2UPTITLE, "div", this.oDomContainer)[0] || null;
if (tDiv) {
YAHOO.util.Event.purgeElement(tDiv);
this.oDomContainer.removeChild(tDiv);
}
YAHOO.util.Dom.removeClass(this.oDomContainer, "withtitle");
};
YAHOO.widget.Calendar.prototype.createCloseButton = function() {
var Dom = YAHOO.util.Dom,
Event = YAHOO.util.Event,
cssClose = YAHOO.widget.CalendarGroup.CSS_2UPCLOSE,
DEPR_CLOSE_PATH = "us/my/bn/x_d.gif";
var lnk = Dom.getElementsByClassName("link-close", "a", this.oDomContainer)[0];
if (!lnk) {
lnk = document.createElement("a");
Event.addListener(lnk, "click", function(e, cal) {
cal.hide();
Event.preventDefault(e);
}, this);
}
lnk.href = "#";
lnk.className = "link-close";
if (YAHOO.widget.Calendar.IMG_ROOT !== null) {
var img = Dom.getElementsByClassName(cssClose, "img", lnk)[0] || document.createElement("img");
img.src = YAHOO.widget.Calendar.IMG_ROOT + DEPR_CLOSE_PATH;
img.className = cssClose;
lnk.appendChild(img);
} else {
lnk.innerHTML = '<span class="' + cssClose + ' ' + this.Style.CSS_CLOSE + '"></span>';
}
this.oDomContainer.appendChild(lnk);
return lnk;
};
YAHOO.widget.Calendar.prototype.removeCloseButton = function() {
var btn = YAHOO.util.Dom.getElementsByClassName("link-close", "a", this.oDomContainer)[0] || null;
if (btn) {
YAHOO.util.Event.purgeElement(btn);
this.oDomContainer.removeChild(btn);
}
};
YAHOO.widget.Calendar.prototype.renderHeader = function(html) {
var colSpan = 7;
var DEPR_NAV_LEFT = "us/tr/callt.gif";
var DEPR_NAV_RIGHT = "us/tr/calrt.gif";
var defCfg = YAHOO.widget.Calendar._DEFAULT_CONFIG;
if (this.cfg.getProperty(defCfg.SHOW_WEEK_HEADER.key)) {
colSpan += 1;
}
if (this.cfg.getProperty(defCfg.SHOW_WEEK_FOOTER.key)) {
colSpan += 1;
}
html[html.length] = "<thead>";
html[html.length] =		"<tr>";
html[html.length] =			'<th colspan="' + colSpan + '" class="' + this.Style.CSS_HEADER_TEXT + '">';
html[html.length] =				'<div class="' + this.Style.CSS_HEADER + '">';
var renderLeft, renderRight = false;
if (this.parent) {
if (this.index === 0) {
renderLeft = true;
}
if (this.index == (this.parent.cfg.getProperty("pages") -1)) {
renderRight = true;
}
} else {
renderLeft = true;
renderRight = true;
}
var cal = this.parent || this;
if (renderLeft) {
var leftArrow = this.cfg.getProperty(defCfg.NAV_ARROW_LEFT.key);
if (leftArrow === null && YAHOO.widget.Calendar.IMG_ROOT !== null) {
leftArrow = YAHOO.widget.Calendar.IMG_ROOT + DEPR_NAV_LEFT;
}
var leftStyle = (leftArrow === null) ? "" : ' style="background-image:url(' + leftArrow + ')"';
html[html.length] = '<a class="' + this.Style.CSS_NAV_LEFT + '"' + leftStyle + ' >&#160;</a>';
}
html[html.length] = this.buildMonthLabel();
if (renderRight) {
var rightArrow = this.cfg.getProperty(defCfg.NAV_ARROW_RIGHT.key);
if (rightArrow === null && YAHOO.widget.Calendar.IMG_ROOT !== null) {
rightArrow = YAHOO.widget.Calendar.IMG_ROOT + DEPR_NAV_RIGHT;
}
var rightStyle = (rightArrow === null) ? "" : ' style="background-image:url(' + rightArrow + ')"';
html[html.length] = '<a class="' + this.Style.CSS_NAV_RIGHT + '"' + rightStyle + ' >&#160;</a>';
}
html[html.length] =	'</div>\n</th>\n</tr>';
if (this.cfg.getProperty(defCfg.SHOW_WEEKDAYS.key)) {
html = this.buildWeekdays(html);
}
html[html.length] = '</thead>';
return html;
};
YAHOO.widget.Calendar.prototype.buildWeekdays = function(html) {
var defCfg = YAHOO.widget.Calendar._DEFAULT_CONFIG;
html[html.length] = '<tr class="' + this.Style.CSS_WEEKDAY_ROW + '">';
if (this.cfg.getProperty(defCfg.SHOW_WEEK_HEADER.key)) {
html[html.length] = '<th>&#160;</th>';
}
for(var i=0;i<this.Locale.LOCALE_WEEKDAYS.length;++i) {
html[html.length] = '<th class="calweekdaycell">' + this.Locale.LOCALE_WEEKDAYS[i] + '</th>';
}
if (this.cfg.getProperty(defCfg.SHOW_WEEK_FOOTER.key)) {
html[html.length] = '<th>&#160;</th>';
}
html[html.length] = '</tr>';
return html;
};
YAHOO.widget.Calendar.prototype.renderBody = function(workingDate, html) {
var defCfg = YAHOO.widget.Calendar._DEFAULT_CONFIG;
var startDay = this.cfg.getProperty(defCfg.START_WEEKDAY.key);
this.preMonthDays = workingDate.getDay();
if (startDay > 0) {
this.preMonthDays -= startDay;
}
if (this.preMonthDays < 0) {
this.preMonthDays += 7;
}
this.monthDays = YAHOO.widget.DateMath.findMonthEnd(workingDate).getDate();
this.postMonthDays = YAHOO.widget.Calendar.DISPLAY_DAYS-this.preMonthDays-this.monthDays;
workingDate = YAHOO.widget.DateMath.subtract(workingDate, YAHOO.widget.DateMath.DAY, this.preMonthDays);
var weekNum,weekClass;
var weekPrefix = "w";
var cellPrefix = "_cell";
var workingDayPrefix = "wd";
var dayPrefix = "d";
var cellRenderers;
var renderer;
var todayYear = this.today.getFullYear();
var todayMonth = this.today.getMonth();
var todayDate = this.today.getDate();
var useDate = this.cfg.getProperty(defCfg.PAGEDATE.key);
var hideBlankWeeks = this.cfg.getProperty(defCfg.HIDE_BLANK_WEEKS.key);
var showWeekFooter = this.cfg.getProperty(defCfg.SHOW_WEEK_FOOTER.key);
var showWeekHeader = this.cfg.getProperty(defCfg.SHOW_WEEK_HEADER.key);
var mindate = this.cfg.getProperty(defCfg.MINDATE.key);
var maxdate = this.cfg.getProperty(defCfg.MAXDATE.key);
if (mindate) {
mindate = YAHOO.widget.DateMath.clearTime(mindate);
}
if (maxdate) {
maxdate = YAHOO.widget.DateMath.clearTime(maxdate);
}
html[html.length] = '<tbody class="m' + (useDate.getMonth()+1) + ' ' + this.Style.CSS_BODY + '">';
var i = 0;
var tempDiv = document.createElement("div");
var cell = document.createElement("td");
tempDiv.appendChild(cell);
var jan1 = new Date(useDate.getFullYear(),0,1);
var cal = this.parent || this;
for (var r=0;r<6;r++) {
weekNum = YAHOO.widget.DateMath.getWeekNumber(workingDate, useDate.getFullYear(), startDay);
weekClass = weekPrefix + weekNum;
if (r !== 0 && hideBlankWeeks === true && workingDate.getMonth() != useDate.getMonth()) {
break;
} else {
html[html.length] = '<tr class="' + weekClass + '">';
if (showWeekHeader) { html = this.renderRowHeader(weekNum, html); }
for (var d=0;d<7;d++){ // Render actual days
cellRenderers = [];
renderer = null;
this.clearElement(cell);
cell.className = this.Style.CSS_CELL;
cell.id = this.id + cellPrefix + i;
if (workingDate.getDate()		== todayDate &&
workingDate.getMonth()		== todayMonth &&
workingDate.getFullYear()	== todayYear) {
cellRenderers[cellRenderers.length]=cal.renderCellStyleToday;
}
var workingArray = [workingDate.getFullYear(),workingDate.getMonth()+1,workingDate.getDate()];
this.cellDates[this.cellDates.length] = workingArray; // Add this date to cellDates
if (workingDate.getMonth() != useDate.getMonth()) {
cellRenderers[cellRenderers.length]=cal.renderCellNotThisMonth;
} else {
YAHOO.util.Dom.addClass(cell, workingDayPrefix + workingDate.getDay());
YAHOO.util.Dom.addClass(cell, dayPrefix + workingDate.getDate());
for (var s=0;s<this.renderStack.length;++s) {
var rArray = this.renderStack[s];
var type = rArray[0];
var month;
var day;
var year;
switch (type) {
case YAHOO.widget.Calendar.DATE:
month = rArray[1][1];
day = rArray[1][2];
year = rArray[1][0];
if (workingDate.getMonth()+1 == month && workingDate.getDate() == day && workingDate.getFullYear() == year) {
renderer = rArray[2];
this.renderStack.splice(s,1);
}
break;
case YAHOO.widget.Calendar.MONTH_DAY:
month = rArray[1][0];
day = rArray[1][1];
if (workingDate.getMonth()+1 == month && workingDate.getDate() == day) {
renderer = rArray[2];
this.renderStack.splice(s,1);
}
break;
case YAHOO.widget.Calendar.RANGE:
var date1 = rArray[1][0];
var date2 = rArray[1][1];
var d1month = date1[1];
var d1day = date1[2];
var d1year = date1[0];
var d1 = new Date(d1year, d1month-1, d1day);
var d2month = date2[1];
var d2day = date2[2];
var d2year = date2[0];
var d2 = new Date(d2year, d2month-1, d2day);
if (workingDate.getTime() >= d1.getTime() && workingDate.getTime() <= d2.getTime()) {
renderer = rArray[2];
if (workingDate.getTime()==d2.getTime()) {
this.renderStack.splice(s,1);
}
}
break;
case YAHOO.widget.Calendar.WEEKDAY:
var weekday = rArray[1][0];
if (workingDate.getDay()+1 == weekday) {
renderer = rArray[2];
}
break;
case YAHOO.widget.Calendar.MONTH:
month = rArray[1][0];
if (workingDate.getMonth()+1 == month) {
renderer = rArray[2];
}
break;
}
if (renderer) {
cellRenderers[cellRenderers.length]=renderer;
}
}
}
if (this._indexOfSelectedFieldArray(workingArray) > -1) {
cellRenderers[cellRenderers.length]=cal.renderCellStyleSelected;
}
if ((mindate && (workingDate.getTime() < mindate.getTime())) ||
(maxdate && (workingDate.getTime() > maxdate.getTime()))
) {
cellRenderers[cellRenderers.length]=cal.renderOutOfBoundsDate;
} else {
cellRenderers[cellRenderers.length]=cal.styleCellDefault;
cellRenderers[cellRenderers.length]=cal.renderCellDefault;
}
for (var x=0; x < cellRenderers.length; ++x) {
if (cellRenderers[x].call(cal, workingDate, cell) == YAHOO.widget.Calendar.STOP_RENDER) {
break;
}
}
workingDate.setTime(workingDate.getTime() + YAHOO.widget.DateMath.ONE_DAY_MS);
if (i >= 0 && i <= 6) {
YAHOO.util.Dom.addClass(cell, this.Style.CSS_CELL_TOP);
}
if ((i % 7) === 0) {
YAHOO.util.Dom.addClass(cell, this.Style.CSS_CELL_LEFT);
}
if (((i+1) % 7) === 0) {
YAHOO.util.Dom.addClass(cell, this.Style.CSS_CELL_RIGHT);
}
var postDays = this.postMonthDays;
if (hideBlankWeeks && postDays >= 7) {
var blankWeeks = Math.floor(postDays/7);
for (var p=0;p<blankWeeks;++p) {
postDays -= 7;
}
}
if (i >= ((this.preMonthDays+postDays+this.monthDays)-7)) {
YAHOO.util.Dom.addClass(cell, this.Style.CSS_CELL_BOTTOM);
}
html[html.length] = tempDiv.innerHTML;
i++;
}
if (showWeekFooter) { html = this.renderRowFooter(weekNum, html); }
html[html.length] = '</tr>';
}
}
html[html.length] = '</tbody>';
return html;
};
YAHOO.widget.Calendar.prototype.renderFooter = function(html) { return html; };
YAHOO.widget.Calendar.prototype.render = function() {
this.beforeRenderEvent.fire();
var defCfg = YAHOO.widget.Calendar._DEFAULT_CONFIG;
var workingDate = YAHOO.widget.DateMath.findMonthStart(this.cfg.getProperty(defCfg.PAGEDATE.key));
this.resetRenderers();
this.cellDates.length = 0;
YAHOO.util.Event.purgeElement(this.oDomContainer, true);
var html = [];
html[html.length] = '<table cellSpacing="0" class="' + this.Style.CSS_CALENDAR + ' y' + workingDate.getFullYear() + '" id="' + this.id + '">';
html = this.renderHeader(html);
html = this.renderBody(workingDate, html);
html = this.renderFooter(html);
html[html.length] = '</table>';
this.oDomContainer.innerHTML = html.join("\n");
this.applyListeners();
this.cells = this.oDomContainer.getElementsByTagName("td");
this.cfg.refireEvent(defCfg.TITLE.key);
this.cfg.refireEvent(defCfg.CLOSE.key);
this.cfg.refireEvent(defCfg.IFRAME.key);
this.renderEvent.fire();
};
YAHOO.widget.Calendar.prototype.applyListeners = function() {
var root = this.oDomContainer;
var cal = this.parent || this;
var anchor = "a";
var mousedown = "mousedown";
var linkLeft = YAHOO.util.Dom.getElementsByClassName(this.Style.CSS_NAV_LEFT, anchor, root);
var linkRight = YAHOO.util.Dom.getElementsByClassName(this.Style.CSS_NAV_RIGHT, anchor, root);
if (linkLeft && linkLeft.length > 0) {
this.linkLeft = linkLeft[0];
YAHOO.util.Event.addListener(this.linkLeft, mousedown, cal.previousMonth, cal, true);
}
if (linkRight && linkRight.length > 0) {
this.linkRight = linkRight[0];
YAHOO.util.Event.addListener(this.linkRight, mousedown, cal.nextMonth, cal, true);
}
if (this.domEventMap) {
var el,elements;
for (var cls in this.domEventMap) {
if (YAHOO.lang.hasOwnProperty(this.domEventMap, cls)) {
var items = this.domEventMap[cls];
if (! (items instanceof Array)) {
items = [items];
}
for (var i=0;i<items.length;i++)	{
var item = items[i];
elements = YAHOO.util.Dom.getElementsByClassName(cls, item.tag, this.oDomContainer);
for (var c=0;c<elements.length;c++) {
el = elements[c];
YAHOO.util.Event.addListener(el, item.event, item.handler, item.scope, item.correct );
}
}
}
}
}
YAHOO.util.Event.addListener(this.oDomContainer, "click", this.doSelectCell, this);
YAHOO.util.Event.addListener(this.oDomContainer, "mouseover", this.doCellMouseOver, this);
YAHOO.util.Event.addListener(this.oDomContainer, "mouseout", this.doCellMouseOut, this);
};
YAHOO.widget.Calendar.prototype.getDateByCellId = function(id) {
var date = this.getDateFieldsByCellId(id);
return new Date(date[0],date[1]-1,date[2]);
};
YAHOO.widget.Calendar.prototype.getDateFieldsByCellId = function(id) {
id = id.toLowerCase().split("_cell")[1];
id = parseInt(id, 10);
return this.cellDates[id];
};
YAHOO.widget.Calendar.prototype.renderOutOfBoundsDate = function(workingDate, cell) {
YAHOO.util.Dom.addClass(cell, this.Style.CSS_CELL_OOB);
cell.innerHTML = workingDate.getDate();
return YAHOO.widget.Calendar.STOP_RENDER;
};
YAHOO.widget.Calendar.prototype.renderRowHeader = function(weekNum, html) {
html[html.length] = '<th class="calrowhead">' + weekNum + '</th>';
return html;
};
YAHOO.widget.Calendar.prototype.renderRowFooter = function(weekNum, html) {
html[html.length] = '<th class="calrowfoot">' + weekNum + '</th>';
return html;
};
YAHOO.widget.Calendar.prototype.renderCellDefault = function(workingDate, cell) {
cell.innerHTML = '<a href="#" class="' + this.Style.CSS_CELL_SELECTOR + '">' + this.buildDayLabel(workingDate) + "</a>";
};
YAHOO.widget.Calendar.prototype.styleCellDefault = function(workingDate, cell) {
YAHOO.util.Dom.addClass(cell, this.Style.CSS_CELL_SELECTABLE);
};
YAHOO.widget.Calendar.prototype.renderCellStyleHighlight1 = function(workingDate, cell) {
YAHOO.util.Dom.addClass(cell, this.Style.CSS_CELL_HIGHLIGHT1);
};
YAHOO.widget.Calendar.prototype.renderCellStyleHighlight2 = function(workingDate, cell) {
YAHOO.util.Dom.addClass(cell, this.Style.CSS_CELL_HIGHLIGHT2);
};
YAHOO.widget.Calendar.prototype.renderCellStyleHighlight3 = function(workingDate, cell) {
YAHOO.util.Dom.addClass(cell, this.Style.CSS_CELL_HIGHLIGHT3);
};
YAHOO.widget.Calendar.prototype.renderCellStyleHighlight4 = function(workingDate, cell) {
YAHOO.util.Dom.addClass(cell, this.Style.CSS_CELL_HIGHLIGHT4);
};
YAHOO.widget.Calendar.prototype.renderCellStyleToday = function(workingDate, cell) {
YAHOO.util.Dom.addClass(cell, this.Style.CSS_CELL_TODAY);
};
YAHOO.widget.Calendar.prototype.renderCellStyleSelected = function(workingDate, cell) {
YAHOO.util.Dom.addClass(cell, this.Style.CSS_CELL_SELECTED);
};
YAHOO.widget.Calendar.prototype.renderCellNotThisMonth = function(workingDate, cell) {
YAHOO.util.Dom.addClass(cell, this.Style.CSS_CELL_OOM);
cell.innerHTML=workingDate.getDate();
return YAHOO.widget.Calendar.STOP_RENDER;
};
YAHOO.widget.Calendar.prototype.renderBodyCellRestricted = function(workingDate, cell) {
YAHOO.util.Dom.addClass(cell, this.Style.CSS_CELL);
YAHOO.util.Dom.addClass(cell, this.Style.CSS_CELL_RESTRICTED);
cell.innerHTML=workingDate.getDate();
return YAHOO.widget.Calendar.STOP_RENDER;
};
YAHOO.widget.Calendar.prototype.addMonths = function(count) {
var cfgPageDate = YAHOO.widget.Calendar._DEFAULT_CONFIG.PAGEDATE.key;
this.cfg.setProperty(cfgPageDate, YAHOO.widget.DateMath.add(this.cfg.getProperty(cfgPageDate), YAHOO.widget.DateMath.MONTH, count));
this.resetRenderers();
this.changePageEvent.fire();
};
YAHOO.widget.Calendar.prototype.subtractMonths = function(count) {
var cfgPageDate = YAHOO.widget.Calendar._DEFAULT_CONFIG.PAGEDATE.key;
this.cfg.setProperty(cfgPageDate, YAHOO.widget.DateMath.subtract(this.cfg.getProperty(cfgPageDate), YAHOO.widget.DateMath.MONTH, count));
this.resetRenderers();
this.changePageEvent.fire();
};
YAHOO.widget.Calendar.prototype.addYears = function(count) {
var cfgPageDate = YAHOO.widget.Calendar._DEFAULT_CONFIG.PAGEDATE.key;
this.cfg.setProperty(cfgPageDate, YAHOO.widget.DateMath.add(this.cfg.getProperty(cfgPageDate), YAHOO.widget.DateMath.YEAR, count));
this.resetRenderers();
this.changePageEvent.fire();
};
YAHOO.widget.Calendar.prototype.subtractYears = function(count) {
var cfgPageDate = YAHOO.widget.Calendar._DEFAULT_CONFIG.PAGEDATE.key;
this.cfg.setProperty(cfgPageDate, YAHOO.widget.DateMath.subtract(this.cfg.getProperty(cfgPageDate), YAHOO.widget.DateMath.YEAR, count));
this.resetRenderers();
this.changePageEvent.fire();
};
YAHOO.widget.Calendar.prototype.nextMonth = function() {
this.addMonths(1);
};
YAHOO.widget.Calendar.prototype.previousMonth = function() {
this.subtractMonths(1);
};
YAHOO.widget.Calendar.prototype.nextYear = function() {
this.addYears(1);
};
YAHOO.widget.Calendar.prototype.previousYear = function() {
this.subtractYears(1);
};
YAHOO.widget.Calendar.prototype.reset = function() {
var defCfg = YAHOO.widget.Calendar._DEFAULT_CONFIG;
this.cfg.resetProperty(defCfg.SELECTED.key);
this.cfg.resetProperty(defCfg.PAGEDATE.key);
this.resetEvent.fire();
};
YAHOO.widget.Calendar.prototype.clear = function() {
var defCfg = YAHOO.widget.Calendar._DEFAULT_CONFIG;
this.cfg.setProperty(defCfg.SELECTED.key, []);
this.cfg.setProperty(defCfg.PAGEDATE.key, new Date(this.today.getTime()));
this.clearEvent.fire();
};
YAHOO.widget.Calendar.prototype.select = function(date) {
var aToBeSelected = this._toFieldArray(date);
var validDates = [];
var selected = [];
var cfgSelected = YAHOO.widget.Calendar._DEFAULT_CONFIG.SELECTED.key;
for (var a=0; a < aToBeSelected.length; ++a) {
var toSelect = aToBeSelected[a];
if (!this.isDateOOB(this._toDate(toSelect))) {
if (validDates.length === 0) {
this.beforeSelectEvent.fire();
selected = this.cfg.getProperty(cfgSelected);
}
validDates.push(toSelect);
if (this._indexOfSelectedFieldArray(toSelect) == -1) {
selected[selected.length] = toSelect;
}
}
}
if (validDates.length > 0) {
if (this.parent) {
this.parent.cfg.setProperty(cfgSelected, selected);
} else {
this.cfg.setProperty(cfgSelected, selected);
}
this.selectEvent.fire(validDates);
}
return this.getSelectedDates();
};
YAHOO.widget.Calendar.prototype.selectCell = function(cellIndex) {
var cell = this.cells[cellIndex];
var cellDate = this.cellDates[cellIndex];
var dCellDate = this._toDate(cellDate);
var selectable = YAHOO.util.Dom.hasClass(cell, this.Style.CSS_CELL_SELECTABLE);
if (selectable) {
this.beforeSelectEvent.fire();
var cfgSelected = YAHOO.widget.Calendar._DEFAULT_CONFIG.SELECTED.key;
var selected = this.cfg.getProperty(cfgSelected);
var selectDate = cellDate.concat();
if (this._indexOfSelectedFieldArray(selectDate) == -1) {
selected[selected.length] = selectDate;
}
if (this.parent) {
this.parent.cfg.setProperty(cfgSelected, selected);
} else {
this.cfg.setProperty(cfgSelected, selected);
}
this.renderCellStyleSelected(dCellDate,cell);
this.selectEvent.fire([selectDate]);
this.doCellMouseOut.call(cell, null, this);
}
return this.getSelectedDates();
};
YAHOO.widget.Calendar.prototype.deselect = function(date) {
var aToBeDeselected = this._toFieldArray(date);
var validDates = [];
var selected = [];
var cfgSelected = YAHOO.widget.Calendar._DEFAULT_CONFIG.SELECTED.key;
for (var a=0; a < aToBeDeselected.length; ++a) {
var toDeselect = aToBeDeselected[a];
if (!this.isDateOOB(this._toDate(toDeselect))) {
if (validDates.length === 0) {
this.beforeDeselectEvent.fire();
selected = this.cfg.getProperty(cfgSelected);
}
validDates.push(toDeselect);
var index = this._indexOfSelectedFieldArray(toDeselect);
if (index != -1) {
selected.splice(index,1);
}
}
}
if (validDates.length > 0) {
if (this.parent) {
this.parent.cfg.setProperty(cfgSelected, selected);
} else {
this.cfg.setProperty(cfgSelected, selected);
}
this.deselectEvent.fire(validDates);
}
return this.getSelectedDates();
};
YAHOO.widget.Calendar.prototype.deselectCell = function(cellIndex) {
var cell = this.cells[cellIndex];
var cellDate = this.cellDates[cellIndex];
var cellDateIndex = this._indexOfSelectedFieldArray(cellDate);
var selectable = YAHOO.util.Dom.hasClass(cell, this.Style.CSS_CELL_SELECTABLE);
if (selectable) {
this.beforeDeselectEvent.fire();
var defCfg = YAHOO.widget.Calendar._DEFAULT_CONFIG;
var selected = this.cfg.getProperty(defCfg.SELECTED.key);
var dCellDate = this._toDate(cellDate);
var selectDate = cellDate.concat();
if (cellDateIndex > -1) {
if (this.cfg.getProperty(defCfg.PAGEDATE.key).getMonth() == dCellDate.getMonth() &&
this.cfg.getProperty(defCfg.PAGEDATE.key).getFullYear() == dCellDate.getFullYear()) {
YAHOO.util.Dom.removeClass(cell, this.Style.CSS_CELL_SELECTED);
}
selected.splice(cellDateIndex, 1);
}
if (this.parent) {
this.parent.cfg.setProperty(defCfg.SELECTED.key, selected);
} else {
this.cfg.setProperty(defCfg.SELECTED.key, selected);
}
this.deselectEvent.fire(selectDate);
}
return this.getSelectedDates();
};
YAHOO.widget.Calendar.prototype.deselectAll = function() {
this.beforeDeselectEvent.fire();
var cfgSelected = YAHOO.widget.Calendar._DEFAULT_CONFIG.SELECTED.key;
var selected = this.cfg.getProperty(cfgSelected);
var count = selected.length;
var sel = selected.concat();
if (this.parent) {
this.parent.cfg.setProperty(cfgSelected, []);
} else {
this.cfg.setProperty(cfgSelected, []);
}
if (count > 0) {
this.deselectEvent.fire(sel);
}
return this.getSelectedDates();
};
YAHOO.widget.Calendar.prototype._toFieldArray = function(date) {
var returnDate = [];
if (date instanceof Date) {
returnDate = [[date.getFullYear(), date.getMonth()+1, date.getDate()]];
} else if (YAHOO.lang.isString(date)) {
returnDate = this._parseDates(date);
} else if (YAHOO.lang.isArray(date)) {
for (var i=0;i<date.length;++i) {
var d = date[i];
returnDate[returnDate.length] = [d.getFullYear(),d.getMonth()+1,d.getDate()];
}
}
return returnDate;
};
YAHOO.widget.Calendar.prototype._toDate = function(dateFieldArray) {
if (dateFieldArray instanceof Date) {
return dateFieldArray;
} else {
return new Date(dateFieldArray[0],dateFieldArray[1]-1,dateFieldArray[2]);
}
};
YAHOO.widget.Calendar.prototype._fieldArraysAreEqual = function(array1, array2) {
var match = false;
if (array1[0]==array2[0]&&array1[1]==array2[1]&&array1[2]==array2[2]) {
match=true;
}
return match;
};
YAHOO.widget.Calendar.prototype._indexOfSelectedFieldArray = function(find) {
var selected = -1;
var seldates = this.cfg.getProperty(YAHOO.widget.Calendar._DEFAULT_CONFIG.SELECTED.key);
for (var s=0;s<seldates.length;++s) {
var sArray = seldates[s];
if (find[0]==sArray[0]&&find[1]==sArray[1]&&find[2]==sArray[2]) {
selected = s;
break;
}
}
return selected;
};
YAHOO.widget.Calendar.prototype.isDateOOM = function(date) {
return (date.getMonth() != this.cfg.getProperty(YAHOO.widget.Calendar._DEFAULT_CONFIG.PAGEDATE.key).getMonth());
};
YAHOO.widget.Calendar.prototype.isDateOOB = function(date) {
var defCfg = YAHOO.widget.Calendar._DEFAULT_CONFIG;
var minDate = this.cfg.getProperty(defCfg.MINDATE.key);
var maxDate = this.cfg.getProperty(defCfg.MAXDATE.key);
var dm = YAHOO.widget.DateMath;
if (minDate) {
minDate = dm.clearTime(minDate);
}
if (maxDate) {
maxDate = dm.clearTime(maxDate);
}
var clearedDate = new Date(date.getTime());
clearedDate = dm.clearTime(clearedDate);
return ((minDate && clearedDate.getTime() < minDate.getTime()) || (maxDate && clearedDate.getTime() > maxDate.getTime()));
};
YAHOO.widget.Calendar.prototype._parsePageDate = function(date) {
var parsedDate;
var defCfg = YAHOO.widget.Calendar._DEFAULT_CONFIG;
if (date) {
if (date instanceof Date) {
parsedDate = YAHOO.widget.DateMath.findMonthStart(date);
} else {
var month, year, aMonthYear;
aMonthYear = date.split(this.cfg.getProperty(defCfg.DATE_FIELD_DELIMITER.key));
month = parseInt(aMonthYear[this.cfg.getProperty(defCfg.MY_MONTH_POSITION.key)-1], 10)-1;
year = parseInt(aMonthYear[this.cfg.getProperty(defCfg.MY_YEAR_POSITION.key)-1], 10);
parsedDate = new Date(year, month, 1);
}
} else {
parsedDate = new Date(this.today.getFullYear(), this.today.getMonth(), 1);
}
return parsedDate;
};
YAHOO.widget.Calendar.prototype.onBeforeSelect = function() {
if (this.cfg.getProperty(YAHOO.widget.Calendar._DEFAULT_CONFIG.MULTI_SELECT.key) === false) {
if (this.parent) {
this.parent.callChildFunction("clearAllBodyCellStyles", this.Style.CSS_CELL_SELECTED);
this.parent.deselectAll();
} else {
this.clearAllBodyCellStyles(this.Style.CSS_CELL_SELECTED);
this.deselectAll();
}
}
};
YAHOO.widget.Calendar.prototype.onSelect = function(selected) { };
YAHOO.widget.Calendar.prototype.onBeforeDeselect = function() { };
YAHOO.widget.Calendar.prototype.onDeselect = function(deselected) { };
YAHOO.widget.Calendar.prototype.onChangePage = function() {
this.render();
};
YAHOO.widget.Calendar.prototype.onRender = function() { };
YAHOO.widget.Calendar.prototype.onReset = function() { this.render(); };
YAHOO.widget.Calendar.prototype.onClear = function() { this.render(); };
YAHOO.widget.Calendar.prototype.validate = function() { return true; };
YAHOO.widget.Calendar.prototype._parseDate = function(sDate) {
var aDate = sDate.split(this.Locale.DATE_FIELD_DELIMITER);
var rArray;
if (aDate.length == 2) {
rArray = [aDate[this.Locale.MD_MONTH_POSITION-1],aDate[this.Locale.MD_DAY_POSITION-1]];
rArray.type = YAHOO.widget.Calendar.MONTH_DAY;
} else {
rArray = [aDate[this.Locale.MDY_YEAR_POSITION-1],aDate[this.Locale.MDY_MONTH_POSITION-1],aDate[this.Locale.MDY_DAY_POSITION-1]];
rArray.type = YAHOO.widget.Calendar.DATE;
}
for (var i=0;i<rArray.length;i++) {
rArray[i] = parseInt(rArray[i], 10);
}
return rArray;
};
YAHOO.widget.Calendar.prototype._parseDates = function(sDates) {
var aReturn = [];
var aDates = sDates.split(this.Locale.DATE_DELIMITER);
for (var d=0;d<aDates.length;++d) {
var sDate = aDates[d];
if (sDate.indexOf(this.Locale.DATE_RANGE_DELIMITER) != -1) {
var aRange = sDate.split(this.Locale.DATE_RANGE_DELIMITER);
var dateStart = this._parseDate(aRange[0]);
var dateEnd = this._parseDate(aRange[1]);
var fullRange = this._parseRange(dateStart, dateEnd);
aReturn = aReturn.concat(fullRange);
} else {
var aDate = this._parseDate(sDate);
aReturn.push(aDate);
}
}
return aReturn;
};
YAHOO.widget.Calendar.prototype._parseRange = function(startDate, endDate) {
var dStart   = new Date(startDate[0],startDate[1]-1,startDate[2]);
var dCurrent = YAHOO.widget.DateMath.add(new Date(startDate[0],startDate[1]-1,startDate[2]),YAHOO.widget.DateMath.DAY,1);
var dEnd     = new Date(endDate[0],  endDate[1]-1,  endDate[2]);
var results = [];
results.push(startDate);
while (dCurrent.getTime() <= dEnd.getTime()) {
results.push([dCurrent.getFullYear(),dCurrent.getMonth()+1,dCurrent.getDate()]);
dCurrent = YAHOO.widget.DateMath.add(dCurrent,YAHOO.widget.DateMath.DAY,1);
}
return results;
};
YAHOO.widget.Calendar.prototype.resetRenderers = function() {
this.renderStack = this._renderStack.concat();
};
YAHOO.widget.Calendar.prototype.clearElement = function(cell) {
cell.innerHTML = "&#160;";
cell.className="";
};
YAHOO.widget.Calendar.prototype.addRenderer = function(sDates, fnRender) {
var aDates = this._parseDates(sDates);
for (var i=0;i<aDates.length;++i) {
var aDate = aDates[i];
if (aDate.length == 2) { // this is either a range or a month/day combo
if (aDate[0] instanceof Array) { // this is a range
this._addRenderer(YAHOO.widget.Calendar.RANGE,aDate,fnRender);
} else { // this is a month/day combo
this._addRenderer(YAHOO.widget.Calendar.MONTH_DAY,aDate,fnRender);
}
} else if (aDate.length == 3) {
this._addRenderer(YAHOO.widget.Calendar.DATE,aDate,fnRender);
}
}
};
YAHOO.widget.Calendar.prototype._addRenderer = function(type, aDates, fnRender) {
var add = [type,aDates,fnRender];
this.renderStack.unshift(add);
this._renderStack = this.renderStack.concat();
};
YAHOO.widget.Calendar.prototype.addMonthRenderer = function(month, fnRender) {
this._addRenderer(YAHOO.widget.Calendar.MONTH,[month],fnRender);
};
YAHOO.widget.Calendar.prototype.addWeekdayRenderer = function(weekday, fnRender) {
this._addRenderer(YAHOO.widget.Calendar.WEEKDAY,[weekday],fnRender);
};
YAHOO.widget.Calendar.prototype.clearAllBodyCellStyles = function(style) {
for (var c=0;c<this.cells.length;++c) {
YAHOO.util.Dom.removeClass(this.cells[c],style);
}
};
YAHOO.widget.Calendar.prototype.setMonth = function(month) {
var cfgPageDate = YAHOO.widget.Calendar._DEFAULT_CONFIG.PAGEDATE.key;
var current = this.cfg.getProperty(cfgPageDate);
current.setMonth(parseInt(month, 10));
this.cfg.setProperty(cfgPageDate, current);
};
YAHOO.widget.Calendar.prototype.setYear = function(year) {
var cfgPageDate = YAHOO.widget.Calendar._DEFAULT_CONFIG.PAGEDATE.key;
var current = this.cfg.getProperty(cfgPageDate);
current.setFullYear(parseInt(year, 10));
this.cfg.setProperty(cfgPageDate, current);
};
YAHOO.widget.Calendar.prototype.getSelectedDates = function() {
var returnDates = [];
var selected = this.cfg.getProperty(YAHOO.widget.Calendar._DEFAULT_CONFIG.SELECTED.key);
for (var d=0;d<selected.length;++d) {
var dateArray = selected[d];
var date = new Date(dateArray[0],dateArray[1]-1,dateArray[2]);
returnDates.push(date);
}
returnDates.sort( function(a,b) { return a-b; } );
return returnDates;
};
YAHOO.widget.Calendar.prototype.hide = function() {
this.oDomContainer.style.display = "none";
};
YAHOO.widget.Calendar.prototype.show = function() {
this.oDomContainer.style.display = "block";
};
YAHOO.widget.Calendar.prototype.browser = function() {
var ua = navigator.userAgent.toLowerCase();
if (ua.indexOf('opera')!=-1) { // Opera (check first in case of spoof)
return 'opera';
} else if (ua.indexOf('msie 7')!=-1) { // IE7
return 'ie7';
} else if (ua.indexOf('msie') !=-1) { // IE
return 'ie';
} else if (ua.indexOf('safari')!=-1) { // Safari (check before Gecko because it includes "like Gecko")
return 'safari';
} else if (ua.indexOf('gecko') != -1) { // Gecko
return 'gecko';
} else {
return false;
}
}();
YAHOO.widget.Calendar.prototype.toString = function() {
return "Calendar " + this.id;
};
YAHOO.widget.Calendar_Core = YAHOO.widget.Calendar;
YAHOO.widget.Cal_Core = YAHOO.widget.Calendar;
YAHOO.widget.CalendarGroup = function(id, containerId, config) {
if (arguments.length > 0) {
this.init(id, containerId, config);
}
};
YAHOO.widget.CalendarGroup.prototype.init = function(id, containerId, config) {
this.initEvents();
this.initStyles();
this.pages = [];
this.id = id;
this.containerId = containerId;
this.oDomContainer = document.getElementById(containerId);
YAHOO.util.Dom.addClass(this.oDomContainer, YAHOO.widget.CalendarGroup.CSS_CONTAINER);
YAHOO.util.Dom.addClass(this.oDomContainer, YAHOO.widget.CalendarGroup.CSS_MULTI_UP);
this.cfg = new YAHOO.util.Config(this);
this.Options = {};
this.Locale = {};
this.setupConfig();
if (config) {
this.cfg.applyConfig(config, true);
}
this.cfg.fireQueue();
if (YAHOO.env.ua.opera){
this.renderEvent.subscribe(this._fixWidth, this, true);
}
};
YAHOO.widget.CalendarGroup.prototype.setupConfig = function() {
var defCfg = YAHOO.widget.CalendarGroup._DEFAULT_CONFIG;
this.cfg.addProperty(defCfg.PAGES.key, { value:defCfg.PAGES.value, validator:this.cfg.checkNumber, handler:this.configPages } );
this.cfg.addProperty(defCfg.PAGEDATE.key, { value:new Date(), handler:this.configPageDate } );
this.cfg.addProperty(defCfg.SELECTED.key, { value:[], handler:this.configSelected } );
this.cfg.addProperty(defCfg.TITLE.key, { value:defCfg.TITLE.value, handler:this.configTitle } );
this.cfg.addProperty(defCfg.CLOSE.key, { value:defCfg.CLOSE.value, handler:this.configClose } );
this.cfg.addProperty(defCfg.IFRAME.key, { value:defCfg.IFRAME.value, handler:this.configIframe, validator:this.cfg.checkBoolean } );
this.cfg.addProperty(defCfg.MINDATE.key, { value:defCfg.MINDATE.value, handler:this.delegateConfig } );
this.cfg.addProperty(defCfg.MAXDATE.key, { value:defCfg.MAXDATE.value, handler:this.delegateConfig  } );
this.cfg.addProperty(defCfg.MULTI_SELECT.key,	{ value:defCfg.MULTI_SELECT.value, handler:this.delegateConfig, validator:this.cfg.checkBoolean } );
this.cfg.addProperty(defCfg.START_WEEKDAY.key,	{ value:defCfg.START_WEEKDAY.value, handler:this.delegateConfig, validator:this.cfg.checkNumber  } );
this.cfg.addProperty(defCfg.SHOW_WEEKDAYS.key,	{ value:defCfg.SHOW_WEEKDAYS.value, handler:this.delegateConfig, validator:this.cfg.checkBoolean } );
this.cfg.addProperty(defCfg.SHOW_WEEK_HEADER.key,{ value:defCfg.SHOW_WEEK_HEADER.value, handler:this.delegateConfig, validator:this.cfg.checkBoolean } );
this.cfg.addProperty(defCfg.SHOW_WEEK_FOOTER.key,{ value:defCfg.SHOW_WEEK_FOOTER.value, handler:this.delegateConfig, validator:this.cfg.checkBoolean } );
this.cfg.addProperty(defCfg.HIDE_BLANK_WEEKS.key,{ value:defCfg.HIDE_BLANK_WEEKS.value, handler:this.delegateConfig, validator:this.cfg.checkBoolean } );
this.cfg.addProperty(defCfg.NAV_ARROW_LEFT.key,	{ value:defCfg.NAV_ARROW_LEFT.value, handler:this.delegateConfig } );
this.cfg.addProperty(defCfg.NAV_ARROW_RIGHT.key,	{ value:defCfg.NAV_ARROW_RIGHT.value, handler:this.delegateConfig } );
this.cfg.addProperty(defCfg.MONTHS_SHORT.key,	{ value:defCfg.MONTHS_SHORT.value, handler:this.delegateConfig } );
this.cfg.addProperty(defCfg.MONTHS_LONG.key,		{ value:defCfg.MONTHS_LONG.value, handler:this.delegateConfig } );
this.cfg.addProperty(defCfg.WEEKDAYS_1CHAR.key,	{ value:defCfg.WEEKDAYS_1CHAR.value, handler:this.delegateConfig } );
this.cfg.addProperty(defCfg.WEEKDAYS_SHORT.key,	{ value:defCfg.WEEKDAYS_SHORT.value, handler:this.delegateConfig } );
this.cfg.addProperty(defCfg.WEEKDAYS_MEDIUM.key,	{ value:defCfg.WEEKDAYS_MEDIUM.value, handler:this.delegateConfig } );
this.cfg.addProperty(defCfg.WEEKDAYS_LONG.key,	{ value:defCfg.WEEKDAYS_LONG.value, handler:this.delegateConfig } );
this.cfg.addProperty(defCfg.LOCALE_MONTHS.key,	{ value:defCfg.LOCALE_MONTHS.value, handler:this.delegateConfig } );
this.cfg.addProperty(defCfg.LOCALE_WEEKDAYS.key,	{ value:defCfg.LOCALE_WEEKDAYS.value, handler:this.delegateConfig } );
this.cfg.addProperty(defCfg.DATE_DELIMITER.key,		{ value:defCfg.DATE_DELIMITER.value, handler:this.delegateConfig } );
this.cfg.addProperty(defCfg.DATE_FIELD_DELIMITER.key,{ value:defCfg.DATE_FIELD_DELIMITER.value, handler:this.delegateConfig } );
this.cfg.addProperty(defCfg.DATE_RANGE_DELIMITER.key,{ value:defCfg.DATE_RANGE_DELIMITER.value, handler:this.delegateConfig } );
this.cfg.addProperty(defCfg.MY_MONTH_POSITION.key,	{ value:defCfg.MY_MONTH_POSITION.value, handler:this.delegateConfig, validator:this.cfg.checkNumber } );
this.cfg.addProperty(defCfg.MY_YEAR_POSITION.key,	{ value:defCfg.MY_YEAR_POSITION.value, handler:this.delegateConfig, validator:this.cfg.checkNumber } );
this.cfg.addProperty(defCfg.MD_MONTH_POSITION.key,	{ value:defCfg.MD_MONTH_POSITION.value, handler:this.delegateConfig, validator:this.cfg.checkNumber } );
this.cfg.addProperty(defCfg.MD_DAY_POSITION.key,		{ value:defCfg.MD_DAY_POSITION.value, handler:this.delegateConfig, validator:this.cfg.checkNumber } );
this.cfg.addProperty(defCfg.MDY_MONTH_POSITION.key,	{ value:defCfg.MDY_MONTH_POSITION.value, handler:this.delegateConfig, validator:this.cfg.checkNumber } );
this.cfg.addProperty(defCfg.MDY_DAY_POSITION.key,	{ value:defCfg.MDY_DAY_POSITION.value, handler:this.delegateConfig, validator:this.cfg.checkNumber } );
this.cfg.addProperty(defCfg.MDY_YEAR_POSITION.key,	{ value:defCfg.MDY_YEAR_POSITION.value, handler:this.delegateConfig, validator:this.cfg.checkNumber } );
this.cfg.addProperty(defCfg.MY_LABEL_MONTH_POSITION.key,	{ value:defCfg.MY_LABEL_MONTH_POSITION.value, handler:this.delegateConfig, validator:this.cfg.checkNumber } );
this.cfg.addProperty(defCfg.MY_LABEL_YEAR_POSITION.key,	{ value:defCfg.MY_LABEL_YEAR_POSITION.value, handler:this.delegateConfig, validator:this.cfg.checkNumber } );
this.cfg.addProperty(defCfg.MY_LABEL_MONTH_SUFFIX.key,	{ value:defCfg.MY_LABEL_MONTH_SUFFIX.value, handler:this.delegateConfig } );
this.cfg.addProperty(defCfg.MY_LABEL_YEAR_SUFFIX.key, { value:defCfg.MY_LABEL_YEAR_SUFFIX.value, handler:this.delegateConfig } );
};
YAHOO.widget.CalendarGroup.prototype.initEvents = function() {
var me = this;
var strEvent = "Event";
var sub = function(fn, obj, bOverride) {
for (var p=0;p<me.pages.length;++p) {
var cal = me.pages[p];
cal[this.type + strEvent].subscribe(fn, obj, bOverride);
}
};
var unsub = function(fn, obj) {
for (var p=0;p<me.pages.length;++p) {
var cal = me.pages[p];
cal[this.type + strEvent].unsubscribe(fn, obj);
}
};
var defEvents = YAHOO.widget.Calendar._EVENT_TYPES;
this.beforeSelectEvent = new YAHOO.util.CustomEvent(defEvents.BEFORE_SELECT);
this.beforeSelectEvent.subscribe = sub; this.beforeSelectEvent.unsubscribe = unsub;
this.selectEvent = new YAHOO.util.CustomEvent(defEvents.SELECT);
this.selectEvent.subscribe = sub; this.selectEvent.unsubscribe = unsub;
this.beforeDeselectEvent = new YAHOO.util.CustomEvent(defEvents.BEFORE_DESELECT);
this.beforeDeselectEvent.subscribe = sub; this.beforeDeselectEvent.unsubscribe = unsub;
this.deselectEvent = new YAHOO.util.CustomEvent(defEvents.DESELECT);
this.deselectEvent.subscribe = sub; this.deselectEvent.unsubscribe = unsub;
this.changePageEvent = new YAHOO.util.CustomEvent(defEvents.CHANGE_PAGE);
this.changePageEvent.subscribe = sub; this.changePageEvent.unsubscribe = unsub;
this.beforeRenderEvent = new YAHOO.util.CustomEvent(defEvents.BEFORE_RENDER);
this.beforeRenderEvent.subscribe = sub; this.beforeRenderEvent.unsubscribe = unsub;
this.renderEvent = new YAHOO.util.CustomEvent(defEvents.RENDER);
this.renderEvent.subscribe = sub; this.renderEvent.unsubscribe = unsub;
this.resetEvent = new YAHOO.util.CustomEvent(defEvents.RESET);
this.resetEvent.subscribe = sub; this.resetEvent.unsubscribe = unsub;
this.clearEvent = new YAHOO.util.CustomEvent(defEvents.CLEAR);
this.clearEvent.subscribe = sub; this.clearEvent.unsubscribe = unsub;
};
YAHOO.widget.CalendarGroup.prototype.configPages = function(type, args, obj) {
var pageCount = args[0];
var cfgPageDate = YAHOO.widget.CalendarGroup._DEFAULT_CONFIG.PAGEDATE.key;
var sep = "_";
var groupCalClass = "groupcal";
var firstClass = "first-of-type";
var lastClass = "last-of-type";
for (var p=0;p<pageCount;++p) {
var calId = this.id + sep + p;
var calContainerId = this.containerId + sep + p;
var childConfig = this.cfg.getConfig();
childConfig.close = false;
childConfig.title = false;
var cal = this.constructChild(calId, calContainerId, childConfig);
var caldate = cal.cfg.getProperty(cfgPageDate);
this._setMonthOnDate(caldate, caldate.getMonth() + p);
cal.cfg.setProperty(cfgPageDate, caldate);
YAHOO.util.Dom.removeClass(cal.oDomContainer, this.Style.CSS_SINGLE);
YAHOO.util.Dom.addClass(cal.oDomContainer, groupCalClass);
if (p===0) {
YAHOO.util.Dom.addClass(cal.oDomContainer, firstClass);
}
if (p==(pageCount-1)) {
YAHOO.util.Dom.addClass(cal.oDomContainer, lastClass);
}
cal.parent = this;
cal.index = p;
this.pages[this.pages.length] = cal;
}
};
YAHOO.widget.CalendarGroup.prototype.configPageDate = function(type, args, obj) {
var val = args[0];
var firstPageDate;
var cfgPageDate = YAHOO.widget.CalendarGroup._DEFAULT_CONFIG.PAGEDATE.key;
for (var p=0;p<this.pages.length;++p) {
var cal = this.pages[p];
if (p === 0) {
firstPageDate = cal._parsePageDate(val);
cal.cfg.setProperty(cfgPageDate, firstPageDate);
} else {
var pageDate = new Date(firstPageDate);
this._setMonthOnDate(pageDate, pageDate.getMonth() + p);
cal.cfg.setProperty(cfgPageDate, pageDate);
}
}
};
YAHOO.widget.CalendarGroup.prototype.configSelected = function(type, args, obj) {
var cfgSelected = YAHOO.widget.CalendarGroup._DEFAULT_CONFIG.SELECTED.key;
this.delegateConfig(type, args, obj);
var selected = (this.pages.length > 0) ? this.pages[0].cfg.getProperty(cfgSelected) : [];
this.cfg.setProperty(cfgSelected, selected, true);
};
YAHOO.widget.CalendarGroup.prototype.delegateConfig = function(type, args, obj) {
var val = args[0];
var cal;
for (var p=0;p<this.pages.length;p++) {
cal = this.pages[p];
cal.cfg.setProperty(type, val);
}
};
YAHOO.widget.CalendarGroup.prototype.setChildFunction = function(fnName, fn) {
var pageCount = this.cfg.getProperty(YAHOO.widget.CalendarGroup._DEFAULT_CONFIG.PAGES.key);
for (var p=0;p<pageCount;++p) {
this.pages[p][fnName] = fn;
}
};
YAHOO.widget.CalendarGroup.prototype.callChildFunction = function(fnName, args) {
var pageCount = this.cfg.getProperty(YAHOO.widget.CalendarGroup._DEFAULT_CONFIG.PAGES.key);
for (var p=0;p<pageCount;++p) {
var page = this.pages[p];
if (page[fnName]) {
var fn = page[fnName];
fn.call(page, args);
}
}
};
YAHOO.widget.CalendarGroup.prototype.constructChild = function(id,containerId,config) {
var container = document.getElementById(containerId);
if (! container) {
container = document.createElement("div");
container.id = containerId;
this.oDomContainer.appendChild(container);
}
return new YAHOO.widget.Calendar(id,containerId,config);
};
YAHOO.widget.CalendarGroup.prototype.setMonth = function(month) {
month = parseInt(month, 10);
var currYear;
var cfgPageDate = YAHOO.widget.CalendarGroup._DEFAULT_CONFIG.PAGEDATE.key;
for (var p=0; p<this.pages.length; ++p) {
var cal = this.pages[p];
var pageDate = cal.cfg.getProperty(cfgPageDate);
if (p === 0) {
currYear = pageDate.getFullYear();
} else {
pageDate.setYear(currYear);
}
this._setMonthOnDate(pageDate, month+p);
cal.cfg.setProperty(cfgPageDate, pageDate);
}
};
YAHOO.widget.CalendarGroup.prototype.setYear = function(year) {
var cfgPageDate = YAHOO.widget.CalendarGroup._DEFAULT_CONFIG.PAGEDATE.key;
year = parseInt(year, 10);
for (var p=0;p<this.pages.length;++p) {
var cal = this.pages[p];
var pageDate = cal.cfg.getProperty(cfgPageDate);
if ((pageDate.getMonth()+1) == 1 && p>0) {
year+=1;
}
cal.setYear(year);
}
};
YAHOO.widget.CalendarGroup.prototype.render = function() {
this.renderHeader();
for (var p=0;p<this.pages.length;++p) {
var cal = this.pages[p];
cal.render();
}
this.renderFooter();
};
YAHOO.widget.CalendarGroup.prototype.select = function(date) {
for (var p=0;p<this.pages.length;++p) {
var cal = this.pages[p];
cal.select(date);
}
return this.getSelectedDates();
};
YAHOO.widget.CalendarGroup.prototype.selectCell = function(cellIndex) {
for (var p=0;p<this.pages.length;++p) {
var cal = this.pages[p];
cal.selectCell(cellIndex);
}
return this.getSelectedDates();
};
YAHOO.widget.CalendarGroup.prototype.deselect = function(date) {
for (var p=0;p<this.pages.length;++p) {
var cal = this.pages[p];
cal.deselect(date);
}
return this.getSelectedDates();
};
YAHOO.widget.CalendarGroup.prototype.deselectAll = function() {
for (var p=0;p<this.pages.length;++p) {
var cal = this.pages[p];
cal.deselectAll();
}
return this.getSelectedDates();
};
YAHOO.widget.CalendarGroup.prototype.deselectCell = function(cellIndex) {
for (var p=0;p<this.pages.length;++p) {
var cal = this.pages[p];
cal.deselectCell(cellIndex);
}
return this.getSelectedDates();
};
YAHOO.widget.CalendarGroup.prototype.reset = function() {
for (var p=0;p<this.pages.length;++p) {
var cal = this.pages[p];
cal.reset();
}
};
YAHOO.widget.CalendarGroup.prototype.clear = function() {
for (var p=0;p<this.pages.length;++p) {
var cal = this.pages[p];
cal.clear();
}
};
YAHOO.widget.CalendarGroup.prototype.nextMonth = function() {
for (var p=0;p<this.pages.length;++p) {
var cal = this.pages[p];
cal.nextMonth();
}
};
YAHOO.widget.CalendarGroup.prototype.previousMonth = function() {
for (var p=this.pages.length-1;p>=0;--p) {
var cal = this.pages[p];
cal.previousMonth();
}
};
YAHOO.widget.CalendarGroup.prototype.nextYear = function() {
for (var p=0;p<this.pages.length;++p) {
var cal = this.pages[p];
cal.nextYear();
}
};
YAHOO.widget.CalendarGroup.prototype.previousYear = function() {
for (var p=0;p<this.pages.length;++p) {
var cal = this.pages[p];
cal.previousYear();
}
};
YAHOO.widget.CalendarGroup.prototype.getSelectedDates = function() {
var returnDates = [];
var selected = this.cfg.getProperty(YAHOO.widget.CalendarGroup._DEFAULT_CONFIG.SELECTED.key);
for (var d=0;d<selected.length;++d) {
var dateArray = selected[d];
var date = new Date(dateArray[0],dateArray[1]-1,dateArray[2]);
returnDates.push(date);
}
returnDates.sort( function(a,b) { return a-b; } );
return returnDates;
};
YAHOO.widget.CalendarGroup.prototype.addRenderer = function(sDates, fnRender) {
for (var p=0;p<this.pages.length;++p) {
var cal = this.pages[p];
cal.addRenderer(sDates, fnRender);
}
};
YAHOO.widget.CalendarGroup.prototype.addMonthRenderer = function(month, fnRender) {
for (var p=0;p<this.pages.length;++p) {
var cal = this.pages[p];
cal.addMonthRenderer(month, fnRender);
}
};
YAHOO.widget.CalendarGroup.prototype.addWeekdayRenderer = function(weekday, fnRender) {
for (var p=0;p<this.pages.length;++p) {
var cal = this.pages[p];
cal.addWeekdayRenderer(weekday, fnRender);
}
};
YAHOO.widget.CalendarGroup.prototype.renderHeader = function() {};
YAHOO.widget.CalendarGroup.prototype.renderFooter = function() {};
YAHOO.widget.CalendarGroup.prototype.addMonths = function(count) {
this.callChildFunction("addMonths", count);
};
YAHOO.widget.CalendarGroup.prototype.subtractMonths = function(count) {
this.callChildFunction("subtractMonths", count);
};
YAHOO.widget.CalendarGroup.prototype.addYears = function(count) {
this.callChildFunction("addYears", count);
};
YAHOO.widget.CalendarGroup.prototype.subtractYears = function(count) {
this.callChildFunction("subtractYears", count);
};
YAHOO.widget.CalendarGroup.prototype.show = function() {
this.oDomContainer.style.display = "block";
if (YAHOO.env.ua.opera) {
this._fixWidth();
}
};
YAHOO.widget.CalendarGroup.prototype._setMonthOnDate = function(date, iMonth) {
if (YAHOO.env.ua.webkit && YAHOO.env.ua.webkit < 420 && (iMonth < 0 || iMonth > 11)) {
var DM = YAHOO.widget.DateMath;
var newDate = DM.add(date, DM.MONTH, iMonth-date.getMonth());
date.setTime(newDate.getTime());
} else {
date.setMonth(iMonth);
}
};
YAHOO.widget.CalendarGroup.prototype._fixWidth = function() {
var startW = this.oDomContainer.offsetWidth;
var w = 0;
for (var p=0;p<this.pages.length;++p) {
var cal = this.pages[p];
w += cal.oDomContainer.offsetWidth;
}
if (w > 0) {
this.oDomContainer.style.width = w + "px";
}
};
YAHOO.widget.CalendarGroup.CSS_CONTAINER = "yui-calcontainer";
YAHOO.widget.CalendarGroup.CSS_MULTI_UP = "multi";
YAHOO.widget.CalendarGroup.CSS_2UPTITLE = "title";
YAHOO.widget.CalendarGroup.CSS_2UPCLOSE = "close-icon";
YAHOO.lang.augmentProto(YAHOO.widget.CalendarGroup, YAHOO.widget.Calendar, "buildDayLabel",
"buildMonthLabel",
"renderOutOfBoundsDate",
"renderRowHeader",
"renderRowFooter",
"renderCellDefault",
"styleCellDefault",
"renderCellStyleHighlight1",
"renderCellStyleHighlight2",
"renderCellStyleHighlight3",
"renderCellStyleHighlight4",
"renderCellStyleToday",
"renderCellStyleSelected",
"renderCellNotThisMonth",
"renderBodyCellRestricted",
"initStyles",
"configTitle",
"configClose",
"configIframe",
"createTitleBar",
"createCloseButton",
"removeTitleBar",
"removeCloseButton",
"hide",
"browser");
YAHOO.widget.CalendarGroup._DEFAULT_CONFIG = YAHOO.widget.Calendar._DEFAULT_CONFIG;
YAHOO.widget.CalendarGroup._DEFAULT_CONFIG.PAGES = {key:"pages", value:2};
YAHOO.widget.CalendarGroup.prototype.toString = function() {
return "CalendarGroup " + this.id;
};
YAHOO.widget.CalGrp = YAHOO.widget.CalendarGroup;
YAHOO.widget.Calendar2up = function(id, containerId, config) {
this.init(id, containerId, config);
};
YAHOO.extend(YAHOO.widget.Calendar2up, YAHOO.widget.CalendarGroup);
YAHOO.widget.Cal2up = YAHOO.widget.Calendar2up;
YAHOO.register("calendar", YAHOO.widget.Calendar, {version: "2.3.1", build: "541"});
function handleSelect(type,args,obj) {
var dates = args[0];
var date = dates[0];
var year = date[0], month = date[1], day = date[2];
var objIDArray = obj.id.split( '_' );
var id = objIDArray[3];
var datatype = objIDArray[1];
var base = objIDArray[0];
var txtYear = document.getElementsByName( base + '_' + datatype + '_year_' + id );
txtYear[0].value = year;
var txtMonth = document.getElementsByName( base + '_' + datatype + '_month_' + id );
txtMonth[0].value = month;
var txtDay = document.getElementsByName( base + '_' + datatype + '_day_' + id );
txtDay[0].value = day;
window['cal'+id].hide();
}
function showDatePicker( base, id, datatype ) {
var calIconID = base + '_' + datatype + '_cal_' + id;
var calContainerID = base + '_' + datatype + '_cal_container_' + id;
var calContainer = document.getElementById( calContainerID );
var xy = YAHOO.util.Dom.getXY( calIconID );
calContainer.style.left = ( xy[0] + 26 ) + 'px';
calContainer.style.top = ( xy[1] + 30 ) + 'px';
calContainer.style.display = 'block';
window['cal'+id] = new YAHOO.widget.Calendar( base + '_' + datatype + '_cal_' + id , calContainerID, { close: true,
mindate: "1/1/1970",
LOCALE_WEEKDAYS: "medium" } );
window['cal'+id].render();
window['cal'+id].selectEvent.subscribe( handleSelect, window['cal'+id], true );
}
function DropDownMenuX(id) {
this.type = "horizontal";
this.delay = {
"show": 0,
"hide": 400
}
this.position = {
"level1": { "top": 0, "left": 0},
"levelX": { "top": 0, "left": 0}
}
this.fixIeSelectBoxBug = true;
this.zIndex = {
"visible": 500,
"hidden": -1
};
this.browser = {
"ie": Boolean(document.body.currentStyle),
"ie5": (navigator.appVersion.indexOf("MSIE 5.5") != -1 || navigator.appVersion.indexOf("MSIE 5.0") != -1),
"ie6": (navigator.appVersion.indexOf("MSIE 6.0") != -1)
};
if (!this.browser.ie) {
this.browser.ie5 = false;
this.browser.ie6 = false;
}
this.init = function() {
if (!document.getElementById(this.id)) { return alert("DropDownMenuX.init() failed. Element '"+ this.id +"' does not exist."); }
if (this.type != "horizontal" && this.type != "vertical") { return alert("DropDownMenuX.init() failed. Unknown menu type: '"+this.type+"'"); }
if (this.browser.ie && this.browser.ie5) { fixWrap(); }
fixSections();
parse(document.getElementById(this.id).childNodes, this.tree, this.id);
}
function fixSections() {
var arr = document.getElementById(self.id).getElementsByTagName("div");
var sections = new Array();
var widths = new Array();
for (var i = 0; i < arr.length; i++) {
if (arr[i].className == "section") {
sections.push(arr[i]);
}
}
for (var i = 0; i < sections.length; i++) {
widths.push(getMaxWidth(sections[i].childNodes));
}
for (var i = 0; i < sections.length; i++) {
sections[i].style.width = (widths[i]) + "px";
}
if (self.browser.ie) {
for (var i = 0; i < sections.length; i++) {
setMaxWidth(sections[i].childNodes, widths[i]);
}
}
}
function fixWrap() {
var elements = document.getElementById(self.id).getElementsByTagName("a");
for (var i = 0; i < elements.length; i++) {
if (/item2/.test(elements[i].className)) {
elements[i].innerHTML = '<div nowrap="nowrap">'+elements[i].innerHTML+'</div>';
}
}
}
function getMaxWidth(nodes) {
var maxWidth = 0;
for (var i = 0; i < nodes.length; i++) {
if (nodes[i].nodeType != 1 || /section/.test(nodes[i].className)) { continue; }
if (nodes[i].offsetWidth > maxWidth) { maxWidth = nodes[i].offsetWidth; }
}
return maxWidth;
}
function setMaxWidth(nodes, maxWidth) {
for (var i = 0; i < nodes.length; i++) {
if (nodes[i].nodeType == 1 && /item2/.test(nodes[i].className) && nodes[i].currentStyle) {
if (self.browser.ie5) {
nodes[i].style.width = (maxWidth) + "px";
} else {
nodes[i].style.width = (maxWidth - parseInt(nodes[i].currentStyle.paddingLeft) - parseInt(nodes[i].currentStyle.paddingRight)) + "px";
}
}
}
}
function parse(nodes, tree, id) {
for (var i = 0; i < nodes.length; i++) {
if (1 != nodes[i].nodeType) {
continue;
}
switch (true) {
case /\bitem1\b/.test(nodes[i].className):
nodes[i].id = id + "-" + tree.length;
tree.push(new Array());
nodes[i].onmouseover = itemOver;
nodes[i].onmouseout = itemOut;
break;
case /\bitem2\b/.test(nodes[i].className):
nodes[i].id = id + "-" + tree.length;
tree.push(new Array());
nodes[i].onmouseover = itemOver;
nodes[i].onmouseout = itemOut;
break;
case /\bsection\b/.test(nodes[i].className):
nodes[i].id = id + "-" + (tree.length - 1) + "-section";
nodes[i].onmouseover = sectionOver;
nodes[i].onmouseout = sectionOut;
var box1 = document.getElementById(id + "-" + (tree.length - 1));
var box2 = document.getElementById(nodes[i].id);
var el = new Element(box1.id);
if (1 == el.level) {
if ("horizontal" == self.type) {
box2.style.top = box1.offsetTop + box1.offsetHeight + self.position.level1.top + "px";
if (self.browser.ie5) {
box2.style.left = self.position.level1.left + "px";
} else {
box2.style.left = box1.offsetLeft + self.position.level1.left + "px";
}
} else if ("vertical" == self.type) {
box2.style.top = box1.offsetTop + self.position.level1.top + "px";
if (self.browser.ie5) {
box2.style.left = box1.offsetWidth + self.position.level1.left + "px";
} else {
box2.style.left = box1.offsetLeft + box1.offsetWidth + self.position.level1.left + "px";
}
}
} else {
box2.style.top = box1.offsetTop + self.position.levelX.top + "px";
box2.style.left = box1.offsetLeft + box1.offsetWidth + self.position.levelX.left + "px";
}
self.sections.push(nodes[i].id);
self.sectionsShowCnt.push(0);
self.sectionsHideCnt.push(0);
if (self.fixIeSelectBoxBug && self.browser.ie6) {
nodes[i].innerHTML = nodes[i].innerHTML + '<iframe id="'+nodes[i].id+'-iframe" src="javascript:false;" scrolling="no" frameborder="0" style="position: absolute; top: 0px; left: 0px; display: none; filter:alpha(opacity=0);"></iframe>';
}
break;
}
if (nodes[i].childNodes) {
if (/\bsection\b/.test(nodes[i].className)) {
parse(nodes[i].childNodes, tree[tree.length - 1], id + "-" + (tree.length - 1));
} else {
parse(nodes[i].childNodes, tree, id);
}
}
}
}
function itemOver() {
self.itemShowCnt++;
var id_section = this.id + "-section";
if (self.visible.length) {
var el = new Element(self.visible.getLast());
el = document.getElementById(el.getParent().id);
if (/item\d-active/.test(el.className)) {
el.className = el.className.replace(/(item\d)-active/, "$1");
}
}
if (self.sections.contains(id_section)) {
clearTimers();
self.sectionsHideCnt[self.sections.indexOf(id_section)]++;
var cnt = self.sectionsShowCnt[self.sections.indexOf(id_section)];
var timerId = setTimeout(function(a, b) { return function() { self.showSection(a, b); } } (id_section, cnt), self.delay.show);
self.timers.push(timerId);
} else {
if (self.visible.length) {
clearTimers();
var timerId = setTimeout(function(a, b) { return function() { self.showItem(a, b); } } (this.id, self.itemShowCnt), self.delay.show);
self.timers.push(timerId);
}
}
}
function itemOut() {
self.itemShowCnt++;
var id_section = this.id + "-section";
if (self.sections.contains(id_section)) {
self.sectionsShowCnt[self.sections.indexOf(id_section)]++;
if (self.visible.contains(id_section)) {
var cnt = self.sectionsHideCnt[self.sections.indexOf(id_section)];
var timerId = setTimeout(function(a, b) { return function() { self.hideSection(a, b); } }(id_section, cnt), self.delay.hide);
self.timers.push(timerId);
}
}
}
function sectionOver() {
self.sectionsHideCnt[self.sections.indexOf(this.id)]++;
var el = new Element(this.id);
var parent = document.getElementById(el.getParent().id);
if (!/item\d-active/.test(parent.className)) {
parent.className = parent.className.replace(/(item\d)/, "$1-active");
}
}
function sectionOut() {
self.sectionsShowCnt[self.sections.indexOf(this.id)]++;
var cnt = self.sectionsHideCnt[self.sections.indexOf(this.id)];
var timerId = setTimeout(function(a, b) { return function() { self.hideSection(a, b); } }(this.id, cnt), self.delay.hide);
self.timers.push(timerId);
}
this.showSection = function(id, cnt) {
if (typeof cnt != "undefined") {
if (cnt != this.sectionsShowCnt[this.sections.indexOf(id)]) { return; }
}
this.sectionsShowCnt[this.sections.indexOf(id)]++;
if (this.visible.length) {
if (id == this.visible.getLast()) { return; }
var el = new Element(id);
var parents = el.getParentSections();
for (var i = this.visible.length - 1; i >= 0; i--) {
if (parents.contains(this.visible[i])) {
break;
} else {
this.hideSection(this.visible[i]);
}
}
}
var el = new Element(id);
var parent = document.getElementById(el.getParent().id);
if (!/item\d-active/.test(parent.className)) {
parent.className = parent.className.replace(/(item\d)/, "$1-active");
}
if (document.all) { document.getElementById(id).style.display = "block"; }
document.getElementById(id).style.visibility = "visible";
document.getElementById(id).style.zIndex = this.zIndex.visible;
if (this.fixIeSelectBoxBug && this.browser.ie6) {
var div = document.getElementById(id);
var iframe = document.getElementById(id+"-iframe");
iframe.style.width = div.offsetWidth ;//+ parseInt(div.currentStyle.borderLeftWidth) + parseInt(div.currentStyle.borderRightWidth);
iframe.style.height = div.offsetHeight ;//+ parseInt(div.currentStyle.borderTopWidth) + parseInt(div.currentStyle.borderBottomWidth);
iframe.style.top = -parseInt(div.currentStyle.borderTopWidth);
iframe.style.left = -parseInt(div.currentStyle.borderLeftWidth);
iframe.style.zIndex = div.style.zIndex - 1;
iframe.style.display = "block";
}
this.visible.push(id);
}
this.showItem = function(id, cnt) {
if (typeof cnt != "undefined") {
if (cnt != this.itemShowCnt) { return; }
}
this.itemShowCnt++;
if (this.visible.length) {
var el = new Element(id + "-section");
var parents = el.getParentSections();
for (var i = this.visible.length - 1; i >= 0; i--) {
if (parents.contains(this.visible[i])) {
break;
} else {
this.hideSection(this.visible[i]);
}
}
}
}
this.hideSection = function(id, cnt) {
if (typeof cnt != "undefined") {
if (cnt != this.sectionsHideCnt[this.sections.indexOf(id)]) { return; }
if (id == this.visible.getLast()) {
for (var i = this.visible.length - 1; i >= 0; i--) {
this.hideSection(this.visible[i]);
}
return;
}
}
var el = new Element(id);
var parent = document.getElementById(el.getParent().id);
if (/item\d-active/.test(parent.className)) {
parent.className = parent.className.replace(/(item\d)-active/, "$1");
}
document.getElementById(id).style.zIndex = this.zIndex.hidden;
document.getElementById(id).style.visibility = "hidden";
if (document.all) { document.getElementById(id).style.display = "none"; }
if (this.fixIeSelectBoxBug && this.browser.ie6) {
var iframe = document.getElementById(id+"-iframe");
iframe.style.display = "none";
}
if (this.visible.contains(id)) {
if (id == this.visible.getLast()) {
this.visible.pop();
} else {
return;
}
} else {
return;
}
this.sectionsHideCnt[this.sections.indexOf(id)]++;
}
function Element(id) {
this.menu = self;
this.id = id;
this.getLevel = function() {
var s = this.id.substr(this.menu.id.length);
return s.substrCount("-");
}
this.getParent = function() {
var s = this.id.substr(this.menu.id.length);
var a = s.split("-");
a.pop();
return new Element(this.menu.id + a.join("-"));
}
this.hasParent = function() {
var s = this.id.substr(this.menu.id.length);
var a = s.split("-");
return a.length > 2;
}
this.hasChilds = function() {
return Boolean(document.getElementById(this.id + "-section"));
}
this.getParentSections = function() {
var s = this.id.substr(this.menu.id.length);
s = s.substr(0, s.length - "-section".length);
var a = s.split("-");
a.shift();
a.pop();
var s = this.menu.id;
var parents = [];
for (var i = 0; i < a.length; i++) {
s += ("-" + a[i]);
parents.push(s + "-section");
}
return parents;
}
this.level = this.getLevel();
}
function clearTimers() {
for (var i = self.timers.length - 1; i >= 0; i--) {
clearTimeout(self.timers[i]);
self.timers.pop();
}
}
var self = this;
this.id = id;
this.tree = [];
this.sections = [];
this.sectionsShowCnt = [];
this.sectionsHideCnt = [];
this.itemShowCnt = 0;
this.timers = []; // timeout ids
this.visible = [];
}
if (typeof Array.prototype.indexOf == "undefined") {
Array.prototype.indexOf = function(item) {
for (var i = 0; i < this.length; i++) {
if (this[i] === item) {
return i;
}
}
return -1;
}
}
if (typeof Array.prototype.contains == "undefined") {
Array.prototype.contains = function(s) {
for (var i = 0; i < this.length; i++) {
if (this[i] === s) {
return true;
}
}
return false;
}
}
if (typeof String.prototype.substrCount == "undefined") {
String.prototype.substrCount = function(s) {
return this.split(s).length - 1;
}
}
if (typeof Array.prototype.getLast == "undefined") {
Array.prototype.getLast = function() {
return this[this.length-1];
}
}
(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.makeArray(E))},selector:"",jquery:"1.3.1",size:function(){return this.length},get:function(E){return E===g?o.makeArray(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,find:function(E){if(this.length===1&&!/,/.test(E)){var G=this.pushStack([],"find",E);G.length=0;o.find(E,this[0],G);return G}else{var F=o.map(this,function(H){return o.find(E,H)});return this.pushStack(/[^+>] [^+>]/.test(E)?o.unique(F):F,"find",E)}},clone:function(F){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.cloneNode(true),H=document.createElement("div");H.appendChild(I);return o.clean([H.innerHTML])[0]}else{return this.cloneNode(true)}});var G=E.find("*").andSelf().each(function(){if(this[h]!==g){this[h]=null}});if(F===true){this.find("*").andSelf().each(function(I){if(this.nodeType==3){return}var H=o.data(this,"events");for(var K in H){for(var J in H[K]){o.event.add(G[I],K,H[K][J],H[K][J].data)}}})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var F=o.expr.match.POS.test(E)?o(E):null;return this.map(function(){var G=this;while(G&&G.ownerDocument){if(F?F.index(G)>-1:o(G).is(E)){return G}G=G.parentNode}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML:null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(K,N,M){if(this[0]){var J=(this[0].ownerDocument||this[0]).createDocumentFragment(),G=o.clean(K,(this[0].ownerDocument||this[0]),J),I=J.firstChild,E=this.length>1?J.cloneNode(true):J;if(I){for(var H=0,F=this.length;H<F;H++){M.call(L(this[H],I),H>0?E.cloneNode(true):J)}}if(G){o.each(G,z)}}return this;function L(O,P){return N&&o.nodeName(O,"table")&&o.nodeName(P,"tr")?(O.getElementsByTagName("tbody")[0]||O.appendChild(O.ownerDocument.createElement("tbody"))):O}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){G=o.trim(G);if(G){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(G,E,I){if(E=="width"||E=="height"){var K,F={position:"absolute",visibility:"hidden",display:"block"},J=E=="width"?["Left","Right"]:["Top","Bottom"];function H(){K=E=="width"?G.offsetWidth:G.offsetHeight;var M=0,L=0;o.each(J,function(){M+=parseFloat(o.curCSS(G,"padding"+this,true))||0;L+=parseFloat(o.curCSS(G,"border"+this+"Width",true))||0});K-=Math.round(M+L)}if(o(G).is(":visible")){H()}else{o.swap(G,F,H)}return Math.max(0,K)}return o.curCSS(G,E,I)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,R){if(typeof R==="number"){R+=""}if(!R){return}if(typeof R==="string"){R=R.replace(/(<(\w+)[^>]*?)\/>/g,function(T,U,S){return S.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?T:U+"></"+S+">"});var O=o.trim(R).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+R+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var N=!O.indexOf("<table")&&O.indexOf("<tbody")<0?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&O.indexOf("<tbody")<0?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(R)){L.insertBefore(K.createTextNode(R.match(/^\s*/)[0]),L.firstChild)}R=o.makeArray(L.childNodes)}if(R.nodeType){G.push(R)}else{G=o.merge(G,R)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(){var G=arguments;return this.each(function(){for(var H=0,I=G.length;H<I;H++){o(G[H])[F](this)}})}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(">*",this).remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});
(function(){var Q=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]+['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[]+)+|[>+~])(\s*,\s*)?/g,K=0,G=Object.prototype.toString;var F=function(X,T,aa,ab){aa=aa||[];T=T||document;if(T.nodeType!==1&&T.nodeType!==9){return[]}if(!X||typeof X!=="string"){return aa}var Y=[],V,ae,ah,S,ac,U,W=true;Q.lastIndex=0;while((V=Q.exec(X))!==null){Y.push(V[1]);if(V[2]){U=RegExp.rightContext;break}}if(Y.length>1&&L.exec(X)){if(Y.length===2&&H.relative[Y[0]]){ae=I(Y[0]+Y[1],T)}else{ae=H.relative[Y[0]]?[T]:F(Y.shift(),T);while(Y.length){X=Y.shift();if(H.relative[X]){X+=Y.shift()}ae=I(X,ae)}}}else{var ad=ab?{expr:Y.pop(),set:E(ab)}:F.find(Y.pop(),Y.length===1&&T.parentNode?T.parentNode:T,P(T));ae=F.filter(ad.expr,ad.set);if(Y.length>0){ah=E(ae)}else{W=false}while(Y.length){var ag=Y.pop(),af=ag;if(!H.relative[ag]){ag=""}else{af=Y.pop()}if(af==null){af=T}H.relative[ag](ah,af,P(T))}}if(!ah){ah=ae}if(!ah){throw"Syntax error, unrecognized expression: "+(ag||X)}if(G.call(ah)==="[object Array]"){if(!W){aa.push.apply(aa,ah)}else{if(T.nodeType===1){for(var Z=0;ah[Z]!=null;Z++){if(ah[Z]&&(ah[Z]===true||ah[Z].nodeType===1&&J(T,ah[Z]))){aa.push(ae[Z])}}}else{for(var Z=0;ah[Z]!=null;Z++){if(ah[Z]&&ah[Z].nodeType===1){aa.push(ae[Z])}}}}}else{E(ah,aa)}if(U){F(U,T,aa,ab)}return aa};F.matches=function(S,T){return F(S,null,null,T)};F.find=function(Z,S,aa){var Y,W;if(!Z){return[]}for(var V=0,U=H.order.length;V<U;V++){var X=H.order[V],W;if((W=H.match[X].exec(Z))){var T=RegExp.leftContext;if(T.substr(T.length-1)!=="\\"){W[1]=(W[1]||"").replace(/\\/g,"");Y=H.find[X](W,S,aa);if(Y!=null){Z=Z.replace(H.match[X],"");break}}}}if(!Y){Y=S.getElementsByTagName("*")}return{set:Y,expr:Z}};F.filter=function(ab,aa,ae,V){var U=ab,ag=[],Y=aa,X,S;while(ab&&aa.length){for(var Z in H.filter){if((X=H.match[Z].exec(ab))!=null){var T=H.filter[Z],af,ad;S=false;if(Y==ag){ag=[]}if(H.preFilter[Z]){X=H.preFilter[Z](X,Y,ae,ag,V);if(!X){S=af=true}else{if(X===true){continue}}}if(X){for(var W=0;(ad=Y[W])!=null;W++){if(ad){af=T(ad,X,W,Y);var ac=V^!!af;if(ae&&af!=null){if(ac){S=true}else{Y[W]=false}}else{if(ac){ag.push(ad);S=true}}}}}if(af!==g){if(!ae){Y=ag}ab=ab.replace(H.match[Z],"");if(!S){return[]}break}}}ab=ab.replace(/\s*,\s*/,"");if(ab==U){if(S==null){throw"Syntax error, unrecognized expression: "+ab}else{break}}U=ab}return Y};var H=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(S){return S.getAttribute("href")}},relative:{"+":function(W,T){for(var U=0,S=W.length;U<S;U++){var V=W[U];if(V){var X=V.previousSibling;while(X&&X.nodeType!==1){X=X.previousSibling}W[U]=typeof T==="string"?X||false:X===T}}if(typeof T==="string"){F.filter(T,W,true)}},">":function(X,T,Y){if(typeof T==="string"&&!/\W/.test(T)){T=Y?T:T.toUpperCase();for(var U=0,S=X.length;U<S;U++){var W=X[U];if(W){var V=W.parentNode;X[U]=V.nodeName===T?V:false}}}else{for(var U=0,S=X.length;U<S;U++){var W=X[U];if(W){X[U]=typeof T==="string"?W.parentNode:W.parentNode===T}}if(typeof T==="string"){F.filter(T,X,true)}}},"":function(V,T,X){var U="done"+(K++),S=R;if(!T.match(/\W/)){var W=T=X?T:T.toUpperCase();S=O}S("parentNode",T,U,V,W,X)},"~":function(V,T,X){var U="done"+(K++),S=R;if(typeof T==="string"&&!T.match(/\W/)){var W=T=X?T:T.toUpperCase();S=O}S("previousSibling",T,U,V,W,X)}},find:{ID:function(T,U,V){if(typeof U.getElementById!=="undefined"&&!V){var S=U.getElementById(T[1]);return S?[S]:[]}},NAME:function(S,T,U){if(typeof T.getElementsByName!=="undefined"&&!U){return T.getElementsByName(S[1])}},TAG:function(S,T){return T.getElementsByTagName(S[1])}},preFilter:{CLASS:function(V,T,U,S,Y){V=" "+V[1].replace(/\\/g,"")+" ";var X;for(var W=0;(X=T[W])!=null;W++){if(X){if(Y^(" "+X.className+" ").indexOf(V)>=0){if(!U){S.push(X)}}else{if(U){T[W]=false}}}}return false},ID:function(S){return S[1].replace(/\\/g,"")},TAG:function(T,S){for(var U=0;S[U]===false;U++){}return S[U]&&P(S[U])?T[1]:T[1].toUpperCase()},CHILD:function(S){if(S[1]=="nth"){var T=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(S[2]=="even"&&"2n"||S[2]=="odd"&&"2n+1"||!/\D/.test(S[2])&&"0n+"+S[2]||S[2]);S[2]=(T[1]+(T[2]||1))-0;S[3]=T[3]-0}S[0]="done"+(K++);return S},ATTR:function(T){var S=T[1].replace(/\\/g,"");if(H.attrMap[S]){T[1]=H.attrMap[S]}if(T[2]==="~="){T[4]=" "+T[4]+" "}return T},PSEUDO:function(W,T,U,S,X){if(W[1]==="not"){if(W[3].match(Q).length>1){W[3]=F(W[3],null,null,T)}else{var V=F.filter(W[3],T,U,true^X);if(!U){S.push.apply(S,V)}return false}}else{if(H.match.POS.test(W[0])){return true}}return W},POS:function(S){S.unshift(true);return S}},filters:{enabled:function(S){return S.disabled===false&&S.type!=="hidden"},disabled:function(S){return S.disabled===true},checked:function(S){return S.checked===true},selected:function(S){S.parentNode.selectedIndex;return S.selected===true},parent:function(S){return !!S.firstChild},empty:function(S){return !S.firstChild},has:function(U,T,S){return !!F(S[3],U).length},header:function(S){return/h\d/i.test(S.nodeName)},text:function(S){return"text"===S.type},radio:function(S){return"radio"===S.type},checkbox:function(S){return"checkbox"===S.type},file:function(S){return"file"===S.type},password:function(S){return"password"===S.type},submit:function(S){return"submit"===S.type},image:function(S){return"image"===S.type},reset:function(S){return"reset"===S.type},button:function(S){return"button"===S.type||S.nodeName.toUpperCase()==="BUTTON"},input:function(S){return/input|select|textarea|button/i.test(S.nodeName)}},setFilters:{first:function(T,S){return S===0},last:function(U,T,S,V){return T===V.length-1},even:function(T,S){return S%2===0},odd:function(T,S){return S%2===1},lt:function(U,T,S){return T<S[3]-0},gt:function(U,T,S){return T>S[3]-0},nth:function(U,T,S){return S[3]-0==T},eq:function(U,T,S){return S[3]-0==T}},filter:{CHILD:function(S,V){var Y=V[1],Z=S.parentNode;var X=V[0];if(Z&&(!Z[X]||!S.nodeIndex)){var W=1;for(var T=Z.firstChild;T;T=T.nextSibling){if(T.nodeType==1){T.nodeIndex=W++}}Z[X]=W-1}if(Y=="first"){return S.nodeIndex==1}else{if(Y=="last"){return S.nodeIndex==Z[X]}else{if(Y=="only"){return Z[X]==1}else{if(Y=="nth"){var ab=false,U=V[2],aa=V[3];if(U==1&&aa==0){return true}if(U==0){if(S.nodeIndex==aa){ab=true}}else{if((S.nodeIndex-aa)%U==0&&(S.nodeIndex-aa)/U>=0){ab=true}}return ab}}}}},PSEUDO:function(Y,U,V,Z){var T=U[1],W=H.filters[T];if(W){return W(Y,V,U,Z)}else{if(T==="contains"){return(Y.textContent||Y.innerText||"").indexOf(U[3])>=0}else{if(T==="not"){var X=U[3];for(var V=0,S=X.length;V<S;V++){if(X[V]===Y){return false}}return true}}}},ID:function(T,S){return T.nodeType===1&&T.getAttribute("id")===S},TAG:function(T,S){return(S==="*"&&T.nodeType===1)||T.nodeName===S},CLASS:function(T,S){return S.test(T.className)},ATTR:function(W,U){var S=H.attrHandle[U[1]]?H.attrHandle[U[1]](W):W[U[1]]||W.getAttribute(U[1]),X=S+"",V=U[2],T=U[4];return S==null?V==="!=":V==="="?X===T:V==="*="?X.indexOf(T)>=0:V==="~="?(" "+X+" ").indexOf(T)>=0:!U[4]?S:V==="!="?X!=T:V==="^="?X.indexOf(T)===0:V==="$="?X.substr(X.length-T.length)===T:V==="|="?X===T||X.substr(0,T.length+1)===T+"-":false},POS:function(W,T,U,X){var S=T[2],V=H.setFilters[S];if(V){return V(W,U,T,X)}}}};var L=H.match.POS;for(var N in H.match){H.match[N]=RegExp(H.match[N].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(T,S){T=Array.prototype.slice.call(T);if(S){S.push.apply(S,T);return S}return T};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(M){E=function(W,V){var T=V||[];if(G.call(W)==="[object Array]"){Array.prototype.push.apply(T,W)}else{if(typeof W.length==="number"){for(var U=0,S=W.length;U<S;U++){T.push(W[U])}}else{for(var U=0;W[U];U++){T.push(W[U])}}}return T}}(function(){var T=document.createElement("form"),U="script"+(new Date).getTime();T.innerHTML="<input name='"+U+"'/>";var S=document.documentElement;S.insertBefore(T,S.firstChild);if(!!document.getElementById(U)){H.find.ID=function(W,X,Y){if(typeof X.getElementById!=="undefined"&&!Y){var V=X.getElementById(W[1]);return V?V.id===W[1]||typeof V.getAttributeNode!=="undefined"&&V.getAttributeNode("id").nodeValue===W[1]?[V]:g:[]}};H.filter.ID=function(X,V){var W=typeof X.getAttributeNode!=="undefined"&&X.getAttributeNode("id");return X.nodeType===1&&W&&W.nodeValue===V}}S.removeChild(T)})();(function(){var S=document.createElement("div");S.appendChild(document.createComment(""));if(S.getElementsByTagName("*").length>0){H.find.TAG=function(T,X){var W=X.getElementsByTagName(T[1]);if(T[1]==="*"){var V=[];for(var U=0;W[U];U++){if(W[U].nodeType===1){V.push(W[U])}}W=V}return W}}S.innerHTML="<a href='#'></a>";if(S.firstChild&&S.firstChild.getAttribute("href")!=="#"){H.attrHandle.href=function(T){return T.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var S=F,T=document.createElement("div");T.innerHTML="<p class='TEST'></p>";if(T.querySelectorAll&&T.querySelectorAll(".TEST").length===0){return}F=function(X,W,U,V){W=W||document;if(!V&&W.nodeType===9&&!P(W)){try{return E(W.querySelectorAll(X),U)}catch(Y){}}return S(X,W,U,V)};F.find=S.find;F.filter=S.filter;F.selectors=S.selectors;F.matches=S.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){H.order.splice(1,0,"CLASS");H.find.CLASS=function(S,T){return T.getElementsByClassName(S[1])}}function O(T,Z,Y,ac,aa,ab){for(var W=0,U=ac.length;W<U;W++){var S=ac[W];if(S){S=S[T];var X=false;while(S&&S.nodeType){var V=S[Y];if(V){X=ac[V];break}if(S.nodeType===1&&!ab){S[Y]=W}if(S.nodeName===Z){X=S;break}S=S[T]}ac[W]=X}}}function R(T,Y,X,ab,Z,aa){for(var V=0,U=ab.length;V<U;V++){var S=ab[V];if(S){S=S[T];var W=false;while(S&&S.nodeType){if(S[X]){W=ab[S[X]];break}if(S.nodeType===1){if(!aa){S[X]=V}if(typeof Y!=="string"){if(S===Y){W=true;break}}else{if(F.filter(Y,[S]).length>0){W=S;break}}}S=S[T]}ab[V]=W}}}var J=document.compareDocumentPosition?function(T,S){return T.compareDocumentPosition(S)&16}:function(T,S){return T!==S&&(T.contains?T.contains(S):true)};var P=function(S){return S.nodeType===9&&S.documentElement.nodeName!=="HTML"||!!S.ownerDocument&&P(S.ownerDocument)};var I=function(S,Z){var V=[],W="",X,U=Z.nodeType?[Z]:Z;while((X=H.match.PSEUDO.exec(S))){W+=X[0];S=S.replace(H.match.PSEUDO,"")}S=H.relative[S]?S+"*":S;for(var Y=0,T=U.length;Y<T;Y++){F(S,U[Y],V)}return F.filter(W,V)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(S){return"hidden"===S.type||o.css(S,"display")==="none"||o.css(S,"visibility")==="hidden"};F.selectors.filters.visible=function(S){return"hidden"!==S.type&&o.css(S,"display")!=="none"&&o.css(S,"visibility")!=="hidden"};F.selectors.filters.animated=function(S){return o.grep(o.timers,function(T){return S===T.elem}).length};o.multiFilter=function(U,S,T){if(T){U=":not("+U+")"}return F.matches(U,S)};o.dir=function(U,T){var S=[],V=U[T];while(V&&V!=document){if(V.nodeType==1){S.push(V)}V=V[T]}return S};o.nth=function(W,S,U,V){S=S||1;var T=0;for(;W;W=W[U]){if(W.nodeType==1&&++T==S){break}}return W};o.sibling=function(U,T){var S=[];for(;U;U=U.nextSibling){if(U.nodeType==1&&U!=T){S.push(U)}}return S};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){G=false}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&typeof l.frameElement==="undefined"){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width="1px";L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L)})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}this[H].style.display=o.data(this[H],"olddisplay",K)}}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)==1){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n)}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<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>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(H,F){var E=H?"Left":"Top",G=H?"Right":"Bottom";o.fn["inner"+F]=function(){return this[F.toLowerCase()]()+j(this,"padding"+E)+j(this,"padding"+G)};o.fn["outer"+F]=function(J){return this["inner"+F]()+j(this,"border"+E+"Width")+j(this,"border"+G+"Width")+(J?j(this,"margin"+E)+j(this,"margin"+G):0)};var I=F.toLowerCase();o.fn[I]=function(J){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+F]||document.body["client"+F]:this[0]==document?Math.max(document.documentElement["client"+F],document.body["scroll"+F],document.documentElement["scroll"+F],document.body["offset"+F],document.documentElement["offset"+F]):J===g?(this.length?o.css(this[0],I):null):this.css(I,typeof J==="string"?J:J+"px")}})})();
(function($) {
$.fn.lightBox = function(settings) {
settings = jQuery.extend({
overlayBgColor: 		'#000',		// (string) Background color to overlay; inform a hexadecimal value like: #RRGGBB. Where RR, GG, and BB are the hexadecimal values for the red, green, and blue values of the color.
overlayOpacity:			0.8,		// (integer) Opacity value to overlay; inform: 0.X. Where X are number from 0 to 9
imageLoading:			'/extension/ezwebin/design/ezwebin/images/lightbox/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
imageBtnPrev:			'/extension/ezwebin/design/ezwebin/images/lightbox/prevlabel.gif',			// (string) Path and the name of the prev button image
imageBtnNext:			'/extension/ezwebin/design/ezwebin/images/lightbox/nextlabel.gif',			// (string) Path and the name of the next button image
imageBtnClose:			'/extension/ezwebin/design/ezwebin/images/lightbox/closelabel.gif',		// (string) Path and the name of the close btn
imageBlank:				'/extension/ezwebin/design/ezwebin/images/lightbox/blank.gif',			// (string) Path and the name of a blank image (one pixel)
containerBorderSize:	10,			// (integer) If you adjust the padding in the CSS for the container, #lightbox-container-image-box, you will need to update this value
containerResizeSpeed:	400,		// (integer) Specify the resize duration of container image. These number are miliseconds. 400 is default.
txtImage:				'Image',	// (string) Specify text "Image"
txtOf:					'of',		// (string) Specify text "of"
keyToClose:				'c',		// (string) (c = close) Letter to close the jQuery lightBox interface. Beyond this letter, the letter X and the SCAPE key is used to.
keyToPrev:				'p',		// (string) (p = previous) Letter to show the previous image
keyToNext:				'n',		// (string) (n = next) Letter to show the next image.
imageArray:				[],
activeImage:			0
},settings);
var jQueryMatchedObj = this; // This, in this context, refer to jQuery object
function _initialize() {
_start(this,jQueryMatchedObj); // This, in this context, refer to object (link) which the user have clicked
return false; // Avoid the browser following the link
}
function _start(objClicked,jQueryMatchedObj) {
$('embed, object, select').css({ 'visibility' : 'hidden' });
_set_interface();
settings.imageArray.length = 0;
settings.activeImage = 0;
if ( jQueryMatchedObj.length == 1 ) {
settings.imageArray.push(new Array(objClicked.getAttribute('href'),objClicked.getAttribute('title')));
} else {
for ( var i = 0; i < jQueryMatchedObj.length; i++ ) {
settings.imageArray.push(new Array(jQueryMatchedObj[i].getAttribute('href'),jQueryMatchedObj[i].getAttribute('title')));
}
}
while ( settings.imageArray[settings.activeImage][0] != objClicked.getAttribute('href') ) {
settings.activeImage++;
}
_set_image_to_view();
}
function _set_interface() {
$('body').append('<div id="jquery-overlay"></div><div id="jquery-lightbox"><div id="lightbox-container-image-box"><div id="lightbox-container-image"><img id="lightbox-image"><div style="" id="lightbox-nav"><a href="#" id="lightbox-nav-btnPrev"></a><a href="#" id="lightbox-nav-btnNext"></a></div><div id="lightbox-loading"><a href="#" id="lightbox-loading-link"><img src="' + settings.imageLoading + '"></a></div></div></div><div id="lightbox-container-image-data-box"><div id="lightbox-container-image-data"><div id="lightbox-image-details"><span id="lightbox-image-details-caption"></span><span id="lightbox-image-details-currentNumber"></span></div><div id="lightbox-secNav"><a href="#" id="lightbox-secNav-btnClose"><img src="' + settings.imageBtnClose + '"></a></div></div></div></div>');
var arrPageSizes = ___getPageSize();
$('#jquery-overlay').css({
backgroundColor:	settings.overlayBgColor,
opacity:			settings.overlayOpacity,
width:				arrPageSizes[0],
height:				arrPageSizes[1]
}).fadeIn();
var arrPageScroll = ___getPageScroll();
$('#jquery-lightbox').css({
top:	arrPageScroll[1] + (arrPageSizes[3] / 10),
left:	arrPageScroll[0]
}).show();
$('#jquery-overlay,#jquery-lightbox').click(function() {
_finish();
});
$('#lightbox-loading-link,#lightbox-secNav-btnClose').click(function() {
_finish();
return false;
});
$(window).resize(function() {
var arrPageSizes = ___getPageSize();
$('#jquery-overlay').css({
width:		arrPageSizes[0],
height:		arrPageSizes[1]
});
var arrPageScroll = ___getPageScroll();
$('#jquery-lightbox').css({
top:	arrPageScroll[1] + (arrPageSizes[3] / 10),
left:	arrPageScroll[0]
});
});
}
function _set_image_to_view() { // show the loading
$('#lightbox-loading').show();
$('#lightbox-image,#lightbox-nav,#lightbox-nav-btnPrev,#lightbox-nav-btnNext,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber').hide();
var objImagePreloader = new Image();
objImagePreloader.onload = function() {
$('#lightbox-image').attr('src',settings.imageArray[settings.activeImage][0]);
_resize_container_image_box(objImagePreloader.width,objImagePreloader.height);
objImagePreloader.onload=function(){};
}
objImagePreloader.src = settings.imageArray[settings.activeImage][0];
};
function _resize_container_image_box(intImageWidth,intImageHeight) {
var intCurrentWidth = $('#lightbox-container-image-box').width();
var intCurrentHeight = $('#lightbox-container-image-box').height();
var intWidth = (intImageWidth + (settings.containerBorderSize * 2)); // Plus the image�s width and the left and right padding value
var intHeight = (intImageHeight + (settings.containerBorderSize * 2)); // Plus the image�s height and the left and right padding value
var intDiffW = intCurrentWidth - intWidth;
var intDiffH = intCurrentHeight - intHeight;
$('#lightbox-container-image-box').animate({ width: intWidth, height: intHeight },settings.containerResizeSpeed,function() { _show_image(); });
if ( ( intDiffW == 0 ) && ( intDiffH == 0 ) ) {
if ( $.browser.msie ) {
___pause(250);
} else {
___pause(100);
}
}
$('#lightbox-nav-btnPrev,#lightbox-nav-btnNext').css({ height: intImageHeight + (settings.containerBorderSize * 2) });
$('#lightbox-container-image-data-box').css({ width: intImageWidth });
};
function _show_image() {
$('#lightbox-loading').hide();
$('#lightbox-image').fadeIn(function() {
_show_image_data();
_set_navigation();
});
_preload_neighbor_images();
};
function _show_image_data() {
$('#lightbox-container-image-data-box').slideDown('fast');
$('#lightbox-image-details-caption').hide();
if ( settings.imageArray[settings.activeImage][1] ) {
$('#lightbox-image-details-caption').html(settings.imageArray[settings.activeImage][1]).show();
}
if ( settings.imageArray.length > 1 ) {
$('#lightbox-image-details-currentNumber').html(settings.txtImage + ' ' + ( settings.activeImage + 1 ) + ' ' + settings.txtOf + ' ' + settings.imageArray.length).show();
}
}
function _set_navigation() {
$('#lightbox-nav').show();
$('#lightbox-nav-btnPrev,#lightbox-nav-btnNext').css({ 'background' : 'transparent url(' + settings.imageBlank + ') no-repeat' });
if ( settings.activeImage != 0 ) {
$('#lightbox-nav-btnPrev').unbind().hover(function() {
$(this).css({ 'background' : 'url(' + settings.imageBtnPrev + ') 10px 10px no-repeat' });
},function() {
$(this).css({ 'background' : 'transparent url(' + settings.imageBlank + ') no-repeat' });
}).show().bind('click',function() {
settings.activeImage = settings.activeImage - 1;
_set_image_to_view();
return false;
});
}
if ( settings.activeImage != ( settings.imageArray.length -1 ) ) {
$('#lightbox-nav-btnNext').unbind().hover(function() {
$(this).css({ 'background' : 'url(' + settings.imageBtnNext + ') right 10px no-repeat' });
},function() {
$(this).css({ 'background' : 'transparent url(' + settings.imageBlank + ') no-repeat' });
}).show().bind('click',function() {
settings.activeImage = settings.activeImage + 1;
_set_image_to_view();
return false;
});
}
_enable_keyboard_navigation();
}
function _enable_keyboard_navigation() {
$(document).keydown(function(objEvent) {
_keyboard_action(objEvent);
});
}
function _disable_keyboard_navigation() {
$(document).unbind();
}
function _keyboard_action(objEvent) {
if ( objEvent == null ) {
keycode = event.keyCode;
escapeKey = 27;
} else {
keycode = objEvent.keyCode;
escapeKey = objEvent.DOM_VK_ESCAPE;
}
key = String.fromCharCode(keycode).toLowerCase();
if ( ( key == settings.keyToClose ) || ( key == 'x' ) || ( keycode == escapeKey ) ) {
_finish();
}
if ( ( key == settings.keyToPrev ) || ( keycode == 37 ) ) {
if ( settings.activeImage != 0 ) {
settings.activeImage = settings.activeImage - 1;
_set_image_to_view();
_disable_keyboard_navigation();
}
}
if ( ( key == settings.keyToNext ) || ( keycode == 39 ) ) {
if ( settings.activeImage != ( settings.imageArray.length - 1 ) ) {
settings.activeImage = settings.activeImage + 1;
_set_image_to_view();
_disable_keyboard_navigation();
}
}
}
function _preload_neighbor_images() {
if ( (settings.imageArray.length -1) > settings.activeImage ) {
objNext = new Image();
objNext.src = settings.imageArray[settings.activeImage + 1][0];
}
if ( settings.activeImage > 0 ) {
objPrev = new Image();
objPrev.src = settings.imageArray[settings.activeImage -1][0];
}
}
function _finish() {
$('#jquery-lightbox').remove();
$('#jquery-overlay').fadeOut(function() { $('#jquery-overlay').remove(); });
$('embed, object, select').css({ 'visibility' : 'visible' });
}
function ___getPageSize() {
var xScroll, yScroll;
if (window.innerHeight && window.scrollMaxY) {
xScroll = window.innerWidth + window.scrollMaxX;
yScroll = window.innerHeight + window.scrollMaxY;
} else if (document.body.scrollHeight > document.body.offsetHeight){ // all but Explorer Mac
xScroll = document.body.scrollWidth;
yScroll = document.body.scrollHeight;
} else { // Explorer Mac...would also work in Explorer 6 Strict, Mozilla and Safari
xScroll = document.body.offsetWidth;
yScroll = document.body.offsetHeight;
}
var windowWidth, windowHeight;
if (self.innerHeight) {	// all except Explorer
if(document.documentElement.clientWidth){
windowWidth = document.documentElement.clientWidth;
} else {
windowWidth = self.innerWidth;
}
windowHeight = self.innerHeight;
} else if (document.documentElement && document.documentElement.clientHeight) { // Explorer 6 Strict Mode
windowWidth = document.documentElement.clientWidth;
windowHeight = document.documentElement.clientHeight;
} else if (document.body) { // other Explorers
windowWidth = document.body.clientWidth;
windowHeight = document.body.clientHeight;
}
if(yScroll < windowHeight){
pageHeight = windowHeight;
} else {
pageHeight = yScroll;
}
if(xScroll < windowWidth){
pageWidth = xScroll;
} else {
pageWidth = windowWidth;
}
arrayPageSize = new Array(pageWidth,pageHeight,windowWidth,windowHeight)
return arrayPageSize;
};
function ___getPageScroll() {
var xScroll, yScroll;
if (self.pageYOffset) {
yScroll = self.pageYOffset;
xScroll = self.pageXOffset;
} else if (document.documentElement && document.documentElement.scrollTop) {	 // Explorer 6 Strict
yScroll = document.documentElement.scrollTop;
xScroll = document.documentElement.scrollLeft;
} else if (document.body) {// all other Explorers
yScroll = document.body.scrollTop;
xScroll = document.body.scrollLeft;
}
arrayPageScroll = new Array(xScroll,yScroll)
return arrayPageScroll;
};
function ___pause(ms) {
var date = new Date();
curDate = null;
do { var curDate = new Date(); }
while ( curDate - date < ms);
};
return this.unbind('click').click(_initialize);
};
})(jQuery); // Call and execute the function immediately passing the jQuery object
(function($) {
$.ifixpng = function(customPixel) {
$.ifixpng.pixel = customPixel;
};
$.ifixpng.getPixel = function() {
return $.ifixpng.pixel || '/extension/ezwebin/design/ezwebin/images/pixel.gif';
};
var hack = {
ltie7  : $.browser.msie && $.browser.version < 7,
filter : function(src) {
return "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='"+src+"')";
}
};
$.fn.ifixpng = hack.ltie7 ? function() {
return this.each(function() {
var $$ = $(this);
var base = $('base').attr('href'); // need to use this in case you are using rewriting urls
if ($$.is('img') || $$.is('input')) { // hack image tags present in dom
if ($$.attr('src')) {
if ($$.attr('src').match(/.*\.png([?].*)?$/i)) { // make sure it is png image
var source = (base && $$.attr('src').substring(0,1)!='/') ? base + $$.attr('src') : $$.attr('src');
$$.css({filter:hack.filter(source), width:$$.width(), height:$$.height()})
.attr({src:$.ifixpng.getPixel()})
.positionFix();
}
}
} else { // hack png css properties present inside css
var image = $$.css('backgroundImage');
if (image.match(/^url\(["']?(.*\.png([?].*)?)["']?\)$/i)) {
image = RegExp.$1;
$$.css({backgroundImage:'none', filter:hack.filter(image)})
.children().children().positionFix();
}
}
});
} : function() { return this; };
$.fn.iunfixpng = hack.ltie7 ? function() {
return this.each(function() {
var $$ = $(this);
var src = $$.css('filter');
if (src.match(/src=["']?(.*\.png([?].*)?)["']?/i)) { // get img source from filter
src = RegExp.$1;
if ($$.is('img') || $$.is('input')) {
$$.attr({src:src}).css({filter:''});
} else {
$$.css({filter:'', background:'url('+src+')'});
}
}
});
} : function() { return this; };
$.fn.positionFix = function() {
return this.each(function() {
var $$ = $(this);
var position = $$.css('position');
if (position != 'absolute' && position != 'relative') {
$$.css({position:'relative'});
}
});
};
})(jQuery);
(function($) {
$.fn.jcarousel = function(o) {
return this.each(function() {
new $jc(this, o);
});
};
var defaults = {
vertical: false,
start: 1,
offset: 1,
size: null,
scroll: 3,
visible: null,
animation: 'normal',
easing: 'swing',
auto: 0,
wrap: null,
initCallback: null,
reloadCallback: null,
itemLoadCallback: null,
itemFirstInCallback: null,
itemFirstOutCallback: null,
itemLastInCallback: null,
itemLastOutCallback: null,
itemVisibleInCallback: null,
itemVisibleOutCallback: null,
buttonNextHTML: '<div></div>',
buttonPrevHTML: '<div></div>',
buttonNextEvent: 'click',
buttonPrevEvent: 'click',
buttonNextCallback: null,
buttonPrevCallback: null
};
$.jcarousel = function(e, o) {
this.options    = $.extend({}, defaults, o || {});
this.locked     = false;
this.container  = null;
this.clip       = null;
this.list       = null;
this.buttonNext = null;
this.buttonPrev = null;
this.wh = !this.options.vertical ? 'width' : 'height';
this.lt = !this.options.vertical ? 'left' : 'top';
var skin = '', split = e.className.split(' ');
for (var i = 0; i < split.length; i++) {
if (split[i].indexOf('jcarousel-skin') != -1) {
$(e).removeClass(split[i]);
var skin = split[i];
break;
}
}
if (e.nodeName == 'UL' || e.nodeName == 'OL') {
this.list = $(e);
this.container = this.list.parent();
if (this.container.hasClass('jcarousel-clip')) {
if (!this.container.parent().hasClass('jcarousel-container'))
this.container = this.container.wrap('<div></div>');
this.container = this.container.parent();
} else if (!this.container.hasClass('jcarousel-container'))
this.container = this.list.wrap('<div></div>').parent();
} else {
this.container = $(e);
this.list = $(e).find('>ul,>ol,div>ul,div>ol');
}
if (skin != '' && this.container.parent()[0].className.indexOf('jcarousel-skin') == -1)
this.container.wrap('<div class=" '+ skin + '"></div>');
this.clip = this.list.parent();
if (!this.clip.length || !this.clip.hasClass('jcarousel-clip'))
this.clip = this.list.wrap('<div></div>').parent();
this.buttonPrev = $('.jcarousel-prev', this.container);
if (this.buttonPrev.size() == 0 && this.options.buttonPrevHTML != null)
this.buttonPrev = this.clip.before(this.options.buttonPrevHTML).prev();
this.buttonPrev.addClass(this.className('jcarousel-prev'));
this.buttonNext = $('.jcarousel-next', this.container);
if (this.buttonNext.size() == 0 && this.options.buttonNextHTML != null)
this.buttonNext = this.clip.before(this.options.buttonNextHTML).prev();
this.buttonNext.addClass(this.className('jcarousel-next'));
this.clip.addClass(this.className('jcarousel-clip'));
this.list.addClass(this.className('jcarousel-list'));
this.container.addClass(this.className('jcarousel-container'));
var di = this.options.visible != null ? Math.ceil(this.clipping() / this.options.visible) : null;
var li = this.list.children('li');
var self = this;
if (li.size() > 0) {
var wh = 0, i = this.options.offset;
li.each(function() {
self.format(this, i++);
wh += self.dimension(this, di);
});
this.list.css(this.wh, wh + 'px');
if (!o || o.size === undefined)
this.options.size = li.size();
}
this.container.css('display', 'block');
this.buttonNext.css('display', 'block');
this.buttonPrev.css('display', 'block');
this.funcNext   = function() { self.next(); };
this.funcPrev   = function() { self.prev(); };
$(window).bind('resize', function() { self.reload(); });
if (this.options.initCallback != null)
this.options.initCallback(this, 'init');
if ($.browser.safari) {
this.buttons(false, false);
$(window).bind('load', function() { self.setup(); });
} else
this.setup();
};
var $jc = $.jcarousel;
$jc.fn = $jc.prototype = {
jcarousel: '0.2.3'
};
$jc.fn.extend = $jc.extend = $.extend;
$jc.fn.extend({
setup: function() {
this.first     = null;
this.last      = null;
this.prevFirst = null;
this.prevLast  = null;
this.animating = false;
this.timer     = null;
this.tail      = null;
this.inTail    = false;
if (this.locked)
return;
this.list.css(this.lt, this.pos(this.options.offset) + 'px');
var p = this.pos(this.options.start);
this.prevFirst = this.prevLast = null;
this.animate(p, false);
},
reset: function() {
this.list.empty();
this.list.css(this.lt, '0px');
this.list.css(this.wh, '10px');
if (this.options.initCallback != null)
this.options.initCallback(this, 'reset');
this.setup();
},
reload: function() {
if (this.tail != null && this.inTail)
this.list.css(this.lt, $jc.intval(this.list.css(this.lt)) + this.tail);
this.tail   = null;
this.inTail = false;
if (this.options.reloadCallback != null)
this.options.reloadCallback(this);
if (this.options.visible != null) {
var self = this;
var di = Math.ceil(this.clipping() / this.options.visible), wh = 0, lt = 0;
$('li', this.list).each(function(i) {
wh += self.dimension(this, di);
if (i + 1 < self.first)
lt = wh;
});
this.list.css(this.wh, wh + 'px');
this.list.css(this.lt, -lt + 'px');
}
this.scroll(this.first, false);
},
lock: function() {
this.locked = true;
this.buttons();
},
unlock: function() {
this.locked = false;
this.buttons();
},
size: function(s) {
if (s != undefined) {
this.options.size = s;
if (!this.locked)
this.buttons();
}
return this.options.size;
},
has: function(i, i2) {
if (i2 == undefined || !i2)
i2 = i;
if (this.options.size !== null && i2 > this.options.size)
i2 = this.options.size;
for (var j = i; j <= i2; j++) {
var e = this.get(j);
if (!e.length || e.hasClass('jcarousel-item-placeholder'))
return false;
}
return true;
},
get: function(i) {
return $('.jcarousel-item-' + i, this.list);
},
add: function(i, s) {
var e = this.get(i), old = 0, add = 0;
if (e.length == 0) {
var c, e = this.create(i), j = $jc.intval(i);
while (c = this.get(--j)) {
if (j <= 0 || c.length) {
j <= 0 ? this.list.prepend(e) : c.after(e);
break;
}
}
} else
old = this.dimension(e);
e.removeClass(this.className('jcarousel-item-placeholder'));
typeof s == 'string' ? e.html(s) : e.empty().append(s);
var di = this.options.visible != null ? Math.ceil(this.clipping() / this.options.visible) : null;
var wh = this.dimension(e, di) - old;
if (i > 0 && i < this.first)
this.list.css(this.lt, $jc.intval(this.list.css(this.lt)) - wh + 'px');
this.list.css(this.wh, $jc.intval(this.list.css(this.wh)) + wh + 'px');
return e;
},
remove: function(i) {
var e = this.get(i);
if (!e.length || (i >= this.first && i <= this.last))
return;
var d = this.dimension(e);
if (i < this.first)
this.list.css(this.lt, $jc.intval(this.list.css(this.lt)) + d + 'px');
e.remove();
this.list.css(this.wh, $jc.intval(this.list.css(this.wh)) - d + 'px');
},
next: function() {
this.stopAuto();
if (this.tail != null && !this.inTail)
this.scrollTail(false);
else
this.scroll(((this.options.wrap == 'both' || this.options.wrap == 'last') && this.options.size != null && this.last == this.options.size) ? 1 : this.first + this.options.scroll);
},
prev: function() {
this.stopAuto();
if (this.tail != null && this.inTail)
this.scrollTail(true);
else
this.scroll(((this.options.wrap == 'both' || this.options.wrap == 'first') && this.options.size != null && this.first == 1) ? this.options.size : this.first - this.options.scroll);
},
scrollTail: function(b) {
if (this.locked || this.animating || !this.tail)
return;
var pos  = $jc.intval(this.list.css(this.lt));
!b ? pos -= this.tail : pos += this.tail;
this.inTail = !b;
this.prevFirst = this.first;
this.prevLast  = this.last;
this.animate(pos);
},
scroll: function(i, a) {
if (this.locked || this.animating)
return;
this.animate(this.pos(i), a);
},
pos: function(i) {
if (this.locked || this.animating)
return;
if (this.options.wrap != 'circular')
i = i < 1 ? 1 : (this.options.size && i > this.options.size ? this.options.size : i);
var back = this.first > i;
var pos  = $jc.intval(this.list.css(this.lt));
var f = this.options.wrap != 'circular' && this.first <= 1 ? 1 : this.first;
var c = back ? this.get(f) : this.get(this.last);
var j = back ? f : f - 1;
var e = null, l = 0, p = false, d = 0;
while (back ? --j >= i : ++j < i) {
e = this.get(j);
p = !e.length;
if (e.length == 0) {
e = this.create(j).addClass(this.className('jcarousel-item-placeholder'));
c[back ? 'before' : 'after' ](e);
}
c = e;
d = this.dimension(e);
if (p)
l += d;
if (this.first != null && (this.options.wrap == 'circular' || (j >= 1 && (this.options.size == null || j <= this.options.size))))
pos = back ? pos + d : pos - d;
}
var clipping = this.clipping();
var cache = [];
var visible = 0, j = i, v = 0;
var c = this.get(i - 1);
while (++visible) {
e = this.get(j);
p = !e.length;
if (e.length == 0) {
e = this.create(j).addClass(this.className('jcarousel-item-placeholder'));
c.length == 0 ? this.list.prepend(e) : c[back ? 'before' : 'after' ](e);
}
c = e;
var d = this.dimension(e);
if (d == 0) {
alert('jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...');
return 0;
}
if (this.options.wrap != 'circular' && this.options.size !== null && j > this.options.size)
cache.push(e);
else if (p)
l += d;
v += d;
if (v >= clipping)
break;
j++;
}
for (var x = 0; x < cache.length; x++)
cache[x].remove();
if (l > 0) {
this.list.css(this.wh, this.dimension(this.list) + l + 'px');
if (back) {
pos -= l;
this.list.css(this.lt, $jc.intval(this.list.css(this.lt)) - l + 'px');
}
}
var last = i + visible - 1;
if (this.options.wrap != 'circular' && this.options.size && last > this.options.size)
last = this.options.size;
if (j > last) {
visible = 0, j = last, v = 0;
while (++visible) {
var e = this.get(j--);
if (!e.length)
break;
v += this.dimension(e);
if (v >= clipping)
break;
}
}
var first = last - visible + 1;
if (this.options.wrap != 'circular' && first < 1)
first = 1;
if (this.inTail && back) {
pos += this.tail;
this.inTail = false;
}
this.tail = null;
if (this.options.wrap != 'circular' && last == this.options.size && (last - visible + 1) >= 1) {
var m = $jc.margin(this.get(last), !this.options.vertical ? 'marginRight' : 'marginBottom');
if ((v - m) > clipping)
this.tail = v - clipping - m;
}
while (i-- > first)
pos += this.dimension(this.get(i));
this.prevFirst = this.first;
this.prevLast  = this.last;
this.first     = first;
this.last      = last;
return pos;
},
animate: function(p, a) {
if (this.locked || this.animating)
return;
this.animating = true;
var self = this;
var scrolled = function() {
self.animating = false;
if (p == 0)
self.list.css(self.lt,  0);
if (self.options.wrap == 'both' || self.options.wrap == 'last' || self.options.size == null || self.last < self.options.size)
self.startAuto();
self.buttons();
self.notify('onAfterAnimation');
};
this.notify('onBeforeAnimation');
if (!this.options.animation || a == false) {
this.list.css(this.lt, p + 'px');
scrolled();
} else {
var o = !this.options.vertical ? {'left': p} : {'top': p};
this.list.animate(o, this.options.animation, this.options.easing, scrolled);
}
},
startAuto: function(s) {
if (s != undefined)
this.options.auto = s;
if (this.options.auto == 0)
return this.stopAuto();
if (this.timer != null)
return;
var self = this;
this.timer = setTimeout(function() { self.next(); }, this.options.auto * 1000);
},
stopAuto: function() {
if (this.timer == null)
return;
clearTimeout(this.timer);
this.timer = null;
},
buttons: function(n, p) {
if (n == undefined || n == null) {
var n = !this.locked && this.options.size !== 0 && ((this.options.wrap && this.options.wrap != 'first') || this.options.size == null || this.last < this.options.size);
if (!this.locked && (!this.options.wrap || this.options.wrap == 'first') && this.options.size != null && this.last >= this.options.size)
n = this.tail != null && !this.inTail;
}
if (p == undefined || p == null) {
var p = !this.locked && this.options.size !== 0 && ((this.options.wrap && this.options.wrap != 'last') || this.first > 1);
if (!this.locked && (!this.options.wrap || this.options.wrap == 'last') && this.options.size != null && this.first == 1)
p = this.tail != null && this.inTail;
}
var self = this;
this.buttonNext[n ? 'bind' : 'unbind'](this.options.buttonNextEvent, this.funcNext)[n ? 'removeClass' : 'addClass'](this.className('jcarousel-next-disabled')).attr('disabled', n ? false : true);
this.buttonPrev[p ? 'bind' : 'unbind'](this.options.buttonPrevEvent, this.funcPrev)[p ? 'removeClass' : 'addClass'](this.className('jcarousel-prev-disabled')).attr('disabled', p ? false : true);
if (this.buttonNext.length > 0 && (this.buttonNext[0].jcarouselstate == undefined || this.buttonNext[0].jcarouselstate != n) && this.options.buttonNextCallback != null) {
this.buttonNext.each(function() { self.options.buttonNextCallback(self, this, n); });
this.buttonNext[0].jcarouselstate = n;
}
if (this.buttonPrev.length > 0 && (this.buttonPrev[0].jcarouselstate == undefined || this.buttonPrev[0].jcarouselstate != p) && this.options.buttonPrevCallback != null) {
this.buttonPrev.each(function() { self.options.buttonPrevCallback(self, this, p); });
this.buttonPrev[0].jcarouselstate = p;
}
},
notify: function(evt) {
var state = this.prevFirst == null ? 'init' : (this.prevFirst < this.first ? 'next' : 'prev');
this.callback('itemLoadCallback', evt, state);
if (this.prevFirst != this.first) {
this.callback('itemFirstInCallback', evt, state, this.first);
this.callback('itemFirstOutCallback', evt, state, this.prevFirst);
}
if (this.prevLast != this.last) {
this.callback('itemLastInCallback', evt, state, this.last);
this.callback('itemLastOutCallback', evt, state, this.prevLast);
}
this.callback('itemVisibleInCallback', evt, state, this.first, this.last, this.prevFirst, this.prevLast);
this.callback('itemVisibleOutCallback', evt, state, this.prevFirst, this.prevLast, this.first, this.last);
},
callback: function(cb, evt, state, i1, i2, i3, i4) {
if (this.options[cb] == undefined || (typeof this.options[cb] != 'object' && evt != 'onAfterAnimation'))
return;
var callback = typeof this.options[cb] == 'object' ? this.options[cb][evt] : this.options[cb];
if (!$.isFunction(callback))
return;
var self = this;
if (i1 === undefined)
callback(self, state, evt);
else if (i2 === undefined)
this.get(i1).each(function() { callback(self, this, i1, state, evt); });
else {
for (var i = i1; i <= i2; i++)
if (!(i >= i3 && i <= i4))
this.get(i).each(function() { callback(self, this, i, state, evt); });
}
},
create: function(i) {
return this.format('<li></li>', i);
},
format: function(e, i) {
var $e = $(e).addClass(this.className('jcarousel-item')).addClass(this.className('jcarousel-item-' + i));
$e.attr('jcarouselindex', i);
return $e;
},
className: function(c) {
return c + ' ' + c + (!this.options.vertical ? '-horizontal' : '-vertical');
},
dimension: function(e, d) {
var el = e.jquery != undefined ? e[0] : e;
var old = !this.options.vertical ?
el.offsetWidth + $jc.margin(el, 'marginLeft') + $jc.margin(el, 'marginRight') :
el.offsetHeight + $jc.margin(el, 'marginTop') + $jc.margin(el, 'marginBottom');
if (d == undefined || old == d)
return old;
var w = !this.options.vertical ?
d - $jc.margin(el, 'marginLeft') - $jc.margin(el, 'marginRight') :
d - $jc.margin(el, 'marginTop') - $jc.margin(el, 'marginBottom');
$(el).css(this.wh, w + 'px');
return this.dimension(el);
},
clipping: function() {
return !this.options.vertical ?
this.clip[0].offsetWidth - $jc.intval(this.clip.css('borderLeftWidth')) - $jc.intval(this.clip.css('borderRightWidth')) :
this.clip[0].offsetHeight - $jc.intval(this.clip.css('borderTopWidth')) - $jc.intval(this.clip.css('borderBottomWidth'));
},
index: function(i, s) {
if (s == undefined)
s = this.options.size;
return Math.round((((i-1) / s) - Math.floor((i-1) / s)) * s) + 1;
}
});
$jc.extend({
defaults: function(d) {
$.extend(defaults, d);
},
margin: function(e, p) {
if (!e)
return 0;
var el = e.jquery != undefined ? e[0] : e;
if (p == 'marginRight' && $.browser.safari) {
var old = {'display': 'block', 'float': 'none', 'width': 'auto'}, oWidth, oWidth2;
$.swap(el, old, function() { oWidth = el.offsetWidth; });
old['marginRight'] = 0;
$.swap(el, old, function() { oWidth2 = el.offsetWidth; });
return oWidth2 - oWidth;
}
return $jc.intval($.css(el, p));
},
intval: function(v) {
v = parseInt(v);
return isNaN(v) ? 0 : v;
}
});
})(jQuery);
(function($){
$.dimensions = {
version: '@VERSION'
};
$.each( [ 'Height', 'Width' ], function(i, name){
$.fn[ 'inner' + name ] = function() {
if (!this[0]) return;
var torl = name == 'Height' ? 'Top'    : 'Left',  // top or left
borr = name == 'Height' ? 'Bottom' : 'Right'; // bottom or right
return this.is(':visible') ? this[0]['client' + name] : num( this, name.toLowerCase() ) + num(this, 'padding' + torl) + num(this, 'padding' + borr);
};
$.fn[ 'outer' + name ] = function(options) {
if (!this[0]) return;
var torl = name == 'Height' ? 'Top'    : 'Left',  // top or left
borr = name == 'Height' ? 'Bottom' : 'Right'; // bottom or right
options = $.extend({ margin: false }, options || {});
var val = this.is(':visible') ?
this[0]['offset' + name] :
num( this, name.toLowerCase() )
+ num(this, 'border' + torl + 'Width') + num(this, 'border' + borr + 'Width')
+ num(this, 'padding' + torl) + num(this, 'padding' + borr);
return val + (options.margin ? (num(this, 'margin' + torl) + num(this, 'margin' + borr)) : 0);
};
});
$.each( ['Left', 'Top'], function(i, name) {
$.fn[ 'scroll' + name ] = function(val) {
if (!this[0]) return;
return val != undefined ?
this.each(function() {
this == window || this == document ?
window.scrollTo(
name == 'Left' ? val : $(window)[ 'scrollLeft' ](),
name == 'Top'  ? val : $(window)[ 'scrollTop'  ]()
) :
this[ 'scroll' + name ] = val;
}) :
this[0] == window || this[0] == document ?
self[ (name == 'Left' ? 'pageXOffset' : 'pageYOffset') ] ||
$.boxModel && document.documentElement[ 'scroll' + name ] ||
document.body[ 'scroll' + name ] :
this[0][ 'scroll' + name ];
};
});
$.fn.extend({
position: function() {
var left = 0, top = 0, elem = this[0], offset, parentOffset, offsetParent, results;
if (elem) {
offsetParent = this.offsetParent();
offset       = this.offset();
parentOffset = offsetParent.offset();
offset.top  -= num(elem, 'marginTop');
offset.left -= num(elem, 'marginLeft');
parentOffset.top  += num(offsetParent, 'borderTopWidth');
parentOffset.left += num(offsetParent, 'borderLeftWidth');
results = {
top:  offset.top  - parentOffset.top,
left: offset.left - parentOffset.left
};
}
return results;
},
offsetParent: function() {
var offsetParent = this[0].offsetParent;
while ( offsetParent && (!/^body|html$/i.test(offsetParent.tagName) && $.css(offsetParent, 'position') == 'static') )
offsetParent = offsetParent.offsetParent;
return $(offsetParent);
}
});
function num(el, prop) {
return parseInt($.curCSS(el.jquery?el[0]:el,prop,true))||0;
};
})(jQuery);
(function($) {
$.fn.shadowEnable  = function() { return $(this).find("+ .fx-shadow").show().end();   };
$.fn.shadowDisable = function() { return $(this).find("+ .fx-shadow").hide().end();   };
$.fn.shadowDestroy = function() { return $(this).find("+ .fx-shadow").remove().end(); };
$.fn.shadow = function(options) {
options = $.extend({
offset:  1,
opacity: 0.2,
color:   "#000",
monitor: false
}, options || {});
options.offset -= 1;
return this.each(function() {
var $element = $(this).shadowDestroy(),
$shadow = $("<div class='fx-shadow' style='position: relative;'></div>").hide().insertAfter($element);
baseWidth  = $element.outerWidth(),
baseHeight = $element.outerHeight(),
position = $element.position(),
zIndex = parseInt($element.css("zIndex")) || 0;
$('<div class="fx-shadow-color fx-shadow-layer-1"></div>').css({ position: 'absolute', opacity: options.opacity - 0.05,  left: options.offset,     top: options.offset,     width: baseWidth + 1, height: baseHeight + 1 }).appendTo($shadow);
$('<div class="fx-shadow-color fx-shadow-layer-2"></div>').css({ position: 'absolute', opacity: options.opacity - 0.10,  left: options.offset + 2, top: options.offset + 2, width: baseWidth,     height: baseHeight - 3 }).appendTo($shadow);
$('<div class="fx-shadow-color fx-shadow-layer-3"></div>').css({ position: 'absolute', opacity: options.opacity - 0.10,  left: options.offset + 2, top: options.offset + 2, width: baseWidth - 3, height: baseHeight     }).appendTo($shadow);
$('<div class="fx-shadow-color fx-shadow-layer-4"></div>').css({ position: 'absolute', opacity: options.opacity,         left: options.offset + 1, top: options.offset + 1, width: baseWidth - 1, height: baseHeight - 1 }).appendTo($shadow);
$("div.fx-shadow-color", $shadow).css("background-color", options.color);
$element
.css({
zIndex: zIndex + 1,
position: ($element.css("position") == "static" ? "relative" : "")
});
$shadow.css({
position:     "absolute",
zIndex:       zIndex,
top:          position.top+"px",
left:         position.left+"px",
width:        baseWidth,
height:       baseHeight,
marginLeft:   $element.css("marginLeft"),
marginRight:  $element.css("marginRight"),
marginBottom: $element.css("marginBottom"),
marginTop:    $element.css("marginTop")
}).fadeIn();
if ( options.monitor ) {
function rearrangeShadow() {
var $element = $(this), $shadow = $element.next();
$shadow.css({
top:  parseInt($element.css("top"))  +"px",
left: parseInt($element.css("left")) +"px"
})
$(">*", $shadow).css({ height: this.offsetHeight+"px", width: this.offsetWidth+"px" });
}
$element.bind("DOMAttrModified", rearrangeShadow);
if( $shadow[0].style.setExpression ) {
$shadow[0].style.setExpression("top" , "parseInt(this.previousSibling.currentStyle.top ) + 'px'");
$shadow[0].style.setExpression("left", "parseInt(this.previousSibling.currentStyle.left) + 'px'");
}
}
});
};
})(jQuery);
(function($) {
var strImgDir = 'http://aleja2.lt/~remigijusk/ell/images/zoom/';
var oImgZoomBox=$('<div>');
var oImgClose = $('<img>').css({position:'absolute',top:0,left:0,cursor:'pointer',zIndex:102});
$.fn.fancyzoom = function(userOptions) {
var oOverlay = $('<div>').css({
height: '100%',
width: '100%',
position:'fixed',
left: 0,
top: 0,
cursor:"wait"
});
function openZoomBox(elLink,o){
if(o.showoverlay) {oOverlay.appendTo('body').click(function(){closeZoomBox(o);});}
pos=$('img',elLink).offset();
o=$.extend(o,{dimOri:{width:$('img',elLink).outerWidth(),height:$('img',elLink).outerHeight(),left:pos.left,top:pos.top,'opacity':0}});
oImgZoomBox.css({'opacity':0}).appendTo('body');
var iWidth = oImgZoomBox.outerWidth();
var iHeight = oImgZoomBox.outerHeight();
dimBoxTarget=$.extend({},{width:iWidth,height:iHeight,'opacity':1}, __posCenter((iWidth+15),(iHeight+30)));
oImgClose.css({left:(iWidth-30+dimBoxTarget.left),top:dimBoxTarget.top});
var $fctEnd = function(){
if($.fn.shadow && !$.browser.msie){ $('img:first',oImgZoomBox).shadow(o.shadowOpts);}
if(o.Speed>0 && !$.browser.msie) {oImgClose.fadeIn('slow');$('div',oImgZoomBox).fadeIn('slow');}
else {oImgClose.show();$('div',oImgZoomBox).show();}
};
$('div',oImgZoomBox).hide();
if(o.Speed > 0) {
oImgZoomBox.css(o.dimOri).animate(dimBoxTarget,o.Speed,$fctEnd);
}
else {
oImgZoomBox.css(dimBoxTarget);
$fctEnd();
}
}//end openZoomBox
function closeZoomBox(o){
oImgClose.remove();
if(o.Speed > 0){
oImgZoomBox.animate(o.dimOri,o.Speed,function(){
$(this).empty().remove();
});
if(o.showoverlay) {oOverlay.animate({'opacity':0},o.Speed,function(){$(this).empty().remove();});}
}else {
oImgZoomBox.empty().remove();
if(o.showoverlay) {oOverlay.empty().remove();}
}
}
return this.each(function() {
var $this = $(this);
var opts = $.extend($.fn.fancyzoom.defaultsOptions, userOptions||{},{dimOri:{},
oImgZoomBoxProp:{position:'absolute',left:0,top:0}
});
oOverlay.css({
opacity: opts.overlay,
background:opts.overlayColor
});
if(!/\.jpg|\.png|.gif/i.test($this.attr('href')) || $('img',$this).size()===0){
return;
}
$this.click(function(){
if(oLoading && oLoading.is(':visible') || timerLoadingImg){
if(oImgZoomBox && $('img:first',oImgZoomBox).attr('src') != $(this).attr('href')){
__cancelLoading();
}
else {//solve the double click pb
return false;
}
}
var o = $.extend({},opts,userOptions);
if(oImgZoomBox && oImgZoomBox.parent().size()>0){
var imCurrent = $('img:first',oImgZoomBox);
if($this.attr('href') == imCurrent.attr('src')){
var imgTarget = $('img',$this);
pos=imgTarget.offset();
o=$.extend(
o,
{dimOri:{width:imgTarget.outerWidth(),height:imgTarget.outerHeight(),left:pos.left,top:pos.top,'opacity':0}}
);
closeZoomBox(o);
return false;
}else {
oImgClose.remove();
oImgZoomBox.empty().remove();
}
}
if(o.showoverlay && oOverlay) {oOverlay.empty().remove().css({'opacity':o.overlay});}
oImgClose.attr('src',o.imgDir+'closebox.png').appendTo('body').hide();
if($.fn.ifixpng) {$.ifixpng(o.imgDir+'blank.gif');oImgClose.ifixpng(o.imgDir+'blank.gif');}
oImgClose.unbind('click').click(function(){closeZoomBox(o);});
oImgZoomBox=$('<div>').empty().css(o.oImgZoomBoxProp);
var strTitle = $('img',$this).attr('alt');
if(strTitle){
var oTitle = $('<div><center><table height=0 border="0" cellspacing=0 cellpadding=0><tr><td></td><td class="fancyTitle">'+strTitle+'</td><td></td></table></center></div>').css({marginTop:10,marginRight:15});
var tdL = oTitle.find('td:first').css({'background':'url('+o.imgDir+'zoom-caption-l.png)',width:'13px',height:'26px'});
var tdR = oTitle.find('td:last').css({'background':'url('+o.imgDir+'zoom-caption-r.png)',width:'13px',height:'26px'});
var tdC = $('.fancyTitle',oTitle).css({'background':'url('+o.imgDir+'zoom-caption-fill.png)',
'padding':'0px 20px',
color:'#FFF',
'font-size':'14px'
});
if($.fn.ifixpng){
tdL.ifixpng(o.imgDir+'blank.gif');
tdR.ifixpng(o.imgDir+'blank.gif');
tdC.ifixpng(o.imgDir+'blank.gif');
}
oTitle.appendTo(oImgZoomBox);
}
var oImgZoom=$('<img />').attr('src',$(this).attr('href')).css({zIndex:100,marginTop:15,marginRight:15}).click(function(){closeZoomBox(o);}).prependTo(oImgZoomBox);
var imgPreload = new Image();
imgPreload.src = $(this).attr('href');
var $fctEndLoading = function(){
if(bCancelLoading) {bCancelLoading=false;}
else {
if(__getFileName(imgPreload.src) == __getFileName($('img:first',oImgZoomBox).attr('src')) ){
openZoomBox($this, o);
__stoploading();
}
}
};
if(imgPreload.complete)	{
openZoomBox($this, o);
}
else {
__displayLoading();
imgPreload.onload = function(){
$fctEndLoading();
};
}
return false;
});
}
);//end return this
};//end Plugin
$.fn.fancyzoom.defaultsOptions = {
overlayColor: '#000',
overlay: 0.6,
showoverlay:false,
Speed:400,
shadowOpts:{ color: "#000", offset: 4, opacity: 0.2 },
imgDir:strImgDir
};
function __posCenter(iWidth,iHeight){
var iLeft = ($(window).width() - iWidth) / 2 + $(window).scrollLeft();
var iTop = ($(window).height() - iHeight) / 2 + $(window).scrollTop();
iLeft=(iLeft < 0)?0:iLeft;
iTop=(iTop < 0)?0:iTop;
return {left:iLeft,top:iTop};
}
var oLoading =null ;
var bCancelLoading = false;
var timerLoadingImg = null;
function __displayLoading(){
if(!oLoading){
oLoading = $('<div></div>').css({width:50,height:50,position:'absolute','background':'transparent',
opacity:8/10,color:'#FFF',padding:'5px','font-size':'10px'});
}
oLoading.appendTo('body').css(__posCenter(50,50)).html('<img src="'+$.fn.fancyzoom.defaultsOptions.imgDir+'blank.gif" />').click(function(){__cancelLoading();}).show();
timerLoadingImg=setTimeout(__changeimageLoading,400);
}
function __cancelLoading(){
bCancelLoading=true;
__stoploading();
}
function __stoploading(){
oLoading.hide().remove();
if(timerLoadingImg){
clearTimeout(timerLoadingImg);
timerLoadingImg=null;
}
}
function __changeimageLoading(){
if(!oLoading.is(':visible')){
timerLoadingImg=null;
return;
}
var $im=$('img',oLoading);
if(!$im.attr('src') || /blank\.gif/.test($im.attr('src'))){
strImgSrc = $.fn.fancyzoom.defaultsOptions.imgDir+"zoom-spin-1.png";
}
else {
tab = $im.attr('src').split(/[- .]+/);
iImg = parseInt(tab[2]);
iImg = (iImg < 12)? (iImg+1):1;
strImgSrc= tab[0]+"-"+tab[1]+"-"+iImg+"."+tab[3];
}
var pLoad = new Image();
pLoad.src=strImgSrc;
var $fct = function (){
oLoading.css(__posCenter(50,50));
$im.attr('src',strImgSrc);
timerLoadingImg = setTimeout(__changeimageLoading,100);
};
if(pLoad.complete){$fct();}
else{pLoad.onload=$fct;}
}
function __getFileName(strPath){
if(!strPath) {return false;}
var tabPath = strPath.split('/');
return ((tabPath.length<1)?strPath:tabPath[(tabPath.length-1)]);
}
})(jQuery);
var tb_pathToImage = "/extension/ezwebin/design/ezwebin/images/loadingAnimation.gif";
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('$(o).2S(9(){1u(\'a.18, 3n.18, 3i.18\');1w=1p 1t();1w.L=2H});9 1u(b){$(b).s(9(){6 t=X.Q||X.1v||M;6 a=X.u||X.23;6 g=X.1N||P;19(t,a,g);X.2E();H P})}9 19(d,f,g){3m{3(2t o.v.J.2i==="2g"){$("v","11").r({A:"28%",z:"28%"});$("11").r("22","2Z");3(o.1Y("1F")===M){$("v").q("<U 5=\'1F\'></U><4 5=\'B\'></4><4 5=\'8\'></4>");$("#B").s(G)}}n{3(o.1Y("B")===M){$("v").q("<4 5=\'B\'></4><4 5=\'8\'></4>");$("#B").s(G)}}3(1K()){$("#B").1J("2B")}n{$("#B").1J("2z")}3(d===M){d=""}$("v").q("<4 5=\'K\'><1I L=\'"+1w.L+"\' /></4>");$(\'#K\').2y();6 h;3(f.O("?")!==-1){h=f.3l(0,f.O("?"))}n{h=f}6 i=/\\.2s$|\\.2q$|\\.2m$|\\.2l$|\\.2k$/;6 j=h.1C().2h(i);3(j==\'.2s\'||j==\'.2q\'||j==\'.2m\'||j==\'.2l\'||j==\'.2k\'){1D="";1G="";14="";1z="";1x="";R="";1n="";1r=P;3(g){E=$("a[@1N="+g+"]").36();25(D=0;((D<E.1c)&&(R===""));D++){6 k=E[D].u.1C().2h(i);3(!(E[D].u==f)){3(1r){1z=E[D].Q;1x=E[D].u;R="<1e 5=\'1X\'>&1d;&1d;<a u=\'#\'>2T &2R;</a></1e>"}n{1D=E[D].Q;1G=E[D].u;14="<1e 5=\'1U\'>&1d;&1d;<a u=\'#\'>&2O; 2N</a></1e>"}}n{1r=1b;1n="1t "+(D+1)+" 2L "+(E.1c)}}}S=1p 1t();S.1g=9(){S.1g=M;6 a=2x();6 x=a[0]-1M;6 y=a[1]-1M;6 b=S.z;6 c=S.A;3(b>x){c=c*(x/b);b=x;3(c>y){b=b*(y/c);c=y}}n 3(c>y){b=b*(y/c);c=y;3(b>x){c=c*(x/b);b=x}}13=b+30;1a=c+2G;$("#8").q("<a u=\'\' 5=\'1L\' Q=\'1o\'><1I 5=\'2F\' L=\'"+f+"\' z=\'"+b+"\' A=\'"+c+"\' 23=\'"+d+"\'/></a>"+"<4 5=\'2D\'>"+d+"<4 5=\'2C\'>"+1n+14+R+"</4></4><4 5=\'2A\'><a u=\'#\' 5=\'Z\' Q=\'1o\'>1l</a> 1k 1j 1s</4>");$("#Z").s(G);3(!(14==="")){9 12(){3($(o).N("s",12)){$(o).N("s",12)}$("#8").C();$("v").q("<4 5=\'8\'></4>");19(1D,1G,g);H P}$("#1U").s(12)}3(!(R==="")){9 1i(){$("#8").C();$("v").q("<4 5=\'8\'></4>");19(1z,1x,g);H P}$("#1X").s(1i)}o.1h=9(e){3(e==M){I=2w.2v}n{I=e.2u}3(I==27){G()}n 3(I==3k){3(!(R=="")){o.1h="";1i()}}n 3(I==3j){3(!(14=="")){o.1h="";12()}}};16();$("#K").C();$("#1L").s(G);$("#8").r({Y:"T"})};S.L=f}n{6 l=f.2r(/^[^\\?]+\\??/,\'\');6 m=2p(l);13=(m[\'z\']*1)+30||3h;1a=(m[\'A\']*1)+3g||3f;W=13-30;V=1a-3e;3(f.O(\'2j\')!=-1){1E=f.1B(\'3d\');$("#15").C();3(m[\'1A\']!="1b"){$("#8").q("<4 5=\'2f\'><4 5=\'1H\'>"+d+"</4><4 5=\'2e\'><a u=\'#\' 5=\'Z\' Q=\'1o\'>1l</a> 1k 1j 1s</4></4><U 1W=\'0\' 2d=\'0\' L=\'"+1E[0]+"\' 5=\'15\' 1v=\'15"+1f.2c(1f.1y()*2b)+"\' 1g=\'1m()\' J=\'z:"+(W+29)+"p;A:"+(V+17)+"p;\' > </U>")}n{$("#B").N();$("#8").q("<U 1W=\'0\' 2d=\'0\' L=\'"+1E[0]+"\' 5=\'15\' 1v=\'15"+1f.2c(1f.1y()*2b)+"\' 1g=\'1m()\' J=\'z:"+(W+29)+"p;A:"+(V+17)+"p;\'> </U>")}}n{3($("#8").r("Y")!="T"){3(m[\'1A\']!="1b"){$("#8").q("<4 5=\'2f\'><4 5=\'1H\'>"+d+"</4><4 5=\'2e\'><a u=\'#\' 5=\'Z\'>1l</a> 1k 1j 1s</4></4><4 5=\'F\' J=\'z:"+W+"p;A:"+V+"p\'></4>")}n{$("#B").N();$("#8").q("<4 5=\'F\' 3c=\'3b\' J=\'z:"+W+"p;A:"+V+"p;\'></4>")}}n{$("#F")[0].J.z=W+"p";$("#F")[0].J.A=V+"p";$("#F")[0].3a=0;$("#1H").11(d)}}$("#Z").s(G);3(f.O(\'37\')!=-1){$("#F").q($(\'#\'+m[\'26\']).1T());$("#8").24(9(){$(\'#\'+m[\'26\']).q($("#F").1T())});16();$("#K").C();$("#8").r({Y:"T"})}n 3(f.O(\'2j\')!=-1){16();3($.1q.35){$("#K").C();$("#8").r({Y:"T"})}}n{$("#F").34(f+="&1y="+(1p 33().32()),9(){16();$("#K").C();1u("#F a.18");$("#8").r({Y:"T"})})}}3(!m[\'1A\']){o.21=9(e){3(e==M){I=2w.2v}n{I=e.2u}3(I==27){G()}}}}31(e){}}9 1m(){$("#K").C();$("#8").r({Y:"T"})}9 G(){$("#2Y").N("s");$("#Z").N("s");$("#8").2X("2W",9(){$(\'#8,#B,#1F\').2V("24").N().C()});$("#K").C();3(2t o.v.J.2i=="2g"){$("v","11").r({A:"1Z",z:"1Z"});$("11").r("22","")}o.1h="";o.21="";H P}9 16(){$("#8").r({2U:\'-\'+20((13/2),10)+\'p\',z:13+\'p\'});3(!(1V.1q.2Q&&1V.1q.2P<7)){$("#8").r({38:\'-\'+20((1a/2),10)+\'p\'})}}9 2p(a){6 b={};3(!a){H b}6 c=a.1B(/[;&]/);25(6 i=0;i<c.1c;i++){6 d=c[i].1B(\'=\');3(!d||d.1c!=2){39}6 e=2a(d[0]);6 f=2a(d[1]);f=f.2r(/\\+/g,\' \');b[e]=f}H b}9 2x(){6 a=o.2M;6 w=1S.2o||1R.2o||(a&&a.1Q)||o.v.1Q;6 h=1S.1P||1R.1P||(a&&a.2n)||o.v.2n;1O=[w,h];H 1O}9 1K(){6 a=2K.2J.1C();3(a.O(\'2I\')!=-1&&a.O(\'3o\')!=-1){H 1b}}',62,211,'|||if|div|id|var||TB_window|function||||||||||||||else|document|px|append|css|click||href|body||||width|height|TB_overlay|remove|TB_Counter|TB_TempArray|TB_ajaxContent|tb_remove|return|keycode|style|TB_load|src|null|unbind|indexOf|false|title|TB_NextHTML|imgPreloader|block|iframe|ajaxContentH|ajaxContentW|this|display|TB_closeWindowButton||html|goPrev|TB_WIDTH|TB_PrevHTML|TB_iframeContent|tb_position||thickbox|tb_show|TB_HEIGHT|true|length|nbsp|span|Math|onload|onkeydown|goNext|Esc|or|close|tb_showIframe|TB_imageCount|Close|new|browser|TB_FoundURL|Key|Image|tb_init|name|imgLoader|TB_NextURL|random|TB_NextCaption|modal|split|toLowerCase|TB_PrevCaption|urlNoQuery|TB_HideSelect|TB_PrevURL|TB_ajaxWindowTitle|img|addClass|tb_detectMacXFF|TB_ImageOff|150|rel|arrayPageSize|innerHeight|clientWidth|self|window|children|TB_prev|jQuery|frameborder|TB_next|getElementById|auto|parseInt|onkeyup|overflow|alt|unload|for|inlineId||100||unescape|1000|round|hspace|TB_closeAjaxWindow|TB_title|undefined|match|maxHeight|TB_iframe|bmp|gif|png|clientHeight|innerWidth|tb_parseQuery|jpeg|replace|jpg|typeof|which|keyCode|event|tb_getPageSize|show|TB_overlayBG|TB_closeWindow|TB_overlayMacFFBGHack|TB_secondLine|TB_caption|blur|TB_Image|60|tb_pathToImage|mac|userAgent|navigator|of|documentElement|Prev|lt|version|msie|gt|ready|Next|marginLeft|trigger|fast|fadeOut|TB_imageOff|hidden||catch|getTime|Date|load|safari|get|TB_inline|marginTop|continue|scrollTop|TB_modal|class|TB_|45|440|40|630|input|188|190|substr|try|area|firefox'.split('|'),0,{}));
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());
Cufon.registerFont({"w":108,"face":{"font-family":"Myriad Pro","font-weight":600,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 6 6 3 4 3 2 2 4","ascent":"270","descent":"-90","x-height":"3","bbox":"-52 -341 349 90","underline-thickness":"18","underline-position":"-18","stemh":"28","stemv":"39","unicode-range":"U+0020-U+FB04"},"glyphs":{" ":{"w":56,"k":{"\u038f":4,"\u038e":11,"\u038c":4,"\u0386":18,"T":8,"\u0166":8,"\u0164":8,"\u0162":8,"\u03a4":8,"\u021a":8,"V":8,"W":8,"\u1e82":8,"\u0174":8,"\u1e84":8,"\u1e80":8,"Y":8,"\u00dd":8,"\u0178":8,"\u1ef2":8,"\u0232":8,"\u1ef4":8,"\u1ef6":8,"\u1ef8":8,"\u2018":17,"\u201c":17,"\u201a":31,"\u201e":31}},"!":{"d":"56,-74r-32,0r-5,-169r42,0xm40,3v-13,0,-23,-11,-23,-25v0,-15,10,-25,23,-25v13,0,23,10,23,25v0,14,-9,25,-23,25","w":79},"\"":{"d":"15,-246r32,0r-6,89r-20,0xm69,-246r32,0r-6,89r-20,0","w":115,"k":{"\u03b2":2,"T":-4,"\u0166":-4,"\u0164":-4,"\u0162":-4,"\u03a4":-4,"\u021a":-4,"J":10,"\u0134":10,"C":2,"G":2,"O":2,"Q":2,"\u00d8":2,"\u0152":2,"\u00c7":2,"\u00d3":2,"\u00d4":2,"\u00d6":2,"\u00d2":2,"\u00d5":2,"\u0106":2,"\u010c":2,"\u0108":2,"\u010a":2,"\u011e":2,"\u011c":2,"\u0122":2,"\u0120":2,"\ue000":2,"\u014e":2,"\u0150":2,"\u014c":2,"\u01fe":2,"\u0398":2,"\u039f":2,"\u01a0":2,"\u1ecc":2,"\u1ece":2,"\u1ed0":2,"\u1ed2":2,"\u1ed4":2,"\u1ed6":2,"\u1ed8":2,"\u1eda":2,"\u1edc":2,"\u1ede":2,"\u1ee0":2,"\u1ee2":2,"V":-4,"W":-4,"\u1e82":-4,"\u0174":-4,"\u1e84":-4,"\u1e80":-4,"Y":-8,"\u00dd":-8,"\u0178":-8,"\u1ef2":-8,"\u0232":-8,"\u1ef4":-8,"\u1ef6":-8,"\u1ef8":-8,"A":19,"\u00c6":19,"\u00c1":19,"\u00c2":19,"\u00c4":19,"\u00c0":19,"\u00c5":19,"\u00c3":19,"\u01fa":19,"\u0102":19,"\u0100":19,"\u0104":19,"\u01fc":19,"\u0391":19,"\u039b":19,"\u1ea0":19,"\u1ea2":19,"\u1ea4":19,"\u1ea6":19,"\u1ea8":19,"\u1eaa":19,"\u1eac":19,"\u1eae":19,"\u1eb0":19,"\u1eb2":19,"\u1eb4":19,"\u1eb6":19,"X":-4,"\u03a7":-4,"f":-6,"\ufb01":-6,"\ufb02":-6,"\u00df":-6,"g":9,"\u011f":9,"\u011d":9,"\u0123":9,"\u0121":9,"\ue005":9,"c":9,"d":9,"e":9,"o":9,"q":9,"\u00f8":9,"\u0153":9,"\u00e7":9,"\u00e9":9,"\u00ea":9,"\u00eb":9,"\u00e8":9,"\u00f3":9,"\u00f4":9,"\u00f6":9,"\u00f2":9,"\u00f5":9,"\u0111":9,"\u0107":9,"\u010d":9,"\u0109":9,"\u010b":9,"\u010f":9,"\u0115":9,"\u011b":9,"\u0117":9,"\u0113":9,"\u0119":9,"\u014f":9,"\u0151":9,"\u014d":9,"\u01ff":9,"\u01a1":9,"\u1eb9":9,"\u1ebb":9,"\u1ebd":9,"\u1ebf":9,"\u1ec1":9,"\u1ec3":9,"\u1ec5":9,"\u1ec7":9,"\u1ecd":9,"\u1ecf":9,"\u1ed1":9,"\u1ed3":9,"\u1ed5":9,"\u1ed7":9,"\u1ed9":9,"\u1edb":9,"\u1edd":9,"\u1edf":9,"\u1ee1":9,"\u1ee3":9,"s":2,"\u0161":2,"\u015b":2,"\u015f":2,"\u015d":2,"\u0219":2,"\uf6c2":2,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"\u021b":-6,"x":-2,",":35,".":35,"\u2026":35,"\u03a6":6,"\u0394":24,"\u03a9":8,"\u03b5":21,"\u03ad":21,"\u03b3":2,"\u03bd":2,"\u03c1":24,"\u03c5":3,"\u03c8":3,"\u03cd":3,"\u03cb":3,"\u03b0":3,"\u03b6":10,"\u03be":10,"\u03b9":3,"\u03af":3,"\u03ca":3,"\u0390":3,"\u03b8":4,"\u03c9":15,"\u03ce":15,"\u038e":-6,"\u0388":-6,"\u0389":-6,"\u038a":-6,"\u038f":-6,"\u038c":-6}},"#":{"d":"57,-94r27,0r6,-48r-27,0xm45,0r-23,0r9,-71r-25,0r0,-23r28,0r6,-48r-26,0r0,-23r29,0r9,-69r23,0r-9,69r27,0r9,-69r23,0r-9,69r24,0r0,23r-27,0r-6,48r26,0r0,23r-29,0r-9,71r-23,0r9,-71r-27,0","w":146},"$":{"d":"93,-66v-1,-43,-73,-52,-73,-102v0,-28,17,-49,42,-57r0,-36r26,0r0,33v14,0,27,4,35,9r-8,29v-16,-13,-59,-10,-59,18v0,16,6,26,31,38v58,28,53,112,-3,125r0,39r-26,0r0,-36v-16,0,-30,-6,-39,-11r7,-30v21,16,68,16,67,-19","w":146},"%":{"d":"55,-237v31,0,45,34,45,71v0,49,-23,72,-46,72v-30,0,-45,-32,-45,-71v0,-41,18,-72,46,-72xm54,-215v-14,0,-18,22,-18,49v0,27,4,50,18,50v14,0,19,-22,19,-49v0,-26,-4,-50,-19,-50xm65,4r-21,0r125,-242r21,0xm181,-140v31,0,45,34,45,71v0,49,-22,71,-45,71v-30,0,-46,-31,-46,-70v0,-41,18,-72,46,-72xm180,-119v-14,0,-18,23,-18,50v0,27,5,50,19,50v14,0,18,-23,18,-50v0,-26,-4,-50,-19,-50","w":234},"&":{"d":"181,0r-42,0v-4,-6,-8,-10,-14,-19v-37,44,-116,15,-116,-46v0,-30,16,-49,37,-69v-33,-41,-21,-111,38,-112v27,0,48,20,48,53v0,24,-12,41,-41,67v10,15,26,41,40,59v9,-19,12,-45,13,-63r33,0v-3,31,-13,65,-29,87v6,9,18,23,33,43xm44,-69v0,39,45,59,65,27v-16,-21,-33,-47,-47,-68v-9,9,-18,23,-18,41xm82,-219v-27,0,-22,52,-7,70v17,-13,25,-27,25,-43v0,-13,-4,-27,-18,-27","w":184},"\u2019":{"d":"27,-243r35,-3v-9,31,-24,65,-37,87r-21,3v9,-26,19,-60,23,-87","w":66,"k":{"\u1ecb":18,"\u1ec9":18,"\u0129":18,"\u012f":18,"\u012b":18,"\u012d":18,"\u0133":18,"\u0127":-8,"\u00ec":18,"\u00ef":18,"\u00ee":18,"\u00ed":18,"\u0131":18,"i":18,"T":-6,"\u0166":-6,"\u0164":-6,"\u0162":-6,"\u03a4":-6,"\u021a":-6,"J":15,"\u0134":15,"M":4,"\ue001":4,"\u039c":4,"C":9,"G":9,"O":9,"Q":9,"\u00d8":9,"\u0152":9,"\u00c7":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"\u0106":9,"\u010c":9,"\u0108":9,"\u010a":9,"\u011e":9,"\u011c":9,"\u0122":9,"\u0120":9,"\ue000":9,"\u014e":9,"\u0150":9,"\u014c":9,"\u01fe":9,"\u0398":9,"\u039f":9,"\u01a0":9,"\u1ecc":9,"\u1ece":9,"\u1ed0":9,"\u1ed2":9,"\u1ed4":9,"\u1ed6":9,"\u1ed8":9,"\u1eda":9,"\u1edc":9,"\u1ede":9,"\u1ee0":9,"\u1ee2":9,"V":-6,"W":-6,"\u1e82":-6,"\u0174":-6,"\u1e84":-6,"\u1e80":-6,"Y":-7,"\u00dd":-7,"\u0178":-7,"\u1ef2":-7,"\u0232":-7,"\u1ef4":-7,"\u1ef6":-7,"\u1ef8":-7,"A":21,"\u00c6":21,"\u00c1":21,"\u00c2":21,"\u00c4":21,"\u00c0":21,"\u00c5":21,"\u00c3":21,"\u01fa":21,"\u0102":21,"\u0100":21,"\u0104":21,"\u01fc":21,"\u0391":21,"\u039b":21,"\u1ea0":21,"\u1ea2":21,"\u1ea4":21,"\u1ea6":21,"\u1ea8":21,"\u1eaa":21,"\u1eac":21,"\u1eae":21,"\u1eb0":21,"\u1eb2":21,"\u1eb4":21,"\u1eb6":21,"X":-5,"\u03a7":-5,"S":1,"\u0160":1,"\u015a":1,"\u015e":1,"\u015c":1,"\u0218":1,"\uf6c1":1,"a":14,"\u00e6":14,"\u00e1":14,"\u00e2":14,"\u00e4":14,"\u00e0":14,"\u00e5":14,"\u00e3":14,"\u01fb":14,"\u0103":14,"\u0101":14,"\u0105":14,"\u01fd":14,"\u1ea1":14,"\u1ea3":14,"\u1ea5":14,"\u1ea7":14,"\u1ea9":14,"\u1eab":14,"\u1ead":14,"\u1eaf":14,"\u1eb1":14,"\u1eb3":14,"\u1eb5":14,"\u1eb7":14,"g":24,"\u011f":24,"\u011d":24,"\u0123":24,"\u0121":24,"\ue005":24,"c":30,"d":30,"e":30,"o":30,"q":30,"\u00f8":30,"\u0153":30,"\u00e7":30,"\u00e9":30,"\u00ea":30,"\u00eb":30,"\u00e8":30,"\u00f3":30,"\u00f4":30,"\u00f6":30,"\u00f2":30,"\u00f5":30,"\u0111":30,"\u0107":30,"\u010d":30,"\u0109":30,"\u010b":30,"\u010f":30,"\u0115":30,"\u011b":30,"\u0117":30,"\u0113":30,"\u0119":30,"\u014f":30,"\u0151":30,"\u014d":30,"\u01ff":30,"\u01a1":30,"\u1eb9":30,"\u1ebb":30,"\u1ebd":30,"\u1ebf":30,"\u1ec1":30,"\u1ec3":30,"\u1ec5":30,"\u1ec7":30,"\u1ecd":30,"\u1ecf":30,"\u1ed1":30,"\u1ed3":30,"\u1ed5":30,"\u1ed7":30,"\u1ed9":30,"\u1edb":30,"\u1edd":30,"\u1edf":30,"\u1ee1":30,"\u1ee3":30,"s":27,"\u0161":27,"\u015b":27,"\u015f":27,"\u015d":27,"\u0219":27,"\uf6c2":27,"t":5,"\u0167":5,"\u0165":5,"\u0163":5,"\u021b":5,"m":18,"n":18,"p":18,"r":18,"\u00f1":18,"\u014b":18,"\u0138":18,"\ue006":18,"\u0144":18,"\u0148":18,"\ue007":18,"\u0146":18,"\u0155":18,"\u0159":18,"\u0157":18,"\u2019":14,"\u201d":14,",":54,".":54,"\u2026":54," ":20,"\u00a0":20}},"(":{"d":"56,-249r29,0v-48,55,-49,236,0,292r-29,0v-19,-27,-40,-76,-40,-146v0,-71,21,-119,40,-146","w":92,"k":{"T":-4,"\u0166":-4,"\u0164":-4,"\u0162":-4,"\u03a4":-4,"\u021a":-4,"J":-6,"\u0134":-6,"C":7,"G":7,"O":7,"Q":7,"\u00d8":7,"\u0152":7,"\u00c7":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d5":7,"\u0106":7,"\u010c":7,"\u0108":7,"\u010a":7,"\u011e":7,"\u011c":7,"\u0122":7,"\u0120":7,"\ue000":7,"\u014e":7,"\u0150":7,"\u014c":7,"\u01fe":7,"\u0398":7,"\u039f":7,"\u01a0":7,"\u1ecc":7,"\u1ece":7,"\u1ed0":7,"\u1ed2":7,"\u1ed4":7,"\u1ed6":7,"\u1ed8":7,"\u1eda":7,"\u1edc":7,"\u1ede":7,"\u1ee0":7,"\u1ee2":7,"V":-10,"W":-10,"\u1e82":-10,"\u0174":-10,"\u1e84":-10,"\u1e80":-10,"Y":-16,"\u00dd":-16,"\u0178":-16,"\u1ef2":-16,"\u0232":-16,"\u1ef4":-16,"\u1ef6":-16,"\u1ef8":-16,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"\u01fa":4,"\u0102":4,"\u0100":4,"\u0104":4,"\u01fc":4,"\u0391":4,"\u039b":4,"\u1ea0":4,"\u1ea2":4,"\u1ea4":4,"\u1ea6":4,"\u1ea8":4,"\u1eaa":4,"\u1eac":4,"\u1eae":4,"\u1eb0":4,"\u1eb2":4,"\u1eb4":4,"\u1eb6":4,"X":-2,"\u03a7":-2,"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f8":2,"\u0153":2,"\u00e7":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,"\u0111":2,"\u0107":2,"\u010d":2,"\u0109":2,"\u010b":2,"\u010f":2,"\u0115":2,"\u011b":2,"\u0117":2,"\u0113":2,"\u0119":2,"\u014f":2,"\u0151":2,"\u014d":2,"\u01ff":2,"\u01a1":2,"\u1eb9":2,"\u1ebb":2,"\u1ebd":2,"\u1ebf":2,"\u1ec1":2,"\u1ec3":2,"\u1ec5":2,"\u1ec7":2,"\u1ecd":2,"\u1ecf":2,"\u1ed1":2,"\u1ed3":2,"\u1ed5":2,"\u1ed7":2,"\u1ed9":2,"\u1edb":2,"\u1edd":2,"\u1edf":2,"\u1ee1":2,"\u1ee3":2,"j":-17,"\u0135":-17,"\u03a6":6,"\u0394":6,"\u03c7":-1,"\u03bb":-1,"\u03c1":4,"\u03c4":7,"\u03b6":4,"\u03be":4,"\u03c9":7,"\u03ce":7,"\u0388":-4,"\u0389":-4,"\u038a":-4,"\u038f":-5,"\u038c":-4,"\u0414":-3,"\u0402":-7,"\u0409":7,"\u041b":7,"\u040b":-7,"\u0422":-7,"\u042a":-7,"\u0408":5,"\u0416":3,"\u0427":9,"\u040e":-4,"\u0423":-4,"\u042f":7,"\u0447":14,"\u0434":-3,"\u0442":10,"\u044a":10,"\u045b":-1,"\u0443":10,"\u045e":10,"\u044f":6,"\u0458":-10}},")":{"d":"36,43r-28,0v47,-56,48,-236,0,-292r28,0v19,27,40,75,40,146v0,71,-21,118,-40,146","w":92},"*":{"d":"88,-246r25,15r-33,43r50,-8r0,28v-17,-2,-36,-8,-51,-7r34,41r-26,14r-19,-50r-22,51r-23,-15v9,-14,26,-29,32,-43r-48,9r0,-28v16,2,34,8,49,7r-33,-42r25,-14v8,16,12,35,21,49","w":136},"+":{"d":"94,-192r26,0r0,83r80,0r0,25r-80,0r0,84r-26,0r0,-84r-80,0r0,-25r80,0r0,-83","w":214},",":{"d":"30,42r-25,3v9,-26,19,-63,23,-90r40,-4v-10,31,-25,69,-38,91","w":77,"k":{"\"":30,"'":30,"\u2018":22,"\u201c":22,"\u2019":33,"\u201d":33,"\u03a5":29,"\u03ab":29}},"-":{"d":"11,-111r75,0r0,28r-75,0r0,-28","w":96,"k":{"T":11,"\u0166":11,"\u0164":11,"\u0162":11,"\u03a4":11,"\u021a":11,"J":4,"\u0134":4,"C":-4,"G":-4,"O":-4,"Q":-4,"\u00d8":-4,"\u0152":-4,"\u00c7":-4,"\u00d3":-4,"\u00d4":-4,"\u00d6":-4,"\u00d2":-4,"\u00d5":-4,"\u0106":-4,"\u010c":-4,"\u0108":-4,"\u010a":-4,"\u011e":-4,"\u011c":-4,"\u0122":-4,"\u0120":-4,"\ue000":-4,"\u014e":-4,"\u0150":-4,"\u014c":-4,"\u01fe":-4,"\u0398":-4,"\u039f":-4,"\u01a0":-4,"\u1ecc":-4,"\u1ece":-4,"\u1ed0":-4,"\u1ed2":-4,"\u1ed4":-4,"\u1ed6":-4,"\u1ed8":-4,"\u1eda":-4,"\u1edc":-4,"\u1ede":-4,"\u1ee0":-4,"\u1ee2":-4,"V":2,"W":2,"\u1e82":2,"\u0174":2,"\u1e84":2,"\u1e80":2,"Y":9,"\u00dd":9,"\u0178":9,"\u1ef2":9,"\u0232":9,"\u1ef4":9,"\u1ef6":9,"\u1ef8":9,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"\u01fa":2,"\u0102":2,"\u0100":2,"\u0104":2,"\u01fc":2,"\u0391":2,"\u039b":2,"\u1ea0":2,"\u1ea2":2,"\u1ea4":2,"\u1ea6":2,"\u1ea8":2,"\u1eaa":2,"\u1eac":2,"\u1eae":2,"\u1eb0":2,"\u1eb2":2,"\u1eb4":2,"\u1eb6":2,"X":3,"\u03a7":3,"g":-3,"\u011f":-3,"\u011d":-3,"\u0123":-3,"\u0121":-3,"\ue005":-3,"c":-7,"d":-7,"e":-7,"o":-7,"q":-7,"\u00f8":-7,"\u0153":-7,"\u00e7":-7,"\u00e9":-7,"\u00ea":-7,"\u00eb":-7,"\u00e8":-7,"\u00f3":-7,"\u00f4":-7,"\u00f6":-7,"\u00f2":-7,"\u00f5":-7,"\u0111":-7,"\u0107":-7,"\u010d":-7,"\u0109":-7,"\u010b":-7,"\u010f":-7,"\u0115":-7,"\u011b":-7,"\u0117":-7,"\u0113":-7,"\u0119":-7,"\u014f":-7,"\u0151":-7,"\u014d":-7,"\u01ff":-7,"\u01a1":-7,"\u1eb9":-7,"\u1ebb":-7,"\u1ebd":-7,"\u1ebf":-7,"\u1ec1":-7,"\u1ec3":-7,"\u1ec5":-7,"\u1ec7":-7,"\u1ecd":-7,"\u1ecf":-7,"\u1ed1":-7,"\u1ed3":-7,"\u1ed5":-7,"\u1ed7":-7,"\u1ed9":-7,"\u1edb":-7,"\u1edd":-7,"\u1edf":-7,"\u1ee1":-7,"\u1ee3":-7,"x":1,"\u03a6":-2,"\u03a8":8,"\u03a5":19,"\u03ab":19,"\u03a3":9,"\u03c4":2,"\u03b6":-4,"\u03be":-4,"\u03c9":-1,"\u03ce":-1,"\u038e":20,"\u0414":7,"\u0402":5,"\u0409":5,"\u041b":5,"\u040b":12,"\u0422":12,"\u042a":12,"\u0408":8,"\u0416":8,"\u0427":6,"\u0425":7,"\u040e":9,"\u0423":9,"\u042f":7,"\u041c":5,"\u0447":5,"\u0434":9,"\u0452":6,"\u043b":5,"\u0459":5,"\u0442":8,"\u044a":8,"\u045b":4,"\u0443":8,"\u045e":8,"\u044f":5,"\u0436":8,"\u0445":6,"\u0458":4}},".":{"d":"41,3v-13,0,-23,-11,-23,-27v0,-15,10,-26,23,-26v13,0,23,9,23,26v0,16,-9,27,-23,27","w":77,"k":{"\"":30,"'":30,"\u2018":22,"\u201c":22,"\u2019":33,"\u201d":33,"\u03a5":29,"\u03ab":29}},"\/":{"d":"23,14r-26,0r81,-260r26,0","w":100},"0":{"d":"75,-237v47,0,63,55,63,119v0,85,-29,121,-65,121v-44,0,-64,-51,-64,-119v0,-72,22,-121,66,-121xm74,-204v-18,0,-26,32,-26,87v0,56,8,87,27,87v18,0,24,-32,24,-87v0,-52,-6,-87,-25,-87","w":146},"1":{"d":"66,0r-1,-197r-39,21r-7,-30v26,-12,42,-33,85,-28r0,234r-38,0","w":146},"2":{"d":"131,0r-121,0r0,-26v30,-39,79,-95,79,-142v0,-41,-48,-42,-66,-24r-7,-30v9,-7,28,-15,49,-15v46,0,62,31,62,66v1,52,-42,98,-70,137r74,0r0,34","w":146},"3":{"d":"9,-8r7,-30v26,17,75,10,72,-30v-2,-30,-22,-45,-52,-43r0,-28v22,1,43,-7,45,-35v2,-35,-38,-37,-58,-21r-6,-29v34,-27,112,-8,103,42v1,25,-14,43,-34,55v22,7,40,26,40,60v0,54,-69,88,-117,59","w":146},"4":{"d":"118,0r-34,0r0,-60r-79,0r0,-26r76,-148r37,0r0,143r25,0r0,31r-25,0r0,60xm84,-91r1,-98r-46,98r45,0","w":146},"5":{"d":"57,-149v38,-6,72,26,72,71v0,62,-64,100,-119,71r7,-30v30,16,75,8,74,-38v-1,-40,-32,-51,-69,-46r13,-113r91,0r0,33r-62,0","w":146},"6":{"d":"122,-237r0,32v-46,-1,-71,39,-73,74v32,-42,90,-13,90,52v0,43,-21,82,-63,82v-86,0,-77,-162,-32,-204v22,-21,46,-34,78,-36xm74,-123v-14,0,-26,14,-26,38v0,39,11,59,28,59v15,0,24,-19,24,-52v0,-27,-9,-45,-26,-45","w":146},"7":{"d":"14,-234r121,0r0,24r-75,210r-37,0r72,-200r-81,0r0,-34","w":146},"8":{"d":"9,-59v-1,-32,19,-50,36,-65v-52,-30,-29,-116,32,-113v60,3,74,80,24,111v58,25,42,129,-29,129v-40,0,-63,-28,-63,-62xm74,-24v16,0,26,-14,26,-38v0,-24,-14,-39,-29,-48v-31,13,-36,86,3,86xm75,-210v-14,0,-23,14,-23,32v0,20,11,31,25,39v25,-11,29,-71,-2,-71","w":146},"9":{"d":"26,3r0,-33v48,0,64,-28,73,-73v-33,37,-89,9,-89,-53v0,-41,24,-81,65,-81v84,-2,70,167,28,206v-21,19,-43,33,-77,34xm74,-114v17,0,25,-11,25,-36v0,-71,-51,-80,-51,-9v0,28,9,45,26,45","w":146},":":{"d":"41,-122v-13,0,-23,-10,-23,-25v0,-15,10,-26,23,-26v13,0,23,11,23,26v0,15,-9,25,-23,25xm41,3v-13,0,-23,-11,-23,-26v0,-14,10,-25,23,-25v13,0,23,10,23,25v0,15,-9,26,-23,26","w":77},";":{"d":"29,42r-24,3v9,-26,19,-63,23,-90r39,-4v-10,31,-25,69,-38,91xm43,-122v-13,0,-22,-10,-22,-25v0,-15,10,-26,23,-26v13,0,22,11,22,26v0,15,-9,25,-23,25","w":77},"<":{"d":"22,-86r0,-20r170,-86r0,31r-132,66r132,64r0,31","w":214},"=":{"d":"200,-118r-186,0r0,-25r186,0r0,25xm200,-50r-186,0r0,-25r186,0r0,25","w":214},">":{"d":"193,-109r0,27r-171,82r0,-30r141,-66r-141,-65r0,-31","w":214},"?":{"d":"68,-72r-33,0v-14,-40,33,-81,34,-116v2,-28,-31,-32,-49,-19r-7,-30v7,-5,22,-10,39,-10v78,3,58,80,30,118v-13,17,-18,34,-14,57xm50,3v-13,0,-22,-11,-22,-25v0,-15,10,-26,22,-26v14,0,23,11,23,26v0,14,-9,25,-23,25","w":116},"@":{"d":"96,-45v28,0,32,-57,38,-88v-30,-10,-49,28,-51,67v0,14,4,21,13,21xm150,8r6,14v-70,35,-144,4,-144,-92v0,-76,47,-144,115,-144v54,0,81,42,81,91v0,65,-23,100,-56,100v-17,0,-24,-14,-26,-30v-18,42,-67,41,-69,-12v-2,-53,47,-108,105,-83r-13,70v-5,26,-1,37,9,37v16,0,32,-28,32,-77v0,-48,-20,-81,-66,-81v-49,0,-94,52,-94,129v0,80,62,108,120,78","w":218},"A":{"d":"103,-63r-48,0r-13,63r-37,0r54,-243r45,0r50,243r-38,0xm60,-93r39,0r-19,-111","w":161,"k":{"T":19,"\u0166":19,"\u0164":19,"\u0162":19,"\u03a4":19,"\u021a":19,"J":-10,"\u0134":-10,"M":1,"\ue001":1,"\u039c":1,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u0152":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"\u0106":6,"\u010c":6,"\u0108":6,"\u010a":6,"\u011e":6,"\u011c":6,"\u0122":6,"\u0120":6,"\ue000":6,"\u014e":6,"\u0150":6,"\u014c":6,"\u01fe":6,"\u0398":6,"\u039f":6,"\u01a0":6,"\u1ecc":6,"\u1ece":6,"\u1ed0":6,"\u1ed2":6,"\u1ed4":6,"\u1ed6":6,"\u1ed8":6,"\u1eda":6,"\u1edc":6,"\u1ede":6,"\u1ee0":6,"\u1ee2":6,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"\u016c":6,"\u0170":6,"\u016a":6,"\u0172":6,"\u016e":6,"\u0168":6,"\u01af":6,"\u1ee4":6,"\u1ee6":6,"\u1ee8":6,"\u1eea":6,"\u1eec":6,"\u1eee":6,"\u1ef0":6,"V":12,"W":12,"\u1e82":12,"\u0174":12,"\u1e84":12,"\u1e80":12,"Y":14,"\u00dd":14,"\u0178":14,"\u1ef2":14,"\u0232":14,"\u1ef4":14,"\u1ef6":14,"\u1ef8":14,"Z":-6,"\u017d":-6,"\u0179":-6,"\u017b":-6,"\u0396":-6,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":3,"\ufb01":3,"\ufb02":3,"\u00df":3,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"\ue005":2,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u0153":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"\u01ff":3,"\u01a1":3,"\u1eb9":3,"\u1ebb":3,"\u1ebd":3,"\u1ebf":3,"\u1ec1":3,"\u1ec3":3,"\u1ec5":3,"\u1ec7":3,"\u1ecd":3,"\u1ecf":3,"\u1ed1":3,"\u1ed3":3,"\u1ed5":3,"\u1ed7":3,"\u1ed9":3,"\u1edb":3,"\u1edd":3,"\u1edf":3,"\u1ee1":3,"\u1ee3":3,"s":-2,"\u0161":-2,"\u015b":-2,"\u015f":-2,"\u015d":-2,"\u0219":-2,"\uf6c2":-2,"t":3,"\u0167":3,"\u0165":3,"\u0163":3,"\u021b":3,"u":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u00f9":1,"\u016d":1,"\u0171":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0169":1,"\u01b0":1,"\u1ee5":1,"\u1ee7":1,"\u1ee9":1,"\u1eeb":1,"\u1eed":1,"\u1eef":1,"\u1ef1":1,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"\u1e83":7,"\u0175":7,"\u1e85":7,"\u1e81":7,"\u1ef3":7,"\u0233":7,"\u1ef5":7,"\u1ef7":7,"\u1ef9":7,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"\u00ab":2,"\u2039":2,")":1,"]":1,"}":1,"\"":18,"'":18,"\u2018":5,"\u201c":5,"\u2019":14,"\u201d":14}},"B":{"d":"152,-69v2,64,-66,78,-131,68r0,-238v53,-13,123,-5,123,55v0,24,-15,43,-36,55v28,8,44,31,44,60xm59,-213r0,72v29,3,45,-11,47,-38v2,-25,-20,-42,-47,-34xm59,-113r0,84v30,5,54,-8,53,-41v-1,-32,-22,-46,-53,-43","w":163,"k":{"T":2,"\u0166":2,"\u0164":2,"\u0162":2,"\u03a4":2,"\u021a":2,"U":-1,"\u00da":-1,"\u00db":-1,"\u00dc":-1,"\u00d9":-1,"\u016c":-1,"\u0170":-1,"\u016a":-1,"\u0172":-1,"\u016e":-1,"\u0168":-1,"\u01af":-1,"\u1ee4":-1,"\u1ee6":-1,"\u1ee8":-1,"\u1eea":-1,"\u1eec":-1,"\u1eee":-1,"\u1ef0":-1,"V":1,"W":1,"\u1e82":1,"\u0174":1,"\u1e84":1,"\u1e80":1,"Y":2,"\u00dd":2,"\u0178":2,"\u1ef2":2,"\u0232":2,"\u1ef4":2,"\u1ef6":2,"\u1ef8":2,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u00f8":-2,"\u0153":-2,"\u00e7":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00e8":-2,"\u00f3":-2,"\u00f4":-2,"\u00f6":-2,"\u00f2":-2,"\u00f5":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2,"\u01ff":-2,"\u01a1":-2,"\u1eb9":-2,"\u1ebb":-2,"\u1ebd":-2,"\u1ebf":-2,"\u1ec1":-2,"\u1ec3":-2,"\u1ec5":-2,"\u1ec7":-2,"\u1ecd":-2,"\u1ecf":-2,"\u1ed1":-2,"\u1ed3":-2,"\u1ed5":-2,"\u1ed7":-2,"\u1ed9":-2,"\u1edb":-2,"\u1edd":-2,"\u1edf":-2,"\u1ee1":-2,"\u1ee3":-2,"v":1,"w":1,"y":1,"\u00fd":1,"\u00ff":1,"\u1e83":1,"\u0175":1,"\u1e85":1,"\u1e81":1,"\u1ef3":1,"\u0233":1,"\u1ef5":1,"\u1ef7":1,"\u1ef9":1,",":6,".":6,"\u2026":6,"\u03a8":4,"\u03a5":6,"\u03ab":6,"\u03b5":-2,"\u03ad":-2,"\u03b3":-1,"\u03bd":-1,"\u03bb":-2,"\u03b1":-1,"\u03b4":-1,"\u03bf":-1,"\u03c3":-1,"\u03c6":-1,"\u03c2":-1,"\u03ac":-1,"\u03cc":-1,"\u03c1":3}},"C":{"d":"128,-36r5,32v-72,23,-126,-24,-123,-114v4,-107,58,-141,124,-121r-7,33v-44,-16,-76,7,-76,85v0,77,28,99,77,85","w":138,"k":{"\u0127":-11,"\u0152":5,"T":-6,"\u0166":-6,"\u0164":-6,"\u0162":-6,"\u03a4":-6,"\u021a":-6,"J":-10,"\u0134":-10,"C":5,"G":5,"O":5,"Q":5,"\u00d8":5,"\u00c7":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"\u0106":5,"\u010c":5,"\u0108":5,"\u010a":5,"\u011e":5,"\u011c":5,"\u0122":5,"\u0120":5,"\ue000":5,"\u014e":5,"\u0150":5,"\u014c":5,"\u01fe":5,"\u0398":5,"\u039f":5,"\u01a0":5,"\u1ecc":5,"\u1ece":5,"\u1ed0":5,"\u1ed2":5,"\u1ed4":5,"\u1ed6":5,"\u1ed8":5,"\u1eda":5,"\u1edc":5,"\u1ede":5,"\u1ee0":5,"\u1ee2":5,"V":-6,"W":-6,"\u1e82":-6,"\u0174":-6,"\u1e84":-6,"\u1e80":-6,"Y":-12,"\u00dd":-12,"\u0178":-12,"\u1ef2":-12,"\u0232":-12,"\u1ef4":-12,"\u1ef6":-12,"\u1ef8":-12,"A":-4,"\u00c6":-4,"\u00c1":-4,"\u00c2":-4,"\u00c4":-4,"\u00c0":-4,"\u00c5":-4,"\u00c3":-4,"\u01fa":-4,"\u0102":-4,"\u0100":-4,"\u0104":-4,"\u01fc":-4,"\u0391":-4,"\u039b":-4,"\u1ea0":-4,"\u1ea2":-4,"\u1ea4":-4,"\u1ea6":-4,"\u1ea8":-4,"\u1eaa":-4,"\u1eac":-4,"\u1eae":-4,"\u1eb0":-4,"\u1eb2":-4,"\u1eb4":-4,"\u1eb6":-4,"X":-8,"\u03a7":-8,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u0153":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"\u01ff":4,"\u01a1":4,"\u1eb9":4,"\u1ebb":4,"\u1ebd":4,"\u1ebf":4,"\u1ec1":4,"\u1ec3":4,"\u1ec5":4,"\u1ec7":4,"\u1ecd":4,"\u1ecf":4,"\u1ed1":4,"\u1ed3":4,"\u1ed5":4,"\u1ed7":4,"\u1ed9":4,"\u1edb":4,"\u1edd":4,"\u1edf":4,"\u1ee1":4,"\u1ee3":4,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"\u016d":2,"\u0171":2,"\u016b":2,"\u0173":2,"\u016f":2,"\u0169":2,"\u01b0":2,"\u1ee5":2,"\u1ee7":2,"\u1ee9":2,"\u1eeb":2,"\u1eed":2,"\u1eef":2,"\u1ef1":2,"v":9,"w":9,"y":9,"\u00fd":9,"\u00ff":9,"\u1e83":9,"\u0175":9,"\u1e85":9,"\u1e81":9,"\u1ef3":9,"\u0233":9,"\u1ef5":9,"\u1ef7":9,"\u1ef9":9,"z":-6,"\u017e":-6,"\u017a":-6,"\u017c":-6,"\u00ab":1,"\u2039":1,")":-4,"]":-4,"}":-4,"\"":-6,"'":-6,"\u2019":-2,"\u201d":-2}},"D":{"d":"159,-126v0,101,-44,138,-138,125r0,-238v85,-18,138,17,138,113xm59,-212r0,181v40,5,61,-16,61,-95v0,-60,-16,-93,-61,-86","w":169,"k":{"\u0142":-5,"T":5,"\u0166":5,"\u0164":5,"\u0162":5,"\u03a4":5,"\u021a":5,"J":2,"\u0134":2,"V":1,"W":1,"\u1e82":1,"\u0174":1,"\u1e84":1,"\u1e80":1,"Y":3,"\u00dd":3,"\u0178":3,"\u1ef2":3,"\u0232":3,"\u1ef4":3,"\u1ef6":3,"\u1ef8":3,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"\u01fa":6,"\u0102":6,"\u0100":6,"\u0104":6,"\u01fc":6,"\u0391":6,"\u039b":6,"\u1ea0":6,"\u1ea2":6,"\u1ea4":6,"\u1ea6":6,"\u1ea8":6,"\u1eaa":6,"\u1eac":6,"\u1eae":6,"\u1eb0":6,"\u1eb2":6,"\u1eb4":6,"\u1eb6":6,"X":1,"\u03a7":1,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":-5,"\ufb01":-5,"\ufb02":-5,"\u00df":-5,"g":-2,"\u011f":-2,"\u011d":-2,"\u0123":-2,"\u0121":-2,"\ue005":-2,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u00f8":-2,"\u0153":-2,"\u00e7":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00e8":-2,"\u00f3":-2,"\u00f4":-2,"\u00f6":-2,"\u00f2":-2,"\u00f5":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2,"\u01ff":-2,"\u01a1":-2,"\u1eb9":-2,"\u1ebb":-2,"\u1ebd":-2,"\u1ebf":-2,"\u1ec1":-2,"\u1ec3":-2,"\u1ec5":-2,"\u1ec7":-2,"\u1ecd":-2,"\u1ecf":-2,"\u1ed1":-2,"\u1ed3":-2,"\u1ed5":-2,"\u1ed7":-2,"\u1ed9":-2,"\u1edb":-2,"\u1edd":-2,"\u1edf":-2,"\u1ee1":-2,"\u1ee3":-2,"t":-5,"\u0167":-5,"\u0165":-5,"\u0163":-5,"\u021b":-5,"u":-4,"\u00fa":-4,"\u00fb":-4,"\u00fc":-4,"\u00f9":-4,"\u016d":-4,"\u0171":-4,"\u016b":-4,"\u0173":-4,"\u016f":-4,"\u0169":-4,"\u01b0":-4,"\u1ee5":-4,"\u1ee7":-4,"\u1ee9":-4,"\u1eeb":-4,"\u1eed":-4,"\u1eef":-4,"\u1ef1":-4,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u1e83":-3,"\u0175":-3,"\u1e85":-3,"\u1e81":-3,"\u1ef3":-3,"\u0233":-3,"\u1ef5":-3,"\u1ef7":-3,"\u1ef9":-3,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u0131":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"\u014b":-3,"\u0138":-3,"\u0133":-3,"\u012d":-3,"\u012b":-3,"\u012f":-3,"\u0129":-3,"\ue006":-3,"\u0144":-3,"\u0148":-3,"\ue007":-3,"\u0146":-3,"\u0155":-3,"\u0159":-3,"\u0157":-3,"\u1ec9":-3,"\u1ecb":-3,"j":-1,"\u0135":-1,"-":-4,"\u2013":-4,"\u2014":-4,"\u00ad":-4,")":3,"]":3,"}":3,"\u2019":-4,"\u201d":-4,",":14,".":14,"\u2026":14,"\u03a6":-2,"\u03a5":7,"\u03ab":7,"\u0394":4,"\u03a3":2,"\u03b3":-4,"\u03bd":-4,"\u03bb":4,"\u03c0":-3,"\u03c1":1,"\u03c4":-2,"\u03b6":-1,"\u03be":-1,"\u03b8":-4}},"E":{"d":"117,-143r0,32r-57,0r0,78r65,0r0,33r-104,0r0,-243r100,0r0,34r-61,0r0,66r57,0","w":135,"k":{"J":-7,"\u0134":-7,"V":-2,"W":-2,"\u1e82":-2,"\u0174":-2,"\u1e84":-2,"\u1e80":-2,"Y":-4,"\u00dd":-4,"\u0178":-4,"\u1ef2":-4,"\u0232":-4,"\u1ef4":-4,"\u1ef6":-4,"\u1ef8":-4,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"\u01fb":1,"\u0103":1,"\u0101":1,"\u0105":1,"\u01fd":1,"\u1ea1":1,"\u1ea3":1,"\u1ea5":1,"\u1ea7":1,"\u1ea9":1,"\u1eab":1,"\u1ead":1,"\u1eaf":1,"\u1eb1":1,"\u1eb3":1,"\u1eb5":1,"\u1eb7":1,"f":2,"\ufb01":2,"\ufb02":2,"\u00df":2,"g":3,"\u011f":3,"\u011d":3,"\u0123":3,"\u0121":3,"\ue005":3,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u0153":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"\u01ff":4,"\u01a1":4,"\u1eb9":4,"\u1ebb":4,"\u1ebd":4,"\u1ebf":4,"\u1ec1":4,"\u1ec3":4,"\u1ec5":4,"\u1ec7":4,"\u1ecd":4,"\u1ecf":4,"\u1ed1":4,"\u1ed3":4,"\u1ed5":4,"\u1ed7":4,"\u1ed9":4,"\u1edb":4,"\u1edd":4,"\u1edf":4,"\u1ee1":4,"\u1ee3":4,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"\u021b":1,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"\u016d":3,"\u0171":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0169":3,"\u01b0":3,"\u1ee5":3,"\u1ee7":3,"\u1ee9":3,"\u1eeb":3,"\u1eed":3,"\u1eef":3,"\u1ef1":3,"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u1e83":5,"\u0175":5,"\u1e85":5,"\u1e81":5,"\u1ef3":5,"\u0233":5,"\u1ef5":5,"\u1ef7":5,"\u1ef9":5,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1,"b":2,"h":2,"k":2,"l":2,"\u0142":2,"\u0127":2,"\u0125":2,"\u0137":2,"\u013a":2,"\u013e":2,"\u013c":2,"\u0140":2,"i":1,"m":1,"n":1,"p":1,"r":1,"\u0131":1,"\u00ed":1,"\u00ee":1,"\u00ef":1,"\u00ec":1,"\u00f1":1,"\u014b":1,"\u0138":1,"\u0133":1,"\u012d":1,"\u012b":1,"\u012f":1,"\u0129":1,"\ue006":1,"\u0144":1,"\u0148":1,"\ue007":1,"\u0146":1,"\u0155":1,"\u0159":1,"\u0157":1,"\u1ec9":1,"\u1ecb":1,"\u0394":-4,"\u039e":-5,"\u03c7":-1,"\u03b5":-4,"\u03ad":-4,"\u03b3":-1,"\u03bd":-1,"\u03bb":-5,"\u03c0":-6,"\u03c4":-2}},"F":{"d":"21,0r0,-243r100,0r0,34r-61,0r0,72r57,0r0,32r-57,0r0,105r-39,0","w":133,"k":{"\u00ef":3,"J":16,"\u0134":16,"M":5,"\ue001":5,"\u039c":5,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"\u01fa":14,"\u0102":14,"\u0100":14,"\u0104":14,"\u01fc":14,"\u0391":14,"\u039b":14,"\u1ea0":14,"\u1ea2":14,"\u1ea4":14,"\u1ea6":14,"\u1ea8":14,"\u1eaa":14,"\u1eac":14,"\u1eae":14,"\u1eb0":14,"\u1eb2":14,"\u1eb4":14,"\u1eb6":14,"a":10,"\u00e6":10,"\u00e1":10,"\u00e2":10,"\u00e4":10,"\u00e0":10,"\u00e5":10,"\u00e3":10,"\u01fb":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u01fd":10,"\u1ea1":10,"\u1ea3":10,"\u1ea5":10,"\u1ea7":10,"\u1ea9":10,"\u1eab":10,"\u1ead":10,"\u1eaf":10,"\u1eb1":10,"\u1eb3":10,"\u1eb5":10,"\u1eb7":10,"g":5,"\u011f":5,"\u011d":5,"\u0123":5,"\u0121":5,"\ue005":5,"c":8,"d":8,"e":8,"o":8,"q":8,"\u00f8":8,"\u0153":8,"\u00e7":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00e8":8,"\u00f3":8,"\u00f4":8,"\u00f6":8,"\u00f2":8,"\u00f5":8,"\u0111":8,"\u0107":8,"\u010d":8,"\u0109":8,"\u010b":8,"\u010f":8,"\u0115":8,"\u011b":8,"\u0117":8,"\u0113":8,"\u0119":8,"\u014f":8,"\u0151":8,"\u014d":8,"\u01ff":8,"\u01a1":8,"\u1eb9":8,"\u1ebb":8,"\u1ebd":8,"\u1ebf":8,"\u1ec1":8,"\u1ec3":8,"\u1ec5":8,"\u1ec7":8,"\u1ecd":8,"\u1ecf":8,"\u1ed1":8,"\u1ed3":8,"\u1ed5":8,"\u1ed7":8,"\u1ed9":8,"\u1edb":8,"\u1edd":8,"\u1edf":8,"\u1ee1":8,"\u1ee3":8,"t":2,"\u0167":2,"\u0165":2,"\u0163":2,"\u021b":2,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"\u016d":4,"\u0171":4,"\u016b":4,"\u0173":4,"\u016f":4,"\u0169":4,"\u01b0":4,"\u1ee5":4,"\u1ee7":4,"\u1ee9":4,"\u1eeb":4,"\u1eed":4,"\u1eef":4,"\u1ef1":4,"v":6,"w":6,"y":6,"\u00fd":6,"\u00ff":6,"\u1e83":6,"\u0175":6,"\u1e85":6,"\u1e81":6,"\u1ef3":6,"\u0233":6,"\u1ef5":6,"\u1ef7":6,"\u1ef9":6,"b":2,"h":2,"k":2,"l":2,"\u0142":2,"\u0127":2,"\u0125":2,"\u0137":2,"\u013a":2,"\u013e":2,"\u013c":2,"\u0140":2,"i":3,"m":3,"n":3,"p":3,"r":3,"\u0131":3,"\u00ed":3,"\u00ee":3,"\u00ec":3,"\u00f1":3,"\u014b":3,"\u0138":3,"\u0133":3,"\u012d":3,"\u012b":3,"\u012f":3,"\u0129":3,"\ue006":3,"\u0144":3,"\u0148":3,"\ue007":3,"\u0146":3,"\u0155":3,"\u0159":3,"\u0157":3,"\u1ec9":3,"\u1ecb":3,":":6,";":6,"\u203a":1,"\u00bb":1,"\u00ab":3,"\u2039":3,",":30,".":30,"\u2026":30}},"G":{"d":"149,-6v-80,28,-144,-22,-139,-113v6,-107,63,-141,135,-119r-7,34v-49,-18,-88,3,-88,86v0,72,23,91,63,86r0,-68r-26,0r0,-32r62,0r0,126","w":164,"k":{"a":-3,"\u00e6":-3,"\u00e1":-3,"\u00e2":-3,"\u00e4":-3,"\u00e0":-3,"\u00e5":-3,"\u00e3":-3,"\u01fb":-3,"\u0103":-3,"\u0101":-3,"\u0105":-3,"\u01fd":-3,"\u1ea1":-3,"\u1ea3":-3,"\u1ea5":-3,"\u1ea7":-3,"\u1ea9":-3,"\u1eab":-3,"\u1ead":-3,"\u1eaf":-3,"\u1eb1":-3,"\u1eb3":-3,"\u1eb5":-3,"\u1eb7":-3,"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u1e83":4,"\u0175":4,"\u1e85":4,"\u1e81":4,"\u1ef3":4,"\u0233":4,"\u1ef5":4,"\u1ef7":4,"\u1ef9":4,"\u2019":5,"\u201d":5}},"H":{"d":"21,-243r39,0r0,101r57,0r0,-101r39,0r0,243r-39,0r0,-107r-57,0r0,107r-39,0r0,-243","w":177,"k":{"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u0153":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"\u01ff":1,"\u01a1":1,"\u1eb9":1,"\u1ebb":1,"\u1ebd":1,"\u1ebf":1,"\u1ec1":1,"\u1ec3":1,"\u1ec5":1,"\u1ec7":1,"\u1ecd":1,"\u1ecf":1,"\u1ed1":1,"\u1ed3":1,"\u1ed5":1,"\u1ed7":1,"\u1ed9":1,"\u1edb":1,"\u1edd":1,"\u1edf":1,"\u1ee1":1,"\u1ee3":1,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"j":1,"\u0135":1,"\u03a8":1,"\u0394":1,"\u03b1":1,"\u03b4":1,"\u03bf":1,"\u03c3":1,"\u03c6":1,"\u03c2":1,"\u03ac":1,"\u03cc":1,"\u03b9":1,"\u03af":1,"\u03ca":1,"\u0390":1}},"I":{"d":"21,-243r39,0r0,243r-39,0r0,-243","w":81,"k":{"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u0153":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"\u01ff":1,"\u01a1":1,"\u1eb9":1,"\u1ebb":1,"\u1ebd":1,"\u1ebf":1,"\u1ec1":1,"\u1ec3":1,"\u1ec5":1,"\u1ec7":1,"\u1ecd":1,"\u1ecf":1,"\u1ed1":1,"\u1ed3":1,"\u1ed5":1,"\u1ed7":1,"\u1ed9":1,"\u1edb":1,"\u1edd":1,"\u1edf":1,"\u1ee1":1,"\u1ee3":1,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"j":1,"\u0135":1,"\u03a8":1,"\u0394":1,"\u03b1":1,"\u03b4":1,"\u03bf":1,"\u03c3":1,"\u03c6":1,"\u03c2":1,"\u03ac":1,"\u03cc":1,"\u03b9":1,"\u03af":1,"\u03ca":1,"\u0390":1}},"J":{"d":"45,-72r0,-171r38,0r0,170v-1,73,-37,82,-84,73r3,-32v28,3,43,3,43,-40","w":101,"k":{"v":-2,"w":-2,"y":-2,"\u00fd":-2,"\u00ff":-2,"\u1e83":-2,"\u0175":-2,"\u1e85":-2,"\u1e81":-2,"\u1ef3":-2,"\u0233":-2,"\u1ef5":-2,"\u1ef7":-2,"\u1ef9":-2,",":4,".":4,"\u2026":4}},"K":{"d":"21,0r0,-243r38,0r1,112r52,-112r42,0r-56,105r57,138r-42,0r-41,-108r-13,22r0,86r-38,0","w":156,"k":{"J":-8,"\u0134":-8,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u0152":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"\u0106":6,"\u010c":6,"\u0108":6,"\u010a":6,"\u011e":6,"\u011c":6,"\u0122":6,"\u0120":6,"\ue000":6,"\u014e":6,"\u0150":6,"\u014c":6,"\u01fe":6,"\u0398":6,"\u039f":6,"\u01a0":6,"\u1ecc":6,"\u1ece":6,"\u1ed0":6,"\u1ed2":6,"\u1ed4":6,"\u1ed6":6,"\u1ed8":6,"\u1eda":6,"\u1edc":6,"\u1ede":6,"\u1ee0":6,"\u1ee2":6,"V":-1,"W":-1,"\u1e82":-1,"\u0174":-1,"\u1e84":-1,"\u1e80":-1,"Y":1,"\u00dd":1,"\u0178":1,"\u1ef2":1,"\u0232":1,"\u1ef4":1,"\u1ef6":1,"\u1ef8":1,"Z":-6,"\u017d":-6,"\u0179":-6,"\u017b":-6,"\u0396":-6,"A":-3,"\u00c6":-3,"\u00c1":-3,"\u00c2":-3,"\u00c4":-3,"\u00c0":-3,"\u00c5":-3,"\u00c3":-3,"\u01fa":-3,"\u0102":-3,"\u0100":-3,"\u0104":-3,"\u01fc":-3,"\u0391":-3,"\u039b":-3,"\u1ea0":-3,"\u1ea2":-3,"\u1ea4":-3,"\u1ea6":-3,"\u1ea8":-3,"\u1eaa":-3,"\u1eac":-3,"\u1eae":-3,"\u1eb0":-3,"\u1eb2":-3,"\u1eb4":-3,"\u1eb6":-3,"a":-4,"\u00e6":-4,"\u00e1":-4,"\u00e2":-4,"\u00e4":-4,"\u00e0":-4,"\u00e5":-4,"\u00e3":-4,"\u01fb":-4,"\u0103":-4,"\u0101":-4,"\u0105":-4,"\u01fd":-4,"\u1ea1":-4,"\u1ea3":-4,"\u1ea5":-4,"\u1ea7":-4,"\u1ea9":-4,"\u1eab":-4,"\u1ead":-4,"\u1eaf":-4,"\u1eb1":-4,"\u1eb3":-4,"\u1eb5":-4,"\u1eb7":-4,"g":3,"\u011f":3,"\u011d":3,"\u0123":3,"\u0121":3,"\ue005":3,"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f8":2,"\u0153":2,"\u00e7":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,"\u0111":2,"\u0107":2,"\u010d":2,"\u0109":2,"\u010b":2,"\u010f":2,"\u0115":2,"\u011b":2,"\u0117":2,"\u0113":2,"\u0119":2,"\u014f":2,"\u0151":2,"\u014d":2,"\u01ff":2,"\u01a1":2,"\u1eb9":2,"\u1ebb":2,"\u1ebd":2,"\u1ebf":2,"\u1ec1":2,"\u1ec3":2,"\u1ec5":2,"\u1ec7":2,"\u1ecd":2,"\u1ecf":2,"\u1ed1":2,"\u1ed3":2,"\u1ed5":2,"\u1ed7":2,"\u1ed9":2,"\u1edb":2,"\u1edd":2,"\u1edf":2,"\u1ee1":2,"\u1ee3":2,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"\u016d":3,"\u0171":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0169":3,"\u01b0":3,"\u1ee5":3,"\u1ee7":3,"\u1ee9":3,"\u1eeb":3,"\u1eed":3,"\u1eef":3,"\u1ef1":3,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"\u1e83":7,"\u0175":7,"\u1e85":7,"\u1e81":7,"\u1ef3":7,"\u0233":7,"\u1ef5":7,"\u1ef7":7,"\u1ef9":7,"b":-3,"h":-3,"k":-3,"l":-3,"\u0142":-3,"\u0127":-3,"\u0125":-3,"\u0137":-3,"\u013a":-3,"\u013e":-3,"\u013c":-3,"\u0140":-3,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"\u0131":-1,"\u00ed":-1,"\u00ee":-1,"\u00ef":-1,"\u00ec":-1,"\u00f1":-1,"\u014b":-1,"\u0138":-1,"\u0133":-1,"\u012d":-1,"\u012b":-1,"\u012f":-1,"\u0129":-1,"\ue006":-1,"\u0144":-1,"\u0148":-1,"\ue007":-1,"\u0146":-1,"\u0155":-1,"\u0159":-1,"\u0157":-1,"\u1ec9":-1,"\u1ecb":-1,":":-1,";":-1,"\u00ab":2,"\u2039":2,"-":7,"\u2013":7,"\u2014":7,"\u00ad":7,"\"":-4,"'":-4,"\u2018":1,"\u201c":1,"\u2019":-2,"\u201d":-2,",":-5,".":-5,"\u2026":-5,"\u03a6":8,"\u0394":-6,"\u039e":-10,"\u03a3":-6,"\u03b5":-2,"\u03ad":-2,"\u03b3":6,"\u03bd":6,"\u03bb":-7,"\u03b1":3,"\u03b4":3,"\u03bf":3,"\u03c3":3,"\u03c6":3,"\u03c2":3,"\u03ac":3,"\u03cc":3,"\u03c1":1,"\u03c4":3,"\u03c5":5,"\u03c8":5,"\u03cd":5,"\u03cb":5,"\u03b0":5}},"L":{"d":"21,0r0,-243r39,0r0,211r65,0r0,32r-104,0","w":131,"k":{"\u01fe":12,"\u00d8":12,"T":22,"\u0166":22,"\u0164":22,"\u0162":22,"\u03a4":22,"\u021a":22,"J":-10,"\u0134":-10,"C":12,"G":12,"O":12,"Q":12,"\u0152":12,"\u00c7":12,"\u00d3":12,"\u00d4":12,"\u00d6":12,"\u00d2":12,"\u00d5":12,"\u0106":12,"\u010c":12,"\u0108":12,"\u010a":12,"\u011e":12,"\u011c":12,"\u0122":12,"\u0120":12,"\ue000":12,"\u014e":12,"\u0150":12,"\u014c":12,"\u0398":12,"\u039f":12,"\u01a0":12,"\u1ecc":12,"\u1ece":12,"\u1ed0":12,"\u1ed2":12,"\u1ed4":12,"\u1ed6":12,"\u1ed8":12,"\u1eda":12,"\u1edc":12,"\u1ede":12,"\u1ee0":12,"\u1ee2":12,"U":9,"\u00da":9,"\u00db":9,"\u00dc":9,"\u00d9":9,"\u016c":9,"\u0170":9,"\u016a":9,"\u0172":9,"\u016e":9,"\u0168":9,"\u01af":9,"\u1ee4":9,"\u1ee6":9,"\u1ee8":9,"\u1eea":9,"\u1eec":9,"\u1eee":9,"\u1ef0":9,"V":17,"W":17,"\u1e82":17,"\u0174":17,"\u1e84":17,"\u1e80":17,"Y":23,"\u00dd":23,"\u0178":23,"\u1ef2":23,"\u0232":23,"\u1ef4":23,"\u1ef6":23,"\u1ef8":23,"A":-2,"\u00c6":-2,"\u00c1":-2,"\u00c2":-2,"\u00c4":-2,"\u00c0":-2,"\u00c5":-2,"\u00c3":-2,"\u01fa":-2,"\u0102":-2,"\u0100":-2,"\u0104":-2,"\u01fc":-2,"\u0391":-2,"\u039b":-2,"\u1ea0":-2,"\u1ea2":-2,"\u1ea4":-2,"\u1ea6":-2,"\u1ea8":-2,"\u1eaa":-2,"\u1eac":-2,"\u1eae":-2,"\u1eb0":-2,"\u1eb2":-2,"\u1eb4":-2,"\u1eb6":-2,"f":3,"\ufb01":3,"\ufb02":3,"\u00df":3,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"\ue005":2,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u0153":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"\u01ff":4,"\u01a1":4,"\u1eb9":4,"\u1ebb":4,"\u1ebd":4,"\u1ebf":4,"\u1ec1":4,"\u1ec3":4,"\u1ec5":4,"\u1ec7":4,"\u1ecd":4,"\u1ecf":4,"\u1ed1":4,"\u1ed3":4,"\u1ed5":4,"\u1ed7":4,"\u1ed9":4,"\u1edb":4,"\u1edd":4,"\u1edf":4,"\u1ee1":4,"\u1ee3":4,"t":7,"\u0167":7,"\u0165":7,"\u0163":7,"\u021b":7,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"\u016d":4,"\u0171":4,"\u016b":4,"\u0173":4,"\u016f":4,"\u0169":4,"\u01b0":4,"\u1ee5":4,"\u1ee7":4,"\u1ee9":4,"\u1eeb":4,"\u1eed":4,"\u1eef":4,"\u1ef1":4,"v":8,"w":8,"y":8,"\u00fd":8,"\u00ff":8,"\u1e83":8,"\u0175":8,"\u1e85":8,"\u1e81":8,"\u1ef3":8,"\u0233":8,"\u1ef5":8,"\u1ef7":8,"\u1ef9":8,"\u203a":-2,"\u00bb":-2,"\u00ab":15,"\u2039":15,"-":14,"\u2013":14,"\u2014":14,"\u00ad":14,"\"":27,"'":27,"\u2018":25,"\u201c":25,"\u2019":22,"\u201d":22}},"M":{"d":"174,0r-9,-181v-12,64,-27,118,-42,178r-26,0r-24,-96v-7,-23,-11,-57,-18,-82r-8,181r-33,0r16,-243r41,0r42,183v9,-58,27,-125,40,-183r41,0r14,243r-34,0","w":223,"k":{"T":8,"\u0166":8,"\u0164":8,"\u0162":8,"\u03a4":8,"\u021a":8,"V":1,"W":1,"\u1e82":1,"\u0174":1,"\u1e84":1,"\u1e80":1,"Y":2,"\u00dd":2,"\u0178":2,"\u1ef2":2,"\u0232":2,"\u1ef4":2,"\u1ef6":2,"\u1ef8":2,"A":1,"\u00c6":1,"\u00c1":1,"\u00c2":1,"\u00c4":1,"\u00c0":1,"\u00c5":1,"\u00c3":1,"\u01fa":1,"\u0102":1,"\u0100":1,"\u0104":1,"\u01fc":1,"\u0391":1,"\u039b":1,"\u1ea0":1,"\u1ea2":1,"\u1ea4":1,"\u1ea6":1,"\u1ea8":1,"\u1eaa":1,"\u1eac":1,"\u1eae":1,"\u1eb0":1,"\u1eb2":1,"\u1eb4":1,"\u1eb6":1,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"\ue005":2,"\u00ab":1,"\u2039":1,"-":-2,"\u2013":-2,"\u2014":-2,"\u00ad":-2,"\"":4,"'":4,"\u03a8":4,"\u03a5":7,"\u03ab":7,"\u03c0":-3,"\u00b5":-1,"\u03b2":-1,"\u03b7":-1,"\u03ba":-1,"\u03ae":-1}},"N":{"d":"55,0r-34,0r0,-243r36,0r70,181v-4,-48,-6,-122,-5,-181r34,0r0,243r-35,0r-41,-103v-10,-21,-18,-53,-28,-77v3,40,3,124,3,180","w":177,"k":{"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u0153":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"\u01ff":1,"\u01a1":1,"\u1eb9":1,"\u1ebb":1,"\u1ebd":1,"\u1ebf":1,"\u1ec1":1,"\u1ec3":1,"\u1ec5":1,"\u1ec7":1,"\u1ecd":1,"\u1ecf":1,"\u1ed1":1,"\u1ed3":1,"\u1ed5":1,"\u1ed7":1,"\u1ed9":1,"\u1edb":1,"\u1edd":1,"\u1edf":1,"\u1ee1":1,"\u1ee3":1,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"j":1,"\u0135":1,"\u03a8":1,"\u0394":1,"\u03b1":1,"\u03b4":1,"\u03bf":1,"\u03c3":1,"\u03c6":1,"\u03c2":1,"\u03ac":1,"\u03cc":1,"\u03b9":1,"\u03af":1,"\u03ca":1,"\u0390":1}},"O":{"d":"86,-246v51,0,71,56,71,121v0,91,-32,128,-75,128v-48,0,-72,-52,-72,-125v0,-73,27,-124,76,-124xm84,-212v-24,0,-34,40,-34,91v0,53,11,90,35,90v25,0,32,-43,32,-92v0,-44,-7,-89,-33,-89","w":167,"k":{"\u0142":-5,"T":5,"\u0166":5,"\u0164":5,"\u0162":5,"\u03a4":5,"\u021a":5,"J":2,"\u0134":2,"V":1,"W":1,"\u1e82":1,"\u0174":1,"\u1e84":1,"\u1e80":1,"Y":3,"\u00dd":3,"\u0178":3,"\u1ef2":3,"\u0232":3,"\u1ef4":3,"\u1ef6":3,"\u1ef8":3,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"\u01fa":6,"\u0102":6,"\u0100":6,"\u0104":6,"\u01fc":6,"\u0391":6,"\u039b":6,"\u1ea0":6,"\u1ea2":6,"\u1ea4":6,"\u1ea6":6,"\u1ea8":6,"\u1eaa":6,"\u1eac":6,"\u1eae":6,"\u1eb0":6,"\u1eb2":6,"\u1eb4":6,"\u1eb6":6,"X":1,"\u03a7":1,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":-5,"\ufb01":-5,"\ufb02":-5,"\u00df":-5,"g":-2,"\u011f":-2,"\u011d":-2,"\u0123":-2,"\u0121":-2,"\ue005":-2,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u00f8":-2,"\u0153":-2,"\u00e7":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00e8":-2,"\u00f3":-2,"\u00f4":-2,"\u00f6":-2,"\u00f2":-2,"\u00f5":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2,"\u01ff":-2,"\u01a1":-2,"\u1eb9":-2,"\u1ebb":-2,"\u1ebd":-2,"\u1ebf":-2,"\u1ec1":-2,"\u1ec3":-2,"\u1ec5":-2,"\u1ec7":-2,"\u1ecd":-2,"\u1ecf":-2,"\u1ed1":-2,"\u1ed3":-2,"\u1ed5":-2,"\u1ed7":-2,"\u1ed9":-2,"\u1edb":-2,"\u1edd":-2,"\u1edf":-2,"\u1ee1":-2,"\u1ee3":-2,"t":-5,"\u0167":-5,"\u0165":-5,"\u0163":-5,"\u021b":-5,"u":-4,"\u00fa":-4,"\u00fb":-4,"\u00fc":-4,"\u00f9":-4,"\u016d":-4,"\u0171":-4,"\u016b":-4,"\u0173":-4,"\u016f":-4,"\u0169":-4,"\u01b0":-4,"\u1ee5":-4,"\u1ee7":-4,"\u1ee9":-4,"\u1eeb":-4,"\u1eed":-4,"\u1eef":-4,"\u1ef1":-4,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u1e83":-3,"\u0175":-3,"\u1e85":-3,"\u1e81":-3,"\u1ef3":-3,"\u0233":-3,"\u1ef5":-3,"\u1ef7":-3,"\u1ef9":-3,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u0131":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"\u014b":-3,"\u0138":-3,"\u0133":-3,"\u012d":-3,"\u012b":-3,"\u012f":-3,"\u0129":-3,"\ue006":-3,"\u0144":-3,"\u0148":-3,"\ue007":-3,"\u0146":-3,"\u0155":-3,"\u0159":-3,"\u0157":-3,"\u1ec9":-3,"\u1ecb":-3,"j":-1,"\u0135":-1,"-":-4,"\u2013":-4,"\u2014":-4,"\u00ad":-4,")":3,"]":3,"}":3,"\u2019":-4,"\u201d":-4,",":14,".":14,"\u2026":14,"\u03a6":-2,"\u03a5":7,"\u03ab":7,"\u0394":4,"\u03a3":2,"\u03b3":-4,"\u03bd":-4,"\u03bb":4,"\u03c0":-3,"\u03c1":1,"\u03c4":-2,"\u03b6":-1,"\u03be":-1,"\u03b8":-4}},"P":{"d":"146,-174v0,53,-38,84,-87,79r0,95r-38,0r0,-239v59,-15,125,0,125,65xm59,-211r0,85v32,3,48,-13,49,-45v1,-28,-17,-46,-49,-40","w":155,"k":{"\u0127":-4,"J":14,"\u0134":14,"Z":3,"\u017d":3,"\u0179":3,"\u017b":3,"\u0396":3,"A":17,"\u00c6":17,"\u00c1":17,"\u00c2":17,"\u00c4":17,"\u00c0":17,"\u00c5":17,"\u00c3":17,"\u01fa":17,"\u0102":17,"\u0100":17,"\u0104":17,"\u01fc":17,"\u0391":17,"\u039b":17,"\u1ea0":17,"\u1ea2":17,"\u1ea4":17,"\u1ea6":17,"\u1ea8":17,"\u1eaa":17,"\u1eac":17,"\u1eae":17,"\u1eb0":17,"\u1eb2":17,"\u1eb4":17,"\u1eb6":17,"X":3,"\u03a7":3,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"\u01fb":7,"\u0103":7,"\u0101":7,"\u0105":7,"\u01fd":7,"\u1ea1":7,"\u1ea3":7,"\u1ea5":7,"\u1ea7":7,"\u1ea9":7,"\u1eab":7,"\u1ead":7,"\u1eaf":7,"\u1eb1":7,"\u1eb3":7,"\u1eb5":7,"\u1eb7":7,"g":10,"\u011f":10,"\u011d":10,"\u0123":10,"\u0121":10,"\ue005":10,"c":8,"d":8,"e":8,"o":8,"q":8,"\u00f8":8,"\u0153":8,"\u00e7":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00e8":8,"\u00f3":8,"\u00f4":8,"\u00f6":8,"\u00f2":8,"\u00f5":8,"\u0111":8,"\u0107":8,"\u010d":8,"\u0109":8,"\u010b":8,"\u010f":8,"\u0115":8,"\u011b":8,"\u0117":8,"\u0113":8,"\u0119":8,"\u014f":8,"\u0151":8,"\u014d":8,"\u01ff":8,"\u01a1":8,"\u1eb9":8,"\u1ebb":8,"\u1ebd":8,"\u1ebf":8,"\u1ec1":8,"\u1ec3":8,"\u1ec5":8,"\u1ec7":8,"\u1ecd":8,"\u1ecf":8,"\u1ed1":8,"\u1ed3":8,"\u1ed5":8,"\u1ed7":8,"\u1ed9":8,"\u1edb":8,"\u1edd":8,"\u1edf":8,"\u1ee1":8,"\u1ee3":8,"s":5,"\u0161":5,"\u015b":5,"\u015f":5,"\u015d":5,"\u0219":5,"\uf6c2":5,"t":-4,"\u0167":-4,"\u0165":-4,"\u0163":-4,"\u021b":-4,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"\u016d":2,"\u0171":2,"\u016b":2,"\u0173":2,"\u016f":2,"\u0169":2,"\u01b0":2,"\u1ee5":2,"\u1ee7":2,"\u1ee9":2,"\u1eeb":2,"\u1eed":2,"\u1eef":2,"\u1ef1":2,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u1e83":-3,"\u0175":-3,"\u1e85":-3,"\u1e81":-3,"\u1ef3":-3,"\u0233":-3,"\u1ef5":-3,"\u1ef7":-3,"\u1ef9":-3,"i":1,"m":1,"n":1,"p":1,"r":1,"\u0131":1,"\u00ed":1,"\u00ee":1,"\u00ef":1,"\u00ec":1,"\u00f1":1,"\u014b":1,"\u0138":1,"\u0133":1,"\u012d":1,"\u012b":1,"\u012f":1,"\u0129":1,"\ue006":1,"\u0144":1,"\u0148":1,"\ue007":1,"\u0146":1,"\u0155":1,"\u0159":1,"\u0157":1,"\u1ec9":1,"\u1ecb":1,":":4,";":4,"\u00ab":8,"\u2039":8,"-":8,"\u2013":8,"\u2014":8,"\u00ad":8,")":4,"]":4,"}":4,"\u2018":-5,"\u201c":-5,"\u2019":-9,"\u201d":-9,",":47,".":47,"\u2026":47,"\u03a8":-3,"\u03a5":-4,"\u03ab":-4,"\u0394":19,"\u03b5":7,"\u03ad":7,"\u03b1":6,"\u03b4":6,"\u03bf":6,"\u03c3":6,"\u03c6":6,"\u03c2":6,"\u03ac":6,"\u03cc":6,"\u00b5":1,"\u03b2":1,"\u03b7":1,"\u03ba":1,"\u03ae":1,"\u03b9":1,"\u03af":1,"\u03ca":1,"\u0390":1}},"Q":{"d":"152,36v-24,-9,-47,-25,-69,-33v-44,0,-73,-44,-73,-125v0,-72,28,-124,77,-124v90,0,86,212,32,234v14,9,33,13,47,19xm85,-31v24,0,32,-43,32,-92v0,-46,-7,-89,-32,-89v-25,0,-35,44,-35,90v0,49,9,91,35,91","w":167,"k":{"\u0142":-5,"T":5,"\u0166":5,"\u0164":5,"\u0162":5,"\u03a4":5,"\u021a":5,"J":2,"\u0134":2,"V":1,"W":1,"\u1e82":1,"\u0174":1,"\u1e84":1,"\u1e80":1,"Y":3,"\u00dd":3,"\u0178":3,"\u1ef2":3,"\u0232":3,"\u1ef4":3,"\u1ef6":3,"\u1ef8":3,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"\u01fa":6,"\u0102":6,"\u0100":6,"\u0104":6,"\u01fc":6,"\u0391":6,"\u039b":6,"\u1ea0":6,"\u1ea2":6,"\u1ea4":6,"\u1ea6":6,"\u1ea8":6,"\u1eaa":6,"\u1eac":6,"\u1eae":6,"\u1eb0":6,"\u1eb2":6,"\u1eb4":6,"\u1eb6":6,"X":1,"\u03a7":1,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":-5,"\ufb01":-5,"\ufb02":-5,"\u00df":-5,"g":-2,"\u011f":-2,"\u011d":-2,"\u0123":-2,"\u0121":-2,"\ue005":-2,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u00f8":-2,"\u0153":-2,"\u00e7":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00e8":-2,"\u00f3":-2,"\u00f4":-2,"\u00f6":-2,"\u00f2":-2,"\u00f5":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2,"\u01ff":-2,"\u01a1":-2,"\u1eb9":-2,"\u1ebb":-2,"\u1ebd":-2,"\u1ebf":-2,"\u1ec1":-2,"\u1ec3":-2,"\u1ec5":-2,"\u1ec7":-2,"\u1ecd":-2,"\u1ecf":-2,"\u1ed1":-2,"\u1ed3":-2,"\u1ed5":-2,"\u1ed7":-2,"\u1ed9":-2,"\u1edb":-2,"\u1edd":-2,"\u1edf":-2,"\u1ee1":-2,"\u1ee3":-2,"t":-5,"\u0167":-5,"\u0165":-5,"\u0163":-5,"\u021b":-5,"u":-4,"\u00fa":-4,"\u00fb":-4,"\u00fc":-4,"\u00f9":-4,"\u016d":-4,"\u0171":-4,"\u016b":-4,"\u0173":-4,"\u016f":-4,"\u0169":-4,"\u01b0":-4,"\u1ee5":-4,"\u1ee7":-4,"\u1ee9":-4,"\u1eeb":-4,"\u1eed":-4,"\u1eef":-4,"\u1ef1":-4,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u1e83":-3,"\u0175":-3,"\u1e85":-3,"\u1e81":-3,"\u1ef3":-3,"\u0233":-3,"\u1ef5":-3,"\u1ef7":-3,"\u1ef9":-3,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u0131":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"\u014b":-3,"\u0138":-3,"\u0133":-3,"\u012d":-3,"\u012b":-3,"\u012f":-3,"\u0129":-3,"\ue006":-3,"\u0144":-3,"\u0148":-3,"\ue007":-3,"\u0146":-3,"\u0155":-3,"\u0159":-3,"\u0157":-3,"\u1ec9":-3,"\u1ecb":-3,"j":-1,"\u0135":-1,"-":-4,"\u2013":-4,"\u2014":-4,"\u00ad":-4,")":3,"]":3,"}":3,"\u2019":-4,"\u201d":-4,",":14,".":14,"\u2026":14,"\u03a6":-2,"\u03a5":7,"\u03ab":7,"\u0394":4,"\u03a3":2,"\u03b3":-4,"\u03bd":-4,"\u03bb":4,"\u03c0":-3,"\u03c1":1,"\u03c4":-2,"\u03b6":-1,"\u03be":-1,"\u03b8":-4}},"R":{"d":"113,0v-9,-13,-9,-114,-45,-101r-9,0r0,101r-38,0r0,-239v59,-15,125,0,125,62v0,29,-16,49,-38,62v33,2,34,96,45,115r-40,0xm59,-212r0,82v31,3,47,-14,48,-43v1,-29,-18,-45,-48,-39","w":159,"k":{"T":3,"\u0166":3,"\u0164":3,"\u0162":3,"\u03a4":3,"\u021a":3,"J":-6,"\u0134":-6,"Y":3,"\u00dd":3,"\u0178":3,"\u1ef2":3,"\u0232":3,"\u1ef4":3,"\u1ef6":3,"\u1ef8":3,"A":-1,"\u00c6":-1,"\u00c1":-1,"\u00c2":-1,"\u00c4":-1,"\u00c0":-1,"\u00c5":-1,"\u00c3":-1,"\u01fa":-1,"\u0102":-1,"\u0100":-1,"\u0104":-1,"\u01fc":-1,"\u0391":-1,"\u039b":-1,"\u1ea0":-1,"\u1ea2":-1,"\u1ea4":-1,"\u1ea6":-1,"\u1ea8":-1,"\u1eaa":-1,"\u1eac":-1,"\u1eae":-1,"\u1eb0":-1,"\u1eb2":-1,"\u1eb4":-1,"\u1eb6":-1,"X":-4,"\u03a7":-4,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"t":-5,"\u0167":-5,"\u0165":-5,"\u0163":-5,"\u021b":-5,"b":-1,"h":-1,"k":-1,"l":-1,"\u0142":-1,"\u0127":-1,"\u0125":-1,"\u0137":-1,"\u013a":-1,"\u013e":-1,"\u013c":-1,"\u0140":-1,"i":-2,"m":-2,"n":-2,"p":-2,"r":-2,"\u0131":-2,"\u00ed":-2,"\u00ee":-2,"\u00ef":-2,"\u00ec":-2,"\u00f1":-2,"\u014b":-2,"\u0138":-2,"\u0133":-2,"\u012d":-2,"\u012b":-2,"\u012f":-2,"\u0129":-2,"\ue006":-2,"\u0144":-2,"\u0148":-2,"\ue007":-2,"\u0146":-2,"\u0155":-2,"\u0159":-2,"\u0157":-2,"\u1ec9":-2,"\u1ecb":-2,"-":3,"\u2013":3,"\u2014":3,"\u00ad":3,"\u2019":-4,"\u201d":-4}},"S":{"d":"9,-8r7,-33v24,16,74,13,74,-24v0,-19,-11,-32,-32,-44v-64,-34,-59,-135,26,-136v15,0,30,5,36,9r-7,33v-18,-15,-63,-8,-63,21v0,19,9,29,35,43v70,39,50,143,-32,141v-18,0,-36,-5,-44,-10","w":136,"k":{"\u01fd":-5,"\u00e6":-5,"a":-5,"\u00e1":-5,"\u00e2":-5,"\u00e4":-5,"\u00e0":-5,"\u00e5":-5,"\u00e3":-5,"\u01fb":-5,"\u0103":-5,"\u0101":-5,"\u0105":-5,"\u1ea1":-5,"\u1ea3":-5,"\u1ea5":-5,"\u1ea7":-5,"\u1ea9":-5,"\u1eab":-5,"\u1ead":-5,"\u1eaf":-5,"\u1eb1":-5,"\u1eb3":-5,"\u1eb5":-5,"\u1eb7":-5,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"\u00f8":-3,"\u0153":-3,"\u00e7":-3,"\u00e9":-3,"\u00ea":-3,"\u00eb":-3,"\u00e8":-3,"\u00f3":-3,"\u00f4":-3,"\u00f6":-3,"\u00f2":-3,"\u00f5":-3,"\u0111":-3,"\u0107":-3,"\u010d":-3,"\u0109":-3,"\u010b":-3,"\u010f":-3,"\u0115":-3,"\u011b":-3,"\u0117":-3,"\u0113":-3,"\u0119":-3,"\u014f":-3,"\u0151":-3,"\u014d":-3,"\u01ff":-3,"\u01a1":-3,"\u1eb9":-3,"\u1ebb":-3,"\u1ebd":-3,"\u1ebf":-3,"\u1ec1":-3,"\u1ec3":-3,"\u1ec5":-3,"\u1ec7":-3,"\u1ecd":-3,"\u1ecf":-3,"\u1ed1":-3,"\u1ed3":-3,"\u1ed5":-3,"\u1ed7":-3,"\u1ed9":-3,"\u1edb":-3,"\u1edd":-3,"\u1edf":-3,"\u1ee1":-3,"\u1ee3":-3,"u":-3,"\u00fa":-3,"\u00fb":-3,"\u00fc":-3,"\u00f9":-3,"\u016d":-3,"\u0171":-3,"\u016b":-3,"\u0173":-3,"\u016f":-3,"\u0169":-3,"\u01b0":-3,"\u1ee5":-3,"\u1ee7":-3,"\u1ee9":-3,"\u1eeb":-3,"\u1eed":-3,"\u1eef":-3,"\u1ef1":-3,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"b":-2,"h":-2,"k":-2,"l":-2,"\u0142":-2,"\u0127":-2,"\u0125":-2,"\u0137":-2,"\u013a":-2,"\u013e":-2,"\u013c":-2,"\u0140":-2,"i":-2,"m":-2,"n":-2,"p":-2,"r":-2,"\u0131":-2,"\u00ed":-2,"\u00ee":-2,"\u00ef":-2,"\u00ec":-2,"\u00f1":-2,"\u014b":-2,"\u0138":-2,"\u0133":-2,"\u012d":-2,"\u012b":-2,"\u012f":-2,"\u0129":-2,"\ue006":-2,"\u0144":-2,"\u0148":-2,"\ue007":-2,"\u0146":-2,"\u0155":-2,"\u0159":-2,"\u0157":-2,"\u1ec9":-2,"\u1ecb":-2,"j":-1,"\u0135":-1,"-":-4,"\u2013":-4,"\u2014":-4,"\u00ad":-4,"\u2019":1,"\u201d":1}},"T":{"d":"48,0r0,-207r-43,0r0,-36r125,0r0,36r-43,0r0,207r-39,0","w":135,"k":{"\u0129":15,"\u012f":15,"\u012b":15,"\u012d":15,"\u0133":15,"\u00ec":15,"\u00ef":15,"\u00ee":15,"\u00ed":15,"\u00e8":19,"\u00e0":16,"\u0131":15,"i":15,"T":-4,"\u0166":-4,"\u0164":-4,"\u0162":-4,"\u03a4":-4,"\u021a":-4,"J":7,"\u0134":7,"M":1,"\ue001":1,"\u039c":1,"C":8,"G":8,"O":8,"Q":8,"\u00d8":8,"\u0152":8,"\u00c7":8,"\u00d3":8,"\u00d4":8,"\u00d6":8,"\u00d2":8,"\u00d5":8,"\u0106":8,"\u010c":8,"\u0108":8,"\u010a":8,"\u011e":8,"\u011c":8,"\u0122":8,"\u0120":8,"\ue000":8,"\u014e":8,"\u0150":8,"\u014c":8,"\u01fe":8,"\u0398":8,"\u039f":8,"\u01a0":8,"\u1ecc":8,"\u1ece":8,"\u1ed0":8,"\u1ed2":8,"\u1ed4":8,"\u1ed6":8,"\u1ed8":8,"\u1eda":8,"\u1edc":8,"\u1ede":8,"\u1ee0":8,"\u1ee2":8,"V":-6,"W":-6,"\u1e82":-6,"\u0174":-6,"\u1e84":-6,"\u1e80":-6,"Y":-10,"\u00dd":-10,"\u0178":-10,"\u1ef2":-10,"\u0232":-10,"\u1ef4":-10,"\u1ef6":-10,"\u1ef8":-10,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"\u01fa":14,"\u0102":14,"\u0100":14,"\u0104":14,"\u01fc":14,"\u0391":14,"\u039b":14,"\u1ea0":14,"\u1ea2":14,"\u1ea4":14,"\u1ea6":14,"\u1ea8":14,"\u1eaa":14,"\u1eac":14,"\u1eae":14,"\u1eb0":14,"\u1eb2":14,"\u1eb4":14,"\u1eb6":14,"X":-6,"\u03a7":-6,"S":3,"\u0160":3,"\u015a":3,"\u015e":3,"\u015c":3,"\u0218":3,"\uf6c1":3,"a":16,"\u00e6":16,"\u00e1":16,"\u00e2":16,"\u00e4":16,"\u00e5":16,"\u00e3":16,"\u01fb":16,"\u0103":16,"\u0101":16,"\u0105":16,"\u01fd":16,"\u1ea1":16,"\u1ea3":16,"\u1ea5":16,"\u1ea7":16,"\u1ea9":16,"\u1eab":16,"\u1ead":16,"\u1eaf":16,"\u1eb1":16,"\u1eb3":16,"\u1eb5":16,"\u1eb7":16,"g":21,"\u011f":21,"\u011d":21,"\u0123":21,"\u0121":21,"\ue005":21,"c":19,"d":19,"e":19,"o":19,"q":19,"\u00f8":19,"\u0153":19,"\u00e7":19,"\u00e9":19,"\u00ea":19,"\u00eb":19,"\u00f3":19,"\u00f4":19,"\u00f6":19,"\u00f2":19,"\u00f5":19,"\u0111":19,"\u0107":19,"\u010d":19,"\u0109":19,"\u010b":19,"\u010f":19,"\u0115":19,"\u011b":19,"\u0117":19,"\u0113":19,"\u0119":19,"\u014f":19,"\u0151":19,"\u014d":19,"\u01ff":19,"\u01a1":19,"\u1eb9":19,"\u1ebb":19,"\u1ebd":19,"\u1ebf":19,"\u1ec1":19,"\u1ec3":19,"\u1ec5":19,"\u1ec7":19,"\u1ecd":19,"\u1ecf":19,"\u1ed1":19,"\u1ed3":19,"\u1ed5":19,"\u1ed7":19,"\u1ed9":19,"\u1edb":19,"\u1edd":19,"\u1edf":19,"\u1ee1":19,"\u1ee3":19,"s":18,"\u0161":18,"\u015b":18,"\u015f":18,"\u015d":18,"\u0219":18,"\uf6c2":18,"u":15,"\u00fa":15,"\u00fb":15,"\u00fc":15,"\u00f9":15,"\u016d":15,"\u0171":15,"\u016b":15,"\u0173":15,"\u016f":15,"\u0169":15,"\u01b0":15,"\u1ee5":15,"\u1ee7":15,"\u1ee9":15,"\u1eeb":15,"\u1eed":15,"\u1eef":15,"\u1ef1":15,"v":13,"w":13,"y":13,"\u00fd":13,"\u00ff":13,"\u1e83":13,"\u0175":13,"\u1e85":13,"\u1e81":13,"\u1ef3":13,"\u0233":13,"\u1ef5":13,"\u1ef7":13,"\u1ef9":13,"z":14,"\u017e":14,"\u017a":14,"\u017c":14,"b":3,"h":3,"k":3,"l":3,"\u0142":3,"\u0127":3,"\u0125":3,"\u0137":3,"\u013a":3,"\u013e":3,"\u013c":3,"\u0140":3,"m":15,"n":15,"p":15,"r":15,"\u00f1":15,"\u014b":15,"\u0138":15,"\ue006":15,"\u0144":15,"\u0148":15,"\ue007":15,"\u0146":15,"\u0155":15,"\u0159":15,"\u0157":15,"\u1ec9":15,"\u1ecb":15,"x":12,":":10,";":10,"\u203a":12,"\u00bb":12,"\u00ab":15,"\u2039":15,"-":12,"\u2013":12,"\u2014":12,"\u00ad":12,")":-10,"]":-10,"}":-10,"\"":-4,"'":-4,"\u2019":-8,"\u201d":-8,",":24,".":24,"\u2026":24,"\u03a6":12,"\u03a8":-2,"\u03a5":-5,"\u03ab":-5,"\u0394":16,"\u03a9":8,"\u03b5":13,"\u03ad":13,"\u03b1":17,"\u03b4":17,"\u03bf":17,"\u03c3":17,"\u03c6":17,"\u03c2":17,"\u03ac":17,"\u03cc":17,"\u03c1":18,"\u03c5":11,"\u03c8":11,"\u03cd":11,"\u03cb":11,"\u03b0":11,"\u00b5":8,"\u03b2":8,"\u03b7":8,"\u03ba":8,"\u03ae":8,"\u03b6":8,"\u03be":8,"\u03b9":8,"\u03af":8,"\u03ca":8,"\u0390":8,"\u03c9":11,"\u03ce":11}},"U":{"d":"20,-243r39,0r0,160v0,39,12,52,27,52v17,0,28,-12,28,-52r0,-160r39,0r0,154v0,63,-25,92,-67,92v-94,0,-60,-154,-66,-246","w":173,"k":{"M":1,"\ue001":1,"\u039c":1,"Y":1,"\u00dd":1,"\u0178":1,"\u1ef2":1,"\u0232":1,"\u1ef4":1,"\u1ef6":1,"\u1ef8":1,"A":3,"\u00c6":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"\u01fa":3,"\u0102":3,"\u0100":3,"\u0104":3,"\u01fc":3,"\u0391":3,"\u039b":3,"\u1ea0":3,"\u1ea2":3,"\u1ea4":3,"\u1ea6":3,"\u1ea8":3,"\u1eaa":3,"\u1eac":3,"\u1eae":3,"\u1eb0":3,"\u1eb2":3,"\u1eb4":3,"\u1eb6":3,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"\u01fb":1,"\u0103":1,"\u0101":1,"\u0105":1,"\u01fd":1,"\u1ea1":1,"\u1ea3":1,"\u1ea5":1,"\u1ea7":1,"\u1ea9":1,"\u1eab":1,"\u1ead":1,"\u1eaf":1,"\u1eb1":1,"\u1eb3":1,"\u1eb5":1,"\u1eb7":1,"g":1,"\u011f":1,"\u011d":1,"\u0123":1,"\u0121":1,"\ue005":1,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u0153":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"\u01ff":1,"\u01a1":1,"\u1eb9":1,"\u1ebb":1,"\u1ebd":1,"\u1ebf":1,"\u1ec1":1,"\u1ec3":1,"\u1ec5":1,"\u1ec7":1,"\u1ecd":1,"\u1ecf":1,"\u1ed1":1,"\u1ed3":1,"\u1ed5":1,"\u1ed7":1,"\u1ed9":1,"\u1edb":1,"\u1edd":1,"\u1edf":1,"\u1ee1":1,"\u1ee3":1,"s":4,"\u0161":4,"\u015b":4,"\u015f":4,"\u015d":4,"\u0219":4,"\uf6c2":4,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"z":6,"\u017e":6,"\u017a":6,"\u017c":6,"x":3,",":9,".":9,"\u2026":9}},"V":{"d":"100,0r-42,0r-55,-243r42,0r36,197v7,-69,22,-132,33,-197r42,0","w":157,"k":{"\u012d":6,"\u01fc":10,"\u00ef":6,"\u00c6":10,"T":-5,"\u0166":-5,"\u0164":-5,"\u0162":-5,"\u03a4":-5,"\u021a":-5,"J":3,"\u0134":3,"C":1,"G":1,"O":1,"Q":1,"\u00d8":1,"\u0152":1,"\u00c7":1,"\u00d3":1,"\u00d4":1,"\u00d6":1,"\u00d2":1,"\u00d5":1,"\u0106":1,"\u010c":1,"\u0108":1,"\u010a":1,"\u011e":1,"\u011c":1,"\u0122":1,"\u0120":1,"\ue000":1,"\u014e":1,"\u0150":1,"\u014c":1,"\u01fe":1,"\u0398":1,"\u039f":1,"\u01a0":1,"\u1ecc":1,"\u1ece":1,"\u1ed0":1,"\u1ed2":1,"\u1ed4":1,"\u1ed6":1,"\u1ed8":1,"\u1eda":1,"\u1edc":1,"\u1ede":1,"\u1ee0":1,"\u1ee2":1,"A":10,"\u00c1":10,"\u00c2":10,"\u00c4":10,"\u00c0":10,"\u00c5":10,"\u00c3":10,"\u01fa":10,"\u0102":10,"\u0100":10,"\u0104":10,"\u0391":10,"\u039b":10,"\u1ea0":10,"\u1ea2":10,"\u1ea4":10,"\u1ea6":10,"\u1ea8":10,"\u1eaa":10,"\u1eac":10,"\u1eae":10,"\u1eb0":10,"\u1eb2":10,"\u1eb4":10,"\u1eb6":10,"a":10,"\u00e6":10,"\u00e1":10,"\u00e2":10,"\u00e4":10,"\u00e0":10,"\u00e5":10,"\u00e3":10,"\u01fb":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u01fd":10,"\u1ea1":10,"\u1ea3":10,"\u1ea5":10,"\u1ea7":10,"\u1ea9":10,"\u1eab":10,"\u1ead":10,"\u1eaf":10,"\u1eb1":10,"\u1eb3":10,"\u1eb5":10,"\u1eb7":10,"g":12,"\u011f":12,"\u011d":12,"\u0123":12,"\u0121":12,"\ue005":12,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00f8":10,"\u0153":10,"\u00e7":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10,"\u0111":10,"\u0107":10,"\u010d":10,"\u0109":10,"\u010b":10,"\u010f":10,"\u0115":10,"\u011b":10,"\u0117":10,"\u0113":10,"\u0119":10,"\u014f":10,"\u0151":10,"\u014d":10,"\u01ff":10,"\u01a1":10,"\u1eb9":10,"\u1ebb":10,"\u1ebd":10,"\u1ebf":10,"\u1ec1":10,"\u1ec3":10,"\u1ec5":10,"\u1ec7":10,"\u1ecd":10,"\u1ecf":10,"\u1ed1":10,"\u1ed3":10,"\u1ed5":10,"\u1ed7":10,"\u1ed9":10,"\u1edb":10,"\u1edd":10,"\u1edf":10,"\u1ee1":10,"\u1ee3":10,"s":5,"\u0161":5,"\u015b":5,"\u015f":5,"\u015d":5,"\u0219":5,"\uf6c2":5,"t":2,"\u0167":2,"\u0165":2,"\u0163":2,"\u021b":2,"u":7,"\u00fa":7,"\u00fb":7,"\u00fc":7,"\u00f9":7,"\u016d":7,"\u0171":7,"\u016b":7,"\u0173":7,"\u016f":7,"\u0169":7,"\u01b0":7,"\u1ee5":7,"\u1ee7":7,"\u1ee9":7,"\u1eeb":7,"\u1eed":7,"\u1eef":7,"\u1ef1":7,"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u1e83":5,"\u0175":5,"\u1e85":5,"\u1e81":5,"\u1ef3":5,"\u0233":5,"\u1ef5":5,"\u1ef7":5,"\u1ef9":5,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,"b":1,"h":1,"k":1,"l":1,"\u0142":1,"\u0127":1,"\u0125":1,"\u0137":1,"\u013a":1,"\u013e":1,"\u013c":1,"\u0140":1,"i":6,"m":6,"n":6,"p":6,"r":6,"\u0131":6,"\u00ed":6,"\u00ee":6,"\u00ec":6,"\u00f1":6,"\u014b":6,"\u0138":6,"\u0133":6,"\u012b":6,"\u012f":6,"\u0129":6,"\ue006":6,"\u0144":6,"\u0148":6,"\ue007":6,"\u0146":6,"\u0155":6,"\u0159":6,"\u0157":6,"\u1ec9":6,"\u1ecb":6,"x":1,":":5,";":5,"\u203a":2,"\u00bb":2,"\u00ab":5,"\u2039":5,"-":5,"\u2013":5,"\u2014":5,"\u00ad":5,")":-10,"]":-10,"}":-10,"\"":-8,"'":-8,"\u2018":-3,"\u201c":-3,"\u2019":-2,"\u201d":-2,",":19,".":19,"\u2026":19}},"W":{"d":"87,0r-37,0r-44,-243r40,0r26,193v8,-66,23,-129,34,-193r32,0r19,104v5,28,10,56,13,89r27,-193r37,0r-44,243r-40,0r-18,-97v-5,-23,-6,-54,-12,-79v-8,63,-21,117,-33,176","w":240,"k":{"\u012d":6,"\u01fc":10,"\u00ef":6,"\u00c6":10,"T":-5,"\u0166":-5,"\u0164":-5,"\u0162":-5,"\u03a4":-5,"\u021a":-5,"J":3,"\u0134":3,"C":1,"G":1,"O":1,"Q":1,"\u00d8":1,"\u0152":1,"\u00c7":1,"\u00d3":1,"\u00d4":1,"\u00d6":1,"\u00d2":1,"\u00d5":1,"\u0106":1,"\u010c":1,"\u0108":1,"\u010a":1,"\u011e":1,"\u011c":1,"\u0122":1,"\u0120":1,"\ue000":1,"\u014e":1,"\u0150":1,"\u014c":1,"\u01fe":1,"\u0398":1,"\u039f":1,"\u01a0":1,"\u1ecc":1,"\u1ece":1,"\u1ed0":1,"\u1ed2":1,"\u1ed4":1,"\u1ed6":1,"\u1ed8":1,"\u1eda":1,"\u1edc":1,"\u1ede":1,"\u1ee0":1,"\u1ee2":1,"A":10,"\u00c1":10,"\u00c2":10,"\u00c4":10,"\u00c0":10,"\u00c5":10,"\u00c3":10,"\u01fa":10,"\u0102":10,"\u0100":10,"\u0104":10,"\u0391":10,"\u039b":10,"\u1ea0":10,"\u1ea2":10,"\u1ea4":10,"\u1ea6":10,"\u1ea8":10,"\u1eaa":10,"\u1eac":10,"\u1eae":10,"\u1eb0":10,"\u1eb2":10,"\u1eb4":10,"\u1eb6":10,"a":10,"\u00e6":10,"\u00e1":10,"\u00e2":10,"\u00e4":10,"\u00e0":10,"\u00e5":10,"\u00e3":10,"\u01fb":10,"\u0103":10,"\u0101":10,"\u0105":10,"\u01fd":10,"\u1ea1":10,"\u1ea3":10,"\u1ea5":10,"\u1ea7":10,"\u1ea9":10,"\u1eab":10,"\u1ead":10,"\u1eaf":10,"\u1eb1":10,"\u1eb3":10,"\u1eb5":10,"\u1eb7":10,"g":12,"\u011f":12,"\u011d":12,"\u0123":12,"\u0121":12,"\ue005":12,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00f8":10,"\u0153":10,"\u00e7":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10,"\u0111":10,"\u0107":10,"\u010d":10,"\u0109":10,"\u010b":10,"\u010f":10,"\u0115":10,"\u011b":10,"\u0117":10,"\u0113":10,"\u0119":10,"\u014f":10,"\u0151":10,"\u014d":10,"\u01ff":10,"\u01a1":10,"\u1eb9":10,"\u1ebb":10,"\u1ebd":10,"\u1ebf":10,"\u1ec1":10,"\u1ec3":10,"\u1ec5":10,"\u1ec7":10,"\u1ecd":10,"\u1ecf":10,"\u1ed1":10,"\u1ed3":10,"\u1ed5":10,"\u1ed7":10,"\u1ed9":10,"\u1edb":10,"\u1edd":10,"\u1edf":10,"\u1ee1":10,"\u1ee3":10,"s":5,"\u0161":5,"\u015b":5,"\u015f":5,"\u015d":5,"\u0219":5,"\uf6c2":5,"t":2,"\u0167":2,"\u0165":2,"\u0163":2,"\u021b":2,"u":7,"\u00fa":7,"\u00fb":7,"\u00fc":7,"\u00f9":7,"\u016d":7,"\u0171":7,"\u016b":7,"\u0173":7,"\u016f":7,"\u0169":7,"\u01b0":7,"\u1ee5":7,"\u1ee7":7,"\u1ee9":7,"\u1eeb":7,"\u1eed":7,"\u1eef":7,"\u1ef1":7,"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u1e83":5,"\u0175":5,"\u1e85":5,"\u1e81":5,"\u1ef3":5,"\u0233":5,"\u1ef5":5,"\u1ef7":5,"\u1ef9":5,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,"b":1,"h":1,"k":1,"l":1,"\u0142":1,"\u0127":1,"\u0125":1,"\u0137":1,"\u013a":1,"\u013e":1,"\u013c":1,"\u0140":1,"i":6,"m":6,"n":6,"p":6,"r":6,"\u0131":6,"\u00ed":6,"\u00ee":6,"\u00ec":6,"\u00f1":6,"\u014b":6,"\u0138":6,"\u0133":6,"\u012b":6,"\u012f":6,"\u0129":6,"\ue006":6,"\u0144":6,"\u0148":6,"\ue007":6,"\u0146":6,"\u0155":6,"\u0159":6,"\u0157":6,"\u1ec9":6,"\u1ecb":6,"x":1,":":5,";":5,"\u203a":2,"\u00bb":2,"\u00ab":5,"\u2039":5,"-":5,"\u2013":5,"\u2014":5,"\u00ad":5,")":-10,"]":-10,"}":-10,"\"":-8,"'":-8,"\u2018":-3,"\u201c":-3,"\u2019":-2,"\u201d":-2,",":19,".":19,"\u2026":19}},"X":{"d":"143,0r-40,0v-12,-30,-19,-67,-34,-94r-29,94r-38,0r47,-124r-45,-119r40,0r30,89r28,-89r38,0r-46,120","w":144,"k":{"T":-5,"\u0166":-5,"\u0164":-5,"\u0162":-5,"\u03a4":-5,"\u021a":-5,"J":-10,"\u0134":-10,"C":3,"G":3,"O":3,"Q":3,"\u00d8":3,"\u0152":3,"\u00c7":3,"\u00d3":3,"\u00d4":3,"\u00d6":3,"\u00d2":3,"\u00d5":3,"\u0106":3,"\u010c":3,"\u0108":3,"\u010a":3,"\u011e":3,"\u011c":3,"\u0122":3,"\u0120":3,"\ue000":3,"\u014e":3,"\u0150":3,"\u014c":3,"\u01fe":3,"\u0398":3,"\u039f":3,"\u01a0":3,"\u1ecc":3,"\u1ece":3,"\u1ed0":3,"\u1ed2":3,"\u1ed4":3,"\u1ed6":3,"\u1ed8":3,"\u1eda":3,"\u1edc":3,"\u1ede":3,"\u1ee0":3,"\u1ee2":3,"V":-6,"W":-6,"\u1e82":-6,"\u0174":-6,"\u1e84":-6,"\u1e80":-6,"Y":-8,"\u00dd":-8,"\u0178":-8,"\u1ef2":-8,"\u0232":-8,"\u1ef4":-8,"\u1ef6":-8,"\u1ef8":-8,"A":-3,"\u00c6":-3,"\u00c1":-3,"\u00c2":-3,"\u00c4":-3,"\u00c0":-3,"\u00c5":-3,"\u00c3":-3,"\u01fa":-3,"\u0102":-3,"\u0100":-3,"\u0104":-3,"\u01fc":-3,"\u0391":-3,"\u039b":-3,"\u1ea0":-3,"\u1ea2":-3,"\u1ea4":-3,"\u1ea6":-3,"\u1ea8":-3,"\u1eaa":-3,"\u1eac":-3,"\u1eae":-3,"\u1eb0":-3,"\u1eb2":-3,"\u1eb4":-3,"\u1eb6":-3,"a":-2,"\u00e6":-2,"\u00e1":-2,"\u00e2":-2,"\u00e4":-2,"\u00e0":-2,"\u00e5":-2,"\u00e3":-2,"\u01fb":-2,"\u0103":-2,"\u0101":-2,"\u0105":-2,"\u01fd":-2,"\u1ea1":-2,"\u1ea3":-2,"\u1ea5":-2,"\u1ea7":-2,"\u1ea9":-2,"\u1eab":-2,"\u1ead":-2,"\u1eaf":-2,"\u1eb1":-2,"\u1eb3":-2,"\u1eb5":-2,"\u1eb7":-2,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u0153":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"\u01ff":1,"\u01a1":1,"\u1eb9":1,"\u1ebb":1,"\u1ebd":1,"\u1ebf":1,"\u1ec1":1,"\u1ec3":1,"\u1ec5":1,"\u1ec7":1,"\u1ecd":1,"\u1ecf":1,"\u1ed1":1,"\u1ed3":1,"\u1ed5":1,"\u1ed7":1,"\u1ed9":1,"\u1edb":1,"\u1edd":1,"\u1edf":1,"\u1ee1":1,"\u1ee3":1,"u":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u00f9":1,"\u016d":1,"\u0171":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0169":1,"\u01b0":1,"\u1ee5":1,"\u1ee7":1,"\u1ee9":1,"\u1eeb":1,"\u1eed":1,"\u1eef":1,"\u1ef1":1,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"\u1e83":7,"\u0175":7,"\u1e85":7,"\u1e81":7,"\u1ef3":7,"\u0233":7,"\u1ef5":7,"\u1ef7":7,"\u1ef9":7,"\u203a":-1,"\u00bb":-1,"\u00ab":1,"\u2039":1,"-":3,"\u2013":3,"\u2014":3,"\u00ad":3,"\"":-4,"'":-4,"\u2018":1,"\u201c":1,"\u2019":1,"\u201d":1,"\u03a6":9,"\u03a8":1,"\u0394":-8,"\u039e":-6,"\u03a3":-5,"\u03b5":-3,"\u03ad":-3,"\u03b3":1,"\u03bd":1,"\u03bb":-6,"\u03b1":2,"\u03b4":2,"\u03bf":2,"\u03c3":2,"\u03c6":2,"\u03c2":2,"\u03ac":2,"\u03cc":2,"\u03c4":1,"\u03c5":3,"\u03c8":3,"\u03cd":3,"\u03cb":3,"\u03b0":3,"\u00b5":-4,"\u03b2":-4,"\u03b7":-4,"\u03ba":-4,"\u03ae":-4}},"Y":{"d":"90,0r-38,0r0,-97r-53,-146r40,0r35,113v9,-38,20,-76,31,-113r40,0r-55,144r0,99","w":143,"k":{"\u012d":-13,"\u00f6":17,"\u00ef":-17,"\u00eb":17,"\u00e4":18,"T":-10,"\u0166":-10,"\u0164":-10,"\u0162":-10,"\u03a4":-10,"\u021a":-10,"J":6,"\u0134":6,"M":3,"\ue001":3,"\u039c":3,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u0152":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"\u0106":6,"\u010c":6,"\u0108":6,"\u010a":6,"\u011e":6,"\u011c":6,"\u0122":6,"\u0120":6,"\ue000":6,"\u014e":6,"\u0150":6,"\u014c":6,"\u01fe":6,"\u0398":6,"\u039f":6,"\u01a0":6,"\u1ecc":6,"\u1ece":6,"\u1ed0":6,"\u1ed2":6,"\u1ed4":6,"\u1ed6":6,"\u1ed8":6,"\u1eda":6,"\u1edc":6,"\u1ede":6,"\u1ee0":6,"\u1ee2":6,"V":-11,"W":-11,"\u1e82":-11,"\u0174":-11,"\u1e84":-11,"\u1e80":-11,"Y":-14,"\u00dd":-14,"\u0178":-14,"\u1ef2":-14,"\u0232":-14,"\u1ef4":-14,"\u1ef6":-14,"\u1ef8":-14,"A":17,"\u00c6":17,"\u00c1":17,"\u00c2":17,"\u00c4":17,"\u00c0":17,"\u00c5":17,"\u00c3":17,"\u01fa":17,"\u0102":17,"\u0100":17,"\u0104":17,"\u01fc":17,"\u0391":17,"\u039b":17,"\u1ea0":17,"\u1ea2":17,"\u1ea4":17,"\u1ea6":17,"\u1ea8":17,"\u1eaa":17,"\u1eac":17,"\u1eae":17,"\u1eb0":17,"\u1eb2":17,"\u1eb4":17,"\u1eb6":17,"X":-5,"\u03a7":-5,"S":2,"\u0160":2,"\u015a":2,"\u015e":2,"\u015c":2,"\u0218":2,"\uf6c1":2,"a":18,"\u00e6":18,"\u00e1":18,"\u00e2":18,"\u00e0":18,"\u00e5":18,"\u00e3":18,"\u01fb":18,"\u0103":18,"\u0101":18,"\u0105":18,"\u01fd":18,"\u1ea1":18,"\u1ea3":18,"\u1ea5":18,"\u1ea7":18,"\u1ea9":18,"\u1eab":18,"\u1ead":18,"\u1eaf":18,"\u1eb1":18,"\u1eb3":18,"\u1eb5":18,"\u1eb7":18,"g":17,"\u011f":17,"\u011d":17,"\u0123":17,"\u0121":17,"\ue005":17,"c":17,"d":17,"e":17,"o":17,"q":17,"\u00f8":17,"\u0153":17,"\u00e7":17,"\u00e9":17,"\u00ea":17,"\u00e8":17,"\u00f3":17,"\u00f4":17,"\u00f2":17,"\u00f5":17,"\u0111":17,"\u0107":17,"\u010d":17,"\u0109":17,"\u010b":17,"\u010f":17,"\u0115":17,"\u011b":17,"\u0117":17,"\u0113":17,"\u0119":17,"\u014f":17,"\u0151":17,"\u014d":17,"\u01ff":17,"\u01a1":17,"\u1eb9":17,"\u1ebb":17,"\u1ebd":17,"\u1ebf":17,"\u1ec1":17,"\u1ec3":17,"\u1ec5":17,"\u1ec7":17,"\u1ecd":17,"\u1ecf":17,"\u1ed1":17,"\u1ed3":17,"\u1ed5":17,"\u1ed7":17,"\u1ed9":17,"\u1edb":17,"\u1edd":17,"\u1edf":17,"\u1ee1":17,"\u1ee3":17,"s":11,"\u0161":11,"\u015b":11,"\u015f":11,"\u015d":11,"\u0219":11,"\uf6c2":11,"t":5,"\u0167":5,"\u0165":5,"\u0163":5,"\u021b":5,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"\u016d":12,"\u0171":12,"\u016b":12,"\u0173":12,"\u016f":12,"\u0169":12,"\u01b0":12,"\u1ee5":12,"\u1ee7":12,"\u1ee9":12,"\u1eeb":12,"\u1eed":12,"\u1eef":12,"\u1ef1":12,"v":11,"w":11,"y":11,"\u00fd":11,"\u00ff":11,"\u1e83":11,"\u0175":11,"\u1e85":11,"\u1e81":11,"\u1ef3":11,"\u0233":11,"\u1ef5":11,"\u1ef7":11,"\u1ef9":11,"z":6,"\u017e":6,"\u017a":6,"\u017c":6,"b":-1,"h":-1,"k":-1,"l":-1,"\u0142":-1,"\u0127":-1,"\u0125":-1,"\u0137":-1,"\u013a":-1,"\u013e":-1,"\u013c":-1,"\u0140":-1,"x":5,":":13,";":13,"\u203a":6,"\u00bb":6,"\u00ab":11,"\u2039":11,"-":11,"\u2013":11,"\u2014":11,"\u00ad":11,")":-14,"]":-14,"}":-14,"\"":-6,"'":-6,"\u2019":-4,"\u201d":-4,",":28,".":28,"\u2026":28}},"Z":{"d":"5,0r0,-23r80,-186r-72,0r0,-34r116,0r0,28r-78,182r77,0r0,33r-123,0","w":134,"k":{"J":-8,"\u0134":-8,"C":4,"G":4,"O":4,"Q":4,"\u00d8":4,"\u0152":4,"\u00c7":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4,"\u0106":4,"\u010c":4,"\u0108":4,"\u010a":4,"\u011e":4,"\u011c":4,"\u0122":4,"\u0120":4,"\ue000":4,"\u014e":4,"\u0150":4,"\u014c":4,"\u01fe":4,"\u0398":4,"\u039f":4,"\u01a0":4,"\u1ecc":4,"\u1ece":4,"\u1ed0":4,"\u1ed2":4,"\u1ed4":4,"\u1ed6":4,"\u1ed8":4,"\u1eda":4,"\u1edc":4,"\u1ede":4,"\u1ee0":4,"\u1ee2":4,"Y":-6,"\u00dd":-6,"\u0178":-6,"\u1ef2":-6,"\u0232":-6,"\u1ef4":-6,"\u1ef6":-6,"\u1ef8":-6,"A":-3,"\u00c6":-3,"\u00c1":-3,"\u00c2":-3,"\u00c4":-3,"\u00c0":-3,"\u00c5":-3,"\u00c3":-3,"\u01fa":-3,"\u0102":-3,"\u0100":-3,"\u0104":-3,"\u01fc":-3,"\u0391":-3,"\u039b":-3,"\u1ea0":-3,"\u1ea2":-3,"\u1ea4":-3,"\u1ea6":-3,"\u1ea8":-3,"\u1eaa":-3,"\u1eac":-3,"\u1eae":-3,"\u1eb0":-3,"\u1eb2":-3,"\u1eb4":-3,"\u1eb6":-3,"X":-6,"\u03a7":-6,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u0153":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"\u01ff":4,"\u01a1":4,"\u1eb9":4,"\u1ebb":4,"\u1ebd":4,"\u1ebf":4,"\u1ec1":4,"\u1ec3":4,"\u1ec5":4,"\u1ec7":4,"\u1ecd":4,"\u1ecf":4,"\u1ed1":4,"\u1ed3":4,"\u1ed5":4,"\u1ed7":4,"\u1ed9":4,"\u1edb":4,"\u1edd":4,"\u1edf":4,"\u1ee1":4,"\u1ee3":4,"u":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u00f9":1,"\u016d":1,"\u0171":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0169":1,"\u01b0":1,"\u1ee5":1,"\u1ee7":1,"\u1ee9":1,"\u1eeb":1,"\u1eed":1,"\u1eef":1,"\u1ef1":1,"i":-2,"m":-2,"n":-2,"p":-2,"r":-2,"\u0131":-2,"\u00ed":-2,"\u00ee":-2,"\u00ef":-2,"\u00ec":-2,"\u00f1":-2,"\u014b":-2,"\u0138":-2,"\u0133":-2,"\u012d":-2,"\u012b":-2,"\u012f":-2,"\u0129":-2,"\ue006":-2,"\u0144":-2,"\u0148":-2,"\ue007":-2,"\u0146":-2,"\u0155":-2,"\u0159":-2,"\u0157":-2,"\u1ec9":-2,"\u1ecb":-2,"-":3,"\u2013":3,"\u2014":3,"\u00ad":3,"\u2019":-2,"\u201d":-2,"\u03a5":-4,"\u03ab":-4,"\u0394":-4,"\u039e":-8,"\u03a3":-4,"\u03b5":-2,"\u03ad":-2,"\u03bb":-5,"\u03b1":3,"\u03b4":3,"\u03bf":3,"\u03c3":3,"\u03c6":3,"\u03c2":3,"\u03ac":3,"\u03cc":3,"\u00b5":-2,"\u03b2":-2,"\u03b7":-2,"\u03ba":-2,"\u03ae":-2}},"[":{"d":"82,40r-60,0r0,-287r60,0r0,25r-31,0r0,237r31,0r0,25","w":92,"k":{"T":-4,"\u0166":-4,"\u0164":-4,"\u0162":-4,"\u03a4":-4,"\u021a":-4,"J":-6,"\u0134":-6,"C":7,"G":7,"O":7,"Q":7,"\u00d8":7,"\u0152":7,"\u00c7":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d5":7,"\u0106":7,"\u010c":7,"\u0108":7,"\u010a":7,"\u011e":7,"\u011c":7,"\u0122":7,"\u0120":7,"\ue000":7,"\u014e":7,"\u0150":7,"\u014c":7,"\u01fe":7,"\u0398":7,"\u039f":7,"\u01a0":7,"\u1ecc":7,"\u1ece":7,"\u1ed0":7,"\u1ed2":7,"\u1ed4":7,"\u1ed6":7,"\u1ed8":7,"\u1eda":7,"\u1edc":7,"\u1ede":7,"\u1ee0":7,"\u1ee2":7,"V":-10,"W":-10,"\u1e82":-10,"\u0174":-10,"\u1e84":-10,"\u1e80":-10,"Y":-16,"\u00dd":-16,"\u0178":-16,"\u1ef2":-16,"\u0232":-16,"\u1ef4":-16,"\u1ef6":-16,"\u1ef8":-16,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"\u01fa":4,"\u0102":4,"\u0100":4,"\u0104":4,"\u01fc":4,"\u0391":4,"\u039b":4,"\u1ea0":4,"\u1ea2":4,"\u1ea4":4,"\u1ea6":4,"\u1ea8":4,"\u1eaa":4,"\u1eac":4,"\u1eae":4,"\u1eb0":4,"\u1eb2":4,"\u1eb4":4,"\u1eb6":4,"X":-2,"\u03a7":-2,"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f8":2,"\u0153":2,"\u00e7":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,"\u0111":2,"\u0107":2,"\u010d":2,"\u0109":2,"\u010b":2,"\u010f":2,"\u0115":2,"\u011b":2,"\u0117":2,"\u0113":2,"\u0119":2,"\u014f":2,"\u0151":2,"\u014d":2,"\u01ff":2,"\u01a1":2,"\u1eb9":2,"\u1ebb":2,"\u1ebd":2,"\u1ebf":2,"\u1ec1":2,"\u1ec3":2,"\u1ec5":2,"\u1ec7":2,"\u1ecd":2,"\u1ecf":2,"\u1ed1":2,"\u1ed3":2,"\u1ed5":2,"\u1ed7":2,"\u1ed9":2,"\u1edb":2,"\u1edd":2,"\u1edf":2,"\u1ee1":2,"\u1ee3":2,"j":-17,"\u0135":-17,"\u03a6":6,"\u0394":6,"\u03c7":-1,"\u03bb":-1,"\u03c1":4,"\u03c4":7,"\u03b6":4,"\u03be":4,"\u03c9":7,"\u03ce":7,"\u0388":-4,"\u0389":-4,"\u038a":-4,"\u038f":-5,"\u038c":-4,"\u0414":-3,"\u0402":-7,"\u0409":7,"\u041b":7,"\u040b":-7,"\u0422":-7,"\u042a":-7,"\u0408":5,"\u0416":3,"\u0427":9,"\u040e":-4,"\u0423":-4,"\u042f":7,"\u0447":14,"\u0434":-3,"\u0442":10,"\u044a":10,"\u045b":-1,"\u0443":10,"\u045e":10,"\u044f":6,"\u0458":-10}},"\\":{"d":"92,14r-26,0r-69,-260r26,0","w":88},"]":{"d":"10,-247r60,0r0,287r-60,0r0,-25r30,0r0,-237r-30,0r0,-25","w":92},"^":{"d":"195,-66r-30,0v-21,-44,-35,-93,-59,-134r-57,134r-30,0r75,-168r26,0","w":214},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"\u2018":{"d":"40,-160r-35,4v9,-31,24,-65,37,-87r21,-3v-9,26,-19,59,-23,86","w":66,"k":{"\u0127":-2,"T":-8,"\u0166":-8,"\u0164":-8,"\u0162":-8,"\u03a4":-8,"\u021a":-8,"J":17,"\u0134":17,"M":1,"\ue001":1,"\u039c":1,"C":5,"G":5,"O":5,"Q":5,"\u00d8":5,"\u0152":5,"\u00c7":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"\u0106":5,"\u010c":5,"\u0108":5,"\u010a":5,"\u011e":5,"\u011c":5,"\u0122":5,"\u0120":5,"\ue000":5,"\u014e":5,"\u0150":5,"\u014c":5,"\u01fe":5,"\u0398":5,"\u039f":5,"\u01a0":5,"\u1ecc":5,"\u1ece":5,"\u1ed0":5,"\u1ed2":5,"\u1ed4":5,"\u1ed6":5,"\u1ed8":5,"\u1eda":5,"\u1edc":5,"\u1ede":5,"\u1ee0":5,"\u1ee2":5,"V":-4,"W":-4,"\u1e82":-4,"\u0174":-4,"\u1e84":-4,"\u1e80":-4,"Y":-9,"\u00dd":-9,"\u0178":-9,"\u1ef2":-9,"\u0232":-9,"\u1ef4":-9,"\u1ef6":-9,"\u1ef8":-9,"Z":-3,"\u017d":-3,"\u0179":-3,"\u017b":-3,"\u0396":-3,"A":18,"\u00c6":18,"\u00c1":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"\u00c5":18,"\u00c3":18,"\u01fa":18,"\u0102":18,"\u0100":18,"\u0104":18,"\u01fc":18,"\u0391":18,"\u039b":18,"\u1ea0":18,"\u1ea2":18,"\u1ea4":18,"\u1ea6":18,"\u1ea8":18,"\u1eaa":18,"\u1eac":18,"\u1eae":18,"\u1eb0":18,"\u1eb2":18,"\u1eb4":18,"\u1eb6":18,"X":-7,"\u03a7":-7,"a":9,"\u00e6":9,"\u00e1":9,"\u00e2":9,"\u00e4":9,"\u00e0":9,"\u00e5":9,"\u00e3":9,"\u01fb":9,"\u0103":9,"\u0101":9,"\u0105":9,"\u01fd":9,"\u1ea1":9,"\u1ea3":9,"\u1ea5":9,"\u1ea7":9,"\u1ea9":9,"\u1eab":9,"\u1ead":9,"\u1eaf":9,"\u1eb1":9,"\u1eb3":9,"\u1eb5":9,"\u1eb7":9,"f":1,"\ufb01":1,"\ufb02":1,"\u00df":1,"g":17,"\u011f":17,"\u011d":17,"\u0123":17,"\u0121":17,"\ue005":17,"c":20,"d":20,"e":20,"o":20,"q":20,"\u00f8":20,"\u0153":20,"\u00e7":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"\u0111":20,"\u0107":20,"\u010d":20,"\u0109":20,"\u010b":20,"\u010f":20,"\u0115":20,"\u011b":20,"\u0117":20,"\u0113":20,"\u0119":20,"\u014f":20,"\u0151":20,"\u014d":20,"\u01ff":20,"\u01a1":20,"\u1eb9":20,"\u1ebb":20,"\u1ebd":20,"\u1ebf":20,"\u1ec1":20,"\u1ec3":20,"\u1ec5":20,"\u1ec7":20,"\u1ecd":20,"\u1ecf":20,"\u1ed1":20,"\u1ed3":20,"\u1ed5":20,"\u1ed7":20,"\u1ed9":20,"\u1edb":20,"\u1edd":20,"\u1edf":20,"\u1ee1":20,"\u1ee3":20,"s":11,"\u0161":11,"\u015b":11,"\u015f":11,"\u015d":11,"\u0219":11,"\uf6c2":11,"u":8,"\u00fa":8,"\u00fb":8,"\u00fc":8,"\u00f9":8,"\u016d":8,"\u0171":8,"\u016b":8,"\u0173":8,"\u016f":8,"\u0169":8,"\u01b0":8,"\u1ee5":8,"\u1ee7":8,"\u1ee9":8,"\u1eeb":8,"\u1eed":8,"\u1eef":8,"\u1ef1":8,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"\u1e83":2,"\u0175":2,"\u1e85":2,"\u1e81":2,"\u1ef3":2,"\u0233":2,"\u1ef5":2,"\u1ef7":2,"\u1ef9":2,"z":5,"\u017e":5,"\u017a":5,"\u017c":5,"b":-2,"h":-2,"k":-2,"l":-2,"\u0142":-2,"\u0125":-2,"\u0137":-2,"\u013a":-2,"\u013e":-2,"\u013c":-2,"\u0140":-2,"i":7,"m":7,"n":7,"p":7,"r":7,"\u0131":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"\u014b":7,"\u0138":7,"\u0133":7,"\u012d":7,"\u012b":7,"\u012f":7,"\u0129":7,"\ue006":7,"\u0144":7,"\u0148":7,"\ue007":7,"\u0146":7,"\u0155":7,"\u0159":7,"\u0157":7,"\u1ec9":7,"\u1ecb":7,"j":-2,"\u0135":-2,"\u2018":14,"\u201c":14,",":34,".":34,"\u2026":34,"\u03a6":4,"\u03a8":-4,"\u03a5":-6,"\u03ab":-6,"\u0394":23,"\u03a9":8,"\u039e":-6,"\u03a3":-6,"\u03b5":23,"\u03ad":23,"\u03bb":-2,"\u03b1":20,"\u03b4":20,"\u03bf":20,"\u03c3":20,"\u03c6":20,"\u03c2":20,"\u03ac":20,"\u03cc":20,"\u03c1":27,"\u03c5":3,"\u03c8":3,"\u03cd":3,"\u03cb":3,"\u03b0":3,"\u00b5":7,"\u03b2":7,"\u03b7":7,"\u03ba":7,"\u03ae":7,"\u03b6":6,"\u03be":6,"\u03b9":3,"\u03af":3,"\u03ca":3,"\u0390":3,"\u03b8":3,"\u03c9":22,"\u03ce":22,"\u038e":-13,"\u0388":-13,"\u0389":-13,"\u038a":-13,"\u038f":-13,"\u038c":-13,"\u0402":-16,"\u0424":6,"\u0409":5,"\u041b":5,"\u040b":-16,"\u0422":-16,"\u042a":-16,"\u0408":14,"\u0404":6,"\u041e":6,"\u0421":6,"\u040e":-14,"\u0423":-14,"\u042f":4,"\u0410":21,"\u0434":19,"\u0452":-9,"\u043b":10,"\u0459":10,"\u0442":2,"\u044a":2,"\u045b":-10,"\u0443":4,"\u045e":4,"\u044f":11,"\u0458":1}},"a":{"d":"68,-178v85,2,47,102,59,178r-35,0v-1,-6,0,-14,-3,-18v-24,39,-81,20,-81,-31v0,-45,38,-64,78,-64v6,-38,-36,-44,-59,-26r-8,-26v9,-5,28,-13,49,-13xm64,-26v24,2,25,-34,23,-62v-15,0,-42,4,-42,35v0,20,10,27,19,27","w":142},"b":{"d":"16,0r2,-249r38,0r1,93v40,-50,85,-8,85,65v0,85,-55,122,-91,69r-2,22r-33,0xm78,-145v-28,0,-22,50,-22,83v-1,19,14,36,22,33v19,0,26,-24,26,-59v0,-32,-7,-57,-26,-57","w":153,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"\u03a4":14,"\u021a":14,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,"x":5,"-":-6,"\u2013":-6,"\u2014":-6,"\u00ad":-6,"\"":7,"'":7,"\u2019":5,"\u201d":5,",":10,".":10,"\u2026":10}},"c":{"d":"106,-33r4,29v-52,20,-99,-12,-99,-82v0,-62,43,-106,101,-86r-6,30v-33,-15,-58,15,-57,55v1,44,22,66,57,54","w":112,"k":{"T":6,"\u0166":6,"\u0164":6,"\u0162":6,"\u03a4":6,"\u021a":6,"a":-3,"\u00e6":-3,"\u00e1":-3,"\u00e2":-3,"\u00e4":-3,"\u00e0":-3,"\u00e5":-3,"\u00e3":-3,"\u01fb":-3,"\u0103":-3,"\u0101":-3,"\u0105":-3,"\u01fd":-3,"\u1ea1":-3,"\u1ea3":-3,"\u1ea5":-3,"\u1ea7":-3,"\u1ea9":-3,"\u1eab":-3,"\u1ead":-3,"\u1eaf":-3,"\u1eb1":-3,"\u1eb3":-3,"\u1eb5":-3,"\u1eb7":-3,"f":-7,"\ufb01":-7,"\ufb02":-7,"\u00df":-7,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u0153":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"\u01ff":1,"\u01a1":1,"\u1eb9":1,"\u1ebb":1,"\u1ebd":1,"\u1ebf":1,"\u1ec1":1,"\u1ec3":1,"\u1ec5":1,"\u1ec7":1,"\u1ecd":1,"\u1ecf":1,"\u1ed1":1,"\u1ed3":1,"\u1ed5":1,"\u1ed7":1,"\u1ed9":1,"\u1edb":1,"\u1edd":1,"\u1edf":1,"\u1ee1":1,"\u1ee3":1,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"\u021b":-6,"u":-3,"\u00fa":-3,"\u00fb":-3,"\u00fc":-3,"\u00f9":-3,"\u016d":-3,"\u0171":-3,"\u016b":-3,"\u0173":-3,"\u016f":-3,"\u0169":-3,"\u01b0":-3,"\u1ee5":-3,"\u1ee7":-3,"\u1ee9":-3,"\u1eeb":-3,"\u1eed":-3,"\u1eef":-3,"\u1ef1":-3,"v":-9,"w":-9,"y":-9,"\u00fd":-9,"\u00ff":-9,"\u1e83":-9,"\u0175":-9,"\u1e85":-9,"\u1e81":-9,"\u1ef3":-9,"\u0233":-9,"\u1ef5":-9,"\u1ef7":-9,"\u1ef9":-9,"\u203a":-8,"\u00bb":-8,"\"":-6,"'":-6,"\u2018":-10,"\u201c":-10,"\u2019":-12,"\u201d":-12}},"d":{"d":"97,-249r38,0r2,249r-33,0v-2,-6,1,-18,-4,-21v-6,13,-19,24,-36,24v-34,0,-53,-37,-53,-90v0,-61,27,-91,55,-91v15,-1,23,9,31,19r0,-90xm75,-29v23,0,22,-47,22,-79v0,-18,-5,-37,-21,-37v-19,0,-27,28,-27,59v0,35,10,57,26,57","w":153,"k":{"\u2019":-2,"\u201d":-2,",":4,".":4,"\u2026":4}},"e":{"d":"131,-77r-83,0v-1,55,37,55,71,44r6,27v-59,23,-114,-4,-114,-79v0,-58,27,-93,65,-93v43,0,61,49,55,101xm48,-105r48,0v0,-28,-9,-44,-23,-44v-17,0,-24,23,-25,44","w":141,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"\u03a4":14,"\u021a":14,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"\u1e83":2,"\u0175":2,"\u1e85":2,"\u1e81":2,"\u1ef3":2,"\u0233":2,"\u1ef5":2,"\u1ef7":2,"\u1ef9":2,"z":2,"\u017e":2,"\u017a":2,"\u017c":2,"x":3,"\u00ab":-2,"\u2039":-2,"-":-5,"\u2013":-5,"\u2014":-5,"\u00ad":-5,"\"":4,"'":4,"\u2019":5,"\u201d":5,",":4,".":4,"\u2026":4}},"f":{"d":"25,-175v-6,-51,31,-91,81,-73r-5,30v-27,-9,-43,11,-38,43r31,0r0,27r-31,0r0,148r-38,0r0,-148r-23,0r0,-27r23,0","w":93,"k":{"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"\ue005":2,"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f8":2,"\u0153":2,"\u00e7":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,"\u0111":2,"\u0107":2,"\u010d":2,"\u0109":2,"\u010b":2,"\u010f":2,"\u0115":2,"\u011b":2,"\u0117":2,"\u0113":2,"\u0119":2,"\u014f":2,"\u0151":2,"\u014d":2,"\u01ff":2,"\u01a1":2,"\u1eb9":2,"\u1ebb":2,"\u1ebd":2,"\u1ebf":2,"\u1ec1":2,"\u1ec3":2,"\u1ec5":2,"\u1ec7":2,"\u1ecd":2,"\u1ecf":2,"\u1ed1":2,"\u1ed3":2,"\u1ed5":2,"\u1ed7":2,"\u1ed9":2,"\u1edb":2,"\u1edd":2,"\u1edf":2,"\u1ee1":2,"\u1ee3":2,"s":1,"\u0161":1,"\u015b":1,"\u015f":1,"\u015d":1,"\u0219":1,"\uf6c2":1,"t":-2,"\u0167":-2,"\u0165":-2,"\u0163":-2,"\u021b":-2,":":-10,";":-10,"\u203a":-5,"\u00bb":-5,"-":3,"\u2013":3,"\u2014":3,"\u00ad":3,")":-25,"]":-25,"}":-25,"\"":-16,"'":-16,"\u2018":-19,"\u201c":-19,"\u2019":-23,"\u201d":-23,",":14,".":14,"\u2026":14}},"g":{"d":"136,-21v0,86,-51,105,-114,84r8,-29v35,19,80,0,67,-54v-6,12,-19,19,-33,19v-36,0,-53,-39,-53,-85v0,-61,27,-92,57,-92v17,-1,26,11,34,21r2,-18r34,0v-3,42,-2,106,-2,154xm76,-31v25,0,23,-49,22,-82v-1,-16,-6,-32,-22,-32v-18,0,-27,25,-27,58v0,38,12,56,27,56","w":153,"k":{"T":13,"\u0166":13,"\u0164":13,"\u0162":13,"\u03a4":13,"\u021a":13,"f":-1,"\ufb01":-1,"\ufb02":-1,"\u00df":-1,"\"":1,"'":1,"\u2019":3,"\u201d":3,",":6,".":6,"\u2026":6}},"h":{"d":"80,-145v-42,0,-18,97,-24,145r-38,0r0,-249r38,0r1,92v27,-38,82,-23,82,46r0,111r-39,0r0,-109v0,-19,-4,-36,-20,-36","w":156,"k":{"T":15,"\u0166":15,"\u0164":15,"\u0162":15,"\u03a4":15,"\u021a":15,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"\u021b":1,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"\"":2,"'":2,"\u2019":5,"\u201d":5}},"i":{"d":"56,0r-38,0r0,-175r38,0r0,175xm36,-243v12,0,21,8,21,22v0,13,-8,22,-21,22v-11,0,-20,-9,-20,-22v0,-14,9,-22,20,-22","w":73,"k":{"\u2019":-5,"\u201d":-5}},"j":{"d":"-12,41v27,-5,32,-17,31,-62r0,-154r39,0v-10,93,37,245,-67,247xm39,-243v12,0,20,8,20,22v0,13,-8,22,-21,22v-11,0,-20,-9,-20,-22v0,-14,9,-22,21,-22","w":74,"k":{"\u2019":-5,"\u201d":-5,",":4,".":4,"\u2026":4}},"k":{"d":"56,-249r1,153v10,-30,24,-52,37,-79r41,0r-44,73r47,102r-43,0r-30,-77v-14,15,-8,50,-9,77r-38,0r0,-249r38,0","w":138,"k":{"T":10,"\u0166":10,"\u0164":10,"\u0162":10,"\u03a4":10,"\u021a":10,"a":-3,"\u00e6":-3,"\u00e1":-3,"\u00e2":-3,"\u00e4":-3,"\u00e0":-3,"\u00e5":-3,"\u00e3":-3,"\u01fb":-3,"\u0103":-3,"\u0101":-3,"\u0105":-3,"\u01fd":-3,"\u1ea1":-3,"\u1ea3":-3,"\u1ea5":-3,"\u1ea7":-3,"\u1ea9":-3,"\u1eab":-3,"\u1ead":-3,"\u1eaf":-3,"\u1eb1":-3,"\u1eb3":-3,"\u1eb5":-3,"\u1eb7":-3,"g":5,"\u011f":5,"\u011d":5,"\u0123":5,"\u0121":5,"\ue005":5,"c":5,"d":5,"e":5,"o":5,"q":5,"\u00f8":5,"\u0153":5,"\u00e7":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5,"\u0111":5,"\u0107":5,"\u010d":5,"\u0109":5,"\u010b":5,"\u010f":5,"\u0115":5,"\u011b":5,"\u0117":5,"\u0113":5,"\u0119":5,"\u014f":5,"\u0151":5,"\u014d":5,"\u01ff":5,"\u01a1":5,"\u1eb9":5,"\u1ebb":5,"\u1ebd":5,"\u1ebf":5,"\u1ec1":5,"\u1ec3":5,"\u1ec5":5,"\u1ec7":5,"\u1ecd":5,"\u1ecf":5,"\u1ed1":5,"\u1ed3":5,"\u1ed5":5,"\u1ed7":5,"\u1ed9":5,"\u1edb":5,"\u1edd":5,"\u1edf":5,"\u1ee1":5,"\u1ee3":5,"u":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u00f9":1,"\u016d":1,"\u0171":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0169":1,"\u01b0":1,"\u1ee5":1,"\u1ee7":1,"\u1ee9":1,"\u1eeb":1,"\u1eed":1,"\u1eef":1,"\u1ef1":1,"i":1,"m":1,"n":1,"p":1,"r":1,"\u0131":1,"\u00ed":1,"\u00ee":1,"\u00ef":1,"\u00ec":1,"\u00f1":1,"\u014b":1,"\u0138":1,"\u0133":1,"\u012d":1,"\u012b":1,"\u012f":1,"\u0129":1,"\ue006":1,"\u0144":1,"\u0148":1,"\ue007":1,"\u0146":1,"\u0155":1,"\u0159":1,"\u0157":1,"\u1ec9":1,"\u1ecb":1,"-":5,"\u2013":5,"\u2014":5,"\u00ad":5,"\u2019":-8,"\u201d":-8,",":-1,".":-1,"\u2026":-1}},"l":{"d":"18,0r0,-249r38,0r0,249r-38,0","w":75,"k":{"\u2019":-2,"\u201d":-2,",":4,".":4,"\u2026":4}},"m":{"d":"79,-146v-41,0,-17,98,-23,146r-38,0r-2,-175r34,0v1,6,-1,16,2,21v13,-28,68,-35,79,1v24,-41,86,-32,86,40r0,113r-38,0r0,-106v0,-21,-3,-40,-20,-40v-14,0,-23,16,-23,34r0,112r-38,0r0,-112v0,-15,-2,-34,-19,-34","w":235,"k":{"T":15,"\u0166":15,"\u0164":15,"\u0162":15,"\u03a4":15,"\u021a":15,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"\u021b":1,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"\"":2,"'":2,"\u2019":5,"\u201d":5}},"n":{"d":"80,-145v-41,9,-19,97,-24,145r-38,0r-2,-175r34,0v1,6,-1,16,2,21v25,-41,87,-28,87,40r0,114r-39,0r0,-111v0,-18,-3,-34,-20,-34","w":156,"k":{"T":15,"\u0166":15,"\u0164":15,"\u0162":15,"\u03a4":15,"\u021a":15,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"\u021b":1,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"\"":2,"'":2,"\u2019":5,"\u201d":5}},"o":{"d":"75,-178v37,0,61,32,61,90v0,71,-36,91,-63,91v-37,0,-62,-31,-62,-90v0,-63,31,-91,64,-91xm74,-148v-36,4,-34,120,1,121v32,-4,33,-116,-1,-121","w":147,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"\u03a4":14,"\u021a":14,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,"x":5,"-":-6,"\u2013":-6,"\u2014":-6,"\u00ad":-6,"\"":7,"'":7,"\u2019":5,"\u201d":5,",":10,".":10,"\u2026":10}},"p":{"d":"18,69r-2,-244r34,0v1,7,0,16,3,21v8,-16,21,-24,36,-24v35,0,53,37,53,90v0,64,-28,91,-56,91v-16,1,-23,-11,-30,-18r0,84r-38,0xm78,-145v-28,0,-21,49,-22,81v-1,17,12,39,21,35v20,0,27,-27,27,-58v0,-35,-8,-58,-26,-58","w":153,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"\u03a4":14,"\u021a":14,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,"x":5,"-":-6,"\u2013":-6,"\u2014":-6,"\u00ad":-6,"\"":7,"'":7,"\u2019":5,"\u201d":5,",":10,".":10,"\u2026":10}},"q":{"d":"97,69r-1,-86v-38,47,-85,3,-85,-68v0,-60,25,-93,57,-93v12,-1,24,7,34,22r1,-19r34,0r-2,244r-38,0xm75,-29v25,0,23,-50,22,-82v0,-17,-8,-35,-21,-34v-18,0,-27,24,-27,58v0,34,9,58,26,58","w":153,"k":{"T":10,"\u0166":10,"\u0164":10,"\u0162":10,"\u03a4":10,"\u021a":10,"\u2019":3,"\u201d":3,",":3,".":3,"\u2026":3}},"r":{"d":"97,-139v-57,-6,-38,84,-41,139r-38,0r-2,-175r34,0v2,8,0,20,3,26v9,-20,24,-32,44,-28r0,38","w":98,"k":{"\u0142":-6,"T":6,"\u0166":6,"\u0164":6,"\u0162":6,"\u03a4":6,"\u021a":6,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"\u01fb":1,"\u0103":1,"\u0101":1,"\u0105":1,"\u01fd":1,"\u1ea1":1,"\u1ea3":1,"\u1ea5":1,"\u1ea7":1,"\u1ea9":1,"\u1eab":1,"\u1ead":1,"\u1eaf":1,"\u1eb1":1,"\u1eb3":1,"\u1eb5":1,"\u1eb7":1,"f":-10,"\ufb01":-10,"\ufb02":-10,"\u00df":-10,"g":3,"\u011f":3,"\u011d":3,"\u0123":3,"\u0121":3,"\ue005":3,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u0153":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"\u01ff":3,"\u01a1":3,"\u1eb9":3,"\u1ebb":3,"\u1ebd":3,"\u1ebf":3,"\u1ec1":3,"\u1ec3":3,"\u1ec5":3,"\u1ec7":3,"\u1ecd":3,"\u1ecf":3,"\u1ed1":3,"\u1ed3":3,"\u1ed5":3,"\u1ed7":3,"\u1ed9":3,"\u1edb":3,"\u1edd":3,"\u1edf":3,"\u1ee1":3,"\u1ee3":3,"t":-8,"\u0167":-8,"\u0165":-8,"\u0163":-8,"\u021b":-8,"v":-8,"w":-8,"y":-8,"\u00fd":-8,"\u00ff":-8,"\u1e83":-8,"\u0175":-8,"\u1e85":-8,"\u1e81":-8,"\u1ef3":-8,"\u0233":-8,"\u1ef5":-8,"\u1ef7":-8,"\u1ef9":-8,"z":-3,"\u017e":-3,"\u017a":-3,"\u017c":-3,"x":-7,"\u203a":-4,"\u00bb":-4,"\u2018":-12,"\u201c":-12,"\u2019":-10,"\u201d":-10,",":18,".":18,"\u2026":18}},"s":{"d":"7,-8r8,-28v12,10,54,16,52,-11v0,-11,-4,-19,-21,-28v-56,-28,-43,-101,18,-103v14,0,25,4,33,9r-7,28v-13,-11,-45,-9,-44,11v0,10,3,17,21,26v54,26,43,106,-22,106v-14,0,-30,-4,-38,-10","w":110,"k":{"T":8,"\u0166":8,"\u0164":8,"\u0162":8,"\u03a4":8,"\u021a":8,"\u2019":-1,"\u201d":-1,",":4,".":4,"\u2026":4}},"t":{"d":"94,-1v-40,9,-69,-3,-69,-55r0,-92r-21,0r0,-27r21,0r0,-31r39,-13r0,44r34,0r0,27r-34,0r0,91v1,28,11,29,30,26r0,30","w":102,"k":{"g":3,"\u011f":3,"\u011d":3,"\u0123":3,"\u0121":3,"\ue005":3,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u0153":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"\u01ff":3,"\u01a1":3,"\u1eb9":3,"\u1ebb":3,"\u1ebd":3,"\u1ebf":3,"\u1ec1":3,"\u1ec3":3,"\u1ec5":3,"\u1ec7":3,"\u1ecd":3,"\u1ecf":3,"\u1ed1":3,"\u1ed3":3,"\u1ed5":3,"\u1ed7":3,"\u1ed9":3,"\u1edb":3,"\u1edd":3,"\u1edf":3,"\u1ee1":3,"\u1ee3":3,"v":-2,"w":-2,"y":-2,"\u00fd":-2,"\u00ff":-2,"\u1e83":-2,"\u0175":-2,"\u1e85":-2,"\u1e81":-2,"\u1ef3":-2,"\u0233":-2,"\u1ef5":-2,"\u1ef7":-2,"\u1ef9":-2,"\u2018":-11,"\u201c":-11,"\u2019":-6,"\u201d":-6,",":4,".":4,"\u2026":4}},"u":{"d":"75,-29v18,0,21,-15,22,-33r0,-113r39,0r1,175r-33,0v-1,-6,0,-14,-3,-18v-28,38,-84,23,-84,-49r0,-108r38,0r0,103v0,25,4,43,20,43","w":154,"k":{"T":10,"\u0166":10,"\u0164":10,"\u0162":10,"\u03a4":10,"\u021a":10,"\u2019":3,"\u201d":3,",":3,".":3,"\u2026":3}},"v":{"d":"3,-175r41,0r25,133v6,-47,16,-89,24,-133r38,0r-46,175r-35,0","w":134,"k":{"T":8,"\u0166":8,"\u0164":8,"\u0162":8,"\u03a4":8,"\u021a":8,"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"\u01fb":3,"\u0103":3,"\u0101":3,"\u0105":3,"\u01fd":3,"\u1ea1":3,"\u1ea3":3,"\u1ea5":3,"\u1ea7":3,"\u1ea9":3,"\u1eab":3,"\u1ead":3,"\u1eaf":3,"\u1eb1":3,"\u1eb3":3,"\u1eb5":3,"\u1eb7":3,"g":4,"\u011f":4,"\u011d":4,"\u0123":4,"\u0121":4,"\ue005":4,"c":5,"d":5,"e":5,"o":5,"q":5,"\u00f8":5,"\u0153":5,"\u00e7":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5,"\u0111":5,"\u0107":5,"\u010d":5,"\u0109":5,"\u010b":5,"\u010f":5,"\u0115":5,"\u011b":5,"\u0117":5,"\u0113":5,"\u0119":5,"\u014f":5,"\u0151":5,"\u014d":5,"\u01ff":5,"\u01a1":5,"\u1eb9":5,"\u1ebb":5,"\u1ebd":5,"\u1ebf":5,"\u1ec1":5,"\u1ec3":5,"\u1ec5":5,"\u1ec7":5,"\u1ecd":5,"\u1ecf":5,"\u1ed1":5,"\u1ed3":5,"\u1ed5":5,"\u1ed7":5,"\u1ed9":5,"\u1edb":5,"\u1edd":5,"\u1edf":5,"\u1ee1":5,"\u1ee3":5,"v":-9,"w":-9,"y":-9,"\u00fd":-9,"\u00ff":-9,"\u1e83":-9,"\u0175":-9,"\u1e85":-9,"\u1e81":-9,"\u1ef3":-9,"\u0233":-9,"\u1ef5":-9,"\u1ef7":-9,"\u1ef9":-9,":":4,";":4,"-":1,"\u2013":1,"\u2014":1,"\u00ad":1,"\u2018":-4,"\u201c":-4,"\u2019":-9,"\u201d":-9,",":15,".":15,"\u2026":15}},"w":{"d":"3,-175r41,0r21,134r28,-134r30,0r27,134r22,-134r38,0r-45,175r-32,0r-26,-126v-7,47,-18,83,-28,126r-33,0","w":213,"k":{"T":8,"\u0166":8,"\u0164":8,"\u0162":8,"\u03a4":8,"\u021a":8,"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"\u01fb":3,"\u0103":3,"\u0101":3,"\u0105":3,"\u01fd":3,"\u1ea1":3,"\u1ea3":3,"\u1ea5":3,"\u1ea7":3,"\u1ea9":3,"\u1eab":3,"\u1ead":3,"\u1eaf":3,"\u1eb1":3,"\u1eb3":3,"\u1eb5":3,"\u1eb7":3,"g":4,"\u011f":4,"\u011d":4,"\u0123":4,"\u0121":4,"\ue005":4,"c":5,"d":5,"e":5,"o":5,"q":5,"\u00f8":5,"\u0153":5,"\u00e7":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5,"\u0111":5,"\u0107":5,"\u010d":5,"\u0109":5,"\u010b":5,"\u010f":5,"\u0115":5,"\u011b":5,"\u0117":5,"\u0113":5,"\u0119":5,"\u014f":5,"\u0151":5,"\u014d":5,"\u01ff":5,"\u01a1":5,"\u1eb9":5,"\u1ebb":5,"\u1ebd":5,"\u1ebf":5,"\u1ec1":5,"\u1ec3":5,"\u1ec5":5,"\u1ec7":5,"\u1ecd":5,"\u1ecf":5,"\u1ed1":5,"\u1ed3":5,"\u1ed5":5,"\u1ed7":5,"\u1ed9":5,"\u1edb":5,"\u1edd":5,"\u1edf":5,"\u1ee1":5,"\u1ee3":5,"v":-9,"w":-9,"y":-9,"\u00fd":-9,"\u00ff":-9,"\u1e83":-9,"\u0175":-9,"\u1e85":-9,"\u1e81":-9,"\u1ef3":-9,"\u0233":-9,"\u1ef5":-9,"\u1ef7":-9,"\u1ef9":-9,":":4,";":4,"-":1,"\u2013":1,"\u2014":1,"\u00ad":1,"\u2018":-4,"\u201c":-4,"\u2019":-9,"\u201d":-9,",":15,".":15,"\u2026":15}},"x":{"d":"4,-175r41,0v9,21,14,45,24,64r22,-64r39,0r-40,86r41,89r-42,0v-9,-21,-15,-45,-25,-64v-7,22,-15,43,-23,64r-38,0r40,-87","w":133,"k":{"T":8,"\u0166":8,"\u0164":8,"\u0162":8,"\u03a4":8,"\u021a":8,"g":3,"\u011f":3,"\u011d":3,"\u0123":3,"\u0121":3,"\ue005":3,"c":5,"d":5,"e":5,"o":5,"q":5,"\u00f8":5,"\u0153":5,"\u00e7":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5,"\u0111":5,"\u0107":5,"\u010d":5,"\u0109":5,"\u010b":5,"\u010f":5,"\u0115":5,"\u011b":5,"\u0117":5,"\u0113":5,"\u0119":5,"\u014f":5,"\u0151":5,"\u014d":5,"\u01ff":5,"\u01a1":5,"\u1eb9":5,"\u1ebb":5,"\u1ebd":5,"\u1ebf":5,"\u1ec1":5,"\u1ec3":5,"\u1ec5":5,"\u1ec7":5,"\u1ecd":5,"\u1ecf":5,"\u1ed1":5,"\u1ed3":5,"\u1ed5":5,"\u1ed7":5,"\u1ed9":5,"\u1edb":5,"\u1edd":5,"\u1edf":5,"\u1ee1":5,"\u1ee3":5,"s":1,"\u0161":1,"\u015b":1,"\u015f":1,"\u015d":1,"\u0219":1,"\uf6c2":1,"t":-3,"\u0167":-3,"\u0165":-3,"\u0163":-3,"\u021b":-3,"v":-8,"w":-8,"y":-8,"\u00fd":-8,"\u00ff":-8,"\u1e83":-8,"\u0175":-8,"\u1e85":-8,"\u1e81":-8,"\u1ef3":-8,"\u0233":-8,"\u1ef5":-8,"\u1ef7":-8,"\u1ef9":-8,"\u00ab":3,"\u2039":3,"-":3,"\u2013":3,"\u2014":3,"\u00ad":3,"\u2019":-13,"\u201d":-13}},"y":{"d":"9,44v18,-10,49,-31,41,-57r-47,-162r41,0r27,127r23,-127r37,0v-22,75,-33,170,-73,225v-13,18,-30,24,-36,27","w":133,"k":{"T":8,"\u0166":8,"\u0164":8,"\u0162":8,"\u03a4":8,"\u021a":8,"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"\u01fb":3,"\u0103":3,"\u0101":3,"\u0105":3,"\u01fd":3,"\u1ea1":3,"\u1ea3":3,"\u1ea5":3,"\u1ea7":3,"\u1ea9":3,"\u1eab":3,"\u1ead":3,"\u1eaf":3,"\u1eb1":3,"\u1eb3":3,"\u1eb5":3,"\u1eb7":3,"g":4,"\u011f":4,"\u011d":4,"\u0123":4,"\u0121":4,"\ue005":4,"c":5,"d":5,"e":5,"o":5,"q":5,"\u00f8":5,"\u0153":5,"\u00e7":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5,"\u0111":5,"\u0107":5,"\u010d":5,"\u0109":5,"\u010b":5,"\u010f":5,"\u0115":5,"\u011b":5,"\u0117":5,"\u0113":5,"\u0119":5,"\u014f":5,"\u0151":5,"\u014d":5,"\u01ff":5,"\u01a1":5,"\u1eb9":5,"\u1ebb":5,"\u1ebd":5,"\u1ebf":5,"\u1ec1":5,"\u1ec3":5,"\u1ec5":5,"\u1ec7":5,"\u1ecd":5,"\u1ecf":5,"\u1ed1":5,"\u1ed3":5,"\u1ed5":5,"\u1ed7":5,"\u1ed9":5,"\u1edb":5,"\u1edd":5,"\u1edf":5,"\u1ee1":5,"\u1ee3":5,"v":-9,"w":-9,"y":-9,"\u00fd":-9,"\u00ff":-9,"\u1e83":-9,"\u0175":-9,"\u1e85":-9,"\u1e81":-9,"\u1ef3":-9,"\u0233":-9,"\u1ef5":-9,"\u1ef7":-9,"\u1ef9":-9,":":4,";":4,"-":1,"\u2013":1,"\u2014":1,"\u00ad":1,"\u2018":-4,"\u201c":-4,"\u2019":-9,"\u201d":-9,",":15,".":15,"\u2026":15}},"z":{"d":"6,0r0,-24r64,-120r-58,0r0,-31r100,0r0,26r-63,117r64,0r0,32r-107,0","w":120,"k":{"T":7,"\u0166":7,"\u0164":7,"\u0162":7,"\u03a4":7,"\u021a":7,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u0153":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"\u01ff":3,"\u01a1":3,"\u1eb9":3,"\u1ebb":3,"\u1ebd":3,"\u1ebf":3,"\u1ec1":3,"\u1ec3":3,"\u1ec5":3,"\u1ec7":3,"\u1ecd":3,"\u1ecf":3,"\u1ed1":3,"\u1ed3":3,"\u1ed5":3,"\u1ed7":3,"\u1ed9":3,"\u1edb":3,"\u1edd":3,"\u1edf":3,"\u1ee1":3,"\u1ee3":3,"v":-4,"w":-4,"y":-4,"\u00fd":-4,"\u00ff":-4,"\u1e83":-4,"\u0175":-4,"\u1e85":-4,"\u1e81":-4,"\u1ef3":-4,"\u0233":-4,"\u1ef5":-4,"\u1ef7":-4,"\u1ef9":-4,"\u2019":-6,"\u201d":-6}},"{":{"d":"26,-9v-2,-33,24,-79,-20,-83r0,-24v45,-2,18,-50,20,-82v2,-35,22,-50,56,-49r0,25v-56,-2,7,109,-48,118v33,5,25,59,23,94v-1,16,6,26,25,26r0,24v-32,1,-54,-10,-56,-49","w":92,"k":{"T":-4,"\u0166":-4,"\u0164":-4,"\u0162":-4,"\u03a4":-4,"\u021a":-4,"J":-6,"\u0134":-6,"C":7,"G":7,"O":7,"Q":7,"\u00d8":7,"\u0152":7,"\u00c7":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d5":7,"\u0106":7,"\u010c":7,"\u0108":7,"\u010a":7,"\u011e":7,"\u011c":7,"\u0122":7,"\u0120":7,"\ue000":7,"\u014e":7,"\u0150":7,"\u014c":7,"\u01fe":7,"\u0398":7,"\u039f":7,"\u01a0":7,"\u1ecc":7,"\u1ece":7,"\u1ed0":7,"\u1ed2":7,"\u1ed4":7,"\u1ed6":7,"\u1ed8":7,"\u1eda":7,"\u1edc":7,"\u1ede":7,"\u1ee0":7,"\u1ee2":7,"V":-10,"W":-10,"\u1e82":-10,"\u0174":-10,"\u1e84":-10,"\u1e80":-10,"Y":-16,"\u00dd":-16,"\u0178":-16,"\u1ef2":-16,"\u0232":-16,"\u1ef4":-16,"\u1ef6":-16,"\u1ef8":-16,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4,"\u01fa":4,"\u0102":4,"\u0100":4,"\u0104":4,"\u01fc":4,"\u0391":4,"\u039b":4,"\u1ea0":4,"\u1ea2":4,"\u1ea4":4,"\u1ea6":4,"\u1ea8":4,"\u1eaa":4,"\u1eac":4,"\u1eae":4,"\u1eb0":4,"\u1eb2":4,"\u1eb4":4,"\u1eb6":4,"X":-2,"\u03a7":-2,"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f8":2,"\u0153":2,"\u00e7":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2,"\u0111":2,"\u0107":2,"\u010d":2,"\u0109":2,"\u010b":2,"\u010f":2,"\u0115":2,"\u011b":2,"\u0117":2,"\u0113":2,"\u0119":2,"\u014f":2,"\u0151":2,"\u014d":2,"\u01ff":2,"\u01a1":2,"\u1eb9":2,"\u1ebb":2,"\u1ebd":2,"\u1ebf":2,"\u1ec1":2,"\u1ec3":2,"\u1ec5":2,"\u1ec7":2,"\u1ecd":2,"\u1ecf":2,"\u1ed1":2,"\u1ed3":2,"\u1ed5":2,"\u1ed7":2,"\u1ed9":2,"\u1edb":2,"\u1edd":2,"\u1edf":2,"\u1ee1":2,"\u1ee3":2,"j":-17,"\u0135":-17,"\u03a6":6,"\u0394":6,"\u03c7":-1,"\u03bb":-1,"\u03c1":4,"\u03c4":7,"\u03b6":4,"\u03be":4,"\u03c9":7,"\u03ce":7,"\u0388":-4,"\u0389":-4,"\u038a":-4,"\u038f":-5,"\u038c":-4,"\u0414":-3,"\u0402":-7,"\u0409":7,"\u041b":7,"\u040b":-7,"\u0422":-7,"\u042a":-7,"\u0408":5,"\u0416":3,"\u0427":9,"\u040e":-4,"\u0423":-4,"\u042f":7,"\u0447":14,"\u0434":-3,"\u0442":10,"\u044a":10,"\u045b":-1,"\u0443":10,"\u045e":10,"\u044f":6,"\u0458":-10}},"|":{"d":"23,-270r30,0r0,360r-30,0r0,-360","w":75},"}":{"d":"66,-198v1,32,-24,80,20,82r0,24v-44,4,-18,51,-20,83v-2,39,-25,50,-57,49r0,-24v59,1,-8,-109,49,-120v-33,-5,-25,-57,-23,-93v1,-17,-8,-26,-26,-25r0,-25v34,-2,55,14,57,49","w":92},"~":{"d":"151,-73v-22,6,-67,-32,-85,-31v-10,0,-18,7,-18,28r-25,0v-1,-39,21,-55,45,-55v23,0,64,32,82,32v12,0,16,-11,16,-29r26,0v2,36,-14,55,-41,55","w":214},"\u00a1":{"d":"61,69r-42,0r5,-169r32,0xm40,-178v13,0,23,10,23,25v0,14,-9,25,-23,25v-13,0,-23,-11,-23,-25v0,-15,10,-25,23,-25","w":79},"\u00a2":{"d":"74,-33v-35,-9,-53,-37,-53,-84v0,-42,21,-75,54,-83r0,-35r25,0r0,33v9,1,19,3,25,6r-6,30v-35,-20,-60,10,-60,50v0,46,27,64,63,49r4,28v-7,4,-15,7,-26,7r0,35r-26,0r0,-36","w":146},"\u00a3":{"d":"80,-105v3,33,-6,53,-23,73r76,0r0,32r-121,0r0,-24v25,-12,38,-45,32,-81r-30,0r0,-26r25,0v-20,-62,24,-129,87,-99r-7,31v-21,-13,-47,0,-47,28v0,15,1,27,4,40r37,0r0,26r-33,0","w":146},"\u2044":{"d":"-31,3r-21,0r124,-240r21,0","w":41,"k":{"\uf659":17,"\uf65c":-13}},"\u00a5":{"d":"90,0r-35,0r0,-63r-46,0r0,-21r46,0r0,-23r-46,0r0,-21r37,0r-42,-106r38,0r33,105v8,-33,22,-72,33,-105r36,0r-45,106r38,0r0,21r-47,0r0,23r47,0r0,21r-47,0r0,63","w":146},"\u0192":{"d":"28,-116r0,-29r27,0v1,-55,29,-107,87,-88r-6,29v-35,-12,-41,26,-45,59r33,0r0,29r-35,0v-7,67,-5,170,-90,139r6,-28v26,10,35,3,40,-40r8,-71r-25,0","w":146},"\u00a7":{"d":"54,-150v-21,17,-20,39,13,52v13,5,24,12,32,18v18,-14,14,-43,-11,-52v-12,-4,-25,-12,-34,-18xm98,-31v-2,-34,-97,-42,-86,-90v0,-14,7,-30,25,-43v-32,-31,1,-82,49,-82v15,0,28,3,37,9r-7,25v-16,-11,-59,-14,-59,13v0,16,10,23,30,29v47,13,71,69,31,104v29,31,-2,84,-50,84v-18,0,-37,-5,-47,-12r7,-25v14,12,71,20,70,-12","w":150},"\u00a4":{"d":"39,-177v18,-19,52,-19,70,-1r22,-26r18,17r-28,27v12,24,11,61,0,84r27,27r-17,18r-23,-27v-20,18,-51,19,-70,0r-22,27r-17,-18r25,-26v-12,-25,-10,-62,2,-85r-28,-26r18,-19xm73,-164v-16,0,-24,19,-24,47v0,26,9,46,24,46v17,0,23,-20,23,-47v0,-24,-6,-46,-23,-46","w":146},"'":{"d":"15,-246r32,0r-6,89r-20,0","w":61,"k":{"\u03b2":2,"T":-4,"\u0166":-4,"\u0164":-4,"\u0162":-4,"\u03a4":-4,"\u021a":-4,"J":10,"\u0134":10,"C":2,"G":2,"O":2,"Q":2,"\u00d8":2,"\u0152":2,"\u00c7":2,"\u00d3":2,"\u00d4":2,"\u00d6":2,"\u00d2":2,"\u00d5":2,"\u0106":2,"\u010c":2,"\u0108":2,"\u010a":2,"\u011e":2,"\u011c":2,"\u0122":2,"\u0120":2,"\ue000":2,"\u014e":2,"\u0150":2,"\u014c":2,"\u01fe":2,"\u0398":2,"\u039f":2,"\u01a0":2,"\u1ecc":2,"\u1ece":2,"\u1ed0":2,"\u1ed2":2,"\u1ed4":2,"\u1ed6":2,"\u1ed8":2,"\u1eda":2,"\u1edc":2,"\u1ede":2,"\u1ee0":2,"\u1ee2":2,"V":-4,"W":-4,"\u1e82":-4,"\u0174":-4,"\u1e84":-4,"\u1e80":-4,"Y":-8,"\u00dd":-8,"\u0178":-8,"\u1ef2":-8,"\u0232":-8,"\u1ef4":-8,"\u1ef6":-8,"\u1ef8":-8,"A":19,"\u00c6":19,"\u00c1":19,"\u00c2":19,"\u00c4":19,"\u00c0":19,"\u00c5":19,"\u00c3":19,"\u01fa":19,"\u0102":19,"\u0100":19,"\u0104":19,"\u01fc":19,"\u0391":19,"\u039b":19,"\u1ea0":19,"\u1ea2":19,"\u1ea4":19,"\u1ea6":19,"\u1ea8":19,"\u1eaa":19,"\u1eac":19,"\u1eae":19,"\u1eb0":19,"\u1eb2":19,"\u1eb4":19,"\u1eb6":19,"X":-4,"\u03a7":-4,"f":-6,"\ufb01":-6,"\ufb02":-6,"\u00df":-6,"g":9,"\u011f":9,"\u011d":9,"\u0123":9,"\u0121":9,"\ue005":9,"c":9,"d":9,"e":9,"o":9,"q":9,"\u00f8":9,"\u0153":9,"\u00e7":9,"\u00e9":9,"\u00ea":9,"\u00eb":9,"\u00e8":9,"\u00f3":9,"\u00f4":9,"\u00f6":9,"\u00f2":9,"\u00f5":9,"\u0111":9,"\u0107":9,"\u010d":9,"\u0109":9,"\u010b":9,"\u010f":9,"\u0115":9,"\u011b":9,"\u0117":9,"\u0113":9,"\u0119":9,"\u014f":9,"\u0151":9,"\u014d":9,"\u01ff":9,"\u01a1":9,"\u1eb9":9,"\u1ebb":9,"\u1ebd":9,"\u1ebf":9,"\u1ec1":9,"\u1ec3":9,"\u1ec5":9,"\u1ec7":9,"\u1ecd":9,"\u1ecf":9,"\u1ed1":9,"\u1ed3":9,"\u1ed5":9,"\u1ed7":9,"\u1ed9":9,"\u1edb":9,"\u1edd":9,"\u1edf":9,"\u1ee1":9,"\u1ee3":9,"s":2,"\u0161":2,"\u015b":2,"\u015f":2,"\u015d":2,"\u0219":2,"\uf6c2":2,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"\u021b":-6,"x":-2,",":35,".":35,"\u2026":35,"\u03a6":6,"\u0394":24,"\u03a9":8,"\u03b5":21,"\u03ad":21,"\u03b3":2,"\u03bd":2,"\u03c1":24,"\u03c5":3,"\u03c8":3,"\u03cd":3,"\u03cb":3,"\u03b0":3,"\u03b6":10,"\u03be":10,"\u03b9":3,"\u03af":3,"\u03ca":3,"\u0390":3,"\u03b8":4,"\u03c9":15,"\u03ce":15,"\u038e":-6,"\u0388":-6,"\u0389":-6,"\u038a":-6,"\u038f":-6,"\u038c":-6}},"\u201c":{"d":"39,-160r-35,4v9,-31,24,-65,37,-87r21,-3v-9,26,-19,59,-23,86xm91,-160r-35,4v9,-31,24,-65,37,-87r21,-3v-9,26,-19,59,-23,86","w":116,"k":{"\u0127":-2,"T":-8,"\u0166":-8,"\u0164":-8,"\u0162":-8,"\u03a4":-8,"\u021a":-8,"J":17,"\u0134":17,"M":1,"\ue001":1,"\u039c":1,"C":5,"G":5,"O":5,"Q":5,"\u00d8":5,"\u0152":5,"\u00c7":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"\u0106":5,"\u010c":5,"\u0108":5,"\u010a":5,"\u011e":5,"\u011c":5,"\u0122":5,"\u0120":5,"\ue000":5,"\u014e":5,"\u0150":5,"\u014c":5,"\u01fe":5,"\u0398":5,"\u039f":5,"\u01a0":5,"\u1ecc":5,"\u1ece":5,"\u1ed0":5,"\u1ed2":5,"\u1ed4":5,"\u1ed6":5,"\u1ed8":5,"\u1eda":5,"\u1edc":5,"\u1ede":5,"\u1ee0":5,"\u1ee2":5,"V":-4,"W":-4,"\u1e82":-4,"\u0174":-4,"\u1e84":-4,"\u1e80":-4,"Y":-9,"\u00dd":-9,"\u0178":-9,"\u1ef2":-9,"\u0232":-9,"\u1ef4":-9,"\u1ef6":-9,"\u1ef8":-9,"Z":-3,"\u017d":-3,"\u0179":-3,"\u017b":-3,"\u0396":-3,"A":18,"\u00c6":18,"\u00c1":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"\u00c5":18,"\u00c3":18,"\u01fa":18,"\u0102":18,"\u0100":18,"\u0104":18,"\u01fc":18,"\u0391":18,"\u039b":18,"\u1ea0":18,"\u1ea2":18,"\u1ea4":18,"\u1ea6":18,"\u1ea8":18,"\u1eaa":18,"\u1eac":18,"\u1eae":18,"\u1eb0":18,"\u1eb2":18,"\u1eb4":18,"\u1eb6":18,"X":-7,"\u03a7":-7,"a":9,"\u00e6":9,"\u00e1":9,"\u00e2":9,"\u00e4":9,"\u00e0":9,"\u00e5":9,"\u00e3":9,"\u01fb":9,"\u0103":9,"\u0101":9,"\u0105":9,"\u01fd":9,"\u1ea1":9,"\u1ea3":9,"\u1ea5":9,"\u1ea7":9,"\u1ea9":9,"\u1eab":9,"\u1ead":9,"\u1eaf":9,"\u1eb1":9,"\u1eb3":9,"\u1eb5":9,"\u1eb7":9,"f":1,"\ufb01":1,"\ufb02":1,"\u00df":1,"g":17,"\u011f":17,"\u011d":17,"\u0123":17,"\u0121":17,"\ue005":17,"c":20,"d":20,"e":20,"o":20,"q":20,"\u00f8":20,"\u0153":20,"\u00e7":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"\u0111":20,"\u0107":20,"\u010d":20,"\u0109":20,"\u010b":20,"\u010f":20,"\u0115":20,"\u011b":20,"\u0117":20,"\u0113":20,"\u0119":20,"\u014f":20,"\u0151":20,"\u014d":20,"\u01ff":20,"\u01a1":20,"\u1eb9":20,"\u1ebb":20,"\u1ebd":20,"\u1ebf":20,"\u1ec1":20,"\u1ec3":20,"\u1ec5":20,"\u1ec7":20,"\u1ecd":20,"\u1ecf":20,"\u1ed1":20,"\u1ed3":20,"\u1ed5":20,"\u1ed7":20,"\u1ed9":20,"\u1edb":20,"\u1edd":20,"\u1edf":20,"\u1ee1":20,"\u1ee3":20,"s":11,"\u0161":11,"\u015b":11,"\u015f":11,"\u015d":11,"\u0219":11,"\uf6c2":11,"u":8,"\u00fa":8,"\u00fb":8,"\u00fc":8,"\u00f9":8,"\u016d":8,"\u0171":8,"\u016b":8,"\u0173":8,"\u016f":8,"\u0169":8,"\u01b0":8,"\u1ee5":8,"\u1ee7":8,"\u1ee9":8,"\u1eeb":8,"\u1eed":8,"\u1eef":8,"\u1ef1":8,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"\u1e83":2,"\u0175":2,"\u1e85":2,"\u1e81":2,"\u1ef3":2,"\u0233":2,"\u1ef5":2,"\u1ef7":2,"\u1ef9":2,"z":5,"\u017e":5,"\u017a":5,"\u017c":5,"b":-2,"h":-2,"k":-2,"l":-2,"\u0142":-2,"\u0125":-2,"\u0137":-2,"\u013a":-2,"\u013e":-2,"\u013c":-2,"\u0140":-2,"i":7,"m":7,"n":7,"p":7,"r":7,"\u0131":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"\u00f1":7,"\u014b":7,"\u0138":7,"\u0133":7,"\u012d":7,"\u012b":7,"\u012f":7,"\u0129":7,"\ue006":7,"\u0144":7,"\u0148":7,"\ue007":7,"\u0146":7,"\u0155":7,"\u0159":7,"\u0157":7,"\u1ec9":7,"\u1ecb":7,"j":-2,"\u0135":-2,"\u2018":14,"\u201c":14,",":34,".":34,"\u2026":34,"\u03a6":4,"\u03a8":-4,"\u03a5":-6,"\u03ab":-6,"\u0394":23,"\u03a9":8,"\u039e":-6,"\u03a3":-6,"\u03b5":23,"\u03ad":23,"\u03bb":-2,"\u03b1":20,"\u03b4":20,"\u03bf":20,"\u03c3":20,"\u03c6":20,"\u03c2":20,"\u03ac":20,"\u03cc":20,"\u03c1":27,"\u03c5":3,"\u03c8":3,"\u03cd":3,"\u03cb":3,"\u03b0":3,"\u00b5":7,"\u03b2":7,"\u03b7":7,"\u03ba":7,"\u03ae":7,"\u03b6":6,"\u03be":6,"\u03b9":3,"\u03af":3,"\u03ca":3,"\u0390":3,"\u03b8":3,"\u03c9":22,"\u03ce":22,"\u038e":-13,"\u0388":-13,"\u0389":-13,"\u038a":-13,"\u038f":-13,"\u038c":-13,"\u0402":-16,"\u0424":6,"\u0409":5,"\u041b":5,"\u040b":-16,"\u0422":-16,"\u042a":-16,"\u0408":14,"\u0404":6,"\u041e":6,"\u0421":6,"\u040e":-14,"\u0423":-14,"\u042f":4,"\u0410":21,"\u0434":19,"\u0452":-9,"\u043b":10,"\u0459":10,"\u0442":2,"\u044a":2,"\u045b":-10,"\u0443":4,"\u045e":4,"\u044f":11,"\u0458":1}},"\u00ab":{"d":"73,-156r-38,65r38,65r-28,0r-38,-65r38,-65r28,0xm129,-156r-39,65r39,65r-29,0r-38,-65r38,-65r29,0","w":133,"k":{"T":10,"\u0166":10,"\u0164":10,"\u0162":10,"\u03a4":10,"\u021a":10,"J":-1,"\u0134":-1,"V":3,"W":3,"\u1e82":3,"\u0174":3,"\u1e84":3,"\u1e80":3,"Y":5,"\u00dd":5,"\u0178":5,"\u1ef2":5,"\u0232":5,"\u1ef4":5,"\u1ef6":5,"\u1ef8":5,"A":-2,"\u00c6":-2,"\u00c1":-2,"\u00c2":-2,"\u00c4":-2,"\u00c0":-2,"\u00c5":-2,"\u00c3":-2,"\u01fa":-2,"\u0102":-2,"\u0100":-2,"\u0104":-2,"\u01fc":-2,"\u0391":-2,"\u039b":-2,"\u1ea0":-2,"\u1ea2":-2,"\u1ea4":-2,"\u1ea6":-2,"\u1ea8":-2,"\u1eaa":-2,"\u1eac":-2,"\u1eae":-2,"\u1eb0":-2,"\u1eb2":-2,"\u1eb4":-2,"\u1eb6":-2,"X":1,"\u03a7":1,"f":-6,"\ufb01":-6,"\ufb02":-6,"\u00df":-6,"j":1,"\u0135":1,"\u03a8":-2,"\u03a5":12,"\u03ab":12,"\u0394":-9,"\u03a9":-4,"\u039e":-5,"\u03a3":-3,"\u03b3":-6,"\u03bd":-6,"\u03bb":-4,"\u03c0":-6,"\u03c4":-8,"\u038e":16}},"\u2039":{"d":"73,-156r-38,65r38,65r-28,0r-38,-65r38,-65r28,0","w":77,"k":{"T":10,"\u0166":10,"\u0164":10,"\u0162":10,"\u03a4":10,"\u021a":10,"J":-1,"\u0134":-1,"V":3,"W":3,"\u1e82":3,"\u0174":3,"\u1e84":3,"\u1e80":3,"Y":5,"\u00dd":5,"\u0178":5,"\u1ef2":5,"\u0232":5,"\u1ef4":5,"\u1ef6":5,"\u1ef8":5,"A":-2,"\u00c6":-2,"\u00c1":-2,"\u00c2":-2,"\u00c4":-2,"\u00c0":-2,"\u00c5":-2,"\u00c3":-2,"\u01fa":-2,"\u0102":-2,"\u0100":-2,"\u0104":-2,"\u01fc":-2,"\u0391":-2,"\u039b":-2,"\u1ea0":-2,"\u1ea2":-2,"\u1ea4":-2,"\u1ea6":-2,"\u1ea8":-2,"\u1eaa":-2,"\u1eac":-2,"\u1eae":-2,"\u1eb0":-2,"\u1eb2":-2,"\u1eb4":-2,"\u1eb6":-2,"X":1,"\u03a7":1,"f":-6,"\ufb01":-6,"\ufb02":-6,"\u00df":-6,"j":1,"\u0135":1,"\u03a8":-2,"\u03a5":12,"\u03ab":12,"\u0394":-9,"\u03a9":-4,"\u039e":-5,"\u03a3":-3,"\u03b3":-6,"\u03bd":-6,"\u03bb":-4,"\u03c0":-6,"\u03c4":-8,"\u038e":16}},"\u203a":{"d":"42,-91r-38,-65r29,0r38,65r-38,65r-29,0","w":77,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"\u03a4":14,"\u021a":14,"J":4,"\u0134":4,"C":-2,"G":-2,"O":-2,"Q":-2,"\u00d8":-2,"\u0152":-2,"\u00c7":-2,"\u00d3":-2,"\u00d4":-2,"\u00d6":-2,"\u00d2":-2,"\u00d5":-2,"\u0106":-2,"\u010c":-2,"\u0108":-2,"\u010a":-2,"\u011e":-2,"\u011c":-2,"\u0122":-2,"\u0120":-2,"\ue000":-2,"\u014e":-2,"\u0150":-2,"\u014c":-2,"\u01fe":-2,"\u0398":-2,"\u039f":-2,"\u01a0":-2,"\u1ecc":-2,"\u1ece":-2,"\u1ed0":-2,"\u1ed2":-2,"\u1ed4":-2,"\u1ed6":-2,"\u1ed8":-2,"\u1eda":-2,"\u1edc":-2,"\u1ede":-2,"\u1ee0":-2,"\u1ee2":-2,"V":8,"W":8,"\u1e82":8,"\u0174":8,"\u1e84":8,"\u1e80":8,"Y":12,"\u00dd":12,"\u0178":12,"\u1ef2":12,"\u0232":12,"\u1ef4":12,"\u1ef6":12,"\u1ef8":12,"Z":1,"\u017d":1,"\u0179":1,"\u017b":1,"\u0396":1,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"\u01fa":2,"\u0102":2,"\u0100":2,"\u0104":2,"\u01fc":2,"\u0391":2,"\u039b":2,"\u1ea0":2,"\u1ea2":2,"\u1ea4":2,"\u1ea6":2,"\u1ea8":2,"\u1eaa":2,"\u1eac":2,"\u1eae":2,"\u1eb0":2,"\u1eb2":2,"\u1eb4":2,"\u1eb6":2,"X":4,"\u03a7":4,"S":3,"\u0160":3,"\u015a":3,"\u015e":3,"\u015c":3,"\u0218":3,"\uf6c1":3,"g":-1,"\u011f":-1,"\u011d":-1,"\u0123":-1,"\u0121":-1,"\ue005":-1}},"\ufb01":{"d":"63,0r-38,0r0,-148r-23,0r0,-27r23,0v-1,-39,10,-73,71,-77v16,0,31,4,39,8r-6,30v-28,-13,-78,-4,-66,39r84,0r0,175r-39,0r0,-148r-45,0r0,148","w":164,"k":{"\u2019":-5,"\u201d":-5}},"\ufb02":{"d":"25,-175v-1,-43,21,-79,72,-77v19,0,38,4,50,9r0,243r-39,0r0,-219v-29,-9,-51,10,-45,44r28,0r0,27r-28,0r0,148r-38,0r0,-148r-23,0r0,-27r23,0","w":164,"k":{"\u2019":-2,"\u201d":-2,",":4,".":4,"\u2026":4}},"\u2013":{"d":"11,-107r158,0r0,27r-158,0r0,-27","w":180,"k":{"T":11,"\u0166":11,"\u0164":11,"\u0162":11,"\u03a4":11,"\u021a":11,"J":4,"\u0134":4,"C":-4,"G":-4,"O":-4,"Q":-4,"\u00d8":-4,"\u0152":-4,"\u00c7":-4,"\u00d3":-4,"\u00d4":-4,"\u00d6":-4,"\u00d2":-4,"\u00d5":-4,"\u0106":-4,"\u010c":-4,"\u0108":-4,"\u010a":-4,"\u011e":-4,"\u011c":-4,"\u0122":-4,"\u0120":-4,"\ue000":-4,"\u014e":-4,"\u0150":-4,"\u014c":-4,"\u01fe":-4,"\u0398":-4,"\u039f":-4,"\u01a0":-4,"\u1ecc":-4,"\u1ece":-4,"\u1ed0":-4,"\u1ed2":-4,"\u1ed4":-4,"\u1ed6":-4,"\u1ed8":-4,"\u1eda":-4,"\u1edc":-4,"\u1ede":-4,"\u1ee0":-4,"\u1ee2":-4,"V":2,"W":2,"\u1e82":2,"\u0174":2,"\u1e84":2,"\u1e80":2,"Y":9,"\u00dd":9,"\u0178":9,"\u1ef2":9,"\u0232":9,"\u1ef4":9,"\u1ef6":9,"\u1ef8":9,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"\u01fa":2,"\u0102":2,"\u0100":2,"\u0104":2,"\u01fc":2,"\u0391":2,"\u039b":2,"\u1ea0":2,"\u1ea2":2,"\u1ea4":2,"\u1ea6":2,"\u1ea8":2,"\u1eaa":2,"\u1eac":2,"\u1eae":2,"\u1eb0":2,"\u1eb2":2,"\u1eb4":2,"\u1eb6":2,"X":3,"\u03a7":3,"g":-3,"\u011f":-3,"\u011d":-3,"\u0123":-3,"\u0121":-3,"\ue005":-3,"c":-7,"d":-7,"e":-7,"o":-7,"q":-7,"\u00f8":-7,"\u0153":-7,"\u00e7":-7,"\u00e9":-7,"\u00ea":-7,"\u00eb":-7,"\u00e8":-7,"\u00f3":-7,"\u00f4":-7,"\u00f6":-7,"\u00f2":-7,"\u00f5":-7,"\u0111":-7,"\u0107":-7,"\u010d":-7,"\u0109":-7,"\u010b":-7,"\u010f":-7,"\u0115":-7,"\u011b":-7,"\u0117":-7,"\u0113":-7,"\u0119":-7,"\u014f":-7,"\u0151":-7,"\u014d":-7,"\u01ff":-7,"\u01a1":-7,"\u1eb9":-7,"\u1ebb":-7,"\u1ebd":-7,"\u1ebf":-7,"\u1ec1":-7,"\u1ec3":-7,"\u1ec5":-7,"\u1ec7":-7,"\u1ecd":-7,"\u1ecf":-7,"\u1ed1":-7,"\u1ed3":-7,"\u1ed5":-7,"\u1ed7":-7,"\u1ed9":-7,"\u1edb":-7,"\u1edd":-7,"\u1edf":-7,"\u1ee1":-7,"\u1ee3":-7,"x":1,"\u03a6":-2,"\u03a8":8,"\u03a5":19,"\u03ab":19,"\u03a3":9,"\u03c4":2,"\u03b6":-4,"\u03be":-4,"\u03c9":-1,"\u03ce":-1,"\u038e":20,"\u0414":7,"\u0402":5,"\u0409":5,"\u041b":5,"\u040b":12,"\u0422":12,"\u042a":12,"\u0408":8,"\u0416":8,"\u0427":6,"\u0425":7,"\u040e":9,"\u0423":9,"\u042f":7,"\u041c":5,"\u0447":5,"\u0434":9,"\u0452":6,"\u043b":5,"\u0459":5,"\u0442":8,"\u044a":8,"\u045b":4,"\u0443":8,"\u045e":8,"\u044f":5,"\u0436":8,"\u0445":6,"\u0458":4}},"\u2020":{"d":"56,-243r33,0r-2,70r47,-2r0,32r-47,-2r2,163r-33,0r2,-163r-47,2r0,-32r47,2","w":145},"\u2021":{"d":"56,-243r33,0r-2,68r47,-2r0,32r-47,-3r0,69r47,-2r0,32r-47,-2r2,69r-33,0r2,-69r-47,2r0,-32r47,2r0,-69r-47,3r0,-32r47,2","w":145},"\u00b7":{"d":"39,-69v-13,0,-24,-10,-24,-26v0,-15,11,-27,24,-27v13,0,23,11,23,27v0,16,-9,26,-23,26","w":77},"\u00b6":{"d":"86,18r-23,0v-2,-37,4,-82,-2,-115v-14,0,-46,-16,-52,-64v-6,-53,52,-96,120,-79r0,258r-22,0r0,-238r-21,0r0,238","w":150},"\u2022":{"d":"49,-58v-20,0,-36,-15,-36,-37v0,-22,16,-37,36,-37v20,0,37,14,37,37v0,22,-16,37,-37,37","w":98},"\u201a":{"d":"25,38r-21,3v9,-26,19,-59,23,-86r35,-4v-9,31,-24,65,-37,87","w":66,"k":{"T":12,"\u0166":12,"\u0164":12,"\u0162":12,"\u03a4":12,"\u021a":12,"J":-9,"\u0134":-9,"V":9,"W":9,"\u1e82":9,"\u0174":9,"\u1e84":9,"\u1e80":9,"Y":14,"\u00dd":14,"\u0178":14,"\u1ef2":14,"\u0232":14,"\u1ef4":14,"\u1ef6":14,"\u1ef8":14,"Z":-6,"\u017d":-6,"\u0179":-6,"\u017b":-6,"\u0396":-6,"A":-4,"\u00c6":-4,"\u00c1":-4,"\u00c2":-4,"\u00c4":-4,"\u00c0":-4,"\u00c5":-4,"\u00c3":-4,"\u01fa":-4,"\u0102":-4,"\u0100":-4,"\u0104":-4,"\u01fc":-4,"\u0391":-4,"\u039b":-4,"\u1ea0":-4,"\u1ea2":-4,"\u1ea4":-4,"\u1ea6":-4,"\u1ea8":-4,"\u1eaa":-4,"\u1eac":-4,"\u1eae":-4,"\u1eb0":-4,"\u1eb2":-4,"\u1eb4":-4,"\u1eb6":-4,"X":-4,"\u03a7":-4,"a":-4,"\u00e6":-4,"\u00e1":-4,"\u00e2":-4,"\u00e4":-4,"\u00e0":-4,"\u00e5":-4,"\u00e3":-4,"\u01fb":-4,"\u0103":-4,"\u0101":-4,"\u0105":-4,"\u01fd":-4,"\u1ea1":-4,"\u1ea3":-4,"\u1ea5":-4,"\u1ea7":-4,"\u1ea9":-4,"\u1eab":-4,"\u1ead":-4,"\u1eaf":-4,"\u1eb1":-4,"\u1eb3":-4,"\u1eb5":-4,"\u1eb7":-4,"v":6,"w":6,"y":6,"\u00fd":6,"\u00ff":6,"\u1e83":6,"\u0175":6,"\u1e85":6,"\u1e81":6,"\u1ef3":6,"\u0233":6,"\u1ef5":6,"\u1ef7":6,"\u1ef9":6,"z":-6,"\u017e":-6,"\u017a":-6,"\u017c":-6,"j":-8,"\u0135":-8,"\u040b":5,"\u0422":5,"\u042a":5,"\u0427":10}},"\u201e":{"d":"24,38r-21,3v9,-26,19,-59,23,-86r35,-4v-9,31,-24,65,-37,87xm76,38r-21,3v9,-26,19,-59,23,-86r35,-4v-9,31,-24,65,-37,87","w":116,"k":{"T":12,"\u0166":12,"\u0164":12,"\u0162":12,"\u03a4":12,"\u021a":12,"J":-9,"\u0134":-9,"V":9,"W":9,"\u1e82":9,"\u0174":9,"\u1e84":9,"\u1e80":9,"Y":14,"\u00dd":14,"\u0178":14,"\u1ef2":14,"\u0232":14,"\u1ef4":14,"\u1ef6":14,"\u1ef8":14,"Z":-6,"\u017d":-6,"\u0179":-6,"\u017b":-6,"\u0396":-6,"A":-4,"\u00c6":-4,"\u00c1":-4,"\u00c2":-4,"\u00c4":-4,"\u00c0":-4,"\u00c5":-4,"\u00c3":-4,"\u01fa":-4,"\u0102":-4,"\u0100":-4,"\u0104":-4,"\u01fc":-4,"\u0391":-4,"\u039b":-4,"\u1ea0":-4,"\u1ea2":-4,"\u1ea4":-4,"\u1ea6":-4,"\u1ea8":-4,"\u1eaa":-4,"\u1eac":-4,"\u1eae":-4,"\u1eb0":-4,"\u1eb2":-4,"\u1eb4":-4,"\u1eb6":-4,"X":-4,"\u03a7":-4,"a":-4,"\u00e6":-4,"\u00e1":-4,"\u00e2":-4,"\u00e4":-4,"\u00e0":-4,"\u00e5":-4,"\u00e3":-4,"\u01fb":-4,"\u0103":-4,"\u0101":-4,"\u0105":-4,"\u01fd":-4,"\u1ea1":-4,"\u1ea3":-4,"\u1ea5":-4,"\u1ea7":-4,"\u1ea9":-4,"\u1eab":-4,"\u1ead":-4,"\u1eaf":-4,"\u1eb1":-4,"\u1eb3":-4,"\u1eb5":-4,"\u1eb7":-4,"v":6,"w":6,"y":6,"\u00fd":6,"\u00ff":6,"\u1e83":6,"\u0175":6,"\u1e85":6,"\u1e81":6,"\u1ef3":6,"\u0233":6,"\u1ef5":6,"\u1ef7":6,"\u1ef9":6,"z":-6,"\u017e":-6,"\u017a":-6,"\u017c":-6,"j":-8,"\u0135":-8,"\u040b":5,"\u0422":5,"\u042a":5,"\u0427":10}},"\u201d":{"d":"26,-243r35,-3v-9,31,-24,65,-37,87r-21,3v9,-26,19,-60,23,-87xm78,-243r35,-3v-9,31,-24,65,-37,87r-21,3v9,-26,19,-60,23,-87","w":116,"k":{"\u1ecb":18,"\u1ec9":18,"\u0129":18,"\u012f":18,"\u012b":18,"\u012d":18,"\u0133":18,"\u0127":-8,"\u00ec":18,"\u00ef":18,"\u00ee":18,"\u00ed":18,"\u0131":18,"i":18,"T":-6,"\u0166":-6,"\u0164":-6,"\u0162":-6,"\u03a4":-6,"\u021a":-6,"J":15,"\u0134":15,"M":4,"\ue001":4,"\u039c":4,"C":9,"G":9,"O":9,"Q":9,"\u00d8":9,"\u0152":9,"\u00c7":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"\u0106":9,"\u010c":9,"\u0108":9,"\u010a":9,"\u011e":9,"\u011c":9,"\u0122":9,"\u0120":9,"\ue000":9,"\u014e":9,"\u0150":9,"\u014c":9,"\u01fe":9,"\u0398":9,"\u039f":9,"\u01a0":9,"\u1ecc":9,"\u1ece":9,"\u1ed0":9,"\u1ed2":9,"\u1ed4":9,"\u1ed6":9,"\u1ed8":9,"\u1eda":9,"\u1edc":9,"\u1ede":9,"\u1ee0":9,"\u1ee2":9,"V":-6,"W":-6,"\u1e82":-6,"\u0174":-6,"\u1e84":-6,"\u1e80":-6,"Y":-7,"\u00dd":-7,"\u0178":-7,"\u1ef2":-7,"\u0232":-7,"\u1ef4":-7,"\u1ef6":-7,"\u1ef8":-7,"A":21,"\u00c6":21,"\u00c1":21,"\u00c2":21,"\u00c4":21,"\u00c0":21,"\u00c5":21,"\u00c3":21,"\u01fa":21,"\u0102":21,"\u0100":21,"\u0104":21,"\u01fc":21,"\u0391":21,"\u039b":21,"\u1ea0":21,"\u1ea2":21,"\u1ea4":21,"\u1ea6":21,"\u1ea8":21,"\u1eaa":21,"\u1eac":21,"\u1eae":21,"\u1eb0":21,"\u1eb2":21,"\u1eb4":21,"\u1eb6":21,"X":-5,"\u03a7":-5,"S":1,"\u0160":1,"\u015a":1,"\u015e":1,"\u015c":1,"\u0218":1,"\uf6c1":1,"a":14,"\u00e6":14,"\u00e1":14,"\u00e2":14,"\u00e4":14,"\u00e0":14,"\u00e5":14,"\u00e3":14,"\u01fb":14,"\u0103":14,"\u0101":14,"\u0105":14,"\u01fd":14,"\u1ea1":14,"\u1ea3":14,"\u1ea5":14,"\u1ea7":14,"\u1ea9":14,"\u1eab":14,"\u1ead":14,"\u1eaf":14,"\u1eb1":14,"\u1eb3":14,"\u1eb5":14,"\u1eb7":14,"g":24,"\u011f":24,"\u011d":24,"\u0123":24,"\u0121":24,"\ue005":24,"c":30,"d":30,"e":30,"o":30,"q":30,"\u00f8":30,"\u0153":30,"\u00e7":30,"\u00e9":30,"\u00ea":30,"\u00eb":30,"\u00e8":30,"\u00f3":30,"\u00f4":30,"\u00f6":30,"\u00f2":30,"\u00f5":30,"\u0111":30,"\u0107":30,"\u010d":30,"\u0109":30,"\u010b":30,"\u010f":30,"\u0115":30,"\u011b":30,"\u0117":30,"\u0113":30,"\u0119":30,"\u014f":30,"\u0151":30,"\u014d":30,"\u01ff":30,"\u01a1":30,"\u1eb9":30,"\u1ebb":30,"\u1ebd":30,"\u1ebf":30,"\u1ec1":30,"\u1ec3":30,"\u1ec5":30,"\u1ec7":30,"\u1ecd":30,"\u1ecf":30,"\u1ed1":30,"\u1ed3":30,"\u1ed5":30,"\u1ed7":30,"\u1ed9":30,"\u1edb":30,"\u1edd":30,"\u1edf":30,"\u1ee1":30,"\u1ee3":30,"s":27,"\u0161":27,"\u015b":27,"\u015f":27,"\u015d":27,"\u0219":27,"\uf6c2":27,"t":5,"\u0167":5,"\u0165":5,"\u0163":5,"\u021b":5,"m":18,"n":18,"p":18,"r":18,"\u00f1":18,"\u014b":18,"\u0138":18,"\ue006":18,"\u0144":18,"\u0148":18,"\ue007":18,"\u0146":18,"\u0155":18,"\u0159":18,"\u0157":18,"\u2019":14,"\u201d":14,",":54,".":54,"\u2026":54," ":20,"\u00a0":20}},"\u00bb":{"d":"43,-91r-38,-65r28,0r38,65r-37,65r-29,0xm98,-91r-38,-65r28,0r38,65r-37,65r-29,0","w":133,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"\u03a4":14,"\u021a":14,"J":4,"\u0134":4,"C":-2,"G":-2,"O":-2,"Q":-2,"\u00d8":-2,"\u0152":-2,"\u00c7":-2,"\u00d3":-2,"\u00d4":-2,"\u00d6":-2,"\u00d2":-2,"\u00d5":-2,"\u0106":-2,"\u010c":-2,"\u0108":-2,"\u010a":-2,"\u011e":-2,"\u011c":-2,"\u0122":-2,"\u0120":-2,"\ue000":-2,"\u014e":-2,"\u0150":-2,"\u014c":-2,"\u01fe":-2,"\u0398":-2,"\u039f":-2,"\u01a0":-2,"\u1ecc":-2,"\u1ece":-2,"\u1ed0":-2,"\u1ed2":-2,"\u1ed4":-2,"\u1ed6":-2,"\u1ed8":-2,"\u1eda":-2,"\u1edc":-2,"\u1ede":-2,"\u1ee0":-2,"\u1ee2":-2,"V":8,"W":8,"\u1e82":8,"\u0174":8,"\u1e84":8,"\u1e80":8,"Y":12,"\u00dd":12,"\u0178":12,"\u1ef2":12,"\u0232":12,"\u1ef4":12,"\u1ef6":12,"\u1ef8":12,"Z":1,"\u017d":1,"\u0179":1,"\u017b":1,"\u0396":1,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"\u01fa":2,"\u0102":2,"\u0100":2,"\u0104":2,"\u01fc":2,"\u0391":2,"\u039b":2,"\u1ea0":2,"\u1ea2":2,"\u1ea4":2,"\u1ea6":2,"\u1ea8":2,"\u1eaa":2,"\u1eac":2,"\u1eae":2,"\u1eb0":2,"\u1eb2":2,"\u1eb4":2,"\u1eb6":2,"X":4,"\u03a7":4,"S":3,"\u0160":3,"\u015a":3,"\u015e":3,"\u015c":3,"\u0218":3,"\uf6c1":3,"g":-1,"\u011f":-1,"\u011d":-1,"\u0123":-1,"\u0121":-1,"\ue005":-1}},"\u2026":{"d":"60,3v-13,0,-23,-11,-23,-27v0,-15,10,-26,23,-26v13,0,24,9,24,26v0,16,-10,27,-24,27xm180,3v-13,0,-23,-11,-23,-27v0,-15,10,-26,23,-26v13,0,24,9,24,26v0,16,-10,27,-24,27xm300,3v-13,0,-23,-11,-23,-27v0,-15,11,-26,24,-26v13,0,23,9,23,26v0,16,-10,27,-24,27","w":360,"k":{"\"":30,"'":30,"\u2018":22,"\u201c":22,"\u2019":33,"\u201d":33,"\u03a5":29,"\u03ab":29}},"\u2030":{"d":"55,-237v31,0,45,34,45,71v0,49,-23,72,-46,72v-30,0,-45,-32,-45,-71v0,-41,18,-72,46,-72xm54,-215v-14,0,-18,22,-18,49v0,27,4,50,18,50v14,0,19,-22,19,-49v0,-26,-4,-50,-19,-50xm65,4r-21,0r125,-242r21,0xm181,-140v31,0,45,34,45,71v0,49,-22,71,-45,71v-30,0,-46,-31,-46,-70v0,-41,18,-72,46,-72xm180,-119v-14,0,-18,23,-18,50v0,27,5,50,19,50v14,0,18,-23,18,-50v0,-26,-4,-50,-19,-50xm288,-140v31,0,45,34,45,71v0,49,-23,71,-46,71v-30,0,-45,-31,-45,-70v0,-41,18,-72,46,-72xm287,-119v-14,0,-18,23,-18,50v0,27,4,50,18,50v14,0,19,-23,19,-50v0,-26,-4,-50,-19,-50","w":340},"\u00bf":{"d":"67,-178v13,0,22,10,22,25v0,14,-8,26,-22,26v-14,0,-24,-12,-24,-26v0,-15,11,-25,24,-25xm8,19v0,-47,48,-69,41,-122r33,0v11,43,-33,80,-35,116v-1,28,31,32,49,19r7,30v-6,5,-22,10,-39,10v-42,0,-56,-29,-56,-53","w":116},"`":{"d":"12,-247r36,0r25,50r-24,0"},"\u00b4":{"d":"64,-247r36,0r-37,50r-24,0"},"\u02c6":{"d":"41,-247r27,0r29,50r-27,0v-6,-10,-9,-22,-16,-30r-15,30r-28,0"},"\u02dc":{"d":"96,-241v2,47,-34,39,-56,25v-5,0,-9,6,-9,15r-19,0v0,-21,8,-39,24,-39v13,0,21,11,33,12v5,0,9,-2,9,-13r18,0"},"\u00af":{"d":"17,-232r74,0r0,23r-74,0r0,-23"},"\u02d8":{"d":"13,-243r20,0v1,13,10,21,21,21v14,0,21,-9,21,-21r20,0v1,25,-16,44,-42,44v-25,0,-41,-20,-40,-44"},"\u02d9":{"d":"54,-203v-10,0,-19,-8,-19,-20v0,-12,9,-20,19,-20v10,0,19,8,19,20v0,12,-8,20,-19,20"},"\u00a8":{"d":"23,-203v-10,0,-18,-8,-18,-20v0,-12,9,-20,19,-20v10,0,18,8,18,20v0,12,-8,20,-19,20xm84,-203v-10,0,-19,-8,-19,-20v0,-12,9,-20,19,-20v10,0,19,8,19,20v0,12,-8,20,-19,20"},"\u02da":{"d":"42,-193v-23,0,-36,-14,-36,-31v0,-18,12,-33,36,-33v22,0,35,14,35,32v0,18,-13,32,-35,32xm42,-207v22,-1,22,-35,-1,-36v-21,2,-20,34,1,36"},"\u00b8":{"d":"49,-2r22,0r-10,19v13,2,24,12,24,26v0,33,-40,36,-62,23r6,-17v10,5,31,10,31,-5v0,-8,-10,-14,-25,-15"},"\u02dd":{"d":"42,-247r30,0r-36,50r-21,0xm89,-247r31,0r-37,50r-21,0"},"\u02db":{"d":"39,-2r24,0v-16,18,-17,60,17,47r5,19v-23,18,-62,8,-62,-23v0,-18,11,-35,16,-43"},"\u02c7":{"d":"67,-197r-26,0r-30,-50r27,0r16,30r16,-30r27,0"},"\u2014":{"d":"11,-107r338,0r0,27r-338,0r0,-27","w":360,"k":{"T":11,"\u0166":11,"\u0164":11,"\u0162":11,"\u03a4":11,"\u021a":11,"J":4,"\u0134":4,"C":-4,"G":-4,"O":-4,"Q":-4,"\u00d8":-4,"\u0152":-4,"\u00c7":-4,"\u00d3":-4,"\u00d4":-4,"\u00d6":-4,"\u00d2":-4,"\u00d5":-4,"\u0106":-4,"\u010c":-4,"\u0108":-4,"\u010a":-4,"\u011e":-4,"\u011c":-4,"\u0122":-4,"\u0120":-4,"\ue000":-4,"\u014e":-4,"\u0150":-4,"\u014c":-4,"\u01fe":-4,"\u0398":-4,"\u039f":-4,"\u01a0":-4,"\u1ecc":-4,"\u1ece":-4,"\u1ed0":-4,"\u1ed2":-4,"\u1ed4":-4,"\u1ed6":-4,"\u1ed8":-4,"\u1eda":-4,"\u1edc":-4,"\u1ede":-4,"\u1ee0":-4,"\u1ee2":-4,"V":2,"W":2,"\u1e82":2,"\u0174":2,"\u1e84":2,"\u1e80":2,"Y":9,"\u00dd":9,"\u0178":9,"\u1ef2":9,"\u0232":9,"\u1ef4":9,"\u1ef6":9,"\u1ef8":9,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"\u01fa":2,"\u0102":2,"\u0100":2,"\u0104":2,"\u01fc":2,"\u0391":2,"\u039b":2,"\u1ea0":2,"\u1ea2":2,"\u1ea4":2,"\u1ea6":2,"\u1ea8":2,"\u1eaa":2,"\u1eac":2,"\u1eae":2,"\u1eb0":2,"\u1eb2":2,"\u1eb4":2,"\u1eb6":2,"X":3,"\u03a7":3,"g":-3,"\u011f":-3,"\u011d":-3,"\u0123":-3,"\u0121":-3,"\ue005":-3,"c":-7,"d":-7,"e":-7,"o":-7,"q":-7,"\u00f8":-7,"\u0153":-7,"\u00e7":-7,"\u00e9":-7,"\u00ea":-7,"\u00eb":-7,"\u00e8":-7,"\u00f3":-7,"\u00f4":-7,"\u00f6":-7,"\u00f2":-7,"\u00f5":-7,"\u0111":-7,"\u0107":-7,"\u010d":-7,"\u0109":-7,"\u010b":-7,"\u010f":-7,"\u0115":-7,"\u011b":-7,"\u0117":-7,"\u0113":-7,"\u0119":-7,"\u014f":-7,"\u0151":-7,"\u014d":-7,"\u01ff":-7,"\u01a1":-7,"\u1eb9":-7,"\u1ebb":-7,"\u1ebd":-7,"\u1ebf":-7,"\u1ec1":-7,"\u1ec3":-7,"\u1ec5":-7,"\u1ec7":-7,"\u1ecd":-7,"\u1ecf":-7,"\u1ed1":-7,"\u1ed3":-7,"\u1ed5":-7,"\u1ed7":-7,"\u1ed9":-7,"\u1edb":-7,"\u1edd":-7,"\u1edf":-7,"\u1ee1":-7,"\u1ee3":-7,"x":1,"\u03a6":-2,"\u03a8":8,"\u03a5":19,"\u03ab":19,"\u03a3":9,"\u03c4":2,"\u03b6":-4,"\u03be":-4,"\u03c9":-1,"\u03ce":-1,"\u038e":20,"\u0414":7,"\u0402":5,"\u0409":5,"\u041b":5,"\u040b":12,"\u0422":12,"\u042a":12,"\u0408":8,"\u0416":8,"\u0427":6,"\u0425":7,"\u040e":9,"\u0423":9,"\u042f":7,"\u041c":5,"\u0447":5,"\u0434":9,"\u0452":6,"\u043b":5,"\u0459":5,"\u0442":8,"\u044a":8,"\u045b":4,"\u0443":8,"\u045e":8,"\u044f":5,"\u0436":8,"\u0445":6,"\u0458":4}},"\u00c6":{"d":"37,0r-37,0r73,-243r122,0r0,34r-65,0r4,69r60,0r0,32r-57,0r4,75r61,0r0,33r-95,0r-4,-72r-46,0xm64,-103r36,0r-7,-113","w":208,"k":{"J":-7,"\u0134":-7,"V":-2,"W":-2,"\u1e82":-2,"\u0174":-2,"\u1e84":-2,"\u1e80":-2,"Y":-4,"\u00dd":-4,"\u0178":-4,"\u1ef2":-4,"\u0232":-4,"\u1ef4":-4,"\u1ef6":-4,"\u1ef8":-4,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"\u01fb":1,"\u0103":1,"\u0101":1,"\u0105":1,"\u01fd":1,"\u1ea1":1,"\u1ea3":1,"\u1ea5":1,"\u1ea7":1,"\u1ea9":1,"\u1eab":1,"\u1ead":1,"\u1eaf":1,"\u1eb1":1,"\u1eb3":1,"\u1eb5":1,"\u1eb7":1,"f":2,"\ufb01":2,"\ufb02":2,"\u00df":2,"g":3,"\u011f":3,"\u011d":3,"\u0123":3,"\u0121":3,"\ue005":3,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u0153":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"\u01ff":4,"\u01a1":4,"\u1eb9":4,"\u1ebb":4,"\u1ebd":4,"\u1ebf":4,"\u1ec1":4,"\u1ec3":4,"\u1ec5":4,"\u1ec7":4,"\u1ecd":4,"\u1ecf":4,"\u1ed1":4,"\u1ed3":4,"\u1ed5":4,"\u1ed7":4,"\u1ed9":4,"\u1edb":4,"\u1edd":4,"\u1edf":4,"\u1ee1":4,"\u1ee3":4,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"\u021b":1,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"\u016d":3,"\u0171":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0169":3,"\u01b0":3,"\u1ee5":3,"\u1ee7":3,"\u1ee9":3,"\u1eeb":3,"\u1eed":3,"\u1eef":3,"\u1ef1":3,"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u1e83":5,"\u0175":5,"\u1e85":5,"\u1e81":5,"\u1ef3":5,"\u0233":5,"\u1ef5":5,"\u1ef7":5,"\u1ef9":5,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1,"b":2,"h":2,"k":2,"l":2,"\u0142":2,"\u0127":2,"\u0125":2,"\u0137":2,"\u013a":2,"\u013e":2,"\u013c":2,"\u0140":2,"i":1,"m":1,"n":1,"p":1,"r":1,"\u0131":1,"\u00ed":1,"\u00ee":1,"\u00ef":1,"\u00ec":1,"\u00f1":1,"\u014b":1,"\u0138":1,"\u0133":1,"\u012d":1,"\u012b":1,"\u012f":1,"\u0129":1,"\ue006":1,"\u0144":1,"\u0148":1,"\ue007":1,"\u0146":1,"\u0155":1,"\u0159":1,"\u0157":1,"\u1ec9":1,"\u1ecb":1,"\u0394":-4,"\u039e":-5,"\u03c7":-1,"\u03b5":-4,"\u03ad":-4,"\u03b3":-1,"\u03bd":-1,"\u03bb":-5,"\u03c0":-6,"\u03c4":-2}},"\u00aa":{"d":"93,-95r-22,0v-1,-4,0,-10,-3,-12v-16,24,-57,16,-57,-20v0,-30,26,-42,55,-42v5,-23,-29,-25,-43,-15r-5,-18v30,-22,81,-4,73,37v0,24,-1,49,2,70xm35,-130v0,23,32,21,32,0r0,-21v-11,0,-32,2,-32,21","w":104},"\u0141":{"d":"126,0r-103,0r0,-88r-23,20r0,-33r23,-20r0,-122r38,0r0,94r36,-31r0,33r-36,31r0,84r65,0r0,32","w":132,"k":{"\u01fe":12,"\u00d8":12,"T":22,"\u0166":22,"\u0164":22,"\u0162":22,"\u03a4":22,"\u021a":22,"J":-10,"\u0134":-10,"C":12,"G":12,"O":12,"Q":12,"\u0152":12,"\u00c7":12,"\u00d3":12,"\u00d4":12,"\u00d6":12,"\u00d2":12,"\u00d5":12,"\u0106":12,"\u010c":12,"\u0108":12,"\u010a":12,"\u011e":12,"\u011c":12,"\u0122":12,"\u0120":12,"\ue000":12,"\u014e":12,"\u0150":12,"\u014c":12,"\u0398":12,"\u039f":12,"\u01a0":12,"\u1ecc":12,"\u1ece":12,"\u1ed0":12,"\u1ed2":12,"\u1ed4":12,"\u1ed6":12,"\u1ed8":12,"\u1eda":12,"\u1edc":12,"\u1ede":12,"\u1ee0":12,"\u1ee2":12,"U":9,"\u00da":9,"\u00db":9,"\u00dc":9,"\u00d9":9,"\u016c":9,"\u0170":9,"\u016a":9,"\u0172":9,"\u016e":9,"\u0168":9,"\u01af":9,"\u1ee4":9,"\u1ee6":9,"\u1ee8":9,"\u1eea":9,"\u1eec":9,"\u1eee":9,"\u1ef0":9,"V":17,"W":17,"\u1e82":17,"\u0174":17,"\u1e84":17,"\u1e80":17,"Y":23,"\u00dd":23,"\u0178":23,"\u1ef2":23,"\u0232":23,"\u1ef4":23,"\u1ef6":23,"\u1ef8":23,"A":-2,"\u00c6":-2,"\u00c1":-2,"\u00c2":-2,"\u00c4":-2,"\u00c0":-2,"\u00c5":-2,"\u00c3":-2,"\u01fa":-2,"\u0102":-2,"\u0100":-2,"\u0104":-2,"\u01fc":-2,"\u0391":-2,"\u039b":-2,"\u1ea0":-2,"\u1ea2":-2,"\u1ea4":-2,"\u1ea6":-2,"\u1ea8":-2,"\u1eaa":-2,"\u1eac":-2,"\u1eae":-2,"\u1eb0":-2,"\u1eb2":-2,"\u1eb4":-2,"\u1eb6":-2,"f":3,"\ufb01":3,"\ufb02":3,"\u00df":3,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"\ue005":2,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u0153":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"\u01ff":4,"\u01a1":4,"\u1eb9":4,"\u1ebb":4,"\u1ebd":4,"\u1ebf":4,"\u1ec1":4,"\u1ec3":4,"\u1ec5":4,"\u1ec7":4,"\u1ecd":4,"\u1ecf":4,"\u1ed1":4,"\u1ed3":4,"\u1ed5":4,"\u1ed7":4,"\u1ed9":4,"\u1edb":4,"\u1edd":4,"\u1edf":4,"\u1ee1":4,"\u1ee3":4,"t":7,"\u0167":7,"\u0165":7,"\u0163":7,"\u021b":7,"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,"\u016d":4,"\u0171":4,"\u016b":4,"\u0173":4,"\u016f":4,"\u0169":4,"\u01b0":4,"\u1ee5":4,"\u1ee7":4,"\u1ee9":4,"\u1eeb":4,"\u1eed":4,"\u1eef":4,"\u1ef1":4,"v":8,"w":8,"y":8,"\u00fd":8,"\u00ff":8,"\u1e83":8,"\u0175":8,"\u1e85":8,"\u1e81":8,"\u1ef3":8,"\u0233":8,"\u1ef5":8,"\u1ef7":8,"\u1ef9":8,"\u203a":-2,"\u00bb":-2,"\u00ab":15,"\u2039":15,"-":14,"\u2013":14,"\u2014":14,"\u00ad":14,"\"":27,"'":27,"\u2018":25,"\u201c":25,"\u2019":22,"\u201d":22}},"\u00d8":{"d":"35,16r-20,-11r15,-34v-46,-72,-12,-272,90,-205r11,-25r21,9r-15,34v15,23,20,57,20,91v0,91,-31,128,-73,128v-13,0,-27,-4,-37,-14xm52,-74v20,-39,35,-84,53,-125v-5,-8,-13,-13,-21,-13v-34,-3,-43,89,-32,138xm116,-170v-20,39,-35,84,-54,125v5,10,13,14,22,14v35,3,42,-89,32,-139","w":167,"k":{"\u0142":-5,"T":5,"\u0166":5,"\u0164":5,"\u0162":5,"\u03a4":5,"\u021a":5,"J":2,"\u0134":2,"V":1,"W":1,"\u1e82":1,"\u0174":1,"\u1e84":1,"\u1e80":1,"Y":3,"\u00dd":3,"\u0178":3,"\u1ef2":3,"\u0232":3,"\u1ef4":3,"\u1ef6":3,"\u1ef8":3,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"\u01fa":6,"\u0102":6,"\u0100":6,"\u0104":6,"\u01fc":6,"\u0391":6,"\u039b":6,"\u1ea0":6,"\u1ea2":6,"\u1ea4":6,"\u1ea6":6,"\u1ea8":6,"\u1eaa":6,"\u1eac":6,"\u1eae":6,"\u1eb0":6,"\u1eb2":6,"\u1eb4":6,"\u1eb6":6,"X":1,"\u03a7":1,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":-5,"\ufb01":-5,"\ufb02":-5,"\u00df":-5,"g":-2,"\u011f":-2,"\u011d":-2,"\u0123":-2,"\u0121":-2,"\ue005":-2,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u00f8":-2,"\u0153":-2,"\u00e7":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00e8":-2,"\u00f3":-2,"\u00f4":-2,"\u00f6":-2,"\u00f2":-2,"\u00f5":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2,"\u01ff":-2,"\u01a1":-2,"\u1eb9":-2,"\u1ebb":-2,"\u1ebd":-2,"\u1ebf":-2,"\u1ec1":-2,"\u1ec3":-2,"\u1ec5":-2,"\u1ec7":-2,"\u1ecd":-2,"\u1ecf":-2,"\u1ed1":-2,"\u1ed3":-2,"\u1ed5":-2,"\u1ed7":-2,"\u1ed9":-2,"\u1edb":-2,"\u1edd":-2,"\u1edf":-2,"\u1ee1":-2,"\u1ee3":-2,"t":-5,"\u0167":-5,"\u0165":-5,"\u0163":-5,"\u021b":-5,"u":-4,"\u00fa":-4,"\u00fb":-4,"\u00fc":-4,"\u00f9":-4,"\u016d":-4,"\u0171":-4,"\u016b":-4,"\u0173":-4,"\u016f":-4,"\u0169":-4,"\u01b0":-4,"\u1ee5":-4,"\u1ee7":-4,"\u1ee9":-4,"\u1eeb":-4,"\u1eed":-4,"\u1eef":-4,"\u1ef1":-4,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u1e83":-3,"\u0175":-3,"\u1e85":-3,"\u1e81":-3,"\u1ef3":-3,"\u0233":-3,"\u1ef5":-3,"\u1ef7":-3,"\u1ef9":-3,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u0131":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"\u014b":-3,"\u0138":-3,"\u0133":-3,"\u012d":-3,"\u012b":-3,"\u012f":-3,"\u0129":-3,"\ue006":-3,"\u0144":-3,"\u0148":-3,"\ue007":-3,"\u0146":-3,"\u0155":-3,"\u0159":-3,"\u0157":-3,"\u1ec9":-3,"\u1ecb":-3,"j":-1,"\u0135":-1,"-":-4,"\u2013":-4,"\u2014":-4,"\u00ad":-4,")":3,"]":3,"}":3,"\u2019":-4,"\u201d":-4,",":14,".":14,"\u2026":14,"\u03a6":-2,"\u03a5":7,"\u03ab":7,"\u0394":4,"\u03a3":2,"\u03b3":-4,"\u03bd":-4,"\u03bb":4,"\u03c0":-3,"\u03c1":1,"\u03c4":-2,"\u03b6":-1,"\u03be":-1,"\u03b8":-4}},"\u0152":{"d":"10,-121v1,-85,41,-138,117,-122r86,0r0,34r-61,0r0,66r58,0r0,32r-58,0r0,78r65,0r0,33v-40,1,-85,3,-120,3v-68,0,-87,-61,-87,-124xm113,-33r0,-175v-39,-14,-63,12,-63,86v0,75,21,97,63,89","w":227,"k":{"J":-7,"\u0134":-7,"V":-2,"W":-2,"\u1e82":-2,"\u0174":-2,"\u1e84":-2,"\u1e80":-2,"Y":-4,"\u00dd":-4,"\u0178":-4,"\u1ef2":-4,"\u0232":-4,"\u1ef4":-4,"\u1ef6":-4,"\u1ef8":-4,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"\u01fb":1,"\u0103":1,"\u0101":1,"\u0105":1,"\u01fd":1,"\u1ea1":1,"\u1ea3":1,"\u1ea5":1,"\u1ea7":1,"\u1ea9":1,"\u1eab":1,"\u1ead":1,"\u1eaf":1,"\u1eb1":1,"\u1eb3":1,"\u1eb5":1,"\u1eb7":1,"f":2,"\ufb01":2,"\ufb02":2,"\u00df":2,"g":3,"\u011f":3,"\u011d":3,"\u0123":3,"\u0121":3,"\ue005":3,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u0153":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"\u01ff":4,"\u01a1":4,"\u1eb9":4,"\u1ebb":4,"\u1ebd":4,"\u1ebf":4,"\u1ec1":4,"\u1ec3":4,"\u1ec5":4,"\u1ec7":4,"\u1ecd":4,"\u1ecf":4,"\u1ed1":4,"\u1ed3":4,"\u1ed5":4,"\u1ed7":4,"\u1ed9":4,"\u1edb":4,"\u1edd":4,"\u1edf":4,"\u1ee1":4,"\u1ee3":4,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"\u021b":1,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"\u016d":3,"\u0171":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0169":3,"\u01b0":3,"\u1ee5":3,"\u1ee7":3,"\u1ee9":3,"\u1eeb":3,"\u1eed":3,"\u1eef":3,"\u1ef1":3,"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u1e83":5,"\u0175":5,"\u1e85":5,"\u1e81":5,"\u1ef3":5,"\u0233":5,"\u1ef5":5,"\u1ef7":5,"\u1ef9":5,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1,"b":2,"h":2,"k":2,"l":2,"\u0142":2,"\u0127":2,"\u0125":2,"\u0137":2,"\u013a":2,"\u013e":2,"\u013c":2,"\u0140":2,"i":1,"m":1,"n":1,"p":1,"r":1,"\u0131":1,"\u00ed":1,"\u00ee":1,"\u00ef":1,"\u00ec":1,"\u00f1":1,"\u014b":1,"\u0138":1,"\u0133":1,"\u012d":1,"\u012b":1,"\u012f":1,"\u0129":1,"\ue006":1,"\u0144":1,"\u0148":1,"\ue007":1,"\u0146":1,"\u0155":1,"\u0159":1,"\u0157":1,"\u1ec9":1,"\u1ecb":1,"\u0394":-4,"\u039e":-5,"\u03c7":-1,"\u03b5":-4,"\u03ad":-4,"\u03b3":-1,"\u03bd":-1,"\u03bb":-5,"\u03c0":-6,"\u03c4":-2}},"\u00ba":{"d":"56,-212v27,0,42,22,42,59v0,46,-24,60,-43,60v-26,0,-43,-20,-43,-59v0,-40,21,-60,44,-60xm54,-191v-24,5,-23,76,1,77v25,-3,23,-75,-1,-77","w":110},"\u00e6":{"d":"205,-81r-82,0v-2,58,35,62,70,48r6,26v-37,19,-81,11,-97,-22v-18,48,-94,41,-94,-21v0,-42,37,-61,77,-61v7,-38,-35,-47,-58,-28r-8,-26v28,-17,79,-21,89,17v30,-57,106,-26,98,50v0,6,-1,12,-1,17xm63,-26v23,1,25,-32,23,-60v-15,0,-43,4,-43,34v0,18,10,26,20,26xm123,-107r47,0v1,-26,-7,-43,-21,-43v-17,0,-26,24,-26,43","w":216,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"\u03a4":14,"\u021a":14,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"\u1e83":2,"\u0175":2,"\u1e85":2,"\u1e81":2,"\u1ef3":2,"\u0233":2,"\u1ef5":2,"\u1ef7":2,"\u1ef9":2,"z":2,"\u017e":2,"\u017a":2,"\u017c":2,"x":3,"\u00ab":-2,"\u2039":-2,"-":-5,"\u2013":-5,"\u2014":-5,"\u00ad":-5,"\"":4,"'":4,"\u2019":5,"\u201d":5,",":4,".":4,"\u2026":4}},"\u0131":{"d":"56,0r-38,0r0,-175r38,0r0,175","w":73,"k":{"\u2019":-5,"\u201d":-5}},"\u0142":{"d":"58,0r-39,0r0,-102r-20,19r0,-33r20,-19r0,-114r39,0r0,89r21,-20r0,33r-21,20r0,127","w":77,"k":{"\u201d":-2,"\u2019":-2,",":4,".":4,"\u2026":4}},"\u00f8":{"d":"11,-87v2,-77,46,-108,94,-81r10,-20r19,10r-14,25v10,15,16,37,16,65v0,87,-45,104,-93,82r-10,19r-18,-11r13,-23v-10,-15,-17,-37,-17,-66xm51,-57r39,-81v-3,-6,-8,-10,-16,-10v-31,0,-32,61,-23,91xm96,-116r-37,79v3,6,7,10,15,10v28,-1,32,-60,22,-89","w":147,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"\u03a4":14,"\u021a":14,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,"x":5,"-":-6,"\u2013":-6,"\u2014":-6,"\u00ad":-6,"\"":7,"'":7,"\u2019":5,"\u201d":5,",":10,".":10,"\u2026":10}},"\u0153":{"d":"220,-78r-83,0v0,57,36,56,71,45r6,26v-37,19,-78,12,-96,-23v-9,23,-28,33,-46,33v-35,0,-61,-31,-61,-90v0,-62,32,-91,64,-91v18,0,37,10,45,32v29,-59,109,-30,100,48r0,20xm75,-148v-37,5,-36,118,0,121v36,-2,36,-117,0,-121xm138,-104r47,0v1,-28,-8,-45,-21,-45v-17,0,-25,24,-26,45","w":230,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"\u03a4":14,"\u021a":14,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"\u1e83":2,"\u0175":2,"\u1e85":2,"\u1e81":2,"\u1ef3":2,"\u0233":2,"\u1ef5":2,"\u1ef7":2,"\u1ef9":2,"z":2,"\u017e":2,"\u017a":2,"\u017c":2,"x":3,"\u00ab":-2,"\u2039":-2,"-":-5,"\u2013":-5,"\u2014":-5,"\u00ad":-5,"\"":4,"'":4,"\u2019":5,"\u201d":5,",":4,".":4,"\u2026":4}},"\u00df":{"d":"122,-51v-2,-29,-38,-47,-38,-81v0,-19,11,-34,26,-42v10,-22,-5,-47,-23,-47v-18,0,-31,15,-31,61r0,160r-38,0v6,-100,-30,-252,72,-252v47,0,73,49,51,87v-56,30,26,69,17,111v2,47,-48,67,-89,52r6,-30v18,11,48,3,47,-19","w":167,"k":{"T":8,"\u0166":8,"\u0164":8,"\u0162":8,"\u03a4":8,"\u021a":8,"\u2019":-1,"\u201d":-1,",":4,".":4,"\u2026":4}},"\u00b9":{"d":"63,-150r-28,0r-1,-115r-26,13r-5,-21v18,-8,30,-22,60,-18r0,141","w":81},"\u00ac":{"d":"14,-148r186,0r0,108r-25,0r0,-83r-161,0r0,-25","w":214},"\u00b5":{"d":"76,-28v18,0,21,-16,22,-34r0,-113r38,0r0,130v0,14,3,19,12,19v-4,12,2,32,-16,29v-15,1,-21,-9,-28,-21v-6,17,-38,28,-50,8v0,26,1,64,4,79r-35,0v-10,-61,-3,-170,-5,-244r38,0r0,113v0,20,6,34,20,34","w":154,"k":{"\u03c7":1,"\u03c0":-3,"\u03c1":1,"\u00b5":-1,"\u03b2":-1,"\u03b7":-1,"\u03ba":-1,"\u03ae":-1,"\u203a":-4,"\u00bb":-4,"\u2019":-4,"\u201d":-4}},"\u2122":{"d":"9,-243r67,0r0,20r-22,0r0,78r-23,0r0,-78r-22,0r0,-20xm183,-145r-21,0r-4,-83v-4,32,-10,53,-16,82r-21,0r-16,-82r-3,83r-20,0r5,-98r34,0v5,22,9,37,12,63v3,-24,9,-42,14,-63r31,0","w":189},"\u00d0":{"d":"161,-125v2,101,-43,135,-138,125r0,-112r-23,0r0,-28r23,0r0,-99v11,-3,26,-5,43,-5v73,3,93,40,95,119xm93,-140r0,28r-32,0r0,82v40,3,60,-16,60,-96v0,-60,-16,-93,-60,-86r0,72r32,0","w":171,"k":{"\u0142":-5,"T":5,"\u0166":5,"\u0164":5,"\u0162":5,"\u03a4":5,"\u021a":5,"J":2,"\u0134":2,"V":1,"W":1,"\u1e82":1,"\u0174":1,"\u1e84":1,"\u1e80":1,"Y":3,"\u00dd":3,"\u0178":3,"\u1ef2":3,"\u0232":3,"\u1ef4":3,"\u1ef6":3,"\u1ef8":3,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"\u01fa":6,"\u0102":6,"\u0100":6,"\u0104":6,"\u01fc":6,"\u0391":6,"\u039b":6,"\u1ea0":6,"\u1ea2":6,"\u1ea4":6,"\u1ea6":6,"\u1ea8":6,"\u1eaa":6,"\u1eac":6,"\u1eae":6,"\u1eb0":6,"\u1eb2":6,"\u1eb4":6,"\u1eb6":6,"X":1,"\u03a7":1,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":-5,"\ufb01":-5,"\ufb02":-5,"\u00df":-5,"g":-2,"\u011f":-2,"\u011d":-2,"\u0123":-2,"\u0121":-2,"\ue005":-2,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u00f8":-2,"\u0153":-2,"\u00e7":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00e8":-2,"\u00f3":-2,"\u00f4":-2,"\u00f6":-2,"\u00f2":-2,"\u00f5":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2,"\u01ff":-2,"\u01a1":-2,"\u1eb9":-2,"\u1ebb":-2,"\u1ebd":-2,"\u1ebf":-2,"\u1ec1":-2,"\u1ec3":-2,"\u1ec5":-2,"\u1ec7":-2,"\u1ecd":-2,"\u1ecf":-2,"\u1ed1":-2,"\u1ed3":-2,"\u1ed5":-2,"\u1ed7":-2,"\u1ed9":-2,"\u1edb":-2,"\u1edd":-2,"\u1edf":-2,"\u1ee1":-2,"\u1ee3":-2,"t":-5,"\u0167":-5,"\u0165":-5,"\u0163":-5,"\u021b":-5,"u":-4,"\u00fa":-4,"\u00fb":-4,"\u00fc":-4,"\u00f9":-4,"\u016d":-4,"\u0171":-4,"\u016b":-4,"\u0173":-4,"\u016f":-4,"\u0169":-4,"\u01b0":-4,"\u1ee5":-4,"\u1ee7":-4,"\u1ee9":-4,"\u1eeb":-4,"\u1eed":-4,"\u1eef":-4,"\u1ef1":-4,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u1e83":-3,"\u0175":-3,"\u1e85":-3,"\u1e81":-3,"\u1ef3":-3,"\u0233":-3,"\u1ef5":-3,"\u1ef7":-3,"\u1ef9":-3,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u0131":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"\u014b":-3,"\u0138":-3,"\u0133":-3,"\u012d":-3,"\u012b":-3,"\u012f":-3,"\u0129":-3,"\ue006":-3,"\u0144":-3,"\u0148":-3,"\ue007":-3,"\u0146":-3,"\u0155":-3,"\u0159":-3,"\u0157":-3,"\u1ec9":-3,"\u1ecb":-3,"j":-1,"\u0135":-1,"-":-4,"\u2013":-4,"\u2014":-4,"\u00ad":-4,")":3,"]":3,"}":3,"\u2019":-4,"\u201d":-4,",":14,".":14,"\u2026":14,"\u03a6":-2,"\u03a5":7,"\u03ab":7,"\u0394":4,"\u03a3":2,"\u03b3":-4,"\u03bd":-4,"\u03bb":4,"\u03c0":-3,"\u03c1":1,"\u03c4":-2,"\u03b6":-1,"\u03be":-1,"\u03b8":-4}},"\u00bd":{"d":"64,-95r-29,0r0,-115r-26,13r-5,-21v18,-8,31,-20,60,-17r0,140xm53,3r-22,0r125,-240r21,0xm134,0v0,-41,52,-64,52,-97v0,-28,-31,-23,-43,-12r-7,-21v7,-6,21,-12,38,-12v81,0,25,92,-4,118r48,0r0,24r-84,0","w":231},"\u00b1":{"d":"94,-204r26,0r0,65r80,0r0,26r-80,0r0,67r-26,0r0,-67r-80,0r0,-26r80,0r0,-65xm14,-25r186,0r0,25r-186,0r0,-25","w":214},"\u00de":{"d":"59,-198v50,-9,89,22,87,68v-2,60,-42,80,-87,75r0,55r-38,0r0,-243r38,0r0,45xm59,-167r0,81v30,6,49,-12,49,-42v0,-27,-17,-45,-49,-39","w":154},"\u00bc":{"d":"68,-95r-28,0r-1,-115r-26,13r-5,-21v18,-8,31,-20,60,-17r0,140xm62,3r-22,0r125,-240r21,0xm204,0r-26,0r0,-35r-53,0r0,-18r51,-88r28,0r0,85r16,0r0,21r-16,0r0,35xm178,-56r1,-55r-29,55r28,0","w":231},"\u00f7":{"d":"107,-139v-11,0,-18,-8,-18,-19v0,-12,7,-20,18,-20v12,0,19,8,19,20v0,11,-6,19,-19,19xm200,-84r-186,0r0,-25r186,0r0,25xm107,-14v-11,0,-18,-8,-18,-19v0,-12,7,-20,18,-20v12,0,19,8,19,20v0,11,-6,19,-19,19","w":214},"\u00a6":{"d":"23,-63r30,0r0,126r-30,0r0,-126xm23,-243r30,0r0,126r-30,0r0,-126","w":75},"\u00b0":{"d":"54,-246v26,0,43,20,43,44v0,28,-22,46,-44,46v-25,0,-43,-19,-43,-44v0,-26,21,-46,44,-46xm53,-229v-13,0,-24,12,-24,28v0,15,11,28,25,28v14,0,24,-12,24,-28v0,-15,-8,-28,-25,-28","w":102},"\u00fe":{"d":"18,-240r38,0r1,86v8,-16,20,-24,35,-24v32,0,50,38,50,90v0,63,-27,91,-53,91v-19,1,-26,-12,-33,-20r0,86r-38,0r0,-309xm78,-145v-28,0,-21,49,-22,81v-1,18,13,38,22,35v19,0,26,-27,26,-58v0,-34,-9,-58,-26,-58","w":153},"\u00be":{"d":"21,-208r-6,-20v22,-18,79,-5,73,25v1,16,-11,25,-23,33v47,16,28,80,-25,77v-12,0,-23,-3,-30,-7r5,-21v14,9,49,9,48,-15v-1,-17,-14,-25,-33,-24v1,-6,-3,-17,2,-19v24,5,42,-35,10,-36v-9,0,-15,3,-21,7xm68,3r-22,0r125,-240r21,0xm206,0r-26,0r0,-35r-53,0r0,-18r51,-88r28,0r0,85r15,0r0,21r-15,0r0,35xm180,-56v-1,-18,3,-39,0,-55r-28,55r28,0","w":231},"\u00b2":{"d":"2,-150v-3,-20,9,-25,16,-35v17,-23,36,-43,36,-62v0,-28,-31,-23,-43,-12r-7,-21v7,-6,21,-12,38,-12v81,0,25,90,-3,118r47,0r0,24r-84,0","w":93},"\u00ae":{"d":"79,-161v-5,-6,-2,-26,-20,-21r0,21r-13,0r0,-54v14,-2,48,-7,45,14v1,7,-6,9,-11,13v10,0,10,22,14,27r-15,0xm66,-207v-10,-1,-5,8,-6,15v15,4,23,-14,6,-15xm68,-246v31,0,56,25,56,57v0,32,-25,57,-57,57v-32,0,-57,-25,-57,-57v0,-32,26,-57,58,-57xm67,-233v-23,0,-41,20,-41,44v0,25,17,44,41,44v23,0,42,-19,42,-44v0,-24,-18,-44,-42,-44","w":134},"\u2212":{"d":"14,-109r186,0r0,25r-186,0r0,-25","w":214},"\u00f0":{"d":"98,-86v-1,-30,2,-60,-24,-63v-37,7,-33,122,0,122v20,0,24,-33,24,-59xm11,-87v0,-68,30,-94,74,-85v-5,-10,-13,-21,-21,-29r-34,19r-9,-14r29,-16v-6,-7,-14,-14,-23,-22r22,-20v10,8,21,17,31,27r32,-19r9,15r-29,16v27,32,44,67,44,124v0,74,-36,94,-63,94v-37,0,-62,-31,-62,-90","w":147},"\u00d7":{"d":"14,-171r17,-18r76,77r76,-77r17,18r-75,76r75,76r-18,19r-75,-77r-75,77r-18,-19r75,-76","w":214},"\u00b3":{"d":"12,-264r-5,-19v21,-18,79,-7,72,24v0,15,-9,27,-23,33v48,15,29,80,-24,78v-13,0,-24,-4,-31,-8r5,-21v14,10,49,10,48,-15v-1,-17,-14,-25,-33,-24r0,-19v25,7,44,-33,13,-35v-9,0,-16,2,-22,6","w":89},"\u00a9":{"d":"123,-233v61,0,109,50,109,111v0,62,-48,111,-110,111v-62,0,-110,-49,-110,-111v0,-61,49,-111,111,-111xm122,-216v-50,0,-90,42,-90,94v0,52,40,94,90,94v50,0,89,-42,89,-94v0,-52,-39,-94,-89,-94xm171,-178r-5,17v-29,-15,-90,-4,-82,40v-4,42,49,58,82,39r5,16v-45,28,-109,0,-109,-54v0,-57,65,-81,109,-58","w":243},"\u00c1":{"d":"103,-63r-48,0r-13,63r-37,0r54,-243r45,0r50,243r-38,0xm60,-93r39,0r-19,-111xm93,-296r41,0r-44,40r-28,0","w":161,"k":{"T":19,"\u0166":19,"\u0164":19,"\u0162":19,"\u03a4":19,"\u021a":19,"J":-10,"\u0134":-10,"M":1,"\ue001":1,"\u039c":1,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u0152":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"\u0106":6,"\u010c":6,"\u0108":6,"\u010a":6,"\u011e":6,"\u011c":6,"\u0122":6,"\u0120":6,"\ue000":6,"\u014e":6,"\u0150":6,"\u014c":6,"\u01fe":6,"\u0398":6,"\u039f":6,"\u01a0":6,"\u1ecc":6,"\u1ece":6,"\u1ed0":6,"\u1ed2":6,"\u1ed4":6,"\u1ed6":6,"\u1ed8":6,"\u1eda":6,"\u1edc":6,"\u1ede":6,"\u1ee0":6,"\u1ee2":6,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"\u016c":6,"\u0170":6,"\u016a":6,"\u0172":6,"\u016e":6,"\u0168":6,"\u01af":6,"\u1ee4":6,"\u1ee6":6,"\u1ee8":6,"\u1eea":6,"\u1eec":6,"\u1eee":6,"\u1ef0":6,"V":12,"W":12,"\u1e82":12,"\u0174":12,"\u1e84":12,"\u1e80":12,"Y":14,"\u00dd":14,"\u0178":14,"\u1ef2":14,"\u0232":14,"\u1ef4":14,"\u1ef6":14,"\u1ef8":14,"Z":-6,"\u017d":-6,"\u0179":-6,"\u017b":-6,"\u0396":-6,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":3,"\ufb01":3,"\ufb02":3,"\u00df":3,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"\ue005":2,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u0153":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"\u01ff":3,"\u01a1":3,"\u1eb9":3,"\u1ebb":3,"\u1ebd":3,"\u1ebf":3,"\u1ec1":3,"\u1ec3":3,"\u1ec5":3,"\u1ec7":3,"\u1ecd":3,"\u1ecf":3,"\u1ed1":3,"\u1ed3":3,"\u1ed5":3,"\u1ed7":3,"\u1ed9":3,"\u1edb":3,"\u1edd":3,"\u1edf":3,"\u1ee1":3,"\u1ee3":3,"s":-2,"\u0161":-2,"\u015b":-2,"\u015f":-2,"\u015d":-2,"\u0219":-2,"\uf6c2":-2,"t":3,"\u0167":3,"\u0165":3,"\u0163":3,"\u021b":3,"u":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u00f9":1,"\u016d":1,"\u0171":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0169":1,"\u01b0":1,"\u1ee5":1,"\u1ee7":1,"\u1ee9":1,"\u1eeb":1,"\u1eed":1,"\u1eef":1,"\u1ef1":1,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"\u1e83":7,"\u0175":7,"\u1e85":7,"\u1e81":7,"\u1ef3":7,"\u0233":7,"\u1ef5":7,"\u1ef7":7,"\u1ef9":7,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"\u00ab":2,"\u2039":2,")":1,"]":1,"}":1,"\"":18,"'":18,"\u2018":5,"\u201c":5,"\u2019":14,"\u201d":14}},"\u00c2":{"d":"103,-63r-48,0r-13,63r-37,0r54,-243r45,0r50,243r-38,0xm60,-93r39,0r-19,-111xm66,-293r30,0r31,37r-29,0r-17,-19r-16,19r-29,0","w":161,"k":{"T":19,"\u0166":19,"\u0164":19,"\u0162":19,"\u03a4":19,"\u021a":19,"J":-10,"\u0134":-10,"M":1,"\ue001":1,"\u039c":1,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u0152":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"\u0106":6,"\u010c":6,"\u0108":6,"\u010a":6,"\u011e":6,"\u011c":6,"\u0122":6,"\u0120":6,"\ue000":6,"\u014e":6,"\u0150":6,"\u014c":6,"\u01fe":6,"\u0398":6,"\u039f":6,"\u01a0":6,"\u1ecc":6,"\u1ece":6,"\u1ed0":6,"\u1ed2":6,"\u1ed4":6,"\u1ed6":6,"\u1ed8":6,"\u1eda":6,"\u1edc":6,"\u1ede":6,"\u1ee0":6,"\u1ee2":6,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"\u016c":6,"\u0170":6,"\u016a":6,"\u0172":6,"\u016e":6,"\u0168":6,"\u01af":6,"\u1ee4":6,"\u1ee6":6,"\u1ee8":6,"\u1eea":6,"\u1eec":6,"\u1eee":6,"\u1ef0":6,"V":12,"W":12,"\u1e82":12,"\u0174":12,"\u1e84":12,"\u1e80":12,"Y":14,"\u00dd":14,"\u0178":14,"\u1ef2":14,"\u0232":14,"\u1ef4":14,"\u1ef6":14,"\u1ef8":14,"Z":-6,"\u017d":-6,"\u0179":-6,"\u017b":-6,"\u0396":-6,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":3,"\ufb01":3,"\ufb02":3,"\u00df":3,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"\ue005":2,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u0153":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"\u01ff":3,"\u01a1":3,"\u1eb9":3,"\u1ebb":3,"\u1ebd":3,"\u1ebf":3,"\u1ec1":3,"\u1ec3":3,"\u1ec5":3,"\u1ec7":3,"\u1ecd":3,"\u1ecf":3,"\u1ed1":3,"\u1ed3":3,"\u1ed5":3,"\u1ed7":3,"\u1ed9":3,"\u1edb":3,"\u1edd":3,"\u1edf":3,"\u1ee1":3,"\u1ee3":3,"s":-2,"\u0161":-2,"\u015b":-2,"\u015f":-2,"\u015d":-2,"\u0219":-2,"\uf6c2":-2,"t":3,"\u0167":3,"\u0165":3,"\u0163":3,"\u021b":3,"u":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u00f9":1,"\u016d":1,"\u0171":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0169":1,"\u01b0":1,"\u1ee5":1,"\u1ee7":1,"\u1ee9":1,"\u1eeb":1,"\u1eed":1,"\u1eef":1,"\u1ef1":1,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"\u1e83":7,"\u0175":7,"\u1e85":7,"\u1e81":7,"\u1ef3":7,"\u0233":7,"\u1ef5":7,"\u1ef7":7,"\u1ef9":7,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"\u00ab":2,"\u2039":2,")":1,"]":1,"}":1,"\"":18,"'":18,"\u2018":5,"\u201c":5,"\u2019":14,"\u201d":14}},"\u00c4":{"d":"103,-63r-48,0r-13,63r-37,0r54,-243r45,0r50,243r-38,0xm60,-93r39,0r-19,-111xm51,-257v-10,0,-19,-9,-19,-21v0,-12,9,-20,19,-20v10,0,19,8,19,20v0,12,-8,21,-19,21xm113,-257v-10,0,-18,-9,-18,-21v0,-12,9,-20,19,-20v11,0,18,8,18,20v0,12,-8,21,-19,21","w":161,"k":{"T":19,"\u0166":19,"\u0164":19,"\u0162":19,"\u03a4":19,"\u021a":19,"J":-10,"\u0134":-10,"M":1,"\ue001":1,"\u039c":1,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u0152":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"\u0106":6,"\u010c":6,"\u0108":6,"\u010a":6,"\u011e":6,"\u011c":6,"\u0122":6,"\u0120":6,"\ue000":6,"\u014e":6,"\u0150":6,"\u014c":6,"\u01fe":6,"\u0398":6,"\u039f":6,"\u01a0":6,"\u1ecc":6,"\u1ece":6,"\u1ed0":6,"\u1ed2":6,"\u1ed4":6,"\u1ed6":6,"\u1ed8":6,"\u1eda":6,"\u1edc":6,"\u1ede":6,"\u1ee0":6,"\u1ee2":6,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"\u016c":6,"\u0170":6,"\u016a":6,"\u0172":6,"\u016e":6,"\u0168":6,"\u01af":6,"\u1ee4":6,"\u1ee6":6,"\u1ee8":6,"\u1eea":6,"\u1eec":6,"\u1eee":6,"\u1ef0":6,"V":12,"W":12,"\u1e82":12,"\u0174":12,"\u1e84":12,"\u1e80":12,"Y":14,"\u00dd":14,"\u0178":14,"\u1ef2":14,"\u0232":14,"\u1ef4":14,"\u1ef6":14,"\u1ef8":14,"Z":-6,"\u017d":-6,"\u0179":-6,"\u017b":-6,"\u0396":-6,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":3,"\ufb01":3,"\ufb02":3,"\u00df":3,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"\ue005":2,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u0153":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"\u01ff":3,"\u01a1":3,"\u1eb9":3,"\u1ebb":3,"\u1ebd":3,"\u1ebf":3,"\u1ec1":3,"\u1ec3":3,"\u1ec5":3,"\u1ec7":3,"\u1ecd":3,"\u1ecf":3,"\u1ed1":3,"\u1ed3":3,"\u1ed5":3,"\u1ed7":3,"\u1ed9":3,"\u1edb":3,"\u1edd":3,"\u1edf":3,"\u1ee1":3,"\u1ee3":3,"s":-2,"\u0161":-2,"\u015b":-2,"\u015f":-2,"\u015d":-2,"\u0219":-2,"\uf6c2":-2,"t":3,"\u0167":3,"\u0165":3,"\u0163":3,"\u021b":3,"u":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u00f9":1,"\u016d":1,"\u0171":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0169":1,"\u01b0":1,"\u1ee5":1,"\u1ee7":1,"\u1ee9":1,"\u1eeb":1,"\u1eed":1,"\u1eef":1,"\u1ef1":1,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"\u1e83":7,"\u0175":7,"\u1e85":7,"\u1e81":7,"\u1ef3":7,"\u0233":7,"\u1ef5":7,"\u1ef7":7,"\u1ef9":7,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"\u00ab":2,"\u2039":2,")":1,"]":1,"}":1,"\"":18,"'":18,"\u2018":5,"\u201c":5,"\u2019":14,"\u201d":14}},"\u00c0":{"d":"103,-63r-48,0r-13,63r-37,0r54,-243r45,0r50,243r-38,0xm60,-93r39,0r-19,-111xm30,-296r41,0r32,40r-28,0","w":161,"k":{"T":19,"\u0166":19,"\u0164":19,"\u0162":19,"\u03a4":19,"\u021a":19,"J":-10,"\u0134":-10,"M":1,"\ue001":1,"\u039c":1,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u0152":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"\u0106":6,"\u010c":6,"\u0108":6,"\u010a":6,"\u011e":6,"\u011c":6,"\u0122":6,"\u0120":6,"\ue000":6,"\u014e":6,"\u0150":6,"\u014c":6,"\u01fe":6,"\u0398":6,"\u039f":6,"\u01a0":6,"\u1ecc":6,"\u1ece":6,"\u1ed0":6,"\u1ed2":6,"\u1ed4":6,"\u1ed6":6,"\u1ed8":6,"\u1eda":6,"\u1edc":6,"\u1ede":6,"\u1ee0":6,"\u1ee2":6,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"\u016c":6,"\u0170":6,"\u016a":6,"\u0172":6,"\u016e":6,"\u0168":6,"\u01af":6,"\u1ee4":6,"\u1ee6":6,"\u1ee8":6,"\u1eea":6,"\u1eec":6,"\u1eee":6,"\u1ef0":6,"V":12,"W":12,"\u1e82":12,"\u0174":12,"\u1e84":12,"\u1e80":12,"Y":14,"\u00dd":14,"\u0178":14,"\u1ef2":14,"\u0232":14,"\u1ef4":14,"\u1ef6":14,"\u1ef8":14,"Z":-6,"\u017d":-6,"\u0179":-6,"\u017b":-6,"\u0396":-6,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":3,"\ufb01":3,"\ufb02":3,"\u00df":3,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"\ue005":2,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u0153":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"\u01ff":3,"\u01a1":3,"\u1eb9":3,"\u1ebb":3,"\u1ebd":3,"\u1ebf":3,"\u1ec1":3,"\u1ec3":3,"\u1ec5":3,"\u1ec7":3,"\u1ecd":3,"\u1ecf":3,"\u1ed1":3,"\u1ed3":3,"\u1ed5":3,"\u1ed7":3,"\u1ed9":3,"\u1edb":3,"\u1edd":3,"\u1edf":3,"\u1ee1":3,"\u1ee3":3,"s":-2,"\u0161":-2,"\u015b":-2,"\u015f":-2,"\u015d":-2,"\u0219":-2,"\uf6c2":-2,"t":3,"\u0167":3,"\u0165":3,"\u0163":3,"\u021b":3,"u":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u00f9":1,"\u016d":1,"\u0171":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0169":1,"\u01b0":1,"\u1ee5":1,"\u1ee7":1,"\u1ee9":1,"\u1eeb":1,"\u1eed":1,"\u1eef":1,"\u1ef1":1,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"\u1e83":7,"\u0175":7,"\u1e85":7,"\u1e81":7,"\u1ef3":7,"\u0233":7,"\u1ef5":7,"\u1ef7":7,"\u1ef9":7,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"\u00ab":2,"\u2039":2,")":1,"]":1,"}":1,"\"":18,"'":18,"\u2018":5,"\u201c":5,"\u2019":14,"\u201d":14}},"\u00c5":{"d":"103,-63r-48,0r-13,63r-37,0r54,-243r45,0r50,243r-38,0xm60,-93r39,0r-19,-111xm82,-316v24,0,35,15,35,32v0,17,-13,33,-36,33v-24,0,-36,-16,-36,-32v0,-17,13,-33,37,-33xm81,-301v-18,1,-20,34,0,34v10,0,15,-8,15,-17v0,-9,-5,-17,-15,-17","w":161,"k":{"T":19,"\u0166":19,"\u0164":19,"\u0162":19,"\u03a4":19,"\u021a":19,"J":-10,"\u0134":-10,"M":1,"\ue001":1,"\u039c":1,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u0152":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"\u0106":6,"\u010c":6,"\u0108":6,"\u010a":6,"\u011e":6,"\u011c":6,"\u0122":6,"\u0120":6,"\ue000":6,"\u014e":6,"\u0150":6,"\u014c":6,"\u01fe":6,"\u0398":6,"\u039f":6,"\u01a0":6,"\u1ecc":6,"\u1ece":6,"\u1ed0":6,"\u1ed2":6,"\u1ed4":6,"\u1ed6":6,"\u1ed8":6,"\u1eda":6,"\u1edc":6,"\u1ede":6,"\u1ee0":6,"\u1ee2":6,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"\u016c":6,"\u0170":6,"\u016a":6,"\u0172":6,"\u016e":6,"\u0168":6,"\u01af":6,"\u1ee4":6,"\u1ee6":6,"\u1ee8":6,"\u1eea":6,"\u1eec":6,"\u1eee":6,"\u1ef0":6,"V":12,"W":12,"\u1e82":12,"\u0174":12,"\u1e84":12,"\u1e80":12,"Y":14,"\u00dd":14,"\u0178":14,"\u1ef2":14,"\u0232":14,"\u1ef4":14,"\u1ef6":14,"\u1ef8":14,"Z":-6,"\u017d":-6,"\u0179":-6,"\u017b":-6,"\u0396":-6,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":3,"\ufb01":3,"\ufb02":3,"\u00df":3,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"\ue005":2,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u0153":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"\u01ff":3,"\u01a1":3,"\u1eb9":3,"\u1ebb":3,"\u1ebd":3,"\u1ebf":3,"\u1ec1":3,"\u1ec3":3,"\u1ec5":3,"\u1ec7":3,"\u1ecd":3,"\u1ecf":3,"\u1ed1":3,"\u1ed3":3,"\u1ed5":3,"\u1ed7":3,"\u1ed9":3,"\u1edb":3,"\u1edd":3,"\u1edf":3,"\u1ee1":3,"\u1ee3":3,"s":-2,"\u0161":-2,"\u015b":-2,"\u015f":-2,"\u015d":-2,"\u0219":-2,"\uf6c2":-2,"t":3,"\u0167":3,"\u0165":3,"\u0163":3,"\u021b":3,"u":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u00f9":1,"\u016d":1,"\u0171":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0169":1,"\u01b0":1,"\u1ee5":1,"\u1ee7":1,"\u1ee9":1,"\u1eeb":1,"\u1eed":1,"\u1eef":1,"\u1ef1":1,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"\u1e83":7,"\u0175":7,"\u1e85":7,"\u1e81":7,"\u1ef3":7,"\u0233":7,"\u1ef5":7,"\u1ef7":7,"\u1ef9":7,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"\u00ab":2,"\u2039":2,")":1,"]":1,"}":1,"\"":18,"'":18,"\u2018":5,"\u201c":5,"\u2019":14,"\u201d":14}},"\u00c3":{"d":"104,-63r-49,0r-13,63r-37,0r54,-243r45,0r50,243r-37,0xm60,-93r40,0r-20,-111xm123,-297v5,48,-34,38,-55,25v-4,0,-7,5,-8,14r-18,0v-1,-24,9,-39,23,-39v17,-1,35,30,40,0r18,0","w":161,"k":{"T":19,"\u0166":19,"\u0164":19,"\u0162":19,"\u03a4":19,"\u021a":19,"J":-10,"\u0134":-10,"M":1,"\ue001":1,"\u039c":1,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u0152":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"\u0106":6,"\u010c":6,"\u0108":6,"\u010a":6,"\u011e":6,"\u011c":6,"\u0122":6,"\u0120":6,"\ue000":6,"\u014e":6,"\u0150":6,"\u014c":6,"\u01fe":6,"\u0398":6,"\u039f":6,"\u01a0":6,"\u1ecc":6,"\u1ece":6,"\u1ed0":6,"\u1ed2":6,"\u1ed4":6,"\u1ed6":6,"\u1ed8":6,"\u1eda":6,"\u1edc":6,"\u1ede":6,"\u1ee0":6,"\u1ee2":6,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"\u016c":6,"\u0170":6,"\u016a":6,"\u0172":6,"\u016e":6,"\u0168":6,"\u01af":6,"\u1ee4":6,"\u1ee6":6,"\u1ee8":6,"\u1eea":6,"\u1eec":6,"\u1eee":6,"\u1ef0":6,"V":12,"W":12,"\u1e82":12,"\u0174":12,"\u1e84":12,"\u1e80":12,"Y":14,"\u00dd":14,"\u0178":14,"\u1ef2":14,"\u0232":14,"\u1ef4":14,"\u1ef6":14,"\u1ef8":14,"Z":-6,"\u017d":-6,"\u0179":-6,"\u017b":-6,"\u0396":-6,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":3,"\ufb01":3,"\ufb02":3,"\u00df":3,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"\ue005":2,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u0153":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"\u01ff":3,"\u01a1":3,"\u1eb9":3,"\u1ebb":3,"\u1ebd":3,"\u1ebf":3,"\u1ec1":3,"\u1ec3":3,"\u1ec5":3,"\u1ec7":3,"\u1ecd":3,"\u1ecf":3,"\u1ed1":3,"\u1ed3":3,"\u1ed5":3,"\u1ed7":3,"\u1ed9":3,"\u1edb":3,"\u1edd":3,"\u1edf":3,"\u1ee1":3,"\u1ee3":3,"s":-2,"\u0161":-2,"\u015b":-2,"\u015f":-2,"\u015d":-2,"\u0219":-2,"\uf6c2":-2,"t":3,"\u0167":3,"\u0165":3,"\u0163":3,"\u021b":3,"u":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u00f9":1,"\u016d":1,"\u0171":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0169":1,"\u01b0":1,"\u1ee5":1,"\u1ee7":1,"\u1ee9":1,"\u1eeb":1,"\u1eed":1,"\u1eef":1,"\u1ef1":1,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"\u1e83":7,"\u0175":7,"\u1e85":7,"\u1e81":7,"\u1ef3":7,"\u0233":7,"\u1ef5":7,"\u1ef7":7,"\u1ef9":7,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"\u00ab":2,"\u2039":2,")":1,"]":1,"}":1,"\"":18,"'":18,"\u2018":5,"\u201c":5,"\u2019":14,"\u201d":14}},"\u00c7":{"d":"128,-36r5,32v-7,3,-19,6,-31,6r-8,15v13,2,24,12,24,26v0,32,-41,36,-62,23r6,-17v10,5,29,11,31,-5v0,-8,-10,-14,-25,-15r13,-28v-46,-8,-71,-50,-71,-119v0,-108,58,-141,124,-121r-7,33v-44,-16,-76,7,-76,85v0,78,28,98,77,85","w":143,"k":{"\u0127":-11,"\u0152":5,"T":-6,"\u0166":-6,"\u0164":-6,"\u0162":-6,"\u03a4":-6,"\u021a":-6,"J":-10,"\u0134":-10,"C":5,"G":5,"O":5,"Q":5,"\u00d8":5,"\u00c7":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"\u0106":5,"\u010c":5,"\u0108":5,"\u010a":5,"\u011e":5,"\u011c":5,"\u0122":5,"\u0120":5,"\ue000":5,"\u014e":5,"\u0150":5,"\u014c":5,"\u01fe":5,"\u0398":5,"\u039f":5,"\u01a0":5,"\u1ecc":5,"\u1ece":5,"\u1ed0":5,"\u1ed2":5,"\u1ed4":5,"\u1ed6":5,"\u1ed8":5,"\u1eda":5,"\u1edc":5,"\u1ede":5,"\u1ee0":5,"\u1ee2":5,"V":-6,"W":-6,"\u1e82":-6,"\u0174":-6,"\u1e84":-6,"\u1e80":-6,"Y":-12,"\u00dd":-12,"\u0178":-12,"\u1ef2":-12,"\u0232":-12,"\u1ef4":-12,"\u1ef6":-12,"\u1ef8":-12,"A":-4,"\u00c6":-4,"\u00c1":-4,"\u00c2":-4,"\u00c4":-4,"\u00c0":-4,"\u00c5":-4,"\u00c3":-4,"\u01fa":-4,"\u0102":-4,"\u0100":-4,"\u0104":-4,"\u01fc":-4,"\u0391":-4,"\u039b":-4,"\u1ea0":-4,"\u1ea2":-4,"\u1ea4":-4,"\u1ea6":-4,"\u1ea8":-4,"\u1eaa":-4,"\u1eac":-4,"\u1eae":-4,"\u1eb0":-4,"\u1eb2":-4,"\u1eb4":-4,"\u1eb6":-4,"X":-8,"\u03a7":-8,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u0153":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"\u01ff":4,"\u01a1":4,"\u1eb9":4,"\u1ebb":4,"\u1ebd":4,"\u1ebf":4,"\u1ec1":4,"\u1ec3":4,"\u1ec5":4,"\u1ec7":4,"\u1ecd":4,"\u1ecf":4,"\u1ed1":4,"\u1ed3":4,"\u1ed5":4,"\u1ed7":4,"\u1ed9":4,"\u1edb":4,"\u1edd":4,"\u1edf":4,"\u1ee1":4,"\u1ee3":4,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"\u016d":2,"\u0171":2,"\u016b":2,"\u0173":2,"\u016f":2,"\u0169":2,"\u01b0":2,"\u1ee5":2,"\u1ee7":2,"\u1ee9":2,"\u1eeb":2,"\u1eed":2,"\u1eef":2,"\u1ef1":2,"v":9,"w":9,"y":9,"\u00fd":9,"\u00ff":9,"\u1e83":9,"\u0175":9,"\u1e85":9,"\u1e81":9,"\u1ef3":9,"\u0233":9,"\u1ef5":9,"\u1ef7":9,"\u1ef9":9,"z":-6,"\u017e":-6,"\u017a":-6,"\u017c":-6,"\u00ab":1,"\u2039":1,")":-4,"]":-4,"}":-4,"\"":-6,"'":-6,"\u2019":-2,"\u201d":-2}},"\u00c9":{"d":"117,-143r0,32r-57,0r0,78r65,0r0,33r-104,0r0,-243r100,0r0,34r-61,0r0,66r57,0xm86,-296r41,0r-45,40r-28,0","w":135,"k":{"J":-7,"\u0134":-7,"V":-2,"W":-2,"\u1e82":-2,"\u0174":-2,"\u1e84":-2,"\u1e80":-2,"Y":-4,"\u00dd":-4,"\u0178":-4,"\u1ef2":-4,"\u0232":-4,"\u1ef4":-4,"\u1ef6":-4,"\u1ef8":-4,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"\u01fb":1,"\u0103":1,"\u0101":1,"\u0105":1,"\u01fd":1,"\u1ea1":1,"\u1ea3":1,"\u1ea5":1,"\u1ea7":1,"\u1ea9":1,"\u1eab":1,"\u1ead":1,"\u1eaf":1,"\u1eb1":1,"\u1eb3":1,"\u1eb5":1,"\u1eb7":1,"f":2,"\ufb01":2,"\ufb02":2,"\u00df":2,"g":3,"\u011f":3,"\u011d":3,"\u0123":3,"\u0121":3,"\ue005":3,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u0153":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"\u01ff":4,"\u01a1":4,"\u1eb9":4,"\u1ebb":4,"\u1ebd":4,"\u1ebf":4,"\u1ec1":4,"\u1ec3":4,"\u1ec5":4,"\u1ec7":4,"\u1ecd":4,"\u1ecf":4,"\u1ed1":4,"\u1ed3":4,"\u1ed5":4,"\u1ed7":4,"\u1ed9":4,"\u1edb":4,"\u1edd":4,"\u1edf":4,"\u1ee1":4,"\u1ee3":4,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"\u021b":1,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"\u016d":3,"\u0171":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0169":3,"\u01b0":3,"\u1ee5":3,"\u1ee7":3,"\u1ee9":3,"\u1eeb":3,"\u1eed":3,"\u1eef":3,"\u1ef1":3,"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u1e83":5,"\u0175":5,"\u1e85":5,"\u1e81":5,"\u1ef3":5,"\u0233":5,"\u1ef5":5,"\u1ef7":5,"\u1ef9":5,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1,"b":2,"h":2,"k":2,"l":2,"\u0142":2,"\u0127":2,"\u0125":2,"\u0137":2,"\u013a":2,"\u013e":2,"\u013c":2,"\u0140":2,"i":1,"m":1,"n":1,"p":1,"r":1,"\u0131":1,"\u00ed":1,"\u00ee":1,"\u00ef":1,"\u00ec":1,"\u00f1":1,"\u014b":1,"\u0138":1,"\u0133":1,"\u012d":1,"\u012b":1,"\u012f":1,"\u0129":1,"\ue006":1,"\u0144":1,"\u0148":1,"\ue007":1,"\u0146":1,"\u0155":1,"\u0159":1,"\u0157":1,"\u1ec9":1,"\u1ecb":1,"\u0394":-4,"\u039e":-5,"\u03c7":-1,"\u03b5":-4,"\u03ad":-4,"\u03b3":-1,"\u03bd":-1,"\u03bb":-5,"\u03c0":-6,"\u03c4":-2}},"\u00ca":{"d":"117,-143r0,32r-57,0r0,78r65,0r0,33r-104,0r0,-243r100,0r0,34r-61,0r0,66r57,0xm56,-293r31,0r31,37r-30,0v-6,-6,-10,-14,-17,-19r-16,19r-29,0","w":135,"k":{"J":-7,"\u0134":-7,"V":-2,"W":-2,"\u1e82":-2,"\u0174":-2,"\u1e84":-2,"\u1e80":-2,"Y":-4,"\u00dd":-4,"\u0178":-4,"\u1ef2":-4,"\u0232":-4,"\u1ef4":-4,"\u1ef6":-4,"\u1ef8":-4,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"\u01fb":1,"\u0103":1,"\u0101":1,"\u0105":1,"\u01fd":1,"\u1ea1":1,"\u1ea3":1,"\u1ea5":1,"\u1ea7":1,"\u1ea9":1,"\u1eab":1,"\u1ead":1,"\u1eaf":1,"\u1eb1":1,"\u1eb3":1,"\u1eb5":1,"\u1eb7":1,"f":2,"\ufb01":2,"\ufb02":2,"\u00df":2,"g":3,"\u011f":3,"\u011d":3,"\u0123":3,"\u0121":3,"\ue005":3,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u0153":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"\u01ff":4,"\u01a1":4,"\u1eb9":4,"\u1ebb":4,"\u1ebd":4,"\u1ebf":4,"\u1ec1":4,"\u1ec3":4,"\u1ec5":4,"\u1ec7":4,"\u1ecd":4,"\u1ecf":4,"\u1ed1":4,"\u1ed3":4,"\u1ed5":4,"\u1ed7":4,"\u1ed9":4,"\u1edb":4,"\u1edd":4,"\u1edf":4,"\u1ee1":4,"\u1ee3":4,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"\u021b":1,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"\u016d":3,"\u0171":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0169":3,"\u01b0":3,"\u1ee5":3,"\u1ee7":3,"\u1ee9":3,"\u1eeb":3,"\u1eed":3,"\u1eef":3,"\u1ef1":3,"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u1e83":5,"\u0175":5,"\u1e85":5,"\u1e81":5,"\u1ef3":5,"\u0233":5,"\u1ef5":5,"\u1ef7":5,"\u1ef9":5,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1,"b":2,"h":2,"k":2,"l":2,"\u0142":2,"\u0127":2,"\u0125":2,"\u0137":2,"\u013a":2,"\u013e":2,"\u013c":2,"\u0140":2,"i":1,"m":1,"n":1,"p":1,"r":1,"\u0131":1,"\u00ed":1,"\u00ee":1,"\u00ef":1,"\u00ec":1,"\u00f1":1,"\u014b":1,"\u0138":1,"\u0133":1,"\u012d":1,"\u012b":1,"\u012f":1,"\u0129":1,"\ue006":1,"\u0144":1,"\u0148":1,"\ue007":1,"\u0146":1,"\u0155":1,"\u0159":1,"\u0157":1,"\u1ec9":1,"\u1ecb":1,"\u0394":-4,"\u039e":-5,"\u03c7":-1,"\u03b5":-4,"\u03ad":-4,"\u03b3":-1,"\u03bd":-1,"\u03bb":-5,"\u03c0":-6,"\u03c4":-2}},"\u00cb":{"d":"117,-143r0,32r-57,0r0,78r65,0r0,33r-104,0r0,-243r100,0r0,34r-61,0r0,66r57,0xm40,-259v-10,0,-18,-8,-18,-20v0,-12,8,-20,18,-20v10,0,19,8,19,20v0,12,-8,20,-19,20xm103,-259v-10,0,-19,-8,-19,-20v0,-12,9,-20,19,-20v11,0,19,8,19,20v0,12,-8,20,-19,20","w":135,"k":{"J":-7,"\u0134":-7,"V":-2,"W":-2,"\u1e82":-2,"\u0174":-2,"\u1e84":-2,"\u1e80":-2,"Y":-4,"\u00dd":-4,"\u0178":-4,"\u1ef2":-4,"\u0232":-4,"\u1ef4":-4,"\u1ef6":-4,"\u1ef8":-4,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"\u01fb":1,"\u0103":1,"\u0101":1,"\u0105":1,"\u01fd":1,"\u1ea1":1,"\u1ea3":1,"\u1ea5":1,"\u1ea7":1,"\u1ea9":1,"\u1eab":1,"\u1ead":1,"\u1eaf":1,"\u1eb1":1,"\u1eb3":1,"\u1eb5":1,"\u1eb7":1,"f":2,"\ufb01":2,"\ufb02":2,"\u00df":2,"g":3,"\u011f":3,"\u011d":3,"\u0123":3,"\u0121":3,"\ue005":3,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u0153":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"\u01ff":4,"\u01a1":4,"\u1eb9":4,"\u1ebb":4,"\u1ebd":4,"\u1ebf":4,"\u1ec1":4,"\u1ec3":4,"\u1ec5":4,"\u1ec7":4,"\u1ecd":4,"\u1ecf":4,"\u1ed1":4,"\u1ed3":4,"\u1ed5":4,"\u1ed7":4,"\u1ed9":4,"\u1edb":4,"\u1edd":4,"\u1edf":4,"\u1ee1":4,"\u1ee3":4,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"\u021b":1,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"\u016d":3,"\u0171":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0169":3,"\u01b0":3,"\u1ee5":3,"\u1ee7":3,"\u1ee9":3,"\u1eeb":3,"\u1eed":3,"\u1eef":3,"\u1ef1":3,"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u1e83":5,"\u0175":5,"\u1e85":5,"\u1e81":5,"\u1ef3":5,"\u0233":5,"\u1ef5":5,"\u1ef7":5,"\u1ef9":5,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1,"b":2,"h":2,"k":2,"l":2,"\u0142":2,"\u0127":2,"\u0125":2,"\u0137":2,"\u013a":2,"\u013e":2,"\u013c":2,"\u0140":2,"i":1,"m":1,"n":1,"p":1,"r":1,"\u0131":1,"\u00ed":1,"\u00ee":1,"\u00ef":1,"\u00ec":1,"\u00f1":1,"\u014b":1,"\u0138":1,"\u0133":1,"\u012d":1,"\u012b":1,"\u012f":1,"\u0129":1,"\ue006":1,"\u0144":1,"\u0148":1,"\ue007":1,"\u0146":1,"\u0155":1,"\u0159":1,"\u0157":1,"\u1ec9":1,"\u1ecb":1,"\u0394":-4,"\u039e":-5,"\u03c7":-1,"\u03b5":-4,"\u03ad":-4,"\u03b3":-1,"\u03bd":-1,"\u03bb":-5,"\u03c0":-6,"\u03c4":-2}},"\u00c8":{"d":"117,-143r0,32r-57,0r0,78r65,0r0,33r-104,0r0,-243r100,0r0,34r-61,0r0,66r57,0xm21,-296r41,0r32,40r-28,0","w":135,"k":{"J":-7,"\u0134":-7,"V":-2,"W":-2,"\u1e82":-2,"\u0174":-2,"\u1e84":-2,"\u1e80":-2,"Y":-4,"\u00dd":-4,"\u0178":-4,"\u1ef2":-4,"\u0232":-4,"\u1ef4":-4,"\u1ef6":-4,"\u1ef8":-4,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"\u01fb":1,"\u0103":1,"\u0101":1,"\u0105":1,"\u01fd":1,"\u1ea1":1,"\u1ea3":1,"\u1ea5":1,"\u1ea7":1,"\u1ea9":1,"\u1eab":1,"\u1ead":1,"\u1eaf":1,"\u1eb1":1,"\u1eb3":1,"\u1eb5":1,"\u1eb7":1,"f":2,"\ufb01":2,"\ufb02":2,"\u00df":2,"g":3,"\u011f":3,"\u011d":3,"\u0123":3,"\u0121":3,"\ue005":3,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u0153":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"\u01ff":4,"\u01a1":4,"\u1eb9":4,"\u1ebb":4,"\u1ebd":4,"\u1ebf":4,"\u1ec1":4,"\u1ec3":4,"\u1ec5":4,"\u1ec7":4,"\u1ecd":4,"\u1ecf":4,"\u1ed1":4,"\u1ed3":4,"\u1ed5":4,"\u1ed7":4,"\u1ed9":4,"\u1edb":4,"\u1edd":4,"\u1edf":4,"\u1ee1":4,"\u1ee3":4,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"\u021b":1,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"\u016d":3,"\u0171":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0169":3,"\u01b0":3,"\u1ee5":3,"\u1ee7":3,"\u1ee9":3,"\u1eeb":3,"\u1eed":3,"\u1eef":3,"\u1ef1":3,"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u1e83":5,"\u0175":5,"\u1e85":5,"\u1e81":5,"\u1ef3":5,"\u0233":5,"\u1ef5":5,"\u1ef7":5,"\u1ef9":5,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1,"b":2,"h":2,"k":2,"l":2,"\u0142":2,"\u0127":2,"\u0125":2,"\u0137":2,"\u013a":2,"\u013e":2,"\u013c":2,"\u0140":2,"i":1,"m":1,"n":1,"p":1,"r":1,"\u0131":1,"\u00ed":1,"\u00ee":1,"\u00ef":1,"\u00ec":1,"\u00f1":1,"\u014b":1,"\u0138":1,"\u0133":1,"\u012d":1,"\u012b":1,"\u012f":1,"\u0129":1,"\ue006":1,"\u0144":1,"\u0148":1,"\ue007":1,"\u0146":1,"\u0155":1,"\u0159":1,"\u0157":1,"\u1ec9":1,"\u1ecb":1,"\u0394":-4,"\u039e":-5,"\u03c7":-1,"\u03b5":-4,"\u03ad":-4,"\u03b3":-1,"\u03bd":-1,"\u03bb":-5,"\u03c0":-6,"\u03c4":-2}},"\u00cd":{"d":"21,-243r39,0r0,243r-39,0r0,-243xm51,-296r41,0r-44,40r-29,0","w":81,"k":{"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u0153":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"\u01ff":1,"\u01a1":1,"\u1eb9":1,"\u1ebb":1,"\u1ebd":1,"\u1ebf":1,"\u1ec1":1,"\u1ec3":1,"\u1ec5":1,"\u1ec7":1,"\u1ecd":1,"\u1ecf":1,"\u1ed1":1,"\u1ed3":1,"\u1ed5":1,"\u1ed7":1,"\u1ed9":1,"\u1edb":1,"\u1edd":1,"\u1edf":1,"\u1ee1":1,"\u1ee3":1,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"j":1,"\u0135":1,"\u03a8":1,"\u0394":1,"\u03b1":1,"\u03b4":1,"\u03bf":1,"\u03c3":1,"\u03c6":1,"\u03c2":1,"\u03ac":1,"\u03cc":1,"\u03b9":1,"\u03af":1,"\u03ca":1,"\u0390":1}},"\u00ce":{"d":"21,-243r39,0r0,243r-39,0r0,-243xm25,-293r31,0r31,37r-30,0v-6,-6,-10,-14,-17,-19r-16,19r-29,0","w":81,"k":{"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u0153":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"\u01ff":1,"\u01a1":1,"\u1eb9":1,"\u1ebb":1,"\u1ebd":1,"\u1ebf":1,"\u1ec1":1,"\u1ec3":1,"\u1ec5":1,"\u1ec7":1,"\u1ecd":1,"\u1ecf":1,"\u1ed1":1,"\u1ed3":1,"\u1ed5":1,"\u1ed7":1,"\u1ed9":1,"\u1edb":1,"\u1edd":1,"\u1edf":1,"\u1ee1":1,"\u1ee3":1,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"j":1,"\u0135":1,"\u03a8":1,"\u0394":1,"\u03b1":1,"\u03b4":1,"\u03bf":1,"\u03c3":1,"\u03c6":1,"\u03c2":1,"\u03ac":1,"\u03cc":1,"\u03b9":1,"\u03af":1,"\u03ca":1,"\u0390":1}},"\u00cf":{"d":"21,-243r39,0r0,243r-39,0r0,-243xm9,-259v-10,0,-18,-8,-18,-20v0,-12,8,-20,18,-20v10,0,19,8,19,20v0,12,-8,20,-19,20xm72,-259v-10,0,-19,-8,-19,-20v0,-12,9,-20,19,-20v11,0,19,8,19,20v0,12,-8,20,-19,20","w":81,"k":{"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u0153":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"\u01ff":1,"\u01a1":1,"\u1eb9":1,"\u1ebb":1,"\u1ebd":1,"\u1ebf":1,"\u1ec1":1,"\u1ec3":1,"\u1ec5":1,"\u1ec7":1,"\u1ecd":1,"\u1ecf":1,"\u1ed1":1,"\u1ed3":1,"\u1ed5":1,"\u1ed7":1,"\u1ed9":1,"\u1edb":1,"\u1edd":1,"\u1edf":1,"\u1ee1":1,"\u1ee3":1,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"j":1,"\u0135":1,"\u03a8":1,"\u0394":1,"\u03b1":1,"\u03b4":1,"\u03bf":1,"\u03c3":1,"\u03c6":1,"\u03c2":1,"\u03ac":1,"\u03cc":1,"\u03b9":1,"\u03af":1,"\u03ca":1,"\u0390":1}},"\u00cc":{"d":"21,-243r39,0r0,243r-39,0r0,-243xm-13,-296r41,0r32,40r-28,0","w":81,"k":{"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u0153":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"\u01ff":1,"\u01a1":1,"\u1eb9":1,"\u1ebb":1,"\u1ebd":1,"\u1ebf":1,"\u1ec1":1,"\u1ec3":1,"\u1ec5":1,"\u1ec7":1,"\u1ecd":1,"\u1ecf":1,"\u1ed1":1,"\u1ed3":1,"\u1ed5":1,"\u1ed7":1,"\u1ed9":1,"\u1edb":1,"\u1edd":1,"\u1edf":1,"\u1ee1":1,"\u1ee3":1,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"j":1,"\u0135":1,"\u03a8":1,"\u0394":1,"\u03b1":1,"\u03b4":1,"\u03bf":1,"\u03c3":1,"\u03c6":1,"\u03c2":1,"\u03ac":1,"\u03cc":1,"\u03b9":1,"\u03af":1,"\u03ca":1,"\u0390":1}},"\u00d1":{"d":"55,0r-34,0r0,-243r36,0r70,181v-4,-48,-6,-122,-5,-181r34,0r0,243r-35,0r-41,-103v-10,-21,-18,-53,-28,-77v3,40,3,124,3,180xm131,-297v5,47,-35,39,-55,25v-5,0,-8,5,-9,14r-18,0v-1,-24,9,-39,23,-39v17,-1,36,30,41,0r18,0","w":177,"k":{"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u0153":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"\u01ff":1,"\u01a1":1,"\u1eb9":1,"\u1ebb":1,"\u1ebd":1,"\u1ebf":1,"\u1ec1":1,"\u1ec3":1,"\u1ec5":1,"\u1ec7":1,"\u1ecd":1,"\u1ecf":1,"\u1ed1":1,"\u1ed3":1,"\u1ed5":1,"\u1ed7":1,"\u1ed9":1,"\u1edb":1,"\u1edd":1,"\u1edf":1,"\u1ee1":1,"\u1ee3":1,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"j":1,"\u0135":1,"\u03a8":1,"\u0394":1,"\u03b1":1,"\u03b4":1,"\u03bf":1,"\u03c3":1,"\u03c6":1,"\u03c2":1,"\u03ac":1,"\u03cc":1,"\u03b9":1,"\u03af":1,"\u03ca":1,"\u0390":1}},"\u00d3":{"d":"86,-246v51,0,71,56,71,121v0,91,-32,128,-75,128v-48,0,-72,-52,-72,-125v0,-73,27,-124,76,-124xm84,-212v-24,0,-34,40,-34,91v0,53,11,90,35,90v25,0,32,-43,32,-92v0,-44,-7,-89,-33,-89xm96,-296r42,0r-45,40r-28,0","w":167,"k":{"\u0142":-5,"T":5,"\u0166":5,"\u0164":5,"\u0162":5,"\u03a4":5,"\u021a":5,"J":2,"\u0134":2,"V":1,"W":1,"\u1e82":1,"\u0174":1,"\u1e84":1,"\u1e80":1,"Y":3,"\u00dd":3,"\u0178":3,"\u1ef2":3,"\u0232":3,"\u1ef4":3,"\u1ef6":3,"\u1ef8":3,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"\u01fa":6,"\u0102":6,"\u0100":6,"\u0104":6,"\u01fc":6,"\u0391":6,"\u039b":6,"\u1ea0":6,"\u1ea2":6,"\u1ea4":6,"\u1ea6":6,"\u1ea8":6,"\u1eaa":6,"\u1eac":6,"\u1eae":6,"\u1eb0":6,"\u1eb2":6,"\u1eb4":6,"\u1eb6":6,"X":1,"\u03a7":1,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":-5,"\ufb01":-5,"\ufb02":-5,"\u00df":-5,"g":-2,"\u011f":-2,"\u011d":-2,"\u0123":-2,"\u0121":-2,"\ue005":-2,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u00f8":-2,"\u0153":-2,"\u00e7":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00e8":-2,"\u00f3":-2,"\u00f4":-2,"\u00f6":-2,"\u00f2":-2,"\u00f5":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2,"\u01ff":-2,"\u01a1":-2,"\u1eb9":-2,"\u1ebb":-2,"\u1ebd":-2,"\u1ebf":-2,"\u1ec1":-2,"\u1ec3":-2,"\u1ec5":-2,"\u1ec7":-2,"\u1ecd":-2,"\u1ecf":-2,"\u1ed1":-2,"\u1ed3":-2,"\u1ed5":-2,"\u1ed7":-2,"\u1ed9":-2,"\u1edb":-2,"\u1edd":-2,"\u1edf":-2,"\u1ee1":-2,"\u1ee3":-2,"t":-5,"\u0167":-5,"\u0165":-5,"\u0163":-5,"\u021b":-5,"u":-4,"\u00fa":-4,"\u00fb":-4,"\u00fc":-4,"\u00f9":-4,"\u016d":-4,"\u0171":-4,"\u016b":-4,"\u0173":-4,"\u016f":-4,"\u0169":-4,"\u01b0":-4,"\u1ee5":-4,"\u1ee7":-4,"\u1ee9":-4,"\u1eeb":-4,"\u1eed":-4,"\u1eef":-4,"\u1ef1":-4,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u1e83":-3,"\u0175":-3,"\u1e85":-3,"\u1e81":-3,"\u1ef3":-3,"\u0233":-3,"\u1ef5":-3,"\u1ef7":-3,"\u1ef9":-3,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u0131":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"\u014b":-3,"\u0138":-3,"\u0133":-3,"\u012d":-3,"\u012b":-3,"\u012f":-3,"\u0129":-3,"\ue006":-3,"\u0144":-3,"\u0148":-3,"\ue007":-3,"\u0146":-3,"\u0155":-3,"\u0159":-3,"\u0157":-3,"\u1ec9":-3,"\u1ecb":-3,"j":-1,"\u0135":-1,"-":-4,"\u2013":-4,"\u2014":-4,"\u00ad":-4,")":3,"]":3,"}":3,"\u2019":-4,"\u201d":-4,",":14,".":14,"\u2026":14,"\u03a6":-2,"\u03a5":7,"\u03ab":7,"\u0394":4,"\u03a3":2,"\u03b3":-4,"\u03bd":-4,"\u03bb":4,"\u03c0":-3,"\u03c1":1,"\u03c4":-2,"\u03b6":-1,"\u03be":-1,"\u03b8":-4}},"\u00d4":{"d":"86,-246v51,0,71,56,71,121v0,91,-32,128,-75,128v-48,0,-72,-52,-72,-125v0,-73,27,-124,76,-124xm84,-212v-24,0,-34,40,-34,91v0,53,11,90,35,90v25,0,32,-43,32,-92v0,-44,-7,-89,-33,-89xm68,-293r31,0r31,37r-30,0v-6,-6,-10,-14,-17,-19r-16,19r-29,0","w":167,"k":{"\u0142":-5,"T":5,"\u0166":5,"\u0164":5,"\u0162":5,"\u03a4":5,"\u021a":5,"J":2,"\u0134":2,"V":1,"W":1,"\u1e82":1,"\u0174":1,"\u1e84":1,"\u1e80":1,"Y":3,"\u00dd":3,"\u0178":3,"\u1ef2":3,"\u0232":3,"\u1ef4":3,"\u1ef6":3,"\u1ef8":3,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"\u01fa":6,"\u0102":6,"\u0100":6,"\u0104":6,"\u01fc":6,"\u0391":6,"\u039b":6,"\u1ea0":6,"\u1ea2":6,"\u1ea4":6,"\u1ea6":6,"\u1ea8":6,"\u1eaa":6,"\u1eac":6,"\u1eae":6,"\u1eb0":6,"\u1eb2":6,"\u1eb4":6,"\u1eb6":6,"X":1,"\u03a7":1,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":-5,"\ufb01":-5,"\ufb02":-5,"\u00df":-5,"g":-2,"\u011f":-2,"\u011d":-2,"\u0123":-2,"\u0121":-2,"\ue005":-2,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u00f8":-2,"\u0153":-2,"\u00e7":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00e8":-2,"\u00f3":-2,"\u00f4":-2,"\u00f6":-2,"\u00f2":-2,"\u00f5":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2,"\u01ff":-2,"\u01a1":-2,"\u1eb9":-2,"\u1ebb":-2,"\u1ebd":-2,"\u1ebf":-2,"\u1ec1":-2,"\u1ec3":-2,"\u1ec5":-2,"\u1ec7":-2,"\u1ecd":-2,"\u1ecf":-2,"\u1ed1":-2,"\u1ed3":-2,"\u1ed5":-2,"\u1ed7":-2,"\u1ed9":-2,"\u1edb":-2,"\u1edd":-2,"\u1edf":-2,"\u1ee1":-2,"\u1ee3":-2,"t":-5,"\u0167":-5,"\u0165":-5,"\u0163":-5,"\u021b":-5,"u":-4,"\u00fa":-4,"\u00fb":-4,"\u00fc":-4,"\u00f9":-4,"\u016d":-4,"\u0171":-4,"\u016b":-4,"\u0173":-4,"\u016f":-4,"\u0169":-4,"\u01b0":-4,"\u1ee5":-4,"\u1ee7":-4,"\u1ee9":-4,"\u1eeb":-4,"\u1eed":-4,"\u1eef":-4,"\u1ef1":-4,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u1e83":-3,"\u0175":-3,"\u1e85":-3,"\u1e81":-3,"\u1ef3":-3,"\u0233":-3,"\u1ef5":-3,"\u1ef7":-3,"\u1ef9":-3,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u0131":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"\u014b":-3,"\u0138":-3,"\u0133":-3,"\u012d":-3,"\u012b":-3,"\u012f":-3,"\u0129":-3,"\ue006":-3,"\u0144":-3,"\u0148":-3,"\ue007":-3,"\u0146":-3,"\u0155":-3,"\u0159":-3,"\u0157":-3,"\u1ec9":-3,"\u1ecb":-3,"j":-1,"\u0135":-1,"-":-4,"\u2013":-4,"\u2014":-4,"\u00ad":-4,")":3,"]":3,"}":3,"\u2019":-4,"\u201d":-4,",":14,".":14,"\u2026":14,"\u03a6":-2,"\u03a5":7,"\u03ab":7,"\u0394":4,"\u03a3":2,"\u03b3":-4,"\u03bd":-4,"\u03bb":4,"\u03c0":-3,"\u03c1":1,"\u03c4":-2,"\u03b6":-1,"\u03be":-1,"\u03b8":-4}},"\u00d6":{"d":"86,-246v51,0,71,56,71,121v0,91,-32,128,-75,128v-48,0,-72,-52,-72,-125v0,-73,27,-124,76,-124xm84,-212v-24,0,-34,40,-34,91v0,53,11,90,35,90v25,0,32,-43,32,-92v0,-44,-7,-89,-33,-89xm52,-259v-10,0,-19,-8,-19,-20v0,-12,9,-20,19,-20v10,0,19,8,19,20v0,12,-8,20,-19,20xm114,-259v-10,0,-18,-8,-18,-20v0,-12,9,-20,19,-20v11,0,19,8,19,20v0,12,-9,20,-20,20","w":167,"k":{"\u0142":-5,"T":5,"\u0166":5,"\u0164":5,"\u0162":5,"\u03a4":5,"\u021a":5,"J":2,"\u0134":2,"V":1,"W":1,"\u1e82":1,"\u0174":1,"\u1e84":1,"\u1e80":1,"Y":3,"\u00dd":3,"\u0178":3,"\u1ef2":3,"\u0232":3,"\u1ef4":3,"\u1ef6":3,"\u1ef8":3,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"\u01fa":6,"\u0102":6,"\u0100":6,"\u0104":6,"\u01fc":6,"\u0391":6,"\u039b":6,"\u1ea0":6,"\u1ea2":6,"\u1ea4":6,"\u1ea6":6,"\u1ea8":6,"\u1eaa":6,"\u1eac":6,"\u1eae":6,"\u1eb0":6,"\u1eb2":6,"\u1eb4":6,"\u1eb6":6,"X":1,"\u03a7":1,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":-5,"\ufb01":-5,"\ufb02":-5,"\u00df":-5,"g":-2,"\u011f":-2,"\u011d":-2,"\u0123":-2,"\u0121":-2,"\ue005":-2,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u00f8":-2,"\u0153":-2,"\u00e7":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00e8":-2,"\u00f3":-2,"\u00f4":-2,"\u00f6":-2,"\u00f2":-2,"\u00f5":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2,"\u01ff":-2,"\u01a1":-2,"\u1eb9":-2,"\u1ebb":-2,"\u1ebd":-2,"\u1ebf":-2,"\u1ec1":-2,"\u1ec3":-2,"\u1ec5":-2,"\u1ec7":-2,"\u1ecd":-2,"\u1ecf":-2,"\u1ed1":-2,"\u1ed3":-2,"\u1ed5":-2,"\u1ed7":-2,"\u1ed9":-2,"\u1edb":-2,"\u1edd":-2,"\u1edf":-2,"\u1ee1":-2,"\u1ee3":-2,"t":-5,"\u0167":-5,"\u0165":-5,"\u0163":-5,"\u021b":-5,"u":-4,"\u00fa":-4,"\u00fb":-4,"\u00fc":-4,"\u00f9":-4,"\u016d":-4,"\u0171":-4,"\u016b":-4,"\u0173":-4,"\u016f":-4,"\u0169":-4,"\u01b0":-4,"\u1ee5":-4,"\u1ee7":-4,"\u1ee9":-4,"\u1eeb":-4,"\u1eed":-4,"\u1eef":-4,"\u1ef1":-4,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u1e83":-3,"\u0175":-3,"\u1e85":-3,"\u1e81":-3,"\u1ef3":-3,"\u0233":-3,"\u1ef5":-3,"\u1ef7":-3,"\u1ef9":-3,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u0131":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"\u014b":-3,"\u0138":-3,"\u0133":-3,"\u012d":-3,"\u012b":-3,"\u012f":-3,"\u0129":-3,"\ue006":-3,"\u0144":-3,"\u0148":-3,"\ue007":-3,"\u0146":-3,"\u0155":-3,"\u0159":-3,"\u0157":-3,"\u1ec9":-3,"\u1ecb":-3,"j":-1,"\u0135":-1,"-":-4,"\u2013":-4,"\u2014":-4,"\u00ad":-4,")":3,"]":3,"}":3,"\u2019":-4,"\u201d":-4,",":14,".":14,"\u2026":14,"\u03a6":-2,"\u03a5":7,"\u03ab":7,"\u0394":4,"\u03a3":2,"\u03b3":-4,"\u03bd":-4,"\u03bb":4,"\u03c0":-3,"\u03c1":1,"\u03c4":-2,"\u03b6":-1,"\u03be":-1,"\u03b8":-4}},"\u00d2":{"d":"86,-246v51,0,71,56,71,121v0,91,-32,128,-75,128v-48,0,-72,-52,-72,-125v0,-73,27,-124,76,-124xm84,-212v-24,0,-34,40,-34,91v0,53,11,90,35,90v25,0,32,-43,32,-92v0,-44,-7,-89,-33,-89xm32,-296r41,0r31,40r-28,0","w":167,"k":{"\u0142":-5,"T":5,"\u0166":5,"\u0164":5,"\u0162":5,"\u03a4":5,"\u021a":5,"J":2,"\u0134":2,"V":1,"W":1,"\u1e82":1,"\u0174":1,"\u1e84":1,"\u1e80":1,"Y":3,"\u00dd":3,"\u0178":3,"\u1ef2":3,"\u0232":3,"\u1ef4":3,"\u1ef6":3,"\u1ef8":3,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"\u01fa":6,"\u0102":6,"\u0100":6,"\u0104":6,"\u01fc":6,"\u0391":6,"\u039b":6,"\u1ea0":6,"\u1ea2":6,"\u1ea4":6,"\u1ea6":6,"\u1ea8":6,"\u1eaa":6,"\u1eac":6,"\u1eae":6,"\u1eb0":6,"\u1eb2":6,"\u1eb4":6,"\u1eb6":6,"X":1,"\u03a7":1,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":-5,"\ufb01":-5,"\ufb02":-5,"\u00df":-5,"g":-2,"\u011f":-2,"\u011d":-2,"\u0123":-2,"\u0121":-2,"\ue005":-2,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u00f8":-2,"\u0153":-2,"\u00e7":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00e8":-2,"\u00f3":-2,"\u00f4":-2,"\u00f6":-2,"\u00f2":-2,"\u00f5":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2,"\u01ff":-2,"\u01a1":-2,"\u1eb9":-2,"\u1ebb":-2,"\u1ebd":-2,"\u1ebf":-2,"\u1ec1":-2,"\u1ec3":-2,"\u1ec5":-2,"\u1ec7":-2,"\u1ecd":-2,"\u1ecf":-2,"\u1ed1":-2,"\u1ed3":-2,"\u1ed5":-2,"\u1ed7":-2,"\u1ed9":-2,"\u1edb":-2,"\u1edd":-2,"\u1edf":-2,"\u1ee1":-2,"\u1ee3":-2,"t":-5,"\u0167":-5,"\u0165":-5,"\u0163":-5,"\u021b":-5,"u":-4,"\u00fa":-4,"\u00fb":-4,"\u00fc":-4,"\u00f9":-4,"\u016d":-4,"\u0171":-4,"\u016b":-4,"\u0173":-4,"\u016f":-4,"\u0169":-4,"\u01b0":-4,"\u1ee5":-4,"\u1ee7":-4,"\u1ee9":-4,"\u1eeb":-4,"\u1eed":-4,"\u1eef":-4,"\u1ef1":-4,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u1e83":-3,"\u0175":-3,"\u1e85":-3,"\u1e81":-3,"\u1ef3":-3,"\u0233":-3,"\u1ef5":-3,"\u1ef7":-3,"\u1ef9":-3,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u0131":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"\u014b":-3,"\u0138":-3,"\u0133":-3,"\u012d":-3,"\u012b":-3,"\u012f":-3,"\u0129":-3,"\ue006":-3,"\u0144":-3,"\u0148":-3,"\ue007":-3,"\u0146":-3,"\u0155":-3,"\u0159":-3,"\u0157":-3,"\u1ec9":-3,"\u1ecb":-3,"j":-1,"\u0135":-1,"-":-4,"\u2013":-4,"\u2014":-4,"\u00ad":-4,")":3,"]":3,"}":3,"\u2019":-4,"\u201d":-4,",":14,".":14,"\u2026":14,"\u03a6":-2,"\u03a5":7,"\u03ab":7,"\u0394":4,"\u03a3":2,"\u03b3":-4,"\u03bd":-4,"\u03bb":4,"\u03c0":-3,"\u03c1":1,"\u03c4":-2,"\u03b6":-1,"\u03be":-1,"\u03b8":-4}},"\u00d5":{"d":"86,-246v51,0,71,56,71,121v0,91,-32,128,-75,128v-48,0,-72,-52,-72,-125v0,-73,27,-124,76,-124xm84,-212v-24,0,-34,40,-34,91v0,53,11,90,35,90v25,0,32,-43,32,-92v0,-44,-7,-89,-33,-89xm125,-296v4,47,-34,38,-56,26v-5,0,-7,4,-8,13r-18,0v-3,-46,33,-41,55,-26v5,0,8,-3,9,-13r18,0","w":167,"k":{"\u0142":-5,"T":5,"\u0166":5,"\u0164":5,"\u0162":5,"\u03a4":5,"\u021a":5,"J":2,"\u0134":2,"V":1,"W":1,"\u1e82":1,"\u0174":1,"\u1e84":1,"\u1e80":1,"Y":3,"\u00dd":3,"\u0178":3,"\u1ef2":3,"\u0232":3,"\u1ef4":3,"\u1ef6":3,"\u1ef8":3,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"\u01fa":6,"\u0102":6,"\u0100":6,"\u0104":6,"\u01fc":6,"\u0391":6,"\u039b":6,"\u1ea0":6,"\u1ea2":6,"\u1ea4":6,"\u1ea6":6,"\u1ea8":6,"\u1eaa":6,"\u1eac":6,"\u1eae":6,"\u1eb0":6,"\u1eb2":6,"\u1eb4":6,"\u1eb6":6,"X":1,"\u03a7":1,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":-5,"\ufb01":-5,"\ufb02":-5,"\u00df":-5,"g":-2,"\u011f":-2,"\u011d":-2,"\u0123":-2,"\u0121":-2,"\ue005":-2,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u00f8":-2,"\u0153":-2,"\u00e7":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00e8":-2,"\u00f3":-2,"\u00f4":-2,"\u00f6":-2,"\u00f2":-2,"\u00f5":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2,"\u01ff":-2,"\u01a1":-2,"\u1eb9":-2,"\u1ebb":-2,"\u1ebd":-2,"\u1ebf":-2,"\u1ec1":-2,"\u1ec3":-2,"\u1ec5":-2,"\u1ec7":-2,"\u1ecd":-2,"\u1ecf":-2,"\u1ed1":-2,"\u1ed3":-2,"\u1ed5":-2,"\u1ed7":-2,"\u1ed9":-2,"\u1edb":-2,"\u1edd":-2,"\u1edf":-2,"\u1ee1":-2,"\u1ee3":-2,"t":-5,"\u0167":-5,"\u0165":-5,"\u0163":-5,"\u021b":-5,"u":-4,"\u00fa":-4,"\u00fb":-4,"\u00fc":-4,"\u00f9":-4,"\u016d":-4,"\u0171":-4,"\u016b":-4,"\u0173":-4,"\u016f":-4,"\u0169":-4,"\u01b0":-4,"\u1ee5":-4,"\u1ee7":-4,"\u1ee9":-4,"\u1eeb":-4,"\u1eed":-4,"\u1eef":-4,"\u1ef1":-4,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u1e83":-3,"\u0175":-3,"\u1e85":-3,"\u1e81":-3,"\u1ef3":-3,"\u0233":-3,"\u1ef5":-3,"\u1ef7":-3,"\u1ef9":-3,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u0131":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"\u014b":-3,"\u0138":-3,"\u0133":-3,"\u012d":-3,"\u012b":-3,"\u012f":-3,"\u0129":-3,"\ue006":-3,"\u0144":-3,"\u0148":-3,"\ue007":-3,"\u0146":-3,"\u0155":-3,"\u0159":-3,"\u0157":-3,"\u1ec9":-3,"\u1ecb":-3,"j":-1,"\u0135":-1,"-":-4,"\u2013":-4,"\u2014":-4,"\u00ad":-4,")":3,"]":3,"}":3,"\u2019":-4,"\u201d":-4,",":14,".":14,"\u2026":14,"\u03a6":-2,"\u03a5":7,"\u03ab":7,"\u0394":4,"\u03a3":2,"\u03b3":-4,"\u03bd":-4,"\u03bb":4,"\u03c0":-3,"\u03c1":1,"\u03c4":-2,"\u03b6":-1,"\u03be":-1,"\u03b8":-4}},"\u0160":{"d":"9,-8r7,-33v24,16,74,13,74,-24v0,-19,-11,-32,-32,-44v-64,-34,-59,-135,26,-136v15,0,30,5,36,9r-7,33v-18,-15,-63,-8,-63,21v0,19,9,29,35,43v70,39,50,143,-32,141v-18,0,-36,-5,-44,-10xm89,-256r-31,0r-31,-37r30,0v6,6,10,15,17,20r16,-20r29,0","w":136,"k":{"\u01fd":-5,"\u00e6":-5,"a":-5,"\u00e1":-5,"\u00e2":-5,"\u00e4":-5,"\u00e0":-5,"\u00e5":-5,"\u00e3":-5,"\u01fb":-5,"\u0103":-5,"\u0101":-5,"\u0105":-5,"\u1ea1":-5,"\u1ea3":-5,"\u1ea5":-5,"\u1ea7":-5,"\u1ea9":-5,"\u1eab":-5,"\u1ead":-5,"\u1eaf":-5,"\u1eb1":-5,"\u1eb3":-5,"\u1eb5":-5,"\u1eb7":-5,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"\u00f8":-3,"\u0153":-3,"\u00e7":-3,"\u00e9":-3,"\u00ea":-3,"\u00eb":-3,"\u00e8":-3,"\u00f3":-3,"\u00f4":-3,"\u00f6":-3,"\u00f2":-3,"\u00f5":-3,"\u0111":-3,"\u0107":-3,"\u010d":-3,"\u0109":-3,"\u010b":-3,"\u010f":-3,"\u0115":-3,"\u011b":-3,"\u0117":-3,"\u0113":-3,"\u0119":-3,"\u014f":-3,"\u0151":-3,"\u014d":-3,"\u01ff":-3,"\u01a1":-3,"\u1eb9":-3,"\u1ebb":-3,"\u1ebd":-3,"\u1ebf":-3,"\u1ec1":-3,"\u1ec3":-3,"\u1ec5":-3,"\u1ec7":-3,"\u1ecd":-3,"\u1ecf":-3,"\u1ed1":-3,"\u1ed3":-3,"\u1ed5":-3,"\u1ed7":-3,"\u1ed9":-3,"\u1edb":-3,"\u1edd":-3,"\u1edf":-3,"\u1ee1":-3,"\u1ee3":-3,"u":-3,"\u00fa":-3,"\u00fb":-3,"\u00fc":-3,"\u00f9":-3,"\u016d":-3,"\u0171":-3,"\u016b":-3,"\u0173":-3,"\u016f":-3,"\u0169":-3,"\u01b0":-3,"\u1ee5":-3,"\u1ee7":-3,"\u1ee9":-3,"\u1eeb":-3,"\u1eed":-3,"\u1eef":-3,"\u1ef1":-3,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"b":-2,"h":-2,"k":-2,"l":-2,"\u0142":-2,"\u0127":-2,"\u0125":-2,"\u0137":-2,"\u013a":-2,"\u013e":-2,"\u013c":-2,"\u0140":-2,"i":-2,"m":-2,"n":-2,"p":-2,"r":-2,"\u0131":-2,"\u00ed":-2,"\u00ee":-2,"\u00ef":-2,"\u00ec":-2,"\u00f1":-2,"\u014b":-2,"\u0138":-2,"\u0133":-2,"\u012d":-2,"\u012b":-2,"\u012f":-2,"\u0129":-2,"\ue006":-2,"\u0144":-2,"\u0148":-2,"\ue007":-2,"\u0146":-2,"\u0155":-2,"\u0159":-2,"\u0157":-2,"\u1ec9":-2,"\u1ecb":-2,"j":-1,"\u0135":-1,"-":-4,"\u2013":-4,"\u2014":-4,"\u00ad":-4,"\u2019":1,"\u201d":1}},"\u00da":{"d":"20,-243r39,0r0,160v0,39,12,52,27,52v17,0,28,-12,28,-52r0,-160r39,0r0,154v0,63,-25,92,-67,92v-94,0,-60,-154,-66,-246xm97,-296r41,0r-44,40r-28,0","w":173,"k":{"M":1,"\ue001":1,"\u039c":1,"Y":1,"\u00dd":1,"\u0178":1,"\u1ef2":1,"\u0232":1,"\u1ef4":1,"\u1ef6":1,"\u1ef8":1,"A":3,"\u00c6":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"\u01fa":3,"\u0102":3,"\u0100":3,"\u0104":3,"\u01fc":3,"\u0391":3,"\u039b":3,"\u1ea0":3,"\u1ea2":3,"\u1ea4":3,"\u1ea6":3,"\u1ea8":3,"\u1eaa":3,"\u1eac":3,"\u1eae":3,"\u1eb0":3,"\u1eb2":3,"\u1eb4":3,"\u1eb6":3,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"\u01fb":1,"\u0103":1,"\u0101":1,"\u0105":1,"\u01fd":1,"\u1ea1":1,"\u1ea3":1,"\u1ea5":1,"\u1ea7":1,"\u1ea9":1,"\u1eab":1,"\u1ead":1,"\u1eaf":1,"\u1eb1":1,"\u1eb3":1,"\u1eb5":1,"\u1eb7":1,"g":1,"\u011f":1,"\u011d":1,"\u0123":1,"\u0121":1,"\ue005":1,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u0153":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"\u01ff":1,"\u01a1":1,"\u1eb9":1,"\u1ebb":1,"\u1ebd":1,"\u1ebf":1,"\u1ec1":1,"\u1ec3":1,"\u1ec5":1,"\u1ec7":1,"\u1ecd":1,"\u1ecf":1,"\u1ed1":1,"\u1ed3":1,"\u1ed5":1,"\u1ed7":1,"\u1ed9":1,"\u1edb":1,"\u1edd":1,"\u1edf":1,"\u1ee1":1,"\u1ee3":1,"s":4,"\u0161":4,"\u015b":4,"\u015f":4,"\u015d":4,"\u0219":4,"\uf6c2":4,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"z":6,"\u017e":6,"\u017a":6,"\u017c":6,"x":3,",":9,".":9,"\u2026":9}},"\u00db":{"d":"20,-243r39,0r0,160v0,39,12,52,27,52v17,0,28,-12,28,-52r0,-160r39,0r0,154v0,63,-25,92,-67,92v-94,0,-60,-154,-66,-246xm71,-293r31,0r31,37r-30,0v-6,-6,-10,-14,-17,-19r-15,19r-30,0","w":173,"k":{"M":1,"\ue001":1,"\u039c":1,"Y":1,"\u00dd":1,"\u0178":1,"\u1ef2":1,"\u0232":1,"\u1ef4":1,"\u1ef6":1,"\u1ef8":1,"A":3,"\u00c6":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"\u01fa":3,"\u0102":3,"\u0100":3,"\u0104":3,"\u01fc":3,"\u0391":3,"\u039b":3,"\u1ea0":3,"\u1ea2":3,"\u1ea4":3,"\u1ea6":3,"\u1ea8":3,"\u1eaa":3,"\u1eac":3,"\u1eae":3,"\u1eb0":3,"\u1eb2":3,"\u1eb4":3,"\u1eb6":3,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"\u01fb":1,"\u0103":1,"\u0101":1,"\u0105":1,"\u01fd":1,"\u1ea1":1,"\u1ea3":1,"\u1ea5":1,"\u1ea7":1,"\u1ea9":1,"\u1eab":1,"\u1ead":1,"\u1eaf":1,"\u1eb1":1,"\u1eb3":1,"\u1eb5":1,"\u1eb7":1,"g":1,"\u011f":1,"\u011d":1,"\u0123":1,"\u0121":1,"\ue005":1,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u0153":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"\u01ff":1,"\u01a1":1,"\u1eb9":1,"\u1ebb":1,"\u1ebd":1,"\u1ebf":1,"\u1ec1":1,"\u1ec3":1,"\u1ec5":1,"\u1ec7":1,"\u1ecd":1,"\u1ecf":1,"\u1ed1":1,"\u1ed3":1,"\u1ed5":1,"\u1ed7":1,"\u1ed9":1,"\u1edb":1,"\u1edd":1,"\u1edf":1,"\u1ee1":1,"\u1ee3":1,"s":4,"\u0161":4,"\u015b":4,"\u015f":4,"\u015d":4,"\u0219":4,"\uf6c2":4,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"z":6,"\u017e":6,"\u017a":6,"\u017c":6,"x":3,",":9,".":9,"\u2026":9}},"\u00dc":{"d":"20,-243r39,0r0,160v0,39,12,52,27,52v17,0,28,-12,28,-52r0,-160r39,0r0,154v0,63,-25,92,-67,92v-94,0,-60,-154,-66,-246xm54,-259v-10,0,-18,-8,-18,-20v0,-12,9,-20,19,-20v10,0,18,8,18,20v0,12,-8,20,-19,20xm117,-259v-10,0,-18,-8,-18,-20v0,-12,8,-20,18,-20v11,0,19,8,19,20v0,12,-8,20,-19,20","w":173,"k":{"M":1,"\ue001":1,"\u039c":1,"Y":1,"\u00dd":1,"\u0178":1,"\u1ef2":1,"\u0232":1,"\u1ef4":1,"\u1ef6":1,"\u1ef8":1,"A":3,"\u00c6":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"\u01fa":3,"\u0102":3,"\u0100":3,"\u0104":3,"\u01fc":3,"\u0391":3,"\u039b":3,"\u1ea0":3,"\u1ea2":3,"\u1ea4":3,"\u1ea6":3,"\u1ea8":3,"\u1eaa":3,"\u1eac":3,"\u1eae":3,"\u1eb0":3,"\u1eb2":3,"\u1eb4":3,"\u1eb6":3,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"\u01fb":1,"\u0103":1,"\u0101":1,"\u0105":1,"\u01fd":1,"\u1ea1":1,"\u1ea3":1,"\u1ea5":1,"\u1ea7":1,"\u1ea9":1,"\u1eab":1,"\u1ead":1,"\u1eaf":1,"\u1eb1":1,"\u1eb3":1,"\u1eb5":1,"\u1eb7":1,"g":1,"\u011f":1,"\u011d":1,"\u0123":1,"\u0121":1,"\ue005":1,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u0153":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"\u01ff":1,"\u01a1":1,"\u1eb9":1,"\u1ebb":1,"\u1ebd":1,"\u1ebf":1,"\u1ec1":1,"\u1ec3":1,"\u1ec5":1,"\u1ec7":1,"\u1ecd":1,"\u1ecf":1,"\u1ed1":1,"\u1ed3":1,"\u1ed5":1,"\u1ed7":1,"\u1ed9":1,"\u1edb":1,"\u1edd":1,"\u1edf":1,"\u1ee1":1,"\u1ee3":1,"s":4,"\u0161":4,"\u015b":4,"\u015f":4,"\u015d":4,"\u0219":4,"\uf6c2":4,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"z":6,"\u017e":6,"\u017a":6,"\u017c":6,"x":3,",":9,".":9,"\u2026":9}},"\u00d9":{"d":"20,-243r39,0r0,160v0,39,12,52,27,52v17,0,28,-12,28,-52r0,-160r39,0r0,154v0,63,-25,92,-67,92v-94,0,-60,-154,-66,-246xm34,-296r41,0r32,40r-29,0","w":173,"k":{"M":1,"\ue001":1,"\u039c":1,"Y":1,"\u00dd":1,"\u0178":1,"\u1ef2":1,"\u0232":1,"\u1ef4":1,"\u1ef6":1,"\u1ef8":1,"A":3,"\u00c6":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"\u00c3":3,"\u01fa":3,"\u0102":3,"\u0100":3,"\u0104":3,"\u01fc":3,"\u0391":3,"\u039b":3,"\u1ea0":3,"\u1ea2":3,"\u1ea4":3,"\u1ea6":3,"\u1ea8":3,"\u1eaa":3,"\u1eac":3,"\u1eae":3,"\u1eb0":3,"\u1eb2":3,"\u1eb4":3,"\u1eb6":3,"a":1,"\u00e6":1,"\u00e1":1,"\u00e2":1,"\u00e4":1,"\u00e0":1,"\u00e5":1,"\u00e3":1,"\u01fb":1,"\u0103":1,"\u0101":1,"\u0105":1,"\u01fd":1,"\u1ea1":1,"\u1ea3":1,"\u1ea5":1,"\u1ea7":1,"\u1ea9":1,"\u1eab":1,"\u1ead":1,"\u1eaf":1,"\u1eb1":1,"\u1eb3":1,"\u1eb5":1,"\u1eb7":1,"g":1,"\u011f":1,"\u011d":1,"\u0123":1,"\u0121":1,"\ue005":1,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u0153":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"\u01ff":1,"\u01a1":1,"\u1eb9":1,"\u1ebb":1,"\u1ebd":1,"\u1ebf":1,"\u1ec1":1,"\u1ec3":1,"\u1ec5":1,"\u1ec7":1,"\u1ecd":1,"\u1ecf":1,"\u1ed1":1,"\u1ed3":1,"\u1ed5":1,"\u1ed7":1,"\u1ed9":1,"\u1edb":1,"\u1edd":1,"\u1edf":1,"\u1ee1":1,"\u1ee3":1,"s":4,"\u0161":4,"\u015b":4,"\u015f":4,"\u015d":4,"\u0219":4,"\uf6c2":4,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"z":6,"\u017e":6,"\u017a":6,"\u017c":6,"x":3,",":9,".":9,"\u2026":9}},"\u00dd":{"d":"90,0r-38,0r0,-97r-53,-146r40,0r35,113v9,-38,20,-76,31,-113r40,0r-55,144r0,99xm86,-296r41,0r-44,40r-28,0","w":143,"k":{"\u012d":-13,"\u00f6":17,"\u00ef":-17,"\u00eb":17,"\u00e4":18,"T":-10,"\u0166":-10,"\u0164":-10,"\u0162":-10,"\u03a4":-10,"\u021a":-10,"J":6,"\u0134":6,"M":3,"\ue001":3,"\u039c":3,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u0152":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"\u0106":6,"\u010c":6,"\u0108":6,"\u010a":6,"\u011e":6,"\u011c":6,"\u0122":6,"\u0120":6,"\ue000":6,"\u014e":6,"\u0150":6,"\u014c":6,"\u01fe":6,"\u0398":6,"\u039f":6,"\u01a0":6,"\u1ecc":6,"\u1ece":6,"\u1ed0":6,"\u1ed2":6,"\u1ed4":6,"\u1ed6":6,"\u1ed8":6,"\u1eda":6,"\u1edc":6,"\u1ede":6,"\u1ee0":6,"\u1ee2":6,"V":-11,"W":-11,"\u1e82":-11,"\u0174":-11,"\u1e84":-11,"\u1e80":-11,"Y":-14,"\u00dd":-14,"\u0178":-14,"\u1ef2":-14,"\u0232":-14,"\u1ef4":-14,"\u1ef6":-14,"\u1ef8":-14,"A":17,"\u00c6":17,"\u00c1":17,"\u00c2":17,"\u00c4":17,"\u00c0":17,"\u00c5":17,"\u00c3":17,"\u01fa":17,"\u0102":17,"\u0100":17,"\u0104":17,"\u01fc":17,"\u0391":17,"\u039b":17,"\u1ea0":17,"\u1ea2":17,"\u1ea4":17,"\u1ea6":17,"\u1ea8":17,"\u1eaa":17,"\u1eac":17,"\u1eae":17,"\u1eb0":17,"\u1eb2":17,"\u1eb4":17,"\u1eb6":17,"X":-5,"\u03a7":-5,"S":2,"\u0160":2,"\u015a":2,"\u015e":2,"\u015c":2,"\u0218":2,"\uf6c1":2,"a":18,"\u00e6":18,"\u00e1":18,"\u00e2":18,"\u00e0":18,"\u00e5":18,"\u00e3":18,"\u01fb":18,"\u0103":18,"\u0101":18,"\u0105":18,"\u01fd":18,"\u1ea1":18,"\u1ea3":18,"\u1ea5":18,"\u1ea7":18,"\u1ea9":18,"\u1eab":18,"\u1ead":18,"\u1eaf":18,"\u1eb1":18,"\u1eb3":18,"\u1eb5":18,"\u1eb7":18,"g":17,"\u011f":17,"\u011d":17,"\u0123":17,"\u0121":17,"\ue005":17,"c":17,"d":17,"e":17,"o":17,"q":17,"\u00f8":17,"\u0153":17,"\u00e7":17,"\u00e9":17,"\u00ea":17,"\u00e8":17,"\u00f3":17,"\u00f4":17,"\u00f2":17,"\u00f5":17,"\u0111":17,"\u0107":17,"\u010d":17,"\u0109":17,"\u010b":17,"\u010f":17,"\u0115":17,"\u011b":17,"\u0117":17,"\u0113":17,"\u0119":17,"\u014f":17,"\u0151":17,"\u014d":17,"\u01ff":17,"\u01a1":17,"\u1eb9":17,"\u1ebb":17,"\u1ebd":17,"\u1ebf":17,"\u1ec1":17,"\u1ec3":17,"\u1ec5":17,"\u1ec7":17,"\u1ecd":17,"\u1ecf":17,"\u1ed1":17,"\u1ed3":17,"\u1ed5":17,"\u1ed7":17,"\u1ed9":17,"\u1edb":17,"\u1edd":17,"\u1edf":17,"\u1ee1":17,"\u1ee3":17,"s":11,"\u0161":11,"\u015b":11,"\u015f":11,"\u015d":11,"\u0219":11,"\uf6c2":11,"t":5,"\u0167":5,"\u0165":5,"\u0163":5,"\u021b":5,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"\u016d":12,"\u0171":12,"\u016b":12,"\u0173":12,"\u016f":12,"\u0169":12,"\u01b0":12,"\u1ee5":12,"\u1ee7":12,"\u1ee9":12,"\u1eeb":12,"\u1eed":12,"\u1eef":12,"\u1ef1":12,"v":11,"w":11,"y":11,"\u00fd":11,"\u00ff":11,"\u1e83":11,"\u0175":11,"\u1e85":11,"\u1e81":11,"\u1ef3":11,"\u0233":11,"\u1ef5":11,"\u1ef7":11,"\u1ef9":11,"z":6,"\u017e":6,"\u017a":6,"\u017c":6,"b":-1,"h":-1,"k":-1,"l":-1,"\u0142":-1,"\u0127":-1,"\u0125":-1,"\u0137":-1,"\u013a":-1,"\u013e":-1,"\u013c":-1,"\u0140":-1,"x":5,":":13,";":13,"\u203a":6,"\u00bb":6,"\u00ab":11,"\u2039":11,"-":11,"\u2013":11,"\u2014":11,"\u00ad":11,")":-14,"]":-14,"}":-14,"\"":-6,"'":-6,"\u2019":-4,"\u201d":-4,",":28,".":28,"\u2026":28}},"\u0178":{"d":"90,0r-38,0r0,-97r-53,-146r40,0r35,113v9,-38,20,-76,31,-113r40,0r-55,144r0,99xm42,-257v-10,0,-19,-9,-19,-21v0,-12,9,-20,19,-20v10,0,19,8,19,20v0,12,-8,21,-19,21xm104,-257v-10,0,-18,-9,-18,-21v0,-12,9,-20,19,-20v11,0,18,8,18,20v0,12,-8,21,-19,21","w":143,"k":{"\u012d":-13,"\u00f6":17,"\u00ef":-17,"\u00eb":17,"\u00e4":18,"T":-10,"\u0166":-10,"\u0164":-10,"\u0162":-10,"\u03a4":-10,"\u021a":-10,"J":6,"\u0134":6,"M":3,"\ue001":3,"\u039c":3,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u0152":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"\u0106":6,"\u010c":6,"\u0108":6,"\u010a":6,"\u011e":6,"\u011c":6,"\u0122":6,"\u0120":6,"\ue000":6,"\u014e":6,"\u0150":6,"\u014c":6,"\u01fe":6,"\u0398":6,"\u039f":6,"\u01a0":6,"\u1ecc":6,"\u1ece":6,"\u1ed0":6,"\u1ed2":6,"\u1ed4":6,"\u1ed6":6,"\u1ed8":6,"\u1eda":6,"\u1edc":6,"\u1ede":6,"\u1ee0":6,"\u1ee2":6,"V":-11,"W":-11,"\u1e82":-11,"\u0174":-11,"\u1e84":-11,"\u1e80":-11,"Y":-14,"\u00dd":-14,"\u0178":-14,"\u1ef2":-14,"\u0232":-14,"\u1ef4":-14,"\u1ef6":-14,"\u1ef8":-14,"A":17,"\u00c6":17,"\u00c1":17,"\u00c2":17,"\u00c4":17,"\u00c0":17,"\u00c5":17,"\u00c3":17,"\u01fa":17,"\u0102":17,"\u0100":17,"\u0104":17,"\u01fc":17,"\u0391":17,"\u039b":17,"\u1ea0":17,"\u1ea2":17,"\u1ea4":17,"\u1ea6":17,"\u1ea8":17,"\u1eaa":17,"\u1eac":17,"\u1eae":17,"\u1eb0":17,"\u1eb2":17,"\u1eb4":17,"\u1eb6":17,"X":-5,"\u03a7":-5,"S":2,"\u0160":2,"\u015a":2,"\u015e":2,"\u015c":2,"\u0218":2,"\uf6c1":2,"a":18,"\u00e6":18,"\u00e1":18,"\u00e2":18,"\u00e0":18,"\u00e5":18,"\u00e3":18,"\u01fb":18,"\u0103":18,"\u0101":18,"\u0105":18,"\u01fd":18,"\u1ea1":18,"\u1ea3":18,"\u1ea5":18,"\u1ea7":18,"\u1ea9":18,"\u1eab":18,"\u1ead":18,"\u1eaf":18,"\u1eb1":18,"\u1eb3":18,"\u1eb5":18,"\u1eb7":18,"g":17,"\u011f":17,"\u011d":17,"\u0123":17,"\u0121":17,"\ue005":17,"c":17,"d":17,"e":17,"o":17,"q":17,"\u00f8":17,"\u0153":17,"\u00e7":17,"\u00e9":17,"\u00ea":17,"\u00e8":17,"\u00f3":17,"\u00f4":17,"\u00f2":17,"\u00f5":17,"\u0111":17,"\u0107":17,"\u010d":17,"\u0109":17,"\u010b":17,"\u010f":17,"\u0115":17,"\u011b":17,"\u0117":17,"\u0113":17,"\u0119":17,"\u014f":17,"\u0151":17,"\u014d":17,"\u01ff":17,"\u01a1":17,"\u1eb9":17,"\u1ebb":17,"\u1ebd":17,"\u1ebf":17,"\u1ec1":17,"\u1ec3":17,"\u1ec5":17,"\u1ec7":17,"\u1ecd":17,"\u1ecf":17,"\u1ed1":17,"\u1ed3":17,"\u1ed5":17,"\u1ed7":17,"\u1ed9":17,"\u1edb":17,"\u1edd":17,"\u1edf":17,"\u1ee1":17,"\u1ee3":17,"s":11,"\u0161":11,"\u015b":11,"\u015f":11,"\u015d":11,"\u0219":11,"\uf6c2":11,"t":5,"\u0167":5,"\u0165":5,"\u0163":5,"\u021b":5,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"\u016d":12,"\u0171":12,"\u016b":12,"\u0173":12,"\u016f":12,"\u0169":12,"\u01b0":12,"\u1ee5":12,"\u1ee7":12,"\u1ee9":12,"\u1eeb":12,"\u1eed":12,"\u1eef":12,"\u1ef1":12,"v":11,"w":11,"y":11,"\u00fd":11,"\u00ff":11,"\u1e83":11,"\u0175":11,"\u1e85":11,"\u1e81":11,"\u1ef3":11,"\u0233":11,"\u1ef5":11,"\u1ef7":11,"\u1ef9":11,"z":6,"\u017e":6,"\u017a":6,"\u017c":6,"b":-1,"h":-1,"k":-1,"l":-1,"\u0142":-1,"\u0127":-1,"\u0125":-1,"\u0137":-1,"\u013a":-1,"\u013e":-1,"\u013c":-1,"\u0140":-1,"x":5,":":13,";":13,"\u203a":6,"\u00bb":6,"\u00ab":11,"\u2039":11,"-":11,"\u2013":11,"\u2014":11,"\u00ad":11,")":-14,"]":-14,"}":-14,"\"":-6,"'":-6,"\u2019":-4,"\u201d":-4,",":28,".":28,"\u2026":28}},"\u017d":{"d":"5,0r0,-23r80,-186r-72,0r0,-34r116,0r0,28r-78,182r77,0r0,33r-123,0xm86,-256r-31,0r-31,-37r30,0r17,20r16,-20r29,0","w":134,"k":{"J":-8,"\u0134":-8,"C":4,"G":4,"O":4,"Q":4,"\u00d8":4,"\u0152":4,"\u00c7":4,"\u00d3":4,"\u00d4":4,"\u00d6":4,"\u00d2":4,"\u00d5":4,"\u0106":4,"\u010c":4,"\u0108":4,"\u010a":4,"\u011e":4,"\u011c":4,"\u0122":4,"\u0120":4,"\ue000":4,"\u014e":4,"\u0150":4,"\u014c":4,"\u01fe":4,"\u0398":4,"\u039f":4,"\u01a0":4,"\u1ecc":4,"\u1ece":4,"\u1ed0":4,"\u1ed2":4,"\u1ed4":4,"\u1ed6":4,"\u1ed8":4,"\u1eda":4,"\u1edc":4,"\u1ede":4,"\u1ee0":4,"\u1ee2":4,"Y":-6,"\u00dd":-6,"\u0178":-6,"\u1ef2":-6,"\u0232":-6,"\u1ef4":-6,"\u1ef6":-6,"\u1ef8":-6,"A":-3,"\u00c6":-3,"\u00c1":-3,"\u00c2":-3,"\u00c4":-3,"\u00c0":-3,"\u00c5":-3,"\u00c3":-3,"\u01fa":-3,"\u0102":-3,"\u0100":-3,"\u0104":-3,"\u01fc":-3,"\u0391":-3,"\u039b":-3,"\u1ea0":-3,"\u1ea2":-3,"\u1ea4":-3,"\u1ea6":-3,"\u1ea8":-3,"\u1eaa":-3,"\u1eac":-3,"\u1eae":-3,"\u1eb0":-3,"\u1eb2":-3,"\u1eb4":-3,"\u1eb6":-3,"X":-6,"\u03a7":-6,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u0153":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"\u01ff":4,"\u01a1":4,"\u1eb9":4,"\u1ebb":4,"\u1ebd":4,"\u1ebf":4,"\u1ec1":4,"\u1ec3":4,"\u1ec5":4,"\u1ec7":4,"\u1ecd":4,"\u1ecf":4,"\u1ed1":4,"\u1ed3":4,"\u1ed5":4,"\u1ed7":4,"\u1ed9":4,"\u1edb":4,"\u1edd":4,"\u1edf":4,"\u1ee1":4,"\u1ee3":4,"u":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u00f9":1,"\u016d":1,"\u0171":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0169":1,"\u01b0":1,"\u1ee5":1,"\u1ee7":1,"\u1ee9":1,"\u1eeb":1,"\u1eed":1,"\u1eef":1,"\u1ef1":1,"i":-2,"m":-2,"n":-2,"p":-2,"r":-2,"\u0131":-2,"\u00ed":-2,"\u00ee":-2,"\u00ef":-2,"\u00ec":-2,"\u00f1":-2,"\u014b":-2,"\u0138":-2,"\u0133":-2,"\u012d":-2,"\u012b":-2,"\u012f":-2,"\u0129":-2,"\ue006":-2,"\u0144":-2,"\u0148":-2,"\ue007":-2,"\u0146":-2,"\u0155":-2,"\u0159":-2,"\u0157":-2,"\u1ec9":-2,"\u1ecb":-2,"-":3,"\u2013":3,"\u2014":3,"\u00ad":3,"\u2019":-2,"\u201d":-2,"\u03a5":-4,"\u03ab":-4,"\u0394":-4,"\u039e":-8,"\u03a3":-4,"\u03b5":-2,"\u03ad":-2,"\u03bb":-5,"\u03b1":3,"\u03b4":3,"\u03bf":3,"\u03c3":3,"\u03c6":3,"\u03c2":3,"\u03ac":3,"\u03cc":3,"\u00b5":-2,"\u03b2":-2,"\u03b7":-2,"\u03ba":-2,"\u03ae":-2}},"\u00e1":{"d":"68,-178v85,2,47,102,59,178r-35,0v-1,-6,0,-14,-3,-18v-24,39,-81,20,-81,-31v0,-45,38,-64,78,-64v6,-38,-36,-44,-59,-26r-8,-26v9,-5,28,-13,49,-13xm64,-26v24,2,25,-34,23,-62v-15,0,-42,4,-42,35v0,20,10,27,19,27xm81,-247r35,0r-37,50r-24,0","w":142},"\u00e2":{"d":"68,-178v85,2,47,102,59,178r-35,0v-1,-6,0,-14,-3,-18v-24,39,-81,20,-81,-31v0,-45,38,-64,78,-64v6,-38,-36,-44,-59,-26r-8,-26v9,-5,28,-13,49,-13xm64,-26v24,2,25,-34,23,-62v-15,0,-42,4,-42,35v0,20,10,27,19,27xm58,-247r26,0r30,50r-27,0v-6,-10,-10,-22,-17,-30r-15,30r-27,0","w":142},"\u00e4":{"d":"68,-178v85,2,47,102,59,178r-35,0v-1,-6,0,-14,-3,-18v-24,39,-81,20,-81,-31v0,-45,38,-64,78,-64v6,-38,-36,-44,-59,-26r-8,-26v9,-5,28,-13,49,-13xm64,-26v24,2,25,-34,23,-62v-15,0,-42,4,-42,35v0,20,10,27,19,27xm41,-203v-10,0,-19,-8,-19,-20v0,-12,9,-20,19,-20v10,0,19,8,19,20v0,12,-8,20,-19,20xm101,-203v-10,0,-19,-8,-19,-20v0,-12,9,-20,19,-20v10,0,19,8,19,20v0,12,-8,20,-19,20","w":142},"\u00e0":{"d":"68,-178v85,2,47,102,59,178r-35,0v-1,-6,0,-14,-3,-18v-24,39,-81,20,-81,-31v0,-45,38,-64,78,-64v6,-38,-36,-44,-59,-26r-8,-26v9,-5,28,-13,49,-13xm64,-26v24,2,25,-34,23,-62v-15,0,-42,4,-42,35v0,20,10,27,19,27xm25,-247r35,0r26,50r-24,0","w":142},"\u00e5":{"d":"68,-178v85,2,47,102,59,178r-35,0v-1,-6,0,-14,-3,-18v-24,39,-81,20,-81,-31v0,-45,38,-64,78,-64v6,-38,-36,-44,-59,-26r-8,-26v9,-5,28,-13,49,-13xm64,-26v24,2,25,-34,23,-62v-15,0,-42,4,-42,35v0,20,10,27,19,27xm72,-193v-23,0,-36,-14,-36,-31v0,-18,12,-33,36,-33v22,0,35,14,35,32v0,18,-13,32,-35,32xm71,-207v22,0,22,-35,0,-36v-21,1,-20,34,0,36","w":142},"\u00e3":{"d":"68,-178v85,2,47,102,59,178r-35,0v-1,-6,0,-14,-3,-18v-24,39,-81,20,-81,-31v0,-45,38,-64,78,-64v6,-38,-36,-44,-59,-26r-8,-26v9,-5,28,-13,49,-13xm64,-26v24,2,25,-34,23,-62v-15,0,-42,4,-42,35v0,20,10,27,19,27xm113,-241v2,47,-33,38,-56,25v-5,0,-9,6,-9,15r-18,0v0,-21,8,-39,24,-39v14,0,20,12,32,12v5,0,9,-2,9,-13r18,0","w":142},"\u00e7":{"d":"106,-34r4,30v-6,3,-16,6,-28,6r-7,15v13,2,23,12,23,26v0,33,-40,36,-62,23r6,-17v10,5,29,11,31,-5v0,-8,-9,-14,-24,-15r13,-29v-31,-8,-51,-37,-51,-86v0,-62,43,-106,100,-86r-6,30v-33,-15,-56,15,-56,55v0,45,23,67,57,53","w":112,"k":{"T":6,"\u0166":6,"\u0164":6,"\u0162":6,"\u03a4":6,"\u021a":6,"a":-3,"\u00e6":-3,"\u00e1":-3,"\u00e2":-3,"\u00e4":-3,"\u00e0":-3,"\u00e5":-3,"\u00e3":-3,"\u01fb":-3,"\u0103":-3,"\u0101":-3,"\u0105":-3,"\u01fd":-3,"\u1ea1":-3,"\u1ea3":-3,"\u1ea5":-3,"\u1ea7":-3,"\u1ea9":-3,"\u1eab":-3,"\u1ead":-3,"\u1eaf":-3,"\u1eb1":-3,"\u1eb3":-3,"\u1eb5":-3,"\u1eb7":-3,"f":-7,"\ufb01":-7,"\ufb02":-7,"\u00df":-7,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u0153":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"\u01ff":1,"\u01a1":1,"\u1eb9":1,"\u1ebb":1,"\u1ebd":1,"\u1ebf":1,"\u1ec1":1,"\u1ec3":1,"\u1ec5":1,"\u1ec7":1,"\u1ecd":1,"\u1ecf":1,"\u1ed1":1,"\u1ed3":1,"\u1ed5":1,"\u1ed7":1,"\u1ed9":1,"\u1edb":1,"\u1edd":1,"\u1edf":1,"\u1ee1":1,"\u1ee3":1,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"\u021b":-6,"u":-3,"\u00fa":-3,"\u00fb":-3,"\u00fc":-3,"\u00f9":-3,"\u016d":-3,"\u0171":-3,"\u016b":-3,"\u0173":-3,"\u016f":-3,"\u0169":-3,"\u01b0":-3,"\u1ee5":-3,"\u1ee7":-3,"\u1ee9":-3,"\u1eeb":-3,"\u1eed":-3,"\u1eef":-3,"\u1ef1":-3,"v":-9,"w":-9,"y":-9,"\u00fd":-9,"\u00ff":-9,"\u1e83":-9,"\u0175":-9,"\u1e85":-9,"\u1e81":-9,"\u1ef3":-9,"\u0233":-9,"\u1ef5":-9,"\u1ef7":-9,"\u1ef9":-9,"\u203a":-8,"\u00bb":-8,"\"":-6,"'":-6,"\u2018":-10,"\u201c":-10,"\u2019":-12,"\u201d":-12}},"\u00e9":{"d":"131,-77r-83,0v-1,55,37,55,71,44r6,27v-59,23,-114,-4,-114,-79v0,-58,27,-93,65,-93v43,0,61,49,55,101xm48,-105r48,0v0,-28,-9,-44,-23,-44v-17,0,-24,23,-25,44xm87,-247r35,0r-37,50r-24,0","w":141,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"\u03a4":14,"\u021a":14,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"\u1e83":2,"\u0175":2,"\u1e85":2,"\u1e81":2,"\u1ef3":2,"\u0233":2,"\u1ef5":2,"\u1ef7":2,"\u1ef9":2,"z":2,"\u017e":2,"\u017a":2,"\u017c":2,"x":3,"\u00ab":-2,"\u2039":-2,"-":-5,"\u2013":-5,"\u2014":-5,"\u00ad":-5,"\"":4,"'":4,"\u2019":5,"\u201d":5,",":4,".":4,"\u2026":4}},"\u00ea":{"d":"131,-77r-83,0v-1,55,37,55,71,44r6,27v-59,23,-114,-4,-114,-79v0,-58,27,-93,65,-93v43,0,61,49,55,101xm48,-105r48,0v0,-28,-9,-44,-23,-44v-17,0,-24,23,-25,44xm63,-247r26,0r30,50r-27,0r-16,-30r-16,30r-27,0","w":141,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"\u03a4":14,"\u021a":14,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"\u1e83":2,"\u0175":2,"\u1e85":2,"\u1e81":2,"\u1ef3":2,"\u0233":2,"\u1ef5":2,"\u1ef7":2,"\u1ef9":2,"z":2,"\u017e":2,"\u017a":2,"\u017c":2,"x":3,"\u00ab":-2,"\u2039":-2,"-":-5,"\u2013":-5,"\u2014":-5,"\u00ad":-5,"\"":4,"'":4,"\u2019":5,"\u201d":5,",":4,".":4,"\u2026":4}},"\u00eb":{"d":"131,-77r-83,0v-1,55,37,55,71,44r6,27v-59,23,-114,-4,-114,-79v0,-58,27,-93,65,-93v43,0,61,49,55,101xm48,-105r48,0v0,-28,-9,-44,-23,-44v-17,0,-24,23,-25,44xm47,-203v-10,0,-19,-8,-19,-20v0,-12,9,-20,19,-20v10,0,19,8,19,20v0,12,-8,20,-19,20xm107,-203v-10,0,-19,-8,-19,-20v0,-12,9,-20,19,-20v10,0,19,8,19,20v0,12,-8,20,-19,20","w":141,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"\u03a4":14,"\u021a":14,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"\u1e83":2,"\u0175":2,"\u1e85":2,"\u1e81":2,"\u1ef3":2,"\u0233":2,"\u1ef5":2,"\u1ef7":2,"\u1ef9":2,"z":2,"\u017e":2,"\u017a":2,"\u017c":2,"x":3,"\u00ab":-2,"\u2039":-2,"-":-5,"\u2013":-5,"\u2014":-5,"\u00ad":-5,"\"":4,"'":4,"\u2019":5,"\u201d":5,",":4,".":4,"\u2026":4}},"\u00e8":{"d":"131,-77r-83,0v-1,55,37,55,71,44r6,27v-59,23,-114,-4,-114,-79v0,-58,27,-93,65,-93v43,0,61,49,55,101xm48,-105r48,0v0,-28,-9,-44,-23,-44v-17,0,-24,23,-25,44xm31,-247r35,0r26,50r-24,0","w":141,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"\u03a4":14,"\u021a":14,"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,"\u1e83":2,"\u0175":2,"\u1e85":2,"\u1e81":2,"\u1ef3":2,"\u0233":2,"\u1ef5":2,"\u1ef7":2,"\u1ef9":2,"z":2,"\u017e":2,"\u017a":2,"\u017c":2,"x":3,"\u00ab":-2,"\u2039":-2,"-":-5,"\u2013":-5,"\u2014":-5,"\u00ad":-5,"\"":4,"'":4,"\u2019":5,"\u201d":5,",":4,".":4,"\u2026":4}},"\u00ed":{"d":"56,0r-38,0r0,-175r38,0r0,175xm48,-247r35,0r-37,50r-24,0","w":73,"k":{"\u2019":-5,"\u201d":-5}},"\u00ee":{"d":"56,0r-38,0r0,-175r38,0r0,175xm24,-247r27,0r29,50r-27,0v-6,-10,-9,-22,-16,-30r-15,30r-28,0","w":73,"k":{"\u2019":-5,"\u201d":-5}},"\u00ef":{"d":"56,0r-38,0r0,-175r38,0r0,175xm6,-203v-10,0,-18,-8,-18,-20v0,-12,9,-20,19,-20v10,0,19,8,19,20v0,12,-9,20,-20,20xm67,-203v-10,0,-19,-8,-19,-20v0,-12,9,-20,19,-20v10,0,19,8,19,20v0,12,-8,20,-19,20","w":73,"k":{"\u2019":-5,"\u201d":-5}},"\u00ec":{"d":"56,0r-38,0r0,-175r38,0r0,175xm-9,-247r35,0r26,50r-24,0","w":73,"k":{"\u2019":-5,"\u201d":-5}},"\u00f1":{"d":"80,-145v-41,9,-19,97,-24,145r-38,0r-2,-175r34,0v1,6,-1,16,2,21v25,-41,87,-28,87,40r0,114r-39,0r0,-111v0,-18,-3,-34,-20,-34xm121,-241v1,46,-34,39,-56,25v-5,0,-9,6,-9,15r-19,0v0,-21,9,-39,25,-39v14,0,20,12,32,12v5,0,9,-2,9,-13r18,0","w":156,"k":{"T":15,"\u0166":15,"\u0164":15,"\u0162":15,"\u03a4":15,"\u021a":15,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"\u021b":1,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"\"":2,"'":2,"\u2019":5,"\u201d":5}},"\u00f3":{"d":"75,-178v37,0,61,32,61,90v0,71,-36,91,-63,91v-37,0,-62,-31,-62,-90v0,-63,31,-91,64,-91xm74,-148v-36,4,-34,120,1,121v32,-4,33,-116,-1,-121xm85,-247r36,0r-37,50r-25,0","w":147,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"\u03a4":14,"\u021a":14,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,"x":5,"-":-6,"\u2013":-6,"\u2014":-6,"\u00ad":-6,"\"":7,"'":7,"\u2019":5,"\u201d":5,",":10,".":10,"\u2026":10}},"\u00f4":{"d":"75,-178v37,0,61,32,61,90v0,71,-36,91,-63,91v-37,0,-62,-31,-62,-90v0,-63,31,-91,64,-91xm74,-148v-36,4,-34,120,1,121v32,-4,33,-116,-1,-121xm61,-247r26,0r30,50r-27,0v-6,-10,-9,-22,-16,-30r-16,30r-27,0","w":147,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"\u03a4":14,"\u021a":14,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,"x":5,"-":-6,"\u2013":-6,"\u2014":-6,"\u00ad":-6,"\"":7,"'":7,"\u2019":5,"\u201d":5,",":10,".":10,"\u2026":10}},"\u00f6":{"d":"75,-178v37,0,61,32,61,90v0,71,-36,91,-63,91v-37,0,-62,-31,-62,-90v0,-63,31,-91,64,-91xm74,-148v-36,4,-34,120,1,121v32,-4,33,-116,-1,-121xm43,-203v-10,0,-19,-8,-19,-20v0,-27,39,-26,38,0v0,12,-8,20,-19,20xm104,-203v-10,0,-19,-8,-19,-20v0,-12,9,-20,19,-20v10,0,19,8,19,20v0,12,-8,20,-19,20","w":147,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"\u03a4":14,"\u021a":14,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,"x":5,"-":-6,"\u2013":-6,"\u2014":-6,"\u00ad":-6,"\"":7,"'":7,"\u2019":5,"\u201d":5,",":10,".":10,"\u2026":10}},"\u00f2":{"d":"75,-178v37,0,61,32,61,90v0,71,-36,91,-63,91v-37,0,-62,-31,-62,-90v0,-63,31,-91,64,-91xm74,-148v-36,4,-34,120,1,121v32,-4,33,-116,-1,-121xm29,-247r36,0r26,50r-25,0","w":147,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"\u03a4":14,"\u021a":14,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,"x":5,"-":-6,"\u2013":-6,"\u2014":-6,"\u00ad":-6,"\"":7,"'":7,"\u2019":5,"\u201d":5,",":10,".":10,"\u2026":10}},"\u00f5":{"d":"75,-178v37,0,61,32,61,90v0,71,-36,91,-63,91v-37,0,-62,-31,-62,-90v0,-63,31,-91,64,-91xm74,-148v-36,4,-34,120,1,121v32,-4,33,-116,-1,-121xm116,-241v1,47,-34,39,-57,25v-5,0,-8,6,-8,15r-19,0v0,-21,8,-39,24,-39v13,0,21,11,33,12v5,0,9,-2,9,-13r18,0","w":147,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"\u03a4":14,"\u021a":14,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,"x":5,"-":-6,"\u2013":-6,"\u2014":-6,"\u00ad":-6,"\"":7,"'":7,"\u2019":5,"\u201d":5,",":10,".":10,"\u2026":10}},"\u0161":{"d":"7,-8r8,-28v12,10,54,16,52,-11v0,-11,-4,-19,-21,-28v-56,-28,-43,-101,18,-103v14,0,25,4,33,9r-7,28v-13,-11,-45,-9,-44,11v0,10,3,17,21,26v54,26,43,106,-22,106v-14,0,-30,-4,-38,-10xm69,-197r-27,0r-29,-50r27,0v6,10,9,22,16,30r16,-30r27,0","w":110,"k":{"T":8,"\u0166":8,"\u0164":8,"\u0162":8,"\u03a4":8,"\u021a":8,"\u2019":-1,"\u201d":-1,",":4,".":4,"\u2026":4}},"\u00fa":{"d":"75,-29v18,0,21,-15,22,-33r0,-113r39,0r1,175r-33,0v-1,-6,0,-14,-3,-18v-28,38,-84,23,-84,-49r0,-108r38,0r0,103v0,25,4,43,20,43xm89,-247r36,0r-37,50r-25,0","w":154,"k":{"T":10,"\u0166":10,"\u0164":10,"\u0162":10,"\u03a4":10,"\u021a":10,"\u2019":3,"\u201d":3,",":3,".":3,"\u2026":3}},"\u00fb":{"d":"75,-29v18,0,21,-15,22,-33r0,-113r39,0r1,175r-33,0v-1,-6,0,-14,-3,-18v-28,38,-84,23,-84,-49r0,-108r38,0r0,103v0,25,4,43,20,43xm64,-247r27,0r29,50r-27,0r-16,-30r-15,30r-28,0","w":154,"k":{"T":10,"\u0166":10,"\u0164":10,"\u0162":10,"\u03a4":10,"\u021a":10,"\u2019":3,"\u201d":3,",":3,".":3,"\u2026":3}},"\u00fc":{"d":"75,-29v18,0,21,-15,22,-33r0,-113r39,0r1,175r-33,0v-1,-6,0,-14,-3,-18v-28,38,-84,23,-84,-49r0,-108r38,0r0,103v0,25,4,43,20,43xm48,-203v-10,0,-19,-8,-19,-20v0,-12,9,-20,19,-20v10,0,19,8,19,20v0,12,-8,20,-19,20xm108,-203v-10,0,-19,-8,-19,-20v0,-12,9,-20,19,-20v10,0,19,8,19,20v0,12,-8,20,-19,20","w":154,"k":{"T":10,"\u0166":10,"\u0164":10,"\u0162":10,"\u03a4":10,"\u021a":10,"\u2019":3,"\u201d":3,",":3,".":3,"\u2026":3}},"\u00f9":{"d":"75,-29v18,0,21,-15,22,-33r0,-113r39,0r1,175r-33,0v-1,-6,0,-14,-3,-18v-28,38,-84,23,-84,-49r0,-108r38,0r0,103v0,25,4,43,20,43xm33,-247r36,0r26,50r-25,0","w":154,"k":{"T":10,"\u0166":10,"\u0164":10,"\u0162":10,"\u03a4":10,"\u021a":10,"\u2019":3,"\u201d":3,",":3,".":3,"\u2026":3}},"\u00fd":{"d":"9,44v18,-10,49,-31,41,-57r-47,-162r41,0r27,127r23,-127r37,0v-22,75,-33,170,-73,225v-13,18,-30,24,-36,27xm78,-247r36,0r-37,50r-24,0","w":133,"k":{"T":8,"\u0166":8,"\u0164":8,"\u0162":8,"\u03a4":8,"\u021a":8,"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"\u01fb":3,"\u0103":3,"\u0101":3,"\u0105":3,"\u01fd":3,"\u1ea1":3,"\u1ea3":3,"\u1ea5":3,"\u1ea7":3,"\u1ea9":3,"\u1eab":3,"\u1ead":3,"\u1eaf":3,"\u1eb1":3,"\u1eb3":3,"\u1eb5":3,"\u1eb7":3,"g":4,"\u011f":4,"\u011d":4,"\u0123":4,"\u0121":4,"\ue005":4,"c":5,"d":5,"e":5,"o":5,"q":5,"\u00f8":5,"\u0153":5,"\u00e7":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5,"\u0111":5,"\u0107":5,"\u010d":5,"\u0109":5,"\u010b":5,"\u010f":5,"\u0115":5,"\u011b":5,"\u0117":5,"\u0113":5,"\u0119":5,"\u014f":5,"\u0151":5,"\u014d":5,"\u01ff":5,"\u01a1":5,"\u1eb9":5,"\u1ebb":5,"\u1ebd":5,"\u1ebf":5,"\u1ec1":5,"\u1ec3":5,"\u1ec5":5,"\u1ec7":5,"\u1ecd":5,"\u1ecf":5,"\u1ed1":5,"\u1ed3":5,"\u1ed5":5,"\u1ed7":5,"\u1ed9":5,"\u1edb":5,"\u1edd":5,"\u1edf":5,"\u1ee1":5,"\u1ee3":5,"v":-9,"w":-9,"y":-9,"\u00fd":-9,"\u00ff":-9,"\u1e83":-9,"\u0175":-9,"\u1e85":-9,"\u1e81":-9,"\u1ef3":-9,"\u0233":-9,"\u1ef5":-9,"\u1ef7":-9,"\u1ef9":-9,":":4,";":4,"-":1,"\u2013":1,"\u2014":1,"\u00ad":1,"\u2018":-4,"\u201c":-4,"\u2019":-9,"\u201d":-9,",":15,".":15,"\u2026":15}},"\u00ff":{"d":"9,44v18,-10,49,-31,41,-57r-47,-162r41,0r27,127r23,-127r37,0v-22,75,-33,170,-73,225v-13,18,-30,24,-36,27xm37,-203v-10,0,-18,-8,-18,-20v0,-12,9,-20,19,-20v10,0,19,8,19,20v0,12,-9,20,-20,20xm98,-203v-10,0,-19,-8,-19,-20v0,-12,9,-20,19,-20v10,0,19,8,19,20v0,12,-8,20,-19,20","w":133,"k":{"T":8,"\u0166":8,"\u0164":8,"\u0162":8,"\u03a4":8,"\u021a":8,"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"\u01fb":3,"\u0103":3,"\u0101":3,"\u0105":3,"\u01fd":3,"\u1ea1":3,"\u1ea3":3,"\u1ea5":3,"\u1ea7":3,"\u1ea9":3,"\u1eab":3,"\u1ead":3,"\u1eaf":3,"\u1eb1":3,"\u1eb3":3,"\u1eb5":3,"\u1eb7":3,"g":4,"\u011f":4,"\u011d":4,"\u0123":4,"\u0121":4,"\ue005":4,"c":5,"d":5,"e":5,"o":5,"q":5,"\u00f8":5,"\u0153":5,"\u00e7":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5,"\u0111":5,"\u0107":5,"\u010d":5,"\u0109":5,"\u010b":5,"\u010f":5,"\u0115":5,"\u011b":5,"\u0117":5,"\u0113":5,"\u0119":5,"\u014f":5,"\u0151":5,"\u014d":5,"\u01ff":5,"\u01a1":5,"\u1eb9":5,"\u1ebb":5,"\u1ebd":5,"\u1ebf":5,"\u1ec1":5,"\u1ec3":5,"\u1ec5":5,"\u1ec7":5,"\u1ecd":5,"\u1ecf":5,"\u1ed1":5,"\u1ed3":5,"\u1ed5":5,"\u1ed7":5,"\u1ed9":5,"\u1edb":5,"\u1edd":5,"\u1edf":5,"\u1ee1":5,"\u1ee3":5,"v":-9,"w":-9,"y":-9,"\u00fd":-9,"\u00ff":-9,"\u1e83":-9,"\u0175":-9,"\u1e85":-9,"\u1e81":-9,"\u1ef3":-9,"\u0233":-9,"\u1ef5":-9,"\u1ef7":-9,"\u1ef9":-9,":":4,";":4,"-":1,"\u2013":1,"\u2014":1,"\u00ad":1,"\u2018":-4,"\u201c":-4,"\u2019":-9,"\u201d":-9,",":15,".":15,"\u2026":15}},"\u017e":{"d":"6,0r0,-24r64,-120r-58,0r0,-31r100,0r0,26r-63,117r64,0r0,32r-107,0xm77,-197r-27,0r-29,-50r27,0v6,10,9,22,16,30r15,-30r28,0","w":120,"k":{"T":7,"\u0166":7,"\u0164":7,"\u0162":7,"\u03a4":7,"\u021a":7,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u0153":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"\u01ff":3,"\u01a1":3,"\u1eb9":3,"\u1ebb":3,"\u1ebd":3,"\u1ebf":3,"\u1ec1":3,"\u1ec3":3,"\u1ec5":3,"\u1ec7":3,"\u1ecd":3,"\u1ecf":3,"\u1ed1":3,"\u1ed3":3,"\u1ed5":3,"\u1ed7":3,"\u1ed9":3,"\u1edb":3,"\u1edd":3,"\u1edf":3,"\u1ee1":3,"\u1ee3":3,"v":-4,"w":-4,"y":-4,"\u00fd":-4,"\u00ff":-4,"\u1e83":-4,"\u0175":-4,"\u1e85":-4,"\u1e81":-4,"\u1ef3":-4,"\u0233":-4,"\u1ef5":-4,"\u1ef7":-4,"\u1ef9":-4,"\u2019":-6,"\u201d":-6}},"\u0110":{"d":"161,-125v2,101,-43,135,-138,125r0,-112r-23,0r0,-28r23,0r0,-99v11,-3,26,-5,43,-5v73,3,93,40,95,119xm93,-140r0,28r-32,0r0,82v40,3,60,-16,60,-96v0,-60,-16,-93,-60,-86r0,72r32,0","w":171,"k":{"\u0142":-5,"T":5,"\u0166":5,"\u0164":5,"\u0162":5,"\u03a4":5,"\u021a":5,"J":2,"\u0134":2,"V":1,"W":1,"\u1e82":1,"\u0174":1,"\u1e84":1,"\u1e80":1,"Y":3,"\u00dd":3,"\u0178":3,"\u1ef2":3,"\u0232":3,"\u1ef4":3,"\u1ef6":3,"\u1ef8":3,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"\u01fa":6,"\u0102":6,"\u0100":6,"\u0104":6,"\u01fc":6,"\u0391":6,"\u039b":6,"\u1ea0":6,"\u1ea2":6,"\u1ea4":6,"\u1ea6":6,"\u1ea8":6,"\u1eaa":6,"\u1eac":6,"\u1eae":6,"\u1eb0":6,"\u1eb2":6,"\u1eb4":6,"\u1eb6":6,"X":1,"\u03a7":1,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":-5,"\ufb01":-5,"\ufb02":-5,"\u00df":-5,"g":-2,"\u011f":-2,"\u011d":-2,"\u0123":-2,"\u0121":-2,"\ue005":-2,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u00f8":-2,"\u0153":-2,"\u00e7":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00e8":-2,"\u00f3":-2,"\u00f4":-2,"\u00f6":-2,"\u00f2":-2,"\u00f5":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2,"\u01ff":-2,"\u01a1":-2,"\u1eb9":-2,"\u1ebb":-2,"\u1ebd":-2,"\u1ebf":-2,"\u1ec1":-2,"\u1ec3":-2,"\u1ec5":-2,"\u1ec7":-2,"\u1ecd":-2,"\u1ecf":-2,"\u1ed1":-2,"\u1ed3":-2,"\u1ed5":-2,"\u1ed7":-2,"\u1ed9":-2,"\u1edb":-2,"\u1edd":-2,"\u1edf":-2,"\u1ee1":-2,"\u1ee3":-2,"t":-5,"\u0167":-5,"\u0165":-5,"\u0163":-5,"\u021b":-5,"u":-4,"\u00fa":-4,"\u00fb":-4,"\u00fc":-4,"\u00f9":-4,"\u016d":-4,"\u0171":-4,"\u016b":-4,"\u0173":-4,"\u016f":-4,"\u0169":-4,"\u01b0":-4,"\u1ee5":-4,"\u1ee7":-4,"\u1ee9":-4,"\u1eeb":-4,"\u1eed":-4,"\u1eef":-4,"\u1ef1":-4,"v":-3,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u1e83":-3,"\u0175":-3,"\u1e85":-3,"\u1e81":-3,"\u1ef3":-3,"\u0233":-3,"\u1ef5":-3,"\u1ef7":-3,"\u1ef9":-3,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"\u0131":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"\u00f1":-3,"\u014b":-3,"\u0138":-3,"\u0133":-3,"\u012d":-3,"\u012b":-3,"\u012f":-3,"\u0129":-3,"\ue006":-3,"\u0144":-3,"\u0148":-3,"\ue007":-3,"\u0146":-3,"\u0155":-3,"\u0159":-3,"\u0157":-3,"\u1ec9":-3,"\u1ecb":-3,"j":-1,"\u0135":-1,"-":-4,"\u2013":-4,"\u2014":-4,"\u00ad":-4,")":3,"]":3,"}":3,"\u2019":-4,"\u201d":-4,",":14,".":14,"\u2026":14,"\u03a6":-2,"\u03a5":7,"\u03ab":7,"\u0394":4,"\u03a3":2,"\u03b3":-4,"\u03bd":-4,"\u03bb":4,"\u03c0":-3,"\u03c1":1,"\u03c4":-2,"\u03b6":-1,"\u03be":-1,"\u03b8":-4}},"\u014a":{"d":"55,0r-34,0r0,-243r36,0r70,181v-4,-48,-6,-122,-5,-181r34,0r0,233v0,43,-16,72,-56,80r-9,-29v20,-6,31,-18,31,-37r-42,-107v-10,-21,-18,-53,-28,-77v3,40,3,124,3,180","w":177,"k":{"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u0153":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"\u01ff":1,"\u01a1":1,"\u1eb9":1,"\u1ebb":1,"\u1ebd":1,"\u1ebf":1,"\u1ec1":1,"\u1ec3":1,"\u1ec5":1,"\u1ec7":1,"\u1ecd":1,"\u1ecf":1,"\u1ed1":1,"\u1ed3":1,"\u1ed5":1,"\u1ed7":1,"\u1ed9":1,"\u1edb":1,"\u1edd":1,"\u1edf":1,"\u1ee1":1,"\u1ee3":1,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"j":1,"\u0135":1,"\u03a8":1,"\u0394":1,"\u03b1":1,"\u03b4":1,"\u03bf":1,"\u03c3":1,"\u03c6":1,"\u03c2":1,"\u03ac":1,"\u03cc":1,"\u03b9":1,"\u03af":1,"\u03ca":1,"\u0390":1}},"\u0126":{"d":"172,-171r-16,0r0,171r-39,0r0,-102r-57,0r0,102r-39,0r0,-171r-16,0r0,-27r16,0r0,-45r39,0r0,45r57,0r0,-45r39,0r0,45r16,0r0,27xm117,-137r0,-34r-57,0r0,34r57,0","w":177,"k":{"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f8":1,"\u0153":1,"\u00e7":1,"\u00e9":1,"\u00ea":1,"\u00eb":1,"\u00e8":1,"\u00f3":1,"\u00f4":1,"\u00f6":1,"\u00f2":1,"\u00f5":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"\u01ff":1,"\u01a1":1,"\u1eb9":1,"\u1ebb":1,"\u1ebd":1,"\u1ebf":1,"\u1ec1":1,"\u1ec3":1,"\u1ec5":1,"\u1ec7":1,"\u1ecd":1,"\u1ecf":1,"\u1ed1":1,"\u1ed3":1,"\u1ed5":1,"\u1ed7":1,"\u1ed9":1,"\u1edb":1,"\u1edd":1,"\u1edf":1,"\u1ee1":1,"\u1ee3":1,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"j":1,"\u0135":1,"\u03a8":1,"\u0394":1,"\u03b1":1,"\u03b4":1,"\u03bf":1,"\u03c3":1,"\u03c6":1,"\u03c2":1,"\u03ac":1,"\u03cc":1,"\u03b9":1,"\u03af":1,"\u03ca":1,"\u0390":1}},"\u0166":{"d":"130,-207r-43,0r0,68r29,0r0,27r-29,0r0,112r-39,0r0,-112r-29,0r0,-27r29,0r0,-68r-43,0r0,-36r125,0r0,36","w":135,"k":{"\u0129":15,"\u012f":15,"\u012b":15,"\u012d":15,"\u0133":15,"\u00ec":15,"\u00ef":15,"\u00ee":15,"\u00ed":15,"\u00e8":19,"\u00e0":16,"\u0131":15,"i":15,"T":-4,"\u0166":-4,"\u0164":-4,"\u0162":-4,"\u03a4":-4,"\u021a":-4,"J":7,"\u0134":7,"M":1,"\ue001":1,"\u039c":1,"C":8,"G":8,"O":8,"Q":8,"\u00d8":8,"\u0152":8,"\u00c7":8,"\u00d3":8,"\u00d4":8,"\u00d6":8,"\u00d2":8,"\u00d5":8,"\u0106":8,"\u010c":8,"\u0108":8,"\u010a":8,"\u011e":8,"\u011c":8,"\u0122":8,"\u0120":8,"\ue000":8,"\u014e":8,"\u0150":8,"\u014c":8,"\u01fe":8,"\u0398":8,"\u039f":8,"\u01a0":8,"\u1ecc":8,"\u1ece":8,"\u1ed0":8,"\u1ed2":8,"\u1ed4":8,"\u1ed6":8,"\u1ed8":8,"\u1eda":8,"\u1edc":8,"\u1ede":8,"\u1ee0":8,"\u1ee2":8,"V":-6,"W":-6,"\u1e82":-6,"\u0174":-6,"\u1e84":-6,"\u1e80":-6,"Y":-10,"\u00dd":-10,"\u0178":-10,"\u1ef2":-10,"\u0232":-10,"\u1ef4":-10,"\u1ef6":-10,"\u1ef8":-10,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"\u01fa":14,"\u0102":14,"\u0100":14,"\u0104":14,"\u01fc":14,"\u0391":14,"\u039b":14,"\u1ea0":14,"\u1ea2":14,"\u1ea4":14,"\u1ea6":14,"\u1ea8":14,"\u1eaa":14,"\u1eac":14,"\u1eae":14,"\u1eb0":14,"\u1eb2":14,"\u1eb4":14,"\u1eb6":14,"X":-6,"\u03a7":-6,"S":3,"\u0160":3,"\u015a":3,"\u015e":3,"\u015c":3,"\u0218":3,"\uf6c1":3,"a":16,"\u00e6":16,"\u00e1":16,"\u00e2":16,"\u00e4":16,"\u00e5":16,"\u00e3":16,"\u01fb":16,"\u0103":16,"\u0101":16,"\u0105":16,"\u01fd":16,"\u1ea1":16,"\u1ea3":16,"\u1ea5":16,"\u1ea7":16,"\u1ea9":16,"\u1eab":16,"\u1ead":16,"\u1eaf":16,"\u1eb1":16,"\u1eb3":16,"\u1eb5":16,"\u1eb7":16,"g":21,"\u011f":21,"\u011d":21,"\u0123":21,"\u0121":21,"\ue005":21,"c":19,"d":19,"e":19,"o":19,"q":19,"\u00f8":19,"\u0153":19,"\u00e7":19,"\u00e9":19,"\u00ea":19,"\u00eb":19,"\u00f3":19,"\u00f4":19,"\u00f6":19,"\u00f2":19,"\u00f5":19,"\u0111":19,"\u0107":19,"\u010d":19,"\u0109":19,"\u010b":19,"\u010f":19,"\u0115":19,"\u011b":19,"\u0117":19,"\u0113":19,"\u0119":19,"\u014f":19,"\u0151":19,"\u014d":19,"\u01ff":19,"\u01a1":19,"\u1eb9":19,"\u1ebb":19,"\u1ebd":19,"\u1ebf":19,"\u1ec1":19,"\u1ec3":19,"\u1ec5":19,"\u1ec7":19,"\u1ecd":19,"\u1ecf":19,"\u1ed1":19,"\u1ed3":19,"\u1ed5":19,"\u1ed7":19,"\u1ed9":19,"\u1edb":19,"\u1edd":19,"\u1edf":19,"\u1ee1":19,"\u1ee3":19,"s":18,"\u0161":18,"\u015b":18,"\u015f":18,"\u015d":18,"\u0219":18,"\uf6c2":18,"u":15,"\u00fa":15,"\u00fb":15,"\u00fc":15,"\u00f9":15,"\u016d":15,"\u0171":15,"\u016b":15,"\u0173":15,"\u016f":15,"\u0169":15,"\u01b0":15,"\u1ee5":15,"\u1ee7":15,"\u1ee9":15,"\u1eeb":15,"\u1eed":15,"\u1eef":15,"\u1ef1":15,"v":13,"w":13,"y":13,"\u00fd":13,"\u00ff":13,"\u1e83":13,"\u0175":13,"\u1e85":13,"\u1e81":13,"\u1ef3":13,"\u0233":13,"\u1ef5":13,"\u1ef7":13,"\u1ef9":13,"z":14,"\u017e":14,"\u017a":14,"\u017c":14,"b":3,"h":3,"k":3,"l":3,"\u0142":3,"\u0127":3,"\u0125":3,"\u0137":3,"\u013a":3,"\u013e":3,"\u013c":3,"\u0140":3,"m":15,"n":15,"p":15,"r":15,"\u00f1":15,"\u014b":15,"\u0138":15,"\ue006":15,"\u0144":15,"\u0148":15,"\ue007":15,"\u0146":15,"\u0155":15,"\u0159":15,"\u0157":15,"\u1ec9":15,"\u1ecb":15,"x":12,":":10,";":10,"\u203a":12,"\u00bb":12,"\u00ab":15,"\u2039":15,"-":12,"\u2013":12,"\u2014":12,"\u00ad":12,")":-10,"]":-10,"}":-10,"\"":-4,"'":-4,"\u2019":-8,"\u201d":-8,",":24,".":24,"\u2026":24,"\u03a6":12,"\u03a8":-2,"\u03a5":-5,"\u03ab":-5,"\u0394":16,"\u03a9":8,"\u03b5":13,"\u03ad":13,"\u03b1":17,"\u03b4":17,"\u03bf":17,"\u03c3":17,"\u03c6":17,"\u03c2":17,"\u03ac":17,"\u03cc":17,"\u03c1":18,"\u03c5":11,"\u03c8":11,"\u03cd":11,"\u03cb":11,"\u03b0":11,"\u00b5":8,"\u03b2":8,"\u03b7":8,"\u03ba":8,"\u03ae":8,"\u03b6":8,"\u03be":8,"\u03b9":8,"\u03af":8,"\u03ca":8,"\u0390":8,"\u03c9":11,"\u03ce":11}},"\u021c":{"d":"12,42r-5,-31v35,-6,76,-33,76,-75v0,-31,-30,-51,-60,-36r-5,-29v26,-5,54,-28,54,-58v0,-29,-38,-32,-57,-20r-7,-27v34,-24,100,-8,100,41v0,31,-18,51,-35,63v26,5,49,27,49,64v0,64,-64,104,-110,108","w":132},"\u0111":{"d":"157,-193r-22,0r2,193r-33,0v-2,-6,1,-18,-4,-21v-6,13,-19,24,-36,24v-34,0,-53,-37,-53,-90v0,-61,27,-91,55,-91v15,-1,23,9,31,19r0,-34r-47,0r0,-25r47,0r0,-31r38,0r0,31r22,0r0,25xm75,-29v23,0,22,-47,22,-79v0,-18,-5,-37,-21,-37v-19,0,-27,28,-27,59v0,35,10,57,26,57","w":153,"k":{"\u2019":-2,"\u201d":-2,",":4,".":4,"\u2026":4}},"\u014b":{"d":"80,-145v-41,9,-19,97,-24,145r-38,0r-2,-175r34,0v1,6,-1,16,2,21v25,-41,87,-28,87,40r0,102v0,52,-26,73,-57,78r-8,-30v42,-8,26,-98,26,-147v0,-18,-3,-34,-20,-34","w":156,"k":{"T":15,"\u0166":15,"\u0164":15,"\u0162":15,"\u03a4":15,"\u021a":15,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"\u021b":1,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"\"":2,"'":2,"\u2019":5,"\u201d":5}},"\u0127":{"d":"56,-157v29,-36,83,-24,83,46r0,111r-39,0r0,-109v0,-19,-4,-36,-20,-36v-42,0,-18,97,-24,145r-38,0r0,-193r-22,0r0,-25r22,0r0,-31r38,0r0,31r48,0r0,25r-48,0r0,36","w":156,"k":{"T":15,"\u0166":15,"\u0164":15,"\u0162":15,"\u03a4":15,"\u021a":15,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"\u021b":1,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"\"":2,"'":2,"\u2019":5,"\u201d":5}},"\u0138":{"d":"56,-175v1,26,-2,55,1,79v10,-30,24,-52,37,-79r41,0r-44,73r47,102r-43,0r-30,-77v-14,15,-8,50,-9,77r-38,0r0,-175r38,0","w":138,"k":{"T":10,"\u0166":10,"\u0164":10,"\u0162":10,"\u03a4":10,"\u021a":10,"a":-3,"\u00e6":-3,"\u00e1":-3,"\u00e2":-3,"\u00e4":-3,"\u00e0":-3,"\u00e5":-3,"\u00e3":-3,"\u01fb":-3,"\u0103":-3,"\u0101":-3,"\u0105":-3,"\u01fd":-3,"\u1ea1":-3,"\u1ea3":-3,"\u1ea5":-3,"\u1ea7":-3,"\u1ea9":-3,"\u1eab":-3,"\u1ead":-3,"\u1eaf":-3,"\u1eb1":-3,"\u1eb3":-3,"\u1eb5":-3,"\u1eb7":-3,"g":5,"\u011f":5,"\u011d":5,"\u0123":5,"\u0121":5,"\ue005":5,"c":5,"d":5,"e":5,"o":5,"q":5,"\u00f8":5,"\u0153":5,"\u00e7":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5,"\u0111":5,"\u0107":5,"\u010d":5,"\u0109":5,"\u010b":5,"\u010f":5,"\u0115":5,"\u011b":5,"\u0117":5,"\u0113":5,"\u0119":5,"\u014f":5,"\u0151":5,"\u014d":5,"\u01ff":5,"\u01a1":5,"\u1eb9":5,"\u1ebb":5,"\u1ebd":5,"\u1ebf":5,"\u1ec1":5,"\u1ec3":5,"\u1ec5":5,"\u1ec7":5,"\u1ecd":5,"\u1ecf":5,"\u1ed1":5,"\u1ed3":5,"\u1ed5":5,"\u1ed7":5,"\u1ed9":5,"\u1edb":5,"\u1edd":5,"\u1edf":5,"\u1ee1":5,"\u1ee3":5,"u":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u00f9":1,"\u016d":1,"\u0171":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0169":1,"\u01b0":1,"\u1ee5":1,"\u1ee7":1,"\u1ee9":1,"\u1eeb":1,"\u1eed":1,"\u1eef":1,"\u1ef1":1,"i":1,"m":1,"n":1,"p":1,"r":1,"\u0131":1,"\u00ed":1,"\u00ee":1,"\u00ef":1,"\u00ec":1,"\u00f1":1,"\u014b":1,"\u0138":1,"\u0133":1,"\u012d":1,"\u012b":1,"\u012f":1,"\u0129":1,"\ue006":1,"\u0144":1,"\u0148":1,"\ue007":1,"\u0146":1,"\u0155":1,"\u0159":1,"\u0157":1,"\u1ec9":1,"\u1ecb":1,"-":5,"\u2013":5,"\u2014":5,"\u00ad":5,"\u2019":-8,"\u201d":-8,",":-1,".":-1,"\u2026":-1}},"\u0149":{"d":"80,-145v-41,9,-19,97,-24,145r-38,0r-2,-175r34,0v1,6,-1,16,2,21v25,-41,87,-28,87,40r0,114r-39,0r0,-111v0,-18,-3,-34,-20,-34xm19,-188r-17,-10v12,-10,15,-42,0,-50r27,-4v24,11,3,61,-10,64","w":156,"k":{"T":15,"\u0166":15,"\u0164":15,"\u0162":15,"\u03a4":15,"\u021a":15,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"\u021b":1,"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,"\u1e83":3,"\u0175":3,"\u1e85":3,"\u1e81":3,"\u1ef3":3,"\u0233":3,"\u1ef5":3,"\u1ef7":3,"\u1ef9":3,"\"":2,"'":2,"\u2019":5,"\u201d":5}},"\u0167":{"d":"94,-1v-40,9,-74,-4,-69,-55r0,-34r-20,0r0,-24r20,0r0,-34r-21,0r0,-27r21,0r0,-31r39,-13r0,44r34,0r0,27r-34,0r0,34r26,0r0,24r-26,0v0,29,-4,72,30,59r0,30","w":102,"k":{"g":3,"\u011f":3,"\u011d":3,"\u0123":3,"\u0121":3,"\ue005":3,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u0153":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"\u01ff":3,"\u01a1":3,"\u1eb9":3,"\u1ebb":3,"\u1ebd":3,"\u1ebf":3,"\u1ec1":3,"\u1ec3":3,"\u1ec5":3,"\u1ec7":3,"\u1ecd":3,"\u1ecf":3,"\u1ed1":3,"\u1ed3":3,"\u1ed5":3,"\u1ed7":3,"\u1ed9":3,"\u1edb":3,"\u1edd":3,"\u1edf":3,"\u1ee1":3,"\u1ee3":3,"v":-2,"w":-2,"y":-2,"\u00fd":-2,"\u00ff":-2,"\u1e83":-2,"\u0175":-2,"\u1e85":-2,"\u1e81":-2,"\u1ef3":-2,"\u0233":-2,"\u1ef5":-2,"\u1ef7":-2,"\u1ef9":-2,"\u2018":-11,"\u201c":-11,"\u2019":-6,"\u201d":-6,",":4,".":4,"\u2026":4}},"\u021d":{"d":"9,72r-4,-31v29,-2,72,-19,72,-59v0,-24,-29,-40,-56,-28r-6,-29v25,-6,51,-17,51,-43v0,-31,-35,-32,-53,-21r-7,-28v32,-22,96,-8,96,39v0,27,-17,42,-33,53v25,5,46,23,46,54v0,58,-59,92,-106,93","w":122},"\u0132":{"d":"21,-243r39,0r0,243r-39,0r0,-243xm126,-72r0,-171r39,0r0,170v-1,73,-37,82,-85,73r4,-32v27,3,42,2,42,-40","w":182,"k":{"v":-2,"w":-2,"y":-2,"\u00fd":-2,"\u00ff":-2,"\u1e83":-2,"\u0175":-2,"\u1e85":-2,"\u1e81":-2,"\u1ef3":-2,"\u0233":-2,"\u1ef5":-2,"\u1ef7":-2,"\u1ef9":-2,",":4,".":4,"\u2026":4}},"\u0133":{"d":"56,0r-38,0r0,-175r38,0r0,175xm36,-243v12,0,21,8,21,22v0,13,-8,22,-21,22v-11,0,-20,-9,-20,-22v0,-14,9,-22,20,-22xm62,41v27,-5,32,-17,31,-62r0,-154r38,0r0,163v3,62,-22,79,-66,84xm112,-243v12,0,21,8,21,22v0,13,-8,22,-21,22v-11,0,-21,-9,-21,-22v0,-14,9,-22,21,-22","w":149,"k":{"\u2019":-5,"\u201d":-5,",":4,".":4,"\u2026":4}},"\uf638":{"d":"49,-77r44,-110v-4,-10,-10,-17,-19,-17v-19,0,-29,32,-29,87v0,14,2,27,4,40xm98,-158r-44,112v4,10,10,16,19,16v19,0,29,-32,29,-87v0,-14,-2,-28,-4,-41xm135,-235r-13,28v12,22,16,55,16,89v0,85,-29,121,-65,121v-15,0,-28,-6,-37,-16r-9,19r-15,-9r13,-26v-11,-20,-16,-52,-16,-87v0,-94,43,-148,101,-106r10,-21","w":146},"\u20ac":{"d":"64,-88v-1,48,34,70,72,51r5,31v-56,27,-115,-14,-115,-82r-18,0r0,-21v6,-1,18,4,16,-5r0,-14r-16,0r0,-21r18,0v5,-62,55,-105,113,-80r-7,32v-35,-19,-66,7,-67,48r58,0r0,21r-60,0r0,19r60,0r0,21r-59,0","w":146},"\u01fa":{"d":"83,-248v-23,0,-33,-13,-33,-27v0,-14,12,-28,34,-28v23,0,32,12,32,27v0,14,-11,28,-33,28xm83,-262v10,0,14,-6,14,-14v0,-6,-5,-14,-15,-14v-19,1,-17,27,1,28xm103,-341r43,0v-25,12,-38,36,-80,31xm104,-63r-49,0r-13,63r-37,0r54,-243r45,0r50,243r-37,0xm60,-93r40,0r-20,-111","w":161,"k":{"T":19,"\u0166":19,"\u0164":19,"\u0162":19,"\u03a4":19,"\u021a":19,"J":-10,"\u0134":-10,"M":1,"\ue001":1,"\u039c":1,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u0152":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"\u0106":6,"\u010c":6,"\u0108":6,"\u010a":6,"\u011e":6,"\u011c":6,"\u0122":6,"\u0120":6,"\ue000":6,"\u014e":6,"\u0150":6,"\u014c":6,"\u01fe":6,"\u0398":6,"\u039f":6,"\u01a0":6,"\u1ecc":6,"\u1ece":6,"\u1ed0":6,"\u1ed2":6,"\u1ed4":6,"\u1ed6":6,"\u1ed8":6,"\u1eda":6,"\u1edc":6,"\u1ede":6,"\u1ee0":6,"\u1ee2":6,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"\u016c":6,"\u0170":6,"\u016a":6,"\u0172":6,"\u016e":6,"\u0168":6,"\u01af":6,"\u1ee4":6,"\u1ee6":6,"\u1ee8":6,"\u1eea":6,"\u1eec":6,"\u1eee":6,"\u1ef0":6,"V":12,"W":12,"\u1e82":12,"\u0174":12,"\u1e84":12,"\u1e80":12,"Y":14,"\u00dd":14,"\u0178":14,"\u1ef2":14,"\u0232":14,"\u1ef4":14,"\u1ef6":14,"\u1ef8":14,"Z":-6,"\u017d":-6,"\u0179":-6,"\u017b":-6,"\u0396":-6,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":3,"\ufb01":3,"\ufb02":3,"\u00df":3,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"\ue005":2,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u0153":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"\u01ff":3,"\u01a1":3,"\u1eb9":3,"\u1ebb":3,"\u1ebd":3,"\u1ebf":3,"\u1ec1":3,"\u1ec3":3,"\u1ec5":3,"\u1ec7":3,"\u1ecd":3,"\u1ecf":3,"\u1ed1":3,"\u1ed3":3,"\u1ed5":3,"\u1ed7":3,"\u1ed9":3,"\u1edb":3,"\u1edd":3,"\u1edf":3,"\u1ee1":3,"\u1ee3":3,"s":-2,"\u0161":-2,"\u015b":-2,"\u015f":-2,"\u015d":-2,"\u0219":-2,"\uf6c2":-2,"t":3,"\u0167":3,"\u0165":3,"\u0163":3,"\u021b":3,"u":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u00f9":1,"\u016d":1,"\u0171":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0169":1,"\u01b0":1,"\u1ee5":1,"\u1ee7":1,"\u1ee9":1,"\u1eeb":1,"\u1eed":1,"\u1eef":1,"\u1ef1":1,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"\u1e83":7,"\u0175":7,"\u1e85":7,"\u1e81":7,"\u1ef3":7,"\u0233":7,"\u1ef5":7,"\u1ef7":7,"\u1ef9":7,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"\u00ab":2,"\u2039":2,")":1,"]":1,"}":1,"\"":18,"'":18,"\u2018":5,"\u201c":5,"\u2019":14,"\u201d":14}},"\u212e":{"d":"62,-46v34,57,134,55,172,3r20,0v-24,28,-64,47,-107,47v-74,0,-134,-54,-134,-121v0,-67,60,-121,134,-121v75,1,136,54,135,124r-220,2r0,66xm233,-189v-33,-57,-139,-55,-171,2v2,21,-4,49,2,66r169,-1r0,-67","w":294},"\uf730":{"d":"137,-88v0,123,-126,124,-126,0v1,-124,125,-123,126,0xm74,-27v19,0,27,-24,27,-61v0,-37,-8,-61,-27,-61v-19,0,-27,24,-27,61v0,37,9,61,27,61","w":147},"\uf731":{"d":"84,0r-38,0r-1,-140r-33,18r-7,-30v24,-10,40,-28,79,-24r0,176","w":106},"\uf732":{"d":"117,0r-111,0r0,-22v26,-26,67,-64,67,-97v0,-35,-38,-35,-57,-20r-10,-25v32,-26,103,-22,103,38v0,37,-30,69,-56,95r64,-1r0,32","w":126},"\uf733":{"d":"6,38r4,-30v31,8,67,-6,67,-35v0,-25,-25,-37,-53,-32r0,-30v24,-1,47,-11,47,-34v0,-28,-37,-29,-55,-18r-6,-28v32,-20,97,-8,97,38v0,27,-20,43,-37,51v26,5,45,25,45,53v1,53,-58,80,-109,65","w":123},"\uf734":{"d":"138,-17r-24,0r0,59r-34,0r0,-59r-76,0r0,-26r73,-134r37,0r0,130r24,0r0,30xm80,-47r1,-91v-10,33,-30,61,-44,91r43,0","w":143},"\uf735":{"d":"48,-96v36,3,67,22,67,63v1,53,-53,87,-107,71r4,-30v29,7,64,-3,64,-37v0,-33,-29,-42,-63,-41r17,-106r83,0r-4,33r-53,0","w":124},"\uf736":{"d":"123,-220r4,30v-46,5,-70,37,-73,67v30,-39,83,-14,83,50v0,48,-29,76,-63,76v-35,0,-63,-28,-63,-87v0,-72,40,-129,112,-136xm74,-114v-17,0,-25,17,-25,39v-1,66,49,69,50,5v0,-30,-11,-44,-25,-44","w":147},"\uf737":{"d":"118,-176v1,64,-49,145,-78,216r-35,-5v27,-50,65,-137,74,-178r-71,0r0,-33r110,0","w":124},"\uf738":{"d":"133,-166v0,23,-14,35,-30,51v19,11,36,28,36,55v0,40,-29,63,-64,63v-74,1,-78,-91,-28,-117v-52,-27,-27,-107,31,-107v28,0,55,19,55,55xm77,-195v-33,4,-29,58,3,67v23,-8,25,-69,-3,-67xm76,-23v15,0,26,-13,26,-33v0,-22,-13,-35,-30,-44v-29,12,-34,77,4,77","w":150},"\uf739":{"d":"19,42r-3,-29v46,-4,74,-32,77,-64v-30,35,-82,9,-82,-53v0,-46,28,-75,62,-75v35,0,63,30,63,84v0,78,-43,133,-117,137xm75,-61v16,0,23,-18,23,-40v2,-59,-48,-73,-49,-6v0,33,12,46,26,46","w":147},"\uf642":{"d":"55,-221v31,0,45,34,45,71v0,49,-23,72,-46,72v-30,0,-45,-32,-45,-71v0,-41,18,-72,46,-72xm54,-199v-14,0,-18,23,-18,50v0,28,4,50,18,50v14,0,19,-23,19,-50v0,-26,-4,-50,-19,-50xm74,4r-22,0r117,-226r21,0xm190,-140v31,0,44,34,44,71v0,49,-22,71,-45,71v-30,0,-46,-31,-46,-70v0,-41,19,-72,47,-72xm189,-119v-14,0,-19,23,-19,50v0,27,5,50,19,50v14,0,18,-23,18,-50v0,-26,-3,-50,-18,-50","w":243},"\uf639":{"d":"75,-237v47,0,63,55,63,119v0,85,-29,121,-65,121v-44,0,-64,-51,-64,-119v0,-72,22,-121,66,-121xm74,-204v-18,0,-26,32,-26,87v0,56,8,87,27,87v18,0,24,-32,24,-87v0,-52,-6,-87,-25,-87","w":146},"\uf6dc":{"d":"46,0r-1,-197r-39,21r-7,-30v26,-12,42,-33,85,-28r0,234r-38,0","w":106},"\uf63a":{"d":"121,0r-121,0r0,-26v30,-39,79,-95,79,-142v0,-41,-48,-42,-66,-24r-7,-30v9,-7,28,-15,49,-15v46,0,62,31,62,66v1,53,-42,99,-71,137r75,0r0,34","w":128,"k":{"\uf640":1,"\uf63c":6,"\uf63a":-3}},"\uf63b":{"d":"0,-8r6,-30v26,17,75,10,72,-30v-2,-30,-21,-45,-52,-43r0,-28v22,1,44,-7,46,-35v2,-35,-38,-37,-58,-21r-7,-29v34,-27,112,-8,103,42v1,25,-14,43,-34,55v22,7,41,26,41,60v0,53,-69,89,-117,59","w":125,"k":{"\uf641":5}},"\uf63c":{"d":"116,0r-34,0r0,-60r-79,0r0,-26r76,-148r37,0r0,143r24,0r0,31r-24,0r0,60xm82,-91r1,-98r-46,98r45,0","w":143,"k":{"\uf641":3}},"\uf63d":{"d":"48,-149v38,-6,72,27,72,71v0,63,-64,100,-119,71r7,-30v30,16,74,8,74,-38v0,-41,-31,-51,-69,-46r14,-113r91,0r0,33r-63,0","w":131,"k":{"\uf641":3}},"\uf63e":{"d":"122,-237r0,32v-46,-1,-71,39,-73,74v32,-42,90,-13,90,52v0,43,-21,82,-63,82v-86,0,-77,-162,-32,-204v22,-21,46,-34,78,-36xm74,-123v-14,0,-26,14,-26,38v0,39,11,59,28,59v15,0,24,-19,24,-52v0,-27,-9,-45,-26,-45","w":146,"k":{"\uf641":3}},"\uf63f":{"d":"0,-234r121,0r0,24r-75,210r-37,0r73,-200r-82,0r0,-34","w":120,"k":{"\uf63f":-13,"\uf63c":14,"\uf63b":-4,"\uf63a":-6,"\uf6dc":-8}},"\uf640":{"d":"9,-59v-1,-32,19,-50,36,-65v-52,-30,-29,-116,32,-113v60,3,74,80,24,111v58,25,42,129,-29,129v-40,0,-63,-28,-63,-62xm74,-24v16,0,26,-14,26,-38v0,-24,-14,-39,-29,-48v-31,13,-36,86,3,86xm75,-210v-14,0,-23,14,-23,32v0,20,11,31,25,39v25,-11,29,-71,-2,-71","w":146},"\uf641":{"d":"26,3r0,-33v48,0,64,-28,73,-73v-33,37,-89,9,-89,-53v0,-41,24,-81,65,-81v84,-2,70,167,28,206v-21,19,-43,33,-77,34xm74,-114v17,0,25,-11,25,-36v0,-71,-51,-80,-51,-9v0,28,9,45,26,45","w":146,"k":{"\uf63a":3}},"\ue008":{"d":"49,-77r44,-110v-4,-10,-10,-17,-19,-17v-19,0,-29,32,-29,87v0,14,2,27,4,40xm98,-158r-44,112v4,10,10,16,19,16v19,0,29,-32,29,-87v0,-14,-2,-28,-4,-41xm135,-235r-13,28v12,22,16,55,16,89v0,85,-29,121,-65,121v-15,0,-28,-6,-37,-16r-9,19r-15,-9r13,-26v-11,-20,-16,-52,-16,-87v0,-94,43,-148,101,-106r10,-21","w":146},"\uf643":{"d":"137,-88v0,123,-126,124,-126,0v1,-124,125,-123,126,0xm74,-27v19,0,27,-24,27,-61v0,-37,-8,-61,-27,-61v-19,0,-27,24,-27,61v0,37,9,61,27,61","w":147},"\uf644":{"d":"108,0r-38,0r-1,-142r-50,21r-5,-29v30,-10,50,-30,94,-26r0,176","w":147},"\uf645":{"d":"129,0r-112,0r0,-22v26,-26,67,-64,67,-97v0,-35,-38,-35,-57,-20r-9,-25v32,-27,103,-21,103,38v0,37,-31,69,-57,95r65,-1r0,32","w":147},"\uf646":{"d":"17,38r4,-30v31,7,67,-5,67,-35v0,-25,-24,-37,-52,-32r-1,-30v24,-1,47,-11,48,-34v1,-29,-38,-29,-56,-18r-5,-28v32,-20,97,-8,97,38v0,27,-20,43,-37,51v26,5,44,25,44,53v1,54,-58,80,-109,65","w":147},"\uf647":{"d":"140,-17r-24,0r0,59r-33,0r0,-59r-76,0r0,-26r72,-134r37,0r0,130r24,0r0,30xm83,-47r0,-91v-10,32,-30,61,-43,91r43,0","w":147},"\uf648":{"d":"58,-96v36,3,67,22,67,63v1,53,-52,87,-106,71r3,-30v29,7,65,-3,65,-37v1,-32,-29,-42,-63,-41r17,-106r83,0r-4,33r-53,0","w":147},"\uf649":{"d":"124,-220r3,30v-46,5,-70,37,-73,67v30,-40,84,-13,84,50v0,48,-29,76,-63,76v-35,0,-63,-28,-63,-87v0,-72,40,-129,112,-136xm75,-114v-17,0,-25,16,-25,39v-1,65,49,69,49,5v0,-30,-10,-44,-24,-44","w":147},"\uf64a":{"d":"130,-176v1,64,-48,144,-77,216r-36,-5v27,-50,66,-137,75,-178r-72,0r0,-33r110,0","w":147},"\uf64b":{"d":"131,-166v0,23,-13,35,-29,51v19,11,35,28,35,55v0,40,-29,63,-64,63v-74,1,-78,-91,-28,-117v-53,-28,-26,-107,32,-107v28,0,54,19,54,55xm76,-195v-33,4,-30,57,2,67v23,-7,26,-68,-2,-67xm74,-23v15,0,26,-13,26,-33v0,-22,-13,-35,-30,-44v-29,12,-34,77,4,77","w":147},"\uf64c":{"d":"20,42r-3,-29v47,-5,70,-30,77,-64v-30,35,-82,9,-82,-53v0,-46,28,-75,62,-75v35,0,62,30,62,84v0,78,-42,133,-116,137xm76,-61v16,0,22,-18,22,-40v0,-32,-10,-50,-25,-50v-11,0,-24,11,-24,44v0,33,13,46,27,46","w":147},"\uf653":{"d":"93,-50v-1,-27,-85,-42,-73,-78v0,-22,16,-39,42,-45r0,-30r25,0r0,27v15,0,27,5,35,9r-8,27v-14,-11,-60,-11,-58,10v0,10,7,18,32,27v56,19,52,91,-4,100r0,28r-25,0r0,-26v-16,0,-31,-6,-40,-11r7,-27v18,13,67,17,67,-11","w":147},"\uf654":{"d":"113,-51r4,26v-5,3,-14,5,-24,5r0,24r-24,0r0,-25v-69,-10,-63,-134,0,-143r0,-25r24,0r0,23v9,1,18,3,23,6r-5,26v-30,-13,-57,4,-57,42v0,41,27,53,59,41","w":147},"\uf64e":{"d":"70,-65v1,30,37,45,62,30r4,31v-47,21,-101,-10,-105,-61r-17,0r0,-19r14,0r0,-19r-14,0r0,-19r17,0v6,-49,54,-83,105,-63r-7,30v-27,-11,-58,4,-59,33r51,0r0,19r-54,0r0,19r55,0r0,19r-52,0","w":147},"\uf64f":{"d":"28,-96r0,-30r27,0v-1,-56,30,-111,87,-90r-5,28v-37,-12,-44,25,-45,62r33,0r0,30r-36,0v-5,67,-6,165,-89,134r6,-28v25,10,35,3,40,-40r7,-66r-25,0","w":147},"\uf651":{"d":"134,0r-121,0r0,-23v24,-11,36,-29,29,-57r-27,0r0,-23r22,0v-18,-60,33,-109,88,-85r-7,31v-20,-11,-50,-4,-47,28v0,8,1,17,3,26r40,0r0,23r-36,0v5,23,-6,38,-17,48r73,0r0,32","w":147},"\uf652":{"d":"91,0r-36,0r0,-41r-43,0r0,-20r43,0r0,-18r-43,0r0,-20r35,0r-42,-89r39,0r31,84v8,-27,21,-58,31,-84r37,0r-44,89r35,0r0,20r-43,0r0,18r43,0r0,20r-43,0r0,41","w":147},"\uf650":{"d":"57,-79r27,0r6,-48r-27,0xm46,8r-23,0r8,-64r-25,0r0,-23r28,0r6,-48r-26,0r0,-23r29,0r8,-62r23,0r-8,62r27,0r8,-62r23,0r-8,62r24,0r0,23r-27,0r-6,48r26,0r0,23r-29,0r-8,64r-24,0r9,-64r-27,0","w":147},"\u2070":{"d":"50,-148v-31,0,-44,-34,-44,-72v0,-41,14,-72,45,-72v33,0,44,35,44,71v0,49,-19,73,-45,73xm51,-172v10,0,15,-15,15,-48v0,-31,-5,-49,-15,-49v-10,0,-16,16,-16,49v0,33,5,48,16,48","w":100},"\u2074":{"d":"82,-150r-25,0r0,-35r-53,0r0,-18r51,-88r27,0r0,85r16,0r0,21r-16,0r0,35xm57,-206v-1,-18,3,-39,0,-55r-29,55r29,0","w":103},"\u2075":{"d":"38,-240v27,-1,48,13,48,42v0,39,-45,62,-81,44r5,-22v17,10,48,6,48,-19v0,-23,-23,-29,-46,-25r9,-71r62,0r0,25r-42,0","w":94},"\u2076":{"d":"83,-292r0,22v-29,-1,-43,18,-47,39v22,-24,59,-6,59,33v0,26,-14,50,-42,50v-57,0,-54,-97,-23,-123v15,-12,30,-21,53,-21xm51,-222v-9,0,-16,6,-16,21v0,18,6,32,17,32v10,0,15,-12,15,-29v0,-13,-5,-24,-16,-24","w":101},"\u2077":{"d":"4,-291r82,0r0,19r-49,122r-28,0r48,-116r-53,0r0,-25","w":88},"\u2078":{"d":"53,-292v39,0,52,46,19,66v38,15,25,78,-22,78v-49,0,-55,-59,-21,-76v-34,-20,-16,-68,24,-68xm52,-167v25,-3,17,-44,-3,-47v-19,6,-21,47,3,47xm51,-274v-22,3,-15,36,3,40v15,-5,17,-40,-3,-40","w":102},"\u2079":{"d":"93,-234v0,55,-23,85,-76,86r0,-23v28,2,45,-17,47,-39v-21,20,-58,3,-58,-33v0,-25,17,-49,44,-49v28,0,43,25,43,58xm49,-220v11,0,16,-6,16,-21v0,-37,-31,-41,-31,-4v0,14,5,25,15,25","w":100},"\uf6e8":{"d":"25,-148v-9,0,-16,-8,-16,-19v0,-11,8,-18,17,-18v9,0,16,6,16,18v0,11,-7,19,-17,19","w":50},"\uf6e2":{"d":"19,-125r-18,2v6,-18,11,-41,14,-58r29,-2v-6,20,-15,43,-25,58","w":50},"\uf6e4":{"d":"37,-252v2,19,57,33,47,59v0,19,-12,34,-30,38r0,23r-19,0r0,-22v-10,0,-20,-3,-26,-6r5,-22v11,9,43,12,43,-8v0,-22,-54,-31,-47,-59v0,-17,10,-31,28,-36r0,-22r18,0r0,20v10,0,19,3,24,6r-5,21v-8,-8,-40,-9,-38,8","w":93},"\uf6e0":{"d":"45,-170v-49,-4,-46,-95,0,-101r0,-22r19,0r0,21v6,0,12,2,16,4r-4,21v-20,-11,-39,2,-39,27v0,27,21,34,41,26r3,21v-4,2,-10,4,-18,4r0,21r-18,0r0,-22","w":92},"\uf6e6":{"d":"6,-228r46,0r0,20r-46,0r0,-20","w":58},"\u207d":{"d":"36,-305r21,0v-29,33,-30,141,0,176r-21,0v-30,-27,-30,-149,0,-176","w":57},"\u207e":{"d":"22,-129r-21,0v29,-35,30,-141,0,-176r21,0v31,26,31,149,0,176","w":57},"\u2080":{"d":"50,55v-31,0,-44,-34,-44,-72v0,-42,14,-72,45,-72v33,0,44,35,44,71v0,49,-19,73,-45,73xm51,31v10,0,15,-15,15,-48v0,-31,-5,-49,-15,-49v-10,0,-16,16,-16,49v0,33,5,48,16,48","w":100},"\u2081":{"d":"63,53r-28,0r-1,-115r-26,13r-5,-21v18,-8,31,-20,60,-17r0,140","w":81},"\u2082":{"d":"2,53v-3,-20,9,-25,16,-35v17,-23,36,-43,36,-62v0,-28,-31,-23,-43,-12r-7,-21v20,-22,90,-11,80,27v1,32,-29,55,-45,79r47,0r0,24r-84,0","w":93},"\u2083":{"d":"12,-60r-5,-20v21,-18,79,-7,72,24v0,15,-9,27,-23,33v48,16,30,81,-24,78v-13,0,-24,-3,-31,-7r5,-22v14,10,49,10,48,-15v-1,-17,-14,-25,-33,-24r0,-19v25,7,44,-33,13,-35v-9,0,-16,3,-22,7","w":89},"\u2084":{"d":"82,53r-25,0r0,-35r-53,0r0,-18r51,-88r27,0r0,85r16,0r0,21r-16,0r0,35xm57,-3v-1,-18,3,-39,0,-55r-29,55r29,0","w":103},"\u2085":{"d":"38,-37v27,-1,48,13,48,42v0,39,-45,62,-81,44r5,-22v17,10,48,6,48,-19v0,-23,-23,-29,-46,-25r9,-70r62,0r0,24r-42,0","w":94},"\u2086":{"d":"83,-89r0,22v-29,-1,-43,18,-47,39v22,-24,59,-6,59,33v0,26,-14,50,-42,50v-57,0,-54,-97,-23,-123v15,-12,30,-21,53,-21xm51,-19v-9,1,-16,7,-16,22v0,18,6,31,17,31v10,0,15,-12,15,-29v0,-13,-5,-24,-16,-24","w":101},"\u2087":{"d":"4,-87r82,0r0,18r-49,122r-28,0r48,-116r-53,0r0,-24","w":88},"\u2088":{"d":"53,-89v39,0,52,46,19,66v38,15,25,78,-22,78v-49,0,-55,-59,-21,-76v-34,-20,-16,-68,24,-68xm52,36v25,-3,17,-44,-3,-47v-19,6,-21,47,3,47xm51,-71v-22,3,-15,36,3,40v15,-5,17,-40,-3,-40","w":102},"\u2089":{"d":"93,-31v0,55,-23,85,-76,86r0,-23v28,1,45,-16,47,-39v-21,23,-58,4,-58,-33v0,-25,17,-49,44,-49v28,0,43,25,43,58xm49,-17v11,0,16,-6,16,-21v0,-37,-31,-41,-31,-4v0,14,5,25,15,25","w":100},"\uf6e7":{"d":"25,55v-9,0,-16,-8,-16,-19v0,-11,8,-18,17,-18v9,0,16,6,16,18v0,11,-7,19,-17,19","w":50},"\uf6e1":{"d":"19,78r-18,2v6,-18,11,-41,14,-58r29,-2v-6,20,-15,43,-25,58","w":50},"\uf6e3":{"d":"37,-49v2,18,57,33,47,59v0,19,-12,34,-30,38r0,23r-19,0r0,-22v-10,0,-20,-3,-26,-6r5,-22v11,9,43,12,43,-8v0,-21,-54,-31,-47,-59v0,-17,10,-31,28,-36r0,-22r18,0r0,20v10,0,19,3,24,6r-5,21v-8,-8,-40,-9,-38,8","w":93},"\uf6df":{"d":"45,33v-49,-4,-46,-95,0,-101r0,-22r19,0r0,21v6,0,12,2,16,4r-4,21v-20,-11,-39,2,-39,27v0,27,21,34,41,26r3,21v-4,2,-10,4,-18,4r0,21r-18,0r0,-22","w":92},"\uf6e5":{"d":"6,-25r46,0r0,20r-46,0r0,-20","w":58},"\u208d":{"d":"36,-102r21,0v-29,33,-30,141,0,176r-21,0v-30,-27,-30,-149,0,-176","w":57},"\u208e":{"d":"22,74r-21,0v29,-35,30,-141,0,-176r21,0v31,26,31,149,0,176","w":57},"\uf661":{"d":"50,-93v-31,0,-44,-33,-44,-71v0,-42,14,-73,45,-73v33,0,44,35,44,71v0,49,-19,73,-45,73xm51,-116v10,0,15,-16,15,-49v0,-31,-5,-48,-15,-48v-10,0,-16,15,-16,48v0,33,5,49,16,49","w":100},"\uf662":{"d":"63,-95r-28,0r-1,-115r-26,13r-5,-21v18,-8,31,-20,60,-17r0,140","w":81},"\uf663":{"d":"2,-95v-3,-19,9,-24,16,-34v18,-22,36,-44,36,-63v0,-28,-31,-23,-43,-12r-7,-21v7,-6,21,-12,38,-12v71,0,37,81,5,107v-2,4,-6,6,-8,11r47,0r0,24r-84,0","w":93},"\uf664":{"d":"12,-208r-5,-20v22,-18,79,-6,72,25v1,16,-11,25,-23,33v48,15,29,80,-24,77v-13,0,-24,-3,-31,-7r5,-21v14,9,49,9,48,-15v-1,-17,-14,-25,-33,-24r0,-19v25,7,44,-34,13,-36v-9,0,-16,3,-22,7","w":89},"\uf665":{"d":"82,-95r-25,0r0,-35r-53,0r0,-17r51,-89r27,0r0,85r16,0r0,21r-16,0r0,35xm57,-151v-1,-18,3,-39,0,-55r-29,55r29,0","w":103},"\uf666":{"d":"38,-185v27,-2,48,14,48,43v0,39,-46,60,-81,43r5,-22v17,10,48,6,48,-19v0,-23,-21,-26,-46,-25r9,-70r62,0r0,24r-42,0","w":94},"\uf667":{"d":"83,-237r0,23v-29,-1,-43,18,-47,39v21,-25,59,-8,59,32v0,26,-14,50,-42,50v-57,0,-54,-97,-23,-123v15,-12,30,-21,53,-21xm51,-167v-9,1,-16,7,-16,22v0,18,6,31,17,31v10,0,15,-12,15,-29v0,-13,-5,-24,-16,-24","w":101},"\uf668":{"d":"4,-235r82,0r0,18r-49,122r-28,0r48,-116r-53,0r0,-24","w":88},"\uf669":{"d":"53,-237v41,1,51,46,19,67v37,15,26,77,-22,77v-49,0,-55,-58,-21,-75v-34,-20,-15,-70,24,-69xm52,-112v26,-3,16,-43,-3,-46v-20,5,-21,46,3,46xm51,-218v-21,3,-15,36,3,39v15,-5,17,-39,-3,-39","w":102},"\uf66a":{"d":"93,-179v0,54,-22,86,-76,86r0,-23v27,2,45,-16,47,-38v-22,21,-58,3,-58,-34v0,-25,17,-49,44,-49v28,0,43,25,43,58xm49,-165v11,0,16,-5,16,-20v0,-38,-31,-42,-31,-4v0,14,5,24,15,24","w":100},"\uf66c":{"d":"25,-93v-9,0,-16,-7,-16,-18v0,-11,8,-19,17,-19v9,0,16,7,16,19v0,11,-7,18,-17,18","w":50},"\uf66b":{"d":"19,-70r-18,2v6,-18,11,-41,14,-58r29,-2v-6,20,-15,43,-25,58","w":50},"\uf62f":{"d":"37,-197v2,19,56,34,47,60v0,19,-12,33,-30,37r0,24r-19,0r0,-22v-10,0,-20,-3,-26,-6r5,-23v11,9,43,12,43,-8v0,-21,-54,-31,-47,-59v0,-17,10,-31,28,-36r0,-22r18,0r0,20v10,0,19,3,24,6r-5,22v-7,-7,-40,-10,-38,7","w":93},"\uf62e":{"d":"45,-114v-48,-5,-47,-96,0,-102r0,-21r19,0r0,20v6,0,12,2,16,4r-4,21v-21,-10,-39,2,-39,27v0,28,22,36,41,26r3,21v-4,2,-10,4,-18,4r0,21r-18,0r0,-21","w":92},"\uf630":{"d":"6,-173r46,0r0,20r-46,0r0,-20","w":58},"\uf631":{"d":"36,-249r21,0v-29,33,-30,141,0,175r-21,0v-30,-27,-30,-148,0,-175","w":57},"\uf632":{"d":"22,-74r-21,0v29,-35,30,-141,0,-175r21,0v31,25,31,148,0,175","w":57},"\uf655":{"d":"50,2v-31,0,-44,-33,-44,-71v0,-41,14,-73,45,-73v33,0,44,35,44,71v0,49,-19,73,-45,73xm51,-22v10,0,15,-15,15,-48v0,-31,-5,-49,-15,-49v-10,0,-16,16,-16,49v0,33,5,48,16,48","w":100},"\uf656":{"d":"63,0r-28,0r-1,-115r-26,13r-5,-21v18,-8,31,-20,60,-17r0,140","w":81},"\uf657":{"d":"2,0v-3,-20,9,-25,16,-35v17,-23,36,-43,36,-62v0,-28,-31,-23,-43,-12r-7,-21v7,-6,21,-12,38,-12v81,0,25,90,-3,118r47,0r0,24r-84,0","w":93},"\uf658":{"d":"12,-113r-5,-20v21,-18,79,-7,72,24v0,15,-9,27,-23,33v48,16,30,81,-24,78v-13,0,-24,-3,-31,-7r5,-22v14,10,49,10,48,-15v-1,-17,-14,-25,-33,-24r0,-19v25,7,44,-33,13,-35v-9,0,-16,3,-22,7","w":89},"\uf659":{"d":"82,0r-25,0r0,-35r-53,0r0,-18r51,-88r27,0r0,85r16,0r0,21r-16,0r0,35xm57,-56v-1,-18,3,-39,0,-55r-29,55r29,0","w":103},"\uf65a":{"d":"38,-90v27,-1,48,13,48,42v0,39,-45,62,-81,44r5,-22v17,10,48,6,48,-19v0,-23,-23,-29,-46,-25r9,-70r62,0r0,24r-42,0","w":94},"\uf65b":{"d":"83,-142r0,22v-27,1,-44,17,-47,39v22,-24,59,-6,59,33v0,26,-14,50,-42,50v-57,0,-54,-97,-23,-123v15,-12,30,-21,53,-21xm51,-72v-9,1,-16,7,-16,22v0,18,6,31,17,31v10,0,15,-12,15,-29v0,-13,-5,-24,-16,-24","w":101},"\uf65c":{"d":"4,-140r82,0r0,18r-49,122r-28,0r48,-116r-53,0r0,-24","w":88},"\uf65d":{"d":"53,-142v39,0,52,46,19,66v38,15,25,78,-22,78v-50,0,-54,-58,-21,-76v-34,-20,-16,-68,24,-68xm52,-17v25,-3,17,-44,-3,-47v-19,6,-21,47,3,47xm51,-123v-21,3,-15,36,3,39v15,-5,18,-39,-3,-39","w":102},"\uf65e":{"d":"93,-84v0,55,-23,85,-76,86r0,-23v28,2,45,-17,47,-39v-21,22,-58,4,-58,-33v0,-25,17,-49,44,-49v28,0,43,25,43,58xm49,-70v11,0,16,-6,16,-21v0,-37,-31,-41,-31,-4v0,14,5,25,15,25","w":100},"\uf660":{"d":"25,2v-9,0,-16,-8,-16,-19v0,-11,8,-18,17,-18v9,0,16,6,16,18v0,11,-7,19,-17,19","w":50},"\uf65f":{"d":"19,25r-18,2v6,-18,11,-41,14,-58r29,-2v-6,20,-15,43,-25,58","w":50},"\uf62a":{"d":"57,-40v0,-21,-54,-31,-47,-59v0,-17,10,-31,28,-36r0,-22r18,0r0,20v10,0,19,3,24,6r-5,21v-8,-8,-42,-9,-38,8v0,8,2,13,19,20v38,17,36,68,-2,77r0,23r-19,0r0,-22v-10,0,-20,-3,-26,-6r5,-22v11,9,43,12,43,-8","w":93},"\uf629":{"d":"45,-20v-49,-4,-46,-95,0,-101r0,-22r19,0r0,21v6,0,12,2,16,4r-4,21v-21,-10,-39,2,-39,27v0,27,21,34,41,26r3,21v-4,2,-10,4,-18,4r0,21r-18,0r0,-22","w":92},"\uf62b":{"d":"6,-78r46,0r0,20r-46,0r0,-20","w":58},"\uf62c":{"d":"36,-154r21,0v-30,33,-30,140,0,175r-21,0v-30,-27,-31,-148,0,-175","w":57},"\uf62d":{"d":"22,21r-21,0v29,-35,30,-141,0,-175r21,0v31,25,31,148,0,175","w":57},"\uf633":{"d":"96,-77v28,0,32,-58,38,-89v-32,-7,-49,28,-51,67v0,14,4,22,13,22xm150,-24r6,14v-70,36,-144,3,-144,-93v0,-76,47,-143,115,-143v54,0,81,41,81,90v0,65,-23,100,-56,100v-17,0,-24,-14,-26,-30v-17,41,-67,42,-69,-11v-2,-53,47,-108,105,-83r-13,69v-5,26,-1,37,9,37v16,0,32,-27,32,-76v0,-48,-20,-81,-66,-81v-49,0,-94,52,-94,129v0,80,62,108,120,78","w":218},"\uf6bc":{"d":"11,-134r338,0r0,27r-338,0r0,-27","w":360},"\uf6bb":{"d":"11,-134r158,0r0,27r-158,0r0,-27","w":180},"\uf6b4":{"d":"61,0r-42,0r5,-169r32,0xm40,-247v13,0,23,11,23,26v0,14,-9,24,-23,24v-13,0,-23,-10,-23,-24v0,-15,10,-26,23,-26","w":79},"\uf6b6":{"d":"73,-183r-38,65r38,65r-28,0r-38,-65r38,-65r28,0xm129,-183r-39,65r39,65r-29,0r-38,-65r38,-65r29,0","w":133},"\uf6b7":{"d":"43,-118r-38,-65r28,0r38,65r-37,65r-29,0xm98,-118r-38,-65r28,0r38,65r-37,65r-29,0","w":133},"\uf6b8":{"d":"73,-183r-38,65r38,65r-28,0r-38,-65r38,-65r28,0","w":77},"\uf6b9":{"d":"42,-118r-38,-65r29,0r38,65r-38,65r-29,0","w":77},"\uf6ba":{"d":"11,-138r75,0r0,28r-75,0r0,-28","w":96},"\uf6b5":{"d":"67,-247v13,0,22,11,22,26v0,14,-8,25,-22,25v-14,0,-24,-11,-24,-25v0,-15,11,-26,24,-26xm8,-49v0,-47,48,-70,41,-123r33,0v11,44,-33,80,-35,117v-1,27,31,30,49,19r7,29v-6,5,-22,10,-39,10v-42,0,-56,-27,-56,-52","w":116},"\uf6b2":{"d":"26,-24v-2,-32,24,-79,-20,-82r0,-24v44,-3,18,-50,20,-82v2,-36,22,-51,56,-50r0,25v-56,-1,7,109,-48,119v33,5,25,58,23,93v-1,16,6,26,25,26r0,25v-32,1,-54,-11,-56,-50","w":92},"\uf6b3":{"d":"66,-212v1,32,-24,79,20,82r0,24v-45,3,-18,50,-20,82v-2,39,-25,51,-57,50r0,-25v58,0,-7,-108,49,-120v-33,-5,-25,-57,-23,-93v1,-17,-8,-26,-26,-25r0,-25v34,-1,55,14,57,50","w":92},"\uf6b0":{"d":"82,26r-60,0r0,-288r60,0r0,25r-31,0r0,237r31,0r0,26","w":92},"\uf6b1":{"d":"10,-262r60,0r0,288r-60,0r0,-26r30,0r0,-237r-30,0r0,-25","w":92},"\uf6ae":{"d":"56,-264r29,0v-48,55,-49,236,0,292r-29,0v-19,-27,-40,-75,-40,-145v0,-71,21,-120,40,-147","w":92},"\uf6af":{"d":"36,28r-28,0v47,-56,48,-235,0,-292r28,0v19,27,40,75,40,146v0,71,-21,118,-40,146","w":92},"\uf6bd":{"d":"39,-96v-13,0,-24,-10,-24,-26v0,-15,11,-27,24,-27v13,0,23,11,23,27v0,16,-9,26,-23,26","w":77},"\u2264":{"d":"192,-38r-169,-67r0,-25r169,-68r0,28r-135,53r135,52r0,27xm192,0r-169,0r0,-24r169,0r0,24","w":214},"\u2265":{"d":"192,-105r-169,67r0,-27r134,-53r-134,-52r0,-28r169,68r0,25xm192,0r-169,0r0,-24r169,0r0,24","w":214},"\u2248":{"d":"63,-156v42,1,48,24,88,26v16,0,33,-11,42,-20r13,19v-12,13,-33,26,-55,26v-42,-1,-48,-23,-88,-25v-17,0,-33,10,-43,19r-12,-19v12,-12,32,-26,55,-26xm64,-82v42,1,48,23,88,25v17,0,33,-11,43,-20r12,19v-12,13,-32,26,-55,26v-42,-1,-48,-23,-88,-25v-17,0,-33,11,-42,20r-13,-20v12,-12,32,-25,55,-25","w":214},"\u2260":{"d":"200,-48r-111,0r-26,42r-27,0r27,-42r-49,0r0,-25r64,0r31,-48r-95,0r0,-25r111,0r26,-42r27,0r-26,42r48,0r0,25r-65,0r-30,48r95,0r0,25","w":214},"\u221e":{"d":"196,-40v-26,0,-46,-20,-64,-37v-18,17,-36,37,-66,37v-32,0,-54,-23,-54,-55v0,-30,23,-55,56,-55v27,0,47,21,65,38v18,-18,36,-38,66,-38v32,0,54,23,54,55v0,30,-24,55,-57,55xm197,-64v17,0,29,-15,29,-31v0,-18,-12,-31,-29,-31v-19,0,-35,18,-48,31v13,13,28,31,48,31xm68,-64v19,0,35,-17,48,-30v-13,-13,-27,-32,-47,-32v-17,0,-30,14,-30,31v0,17,12,31,29,31","w":264},"\u25ca":{"d":"160,-117r-59,126r-27,0r-59,-126r59,-126r27,0xm129,-116r-42,-96v-12,33,-28,62,-41,94v13,32,30,61,41,96v16,-28,27,-63,42,-94","w":175},"\u222b":{"d":"43,-200v0,-62,17,-95,68,-85r-5,25v-31,-6,-32,20,-32,62v0,54,3,108,3,166v0,61,-16,97,-68,85r5,-26v33,3,32,-15,32,-59v0,-58,-3,-113,-3,-168","w":118},"\u2202":{"d":"27,-221r-12,-26v64,-41,133,-4,132,107v0,100,-40,143,-80,143v-36,0,-58,-29,-58,-75v0,-74,58,-114,100,-73v3,-73,-38,-104,-82,-76xm70,-29v19,0,35,-39,36,-83v-5,-12,-13,-20,-24,-20v-20,0,-35,27,-35,61v0,30,10,42,23,42","w":135},"\u220f":{"d":"167,-201r-22,0r0,233r-35,0r0,-233r-51,0r0,233r-35,0r0,-233r-23,0r0,-33r166,0r0,33","w":171},"\u221a":{"d":"188,-299r-69,329r-27,0r-45,-150r-26,9r-7,-19r52,-19r38,141r57,-291r27,0","w":192},"\u2211":{"d":"141,32r-137,0r0,-24r62,-109r-60,-109r0,-24r129,0r0,33r-82,1r51,97r-56,102r93,0r0,33","w":143},"\u2206":{"d":"150,0r-143,0r0,-20r52,-215r41,0r50,214r0,21xm112,-33r-34,-160r-34,160r68,0","w":156},"\u2126":{"d":"93,-246v91,0,86,163,44,214r34,0r0,32r-71,0r0,-24v29,-26,46,-178,-9,-188v-56,7,-38,162,-10,188r0,24r-71,0r0,-32v11,-1,26,2,35,-1v-48,-53,-41,-213,48,-213","w":181},"\u03c0":{"d":"150,-144r-16,0v1,45,-3,107,4,144r-36,0v-11,-33,-4,-99,-6,-144r-30,0v0,40,-5,105,-17,144r-36,0v11,-41,16,-103,16,-144v-10,0,-17,0,-21,1r-5,-23v27,-15,106,-7,151,-9","w":158,"k":{"\u0390":-11,"\u03ca":-6,"\u03b5":1,"\u03ad":1,"\u03b3":-5,"\u03bd":-5,"\u03bb":3,"\u03b1":2,"\u03b4":2,"\u03bf":2,"\u03c3":2,"\u03c6":2,"\u03c2":2,"\u03ac":2,"\u03cc":2,"\u03c0":-3,"\u03c1":2,"\u03c4":-3,"\u203a":-8,"\u00bb":-8,")":5,"]":5,"}":5,",":5,".":5,"\u2026":5,"\"":1,"'":1,"\u2019":-10,"\u201d":-10}},"\u01fb":{"d":"87,-294r36,0r-42,35r-25,0xm68,-178v85,2,47,102,59,178r-35,0v-1,-6,0,-14,-3,-18v-24,39,-81,20,-81,-31v0,-45,38,-64,78,-64v6,-38,-36,-44,-59,-26r-8,-26v9,-5,28,-13,49,-13xm63,-26v24,2,26,-33,24,-62v-15,0,-42,4,-42,35v0,20,10,27,18,27xm72,-187v-23,0,-35,-14,-35,-31v0,-18,11,-33,35,-33v22,0,35,14,35,32v0,18,-13,32,-35,32xm72,-201v23,-1,21,-36,-1,-36v-19,2,-19,34,1,36","w":142},"\u0102":{"d":"103,-63r-48,0r-13,63r-37,0r54,-243r45,0r50,243r-38,0xm60,-93r39,0r-19,-111xm40,-294r21,0v1,9,8,16,20,16v12,0,19,-6,20,-16r21,0v0,23,-14,39,-41,39v-27,0,-41,-16,-41,-39","w":161,"k":{"T":19,"\u0166":19,"\u0164":19,"\u0162":19,"\u03a4":19,"\u021a":19,"J":-10,"\u0134":-10,"M":1,"\ue001":1,"\u039c":1,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u0152":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"\u0106":6,"\u010c":6,"\u0108":6,"\u010a":6,"\u011e":6,"\u011c":6,"\u0122":6,"\u0120":6,"\ue000":6,"\u014e":6,"\u0150":6,"\u014c":6,"\u01fe":6,"\u0398":6,"\u039f":6,"\u01a0":6,"\u1ecc":6,"\u1ece":6,"\u1ed0":6,"\u1ed2":6,"\u1ed4":6,"\u1ed6":6,"\u1ed8":6,"\u1eda":6,"\u1edc":6,"\u1ede":6,"\u1ee0":6,"\u1ee2":6,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"\u016c":6,"\u0170":6,"\u016a":6,"\u0172":6,"\u016e":6,"\u0168":6,"\u01af":6,"\u1ee4":6,"\u1ee6":6,"\u1ee8":6,"\u1eea":6,"\u1eec":6,"\u1eee":6,"\u1ef0":6,"V":12,"W":12,"\u1e82":12,"\u0174":12,"\u1e84":12,"\u1e80":12,"Y":14,"\u00dd":14,"\u0178":14,"\u1ef2":14,"\u0232":14,"\u1ef4":14,"\u1ef6":14,"\u1ef8":14,"Z":-6,"\u017d":-6,"\u0179":-6,"\u017b":-6,"\u0396":-6,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":3,"\ufb01":3,"\ufb02":3,"\u00df":3,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"\ue005":2,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u0153":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"\u01ff":3,"\u01a1":3,"\u1eb9":3,"\u1ebb":3,"\u1ebd":3,"\u1ebf":3,"\u1ec1":3,"\u1ec3":3,"\u1ec5":3,"\u1ec7":3,"\u1ecd":3,"\u1ecf":3,"\u1ed1":3,"\u1ed3":3,"\u1ed5":3,"\u1ed7":3,"\u1ed9":3,"\u1edb":3,"\u1edd":3,"\u1edf":3,"\u1ee1":3,"\u1ee3":3,"s":-2,"\u0161":-2,"\u015b":-2,"\u015f":-2,"\u015d":-2,"\u0219":-2,"\uf6c2":-2,"t":3,"\u0167":3,"\u0165":3,"\u0163":3,"\u021b":3,"u":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u00f9":1,"\u016d":1,"\u0171":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0169":1,"\u01b0":1,"\u1ee5":1,"\u1ee7":1,"\u1ee9":1,"\u1eeb":1,"\u1eed":1,"\u1eef":1,"\u1ef1":1,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"\u1e83":7,"\u0175":7,"\u1e85":7,"\u1e81":7,"\u1ef3":7,"\u0233":7,"\u1ef5":7,"\u1ef7":7,"\u1ef9":7,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"\u00ab":2,"\u2039":2,")":1,"]":1,"}":1,"\"":18,"'":18,"\u2018":5,"\u201c":5,"\u2019":14,"\u201d":14}},"\u0100":{"d":"103,-63r-48,0r-13,63r-37,0r54,-243r45,0r50,243r-38,0xm60,-93r39,0r-19,-111xm40,-289r81,0r0,24r-81,0r0,-24","w":161,"k":{"T":19,"\u0166":19,"\u0164":19,"\u0162":19,"\u03a4":19,"\u021a":19,"J":-10,"\u0134":-10,"M":1,"\ue001":1,"\u039c":1,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u0152":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"\u0106":6,"\u010c":6,"\u0108":6,"\u010a":6,"\u011e":6,"\u011c":6,"\u0122":6,"\u0120":6,"\ue000":6,"\u014e":6,"\u0150":6,"\u014c":6,"\u01fe":6,"\u0398":6,"\u039f":6,"\u01a0":6,"\u1ecc":6,"\u1ece":6,"\u1ed0":6,"\u1ed2":6,"\u1ed4":6,"\u1ed6":6,"\u1ed8":6,"\u1eda":6,"\u1edc":6,"\u1ede":6,"\u1ee0":6,"\u1ee2":6,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"\u016c":6,"\u0170":6,"\u016a":6,"\u0172":6,"\u016e":6,"\u0168":6,"\u01af":6,"\u1ee4":6,"\u1ee6":6,"\u1ee8":6,"\u1eea":6,"\u1eec":6,"\u1eee":6,"\u1ef0":6,"V":12,"W":12,"\u1e82":12,"\u0174":12,"\u1e84":12,"\u1e80":12,"Y":14,"\u00dd":14,"\u0178":14,"\u1ef2":14,"\u0232":14,"\u1ef4":14,"\u1ef6":14,"\u1ef8":14,"Z":-6,"\u017d":-6,"\u0179":-6,"\u017b":-6,"\u0396":-6,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":3,"\ufb01":3,"\ufb02":3,"\u00df":3,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"\ue005":2,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u0153":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"\u01ff":3,"\u01a1":3,"\u1eb9":3,"\u1ebb":3,"\u1ebd":3,"\u1ebf":3,"\u1ec1":3,"\u1ec3":3,"\u1ec5":3,"\u1ec7":3,"\u1ecd":3,"\u1ecf":3,"\u1ed1":3,"\u1ed3":3,"\u1ed5":3,"\u1ed7":3,"\u1ed9":3,"\u1edb":3,"\u1edd":3,"\u1edf":3,"\u1ee1":3,"\u1ee3":3,"s":-2,"\u0161":-2,"\u015b":-2,"\u015f":-2,"\u015d":-2,"\u0219":-2,"\uf6c2":-2,"t":3,"\u0167":3,"\u0165":3,"\u0163":3,"\u021b":3,"u":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u00f9":1,"\u016d":1,"\u0171":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0169":1,"\u01b0":1,"\u1ee5":1,"\u1ee7":1,"\u1ee9":1,"\u1eeb":1,"\u1eed":1,"\u1eef":1,"\u1ef1":1,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"\u1e83":7,"\u0175":7,"\u1e85":7,"\u1e81":7,"\u1ef3":7,"\u0233":7,"\u1ef5":7,"\u1ef7":7,"\u1ef9":7,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"\u00ab":2,"\u2039":2,")":1,"]":1,"}":1,"\"":18,"'":18,"\u2018":5,"\u201c":5,"\u2019":14,"\u201d":14}},"\u0104":{"d":"104,-243r50,243v-26,-5,-35,44,-11,47v6,0,11,-1,15,-2r5,19v-23,18,-62,9,-62,-23v0,-18,10,-34,15,-42r-12,-62r-49,0r-13,63r-37,0r54,-243r45,0xm60,-93r40,0r-20,-111","w":161,"k":{"T":19,"\u0166":19,"\u0164":19,"\u0162":19,"\u03a4":19,"\u021a":19,"J":-10,"\u0134":-10,"M":1,"\ue001":1,"\u039c":1,"C":6,"G":6,"O":6,"Q":6,"\u00d8":6,"\u0152":6,"\u00c7":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"\u0106":6,"\u010c":6,"\u0108":6,"\u010a":6,"\u011e":6,"\u011c":6,"\u0122":6,"\u0120":6,"\ue000":6,"\u014e":6,"\u0150":6,"\u014c":6,"\u01fe":6,"\u0398":6,"\u039f":6,"\u01a0":6,"\u1ecc":6,"\u1ece":6,"\u1ed0":6,"\u1ed2":6,"\u1ed4":6,"\u1ed6":6,"\u1ed8":6,"\u1eda":6,"\u1edc":6,"\u1ede":6,"\u1ee0":6,"\u1ee2":6,"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,"\u016c":6,"\u0170":6,"\u016a":6,"\u0172":6,"\u016e":6,"\u0168":6,"\u01af":6,"\u1ee4":6,"\u1ee6":6,"\u1ee8":6,"\u1eea":6,"\u1eec":6,"\u1eee":6,"\u1ef0":6,"V":12,"W":12,"\u1e82":12,"\u0174":12,"\u1e84":12,"\u1e80":12,"Y":14,"\u00dd":14,"\u0178":14,"\u1ef2":14,"\u0232":14,"\u1ef4":14,"\u1ef6":14,"\u1ef8":14,"Z":-6,"\u017d":-6,"\u0179":-6,"\u017b":-6,"\u0396":-6,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":3,"\ufb01":3,"\ufb02":3,"\u00df":3,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"\ue005":2,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f8":3,"\u0153":3,"\u00e7":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"\u01ff":3,"\u01a1":3,"\u1eb9":3,"\u1ebb":3,"\u1ebd":3,"\u1ebf":3,"\u1ec1":3,"\u1ec3":3,"\u1ec5":3,"\u1ec7":3,"\u1ecd":3,"\u1ecf":3,"\u1ed1":3,"\u1ed3":3,"\u1ed5":3,"\u1ed7":3,"\u1ed9":3,"\u1edb":3,"\u1edd":3,"\u1edf":3,"\u1ee1":3,"\u1ee3":3,"s":-2,"\u0161":-2,"\u015b":-2,"\u015f":-2,"\u015d":-2,"\u0219":-2,"\uf6c2":-2,"t":3,"\u0167":3,"\u0165":3,"\u0163":3,"\u021b":3,"u":1,"\u00fa":1,"\u00fb":1,"\u00fc":1,"\u00f9":1,"\u016d":1,"\u0171":1,"\u016b":1,"\u0173":1,"\u016f":1,"\u0169":1,"\u01b0":1,"\u1ee5":1,"\u1ee7":1,"\u1ee9":1,"\u1eeb":1,"\u1eed":1,"\u1eef":1,"\u1ef1":1,"v":7,"w":7,"y":7,"\u00fd":7,"\u00ff":7,"\u1e83":7,"\u0175":7,"\u1e85":7,"\u1e81":7,"\u1ef3":7,"\u0233":7,"\u1ef5":7,"\u1ef7":7,"\u1ef9":7,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"\u00ab":2,"\u2039":2,")":1,"]":1,"}":1,"\"":18,"'":18,"\u2018":5,"\u201c":5,"\u2019":14,"\u201d":14}},"\u0106":{"d":"128,-36r5,32v-72,23,-126,-24,-123,-114v4,-107,58,-141,124,-121r-7,33v-44,-16,-76,7,-76,85v0,77,28,99,77,85xm102,-296r41,0r-45,40r-28,0","w":138,"k":{"\u0127":-11,"\u0152":5,"T":-6,"\u0166":-6,"\u0164":-6,"\u0162":-6,"\u03a4":-6,"\u021a":-6,"J":-10,"\u0134":-10,"C":5,"G":5,"O":5,"Q":5,"\u00d8":5,"\u00c7":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"\u0106":5,"\u010c":5,"\u0108":5,"\u010a":5,"\u011e":5,"\u011c":5,"\u0122":5,"\u0120":5,"\ue000":5,"\u014e":5,"\u0150":5,"\u014c":5,"\u01fe":5,"\u0398":5,"\u039f":5,"\u01a0":5,"\u1ecc":5,"\u1ece":5,"\u1ed0":5,"\u1ed2":5,"\u1ed4":5,"\u1ed6":5,"\u1ed8":5,"\u1eda":5,"\u1edc":5,"\u1ede":5,"\u1ee0":5,"\u1ee2":5,"V":-6,"W":-6,"\u1e82":-6,"\u0174":-6,"\u1e84":-6,"\u1e80":-6,"Y":-12,"\u00dd":-12,"\u0178":-12,"\u1ef2":-12,"\u0232":-12,"\u1ef4":-12,"\u1ef6":-12,"\u1ef8":-12,"A":-4,"\u00c6":-4,"\u00c1":-4,"\u00c2":-4,"\u00c4":-4,"\u00c0":-4,"\u00c5":-4,"\u00c3":-4,"\u01fa":-4,"\u0102":-4,"\u0100":-4,"\u0104":-4,"\u01fc":-4,"\u0391":-4,"\u039b":-4,"\u1ea0":-4,"\u1ea2":-4,"\u1ea4":-4,"\u1ea6":-4,"\u1ea8":-4,"\u1eaa":-4,"\u1eac":-4,"\u1eae":-4,"\u1eb0":-4,"\u1eb2":-4,"\u1eb4":-4,"\u1eb6":-4,"X":-8,"\u03a7":-8,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u0153":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"\u01ff":4,"\u01a1":4,"\u1eb9":4,"\u1ebb":4,"\u1ebd":4,"\u1ebf":4,"\u1ec1":4,"\u1ec3":4,"\u1ec5":4,"\u1ec7":4,"\u1ecd":4,"\u1ecf":4,"\u1ed1":4,"\u1ed3":4,"\u1ed5":4,"\u1ed7":4,"\u1ed9":4,"\u1edb":4,"\u1edd":4,"\u1edf":4,"\u1ee1":4,"\u1ee3":4,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"\u016d":2,"\u0171":2,"\u016b":2,"\u0173":2,"\u016f":2,"\u0169":2,"\u01b0":2,"\u1ee5":2,"\u1ee7":2,"\u1ee9":2,"\u1eeb":2,"\u1eed":2,"\u1eef":2,"\u1ef1":2,"v":9,"w":9,"y":9,"\u00fd":9,"\u00ff":9,"\u1e83":9,"\u0175":9,"\u1e85":9,"\u1e81":9,"\u1ef3":9,"\u0233":9,"\u1ef5":9,"\u1ef7":9,"\u1ef9":9,"z":-6,"\u017e":-6,"\u017a":-6,"\u017c":-6,"\u00ab":1,"\u2039":1,")":-4,"]":-4,"}":-4,"\"":-6,"'":-6,"\u2019":-2,"\u201d":-2}},"\u010c":{"d":"128,-36r5,32v-72,23,-126,-24,-123,-114v4,-107,58,-141,124,-121r-7,33v-44,-16,-76,7,-76,85v0,77,28,99,77,85xm107,-256r-31,0r-31,-37r30,0v6,6,10,15,17,20r16,-20r29,0","w":138,"k":{"\u0127":-11,"\u0152":5,"T":-6,"\u0166":-6,"\u0164":-6,"\u0162":-6,"\u03a4":-6,"\u021a":-6,"J":-10,"\u0134":-10,"C":5,"G":5,"O":5,"Q":5,"\u00d8":5,"\u00c7":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"\u0106":5,"\u010c":5,"\u0108":5,"\u010a":5,"\u011e":5,"\u011c":5,"\u0122":5,"\u0120":5,"\ue000":5,"\u014e":5,"\u0150":5,"\u014c":5,"\u01fe":5,"\u0398":5,"\u039f":5,"\u01a0":5,"\u1ecc":5,"\u1ece":5,"\u1ed0":5,"\u1ed2":5,"\u1ed4":5,"\u1ed6":5,"\u1ed8":5,"\u1eda":5,"\u1edc":5,"\u1ede":5,"\u1ee0":5,"\u1ee2":5,"V":-6,"W":-6,"\u1e82":-6,"\u0174":-6,"\u1e84":-6,"\u1e80":-6,"Y":-12,"\u00dd":-12,"\u0178":-12,"\u1ef2":-12,"\u0232":-12,"\u1ef4":-12,"\u1ef6":-12,"\u1ef8":-12,"A":-4,"\u00c6":-4,"\u00c1":-4,"\u00c2":-4,"\u00c4":-4,"\u00c0":-4,"\u00c5":-4,"\u00c3":-4,"\u01fa":-4,"\u0102":-4,"\u0100":-4,"\u0104":-4,"\u01fc":-4,"\u0391":-4,"\u039b":-4,"\u1ea0":-4,"\u1ea2":-4,"\u1ea4":-4,"\u1ea6":-4,"\u1ea8":-4,"\u1eaa":-4,"\u1eac":-4,"\u1eae":-4,"\u1eb0":-4,"\u1eb2":-4,"\u1eb4":-4,"\u1eb6":-4,"X":-8,"\u03a7":-8,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u0153":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"\u01ff":4,"\u01a1":4,"\u1eb9":4,"\u1ebb":4,"\u1ebd":4,"\u1ebf":4,"\u1ec1":4,"\u1ec3":4,"\u1ec5":4,"\u1ec7":4,"\u1ecd":4,"\u1ecf":4,"\u1ed1":4,"\u1ed3":4,"\u1ed5":4,"\u1ed7":4,"\u1ed9":4,"\u1edb":4,"\u1edd":4,"\u1edf":4,"\u1ee1":4,"\u1ee3":4,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"\u016d":2,"\u0171":2,"\u016b":2,"\u0173":2,"\u016f":2,"\u0169":2,"\u01b0":2,"\u1ee5":2,"\u1ee7":2,"\u1ee9":2,"\u1eeb":2,"\u1eed":2,"\u1eef":2,"\u1ef1":2,"v":9,"w":9,"y":9,"\u00fd":9,"\u00ff":9,"\u1e83":9,"\u0175":9,"\u1e85":9,"\u1e81":9,"\u1ef3":9,"\u0233":9,"\u1ef5":9,"\u1ef7":9,"\u1ef9":9,"z":-6,"\u017e":-6,"\u017a":-6,"\u017c":-6,"\u00ab":1,"\u2039":1,")":-4,"]":-4,"}":-4,"\"":-6,"'":-6,"\u2019":-2,"\u201d":-2}},"\u0108":{"d":"128,-36r5,32v-72,23,-126,-24,-123,-114v4,-107,58,-141,124,-121r-7,33v-44,-16,-76,7,-76,85v0,77,28,99,77,85xm72,-293r31,0r31,37r-30,0v-6,-6,-10,-14,-17,-19r-16,19r-29,0","w":138,"k":{"\u0127":-11,"\u0152":5,"T":-6,"\u0166":-6,"\u0164":-6,"\u0162":-6,"\u03a4":-6,"\u021a":-6,"J":-10,"\u0134":-10,"C":5,"G":5,"O":5,"Q":5,"\u00d8":5,"\u00c7":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"\u0106":5,"\u010c":5,"\u0108":5,"\u010a":5,"\u011e":5,"\u011c":5,"\u0122":5,"\u0120":5,"\ue000":5,"\u014e":5,"\u0150":5,"\u014c":5,"\u01fe":5,"\u0398":5,"\u039f":5,"\u01a0":5,"\u1ecc":5,"\u1ece":5,"\u1ed0":5,"\u1ed2":5,"\u1ed4":5,"\u1ed6":5,"\u1ed8":5,"\u1eda":5,"\u1edc":5,"\u1ede":5,"\u1ee0":5,"\u1ee2":5,"V":-6,"W":-6,"\u1e82":-6,"\u0174":-6,"\u1e84":-6,"\u1e80":-6,"Y":-12,"\u00dd":-12,"\u0178":-12,"\u1ef2":-12,"\u0232":-12,"\u1ef4":-12,"\u1ef6":-12,"\u1ef8":-12,"A":-4,"\u00c6":-4,"\u00c1":-4,"\u00c2":-4,"\u00c4":-4,"\u00c0":-4,"\u00c5":-4,"\u00c3":-4,"\u01fa":-4,"\u0102":-4,"\u0100":-4,"\u0104":-4,"\u01fc":-4,"\u0391":-4,"\u039b":-4,"\u1ea0":-4,"\u1ea2":-4,"\u1ea4":-4,"\u1ea6":-4,"\u1ea8":-4,"\u1eaa":-4,"\u1eac":-4,"\u1eae":-4,"\u1eb0":-4,"\u1eb2":-4,"\u1eb4":-4,"\u1eb6":-4,"X":-8,"\u03a7":-8,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u0153":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"\u01ff":4,"\u01a1":4,"\u1eb9":4,"\u1ebb":4,"\u1ebd":4,"\u1ebf":4,"\u1ec1":4,"\u1ec3":4,"\u1ec5":4,"\u1ec7":4,"\u1ecd":4,"\u1ecf":4,"\u1ed1":4,"\u1ed3":4,"\u1ed5":4,"\u1ed7":4,"\u1ed9":4,"\u1edb":4,"\u1edd":4,"\u1edf":4,"\u1ee1":4,"\u1ee3":4,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"\u016d":2,"\u0171":2,"\u016b":2,"\u0173":2,"\u016f":2,"\u0169":2,"\u01b0":2,"\u1ee5":2,"\u1ee7":2,"\u1ee9":2,"\u1eeb":2,"\u1eed":2,"\u1eef":2,"\u1ef1":2,"v":9,"w":9,"y":9,"\u00fd":9,"\u00ff":9,"\u1e83":9,"\u0175":9,"\u1e85":9,"\u1e81":9,"\u1ef3":9,"\u0233":9,"\u1ef5":9,"\u1ef7":9,"\u1ef9":9,"z":-6,"\u017e":-6,"\u017a":-6,"\u017c":-6,"\u00ab":1,"\u2039":1,")":-4,"]":-4,"}":-4,"\"":-6,"'":-6,"\u2019":-2,"\u201d":-2}},"\u010a":{"d":"128,-36r5,32v-72,23,-126,-24,-123,-114v4,-107,58,-141,124,-121r-7,33v-44,-16,-76,7,-76,85v0,77,28,99,77,85xm89,-258v-10,0,-19,-9,-19,-20v0,-11,9,-19,20,-19v11,0,19,8,19,19v0,11,-9,20,-20,20","w":138,"k":{"\u0127":-11,"\u0152":5,"T":-6,"\u0166":-6,"\u0164":-6,"\u0162":-6,"\u03a4":-6,"\u021a":-6,"J":-10,"\u0134":-10,"C":5,"G":5,"O":5,"Q":5,"\u00d8":5,"\u00c7":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"\u0106":5,"\u010c":5,"\u0108":5,"\u010a":5,"\u011e":5,"\u011c":5,"\u0122":5,"\u0120":5,"\ue000":5,"\u014e":5,"\u0150":5,"\u014c":5,"\u01fe":5,"\u0398":5,"\u039f":5,"\u01a0":5,"\u1ecc":5,"\u1ece":5,"\u1ed0":5,"\u1ed2":5,"\u1ed4":5,"\u1ed6":5,"\u1ed8":5,"\u1eda":5,"\u1edc":5,"\u1ede":5,"\u1ee0":5,"\u1ee2":5,"V":-6,"W":-6,"\u1e82":-6,"\u0174":-6,"\u1e84":-6,"\u1e80":-6,"Y":-12,"\u00dd":-12,"\u0178":-12,"\u1ef2":-12,"\u0232":-12,"\u1ef4":-12,"\u1ef6":-12,"\u1ef8":-12,"A":-4,"\u00c6":-4,"\u00c1":-4,"\u00c2":-4,"\u00c4":-4,"\u00c0":-4,"\u00c5":-4,"\u00c3":-4,"\u01fa":-4,"\u0102":-4,"\u0100":-4,"\u0104":-4,"\u01fc":-4,"\u0391":-4,"\u039b":-4,"\u1ea0":-4,"\u1ea2":-4,"\u1ea4":-4,"\u1ea6":-4,"\u1ea8":-4,"\u1eaa":-4,"\u1eac":-4,"\u1eae":-4,"\u1eb0":-4,"\u1eb2":-4,"\u1eb4":-4,"\u1eb6":-4,"X":-8,"\u03a7":-8,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f8":4,"\u0153":4,"\u00e7":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"\u01ff":4,"\u01a1":4,"\u1eb9":4,"\u1ebb":4,"\u1ebd":4,"\u1ebf":4,"\u1ec1":4,"\u1ec3":4,"\u1ec5":4,"\u1ec7":4,"\u1ecd":4,"\u1ecf":4,"\u1ed1":4,"\u1ed3":4,"\u1ed5":4,"\u1ed7":4,"\u1ed9":4,"\u1edb":4,"\u1edd":4,"\u1edf":4,"\u1ee1":4,"\u1ee3":4,"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"\u016d":2,"\u0171":2,"\u016b":2,"\u0173":2,"\u016f":2,"\u0169":2,"\u01b0":2,"\u1ee5":2,"\u1ee7":2,"\u1ee9":2,"\u1eeb":2,"\u1eed":2,"\u1eef":2,"\u1ef1":2,"v":9,"w":9,"y":9,"\u00fd":9,"\u00ff":9,"\u1e83":9,"\u0175":9,"\u1e85":9,"\u1e81":9,"\u1ef3":9,"\u0233":9,"\u1ef5":9,"\u1ef7":9,"\u1ef9":9,"z":-6,"\u017e":-6,"\u017a":-6,"\u017c":-6,"\u00ab":1,"\u2039":1,")":-4,"]":-4,"}":-4,"\"":-6,"'":-6,"\u2019":-2,"\u201d":-2}},"\u010e":{"d":"159,-126v0,101,-44,138,-138,125r0,-238v85,-18,138,17,138,113xm59,-212r0,181v40,5,61,-16,61,-95v0,-60,-16,-93,-61,-86xm90,-256r-31,0r-31,-37r30,0r17,20r16,-20r29,0","w":169,"k":{"\u0142":-5,"T":5,"\u0166":5,"\u0164":5,"\u0162":5,"\u03a4":5,"\u021a":5,"J":2,"\u0134":2,"V":1,"W":1,"\u1e82":1,"\u0174":1,"\u1e84":1,"\u1e80":1,"Y":3,"\u00dd":3,"\u0178":3,"\u1ef2":3,"\u0232":3,"\u1ef4":3,"\u1ef6":3,"\u1ef8":3,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"\u01fa":6,"\u0102":6,"\u0100":6,"\u0104":6,"\u01fc":6,"\u0391":6,"\u039b":6,"\u1ea0":6,"\u1ea2":6,"\u1ea4":6,"\u1ea6":6,"\u1ea8":6,"\u1eaa":6,"\u1eac":6,"\u1eae":6,"\u1eb0":6,"\u1eb2":6,"\u1eb4":6,"\u1eb6":6,"X":1,"\u03a7":1,"a":-1,"\u00e6":-1,"\u00e1":-1,"\u00e2":-1,"\u00e4":-1,"\u00e0":-1,"\u00e5":-1,"\u00e3":-1,"\u01fb":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"\u01fd":-1,"\u1ea1":-1,"\u1ea3":-1,"\u1ea5":-1,"\u1ea7":-1,"\u1ea9":-1,"\u1eab":-1,"\u1ead":-1,"\u1eaf":-1,"\u1eb1":-1,"\u1eb3":-1,"\u1eb5":-1,"\u1eb7":-1,"f":-5,"\ufb01":-5,"\ufb02":-5,"\u00df":-5,"g":-2,"\u011f":-2,"\u011d":-2,"\u0123":-2,"\u0121":-2,"\ue005":-2,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u00f8":-2,"\u0153":-2,"\u00e7":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00e8":-2,"\u00f3":-2,"\u00f4":-2,"\u00f6":-2,"\u00f2":-2,"\u00f5":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2,"\u01ff":-2,"\u01a1":-2,"\u1eb9":-2,"\u1ebb":-2,"\u1ebd":-2,"\u1ebf":-2,"\u1ec1":-2,"\u1ec3":-2,"\u1ec5":-2,"\u1ec7":-2,"\u1ecd":-2,"\u1ecf":-2,"\u1ed1":-2,"\u1ed3":-2,"\u1ed5":-2,"\u1ed7":-2,"\u1ed9":-2,"\u1edb":-2,"\u1edd":-2,"\u1edf":-2,"\u1ee1":-2,"\u1ee3":-2,"t"
