function createCookie(name,value,days)
{if(days)
{var date=new Date();date.setTime(date.getTime()+(days*24*60*60*1000));var expires="; expires="+date.toGMTString();}
else var expires="";document.cookie=name+"="+value+expires+"; path=/";}
function readCookie(name)
{var nameEQ=name+"=";var ca=document.cookie.split(';');for(var i=0;i<ca.length;i++)
{var c=ca[i];while(c.charAt(0)==' ')c=c.substring(1,c.length);if(c.indexOf(nameEQ)==0)return c.substring(nameEQ.length,c.length);}
return null;}
function eraseCookie(name)
{createCookie(name,"",-1);}
(function(c,j){function k(a,b){var d=a.nodeName.toLowerCase();if("area"===d){b=a.parentNode;d=b.name;if(!a.href||!d||b.nodeName.toLowerCase()!=="map")return false;a=c("img[usemap=#"+d+"]")[0];return!!a&&l(a)}return(/input|select|textarea|button|object/.test(d)?!a.disabled:"a"==d?a.href||b:b)&&l(a)}function l(a){return!c(a).parents().andSelf().filter(function(){return c.curCSS(this,"visibility")==="hidden"||c.expr.filters.hidden(this)}).length}c.ui=c.ui||{};if(!c.ui.version){c.extend(c.ui,{version:"1.8.13",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}});c.fn.extend({_focus:c.fn.focus,focus:function(a,b){return typeof a==="number"?this.each(function(){var d=this;setTimeout(function(){c(d).focus();b&&b.call(d)},a)}):this._focus.apply(this,arguments)},scrollParent:function(){var a;a=c.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?this.parents().filter(function(){return/(relative|absolute|fixed)/.test(c.curCSS(this,"position",1))&&/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0):this.parents().filter(function(){return/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(this.css("position"))||!a.length?c(document):a},zIndex:function(a){if(a!==j)return this.css("zIndex",a);if(this.length){a=c(this[0]);for(var b;a.length&&a[0]!==document;){b=a.css("position");if(b==="absolute"||b==="relative"||b==="fixed"){b=parseInt(a.css("zIndex"),10);if(!isNaN(b)&&b!==0)return b}a=a.parent()}}return 0},disableSelection:function(){return this.bind((c.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(a){a.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});c.each(["Width","Height"],function(a,b){function d(f,g,m,n){c.each(e,function(){g-=parseFloat(c.curCSS(f,"padding"+this,true))||0;if(m)g-=parseFloat(c.curCSS(f,"border"+this+"Width",true))||0;if(n)g-=parseFloat(c.curCSS(f,"margin"+this,true))||0});return g}var e=b==="Width"?["Left","Right"]:["Top","Bottom"],h=b.toLowerCase(),i={innerWidth:c.fn.innerWidth,innerHeight:c.fn.innerHeight,outerWidth:c.fn.outerWidth,outerHeight:c.fn.outerHeight};c.fn["inner"+b]=function(f){if(f===j)return i["inner"+b].call(this);return this.each(function(){c(this).css(h,d(this,f)+"px")})};c.fn["outer"+b]=function(f,g){if(typeof f!=="number")return i["outer"+b].call(this,f);return this.each(function(){c(this).css(h,d(this,f,true,g)+"px")})}});c.extend(c.expr[":"],{data:function(a,b,d){return!!c.data(a,d[3])},focusable:function(a){return k(a,!isNaN(c.attr(a,"tabindex")))},tabbable:function(a){var b=c.attr(a,"tabindex"),d=isNaN(b);return(d||b>=0)&&k(a,!d)}});c(function(){var a=document.body,b=a.appendChild(b=document.createElement("div"));c.extend(b.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});c.support.minHeight=b.offsetHeight===100;c.support.selectstart="onselectstart"in b;a.removeChild(b).style.display="none"});c.extend(c.ui,{plugin:{add:function(a,b,d){a=c.ui[a].prototype;for(var e in d){a.plugins[e]=a.plugins[e]||[];a.plugins[e].push([b,d[e]])}},call:function(a,b,d){if((b=a.plugins[b])&&a.element[0].parentNode)for(var e=0;e<b.length;e++)a.options[b[e][0]]&&b[e][1].apply(a.element,d)}},contains:function(a,b){return document.compareDocumentPosition?a.compareDocumentPosition(b)&16:a!==b&&a.contains(b)},hasScroll:function(a,b){if(c(a).css("overflow")==="hidden")return false;b=b&&b==="left"?"scrollLeft":"scrollTop";var d=false;if(a[b]>0)return true;a[b]=1;d=a[b]>0;a[b]=0;return d},isOverAxis:function(a,b,d){return a>b&&a<b+d},isOver:function(a,b,d,e,h,i){return c.ui.isOverAxis(a,d,h)&&c.ui.isOverAxis(b,e,i)}})}})(jQuery);;(function(b,j){if(b.cleanData){var k=b.cleanData;b.cleanData=function(a){for(var c=0,d;(d=a[c])!=null;c++)b(d).triggerHandler("remove");k(a)}}else{var l=b.fn.remove;b.fn.remove=function(a,c){return this.each(function(){if(!c)if(!a||b.filter(a,[this]).length)b("*",this).add([this]).each(function(){b(this).triggerHandler("remove")});return l.call(b(this),a,c)})}}b.widget=function(a,c,d){var e=a.split(".")[0],f;a=a.split(".")[1];f=e+"-"+a;if(!d){d=c;c=b.Widget}b.expr[":"][f]=function(h){return!!b.data(h,a)};b[e]=b[e]||{};b[e][a]=function(h,g){arguments.length&&this._createWidget(h,g)};c=new c;c.options=b.extend(true,{},c.options);b[e][a].prototype=b.extend(true,c,{namespace:e,widgetName:a,widgetEventPrefix:b[e][a].prototype.widgetEventPrefix||a,widgetBaseClass:f},d);b.widget.bridge(a,b[e][a])};b.widget.bridge=function(a,c){b.fn[a]=function(d){var e=typeof d==="string",f=Array.prototype.slice.call(arguments,1),h=this;d=!e&&f.length?b.extend.apply(null,[true,d].concat(f)):d;if(e&&d.charAt(0)==="_")return h;e?this.each(function(){var g=b.data(this,a),i=g&&b.isFunction(g[d])?g[d].apply(g,f):g;if(i!==g&&i!==j){h=i;return false}}):this.each(function(){var g=b.data(this,a);g?g.option(d||{})._init():b.data(this,a,new c(d,this))});return h}};b.Widget=function(a,c){arguments.length&&this._createWidget(a,c)};b.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(a,c){b.data(c,this.widgetName,this);this.element=b(c);this.options=b.extend(true,{},this.options,this._getCreateOptions(),a);var d=this;this.element.bind("remove."+this.widgetName,function(){d.destroy()});this._create();this._trigger("create");this._init()},_getCreateOptions:function(){return b.metadata&&b.metadata.get(this.element[0])[this.widgetName]},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled ui-state-disabled")},widget:function(){return this.element},option:function(a,c){var d=a;if(arguments.length===0)return b.extend({},this.options);if(typeof a==="string"){if(c===j)return this.options[a];d={};d[a]=c}this._setOptions(d);return this},_setOptions:function(a){var c=this;b.each(a,function(d,e){c._setOption(d,e)});return this},_setOption:function(a,c){this.options[a]=c;if(a==="disabled")this.widget()[c?"addClass":"removeClass"](this.widgetBaseClass+"-disabled ui-state-disabled").attr("aria-disabled",c);return this},enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(a,c,d){var e=this.options[a];c=b.Event(c);c.type=(a===this.widgetEventPrefix?a:this.widgetEventPrefix+a).toLowerCase();d=d||{};if(c.originalEvent){a=b.event.props.length;for(var f;a;){f=b.event.props[--a];c[f]=c.originalEvent[f]}}this.element.trigger(c,d);return!(b.isFunction(e)&&e.call(this.element[0],c,d)===false||c.isDefaultPrevented())}}})(jQuery);;(function(b){var d=false;b(document).mousedown(function(){d=false});b.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var a=this;this.element.bind("mousedown."+this.widgetName,function(c){return a._mouseDown(c)}).bind("click."+this.widgetName,function(c){if(true===b.data(c.target,a.widgetName+".preventClickEvent")){b.removeData(c.target,a.widgetName+".preventClickEvent");c.stopImmediatePropagation();return false}});this.started=false},_mouseDestroy:function(){this.element.unbind("."+
this.widgetName)},_mouseDown:function(a){if(!d){this._mouseStarted&&this._mouseUp(a);this._mouseDownEvent=a;var c=this,f=a.which==1,g=typeof this.options.cancel=="string"?b(a.target).parents().add(a.target).filter(this.options.cancel).length:false;if(!f||g||!this._mouseCapture(a))return true;this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet)this._mouseDelayTimer=setTimeout(function(){c.mouseDelayMet=true},this.options.delay);if(this._mouseDistanceMet(a)&&this._mouseDelayMet(a)){this._mouseStarted=this._mouseStart(a)!==false;if(!this._mouseStarted){a.preventDefault();return true}}true===b.data(a.target,this.widgetName+".preventClickEvent")&&b.removeData(a.target,this.widgetName+".preventClickEvent");this._mouseMoveDelegate=function(e){return c._mouseMove(e)};this._mouseUpDelegate=function(e){return c._mouseUp(e)};b(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);a.preventDefault();return d=true}},_mouseMove:function(a){if(b.browser.msie&&!(document.documentMode>=9)&&!a.button)return this._mouseUp(a);if(this._mouseStarted){this._mouseDrag(a);return a.preventDefault()}if(this._mouseDistanceMet(a)&&this._mouseDelayMet(a))(this._mouseStarted=this._mouseStart(this._mouseDownEvent,a)!==false)?this._mouseDrag(a):this._mouseUp(a);return!this._mouseStarted},_mouseUp:function(a){b(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;a.target==this._mouseDownEvent.target&&b.data(a.target,this.widgetName+".preventClickEvent",true);this._mouseStop(a)}return false},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX-a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return true}})})(jQuery);;(function(c){c.ui=c.ui||{};var n=/left|center|right/,o=/top|center|bottom/,t=c.fn.position,u=c.fn.offset;c.fn.position=function(b){if(!b||!b.of)return t.apply(this,arguments);b=c.extend({},b);var a=c(b.of),d=a[0],g=(b.collision||"flip").split(" "),e=b.offset?b.offset.split(" "):[0,0],h,k,j;if(d.nodeType===9){h=a.width();k=a.height();j={top:0,left:0}}else if(d.setTimeout){h=a.width();k=a.height();j={top:a.scrollTop(),left:a.scrollLeft()}}else if(d.preventDefault){b.at="left top";h=k=0;j={top:b.of.pageY,left:b.of.pageX}}else{h=a.outerWidth();k=a.outerHeight();j=a.offset()}c.each(["my","at"],function(){var f=(b[this]||"").split(" ");if(f.length===1)f=n.test(f[0])?f.concat(["center"]):o.test(f[0])?["center"].concat(f):["center","center"];f[0]=n.test(f[0])?f[0]:"center";f[1]=o.test(f[1])?f[1]:"center";b[this]=f});if(g.length===1)g[1]=g[0];e[0]=parseInt(e[0],10)||0;if(e.length===1)e[1]=e[0];e[1]=parseInt(e[1],10)||0;if(b.at[0]==="right")j.left+=h;else if(b.at[0]==="center")j.left+=h/2;if(b.at[1]==="bottom")j.top+=k;else if(b.at[1]==="center")j.top+=k/2;j.left+=e[0];j.top+=e[1];return this.each(function(){var f=c(this),l=f.outerWidth(),m=f.outerHeight(),p=parseInt(c.curCSS(this,"marginLeft",true))||0,q=parseInt(c.curCSS(this,"marginTop",true))||0,v=l+p+(parseInt(c.curCSS(this,"marginRight",true))||0),w=m+q+(parseInt(c.curCSS(this,"marginBottom",true))||0),i=c.extend({},j),r;if(b.my[0]==="right")i.left-=l;else if(b.my[0]==="center")i.left-=l/2;if(b.my[1]==="bottom")i.top-=m;else if(b.my[1]==="center")i.top-=m/2;i.left=Math.round(i.left);i.top=Math.round(i.top);r={left:i.left-p,top:i.top-q};c.each(["left","top"],function(s,x){c.ui.position[g[s]]&&c.ui.position[g[s]][x](i,{targetWidth:h,targetHeight:k,elemWidth:l,elemHeight:m,collisionPosition:r,collisionWidth:v,collisionHeight:w,offset:e,my:b.my,at:b.at})});c.fn.bgiframe&&f.bgiframe();f.offset(c.extend(i,{using:b.using}))})};c.ui.position={fit:{left:function(b,a){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();b.left=d>0?b.left-d:Math.max(b.left-a.collisionPosition.left,b.left)},top:function(b,a){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();b.top=d>0?b.top-d:Math.max(b.top-a.collisionPosition.top,b.top)}},flip:{left:function(b,a){if(a.at[0]!=="center"){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();var g=a.my[0]==="left"?-a.elemWidth:a.my[0]==="right"?a.elemWidth:0,e=a.at[0]==="left"?a.targetWidth:-a.targetWidth,h=-2*a.offset[0];b.left+=a.collisionPosition.left<0?g+e+h:d>0?g+e+h:0}},top:function(b,a){if(a.at[1]!=="center"){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();var g=a.my[1]==="top"?-a.elemHeight:a.my[1]==="bottom"?a.elemHeight:0,e=a.at[1]==="top"?a.targetHeight:-a.targetHeight,h=-2*a.offset[1];b.top+=a.collisionPosition.top<0?g+e+h:d>0?g+e+h:0}}}};if(!c.offset.setOffset){c.offset.setOffset=function(b,a){if(/static/.test(c.curCSS(b,"position")))b.style.position="relative";var d=c(b),g=d.offset(),e=parseInt(c.curCSS(b,"top",true),10)||0,h=parseInt(c.curCSS(b,"left",true),10)||0;g={top:a.top-g.top+e,left:a.left-g.left+h};"using"in a?a.using.call(b,g):d.css(g)};c.fn.offset=function(b){var a=this[0];if(!a||!a.ownerDocument)return null;if(b)return this.each(function(){c.offset.setOffset(this,b)});return u.call(this)}}})(jQuery);;(function(d){d.widget("ui.draggable",d.ui.mouse,{widgetEventPrefix:"drag",options:{addClasses:true,appendTo:"parent",axis:false,connectToSortable:false,containment:false,cursor:"auto",cursorAt:false,grid:false,handle:false,helper:"original",iframeFix:false,opacity:false,refreshPositions:false,revert:false,revertDuration:500,scope:"default",scroll:true,scrollSensitivity:20,scrollSpeed:20,snap:false,snapMode:"both",snapTolerance:20,stack:false,zIndex:false},_create:function(){if(this.options.helper=="original"&&!/^(?:r|a|f)/.test(this.element.css("position")))this.element[0].style.position="relative";this.options.addClasses&&this.element.addClass("ui-draggable");this.options.disabled&&this.element.addClass("ui-draggable-disabled");this._mouseInit()},destroy:function(){if(this.element.data("draggable")){this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled");this._mouseDestroy();return this}},_mouseCapture:function(a){var b=this.options;if(this.helper||b.disabled||d(a.target).is(".ui-resizable-handle"))return false;this.handle=this._getHandle(a);if(!this.handle)return false;d(b.iframeFix===true?"iframe":b.iframeFix).each(function(){d('<div class="ui-draggable-iframeFix" style="background: #fff;"></div>').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1E3}).css(d(this).offset()).appendTo("body")});return true},_mouseStart:function(a){var b=this.options;this.helper=this._createHelper(a);this._cacheHelperProportions();if(d.ui.ddmanager)d.ui.ddmanager.current=this;this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.positionAbs=this.element.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};d.extend(this.offset,{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this.position=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);b.containment&&this._setContainment();if(this._trigger("start",a)===false){this._clear();return false}this._cacheHelperProportions();d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.helper.addClass("ui-draggable-dragging");this._mouseDrag(a,true);return true},_mouseDrag:function(a,b){this.position=this._generatePosition(a);this.positionAbs=this._convertPositionTo("absolute");if(!b){b=this._uiHash();if(this._trigger("drag",a,b)===false){this._mouseUp({});return false}this.position=b.position}if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+"px";if(!this.options.axis||this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);return false},_mouseStop:function(a){var b=false;if(d.ui.ddmanager&&!this.options.dropBehaviour)b=d.ui.ddmanager.drop(this,a);if(this.dropped){b=this.dropped;this.dropped=false}if((!this.element[0]||!this.element[0].parentNode)&&this.options.helper=="original")return false;if(this.options.revert=="invalid"&&!b||this.options.revert=="valid"&&b||this.options.revert===true||d.isFunction(this.options.revert)&&this.options.revert.call(this.element,b)){var c=this;d(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){c._trigger("stop",a)!==false&&c._clear()})}else this._trigger("stop",a)!==false&&this._clear();return false},_mouseUp:function(a){this.options.iframeFix===true&&d("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)});return d.ui.mouse.prototype._mouseUp.call(this,a)},cancel:function(){this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear();return this},_getHandle:function(a){var b=!this.options.handle||!d(this.options.handle,this.element).length?true:false;d(this.options.handle,this.element).find("*").andSelf().each(function(){if(this==a.target)b=true});return b},_createHelper:function(a){var b=this.options;a=d.isFunction(b.helper)?d(b.helper.apply(this.element[0],[a])):b.helper=="clone"?this.element.clone().removeAttr("id"):this.element;a.parents("body").length||a.appendTo(b.appendTo=="parent"?this.element[0].parentNode:b.appendTo);a[0]!=this.element[0]&&!/(fixed|absolute)/.test(a.css("position"))&&a.css("position","absolute");return a},_adjustOffsetFromHelper:function(a){if(typeof a=="string")a=a.split(" ");if(d.isArray(a))a={left:+a[0],top:+a[1]||0};if("left"in a)this.offset.click.left=a.left+this.margins.left;if("right"in a)this.offset.click.left=this.helperProportions.width-a.right+this.margins.left;if("top"in a)this.offset.click.top=a.top+this.margins.top;if("bottom"in a)this.offset.click.top=this.helperProportions.height-a.bottom+this.margins.top},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var a=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0])){a.left+=this.scrollParent.scrollLeft();a.top+=this.scrollParent.scrollTop()}if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&d.browser.msie)a={top:0,left:0};return{top:a.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:a.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var a=this.element.position();return{top:a.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:a.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var a=this.options;if(a.containment=="parent")a.containment=this.helper[0].parentNode;if(a.containment=="document"||a.containment=="window")this.containment=[(a.containment=="document"?0:d(window).scrollLeft())-this.offset.relative.left-this.offset.parent.left,(a.containment=="document"?0:d(window).scrollTop())-this.offset.relative.top-this.offset.parent.top,(a.containment=="document"?0:d(window).scrollLeft())+
d(a.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(a.containment=="document"?0:d(window).scrollTop())+(d(a.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];if(!/^(document|window|parent)$/.test(a.containment)&&a.containment.constructor!=Array){a=d(a.containment);var b=a[0];if(b){a.offset();var c=d(b).css("overflow")!="hidden";this.containment=[(parseInt(d(b).css("borderLeftWidth"),10)||0)+(parseInt(d(b).css("paddingLeft"),10)||0),(parseInt(d(b).css("borderTopWidth"),10)||0)+(parseInt(d(b).css("paddingTop"),10)||0),(c?Math.max(b.scrollWidth,b.offsetWidth):b.offsetWidth)-(parseInt(d(b).css("borderLeftWidth"),10)||0)-(parseInt(d(b).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(c?Math.max(b.scrollHeight,b.offsetHeight):b.offsetHeight)-(parseInt(d(b).css("borderTopWidth"),10)||0)-(parseInt(d(b).css("paddingBottom"),10)||0)-this.helperProportions.height-
this.margins.top-this.margins.bottom];this.relative_container=a}}else if(a.containment.constructor==Array)this.containment=a.containment},_convertPositionTo:function(a,b){if(!b)b=this.position;a=a=="absolute"?1:-1;var c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName);return{top:b.top+this.offset.relative.top*a+this.offset.parent.top*a-(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():f?0:c.scrollTop())*a),left:b.left+this.offset.relative.left*a+this.offset.parent.left*a-(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():f?0:c.scrollLeft())*a)}},_generatePosition:function(a){var b=this.options,c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName),e=a.pageX,h=a.pageY;if(this.originalPosition){var g;if(this.containment){if(this.relative_container){g=this.relative_container.offset();g=[this.containment[0]+g.left,this.containment[1]+g.top,this.containment[2]+g.left,this.containment[3]+g.top]}else g=this.containment;if(a.pageX-this.offset.click.left<g[0])e=g[0]+this.offset.click.left;if(a.pageY-this.offset.click.top<g[1])h=g[1]+this.offset.click.top;if(a.pageX-this.offset.click.left>g[2])e=g[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>g[3])h=g[3]+this.offset.click.top}if(b.grid){h=this.originalPageY+Math.round((h-this.originalPageY)/b.grid[1])*b.grid[1];h=g?!(h-this.offset.click.top<g[1]||h-this.offset.click.top>g[3])?h:!(h-this.offset.click.top<g[1])?h-b.grid[1]:h+b.grid[1]:h;e=this.originalPageX+Math.round((e-this.originalPageX)/b.grid[0])*b.grid[0];e=g?!(e-this.offset.click.left<g[0]||e-this.offset.click.left>g[2])?e:!(e-this.offset.click.left<g[0])?e-b.grid[0]:e+b.grid[0]:e}}return{top:h-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollTop():f?0:c.scrollTop()),left:e-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():f?0:c.scrollLeft())}},_clear:function(){this.helper.removeClass("ui-draggable-dragging");this.helper[0]!=this.element[0]&&!this.cancelHelperRemoval&&this.helper.remove();this.helper=null;this.cancelHelperRemoval=false},_trigger:function(a,b,c){c=c||this._uiHash();d.ui.plugin.call(this,a,[b,c]);if(a=="drag")this.positionAbs=this._convertPositionTo("absolute");return d.Widget.prototype._trigger.call(this,a,b,c)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}});d.extend(d.ui.draggable,{version:"1.8.13"});d.ui.plugin.add("draggable","connectToSortable",{start:function(a,b){var c=d(this).data("draggable"),f=c.options,e=d.extend({},b,{item:c.element});c.sortables=[];d(f.connectToSortable).each(function(){var h=d.data(this,"sortable");if(h&&!h.options.disabled){c.sortables.push({instance:h,shouldRevert:h.options.revert});h.refreshPositions();h._trigger("activate",a,e)}})},stop:function(a,b){var c=d(this).data("draggable"),f=d.extend({},b,{item:c.element});d.each(c.sortables,function(){if(this.instance.isOver){this.instance.isOver=0;c.cancelHelperRemoval=true;this.instance.cancelHelperRemoval=false;if(this.shouldRevert)this.instance.options.revert=true;this.instance._mouseStop(a);this.instance.options.helper=this.instance.options._helper;c.options.helper=="original"&&this.instance.currentItem.css({top:"auto",left:"auto"})}else{this.instance.cancelHelperRemoval=false;this.instance._trigger("deactivate",a,f)}})},drag:function(a,b){var c=d(this).data("draggable"),f=this;d.each(c.sortables,function(){this.instance.positionAbs=c.positionAbs;this.instance.helperProportions=c.helperProportions;this.instance.offset.click=c.offset.click;if(this.instance._intersectsWith(this.instance.containerCache)){if(!this.instance.isOver){this.instance.isOver=1;this.instance.currentItem=d(f).clone().removeAttr("id").appendTo(this.instance.element).data("sortable-item",true);this.instance.options._helper=this.instance.options.helper;this.instance.options.helper=function(){return b.helper[0]};a.target=this.instance.currentItem[0];this.instance._mouseCapture(a,true);this.instance._mouseStart(a,true,true);this.instance.offset.click.top=c.offset.click.top;this.instance.offset.click.left=c.offset.click.left;this.instance.offset.parent.left-=c.offset.parent.left-this.instance.offset.parent.left;this.instance.offset.parent.top-=c.offset.parent.top-this.instance.offset.parent.top;c._trigger("toSortable",a);c.dropped=this.instance.element;c.currentItem=c.element;this.instance.fromOutside=c}this.instance.currentItem&&this.instance._mouseDrag(a)}else if(this.instance.isOver){this.instance.isOver=0;this.instance.cancelHelperRemoval=true;this.instance.options.revert=false;this.instance._trigger("out",a,this.instance._uiHash(this.instance));this.instance._mouseStop(a,true);this.instance.options.helper=this.instance.options._helper;this.instance.currentItem.remove();this.instance.placeholder&&this.instance.placeholder.remove();c._trigger("fromSortable",a);c.dropped=false}})}});d.ui.plugin.add("draggable","cursor",{start:function(){var a=d("body"),b=d(this).data("draggable").options;if(a.css("cursor"))b._cursor=a.css("cursor");a.css("cursor",b.cursor)},stop:function(){var a=d(this).data("draggable").options;a._cursor&&d("body").css("cursor",a._cursor)}});d.ui.plugin.add("draggable","opacity",{start:function(a,b){a=d(b.helper);b=d(this).data("draggable").options;if(a.css("opacity"))b._opacity=a.css("opacity");a.css("opacity",b.opacity)},stop:function(a,b){a=d(this).data("draggable").options;a._opacity&&d(b.helper).css("opacity",a._opacity)}});d.ui.plugin.add("draggable","scroll",{start:function(){var a=d(this).data("draggable");if(a.scrollParent[0]!=document&&a.scrollParent[0].tagName!="HTML")a.overflowOffset=a.scrollParent.offset()},drag:function(a){var b=d(this).data("draggable"),c=b.options,f=false;if(b.scrollParent[0]!=document&&b.scrollParent[0].tagName!="HTML"){if(!c.axis||c.axis!="x")if(b.overflowOffset.top+b.scrollParent[0].offsetHeight-a.pageY<c.scrollSensitivity)b.scrollParent[0].scrollTop=f=b.scrollParent[0].scrollTop+c.scrollSpeed;else if(a.pageY-b.overflowOffset.top<c.scrollSensitivity)b.scrollParent[0].scrollTop=f=b.scrollParent[0].scrollTop-c.scrollSpeed;if(!c.axis||c.axis!="y")if(b.overflowOffset.left+b.scrollParent[0].offsetWidth-a.pageX<c.scrollSensitivity)b.scrollParent[0].scrollLeft=f=b.scrollParent[0].scrollLeft+c.scrollSpeed;else if(a.pageX-b.overflowOffset.left<c.scrollSensitivity)b.scrollParent[0].scrollLeft=f=b.scrollParent[0].scrollLeft-c.scrollSpeed}else{if(!c.axis||c.axis!="x")if(a.pageY-d(document).scrollTop()<c.scrollSensitivity)f=d(document).scrollTop(d(document).scrollTop()-c.scrollSpeed);else if(d(window).height()-(a.pageY-d(document).scrollTop())<c.scrollSensitivity)f=d(document).scrollTop(d(document).scrollTop()+c.scrollSpeed);if(!c.axis||c.axis!="y")if(a.pageX-d(document).scrollLeft()<c.scrollSensitivity)f=d(document).scrollLeft(d(document).scrollLeft()-c.scrollSpeed);else if(d(window).width()-(a.pageX-d(document).scrollLeft())<c.scrollSensitivity)f=d(document).scrollLeft(d(document).scrollLeft()+c.scrollSpeed)}f!==false&&d.ui.ddmanager&&!c.dropBehaviour&&d.ui.ddmanager.prepareOffsets(b,a)}});d.ui.plugin.add("draggable","snap",{start:function(){var a=d(this).data("draggable"),b=a.options;a.snapElements=[];d(b.snap.constructor!=String?b.snap.items||":data(draggable)":b.snap).each(function(){var c=d(this),f=c.offset();this!=a.element[0]&&a.snapElements.push({item:this,width:c.outerWidth(),height:c.outerHeight(),top:f.top,left:f.left})})},drag:function(a,b){for(var c=d(this).data("draggable"),f=c.options,e=f.snapTolerance,h=b.offset.left,g=h+c.helperProportions.width,n=b.offset.top,o=n+c.helperProportions.height,i=c.snapElements.length-1;i>=0;i--){var j=c.snapElements[i].left,l=j+c.snapElements[i].width,k=c.snapElements[i].top,m=k+c.snapElements[i].height;if(j-e<h&&h<l+e&&k-e<n&&n<m+e||j-e<h&&h<l+e&&k-e<o&&o<m+e||j-e<g&&g<l+e&&k-e<n&&n<m+e||j-e<g&&g<l+e&&k-e<o&&o<m+e){if(f.snapMode!="inner"){var p=Math.abs(k-o)<=e,q=Math.abs(m-n)<=e,r=Math.abs(j-g)<=e,s=Math.abs(l-h)<=e;if(p)b.position.top=c._convertPositionTo("relative",{top:k-c.helperProportions.height,left:0}).top-c.margins.top;if(q)b.position.top=c._convertPositionTo("relative",{top:m,left:0}).top-c.margins.top;if(r)b.position.left=c._convertPositionTo("relative",{top:0,left:j-c.helperProportions.width}).left-c.margins.left;if(s)b.position.left=c._convertPositionTo("relative",{top:0,left:l}).left-c.margins.left}var t=p||q||r||s;if(f.snapMode!="outer"){p=Math.abs(k-n)<=e;q=Math.abs(m-o)<=e;r=Math.abs(j-h)<=e;s=Math.abs(l-g)<=e;if(p)b.position.top=c._convertPositionTo("relative",{top:k,left:0}).top-c.margins.top;if(q)b.position.top=c._convertPositionTo("relative",{top:m-c.helperProportions.height,left:0}).top-c.margins.top;if(r)b.position.left=c._convertPositionTo("relative",{top:0,left:j}).left-c.margins.left;if(s)b.position.left=c._convertPositionTo("relative",{top:0,left:l-c.helperProportions.width}).left-c.margins.left}if(!c.snapElements[i].snapping&&(p||q||r||s||t))c.options.snap.snap&&c.options.snap.snap.call(c.element,a,d.extend(c._uiHash(),{snapItem:c.snapElements[i].item}));c.snapElements[i].snapping=p||q||r||s||t}else{c.snapElements[i].snapping&&c.options.snap.release&&c.options.snap.release.call(c.element,a,d.extend(c._uiHash(),{snapItem:c.snapElements[i].item}));c.snapElements[i].snapping=false}}}});d.ui.plugin.add("draggable","stack",{start:function(){var a=d(this).data("draggable").options;a=d.makeArray(d(a.stack)).sort(function(c,f){return(parseInt(d(c).css("zIndex"),10)||0)-(parseInt(d(f).css("zIndex"),10)||0)});if(a.length){var b=parseInt(a[0].style.zIndex)||0;d(a).each(function(c){this.style.zIndex=b+c});this[0].style.zIndex=b+a.length}}});d.ui.plugin.add("draggable","zIndex",{start:function(a,b){a=d(b.helper);b=d(this).data("draggable").options;if(a.css("zIndex"))b._zIndex=a.css("zIndex");a.css("zIndex",b.zIndex)},stop:function(a,b){a=d(this).data("draggable").options;a._zIndex&&d(b.helper).css("zIndex",a._zIndex)}})})(jQuery);;(function(d){d.widget("ui.droppable",{widgetEventPrefix:"drop",options:{accept:"*",activeClass:false,addClasses:true,greedy:false,hoverClass:false,scope:"default",tolerance:"intersect"},_create:function(){var a=this.options,b=a.accept;this.isover=0;this.isout=1;this.accept=d.isFunction(b)?b:function(c){return c.is(b)};this.proportions={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight};d.ui.ddmanager.droppables[a.scope]=d.ui.ddmanager.droppables[a.scope]||[];d.ui.ddmanager.droppables[a.scope].push(this);a.addClasses&&this.element.addClass("ui-droppable")},destroy:function(){for(var a=d.ui.ddmanager.droppables[this.options.scope],b=0;b<a.length;b++)a[b]==this&&a.splice(b,1);this.element.removeClass("ui-droppable ui-droppable-disabled").removeData("droppable").unbind(".droppable");return this},_setOption:function(a,b){if(a=="accept")this.accept=d.isFunction(b)?b:function(c){return c.is(b)};d.Widget.prototype._setOption.apply(this,arguments)},_activate:function(a){var b=d.ui.ddmanager.current;this.options.activeClass&&this.element.addClass(this.options.activeClass);b&&this._trigger("activate",a,this.ui(b))},_deactivate:function(a){var b=d.ui.ddmanager.current;this.options.activeClass&&this.element.removeClass(this.options.activeClass);b&&this._trigger("deactivate",a,this.ui(b))},_over:function(a){var b=d.ui.ddmanager.current;if(!(!b||(b.currentItem||b.element)[0]==this.element[0]))if(this.accept.call(this.element[0],b.currentItem||b.element)){this.options.hoverClass&&this.element.addClass(this.options.hoverClass);this._trigger("over",a,this.ui(b))}},_out:function(a){var b=d.ui.ddmanager.current;if(!(!b||(b.currentItem||b.element)[0]==this.element[0]))if(this.accept.call(this.element[0],b.currentItem||b.element)){this.options.hoverClass&&this.element.removeClass(this.options.hoverClass);this._trigger("out",a,this.ui(b))}},_drop:function(a,b){var c=b||d.ui.ddmanager.current;if(!c||(c.currentItem||c.element)[0]==this.element[0])return false;var e=false;this.element.find(":data(droppable)").not(".ui-draggable-dragging").each(function(){var g=d.data(this,"droppable");if(g.options.greedy&&!g.options.disabled&&g.options.scope==c.options.scope&&g.accept.call(g.element[0],c.currentItem||c.element)&&d.ui.intersect(c,d.extend(g,{offset:g.element.offset()}),g.options.tolerance)){e=true;return false}});if(e)return false;if(this.accept.call(this.element[0],c.currentItem||c.element)){this.options.activeClass&&this.element.removeClass(this.options.activeClass);this.options.hoverClass&&this.element.removeClass(this.options.hoverClass);this._trigger("drop",a,this.ui(c));return this.element}return false},ui:function(a){return{draggable:a.currentItem||a.element,helper:a.helper,position:a.position,offset:a.positionAbs}}});d.extend(d.ui.droppable,{version:"1.8.13"});d.ui.intersect=function(a,b,c){if(!b.offset)return false;var e=(a.positionAbs||a.position.absolute).left,g=e+a.helperProportions.width,f=(a.positionAbs||a.position.absolute).top,h=f+a.helperProportions.height,i=b.offset.left,k=i+b.proportions.width,j=b.offset.top,l=j+b.proportions.height;switch(c){case"fit":return i<=e&&g<=k&&j<=f&&h<=l;case"intersect":return i<e+a.helperProportions.width/2&&g-a.helperProportions.width/2<k&&j<f+a.helperProportions.height/2&&h-a.helperProportions.height/2<l;case"pointer":return d.ui.isOver((a.positionAbs||a.position.absolute).top+(a.clickOffset||a.offset.click).top,(a.positionAbs||a.position.absolute).left+(a.clickOffset||a.offset.click).left,j,i,b.proportions.height,b.proportions.width);case"touch":return(f>=j&&f<=l||h>=j&&h<=l||f<j&&h>l)&&(e>=i&&e<=k||g>=i&&g<=k||e<i&&g>k);default:return false}};d.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(a,b){var c=d.ui.ddmanager.droppables[a.options.scope]||[],e=b?b.type:null,g=(a.currentItem||a.element).find(":data(droppable)").andSelf(),f=0;a:for(;f<c.length;f++)if(!(c[f].options.disabled||a&&!c[f].accept.call(c[f].element[0],a.currentItem||a.element))){for(var h=0;h<g.length;h++)if(g[h]==c[f].element[0]){c[f].proportions.height=0;continue a}c[f].visible=c[f].element.css("display")!="none";if(c[f].visible){e=="mousedown"&&c[f]._activate.call(c[f],b);c[f].offset=c[f].element.offset();c[f].proportions={width:c[f].element[0].offsetWidth,height:c[f].element[0].offsetHeight}}}},drop:function(a,b){var c=false;d.each(d.ui.ddmanager.droppables[a.options.scope]||[],function(){if(this.options){if(!this.options.disabled&&this.visible&&d.ui.intersect(a,this,this.options.tolerance))c=c||this._drop.call(this,b);if(!this.options.disabled&&this.visible&&this.accept.call(this.element[0],a.currentItem||a.element)){this.isout=1;this.isover=0;this._deactivate.call(this,b)}}});return c},drag:function(a,b){a.options.refreshPositions&&d.ui.ddmanager.prepareOffsets(a,b);d.each(d.ui.ddmanager.droppables[a.options.scope]||[],function(){if(!(this.options.disabled||this.greedyChild||!this.visible)){var c=d.ui.intersect(a,this,this.options.tolerance);if(c=!c&&this.isover==1?"isout":c&&this.isover==0?"isover":null){var e;if(this.options.greedy){var g=this.element.parents(":data(droppable):eq(0)");if(g.length){e=d.data(g[0],"droppable");e.greedyChild=c=="isover"?1:0}}if(e&&c=="isover"){e.isover=0;e.isout=1;e._out.call(e,b)}this[c]=1;this[c=="isout"?"isover":"isout"]=0;this[c=="isover"?"_over":"_out"].call(this,b);if(e&&c=="isout"){e.isout=0;e.isover=1;e._over.call(e,b)}}}})}}})(jQuery);;(function(e){e.widget("ui.resizable",e.ui.mouse,{widgetEventPrefix:"resize",options:{alsoResize:false,animate:false,animateDuration:"slow",animateEasing:"swing",aspectRatio:false,autoHide:false,containment:false,ghost:false,grid:false,handles:"e,s,se",helper:false,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:1E3},_create:function(){var b=this,a=this.options;this.element.addClass("ui-resizable");e.extend(this,{_aspectRatio:!!a.aspectRatio,aspectRatio:a.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:a.helper||a.ghost||a.animate?a.helper||"ui-resizable-helper":null});if(this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)){/relative/.test(this.element.css("position"))&&e.browser.opera&&this.element.css({position:"relative",top:"auto",left:"auto"});this.element.wrap(e('<div class="ui-wrapper" style="overflow: hidden;"></div>').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle=this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=a.handles||(!e(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all")this.handles="n,e,s,w,se,sw,ne,nw";var c=this.handles.split(",");this.handles={};for(var d=0;d<c.length;d++){var f=e.trim(c[d]),g=e('<div class="ui-resizable-handle '+("ui-resizable-"+f)+'"></div>');/sw|se|ne|nw/.test(f)&&g.css({zIndex:++a.zIndex});"se"==f&&g.addClass("ui-icon ui-icon-gripsmall-diagonal-se");this.handles[f]=".ui-resizable-"+f;this.element.append(g)}}this._renderAxis=function(h){h=h||this.element;for(var i in this.handles){if(this.handles[i].constructor==String)this.handles[i]=e(this.handles[i],this.element).show();if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var j=e(this.handles[i],this.element),k=0;k=/sw|ne|nw|se|n|s/.test(i)?j.outerHeight():j.outerWidth();j=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join("");h.css(j,k);this._proportionallyResize()}e(this.handles[i])}};this._renderAxis(this.element);this._handles=e(".ui-resizable-handle",this.element).disableSelection();this._handles.mouseover(function(){if(!b.resizing){if(this.className)var h=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);b.axis=h&&h[1]?h[1]:"se"}});if(a.autoHide){this._handles.hide();e(this.element).addClass("ui-resizable-autohide").hover(function(){if(!a.disabled){e(this).removeClass("ui-resizable-autohide");b._handles.show()}},function(){if(!a.disabled)if(!b.resizing){e(this).addClass("ui-resizable-autohide");b._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy();var b=function(c){e(c).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};if(this.elementIsWrapper){b(this.element);var a=this.element;a.after(this.originalElement.css({position:a.css("position"),width:a.outerWidth(),height:a.outerHeight(),top:a.css("top"),left:a.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle);b(this.originalElement);return this},_mouseCapture:function(b){var a=false;for(var c in this.handles)if(e(this.handles[c])[0]==b.target)a=true;return!this.options.disabled&&a},_mouseStart:function(b){var a=this.options,c=this.element.position(),d=this.element;this.resizing=true;this.documentScroll={top:e(document).scrollTop(),left:e(document).scrollLeft()};if(d.is(".ui-draggable")||/absolute/.test(d.css("position")))d.css({position:"absolute",top:c.top,left:c.left});e.browser.opera&&/relative/.test(d.css("position"))&&d.css({position:"relative",top:"auto",left:"auto"});this._renderProxy();c=m(this.helper.css("left"));var f=m(this.helper.css("top"));if(a.containment){c+=e(a.containment).scrollLeft()||0;f+=e(a.containment).scrollTop()||0}this.offset=this.helper.offset();this.position={left:c,top:f};this.size=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalSize=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalPosition={left:c,top:f};this.sizeDiff={width:d.outerWidth()-d.width(),height:d.outerHeight()-d.height()};this.originalMousePosition={left:b.pageX,top:b.pageY};this.aspectRatio=typeof a.aspectRatio=="number"?a.aspectRatio:this.originalSize.width/this.originalSize.height||1;a=e(".ui-resizable-"+this.axis).css("cursor");e("body").css("cursor",a=="auto"?this.axis+"-resize":a);d.addClass("ui-resizable-resizing");this._propagate("start",b);return true},_mouseDrag:function(b){var a=this.helper,c=this.originalMousePosition,d=this._change[this.axis];if(!d)return false;c=d.apply(this,[b,b.pageX-c.left||0,b.pageY-c.top||0]);if(this._aspectRatio||b.shiftKey)c=this._updateRatio(c,b);c=this._respectSize(c,b);this._propagate("resize",b);a.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize();this._updateCache(c);this._trigger("resize",b,this.ui());return false},_mouseStop:function(b){this.resizing=false;var a=this.options,c=this;if(this._helper){var d=this._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName);d=f&&e.ui.hasScroll(d[0],"left")?0:c.sizeDiff.height;f=f?0:c.sizeDiff.width;f={width:c.helper.width()-f,height:c.helper.height()-d};d=parseInt(c.element.css("left"),10)+(c.position.left-c.originalPosition.left)||null;var g=parseInt(c.element.css("top"),10)+(c.position.top-c.originalPosition.top)||null;a.animate||this.element.css(e.extend(f,{top:g,left:d}));c.helper.height(c.size.height);c.helper.width(c.size.width);this._helper&&!a.animate&&this._proportionallyResize()}e("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");this._propagate("stop",b);this._helper&&this.helper.remove();return false},_updateCache:function(b){this.offset=this.helper.offset();if(l(b.left))this.position.left=b.left;if(l(b.top))this.position.top=b.top;if(l(b.height))this.size.height=b.height;if(l(b.width))this.size.width=b.width},_updateRatio:function(b){var a=this.position,c=this.size,d=this.axis;if(b.height)b.width=c.height*this.aspectRatio;else if(b.width)b.height=c.width/this.aspectRatio;if(d=="sw"){b.left=a.left+(c.width-b.width);b.top=null}if(d=="nw"){b.top=a.top+(c.height-b.height);b.left=a.left+(c.width-b.width)}return b},_respectSize:function(b){var a=this.options,c=this.axis,d=l(b.width)&&a.maxWidth&&a.maxWidth<b.width,f=l(b.height)&&a.maxHeight&&a.maxHeight<b.height,g=l(b.width)&&a.minWidth&&a.minWidth>b.width,h=l(b.height)&&a.minHeight&&a.minHeight>b.height;if(g)b.width=a.minWidth;if(h)b.height=a.minHeight;if(d)b.width=a.maxWidth;if(f)b.height=a.maxHeight;var i=this.originalPosition.left+this.originalSize.width,j=this.position.top+this.size.height,k=/sw|nw|w/.test(c);c=/nw|ne|n/.test(c);if(g&&k)b.left=i-a.minWidth;if(d&&k)b.left=i-a.maxWidth;if(h&&c)b.top=j-a.minHeight;if(f&&c)b.top=j-a.maxHeight;if((a=!b.width&&!b.height)&&!b.left&&b.top)b.top=null;else if(a&&!b.top&&b.left)b.left=null;return b},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var b=this.helper||this.element,a=0;a<this._proportionallyResizeElements.length;a++){var c=this._proportionallyResizeElements[a];if(!this.borderDif){var d=[c.css("borderTopWidth"),c.css("borderRightWidth"),c.css("borderBottomWidth"),c.css("borderLeftWidth")],f=[c.css("paddingTop"),c.css("paddingRight"),c.css("paddingBottom"),c.css("paddingLeft")];this.borderDif=e.map(d,function(g,h){g=parseInt(g,10)||0;h=parseInt(f[h],10)||0;return g+h})}e.browser.msie&&(e(b).is(":hidden")||e(b).parents(":hidden").length)||c.css({height:b.height()-this.borderDif[0]-this.borderDif[2]||0,width:b.width()-this.borderDif[1]-this.borderDif[3]||0})}},_renderProxy:function(){var b=this.options;this.elementOffset=this.element.offset();if(this._helper){this.helper=this.helper||e('<div style="overflow:hidden;"></div>');var a=e.browser.msie&&e.browser.version<7,c=a?1:0;a=a?2:-1;this.helper.addClass(this._helper).css({width:this.element.outerWidth()+a,height:this.element.outerHeight()+a,position:"absolute",left:this.elementOffset.left-
c+"px",top:this.elementOffset.top-c+"px",zIndex:++b.zIndex});this.helper.appendTo("body").disableSelection()}else this.helper=this.element},_change:{e:function(b,a){return{width:this.originalSize.width+a}},w:function(b,a){return{left:this.originalPosition.left+a,width:this.originalSize.width-a}},n:function(b,a,c){return{top:this.originalPosition.top+c,height:this.originalSize.height-c}},s:function(b,a,c){return{height:this.originalSize.height+c}},se:function(b,a,c){return e.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[b,a,c]))},sw:function(b,a,c){return e.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[b,a,c]))},ne:function(b,a,c){return e.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[b,a,c]))},nw:function(b,a,c){return e.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[b,a,c]))}},_propagate:function(b,a){e.ui.plugin.call(this,b,[a,this.ui()]);b!="resize"&&this._trigger(b,a,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}});e.extend(e.ui.resizable,{version:"1.8.13"});e.ui.plugin.add("resizable","alsoResize",{start:function(){var b=e(this).data("resizable").options,a=function(c){e(c).each(function(){var d=e(this);d.data("resizable-alsoresize",{width:parseInt(d.width(),10),height:parseInt(d.height(),10),left:parseInt(d.css("left"),10),top:parseInt(d.css("top"),10),position:d.css("position")})})};if(typeof b.alsoResize=="object"&&!b.alsoResize.parentNode)if(b.alsoResize.length){b.alsoResize=b.alsoResize[0];a(b.alsoResize)}else e.each(b.alsoResize,function(c){a(c)});else a(b.alsoResize)},resize:function(b,a){var c=e(this).data("resizable");b=c.options;var d=c.originalSize,f=c.originalPosition,g={height:c.size.height-d.height||0,width:c.size.width-d.width||0,top:c.position.top-f.top||0,left:c.position.left-f.left||0},h=function(i,j){e(i).each(function(){var k=e(this),q=e(this).data("resizable-alsoresize"),p={},r=j&&j.length?j:k.parents(a.originalElement[0]).length?["width","height"]:["width","height","top","left"];e.each(r,function(n,o){if((n=(q[o]||0)+(g[o]||0))&&n>=0)p[o]=n||null});if(e.browser.opera&&/relative/.test(k.css("position"))){c._revertToRelativePosition=true;k.css({position:"absolute",top:"auto",left:"auto"})}k.css(p)})};typeof b.alsoResize=="object"&&!b.alsoResize.nodeType?e.each(b.alsoResize,function(i,j){h(i,j)}):h(b.alsoResize)},stop:function(){var b=e(this).data("resizable"),a=b.options,c=function(d){e(d).each(function(){var f=e(this);f.css({position:f.data("resizable-alsoresize").position})})};if(b._revertToRelativePosition){b._revertToRelativePosition=false;typeof a.alsoResize=="object"&&!a.alsoResize.nodeType?e.each(a.alsoResize,function(d){c(d)}):c(a.alsoResize)}e(this).removeData("resizable-alsoresize")}});e.ui.plugin.add("resizable","animate",{stop:function(b){var a=e(this).data("resizable"),c=a.options,d=a._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName),g=f&&e.ui.hasScroll(d[0],"left")?0:a.sizeDiff.height;f={width:a.size.width-(f?0:a.sizeDiff.width),height:a.size.height-g};g=parseInt(a.element.css("left"),10)+(a.position.left-a.originalPosition.left)||null;var h=parseInt(a.element.css("top"),10)+(a.position.top-a.originalPosition.top)||null;a.element.animate(e.extend(f,h&&g?{top:h,left:g}:{}),{duration:c.animateDuration,easing:c.animateEasing,step:function(){var i={width:parseInt(a.element.css("width"),10),height:parseInt(a.element.css("height"),10),top:parseInt(a.element.css("top"),10),left:parseInt(a.element.css("left"),10)};d&&d.length&&e(d[0]).css({width:i.width,height:i.height});a._updateCache(i);a._propagate("resize",b)}})}});e.ui.plugin.add("resizable","containment",{start:function(){var b=e(this).data("resizable"),a=b.element,c=b.options.containment;if(a=c instanceof e?c.get(0):/parent/.test(c)?a.parent().get(0):c){b.containerElement=e(a);if(/document/.test(c)||c==document){b.containerOffset={left:0,top:0};b.containerPosition={left:0,top:0};b.parentData={element:e(document),left:0,top:0,width:e(document).width(),height:e(document).height()||document.body.parentNode.scrollHeight}}else{var d=e(a),f=[];e(["Top","Right","Left","Bottom"]).each(function(i,j){f[i]=m(d.css("padding"+j))});b.containerOffset=d.offset();b.containerPosition=d.position();b.containerSize={height:d.innerHeight()-f[3],width:d.innerWidth()-f[1]};c=b.containerOffset;var g=b.containerSize.height,h=b.containerSize.width;h=e.ui.hasScroll(a,"left")?a.scrollWidth:h;g=e.ui.hasScroll(a)?a.scrollHeight:g;b.parentData={element:a,left:c.left,top:c.top,width:h,height:g}}}},resize:function(b){var a=e(this).data("resizable"),c=a.options,d=a.containerOffset,f=a.position;b=a._aspectRatio||b.shiftKey;var g={top:0,left:0},h=a.containerElement;if(h[0]!=document&&/static/.test(h.css("position")))g=d;if(f.left<(a._helper?d.left:0)){a.size.width+=a._helper?a.position.left-d.left:a.position.left-g.left;if(b)a.size.height=a.size.width/c.aspectRatio;a.position.left=c.helper?d.left:0}if(f.top<(a._helper?d.top:0)){a.size.height+=a._helper?a.position.top-d.top:a.position.top;if(b)a.size.width=a.size.height*c.aspectRatio;a.position.top=a._helper?d.top:0}a.offset.left=a.parentData.left+a.position.left;a.offset.top=a.parentData.top+a.position.top;c=Math.abs((a._helper?a.offset.left-g.left:a.offset.left-g.left)+a.sizeDiff.width);d=Math.abs((a._helper?a.offset.top-g.top:a.offset.top-d.top)+a.sizeDiff.height);f=a.containerElement.get(0)==a.element.parent().get(0);g=/relative|absolute/.test(a.containerElement.css("position"));if(f&&g)c-=a.parentData.left;if(c+a.size.width>=a.parentData.width){a.size.width=a.parentData.width-c;if(b)a.size.height=a.size.width/a.aspectRatio}if(d+a.size.height>=a.parentData.height){a.size.height=a.parentData.height-d;if(b)a.size.width=a.size.height*a.aspectRatio}},stop:function(){var b=e(this).data("resizable"),a=b.options,c=b.containerOffset,d=b.containerPosition,f=b.containerElement,g=e(b.helper),h=g.offset(),i=g.outerWidth()-b.sizeDiff.width;g=g.outerHeight()-b.sizeDiff.height;b._helper&&!a.animate&&/relative/.test(f.css("position"))&&e(this).css({left:h.left-d.left-c.left,width:i,height:g});b._helper&&!a.animate&&/static/.test(f.css("position"))&&e(this).css({left:h.left-d.left-c.left,width:i,height:g})}});e.ui.plugin.add("resizable","ghost",{start:function(){var b=e(this).data("resizable"),a=b.options,c=b.size;b.ghost=b.originalElement.clone();b.ghost.css({opacity:0.25,display:"block",position:"relative",height:c.height,width:c.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof a.ghost=="string"?a.ghost:"");b.ghost.appendTo(b.helper)},resize:function(){var b=e(this).data("resizable");b.ghost&&b.ghost.css({position:"relative",height:b.size.height,width:b.size.width})},stop:function(){var b=e(this).data("resizable");b.ghost&&b.helper&&b.helper.get(0).removeChild(b.ghost.get(0))}});e.ui.plugin.add("resizable","grid",{resize:function(){var b=e(this).data("resizable"),a=b.options,c=b.size,d=b.originalSize,f=b.originalPosition,g=b.axis;a.grid=typeof a.grid=="number"?[a.grid,a.grid]:a.grid;var h=Math.round((c.width-d.width)/(a.grid[0]||1))*(a.grid[0]||1);a=Math.round((c.height-d.height)/(a.grid[1]||1))*(a.grid[1]||1);if(/^(se|s|e)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a}else if(/^(ne)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}else{if(/^(sw)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a}else{b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}b.position.left=f.left-h}}});var m=function(b){return parseInt(b,10)||0},l=function(b){return!isNaN(parseInt(b,10))}})(jQuery);;(function(e){e.widget("ui.selectable",e.ui.mouse,{options:{appendTo:"body",autoRefresh:true,distance:0,filter:"*",tolerance:"touch"},_create:function(){var c=this;this.element.addClass("ui-selectable");this.dragged=false;var f;this.refresh=function(){f=e(c.options.filter,c.element[0]);f.each(function(){var d=e(this),b=d.offset();e.data(this,"selectable-item",{element:this,$element:d,left:b.left,top:b.top,right:b.left+d.outerWidth(),bottom:b.top+d.outerHeight(),startselected:false,selected:d.hasClass("ui-selected"),selecting:d.hasClass("ui-selecting"),unselecting:d.hasClass("ui-unselecting")})})};this.refresh();this.selectees=f.addClass("ui-selectee");this._mouseInit();this.helper=e("<div class='ui-selectable-helper'></div>")},destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item");this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy();return this},_mouseStart:function(c){var f=this;this.opos=[c.pageX,c.pageY];if(!this.options.disabled){var d=this.options;this.selectees=e(d.filter,this.element[0]);this._trigger("start",c);e(d.appendTo).append(this.helper);this.helper.css({left:c.clientX,top:c.clientY,width:0,height:0});d.autoRefresh&&this.refresh();this.selectees.filter(".ui-selected").each(function(){var b=e.data(this,"selectable-item");b.startselected=true;if(!c.metaKey){b.$element.removeClass("ui-selected");b.selected=false;b.$element.addClass("ui-unselecting");b.unselecting=true;f._trigger("unselecting",c,{unselecting:b.element})}});e(c.target).parents().andSelf().each(function(){var b=e.data(this,"selectable-item");if(b){var g=!c.metaKey||!b.$element.hasClass("ui-selected");b.$element.removeClass(g?"ui-unselecting":"ui-selected").addClass(g?"ui-selecting":"ui-unselecting");b.unselecting=!g;b.selecting=g;(b.selected=g)?f._trigger("selecting",c,{selecting:b.element}):f._trigger("unselecting",c,{unselecting:b.element});return false}})}},_mouseDrag:function(c){var f=this;this.dragged=true;if(!this.options.disabled){var d=this.options,b=this.opos[0],g=this.opos[1],h=c.pageX,i=c.pageY;if(b>h){var j=h;h=b;b=j}if(g>i){j=i;i=g;g=j}this.helper.css({left:b,top:g,width:h-b,height:i-g});this.selectees.each(function(){var a=e.data(this,"selectable-item");if(!(!a||a.element==f.element[0])){var k=false;if(d.tolerance=="touch")k=!(a.left>h||a.right<b||a.top>i||a.bottom<g);else if(d.tolerance=="fit")k=a.left>b&&a.right<h&&a.top>g&&a.bottom<i;if(k){if(a.selected){a.$element.removeClass("ui-selected");a.selected=false}if(a.unselecting){a.$element.removeClass("ui-unselecting");a.unselecting=false}if(!a.selecting){a.$element.addClass("ui-selecting");a.selecting=true;f._trigger("selecting",c,{selecting:a.element})}}else{if(a.selecting)if(c.metaKey&&a.startselected){a.$element.removeClass("ui-selecting");a.selecting=false;a.$element.addClass("ui-selected");a.selected=true}else{a.$element.removeClass("ui-selecting");a.selecting=false;if(a.startselected){a.$element.addClass("ui-unselecting");a.unselecting=true}f._trigger("unselecting",c,{unselecting:a.element})}if(a.selected)if(!c.metaKey&&!a.startselected){a.$element.removeClass("ui-selected");a.selected=false;a.$element.addClass("ui-unselecting");a.unselecting=true;f._trigger("unselecting",c,{unselecting:a.element})}}}});return false}},_mouseStop:function(c){var f=this;this.dragged=false;e(".ui-unselecting",this.element[0]).each(function(){var d=e.data(this,"selectable-item");d.$element.removeClass("ui-unselecting");d.unselecting=false;d.startselected=false;f._trigger("unselected",c,{unselected:d.element})});e(".ui-selecting",this.element[0]).each(function(){var d=e.data(this,"selectable-item");d.$element.removeClass("ui-selecting").addClass("ui-selected");d.selecting=false;d.selected=true;d.startselected=true;f._trigger("selected",c,{selected:d.element})});this._trigger("stop",c);this.helper.remove();return false}});e.extend(e.ui.selectable,{version:"1.8.13"})})(jQuery);;(function(d){d.widget("ui.sortable",d.ui.mouse,{widgetEventPrefix:"sort",options:{appendTo:"parent",axis:false,connectWith:false,containment:false,cursor:"auto",cursorAt:false,dropOnEmpty:true,forcePlaceholderSize:false,forceHelperSize:false,grid:false,handle:false,helper:"original",items:"> *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1E3},_create:function(){var a=this.options;this.containerCache={};this.element.addClass("ui-sortable");this.refresh();this.floating=this.items.length?a.axis==="x"||/left|right/.test(this.items[0].item.css("float"))||/inline|table-cell/.test(this.items[0].item.css("display")):false;this.offset=this.element.offset();this._mouseInit()},destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").removeData("sortable").unbind(".sortable");this._mouseDestroy();for(var a=this.items.length-1;a>=0;a--)this.items[a].item.removeData("sortable-item");return this},_setOption:function(a,b){if(a==="disabled"){this.options[a]=b;this.widget()[b?"addClass":"removeClass"]("ui-sortable-disabled")}else d.Widget.prototype._setOption.apply(this,arguments)},_mouseCapture:function(a,b){if(this.reverting)return false;if(this.options.disabled||this.options.type=="static")return false;this._refreshItems(a);var c=null,e=this;d(a.target).parents().each(function(){if(d.data(this,"sortable-item")==e){c=d(this);return false}});if(d.data(a.target,"sortable-item")==e)c=d(a.target);if(!c)return false;if(this.options.handle&&!b){var f=false;d(this.options.handle,c).find("*").andSelf().each(function(){if(this==a.target)f=true});if(!f)return false}this.currentItem=c;this._removeCurrentsFromItems();return true},_mouseStart:function(a,b,c){b=this.options;var e=this;this.currentContainer=this;this.refreshPositions();this.helper=this._createHelper(a);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");d.extend(this.offset,{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]};this.helper[0]!=this.currentItem[0]&&this.currentItem.hide();this._createPlaceholder();b.containment&&this._setContainment();if(b.cursor){if(d("body").css("cursor"))this._storedCursor=d("body").css("cursor");d("body").css("cursor",b.cursor)}if(b.opacity){if(this.helper.css("opacity"))this._storedOpacity=this.helper.css("opacity");this.helper.css("opacity",b.opacity)}if(b.zIndex){if(this.helper.css("zIndex"))this._storedZIndex=this.helper.css("zIndex");this.helper.css("zIndex",b.zIndex)}if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML")this.overflowOffset=this.scrollParent.offset();this._trigger("start",a,this._uiHash());this._preserveHelperProportions||this._cacheHelperProportions();if(!c)for(c=this.containers.length-1;c>=0;c--)this.containers[c]._trigger("activate",a,e._uiHash(this));if(d.ui.ddmanager)d.ui.ddmanager.current=this;d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(a);return true},_mouseDrag:function(a){this.position=this._generatePosition(a);this.positionAbs=this._convertPositionTo("absolute");if(!this.lastPositionAbs)this.lastPositionAbs=this.positionAbs;if(this.options.scroll){var b=this.options,c=false;if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){if(this.overflowOffset.top+this.scrollParent[0].offsetHeight-a.pageY<b.scrollSensitivity)this.scrollParent[0].scrollTop=c=this.scrollParent[0].scrollTop+b.scrollSpeed;else if(a.pageY-this.overflowOffset.top<b.scrollSensitivity)this.scrollParent[0].scrollTop=c=this.scrollParent[0].scrollTop-b.scrollSpeed;if(this.overflowOffset.left+this.scrollParent[0].offsetWidth-a.pageX<b.scrollSensitivity)this.scrollParent[0].scrollLeft=c=this.scrollParent[0].scrollLeft+b.scrollSpeed;else if(a.pageX-this.overflowOffset.left<b.scrollSensitivity)this.scrollParent[0].scrollLeft=c=this.scrollParent[0].scrollLeft-b.scrollSpeed}else{if(a.pageY-d(document).scrollTop()<b.scrollSensitivity)c=d(document).scrollTop(d(document).scrollTop()-
b.scrollSpeed);else if(d(window).height()-(a.pageY-d(document).scrollTop())<b.scrollSensitivity)c=d(document).scrollTop(d(document).scrollTop()+b.scrollSpeed);if(a.pageX-d(document).scrollLeft()<b.scrollSensitivity)c=d(document).scrollLeft(d(document).scrollLeft()-b.scrollSpeed);else if(d(window).width()-(a.pageX-d(document).scrollLeft())<b.scrollSensitivity)c=d(document).scrollLeft(d(document).scrollLeft()+b.scrollSpeed)}c!==false&&d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a)}this.positionAbs=this._convertPositionTo("absolute");if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+"px";if(!this.options.axis||this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";for(b=this.items.length-1;b>=0;b--){c=this.items[b];var e=c.item[0],f=this._intersectsWithPointer(c);if(f)if(e!=this.currentItem[0]&&this.placeholder[f==1?"next":"prev"]()[0]!=e&&!d.ui.contains(this.placeholder[0],e)&&(this.options.type=="semi-dynamic"?!d.ui.contains(this.element[0],e):true)){this.direction=f==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(c))this._rearrange(a,c);else break;this._trigger("change",a,this._uiHash());break}}this._contactContainers(a);d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);this._trigger("sort",a,this._uiHash());this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(a,b){if(a){d.ui.ddmanager&&!this.options.dropBehaviour&&d.ui.ddmanager.drop(this,a);if(this.options.revert){var c=this;b=c.placeholder.offset();c.reverting=true;d(this.helper).animate({left:b.left-this.offset.parent.left-c.margins.left+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollLeft),top:b.top-this.offset.parent.top-c.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){c._clear(a)})}else this._clear(a,b);return false}},cancel:function(){var a=this;if(this.dragging){this._mouseUp({target:null});this.options.helper=="original"?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"):this.currentItem.show();for(var b=this.containers.length-1;b>=0;b--){this.containers[b]._trigger("deactivate",null,a._uiHash(this));if(this.containers[b].containerCache.over){this.containers[b]._trigger("out",null,a._uiHash(this));this.containers[b].containerCache.over=0}}}if(this.placeholder){this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]);this.options.helper!="original"&&this.helper&&this.helper[0].parentNode&&this.helper.remove();d.extend(this,{helper:null,dragging:false,reverting:false,_noFinalSort:null});this.domPosition.prev?d(this.domPosition.prev).after(this.currentItem):d(this.domPosition.parent).prepend(this.currentItem)}return this},serialize:function(a){var b=this._getItemsAsjQuery(a&&a.connected),c=[];a=a||{};d(b).each(function(){var e=(d(a.item||this).attr(a.attribute||"id")||"").match(a.expression||/(.+)[-=_](.+)/);if(e)c.push((a.key||e[1]+"[]")+"="+(a.key&&a.expression?e[1]:e[2]))});!c.length&&a.key&&c.push(a.key+"=");return c.join("&")},toArray:function(a){var b=this._getItemsAsjQuery(a&&a.connected),c=[];a=a||{};b.each(function(){c.push(d(a.item||this).attr(a.attribute||"id")||"")});return c},_intersectsWith:function(a){var b=this.positionAbs.left,c=b+this.helperProportions.width,e=this.positionAbs.top,f=e+this.helperProportions.height,g=a.left,h=g+a.width,i=a.top,k=i+a.height,j=this.offset.click.top,l=this.offset.click.left;j=e+j>i&&e+j<k&&b+l>g&&b+l<h;return this.options.tolerance=="pointer"||this.options.forcePointerForContainers||this.options.tolerance!="pointer"&&this.helperProportions[this.floating?"width":"height"]>a[this.floating?"width":"height"]?j:g<b+this.helperProportions.width/2&&c-this.helperProportions.width/2<h&&i<e+this.helperProportions.height/2&&f-this.helperProportions.height/2<k},_intersectsWithPointer:function(a){var b=d.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,a.top,a.height);a=d.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,a.left,a.width);b=b&&a;a=this._getDragVerticalDirection();var c=this._getDragHorizontalDirection();if(!b)return false;return this.floating?c&&c=="right"||a=="down"?2:1:a&&(a=="down"?2:1)},_intersectsWithSides:function(a){var b=d.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,a.top+a.height/2,a.height);a=d.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,a.left+a.width/2,a.width);var c=this._getDragVerticalDirection(),e=this._getDragHorizontalDirection();return this.floating&&e?e=="right"&&a||e=="left"&&!a:c&&(c=="down"&&b||c=="up"&&!b)},_getDragVerticalDirection:function(){var a=this.positionAbs.top-this.lastPositionAbs.top;return a!=0&&(a>0?"down":"up")},_getDragHorizontalDirection:function(){var a=this.positionAbs.left-this.lastPositionAbs.left;return a!=0&&(a>0?"right":"left")},refresh:function(a){this._refreshItems(a);this.refreshPositions();return this},_connectWith:function(){var a=this.options;return a.connectWith.constructor==String?[a.connectWith]:a.connectWith},_getItemsAsjQuery:function(a){var b=[],c=[],e=this._connectWith();if(e&&a)for(a=e.length-1;a>=0;a--)for(var f=d(e[a]),g=f.length-1;g>=0;g--){var h=d.data(f[g],"sortable");if(h&&h!=this&&!h.options.disabled)c.push([d.isFunction(h.options.items)?h.options.items.call(h.element):d(h.options.items,h.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),h])}c.push([d.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):d(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]);for(a=c.length-1;a>=0;a--)c[a][0].each(function(){b.push(this)});return d(b)},_removeCurrentsFromItems:function(){for(var a=this.currentItem.find(":data(sortable-item)"),b=0;b<this.items.length;b++)for(var c=0;c<a.length;c++)a[c]==this.items[b].item[0]&&this.items.splice(b,1)},_refreshItems:function(a){this.items=[];this.containers=[this];var b=this.items,c=[[d.isFunction(this.options.items)?this.options.items.call(this.element[0],a,{item:this.currentItem}):d(this.options.items,this.element),this]],e=this._connectWith();if(e)for(var f=e.length-1;f>=0;f--)for(var g=d(e[f]),h=g.length-1;h>=0;h--){var i=d.data(g[h],"sortable");if(i&&i!=this&&!i.options.disabled){c.push([d.isFunction(i.options.items)?i.options.items.call(i.element[0],a,{item:this.currentItem}):d(i.options.items,i.element),i]);this.containers.push(i)}}for(f=c.length-1;f>=0;f--){a=c[f][1];e=c[f][0];h=0;for(g=e.length;h<g;h++){i=d(e[h]);i.data("sortable-item",a);b.push({item:i,instance:a,width:0,height:0,left:0,top:0})}}},refreshPositions:function(a){if(this.offsetParent&&this.helper)this.offset.parent=this._getParentOffset();for(var b=this.items.length-1;b>=0;b--){var c=this.items[b];if(!(c.instance!=this.currentContainer&&this.currentContainer&&c.item[0]!=this.currentItem[0])){var e=this.options.toleranceElement?d(this.options.toleranceElement,c.item):c.item;if(!a){c.width=e.outerWidth();c.height=e.outerHeight()}e=e.offset();c.left=e.left;c.top=e.top}}if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(b=this.containers.length-1;b>=0;b--){e=this.containers[b].element.offset();this.containers[b].containerCache.left=e.left;this.containers[b].containerCache.top=e.top;this.containers[b].containerCache.width=this.containers[b].element.outerWidth();this.containers[b].containerCache.height=this.containers[b].element.outerHeight()}return this},_createPlaceholder:function(a){var b=a||this,c=b.options;if(!c.placeholder||c.placeholder.constructor==String){var e=c.placeholder;c.placeholder={element:function(){var f=d(document.createElement(b.currentItem[0].nodeName)).addClass(e||b.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0];if(!e)f.style.visibility="hidden";return f},update:function(f,g){if(!(e&&!c.forcePlaceholderSize)){g.height()||g.height(b.currentItem.innerHeight()-parseInt(b.currentItem.css("paddingTop")||0,10)-parseInt(b.currentItem.css("paddingBottom")||0,10));g.width()||g.width(b.currentItem.innerWidth()-parseInt(b.currentItem.css("paddingLeft")||0,10)-parseInt(b.currentItem.css("paddingRight")||0,10))}}}}b.placeholder=d(c.placeholder.element.call(b.element,b.currentItem));b.currentItem.after(b.placeholder);c.placeholder.update(b,b.placeholder)},_contactContainers:function(a){for(var b=null,c=null,e=this.containers.length-1;e>=0;e--)if(!d.ui.contains(this.currentItem[0],this.containers[e].element[0]))if(this._intersectsWith(this.containers[e].containerCache)){if(!(b&&d.ui.contains(this.containers[e].element[0],b.element[0]))){b=this.containers[e];c=e}}else if(this.containers[e].containerCache.over){this.containers[e]._trigger("out",a,this._uiHash(this));this.containers[e].containerCache.over=0}if(b)if(this.containers.length===1){this.containers[c]._trigger("over",a,this._uiHash(this));this.containers[c].containerCache.over=1}else if(this.currentContainer!=this.containers[c]){b=1E4;e=null;for(var f=this.positionAbs[this.containers[c].floating?"left":"top"],g=this.items.length-1;g>=0;g--)if(d.ui.contains(this.containers[c].element[0],this.items[g].item[0])){var h=this.items[g][this.containers[c].floating?"left":"top"];if(Math.abs(h-
f)<b){b=Math.abs(h-f);e=this.items[g]}}if(e||this.options.dropOnEmpty){this.currentContainer=this.containers[c];e?this._rearrange(a,e,null,true):this._rearrange(a,null,this.containers[c].element,true);this._trigger("change",a,this._uiHash());this.containers[c]._trigger("change",a,this._uiHash(this));this.options.placeholder.update(this.currentContainer,this.placeholder);this.containers[c]._trigger("over",a,this._uiHash(this));this.containers[c].containerCache.over=1}}},_createHelper:function(a){var b=this.options;a=d.isFunction(b.helper)?d(b.helper.apply(this.element[0],[a,this.currentItem])):b.helper=="clone"?this.currentItem.clone():this.currentItem;a.parents("body").length||d(b.appendTo!="parent"?b.appendTo:this.currentItem[0].parentNode)[0].appendChild(a[0]);if(a[0]==this.currentItem[0])this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")};if(a[0].style.width==""||b.forceHelperSize)a.width(this.currentItem.width());if(a[0].style.height==""||b.forceHelperSize)a.height(this.currentItem.height());return a},_adjustOffsetFromHelper:function(a){if(typeof a=="string")a=a.split(" ");if(d.isArray(a))a={left:+a[0],top:+a[1]||0};if("left"in a)this.offset.click.left=a.left+this.margins.left;if("right"in a)this.offset.click.left=this.helperProportions.width-a.right+this.margins.left;if("top"in a)this.offset.click.top=a.top+this.margins.top;if("bottom"in a)this.offset.click.top=this.helperProportions.height-a.bottom+this.margins.top},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var a=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0])){a.left+=this.scrollParent.scrollLeft();a.top+=this.scrollParent.scrollTop()}if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&d.browser.msie)a={top:0,left:0};return{top:a.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:a.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var a=this.currentItem.position();return{top:a.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:a.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.currentItem.css("marginLeft"),10)||0,top:parseInt(this.currentItem.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var a=this.options;if(a.containment=="parent")a.containment=this.helper[0].parentNode;if(a.containment=="document"||a.containment=="window")this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,d(a.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(d(a.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];if(!/^(document|window|parent)$/.test(a.containment)){var b=d(a.containment)[0];a=d(a.containment).offset();var c=d(b).css("overflow")!="hidden";this.containment=[a.left+(parseInt(d(b).css("borderLeftWidth"),10)||0)+(parseInt(d(b).css("paddingLeft"),10)||0)-this.margins.left,a.top+(parseInt(d(b).css("borderTopWidth"),10)||0)+(parseInt(d(b).css("paddingTop"),10)||0)-this.margins.top,a.left+(c?Math.max(b.scrollWidth,b.offsetWidth):b.offsetWidth)-(parseInt(d(b).css("borderLeftWidth"),10)||0)-(parseInt(d(b).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,a.top+(c?Math.max(b.scrollHeight,b.offsetHeight):b.offsetHeight)-(parseInt(d(b).css("borderTopWidth"),10)||0)-(parseInt(d(b).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}},_convertPositionTo:function(a,b){if(!b)b=this.position;a=a=="absolute"?1:-1;var c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,e=/(html|body)/i.test(c[0].tagName);return{top:b.top+this.offset.relative.top*a+this.offset.parent.top*a-(d.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():e?0:c.scrollTop())*a),left:b.left+this.offset.relative.left*a+this.offset.parent.left*a-(d.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():e?0:c.scrollLeft())*a)}},_generatePosition:function(a){var b=this.options,c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,e=/(html|body)/i.test(c[0].tagName);if(this.cssPosition=="relative"&&!(this.scrollParent[0]!=document&&this.scrollParent[0]!=this.offsetParent[0]))this.offset.relative=this._getRelativeOffset();var f=a.pageX,g=a.pageY;if(this.originalPosition){if(this.containment){if(a.pageX-this.offset.click.left<this.containment[0])f=this.containment[0]+this.offset.click.left;if(a.pageY-this.offset.click.top<this.containment[1])g=this.containment[1]+this.offset.click.top;if(a.pageX-this.offset.click.left>this.containment[2])f=this.containment[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>this.containment[3])g=this.containment[3]+this.offset.click.top}if(b.grid){g=this.originalPageY+Math.round((g-
this.originalPageY)/b.grid[1])*b.grid[1];g=this.containment?!(g-this.offset.click.top<this.containment[1]||g-this.offset.click.top>this.containment[3])?g:!(g-this.offset.click.top<this.containment[1])?g-b.grid[1]:g+b.grid[1]:g;f=this.originalPageX+Math.round((f-this.originalPageX)/b.grid[0])*b.grid[0];f=this.containment?!(f-this.offset.click.left<this.containment[0]||f-this.offset.click.left>this.containment[2])?f:!(f-this.offset.click.left<this.containment[0])?f-b.grid[0]:f+b.grid[0]:f}}return{top:g-
this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(d.browser.safari&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollTop():e?0:c.scrollTop()),left:f-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(d.browser.safari&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():e?0:c.scrollLeft())}},_rearrange:function(a,b,c,e){c?c[0].appendChild(this.placeholder[0]):b.item[0].parentNode.insertBefore(this.placeholder[0],this.direction=="down"?b.item[0]:b.item[0].nextSibling);this.counter=this.counter?++this.counter:1;var f=this,g=this.counter;window.setTimeout(function(){g==f.counter&&f.refreshPositions(!e)},0)},_clear:function(a,b){this.reverting=false;var c=[];!this._noFinalSort&&this.currentItem[0].parentNode&&this.placeholder.before(this.currentItem);this._noFinalSort=null;if(this.helper[0]==this.currentItem[0]){for(var e in this._storedCSS)if(this._storedCSS[e]=="auto"||this._storedCSS[e]=="static")this._storedCSS[e]="";this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper")}else this.currentItem.show();this.fromOutside&&!b&&c.push(function(f){this._trigger("receive",f,this._uiHash(this.fromOutside))});if((this.fromOutside||this.domPosition.prev!=this.currentItem.prev().not(".ui-sortable-helper")[0]||this.domPosition.parent!=this.currentItem.parent()[0])&&!b)c.push(function(f){this._trigger("update",f,this._uiHash())});if(!d.ui.contains(this.element[0],this.currentItem[0])){b||c.push(function(f){this._trigger("remove",f,this._uiHash())});for(e=this.containers.length-1;e>=0;e--)if(d.ui.contains(this.containers[e].element[0],this.currentItem[0])&&!b){c.push(function(f){return function(g){f._trigger("receive",g,this._uiHash(this))}}.call(this,this.containers[e]));c.push(function(f){return function(g){f._trigger("update",g,this._uiHash(this))}}.call(this,this.containers[e]))}}for(e=this.containers.length-1;e>=0;e--){b||c.push(function(f){return function(g){f._trigger("deactivate",g,this._uiHash(this))}}.call(this,this.containers[e]));if(this.containers[e].containerCache.over){c.push(function(f){return function(g){f._trigger("out",g,this._uiHash(this))}}.call(this,this.containers[e]));this.containers[e].containerCache.over=0}}this._storedCursor&&d("body").css("cursor",this._storedCursor);this._storedOpacity&&this.helper.css("opacity",this._storedOpacity);if(this._storedZIndex)this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex);this.dragging=false;if(this.cancelHelperRemoval){if(!b){this._trigger("beforeStop",a,this._uiHash());for(e=0;e<c.length;e++)c[e].call(this,a);this._trigger("stop",a,this._uiHash())}return false}b||this._trigger("beforeStop",a,this._uiHash());this.placeholder[0].parentNode.removeChild(this.placeholder[0]);this.helper[0]!=this.currentItem[0]&&this.helper.remove();this.helper=null;if(!b){for(e=0;e<c.length;e++)c[e].call(this,a);this._trigger("stop",a,this._uiHash())}this.fromOutside=false;return true},_trigger:function(){d.Widget.prototype._trigger.apply(this,arguments)===false&&this.cancel()},_uiHash:function(a){var b=a||this;return{helper:b.helper,placeholder:b.placeholder||d([]),position:b.position,originalPosition:b.originalPosition,offset:b.positionAbs,item:b.currentItem,sender:a?a.element:null}}});d.extend(d.ui.sortable,{version:"1.8.13"})})(jQuery);;(function(c){c.widget("ui.accordion",{options:{active:0,animated:"slide",autoHeight:true,clearStyle:false,collapsible:false,event:"click",fillSpace:false,header:"> li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()===location.href.toLowerCase()}},_create:function(){var a=this,b=a.options;a.running=0;a.element.addClass("ui-accordion ui-widget ui-helper-reset").children("li").addClass("ui-accordion-li-fix");a.headers=a.element.find(b.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){b.disabled||c(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){b.disabled||c(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){b.disabled||c(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){b.disabled||c(this).removeClass("ui-state-focus")});a.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");if(b.navigation){var d=a.element.find("a").filter(b.navigationFilter).eq(0);if(d.length){var h=d.closest(".ui-accordion-header");a.active=h.length?h:d.closest(".ui-accordion-content").prev()}}a.active=a._findActive(a.active||b.active).addClass("ui-state-default ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");a.active.next().addClass("ui-accordion-content-active");a._createIcons();a.resize();a.element.attr("role","tablist");a.headers.attr("role","tab").bind("keydown.accordion",function(f){return a._keydown(f)}).next().attr("role","tabpanel");a.headers.not(a.active||"").attr({"aria-expanded":"false","aria-selected":"false",tabIndex:-1}).next().hide();a.active.length?a.active.attr({"aria-expanded":"true","aria-selected":"true",tabIndex:0}):a.headers.eq(0).attr("tabIndex",0);c.browser.safari||a.headers.find("a").attr("tabIndex",-1);b.event&&a.headers.bind(b.event.split(" ").join(".accordion ")+".accordion",function(f){a._clickHandler.call(a,f,this);f.preventDefault()})},_createIcons:function(){var a=this.options;if(a.icons){c("<span></span>").addClass("ui-icon "+a.icons.header).prependTo(this.headers);this.active.children(".ui-icon").toggleClass(a.icons.header).toggleClass(a.icons.headerSelected);this.element.addClass("ui-accordion-icons")}},_destroyIcons:function(){this.headers.children(".ui-icon").remove();this.element.removeClass("ui-accordion-icons")},destroy:function(){var a=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-accordion-disabled ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("aria-selected").removeAttr("tabIndex");this.headers.find("a").removeAttr("tabIndex");this._destroyIcons();var b=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-accordion-disabled ui-state-disabled");if(a.autoHeight||a.fillHeight)b.css("height","");return c.Widget.prototype.destroy.call(this)},_setOption:function(a,b){c.Widget.prototype._setOption.apply(this,arguments);a=="active"&&this.activate(b);if(a=="icons"){this._destroyIcons();b&&this._createIcons()}if(a=="disabled")this.headers.add(this.headers.next())[b?"addClass":"removeClass"]("ui-accordion-disabled ui-state-disabled")},_keydown:function(a){if(!(this.options.disabled||a.altKey||a.ctrlKey)){var b=c.ui.keyCode,d=this.headers.length,h=this.headers.index(a.target),f=false;switch(a.keyCode){case b.RIGHT:case b.DOWN:f=this.headers[(h+1)%d];break;case b.LEFT:case b.UP:f=this.headers[(h-1+d)%d];break;case b.SPACE:case b.ENTER:this._clickHandler({target:a.target},a.target);a.preventDefault()}if(f){c(a.target).attr("tabIndex",-1);c(f).attr("tabIndex",0);f.focus();return false}return true}},resize:function(){var a=this.options,b;if(a.fillSpace){if(c.browser.msie){var d=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}b=this.element.parent().height();c.browser.msie&&this.element.parent().css("overflow",d);this.headers.each(function(){b-=c(this).outerHeight(true)});this.headers.next().each(function(){c(this).height(Math.max(0,b-c(this).innerHeight()+
c(this).height()))}).css("overflow","auto")}else if(a.autoHeight){b=0;this.headers.next().each(function(){b=Math.max(b,c(this).height("").height())}).height(b)}return this},activate:function(a){this.options.active=a;a=this._findActive(a)[0];this._clickHandler({target:a},a);return this},_findActive:function(a){return a?typeof a==="number"?this.headers.filter(":eq("+a+")"):this.headers.not(this.headers.not(a)):a===false?c([]):this.headers.filter(":eq(0)")},_clickHandler:function(a,b){var d=this.options;if(!d.disabled)if(a.target){a=c(a.currentTarget||b);b=a[0]===this.active[0];d.active=d.collapsible&&b?false:this.headers.index(a);if(!(this.running||!d.collapsible&&b)){var h=this.active;j=a.next();g=this.active.next();e={options:d,newHeader:b&&d.collapsible?c([]):a,oldHeader:this.active,newContent:b&&d.collapsible?c([]):j,oldContent:g};var f=this.headers.index(this.active[0])>this.headers.index(a[0]);this.active=b?c([]):a;this._toggle(j,g,e,b,f);h.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);if(!b){a.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").children(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected);a.next().addClass("ui-accordion-content-active")}}}else if(d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");var g=this.active.next(),e={options:d,newHeader:c([]),oldHeader:d.active,newContent:c([]),oldContent:g},j=this.active=c([]);this._toggle(j,g,e)}},_toggle:function(a,b,d,h,f){var g=this,e=g.options;g.toShow=a;g.toHide=b;g.data=d;var j=function(){if(g)return g._completed.apply(g,arguments)};g._trigger("changestart",null,g.data);g.running=b.size()===0?a.size():b.size();if(e.animated){d={};d=e.collapsible&&h?{toShow:c([]),toHide:b,complete:j,down:f,autoHeight:e.autoHeight||e.fillSpace}:{toShow:a,toHide:b,complete:j,down:f,autoHeight:e.autoHeight||e.fillSpace};if(!e.proxied)e.proxied=e.animated;if(!e.proxiedDuration)e.proxiedDuration=e.duration;e.animated=c.isFunction(e.proxied)?e.proxied(d):e.proxied;e.duration=c.isFunction(e.proxiedDuration)?e.proxiedDuration(d):e.proxiedDuration;h=c.ui.accordion.animations;var i=e.duration,k=e.animated;if(k&&!h[k]&&!c.easing[k])k="slide";h[k]||(h[k]=function(l){this.slide(l,{easing:k,duration:i||700})});h[k](d)}else{if(e.collapsible&&h)a.toggle();else{b.hide();a.show()}j(true)}b.prev().attr({"aria-expanded":"false","aria-selected":"false",tabIndex:-1}).blur();a.prev().attr({"aria-expanded":"true","aria-selected":"true",tabIndex:0}).focus()},_completed:function(a){this.running=a?0:--this.running;if(!this.running){this.options.clearStyle&&this.toShow.add(this.toHide).css({height:"",overflow:""});this.toHide.removeClass("ui-accordion-content-active");if(this.toHide.length)this.toHide.parent()[0].className=this.toHide.parent()[0].className;this._trigger("change",null,this.data)}}});c.extend(c.ui.accordion,{version:"1.8.13",animations:{slide:function(a,b){a=c.extend({easing:"swing",duration:300},a,b);if(a.toHide.size())if(a.toShow.size()){var d=a.toShow.css("overflow"),h=0,f={},g={},e;b=a.toShow;e=b[0].style.width;b.width(parseInt(b.parent().width(),10)-parseInt(b.css("paddingLeft"),10)-parseInt(b.css("paddingRight"),10)-(parseInt(b.css("borderLeftWidth"),10)||0)-(parseInt(b.css("borderRightWidth"),10)||0));c.each(["height","paddingTop","paddingBottom"],function(j,i){g[i]="hide";j=(""+c.css(a.toShow[0],i)).match(/^([\d+-.]+)(.*)$/);f[i]={value:j[1],unit:j[2]||"px"}});a.toShow.css({height:0,overflow:"hidden"}).show();a.toHide.filter(":hidden").each(a.complete).end().filter(":visible").animate(g,{step:function(j,i){if(i.prop=="height")h=i.end-i.start===0?0:(i.now-i.start)/(i.end-i.start);a.toShow[0].style[i.prop]=h*f[i.prop].value+f[i.prop].unit},duration:a.duration,easing:a.easing,complete:function(){a.autoHeight||a.toShow.css("height","");a.toShow.css({width:e,overflow:d});a.complete()}})}else a.toHide.animate({height:"hide",paddingTop:"hide",paddingBottom:"hide"},a);else a.toShow.animate({height:"show",paddingTop:"show",paddingBottom:"show"},a)},bounceslide:function(a){this.slide(a,{easing:a.down?"easeOutBounce":"swing",duration:a.down?1E3:200})}}})})(jQuery);;(function(d){var e=0;d.widget("ui.autocomplete",{options:{appendTo:"body",autoFocus:false,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null},pending:0,_create:function(){var a=this,b=this.element[0].ownerDocument,g;this.element.addClass("ui-autocomplete-input").attr("autocomplete","off").attr({role:"textbox","aria-autocomplete":"list","aria-haspopup":"true"}).bind("keydown.autocomplete",function(c){if(!(a.options.disabled||a.element.attr("readonly"))){g=false;var f=d.ui.keyCode;switch(c.keyCode){case f.PAGE_UP:a._move("previousPage",c);break;case f.PAGE_DOWN:a._move("nextPage",c);break;case f.UP:a._move("previous",c);c.preventDefault();break;case f.DOWN:a._move("next",c);c.preventDefault();break;case f.ENTER:case f.NUMPAD_ENTER:if(a.menu.active){g=true;c.preventDefault()}case f.TAB:if(!a.menu.active)return;a.menu.select(c);break;case f.ESCAPE:a.element.val(a.term);a.close(c);break;default:clearTimeout(a.searching);a.searching=setTimeout(function(){if(a.term!=a.element.val()){a.selectedItem=null;a.search(null,c)}},a.options.delay);break}}}).bind("keypress.autocomplete",function(c){if(g){g=false;c.preventDefault()}}).bind("focus.autocomplete",function(){if(!a.options.disabled){a.selectedItem=null;a.previous=a.element.val()}}).bind("blur.autocomplete",function(c){if(!a.options.disabled){clearTimeout(a.searching);a.closing=setTimeout(function(){a.close(c);a._change(c)},150)}});this._initSource();this.response=function(){return a._response.apply(a,arguments)};this.menu=d("<ul></ul>").addClass("ui-autocomplete").appendTo(d(this.options.appendTo||"body",b)[0]).mousedown(function(c){var f=a.menu.element[0];d(c.target).closest(".ui-menu-item").length||setTimeout(function(){d(document).one("mousedown",function(h){h.target!==a.element[0]&&h.target!==f&&!d.ui.contains(f,h.target)&&a.close()})},1);setTimeout(function(){clearTimeout(a.closing)},13)}).menu({focus:function(c,f){f=f.item.data("item.autocomplete");false!==a._trigger("focus",c,{item:f})&&/^key/.test(c.originalEvent.type)&&a.element.val(f.value)},selected:function(c,f){var h=f.item.data("item.autocomplete"),i=a.previous;if(a.element[0]!==b.activeElement){a.element.focus();a.previous=i;setTimeout(function(){a.previous=i;a.selectedItem=h},1)}false!==a._trigger("select",c,{item:h})&&a.element.val(h.value);a.term=a.element.val();a.close(c);a.selectedItem=h},blur:function(){a.menu.element.is(":visible")&&a.element.val()!==a.term&&a.element.val(a.term)}}).zIndex(this.element.zIndex()+1).css({top:0,left:0}).hide().data("menu");d.fn.bgiframe&&this.menu.element.bgiframe()},destroy:function(){this.element.removeClass("ui-autocomplete-input").removeAttr("autocomplete").removeAttr("role").removeAttr("aria-autocomplete").removeAttr("aria-haspopup");this.menu.element.remove();d.Widget.prototype.destroy.call(this)},_setOption:function(a,b){d.Widget.prototype._setOption.apply(this,arguments);a==="source"&&this._initSource();if(a==="appendTo")this.menu.element.appendTo(d(b||"body",this.element[0].ownerDocument)[0]);a==="disabled"&&b&&this.xhr&&this.xhr.abort()},_initSource:function(){var a=this,b,g;if(d.isArray(this.options.source)){b=this.options.source;this.source=function(c,f){f(d.ui.autocomplete.filter(b,c.term))}}else if(typeof this.options.source==="string"){g=this.options.source;this.source=function(c,f){a.xhr&&a.xhr.abort();a.xhr=d.ajax({url:g,data:c,dataType:"json",autocompleteRequest:++e,success:function(h){this.autocompleteRequest===e&&f(h)},error:function(){this.autocompleteRequest===e&&f([])}})}}else this.source=this.options.source},search:function(a,b){a=a!=null?a:this.element.val();this.term=this.element.val();if(a.length<this.options.minLength)return this.close(b);clearTimeout(this.closing);if(this._trigger("search",b)!==false)return this._search(a)},_search:function(a){this.pending++;this.element.addClass("ui-autocomplete-loading");this.source({term:a},this.response)},_response:function(a){if(!this.options.disabled&&a&&a.length){a=this._normalize(a);this._suggest(a);this._trigger("open")}else this.close();this.pending--;this.pending||this.element.removeClass("ui-autocomplete-loading")},close:function(a){clearTimeout(this.closing);if(this.menu.element.is(":visible")){this.menu.element.hide();this.menu.deactivate();this._trigger("close",a)}},_change:function(a){this.previous!==this.element.val()&&this._trigger("change",a,{item:this.selectedItem})},_normalize:function(a){if(a.length&&a[0].label&&a[0].value)return a;return d.map(a,function(b){if(typeof b==="string")return{label:b,value:b};return d.extend({label:b.label||b.value,value:b.value||b.label},b)})},_suggest:function(a){var b=this.menu.element.empty().zIndex(this.element.zIndex()+1);this._renderMenu(b,a);this.menu.deactivate();this.menu.refresh();b.show();this._resizeMenu();b.position(d.extend({of:this.element},this.options.position));this.options.autoFocus&&this.menu.next(new d.Event("mouseover"))},_resizeMenu:function(){var a=this.menu.element;a.outerWidth(Math.max(a.width("").outerWidth(),this.element.outerWidth()))},_renderMenu:function(a,b){var g=this;d.each(b,function(c,f){g._renderItem(a,f)})},_renderItem:function(a,b){return d("<li></li>").data("item.autocomplete",b).append(d("<a></a>").text(b.label)).appendTo(a)},_move:function(a,b){if(this.menu.element.is(":visible"))if(this.menu.first()&&/^previous/.test(a)||this.menu.last()&&/^next/.test(a)){this.element.val(this.term);this.menu.deactivate()}else this.menu[a](b);else this.search(null,b)},widget:function(){return this.menu.element}});d.extend(d.ui.autocomplete,{escapeRegex:function(a){return a.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")},filter:function(a,b){var g=new RegExp(d.ui.autocomplete.escapeRegex(b),"i");return d.grep(a,function(c){return g.test(c.label||c.value||c)})}})})(jQuery);(function(d){d.widget("ui.menu",{_create:function(){var e=this;this.element.addClass("ui-menu ui-widget ui-widget-content ui-corner-all").attr({role:"listbox","aria-activedescendant":"ui-active-menuitem"}).click(function(a){if(d(a.target).closest(".ui-menu-item a").length){a.preventDefault();e.select(a)}});this.refresh()},refresh:function(){var e=this;this.element.children("li:not(.ui-menu-item):has(a)").addClass("ui-menu-item").attr("role","menuitem").children("a").addClass("ui-corner-all").attr("tabindex",-1).mouseenter(function(a){e.activate(a,d(this).parent())}).mouseleave(function(){e.deactivate()})},activate:function(e,a){this.deactivate();if(this.hasScroll()){var b=a.offset().top-this.element.offset().top,g=this.element.scrollTop(),c=this.element.height();if(b<0)this.element.scrollTop(g+b);else b>=c&&this.element.scrollTop(g+b-c+a.height())}this.active=a.eq(0).children("a").addClass("ui-state-hover").attr("id","ui-active-menuitem").end();this._trigger("focus",e,{item:a})},deactivate:function(){if(this.active){this.active.children("a").removeClass("ui-state-hover").removeAttr("id");this._trigger("blur");this.active=null}},next:function(e){this.move("next",".ui-menu-item:first",e)},previous:function(e){this.move("prev",".ui-menu-item:last",e)},first:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},last:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},move:function(e,a,b){if(this.active){e=this.active[e+"All"](".ui-menu-item").eq(0);e.length?this.activate(b,e):this.activate(b,this.element.children(a))}else this.activate(b,this.element.children(a))},nextPage:function(e){if(this.hasScroll())if(!this.active||this.last())this.activate(e,this.element.children(".ui-menu-item:first"));else{var a=this.active.offset().top,b=this.element.height(),g=this.element.children(".ui-menu-item").filter(function(){var c=d(this).offset().top-a-b+d(this).height();return c<10&&c>-10});g.length||(g=this.element.children(".ui-menu-item:last"));this.activate(e,g)}else this.activate(e,this.element.children(".ui-menu-item").filter(!this.active||this.last()?":first":":last"))},previousPage:function(e){if(this.hasScroll())if(!this.active||this.first())this.activate(e,this.element.children(".ui-menu-item:last"));else{var a=this.active.offset().top,b=this.element.height();result=this.element.children(".ui-menu-item").filter(function(){var g=d(this).offset().top-a+b-d(this).height();return g<10&&g>-10});result.length||(result=this.element.children(".ui-menu-item:first"));this.activate(e,result)}else this.activate(e,this.element.children(".ui-menu-item").filter(!this.active||this.first()?":last":":first"))},hasScroll:function(){return this.element.height()<this.element[d.fn.prop?"prop":"attr"]("scrollHeight")},select:function(e){this._trigger("selected",e,{item:this.active})}})})(jQuery);;(function(a){var g,i=function(b){a(":ui-button",b.target.form).each(function(){var c=a(this).data("button");setTimeout(function(){c.refresh()},1)})},h=function(b){var c=b.name,d=b.form,f=a([]);if(c)f=d?a(d).find("[name='"+c+"']"):a("[name='"+c+"']",b.ownerDocument).filter(function(){return!this.form});return f};a.widget("ui.button",{options:{disabled:null,text:true,label:null,icons:{primary:null,secondary:null}},_create:function(){this.element.closest("form").unbind("reset.button").bind("reset.button",i);if(typeof this.options.disabled!=="boolean")this.options.disabled=this.element.attr("disabled");this._determineButtonType();this.hasTitle=!!this.buttonElement.attr("title");var b=this,c=this.options,d=this.type==="checkbox"||this.type==="radio",f="ui-state-hover"+(!d?" ui-state-active":"");if(c.label===null)c.label=this.buttonElement.html();if(this.element.is(":disabled"))c.disabled=true;this.buttonElement.addClass("ui-button ui-widget ui-state-default ui-corner-all").attr("role","button").bind("mouseenter.button",function(){if(!c.disabled){a(this).addClass("ui-state-hover");this===g&&a(this).addClass("ui-state-active")}}).bind("mouseleave.button",function(){c.disabled||a(this).removeClass(f)}).bind("focus.button",function(){a(this).addClass("ui-state-focus")}).bind("blur.button",function(){a(this).removeClass("ui-state-focus")}).bind("click.button",function(e){c.disabled&&e.stopImmediatePropagation()});d&&this.element.bind("change.button",function(){b.refresh()});if(this.type==="checkbox")this.buttonElement.bind("click.button",function(){if(c.disabled)return false;a(this).toggleClass("ui-state-active");b.buttonElement.attr("aria-pressed",b.element[0].checked)});else if(this.type==="radio")this.buttonElement.bind("click.button",function(){if(c.disabled)return false;a(this).addClass("ui-state-active");b.buttonElement.attr("aria-pressed",true);var e=b.element[0];h(e).not(e).map(function(){return a(this).button("widget")[0]}).removeClass("ui-state-active").attr("aria-pressed",false)});else{this.buttonElement.bind("mousedown.button",function(){if(c.disabled)return false;a(this).addClass("ui-state-active");g=this;a(document).one("mouseup",function(){g=null})}).bind("mouseup.button",function(){if(c.disabled)return false;a(this).removeClass("ui-state-active")}).bind("keydown.button",function(e){if(c.disabled)return false;if(e.keyCode==a.ui.keyCode.SPACE||e.keyCode==a.ui.keyCode.ENTER)a(this).addClass("ui-state-active")}).bind("keyup.button",function(){a(this).removeClass("ui-state-active")});this.buttonElement.is("a")&&this.buttonElement.keyup(function(e){e.keyCode===a.ui.keyCode.SPACE&&a(this).click()})}this._setOption("disabled",c.disabled)},_determineButtonType:function(){this.type=this.element.is(":checkbox")?"checkbox":this.element.is(":radio")?"radio":this.element.is("input")?"input":"button";if(this.type==="checkbox"||this.type==="radio"){var b=this.element.parents().filter(":last"),c="label[for="+this.element.attr("id")+"]";this.buttonElement=b.find(c);if(!this.buttonElement.length){b=b.length?b.siblings():this.element.siblings();this.buttonElement=b.filter(c);if(!this.buttonElement.length)this.buttonElement=b.find(c)}this.element.addClass("ui-helper-hidden-accessible");(b=this.element.is(":checked"))&&this.buttonElement.addClass("ui-state-active");this.buttonElement.attr("aria-pressed",b)}else this.buttonElement=this.element},widget:function(){return this.buttonElement},destroy:function(){this.element.removeClass("ui-helper-hidden-accessible");this.buttonElement.removeClass("ui-button ui-widget ui-state-default ui-corner-all ui-state-hover ui-state-active  ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary ui-button-text-only").removeAttr("role").removeAttr("aria-pressed").html(this.buttonElement.find(".ui-button-text").html());this.hasTitle||this.buttonElement.removeAttr("title");a.Widget.prototype.destroy.call(this)},_setOption:function(b,c){a.Widget.prototype._setOption.apply(this,arguments);if(b==="disabled")c?this.element.attr("disabled",true):this.element.removeAttr("disabled");this._resetButton()},refresh:function(){var b=this.element.is(":disabled");b!==this.options.disabled&&this._setOption("disabled",b);if(this.type==="radio")h(this.element[0]).each(function(){a(this).is(":checked")?a(this).button("widget").addClass("ui-state-active").attr("aria-pressed",true):a(this).button("widget").removeClass("ui-state-active").attr("aria-pressed",false)});else if(this.type==="checkbox")this.element.is(":checked")?this.buttonElement.addClass("ui-state-active").attr("aria-pressed",true):this.buttonElement.removeClass("ui-state-active").attr("aria-pressed",false)},_resetButton:function(){if(this.type==="input")this.options.label&&this.element.val(this.options.label);else{var b=this.buttonElement.removeClass("ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary ui-button-text-only"),c=a("<span></span>").addClass("ui-button-text").html(this.options.label).appendTo(b.empty()).text(),d=this.options.icons,f=d.primary&&d.secondary,e=[];if(d.primary||d.secondary){if(this.options.text)e.push("ui-button-text-icon"+(f?"s":d.primary?"-primary":"-secondary"));d.primary&&b.prepend("<span class='ui-button-icon-primary ui-icon "+d.primary+"'></span>");d.secondary&&b.append("<span class='ui-button-icon-secondary ui-icon "+d.secondary+"'></span>");if(!this.options.text){e.push(f?"ui-button-icons-only":"ui-button-icon-only");this.hasTitle||b.attr("title",c)}}else e.push("ui-button-text-only");b.addClass(e.join(" "))}}});a.widget("ui.buttonset",{options:{items:":button, :submit, :reset, :checkbox, :radio, a, :data(button)"},_create:function(){this.element.addClass("ui-buttonset")},_init:function(){this.refresh()},_setOption:function(b,c){b==="disabled"&&this.buttons.button("option",b,c);a.Widget.prototype._setOption.apply(this,arguments)},refresh:function(){this.buttons=this.element.find(this.options.items).filter(":ui-button").button("refresh").end().not(":ui-button").button().end().map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-all ui-corner-left ui-corner-right").filter(":first").addClass("ui-corner-left").end().filter(":last").addClass("ui-corner-right").end().end()},destroy:function(){this.element.removeClass("ui-buttonset");this.buttons.map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-left ui-corner-right").end().button("destroy");a.Widget.prototype.destroy.call(this)}})})(jQuery);;(function(c,l){var m={buttons:true,height:true,maxHeight:true,maxWidth:true,minHeight:true,minWidth:true,width:true},n={maxHeight:true,maxWidth:true,minHeight:true,minWidth:true},o=c.attrFn||{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true,click:true};c.widget("ui.dialog",{options:{autoOpen:true,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false,position:{my:"center",at:"center",collision:"fit",using:function(a){var b=c(this).css(a).offset().top;b<0&&c(this).css("top",a.top-b)}},resizable:true,show:null,stack:true,title:"",width:300,zIndex:1E3},_create:function(){this.originalTitle=this.element.attr("title");if(typeof this.originalTitle!=="string")this.originalTitle="";this.options.title=this.options.title||this.originalTitle;var a=this,b=a.options,d=b.title||"&#160;",e=c.ui.dialog.getTitleId(a.element),g=(a.uiDialog=c("<div></div>")).appendTo(document.body).hide().addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+
b.dialogClass).css({zIndex:b.zIndex}).attr("tabIndex",-1).css("outline",0).keydown(function(i){if(b.closeOnEscape&&i.keyCode&&i.keyCode===c.ui.keyCode.ESCAPE){a.close(i);i.preventDefault()}}).attr({role:"dialog","aria-labelledby":e}).mousedown(function(i){a.moveToTop(false,i)});a.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(g);var f=(a.uiDialogTitlebar=c("<div></div>")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(g),h=c('<a href="#"></a>').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role","button").hover(function(){h.addClass("ui-state-hover")},function(){h.removeClass("ui-state-hover")}).focus(function(){h.addClass("ui-state-focus")}).blur(function(){h.removeClass("ui-state-focus")}).click(function(i){a.close(i);return false}).appendTo(f);(a.uiDialogTitlebarCloseText=c("<span></span>")).addClass("ui-icon ui-icon-closethick").text(b.closeText).appendTo(h);c("<span></span>").addClass("ui-dialog-title").attr("id",e).html(d).prependTo(f);if(c.isFunction(b.beforeclose)&&!c.isFunction(b.beforeClose))b.beforeClose=b.beforeclose;f.find("*").add(f).disableSelection();b.draggable&&c.fn.draggable&&a._makeDraggable();b.resizable&&c.fn.resizable&&a._makeResizable();a._createButtons(b.buttons);a._isOpen=false;c.fn.bgiframe&&g.bgiframe()},_init:function(){this.options.autoOpen&&this.open()},destroy:function(){var a=this;a.overlay&&a.overlay.destroy();a.uiDialog.hide();a.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body");a.uiDialog.remove();a.originalTitle&&a.element.attr("title",a.originalTitle);return a},widget:function(){return this.uiDialog},close:function(a){var b=this,d,e;if(false!==b._trigger("beforeClose",a)){b.overlay&&b.overlay.destroy();b.uiDialog.unbind("keypress.ui-dialog");b._isOpen=false;if(b.options.hide)b.uiDialog.hide(b.options.hide,function(){b._trigger("close",a)});else{b.uiDialog.hide();b._trigger("close",a)}c.ui.dialog.overlay.resize();if(b.options.modal){d=0;c(".ui-dialog").each(function(){if(this!==b.uiDialog[0]){e=c(this).css("z-index");isNaN(e)||(d=Math.max(d,e))}});c.ui.dialog.maxZ=d}return b}},isOpen:function(){return this._isOpen},moveToTop:function(a,b){var d=this,e=d.options;if(e.modal&&!a||!e.stack&&!e.modal)return d._trigger("focus",b);if(e.zIndex>c.ui.dialog.maxZ)c.ui.dialog.maxZ=e.zIndex;if(d.overlay){c.ui.dialog.maxZ+=1;d.overlay.$el.css("z-index",c.ui.dialog.overlay.maxZ=c.ui.dialog.maxZ)}a={scrollTop:d.element.attr("scrollTop"),scrollLeft:d.element.attr("scrollLeft")};c.ui.dialog.maxZ+=1;d.uiDialog.css("z-index",c.ui.dialog.maxZ);d.element.attr(a);d._trigger("focus",b);return d},open:function(){if(!this._isOpen){var a=this,b=a.options,d=a.uiDialog;a.overlay=b.modal?new c.ui.dialog.overlay(a):null;a._size();a._position(b.position);d.show(b.show);a.moveToTop(true);b.modal&&d.bind("keypress.ui-dialog",function(e){if(e.keyCode===c.ui.keyCode.TAB){var g=c(":tabbable",this),f=g.filter(":first");g=g.filter(":last");if(e.target===g[0]&&!e.shiftKey){f.focus(1);return false}else if(e.target===f[0]&&e.shiftKey){g.focus(1);return false}}});c(a.element.find(":tabbable").get().concat(d.find(".ui-dialog-buttonpane :tabbable").get().concat(d.get()))).eq(0).focus();a._isOpen=true;a._trigger("open");return a}},_createButtons:function(a){var b=this,d=false,e=c("<div></div>").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"),g=c("<div></div>").addClass("ui-dialog-buttonset").appendTo(e);b.uiDialog.find(".ui-dialog-buttonpane").remove();typeof a==="object"&&a!==null&&c.each(a,function(){return!(d=true)});if(d){c.each(a,function(f,h){h=c.isFunction(h)?{click:h,text:f}:h;var i=c('<button type="button"></button>').click(function(){h.click.apply(b.element[0],arguments)}).appendTo(g);c.each(h,function(j,k){if(j!=="click")j in o?i[j](k):i.attr(j,k)});c.fn.button&&i.button()});e.appendTo(b.uiDialog)}},_makeDraggable:function(){function a(f){return{position:f.position,offset:f.offset}}var b=this,d=b.options,e=c(document),g;b.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(f,h){g=d.height==="auto"?"auto":c(this).height();c(this).height(c(this).height()).addClass("ui-dialog-dragging");b._trigger("dragStart",f,a(h))},drag:function(f,h){b._trigger("drag",f,a(h))},stop:function(f,h){d.position=[h.position.left-e.scrollLeft(),h.position.top-e.scrollTop()];c(this).removeClass("ui-dialog-dragging").height(g);b._trigger("dragStop",f,a(h));c.ui.dialog.overlay.resize()}})},_makeResizable:function(a){function b(f){return{originalPosition:f.originalPosition,originalSize:f.originalSize,position:f.position,size:f.size}}a=a===l?this.options.resizable:a;var d=this,e=d.options,g=d.uiDialog.css("position");a=typeof a==="string"?a:"n,e,s,w,se,sw,ne,nw";d.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:d.element,maxWidth:e.maxWidth,maxHeight:e.maxHeight,minWidth:e.minWidth,minHeight:d._minHeight(),handles:a,start:function(f,h){c(this).addClass("ui-dialog-resizing");d._trigger("resizeStart",f,b(h))},resize:function(f,h){d._trigger("resize",f,b(h))},stop:function(f,h){c(this).removeClass("ui-dialog-resizing");e.height=c(this).height();e.width=c(this).width();d._trigger("resizeStop",f,b(h));c.ui.dialog.overlay.resize()}}).css("position",g).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_minHeight:function(){var a=this.options;return a.height==="auto"?a.minHeight:Math.min(a.minHeight,a.height)},_position:function(a){var b=[],d=[0,0],e;if(a){if(typeof a==="string"||typeof a==="object"&&"0"in a){b=a.split?a.split(" "):[a[0],a[1]];if(b.length===1)b[1]=b[0];c.each(["left","top"],function(g,f){if(+b[g]===b[g]){d[g]=b[g];b[g]=f}});a={my:b.join(" "),at:b.join(" "),offset:d.join(" ")}}a=c.extend({},c.ui.dialog.prototype.options.position,a)}else a=c.ui.dialog.prototype.options.position;(e=this.uiDialog.is(":visible"))||this.uiDialog.show();this.uiDialog.css({top:0,left:0}).position(c.extend({of:window},a));e||this.uiDialog.hide()},_setOptions:function(a){var b=this,d={},e=false;c.each(a,function(g,f){b._setOption(g,f);if(g in m)e=true;if(g in n)d[g]=f});e&&this._size();this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option",d)},_setOption:function(a,b){var d=this,e=d.uiDialog;switch(a){case"beforeclose":a="beforeClose";break;case"buttons":d._createButtons(b);break;case"closeText":d.uiDialogTitlebarCloseText.text(""+b);break;case"dialogClass":e.removeClass(d.options.dialogClass).addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+b);break;case"disabled":b?e.addClass("ui-dialog-disabled"):e.removeClass("ui-dialog-disabled");break;case"draggable":var g=e.is(":data(draggable)");g&&!b&&e.draggable("destroy");!g&&b&&d._makeDraggable();break;case"position":d._position(b);break;case"resizable":(g=e.is(":data(resizable)"))&&!b&&e.resizable("destroy");g&&typeof b==="string"&&e.resizable("option","handles",b);!g&&b!==false&&d._makeResizable(b);break;case"title":c(".ui-dialog-title",d.uiDialogTitlebar).html(""+(b||"&#160;"));break}c.Widget.prototype._setOption.apply(d,arguments)},_size:function(){var a=this.options,b,d,e=this.uiDialog.is(":visible");this.element.show().css({width:"auto",minHeight:0,height:0});if(a.minWidth>a.width)a.width=a.minWidth;b=this.uiDialog.css({height:"auto",width:a.width}).height();d=Math.max(0,a.minHeight-b);if(a.height==="auto")if(c.support.minHeight)this.element.css({minHeight:d,height:"auto"});else{this.uiDialog.show();a=this.element.css("height","auto").height();e||this.uiDialog.hide();this.element.height(Math.max(a,d))}else this.element.height(Math.max(a.height-
b,0));this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())}});c.extend(c.ui.dialog,{version:"1.8.13",uuid:0,maxZ:0,getTitleId:function(a){a=a.attr("id");if(!a){this.uuid+=1;a=this.uuid}return"ui-dialog-title-"+a},overlay:function(a){this.$el=c.ui.dialog.overlay.create(a)}});c.extend(c.ui.dialog.overlay,{instances:[],oldInstances:[],maxZ:0,events:c.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(a){return a+".dialog-overlay"}).join(" "),create:function(a){if(this.instances.length===0){setTimeout(function(){c.ui.dialog.overlay.instances.length&&c(document).bind(c.ui.dialog.overlay.events,function(d){if(c(d.target).zIndex()<c.ui.dialog.overlay.maxZ)return false})},1);c(document).bind("keydown.dialog-overlay",function(d){if(a.options.closeOnEscape&&d.keyCode&&d.keyCode===c.ui.keyCode.ESCAPE){a.close(d);d.preventDefault()}});c(window).bind("resize.dialog-overlay",c.ui.dialog.overlay.resize)}var b=(this.oldInstances.pop()||c("<div></div>").addClass("ui-widget-overlay")).appendTo(document.body).css({width:this.width(),height:this.height()});c.fn.bgiframe&&b.bgiframe();this.instances.push(b);return b},destroy:function(a){var b=c.inArray(a,this.instances);b!=-1&&this.oldInstances.push(this.instances.splice(b,1)[0]);this.instances.length===0&&c([document,window]).unbind(".dialog-overlay");a.remove();var d=0;c.each(this.instances,function(){d=Math.max(d,this.css("z-index"))});this.maxZ=d},height:function(){var a,b;if(c.browser.msie&&c.browser.version<7){a=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);b=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);return a<b?c(window).height()+"px":a+"px"}else return c(document).height()+"px"},width:function(){var a,b;if(c.browser.msie&&c.browser.version<7){a=Math.max(document.documentElement.scrollWidth,document.body.scrollWidth);b=Math.max(document.documentElement.offsetWidth,document.body.offsetWidth);return a<b?c(window).width()+"px":a+"px"}else return c(document).width()+"px"},resize:function(){var a=c([]);c.each(c.ui.dialog.overlay.instances,function(){a=a.add(this)});a.css({width:0,height:0}).css({width:c.ui.dialog.overlay.width(),height:c.ui.dialog.overlay.height()})}});c.extend(c.ui.dialog.overlay.prototype,{destroy:function(){c.ui.dialog.overlay.destroy(this.$el)}})})(jQuery);;(function(d){d.widget("ui.slider",d.ui.mouse,{widgetEventPrefix:"slide",options:{animate:false,distance:0,max:100,min:0,orientation:"horizontal",range:false,step:1,value:0,values:null},_create:function(){var b=this,a=this.options,c=this.element.find(".ui-slider-handle").addClass("ui-state-default ui-corner-all"),f=a.values&&a.values.length||1,e=[];this._mouseSliding=this._keySliding=false;this._animateOff=true;this._handleIndex=null;this._detectOrientation();this._mouseInit();this.element.addClass("ui-slider ui-slider-"+
this.orientation+" ui-widget ui-widget-content ui-corner-all"+(a.disabled?" ui-slider-disabled ui-disabled":""));this.range=d([]);if(a.range){if(a.range===true){if(!a.values)a.values=[this._valueMin(),this._valueMin()];if(a.values.length&&a.values.length!==2)a.values=[a.values[0],a.values[0]]}this.range=d("<div></div>").appendTo(this.element).addClass("ui-slider-range ui-widget-header"+(a.range==="min"||a.range==="max"?" ui-slider-range-"+a.range:""))}for(var j=c.length;j<f;j+=1)e.push("<a class='ui-slider-handle ui-state-default ui-corner-all' href='#'></a>");this.handles=c.add(d(e.join("")).appendTo(b.element));this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(g){g.preventDefault()}).hover(function(){a.disabled||d(this).addClass("ui-state-hover")},function(){d(this).removeClass("ui-state-hover")}).focus(function(){if(a.disabled)d(this).blur();else{d(".ui-slider .ui-state-focus").removeClass("ui-state-focus");d(this).addClass("ui-state-focus")}}).blur(function(){d(this).removeClass("ui-state-focus")});this.handles.each(function(g){d(this).data("index.ui-slider-handle",g)});this.handles.keydown(function(g){var k=true,l=d(this).data("index.ui-slider-handle"),i,h,m;if(!b.options.disabled){switch(g.keyCode){case d.ui.keyCode.HOME:case d.ui.keyCode.END:case d.ui.keyCode.PAGE_UP:case d.ui.keyCode.PAGE_DOWN:case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:k=false;if(!b._keySliding){b._keySliding=true;d(this).addClass("ui-state-active");i=b._start(g,l);if(i===false)return}break}m=b.options.step;i=b.options.values&&b.options.values.length?(h=b.values(l)):(h=b.value());switch(g.keyCode){case d.ui.keyCode.HOME:h=b._valueMin();break;case d.ui.keyCode.END:h=b._valueMax();break;case d.ui.keyCode.PAGE_UP:h=b._trimAlignValue(i+(b._valueMax()-b._valueMin())/5);break;case d.ui.keyCode.PAGE_DOWN:h=b._trimAlignValue(i-(b._valueMax()-b._valueMin())/5);break;case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:if(i===b._valueMax())return;h=b._trimAlignValue(i+m);break;case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:if(i===b._valueMin())return;h=b._trimAlignValue(i-
m);break}b._slide(g,l,h);return k}}).keyup(function(g){var k=d(this).data("index.ui-slider-handle");if(b._keySliding){b._keySliding=false;b._stop(g,k);b._change(g,k);d(this).removeClass("ui-state-active")}});this._refreshValue();this._animateOff=false},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-slider-disabled ui-widget ui-widget-content ui-corner-all").removeData("slider").unbind(".slider");this._mouseDestroy();return this},_mouseCapture:function(b){var a=this.options,c,f,e,j,g;if(a.disabled)return false;this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();c=this._normValueFromMouse({x:b.pageX,y:b.pageY});f=this._valueMax()-this._valueMin()+1;j=this;this.handles.each(function(k){var l=Math.abs(c-j.values(k));if(f>l){f=l;e=d(this);g=k}});if(a.range===true&&this.values(1)===a.min){g+=1;e=d(this.handles[g])}if(this._start(b,g)===false)return false;this._mouseSliding=true;j._handleIndex=g;e.addClass("ui-state-active").focus();a=e.offset();this._clickOffset=!d(b.target).parents().andSelf().is(".ui-slider-handle")?{left:0,top:0}:{left:b.pageX-a.left-e.width()/2,top:b.pageY-a.top-e.height()/2-(parseInt(e.css("borderTopWidth"),10)||0)-(parseInt(e.css("borderBottomWidth"),10)||0)+(parseInt(e.css("marginTop"),10)||0)};this.handles.hasClass("ui-state-hover")||this._slide(b,g,c);return this._animateOff=true},_mouseStart:function(){return true},_mouseDrag:function(b){var a=this._normValueFromMouse({x:b.pageX,y:b.pageY});this._slide(b,this._handleIndex,a);return false},_mouseStop:function(b){this.handles.removeClass("ui-state-active");this._mouseSliding=false;this._stop(b,this._handleIndex);this._change(b,this._handleIndex);this._clickOffset=this._handleIndex=null;return this._animateOff=false},_detectOrientation:function(){this.orientation=this.options.orientation==="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(b){var a;if(this.orientation==="horizontal"){a=this.elementSize.width;b=b.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{a=this.elementSize.height;b=b.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}a=b/a;if(a>1)a=1;if(a<0)a=0;if(this.orientation==="vertical")a=1-a;b=this._valueMax()-this._valueMin();return this._trimAlignValue(this._valueMin()+a*b)},_start:function(b,a){var c={handle:this.handles[a],value:this.value()};if(this.options.values&&this.options.values.length){c.value=this.values(a);c.values=this.values()}return this._trigger("start",b,c)},_slide:function(b,a,c){var f;if(this.options.values&&this.options.values.length){f=this.values(a?0:1);if(this.options.values.length===2&&this.options.range===true&&(a===0&&c>f||a===1&&c<f))c=f;if(c!==this.values(a)){f=this.values();f[a]=c;b=this._trigger("slide",b,{handle:this.handles[a],value:c,values:f});this.values(a?0:1);b!==false&&this.values(a,c,true)}}else if(c!==this.value()){b=this._trigger("slide",b,{handle:this.handles[a],value:c});b!==false&&this.value(c)}},_stop:function(b,a){var c={handle:this.handles[a],value:this.value()};if(this.options.values&&this.options.values.length){c.value=this.values(a);c.values=this.values()}this._trigger("stop",b,c)},_change:function(b,a){if(!this._keySliding&&!this._mouseSliding){var c={handle:this.handles[a],value:this.value()};if(this.options.values&&this.options.values.length){c.value=this.values(a);c.values=this.values()}this._trigger("change",b,c)}},value:function(b){if(arguments.length){this.options.value=this._trimAlignValue(b);this._refreshValue();this._change(null,0)}else return this._value()},values:function(b,a){var c,f,e;if(arguments.length>1){this.options.values[b]=this._trimAlignValue(a);this._refreshValue();this._change(null,b)}else if(arguments.length)if(d.isArray(arguments[0])){c=this.options.values;f=arguments[0];for(e=0;e<c.length;e+=1){c[e]=this._trimAlignValue(f[e]);this._change(null,e)}this._refreshValue()}else return this.options.values&&this.options.values.length?this._values(b):this.value();else return this._values()},_setOption:function(b,a){var c,f=0;if(d.isArray(this.options.values))f=this.options.values.length;d.Widget.prototype._setOption.apply(this,arguments);switch(b){case"disabled":if(a){this.handles.filter(".ui-state-focus").blur();this.handles.removeClass("ui-state-hover");this.handles.attr("disabled","disabled");this.element.addClass("ui-disabled")}else{this.handles.removeAttr("disabled");this.element.removeClass("ui-disabled")}break;case"orientation":this._detectOrientation();this.element.removeClass("ui-slider-horizontal ui-slider-vertical").addClass("ui-slider-"+this.orientation);this._refreshValue();break;case"value":this._animateOff=true;this._refreshValue();this._change(null,0);this._animateOff=false;break;case"values":this._animateOff=true;this._refreshValue();for(c=0;c<f;c+=1)this._change(null,c);this._animateOff=false;break}},_value:function(){var b=this.options.value;return b=this._trimAlignValue(b)},_values:function(b){var a,c;if(arguments.length){a=this.options.values[b];return a=this._trimAlignValue(a)}else{a=this.options.values.slice();for(c=0;c<a.length;c+=1)a[c]=this._trimAlignValue(a[c]);return a}},_trimAlignValue:function(b){if(b<=this._valueMin())return this._valueMin();if(b>=this._valueMax())return this._valueMax();var a=this.options.step>0?this.options.step:1,c=(b-this._valueMin())%a;alignValue=b-c;if(Math.abs(c)*2>=a)alignValue+=c>0?a:-a;return parseFloat(alignValue.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max},_refreshValue:function(){var b=this.options.range,a=this.options,c=this,f=!this._animateOff?a.animate:false,e,j={},g,k,l,i;if(this.options.values&&this.options.values.length)this.handles.each(function(h){e=(c.values(h)-c._valueMin())/(c._valueMax()-c._valueMin())*100;j[c.orientation==="horizontal"?"left":"bottom"]=e+"%";d(this).stop(1,1)[f?"animate":"css"](j,a.animate);if(c.options.range===true)if(c.orientation==="horizontal"){if(h===0)c.range.stop(1,1)[f?"animate":"css"]({left:e+"%"},a.animate);if(h===1)c.range[f?"animate":"css"]({width:e-g+"%"},{queue:false,duration:a.animate})}else{if(h===0)c.range.stop(1,1)[f?"animate":"css"]({bottom:e+"%"},a.animate);if(h===1)c.range[f?"animate":"css"]({height:e-g+"%"},{queue:false,duration:a.animate})}g=e});else{k=this.value();l=this._valueMin();i=this._valueMax();e=i!==l?(k-l)/(i-l)*100:0;j[c.orientation==="horizontal"?"left":"bottom"]=e+"%";this.handle.stop(1,1)[f?"animate":"css"](j,a.animate);if(b==="min"&&this.orientation==="horizontal")this.range.stop(1,1)[f?"animate":"css"]({width:e+"%"},a.animate);if(b==="max"&&this.orientation==="horizontal")this.range[f?"animate":"css"]({width:100-e+"%"},{queue:false,duration:a.animate});if(b==="min"&&this.orientation==="vertical")this.range.stop(1,1)[f?"animate":"css"]({height:e+"%"},a.animate);if(b==="max"&&this.orientation==="vertical")this.range[f?"animate":"css"]({height:100-e+"%"},{queue:false,duration:a.animate})}}});d.extend(d.ui.slider,{version:"1.8.13"})})(jQuery);;(function(d,p){function u(){return++v}function w(){return++x}var v=0,x=0;d.widget("ui.tabs",{options:{add:null,ajaxOptions:null,cache:false,cookie:null,collapsible:false,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui-tabs-",load:null,panelTemplate:"<div></div>",remove:null,select:null,show:null,spinner:"<em>Loading&#8230;</em>",tabTemplate:"<li><a href='#{href}'><span>#{label}</span></a></li>"},_create:function(){this._tabify(true)},_setOption:function(b,e){if(b=="selected")this.options.collapsible&&e==this.options.selected||this.select(e);else{this.options[b]=e;this._tabify()}},_tabId:function(b){return b.title&&b.title.replace(/\s/g,"_").replace(/[^\w\u00c0-\uFFFF-]/g,"")||this.options.idPrefix+u()},_sanitizeSelector:function(b){return b.replace(/:/g,"\\:")},_cookie:function(){var b=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+w());return d.cookie.apply(null,[b].concat(d.makeArray(arguments)))},_ui:function(b,e){return{tab:b,panel:e,index:this.anchors.index(b)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var b=d(this);b.html(b.data("label.tabs")).removeData("label.tabs")})},_tabify:function(b){function e(g,f){g.css("display","");!d.support.opacity&&f.opacity&&g[0].style.removeAttribute("filter")}var a=this,c=this.options,h=/^#.+/;this.list=this.element.find("ol,ul").eq(0);this.lis=d(" > li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return d("a",this)[0]});this.panels=d([]);this.anchors.each(function(g,f){var i=d(f).attr("href"),l=i.split("#")[0],q;if(l&&(l===location.toString().split("#")[0]||(q=d("base")[0])&&l===q.href)){i=f.hash;f.href=i}if(h.test(i))a.panels=a.panels.add(a.element.find(a._sanitizeSelector(i)));else if(i&&i!=="#"){d.data(f,"href.tabs",i);d.data(f,"load.tabs",i.replace(/#.*$/,""));i=a._tabId(f);f.href="#"+i;f=a.element.find("#"+i);if(!f.length){f=d(c.panelTemplate).attr("id",i).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(a.panels[g-1]||a.list);f.data("destroy.tabs",true)}a.panels=a.panels.add(f)}else c.disabled.push(g)});if(b){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all");this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(c.selected===p){location.hash&&this.anchors.each(function(g,f){if(f.hash==location.hash){c.selected=g;return false}});if(typeof c.selected!=="number"&&c.cookie)c.selected=parseInt(a._cookie(),10);if(typeof c.selected!=="number"&&this.lis.filter(".ui-tabs-selected").length)c.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"));c.selected=c.selected||(this.lis.length?0:-1)}else if(c.selected===null)c.selected=-1;c.selected=c.selected>=0&&this.anchors[c.selected]||c.selected<0?c.selected:0;c.disabled=d.unique(c.disabled.concat(d.map(this.lis.filter(".ui-state-disabled"),function(g){return a.lis.index(g)}))).sort();d.inArray(c.selected,c.disabled)!=-1&&c.disabled.splice(d.inArray(c.selected,c.disabled),1);this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active");if(c.selected>=0&&this.anchors.length){a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash)).removeClass("ui-tabs-hide");this.lis.eq(c.selected).addClass("ui-tabs-selected ui-state-active");a.element.queue("tabs",function(){a._trigger("show",null,a._ui(a.anchors[c.selected],a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash))[0]))});this.load(c.selected)}d(window).bind("unload",function(){a.lis.add(a.anchors).unbind(".tabs");a.lis=a.anchors=a.panels=null})}else c.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"));this.element[c.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");c.cookie&&this._cookie(c.selected,c.cookie);b=0;for(var j;j=this.lis[b];b++)d(j)[d.inArray(b,c.disabled)!=-1&&!d(j).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled");c.cache===false&&this.anchors.removeData("cache.tabs");this.lis.add(this.anchors).unbind(".tabs");if(c.event!=="mouseover"){var k=function(g,f){f.is(":not(.ui-state-disabled)")&&f.addClass("ui-state-"+g)},n=function(g,f){f.removeClass("ui-state-"+
g)};this.lis.bind("mouseover.tabs",function(){k("hover",d(this))});this.lis.bind("mouseout.tabs",function(){n("hover",d(this))});this.anchors.bind("focus.tabs",function(){k("focus",d(this).closest("li"))});this.anchors.bind("blur.tabs",function(){n("focus",d(this).closest("li"))})}var m,o;if(c.fx)if(d.isArray(c.fx)){m=c.fx[0];o=c.fx[1]}else m=o=c.fx;var r=o?function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.hide().removeClass("ui-tabs-hide").animate(o,o.duration||"normal",function(){e(f,o);a._trigger("show",null,a._ui(g,f[0]))})}:function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");a._trigger("show",null,a._ui(g,f[0]))},s=m?function(g,f){f.animate(m,m.duration||"normal",function(){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");e(f,m);a.element.dequeue("tabs")})}:function(g,f){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");a.element.dequeue("tabs")};this.anchors.bind(c.event+".tabs",function(){var g=this,f=d(g).closest("li"),i=a.panels.filter(":not(.ui-tabs-hide)"),l=a.element.find(a._sanitizeSelector(g.hash));if(f.hasClass("ui-tabs-selected")&&!c.collapsible||f.hasClass("ui-state-disabled")||f.hasClass("ui-state-processing")||a.panels.filter(":animated").length||a._trigger("select",null,a._ui(this,l[0]))===false){this.blur();return false}c.selected=a.anchors.index(this);a.abort();if(c.collapsible)if(f.hasClass("ui-tabs-selected")){c.selected=-1;c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){s(g,i)}).dequeue("tabs");this.blur();return false}else if(!i.length){c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this));this.blur();return false}c.cookie&&a._cookie(c.selected,c.cookie);if(l.length){i.length&&a.element.queue("tabs",function(){s(g,i)});a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this))}else throw"jQuery UI Tabs: Mismatching fragment identifier.";d.browser.msie&&this.blur()});this.anchors.bind("click.tabs",function(){return false})},_getIndex:function(b){if(typeof b=="string")b=this.anchors.index(this.anchors.filter("[href$="+b+"]"));return b},destroy:function(){var b=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var e=d.data(this,"href.tabs");if(e)this.href=e;var a=d(this).unbind(".tabs");d.each(["href","load","cache"],function(c,h){a.removeData(h+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){d.data(this,"destroy.tabs")?d(this).remove():d(this).removeClass("ui-state-default ui-corner-top ui-tabs-selected ui-state-active ui-state-hover ui-state-focus ui-state-disabled ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide")});b.cookie&&this._cookie(null,b.cookie);return this},add:function(b,e,a){if(a===p)a=this.anchors.length;var c=this,h=this.options;e=d(h.tabTemplate.replace(/#\{href\}/g,b).replace(/#\{label\}/g,e));b=!b.indexOf("#")?b.replace("#",""):this._tabId(d("a",e)[0]);e.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var j=c.element.find("#"+b);j.length||(j=d(h.panelTemplate).attr("id",b).data("destroy.tabs",true));j.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(a>=this.lis.length){e.appendTo(this.list);j.appendTo(this.list[0].parentNode)}else{e.insertBefore(this.lis[a]);j.insertBefore(this.panels[a])}h.disabled=d.map(h.disabled,function(k){return k>=a?++k:k});this._tabify();if(this.anchors.length==1){h.selected=0;e.addClass("ui-tabs-selected ui-state-active");j.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){c._trigger("show",null,c._ui(c.anchors[0],c.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[a],this.panels[a]));return this},remove:function(b){b=this._getIndex(b);var e=this.options,a=this.lis.eq(b).remove(),c=this.panels.eq(b).remove();if(a.hasClass("ui-tabs-selected")&&this.anchors.length>1)this.select(b+(b+1<this.anchors.length?1:-1));e.disabled=d.map(d.grep(e.disabled,function(h){return h!=b}),function(h){return h>=b?--h:h});this._tabify();this._trigger("remove",null,this._ui(a.find("a")[0],c[0]));return this},enable:function(b){b=this._getIndex(b);var e=this.options;if(d.inArray(b,e.disabled)!=-1){this.lis.eq(b).removeClass("ui-state-disabled");e.disabled=d.grep(e.disabled,function(a){return a!=b});this._trigger("enable",null,this._ui(this.anchors[b],this.panels[b]));return this}},disable:function(b){b=this._getIndex(b);var e=this.options;if(b!=e.selected){this.lis.eq(b).addClass("ui-state-disabled");e.disabled.push(b);e.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[b],this.panels[b]))}return this},select:function(b){b=this._getIndex(b);if(b==-1)if(this.options.collapsible&&this.options.selected!=-1)b=this.options.selected;else return this;this.anchors.eq(b).trigger(this.options.event+".tabs");return this},load:function(b){b=this._getIndex(b);var e=this,a=this.options,c=this.anchors.eq(b)[0],h=d.data(c,"load.tabs");this.abort();if(!h||this.element.queue("tabs").length!==0&&d.data(c,"cache.tabs"))this.element.dequeue("tabs");else{this.lis.eq(b).addClass("ui-state-processing");if(a.spinner){var j=d("span",c);j.data("label.tabs",j.html()).html(a.spinner)}this.xhr=d.ajax(d.extend({},a.ajaxOptions,{url:h,success:function(k,n){e.element.find(e._sanitizeSelector(c.hash)).html(k);e._cleanup();a.cache&&d.data(c,"cache.tabs",true);e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.success(k,n)}catch(m){}},error:function(k,n){e._cleanup();e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.error(k,n,b,c)}catch(m){}}}));e.element.dequeue("tabs");return this}},abort:function(){this.element.queue([]);this.panels.stop(false,true);this.element.queue("tabs",this.element.queue("tabs").splice(-2,2));if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup();return this},url:function(b,e){this.anchors.eq(b).removeData("cache.tabs").data("load.tabs",e);return this},length:function(){return this.anchors.length}});d.extend(d.ui.tabs,{version:"1.8.13"});d.extend(d.ui.tabs.prototype,{rotation:null,rotate:function(b,e){var a=this,c=this.options,h=a._rotate||(a._rotate=function(j){clearTimeout(a.rotation);a.rotation=setTimeout(function(){var k=c.selected;a.select(++k<a.anchors.length?k:0)},b);j&&j.stopPropagation()});e=a._unrotate||(a._unrotate=!e?function(j){j.clientX&&a.rotate(null)}:function(){t=c.selected;h()});if(b){this.element.bind("tabsshow",h);this.anchors.bind(c.event+".tabs",e);h()}else{clearTimeout(a.rotation);this.element.unbind("tabsshow",h);this.anchors.unbind(c.event+".tabs",e);delete this._rotate;delete this._unrotate}return this}})})(jQuery);;(function(d,B){function M(){this.debug=false;this._curInst=null;this._keyEvent=false;this._disabledInputs=[];this._inDialog=this._datepickerShowing=false;this._mainDivId="ui-datepicker-div";this._inlineClass="ui-datepicker-inline";this._appendClass="ui-datepicker-append";this._triggerClass="ui-datepicker-trigger";this._dialogClass="ui-datepicker-dialog";this._disableClass="ui-datepicker-disabled";this._unselectableClass="ui-datepicker-unselectable";this._currentClass="ui-datepicker-current-day";this._dayOverClass="ui-datepicker-days-cell-over";this.regional=[];this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:false,showMonthAfterYear:false,yearSuffix:""};this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:false,hideIfNoPrevNext:false,navigationAsDateFormat:false,gotoCurrent:false,changeMonth:false,changeYear:false,yearRange:"c-10:c+10",showOtherMonths:false,selectOtherMonths:false,showWeek:false,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:true,showButtonPanel:false,autoSize:false};d.extend(this._defaults,this.regional[""]);this.dpDiv=N(d('<div id="'+this._mainDivId+'" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all"></div>'))}function N(a){return a.delegate("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a","mouseout",function(){d(this).removeClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!=-1&&d(this).removeClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&d(this).removeClass("ui-datepicker-next-hover")}).delegate("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a","mouseover",function(){if(!d.datepicker._isDisabledDatepicker(J.inline?a.parent()[0]:J.input[0])){d(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");d(this).addClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!=-1&&d(this).addClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&d(this).addClass("ui-datepicker-next-hover")}})}function H(a,b){d.extend(a,b);for(var c in b)if(b[c]==null||b[c]==B)a[c]=b[c];return a}d.extend(d.ui,{datepicker:{version:"1.8.13"}});var z=(new Date).getTime(),J;d.extend(M.prototype,{markerClassName:"hasDatepicker",log:function(){this.debug&&console.log.apply("",arguments)},_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(a){H(this._defaults,a||{});return this},_attachDatepicker:function(a,b){var c=null;for(var e in this._defaults){var f=a.getAttribute("date:"+e);if(f){c=c||{};try{c[e]=eval(f)}catch(h){c[e]=f}}}e=a.nodeName.toLowerCase();f=e=="div"||e=="span";if(!a.id){this.uuid+=1;a.id="dp"+this.uuid}var i=this._newInst(d(a),f);i.settings=d.extend({},b||{},c||{});if(e=="input")this._connectDatepicker(a,i);else f&&this._inlineDatepicker(a,i)},_newInst:function(a,b){return{id:a[0].id.replace(/([^A-Za-z0-9_-])/g,"\\\\$1"),input:a,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:b,dpDiv:!b?this.dpDiv:N(d('<div class="'+this._inlineClass+' ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all"></div>'))}},_connectDatepicker:function(a,b){var c=d(a);b.append=d([]);b.trigger=d([]);if(!c.hasClass(this.markerClassName)){this._attachments(c,b);c.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp).bind("setData.datepicker",function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});this._autoSize(b);d.data(a,"datepicker",b)}},_attachments:function(a,b){var c=this._get(b,"appendText"),e=this._get(b,"isRTL");b.append&&b.append.remove();if(c){b.append=d('<span class="'+this._appendClass+'">'+c+"</span>");a[e?"before":"after"](b.append)}a.unbind("focus",this._showDatepicker);b.trigger&&b.trigger.remove();c=this._get(b,"showOn");if(c=="focus"||c=="both")a.focus(this._showDatepicker);if(c=="button"||c=="both"){c=this._get(b,"buttonText");var f=this._get(b,"buttonImage");b.trigger=d(this._get(b,"buttonImageOnly")?d("<img/>").addClass(this._triggerClass).attr({src:f,alt:c,title:c}):d('<button type="button"></button>').addClass(this._triggerClass).html(f==""?c:d("<img/>").attr({src:f,alt:c,title:c})));a[e?"before":"after"](b.trigger);b.trigger.click(function(){d.datepicker._datepickerShowing&&d.datepicker._lastInput==a[0]?d.datepicker._hideDatepicker():d.datepicker._showDatepicker(a[0]);return false})}},_autoSize:function(a){if(this._get(a,"autoSize")&&!a.inline){var b=new Date(2009,11,20),c=this._get(a,"dateFormat");if(c.match(/[DM]/)){var e=function(f){for(var h=0,i=0,g=0;g<f.length;g++)if(f[g].length>h){h=f[g].length;i=g}return i};b.setMonth(e(this._get(a,c.match(/MM/)?"monthNames":"monthNamesShort")));b.setDate(e(this._get(a,c.match(/DD/)?"dayNames":"dayNamesShort"))+20-b.getDay())}a.input.attr("size",this._formatDate(a,b).length)}},_inlineDatepicker:function(a,b){var c=d(a);if(!c.hasClass(this.markerClassName)){c.addClass(this.markerClassName).append(b.dpDiv).bind("setData.datepicker",function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});d.data(a,"datepicker",b);this._setDate(b,this._getDefaultDate(b),true);this._updateDatepicker(b);this._updateAlternate(b);b.dpDiv.show()}},_dialogDatepicker:function(a,b,c,e,f){a=this._dialogInst;if(!a){this.uuid+=1;this._dialogInput=d('<input type="text" id="'+("dp"+this.uuid)+'" style="position: absolute; top: -100px; width: 0px; z-index: -10;"/>');this._dialogInput.keydown(this._doKeyDown);d("body").append(this._dialogInput);a=this._dialogInst=this._newInst(this._dialogInput,false);a.settings={};d.data(this._dialogInput[0],"datepicker",a)}H(a.settings,e||{});b=b&&b.constructor==Date?this._formatDate(a,b):b;this._dialogInput.val(b);this._pos=f?f.length?f:[f.pageX,f.pageY]:null;if(!this._pos)this._pos=[document.documentElement.clientWidth/2-100+(document.documentElement.scrollLeft||document.body.scrollLeft),document.documentElement.clientHeight/2-150+(document.documentElement.scrollTop||document.body.scrollTop)];this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px");a.settings.onSelect=c;this._inDialog=true;this.dpDiv.addClass(this._dialogClass);this._showDatepicker(this._dialogInput[0]);d.blockUI&&d.blockUI(this.dpDiv);d.data(this._dialogInput[0],"datepicker",a);return this},_destroyDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();d.removeData(a,"datepicker");if(e=="input"){c.append.remove();c.trigger.remove();b.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup",this._doKeyUp)}else if(e=="div"||e=="span")b.removeClass(this.markerClassName).empty()}},_enableDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled=false;c.trigger.filter("button").each(function(){this.disabled=false}).end().filter("img").css({opacity:"1.0",cursor:""})}else if(e=="div"||e=="span"){b=b.children("."+this._inlineClass);b.children().removeClass("ui-state-disabled");b.find("select.ui-datepicker-month, select.ui-datepicker-year").removeAttr("disabled")}this._disabledInputs=d.map(this._disabledInputs,function(f){return f==a?null:f})}},_disableDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled=true;c.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else if(e=="div"||e=="span"){b=b.children("."+this._inlineClass);b.children().addClass("ui-state-disabled");b.find("select.ui-datepicker-month, select.ui-datepicker-year").attr("disabled","disabled")}this._disabledInputs=d.map(this._disabledInputs,function(f){return f==a?null:f});this._disabledInputs[this._disabledInputs.length]=a}},_isDisabledDatepicker:function(a){if(!a)return false;for(var b=0;b<this._disabledInputs.length;b++)if(this._disabledInputs[b]==a)return true;return false},_getInst:function(a){try{return d.data(a,"datepicker")}catch(b){throw"Missing instance data for this datepicker";}},_optionDatepicker:function(a,b,c){var e=this._getInst(a);if(arguments.length==2&&typeof b=="string")return b=="defaults"?d.extend({},d.datepicker._defaults):e?b=="all"?d.extend({},e.settings):this._get(e,b):null;var f=b||{};if(typeof b=="string"){f={};f[b]=c}if(e){this._curInst==e&&this._hideDatepicker();var h=this._getDateDatepicker(a,true),i=this._getMinMaxDate(e,"min"),g=this._getMinMaxDate(e,"max");H(e.settings,f);if(i!==null&&f.dateFormat!==B&&f.minDate===B)e.settings.minDate=this._formatDate(e,i);if(g!==null&&f.dateFormat!==B&&f.maxDate===B)e.settings.maxDate=this._formatDate(e,g);this._attachments(d(a),e);this._autoSize(e);this._setDate(e,h);this._updateAlternate(e);this._updateDatepicker(e)}},_changeDatepicker:function(a,b,c){this._optionDatepicker(a,b,c)},_refreshDatepicker:function(a){(a=this._getInst(a))&&this._updateDatepicker(a)},_setDateDatepicker:function(a,b){if(a=this._getInst(a)){this._setDate(a,b);this._updateDatepicker(a);this._updateAlternate(a)}},_getDateDatepicker:function(a,b){(a=this._getInst(a))&&!a.inline&&this._setDateFromField(a,b);return a?this._getDate(a):null},_doKeyDown:function(a){var b=d.datepicker._getInst(a.target),c=true,e=b.dpDiv.is(".ui-datepicker-rtl");b._keyEvent=true;if(d.datepicker._datepickerShowing)switch(a.keyCode){case 9:d.datepicker._hideDatepicker();c=false;break;case 13:c=d("td."+d.datepicker._dayOverClass+":not(."+d.datepicker._currentClass+")",b.dpDiv);c[0]?d.datepicker._selectDay(a.target,b.selectedMonth,b.selectedYear,c[0]):d.datepicker._hideDatepicker();return false;case 27:d.datepicker._hideDatepicker();break;case 33:d.datepicker._adjustDate(a.target,a.ctrlKey?-d.datepicker._get(b,"stepBigMonths"):-d.datepicker._get(b,"stepMonths"),"M");break;case 34:d.datepicker._adjustDate(a.target,a.ctrlKey?+d.datepicker._get(b,"stepBigMonths"):+d.datepicker._get(b,"stepMonths"),"M");break;case 35:if(a.ctrlKey||a.metaKey)d.datepicker._clearDate(a.target);c=a.ctrlKey||a.metaKey;break;case 36:if(a.ctrlKey||a.metaKey)d.datepicker._gotoToday(a.target);c=a.ctrlKey||a.metaKey;break;case 37:if(a.ctrlKey||a.metaKey)d.datepicker._adjustDate(a.target,e?+1:-1,"D");c=a.ctrlKey||a.metaKey;if(a.originalEvent.altKey)d.datepicker._adjustDate(a.target,a.ctrlKey?-d.datepicker._get(b,"stepBigMonths"):-d.datepicker._get(b,"stepMonths"),"M");break;case 38:if(a.ctrlKey||a.metaKey)d.datepicker._adjustDate(a.target,-7,"D");c=a.ctrlKey||a.metaKey;break;case 39:if(a.ctrlKey||a.metaKey)d.datepicker._adjustDate(a.target,e?-1:+1,"D");c=a.ctrlKey||a.metaKey;if(a.originalEvent.altKey)d.datepicker._adjustDate(a.target,a.ctrlKey?+d.datepicker._get(b,"stepBigMonths"):+d.datepicker._get(b,"stepMonths"),"M");break;case 40:if(a.ctrlKey||a.metaKey)d.datepicker._adjustDate(a.target,+7,"D");c=a.ctrlKey||a.metaKey;break;default:c=false}else if(a.keyCode==36&&a.ctrlKey)d.datepicker._showDatepicker(this);else c=false;if(c){a.preventDefault();a.stopPropagation()}},_doKeyPress:function(a){var b=d.datepicker._getInst(a.target);if(d.datepicker._get(b,"constrainInput")){b=d.datepicker._possibleChars(d.datepicker._get(b,"dateFormat"));var c=String.fromCharCode(a.charCode==B?a.keyCode:a.charCode);return a.ctrlKey||a.metaKey||c<" "||!b||b.indexOf(c)>-1}},_doKeyUp:function(a){a=d.datepicker._getInst(a.target);if(a.input.val()!=a.lastVal)try{if(d.datepicker.parseDate(d.datepicker._get(a,"dateFormat"),a.input?a.input.val():null,d.datepicker._getFormatConfig(a))){d.datepicker._setDateFromField(a);d.datepicker._updateAlternate(a);d.datepicker._updateDatepicker(a)}}catch(b){d.datepicker.log(b)}return true},_showDatepicker:function(a){a=a.target||a;if(a.nodeName.toLowerCase()!="input")a=d("input",a.parentNode)[0];if(!(d.datepicker._isDisabledDatepicker(a)||d.datepicker._lastInput==a)){var b=d.datepicker._getInst(a);d.datepicker._curInst&&d.datepicker._curInst!=b&&d.datepicker._curInst.dpDiv.stop(true,true);var c=d.datepicker._get(b,"beforeShow");H(b.settings,c?c.apply(a,[a,b]):{});b.lastVal=null;d.datepicker._lastInput=a;d.datepicker._setDateFromField(b);if(d.datepicker._inDialog)a.value="";if(!d.datepicker._pos){d.datepicker._pos=d.datepicker._findPos(a);d.datepicker._pos[1]+=a.offsetHeight}var e=false;d(a).parents().each(function(){e|=d(this).css("position")=="fixed";return!e});if(e&&d.browser.opera){d.datepicker._pos[0]-=document.documentElement.scrollLeft;d.datepicker._pos[1]-=document.documentElement.scrollTop}c={left:d.datepicker._pos[0],top:d.datepicker._pos[1]};d.datepicker._pos=null;b.dpDiv.empty();b.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});d.datepicker._updateDatepicker(b);c=d.datepicker._checkOffset(b,c,e);b.dpDiv.css({position:d.datepicker._inDialog&&d.blockUI?"static":e?"fixed":"absolute",display:"none",left:c.left+"px",top:c.top+"px"});if(!b.inline){c=d.datepicker._get(b,"showAnim");var f=d.datepicker._get(b,"duration"),h=function(){var i=b.dpDiv.find("iframe.ui-datepicker-cover");if(i.length){var g=d.datepicker._getBorders(b.dpDiv);i.css({left:-g[0],top:-g[1],width:b.dpDiv.outerWidth(),height:b.dpDiv.outerHeight()})}};b.dpDiv.zIndex(d(a).zIndex()+1);d.datepicker._datepickerShowing=true;d.effects&&d.effects[c]?b.dpDiv.show(c,d.datepicker._get(b,"showOptions"),f,h):b.dpDiv[c||"show"](c?f:null,h);if(!c||!f)h();b.input.is(":visible")&&!b.input.is(":disabled")&&b.input.focus();d.datepicker._curInst=b}}},_updateDatepicker:function(a){var b=d.datepicker._getBorders(a.dpDiv);J=a;a.dpDiv.empty().append(this._generateHTML(a));var c=a.dpDiv.find("iframe.ui-datepicker-cover");c.length&&c.css({left:-b[0],top:-b[1],width:a.dpDiv.outerWidth(),height:a.dpDiv.outerHeight()});a.dpDiv.find("."+this._dayOverClass+" a").mouseover();b=this._getNumberOfMonths(a);c=b[1];a.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("");c>1&&a.dpDiv.addClass("ui-datepicker-multi-"+c).css("width",17*c+"em");a.dpDiv[(b[0]!=1||b[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");a.dpDiv[(this._get(a,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl");a==d.datepicker._curInst&&d.datepicker._datepickerShowing&&a.input&&a.input.is(":visible")&&!a.input.is(":disabled")&&a.input[0]!=document.activeElement&&a.input.focus();if(a.yearshtml){var e=a.yearshtml;setTimeout(function(){e===a.yearshtml&&a.yearshtml&&a.dpDiv.find("select.ui-datepicker-year:first").replaceWith(a.yearshtml);e=a.yearshtml=null},0)}},_getBorders:function(a){var b=function(c){return{thin:1,medium:2,thick:3}[c]||c};return[parseFloat(b(a.css("border-left-width"))),parseFloat(b(a.css("border-top-width")))]},_checkOffset:function(a,b,c){var e=a.dpDiv.outerWidth(),f=a.dpDiv.outerHeight(),h=a.input?a.input.outerWidth():0,i=a.input?a.input.outerHeight():0,g=document.documentElement.clientWidth+d(document).scrollLeft(),j=document.documentElement.clientHeight+d(document).scrollTop();b.left-=this._get(a,"isRTL")?e-h:0;b.left-=c&&b.left==a.input.offset().left?d(document).scrollLeft():0;b.top-=c&&b.top==a.input.offset().top+i?d(document).scrollTop():0;b.left-=Math.min(b.left,b.left+e>g&&g>e?Math.abs(b.left+e-
g):0);b.top-=Math.min(b.top,b.top+f>j&&j>f?Math.abs(f+i):0);return b},_findPos:function(a){for(var b=this._get(this._getInst(a),"isRTL");a&&(a.type=="hidden"||a.nodeType!=1||d.expr.filters.hidden(a));)a=a[b?"previousSibling":"nextSibling"];a=d(a).offset();return[a.left,a.top]},_hideDatepicker:function(a){var b=this._curInst;if(!(!b||a&&b!=d.data(a,"datepicker")))if(this._datepickerShowing){a=this._get(b,"showAnim");var c=this._get(b,"duration"),e=function(){d.datepicker._tidyDialog(b);this._curInst=null};d.effects&&d.effects[a]?b.dpDiv.hide(a,d.datepicker._get(b,"showOptions"),c,e):b.dpDiv[a=="slideDown"?"slideUp":a=="fadeIn"?"fadeOut":"hide"](a?c:null,e);a||e();if(a=this._get(b,"onClose"))a.apply(b.input?b.input[0]:null,[b.input?b.input.val():"",b]);this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if(d.blockUI){d.unblockUI();d("body").append(this.dpDiv)}}this._inDialog=false}},_tidyDialog:function(a){a.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(a){if(d.datepicker._curInst){a=d(a.target);a[0].id!=d.datepicker._mainDivId&&a.parents("#"+d.datepicker._mainDivId).length==0&&!a.hasClass(d.datepicker.markerClassName)&&!a.hasClass(d.datepicker._triggerClass)&&d.datepicker._datepickerShowing&&!(d.datepicker._inDialog&&d.blockUI)&&d.datepicker._hideDatepicker()}},_adjustDate:function(a,b,c){a=d(a);var e=this._getInst(a[0]);if(!this._isDisabledDatepicker(a[0])){this._adjustInstDate(e,b+(c=="M"?this._get(e,"showCurrentAtPos"):0),c);this._updateDatepicker(e)}},_gotoToday:function(a){a=d(a);var b=this._getInst(a[0]);if(this._get(b,"gotoCurrent")&&b.currentDay){b.selectedDay=b.currentDay;b.drawMonth=b.selectedMonth=b.currentMonth;b.drawYear=b.selectedYear=b.currentYear}else{var c=new Date;b.selectedDay=c.getDate();b.drawMonth=b.selectedMonth=c.getMonth();b.drawYear=b.selectedYear=c.getFullYear()}this._notifyChange(b);this._adjustDate(a)},_selectMonthYear:function(a,b,c){a=d(a);var e=this._getInst(a[0]);e._selectingMonthYear=false;e["selected"+(c=="M"?"Month":"Year")]=e["draw"+(c=="M"?"Month":"Year")]=parseInt(b.options[b.selectedIndex].value,10);this._notifyChange(e);this._adjustDate(a)},_clickMonthYear:function(a){var b=this._getInst(d(a)[0]);b.input&&b._selectingMonthYear&&setTimeout(function(){b.input.focus()},0);b._selectingMonthYear=!b._selectingMonthYear},_selectDay:function(a,b,c,e){var f=d(a);if(!(d(e).hasClass(this._unselectableClass)||this._isDisabledDatepicker(f[0]))){f=this._getInst(f[0]);f.selectedDay=f.currentDay=d("a",e).html();f.selectedMonth=f.currentMonth=b;f.selectedYear=f.currentYear=c;this._selectDate(a,this._formatDate(f,f.currentDay,f.currentMonth,f.currentYear))}},_clearDate:function(a){a=d(a);this._getInst(a[0]);this._selectDate(a,"")},_selectDate:function(a,b){a=this._getInst(d(a)[0]);b=b!=null?b:this._formatDate(a);a.input&&a.input.val(b);this._updateAlternate(a);var c=this._get(a,"onSelect");if(c)c.apply(a.input?a.input[0]:null,[b,a]);else a.input&&a.input.trigger("change");if(a.inline)this._updateDatepicker(a);else{this._hideDatepicker();this._lastInput=a.input[0];typeof a.input[0]!="object"&&a.input.focus();this._lastInput=null}},_updateAlternate:function(a){var b=this._get(a,"altField");if(b){var c=this._get(a,"altFormat")||this._get(a,"dateFormat"),e=this._getDate(a),f=this.formatDate(c,e,this._getFormatConfig(a));d(b).each(function(){d(this).val(f)})}},noWeekends:function(a){a=a.getDay();return[a>0&&a<6,""]},iso8601Week:function(a){a=new Date(a.getTime());a.setDate(a.getDate()+4-(a.getDay()||7));var b=a.getTime();a.setMonth(0);a.setDate(1);return Math.floor(Math.round((b-a)/864E5)/7)+1},parseDate:function(a,b,c){if(a==null||b==null)throw"Invalid arguments";b=typeof b=="object"?b.toString():b+"";if(b=="")return null;var e=(c?c.shortYearCutoff:null)||this._defaults.shortYearCutoff;e=typeof e!="string"?e:(new Date).getFullYear()%100+parseInt(e,10);for(var f=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,h=(c?c.dayNames:null)||this._defaults.dayNames,i=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort,g=(c?c.monthNames:null)||this._defaults.monthNames,j=c=-1,l=-1,u=-1,k=false,o=function(p){(p=A+1<a.length&&a.charAt(A+1)==p)&&A++;return p},m=function(p){var C=o(p);p=new RegExp("^\\d{1,"+(p=="@"?14:p=="!"?20:p=="y"&&C?4:p=="o"?3:2)+"}");p=b.substring(s).match(p);if(!p)throw"Missing number at position "+s;s+=p[0].length;return parseInt(p[0],10)},n=function(p,C,K){p=d.map(o(p)?K:C,function(w,x){return[[x,w]]}).sort(function(w,x){return-(w[1].length-x[1].length)});var E=-1;d.each(p,function(w,x){w=x[1];if(b.substr(s,w.length).toLowerCase()==w.toLowerCase()){E=x[0];s+=w.length;return false}});if(E!=-1)return E+1;else throw"Unknown name at position "+s;},r=function(){if(b.charAt(s)!=a.charAt(A))throw"Unexpected literal at position "+s;s++},s=0,A=0;A<a.length;A++)if(k)if(a.charAt(A)=="'"&&!o("'"))k=false;else r();else switch(a.charAt(A)){case"d":l=m("d");break;case"D":n("D",f,h);break;case"o":u=m("o");break;case"m":j=m("m");break;case"M":j=n("M",i,g);break;case"y":c=m("y");break;case"@":var v=new Date(m("@"));c=v.getFullYear();j=v.getMonth()+1;l=v.getDate();break;case"!":v=new Date((m("!")-this._ticksTo1970)/1E4);c=v.getFullYear();j=v.getMonth()+1;l=v.getDate();break;case"'":if(o("'"))r();else k=true;break;default:r()}if(c==-1)c=(new Date).getFullYear();else if(c<100)c+=(new Date).getFullYear()-(new Date).getFullYear()%100+(c<=e?0:-100);if(u>-1){j=1;l=u;do{e=this._getDaysInMonth(c,j-1);if(l<=e)break;j++;l-=e}while(1)}v=this._daylightSavingAdjust(new Date(c,j-1,l));if(v.getFullYear()!=c||v.getMonth()+1!=j||v.getDate()!=l)throw"Invalid date";return v},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*24*60*60*1E7,formatDate:function(a,b,c){if(!b)return"";var e=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,f=(c?c.dayNames:null)||this._defaults.dayNames,h=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort;c=(c?c.monthNames:null)||this._defaults.monthNames;var i=function(o){(o=k+1<a.length&&a.charAt(k+1)==o)&&k++;return o},g=function(o,m,n){m=""+m;if(i(o))for(;m.length<n;)m="0"+m;return m},j=function(o,m,n,r){return i(o)?r[m]:n[m]},l="",u=false;if(b)for(var k=0;k<a.length;k++)if(u)if(a.charAt(k)=="'"&&!i("'"))u=false;else l+=a.charAt(k);else switch(a.charAt(k)){case"d":l+=g("d",b.getDate(),2);break;case"D":l+=j("D",b.getDay(),e,f);break;case"o":l+=g("o",(b.getTime()-(new Date(b.getFullYear(),0,0)).getTime())/864E5,3);break;case"m":l+=g("m",b.getMonth()+1,2);break;case"M":l+=j("M",b.getMonth(),h,c);break;case"y":l+=i("y")?b.getFullYear():(b.getYear()%100<10?"0":"")+b.getYear()%100;break;case"@":l+=b.getTime();break;case"!":l+=b.getTime()*1E4+this._ticksTo1970;break;case"'":if(i("'"))l+="'";else u=true;break;default:l+=a.charAt(k)}return l},_possibleChars:function(a){for(var b="",c=false,e=function(h){(h=f+1<a.length&&a.charAt(f+
1)==h)&&f++;return h},f=0;f<a.length;f++)if(c)if(a.charAt(f)=="'"&&!e("'"))c=false;else b+=a.charAt(f);else switch(a.charAt(f)){case"d":case"m":case"y":case"@":b+="0123456789";break;case"D":case"M":return null;case"'":if(e("'"))b+="'";else c=true;break;default:b+=a.charAt(f)}return b},_get:function(a,b){return a.settings[b]!==B?a.settings[b]:this._defaults[b]},_setDateFromField:function(a,b){if(a.input.val()!=a.lastVal){var c=this._get(a,"dateFormat"),e=a.lastVal=a.input?a.input.val():null,f,h;f=h=this._getDefaultDate(a);var i=this._getFormatConfig(a);try{f=this.parseDate(c,e,i)||h}catch(g){this.log(g);e=b?"":e}a.selectedDay=f.getDate();a.drawMonth=a.selectedMonth=f.getMonth();a.drawYear=a.selectedYear=f.getFullYear();a.currentDay=e?f.getDate():0;a.currentMonth=e?f.getMonth():0;a.currentYear=e?f.getFullYear():0;this._adjustInstDate(a)}},_getDefaultDate:function(a){return this._restrictMinMax(a,this._determineDate(a,this._get(a,"defaultDate"),new Date))},_determineDate:function(a,b,c){var e=function(h){var i=new Date;i.setDate(i.getDate()+h);return i},f=function(h){try{return d.datepicker.parseDate(d.datepicker._get(a,"dateFormat"),h,d.datepicker._getFormatConfig(a))}catch(i){}var g=(h.toLowerCase().match(/^c/)?d.datepicker._getDate(a):null)||new Date,j=g.getFullYear(),l=g.getMonth();g=g.getDate();for(var u=/([+-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,k=u.exec(h);k;){switch(k[2]||"d"){case"d":case"D":g+=parseInt(k[1],10);break;case"w":case"W":g+=parseInt(k[1],10)*7;break;case"m":case"M":l+=parseInt(k[1],10);g=Math.min(g,d.datepicker._getDaysInMonth(j,l));break;case"y":case"Y":j+=parseInt(k[1],10);g=Math.min(g,d.datepicker._getDaysInMonth(j,l));break}k=u.exec(h)}return new Date(j,l,g)};if(b=(b=b==null||b===""?c:typeof b=="string"?f(b):typeof b=="number"?isNaN(b)?c:e(b):new Date(b.getTime()))&&b.toString()=="Invalid Date"?c:b){b.setHours(0);b.setMinutes(0);b.setSeconds(0);b.setMilliseconds(0)}return this._daylightSavingAdjust(b)},_daylightSavingAdjust:function(a){if(!a)return null;a.setHours(a.getHours()>12?a.getHours()+2:0);return a},_setDate:function(a,b,c){var e=!b,f=a.selectedMonth,h=a.selectedYear;b=this._restrictMinMax(a,this._determineDate(a,b,new Date));a.selectedDay=a.currentDay=b.getDate();a.drawMonth=a.selectedMonth=a.currentMonth=b.getMonth();a.drawYear=a.selectedYear=a.currentYear=b.getFullYear();if((f!=a.selectedMonth||h!=a.selectedYear)&&!c)this._notifyChange(a);this._adjustInstDate(a);if(a.input)a.input.val(e?"":this._formatDate(a))},_getDate:function(a){return!a.currentYear||a.input&&a.input.val()==""?null:this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay))},_generateHTML:function(a){var b=new Date;b=this._daylightSavingAdjust(new Date(b.getFullYear(),b.getMonth(),b.getDate()));var c=this._get(a,"isRTL"),e=this._get(a,"showButtonPanel"),f=this._get(a,"hideIfNoPrevNext"),h=this._get(a,"navigationAsDateFormat"),i=this._getNumberOfMonths(a),g=this._get(a,"showCurrentAtPos"),j=this._get(a,"stepMonths"),l=i[0]!=1||i[1]!=1,u=this._daylightSavingAdjust(!a.currentDay?new Date(9999,9,9):new Date(a.currentYear,a.currentMonth,a.currentDay)),k=this._getMinMaxDate(a,"min"),o=this._getMinMaxDate(a,"max");g=a.drawMonth-g;var m=a.drawYear;if(g<0){g+=12;m--}if(o){var n=this._daylightSavingAdjust(new Date(o.getFullYear(),o.getMonth()-i[0]*i[1]+1,o.getDate()));for(n=k&&n<k?k:n;this._daylightSavingAdjust(new Date(m,g,1))>n;){g--;if(g<0){g=11;m--}}}a.drawMonth=g;a.drawYear=m;n=this._get(a,"prevText");n=!h?n:this.formatDate(n,this._daylightSavingAdjust(new Date(m,g-j,1)),this._getFormatConfig(a));n=this._canAdjustMonth(a,-1,m,g)?'<a class="ui-datepicker-prev ui-corner-all" onclick="DP_jQuery_'+z+".datepicker._adjustDate('#"+a.id+"', -"+j+", 'M');\" title=\""+n+'"><span class="ui-icon ui-icon-circle-triangle-'+(c?"e":"w")+'">'+n+"</span></a>":f?"":'<a class="ui-datepicker-prev ui-corner-all ui-state-disabled" title="'+n+'"><span class="ui-icon ui-icon-circle-triangle-'+(c?"e":"w")+'">'+n+"</span></a>";var r=this._get(a,"nextText");r=!h?r:this.formatDate(r,this._daylightSavingAdjust(new Date(m,g+j,1)),this._getFormatConfig(a));f=this._canAdjustMonth(a,+1,m,g)?'<a class="ui-datepicker-next ui-corner-all" onclick="DP_jQuery_'+z+".datepicker._adjustDate('#"+a.id+"', +"+j+", 'M');\" title=\""+r+'"><span class="ui-icon ui-icon-circle-triangle-'+(c?"w":"e")+'">'+r+"</span></a>":f?"":'<a class="ui-datepicker-next ui-corner-all ui-state-disabled" title="'+r+'"><span class="ui-icon ui-icon-circle-triangle-'+(c?"w":"e")+'">'+r+"</span></a>";j=this._get(a,"currentText");r=this._get(a,"gotoCurrent")&&a.currentDay?u:b;j=!h?j:this.formatDate(j,r,this._getFormatConfig(a));h=!a.inline?'<button type="button" class="ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all" onclick="DP_jQuery_'+z+'.datepicker._hideDatepicker();">'+this._get(a,"closeText")+"</button>":"";e=e?'<div class="ui-datepicker-buttonpane ui-widget-content">'+(c?h:"")+(this._isInRange(a,r)?'<button type="button" class="ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all" onclick="DP_jQuery_'+
z+".datepicker._gotoToday('#"+a.id+"');\">"+j+"</button>":"")+(c?"":h)+"</div>":"";h=parseInt(this._get(a,"firstDay"),10);h=isNaN(h)?0:h;j=this._get(a,"showWeek");r=this._get(a,"dayNames");this._get(a,"dayNamesShort");var s=this._get(a,"dayNamesMin"),A=this._get(a,"monthNames"),v=this._get(a,"monthNamesShort"),p=this._get(a,"beforeShowDay"),C=this._get(a,"showOtherMonths"),K=this._get(a,"selectOtherMonths");this._get(a,"calculateWeek");for(var E=this._getDefaultDate(a),w="",x=0;x<i[0];x++){for(var O="",G=0;G<i[1];G++){var P=this._daylightSavingAdjust(new Date(m,g,a.selectedDay)),t=" ui-corner-all",y="";if(l){y+='<div class="ui-datepicker-group';if(i[1]>1)switch(G){case 0:y+=" ui-datepicker-group-first";t=" ui-corner-"+(c?"right":"left");break;case i[1]-1:y+=" ui-datepicker-group-last";t=" ui-corner-"+(c?"left":"right");break;default:y+=" ui-datepicker-group-middle";t="";break}y+='">'}y+='<div class="ui-datepicker-header ui-widget-header ui-helper-clearfix'+t+'">'+(/all|left/.test(t)&&x==0?c?f:n:"")+(/all|right/.test(t)&&x==0?c?n:f:"")+this._generateMonthYearHeader(a,g,m,k,o,x>0||G>0,A,v)+'</div><table class="ui-datepicker-calendar"><thead><tr>';var D=j?'<th class="ui-datepicker-week-col">'+this._get(a,"weekHeader")+"</th>":"";for(t=0;t<7;t++){var q=(t+h)%7;D+="<th"+((t+h+6)%7>=5?' class="ui-datepicker-week-end"':"")+'><span title="'+r[q]+'">'+s[q]+"</span></th>"}y+=D+"</tr></thead><tbody>";D=this._getDaysInMonth(m,g);if(m==a.selectedYear&&g==a.selectedMonth)a.selectedDay=Math.min(a.selectedDay,D);t=(this._getFirstDayOfMonth(m,g)-h+7)%7;D=l?6:Math.ceil((t+D)/7);q=this._daylightSavingAdjust(new Date(m,g,1-t));for(var Q=0;Q<D;Q++){y+="<tr>";var R=!j?"":'<td class="ui-datepicker-week-col">'+this._get(a,"calculateWeek")(q)+"</td>";for(t=0;t<7;t++){var I=p?p.apply(a.input?a.input[0]:null,[q]):[true,""],F=q.getMonth()!=g,L=F&&!K||!I[0]||k&&q<k||o&&q>o;R+='<td class="'+((t+h+6)%7>=5?" ui-datepicker-week-end":"")+(F?" ui-datepicker-other-month":"")+(q.getTime()==P.getTime()&&g==a.selectedMonth&&a._keyEvent||E.getTime()==q.getTime()&&E.getTime()==P.getTime()?" "+this._dayOverClass:"")+(L?" "+this._unselectableClass+" ui-state-disabled":"")+(F&&!C?"":" "+I[1]+(q.getTime()==u.getTime()?" "+this._currentClass:"")+(q.getTime()==b.getTime()?" ui-datepicker-today":""))+'"'+((!F||C)&&I[2]?' title="'+I[2]+'"':"")+(L?"":' onclick="DP_jQuery_'+z+".datepicker._selectDay('#"+a.id+"',"+q.getMonth()+","+q.getFullYear()+', this);return false;"')+">"+(F&&!C?"&#xa0;":L?'<span class="ui-state-default">'+q.getDate()+"</span>":'<a class="ui-state-default'+(q.getTime()==b.getTime()?" ui-state-highlight":"")+(q.getTime()==u.getTime()?" ui-state-active":"")+(F?" ui-priority-secondary":"")+'" href="#">'+q.getDate()+"</a>")+"</td>";q.setDate(q.getDate()+1);q=this._daylightSavingAdjust(q)}y+=R+"</tr>"}g++;if(g>11){g=0;m++}y+="</tbody></table>"+(l?"</div>"+(i[0]>0&&G==i[1]-1?'<div class="ui-datepicker-row-break"></div>':""):"");O+=y}w+=O}w+=e+(d.browser.msie&&parseInt(d.browser.version,10)<7&&!a.inline?'<iframe src="javascript:false;" class="ui-datepicker-cover" frameborder="0"></iframe>':"");a._keyEvent=false;return w},_generateMonthYearHeader:function(a,b,c,e,f,h,i,g){var j=this._get(a,"changeMonth"),l=this._get(a,"changeYear"),u=this._get(a,"showMonthAfterYear"),k='<div class="ui-datepicker-title">',o="";if(h||!j)o+='<span class="ui-datepicker-month">'+i[b]+"</span>";else{i=e&&e.getFullYear()==c;var m=f&&f.getFullYear()==c;o+='<select class="ui-datepicker-month" onchange="DP_jQuery_'+z+".datepicker._selectMonthYear('#"+a.id+"', this, 'M');\" onclick=\"DP_jQuery_"+z+".datepicker._clickMonthYear('#"+
a.id+"');\">";for(var n=0;n<12;n++)if((!i||n>=e.getMonth())&&(!m||n<=f.getMonth()))o+='<option value="'+n+'"'+(n==b?' selected="selected"':"")+">"+g[n]+"</option>";o+="</select>"}u||(k+=o+(h||!(j&&l)?"&#xa0;":""));if(!a.yearshtml){a.yearshtml="";if(h||!l)k+='<span class="ui-datepicker-year">'+c+"</span>";else{g=this._get(a,"yearRange").split(":");var r=(new Date).getFullYear();i=function(s){s=s.match(/c[+-].*/)?c+parseInt(s.substring(1),10):s.match(/[+-].*/)?r+parseInt(s,10):parseInt(s,10);return isNaN(s)?r:s};b=i(g[0]);g=Math.max(b,i(g[1]||""));b=e?Math.max(b,e.getFullYear()):b;g=f?Math.min(g,f.getFullYear()):g;for(a.yearshtml+='<select class="ui-datepicker-year" onchange="DP_jQuery_'+z+".datepicker._selectMonthYear('#"+a.id+"', this, 'Y');\" onclick=\"DP_jQuery_"+z+".datepicker._clickMonthYear('#"+a.id+"');\">";b<=g;b++)a.yearshtml+='<option value="'+b+'"'+(b==c?' selected="selected"':"")+">"+b+"</option>";a.yearshtml+="</select>";k+=a.yearshtml;a.yearshtml=null}}k+=this._get(a,"yearSuffix");if(u)k+=(h||!(j&&l)?"&#xa0;":"")+o;k+="</div>";return k},_adjustInstDate:function(a,b,c){var e=a.drawYear+(c=="Y"?b:0),f=a.drawMonth+(c=="M"?b:0);b=Math.min(a.selectedDay,this._getDaysInMonth(e,f))+(c=="D"?b:0);e=this._restrictMinMax(a,this._daylightSavingAdjust(new Date(e,f,b)));a.selectedDay=e.getDate();a.drawMonth=a.selectedMonth=e.getMonth();a.drawYear=a.selectedYear=e.getFullYear();if(c=="M"||c=="Y")this._notifyChange(a)},_restrictMinMax:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");b=c&&b<c?c:b;return b=a&&b>a?a:b},_notifyChange:function(a){var b=this._get(a,"onChangeMonthYear");if(b)b.apply(a.input?a.input[0]:null,[a.selectedYear,a.selectedMonth+1,a])},_getNumberOfMonths:function(a){a=this._get(a,"numberOfMonths");return a==null?[1,1]:typeof a=="number"?[1,a]:a},_getMinMaxDate:function(a,b){return this._determineDate(a,this._get(a,b+"Date"),null)},_getDaysInMonth:function(a,b){return 32-this._daylightSavingAdjust(new Date(a,b,32)).getDate()},_getFirstDayOfMonth:function(a,b){return(new Date(a,b,1)).getDay()},_canAdjustMonth:function(a,b,c,e){var f=this._getNumberOfMonths(a);c=this._daylightSavingAdjust(new Date(c,e+(b<0?b:f[0]*f[1]),1));b<0&&c.setDate(this._getDaysInMonth(c.getFullYear(),c.getMonth()));return this._isInRange(a,c)},_isInRange:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");return(!c||b.getTime()>=c.getTime())&&(!a||b.getTime()<=a.getTime())},_getFormatConfig:function(a){var b=this._get(a,"shortYearCutoff");b=typeof b!="string"?b:(new Date).getFullYear()%100+parseInt(b,10);return{shortYearCutoff:b,dayNamesShort:this._get(a,"dayNamesShort"),dayNames:this._get(a,"dayNames"),monthNamesShort:this._get(a,"monthNamesShort"),monthNames:this._get(a,"monthNames")}},_formatDate:function(a,b,c,e){if(!b){a.currentDay=a.selectedDay;a.currentMonth=a.selectedMonth;a.currentYear=a.selectedYear}b=b?typeof b=="object"?b:this._daylightSavingAdjust(new Date(e,c,b)):this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay));return this.formatDate(this._get(a,"dateFormat"),b,this._getFormatConfig(a))}});d.fn.datepicker=function(a){if(!this.length)return this;if(!d.datepicker.initialized){d(document).mousedown(d.datepicker._checkExternalClick).find("body").append(d.datepicker.dpDiv);d.datepicker.initialized=true}var b=Array.prototype.slice.call(arguments,1);if(typeof a=="string"&&(a=="isDisabled"||a=="getDate"||a=="widget"))return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b));if(a=="option"&&arguments.length==2&&typeof arguments[1]=="string")return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b));return this.each(function(){typeof a=="string"?d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this].concat(b)):d.datepicker._attachDatepicker(this,a)})};d.datepicker=new M;d.datepicker.initialized=false;d.datepicker.uuid=(new Date).getTime();d.datepicker.version="1.8.13";window["DP_jQuery_"+z]=d})(jQuery);;(function(b,d){b.widget("ui.progressbar",{options:{value:0,max:100},min:0,_create:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min,"aria-valuemax":this.options.max,"aria-valuenow":this._value()});this.valueDiv=b("<div class='ui-progressbar-value ui-widget-header ui-corner-left'></div>").appendTo(this.element);this.oldValue=this._value();this._refreshValue()},destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow");this.valueDiv.remove();b.Widget.prototype.destroy.apply(this,arguments)},value:function(a){if(a===d)return this._value();this._setOption("value",a);return this},_setOption:function(a,c){if(a==="value"){this.options.value=c;this._refreshValue();this._value()===this.options.max&&this._trigger("complete")}b.Widget.prototype._setOption.apply(this,arguments)},_value:function(){var a=this.options.value;if(typeof a!=="number")a=0;return Math.min(this.options.max,Math.max(this.min,a))},_percentage:function(){return 100*this._value()/this.options.max},_refreshValue:function(){var a=this.value(),c=this._percentage();if(this.oldValue!==a){this.oldValue=a;this._trigger("change")}this.valueDiv.toggle(a>this.min).toggleClass("ui-corner-right",a===this.options.max).width(c.toFixed(0)+"%");this.element.attr("aria-valuenow",a)}});b.extend(b.ui.progressbar,{version:"1.8.13"})})(jQuery);;jQuery.effects||function(f,j){function m(c){var a;if(c&&c.constructor==Array&&c.length==3)return c;if(a=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(c))return[parseInt(a[1],10),parseInt(a[2],10),parseInt(a[3],10)];if(a=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(c))return[parseFloat(a[1])*2.55,parseFloat(a[2])*2.55,parseFloat(a[3])*2.55];if(a=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(c))return[parseInt(a[1],16),parseInt(a[2],16),parseInt(a[3],16)];if(a=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(c))return[parseInt(a[1]+a[1],16),parseInt(a[2]+a[2],16),parseInt(a[3]+a[3],16)];if(/rgba\(0, 0, 0, 0\)/.exec(c))return n.transparent;return n[f.trim(c).toLowerCase()]}function s(c,a){var b;do{b=f.curCSS(c,a);if(b!=""&&b!="transparent"||f.nodeName(c,"body"))break;a="backgroundColor"}while(c=c.parentNode);return m(b)}function o(){var c=document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle,a={},b,d;if(c&&c.length&&c[0]&&c[c[0]])for(var e=c.length;e--;){b=c[e];if(typeof c[b]=="string"){d=b.replace(/\-(\w)/g,function(g,h){return h.toUpperCase()});a[d]=c[b]}}else for(b in c)if(typeof c[b]==="string")a[b]=c[b];return a}function p(c){var a,b;for(a in c){b=c[a];if(b==null||f.isFunction(b)||a in t||/scrollbar/.test(a)||!/color/i.test(a)&&isNaN(parseFloat(b)))delete c[a]}return c}function u(c,a){var b={_:0},d;for(d in a)if(c[d]!=a[d])b[d]=a[d];return b}function k(c,a,b,d){if(typeof c=="object"){d=a;b=null;a=c;c=a.effect}if(f.isFunction(a)){d=a;b=null;a={}}if(typeof a=="number"||f.fx.speeds[a]){d=b;b=a;a={}}if(f.isFunction(b)){d=b;b=null}a=a||{};b=b||a.duration;b=f.fx.off?0:typeof b=="number"?b:b in f.fx.speeds?f.fx.speeds[b]:f.fx.speeds._default;d=d||a.complete;return[c,a,b,d]}function l(c){if(!c||typeof c==="number"||f.fx.speeds[c])return true;if(typeof c==="string"&&!f.effects[c])return true;return false}f.effects={};f.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","borderColor","color","outlineColor"],function(c,a){f.fx.step[a]=function(b){if(!b.colorInit){b.start=s(b.elem,a);b.end=m(b.end);b.colorInit=true}b.elem.style[a]="rgb("+Math.max(Math.min(parseInt(b.pos*(b.end[0]-b.start[0])+b.start[0],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[1]-b.start[1])+b.start[1],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[2]-b.start[2])+b.start[2],10),255),0)+")"}});var n={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]},q=["add","remove","toggle"],t={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};f.effects.animateClass=function(c,a,b,d){if(f.isFunction(b)){d=b;b=null}return this.queue(function(){var e=f(this),g=e.attr("style")||" ",h=p(o.call(this)),r,v=e.attr("class");f.each(q,function(w,i){c[i]&&e[i+"Class"](c[i])});r=p(o.call(this));e.attr("class",v);e.animate(u(h,r),{queue:false,duration:a,easding:b,complete:function(){f.each(q,function(w,i){c[i]&&e[i+"Class"](c[i])});if(typeof e.attr("style")=="object"){e.attr("style").cssText="";e.attr("style").cssText=g}else e.attr("style",g);d&&d.apply(this,arguments);f.dequeue(this)}})})};f.fn.extend({_addClass:f.fn.addClass,addClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{add:c},a,b,d]):this._addClass(c)},_removeClass:f.fn.removeClass,removeClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{remove:c},a,b,d]):this._removeClass(c)},_toggleClass:f.fn.toggleClass,toggleClass:function(c,a,b,d,e){return typeof a=="boolean"||a===j?b?f.effects.animateClass.apply(this,[a?{add:c}:{remove:c},b,d,e]):this._toggleClass(c,a):f.effects.animateClass.apply(this,[{toggle:c},a,b,d])},switchClass:function(c,a,b,d,e){return f.effects.animateClass.apply(this,[{add:a,remove:c},b,d,e])}});f.extend(f.effects,{version:"1.8.13",save:function(c,a){for(var b=0;b<a.length;b++)a[b]!==null&&c.data("ec.storage."+a[b],c[0].style[a[b]])},restore:function(c,a){for(var b=0;b<a.length;b++)a[b]!==null&&c.css(a[b],c.data("ec.storage."+a[b]))},setMode:function(c,a){if(a=="toggle")a=c.is(":hidden")?"show":"hide";return a},getBaseline:function(c,a){var b;switch(c[0]){case"top":b=0;break;case"middle":b=0.5;break;case"bottom":b=1;break;default:b=c[0]/a.height}switch(c[1]){case"left":c=0;break;case"center":c=0.5;break;case"right":c=1;break;default:c=c[1]/a.width}return{x:c,y:b}},createWrapper:function(c){if(c.parent().is(".ui-effects-wrapper"))return c.parent();var a={width:c.outerWidth(true),height:c.outerHeight(true),"float":c.css("float")},b=f("<div></div>").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0});c.wrap(b);b=c.parent();if(c.css("position")=="static"){b.css({position:"relative"});c.css({position:"relative"})}else{f.extend(a,{position:c.css("position"),zIndex:c.css("z-index")});f.each(["top","left","bottom","right"],function(d,e){a[e]=c.css(e);if(isNaN(parseInt(a[e],10)))a[e]="auto"});c.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})}return b.css(a).show()},removeWrapper:function(c){if(c.parent().is(".ui-effects-wrapper"))return c.parent().replaceWith(c);return c},setTransition:function(c,a,b,d){d=d||{};f.each(a,function(e,g){unit=c.cssUnit(g);if(unit[0]>0)d[g]=unit[0]*b+unit[1]});return d}});f.fn.extend({effect:function(c){var a=k.apply(this,arguments),b={options:a[1],duration:a[2],callback:a[3]};a=b.options.mode;var d=f.effects[c];if(f.fx.off||!d)return a?this[a](b.duration,b.callback):this.each(function(){b.callback&&b.callback.call(this)});return d.call(this,b)},_show:f.fn.show,show:function(c){if(l(c))return this._show.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="show";return this.effect.apply(this,a)}},_hide:f.fn.hide,hide:function(c){if(l(c))return this._hide.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="hide";return this.effect.apply(this,a)}},__toggle:f.fn.toggle,toggle:function(c){if(l(c)||typeof c==="boolean"||f.isFunction(c))return this.__toggle.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="toggle";return this.effect.apply(this,a)}},cssUnit:function(c){var a=this.css(c),b=[];f.each(["em","px","%","pt"],function(d,e){if(a.indexOf(e)>0)b=[parseFloat(a),e]});return b}});f.easing.jswing=f.easing.swing;f.extend(f.easing,{def:"easeOutQuad",swing:function(c,a,b,d,e){return f.easing[f.easing.def](c,a,b,d,e)},easeInQuad:function(c,a,b,d,e){return d*(a/=e)*a+b},easeOutQuad:function(c,a,b,d,e){return-d*(a/=e)*(a-2)+b},easeInOutQuad:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a+b;return-d/2*(--a*(a-2)-1)+b},easeInCubic:function(c,a,b,d,e){return d*(a/=e)*a*a+b},easeOutCubic:function(c,a,b,d,e){return d*((a=a/e-1)*a*a+1)+b},easeInOutCubic:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a+b;return d/2*((a-=2)*a*a+2)+b},easeInQuart:function(c,a,b,d,e){return d*(a/=e)*a*a*a+b},easeOutQuart:function(c,a,b,d,e){return-d*((a=a/e-1)*a*a*a-1)+b},easeInOutQuart:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a+b;return-d/2*((a-=2)*a*a*a-2)+b},easeInQuint:function(c,a,b,d,e){return d*(a/=e)*a*a*a*a+b},easeOutQuint:function(c,a,b,d,e){return d*((a=a/e-1)*a*a*a*a+1)+b},easeInOutQuint:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a*a+b;return d/2*((a-=2)*a*a*a*a+2)+b},easeInSine:function(c,a,b,d,e){return-d*Math.cos(a/e*(Math.PI/2))+d+b},easeOutSine:function(c,a,b,d,e){return d*Math.sin(a/e*(Math.PI/2))+b},easeInOutSine:function(c,a,b,d,e){return-d/2*(Math.cos(Math.PI*a/e)-1)+b},easeInExpo:function(c,a,b,d,e){return a==0?b:d*Math.pow(2,10*(a/e-1))+b},easeOutExpo:function(c,a,b,d,e){return a==e?b+d:d*(-Math.pow(2,-10*a/e)+1)+b},easeInOutExpo:function(c,a,b,d,e){if(a==0)return b;if(a==e)return b+d;if((a/=e/2)<1)return d/2*Math.pow(2,10*(a-1))+b;return d/2*(-Math.pow(2,-10*--a)+2)+b},easeInCirc:function(c,a,b,d,e){return-d*(Math.sqrt(1-(a/=e)*a)-1)+b},easeOutCirc:function(c,a,b,d,e){return d*Math.sqrt(1-(a=a/e-1)*a)+b},easeInOutCirc:function(c,a,b,d,e){if((a/=e/2)<1)return-d/2*(Math.sqrt(1-a*a)-1)+b;return d/2*(Math.sqrt(1-(a-=2)*a)+1)+b},easeInElastic:function(c,a,b,d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e)==1)return b+d;g||(g=e*0.3);if(h<Math.abs(d)){h=d;c=g/4}else c=g/(2*Math.PI)*Math.asin(d/h);return-(h*Math.pow(2,10*(a-=1))*Math.sin((a*e-c)*2*Math.PI/g))+b},easeOutElastic:function(c,a,b,d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e)==1)return b+d;g||(g=e*0.3);if(h<Math.abs(d)){h=d;c=g/4}else c=g/(2*Math.PI)*Math.asin(d/h);return h*Math.pow(2,-10*a)*Math.sin((a*e-c)*2*Math.PI/g)+d+b},easeInOutElastic:function(c,a,b,d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e/2)==2)return b+d;g||(g=e*0.3*1.5);if(h<Math.abs(d)){h=d;c=g/4}else c=g/(2*Math.PI)*Math.asin(d/h);if(a<1)return-0.5*h*Math.pow(2,10*(a-=1))*Math.sin((a*e-c)*2*Math.PI/g)+b;return h*Math.pow(2,-10*(a-=1))*Math.sin((a*e-c)*2*Math.PI/g)*0.5+d+b},easeInBack:function(c,a,b,d,e,g){if(g==j)g=1.70158;return d*(a/=e)*a*((g+1)*a-g)+b},easeOutBack:function(c,a,b,d,e,g){if(g==j)g=1.70158;return d*((a=a/e-1)*a*((g+1)*a+g)+1)+b},easeInOutBack:function(c,a,b,d,e,g){if(g==j)g=1.70158;if((a/=e/2)<1)return d/2*a*a*(((g*=1.525)+1)*a-g)+b;return d/2*((a-=2)*a*(((g*=1.525)+1)*a+g)+2)+b},easeInBounce:function(c,a,b,d,e){return d-f.easing.easeOutBounce(c,e-a,0,d,e)+b},easeOutBounce:function(c,a,b,d,e){return(a/=e)<1/2.75?d*7.5625*a*a+b:a<2/2.75?d*(7.5625*(a-=1.5/2.75)*a+0.75)+b:a<2.5/2.75?d*(7.5625*(a-=2.25/2.75)*a+0.9375)+b:d*(7.5625*(a-=2.625/2.75)*a+0.984375)+b},easeInOutBounce:function(c,a,b,d,e){if(a<e/2)return f.easing.easeInBounce(c,a*2,0,d,e)*0.5+b;return f.easing.easeOutBounce(c,a*2-e,0,d,e)*0.5+d*0.5+b}})}(jQuery);;(function(b){b.effects.blind=function(c){return this.queue(function(){var a=b(this),g=["position","top","bottom","left","right"],f=b.effects.setMode(a,c.options.mode||"hide"),d=c.options.direction||"vertical";b.effects.save(a,g);a.show();var e=b.effects.createWrapper(a).css({overflow:"hidden"}),h=d=="vertical"?"height":"width";d=d=="vertical"?e.height():e.width();f=="show"&&e.css(h,0);var i={};i[h]=f=="show"?d:0;e.animate(i,c.duration,c.options.easing,function(){f=="hide"&&a.hide();b.effects.restore(a,g);b.effects.removeWrapper(a);c.callback&&c.callback.apply(a[0],arguments);a.dequeue()})})}})(jQuery);;(function(e){e.effects.bounce=function(b){return this.queue(function(){var a=e(this),l=["position","top","bottom","left","right"],h=e.effects.setMode(a,b.options.mode||"effect"),d=b.options.direction||"up",c=b.options.distance||20,m=b.options.times||5,i=b.duration||250;/show|hide/.test(h)&&l.push("opacity");e.effects.save(a,l);a.show();e.effects.createWrapper(a);var f=d=="up"||d=="down"?"top":"left";d=d=="up"||d=="left"?"pos":"neg";c=b.options.distance||(f=="top"?a.outerHeight({margin:true})/3:a.outerWidth({margin:true})/3);if(h=="show")a.css("opacity",0).css(f,d=="pos"?-c:c);if(h=="hide")c/=m*2;h!="hide"&&m--;if(h=="show"){var g={opacity:1};g[f]=(d=="pos"?"+=":"-=")+c;a.animate(g,i/2,b.options.easing);c/=2;m--}for(g=0;g<m;g++){var j={},k={};j[f]=(d=="pos"?"-=":"+=")+c;k[f]=(d=="pos"?"+=":"-=")+c;a.animate(j,i/2,b.options.easing).animate(k,i/2,b.options.easing);c=h=="hide"?c*2:c/2}if(h=="hide"){g={opacity:0};g[f]=(d=="pos"?"-=":"+=")+c;a.animate(g,i/2,b.options.easing,function(){a.hide();e.effects.restore(a,l);e.effects.removeWrapper(a);b.callback&&b.callback.apply(this,arguments)})}else{j={};k={};j[f]=(d=="pos"?"-=":"+=")+c;k[f]=(d=="pos"?"+=":"-=")+c;a.animate(j,i/2,b.options.easing).animate(k,i/2,b.options.easing,function(){e.effects.restore(a,l);e.effects.removeWrapper(a);b.callback&&b.callback.apply(this,arguments)})}a.queue("fx",function(){a.dequeue()});a.dequeue()})}})(jQuery);;(function(b){b.effects.clip=function(e){return this.queue(function(){var a=b(this),i=["position","top","bottom","left","right","height","width"],f=b.effects.setMode(a,e.options.mode||"hide"),c=e.options.direction||"vertical";b.effects.save(a,i);a.show();var d=b.effects.createWrapper(a).css({overflow:"hidden"});d=a[0].tagName=="IMG"?d:a;var g={size:c=="vertical"?"height":"width",position:c=="vertical"?"top":"left"};c=c=="vertical"?d.height():d.width();if(f=="show"){d.css(g.size,0);d.css(g.position,c/2)}var h={};h[g.size]=f=="show"?c:0;h[g.position]=f=="show"?0:c/2;d.animate(h,{queue:false,duration:e.duration,easing:e.options.easing,complete:function(){f=="hide"&&a.hide();b.effects.restore(a,i);b.effects.removeWrapper(a);e.callback&&e.callback.apply(a[0],arguments);a.dequeue()}})})}})(jQuery);;(function(c){c.effects.drop=function(d){return this.queue(function(){var a=c(this),h=["position","top","bottom","left","right","opacity"],e=c.effects.setMode(a,d.options.mode||"hide"),b=d.options.direction||"left";c.effects.save(a,h);a.show();c.effects.createWrapper(a);var f=b=="up"||b=="down"?"top":"left";b=b=="up"||b=="left"?"pos":"neg";var g=d.options.distance||(f=="top"?a.outerHeight({margin:true})/2:a.outerWidth({margin:true})/2);if(e=="show")a.css("opacity",0).css(f,b=="pos"?-g:g);var i={opacity:e=="show"?1:0};i[f]=(e=="show"?b=="pos"?"+=":"-=":b=="pos"?"-=":"+=")+g;a.animate(i,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){e=="hide"&&a.hide();c.effects.restore(a,h);c.effects.removeWrapper(a);d.callback&&d.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery);;(function(j){j.effects.explode=function(a){return this.queue(function(){var c=a.options.pieces?Math.round(Math.sqrt(a.options.pieces)):3,d=a.options.pieces?Math.round(Math.sqrt(a.options.pieces)):3;a.options.mode=a.options.mode=="toggle"?j(this).is(":visible")?"hide":"show":a.options.mode;var b=j(this).show().css("visibility","hidden"),g=b.offset();g.top-=parseInt(b.css("marginTop"),10)||0;g.left-=parseInt(b.css("marginLeft"),10)||0;for(var h=b.outerWidth(true),i=b.outerHeight(true),e=0;e<c;e++)for(var f=0;f<d;f++)b.clone().appendTo("body").wrap("<div></div>").css({position:"absolute",visibility:"visible",left:-f*(h/d),top:-e*(i/c)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:h/d,height:i/c,left:g.left+f*(h/d)+(a.options.mode=="show"?(f-Math.floor(d/2))*(h/d):0),top:g.top+e*(i/c)+(a.options.mode=="show"?(e-Math.floor(c/2))*(i/c):0),opacity:a.options.mode=="show"?0:1}).animate({left:g.left+f*(h/d)+(a.options.mode=="show"?0:(f-Math.floor(d/2))*(h/d)),top:g.top+
e*(i/c)+(a.options.mode=="show"?0:(e-Math.floor(c/2))*(i/c)),opacity:a.options.mode=="show"?1:0},a.duration||500);setTimeout(function(){a.options.mode=="show"?b.css({visibility:"visible"}):b.css({visibility:"visible"}).hide();a.callback&&a.callback.apply(b[0]);b.dequeue();j("div.ui-effects-explode").remove()},a.duration||500)})}})(jQuery);;(function(b){b.effects.fade=function(a){return this.queue(function(){var c=b(this),d=b.effects.setMode(c,a.options.mode||"hide");c.animate({opacity:d},{queue:false,duration:a.duration,easing:a.options.easing,complete:function(){a.callback&&a.callback.apply(this,arguments);c.dequeue()}})})}})(jQuery);;(function(c){c.effects.fold=function(a){return this.queue(function(){var b=c(this),j=["position","top","bottom","left","right"],d=c.effects.setMode(b,a.options.mode||"hide"),g=a.options.size||15,h=!!a.options.horizFirst,k=a.duration?a.duration/2:c.fx.speeds._default/2;c.effects.save(b,j);b.show();var e=c.effects.createWrapper(b).css({overflow:"hidden"}),f=d=="show"!=h,l=f?["width","height"]:["height","width"];f=f?[e.width(),e.height()]:[e.height(),e.width()];var i=/([0-9]+)%/.exec(g);if(i)g=parseInt(i[1],10)/100*f[d=="hide"?0:1];if(d=="show")e.css(h?{height:0,width:g}:{height:g,width:0});h={};i={};h[l[0]]=d=="show"?f[0]:g;i[l[1]]=d=="show"?f[1]:0;e.animate(h,k,a.options.easing).animate(i,k,a.options.easing,function(){d=="hide"&&b.hide();c.effects.restore(b,j);c.effects.removeWrapper(b);a.callback&&a.callback.apply(b[0],arguments);b.dequeue()})})}})(jQuery);;(function(b){b.effects.highlight=function(c){return this.queue(function(){var a=b(this),e=["backgroundImage","backgroundColor","opacity"],d=b.effects.setMode(a,c.options.mode||"show"),f={backgroundColor:a.css("backgroundColor")};if(d=="hide")f.opacity=0;b.effects.save(a,e);a.show().css({backgroundImage:"none",backgroundColor:c.options.color||"#ffff99"}).animate(f,{queue:false,duration:c.duration,easing:c.options.easing,complete:function(){d=="hide"&&a.hide();b.effects.restore(a,e);d=="show"&&!b.support.opacity&&this.style.removeAttribute("filter");c.callback&&c.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery);;(function(d){d.effects.pulsate=function(a){return this.queue(function(){var b=d(this),c=d.effects.setMode(b,a.options.mode||"show");times=(a.options.times||5)*2-1;duration=a.duration?a.duration/2:d.fx.speeds._default/2;isVisible=b.is(":visible");animateTo=0;if(!isVisible){b.css("opacity",0).show();animateTo=1}if(c=="hide"&&isVisible||c=="show"&&!isVisible)times--;for(c=0;c<times;c++){b.animate({opacity:animateTo},duration,a.options.easing);animateTo=(animateTo+1)%2}b.animate({opacity:animateTo},duration,a.options.easing,function(){animateTo==0&&b.hide();a.callback&&a.callback.apply(this,arguments)});b.queue("fx",function(){b.dequeue()}).dequeue()})}})(jQuery);;(function(c){c.effects.puff=function(b){return this.queue(function(){var a=c(this),e=c.effects.setMode(a,b.options.mode||"hide"),g=parseInt(b.options.percent,10)||150,h=g/100,i={height:a.height(),width:a.width()};c.extend(b.options,{fade:true,mode:e,percent:e=="hide"?g:100,from:e=="hide"?i:{height:i.height*h,width:i.width*h}});a.effect("scale",b.options,b.duration,b.callback);a.dequeue()})};c.effects.scale=function(b){return this.queue(function(){var a=c(this),e=c.extend(true,{},b.options),g=c.effects.setMode(a,b.options.mode||"effect"),h=parseInt(b.options.percent,10)||(parseInt(b.options.percent,10)==0?0:g=="hide"?0:100),i=b.options.direction||"both",f=b.options.origin;if(g!="effect"){e.origin=f||["middle","center"];e.restore=true}f={height:a.height(),width:a.width()};a.from=b.options.from||(g=="show"?{height:0,width:0}:f);h={y:i!="horizontal"?h/100:1,x:i!="vertical"?h/100:1};a.to={height:f.height*h.y,width:f.width*h.x};if(b.options.fade){if(g=="show"){a.from.opacity=0;a.to.opacity=1}if(g=="hide"){a.from.opacity=1;a.to.opacity=0}}e.from=a.from;e.to=a.to;e.mode=g;a.effect("size",e,b.duration,b.callback);a.dequeue()})};c.effects.size=function(b){return this.queue(function(){var a=c(this),e=["position","top","bottom","left","right","width","height","overflow","opacity"],g=["position","top","bottom","left","right","overflow","opacity"],h=["width","height","overflow"],i=["fontSize"],f=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],k=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],p=c.effects.setMode(a,b.options.mode||"effect"),n=b.options.restore||false,m=b.options.scale||"both",l=b.options.origin,j={height:a.height(),width:a.width()};a.from=b.options.from||j;a.to=b.options.to||j;if(l){l=c.effects.getBaseline(l,j);a.from.top=(j.height-a.from.height)*l.y;a.from.left=(j.width-a.from.width)*l.x;a.to.top=(j.height-a.to.height)*l.y;a.to.left=(j.width-a.to.width)*l.x}var d={from:{y:a.from.height/j.height,x:a.from.width/j.width},to:{y:a.to.height/j.height,x:a.to.width/j.width}};if(m=="box"||m=="both"){if(d.from.y!=d.to.y){e=e.concat(f);a.from=c.effects.setTransition(a,f,d.from.y,a.from);a.to=c.effects.setTransition(a,f,d.to.y,a.to)}if(d.from.x!=d.to.x){e=e.concat(k);a.from=c.effects.setTransition(a,k,d.from.x,a.from);a.to=c.effects.setTransition(a,k,d.to.x,a.to)}}if(m=="content"||m=="both")if(d.from.y!=d.to.y){e=e.concat(i);a.from=c.effects.setTransition(a,i,d.from.y,a.from);a.to=c.effects.setTransition(a,i,d.to.y,a.to)}c.effects.save(a,n?e:g);a.show();c.effects.createWrapper(a);a.css("overflow","hidden").css(a.from);if(m=="content"||m=="both"){f=f.concat(["marginTop","marginBottom"]).concat(i);k=k.concat(["marginLeft","marginRight"]);h=e.concat(f).concat(k);a.find("*[width]").each(function(){child=c(this);n&&c.effects.save(child,h);var o={height:child.height(),width:child.width()};child.from={height:o.height*d.from.y,width:o.width*d.from.x};child.to={height:o.height*d.to.y,width:o.width*d.to.x};if(d.from.y!=d.to.y){child.from=c.effects.setTransition(child,f,d.from.y,child.from);child.to=c.effects.setTransition(child,f,d.to.y,child.to)}if(d.from.x!=d.to.x){child.from=c.effects.setTransition(child,k,d.from.x,child.from);child.to=c.effects.setTransition(child,k,d.to.x,child.to)}child.css(child.from);child.animate(child.to,b.duration,b.options.easing,function(){n&&c.effects.restore(child,h)})})}a.animate(a.to,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){a.to.opacity===0&&a.css("opacity",a.from.opacity);p=="hide"&&a.hide();c.effects.restore(a,n?e:g);c.effects.removeWrapper(a);b.callback&&b.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery);;(function(d){d.effects.shake=function(a){return this.queue(function(){var b=d(this),j=["position","top","bottom","left","right"];d.effects.setMode(b,a.options.mode||"effect");var c=a.options.direction||"left",e=a.options.distance||20,l=a.options.times||3,f=a.duration||a.options.duration||140;d.effects.save(b,j);b.show();d.effects.createWrapper(b);var g=c=="up"||c=="down"?"top":"left",h=c=="up"||c=="left"?"pos":"neg";c={};var i={},k={};c[g]=(h=="pos"?"-=":"+=")+e;i[g]=(h=="pos"?"+=":"-=")+e*2;k[g]=(h=="pos"?"-=":"+=")+e*2;b.animate(c,f,a.options.easing);for(e=1;e<l;e++)b.animate(i,f,a.options.easing).animate(k,f,a.options.easing);b.animate(i,f,a.options.easing).animate(c,f/2,a.options.easing,function(){d.effects.restore(b,j);d.effects.removeWrapper(b);a.callback&&a.callback.apply(this,arguments)});b.queue("fx",function(){b.dequeue()});b.dequeue()})}})(jQuery);;(function(c){c.effects.slide=function(d){return this.queue(function(){var a=c(this),h=["position","top","bottom","left","right"],f=c.effects.setMode(a,d.options.mode||"show"),b=d.options.direction||"left";c.effects.save(a,h);a.show();c.effects.createWrapper(a).css({overflow:"hidden"});var g=b=="up"||b=="down"?"top":"left";b=b=="up"||b=="left"?"pos":"neg";var e=d.options.distance||(g=="top"?a.outerHeight({margin:true}):a.outerWidth({margin:true}));if(f=="show")a.css(g,b=="pos"?isNaN(e)?"-"+e:-e:e);var i={};i[g]=(f=="show"?b=="pos"?"+=":"-=":b=="pos"?"-=":"+=")+e;a.animate(i,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){f=="hide"&&a.hide();c.effects.restore(a,h);c.effects.removeWrapper(a);d.callback&&d.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery);;(function(e){e.effects.transfer=function(a){return this.queue(function(){var b=e(this),c=e(a.options.to),d=c.offset();c={top:d.top,left:d.left,height:c.innerHeight(),width:c.innerWidth()};d=b.offset();var f=e('<div class="ui-effects-transfer"></div>').appendTo(document.body).addClass(a.options.className).css({top:d.top,left:d.left,height:b.innerHeight(),width:b.innerWidth(),position:"absolute"}).animate(c,a.duration,a.options.easing,function(){f.remove();a.callback&&a.callback.apply(b[0],arguments);b.dequeue()})})}})(jQuery);;(function($){$.fn.jcarousel=function(o){if(typeof o=='string'){var instance=$(this).data('jcarousel'),args=Array.prototype.slice.call(arguments,1);return instance[o].apply(instance,args);}else
return this.each(function(){$(this).data('jcarousel',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]);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=this.container.find('ul,ol').eq(0);}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.buttonNext=$('.jcarousel-next',this.container);if(this.buttonNext.size()==0&&this.options.buttonNextHTML!=null)this.buttonNext=this.clip.after(this.options.buttonNextHTML).next();this.buttonNext.addClass(this.className('jcarousel-next'));this.buttonPrev=$('.jcarousel-prev',this.container);if(this.buttonPrev.size()==0&&this.options.buttonPrevHTML!=null)this.buttonPrev=this.clip.after(this.options.buttonPrevHTML).next();this.buttonPrev.addClass(this.className('jcarousel-prev'));this.clip.addClass(this.className('jcarousel-clip')).css({overflow:'hidden',position:'relative'});this.list.addClass(this.className('jcarousel-list')).css({overflow:'hidden',position:'relative',top:0,left:0,margin:0,padding:0});this.container.addClass(this.className('jcarousel-container')).css({position:'relative'});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();};this.funcResize=function(){self.reload();};if(this.options.initCallback!=null)this.options.initCallback(this,'init');if($.browser.safari){this.buttons(false,false);$(window).bind('load.jcarousel',function(){self.setup();});}else
this.setup();};var $jc=$.jcarousel;$jc.fn=$jc.prototype={jcarousel:'0.2.4'};$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);$(window).unbind('resize.jcarousel',this.funcResize).bind('resize.jcarousel',this.funcResize);},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){var pos=$jc.intval(this.list.css(this.lt));if(this.locked||this.animating)return pos;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 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,g;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);if(this.first!=null&&this.options.wrap=='circular'&&this.options.size!==null&&(j<=0||j>this.options.size)){g=this.get(this.index(j));if(g.length)this.add(j,g.children().clone(true));}}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);if(this.first!=null&&this.options.wrap=='circular'&&this.options.size!==null&&(j<=0||j>this.options.size)){g=this.get(this.index(j));if(g.length)this.add(j,g.find('>*').clone(true));}}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=='circular'||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+'.jcarousel',this.funcNext)[n?'removeClass':'addClass'](this.className('jcarousel-next-disabled')).attr('disabled',n?false:true);this.buttonPrev[p?'bind':'unbind'](this.options.buttonPrevEvent+'.jcarousel',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!==null&&!(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)).css({'float':'left','list-style':'none'});$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){return $.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(d){var k=d.scrollTo=function(a,i,e){d(window).scrollTo(a,i,e)};k.defaults={axis:'xy',duration:parseFloat(d.fn.jquery)>=1.3?0:1};k.window=function(a){return d(window)._scrollable()};d.fn._scrollable=function(){return this.map(function(){var a=this,i=!a.nodeName||d.inArray(a.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!i)return a;var e=(a.contentWindow||a).document||a.ownerDocument||a;return d.browser.safari||e.compatMode=='BackCompat'?e.body:e.documentElement})};d.fn.scrollTo=function(n,j,b){if(typeof j=='object'){b=j;j=0}if(typeof b=='function')b={onAfter:b};if(n=='max')n=9e9;b=d.extend({},k.defaults,b);j=j||b.speed||b.duration;b.queue=b.queue&&b.axis.length>1;if(b.queue)j/=2;b.offset=p(b.offset);b.over=p(b.over);return this._scrollable().each(function(){var q=this,r=d(q),f=n,s,g={},u=r.is('html,body');switch(typeof f){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(f)){f=p(f);break}f=d(f,this);case'object':if(f.is||f.style)s=(f=d(f)).offset()}d.each(b.axis.split(''),function(a,i){var e=i=='x'?'Left':'Top',h=e.toLowerCase(),c='scroll'+e,l=q[c],m=k.max(q,i);if(s){g[c]=s[h]+(u?0:l-r.offset()[h]);if(b.margin){g[c]-=parseInt(f.css('margin'+e))||0;g[c]-=parseInt(f.css('border'+e+'Width'))||0}g[c]+=b.offset[h]||0;if(b.over[h])g[c]+=f[i=='x'?'width':'height']()*b.over[h]}else{var o=f[h];g[c]=o.slice&&o.slice(-1)=='%'?parseFloat(o)/100*m:o}if(/^\d+$/.test(g[c]))g[c]=g[c]<=0?0:Math.min(g[c],m);if(!a&&b.queue){if(l!=g[c])t(b.onAfterFirst);delete g[c]}});t(b.onAfter);function t(a){r.animate(g,j,b.easing,a&&function(){a.call(this,n,b)})}}).end()};k.max=function(a,i){var e=i=='x'?'Width':'Height',h='scroll'+e;if(!d(a).is('html,body'))return a[h]-d(a)[e.toLowerCase()]();var c='client'+e,l=a.ownerDocument.documentElement,m=a.ownerDocument.body;return Math.max(l[h],m[h])-Math.min(l[c],m[c])};function p(a){return typeof a=='object'?a:{top:a,left:a}}})(jQuery);(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY;};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev]);}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev]);};var handleHover=function(e){var p=(e.type=="mouseover"?e.fromElement:e.toElement)||e.relatedTarget;while(p&&p!=this){try{p=p.parentNode;}catch(e){p=this;}}if(p==this){return false;}var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);}if(e.type=="mouseover"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob);},cfg.timeout);}}};return this.mouseover(handleHover).mouseout(handleHover);};})(jQuery);(function($){var tmp,loading,overlay,wrap,outer,inner,close,nav_left,nav_right,selectedIndex=0,selectedOpts={},selectedArray=[],currentIndex=0,currentOpts={},currentArray=[],ajaxLoader=null,imgPreloader=new Image(),imgRegExp=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,swfRegExp=/[^\.]\.(swf)\s*$/i,loadingTimer,loadingFrame=1,start_pos,final_pos,busy=false,shadow=20,fx=$.extend($('<div/>')[0],{prop:0}),titleh=0,isIE6=!$.support.opacity&&!window.XMLHttpRequest,fancybox_abort=function(){loading.hide();imgPreloader.onerror=imgPreloader.onload=null;if(ajaxLoader){ajaxLoader.abort();}
tmp.empty();},fancybox_error=function(){$.fancybox('<p id="fancybox_error">The requested content cannot be loaded.<br />Please try again later.</p>',{'scrolling':'no','padding':20,'transitionIn':'none','transitionOut':'none'});},fancybox_get_viewport=function(){return[$(window).width(),$(window).height(),$(document).scrollLeft(),$(document).scrollTop()];},fancybox_get_zoom_to=function(){var view=fancybox_get_viewport(),to={},margin=currentOpts.margin,resize=currentOpts.autoScale,horizontal_space=(shadow+margin)*2,vertical_space=(shadow+margin)*2,double_padding=(currentOpts.padding*2),ratio;if(currentOpts.width.toString().indexOf('%')>-1){to.width=((view[0]*parseFloat(currentOpts.width))/100)-(shadow*2);resize=false;}else{to.width=currentOpts.width+double_padding;}
if(currentOpts.height.toString().indexOf('%')>-1){to.height=((view[1]*parseFloat(currentOpts.height))/100)-(shadow*2);resize=false;}else{to.height=currentOpts.height+double_padding;}
if(resize&&(to.width>(view[0]-horizontal_space)||to.height>(view[1]-vertical_space))){if(selectedOpts.type=='image'||selectedOpts.type=='swf'){horizontal_space+=double_padding;vertical_space+=double_padding;ratio=Math.min(Math.min(view[0]-horizontal_space,currentOpts.width)/currentOpts.width,Math.min(view[1]-vertical_space,currentOpts.height)/currentOpts.height);to.width=Math.round(ratio*(to.width-double_padding))+double_padding;to.height=Math.round(ratio*(to.height-double_padding))+double_padding;}else{to.width=Math.min(to.width,(view[0]-horizontal_space));to.height=Math.min(to.height,(view[1]-vertical_space));}}
to.top=view[3]+((view[1]-(to.height+(shadow*2)))*0.5);to.left=view[2]+((view[0]-(to.width+(shadow*2)))*0.5);if(currentOpts.autoScale===false){to.top=Math.max(view[3]+margin,to.top);to.left=Math.max(view[2]+margin,to.left);}
return to;},fancybox_format_title=function(title){if(title&&title.length){switch(currentOpts.titlePosition){case'inside':return title;case'over':return'<span id="fancybox-title-over">'+title+'</span>';default:return'<span id="fancybox-title-wrap"><span id="fancybox-title-left"></span><span id="fancybox-title-main">'+title+'</span><span id="fancybox-title-right"></span></span>';}}
return false;},fancybox_process_title=function(){var title=currentOpts.title,width=final_pos.width-(currentOpts.padding*2),titlec='fancybox-title-'+currentOpts.titlePosition;$('#fancybox-title').remove();titleh=0;if(currentOpts.titleShow===false){return;}
title=$.isFunction(currentOpts.titleFormat)?currentOpts.titleFormat(title,currentArray,currentIndex,currentOpts):fancybox_format_title(title);if(!title||title===''){return;}
$('<div id="fancybox-title" class="'+titlec+'" />').css({'width':width,'paddingLeft':currentOpts.padding,'paddingRight':currentOpts.padding}).html(title).appendTo('body');switch(currentOpts.titlePosition){case'inside':titleh=$("#fancybox-title").outerHeight(true)-currentOpts.padding;final_pos.height+=titleh;break;case'over':$('#fancybox-title').css('bottom',currentOpts.padding);break;default:$('#fancybox-title').css('bottom',$("#fancybox-title").outerHeight(true)*-1);break;}
$('#fancybox-title').appendTo(outer).hide();},fancybox_set_navigation=function(){$(document).unbind('keydown.fb').bind('keydown.fb',function(e){if(e.keyCode==27&&currentOpts.enableEscapeButton){e.preventDefault();$.fancybox.close();}else if(e.keyCode==37){e.preventDefault();$.fancybox.prev();}else if(e.keyCode==39){e.preventDefault();$.fancybox.next();}});if($.fn.mousewheel){wrap.unbind('mousewheel.fb');if(currentArray.length>1){wrap.bind('mousewheel.fb',function(e,delta){e.preventDefault();if(busy||delta===0){return;}
if(delta>0){$.fancybox.prev();}else{$.fancybox.next();}});}}
if(!currentOpts.showNavArrows){return;}
if((currentOpts.cyclic&&currentArray.length>1)||currentIndex!==0){nav_left.show();}
if((currentOpts.cyclic&&currentArray.length>1)||currentIndex!=(currentArray.length-1)){nav_right.show();}},fancybox_preload_images=function(){var href,objNext;if((currentArray.length-1)>currentIndex){href=currentArray[currentIndex+1].href;if(typeof href!=='undefined'&&href.match(imgRegExp)){objNext=new Image();objNext.src=href;}}
if(currentIndex>0){href=currentArray[currentIndex-1].href;if(typeof href!=='undefined'&&href.match(imgRegExp)){objNext=new Image();objNext.src=href;}}},_finish=function(){inner.css('overflow',(currentOpts.scrolling=='auto'?(currentOpts.type=='image'||currentOpts.type=='iframe'||currentOpts.type=='swf'?'hidden':'auto'):(currentOpts.scrolling=='yes'?'auto':'visible')));if(!$.support.opacity){inner.get(0).style.removeAttribute('filter');wrap.get(0).style.removeAttribute('filter');}
$('#fancybox-title').show();if(currentOpts.hideOnContentClick){inner.one('click',$.fancybox.close);}
if(currentOpts.hideOnOverlayClick){overlay.one('click',$.fancybox.close);}
if(currentOpts.showCloseButton){close.show();}
fancybox_set_navigation();$(window).bind("resize.fb",$.fancybox.center);if(currentOpts.centerOnScroll){$(window).bind("scroll.fb",$.fancybox.center);}else{$(window).unbind("scroll.fb");}
if($.isFunction(currentOpts.onComplete)){currentOpts.onComplete(currentArray,currentIndex,currentOpts);}
busy=false;fancybox_preload_images();},fancybox_draw=function(pos){var width=Math.round(start_pos.width+(final_pos.width-start_pos.width)*pos),height=Math.round(start_pos.height+(final_pos.height-start_pos.height)*pos),top=Math.round(start_pos.top+(final_pos.top-start_pos.top)*pos),left=Math.round(start_pos.left+(final_pos.left-start_pos.left)*pos);wrap.css({'width':width+'px','height':height+'px','top':top+'px','left':left+'px'});width=Math.max(width-currentOpts.padding*2,0);height=Math.max(height-(currentOpts.padding*2+(titleh*pos)),0);inner.css({'width':width+'px','height':height+'px'});if(typeof final_pos.opacity!=='undefined'){wrap.css('opacity',(pos<0.5?0.5:pos));}},fancybox_get_obj_pos=function(obj){var pos=obj.offset();pos.top+=parseFloat(obj.css('paddingTop'))||0;pos.left+=parseFloat(obj.css('paddingLeft'))||0;pos.top+=parseFloat(obj.css('border-top-width'))||0;pos.left+=parseFloat(obj.css('border-left-width'))||0;pos.width=obj.width();pos.height=obj.height();return pos;},fancybox_get_zoom_from=function(){var orig=selectedOpts.orig?$(selectedOpts.orig):false,from={},pos,view;if(orig&&orig.length){pos=fancybox_get_obj_pos(orig);from={width:(pos.width+(currentOpts.padding*2)),height:(pos.height+(currentOpts.padding*2)),top:(pos.top-currentOpts.padding-shadow),left:(pos.left-currentOpts.padding-shadow)};}else{view=fancybox_get_viewport();from={width:1,height:1,top:view[3]+view[1]*0.5,left:view[2]+view[0]*0.5};}
return from;},fancybox_show=function(){loading.hide();if(wrap.is(":visible")&&$.isFunction(currentOpts.onCleanup)){if(currentOpts.onCleanup(currentArray,currentIndex,currentOpts)===false){$.event.trigger('fancybox-cancel');busy=false;return;}}
currentArray=selectedArray;currentIndex=selectedIndex;currentOpts=selectedOpts;inner.get(0).scrollTop=0;inner.get(0).scrollLeft=0;if(currentOpts.overlayShow){if(isIE6){$('select:not(#fancybox-tmp select)').filter(function(){return this.style.visibility!=='hidden';}).css({'visibility':'hidden'}).one('fancybox-cleanup',function(){this.style.visibility='inherit';});}
overlay.css({'background-color':currentOpts.overlayColor,'opacity':currentOpts.overlayOpacity}).unbind().show();}
final_pos=fancybox_get_zoom_to();fancybox_process_title();if(wrap.is(":visible")){$(close.add(nav_left).add(nav_right)).hide();var pos=wrap.position(),equal;start_pos={top:pos.top,left:pos.left,width:wrap.width(),height:wrap.height()};equal=(start_pos.width==final_pos.width&&start_pos.height==final_pos.height);inner.fadeOut(currentOpts.changeFade,function(){var finish_resizing=function(){inner.html(tmp.contents()).fadeIn(currentOpts.changeFade,_finish);};$.event.trigger('fancybox-change');inner.empty().css('overflow','hidden');if(equal){inner.css({top:currentOpts.padding,left:currentOpts.padding,width:Math.max(final_pos.width-(currentOpts.padding*2),1),height:Math.max(final_pos.height-(currentOpts.padding*2)-titleh,1)});finish_resizing();}else{inner.css({top:currentOpts.padding,left:currentOpts.padding,width:Math.max(start_pos.width-(currentOpts.padding*2),1),height:Math.max(start_pos.height-(currentOpts.padding*2),1)});fx.prop=0;$(fx).animate({prop:1},{duration:currentOpts.changeSpeed,easing:currentOpts.easingChange,step:fancybox_draw,complete:finish_resizing});}});return;}
wrap.css('opacity',1);if(currentOpts.transitionIn=='elastic'){start_pos=fancybox_get_zoom_from();inner.css({top:currentOpts.padding,left:currentOpts.padding,width:Math.max(start_pos.width-(currentOpts.padding*2),1),height:Math.max(start_pos.height-(currentOpts.padding*2),1)}).html(tmp.contents());wrap.css(start_pos).show();if(currentOpts.opacity){final_pos.opacity=0;}
fx.prop=0;$(fx).animate({prop:1},{duration:currentOpts.speedIn,easing:currentOpts.easingIn,step:fancybox_draw,complete:_finish});}else{inner.css({top:currentOpts.padding,left:currentOpts.padding,width:Math.max(final_pos.width-(currentOpts.padding*2),1),height:Math.max(final_pos.height-(currentOpts.padding*2)-titleh,1)}).html(tmp.contents());wrap.css(final_pos).fadeIn(currentOpts.transitionIn=='none'?0:currentOpts.speedIn,_finish);}},fancybox_process_inline=function(){tmp.width(selectedOpts.width);tmp.height(selectedOpts.height);if(selectedOpts.width=='auto'){selectedOpts.width=tmp.width();}
if(selectedOpts.height=='auto'){selectedOpts.height=tmp.height();}
fancybox_show();},fancybox_process_image=function(){busy=true;selectedOpts.width=imgPreloader.width;selectedOpts.height=imgPreloader.height;$("<img />").attr({'id':'fancybox-img','src':imgPreloader.src,'alt':selectedOpts.title}).appendTo(tmp);fancybox_show();},fancybox_start=function(){fancybox_abort();var obj=selectedArray[selectedIndex],href,type,title,str,emb,selector,data;selectedOpts=$.extend({},$.fn.fancybox.defaults,(typeof $(obj).data('fancybox')=='undefined'?selectedOpts:$(obj).data('fancybox')));title=obj.title||$(obj).title||selectedOpts.title||'';if(obj.nodeName&&!selectedOpts.orig){selectedOpts.orig=$(obj).children("img:first").length?$(obj).children("img:first"):$(obj);}
if(title===''&&selectedOpts.orig){title=selectedOpts.orig.attr('alt');}
if(obj.nodeName&&(/^(?:javascript|#)/i).test(obj.href)){href=selectedOpts.href||null;}else{href=selectedOpts.href||obj.href||null;}
if(selectedOpts.type){type=selectedOpts.type;if(!href){href=selectedOpts.content;}}else if(selectedOpts.content){type='html';}else if(href){if(href.match(imgRegExp)){type='image';}else if(href.match(swfRegExp)){type='swf';}else if($(obj).hasClass("iframe")){type='iframe';}else if(href.match(/#/)){obj=href.substr(href.indexOf("#"));type=$(obj).length>0?'inline':'ajax';}else{type='ajax';}}else{type='inline';}
selectedOpts.type=type;selectedOpts.href=href;selectedOpts.title=title;if(selectedOpts.autoDimensions&&selectedOpts.type!=='iframe'&&selectedOpts.type!=='swf'){selectedOpts.width='auto';selectedOpts.height='auto';}
if(selectedOpts.modal){selectedOpts.overlayShow=true;selectedOpts.hideOnOverlayClick=false;selectedOpts.hideOnContentClick=false;selectedOpts.enableEscapeButton=false;selectedOpts.showCloseButton=false;}
if($.isFunction(selectedOpts.onStart)){if(selectedOpts.onStart(selectedArray,selectedIndex,selectedOpts)===false){busy=false;return;}}
tmp.css('padding',(shadow+selectedOpts.padding+selectedOpts.margin));$('.fancybox-inline-tmp').unbind('fancybox-cancel').bind('fancybox-change',function(){$(this).replaceWith(inner.children());});switch(type){case'html':tmp.html(selectedOpts.content);fancybox_process_inline();break;case'inline':$('<div class="fancybox-inline-tmp" />').hide().insertBefore($(obj)).bind('fancybox-cleanup',function(){$(this).replaceWith(inner.children());}).bind('fancybox-cancel',function(){$(this).replaceWith(tmp.children());});$(obj).appendTo(tmp);fancybox_process_inline();break;case'image':busy=false;$.fancybox.showActivity();imgPreloader=new Image();imgPreloader.onerror=function(){fancybox_error();};imgPreloader.onload=function(){imgPreloader.onerror=null;imgPreloader.onload=null;fancybox_process_image();};imgPreloader.src=href;break;case'swf':str='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+selectedOpts.width+'" height="'+selectedOpts.height+'"><param name="movie" value="'+href+'"></param>';emb='';$.each(selectedOpts.swf,function(name,val){str+='<param name="'+name+'" value="'+val+'"></param>';emb+=' '+name+'="'+val+'"';});str+='<embed src="'+href+'" type="application/x-shockwave-flash" width="'+selectedOpts.width+'" height="'+selectedOpts.height+'"'+emb+'></embed></object>';tmp.html(str);fancybox_process_inline();break;case'ajax':selector=href.split('#',2);data=selectedOpts.ajax.data||{};if(selector.length>1){href=selector[0];if(typeof data=="string"){data+='&selector='+selector[1];}else{data.selector=selector[1];}}
busy=false;$.fancybox.showActivity();ajaxLoader=$.ajax($.extend(selectedOpts.ajax,{url:href,data:data,error:fancybox_error,success:function(data,textStatus,XMLHttpRequest){if(ajaxLoader.status==200){tmp.html(data);fancybox_process_inline();}}}));break;case'iframe':$('<iframe id="fancybox-frame" name="fancybox-frame'+new Date().getTime()+'" frameborder="0" hspace="0" scrolling="'+selectedOpts.scrolling+'" src="'+selectedOpts.href+'"></iframe>').appendTo(tmp);fancybox_show();break;}},fancybox_animate_loading=function(){if(!loading.is(':visible')){clearInterval(loadingTimer);return;}
$('div',loading).css('top',(loadingFrame*-40)+'px');loadingFrame=(loadingFrame+1)%12;},fancybox_init=function(){if($("#fancybox-wrap").length){return;}
$('body').append(tmp=$('<div id="fancybox-tmp"></div>'),loading=$('<div id="fancybox-loading"><div></div></div>'),overlay=$('<div id="fancybox-overlay"></div>'),wrap=$('<div id="fancybox-wrap"></div>'));if(!$.support.opacity){wrap.addClass('fancybox-ie');loading.addClass('fancybox-ie');}
outer=$('<div id="fancybox-outer"></div>').append('<div class="fancy-bg" id="fancy-bg-n"></div><div class="fancy-bg" id="fancy-bg-ne"></div><div class="fancy-bg" id="fancy-bg-e"></div><div class="fancy-bg" id="fancy-bg-se"></div><div class="fancy-bg" id="fancy-bg-s"></div><div class="fancy-bg" id="fancy-bg-sw"></div><div class="fancy-bg" id="fancy-bg-w"></div><div class="fancy-bg" id="fancy-bg-nw"></div>').appendTo(wrap);outer.append(inner=$('<div id="fancybox-inner"></div>'),close=$('<a id="fancybox-close"></a>'),nav_left=$('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),nav_right=$('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));close.click($.fancybox.close);loading.click($.fancybox.cancel);nav_left.click(function(e){e.preventDefault();$.fancybox.prev();});nav_right.click(function(e){e.preventDefault();$.fancybox.next();});if(isIE6){overlay.get(0).style.setExpression('height',"document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'");loading.get(0).style.setExpression('top',"(-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'");outer.prepend('<iframe id="fancybox-hide-sel-frame" src="javascript:\'\';" scrolling="no" frameborder="0" ></iframe>');}};$.fn.fancybox=function(options){$(this).data('fancybox',$.extend({},options,($.metadata?$(this).metadata():{}))).unbind('click.fb').bind('click.fb',function(e){e.preventDefault();if(busy){return;}
busy=true;$(this).blur();selectedArray=[];selectedIndex=0;var rel=$(this).attr('rel')||'';if(!rel||rel==''||rel==='nofollow'){selectedArray.push(this);}else{selectedArray=$("a[rel="+rel+"], area[rel="+rel+"]");selectedIndex=selectedArray.index(this);}
fancybox_start();return false;});return this;};$.fancybox=function(obj){if(busy){return;}
busy=true;var opts=typeof arguments[1]!=='undefined'?arguments[1]:{};selectedArray=[];selectedIndex=opts.index||0;if($.isArray(obj)){for(var i=0,j=obj.length;i<j;i++){if(typeof obj[i]=='object'){$(obj[i]).data('fancybox',$.extend({},opts,obj[i]));}else{obj[i]=$({}).data('fancybox',$.extend({content:obj[i]},opts));}}
selectedArray=jQuery.merge(selectedArray,obj);}else{if(typeof obj=='object'){$(obj).data('fancybox',$.extend({},opts,obj));}else{obj=$({}).data('fancybox',$.extend({content:obj},opts));}
selectedArray.push(obj);}
if(selectedIndex>selectedArray.length||selectedIndex<0){selectedIndex=0;}
fancybox_start();};$.fancybox.showActivity=function(){clearInterval(loadingTimer);loading.show();loadingTimer=setInterval(fancybox_animate_loading,66);};$.fancybox.hideActivity=function(){loading.hide();};$.fancybox.next=function(){return $.fancybox.pos(currentIndex+1);};$.fancybox.prev=function(){return $.fancybox.pos(currentIndex-1);};$.fancybox.pos=function(pos){if(busy){return;}
pos=parseInt(pos,10);if(pos>-1&&currentArray.length>pos){selectedIndex=pos;fancybox_start();}
if(currentOpts.cyclic&&currentArray.length>1&&pos<0){selectedIndex=currentArray.length-1;fancybox_start();}
if(currentOpts.cyclic&&currentArray.length>1&&pos>=currentArray.length){selectedIndex=0;fancybox_start();}
return;};$.fancybox.cancel=function(){if(busy){return;}
busy=true;$.event.trigger('fancybox-cancel');fancybox_abort();if(selectedOpts&&$.isFunction(selectedOpts.onCancel)){selectedOpts.onCancel(selectedArray,selectedIndex,selectedOpts);}
busy=false;};$.fancybox.close=function(){if(busy||wrap.is(':hidden')){return;}
busy=true;if(currentOpts&&$.isFunction(currentOpts.onCleanup)){if(currentOpts.onCleanup(currentArray,currentIndex,currentOpts)===false){busy=false;return;}}
fancybox_abort();$(close.add(nav_left).add(nav_right)).hide();$('#fancybox-title').remove();wrap.add(inner).add(overlay).unbind();$(window).unbind("resize.fb scroll.fb");$(document).unbind('keydown.fb');function _cleanup(){overlay.fadeOut('fast');wrap.hide();$.event.trigger('fancybox-cleanup');inner.empty();if($.isFunction(currentOpts.onClosed)){currentOpts.onClosed(currentArray,currentIndex,currentOpts);}
currentArray=selectedOpts=[];currentIndex=selectedIndex=0;currentOpts=selectedOpts={};busy=false;}
inner.css('overflow','hidden');if(currentOpts.transitionOut=='elastic'){start_pos=fancybox_get_zoom_from();var pos=wrap.position();final_pos={top:pos.top,left:pos.left,width:wrap.width(),height:wrap.height()};if(currentOpts.opacity){final_pos.opacity=1;}
fx.prop=1;$(fx).animate({prop:0},{duration:currentOpts.speedOut,easing:currentOpts.easingOut,step:fancybox_draw,complete:_cleanup});}else{wrap.fadeOut(currentOpts.transitionOut=='none'?0:currentOpts.speedOut,_cleanup);}};$.fancybox.resize=function(){var c,h;if(busy||wrap.is(':hidden')){return;}
busy=true;c=inner.wrapInner("<div style='overflow:auto'></div>").children();h=c.height();wrap.css({height:h+(currentOpts.padding*2)+titleh});inner.css({height:h});c.replaceWith(c.children());$.fancybox.center();};$.fancybox.center=function(){busy=true;var view=fancybox_get_viewport(),margin=currentOpts.margin,to={};to.top=view[3]+((view[1]-((wrap.height()-titleh)+(shadow*2)))*0.5);to.left=view[2]+((view[0]-(wrap.width()+(shadow*2)))*0.5);to.top=Math.max(view[3]+margin,to.top);to.left=Math.max(view[2]+margin,to.left);wrap.css(to);busy=false;};$.fn.fancybox.defaults={padding:10,margin:20,opacity:false,modal:false,cyclic:false,scrolling:'auto',width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:'transparent'},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.3,overlayColor:'#666',titleShow:true,titlePosition:'outside',titleFormat:null,transitionIn:'fade',transitionOut:'fade',speedIn:300,speedOut:300,changeSpeed:300,changeFade:'fast',easingIn:'swing',easingOut:'swing',showCloseButton:true,showNavArrows:true,enableEscapeButton:true,onStart:null,onCancel:null,onComplete:null,onCleanup:null,onClosed:null};$(document).ready(function(){fancybox_init();});})(jQuery);var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerFont({"w":123,"face":{"font-family":"Capture it","font-weight":400,"font-variant":"small-caps","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 0 0 0 0 0 0 0","ascent":"288","descent":"-72","bbox":"-3 -307.374 354 72.7201","underline-thickness":"26.3672","underline-position":"-24.9609","unicode-range":"U+0020-U+007D"},"glyphs":{" ":{"w":105},"\u00a0":{"w":105},"!":{"d":"0,-46v18,2,43,-4,57,2v-6,5,5,19,-1,30v0,-7,-4,-5,-8,-7v2,0,14,10,2,11v-2,-1,-4,-5,-5,-3v3,2,3,6,4,8v6,0,4,-4,8,-4v2,13,-8,7,-18,9v-4,-7,-13,4,-19,-4v2,7,-7,3,-11,4v1,-4,-2,-3,-5,-3v1,2,1,4,-2,3v-1,-11,-1,-26,0,-35r9,2v-5,-1,-5,-6,-9,-8v0,2,1,5,-2,4r0,-9xm20,-248v0,0,-5,0,-3,1xm30,-239v0,-5,-4,-2,-1,0r1,0xm41,-230v-6,0,-11,0,-13,3r12,6v0,-3,-2,-8,1,-9xm41,-221v1,0,4,2,4,0r-4,0xm7,-217v0,-2,-4,-4,-3,-1v1,1,2,3,3,1xm51,-149v-2,0,-3,9,1,8v2,-3,0,-5,-1,-8xm56,-124v0,-5,-3,-4,-4,0v0,2,3,0,4,0xm9,-123v-3,-1,-2,3,-2,5v3,1,2,-3,2,-5xm45,-122v-2,0,-13,4,-9,6v5,-2,8,-4,9,-6xm20,-118v-2,0,-2,0,-2,2v2,1,2,1,2,-2xm2,-115v2,2,3,5,7,4v0,-2,-2,-3,-7,-4xm25,-113v-3,-1,-2,2,-2,4v3,1,3,-1,2,-4xm56,-114v2,1,2,8,0,9v0,-3,-2,-7,0,-9xm31,-105v-6,5,-1,9,5,12v1,-7,-6,-6,-5,-12xm11,-102v-8,3,-7,4,0,7v2,-2,2,-5,0,-7xm19,-97v2,2,4,6,-2,5v-5,-1,-7,8,-2,8v10,3,4,-6,14,-7v-5,1,-7,-17,-10,-6xm56,-98v-2,1,-7,-1,-6,3v3,0,7,1,6,-3xm47,-90v-3,2,-12,5,-7,7v-1,-3,6,-3,7,-7xm1,-86v5,-1,3,6,1,9v-4,1,-1,-5,-2,-8xm47,-80v-1,1,-4,0,-3,3v2,-1,3,-2,3,-3xm28,-79v-3,3,-5,5,1,3xm39,-70v0,-3,-2,-5,-6,-5v0,1,2,3,6,5xm31,-70v-13,-1,-10,4,-4,7v0,-3,1,-5,4,-7xm41,-68v-1,0,-3,-1,-3,1r4,0xm9,-68v1,7,-10,2,-2,9v0,-4,3,-4,7,-4v-1,-2,-3,-4,-5,-5xm57,-58v-12,-2,-21,0,-39,0v1,-1,3,-1,0,-1v-4,2,-12,1,-18,1v-3,-18,5,-15,20,-14v0,-4,-16,-1,-11,-9v-1,-7,-15,-12,-6,-22r-3,-4v2,-47,-4,-103,2,-146v17,2,41,-3,55,2v1,15,0,26,-10,16v5,5,3,10,1,12v3,-1,6,-6,9,-4r0,112v-13,-8,-10,11,-21,4v-1,1,-3,3,-1,4v9,-1,15,12,12,-4v11,0,13,22,4,30v4,1,5,-1,6,-3r0,26xm22,-46v-1,0,-5,5,-1,4xm17,-42v-3,-1,-7,3,-2,2xm27,-26v-1,1,-8,4,-3,4v-1,-3,4,-1,3,-4xm35,-17v3,-3,-2,-11,-3,-8v6,5,-6,9,3,8xm18,-22v-1,0,-5,0,-2,1xm21,-13v0,1,4,2,4,0r-4,0xm16,-10v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm43,-8v-2,0,-4,0,-3,2v2,0,4,0,3,-2","w":70},"\"":{"d":"56,-252v1,8,-19,7,-8,15v2,-2,9,-9,7,-2v-2,27,6,73,-2,91v0,-2,2,-5,-1,-5v-3,5,-2,7,1,10r-20,0v1,-8,7,-7,6,-16v2,-1,6,-7,5,-9v-11,3,-8,5,-14,9v10,2,1,9,3,15v-11,0,-22,2,-32,0r-2,-56v7,-5,-10,-33,7,-36v-3,-4,-8,-6,-7,-15v6,2,8,13,16,6v-1,-1,-1,-3,0,-5v-4,1,-12,2,-12,-3v12,1,28,-2,38,1v1,3,-6,2,-9,4v11,5,14,-5,24,-4xm54,-220v0,-2,-2,-3,-4,-3v1,1,1,4,4,3xm54,-216v1,-3,-3,-5,-4,-2v1,1,2,2,4,2xm52,-176v0,-11,-3,-7,-7,-1v9,1,-4,5,0,8v0,-2,2,-5,7,-7xm42,-218v2,0,4,-3,0,-2r0,2xm43,-236v-2,-3,-8,1,-9,3v3,1,7,6,9,4v-2,-2,-5,-5,0,-7xm39,-190v-5,-1,3,-5,-3,-4v0,3,0,5,3,4xm34,-219v0,-1,3,-4,1,-4v-3,0,-4,2,-1,4xm32,-172v3,-2,2,-5,-2,-4v0,2,1,3,2,4xm20,-237v4,6,17,-5,10,-5v0,4,-3,6,-10,5xm28,-175r-5,0r5,0xm26,-157v1,-4,-5,-1,-6,-1v2,2,4,4,6,1xm21,-221v2,-4,-1,-10,-6,-5v1,3,2,7,6,5xm22,-185v0,-3,-1,-5,-5,-4v-2,4,2,4,5,4xm19,-237v0,-2,-2,-7,-3,-5v1,2,0,6,3,5xm18,-176v0,-5,-7,0,-10,0v2,3,6,0,10,0xm5,-198v2,-1,3,-5,-1,-4xm7,-175v-1,-2,-2,-3,-5,-3v1,2,2,4,5,3xm124,-252v0,8,-19,7,-8,15v2,-1,5,-7,8,-4v-1,17,3,40,-3,52v5,6,6,40,-1,41v0,-2,2,-5,-1,-5v-2,5,-1,6,1,10r-19,0v-1,-8,6,-8,5,-16v3,1,2,-3,2,-5v3,1,7,-3,4,-4v-12,3,-8,5,-14,9v10,2,1,10,3,15v-11,0,-23,2,-33,0r-1,-88v12,-5,-6,-13,2,-19v-1,6,8,9,13,6v-1,-1,-1,-3,0,-5v-4,1,-11,2,-12,-3v12,1,28,-2,38,1v1,3,-5,2,-8,4v11,5,14,-5,24,-4xm121,-220v0,-2,-2,-2,-3,-3v1,1,0,4,3,3xm121,-216v1,-2,-2,-5,-3,-2v0,1,1,2,3,2xm117,-184v-4,7,1,7,-6,15v3,0,11,-10,6,-15xm110,-218v2,0,4,-3,0,-2r0,2xm111,-236v-2,-3,-8,1,-9,3v3,1,7,6,9,4v-4,-1,-5,-6,0,-7xm104,-194v0,2,-1,5,2,4v-2,-1,2,-5,-2,-4xm102,-219v0,-1,3,-4,1,-4v-3,0,-4,2,-1,4xm100,-172v3,-2,2,-5,-2,-4v0,2,1,3,2,4xm88,-237v3,6,17,-6,10,-5v-1,3,-3,5,-10,5xm95,-175v0,-2,-3,-1,-4,-1v0,2,3,1,4,1xm93,-157v1,-4,-4,-1,-5,-1v2,2,3,4,5,1xm89,-221v2,-4,-2,-11,-7,-5v2,3,2,8,7,5xm90,-185v1,-5,-6,-5,-7,-1xm87,-237v0,-3,-2,-8,-4,-5v1,2,0,6,4,5xm86,-176v0,-5,-7,0,-10,0v2,3,5,0,10,0xm73,-198v2,-1,3,-5,-1,-4xm75,-175v-2,-2,-2,-3,-6,-3v2,1,2,4,6,3","w":137},"#":{"d":"48,-68v0,0,-5,0,-3,1xm112,-84v0,-2,-8,-2,-8,1xm114,-96v0,-4,-4,-9,-7,-6v2,3,6,3,7,6xm115,-88v-1,-3,-5,-3,-2,0r2,0xm120,-107v1,3,10,3,6,-1xm125,-76v1,3,6,-1,3,-1v0,1,-1,1,-3,1xm114,-112v1,-4,-1,-2,-3,-1xm131,-78v5,1,6,-1,2,-2xm119,-107r-1,-3xm120,-98v-2,-1,-7,2,-2,2xm138,-105v0,0,1,5,1,1xm141,-89v-2,2,-2,4,0,5r0,-5xm141,-92v-1,1,-1,1,0,2r0,-2xm81,-104v0,1,1,3,1,1xm79,-90r0,-1r0,1xm79,-84v2,-1,2,-3,0,-5r0,5xm127,-114r-1,0r1,0xm94,-113v0,-1,0,-1,-1,-1xm152,-92v0,2,4,0,6,0v-3,0,-3,-2,-6,0xm64,-94v2,-3,6,-6,0,-6r0,6xm62,-93r6,3v-1,-4,-1,-4,-6,-3xm53,-114v-3,2,-4,2,0,3r0,-3xm63,-113v0,0,2,0,2,-1v0,0,-2,0,-2,1xm69,-109v1,1,0,2,2,2xm128,-84v2,0,2,-1,1,-2xm134,-97v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm85,-97v0,2,3,4,1,1xm108,-91v2,4,3,2,2,0r-2,0xm167,-110v2,-1,2,-3,0,-4r0,4xm157,-113r-3,1xm151,-109v-4,0,-4,0,-2,2xm185,-97v-4,-2,-18,7,-20,-1v3,5,-3,9,-2,11v6,-9,16,-3,22,-10xm154,-99v1,2,0,7,2,5v2,-6,-4,-7,-4,-4xm155,-72v0,3,1,1,3,1v-1,-3,-1,-3,-3,-1xm177,-75v-2,1,-5,0,-4,3v2,-1,4,-2,4,-3xm176,-83v-1,-2,-13,4,-7,5v0,-2,3,-3,7,-5xm149,-97v-3,7,7,11,-5,11v-1,3,-3,5,0,7v6,-3,21,-7,7,-10v0,-4,4,-7,-2,-8xm151,-80v-3,-1,-1,2,-1,4v0,0,1,-2,1,-4xm170,-114v-6,6,0,8,5,12v1,-6,-6,-7,-5,-12xm155,-104v0,-3,-4,-4,-3,0r3,0xm149,-112v-2,0,-2,0,-2,2v2,1,2,1,2,-2xm60,-74v-2,3,-4,5,1,3xm80,-75v-2,1,-5,0,-4,3v3,-1,4,-2,4,-3xm79,-83v-2,-2,-6,5,-9,2v2,7,2,0,9,-2xm69,-110v3,3,4,5,9,8v-2,-8,-4,-14,-9,-8xm59,-104v0,-3,-4,-4,-3,0r3,0xm52,-111v0,0,-2,0,-2,1v1,1,2,2,2,-1xm139,-153v0,-3,-7,-3,-9,0v1,2,6,-1,9,0xm141,-165v0,-4,-5,-8,-8,-6v2,3,7,3,8,6xm142,-157v-1,-3,-5,-3,-2,0r2,0xm146,-176v1,3,10,3,6,-1xm151,-145v1,3,6,-1,3,-1v0,1,-1,1,-3,1xm140,-181v0,-3,-1,-3,-2,-1xm163,-147v-1,-3,-5,-2,-6,0r6,0xm145,-176r-1,-3xm146,-167v-2,-1,-7,2,-2,2xm164,-174v-2,1,0,4,1,2xm167,-158v-2,1,-2,3,0,5r0,-5xm167,-161v-1,1,-1,1,0,2r0,-2xm108,-171v1,-1,1,-4,-1,-2xm105,-160r1,0r-1,0xm105,-153v2,-1,2,-3,0,-5r0,5xm152,-183r1,0r-1,0xm120,-182r0,-1r0,1xm178,-159v5,0,9,-4,0,-3v1,1,1,2,0,3xm90,-169v-1,8,2,3,4,2v-1,-1,-2,-2,-4,-2xm88,-162r6,3v-1,-4,-1,-4,-6,-3xm77,-181v-1,0,2,-2,2,-2xm91,-183v0,0,-2,0,-2,1v1,0,3,2,3,0xm94,-178r3,2xm155,-155v-1,1,-2,2,1,2xm161,-166v-2,-1,-2,1,-2,3v2,0,1,-2,2,-3xm111,-166v0,2,2,4,2,1xm135,-160v0,6,4,0,1,0r-1,0xm194,-179v0,-1,2,-3,0,-4r0,4xm183,-182r-3,1xm178,-178v-4,0,-4,0,-2,2xm211,-166v-4,-2,-18,7,-20,-1v3,5,-3,9,-2,11v5,-7,15,-5,22,-10xm178,-167v2,1,5,8,4,-2v-2,0,-3,1,-4,2xm172,-123v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm150,-97v1,1,2,2,4,2v0,-3,-2,-3,-4,-2xm158,-102v0,1,5,4,5,0r-5,0xm156,-111v-2,-1,-5,1,-2,2xm164,-131v2,-4,-2,-11,-3,-8v6,5,-6,9,3,8xm165,-113v0,0,-8,2,-3,2v0,-1,1,-2,3,-2xm209,-198v-2,0,-6,1,-2,1xm214,-201v0,2,-4,0,-3,3v2,0,4,0,3,-3xm196,-193v-3,-1,-4,2,-4,4v3,1,4,-2,4,-4xm212,-214v-2,-1,-6,3,-2,2xm189,-199v-5,2,-10,5,-7,8v-1,-5,9,-1,7,-8xm219,-232v-1,5,-10,2,-2,9v0,-4,3,-5,7,-5v-1,-2,-3,-3,-5,-4xm197,-133v-1,1,-3,0,-3,2r4,0xm187,-134v-14,0,-10,3,-5,7v0,-3,2,-5,5,-7xm189,-139v0,1,2,3,6,5v-1,-2,-4,-7,-6,-5xm183,-143v-2,1,-3,4,1,3xm203,-144v-1,1,-4,0,-3,3v2,-1,3,-2,3,-3xm202,-152v-2,-3,-5,6,-9,2v2,7,3,-1,9,-2xm184,-153v1,-5,-9,-4,-6,-10v0,0,2,0,2,-1v-4,-2,-5,-3,-6,4v3,1,4,5,-1,5v-5,-1,-7,7,-2,7v4,-3,4,4,6,2v0,-5,3,-9,7,-7xm204,-235v-1,-4,-8,-4,-9,-1v3,2,7,6,9,1xm197,-183v-7,5,-2,8,4,11v0,-5,-5,-7,-4,-11xm182,-173v0,-3,-4,-4,-3,0r3,0xm175,-181v-2,0,-2,0,-2,2v2,1,2,1,2,-2xm209,-208v-3,2,-13,3,-9,6v5,-2,8,-4,9,-6xm178,-107v-3,1,2,6,1,2xm149,-80r0,0r0,0xm138,-19v-6,0,-11,0,-13,3r12,5v0,-3,0,-6,1,-8xm140,-49v0,-2,-4,-4,-3,-1xm143,-70v0,1,-3,3,-1,3v2,-1,2,-1,1,-3xm75,-123v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm62,-102v0,2,2,2,4,2v1,-3,-2,-2,-4,-2xm59,-111v-2,-1,-5,1,-2,2xm66,-139v1,2,-6,10,1,8v1,-3,1,-7,-1,-8xm68,-113v0,0,-8,3,-3,2v0,-1,1,-2,3,-2xm108,-197v2,1,6,-1,2,-1xm118,-202v-1,1,-7,5,-1,4xm99,-193v-3,-1,-4,2,-4,4v3,1,4,-2,4,-4xm115,-214v-2,-1,-4,2,-2,2xm93,-199v-6,2,-8,4,-8,8v0,-5,9,-1,8,-8xm128,-228v-3,-5,-8,-1,-11,-1v0,4,2,4,4,6v0,-4,3,-5,7,-5xm100,-133v-1,1,-3,0,-3,2r4,0xm90,-134v-13,0,-10,4,-4,7v0,-3,1,-5,4,-7xm92,-139v0,1,2,3,6,5v-2,-3,-2,-8,-6,-5xm87,-143v-3,2,-5,4,1,3xm106,-144v-1,1,-4,0,-3,3v2,-1,3,-2,3,-3xm105,-152v-1,-1,-12,4,-6,5v0,-2,2,-4,6,-5xm107,-235v-1,-4,-7,-4,-9,-1v3,0,6,7,9,1xm97,-176v2,0,8,7,7,1v-5,-5,-3,-11,-9,-3v4,0,4,0,2,2xm85,-173v0,-3,-4,-4,-3,0r3,0xm79,-180v0,0,-2,0,-2,1v1,1,2,2,2,-1xm112,-208v-3,2,-11,3,-9,6v6,-2,9,-4,9,-6xm81,-107v-3,2,2,3,2,3xm42,-19v-6,0,-12,0,-14,3r13,5v-1,-3,-2,-7,1,-8xm43,-49v0,-5,-4,-2,-1,0r1,0xm52,-80v2,0,2,0,2,-2v-4,0,-4,0,-2,2xm120,-80v3,0,7,-5,1,-4xm91,-98r-1,0r1,0xm132,-98v-3,-4,-5,1,-1,1xm35,-97r0,0r0,0xm91,-84v0,0,-1,-2,-1,0r1,0xm146,-149v3,0,7,-5,1,-4xm116,-168v0,1,0,1,1,1xm158,-167v0,-3,-2,-1,-3,0v1,1,2,1,3,0xm61,-166r0,0r0,0xm118,-153v0,-3,-3,0,-1,0r1,0xm54,-96r0,-1r0,1xm57,-87v-4,-4,-4,-15,-6,-4xm57,-95v-2,0,-2,0,-1,1xm83,-156v2,-2,-5,-3,-3,-10v-4,3,-1,9,3,10xm57,-99v-5,7,-16,3,-22,1r26,-68v5,6,17,0,19,10v-6,-1,-13,7,-6,8v15,3,11,-16,5,-18v-2,6,-13,0,-18,-1r33,-86r54,0r-32,85v-1,-1,-2,-1,-2,1r2,0r-26,69v-1,-4,-4,1,0,0r-37,98r-54,0r36,-97v5,6,17,0,19,10v-6,-1,-13,6,-6,8v4,-2,4,1,6,3v-2,-11,12,-6,4,-13v-3,0,-3,-3,-3,-5v3,0,3,-2,2,-5xm97,-90r0,0r0,0xm121,-94v3,6,-6,26,-14,16v-4,4,-7,-1,-12,-2v-1,7,11,8,20,7v-3,7,-17,1,-25,3v4,-7,3,-22,11,-13v-7,-16,3,-23,6,-35r24,0v-3,12,-6,22,-17,27xm193,-85v-2,3,6,6,0,11r-4,0xm195,-92v1,-3,2,-8,3,-3v-2,1,1,4,-3,3xm198,-101v2,-8,8,-21,7,-10v0,4,4,2,6,1v-2,14,7,11,8,25v-8,0,4,11,-6,15v-5,-1,-15,3,-16,-3v7,1,2,-11,9,-11v-2,0,-4,0,-3,-2v11,-2,-1,-9,3,-15v-3,-1,-6,-3,-8,0xm22,-73v-7,8,-29,1,-18,-12v-5,1,-4,-4,-4,-8v4,-3,8,-4,11,-9v-7,1,-2,-6,-2,-9v2,4,9,1,6,-2v-2,-1,-1,-4,1,-5v10,1,8,2,18,0r-10,26v-7,-2,4,-13,-10,-10v4,8,-7,12,3,17r-3,0v1,3,6,5,4,12r4,0xm219,-108v0,4,1,7,-4,6v0,-4,0,-6,4,-6xm189,-72v1,3,-10,2,-10,2v1,-5,8,-7,10,-2xm0,-102v-1,-5,1,-8,5,-4v1,4,-1,5,-5,4xm123,-159r0,0r0,0xm158,-187v-5,9,-5,23,-17,25r0,2v3,-1,5,-5,8,-2v-3,7,-6,24,-16,15v-5,2,-7,-1,-12,-2v1,7,11,8,21,7v-3,7,-18,1,-26,3v4,-7,3,-22,11,-13v-8,-14,4,-23,6,-35r25,0xm220,-155v1,4,-4,4,2,4v0,5,0,9,-6,8xm222,-161v1,-3,2,-8,3,-3v-1,2,0,3,-3,3xm225,-171v0,-7,9,-21,5,-10v1,3,4,5,7,2v0,3,5,9,-2,8v2,6,13,5,11,17v-1,1,-5,25,-22,12v7,2,2,-10,8,-11v-2,0,-4,0,-3,-2v11,-2,-1,-9,3,-16v-2,-1,-5,-1,-7,0xm49,-142v-7,8,-28,2,-19,-13v-8,-5,4,-11,7,-16v-7,1,-2,-6,-2,-9v2,4,8,1,6,-2v-2,-1,-1,-4,1,-5v10,1,9,2,18,0r-9,26v-8,-2,4,-14,-11,-10v5,6,-8,14,3,15v-5,4,3,5,1,14r5,0xm246,-177v0,4,1,7,-4,6v1,-3,0,-7,4,-6xm209,-144v4,0,9,3,5,5v-7,1,-11,-1,-5,-5xm27,-172v-1,-4,1,-7,4,-3v1,3,-1,3,-4,3xm150,0r-55,0r95,-253r55,0xm55,-95v-1,0,-1,-1,-1,-1","w":252},"$":{"d":"185,-111v11,-1,20,14,15,19v-9,-1,-10,4,-19,3v5,7,14,-2,17,4v-1,-4,3,-8,6,-5v0,5,2,9,-6,8v0,7,-10,7,-11,11v6,-4,16,2,17,-7v-2,10,2,22,-6,24r2,0v2,13,-13,10,-4,12v-2,3,-4,11,-9,10v1,2,-3,9,-6,7v3,-8,-4,-9,-8,-13v0,0,2,0,2,-1v-1,-2,-3,-2,-6,-1v-3,-9,9,-12,-4,-14v1,1,4,7,1,9r-3,-1v4,5,-2,10,-6,7v0,-7,8,-6,0,-10v-13,5,-18,-3,-6,-7v-10,-2,0,-12,-2,-20v4,2,11,-4,6,-6v-6,4,-12,-3,-11,-7v11,3,20,-6,6,-8v-7,6,-37,0,-22,-7v-12,-6,-21,-4,-26,-14v-4,6,-9,7,-16,11v-53,-10,-78,-33,-78,-74v0,-44,38,-72,93,-70v-5,22,15,49,-21,45v1,-5,8,-3,11,-5v-6,1,-18,-2,-14,6v-35,26,-3,37,30,52r3,-3v40,9,59,13,78,33v-4,1,-4,-5,-9,-5v7,6,8,10,6,17xm147,-171v-3,-30,-15,-28,-38,-39v2,-12,-2,-30,1,-42v48,5,87,19,90,76xm134,-245v-1,0,-3,-1,-3,1v1,0,3,1,3,-1xm149,-239r3,-3xm51,-235v-4,1,-4,4,0,2r0,-2xm25,-218v0,-4,-4,-2,-1,0r1,0xm177,-220v-4,0,-8,0,-11,4v6,-2,17,3,11,-4xm48,-218v-2,0,-5,-1,-4,2r6,1xm163,-211v-1,0,-3,-1,-3,1v1,0,3,1,3,-1xm192,-199v-1,3,1,7,2,5xm58,-163v-3,-2,-8,-6,-10,-2xm67,-160v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm106,-148v1,-3,-1,-6,-2,-3v4,8,-8,8,-7,16v6,-5,9,-9,9,-13xm28,-150v-4,1,-2,2,0,4v0,-1,2,-3,0,-4xm39,-148v-4,0,-2,4,0,5r0,-5xm50,-138r-4,0r4,0xm73,-138v0,-2,-2,-2,-3,-1v0,2,2,1,3,1xm120,-134v1,0,5,0,2,-1xm31,-134v1,0,4,2,4,0r-4,0xm167,-133v6,9,-12,0,-5,14v-4,5,-8,0,-15,6v9,1,9,0,16,-3v1,5,-6,5,0,10v4,0,0,-12,7,-8v4,-8,-11,-5,-4,-11v6,1,8,-5,1,-8xm95,-131r0,4r0,-4xm130,-128v-2,0,-2,2,-2,4v3,1,2,-2,2,-4xm96,-123v-1,-6,-7,6,-13,0v3,7,9,5,13,0xm174,-122v-3,-1,-2,2,-3,3v2,0,4,0,3,-3xm193,-116v-5,1,-8,-4,-3,-5v2,1,3,3,3,5xm124,-118v-1,-1,-1,-1,-2,0r2,0xm182,-115v-1,-2,-6,-2,-5,1xm101,-111v-1,-5,4,-3,6,-1v0,1,1,3,-1,3xm176,-112v-1,0,-3,-1,-3,1v1,0,4,2,3,-1xm179,-109v1,1,0,2,2,2xm89,-107v9,1,11,-5,17,0r0,5v-11,-2,-17,-4,-17,-5xm146,-105v-2,-3,-3,2,-3,2v2,0,3,-1,3,-2xm170,-104v-3,-2,-9,3,-7,6xm188,-100v0,-2,-6,-2,-6,-1xm175,-97v-2,0,-2,0,-2,2v4,0,4,0,2,-2xm180,-87v-6,1,-12,3,-21,5r8,0v-1,6,5,6,2,3v0,-8,12,2,10,-4v-1,-2,0,-3,1,-4xm74,-3v-15,0,-26,-5,-37,-11v1,-6,4,-4,4,-9v-21,10,-40,-23,-38,-48v0,1,0,1,-1,1v-1,-2,-5,-13,1,-13v8,3,20,-3,27,2v2,-6,20,-4,24,-2v-2,6,7,20,11,26v-1,-1,-2,-2,-2,1v9,0,20,11,26,9v-1,5,1,0,6,1v8,-2,9,9,3,11v-1,0,-3,-2,-3,0v7,4,1,8,3,16v-1,-1,-2,-1,-3,0v-2,5,14,8,2,14v2,2,4,3,1,5v-7,2,-4,-7,-13,-8v1,5,-3,5,-7,5v-3,-5,-6,-10,-6,-5v1,0,2,1,2,5xm37,-82v-3,0,-3,3,-1,4xm191,-82v-2,-1,-5,1,-2,2xm185,-78v-3,0,-5,0,-3,3xm5,-78v-3,-1,-2,4,-2,6v4,0,4,-3,2,-6xm23,-74v0,-3,-4,-4,-3,0r3,0xm51,-70v0,-4,-5,-11,-6,-3v3,-1,3,3,6,3xm14,-72v1,0,4,1,4,-1v-2,0,-3,0,-4,1xm174,-73v-3,2,-8,6,0,5r0,-5xm37,-72v-4,1,-5,4,0,4r0,-4xm157,-72r1,2xm27,-70v-3,-1,-2,2,-2,4v3,1,2,-2,2,-4xm149,-66v1,2,8,7,11,5v-4,-2,-6,-5,-11,-5xm175,-66v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm14,-65v-1,1,-3,2,0,2r0,-2xm184,-65v-4,-1,-3,3,-1,4v2,0,1,-3,1,-4xm172,-58v0,-4,-6,-6,-5,-4v0,1,2,2,5,4xm187,-59v-2,-2,-5,1,-2,2xm166,-54v1,-3,-5,-6,-4,-2xm46,-51v1,-3,-3,-7,-3,-3v1,1,0,4,3,3xm176,-54v1,0,3,2,3,0r-3,0xm17,-53v-1,1,-4,4,0,3r0,-3xm181,-53r-6,12v3,-2,16,-8,6,-10r0,-2xm31,-49r1,5xm55,-49v-1,1,-5,1,-4,4xm116,-12v9,-10,-7,-19,-7,-31v0,-3,7,-2,9,-1v0,-3,2,-4,8,-4v2,6,-3,5,-8,5v1,7,2,4,10,4v-1,-1,-2,-2,1,-2v3,1,3,3,5,6v3,-9,-8,-11,-2,-15v23,0,20,27,37,17v3,10,-11,16,-2,19v1,-10,7,-18,12,-7v-18,13,-20,13,-37,13v0,-1,2,-3,0,-3v1,9,-9,11,-33,10v0,-7,-2,-14,7,-11xm141,-45v-2,0,-2,3,-1,4xm60,-43v2,1,5,7,6,5v-1,-3,-1,-6,-6,-5xm95,-36v0,-2,-4,-3,-3,0r3,0xm145,-36v-2,0,-4,0,-3,2r4,0xm184,-36v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm175,-35v1,3,-1,5,-4,4v-1,-3,1,-5,4,-4xm57,-31v2,1,4,3,3,-1v-2,-1,-7,1,-3,1xm109,-28v-1,-3,1,-8,3,-3v-1,1,0,4,-3,3xm38,-31v-1,1,-2,0,-2,2r3,0xm82,-30v-2,3,1,3,4,2v0,-2,-3,-1,-4,-2xm72,-29v-2,5,8,6,4,2v-1,2,-4,1,-4,-2xm109,-20v-2,-6,3,-7,7,-5v2,6,-3,8,-7,5xm158,-25v-3,0,-7,4,-1,3xm152,-21v-2,-3,-8,-6,-6,1xm56,-24v1,1,0,2,2,2xm130,-22v-2,2,0,3,3,3v0,-2,-2,-2,-3,-3xm66,-15v-2,-2,-6,-7,-5,0v1,-1,3,-1,5,0xm152,-12v4,1,9,-2,3,-3xm49,-14v5,-1,3,6,7,6v3,-5,-4,-5,-7,-6xm78,-14v-1,2,2,7,2,2xm119,-9v-1,5,2,3,4,2v0,-1,-1,-2,-4,-2xm114,-3r6,1v0,-3,-4,-1,-6,-1xm78,-3v0,2,-4,2,-4,0r4,0xm81,-1v0,-2,2,-1,3,-1v1,3,-2,2,-3,1xm87,-230v-3,1,2,6,1,2xm120,-150v-2,0,-3,10,1,9xm123,-126v-2,0,-1,4,-2,6v2,0,2,-3,2,-6xm90,-120v-3,-1,-2,3,-2,5v3,1,2,-3,2,-5xm116,-119v-2,0,-10,4,-7,6v4,-2,6,-4,7,-6xm97,-115v-2,0,-1,3,0,4r0,-4xm84,-111v2,1,2,4,6,4v0,-2,-2,-3,-6,-4xm101,-109v-2,0,-1,3,-1,4v0,0,2,0,2,-1xm123,-110v4,0,1,7,2,10v-4,1,-1,-6,-2,-10xm118,-50v-4,2,-8,6,-5,8v-1,-5,7,-2,5,-8xm123,-44v0,0,-5,5,-1,4xm99,-33v-1,1,-4,4,0,3r0,-3xm95,-30v-2,0,-4,3,-1,2xm109,-306v-2,0,-2,2,-3,3v1,-1,4,0,3,-3xm114,-306v-2,0,-6,2,-3,3v1,-1,4,0,3,-3xm98,11v-10,0,-5,2,-1,6v1,-7,5,2,9,0v-3,0,-5,-2,-8,-6xm111,-296v0,-2,-3,-3,-2,0r2,0xm92,-297v0,9,9,7,9,0v-5,4,-4,2,-9,0xm80,24v2,0,6,1,5,-2v-2,2,-6,-2,-5,2xm110,-290v-1,0,-4,-2,-4,0v0,3,3,2,4,0xm103,27v-2,-2,-7,-1,-4,2v2,0,3,-1,4,-2xm94,-278v4,-6,-10,-13,-5,-8v3,1,2,7,5,8xm100,31v-2,0,-1,3,-1,4v2,0,1,-3,1,-4xm118,33v-3,-1,-1,2,-1,4v2,-1,4,-2,1,-4xm103,-281v4,4,-9,9,5,5r1,1v-1,-3,0,-4,-4,-3v0,-2,0,-4,-2,-3xm90,36v-4,-2,-6,4,-2,5xm92,-277v-5,0,-6,4,0,2r0,-2xm98,39v-4,1,0,5,1,8v3,-2,0,-5,-1,-8xm109,18v4,18,10,5,23,10v0,9,2,18,0,26r-54,1v2,-14,-4,-36,2,-46v13,3,40,-4,48,2v-2,0,-5,-1,-5,1v5,2,6,1,10,-1r0,17v-8,-4,-17,-6,-24,-10xm128,-267v1,1,6,8,0,4v-9,2,-30,6,-35,-3v-3,1,-10,9,-14,3v4,1,12,-8,5,-11v-1,1,-3,1,-4,0v1,4,2,10,-3,10v1,-8,-2,-43,4,-24v4,-9,-4,-12,-3,-19v5,4,18,15,10,1v8,-3,29,0,43,-1r0,41xm100,48v-3,0,-2,3,-4,4v2,0,5,0,4,-4","w":213},"%":{"d":"99,8r-55,0r96,-261r54,0xm94,-63v-1,-2,-5,1,-3,1xm89,-43v0,-5,-4,-2,-1,0r1,0xm74,-9r13,6v-1,-4,-1,-7,1,-9v-6,-1,-10,1,-14,3xm100,-75v0,-4,-6,-2,-2,0r2,0xm127,-102v-1,1,1,4,2,2v0,-2,-1,-1,-2,-2xm158,-207v-2,0,-13,4,-9,6v6,-2,9,-4,9,-6xm124,-179v-2,0,0,2,0,3r0,-3xm131,-171v0,-3,-4,-4,-3,0r3,0xm146,-181v-8,4,-2,9,4,12v1,-6,-5,-7,-4,-12xm153,-235v-1,-4,-8,-4,-9,-1v3,0,6,7,9,1xm129,-161v-3,-4,-6,-2,-5,3v2,2,4,6,-2,5v-5,-1,-7,8,-2,8v4,-2,4,1,6,3v-4,-10,15,-9,2,-13v0,0,-3,-7,1,-6xm151,-151v-4,1,-4,7,-9,4v2,7,3,-1,9,-2r0,-2xm152,-141v-1,1,-4,0,-3,3v2,-1,3,-2,3,-3xm133,-140v-3,2,-5,6,0,3r0,-3xm144,-131v-1,-4,-2,-5,-6,-5v0,1,2,3,6,5xm136,-131v-13,1,-10,4,-4,7v0,-3,1,-5,4,-7xm146,-129v-1,1,-3,0,-3,2r4,0xm174,-228v-4,-6,-5,-1,-11,-1v-1,4,3,3,3,6v0,-4,3,-5,8,-5xm139,-198v-6,2,-11,6,-8,8v0,-4,9,-2,8,-8xm161,-213v-2,-1,-4,2,-2,2xm145,-192v-3,-1,-4,2,-4,4v3,1,4,-2,4,-4xm164,-201v-1,1,-7,5,-1,4xm158,-197v-3,-1,-6,3,-1,2xm114,-109v0,0,-8,2,-3,2v0,-1,1,-2,3,-2xm113,-128v2,-3,-1,-11,-3,-8v6,3,-5,9,3,8xm105,-107v-2,-1,-5,1,-2,2xm108,-98v0,2,2,2,4,2v1,-3,-2,-2,-4,-2xm103,-94v-2,1,-5,2,-2,4v3,0,3,-2,2,-4xm121,-119v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm80,-135v-3,8,-14,11,-31,12r0,-24v23,-6,11,-41,14,-66v-2,-9,-6,-14,-14,-15r0,-25v48,0,43,42,43,88v0,13,-6,28,-12,30xm81,-244v2,-1,6,-1,3,1xm67,-224v-3,-1,-1,2,-1,3r1,0v-2,0,0,-2,0,-3xm76,-220v-2,0,-2,0,-1,1xm80,-165v-1,0,-1,0,-1,1v1,0,3,2,3,0xm43,-228v-21,3,-11,40,-13,62v0,9,4,15,13,19r0,24v-51,-1,-43,-42,-43,-89v0,-24,16,-41,43,-41r0,25xm8,-243v-3,-1,2,-2,2,-2v0,0,2,1,0,1v-1,-3,-2,1,-2,1xm18,-204v-6,-1,-1,2,-3,4v3,1,2,-2,3,-4xm18,-220v-1,0,-1,0,-1,1xm14,-164v-1,0,-3,2,-3,0r3,0xm199,-130v57,-8,52,93,30,120v-5,7,-16,9,-30,10r0,-25v22,-6,10,-41,13,-66v-2,-8,-6,-13,-13,-14r0,-25xm231,-121v0,-2,3,-2,3,0v-2,-1,-1,-1,-3,0xm215,-98v2,0,1,-2,1,-3v-2,0,-1,2,-1,3xm224,-97r1,0r-1,0xm230,-42v0,0,-2,0,-2,1v2,-1,4,1,3,0xm192,0v-50,-3,-41,-42,-43,-89v0,-9,7,-20,8,-28v7,-3,19,-15,35,-13r0,24v-20,5,-11,40,-13,63v0,9,4,15,13,18r0,25xm157,-121v0,-4,5,0,2,0r-2,0xm168,-82v-7,-2,-4,5,-2,5xm168,-98v0,0,-2,0,-2,1xm163,-41v-1,0,-3,2,-3,0r3,0","w":253},"&":{"d":"88,-252v-2,9,1,9,-1,20v-2,0,-6,-2,-7,0v13,-1,7,17,8,28v-11,-2,-18,12,-23,9r1,-1v-8,13,-2,43,22,39r0,4v-3,-3,-6,4,-6,6v2,-1,1,-3,6,-4r0,42v-12,-1,-14,6,-20,4v1,7,-8,3,-9,9r4,-1v-11,14,9,40,-13,43v0,10,8,-6,7,8v0,3,-4,2,-3,6v11,-1,15,-4,14,-14r20,7r0,42v-6,2,-3,-4,-5,-6v-1,11,-10,10,-21,9v0,-5,4,-9,6,-15v-1,2,-4,2,-7,2v1,2,0,4,0,6v-4,-2,-6,7,-8,5v-21,-11,-18,-4,-36,-23v5,-7,13,-5,8,-11v-4,0,-8,0,-7,-5v9,-1,8,-6,1,-7v1,3,2,5,-3,5v-6,0,-15,-2,-10,-8v-3,0,-6,-7,-6,-21v0,-21,13,-50,25,-49v0,-10,25,-12,25,-19v-9,0,-12,7,-20,0v4,-5,-3,-8,0,-15v-8,2,-3,-3,-4,-5v-5,3,-5,-2,-5,-7v4,-8,7,-10,7,-16v-8,2,-6,14,-16,11r-1,5v-2,0,-3,-5,-4,-16v-1,-40,31,-70,81,-67xm74,-235v-1,-4,-4,-4,-6,-2v3,0,2,3,6,2xm59,-230v-3,-1,-4,3,-2,4xm68,-218v0,-4,-5,-2,-8,-3v-1,4,5,1,8,3xm51,-214v0,1,-4,5,0,4r0,-4xm65,-211v-10,-1,-9,5,-3,8xm87,-210v0,0,-4,2,-2,2xm40,-207v-3,-3,-8,1,-8,6v3,2,5,-8,8,-6xm18,-207v-2,0,-5,-1,-4,2v2,0,5,1,4,-2xm60,-201v-1,-2,-1,0,-3,0v0,1,-1,3,1,3v1,0,1,-1,2,-3xm32,-190r11,2v-1,-4,-4,-8,0,-10v-5,0,-8,2,-11,8xm28,-198v-1,1,-2,0,-2,2xm57,-189v3,-3,-1,-11,-6,-7v1,3,0,8,6,7xm29,-190v-3,-1,-2,2,-2,4v2,0,1,-3,2,-4xm17,-189v-1,3,2,6,2,1xm61,-176v1,-2,-3,-4,-3,-2xm46,-178v1,4,5,6,4,0r-4,0xm36,-176v1,4,3,7,4,2xm18,-170v1,1,4,4,0,3r0,-3xm11,-167v6,-4,8,5,4,6v-3,-1,-4,-3,-4,-6xm71,-160v-3,-1,-4,4,-2,4v1,-1,2,-2,2,-4xm18,-161v-1,2,7,7,3,10v-2,-3,-9,-7,-3,-10xm57,-155v-4,-8,-31,5,-9,0v0,3,7,3,9,0xm62,-147v-2,0,-4,1,-2,3v2,1,2,-1,2,-3xm85,-140v-3,0,-5,1,-2,3v3,1,3,-1,2,-3xm55,-133r-3,-2xm62,-132v0,2,-4,5,-2,6v3,0,5,-5,2,-6xm83,-126v-3,0,-7,4,-5,4v2,-2,5,-1,5,-4xm22,-67v-7,8,19,0,11,11v-2,-2,-5,2,-8,3v7,-2,5,1,7,7v12,-3,13,-10,13,-16v-17,5,4,-22,-17,-19v4,-9,-13,-8,-5,-14v1,-4,-11,-12,-1,-14v1,-2,13,-6,12,3v9,-3,9,-14,-1,-20v-4,2,-5,4,1,4v4,18,-26,1,-20,15r-4,6r1,-1v5,3,-1,17,9,17v-4,6,4,16,2,5v11,-3,12,13,4,14xm59,-110v0,1,5,4,5,0r-5,0xm59,-108v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm23,-106v-3,1,-3,1,0,2r0,-2xm41,-94v-10,-1,0,2,-4,6r6,0xm9,-87v-3,0,-3,1,-1,2xm7,-69v-1,-3,-2,2,-2,2xm17,-54v2,-7,-4,-16,-3,-8v-1,6,-4,7,3,8xm7,-60v-1,-2,-5,-4,-4,1v2,0,3,0,4,-1xm64,-60v6,2,4,6,0,12v-12,-1,1,-9,0,-12xm31,-39v0,-4,-2,-6,-5,-3v0,1,2,2,5,3xm9,-38v1,-4,10,-4,8,2v-2,4,-6,1,-8,-2xm86,-36v-4,-1,-5,5,-3,7v0,-3,6,-3,3,-7xm39,-35v0,-2,-2,0,-3,0v0,0,0,2,1,2xm80,-15v-3,0,-5,0,-4,3v3,0,5,0,4,-3xm149,-57v-1,4,3,3,3,1v0,-2,-2,-1,-3,-1xm150,-66v-1,-1,-3,-2,-1,-7v5,-1,5,-1,5,-4v-7,6,-6,-15,-9,-5v-6,-1,-8,2,-5,7v12,-3,-2,12,10,9xm150,-91v1,3,5,2,3,0r-3,0xm157,-97v-5,-5,-4,-10,-10,-2v0,1,3,2,10,2xm171,-61v-5,-1,-1,1,-1,1xm131,-91v3,0,5,-6,3,-9v-1,0,-4,-1,-4,1v6,0,2,5,1,8xm139,-109v2,0,4,0,3,-2v-2,0,-4,0,-3,2xm161,-127v0,2,3,4,2,1v-1,-1,-1,-3,-2,-1xm146,-35r0,-1r0,1xm111,-237v-1,2,1,2,3,2v0,-1,-1,-2,-3,-2xm129,-226v-1,-7,-4,-3,-1,0r1,0xm124,-221v-4,0,-7,-1,-7,3v2,-1,8,1,7,-3xm136,-210v0,-4,-4,-6,-3,0r3,0xm129,-207v0,-4,-9,-5,-9,-4v2,8,1,8,9,4xm100,-211v-3,1,-3,1,-1,3v3,1,1,-2,1,-3xm146,-208v2,2,5,10,7,6v-2,-4,-4,-6,-7,-6xm171,-207v-2,0,-6,-1,-5,2v2,0,6,1,5,-2xm125,-202v-2,2,1,5,3,4v1,-3,-2,-3,-3,-4xm142,-198v5,2,-3,8,0,10r11,-2v-3,-6,-7,-8,-11,-8xm156,-198v1,0,2,3,2,1xm128,-197v0,3,-3,10,3,8v2,-4,3,-8,-3,-8xm157,-190v-2,0,-1,3,-1,4v2,0,1,-3,1,-4xm167,-189v-2,0,-2,2,-2,4v3,1,2,-2,2,-4xm127,-178v-1,-2,-5,-1,-4,2xm139,-178v-4,-1,-7,2,-3,4v1,0,2,-2,3,-4xm148,-176v-3,1,-5,5,-1,5xm115,-156v2,-1,-2,-7,-1,-2xm133,-158v-4,0,-6,3,-3,5v7,1,9,-3,16,0v0,-2,-4,-4,-13,-5xm126,-146v-2,-2,-7,1,-2,2xm104,-139v-4,-3,-9,3,-2,2xm130,-133v0,-1,3,-2,1,-2xm122,-132v-2,2,0,7,3,6xm107,-122v0,0,-6,-7,-5,-2xm125,-110v-2,-1,-7,2,-2,2xm128,-108v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm102,-29v4,-5,-5,-11,-5,-3v3,0,5,1,5,3xm108,-15v-2,0,-4,0,-3,3v2,0,4,0,3,-3xm172,-21v2,-1,2,-3,-1,-3xm167,-41v1,0,4,-1,1,-1xm177,-9v2,1,5,-1,2,-2xm116,-237r-2,-2v0,1,0,2,2,2xm168,-108v1,0,3,1,3,-1v-1,0,-3,-1,-3,1xm186,-132v3,-1,5,-2,2,-5v-3,0,-3,2,-2,5xm182,-129v-2,0,-5,-2,-5,0r5,0xm184,-120v1,0,5,0,2,-1xm175,-116v1,-1,8,-4,3,-4v1,3,-4,1,-3,4xm164,-167v0,-2,3,-4,2,0r-2,0xm168,-164v-1,-4,1,-5,5,-3v1,5,-5,8,-5,3xm163,-151v1,-7,3,-12,7,-7xm121,-48v-5,-7,-7,-9,0,-12v0,3,11,11,0,12xm181,-99v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm153,-130r3,-11r55,0r-25,67r27,74r-54,0r-5,-14v-11,5,-8,3,-23,10v-1,-2,-12,-6,-8,-11v-3,1,-7,-3,-7,-1v4,5,6,9,6,14v-11,2,-17,2,-21,-9v0,4,1,7,-4,6r0,-42v5,-1,23,-14,20,1v4,0,4,8,13,6v-1,-4,-4,-10,0,-13v3,0,3,7,4,-1v-22,-3,0,-31,-13,-43v2,1,6,2,5,-2v-15,-1,-7,-10,-29,-10r0,-42v4,1,4,3,6,4v0,-6,-6,-5,-6,-10v22,2,29,-24,22,-39v1,1,1,3,-1,3v-5,-7,-12,-10,-21,-11v2,-10,-6,-30,8,-28v-1,-3,-8,2,-8,-1v0,-9,1,-10,0,-19v49,0,77,19,81,63v-6,0,0,0,0,4v-1,13,-5,21,-6,11v-11,5,-4,-10,-13,-7v-1,-2,0,-5,-3,-4v0,10,9,11,7,24r-6,-1v3,3,6,6,-2,5v4,12,-6,25,-13,15v-3,0,-8,-2,-7,3v4,-1,11,6,18,9xm163,-85v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm163,-74v2,-1,1,-5,2,-7v-2,0,-5,5,-2,7xm157,-86v2,-1,3,-2,-1,-2xm162,-97v1,0,1,-1,1,-1v0,0,-1,0,-1,1xm143,-112v6,2,5,-9,8,-13v-7,5,-6,7,-8,13xm196,-28v1,-3,-2,-2,-4,-2v-1,3,1,3,4,2xm182,-29v4,-2,3,-5,-2,-5v-2,2,-6,3,-6,-2v1,-5,-7,-7,-7,-2v-3,8,5,5,6,14v2,1,6,-12,9,-5xm162,-25v-3,-3,-5,-5,-3,1xm153,-22v-1,-12,-4,-11,-7,-4v2,0,5,1,7,4xm190,-9v-1,-1,-1,-3,-1,0r1,0xm150,-45v3,2,10,-1,8,-2v-5,4,-9,-5,-8,2xm141,-37v0,-2,0,-2,-2,-2v0,2,0,2,2,2","w":220},"'":{"d":"0,-250v5,3,11,13,15,5v-2,-1,0,-3,0,-4v-4,1,-11,2,-12,-3v12,1,28,-2,38,1r-8,4v11,3,14,-5,24,-4v1,7,-19,7,-8,14v2,-1,5,-6,8,-3v-1,17,3,40,-3,52v6,3,6,40,-1,41v0,-2,2,-6,-1,-6v-1,4,-3,8,1,10r-19,0v0,-7,8,-11,7,-20v3,0,7,-3,4,-4v-21,4,-7,12,-11,23v-11,0,-23,2,-33,0r-1,-87v10,-6,-1,-9,0,-19xm54,-220v0,-2,-2,-1,-3,-2v0,1,1,2,3,2xm54,-215v0,-2,-2,-6,-3,-3v1,1,0,4,3,3xm52,-176v0,-10,-2,-5,-6,-1v8,1,-5,6,0,9v0,-3,2,-5,6,-8xm43,-218v2,0,4,-3,0,-2r0,2xm44,-237v-10,0,-9,9,0,9v-6,-4,-2,-4,0,-9xm37,-194v0,2,-1,6,2,5v-2,-2,2,-6,-2,-5xm35,-219v0,-1,3,-3,1,-3v-3,1,-3,1,-1,3xm33,-171v3,-2,2,-7,-2,-4v0,2,1,3,2,4xm21,-237v3,8,17,-5,10,-4v-1,4,-4,4,-10,4xm28,-174v0,-2,-3,-1,-4,-1v0,2,3,1,4,1xm26,-156v1,-4,-4,-1,-5,-1v2,2,3,4,5,1xm18,-220v8,-4,4,-3,1,-9v-7,2,1,6,-1,9xm23,-184v1,-4,-5,-6,-6,-2xm20,-237v-1,-1,-2,-7,-3,-4v1,2,0,5,3,4xm9,-175v3,4,14,-3,8,-3xm6,-197v2,-1,3,-5,-1,-4xm8,-174v-1,-3,-2,-3,-6,-4v2,2,2,5,6,4","w":69},"(":{"d":"88,-299v4,-1,5,2,6,4xm25,24v-16,-12,-24,-34,-24,-59v0,-79,-12,-176,15,-231v17,-17,59,-35,99,-25v-1,14,3,34,-2,45v-31,-3,-48,3,-55,30r0,179v0,18,9,30,27,36v-1,2,-2,5,2,4v5,-5,21,-5,28,-1v-1,15,3,35,-2,46v-39,-1,-81,0,-86,-26v-2,0,-2,0,-2,2xm15,-274v-1,-8,9,-1,4,-1v0,0,0,-2,-1,-2v0,3,-1,3,-3,3xm97,-252v1,1,2,1,3,0r-3,0xm99,-245v1,1,3,2,0,2r0,-2xm54,-236v-7,-1,0,3,-3,5v3,1,2,-3,3,-5xm36,-229v-2,0,-4,0,-2,2xm27,-33v0,-4,-5,-1,-6,0v0,0,0,2,1,2v-1,-3,3,-2,5,-2xm97,11v4,-2,6,-7,1,-6v0,2,-3,5,-1,6xm111,6v-8,1,0,10,-9,12v7,1,14,-7,9,-12xm92,10v-4,-1,-7,5,-2,5v1,-2,2,-2,2,-5xm98,21v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm98,24r0,1r0,-1xm96,30v-1,-3,2,-4,2,-2"},")":{"d":"21,-295v0,-3,2,-4,6,-4xm1,-291v32,-7,82,2,97,26v0,0,1,-2,1,0v5,15,16,34,16,52r0,178v0,22,-6,38,-18,51v2,4,-3,6,-7,8v0,0,0,-2,-1,-2v-1,2,-1,4,0,6v-11,14,-55,25,-88,18v1,-15,-2,-33,1,-46v11,-2,23,2,29,2r-1,-3v18,-6,27,-18,27,-36r0,-179v-4,-23,-19,-28,-38,-31r1,1v-1,-5,-7,5,-9,-1v1,-1,2,-2,-1,-2v-1,2,-8,5,-9,1r0,-43xm93,-275v1,-3,7,-5,7,1v-3,1,-2,-2,-4,-3v1,2,-1,2,-3,2xm18,-252v-3,0,-1,1,-1,1xm14,-243v1,-1,2,-3,2,0r-2,0xm65,-236v-4,-1,-2,3,-2,5v0,-3,1,-3,2,-5xm82,-229v-2,0,-2,1,-1,2xm91,-35v-2,0,-4,0,-3,2v4,-2,6,4,6,0xm14,5v2,4,9,9,3,0r-3,0xm4,6v-5,4,5,15,9,11v-10,0,-1,-11,-9,-11xm27,10v-5,-1,-5,2,-2,5v3,0,3,-2,2,-5xm19,21v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm17,24r0,1r0,-1xm17,27v5,0,3,4,0,1r0,-1"},"*":{"d":"53,-227r-13,-50r30,0r-13,50r44,-28r9,29r-50,3r38,34r-25,17r-18,-48r-17,47r-25,-17r38,-33r-51,-3r10,-29xm54,-226v2,1,3,-1,1,-1xm36,-228v0,0,-2,-3,-2,-1xm52,-225v0,-1,-6,-2,-5,1v4,1,2,1,5,-1xm41,-230v1,-1,-2,-5,-1,-1xm47,-226v-1,0,-2,-2,-2,0r2,0xm43,-228v-1,0,-4,-2,-4,0v3,7,6,-4,4,0xm40,-224v0,-3,-1,-1,-3,-1v0,2,3,-2,3,1xm58,-228v0,-1,2,-4,0,-4r0,4xm59,-238v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm30,-179v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm50,-242v2,-1,5,2,5,1xm35,-181v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm27,-182v3,-1,6,-2,2,-2xm37,-183v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm61,-248v-2,0,-1,3,-1,4v2,0,1,-3,1,-4xm43,-192v-3,2,-5,4,-2,5v-1,-2,2,-2,2,-5xm28,-190v0,2,4,2,5,0v-1,-2,-3,0,-5,0xm58,-252v0,0,2,0,2,-1v0,0,-2,0,-2,1xm52,-258v1,1,4,4,4,2xm27,-199r0,4v3,0,2,-3,0,-4xm55,-260r0,-1r0,1xm38,-200v0,3,3,0,1,0r-1,0xm53,-263v-1,-1,-5,2,-1,1v0,-1,0,-1,1,-1xm52,-265v0,0,2,0,2,-1v0,0,-2,0,-2,1xm53,-271v0,0,3,4,4,2xm58,-272v1,1,1,3,1,0r-1,0xm69,-226v1,0,2,3,2,1xm73,-225v2,-2,-2,-6,1,-2xm65,-227v0,2,3,1,1,0r-1,0xm68,-230v1,0,3,-1,1,-1xm47,-214v1,1,2,2,2,-1xm78,-233r-1,0r1,0xm23,-243v3,-1,1,-3,0,-4v-4,1,2,2,0,4xm24,-233v0,-1,0,-1,-1,-1xm22,-236r-1,0r1,0xm18,-237v0,-1,-1,-3,-1,-1xm18,-234v-3,-2,-5,0,-2,2v1,0,2,-1,2,-2xm15,-247v2,-1,1,-4,-1,-2xm15,-240r1,1xm13,-235v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm9,-248r1,-1xm8,-234v3,1,4,-5,2,-5v0,3,-4,0,-4,2v2,-1,2,1,2,3xm9,-245v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm39,-205v5,-1,7,-1,2,-3v0,1,-1,2,-2,3xm47,-206v2,-2,5,-4,-1,-2v-2,0,1,2,1,2xm44,-210v1,0,3,-1,1,-1xm43,-216v1,0,3,-1,1,-1xm46,-217v1,0,3,-1,1,-1xm36,-190v1,-1,1,-6,0,-3v-1,1,-1,2,0,3xm38,-200v1,0,3,-2,0,-2r0,2xm38,-182v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm43,-200v2,0,5,1,5,-1v-3,0,-4,0,-5,1xm33,-184r0,-1r0,1xm41,-185r-3,-2v0,1,1,1,3,2xm30,-188v0,0,3,2,2,0r-2,0xm39,-210v-2,0,-4,4,-1,4xm37,-191v4,-1,3,-2,0,-3v-1,1,-1,2,0,3xm46,-212v-1,0,-2,-2,-2,0r2,0xm49,-217v0,2,4,2,5,0r-5,0xm42,-198v0,-3,0,-6,-2,-2v0,1,0,2,2,2xm52,-218r-2,0r2,0xm30,-201v1,-2,1,-2,-1,-1xm18,-186v7,1,5,-2,2,-3v0,1,0,2,-2,3xm26,-189v1,3,3,1,5,1v-1,-4,-1,-2,-5,-1xm25,-191r-1,0r1,0xm22,-196v1,0,3,-2,1,-2xm81,-226r1,-1xm86,-226r2,0r-2,0xm84,-230r-4,0v2,1,4,1,4,0xm89,-226v1,0,3,-1,1,-1xm99,-231v-2,1,-6,0,-5,4v1,-2,5,-1,5,-4xm85,-236v0,3,2,4,4,2v0,-3,-2,0,-4,-2xm91,-236v4,1,-4,8,2,5v-1,0,-1,0,-1,-1v6,1,4,-5,3,-7v-1,3,-5,-3,-4,3xm86,-241v4,1,3,-3,2,-4xm98,-240v1,2,2,2,1,0r-1,0xm102,-241v0,-3,0,-5,-3,-3v0,0,1,2,3,3xm97,-247v-2,-2,-1,-4,-4,-4v1,2,0,4,4,4xm99,-249v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm82,-178v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm77,-180v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm85,-181r-3,-2v0,1,1,1,3,2xm75,-182v0,-1,-1,-3,-1,-1xm73,-188v0,0,-4,-6,-3,-1v2,1,2,6,3,1xm80,-189v0,3,4,2,4,0v-1,0,-3,-2,-4,0xm86,-194v0,-3,1,-5,-3,-2v0,1,1,2,3,2xm73,-197v0,-1,3,-2,1,-2xm65,-213v2,0,2,-1,1,-2xm73,-204v-2,-2,-3,-5,-4,-1v0,0,1,1,4,1xm62,-207v0,3,5,0,2,0v-1,-1,-4,-2,-2,0xm66,-210r2,1xm65,-217r2,1xm77,-189v0,-2,-1,-5,-2,-3xm72,-201r3,2v0,-1,-1,-2,-3,-2xm73,-181v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm69,-199v0,-1,-5,-2,-5,0r5,0xm78,-182v2,0,1,-3,0,-1r0,1xm71,-184v2,-1,4,-2,2,-2xm81,-185v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm73,-205v0,-1,1,-4,-1,-4v1,1,1,2,1,4xm72,-191v2,2,5,0,3,-2v-1,1,-2,2,-3,2xm69,-211v-1,-1,-2,-1,-3,0r3,0xm59,-214v0,0,6,0,4,1xm70,-197v4,0,2,-3,1,-4v-2,0,-1,3,-1,4xm62,-217r-2,0r2,0xm81,-202v1,1,2,3,2,0r-2,0xm93,-186v-2,-2,-3,-4,-5,-1v0,0,2,1,5,1xm82,-189v3,4,4,2,1,-1v0,1,-1,1,-1,1xm87,-190r2,1xm89,-197r1,0r-1,0"},"+":{"d":"86,-190v9,0,6,20,3,25v-1,-1,-2,-1,-4,-1v0,2,2,3,6,3v0,27,-2,29,0,55v-5,2,5,28,-2,36v-15,-1,-35,3,-46,-2r0,-23r3,0v-6,-25,-4,-64,-1,-93v13,-1,34,2,41,0xm81,-179v0,-4,-3,-3,-4,0v1,0,3,2,4,0xm77,-107v0,0,0,-8,-5,-8v-1,5,1,7,5,8xm76,-151v-3,-2,-6,0,-2,2xm72,-169v1,-3,-2,-2,-4,-2v1,1,2,2,4,2xm70,-116v-1,-1,-4,-4,-3,0r3,0xm65,-183v0,1,-14,6,-9,8v4,-1,7,-4,9,-8xm55,-150v1,-2,-1,-5,-1,-1xm54,-176v1,-2,-2,-7,-2,-2xm54,-130v1,-4,-4,-2,-6,-3v2,1,2,4,6,3xm50,-173v0,-2,-3,-1,-4,-1v0,2,3,2,4,1xm48,-117v0,-2,0,-2,-2,-2r-2,2r4,0xm37,-107v-12,-1,-29,3,-37,-2v1,-14,-3,-34,2,-45r30,0r0,3v3,0,1,-4,5,-3r0,47xm99,-154v13,2,35,-7,35,11r0,28v-2,0,-4,0,-3,2v3,-1,3,1,3,4v-7,3,-26,4,-33,0v1,-1,4,-4,1,-5v-2,0,-3,2,-3,7r0,-47xm120,-117v4,0,3,-3,0,-4v0,1,-2,3,0,4xm41,-121v2,1,13,-6,3,-5xm84,-124v2,1,4,1,4,-2v-2,0,-3,1,-4,2xm107,-126v3,1,2,-2,2,-4v-1,1,-2,2,-2,4xm50,-128v1,-1,5,-4,0,-3r0,3xm114,-142v-1,7,17,12,9,7v-5,0,-1,-13,-9,-7xm85,-142v2,1,7,-2,2,-2xm116,-144v2,1,8,-1,3,-2xm65,-144v3,1,2,-3,3,-5v-2,1,-4,2,-3,5xm110,-149v2,2,4,1,3,-2xm52,-149v2,0,2,0,2,-2r-2,-2r0,4","w":147},",":{"d":"57,-50v0,8,-19,7,-8,15v2,-1,5,-7,8,-4v-1,17,3,40,-3,52v5,6,6,40,-1,41v0,-2,2,-5,-1,-5v-2,5,-1,6,1,10r-19,0v-1,-8,6,-8,5,-16v3,1,2,-3,2,-5v3,1,7,-3,4,-4v-21,5,-6,12,-11,24v-11,0,-23,2,-33,0r-1,-88v12,-5,-6,-13,2,-19v-1,6,8,9,13,6v-1,-1,-1,-3,0,-5v-4,1,-11,2,-12,-3v12,1,28,-2,38,1v1,3,-5,1,-8,4v11,5,14,-5,24,-4xm54,-18v0,-2,-2,-2,-3,-3v1,1,0,4,3,3xm54,-14v0,-2,-1,-3,-3,-3v1,1,0,4,3,3xm50,18v-3,7,0,7,-6,15v3,0,11,-10,6,-15xm46,-18v-1,0,-5,0,-2,1xm44,-34v-2,-3,-8,1,-9,3v3,1,7,6,9,4v-4,-1,-5,-6,0,-7xm37,8v0,2,-1,5,2,4v-2,-1,2,-5,-2,-4xm35,-17v0,-1,3,-4,1,-4v-3,0,-4,2,-1,4xm33,30v3,-2,2,-7,-2,-4v0,2,1,3,2,4xm21,-35v3,6,17,-6,10,-5v-1,3,-3,5,-10,5xm28,27v0,-2,-3,-1,-4,-1v0,2,3,1,4,1xm26,45v1,-4,-4,-1,-5,-1v2,2,3,4,5,1xm22,-19v2,-4,-2,-11,-7,-5v2,3,2,8,7,5xm23,17v0,-3,-1,-5,-5,-4v-2,4,2,4,5,4xm20,-35v0,-2,-2,-7,-3,-5v1,2,0,6,3,5xm9,26v2,4,13,-3,8,-2xm6,4v2,-1,3,-5,-1,-4xm8,27v0,-3,-2,-3,-6,-3v2,1,2,4,6,3","w":70},"-":{"d":"0,-150v-1,-11,19,-6,25,-4v-1,1,-4,4,-1,5v2,0,3,-2,3,-7v13,-1,28,1,33,4v-1,-1,-1,-2,-1,-4r22,0r0,3v1,-2,4,2,4,-1r-1,-2v11,1,27,-3,34,2v-1,14,3,34,-2,45r-23,0r0,-3v-25,6,-64,4,-93,1v-1,-12,2,-33,0,-39xm11,-146v-4,0,-3,3,0,4v0,-1,2,-3,0,-4xm83,-142v-3,1,-8,1,-8,5v5,1,7,-1,8,-5xm41,-139v-2,-2,-5,1,-2,2xm21,-137v-3,-1,-2,2,-2,4v1,-1,2,-2,2,-4xm74,-135v-1,1,-4,4,0,3r0,-3xm13,-120v5,-3,-7,-10,-7,-10v3,2,6,4,7,10xm40,-121v-2,-1,-5,1,-2,2xm14,-119v-2,-1,-7,2,-2,2xm60,-119v-3,-1,-5,5,-3,5v2,-1,4,-2,3,-5xm17,-115v-2,0,-1,2,-1,3v2,0,2,-2,1,-3xm72,-114v-2,0,-1,3,0,4r0,-4","w":130},"\u00ad":{"d":"0,-150v-1,-11,19,-6,25,-4v-1,1,-4,4,-1,5v2,0,3,-2,3,-7v13,-1,28,1,33,4v-1,-1,-1,-2,-1,-4r22,0r0,3v1,-2,4,2,4,-1r-1,-2v11,1,27,-3,34,2v-1,14,3,34,-2,45r-23,0r0,-3v-25,6,-64,4,-93,1v-1,-12,2,-33,0,-39xm11,-146v-4,0,-3,3,0,4v0,-1,2,-3,0,-4xm83,-142v-3,1,-8,1,-8,5v5,1,7,-1,8,-5xm41,-139v-2,-2,-5,1,-2,2xm21,-137v-3,-1,-2,2,-2,4v1,-1,2,-2,2,-4xm74,-135v-1,1,-4,4,0,3r0,-3xm13,-120v5,-3,-7,-10,-7,-10v3,2,6,4,7,10xm40,-121v-2,-1,-5,1,-2,2xm14,-119v-2,-1,-7,2,-2,2xm60,-119v-3,-1,-5,5,-3,5v2,-1,4,-2,3,-5xm17,-115v-2,0,-1,2,-1,3v2,0,2,-2,1,-3xm72,-114v-2,0,-1,3,0,4r0,-4","w":130},".":{"d":"0,-46v18,2,43,-4,57,2v-6,5,5,19,-1,30v0,-7,-4,-5,-8,-7v2,0,14,10,2,11v-2,-1,-4,-5,-5,-3v3,2,3,6,4,8v6,0,4,-4,8,-4v2,13,-8,7,-18,9v-4,-7,-13,4,-19,-4v2,7,-7,3,-11,4v1,-4,-2,-3,-5,-3v1,2,1,4,-2,3v-1,-11,-1,-26,0,-35r9,2v-5,-1,-5,-6,-9,-8v0,2,1,5,-2,4r0,-9xm22,-46v-1,0,-5,5,-1,4xm17,-42v-3,-1,-7,3,-2,2xm27,-26v-1,1,-8,4,-3,4v-1,-3,4,-1,3,-4xm35,-17v3,-3,-2,-11,-3,-8v6,5,-6,9,3,8xm18,-22v-1,0,-5,0,-2,1xm21,-13v0,1,4,2,4,0r-4,0xm16,-10v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm43,-8v-2,0,-4,0,-3,2v2,0,4,0,3,-2","w":71},"\/":{"d":"52,9r-55,0r95,-261r55,0xm46,-61v-1,-2,-3,-2,-3,1xm42,-41v0,-2,-4,-4,-3,-1xm40,-11v-6,0,-11,0,-13,4r12,5v-1,-4,-1,-7,1,-9xm52,-73v0,-4,-4,-2,-1,0r1,0xm81,-98v0,-2,-4,-4,-3,-1v1,1,2,3,3,1xm111,-205v-2,0,-14,3,-9,5v5,-1,8,-3,9,-5xm77,-178v-2,0,-2,0,-2,2r2,2r0,-4xm82,-172v-2,0,-1,2,-1,3v3,1,2,-2,1,-3xm103,-168v-2,-7,-6,-14,-9,-6xm105,-233v-1,-7,-5,-4,-9,-1v3,1,7,5,9,1xm82,-159v-3,-5,-7,-2,-6,3v1,1,4,1,3,4v-6,-1,-13,6,-6,8v5,-3,4,2,6,4v-3,-12,14,-8,2,-14v0,0,-3,-6,1,-5xm104,-149v-4,0,-5,6,-9,3v2,9,2,0,9,-1r0,-2xm105,-139v-1,1,-4,0,-4,2v3,-1,4,-1,4,-2xm85,-138v-2,1,-3,5,0,2r0,-2xm91,-134v0,1,2,3,6,5v-1,-2,-4,-7,-6,-5xm89,-129v-13,0,-11,3,-5,7v0,-3,2,-5,5,-7xm98,-128v-1,1,-2,0,-2,2r3,0xm126,-226v-3,-7,-7,-1,-11,-1v0,4,2,4,4,6v0,-5,3,-5,7,-5xm91,-196v-5,2,-10,5,-7,8v-2,-5,9,-1,7,-8xm114,-212v-2,-1,-6,3,-2,2xm97,-190v-3,-1,-2,2,-3,4v3,1,3,-1,3,-4xm116,-199v-1,0,-5,4,-1,3xm111,-196v-3,-1,-7,3,-2,2xm66,-109v-1,1,-7,4,-2,4v0,-2,3,-1,2,-4xm66,-126v3,-4,-2,-11,-3,-8v6,5,-6,9,3,8xm57,-105v0,0,-3,2,-1,2xm60,-96v0,1,5,4,5,0r-5,0xm56,-93v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm74,-117v-2,0,-4,0,-3,2v2,0,4,0,3,-2","w":146},"0":{"d":"96,-253v91,-1,86,83,83,171v0,21,-5,40,-18,51v4,8,-12,5,-8,12v-10,10,-29,17,-57,19r0,-48v43,-12,21,-80,26,-128v-4,-17,-12,-26,-26,-29r0,-48xm158,-235v2,-3,3,-3,7,-2v0,2,0,4,-2,3v-3,-1,-1,-4,-5,-1xm130,-196v-5,-1,-4,2,-3,5v3,0,0,-4,3,-5xm147,-188v-2,-2,-3,0,-1,1xm156,-82v-2,0,-5,-1,-4,2v4,-2,7,4,7,0xm83,-205v-40,5,-26,77,-26,121v0,18,9,30,26,36r0,48v-29,-4,-55,-7,-57,-25v-3,2,-5,1,-9,-3v0,-2,2,-5,-1,-4v-26,-29,-12,-90,-16,-141v-1,-19,10,-37,15,-53v14,-12,37,-29,68,-27r0,48xm14,-234v-1,-8,11,-3,5,-1v0,0,0,-2,-1,-2v0,3,-1,3,-4,3xm27,-159v1,3,6,7,2,9v6,1,4,-6,6,-9r-8,0xm35,-189v-2,0,-4,0,-2,2xm27,-80v0,-4,-6,-1,-7,0v0,0,0,2,1,2v-1,-3,4,-2,6,-2","w":193},"1":{"d":"19,-218v-4,2,-3,10,-3,16v1,-4,7,0,8,-2xm0,-158r0,-63r35,-32r0,64xm52,-90v-11,0,1,-13,-5,-17v2,-47,-4,-103,2,-146v18,1,41,-3,55,2v1,12,1,31,-9,15v-2,3,6,11,0,13r9,-4r0,112v-13,-7,-10,12,-21,5v0,1,-3,3,-1,3v6,-2,17,11,11,2v-2,-6,6,-7,8,-3v-5,6,10,19,-3,28v4,1,3,-3,6,-3v0,15,1,37,-3,45r3,-1v-1,8,3,21,-2,25v1,-7,-4,-5,-7,-7v0,0,12,9,2,11v-2,-1,-4,-5,-5,-3v3,2,3,6,4,8v6,0,3,-5,8,-4v1,19,-20,1,-31,9v-6,-6,-6,1,-17,0v1,-4,-3,-3,-6,-3v0,2,3,0,2,3v-8,-1,-2,-6,-5,-18v7,-5,-4,-12,2,-17v2,0,7,3,8,1v-5,0,-5,-5,-8,-7v0,2,1,5,-2,4v1,-11,-5,-43,8,-33v5,-1,15,0,8,-4v-6,1,-10,-1,-7,-6v-3,0,-4,-3,-4,-10xm65,-250v0,1,-3,3,-1,3v2,-1,2,-1,1,-3xm77,-239v0,-2,-3,-4,-2,0r2,0xm75,-227r12,6v-1,-4,-1,-7,1,-9v-6,-1,-10,1,-13,3xm92,-219v0,-4,-6,-2,-2,0r2,0xm52,-219v-1,1,1,4,2,2v0,-2,-1,-1,-2,-2xm98,-149v-4,2,0,12,2,6xm101,-127r-2,5v3,0,3,-2,2,-5xm56,-122v-3,-1,-2,3,-2,5v3,1,2,-3,2,-5xm92,-121v-2,0,-14,4,-9,6v5,-2,8,-4,9,-6xm66,-117v-2,0,0,3,0,3r0,-3xm49,-114v2,2,3,5,7,4v0,-2,-3,-3,-7,-4xm72,-112v-3,-1,-2,2,-2,4v3,1,3,-1,2,-4xm102,-113v4,0,1,6,2,9v-3,1,-3,-7,-2,-9xm78,-104v-5,3,-1,9,5,12v1,-6,-6,-7,-5,-12xm60,-97v-8,-6,-11,-1,-3,3xm68,-101v-7,1,7,13,-7,10v-3,5,-1,10,5,7v1,1,0,4,2,4v-4,-10,15,-9,2,-13xm102,-97v-2,1,-6,0,-5,3v3,0,6,1,5,-3xm93,-89v-4,1,-4,7,-9,4v2,7,3,-1,9,-2r0,-2xm48,-85v5,-1,3,6,1,9v-4,1,-1,-5,-2,-8xm94,-79v-1,1,-4,0,-3,3v2,-1,3,-2,3,-3xm75,-78v-3,2,-5,6,0,3r0,-3xm80,-73v0,0,2,2,6,4v-1,-2,-4,-6,-6,-4xm78,-69v-13,1,-10,4,-4,7v0,-3,1,-5,4,-7xm88,-67v-1,1,-3,0,-3,2r4,0xm61,-62v-3,-6,-9,-1,-11,-1v0,4,2,4,4,6v0,-4,3,-5,7,-5xm95,-60v-5,2,-10,5,-7,7v-1,-4,9,-1,7,-7xm66,-58v-2,0,-4,3,-1,2xm101,-55v-3,-1,-2,2,-3,4v3,1,3,-1,3,-4xm69,-46v-1,0,-5,5,-1,4xm64,-42v-3,-1,-7,3,-2,2xm74,-26v-1,1,-8,4,-3,4v-1,-3,4,-1,3,-4xm82,-17v3,-3,-3,-11,-3,-8v6,5,-6,9,3,8xm65,-22v-1,0,-5,0,-2,1xm67,-13v2,0,5,2,5,0r-5,0xm63,-10v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm90,-8v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm102,-113v4,0,1,6,2,9v-3,1,-3,-7,-2,-9xm48,-85v5,-1,3,6,1,9v-4,1,-1,-5,-2,-8","w":117},"2":{"d":"98,-155v2,0,1,0,1,-1xm72,-237v-1,-1,0,-2,-2,-2v0,1,1,2,2,2xm112,-171v-5,2,-3,6,-7,9v7,1,8,-4,7,-9xm57,-117v-3,0,-3,3,0,2r0,-2xm49,-101r0,-2r0,2xm50,-99v-1,-1,-1,-3,-1,0r1,0xm50,-96v2,1,7,-2,2,-2xm61,-109v-3,2,-1,9,-2,11v5,-3,2,-5,2,-11xm65,-133v-5,0,-2,4,0,1r0,-1xm72,-129v-2,1,-1,8,2,7xm81,-141v-4,0,-6,4,0,3r0,-3xm84,-134v-4,0,-4,9,-3,9v9,-2,7,-1,3,-9xm81,-105v1,3,1,3,3,1v1,-3,-2,-1,-3,-1xm82,-151v2,-2,10,-5,6,-7v-3,2,-5,4,-6,7xm83,-176v0,2,-1,6,2,5v0,-2,1,-6,-2,-5xm89,-130v5,1,7,-4,1,-3xm92,-147v2,-4,9,1,11,-1r-3,-10v-5,3,-8,6,-8,11xm94,-164v0,1,-3,2,-1,2xm95,-139v-1,6,2,7,8,6v0,-5,-4,-5,-8,-6xm104,-163v-7,1,-3,3,0,1r0,-1xm100,-173v0,1,5,4,5,0r-5,0xm55,-120r-2,3v1,0,2,-1,2,-3xm94,-139v0,-2,-4,-3,-3,0r3,0xm72,-104v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm57,-108r3,0v-2,-1,-1,-1,-3,0xm122,-179v-4,-3,-7,-2,-9,-6v-1,6,4,10,9,6xm67,-237v-1,2,1,2,3,2v0,-1,-1,-2,-3,-2xm24,-248v-2,-2,-5,-5,-4,1xm55,-244v-2,0,-4,0,-3,2v1,-1,3,0,3,-2xm50,-239v0,-2,-3,-4,-2,0r2,0xm5,-238v-2,3,1,3,4,2v0,-2,-3,-1,-4,-2xm61,-232v-4,0,-11,-3,-11,-1v3,4,5,2,11,1xm85,-226v-1,-7,-4,-3,-1,0r1,0xm81,-221v-4,0,-8,-1,-8,3v3,-1,8,1,8,-3xm92,-210v0,-4,-4,-6,-3,0r3,0xm77,-212v-1,5,1,11,8,5v0,-4,-6,-2,-8,-5xm56,-211v-2,1,-2,1,-1,3v3,1,1,-2,1,-3xm102,-208v2,2,5,10,7,6v-1,-4,-4,-6,-7,-6xm127,-207v-2,0,-5,-1,-4,2v2,0,5,1,4,-2xm81,-202v-1,4,4,6,3,1xm98,-198v5,2,-3,8,0,10r11,-2v-3,-6,-6,-8,-11,-8xm114,-197r0,1r0,-1xm89,-196v-5,-3,-7,4,-5,7v5,1,4,-4,5,-7xm114,-186v-1,-7,-3,-3,-1,0r1,0xm123,-189v-1,0,-2,4,0,4r0,-4xm83,-178v-1,-2,-3,2,-3,2xm93,-153v0,-1,-1,-1,-2,-1xm79,-129v0,-2,-4,-1,-1,0r1,0xm43,-86v-1,-1,-1,-1,-2,0r2,0xm39,-77v0,-2,-4,0,-1,0r1,0xm38,-62v-5,0,-11,-1,-12,2r11,2v-1,-2,-1,-4,1,-4xm46,-93v1,0,3,2,3,0r-3,0xm53,-108v-1,0,-3,1,-1,1xm56,-103v0,1,4,2,4,0r-4,0xm50,-101v-1,3,2,1,3,1v-1,-2,-1,-2,-3,-1xm48,-101r1,0r-1,0xm-1,-52r76,-118v4,-8,6,-20,0,-26v1,1,1,3,-1,3v-10,-21,-51,-6,-74,-14v1,-14,-3,-34,2,-45v68,-3,130,0,132,63v-6,0,0,0,0,4v0,16,-8,19,-11,24r-70,109r-54,0xm0,-41v1,-10,20,-4,28,-4v-1,1,-4,4,-1,5v2,0,3,-2,3,-6v13,-1,31,1,37,3r-1,-3v11,-1,25,2,29,1r-1,-1v13,1,28,-2,39,1v-1,14,3,34,-2,45r-27,0r0,-3v-1,0,-2,1,-2,3v-19,-1,-44,3,-60,-2v-9,3,-32,4,-42,0v-1,-12,2,-33,0,-39xm12,-37v-4,0,-3,3,0,4v0,-1,2,-3,0,-4xm93,-33v-1,-3,-4,7,-8,2v-1,4,3,3,6,3xm46,-29v-2,-2,-4,-2,-4,1xm23,-28v-3,-1,-2,2,-2,4v1,-1,2,-2,2,-4xm83,-26v-1,1,-5,4,0,3r0,-3xm17,-12v-2,-3,-7,-10,-10,-8v7,-2,3,11,10,8xm45,-12v-2,-1,-7,2,-2,2xm15,-10v-2,-1,-7,2,-2,2xm67,-10v-3,-1,-5,6,-3,6v1,-2,4,-2,3,-6xm19,-6v-2,0,-1,2,-1,3v2,0,2,-2,1,-3xm81,-1v1,-3,-2,-4,-2,-2","w":145},"3":{"d":"48,-153v16,-3,42,-22,27,-43v1,1,1,3,-1,3v-10,-21,-51,-6,-74,-14v1,-14,-3,-34,2,-45v68,-3,130,0,132,63v-6,0,0,0,0,4v-1,14,-4,21,-5,11v-11,4,-4,-10,-14,-7v-1,-1,0,-4,-2,-4v-1,9,10,12,6,24r-5,-1v3,3,4,6,-3,5v4,12,-6,25,-13,15v-3,0,-8,-2,-7,3v5,1,23,9,25,16v8,0,28,25,22,42v8,12,-4,30,-3,35v-12,4,-13,-6,-19,-2v-3,5,13,4,4,10v-4,0,-7,0,-6,4v2,0,5,2,10,7v-18,19,-16,12,-36,23v-3,-2,-11,-6,-8,-11v-4,1,-8,-3,-8,-1v4,5,6,9,7,14v-11,2,-18,2,-22,-9v2,17,-39,12,-57,9v1,-14,-3,-35,2,-45v13,1,30,-2,40,2r-1,-1v11,-2,20,-2,31,-8v0,8,3,14,15,14v1,-4,-7,-9,0,-13v1,4,3,4,3,-1v-20,-3,-1,-31,-12,-43v2,1,5,1,4,-2v-15,-2,-8,-10,-33,-11xm24,-248v-2,-2,-5,-5,-4,1xm55,-244v-2,0,-4,0,-3,2v1,-1,3,0,3,-2xm50,-239v0,-2,-3,-4,-2,0r2,0xm72,-237v-1,-3,-3,-1,-5,0v0,4,3,1,5,0xm5,-238v-2,3,1,3,4,2v0,-2,-3,-1,-4,-2xm61,-232v-4,0,-11,-3,-11,-1v3,4,5,2,11,1xm85,-226v-1,-7,-4,-3,-1,0r1,0xm81,-221v-4,0,-8,-1,-8,3v3,-1,8,1,8,-3xm92,-210v0,-4,-4,-6,-3,0r3,0xm77,-212v-1,5,1,11,8,5v0,-4,-6,-2,-8,-5xm56,-211v-2,1,-2,1,-1,3v3,1,1,-2,1,-3xm102,-208v2,2,5,10,7,6v-1,-4,-4,-6,-7,-6xm127,-207v-2,0,-5,-1,-4,2v2,0,5,1,4,-2xm81,-202v-1,4,4,6,3,1xm98,-198v5,2,-3,8,0,10r11,-2v-3,-6,-6,-8,-11,-8xm114,-197r0,1r0,-1xm89,-196v-5,-3,-7,4,-5,7v5,1,4,-4,5,-7xm114,-186v-1,-7,-3,-3,-1,0r1,0xm123,-189v-1,0,-2,4,0,4r0,-4xm83,-178v-1,-2,-3,2,-3,2xm95,-178v-4,-1,-7,2,-3,4v1,0,2,-2,3,-4xm105,-176v-3,1,-6,5,-2,5xm121,-167v0,-2,3,-4,2,0r-2,0xm130,-167v0,3,-4,8,-6,5v0,-4,0,-8,6,-5xm72,-160v-2,0,-2,0,-2,2r2,2r0,-4xm120,-151v-3,-4,4,-14,6,-7xm89,-158v-4,0,-6,3,-3,5v7,1,9,-3,16,0v0,-2,-4,-4,-13,-5xm58,-147v0,0,-4,-11,-5,-4v3,1,5,2,5,4xm82,-146v-2,-1,-4,-1,-3,2v2,0,3,-1,3,-2xm60,-139v-4,-3,-9,3,-2,2xm88,-135v0,1,-3,2,-1,2xm79,-132v-3,1,-1,6,2,6xm59,-126v-3,2,4,4,4,4v0,-1,-1,-3,-4,-4xm108,-126v-11,7,-10,15,-2,20v1,-11,13,-3,18,-1v-3,8,-9,10,-3,16v-3,1,-10,2,-8,10v-19,0,-2,21,-18,21v3,8,4,10,14,14v1,-4,1,-10,7,-7v-5,-4,-13,-2,-8,-10v8,2,19,-4,6,-3v-8,-3,-5,-17,5,-14v0,3,-2,7,2,6v1,-4,1,-7,0,-11v2,2,3,0,3,-2v8,-9,3,-17,5,-25v-5,-2,-22,4,-23,-10v6,-1,8,-1,2,-4xm81,-110v-3,-1,-6,2,-1,2xm84,-108v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm121,-105v-1,0,-4,-2,-3,1xm105,-92v-1,-5,-7,-1,-7,2v0,3,2,2,6,2v-2,-2,-2,-4,1,-4xm135,-87v-4,0,-4,0,-2,2xm136,-67v1,-3,-2,-4,-2,-2xm129,-64v-10,-5,-2,5,-5,10v10,1,1,-6,5,-10xm138,-62v-3,0,-5,2,-3,3v2,0,4,0,3,-3xm77,-48v-5,-7,-7,-9,0,-12v-1,3,12,11,0,12xm46,-44v-5,2,-4,5,0,6v3,-1,1,-4,0,-6xm113,-44v-2,0,-2,3,-3,5v4,-2,5,-2,3,-5xm36,-42v-1,0,-3,-1,-3,1v0,2,4,3,8,3v0,-3,-2,-4,-5,-4xm128,-34v-5,1,-5,-7,-1,-7v4,1,4,4,1,7xm29,-30v-1,-7,-4,-11,-10,-2v2,0,7,8,10,2xm58,-36v-9,0,0,4,0,7v3,0,0,-5,0,-7xm104,-36v0,0,-2,0,-2,1v2,2,5,2,2,-1xm50,-24v2,-6,-7,-6,-8,-3v0,4,2,2,8,3xm26,-21v-2,2,-1,3,1,1xm64,-15v-2,0,-4,0,-3,3v2,0,4,0,3,-3xm38,-14r0,3v3,-1,5,-1,0,-3xm41,-5v3,-4,-2,-6,-3,-3v1,1,0,4,3,3xm38,-4v-1,-3,-8,-3,-7,1v2,0,7,1,7,-1","w":150},"4":{"d":"124,-68v-1,2,-10,6,-12,1v1,1,2,2,2,-1v-5,-1,-12,-2,-11,-9v-8,0,-13,5,-2,8r1,4v-32,-3,-75,6,-102,-3v6,-13,-8,-44,4,-54v13,2,15,11,18,7v-3,-2,-1,-5,-9,-7r90,0v1,0,2,2,2,8v4,2,11,0,16,1v0,-5,-16,-4,-11,-9r49,0v-1,3,2,6,3,2v0,-5,8,-1,12,-2v1,11,-2,16,-4,24r4,-6r0,39v-15,-2,-43,4,-50,-3xm118,-91v0,-4,-8,-3,-11,0v3,14,2,-6,11,0xm105,-78v1,-7,-3,-7,-6,-2v0,1,0,1,1,1v0,0,0,-2,1,-2xm99,-109v0,0,-2,-5,-1,-2xm92,-104v1,-5,-4,-1,-7,-1v3,2,-6,6,1,5xm81,-105v2,0,3,-3,0,-2r0,2xm77,-78v2,-2,2,-4,-1,-3v-1,2,-3,4,1,3xm78,-94v0,-2,1,-6,-2,-5v0,2,-1,6,2,5xm74,-83v-5,-5,-7,1,-1,1xm73,-102v1,-2,-3,-5,-3,-3v1,2,2,3,3,3xm62,-99v9,-5,2,-13,-2,-7xm64,-88v0,-1,2,-3,0,-3r0,3xm58,-73v6,1,1,-8,2,-12v-1,4,-6,9,-2,12xm42,-88v4,-7,0,-6,-2,-2xm36,-69v2,0,3,-5,0,-4v0,1,-2,3,0,4xm25,-75v8,3,6,0,2,-4v3,-7,-4,-9,-5,-3v1,3,5,5,3,7xm28,-111v0,-2,-4,-4,-3,0r3,0xm17,-99v-7,-2,-5,8,-4,13v4,-2,0,-11,4,-13xm15,-75v-1,-1,-4,-1,-7,-1v2,2,4,2,7,1xm11,-73v1,1,0,2,2,2xm7,-105v3,-3,0,-8,-4,-5v2,3,3,4,4,5xm105,-233v2,2,8,5,2,6v-2,-1,-2,-3,-2,-6xm66,-151v0,-4,-4,-2,-1,0r1,0xm60,-173v-1,-1,-4,-4,-3,0r3,0xm57,-187v0,3,4,4,3,0r-3,0xm80,-197v-1,0,-4,-1,-4,1v2,0,5,2,4,-1xm75,-197v-1,-3,-3,-5,-6,-5v2,2,2,6,6,5xm92,-198v1,-3,-2,-4,-2,-2xm96,-202v0,0,-9,-1,-5,0r5,0xm105,-209v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm121,-239v-2,4,-16,4,-23,5v7,1,5,12,16,8r0,3v1,-4,17,-6,7,-9r0,-7xm123,-249v-2,-2,-4,0,-5,3v2,4,5,-1,5,-3xm173,-253v-13,16,-15,22,-28,25v1,-2,1,-2,-2,-2v-5,3,-24,11,-9,7v3,6,12,-1,13,1r-8,10v1,-2,-8,-2,-8,-2v-9,4,-23,-7,-33,-5v1,-4,-7,-7,-12,-5v0,-1,2,-2,0,-2r-4,2v1,-5,4,-8,11,-8v-1,-4,6,-14,12,-21r68,0xm1,-128r73,-87v5,1,2,6,6,2v-5,-3,0,-13,4,-9v10,-1,12,5,19,3r-1,2v15,3,30,8,37,5v-1,1,-4,12,-11,10v3,8,-48,55,-60,74r-67,0xm174,-242v1,8,-1,21,-7,9xm165,-231v6,3,1,7,0,8v3,-1,7,-5,9,-3r0,97r-57,0r0,-42xm136,-248v-1,-2,-4,1,-2,1xm145,-241v-1,0,-1,0,-1,1v1,0,3,2,3,0xm161,-219v0,-4,-4,-2,-1,0r1,0xm124,-216v0,-2,-4,-4,-3,-1v1,1,2,3,3,1xm168,-148v-2,0,-3,9,1,8xm117,-60v4,-1,5,2,7,3r0,-3r40,1v-5,1,-9,4,-6,6v2,-2,6,-6,16,-6v3,10,-5,19,-3,21r3,-1v-1,8,3,21,-2,25v1,-6,-4,-5,-7,-7v2,0,12,10,2,11v-2,-1,-5,-5,-6,-3v6,7,5,9,13,4v1,19,-20,1,-31,9v-6,-6,-6,1,-17,0v1,-4,-3,-3,-6,-3v0,2,3,0,2,3v-9,1,-3,-8,-5,-18v6,-5,-3,-10,1,-17r9,2v-5,-1,-5,-7,-9,-8v0,1,1,4,-1,4r0,-23xm174,-242v1,8,-1,21,-7,9xm136,-248v-1,-2,-4,1,-2,1xm145,-241v-1,0,-1,0,-1,1v1,0,3,2,3,0xm161,-219v0,-4,-4,-2,-1,0r1,0xm124,-216v0,-2,-4,-4,-3,-1v1,1,2,3,3,1xm168,-148v-2,0,-3,9,1,8xm163,-217v-3,-3,-7,3,-7,7v2,-1,4,-3,5,-1v0,-3,1,-5,2,-6xm163,-210v-1,1,-4,4,0,3r0,-3xm155,-204v-2,0,-6,-1,-5,2v2,0,6,1,5,-2xm161,-196v1,0,-3,-3,-3,-3v0,1,1,2,3,3xm165,-188v-2,-8,-5,-5,-10,0v4,1,8,3,10,0xm146,-192v-2,1,-3,2,1,2xm133,-186v-2,-1,-5,-2,-4,2v7,2,19,-4,4,-2xm149,-171v-1,2,-7,4,-2,5v1,-1,2,-2,2,-5xm129,-162v1,-4,-2,-2,-4,-1v0,2,2,2,4,1xm133,-158v-5,0,-4,4,-1,7v0,-3,8,6,11,0v-2,-5,-11,2,-10,-7xm170,-151v0,-2,-1,-3,-3,-3v0,2,0,4,3,3xm157,-141v-6,-3,-21,2,-6,5v0,-2,2,-4,6,-5xm132,-134v4,-2,-1,-11,-2,-4xm129,-137v0,-1,-2,-4,-2,-2xm145,-15v1,1,3,5,3,1xm142,-34v-1,-1,-3,-5,-3,-1xm139,-49v0,5,4,5,3,0r-3,0","w":188},"5":{"d":"82,-146v-2,-1,-4,-1,-3,2v2,0,3,-1,3,-2xm139,-211v-2,0,-1,3,0,4r0,-4xm84,-212v-2,0,-1,2,-1,3v2,0,2,-2,1,-3xm127,-216v-3,-1,-5,5,-3,5v2,-1,4,-2,3,-5xm81,-216v-2,-1,-7,2,-2,2xm107,-218v-2,-1,-5,1,-2,2xm82,-218v0,-4,-7,-12,-9,-8v7,-2,4,11,9,8xm141,-232v-1,1,-4,4,0,3r0,-3xm88,-234v-3,-1,-2,2,-2,4v1,-1,2,-2,2,-4xm108,-236v-2,-2,-5,1,-2,2xm78,-243v-4,0,-3,3,0,4v0,-1,2,-3,0,-4xm38,-4v-1,-3,-8,-3,-7,1v2,0,7,1,7,-1xm41,-5v3,-4,-2,-6,-3,-3v1,1,0,4,3,3xm38,-14r0,3v3,-1,5,-1,0,-3xm64,-15v-2,0,-4,0,-3,3v2,0,4,0,3,-3xm26,-21v-2,2,-1,3,1,1xm50,-24v2,-6,-7,-6,-8,-3v0,4,2,2,8,3xm104,-36v0,0,-2,0,-2,1v2,2,5,2,2,-1xm58,-36v-9,0,0,4,0,7v3,0,0,-5,0,-7xm29,-30v-1,-7,-4,-11,-10,-2v2,0,7,8,10,2xm36,-42v-1,0,-3,-1,-3,1v0,2,4,3,8,3v0,-3,-2,-4,-5,-4xm113,-44v-2,0,-2,3,-3,5v4,-2,5,-2,3,-5xm46,-44v-5,2,-4,5,0,6v3,-1,1,-4,0,-6xm138,-62v-3,0,-5,2,-3,3v2,0,4,0,3,-3xm129,-64v-10,-5,-2,5,-5,10v10,1,1,-6,5,-10xm136,-67v1,-3,-2,-4,-2,-2xm135,-87v-4,0,-4,0,-2,2xm105,-92v-1,-5,-7,-1,-7,2v0,3,2,2,6,2v-2,-2,-2,-4,1,-4xm121,-105v-1,0,-4,-2,-3,1xm84,-108v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm81,-110v-3,-1,-6,2,-1,2xm36,-117r5,0v-2,-2,-4,-2,-5,0xm108,-126v-11,7,-10,15,-2,20v1,-11,13,-3,18,-1v-3,8,-9,10,-3,16v-3,1,-10,2,-8,10v-19,0,-2,21,-18,21v3,8,4,10,14,14v1,-4,1,-10,7,-7v-5,-4,-13,-2,-8,-10v8,2,19,-4,6,-3v-8,-3,-5,-17,5,-14v0,3,-2,7,2,6v1,-4,1,-7,0,-11v2,2,3,0,3,-2v8,-9,3,-17,5,-25v-5,-2,-22,4,-23,-10v6,-1,8,-1,2,-4xm59,-126v-3,2,4,4,4,4v0,-1,-1,-3,-4,-4xm79,-132v-3,1,-1,6,2,6xm88,-135v0,1,-3,2,-1,2xm60,-139v-4,-3,-9,3,-2,2xm77,-48v-5,-7,-7,-9,0,-12v-1,3,12,11,0,12xm58,-147v0,0,-2,-8,-5,-4v3,1,5,2,5,4xm30,-159v4,9,11,-5,17,-1v2,-7,6,-2,8,-7v-7,1,-6,-8,-1,-10v8,0,0,14,3,20v15,1,34,5,37,15v4,2,18,13,22,19v8,0,28,25,22,42v8,12,-4,30,-3,35v-12,4,-13,-6,-19,-2v-3,5,13,4,4,10v-4,0,-7,0,-6,4v2,0,5,2,10,7v-18,19,-16,12,-36,23v-3,-2,-11,-6,-8,-11v-4,1,-8,-3,-8,-1v4,5,6,9,7,14v-11,2,-18,2,-22,-9v2,17,-39,12,-57,9v1,-14,-3,-35,2,-45v13,1,30,-2,40,2r-1,-1v11,-2,20,-2,31,-8v0,8,3,14,15,14v1,-4,-7,-9,0,-13v1,4,3,4,3,-1v-20,-3,-1,-31,-12,-43v2,1,5,1,4,-2v-10,-11,-50,-10,-82,-13v2,-21,-4,-49,2,-66v-1,5,3,7,3,2v-6,-4,-5,-21,-5,-32v2,0,6,2,7,0v-7,0,-8,-5,-7,-13v4,-1,-3,-21,0,-32v4,3,17,-4,23,2v-9,0,-16,3,-10,12v6,-8,11,-16,24,-14v-2,6,5,11,0,14v0,-4,-6,-8,-8,-5v4,2,7,6,3,8v-5,-4,-5,4,-8,8v5,5,19,3,13,11v3,-1,8,1,9,-1v-2,0,-2,0,-2,-2v2,-1,4,-1,3,3v-3,-1,-2,2,-2,4v2,3,-5,10,-8,5v1,-2,2,-8,-2,-8v1,3,-1,5,-3,2v1,-1,2,-2,-1,-2v-2,1,-6,0,-5,4v9,-4,10,21,17,8v1,1,3,1,5,1v-4,-7,-1,-12,9,-14v-1,8,1,14,-2,16r0,-2v-6,-2,-8,7,-6,2v6,1,9,7,4,9r-6,0v0,-2,2,-6,0,-6v-4,17,9,16,1,24v-8,1,-11,-7,-15,-1v7,3,0,10,3,17xm51,-253v-1,2,-1,4,2,3v1,-3,0,-3,4,-3v1,5,0,24,-3,11v-4,1,0,7,-8,8v11,0,6,8,2,11v0,0,-7,-15,-7,-4v2,0,3,0,3,1v-5,3,-14,-2,-8,-6v13,0,0,-20,11,-12v6,-3,-6,-11,4,-9xm57,-229v1,5,-1,14,-3,4v1,-3,1,-8,3,-4xm141,-206v-24,-2,-54,3,-74,-2v1,-14,-3,-34,2,-45v11,1,25,-3,22,7v2,0,3,-2,3,-7v13,-1,28,1,33,4v-1,-1,-1,-2,-1,-4r15,0r0,47xm128,-34v-5,1,-5,-7,-1,-7v4,1,4,4,1,7","w":153},"6":{"d":"163,-139v19,31,24,82,-2,108v3,9,-13,3,-8,12v-10,10,-30,17,-60,19r1,-48v37,-6,34,-68,-1,-70r0,-48v32,-1,56,14,70,27xm157,-148v1,-4,10,-3,6,1v-3,1,-1,-3,-3,-3v1,2,-1,2,-3,2xm126,-109v1,6,2,5,3,0r-3,0xm144,-102v1,1,2,3,2,0r-2,0xm155,-82v-1,0,-3,-1,-3,1v4,-2,6,4,6,0xm83,-205v-40,5,-26,77,-26,121v0,18,9,30,26,36r0,48v-29,-4,-55,-7,-57,-25v-3,2,-5,1,-9,-3v0,-2,2,-5,-1,-4v-26,-29,-12,-90,-16,-141v-1,-19,10,-37,15,-53v14,-12,37,-29,68,-27r0,48xm14,-234v-1,-8,11,-3,5,-1v0,0,0,-2,-1,-2v0,3,-1,3,-4,3xm27,-159v1,3,6,7,2,9v6,1,4,-6,6,-9r-8,0xm35,-189v-2,0,-4,0,-2,2xm27,-80v0,-4,-6,-1,-7,0v0,0,0,2,1,2v-1,-3,4,-2,6,-2","w":191},"7":{"d":"50,-253v0,1,-2,3,0,3v1,-2,10,-6,12,-1v-1,-1,-2,-2,-2,1v5,1,12,2,11,9v8,1,14,-5,2,-8r-1,-4v32,3,76,-6,102,3v-6,13,8,44,-4,54v-14,-2,-13,-12,-18,-7v5,0,0,5,9,7r-90,0v-1,-9,-8,-9,-18,-9v1,4,17,4,12,9r-50,0v1,-3,-1,-5,-3,-2r1,2r-13,0v-2,-12,2,-16,5,-24r-5,6r0,-39r50,0xm5,-250v1,0,1,-1,1,-2xm56,-237v4,-6,-12,-7,-1,-1xm51,-237v-3,7,3,12,3,3xm57,-227v0,4,8,3,11,0v-1,-4,-1,-6,-4,-6v3,6,-2,8,-7,6xm69,-240v-1,7,3,7,6,2v0,-1,0,-1,-1,-1v0,0,0,2,-1,2xm74,-209v0,1,2,4,2,2v-1,-1,0,-2,-2,-2xm82,-214v-1,5,4,1,7,1v-3,-2,6,-6,-1,-5xm94,-213v-2,0,-4,3,0,2r0,-2xm97,-240v-2,2,-2,4,1,3v1,-2,3,-4,-1,-3xm96,-224v0,2,-1,6,2,5v0,-2,1,-6,-2,-5xm100,-235v5,5,7,-1,1,-1xm102,-216v-1,2,2,5,2,3v-1,-2,-1,-3,-2,-3xm112,-219v-9,5,-2,13,2,7xm111,-230v-1,1,-3,3,0,3r0,-3xm116,-245v-6,-1,-1,8,-2,12v1,0,4,-4,4,-10xm132,-230v-4,7,0,6,2,2xm136,-246v2,3,3,-3,3,-3v-3,-1,-2,2,-3,3xm142,-242v9,-3,2,17,10,6v-3,-6,-6,-11,-10,-6xm147,-207v0,2,1,3,2,3v0,-2,0,-4,-2,-3xm157,-219v8,2,7,-8,4,-13v-4,2,0,11,-4,13xm159,-243v1,1,4,1,7,1v-2,-2,-4,-2,-7,-1xm161,-247r3,2xm167,-213v-3,3,0,8,4,5v-1,-3,-3,-4,-4,-5xm63,0r-64,0r111,-189r63,0xm56,-51v-1,-2,-5,1,-3,1xm49,-38v-1,0,-1,0,-1,1v3,0,1,-1,1,-1xm34,-12r14,4v-1,-3,-1,-5,1,-7v-7,-1,-11,1,-15,3xm59,-61v2,0,5,2,5,0r-5,0xm97,-78v-1,-1,-4,-3,-3,0v1,1,2,1,3,0xm131,-155v-2,-1,-15,2,-10,4v6,-2,9,-3,10,-4xm92,-136v-2,0,-2,0,-2,2v2,1,2,1,2,-2xm98,-132v-2,-1,-2,1,-2,3v3,1,4,-1,2,-3xm112,-133r10,5v-2,-6,-6,-12,-10,-5xm125,-176v-1,-4,-10,-3,-11,0v4,1,8,3,11,0xm102,-115v-1,-1,-11,-4,-5,-8v-12,-3,4,9,-11,7v-1,2,-3,5,1,5v4,-2,5,1,7,3v-1,-5,2,-8,8,-7xm123,-115v-3,2,-8,1,-10,5v5,1,2,-3,10,-3r0,-2xm124,-108v-1,1,-4,0,-4,2v3,0,4,-1,4,-2xm101,-107v-3,1,-4,5,0,2r0,-2xm115,-101v-2,-2,-3,-3,-7,-3v0,1,2,2,7,3xm105,-101v-13,0,-12,4,-5,6v0,-2,2,-4,5,-6xm117,-99v-1,0,-3,-1,-3,1r4,0xm149,-171v-6,-5,-18,2,-8,4v-1,-3,4,-5,8,-4xm108,-149v-6,1,-11,4,-8,6v-1,-4,9,-1,8,-6xm134,-160v-2,0,-6,1,-2,1xm116,-144v-4,-1,-7,3,-1,2xm137,-151v-4,1,-3,3,0,1r0,-1xm131,-149v-3,-1,-7,3,-2,2xm80,-86v-1,1,-7,3,-3,3v0,-2,4,0,3,-3xm79,-98v3,-3,-2,-8,-3,-6v6,4,-6,7,3,6xm69,-83v-2,-1,-5,1,-1,1xm73,-76v2,0,5,2,5,0r-5,0xm68,-74v-3,0,-6,1,-3,3v2,0,4,0,3,-3xm88,-92v-2,0,-4,0,-3,2v2,0,4,0,3,-2","w":186},"8":{"d":"97,-232v0,-10,1,-10,0,-20v49,0,77,19,81,63v-6,0,0,0,0,4v-1,13,-5,21,-6,11v-11,5,-4,-10,-13,-7v-1,-2,0,-5,-3,-4v0,10,9,11,7,24r-6,-1v3,3,6,6,-2,5v4,12,-6,25,-13,15v-3,0,-8,-2,-7,3v5,1,23,9,25,16v10,1,22,20,24,40v-7,1,3,6,1,9v-2,22,-5,18,-6,28v-11,4,-14,-6,-19,-2v-3,5,11,5,3,10v-4,0,-6,0,-6,4v2,0,6,2,11,7v-18,19,-16,12,-37,23v-1,-2,-12,-6,-8,-11v-3,1,-7,-3,-7,-1v4,5,6,9,6,14v-11,2,-17,2,-21,-9v0,4,1,7,-4,6r0,-42v5,-1,23,-14,20,1v4,0,4,8,13,6v-1,-4,-4,-10,0,-13v3,0,3,7,4,-1v-22,-3,0,-31,-13,-43v2,1,6,2,5,-2v-15,-1,-7,-10,-29,-10r0,-42v4,1,4,3,6,4v0,-6,-6,-5,-6,-10v22,2,29,-24,22,-39v1,1,1,3,-1,3v-5,-7,-12,-10,-21,-11v2,-10,-6,-30,8,-28v-1,-2,-6,0,-8,0xm116,-237v-2,-3,-4,-1,-5,2v3,1,2,-2,5,-2xm129,-226v-1,-7,-4,-3,-1,0r1,0xm124,-221v-4,0,-7,-1,-7,3v2,-1,8,1,7,-3xm136,-210v0,-4,-4,-6,-3,0r3,0xm129,-207v0,-4,-9,-5,-9,-4v2,8,1,8,9,4xm100,-211v-3,1,-3,1,-1,3v3,1,1,-2,1,-3xm146,-208v2,2,5,10,7,6v-2,-4,-4,-6,-7,-6xm171,-207v-2,0,-6,-1,-5,2v2,0,6,1,5,-2xm125,-202v-2,2,1,5,3,4v1,-3,-2,-3,-3,-4xm142,-198v5,2,-3,8,0,10r11,-2v-3,-6,-7,-8,-11,-8xm156,-198v1,0,2,3,2,1xm128,-197v0,3,-3,10,3,8v2,-4,3,-8,-3,-8xm157,-190v-2,0,-1,3,-1,4v2,0,1,-3,1,-4xm167,-189v-2,0,-2,2,-2,4v3,1,2,-2,2,-4xm127,-178v-1,-2,-5,-1,-4,2xm139,-178v-4,-1,-7,2,-3,4v1,0,2,-2,3,-4xm148,-176v-3,1,-5,5,-1,5xm164,-167v0,-2,3,-4,2,0r-2,0xm168,-164v-1,-4,1,-5,5,-3v1,5,-5,8,-5,3xm115,-156v2,-1,-2,-7,-1,-2xm163,-151v1,-7,3,-12,7,-7xm133,-158v-4,0,-6,3,-3,5v7,1,9,-3,16,0v0,-2,-4,-4,-13,-5xm126,-146v-2,-2,-7,1,-2,2xm104,-139v-4,-3,-9,3,-2,2xm130,-133v0,-1,3,-2,1,-2xm122,-132v-2,2,0,7,3,6xm107,-122v0,0,-6,-7,-5,-2xm139,-62v1,3,3,6,0,8v10,0,2,7,14,8v1,-4,1,-10,7,-7v-5,-4,-13,-2,-8,-10v7,2,19,-4,6,-3v-7,-3,-6,-17,5,-14v-2,5,2,8,2,1r-1,-6v2,1,4,0,4,-2v5,-9,7,-20,2,-25v-5,-3,-20,4,-20,-10v9,-1,10,0,2,-4v-10,7,-9,10,-5,20v4,-5,17,-9,21,1v-12,7,3,15,-12,17v1,12,-16,6,-9,25xm125,-110v-2,-1,-7,2,-2,2xm128,-108v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm164,-105v-1,-1,-2,-2,-2,1xm149,-92v-1,-5,-7,-1,-7,2v1,2,1,2,5,2v-1,-2,-1,-4,2,-4xm179,-87v-4,0,-4,0,-2,2xm180,-67v1,-3,-2,-4,-2,-2xm172,-64v-11,-4,-1,5,-4,10v8,1,2,-5,4,-10xm181,-62v-3,0,-4,4,0,3r0,-3xm121,-48v-5,-7,-7,-9,0,-12v0,3,11,11,0,12xm156,-44r-2,5v5,-2,5,-3,2,-5xm172,-34v-5,1,-5,-7,-1,-7v4,1,4,4,1,7xm102,-29v4,-5,-5,-11,-5,-3v3,0,5,1,5,3xm148,-33v0,-5,-3,-3,-1,0r1,0xm108,-15v-2,0,-4,0,-3,3v2,0,4,0,3,-3xm88,-252v-2,9,1,9,-1,20v-2,0,-6,-2,-7,0v13,-1,7,17,8,28v-11,-2,-18,12,-23,9r1,-1v-8,13,-2,43,22,39r0,4v-3,-3,-6,4,-6,6v2,-1,1,-3,6,-4r0,42v-12,-1,-14,6,-20,4v1,7,-8,3,-9,9r4,-1v-11,14,9,40,-13,43v0,10,8,-6,7,8v0,3,-4,2,-3,6v11,-1,15,-4,14,-14r20,7r0,42v-6,2,-3,-4,-5,-6v-1,11,-10,10,-21,9v0,-5,4,-9,6,-15v-1,2,-4,2,-7,2v1,2,0,4,0,6v-4,-2,-6,7,-8,5v-21,-11,-18,-4,-36,-23v5,-7,13,-5,8,-11v-4,0,-8,0,-7,-5v9,-1,8,-6,1,-7v1,3,2,5,-3,5v-6,0,-15,-2,-10,-8v-3,0,-6,-7,-6,-21v0,-21,13,-50,25,-49v0,-10,25,-12,25,-19v-9,0,-12,7,-20,0v4,-5,-3,-8,0,-15v-8,2,-3,-3,-4,-5v-5,3,-5,-2,-5,-7v4,-8,7,-10,7,-16v-8,2,-6,14,-16,11r-1,5v-2,0,-3,-5,-4,-16v-1,-40,31,-70,81,-67xm74,-235v-1,-4,-4,-4,-6,-2v3,0,2,3,6,2xm59,-230v-3,-1,-4,3,-2,4xm68,-218v0,-4,-5,-2,-8,-3v-1,4,5,1,8,3xm51,-214v0,1,-4,5,0,4r0,-4xm65,-211v-10,-1,-9,5,-3,8xm87,-210v0,0,-4,2,-2,2xm40,-207v-3,-3,-8,1,-8,6v3,2,5,-8,8,-6xm18,-207v-2,0,-5,-1,-4,2v2,0,5,1,4,-2xm60,-201v-1,-2,-1,0,-3,0v0,1,-1,3,1,3v1,0,1,-1,2,-3xm32,-190r11,2v-1,-4,-4,-8,0,-10v-5,0,-8,2,-11,8xm28,-198v-1,1,-2,0,-2,2xm57,-189v3,-3,-1,-11,-6,-7v1,3,0,8,6,7xm29,-190v-3,-1,-2,2,-2,4v2,0,1,-3,2,-4xm17,-189v-1,3,2,6,2,1xm61,-176v1,-2,-3,-4,-3,-2xm46,-178v1,4,5,6,4,0r-4,0xm36,-176v1,4,3,7,4,2xm18,-170v1,1,4,4,0,3r0,-3xm11,-167v6,-4,8,5,4,6v-3,-1,-4,-3,-4,-6xm71,-160v-3,-1,-4,4,-2,4v1,-1,2,-2,2,-4xm18,-161v-1,2,7,7,3,10v-2,-3,-9,-7,-3,-10xm57,-155v-4,-8,-31,5,-9,0v0,3,7,3,9,0xm62,-147v-2,0,-4,1,-2,3v2,1,2,-1,2,-3xm85,-140v-3,0,-5,1,-2,3v3,1,3,-1,2,-3xm55,-133r-3,-2xm62,-132v0,2,-4,5,-2,6v3,0,5,-5,2,-6xm83,-126v-3,0,-7,4,-5,4v2,-2,5,-1,5,-4xm22,-67v-7,8,19,0,11,11v-2,-2,-5,2,-8,3v7,-2,5,1,7,7v12,-3,13,-10,13,-16v-17,5,4,-22,-17,-19v4,-9,-13,-8,-5,-14v1,-4,-11,-12,-1,-14v1,-2,13,-6,12,3v9,-3,9,-14,-1,-20v-4,2,-5,4,1,4v4,18,-26,1,-20,15r-4,6r1,-1v5,3,-1,17,9,17v-4,6,4,16,2,5v11,-3,12,13,4,14xm59,-110v0,1,5,4,5,0r-5,0xm59,-108v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm23,-106v-3,1,-3,1,0,2r0,-2xm41,-94v-10,-1,0,2,-4,6r6,0xm9,-87v-3,0,-3,1,-1,2xm7,-69v-1,-3,-2,2,-2,2xm17,-54v2,-7,-4,-16,-3,-8v-1,6,-4,7,3,8xm7,-60v-1,-2,-5,-4,-4,1v2,0,3,0,4,-1xm64,-60v6,2,4,6,0,12v-12,-1,1,-9,0,-12xm31,-39v0,-4,-2,-6,-5,-3v0,1,2,2,5,3xm9,-38v1,-4,10,-4,8,2v-2,4,-6,1,-8,-2xm86,-36v-4,-1,-5,5,-3,7v0,-3,6,-3,3,-7xm39,-35v0,-2,-2,0,-3,0v0,0,0,2,1,2xm80,-15v-3,0,-5,0,-4,3v3,0,5,0,4,-3","w":193},"9":{"d":"85,-87v-78,7,-108,-85,-67,-135v-4,-10,13,-3,8,-12v10,-10,30,-17,60,-19r0,44v-3,-1,-3,1,-2,4v-37,6,-33,69,1,70r0,48xm21,-105v-1,4,-7,3,-7,-1v4,-1,3,3,7,1xm49,-144v5,1,4,-2,3,-5v-3,0,0,4,-3,5xm32,-152v2,2,3,0,1,-1xm23,-171v2,0,5,1,4,-2v-4,2,-7,-4,-7,0xm95,-48v40,-5,26,-77,26,-121v0,-18,-8,-30,-26,-36r0,-48v30,4,55,7,58,24v37,18,26,95,26,149v0,48,-31,80,-84,80r0,-48xm164,-19v1,8,-12,0,-4,1v2,6,2,-2,4,-1xm152,-95v-5,-2,0,-9,-6,-8r-2,8r8,0xm146,-66v-2,1,-1,3,0,1r0,-1xm152,-173v0,4,5,1,6,0v0,0,0,-2,-1,-2v1,3,-3,2,-5,2","w":189},":":{"d":"0,-46v18,2,43,-4,57,2v-6,5,5,19,-1,30v0,-7,-4,-5,-8,-7v2,0,14,10,2,11v-2,-1,-4,-5,-5,-3v3,2,3,6,4,8v6,0,4,-4,8,-4v2,13,-8,7,-18,9v-4,-7,-13,4,-19,-4v2,7,-7,3,-11,4v1,-4,-2,-3,-5,-3v1,2,1,4,-2,3v-1,-11,-1,-26,0,-35r9,2v-5,-1,-5,-6,-9,-8v0,2,1,5,-2,4r0,-9xm22,-46v-1,0,-5,5,-1,4xm17,-42v-3,-1,-7,3,-2,2xm27,-26v-1,1,-8,4,-3,4v-1,-3,4,-1,3,-4xm35,-17v3,-3,-2,-11,-3,-8v6,5,-6,9,3,8xm18,-22v-1,0,-5,0,-2,1xm21,-13v0,1,4,2,4,0r-4,0xm16,-10v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm43,-8v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm0,-180v18,2,43,-4,57,2v-6,5,5,19,-1,30v1,-6,-6,-7,-8,-6v0,0,13,9,2,10v-2,-1,-4,-5,-5,-3v3,2,3,6,4,8v6,1,4,-4,8,-4v1,18,-18,3,-31,9v-5,-6,-20,4,-26,-2v5,-5,-4,-16,4,-21v-1,-3,-8,-7,-2,-12r9,2v-5,-1,-5,-6,-9,-8v0,2,1,5,-2,4r0,-9xm22,-179v-1,0,-5,4,-1,3xm17,-176v-3,-1,-7,3,-2,2xm27,-160v-1,1,-8,4,-3,4v-1,-2,4,-1,3,-4xm35,-151v3,-3,-2,-11,-3,-8v6,4,-6,9,3,8xm18,-156v-2,-1,-5,1,-2,2xm21,-147v0,2,2,2,4,2v1,-3,-2,-2,-4,-2xm16,-144v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm43,-142v-2,0,-4,0,-3,2v2,0,4,0,3,-2","w":70},";":{"d":"0,-180v18,2,43,-4,57,2v-6,5,5,19,-1,30v1,-6,-6,-7,-8,-6v0,0,13,9,2,10v-2,-1,-4,-5,-5,-3v3,2,3,6,4,8v6,1,4,-4,8,-4v1,18,-18,3,-31,9v-5,-6,-20,4,-26,-2v5,-5,-4,-16,4,-21v-1,-3,-8,-7,-2,-12r9,2v-5,-1,-5,-6,-9,-8v0,2,1,5,-2,4r0,-9xm22,-179v-1,0,-5,4,-1,3xm17,-176v-3,-1,-7,3,-2,2xm27,-160v-1,1,-8,4,-3,4v-1,-2,4,-1,3,-4xm35,-151v3,-3,-2,-11,-3,-8v6,4,-6,9,3,8xm18,-156v-2,-1,-5,1,-2,2xm21,-147v0,2,2,2,4,2v1,-3,-2,-2,-4,-2xm16,-144v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm43,-142v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm57,-50v0,8,-19,7,-8,15v2,-1,5,-7,8,-4v-1,17,3,40,-3,52v5,6,6,40,-1,41v0,-2,2,-5,-1,-5v-2,5,-1,6,1,10r-19,0v-1,-8,6,-8,5,-16v3,1,2,-3,2,-5v3,1,7,-3,4,-4v-21,5,-6,12,-11,24v-11,0,-23,2,-33,0r-1,-88v12,-5,-6,-13,2,-19v-1,6,8,9,13,6v-1,-1,-1,-3,0,-5v-4,1,-11,2,-12,-3v12,1,28,-2,38,1v1,3,-5,1,-8,4v11,5,14,-5,24,-4xm54,-18v0,-2,-2,-2,-3,-3v1,1,0,4,3,3xm54,-14v0,-2,-1,-3,-3,-3v1,1,0,4,3,3xm50,18v-3,7,0,7,-6,15v3,0,11,-10,6,-15xm46,-18v-1,0,-5,0,-2,1xm44,-34v-2,-3,-8,1,-9,3v3,1,7,6,9,4v-4,-1,-5,-6,0,-7xm37,8v0,2,-1,5,2,4v-2,-1,2,-5,-2,-4xm35,-17v0,-1,3,-4,1,-4v-3,0,-4,2,-1,4xm33,30v3,-2,2,-7,-2,-4v0,2,1,3,2,4xm21,-35v3,6,17,-6,10,-5v-1,3,-3,5,-10,5xm28,27v0,-2,-3,-1,-4,-1v0,2,3,1,4,1xm26,45v1,-4,-4,-1,-5,-1v2,2,3,4,5,1xm22,-19v2,-4,-2,-11,-7,-5v2,3,2,8,7,5xm23,17v0,-3,-1,-5,-5,-4v-2,4,2,4,5,4xm20,-35v0,-2,-2,-7,-3,-5v1,2,0,6,3,5xm9,26v2,4,13,-3,8,-2xm6,4v2,-1,3,-5,-1,-4xm8,27v0,-3,-2,-3,-6,-3v2,1,2,4,6,3","w":70},"\u037e":{"d":"0,-180v18,2,43,-4,57,2v-6,5,5,19,-1,30v1,-6,-6,-7,-8,-6v0,0,13,9,2,10v-2,-1,-4,-5,-5,-3v3,2,3,6,4,8v6,1,4,-4,8,-4v1,18,-18,3,-31,9v-5,-6,-20,4,-26,-2v5,-5,-4,-16,4,-21v-1,-3,-8,-7,-2,-12r9,2v-5,-1,-5,-6,-9,-8v0,2,1,5,-2,4r0,-9xm22,-179v-1,0,-5,4,-1,3xm17,-176v-3,-1,-7,3,-2,2xm27,-160v-1,1,-8,4,-3,4v-1,-2,4,-1,3,-4xm35,-151v3,-3,-2,-11,-3,-8v6,4,-6,9,3,8xm18,-156v-2,-1,-5,1,-2,2xm21,-147v0,2,2,2,4,2v1,-3,-2,-2,-4,-2xm16,-144v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm43,-142v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm57,-50v0,8,-19,7,-8,15v2,-1,5,-7,8,-4v-1,17,3,40,-3,52v5,6,6,40,-1,41v0,-2,2,-5,-1,-5v-2,5,-1,6,1,10r-19,0v-1,-8,6,-8,5,-16v3,1,2,-3,2,-5v3,1,7,-3,4,-4v-21,5,-6,12,-11,24v-11,0,-23,2,-33,0r-1,-88v12,-5,-6,-13,2,-19v-1,6,8,9,13,6v-1,-1,-1,-3,0,-5v-4,1,-11,2,-12,-3v12,1,28,-2,38,1v1,3,-5,1,-8,4v11,5,14,-5,24,-4xm54,-18v0,-2,-2,-2,-3,-3v1,1,0,4,3,3xm54,-14v0,-2,-1,-3,-3,-3v1,1,0,4,3,3xm50,18v-3,7,0,7,-6,15v3,0,11,-10,6,-15xm46,-18v-1,0,-5,0,-2,1xm44,-34v-2,-3,-8,1,-9,3v3,1,7,6,9,4v-4,-1,-5,-6,0,-7xm37,8v0,2,-1,5,2,4v-2,-1,2,-5,-2,-4xm35,-17v0,-1,3,-4,1,-4v-3,0,-4,2,-1,4xm33,30v3,-2,2,-7,-2,-4v0,2,1,3,2,4xm21,-35v3,6,17,-6,10,-5v-1,3,-3,5,-10,5xm28,27v0,-2,-3,-1,-4,-1v0,2,3,1,4,1xm26,45v1,-4,-4,-1,-5,-1v2,2,3,4,5,1xm22,-19v2,-4,-2,-11,-7,-5v2,3,2,8,7,5xm23,17v0,-3,-1,-5,-5,-4v-2,4,2,4,5,4xm20,-35v0,-2,-2,-7,-3,-5v1,2,0,6,3,5xm9,26v2,4,13,-3,8,-2xm6,4v2,-1,3,-5,-1,-4xm8,27v0,-3,-2,-3,-6,-3v2,1,2,4,6,3","w":70},"<":{"d":"142,-179v0,0,-1,5,0,1r0,-1xm155,-182v0,1,1,3,1,1xm181,-191v-3,1,-3,6,-3,10v9,1,5,-4,3,-10xm131,-175v0,1,0,5,1,2xm113,-153r1,3xm73,-129r-73,0r0,-13r187,-68r0,40xm54,-155v0,2,2,1,3,1xm61,-149v0,-4,-3,-2,-1,0r1,0xm33,-132v-2,-4,-6,-9,-9,-3v5,-1,4,4,9,3xm76,-147v-2,-7,10,-4,2,-12v-7,0,-1,10,-12,5v1,4,7,4,10,7xm52,-138v-4,-1,-4,6,-4,7v1,-5,4,-3,4,-7xm54,-130r1,-3xm86,-150v-3,1,-1,4,0,2r0,-2xm57,-141v0,3,2,2,4,4v-1,-3,-2,-4,-4,-4xm91,-145v3,-3,7,-4,1,-7v0,0,-1,2,-1,7xm64,-137v-2,0,0,2,0,3r0,-3xm46,-149v0,0,-8,7,-2,6v-1,-3,4,-6,2,-6xm19,-139v-4,0,-4,4,0,2r0,-2xm108,-165v0,1,-3,4,-1,4xm86,-164v0,2,4,4,7,2v1,-5,-3,1,-7,-2xm110,-170v-4,0,-2,3,0,1r0,-1xm115,-166v-1,2,1,5,1,1xm119,-172v0,1,-2,4,1,3v1,-1,1,-3,-1,-3xm99,-158v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm52,-110v2,-1,-1,-4,-1,-2xm37,-114v4,0,1,-3,0,-1r0,1xm8,-116v5,1,9,1,6,-5r58,0r114,42r0,40r-186,-68r0,-14r10,0xm62,-109v0,1,-2,3,0,3r0,-3xm79,-85v2,1,3,-2,1,-2xm159,-63v-3,-2,-2,-10,-4,-6v1,4,2,6,4,6xm139,-88v0,-2,-3,0,-3,0r3,0xm132,-83v0,0,2,-3,0,-2r0,2xm140,-72v-2,-3,-7,-2,-9,3v5,1,4,-4,9,-3xm179,-67v4,-1,4,-5,1,-6v0,1,-3,4,-1,6xm125,-84v0,-3,3,-1,2,-4v-4,-1,-4,2,-8,2v2,-5,-4,-10,-6,-5v-2,11,9,6,12,7xm116,-68v0,0,-3,-10,-4,-4v2,0,3,1,4,4xm110,-67v-1,-1,0,-3,-2,-3v1,2,1,3,2,3xm109,-82v-1,-2,-2,-3,-2,1xm107,-76v0,0,0,-2,-1,-2v0,0,-6,5,-2,5v0,-2,2,-2,3,-3xm102,-79v0,-10,-3,-8,-5,-3v2,0,4,1,5,3xm101,-72v0,0,0,-2,-1,-2r0,3xm174,-51v6,-3,0,-11,-3,-6v3,0,3,3,3,6xm152,-77v-1,-4,-3,-6,-6,-6v3,0,1,7,6,6xm163,-61v0,-1,-1,-3,-1,-1xm148,-73v1,-3,-2,-2,-4,-2v-1,3,2,2,4,2xm154,-59v-2,0,0,-3,-2,-2v0,2,0,2,2,2xm152,-63v1,-2,-3,-4,-2,-1xm86,-95v0,0,-2,-7,-1,-2v0,0,1,0,1,2xm100,-96v4,3,11,-4,3,-1v-2,-1,-4,-3,-3,1xm85,-102v0,0,-2,-3,-2,-1xm78,-100v0,1,-2,3,0,3r0,-3xm75,-103v0,-2,-1,-4,-3,-2v0,1,1,2,3,2xm94,-90v0,-2,0,-2,-2,-2v0,2,0,2,2,2","w":197},"=":{"d":"0,-182v-1,-11,19,-6,25,-4v-1,1,-4,3,-1,4v2,0,3,-2,3,-6v12,0,26,-2,33,4v-1,-1,-1,-2,-1,-4r22,0r0,3v1,-2,4,2,4,-1r-1,-2v11,1,27,-3,34,2v-1,14,3,34,-2,44r-116,-1v-1,-12,2,-33,0,-39xm11,-178v-3,0,-4,3,0,3v1,-1,1,-2,0,-3xm83,-175v-1,4,-8,0,-8,6v6,1,7,-2,8,-6xm41,-171v-2,-2,-4,-2,-3,2xm21,-169v-2,-1,-2,1,-2,3v1,0,2,-1,2,-3xm74,-167v-1,1,-3,2,0,2r0,-2xm15,-153v0,-4,-7,-12,-9,-8v7,-2,4,11,9,8xm40,-153v-2,-1,-5,1,-2,2xm14,-151v-2,-1,-7,2,-2,2xm60,-151v-3,-1,-5,5,-3,5v1,-2,3,-2,3,-5xm17,-148v-2,0,-1,3,-1,4v2,0,2,-3,1,-4xm72,-146v-2,0,-1,3,0,4r0,-4xm0,-118v0,-9,20,-5,25,-3v-2,0,-3,4,-1,4v2,0,3,-2,3,-6v12,-1,28,0,33,3r-1,-3v10,0,18,0,26,2r-1,-2v11,1,27,-3,34,2v-1,14,3,34,-2,44v-25,-2,-57,3,-78,-2v-8,4,-29,4,-38,0v-1,-12,2,-33,0,-39xm8,-112v2,1,3,3,4,0v-1,-1,-3,-1,-4,0xm83,-110v-3,-1,-13,8,-2,6xm41,-106v-2,-2,-4,-2,-3,2xm21,-103v-1,-3,-2,2,-2,2xm74,-103v-1,1,-4,4,0,3r0,-3xm7,-98v0,2,6,11,8,9v-1,-4,-4,-7,-8,-9xm40,-88v-1,0,-5,0,-2,1xm14,-87v-2,-1,-7,2,-2,2xm60,-87v-3,-1,-5,6,-3,6v1,-2,4,-2,3,-6xm17,-83v-2,0,-1,3,-1,4v2,0,2,-3,1,-4xm72,-81v-2,0,0,3,0,3r0,-3","w":131},">":{"d":"45,-176v3,-1,1,-4,0,-2r0,2xm31,-180v3,0,1,-4,0,-1r0,1xm6,-191v-3,2,-6,11,0,9r2,1v0,-4,-1,-7,-2,-10xm54,-172v4,0,2,-4,0,-1r0,1xm73,-150v1,-1,3,-4,0,-3v-1,1,-1,2,0,3xm113,-129r-113,-41r0,-40r187,68r0,13r-74,0xm132,-154v0,-2,-2,0,-3,0r3,0xm128,-150v0,-2,-2,-1,-3,-1v-1,3,2,2,3,1xm154,-132v6,-1,10,-4,4,-7xm111,-147v2,-4,9,-3,9,-7v-9,5,-6,-6,-13,-4v1,4,-2,4,-3,6v3,1,8,0,7,5xm139,-131v0,0,-4,-10,-4,-5v1,0,3,2,4,5xm133,-130v-1,-1,0,-3,-2,-3v0,2,1,3,2,3xm103,-148v-2,-2,-4,-2,-2,1xm125,-137v3,0,3,-2,4,-4v-1,0,-2,1,-4,4xm96,-145v0,-9,-3,-7,-5,-3v2,0,4,1,5,3xm124,-135v-1,-1,-1,-3,-1,0r1,0xm146,-143v-2,-4,-4,-6,-6,-6v3,1,1,7,6,6xm170,-136v0,0,-4,-5,-3,-1xm81,-161v-1,-3,-4,-6,-2,0r2,0xm100,-164v-3,4,-7,-3,-6,2v2,2,6,0,6,-2xm78,-168v0,-1,-1,-3,-1,-1xm71,-166v0,1,-2,3,0,3r0,-3xm69,-169v0,-2,-1,-4,-3,-2v-1,2,1,2,3,2xm87,-156v0,0,0,-2,-1,-2v0,0,0,2,1,2xm133,-112v1,2,2,3,2,-1xm147,-116v0,2,3,3,2,0r-2,0xm172,-121v-2,6,4,8,6,4r-2,-4r11,0r0,14r-187,68r0,-40r115,-42r57,0xm124,-109v-1,2,1,5,2,2xm105,-87v0,2,1,2,3,2v0,-1,-1,-2,-3,-2xm30,-71v1,3,-3,7,-2,8v1,0,3,-2,4,-6xm48,-89v1,2,5,1,1,0r-1,0xm55,-85v-4,-1,-3,2,-1,2v1,0,1,-1,1,-2xm55,-69v-2,-4,-6,-8,-8,-3v3,-1,4,3,8,3xm6,-73v-3,3,0,8,3,4v-2,-2,-3,-3,-3,-4xm76,-86v-2,-4,-8,-11,-9,0v-1,-1,-7,-4,-7,0v2,-1,0,2,2,2v0,0,0,-2,1,-2v4,0,6,10,6,1xm75,-74v-3,0,-6,7,-4,6v-1,-5,5,-2,4,-6xm77,-67v0,0,1,-1,2,-3v-2,-1,-2,1,-2,3xm80,-84v-3,1,-3,3,0,2r0,-2xm81,-78v0,0,-1,6,3,5v-2,-3,-3,-5,-3,-5xm84,-79v3,-3,7,-3,2,-7v-1,0,-2,2,-2,7xm86,-74v0,1,-2,2,0,2r0,-2xm12,-59v-2,0,-2,10,0,6v0,-4,5,-3,2,-6r-2,0xm40,-83v0,0,-9,6,-3,6v0,-4,1,-5,3,-6xm24,-62r-1,1xm39,-75v-1,2,1,2,3,2v1,-2,-1,-2,-3,-2xm33,-59v2,0,2,0,2,-2v-2,-1,0,2,-2,2xm36,-66r-1,3xm102,-99v-2,0,-4,5,-1,4xm80,-98v0,2,4,4,6,2v1,-6,-3,2,-6,-2xm102,-102v0,-1,2,-2,0,-2r0,2xm109,-100v-1,2,1,5,1,1xm112,-106v-1,2,-1,4,2,3v0,-2,-1,-3,-2,-3xm93,-92v0,0,0,2,1,2v0,0,0,-2,-1,-2","w":198},"?":{"d":"71,-150v0,0,-5,0,-3,1xm82,-142v-1,-3,-5,-1,-2,0r2,0xm92,-133v-6,0,-11,0,-13,4r12,5xm96,-122v0,-4,-6,-2,-2,0r2,0xm58,-119v0,-2,-3,-4,-2,-1v1,1,1,3,2,1xm72,-237v-1,-1,0,-2,-2,-2v0,1,1,2,2,2xm75,-196v2,1,1,3,-1,2v-10,-19,-52,-6,-74,-13v1,-15,-3,-35,2,-46v68,-3,130,1,132,63v-3,2,-1,34,-5,15v-11,4,-4,-9,-14,-7v-1,-1,0,-4,-2,-4v-1,10,10,12,6,25r-5,-1v3,3,3,5,-3,4v3,11,3,18,-5,24r0,19v-13,-5,-11,7,-23,7v6,0,18,13,13,-2v11,-1,13,22,4,30v4,1,5,-1,6,-3r0,27r-13,0v2,0,5,-1,4,-4v-11,7,-31,3,-48,4v-1,-8,0,-23,8,-14v4,0,18,-1,8,-3v1,-5,-11,1,-7,-7v0,-6,-11,-9,-9,-18r3,0v-5,-15,-3,-37,-4,-56v15,-2,42,-21,27,-42xm58,-66v-1,5,-10,2,-2,9v0,-5,3,-5,7,-5v-1,-2,-3,-4,-5,-4xm90,-67v-1,1,-3,1,0,1r0,-1xm80,-69v-13,1,-10,4,-4,7v0,-3,1,-5,4,-7xm85,-75v-1,0,-3,-1,-3,1v0,1,2,3,6,5xm77,-78v-3,2,-5,4,1,3xm97,-79v-2,1,-5,0,-4,3v2,-1,4,-2,4,-3xm96,-89v-3,2,-12,5,-7,7v-1,-3,6,-3,7,-7xm105,-97v-2,1,-7,-1,-6,3v3,0,7,1,6,-3xm73,-99v-3,-4,-5,-1,-5,3v7,6,-13,4,-4,13v10,3,4,-6,14,-7v0,-1,-12,-6,-5,-9xm62,-97v-6,-6,-11,-2,-3,3v2,0,2,-2,3,-3xm66,-133v-7,4,-2,8,4,11v0,-5,-5,-7,-4,-11xm74,-112v-2,-1,-2,1,-2,3v3,1,4,-1,2,-3xm105,-123v0,-5,-3,-4,-4,0v0,2,3,0,4,0xm89,-159v-4,0,-7,4,-3,6v7,1,9,-3,16,0v0,-2,-4,-4,-13,-6xm72,-157v1,-3,-2,-4,-2,-2xm105,-177v-3,0,-6,6,-2,6xm90,-178v0,3,3,4,5,0r-5,0xm83,-178v0,-2,-3,1,-3,1xm123,-190v0,1,-2,4,0,4r0,-4xm114,-187v-1,-7,-3,-3,-1,0r1,0xm89,-196v-6,-3,-7,3,-5,7v5,1,4,-4,5,-7xm114,-197r0,1r0,-1xm98,-199v5,3,-2,9,0,11r11,-3v-3,-5,-6,-8,-11,-8xm83,-198v2,-1,1,-5,-2,-4v0,3,1,4,2,4xm127,-207v-2,0,-5,-1,-4,2v2,0,5,1,4,-2xm102,-209v2,2,4,9,7,7v-1,-4,-4,-6,-7,-7xm57,-209v0,-2,-4,-3,-2,0r2,0xm77,-212v-1,6,2,11,8,4v0,-4,-5,-2,-8,-4xm92,-211v-2,-5,-4,-5,-3,0r3,0xm81,-220v-1,-2,-8,-1,-8,1xm85,-227v0,-5,-4,-2,-1,0r1,0xm61,-232v-3,-2,-11,-4,-11,-2v3,4,5,3,11,2xm5,-238v-1,0,-1,0,-1,1v2,0,5,2,5,0xm48,-243v-1,2,2,7,2,2xm55,-245v-2,0,-4,0,-3,2v1,-1,3,0,3,-2xm24,-248v-2,-2,-5,-6,-4,1xm70,-236r-3,0r3,0xm121,-168v0,-2,3,-3,2,0r-2,0xm50,-85v5,0,3,5,1,9v-4,1,-1,-5,-2,-8xm105,-113v2,1,2,8,0,9v0,-3,-2,-7,0,-9xm54,-154v-3,3,3,3,5,5v-1,-2,-2,-5,-5,-5xm58,-110v0,-2,-2,-1,-3,0r3,0xm94,-121v-3,2,-11,3,-9,5v5,-1,8,-3,9,-5xm120,-152v-2,-3,4,-12,6,-7xm126,-161v-3,0,-2,-7,-1,-8v7,-1,5,6,1,8xm50,-46v18,2,43,-4,57,2v-2,4,-7,6,0,5v-1,8,3,21,-2,25v1,-7,-4,-5,-7,-7v0,0,12,9,2,11v-2,-1,-4,-5,-5,-3v3,2,3,6,4,8v6,0,3,-5,8,-4v1,19,-20,1,-31,9v-6,-6,-6,1,-17,0v1,-4,-3,-3,-6,-3v0,2,3,0,2,3v-8,-1,-2,-6,-5,-18v7,-5,-4,-12,2,-17v2,0,7,3,8,1v-5,0,-5,-5,-8,-7v0,2,1,5,-2,4r0,-9xm72,-46v-1,0,-5,5,-1,4xm67,-42v-3,-1,-7,3,-2,2xm77,-26v-1,1,-8,4,-3,4v-1,-3,4,-1,3,-4xm85,-17v3,-3,-3,-11,-3,-8v6,5,-6,9,3,8xm68,-22v-1,0,-5,0,-2,1xm70,-13v2,0,5,2,5,0r-5,0xm66,-10v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm93,-8v-2,0,-4,0,-3,2v2,0,4,0,3,-2","w":145},"@":{"d":"95,-66v2,0,2,6,3,4v-3,-7,7,-8,2,-11v-2,-1,-2,5,-5,7xm88,-14v-2,0,-4,0,-3,2v2,-1,3,-1,3,-2xm103,-17v-4,-3,-7,2,-2,2v0,-2,2,0,2,-2xm107,-24v-3,5,2,10,-5,11v1,5,8,-7,10,4v3,0,3,-10,2,-12v-3,0,-1,4,-1,7v-5,-1,-6,-6,-6,-10xm112,-29v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm123,-25v2,-3,0,-7,-4,-4v3,1,2,4,4,4xm95,-36v-3,2,-5,6,-1,3v2,-1,2,-1,1,-3xm92,-36v0,-2,-3,0,-4,0v0,3,3,2,4,0xm98,-47v-1,4,2,3,4,1v0,-2,-3,1,-4,-1xm108,-48v3,0,6,-1,2,-2v-2,0,-2,0,-2,2xm112,-53v0,-1,-2,-4,-2,-2xm105,-56v-1,0,-3,-1,-3,1v1,0,3,1,3,-1xm117,-60v-2,0,-1,2,-1,3xm97,-60v-1,0,-3,-1,-3,1r4,1xm108,-68r-1,1xm115,-73v5,2,4,10,6,4v-1,-1,-2,-5,-6,-4xm124,-80v0,-2,-2,-3,-2,0r2,0xm106,-89v-2,0,-2,1,-1,2xm112,-98v-1,2,-8,8,-2,7xm115,-110v-2,0,-4,0,-3,2v1,-1,3,0,3,-2xm124,-130v0,1,2,3,2,1xm163,-252v112,-7,201,133,119,217v-24,25,-36,29,-82,30v-7,-26,-11,-39,-12,-39r-50,0r9,-33v10,-1,23,2,31,-1r-19,-66r-40,139r-36,0v3,-10,-4,-24,5,-25v-9,-2,0,-14,2,-23v1,0,2,2,2,0v-3,-14,14,-25,10,-33v0,4,0,4,-2,4r36,-104r47,0r57,161v33,-8,43,-48,43,-90v0,-70,-53,-130,-125,-128v-77,2,-126,69,-128,150v-3,134,131,203,233,121r0,13v-107,79,-267,1,-263,-130v3,-94,70,-157,163,-163","w":319},"A":{"d":"0,-37r16,-48v3,0,3,9,5,5v-4,-8,9,-11,2,-14v-3,-1,-3,7,-7,9v3,-6,0,-18,9,-18v-1,2,1,2,3,2v-3,-5,1,-10,-2,-12v0,6,0,7,-3,7v9,-17,10,-49,23,-58v-1,-25,20,-59,27,-88r66,0r89,252r-65,0v-10,-36,-16,-54,-17,-54r-70,0r13,-46v14,-1,31,2,43,-1v-13,-38,-18,-71,-27,-93v0,7,-11,50,-35,130r-20,64r-50,0v-1,-7,2,-15,0,-20v1,1,3,1,3,-1v-6,1,-2,-7,-3,-11v2,-3,10,-1,4,-5v-1,2,-3,0,-4,0xm60,-172v-1,-1,-5,-4,-4,0r4,0xm44,-145v-1,-2,-6,-2,-5,1xm40,-130v-4,5,-5,7,-7,11v6,-1,5,-6,7,-11xm31,-117v-3,-1,-2,2,-1,3xm56,-105v-1,0,-2,-2,-2,0r2,0xm45,-94v4,3,4,13,8,6v-1,-3,-3,-6,-8,-6xm35,-88v-1,1,-2,0,-2,2xm19,-76v-1,0,-4,-1,-4,1r5,2xm47,-73v-1,-2,-1,-4,-1,0r1,0xm30,-71v-2,0,-5,-1,-4,2v2,0,5,1,4,-2xm39,-67v2,-1,-2,-3,-2,-3xm38,-62v0,2,-5,-2,-4,2v3,0,9,0,4,-2xm26,-58v-2,-1,-8,3,-3,4v-1,-3,4,-1,3,-4xm12,-42v-1,-5,-3,0,-6,0v2,2,4,2,6,0xm16,-42v-2,1,-7,7,-2,4v3,0,3,-2,2,-4xm54,-27v4,-3,1,-10,-4,-6v2,2,4,4,4,6xm38,-30v3,-1,-1,-5,-1,-2xm35,-25v-8,1,2,16,-9,14v1,8,12,-10,14,7v4,-2,4,-16,2,-18v-4,1,-1,6,-1,10v-4,-3,-11,-6,-6,-13xm28,-16v-7,-6,-9,2,-3,3v-1,-3,3,-1,3,-3xm6,-12v-2,0,-4,0,-3,3v2,-1,3,-2,3,-3","w":234},"B":{"d":"66,-250v56,-8,136,-4,134,61v-2,1,-1,33,-5,15v-11,4,-4,-10,-14,-7v0,-2,1,-5,-2,-4v-1,9,10,12,6,24r-5,-1v3,3,4,6,-3,5v4,12,-6,25,-13,15v-3,0,-8,-2,-7,3v4,0,23,9,25,16v8,0,28,25,22,42v8,12,-4,30,-3,35v-12,4,-13,-6,-19,-2v-3,5,13,4,4,10v-4,0,-7,0,-6,4v2,0,5,2,10,7v-18,19,-16,12,-36,23v-2,-2,-11,-6,-8,-11v-3,1,-7,-2,-7,-1v3,5,5,9,6,14v-11,2,-18,2,-22,-9v2,17,-39,12,-57,9v1,-14,-3,-35,2,-45v13,1,30,-2,40,2r-1,-1v11,-2,21,-3,32,-8v-1,8,3,14,14,14v1,-4,-7,-9,0,-13v2,0,3,7,3,-1v-20,-3,-1,-31,-12,-43v2,1,5,1,4,-2v-9,-11,-53,-10,-82,-13v1,-14,-3,-34,2,-44r44,0v8,6,38,-10,33,-33v-5,1,1,-8,-4,-7v1,1,1,3,-1,3v-10,-21,-51,-6,-74,-14r0,-43xm90,-248v-2,-2,-5,-5,-4,1xm121,-244v-2,0,-4,0,-3,2v1,-1,3,0,3,-2xm116,-239v0,-2,-3,-4,-2,0r2,0xm139,-237v-1,-3,-6,-2,-6,2v4,1,3,-2,6,-2xm72,-238v0,0,-2,0,-2,1v1,2,4,3,5,0xm127,-232v-4,0,-11,-3,-11,-1v3,4,5,2,11,1xm151,-226v-1,-7,-4,-3,-1,0r1,0xm147,-221v-4,0,-8,-1,-8,3v3,-1,8,1,8,-3xm158,-210v-1,-4,-3,-5,-2,0r2,0xm143,-212v-1,5,1,11,8,5v0,-4,-6,-2,-8,-5xm122,-211v-2,1,-2,1,-1,3v3,1,1,-2,1,-3xm168,-208v2,2,5,10,7,6v-1,-4,-4,-6,-7,-6xm193,-207v-2,0,-5,-1,-4,2v2,0,5,1,4,-2xm147,-202v-1,4,4,6,3,1xm164,-198v5,2,-3,8,0,10r11,-2v-3,-6,-6,-8,-11,-8xm179,-198v1,0,2,3,2,1xm156,-196v-6,-3,-9,3,-6,7v6,1,5,-4,6,-7xm180,-186v-1,-7,-3,-3,-1,0r1,0xm189,-189v-1,0,-2,4,0,4r0,-4xm149,-178v-1,-2,-3,2,-3,2xm161,-178v-4,-1,-7,2,-3,4v1,0,2,-2,3,-4xm171,-176v-3,1,-6,5,-2,5xm187,-167v0,-2,3,-4,2,0r-2,0xm196,-167v0,3,-4,8,-6,5v0,-4,0,-8,6,-5xm138,-160v-2,0,-2,0,-2,2r3,2xm186,-151v-3,-4,4,-14,6,-7xm156,-158v-4,0,-8,3,-4,5v7,1,9,-3,16,0v0,-2,-4,-4,-12,-5xm124,-147v0,0,-4,-11,-5,-4v3,1,5,2,5,4xm148,-146v-2,-1,-4,-1,-3,2v2,0,3,-1,3,-2xm126,-139v-3,-3,-8,3,-2,2xm155,-135v-1,0,-4,2,-2,2xm145,-132v-3,1,-1,6,2,6xm125,-126v-1,2,3,4,5,4v-1,-1,-2,-3,-5,-4xm174,-126v-10,7,-10,15,-2,20v1,-11,13,-3,18,-1v-3,8,-9,10,-3,16v-3,1,-10,2,-8,10v-19,0,-2,21,-18,21v3,8,4,10,14,14v1,-4,1,-10,7,-7v-5,-4,-13,-2,-8,-10v7,2,19,-3,7,-3v-7,0,-6,-11,-2,-14v9,-2,2,5,8,6v1,-4,1,-7,0,-11v2,2,3,0,3,-2v8,-10,3,-17,5,-25v-5,-2,-22,4,-23,-10v6,-1,8,-1,2,-4xm102,-117r5,0v-2,-2,-4,-2,-5,0xm147,-110v-3,-1,-6,2,-1,2xm150,-108v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm187,-105v-1,0,-4,-2,-3,1xm172,-92v-2,-4,-8,-1,-8,2v0,3,2,2,6,2v-2,-2,-2,-4,2,-4xm201,-87v-3,0,-3,0,-2,2xm202,-67v1,-3,-2,-4,-2,-2xm195,-64v-10,-5,-2,5,-5,10v10,1,1,-6,5,-10xm204,-62v-3,0,-5,2,-3,3v2,0,4,0,3,-3xm143,-48v-4,-6,-6,-10,0,-12v-1,3,12,11,0,12xm112,-44v-5,2,-4,5,0,6v3,-1,1,-4,0,-6xm181,-42v-2,-3,-4,-1,-5,2v1,2,5,-1,5,-2xm102,-42v-1,0,-3,-1,-3,1v0,2,4,3,8,3v0,-3,-2,-4,-5,-4xm194,-34v-5,1,-5,-7,-1,-7v5,1,5,4,1,7xm95,-30v-1,-7,-4,-11,-10,-2v2,0,7,8,10,2xm124,-29v4,-4,-4,-11,-4,-3v3,0,4,1,4,3xm170,-36v0,0,-2,0,-2,1v2,2,5,2,2,-1xm116,-24v2,-6,-7,-6,-8,-3v0,4,2,2,8,3xm92,-21v-2,2,-1,3,1,1xm130,-15v-2,0,-4,0,-3,3v2,0,4,0,3,-3xm104,-14v-1,4,3,3,3,2v0,-1,-1,-1,-3,-2xm108,-9v-3,-1,-3,1,-3,4v3,1,2,-2,3,-4xm105,-4v-1,-3,-8,-3,-8,1v2,-1,7,1,8,-1xm5,-90v-11,0,1,-13,-5,-17v2,-47,-4,-103,2,-146v18,1,41,-3,55,2v1,12,1,31,-9,15v-2,3,6,11,0,13r9,-4r0,112v-13,-7,-10,12,-21,5v0,1,-3,3,-1,3v6,-2,17,11,11,2v-2,-6,6,-7,8,-3v-5,6,10,19,-3,28v4,1,3,-3,6,-3v0,15,1,37,-3,45r3,-1v-1,8,3,21,-2,25v1,-7,-4,-5,-7,-7v0,0,12,9,2,11v-2,-1,-4,-5,-5,-3v3,2,3,6,4,8v6,0,3,-5,8,-4v1,19,-20,2,-31,9v-6,-6,-6,2,-17,0v1,-4,-3,-3,-6,-3v0,2,3,0,2,3v-8,-1,-2,-6,-5,-18v7,-5,-4,-12,2,-17r9,2v-5,-1,-6,-5,-9,-8v0,2,1,5,-2,4v1,-11,-5,-43,8,-33v6,-1,16,0,8,-4v-6,1,-10,-1,-7,-6v-3,0,-4,-3,-4,-10xm20,-248v0,0,-5,0,-3,1xm30,-239v0,-2,-3,-4,-2,0r2,0xm28,-227r12,6v-1,-4,-1,-7,1,-9v-6,-1,-10,1,-13,3xm45,-219v0,-4,-6,-2,-2,0r2,0xm5,-219v-1,1,1,4,2,2v0,-2,-1,-1,-2,-2xm51,-149v-4,2,0,12,2,6xm54,-127r-2,5v3,0,3,-2,2,-5xm9,-122v-3,-1,-2,3,-2,5v3,1,2,-3,2,-5xm45,-121v-2,0,-13,4,-9,6v5,-2,8,-4,9,-6xm20,-117v-2,0,-2,0,-2,2v2,1,2,1,2,-2xm2,-114v2,2,3,5,7,4v0,-2,-3,-3,-7,-4xm25,-112v-3,-1,-2,2,-2,4v3,1,3,-1,2,-4xm55,-113v4,0,1,6,2,9v-3,1,-3,-7,-2,-9xm31,-104v-5,3,-1,9,5,12v1,-6,-6,-7,-5,-12xm13,-97v-5,-6,-12,-1,-3,3v2,0,2,-2,3,-3xm21,-101v-6,3,6,13,-7,10v-3,5,-1,10,6,7v0,1,-1,4,1,4v-4,-10,15,-9,2,-13xm55,-97v-2,1,-6,0,-5,3v3,0,6,1,5,-3xm46,-89v-3,2,-5,6,-9,4v2,7,3,-1,9,-2r0,-2xm1,-85v5,-1,3,6,1,9v-4,1,-1,-5,-2,-8xm47,-79v-1,1,-4,0,-3,3v2,-1,3,-2,3,-3xm28,-78v-3,2,-5,6,0,3r0,-3xm36,-74v-1,0,-3,-1,-3,1v0,0,2,2,6,4v0,-3,-2,-3,-3,-5xm31,-69v-12,1,-11,4,-4,7v0,-3,1,-5,4,-7xm41,-67v-1,1,-3,0,-3,2r4,0xm14,-62v-3,-6,-9,-1,-11,-1v0,4,2,4,4,6v0,-4,3,-5,7,-5xm48,-60v-5,2,-10,5,-7,7v-1,-4,9,-1,7,-7xm20,-58v-2,-1,-6,3,-2,2xm54,-55v-3,-1,-2,2,-3,4v3,1,3,-1,3,-4xm22,-46v-1,0,-5,5,-1,4xm17,-42v-3,-1,-7,3,-2,2xm27,-26v-1,1,-8,4,-3,4v-1,-3,4,-1,3,-4xm35,-17v3,-3,-2,-11,-3,-8v6,5,-6,9,3,8xm18,-22v-1,0,-5,0,-2,1xm20,-13v2,0,5,2,5,0r-5,0xm16,-10v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm43,-8v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm55,-113v4,0,1,6,2,9v-3,1,-3,-7,-2,-9xm1,-85v5,-1,3,6,1,9v-4,1,-1,-5,-2,-8","w":218},"C":{"d":"2,-108v-16,-77,46,-149,113,-143v-2,14,5,37,-5,43v3,3,4,-3,5,0v-14,4,-27,10,-36,19r-7,-2v2,8,5,0,5,4v-10,12,-16,26,-19,44v-1,-1,-2,-1,-4,-1v0,4,5,0,4,5v2,15,-10,11,-6,16v6,-2,7,9,8,26v-2,0,-4,5,-1,2v3,-1,5,6,3,9v7,5,19,38,46,38v-1,7,-4,5,-9,3v-2,9,-12,4,-7,13v8,-5,12,-13,22,-6v2,10,-9,6,-6,12v4,-2,7,3,5,7v-11,-6,-3,8,-11,9v0,-5,3,-11,4,-15v-5,11,-13,4,-8,17v0,0,-1,-2,-1,0v1,0,2,2,3,6v-4,1,-20,1,-16,-7v-23,-1,-30,-6,-51,-26v-9,-18,-18,-18,-26,-46v-1,-8,8,-6,5,-12v5,3,9,-2,7,7r-2,-1v-5,11,12,2,12,13r2,0v0,-2,-4,-6,1,-5v4,0,5,3,7,0v-1,-6,0,-2,-5,0v-4,-9,-20,1,-10,-14v2,1,5,4,5,0v-2,-2,3,-8,-2,-5v-9,-3,-28,15,-25,-9v5,6,6,-1,8,-6v-4,2,-4,4,-6,-1r1,0r-3,-2v1,5,2,5,0,8xm140,-48v5,1,25,-21,32,-21v-6,-3,-2,-2,4,-10v-2,-5,0,-6,4,-6v3,-1,2,3,4,3v1,-6,-9,1,-6,-12r50,27v-14,34,-65,75,-102,65v1,0,2,0,2,-1v-6,1,-2,-8,-3,-12v1,-6,4,-4,11,-6v-10,-6,-1,-17,1,-25v-2,1,-5,2,-4,-2v2,0,7,-3,8,-1xm186,-156v-17,-20,-29,-47,-61,-52v1,-14,-2,-32,1,-44v42,-4,103,42,103,76v-1,-5,1,-7,3,-1xm188,-220v3,-2,-2,-6,-2,-3v1,0,2,1,2,3xm46,-210v-2,0,-4,1,-4,4v2,-1,4,-3,4,-4xm225,-176v-2,1,-13,3,-5,3v2,-1,6,0,5,-3xm20,-171v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm59,-154v-2,0,-6,2,-4,4xm43,-152v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm20,-140v1,-2,-2,-7,-2,-2xm28,-138v0,-2,-4,-3,-3,0r3,0xm14,-134v0,-2,-3,-4,-2,-1xm20,-132v10,4,0,17,-2,18v8,-5,12,-8,19,-3r-1,1v6,2,2,-4,5,-4v2,3,10,2,8,-5v-11,0,-13,-3,-18,-9v-1,6,-7,6,-11,2xm14,-126v-1,3,1,3,3,2r0,-2v-1,1,-2,1,-3,0xm15,-114v-1,0,-1,0,-1,1v3,0,1,-1,1,-1xm24,-111r1,-3xm21,-108v1,-1,4,-2,2,-2xm55,-104v-2,0,-6,1,-4,2v2,0,5,1,4,-2xm49,-102v-3,0,-5,0,-3,3xm38,-101v-7,3,-8,3,-1,6xm54,-81v-3,-14,-15,-14,-18,-6r1,3v5,-6,12,-1,17,3xm6,-86v-2,0,-3,-5,-1,-5v3,0,3,3,1,5xm35,-88v-5,-4,-6,7,-3,2v2,1,4,1,3,-2xm19,-73v1,-7,-6,-8,-9,-6xm186,-80r1,1xm64,-77v-2,0,-5,2,0,2r0,-2xm181,-72r0,5v3,0,2,-4,0,-5xm197,-72v-2,2,-3,5,1,4xm72,-68v-1,-1,-4,-3,-3,0v1,1,2,1,3,0xm40,-67v-3,-1,-7,2,-2,3xm188,-64v0,-2,-4,-3,-4,-1v1,1,2,1,4,1xm176,-65r0,5v2,-2,2,-4,0,-5xm66,-59v0,1,-2,4,1,3v0,-1,0,-3,-1,-4r0,1xm75,-55v-2,-3,-6,2,-8,3xm43,-55v-3,0,-8,2,-2,4v1,-1,2,-2,2,-4xm28,-48v-2,-2,-4,-2,-3,1xm58,-50v-3,-1,-2,2,-2,4v2,0,1,-3,2,-4xm94,-48r0,2v4,-2,3,-4,0,-2xm31,-44v0,-1,1,-4,-1,-4v0,2,0,3,1,4xm75,-38v-1,-11,-12,-7,-2,0r2,0xm40,-43v-3,-1,-5,2,-3,4v3,0,5,-1,3,-4xm52,-41v-3,0,-6,3,-1,3xm126,-36v-1,-2,-1,-5,2,-4v-1,1,0,4,-2,4xm47,-38v0,1,-4,3,-2,3xm54,-38v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm55,-34v1,6,10,5,11,0v-3,2,-7,0,-11,0xm140,-33v-1,0,-3,-1,-3,1v1,0,4,2,3,-1xm125,-21v1,-3,-1,-8,1,-9v0,3,1,7,-1,9xm54,-22v1,-3,-5,-5,-5,-3v3,5,5,4,11,4v-2,0,-5,-2,-7,0xm66,-25v-1,1,-4,4,0,3r0,-3xm160,-24v-2,0,-4,4,-1,3xm83,-18v0,-2,-4,-3,-4,-1v1,1,2,1,4,1xm92,-20v-5,-1,-2,3,-1,5v5,0,2,-2,1,-5xm62,-19v0,1,-3,4,-1,4v3,-1,5,-3,1,-4xm88,-12v1,-3,-3,-4,-4,-2v2,0,1,3,4,2xm114,-8v-4,-1,-2,-10,1,-8v0,3,0,6,-1,8xm139,-9v1,-3,-3,-6,-2,-1xm103,-3v1,-8,13,-5,12,2v-6,3,-8,-3,-12,-2","w":241},"D":{"d":"103,-255v0,-4,2,-6,7,-5xm6,-229v0,-4,0,-8,-6,-7v1,-5,-2,-15,2,-17v15,1,34,-2,47,1v0,1,-2,3,0,3v3,-5,5,1,8,4r0,120v-1,-1,-3,-1,-3,1v2,2,5,9,2,12v1,-2,1,-2,-2,-2v-1,4,-2,12,-9,11v0,7,6,14,8,1r4,0v-2,33,3,73,-3,102v-12,-7,-45,9,-54,-5v3,-13,12,-14,7,-17v-2,2,-3,2,-7,8r0,-89v7,0,12,-10,9,-18v-4,0,-4,18,-9,11r0,-49v4,1,7,-1,3,-4r-3,1v3,-21,-7,-55,4,-69xm66,-252v43,-4,96,-1,115,27v24,36,16,89,16,143v0,20,-6,40,-18,51v2,4,-3,6,-7,8v0,0,0,-2,-1,-2v-3,25,-66,28,-105,23v1,-14,-3,-35,2,-45v15,-1,35,1,45,1r-1,-2v45,-12,21,-79,27,-128v-7,-41,-48,-28,-73,-32r0,-44xm15,-251v-2,0,-4,5,-1,4xm6,-237v0,0,10,3,9,-3v-4,0,-8,0,-9,3xm175,-235v1,-4,8,-6,7,1v-3,1,-2,-2,-4,-3v1,2,-1,2,-3,2xm8,-218v-1,2,4,7,6,4v-1,-2,-2,-5,-6,-4xm5,-215v-4,-1,-1,4,-1,5xm91,-212v-2,-2,-3,0,-1,1xm22,-209v1,2,-4,-2,-2,1v-2,0,-1,2,-1,3v5,0,10,-3,3,-4xm87,-203v0,-2,3,-4,2,0r-2,0xm18,-203v-3,0,-3,3,-3,6v1,-1,2,-1,3,0v2,13,-8,0,-12,6v7,-2,8,9,17,10v-3,0,-5,-2,-6,-5v0,-4,2,-5,6,-5v1,-7,-5,-5,-5,-12xm144,-197v1,7,2,6,3,0r-3,0xm30,-189v-1,-6,-4,-3,-3,0r3,0xm164,-189v-2,0,-2,0,-1,1xm24,-170v-2,-1,-5,-7,-7,-4v2,2,2,5,7,4xm57,-168v-1,-1,-4,-3,-3,0r3,0xm173,-82v-1,0,-3,-1,-3,1v4,-2,6,4,6,0xm84,-39v2,0,7,3,8,1v-1,-3,-6,-9,-8,-1xm74,-41v-7,2,-8,5,0,4v-1,3,6,12,9,7v-9,0,-2,-11,-9,-11xm46,-125v-3,0,1,4,-5,7v5,1,5,-3,5,-7xm111,-33v0,-3,-5,-6,-6,-3v1,3,2,5,6,3xm41,-123v-8,-3,-11,3,-2,3xm31,-118v-2,1,-1,8,0,11v4,-1,6,-1,6,-4v-5,2,-7,-1,-6,-7xm92,-27v-2,-1,-2,1,-2,3v2,1,2,-1,2,-3xm99,-22v0,-1,-5,-2,-5,0r5,0xm94,-20v-2,0,-2,0,-2,2xm44,-105v-5,-1,-6,2,-2,5v1,0,1,0,1,-1v0,0,-2,0,-2,-1xm14,-100v-1,-2,-3,2,-3,2xm18,-92v-6,-1,0,3,-1,7v3,-3,6,5,5,-1xm17,-81v0,-2,-3,-3,-2,0r2,0xm44,-75v1,-3,-4,-6,-3,-1xm29,-78v-2,0,-7,-1,-6,2v2,0,7,1,6,-2xm40,-74v-2,0,-3,3,-3,6v2,-1,3,-3,3,-6xm21,-73v-3,-1,-6,3,-4,3v3,-1,4,-2,4,-3xm23,-62v-5,-8,-12,-3,-7,2xm34,-64v-1,-1,-3,-3,-3,0r3,0xm49,-58v1,-6,-7,-1,-11,-2v4,0,8,4,11,2xm34,-42v-5,-4,-5,0,-2,2xm53,-36v0,-3,-5,-4,-4,0v1,0,3,2,4,0xm46,-32v2,8,-17,3,-6,10v4,-3,13,-7,6,-10xm12,-28v-4,0,-5,4,0,3r0,-3xm23,-17v0,7,9,7,13,3v-3,-2,-11,0,-13,-3xm48,-15v-2,0,-3,6,-1,7v1,-2,3,-4,1,-7xm51,-13r-2,2xm17,-7v-2,-3,-6,1,-4,3v2,-1,4,-2,4,-3","w":208},"E":{"d":"18,-252v6,9,-13,9,-16,15v7,0,5,7,2,10v-9,1,-2,-18,-3,-25v10,-2,11,4,17,0xm10,-183v-2,-9,11,-20,9,-11v1,2,1,5,3,5v-1,-3,1,-3,3,-1r-1,1v2,-1,8,1,7,-3v-10,4,-10,-23,-17,-8v-1,-1,-3,-1,-5,-1v4,7,0,12,-9,14v1,-8,-1,-14,2,-17r0,3v4,1,9,-3,6,-5r0,2v-7,1,-9,-7,-4,-9v9,-3,3,9,8,3v-1,-10,-1,-11,-8,-15v8,-1,1,-7,13,-6v-1,7,4,5,7,3v-3,-6,-3,-11,-3,-19v2,0,5,3,6,1r-2,-6v10,1,25,-2,32,2v-1,7,3,20,-2,24v1,-8,-3,-7,-3,-2v7,3,5,20,5,31v-2,0,-6,-2,-7,0v6,1,8,6,7,14v-7,0,-1,2,0,3v-3,18,7,46,-8,52v-1,-6,-8,4,-11,-2v0,-4,4,-6,0,-9v-1,3,0,7,-4,6v-7,-5,-3,-13,0,-20v9,1,18,-7,8,-12v-1,9,-11,15,-22,14v3,-7,-2,-8,-2,-14v5,-1,6,9,10,5v-4,-3,-7,-6,-3,-8v5,4,5,-5,8,-8v-5,-6,-20,-3,-13,-12v-2,2,-6,1,-8,2v1,0,1,1,1,2xm67,-247v0,-9,20,-5,25,-3v-2,0,-3,4,-1,4v2,0,3,-2,3,-6v27,0,29,2,54,0r0,3v1,-2,4,2,4,-1r-1,-2v11,1,27,-3,34,2v-1,14,3,34,-2,44r-116,-1v-1,-13,2,-33,0,-40xm38,-246v0,1,-4,5,0,4v1,-1,1,-3,0,-4xm52,-245v-5,4,1,12,3,5v-1,-2,-1,-5,-3,-5xm78,-242v-3,0,-4,3,0,3v1,-1,1,-2,0,-3xm35,-240v-2,0,-5,3,-3,3xm150,-239v-1,1,-8,1,-8,6v6,1,6,-3,8,-6xm108,-235v-2,-2,-4,-2,-3,2xm46,-235v-6,-2,-8,3,-10,3r1,-1v-3,-1,-6,7,-3,7v-1,-4,13,-3,12,-9xm88,-232v-1,-3,-2,2,-2,2xm141,-232v-1,1,-4,4,0,3r0,-3xm82,-217v0,-4,-7,-12,-9,-8v7,-2,4,11,9,8xm32,-224v-1,0,-3,2,-1,2xm21,-223v-2,1,-8,2,-5,4v2,-1,6,0,5,-4xm45,-221v-3,0,-2,6,-2,7v6,-1,13,-5,2,-5r0,-2xm23,-220v-2,-1,-2,1,-2,3v2,1,2,-1,2,-3xm33,-218v-2,0,-4,3,-1,2v1,-1,3,-1,1,-2xm107,-217v-1,0,-5,0,-2,1xm81,-216v-2,-1,-7,2,-2,2xm127,-216v-3,-1,-5,6,-3,6v1,-2,4,-2,3,-6xm30,-213v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm84,-212v-2,0,-1,3,-1,4v2,0,2,-3,1,-4xm139,-210v-2,0,0,3,0,3r0,-3xm54,-205v-1,-8,-7,5,-16,2v0,-2,-2,-2,-4,-1v-1,8,8,3,14,6v-4,-3,0,-8,6,-7xm48,-183v-1,-4,-8,-8,-12,-6v3,4,9,1,12,6xm49,-183v4,0,4,0,2,-2xm0,-175v-1,-4,1,-14,3,-5v-1,3,0,9,-3,5xm40,-183v-3,1,2,2,1,5r2,0xm20,-136v4,-9,2,-8,2,-14v11,0,7,8,4,13v13,11,15,7,17,22v8,-2,0,-8,11,-7v1,-1,0,-4,3,-3v-2,33,4,74,-3,102v5,-1,1,3,3,6v5,11,-10,25,-11,12v-5,0,-5,3,-11,3v-2,-5,8,-5,2,-8v0,2,-6,8,-11,5v0,-13,13,-2,15,-16v-4,1,-3,-2,-3,-5v6,-2,6,7,10,4v-7,-1,-3,-8,1,-11v2,0,0,3,3,2v0,-5,-3,-15,-6,-5v-1,8,-12,9,-18,15v-1,-4,-10,-6,-3,-9v5,1,4,-3,5,-7r-4,0v1,2,1,4,-2,3v-1,-1,-1,-4,-3,-4v2,11,-7,1,-8,11v-1,-2,-2,0,-3,1v9,0,9,10,0,9v2,1,1,5,1,7v6,0,5,2,5,7v-5,0,-7,2,-8,-5v-11,-3,-5,-9,-8,-27v3,-3,9,-6,0,-5v4,-16,-5,-49,3,-65v-6,-1,-5,-21,0,-23v0,0,1,2,1,0v-6,-5,-6,-31,-2,-39v3,1,0,3,3,4v4,-10,-2,-26,10,-9v-1,-8,0,-9,8,-5v-2,8,-14,8,-7,18v-3,4,-5,-4,-8,1v-1,10,13,4,10,16v-3,0,-5,0,-5,3v1,2,4,3,7,3xm45,-174v-1,-3,-3,-4,-2,0r2,0xm46,-171v0,4,-12,2,-14,6v5,-2,14,1,14,-6xm68,-155v3,-2,6,1,8,7r-1,1v5,-13,74,-11,97,-7v-2,0,-6,-2,-6,1v5,2,6,1,10,-1r0,16v-8,-2,-17,-6,-24,-9v4,18,12,6,23,9v0,9,2,19,0,27r-87,1v-5,-10,-13,5,-19,-2v4,1,12,-8,5,-11v-1,1,-3,1,-4,0v1,4,2,10,-3,10v1,-10,-4,-42,5,-24v3,-9,-5,-12,-4,-18xm6,-155v-3,-1,-2,2,-2,4v2,0,4,-3,2,-4xm99,-155v-2,0,-1,2,-2,3v1,0,2,-1,2,-3xm104,-155v-2,0,-6,2,-3,3v1,-1,4,0,3,-3xm53,-153v-3,0,-3,3,-1,4v0,0,2,0,2,-1xm143,-153v-10,0,-5,2,-1,6v1,-7,5,2,9,0v-3,0,-5,-2,-8,-6xm43,-149v-2,0,0,2,0,3v1,0,3,1,3,-1xm101,-145v0,-2,-3,-3,-2,0r2,0xm82,-146v0,9,9,7,9,0v-5,4,-4,2,-9,0xm6,-139v2,-1,4,-4,0,-2r0,2xm125,-140v2,0,6,1,5,-2v-2,2,-6,-2,-5,2xm100,-139v-2,-2,-5,1,-2,2xm146,-139v-4,-1,-3,2,-2,4v3,1,3,-2,2,-4xm84,-127v3,-5,-7,-14,-6,-8v5,-1,2,7,6,8xm145,-133v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm165,-130v-3,-2,-5,0,-3,3xm98,-128v-1,2,-7,-5,-3,1v-3,1,-8,3,-1,4v4,0,6,-1,4,-5xm135,-129v-4,-1,-8,5,-2,6xm21,-128v-16,5,-2,19,-17,23v6,-2,13,3,11,-6r5,0v-3,-4,1,-7,6,-6v4,2,1,5,4,7v0,-1,-1,-3,1,-3v6,2,1,11,5,12v0,-8,4,-4,2,-12v-9,0,-2,-6,-1,-10v-3,-1,-3,4,-7,1v0,-2,1,-5,-1,-5v-1,5,-2,7,-10,7v1,3,-1,5,-4,4v1,-6,3,-5,6,-12xm82,-126v-5,0,-6,4,0,2r0,-2xm143,-125v-4,1,0,5,1,8v3,-1,1,-6,-1,-8xm118,-116v-1,3,2,2,4,2v0,-2,-3,-1,-4,-2xm145,-116v-2,0,-4,1,-4,4v1,-1,5,-1,4,-4xm26,-105v-2,-9,-5,2,-10,0v0,4,7,9,5,0v2,-1,3,-1,5,0xm51,-108v-2,0,-4,0,-3,3v1,0,2,-1,3,-3xm46,-100v1,-3,-2,-4,-2,-2xm9,-102v-4,0,-6,7,0,5r0,-5xm41,-94v-2,0,-4,0,-3,3v1,-1,4,0,3,-3xm54,-88v0,-5,-7,-8,-8,-2v0,8,3,5,8,2xm14,-88v-5,-1,-6,1,-2,4v2,-1,6,-3,2,-4xm38,-88v-3,1,-7,-1,-7,3v4,1,5,-1,7,-3xm46,-82v0,1,-2,3,0,3r0,-3xm10,-76r-4,0r4,0xm13,-72v0,-2,-2,-5,-2,-3xm48,-70v2,-6,-11,-7,-11,-4v10,-3,-1,17,6,5xm22,-71v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm5,-59v2,-6,10,-4,12,-8v-7,2,-15,-1,-12,8xm54,-66v0,-2,-2,0,-3,0v0,4,2,5,5,6v-2,-3,-5,-6,-2,-6xm13,-54v-3,0,-4,2,-4,6xm52,-44v0,-10,-4,-3,-7,-1xm80,-43v2,-7,12,-4,19,-3v-1,0,-1,0,-1,1v8,-1,45,-6,45,2v2,0,7,6,7,2v-2,0,-4,-2,-4,-6v13,-2,21,3,29,3r-1,-3v17,-5,14,11,9,17r5,-3v-2,13,2,23,-2,33v-11,-1,-27,2,-36,-1v3,1,5,-4,2,-1v0,0,-28,7,-20,-7v-9,-2,-9,-4,-16,0v6,8,0,10,-11,9v3,-12,-11,-4,-17,-5v2,-15,0,-29,-9,-26v5,5,-8,13,2,15v-3,4,3,5,1,13v3,-1,5,1,2,3v-12,2,-19,-3,-14,-15v-7,-1,-2,-9,2,-12v0,-3,4,-2,4,-4v-7,1,-2,-6,-2,-9v2,4,9,0,6,-3xm11,-44v0,2,4,2,4,0r-4,0xm112,-44v-1,1,-4,4,0,4r0,-4xm121,-44v0,2,3,3,2,0r-2,0xm10,-41v0,0,-2,0,-2,1v2,2,5,2,2,-1xm140,-41v-2,0,-1,3,-1,4v2,0,2,-2,1,-4xm125,-38v1,1,3,1,4,0r-4,0xm67,-32v-1,-4,1,-9,4,-4v1,3,-1,5,-4,4xm14,-35v-1,0,-3,-2,-3,0v1,2,2,2,3,0xm139,-34v0,-2,-2,0,-3,0v0,1,-1,3,1,3v0,-2,0,-3,2,-3xm167,-27v4,-1,0,-10,-1,-4xm145,-31v-1,2,-5,1,-4,4v2,0,5,0,4,-4xm123,-30v0,5,-6,9,2,11v-3,-4,1,-9,-2,-11xm180,-30v-6,5,3,13,-4,17v6,-3,7,-9,8,-14v-2,0,-4,2,-5,0xm114,-28v-2,7,-11,2,-17,1v5,4,16,9,19,8v-4,0,-3,-6,-2,-9xm140,-24v2,0,-1,-6,-1,-3xm9,-17v-1,-4,-3,-8,-5,-4v1,2,-1,5,5,4xm136,-24v-6,2,0,22,5,18v-3,-6,-3,-10,-5,-18xm152,-21v-1,-3,-5,-1,-2,0r2,0xm159,-22v-2,0,-2,0,-1,1v3,-1,5,10,7,2xm147,-21v-1,1,-4,12,0,6r0,-6xm20,-20v3,0,2,5,1,7v0,-2,-3,-5,-1,-7xm55,-12v0,0,-9,1,-5,2v4,0,5,-1,5,-2xm123,0v-5,-8,-1,-12,6,-4v0,4,-3,3,-6,4xm92,-2v4,-2,9,-3,10,2v-4,0,-9,1,-10,-2xm0,-1v0,-2,3,-4,3,-1v-1,1,-2,3,-3,1","w":198},"F":{"d":"18,-252v6,9,-13,9,-16,15v7,0,5,7,2,10v-9,1,-2,-18,-3,-25v10,-2,11,4,17,0xm10,-183v-2,-9,11,-20,9,-11v1,2,1,5,3,5v-1,-3,1,-3,3,-1r-1,1v2,-1,8,1,7,-3v-10,4,-10,-23,-17,-8v-1,-1,-3,-1,-5,-1v4,7,0,12,-9,14v1,-8,-1,-14,2,-17r0,3v4,1,9,-3,6,-5r0,2v-7,1,-9,-7,-4,-9v9,-3,3,9,8,3v-1,-10,-1,-11,-8,-15v8,-1,1,-7,13,-6v-1,7,4,5,7,3v-3,-6,-3,-11,-3,-19v2,0,5,3,6,1r-2,-6v10,1,25,-2,32,2v-1,7,3,20,-2,24v1,-8,-3,-7,-3,-2v7,3,5,20,5,31v-2,0,-6,-2,-7,0v6,1,8,6,7,14v-7,0,-1,2,0,3v-3,18,7,46,-8,52v-1,-6,-8,4,-11,-2v0,-4,4,-6,0,-9v-1,3,0,7,-4,6v-7,-5,-3,-13,0,-20v9,1,18,-7,8,-12v-1,9,-11,15,-22,14v3,-7,-2,-8,-2,-14v5,-1,6,9,10,5v-4,-3,-7,-6,-3,-8v5,4,5,-5,8,-8v-5,-6,-20,-3,-13,-12v-2,2,-6,1,-8,2v1,0,1,1,1,2xm67,-247v0,-9,20,-5,25,-3v-2,0,-3,4,-1,4v2,0,3,-2,3,-6v27,0,29,2,54,0r0,3v1,-2,4,2,4,-1r-1,-2v11,1,27,-3,34,2v-1,14,3,34,-2,44r-116,-1v-1,-13,2,-33,0,-40xm38,-246v0,1,-4,5,0,4v1,-1,1,-3,0,-4xm52,-245v-5,4,1,12,3,5v-1,-2,-1,-5,-3,-5xm78,-242v-3,0,-4,3,0,3v1,-1,1,-2,0,-3xm35,-240v-2,0,-5,3,-3,3xm150,-239v-1,1,-8,1,-8,6v6,1,6,-3,8,-6xm108,-235v-2,-2,-4,-2,-3,2xm46,-235v-6,-2,-8,3,-10,3r1,-1v-3,-1,-6,7,-3,7v-1,-4,13,-3,12,-9xm88,-232v-1,-3,-2,2,-2,2xm141,-232v-1,1,-4,4,0,3r0,-3xm82,-217v0,-4,-7,-12,-9,-8v7,-2,4,11,9,8xm32,-224v-1,0,-3,2,-1,2xm21,-223v-2,1,-8,2,-5,4v2,-1,6,0,5,-4xm45,-221v-3,0,-2,6,-2,7v6,-1,13,-5,2,-5r0,-2xm23,-220v-2,-1,-2,1,-2,3v2,1,2,-1,2,-3xm33,-218v-2,0,-4,3,-1,2v1,-1,3,-1,1,-2xm107,-217v-1,0,-5,0,-2,1xm81,-216v-2,-1,-7,2,-2,2xm127,-216v-3,-1,-5,6,-3,6v1,-2,4,-2,3,-6xm30,-213v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm84,-212v-2,0,-1,3,-1,4v2,0,2,-3,1,-4xm139,-210v-2,0,0,3,0,3r0,-3xm54,-205v-1,-8,-7,5,-16,2v0,-2,-2,-2,-4,-1v-1,8,8,3,14,6v-4,-3,0,-8,6,-7xm48,-183v-1,-4,-8,-8,-12,-6v3,4,9,1,12,6xm49,-183v4,0,4,0,2,-2xm0,-175v-1,-4,1,-14,3,-5v-1,3,0,9,-3,5xm40,-183v-3,1,2,2,1,5r2,0xm20,-136v4,-9,2,-8,2,-14v11,0,7,8,4,13v13,11,15,7,17,22v8,-2,0,-8,11,-7v1,-1,0,-4,3,-3v-2,33,4,74,-3,102v5,-1,1,3,3,6v5,11,-10,25,-11,12v-5,0,-5,3,-11,3v-2,-5,8,-5,2,-8v0,2,-6,8,-11,5v0,-13,13,-2,15,-16v-4,1,-3,-2,-3,-5v6,-2,6,7,10,4v-7,-1,-3,-8,1,-11v2,0,0,3,3,2v0,-5,-3,-15,-6,-5v-1,8,-12,9,-18,15v-1,-4,-10,-6,-3,-9v5,1,4,-3,5,-7r-4,0v1,2,1,4,-2,3v-1,-1,-1,-4,-3,-4v2,11,-7,1,-8,11v-1,-2,-2,0,-3,1v9,0,9,10,0,9v2,1,1,5,1,7v6,0,5,2,5,7v-5,0,-7,2,-8,-5v-11,-3,-5,-9,-8,-27v3,-3,9,-6,0,-5v4,-16,-5,-49,3,-65v-6,-1,-5,-21,0,-23v0,0,1,2,1,0v-6,-5,-6,-31,-2,-39v3,1,0,3,3,4v4,-10,-2,-26,10,-9v-1,-8,0,-9,8,-5v-2,8,-14,8,-7,18v-3,4,-5,-4,-8,1v-1,10,13,4,10,16v-3,0,-5,0,-5,3v1,2,4,3,7,3xm45,-174v-1,-3,-3,-4,-2,0r2,0xm46,-171v0,4,-12,2,-14,6v5,-2,14,1,14,-6xm68,-155v3,-2,6,1,8,7r-1,1v5,-13,74,-11,97,-7v-2,0,-6,-2,-6,1v5,2,6,1,10,-1r0,16v-8,-2,-17,-6,-24,-9v4,18,12,6,23,9v0,9,2,19,0,27r-87,1v-5,-10,-13,5,-19,-2v4,1,12,-8,5,-11v-1,1,-3,1,-4,0v1,4,2,10,-3,10v1,-10,-4,-42,5,-24v3,-9,-5,-12,-4,-18xm6,-155v-3,-1,-2,2,-2,4v2,0,4,-3,2,-4xm99,-155v-2,0,-1,2,-2,3v1,0,2,-1,2,-3xm104,-155v-2,0,-6,2,-3,3v1,-1,4,0,3,-3xm53,-153v-3,0,-3,3,-1,4v0,0,2,0,2,-1xm143,-153v-10,0,-5,2,-1,6v1,-7,5,2,9,0v-3,0,-5,-2,-8,-6xm43,-149v-2,0,0,2,0,3v1,0,3,1,3,-1xm101,-145v0,-2,-3,-3,-2,0r2,0xm82,-146v0,9,9,7,9,0v-5,4,-4,2,-9,0xm6,-139v2,-1,4,-4,0,-2r0,2xm125,-140v2,0,6,1,5,-2v-2,2,-6,-2,-5,2xm100,-139v-2,-2,-5,1,-2,2xm146,-139v-4,-1,-3,2,-2,4v3,1,3,-2,2,-4xm84,-127v3,-5,-7,-14,-6,-8v5,-1,2,7,6,8xm145,-133v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm165,-130v-3,-2,-5,0,-3,3xm98,-128v-1,2,-7,-5,-3,1v-3,1,-8,3,-1,4v4,0,6,-1,4,-5xm135,-129v-4,-1,-8,5,-2,6xm21,-128v-16,5,-2,19,-17,23v6,-2,13,3,11,-6r5,0v-3,-4,1,-7,6,-6v4,2,1,5,4,7v0,-1,-1,-3,1,-3v6,2,1,11,5,12v0,-8,4,-4,2,-12v-9,0,-2,-6,-1,-10v-3,-1,-3,4,-7,1v0,-2,1,-5,-1,-5v-1,5,-2,7,-10,7v1,3,-1,5,-4,4v1,-6,3,-5,6,-12xm82,-126v-5,0,-6,4,0,2r0,-2xm143,-125v-4,1,0,5,1,8v3,-1,1,-6,-1,-8xm118,-116v-1,3,2,2,4,2v0,-2,-3,-1,-4,-2xm145,-116v-2,0,-4,1,-4,4v1,-1,5,-1,4,-4xm26,-105v-2,-9,-5,2,-10,0v0,4,7,9,5,0v2,-1,3,-1,5,0xm51,-108v-2,0,-4,0,-3,3v1,0,2,-1,3,-3xm46,-100v1,-3,-2,-4,-2,-2xm9,-102v-4,0,-6,7,0,5r0,-5xm41,-94v-2,0,-4,0,-3,3v1,-1,4,0,3,-3xm54,-88v0,-5,-7,-8,-8,-2v0,8,3,5,8,2xm14,-88v-5,-1,-6,1,-2,4v2,-1,6,-3,2,-4xm38,-88v-3,1,-7,-1,-7,3v4,1,5,-1,7,-3xm46,-82v0,1,-2,3,0,3r0,-3xm10,-76r-4,0r4,0xm13,-72v0,-2,-2,-5,-2,-3xm48,-70v2,-6,-11,-7,-11,-4v10,-3,-1,17,6,5xm22,-71v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm5,-59v2,-6,10,-4,12,-8v-7,2,-15,-1,-12,8xm54,-66v0,-2,-2,0,-3,0v0,4,2,5,5,6v-2,-3,-5,-6,-2,-6xm13,-54v-3,0,-4,2,-4,6xm52,-44v0,-10,-4,-3,-7,-1xm11,-44v0,2,4,2,4,0r-4,0xm10,-41v0,0,-2,0,-2,1v2,2,5,2,2,-1xm14,-35v-1,0,-3,-2,-3,0v1,2,2,2,3,0xm9,-17v-1,-4,-3,-8,-5,-4v1,2,-1,5,5,4xm20,-20v3,0,2,5,1,7v0,-2,-3,-5,-1,-7xm55,-12v0,0,-9,1,-5,2v4,0,5,-1,5,-2xm0,-1v0,-2,3,-4,3,-1v-1,1,-2,3,-3,1","w":198},"G":{"d":"2,-108v-16,-77,47,-149,113,-143v-2,14,5,37,-5,43v3,3,4,-3,5,0v-14,4,-27,10,-37,19r-6,-2v2,8,5,0,5,4v-10,12,-16,26,-19,44v-1,-1,-2,-1,-4,-1v0,4,5,0,4,5v2,15,-10,11,-6,16v6,-2,7,9,8,26v-2,0,-4,5,-1,2v3,-1,5,6,3,9v7,5,19,38,46,38v-1,7,-3,5,-9,3v-2,9,-14,4,-7,13v8,-5,12,-13,22,-6v2,11,-6,3,-7,12v5,-3,10,4,5,7v-11,-6,-1,9,-11,9v-1,-3,2,-2,2,-5r-2,0v3,-5,5,-8,5,-10v0,8,-16,6,-8,10v-1,2,-1,5,0,7v-1,0,-2,-2,-2,0v1,1,5,5,2,7v-5,-3,-16,1,-15,-8v-22,-1,-30,-7,-50,-26v-9,-18,-18,-18,-26,-46v-1,-8,8,-6,5,-12v5,3,9,-2,7,7r-2,-1v-5,11,12,2,12,13r2,0v0,-2,-4,-6,1,-5v4,0,5,3,7,0v-1,-6,0,-2,-5,0v-4,-9,-20,1,-10,-14v2,1,5,4,5,0v-2,-2,3,-8,-2,-5v-9,-3,-28,15,-25,-9v5,6,6,-1,8,-6v-4,2,-4,4,-6,-1r1,0r-3,-2v0,5,2,5,0,8xm237,-123v2,0,2,0,2,2v-1,0,-1,-1,-2,-2xm140,-48v5,1,25,-21,32,-21v-6,-3,-2,-2,4,-10v-2,-5,0,-6,4,-6v3,-1,2,3,4,3v1,-5,-11,-1,-5,-12r4,2v0,-5,-3,-9,-1,-16v2,2,6,-1,6,-5v-3,-1,-2,7,-6,3v-3,-12,3,-8,0,-13v16,2,40,-4,52,2v-1,7,-10,3,-3,7v2,0,5,-2,5,0r-1,2r4,0v0,23,-8,49,-29,74v-21,25,-57,43,-84,36v1,0,2,0,2,-1v-6,1,-2,-8,-3,-12v1,-6,4,-4,11,-6v-10,-6,-1,-17,1,-25v-2,1,-5,2,-4,-2v2,0,7,-3,8,-1xm46,-210v-2,0,-4,1,-4,4v2,-1,4,-3,4,-4xm20,-171v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm59,-154v-2,0,-6,2,-4,4xm43,-152v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm20,-140v1,-2,-2,-7,-2,-2xm28,-138v0,-2,-4,-3,-3,0r3,0xm14,-134v0,-2,-3,-4,-2,-1xm20,-132v10,4,0,17,-2,18v8,-5,12,-8,19,-3r-1,1v6,2,2,-4,5,-4v2,3,10,2,8,-5v-11,0,-13,-3,-18,-9v-1,6,-7,6,-11,2xm14,-126v-1,3,1,3,3,2r0,-2v-1,1,-2,1,-3,0xm197,-113v0,-3,-10,-10,-11,-6v-1,3,8,3,11,6xm15,-114v-1,0,-1,0,-1,1v3,0,1,-1,1,-1xm24,-111r1,-3xm219,-114v0,0,-2,0,-2,1r4,0xm205,-114v-2,1,-6,0,-6,4v4,-2,7,4,6,-4xm21,-108v1,-1,4,-2,2,-2xm202,-105v0,-2,-2,-6,-2,-3v2,2,-1,4,2,3xm208,-107v-1,2,4,5,4,1xm234,-107v-3,-1,-2,2,-3,3v2,0,4,0,3,-3xm55,-104v-2,0,-6,1,-4,2v2,0,5,1,4,-2xm49,-102v-3,0,-5,0,-3,3xm38,-101v-7,3,-8,3,-1,6xm187,-99v-3,-1,-2,2,-1,3v4,1,2,-1,1,-3xm54,-81v-3,-14,-15,-14,-18,-6r1,3v5,-6,12,-1,17,3xm195,-91v-1,-1,-7,-2,-6,2v3,0,4,-1,6,-2xm6,-86v-2,0,-3,-5,-1,-5v3,0,3,3,1,5xm35,-88v-5,-4,-6,7,-3,2v2,1,4,1,3,-2xm19,-73v1,-7,-6,-8,-9,-6xm186,-80r1,1xm64,-77v-2,0,-5,2,0,2r0,-2xm181,-72r0,5v3,0,2,-4,0,-5xm197,-72v-2,2,-3,5,1,4xm72,-68v-1,-1,-4,-3,-3,0v1,1,2,1,3,0xm40,-67v-3,-1,-7,2,-2,3xm188,-64v0,-2,-4,-3,-4,-1v1,1,2,1,4,1xm176,-65r0,5v2,-2,2,-4,0,-5xm66,-59v0,1,-2,4,1,3v0,-1,-1,-2,-1,-3xm75,-55v-2,-3,-6,2,-8,3xm43,-55v-3,0,-8,2,-2,4v1,-1,2,-2,2,-4xm28,-48v-2,-2,-4,-2,-3,1xm58,-50v-3,-1,-2,2,-2,4v2,0,1,-3,2,-4xm94,-48r0,2v3,-1,4,-5,0,-2xm31,-44v0,-1,1,-4,-1,-4v0,2,0,3,1,4xm75,-38v-1,-11,-12,-7,-2,0r2,0xm40,-43v-3,-1,-5,2,-3,4v3,0,5,-1,3,-4xm52,-41v-3,0,-6,3,-1,3xm126,-36v-1,-2,-1,-5,2,-4v-1,1,0,4,-2,4xm47,-38v0,1,-4,3,-2,3xm54,-38v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm55,-34v1,6,10,5,11,0v-3,2,-7,0,-11,0xm140,-33v-1,0,-3,-1,-3,1v1,0,4,2,3,-1xm125,-21v1,-3,-1,-8,1,-9v0,3,1,7,-1,9xm54,-22v1,-3,-5,-5,-5,-3v3,5,5,4,11,4v-2,0,-5,-2,-7,0xm66,-25v-1,1,-4,4,0,3r0,-3xm160,-24v-2,0,-4,4,-1,3xm83,-18v0,-2,-4,-3,-4,-1v1,1,2,1,4,1xm92,-20v-4,-1,-2,3,-2,5v5,0,4,-1,2,-5xm62,-19v0,1,-3,4,-1,4v3,-1,5,-3,1,-4xm88,-12v1,-4,-2,-3,-5,-3v2,1,0,3,5,3xm114,-8v-4,-1,-2,-10,1,-8v0,3,0,6,-1,8xm139,-9v1,-3,-3,-6,-2,-1xm103,-3v1,-8,13,-5,12,2v-7,3,-8,-3,-12,-2xm186,-156v-17,-20,-29,-47,-61,-52v1,-14,-2,-32,1,-44v42,-4,103,42,103,76v-1,-5,1,-7,3,-1xm188,-220v3,-2,-2,-6,-2,-3v1,0,2,1,2,3xm225,-176v-2,1,-13,3,-5,3v2,-1,6,0,5,-3xm135,-118v6,2,9,2,15,4v-4,1,-9,-11,-15,-4xm129,-109v-6,2,-3,-8,-4,-14v13,1,40,-3,46,2v-2,0,-5,-2,-5,1v5,2,6,1,10,-1r0,16v-8,0,-8,-5,-16,-4v-1,-3,-5,-3,-9,-5v5,18,12,6,24,9v0,9,2,19,0,27r-50,1v1,-11,-3,-30,4,-32xm147,-104v-2,-2,-7,-1,-4,2v2,0,3,-1,4,-2xm144,-100v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm164,-97v-3,-2,-5,0,-3,3xm134,-96v-3,0,-5,1,-4,5v4,2,4,-2,4,-5xm142,-92v-4,1,0,5,1,8v3,-2,0,-5,-1,-8xm144,-81v-1,-5,-2,1,-4,0r0,2","w":246},"H":{"d":"18,-252v6,9,-13,9,-16,15v7,0,5,7,2,10v-9,1,-2,-18,-3,-25v10,-2,11,4,17,0xm10,-183v-2,-9,11,-20,9,-11v1,2,1,5,3,5v-1,-3,1,-3,3,-1r-1,1v2,-1,8,1,7,-3v-10,4,-10,-23,-17,-8v-1,-1,-3,-1,-5,-1v4,7,0,12,-9,14v1,-8,-1,-14,2,-17r0,3v4,1,9,-3,6,-5r0,2v-7,1,-9,-7,-4,-9v9,-3,3,9,8,3v-1,-10,-1,-11,-8,-15v8,-1,1,-7,13,-6v-1,7,4,5,7,3v-3,-6,-3,-11,-3,-19v2,0,5,3,6,1r-2,-6v10,1,25,-2,32,2v-1,7,3,20,-2,24v1,-8,-3,-7,-3,-2v7,3,5,20,5,31v-2,0,-6,-2,-7,0v6,1,8,6,7,14v-7,0,-1,2,0,3v-3,18,7,46,-8,52v-1,-6,-8,4,-11,-2v0,-4,4,-6,0,-9v-1,3,0,7,-4,6v-7,-5,-3,-13,0,-20v9,1,18,-7,8,-12v-1,9,-11,15,-22,14v3,-7,-2,-8,-2,-14v5,-1,6,9,10,5v-4,-3,-7,-6,-3,-8v5,4,5,-5,8,-8v-5,-6,-20,-3,-13,-12v-2,2,-6,1,-8,2v1,0,1,1,1,2xm38,-246v0,1,-4,5,0,4v1,-1,1,-3,0,-4xm52,-245v-5,4,1,12,3,5v-1,-2,-1,-5,-3,-5xm35,-240v-2,0,-5,3,-3,3xm46,-235v-6,-2,-8,3,-10,3r1,-1v-3,-1,-6,7,-3,7v-1,-4,13,-3,12,-9xm32,-224v-1,0,-3,2,-1,2xm21,-223v-2,1,-8,2,-5,4v2,-1,6,0,5,-4xm45,-221v-3,0,-2,6,-2,7v6,-1,13,-5,2,-5r0,-2xm23,-220v-2,-1,-2,1,-2,3v2,1,2,-1,2,-3xm33,-218v-2,0,-4,3,-1,2v1,-1,3,-1,1,-2xm30,-213v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm54,-205v-1,-8,-7,5,-16,2v0,-2,-2,-2,-4,-1v-1,8,8,3,14,6v-4,-3,0,-8,6,-7xm48,-183v-1,-4,-8,-8,-12,-6v3,4,9,1,12,6xm49,-183v4,0,4,0,2,-2xm0,-175v-1,-4,1,-14,3,-5v-1,3,0,9,-3,5xm40,-183v-3,1,2,2,1,5r2,0xm20,-136v4,-9,2,-8,2,-14v11,0,7,8,4,13v13,11,15,7,17,22v8,-2,0,-8,11,-7v1,-1,0,-4,3,-3v-2,33,4,74,-3,102v5,-1,1,3,3,6v5,11,-10,25,-11,12v-5,0,-5,3,-11,3v-2,-5,8,-5,2,-8v0,2,-6,8,-11,5v0,-13,13,-2,15,-16v-4,1,-3,-2,-3,-5v6,-2,6,7,10,4v-7,-1,-3,-8,1,-11v2,0,0,3,3,2v0,-5,-3,-15,-6,-5v-1,8,-12,9,-18,15v-1,-4,-10,-6,-3,-9v5,1,4,-3,5,-7r-4,0v1,2,1,4,-2,3v-1,-1,-1,-4,-3,-4v2,11,-7,1,-8,11v-1,-2,-2,0,-3,1v9,0,9,10,0,9v2,1,1,5,1,7v6,0,5,2,5,7v-5,0,-7,2,-8,-5v-11,-3,-5,-9,-8,-27v3,-3,9,-6,0,-5v4,-16,-5,-49,3,-65v-6,-1,-5,-21,0,-23v0,0,1,2,1,0v-6,-5,-6,-31,-2,-39v3,1,0,3,3,4v4,-10,-2,-26,10,-9v-1,-8,0,-9,8,-5v-2,8,-14,8,-7,18v-3,4,-5,-4,-8,1v-1,10,13,4,10,16v-3,0,-5,0,-5,3v1,2,4,3,7,3xm45,-174v-1,-3,-3,-4,-2,0r2,0xm46,-171v0,4,-12,2,-14,6v5,-2,14,1,14,-6xm69,-110v2,-5,10,-7,4,-13v-1,2,-3,0,-4,0v0,3,3,10,-2,10v1,-10,-2,-23,1,-31r3,7v3,-9,-4,-12,-3,-19v6,-1,7,16,12,6v-3,-4,-6,-7,3,-6v21,2,58,-4,71,2v-2,-1,-4,-2,-4,1v4,2,6,2,8,-1r0,16v-7,-2,-14,-6,-20,-9v4,17,10,6,20,9r0,27r-74,1v-4,-8,-7,1,-15,0xm6,-155v-3,-1,-2,2,-2,4v2,0,4,-3,2,-4xm94,-155v-2,0,-1,2,-2,3v1,0,2,-1,2,-3xm98,-155v-2,0,-3,1,-3,3v1,-1,4,0,3,-3xm53,-153v-3,0,-3,3,-1,4v0,0,2,0,2,-1xm131,-153v-9,0,-5,2,-1,6v1,-7,4,2,7,0v-2,0,-4,-2,-6,-6xm43,-149v-2,0,0,2,0,3v1,0,3,1,3,-1xm94,-147v0,1,1,3,1,1xm81,-146v-3,2,1,7,2,7v1,-2,5,-6,3,-7v-2,3,-3,4,-5,0xm6,-139v2,-1,4,-4,0,-2r0,2xm119,-142v-1,2,-4,-2,-3,2v2,0,4,0,3,-2xm95,-139v-2,-2,-5,1,-2,2xm133,-139v-3,-1,-2,2,-2,4v3,1,3,-2,2,-4xm80,-127v7,-4,-10,-14,-2,-8v1,2,3,4,2,8xm132,-133v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm149,-130v-3,-2,-5,0,-3,3xm93,-128v0,0,-10,3,-4,5v2,-1,4,-3,5,-1xm124,-129v-4,-1,-6,5,-2,6xm21,-128v-16,5,-2,19,-17,23v6,-2,13,3,11,-6r5,0v-3,-4,1,-7,6,-6v4,2,1,5,4,7v0,-1,-1,-3,1,-3v6,2,1,11,5,12v0,-8,4,-4,2,-12v-9,0,-2,-6,-1,-10v-3,-1,-3,4,-7,1v0,-2,1,-5,-1,-5v-1,5,-2,7,-10,7v1,3,-1,5,-4,4v1,-6,3,-5,6,-12xm80,-126v-5,0,-6,4,0,2r0,-2xm131,-125v-4,0,0,5,0,8v3,-1,1,-5,0,-8xm113,-114v0,-2,-4,-3,-3,0r3,0xm132,-116v-1,1,-4,1,-3,4v1,-1,4,-1,3,-4xm26,-105v-2,-9,-5,2,-10,0v0,4,7,9,5,0v2,-1,3,-1,5,0xm51,-108v-2,0,-4,0,-3,3v1,0,2,-1,3,-3xm46,-100v1,-3,-2,-4,-2,-2xm9,-102v-4,0,-6,7,0,5r0,-5xm41,-94v-2,0,-4,0,-3,3v1,-1,4,0,3,-3xm54,-88v0,-5,-7,-8,-8,-2v0,8,3,5,8,2xm14,-88v-5,-1,-6,1,-2,4v2,-1,6,-3,2,-4xm38,-88v-3,1,-7,-1,-7,3v4,1,5,-1,7,-3xm46,-82v0,1,-2,3,0,3r0,-3xm10,-76r-4,0r4,0xm13,-72v0,-2,-2,-5,-2,-3xm48,-70v2,-6,-11,-7,-11,-4v10,-3,-1,17,6,5xm22,-71v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm5,-59v2,-6,10,-4,12,-8v-7,2,-15,-1,-12,8xm54,-66v0,-2,-2,0,-3,0v0,4,2,5,5,6v-2,-3,-5,-6,-2,-6xm13,-54v-3,0,-4,2,-4,6xm52,-44v0,-10,-4,-3,-7,-1xm11,-44v0,2,4,2,4,0r-4,0xm10,-41v0,0,-2,0,-2,1v2,2,5,2,2,-1xm14,-35v-1,0,-3,-2,-3,0v1,2,2,2,3,0xm9,-17v-1,-4,-3,-8,-5,-4v1,2,-1,5,5,4xm20,-20v3,0,2,5,1,7v0,-2,-3,-5,-1,-7xm55,-12v0,0,-9,1,-5,2v4,0,5,-1,5,-2xm0,-1v0,-2,3,-4,3,-1v-1,1,-2,3,-3,1xm169,-251v13,-4,43,-4,57,0v1,15,0,26,-10,16v5,5,3,10,1,12v3,-1,6,-6,9,-4r0,112v-13,-5,-11,7,-23,7v4,-1,11,8,15,5v-4,0,-1,-4,-2,-7v13,0,0,8,10,12v1,9,-2,14,-6,18v4,1,3,-3,6,-3v-2,14,4,36,-4,43v1,1,3,1,4,0v-1,8,3,21,-2,25v1,-6,-6,-6,-7,-6v2,0,13,10,2,11v-2,-1,-4,-6,-5,-4v3,7,6,9,12,5v2,13,-8,7,-18,9v-4,-7,-15,5,-19,-5v2,7,-6,5,-11,5v1,-4,-3,-3,-6,-3v0,2,3,0,2,3v-11,-2,1,-22,-5,-33v2,-4,7,0,11,0v-5,-1,-6,-5,-9,-8v0,2,1,5,-2,4v2,-11,-6,-43,8,-33v4,0,17,-1,8,-3v1,-5,-11,1,-7,-7v0,-6,-11,-9,-9,-18r3,0v-8,-43,-1,-104,-3,-153xm189,-249v0,0,-5,0,-3,1xm199,-240v0,-5,-4,-2,-1,0r1,0xm210,-231v-6,0,-11,0,-13,4r12,5v-1,-4,-1,-7,1,-9xm214,-220v0,-4,-6,-2,-2,0r2,0xm176,-217v0,-2,-4,-4,-3,-1xm220,-149v-2,0,-3,9,1,8v2,-3,0,-5,-1,-8xm224,-128v-2,0,-5,6,0,5r0,-5xm178,-138v-3,-1,-2,3,-2,5v3,1,2,-3,2,-5xm214,-122v-2,0,-13,4,-9,6v5,-2,8,-4,9,-6xm188,-132v-2,0,-2,0,-2,2r2,2r0,-4xm173,-126v2,1,4,3,8,3v0,-1,-3,-3,-8,-3xm192,-121v3,1,2,-2,2,-4v-3,-1,-2,2,-2,4xm224,-114v4,0,1,6,2,9v-3,1,-2,-5,-2,-9xm207,-123v-1,-8,-6,-15,-9,-7xm182,-109v-1,-6,-8,-5,-9,-1v3,1,6,4,9,1xm190,-99v3,2,4,6,-2,6v-4,-1,-5,7,-1,7v4,-2,4,1,6,3v0,-6,2,-9,7,-9v-3,0,-7,-18,-10,-7xm224,-97v-2,0,-6,-1,-5,2v2,0,6,1,5,-2xm216,-88v-2,-2,-13,4,-7,6v0,-3,2,-4,7,-6xm170,-86v7,-1,2,6,1,9v-4,1,-1,-5,-2,-8xm216,-79v-2,0,-4,0,-3,2v2,-1,3,-2,3,-2xm197,-79v-3,3,-5,5,1,3xm205,-75v-1,0,-3,-1,-3,1v0,1,2,2,6,4v0,-3,-2,-2,-3,-5xm200,-70v-12,1,-11,4,-4,7v0,-2,1,-5,4,-7xm210,-68v-1,1,-3,0,-3,2r4,0xm183,-63v-5,-7,-14,1,-8,5v2,-2,2,-6,8,-5xm217,-61v-5,2,-10,5,-7,7v-1,-4,9,-1,7,-7xm189,-59v-2,-1,-6,3,-2,2xm224,-55v-4,-1,-6,4,-1,3xm191,-46v-1,0,-5,4,-1,3xm186,-43v-3,-1,-7,3,-2,2xm196,-27v-1,1,-8,4,-3,4v-1,-2,4,-1,3,-4xm204,-18v3,-3,-2,-10,-3,-8v6,4,-6,9,3,8xm187,-23v-2,-1,-5,1,-2,2xm189,-14v0,1,5,4,5,0r-5,0xm185,-11v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm212,-9v-2,0,-4,0,-3,2v2,0,4,0,3,-2","w":239},"I":{"d":"0,-251v13,-4,43,-4,57,0v1,12,1,32,-9,15v0,4,5,11,0,13r9,-4r0,112v-13,-7,-10,12,-21,5v0,1,-3,3,-1,3v8,-1,15,14,12,-3v11,0,13,22,4,30v4,1,5,-1,6,-3v-2,14,4,36,-4,43v7,1,5,19,3,26v0,-7,-4,-5,-8,-7v2,0,14,10,2,11v-2,-1,-4,-5,-5,-3v3,2,3,6,4,8v6,0,4,-4,8,-4v2,13,-8,7,-18,9v-4,-7,-13,4,-19,-4v2,7,-7,3,-11,4v1,-4,-2,-3,-5,-3v1,2,1,4,-2,3v-1,-11,-1,-26,0,-35r9,2v-5,-1,-5,-6,-9,-8v0,2,1,5,-2,4v2,-11,-6,-43,8,-33v6,-1,17,0,8,-4v-11,-1,-7,-4,-11,-16v-5,3,-6,-3,-5,-8r3,0v-8,-42,-1,-104,-3,-153xm20,-248v0,0,-5,0,-3,1xm30,-239v0,-5,-4,-2,-1,0r1,0xm28,-227r12,6v-1,-4,-1,-7,1,-9v-6,-1,-10,1,-13,3xm45,-219v0,-4,-6,-2,-2,0r2,0xm5,-219v-1,1,1,4,2,2v0,-2,-1,-1,-2,-2xm51,-149v-4,2,0,12,2,6xm56,-123v0,-5,-3,-4,-4,0v0,2,3,0,4,0xm9,-122v-3,-1,-2,3,-2,5v3,1,2,-3,2,-5xm45,-121v-2,0,-13,4,-9,6v5,-2,8,-4,9,-6xm20,-117v-2,0,-2,0,-2,2v2,1,2,1,2,-2xm2,-114v2,2,3,5,7,4v0,-2,-2,-3,-7,-4xm25,-112v-3,-1,-2,2,-2,4v3,1,3,-1,2,-4xm56,-113v2,1,2,8,0,9v0,-3,-2,-7,0,-9xm27,-99r9,7v-1,-5,-7,-18,-7,-7r-2,0xm13,-97v-5,-6,-12,-1,-3,3v2,0,2,-2,3,-3xm21,-101v-6,3,6,13,-7,10v-3,5,-1,10,6,7r1,4v-3,-11,16,-9,2,-13xm56,-97v-2,1,-7,-1,-6,3v3,0,7,1,6,-3xm47,-89v-3,2,-12,5,-7,7v-1,-3,6,-3,7,-7xm1,-85v5,-1,3,6,1,9v-4,1,-1,-5,-2,-8xm47,-79v-1,1,-4,0,-3,3v2,-1,3,-2,3,-3xm28,-78v-3,3,-5,5,1,3xm36,-74v-1,0,-3,-1,-3,1v0,0,2,2,6,4v0,-3,-2,-3,-3,-5xm31,-69v-12,1,-11,4,-4,7v0,-3,1,-5,4,-7xm41,-67v-1,1,-3,0,-3,2r4,0xm9,-66v-1,5,-10,2,-2,9v0,-4,3,-5,7,-5v-1,-2,-3,-3,-5,-4xm48,-60v-5,2,-10,5,-7,7v-1,-4,9,-1,7,-7xm20,-58v-2,-1,-6,3,-2,2xm55,-55v-3,-1,-4,2,-4,4v3,1,4,-2,4,-4xm22,-46v-1,0,-5,5,-1,4xm17,-42v-3,-1,-7,3,-2,2xm27,-26v-1,1,-8,4,-3,4v-1,-3,4,-1,3,-4xm35,-17v3,-3,-2,-11,-3,-8v6,5,-6,9,3,8xm18,-22v-1,0,-5,0,-2,1xm21,-13v0,1,4,2,4,0r-4,0xm16,-10v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm43,-8v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm56,-113v2,1,2,8,0,9v0,-3,-2,-7,0,-9xm1,-85v5,-1,3,6,1,9v-4,1,-1,-5,-2,-8","w":69},"J":{"d":"60,-60v1,-1,2,0,2,-2v-1,0,-2,1,-2,2xm50,-252v11,-4,21,7,25,4v-3,-1,-5,-2,-6,-4v15,-6,23,14,10,19v3,2,5,11,-4,9v-1,-5,2,-7,1,-10v-5,5,-22,10,-5,8v4,6,4,10,14,6r0,142v-8,48,-29,77,-76,80v-1,-6,-4,2,-9,0v1,-8,-1,-18,5,-21v-1,2,-4,-2,-5,1v3,-11,-8,-39,8,-35v-1,-5,10,2,5,-5v10,-5,15,-14,15,-26r0,-144v7,-6,-4,-12,2,-18v5,2,4,-1,4,-6v4,1,13,-2,14,2v-6,-3,-8,1,-5,6v12,-4,-1,16,9,8v0,0,-2,0,-2,-1v-1,-6,8,-5,7,-9v-5,2,-7,-1,-7,-6xm78,-241v0,2,8,5,6,0r-6,0xm39,-241v-7,3,-6,6,0,8v1,-3,3,-6,0,-8xm64,-242v-5,3,-11,7,-5,11v-1,-4,5,-6,5,-11xm51,-226v-1,4,3,3,3,1v0,-2,-2,-1,-3,-1xm30,-221v6,-1,10,-3,4,-3xm46,-217v3,1,2,-2,2,-4v-1,1,-2,2,-2,4xm62,-217v4,-1,8,4,11,3v0,-1,-8,-7,-11,-3xm35,-213v3,1,2,-2,2,-4v-3,-1,-2,2,-2,4xm80,-213v0,5,4,8,4,1xm78,-186v3,-1,5,-8,0,-8r0,8xm9,-9v-1,0,-4,-2,-4,0r4,0xm6,-18v7,-1,3,-3,0,-1r0,1xm15,-43v3,-6,-3,-7,-7,-5v-1,5,4,4,7,5xm16,-18r1,-1xm18,-34v-3,5,-9,-2,-11,0r3,11v5,-3,8,-6,8,-11xm22,-51v-2,-2,-7,2,-4,3v3,1,3,-2,4,-3xm30,-5v0,-2,1,-5,-2,-4v0,2,-1,5,2,4xm31,-30v0,0,-15,5,-9,7v5,-1,9,-4,9,-7xm34,-76v-1,-2,-1,-2,-3,-1v-1,3,2,1,3,1xm35,-55v-2,-2,-11,1,-13,3v8,-2,6,7,11,4v0,-3,1,-5,2,-7xm33,-40v4,0,6,-4,0,-3r0,3xm44,-52v-1,-3,1,-7,-3,-7v1,2,-1,8,3,7xm49,-47v7,-1,3,-4,0,-1r0,1xm54,-71v2,-3,4,-11,2,-11v-3,3,-2,5,-2,11xm67,-77v0,-2,0,-4,-2,-3v1,1,0,3,2,3xm60,-65v-2,-1,-2,1,-2,3v1,0,2,-1,2,-3xm82,-109r0,1r0,-1xm28,-252v7,-2,3,5,1,2v-1,0,-1,-1,-1,-2xm85,-222v-3,0,-2,-7,0,-9r0,9xm64,-82r-1,0r1,0","w":97},"K":{"d":"58,-252r-1,252r-57,0r0,-252r58,0xm146,-252v24,1,51,-2,73,1r-115,113r120,138r-69,0r-89,-105r0,-62","w":228},"L":{"d":"0,-251v16,-2,41,-2,57,0v1,15,1,27,-10,17v5,4,4,10,1,11v3,-1,7,-5,9,-3r0,112v-13,-8,-10,11,-21,4v-1,1,-3,3,-1,4v9,-1,15,12,12,-4v11,0,12,21,4,30v4,1,5,-1,6,-3v-2,14,4,36,-4,43v7,1,5,19,3,26v1,-6,-6,-7,-8,-6v0,0,13,9,2,10v-2,-1,-4,-5,-5,-3v3,2,3,6,4,8v6,1,4,-4,8,-4v1,18,-18,3,-31,9v-5,-6,-20,4,-26,-2v5,-5,-4,-16,4,-21v-1,-3,-8,-7,-2,-12r9,2v-5,-1,-5,-6,-9,-8v0,2,1,5,-2,4v2,-18,-9,-42,20,-34v-1,-3,-16,-2,-11,-9v0,-6,-12,-7,-9,-17r3,0v-7,-42,-1,-104,-3,-154xm20,-248v0,0,-5,0,-3,1xm30,-239v0,-5,-4,-2,-1,0r1,0xm41,-230v-6,0,-11,0,-13,4r12,5v-1,-4,-1,-7,1,-9xm45,-219v0,-4,-6,-2,-2,0r2,0xm7,-217v-1,-1,-4,-3,-3,0v1,1,2,1,3,0xm51,-149v-2,0,-3,10,1,9v2,-3,0,-6,-1,-9xm56,-123v0,-5,-3,-4,-4,0v0,2,3,0,4,0xm9,-122v-3,-1,-2,3,-2,5v3,1,2,-3,2,-5xm45,-121v-2,0,-13,4,-9,6v5,-2,8,-4,9,-6xm20,-117v-2,0,-2,0,-2,2v2,1,2,1,2,-2xm2,-114v2,2,3,5,7,4v0,-2,-2,-3,-7,-4xm25,-112v-3,-1,-2,2,-2,4v3,1,3,-1,2,-4xm56,-113v2,1,2,8,0,9v0,-3,-2,-7,0,-9xm31,-104v-6,5,-1,9,5,12v1,-7,-6,-6,-5,-12xm13,-97v-6,-5,-12,0,-3,3v2,0,2,-2,3,-3xm24,-98v-2,-4,-5,-3,-5,2v2,2,3,6,-2,6v-5,-1,-7,7,-2,7v9,3,5,-5,14,-6v1,-2,-12,-6,-5,-9xm56,-97v-2,1,-7,-1,-6,3v3,0,7,1,6,-3xm47,-87v-2,-2,-13,4,-7,6v0,-3,2,-4,7,-6xm1,-85v8,-1,1,6,1,9v-4,1,-1,-5,-2,-8xm47,-79v-1,1,-4,0,-3,3v2,-1,3,-2,3,-3xm28,-78v-3,3,-5,5,1,3xm36,-74v-1,0,-3,-1,-3,1v0,1,2,2,6,4v0,-3,-2,-3,-3,-5xm31,-69v-12,1,-11,4,-4,7v0,-2,1,-5,4,-7xm41,-67v-1,1,-3,0,-3,2r4,0xm14,-62v-3,-6,-7,-1,-10,-1v0,3,1,4,3,6v0,-4,3,-5,7,-5xm48,-60v-5,2,-10,5,-7,7v-1,-4,9,-1,7,-7xm20,-58v-2,-1,-6,3,-2,2xm55,-54v-4,-1,-6,4,-1,3xm22,-46v-1,0,-5,5,-1,4xm17,-42v-3,-1,-7,3,-2,2xm27,-26v-1,1,-8,4,-3,4v-1,-2,4,-1,3,-4xm35,-17v3,-3,-2,-11,-3,-8v6,4,-6,9,3,8xm18,-22v-2,-1,-5,1,-2,2xm21,-13v0,2,2,2,4,2v1,-3,-2,-2,-4,-2xm16,-10v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm43,-8v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm178,-31v-10,-4,-9,10,-11,19v4,-1,1,5,2,7v-6,2,-13,-7,-20,2v2,0,3,1,3,3v-11,1,-19,0,-12,-9v-6,-4,-7,-1,-16,0v4,4,2,7,-2,9r-14,0v1,-4,-5,-3,-5,-2v1,1,3,0,3,2v-25,2,-44,4,-37,-33r5,3v-3,-4,-8,-11,-4,-17v7,0,12,-1,13,5v11,-8,15,-4,28,-5v-1,6,-5,4,-5,8v8,-14,41,-5,52,-7v-1,0,-1,0,-1,-1v9,1,14,0,21,1v-2,4,-1,10,4,6v-1,14,6,11,7,25v0,3,-6,25,-18,12v6,1,0,-10,7,-11v-2,0,-4,0,-3,-2v9,-2,-1,-9,3,-15xm145,-44v-1,2,1,6,1,2xm136,-43r-3,1xm117,-37v1,-5,-2,-4,-2,-1xm128,-38v1,1,2,1,3,0r-3,0xm188,-38v2,1,2,8,-2,6v0,-3,0,-5,2,-6xm118,-35v1,2,3,6,2,0r-2,0xm88,-27v3,-1,3,-8,-1,-5xm115,-27v1,-3,-5,-6,-4,-1xm135,-30v-7,1,1,7,-4,11v11,-3,1,-2,4,-11xm79,-28v0,-2,-3,-3,-2,0v1,1,1,1,0,2v-14,1,4,2,-1,11v3,-1,1,3,4,2v-4,-6,-2,-6,-1,-15xm160,-27v-4,-2,-16,7,-17,-1v3,5,-3,9,-2,11v5,-8,14,-3,19,-10xm117,-27v-2,-1,-2,1,-2,3v2,0,1,-2,2,-3xm122,-24v-6,4,-2,13,-7,19v7,-1,8,-10,7,-19xm107,-23v-2,0,-4,3,0,2r0,-2xm99,-22v-4,0,-9,3,-6,6v3,-1,2,-5,6,-6xm111,-21v-2,0,-2,8,1,8xm136,-9v3,5,-6,14,-8,5v2,-3,4,-5,8,-5xm155,-1v1,-5,12,-3,7,1v-2,0,-7,1,-7,-1","w":202},"M":{"d":"1,-252r53,0v9,13,18,27,27,44r-2,0v4,6,19,16,14,27v5,2,14,8,9,14v-16,-1,-31,9,-44,5v-4,6,-10,-10,-10,-10v7,1,13,3,17,0v-7,0,-10,-11,-19,-6v-9,-10,-46,-74,-45,-74xm292,-2v-14,5,-39,0,-57,1r1,-59v4,-7,11,-1,8,-13r-8,-1v2,-57,-9,-67,26,-110v7,-9,17,-38,30,-49r0,153v-2,11,1,47,0,68v1,2,-6,1,-5,4v5,-1,6,2,5,6xm271,-6v2,0,1,-3,0,-4r0,4xm38,-239r0,1r0,-1xm259,-12v2,-1,3,-2,-1,-2xm25,-174v-11,-4,-17,11,-25,2v2,-20,-4,-47,2,-63r30,52v-2,3,-7,3,-7,9xm273,-23v0,2,4,1,5,2v-2,-1,-2,-2,-5,-2xm259,-24v2,0,5,1,4,-2v-2,0,-5,-1,-4,2xm251,-28v3,-1,3,-1,1,-3xm279,-45v0,0,11,-3,4,-2v-2,-1,-1,3,-4,2xm265,-51r0,-4v-2,1,-2,3,0,4xm75,-194v0,-3,-4,-6,-3,0v1,2,2,2,3,0xm242,-69v0,6,-8,8,-6,0v0,-3,5,-2,6,0xm77,-173v8,4,10,-4,14,-8v-11,5,-21,-14,-19,1v-3,1,-4,1,-4,4v7,-2,4,6,9,5r0,-2xm282,-68r5,-1xm81,-176v2,-2,5,-6,4,0v-2,1,-3,3,-4,0xm33,-170v2,-3,6,-4,7,1v-3,1,-5,1,-7,-1xm17,-170v6,-2,7,3,4,7v3,-2,10,-7,13,-3v0,1,-4,5,0,4v4,-7,12,-2,12,6v-19,1,-33,11,-46,8v-1,-18,2,-9,14,-12v-4,-7,9,-3,3,-10xm141,-17r-73,-123v0,0,2,0,2,-1v-6,0,-15,-17,-2,-12v7,6,20,-4,29,-2v3,-11,18,-4,17,4v-1,0,-2,1,-2,4r3,1v-1,-2,-1,-4,2,-3r24,41r0,91xm255,-94v0,4,4,2,1,0r-1,0xm242,-98r4,0r-4,0xm42,-152v-1,4,2,5,5,3v2,13,10,2,8,19v-2,0,-4,0,-3,2r3,0r1,127r-56,0r0,-136v5,-12,29,-6,30,3v8,-9,-14,-7,-8,-14v6,-2,13,4,16,0v-2,-3,2,-3,4,-4xm54,-144v-3,0,-8,-6,-3,-6v2,1,3,3,3,6xm92,-146v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm43,-142v-3,-3,-4,-1,-4,3v0,1,-1,3,1,3v2,-1,3,-3,3,-6xm97,-139v2,0,5,2,5,0v-1,-1,-3,-1,-5,0xm102,-136v-1,-3,-2,2,-2,2xm119,-136v0,0,-8,6,-2,5v0,-2,4,-5,2,-5xm114,-130v0,-1,-4,-2,-4,0r4,0xm9,-130v2,7,7,7,10,2v-3,-1,-5,-3,-10,-2xm36,-127v-3,-3,-3,4,-11,3v0,2,-1,5,1,5v5,-4,7,-5,10,-8xm51,-123v0,0,-2,0,-2,1r3,2xm41,-121v-2,0,-6,-1,-5,2v2,0,6,1,5,-2xm129,-121v-3,-1,-4,3,-2,4v1,-1,2,-2,2,-4xm21,-118v-1,-1,-2,-1,-3,0r3,0xm34,-114v-2,-2,-9,4,-2,2xm128,-108v-2,0,-4,3,0,2r0,-2xm12,-102v-4,-1,-3,3,-1,4xm278,-157v1,0,3,-1,1,-1xm121,-87v-2,-1,-5,1,-2,2xm209,-180v2,1,6,4,2,5v-1,-1,-2,-2,-2,-5xm255,-233v1,-1,2,0,2,-2xm163,-47v0,-4,-4,-2,-1,0r1,0xm171,-94v-1,-1,-4,-4,-3,0r3,0xm180,-113v0,-5,-4,-2,-1,0r1,0xm184,-131v0,-1,-4,-2,-4,0r4,0xm179,-132v-1,-3,-2,-4,-5,-4v2,1,2,4,5,4xm194,-137v0,0,-2,0,-2,1v1,1,2,2,2,-1xm197,-139v0,-3,-4,-2,-5,0v0,2,4,0,5,0xm204,-146v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm226,-177v-10,-2,-14,-8,-23,-4v4,2,4,11,14,7r0,3v4,1,2,-8,9,-6xm231,-198v-1,-1,-5,0,-4,3v2,2,5,0,4,-3xm202,-168v-4,0,-9,1,-12,-1v0,-12,14,-7,9,-18v16,-23,26,-44,40,-66r54,0v-2,5,-13,22,-30,51v-11,18,-11,17,-19,28v1,-2,-1,-2,-3,-2v3,6,-19,1,-8,6v3,-2,11,-1,13,-2v-8,11,-9,22,-22,31r2,0r-73,123r0,-91v9,-13,14,-31,26,-41v-1,4,1,4,3,2v-9,-11,11,-19,20,-20xm232,-161v2,0,5,2,4,-1v-2,0,-3,0,-4,1xm228,-160v-4,-3,-11,-3,-20,-4v4,3,12,4,20,4xm207,-166v-1,0,-5,0,-2,1","w":307},"N":{"d":"1,-252r53,0v9,13,18,27,27,44r-2,0v4,6,19,16,14,27v5,2,14,8,9,14v-16,-1,-31,9,-44,5v-4,6,-10,-10,-10,-10v7,1,13,3,17,0v-7,0,-10,-11,-19,-6v-9,-10,-46,-74,-45,-74xm149,-227v-12,-35,31,-27,57,-23v2,8,-9,5,0,10r0,63v-3,3,-4,2,0,5v-2,49,4,107,-2,152r-27,-47r2,0v-36,-36,-28,-62,-29,-111v6,0,7,-4,9,-9v-16,1,-8,-26,-10,-40xm186,-246v-3,-1,-2,2,-2,4v1,-1,2,-2,2,-4xm38,-239r0,1r0,-1xm174,-239v-1,0,-2,-2,-2,0r2,0xm25,-173v-11,-4,-18,12,-25,1v2,-19,-4,-47,2,-62r30,52v-3,3,-7,2,-7,9xm192,-232v-3,-1,-7,3,-3,3xm177,-228v-2,0,-6,-1,-5,2v2,0,6,1,5,-2xm165,-221v4,-1,2,-4,0,-2r0,2xm194,-208v-1,0,-1,0,-1,1v3,-1,4,4,6,1xm179,-201v-1,1,-3,2,0,3r0,-3xm75,-194v0,-3,-4,-6,-3,0v1,2,2,2,3,0xm149,-188v2,-2,7,1,7,5v-3,5,-8,0,-7,-5xm77,-173v8,4,10,-4,14,-8v-11,5,-21,-14,-19,1v-3,1,-4,1,-4,4v7,-2,4,6,9,5r0,-2xm197,-185v-1,0,-1,0,-1,1v2,0,5,2,5,0xm81,-176v2,-2,5,-6,4,0v-2,1,-3,3,-4,0xm38,-167v-5,0,-6,-5,0,-5v2,2,2,4,0,5xm17,-170v6,-2,7,4,4,7v4,-1,10,-6,13,-2v-1,1,-4,4,0,3v5,-5,12,-3,12,6v-15,2,-32,10,-46,9v-1,-21,2,-7,14,-13v-2,-4,0,-6,5,-5xm78,-154v12,4,21,-5,30,-8v9,6,2,13,7,16v-1,-2,-1,-4,2,-3r88,149r-52,0r-85,-140v0,0,2,0,2,-1v-6,0,-15,-17,-2,-12v0,1,10,6,10,-1xm172,-160v-2,-1,-5,1,-2,2xm160,-156v-1,0,-4,-1,-4,1v2,0,5,2,4,-1xm42,-152v-1,4,2,7,5,4v2,11,10,3,8,18v-2,0,-4,0,-3,2r3,0r1,128v-18,-1,-40,2,-56,-1r0,-136v7,-10,28,-6,30,4v9,-8,-14,-8,-8,-14v5,-1,12,2,16,0v-2,-3,2,-3,4,-5xm54,-143v-3,0,-8,-6,-3,-6v2,1,3,3,3,6xm92,-146v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm43,-141v-2,-2,-4,-2,-4,2v0,1,-1,3,1,3v2,0,3,-2,3,-5xm97,-139v2,0,5,2,5,0v-1,-1,-3,-1,-5,0xm102,-136v-1,-3,-2,2,-2,2xm119,-136v0,0,-8,6,-2,5v0,-2,4,-5,2,-5xm114,-130v0,-1,-4,-2,-4,0r4,0xm9,-130v2,8,8,8,10,2v-3,-1,-5,-3,-10,-2xm36,-128v-1,2,-13,4,-10,9v3,-3,9,-4,10,-9xm51,-123v0,0,-2,0,-2,1r3,2xm41,-121v-2,0,-6,-1,-5,2v2,0,6,1,5,-2xm129,-121v-3,-1,-4,3,-2,4v1,-1,2,-2,2,-4xm21,-117v0,-2,-2,-2,-3,-1v0,2,2,1,3,1xm29,-112v3,0,4,-1,5,-2v-4,0,-5,1,-5,2xm128,-108v-2,0,-4,3,0,2r0,-2xm12,-101v-4,-1,-3,3,-1,4xm194,-94v0,-4,-4,-2,-1,0r1,0xm121,-87v-2,-1,-5,1,-2,2xm186,-12v-1,-1,-2,-1,-3,0r3,0xm148,-8v1,2,6,4,7,1","w":219},"O":{"d":"2,-108v-16,-77,47,-149,113,-143v-2,14,5,37,-5,43v3,3,4,-3,5,0v-14,4,-27,10,-37,19r-6,-2v2,8,5,0,5,4v-10,12,-16,26,-19,44v-1,-1,-2,-1,-4,-1v0,4,5,0,4,5v2,15,-10,11,-6,16v6,-2,7,9,8,26v-2,0,-4,5,-1,2v3,-1,5,6,3,9v7,5,19,38,46,38v-1,7,-3,5,-9,3v-2,9,-14,4,-7,13v8,-5,12,-13,22,-6v2,11,-6,3,-7,12v5,-3,10,4,5,7v-11,-6,-1,9,-11,9v-1,-3,2,-2,2,-5r-2,0v3,-5,5,-8,5,-10v0,8,-16,6,-8,10v-1,2,-1,5,0,7v-1,0,-2,-2,-2,0v1,1,5,5,2,7v-5,-3,-16,1,-15,-8v-22,-1,-30,-7,-50,-26v-9,-18,-18,-18,-26,-46v-1,-8,8,-6,5,-12v5,3,9,-2,7,7r-2,-1v-5,11,12,2,12,13r2,0v0,-2,-4,-6,1,-5v4,0,5,3,7,0v-1,-6,0,-2,-5,0v-4,-9,-20,1,-10,-14v2,1,5,4,5,0v-2,-2,3,-8,-2,-5v-9,-3,-28,15,-25,-9v5,6,6,-1,8,-6v-4,2,-4,4,-6,-1r1,0r-3,-2v0,5,2,5,0,8xm140,-48v5,1,25,-21,32,-21v-6,-3,-2,-2,4,-10v-2,-5,0,-6,4,-6v3,-1,2,3,4,3v1,-5,-11,-1,-5,-12r4,2v0,-5,-3,-9,-1,-16v2,2,6,-1,6,-5v-3,-1,-2,7,-6,3v-3,-24,14,-23,30,-18v3,-6,7,-2,9,-4v-2,-9,-25,6,-18,-8v-9,3,-9,0,-20,0v-2,-6,-5,-15,3,-16v-17,-20,-29,-47,-61,-52v1,-14,-2,-32,1,-44v41,-4,103,42,103,76r0,-5v1,0,3,5,5,14v-3,-1,-3,-4,-4,3v-2,10,-17,4,-21,0v4,4,-2,8,-8,7v0,0,0,-2,-1,-2v-1,3,3,5,1,6v0,-1,0,-1,-1,-1r0,4v-8,-5,-19,1,-1,1v6,2,16,7,19,1v-4,-2,-13,-7,-5,-12v3,2,0,5,2,7v0,-1,3,-3,7,-3v0,4,-2,2,-3,7v5,-1,11,-16,18,-8v-2,1,4,10,-1,16v-3,-2,-5,1,-8,4r6,-2r-1,2v10,0,6,8,6,16v-2,1,-1,-5,-5,-4v2,9,-8,5,-6,11v2,-2,5,0,8,0r-1,2r4,0v0,23,-8,49,-29,74v-21,25,-57,43,-84,36v1,0,2,0,2,-1v-6,1,-2,-8,-3,-12v1,-6,4,-4,11,-6v-10,-6,-1,-17,1,-25v-2,1,-5,2,-4,-2v2,0,7,-3,8,-1xm188,-220v3,-2,-2,-6,-2,-3v1,0,2,1,2,3xm46,-210v-2,0,-4,1,-4,4v2,-1,4,-3,4,-4xm224,-176v-2,1,-11,3,-5,3v2,-1,6,0,5,-3xm20,-171v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm59,-154v-2,0,-6,2,-4,4xm43,-152v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm207,-150v-1,0,-2,3,-2,1xm205,-144v0,0,-3,2,-1,2xm20,-140v1,-2,-2,-7,-2,-2xm28,-138v0,-2,-4,-3,-3,0r3,0xm218,-138r10,5v1,-5,-4,-5,-10,-5xm14,-134v0,-2,-3,-4,-2,-1xm182,-137v4,-3,9,3,6,6v-4,0,-6,-2,-6,-6xm20,-132v10,4,0,17,-2,18v8,-5,12,-8,19,-3r-1,1v6,2,2,-4,5,-4v2,3,10,2,8,-5v-11,0,-13,-3,-18,-9v-1,6,-7,6,-11,2xm231,-132v-2,0,-3,6,0,6v4,1,9,-5,4,-1v-3,0,-4,-2,-4,-5xm14,-126v-1,3,1,3,3,2r0,-2v-1,1,-2,1,-3,0xm197,-113v0,-3,-10,-10,-11,-6v-1,3,8,3,11,6xm15,-114v-1,0,-1,0,-1,1v3,0,1,-1,1,-1xm24,-111r1,-3xm219,-114v0,0,-2,0,-2,1r4,0xm205,-114v-2,1,-6,0,-6,4v4,-2,7,4,6,-4xm21,-108v1,-1,4,-2,2,-2xm202,-105v0,-2,-2,-6,-2,-3v2,2,-1,4,2,3xm208,-107v-1,2,4,5,4,1xm234,-107v-3,-1,-2,2,-3,3v2,0,4,0,3,-3xm55,-104v-2,0,-6,1,-4,2v2,0,5,1,4,-2xm49,-102v-3,0,-5,0,-3,3xm38,-101v-7,3,-8,3,-1,6xm187,-99v-3,-1,-2,2,-1,3v4,1,2,-1,1,-3xm54,-81v-3,-14,-15,-14,-18,-6r1,3v5,-6,12,-1,17,3xm195,-91v-1,-1,-7,-2,-6,2v3,0,4,-1,6,-2xm6,-86v-2,0,-3,-5,-1,-5v3,0,3,3,1,5xm35,-88v-5,-4,-6,7,-3,2v2,1,4,1,3,-2xm19,-73v1,-7,-6,-8,-9,-6xm186,-80r1,1xm64,-77v-2,0,-5,2,0,2r0,-2xm181,-72r0,5v3,0,2,-4,0,-5xm197,-72v-2,2,-3,5,1,4xm72,-68v-1,-1,-4,-3,-3,0v1,1,2,1,3,0xm40,-67v-3,-1,-7,2,-2,3xm188,-64v0,-2,-4,-3,-4,-1v1,1,2,1,4,1xm176,-65r0,5v2,-2,2,-4,0,-5xm66,-59v0,1,-2,4,1,3v0,-1,-1,-2,-1,-3xm75,-55v-2,-3,-6,2,-8,3xm43,-55v-3,0,-8,2,-2,4v1,-1,2,-2,2,-4xm28,-48v-2,-2,-4,-2,-3,1xm58,-50v-3,-1,-2,2,-2,4v2,0,1,-3,2,-4xm94,-48r0,2v3,-1,4,-5,0,-2xm31,-44v0,-1,1,-4,-1,-4v0,2,0,3,1,4xm75,-38v-1,-11,-12,-7,-2,0r2,0xm40,-43v-3,-1,-5,2,-3,4v3,0,5,-1,3,-4xm52,-41v-3,0,-6,3,-1,3xm126,-36v-1,-2,-1,-5,2,-4v-1,1,0,4,-2,4xm47,-38v0,1,-4,3,-2,3xm54,-38v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm55,-34v1,6,10,5,11,0v-3,2,-7,0,-11,0xm140,-33v-1,0,-3,-1,-3,1v1,0,4,2,3,-1xm125,-21v1,-3,-1,-8,1,-9v0,3,1,7,-1,9xm54,-22v1,-3,-5,-5,-5,-3v3,5,5,4,11,4v-2,0,-5,-2,-7,0xm66,-25v-1,1,-4,4,0,3r0,-3xm160,-24v-2,0,-4,4,-1,3xm83,-18v0,-2,-4,-3,-4,-1v1,1,2,1,4,1xm92,-20v-4,-1,-2,3,-2,5v5,0,4,-1,2,-5xm62,-19v0,1,-3,4,-1,4v3,-1,5,-3,1,-4xm88,-12v1,-4,-2,-3,-5,-3v2,1,0,3,5,3xm114,-8v-4,-1,-2,-10,1,-8v0,3,0,6,-1,8xm139,-9v1,-3,-3,-6,-2,-1xm103,-3v1,-8,13,-5,12,2v-7,3,-8,-3,-12,-2","w":249},"P":{"d":"103,-255v0,-4,2,-6,7,-5xm6,-229v0,-4,0,-8,-6,-7v1,-5,-2,-15,2,-17v15,1,34,-2,47,1v0,1,-2,3,0,3v3,-5,5,1,8,4r0,120v-1,-1,-3,-1,-3,1v2,2,5,9,2,12v1,-2,1,-2,-2,-2v-1,4,-2,12,-9,11v0,7,6,14,8,1r4,0v-2,33,3,73,-3,102v-12,-7,-45,9,-54,-5v3,-13,12,-14,7,-17v-2,2,-3,2,-7,8r0,-89v7,0,12,-10,9,-18v-4,0,-4,18,-9,11r0,-49v4,1,7,-1,3,-4r-3,1v3,-21,-7,-55,4,-69xm66,-252v43,-4,96,-1,115,27v20,31,23,82,-2,106v4,8,-13,5,-8,12v-11,15,-67,25,-105,18v1,-15,-3,-35,2,-46v15,-1,35,1,45,2r-1,-3v39,-6,32,-73,-5,-70v-5,-6,-21,3,-26,-2v1,0,1,0,1,-1v-4,2,-11,3,-16,1r0,-44xm15,-251v-2,0,-4,5,-1,4xm6,-237v0,0,10,3,9,-3v-4,0,-8,0,-9,3xm175,-235v1,-4,8,-6,7,1v-3,1,-2,-2,-4,-3v1,2,-1,2,-3,2xm8,-218v-1,2,4,7,6,4v-1,-2,-2,-5,-6,-4xm5,-215v-4,-1,-1,4,-1,5xm91,-212v-2,-2,-3,0,-1,1xm22,-209v1,2,-4,-2,-2,1v-2,0,-1,2,-1,3v5,0,10,-3,3,-4xm87,-203v0,-2,3,-4,2,0r-2,0xm18,-203v-3,0,-3,3,-3,6v1,-1,2,-1,3,0v2,13,-8,0,-12,6v7,-2,8,9,17,10v-3,0,-5,-2,-6,-5v0,-4,2,-5,6,-5v1,-7,-5,-5,-5,-12xm144,-197v1,7,2,6,3,0r-3,0xm30,-189v-1,-6,-4,-3,-3,0r3,0xm164,-189v-2,0,-2,0,-1,1xm24,-170v-2,-1,-5,-7,-7,-4v2,2,2,5,7,4xm57,-168v-1,-1,-4,-3,-3,0r3,0xm173,-170v-2,0,-4,0,-3,2v4,-2,6,4,6,0xm92,-124v0,-5,-6,-9,-8,-3xm79,-126v-4,-5,-18,3,-5,2v-1,3,6,10,9,6v-5,1,-8,-6,-4,-8xm46,-125v-3,0,1,4,-5,7v5,1,5,-3,5,-7xm109,-125v-5,-1,-5,2,-2,5v5,1,3,-2,2,-5xm41,-123v-8,-3,-11,3,-2,3xm31,-118v-2,1,-1,8,0,11v4,-1,6,-1,6,-4v-5,2,-7,-1,-6,-7xm92,-114v-2,-1,-2,1,-2,3v2,1,2,-1,2,-3xm99,-110v0,-1,-5,-2,-5,0r5,0xm94,-107v-1,-3,-2,2,-2,2xm44,-105v-5,-1,-6,2,-2,5v1,0,1,0,1,-1v0,0,-2,0,-2,-1xm14,-100v-1,-2,-3,2,-3,2xm18,-92v-6,-1,0,3,-1,7v3,-3,6,5,5,-1xm17,-81v0,-2,-3,-3,-2,0r2,0xm44,-75v1,-3,-4,-6,-3,-1xm29,-78v-2,0,-7,-1,-6,2v2,0,7,1,6,-2xm40,-74v-2,0,-3,3,-3,6v2,-1,3,-3,3,-6xm21,-73v-3,-1,-6,3,-4,3v3,-1,4,-2,4,-3xm23,-62v-5,-8,-12,-3,-7,2xm34,-64v-1,-1,-3,-3,-3,0r3,0xm49,-58v1,-6,-7,-1,-11,-2v4,0,8,4,11,2xm34,-42v-5,-4,-5,0,-2,2xm53,-36v0,-3,-5,-4,-4,0v1,0,3,2,4,0xm46,-32v2,8,-17,3,-6,10v4,-3,13,-7,6,-10xm12,-28v-4,0,-5,4,0,3r0,-3xm23,-17v0,7,9,7,13,3v-3,-2,-11,0,-13,-3xm48,-15v-2,0,-3,6,-1,7v1,-2,3,-4,1,-7xm51,-13r-2,2xm17,-7v-2,-3,-6,1,-4,3v2,-1,4,-2,4,-3","w":205},"Q":{"d":"2,-108v-16,-77,47,-149,113,-143v-2,14,5,37,-5,43v3,3,4,-3,5,0v-14,4,-27,10,-37,19r-6,-2v2,8,5,0,5,4v-10,12,-16,26,-19,44v-1,-1,-2,-1,-4,-1v0,4,5,0,4,5v2,15,-10,11,-6,16v6,-2,7,9,8,26v-2,0,-4,5,-1,2v3,-1,5,6,3,9v7,5,19,38,46,38v-1,7,-3,5,-9,3v-2,9,-14,4,-7,13v8,-5,12,-13,22,-6v2,11,-6,3,-7,12v5,-3,10,4,5,7v-11,-6,-1,9,-11,9v-1,-3,2,-2,2,-5r-2,0v3,-5,5,-8,5,-10v0,8,-16,6,-8,10v-1,2,-1,5,0,7v-1,0,-2,-2,-2,0v1,1,5,5,2,7v-5,-3,-16,1,-15,-8v-22,-1,-30,-7,-50,-26v-9,-18,-18,-18,-26,-46v-1,-8,8,-6,5,-12v5,3,9,-2,7,7r-2,-1v-5,11,12,2,12,13r2,0v0,-2,-4,-6,1,-5v4,0,5,3,7,0v-1,-6,0,-2,-5,0v-4,-9,-20,1,-10,-14v2,1,5,4,5,0v-2,-2,3,-8,-2,-5v-9,-3,-28,15,-25,-9v5,6,6,-1,8,-6v-4,2,-4,4,-6,-1r1,0r-3,-2v0,5,2,5,0,8xm46,-210v-2,0,-4,1,-4,4v2,-1,4,-3,4,-4xm20,-171v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm59,-154v-2,0,-6,2,-4,4xm43,-152v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm20,-140v1,-2,-2,-7,-2,-2xm28,-138v0,-2,-4,-3,-3,0r3,0xm14,-134v0,-2,-3,-4,-2,-1xm20,-132v10,4,0,17,-2,18v8,-5,12,-8,19,-3r-1,1v6,2,2,-4,5,-4v2,3,10,2,8,-5v-11,0,-13,-3,-18,-9v-1,6,-7,6,-11,2xm14,-126v-1,3,1,3,3,2r0,-2v-1,1,-2,1,-3,0xm15,-114v-1,0,-1,0,-1,1v3,0,1,-1,1,-1xm24,-111r1,-3xm21,-108v1,-1,4,-2,2,-2xm55,-104v-2,0,-6,1,-4,2v2,0,5,1,4,-2xm49,-102v-3,0,-5,0,-3,3xm38,-101v-7,3,-8,3,-1,6xm54,-81v-3,-14,-15,-14,-18,-6r1,3v5,-6,12,-1,17,3xm6,-86v-2,0,-3,-5,-1,-5v3,0,3,3,1,5xm35,-88v-5,-4,-6,7,-3,2v2,1,4,1,3,-2xm19,-73v1,-7,-6,-8,-9,-6xm64,-77v-2,0,-5,2,0,2r0,-2xm72,-68v-1,-1,-4,-3,-3,0v1,1,2,1,3,0xm40,-67v-3,-1,-7,2,-2,3xm66,-59v0,1,-2,4,1,3v0,-1,-1,-2,-1,-3xm75,-55v-2,-3,-6,2,-8,3xm192,-31v1,-1,4,-1,3,-4v-3,1,-5,0,-3,4xm28,-48v-2,-2,-4,-2,-3,1xm58,-50v-3,-1,-2,2,-2,4v2,0,1,-3,2,-4xm94,-48r0,2v3,-1,4,-5,0,-2xm31,-44v0,-1,1,-4,-1,-4v0,2,0,3,1,4xm75,-38v-1,-11,-12,-7,-2,0r2,0xm40,-43v-3,-1,-5,2,-3,4v3,0,5,-1,3,-4xm52,-41v-3,0,-6,3,-1,3xm47,-38v0,1,-4,3,-2,3xm54,-38v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm55,-34v1,6,10,5,11,0v-3,2,-7,0,-11,0xm54,-22v1,-3,-5,-5,-5,-3v3,5,5,4,11,4v-2,0,-5,-2,-7,0xm66,-25v-1,1,-4,4,0,3r0,-3xm83,-18v0,-2,-4,-3,-4,-1v1,1,2,1,4,1xm92,-20v-4,-1,-2,3,-2,5v5,0,4,-1,2,-5xm62,-19v0,1,-3,4,-1,4v3,-1,5,-3,1,-4xm88,-12v1,-4,-2,-3,-5,-3v2,1,0,3,5,3xm114,-8v-4,-1,-2,-10,1,-8v0,3,0,6,-1,8xm103,-3v1,-8,13,-5,12,2v-7,3,-8,-3,-12,-2xm219,-45v-1,1,-5,4,0,3v1,-1,1,-2,0,-3xm139,-9v1,-3,-3,-6,-2,-1xm160,-24v-2,0,-4,4,-1,3xm140,-33v-1,0,-3,-1,-3,1v1,0,4,2,3,-1xm176,-65r0,5v2,-2,2,-4,0,-5xm188,-64v0,-2,-4,-3,-4,-1v1,1,2,1,4,1xm181,-72r0,5v3,0,2,-4,0,-5xm186,-80r1,1xm195,-91v-1,-1,-7,-2,-6,2v3,0,4,-1,6,-2xm187,-99v-3,-1,-2,2,-1,3v4,1,2,-1,1,-3xm234,-107v-3,-1,-2,2,-3,3v2,0,4,0,3,-3xm208,-107v-1,2,4,5,4,1xm202,-105v0,-2,-2,-6,-2,-3v2,2,-1,4,2,3xm207,-42v-2,1,-6,0,-6,4v3,-3,8,4,6,-4xm219,-114v0,0,-2,0,-2,1r4,0xm197,-113v0,-3,-10,-10,-11,-6v-1,3,8,3,11,6xm231,-132v-2,0,-3,6,0,6v4,1,9,-5,4,-1v-3,0,-4,-2,-4,-5xm218,-138r10,5v1,-5,-4,-5,-10,-5xm205,-144v0,0,-3,2,-1,2xm224,-176v-2,1,-11,3,-5,3v2,-1,6,0,5,-3xm188,-220v3,-2,-2,-6,-2,-3v1,0,2,1,2,3xm192,-15v1,1,4,2,3,-1v-1,0,-3,-1,-3,1xm197,-55v4,1,3,-2,2,-4v-2,1,-1,3,-2,4xm125,-21v1,-3,-1,-8,1,-9v0,3,1,7,-1,9xm126,-36v-1,-2,-1,-5,2,-4v-1,1,0,4,-2,4xm182,-137v4,-3,9,3,6,6v-4,0,-6,-2,-6,-6xm207,-150v-1,0,-2,3,-2,1xm216,-42v-3,-2,-3,0,-5,2xm223,-156v7,1,11,-7,14,-1v-2,1,4,10,-1,16v-3,-2,-5,1,-8,4r6,-2r-1,2v10,0,6,8,6,16v-2,1,-1,-5,-5,-4v2,9,-8,5,-6,11v2,-2,5,0,8,0r-1,2r4,0v2,20,-11,41,-20,64v2,-3,2,-8,5,-9r18,17r-41,41r-17,-18v-18,9,-42,21,-58,15v1,0,2,0,2,-1v-6,1,-2,-8,-3,-12v1,-6,4,-4,11,-6v-10,-6,-1,-17,1,-25v-2,1,-5,2,-4,-2v2,0,7,-3,8,-1v-1,1,-2,2,1,2v1,-6,30,-20,29,-24v-1,0,-3,2,-3,0v5,-1,9,-22,16,-11v1,-5,-11,-1,-5,-12r4,2v0,-5,-3,-9,-1,-16v2,2,6,-1,6,-5v-3,-1,-2,7,-6,3v-3,-24,14,-23,30,-18v3,-6,7,-2,9,-4v-2,-9,-25,6,-18,-8v-9,3,-9,0,-20,0v-2,-6,-5,-15,3,-16v-17,-20,-29,-47,-61,-52v1,-14,-2,-32,1,-44v41,-4,103,42,103,76r0,-5v1,0,3,5,5,14v-3,-1,-3,-4,-4,3v-2,10,-17,4,-21,0v4,4,-2,8,-8,7v0,0,0,-2,-1,-2v-1,3,3,5,1,6v0,-1,0,-1,-1,-1r0,4v-8,-5,-19,1,-1,1v6,2,16,7,19,1v-4,-2,-13,-7,-5,-12v3,2,0,5,2,7v0,-1,3,-3,7,-3v0,4,-2,2,-3,7v3,1,7,-5,4,-7","w":251},"R":{"d":"0,-251v13,-4,42,-4,57,0r-1,251v-9,-2,-21,1,-38,0v0,-2,0,-4,-2,-3v0,3,-13,5,-16,1r0,-249xm190,-71v-11,-1,-8,2,-6,11v4,1,5,-1,8,-2v1,11,8,26,0,32v9,-3,9,9,7,18v5,-4,5,1,11,8v-2,5,-11,4,-18,4r1,-10v-1,0,-3,3,-3,10v-5,0,-21,1,-15,-3v10,3,-1,-12,15,-9r0,-5v-14,3,-14,4,-14,12r-8,0v1,9,-10,4,-16,5v-10,-17,-12,-24,-19,-72v-3,-18,-24,-19,-44,-24v2,0,2,0,2,-2v-5,3,-18,9,-25,4v-1,-9,1,-19,4,-21v-1,0,-3,2,-4,0v1,-8,-2,-20,2,-24v41,1,79,-1,75,-39v-4,-38,-44,-21,-77,-29v1,-15,-3,-35,2,-46v31,-1,105,0,102,16v44,12,37,103,-3,109v1,4,-6,4,-10,7v9,-1,24,12,27,29v-4,-1,-7,-2,-5,2v10,-3,9,3,11,19xm171,-200v-1,0,-4,2,-2,2xm55,-177v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm157,-159v-4,0,-3,4,-2,6v2,0,1,-4,2,-6xm55,-151v-2,-3,-3,4,-6,4v4,0,5,-2,6,-4xm138,-148v2,2,6,6,9,2v-4,1,-6,0,-9,-2xm48,-144v0,-4,-3,-2,-1,0r1,0xm129,-135v-6,-8,-8,3,-21,3v3,2,-4,8,2,7v7,-1,2,-11,12,-9v2,1,4,7,7,-1xm91,-137v-2,-1,-2,1,-2,3v2,1,2,-1,2,-3xm150,-137v-2,0,-2,7,0,7r0,-7xm81,-136v0,9,3,9,6,2xm145,-116v0,-5,-8,-10,-9,-3xm103,-119v0,3,3,4,4,1xm36,-115v-2,2,-10,6,-2,5xm54,-116v-2,0,-5,-1,-4,2v2,0,5,1,4,-2xm79,-113v2,2,11,6,13,1v-7,2,-10,-5,-13,-1xm100,-109v0,0,-10,-1,-5,0r5,0xm44,-109v-4,0,-8,5,-1,4xm149,-108v-1,-2,-5,-1,-4,2xm130,-101v2,4,1,11,4,13v-2,-5,3,-14,-4,-13xm179,-96v-1,0,-3,-1,-3,1v1,0,4,2,3,-1xm186,-85v-9,-2,-14,4,-6,3v4,3,7,6,6,-3xm161,-85r-3,5v1,-2,3,-2,3,-5xm143,-82v-2,0,-1,3,-1,4xm180,-79v-2,0,-1,3,-1,5v3,0,2,-3,1,-5xm163,-75v-1,0,-4,2,-2,2xm175,-72v-1,-2,-6,-2,-5,1xm51,-68v0,0,-5,5,-1,4xm178,-68v-4,1,-7,5,-3,4v1,-1,4,-1,3,-4xm145,-66v1,1,4,9,5,4v-2,1,-1,-5,-5,-4xm48,-62v-1,2,-4,2,-7,4v2,-1,7,0,7,-4xm168,-60v-2,0,-5,-2,-5,0v2,1,4,1,5,0xm173,-58v-4,1,-11,-1,-13,3v5,0,13,2,13,-3xm152,-54v-1,1,-4,4,0,3r0,-3xm140,-48v1,6,4,8,5,3v-2,-1,-2,-3,-5,-3xm160,-46v0,4,3,4,6,2v1,-3,-4,-2,-6,-2xm179,-46v-2,0,-5,-1,-4,2v2,0,5,1,4,-2xm148,-42v1,0,3,2,3,0r-3,0xm35,-37v-5,-1,-4,2,-1,4v2,0,1,-3,1,-4xm172,-37v0,1,3,5,8,5v1,-2,-3,-4,-8,-5xm39,-32v0,-1,-2,-2,-2,0r2,0xm161,-22v-3,-2,-11,-12,-15,-8v7,2,7,8,15,8xm186,-28v-3,0,-3,0,-2,2xm11,-24v-1,0,-3,-1,-3,1v1,0,3,1,3,-1xm170,-23v0,3,-8,10,0,9r0,-9xm196,-23v-2,0,-5,-1,-4,2v2,0,5,1,4,-2xm30,-20v-2,-3,-6,1,-6,3v4,-1,6,-2,6,-3xm150,-17v-1,-1,-1,-3,-1,0r1,0xm12,-12v4,0,4,0,2,-2xm42,-10v-1,-1,-3,-3,-3,0r3,0xm11,-10v-1,-3,-2,2,-2,2xm29,-8v0,-4,-3,-2,-1,0r1,0xm38,-9v0,-1,-2,3,-2,3xm163,-8v-3,0,-5,0,-5,3v2,-1,6,0,5,-3xm208,7v1,-3,7,-3,8,0v-1,3,-7,3,-8,0","w":210},"S":{"d":"185,-111v11,-1,20,14,15,19v-9,-1,-10,4,-19,3v5,7,14,-2,17,4v-1,-4,3,-8,6,-5v0,5,2,9,-6,8v0,7,-10,7,-11,11v6,-4,16,2,17,-7v-2,10,2,22,-6,24r2,0v2,13,-13,10,-4,12v-2,3,-4,11,-9,10v1,2,-3,9,-6,7v3,-8,-4,-9,-8,-13v0,0,2,0,2,-1v-1,-2,-3,-2,-6,-1v-3,-9,9,-12,-4,-14v1,1,4,7,1,9r-3,-1v4,5,-2,10,-6,7v0,-7,8,-6,0,-10v-13,5,-18,-3,-6,-7v-10,-2,0,-12,-2,-20v4,2,11,-4,6,-6v-6,4,-12,-3,-11,-7v11,3,20,-6,6,-8v-7,6,-37,0,-22,-7v-12,-6,-21,-4,-26,-14v-4,6,-9,7,-16,11v-53,-10,-78,-33,-78,-74v0,-44,38,-72,93,-70v-5,22,15,49,-21,45v1,-5,8,-3,11,-5v-6,1,-18,-2,-14,6v-35,26,-3,37,30,52r3,-3v40,9,59,13,78,33v-4,1,-4,-5,-9,-5v7,6,8,10,6,17xm147,-171v-3,-30,-15,-28,-38,-39v2,-12,-2,-30,1,-42v48,5,87,19,90,76xm134,-245v-1,0,-3,-1,-3,1v1,0,3,1,3,-1xm149,-239r3,-3xm51,-235v-4,1,-4,4,0,2r0,-2xm25,-218v0,-4,-4,-2,-1,0r1,0xm177,-220v-4,0,-8,0,-11,4v6,-2,17,3,11,-4xm48,-218v-2,0,-5,-1,-4,2r6,1xm163,-211v-1,0,-3,-1,-3,1v1,0,3,1,3,-1xm192,-199v-1,3,1,7,2,5xm58,-163v-3,-2,-8,-6,-10,-2xm67,-160v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm106,-148v1,-3,-1,-6,-2,-3v4,8,-8,8,-7,16v6,-5,9,-9,9,-13xm28,-150v-4,1,-2,2,0,4v0,-1,2,-3,0,-4xm39,-148v-4,0,-2,4,0,5r0,-5xm50,-138r-4,0r4,0xm73,-138v0,-2,-2,-2,-3,-1v0,2,2,1,3,1xm120,-134v1,0,5,0,2,-1xm31,-134v1,0,4,2,4,0r-4,0xm167,-133v6,9,-12,0,-5,14v-4,5,-8,0,-15,6v9,1,9,0,16,-3v1,5,-6,5,0,10v4,0,0,-12,7,-8v4,-8,-11,-5,-4,-11v6,1,8,-5,1,-8xm95,-131r0,4r0,-4xm130,-128v-2,0,-2,2,-2,4v3,1,2,-2,2,-4xm96,-123v-1,-6,-7,6,-13,0v3,7,9,5,13,0xm174,-122v-3,-1,-2,2,-3,3v2,0,4,0,3,-3xm193,-116v-5,1,-8,-4,-3,-5v2,1,3,3,3,5xm124,-118v-1,-1,-1,-1,-2,0r2,0xm182,-115v-1,-2,-6,-2,-5,1xm101,-111v-1,-5,4,-3,6,-1v0,1,1,3,-1,3xm176,-112v-1,0,-3,-1,-3,1v1,0,4,2,3,-1xm179,-109v1,1,0,2,2,2xm89,-107v9,1,11,-5,17,0r0,5v-11,-2,-17,-4,-17,-5xm146,-105v-2,-3,-3,2,-3,2v2,0,3,-1,3,-2xm170,-104v-3,-2,-9,3,-7,6xm188,-100v0,-2,-6,-2,-6,-1xm175,-97v-2,0,-2,0,-2,2v4,0,4,0,2,-2xm180,-87v-6,1,-12,3,-21,5r8,0v-1,6,5,6,2,3v0,-8,12,2,10,-4v-1,-2,0,-3,1,-4xm74,-3v-15,0,-26,-5,-37,-11v1,-6,4,-4,4,-9v-21,10,-40,-23,-38,-48v0,1,0,1,-1,1v-1,-2,-5,-13,1,-13v8,3,20,-3,27,2v2,-6,20,-4,24,-2v-2,6,7,20,11,26v-1,-1,-2,-2,-2,1v9,0,20,11,26,9v-1,5,1,0,6,1v8,-2,9,9,3,11v-1,0,-3,-2,-3,0v7,4,1,8,3,16v-1,-1,-2,-1,-3,0v-2,5,14,8,2,14v2,2,4,3,1,5v-7,2,-4,-7,-13,-8v1,5,-3,5,-7,5v-3,-5,-6,-10,-6,-5v1,0,2,1,2,5xm37,-82v-3,0,-3,3,-1,4xm191,-82v-2,-1,-5,1,-2,2xm185,-78v-3,0,-5,0,-3,3xm5,-78v-3,-1,-2,4,-2,6v4,0,4,-3,2,-6xm23,-74v0,-3,-4,-4,-3,0r3,0xm51,-70v0,-4,-5,-11,-6,-3v3,-1,3,3,6,3xm14,-72v1,0,4,1,4,-1v-2,0,-3,0,-4,1xm174,-73v-3,2,-8,6,0,5r0,-5xm37,-72v-4,1,-5,4,0,4r0,-4xm157,-72r1,2xm27,-70v-3,-1,-2,2,-2,4v3,1,2,-2,2,-4xm149,-66v1,2,8,7,11,5v-4,-2,-6,-5,-11,-5xm175,-66v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm14,-65v-1,1,-3,2,0,2r0,-2xm184,-65v-4,-1,-3,3,-1,4v2,0,1,-3,1,-4xm172,-58v0,-4,-6,-6,-5,-4v0,1,2,2,5,4xm187,-59v-2,-2,-5,1,-2,2xm166,-54v1,-3,-5,-6,-4,-2xm46,-51v1,-3,-3,-7,-3,-3v1,1,0,4,3,3xm176,-54v1,0,3,2,3,0r-3,0xm17,-53v-1,1,-4,4,0,3r0,-3xm181,-53r-6,12v3,-2,16,-8,6,-10r0,-2xm31,-49r1,5xm55,-49v-1,1,-5,1,-4,4xm116,-12v9,-10,-7,-19,-7,-31v0,-3,7,-2,9,-1v0,-3,2,-4,8,-4v2,6,-3,5,-8,5v1,7,2,4,10,4v-1,-1,-2,-2,1,-2v3,1,3,3,5,6v3,-9,-8,-11,-2,-15v23,0,20,27,37,17v3,10,-11,16,-2,19v1,-10,7,-18,12,-7v-18,13,-20,13,-37,13v0,-1,2,-3,0,-3v1,9,-9,11,-33,10v0,-7,-2,-14,7,-11xm141,-45v-2,0,-2,3,-1,4xm60,-43v2,1,5,7,6,5v-1,-3,-1,-6,-6,-5xm95,-36v0,-2,-4,-3,-3,0r3,0xm145,-36v-2,0,-4,0,-3,2r4,0xm184,-36v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm175,-35v1,3,-1,5,-4,4v-1,-3,1,-5,4,-4xm57,-31v2,1,4,3,3,-1v-2,-1,-7,1,-3,1xm109,-28v-1,-3,1,-8,3,-3v-1,1,0,4,-3,3xm38,-31v-1,1,-2,0,-2,2r3,0xm82,-30v-2,3,1,3,4,2v0,-2,-3,-1,-4,-2xm72,-29v-2,5,8,6,4,2v-1,2,-4,1,-4,-2xm109,-20v-2,-6,3,-7,7,-5v2,6,-3,8,-7,5xm158,-25v-3,0,-7,4,-1,3xm152,-21v-2,-3,-8,-6,-6,1xm56,-24v1,1,0,2,2,2xm130,-22v-2,2,0,3,3,3v0,-2,-2,-2,-3,-3xm66,-15v-2,-2,-6,-7,-5,0v1,-1,3,-1,5,0xm95,-9v0,-3,-6,-8,-5,-3v1,3,5,-1,5,3xm152,-12v4,1,9,-2,3,-3xm49,-14v5,-1,3,6,7,6v3,-5,-4,-5,-7,-6xm78,-14v-1,2,2,7,2,2xm119,-9v-1,5,2,3,4,2v0,-1,-1,-2,-4,-2xm114,-3r6,1v0,-3,-4,-1,-6,-1xm78,-3v0,2,-4,2,-4,0r4,0xm81,-1v0,-2,2,-1,3,-1v1,3,-2,2,-3,1","w":212},"T":{"d":"188,-251v1,12,-7,8,-12,2v-1,-6,8,-2,12,-2xm156,-213v-7,-6,-16,-10,-14,-22v6,3,11,-4,14,1v-4,0,-8,5,-5,7v2,-8,8,-6,7,2v17,5,8,-14,19,-11v-5,1,2,-5,-2,-6v0,0,0,2,-1,2v-1,-2,-1,-4,3,-3v-1,2,1,2,3,2v3,-2,10,4,5,7v-2,-1,-8,-2,-7,2v5,-2,1,1,1,1v-3,0,0,5,0,7v5,0,2,-9,9,-11v0,14,-1,22,0,33v-6,1,0,-5,-3,-6v-5,13,-33,3,-56,6v-4,-2,-10,-1,-9,-7v9,-1,-6,-5,2,-10v4,-1,7,6,9,0v-2,2,-6,1,-5,-3v4,-7,12,-2,18,0v1,9,3,13,12,9xm173,-210v3,0,7,-8,5,-11v-4,3,-1,7,-5,11xm173,-209r0,3v1,-1,1,-2,0,-3xm165,-252v3,1,9,-2,9,2r-11,0xm172,-217v-2,1,-5,0,-4,3xm169,-240v-2,18,-9,-5,-19,2v-4,-2,4,-5,-1,-7v-9,1,-7,15,-18,5v-6,4,2,7,3,9v2,-2,4,-5,8,-1v0,8,-8,6,-13,3v-8,12,-9,6,-12,15v-2,0,-7,-2,-8,0v2,7,6,-2,6,10v1,1,3,0,3,2v-32,-2,-70,4,-97,-3v0,1,2,4,-1,3v-11,4,-29,-7,-15,-10v-1,-3,-3,-4,-3,-9v6,2,9,5,2,-3v-1,-5,7,-6,7,-3v0,5,2,9,8,11v-1,-4,2,-3,5,-3v2,5,-6,6,-3,9v1,-5,8,-2,10,2v-2,0,-2,0,-2,2v10,1,10,-9,3,-4v-5,-8,-15,-14,-8,-22v4,0,6,2,4,6v9,1,1,-4,8,-7v-11,1,-1,-7,-11,-7v1,-1,1,-3,-1,-3v0,7,-9,8,-8,0r-7,0v1,7,-2,5,-7,5v0,-5,-1,-6,5,-7v2,-10,10,-5,26,-7v3,3,6,9,5,0v14,4,45,-5,60,2v8,-8,24,5,27,-2v10,0,42,-1,28,3v6,7,29,-1,10,10v3,1,3,0,6,-1xm167,-213v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm163,-213v-10,3,0,-11,-8,-11v2,4,2,17,8,11xm142,-248v5,5,4,-1,1,-1xm144,-206v-1,-2,-3,-2,-3,1xm141,-214v0,-2,-3,0,-4,0v0,2,0,4,2,3xm131,-246v1,2,5,1,2,0r-2,0xm119,-225v2,-4,-8,0,-6,-10v-3,1,-5,-1,-4,-4v5,1,5,3,11,5v-5,-15,-19,0,-20,-15v-5,1,3,8,-2,10v7,-2,15,6,10,12v-5,1,-4,7,-13,6v10,6,10,-5,20,1v-1,-2,-1,-4,0,-6xm103,-234v-6,0,-5,-1,-4,-4v-3,2,-9,3,-1,6v3,2,-2,3,4,3xm102,-207v1,-3,-1,-3,-4,-3v0,1,2,2,4,3xm97,-212v0,-2,-2,0,-3,0r3,0xm96,-244v0,-3,-5,-4,-5,-1v1,1,3,1,5,1xm88,-216v1,-2,-1,-5,-2,-2v1,1,0,2,2,2xm83,-204v3,0,7,-6,2,-7v-7,1,-5,1,-2,7xm82,-243v0,0,2,-1,0,-1v-3,1,-3,5,0,6v2,-1,0,-3,0,-5xm82,-219v2,-1,1,-6,-2,-5v0,3,1,4,2,5xm78,-211v0,-2,-3,-1,-4,-2v-1,3,2,2,4,2xm71,-243v4,-1,0,-4,1,-3xm71,-243v0,1,-4,3,-2,3xm70,-220v1,7,-6,3,-9,4v4,7,13,5,9,-4xm67,-235v0,1,0,5,1,2xm63,-246v0,-2,0,-2,-2,-2r0,2v-3,1,-6,-6,-5,-1v4,1,3,8,7,10v-1,-3,-3,-7,0,-9xm62,-204v2,0,0,-2,0,-3v-2,1,-7,0,-6,5v3,-3,6,-6,6,-2xm50,-240v2,-2,-1,-5,-5,-4xm41,-206v10,0,3,-4,1,-7xm41,-243v0,1,-2,4,0,4r0,-4xm39,-245v-2,0,-4,3,0,2r0,-2xm33,-243v-2,1,-2,3,0,4r0,-4xm16,-244v7,-1,4,-5,0,-4r0,4xm18,-235v1,3,-1,3,-4,3r-2,-2xm12,-203v1,-3,-2,-8,-3,-5v1,3,1,5,3,5xm1,-252v1,0,3,2,1,2v-1,-1,-3,-1,-1,-2xm66,-1v2,-30,-5,-68,3,-92v1,-4,-8,-10,1,-13r2,1v2,-12,-1,-14,10,-15v-1,-3,5,-2,4,-4v-8,-3,-16,4,-20,0v2,-10,-3,-27,2,-33v0,2,-1,5,2,4v1,-4,4,-6,7,-8v-16,5,-6,-9,-11,-23v5,-2,-4,-13,9,-7v0,-4,8,-1,11,-2v0,1,-1,4,1,4v8,-6,27,-4,36,-2v-1,2,2,8,-2,7v0,-3,-3,-4,-7,-4v3,4,-2,5,-3,9v2,-3,9,-8,10,-1v1,5,-8,4,-7,8v4,-2,7,-2,9,-7v-2,8,4,23,-4,25v8,6,4,32,3,43v1,-4,-1,-5,-5,-4v6,3,11,20,0,22v1,1,5,6,1,8v-5,1,-6,-2,-5,-6v1,-1,2,-2,1,-4v-5,5,-22,10,-5,8v4,6,4,10,14,6r0,80r-57,0xm116,-47v2,-1,5,-9,0,-8r0,8xm118,-74v0,5,4,8,4,1xm73,-74v3,1,2,-2,2,-4v-3,-1,-2,2,-2,4xm100,-78v4,-1,8,4,11,3v0,0,-8,-7,-11,-3xm84,-78v3,1,2,-2,2,-4v-1,1,-2,2,-2,4xm68,-82v6,-1,10,-3,4,-3xm89,-87v-1,5,3,4,3,1v0,-2,-2,-1,-3,-1xm122,-91v2,1,2,9,-1,8xm102,-103v-6,3,-11,7,-5,12v-1,-6,6,-5,5,-12xm77,-101v-7,2,-7,5,0,7v2,-2,2,-5,0,-7xm88,-102v-4,2,-2,11,2,6v-1,-1,-3,-1,-1,-6v4,-1,6,-1,6,-4v-8,7,-6,-15,-9,-5v-7,-2,-9,6,-3,7v2,0,6,-1,5,2xm116,-101v0,2,8,5,6,0r-6,0xm104,-113v0,3,8,8,9,5v-7,-1,-5,-5,-9,-5xm66,-119v6,0,6,14,0,8r0,-8xm114,-116v0,0,-5,-5,-4,-1xm90,-120v2,3,7,3,3,0r-3,0xm99,-121v2,2,6,-1,6,-5v-4,2,-6,4,-6,5xm97,-126v-5,-4,-5,-10,-9,-2v0,1,3,2,9,2xm108,-129v-5,-1,-1,1,-1,1xm81,-133v-7,2,-8,-6,-11,-1v1,3,6,9,11,1xm114,-134v1,-5,-8,-7,-8,-6v0,2,3,4,8,6xm82,-138v1,1,2,2,4,2v-1,-1,-2,-2,-4,-2xm117,-143v0,5,6,4,3,0r-3,0xm88,-149v0,-2,0,-4,-3,-3v-1,2,3,1,3,3xm79,-154v1,1,2,2,4,2v-1,-1,-2,-2,-4,-2xm88,-171v2,0,5,4,5,2v-3,0,-2,-3,-5,-2xm98,-168v3,1,5,-5,3,-8v-7,-1,2,3,-3,8xm81,-173v0,4,4,2,1,0r-1,0xm87,-180v3,1,6,-2,1,-2xm79,-185v2,1,4,1,4,-2v-2,-2,-3,0,-4,2xm106,-185v2,0,4,0,3,-2v-2,0,-4,0,-3,2","w":201},"U":{"d":"25,-62v0,-1,-1,-3,-1,-1xm0,-80r0,-142v13,5,11,-7,23,-7v-3,0,-19,-10,-12,-3v2,6,-4,6,-8,4v6,-8,-9,-14,0,-26r14,0v0,3,-6,2,-6,6v4,-5,18,-9,25,-4v-1,5,-15,5,-2,8v0,6,2,12,4,3v-7,-6,15,-5,4,-12v-2,0,-5,1,-5,-1v7,0,17,-3,15,7v5,-3,6,3,5,8r-3,0v8,43,1,104,3,153v-4,13,15,22,14,28r-1,-1v1,4,10,2,19,3v-1,11,2,26,-1,35v-2,0,-7,-1,-7,1v10,-1,8,10,8,19v-42,6,-89,-23,-89,-79xm2,-240v2,-1,6,0,5,-3v-3,0,-6,-1,-5,3xm44,-240v6,6,11,2,3,-3v-2,0,-2,2,-3,3xm21,-245v1,7,6,16,9,7xm32,-225v2,1,2,-1,2,-3v-3,-1,-4,1,-2,3xm55,-223v-2,-2,-3,-5,-7,-4v0,2,3,3,7,4xm37,-219v2,0,2,0,2,-2r-2,-2r0,4xm12,-216v2,0,14,-3,9,-5v-5,1,-8,3,-9,5xm48,-215v3,1,2,-2,2,-4v-3,-1,-2,2,-2,4xm2,-210v2,0,2,-3,3,-5v-2,0,-4,2,-3,5xm6,-188v4,-2,0,-12,-2,-6xm76,-11v2,0,5,1,5,-1xm75,-22v0,2,3,1,5,1xm77,-50v-3,-2,-10,0,-7,5v3,-1,8,0,7,-5xm69,-20r-1,-1xm75,-25r3,-12v-4,1,-8,5,-11,1v0,5,3,8,8,11xm68,-51v0,0,-6,-4,-3,-1v-1,2,2,3,3,1xm56,-12v0,2,-1,6,2,5v0,-2,1,-6,-2,-5xm64,-25v3,-4,-10,-6,-10,-8v0,5,4,6,10,8xm52,-81v-1,2,-1,4,2,4v0,-2,-1,-3,-2,-4xm51,-58v1,4,0,9,4,9v-1,-6,7,-3,8,-7xm48,-45v0,1,1,3,4,3v1,-3,-1,-3,-4,-3xm44,-61v-4,-1,-2,5,-3,7v4,1,2,-5,3,-7xm33,-52v-1,3,2,5,3,2xm29,-84r2,11v0,-6,3,-9,-2,-11xm18,-82v0,1,-1,3,1,3v0,-1,2,-4,-1,-3xm25,-67v0,4,3,4,2,0r-2,0xm4,-111r0,1r0,-1xm52,-254v3,0,6,-1,4,3v-2,0,-3,-1,-4,-3xm2,-224v-4,0,-1,-6,-2,-9v4,-1,1,5,2,9xm22,-84r2,0r-2,0xm162,-73r1,-2v-1,0,-1,0,-1,2xm152,-253v12,-3,22,6,25,3v-3,-1,-5,-2,-6,-3v16,-6,24,14,10,19v3,0,5,6,1,8v-5,1,-6,-2,-5,-6v2,-1,4,-2,1,-4v-3,6,-14,3,-12,10v2,-2,10,-5,9,3v6,4,4,2,13,1r0,142v-10,48,-28,78,-77,80r-12,0v1,-8,-3,-21,8,-19r0,-2v-1,2,-6,-2,-8,1v3,-13,-9,-42,12,-35v-1,-5,8,1,7,-4v-1,1,-3,1,-3,-1v10,-5,15,-14,15,-25r0,-145v7,-6,-4,-12,2,-18v5,1,4,0,4,-5v4,1,12,-2,14,1v-6,-3,-9,2,-5,6v12,-4,-1,16,10,8v0,0,-2,0,-2,-1v0,-5,7,-5,6,-9v-4,2,-6,-1,-7,-5xm181,-242v0,2,6,3,5,0r-5,0xm141,-242v-6,2,-7,5,0,7v2,-3,4,-6,0,-7xm142,-200v5,8,3,1,9,-3r0,-4v-3,3,-7,3,-9,7xm155,-214v-1,4,3,3,3,1v0,-2,-2,-1,-3,-1xm132,-223v5,-1,10,-3,5,-3xm148,-219v3,1,2,-2,2,-4v-1,1,-2,2,-2,4xm165,-219v3,-1,7,5,10,3v0,-1,-3,-3,-9,-5xm138,-215v2,0,1,-3,1,-4v-2,0,-1,3,-1,4xm182,-215v0,5,4,8,4,1xm181,-188v1,-2,4,-7,0,-8r0,8xm124,-23v-1,-1,-4,-4,-4,0r4,0xm145,-101v0,-2,-4,0,-5,0r5,0xm119,-36v3,-6,-3,-8,-7,-6v-1,6,4,5,7,6xm151,-100r1,-1xm153,-116v-3,5,-9,-2,-11,0r3,11v5,-3,8,-6,8,-11xm126,-44v-4,-2,-8,3,-1,2xm144,-19v0,-2,1,-6,-2,-5v0,2,-1,6,2,5xm166,-112v0,0,-9,1,-11,7v6,0,10,-4,11,-7xm134,-77v0,0,1,-5,0,-1r0,1xm142,-53v4,0,5,-9,4,-9v-4,1,-10,0,-12,3v5,0,8,2,8,6xm145,-46v4,0,6,-4,0,-3r0,3xm156,-58v-1,-3,1,-7,-3,-7v1,2,-1,8,3,7xm161,-53v7,-1,3,-4,0,-1r0,1xm156,-84v2,-2,4,-11,2,-11v-5,2,-2,5,-2,11xm169,-90v0,-2,0,-4,-2,-3v1,1,0,3,2,3xm162,-78v-2,-1,-2,1,-2,3v1,0,2,-1,2,-3xm184,-111r0,1r0,-1xm130,-252v5,-3,7,0,1,2xm188,-233v-1,3,2,10,-3,9v1,-3,-1,-9,3,-9xm163,-95r2,0r-2,0","w":201},"V":{"d":"45,-189v2,-1,2,-3,-1,-3v-2,0,1,3,1,3xm40,-209v1,0,3,-1,1,-1xm27,-245v2,4,8,4,14,4v-3,-2,0,-11,-3,-8xm49,-176v2,1,7,-2,2,-2xm79,-151v1,-1,4,-2,2,-3v-1,0,-2,1,-2,3xm111,-99r0,99r-18,0r-92,-252r54,0xm76,-74v2,1,2,-1,2,-3v-1,0,-2,1,-2,3xm81,-83v-1,5,3,4,3,1v0,-2,-2,-1,-3,-1xm107,-44v-5,2,-12,8,-5,11v-1,-4,5,-6,5,-11xm77,-95v0,5,3,6,3,1v-1,-5,7,-5,6,-8v-7,3,-6,-5,-8,-9v2,8,-13,-1,-6,10v4,0,10,2,5,6xm99,-70v0,3,8,8,9,5v-6,-1,-5,-5,-9,-5xm109,-73v0,0,-5,-5,-4,-1xm82,-117v2,3,6,5,3,0r-3,0xm94,-78v3,3,6,-2,7,-5v-5,2,-7,4,-7,5xm89,-122v-5,-4,-4,-10,-10,-3v0,1,4,2,10,3xm100,-86v0,2,2,0,3,0r-3,0xm92,-55v1,-5,-9,-7,-9,-7v0,2,3,5,9,7xm99,-22v3,1,1,-2,1,-4v-3,-1,-1,2,-1,4xm62,-146v2,0,5,4,5,2v-3,0,-2,-3,-5,-2xm63,-117v0,0,4,-13,-1,-7v5,-1,3,5,1,7xm55,-148v0,4,4,2,1,0r-1,0xm61,-155v3,1,6,-2,1,-2xm53,-161v2,2,4,2,4,-1v-2,-1,-4,-1,-4,1xm72,-134v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm136,-70v0,0,-5,0,-3,1xm131,-50v0,-5,-4,-2,-1,0r1,0xm122,-14r7,3v-1,-4,-1,-7,1,-9r-8,0r0,-77r56,-155r55,0r-92,252r-19,0r0,-14xm142,-82v0,-4,-6,-2,-2,0r2,0xm171,-107v0,-2,-4,-4,-3,-1v1,1,2,3,3,1xm200,-214v-2,0,-14,3,-9,5v6,-2,9,-3,9,-5xm166,-187v-2,0,-1,3,0,4r0,-4xm172,-182v-3,-1,-2,2,-2,4v3,1,3,-1,2,-4xm188,-189v-7,5,-3,9,4,12v1,-6,-5,-6,-4,-12xm195,-242v-1,-6,-8,-5,-9,-1v3,1,6,4,9,1xm168,-171v-7,2,6,13,-7,11v-3,4,0,9,5,6v1,2,0,5,2,5v-4,-11,15,-8,2,-14v-1,-5,1,-6,-2,-8xm193,-158v-4,0,-5,6,-9,3v2,9,2,-1,9,-1r0,-2xm194,-148v-1,1,-3,0,-3,2v2,-1,3,-2,3,-2xm175,-147v-3,1,-4,5,0,2r0,-2xm183,-144v-1,0,-3,-1,-3,1r6,3v-3,0,-1,-3,-3,-4xm178,-139v-13,1,-10,4,-4,8v0,-3,1,-6,4,-8xm188,-137v-1,1,-3,0,-3,2r4,0xm216,-235v-3,-7,-8,-1,-11,-1v1,9,4,0,11,1xm181,-205v-6,2,-11,5,-8,8v0,-5,9,-1,8,-8xm203,-221v-2,-1,-4,2,-2,2xm187,-199v-3,-1,-4,2,-4,4v3,1,4,-2,4,-4xm206,-208v-2,0,-6,4,-1,3xm200,-205v-3,-1,-6,3,-1,2xm156,-118v-1,1,-8,4,-3,4v-1,-3,4,-1,3,-4xm155,-135v4,-6,-6,-12,-1,-6v2,5,-7,6,1,6xm147,-114v-2,-1,-5,1,-2,2xm150,-105v0,1,4,2,4,0r-4,0xm145,-102v-2,1,-4,2,-2,5v3,0,3,-2,2,-5xm163,-126v-1,0,-3,-1,-3,1v1,0,3,1,3,-1","w":240},"W":{"d":"45,-189v2,-1,2,-3,-1,-3v-2,0,1,3,1,3xm40,-209v1,0,3,-1,1,-1xm27,-245v2,4,8,4,14,4v-3,-2,0,-11,-3,-8xm49,-176v2,1,7,-2,2,-2xm79,-151v1,-1,4,-2,2,-3v-1,0,-2,1,-2,3xm111,-99r0,99r-18,0r-92,-252r54,0xm76,-74v2,1,2,-1,2,-3v-1,0,-2,1,-2,3xm81,-83v-1,5,3,4,3,1v0,-2,-2,-1,-3,-1xm107,-44v-5,2,-12,8,-5,11v-1,-4,5,-6,5,-11xm77,-95v0,5,3,6,3,1v-1,-5,7,-5,6,-8v-7,3,-6,-5,-8,-9v2,8,-13,-1,-6,10v4,0,10,2,5,6xm99,-70v0,3,8,8,9,5v-6,-1,-5,-5,-9,-5xm82,-117v2,3,6,5,3,0r-3,0xm94,-78v3,3,6,-2,7,-5v-5,2,-7,4,-7,5xm89,-122v-5,-4,-4,-10,-10,-3v0,1,4,2,10,3xm100,-86v0,2,2,0,3,0r-3,0xm92,-55v1,-5,-9,-7,-9,-7v0,2,3,5,9,7xm99,-22v3,1,1,-2,1,-4v-3,-1,-1,2,-1,4xm62,-146v2,0,5,4,5,2v-3,0,-2,-3,-5,-2xm63,-117v0,0,4,-13,-1,-7v5,-1,3,5,1,7xm55,-148v0,4,4,2,1,0r-1,0xm61,-155v3,1,6,-2,1,-2xm53,-161v2,2,4,2,4,-1v-2,-1,-4,-1,-4,1xm72,-134v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm257,-70v-1,-2,-3,-2,-3,1xm253,-50v0,-2,-4,-4,-3,-1xm243,-14r7,3v-1,-4,-1,-7,1,-9r-8,0r0,-77r57,-155r54,0r-92,252r-19,0r0,-14xm263,-82v0,-4,-4,-2,-1,0r1,0xm292,-107v0,-2,-4,-4,-3,-1v1,1,2,3,3,1xm322,-214v-2,0,-14,3,-9,5v5,-2,8,-3,9,-5xm288,-187v-2,0,-2,0,-2,2r2,2r0,-4xm293,-182v-3,-1,-2,2,-2,4v3,1,3,-1,2,-4xm309,-189v-6,5,-1,9,5,12v1,-7,-6,-6,-5,-12xm316,-242v-1,-7,-5,-4,-9,-1v3,1,7,5,9,1xm287,-165v1,1,4,1,3,4v-6,-1,-13,6,-6,8v5,-3,4,2,6,4v-3,-11,15,-9,1,-14v2,-8,-4,-10,-4,-2xm315,-158v-4,3,-9,1,-9,7v3,-2,6,-3,9,-7xm316,-148v-1,1,-4,0,-4,2v3,-1,4,-2,4,-2xm296,-147v-3,1,-4,5,0,2r0,-2xm304,-144v-1,0,-3,-1,-3,1r7,3v-3,0,-2,-3,-4,-4xm300,-139v-13,1,-11,4,-5,8v0,-3,2,-6,5,-8xm309,-137v-1,1,-2,0,-2,2r3,0xm337,-235v-3,-7,-7,-1,-11,-1v2,9,4,0,11,1xm302,-205v-5,2,-10,5,-7,8v-2,-5,9,-1,7,-8xm324,-221v-2,0,-4,3,-1,2xm308,-199v0,0,-5,5,-1,4xm327,-208v-1,0,-5,4,-1,3xm322,-205v-3,-1,-7,3,-2,2xm277,-118v-1,1,-7,4,-2,4v0,-3,3,-1,2,-4xm276,-141v1,4,-2,4,-4,6v13,2,-2,-15,4,-6xm268,-114v0,0,-3,2,-1,2xm271,-105v2,0,5,2,5,0r-5,0xm267,-102v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm285,-126v-1,0,-3,-1,-3,1v1,0,3,1,3,-1xm136,-70v0,0,-5,0,-3,1xm193,-134v2,0,4,0,3,-2v-2,0,-4,0,-3,2xm219,-26v0,6,6,4,3,0r-3,0xm213,-55v1,-5,-8,-8,-8,-7v0,2,3,5,8,7xm221,-86v0,2,4,1,4,0r-4,0xm211,-122v-5,-4,-5,-10,-10,-3v0,1,3,2,10,3xm222,-83v-5,2,-9,7,-3,5v-1,-3,4,-2,3,-5xm204,-117v1,3,5,4,3,1xm230,-73v0,0,-4,-5,-3,-1xm220,-67v4,-4,7,8,9,2v-6,-1,-4,-6,-9,-5r0,3xm198,-95v0,5,4,7,4,1v-2,-6,8,-4,6,-8v-8,7,-6,-15,-9,-5v-6,-3,-9,2,-5,6v5,0,10,2,4,6xm228,-44v-6,3,-11,8,-4,11v-1,-4,4,-6,4,-11xm202,-83v-1,5,3,4,3,1v0,-2,-2,-1,-3,-1xm197,-74v2,1,2,-1,2,-3v-1,0,-2,1,-2,3xm200,-151v1,-1,4,-2,2,-3v-1,0,-2,1,-2,3xm155,-118v3,10,9,14,8,-2v-3,2,-8,-2,-8,2xm163,-126v-1,0,-3,-1,-3,1v1,0,3,1,3,-1xm145,-102v-2,1,-4,2,-2,5v3,0,3,-2,2,-5xm150,-105v0,1,4,2,4,0r-4,0xm147,-114v-2,-1,-5,1,-2,2xm155,-135v4,-6,-6,-12,-1,-6v2,5,-7,6,1,6xm156,-118v-1,1,-8,4,-3,4v-1,-3,4,-1,3,-4xm201,-154v0,-2,-1,-7,-1,-2xm196,-164v1,1,5,7,4,1xm184,-161v0,1,1,4,1,1xm169,-174v-6,3,-1,9,-1,11v4,0,4,-2,6,-4v-4,0,-5,-3,-5,-7xm175,-160v0,0,0,-1,-1,-1xm162,-153v-6,1,-4,7,-1,9v0,-3,6,-7,1,-9xm171,-107v0,-2,-4,-4,-3,-1v1,1,2,3,3,1xm142,-82v0,-4,-6,-2,-2,0r2,0xm131,-50v0,-5,-4,-2,-1,0r1,0xm109,-73v0,0,-5,-5,-4,-1xm189,-121v-1,-2,-1,-5,-3,-3v2,3,0,5,-1,8v1,-1,2,-2,4,-5xm194,-121v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm190,-159v-1,2,3,10,5,8v-2,-4,-3,-7,-5,-8xm205,-175r28,76r0,99r-19,0r-36,-100r-37,100r-19,0r0,-14r7,3v-1,-4,-1,-7,1,-9r-8,0r0,-77r28,-78r55,0","w":356},"X":{"d":"64,0r-64,0r111,-253r64,0xm58,-68v0,0,-5,0,-3,1xm53,-49v0,-4,-7,-3,-3,0r3,0xm50,-19v-6,0,-13,0,-15,3r14,5v-1,-3,-2,-7,1,-8xm65,-80v-1,-4,-8,-2,-2,0r2,0xm95,-107v-1,3,4,6,3,2v0,-1,-1,-2,-3,-2xm133,-208v-3,2,-16,3,-10,6v6,-2,9,-4,10,-6xm94,-181v-2,0,-2,0,-2,2v2,1,2,1,2,-2xm101,-173v0,-3,-4,-4,-3,0r3,0xm113,-178r11,6v-3,-5,-7,-16,-9,-6r-2,0xm127,-235v-1,-5,-9,-4,-11,-1v3,-1,8,7,11,1xm99,-163v-3,-4,-7,-2,-6,3v1,1,4,1,3,4v-6,-1,-16,5,-8,8v7,3,22,-7,10,-10v0,0,-3,-6,1,-5xm125,-152v-3,-3,-6,6,-10,2v2,9,2,0,10,-2xm126,-144v-2,1,-5,0,-4,3v3,-1,4,-2,4,-3xm103,-143v-3,2,-5,4,1,3xm112,-140v-1,0,-3,-1,-3,1v0,1,3,3,8,5v-1,-3,-3,-3,-5,-6xm107,-134v-15,0,-11,3,-5,7v0,-3,2,-5,5,-7xm120,-131v-1,-2,-4,-1,-5,0r5,0xm151,-228v-3,-6,-11,-1,-13,-1v0,4,4,4,5,6v-1,-4,3,-5,8,-5xm110,-199v-6,2,-11,5,-8,8v-1,-5,10,-1,8,-8xm136,-214v-2,-1,-6,3,-2,2xm117,-193v-3,-1,-4,2,-4,4v3,1,4,-2,4,-4xm139,-202v-1,1,-7,5,-1,4xm128,-197v2,0,7,-1,2,-1xm81,-114v-1,0,-8,3,-3,3v0,-2,4,0,3,-3xm81,-131v4,-6,-8,-13,-2,-5v1,4,-2,3,-4,5r6,0xm71,-111v-2,-1,-5,1,-2,2xm74,-102v0,1,5,4,5,0r-5,0xm69,-99v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm90,-123v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm57,-184r-4,-1v1,1,2,2,4,1xm49,-201v3,-1,3,-5,0,-2r0,2xm35,-237v2,4,9,4,15,4v-4,-1,1,-11,-3,-8xm65,-173v-4,0,-7,3,-1,2r-14,31r-50,-113r64,0r18,42xm95,-146v1,-1,5,-2,2,-3v-1,0,-2,1,-2,3xm120,-48v5,-1,9,4,13,3v0,-1,-10,-7,-13,-3xm91,-71v3,1,2,-2,2,-4v-1,1,-2,2,-2,4xm114,-35v-1,4,3,3,3,1v0,-2,-2,-1,-3,-1xm124,-81v-6,3,-14,7,-6,11v-1,-4,6,-5,6,-11xm123,-20v-7,2,-7,5,0,7v3,-3,6,-6,0,-7xm92,-92v0,6,5,6,5,1v-1,-5,8,-4,7,-8v-9,6,-9,-16,-11,-4v-6,-2,-10,1,-6,6v5,0,11,1,5,5xm121,-101v1,0,5,4,4,0v-7,0,-2,-5,-1,-8r2,0v-1,0,-3,-2,-1,-3r50,112r-64,0r-18,-40r8,-18v1,1,10,9,9,1v-4,0,-7,-1,-8,-3xm99,-113v2,3,7,3,3,0r-3,0xm116,-118v-7,2,-9,6,-3,4v-1,-2,4,-1,3,-4xm107,-118v-5,-4,-5,-10,-12,-3v0,1,4,2,12,3xm115,-122v1,3,3,1,5,0r-5,0xm151,-25v-9,1,-7,-6,-13,-1v0,6,7,-2,6,6v3,-1,6,-2,7,-5xm132,-40v1,1,2,2,4,2v-1,-1,-2,-2,-4,-2xm113,-63v0,6,6,4,3,0r-3,0xm138,-54r-3,0v0,2,6,4,3,0xm128,-56v1,1,2,2,5,2v-1,-1,-2,-2,-5,-2xm76,-142v0,2,6,6,5,2v-3,0,-2,-3,-5,-2xm77,-113v0,0,4,-12,-2,-7v6,-1,4,5,2,7xm68,-143v1,3,2,0,1,0r-1,0xm74,-150v2,0,6,1,5,-2v-3,0,-4,1,-5,2xm32,-216v2,1,5,3,5,-1v-2,-1,-4,-1,-5,1xm86,-130v2,0,5,1,4,-2v-2,0,-5,-1,-4,2","w":181},"Y":{"d":"64,0r-64,0r111,-253r64,0xm58,-68v0,0,-5,0,-3,1xm53,-49v0,-4,-7,-3,-3,0r3,0xm50,-19v-6,0,-13,0,-15,3r14,5v-1,-3,-2,-7,1,-8xm65,-80v-1,-4,-8,-2,-2,0r2,0xm95,-107v-1,3,4,6,3,2v0,-1,-1,-2,-3,-2xm133,-208v-3,2,-16,3,-10,6v6,-2,9,-4,10,-6xm94,-181v-2,0,-2,0,-2,2v2,1,2,1,2,-2xm101,-173v0,-3,-4,-4,-3,0r3,0xm113,-178r11,6v-3,-5,-7,-16,-9,-6r-2,0xm127,-235v-1,-5,-9,-4,-11,-1v3,-1,8,7,11,1xm99,-163v-3,-4,-7,-2,-6,3v1,1,4,1,3,4v-6,-1,-16,5,-8,8v7,3,22,-7,10,-10v0,0,-3,-6,1,-5xm125,-152v-3,-3,-6,6,-10,2v2,9,2,0,10,-2xm126,-144v-2,1,-5,0,-4,3v3,-1,4,-2,4,-3xm103,-143v-3,2,-5,4,1,3xm112,-140v-1,0,-3,-1,-3,1v0,1,3,3,8,5v-1,-3,-3,-3,-5,-6xm107,-134v-15,0,-11,3,-5,7v0,-3,2,-5,5,-7xm120,-131v-1,-2,-4,-1,-5,0r5,0xm151,-228v-3,-6,-11,-1,-13,-1v0,4,4,4,5,6v-1,-4,3,-5,8,-5xm110,-199v-6,2,-11,5,-8,8v-1,-5,10,-1,8,-8xm136,-214v-2,-1,-6,3,-2,2xm117,-193v-3,-1,-4,2,-4,4v3,1,4,-2,4,-4xm139,-202v-1,1,-7,5,-1,4xm128,-197v2,0,7,-1,2,-1xm81,-114v-1,0,-8,3,-3,3v0,-2,4,0,3,-3xm81,-131v4,-6,-8,-13,-2,-5v1,4,-2,3,-4,5r6,0xm71,-111v-2,-1,-5,1,-2,2xm74,-102v0,1,5,4,5,0r-5,0xm69,-99v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm90,-123v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm57,-184r-4,-1v1,1,2,2,4,1xm49,-201v3,-1,3,-5,0,-2r0,2xm35,-237v2,4,9,4,15,4v-4,-1,1,-11,-3,-8xm65,-173v-4,0,-7,3,-1,2r-14,31r-50,-113r64,0r18,42xm95,-146v1,-1,5,-2,2,-3v-1,0,-2,1,-2,3xm91,-71v3,1,2,-2,2,-4v-1,1,-2,2,-2,4xm92,-92v0,6,5,6,5,1v-1,-5,8,-4,7,-8v-9,6,-9,-16,-11,-4v-6,-2,-10,1,-6,6v5,0,11,1,5,5xm99,-113v2,3,7,3,3,0r-3,0xm116,-118v-7,2,-9,6,-3,4v-1,-2,4,-1,3,-4xm107,-118v-5,-4,-5,-10,-12,-3v0,1,4,2,12,3xm115,-122v1,3,3,1,5,0r-5,0xm76,-142v0,2,6,6,5,2v-3,0,-2,-3,-5,-2xm77,-113v0,0,4,-12,-2,-7v6,-1,4,5,2,7xm68,-143v1,3,2,0,1,0r-1,0xm74,-150v2,0,6,1,5,-2v-3,0,-4,1,-5,2xm32,-216v2,1,5,3,5,-1v-2,-1,-4,-1,-5,1xm86,-130v2,0,5,1,4,-2v-2,0,-5,-1,-4,2","w":182},"Z":{"d":"174,-57v2,11,-2,15,-5,24r5,-5r0,38v-16,-1,-36,2,-50,-1v1,-1,1,-2,-1,-2v-1,3,-8,5,-11,2v2,-3,-11,-2,-9,-11v-8,-1,-14,5,-2,8r1,4v-33,-3,-76,6,-103,-3v8,-11,-9,-45,5,-54v14,2,13,12,18,7v-5,-1,0,-5,-9,-7r90,0v1,0,1,2,1,8v4,2,12,1,17,1v-1,-4,-17,-4,-12,-9r49,0v-1,4,2,5,4,2r-1,-2r13,0xm167,-1v2,0,3,-3,0,-2r0,2xm124,-13v-4,3,-4,-2,-7,-3v-1,5,3,5,7,5r0,-2xm122,-16v0,0,3,-9,-2,-8v2,2,-1,6,2,8xm117,-26v0,-4,-8,-3,-11,0v1,4,1,6,4,6v-3,-6,2,-8,7,-6xm104,-13v1,-7,-2,-6,-5,-2v0,1,0,1,1,1v0,0,0,-2,1,-2xm99,-44v2,-1,-2,-3,-2,-3xm91,-42v-6,2,-4,3,-8,7v5,0,11,-4,8,-7xm80,-40v2,0,4,-3,0,-2r0,2xm77,-13v1,-1,2,-4,-1,-3v-1,2,-3,4,1,3xm78,-28v0,-2,1,-7,-2,-6v0,2,-1,7,2,6xm74,-18v-5,-5,-8,1,-1,1xm72,-37v0,-2,-3,-5,-3,-3v1,2,2,3,3,3xm61,-34v11,-5,2,-13,-2,-7xm63,-23v1,-1,3,-3,0,-3r0,3xm58,-8v5,0,0,-8,1,-12v-1,4,-5,10,-1,12xm41,-23v4,-5,1,-7,-1,-3xm35,-4v3,0,4,-5,0,-4v0,1,-2,3,0,4xm32,-11v-10,3,-3,-17,-10,-6v2,6,6,12,10,6xm27,-46v0,-2,-4,-4,-3,0r3,0xm16,-34v-7,-1,-6,9,-3,13v4,-2,1,-10,3,-13xm15,-10v-2,-1,-5,-1,-8,-1v2,2,5,2,8,1xm13,-6r-3,-2xm7,-40v0,-4,0,-7,-4,-5v1,3,2,5,4,5xm50,-253v0,1,-2,3,0,3v1,-2,10,-6,12,-1v-1,-1,-2,-2,-2,1v5,1,12,2,11,9v8,1,14,-5,2,-8r-1,-4v32,3,76,-6,102,3v-6,13,8,44,-4,54v-14,-2,-13,-12,-18,-7v5,0,0,5,9,7r-90,0v-1,-9,-8,-9,-18,-9v1,4,17,4,12,9r-50,0v1,-3,-1,-5,-3,-2r1,2r-13,0v-2,-12,2,-16,5,-24r-5,6r0,-39r50,0xm5,-250v1,0,1,-1,1,-2xm56,-237v4,-6,-12,-7,-1,-1xm51,-237v-3,7,3,12,3,3xm57,-227v0,4,8,3,11,0v-1,-4,-1,-6,-4,-6v3,6,-2,8,-7,6xm69,-240v-1,7,3,7,6,2v0,-1,0,-1,-1,-1v0,0,0,2,-1,2xm74,-209v0,1,2,4,2,2v-1,-1,0,-2,-2,-2xm82,-214v-1,5,4,1,7,1v-3,-2,6,-6,-1,-5xm94,-213v-2,0,-4,3,0,2r0,-2xm97,-240v-2,2,-2,4,1,3v1,-2,3,-4,-1,-3xm96,-224v0,2,-1,6,2,5v0,-2,1,-6,-2,-5xm100,-235v5,5,7,-1,1,-1xm102,-216v-1,2,2,5,2,3v-1,-2,-1,-3,-2,-3xm112,-219v-9,5,-2,13,2,7xm111,-230v-1,1,-3,3,0,3r0,-3xm116,-245v-6,-1,-1,8,-2,12v1,0,4,-4,4,-10xm132,-230v-4,7,0,6,2,2xm136,-246v2,3,3,-3,3,-3v-3,-1,-2,2,-3,3xm142,-242v9,-3,2,17,10,6v-3,-6,-6,-11,-10,-6xm147,-207v0,2,1,3,2,3v0,-2,0,-4,-2,-3xm157,-219v8,2,7,-8,4,-13v-4,2,0,11,-4,13xm159,-243v1,1,4,1,7,1v-2,-2,-4,-2,-7,-1xm161,-247r3,2xm167,-213v-3,3,0,8,4,5v-1,-3,-3,-4,-4,-5xm105,-168v2,2,6,5,1,5v-2,-1,-2,-3,-1,-5xm66,-86v0,-4,-4,-2,-1,0r1,0xm56,-108v5,0,4,-1,1,-2xm60,-119v0,-2,-3,-6,-3,-2xm80,-131v0,-1,-4,-2,-4,0r4,0xm75,-132v-2,-3,-3,-5,-6,-5v2,2,2,6,6,5xm92,-136v-3,1,-3,1,-1,3xm95,-138v0,-3,-4,-2,-5,0v0,2,4,0,5,0xm105,-144v-1,0,-3,-1,-3,1v1,0,4,2,3,-1xm121,-174v-3,4,-17,3,-24,4v8,3,1,10,16,9r0,2v9,-3,10,-5,8,-15xm122,-181v1,-5,-3,-4,-4,-1v0,2,2,2,4,1xm120,-151v-14,4,-28,-15,-38,-8v-1,-10,15,-7,12,-16v4,-5,7,-9,11,-13r67,0v-14,14,-14,22,-27,25v1,-2,-1,-2,-3,-2v-5,2,-22,11,-8,7v4,4,11,0,12,1v-3,10,-19,13,-26,6xm139,-147r-71,84r-68,0r73,-87v5,-1,2,4,3,4v5,-2,-1,-16,8,-11v18,2,41,12,55,10","w":187},"[":{"d":"113,-292v4,10,3,35,0,46r-10,-2v2,2,-1,3,-3,3v-10,-4,-26,3,-41,1r0,243r26,1v-1,2,-1,4,2,3v6,-4,20,-2,28,-1v-1,15,3,35,-2,46r-113,0r1,-340r112,0xm100,-252v-2,0,-4,0,-2,2xm99,-245v1,1,4,4,0,3r0,-3xm53,-236v-6,-1,1,4,-2,6v3,1,2,-4,2,-6xm36,-229v-2,0,-4,0,-2,2xm27,-33v0,-2,-4,0,-6,0v0,0,0,2,1,2v-1,-3,3,-2,5,-2xm101,9v0,-8,-3,-2,-5,0v0,0,0,2,1,2xm113,11v0,-5,-4,-4,-7,-2v7,4,-5,9,-3,11v8,-1,6,-8,10,-9xm92,12v-2,-3,-4,1,-5,3v3,2,4,-1,5,-3xm98,21v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm98,25r0,1r0,-1xm98,28v-1,1,-2,3,-2,0r2,0"},"\\":{"d":"150,9r-55,0r-95,-261r55,0xm46,-183v1,3,5,2,1,0r-1,0xm42,-199v3,-1,3,-5,0,-2r0,2xm30,-236v2,4,7,4,13,4v-3,-1,0,-8,-2,-9v-2,3,-8,3,-11,5xm52,-168v2,1,7,-2,2,-2xm82,-142v2,0,3,-3,1,-4xm103,-41v4,-1,8,4,11,3v0,-1,-8,-7,-11,-3xm78,-65v3,1,2,-2,2,-4v-1,1,-2,2,-2,4xm84,-70v3,1,2,-2,2,-4v-3,-1,-2,2,-2,4xm106,-75v-6,3,-11,7,-5,12v-1,-5,5,-6,5,-12xm106,-12v-7,2,-7,5,0,7v1,-3,3,-5,0,-7xm79,-87v-2,9,9,4,4,3v-1,-6,7,-6,6,-10v-8,6,-7,-16,-9,-4v-6,-3,-8,2,-5,6v4,0,10,2,4,5xm107,-96v-6,-1,-4,-6,-9,-5v-1,6,9,6,9,5xm108,-104r-4,-1xm85,-108v1,2,5,3,3,1xm100,-114v-5,3,-9,6,-3,5v-1,-3,4,-2,3,-5xm92,-114v-5,-5,-5,-8,-10,-2v0,1,3,2,10,2xm99,-117v1,3,3,2,4,0r-4,0xm124,-12v1,-1,7,-5,3,-5v-6,0,-4,-6,-9,-2v-1,8,6,-1,6,7xm94,-47v1,-5,-8,-7,-8,-7v0,3,3,5,8,7xm113,-33v1,1,2,2,4,2v-1,-1,-2,-2,-4,-2xm97,-57v0,6,6,4,3,0r-3,0xm118,-44v2,0,0,-2,0,-3r-2,0v0,1,3,1,2,3xm110,-49v0,2,2,2,4,2v-1,-1,-2,-2,-4,-2xm65,-138v0,2,6,6,5,2v-3,0,-2,-3,-5,-2xm66,-108v3,0,5,-5,3,-9v-2,0,-5,-1,-5,1v6,0,4,5,2,8xm58,-140v0,4,4,2,1,0r-1,0xm63,-147v2,0,6,1,5,-2v-3,0,-4,1,-5,2xm55,-152v3,2,5,2,5,-2v-3,-2,-4,0,-5,2xm74,-126v1,0,3,1,3,-1v-1,0,-3,-1,-3,1","w":148},"]":{"d":"20,1v4,-1,11,7,10,-1r26,0r0,-244v-21,-1,-43,2,-47,-4v-1,3,-7,5,-9,1v1,-14,-3,-34,2,-45r112,0r0,341v-37,-2,-81,4,-114,-2v1,-15,-3,-35,2,-46r18,0xm17,-250v-1,-3,-2,0,-1,0r1,0xm14,-242v1,-1,1,-3,1,0r-1,0xm65,-235v-5,-1,-4,2,-3,5v3,0,0,-4,3,-5xm82,-227v-2,-2,-3,0,-1,1xm91,-34v-2,0,-5,-1,-4,2v4,-2,6,4,6,0xm18,12v0,0,-4,-11,-4,-3xm9,10v-2,-4,-8,-3,-7,2v1,1,6,11,10,6v-5,1,-6,-6,-3,-8xm26,11v-5,-1,-5,2,-2,5v4,0,4,-2,2,-5xm18,22v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm16,25r0,1r0,-1xm16,28v5,0,3,4,0,1r0,-1"},"^":{"d":"8,-185v2,3,7,1,2,-1xm16,-199v0,-5,-6,-3,-2,0r2,0xm32,-252v3,33,-9,50,-16,72r-15,0r26,-72r5,0xm31,-239v0,-3,-2,-5,-3,-2xm23,-225v0,-1,-1,-1,-2,-1v4,5,-6,4,-2,8v5,1,4,-4,4,-7xm29,-233r2,-1xm31,-231v-1,0,-1,0,-1,1xm25,-220v0,0,-2,1,0,1r0,-1xm29,-228v0,-2,-1,-1,-2,-2xm23,-214v-9,2,-6,3,-2,6v0,-2,1,-4,2,-6xm30,-228v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm27,-236v-4,2,-5,4,-5,7v0,-5,6,-2,5,-7xm29,-246v0,0,-2,1,0,1r0,-1xm35,-248v-1,-5,2,-4,6,-4r26,72r-16,0v-6,-21,-22,-42,-14,-69xm47,-199v1,0,1,0,1,-1xm49,-200v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm47,-207v4,6,1,1,7,-3r0,-2xm53,-183v0,2,2,0,3,0v-1,-2,-1,0,-3,0xm39,-237v-3,5,5,3,4,9v3,-7,4,-4,0,-10v-1,3,-2,1,-4,1xm49,-217v-4,-4,-2,-8,-8,-3v0,2,3,2,8,3xm60,-185r0,-1v0,0,-2,1,0,1xm45,-213v-1,0,-1,1,-1,2xm46,-216v1,0,1,0,1,-1v-1,0,-1,0,-1,1","w":77},"_":{"d":"131,18v-2,2,1,6,2,5v0,-2,1,-6,-2,-5xm158,21v-6,0,-14,4,-17,-1v2,4,0,8,-2,10v5,-8,13,-4,19,-9xm130,9v-4,0,-4,0,-2,2xm134,5v0,-2,-2,0,-3,0r3,0xm145,5v-2,-1,-2,-1,-2,2v2,0,2,0,2,-2xm78,34v-1,-1,-1,-3,-1,0r1,0xm94,30v0,-3,1,-5,-1,-3v1,0,1,1,1,3xm73,23v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm30,20v5,4,16,9,19,8v-4,0,-3,-5,-2,-8v-4,6,-11,-1,-17,0xm114,22v0,0,2,-1,0,-1r0,1xm110,32v-1,1,-2,2,1,2xm112,18v-2,1,-3,2,1,2xm78,20v-1,-1,-3,-3,-3,0r3,0xm62,9v-4,0,-4,0,-2,2xm54,4v1,0,2,2,2,0r-2,0xm45,4v-1,0,-2,1,-2,3v2,1,2,-1,2,-3xm53,25v0,1,2,2,5,3v-1,-4,0,-4,-5,-3xm56,24v4,-6,-2,-8,-1,-1xm130,28v4,0,8,-4,0,-3r0,3xm0,15v-1,-4,1,-7,4,-3v1,3,-1,3,-4,3xm156,43v4,-1,9,3,5,4r-8,0xm134,38v3,4,-2,11,-8,8v0,-3,4,-8,8,-8xm188,10v0,3,0,6,-4,5v0,-3,1,-5,4,-5xm80,4r0,0r0,0xm108,4r0,-1r0,1xm67,34v2,-2,2,-4,0,-5r0,5xm67,28v1,-1,1,-1,0,-2r0,2xm151,0v2,3,6,6,5,0v9,1,21,-1,19,6v0,6,4,3,6,1v-3,14,6,12,7,25v-3,-1,-3,1,-3,4v7,8,-4,13,-14,11v-1,-1,-2,0,-2,-2v6,0,1,-10,7,-12v-2,0,-4,0,-3,-2v11,-1,-2,-8,3,-15v-17,-7,-3,39,-16,23v-5,0,-16,4,-10,8v-11,1,-17,-1,-11,-9v-6,-3,-7,-1,-16,0v2,4,2,7,-2,9v-19,-2,-44,4,-58,-3r2,-6v-9,-1,-9,-3,-16,0v6,8,0,10,-11,9v3,-5,-3,-8,-10,-8v1,3,-6,7,-7,3v1,-15,0,-29,-9,-26v5,5,-7,13,2,15v-3,4,3,6,1,14v3,0,6,1,2,2v-12,2,-20,-2,-14,-15v-7,-1,-2,-9,2,-12v0,-2,5,-1,4,-4v-7,1,-2,-6,-2,-9v2,4,6,2,7,-2v-3,0,-2,-4,0,-5v8,3,10,-2,18,1v-1,1,-1,3,1,3v27,-10,77,-1,118,-4xm70,16v0,-1,-1,-4,-1,-1xm121,27r-1,0r1,0xm121,29v-2,1,-2,3,0,5r0,-5xm118,13v0,1,1,5,1,1xm25,46v2,-3,9,-4,10,1v-3,0,-8,1,-10,-1xm52,40v3,-5,8,1,10,6v-7,3,-6,-2,-10,-6xm102,20v-2,-1,-5,1,-1,1xm101,8v1,2,1,4,1,0r-1,0xm117,39v0,-2,-4,-1,-5,0r5,0xm97,2v-2,1,-2,3,0,4r0,-4xm110,42v0,-5,-1,0,-3,0v0,2,3,0,3,0xm102,11v1,2,8,2,6,-1xm102,38v3,0,7,-5,1,-4xm81,9v4,2,10,0,5,-3v0,2,-1,2,-4,3v0,-4,-2,-1,-4,-3v1,4,3,7,3,3xm103,23v1,3,15,3,9,0v-1,1,-1,1,-2,0v-1,-11,-2,4,-10,-1v0,3,-3,2,-2,5xm86,35v1,-7,-6,-14,0,-17v-5,4,-8,-4,-10,-2v8,5,4,13,10,19xm103,39v-1,-2,-5,-1,-1,0r1,0xm99,45v-4,-6,-11,-4,-18,-7v0,6,9,8,18,7xm99,30v-1,-3,-5,-3,-2,0r2,0xm97,21v2,-3,-7,-11,-5,-3v4,0,3,2,5,3xm96,34v0,-3,-6,-3,-7,0v1,2,4,-1,7,0","w":187},"a":{"d":"0,-37r16,-48v3,0,3,9,5,5v-4,-8,9,-11,2,-14v-3,-1,-3,7,-7,9v3,-6,0,-18,9,-18v-1,2,1,2,3,2v-3,-5,1,-10,-2,-12v0,6,0,7,-3,7v9,-17,10,-49,23,-58v-1,-25,20,-59,27,-88r66,0r89,252r-65,0v-10,-36,-16,-54,-17,-54r-70,0r13,-46v14,-1,31,2,43,-1v-13,-38,-18,-71,-27,-93v0,7,-11,50,-35,130r-20,64r-50,0v-1,-7,2,-15,0,-20v1,1,3,1,3,-1v-6,1,-2,-7,-3,-11v2,-3,10,-1,4,-5v-1,2,-3,0,-4,0xm60,-172v-1,-1,-5,-4,-4,0r4,0xm44,-145v-1,-2,-6,-2,-5,1xm40,-130v-4,5,-5,7,-7,11v6,-1,5,-6,7,-11xm31,-117v-3,-1,-2,2,-1,3xm56,-105v-1,0,-2,-2,-2,0r2,0xm45,-94v4,3,4,13,8,6v-1,-3,-3,-6,-8,-6xm35,-88v-1,1,-2,0,-2,2xm19,-76v-1,0,-4,-1,-4,1r5,2xm47,-73v-1,-2,-1,-4,-1,0r1,0xm30,-71v-2,0,-5,-1,-4,2v2,0,5,1,4,-2xm39,-67v2,-1,-2,-3,-2,-3xm38,-62v0,2,-5,-2,-4,2v3,0,9,0,4,-2xm26,-58v-2,-1,-8,3,-3,4v-1,-3,4,-1,3,-4xm12,-42v-1,-5,-3,0,-6,0v2,2,4,2,6,0xm16,-42v-2,1,-7,7,-2,4v3,0,3,-2,2,-4xm54,-27v4,-3,1,-10,-4,-6v2,2,4,4,4,6xm38,-30v3,-1,-1,-5,-1,-2xm35,-25v-8,1,2,16,-9,14v1,8,12,-10,14,7v4,-2,4,-16,2,-18v-4,1,-1,6,-1,10v-4,-3,-11,-6,-6,-13xm28,-16v-7,-6,-9,2,-3,3v-1,-3,3,-1,3,-3xm6,-12v-2,0,-4,0,-3,3v2,-1,3,-2,3,-3","w":234},"b":{"d":"66,-250v56,-8,136,-4,134,61v-2,1,-1,33,-5,15v-11,4,-4,-10,-14,-7v0,-2,1,-5,-2,-4v-1,9,10,12,6,24r-5,-1v3,3,4,6,-3,5v4,12,-6,25,-13,15v-3,0,-8,-2,-7,3v4,0,23,9,25,16v8,0,28,25,22,42v8,12,-4,30,-3,35v-12,4,-13,-6,-19,-2v-3,5,13,4,4,10v-4,0,-7,0,-6,4v2,0,5,2,10,7v-18,19,-16,12,-36,23v-2,-2,-11,-6,-8,-11v-3,1,-7,-2,-7,-1v3,5,5,9,6,14v-11,2,-18,2,-22,-9v2,17,-39,12,-57,9v1,-14,-3,-35,2,-45v13,1,30,-2,40,2r-1,-1v11,-2,21,-3,32,-8v-1,8,3,14,14,14v1,-4,-7,-9,0,-13v2,0,3,7,3,-1v-20,-3,-1,-31,-12,-43v2,1,5,1,4,-2v-9,-11,-53,-10,-82,-13v1,-14,-3,-34,2,-44r44,0v8,6,38,-10,33,-33v-5,1,1,-8,-4,-7v1,1,1,3,-1,3v-10,-21,-51,-6,-74,-14r0,-43xm90,-248v-2,-2,-5,-5,-4,1xm121,-244v-2,0,-4,0,-3,2v1,-1,3,0,3,-2xm116,-239v0,-2,-3,-4,-2,0r2,0xm139,-237v-1,-3,-6,-2,-6,2v4,1,3,-2,6,-2xm72,-238v0,0,-2,0,-2,1v1,2,4,3,5,0xm127,-232v-4,0,-11,-3,-11,-1v3,4,5,2,11,1xm151,-226v-1,-7,-4,-3,-1,0r1,0xm147,-221v-4,0,-8,-1,-8,3v3,-1,8,1,8,-3xm158,-210v-1,-4,-3,-5,-2,0r2,0xm143,-212v-1,5,1,11,8,5v0,-4,-6,-2,-8,-5xm122,-211v-2,1,-2,1,-1,3v3,1,1,-2,1,-3xm168,-208v2,2,5,10,7,6v-1,-4,-4,-6,-7,-6xm193,-207v-2,0,-5,-1,-4,2v2,0,5,1,4,-2xm147,-202v-1,4,4,6,3,1xm164,-198v5,2,-3,8,0,10r11,-2v-3,-6,-6,-8,-11,-8xm179,-198v1,0,2,3,2,1xm156,-196v-6,-3,-9,3,-6,7v6,1,5,-4,6,-7xm180,-186v-1,-7,-3,-3,-1,0r1,0xm189,-189v-1,0,-2,4,0,4r0,-4xm149,-178v-1,-2,-3,2,-3,2xm161,-178v-4,-1,-7,2,-3,4v1,0,2,-2,3,-4xm171,-176v-3,1,-6,5,-2,5xm187,-167v0,-2,3,-4,2,0r-2,0xm196,-167v0,3,-4,8,-6,5v0,-4,0,-8,6,-5xm138,-160v-2,0,-2,0,-2,2r3,2xm186,-151v-3,-4,4,-14,6,-7xm156,-158v-4,0,-8,3,-4,5v7,1,9,-3,16,0v0,-2,-4,-4,-12,-5xm124,-147v0,0,-4,-11,-5,-4v3,1,5,2,5,4xm148,-146v-2,-1,-4,-1,-3,2v2,0,3,-1,3,-2xm126,-139v-3,-3,-8,3,-2,2xm155,-135v-1,0,-4,2,-2,2xm145,-132v-3,1,-1,6,2,6xm125,-126v-1,2,3,4,5,4v-1,-1,-2,-3,-5,-4xm174,-126v-10,7,-10,15,-2,20v1,-11,13,-3,18,-1v-3,8,-9,10,-3,16v-3,1,-10,2,-8,10v-19,0,-2,21,-18,21v3,8,4,10,14,14v1,-4,1,-10,7,-7v-5,-4,-13,-2,-8,-10v7,2,19,-3,7,-3v-7,0,-6,-11,-2,-14v9,-2,2,5,8,6v1,-4,1,-7,0,-11v2,2,3,0,3,-2v8,-10,3,-17,5,-25v-5,-2,-22,4,-23,-10v6,-1,8,-1,2,-4xm102,-117r5,0v-2,-2,-4,-2,-5,0xm147,-110v-3,-1,-6,2,-1,2xm150,-108v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm187,-105v-1,0,-4,-2,-3,1xm172,-92v-2,-4,-8,-1,-8,2v0,3,2,2,6,2v-2,-2,-2,-4,2,-4xm201,-87v-3,0,-3,0,-2,2xm202,-67v1,-3,-2,-4,-2,-2xm195,-64v-10,-5,-2,5,-5,10v10,1,1,-6,5,-10xm204,-62v-3,0,-5,2,-3,3v2,0,4,0,3,-3xm143,-48v-4,-6,-6,-10,0,-12v-1,3,12,11,0,12xm112,-44v-5,2,-4,5,0,6v3,-1,1,-4,0,-6xm181,-42v-2,-3,-4,-1,-5,2v1,2,5,-1,5,-2xm102,-42v-1,0,-3,-1,-3,1v0,2,4,3,8,3v0,-3,-2,-4,-5,-4xm194,-34v-5,1,-5,-7,-1,-7v5,1,5,4,1,7xm95,-30v-1,-7,-4,-11,-10,-2v2,0,7,8,10,2xm124,-29v4,-4,-4,-11,-4,-3v3,0,4,1,4,3xm170,-36v0,0,-2,0,-2,1v2,2,5,2,2,-1xm116,-24v2,-6,-7,-6,-8,-3v0,4,2,2,8,3xm92,-21v-2,2,-1,3,1,1xm130,-15v-2,0,-4,0,-3,3v2,0,4,0,3,-3xm104,-14v-1,4,3,3,3,2v0,-1,-1,-1,-3,-2xm108,-9v-3,-1,-3,1,-3,4v3,1,2,-2,3,-4xm105,-4v-1,-3,-8,-3,-8,1v2,-1,7,1,8,-1xm5,-90v-11,0,1,-13,-5,-17v2,-47,-4,-103,2,-146v18,1,41,-3,55,2v1,12,1,31,-9,15v-2,3,6,11,0,13r9,-4r0,112v-13,-7,-10,12,-21,5v0,1,-3,3,-1,3v6,-2,17,11,11,2v-2,-6,6,-7,8,-3v-5,6,10,19,-3,28v4,1,3,-3,6,-3v0,15,1,37,-3,45r3,-1v-1,8,3,21,-2,25v1,-7,-4,-5,-7,-7v0,0,12,9,2,11v-2,-1,-4,-5,-5,-3v3,2,3,6,4,8v6,0,3,-5,8,-4v1,19,-20,2,-31,9v-6,-6,-6,2,-17,0v1,-4,-3,-3,-6,-3v0,2,3,0,2,3v-8,-1,-2,-6,-5,-18v7,-5,-4,-12,2,-17r9,2v-5,-1,-6,-5,-9,-8v0,2,1,5,-2,4v1,-11,-5,-43,8,-33v6,-1,16,0,8,-4v-6,1,-10,-1,-7,-6v-3,0,-4,-3,-4,-10xm20,-248v0,0,-5,0,-3,1xm30,-239v0,-2,-3,-4,-2,0r2,0xm28,-227r12,6v-1,-4,-1,-7,1,-9v-6,-1,-10,1,-13,3xm45,-219v0,-4,-6,-2,-2,0r2,0xm5,-219v-1,1,1,4,2,2v0,-2,-1,-1,-2,-2xm51,-149v-4,2,0,12,2,6xm54,-127r-2,5v3,0,3,-2,2,-5xm9,-122v-3,-1,-2,3,-2,5v3,1,2,-3,2,-5xm45,-121v-2,0,-13,4,-9,6v5,-2,8,-4,9,-6xm20,-117v-2,0,-2,0,-2,2v2,1,2,1,2,-2xm2,-114v2,2,3,5,7,4v0,-2,-3,-3,-7,-4xm25,-112v-3,-1,-2,2,-2,4v3,1,3,-1,2,-4xm55,-113v4,0,1,6,2,9v-3,1,-3,-7,-2,-9xm31,-104v-5,3,-1,9,5,12v1,-6,-6,-7,-5,-12xm13,-97v-5,-6,-12,-1,-3,3v2,0,2,-2,3,-3xm21,-101v-6,3,6,13,-7,10v-3,5,-1,10,6,7v0,1,-1,4,1,4v-4,-10,15,-9,2,-13xm55,-97v-2,1,-6,0,-5,3v3,0,6,1,5,-3xm46,-89v-3,2,-5,6,-9,4v2,7,3,-1,9,-2r0,-2xm1,-85v5,-1,3,6,1,9v-4,1,-1,-5,-2,-8xm47,-79v-1,1,-4,0,-3,3v2,-1,3,-2,3,-3xm28,-78v-3,2,-5,6,0,3r0,-3xm36,-74v-1,0,-3,-1,-3,1v0,0,2,2,6,4v0,-3,-2,-3,-3,-5xm31,-69v-12,1,-11,4,-4,7v0,-3,1,-5,4,-7xm41,-67v-1,1,-3,0,-3,2r4,0xm14,-62v-3,-6,-9,-1,-11,-1v0,4,2,4,4,6v0,-4,3,-5,7,-5xm48,-60v-5,2,-10,5,-7,7v-1,-4,9,-1,7,-7xm20,-58v-2,-1,-6,3,-2,2xm54,-55v-3,-1,-2,2,-3,4v3,1,3,-1,3,-4xm22,-46v-1,0,-5,5,-1,4xm17,-42v-3,-1,-7,3,-2,2xm27,-26v-1,1,-8,4,-3,4v-1,-3,4,-1,3,-4xm35,-17v3,-3,-2,-11,-3,-8v6,5,-6,9,3,8xm18,-22v-1,0,-5,0,-2,1xm20,-13v2,0,5,2,5,0r-5,0xm16,-10v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm43,-8v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm55,-113v4,0,1,6,2,9v-3,1,-3,-7,-2,-9xm1,-85v5,-1,3,6,1,9v-4,1,-1,-5,-2,-8","w":218},"c":{"d":"2,-108v-16,-77,46,-149,113,-143v-2,14,5,37,-5,43v3,3,4,-3,5,0v-14,4,-27,10,-36,19r-7,-2v2,8,5,0,5,4v-10,12,-16,26,-19,44v-1,-1,-2,-1,-4,-1v0,4,5,0,4,5v2,15,-10,11,-6,16v6,-2,7,9,8,26v-2,0,-4,5,-1,2v3,-1,5,6,3,9v7,5,19,38,46,38v-1,7,-4,5,-9,3v-2,9,-12,4,-7,13v8,-5,12,-13,22,-6v2,10,-9,6,-6,12v4,-2,7,3,5,7v-11,-6,-3,8,-11,9v0,-5,3,-11,4,-15v-5,11,-13,4,-8,17v0,0,-1,-2,-1,0v1,0,2,2,3,6v-4,1,-20,1,-16,-7v-23,-1,-30,-6,-51,-26v-9,-18,-18,-18,-26,-46v-1,-8,8,-6,5,-12v5,3,9,-2,7,7r-2,-1v-5,11,12,2,12,13r2,0v0,-2,-4,-6,1,-5v4,0,5,3,7,0v-1,-6,0,-2,-5,0v-4,-9,-20,1,-10,-14v2,1,5,4,5,0v-2,-2,3,-8,-2,-5v-9,-3,-28,15,-25,-9v5,6,6,-1,8,-6v-4,2,-4,4,-6,-1r1,0r-3,-2v1,5,2,5,0,8xm140,-48v5,1,25,-21,32,-21v-6,-3,-2,-2,4,-10v-2,-5,0,-6,4,-6v3,-1,2,3,4,3v1,-6,-9,1,-6,-12r50,27v-14,34,-65,75,-102,65v1,0,2,0,2,-1v-6,1,-2,-8,-3,-12v1,-6,4,-4,11,-6v-10,-6,-1,-17,1,-25v-2,1,-5,2,-4,-2v2,0,7,-3,8,-1xm186,-156v-17,-20,-29,-47,-61,-52v1,-14,-2,-32,1,-44v42,-4,103,42,103,76v-1,-5,1,-7,3,-1xm188,-220v3,-2,-2,-6,-2,-3v1,0,2,1,2,3xm46,-210v-2,0,-4,1,-4,4v2,-1,4,-3,4,-4xm225,-176v-2,1,-13,3,-5,3v2,-1,6,0,5,-3xm20,-171v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm59,-154v-2,0,-6,2,-4,4xm43,-152v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm20,-140v1,-2,-2,-7,-2,-2xm28,-138v0,-2,-4,-3,-3,0r3,0xm14,-134v0,-2,-3,-4,-2,-1xm20,-132v10,4,0,17,-2,18v8,-5,12,-8,19,-3r-1,1v6,2,2,-4,5,-4v2,3,10,2,8,-5v-11,0,-13,-3,-18,-9v-1,6,-7,6,-11,2xm14,-126v-1,3,1,3,3,2r0,-2v-1,1,-2,1,-3,0xm15,-114v-1,0,-1,0,-1,1v3,0,1,-1,1,-1xm24,-111r1,-3xm21,-108v1,-1,4,-2,2,-2xm55,-104v-2,0,-6,1,-4,2v2,0,5,1,4,-2xm49,-102v-3,0,-5,0,-3,3xm38,-101v-7,3,-8,3,-1,6xm54,-81v-3,-14,-15,-14,-18,-6r1,3v5,-6,12,-1,17,3xm6,-86v-2,0,-3,-5,-1,-5v3,0,3,3,1,5xm35,-88v-5,-4,-6,7,-3,2v2,1,4,1,3,-2xm19,-73v1,-7,-6,-8,-9,-6xm186,-80r1,1xm64,-77v-2,0,-5,2,0,2r0,-2xm181,-72r0,5v3,0,2,-4,0,-5xm197,-72v-2,2,-3,5,1,4xm72,-68v-1,-1,-4,-3,-3,0v1,1,2,1,3,0xm40,-67v-3,-1,-7,2,-2,3xm188,-64v0,-2,-4,-3,-4,-1v1,1,2,1,4,1xm176,-65r0,5v2,-2,2,-4,0,-5xm66,-59v0,1,-2,4,1,3v0,-1,0,-3,-1,-4r0,1xm75,-55v-2,-3,-6,2,-8,3xm43,-55v-3,0,-8,2,-2,4v1,-1,2,-2,2,-4xm28,-48v-2,-2,-4,-2,-3,1xm58,-50v-3,-1,-2,2,-2,4v2,0,1,-3,2,-4xm94,-48r0,2v4,-2,3,-4,0,-2xm31,-44v0,-1,1,-4,-1,-4v0,2,0,3,1,4xm75,-38v-1,-11,-12,-7,-2,0r2,0xm40,-43v-3,-1,-5,2,-3,4v3,0,5,-1,3,-4xm52,-41v-3,0,-6,3,-1,3xm126,-36v-1,-2,-1,-5,2,-4v-1,1,0,4,-2,4xm47,-38v0,1,-4,3,-2,3xm54,-38v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm55,-34v1,6,10,5,11,0v-3,2,-7,0,-11,0xm140,-33v-1,0,-3,-1,-3,1v1,0,4,2,3,-1xm125,-21v1,-3,-1,-8,1,-9v0,3,1,7,-1,9xm54,-22v1,-3,-5,-5,-5,-3v3,5,5,4,11,4v-2,0,-5,-2,-7,0xm66,-25v-1,1,-4,4,0,3r0,-3xm160,-24v-2,0,-4,4,-1,3xm83,-18v0,-2,-4,-3,-4,-1v1,1,2,1,4,1xm92,-20v-5,-1,-2,3,-1,5v5,0,2,-2,1,-5xm62,-19v0,1,-3,4,-1,4v3,-1,5,-3,1,-4xm88,-12v1,-3,-3,-4,-4,-2v2,0,1,3,4,2xm114,-8v-4,-1,-2,-10,1,-8v0,3,0,6,-1,8xm139,-9v1,-3,-3,-6,-2,-1xm103,-3v1,-8,13,-5,12,2v-6,3,-8,-3,-12,-2","w":241},"d":{"d":"103,-255v0,-4,2,-6,7,-5xm6,-229v0,-4,0,-8,-6,-7v1,-5,-2,-15,2,-17v15,1,34,-2,47,1v0,1,-2,3,0,3v3,-5,5,1,8,4r0,120v-1,-1,-3,-1,-3,1v2,2,5,9,2,12v1,-2,1,-2,-2,-2v-1,4,-2,12,-9,11v0,7,6,14,8,1r4,0v-2,33,3,73,-3,102v-12,-7,-45,9,-54,-5v3,-13,12,-14,7,-17v-2,2,-3,2,-7,8r0,-89v7,0,12,-10,9,-18v-4,0,-4,18,-9,11r0,-49v4,1,7,-1,3,-4r-3,1v3,-21,-7,-55,4,-69xm66,-252v43,-4,96,-1,115,27v24,36,16,89,16,143v0,20,-6,40,-18,51v2,4,-3,6,-7,8v0,0,0,-2,-1,-2v-3,25,-66,28,-105,23v1,-14,-3,-35,2,-45v15,-1,35,1,45,1r-1,-2v45,-12,21,-79,27,-128v-7,-41,-48,-28,-73,-32r0,-44xm15,-251v-2,0,-4,5,-1,4xm6,-237v0,0,10,3,9,-3v-4,0,-8,0,-9,3xm175,-235v1,-4,8,-6,7,1v-3,1,-2,-2,-4,-3v1,2,-1,2,-3,2xm8,-218v-1,2,4,7,6,4v-1,-2,-2,-5,-6,-4xm5,-215v-4,-1,-1,4,-1,5xm91,-212v-2,-2,-3,0,-1,1xm22,-209v1,2,-4,-2,-2,1v-2,0,-1,2,-1,3v5,0,10,-3,3,-4xm87,-203v0,-2,3,-4,2,0r-2,0xm18,-203v-3,0,-3,3,-3,6v1,-1,2,-1,3,0v2,13,-8,0,-12,6v7,-2,8,9,17,10v-3,0,-5,-2,-6,-5v0,-4,2,-5,6,-5v1,-7,-5,-5,-5,-12xm144,-197v1,7,2,6,3,0r-3,0xm30,-189v-1,-6,-4,-3,-3,0r3,0xm164,-189v-2,0,-2,0,-1,1xm24,-170v-2,-1,-5,-7,-7,-4v2,2,2,5,7,4xm57,-168v-1,-1,-4,-3,-3,0r3,0xm173,-82v-1,0,-3,-1,-3,1v4,-2,6,4,6,0xm84,-39v2,0,7,3,8,1v-1,-3,-6,-9,-8,-1xm74,-41v-7,2,-8,5,0,4v-1,3,6,12,9,7v-9,0,-2,-11,-9,-11xm46,-125v-3,0,1,4,-5,7v5,1,5,-3,5,-7xm111,-33v0,-3,-5,-6,-6,-3v1,3,2,5,6,3xm41,-123v-8,-3,-11,3,-2,3xm31,-118v-2,1,-1,8,0,11v4,-1,6,-1,6,-4v-5,2,-7,-1,-6,-7xm92,-27v-2,-1,-2,1,-2,3v2,1,2,-1,2,-3xm99,-22v0,-1,-5,-2,-5,0r5,0xm94,-20v-2,0,-2,0,-2,2xm44,-105v-5,-1,-6,2,-2,5v1,0,1,0,1,-1v0,0,-2,0,-2,-1xm14,-100v-1,-2,-3,2,-3,2xm18,-92v-6,-1,0,3,-1,7v3,-3,6,5,5,-1xm17,-81v0,-2,-3,-3,-2,0r2,0xm44,-75v1,-3,-4,-6,-3,-1xm29,-78v-2,0,-7,-1,-6,2v2,0,7,1,6,-2xm40,-74v-2,0,-3,3,-3,6v2,-1,3,-3,3,-6xm21,-73v-3,-1,-6,3,-4,3v3,-1,4,-2,4,-3xm23,-62v-5,-8,-12,-3,-7,2xm34,-64v-1,-1,-3,-3,-3,0r3,0xm49,-58v1,-6,-7,-1,-11,-2v4,0,8,4,11,2xm34,-42v-5,-4,-5,0,-2,2xm53,-36v0,-3,-5,-4,-4,0v1,0,3,2,4,0xm46,-32v2,8,-17,3,-6,10v4,-3,13,-7,6,-10xm12,-28v-4,0,-5,4,0,3r0,-3xm23,-17v0,7,9,7,13,3v-3,-2,-11,0,-13,-3xm48,-15v-2,0,-3,6,-1,7v1,-2,3,-4,1,-7xm51,-13r-2,2xm17,-7v-2,-3,-6,1,-4,3v2,-1,4,-2,4,-3","w":208},"e":{"d":"18,-252v6,9,-13,9,-16,15v7,0,5,7,2,10v-9,1,-2,-18,-3,-25v10,-2,11,4,17,0xm10,-183v-2,-9,11,-20,9,-11v1,2,1,5,3,5v-1,-3,1,-3,3,-1r-1,1v2,-1,8,1,7,-3v-10,4,-10,-23,-17,-8v-1,-1,-3,-1,-5,-1v4,7,0,12,-9,14v1,-8,-1,-14,2,-17r0,3v4,1,9,-3,6,-5r0,2v-7,1,-9,-7,-4,-9v9,-3,3,9,8,3v-1,-10,-1,-11,-8,-15v8,-1,1,-7,13,-6v-1,7,4,5,7,3v-3,-6,-3,-11,-3,-19v2,0,5,3,6,1r-2,-6v10,1,25,-2,32,2v-1,7,3,20,-2,24v1,-8,-3,-7,-3,-2v7,3,5,20,5,31v-2,0,-6,-2,-7,0v6,1,8,6,7,14v-7,0,-1,2,0,3v-3,18,7,46,-8,52v-1,-6,-8,4,-11,-2v0,-4,4,-6,0,-9v-1,3,0,7,-4,6v-7,-5,-3,-13,0,-20v9,1,18,-7,8,-12v-1,9,-11,15,-22,14v3,-7,-2,-8,-2,-14v5,-1,6,9,10,5v-4,-3,-7,-6,-3,-8v5,4,5,-5,8,-8v-5,-6,-20,-3,-13,-12v-2,2,-6,1,-8,2v1,0,1,1,1,2xm67,-247v0,-9,20,-5,25,-3v-2,0,-3,4,-1,4v2,0,3,-2,3,-6v27,0,29,2,54,0r0,3v1,-2,4,2,4,-1r-1,-2v11,1,27,-3,34,2v-1,14,3,34,-2,44r-116,-1v-1,-13,2,-33,0,-40xm38,-246v0,1,-4,5,0,4v1,-1,1,-3,0,-4xm52,-245v-5,4,1,12,3,5v-1,-2,-1,-5,-3,-5xm78,-242v-3,0,-4,3,0,3v1,-1,1,-2,0,-3xm35,-240v-2,0,-5,3,-3,3xm150,-239v-1,1,-8,1,-8,6v6,1,6,-3,8,-6xm108,-235v-2,-2,-4,-2,-3,2xm46,-235v-6,-2,-8,3,-10,3r1,-1v-3,-1,-6,7,-3,7v-1,-4,13,-3,12,-9xm88,-232v-1,-3,-2,2,-2,2xm141,-232v-1,1,-4,4,0,3r0,-3xm82,-217v0,-4,-7,-12,-9,-8v7,-2,4,11,9,8xm32,-224v-1,0,-3,2,-1,2xm21,-223v-2,1,-8,2,-5,4v2,-1,6,0,5,-4xm45,-221v-3,0,-2,6,-2,7v6,-1,13,-5,2,-5r0,-2xm23,-220v-2,-1,-2,1,-2,3v2,1,2,-1,2,-3xm33,-218v-2,0,-4,3,-1,2v1,-1,3,-1,1,-2xm107,-217v-1,0,-5,0,-2,1xm81,-216v-2,-1,-7,2,-2,2xm127,-216v-3,-1,-5,6,-3,6v1,-2,4,-2,3,-6xm30,-213v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm84,-212v-2,0,-1,3,-1,4v2,0,2,-3,1,-4xm139,-210v-2,0,0,3,0,3r0,-3xm54,-205v-1,-8,-7,5,-16,2v0,-2,-2,-2,-4,-1v-1,8,8,3,14,6v-4,-3,0,-8,6,-7xm48,-183v-1,-4,-8,-8,-12,-6v3,4,9,1,12,6xm49,-183v4,0,4,0,2,-2xm0,-175v-1,-4,1,-14,3,-5v-1,3,0,9,-3,5xm40,-183v-3,1,2,2,1,5r2,0xm20,-136v4,-9,2,-8,2,-14v11,0,7,8,4,13v13,11,15,7,17,22v8,-2,0,-8,11,-7v1,-1,0,-4,3,-3v-2,33,4,74,-3,102v5,-1,1,3,3,6v5,11,-10,25,-11,12v-5,0,-5,3,-11,3v-2,-5,8,-5,2,-8v0,2,-6,8,-11,5v0,-13,13,-2,15,-16v-4,1,-3,-2,-3,-5v6,-2,6,7,10,4v-7,-1,-3,-8,1,-11v2,0,0,3,3,2v0,-5,-3,-15,-6,-5v-1,8,-12,9,-18,15v-1,-4,-10,-6,-3,-9v5,1,4,-3,5,-7r-4,0v1,2,1,4,-2,3v-1,-1,-1,-4,-3,-4v2,11,-7,1,-8,11v-1,-2,-2,0,-3,1v9,0,9,10,0,9v2,1,1,5,1,7v6,0,5,2,5,7v-5,0,-7,2,-8,-5v-11,-3,-5,-9,-8,-27v3,-3,9,-6,0,-5v4,-16,-5,-49,3,-65v-6,-1,-5,-21,0,-23v0,0,1,2,1,0v-6,-5,-6,-31,-2,-39v3,1,0,3,3,4v4,-10,-2,-26,10,-9v-1,-8,0,-9,8,-5v-2,8,-14,8,-7,18v-3,4,-5,-4,-8,1v-1,10,13,4,10,16v-3,0,-5,0,-5,3v1,2,4,3,7,3xm45,-174v-1,-3,-3,-4,-2,0r2,0xm46,-171v0,4,-12,2,-14,6v5,-2,14,1,14,-6xm68,-155v3,-2,6,1,8,7r-1,1v5,-13,74,-11,97,-7v-2,0,-6,-2,-6,1v5,2,6,1,10,-1r0,16v-8,-2,-17,-6,-24,-9v4,18,12,6,23,9v0,9,2,19,0,27r-87,1v-5,-10,-13,5,-19,-2v4,1,12,-8,5,-11v-1,1,-3,1,-4,0v1,4,2,10,-3,10v1,-10,-4,-42,5,-24v3,-9,-5,-12,-4,-18xm6,-155v-3,-1,-2,2,-2,4v2,0,4,-3,2,-4xm99,-155v-2,0,-1,2,-2,3v1,0,2,-1,2,-3xm104,-155v-2,0,-6,2,-3,3v1,-1,4,0,3,-3xm53,-153v-3,0,-3,3,-1,4v0,0,2,0,2,-1xm143,-153v-10,0,-5,2,-1,6v1,-7,5,2,9,0v-3,0,-5,-2,-8,-6xm43,-149v-2,0,0,2,0,3v1,0,3,1,3,-1xm101,-145v0,-2,-3,-3,-2,0r2,0xm82,-146v0,9,9,7,9,0v-5,4,-4,2,-9,0xm6,-139v2,-1,4,-4,0,-2r0,2xm125,-140v2,0,6,1,5,-2v-2,2,-6,-2,-5,2xm100,-139v-2,-2,-5,1,-2,2xm146,-139v-4,-1,-3,2,-2,4v3,1,3,-2,2,-4xm84,-127v3,-5,-7,-14,-6,-8v5,-1,2,7,6,8xm145,-133v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm165,-130v-3,-2,-5,0,-3,3xm98,-128v-1,2,-7,-5,-3,1v-3,1,-8,3,-1,4v4,0,6,-1,4,-5xm135,-129v-4,-1,-8,5,-2,6xm21,-128v-16,5,-2,19,-17,23v6,-2,13,3,11,-6r5,0v-3,-4,1,-7,6,-6v4,2,1,5,4,7v0,-1,-1,-3,1,-3v6,2,1,11,5,12v0,-8,4,-4,2,-12v-9,0,-2,-6,-1,-10v-3,-1,-3,4,-7,1v0,-2,1,-5,-1,-5v-1,5,-2,7,-10,7v1,3,-1,5,-4,4v1,-6,3,-5,6,-12xm82,-126v-5,0,-6,4,0,2r0,-2xm143,-125v-4,1,0,5,1,8v3,-1,1,-6,-1,-8xm118,-116v-1,3,2,2,4,2v0,-2,-3,-1,-4,-2xm145,-116v-2,0,-4,1,-4,4v1,-1,5,-1,4,-4xm26,-105v-2,-9,-5,2,-10,0v0,4,7,9,5,0v2,-1,3,-1,5,0xm51,-108v-2,0,-4,0,-3,3v1,0,2,-1,3,-3xm46,-100v1,-3,-2,-4,-2,-2xm9,-102v-4,0,-6,7,0,5r0,-5xm41,-94v-2,0,-4,0,-3,3v1,-1,4,0,3,-3xm54,-88v0,-5,-7,-8,-8,-2v0,8,3,5,8,2xm14,-88v-5,-1,-6,1,-2,4v2,-1,6,-3,2,-4xm38,-88v-3,1,-7,-1,-7,3v4,1,5,-1,7,-3xm46,-82v0,1,-2,3,0,3r0,-3xm10,-76r-4,0r4,0xm13,-72v0,-2,-2,-5,-2,-3xm48,-70v2,-6,-11,-7,-11,-4v10,-3,-1,17,6,5xm22,-71v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm5,-59v2,-6,10,-4,12,-8v-7,2,-15,-1,-12,8xm54,-66v0,-2,-2,0,-3,0v0,4,2,5,5,6v-2,-3,-5,-6,-2,-6xm13,-54v-3,0,-4,2,-4,6xm52,-44v0,-10,-4,-3,-7,-1xm80,-43v2,-7,12,-4,19,-3v-1,0,-1,0,-1,1v8,-1,45,-6,45,2v2,0,7,6,7,2v-2,0,-4,-2,-4,-6v13,-2,21,3,29,3r-1,-3v17,-5,14,11,9,17r5,-3v-2,13,2,23,-2,33v-11,-1,-27,2,-36,-1v3,1,5,-4,2,-1v0,0,-28,7,-20,-7v-9,-2,-9,-4,-16,0v6,8,0,10,-11,9v3,-12,-11,-4,-17,-5v2,-15,0,-29,-9,-26v5,5,-8,13,2,15v-3,4,3,5,1,13v3,-1,5,1,2,3v-12,2,-19,-3,-14,-15v-7,-1,-2,-9,2,-12v0,-3,4,-2,4,-4v-7,1,-2,-6,-2,-9v2,4,9,0,6,-3xm11,-44v0,2,4,2,4,0r-4,0xm112,-44v-1,1,-4,4,0,4r0,-4xm121,-44v0,2,3,3,2,0r-2,0xm10,-41v0,0,-2,0,-2,1v2,2,5,2,2,-1xm140,-41v-2,0,-1,3,-1,4v2,0,2,-2,1,-4xm125,-38v1,1,3,1,4,0r-4,0xm67,-32v-1,-4,1,-9,4,-4v1,3,-1,5,-4,4xm14,-35v-1,0,-3,-2,-3,0v1,2,2,2,3,0xm139,-34v0,-2,-2,0,-3,0v0,1,-1,3,1,3v0,-2,0,-3,2,-3xm167,-27v4,-1,0,-10,-1,-4xm145,-31v-1,2,-5,1,-4,4v2,0,5,0,4,-4xm123,-30v0,5,-6,9,2,11v-3,-4,1,-9,-2,-11xm180,-30v-6,5,3,13,-4,17v6,-3,7,-9,8,-14v-2,0,-4,2,-5,0xm114,-28v-2,7,-11,2,-17,1v5,4,16,9,19,8v-4,0,-3,-6,-2,-9xm140,-24v2,0,-1,-6,-1,-3xm9,-17v-1,-4,-3,-8,-5,-4v1,2,-1,5,5,4xm136,-24v-6,2,0,22,5,18v-3,-6,-3,-10,-5,-18xm152,-21v-1,-3,-5,-1,-2,0r2,0xm159,-22v-2,0,-2,0,-1,1v3,-1,5,10,7,2xm147,-21v-1,1,-4,12,0,6r0,-6xm20,-20v3,0,2,5,1,7v0,-2,-3,-5,-1,-7xm55,-12v0,0,-9,1,-5,2v4,0,5,-1,5,-2xm123,0v-5,-8,-1,-12,6,-4v0,4,-3,3,-6,4xm92,-2v4,-2,9,-3,10,2v-4,0,-9,1,-10,-2xm0,-1v0,-2,3,-4,3,-1v-1,1,-2,3,-3,1","w":198},"f":{"d":"18,-252v6,9,-13,9,-16,15v7,0,5,7,2,10v-9,1,-2,-18,-3,-25v10,-2,11,4,17,0xm10,-183v-2,-9,11,-20,9,-11v1,2,1,5,3,5v-1,-3,1,-3,3,-1r-1,1v2,-1,8,1,7,-3v-10,4,-10,-23,-17,-8v-1,-1,-3,-1,-5,-1v4,7,0,12,-9,14v1,-8,-1,-14,2,-17r0,3v4,1,9,-3,6,-5r0,2v-7,1,-9,-7,-4,-9v9,-3,3,9,8,3v-1,-10,-1,-11,-8,-15v8,-1,1,-7,13,-6v-1,7,4,5,7,3v-3,-6,-3,-11,-3,-19v2,0,5,3,6,1r-2,-6v10,1,25,-2,32,2v-1,7,3,20,-2,24v1,-8,-3,-7,-3,-2v7,3,5,20,5,31v-2,0,-6,-2,-7,0v6,1,8,6,7,14v-7,0,-1,2,0,3v-3,18,7,46,-8,52v-1,-6,-8,4,-11,-2v0,-4,4,-6,0,-9v-1,3,0,7,-4,6v-7,-5,-3,-13,0,-20v9,1,18,-7,8,-12v-1,9,-11,15,-22,14v3,-7,-2,-8,-2,-14v5,-1,6,9,10,5v-4,-3,-7,-6,-3,-8v5,4,5,-5,8,-8v-5,-6,-20,-3,-13,-12v-2,2,-6,1,-8,2v1,0,1,1,1,2xm67,-247v0,-9,20,-5,25,-3v-2,0,-3,4,-1,4v2,0,3,-2,3,-6v27,0,29,2,54,0r0,3v1,-2,4,2,4,-1r-1,-2v11,1,27,-3,34,2v-1,14,3,34,-2,44r-116,-1v-1,-13,2,-33,0,-40xm38,-246v0,1,-4,5,0,4v1,-1,1,-3,0,-4xm52,-245v-5,4,1,12,3,5v-1,-2,-1,-5,-3,-5xm78,-242v-3,0,-4,3,0,3v1,-1,1,-2,0,-3xm35,-240v-2,0,-5,3,-3,3xm150,-239v-1,1,-8,1,-8,6v6,1,6,-3,8,-6xm108,-235v-2,-2,-4,-2,-3,2xm46,-235v-6,-2,-8,3,-10,3r1,-1v-3,-1,-6,7,-3,7v-1,-4,13,-3,12,-9xm88,-232v-1,-3,-2,2,-2,2xm141,-232v-1,1,-4,4,0,3r0,-3xm82,-217v0,-4,-7,-12,-9,-8v7,-2,4,11,9,8xm32,-224v-1,0,-3,2,-1,2xm21,-223v-2,1,-8,2,-5,4v2,-1,6,0,5,-4xm45,-221v-3,0,-2,6,-2,7v6,-1,13,-5,2,-5r0,-2xm23,-220v-2,-1,-2,1,-2,3v2,1,2,-1,2,-3xm33,-218v-2,0,-4,3,-1,2v1,-1,3,-1,1,-2xm107,-217v-1,0,-5,0,-2,1xm81,-216v-2,-1,-7,2,-2,2xm127,-216v-3,-1,-5,6,-3,6v1,-2,4,-2,3,-6xm30,-213v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm84,-212v-2,0,-1,3,-1,4v2,0,2,-3,1,-4xm139,-210v-2,0,0,3,0,3r0,-3xm54,-205v-1,-8,-7,5,-16,2v0,-2,-2,-2,-4,-1v-1,8,8,3,14,6v-4,-3,0,-8,6,-7xm48,-183v-1,-4,-8,-8,-12,-6v3,4,9,1,12,6xm49,-183v4,0,4,0,2,-2xm0,-175v-1,-4,1,-14,3,-5v-1,3,0,9,-3,5xm40,-183v-3,1,2,2,1,5r2,0xm20,-136v4,-9,2,-8,2,-14v11,0,7,8,4,13v13,11,15,7,17,22v8,-2,0,-8,11,-7v1,-1,0,-4,3,-3v-2,33,4,74,-3,102v5,-1,1,3,3,6v5,11,-10,25,-11,12v-5,0,-5,3,-11,3v-2,-5,8,-5,2,-8v0,2,-6,8,-11,5v0,-13,13,-2,15,-16v-4,1,-3,-2,-3,-5v6,-2,6,7,10,4v-7,-1,-3,-8,1,-11v2,0,0,3,3,2v0,-5,-3,-15,-6,-5v-1,8,-12,9,-18,15v-1,-4,-10,-6,-3,-9v5,1,4,-3,5,-7r-4,0v1,2,1,4,-2,3v-1,-1,-1,-4,-3,-4v2,11,-7,1,-8,11v-1,-2,-2,0,-3,1v9,0,9,10,0,9v2,1,1,5,1,7v6,0,5,2,5,7v-5,0,-7,2,-8,-5v-11,-3,-5,-9,-8,-27v3,-3,9,-6,0,-5v4,-16,-5,-49,3,-65v-6,-1,-5,-21,0,-23v0,0,1,2,1,0v-6,-5,-6,-31,-2,-39v3,1,0,3,3,4v4,-10,-2,-26,10,-9v-1,-8,0,-9,8,-5v-2,8,-14,8,-7,18v-3,4,-5,-4,-8,1v-1,10,13,4,10,16v-3,0,-5,0,-5,3v1,2,4,3,7,3xm45,-174v-1,-3,-3,-4,-2,0r2,0xm46,-171v0,4,-12,2,-14,6v5,-2,14,1,14,-6xm68,-155v3,-2,6,1,8,7r-1,1v5,-13,74,-11,97,-7v-2,0,-6,-2,-6,1v5,2,6,1,10,-1r0,16v-8,-2,-17,-6,-24,-9v4,18,12,6,23,9v0,9,2,19,0,27r-87,1v-5,-10,-13,5,-19,-2v4,1,12,-8,5,-11v-1,1,-3,1,-4,0v1,4,2,10,-3,10v1,-10,-4,-42,5,-24v3,-9,-5,-12,-4,-18xm6,-155v-3,-1,-2,2,-2,4v2,0,4,-3,2,-4xm99,-155v-2,0,-1,2,-2,3v1,0,2,-1,2,-3xm104,-155v-2,0,-6,2,-3,3v1,-1,4,0,3,-3xm53,-153v-3,0,-3,3,-1,4v0,0,2,0,2,-1xm143,-153v-10,0,-5,2,-1,6v1,-7,5,2,9,0v-3,0,-5,-2,-8,-6xm43,-149v-2,0,0,2,0,3v1,0,3,1,3,-1xm101,-145v0,-2,-3,-3,-2,0r2,0xm82,-146v0,9,9,7,9,0v-5,4,-4,2,-9,0xm6,-139v2,-1,4,-4,0,-2r0,2xm125,-140v2,0,6,1,5,-2v-2,2,-6,-2,-5,2xm100,-139v-2,-2,-5,1,-2,2xm146,-139v-4,-1,-3,2,-2,4v3,1,3,-2,2,-4xm84,-127v3,-5,-7,-14,-6,-8v5,-1,2,7,6,8xm145,-133v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm165,-130v-3,-2,-5,0,-3,3xm98,-128v-1,2,-7,-5,-3,1v-3,1,-8,3,-1,4v4,0,6,-1,4,-5xm135,-129v-4,-1,-8,5,-2,6xm21,-128v-16,5,-2,19,-17,23v6,-2,13,3,11,-6r5,0v-3,-4,1,-7,6,-6v4,2,1,5,4,7v0,-1,-1,-3,1,-3v6,2,1,11,5,12v0,-8,4,-4,2,-12v-9,0,-2,-6,-1,-10v-3,-1,-3,4,-7,1v0,-2,1,-5,-1,-5v-1,5,-2,7,-10,7v1,3,-1,5,-4,4v1,-6,3,-5,6,-12xm82,-126v-5,0,-6,4,0,2r0,-2xm143,-125v-4,1,0,5,1,8v3,-1,1,-6,-1,-8xm118,-116v-1,3,2,2,4,2v0,-2,-3,-1,-4,-2xm145,-116v-2,0,-4,1,-4,4v1,-1,5,-1,4,-4xm26,-105v-2,-9,-5,2,-10,0v0,4,7,9,5,0v2,-1,3,-1,5,0xm51,-108v-2,0,-4,0,-3,3v1,0,2,-1,3,-3xm46,-100v1,-3,-2,-4,-2,-2xm9,-102v-4,0,-6,7,0,5r0,-5xm41,-94v-2,0,-4,0,-3,3v1,-1,4,0,3,-3xm54,-88v0,-5,-7,-8,-8,-2v0,8,3,5,8,2xm14,-88v-5,-1,-6,1,-2,4v2,-1,6,-3,2,-4xm38,-88v-3,1,-7,-1,-7,3v4,1,5,-1,7,-3xm46,-82v0,1,-2,3,0,3r0,-3xm10,-76r-4,0r4,0xm13,-72v0,-2,-2,-5,-2,-3xm48,-70v2,-6,-11,-7,-11,-4v10,-3,-1,17,6,5xm22,-71v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm5,-59v2,-6,10,-4,12,-8v-7,2,-15,-1,-12,8xm54,-66v0,-2,-2,0,-3,0v0,4,2,5,5,6v-2,-3,-5,-6,-2,-6xm13,-54v-3,0,-4,2,-4,6xm52,-44v0,-10,-4,-3,-7,-1xm11,-44v0,2,4,2,4,0r-4,0xm10,-41v0,0,-2,0,-2,1v2,2,5,2,2,-1xm14,-35v-1,0,-3,-2,-3,0v1,2,2,2,3,0xm9,-17v-1,-4,-3,-8,-5,-4v1,2,-1,5,5,4xm20,-20v3,0,2,5,1,7v0,-2,-3,-5,-1,-7xm55,-12v0,0,-9,1,-5,2v4,0,5,-1,5,-2xm0,-1v0,-2,3,-4,3,-1v-1,1,-2,3,-3,1","w":198},"g":{"d":"2,-108v-16,-77,47,-149,113,-143v-2,14,5,37,-5,43v3,3,4,-3,5,0v-14,4,-27,10,-37,19r-6,-2v2,8,5,0,5,4v-10,12,-16,26,-19,44v-1,-1,-2,-1,-4,-1v0,4,5,0,4,5v2,15,-10,11,-6,16v6,-2,7,9,8,26v-2,0,-4,5,-1,2v3,-1,5,6,3,9v7,5,19,38,46,38v-1,7,-3,5,-9,3v-2,9,-14,4,-7,13v8,-5,12,-13,22,-6v2,11,-6,3,-7,12v5,-3,10,4,5,7v-11,-6,-1,9,-11,9v-1,-3,2,-2,2,-5r-2,0v3,-5,5,-8,5,-10v0,8,-16,6,-8,10v-1,2,-1,5,0,7v-1,0,-2,-2,-2,0v1,1,5,5,2,7v-5,-3,-16,1,-15,-8v-22,-1,-30,-7,-50,-26v-9,-18,-18,-18,-26,-46v-1,-8,8,-6,5,-12v5,3,9,-2,7,7r-2,-1v-5,11,12,2,12,13r2,0v0,-2,-4,-6,1,-5v4,0,5,3,7,0v-1,-6,0,-2,-5,0v-4,-9,-20,1,-10,-14v2,1,5,4,5,0v-2,-2,3,-8,-2,-5v-9,-3,-28,15,-25,-9v5,6,6,-1,8,-6v-4,2,-4,4,-6,-1r1,0r-3,-2v0,5,2,5,0,8xm237,-123v2,0,2,0,2,2v-1,0,-1,-1,-2,-2xm140,-48v5,1,25,-21,32,-21v-6,-3,-2,-2,4,-10v-2,-5,0,-6,4,-6v3,-1,2,3,4,3v1,-5,-11,-1,-5,-12r4,2v0,-5,-3,-9,-1,-16v2,2,6,-1,6,-5v-3,-1,-2,7,-6,3v-3,-12,3,-8,0,-13v16,2,40,-4,52,2v-1,7,-10,3,-3,7v2,0,5,-2,5,0r-1,2r4,0v0,23,-8,49,-29,74v-21,25,-57,43,-84,36v1,0,2,0,2,-1v-6,1,-2,-8,-3,-12v1,-6,4,-4,11,-6v-10,-6,-1,-17,1,-25v-2,1,-5,2,-4,-2v2,0,7,-3,8,-1xm46,-210v-2,0,-4,1,-4,4v2,-1,4,-3,4,-4xm20,-171v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm59,-154v-2,0,-6,2,-4,4xm43,-152v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm20,-140v1,-2,-2,-7,-2,-2xm28,-138v0,-2,-4,-3,-3,0r3,0xm14,-134v0,-2,-3,-4,-2,-1xm20,-132v10,4,0,17,-2,18v8,-5,12,-8,19,-3r-1,1v6,2,2,-4,5,-4v2,3,10,2,8,-5v-11,0,-13,-3,-18,-9v-1,6,-7,6,-11,2xm14,-126v-1,3,1,3,3,2r0,-2v-1,1,-2,1,-3,0xm197,-113v0,-3,-10,-10,-11,-6v-1,3,8,3,11,6xm15,-114v-1,0,-1,0,-1,1v3,0,1,-1,1,-1xm24,-111r1,-3xm219,-114v0,0,-2,0,-2,1r4,0xm205,-114v-2,1,-6,0,-6,4v4,-2,7,4,6,-4xm21,-108v1,-1,4,-2,2,-2xm202,-105v0,-2,-2,-6,-2,-3v2,2,-1,4,2,3xm208,-107v-1,2,4,5,4,1xm234,-107v-3,-1,-2,2,-3,3v2,0,4,0,3,-3xm55,-104v-2,0,-6,1,-4,2v2,0,5,1,4,-2xm49,-102v-3,0,-5,0,-3,3xm38,-101v-7,3,-8,3,-1,6xm187,-99v-3,-1,-2,2,-1,3v4,1,2,-1,1,-3xm54,-81v-3,-14,-15,-14,-18,-6r1,3v5,-6,12,-1,17,3xm195,-91v-1,-1,-7,-2,-6,2v3,0,4,-1,6,-2xm6,-86v-2,0,-3,-5,-1,-5v3,0,3,3,1,5xm35,-88v-5,-4,-6,7,-3,2v2,1,4,1,3,-2xm19,-73v1,-7,-6,-8,-9,-6xm186,-80r1,1xm64,-77v-2,0,-5,2,0,2r0,-2xm181,-72r0,5v3,0,2,-4,0,-5xm197,-72v-2,2,-3,5,1,4xm72,-68v-1,-1,-4,-3,-3,0v1,1,2,1,3,0xm40,-67v-3,-1,-7,2,-2,3xm188,-64v0,-2,-4,-3,-4,-1v1,1,2,1,4,1xm176,-65r0,5v2,-2,2,-4,0,-5xm66,-59v0,1,-2,4,1,3v0,-1,-1,-2,-1,-3xm75,-55v-2,-3,-6,2,-8,3xm43,-55v-3,0,-8,2,-2,4v1,-1,2,-2,2,-4xm28,-48v-2,-2,-4,-2,-3,1xm58,-50v-3,-1,-2,2,-2,4v2,0,1,-3,2,-4xm94,-48r0,2v3,-1,4,-5,0,-2xm31,-44v0,-1,1,-4,-1,-4v0,2,0,3,1,4xm75,-38v-1,-11,-12,-7,-2,0r2,0xm40,-43v-3,-1,-5,2,-3,4v3,0,5,-1,3,-4xm52,-41v-3,0,-6,3,-1,3xm126,-36v-1,-2,-1,-5,2,-4v-1,1,0,4,-2,4xm47,-38v0,1,-4,3,-2,3xm54,-38v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm55,-34v1,6,10,5,11,0v-3,2,-7,0,-11,0xm140,-33v-1,0,-3,-1,-3,1v1,0,4,2,3,-1xm125,-21v1,-3,-1,-8,1,-9v0,3,1,7,-1,9xm54,-22v1,-3,-5,-5,-5,-3v3,5,5,4,11,4v-2,0,-5,-2,-7,0xm66,-25v-1,1,-4,4,0,3r0,-3xm160,-24v-2,0,-4,4,-1,3xm83,-18v0,-2,-4,-3,-4,-1v1,1,2,1,4,1xm92,-20v-4,-1,-2,3,-2,5v5,0,4,-1,2,-5xm62,-19v0,1,-3,4,-1,4v3,-1,5,-3,1,-4xm88,-12v1,-4,-2,-3,-5,-3v2,1,0,3,5,3xm114,-8v-4,-1,-2,-10,1,-8v0,3,0,6,-1,8xm139,-9v1,-3,-3,-6,-2,-1xm103,-3v1,-8,13,-5,12,2v-7,3,-8,-3,-12,-2xm186,-156v-17,-20,-29,-47,-61,-52v1,-14,-2,-32,1,-44v42,-4,103,42,103,76v-1,-5,1,-7,3,-1xm188,-220v3,-2,-2,-6,-2,-3v1,0,2,1,2,3xm225,-176v-2,1,-13,3,-5,3v2,-1,6,0,5,-3xm135,-118v6,2,9,2,15,4v-4,1,-9,-11,-15,-4xm129,-109v-6,2,-3,-8,-4,-14v13,1,40,-3,46,2v-2,0,-5,-2,-5,1v5,2,6,1,10,-1r0,16v-8,0,-8,-5,-16,-4v-1,-3,-5,-3,-9,-5v5,18,12,6,24,9v0,9,2,19,0,27r-50,1v1,-11,-3,-30,4,-32xm147,-104v-2,-2,-7,-1,-4,2v2,0,3,-1,4,-2xm144,-100v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm164,-97v-3,-2,-5,0,-3,3xm134,-96v-3,0,-5,1,-4,5v4,2,4,-2,4,-5xm142,-92v-4,1,0,5,1,8v3,-2,0,-5,-1,-8xm144,-81v-1,-5,-2,1,-4,0r0,2","w":246},"h":{"d":"18,-252v6,9,-13,9,-16,15v7,0,5,7,2,10v-9,1,-2,-18,-3,-25v10,-2,11,4,17,0xm10,-183v-2,-9,11,-20,9,-11v1,2,1,5,3,5v-1,-3,1,-3,3,-1r-1,1v2,-1,8,1,7,-3v-10,4,-10,-23,-17,-8v-1,-1,-3,-1,-5,-1v4,7,0,12,-9,14v1,-8,-1,-14,2,-17r0,3v4,1,9,-3,6,-5r0,2v-7,1,-9,-7,-4,-9v9,-3,3,9,8,3v-1,-10,-1,-11,-8,-15v8,-1,1,-7,13,-6v-1,7,4,5,7,3v-3,-6,-3,-11,-3,-19v2,0,5,3,6,1r-2,-6v10,1,25,-2,32,2v-1,7,3,20,-2,24v1,-8,-3,-7,-3,-2v7,3,5,20,5,31v-2,0,-6,-2,-7,0v6,1,8,6,7,14v-7,0,-1,2,0,3v-3,18,7,46,-8,52v-1,-6,-8,4,-11,-2v0,-4,4,-6,0,-9v-1,3,0,7,-4,6v-7,-5,-3,-13,0,-20v9,1,18,-7,8,-12v-1,9,-11,15,-22,14v3,-7,-2,-8,-2,-14v5,-1,6,9,10,5v-4,-3,-7,-6,-3,-8v5,4,5,-5,8,-8v-5,-6,-20,-3,-13,-12v-2,2,-6,1,-8,2v1,0,1,1,1,2xm38,-246v0,1,-4,5,0,4v1,-1,1,-3,0,-4xm52,-245v-5,4,1,12,3,5v-1,-2,-1,-5,-3,-5xm35,-240v-2,0,-5,3,-3,3xm46,-235v-6,-2,-8,3,-10,3r1,-1v-3,-1,-6,7,-3,7v-1,-4,13,-3,12,-9xm32,-224v-1,0,-3,2,-1,2xm21,-223v-2,1,-8,2,-5,4v2,-1,6,0,5,-4xm45,-221v-3,0,-2,6,-2,7v6,-1,13,-5,2,-5r0,-2xm23,-220v-2,-1,-2,1,-2,3v2,1,2,-1,2,-3xm33,-218v-2,0,-4,3,-1,2v1,-1,3,-1,1,-2xm30,-213v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm54,-205v-1,-8,-7,5,-16,2v0,-2,-2,-2,-4,-1v-1,8,8,3,14,6v-4,-3,0,-8,6,-7xm48,-183v-1,-4,-8,-8,-12,-6v3,4,9,1,12,6xm49,-183v4,0,4,0,2,-2xm0,-175v-1,-4,1,-14,3,-5v-1,3,0,9,-3,5xm40,-183v-3,1,2,2,1,5r2,0xm20,-136v4,-9,2,-8,2,-14v11,0,7,8,4,13v13,11,15,7,17,22v8,-2,0,-8,11,-7v1,-1,0,-4,3,-3v-2,33,4,74,-3,102v5,-1,1,3,3,6v5,11,-10,25,-11,12v-5,0,-5,3,-11,3v-2,-5,8,-5,2,-8v0,2,-6,8,-11,5v0,-13,13,-2,15,-16v-4,1,-3,-2,-3,-5v6,-2,6,7,10,4v-7,-1,-3,-8,1,-11v2,0,0,3,3,2v0,-5,-3,-15,-6,-5v-1,8,-12,9,-18,15v-1,-4,-10,-6,-3,-9v5,1,4,-3,5,-7r-4,0v1,2,1,4,-2,3v-1,-1,-1,-4,-3,-4v2,11,-7,1,-8,11v-1,-2,-2,0,-3,1v9,0,9,10,0,9v2,1,1,5,1,7v6,0,5,2,5,7v-5,0,-7,2,-8,-5v-11,-3,-5,-9,-8,-27v3,-3,9,-6,0,-5v4,-16,-5,-49,3,-65v-6,-1,-5,-21,0,-23v0,0,1,2,1,0v-6,-5,-6,-31,-2,-39v3,1,0,3,3,4v4,-10,-2,-26,10,-9v-1,-8,0,-9,8,-5v-2,8,-14,8,-7,18v-3,4,-5,-4,-8,1v-1,10,13,4,10,16v-3,0,-5,0,-5,3v1,2,4,3,7,3xm45,-174v-1,-3,-3,-4,-2,0r2,0xm46,-171v0,4,-12,2,-14,6v5,-2,14,1,14,-6xm69,-110v2,-5,10,-7,4,-13v-1,2,-3,0,-4,0v0,3,3,10,-2,10v1,-10,-2,-23,1,-31r3,7v3,-9,-4,-12,-3,-19v6,-1,7,16,12,6v-3,-4,-6,-7,3,-6v21,2,58,-4,71,2v-2,-1,-4,-2,-4,1v4,2,6,2,8,-1r0,16v-7,-2,-14,-6,-20,-9v4,17,10,6,20,9r0,27r-74,1v-4,-8,-7,1,-15,0xm6,-155v-3,-1,-2,2,-2,4v2,0,4,-3,2,-4xm94,-155v-2,0,-1,2,-2,3v1,0,2,-1,2,-3xm98,-155v-2,0,-3,1,-3,3v1,-1,4,0,3,-3xm53,-153v-3,0,-3,3,-1,4v0,0,2,0,2,-1xm131,-153v-9,0,-5,2,-1,6v1,-7,4,2,7,0v-2,0,-4,-2,-6,-6xm43,-149v-2,0,0,2,0,3v1,0,3,1,3,-1xm94,-147v0,1,1,3,1,1xm81,-146v-3,2,1,7,2,7v1,-2,5,-6,3,-7v-2,3,-3,4,-5,0xm6,-139v2,-1,4,-4,0,-2r0,2xm119,-142v-1,2,-4,-2,-3,2v2,0,4,0,3,-2xm95,-139v-2,-2,-5,1,-2,2xm133,-139v-3,-1,-2,2,-2,4v3,1,3,-2,2,-4xm80,-127v7,-4,-10,-14,-2,-8v1,2,3,4,2,8xm132,-133v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm149,-130v-3,-2,-5,0,-3,3xm93,-128v0,0,-10,3,-4,5v2,-1,4,-3,5,-1xm124,-129v-4,-1,-6,5,-2,6xm21,-128v-16,5,-2,19,-17,23v6,-2,13,3,11,-6r5,0v-3,-4,1,-7,6,-6v4,2,1,5,4,7v0,-1,-1,-3,1,-3v6,2,1,11,5,12v0,-8,4,-4,2,-12v-9,0,-2,-6,-1,-10v-3,-1,-3,4,-7,1v0,-2,1,-5,-1,-5v-1,5,-2,7,-10,7v1,3,-1,5,-4,4v1,-6,3,-5,6,-12xm80,-126v-5,0,-6,4,0,2r0,-2xm131,-125v-4,0,0,5,0,8v3,-1,1,-5,0,-8xm113,-114v0,-2,-4,-3,-3,0r3,0xm132,-116v-1,1,-4,1,-3,4v1,-1,4,-1,3,-4xm26,-105v-2,-9,-5,2,-10,0v0,4,7,9,5,0v2,-1,3,-1,5,0xm51,-108v-2,0,-4,0,-3,3v1,0,2,-1,3,-3xm46,-100v1,-3,-2,-4,-2,-2xm9,-102v-4,0,-6,7,0,5r0,-5xm41,-94v-2,0,-4,0,-3,3v1,-1,4,0,3,-3xm54,-88v0,-5,-7,-8,-8,-2v0,8,3,5,8,2xm14,-88v-5,-1,-6,1,-2,4v2,-1,6,-3,2,-4xm38,-88v-3,1,-7,-1,-7,3v4,1,5,-1,7,-3xm46,-82v0,1,-2,3,0,3r0,-3xm10,-76r-4,0r4,0xm13,-72v0,-2,-2,-5,-2,-3xm48,-70v2,-6,-11,-7,-11,-4v10,-3,-1,17,6,5xm22,-71v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm5,-59v2,-6,10,-4,12,-8v-7,2,-15,-1,-12,8xm54,-66v0,-2,-2,0,-3,0v0,4,2,5,5,6v-2,-3,-5,-6,-2,-6xm13,-54v-3,0,-4,2,-4,6xm52,-44v0,-10,-4,-3,-7,-1xm11,-44v0,2,4,2,4,0r-4,0xm10,-41v0,0,-2,0,-2,1v2,2,5,2,2,-1xm14,-35v-1,0,-3,-2,-3,0v1,2,2,2,3,0xm9,-17v-1,-4,-3,-8,-5,-4v1,2,-1,5,5,4xm20,-20v3,0,2,5,1,7v0,-2,-3,-5,-1,-7xm55,-12v0,0,-9,1,-5,2v4,0,5,-1,5,-2xm0,-1v0,-2,3,-4,3,-1v-1,1,-2,3,-3,1xm169,-251v13,-4,43,-4,57,0v1,15,0,26,-10,16v5,5,3,10,1,12v3,-1,6,-6,9,-4r0,112v-13,-5,-11,7,-23,7v4,-1,11,8,15,5v-4,0,-1,-4,-2,-7v13,0,0,8,10,12v1,9,-2,14,-6,18v4,1,3,-3,6,-3v-2,14,4,36,-4,43v1,1,3,1,4,0v-1,8,3,21,-2,25v1,-6,-6,-6,-7,-6v2,0,13,10,2,11v-2,-1,-4,-6,-5,-4v3,7,6,9,12,5v2,13,-8,7,-18,9v-4,-7,-15,5,-19,-5v2,7,-6,5,-11,5v1,-4,-3,-3,-6,-3v0,2,3,0,2,3v-11,-2,1,-22,-5,-33v2,-4,7,0,11,0v-5,-1,-6,-5,-9,-8v0,2,1,5,-2,4v2,-11,-6,-43,8,-33v4,0,17,-1,8,-3v1,-5,-11,1,-7,-7v0,-6,-11,-9,-9,-18r3,0v-8,-43,-1,-104,-3,-153xm189,-249v0,0,-5,0,-3,1xm199,-240v0,-5,-4,-2,-1,0r1,0xm210,-231v-6,0,-11,0,-13,4r12,5v-1,-4,-1,-7,1,-9xm214,-220v0,-4,-6,-2,-2,0r2,0xm176,-217v0,-2,-4,-4,-3,-1xm220,-149v-2,0,-3,9,1,8v2,-3,0,-5,-1,-8xm224,-128v-2,0,-5,6,0,5r0,-5xm178,-138v-3,-1,-2,3,-2,5v3,1,2,-3,2,-5xm214,-122v-2,0,-13,4,-9,6v5,-2,8,-4,9,-6xm188,-132v-2,0,-2,0,-2,2r2,2r0,-4xm173,-126v2,1,4,3,8,3v0,-1,-3,-3,-8,-3xm192,-121v3,1,2,-2,2,-4v-3,-1,-2,2,-2,4xm224,-114v4,0,1,6,2,9v-3,1,-2,-5,-2,-9xm207,-123v-1,-8,-6,-15,-9,-7xm182,-109v-1,-6,-8,-5,-9,-1v3,1,6,4,9,1xm190,-99v3,2,4,6,-2,6v-4,-1,-5,7,-1,7v4,-2,4,1,6,3v0,-6,2,-9,7,-9v-3,0,-7,-18,-10,-7xm224,-97v-2,0,-6,-1,-5,2v2,0,6,1,5,-2xm216,-88v-2,-2,-13,4,-7,6v0,-3,2,-4,7,-6xm170,-86v7,-1,2,6,1,9v-4,1,-1,-5,-2,-8xm216,-79v-2,0,-4,0,-3,2v2,-1,3,-2,3,-2xm197,-79v-3,3,-5,5,1,3xm205,-75v-1,0,-3,-1,-3,1v0,1,2,2,6,4v0,-3,-2,-2,-3,-5xm200,-70v-12,1,-11,4,-4,7v0,-2,1,-5,4,-7xm210,-68v-1,1,-3,0,-3,2r4,0xm183,-63v-5,-7,-14,1,-8,5v2,-2,2,-6,8,-5xm217,-61v-5,2,-10,5,-7,7v-1,-4,9,-1,7,-7xm189,-59v-2,-1,-6,3,-2,2xm224,-55v-4,-1,-6,4,-1,3xm191,-46v-1,0,-5,4,-1,3xm186,-43v-3,-1,-7,3,-2,2xm196,-27v-1,1,-8,4,-3,4v-1,-2,4,-1,3,-4xm204,-18v3,-3,-2,-10,-3,-8v6,4,-6,9,3,8xm187,-23v-2,-1,-5,1,-2,2xm189,-14v0,1,5,4,5,0r-5,0xm185,-11v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm212,-9v-2,0,-4,0,-3,2v2,0,4,0,3,-2","w":239},"i":{"d":"0,-251v13,-4,43,-4,57,0v1,12,1,32,-9,15v0,4,5,11,0,13r9,-4r0,112v-13,-7,-10,12,-21,5v0,1,-3,3,-1,3v8,-1,15,14,12,-3v11,0,13,22,4,30v4,1,5,-1,6,-3v-2,14,4,36,-4,43v7,1,5,19,3,26v0,-7,-4,-5,-8,-7v2,0,14,10,2,11v-2,-1,-4,-5,-5,-3v3,2,3,6,4,8v6,0,4,-4,8,-4v2,13,-8,7,-18,9v-4,-7,-13,4,-19,-4v2,7,-7,3,-11,4v1,-4,-2,-3,-5,-3v1,2,1,4,-2,3v-1,-11,-1,-26,0,-35r9,2v-5,-1,-5,-6,-9,-8v0,2,1,5,-2,4v2,-11,-6,-43,8,-33v6,-1,17,0,8,-4v-11,-1,-7,-4,-11,-16v-5,3,-6,-3,-5,-8r3,0v-8,-42,-1,-104,-3,-153xm20,-248v0,0,-5,0,-3,1xm30,-239v0,-5,-4,-2,-1,0r1,0xm28,-227r12,6v-1,-4,-1,-7,1,-9v-6,-1,-10,1,-13,3xm45,-219v0,-4,-6,-2,-2,0r2,0xm5,-219v-1,1,1,4,2,2v0,-2,-1,-1,-2,-2xm51,-149v-4,2,0,12,2,6xm56,-123v0,-5,-3,-4,-4,0v0,2,3,0,4,0xm9,-122v-3,-1,-2,3,-2,5v3,1,2,-3,2,-5xm45,-121v-2,0,-13,4,-9,6v5,-2,8,-4,9,-6xm20,-117v-2,0,-2,0,-2,2v2,1,2,1,2,-2xm2,-114v2,2,3,5,7,4v0,-2,-2,-3,-7,-4xm25,-112v-3,-1,-2,2,-2,4v3,1,3,-1,2,-4xm56,-113v2,1,2,8,0,9v0,-3,-2,-7,0,-9xm27,-99r9,7v-1,-5,-7,-18,-7,-7r-2,0xm13,-97v-5,-6,-12,-1,-3,3v2,0,2,-2,3,-3xm21,-101v-6,3,6,13,-7,10v-3,5,-1,10,6,7r1,4v-3,-11,16,-9,2,-13xm56,-97v-2,1,-7,-1,-6,3v3,0,7,1,6,-3xm47,-89v-3,2,-12,5,-7,7v-1,-3,6,-3,7,-7xm1,-85v5,-1,3,6,1,9v-4,1,-1,-5,-2,-8xm47,-79v-1,1,-4,0,-3,3v2,-1,3,-2,3,-3xm28,-78v-3,3,-5,5,1,3xm36,-74v-1,0,-3,-1,-3,1v0,0,2,2,6,4v0,-3,-2,-3,-3,-5xm31,-69v-12,1,-11,4,-4,7v0,-3,1,-5,4,-7xm41,-67v-1,1,-3,0,-3,2r4,0xm9,-66v-1,5,-10,2,-2,9v0,-4,3,-5,7,-5v-1,-2,-3,-3,-5,-4xm48,-60v-5,2,-10,5,-7,7v-1,-4,9,-1,7,-7xm20,-58v-2,-1,-6,3,-2,2xm55,-55v-3,-1,-4,2,-4,4v3,1,4,-2,4,-4xm22,-46v-1,0,-5,5,-1,4xm17,-42v-3,-1,-7,3,-2,2xm27,-26v-1,1,-8,4,-3,4v-1,-3,4,-1,3,-4xm35,-17v3,-3,-2,-11,-3,-8v6,5,-6,9,3,8xm18,-22v-1,0,-5,0,-2,1xm21,-13v0,1,4,2,4,0r-4,0xm16,-10v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm43,-8v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm56,-113v2,1,2,8,0,9v0,-3,-2,-7,0,-9xm1,-85v5,-1,3,6,1,9v-4,1,-1,-5,-2,-8","w":69},"j":{"d":"60,-60v1,-1,2,0,2,-2v-1,0,-2,1,-2,2xm50,-252v11,-4,21,7,25,4v-3,-1,-5,-2,-6,-4v15,-6,23,14,10,19v3,2,5,11,-4,9v-1,-5,2,-7,1,-10v-5,5,-22,10,-5,8v4,6,4,10,14,6r0,142v-8,48,-29,77,-76,80v-1,-6,-4,2,-9,0v1,-8,-1,-18,5,-21v-1,2,-4,-2,-5,1v3,-11,-8,-39,8,-35v-1,-5,10,2,5,-5v10,-5,15,-14,15,-26r0,-144v7,-6,-4,-12,2,-18v5,2,4,-1,4,-6v4,1,13,-2,14,2v-6,-3,-8,1,-5,6v12,-4,-1,16,9,8v0,0,-2,0,-2,-1v-1,-6,8,-5,7,-9v-5,2,-7,-1,-7,-6xm78,-241v0,2,8,5,6,0r-6,0xm39,-241v-7,3,-6,6,0,8v1,-3,3,-6,0,-8xm64,-242v-5,3,-11,7,-5,11v-1,-4,5,-6,5,-11xm51,-226v-1,4,3,3,3,1v0,-2,-2,-1,-3,-1xm30,-221v6,-1,10,-3,4,-3xm46,-217v3,1,2,-2,2,-4v-1,1,-2,2,-2,4xm62,-217v4,-1,8,4,11,3v0,-1,-8,-7,-11,-3xm35,-213v3,1,2,-2,2,-4v-3,-1,-2,2,-2,4xm80,-213v0,5,4,8,4,1xm78,-186v3,-1,5,-8,0,-8r0,8xm9,-9v-1,0,-4,-2,-4,0r4,0xm6,-18v7,-1,3,-3,0,-1r0,1xm15,-43v3,-6,-3,-7,-7,-5v-1,5,4,4,7,5xm16,-18r1,-1xm18,-34v-3,5,-9,-2,-11,0r3,11v5,-3,8,-6,8,-11xm22,-51v-2,-2,-7,2,-4,3v3,1,3,-2,4,-3xm30,-5v0,-2,1,-5,-2,-4v0,2,-1,5,2,4xm31,-30v0,0,-15,5,-9,7v5,-1,9,-4,9,-7xm34,-76v-1,-2,-1,-2,-3,-1v-1,3,2,1,3,1xm35,-55v-2,-2,-11,1,-13,3v8,-2,6,7,11,4v0,-3,1,-5,2,-7xm33,-40v4,0,6,-4,0,-3r0,3xm44,-52v-1,-3,1,-7,-3,-7v1,2,-1,8,3,7xm49,-47v7,-1,3,-4,0,-1r0,1xm54,-71v2,-3,4,-11,2,-11v-3,3,-2,5,-2,11xm67,-77v0,-2,0,-4,-2,-3v1,1,0,3,2,3xm60,-65v-2,-1,-2,1,-2,3v1,0,2,-1,2,-3xm82,-109r0,1r0,-1xm28,-252v7,-2,3,5,1,2v-1,0,-1,-1,-1,-2xm85,-222v-3,0,-2,-7,0,-9r0,9xm64,-82r-1,0r1,0","w":97},"k":{"d":"58,-252r-1,252r-57,0r0,-252r58,0xm146,-252v24,1,51,-2,73,1r-115,113r120,138r-69,0r-89,-105r0,-62","w":228},"l":{"d":"0,-251v16,-2,41,-2,57,0v1,15,1,27,-10,17v5,4,4,10,1,11v3,-1,7,-5,9,-3r0,112v-13,-8,-10,11,-21,4v-1,1,-3,3,-1,4v9,-1,15,12,12,-4v11,0,12,21,4,30v4,1,5,-1,6,-3v-2,14,4,36,-4,43v7,1,5,19,3,26v1,-6,-6,-7,-8,-6v0,0,13,9,2,10v-2,-1,-4,-5,-5,-3v3,2,3,6,4,8v6,1,4,-4,8,-4v1,18,-18,3,-31,9v-5,-6,-20,4,-26,-2v5,-5,-4,-16,4,-21v-1,-3,-8,-7,-2,-12r9,2v-5,-1,-5,-6,-9,-8v0,2,1,5,-2,4v2,-18,-9,-42,20,-34v-1,-3,-16,-2,-11,-9v0,-6,-12,-7,-9,-17r3,0v-7,-42,-1,-104,-3,-154xm20,-248v0,0,-5,0,-3,1xm30,-239v0,-5,-4,-2,-1,0r1,0xm41,-230v-6,0,-11,0,-13,4r12,5v-1,-4,-1,-7,1,-9xm45,-219v0,-4,-6,-2,-2,0r2,0xm7,-217v-1,-1,-4,-3,-3,0v1,1,2,1,3,0xm51,-149v-2,0,-3,10,1,9v2,-3,0,-6,-1,-9xm56,-123v0,-5,-3,-4,-4,0v0,2,3,0,4,0xm9,-122v-3,-1,-2,3,-2,5v3,1,2,-3,2,-5xm45,-121v-2,0,-13,4,-9,6v5,-2,8,-4,9,-6xm20,-117v-2,0,-2,0,-2,2v2,1,2,1,2,-2xm2,-114v2,2,3,5,7,4v0,-2,-2,-3,-7,-4xm25,-112v-3,-1,-2,2,-2,4v3,1,3,-1,2,-4xm56,-113v2,1,2,8,0,9v0,-3,-2,-7,0,-9xm31,-104v-6,5,-1,9,5,12v1,-7,-6,-6,-5,-12xm13,-97v-6,-5,-12,0,-3,3v2,0,2,-2,3,-3xm24,-98v-2,-4,-5,-3,-5,2v2,2,3,6,-2,6v-5,-1,-7,7,-2,7v9,3,5,-5,14,-6v1,-2,-12,-6,-5,-9xm56,-97v-2,1,-7,-1,-6,3v3,0,7,1,6,-3xm47,-87v-2,-2,-13,4,-7,6v0,-3,2,-4,7,-6xm1,-85v8,-1,1,6,1,9v-4,1,-1,-5,-2,-8xm47,-79v-1,1,-4,0,-3,3v2,-1,3,-2,3,-3xm28,-78v-3,3,-5,5,1,3xm36,-74v-1,0,-3,-1,-3,1v0,1,2,2,6,4v0,-3,-2,-3,-3,-5xm31,-69v-12,1,-11,4,-4,7v0,-2,1,-5,4,-7xm41,-67v-1,1,-3,0,-3,2r4,0xm14,-62v-3,-6,-7,-1,-10,-1v0,3,1,4,3,6v0,-4,3,-5,7,-5xm48,-60v-5,2,-10,5,-7,7v-1,-4,9,-1,7,-7xm20,-58v-2,-1,-6,3,-2,2xm55,-54v-4,-1,-6,4,-1,3xm22,-46v-1,0,-5,5,-1,4xm17,-42v-3,-1,-7,3,-2,2xm27,-26v-1,1,-8,4,-3,4v-1,-2,4,-1,3,-4xm35,-17v3,-3,-2,-11,-3,-8v6,4,-6,9,3,8xm18,-22v-2,-1,-5,1,-2,2xm21,-13v0,2,2,2,4,2v1,-3,-2,-2,-4,-2xm16,-10v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm43,-8v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm178,-31v-10,-4,-9,10,-11,19v4,-1,1,5,2,7v-6,2,-13,-7,-20,2v2,0,3,1,3,3v-11,1,-19,0,-12,-9v-6,-4,-7,-1,-16,0v4,4,2,7,-2,9r-14,0v1,-4,-5,-3,-5,-2v1,1,3,0,3,2v-25,2,-44,4,-37,-33r5,3v-3,-4,-8,-11,-4,-17v7,0,12,-1,13,5v11,-8,15,-4,28,-5v-1,6,-5,4,-5,8v8,-14,41,-5,52,-7v-1,0,-1,0,-1,-1v9,1,14,0,21,1v-2,4,-1,10,4,6v-1,14,6,11,7,25v0,3,-6,25,-18,12v6,1,0,-10,7,-11v-2,0,-4,0,-3,-2v9,-2,-1,-9,3,-15xm145,-44v-1,2,1,6,1,2xm136,-43r-3,1xm117,-37v1,-5,-2,-4,-2,-1xm128,-38v1,1,2,1,3,0r-3,0xm188,-38v2,1,2,8,-2,6v0,-3,0,-5,2,-6xm118,-35v1,2,3,6,2,0r-2,0xm88,-27v3,-1,3,-8,-1,-5xm115,-27v1,-3,-5,-6,-4,-1xm135,-30v-7,1,1,7,-4,11v11,-3,1,-2,4,-11xm79,-28v0,-2,-3,-3,-2,0v1,1,1,1,0,2v-14,1,4,2,-1,11v3,-1,1,3,4,2v-4,-6,-2,-6,-1,-15xm160,-27v-4,-2,-16,7,-17,-1v3,5,-3,9,-2,11v5,-8,14,-3,19,-10xm117,-27v-2,-1,-2,1,-2,3v2,0,1,-2,2,-3xm122,-24v-6,4,-2,13,-7,19v7,-1,8,-10,7,-19xm107,-23v-2,0,-4,3,0,2r0,-2xm99,-22v-4,0,-9,3,-6,6v3,-1,2,-5,6,-6xm111,-21v-2,0,-2,8,1,8xm136,-9v3,5,-6,14,-8,5v2,-3,4,-5,8,-5xm155,-1v1,-5,12,-3,7,1v-2,0,-7,1,-7,-1","w":202},"m":{"d":"1,-252r53,0v9,13,18,27,27,44r-2,0v4,6,19,16,14,27v5,2,14,8,9,14v-16,-1,-31,9,-44,5v-4,6,-10,-10,-10,-10v7,1,13,3,17,0v-7,0,-10,-11,-19,-6v-9,-10,-46,-74,-45,-74xm292,-2v-14,5,-39,0,-57,1r1,-59v4,-7,11,-1,8,-13r-8,-1v2,-57,-9,-67,26,-110v7,-9,17,-38,30,-49r0,153v-2,11,1,47,0,68v1,2,-6,1,-5,4v5,-1,6,2,5,6xm271,-6v2,0,1,-3,0,-4r0,4xm38,-239r0,1r0,-1xm259,-12v2,-1,3,-2,-1,-2xm25,-174v-11,-4,-17,11,-25,2v2,-20,-4,-47,2,-63r30,52v-2,3,-7,3,-7,9xm273,-23v0,2,4,1,5,2v-2,-1,-2,-2,-5,-2xm259,-24v2,0,5,1,4,-2v-2,0,-5,-1,-4,2xm251,-28v3,-1,3,-1,1,-3xm279,-45v0,0,11,-3,4,-2v-2,-1,-1,3,-4,2xm265,-51r0,-4v-2,1,-2,3,0,4xm75,-194v0,-3,-4,-6,-3,0v1,2,2,2,3,0xm242,-69v0,6,-8,8,-6,0v0,-3,5,-2,6,0xm77,-173v8,4,10,-4,14,-8v-11,5,-21,-14,-19,1v-3,1,-4,1,-4,4v7,-2,4,6,9,5r0,-2xm282,-68r5,-1xm81,-176v2,-2,5,-6,4,0v-2,1,-3,3,-4,0xm33,-170v2,-3,6,-4,7,1v-3,1,-5,1,-7,-1xm17,-170v6,-2,7,3,4,7v3,-2,10,-7,13,-3v0,1,-4,5,0,4v4,-7,12,-2,12,6v-19,1,-33,11,-46,8v-1,-18,2,-9,14,-12v-4,-7,9,-3,3,-10xm141,-17r-73,-123v0,0,2,0,2,-1v-6,0,-15,-17,-2,-12v7,6,20,-4,29,-2v3,-11,18,-4,17,4v-1,0,-2,1,-2,4r3,1v-1,-2,-1,-4,2,-3r24,41r0,91xm255,-94v0,4,4,2,1,0r-1,0xm242,-98r4,0r-4,0xm42,-152v-1,4,2,5,5,3v2,13,10,2,8,19v-2,0,-4,0,-3,2r3,0r1,127r-56,0r0,-136v5,-12,29,-6,30,3v8,-9,-14,-7,-8,-14v6,-2,13,4,16,0v-2,-3,2,-3,4,-4xm54,-144v-3,0,-8,-6,-3,-6v2,1,3,3,3,6xm92,-146v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm43,-142v-3,-3,-4,-1,-4,3v0,1,-1,3,1,3v2,-1,3,-3,3,-6xm97,-139v2,0,5,2,5,0v-1,-1,-3,-1,-5,0xm102,-136v-1,-3,-2,2,-2,2xm119,-136v0,0,-8,6,-2,5v0,-2,4,-5,2,-5xm114,-130v0,-1,-4,-2,-4,0r4,0xm9,-130v2,7,7,7,10,2v-3,-1,-5,-3,-10,-2xm36,-127v-3,-3,-3,4,-11,3v0,2,-1,5,1,5v5,-4,7,-5,10,-8xm51,-123v0,0,-2,0,-2,1r3,2xm41,-121v-2,0,-6,-1,-5,2v2,0,6,1,5,-2xm129,-121v-3,-1,-4,3,-2,4v1,-1,2,-2,2,-4xm21,-118v-1,-1,-2,-1,-3,0r3,0xm34,-114v-2,-2,-9,4,-2,2xm128,-108v-2,0,-4,3,0,2r0,-2xm12,-102v-4,-1,-3,3,-1,4xm278,-157v1,0,3,-1,1,-1xm121,-87v-2,-1,-5,1,-2,2xm209,-180v2,1,6,4,2,5v-1,-1,-2,-2,-2,-5xm255,-233v1,-1,2,0,2,-2xm163,-47v0,-4,-4,-2,-1,0r1,0xm171,-94v-1,-1,-4,-4,-3,0r3,0xm180,-113v0,-5,-4,-2,-1,0r1,0xm184,-131v0,-1,-4,-2,-4,0r4,0xm179,-132v-1,-3,-2,-4,-5,-4v2,1,2,4,5,4xm194,-137v0,0,-2,0,-2,1v1,1,2,2,2,-1xm197,-139v0,-3,-4,-2,-5,0v0,2,4,0,5,0xm204,-146v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm226,-177v-10,-2,-14,-8,-23,-4v4,2,4,11,14,7r0,3v4,1,2,-8,9,-6xm231,-198v-1,-1,-5,0,-4,3v2,2,5,0,4,-3xm202,-168v-4,0,-9,1,-12,-1v0,-12,14,-7,9,-18v16,-23,26,-44,40,-66r54,0v-2,5,-13,22,-30,51v-11,18,-11,17,-19,28v1,-2,-1,-2,-3,-2v3,6,-19,1,-8,6v3,-2,11,-1,13,-2v-8,11,-9,22,-22,31r2,0r-73,123r0,-91v9,-13,14,-31,26,-41v-1,4,1,4,3,2v-9,-11,11,-19,20,-20xm232,-161v2,0,5,2,4,-1v-2,0,-3,0,-4,1xm228,-160v-4,-3,-11,-3,-20,-4v4,3,12,4,20,4xm207,-166v-1,0,-5,0,-2,1","w":307},"n":{"d":"1,-252r53,0v9,13,18,27,27,44r-2,0v4,6,19,16,14,27v5,2,14,8,9,14v-16,-1,-31,9,-44,5v-4,6,-10,-10,-10,-10v7,1,13,3,17,0v-7,0,-10,-11,-19,-6v-9,-10,-46,-74,-45,-74xm149,-227v-12,-35,31,-27,57,-23v2,8,-9,5,0,10r0,63v-3,3,-4,2,0,5v-2,49,4,107,-2,152r-27,-47r2,0v-36,-36,-28,-62,-29,-111v6,0,7,-4,9,-9v-16,1,-8,-26,-10,-40xm186,-246v-3,-1,-2,2,-2,4v1,-1,2,-2,2,-4xm38,-239r0,1r0,-1xm174,-239v-1,0,-2,-2,-2,0r2,0xm25,-173v-11,-4,-18,12,-25,1v2,-19,-4,-47,2,-62r30,52v-3,3,-7,2,-7,9xm192,-232v-3,-1,-7,3,-3,3xm177,-228v-2,0,-6,-1,-5,2v2,0,6,1,5,-2xm165,-221v4,-1,2,-4,0,-2r0,2xm194,-208v-1,0,-1,0,-1,1v3,-1,4,4,6,1xm179,-201v-1,1,-3,2,0,3r0,-3xm75,-194v0,-3,-4,-6,-3,0v1,2,2,2,3,0xm149,-188v2,-2,7,1,7,5v-3,5,-8,0,-7,-5xm77,-173v8,4,10,-4,14,-8v-11,5,-21,-14,-19,1v-3,1,-4,1,-4,4v7,-2,4,6,9,5r0,-2xm197,-185v-1,0,-1,0,-1,1v2,0,5,2,5,0xm81,-176v2,-2,5,-6,4,0v-2,1,-3,3,-4,0xm38,-167v-5,0,-6,-5,0,-5v2,2,2,4,0,5xm17,-170v6,-2,7,4,4,7v4,-1,10,-6,13,-2v-1,1,-4,4,0,3v5,-5,12,-3,12,6v-15,2,-32,10,-46,9v-1,-21,2,-7,14,-13v-2,-4,0,-6,5,-5xm78,-154v12,4,21,-5,30,-8v9,6,2,13,7,16v-1,-2,-1,-4,2,-3r88,149r-52,0r-85,-140v0,0,2,0,2,-1v-6,0,-15,-17,-2,-12v0,1,10,6,10,-1xm172,-160v-2,-1,-5,1,-2,2xm160,-156v-1,0,-4,-1,-4,1v2,0,5,2,4,-1xm42,-152v-1,4,2,7,5,4v2,11,10,3,8,18v-2,0,-4,0,-3,2r3,0r1,128v-18,-1,-40,2,-56,-1r0,-136v7,-10,28,-6,30,4v9,-8,-14,-8,-8,-14v5,-1,12,2,16,0v-2,-3,2,-3,4,-5xm54,-143v-3,0,-8,-6,-3,-6v2,1,3,3,3,6xm92,-146v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm43,-141v-2,-2,-4,-2,-4,2v0,1,-1,3,1,3v2,0,3,-2,3,-5xm97,-139v2,0,5,2,5,0v-1,-1,-3,-1,-5,0xm102,-136v-1,-3,-2,2,-2,2xm119,-136v0,0,-8,6,-2,5v0,-2,4,-5,2,-5xm114,-130v0,-1,-4,-2,-4,0r4,0xm9,-130v2,8,8,8,10,2v-3,-1,-5,-3,-10,-2xm36,-128v-1,2,-13,4,-10,9v3,-3,9,-4,10,-9xm51,-123v0,0,-2,0,-2,1r3,2xm41,-121v-2,0,-6,-1,-5,2v2,0,6,1,5,-2xm129,-121v-3,-1,-4,3,-2,4v1,-1,2,-2,2,-4xm21,-117v0,-2,-2,-2,-3,-1v0,2,2,1,3,1xm29,-112v3,0,4,-1,5,-2v-4,0,-5,1,-5,2xm128,-108v-2,0,-4,3,0,2r0,-2xm12,-101v-4,-1,-3,3,-1,4xm194,-94v0,-4,-4,-2,-1,0r1,0xm121,-87v-2,-1,-5,1,-2,2xm186,-12v-1,-1,-2,-1,-3,0r3,0xm148,-8v1,2,6,4,7,1","w":219},"o":{"d":"2,-108v-16,-77,47,-149,113,-143v-2,14,5,37,-5,43v3,3,4,-3,5,0v-14,4,-27,10,-37,19r-6,-2v2,8,5,0,5,4v-10,12,-16,26,-19,44v-1,-1,-2,-1,-4,-1v0,4,5,0,4,5v2,15,-10,11,-6,16v6,-2,7,9,8,26v-2,0,-4,5,-1,2v3,-1,5,6,3,9v7,5,19,38,46,38v-1,7,-3,5,-9,3v-2,9,-14,4,-7,13v8,-5,12,-13,22,-6v2,11,-6,3,-7,12v5,-3,10,4,5,7v-11,-6,-1,9,-11,9v-1,-3,2,-2,2,-5r-2,0v3,-5,5,-8,5,-10v0,8,-16,6,-8,10v-1,2,-1,5,0,7v-1,0,-2,-2,-2,0v1,1,5,5,2,7v-5,-3,-16,1,-15,-8v-22,-1,-30,-7,-50,-26v-9,-18,-18,-18,-26,-46v-1,-8,8,-6,5,-12v5,3,9,-2,7,7r-2,-1v-5,11,12,2,12,13r2,0v0,-2,-4,-6,1,-5v4,0,5,3,7,0v-1,-6,0,-2,-5,0v-4,-9,-20,1,-10,-14v2,1,5,4,5,0v-2,-2,3,-8,-2,-5v-9,-3,-28,15,-25,-9v5,6,6,-1,8,-6v-4,2,-4,4,-6,-1r1,0r-3,-2v0,5,2,5,0,8xm140,-48v5,1,25,-21,32,-21v-6,-3,-2,-2,4,-10v-2,-5,0,-6,4,-6v3,-1,2,3,4,3v1,-5,-11,-1,-5,-12r4,2v0,-5,-3,-9,-1,-16v2,2,6,-1,6,-5v-3,-1,-2,7,-6,3v-3,-24,14,-23,30,-18v3,-6,7,-2,9,-4v-2,-9,-25,6,-18,-8v-9,3,-9,0,-20,0v-2,-6,-5,-15,3,-16v-17,-20,-29,-47,-61,-52v1,-14,-2,-32,1,-44v41,-4,103,42,103,76r0,-5v1,0,3,5,5,14v-3,-1,-3,-4,-4,3v-2,10,-17,4,-21,0v4,4,-2,8,-8,7v0,0,0,-2,-1,-2v-1,3,3,5,1,6v0,-1,0,-1,-1,-1r0,4v-8,-5,-19,1,-1,1v6,2,16,7,19,1v-4,-2,-13,-7,-5,-12v3,2,0,5,2,7v0,-1,3,-3,7,-3v0,4,-2,2,-3,7v5,-1,11,-16,18,-8v-2,1,4,10,-1,16v-3,-2,-5,1,-8,4r6,-2r-1,2v10,0,6,8,6,16v-2,1,-1,-5,-5,-4v2,9,-8,5,-6,11v2,-2,5,0,8,0r-1,2r4,0v0,23,-8,49,-29,74v-21,25,-57,43,-84,36v1,0,2,0,2,-1v-6,1,-2,-8,-3,-12v1,-6,4,-4,11,-6v-10,-6,-1,-17,1,-25v-2,1,-5,2,-4,-2v2,0,7,-3,8,-1xm188,-220v3,-2,-2,-6,-2,-3v1,0,2,1,2,3xm46,-210v-2,0,-4,1,-4,4v2,-1,4,-3,4,-4xm224,-176v-2,1,-11,3,-5,3v2,-1,6,0,5,-3xm20,-171v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm59,-154v-2,0,-6,2,-4,4xm43,-152v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm207,-150v-1,0,-2,3,-2,1xm205,-144v0,0,-3,2,-1,2xm20,-140v1,-2,-2,-7,-2,-2xm28,-138v0,-2,-4,-3,-3,0r3,0xm218,-138r10,5v1,-5,-4,-5,-10,-5xm14,-134v0,-2,-3,-4,-2,-1xm182,-137v4,-3,9,3,6,6v-4,0,-6,-2,-6,-6xm20,-132v10,4,0,17,-2,18v8,-5,12,-8,19,-3r-1,1v6,2,2,-4,5,-4v2,3,10,2,8,-5v-11,0,-13,-3,-18,-9v-1,6,-7,6,-11,2xm231,-132v-2,0,-3,6,0,6v4,1,9,-5,4,-1v-3,0,-4,-2,-4,-5xm14,-126v-1,3,1,3,3,2r0,-2v-1,1,-2,1,-3,0xm197,-113v0,-3,-10,-10,-11,-6v-1,3,8,3,11,6xm15,-114v-1,0,-1,0,-1,1v3,0,1,-1,1,-1xm24,-111r1,-3xm219,-114v0,0,-2,0,-2,1r4,0xm205,-114v-2,1,-6,0,-6,4v4,-2,7,4,6,-4xm21,-108v1,-1,4,-2,2,-2xm202,-105v0,-2,-2,-6,-2,-3v2,2,-1,4,2,3xm208,-107v-1,2,4,5,4,1xm234,-107v-3,-1,-2,2,-3,3v2,0,4,0,3,-3xm55,-104v-2,0,-6,1,-4,2v2,0,5,1,4,-2xm49,-102v-3,0,-5,0,-3,3xm38,-101v-7,3,-8,3,-1,6xm187,-99v-3,-1,-2,2,-1,3v4,1,2,-1,1,-3xm54,-81v-3,-14,-15,-14,-18,-6r1,3v5,-6,12,-1,17,3xm195,-91v-1,-1,-7,-2,-6,2v3,0,4,-1,6,-2xm6,-86v-2,0,-3,-5,-1,-5v3,0,3,3,1,5xm35,-88v-5,-4,-6,7,-3,2v2,1,4,1,3,-2xm19,-73v1,-7,-6,-8,-9,-6xm186,-80r1,1xm64,-77v-2,0,-5,2,0,2r0,-2xm181,-72r0,5v3,0,2,-4,0,-5xm197,-72v-2,2,-3,5,1,4xm72,-68v-1,-1,-4,-3,-3,0v1,1,2,1,3,0xm40,-67v-3,-1,-7,2,-2,3xm188,-64v0,-2,-4,-3,-4,-1v1,1,2,1,4,1xm176,-65r0,5v2,-2,2,-4,0,-5xm66,-59v0,1,-2,4,1,3v0,-1,-1,-2,-1,-3xm75,-55v-2,-3,-6,2,-8,3xm43,-55v-3,0,-8,2,-2,4v1,-1,2,-2,2,-4xm28,-48v-2,-2,-4,-2,-3,1xm58,-50v-3,-1,-2,2,-2,4v2,0,1,-3,2,-4xm94,-48r0,2v3,-1,4,-5,0,-2xm31,-44v0,-1,1,-4,-1,-4v0,2,0,3,1,4xm75,-38v-1,-11,-12,-7,-2,0r2,0xm40,-43v-3,-1,-5,2,-3,4v3,0,5,-1,3,-4xm52,-41v-3,0,-6,3,-1,3xm126,-36v-1,-2,-1,-5,2,-4v-1,1,0,4,-2,4xm47,-38v0,1,-4,3,-2,3xm54,-38v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm55,-34v1,6,10,5,11,0v-3,2,-7,0,-11,0xm140,-33v-1,0,-3,-1,-3,1v1,0,4,2,3,-1xm125,-21v1,-3,-1,-8,1,-9v0,3,1,7,-1,9xm54,-22v1,-3,-5,-5,-5,-3v3,5,5,4,11,4v-2,0,-5,-2,-7,0xm66,-25v-1,1,-4,4,0,3r0,-3xm160,-24v-2,0,-4,4,-1,3xm83,-18v0,-2,-4,-3,-4,-1v1,1,2,1,4,1xm92,-20v-4,-1,-2,3,-2,5v5,0,4,-1,2,-5xm62,-19v0,1,-3,4,-1,4v3,-1,5,-3,1,-4xm88,-12v1,-4,-2,-3,-5,-3v2,1,0,3,5,3xm114,-8v-4,-1,-2,-10,1,-8v0,3,0,6,-1,8xm139,-9v1,-3,-3,-6,-2,-1xm103,-3v1,-8,13,-5,12,2v-7,3,-8,-3,-12,-2","w":249},"p":{"d":"103,-255v0,-4,2,-6,7,-5xm6,-229v0,-4,0,-8,-6,-7v1,-5,-2,-15,2,-17v15,1,34,-2,47,1v0,1,-2,3,0,3v3,-5,5,1,8,4r0,120v-1,-1,-3,-1,-3,1v2,2,5,9,2,12v1,-2,1,-2,-2,-2v-1,4,-2,12,-9,11v0,7,6,14,8,1r4,0v-2,33,3,73,-3,102v-12,-7,-45,9,-54,-5v3,-13,12,-14,7,-17v-2,2,-3,2,-7,8r0,-89v7,0,12,-10,9,-18v-4,0,-4,18,-9,11r0,-49v4,1,7,-1,3,-4r-3,1v3,-21,-7,-55,4,-69xm66,-252v43,-4,96,-1,115,27v20,31,23,82,-2,106v4,8,-13,5,-8,12v-11,15,-67,25,-105,18v1,-15,-3,-35,2,-46v15,-1,35,1,45,2r-1,-3v39,-6,32,-73,-5,-70v-5,-6,-21,3,-26,-2v1,0,1,0,1,-1v-4,2,-11,3,-16,1r0,-44xm15,-251v-2,0,-4,5,-1,4xm6,-237v0,0,10,3,9,-3v-4,0,-8,0,-9,3xm175,-235v1,-4,8,-6,7,1v-3,1,-2,-2,-4,-3v1,2,-1,2,-3,2xm8,-218v-1,2,4,7,6,4v-1,-2,-2,-5,-6,-4xm5,-215v-4,-1,-1,4,-1,5xm91,-212v-2,-2,-3,0,-1,1xm22,-209v1,2,-4,-2,-2,1v-2,0,-1,2,-1,3v5,0,10,-3,3,-4xm87,-203v0,-2,3,-4,2,0r-2,0xm18,-203v-3,0,-3,3,-3,6v1,-1,2,-1,3,0v2,13,-8,0,-12,6v7,-2,8,9,17,10v-3,0,-5,-2,-6,-5v0,-4,2,-5,6,-5v1,-7,-5,-5,-5,-12xm144,-197v1,7,2,6,3,0r-3,0xm30,-189v-1,-6,-4,-3,-3,0r3,0xm164,-189v-2,0,-2,0,-1,1xm24,-170v-2,-1,-5,-7,-7,-4v2,2,2,5,7,4xm57,-168v-1,-1,-4,-3,-3,0r3,0xm173,-170v-2,0,-4,0,-3,2v4,-2,6,4,6,0xm92,-124v0,-5,-6,-9,-8,-3xm79,-126v-4,-5,-18,3,-5,2v-1,3,6,10,9,6v-5,1,-8,-6,-4,-8xm46,-125v-3,0,1,4,-5,7v5,1,5,-3,5,-7xm109,-125v-5,-1,-5,2,-2,5v5,1,3,-2,2,-5xm41,-123v-8,-3,-11,3,-2,3xm31,-118v-2,1,-1,8,0,11v4,-1,6,-1,6,-4v-5,2,-7,-1,-6,-7xm92,-114v-2,-1,-2,1,-2,3v2,1,2,-1,2,-3xm99,-110v0,-1,-5,-2,-5,0r5,0xm94,-107v-1,-3,-2,2,-2,2xm44,-105v-5,-1,-6,2,-2,5v1,0,1,0,1,-1v0,0,-2,0,-2,-1xm14,-100v-1,-2,-3,2,-3,2xm18,-92v-6,-1,0,3,-1,7v3,-3,6,5,5,-1xm17,-81v0,-2,-3,-3,-2,0r2,0xm44,-75v1,-3,-4,-6,-3,-1xm29,-78v-2,0,-7,-1,-6,2v2,0,7,1,6,-2xm40,-74v-2,0,-3,3,-3,6v2,-1,3,-3,3,-6xm21,-73v-3,-1,-6,3,-4,3v3,-1,4,-2,4,-3xm23,-62v-5,-8,-12,-3,-7,2xm34,-64v-1,-1,-3,-3,-3,0r3,0xm49,-58v1,-6,-7,-1,-11,-2v4,0,8,4,11,2xm34,-42v-5,-4,-5,0,-2,2xm53,-36v0,-3,-5,-4,-4,0v1,0,3,2,4,0xm46,-32v2,8,-17,3,-6,10v4,-3,13,-7,6,-10xm12,-28v-4,0,-5,4,0,3r0,-3xm23,-17v0,7,9,7,13,3v-3,-2,-11,0,-13,-3xm48,-15v-2,0,-3,6,-1,7v1,-2,3,-4,1,-7xm51,-13r-2,2xm17,-7v-2,-3,-6,1,-4,3v2,-1,4,-2,4,-3","w":205},"q":{"d":"2,-108v-16,-77,47,-149,113,-143v-2,14,5,37,-5,43v3,3,4,-3,5,0v-14,4,-27,10,-37,19r-6,-2v2,8,5,0,5,4v-10,12,-16,26,-19,44v-1,-1,-2,-1,-4,-1v0,4,5,0,4,5v2,15,-10,11,-6,16v6,-2,7,9,8,26v-2,0,-4,5,-1,2v3,-1,5,6,3,9v7,5,19,38,46,38v-1,7,-3,5,-9,3v-2,9,-14,4,-7,13v8,-5,12,-13,22,-6v2,11,-6,3,-7,12v5,-3,10,4,5,7v-11,-6,-1,9,-11,9v-1,-3,2,-2,2,-5r-2,0v3,-5,5,-8,5,-10v0,8,-16,6,-8,10v-1,2,-1,5,0,7v-1,0,-2,-2,-2,0v1,1,5,5,2,7v-5,-3,-16,1,-15,-8v-22,-1,-30,-7,-50,-26v-9,-18,-18,-18,-26,-46v-1,-8,8,-6,5,-12v5,3,9,-2,7,7r-2,-1v-5,11,12,2,12,13r2,0v0,-2,-4,-6,1,-5v4,0,5,3,7,0v-1,-6,0,-2,-5,0v-4,-9,-20,1,-10,-14v2,1,5,4,5,0v-2,-2,3,-8,-2,-5v-9,-3,-28,15,-25,-9v5,6,6,-1,8,-6v-4,2,-4,4,-6,-1r1,0r-3,-2v0,5,2,5,0,8xm46,-210v-2,0,-4,1,-4,4v2,-1,4,-3,4,-4xm20,-171v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm59,-154v-2,0,-6,2,-4,4xm43,-152v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm20,-140v1,-2,-2,-7,-2,-2xm28,-138v0,-2,-4,-3,-3,0r3,0xm14,-134v0,-2,-3,-4,-2,-1xm20,-132v10,4,0,17,-2,18v8,-5,12,-8,19,-3r-1,1v6,2,2,-4,5,-4v2,3,10,2,8,-5v-11,0,-13,-3,-18,-9v-1,6,-7,6,-11,2xm14,-126v-1,3,1,3,3,2r0,-2v-1,1,-2,1,-3,0xm15,-114v-1,0,-1,0,-1,1v3,0,1,-1,1,-1xm24,-111r1,-3xm21,-108v1,-1,4,-2,2,-2xm55,-104v-2,0,-6,1,-4,2v2,0,5,1,4,-2xm49,-102v-3,0,-5,0,-3,3xm38,-101v-7,3,-8,3,-1,6xm54,-81v-3,-14,-15,-14,-18,-6r1,3v5,-6,12,-1,17,3xm6,-86v-2,0,-3,-5,-1,-5v3,0,3,3,1,5xm35,-88v-5,-4,-6,7,-3,2v2,1,4,1,3,-2xm19,-73v1,-7,-6,-8,-9,-6xm64,-77v-2,0,-5,2,0,2r0,-2xm72,-68v-1,-1,-4,-3,-3,0v1,1,2,1,3,0xm40,-67v-3,-1,-7,2,-2,3xm66,-59v0,1,-2,4,1,3v0,-1,-1,-2,-1,-3xm75,-55v-2,-3,-6,2,-8,3xm192,-31v1,-1,4,-1,3,-4v-3,1,-5,0,-3,4xm28,-48v-2,-2,-4,-2,-3,1xm58,-50v-3,-1,-2,2,-2,4v2,0,1,-3,2,-4xm94,-48r0,2v3,-1,4,-5,0,-2xm31,-44v0,-1,1,-4,-1,-4v0,2,0,3,1,4xm75,-38v-1,-11,-12,-7,-2,0r2,0xm40,-43v-3,-1,-5,2,-3,4v3,0,5,-1,3,-4xm52,-41v-3,0,-6,3,-1,3xm47,-38v0,1,-4,3,-2,3xm54,-38v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm55,-34v1,6,10,5,11,0v-3,2,-7,0,-11,0xm54,-22v1,-3,-5,-5,-5,-3v3,5,5,4,11,4v-2,0,-5,-2,-7,0xm66,-25v-1,1,-4,4,0,3r0,-3xm83,-18v0,-2,-4,-3,-4,-1v1,1,2,1,4,1xm92,-20v-4,-1,-2,3,-2,5v5,0,4,-1,2,-5xm62,-19v0,1,-3,4,-1,4v3,-1,5,-3,1,-4xm88,-12v1,-4,-2,-3,-5,-3v2,1,0,3,5,3xm114,-8v-4,-1,-2,-10,1,-8v0,3,0,6,-1,8xm103,-3v1,-8,13,-5,12,2v-7,3,-8,-3,-12,-2xm219,-45v-1,1,-5,4,0,3v1,-1,1,-2,0,-3xm139,-9v1,-3,-3,-6,-2,-1xm160,-24v-2,0,-4,4,-1,3xm140,-33v-1,0,-3,-1,-3,1v1,0,4,2,3,-1xm176,-65r0,5v2,-2,2,-4,0,-5xm188,-64v0,-2,-4,-3,-4,-1v1,1,2,1,4,1xm181,-72r0,5v3,0,2,-4,0,-5xm186,-80r1,1xm195,-91v-1,-1,-7,-2,-6,2v3,0,4,-1,6,-2xm187,-99v-3,-1,-2,2,-1,3v4,1,2,-1,1,-3xm234,-107v-3,-1,-2,2,-3,3v2,0,4,0,3,-3xm208,-107v-1,2,4,5,4,1xm202,-105v0,-2,-2,-6,-2,-3v2,2,-1,4,2,3xm207,-42v-2,1,-6,0,-6,4v3,-3,8,4,6,-4xm219,-114v0,0,-2,0,-2,1r4,0xm197,-113v0,-3,-10,-10,-11,-6v-1,3,8,3,11,6xm231,-132v-2,0,-3,6,0,6v4,1,9,-5,4,-1v-3,0,-4,-2,-4,-5xm218,-138r10,5v1,-5,-4,-5,-10,-5xm205,-144v0,0,-3,2,-1,2xm224,-176v-2,1,-11,3,-5,3v2,-1,6,0,5,-3xm188,-220v3,-2,-2,-6,-2,-3v1,0,2,1,2,3xm192,-15v1,1,4,2,3,-1v-1,0,-3,-1,-3,1xm197,-55v4,1,3,-2,2,-4v-2,1,-1,3,-2,4xm125,-21v1,-3,-1,-8,1,-9v0,3,1,7,-1,9xm126,-36v-1,-2,-1,-5,2,-4v-1,1,0,4,-2,4xm182,-137v4,-3,9,3,6,6v-4,0,-6,-2,-6,-6xm207,-150v-1,0,-2,3,-2,1xm216,-42v-3,-2,-3,0,-5,2xm223,-156v7,1,11,-7,14,-1v-2,1,4,10,-1,16v-3,-2,-5,1,-8,4r6,-2r-1,2v10,0,6,8,6,16v-2,1,-1,-5,-5,-4v2,9,-8,5,-6,11v2,-2,5,0,8,0r-1,2r4,0v2,20,-11,41,-20,64v2,-3,2,-8,5,-9r18,17r-41,41r-17,-18v-18,9,-42,21,-58,15v1,0,2,0,2,-1v-6,1,-2,-8,-3,-12v1,-6,4,-4,11,-6v-10,-6,-1,-17,1,-25v-2,1,-5,2,-4,-2v2,0,7,-3,8,-1v-1,1,-2,2,1,2v1,-6,30,-20,29,-24v-1,0,-3,2,-3,0v5,-1,9,-22,16,-11v1,-5,-11,-1,-5,-12r4,2v0,-5,-3,-9,-1,-16v2,2,6,-1,6,-5v-3,-1,-2,7,-6,3v-3,-24,14,-23,30,-18v3,-6,7,-2,9,-4v-2,-9,-25,6,-18,-8v-9,3,-9,0,-20,0v-2,-6,-5,-15,3,-16v-17,-20,-29,-47,-61,-52v1,-14,-2,-32,1,-44v41,-4,103,42,103,76r0,-5v1,0,3,5,5,14v-3,-1,-3,-4,-4,3v-2,10,-17,4,-21,0v4,4,-2,8,-8,7v0,0,0,-2,-1,-2v-1,3,3,5,1,6v0,-1,0,-1,-1,-1r0,4v-8,-5,-19,1,-1,1v6,2,16,7,19,1v-4,-2,-13,-7,-5,-12v3,2,0,5,2,7v0,-1,3,-3,7,-3v0,4,-2,2,-3,7v3,1,7,-5,4,-7","w":251},"r":{"d":"0,-30v4,-2,4,10,12,9v3,-10,-7,-7,-7,-17v-12,-4,-3,-36,-1,-43v-3,3,-5,-2,-4,-5v4,-2,12,-2,15,-4v0,5,9,17,4,2v6,0,4,-4,1,-5v-3,2,-4,-2,-7,-2v0,1,1,3,-1,3v0,-1,1,-3,-1,-3v-3,3,-6,2,-11,4v2,-11,-5,-29,5,-33v-6,0,-6,-7,-4,-11v2,1,4,3,3,-1v0,-2,2,-4,0,-5v0,3,-3,2,-4,1v2,-36,-4,-80,2,-112r19,0v-1,5,5,5,9,7v2,-2,-8,-2,-7,-7v10,2,39,-5,31,6v4,-1,4,6,2,8v-5,0,-15,7,-2,5v0,-2,1,-3,3,-3r-2,190v-4,-2,-3,-6,-5,-7v3,5,-7,4,-3,11v-5,3,-5,4,-11,2v1,14,-7,1,-9,1v1,-5,-5,-6,-10,-9v3,1,3,-1,1,-3r-3,0v1,1,1,3,0,5v-7,-5,-11,7,-5,5v3,3,5,-7,11,-3v2,6,-3,9,-8,6v1,6,4,9,11,8v-2,7,2,7,6,4v0,-3,-4,-3,0,-6v12,4,1,16,-6,20v-3,1,-2,-2,-3,-4v2,0,2,0,2,-2r-10,-4v7,2,6,10,0,13v-3,-5,-1,-13,-9,-8v-1,5,7,7,3,9v-9,-1,-7,-12,-7,-22xm44,-237v7,-10,-9,-18,-10,-7v-1,0,-3,-2,-3,0v0,2,8,7,7,0v6,1,8,5,1,4v1,2,2,4,5,3xm144,-180v6,-2,6,6,10,3r0,-3v-3,2,-3,-4,-11,-3v-6,-32,-59,-15,-76,-25v7,2,7,-10,12,-14v-16,3,-15,-21,-11,-30v6,-1,4,3,7,3v1,-4,13,-3,15,-2v-3,6,-2,15,6,11v-1,-1,-6,-1,-5,-5v0,-13,14,-5,23,-7v28,2,40,-2,34,10v3,3,7,4,6,10v8,1,5,-9,12,-5v5,-8,12,4,18,9v-3,6,-12,-7,-14,-5v-2,5,19,10,7,20r-11,-1v0,1,2,3,0,4v9,-3,11,6,15,4v-4,-7,3,-10,3,-18v8,3,16,18,9,17v-5,0,-8,5,-5,11v4,-5,6,-7,10,-7v3,12,-14,10,-9,17v2,-2,2,3,5,2v-3,-3,-2,-9,4,-7v2,11,2,43,-11,32r0,3v2,-2,5,1,8,0v-6,20,-21,28,-39,35v7,0,17,5,22,16v-2,1,-6,0,-5,4v4,2,4,-5,7,-2v-3,2,-2,5,-3,8v8,-4,8,-1,11,13v-5,5,-5,-7,-9,-5v1,2,1,5,0,7v13,-3,8,8,9,11v0,-2,0,-2,2,-2v2,9,4,18,-8,15r0,-6v-3,3,-8,10,-13,5v0,-7,4,-10,12,-10v-7,-5,-9,-12,-9,-18v-5,3,-5,-2,-6,-7v1,-2,1,-2,-2,-2v-6,3,10,11,-8,11v-3,5,-2,9,-9,6v2,6,1,9,1,15v-9,2,-11,-4,-11,-10v4,1,3,0,8,0v-4,-7,5,-16,11,-13v0,-6,0,-5,-2,-12v3,1,4,-3,2,-4v-9,0,0,12,-12,16v-5,-10,-15,-6,-21,-2v-9,-2,-10,-11,-16,-9r2,4v-16,-3,-28,1,-43,-3v1,-14,-3,-34,2,-44v41,4,82,-4,76,-41xm102,-246r-2,2xm21,-240v-3,1,-3,1,-1,3xm138,-235v8,11,-12,26,2,32v0,-7,3,-15,12,-16v-2,-10,-5,3,-12,3v-4,-7,12,-13,7,-17v-3,0,-9,-12,-9,-2xm30,-239v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm101,-237v-2,0,-5,-1,-4,2v2,-2,4,2,4,-2xm158,-234v-2,0,-3,-3,0,-2r0,2xm142,-231v0,0,2,-3,2,-1xm159,-231v-3,0,-3,2,-2,5v1,-1,2,-2,2,-5xm76,-223v3,-2,-2,-7,-3,-5xm88,-224v1,-2,-2,-7,-2,-2xm169,-227v-3,-3,-7,1,-8,4v4,-2,4,1,9,1v-2,-2,-4,-3,-1,-5xm101,-226v-10,1,-14,12,-1,10v-3,-4,-3,-7,1,-10xm54,-225v-5,1,-3,6,-10,4v1,2,12,3,10,-4xm13,-223v0,0,-9,0,-5,3xm133,-223v-1,0,-3,-2,-3,0r3,0xm161,-222v-1,1,-2,2,-2,5v2,0,5,1,5,-1v-2,0,-3,-1,-3,-4xm68,-211v-5,-1,-1,-10,1,-11v3,4,7,9,-1,11xm14,-219v-1,3,-4,6,2,5v3,-3,1,-4,-2,-5xm44,-208v0,-7,-5,-11,-8,-4v4,0,-2,8,8,4xm26,-216v-1,3,2,2,4,2v1,-3,-2,-2,-4,-2xm156,-216v-2,1,-2,3,0,5v1,-1,1,-3,0,-5xm97,-207v-1,-3,-3,-4,-2,0r2,0xm136,-209v1,-1,4,-4,3,0r-3,0xm48,-209v-4,0,-2,3,0,1r0,-1xm155,-207v3,1,5,-1,1,-2xm148,-208v0,0,7,4,6,1xm24,-203v0,3,1,5,5,5v-2,-3,-1,-4,-5,-5xm3,-201v4,4,9,9,8,-1xm41,-201v-5,1,-5,3,-5,8v2,0,2,-2,2,-5v1,0,3,3,3,1v-2,-1,0,-3,0,-4xm150,-199v-3,-1,-2,2,-1,3v3,1,1,-2,1,-3xm167,-199v-1,1,-3,1,0,1r0,-1xm176,-195v-2,-7,-2,3,-8,1r0,2xm142,-196v-1,-1,-4,-3,-3,0r3,0xm146,-196v-1,1,-3,3,0,3r0,-3xm154,-194v-3,-1,-2,2,-3,4v3,1,3,-1,3,-4xm146,-192v0,0,2,5,1,2xm179,-189v-2,-1,-2,-1,-2,2xm26,-187v-3,0,-6,-1,-6,3v2,-1,7,1,6,-3xm27,-181v4,-2,7,8,10,0v-7,1,-6,-2,-5,-6v-4,1,-5,0,-5,6xm169,-187v1,3,5,7,4,2v-2,0,-1,-3,-4,-2xm165,-176v3,-1,-1,-7,-2,-4v1,3,1,4,2,4xm195,-179v-1,0,-4,2,-2,2xm30,-164v0,-2,-6,-7,-6,-3v0,1,2,2,6,3xm172,-169v0,10,7,8,9,4v-2,-3,-6,-1,-9,-4xm189,-163v1,-2,-3,-6,-2,-2xm39,-164v-8,3,-10,5,-4,8v1,-1,5,-3,4,-8xm38,-147v-6,-1,-3,3,-10,4v2,-11,-9,0,-15,-5v-2,-6,9,-4,8,-12v-14,-3,-8,9,-15,13v9,-4,1,12,9,4v6,7,24,-1,23,-4xm150,-157v-1,0,-3,-1,-3,1v1,0,3,1,3,-1xm180,-156v-3,1,-3,5,0,2r0,-2xm172,-151v-2,0,0,2,0,3r0,-3xm164,-142v-1,-2,-8,-3,-7,0v2,1,5,1,7,0xm179,-139v-1,-7,-3,-3,-1,0r1,0xm130,-138v-2,0,-1,5,0,6r0,-6xm109,-137v-2,-1,-2,1,-2,3v2,1,2,-1,2,-3xm145,-135v-2,0,-6,-2,-5,2v4,-1,5,6,7,3v-2,0,-2,-2,-2,-5xm171,-134v-2,-3,-19,4,-10,6v2,-6,5,-1,9,0v-1,-1,-6,-6,1,-6xm120,-134v-2,-1,-4,3,-2,4xm36,-123v-3,-2,-9,-11,-11,-7v4,2,6,6,11,7xm15,-126v-4,1,-10,-7,-9,1v3,0,8,2,9,-1xm19,-129v-1,1,-3,2,-1,3v3,1,3,-1,1,-3xm117,-123v1,0,6,-1,3,-3xm130,-124v-1,-1,-9,1,-3,2xm97,-124v1,1,4,4,3,0r-3,0xm145,-119v0,0,-2,0,-2,1v1,2,3,4,5,4xm20,-117v-1,1,-3,3,0,3r0,-3xm31,-117v-3,-1,-1,2,-1,4v5,1,4,-2,1,-4xm101,-114v0,-3,-4,-4,-3,0r3,0xm129,-112v-2,-6,-9,3,-12,2v2,2,-2,5,0,5xm157,-114v-2,0,-6,-1,-5,2v2,0,6,1,5,-2xm147,-104v3,-2,-3,-13,-2,-5v3,-1,2,3,2,5xm9,-108v0,-1,-2,-4,-2,-2xm30,-111v-1,1,-1,3,0,5r0,-5xm167,-111v-3,-1,-2,2,-1,3v1,-1,3,-2,1,-3xm134,-103v-2,-2,-5,-5,-4,1v3,1,8,5,8,-1v-1,-2,-3,-2,-4,0xm98,-105v1,0,2,3,2,1xm116,-105v-3,1,-5,6,0,6r0,-6xm20,-103v-2,-1,-2,1,-2,3v2,1,2,-1,2,-3xm104,-97v-1,-5,-5,-3,-3,0r3,0xm122,-97v0,0,-2,0,-2,1r3,0xm43,-95v-2,0,-4,0,-4,3v3,0,5,0,4,-3xm38,-79v-8,-7,-6,-7,0,-15v-9,-3,-5,9,-14,6v2,4,5,4,2,10v6,-4,8,3,12,-1xm177,-93v-2,1,-3,3,1,3xm41,-88v2,1,6,5,5,0v-2,0,-4,-2,-5,0xm131,-77v-4,-2,-5,-10,2,-9v0,4,-1,6,-2,9xm157,-76v3,-9,14,-6,9,2v0,0,-8,1,-9,-2xm44,-78v-4,-1,-1,5,-1,6v2,0,2,-2,1,-6xm12,-71v0,-4,-6,-7,-5,0v-4,0,-3,4,-2,6v6,-5,2,-4,11,-3r0,-3v-3,2,-3,-2,-4,0xm34,-76v-9,2,4,12,-6,16v12,-3,4,-9,6,-16xm166,-65v-2,-2,-1,-8,3,-7v1,4,2,7,-3,7xm134,-65v-2,-1,-1,-4,2,-3xm15,-60v2,0,7,4,7,0v-2,-2,-6,-3,-7,0xm185,-51v0,-2,0,-4,2,-3v0,2,0,4,-2,3xm189,-46v-3,-4,1,-11,4,-6v0,4,0,6,-4,6xm30,-51v-2,0,-3,2,-3,4v3,0,5,-1,3,-4xm192,-27v0,20,7,21,6,27v-9,-1,-19,1,-14,-7v-5,-2,0,-8,0,-14v-5,0,0,6,-4,6v-4,-6,-12,-8,-18,-5v13,0,6,11,4,13v-15,1,-5,-13,-16,-10v-10,-16,16,-19,7,-25v-8,1,-8,-5,-5,-9v13,0,12,10,28,14r-1,6v6,0,12,-1,15,-1v-2,-9,-26,-3,-23,-19v8,2,15,-5,15,7v6,-5,11,2,12,14v6,13,1,16,-6,3xm138,-41v1,-3,0,1,3,1v1,2,2,6,-2,5xm48,-30v-4,-4,0,-9,6,-6v0,4,-1,7,-6,6xm172,-26v3,-5,-1,-5,-4,-3v0,4,3,2,4,3xm4,-27v-1,-4,4,-5,4,-1v-1,1,-2,1,-4,1xm139,-30v1,-2,3,0,5,0v-3,3,3,9,-3,8xm53,-16v-3,13,-13,-5,-13,-5v-3,-7,4,-12,10,-7v1,4,-3,3,-4,7v4,-1,9,2,7,5xm189,-28v-2,0,-5,2,0,2r0,-2xm38,-6v-1,-4,-8,-4,-2,-8v7,5,15,10,5,11r1,3v-7,2,-20,-2,-11,-8v-1,4,5,1,7,2xm199,-6v-3,-1,-3,-7,2,-6v5,3,6,6,-2,6xm18,0v-12,1,-7,-3,-3,-9v5,3,10,-6,12,2v-1,5,-9,1,-9,7xm152,-1v-5,-3,-3,-10,4,-8v1,4,1,8,-4,8xm7,0v-5,1,-8,-5,-2,-5v2,1,4,2,2,5xm54,0v-4,0,-4,-5,0,-5v1,2,1,4,0,5xm44,0v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm164,0v-1,-3,3,-2,5,-2v1,3,-3,2,-5,2","w":210},"s":{"d":"185,-111v11,-1,20,14,15,19v-9,-1,-10,4,-19,3v5,7,14,-2,17,4v-1,-4,3,-8,6,-5v0,5,2,9,-6,8v0,7,-10,7,-11,11v6,-4,16,2,17,-7v-2,10,2,22,-6,24r2,0v2,13,-13,10,-4,12v-2,3,-4,11,-9,10v1,2,-3,9,-6,7v3,-8,-4,-9,-8,-13v0,0,2,0,2,-1v-1,-2,-3,-2,-6,-1v-3,-9,9,-12,-4,-14v1,1,4,7,1,9r-3,-1v4,5,-2,10,-6,7v0,-7,8,-6,0,-10v-13,5,-18,-3,-6,-7v-10,-2,0,-12,-2,-20v4,2,11,-4,6,-6v-6,4,-12,-3,-11,-7v11,3,20,-6,6,-8v-7,6,-37,0,-22,-7v-12,-6,-21,-4,-26,-14v-4,6,-9,7,-16,11v-53,-10,-78,-33,-78,-74v0,-44,38,-72,93,-70v-5,22,15,49,-21,45v1,-5,8,-3,11,-5v-6,1,-18,-2,-14,6v-35,26,-3,37,30,52r3,-3v40,9,59,13,78,33v-4,1,-4,-5,-9,-5v7,6,8,10,6,17xm147,-171v-3,-30,-15,-28,-38,-39v2,-12,-2,-30,1,-42v48,5,87,19,90,76xm134,-245v-1,0,-3,-1,-3,1v1,0,3,1,3,-1xm149,-239r3,-3xm51,-235v-4,1,-4,4,0,2r0,-2xm25,-218v0,-4,-4,-2,-1,0r1,0xm177,-220v-4,0,-8,0,-11,4v6,-2,17,3,11,-4xm48,-218v-2,0,-5,-1,-4,2r6,1xm163,-211v-1,0,-3,-1,-3,1v1,0,3,1,3,-1xm192,-199v-1,3,1,7,2,5xm58,-163v-3,-2,-8,-6,-10,-2xm67,-160v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm106,-148v1,-3,-1,-6,-2,-3v4,8,-8,8,-7,16v6,-5,9,-9,9,-13xm28,-150v-4,1,-2,2,0,4v0,-1,2,-3,0,-4xm39,-148v-4,0,-2,4,0,5r0,-5xm50,-138r-4,0r4,0xm73,-138v0,-2,-2,-2,-3,-1v0,2,2,1,3,1xm120,-134v1,0,5,0,2,-1xm31,-134v1,0,4,2,4,0r-4,0xm167,-133v6,9,-12,0,-5,14v-4,5,-8,0,-15,6v9,1,9,0,16,-3v1,5,-6,5,0,10v4,0,0,-12,7,-8v4,-8,-11,-5,-4,-11v6,1,8,-5,1,-8xm95,-131r0,4r0,-4xm130,-128v-2,0,-2,2,-2,4v3,1,2,-2,2,-4xm96,-123v-1,-6,-7,6,-13,0v3,7,9,5,13,0xm174,-122v-3,-1,-2,2,-3,3v2,0,4,0,3,-3xm193,-116v-5,1,-8,-4,-3,-5v2,1,3,3,3,5xm124,-118v-1,-1,-1,-1,-2,0r2,0xm182,-115v-1,-2,-6,-2,-5,1xm101,-111v-1,-5,4,-3,6,-1v0,1,1,3,-1,3xm176,-112v-1,0,-3,-1,-3,1v1,0,4,2,3,-1xm179,-109v1,1,0,2,2,2xm89,-107v9,1,11,-5,17,0r0,5v-11,-2,-17,-4,-17,-5xm146,-105v-2,-3,-3,2,-3,2v2,0,3,-1,3,-2xm170,-104v-3,-2,-9,3,-7,6xm188,-100v0,-2,-6,-2,-6,-1xm175,-97v-2,0,-2,0,-2,2v4,0,4,0,2,-2xm180,-87v-6,1,-12,3,-21,5r8,0v-1,6,5,6,2,3v0,-8,12,2,10,-4v-1,-2,0,-3,1,-4xm74,-3v-15,0,-26,-5,-37,-11v1,-6,4,-4,4,-9v-21,10,-40,-23,-38,-48v0,1,0,1,-1,1v-1,-2,-5,-13,1,-13v8,3,20,-3,27,2v2,-6,20,-4,24,-2v-2,6,7,20,11,26v-1,-1,-2,-2,-2,1v9,0,20,11,26,9v-1,5,1,0,6,1v8,-2,9,9,3,11v-1,0,-3,-2,-3,0v7,4,1,8,3,16v-1,-1,-2,-1,-3,0v-2,5,14,8,2,14v2,2,4,3,1,5v-7,2,-4,-7,-13,-8v1,5,-3,5,-7,5v-3,-5,-6,-10,-6,-5v1,0,2,1,2,5xm37,-82v-3,0,-3,3,-1,4xm191,-82v-2,-1,-5,1,-2,2xm185,-78v-3,0,-5,0,-3,3xm5,-78v-3,-1,-2,4,-2,6v4,0,4,-3,2,-6xm23,-74v0,-3,-4,-4,-3,0r3,0xm51,-70v0,-4,-5,-11,-6,-3v3,-1,3,3,6,3xm14,-72v1,0,4,1,4,-1v-2,0,-3,0,-4,1xm174,-73v-3,2,-8,6,0,5r0,-5xm37,-72v-4,1,-5,4,0,4r0,-4xm157,-72r1,2xm27,-70v-3,-1,-2,2,-2,4v3,1,2,-2,2,-4xm149,-66v1,2,8,7,11,5v-4,-2,-6,-5,-11,-5xm175,-66v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm14,-65v-1,1,-3,2,0,2r0,-2xm184,-65v-4,-1,-3,3,-1,4v2,0,1,-3,1,-4xm172,-58v0,-4,-6,-6,-5,-4v0,1,2,2,5,4xm187,-59v-2,-2,-5,1,-2,2xm166,-54v1,-3,-5,-6,-4,-2xm46,-51v1,-3,-3,-7,-3,-3v1,1,0,4,3,3xm176,-54v1,0,3,2,3,0r-3,0xm17,-53v-1,1,-4,4,0,3r0,-3xm181,-53r-6,12v3,-2,16,-8,6,-10r0,-2xm31,-49r1,5xm55,-49v-1,1,-5,1,-4,4xm116,-12v9,-10,-7,-19,-7,-31v0,-3,7,-2,9,-1v0,-3,2,-4,8,-4v2,6,-3,5,-8,5v1,7,2,4,10,4v-1,-1,-2,-2,1,-2v3,1,3,3,5,6v3,-9,-8,-11,-2,-15v23,0,20,27,37,17v3,10,-11,16,-2,19v1,-10,7,-18,12,-7v-18,13,-20,13,-37,13v0,-1,2,-3,0,-3v1,9,-9,11,-33,10v0,-7,-2,-14,7,-11xm141,-45v-2,0,-2,3,-1,4xm60,-43v2,1,5,7,6,5v-1,-3,-1,-6,-6,-5xm95,-36v0,-2,-4,-3,-3,0r3,0xm145,-36v-2,0,-4,0,-3,2r4,0xm184,-36v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm175,-35v1,3,-1,5,-4,4v-1,-3,1,-5,4,-4xm57,-31v2,1,4,3,3,-1v-2,-1,-7,1,-3,1xm109,-28v-1,-3,1,-8,3,-3v-1,1,0,4,-3,3xm38,-31v-1,1,-2,0,-2,2r3,0xm82,-30v-2,3,1,3,4,2v0,-2,-3,-1,-4,-2xm72,-29v-2,5,8,6,4,2v-1,2,-4,1,-4,-2xm109,-20v-2,-6,3,-7,7,-5v2,6,-3,8,-7,5xm158,-25v-3,0,-7,4,-1,3xm152,-21v-2,-3,-8,-6,-6,1xm56,-24v1,1,0,2,2,2xm130,-22v-2,2,0,3,3,3v0,-2,-2,-2,-3,-3xm66,-15v-2,-2,-6,-7,-5,0v1,-1,3,-1,5,0xm95,-9v0,-3,-6,-8,-5,-3v1,3,5,-1,5,3xm152,-12v4,1,9,-2,3,-3xm49,-14v5,-1,3,6,7,6v3,-5,-4,-5,-7,-6xm78,-14v-1,2,2,7,2,2xm119,-9v-1,5,2,3,4,2v0,-1,-1,-2,-4,-2xm114,-3r6,1v0,-3,-4,-1,-6,-1xm78,-3v0,2,-4,2,-4,0r4,0xm81,-1v0,-2,2,-1,3,-1v1,3,-2,2,-3,1","w":212},"t":{"d":"188,-251v1,12,-7,8,-12,2v-1,-6,8,-2,12,-2xm156,-213v-7,-6,-16,-10,-14,-22v6,3,11,-4,14,1v-4,0,-8,5,-5,7v2,-8,8,-6,7,2v17,5,8,-14,19,-11v-5,1,2,-5,-2,-6v0,0,0,2,-1,2v-1,-2,-1,-4,3,-3v-1,2,1,2,3,2v3,-2,10,4,5,7v-2,-1,-8,-2,-7,2v5,-2,1,1,1,1v-3,0,0,5,0,7v5,0,2,-9,9,-11v0,14,-1,22,0,33v-6,1,0,-5,-3,-6v-5,13,-33,3,-56,6v-4,-2,-10,-1,-9,-7v9,-1,-6,-5,2,-10v4,-1,7,6,9,0v-2,2,-6,1,-5,-3v4,-7,12,-2,18,0v1,9,3,13,12,9xm173,-210v3,0,7,-8,5,-11v-4,3,-1,7,-5,11xm173,-209r0,3v1,-1,1,-2,0,-3xm165,-252v3,1,9,-2,9,2r-11,0xm172,-217v-2,1,-5,0,-4,3xm169,-240v-2,18,-9,-5,-19,2v-4,-2,4,-5,-1,-7v-9,1,-7,15,-18,5v-6,4,2,7,3,9v2,-2,4,-5,8,-1v0,8,-8,6,-13,3v-8,12,-9,6,-12,15v-2,0,-7,-2,-8,0v2,7,6,-2,6,10v1,1,3,0,3,2v-32,-2,-70,4,-97,-3v0,1,2,4,-1,3v-11,4,-29,-7,-15,-10v-1,-3,-3,-4,-3,-9v6,2,9,5,2,-3v-1,-5,7,-6,7,-3v0,5,2,9,8,11v-1,-4,2,-3,5,-3v2,5,-6,6,-3,9v1,-5,8,-2,10,2v-2,0,-2,0,-2,2v10,1,10,-9,3,-4v-5,-8,-15,-14,-8,-22v4,0,6,2,4,6v9,1,1,-4,8,-7v-11,1,-1,-7,-11,-7v1,-1,1,-3,-1,-3v0,7,-9,8,-8,0r-7,0v1,7,-2,5,-7,5v0,-5,-1,-6,5,-7v2,-10,10,-5,26,-7v3,3,6,9,5,0v14,4,45,-5,60,2v8,-8,24,5,27,-2v10,0,42,-1,28,3v6,7,29,-1,10,10v3,1,3,0,6,-1xm167,-213v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm163,-213v-10,3,0,-11,-8,-11v2,4,2,17,8,11xm142,-248v5,5,4,-1,1,-1xm144,-206v-1,-2,-3,-2,-3,1xm141,-214v0,-2,-3,0,-4,0v0,2,0,4,2,3xm131,-246v1,2,5,1,2,0r-2,0xm119,-225v2,-4,-8,0,-6,-10v-3,1,-5,-1,-4,-4v5,1,5,3,11,5v-5,-15,-19,0,-20,-15v-5,1,3,8,-2,10v7,-2,15,6,10,12v-5,1,-4,7,-13,6v10,6,10,-5,20,1v-1,-2,-1,-4,0,-6xm103,-234v-6,0,-5,-1,-4,-4v-3,2,-9,3,-1,6v3,2,-2,3,4,3xm102,-207v1,-3,-1,-3,-4,-3v0,1,2,2,4,3xm97,-212v0,-2,-2,0,-3,0r3,0xm96,-244v0,-3,-5,-4,-5,-1v1,1,3,1,5,1xm88,-216v1,-2,-1,-5,-2,-2v1,1,0,2,2,2xm83,-204v3,0,7,-6,2,-7v-7,1,-5,1,-2,7xm82,-243v0,0,2,-1,0,-1v-3,1,-3,5,0,6v2,-1,0,-3,0,-5xm82,-219v2,-1,1,-6,-2,-5v0,3,1,4,2,5xm78,-211v0,-2,-3,-1,-4,-2v-1,3,2,2,4,2xm71,-243v4,-1,0,-4,1,-3xm71,-243v0,1,-4,3,-2,3xm70,-220v1,7,-6,3,-9,4v4,7,13,5,9,-4xm67,-235v0,1,0,5,1,2xm63,-246v0,-2,0,-2,-2,-2r0,2v-3,1,-6,-6,-5,-1v4,1,3,8,7,10v-1,-3,-3,-7,0,-9xm62,-204v2,0,0,-2,0,-3v-2,1,-7,0,-6,5v3,-3,6,-6,6,-2xm50,-240v2,-2,-1,-5,-5,-4xm41,-206v10,0,3,-4,1,-7xm41,-243v0,1,-2,4,0,4r0,-4xm39,-245v-2,0,-4,3,0,2r0,-2xm33,-243v-2,1,-2,3,0,4r0,-4xm16,-244v7,-1,4,-5,0,-4r0,4xm18,-235v1,3,-1,3,-4,3r-2,-2xm12,-203v1,-3,-2,-8,-3,-5v1,3,1,5,3,5xm1,-252v1,0,3,2,1,2v-1,-1,-3,-1,-1,-2xm66,-1v2,-30,-5,-68,3,-92v1,-4,-8,-10,1,-13r2,1v2,-12,-1,-14,10,-15v-1,-3,5,-2,4,-4v-8,-3,-16,4,-20,0v2,-10,-3,-27,2,-33v0,2,-1,5,2,4v1,-4,4,-6,7,-8v-16,5,-6,-9,-11,-23v5,-2,-4,-13,9,-7v0,-4,8,-1,11,-2v0,1,-1,4,1,4v8,-6,27,-4,36,-2v-1,2,2,8,-2,7v0,-3,-3,-4,-7,-4v3,4,-2,5,-3,9v2,-3,9,-8,10,-1v1,5,-8,4,-7,8v4,-2,7,-2,9,-7v-2,8,4,23,-4,25v8,6,4,32,3,43v1,-4,-1,-5,-5,-4v6,3,11,20,0,22v1,1,5,6,1,8v-5,1,-6,-2,-5,-6v1,-1,2,-2,1,-4v-5,5,-22,10,-5,8v4,6,4,10,14,6r0,80r-57,0xm116,-47v2,-1,5,-9,0,-8r0,8xm118,-74v0,5,4,8,4,1xm73,-74v3,1,2,-2,2,-4v-3,-1,-2,2,-2,4xm100,-78v4,-1,8,4,11,3v0,0,-8,-7,-11,-3xm84,-78v3,1,2,-2,2,-4v-1,1,-2,2,-2,4xm68,-82v6,-1,10,-3,4,-3xm89,-87v-1,5,3,4,3,1v0,-2,-2,-1,-3,-1xm122,-91v2,1,2,9,-1,8xm102,-103v-6,3,-11,7,-5,12v-1,-6,6,-5,5,-12xm77,-101v-7,2,-7,5,0,7v2,-2,2,-5,0,-7xm88,-102v-4,2,-2,11,2,6v-1,-1,-3,-1,-1,-6v4,-1,6,-1,6,-4v-8,7,-6,-15,-9,-5v-7,-2,-9,6,-3,7v2,0,6,-1,5,2xm116,-101v0,2,8,5,6,0r-6,0xm104,-113v0,3,8,8,9,5v-7,-1,-5,-5,-9,-5xm66,-119v6,0,6,14,0,8r0,-8xm114,-116v0,0,-5,-5,-4,-1xm90,-120v2,3,7,3,3,0r-3,0xm99,-121v2,2,6,-1,6,-5v-4,2,-6,4,-6,5xm97,-126v-5,-4,-5,-10,-9,-2v0,1,3,2,9,2xm108,-129v-5,-1,-1,1,-1,1xm81,-133v-7,2,-8,-6,-11,-1v1,3,6,9,11,1xm114,-134v1,-5,-8,-7,-8,-6v0,2,3,4,8,6xm82,-138v1,1,2,2,4,2v-1,-1,-2,-2,-4,-2xm117,-143v0,5,6,4,3,0r-3,0xm88,-149v0,-2,0,-4,-3,-3v-1,2,3,1,3,3xm79,-154v1,1,2,2,4,2v-1,-1,-2,-2,-4,-2xm88,-171v2,0,5,4,5,2v-3,0,-2,-3,-5,-2xm98,-168v3,1,5,-5,3,-8v-7,-1,2,3,-3,8xm81,-173v0,4,4,2,1,0r-1,0xm87,-180v3,1,6,-2,1,-2xm79,-185v2,1,4,1,4,-2v-2,-2,-3,0,-4,2xm106,-185v2,0,4,0,3,-2v-2,0,-4,0,-3,2","w":201},"u":{"d":"25,-62v0,-1,-1,-3,-1,-1xm0,-80r0,-142v13,5,11,-7,23,-7v-3,0,-19,-10,-12,-3v2,6,-4,6,-8,4v6,-8,-9,-14,0,-26r14,0v0,3,-6,2,-6,6v4,-5,18,-9,25,-4v-1,5,-15,5,-2,8v0,6,2,12,4,3v-7,-6,15,-5,4,-12v-2,0,-5,1,-5,-1v7,0,17,-3,15,7v5,-3,6,3,5,8r-3,0v8,43,1,104,3,153v-4,13,15,22,14,28r-1,-1v1,4,10,2,19,3v-1,11,2,26,-1,35v-2,0,-7,-1,-7,1v10,-1,8,10,8,19v-42,6,-89,-23,-89,-79xm2,-240v2,-1,6,0,5,-3v-3,0,-6,-1,-5,3xm44,-240v6,6,11,2,3,-3v-2,0,-2,2,-3,3xm21,-245v1,7,6,16,9,7xm32,-225v2,1,2,-1,2,-3v-3,-1,-4,1,-2,3xm55,-223v-2,-2,-3,-5,-7,-4v0,2,3,3,7,4xm37,-219v2,0,2,0,2,-2r-2,-2r0,4xm12,-216v2,0,14,-3,9,-5v-5,1,-8,3,-9,5xm48,-215v3,1,2,-2,2,-4v-3,-1,-2,2,-2,4xm2,-210v2,0,2,-3,3,-5v-2,0,-4,2,-3,5xm6,-188v4,-2,0,-12,-2,-6xm76,-11v2,0,5,1,5,-1xm75,-22v0,2,3,1,5,1xm77,-50v-3,-2,-10,0,-7,5v3,-1,8,0,7,-5xm69,-20r-1,-1xm75,-25r3,-12v-4,1,-8,5,-11,1v0,5,3,8,8,11xm68,-51v0,0,-6,-4,-3,-1v-1,2,2,3,3,1xm56,-12v0,2,-1,6,2,5v0,-2,1,-6,-2,-5xm64,-25v3,-4,-10,-6,-10,-8v0,5,4,6,10,8xm52,-81v-1,2,-1,4,2,4v0,-2,-1,-3,-2,-4xm51,-58v1,4,0,9,4,9v-1,-6,7,-3,8,-7xm48,-45v0,1,1,3,4,3v1,-3,-1,-3,-4,-3xm44,-61v-4,-1,-2,5,-3,7v4,1,2,-5,3,-7xm33,-52v-1,3,2,5,3,2xm29,-84r2,11v0,-6,3,-9,-2,-11xm18,-82v0,1,-1,3,1,3v0,-1,2,-4,-1,-3xm25,-67v0,4,3,4,2,0r-2,0xm4,-111r0,1r0,-1xm52,-254v3,0,6,-1,4,3v-2,0,-3,-1,-4,-3xm2,-224v-4,0,-1,-6,-2,-9v4,-1,1,5,2,9xm22,-84r2,0r-2,0xm162,-73r1,-2v-1,0,-1,0,-1,2xm152,-253v12,-3,22,6,25,3v-3,-1,-5,-2,-6,-3v16,-6,24,14,10,19v3,0,5,6,1,8v-5,1,-6,-2,-5,-6v2,-1,4,-2,1,-4v-3,6,-14,3,-12,10v2,-2,10,-5,9,3v6,4,4,2,13,1r0,142v-10,48,-28,78,-77,80r-12,0v1,-8,-3,-21,8,-19r0,-2v-1,2,-6,-2,-8,1v3,-13,-9,-42,12,-35v-1,-5,8,1,7,-4v-1,1,-3,1,-3,-1v10,-5,15,-14,15,-25r0,-145v7,-6,-4,-12,2,-18v5,1,4,0,4,-5v4,1,12,-2,14,1v-6,-3,-9,2,-5,6v12,-4,-1,16,10,8v0,0,-2,0,-2,-1v0,-5,7,-5,6,-9v-4,2,-6,-1,-7,-5xm181,-242v0,2,6,3,5,0r-5,0xm141,-242v-6,2,-7,5,0,7v2,-3,4,-6,0,-7xm142,-200v5,8,3,1,9,-3r0,-4v-3,3,-7,3,-9,7xm155,-214v-1,4,3,3,3,1v0,-2,-2,-1,-3,-1xm132,-223v5,-1,10,-3,5,-3xm148,-219v3,1,2,-2,2,-4v-1,1,-2,2,-2,4xm165,-219v3,-1,7,5,10,3v0,-1,-3,-3,-9,-5xm138,-215v2,0,1,-3,1,-4v-2,0,-1,3,-1,4xm182,-215v0,5,4,8,4,1xm181,-188v1,-2,4,-7,0,-8r0,8xm124,-23v-1,-1,-4,-4,-4,0r4,0xm145,-101v0,-2,-4,0,-5,0r5,0xm119,-36v3,-6,-3,-8,-7,-6v-1,6,4,5,7,6xm151,-100r1,-1xm153,-116v-3,5,-9,-2,-11,0r3,11v5,-3,8,-6,8,-11xm126,-44v-4,-2,-8,3,-1,2xm144,-19v0,-2,1,-6,-2,-5v0,2,-1,6,2,5xm166,-112v0,0,-9,1,-11,7v6,0,10,-4,11,-7xm134,-77v0,0,1,-5,0,-1r0,1xm142,-53v4,0,5,-9,4,-9v-4,1,-10,0,-12,3v5,0,8,2,8,6xm145,-46v4,0,6,-4,0,-3r0,3xm156,-58v-1,-3,1,-7,-3,-7v1,2,-1,8,3,7xm161,-53v7,-1,3,-4,0,-1r0,1xm156,-84v2,-2,4,-11,2,-11v-5,2,-2,5,-2,11xm169,-90v0,-2,0,-4,-2,-3v1,1,0,3,2,3xm162,-78v-2,-1,-2,1,-2,3v1,0,2,-1,2,-3xm184,-111r0,1r0,-1xm130,-252v5,-3,7,0,1,2xm188,-233v-1,3,2,10,-3,9v1,-3,-1,-9,3,-9xm163,-95r2,0r-2,0","w":201},"v":{"d":"45,-189v2,-1,2,-3,-1,-3v-2,0,1,3,1,3xm40,-209v1,0,3,-1,1,-1xm27,-245v2,4,8,4,14,4v-3,-2,0,-11,-3,-8xm49,-176v2,1,7,-2,2,-2xm79,-151v1,-1,4,-2,2,-3v-1,0,-2,1,-2,3xm111,-99r0,99r-18,0r-92,-252r54,0xm76,-74v2,1,2,-1,2,-3v-1,0,-2,1,-2,3xm81,-83v-1,5,3,4,3,1v0,-2,-2,-1,-3,-1xm107,-44v-5,2,-12,8,-5,11v-1,-4,5,-6,5,-11xm77,-95v0,5,3,6,3,1v-1,-5,7,-5,6,-8v-7,3,-6,-5,-8,-9v2,8,-13,-1,-6,10v4,0,10,2,5,6xm99,-70v0,3,8,8,9,5v-6,-1,-5,-5,-9,-5xm109,-73v0,0,-5,-5,-4,-1xm82,-117v2,3,6,5,3,0r-3,0xm94,-78v3,3,6,-2,7,-5v-5,2,-7,4,-7,5xm89,-122v-5,-4,-4,-10,-10,-3v0,1,4,2,10,3xm100,-86v0,2,2,0,3,0r-3,0xm92,-55v1,-5,-9,-7,-9,-7v0,2,3,5,9,7xm99,-22v3,1,1,-2,1,-4v-3,-1,-1,2,-1,4xm62,-146v2,0,5,4,5,2v-3,0,-2,-3,-5,-2xm63,-117v0,0,4,-13,-1,-7v5,-1,3,5,1,7xm55,-148v0,4,4,2,1,0r-1,0xm61,-155v3,1,6,-2,1,-2xm53,-161v2,2,4,2,4,-1v-2,-1,-4,-1,-4,1xm72,-134v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm136,-70v0,0,-5,0,-3,1xm131,-50v0,-5,-4,-2,-1,0r1,0xm122,-14r7,3v-1,-4,-1,-7,1,-9r-8,0r0,-77r56,-155r55,0r-92,252r-19,0r0,-14xm142,-82v0,-4,-6,-2,-2,0r2,0xm171,-107v0,-2,-4,-4,-3,-1v1,1,2,3,3,1xm200,-214v-2,0,-14,3,-9,5v6,-2,9,-3,9,-5xm166,-187v-2,0,-1,3,0,4r0,-4xm172,-182v-3,-1,-2,2,-2,4v3,1,3,-1,2,-4xm188,-189v-7,5,-3,9,4,12v1,-6,-5,-6,-4,-12xm195,-242v-1,-6,-8,-5,-9,-1v3,1,6,4,9,1xm168,-171v-7,2,6,13,-7,11v-3,4,0,9,5,6v1,2,0,5,2,5v-4,-11,15,-8,2,-14v-1,-5,1,-6,-2,-8xm193,-158v-4,0,-5,6,-9,3v2,9,2,-1,9,-1r0,-2xm194,-148v-1,1,-3,0,-3,2v2,-1,3,-2,3,-2xm175,-147v-3,1,-4,5,0,2r0,-2xm183,-144v-1,0,-3,-1,-3,1r6,3v-3,0,-1,-3,-3,-4xm178,-139v-13,1,-10,4,-4,8v0,-3,1,-6,4,-8xm188,-137v-1,1,-3,0,-3,2r4,0xm216,-235v-3,-7,-8,-1,-11,-1v1,9,4,0,11,1xm181,-205v-6,2,-11,5,-8,8v0,-5,9,-1,8,-8xm203,-221v-2,-1,-4,2,-2,2xm187,-199v-3,-1,-4,2,-4,4v3,1,4,-2,4,-4xm206,-208v-2,0,-6,4,-1,3xm200,-205v-3,-1,-6,3,-1,2xm156,-118v-1,1,-8,4,-3,4v-1,-3,4,-1,3,-4xm155,-135v4,-6,-6,-12,-1,-6v2,5,-7,6,1,6xm147,-114v-2,-1,-5,1,-2,2xm150,-105v0,1,4,2,4,0r-4,0xm145,-102v-2,1,-4,2,-2,5v3,0,3,-2,2,-5xm163,-126v-1,0,-3,-1,-3,1v1,0,3,1,3,-1","w":240},"w":{"d":"45,-189v2,-1,2,-3,-1,-3v-2,0,1,3,1,3xm40,-209v1,0,3,-1,1,-1xm27,-245v2,4,8,4,14,4v-3,-2,0,-11,-3,-8xm49,-176v2,1,7,-2,2,-2xm79,-151v1,-1,4,-2,2,-3v-1,0,-2,1,-2,3xm111,-99r0,99r-18,0r-92,-252r54,0xm76,-74v2,1,2,-1,2,-3v-1,0,-2,1,-2,3xm81,-83v-1,5,3,4,3,1v0,-2,-2,-1,-3,-1xm107,-44v-5,2,-12,8,-5,11v-1,-4,5,-6,5,-11xm77,-95v0,5,3,6,3,1v-1,-5,7,-5,6,-8v-7,3,-6,-5,-8,-9v2,8,-13,-1,-6,10v4,0,10,2,5,6xm99,-70v0,3,8,8,9,5v-6,-1,-5,-5,-9,-5xm82,-117v2,3,6,5,3,0r-3,0xm94,-78v3,3,6,-2,7,-5v-5,2,-7,4,-7,5xm89,-122v-5,-4,-4,-10,-10,-3v0,1,4,2,10,3xm100,-86v0,2,2,0,3,0r-3,0xm92,-55v1,-5,-9,-7,-9,-7v0,2,3,5,9,7xm99,-22v3,1,1,-2,1,-4v-3,-1,-1,2,-1,4xm62,-146v2,0,5,4,5,2v-3,0,-2,-3,-5,-2xm63,-117v0,0,4,-13,-1,-7v5,-1,3,5,1,7xm55,-148v0,4,4,2,1,0r-1,0xm61,-155v3,1,6,-2,1,-2xm53,-161v2,2,4,2,4,-1v-2,-1,-4,-1,-4,1xm72,-134v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm257,-70v-1,-2,-3,-2,-3,1xm253,-50v0,-2,-4,-4,-3,-1xm243,-14r7,3v-1,-4,-1,-7,1,-9r-8,0r0,-77r57,-155r54,0r-92,252r-19,0r0,-14xm263,-82v0,-4,-4,-2,-1,0r1,0xm292,-107v0,-2,-4,-4,-3,-1v1,1,2,3,3,1xm322,-214v-2,0,-14,3,-9,5v5,-2,8,-3,9,-5xm288,-187v-2,0,-2,0,-2,2r2,2r0,-4xm293,-182v-3,-1,-2,2,-2,4v3,1,3,-1,2,-4xm309,-189v-6,5,-1,9,5,12v1,-7,-6,-6,-5,-12xm316,-242v-1,-7,-5,-4,-9,-1v3,1,7,5,9,1xm287,-165v1,1,4,1,3,4v-6,-1,-13,6,-6,8v5,-3,4,2,6,4v-3,-11,15,-9,1,-14v2,-8,-4,-10,-4,-2xm315,-158v-4,3,-9,1,-9,7v3,-2,6,-3,9,-7xm316,-148v-1,1,-4,0,-4,2v3,-1,4,-2,4,-2xm296,-147v-3,1,-4,5,0,2r0,-2xm304,-144v-1,0,-3,-1,-3,1r7,3v-3,0,-2,-3,-4,-4xm300,-139v-13,1,-11,4,-5,8v0,-3,2,-6,5,-8xm309,-137v-1,1,-2,0,-2,2r3,0xm337,-235v-3,-7,-7,-1,-11,-1v2,9,4,0,11,1xm302,-205v-5,2,-10,5,-7,8v-2,-5,9,-1,7,-8xm324,-221v-2,0,-4,3,-1,2xm308,-199v0,0,-5,5,-1,4xm327,-208v-1,0,-5,4,-1,3xm322,-205v-3,-1,-7,3,-2,2xm277,-118v-1,1,-7,4,-2,4v0,-3,3,-1,2,-4xm276,-141v1,4,-2,4,-4,6v13,2,-2,-15,4,-6xm268,-114v0,0,-3,2,-1,2xm271,-105v2,0,5,2,5,0r-5,0xm267,-102v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm285,-126v-1,0,-3,-1,-3,1v1,0,3,1,3,-1xm136,-70v0,0,-5,0,-3,1xm193,-134v2,0,4,0,3,-2v-2,0,-4,0,-3,2xm219,-26v0,6,6,4,3,0r-3,0xm213,-55v1,-5,-8,-8,-8,-7v0,2,3,5,8,7xm221,-86v0,2,4,1,4,0r-4,0xm211,-122v-5,-4,-5,-10,-10,-3v0,1,3,2,10,3xm222,-83v-5,2,-9,7,-3,5v-1,-3,4,-2,3,-5xm204,-117v1,3,5,4,3,1xm230,-73v0,0,-4,-5,-3,-1xm220,-67v4,-4,7,8,9,2v-6,-1,-4,-6,-9,-5r0,3xm198,-95v0,5,4,7,4,1v-2,-6,8,-4,6,-8v-8,7,-6,-15,-9,-5v-6,-3,-9,2,-5,6v5,0,10,2,4,6xm228,-44v-6,3,-11,8,-4,11v-1,-4,4,-6,4,-11xm202,-83v-1,5,3,4,3,1v0,-2,-2,-1,-3,-1xm197,-74v2,1,2,-1,2,-3v-1,0,-2,1,-2,3xm200,-151v1,-1,4,-2,2,-3v-1,0,-2,1,-2,3xm155,-118v3,10,9,14,8,-2v-3,2,-8,-2,-8,2xm163,-126v-1,0,-3,-1,-3,1v1,0,3,1,3,-1xm145,-102v-2,1,-4,2,-2,5v3,0,3,-2,2,-5xm150,-105v0,1,4,2,4,0r-4,0xm147,-114v-2,-1,-5,1,-2,2xm155,-135v4,-6,-6,-12,-1,-6v2,5,-7,6,1,6xm156,-118v-1,1,-8,4,-3,4v-1,-3,4,-1,3,-4xm201,-154v0,-2,-1,-7,-1,-2xm196,-164v1,1,5,7,4,1xm184,-161v0,1,1,4,1,1xm169,-174v-6,3,-1,9,-1,11v4,0,4,-2,6,-4v-4,0,-5,-3,-5,-7xm175,-160v0,0,0,-1,-1,-1xm162,-153v-6,1,-4,7,-1,9v0,-3,6,-7,1,-9xm171,-107v0,-2,-4,-4,-3,-1v1,1,2,3,3,1xm142,-82v0,-4,-6,-2,-2,0r2,0xm131,-50v0,-5,-4,-2,-1,0r1,0xm109,-73v0,0,-5,-5,-4,-1xm189,-121v-1,-2,-1,-5,-3,-3v2,3,0,5,-1,8v1,-1,2,-2,4,-5xm194,-121v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm190,-159v-1,2,3,10,5,8v-2,-4,-3,-7,-5,-8xm205,-175r28,76r0,99r-19,0r-36,-100r-37,100r-19,0r0,-14r7,3v-1,-4,-1,-7,1,-9r-8,0r0,-77r28,-78r55,0","w":356},"x":{"d":"64,0r-64,0r111,-253r64,0xm58,-68v0,0,-5,0,-3,1xm53,-49v0,-4,-7,-3,-3,0r3,0xm50,-19v-6,0,-13,0,-15,3r14,5v-1,-3,-2,-7,1,-8xm65,-80v-1,-4,-8,-2,-2,0r2,0xm95,-107v-1,3,4,6,3,2v0,-1,-1,-2,-3,-2xm133,-208v-3,2,-16,3,-10,6v6,-2,9,-4,10,-6xm94,-181v-2,0,-2,0,-2,2v2,1,2,1,2,-2xm101,-173v0,-3,-4,-4,-3,0r3,0xm113,-178r11,6v-3,-5,-7,-16,-9,-6r-2,0xm127,-235v-1,-5,-9,-4,-11,-1v3,-1,8,7,11,1xm99,-163v-3,-4,-7,-2,-6,3v1,1,4,1,3,4v-6,-1,-16,5,-8,8v7,3,22,-7,10,-10v0,0,-3,-6,1,-5xm125,-152v-3,-3,-6,6,-10,2v2,9,2,0,10,-2xm126,-144v-2,1,-5,0,-4,3v3,-1,4,-2,4,-3xm103,-143v-3,2,-5,4,1,3xm112,-140v-1,0,-3,-1,-3,1v0,1,3,3,8,5v-1,-3,-3,-3,-5,-6xm107,-134v-15,0,-11,3,-5,7v0,-3,2,-5,5,-7xm120,-131v-1,-2,-4,-1,-5,0r5,0xm151,-228v-3,-6,-11,-1,-13,-1v0,4,4,4,5,6v-1,-4,3,-5,8,-5xm110,-199v-6,2,-11,5,-8,8v-1,-5,10,-1,8,-8xm136,-214v-2,-1,-6,3,-2,2xm117,-193v-3,-1,-4,2,-4,4v3,1,4,-2,4,-4xm139,-202v-1,1,-7,5,-1,4xm128,-197v2,0,7,-1,2,-1xm81,-114v-1,0,-8,3,-3,3v0,-2,4,0,3,-3xm81,-131v4,-6,-8,-13,-2,-5v1,4,-2,3,-4,5r6,0xm71,-111v-2,-1,-5,1,-2,2xm74,-102v0,1,5,4,5,0r-5,0xm69,-99v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm90,-123v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm57,-184r-4,-1v1,1,2,2,4,1xm49,-201v3,-1,3,-5,0,-2r0,2xm35,-237v2,4,9,4,15,4v-4,-1,1,-11,-3,-8xm65,-173v-4,0,-7,3,-1,2r-14,31r-50,-113r64,0r18,42xm95,-146v1,-1,5,-2,2,-3v-1,0,-2,1,-2,3xm120,-48v5,-1,9,4,13,3v0,-1,-10,-7,-13,-3xm91,-71v3,1,2,-2,2,-4v-1,1,-2,2,-2,4xm114,-35v-1,4,3,3,3,1v0,-2,-2,-1,-3,-1xm124,-81v-6,3,-14,7,-6,11v-1,-4,6,-5,6,-11xm123,-20v-7,2,-7,5,0,7v3,-3,6,-6,0,-7xm92,-92v0,6,5,6,5,1v-1,-5,8,-4,7,-8v-9,6,-9,-16,-11,-4v-6,-2,-10,1,-6,6v5,0,11,1,5,5xm121,-101v1,0,5,4,4,0v-7,0,-2,-5,-1,-8r2,0v-1,0,-3,-2,-1,-3r50,112r-64,0r-18,-40r8,-18v1,1,10,9,9,1v-4,0,-7,-1,-8,-3xm99,-113v2,3,7,3,3,0r-3,0xm116,-118v-7,2,-9,6,-3,4v-1,-2,4,-1,3,-4xm107,-118v-5,-4,-5,-10,-12,-3v0,1,4,2,12,3xm115,-122v1,3,3,1,5,0r-5,0xm151,-25v-9,1,-7,-6,-13,-1v0,6,7,-2,6,6v3,-1,6,-2,7,-5xm132,-40v1,1,2,2,4,2v-1,-1,-2,-2,-4,-2xm113,-63v0,6,6,4,3,0r-3,0xm138,-54r-3,0v0,2,6,4,3,0xm128,-56v1,1,2,2,5,2v-1,-1,-2,-2,-5,-2xm76,-142v0,2,6,6,5,2v-3,0,-2,-3,-5,-2xm77,-113v0,0,4,-12,-2,-7v6,-1,4,5,2,7xm68,-143v1,3,2,0,1,0r-1,0xm74,-150v2,0,6,1,5,-2v-3,0,-4,1,-5,2xm32,-216v2,1,5,3,5,-1v-2,-1,-4,-1,-5,1xm86,-130v2,0,5,1,4,-2v-2,0,-5,-1,-4,2","w":181},"y":{"d":"64,0r-64,0r111,-253r64,0xm58,-68v0,0,-5,0,-3,1xm53,-49v0,-4,-7,-3,-3,0r3,0xm50,-19v-6,0,-13,0,-15,3r14,5v-1,-3,-2,-7,1,-8xm65,-80v-1,-4,-8,-2,-2,0r2,0xm95,-107v-1,3,4,6,3,2v0,-1,-1,-2,-3,-2xm133,-208v-3,2,-16,3,-10,6v6,-2,9,-4,10,-6xm94,-181v-2,0,-2,0,-2,2v2,1,2,1,2,-2xm101,-173v0,-3,-4,-4,-3,0r3,0xm113,-178r11,6v-3,-5,-7,-16,-9,-6r-2,0xm127,-235v-1,-5,-9,-4,-11,-1v3,-1,8,7,11,1xm99,-163v-3,-4,-7,-2,-6,3v1,1,4,1,3,4v-6,-1,-16,5,-8,8v7,3,22,-7,10,-10v0,0,-3,-6,1,-5xm125,-152v-3,-3,-6,6,-10,2v2,9,2,0,10,-2xm126,-144v-2,1,-5,0,-4,3v3,-1,4,-2,4,-3xm103,-143v-3,2,-5,4,1,3xm112,-140v-1,0,-3,-1,-3,1v0,1,3,3,8,5v-1,-3,-3,-3,-5,-6xm107,-134v-15,0,-11,3,-5,7v0,-3,2,-5,5,-7xm120,-131v-1,-2,-4,-1,-5,0r5,0xm151,-228v-3,-6,-11,-1,-13,-1v0,4,4,4,5,6v-1,-4,3,-5,8,-5xm110,-199v-6,2,-11,5,-8,8v-1,-5,10,-1,8,-8xm136,-214v-2,-1,-6,3,-2,2xm117,-193v-3,-1,-4,2,-4,4v3,1,4,-2,4,-4xm139,-202v-1,1,-7,5,-1,4xm128,-197v2,0,7,-1,2,-1xm81,-114v-1,0,-8,3,-3,3v0,-2,4,0,3,-3xm81,-131v4,-6,-8,-13,-2,-5v1,4,-2,3,-4,5r6,0xm71,-111v-2,-1,-5,1,-2,2xm74,-102v0,1,5,4,5,0r-5,0xm69,-99v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm90,-123v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm57,-184r-4,-1v1,1,2,2,4,1xm49,-201v3,-1,3,-5,0,-2r0,2xm35,-237v2,4,9,4,15,4v-4,-1,1,-11,-3,-8xm65,-173v-4,0,-7,3,-1,2r-14,31r-50,-113r64,0r18,42xm95,-146v1,-1,5,-2,2,-3v-1,0,-2,1,-2,3xm91,-71v3,1,2,-2,2,-4v-1,1,-2,2,-2,4xm92,-92v0,6,5,6,5,1v-1,-5,8,-4,7,-8v-9,6,-9,-16,-11,-4v-6,-2,-10,1,-6,6v5,0,11,1,5,5xm99,-113v2,3,7,3,3,0r-3,0xm116,-118v-7,2,-9,6,-3,4v-1,-2,4,-1,3,-4xm107,-118v-5,-4,-5,-10,-12,-3v0,1,4,2,12,3xm115,-122v1,3,3,1,5,0r-5,0xm76,-142v0,2,6,6,5,2v-3,0,-2,-3,-5,-2xm77,-113v0,0,4,-12,-2,-7v6,-1,4,5,2,7xm68,-143v1,3,2,0,1,0r-1,0xm74,-150v2,0,6,1,5,-2v-3,0,-4,1,-5,2xm32,-216v2,1,5,3,5,-1v-2,-1,-4,-1,-5,1xm86,-130v2,0,5,1,4,-2v-2,0,-5,-1,-4,2","w":182},"z":{"d":"174,-57v2,11,-2,15,-5,24r5,-5r0,38v-16,-1,-36,2,-50,-1v1,-1,1,-2,-1,-2v-1,3,-8,5,-11,2v2,-3,-11,-2,-9,-11v-8,-1,-14,5,-2,8r1,4v-33,-3,-76,6,-103,-3v8,-11,-9,-45,5,-54v14,2,13,12,18,7v-5,-1,0,-5,-9,-7r90,0v1,0,1,2,1,8v4,2,12,1,17,1v-1,-4,-17,-4,-12,-9r49,0v-1,4,2,5,4,2r-1,-2r13,0xm167,-1v2,0,3,-3,0,-2r0,2xm124,-13v-4,3,-4,-2,-7,-3v-1,5,3,5,7,5r0,-2xm122,-16v0,0,3,-9,-2,-8v2,2,-1,6,2,8xm117,-26v0,-4,-8,-3,-11,0v1,4,1,6,4,6v-3,-6,2,-8,7,-6xm104,-13v1,-7,-2,-6,-5,-2v0,1,0,1,1,1v0,0,0,-2,1,-2xm99,-44v2,-1,-2,-3,-2,-3xm91,-42v-6,2,-4,3,-8,7v5,0,11,-4,8,-7xm80,-40v2,0,4,-3,0,-2r0,2xm77,-13v1,-1,2,-4,-1,-3v-1,2,-3,4,1,3xm78,-28v0,-2,1,-7,-2,-6v0,2,-1,7,2,6xm74,-18v-5,-5,-8,1,-1,1xm72,-37v0,-2,-3,-5,-3,-3v1,2,2,3,3,3xm61,-34v11,-5,2,-13,-2,-7xm63,-23v1,-1,3,-3,0,-3r0,3xm58,-8v5,0,0,-8,1,-12v-1,4,-5,10,-1,12xm41,-23v4,-5,1,-7,-1,-3xm35,-4v3,0,4,-5,0,-4v0,1,-2,3,0,4xm32,-11v-10,3,-3,-17,-10,-6v2,6,6,12,10,6xm27,-46v0,-2,-4,-4,-3,0r3,0xm16,-34v-7,-1,-6,9,-3,13v4,-2,1,-10,3,-13xm15,-10v-2,-1,-5,-1,-8,-1v2,2,5,2,8,1xm13,-6r-3,-2xm7,-40v0,-4,0,-7,-4,-5v1,3,2,5,4,5xm50,-253v0,1,-2,3,0,3v1,-2,10,-6,12,-1v-1,-1,-2,-2,-2,1v5,1,12,2,11,9v8,1,14,-5,2,-8r-1,-4v32,3,76,-6,102,3v-6,13,8,44,-4,54v-14,-2,-13,-12,-18,-7v5,0,0,5,9,7r-90,0v-1,-9,-8,-9,-18,-9v1,4,17,4,12,9r-50,0v1,-3,-1,-5,-3,-2r1,2r-13,0v-2,-12,2,-16,5,-24r-5,6r0,-39r50,0xm5,-250v1,0,1,-1,1,-2xm56,-237v4,-6,-12,-7,-1,-1xm51,-237v-3,7,3,12,3,3xm57,-227v0,4,8,3,11,0v-1,-4,-1,-6,-4,-6v3,6,-2,8,-7,6xm69,-240v-1,7,3,7,6,2v0,-1,0,-1,-1,-1v0,0,0,2,-1,2xm74,-209v0,1,2,4,2,2v-1,-1,0,-2,-2,-2xm82,-214v-1,5,4,1,7,1v-3,-2,6,-6,-1,-5xm94,-213v-2,0,-4,3,0,2r0,-2xm97,-240v-2,2,-2,4,1,3v1,-2,3,-4,-1,-3xm96,-224v0,2,-1,6,2,5v0,-2,1,-6,-2,-5xm100,-235v5,5,7,-1,1,-1xm102,-216v-1,2,2,5,2,3v-1,-2,-1,-3,-2,-3xm112,-219v-9,5,-2,13,2,7xm111,-230v-1,1,-3,3,0,3r0,-3xm116,-245v-6,-1,-1,8,-2,12v1,0,4,-4,4,-10xm132,-230v-4,7,0,6,2,2xm136,-246v2,3,3,-3,3,-3v-3,-1,-2,2,-3,3xm142,-242v9,-3,2,17,10,6v-3,-6,-6,-11,-10,-6xm147,-207v0,2,1,3,2,3v0,-2,0,-4,-2,-3xm157,-219v8,2,7,-8,4,-13v-4,2,0,11,-4,13xm159,-243v1,1,4,1,7,1v-2,-2,-4,-2,-7,-1xm161,-247r3,2xm167,-213v-3,3,0,8,4,5v-1,-3,-3,-4,-4,-5xm105,-168v2,2,6,5,1,5v-2,-1,-2,-3,-1,-5xm66,-86v0,-4,-4,-2,-1,0r1,0xm56,-108v5,0,4,-1,1,-2xm60,-119v0,-2,-3,-6,-3,-2xm80,-131v0,-1,-4,-2,-4,0r4,0xm75,-132v-2,-3,-3,-5,-6,-5v2,2,2,6,6,5xm92,-136v-3,1,-3,1,-1,3xm95,-138v0,-3,-4,-2,-5,0v0,2,4,0,5,0xm105,-144v-1,0,-3,-1,-3,1v1,0,4,2,3,-1xm121,-174v-3,4,-17,3,-24,4v8,3,1,10,16,9r0,2v9,-3,10,-5,8,-15xm122,-181v1,-5,-3,-4,-4,-1v0,2,2,2,4,1xm120,-151v-14,4,-28,-15,-38,-8v-1,-10,15,-7,12,-16v4,-5,7,-9,11,-13r67,0v-14,14,-14,22,-27,25v1,-2,-1,-2,-3,-2v-5,2,-22,11,-8,7v4,4,11,0,12,1v-3,10,-19,13,-26,6xm139,-147r-71,84r-68,0r73,-87v5,-1,2,4,3,4v5,-2,-1,-16,8,-11v18,2,41,12,55,10","w":187},"{":{"d":"140,-299v4,-1,5,2,6,4xm165,-293v4,10,3,36,0,47v-31,-3,-48,3,-55,30r0,179v0,18,9,30,27,36v-1,2,-2,5,2,4v5,-5,21,-5,28,-1v-1,15,3,35,-2,46v-39,-1,-83,-2,-86,-26v-3,2,-5,1,-9,-3v0,-2,2,-5,-1,-4v-33,-50,-9,-152,-16,-228v-2,-19,10,-37,15,-53v18,-17,53,-32,97,-27xm67,-274v2,-7,11,-2,2,0r-2,0xm152,-252v0,0,-2,0,-2,1xm151,-245v1,1,3,2,0,2r0,-2xm106,-236v-7,-1,0,3,-3,5v3,1,2,-3,3,-5xm88,-229v-2,0,-4,0,-2,2xm80,-33v0,-4,-6,-1,-7,0v0,0,0,2,1,2v-1,-3,4,-2,6,-2xm149,11v4,-2,6,-7,1,-6v0,2,-3,5,-1,6xm165,11v0,-6,-5,-6,-7,-2v5,4,-2,7,-3,10v8,-1,6,-7,10,-8xm144,10v-5,-1,-7,5,-1,5xm150,21v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm150,24v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm148,30v-1,-3,2,-4,2,-2xm44,-103v-7,0,-17,2,-19,-3r0,3v-8,-1,-20,2,-25,-2v1,-14,-3,-34,2,-44r32,0v-1,1,-2,2,1,2v2,-1,3,-2,9,-2r0,46","w":175},"|":{"d":"0,-262v13,-4,43,-4,57,0v0,12,2,34,-9,17v0,4,5,12,0,14v3,-1,6,-6,9,-4r0,125v-13,-8,-10,12,-21,5v-1,1,-3,3,-1,4v6,-3,10,10,14,4v-4,0,-1,-5,-2,-8v11,0,12,24,4,34v5,1,5,-2,6,-4v-2,15,5,40,-4,48v7,1,5,21,3,29v0,-7,-6,-7,-8,-7v2,0,13,11,2,12v-2,-1,-4,-6,-5,-4v3,2,3,7,4,9v6,0,4,-4,8,-4v2,14,-8,9,-18,10v-5,-6,-14,4,-19,-5v2,7,-6,5,-11,5v1,-4,-2,-3,-5,-3v1,2,1,4,-2,3v-2,-12,-1,-29,0,-39r9,2v-6,0,-5,-7,-9,-9v0,2,1,6,-2,5v2,-12,-6,-46,8,-37r12,-1v1,-5,-16,-2,-11,-10v-2,0,-4,-4,-4,-11v-6,3,-5,-4,-5,-9r3,0v-8,-48,-1,-116,-3,-171xm20,-259v0,0,-5,0,-3,1xm30,-249v0,-5,-4,-2,-1,0r1,0xm45,-227v0,-4,-6,-2,-2,0r2,0xm7,-224v0,-2,-4,-4,-3,-1v1,1,2,3,3,1xm9,-118v-3,-1,-2,3,-2,5v3,1,2,-3,2,-5xm2,-109v2,2,3,5,7,4v0,-2,-2,-3,-7,-4xm13,-90v-1,-7,-5,-4,-9,-1v3,-1,7,7,9,1xm1,-77v5,0,3,7,1,10v-4,0,-1,-6,-2,-9xm9,-56v0,6,-10,2,-2,10v0,-5,3,-5,7,-5v-1,-3,-3,-4,-5,-5xm27,-11v-1,1,-8,4,-3,4v-1,-3,4,-1,3,-4xm35,-1v3,-4,-2,-12,-3,-9v7,4,-7,11,3,9xm18,-7v-2,-1,-5,1,-2,2xm21,3v0,2,2,2,4,2v1,-3,-2,-2,-4,-2xm16,7v-3,1,-5,2,-2,5v3,0,3,-2,2,-5xm43,9v-2,0,-4,0,-3,2v2,0,4,0,3,-2","w":70},"}":{"d":"20,-295v0,-4,3,-4,7,-4xm56,-37r0,-179v-2,-25,-25,-27,-38,-32v-1,2,-6,4,-8,1v1,-1,2,-2,-1,-2v-1,3,-7,5,-9,1v1,-14,-3,-34,2,-45v70,-6,112,22,112,80r0,178v0,21,-5,40,-18,51v4,10,-13,3,-8,12v-12,14,-54,25,-88,18v1,-15,-3,-35,2,-46v32,5,54,-7,54,-37xm92,-275v1,-4,10,-3,6,1v-3,-2,-1,-3,-6,-1xm17,-252v-3,0,-1,1,-1,1xm13,-243v1,-1,2,-3,2,0r-2,0xm65,-236v-5,-1,-4,2,-3,5v3,0,0,-4,3,-5xm82,-228v-2,-2,-3,0,-1,1xm91,-35v-2,0,-5,-1,-4,2v4,-2,6,4,6,0xm15,5v-1,-1,3,6,3,6v2,-2,0,-3,-3,-6xm2,10v0,3,7,12,10,7v-8,2,-3,-18,-10,-7xm26,10v-5,-1,-5,2,-2,5v4,0,4,-2,2,-5xm18,21v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm16,24r0,1r0,-1xm16,27v5,0,3,4,0,1r0,-1xm123,-149v6,-2,8,4,11,1r-1,-1v11,1,25,-1,34,1v-1,14,3,34,-2,45r-23,0r0,-3v-2,4,-12,3,-19,3r0,-46","w":175}}});Cufon.registerFont({"w":190,"face":{"font-family":"City burn","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"270","descent":"-90","x-height":"22","cap-height":"9","bbox":"-147.204 -354 367 132","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007A"},"glyphs":{" ":{"w":104},"\u00a0":{"w":104},"E":{"d":"168,-229v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm50,-220v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm145,-190v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm82,-188r-1,0r1,0xm106,-188v0,3,-2,2,-2,0r2,0xm125,-188r-1,0r1,0xm86,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm102,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm78,-180v-1,-1,-1,-5,0,-2r0,2xm104,-182v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm118,-182v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm138,-182v0,0,-2,0,-2,-1v0,0,2,0,2,1xm92,-182v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm103,-179v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm92,-179v-1,-2,1,-3,2,-1xm131,-176v6,0,1,9,8,8v0,0,0,-2,1,-2v7,9,12,6,16,14v0,0,0,-2,1,-2v-1,3,3,1,3,3v-3,0,-3,2,-2,4v3,1,1,-4,5,-4v1,3,-1,2,-2,4v2,8,15,10,14,15v0,0,-2,0,-2,1v0,0,2,0,2,1v-2,0,-2,0,-2,2v3,-1,3,1,4,3v-3,1,-6,-3,-4,1v2,0,2,1,3,3v-1,0,-3,-1,-3,1v7,2,-1,6,7,9v-4,-1,-4,2,-4,6v4,1,0,-5,4,-4v2,6,-3,3,-2,8v2,0,5,-1,5,1v-4,-1,-1,3,-5,3v0,0,0,-2,-1,-2v1,5,3,7,0,12v1,0,4,-1,4,1v-3,-1,-3,1,-3,4v0,0,2,0,2,1v-1,9,-19,12,-36,10v0,3,0,3,-3,2v0,0,0,-2,-1,-2v0,2,0,2,-2,2v0,-2,0,-2,-2,-2v1,2,-1,2,-3,2v0,-2,0,-2,-2,-2v0,0,0,2,-1,2v0,-2,0,-2,-2,-2v0,0,0,2,-1,2v1,-3,-4,-2,-6,-2v1,4,-5,1,-7,2v1,-2,-1,-2,-3,-2v0,2,0,2,-2,2v1,-2,-1,-2,-3,-2v0,2,0,2,-2,2v0,-2,0,-2,-2,-2v0,4,0,2,-4,2v-4,-5,-21,0,-26,-11v0,2,0,2,-2,2v4,-5,-2,-5,-4,-9v1,0,5,0,2,-1v-2,1,-7,-1,-8,1v8,0,2,6,3,13v-10,2,-1,8,-4,11v0,0,0,-2,-1,-2v-1,6,8,3,4,9v0,-1,-1,-1,-2,-1v8,0,8,8,15,7v1,4,1,4,-4,3v4,3,7,-1,10,1v-2,0,-1,3,-1,4v2,1,6,0,7,2v-5,0,0,2,-1,5v2,0,1,-9,5,-4v-2,-1,-2,1,-2,3v4,0,7,-4,17,-2v0,2,0,4,2,2v-1,-2,1,-2,3,-2v0,1,-1,3,1,3v-1,-5,2,-2,4,-4v0,0,-2,0,-2,-1v4,-2,4,2,7,2v3,-9,13,-2,15,-12v6,-4,15,-5,19,-3v-1,3,1,4,4,4v-1,-1,-2,0,-2,-2v7,2,7,8,16,9v4,4,6,13,-2,15v0,5,-7,6,-4,10v-3,0,-7,0,-4,3v-10,4,-16,13,-29,14v-33,12,-66,6,-87,-4v1,-5,-5,-2,-8,-5v0,0,2,0,2,-1v-7,-2,-9,-13,-17,-15v-11,-17,-18,-49,-14,-74v-5,0,-1,0,-1,-4v1,0,1,-1,1,-2v-1,0,-1,-1,-1,-2v4,-7,3,-22,11,-21v1,-19,17,-21,19,-30v9,-9,24,-7,25,-15v-1,6,3,-2,6,3v-1,-7,10,0,15,-5v11,3,19,-4,27,3v-1,-3,2,-2,4,-2v0,1,1,3,1,1v5,-1,14,4,14,1xm126,-175v-2,1,-1,4,2,3xm131,-172v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm140,-166v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm78,-109v-1,-3,2,-4,4,-2v-1,2,1,2,3,2v0,0,0,-2,1,-2v0,0,0,2,1,2v0,-3,3,-2,6,-2v-1,2,1,2,3,2v-1,-3,2,-2,4,-2v0,0,0,2,1,2v0,-2,0,-2,2,-2v-1,2,1,2,3,2v-1,-3,2,-3,5,-4v-2,7,7,2,12,5v2,-7,13,5,11,-7v-8,-4,-5,-17,-16,-17v-22,-18,-68,-2,-59,28v5,1,11,-10,19,-5xm57,-107v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm59,-98v3,1,4,0,3,-3v-3,-1,-3,-1,-3,3xm66,-97v-3,-1,-3,1,-3,4v2,0,4,-1,3,-4xm55,-76v0,0,2,0,2,-1v0,0,-2,0,-2,1xm64,-58v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm65,-54v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm79,-45v-3,-2,-4,0,-1,1xm78,-43v0,3,2,2,2,0r-2,0xm97,-40v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm134,-179v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm76,-178v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm118,-178v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm135,-177v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm62,-174v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm136,-176v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm149,-174v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm165,-174v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm136,-173v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm136,-171v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm49,-170v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm138,-170v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm141,-170v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm44,-168v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm47,-170v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm145,-168v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm154,-168v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm42,-166v0,2,-3,1,-1,0r1,0xm150,-165v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm168,-165v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm156,-163v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm36,-161v0,2,-1,2,-2,1xm28,-160v0,1,-1,3,-1,1xm31,-159v1,0,1,1,1,2v-2,0,-2,0,-1,-2xm156,-160v0,1,-1,3,-1,1xm167,-157v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm170,-155v1,3,-2,2,-4,2v-1,-3,2,-2,4,-2xm4,-150v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm168,-145v-3,-1,-4,-6,2,-5v0,2,-5,0,-2,5xm19,-147v1,0,3,1,1,1xm181,-144v0,2,-3,1,-1,0r1,0xm21,-143v1,2,-1,3,-2,1xm183,-140v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm17,-139v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm20,-138v0,4,-4,5,-2,0r2,0xm187,-135v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm178,-131v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm182,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm94,-128v-1,0,-3,-1,-1,-1xm178,-120v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm10,-117v0,0,0,2,-1,2v0,0,0,-2,1,-2xm89,-113v0,0,-2,0,-2,-1v0,0,2,0,2,1xm181,-113v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm97,-113v0,1,-1,1,-4,2v-1,-3,2,-2,4,-2xm181,-113v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm87,-111v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-109v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm63,-108v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm63,-105v-5,1,-2,-6,-1,-2v1,0,1,1,1,2xm4,-99v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm180,-96v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm66,-84v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm87,-73v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm82,-72v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm127,-73v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm129,-73v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm66,-72v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm121,-72v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm131,-70v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm65,-69v0,3,-3,4,-2,0r2,0xm134,-69v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm81,-65v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm90,-64v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm64,-63v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm76,-63v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm134,-63v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm64,-61v0,0,0,-2,1,-2v0,0,0,2,-1,2xm80,-61v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm152,-59v0,-1,4,-3,3,0r-3,0xm141,-58v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-58r-1,0r1,0xm116,-58v0,3,-2,2,-2,0r2,0xm89,-57v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm95,-57v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm121,-55v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm134,-55v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm81,-54v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm95,-54v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm131,-55v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm162,-54v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm165,-54v0,0,-2,0,-2,-1v0,0,2,0,2,1xm121,-53v0,0,-2,0,-2,-1v0,0,2,0,2,1xm135,-53v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm102,-51v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm117,-51v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm127,-53v2,0,1,3,1,4v-2,0,-1,-3,-1,-4xm129,-53v2,-1,2,1,2,3v-1,0,-2,-1,-2,-3xm95,-50v0,0,-2,0,-2,-1v0,0,2,0,2,1xm121,-51v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm124,-50v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm171,-50v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm82,-49v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm86,-49v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm121,-50v0,0,3,2,1,2xm95,-46v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm125,-49v0,0,2,0,2,1v0,0,-2,0,-2,-1xm175,-48v0,0,-2,0,-2,-1v0,0,2,0,2,1xm90,-48v0,0,0,2,-1,2v0,0,0,-2,1,-2xm92,-46v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm100,-45v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm107,-48v0,2,-1,2,-2,1xm117,-46v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm178,-46v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm90,-45v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm104,-45v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm114,-45v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm112,-45v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm102,-43v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm176,-31v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm171,-27v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm153,-7v0,2,-4,0,-1,0r1,0xm134,-1v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm139,27v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm181,32v0,2,-3,1,-1,0r1,0","w":189},"F":{"d":"74,-263v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm98,-261v-1,0,-3,-1,-1,-1xm55,-256v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm62,-256v0,0,-2,0,-2,-1v0,0,2,0,2,1xm67,-256v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm70,-256v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm93,-251v0,0,-2,0,-2,-1v0,0,2,0,2,1xm31,-251v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm74,-248v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm69,-248v9,-2,10,0,17,0v1,3,13,7,7,12v2,0,2,0,1,2v-1,0,-1,1,-1,2v1,0,1,0,1,1v-1,0,-1,0,-1,1v1,0,1,0,1,1v-6,7,4,19,-10,22v-3,5,-26,2,-24,13v-7,3,-4,16,-12,12v0,9,-11,2,-11,12v-12,0,-9,17,-18,14v-5,17,-17,13,-30,13v0,-13,-5,-32,12,-31v0,2,0,2,2,2v15,-2,9,-26,11,-36v-1,0,-4,1,-4,-1v10,-5,2,-22,14,-23v0,0,0,-2,1,-2v0,0,0,2,1,2v-3,-9,8,-3,7,-10v6,0,6,-5,12,-3v0,2,0,2,2,2v5,-7,18,-5,25,-5r-3,0xm60,-245v0,0,2,0,2,-1v0,0,-2,0,-2,1xm66,-245v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm68,-245v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm73,-246v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm35,-171v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm79,-249v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm46,-245v-3,-2,-3,-4,0,-4r0,4xm57,-248v0,0,-2,0,-2,-1v0,0,2,0,2,1xm81,-248v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm93,-247v0,0,-2,0,-2,-1v0,0,2,0,2,1xm93,-245v0,0,-2,0,-2,-1v0,0,2,0,2,1xm95,-245v1,1,-2,6,0,3r0,-3xm100,-243v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm22,-237v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm27,-239v0,0,0,2,-1,2v0,0,0,-2,1,-2xm20,-235v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm96,-232v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm19,-231v-2,1,-3,-1,-1,-2xm16,-228v0,0,0,2,-1,2v0,0,0,-2,1,-2xm99,-224v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm14,-222v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm96,-211v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm60,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm62,-190v0,-2,0,-4,2,-3v0,2,0,4,-2,3xm57,-189v3,1,-2,2,-2,2v-1,-2,2,0,2,-2xm62,-188v1,2,-1,2,-3,2v0,-1,1,-2,3,-2xm64,-187v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,-182v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm79,-182v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm60,-181v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm93,-171v-1,0,-3,-1,-3,1v4,-1,3,3,4,7v-4,0,-2,0,-1,3v1,0,1,0,1,1v-5,3,3,7,0,10v-10,8,-39,4,-35,14v5,0,1,0,1,4v-5,0,0,3,-3,9v2,0,1,2,1,3v-1,0,-1,0,-1,1v4,11,-2,21,2,25v0,0,0,-2,1,-2v0,3,-4,8,0,8v-1,-2,1,-2,3,-2v-1,3,-10,10,-1,8v-3,2,-5,8,-4,11v0,-1,0,-1,1,-1v-1,8,-1,20,-1,24v0,-1,0,-1,-1,-1v9,38,-12,49,-41,44v-1,-3,1,-9,-2,-10v0,3,0,3,-3,2v3,-5,4,-8,3,-14v-5,0,0,-1,-1,-5v0,0,2,0,2,-1v-1,0,-3,-1,-1,-1v-1,-32,5,-72,0,-101v13,-11,18,-20,18,-26v7,0,11,-3,11,-10v3,-2,4,0,5,2v3,-5,7,-7,15,-8v0,-6,2,-1,7,-4v2,7,15,-4,23,9xm14,-27v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm96,-178v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm53,-178v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm57,-178v1,0,1,1,1,2v-3,0,-3,0,-1,-2xm46,-173v0,-1,1,-3,1,-1xm93,-174v0,0,-2,0,-2,-1v0,0,2,0,2,1xm43,-172v-1,3,-2,-2,-2,-2v2,-1,0,2,2,2xm36,-167v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm99,-167v0,0,-2,0,-2,-1v0,0,2,0,2,1xm40,-165v1,2,-1,3,-2,1xm32,-162v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm28,-161v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm20,-150v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm20,-141v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm62,-138v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm60,-138v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-138v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm63,-129v-1,0,-4,2,-3,-1v2,0,3,-2,3,1xm14,-129v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm59,-127v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm64,-124v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm59,-122v-1,0,-1,0,-1,-1v2,-1,1,1,1,1xm64,-122v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm70,-122v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm64,-118v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm63,-116v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-112v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm62,-108v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm80,-102v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm64,-101r-1,0r1,0xm14,-97v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm62,-97v0,0,-2,0,-2,-1v0,0,2,0,2,1xm70,-91v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm64,-85v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,-82v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm77,-76v0,2,-4,0,-1,0r1,0xm63,-70v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm63,-68v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm60,-63v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm58,-60v0,0,0,-2,1,-2v0,0,0,2,-1,2xm60,-62v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm63,-55v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm64,-50v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm62,-44v0,0,-2,0,-2,-1v0,0,2,0,2,1xm63,-42v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm13,-41v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm59,-38v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm12,-38v-1,1,-5,1,-2,0r2,0xm60,-36r-1,0r1,0xm63,-32v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm63,-30v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm96,-18v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm67,-15v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm60,-12v0,1,-1,1,-2,1v0,-1,1,-1,2,-1","w":95},"G":{"d":"-10,-233v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm-10,-230v0,0,0,-2,1,-2v0,0,0,2,-1,2xm87,-179v-5,0,-4,-1,-2,-4v3,-1,2,2,2,4xm92,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm56,-179v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-177v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm113,-177v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm44,-176v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm59,-177v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm103,-171v2,6,6,7,9,2v-1,0,-1,0,-1,-1r12,-3v-1,3,1,4,3,2v0,-1,-1,-3,1,-3v-2,5,6,4,8,4v-1,-1,-4,0,-3,-3v4,-1,3,4,8,3v0,-5,0,-1,4,-1v0,2,0,2,2,2v0,-2,-1,-5,1,-5v0,4,4,4,1,6v4,0,6,0,8,3v-2,1,-5,-3,-3,0v-1,6,1,7,3,11v-5,0,0,0,-3,4v0,0,4,-1,3,3v-4,0,-2,1,-2,5v3,0,3,3,2,5v-2,1,-7,0,-4,1v0,1,1,1,2,1v0,-2,2,-1,3,-1v2,8,-7,1,-3,7v3,1,2,-2,5,-2v1,6,-8,2,-5,8v2,-1,2,1,2,3v-5,-1,-4,3,-2,5v2,0,5,1,3,4v-4,-1,-3,2,-3,5v8,-1,3,6,3,10v1,-3,-3,-1,-3,-3v3,0,3,-2,3,-6v-5,2,-2,3,-4,9v1,0,4,-1,4,1v-2,0,-4,0,-3,2v4,0,4,2,5,7v-2,1,-4,-5,-5,0v0,0,2,0,2,1v-2,0,-2,0,-2,2v5,-1,2,0,2,5v-3,-1,-2,2,-2,4v0,0,2,0,2,1v-3,-2,-3,7,-2,2v2,-1,2,1,2,3v-6,-1,-3,5,-3,9v1,0,1,1,1,2v-1,0,-1,1,-1,2v2,0,1,2,1,3v-1,0,-1,0,-1,1v2,0,2,0,1,2v-1,0,-1,1,-1,2v0,0,5,5,1,5v0,0,0,-2,-1,-2v-2,21,1,46,-3,65v0,-2,0,-2,-2,-2v-4,6,6,11,-3,10v2,7,-6,0,-1,6v-10,4,-10,15,-17,14v-10,6,-13,6,-29,8v0,0,0,2,-1,2v0,-1,1,-3,-1,-3v-14,11,-46,-3,-55,5v-4,-9,-25,-5,-29,-17v-7,-1,-2,-6,-9,-8v1,0,3,1,3,-1v-6,-1,-11,-12,-12,-20v-1,0,-3,1,-3,-1v13,-11,27,-9,38,-8v-1,-3,1,-4,3,-2v3,9,13,6,11,13v9,5,16,8,27,11v0,-1,-1,-3,1,-3v0,4,1,3,4,2v0,0,0,-2,1,-2v0,4,1,2,5,2v1,-5,20,0,19,-12v4,-2,8,-7,5,-11v2,0,4,0,3,-3v-1,0,-4,1,-4,-1v7,1,3,-9,3,-13v0,0,-2,0,-2,-1v3,0,2,-3,2,-6v-3,1,-1,-6,-5,-1v1,-2,-1,-2,-3,-2v-1,3,3,1,3,3v-9,9,-19,9,-29,11v0,1,1,4,-1,4v0,-1,1,-3,-1,-3v0,1,1,3,-1,3v-7,-6,-22,5,-33,-3v1,2,3,8,0,5v-5,-7,-11,-12,-19,-11v-1,-4,-1,-8,-7,-7v2,-5,-11,-6,-6,-10v-9,2,-1,-10,-8,-8v-2,-10,-8,-13,-7,-22v0,0,-2,0,-2,-1v0,0,2,0,2,-1v-1,0,-3,1,-3,-1v2,0,4,0,3,-2v-8,-9,-4,-31,-3,-37v0,0,0,2,1,2v-3,-2,1,-7,-2,-4v-2,0,-1,-2,-1,-3v2,1,2,-1,2,-3v0,0,-2,0,-2,-1v2,0,5,2,5,0v-3,1,-2,-2,-2,-4v2,0,2,0,2,-2v-2,1,-2,-1,-2,-3v6,0,7,-4,4,-9v4,-1,4,4,5,-1v0,0,-2,0,-2,-1v7,-1,5,-12,13,-13v-1,-4,3,-1,3,-5v-2,1,-2,-1,-2,-3v10,-5,14,-14,20,-13v8,-10,25,-4,32,-11v0,4,2,0,6,2v0,-1,0,-1,1,-1v-1,2,1,2,3,2v0,-1,0,-1,1,-1v0,1,0,1,1,1v0,-2,2,-1,3,-1v0,1,0,1,1,1v21,4,18,6,26,3xm102,-168v-5,-2,-4,7,-2,2v2,0,2,0,2,-2xm103,-165v1,2,-3,0,-3,2v2,0,7,-2,3,-2xm151,-163v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm152,-139v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm31,-79v4,10,9,30,17,24v4,12,15,10,22,10v0,6,4,1,7,1v0,-1,0,-1,1,-1v0,2,3,1,4,1v0,-9,5,-4,10,-2v-1,-8,9,0,5,-3v0,-2,-3,-1,-3,-3v1,0,3,1,3,-1v-10,-1,-1,-9,-1,-4v2,0,1,-3,1,-4v-2,0,-2,0,-1,-1v6,-3,2,-6,2,-10v8,3,2,-9,6,-10v0,0,0,2,1,2v-2,-8,4,-24,-6,-25v-1,-6,4,2,4,-3v-8,-3,-6,-19,-20,-19v-7,-7,-36,-3,-39,6v-16,6,-11,29,-15,39v3,-1,5,2,2,3xm153,-80r2,0v-2,0,-1,-2,-2,0xm152,-76v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm100,-64v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm45,-50v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm48,-47v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm97,-45v-1,0,-4,1,-1,1v0,-1,0,-1,1,-1xm93,-42v0,0,0,-2,-1,-2v0,0,0,2,1,2xm95,-39v1,0,3,-1,1,-1xm103,-29v-1,1,-4,0,-3,3v2,0,4,0,3,-3xm98,-25v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm102,-24v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm102,56v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm107,56v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm39,-175v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm90,-176v0,2,-4,0,-1,0r1,0xm93,-175v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm105,-174v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm126,-175v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm142,-174v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm159,-174v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm82,-173v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm112,-174v0,2,-1,1,-2,1xm105,-170v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm162,-170v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm28,-169v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm31,-170v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm158,-168v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm165,-163v0,0,-2,0,-2,-1v0,0,2,0,2,1xm154,-158v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm161,-157v0,0,-2,0,-2,-1v0,0,2,0,2,1xm158,-156v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm166,-154v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm156,-152v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm167,-149v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm159,-148v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm170,-149v0,2,-4,0,-1,0r1,0xm158,-148v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm157,-145v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm159,-143v0,0,-2,0,-2,-1v1,0,3,1,2,1xm168,-142v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm159,-141v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm165,-141v0,0,-2,0,-2,-1v0,0,2,0,2,1xm166,-133v-1,-3,-4,2,-4,-3v4,0,4,-2,4,3xm170,-136v-1,0,-3,-1,-1,-1xm162,-129v-1,0,-5,-5,0,-4r0,4xm156,-130v0,0,-2,0,-2,-1v0,0,2,0,2,1xm170,-130v-1,0,-3,-1,-1,-1xm167,-127v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm163,-123v-3,0,-6,1,-5,-3v3,0,6,-1,5,3xm80,-122v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm91,-123v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm170,-120v-1,0,-3,-1,-1,-1xm158,-116v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm163,-116v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm94,-112v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm162,-112v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm158,-108v-2,0,-1,-2,-1,-3v2,1,2,1,1,3xm163,-109v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm162,-106v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm163,-103v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm102,-99v0,0,-2,0,-2,-1v0,0,2,0,2,1xm159,-99v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm98,-98v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm102,-96v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm161,-96v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm102,-95v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm167,-94v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm161,-94v-1,1,-4,5,-3,0r3,0xm34,-91v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm159,-90v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm98,-89v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm162,-89v2,0,1,3,1,4v-2,2,-2,0,-2,-1v2,0,1,-2,1,-3xm33,-85v-2,0,-1,-3,0,-1r0,1xm98,-85v-2,0,-1,-3,0,-1r0,1xm35,-80v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm98,-79v-2,0,-1,-3,0,-1r0,1xm162,-79v-2,0,-1,-3,0,-1r0,1xm33,-78v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm93,-78v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm99,-77v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm168,-77v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm53,-74v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm88,-76v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm38,-66v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm94,-66v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm93,-64v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm153,-63v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm39,-61v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm50,-61v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm154,-62v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm159,-61v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm43,-59v0,2,-2,1,-3,1v0,-4,0,-2,3,-1xm48,-56v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm72,-57v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm85,-56v0,0,-2,0,-2,-1v0,0,2,0,2,1xm171,-56v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm-12,-55v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm90,-53v0,2,-4,0,-1,0r1,0xm93,-53v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm168,-50v-1,0,-1,-1,-1,-2v2,0,2,0,1,2xm61,-50v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm90,-48v0,-1,-2,-4,1,-3xm56,-47v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm170,-48v-1,2,-3,1,-2,-1xm154,-40v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm154,-39v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm168,-40v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm-5,-35v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm159,-35v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm156,-26v-3,1,-2,-2,-2,-4v3,1,3,1,2,4xm158,-29v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm103,-20v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm159,-22v0,1,-1,3,-1,1xm16,-20v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm157,-19v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-17v0,0,-2,0,-2,-1v0,0,2,0,2,1xm153,-15v-1,-4,2,-3,4,-2v0,2,-2,4,-4,2xm163,-13v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm154,-12v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm159,-12v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm162,-9v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm31,-6v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm26,-5v-2,1,-3,-1,-1,-2xm64,-5v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm46,-5v0,0,2,0,2,1v0,0,-2,0,-2,-1xm34,-3v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm76,-3v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm154,-2v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm23,-2v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm161,-2v0,0,-2,0,-2,-1v0,0,2,0,2,1xm35,-2v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm157,2v-3,1,-3,-1,-3,-4v3,-1,3,1,3,4xm18,3v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm24,4v-3,-1,2,-2,2,-2v1,2,-2,0,-2,2xm38,4v0,2,-1,2,-2,1xm163,9v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm153,10v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm156,12v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm49,19v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm157,19v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm94,21v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm152,21v0,0,3,2,1,2xm-4,25v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm152,29v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm152,30r-1,0r1,0xm159,33v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm0,33v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm144,36v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm156,36v0,0,-2,0,-2,-1v0,0,2,0,2,1xm136,42v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm135,49v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm19,52v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm132,52v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm118,56v0,2,-3,1,-1,0r1,0xm125,57v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm49,59v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm119,60v-2,0,-1,-3,0,-1r0,1xm93,61v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm68,62v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm65,63v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm46,65v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm53,63v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm59,63v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm41,67v-1,0,-1,0,-1,-1v1,0,1,0,1,1","w":159},"H":{"d":"28,-249v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm23,-248v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm53,-190v0,4,-4,10,1,4v2,0,1,2,1,3v-3,0,-1,0,-1,3v4,-2,4,-2,5,-6v0,0,0,2,1,2v0,0,0,-2,1,-2v1,2,-2,6,0,6v0,-1,1,-1,2,-1v0,3,0,3,2,1v10,-1,18,-4,28,-6v0,0,-1,4,3,3v0,-2,0,-4,2,-3v-1,5,2,1,7,2v0,-2,0,-2,2,-2v0,2,0,2,2,2v-1,-3,2,-2,4,-2v-1,3,2,2,4,2v0,-2,0,-4,2,-2r-1,3v12,1,12,4,16,1v0,7,16,3,13,15v3,1,0,-4,5,-3v-4,10,5,6,9,10v-4,-1,-3,4,-3,6v0,-2,2,-1,3,-1v-6,4,5,4,-2,6v5,1,1,10,8,8v-3,19,0,28,-2,44v3,-1,6,0,3,2v-5,7,5,9,2,11v-7,0,-1,3,-4,9v4,-2,9,5,2,4v0,-1,1,-3,-1,-3v2,8,-5,25,5,26v-3,5,-4,6,-2,11v-2,0,-4,0,-3,2v4,0,3,1,1,3v-1,0,-1,0,-1,1v2,0,1,2,1,3v-4,-1,0,2,-1,5v4,2,0,1,3,5v-3,1,-5,-3,-3,0v0,3,5,1,4,5v-3,1,-5,-3,-3,0v-9,16,-31,6,-45,8v1,-8,-8,3,-6,-11v-11,-5,4,-17,-4,-22v0,0,0,2,-1,2v-1,-4,4,-3,3,-9v-9,-5,5,-15,-4,-19v-2,-4,6,-7,2,-10v0,0,0,2,-1,2v-1,-7,5,-22,-3,-19v-1,-3,8,-1,3,-6v0,1,-1,2,-3,2v3,-5,3,-7,3,-11v-5,-2,-3,-5,-4,-10v3,-2,5,5,4,2v0,-5,-8,-2,-4,-7v-1,3,2,2,4,2v1,-4,-6,1,-3,-6v2,0,2,0,2,-2v-15,-3,0,-11,-13,-14v1,4,-3,3,-6,3v1,-3,0,-5,-4,-5v0,1,1,4,-1,4v0,-2,1,-5,-2,-4v1,7,-6,2,-9,2v2,0,1,-2,1,-3v-5,0,-5,4,-8,-4v0,0,3,-2,1,-2v0,1,0,1,-1,1v0,-1,-1,-1,-2,-1v-1,2,2,0,2,2v-4,-1,0,7,-5,2v1,-4,1,-2,-3,-2v-2,3,0,3,4,3v0,7,-2,15,4,17v-6,0,-6,3,-8,10v2,0,4,0,2,2v-4,-3,-11,6,-4,4v0,5,-3,10,-6,5v-2,8,5,1,5,5v-7,0,1,9,-7,11v3,-1,2,3,2,5v0,0,-2,0,-2,1v0,0,2,0,2,1v0,6,-3,16,-2,19v0,-2,3,-1,4,-1v-1,2,-7,5,-2,8v2,0,4,0,3,3v-3,0,-2,3,-3,6v0,0,2,0,2,1v-2,-1,-2,1,-2,3v2,0,1,2,1,3v0,25,6,39,-21,35v0,0,0,-2,-1,-2v-1,4,-4,2,-9,3v-4,-7,-14,5,-13,-10v0,0,-2,0,-2,-1v2,1,2,-1,2,-3v-8,-13,-1,-17,-3,-33v-3,0,-3,0,-1,-2v1,0,1,-1,1,-2v-1,0,-1,-1,-1,-2v1,0,1,0,1,-1v-2,-7,-3,-17,-2,-20v4,1,0,-2,1,-5v0,-2,-5,-8,-4,-11v3,3,3,1,5,0v-2,-7,-5,-7,0,-12v-5,0,-1,0,-1,-4v1,0,1,0,1,-1v-1,1,-2,2,-2,-1v0,0,3,-3,1,-4v0,1,0,1,-1,1v-1,-2,2,-7,0,-4v-2,0,-4,0,-3,-2v2,0,8,-3,5,-1v-6,-10,6,-20,-5,-21v0,0,0,2,-1,2v0,-5,7,-4,4,-9v0,-4,4,-13,-3,-11v7,-5,7,-16,3,-23v1,3,-4,2,-6,2v-1,-4,12,-1,8,-8v0,0,0,2,-1,2r0,-36v0,1,0,1,-1,1v-6,-25,30,-30,43,-18v1,-1,0,-3,2,-3v-2,6,5,1,3,5v-4,-2,-2,4,-4,7v2,0,1,2,1,3v-2,0,-1,2,-1,3v2,0,1,2,1,3v-1,0,-3,-3,-4,0v5,5,0,20,9,23v-6,2,-7,13,-5,15v1,-1,0,-4,3,-3xm49,-240v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm51,-200v1,-2,-1,-5,-1,-1xm51,-182v-2,-1,-3,2,-1,3xm70,-178v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm59,-176v-2,-3,-10,-1,-9,4v4,0,5,-7,9,-4xm141,-173v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm55,-173r2,0v-2,0,-1,-2,-2,0xm55,-170v0,2,1,2,2,1xm51,-166v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm56,-166v0,0,2,0,2,-1v0,0,-2,0,-2,1xm60,-163v0,-2,0,-2,-2,-2v1,3,-2,1,-2,3xm55,-158v0,-2,0,-2,-2,-2v0,2,0,2,2,2xm59,-158v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm157,-157v-2,-5,-1,-1,-2,0v0,1,0,1,1,1v0,-1,0,-1,1,-1xm62,-158v0,1,2,2,2,0v-1,-1,0,0,-2,0xm59,-155v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm65,-154v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm59,-149v3,-2,-3,-3,-3,-3v0,2,4,-1,3,3xm67,-151v2,1,3,-1,1,-2xm66,-150v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm59,-145v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm80,-143v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm96,-144v-3,-1,-2,2,-2,4v4,0,2,0,2,-4xm63,-135r-3,1xm6,-134v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm61,-131v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm108,-133v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm63,-128v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm60,-125v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm59,-123v-1,0,-4,1,-1,1v0,-1,0,-1,1,-1xm111,-122v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm56,-118v0,0,2,0,2,-1v0,0,-2,0,-2,1xm51,-97v-1,2,2,0,2,2v-2,0,-2,0,-2,2v3,0,3,-2,2,-4r-2,0xm6,-89v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm113,-75v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm127,-8v1,2,3,1,2,-1xm136,-6v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm139,-5v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm40,-248v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-246v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm58,-232v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm51,-226v0,-4,5,-5,3,-2v1,2,-1,2,-3,2xm51,-229v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm51,-221v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm96,-220v0,0,-2,0,-2,-1v0,0,2,0,2,1xm63,-210v0,0,-2,0,-2,-1v0,0,2,0,2,1xm6,-204v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm2,-202r-1,0r1,0xm5,-201v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm51,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-194v1,0,3,1,1,1xm55,-193v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm0,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm2,-190v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm62,-190v1,0,3,1,1,1xm126,-188v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm2,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-189v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm108,-186v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm81,-184v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm120,-184v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm130,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm2,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm65,-182v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm6,-178v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm144,-177v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm156,-177v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-4,-173v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm159,-173v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm151,-172v-2,0,-1,-3,0,-1r0,1xm-4,-167v4,0,3,3,0,1r0,-1xm1,-167v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm1,-165v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm155,-166v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm-4,-165v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm2,-160v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-3,-159v0,1,-1,3,-1,1xm1,-157v-2,0,-1,-3,0,-1r0,1xm-9,-156v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-156v0,0,-2,0,-2,-1v0,0,2,0,2,1xm167,-154v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm172,-152v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-4,-153v0,1,-1,3,-1,1xm2,-150v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-5,-148v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm0,-148v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm2,-148v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm163,-148v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm167,-148v2,0,1,3,1,4v-2,0,-1,-3,-1,-4xm172,-145v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm177,-145v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-6,-144v0,0,-2,0,-2,-1v0,0,2,0,2,1xm0,-144v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-145v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm166,-143v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm168,-144v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm71,-141v-1,3,-2,-2,-2,-2v2,-1,0,2,2,2xm2,-141v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm67,-140v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-4,-138v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-1,-139v0,0,-2,0,-2,-1v0,0,2,0,2,1xm5,-140v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm75,-139v0,0,-2,0,-2,-1v0,0,2,0,2,1xm91,-139v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm173,-139v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-3,-136v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm4,-135v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm100,-135v0,-2,0,-4,3,-3v-1,1,0,4,-3,3xm173,-135v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm-9,-134v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm76,-134v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm168,-133v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-3,-133v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-133v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm187,-133v0,0,-2,0,-2,-1v0,0,2,0,2,1xm180,-130v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm2,-131v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm171,-130v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-130v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm177,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm99,-128v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm168,-127v0,-2,2,-1,3,-1v0,1,2,4,-1,3v0,-2,0,-2,-2,-2xm-4,-125v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm94,-125v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm105,-125v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-1,-124v0,0,-2,0,-2,-1v0,0,2,0,2,1xm73,-124v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm108,-123v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm168,-124v3,1,4,2,0,1r0,-1xm105,-122v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-6,-119v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm-3,-121v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm102,-119v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm-3,-119v-1,3,2,1,2,3v-3,1,-6,-4,-2,-3xm66,-118v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-9,-116v-1,-2,1,-2,3,-2v2,2,-3,2,-3,2xm168,-117v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm183,-117v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm73,-116v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-11,-114v0,0,0,-2,1,-2v0,0,0,2,-1,2xm5,-114v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm61,-113v-2,0,-1,-2,-2,-3v2,-1,2,1,2,3xm66,-116v2,0,4,0,3,3v-1,-1,-4,0,-3,-3xm102,-116v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm75,-112v-3,-1,-4,-2,0,-1r0,1xm107,-112v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm64,-113v0,2,-3,1,-1,0r1,0xm102,-112v0,0,-2,0,-2,-1v0,0,2,0,2,1xm61,-111v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm70,-111v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm171,-111v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm76,-109v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm92,-109v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm168,-109v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-4,-108v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm103,-108v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-4,-106v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm0,-108v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm59,-108v0,0,3,2,1,2xm101,-107v-1,0,-3,-1,-1,-1xm168,-107v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm185,-107v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm182,-107v0,3,-2,2,-2,0r2,0xm-1,-106v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm174,-104v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm105,-103v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm109,-103v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-97v-3,1,-3,-1,-3,-4v2,0,4,1,3,4xm60,-101v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm64,-99v0,-1,1,-3,1,-1xm90,-99v0,-1,1,-3,1,-1xm94,-101r-1,0r1,0xm104,-101r-1,0r1,0xm109,-98v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm55,-98v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm60,-98v0,0,0,-2,1,-2v0,0,0,2,-1,2xm107,-97v0,0,-2,0,-2,-1v0,0,2,0,2,1xm171,-97v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm174,-98v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm177,-97v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm59,-93v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm57,-92v0,2,-4,0,-1,0r1,0xm67,-92v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm2,-90v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm60,-90v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm182,-90v0,0,-2,0,-2,-1v0,0,2,0,2,1xm55,-90v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm58,-87v-2,0,-4,0,-3,-2v2,0,4,0,3,2xm69,-87v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm2,-86v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-4,-85v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-86v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm-6,-85v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm54,-82v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm54,-81v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm61,-80v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm109,-77v-2,0,-1,-2,-1,-3v2,-1,4,-1,3,2v0,0,-2,0,-2,1xm168,-80v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm173,-78v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm-4,-79v0,1,-1,3,-1,1xm51,-77v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm57,-76v0,2,-4,0,-1,0r1,0xm111,-75v0,0,-2,0,-2,-1v0,0,2,0,2,1xm69,-71v0,0,-2,0,-2,-1v0,0,2,0,2,1xm102,-71v0,0,-2,0,-2,-1v0,0,2,0,2,1xm56,-69v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm58,-70v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm63,-71v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm59,-68v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm109,-69v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm58,-65v0,0,-2,0,-2,-1v0,0,2,0,2,1xm60,-65v0,0,-2,3,-2,1xm171,-63v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm0,-62v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm53,-60v0,0,0,-2,1,-2v0,0,0,2,-1,2xm111,-60v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm61,-59v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm81,-59v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-59v0,2,-3,1,-1,0r1,0xm56,-53v0,-2,4,-1,5,-2v0,1,-1,2,-5,2xm77,-54v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm109,-51v-2,0,-1,-3,-1,-4v2,0,1,3,1,4xm2,-53v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm105,-51v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm173,-51v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm176,-51v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm4,-47v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm81,-48v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm104,-48v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm178,-48v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm111,-48v1,3,-1,3,-4,3v1,-3,-2,-1,-2,-3r6,0xm176,-48v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm0,-44v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-44v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm59,-43v-4,0,-3,-3,0,-1r0,1xm61,-44v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm73,-44v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm65,-43v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-9,-42v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-40v0,-1,1,-3,1,-1xm114,-42v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm83,-39v1,0,3,1,1,1xm111,-38v0,0,-2,0,-2,-1v0,0,2,0,2,1xm174,-38v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm108,-38v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm59,-36v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm102,-36v0,0,-2,0,-2,-1v0,0,2,0,2,1xm108,-36v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm57,-34v-1,2,-3,1,-2,-1xm73,-33v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm113,-35v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm182,-33v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm1,-32v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm63,-32v0,0,-2,0,-2,-1v0,0,2,0,2,1xm107,-32v0,0,-2,0,-2,-1v0,0,2,0,2,1xm58,-30v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm81,-31v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm96,-31v0,0,-2,0,-2,-1v0,0,2,0,2,1xm111,-31v0,0,-2,0,-2,-1v0,0,2,0,2,1xm63,-28v-3,1,-4,-1,-2,-3v4,-1,0,2,2,3xm113,-31v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm172,-30v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm65,-27v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-27v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm177,-26v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm59,-24v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm172,-24v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm112,-23v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm64,-19v0,-1,1,-3,1,-1xm108,-18v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm112,-18v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm176,-18v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm114,-15v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm179,-7v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm114,-7v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm33,-6v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm170,-5v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm16,-6v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm31,-6v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm120,-5v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm42,-4v-1,0,-3,-1,-1,-1xm145,0v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm162,0v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm173,4v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm81,5v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,23v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm0,33v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm65,82v-1,0,-1,0,-1,-1v1,0,1,0,1,1","w":174},"I":{"d":"37,-186v6,1,14,5,17,5v-1,0,-1,0,-1,-1v5,-1,7,1,11,0v-2,0,-1,3,-1,4v1,-2,7,-4,4,0v6,6,-5,13,8,13v-1,3,2,2,2,5v-5,1,-3,-1,-4,-3v1,3,-3,1,-3,3v0,0,2,0,2,1v-5,0,-4,1,-2,4v2,0,2,0,2,2v-2,0,-4,0,-3,2v1,0,4,-1,4,1v-6,0,-3,4,-3,7v4,-1,1,5,2,8v-3,1,-1,-3,-3,-3v0,5,-3,1,0,7v-3,0,0,1,-2,3v2,-1,2,1,2,3v-2,0,-2,0,-2,2v5,3,4,8,1,9v0,-1,1,-3,-1,-3v2,9,-2,23,3,28v0,-2,0,-2,2,-2v1,4,-2,3,-3,5v1,0,4,-1,4,1v-3,1,-7,6,0,4v-6,2,-7,7,-4,11v0,-2,2,-1,3,-1v-9,14,4,10,0,18v-6,6,-4,11,-14,15v1,-4,-3,-4,-6,-3v0,2,-1,4,-4,3v0,-2,0,-4,-3,-3v0,2,3,3,1,6v4,-2,9,3,3,2v0,1,-1,1,-2,1v0,-1,-1,-1,-2,-1v12,5,23,8,29,9v-2,-1,-2,1,-2,3v1,0,1,0,1,1v-7,5,-3,21,-13,16v-1,9,-7,-2,-8,4v1,-3,-1,-3,-4,-3v-14,7,-25,-2,-30,-1v0,2,0,4,-2,3v6,-12,-5,-10,0,-17v8,-10,8,-27,6,-32v0,1,0,1,-1,1v-4,-10,-2,-11,-3,-19v-6,1,0,-4,-3,-8v1,-1,4,0,4,-3v-8,-18,-2,-21,-4,-28v2,0,4,0,3,-2v-5,1,-2,-5,-5,-7v0,0,0,2,-1,2v1,-4,-2,-3,-2,-7v3,-1,2,2,4,3v1,-5,-3,-7,-5,-10v2,0,6,2,6,0v-1,0,-1,0,-1,-1v7,-5,-2,-5,-2,-10v4,0,2,-3,6,0v1,-3,-3,-1,-2,-4v2,0,4,0,2,-2v-6,-9,-2,-20,-2,-27v2,0,5,1,4,-2v-3,0,-5,0,-4,-3v4,1,4,1,3,-3v9,3,16,-1,18,-6xm39,-182v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm43,-182v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm28,-177v0,0,2,0,2,-1v0,0,-2,0,-2,1xm18,-160v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm69,-160v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm68,-154v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm68,-141v2,0,1,-2,1,-3v-3,0,-1,0,-1,3xm15,-136v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm18,-135v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm67,-119v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm16,-112v0,0,2,0,2,-1v0,0,-2,0,-2,1xm18,-103v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm70,-57v-2,-1,-2,1,-2,3v1,0,2,-1,2,-3xm28,-47v3,-1,4,-2,0,-1r0,1xm25,-48v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm30,-45v0,3,4,4,2,0r-2,0xm40,-44v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm41,-41v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm42,-35v2,-2,-3,-3,-3,-3v0,2,3,0,3,3xm52,-30v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm68,-21v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm30,-182v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm15,-182v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm24,-181v0,0,-2,0,-2,-1v0,0,2,0,2,1xm80,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm73,-176v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-175v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,-172v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm14,-171v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm73,-171v0,2,0,4,-3,3v0,-2,1,-2,3,-3xm78,-170v2,3,-4,7,-3,3v0,0,2,0,2,-1v-2,0,-2,0,-2,-2r3,0xm83,-168v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm4,-165v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm14,-163v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm81,-160v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm79,-160v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm77,-159v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm81,-156v0,-2,0,-4,3,-3v-1,1,0,4,-3,3xm76,-156v1,0,3,1,1,1xm81,-155v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm79,-155v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm73,-149v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm4,-146v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm15,-146v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm70,-145v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm1,-144v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-143v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm77,-144v0,0,-2,0,-2,-1v0,0,2,0,2,1xm83,-144v0,0,-2,0,-2,-1v0,0,2,0,2,1xm4,-143v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-4,-141v1,0,3,1,1,1xm9,-140v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm80,-135v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,-131v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm15,-130v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm77,-130v3,1,-2,2,-2,2v-1,-2,2,0,2,-2xm8,-128v0,0,-2,0,-2,-1v0,0,2,0,2,1xm73,-127v0,0,4,1,1,0r-1,0xm84,-128v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-125v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm-2,-125r-2,0v2,0,1,-2,2,0xm72,-124v-2,1,-3,-1,-1,-2xm79,-124v-2,0,-1,-3,0,-1r0,1xm81,-116v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm12,-112v-6,0,-2,-3,0,-1r0,1xm4,-112v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm69,-112v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-112v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm14,-108v-1,1,-7,-2,-4,0r4,0xm72,-106v0,0,-2,0,-2,-1v0,0,2,0,2,1xm75,-103v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm84,-103v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-103v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm9,-101v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm73,-103v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm3,-101v0,0,-2,0,-2,-1v0,0,2,0,2,1xm10,-97v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-95v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm8,-92v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm12,-92v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm-2,-92v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm13,-90v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm75,-87v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm3,-85v0,0,-2,0,-2,-1v0,0,2,0,2,1xm73,-84v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm14,-84v0,0,0,2,-1,2v0,0,0,-2,1,-2xm15,-82v0,0,-2,3,-2,1xm78,-82v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm12,-80v0,3,-2,2,-2,0r2,0xm8,-76v0,0,-2,0,-2,-1v0,0,2,0,2,1xm11,-77v1,0,3,1,1,1xm83,-76v0,0,-2,0,-2,-1v0,0,2,0,2,1xm68,-75v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm74,-75v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-70v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm83,-69v0,0,-2,0,-2,-1v0,0,2,0,2,1xm13,-69v0,2,-3,1,-1,0r1,0xm75,-69v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm79,-69v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm6,-66v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm79,-66v0,0,0,-2,1,-2v0,0,0,2,-1,2xm8,-65v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm15,-65v-2,0,-1,-3,0,-1r0,1xm72,-63v0,0,-2,0,-2,-1v0,0,2,0,2,1xm75,-59v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-55v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm79,-51v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm12,-50v-2,1,-3,-1,-1,-2xm83,-50v-2,1,-3,-1,-1,-2xm16,-49v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-47v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm74,-48v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm80,-45v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm79,-42v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,-41v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm72,-41v0,0,-2,0,-2,-1v0,0,2,0,2,1xm69,-39v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm55,-39v1,0,3,1,1,1xm54,-38v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm66,-38v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm22,-36v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm50,-36v-1,0,-3,-1,-1,-1xm58,-36v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm21,-36v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm58,-35v0,2,0,2,-2,2v1,-3,-2,-1,-2,-3xm72,-33v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm60,-32v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,-33v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm3,-30v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm70,-27v-2,0,-1,-2,-1,-3v1,0,2,2,1,3xm73,-28v0,0,0,-2,1,-2v0,0,0,2,-1,2xm63,-27v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-21v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm74,-21v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm79,-21v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-18v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm78,-15v-4,2,-7,-4,-4,-1v2,-1,3,1,4,1xm9,-12v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm12,-10v0,0,-2,0,-2,-1v0,0,2,0,2,1xm15,-9v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-7v0,-1,1,-3,1,-1xm68,-5v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-3v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm14,0v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm49,0v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm27,1v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm45,1v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm48,0v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm40,3v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm53,1v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm20,5v0,-1,1,-1,4,-2v0,3,-2,3,-4,2xm-6,9v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm19,-256v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm33,-253v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm35,-253v0,0,0,-2,1,-2v0,0,0,2,-1,2xm48,-251v2,-1,5,-6,4,0r-4,0xm60,-253v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm30,-249v0,-2,0,-4,2,-3v0,2,0,4,-2,3xm35,-251v0,0,-2,0,-2,-1v0,0,2,0,2,1xm37,-252v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm21,-249v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm37,-249v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm24,-247v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm64,-246v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm74,-246v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm24,-245v0,0,-2,0,-2,-1v0,0,2,0,2,1xm67,-243v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm79,-243v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm15,-242v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm19,-243v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm77,-243v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm10,-240v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm72,-236v0,0,-2,0,-2,-1v0,0,2,0,2,1xm8,-235v0,0,-2,0,-2,-1v0,0,2,0,2,1xm70,-236v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm87,-235v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-233v-1,0,-3,-1,-1,-1xm70,-230v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm16,-229v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm80,-222v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm16,-221v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm75,-219v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm73,-214v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm85,-215v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm87,-214v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm18,-211v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm85,-210v-2,0,-1,-3,0,-1r0,1xm15,-207v-1,-3,3,-4,4,-2v-5,-1,1,3,-4,2xm15,-202v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm20,-202v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm46,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm28,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm48,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm52,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm79,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-13,-213r0,-2r0,2xm-10,-246r0,0r0,0xm-10,-200v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm-8,-206r-1,0r1,0xm-4,-260v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm-3,-197r0,0r0,0xm-3,-216r2,0r-2,0xm-1,-247v0,0,1,4,0,1r0,-1xm-1,-201r0,0r0,0xm0,-212v-1,0,-1,0,-1,-1xm-1,-252r1,0r-1,0xm-1,-216v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm1,-231r-1,0r1,0xm1,-217r0,0r0,0xm1,-231r0,0r0,0xm1,-233r0,0r0,0xm1,-238r0,0r0,0xm2,-241v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm2,-206r0,0r0,0xm2,-244r0,0r0,0xm2,-261r1,0r-1,0xm4,-224r0,1r0,-1xm4,-240v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm5,-194v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-235r2,0r-2,0xm5,-266v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm5,-230r0,0r0,0xm6,-206r0,0r0,0xm6,-219r0,0r0,0xm7,-199r-1,0r1,0xm7,-216r-1,0r1,0xm7,-246v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm7,-253r-1,0r1,0xm7,-245r0,0r0,0xm7,-251r0,0r0,0xm8,-197r0,0r0,0xm8,-234r0,0r0,0xm8,-222v1,0,1,0,1,1v0,-1,0,-1,-1,-1xm8,-241v0,0,2,1,0,1r0,-1xm9,-226r0,0r0,0xm9,-229r0,0r0,0xm10,-206r-1,0r1,0xm10,-193r1,-1v0,1,0,1,-1,1xm10,-225r0,0r0,0xm10,-228r0,0r0,0xm10,-213v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm11,-214v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm11,-220v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm11,-246v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm11,-222v0,-1,1,-3,1,-1v0,1,0,1,-1,1xm12,-216r-1,0r1,0xm11,-226r1,0r-1,0xm12,-238r0,0r0,0xm12,-242r0,0r0,0xm12,-243r0,0r0,0xm13,-196v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm14,-224v-1,0,-1,0,-1,1v-1,-15,12,-18,15,-29r32,5v9,13,18,22,9,33v0,0,2,0,2,1v-1,0,-3,1,-1,1v-1,0,-1,0,-1,1v0,-1,0,-1,-1,-1r-5,13v-5,-8,-15,6,-20,4v1,0,1,0,1,-1v-1,0,-1,0,-1,1v0,-1,-1,-1,-2,-1v1,3,-2,2,-4,2v-5,-9,-15,-5,-17,-14v-7,-5,-7,-10,-6,-16xm39,-196r-1,0r1,0xm40,-195r-1,0r1,0xm13,-235r-1,0r1,0xm15,-198v-1,0,-3,-1,-1,-1v1,0,1,0,1,1xm13,-228r0,-1r0,1xm13,-238r0,0r0,0xm13,-203r0,0r0,0xm13,-210r0,0r0,0xm14,-237r-1,0r1,0xm14,-251r-1,0r1,0xm14,-252r-1,0r1,0xm14,-227v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm13,-233r1,0r-1,0xm15,-201v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm14,-208r0,0r0,0xm14,-239v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm15,-245r0,0r0,0xm16,-244v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm16,-190v0,0,2,1,0,1r0,-1xm17,-194r-1,0r1,0xm17,-196r-1,0r1,0xm17,-200v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm17,-208r-1,0r1,0xm18,-202v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm18,-208v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm21,-249v0,2,-3,1,-4,1v0,-2,2,-2,4,-1xm18,-240v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm17,-245r1,0r-1,0xm18,-208r0,0r0,0xm18,-244r0,0r0,0xm19,-242r-1,0r1,0xm20,-203r-1,0r1,0xm19,-206r1,0r-1,0xm21,-198v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm21,-243r-1,0r1,0xm22,-188r-1,0r1,0xm22,-245r-1,0r1,0xm22,-202r0,0r0,0xm23,-199r-1,0r1,0xm23,-199r0,0r0,0xm23,-247v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm25,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm25,-200r0,0r0,0xm25,-189v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm26,-201r-1,0r1,0xm25,-250v0,-1,1,-1,2,-1v0,2,0,2,-2,1xm26,-252r0,0r0,0xm26,-263r0,0r0,0xm27,-195r0,0r0,0xm27,-197r0,0r0,0xm28,-188r0,0r0,0xm28,-196r0,0r0,0xm28,-199r0,0r0,0xm28,-252r0,0r0,0xm30,-194v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm30,-192v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm31,-262r-1,0r1,0xm31,-194v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm30,-254r0,0r0,0xm31,-197r-1,0r1,0xm31,-256v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm32,-191v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm32,-194v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm33,-196v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm32,-198r0,0r0,0xm32,-256v0,-2,0,-4,3,-3v-1,1,0,4,-3,3xm32,-252r0,0r0,0xm33,-189r-1,0r1,0xm33,-251r-1,0r1,0xm34,-189v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm34,-196v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm34,-252v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm34,-194r0,0r0,0xm34,-195v1,-1,2,-2,2,1xm36,-197r-1,0r1,0xm36,-252r-1,0r1,0xm36,-253r-1,0r1,0xm37,-259v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm38,-252r-1,0r1,0xm37,-261r0,0r0,0xm38,-194r0,0r0,0xm39,-261r-1,0r1,0xm39,-267v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm42,-252v-2,0,-4,0,-3,-3v1,1,4,0,3,3xm41,-192r-1,0r1,0xm40,-189r1,0r-1,0xm42,-193v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm43,-192r0,0r0,0xm44,-263v0,0,4,-1,1,0r-1,0xm45,-264r0,0r0,0xm45,-191v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm46,-190r0,0r0,0xm46,-193r0,0r0,0xm46,-257r0,0r0,0xm47,-189r-1,0r1,0xm47,-195r-1,0r1,0xm47,-191v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm48,-193v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm48,-196v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm48,-194v1,-1,5,-1,2,0r-2,0xm49,-196r0,0r0,0xm50,-253v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm51,-189r0,0r0,0xm52,-197r-1,0r1,0xm53,-250r0,0r0,0xm55,-198v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm54,-253v0,1,0,1,-1,1v1,0,1,0,1,-1xm54,-267v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm55,-196r0,0r0,0xm55,-249r0,0r0,0xm55,-198v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm56,-261v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm57,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm57,-251v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm58,-248r-1,0r1,0xm58,-252v1,2,-2,0,0,0r0,0xm58,-250r0,0r0,0xm59,-247r-1,0r1,0xm60,-254r0,0r0,0xm62,-201v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm62,-246r0,0r0,0xm63,-248r-1,0r1,0xm63,-245r0,0r0,0xm64,-253v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm65,-244r-1,0r1,0xm67,-247v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm67,-204v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm68,-251v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm68,-207r0,1r0,-1xm68,-247r0,0v0,0,1,0,0,0xm71,-237r-2,0r2,0xm69,-267r0,0r0,0xm70,-212r1,0r-1,0xm70,-235v1,0,1,0,1,1v0,-1,0,-1,-1,-1xm72,-249v-2,0,-1,-2,-2,-3v2,-1,2,1,2,3xm71,-208r0,0r0,0xm71,-243r0,0r0,0xm72,-204v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm72,-212v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm74,-229v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm72,-231r0,0r0,0xm75,-247v0,1,-3,3,-3,0r3,0xm73,-217r0,0r0,0xm74,-208v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm73,-228v0,0,3,2,1,2xm75,-219r-1,0r1,0xm74,-239v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm76,-210r0,0r0,0xm76,-220r0,0r0,0xm76,-240r0,0r0,0xm76,-245r0,0r0,0xm77,-201v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm78,-204v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm78,-235v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm78,-201r0,0r0,0xm80,-203v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm79,-242r-1,0r1,0xm79,-244r-1,0r1,0xm79,-243v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm79,-258v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm80,-221r0,0r0,0xm80,-229r0,0r0,0xm80,-260v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm82,-229v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm82,-233v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm82,-230r0,0r0,0xm83,-214r-1,0r1,0xm83,-205r0,0r0,0xm83,-224r0,0r0,0xm85,-202v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm85,-219r-1,0r1,0xm84,-227v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm85,-225r0,0r0,0xm85,-264r0,0r0,0xm86,-231v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm86,-225v1,0,3,1,1,1v0,-1,0,-1,-1,-1xm87,-238v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm88,-228v0,1,0,1,-1,1v0,-1,0,-1,1,-1","w":79},"J":{"d":"78,-251v0,0,0,2,-1,2v0,0,0,-2,1,-2xm87,-58v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm91,92v0,0,0,2,-1,2v0,0,0,-2,1,-2xm94,101v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm94,-180v0,0,0,2,-1,2v0,0,0,-2,1,-2xm96,-6v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm96,-112v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm98,42v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm55,-228r-1,0r1,0xm48,-225v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm63,-225v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm36,-225v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm41,-225v1,0,1,1,1,2v-2,0,-2,0,-1,-2xm28,-222v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm66,-222v-2,1,-5,-1,-1,-1xm70,-220v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm25,-220v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm68,-220v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm73,-220r-2,0v2,0,1,-2,2,0xm74,-218v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm76,-216v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm74,-214v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm75,-210v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-210v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm82,-207v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm85,-206v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm16,-204v0,0,-2,3,-2,1xm84,-204v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm14,-198v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm73,-196v0,2,-3,1,-1,0r1,0xm11,-191v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm13,-192v2,0,3,4,0,2r0,-2xm11,-190v0,0,2,0,2,1v0,0,-2,0,-2,-1xm17,-190v0,4,-3,3,-1,0r1,0xm13,-184v0,3,-2,2,-2,0r2,0xm82,-179v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm86,-179v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm22,-174v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm21,-171v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm33,-171v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm23,-170v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm38,-169v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm48,-168v-1,0,-1,-1,-1,-2v2,0,2,0,1,2xm55,-166v-2,0,-1,-2,-1,-3v4,0,2,0,1,3xm26,-166v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm40,-168v0,11,8,1,13,4v-1,3,1,5,4,4v1,-2,1,-4,3,-2r-1,3v12,-3,8,7,15,11v-2,1,-5,0,-4,3v5,-1,1,2,2,7v-2,0,-2,0,-2,2v2,-1,2,1,2,3v-4,1,-1,10,-13,8v-1,2,6,4,1,3v-3,3,-5,4,-8,6v7,1,14,6,20,5v-1,5,2,4,3,6v-5,-1,-7,4,-1,5v-2,-3,0,-5,4,-4v0,6,-4,-2,-3,6v3,-1,3,2,4,4v-3,-2,-11,2,-6,3v0,0,0,-2,1,-2v5,8,4,16,2,20v-1,0,-3,-1,-3,1v2,0,7,-2,8,0v-2,0,-4,2,-2,4v2,2,4,0,5,5v-5,-2,-8,0,-9,4v6,-1,-2,4,3,6v0,0,-2,0,-2,1v2,-1,4,-1,3,2v-9,-1,-5,10,-5,18v1,0,1,0,1,1v0,2,-5,1,-5,4v8,2,2,12,3,18v-7,-1,-3,7,-3,6v2,0,4,0,3,3v-2,0,-5,-1,-4,2v3,-1,6,2,3,4v-1,-4,-4,1,0,0v2,3,-1,1,-2,3v2,-1,2,1,2,3v-3,-1,-4,1,-2,3v2,0,5,-1,4,2v-3,-1,-5,1,-4,4v3,1,1,-2,3,-2v1,4,-3,1,-3,5v2,0,2,0,2,2v0,0,-2,0,-2,1v0,0,2,0,2,1v-2,0,-2,0,-2,2v3,-2,4,0,2,3v-6,4,5,17,-7,18v2,4,7,13,-1,9v-2,-1,-2,-1,-1,1v2,0,2,6,-1,5v-1,-2,-2,-1,-4,0v-1,6,-5,7,-8,10v3,-1,2,2,2,4v-3,-2,-3,-1,-8,1v0,-3,0,-3,-2,-1v0,0,0,2,-1,2v0,0,0,-2,-1,-2v2,9,-5,0,-9,5v1,-2,-1,-2,-3,-2v-1,3,3,1,2,4v-9,0,-19,-4,-26,0v-1,-4,4,-5,0,-6v1,2,-1,2,-3,2v-1,-2,2,0,2,-2v-10,-3,-5,-8,-5,-15v-8,-1,-2,-5,-2,-9v0,0,2,0,2,-1v-7,2,-3,-7,-2,-3v2,1,2,-1,2,-3v0,0,-2,0,-2,-1v3,1,4,-9,2,-8v0,2,-3,1,-4,1v11,-2,5,-6,14,-7v1,-3,-2,-1,-2,-3v7,-3,5,-5,8,-13v-5,-2,-2,10,-8,2v7,-6,8,-14,5,-19v9,-4,-2,-13,2,-18v-1,1,-1,2,-3,1v-2,-6,8,0,3,-6v-3,1,-1,-2,-3,-2v0,0,0,2,-1,2v1,-3,-3,-1,-3,-3v12,2,-1,-5,8,-9v1,-4,-3,-3,-3,-6v2,0,4,0,2,-2v0,0,-2,0,-2,-1v4,1,3,-3,2,-6v-2,0,-2,0,-2,-2v4,1,4,-10,2,-4v-2,1,-2,-1,-2,-3v9,-3,4,-12,5,-16v0,1,0,1,1,1v2,0,2,-6,0,-2v-2,0,-1,-2,-1,-3v5,-5,5,-10,10,-14v-3,0,-5,0,-3,-3v6,0,2,-1,2,-5v-9,-3,-6,-15,-13,-14v4,-1,6,-8,1,-10v-2,0,-4,0,-3,-2v5,-1,0,-2,5,-2v-3,0,-5,-7,-1,-3v3,-1,3,-6,0,-7v0,1,0,1,-1,1v-1,-3,4,0,3,-4v-6,1,-4,-2,-2,-5v3,1,2,-2,2,-4v-1,0,-1,0,-1,-1v7,-2,9,-8,7,-12v6,-1,3,5,5,7v3,-5,7,-10,9,-5v-1,0,-1,0,-1,1v8,-3,-3,-10,5,-9xm63,-157v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm65,-157v0,0,2,0,2,-1v0,0,-2,0,-2,1xm14,-142v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm54,-120v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm50,-113v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm48,-112v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm44,-110v1,-2,-5,-2,-2,-1v0,1,1,1,2,1xm19,-107v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm36,-105v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm38,-102v0,-1,-1,-3,-1,-1xm28,-100v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm32,-100v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm73,-96v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm27,-93v-1,2,1,2,3,2v1,-2,-1,-2,-3,-2xm71,-86v0,2,4,0,1,0r-1,0xm75,-85v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm76,-83v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm75,-78v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm75,-68v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm77,-66v1,0,3,-1,1,-1xm74,-64v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm71,-55v1,2,3,1,2,-1xm15,-48v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm15,-46v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm72,-30v1,0,1,-1,1,-2v-3,0,-1,1,-1,2xm16,-27v1,-2,-1,-2,-3,-2v-1,2,1,2,3,2xm70,-18v2,1,2,-1,2,-3v-2,-1,-4,-2,-2,1r0,2xm69,-12v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm10,21v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm67,46v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm-3,62v1,0,3,-1,1,-1xm37,82v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm43,-166v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm46,-165v0,0,-2,0,-2,-1v0,0,2,0,2,1xm49,-165v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm53,-165v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm20,-164v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm90,-164v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm37,-163v-1,0,-3,-1,-1,-1v2,-1,1,1,1,1xm57,-164v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm64,-163v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-163v0,0,-2,0,-2,-1v0,0,2,0,2,1xm85,-162v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm19,-158v0,0,-2,0,-2,-1v0,0,2,0,2,1xm87,-158v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-2,-157v0,0,-2,0,-2,-1v0,0,2,0,2,1xm16,-158v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm5,-155v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm17,-155v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm16,-156v0,1,-1,3,-1,1xm74,-154v0,6,-1,3,-4,1v1,-2,1,-2,4,-1xm-3,-154v1,0,3,1,1,1xm82,-153v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-8,-149v0,0,-2,0,-2,-1v0,0,2,0,2,1xm76,-149v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm80,-149v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm89,-149v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-6,-148v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm74,-147v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm4,-145v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm79,-145v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm11,-144v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-142v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm76,-145v0,0,2,0,2,1v0,0,-2,0,-2,-1xm-8,-144v1,2,-1,2,-3,2v0,-1,1,-2,3,-2xm-2,-142v0,4,-6,5,-3,2v-1,-3,0,-3,3,-2xm86,-142v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-140v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm89,-139v-2,1,-3,-1,-1,-2xm74,-138v-1,4,5,0,4,4v-5,1,-6,3,-4,-4xm90,-137v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm11,-134v-2,1,-2,-1,-2,-3v1,0,2,1,2,3xm0,-133v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm11,-132v0,-2,4,-3,4,-1v-1,0,-2,2,-4,1xm84,-133v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm-2,-133v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm89,-132v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm-5,-132v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm1,-130v-3,-1,2,-2,2,-2v1,2,-2,0,-2,2xm5,-130v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm84,-130v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-4,-128v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm0,-128v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm10,-130v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm79,-130v0,2,-1,2,-2,1xm-2,-128v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm10,-127v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm5,-126v3,0,4,4,0,3r0,-3xm69,-123v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm73,-123v-2,0,-4,0,-3,-2v2,0,4,0,3,2xm75,-122v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-121v0,0,-2,0,-2,-1v0,0,2,0,2,1xm64,-121v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm68,-121v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-121v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm13,-120v1,3,-5,4,-2,2v2,0,2,0,2,-2xm76,-118v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-5,-117v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-117v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm59,-117v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm67,-117v1,1,1,4,-2,4v0,-3,-2,-4,2,-4xm87,-112v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm74,-109v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm84,-109v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm86,-110v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-1,-110v0,2,-3,1,-1,0r1,0xm5,-109v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-109v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm14,-109v0,2,-1,2,-2,1xm89,-107v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm11,-105v0,-2,3,-1,4,-1v-1,2,-1,1,-4,1xm86,-105v0,7,-3,1,-5,1v1,-3,2,-1,5,-1xm90,-106v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm72,-103v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm79,-103v2,-1,2,1,2,3v-1,0,-2,-1,-2,-3xm80,-99v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm89,-98v0,0,-2,0,-2,-1v0,0,2,0,2,1xm16,-96v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm81,-98v-1,3,-2,4,-1,0r1,0xm86,-96v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm22,-95v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm76,-94v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm76,-91v3,1,4,2,0,1r0,-1xm87,-90v0,-2,2,-1,3,-1v0,3,0,1,-3,1xm16,-88v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm85,-89v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm20,-88v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm80,-84v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm82,-85v2,0,2,0,2,2v-2,-1,-4,6,-3,1xm94,-82v-4,0,-7,-3,-1,-3v1,0,1,0,1,1v-1,0,-1,0,-1,1v1,0,1,0,1,1xm85,-80v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm80,-78r5,0r-5,0xm81,-75v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm84,-75v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm89,-75v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm82,-69v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm86,-68v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm8,-68v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm13,-66v0,0,-2,0,-2,-1v0,0,2,0,2,1xm15,-64v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm90,-66v0,0,0,2,-1,2v0,0,0,-2,1,-2xm13,-62v0,0,-2,0,-2,-1v0,0,2,0,2,1xm85,-62v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm84,-62v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm4,-58v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm80,-59v-2,0,-1,-3,0,-1r0,1xm85,-60v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm6,-57v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm80,-57v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm82,-58v3,1,4,2,0,1r0,-1xm81,-57v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm4,-54v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm90,-54v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm82,-51v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm85,-51v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-50v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-50v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm85,-50v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm80,-46v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm5,-46v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm11,-46v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm84,-46v0,0,-2,0,-2,-1v0,0,2,0,2,1xm9,-46v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm4,-45v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm1,-42v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm4,-42v0,0,0,-2,1,-2v0,0,0,2,-1,2xm10,-42v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm79,-44v0,2,-1,2,-2,1xm74,-39v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm13,-35v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm77,-33v1,0,3,1,1,1xm79,-31v0,2,-3,1,-1,0r1,0xm8,-27v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm86,-26v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-24v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-24v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm79,-24v0,2,-1,1,-2,1xm6,-21v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm6,-19v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm10,-18v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm4,-18v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-15v-2,0,-1,-3,0,-1r0,1xm75,-14v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-12,-13v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm76,-10v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm87,-9v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm-10,-6v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm11,-8v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm73,-5v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm-12,-6v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm9,-6v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm78,-4v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm14,-4v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-4v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm11,-4v0,0,2,0,2,1v0,0,-2,0,-2,-1xm74,-3v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-11,0v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm-7,-3v0,2,-1,2,-2,1xm8,0v-2,1,-3,-1,-1,-2xm13,1v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm76,-1v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm-1,2v-4,0,-3,-3,0,-1r0,1xm9,1v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm9,3v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm-5,6v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm-7,6v-2,0,-1,-3,0,-1r0,1xm-2,6v-2,1,-3,-1,-1,-2xm80,6v-2,0,-1,-3,0,-1r0,1xm8,6v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm-5,8v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,8v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-4,13v-6,1,-7,-2,-3,-5v-1,4,2,2,3,5xm9,9v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,8v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm4,11v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm81,11v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm72,12v3,1,-2,2,-2,2v-1,-2,2,0,2,-2xm76,13v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm0,14v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,15v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm-4,17v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm0,19v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,19v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm80,21v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm4,21v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm73,24v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-4,26v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm4,27v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,27v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,29v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,30v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-1,30v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm4,33v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm-5,33v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-3,33v1,0,3,1,1,1xm1,35v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,34v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm73,35v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,40v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm-6,48v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm79,45v0,2,-3,1,-1,0r1,0xm-4,48v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-8,51v0,0,-2,0,-2,-1v0,0,2,0,2,1xm69,51v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm67,53v0,0,0,-2,1,-2v0,0,0,2,-1,2xm60,66v-1,3,3,1,2,4v-5,1,-2,-2,-2,-4xm-6,71v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm-6,75v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm55,76v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm60,78v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-4,80v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm54,80v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm58,80v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm43,81v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm49,82v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-11,86v-2,0,-1,-3,0,-1r0,1xm14,87v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm16,88v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-6,89v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,91v0,-2,0,-4,2,-3v0,2,0,4,-2,3xm19,89v0,0,-2,0,-2,-1v0,0,2,0,2,1xm63,91v0,2,-3,1,-4,1v0,-2,0,-4,3,-3v0,0,0,2,1,2xm17,95v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm41,94v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-2,103v0,0,-2,0,-2,-1v0,0,2,0,2,1xm22,-239v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm37,-236v0,0,-2,0,-2,-1v0,0,2,0,2,1xm39,-236v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm51,-234v1,-1,5,-5,4,0r-4,0xm64,-236v0,0,-2,0,-2,-1v0,0,2,0,2,1xm33,-233v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm38,-234v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm40,-235v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm24,-233v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm42,-233v-1,0,-3,-1,-1,-1xm28,-230v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-229v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-229v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm27,-228v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm70,-226v-2,0,-3,-1,-1,-2v1,0,1,1,1,2xm81,-228v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm18,-225v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm22,-226v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm80,-226v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm13,-222v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm73,-219v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm11,-219v0,2,-3,1,-1,0r1,0xm73,-219v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm91,-219v0,2,-3,1,-1,0r1,0xm73,-215v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm73,-213v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm19,-213r-1,0r1,0xm84,-207v0,3,-2,2,-2,0r2,0xm19,-203v0,0,-2,0,-2,-1v1,0,3,1,2,1xm78,-202v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-199v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm88,-198v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm91,-197v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm21,-194v0,0,-2,0,-2,-1v0,0,2,0,2,1xm88,-193v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm18,-189v-1,-3,2,-6,4,-3v-6,-1,2,4,-4,3xm18,-184v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm23,-184v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm49,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm32,-166v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm51,-166v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm55,-166v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm82,-166v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-10,-197r0,0r0,0xm-6,-229r-1,0r1,0xm-6,-183r1,0r-1,0xm-5,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-1,-243v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm0,-180r0,0r0,0xm0,-199v-1,-2,2,-3,2,-1v0,1,-1,1,-2,1xm4,-228v-1,0,-3,-1,-1,-1v1,0,1,0,1,1xm3,-183r-1,0r1,0xm3,-195r-1,0r1,0xm4,-234v-1,0,-3,-1,-1,-1v1,0,1,0,1,1xm3,-199r0,1r0,-1xm4,-215r0,0r0,0xm4,-200r0,0r0,0xm4,-213r0,0r0,0xm4,-215r0,0r0,0xm4,-220r0,0r0,0xm5,-224v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-189r0,0r0,0xm5,-227r0,0r0,0xm5,-243v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm7,-206r0,0r0,0xm9,-221v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm8,-178v2,-1,0,2,0,0r0,0xm8,-219v1,1,1,3,0,1r0,-1xm8,-248r0,0r0,0xm9,-213r-1,0r1,0xm9,-189r0,0r0,0xm9,-202r0,0r0,0xm10,-182v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm10,-199r-1,0r1,0xm10,-229r-1,0r1,0xm10,-236r-1,0r1,0xm10,-228r0,0r0,0xm10,-233r0,0r0,0xm11,-180r0,0r0,0xm11,-217r0,0r0,0xm13,-205v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm12,-224v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm13,-209v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm13,-212v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm13,-189r0,0r0,0xm13,-176r1,0r-1,0xm13,-208r0,0r0,0xm13,-210r0,0r0,0xm13,-195r1,0r-1,0xm14,-197v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm14,-204v0,1,0,1,-1,1xm14,-229v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm15,-204v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm15,-199r-1,0r1,0xm15,-208v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-221r0,0r0,0xm15,-224r0,0r0,0xm15,-225r0,0r0,0xm16,-179v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm17,-215v0,1,0,1,1,1v-1,-11,14,-12,14,-21v7,3,29,0,31,9v16,7,12,28,9,32v0,-1,0,-1,-1,-1v-3,5,-5,10,-5,13v0,-3,-6,-2,-2,-3v-19,12,-26,6,-35,1v1,0,1,0,1,-1v-17,-11,-13,-15,-13,-30xm42,-179r-1,0r1,0xm43,-178r-1,0r1,0xm16,-218v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm16,-180v0,0,4,-1,1,0r-1,0xm16,-211r0,0r0,0xm16,-221r0,0r0,0xm17,-185v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm17,-193r-1,0r1,0xm17,-220v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm17,-234v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm17,-235v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm17,-210r0,0r0,0xm17,-216r1,0r-1,0xm18,-184v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm18,-192v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm17,-222v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm18,-228r0,0r0,0xm19,-227v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm20,-172r-1,0r1,0xm20,-177r-1,0r1,0xm20,-179r-1,0r1,0xm20,-183v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm19,-192v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm20,-185v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm21,-192r-1,0r1,0xm21,-231v0,1,2,-2,2,-2v1,2,1,2,-2,2xm21,-222r-1,0r1,0xm20,-228r2,0r-2,0xm21,-190r0,0r0,0xm22,-227v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm22,-225r0,0r0,0xm23,-186r-1,0r1,0xm22,-189r1,0r-1,0xm24,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm24,-226r-1,0r1,0xm25,-171r-1,0r1,0xm25,-228r-1,0r1,0xm25,-185r0,0r0,0xm26,-182r-1,0r1,0xm27,-182v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm26,-229r1,0r-1,0xm28,-180r-1,0r1,0xm28,-183r0,0r0,0xm28,-172v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm28,-184v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm29,-234v3,2,0,1,0,1r0,-1xm29,-235r0,0r0,0xm29,-246r0,0r0,0xm31,-178v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm31,-180v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm32,-171r-1,0r1,0xm32,-179v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm32,-182r-1,0r1,0xm32,-235v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm33,-177v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm33,-175v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm32,-245r2,0v-1,0,-2,2,-2,0xm34,-176r-1,0r1,0xm33,-237r0,0r0,0xm34,-180r-1,0r1,0xm34,-238r-1,0r1,0xm35,-174v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm35,-176r-1,0r1,0xm35,-179v0,-1,0,-1,1,-1v1,2,-1,1,-1,1xm35,-181r0,1r0,-1xm37,-239v-3,-1,0,-3,1,-3xm36,-235r-1,0r1,0xm36,-172r0,0r0,0xm36,-234v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm37,-172v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm37,-179v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm37,-234r0,-1r0,1xm37,-177r0,0r0,0xm39,-177v-3,0,0,-3,0,-1r0,1xm39,-180r-1,0r1,0xm39,-235r0,0r0,0xm39,-236r0,0r0,0xm40,-242v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm40,-235v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm41,-244r-1,0r1,0xm41,-176r0,0r0,0xm41,-244r0,0r0,0xm41,-250r0,0r0,0xm42,-238v2,0,5,3,1,3v-2,-1,-1,0,-1,-3xm44,-175r-1,0r1,0xm45,-172v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm46,-176r-2,0r2,0xm46,-175r0,0r0,0xm50,-248v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm48,-247r0,0r0,0xm47,-173v0,0,1,-2,1,0r-1,0xm49,-173r0,0r0,0xm49,-176r1,0r-1,0v-1,0,0,0,0,0xm49,-240r0,0r0,0xm50,-171v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm50,-178r0,0r0,0xm50,-173r0,0r0,0xm51,-176r-1,0r1,0xm51,-179v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm53,-176v0,-4,2,-1,0,0r0,0xm52,-179r0,0r0,0xm53,-235v-2,1,0,-2,0,0r0,0xm55,-172r-1,0r1,0xm55,-180r0,0r0,0xm56,-232v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm56,-180r1,0r-1,0xm57,-235r0,0r0,0xm57,-250v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm58,-179r0,0v0,0,1,0,0,0xm59,-231v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm58,-181v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm59,-244v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm59,-176r0,1r0,-1xm60,-233r-1,0r1,0xm61,-231r-1,0r1,0xm60,-234v1,-1,2,-2,1,0r-1,0xm62,-233r-1,0r1,0xm62,-230r0,0r0,0xm63,-237r0,0r0,0xm64,-183r0,0r0,0xm65,-229v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm65,-231r1,0r-1,0xm66,-228r0,0r0,0xm67,-236v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm68,-227r0,0r0,0xm70,-229r1,0r-1,0xm71,-187v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm71,-233r0,0r0,0xm71,-189r0,0r0,0xm71,-230r0,0r0,0xm72,-219v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm73,-250v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm73,-195r0,0r0,0xm74,-217v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm73,-233v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm74,-191r-1,0r1,0xm74,-226r0,0r0,0xm75,-187v0,1,-1,3,-1,1v1,0,1,0,1,-1xm75,-196r0,0r0,0xm75,-212v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm76,-214v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm78,-228v-2,1,-3,-2,-1,-2v1,0,1,1,1,2xm76,-199r0,0r0,0xm77,-190r-1,0r1,0xm77,-211v0,0,-1,0,0,0v2,0,-2,3,0,0xm78,-202r-1,0r1,0xm78,-222r-1,0r1,0xm79,-193v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm78,-203r2,0r-2,0xm79,-222r-1,0r1,0xm79,-228r-1,0r1,0xm80,-184v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm81,-187v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm82,-219v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm81,-184r0,0r0,0xm82,-185v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm82,-225r0,0r0,0xm82,-227r0,0r0,0xm82,-226r1,0r-1,0xm82,-241v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm83,-204v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm84,-212v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm83,-242r2,0v-1,0,-2,2,-2,0xm85,-212r0,0r0,0xm85,-215r0,0r0,0xm85,-212r0,-1r0,1xm86,-197r-1,0r1,0xm86,-188r0,0r0,0xm86,-206r0,0r0,0xm87,-185r0,0r0,0xm87,-202r0,0r0,0xm87,-210r2,0r-2,0xm89,-208v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm89,-247v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm89,-213r0,0r0,0xm89,-208v1,0,3,1,1,1v0,-1,0,-1,-1,-1xm90,-220r-1,0r1,0xm91,-210r-1,0r1,0","w":79},"K":{"d":"50,-259v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm56,-260v1,0,3,1,1,1xm38,-258v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm31,-257v0,0,-2,0,-2,-1v0,0,2,0,2,1xm39,-257v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm28,-257v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm37,-257v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm18,-254v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm50,-255v-1,5,19,3,13,16v0,0,-2,0,-2,1v6,-1,3,5,3,9v-2,0,-4,0,-3,3v3,-1,5,0,5,3v-4,0,-2,3,-2,7v2,0,1,2,1,3v-7,2,1,2,0,6v0,0,2,0,2,1v-12,6,5,19,-3,27v0,-1,0,-1,-1,-1v-1,4,4,6,2,8v0,-1,0,-1,-1,-1v3,3,0,6,3,9v0,-2,0,-2,2,-2v1,3,-1,2,-2,4v3,-1,1,6,5,1v0,4,2,9,-1,10v3,-6,-5,-11,-4,-3v4,0,2,1,2,5v-3,1,-1,-2,-3,-2v1,6,10,4,10,0v-1,0,-1,0,-1,-1v2,1,4,6,9,3v-3,1,-2,-2,-2,-4v4,-1,1,2,4,2v-2,-9,7,0,7,-10v16,-2,23,-23,33,-20v-1,-4,5,-1,8,-2v0,0,0,2,1,2v-1,-3,2,-3,5,-4v0,6,2,3,6,2v10,3,26,-1,30,8v-10,7,-16,18,-27,24v-3,9,-15,10,-17,20v-6,3,-14,9,-9,15v-3,1,-2,-1,-4,-2v-1,11,7,6,6,15v0,-1,0,-1,1,-1v1,2,2,3,3,6v0,-1,0,-1,1,-1v-1,2,0,7,1,4v1,0,1,1,1,2v-1,0,-1,0,-1,1v2,3,10,6,9,14v5,0,8,2,10,6v-4,-1,-3,3,-3,6v1,2,6,-1,4,1v1,7,6,-2,4,9v7,-1,1,3,3,7v7,-3,0,9,8,10v0,4,2,10,5,6v0,9,13,15,6,26v-16,-1,-35,3,-48,-2v0,-5,-8,-4,-7,-12v-3,-2,-8,-6,-10,-11r1,1v-7,-8,-10,-20,-20,-25v2,-8,-10,-6,-8,-15v-5,0,-3,-8,-10,-4v-2,7,-10,7,-8,12v-1,4,-3,4,-1,6v1,0,3,-1,3,1v-7,28,-1,56,-30,50v1,5,-2,2,-6,2v0,-2,-1,-4,-4,-3v0,1,1,3,-1,3v-17,-5,-18,-28,-15,-42v-5,-4,-1,-17,0,-23v2,0,4,0,3,-3v0,0,-2,0,-2,-1v3,1,2,-2,2,-4v0,0,-2,0,-2,-1v3,1,1,-2,3,-2v0,6,3,5,6,2v-1,-3,4,-1,4,-5v-12,4,-8,-4,-15,-3v2,-12,-9,-19,-5,-22v0,1,0,1,1,1v3,-1,2,-8,0,-2v-2,0,-2,-2,-2,-4v7,0,0,-1,1,-5v-1,0,-1,0,-1,-1v2,1,2,-1,2,-3v-2,0,-2,-3,0,-4v0,1,1,1,2,1v2,-6,-7,-3,-4,-9v-3,-1,-1,3,-5,2v-1,-8,13,0,7,-4v1,-2,5,-6,0,-5v1,4,-1,5,-2,1v1,0,1,0,1,-1v-1,0,-1,-1,-1,-2v2,0,5,1,4,-2v-6,1,-2,-3,-2,-7v2,0,4,0,2,-2v-3,0,-3,-2,-2,-4v0,0,2,0,2,-1v-2,0,-2,0,-2,-2v2,0,2,0,2,-2v-8,1,-4,-2,-2,-5v2,0,2,0,2,-2v-2,0,-6,1,-5,-2v6,1,-2,-3,2,-5v0,3,0,3,3,2v-4,-5,4,-11,0,-15v0,1,-1,1,-2,1v0,-3,3,-2,2,-6v-4,1,-2,-1,-2,-5v5,1,1,-3,3,-10v-1,-1,-4,0,-4,-2v2,0,5,1,5,-1v-4,0,-5,-1,-2,-3v3,1,3,-5,2,-5v0,1,0,1,-1,1v0,-5,1,-5,-3,-7v4,1,4,-2,5,-5v-3,0,-3,0,-1,-2v1,0,1,0,1,-1v-4,0,-2,-1,-2,-5v2,0,1,-2,1,-3v-1,0,-1,0,-1,-1v2,1,2,-1,2,-3v-1,0,-1,0,-1,-1v14,-10,30,-3,38,-7xm32,-250v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm19,-249v2,1,3,-1,1,-2xm14,-239v-1,0,-3,1,-1,1v0,-1,0,-1,1,-1xm63,-223v1,-2,-1,-2,-3,-2v-1,2,1,2,3,2xm11,-194v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm129,-180v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm10,-179v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm66,-162v-1,0,-3,1,-1,1v0,-1,0,-1,1,-1xm8,-148v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm78,-146v0,0,2,0,2,-1v0,0,-2,0,-2,1xm75,-145v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm69,-143v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm123,-107v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm42,-92v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm64,-254v0,2,-3,1,-1,0r1,0xm59,-252v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm64,-252v0,2,-1,2,-2,1xm67,-246v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm64,-243v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm10,-240v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm-5,-238v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-238v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-1,-235v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm-4,-235v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm6,-233v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-231v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm65,-227v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,-223v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm67,-220v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-216v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm70,-208v-2,0,-3,-7,0,-3v1,0,1,0,1,1v-1,0,-1,1,-1,2xm-5,-210v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-1,-210v0,0,-2,0,-2,-1v0,0,2,0,2,1xm8,-207v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-204v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-201v0,0,-2,0,-2,-1v0,0,2,0,2,1xm65,-201v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-199v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm2,-195v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm7,-193v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-189v-1,1,-2,2,-2,-1v2,-1,2,-2,2,1xm67,-188v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm5,-186v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm132,-185v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm145,-184v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm163,-184v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm8,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm163,-183v0,0,0,2,-1,2v0,0,0,-2,1,-2xm1,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-179v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-178v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-178r-1,0r1,0xm114,-178r-1,0r1,0xm4,-175v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm70,-174v-2,0,-1,-2,-1,-3v1,1,2,1,1,3xm72,-173v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-173v0,0,-2,0,-2,-1v0,0,2,0,2,1xm69,-170v-2,1,-2,-1,-2,-3v4,0,2,0,2,3xm1,-170v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm105,-170v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm2,-168v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm70,-168v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm5,-167v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm75,-167v-1,2,-4,4,-4,0r4,0xm2,-163v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm92,-161v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm82,-159v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm7,-159v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm82,-156v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm85,-154v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm179,-154v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm8,-153v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm78,-151v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm6,-151v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm70,-151v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm5,-140v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-139v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm2,-137v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm136,-134v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm132,-130v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm1,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-130v0,4,-1,13,-4,6v5,1,-1,-6,4,-6xm136,-125v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm0,-121v0,-1,1,-1,2,-1v0,2,0,2,-2,1xm4,-118v-2,0,-2,0,-2,-2v2,0,4,0,2,2xm1,-114v0,-2,4,-1,5,-2v-1,4,0,3,-5,2xm123,-115v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm124,-113v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-109v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm1,-107v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm127,-105v1,0,3,1,1,1xm5,-100v-2,0,-4,0,-3,-3v3,-1,3,-1,3,3xm138,-104v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm7,-100v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm7,-98v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm10,-98v2,8,-8,4,-2,1v0,-1,1,-1,2,-1xm2,-97v0,0,0,2,-1,2v0,0,0,-2,1,-2xm5,-95v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm-3,-93v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-4,-93v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm7,-90v-2,1,-2,-1,-2,-3v1,0,2,1,2,3xm-8,-90v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-1,-92v0,2,0,4,-2,3v0,-2,0,-4,2,-3xm139,-89v-2,0,-1,-3,0,-1r0,1xm-8,-88v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-5,-89v1,0,3,0,2,2v-1,-1,-2,0,-2,-2xm10,-89v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm-6,-88v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm2,-86v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm16,-84v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm12,-84v3,-1,2,3,1,4xm-6,-82v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm-3,-82v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-82v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm22,-80v-2,-1,2,-2,2,-2v-1,1,0,2,-2,2xm-3,-81v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm143,-80v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-8,-77v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm-4,-77v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm18,-77v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm12,-77v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm14,-76v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,-75v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm151,-75v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-10,-75v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm6,-71v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-14,-69v0,0,0,-2,1,-2v0,0,0,2,-1,2xm150,-68v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-10,-65v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm10,-62v0,0,-2,0,-2,-1v0,0,2,0,2,1xm75,-62v0,0,-2,0,-2,-1v0,0,2,0,2,1xm161,-62v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-9,-61v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,-61v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm90,-61v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm-1,-57v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm168,-46v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm166,-44v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-40v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm70,-40v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm104,-41v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm69,-38v0,0,-2,0,-2,-1v0,0,2,0,2,1xm75,-39v0,3,-2,2,-2,0r2,0xm107,-39v0,3,-2,2,-2,0r2,0xm5,-38v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm66,-36v0,0,0,-2,1,-2v0,0,0,2,-1,2xm75,-35v0,0,-2,0,-2,-1v0,0,2,0,2,1xm67,-30v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm5,-25v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm176,-23v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm7,-22v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-23v0,0,-2,3,-2,1xm8,-21v0,-2,3,-1,4,-1v0,2,-3,1,-4,1xm66,-17v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,-13v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm17,-7v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm134,-4v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm138,-6v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm41,-4v1,0,3,1,1,1xm23,-1v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm43,-1v0,2,-3,1,-1,0r1,0","w":180},"L":{"d":"60,-257v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm21,-257v1,2,-1,2,-3,2v0,-1,1,-2,3,-2xm42,-252v0,0,-2,0,-2,-1v0,0,2,0,2,1xm30,-249v0,2,-4,0,-1,0r1,0xm40,-248v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm22,-248v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm14,-53v-1,-57,-30,-195,25,-194v0,0,-3,2,-1,2v8,-5,9,1,17,0v1,5,5,2,2,7v-1,-2,5,-2,2,-1r-1,25v-8,3,-3,20,-5,24v1,-2,-1,-2,-3,-2v0,4,4,4,1,6v2,-1,2,1,2,3v0,0,-2,0,-2,1v4,0,1,7,2,10v-4,0,-1,8,-2,11v7,3,0,8,3,13v3,0,5,0,4,3v-5,0,0,1,-1,5v1,0,1,1,1,2v-1,0,-1,1,-1,2v4,10,-2,19,1,25v1,-1,0,-2,2,-2v0,9,-8,11,-7,22v-5,-1,-1,4,-2,9v5,2,2,17,7,24v-6,-2,1,19,-10,13v0,2,0,2,-2,2v-2,-5,-9,-10,-15,-7v0,-6,-11,-4,-17,-3xm53,-246v-2,0,-2,0,-2,-2v2,0,4,0,2,2xm57,-245v0,0,-2,0,-2,-1v0,0,2,0,2,1xm57,-243v0,0,0,-2,1,-2v0,0,0,2,-1,2xm64,-241v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-241v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm63,-235v0,0,-2,0,-2,-1v0,0,2,0,2,1xm60,-231v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm64,-228v1,3,-2,5,-3,2v3,1,1,-2,3,-2xm58,-211r-2,0v2,0,1,-2,2,0xm55,-187v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm63,-152v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm64,-148v1,3,-1,3,-4,3v-1,-3,1,-3,4,-3xm60,-144v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm58,-144v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm59,-138v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm64,-139v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm60,-134v-1,-3,2,-2,4,-2v0,2,-2,2,-4,2xm70,-133v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm61,-130v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm65,-130v-2,0,-1,-3,0,-1r0,1xm64,-128v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm64,-118v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm58,-116v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm67,-106v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm57,-95v0,3,-2,2,-2,0r2,0xm59,-54v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm27,-50v-2,0,-4,0,-3,-3v2,0,2,1,3,3xm58,-51v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm42,-45v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm37,-43v0,2,-3,1,-1,0r1,0xm51,-6v-29,8,-49,-3,-37,-35v19,4,46,12,37,35xm55,-21r-1,0r1,0xm54,-14v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm39,-1v-1,0,-1,-1,-1,-2v1,0,1,1,1,2","w":65},"M":{"d":"114,-230v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm45,-226v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm8,-223v1,-3,6,-2,5,2v-3,1,-4,-1,-5,-2xm-46,-222v0,-1,1,-3,1,-1xm53,-221v0,0,-2,3,-2,1xm94,-214v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-71,-214v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm230,-206v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm90,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm49,-193v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm84,-191v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm208,-191v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm78,-188v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm194,-188v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm205,-183v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm87,-182v0,0,-2,0,-2,-1v0,0,2,0,2,1xm169,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm91,-180v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm207,-179v-1,-3,2,-2,4,-2v0,2,-2,2,-4,2xm1,-179v0,0,-2,0,-2,-1v0,0,2,0,2,1xm126,-168v16,0,14,20,27,21v-3,7,-1,11,5,14v-7,-1,-1,3,-1,5v10,16,3,24,5,33v-11,4,3,24,-6,33v3,-1,2,2,2,4v-2,0,-1,2,-1,3v1,0,1,0,1,1v-3,-1,-2,2,-2,4v7,16,-2,26,1,39v-1,0,-3,-1,-3,1v4,0,2,1,3,4v-10,1,-1,8,-8,6v0,-3,0,-3,-2,-1v-1,4,-10,-3,-9,2v3,-1,5,2,2,3v-2,-4,-4,-1,-5,-7v1,3,-2,3,-5,4v0,-3,-1,-1,-4,-1v0,1,0,1,-1,1v-3,-6,-10,2,-11,-4v1,-1,2,-1,1,-3v-8,1,0,-9,-7,-7v-1,-3,1,-2,2,-4v-3,1,-4,-7,-1,-3v0,0,2,0,2,-1v-3,1,-2,-2,-2,-4v1,0,1,0,1,-1v-1,1,-2,2,-2,-1r3,-58v0,1,0,1,-1,1v0,-18,5,-44,-14,-46v-2,-1,-20,-9,-21,0v-3,1,-1,-2,-3,-2v-2,6,-10,1,-9,8v-14,9,-10,23,-14,33v0,-2,0,-2,-2,-2v2,5,4,9,0,13v-6,1,0,0,-1,5v1,1,4,0,5,2v-2,0,-6,-1,-5,2v8,-1,1,6,4,12v-7,8,3,18,-1,22v-7,0,-1,6,-2,11v0,0,2,0,2,1v-3,-1,-6,-1,-5,3v2,0,4,0,2,2v0,0,-2,0,-2,1v6,-1,5,2,1,4v-4,1,-6,3,0,1v-1,5,0,6,4,4v0,10,-8,7,-13,4v2,4,-3,7,-1,3v0,-2,-2,-1,-3,-1v0,3,0,3,-2,1v0,-2,-3,-1,-4,-1v0,0,5,5,0,5v-3,-2,0,-9,-1,-6v-4,-1,0,6,-6,4v3,-8,-8,-2,-4,-2v1,5,-4,2,-8,2v-1,-4,10,-9,1,-8v1,-2,-3,0,-3,-2v3,0,3,-2,2,-4v-2,0,-2,0,-2,-2v3,1,1,-2,3,-4v-5,0,0,-1,-1,-5v1,0,1,0,1,-1v-1,0,-1,0,-1,-1v2,0,1,-3,1,-4v-2,0,-1,-2,-1,-3v2,0,4,-3,2,-1v-2,0,-2,0,-1,-2v2,0,2,0,2,-2v-7,-1,-2,-1,-2,-6v-6,-1,2,4,-4,3v-3,-9,7,-5,1,-10v-1,0,-4,1,-4,-1v5,-2,8,-10,4,-13v2,0,4,0,2,-2v-5,1,-1,-2,-3,-5v4,-2,3,9,5,0v-2,-2,-3,0,-7,-1v4,-2,6,-4,5,-9v-6,0,-1,-3,-3,-7v2,0,4,0,3,-3v-2,0,-4,0,-3,-3v6,0,-1,-2,4,-6v-4,-3,-1,-5,-4,-11v2,0,4,0,3,-3v-6,1,-2,-4,-3,-9v1,0,4,1,4,-1v-5,1,-5,-7,-4,-9v1,0,1,-1,1,-2v0,0,-2,0,-2,-1v1,0,4,1,4,-1v-4,0,-2,0,-2,-4v0,0,2,0,2,-1v-2,0,-6,1,-5,-2v5,1,0,-4,5,-7v-7,1,-2,-4,-2,-7v5,-3,1,-11,10,-11v0,2,0,2,2,2v0,-2,0,-2,2,-1v0,1,0,1,1,1v0,-2,3,-1,4,-1v0,1,1,1,2,1v0,-2,2,-1,3,-1v0,2,4,0,7,1v0,0,0,-2,1,-2v5,3,16,4,15,18v2,-11,9,-14,20,-14v1,-4,-4,-1,-3,-6v3,-1,2,1,4,2v-1,-3,1,-4,3,-2v0,0,0,2,1,2v2,-6,20,1,18,-8v6,1,13,8,20,5v-2,6,9,2,11,7xm7,-135v-2,0,-2,0,-2,2v2,0,4,0,2,-2xm156,-126v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm7,-122v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm5,-118v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm159,-99v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm8,-96v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm9,-89v-2,1,-4,7,-1,2v1,0,1,-1,1,-2xm157,-81v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm157,-74v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm44,-72v0,1,1,3,1,1xm7,-54v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm45,-47v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm44,-33v1,-2,-1,-2,-3,-2v-1,2,1,2,3,2xm111,-30v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm36,-25v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm40,-23v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm42,-16v0,0,2,0,2,-1v0,0,-2,0,-2,1xm39,-14r1,0r-1,0xm114,-14r1,0r-1,0xm10,-11v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm41,-9v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm117,-9v0,0,2,0,2,-1v0,0,-2,0,-2,1xm12,-5v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm120,-6v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm133,-3v-1,-3,-2,2,-2,2v2,1,0,-2,2,-2xm123,-1v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm108,-179v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-29,-177v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm89,-177v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm224,-174v2,9,17,3,16,12v9,-1,7,8,9,11v0,0,0,-2,1,-2v9,37,9,68,7,83v1,0,3,-1,3,1v-4,-1,-3,4,-3,7v3,-1,4,1,2,3v-2,-1,-4,-1,-2,1v0,0,4,7,2,11v-4,-1,-1,5,-2,7v2,0,2,0,2,2v-2,0,-2,0,-2,2v3,-2,3,0,3,4v-1,0,-1,0,-1,1v2,0,1,2,1,3v-7,7,2,28,-6,27v1,3,-2,3,-3,1v0,0,2,0,2,-1v-10,4,-10,-3,-11,8v-5,0,0,-5,-3,-7v0,2,0,2,-2,1v0,-1,-1,-1,-2,-1v-1,3,-1,5,-3,1v1,-2,-1,-2,-3,-2v1,8,-2,2,-6,1v0,-1,1,-3,-1,-3v0,2,2,7,-1,4v-1,0,-1,0,-1,-1v1,0,1,0,1,-1v-6,2,-2,-5,-5,-7v0,1,1,3,-1,3v0,-3,2,-9,0,-10v0,2,-2,1,-3,1v5,-3,3,-11,1,-12v0,1,0,1,-1,1v-1,-2,0,-4,3,-5v0,1,-1,3,1,3r-4,-13v8,-2,-2,-2,0,-6v3,0,3,0,1,-2v-1,0,-1,0,-1,-1v2,-12,5,-21,0,-26v1,1,6,1,3,0r0,-26v0,1,-1,1,-2,1v8,-19,-9,-40,-33,-33v0,2,0,4,-3,3v1,-3,-4,-2,-6,-2v0,2,0,2,-2,2v-1,-13,-22,-17,-12,-30v2,-7,12,-5,10,-11v4,-1,12,2,10,-5v3,0,9,4,7,-1v16,-2,30,5,40,3xm203,-177v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm177,-177v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm226,-176v0,0,-2,0,-2,-1v0,0,2,0,2,1xm230,-176v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm79,-175v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm165,-176v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm221,-176v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm59,-173v1,-1,4,-2,3,1xm170,-174v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm244,-172v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm20,-171v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-171v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm230,-171v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-29,-170v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm60,-168v0,-2,0,-4,2,-3v0,2,0,4,-2,3xm233,-170v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm56,-168v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm162,-170v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm5,-167v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm240,-167v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm56,-166v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm143,-162v-2,0,-1,-3,-1,-4v2,1,1,1,1,4xm4,-164v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-162v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm251,-159r-1,0r1,0xm144,-155v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm154,-155v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm-18,-153v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-153v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm251,-153v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-153v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm3,-151v0,0,0,-2,1,-2v0,0,0,2,-1,2xm150,-153v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm251,-151v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm153,-148v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm161,-144v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm156,-136v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm3,-132v2,4,-7,2,-2,2v0,-2,0,-2,2,-2xm201,-129v-2,0,-1,-3,0,-1r0,1xm-1,-122v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm68,-121v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm262,-122v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm261,-116v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-114v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm260,-112v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm176,-107v-3,1,-2,-2,-2,-4v3,-1,4,2,2,4xm260,-109v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm1,-108v0,0,-2,0,-2,-1v0,0,2,0,2,1xm56,-102v-2,0,-4,0,-3,-3v3,-1,3,-1,3,3xm108,-105v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm93,-102v0,0,-2,0,-2,-1v0,0,2,0,2,1xm164,-97v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm79,-96v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm63,-96v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm108,-95v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-4,-92v0,-1,1,-3,1,-1xm274,-91v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm78,-89v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm259,-90v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm106,-87v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm50,-87v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm213,-85v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm109,-84v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-82v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm3,-84v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm104,-82v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-2,-82v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm7,-80v-3,-1,-4,-2,0,-1r0,1xm109,-81v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-80v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm57,-80v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm81,-80v0,0,-2,0,-2,-1v0,0,2,0,2,1xm50,-77v0,-1,1,-3,1,-1xm49,-76v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm84,-75v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm265,-73v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-69v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm260,-65v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm4,-66v0,1,-1,3,-1,1xm213,-65v0,0,2,0,2,1v0,0,-2,0,-2,-1xm109,-63v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm96,-54v-4,1,-6,0,-6,-5v6,0,9,-1,6,5xm167,-57v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm262,-55v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm110,-54v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm279,-52v0,0,-2,0,-2,-1v0,0,2,0,2,1xm157,-50v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm51,-49v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm100,-48v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm161,-49v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm212,-48v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm275,-43v-4,2,-7,0,-4,-4v2,0,5,0,4,4xm56,-43v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm106,-42v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm191,-42v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm199,-43v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm210,-42v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm2,-40v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm208,-40v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm264,-40v0,0,-2,0,-2,-1v0,0,2,0,2,1xm269,-41v4,2,-1,4,-2,4v-1,-3,1,-2,2,-4xm4,-38v0,0,0,-2,1,-2v0,0,0,2,-1,2xm67,-40v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm210,-38v0,0,0,-2,1,-2v0,0,0,2,-1,2xm260,-40v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm5,-33v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm47,-33v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm188,-33v0,0,0,-2,1,-2v0,0,0,2,-1,2xm197,-32v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm211,-32v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm213,-33v0,0,-2,3,-2,1xm7,-32v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm50,-32v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm85,-31v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm210,-32v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm3,-30v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm58,-31v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm276,-30v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm50,-28v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm199,-28v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm-4,-27v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm105,-27v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm209,-28v3,2,-2,2,-2,2v1,-1,0,-2,2,-2xm3,-25v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm191,-23v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm208,-25v-1,3,-2,4,-1,0r1,0xm55,-22v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm205,-22v0,0,-2,0,-2,-1v0,0,2,0,2,1xm106,-22v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm168,-21v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm260,-20v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm105,-20v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm206,-18v0,-1,1,-3,1,-1xm211,-17v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm213,-20v0,0,2,0,2,1v0,0,-2,0,-2,-1xm105,-19v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm165,-17v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm260,-17v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm266,-16v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm158,-15v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm208,-15v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm47,-15v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm46,-13v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm158,-13v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm212,-13v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm105,-10v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-10v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm212,-9v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm109,-8v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm213,-6v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm1,-3v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm114,-5v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm159,-4v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm39,-3v0,0,-2,0,-2,-1v0,0,2,0,2,1xm110,-3v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm41,-1v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm5,0v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm18,1v-1,0,-3,4,-3,-1v2,0,3,-2,3,1xm19,1v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm23,0v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm36,1v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm40,0v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm45,1v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm117,0v2,0,2,0,2,2v-2,0,-4,0,-2,-2xm156,2v-3,-1,-4,-2,0,-1r0,1xm197,0v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm12,3v0,-1,1,-3,1,-1xm18,2v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm40,2v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm129,3v0,-1,1,-3,1,-1xm149,1r-1,0r1,0xm235,2v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm247,3v0,-1,1,-3,1,-1xm132,4v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm117,5v-1,0,-1,0,-1,-1v1,0,1,0,1,1","w":264},"N":{"d":"53,-269v-2,1,-3,-1,-1,-2xm132,-251v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm141,-229v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm32,-207v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm109,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm100,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm121,-187v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-186v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm100,-183v1,-1,5,-5,4,0r-4,0xm71,-184v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm90,-183v0,0,-2,0,-2,-1v0,0,2,0,2,1xm98,-181v5,-2,12,1,14,0v-1,0,-1,0,-1,-1v5,0,8,2,13,4v0,-2,0,-4,2,-2v3,7,8,0,10,8v0,-2,0,-2,2,-2v5,7,14,9,15,19v9,1,3,9,6,11v-6,-1,1,2,-2,5v1,0,1,0,1,1v-2,0,-2,3,0,4v-1,-3,1,-5,4,-4v-5,3,2,13,-5,11v4,6,-1,11,1,15v2,0,4,0,3,3v-6,1,-1,4,-2,8v2,-1,2,1,2,3v-2,0,-2,0,-2,2v10,2,3,13,3,15v-6,-1,2,3,-3,5v2,0,4,0,2,2v-4,0,-2,0,-2,4v2,-1,2,1,2,4v2,10,-1,18,1,28v-3,0,-3,0,-1,2v1,0,1,0,1,1v-1,0,-1,1,-1,2v1,0,1,0,1,1v-3,5,-5,13,-3,16v0,-1,1,-1,2,-1v2,4,-10,5,-11,10v-4,-5,-13,0,-18,-3v1,0,3,1,3,-1r-18,0v1,-3,0,-12,-3,-7v1,-4,-1,-7,0,-12v2,-1,7,0,4,-1v0,-3,-5,-2,-5,-7v4,1,5,-2,2,-4v-1,0,-1,0,-1,-1v1,0,1,0,1,-1v0,0,-2,0,-2,-1v9,-4,-5,-12,4,-18v-4,1,-1,-4,-3,-6v5,-1,-2,-6,0,-12v-2,1,-2,-1,-2,-3v1,-10,8,-18,1,-10v0,-9,2,-23,1,-29v0,1,-1,1,-2,1v-1,-4,2,-5,-1,-10r1,1v-8,-12,-35,-10,-39,-3v0,0,2,0,2,1v-15,3,-17,15,-11,21v-2,1,-6,0,-6,1v0,0,5,6,1,7v0,-1,2,-4,-1,-3v-1,6,3,7,0,11v5,-1,4,2,1,4v0,-1,1,-3,-1,-3v3,11,-5,29,6,33v4,5,2,11,0,17v-5,0,-15,8,-6,10v1,5,-4,2,-2,7v1,0,3,-1,3,1v-1,0,-3,-1,-3,1v3,-1,3,1,4,3v-6,0,-2,0,-2,5v1,0,1,0,1,1v-4,15,-20,7,-28,7v2,0,1,-3,1,-4v-1,5,-12,4,-16,2v2,1,2,-1,2,-3v-11,-9,-8,-23,-4,-29v0,1,1,1,2,1v0,-1,-6,-4,0,-5v0,6,3,-1,7,1v0,-2,2,-1,3,-1v0,2,-3,0,-2,3v3,1,2,-1,4,-2v0,3,0,3,3,2v-1,-2,1,-2,3,-2v1,1,0,4,3,3v0,-2,0,-4,3,-3v0,1,-2,4,1,3v0,-9,-7,-3,-8,-10v0,5,-2,0,-5,5v0,-6,-2,-1,-2,-9v-3,-1,0,4,-4,3v0,-8,-8,-10,-6,-21v0,0,-2,0,-2,-1v4,0,3,-1,2,-4v-9,-24,-1,-31,-2,-52v0,0,2,0,2,-1v-6,2,-4,-3,-4,-9v2,-1,0,2,2,2v-3,-15,-1,-21,-1,-30v4,-1,10,-12,13,-7v0,0,-2,0,-2,1v8,1,17,-2,21,3v-1,-5,2,-1,6,-3v5,0,-3,10,2,3v2,-1,2,1,2,3v-1,0,-1,0,-1,1v0,3,5,7,4,0v1,1,4,3,2,0v7,-2,9,-4,13,-10v-1,2,1,2,3,2v0,-2,-2,-5,1,-4v-1,3,1,6,4,4v-1,-5,5,-2,9,-4v0,1,0,1,1,1v1,-1,7,-2,8,-2v-1,0,-1,1,-1,2xm92,-180v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm75,-176v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm17,-170v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm54,-165v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm154,-152v1,2,3,1,2,-1xm154,-141v0,2,4,0,1,0r-1,0xm14,-138v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm157,-130v2,0,1,-3,0,-1r0,1xm113,-124v2,0,1,-3,0,-1r0,1xm58,-116v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm117,-91v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm114,-89v-1,2,1,2,3,2v1,-2,-1,-2,-3,-2xm53,-85v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm55,-81v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm55,-76v0,1,1,3,1,1v-1,0,-1,0,-1,-1xm117,-75v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm20,-67v0,1,-2,4,1,3xm29,-58v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm29,-54v0,0,2,0,2,-1v0,0,-2,0,-2,1xm33,-44v-2,0,-1,2,-1,3v3,0,1,0,1,-3xm46,-42v0,0,2,0,2,-1v0,0,-2,0,-2,1xm54,-39v1,-3,-4,-4,-5,-3v2,0,0,4,5,3xm18,-39v0,-2,-1,-2,-4,-3v0,4,0,4,4,3xm39,-42v-2,0,-1,3,-1,4v2,0,1,-3,1,-4xm48,-39v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm51,-37v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm115,-36v0,0,2,0,2,-1v0,0,-2,0,-2,1xm55,-35v-3,0,-5,4,0,2r0,-2xm12,-32v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm17,-32v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm15,-30v1,0,3,-1,1,-1xm13,-27v-1,5,4,5,3,1xm51,-24v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm117,-24v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm157,-24v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm117,-22v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm17,-17v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm55,-16v-2,0,0,3,0,3r0,-3xm22,-12v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm113,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm121,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm120,-182v0,1,-1,1,-2,1v0,-2,0,-2,2,-1xm23,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm44,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm39,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm139,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,-178v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm31,-177v0,0,-2,0,-2,-1v0,0,2,0,2,1xm67,-178v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm134,-177v0,0,-2,0,-2,-1v0,0,2,0,2,1xm16,-176v0,0,-2,0,-2,-1v0,0,2,0,2,1xm13,-171v-2,0,-1,-3,-1,-4v1,-1,2,-2,2,1v-2,0,-1,2,-1,3xm66,-175v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm140,-172v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm12,-171v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm145,-170v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-169v-1,2,-3,1,-2,-1xm10,-168v-2,0,-4,0,-3,-2v2,0,4,0,3,2xm10,-165v-3,-1,-4,-2,0,-1r0,1xm156,-166v0,2,-3,1,-1,0r1,0xm152,-163v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm155,-162v0,0,-2,0,-2,-1v0,0,2,0,2,1xm8,-161v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm153,-160v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-157v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm155,-157v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm156,-155v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-144v0,0,-2,0,-2,-1v0,0,2,0,2,1xm9,-145v1,0,3,1,1,1xm175,-145v1,0,3,1,1,1xm11,-143v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm3,-139v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm10,-140v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm108,-130v-2,0,-1,-3,0,-1r0,1xm66,-125v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm161,-125v0,0,0,-2,1,-2v0,0,0,2,-1,2xm12,-124v-2,0,-1,-3,0,-1r0,1xm109,-126v0,1,-1,3,-1,1xm168,-126v0,1,-1,3,-1,1xm75,-122v0,0,-2,0,-2,-1v0,0,2,0,2,1xm111,-121v0,0,-2,0,-2,-1v0,0,2,0,2,1xm163,-118v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm158,-116v0,-2,3,0,4,-2v1,3,-2,2,-4,2xm162,-113v0,-2,3,-1,4,-1v0,2,-2,2,-4,1xm114,-113v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm12,-111v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm62,-108v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm162,-103v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm71,-103v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm176,-103v0,0,-2,0,-2,-1v0,0,2,0,2,1xm59,-102v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm61,-100v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm60,-97v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm11,-92v0,0,0,-2,1,-2v0,0,0,2,-1,2xm167,-91v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm64,-90v0,0,-2,0,-2,-1v0,0,2,0,2,1xm109,-85v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm14,-80v-1,3,-2,-2,-2,-2v2,-1,0,2,2,2xm63,-82v0,2,-4,0,-1,0r1,0xm162,-80v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm9,-77v1,0,3,1,1,1xm61,-76v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm111,-76v0,0,-2,0,-2,-1v0,0,2,0,2,1xm102,-72v0,-1,1,-3,1,-1xm112,-72v0,-1,1,-3,1,-1xm163,-74r-1,0r1,0xm165,-72v0,-1,1,-3,1,-1xm61,-71v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm61,-69v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm66,-69v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm114,-67v0,1,-1,3,-1,1xm65,-64v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm110,-65v1,0,3,1,1,1xm66,-64v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm163,-64v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm113,-60v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm163,-62v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm14,-59v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm19,-59v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm17,-59v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm105,-58v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm113,-59v1,0,1,1,1,2v-2,0,-2,0,-1,-2xm112,-54v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm13,-54v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm19,-54v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm21,-53v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm17,-53v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm16,-50v-2,1,-3,-1,-1,-2xm23,-49v-1,0,-1,-1,-1,-2v2,0,2,0,1,2xm112,-51r-2,0v2,0,1,-2,2,0xm114,-52v0,1,-1,3,-1,1xm14,-48v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm33,-49v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm37,-47v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm165,-48v0,0,-2,0,-2,-1v0,0,2,0,2,1xm4,-44v0,2,-4,0,-1,0r1,0xm62,-39v-1,-2,4,-5,0,-3r0,3xm11,-42v0,2,-3,1,-1,0r1,0xm97,-38v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm109,-39v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm112,-41v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm170,-39v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm112,-37v0,2,-3,1,-1,0r1,0xm61,-33v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm8,-32v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm113,-32v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm117,-32v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm113,-30v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-30v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm8,-26v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm95,-28v1,0,3,1,1,1xm72,-23v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm112,-26v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm162,-21v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm112,-20v0,0,2,-3,2,-1xm11,-20v0,2,-1,2,-2,1xm108,-18v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm12,-16v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-16v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm12,-12v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm16,-12v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm63,-12v0,2,-4,0,-1,0r1,0xm115,-11v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm120,-10v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm121,-9v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm155,-9v0,0,-2,0,-2,-1v0,0,2,0,2,1xm128,-8v-1,0,-3,-1,-1,-1xm22,-6v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm24,-6v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm141,-8v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm149,-6v0,2,-4,0,-1,0r1,0xm58,-3v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm151,-4v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm40,-1v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm31,-1v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm136,-1v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm105,0v0,-1,1,-1,2,-1v0,1,-1,1,-2,1","w":169},"O":{"d":"103,-222v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm67,-208v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm72,-201v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm93,-199v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm158,-199v1,0,1,1,1,2v-2,0,-2,0,-1,-2xm96,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm47,-182v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm76,-181v0,0,-2,0,-2,-1v0,0,2,0,2,1xm73,-177v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm91,-177v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm137,-177v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm117,-176v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm73,-175v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-175v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm86,-176v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm84,-172v5,-9,13,5,20,0v-1,0,-1,-1,-1,-2v7,3,0,5,11,3v-1,5,5,1,7,5v-2,-6,6,-4,4,-2v0,2,0,2,2,2v0,-3,0,-5,3,-4v-2,5,2,10,5,7v-2,1,-2,-1,-2,-3v4,-1,4,-1,3,3v6,2,10,9,20,9v0,5,5,4,4,10v10,-2,7,13,14,10v-1,7,0,4,1,12v-5,1,1,2,0,5v1,0,1,0,1,1v-1,0,-1,1,-1,2v2,0,1,2,1,3v-2,-1,0,2,-2,2v1,-2,-1,-3,-2,-1v2,3,5,11,13,10v2,22,2,28,-2,43v-8,15,-10,34,-25,43v-1,8,-21,10,-20,18v-13,-2,-25,1,-32,5v1,-5,-2,-1,-7,-2v0,0,0,2,-1,2v-6,-6,-20,0,-31,-5v0,-6,-6,-2,-8,-5v2,0,2,0,2,-2v-3,-1,-1,2,-3,2v-2,-7,-13,-2,-14,-10v-4,1,-3,-5,-9,-3v0,-5,-9,-4,-9,-8v1,0,3,1,3,-1v-11,0,-8,-14,-15,-19v5,0,0,-1,1,-5v-3,-2,-3,-8,-6,-12v4,0,2,0,1,-3v-2,0,-1,-2,-1,-3v6,-5,-5,-25,8,-24v0,1,-1,3,1,3v0,-1,-1,-3,1,-3v1,5,2,1,5,3v0,-1,-1,-3,1,-3v2,5,8,7,9,3v-13,3,1,-9,-8,-12v1,2,-1,2,-3,2v0,-1,4,-3,1,-5v0,2,0,4,-3,3v-1,-3,1,-2,2,-4v-6,3,-3,-7,-10,-7v1,-4,-3,-2,-4,-4v10,-3,9,-24,19,-30v0,0,0,2,1,2v3,-10,12,-8,12,-16v4,0,10,-3,6,-6v11,3,7,-5,15,0v-2,-10,13,-4,15,-11v0,1,-1,3,1,3v0,-5,6,-2,6,-1xm88,-171v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm74,-168v0,-2,0,-2,-2,-2v0,2,0,2,2,2xm64,-166v0,0,2,0,2,-1v0,0,-2,0,-2,1xm121,-123v-8,-2,-23,-10,-33,-5v1,0,1,0,1,1v-6,-1,-6,4,-10,5v1,-5,-8,-1,-3,-1v-6,3,-5,4,-5,9v-8,-2,2,7,-5,6v-1,-4,-3,-6,-2,0v-5,3,-1,7,-6,8v6,-2,5,3,4,9v-2,0,1,-6,-4,-3v0,2,0,2,-2,2v0,0,0,-2,-1,-2v-1,2,-3,5,-4,8v-1,-1,0,-3,-2,-3v0,9,-5,-2,-4,9v-3,-1,-5,5,-3,1v6,-3,3,4,9,2v0,-1,-2,-4,1,-3v-1,3,2,2,3,4v-3,0,-8,2,-2,3v-1,-2,1,-2,3,-2v1,8,8,11,3,18v2,0,4,0,3,2v-1,0,-3,-1,-3,1v7,0,0,9,9,7v-1,10,9,5,11,14v6,1,4,6,11,3v1,6,8,0,15,2v1,-5,18,-5,13,-11v8,-1,5,-8,9,-11v1,2,2,1,4,0v-1,-3,2,-5,-1,-7v0,0,0,2,-1,2v0,-4,2,-10,4,-5v-1,-3,2,-2,3,-4v-8,0,-2,-3,-1,-7v-3,1,-4,-1,-2,-3v2,-1,7,0,4,-1v3,-7,6,-6,7,-12v1,0,6,3,3,0v-2,0,-7,-5,0,-4v-4,-5,-12,-8,-11,-14v0,0,0,2,-1,2v-4,-8,-10,-23,-14,-16r0,-4xm133,-113v-2,1,2,2,2,2v0,-2,0,-2,-2,-2xm168,-98v2,0,1,-2,1,-3v-4,0,-2,0,-1,3xm61,-98v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm31,-95v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm162,-94v3,0,3,-3,0,-1r0,1xm168,-95v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm173,-95v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm152,-92v0,-3,-4,-4,-2,0r2,0xm31,-92v0,2,2,1,3,1v0,-1,2,-3,0,-3v1,2,-1,2,-3,2xm34,-87v2,-3,8,-4,5,-7v1,4,-6,2,-5,7xm48,-93v1,2,3,1,2,-1xm41,-91v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm44,-89v3,2,4,-5,2,-2v-1,1,-2,0,-2,2xm168,-90v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm41,-89v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm150,-90r-1,3v0,0,5,-3,1,-3xm39,-87v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm154,-86v0,0,2,0,2,-1v0,0,-2,0,-2,1xm161,-87v-1,0,-3,1,-1,1xm41,-82v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm145,-82v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm39,-79v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm142,-77v1,-2,-1,-2,-3,-2v-1,2,1,2,3,2xm136,-65v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm10,-63v0,0,2,0,2,-1v0,0,-2,0,-2,1xm12,-57v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm103,-174v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm83,-174v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm111,-174v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm116,-175v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm126,-175v2,0,4,0,3,3v-2,0,-2,-1,-3,-3xm115,-174v0,2,-1,2,-2,1xm67,-171v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm37,-157v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm150,-156v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm158,-154v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm198,-154r-1,0r1,0xm33,-151v1,0,3,1,1,1xm174,-149v0,2,-3,1,-1,0r1,0xm160,-147v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm23,-145v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm162,-144v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm169,-141v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm18,-140v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm24,-139v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm173,-138v0,0,-2,0,-2,-1v0,0,2,0,2,1xm197,-138v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-136v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm19,-133v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm14,-133r-1,0r1,0xm18,-130v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm181,-128v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm14,-125v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm181,-125v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm113,-124v1,0,3,1,1,1xm115,-122v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm184,-119v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm74,-117v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm7,-115v-1,2,-3,1,-2,-1xm196,-111v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm175,-109v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm66,-106v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm176,-108v4,0,3,3,0,1r0,-1xm12,-106v0,0,-2,0,-2,-1v0,0,2,0,2,1xm63,-106v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm181,-107v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm14,-104v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm66,-104v0,0,0,-2,1,-2v0,0,0,2,-1,2xm181,-104v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm64,-105v0,1,-1,3,-1,1xm192,-101v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm193,-103v1,0,3,1,1,1xm14,-102v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm8,-100v0,0,-2,0,-2,-1v0,0,2,0,2,1xm17,-101v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm135,-100v0,0,-2,0,-2,-1v0,0,2,0,2,1xm12,-98v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm15,-98v0,0,2,0,2,1v0,0,-2,0,-2,-1xm18,-97v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm186,-97v0,-2,3,-1,4,-1v-1,2,-1,1,-4,1xm12,-96v0,0,-2,0,-2,-1v0,0,2,0,2,1xm22,-97v0,2,-4,0,-1,0r1,0xm133,-96v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm138,-97v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm20,-94v0,-2,3,-1,4,-1v0,2,-2,1,-4,1xm26,-90r0,-5r0,5xm68,-94v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-92v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm15,-92v-1,-3,3,-2,5,-2v0,5,-1,3,-5,2xm64,-94v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm188,-92v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm198,-92v-1,3,-2,-2,-2,-2v2,-1,0,2,2,2xm5,-92v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm23,-91v0,0,-2,0,-2,-1v0,0,2,0,2,1xm27,-92v1,0,3,1,1,1xm143,-92v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm190,-92v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm58,-91v1,0,1,1,1,2v-2,0,-2,0,-1,-2xm139,-90v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm194,-90v0,0,-2,0,-2,-1v0,0,2,0,2,1xm10,-87v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm59,-89v2,-1,2,1,2,3v-3,1,-3,0,-2,-3xm188,-89v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm8,-87v3,1,-2,2,-2,2v-1,-2,2,0,2,-2xm57,-86v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm52,-84v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm141,-82v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm48,-82v1,0,3,1,1,1xm55,-82v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm133,-80v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm138,-81v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-77v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm48,-78v1,-2,3,-1,2,1xm62,-76v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm136,-75v-4,0,-3,-3,0,-1r0,1xm137,-76v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm59,-74v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm62,-70v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm131,-71v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm8,-69v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm129,-68v0,3,-2,2,-2,0r2,0xm63,-60v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm186,-58v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,-57v-1,4,-6,5,-2,0r2,0xm126,-57v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm127,-54v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm130,-54v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm130,-53v0,2,-1,1,-2,1xm188,-47v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm120,-43v0,0,-2,0,-2,-1v0,0,2,0,2,1xm117,-40v0,1,-1,3,-1,1xm180,-35v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm104,-32v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm177,-31v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm22,-26v-1,0,-3,-1,-1,-1xm28,-17v0,0,-2,0,-2,-1v0,0,2,0,2,1xm165,-14v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm160,-12v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm36,-12v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm12,-5v0,0,-2,0,-2,-1v0,0,2,0,2,1xm49,-5v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm55,5v0,0,-2,0,-2,-1v0,0,2,0,2,1xm125,6v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm59,6v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,6v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm116,7v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm74,10v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm79,10v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm82,10v0,0,-2,0,-2,-1v0,0,2,0,2,1xm64,11v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,10v1,0,3,1,1,1xm118,11v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm25,13v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm85,12r-1,0r1,0xm120,14v0,-1,1,-3,1,-1xm152,17v0,0,-2,0,-2,-1v0,0,2,0,2,1xm173,33v0,0,-2,0,-2,-1v0,0,2,0,2,1xm177,37v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm122,47v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm159,72v0,4,-4,5,-2,0r2,0xm154,75v0,0,2,0,2,1v0,0,-2,0,-2,-1xm118,78v0,1,-1,3,-1,1xm157,84v-1,0,-1,-1,-1,-2v1,0,1,1,1,2"},"P":{"d":"146,-257v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm28,-221v2,1,2,4,-1,4xm36,-197v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm51,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm148,-190v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm115,-183v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm112,-180v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm183,-78v0,-4,-1,-3,-4,-2v0,0,0,2,-1,2v0,0,0,-2,-1,-2v1,16,-5,17,-6,27v-2,0,-2,0,-2,2v0,0,2,0,2,1v-5,7,-5,20,-14,23v-2,8,-9,8,-11,19v1,-6,-2,-5,-5,-2v-9,12,-22,8,-23,14v0,-6,-2,1,-4,-3v0,4,-1,5,-2,2v-4,3,-11,1,-15,0v-8,-11,-18,-24,-19,-37v10,-1,23,2,31,-1v0,-5,12,-4,12,-13v5,2,2,-7,8,-6v0,-3,-4,-2,0,-5v-2,0,-2,0,-2,-2v4,1,4,-4,5,-14v3,-3,5,-13,2,-16v0,1,-1,1,-2,1v1,-4,4,-1,0,-6v3,1,2,-4,2,-6v-7,-2,-1,-14,-10,-16v-6,-14,-30,-16,-37,-12v1,0,1,0,1,1v-6,-2,-6,1,-10,3v0,0,0,-2,-1,-2v0,2,-3,4,0,3v3,0,3,0,1,2v-3,-1,-2,2,-5,2v0,0,0,-2,-1,-2v-1,3,2,2,3,4v-6,0,-7,0,-8,5v2,0,5,-2,4,1v-5,-1,0,6,-4,8v0,0,0,-2,-1,-2v0,2,-5,12,0,8v6,1,1,2,0,6v-9,1,-2,8,-6,15v0,0,0,-2,-1,-2v1,8,2,9,1,13v-4,-4,-1,-2,-1,1v2,3,4,9,1,6v-1,0,-1,1,-1,2v11,7,-2,9,6,18v-2,0,-2,0,-2,2v9,3,-3,13,7,17v-4,7,7,13,-1,18v-1,-4,-2,-2,-6,-2v3,7,-14,9,-4,10v0,1,-1,3,1,3v0,-2,-2,-5,1,-4v1,5,-2,5,-4,7v2,0,2,0,2,2v-13,8,7,16,-2,14v0,2,3,0,2,3v-8,5,-4,15,-3,21v-4,1,-2,-3,-6,-2v2,10,-8,-1,-9,7v-1,-3,-8,-5,-8,-1v1,0,1,1,1,2v-6,1,-1,-6,-7,0v0,-5,-7,-4,-9,-4v1,0,1,0,1,1v-18,-2,-6,-18,-17,-23v14,0,0,-5,5,-10v0,1,0,1,1,1v0,-4,0,-6,1,-9v0,1,1,1,2,1v-5,-16,0,-20,-2,-32v2,0,4,-2,2,-4v-2,0,-2,0,-2,-2v2,0,2,0,2,-2v-2,0,-2,-1,-3,-3v6,0,-1,-3,4,-4v-5,-1,-1,-3,-3,-7v1,0,5,0,2,-1v1,-11,-3,-15,0,-21v-8,-3,0,-10,-3,-14v6,0,-2,-5,3,-11v-3,1,-3,0,-2,-3v4,-1,2,-2,2,-6v-1,0,-3,1,-3,-1v5,0,1,-5,3,-11v-3,1,-1,-3,-3,-5r4,1v-1,-9,-6,-22,-4,-29v0,1,0,1,1,1v0,-7,-2,-17,0,-23v7,-1,-1,-5,8,-5v-2,0,-2,0,-2,-2v17,-2,32,2,35,0v0,1,-1,3,1,3v0,-4,1,-3,3,-1v-1,4,3,-1,2,3v-2,0,-2,0,-2,2v6,1,5,-8,8,-9v3,3,-3,6,1,6v-1,-4,5,-3,7,-6v-2,0,-4,0,-2,-2v4,-2,4,6,7,2v-1,0,-3,1,-3,-1v5,1,4,-5,10,-5v0,3,0,1,3,1v3,-3,10,2,15,-3v-1,1,-1,6,0,3v3,1,1,-3,3,-3v-1,3,2,2,4,2v0,-2,0,-2,2,-2v2,7,14,-1,13,7v3,1,1,-3,3,-3v1,2,1,2,0,4v4,1,7,0,10,2v0,0,0,-2,1,-2v-1,8,5,0,4,7v1,-1,0,-2,2,-2v0,6,10,3,10,11v5,0,7,4,10,7v-1,-1,-6,-1,-3,0v-1,2,1,2,3,2v0,0,0,-2,1,-2v-2,4,1,7,3,3v4,5,-10,5,0,5v2,8,7,-4,5,10v4,-1,-1,6,4,5v0,-2,0,-2,2,-2v-1,5,5,3,4,10v7,11,-1,32,2,40xm12,-158v0,-2,-3,-1,-1,0r1,0xm8,25v2,0,1,-3,0,-1r0,1xm11,40v0,-2,-5,-3,-2,-1v0,1,1,1,2,1xm17,52v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm27,54v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm54,14v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm54,9v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm54,-2v0,0,0,-2,-1,-2v0,0,0,2,1,2xm56,14v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm60,-54v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm59,-6v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm62,-4v-1,-1,-3,3,-3,3v2,0,1,-3,3,-3xm56,1v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm58,-5v0,-2,-4,0,-1,0r1,0xm57,-162v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm59,-75v0,0,0,2,1,2v0,0,0,-2,-1,-2xm59,-159v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm61,-102v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm61,-163v0,0,0,-2,-1,-2v0,0,0,2,1,2xm65,-94v1,-2,-1,-2,-3,-2v-1,2,1,2,3,2xm115,-176v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm124,-45v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm131,-2v0,0,0,-2,-1,-2v0,0,0,2,1,2xm131,-5v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm132,-6v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm146,-159v0,0,0,-2,-1,-2v0,0,0,2,1,2xm154,-153v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm171,-129v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm174,-113v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm181,-102v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm175,-115v-1,3,2,1,4,1v0,-1,0,-1,1,-1v0,0,0,2,1,2v0,-3,-2,-11,-6,-7v4,0,3,2,3,5r-3,0xm178,-107v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm179,-102v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm179,-113v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm179,-108v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm183,-92v-3,-2,-3,4,-4,5v2,-1,1,-4,4,-5xm180,-84v-1,2,1,2,3,2v1,-2,-1,-2,-3,-2xm30,-179v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm77,-179v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm83,-179v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm91,-179v0,0,-2,0,-2,-1v0,0,2,0,2,1xm92,-178v0,0,2,-3,2,-1xm97,-179v0,0,-2,0,-2,-1v0,0,2,0,2,1xm70,-179v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm78,-179v0,0,2,0,2,1v0,0,-2,0,-2,-1xm115,-178v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm77,-178v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm44,-176v0,0,-2,0,-2,-1v0,0,2,0,2,1xm65,-176v0,0,-2,0,-2,-1v0,0,2,0,2,1xm75,-176v0,0,-2,0,-2,-1v0,0,2,0,2,1xm130,-177v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm134,-176v0,0,-2,0,-2,-1v0,0,2,0,2,1xm153,-176v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm45,-176v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm126,-176v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm130,-174v0,0,0,-2,1,-2v0,0,0,2,-1,2xm139,-174v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm134,-174v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm14,-173v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm40,-173v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm53,-171v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm137,-173v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm45,-172v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm46,-171v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm58,-171v-1,0,-3,-1,-1,-1xm63,-171v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm56,-168v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm159,-168v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm9,-167v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm57,-167v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm167,-162v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm153,-157v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm7,-155v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm163,-152v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm2,-150v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm167,-145v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm171,-144v0,0,-2,0,-2,-1v0,0,2,0,2,1xm168,-142v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm174,-141v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm175,-139v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm172,-134v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm174,-134v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm88,-131v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm174,-129v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm82,-128v0,0,0,2,-1,2v0,0,0,-2,1,-2xm82,-123v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-121v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm6,-121r-2,0v2,0,1,-2,2,0xm4,-117v1,-1,5,-1,2,0r-2,0xm8,-118v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm76,-118v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm1,-113v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm7,-107v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm9,-107v0,0,0,2,-1,2v0,0,0,-2,1,-2xm71,-107v0,2,-1,2,-2,1xm75,-105v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm9,-104v0,0,2,0,2,1v0,0,-2,0,-2,-1xm7,-103v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm71,-102v0,2,-1,2,-2,1xm9,-98v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-97v0,0,-2,0,-2,-1v0,0,2,0,2,1xm72,-97v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-93v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm8,-93v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm9,-92v0,0,2,0,2,1v0,0,-2,0,-2,-1xm65,-90v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm132,-87v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-85v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm92,-83v0,-1,1,-3,1,-1xm8,-82v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm64,-83v-1,2,-3,1,-2,-1xm65,-80v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm64,-76v-1,0,-3,-1,-1,-1xm65,-73v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm63,-70v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm63,-69v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm67,-66v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm8,-61v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm9,-60v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm70,-57v1,0,2,2,0,2v-1,-1,0,0,0,-2xm174,-50v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm9,-44v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,-43v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm104,-42v0,1,-1,3,-1,1xm80,-38v0,0,-2,0,-2,-1v0,0,2,0,2,1xm91,-37v0,0,-2,0,-2,-1v0,0,2,0,2,1xm102,-35v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm168,-33v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm163,-31v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm165,-31v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm67,-29v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm162,-28v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm69,-25v1,-2,3,-1,2,1xm158,-26v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm158,-23v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm9,-21v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm153,-19v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm157,-18v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm8,-16v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm153,-17v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm151,-16v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm153,-14v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm148,-13v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm9,-5v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-6v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm140,-6v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm139,-5v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm143,-4v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm142,-1v0,-2,3,-1,1,0r-1,0xm7,0v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm63,0v0,-2,3,-1,4,-1v-1,2,-1,2,-4,1xm134,-1v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm62,0v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm138,1v-1,0,-3,-1,-1,-1xm143,0v0,0,2,0,2,1v0,0,-2,0,-2,-1xm65,3v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm91,1v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm5,5v0,0,-2,0,-2,-1v0,0,2,0,2,1xm67,4v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm8,6v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm80,5v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm65,6v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm64,8v0,2,-4,0,-1,0r1,0xm69,8v1,0,3,1,1,1xm104,8v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm3,10v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm148,10v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm60,11v2,-2,6,-1,5,3v-3,0,-2,-3,-5,-3xm129,11v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm61,20v-3,1,-2,-3,-2,-5v1,0,1,0,1,-1v-1,0,-1,0,-1,-1v2,1,5,6,2,7xm68,13v0,0,2,0,2,1v0,0,-2,0,-2,-1xm73,13v0,0,2,0,2,1v0,0,-2,0,-2,-1xm6,18v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm2,20v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm58,21v-1,0,-3,-1,-1,-1xm64,27v-1,0,-3,-1,-1,-1xm2,27v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm84,28v0,-2,4,0,1,0r-1,0xm179,27v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm71,30v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm59,31v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm65,33v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm5,35v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm60,35v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm62,37v0,3,-2,3,-5,3v-1,-4,2,-3,5,-3xm64,42v0,0,-3,-2,-1,-2xm58,43v-1,0,-3,-1,-1,-1xm7,47v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm65,46v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm67,46v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm7,48v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm53,53v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm8,53v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm9,55v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm36,58v-2,0,-1,-3,-1,-4v2,0,1,3,1,4xm42,55v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm50,54v2,0,1,3,0,1r0,-1xm14,55v0,0,0,2,-1,2v0,0,0,-2,1,-2xm48,55v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm18,57v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm38,57v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm41,58v0,-2,3,-1,1,0r-1,0xm12,58v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm73,59v0,0,2,0,2,1v0,0,-2,0,-2,-1xm26,60v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm34,60v0,0,0,2,-1,2v0,0,0,-2,1,-2xm179,63v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm41,66v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm28,67v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm14,69v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm210,72v-1,4,-6,0,-3,0r3,0xm221,76v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm59,80v0,-2,4,-3,4,-1v-1,0,-2,2,-4,1xm85,90v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm205,91v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm361,95v0,-2,3,-1,1,0r-1,0xm193,102v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm168,105v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm34,120v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm354,120v1,0,1,0,1,1v-1,0,-1,0,-1,-1"},"Q":{"d":"-27,-267v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-145,-231v0,0,-3,7,-2,1v0,0,2,0,2,-1xm135,-222v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm105,-205v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm93,-198v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm85,-194v0,0,-2,0,-2,-1v0,0,2,0,2,1xm53,-193v0,0,-2,0,-2,-1v0,0,2,0,2,1xm67,-190v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm77,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm194,27v-2,1,-7,0,-4,1v0,1,-3,4,-1,4v0,-1,0,-1,1,-1v0,2,5,1,2,5v-5,2,-3,7,-13,8v2,3,-3,4,-1,2v0,-1,1,-3,-1,-3v1,3,-2,3,-5,4v0,-1,1,-3,-1,-3v1,5,-4,4,-6,2v1,-2,-1,-2,-3,-2v0,1,1,4,-1,4v0,-2,1,-6,-2,-5v-2,5,-1,1,-2,0v-1,6,-4,0,-7,0v0,-1,-1,-1,-2,-1v0,1,0,1,-1,1v-13,-6,-1,-29,-11,-22v-1,-5,2,-4,4,-7v-2,0,-6,2,-6,0v6,0,9,-13,2,-11v-2,-2,0,-6,1,-3v0,0,2,0,2,-1v-2,1,-2,-1,-2,-3v3,0,5,-4,0,-2v0,-2,-3,0,-1,-4v3,0,3,0,1,-2v-2,3,-4,-3,-5,0v0,0,2,0,2,1v-2,0,-5,-2,-5,0v0,0,2,0,2,1v-8,-1,-15,2,-19,0v1,3,-1,4,-3,2v0,0,0,-2,-1,-2v-1,9,-9,-1,-11,6v-26,-10,-30,-1,-38,-12v-9,2,-7,-7,-13,-5v3,-6,-9,3,-6,-7v-10,0,-11,-26,-15,-13r1,1v-5,-4,1,-13,-7,-17v0,0,2,0,2,-1v-5,-3,-2,-8,-4,-10v-1,2,-2,1,-6,1r6,-11v-3,1,-2,-2,-5,-2v1,2,2,5,-2,4v-4,-6,8,-4,1,-8v0,2,0,2,-2,2v-1,-4,3,-2,4,-4v-4,-1,-1,0,-1,-3v1,1,0,2,2,2v-11,-6,-7,-24,-2,-33v0,1,0,1,1,1v2,-7,2,-16,6,-21v-1,2,1,2,3,2v-1,-3,0,-7,-4,-3v3,-7,13,-8,11,-14v6,0,3,-11,9,-10v0,1,-1,3,1,3v-4,-9,11,-6,7,-11v6,1,2,-7,7,-6v0,5,1,0,3,2v-3,-5,7,-9,9,-6v0,0,-2,0,-2,1v5,0,0,-5,4,-5v1,2,0,5,3,4v0,-2,-1,-6,1,-6v-1,4,1,5,2,1v13,2,17,-4,26,-2v0,0,0,-2,1,-2v0,2,0,2,2,2v0,0,0,-2,1,-2v0,0,-1,5,2,3v0,-2,0,-4,3,-3v-5,12,13,4,12,14v0,0,-2,0,-2,1v6,-3,5,3,7,6v-1,-3,2,-2,4,-2v1,3,-2,1,-2,3v6,0,0,7,5,8v-1,-3,1,-2,2,-4v-4,1,-3,-2,-3,-5v1,0,3,3,4,0v-6,0,1,-3,-3,-5v4,-1,6,-3,9,-3v-1,0,-1,-1,-1,-2v7,-4,12,-7,21,-6v-3,-1,-2,2,-2,4v3,1,1,-3,4,-4v0,2,0,2,2,2v0,-2,-4,-5,0,-3v3,1,3,4,6,0v0,0,-2,0,-2,-1v5,-3,4,3,6,5v-1,-6,3,1,9,-1v1,4,-3,-1,-4,2v7,-1,-3,5,3,5v0,-1,-1,-3,1,-3v1,13,6,7,4,16v-2,-1,-2,1,-2,3v2,0,2,0,2,2v-3,-1,-5,1,-4,4v3,-2,6,-2,6,2v-2,0,-5,-1,-4,2v3,1,9,0,6,3v-1,-1,-6,-1,-3,0v0,2,7,6,1,3v-3,2,-1,1,0,2v3,-1,2,3,2,5v-2,-1,-2,1,-2,3v3,-1,2,2,2,4v0,0,-2,0,-2,1v2,-1,7,0,4,1v-2,2,3,10,-1,7v-2,0,0,-3,-3,-2v0,2,-2,5,0,5v0,-2,0,-2,2,-2v2,10,1,17,1,24v0,-1,0,-1,-1,-1v-1,3,5,1,3,6v-1,0,-3,-1,-3,1v3,-1,4,1,1,2v0,-2,-3,-1,-4,-1v9,5,-5,17,3,17v0,-3,0,-1,3,-1v-3,12,-7,8,-3,16v0,0,-2,0,-2,1v2,0,4,2,3,5v-2,0,-4,0,-3,2v3,1,2,-2,5,-2v-6,10,2,13,-2,19v-2,0,-4,0,-3,2v2,0,4,0,2,2v-3,-1,-3,-1,-2,2v3,1,1,-2,3,-2v1,2,1,6,-1,3v-2,0,-4,2,-2,4v1,0,4,-2,3,1v-4,0,-2,0,-1,3v0,2,2,6,0,7v0,-1,-1,-1,-2,-1v1,7,4,7,2,12v-3,0,-3,5,-2,7v2,0,2,0,2,2v-1,1,-3,5,-2,8v2,-1,2,1,2,3v-2,0,-6,-1,-6,1v7,0,1,8,8,7xm189,-44v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm190,-66v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm189,-18v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm189,-16v-2,0,-1,3,0,1r0,-1xm188,-9v0,1,1,3,1,1xm188,-5v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm188,6v0,0,0,2,1,2v0,0,0,-2,-1,-2xm190,-114v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm189,-102v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm189,-97v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm188,-82v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm11,-107v0,0,0,2,1,2v0,0,0,-2,-1,-2xm11,-103v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm8,-96v0,2,3,1,4,1v1,-4,-2,-2,-4,-1xm12,-92v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm12,-116v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm15,-85v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm15,-108v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm17,-71v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm18,-122v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm17,-130v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm24,-57v0,0,-3,2,-1,2v0,0,0,-2,1,-2xm32,-38v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm59,-179v0,-2,0,-2,-2,-2v0,2,0,2,2,2xm139,-176v-2,0,-2,1,-1,2xm139,-140v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm139,-135v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm138,-173v-2,-1,-5,1,-1,1xm135,-155v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm131,-160v0,0,0,2,1,2v0,0,0,-2,-1,-2xm130,-154v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm127,-157v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm116,-181v-1,-2,-2,2,-2,2v2,1,0,-2,2,-2xm113,-182v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm98,-188v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm77,-187v1,3,4,4,1,0r-1,0xm66,-102v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm66,-88v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm67,-84v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm76,-64v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm113,-46v1,-3,-3,-4,-4,-2v2,0,1,3,4,2xm118,-11v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm126,-11v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm140,-97v-5,-5,-5,-17,-1,-22v-2,0,-4,0,-3,-3v5,-1,3,-6,3,-10v-4,1,-3,-3,-3,-6v1,0,1,0,1,-1v-2,2,-4,0,-2,-2v2,-1,3,-5,0,-5v0,1,0,1,-1,1v-1,-6,3,-3,3,-7v-4,1,-2,-3,-6,-2v1,10,-8,5,-1,11v-5,1,0,5,-9,2v0,-2,0,-4,-2,-3v1,4,-4,6,-3,1v0,0,2,0,2,-1v-13,0,-30,-6,-33,3v-5,-1,-3,5,-9,3v1,3,-6,6,-3,6v2,-2,3,3,4,4v-7,-2,-6,3,-5,8v-4,-1,-5,1,-1,2v0,-1,0,-1,1,-1v1,4,-4,0,-4,3v4,-1,3,3,5,5v-3,0,-5,-4,-6,0v2,-1,5,2,1,2v-2,6,1,4,3,8v-7,0,-1,5,0,2v6,1,1,3,0,7v-2,0,-4,0,-3,2v1,0,7,-1,4,0v0,2,0,4,-2,2v3,7,-4,13,-2,16v0,-3,2,-2,3,-3v0,2,-2,6,0,6v1,-3,3,1,5,0v0,3,-3,2,-4,4v2,-1,9,-3,5,1v-1,3,2,2,3,4v-2,0,-5,-1,-4,2v7,-3,3,6,10,5v0,0,0,2,1,2v2,-2,2,-5,5,-6v1,4,-6,11,-1,7v4,-3,7,10,13,2v-2,0,-2,0,-1,-2v7,-2,-1,3,4,4v-1,-17,21,-9,18,-23v19,2,13,-14,15,-28xm70,-95v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm69,-96v1,0,3,-1,1,-1xm151,-182v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm154,-184v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm168,46v0,0,0,-2,-1,-2v0,0,0,2,1,2xm184,-168v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm185,-163v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm7,-102v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm159,-190v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm180,-192v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm68,-190v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm109,-190v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm118,-190v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm167,-190v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm21,-188v0,0,-2,0,-2,-1v0,0,2,0,2,1xm130,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm157,-189v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm188,-188v0,0,-2,0,-2,-1v0,0,2,0,2,1xm62,-187v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm63,-187v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm114,-188v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm60,-185v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm204,-185v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm122,-184v0,1,-1,1,-2,1v0,-2,0,-2,2,-1xm201,-183v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm51,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm135,-182v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm188,-182v1,3,-1,3,-3,4v0,-3,0,-5,3,-4xm193,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm122,-179v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm196,-179v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm134,-179v0,3,-2,2,-3,1v0,-2,2,-1,3,-1xm49,-177v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm124,-178v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm131,-177v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm188,-177v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm192,-177v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm41,-176v2,0,1,1,1,2xm126,-174v-2,0,0,-4,0,-1r0,1xm28,-172v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm204,-173v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm195,-171v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm200,-171v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm195,-170v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm38,-167v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm189,-165v2,0,1,2,1,3v-3,0,-1,0,-1,-3xm192,-165v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm201,-163v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm194,-163v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm30,-161v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm33,-161v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm27,-159v0,-1,1,-3,1,-1xm190,-161v0,0,2,0,2,1v0,0,-2,0,-2,-1xm190,-160v0,0,0,2,-1,2v0,0,0,-2,1,-2xm195,-158v0,0,0,-2,1,-2v0,0,0,2,-1,2xm185,-157v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm192,-155v-2,1,-2,-1,-2,-3v3,0,3,0,2,3xm26,-157v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm14,-155v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm28,-155v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm200,-155v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm203,-155v-1,0,-3,-1,-1,-1xm23,-155v2,0,1,3,0,1r0,-1xm26,-154v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm192,-152v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm196,-152v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm6,-152r0,0r0,0xm132,-150v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm198,-150v0,0,-2,0,-2,-1v0,0,2,0,2,1xm195,-149v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm204,-146v-2,0,-2,-1,-1,-2xm198,-145v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm130,-145v0,0,3,2,1,2xm198,-144v0,5,-6,6,-4,0v2,-1,1,0,4,0xm200,-145v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm202,-143v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm17,-141v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm107,-141v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm113,-141v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm131,-141v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm205,-141v-1,0,-2,-3,0,-2r0,2xm201,-140v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-140r-1,0r1,0xm132,-138v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm193,-138v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm198,-139v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm17,-136v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm82,-136v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm125,-138v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm130,-136v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm131,-138v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm194,-138v0,0,0,2,-1,2v0,0,0,-2,1,-2xm198,-138v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm11,-135v0,0,-2,0,-2,-1v0,0,2,0,2,1xm134,-136v3,1,-2,2,-2,2v-1,-2,2,0,2,-2xm14,-135v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm130,-132v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm198,-132v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm204,-134v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm132,-130v-1,-2,1,-2,3,-2v0,1,-1,2,-3,2xm10,-131v1,0,3,1,1,1xm80,-130v0,0,-2,0,-2,-1v0,0,2,0,2,1xm130,-130v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm200,-130v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm136,-128v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm200,-126v-1,-3,3,-2,5,-3v1,4,-2,3,-5,3xm12,-128v2,0,1,3,1,4v-2,0,-1,-3,-1,-4xm195,-126v0,0,0,-2,1,-2v0,0,0,2,-1,2xm132,-126v0,0,2,0,2,1v0,0,-2,0,-2,-1xm205,-122v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm199,-122v1,3,-2,2,-4,2v-1,-3,2,-2,4,-2xm97,-120v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm131,-120v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm204,-120v0,0,3,2,1,2xm80,-118v0,0,-2,0,-2,-1v0,0,2,0,2,1xm199,-119v0,2,-5,2,-5,0r5,0xm75,-117v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm72,-116v1,1,5,4,0,3r0,-3xm77,-116v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm92,-116v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm196,-116v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm130,-114v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm132,-113v0,0,2,0,2,1v0,0,-2,0,-2,-1xm78,-111v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm130,-111v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm196,-112v3,-1,2,2,2,4v-3,1,-4,-2,-2,-4xm193,-109v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm202,-109v0,0,2,0,2,1v0,0,-2,0,-2,-1xm198,-107v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm71,-105v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm199,-104v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm195,-104v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm76,-103v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm78,-102v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm194,-103v3,0,5,7,2,4v-1,0,-1,-1,-2,-4xm200,-103v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm73,-99v0,-2,0,-4,2,-3v0,2,0,4,-2,3xm204,-102v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm138,-96v-1,0,-3,-1,-1,-1xm78,-96v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm73,-93v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm77,-93v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm137,-92v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm135,-92v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm76,-91v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm137,-91v0,0,2,0,2,1v0,0,-2,0,-2,-1xm75,-90v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm75,-87v0,2,-2,1,-3,2v-1,-2,1,-2,3,-2xm76,-86v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm89,-86v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm100,-86v0,0,2,0,2,1v0,0,-2,0,-2,-1xm198,-84v-2,0,-2,0,-2,-2v2,0,4,0,2,2xm195,-82v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm73,-82v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm75,-81v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm83,-81v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm88,-81v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm72,-80v0,0,0,2,-1,2v0,0,0,-2,1,-2xm92,-80v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm71,-78v0,0,0,2,-1,2v0,0,0,-2,1,-2xm77,-78v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm82,-77v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm196,-77v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-75v1,-1,10,8,4,4v0,1,-1,1,-2,1v-1,-2,0,-5,-2,-5xm11,-72v0,0,0,-2,1,-2v0,0,0,2,-1,2xm107,-74v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm81,-72v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm88,-71v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm200,-71v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm78,-70v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm83,-70v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm86,-70v0,2,-3,1,-1,0r1,0xm89,-67v-3,-3,4,-3,4,-3v0,3,-5,-1,-4,3xm195,-67v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm81,-66v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm109,-68v0,1,-1,3,-1,1xm199,-67v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm86,-64v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm80,-65v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm88,-64v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm115,-65v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm15,-64v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm114,-63v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm195,-59v-2,0,-1,-3,-1,-4v2,0,1,3,1,4xm84,-61v1,0,3,1,1,1xm89,-61v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm17,-60v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm89,-59v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm107,-60v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm82,-59v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm92,-59v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm108,-59v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm204,-59v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm86,-54v-3,1,-3,-1,-3,-4v3,-1,3,1,3,4xm200,-58v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm87,-57v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm103,-57v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm107,-57v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm195,-55v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm205,-53v0,0,0,2,-1,2v0,0,0,-2,1,-2xm201,-48v0,2,0,2,-2,2v0,0,-3,-6,1,-5v0,1,-1,3,1,3xm22,-50v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm15,-49v0,0,2,0,2,1v0,0,-2,0,-2,-1xm198,-48v0,2,0,4,-3,3v0,-2,0,-4,3,-3xm195,-44v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm200,-45v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm204,-45v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm198,-43v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm205,-40v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm24,-39v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm25,-39v1,0,3,1,1,1xm24,-37v0,0,2,0,2,1v0,0,-2,0,-2,-1xm196,-37v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm193,-33v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm196,-33v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm202,-31v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm33,-29v0,-1,1,-3,1,-1xm35,-31v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm194,-31v2,0,1,3,0,1r0,-1xm204,-31v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm198,-27v0,0,-2,0,-2,-1v0,0,2,0,2,1xm196,-26v0,0,0,2,-1,2v0,0,0,-2,1,-2xm195,-22v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm202,-23v0,2,-2,1,-3,2v-1,-2,1,-2,3,-2xm206,-21v0,0,-3,-2,-1,-2xm200,-21v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm49,-17v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm198,-18v3,1,-2,2,-2,2v-1,-2,2,0,2,-2xm194,-17v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm49,-16v2,0,1,3,0,1r0,-1xm48,-15v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm57,-12v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm49,-13v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm59,-11v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm70,-8v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm75,-8v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm76,-7v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm78,-7v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm123,-8v-1,1,-5,1,-2,0v1,-1,0,0,2,0xm71,-7v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm126,-6v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm193,-7v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm35,-5v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm68,-6v0,0,2,0,2,1v0,0,-2,0,-2,-1xm72,-6v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm109,-6v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm115,-6v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm195,-6v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm102,-4v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm112,-5v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm118,-5v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm125,-5v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm132,-5v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm108,-4v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm132,-4v4,1,5,6,0,2r0,-2xm76,0v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm193,-1v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm198,-1v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm204,-1v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm54,1v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm131,3v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm192,4v0,0,-2,0,-2,-1v0,0,2,0,2,1xm98,6v-1,-3,2,-2,4,-2v-1,1,-1,2,-4,2xm193,4v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm115,5v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm135,5v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm137,8v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm131,6v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm194,8v0,1,-1,1,-2,1v-1,-2,2,-1,2,-1xm126,9v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm196,9v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm192,13v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm193,14v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm131,14v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm194,14v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm196,16v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm6,17v1,2,-1,3,-2,1xm123,22v-1,0,-3,-1,-1,-1xm194,21v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm138,23v-1,0,-3,-1,-1,-1xm126,23v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm136,31v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm139,31v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm138,33v-1,0,-3,-1,-1,-1xm134,35v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm130,36v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm192,38v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm41,41v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm140,44v1,-3,2,2,2,2v-2,1,0,-2,-2,-2xm140,47v0,-1,1,-2,1,0r-1,0xm166,48v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm157,48v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm164,50v0,-1,2,-2,2,0v-1,1,0,0,-2,0xm115,50v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm148,50v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm156,50v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm6,53v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm145,53v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm33,63v0,-2,2,-1,3,-1v-1,2,-1,2,-3,1xm48,67v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm105,69v0,0,2,0,2,1v0,0,-2,0,-2,-1xm78,79v0,-2,0,-4,3,-3v0,2,0,4,-3,3xm32,81v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm188,84v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm19,93v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm-5,95v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm180,109v1,0,1,1,1,2v-1,0,-1,-1,-1,-2","w":204},"R":{"d":"70,-199v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm69,-196v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-195v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm105,-195v0,0,-2,0,-2,-1v0,0,2,0,2,1xm17,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm95,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm102,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm104,-193v2,-1,5,1,1,1xm117,-176v-4,-1,-7,-4,-3,1v0,0,2,0,2,1v-2,-1,-2,1,-2,3v0,0,2,0,2,1v0,0,-2,0,-2,1v4,0,2,0,2,4v-1,1,-3,0,-3,2v5,0,5,-4,6,1v-3,0,-3,6,-2,8v0,-1,0,-1,1,-1v0,4,-6,0,-4,7v-3,6,-15,9,-22,6v-1,10,-13,3,-15,11v0,0,2,0,2,1v-9,1,-1,15,-8,14v0,0,2,0,2,1v-5,3,-3,9,-5,15v5,0,0,1,2,4v-3,1,-1,-2,-3,-2v0,2,0,2,-2,2v0,-2,0,-2,-2,-2v3,7,-1,12,5,15v-1,0,-3,-1,-3,1v3,0,5,0,3,3v-6,-1,-4,9,-10,10v0,0,0,-2,-1,-2v2,4,-4,3,-2,9v2,0,2,0,2,2v0,0,-2,0,-2,1v5,2,16,4,10,9v8,6,-5,9,4,10v1,3,-1,2,-2,4v2,0,4,0,3,3v-3,1,-1,-2,-3,-2v3,6,0,5,1,12v2,0,2,0,2,2v-2,0,-5,-1,-5,1v1,0,4,-1,4,1v-10,4,-19,8,-30,7v2,0,4,0,3,2v-7,0,-14,0,-20,1v1,-1,1,-6,0,-3v-3,-1,-7,-2,-2,-3v-3,-2,-7,-1,-11,-3v3,-2,8,1,5,-3v-5,2,-10,-9,-5,-5v7,1,4,-3,2,-6v-2,1,-5,-4,-1,-4v0,1,-1,3,1,3v-2,-6,2,-8,-3,-9v4,0,6,-7,2,-4v-4,-1,-6,-5,0,-2v0,0,0,-2,1,-2v0,0,0,2,1,2v0,-3,-4,-11,0,-11v0,4,1,3,3,1v-1,-2,-4,-8,1,-4v-1,0,-1,1,-1,2v2,-5,0,-15,6,-9v-2,-9,16,-5,10,-3v1,4,1,2,4,1v5,-5,-4,-2,-3,-8v-3,0,-1,2,-5,4v-1,-14,-5,-2,-7,-14v1,4,-4,6,-2,1v-2,-2,-4,-1,-3,-7v-5,2,1,-8,-6,-3v-1,-6,9,-6,3,-8v0,0,2,0,2,-1v-4,0,-2,-4,-3,-8v5,-1,1,-4,0,0v-2,0,-1,2,-1,3v1,0,1,0,1,1v-2,0,-8,-16,-3,-9v7,-1,-1,-4,0,-8v2,0,6,2,6,0v-6,-3,-6,-2,-4,-9v1,0,4,1,4,-1v-3,0,-6,0,-5,-4v2,0,5,1,5,-1v-2,0,-5,1,-4,-2v5,2,6,-6,2,-2v-4,-4,2,-8,4,-12v-3,1,-5,-1,-4,-4v2,0,4,3,2,0v0,-2,-6,-2,-3,-6v8,-1,0,-1,0,-5v5,0,-1,-3,7,-3v-1,-8,7,-8,13,-8v-1,0,-4,1,-4,-1v3,-1,7,2,8,0v-1,-1,-4,0,-3,-3v3,-1,2,1,4,2v1,-3,1,-2,5,-2v-1,5,3,2,7,2v0,-3,0,-5,2,-2v-1,2,1,2,3,2v0,0,0,-2,1,-2v4,5,13,10,16,6v0,4,-1,4,3,2v0,-2,0,-2,2,-2v0,2,0,2,2,2v-1,-2,5,-4,2,-3v-3,0,-5,0,-2,-2v5,-2,3,3,7,1v-1,-4,4,1,5,-2v-2,0,-2,0,-2,-2v9,0,19,2,24,-4v0,1,-1,4,1,4v0,-1,-1,-4,1,-4v2,6,1,10,4,17xm49,-185v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm101,-185v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm112,-181v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm59,-180v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm67,-179v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm15,-174v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm15,-166v1,-2,-1,-2,-3,-2v-1,2,1,2,3,2xm12,-152v0,0,2,0,2,-1v0,0,-2,0,-2,1xm15,-143v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm10,-139v2,0,1,-3,0,-1r0,1xm15,-137v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm69,-121v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm14,-118v0,-2,0,-2,-2,-2v0,2,0,2,2,2xm68,-116v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm67,-112v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm16,-93v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm64,-94v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm63,-83v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm63,-80v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm42,-67v1,-3,-6,-8,-5,-2v2,0,2,3,5,2xm49,-72v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm44,-71v-1,2,1,2,3,2v1,-2,-1,-2,-3,-2xm50,-69v0,1,-4,3,-1,2v2,0,1,3,1,4v-1,0,-1,0,-1,1v6,1,7,-9,1,-7xm44,-68v1,2,4,2,2,0r-2,0xm63,-51v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm15,-50v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm63,-45v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm15,-40v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm16,-36v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm64,-36v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm64,-33v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm67,-31v-3,1,-4,2,0,1r0,-1xm16,-27v2,0,1,-2,1,-3v-2,0,-1,2,-1,3xm65,-25v0,0,2,3,2,1v0,0,-2,0,-2,-1xm63,-21v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm28,-12v0,0,2,0,2,-1v0,0,-2,0,-2,1xm25,-192v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm73,-192v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm44,-191r-1,1v0,-1,0,-1,1,-1xm52,-190v0,0,-2,0,-2,-1v0,0,2,0,2,1xm59,-190v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-190v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm103,-190v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm42,-189v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm44,-189v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm64,-190v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm65,-189v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm75,-189v1,3,-2,2,-4,2v-1,-3,2,-2,4,-2xm62,-186v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm65,-186v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm69,-185v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-185v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm121,-185v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm64,-184v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm16,-180v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm19,-182v-1,2,-3,1,-2,-1xm118,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-179v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,-179v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-177v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm120,-178v-1,2,-3,1,-2,-1xm117,-175v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm118,-174v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm121,-171v0,0,-2,0,-2,-1v0,0,2,0,2,1xm10,-169v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm124,-168v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm121,-168v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm126,-165v0,2,-3,1,-5,1v1,-2,2,-1,5,-1xm11,-163v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm11,-160v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm5,-158v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm118,-148v0,1,-1,1,-2,1v0,-3,0,-3,2,-1xm9,-148v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm114,-147v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm6,-142v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm100,-140v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm102,-141v0,1,-1,3,-1,1xm6,-138v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm96,-138v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm112,-138v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm111,-137v0,0,-2,0,-2,-1v0,0,2,0,2,1xm116,-137v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm84,-136v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm89,-136v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm94,-134v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm107,-136v0,0,0,2,-1,2v0,0,0,-2,1,-2xm6,-132v-3,-1,2,-2,2,-2v1,2,-2,0,-2,2xm89,-133v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm92,-132v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm107,-133v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm1,-128v1,-2,5,-6,5,0r-5,0xm85,-130v-1,0,-1,-1,-1,-2v2,0,2,0,1,2xm105,-131v0,0,-2,0,-2,-1v0,0,2,0,2,1xm80,-130v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm0,-128v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm86,-127v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm92,-127v0,1,-1,1,-2,1v0,-2,0,-2,2,-1xm114,-127v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-125v0,-2,3,-1,4,-1v0,2,-3,1,-4,1xm112,-125v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm117,-125v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-123v0,0,0,-2,1,-2v0,0,0,2,-1,2xm76,-123v0,0,0,-2,1,-2v0,0,0,2,-1,2xm81,-122v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm76,-121v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm91,-117v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-116v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm84,-115v0,0,-2,0,-2,-1v0,0,2,0,2,1xm5,-115v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm80,-110v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-110v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm11,-110v0,4,-3,3,-1,0r1,0xm10,-105v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-105v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm73,-101v-4,0,-5,-4,0,-2r0,2xm74,-104v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm118,-104r-1,0r1,0xm4,-103v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm73,-100v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm74,-96v0,0,0,-2,1,-2v0,0,0,2,-1,2xm12,-95v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm6,-93v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-91v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm9,-90v0,-3,5,-5,5,-1xm69,-93v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm68,-91v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm68,-88v1,-3,2,2,2,2v-2,1,0,-2,-2,-2xm14,-86v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm67,-88v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm15,-84v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-83v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-80v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm117,-78v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm25,-77v0,0,-2,0,-2,-1v0,0,2,0,2,1xm64,-74v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm65,-71v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-67v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm57,-66v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm57,-64v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm62,-63v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm62,-62v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm6,-61v0,1,-1,3,-1,1xm70,-60v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm67,-59v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm68,-56v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-54v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm6,-55v0,1,-1,3,-1,1xm69,-51v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-50v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm71,-48v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm74,-47v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-46v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-45v0,0,-2,0,-2,-1v0,0,2,0,2,1xm8,-44v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm8,-37v-4,1,-3,-2,-2,-4v3,-1,2,2,2,4xm71,-41v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm3,-40v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm3,-39v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm82,-37v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm71,-36v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-35v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm0,-32v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm73,-32v0,0,-2,0,-2,-1v0,0,2,0,2,1xm4,-31v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm1,-30v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm74,-30v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-29v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-29v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-29v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-25v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-24v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm91,-21v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm10,-19v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm9,-19v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm71,-18v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-17v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm0,-14v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-14v0,0,-2,0,-2,-1v0,0,2,0,2,1xm12,-12v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm16,-14v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm63,-14v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm69,-12v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm16,-10v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm49,-10v0,0,0,-2,1,-2v0,0,0,2,-1,2xm44,-10v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm10,-8v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm25,-9v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm32,-6v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm35,-6v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm49,-6v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm46,-6v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm25,-4v0,0,-2,0,-2,-1v0,0,2,0,2,1xm1,0v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm19,-1v-1,2,-3,1,-2,-1xm25,0v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm36,27v-2,0,-1,-3,0,-1r0,1","w":124},"S":{"d":"159,-177r0,1r0,-1xm23,-182v0,2,0,3,-1,5v6,-2,5,-8,10,-12v-1,3,1,3,4,3v1,-6,0,-6,6,-4v0,-12,10,0,9,-8v3,-1,1,3,3,3v10,-9,29,-3,38,-9v0,2,0,4,2,3v0,-3,0,-3,2,-2v-1,4,5,1,8,2v-1,-3,6,-4,3,-2v1,3,-2,2,-3,4v4,1,3,-3,5,-4v0,5,9,0,7,7v2,-8,12,4,8,-2v2,1,7,1,3,5v6,1,6,8,11,7v0,-1,-1,-3,1,-3v0,5,7,9,7,5v-3,-1,-3,-1,-2,-4v11,3,-3,15,7,10v-1,0,-1,0,-1,-1v8,2,13,16,2,18v1,6,-9,8,-4,10v-6,5,-14,4,-15,12v-1,-1,-5,-1,-2,0v-7,4,2,7,-2,13v5,3,6,-2,11,0v0,0,-2,0,-2,1v4,-1,3,3,6,4v0,-4,2,-2,4,-2v1,3,2,2,0,7v2,-4,8,0,11,1v1,2,-3,0,-3,2v4,-1,3,2,5,3v0,0,0,-2,-1,-2v1,-6,2,1,6,0v-3,3,-5,6,0,3v2,-1,4,-5,5,0v-3,0,-5,2,-6,5v3,12,12,-10,13,6v-2,0,0,-5,-4,-4v1,5,1,3,0,9v-3,-1,-6,1,-2,2v0,-1,1,-1,2,-1r0,3v-5,0,-1,2,-8,1v-1,3,4,-1,4,2r-2,0v6,7,7,17,0,18v0,-1,-1,-7,-2,-4v0,3,10,8,4,10v0,-3,-4,-6,-3,0v2,0,8,2,3,2v-5,1,1,10,-7,9v-1,-3,1,-2,2,-4v-4,-2,-3,1,-3,4v2,0,1,2,1,3v-12,9,-7,9,-14,15v2,-1,5,1,1,1v-8,-1,-9,10,-17,9v-10,5,-16,6,-21,14v0,-6,-11,-4,-6,-4v0,2,-2,1,-3,1v0,-1,0,-1,-1,-1v1,2,0,1,0,4v-2,0,0,-4,-4,-3v2,1,2,4,-2,4v-3,-3,4,-4,-2,-4v-1,1,-2,3,-7,3v0,0,0,-2,-1,-2v0,2,0,4,-2,3v1,-6,-7,-1,-9,-4v0,5,0,1,-4,1v-7,-3,-11,-5,-12,-3v-4,3,-4,0,-9,3v1,-2,-2,-5,-2,-1v-1,0,-6,-4,-3,-2v0,0,2,0,2,-1v-3,0,-1,-4,-4,0v3,-4,-3,-7,0,-4v0,2,-3,1,-4,1v-12,-3,-23,-9,-23,-17v-10,7,-9,-15,-16,-9v4,-4,3,-12,10,-12v0,-4,5,-5,7,-5r-1,-3v8,1,6,-4,14,-3r0,-3v15,-2,21,13,32,12v0,3,2,3,7,3v-1,-2,1,-5,1,-1v14,5,24,1,32,0v-5,-3,3,-3,2,-6v5,3,13,-5,5,-4v-1,-4,5,0,2,-6v-3,2,-3,1,-7,0v2,-5,-5,-4,-6,-8v0,0,2,0,2,-1v-3,-3,-11,0,-6,1v0,4,-1,3,-4,2v1,-7,-4,-8,-8,-4v0,-4,0,-2,-3,-1v1,-1,1,-5,0,-2v-8,-1,-6,-9,-10,-12v0,0,0,2,-1,2v1,-9,11,-5,11,-14v-2,1,-2,-1,-2,-3v9,-1,11,-6,15,-11v0,2,0,4,3,3v0,-3,6,-11,5,-4v6,-3,7,-6,12,-3v0,0,0,-2,1,-2v0,0,0,2,1,2v-2,-3,0,-4,3,-2v0,-2,2,1,4,0v-1,2,1,2,3,2v-3,-4,7,-7,3,-5v-11,3,1,-8,-8,-9v-2,-8,-10,-11,-19,-10v1,-5,-4,-4,-4,-1v-4,0,1,-5,-4,-5v1,4,-2,3,-5,3v1,-6,-3,-2,-8,-4v0,2,1,6,-2,5v1,-2,-1,-5,-1,-1v-6,3,-3,-3,-6,-3v-2,2,-3,6,-8,6r1,-2v-6,0,-1,5,-1,8v-3,0,-3,3,-2,5v2,0,6,-4,5,1v2,0,0,-3,3,-2v-1,6,6,-2,2,5v2,-1,3,5,5,0v-4,0,-3,-1,-1,-3v7,1,1,12,7,5v2,5,10,6,3,10v-5,1,-2,6,-8,5v0,0,2,16,-4,11v3,0,3,0,2,-2v-12,0,1,9,-9,10r0,-2v-2,7,-9,6,-14,9v0,0,2,0,2,1v-2,0,-4,0,-3,-2v-4,2,-3,-5,-9,-1v-3,-4,-9,-6,-15,-5v-1,-6,-13,-4,-9,-14v-11,-4,-5,-10,-10,-13v0,3,0,1,-3,1v-1,-5,8,-4,3,-5v-4,-6,-7,-6,-2,-11v0,1,0,1,1,1v-2,-5,5,-9,-1,-9v1,4,-3,5,-2,2v1,-3,5,-3,6,-6v-3,1,-2,-2,-3,-3r6,0v0,-2,-2,-1,-3,-2v1,-6,0,-7,5,-4v-2,-10,1,-7,9,-19xm156,-171v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm149,-176v0,0,0,2,1,2v0,0,0,-2,-1,-2xm145,-180v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm143,-151v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm12,-159v0,0,0,-2,-1,-2v0,0,0,2,1,2xm7,-141v0,0,2,0,2,-1v0,0,-2,0,-2,1xm10,-135v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm11,-153v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm11,-121v2,0,1,-2,1,-3v-2,0,-1,2,-1,3xm16,-118v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm18,-173v0,0,3,3,3,1xm19,-170v-2,1,-1,3,1,2xm21,-112v-2,0,-4,0,-3,3v1,-1,4,0,3,-3xm21,-174v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm50,-192v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm75,-134v0,0,0,2,1,2v0,0,0,-2,-1,-2xm74,-112v2,-1,-2,-2,-2,-2v-1,2,2,0,2,2xm71,-117v-1,2,1,3,2,1xm65,-198v1,-1,2,-2,-1,-2v-1,2,-2,2,1,2xm75,-158v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm84,-200v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm90,-199v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm94,-199v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm103,-154v0,0,0,-2,-1,-2v0,0,0,2,1,2xm122,-194v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm125,-134v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm92,-82v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm111,-73v0,-2,0,-2,-2,-2v0,2,0,2,2,2xm11,-35v2,0,1,-2,1,-3v-3,0,-1,0,-1,3xm24,-28v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm33,-23v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm49,-18v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm53,-17v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm57,-15v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm69,-17v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm85,-13v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm92,-12v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm109,-14v2,0,2,-1,1,-2xm113,-13v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm146,-119v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm154,-112v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm155,-114v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm159,-48v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm160,-108v0,-2,-3,-1,-1,0r1,0xm170,-75v0,0,-3,-3,-3,-1xm166,-59v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm166,-99v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm171,-97v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm121,-216v0,0,-2,0,-2,-1v0,0,2,0,2,1xm82,-212v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm77,-209v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm30,-207v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm77,-206v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm84,-206v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm17,-205v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-205v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm82,-205v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm91,-205v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm101,-205v0,2,-3,1,-1,0r1,0xm119,-204v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm150,-204v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm76,-204v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm77,-204v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm81,-201v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm53,-201v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm55,-200v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm70,-201v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm119,-201v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm125,-201v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm141,-200v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm131,-199v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm48,-198v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm140,-198v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm136,-198v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm135,-197v0,0,0,2,-1,2v0,0,0,-2,1,-2xm42,-195v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm134,-193v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm39,-192v-3,-1,2,-2,2,-2v1,2,-2,0,-2,2xm143,-194v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm136,-193v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm144,-193v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm134,-190v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm148,-190v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm24,-189v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm135,-189v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm141,-186v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm17,-185v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm24,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm155,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm153,-181v-1,2,-3,1,-2,-1xm16,-178v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm14,-178v0,0,-2,0,-2,-1v0,0,2,0,2,1xm14,-176v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm14,-176v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm11,-174v1,0,1,1,1,2v-2,0,-2,0,-1,-2xm6,-165v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-163v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm5,-162v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm3,-158v0,0,-2,0,-2,-1v0,0,2,0,2,1xm154,-158v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm3,-157v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm80,-154v-1,-3,3,-2,5,-2v1,3,-3,2,-5,2xm155,-156v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm7,-153v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-152v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm71,-153v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm80,-153v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm151,-152v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm70,-151v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-150v0,0,-2,0,-2,-1v0,0,2,0,2,1xm65,-151v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm150,-151v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm148,-150v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm63,-148v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm104,-148v0,0,2,0,2,1v0,0,-2,0,-2,-1xm109,-147v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm158,-148v1,0,3,1,1,1xm68,-147v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm86,-147v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm106,-145v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm108,-146v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm150,-146v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm155,-146v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm3,-144v0,4,-4,5,-2,0r2,0xm65,-144v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm89,-142v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm114,-142v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm141,-144v0,0,0,2,-1,2v0,0,0,-2,1,-2xm145,-142v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm68,-142v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm108,-141v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm111,-142v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm139,-142v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm152,-142v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm75,-141v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm77,-139v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm104,-138v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm131,-138v2,-1,8,-1,4,2v1,-5,-4,4,-4,-2xm141,-139v0,0,2,0,2,1v0,0,-2,0,-2,-1xm122,-135v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm139,-138v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm117,-135v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm3,-134v0,0,-2,0,-2,-1v0,0,2,0,2,1xm116,-135v0,0,1,8,0,4v0,0,-2,0,-2,-1v2,1,2,-1,2,-3xm154,-135v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm160,-132v0,0,0,-2,1,-2v0,0,0,2,-1,2xm92,-132v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm104,-131v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm133,-131v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm103,-127v-2,0,-1,-3,-1,-4v2,0,1,3,1,4xm122,-131v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm148,-130v0,0,-2,0,-2,-1v0,0,2,0,2,1xm150,-131v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm154,-130v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm86,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm98,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm91,-127v0,0,0,-2,1,-2v0,0,0,2,-1,2xm131,-129v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm145,-126v-1,-3,1,-3,4,-3v1,3,-2,1,-4,3xm0,-127v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm168,-126v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-125v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm95,-125v0,2,-3,1,-1,0r1,0xm148,-125v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm149,-124v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm155,-124v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm6,-120v-3,1,-2,-2,-2,-4v2,0,2,2,2,4xm154,-124v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm86,-123v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm7,-120v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm85,-121v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm90,-121v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm154,-120v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm163,-118v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm82,-118v2,0,2,1,1,2xm167,-118v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm3,-117v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm80,-117v0,2,-1,2,-2,1xm159,-115v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm166,-115v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm10,-114v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm14,-112v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm0,-112v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-113v1,0,1,0,1,1r-1,0r0,-1xm166,-113v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm9,-110v0,0,0,-2,1,-2v0,0,0,2,-1,2xm11,-109v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm72,-103v0,0,-3,-2,-1,-2xm72,-105v0,0,2,0,2,1v0,0,-2,0,-2,-1xm167,-104v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm22,-99v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm23,-102v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm24,-98v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm66,-98v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm37,-95v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm35,-94v-2,1,-3,-1,-1,-2xm44,-94v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm64,-94v-2,0,-1,-3,0,-1r0,1xm68,-94v0,0,-2,0,-2,-1v0,0,2,0,2,1xm41,-94v0,2,-6,1,-3,0r3,0xm57,-93v0,0,-2,0,-2,-1v0,0,2,0,2,1xm69,-93v0,-1,1,-1,2,-1v0,2,0,2,-2,1xm44,-93v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm69,-92v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm43,-91v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm62,-91v0,0,-2,0,-2,-1v0,0,2,0,2,1xm7,-91v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm65,-91v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm3,-88v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm74,-85v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm76,-85v0,0,0,2,-1,2v0,0,0,-2,1,-2xm71,-82v0,-2,3,-1,1,0r-1,0xm86,-82v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm89,-82v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm84,-80v0,0,-2,0,-2,-1v0,0,2,0,2,1xm71,-78v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm80,-80v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm98,-76v-3,0,-3,-3,0,-1r0,1xm104,-73v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm57,-73v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm98,-73v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm9,-68v1,-3,2,-4,1,0r-1,0xm53,-70v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm27,-70v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm44,-70v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm72,-68v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm106,-68v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm45,-68v4,0,5,4,0,2r0,-2xm64,-68v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm75,-68v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm50,-65v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm60,-64v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm96,-65v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm102,-64v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm109,-64v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,-62v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm59,-62v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm58,-61v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm63,-60v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm82,-60v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm98,-60v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,-59v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm62,-58v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm81,-59v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm66,-58v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm84,-56v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm1,-51v0,0,2,0,2,1v0,0,-2,0,-2,-1xm168,-50v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm166,-44v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm161,-41v0,0,0,-2,1,-2v0,0,0,2,-1,2xm157,-40v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm159,-41v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm162,-41v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm163,-39v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm161,-38v2,0,1,3,0,1r0,-1xm0,-37v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm152,-35v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm157,-35v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm9,-33v0,0,-2,0,-2,-1v0,0,2,0,2,1xm155,-34v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm162,-34v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm168,-34v0,0,2,0,2,1v0,0,-2,0,-2,-1xm1,-33v0,0,2,0,2,1v0,0,-2,0,-2,-1xm9,-30v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm13,-31v1,-2,3,-1,2,1xm-1,-29v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm9,-29v0,0,-2,0,-2,-1v0,0,2,0,2,1xm159,-29v-2,0,-2,-1,-1,-2xm150,-29v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm9,-27v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm16,-26v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm154,-27v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm19,-25v1,-2,3,-1,2,1xm141,-23v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm154,-23v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm16,-21v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm23,-21v0,0,0,2,-1,2v0,0,0,-2,1,-2xm30,-18v0,0,-2,0,-2,-1v0,0,2,0,2,1xm23,-17v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm27,-15v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm31,-15v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm36,-15v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm124,-15v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm130,-17v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm39,-14v0,0,2,0,2,1v0,0,-2,0,-2,-1xm58,-11v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm63,-9v0,0,0,-2,1,-2v0,0,0,2,-1,2xm104,-9v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm107,-9v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm54,-8v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm64,-9v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm71,-9v2,0,5,2,0,2r0,-2xm95,-8v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,-8v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm112,-8v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm38,-7v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm77,-7v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm85,-7v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm151,-7r0,2v-3,-1,-4,-3,0,-2xm58,-6v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm86,-5v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm96,-6v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm43,-5v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm55,-5v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm79,-2v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm38,-1v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm280,21v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm149,22v1,0,1,1,1,2v-1,0,-1,-1,-1,-2","w":174},"T":{"d":"69,-255v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm56,-252v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm42,-250v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm-8,-174v9,2,8,-6,15,-6v2,-6,0,0,3,0v4,-5,2,-6,8,-8v0,0,0,2,1,2v0,-4,-5,-2,-4,-7v3,-2,5,6,6,0v0,0,-2,0,-2,-1v3,0,6,-7,0,-6v0,-2,6,-3,3,-6v-2,0,-4,0,-3,-2v3,1,4,-2,3,-4v-5,0,-3,-4,-4,-10v1,0,3,1,3,-1v-3,1,-4,-1,-2,-3v2,0,5,1,5,-1v-4,0,-2,-1,-2,-5v1,0,1,0,1,-1r0,-6v0,1,0,1,1,1v-1,-2,3,0,3,-2v-4,1,-5,-3,-2,-4v2,0,5,-4,3,0v0,1,1,1,2,1v4,-4,8,2,10,-3v0,4,0,2,4,2v1,-2,-7,-3,-3,-3r26,0v0,3,-4,5,0,4v3,2,0,4,-2,6v-2,0,-2,0,-2,2v6,1,1,-4,8,-3v1,6,-6,-2,-2,5v0,0,2,0,2,1v-2,-1,-2,1,-2,3v3,1,1,-2,3,-2v1,4,-2,3,-4,5v3,-1,7,1,4,3v1,-3,-2,-2,-4,-2v0,3,3,3,4,5v-2,0,-4,0,-3,2v1,0,3,-1,3,1v-3,1,-5,0,-3,4v4,1,2,-3,6,-2v-1,5,-5,5,-2,13v3,-1,4,1,2,3v-2,0,-2,0,-2,2v2,0,5,-4,3,0v-1,1,-8,6,-1,11v0,0,0,-2,1,-2v0,2,0,4,2,2v0,-2,1,-2,3,-3v0,4,0,2,3,1v0,-1,1,-1,2,-1v-2,4,5,7,6,3v-2,0,-2,0,-2,-2v4,-4,3,8,8,4v0,0,-2,0,-2,-1v0,0,7,-3,6,1v-1,0,-3,-1,-3,1v6,-1,-1,6,4,2v4,0,10,4,7,8v0,-2,-3,-1,-5,-1v6,6,-1,13,4,16v0,-1,-1,-3,1,-3v5,12,-10,0,-5,8v-2,0,-5,-2,-5,0v0,0,2,0,2,1v-6,1,-12,1,-14,3v0,0,2,0,2,1v-6,-4,-9,4,-13,2v1,0,1,-1,1,-2v-4,-1,2,8,-6,5v0,0,0,-2,-1,-2v-2,6,10,4,4,8v0,-1,-1,-1,-2,-1v1,3,6,8,0,8v0,-1,1,-4,-1,-4v0,1,-1,7,0,4v6,1,2,8,9,10v-9,-4,-7,6,-3,4v2,1,4,1,2,3v-5,-2,-5,4,-8,9v4,-1,6,12,3,5v0,0,-2,0,-2,1v2,0,2,0,2,2v0,0,-2,0,-2,1v0,0,2,0,2,1v-1,-1,-6,-1,-3,0v-1,2,3,0,3,2v-4,-1,-5,2,-2,4v2,-1,4,-1,3,2v-3,-1,-2,2,-5,2v1,-2,1,-4,-2,-3v-1,3,2,2,2,5v-5,-2,-4,11,-10,6v1,0,1,0,1,-1v-6,-1,-7,8,-12,5v3,0,1,0,1,-3v-7,0,-5,-6,-9,-3v0,-3,-9,-4,-11,-2v4,-1,3,2,3,5v-8,-3,-12,-10,-12,-14v0,2,-3,1,-4,1v1,-8,-8,-1,-1,-10v-2,-1,-5,0,-7,-2v3,1,2,-2,5,-2v0,2,0,2,2,2v-2,-2,-5,-10,4,-8v2,-7,-1,-7,-2,-14v1,1,5,1,2,0v1,-6,-3,-7,1,-10v-10,2,2,-8,-7,-9v-1,-3,3,-1,2,-4v-4,-2,-4,2,-7,2v1,-5,-2,-2,-6,-2v0,1,1,3,-1,3v-4,-12,-10,-15,-15,-19r6,0v-4,-1,-2,-9,1,-5v4,0,3,-3,1,-3v-1,0,-3,1,-3,-1v7,-2,-1,-1,-1,-4xm-4,-159v0,0,0,-2,-1,-2v0,0,0,2,1,2xm-4,-163v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm73,-121v2,-3,2,-3,-1,-1v0,1,0,1,1,1xm108,-178v0,0,0,2,1,2v0,0,0,-2,-1,-2xm94,-183v0,0,-3,3,-1,3xm83,-184v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm79,-183v1,0,3,-1,1,-1xm73,-200v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm69,-134v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm68,-231v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm63,-80v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm49,-244v1,-2,-1,-2,-3,-2v-1,2,1,2,3,2xm22,-213v0,0,0,-2,-1,-2v0,0,0,2,1,2xm22,-218v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm23,-95v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm21,-98v0,0,0,2,1,2v0,0,0,-2,-1,-2xm19,-105v-3,0,-1,4,0,1r0,-1xm23,-92v0,0,-3,2,-1,2v0,0,0,-2,1,-2xm30,-84v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm30,-79v0,-1,-1,-3,-1,-1xm29,-83v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm27,-92v0,0,-3,-3,-3,-1xm24,-114v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm24,-123v2,0,1,-2,1,-3v-2,0,-1,2,-1,3xm24,-228v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm24,-235v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm24,-137v0,0,-3,2,-1,2v0,0,0,-2,1,-2xm21,-190v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm19,-141v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm19,-145v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm17,-183v0,0,0,2,1,2v0,0,0,-2,-1,-2xm12,-148v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm-2,-162v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm58,-249v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm34,-247v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm37,-246v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm69,-244v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm72,-243v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm78,-240v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm15,-240v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm71,-239v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm88,-237v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm19,-234v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm21,-233v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm75,-231v0,0,-2,0,-2,-1v0,0,2,0,2,1xm19,-229v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm10,-226v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm17,-226v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm75,-224v0,-1,1,-3,1,-1xm15,-221v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm93,-218v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm78,-219v0,1,-1,3,-1,1xm78,-215v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm93,-215v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm88,-211v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm78,-211v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm93,-211v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm15,-208v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm73,-208v0,0,2,0,2,1v0,0,-2,0,-2,-1xm76,-206v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm78,-206v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm82,-203v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm81,-203v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm78,-197v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm21,-197v1,2,-1,2,-3,2v-2,-2,3,-2,3,-2xm18,-194v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm79,-194v0,-2,4,0,1,0r-1,0xm76,-194v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm4,-191v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm88,-193v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm12,-190v0,0,-2,0,-2,-1v0,0,2,0,2,1xm87,-189v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm4,-184v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm-2,-181v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm113,-169v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm111,-167v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm109,-166v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm107,-153v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm104,-148v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm100,-146v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm83,-146v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm86,-145v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm92,-142v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm-1,-140v2,-2,5,1,2,2v0,-1,0,-2,-2,-2xm10,-141v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm14,-138v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm82,-141v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm80,-140v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm4,-139v0,1,-1,3,-1,1xm9,-139v0,1,-1,3,-1,1xm15,-138v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm77,-137v3,-3,6,2,1,1v0,-1,0,-1,-1,-1xm82,-137v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-136v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-9,-136v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm9,-136v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm76,-134v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm81,-135v0,2,-3,1,-1,0r1,0xm83,-134v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm77,-134v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm18,-131v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm76,-129v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm84,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm18,-123v-3,2,-4,-3,-4,-4v2,0,6,0,4,4xm77,-129v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm81,-129v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm81,-123v-2,0,-4,0,-3,-3v3,-1,3,-1,3,3xm99,-127v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm96,-126v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm99,-125v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-121v0,0,2,0,2,1v0,0,-2,0,-2,-1xm14,-120v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm76,-119v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm15,-116v1,-2,4,-4,4,0r-4,0xm79,-118v1,-2,3,-1,2,1xm88,-117v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm84,-116v0,0,2,0,2,1v0,0,-2,0,-2,-1xm14,-115v2,0,1,3,1,4v-2,0,-1,-3,-1,-4xm84,-115v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm12,-113v0,4,-4,5,-2,0r2,0xm19,-111v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm78,-111v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm13,-110v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm87,-111v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm77,-110v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm10,-109v0,0,2,0,2,1v0,0,-2,0,-2,-1xm14,-109v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm8,-108v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm81,-108v0,2,-3,1,-1,0r1,0xm78,-107v-1,3,-4,5,-2,0r2,0xm80,-103v1,3,-1,3,-4,3v-1,-3,1,-3,4,-3xm80,-99v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm83,-99v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm14,-96v0,2,-3,1,-4,1v0,-2,2,-1,4,-1xm78,-96v2,0,2,0,2,2v-2,0,-4,0,-2,-2xm89,-95v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm12,-94v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm76,-93v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm76,-90v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm15,-88v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm14,-87v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm77,-87v2,0,1,3,0,1r0,-1xm17,-84v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm79,-84v1,0,3,1,1,1xm23,-80v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm75,-80v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm84,-78v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm22,-78v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm40,-78v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm68,-78v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm73,-77v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm37,-75v0,-4,3,-2,3,0r-3,0xm44,-75v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm100,-73v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm29,-72v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm111,-25v-1,2,3,0,3,2v-6,-1,-4,4,-3,8v-5,1,-1,-4,-6,-2v1,8,-9,7,-15,10v1,0,3,-1,3,1v-9,2,-14,0,-7,5v-6,2,-4,-5,-10,-2v0,-1,1,-3,-1,-3v1,6,-4,1,-7,3v0,-6,-3,0,-6,-1v0,1,-1,1,-2,1v2,-3,-2,-8,-2,-2v-4,-4,-8,-3,-12,-7v0,3,-2,6,-2,0v1,0,1,-1,1,-2v-4,3,-2,-3,-4,-4v0,4,0,4,-4,3v-2,-4,2,-3,2,-6v-3,-1,-6,-3,-10,-1v2,-7,-3,-10,1,-13v-12,3,-12,-8,-3,-4v-6,-5,-4,-12,-2,-16v4,0,2,-1,3,-6v-1,-1,-5,-4,-3,0v0,0,2,0,2,1v-4,0,-11,-2,-5,-5v0,0,0,2,1,2v-2,-7,8,1,2,-8v3,-1,1,5,5,2v0,-4,3,-3,6,-2v-2,2,0,6,1,3v4,0,2,-5,7,-5v-6,13,8,7,17,11v-1,-5,1,0,6,-1v3,6,4,9,8,12v1,-3,-1,-2,-2,-4v6,-3,2,5,7,6v-2,-1,-7,1,-4,3v-1,-3,2,-2,4,-2v0,2,1,2,3,3v-1,-3,1,-3,4,-3v-1,11,4,-2,6,6v0,0,0,-2,1,-2v0,0,0,2,1,2v0,-2,1,-4,4,-3v-1,10,14,-1,5,10v3,0,8,6,1,5v0,6,7,1,8,5r-2,0xm27,-38v0,1,1,3,1,1xm27,-53v0,1,1,3,1,1xm29,-36v2,0,1,-3,0,-1r0,1xm33,-25v0,-2,0,-2,-2,-2v0,2,0,2,2,2xm41,-27v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm41,-66v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm56,-14v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm63,-8v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm86,-46v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm82,-42v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm88,-7r-6,0r6,0xm95,-40v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm98,-41v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm103,-31v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm103,-19v1,-2,2,-1,4,-4v-3,-1,-5,1,-4,4xm63,-72v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm18,-71v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm46,-72v0,0,2,0,2,1v0,0,-2,0,-2,-1xm55,-71v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm99,-71v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm57,-69v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm61,-69v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm62,-68v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm21,-68v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm60,-66v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm63,-68v3,0,5,0,3,3v-2,0,-4,0,-3,-3xm88,-68v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm52,-65v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm73,-66v3,-1,5,2,2,3v1,-3,-2,-1,-2,-3xm14,-63v-1,-3,2,-2,4,-2v1,3,-2,2,-4,2xm77,-62v0,2,-4,3,-4,1xm93,-62v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm14,-61v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm78,-61v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm17,-58v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm73,-60v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm25,-58v-1,3,-3,5,-3,0r3,0xm92,-57v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm22,-54v-4,0,-3,-3,0,-1r0,1xm18,-54v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-53v0,1,-1,3,-1,1xm86,-51v-2,1,-3,-1,-1,-2xm94,-50v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm21,-50v3,-1,2,2,2,4v-1,1,-5,2,-4,-2v2,0,2,0,2,-2xm15,-46v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm105,-46v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm115,-46v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm100,-44v-1,-2,1,-2,3,-2v0,1,-1,2,-3,2xm22,-44v1,2,1,4,-3,3v-2,-3,0,-5,3,-3xm114,-44v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm14,-44v1,3,8,4,0,4r0,-4xm113,-42v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm104,-41v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm114,-37v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm116,-37v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm111,-37v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm113,-36v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm115,-36v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm21,-35r0,5r0,-5xm118,-34v-1,0,-3,-1,-1,-1xm113,-34v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm113,-30v-3,1,-5,-2,-2,-3v-1,3,2,1,2,3xm23,-28v0,-2,3,-2,4,0r-4,0xm107,-29v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm14,-27v0,0,0,2,-1,2v0,0,0,-2,1,-2xm114,-25v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm27,-22v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm23,-21v0,-2,3,-1,4,-1v0,2,-3,1,-4,1xm116,-21r2,0v-2,0,-1,2,-2,0xm34,-21v2,0,2,4,0,4v-1,-2,0,-1,0,-4xm14,-19v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm114,-17v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm34,-15v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm120,-15v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm34,-13v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm109,-14v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm111,-14v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm42,-12v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,-12v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm36,-10v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm40,-8v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm107,-10r-5,0r5,0xm17,-7v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm27,-7v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm48,-7v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm99,-7v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm49,-4v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm104,-6v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm39,-4v0,0,3,2,1,2xm44,-4v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm111,-3v0,0,2,0,2,1v0,0,-2,0,-2,-1xm63,0v-2,-1,3,-2,3,-2v0,1,-1,2,-3,2xm63,2v0,0,2,0,2,1v0,0,-2,0,-2,-1xm48,9v2,0,1,2,1,3v-2,0,-1,-2,-1,-3","w":115},"U":{"d":"134,-207v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm58,-203v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm172,-198v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm159,-197v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm49,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm37,-184v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm46,-185v0,0,-2,0,-2,-1v0,0,2,0,2,1xm19,-184v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm1,-180v-2,0,-1,-3,-1,-4v2,0,1,3,1,4xm6,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm35,-183v1,3,-1,2,-2,4v4,-4,4,0,7,-1v-2,0,-2,0,-2,-2v5,0,2,4,9,2v0,2,0,2,2,2v-1,-2,1,-2,3,-2v1,2,-2,0,-2,2v4,3,5,-1,8,1v-2,8,7,10,4,18v0,0,-2,0,-2,1v0,0,4,5,2,8v-4,-1,-3,2,-3,5v7,1,-6,8,4,7v-1,3,-6,4,-1,3v1,-1,2,-2,2,1v-2,8,-7,8,-4,16v-2,-1,-2,1,-2,3v7,4,-2,11,4,15v-8,1,-1,12,0,17v-4,-2,-5,8,-3,3v3,2,3,3,4,7v-4,0,-3,3,-6,9v6,0,7,5,0,4v1,1,10,4,6,2v-2,0,-1,2,-1,3v3,21,42,1,44,23v-8,0,-1,5,-9,6v4,-1,1,5,2,8v-7,-3,-6,9,-12,8v-1,4,4,1,4,3v-2,1,-5,0,-5,2v3,0,3,6,0,3r0,-2v-11,6,-14,5,-21,3v0,0,0,-2,-1,-2v0,6,-3,0,-6,1v-2,-1,1,-5,-1,-5v-2,3,-4,8,-8,4v2,0,3,-5,1,-2v-6,-4,-9,1,-12,-9v0,3,-1,1,-5,2v-1,-4,7,0,2,-6v-12,4,-2,-8,-10,-3v-1,-4,-5,-4,-6,-7v3,1,3,-4,2,-6v-2,0,-1,-2,-1,-3v2,0,1,-3,1,-4v-4,1,-3,-2,-5,-3v0,1,1,3,-1,3v1,-6,1,-12,-2,-7v0,-2,-3,0,-3,-3v7,-2,2,-6,3,-10v3,1,3,-2,1,-3v1,2,-1,2,-3,2v-1,-1,-1,-6,0,-3v12,-7,-7,-13,2,-22v-3,1,-2,-2,-2,-4v8,-3,-1,-7,3,-12v-5,-1,-4,-9,-4,-14v-1,2,1,2,3,2v0,-5,-5,-3,1,-6v-4,1,-5,-2,-3,-5v8,-1,-1,-9,3,-16v-2,0,-5,1,-4,-2v5,1,4,-1,3,-6v-2,0,-2,0,-2,-2v4,1,0,-2,2,-3v-6,-3,1,-11,-9,-11v2,0,6,1,5,-2v-4,0,-3,-1,-1,-3v3,1,1,-1,5,-3v-5,1,-7,-3,-2,-4v8,3,12,-4,19,-1v1,-4,1,-2,5,-4xm58,-170v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm12,-164v1,2,3,1,2,-1xm58,-161v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm14,-159v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm59,-159v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm55,-154v0,-1,-1,-3,-1,-1xm60,-151v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm14,-150v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm59,-131v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm58,-112r1,0r-1,0xm14,-104v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm15,-91v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm14,-87v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm16,-80v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm53,-55v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm54,-53v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm16,-50v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm64,-45v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm30,-39v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm22,-35v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm25,-28r-3,1xm28,-26v0,0,2,0,2,-1v0,0,-2,0,-2,1xm33,-24v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm82,-15v0,-1,-1,-3,-1,-1xm41,-14v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm85,-14v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm46,-12v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm89,-11v-1,0,-7,3,-3,0r3,0xm43,-12v0,2,3,1,1,0r-1,0xm78,-11v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm81,-11v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm50,-11v0,3,2,2,2,0r-2,0xm42,-10r1,3xm69,-7v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm85,-5v0,-2,-4,-3,-4,-1xm65,-5v0,0,2,0,2,-1v0,0,-2,0,-2,1xm73,-5v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm17,-179v0,-2,0,-4,3,-3v-1,1,0,4,-3,3xm57,-180v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm62,-180v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm14,-177v-3,-1,2,-2,2,-2v1,2,-2,0,-2,2xm5,-177v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm138,-178v0,2,-3,1,-1,0r1,0xm166,-136v7,-1,-1,4,4,7v-3,2,-3,1,-4,4v4,0,6,0,4,4v-3,1,-2,-1,-4,-2v3,11,-2,22,1,28v0,0,0,-2,1,-2v2,17,-7,43,2,54v-9,2,1,23,-5,27v4,-1,8,6,1,3v-1,1,-2,2,1,2v0,-1,0,-1,1,-1v-6,13,-21,3,-33,7v0,-5,-1,0,-7,-2v0,2,0,2,-2,1v1,-2,-2,0,-2,-2v5,1,3,-6,3,-8v1,2,-1,2,-3,2v-1,-5,4,-1,2,-7v-4,-1,-1,4,-4,5v0,-3,-1,-1,-4,-1v-1,2,-4,4,-6,1v0,-7,5,-2,8,-8v-2,1,-10,2,-6,-2v0,-8,4,-11,6,-18v-6,1,-1,-5,-4,-7v9,-2,0,-11,8,-17v-4,-12,0,-21,0,-31v3,0,3,0,2,-3v0,0,-2,0,-2,-1v3,-1,3,-1,2,-4v-3,-1,-1,2,-3,2v-1,-6,6,-7,1,-10v2,0,2,0,2,-2v-4,0,-1,-4,-2,-9v3,1,2,-2,2,-4v-7,-5,2,-17,-2,-22v3,0,3,0,2,-3v-2,1,-2,-1,-2,-3v1,-1,4,0,3,-3v-4,-1,-3,4,-5,-1v2,-14,29,-19,39,-14v-2,6,7,2,5,10v2,1,6,0,5,3v-10,7,2,16,-5,27xm144,-174v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm127,-53v-2,0,-4,0,-3,3v1,-1,4,0,3,-3xm122,-46v0,0,3,-3,1,-3xm121,-37v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm147,-35v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm117,-34v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm155,-32v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm123,-21v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm132,-12v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm143,-11v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm129,-177r-1,0r1,0xm60,-174v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm59,-173v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-172v0,0,-2,0,-2,-1v0,0,2,0,2,1xm125,-171v-1,0,-3,-1,-1,-1xm3,-168v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm4,-169v0,-1,1,-3,1,-1xm63,-171v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm86,-171r-1,0r1,0xm65,-170v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm72,-165v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm1,-165v-1,0,-1,0,-1,-1v2,-1,1,1,1,1xm64,-163v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm68,-162v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm6,-162v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm8,-159v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm5,-157v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm117,-156v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm64,-155v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-153v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm122,-153v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm8,-151v0,0,-2,0,-2,-1v0,0,2,0,2,1xm5,-151v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm10,-148v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm64,-149v0,1,-1,3,-1,1xm175,-147v-2,0,-1,-3,0,-1r0,1xm10,-147v2,-1,5,1,1,1v-1,0,-1,0,-1,-1xm60,-146v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm8,-145v0,0,-2,0,-2,-1v0,0,2,0,2,1xm62,-145v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm0,-141v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm8,-140v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm60,-140v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm171,-141v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm6,-139v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm11,-138v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-136v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm70,-135r-5,-1v2,0,3,0,5,1xm11,-135v0,0,2,0,2,1v0,0,-2,0,-2,-1xm73,-135v0,2,-3,1,-1,0r1,0xm170,-132v0,0,0,-2,1,-2v0,0,0,2,-1,2xm9,-130v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm81,-127v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm64,-125v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-126v1,0,3,1,1,1xm6,-125v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm73,-124v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm174,-124v0,0,-2,0,-2,-1v0,0,2,0,2,1xm60,-124v5,0,2,3,0,3r0,-3xm67,-123v0,0,-2,0,-2,-1v0,0,2,0,2,1xm9,-118v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm123,-121v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm170,-120v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm76,-118v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm64,-117v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm174,-117v0,0,-2,0,-2,-1v0,0,2,0,2,1xm60,-115v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm64,-117v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm76,-114v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-112v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,-112v-1,0,-3,-1,-1,-1xm10,-109v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm66,-110v-1,2,-3,1,-2,-1xm103,-109v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm9,-109v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm63,-107v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm70,-107v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-104v0,2,-2,1,-3,1v1,-1,1,-2,3,-1xm172,-104v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-100v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm86,-100v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm66,-100v-1,1,-5,1,-2,0r2,0xm70,-99v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm3,-98v0,0,-2,0,-2,-1v0,0,2,0,2,1xm73,-98v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm121,-98v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm168,-98v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-97v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm63,-98v-2,2,0,5,-3,4v0,-3,0,-5,3,-4xm13,-96v2,5,-7,4,-2,2v0,-2,0,-2,2,-2xm75,-94v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm59,-94v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm68,-92v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm170,-92v0,0,-2,0,-2,-1v0,0,2,0,2,1xm174,-92v0,0,-2,0,-2,-1v0,0,2,0,2,1xm1,-92v0,0,-2,3,-2,1xm69,-88v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm67,-85v0,0,-2,0,-2,-1v0,0,2,0,2,1xm5,-83v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm117,-83v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm62,-82v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm66,-82v0,2,-4,0,-1,0r1,0xm68,-82v0,0,3,2,1,2xm67,-81v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm10,-76v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-75v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm70,-75v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-73v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm76,-73v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm66,-73v0,2,-4,0,-1,0r1,0xm13,-70v0,4,-4,5,-2,0r2,0xm68,-67v-2,0,-1,-3,0,-1r0,1xm120,-67v-2,1,-3,-1,-1,-2xm66,-67v-1,1,-5,1,-2,0r2,0xm118,-64v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm10,-61v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm68,-61v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-61v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm120,-59v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm172,-56v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm4,-55v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm96,-55v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm170,-55v0,0,-2,0,-2,-1v0,0,2,0,2,1xm6,-54v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-54v0,0,-2,0,-2,-1v0,0,2,0,2,1xm70,-54v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm89,-53v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm116,-53v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm168,-55v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm9,-53v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm13,-54v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm170,-53v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm65,-50v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm69,-48v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm72,-49v0,0,-2,0,-2,-1v0,0,2,0,2,1xm11,-48v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm11,-44v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm14,-45v0,2,-3,1,-1,0r1,0xm81,-43v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm15,-38v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm19,-39v0,0,-2,0,-2,-1v0,0,2,0,2,1xm177,-39v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-37v1,-3,2,2,2,2v-2,1,0,-2,-2,-2xm171,-38v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm17,-31v1,-3,5,-3,3,-1v0,2,-2,1,-3,1xm16,-29v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm16,-27v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,-27v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm171,-27v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm16,-24v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm102,-26v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm14,-24v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm15,-23v0,0,3,2,1,2xm102,-22v0,0,-2,0,-2,-1v1,0,3,1,2,1xm106,-21v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm113,-22v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm167,-18v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm96,-17v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm31,-14v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm96,-13v-2,0,-1,-2,-1,-3v1,1,2,1,1,3xm111,-14v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm120,-14v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm117,-14v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm114,-12v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm91,-11v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm111,-11v0,0,-2,0,-2,-1v0,0,2,0,2,1xm30,-9v0,-1,1,-3,1,-1xm38,-11r-1,0r1,0xm118,-11r-1,0r1,0xm168,-8v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm179,-7v0,0,-2,0,-2,-1v0,0,2,0,2,1xm140,-3v0,0,0,-2,1,-2v0,0,0,2,-1,2xm147,-3v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm67,1v0,0,-2,0,-2,-1v0,0,2,0,2,1xm108,1v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm133,3v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm82,4v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm76,5v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm141,5v-1,0,-1,0,-1,-1v1,0,1,0,1,1","w":180},"V":{"d":"-45,-114v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm3,-113v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm311,-247v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,-188v0,0,-2,0,-2,-1v0,0,2,0,2,1xm113,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm129,-186v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm125,-185v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm121,-185v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm105,-181v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm8,-181v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm90,-181v0,2,-4,0,-1,0r1,0xm113,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm129,-180v0,2,-2,1,-3,1v0,-3,0,-1,3,-1xm142,-146v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm136,-137v3,1,2,1,2,5v-4,1,-2,-6,-7,-2v0,0,0,2,1,2v0,-2,0,-2,2,-2v1,4,-5,3,-4,9v4,0,4,-1,2,3v-8,6,-9,12,-8,18v-6,2,-6,9,-5,16v-10,-3,0,9,-10,8v0,3,4,2,0,5v2,0,2,0,2,2v-2,0,-4,1,-3,4v3,1,2,-1,4,-2v1,1,1,6,0,3v-13,7,-8,28,-18,35v2,0,4,0,3,3v-4,-1,0,6,-6,2v0,0,2,0,2,-1v-4,-1,-9,1,-7,6v-1,0,-4,-1,-4,1v4,0,4,3,6,5v0,-3,0,-1,3,-1v-6,15,-4,10,-11,14v1,-2,-1,-2,-3,-2v1,3,-4,2,-7,4v-1,-7,-6,3,-10,-4v0,6,-9,1,-14,3v-1,-6,-7,-2,-7,-9v0,2,-1,4,-4,3v-1,-4,4,-1,3,-6v-4,0,-9,-11,-4,-6r1,1v-1,-4,-6,-4,-3,-10v-1,0,-3,1,-3,-1v5,0,2,-6,2,-9v0,1,-1,1,-2,1v1,-5,-4,0,-3,-5v1,0,3,1,3,-1v-2,-1,-7,1,-6,-3v3,1,3,-2,5,-4v-5,0,-7,0,-4,-5v-10,-2,5,-11,-6,-10v1,-12,-5,-14,-7,-19v6,0,-1,-4,1,-8v-1,0,-1,0,-1,-1v1,0,1,0,1,-1v-1,0,-1,-1,-1,-2v1,0,1,0,1,-1v-3,1,-3,-2,-4,-5v1,0,3,1,3,-1v-7,1,-1,-10,-5,-13v0,0,0,2,-1,2v0,-4,-3,-2,0,-6v-9,1,2,-8,-8,-9v-2,-4,8,-1,0,-4v-1,-3,2,-2,2,-5v-2,0,-2,0,-2,-2v0,0,2,0,2,-1v-8,-1,0,-9,-12,-11v1,-4,5,-3,4,-8v-4,1,-3,-10,-3,-5v12,-10,29,-6,45,-5v-2,8,6,14,2,19v8,4,4,24,14,28v-2,0,-4,0,-3,3v7,15,13,38,15,55v6,-2,1,18,9,6v-3,0,-3,-3,-2,-5v3,-2,6,-18,5,-22v1,-2,8,-17,5,-20v2,0,4,0,3,-2v-1,0,-3,1,-3,-1v8,1,0,-10,8,-10v1,-3,-2,-2,-3,-4v6,-10,11,-28,10,-41v6,-2,7,-9,16,-9v0,-2,0,-4,2,-3v9,10,18,-1,33,5v2,7,-7,5,-2,11v0,-1,0,-1,1,-1v-1,5,3,12,-4,9v10,6,-7,12,-3,17xm-8,-156v-1,2,1,2,3,2v1,-2,-1,-2,-3,-2xm0,-136v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm38,-19v1,-2,-1,-3,-2,-1xm40,-17v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm76,-44v0,0,0,2,1,2v0,0,0,-2,-1,-2xm70,-46v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm72,-40v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm72,-42v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm75,-41v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm81,-29v-1,0,-4,-1,-4,1v2,-1,4,3,4,-1xm80,-31v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm81,-35v-1,0,-3,1,-3,-1v3,1,5,-2,2,-3v1,5,-8,0,-3,6v0,-5,2,4,4,-2xm86,-15v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm83,-19v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm82,-31v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm87,-30v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm107,-67v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm127,-121v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm134,-137v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm136,-145v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm11,-178v0,0,-2,0,-2,-1v0,0,2,0,2,1xm13,-176v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm16,-178v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm22,-176v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm16,-175v0,0,-2,0,-2,-1v0,0,2,0,2,1xm113,-176v3,0,1,0,1,2v-1,0,-1,-1,-1,-2xm121,-175v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm17,-175v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm23,-174v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-33,-167v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm90,-167v-1,0,-3,-1,-1,-1xm-13,-164v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm90,-164v0,2,-4,0,-1,0r1,0xm40,-162v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-12,-161v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm89,-151v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm-16,-149v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm-8,-148v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm142,-143v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm87,-140v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-140v1,3,-1,3,-4,3v-1,-3,1,-3,4,-3xm50,-136v-1,0,-1,-1,-1,-2v2,0,2,0,1,2xm85,-137v-2,1,-3,-1,-1,-2xm-6,-136v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm-39,-135v0,0,2,0,2,1v0,0,-2,0,-2,-1xm139,-135v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm141,-131r0,-1r0,1xm140,-131v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm-1,-129v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-26,-125v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm81,-120v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm130,-118v2,0,0,4,0,1r0,-1xm2,-115v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm77,-113v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm129,-113v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm6,-110v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm77,-109v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm6,-107v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm2,-107v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm7,-104v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm-4,-99v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm123,-96v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm10,-92v-1,0,-3,-1,-1,-1xm75,-92v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-5,-90v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm117,-87v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm120,-87v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm72,-84v0,0,-2,3,-2,1xm16,-77v0,0,-2,0,-2,-1v0,0,2,0,2,1xm7,-76v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm116,-75v1,-1,5,-1,2,0r-2,0xm16,-75v2,0,1,2,1,3v-4,0,-2,0,-1,-3xm112,-75v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm138,-68v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm66,-63v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm19,-58v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm13,-54v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm21,-50v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm104,-48v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm129,-44v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm102,-41v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm23,-39v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm99,-39v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm136,-39v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm26,-33v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm29,-31v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm98,-34v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm102,-30v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm23,-28v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm86,-27v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm90,-25v0,2,-4,0,-1,0r1,0xm-25,-22v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm28,-22v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm91,-23v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm105,-22v2,-1,3,1,1,2xm91,-14v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm116,-11v1,-2,3,-1,2,1xm35,-8v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm36,-7v1,-1,3,-1,1,0r-1,0xm80,-3v0,0,-2,0,-2,-1v0,0,2,0,2,1xm44,-3r1,2v-4,0,-5,-3,-1,-2xm55,-2v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm68,-1v2,0,2,1,1,2xm80,8v-2,0,-2,-1,-1,-2xm71,13v0,2,-2,1,-3,1v0,-2,2,-1,3,-1","w":135},"W":{"d":"155,-243v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm229,-189v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm28,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm155,-187v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-184v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm14,-182v0,0,-2,0,-2,-1v0,0,2,0,2,1xm119,-183v1,0,3,1,1,1xm168,-182v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-182v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm105,-181v0,0,-2,0,-2,-1v0,0,2,0,2,1xm107,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm207,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm221,-181v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm5,-178v-1,3,-2,-2,-2,-2v2,-1,0,2,2,2xm18,-180v0,0,0,2,-1,2v0,0,0,-2,1,-2xm47,-180v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm69,-138v6,2,4,-4,8,-5v0,2,0,2,2,2v1,-4,-3,-2,-4,-4v2,-7,8,-9,2,-12v2,-1,9,-2,3,-4v9,2,0,-8,7,-9v0,2,0,2,2,2v0,-2,-6,-5,0,-3v1,-1,2,-2,2,1v2,-1,3,-4,7,-4v0,2,0,4,2,3v-2,-4,4,-8,5,-3v1,3,2,4,1,0v1,-2,0,-6,2,-6v-1,4,3,3,3,6v-2,0,-4,0,-3,2v3,1,2,-2,5,-2r0,3v5,3,9,-6,8,1v8,-7,3,5,11,4r-3,0v0,1,7,1,3,5v1,6,5,9,4,17v5,0,1,2,3,8v-1,0,-1,0,-1,1v1,0,1,0,1,1v-1,0,-1,0,-1,1v10,20,6,38,15,51v-3,-1,-2,3,-2,5v8,13,9,36,23,34r0,6v3,1,1,-3,4,-4v-1,4,2,3,2,6v-2,0,-2,0,-2,2v3,1,1,-3,4,-2v-2,5,0,4,4,3v0,2,-2,1,-2,2v9,11,-1,13,2,19v-7,9,-16,13,-25,14v0,-1,-2,-6,-2,-2v-13,-3,-11,1,-16,-4v1,7,-4,7,-4,2v2,-7,-3,-7,-6,-11r2,0v-1,-2,-1,-5,-3,-5v2,-4,-2,-2,-2,-5r2,0v0,-2,-4,-4,-3,-8v1,0,3,1,3,-1v-6,1,-2,-3,-4,-5v0,2,0,4,-2,3r0,-7v1,1,0,2,2,2v0,-6,-5,-2,-6,-6v3,1,2,-3,2,-5v-1,0,-1,0,-1,-1v2,0,4,0,3,-2r-5,0v-2,-3,2,-6,2,-10v-3,-1,-2,2,-5,2v1,-4,-2,-3,-4,-5v11,-3,0,-9,0,-15v1,0,3,1,3,-1v-6,3,-1,-3,-4,-6v1,-21,-9,-32,-7,-14v-3,13,-9,28,-6,31v-4,0,-2,0,-2,3v6,3,-3,0,-2,4v-1,0,-1,0,-1,1v1,0,1,1,1,2r-1,0v3,6,-2,6,0,10v-2,-1,-5,2,-1,2v-1,10,-10,13,-15,11v2,-4,-5,-5,-2,-2v-1,4,-1,2,-3,0v-4,-5,1,-3,-1,-9v-6,3,-6,-12,-11,-17v1,0,1,-1,1,-2v1,-1,-6,-6,-1,-8v0,1,0,1,1,1v0,-9,7,-23,2,-28v0,1,-1,1,-2,1v3,-5,8,-6,5,-12v-4,0,-2,0,-1,-3v4,-1,3,2,6,2v-4,-7,4,-22,-4,-24xm69,-96v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm73,-108v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm80,-139v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm82,-156v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm87,-166v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm97,-171v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm102,-171v2,0,1,-2,1,-3v-2,0,-1,2,-1,3xm121,-65v1,-2,-1,-3,-2,-1xm183,-14v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm183,-27v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm184,-26v1,0,3,-1,1,-1xm120,-178v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm228,-155v0,-1,-1,-1,-2,-1v3,1,8,3,3,5v1,-2,-1,-2,-3,-2v-1,3,3,1,3,3v-7,-1,-1,6,-4,10v1,0,1,0,1,1v-1,0,-4,-2,-4,0v2,-1,2,1,2,3v-6,10,-5,24,-9,27v4,1,4,1,1,3v-5,8,-5,31,-12,27v-1,4,6,4,2,8v0,-2,0,-4,-2,-3v2,7,-10,17,0,14v-4,4,-3,14,-11,14v2,7,-10,0,-8,10v-9,-4,-7,-18,-17,-12v0,-2,6,-6,0,-5v0,-8,-15,-15,-4,-15v-1,-21,9,-31,8,-46v-2,-1,-2,-1,-1,-4v7,0,2,-7,6,-16v-3,0,-1,-3,-1,-5v3,-6,4,-9,1,-14v9,0,1,-11,4,-14v0,1,0,1,1,1v0,-3,2,-4,4,-5v-4,0,-2,0,-1,-3v2,-1,0,2,2,2v-1,-2,-1,-4,1,-4v1,8,9,0,13,1v0,0,-2,0,-2,-1v3,0,6,0,5,-4v8,-2,9,4,16,4v0,0,2,-3,2,-1v-1,0,-1,1,-1,2v10,0,12,14,7,20xm177,-125v0,-1,-1,-3,-1,-1xm181,-150v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm183,-46v-1,2,1,2,3,2v1,-2,-1,-2,-3,-2xm188,-44v0,0,0,-2,-1,-2v0,0,0,2,1,2xm194,-47v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm197,-171v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm198,-53v2,0,1,-3,1,-4v-2,0,-1,3,-1,4xm209,-97v2,0,1,-3,0,-1r0,1xm215,-108v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm215,-114v2,0,1,-2,1,-3v-2,0,-1,2,-1,3xm219,-128v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm221,-172v0,0,0,-2,-1,-2v0,0,0,2,1,2xm229,-159v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm222,-180v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm21,-178v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm191,-177v-2,1,-3,-1,-1,-2xm194,-179v0,1,-1,3,-1,1xm216,-179v0,1,-1,3,-1,1xm228,-177v-2,1,-3,-1,-1,-2xm16,-177v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm71,-27v5,4,13,8,10,17v4,-2,3,4,1,1v-4,0,1,8,-6,6v0,3,-6,9,-5,2v-2,1,0,-2,-2,-2v-4,10,-21,1,-25,3v0,0,2,0,2,1v-13,0,-16,-8,-15,-19v-10,0,2,-10,-10,-10v1,-4,3,-1,5,-5v-4,0,-11,-8,-5,-4v1,0,1,0,1,-1v-3,-4,0,-17,-7,-7v0,-4,5,-3,3,-7v-7,-1,0,-4,-1,-8v-3,1,-2,-2,-5,-2v0,0,0,2,-1,2v0,-3,3,-6,0,-4r-2,1v0,-2,-2,-6,0,-7v0,1,0,1,1,1v1,-7,-4,-3,-7,-6v4,2,7,-3,3,-1v-2,0,-1,-3,-1,-4v1,-2,3,-1,5,-2v-8,-3,-1,-11,-7,-5v0,0,1,9,-4,7v0,-5,4,-3,0,-10v1,0,4,2,4,0v0,0,-2,0,-2,-1v0,0,2,0,2,-1v-1,0,-8,-6,-3,-2v1,0,1,0,1,-1v-1,0,-1,0,-1,-1v1,0,3,1,3,-1v-7,-2,-14,-5,-4,-4v-4,-5,-1,-17,-9,-13v-1,-4,2,-1,3,-3v-2,0,-2,0,-2,-2v4,2,5,0,3,-4v-7,0,1,-8,-3,-5v-2,0,-2,-2,-2,-4v3,0,5,-4,0,-2v0,-2,-2,-5,1,-4v0,0,0,2,1,2v-2,-5,4,-4,-2,-7v0,2,2,5,-1,4v-1,-5,0,-3,1,-8v-7,0,2,-5,-1,-3v-8,-13,8,-31,20,-22v4,-5,16,-4,20,-3v-2,4,1,10,4,5v1,9,6,15,5,23v2,-1,5,2,1,2v1,16,6,21,6,36v9,20,10,44,16,65v6,2,13,15,11,17xm-6,-139v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm-7,-130v0,0,3,-3,1,-3xm-4,-124v0,-2,-3,-4,-1,-2v0,0,0,2,1,2xm0,-114v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm0,-101v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm1,-108v0,0,2,0,2,-1v0,0,-2,0,-2,1xm3,-101v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm5,-96v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm10,-85v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm10,-75v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm10,-79v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm11,-66v0,-1,-1,-3,-1,-1xm12,-70v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm12,-68v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm24,-36v1,0,3,-1,1,-1xm59,0v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm76,-4v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm80,-12v0,0,0,-2,-1,-2v0,0,0,2,1,2xm94,-175v0,-2,3,-1,4,-2v1,3,-2,2,-4,2xm127,-175v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm129,-175v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm194,-175v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-5,-174v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm54,-174v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm122,-175v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm141,-174v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm180,-175v1,0,1,0,1,1r-1,0r0,-1xm189,-174v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm114,-172v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm181,-172v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm52,-171v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm81,-171v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm177,-167v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm134,-160v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm148,-157v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm75,-154v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm63,-150v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-148v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm139,-147v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm176,-148v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm71,-141v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm143,-138v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm71,-134v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm224,-133v0,0,-2,0,-2,-1v0,0,2,0,2,1xm43,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm175,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-128v0,0,-2,0,-2,-1v0,0,2,0,2,1xm70,-123v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm172,-123v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-9,-122v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm65,-123v0,0,2,0,2,1v0,0,-2,0,-2,-1xm-10,-122v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm65,-121v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm220,-121v0,-2,3,0,4,0v1,2,-1,2,-3,2v0,0,0,-2,-1,-2xm-11,-121v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm174,-119v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm48,-119v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm64,-117v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm59,-103v1,0,3,-4,3,1v-2,0,-3,2,-3,-1xm107,-100v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm213,-100v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm59,-98v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm-1,-97v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm215,-97v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm57,-94v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm62,-94v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm-1,-92v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm112,-89v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm63,-85v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm212,-86v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm215,-86v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm58,-81v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm153,-79v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm161,-76v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm5,-71v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm6,-71v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm156,-70v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm112,-70v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm0,-68v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm114,-68v2,0,2,1,1,2xm157,-67v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm112,-67v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm5,-65v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm207,-65v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm103,-64v0,0,2,0,2,1v0,0,-2,0,-2,-1xm206,-64v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm116,-62v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm162,-62v0,0,0,2,-1,2v0,0,0,-2,1,-2xm-1,-60v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm9,-60v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm12,-59v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm8,-58v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm14,-57v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm59,-55v0,0,0,-2,1,-2v0,0,0,2,-1,2xm98,-57v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm204,-57v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm13,-52v-1,0,-3,-1,-1,-1xm97,-53v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm108,-53v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm8,-49v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm204,-50v0,0,2,0,2,1v0,0,-2,0,-2,-1xm5,-49v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm67,-48v0,0,-2,0,-2,-1v0,0,2,0,2,1xm170,-46v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm73,-44v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm97,-44v0,-2,1,-2,2,-1xm174,-46v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm64,-42v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm189,-41v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm15,-41v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm20,-39v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm188,-40v0,1,-1,3,-1,1xm68,-38v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm93,-36v-1,0,-3,-1,-1,-1xm186,-36v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm84,-33v0,-2,0,-2,2,-2v0,2,0,4,-2,2xm121,-33v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm10,-32v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm15,-32v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm21,-33v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm87,-31v0,0,2,0,2,1v0,0,-2,0,-2,-1xm128,-30v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-30v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm188,-30v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm192,-28v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm21,-26v0,0,0,2,-1,2v0,0,0,-2,1,-2xm26,-23v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm128,-23v0,-1,1,-1,2,-1v0,2,0,2,-2,1xm189,-25v0,1,-1,3,-1,1xm128,-20v0,0,-3,-2,-1,-2xm203,-22v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm22,-21v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm25,-20v0,0,-2,0,-2,-1v0,0,2,0,2,1xm81,-20v0,-2,3,-1,4,-1v0,2,-2,1,-4,1xm18,-20v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm22,-16v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm30,-15v-6,0,-2,-3,0,-1r0,1xm128,-16v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm26,-16v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm129,-16v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm187,-14v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm192,-14v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm24,-12v1,0,3,1,1,1xm82,-12v0,0,2,0,2,1v0,0,-2,0,-2,-1xm186,-10v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm136,-4v-2,0,-1,-3,-1,-4v5,0,2,1,1,4xm26,-5v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm132,-5v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm32,-3v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm27,1v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm79,-1v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm183,-1v0,0,2,0,2,1v0,0,-2,0,-2,-1xm69,0v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm172,1v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm181,3v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm139,1v0,0,0,2,-1,2v0,0,0,-2,1,-2xm47,5v-2,-2,3,-2,3,-2v0,1,-1,2,-3,2xm53,3v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm151,3v0,0,2,0,2,1v0,0,-2,0,-2,-1xm53,5v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm59,5v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm154,6v0,-2,2,-1,3,-1v-1,2,-1,2,-3,1xm44,7v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm139,6v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm224,6v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm167,10v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm53,12v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm175,21v1,0,1,0,1,1v-1,0,-1,0,-1,-1","w":219},"X":{"d":"-24,-186v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-10,-185v0,3,-2,2,-2,0r2,0xm2,-185v0,2,-1,1,-2,1xm94,-183v0,-1,1,-3,1,-1xm15,-182v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-14,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-3,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-1,-182v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm30,-182v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm-8,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-1,-176v0,-10,3,3,9,-3v0,0,0,2,1,2v-1,-5,3,-1,9,-3v0,2,3,1,4,1v0,-1,0,-1,1,-1v1,7,1,3,5,1v0,4,2,8,7,9v0,-1,-1,-4,1,-4v-2,8,6,7,6,15v6,3,7,27,18,17v-5,-3,5,-5,4,-12v10,-7,9,-15,14,-20v0,0,0,2,1,2v4,-8,16,-5,23,-5v0,-1,-1,-3,1,-3v0,5,1,0,5,1v0,-2,4,-3,2,0v-1,0,-1,1,-1,2v7,2,6,0,14,0v0,-2,0,-2,2,-2v1,5,3,8,7,10v-5,0,-6,14,-14,15v0,4,-1,5,2,7v-9,-4,-6,10,-15,10v0,4,1,2,3,6v-6,2,-12,9,-13,19v-10,-1,-2,11,-5,16v2,0,6,-2,5,2v-2,0,-5,-1,-5,1v3,-1,3,1,3,4v-4,1,-1,-2,-4,-2v-3,7,4,3,7,5v-2,1,-8,1,-5,5v7,2,0,13,9,7v1,7,-7,2,-10,8v3,-1,7,4,4,7v0,-1,1,-4,-1,-4v1,4,-1,5,-4,3v0,-2,0,-2,-2,-2v2,5,-3,10,-6,5v1,5,-5,0,-2,4v4,-3,6,5,9,1v-3,0,-3,0,-1,-2v3,-1,1,2,3,2v0,-5,6,-4,14,-5v1,1,0,6,1,3v9,0,8,21,17,15v0,4,-2,2,-1,7v2,1,6,0,6,2v-8,0,2,3,-4,5v3,1,5,1,7,4v-2,0,-4,0,-3,2v1,0,7,-1,4,0v0,4,3,5,5,8v-6,7,-24,8,-30,7v2,-1,2,1,2,3v-7,3,-11,-7,-9,1v-5,-3,-10,-8,-16,-4v0,-1,1,-4,-1,-4v1,3,-2,5,-3,2v3,1,1,-2,3,-4v-1,0,-3,1,-3,-1v2,0,4,0,3,-3v-8,4,-2,-8,-8,-3v2,-9,-11,-15,-8,-19v8,5,9,-4,5,-7v-3,-1,-2,4,-5,0v2,0,2,0,2,-2v-1,0,-6,4,-4,0v-8,-5,-18,2,-12,9v-3,1,-2,-2,-5,-2v0,5,4,7,-1,6v-3,1,1,-4,-2,-4v-1,3,2,9,-2,8v-1,-1,0,-6,-1,-3v-1,0,-1,0,-1,1v2,0,1,2,1,3v-1,0,-1,1,-1,2v2,0,1,3,1,4v-12,-3,-6,7,-10,12v0,0,-5,-6,-5,-2v0,0,2,0,2,1v0,0,-2,0,-2,1v3,-1,4,3,2,4v0,-1,-1,-1,-2,-1v-1,2,2,0,2,2v-4,2,-6,-2,-9,0v1,0,1,0,1,1v-2,0,-6,-1,-5,2v2,0,4,0,3,2v-5,0,-4,-1,-6,-4v0,9,-9,0,-14,2v1,0,1,-1,1,-2v-3,0,-3,4,-6,0v1,4,-5,3,-14,4v0,-5,-3,-6,-7,-7v2,0,4,0,3,-3v-3,1,-2,-2,-2,-4v7,-1,8,-7,10,-17v11,-4,8,-14,18,-17v2,-14,12,-15,14,-28v9,-6,16,-29,2,-33v1,-6,-6,-7,-5,-15v-9,-2,-4,-14,-15,-16v0,-4,3,1,1,-4v-10,0,1,-10,-10,-13v0,-4,-3,-3,-5,-5v2,0,4,-1,3,-4v-8,-2,-6,-13,-1,-14v1,3,2,3,5,2v0,0,0,-2,1,-2v0,2,0,2,2,2v1,-4,6,-2,6,1xm15,-179v0,3,4,4,2,0r-2,0xm-4,-176v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm41,-156v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm87,-103v0,-1,3,-4,1,-4xm88,-99v-4,2,-3,5,0,2r0,-2xm88,-95v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm85,-59v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm78,-51v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm81,-48v2,0,3,-4,1,-4xm74,-49v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm71,-46v2,2,6,7,3,0v2,-2,5,1,7,-1v-3,-1,-7,-1,-10,1xm84,-47v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm47,-40v0,0,2,0,2,-1v0,0,-2,0,-2,1xm76,-38v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm-13,-31v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm72,-31v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm10,-31v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm73,-30v0,2,1,2,2,1xm37,-26v0,0,2,0,2,-1v0,0,-2,0,-2,1xm39,-25v-2,-1,-2,1,-2,3v2,1,2,-1,2,-3xm29,-14v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm-17,-1v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm12,-180v0,0,-2,0,-2,-1v0,0,2,0,2,1xm30,-180v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm41,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm45,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm123,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm25,-179v-1,0,-1,0,-1,-1v2,-1,1,1,1,1xm35,-179v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm111,-180v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm115,-180v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm116,-177v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm32,-176v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-25,-176v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm34,-172v-2,0,-2,-1,-3,-3v2,0,4,0,3,3xm-27,-170v-1,-2,1,-2,3,-2v0,1,-1,2,-3,2xm-22,-171v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm41,-167v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-22,-166v0,-2,3,-1,4,-1v0,2,-3,1,-4,1xm-22,-162v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-21,-162v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm44,-160v0,0,-2,0,-2,-1v0,0,2,0,2,1xm47,-159v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-17,-156v0,-2,1,-2,3,-3v0,2,0,4,-3,3xm121,-152v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm50,-150v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm123,-150v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm123,-147v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm115,-145v0,0,0,-2,1,-2v0,0,0,2,-1,2xm-17,-144v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm115,-143v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm111,-139v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm123,-139v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm111,-135v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-27,-132v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm110,-132v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-129v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm4,-127v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm111,-126v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-125v0,2,-1,2,-2,1xm104,-121v0,1,-1,1,-2,1v0,-2,0,-2,2,-1xm100,-120v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm6,-118v1,0,3,1,1,1xm104,-117v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm100,-116v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,-114v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm97,-109v0,-1,-2,-4,1,-3xm98,-107v-2,3,-4,-1,-4,-3v2,0,0,4,4,3xm15,-108v0,0,2,0,2,1v0,0,-2,0,-2,-1xm23,-99v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm23,-95v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm108,-95v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm112,-93v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm98,-84v0,0,-2,0,-2,-1v0,0,2,0,2,1xm105,-84v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm98,-82v-1,1,-4,5,-3,0r3,0xm105,-80v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm104,-78v0,3,-3,4,-2,0r2,0xm14,-73v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm10,-68v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm98,-68v0,0,-2,0,-2,-1v0,0,2,0,2,1xm89,-59v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm93,-57v0,0,-2,0,-2,-1v0,0,2,0,2,1xm87,-55v0,0,0,-2,1,-2v0,0,0,2,-1,2xm109,-54v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm119,-52v-1,0,-3,-1,-1,-1xm60,-46v-1,0,-3,-1,-1,-1xm120,-46v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm127,-46r-1,0r1,0xm58,-42v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm61,-42v0,0,-2,0,-2,-1v0,0,2,0,2,1xm53,-38v-1,-3,3,-4,4,-2v-2,0,-1,3,-4,2xm64,-40v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-38v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm122,-36v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm47,-31v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm67,-31v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm56,-28v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm67,-28v0,0,0,-2,1,-2v0,0,0,2,-1,2xm67,-25v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm49,-21v0,0,-2,0,-2,-1v0,0,2,0,2,1xm76,-17v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm66,-16v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm73,-13v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm76,-13v2,-1,2,1,2,3v-1,0,-2,-1,-2,-3xm30,-9v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-24,-4v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm87,-4v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm90,-3v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm116,-4v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm-27,-1v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm88,-3v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm95,-3v1,3,-1,3,-4,3v-1,-3,1,-3,4,-3xm84,0v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm112,0v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm-8,1v0,2,-3,1,-4,1v1,-1,3,-2,4,-1xm-7,1v0,-2,3,-1,1,0r-1,0xm1,1v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm4,1v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm-14,4v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm118,4v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm-10,5v0,0,-2,0,-2,-1v0,0,2,0,2,1xm1,5v0,0,-2,0,-2,-1v0,0,2,0,2,1xm4,22v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-14,48v-1,0,-1,-1,-1,-2v1,0,1,1,1,2","w":119},"Y":{"d":"84,-189v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm1,-179v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm83,-176v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-166v0,-1,1,-3,1,-1xm22,-163v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm18,-162v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm161,-160v0,-1,1,-3,1,-1xm15,-154v6,-1,11,-7,16,-4v-5,1,-2,3,0,0v5,1,8,2,13,1v-1,5,4,0,9,4v0,0,-2,0,-2,1v7,-1,1,8,8,6v1,3,-5,1,-2,5v6,0,1,15,9,10v-3,15,1,14,3,19v-3,0,-1,0,-1,3v2,-1,7,-3,4,1v1,3,-3,1,-3,3v4,3,3,4,3,9v6,-1,-1,7,6,5v-1,3,3,1,2,4v-6,0,-1,4,-2,8v4,0,8,6,0,5v9,5,6,23,11,27v8,-8,5,-25,13,-36v-3,1,-2,-2,-2,-4v5,-6,3,-15,5,-23v2,0,4,0,2,-2v-2,1,-2,-1,-2,-3v6,-12,4,-32,15,-38v0,-3,1,-4,4,-4v0,1,-1,3,1,3v-1,-4,3,-4,7,-3v0,1,1,1,2,1v9,-5,18,2,24,-1v9,6,0,17,4,22v-2,0,-4,0,-3,2v1,0,3,-1,3,1v-12,2,1,19,-10,21v1,8,-4,7,-1,12v-10,10,1,22,-10,23v0,3,2,2,4,5v-6,0,-3,2,-5,7v2,0,5,-1,5,1v-11,-2,0,9,-8,11v0,-1,1,-3,-1,-3v2,9,0,12,-4,13v2,-1,2,1,2,3v-3,0,-2,2,-2,5v2,-1,2,1,2,3v-1,0,-4,-2,-3,1v1,0,3,-1,3,1v-10,10,-6,17,-10,28v-4,0,-3,1,-2,4v1,1,4,0,3,3v-14,4,-6,15,-11,18v0,-1,1,-3,-1,-3v0,6,-11,7,-5,10v2,0,4,0,3,2v-6,-2,1,8,-6,6v-2,4,2,2,2,5v-5,2,-5,8,-9,15r1,-1v-3,2,-2,8,-9,8v0,-2,0,-2,-2,-2v2,6,-8,2,-12,5v2,0,1,6,0,3v-3,2,-5,-6,-4,-3v-1,7,-6,4,-9,6v0,-4,-1,-2,-4,-3v1,5,-7,2,-10,3v0,0,0,-2,-1,-2v1,6,-5,0,-10,3v0,-2,-2,-1,-3,-1v0,2,-3,1,-4,1v-1,-9,2,-8,-2,-16v2,1,5,2,4,-2v-11,-4,-1,-21,6,-23v9,3,23,0,24,-10v2,0,4,0,2,-2v-4,1,-3,-2,-3,-5v8,0,1,-10,5,-11v0,2,0,2,2,1v-3,-2,0,-3,2,-6v7,-2,1,-7,9,-10v-2,0,-2,0,-2,-2v2,0,2,0,2,-2v0,0,-2,0,-2,-1v5,-1,-1,-1,0,-5v-2,5,-2,11,-6,13v0,-2,2,-6,0,-7v1,5,-6,3,-7,7v2,0,2,0,1,2v-19,-4,-11,-26,-20,-29v2,0,4,0,3,-2v-9,-6,-3,-19,-12,-24v3,0,1,-1,1,-4v0,0,-2,0,-2,-1v0,0,2,0,2,-1v-11,-15,-9,-39,-20,-52v2,-6,-5,-7,-1,-10v-3,1,-7,-3,-2,-3v0,2,0,2,2,2v-2,-5,-8,-8,-5,-12v-7,1,0,-13,-8,-10v1,-5,7,-7,11,-8r0,3xm8,-148v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm15,-131v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm62,-126v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm154,-117v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm152,-115v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm142,-77v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm87,-45v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm134,-45v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm84,-42v-1,2,1,2,3,2v1,-2,-1,-2,-3,-2xm88,-40v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm83,-35v1,3,7,2,4,0v0,1,0,1,-1,1v1,-4,-6,-6,-2,-2v0,1,0,1,-1,1xm87,-37v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm130,-34v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm82,-30v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm86,-29v0,-1,-1,-1,-2,-1v-1,3,-1,1,2,1xm82,-25v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm80,-20v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm80,-19v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm125,-15v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm121,2v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm117,7v0,2,4,0,1,0r-1,0xm114,17v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm67,22v0,-2,-3,-1,-4,-1v0,2,3,1,4,1xm108,25v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm34,41v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm34,45v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm60,62v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm89,62v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm45,69v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm42,73v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm33,75v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm40,-159v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm38,-157v0,0,-2,0,-2,-1v0,0,2,0,2,1xm49,-156v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm57,-156v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm2,-153v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm60,-145v0,-1,1,-3,1,-1xm6,-144v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm0,-143v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm60,-141v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm68,-142v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm113,-141v0,0,-2,0,-2,-1v0,0,2,0,2,1xm65,-139v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm163,-139v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm161,-139v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm9,-136v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm98,-133v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm163,-133v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm164,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm158,-123v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm158,-111v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm17,-104v0,0,-2,0,-2,-1v0,0,2,0,2,1xm157,-103v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm154,-103r-1,0r1,0xm157,-100v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm151,-98v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm77,-96v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm152,-96v0,0,0,-2,1,-2v0,0,0,2,-1,2xm100,-95v0,0,2,0,2,1v0,0,-2,0,-2,-1xm84,-89v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm157,-88v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm149,-88v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm148,-85v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm29,-84v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm82,-84v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm151,-82v0,0,-2,0,-2,-1v0,0,2,0,2,1xm30,-81v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm98,-77v0,0,-2,0,-2,-1v0,0,2,0,2,1xm157,-77v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm89,-75v0,1,-1,3,-1,1xm147,-73v-2,0,-1,-3,0,-1r0,1xm83,-72v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm146,-72v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm34,-69v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm95,-68v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm86,-68v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm143,-59v-1,3,-2,-2,-2,-2v2,-1,0,2,2,2xm158,-59v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm89,-58v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm89,-56v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm143,-56v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm92,-53v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm141,-49v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm137,-44v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm137,-39v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm135,-37v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm45,-35v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm135,-34v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm45,-34v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm135,-21v0,-1,1,-3,1,-1xm134,-20v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm134,-18v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm131,-14v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm135,-14v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-13v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm129,-14v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm53,-12v0,0,-2,0,-2,-1v0,0,2,0,2,1xm147,-12v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-12v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm127,-9v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm130,-8v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-6v0,-1,1,-3,1,-1xm127,-5v0,-2,0,-4,2,-3v0,2,0,4,-2,3xm1,-5v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm3,-5v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm67,-3v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm61,-2v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm127,-2v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm132,-2v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-2v0,3,-2,2,-2,0r2,0xm123,7v1,0,3,1,1,1xm122,12v0,-4,4,-5,2,0r-2,0xm124,13v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm65,13v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm6,17v0,-2,0,-4,2,-3v0,2,0,4,-2,3xm62,14v0,4,-3,3,-1,0r1,0xm119,21v0,2,-2,1,-3,1v0,-4,1,-3,3,-1xm118,24v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm2,25v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm116,24v0,0,2,0,2,1v0,0,-2,0,-2,-1xm139,25v0,0,-2,0,-2,-1v0,0,2,0,2,1xm113,25v2,0,1,3,1,4v-5,0,-2,-1,-1,-4xm124,27v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm118,28v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm116,31v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm117,34v1,0,3,1,1,1xm121,36v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm111,41v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm108,50v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm27,50v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm105,54v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm103,54v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm28,55v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm103,57v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm102,61v0,0,-2,0,-2,-1v0,0,2,0,2,1xm99,63v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm22,65v0,-1,1,-3,1,-1xm108,69v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm83,73v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm23,77v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm34,78v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm54,77v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm42,81v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm39,79v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2","w":150},"Z":{"d":"109,-271r-1,0r1,0xm79,-267v0,0,-2,0,-2,-1v0,0,2,0,2,1xm97,-248v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm129,-224v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm95,-224v0,2,-3,1,-1,0r1,0xm86,-188v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm113,-185v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm133,-185v0,0,-2,0,-2,-1v0,0,2,0,2,1xm148,-183v9,5,6,8,11,11v0,0,0,-2,1,-2v0,7,-5,7,-4,14v3,-1,3,1,3,4v-1,0,-3,-1,-3,1v2,-1,6,-1,3,1v0,2,-4,0,-3,4v1,0,4,-1,4,1v-7,-1,-5,12,-12,14v0,-2,0,-2,-2,-2v0,2,4,5,0,3v-3,7,-15,12,-12,20v-3,1,-2,-2,-4,-3v3,11,-12,5,-7,16v-8,3,-12,7,-11,14v-4,1,-3,-3,-5,-4v0,2,2,6,0,6v0,-2,-2,-1,-3,-1v0,1,5,3,0,4v0,-2,-1,-2,-3,-3v2,8,-8,1,-5,9v-7,-1,-13,-5,-19,-4v-7,-11,-13,-27,-3,-36v8,-4,10,-15,15,-19v-7,0,-7,-2,-13,0v0,0,0,-2,-1,-2v1,3,-2,2,-4,2v-22,-7,-46,3,-56,-5v-1,-7,-3,-7,-1,-14v-3,0,-4,-6,-3,-8v0,1,0,1,1,1v-2,-5,3,-3,0,-9v6,-13,36,-11,39,-7v0,-6,5,-1,13,-3v0,1,0,1,1,1v0,-1,1,-3,1,-1v15,2,16,-3,24,-3v4,6,11,0,19,2v0,-2,-1,-5,2,-4v0,9,12,0,20,4v2,-6,5,5,5,-5v3,1,9,11,12,3xm138,-180v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm149,-179v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm154,-170v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm157,-171v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm154,-166v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm154,-147v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm42,-138v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm144,-133v-3,0,-4,4,-1,2xm55,-181v-3,-1,2,-2,2,-2v1,2,-2,0,-2,2xm144,-182v-2,0,-1,-3,0,-1r0,1xm42,-181v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm155,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm18,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm28,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm32,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm16,-180v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm23,-180v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm10,-177v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm156,-177v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm0,-170v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm163,-168v-2,1,-2,-1,-2,-3v1,0,2,1,2,3xm161,-165v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm0,-164v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-164v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-161v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm158,-162v2,-1,5,1,1,1xm162,-158v0,0,-3,-2,-1,-2xm162,-153v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm159,-152v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm162,-150v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm160,-144v-2,0,-4,0,-3,-3v2,0,2,1,3,3xm156,-143v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm160,-143v0,2,-1,2,-2,1xm161,-139v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm155,-135v-2,0,-4,0,-3,-3v1,1,4,0,3,3xm15,-137v0,2,-1,2,-2,1xm31,-135v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm48,-137v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm51,-137v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm53,-135v0,0,0,-2,1,-2v0,0,0,2,-1,2xm65,-135v0,0,0,-2,1,-2v0,0,0,2,-1,2xm22,-134v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm57,-134v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm69,-133v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm86,-133v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm65,-132v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm80,-133v0,2,-3,1,-1,0r1,0xm148,-132v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm204,-132r-1,0r1,0xm162,-128v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm146,-128v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm141,-126v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm69,-123v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm147,-124v-1,2,-3,1,-2,-1xm141,-120v0,0,-3,-2,-1,-2xm145,-121v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm138,-120v0,4,-4,5,-2,0r2,0xm74,-117v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm134,-113v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm136,-107v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm128,-107v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm132,-107v0,2,-4,0,-1,0r1,0xm124,-105v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm194,-105v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm136,-101v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm133,-100v0,0,-2,0,-2,-1v0,0,2,0,2,1xm75,-80v-3,8,11,11,12,20v-9,-2,-1,9,-8,5v1,5,-3,0,-3,4v2,-1,5,-2,4,2v-8,0,-8,3,-5,8v0,-1,0,-1,1,-1v7,3,11,4,16,2v-1,3,1,4,3,2v1,-1,0,-4,3,-3v-1,7,5,-3,6,3v8,1,8,-4,17,-2v0,2,0,2,2,2v0,-3,4,-3,6,-2v0,2,0,2,2,2v0,0,5,-4,8,-2v5,6,16,-1,11,12v2,-1,2,1,2,3v-3,-1,-2,2,-2,4v4,9,-2,10,1,16v-10,0,-22,3,-30,1v1,3,-1,3,-4,3v0,-2,-2,-4,-5,-3v2,6,-4,-3,-5,3v-4,1,-3,-3,-5,0v0,-2,0,-2,-2,-2v-20,5,-42,3,-50,3v1,0,1,0,1,-1v-17,3,-27,1,-40,1v0,-5,-6,-2,-6,-10v0,0,-2,0,-2,-1v3,1,2,-3,2,-5v-2,0,-1,-2,-1,-3v0,0,2,0,2,-1v-1,-1,-4,0,-3,-3v7,-5,-1,-17,8,-19v0,0,-2,0,-2,-1v15,-7,16,-20,23,-31v8,-1,9,-11,17,-13v1,-12,16,-11,15,0v7,0,0,3,6,5v-1,-3,2,-2,4,-2v2,3,-5,5,-2,4r3,0xm148,-20v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm145,-19v0,2,1,2,2,1xm108,-4v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm136,-4v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm27,-1v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm85,-3v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm31,-1v0,1,1,3,1,1v-1,0,-1,0,-1,-1xm119,-97v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm119,-95v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm114,-93v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm117,-93v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm70,-90v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm129,-86v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm73,-86v-1,1,-5,1,-2,0r2,0xm114,-84v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm119,-84v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm109,-82v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm100,-79v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm84,-78v0,0,-2,0,-2,-1v0,0,2,0,2,1xm107,-78v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm81,-76v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm79,-74v-1,-3,2,-1,3,-1v-1,2,-1,2,-3,1xm100,-75v0,0,-2,0,-2,-1v0,0,2,0,2,1xm90,-74v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-74v0,0,2,0,2,1v0,0,-2,0,-2,-1xm97,-74v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm85,-72v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm90,-73v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm98,-68v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm85,-67v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm95,-63v0,2,-3,1,-1,0r1,0xm85,-52v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm147,-52v-1,0,-3,-1,-1,-1xm79,-46v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm85,-46v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-45v0,1,-1,3,-1,1xm84,-44v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm91,-42v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm146,-38v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm155,-32v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm154,-32v1,2,-1,2,-3,2v0,-1,1,-2,3,-2xm157,-27v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm154,-23v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm1,-10v0,0,2,0,2,1v0,0,-2,0,-2,-1xm3,-5v0,0,-2,0,-2,-1v0,0,2,0,2,1xm154,-3v0,0,-2,0,-2,-1v0,0,2,0,2,1xm123,-1v0,0,0,-2,1,-2v0,0,0,2,-1,2xm101,0v0,2,-3,1,-1,0r1,0xm133,1v0,0,-2,0,-2,-1v0,0,2,0,2,1xm39,2v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm50,1v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm59,4v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm76,2v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm81,2v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm86,2v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm103,2v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,4v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm24,4v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm39,6v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm52,5v0,2,-4,0,-1,0r1,0xm66,7v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm103,8v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm17,13v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm84,16v-2,0,-2,0,-2,-2v2,0,2,0,2,2","w":169},"@":{"d":"155,30v-3,0,-6,1,-5,-3v3,0,6,-1,5,3xm155,41v1,3,-1,3,-4,3v-1,-3,1,-3,4,-3xm151,15v-1,-2,1,-2,3,-2v0,1,-1,2,-3,2xm160,-2v1,4,-4,5,-6,3v0,-4,2,-3,6,-3xm159,3v-1,2,-4,4,-4,0r4,0xm159,42v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm168,13v0,2,-2,1,-3,1v1,-1,1,-2,3,-1xm170,34v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm170,7v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm171,29v-1,-2,1,-2,3,-2v2,2,-3,2,-3,2xm186,14v-2,0,-4,0,-3,-2v2,0,4,0,3,2xm192,30v-3,1,-4,-1,-2,-3v2,1,4,1,2,3xm193,13v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm202,8v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm208,10v1,3,-1,3,-4,3v0,-2,1,-5,4,-3xm207,84v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm208,61v0,0,3,2,1,2xm211,75v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm210,52v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm212,28v-1,1,-3,1,-1,0r1,0xm233,44v-2,0,-4,0,-3,-3v2,0,4,0,3,3xm241,14v0,2,-5,1,-4,0v2,-1,2,-1,4,0xm247,62v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm255,45v0,6,-5,3,-8,1v1,-2,5,-1,8,-1xm262,53v0,2,-5,3,-5,0v1,-1,3,-3,5,0xm262,17v-1,-4,4,-5,6,-4v1,5,-2,6,-6,4xm264,42v3,-1,3,1,3,4v-3,-1,-5,0,-3,-4xm267,38v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm269,9v3,0,2,2,0,2r0,-2xm275,13v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm230,-277v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm206,-273v0,-1,1,-3,1,-1xm123,-264r0,-5r0,5xm127,-266v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm127,-260r0,-5r0,5xm196,-264v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm123,-264v0,-2,1,-2,3,-3v1,3,-1,11,3,11v1,-2,-1,-7,1,-8v1,8,-1,17,12,15v1,-5,1,-11,3,-16v6,3,5,16,14,17v2,5,16,5,21,3v-3,6,11,10,6,3v8,8,14,-1,17,7v-3,-1,-4,1,-1,2v0,-1,1,-1,2,-1v1,4,-3,2,-1,5v5,0,-1,-2,4,-4v-1,4,6,6,6,2v-1,-2,-5,-3,-6,-7v11,-2,9,7,9,11v-4,0,-3,1,-1,3v1,-1,3,-6,4,1v-1,0,-1,0,-1,1v3,2,5,-1,3,-3v-2,0,-2,-1,-3,-3v6,1,10,4,6,9v4,1,2,-3,6,-3v3,7,3,10,9,7v-3,6,6,17,10,13v2,4,-5,5,0,7v1,-2,0,-5,2,-5v-3,5,3,2,4,6v-5,1,-1,1,-1,5v4,1,1,-5,5,-5v0,3,6,4,1,8r-3,1v4,0,8,0,7,6v-3,0,-5,0,-4,3v3,-1,6,2,1,2v0,-1,-1,-1,-2,-1v-2,6,8,1,10,6v-3,-1,-1,3,-3,5v8,0,-2,3,4,5v-4,1,-1,0,-3,6v7,4,0,13,5,20v-9,0,-1,4,-3,10v4,3,1,5,-2,8v5,-2,4,1,2,4v-5,-3,-4,6,-3,4v8,1,-4,3,3,7v-4,3,-3,-3,-5,-4v-1,8,5,10,12,10v-9,11,-12,-9,-16,-1v2,1,5,2,5,6v-1,-1,-6,-1,-3,0v-1,8,-4,13,-11,13v-1,6,-2,19,-4,10v1,3,-4,0,-3,5v2,0,4,0,3,3v0,0,-2,0,-2,1v0,0,2,0,2,1v-5,1,-3,-5,-8,-6v-1,6,0,11,3,15v-2,0,-4,0,-2,2v9,-3,13,4,13,9v-9,-2,2,16,-9,12v2,5,-10,4,-6,9v0,0,0,-2,1,-2v-1,11,-13,3,-17,15v-16,6,-25,13,-42,17v-42,9,-64,5,-90,-3v-2,-7,-17,-2,-17,-10v-9,2,-9,-10,-18,-12v-1,-4,-11,-4,-11,-11v-9,-6,-21,-15,-20,-26v-7,1,2,-4,-3,-4v0,0,-2,3,-2,1v1,0,1,0,1,-1v-7,-1,1,-10,-8,-8v2,-3,1,-4,1,-8v-8,-11,-2,-18,-9,-22v8,0,2,-3,4,-14v0,0,-2,0,-2,-1v2,1,2,-1,2,-3v-3,0,0,-1,-2,-3v5,-1,1,-1,0,-4v-1,0,-1,0,-1,-1v2,0,2,0,1,-1v-1,0,-1,-1,-2,-4v3,1,9,-2,4,-3v-1,2,-2,1,-4,0v3,-3,-3,-13,6,-14v-2,-4,-5,-6,-1,-11v-3,1,-3,-1,-3,-4v5,0,11,-9,4,-8v-4,-6,10,-3,5,-9v4,1,0,-5,3,-5v2,5,0,2,2,0v-2,-2,-3,-9,0,-6v11,-8,6,-16,11,-18v-1,2,1,2,3,2v-1,-6,4,-3,5,-8v-2,0,-2,0,-2,-2v4,1,0,-5,4,-4v-1,3,2,10,3,4v0,0,-2,0,-2,-1v9,-3,5,-10,15,-11v6,-12,21,-10,28,-20v8,2,6,-12,14,-4v-1,0,-1,1,-1,2v2,-5,17,-3,13,-11v6,0,2,2,4,5v1,-4,14,0,10,-13v0,0,-2,0,-2,-1v3,1,2,-2,2,-4r-2,0xm196,-234v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm228,-216v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm103,-180v2,-16,20,-25,23,-36v-19,1,-36,5,-44,18v-21,4,-24,27,-35,42v2,0,2,0,2,2v-7,1,2,24,-8,21v0,11,2,24,0,34v10,15,7,41,25,50v3,9,13,10,22,13v8,-14,-15,-12,-17,-25v-11,-1,-7,-23,-16,-24v7,-10,-5,-30,6,-38v1,-6,-3,-7,1,-9v-2,0,-4,0,-3,-3v5,0,6,-7,9,-12v-1,0,-4,1,-4,-1v9,1,4,-12,12,-11v0,-9,10,-8,10,-17v5,1,8,-6,17,-4xm143,-201v3,-1,5,-18,-4,-14v2,4,1,11,4,14xm164,-211v-2,-3,-10,0,-6,1v1,5,9,3,7,12v3,6,13,33,21,14v7,-2,23,4,20,-6v-5,1,-5,-7,-12,-6v1,-8,-17,-5,-20,-14xm251,-186v2,1,3,-1,1,-2xm261,-181v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm216,-170v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm227,-143v-7,-8,-1,-26,-11,-26v-4,15,-15,29,-14,44v-10,3,-6,22,-7,31v6,-1,6,5,8,8v2,-6,19,-5,16,-18v3,-1,2,-6,2,-11v0,0,-2,0,-2,-1v8,-3,2,-24,8,-27xm262,-168v0,0,2,0,2,-1v0,0,-2,0,-2,1xm141,-104v-2,-14,8,-16,16,-19v-3,-10,1,-26,-12,-27v-14,-14,-53,15,-36,30v4,11,10,20,14,31v12,4,24,-3,16,-15r2,0xm266,-152v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm12,-147v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm266,-141v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm18,-136v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm8,-133v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm251,-131v-1,3,6,1,2,6v-2,0,-2,0,-2,2v3,1,2,-1,4,-2v0,0,0,2,1,2v-2,-6,4,-9,-5,-8xm262,-129v0,2,0,4,3,3v0,-2,0,-4,-3,-3xm8,-125v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm12,-121v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm9,-107v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm256,-86v5,0,6,-3,0,-2r0,2xm139,-55v-1,9,-14,7,-13,14v-10,-3,-14,3,-8,10v15,-2,15,9,24,12v-2,-4,4,-5,1,-2v12,5,38,-3,42,-11v-21,5,-30,-12,-42,-20v0,-4,0,-4,-4,-3xm234,-55v-1,2,1,2,3,2v1,-2,-1,-2,-3,-2xm233,-53v-2,0,-4,0,-3,2v8,0,-3,4,5,4v-2,-3,5,-5,2,-4v-1,-1,-4,0,-4,-2xm227,-50v0,2,0,4,2,3v0,-2,0,-4,-2,-3xm25,-41v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm111,-40v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm248,-37v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm123,-21v0,-2,0,-2,-2,-2v0,2,0,2,2,2xm237,-22v0,1,1,3,1,1xm231,-15v0,2,4,0,1,0r-1,0xm153,-262v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-38,-259v1,-1,5,-1,2,0r-2,0xm73,-260r-1,0r1,0xm165,-254v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm111,-249v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm197,-250v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm122,-246v-2,1,-2,-1,-2,-3v1,0,2,1,2,3xm177,-246v-2,0,-4,0,-3,-3v2,0,4,0,3,3xm197,-248v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm211,-244v-3,-6,0,-1,4,-2v1,3,-2,2,-4,2xm162,-245v1,2,-1,2,-3,2v0,-1,1,-2,3,-2xm177,-245v0,0,-2,3,-2,1xm165,-243v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm90,-242v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm181,-242v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm195,-238v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm82,-237v0,0,-2,0,-2,-1v0,0,2,0,2,1xm73,-229v-1,0,-1,-1,-1,-2v2,0,2,0,1,2xm224,-223v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm49,-219v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm50,-217v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm240,-215v0,0,-3,-2,-1,-2xm234,-212v0,-2,0,-4,3,-3v0,2,0,4,-3,3xm238,-207v3,-3,6,2,1,1v0,-1,0,-1,-1,-1xm243,-201v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm-42,-198v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm8,-195v0,2,-1,1,-2,1xm-31,-222v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm173,-189v0,0,-2,0,-2,-1v0,0,2,0,2,1xm22,-187v0,1,-2,2,-2,0v1,-1,0,0,2,0xm-14,-215v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm198,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-29,-214v2,-1,2,1,2,3v-1,0,-2,-1,-2,-3xm19,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-10,-211v0,4,-6,5,-3,2v0,-1,1,-2,3,-2xm8,-153v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm-22,-180v-1,0,-3,-4,0,-3r0,3xm-4,-149v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm64,-147v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm-19,-168v-5,0,-6,-4,0,-3r0,3xm4,-138v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm3,-133v-1,-3,3,-4,4,-2v-3,-1,-2,1,-4,2xm3,-123v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm55,-117v0,0,-2,0,-2,-1v0,0,2,0,2,1xm2,-100v-2,1,-3,-1,-1,-2xm5,-96v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm55,-79v0,0,-2,0,-2,-1v0,0,2,0,2,1xm251,-63v-4,1,-1,-5,-1,-6v2,0,4,0,3,3v-2,-1,-2,1,-2,3xm7,-68v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm7,-67v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm244,-47v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm-7,-44v2,0,4,0,3,3v-1,-1,-4,0,-3,-3xm253,-40v-3,1,-6,-5,-2,-4v-1,3,3,1,2,4xm22,-37v0,2,-4,0,-1,0r1,0xm125,-36v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm26,-30v0,0,2,0,2,1v0,0,-2,0,-2,-1xm26,-28v0,1,-1,3,-1,1xm30,-27v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm149,-20v-3,-4,4,-5,5,-5v1,4,-1,6,-5,5xm32,-23v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm165,-20v2,-3,5,-4,3,0r-3,0xm247,-14v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm247,-8v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm229,-4v0,0,-2,3,-2,1xm55,0v0,-2,0,-4,2,-3v0,2,0,4,-2,3xm228,3v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,7v0,0,-2,0,-2,-1v0,0,2,0,2,1xm216,8v-4,0,-3,-3,0,-1r0,1xm217,10v0,-2,3,-1,4,-1v0,2,0,4,-3,3v0,0,0,-2,-1,-2xm227,9v0,3,-2,2,-2,0r2,0xm-19,15v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm210,15v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm226,21v0,2,-4,0,-1,0r1,0xm90,24r-1,0r1,0xm180,24v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm127,29v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm149,30r-1,0r1,0xm175,-6v-1,0,-1,0,-1,1v1,0,1,0,1,-1","w":270},"&":{"d":"205,-309v-1,0,-3,-1,-1,-1xm130,-285v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm237,-285v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm2,-280v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm316,-277v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm162,-269v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm118,-253v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm122,-246v0,-2,2,-1,3,-1v-1,1,-1,2,-3,1xm228,-245v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm108,-245v0,3,-2,2,-2,0r2,0xm188,-245v0,3,-2,2,-2,0r2,0xm131,-236v2,1,0,-3,2,-3v-1,3,3,1,3,3v-1,0,-3,-1,-3,1v3,0,7,-2,8,1v-2,0,-4,0,-3,3v4,1,15,-2,11,5v12,7,13,17,10,27v11,0,0,7,6,14v-2,1,-1,2,0,4v0,0,2,0,2,1v-8,3,-5,18,-14,20v2,5,-6,3,-3,9v-3,1,-1,-2,-3,-2v-8,13,-16,2,-20,18v0,0,-2,0,-2,1v2,0,6,-1,5,2v-5,0,-4,1,-1,3v3,4,6,6,4,11v8,-3,3,8,11,4v-1,3,-2,2,0,7v6,1,1,1,1,5v8,0,11,-3,9,-9v8,0,1,-12,10,-13v13,-9,26,0,34,3v0,6,8,3,2,14v1,0,3,-1,3,1v-5,1,-3,5,-6,12v2,0,4,0,3,3v-3,0,-2,3,-4,4v0,-2,0,-2,-2,-2v1,3,-2,1,-2,3v3,-1,8,0,4,2v1,0,1,1,1,2v-11,3,-1,17,-13,15v0,0,0,-2,-1,-2v-1,5,8,13,1,9v-1,0,-3,-1,-3,1v5,0,10,0,8,7v8,1,8,12,18,11v-13,2,4,11,-3,15v2,-1,2,1,2,3v-5,1,-3,12,-12,11v-17,21,-41,-10,-52,0v1,-2,-1,-2,-3,-2v-4,6,-16,5,-23,5v0,1,1,3,-1,3v0,-1,1,-3,-1,-3v1,9,-12,1,-25,4v-18,3,-34,-7,-48,-6v-1,-8,-16,-8,-17,-17v-11,-1,-4,-14,-14,-16v0,-4,-2,-6,-4,-9v2,0,4,0,2,-2v-3,2,-5,0,-3,-3v-1,0,-1,-1,-1,-2v-3,-11,1,-16,-1,-25v-2,0,-4,0,-3,-2v5,1,4,-4,4,-10v-1,0,-1,0,-1,-1v5,-2,8,-12,2,-9v-1,-4,8,1,7,-7v4,2,1,-6,5,-6v0,0,0,2,1,2v-2,-12,16,-12,19,-22v29,-8,1,-35,9,-55v6,2,-2,-14,10,-15v1,-4,-8,-6,0,-6v1,-5,12,-5,12,-13v8,0,7,-9,16,-6v-1,0,-1,0,-1,-1v4,-6,12,-3,17,-6v-1,3,2,4,4,2v8,1,19,-3,25,0v0,0,-2,0,-2,1v3,0,5,0,4,3xm89,-236v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm121,-236v2,0,1,-3,0,-1r0,1xm79,-234v0,2,3,1,1,0r-1,0xm145,-225v0,0,2,0,2,-1v0,0,-2,0,-2,1xm118,-203v-10,-15,-28,0,-27,14v10,6,0,15,14,14v1,8,2,7,1,15v6,2,1,-10,8,-6v-2,0,-2,1,-3,4v6,-1,3,-10,9,-13v-4,0,-2,0,-2,-4v10,-4,4,-13,7,-18v-6,2,0,-7,-7,-6xm100,-174v0,2,1,2,2,1xm104,-168v-1,0,-1,1,-1,2v2,0,2,0,1,-2xm116,-156v-4,3,-8,-8,-5,0v0,6,17,6,9,5v1,-3,-4,-1,-4,-5xm125,-147v1,3,0,7,4,6v0,-4,2,-9,-4,-6xm142,-108v0,1,1,3,1,1v-1,0,-1,0,-1,-1xm148,-100v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm194,-82v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm187,-73v1,0,3,-1,1,-1xm6,-58v0,0,2,0,2,-1v0,0,-2,0,-2,1xm127,-11v2,1,3,-1,1,-2xm120,-241v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm147,-241v0,0,-2,0,-2,-1v0,0,2,0,2,1xm74,-240v2,6,-6,4,-2,1v0,-1,1,-1,2,-1xm146,-233v-1,0,-3,-1,-1,-1xm177,-231v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm63,-228v3,2,4,5,0,3r0,-3xm162,-215v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm51,-210v-1,-3,2,-2,4,-3v1,3,-1,3,-4,3xm30,-208v0,2,-5,3,-5,0v1,-1,3,-1,5,0xm180,-206v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm166,-204v1,0,3,1,1,1xm164,-201v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm45,-195v-2,0,-4,0,-3,-3v1,1,4,0,3,3xm121,-197v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm94,-195v4,0,5,3,1,4v-2,1,-3,-1,-1,-1v1,-2,1,-1,0,-3xm167,-188v0,0,-2,0,-2,-1v0,0,2,0,2,1xm99,-188v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm101,-187v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm106,-187v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm117,-186v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm44,-186v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm108,-186v0,2,0,4,-3,3v1,-1,0,-4,3,-3xm101,-182v0,-1,4,-5,3,0r-3,0xm116,-182v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm102,-180v-1,0,-3,-1,-1,-1xm105,-177v-2,0,-1,-2,-1,-3v3,0,1,0,1,3xm112,-180r-1,0r1,0xm110,-176v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm110,-174v5,1,0,5,-1,6v-2,-4,0,-1,1,-6xm163,-170v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm106,-162v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm159,-162v-1,-2,1,-3,2,-1xm162,-160v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm343,-157v0,0,-2,3,-2,1xm340,-155v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm143,-148v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm153,-147v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm162,-144v0,0,-2,0,-2,-1v0,0,2,0,2,1xm165,-145v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm135,-141v-2,0,-4,0,-3,-3v2,0,4,0,3,3xm135,-140v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm133,-139v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm17,-132v0,0,-2,0,-2,-1v0,0,2,0,2,1xm138,-132v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm132,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm162,-128v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm190,-128v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm15,-126v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm154,-124v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm351,-122v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm207,-123v4,-1,5,2,2,4v0,-2,-2,-1,-2,-4xm202,-121v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm141,-118v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm152,-120v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm283,-118v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm141,-117v2,0,1,2,2,3v-2,1,-2,-1,-2,-3xm203,-114v0,0,0,-2,1,-2v0,0,0,2,-1,2xm329,-111v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm-3,-107v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm0,-104v-1,-1,-1,-5,0,-2r0,2xm4,-106r-1,0r1,0xm203,-102v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-4,-97v0,-3,0,-5,3,-3v0,2,0,4,-3,3xm202,-96v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-1,-92v0,-2,0,-4,3,-3v0,2,0,4,-3,3xm244,-94v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-2,-90v0,0,-3,-2,-1,-2xm-2,-89v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm201,-89v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-3,-86v-5,1,-4,-4,-1,-3xm0,-82v1,3,-4,2,-1,1v0,-1,0,-1,1,-1xm0,-77v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm195,-77v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm248,-77v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm-3,-73v-2,0,-4,0,-3,-3v2,0,2,1,3,3xm192,-74v-1,-2,1,-2,3,-2v0,1,-1,2,-3,2xm197,-75v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm271,-74v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-10,-73v0,0,-2,0,-2,-1v0,0,2,0,2,1xm196,-70v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm186,-63v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm206,-55v-4,0,-2,-5,0,-4v1,2,0,1,0,4xm3,-53v1,3,-1,3,-4,3v0,-4,2,-5,4,-3xm215,-44v2,2,-3,3,-3,3v-1,-3,3,-1,3,-3xm4,-41v4,0,2,4,0,1r0,-1xm278,-33v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm206,-21v0,-1,1,-3,1,-1v0,1,0,1,-1,1xm213,-22v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm228,-16v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm148,-9v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm197,-8v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm196,-6v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm83,1v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm181,1v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm301,5v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm287,15v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm271,26v-2,4,-6,-2,-6,-4","w":209},":":{"d":"-15,-270v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm101,-236v0,1,-1,3,-1,1xm107,-220v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm16,-209v1,0,4,-2,3,1xm79,-196v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm52,-195v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm64,-184v5,-1,7,6,5,10v4,-1,3,3,3,6v-1,0,-1,0,-1,1v2,2,4,9,1,9v0,-1,0,-1,-1,-1v3,14,-8,28,-27,24v0,2,0,4,-2,3v1,-5,-4,-3,-7,-3v0,1,-1,1,-2,1v0,-1,-1,-1,-2,-1v0,2,-3,1,-4,1v-25,0,-19,-38,-12,-54r25,-6v2,7,24,-1,24,10xm47,-193v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm66,-185v0,0,-2,0,-2,-1v0,0,2,0,2,1xm74,-174v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm73,-151v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm71,-146v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm68,-142v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm67,-139v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm59,-135v0,4,-3,3,-1,0r1,0xm66,-28v-2,19,-32,25,-53,16v-3,-16,-11,-44,4,-51v22,-10,58,2,47,32v0,0,2,0,2,1v-2,0,-2,0,-2,2r2,0xm67,-55v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm67,-35v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-19v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm64,-19v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm35,-7v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm21,-3v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm54,-1v0,-1,1,-1,2,-1v0,1,-1,1,-2,1","w":69},"!":{"d":"39,-249v0,1,-1,3,-1,1xm22,-246v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm14,-241v-1,-5,4,-4,7,-5v0,3,-2,8,1,5v1,0,1,0,1,-1v-2,0,-1,-2,-1,-3v5,-4,3,4,8,4v0,-4,1,-3,3,-1v0,1,1,1,2,1v1,-3,-2,-2,-2,-5v8,-1,10,4,15,2v3,5,-2,7,6,6v0,0,0,2,1,2v-1,-3,2,-2,4,-2r4,34v-2,0,-4,0,-3,3v9,11,-7,33,2,42v-9,15,-1,34,-12,49v2,0,2,0,2,2v-8,6,0,27,-10,36v2,12,-10,6,-16,4v-19,-20,-3,-56,-14,-76v4,1,2,-1,2,-5v-7,-18,6,-35,-2,-48v1,0,4,-4,2,-6v0,0,-2,0,-2,-1v10,-8,-1,-31,5,-37r-3,0xm30,-235v2,0,14,-10,5,-3v-4,-1,-3,2,-5,3xm36,-231v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm36,-218v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm47,-213v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm43,-212v0,-2,-3,-1,-4,-1v0,2,3,1,4,1xm31,-245v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm62,-239v0,0,-2,0,-2,-1v0,0,2,0,2,1xm64,-234v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm65,-217v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-206v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm-59,-174v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-41,-164v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm-42,-141v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm12,-135v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-7,-131v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm52,-6v-6,6,-18,-1,-24,5v1,-5,-6,-1,-14,-3v0,2,-2,1,-3,1v-1,-3,-7,-5,-3,-7v-6,0,-2,-5,-3,-11v-6,-23,24,-45,49,-25v1,13,-3,33,-2,40xm102,78v0,0,-2,0,-2,-1v0,0,2,0,2,1","w":74},"?":{"d":"156,-302v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm184,-289v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm82,-280v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm132,-269v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm143,-269v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm217,-263v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm80,-258v0,2,-4,0,-1,0r1,0xm135,-257v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,-256v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm148,-248v-3,8,33,21,20,19v-1,7,3,1,4,5v-2,0,-2,0,-2,2v6,1,1,13,10,9v0,4,-3,3,-5,5v6,-2,0,10,8,10v1,3,-2,2,-2,5v5,1,-1,1,0,5v-1,0,-1,0,-1,1v4,0,4,0,3,4v-1,0,-3,-1,-3,1v5,0,1,0,1,4v-2,0,-2,0,-1,2v1,0,1,0,1,1v-3,1,-2,8,-2,12v0,0,0,-2,1,-2v2,5,-5,1,-4,5v2,1,5,0,4,3v-12,-2,-2,23,-11,14v-1,5,-1,12,-10,10v-1,3,1,2,2,4v-5,0,-4,7,-9,3v-1,5,-10,3,-10,10v4,-1,5,2,2,4v-8,-6,-6,8,-13,5v-2,3,-1,7,-2,10v0,-2,-3,-1,-4,-1v-5,11,-6,26,-14,33v-1,-3,-1,-3,-4,-2v-2,7,-7,2,-11,3v0,1,1,4,-1,4v1,-5,-4,-1,-5,-4v0,0,2,0,2,-1v-7,1,-3,4,-3,8r22,-1v12,12,12,48,2,53v-6,1,-14,-1,-17,1v0,0,2,0,2,1v-9,-1,-22,2,-23,-8v-4,0,-2,-6,-7,-3v3,-14,-9,-41,11,-41v1,-3,8,-1,9,-4v-5,1,-4,-2,-4,-6v2,0,5,1,4,-2v-6,-1,-5,3,-9,0v-14,-18,-4,-46,0,-62v8,-3,11,-14,20,-16v8,-8,25,-11,24,-29v0,0,2,0,2,-1v0,0,-2,0,-2,-1v4,1,1,-5,2,-7v-2,0,-2,0,-2,-2v2,0,2,0,2,-2v-7,0,-3,-13,-12,-10v-4,-12,-30,-10,-36,-2v2,7,-9,0,-10,10v2,0,2,0,2,2v-12,2,-8,32,-23,24v0,2,0,2,-2,1v-5,1,-10,-2,-13,0v0,0,2,0,2,1v-5,1,-5,-7,-11,-6v0,6,-7,4,-8,1v5,-2,1,-1,0,-2v-9,-2,-3,-11,-10,-9v3,-8,9,-18,5,-22v8,-7,-1,-10,9,-14v-1,-9,7,-8,9,-15v0,0,-2,0,-2,-1v9,0,10,-12,19,-14v28,-20,80,-17,97,-5v0,0,0,-2,1,-2v0,3,3,3,6,2xm19,-167v0,0,2,0,2,-1v0,0,-2,0,-2,1xm29,-166v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm68,-30v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm60,-255v0,0,-2,0,-2,-1v0,0,2,0,2,1xm48,-249v0,-1,1,-3,1,-1xm42,-246v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm156,-245v0,0,-2,0,-2,-1v0,0,2,0,2,1xm10,-241v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm23,-240v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm159,-239v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm26,-232v1,0,4,-2,3,1xm166,-231v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm218,-226v-2,0,-3,-4,-1,-4v-1,2,3,0,3,2v-2,0,-2,0,-2,2xm24,-228v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm195,-220v1,3,-2,2,-4,2v0,-1,1,-1,4,-2xm-4,-213v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-8,-207r-1,0r1,0xm184,-204v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm1,-201v-3,-1,-4,-2,0,-1r0,1xm88,-202v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm100,-202v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm105,-198v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm100,-195v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm81,-194v0,0,-2,0,-2,-1v0,0,2,0,2,1xm103,-193v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm119,-190v0,-1,1,-3,1,-1xm104,-188v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm84,-186r-1,0r1,0xm103,-184v0,-1,1,-3,1,-1xm6,-185v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm95,-182v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm114,-182v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-4,-181v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm115,-176v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm78,-176v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm-8,-171v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,-168v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm108,-166v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm99,-165v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,-163v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm12,-163v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm8,-162v-2,0,-1,-3,0,-1r0,1xm15,-163v0,0,-2,3,-2,1xm39,-160v0,-2,3,-2,5,-1v1,2,-1,2,-3,2v0,-1,-1,-1,-2,-1xm73,-161v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm46,-160v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm188,-160v0,0,-2,0,-2,-1v0,0,2,0,2,1xm7,-159v0,2,-1,2,-2,1xm57,-159v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm36,-156v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm180,-154v-1,2,-4,0,-4,-2v3,-1,2,1,4,2xm81,-151v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm78,-151v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm22,-147v0,2,-1,2,-2,1xm55,-141v-2,0,0,-4,-1,-6v2,-1,2,1,2,3v-2,0,-1,2,-1,3xm95,-145v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm208,-139v-2,0,0,-3,0,-4v2,-1,2,1,2,3v0,0,-2,0,-2,1xm178,-139v-3,-1,-4,-2,0,-1r0,1xm86,-136v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm80,-136v0,2,-4,0,-1,0r1,0xm207,-134v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm205,-134v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm163,-128v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm181,-127v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm161,-125v0,-1,1,-3,1,-1xm158,-122v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm153,-119v-1,-3,2,-5,3,-2v-3,-1,-1,2,-3,2xm144,-119v3,1,4,2,0,1r0,-1xm143,-111v1,3,-3,2,-5,2v-1,-4,2,-3,5,-2xm172,-109v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm71,-107v0,0,-2,0,-2,-1v0,0,2,0,2,1xm139,-106v-1,0,-3,-1,-1,-1xm170,-106r-1,0r1,0xm148,-103v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm57,-98v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm68,-94v-3,1,-5,-1,-4,-4v3,0,4,1,4,4xm132,-99v0,1,-1,3,-1,1xm132,-95v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm57,-94v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm126,-92v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm59,-91v0,2,-4,0,-1,0r1,0xm69,-82v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm122,-76v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,-76v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm176,-71v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm61,-68v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,-63v0,0,-2,0,-2,-1v0,0,2,0,2,1xm113,-63v0,0,-2,0,-2,-1v0,0,2,0,2,1xm170,-62v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm64,-60v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm83,-62v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm93,-62v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm105,-60v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm180,-62v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm102,-60v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm77,-57v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm129,-57v0,0,-2,0,-2,-1v0,0,2,0,2,1xm163,-53v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm162,-52v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm159,-52v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm62,-38v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm67,-33v-2,0,-4,0,-3,-3v1,1,4,0,3,3xm59,-30v-1,0,-3,-1,-1,-1xm57,-26r-1,0r1,0xm69,-14v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm161,-9v0,0,-2,0,-2,-1v0,0,2,0,2,1xm139,-6v0,2,-4,0,-1,0r1,0xm115,-4v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm87,-4v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm100,4v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm114,5v-1,3,-5,2,-5,-1v2,0,3,0,5,1xm72,11v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm77,10v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm110,10v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm136,12v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,13v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm87,13v0,2,-1,2,-2,1xm76,16v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm69,21v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm225,115v-1,2,-3,1,-2,-1"},"#":{"d":"95,-220v3,10,-3,23,0,31v0,0,0,-2,1,-2v1,2,-2,7,0,4v3,-1,2,2,4,3v-1,-4,3,-3,6,-3v0,4,2,4,5,3v0,0,0,-2,1,-2v0,4,1,3,4,2v0,0,0,-2,1,-2v0,0,0,2,1,2v6,-15,14,-40,4,-52v16,2,30,-8,40,-1v0,0,0,-2,1,-2v5,17,-5,30,1,38v0,-2,-2,-2,-4,-2v0,2,5,8,0,9v0,-1,0,-1,-1,-1v1,4,8,-1,3,4v4,0,2,3,2,7v0,0,-2,0,-2,1v8,1,14,8,21,11v0,-3,0,-5,2,-2v1,3,-1,2,-2,4v5,1,6,-8,6,0v1,0,1,1,1,2v-9,2,-4,9,-6,17v-8,0,-2,12,-10,6v3,8,-13,1,-10,9v-6,0,-4,4,-4,9v2,0,2,0,2,2v-5,-1,-1,3,-2,8v3,0,2,6,9,6v0,2,0,2,2,2v0,-2,0,-2,2,-2v-1,4,9,2,7,10v7,1,2,12,3,20v-2,0,-2,0,-2,2v2,0,4,0,3,2v-10,0,-12,11,-24,10v0,4,-10,2,-10,9v2,-1,2,1,2,3v-3,1,-1,-2,-3,-2v2,19,-5,25,-8,40v-2,14,-33,21,-43,8v-9,0,-2,-13,-4,-24v10,-10,-10,-33,-16,-17v-9,23,1,49,-34,47v1,3,-1,4,-3,2v-4,-3,-25,-11,-13,-25v0,-17,4,-46,-14,-41v-10,-6,-15,-25,-9,-39r34,-8v0,-9,1,-17,3,-25v-20,6,-36,-28,-17,-39v34,0,32,-40,39,-61v11,-1,10,-3,18,-2v0,0,-2,0,-2,-1v11,0,16,7,18,17v3,-1,5,1,4,4xm160,-221v0,0,2,0,2,-1v0,0,-2,0,-2,1xm161,-215v-1,0,-3,1,-1,1xm87,-134v-5,4,0,12,2,16v0,-2,0,-4,2,-3v-1,1,-1,6,0,3v2,0,2,0,2,2v-2,0,-2,0,-2,2v12,-2,22,-16,13,-29v-7,0,-17,-2,-16,8v-2,-1,-5,1,-1,1","w":185},"\"":{"d":"80,-254v3,1,-2,2,-2,2v-1,-2,2,0,2,-2xm17,-154v-5,-11,-1,-19,-5,-27v5,0,2,-1,1,-4v-1,0,-1,0,-1,-1v1,-15,3,-32,0,-41v10,2,-3,-18,9,-20v0,-1,1,-3,1,-1v5,1,5,-2,8,-3v-1,4,3,3,6,3v0,-1,0,-1,1,-1v6,-2,6,4,12,3v2,36,3,66,-2,90v-7,3,-18,3,-30,2xm76,-251v53,-13,29,61,26,98v-2,2,-4,6,-9,6v0,-4,-1,-3,-3,-1v0,1,0,1,-1,1v-39,-2,-14,-46,-23,-73v2,0,2,0,2,-2v-4,0,-1,-8,-2,-11v5,-1,0,-16,10,-16r0,-2xm-114,-233v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm12,-204r-1,0r1,0xm65,-159v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm17,-154v0,1,-1,1,-2,1v0,-1,1,-1,2,-1","w":115},"\/":{"d":"210,-334v0,-2,0,-4,2,-3v0,2,0,4,-2,3xm196,-325v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm180,-312v-6,1,-7,-8,-3,-3v1,1,4,0,3,3xm132,-266v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm145,-266v0,0,-2,0,-2,-1v0,0,2,0,2,1xm141,-266v-1,3,-2,4,-1,0r1,0xm100,-116v1,12,-18,11,-20,7v2,0,1,-2,1,-3v-2,2,-7,-2,-5,0v2,11,11,8,9,17v3,-1,3,1,3,4v-2,0,-2,0,-1,2v1,0,1,1,1,2v0,18,-14,21,-11,38v1,0,4,-1,4,1v-2,0,-5,-1,-5,1v4,0,5,1,2,3v-4,1,-2,-6,-6,-3v1,5,-3,4,-4,8v3,-1,1,2,3,2v0,-2,0,-2,2,-2v0,3,-4,2,-5,4v2,0,2,0,2,2v-10,-1,-1,14,-9,10v0,2,-2,5,0,5v0,0,0,-2,1,-2v1,5,-7,0,-5,8v-5,1,-6,7,-9,11v1,-6,-8,0,-15,-2v0,-1,0,-1,-1,-1v0,2,-2,1,-3,1v0,-1,0,-1,-1,-1v0,1,0,1,-1,1v-4,-3,-21,2,-22,-9v3,0,2,-2,3,-5v-3,0,-1,0,-1,-3v10,-1,2,-21,11,-16v2,-2,-2,-5,1,-7v0,2,0,2,2,2v1,-11,16,-34,13,-32r-1,1v-1,-4,3,-4,3,-7v-4,1,0,-2,-1,-5v3,-1,2,-10,5,-11v-1,3,3,5,1,3v-1,-3,3,-1,3,-3v0,0,-2,0,-2,-1v4,-2,7,-4,4,-8v9,0,2,-9,11,-9v-1,-6,7,-4,9,-6v-3,1,-3,-1,-3,-4v4,3,11,8,13,4v-7,-7,-5,-25,-8,-29v0,0,0,2,-1,2v-1,-4,-1,-4,4,-3v1,-17,18,-31,15,-45v11,-8,14,-24,19,-39v9,-2,5,-15,13,-15v8,-21,39,-18,48,-7v1,8,-7,13,-4,21v-11,4,-8,27,-19,33v-2,11,-8,19,-9,31v-14,9,-16,36,-29,47v-1,3,0,8,-5,7xm72,-113v3,-1,5,-3,0,-3r0,3xm38,-82v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm38,-80v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm75,-51v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm73,-50v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm119,-257v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm97,-249v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm109,-241v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm100,-222v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm97,-215v0,-4,3,-3,1,0r-1,0xm93,-208v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm149,-208v1,-1,5,-1,2,0r-2,0xm89,-199v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm86,-197v0,2,-1,2,-2,1xm86,-188v0,2,-3,1,-1,0r1,0xm70,-128v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm68,-125v0,0,2,0,2,1v0,0,-2,0,-2,-1xm66,-123v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm73,-119v-2,1,-2,-1,-2,-3v1,0,2,1,2,3xm46,-106v0,0,0,2,-1,2v0,0,0,-2,1,-2xm88,-104v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm39,-97v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm41,-96v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm34,-90v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm89,-85v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm88,-79v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm141,-76v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm91,-70v0,0,-2,0,-2,-1v0,0,2,0,2,1xm32,-70v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm88,-69v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm22,-57v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm77,-57v2,0,4,0,3,2v-2,0,-4,0,-3,-2xm24,-51v-2,0,-1,-3,-1,-4v4,1,2,1,1,4xm86,-54v0,2,-3,1,-1,0r1,0xm85,-44v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm18,-44v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm76,-44v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm81,-44v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm88,-42v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,-35v-2,0,-4,0,-3,-3v1,1,4,0,3,3xm1,-30v-2,0,-4,0,-3,-3v1,1,4,0,3,3xm11,-33v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm2,-27v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm70,-28v1,2,-1,2,-3,2v0,-1,1,-2,3,-2xm9,-24v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm8,-24v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm6,-22v0,2,-3,1,-1,0r1,0xm8,-21v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-21v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm2,-18v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm65,-16v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm63,-16v0,0,2,0,2,1v0,0,-2,0,-2,-1xm61,-12v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm57,-9r-1,0r1,0xm24,0v0,-1,1,-1,2,-1v0,1,-1,1,-2,1","w":169},"-":{"d":"16,-210v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-2,-161v0,2,-1,2,-2,1xm5,-141v-2,0,-1,-3,0,-1r0,1xm57,-138v0,2,-1,2,-2,1xm53,-135v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm35,-131v3,8,7,14,8,24v4,0,6,5,8,10v-18,3,-31,5,-39,1v1,0,1,0,1,-1v-2,0,-1,-2,-1,-3v2,0,1,-2,1,-3v-1,0,-1,-1,-1,-2v1,0,1,-1,1,-2v-3,-4,-6,-20,-1,-25v0,1,0,1,1,1v4,-6,18,3,22,0xm53,-134v13,2,32,-1,42,4v-2,12,5,31,-6,36v1,-3,-2,-2,-4,-2v0,0,0,2,-1,2v2,-6,-10,1,-12,-8v-13,-8,-19,-15,-19,-32xm91,-113v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm39,-126v-2,1,-3,-1,-1,-2xm55,-109v1,0,3,1,1,1xm90,-91v0,0,7,-1,3,0r-3,0xm16,-91v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm27,-91r4,1xm48,-91v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm86,-91v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm25,-88v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm99,-49v-1,0,-1,0,-1,-1v1,0,1,0,1,1","w":104},",":{"d":"5,-23v9,0,8,-16,5,-10v-1,0,-1,-1,-1,-2v-3,-16,36,-32,55,-14v4,7,3,19,4,27v2,0,4,0,3,3v-8,10,-2,45,-17,50v-5,9,-37,23,-41,6v2,0,1,-2,1,-3v-8,-15,15,-20,10,-35v-4,1,-4,-6,-9,-2v0,-4,-3,-3,-5,-5v0,0,2,0,2,-1v0,0,-2,0,-2,-1v4,1,1,-5,2,-7v-6,2,1,-8,-7,-6xm10,-18v0,0,2,0,2,-1v0,0,-2,0,-2,1xm71,-30v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm9,-29v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm9,-27v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm78,-14v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-14v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm21,93v0,0,-2,3,-2,1","w":79},".":{"d":"75,-28v-4,35,-41,25,-60,17v-3,-17,-4,-40,4,-52v13,0,36,-6,49,1v2,10,10,19,7,26v2,-1,2,1,2,3v0,0,-2,0,-2,1v3,-1,2,2,2,4r-2,0xm77,-54v-4,1,-5,-2,-2,-3v-1,3,2,1,2,3xm77,-47v0,0,-2,0,-2,-1v0,0,2,0,2,1xm80,-41v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm81,-15v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm35,-5v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm67,-4v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm59,-4v0,4,-3,3,-1,0r1,0xm53,-3v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm25,0v-1,0,-1,0,-1,-1v1,0,1,0,1,1","w":79},"0":{"d":"289,-353v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm271,-349v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm82,-253v0,0,-2,0,-2,-1v0,0,2,0,2,1xm104,-249v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm120,-246v0,0,-2,0,-2,-1v0,0,2,0,2,1xm109,-245v0,2,-1,2,-2,1xm120,-240v0,0,-2,0,-2,-1v0,0,2,0,2,1xm76,-239v0,0,-2,0,-2,-1v0,0,2,0,2,1xm102,-239v0,0,-2,0,-2,-1v0,0,2,0,2,1xm77,-235v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm131,-236v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm135,-235v0,0,-2,0,-2,-1v0,0,2,0,2,1xm115,-231v0,0,0,-2,1,-2v-1,5,4,0,9,3v0,-2,2,-5,2,0v-1,0,-1,1,-1,2v7,3,9,7,16,9v-2,0,-1,2,-1,3v1,0,1,0,1,1v-1,0,-1,0,-1,1v9,-2,12,10,18,15v-1,-3,2,-5,3,-2v-3,0,-4,5,-3,8v2,1,7,0,8,2v-7,7,6,16,3,25v1,0,3,-1,3,1v-2,0,-4,0,-3,3v11,11,5,35,10,44v-2,-1,-5,1,-1,1v0,10,2,21,-4,26v8,0,0,7,2,14v-4,0,-2,0,-1,3v2,0,1,2,1,3v-9,1,-3,25,-13,30v-1,11,-14,10,-11,20v-9,1,-10,16,-24,13v1,6,-13,-2,-14,7v-7,-1,-20,5,-21,-4v-5,1,-4,-4,-4,-10v6,-10,10,-27,24,-30v1,-6,8,-9,4,-14v26,-45,12,-119,-19,-144v2,-12,-14,-22,-6,-31v11,0,24,-4,22,3xm145,-210v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm123,-234v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-187v-10,32,-13,76,-5,100v0,0,-2,0,-2,1v5,-1,1,2,3,6v-2,0,-1,2,-1,3v6,5,3,24,11,24v11,9,18,27,5,39v-5,18,-32,11,-37,0v-10,-1,-15,-8,-17,-18v-8,-2,-15,-23,-6,-28v-2,0,-2,0,-2,-2v2,0,2,0,2,-2v-5,1,-1,-12,-8,-11v-11,-9,-19,-37,-7,-51v3,-22,2,-47,12,-63v9,-7,8,-19,16,-21v1,-11,14,-5,18,-16v7,2,10,-4,18,-4v-2,-1,-8,1,-7,-3v15,-2,18,13,16,23v3,0,7,5,3,2v-8,-1,0,14,-10,15v1,4,-2,4,-4,6r2,0xm78,-210v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm45,-225v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm46,-221v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm174,-211v0,-1,1,-3,1,-1xm157,-209v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm93,-208v0,0,-2,0,-2,-1v0,0,2,0,2,1xm88,-202v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm89,-199v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm89,-197v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm103,-197v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm164,-188v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm171,-183v-3,1,-2,-2,-2,-4v3,0,5,2,2,4xm171,-176v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm68,-172v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm71,-172v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm68,-170v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm173,-167v0,0,-2,0,-2,-1v0,0,2,0,2,1xm9,-159v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm68,-159v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-121v0,0,-2,0,-2,-1v0,0,2,0,2,1xm181,-109v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm62,-108v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm68,-91v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-86v0,0,-2,0,-2,-1v0,0,2,0,2,1xm67,-84v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm100,-71v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm90,-69v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm89,-64v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-59v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm77,-54v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm83,-50v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm90,-21v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm93,-22v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm117,-3v0,-1,0,-1,1,-1v0,1,0,1,-1,1","w":180},"1":{"d":"68,-241v1,0,3,1,1,1xm94,-228v2,-1,2,1,2,3v0,0,-2,0,-2,1v8,-4,6,12,10,18v-2,-1,-2,1,-2,3v2,0,1,3,1,4v-2,0,-1,2,-1,3r0,86v-43,6,-40,-32,-49,-46v-9,-5,-33,-2,-46,-3v-5,-9,0,-19,-3,-26v12,1,23,-7,33,-3v0,-7,8,0,9,-8v9,-6,20,-16,20,-30v14,-2,18,-1,28,0r0,-2xm64,-218v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm61,-214v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm43,-194v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm41,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-191v0,0,-2,0,-2,-1v0,0,2,0,2,1xm12,-187v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-5,-165v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm45,-156v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm107,-149v0,0,-2,0,-2,-1v0,0,2,0,2,1xm107,-121v0,0,-2,0,-2,-1v0,0,2,0,2,1xm73,-111v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm102,-5v0,-1,-1,-1,-2,-1v-4,7,-13,4,-18,3v2,3,-3,4,-1,2v1,-4,-4,-2,-6,-2v1,3,-3,2,-5,2v0,0,0,-2,-1,-2v1,3,-3,2,-5,2v1,-4,-5,0,-4,-4v3,-1,5,3,5,-1v-7,-1,-4,-12,-3,-17v2,0,4,0,3,-2v-3,0,-3,0,-1,-2v1,0,3,1,3,-1v-7,1,-8,-14,-5,-16v0,1,1,1,2,1v2,-4,-7,-4,-3,-8v-1,2,1,3,2,1v-5,-10,-1,-28,-2,-39v-2,0,-4,0,-2,-2v2,1,2,-1,2,-3v-5,-19,13,-13,23,-7v11,2,2,11,14,11v-2,6,6,2,6,6v-5,3,-4,10,-7,16v2,1,6,0,7,2v-12,1,4,12,-4,17v1,1,4,0,3,3v-4,-1,-5,1,-3,4v3,1,3,1,2,4v-15,12,15,17,0,33xm86,-95v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm98,-66v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm81,-47v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm97,-44v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm98,-40v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm70,-31v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm91,-30v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm72,-27v0,-2,0,-4,-3,-3v0,2,1,2,3,3xm76,-27v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm73,-13v2,0,2,0,2,-2v-3,-1,-3,-1,-2,2xm70,-10r-5,0r5,0xm75,-8v1,-2,-1,-2,-3,-2v0,1,1,2,3,2xm77,-8v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm85,-9v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm71,-5v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm73,-6v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm82,-5r-5,0r5,0xm68,-4v1,0,3,-1,1,-1xm96,-4v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm-8,-106v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,-86v0,0,-2,0,-2,-1v0,0,2,0,2,1xm59,-82v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-19,-78v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm103,-75v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm104,-73v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm100,-69v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-41,-68v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,-52v0,3,-2,2,-2,0r2,0xm104,-45v0,1,-1,3,-1,1xm108,-38v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm56,-33v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm59,-31v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm104,-30v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm60,-25v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm103,-25v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm60,-21v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm113,-21v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm134,-14v0,0,-2,0,-2,-1v0,0,2,0,2,1xm158,-14v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm163,-14v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm76,-3v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm80,1v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm99,4v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm114,6v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm87,8v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm158,10v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm64,14v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm152,16v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm81,17v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm100,21v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm61,23v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,24v0,0,-2,0,-2,-1v0,0,2,0,2,1xm158,27v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm60,28v2,0,0,3,2,4v-2,0,-4,-2,-2,-4xm77,34v-1,0,-1,0,-1,-1v1,0,1,0,1,1","w":113},"2":{"d":"161,-256v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm94,-227v1,2,3,8,0,5v-2,0,0,-3,-3,-2v-1,5,-2,11,-5,14v2,0,4,0,3,3v-12,8,-33,11,-32,27v-11,5,-5,42,-30,33v-13,0,-17,-1,-26,-4v-4,-25,-3,-46,9,-58v13,-27,65,-38,87,-28v-1,3,1,10,-3,10xm54,-238v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm114,-231v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm108,-231v14,0,27,6,29,11v-1,0,-3,-1,-3,1v10,0,2,6,10,5v1,6,6,11,6,16v0,-1,1,-1,2,-1v3,4,2,6,1,10v4,0,10,12,3,11v1,2,4,4,2,6v-2,0,-2,0,-2,2v2,-1,2,1,2,3v-3,0,-3,3,-3,8v2,0,1,2,1,3v0,0,-2,0,-2,1v2,0,2,0,2,2v-5,-2,-3,8,-4,11v1,0,1,0,1,1v-3,2,-4,3,-5,12v-7,0,1,9,-7,9v-5,19,-22,26,-30,42v-13,9,-22,21,-37,28v0,4,-3,7,2,4v39,1,110,-7,77,44v0,-5,-11,0,-16,-3v0,6,-2,-1,-4,3v-36,-6,-82,-5,-112,-5v0,-2,0,-4,-2,-3v1,6,-4,2,-9,3v-3,-1,-9,-1,-6,-7v-2,0,-4,0,-3,-2v4,1,1,-2,2,-6v0,0,-2,0,-2,-1v3,0,3,0,2,-3v-2,0,-2,0,-2,-2v4,0,2,0,2,-4v-1,0,-3,1,-3,-1v5,1,4,-2,3,-5v-2,0,-2,0,-2,-2v6,2,0,-8,8,-6v-5,-23,32,-17,27,-35v9,0,12,-2,8,-5v10,1,9,-10,18,-11v1,-7,8,-7,8,-15v0,0,2,0,2,-1v-1,0,-3,1,-3,-1v4,0,3,-3,4,-9v-1,-1,-5,-5,0,-4v0,5,4,3,7,1v-3,1,-2,-2,-2,-4v1,0,3,-1,1,-1v-3,-15,9,-7,14,-11v-2,0,-2,0,-2,-2v9,-3,-2,-13,10,-13v0,-3,-6,-12,-1,-8v8,-17,-10,-23,-7,-44v0,0,2,0,2,-1v-6,-1,3,-1,-1,-6v5,2,9,-2,7,-8v5,1,7,-1,7,-7xm138,-212v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm94,-204v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm148,-201v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm40,-78v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm8,-11r1,0r-1,0xm25,-8v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm129,-230r-1,0r1,0xm16,-219v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm96,-220v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm100,-221v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm99,-217v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm12,-217v1,0,3,1,1,1xm10,-215v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm91,-215v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm87,-205v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm81,-201v0,0,0,-2,1,-2v0,0,0,2,-1,2xm91,-201v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm153,-199v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm91,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-194v1,0,3,1,1,1xm156,-192v2,0,4,0,3,2v-2,0,-4,0,-3,-2xm70,-179v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm57,-179v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm94,-178v0,2,-3,1,-1,0r1,0xm164,-177v0,0,-2,0,-2,-1v0,0,2,0,2,1xm95,-172v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm159,-172v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm101,-167v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm93,-166v0,0,-2,0,-2,-1v0,0,2,0,2,1xm95,-166v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm160,-165v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm96,-162v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm70,-158v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm95,-159v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm100,-159v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm92,-156v1,-1,5,-1,2,0r-2,0xm89,-155v0,0,-2,0,-2,-1v0,0,2,0,2,1xm156,-151v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm76,-151v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm64,-144v-4,1,-5,-2,-5,-6v5,2,5,3,5,6xm158,-147v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm91,-147v0,0,-2,3,-2,1xm64,-144v2,0,4,0,3,3v-3,1,-3,1,-3,-3xm52,-139v0,0,-2,0,-2,-1v0,0,2,0,2,1xm68,-136v-2,-2,-5,-4,0,-4r0,4xm68,-135v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm74,-131v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm162,-126v-2,0,-1,-2,-1,-3r1,0v0,-2,6,-1,3,0v1,3,-3,1,-3,3xm67,-123v0,0,-2,0,-2,-1v0,0,2,0,2,1xm47,-117v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm145,-113v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm50,-108v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm69,-109v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm138,-108v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm134,-98v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm152,-94v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm49,-88v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm120,-80v0,0,-2,0,-2,-1v0,0,2,0,2,1xm31,-72v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm28,-72v0,0,2,0,2,1v0,0,-2,0,-2,-1xm101,-65v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm170,-65v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm96,-60v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm167,-54v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-7v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm40,-5v0,0,-2,0,-2,-1v0,0,2,0,2,1xm43,-5v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm64,-5r-1,0r1,0xm81,-4v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm161,-5r-1,0r1,0xm78,-1v0,0,-2,0,-2,-1v0,0,2,0,2,1xm72,1v0,0,-2,0,-2,-1v0,0,2,0,2,1xm100,8v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm69,20v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,43v-1,0,-3,-1,-1,-1","w":154},"3":{"d":"9,-252v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm24,-247v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm108,-242v-4,0,-3,-3,0,-1r0,1xm52,-242v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm176,-168v-1,10,-17,3,-12,12v8,1,0,10,2,17v-4,1,-11,7,-9,12v-4,0,-3,1,-1,3v5,7,18,12,19,20v5,0,5,19,14,18v-1,6,2,9,-3,13v1,0,4,-1,4,1v-8,0,-8,17,-9,26v-2,1,-5,0,-5,2v2,0,4,0,3,2v-14,9,-13,13,-21,23v0,0,0,-2,-1,-2v-4,7,-11,2,-14,8v0,0,2,0,2,1v-2,0,-6,-2,-7,0v2,0,2,0,2,2v-2,0,-3,2,-5,2v1,0,1,0,1,1v-4,4,-10,-5,-11,1v1,0,3,3,0,3v-4,-7,-4,7,-8,1v0,0,2,0,2,-1v-6,3,-5,-3,-10,1v6,1,3,2,0,4v-3,-7,0,-4,-5,-2v0,0,0,-2,-1,-2v1,3,-2,2,-4,2v1,-2,1,-2,-1,-1v-4,6,-3,0,-11,1v0,7,-8,-1,-12,4v2,-9,-31,-12,-15,-6v1,0,1,0,1,1v-13,3,-5,-11,-12,-6v0,0,0,-2,-1,-2v0,2,1,6,-2,5v1,-13,-10,-5,-7,-14v-6,1,-8,-6,-10,-1v3,-8,-11,-11,-2,-11v-3,-4,-9,-1,-8,-8v0,0,-2,0,-2,-1v3,0,0,-1,2,-3v-3,1,-5,-1,-4,-4v2,1,2,-1,2,-3v-6,-2,-5,-3,-2,-7v-6,-1,-1,-8,-5,-10v2,-15,33,-16,47,-15v0,4,4,4,1,6v8,1,4,24,19,22v2,6,6,18,12,13v-1,4,1,5,5,5v0,-1,-1,-3,1,-3v-1,5,3,4,5,2v-1,-2,1,-2,3,-2v0,2,1,4,4,3v-2,-7,15,-1,13,-11v5,-3,7,-12,6,-16v-1,0,-3,1,-3,-1v6,-1,1,-4,4,-9v-1,0,-4,1,-4,-1v6,0,2,-6,2,-8v-9,-5,-5,-15,-17,-15v1,-5,-10,-2,-16,-7v0,1,-1,1,-2,1v-6,-3,-13,-5,-18,-8v8,1,3,-10,3,-11v-2,1,-2,-1,-2,-3v1,0,3,1,3,-1v-4,2,-6,-9,-3,-4v5,1,1,-12,10,-14v4,-7,27,-3,31,-14v5,0,-1,-6,6,-4v-1,-7,8,-5,5,-12v-2,1,-2,-1,-2,-3v-4,-19,-34,-32,-48,-12v-8,11,-2,33,-23,29v-9,-5,-27,-3,-31,-13v-5,1,-2,-4,-6,-7v2,0,5,2,4,-1v-3,1,-2,-4,-2,-6v6,-4,2,-11,8,-9v-4,1,-1,-5,-2,-7v10,3,6,-23,16,-19v0,0,0,2,1,2v-3,-6,12,-5,9,-12v3,-1,2,2,5,2v-1,-5,6,-1,7,-5v-1,0,-3,1,-3,-1v9,2,8,-4,17,-4v0,3,0,1,3,1v1,-1,0,-4,3,-4v10,10,36,-3,45,7v-1,-2,1,-2,3,-2v-1,2,4,4,5,2v12,2,17,12,27,16v10,16,23,27,17,51r-2,0xm31,-207v0,0,2,0,2,-1v0,0,-2,0,-2,1xm124,-84v-1,0,-3,1,-1,1xm127,-63v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm121,-41v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm117,-37v0,-1,-1,-3,-1,-1xm94,-31v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm152,-19v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm132,-7v0,0,2,0,2,-1v0,0,-2,0,-2,1xm75,-2v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm82,-3v-4,1,-3,4,0,2v0,1,0,1,1,1xm84,-240v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm51,-238v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm51,-233v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm55,-234v-2,0,-1,-3,0,-1r0,1xm25,-222v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm173,-216v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm31,-215v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm18,-213v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm27,-208v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm25,-204v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm184,-194v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm180,-193v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-189v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm113,-190v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm75,-184v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm186,-181v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm123,-172v0,0,0,2,-1,2v0,0,0,-2,1,-2xm123,-169v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm120,-166v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,-161v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm164,-157v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm108,-156v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm69,-151v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm93,-149v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm172,-147v3,1,-2,2,-2,2v-1,-2,2,0,2,-2xm77,-142v0,-2,3,-1,4,-1v0,2,-3,1,-4,1xm76,-140v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-136v0,0,-2,0,-2,-1v0,0,2,0,2,1xm30,-135v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm163,-131v0,-6,3,-2,4,-1v0,2,-3,1,-4,1xm194,-134v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm189,-102v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm184,-98v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm191,-96v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm98,-95v-2,1,-3,-1,-1,-2xm69,-89v-2,-4,0,-5,4,-5v0,3,0,6,-4,5xm113,-92v0,0,-2,0,-2,-1v0,0,2,0,2,1xm191,-92v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm110,-87v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm188,-87v0,0,-2,0,-2,-1v0,0,2,0,2,1xm116,-86v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm190,-86v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm42,-83v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm54,-83v0,0,-2,0,-2,-1v0,0,2,0,2,1xm123,-78v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm116,-78v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm120,-77v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm125,-76v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm64,-73v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm67,-72v0,4,-6,4,-3,1v0,-2,2,-1,3,-1xm125,-71v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm186,-69v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm189,-68v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm82,-67v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm188,-68v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm189,-66v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm193,-63v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm73,-61v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm123,-60v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm10,-60v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm185,-59v0,0,0,2,-1,2v0,0,0,-2,1,-2xm117,-56v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm185,-56v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm122,-54v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm194,-52v0,-1,1,-3,1,-1xm121,-51v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm179,-39v-4,0,-3,-3,0,-1r0,1xm169,-33v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm20,-30v1,0,3,1,1,1xm24,-27v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm25,-25v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm164,-27v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm27,-24v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm14,-21v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm28,-19v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm18,-17v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm25,-15v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm35,-14v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm147,-13v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm31,-12v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm36,-10v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm44,-12v1,3,-2,2,-4,2v-1,-3,2,-2,4,-2xm141,-12v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm39,-8v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm42,-8v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm143,-9v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm147,-6v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm57,-4v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm127,-3v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm123,-3v0,0,2,0,2,1v0,0,-2,0,-2,-1xm134,-2v0,0,-2,0,-2,-1v0,0,2,0,2,1xm67,0v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,-1v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm125,0v0,0,-2,0,-2,-1v0,0,2,0,2,1xm72,3v-2,0,-4,0,-3,-3v2,0,2,1,3,3xm73,2v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm90,2v0,0,-2,3,-2,1xm100,2v-1,2,2,0,2,2v-2,0,-6,-2,-2,-2xm124,2v0,2,-4,0,-1,0r1,0xm66,4v0,0,-2,0,-2,-1v0,0,2,0,2,1xm79,5v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm71,5v0,3,-2,2,-2,0r2,0xm89,5r-1,0r1,0xm110,5r-1,0r1,0xm117,5r-1,0r1,0xm81,9v0,0,-2,0,-2,-1v0,0,2,0,2,1xm125,9v0,0,-2,0,-2,-1v0,0,2,0,2,1xm80,11v-1,2,-3,1,-2,-1xm55,31v-1,0,-1,-1,-1,-2v1,0,1,1,1,2"},"4":{"d":"155,-95v10,-1,16,3,24,6v0,11,5,24,0,30v-13,2,-29,1,-27,18v-3,-1,-2,2,-2,4v3,-1,2,2,2,4v-5,-1,-2,4,-2,7v0,0,2,0,2,1v-4,0,-4,7,-2,9v1,0,3,-1,3,1v-7,2,-6,12,-15,9v1,-2,-1,-2,-3,-2v0,4,-5,2,-8,2v0,0,0,-2,-1,-2v-5,6,-7,-1,-13,2v-1,-7,-5,-8,-3,-14v0,0,-2,0,-2,-1v2,0,4,-1,3,-4v-3,0,-3,0,-1,-2v2,0,1,-3,1,-4v-6,-1,-1,-9,-1,-15v-2,0,-4,0,-3,-2v4,-1,1,0,3,-6v-3,1,-3,0,-2,-3v-28,-1,-63,5,-87,0v1,3,-3,2,-5,2v1,-2,1,-4,-2,-3v-4,-1,-10,1,-6,-4v-6,0,-1,-5,-7,-7v1,1,6,1,3,0v-3,-4,-5,-9,-1,-11v-4,1,-3,-3,-2,-6v0,0,2,0,2,-1v-2,0,-2,0,-2,-2v7,-7,7,-9,12,-17v-1,0,-3,1,-3,-1v8,-2,19,-14,18,-19v17,-3,23,10,34,17v2,4,-6,6,-2,10v0,-1,1,-1,2,-1v-3,6,3,5,10,6r36,1v2,-28,1,-53,-3,-71v-9,3,-10,22,-20,26v1,4,-1,4,-3,6v2,0,2,0,2,2v-9,14,-30,12,-41,1v-6,-11,3,-21,4,-32v8,0,6,-15,16,-16r34,-43v11,-12,38,-16,52,-9v8,43,1,94,6,134xm149,-35v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm143,-9v0,-2,-3,-1,-4,-1v0,2,3,1,4,1xm153,-221v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm159,-208v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm158,-207v0,0,-2,0,-2,-1v0,0,2,0,2,1xm154,-202v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm14,-201v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm154,-183v0,-2,0,-4,2,-3v0,2,0,4,-2,3xm52,-183v2,0,1,2,1,3v-2,-1,-2,-1,-1,-3xm62,-183v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm53,-179v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm41,-170v1,-3,2,2,2,2v-2,1,-1,-3,-2,-2xm164,-162v1,2,-1,2,-3,2v-2,-2,3,-2,3,-2xm18,-157v-1,2,-3,1,-2,-1xm158,-150v-2,1,-3,-1,-1,-2xm39,-141v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm28,-128v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,-116v0,2,-1,3,-3,2v-1,-2,1,-2,3,-2xm14,-111v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm155,-109v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm105,-107v0,2,-3,1,-1,0r1,0xm103,-103v1,0,3,1,1,1xm63,-101v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm182,-73v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm186,-69v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm184,-64v0,0,-2,0,-2,-1v0,0,2,0,2,1xm8,-58v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm11,-55v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm171,-55v0,0,0,-2,1,-2v0,0,0,2,-1,2xm182,-55v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm15,-55v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm36,-54v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm72,-53v0,0,-2,0,-2,-1v0,0,2,0,2,1xm81,-53v0,-2,3,-1,1,0r-1,0xm96,-53v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm160,-53v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm169,-53v0,0,-2,0,-2,-1v0,0,2,0,2,1xm43,-52v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm53,-50v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm155,-46v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,-43v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm158,-42v0,0,-2,0,-2,-1v0,0,2,0,2,1xm157,-39v-1,2,-3,1,-2,-1xm107,-37v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm170,-36v0,2,-3,1,-1,0r1,0xm150,-28v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm186,-27v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm104,-21v0,0,-2,0,-2,-1v0,0,2,0,2,1xm152,-18v0,-1,1,-3,1,-1xm108,-13v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm144,-5v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm145,0v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm140,1v-1,0,-1,0,-1,-1v1,0,1,0,1,1","w":185},"5":{"d":"93,-262v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm134,-261v0,0,-2,0,-2,-1v0,0,2,0,2,1xm119,-260v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm125,-260v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm130,-260v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm103,-260v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm123,-260v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm140,-260v3,1,2,7,-2,7v0,-3,2,-3,2,-7xm130,-257v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm93,-256v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm112,-255v-4,0,-3,-3,0,-1r0,1xm71,-255v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm104,-255v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-111v-6,-33,4,-72,9,-87r-3,0v9,-17,4,-23,9,-37v4,0,4,-7,10,-3v-1,-4,3,-3,6,-4v28,1,42,-8,52,-7v0,1,-2,4,1,3v-3,-6,4,-6,9,-5v0,1,0,1,1,1v0,-1,0,-1,1,-1v0,2,2,1,4,1v0,-1,2,-3,2,0v1,0,3,-3,4,0v9,0,9,-2,17,-3r0,-2v1,4,11,7,15,5v-1,0,-3,-2,0,-2v1,-1,6,-4,6,-1v-4,2,1,4,2,6v0,-4,3,-1,5,-3v4,4,-6,6,-1,9v1,-1,6,-2,6,1v-10,0,2,12,-4,14v0,0,0,-2,-1,-2v5,44,-50,27,-71,29v-24,-5,-29,15,-22,33v31,-11,52,1,63,8v-10,-1,0,13,-9,15v-1,34,-42,3,-55,22v-9,2,-5,11,-13,11v-6,10,-37,5,-43,-1xm142,-246v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm144,-249v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm129,-250v-2,0,-2,1,-1,2xm124,-252v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm121,-248v0,-1,-1,-3,-1,-1xm103,-247v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm93,-249v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm131,-253v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm37,-252v0,0,-2,0,-2,-1v0,0,2,0,2,1xm99,-253v4,0,3,3,0,1r0,-1xm136,-251v-1,0,-3,-2,0,-2r0,2xm80,-251v0,0,-2,0,-2,-1v0,0,2,0,2,1xm151,-251v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm163,-104v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm165,-92r0,1r0,-1xm163,-115r0,1r0,-1xm163,-112r0,2r0,-2xm161,-80v4,0,0,-5,3,-6v-4,18,-5,39,-20,47v1,5,-6,2,-4,8v-10,4,-13,18,-28,17v-16,15,-61,11,-80,1v0,2,0,2,-2,2v-5,-7,-17,-10,-18,-19v-7,1,-4,-9,-11,-5v-1,-16,-11,-21,-5,-34v13,-3,36,-12,49,-3v-1,8,6,9,6,17v7,3,11,13,19,12v0,4,5,1,10,2v0,-1,0,-1,1,-1v0,2,3,1,4,1v10,-2,16,-15,27,-17v8,-28,-14,-58,7,-71v3,-13,13,-32,27,-18v5,12,11,19,12,33v0,0,0,-2,1,-2v4,9,-10,6,-5,12v3,0,2,11,4,11v0,0,0,-2,1,-2v1,5,4,10,2,15xm105,-13v-1,2,1,2,3,2v1,-2,-1,-2,-3,-2xm111,-13v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm49,-250v2,0,1,3,0,1r0,-1xm72,-250r-5,0r5,0xm158,-250v2,0,1,3,0,1r0,-1xm56,-246v-1,1,-2,2,-2,-1v2,-1,2,-3,2,1xm64,-247v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm77,-247v0,0,0,-2,1,-2v0,0,0,2,-1,2xm61,-246v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-247v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm159,-246v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm34,-245v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm37,-245v0,0,-2,0,-2,-1v0,0,2,0,2,1xm40,-245v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm50,-245v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm154,-246v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm44,-244v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm49,-244v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm51,-244v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm152,-244v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm27,-241v-2,0,-1,-3,0,-1r0,1xm163,-243v0,1,-1,3,-1,1xm158,-237v0,1,-1,3,-1,1xm11,-233v0,0,-2,0,-2,-1v0,0,2,0,2,1xm158,-229v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm150,-206v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm12,-203v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm121,-198v0,0,2,0,2,1v0,0,-2,0,-2,-1xm73,-193v0,-2,0,-4,3,-3v0,2,0,4,-3,3xm136,-194v0,0,2,0,2,1v0,0,-2,0,-2,-1xm67,-188v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm8,-182v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm92,-175v0,-2,4,-3,4,-1xm60,-176v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm59,-174v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm71,-174v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm98,-172v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm144,-150v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm157,-138v0,2,0,4,-3,3v0,-2,1,-2,3,-3xm1,-133v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm115,-132v0,4,-3,3,-1,0r1,0xm71,-111v2,0,1,3,1,4v-2,0,-1,-3,-1,-4xm103,-111v2,0,1,3,0,1r0,-1xm-6,-70v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm32,-11v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm103,-8v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm181,-2v1,-1,2,-1,2,1xm114,11v1,0,1,0,1,1v-1,0,-1,0,-1,-1","w":159},"6":{"d":"104,-273v0,0,-2,0,-2,-1v0,0,2,0,2,1xm10,-249v0,-2,0,-4,3,-3v0,2,0,4,-3,3xm134,-242v-1,4,10,5,4,3v0,-3,1,-1,4,-1v6,6,14,7,16,15v3,-1,6,-2,5,3v-4,-1,-6,3,-3,1v4,0,8,7,5,12v7,0,-2,4,7,7v-2,-1,-2,1,-2,3v5,4,8,13,4,19v-13,3,-35,10,-48,3v0,-8,-9,-8,-10,-15v-5,0,-3,-6,-10,-5v0,0,0,2,-1,2v1,-3,-2,-2,-4,-2v0,0,0,2,-1,2v1,-3,-3,-2,-5,-2v-5,11,-10,1,-12,17v-8,3,-5,20,-13,21v0,5,-3,11,-1,15v21,-15,53,-18,73,-9v-1,7,14,4,11,12v11,-1,11,13,16,16v0,0,0,-2,1,-2v-4,10,9,10,6,19v12,17,8,34,4,48v0,0,0,-2,-1,-2v0,3,2,8,0,9v0,-1,-1,-1,-2,-1v-1,2,2,0,2,2v-5,0,-1,10,-8,7v-1,14,-9,14,-13,24v-6,-1,-7,8,-13,6v-17,15,-68,23,-87,6v-14,-4,-22,-15,-28,-27v-13,-13,-18,-34,-17,-51v-2,0,-4,0,-3,-2v5,1,2,-2,2,-6v-5,-2,-2,0,0,-2v0,0,-2,0,-2,-1v4,0,3,-11,2,-13v0,2,0,2,-2,2v-2,-4,8,-7,0,-9v0,1,1,4,-1,4v-1,-7,7,-4,1,-13v5,0,3,0,3,-5v-2,1,-5,-1,-1,-1v-1,-5,5,-13,-2,-12v0,-3,9,-2,5,-10v1,1,6,1,3,0v-4,-9,6,-12,4,-22v5,0,0,-14,9,-12v1,-4,-4,-1,-4,-3v3,0,5,0,6,-1v-1,0,-1,-1,-1,-2v2,0,1,-2,1,-3v-1,0,-3,1,-3,-1v3,-1,11,-5,9,-10v9,-4,11,-20,23,-22v23,-20,57,-12,74,-11r-2,0xm160,-214v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm165,-213v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm68,-121v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm89,-55v-1,18,27,17,33,6v-2,0,-1,-3,-1,-5v2,1,2,-1,2,-3v-1,0,-1,0,-1,-1v1,0,1,-1,1,-2v-1,0,-1,-1,-1,-2v3,0,3,-3,3,-6v-2,0,-4,0,-2,-2v0,0,2,0,2,-1v-2,0,-2,0,-2,-2v2,0,4,0,2,-2v0,0,-2,0,-2,-1v4,0,2,-1,3,-6v-2,0,-4,0,-3,-3v0,0,2,0,2,-1v-7,-3,3,-19,-11,-17v2,-6,-10,0,-2,-6v-6,0,-5,-2,-10,0v0,-4,-6,-1,-9,-2v0,2,0,2,-2,2v1,-3,-3,-2,-5,-2v0,0,0,2,-1,2v-1,-3,-1,-2,-5,-2v1,2,-1,2,-3,2v1,-4,-6,0,-5,-7r-3,-1v2,16,10,32,6,46v6,3,18,6,11,13v-3,0,-3,0,-2,3r5,0xm123,-245v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-243v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm152,-239v0,0,-2,0,-2,-1v0,0,2,0,2,1xm192,-239v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm155,-236v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm172,-224v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm164,-222v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm169,-216v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm170,-213v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm174,-203v0,0,-2,0,-2,-1v0,0,2,0,2,1xm27,-195v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm24,-184v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm118,-185v0,1,-1,3,-1,1xm19,-167v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm133,-159v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm143,-155v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm14,-151v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm150,-148v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm157,-148v0,3,-2,2,-2,0r2,0xm159,-143v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm161,-138v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-134v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm167,-133v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm174,-124v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm180,-111v0,-2,3,-1,4,-1v-1,2,-3,3,-4,1xm90,-108v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm78,-107v0,2,-3,1,-1,0r1,0xm100,-106v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm80,-104v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm83,-104v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm98,-106v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm95,-100v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm117,-100v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm185,-100v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm117,-95v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm120,-96v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm75,-94v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm122,-89v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm122,-81v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm120,-80v0,0,-2,0,-2,-1v0,0,2,0,2,1xm123,-77v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm187,-70v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm188,-60v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm113,-58v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm116,-54v0,0,-2,0,-2,-1v0,0,2,0,2,1xm12,-53v0,3,-2,2,-2,0r2,0xm14,-53v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm185,-53v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm110,-48v0,0,-2,0,-2,-1v0,0,2,0,2,1xm116,-47v0,-2,3,-1,4,-1v0,2,-3,1,-4,1xm115,-45v0,1,-2,2,-2,0v1,-1,0,0,2,0xm101,-44v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm172,-40v0,1,-1,3,-1,1xm174,-36v1,3,-1,3,-4,3v0,-2,1,-4,4,-3xm165,-28v0,0,0,-2,1,-2v0,0,0,2,-1,2","w":185},"7":{"d":"81,-255v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm119,-240v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm141,-157v-2,13,-27,13,-27,23v21,16,-3,50,-9,69v2,0,7,-1,6,2v-15,0,-7,27,-20,37v1,9,-6,12,-6,21v-32,4,-71,13,-57,-31v9,-5,1,-33,11,-35v-2,-6,4,-4,5,-8v-5,0,-7,1,-5,-5v5,-2,4,4,7,2v3,-18,13,-30,28,-37v-2,-3,7,-7,2,-8v0,2,0,2,-2,2v-4,-12,-11,-35,8,-32v5,-10,12,-22,2,-27v0,2,-2,1,-3,1r1,-3v-36,-4,-91,13,-76,-44v16,-3,25,-4,38,-5v-1,0,-1,0,-1,-1v30,-2,66,3,92,-3v6,5,15,4,28,6v2,16,11,38,-5,46v-4,11,-10,22,-17,30xm40,-236v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm157,-235v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm155,-235v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm28,-188v0,0,2,0,2,1v0,0,-2,0,-2,-1xm74,-183v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm48,-175v0,0,6,-5,5,-1xm6,-172v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm78,-170v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm171,-166v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm149,-160v0,0,-2,0,-2,-1v0,0,2,0,2,1xm144,-154v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm145,-145v-4,1,-7,-2,-4,-5v3,0,5,1,4,5xm151,-148v0,6,-1,-1,-5,1v0,-2,3,-1,5,-1xm157,-141v-1,-3,3,-4,4,-2v-3,-1,-2,1,-4,2xm162,-141v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm161,-141v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm116,-135v0,0,-2,0,-2,-1v0,0,2,0,2,1xm141,-133v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm139,-133v2,0,1,3,0,1r0,-1xm2,-132v4,0,5,4,0,2r0,-2xm1,-130v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm72,-124v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm163,-113v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm147,-107v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm139,-107v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm50,-105v0,1,-1,3,-1,1xm31,-97v0,-2,0,-4,2,-3v0,2,0,4,-2,3xm120,-89v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm131,-86v-2,-1,-3,-5,1,-4v0,2,3,0,2,3v-1,0,-3,-1,-3,1xm12,-86v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm167,-84v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-4,-80v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm182,-80v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm24,-75v-1,-2,1,-2,3,-2v0,1,-1,2,-3,2xm146,-76v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm126,-70v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm33,-65v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm27,-60v-1,-3,3,-4,4,-2v-2,0,-1,3,-4,2xm175,-47v0,0,-2,0,-2,-1v0,0,2,0,2,1xm102,-42v2,-1,8,0,5,3v-3,0,-5,0,-5,-3xm101,-17v0,1,-1,1,-2,1v0,-1,1,-1,2,-1","w":159},"8":{"d":"73,-250v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm93,-248v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm75,-247v3,1,4,2,0,1r0,-1xm94,-247v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm84,-245v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-244v-3,-1,-2,1,-4,2v-1,-3,0,-2,4,-2xm89,-243v0,-1,1,-3,1,-1xm93,-245v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm105,-245v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm56,-241v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm78,-242v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm117,-244v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm62,-241v0,0,-2,0,-2,-1v0,0,2,0,2,1xm81,-240v-3,-1,2,-2,2,-2v1,2,-2,0,-2,2xm121,-231v-1,-3,2,-2,4,-2v0,2,0,2,2,2v0,0,0,-2,1,-2v0,2,0,4,2,3v0,-3,2,-6,2,0v-1,0,-1,0,-1,1v3,1,1,-4,5,-4v-2,6,6,3,3,9v2,0,4,0,3,3v-8,6,-12,16,-22,19v2,4,-1,5,-5,4v-3,-2,-6,-7,-13,-6v2,-8,-6,0,-8,-8v0,7,-7,1,-13,3v-1,-1,0,-3,-2,-3v-1,8,-1,7,-6,5v-3,7,-12,3,-13,13v-7,1,-2,9,0,12v10,2,11,17,19,17v0,9,8,19,8,7v7,-2,7,7,15,2v1,-4,7,-1,5,-9v9,2,7,-10,11,-21v6,-4,18,-12,18,-15v-3,2,-4,-3,-2,-1v9,-1,12,-8,19,-11v-1,6,2,4,6,3v0,0,0,-2,1,-2v0,9,-2,18,0,27v5,-1,3,-3,9,0v2,7,-7,5,-5,13v7,14,-1,36,-15,40v-5,10,13,8,16,18v26,20,16,54,5,70v-9,3,-7,16,-18,16v1,7,-16,5,-12,11v0,0,2,0,2,1v-8,-1,-13,7,-17,3v1,6,-4,0,-9,3v-6,-5,-5,4,-11,0v2,8,-6,-2,-7,4v1,0,1,0,1,1v-5,1,-4,-1,-5,-3v0,0,0,2,-1,2v1,-2,-5,-10,-6,-5v3,2,5,11,-3,6v-3,0,-4,-2,-5,-4v1,3,-1,3,-4,3v-2,-3,5,-5,2,-4v-3,2,-7,-1,-6,5v-3,1,-1,-3,-3,-3v0,2,0,2,-2,2v0,-2,0,-2,-2,-2v1,3,-2,2,-4,2v0,-6,-4,-1,-6,-3v3,1,2,-2,2,-4v-3,0,-2,4,-5,0v1,3,-2,1,-4,3v-8,-9,-17,-6,-16,-16v-1,0,-3,1,-3,-1v6,1,2,-14,11,-15v1,-3,-3,-1,-2,-4v8,-1,9,-12,19,-12v1,6,-5,-2,-2,4v9,-2,8,9,18,8v13,8,33,-2,44,-4v-2,-5,4,-3,4,-7v-2,0,-2,0,-2,-2v9,2,6,-19,5,-22v0,1,-1,1,-2,1v0,-12,-14,-12,-17,-21v-19,-1,-44,-5,-48,14v0,0,-2,0,-2,1v0,0,2,0,2,1v-4,-1,-3,7,-3,14v-8,4,-14,11,-23,14v0,5,-7,6,-6,13v-5,0,-4,8,-11,7v0,-2,0,-4,-3,-3v0,1,1,3,-1,3v1,-7,-8,-3,-6,-12v0,0,-2,0,-2,-1v2,0,2,-1,3,-3v-14,-25,-3,-42,2,-60v7,-3,23,-22,10,-28v-4,-13,-12,-27,-11,-38v-5,1,-4,-2,-1,-4v0,1,1,1,2,1v-3,-10,4,-10,2,-20v4,1,-1,-3,2,-4v0,2,0,2,2,2v0,-6,7,-3,6,-11v6,-2,7,-11,14,-11v4,-8,21,-6,20,-13v7,-1,3,5,8,4v-1,-5,10,-4,14,-4v0,1,0,1,1,1v-1,-3,3,-2,5,-2v17,2,32,1,41,9xm62,-235v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm54,-231v0,-2,0,-2,-2,-2v0,2,0,2,2,2xm86,-229v0,-1,-4,-5,-1,-2xm55,-231v0,2,4,0,1,0r-1,0xm89,-226v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm108,-225v0,0,2,0,2,-1v0,0,-2,0,-2,1xm74,-219v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm72,-209v0,2,2,1,3,1v-1,-2,-1,-2,-3,-1xm116,-174v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm3,-60v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm144,-27v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm120,-23v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm37,-21v0,0,2,0,2,-1v0,0,-2,0,-2,1xm70,-14v1,0,3,-1,1,-1xm57,-14r1,0r-1,0xm59,-11v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm101,-10v2,0,1,-2,1,-3v-2,0,-1,2,-1,3xm69,-10v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm80,-10v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm96,-11v-1,0,-1,1,-1,2v3,0,3,0,1,-2xm130,-238v-3,1,-2,-2,-3,-3v2,0,4,0,3,3xm118,-237v-1,-1,-1,-5,0,-2r0,2xm117,-235v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm33,-230v0,-2,0,-4,3,-3v0,2,0,4,-3,3xm16,-212v0,0,0,2,-1,2v0,0,0,-2,1,-2xm10,-207v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm87,-207v0,-2,3,-1,4,-1v0,2,-3,1,-4,1xm81,-206v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm161,-203v-2,0,-1,-3,-1,-4v2,0,1,3,1,4xm98,-204v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm163,-199v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm121,-201v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm68,-198v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm131,-199v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm161,-194v0,-2,0,-4,3,-3v0,2,0,4,-3,3xm60,-193v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm106,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm64,-187v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm106,-187v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-181v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm114,-183v1,0,3,1,1,1xm109,-174v-1,0,-3,-1,-1,-1xm166,-174v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm169,-163v0,-1,1,-3,1,-1xm99,-158v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm176,-151v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm167,-144v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm172,-143v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm19,-136v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm12,-135v-2,1,-3,-1,-1,-2xm152,-129v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm164,-126v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm180,-108v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm180,-100v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm182,-97v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm182,-93v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm185,-90v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm186,-87v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm181,-86v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm182,-81v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm99,-74v0,2,-3,1,-4,1v0,-2,2,-2,4,-1xm184,-74v0,0,-2,0,-2,-1v0,0,2,0,2,1xm52,-65v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm181,-63v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm186,-59v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm41,-57v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm181,-55v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm32,-54v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm31,-54v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm107,-48v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm31,-46v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm167,-42v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm6,-36v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm163,-30v0,0,-2,0,-2,-1v0,0,2,0,2,1xm18,-27v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm150,-20r-1,0r1,0xm148,-15v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm132,-11v0,0,0,-2,1,-2v0,0,0,2,-1,2xm36,-11v0,2,-4,3,-3,0r3,0xm46,-9v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm53,-9v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm115,-10v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm121,-9v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm122,-10v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm42,-8v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm131,-9v0,2,-3,1,-1,0r1,0xm58,-8v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm73,-4v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm111,-5v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-4v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm75,-4v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-4v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm80,-5v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm102,-4v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,-4v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm83,-4v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm113,-1v-2,0,-1,-2,-2,-3v2,-1,2,1,2,3xm99,0v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm99,4v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm91,5v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm15,12v0,0,-3,-2,-1,-2","w":180},"9":{"d":"68,-250v0,-2,5,-3,5,0v-2,1,-2,0,-5,0xm82,-250v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm72,-244v1,-3,5,-7,4,0r-4,0xm67,-246v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm91,-245v-3,1,-5,-2,-2,-3v-1,3,2,1,2,3xm51,-244v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm136,-216v3,11,15,51,21,41v6,-1,10,3,5,7v-7,-1,-6,7,-5,14v10,53,-8,105,-36,135v-22,10,-52,23,-68,11v-1,2,-4,3,-8,2v1,-2,-1,-2,-3,-2v0,0,0,2,-1,2v1,-6,-2,-6,-5,-8v0,0,2,0,2,-1v0,0,-16,3,-17,-5v-4,-3,-7,-6,-4,-9v-12,-1,-7,-15,-16,-19v2,1,2,-1,2,-3v-2,0,-1,-2,-2,-3v2,0,2,0,2,-2v0,0,-2,0,-2,-1v12,-9,31,-13,43,-9v-2,0,-2,0,-2,2v11,1,4,14,17,14v32,15,45,-22,41,-44v-7,-2,2,14,-8,8v-5,-10,-34,-1,-39,-1v-2,-7,-20,-1,-25,-11v-23,-3,-35,-27,-37,-44v11,-4,10,-15,20,-17v-1,-8,14,-2,10,-11v4,0,3,1,2,4v6,1,6,-2,12,-2v10,4,14,27,24,28v0,0,0,-2,1,-2v2,7,14,10,17,6v-1,0,-1,0,-1,-1v25,4,34,-46,15,-56v-6,-16,-39,-13,-43,0v-7,2,-4,16,-16,14v-7,5,-25,15,-37,13v-5,-14,7,-29,6,-40v9,1,7,-14,16,-16v13,-17,38,-14,55,-21v-1,4,2,1,6,2v-1,-3,1,-4,3,-2v1,6,11,0,14,3v-1,0,-1,1,-1,2v5,-3,8,6,10,0v-2,6,19,3,18,13v9,-2,2,8,12,9v0,0,0,2,1,2v0,0,0,-2,1,-2xm102,-89r1,0r-1,0xm58,-23v-1,0,-4,-2,-3,1xm58,-21v-1,0,-3,1,-1,1xm78,-20v0,0,2,0,2,-1v0,0,-2,0,-2,1xm61,-19v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm72,-19v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm54,-18v0,1,-2,2,0,2r0,-2xm69,-18v1,0,3,-1,1,-1xm56,-16r2,0v-2,0,-1,-2,-2,0xm45,-241v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm53,-243v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm112,-241v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm100,-239v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm23,-237v2,-3,6,1,6,2v-3,0,-5,0,-6,-2xm39,-238v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm23,-231v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm14,-230v0,0,9,-1,7,4v-4,2,-7,0,-7,-4xm13,-222v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm134,-220v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm137,-212v0,-2,3,-1,4,-1v-1,2,-1,2,-4,1xm137,-211v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm152,-201v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm83,-195v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm156,-177v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm156,-175v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm61,-172v-3,0,-5,0,-4,-3v3,0,5,0,4,3xm169,-175v0,2,0,4,-3,3v1,-1,0,-4,3,-3xm66,-172v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm63,-172v0,0,2,0,2,1v0,0,-2,0,-2,-1xm9,-163v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-6,-161v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm6,-159v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm-1,-156v-1,0,-4,2,-3,-1xm56,-144v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm64,-145v-1,1,-5,1,-2,0r2,0xm68,-140v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-10,-140v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm67,-138v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm80,-137v0,0,-2,0,-2,-1v0,0,2,0,2,1xm167,-130v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm-12,-125v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-6,-122v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-9,-120v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm3,-110v0,0,-3,-2,-1,-2xm163,-110v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm161,-107v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm163,-105v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-101v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm162,-96v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm98,-80v-2,0,-1,-3,0,-1r0,1xm55,-71v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm59,-52v0,0,-2,0,-2,-1v0,0,2,0,2,1xm70,-48v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm83,-50v0,0,0,2,-1,2v0,0,0,-2,1,-2xm0,-45v0,3,-2,2,-2,0r2,0xm1,-43v0,-1,1,-3,1,-1xm3,-41v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-40v0,2,-3,1,-1,0r1,0xm3,-37v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm3,-35v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm6,-35v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm8,-31v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm13,-29v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm11,-24v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm15,-25v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm28,-14v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm33,-13v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm33,-10v0,0,0,-2,1,-2v0,0,0,2,-1,2xm35,-8v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm22,-5v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm89,-4v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm39,-4v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm70,-1v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm66,0v-2,0,-1,-3,0,-1r0,1xm75,0v0,-1,0,-1,1,-1v0,1,0,1,-1,1","w":160},";":{"d":"52,-183v3,6,10,-5,12,6v6,8,1,19,8,23v-4,16,-35,32,-57,21v-3,-17,0,-34,0,-46v8,-6,22,-3,32,-5v0,2,0,4,3,3v-1,-3,5,-5,6,-2r-4,0xm66,-184v1,3,-1,3,-4,3v0,-2,1,-4,4,-3xm71,-171v-4,0,-5,-4,0,-2r0,2xm75,-174v0,3,-2,2,-2,0r2,0xm72,-152v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-37v7,4,-10,11,-2,10v4,3,0,3,-2,6v9,3,-3,4,4,11v-2,0,-4,1,-4,7v3,-1,2,2,2,4v-6,7,-5,12,-9,23v-5,0,-1,4,-7,1v-1,3,2,1,2,3v-11,9,-28,16,-41,11v-8,-22,18,-21,15,-41v-3,-1,-2,1,-4,2v0,-6,-13,-4,-13,-14v0,0,-2,0,-2,-1v3,1,2,-3,2,-5v0,0,-2,0,-2,-1v3,1,2,-2,2,-4v-13,-32,29,-33,49,-31v5,5,9,16,7,22v2,0,4,0,3,-3xm63,7v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm73,-44v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm94,-39v0,0,0,2,-1,2v0,0,0,-2,1,-2xm88,-29v-2,0,-4,0,-3,-3v1,1,4,0,3,3xm73,-30v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm75,-26r0,-2v2,1,1,6,0,2xm87,-27v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm78,-21v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm72,-20v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm85,-19v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm84,-19v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm82,-17v0,2,-1,2,-2,1xm84,-15v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm78,-13v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm72,-5v-2,0,-1,-3,0,-1r0,1xm73,0v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm67,4v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm57,30v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm55,34v0,0,-2,0,-2,-1v0,0,2,0,2,1xm41,39v-2,0,-1,-3,0,-1r0,1xm49,39v-2,1,-3,-1,-1,-2","w":75},"'":{"d":"32,-254v0,0,-2,3,-2,1r1,0v0,-1,0,-1,1,-1xm12,-241v0,-13,21,-4,23,-10v-2,7,19,0,12,8v6,4,4,15,3,19v2,0,4,0,3,3v-5,1,-1,9,-1,11v0,-1,0,-1,1,-1v-5,23,0,32,-4,48v-2,0,-4,1,-3,4v5,0,1,0,1,4v-2,0,-1,2,-1,3v1,0,1,0,1,1v-12,3,-26,0,-33,-1v-5,-19,1,-30,-2,-43v-4,0,-3,-1,-2,-4v5,-1,1,-8,2,-13v-4,-7,-4,-25,0,-29xm7,-235v0,0,-2,0,-2,-1v0,0,2,0,2,1xm8,-158v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm20,-149v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm34,-147v-2,0,-2,0,-2,-2v2,0,2,0,2,2","w":54},"(":{"d":"71,-301v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm91,-278v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm109,-250v-20,-5,-18,21,-31,29v-1,3,2,2,3,4v-7,-1,-11,15,-10,22v-6,-1,-6,16,-17,10v0,-7,-6,2,-6,-7v-2,0,-6,2,-7,0v3,0,3,-2,2,-4v-13,1,-14,-4,-11,-12v-4,1,-3,-2,-2,-5v8,-5,-2,-10,10,-12v-2,-9,9,-9,9,-19v11,-1,16,-10,22,-16v0,3,0,3,2,1v8,-11,21,-28,32,-15v1,6,9,11,5,18v2,0,4,0,3,2v-3,-1,-5,1,-4,4xm41,-230v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm72,-261v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm65,-255v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm92,-234v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm89,-233v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm37,-228v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm22,-190v-3,0,-4,-1,-4,-4v3,0,4,1,4,4xm35,-190v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm28,-189v9,1,14,6,21,6v-7,4,3,4,2,9v9,1,7,13,9,20v0,0,0,-2,1,-2v-4,10,3,12,-2,24v6,-1,-1,2,2,6v-1,0,-1,0,-1,1v2,0,1,2,1,3v-1,0,-1,1,-1,2v-1,6,18,14,8,16v0,4,-4,3,-2,9v-5,24,4,37,7,55v8,15,34,35,24,54v-4,4,-9,-1,-16,-1v2,-6,-10,-2,-9,-9v-8,-8,-16,-10,-18,-19v-12,-1,-9,-17,-19,-20v0,-7,-7,-7,-7,-15v-5,0,-1,-16,-9,-17v-2,-13,-9,-19,-4,-27v-10,-8,-5,-32,-4,-37v-6,-1,-2,-10,-2,-13v2,1,2,-1,2,-3v0,0,-2,0,-2,-1v2,0,2,-1,3,-4v-5,1,0,-1,-1,-6v-2,0,-5,2,-4,-1v11,-4,2,-28,14,-30v0,2,0,2,2,2v-1,-3,2,-2,4,-2v0,0,0,2,1,2r0,-2xm23,-185v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm54,-184v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm49,-181v0,0,0,-2,1,-2v0,0,0,2,-1,2xm10,-168v-2,1,-5,-1,-1,-1xm11,-165v-2,1,-3,-1,-1,-2xm64,-162v0,0,-2,0,-2,-1v0,0,2,0,2,1xm7,-160v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm65,-153v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm62,-136v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm64,-132v1,0,3,3,0,3r0,-3xm6,-126v0,-2,0,-4,3,-3v-1,2,-1,5,-3,3xm62,-129v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm64,-126v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm64,-117v0,-2,0,-4,2,-3v0,2,0,4,-2,3xm67,-116v0,0,-2,3,-2,1xm8,-107v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-6,-86v1,1,2,0,2,2v-3,0,-5,0,-2,-2xm70,-83v0,0,-2,0,-2,-1v0,0,2,0,2,1xm12,-80v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm16,-73v0,2,-4,0,-1,0r1,0xm18,-67v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm83,-58v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm40,-28v0,1,-1,3,-1,1xm67,2v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm147,132v-1,0,-1,0,-1,-1v1,0,1,0,1,1","w":110},"*":{"w":299},")":{"d":"37,-315v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm65,-293v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm13,-289v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm16,-284v-2,0,-1,-2,-1,-3v1,1,2,1,1,3xm50,-262v-2,7,7,3,4,9v6,-1,1,8,9,8v1,9,14,11,13,19v10,6,8,19,19,23v-2,0,-2,0,-2,2v7,7,5,31,14,36v-8,1,1,10,-2,19v7,0,-1,7,7,6v1,5,-12,-1,-5,6v-3,-1,-2,3,-2,5v0,0,2,0,2,1v-3,-1,-2,3,-2,5v2,0,2,0,2,2v-3,-1,-2,2,-2,4v0,0,2,0,2,1v-6,1,-2,21,-11,25v3,9,-5,9,-5,17v-5,-2,-5,3,-10,4v0,0,0,-2,-1,-2v6,23,-7,22,-11,36v-7,-2,-2,8,-9,6v-1,3,3,1,3,3v-7,-1,-7,7,-14,7v0,6,-7,5,-9,10v0,0,2,0,2,1v-14,-1,-7,12,-19,10v-1,3,-1,6,-6,4v1,5,-8,7,-12,6v-2,-6,-10,-5,-6,-10v-6,-1,-3,-7,-2,-12v18,-14,29,-32,31,-48v1,1,6,1,3,0v0,-7,5,-14,3,-17v7,1,0,-12,9,-13v0,-4,10,-1,6,-7v0,1,0,1,-1,1v1,-7,-6,-9,-5,-17v-6,0,1,-2,-3,-7v2,0,2,0,2,-2v-3,1,-2,-2,-2,-4v3,1,2,-3,2,-6v-2,0,-2,0,-2,-2v2,1,2,-1,2,-3v-2,0,-4,0,-3,-2v6,0,1,-10,4,-18v-4,2,-4,0,-3,-4v4,0,4,-5,2,-7v0,0,-2,0,-2,-1v2,0,2,0,2,-2v0,0,-2,0,-2,-1v3,1,2,-2,2,-4v-2,0,-4,0,-3,-2v2,0,4,0,3,-3v-9,-5,-1,-20,-10,-24v0,0,2,0,2,-1v-9,-15,-13,-34,-27,-44v-1,-3,0,-8,-3,-4v1,-4,-3,-3,0,-5v-5,-4,-1,-28,3,-22v0,-4,6,-2,11,-3v14,6,19,16,32,21xm42,-157v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm105,-139v0,0,2,0,2,-1v0,0,-2,0,-2,1xm50,-90v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm19,-34v0,-1,-1,-3,-1,-1xm48,-272v0,0,-2,0,-2,-1v0,0,2,0,2,1xm51,-262v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm51,-260v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm58,-252v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm61,-246v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm82,-230v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm101,-229v0,0,-2,0,-2,-1v0,0,2,0,2,1xm21,-219v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm85,-219v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm89,-216v-2,1,-3,-1,-1,-2xm27,-215v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm91,-208v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm156,-209v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm93,-209v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm154,-209v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm92,-207v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm90,-205v0,0,0,-2,1,-2v0,0,0,2,-1,2xm31,-205v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm99,-202v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm112,-202v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm118,-202v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm33,-202v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm97,-198v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm38,-184v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm102,-180v1,-3,2,2,2,2v-2,1,0,-2,-2,-2xm32,-177v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm111,-175v0,0,-2,0,-2,-1v0,0,2,0,2,1xm37,-161v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm39,-160r-1,0r1,0xm125,-156v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm108,-152v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm123,-152v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm119,-150v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm111,-148v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm40,-144v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm117,-144v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm128,-141v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm202,-139v0,0,-2,0,-2,-1v0,0,2,0,2,1xm135,-135v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm109,-134v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm39,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm108,-128v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm116,-127v0,0,-2,0,-2,-1v0,0,2,0,2,1xm113,-127v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm109,-119v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm117,-116v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm151,-112v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm107,-109v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm42,-108v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm109,-106v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm108,-103v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm128,-98v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm133,-71v-2,1,-3,-1,-1,-2xm31,-64v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm28,-64v0,0,2,0,2,1v0,0,-2,0,-2,-1xm24,-59v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm18,-58v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm81,-57v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm26,-55v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm23,-50v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm23,-49v2,0,1,3,1,4v-1,-1,-2,-3,-1,-4xm22,-44v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-44v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm76,-42v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm19,-39v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm77,-39v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm9,-24v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm6,-21v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-18v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm-3,-12v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm39,0v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm28,4v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-5,6v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm24,8v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-1,9v-2,1,-3,-1,-1,-2xm1,10v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm16,10v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm13,11v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm3,13v-1,0,-4,2,-3,-1xm9,15v0,0,-2,0,-2,-1v0,0,2,0,2,1","w":115},"a":{"d":"-35,-244v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm92,-227v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm100,-210v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm39,-208v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm125,-206v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm62,-204v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,-204v0,0,-2,0,-2,-1v0,0,2,0,2,1xm55,-203v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm112,-203v0,0,-2,0,-2,-1v0,0,2,0,2,1xm60,-201v0,-1,1,-3,1,-1xm75,-200v-4,0,-5,-4,0,-2r0,2xm116,-199v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm49,-198v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm102,-198v0,2,-2,1,-3,1v0,-3,0,-1,3,-1xm114,-198v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm46,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm59,-195v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm61,-198v1,2,-5,6,0,3r0,-3xm67,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm93,-197v1,-3,2,2,2,2v-2,1,0,-2,-2,-2xm104,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm120,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm145,-197v0,0,-2,0,-2,-1v0,0,2,0,2,1xm70,-196v-1,2,-3,1,-2,-1xm81,-197v3,-1,2,2,2,4v-1,0,-1,-1,-2,-4xm87,-197v2,-1,2,1,2,3v-1,0,-2,-1,-2,-3xm99,-194v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm75,-195v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm100,-193v-1,0,-1,0,-1,-1v7,-1,4,6,8,4v-1,-3,1,-6,2,-2v-1,0,-1,1,-1,2v2,2,8,-6,11,-2v-1,1,-8,9,-5,5v7,-2,11,-1,8,-5v3,-1,2,1,4,2v0,0,0,-2,1,-2v-3,8,3,8,8,5v0,-1,1,-1,2,-1v0,2,-4,4,-1,5v-1,-2,1,-2,3,-2v3,8,8,7,18,11v-1,5,2,2,4,4v-2,0,-2,0,-2,2v3,1,1,-2,3,-2v2,2,0,6,-1,3v-2,0,-2,0,-2,2v3,2,2,2,8,3v-2,0,-5,0,-4,4v1,0,4,-1,4,1v-2,0,-5,3,-3,1v12,12,1,44,7,52v0,0,-2,0,-2,1v2,-1,2,1,2,3v-2,0,-2,0,-2,2v3,1,3,1,2,4v-2,0,-2,0,-2,2v2,0,2,0,2,2v-2,0,-4,0,-3,2v7,2,-2,1,0,6v7,1,-4,7,1,15v-1,0,-1,0,-1,1v1,0,1,1,1,2v-1,0,-1,0,-1,1v1,0,1,1,1,2v-1,0,-1,1,-1,2v6,0,2,7,4,13v-6,2,2,6,-3,9v6,1,0,7,4,10v-1,-4,1,-5,2,-1v-1,0,-1,0,-1,1v0,-1,6,-1,3,0v-8,5,5,23,-13,20v0,0,-2,3,-2,1v1,0,1,0,1,-1v-4,-2,-5,3,-7,1v1,0,1,0,1,-1v-14,-1,-31,2,-33,-9v-31,9,-66,19,-83,6v0,0,0,2,-1,2v1,-5,-7,0,-6,-9v-8,3,-3,-8,-12,-6v2,-9,-10,-7,-8,-15v-4,-1,2,-11,-2,-7v-6,0,-2,-10,-8,-15v1,0,3,1,3,-1v-2,0,-4,0,-3,-3v4,-1,5,-4,3,-8v-3,1,-3,-1,-3,-4v4,4,6,-1,6,-4v-5,-2,4,-7,-2,-8v3,-1,5,3,6,1v-2,0,-2,-2,-2,-4v3,-1,1,3,3,3v-1,-3,5,-1,2,-5v-2,1,-2,-1,-2,-3v3,-1,1,2,3,2v4,-10,23,-8,24,-18v5,-2,2,4,7,3v4,-7,5,-8,11,-5v1,-9,15,0,14,-8r-1,1v-1,-3,2,-1,4,-3v0,2,0,4,3,3v1,-3,-2,-1,-2,-3r25,-4v0,-2,0,-4,2,-2v1,7,6,-3,7,4v-5,1,-2,3,0,0v1,0,1,-1,1,-2v-1,0,-1,0,-1,-1v6,2,8,-8,6,-15v-28,-17,-53,4,-58,20r-37,-2v2,-14,-4,-33,-4,-39v0,4,4,6,7,4v-9,-4,0,-2,-1,-9v3,-3,2,-7,10,-8v-7,2,-1,-6,-1,-2v2,1,10,3,5,0v0,0,0,-2,-1,-2v1,2,-1,2,-3,2v3,-3,-4,-4,0,-7v-1,3,5,3,5,2v-1,0,-1,-1,-1,-2v11,1,17,-10,27,-3v0,0,0,-2,1,-2v0,2,0,2,2,2v-1,-9,31,1,31,-3xm59,-188v-1,-3,-14,0,-9,3v0,0,0,-2,1,-2v0,2,1,2,3,3v-1,-4,1,-5,5,-4xm68,-189v1,2,7,2,7,0v-2,1,-3,0,-7,0xm76,-188v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm83,-189v0,2,3,1,1,0r-1,0xm60,-188r1,0r-1,0xm57,-185v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm45,-184v0,-2,-3,-1,-4,-1v0,2,3,1,4,1xm41,-180v2,0,1,-2,1,-3v-2,0,-1,2,-1,3xm44,-180v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm39,-174v2,0,1,-2,1,-3v-3,0,-1,0,-1,3xm33,-172v1,-3,-2,-1,-4,-1v0,2,3,1,3,3v-2,0,-2,0,-2,2v4,1,1,-4,3,-4xm154,-171v0,0,2,0,2,-1v0,0,-2,0,-2,1xm29,-170v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm27,-158v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm24,-157v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm120,-140v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm121,-139v0,1,1,4,1,1v-1,0,-1,0,-1,-1xm121,-134v-1,-2,-2,2,-2,2v2,1,0,-2,2,-2xm168,-130v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm116,-123v0,0,2,0,2,-1v0,0,-2,0,-2,1xm80,-119v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm125,-114v-1,-1,-5,-5,-4,0r4,0xm44,-108v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm110,-98v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm24,-94v0,-2,0,-2,-2,-2v1,3,-3,1,-3,3xm109,-93v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm112,-82v0,-8,-6,-5,-7,-10v0,0,2,0,2,-1v-7,0,-2,4,-10,6v0,-2,0,-4,-2,-3v0,4,-2,5,-7,5v0,0,0,-2,-1,-2v-15,7,-29,9,-28,24v1,15,17,30,33,20v0,0,-2,0,-2,-1v14,2,8,-9,18,-10v5,-10,7,-9,4,-15v3,-1,1,2,3,2v-3,-6,7,-11,-2,-11v1,-3,-7,-2,-3,-6v0,2,0,2,2,2xm114,-91v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm112,-87v2,0,1,-2,1,-3v-2,0,-1,2,-1,3xm17,-86v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm118,-86v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm113,-82v2,0,1,-2,1,-3v-2,0,-1,2,-1,3xm10,-81v0,0,2,0,2,-1v0,0,-2,0,-2,1xm114,-80v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm12,-69v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm7,-65v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm113,-56v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm11,-55v-1,0,-3,1,-1,1xm105,-50v-1,-2,-2,2,-2,2v0,0,4,-2,2,-2xm14,-39v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm18,-37v-1,0,-1,1,-1,2v3,1,1,1,1,-2xm21,-31v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm86,-195v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm104,-194v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm115,-194v-3,3,-10,-2,-1,-1v0,1,0,1,1,1xm87,-193v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm45,-190r1,-3xm36,-190v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm130,-189v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm27,-188v0,3,-2,2,-2,0r2,0xm28,-187v1,-3,2,2,2,2v-2,1,0,-2,-2,-2xm139,-185v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm29,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm141,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,-182v0,0,-2,0,-2,-1v0,0,2,0,2,1xm18,-182v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm151,-180v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm28,-180v1,0,1,1,1,2v-4,1,-4,-1,-1,-2xm149,-178v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm152,-177v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm157,-179v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm153,-179v2,0,4,0,3,3v-4,0,-2,-1,-3,-3xm17,-177v0,0,-2,0,-2,-1v0,0,2,0,2,1xm24,-173v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm22,-171v-4,0,-3,-3,0,-1r0,1xm12,-170v0,0,-2,0,-2,-1v0,0,2,0,2,1xm25,-171v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm166,-170v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-3,-168v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm0,-167v0,0,-2,0,-2,-1v0,0,2,0,2,1xm23,-168v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm165,-165v-1,0,-3,-1,-1,-1xm9,-162v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm180,-162v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm24,-161v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm19,-158v-1,0,-3,-1,-1,-1v0,1,0,1,1,1xm21,-153v-4,0,-2,-5,0,-4v1,2,0,1,0,4xm-59,-155v0,0,-2,0,-2,-1v0,0,2,0,2,1xm15,-152v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm169,-150v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm18,-147v-1,-3,2,-5,3,-2v-3,-1,-1,2,-3,2xm174,-150v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm169,-147v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm173,-146v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm115,-145v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-144v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm177,-144v0,3,-2,2,-2,0r2,0xm-44,-141v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm17,-138v0,0,-2,0,-2,-1v0,0,2,0,2,1xm116,-139v2,5,-6,4,-2,1v0,-1,1,-1,2,-1xm169,-139v3,-1,4,4,2,4v0,-2,-3,-1,-2,-4xm88,-136v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm84,-135v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm95,-134v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm112,-135v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm177,-134v0,0,-2,0,-2,-1v0,0,2,0,2,1xm116,-132v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm102,-131v0,0,-2,0,-2,-1v0,0,2,0,2,1xm104,-131v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm110,-129v-2,-3,8,-3,3,-2v0,1,-1,2,-3,2xm95,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm108,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm80,-127v0,-1,1,-3,1,-1xm174,-126v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm84,-126v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm68,-124v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm73,-125v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm59,-121v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm69,-119v-1,-2,1,-2,3,-2v0,1,-1,2,-3,2xm174,-122v0,1,-1,3,-1,1xm36,-119v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm56,-120v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm172,-113v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm42,-113v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm40,-111v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm33,-111v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm170,-109v1,0,3,1,1,1xm33,-108v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm38,-108v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm23,-103v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm177,-103v0,0,-2,0,-2,-1v0,0,2,0,2,1xm21,-103v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm27,-102v0,0,-2,0,-2,-1v0,0,2,0,2,1xm174,-100v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm9,-101v0,1,-1,3,-1,1xm171,-99v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm18,-98v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm173,-93v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm11,-91v-1,0,-3,-1,-1,-1xm175,-90v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm7,-87v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-85v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm94,-84v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm103,-85v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm108,-82v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm89,-82v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm98,-84v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm183,-82v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm7,-82v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm6,-78v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm104,-80v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm110,-77v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm3,-77v0,0,-2,3,-2,1xm109,-77v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm113,-76v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm-30,-73v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm68,-73v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm105,-72v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm108,-73v0,-2,0,-2,2,-2v-1,3,2,1,2,3xm113,-75v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm73,-71v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm100,-70v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm3,-69v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-70v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm1,-66v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,-65v0,0,-2,0,-2,-1v0,0,2,0,2,1xm4,-65v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm110,-64v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm110,-61v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm107,-56v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm6,-54v0,0,-2,0,-2,-1v0,0,2,0,2,1xm98,-48v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm173,-41v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm8,-40v1,0,1,1,1,2v-2,1,-1,-2,-1,-2xm173,-37v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm175,-32v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm12,-29v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm14,-29v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm183,-27v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm19,-24v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm24,-20v5,-2,2,1,1,2v-1,0,-1,-1,-1,-2xm180,-18v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm177,-16v0,0,-2,0,-2,-1v0,0,2,0,2,1xm31,-14v1,0,3,1,1,1xm116,-13v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm120,-12v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm119,-10v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm142,-6v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm167,-5v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm169,-5v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm53,-3v0,-1,1,-3,1,-1xm161,-5v0,3,-2,2,-2,0r2,0xm82,-2v-1,3,-2,-2,-2,-2v2,-1,0,2,2,2xm174,-1v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm167,6v-1,0,-1,0,-1,-1v1,0,1,0,1,1","w":169},"b":{"d":"30,-248v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm185,-91v0,-1,0,-1,1,-1xm185,-86r0,-1r0,1xm132,-177v2,-3,4,-1,6,-4v0,0,0,2,1,2v-1,-2,1,-2,3,-2v0,3,-6,5,-1,3v1,1,8,4,4,7v5,1,10,-3,7,3v4,5,8,2,8,10v4,2,4,9,11,10v-2,0,-6,-1,-5,2r5,0v1,3,-2,2,-2,5v3,0,2,4,5,1v1,1,4,7,1,4v0,0,-2,0,-2,1v4,-1,0,5,3,5v0,0,5,-5,5,-1v-3,-1,-5,4,-2,1r2,1v-1,3,-8,-2,-5,4v5,0,2,5,4,11v-1,0,-1,1,-1,2v3,-1,0,4,5,3v0,-2,-1,-4,-1,-3v1,-5,4,-3,5,0v-5,-2,-1,7,-7,4v4,9,5,11,3,19v-2,-1,-5,2,-1,2v0,1,5,2,1,5v0,0,0,-2,-1,-2v1,3,-2,1,-2,3v4,1,1,4,0,5v-1,0,-1,0,-1,1v1,0,3,-1,3,1v-5,0,-1,2,-3,5v1,0,4,-1,4,1v-9,1,-6,5,-9,14v5,-1,4,1,1,3v0,0,0,-2,-1,-2v-4,6,-10,12,-5,17v-9,1,-9,11,-14,17v-6,0,-5,10,-14,8v0,3,-4,2,-4,5v-18,5,-37,12,-55,3r0,2v-2,-3,-6,-3,-11,-3v-25,-8,-41,6,-57,-1v-2,-4,0,-11,-5,-11v0,1,1,3,-1,3v-2,-5,7,-4,3,-8v-2,1,-5,-2,-2,-3v0,0,2,0,2,1v0,0,-2,0,-2,1v8,-4,-1,-3,0,-8v2,1,2,-1,2,-3v-1,0,-3,1,-3,-1v4,2,4,-8,3,-5v-3,0,-5,0,-4,-3v7,2,2,-7,5,-11v0,0,0,2,1,2v0,-2,-1,-4,-4,-3v0,1,1,3,-1,3v-2,-6,6,-12,3,-18v-2,3,-4,8,-7,4r3,0v-1,-2,-3,-1,1,-5v2,1,5,-1,1,-1v-1,-2,-7,-1,-2,-4v7,0,2,-2,2,-7v-1,-1,-2,-1,-1,-3v-1,0,-4,2,-3,-1v6,-1,5,-5,3,-9v4,0,3,-1,1,-3r0,-5v0,2,2,1,3,1v1,-2,-1,-2,-3,-2v0,-2,6,1,4,-5v-11,0,5,-14,-4,-19v5,4,6,-7,3,-1v-6,-4,4,-7,-1,-10v0,2,-2,1,-3,1v0,-2,3,-1,3,-3v-2,0,-2,0,-2,-2v0,0,2,0,2,-1v0,0,-2,0,-2,-1v4,1,3,-3,2,-4v0,1,-1,1,-2,1r3,-12v-3,0,-3,0,-1,-2v5,1,1,-2,2,-5v-5,-5,-3,-7,0,-10v-3,1,-6,-3,-1,-2v0,1,0,1,1,1v1,-9,1,-5,-4,-12v9,-2,-4,-13,7,-15v-5,0,-2,-3,-3,-9v6,1,-3,-4,3,-7v0,0,-2,0,-2,-1v2,0,2,0,2,-2v-4,-1,-2,3,-4,4v-1,-6,2,-7,4,-9v-1,0,-3,1,-3,-1v6,0,0,-2,1,-6v-1,1,-2,2,-2,-1v3,1,2,-2,2,-4v-1,0,-1,-1,-1,-2v8,-2,-1,-6,11,-1v-1,-2,1,-2,3,-2v0,4,2,2,4,2v0,-2,-3,-4,0,-3v2,1,4,1,5,-1v3,0,4,2,5,4v0,-2,0,-2,2,-2v0,2,-1,5,1,5v0,-10,10,-3,12,-1v-1,2,-1,3,1,4v0,4,-2,10,0,7v1,0,1,1,1,2v-6,19,1,29,-1,36v1,1,4,0,3,3r-3,0v1,8,4,10,0,14v3,-1,2,2,4,3v0,0,0,-2,1,-2v-1,2,1,2,3,2v0,0,0,-2,1,-2v0,4,1,4,5,2v-2,-7,3,-8,4,-4v-2,0,-5,2,0,2v4,0,1,-7,6,-6v1,7,8,2,13,2v1,-4,1,-3,-4,-3v3,-4,8,0,10,-5v-1,4,2,3,5,3v0,-2,3,-1,6,-1v0,2,2,1,3,1v0,-4,4,-3,5,0v0,0,-2,0,-2,1v4,1,3,-4,5,-4v-2,8,10,0,9,10xm181,-101v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm17,-198v0,-2,-4,-3,-4,-1xm12,-85v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm14,-37v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm13,-113v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm13,-57v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm13,-140v2,0,1,-3,1,-4v-2,0,-1,3,-1,4xm17,-149v0,0,-3,-3,-3,-1xm18,-161v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm18,-211v0,0,0,-2,-1,-2v0,0,0,2,1,2xm18,-217v0,0,0,-2,-1,-2v0,0,0,2,1,2xm51,-243v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm128,-180v-2,1,-1,3,1,2xm127,-93v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm126,-104v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm123,-112v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm122,-107v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm120,-130v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm120,-122v1,-2,-1,-2,-3,-2v0,1,1,2,3,2xm116,-131v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm108,-183v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm104,-183v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm99,-183v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm98,-181v0,0,0,2,1,2v0,0,0,-2,-1,-2xm94,-146v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm88,-144v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm76,-143v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm69,-146v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm64,-129v-1,3,2,2,4,2v0,-2,-2,-2,-4,-2xm68,-131v0,0,0,-2,-1,-2v0,0,0,2,1,2xm69,-130v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm67,-123v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm64,-138v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm66,-149v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm66,-167v0,0,-2,0,-2,1v0,0,2,0,2,-1xm63,-170v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm64,-116v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm61,-155v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm62,-168v1,-3,-2,-5,-3,-2v3,-1,1,2,3,2xm58,-175v0,0,0,2,1,2v0,0,0,-2,-1,-2xm125,-102v-7,-1,-4,-10,-5,-18v-9,0,-1,-9,-12,-9v3,-1,7,0,7,-1v-1,0,-1,0,-1,-1v1,0,1,-1,1,-2v-2,3,-12,-1,-10,-5v1,0,4,1,4,-1v-4,-1,-9,1,-10,-1v1,0,1,0,1,-1v-2,1,0,-2,-2,-2v1,2,-1,2,-3,2v0,-2,0,-4,-2,-3v2,6,-6,3,-9,3v2,-6,-4,-2,-5,-2v1,0,1,1,1,2v-5,-1,-1,3,-1,5v2,0,1,2,1,3v-6,-8,-10,-13,-13,-8v6,0,7,6,4,9v0,-2,0,-2,-2,-2v-1,5,5,2,2,9v-12,9,-5,28,-14,35v7,-2,5,6,4,9v-1,0,-3,-1,-3,1v3,-1,3,1,4,3v0,0,-5,-1,-3,2v8,3,-1,18,10,21v0,13,40,17,45,5v3,-2,7,-4,7,-9v-1,0,-3,1,-3,-1v7,1,1,-3,7,-5v-2,0,-4,0,-2,-2v11,-12,0,-29,2,-36xm58,-87v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm130,-180v0,1,1,3,1,1xm139,-176v0,2,0,4,3,3v-1,-1,0,-4,-3,-3xm147,-167v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm156,-161v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm180,-108v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm24,-246v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm13,-241v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm59,-240v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm59,-237v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm59,-235v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm14,-229v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm59,-224v0,0,0,2,-1,2v0,0,0,-2,1,-2xm61,-220v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm154,-216v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm197,-216v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm59,-216v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm64,-214v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm10,-211v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm58,-205v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm13,-205v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm61,-205v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm64,-204v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm116,-204v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm108,-204v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm10,-200v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm154,-198v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm9,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm125,-197v0,0,-2,0,-2,-1v0,0,2,0,2,1xm105,-192v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm114,-193v0,0,-2,0,-2,-1v0,0,2,0,2,1xm121,-189v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm125,-188v0,0,-2,0,-2,-1v0,0,2,0,2,1xm61,-187v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm129,-185v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm85,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm131,-182r4,0v-2,1,-2,1,-4,0xm0,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-181v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm88,-182v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm64,-179v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm85,-178v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm71,-179v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm146,-179v0,1,-2,2,-2,0v1,-1,0,0,2,0xm62,-177v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm149,-178v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm10,-175v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm64,-175v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm150,-175v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm8,-170v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm162,-168v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm171,-167v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm13,-163v-3,1,-4,-2,-3,-4v2,0,2,1,3,4xm157,-166v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm162,-161v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm7,-159v-1,2,-3,1,-2,-1xm0,-157v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm166,-155v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm186,-155v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm165,-154v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm171,-154v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm0,-150v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm195,-149r0,1r0,-1xm193,-146v1,0,3,1,1,1xm6,-144v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm180,-144v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-144v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm175,-143v1,0,3,3,0,3r0,-3xm91,-139v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm96,-138v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm103,-139v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm185,-139v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm194,-138v0,0,-2,0,-2,-1v0,0,2,0,2,1xm76,-138v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm85,-136v0,-2,1,-2,2,-1xm99,-138v0,0,0,2,-1,2v0,0,0,-2,1,-2xm188,-138v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm103,-135v0,0,-2,0,-2,-1v0,0,2,0,2,1xm96,-135v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm179,-135v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm110,-134v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm110,-131v0,1,-2,2,-1,0r1,0xm103,-130v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm185,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm73,-128v2,0,1,3,0,1r0,-1xm80,-128v2,-1,3,1,1,2xm99,-127v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm88,-125v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm91,-125v0,0,2,0,2,1v0,0,-2,0,-2,-1xm104,-125v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm9,-123v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm71,-124v3,1,-2,2,-2,2v-1,-2,2,0,2,-2xm96,-124v0,0,2,0,2,1v0,0,-2,0,-2,-1xm110,-122v1,-3,2,2,2,2v-2,1,0,-2,-2,-2xm189,-122v0,2,-1,2,-2,1xm4,-121v0,1,-1,3,-1,1xm69,-119v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm105,-119v-2,0,-1,-3,0,-1r0,1xm8,-118v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm9,-116v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm115,-117r0,5r0,-5xm118,-116v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm181,-116v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm6,-116v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm72,-116v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm67,-113v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm118,-113v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm185,-105v0,-1,-1,-3,1,-3xm67,-107v1,3,-3,4,-4,2v3,1,2,-1,4,-2xm71,-104v-2,0,-2,-1,-1,-2xm118,-106v0,1,-1,3,-1,1xm184,-104v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm110,-103v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm116,-102v0,-2,3,-1,4,-1v0,2,-3,1,-4,1xm64,-102v0,0,2,0,2,1v0,0,-2,0,-2,-1xm96,-102v0,0,2,0,2,1v0,0,-2,0,-2,-1xm121,-101v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm3,-99v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm120,-99v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm116,-97v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm125,-90v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm8,-90v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm8,-82v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm63,-82v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm185,-80v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-77v0,0,-2,0,-2,-1v0,0,2,0,2,1xm186,-78r0,2r0,-2xm64,-77v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm-2,-75v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm5,-76v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm184,-75v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm2,-72v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm7,-71v-1,1,-5,1,-2,0r2,0xm5,-69v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm185,-68v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm181,-66v0,0,2,0,2,1v0,0,-2,0,-2,-1xm9,-60v-2,0,-4,0,-3,-3v1,1,4,0,3,3xm179,-60v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm6,-58v0,0,2,0,2,1v0,0,-2,0,-2,-1xm116,-58v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm181,-58v0,0,2,0,2,1v0,0,-2,0,-2,-1xm2,-55v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm116,-55v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm179,-51v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm176,-48v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm10,-48v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm177,-43v0,0,-2,-7,0,-4r0,4xm6,-44v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm10,-45v0,0,-2,3,-2,1xm5,-40v0,-2,1,-2,2,-1xm171,-39v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm10,-36v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm165,-34v3,0,8,2,1,2xm-2,-33v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm9,-31v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm175,-32v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm4,-28v1,-3,2,-4,1,0r-1,0xm170,-30v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm6,-17v0,0,2,0,2,1v0,0,-2,0,-2,-1xm154,-16v0,0,2,0,2,1v0,0,-2,0,-2,-1xm9,-13v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm149,-12v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm10,-10v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm12,-9v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm64,-6v-1,-6,4,-2,4,-1v0,2,-3,1,-4,1xm62,-6v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm68,-5v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm-2,-4v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm15,-4v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm62,-5v0,1,-1,2,-1,0r1,0xm55,-4v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm41,-1v0,0,0,-2,1,-2v0,0,0,2,-1,2xm51,-3v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm76,-3v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm41,0v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm44,-1v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm73,-1v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm80,0v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm89,0v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm91,1v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm63,74v1,0,1,0,1,1v-1,0,-1,0,-1,-1"},"c":{"d":"119,-70v13,-2,23,3,27,8v-3,0,-3,0,-1,2v6,-2,7,1,8,4v0,0,0,-2,1,-2v2,6,10,6,7,17v-3,2,-9,4,-5,7v-12,1,-10,14,-19,16v3,3,0,6,-2,4v-6,4,-8,7,-14,9v2,0,1,2,1,3v-23,0,-32,8,-50,5v-23,-4,-33,-11,-43,-16v-6,-10,-14,-10,-16,-19v-11,-8,-5,-11,-11,-16v0,2,0,2,-2,2v4,-6,1,-7,-2,-9v4,0,2,-1,2,-4r-4,-1r1,-2v1,-5,-5,-3,-5,-6v2,1,5,-1,2,-2v-2,0,-2,-1,-2,-3v3,-1,1,3,4,1v-2,-2,-1,-5,-2,-6v0,1,-1,1,-2,1v-1,-4,2,-3,2,-6v-3,-1,-1,2,-3,2v1,-3,-4,-6,0,-10r3,-1v-4,3,-8,-5,-4,-6v1,2,0,5,2,5v5,-6,-9,-6,-1,-11v0,3,6,6,3,1v-2,0,-2,0,-2,-2v6,-5,2,-16,10,-16v-1,-4,3,-3,4,-5v-5,1,-2,-3,-4,-5v8,1,-2,-4,2,-8v-1,1,-2,2,-2,-1r1,0v3,-3,3,-9,7,-7v-5,-7,7,-2,5,-10v5,2,2,-8,7,-2v-1,-3,0,-9,2,-6v4,-3,8,0,9,-6v0,0,-2,0,-2,-1v5,1,3,-4,7,-4v0,2,0,4,2,3v-1,-1,-1,-6,0,-3v15,-7,19,-7,28,-10v1,-6,11,1,10,-6v3,0,11,8,10,0v5,-2,3,2,7,3r0,-3v5,-1,3,0,7,2r0,-2v12,-2,-2,10,13,4v1,1,0,4,3,3v0,-1,-1,-4,1,-4v-1,8,4,2,3,7v-4,0,0,2,0,3v6,-2,9,5,13,0r-1,8v1,0,5,-5,5,0v0,0,-2,0,-2,1v3,-1,1,2,3,2v0,0,0,-2,1,-2v1,2,1,4,4,3v0,-3,0,-3,2,-1v-3,7,2,6,4,9v-3,0,-3,0,-2,2v5,-2,3,2,4,5v-1,0,-1,0,-1,1r2,-1v0,-2,2,-1,3,-1v0,7,0,14,4,17v-2,0,-4,0,-3,2v6,0,2,2,1,3v-3,1,-5,9,-7,6v-10,4,-28,18,-38,7v-10,-24,-38,-23,-48,-14v-14,8,-20,20,-21,33v-1,0,-3,-2,-3,0v2,0,2,0,2,2v-5,3,-4,8,-2,9r-1,2v1,0,2,-1,5,-1v-1,2,-1,2,2,2v0,-1,0,-1,1,-1v1,6,-3,2,-5,4v0,3,3,2,4,5v0,0,-2,0,-2,1v7,-2,-2,13,8,12v1,3,-3,1,-4,3v9,1,7,17,16,18v15,10,25,-7,39,-2v7,-3,1,-12,8,-11v0,-5,9,-11,6,-14xm154,-150v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm135,-170v0,0,0,2,1,2v0,0,0,-2,-1,-2xm134,-174v1,-2,-1,-2,-3,-2v-1,2,1,2,3,2xm126,-173r3,0v-1,-1,-4,-5,-3,0xm115,-182v-2,-1,-2,1,-2,3v2,1,2,-1,2,-3xm111,-186v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm104,-190v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm98,-189v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm91,-190v-1,0,-3,1,-1,1xm78,-188v0,0,-4,5,-1,4xm54,-177v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm6,-129v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm-8,-86v-1,-2,-3,-3,-1,0r1,0xm6,-135v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm8,-127v0,0,0,-2,-1,-2v0,0,0,2,1,2xm8,-141v2,0,1,-3,0,-1r0,1xm19,-154v0,-1,-1,-3,-1,-1xm27,-162v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm33,-96v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm36,-92v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm42,-83v0,0,0,-2,-1,-2v0,0,0,2,1,2xm93,-43v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm103,-225v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm154,-209v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm118,-198v0,0,-2,0,-2,-1v0,0,2,0,2,1xm112,-197v-1,0,-3,-1,-1,-1xm84,-195v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm103,-195v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm45,-193v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm94,-192v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm100,-194v0,0,2,0,2,1v0,0,-2,0,-2,-1xm109,-194v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm73,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm80,-193v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm83,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm111,-192v0,0,-2,0,-2,-1v0,0,2,0,2,1xm113,-190v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm116,-192v2,-1,2,1,2,3v-3,0,-3,0,-2,-3xm62,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-188v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm53,-188v2,0,1,2,1,3v-1,0,-3,-2,-1,-3xm147,-186v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm57,-185v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm127,-183v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm139,-185v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm52,-183v0,-2,4,0,1,0r-1,0xm56,-184v0,0,-2,3,-2,1xm130,-182v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm24,-180v0,-2,1,-2,2,-1xm132,-179v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm36,-178v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm139,-178v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm153,-176v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm136,-176v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm33,-174v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm148,-172v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm147,-170v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm149,-165v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm153,-161v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm13,-158v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm161,-154v0,-1,1,-3,1,-1xm166,-155v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm7,-151v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm158,-147v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm-2,-146v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-147v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm-3,-144v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm159,-145v4,0,5,2,2,5v-2,0,-2,0,-2,-2v5,0,0,-2,0,-3xm167,-142v1,3,-2,4,-4,2v0,-2,2,-2,4,-2xm162,-140v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm-5,-138v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm164,-136v0,1,-1,1,-2,1v0,-3,0,-3,2,-1xm3,-132v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm107,-125v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm103,-124v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm54,-118v0,2,-3,1,-1,0r1,0xm56,-118v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm44,-89v0,-1,1,-3,1,-1xm48,-90v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm55,-87v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm163,-86v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm45,-81v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm56,-82v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm125,-82v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm48,-81v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm50,-77v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm153,-77v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm124,-76v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm129,-76v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm53,-72v0,2,-3,0,-4,2v-1,-3,2,-2,4,-2xm55,-72v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm51,-70v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm145,-67v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm-12,-65v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm115,-65v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm113,-64v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm156,-60v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm167,-56v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm92,-54v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm0,-51v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm107,-53v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm62,-51v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm105,-50v0,0,2,0,2,1v0,0,-2,0,-2,-1xm68,-48v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm83,-46v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm2,-45v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm71,-45v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm77,-45v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm82,-44v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm68,-43v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm9,-29v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm22,-17v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm141,-12v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm67,4v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm92,4v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm104,6v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm95,10v-1,-2,1,-2,3,-2v0,1,-1,2,-3,2xm86,9v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm105,39v-1,-3,2,-5,3,-2v-2,0,0,3,-3,2","w":164},"d":{"d":"177,-264v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm175,-262v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm166,-260v0,-1,1,-3,1,-1xm157,-257v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm168,-254v0,-2,0,-4,3,-3v0,2,0,4,-3,3xm184,-209v-1,0,-3,-1,-3,1v9,-3,1,4,4,9v-3,-1,-2,3,-2,5v1,0,1,0,1,1v-1,0,-1,0,-1,1v4,-1,2,-1,2,3v-2,0,-7,-5,-4,0v0,0,2,0,2,1v-2,-1,-2,1,-2,3v7,4,0,6,7,9v-5,-2,-1,5,-5,4v0,-1,2,-4,0,-4v1,3,-4,1,-2,6v1,-1,6,-1,3,0v-3,9,4,18,-1,21v0,-1,-1,-1,-2,-1v4,1,-1,12,3,5v1,14,-4,26,4,32v-3,1,-3,-2,-5,-3v2,3,-1,2,-2,4v5,-1,0,6,3,7v0,0,0,-2,1,-2v-6,8,1,18,-1,21v0,-1,-3,-4,-3,-1v2,0,2,0,2,2v-2,-1,-2,1,-2,3v1,0,3,-1,3,1v-1,0,-4,-1,-4,1v4,0,3,1,1,3v-1,0,-1,0,-1,1v2,1,5,0,4,3v-1,0,-3,-1,-3,1v2,0,4,0,2,2v-2,-1,-2,1,-2,3v3,0,3,2,2,4v-3,-1,-2,3,-2,5v0,0,2,0,2,1v-3,-1,-2,2,-2,4v2,0,2,0,2,2v-1,1,-3,0,-3,2v1,0,4,-1,4,1v-2,0,-4,0,-3,3v1,0,3,-1,3,1v-3,-1,-3,1,-3,4v5,2,-2,2,3,6v-5,0,0,1,-4,3v3,0,5,0,3,3v-1,0,-3,-1,-3,1v3,-1,3,1,3,4v-6,5,2,14,-14,13v1,4,-6,1,-8,3v-9,-2,-23,3,-25,-7v-6,0,-1,-2,-5,-5v7,-1,0,0,3,-8v-10,0,2,-11,-7,-11v-1,-5,-5,-14,-2,-19v0,0,0,2,1,2v2,-7,3,-14,3,-17v0,2,3,2,3,0v-1,0,-1,0,-1,-1v2,0,1,-2,1,-3v-1,0,-1,-1,-1,-2v4,0,3,-13,3,-16v-2,0,-2,0,-2,-2v0,0,2,0,2,-1v-2,0,-2,0,-2,-2v2,0,4,0,3,-2v-1,0,-5,-6,-1,-2v1,0,1,0,1,-1v-8,-9,1,-23,-14,-26v0,-9,-13,-14,-21,-9v0,1,1,3,-1,3v1,-14,-14,-7,-21,-4v0,1,1,1,2,1v0,-1,0,-1,1,-1v-3,6,-13,10,-11,15v-8,7,-1,15,-7,18v2,0,6,-1,5,2v-11,4,-3,13,-6,19v2,0,6,2,1,2v0,-1,0,-1,-1,-1v-1,4,3,2,0,5v4,0,4,2,3,5v-2,-1,-2,1,-2,3v7,21,31,30,51,32v-1,7,9,4,8,12v5,1,7,5,5,9v4,0,2,2,3,5v-21,12,-59,16,-75,1v-8,1,-5,-6,-13,-6v-5,-9,-12,-15,-15,-25v-7,2,-1,-9,-8,-9v-3,-6,-14,-15,-7,-23v-5,1,-5,-6,-5,-12v2,0,1,-3,1,-4v-7,-7,10,-12,4,-17v0,1,3,4,-1,4v-5,-13,4,-16,4,-24v1,0,3,1,3,-1v-1,0,-3,1,-3,-1v4,0,5,-2,2,-5v-2,1,-2,-1,-2,-3v2,-2,5,2,6,-1v-1,0,-3,1,-3,-1v2,0,4,0,3,-2v-1,0,-3,1,-3,-1v4,0,3,-1,6,-2v-1,0,-1,0,-1,-1v5,-1,-1,-8,5,-6v1,-2,-8,-4,-1,-3v1,0,1,0,1,-1v-1,0,-1,0,-1,-1v2,-4,8,0,6,-8v6,-1,12,-2,5,-7v4,0,2,2,7,1v-4,-7,8,-2,5,-9v3,-1,2,2,4,3v10,-19,33,-10,48,-7v1,-7,1,3,7,0v-1,4,2,-1,5,2v0,-2,3,-2,4,0v-2,0,-4,0,-3,2v8,-1,8,8,16,8v1,1,5,3,6,1v0,-23,-4,-51,-1,-72v0,1,0,1,1,1v-1,-3,1,-2,2,-4v-2,0,-2,0,-2,-2v10,1,3,-8,9,-4v0,0,0,2,1,2v2,-9,12,5,12,-4v0,3,5,3,7,2v0,-1,0,-1,1,-1v3,0,13,8,11,0v4,-1,1,2,2,6v-1,0,-1,0,-1,1v4,-2,5,1,4,5v-4,0,-3,3,-2,6v0,0,2,0,2,1v-2,0,-2,0,-2,2v5,-1,1,4,2,9v-2,0,-2,1,-3,3v8,0,0,6,4,12xm180,-242v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm66,-185v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm92,-185v1,-3,-2,-2,-4,-2v-1,3,2,2,4,2xm180,-183v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm56,-182v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm180,-176v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm46,-173v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm36,-165v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm181,-152v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm67,-122v0,0,-3,2,-1,2v0,0,0,-2,1,-2xm180,-65v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm180,-24v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm174,-255v0,1,-1,3,-1,1xm185,-247v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm134,-242v0,0,-2,0,-2,-1v0,0,2,0,2,1xm184,-239v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm185,-238v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm188,-231v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm186,-224v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm186,-220v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm135,-215v-4,0,-3,-3,0,-1r0,1xm190,-209v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm192,-205v0,0,-2,0,-2,-1v0,0,2,0,2,1xm196,-197v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm78,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm91,-197v0,0,-2,0,-2,-1v0,0,2,0,2,1xm188,-195v0,2,-3,1,-4,1v0,-5,1,-2,4,-1xm81,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm87,-193v0,4,-3,3,-1,0r1,0xm54,-190v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm57,-190v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm95,-189v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm94,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm100,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm61,-188v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm185,-188v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm53,-182v0,0,-2,0,-2,-1v0,0,2,0,2,1xm188,-177v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm40,-176v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm193,-174v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm36,-174v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm26,-173v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm33,-171v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm27,-170v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm32,-165v0,0,-2,0,-2,-1v0,0,2,0,2,1xm193,-165v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm186,-163v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm192,-162v0,0,-2,0,-2,-1v0,0,2,0,2,1xm184,-161v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm188,-161v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm192,-157v0,0,-2,0,-2,-1v0,0,2,0,2,1xm186,-155v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,-150v1,-5,5,-5,2,0r-2,0xm22,-149v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm18,-150v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm13,-149v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm190,-147v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm185,-146v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-145v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm17,-143v1,3,-2,2,-4,2v-1,-3,2,-2,4,-2xm188,-141v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm193,-143v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm12,-141v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm13,-140v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm186,-138v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm17,-132v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm75,-129v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm124,-125v0,0,-2,0,-2,-1v0,0,2,0,2,1xm199,-125v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm186,-123v0,-2,2,-1,3,-2v1,2,-1,2,-3,2xm196,-123r-1,0r1,0xm185,-119v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-113v0,0,-2,0,-2,-1v0,0,2,0,2,1xm73,-109v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm185,-109v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm186,-108v0,-2,3,-1,4,-1v0,2,-3,1,-4,1xm66,-103v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm68,-102r-1,0r1,0xm184,-101v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm183,-97v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm132,-91v0,0,2,0,2,1v0,0,-2,0,-2,-1xm63,-87v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm192,-87v0,0,-2,0,-2,-1v0,0,2,0,2,1xm107,-84v0,0,-2,0,-2,-1v0,0,2,0,2,1xm131,-82v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm66,-80v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm186,-77v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm127,-69v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm126,-65v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm122,-55v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm183,-55v0,0,0,-2,1,-2v0,0,0,2,-1,2xm22,-49v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm22,-45v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm23,-40v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm130,-27v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm186,-24v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm38,-23v0,0,-2,0,-2,-1v0,0,2,0,2,1xm184,-14v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm60,-7v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm141,-4v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm85,-1v0,0,-2,0,-2,-1v0,0,2,0,2,1xm39,6v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm120,13v-1,0,-1,-1,-1,-2v1,0,1,1,1,2","w":195},"e":{"d":"163,-229v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm45,-220v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm140,-190v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm77,-188r-1,0r1,0xm101,-188v0,3,-2,2,-2,0r2,0xm120,-188r-1,0r1,0xm81,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm97,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm73,-180v-1,-1,-1,-5,0,-2r0,2xm99,-182v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm113,-182v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm133,-182v-1,0,-3,-1,-1,-1xm87,-182v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm98,-179v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm87,-179v-1,-2,1,-3,2,-1xm126,-176v6,0,1,9,8,8v0,0,0,-2,1,-2v7,9,12,6,16,14v0,0,0,-2,1,-2v-1,3,3,1,3,3v-3,0,-3,2,-2,4v3,1,1,-4,5,-4v1,3,-1,2,-2,4v2,8,15,10,14,15v0,0,-2,0,-2,1v0,0,2,0,2,1v-2,0,-2,0,-2,2v3,-1,3,1,4,3v-3,1,-6,-3,-4,1v2,0,2,1,3,3v-1,0,-3,-1,-3,1v7,2,-1,6,7,9v-4,-1,-4,2,-4,6v4,1,0,-5,4,-4v2,6,-3,3,-2,8v2,0,5,-1,5,1v-4,-1,-1,3,-5,3v0,0,0,-2,-1,-2v1,5,3,7,0,12v1,0,4,-1,4,1v-3,-1,-3,1,-3,4v0,0,2,0,2,1v-1,9,-19,12,-36,10v0,3,0,3,-3,2v0,0,0,-2,-1,-2v1,2,-1,2,-3,2v0,0,0,-2,-1,-2v1,2,-1,2,-3,2v0,-2,0,-2,-2,-2v0,0,0,2,-1,2v0,-2,0,-2,-2,-2v0,0,0,2,-1,2v1,-3,-4,-2,-6,-2v1,4,-5,1,-7,2v1,-3,-2,-2,-4,-2v0,0,0,2,-1,2v1,-2,-1,-2,-3,-2v0,2,0,2,-2,2v0,-2,0,-2,-2,-2v0,4,0,2,-4,2v-2,-7,-22,3,-24,-11v-2,0,-5,4,-3,0v2,-3,-4,-4,-5,-7v1,0,5,0,2,-1v-2,1,-7,-1,-8,1v8,0,2,6,3,13v-11,2,-1,8,-4,11v0,0,0,-2,-1,-2v-1,6,8,3,4,9v0,-1,-1,-1,-2,-1v8,0,8,8,15,7v1,4,1,4,-4,3v4,3,7,-1,10,1v-2,0,-1,3,-1,4v2,1,6,0,7,2v-7,0,0,1,-1,5v2,0,1,-9,5,-4v-2,-1,-2,1,-2,3v4,0,7,-4,17,-2v0,2,0,4,2,2v0,-2,0,-2,2,-2v0,2,0,4,2,3v-1,-5,2,-2,4,-4v0,0,-2,0,-2,-1v4,-2,4,2,7,2v3,-9,13,-2,15,-12v6,-4,15,-5,19,-3v-1,3,1,4,4,4v-1,-1,-2,0,-2,-2v7,2,7,8,16,9v4,4,6,13,-2,15v0,5,-7,6,-4,10v-3,0,-7,0,-4,3v-10,4,-16,13,-29,14v-33,12,-66,6,-87,-4v-2,-6,-11,-4,-12,-13v-22,-11,-28,-52,-25,-82v-5,0,-1,0,-1,-4v1,0,1,-1,1,-2v-1,0,-1,-1,-1,-2v4,-7,3,-22,11,-21v7,-23,17,-29,30,-35v1,-9,15,0,14,-10v-1,6,3,-2,6,3v-1,-7,9,-1,15,-5v11,3,18,-4,27,3v-1,-3,2,-2,4,-2v0,1,1,3,1,1v5,-1,14,4,14,1xm121,-175v-2,1,-1,4,2,3xm126,-172v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm134,-166v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm73,-109v-1,-3,2,-4,4,-2v-1,2,1,2,3,2v0,0,0,-2,1,-2v0,0,0,2,1,2v0,-3,3,-2,6,-2v-1,2,1,2,3,2v-1,-3,2,-2,4,-2v0,0,0,2,1,2v0,-2,0,-2,2,-2v-1,2,1,2,3,2v-1,-3,2,-3,4,-4v-2,7,8,2,13,5v2,-7,13,5,11,-7v-8,-4,-5,-17,-16,-17v-22,-18,-68,-2,-59,28v5,1,11,-10,19,-5xm51,-107v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm54,-98v3,1,4,0,3,-3v-3,-1,-3,-1,-3,3xm61,-97v-3,-1,-3,1,-3,4v2,0,4,-1,3,-4xm50,-76v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm59,-58v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm60,-54v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm74,-45v-3,-2,-4,0,-1,1xm73,-43v0,3,2,2,2,0r-2,0xm92,-40v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm129,-179v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm71,-178v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm113,-178v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm130,-177v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm57,-174v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm133,-175v-1,2,-3,1,-2,-1xm144,-174v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm160,-174v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm132,-172v-1,0,-3,-1,-1,-1v0,1,0,1,1,1xm44,-170v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm132,-170v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm136,-170v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm39,-168v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm42,-170v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm140,-168v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm149,-168v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm37,-166v0,2,-3,1,-1,0r1,0xm145,-165v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm163,-165v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm151,-163v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm31,-161v0,2,-1,2,-2,1xm23,-158v-2,0,-1,-3,0,-1r0,1xm26,-159v3,1,-2,2,-2,2v-1,-2,2,0,2,-2xm151,-158v-2,0,-1,-3,0,-1r0,1xm162,-157v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm165,-155v1,3,-2,2,-4,2v-1,-3,2,-2,4,-2xm-1,-150v0,0,-2,0,-2,-1v0,0,2,0,2,1xm163,-145v-3,-1,-4,-6,2,-5v0,2,-5,0,-2,5xm14,-147v1,0,3,1,1,1xm176,-144v0,2,-3,1,-1,0r1,0xm16,-143v1,2,-1,3,-2,1xm178,-140v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,-139v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-138v0,4,-4,5,-2,0r2,0xm182,-135v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm173,-131v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm177,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm89,-128v-1,0,-3,-1,-1,-1xm173,-120v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm5,-117v0,0,0,2,-1,2v0,0,0,-2,1,-2xm84,-113v0,0,-2,0,-2,-1v0,0,2,0,2,1xm176,-113v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm92,-113v0,1,-1,1,-4,2v-1,-3,2,-2,4,-2xm176,-113v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm82,-111v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,-109v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm58,-105v-5,0,-2,-3,-1,-4v1,0,1,0,1,1v-1,0,-1,0,-1,1v1,0,1,1,1,2xm-1,-99v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm175,-96v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm61,-84v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm82,-73v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm77,-72v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm122,-73v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm124,-73v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm61,-72v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm116,-72v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm126,-70v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm60,-69v0,3,-3,4,-2,0r2,0xm129,-69v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm76,-65v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm85,-64v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm59,-63v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-63v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm129,-63v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm59,-61v0,0,0,-2,1,-2v0,0,0,2,-1,2xm75,-61v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm147,-59v0,-1,4,-3,3,0r-3,0xm136,-58v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-58r-1,0r1,0xm111,-58v0,3,-2,2,-2,0r2,0xm84,-57v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm90,-57v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm116,-55v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm129,-55v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm76,-54v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm90,-54v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm126,-55v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm157,-54v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm160,-54v0,0,-2,0,-2,-1v0,0,2,0,2,1xm116,-53v0,0,-2,0,-2,-1v0,0,2,0,2,1xm130,-53v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm97,-51v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm112,-51v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm122,-53v2,0,1,3,1,4v-2,0,-1,-3,-1,-4xm124,-53v2,-1,2,1,2,3v-1,0,-2,-1,-2,-3xm90,-50v0,0,-2,0,-2,-1v0,0,2,0,2,1xm116,-51v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm119,-50v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm166,-50v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm78,-49v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm81,-49v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm116,-50v0,0,3,2,1,2xm90,-46v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm120,-49v0,0,2,0,2,1v0,0,-2,0,-2,-1xm170,-48v0,0,-2,0,-2,-1v0,0,2,0,2,1xm85,-48v0,0,0,2,-1,2v0,0,0,-2,1,-2xm87,-46v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm95,-45v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm102,-48v0,2,-1,2,-2,1xm112,-46v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm173,-46v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm85,-45v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm99,-45v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm108,-44v0,-1,1,-3,1,-1v-1,0,-1,0,-1,1xm97,-43v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm171,-31v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm166,-27v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm148,-7v0,2,-4,0,-1,0r1,0xm129,-1v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm134,27v0,0,-2,0,-2,-1v0,0,2,0,2,1xm176,32v0,2,-3,1,-1,0r1,0","w":180},"f":{"d":"79,-263v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm103,-261v-1,0,-3,-1,-1,-1xm60,-256v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-256v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-256v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-256v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm98,-251v0,0,-2,0,-2,-1v0,0,2,0,2,1xm36,-251v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm79,-248v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm74,-248v9,-2,10,0,17,0v18,12,1,21,7,33v-4,0,-1,9,-9,8v-2,5,-25,2,-23,13v-9,1,-4,17,-13,12v0,9,-11,2,-11,12v-12,1,-9,17,-18,14v-5,17,-17,13,-30,13v0,-13,-5,-32,12,-31v0,2,0,2,2,2v15,-2,9,-26,11,-36v-1,0,-4,1,-4,-1v10,-5,2,-22,14,-23v0,0,0,-2,1,-2v0,0,0,2,1,2v-3,-9,9,-2,8,-10v5,0,5,-5,11,-3v0,2,0,2,2,2v5,-7,18,-5,25,-5r-3,0xm66,-245v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm71,-245v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm73,-245v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm78,-246v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm40,-171v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm84,-249v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm51,-245v-3,-2,-3,-4,0,-4r0,4xm62,-248v0,0,-2,0,-2,-1v0,0,2,0,2,1xm86,-248v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm98,-247v0,0,-2,0,-2,-1v0,0,2,0,2,1xm98,-245v0,0,-2,0,-2,-1v0,0,2,0,2,1xm100,-245v1,1,-2,6,0,3r0,-3xm105,-243v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm27,-237v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm32,-239v0,0,0,2,-1,2v0,0,0,-2,1,-2xm25,-235v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm101,-232v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm24,-231v-2,1,-3,-1,-1,-2xm21,-228v-1,1,-1,3,-1,0r1,0xm104,-224v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm19,-222v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm101,-211v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm66,-192v0,0,-2,0,-2,-1v0,0,2,0,2,1xm67,-190v0,-2,0,-4,2,-3v0,2,0,4,-2,3xm62,-189v3,1,-2,2,-2,2v-1,-2,2,0,2,-2xm66,-188v3,1,-2,2,-2,2v-1,-2,2,0,2,-2xm69,-187v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm74,-182v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm84,-182v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm98,-171v-1,0,-3,-1,-3,1v4,-1,3,3,4,7v-4,0,-2,0,-1,3v1,0,1,0,1,1v-5,3,3,7,0,10v-10,8,-39,4,-35,14v4,0,2,0,2,4v-7,-1,-1,8,-4,13v4,11,-2,21,2,25v0,-2,0,-2,2,-2v0,4,-4,3,-3,8v3,1,2,-2,5,-2v-1,3,-10,10,-1,8v0,3,-6,1,-3,5v0,0,2,0,2,1v-7,2,-1,6,0,9v-9,3,0,16,-3,19v0,-1,0,-1,-1,-1v9,38,-12,49,-41,44v-1,-3,1,-9,-2,-10v0,3,0,3,-3,2v3,-5,4,-8,3,-14v-5,0,0,-1,-1,-5v0,0,2,0,2,-1v-1,0,-3,-1,-1,-1v-1,-32,5,-72,0,-101v15,-7,12,-24,20,-22v-5,-7,10,-2,9,-14v3,-2,4,0,5,2v3,-5,7,-7,15,-8v0,-6,2,-1,7,-4v2,7,15,-4,23,9xm19,-27v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm101,-178v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm58,-178v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm62,-178v1,0,1,1,1,2v-3,0,-3,0,-1,-2xm51,-173v0,-1,1,-3,1,-1xm98,-174v0,0,-2,0,-2,-1v0,0,2,0,2,1xm48,-172v-1,3,-2,-2,-2,-2v2,-1,0,2,2,2xm41,-167v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm104,-167v0,0,-2,0,-2,-1v0,0,2,0,2,1xm45,-165v1,2,-1,3,-2,1xm37,-162v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm33,-161v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm25,-150v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm25,-141v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm67,-138v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm66,-138v0,0,-2,0,-2,-1v0,0,2,0,2,1xm72,-138v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm68,-129v-1,1,-2,2,-2,-1v2,-1,2,-2,2,1xm19,-129v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm66,-128v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm69,-124v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm64,-122v-1,0,-1,0,-1,-1v2,-1,1,1,1,1xm69,-122v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-122v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,-118v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm68,-116v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-112v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm68,-108v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm85,-102v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,-101r-1,0r1,0xm19,-97v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-97v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-91v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm69,-85v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-82v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm82,-76v0,2,-4,0,-1,0r1,0xm68,-70v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm68,-68v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,-63v0,0,-2,0,-2,-1v0,0,2,0,2,1xm63,-60v0,0,0,-2,1,-2v0,0,0,2,-1,2xm66,-62v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm68,-55v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm69,-50v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm67,-44v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm68,-42v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm18,-41v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm66,-39v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm17,-38v-1,1,-5,1,-2,0r2,0xm66,-36v0,3,-2,2,-2,0r2,0xm69,-31v-1,0,-3,-1,-1,-1v0,1,0,1,1,1xm101,-18v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm72,-15v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,-12v0,2,-2,1,-3,1v0,-2,2,-1,3,-1","w":79},"g":{"d":"11,-230v-2,-1,-2,-4,0,-2r0,2xm107,-179v-5,0,-4,-1,-2,-4v3,-1,2,2,2,4xm112,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm76,-179v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm87,-177v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm133,-177v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm64,-176v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm79,-177v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm103,-171v-1,-3,4,-3,6,-2v0,2,0,4,2,3v0,-3,0,-3,2,-1v2,1,5,8,5,1v0,0,-2,0,-2,-1v9,-1,10,6,13,6v2,-8,11,-5,14,-8v0,4,1,3,4,2v0,-1,-1,-3,1,-3v-2,5,5,4,7,4v-1,0,-2,-1,-2,-3v3,-1,2,4,7,3v0,-5,0,-1,4,-1v0,2,0,2,2,2v0,-2,-1,-5,1,-5v0,4,4,4,1,6v6,-2,10,6,5,1v0,6,3,12,1,17v3,0,3,0,2,3v1,7,-8,15,1,11v1,7,-2,2,-5,6v4,3,9,-4,7,3v-7,-1,-4,2,-3,7v-4,-1,-5,2,-2,4v7,3,1,6,1,10v9,-1,3,8,2,10v-3,-2,2,-7,-2,-9v-2,7,2,9,0,12v0,2,8,10,0,5v2,1,-1,6,1,4v6,1,-1,1,0,6v-2,0,-1,3,-1,4v1,0,1,0,1,1v0,0,-3,3,-1,4v0,0,0,-2,1,-2v1,4,-3,2,-4,4v2,-1,2,1,2,3v-2,-1,-2,1,-2,3v5,4,3,14,3,19v0,0,0,-2,-1,-2v1,3,-2,1,-2,3v0,0,2,0,2,1v0,0,-2,0,-2,1v3,0,2,2,3,5v-2,0,-4,0,-3,2v3,-1,4,1,2,3v-4,8,1,18,-2,21v2,0,4,0,3,2v-10,9,0,21,-5,27v0,-2,0,-2,-2,-2v-4,6,6,11,-3,10v1,7,-4,-1,-3,5v0,0,2,0,2,1v-11,4,-10,16,-21,16v0,2,0,4,-2,3v0,-1,1,-3,-1,-3v-1,6,-16,4,-23,8v0,-1,1,-3,-1,-3v-13,12,-47,-4,-54,5v-3,-8,-24,-4,-27,-15v-9,-4,-5,-6,-12,-10v1,0,3,1,3,-1v-6,-1,-11,-12,-12,-20v-1,0,-3,1,-3,-1v13,-11,27,-9,38,-8v-1,-3,1,-4,3,-2v3,9,13,6,11,13v4,-1,2,4,7,4v0,-2,0,-2,2,-2v1,7,10,6,18,9v0,-1,-1,-3,1,-3v-1,3,2,4,4,2v0,0,0,-2,1,-2v-1,4,2,3,5,2v3,-4,24,-4,21,-15v5,-1,4,-6,6,-11v-1,0,-4,1,-4,-1v7,1,3,-9,3,-13v-1,0,-1,0,-1,-1v2,-2,2,-10,-3,-9v0,0,0,2,-1,2v0,-2,0,-2,-2,-2v-1,3,2,1,2,3v-9,9,-19,8,-28,11v0,1,1,4,-1,4v0,-2,0,-4,-2,-3v0,1,1,3,-1,3v0,-5,-2,1,-4,-3v0,0,0,2,-1,2v0,0,0,-2,-1,-2v-5,6,-21,2,-27,0v1,2,3,8,0,5v-5,-7,-11,-12,-19,-11v-1,-4,-1,-8,-7,-7v0,-5,-6,-5,-8,-9v0,0,2,0,2,-1v-9,2,-1,-10,-8,-8v-5,-20,-16,-40,-9,-52v-2,0,-2,0,-2,-2v2,0,2,0,2,-2v0,0,-2,0,-2,-1v2,0,2,0,2,-2v-4,1,-2,-1,-2,-5v3,-1,1,2,3,2v-1,-4,-4,-3,0,-5v-2,1,-5,2,-4,-2v2,0,4,0,3,-3v-1,0,-3,1,-3,-1v2,-1,7,2,4,0v-2,-9,6,-9,4,-18v2,-1,2,1,3,2v-2,-6,7,-6,6,-14v10,-2,7,-17,19,-18v-1,-3,2,-2,3,-4v0,0,-2,0,-2,-1v29,-11,52,-15,61,-6xm122,-168v-4,0,-5,6,-2,3v1,0,2,-1,2,-3xm123,-165v1,2,-2,0,-2,2v4,0,7,-2,2,-2xm171,-163v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm172,-139v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm51,-79v3,9,9,30,17,24v3,12,16,10,22,10v0,2,0,4,3,3v0,0,0,-2,1,-2v0,0,0,2,1,2v0,-6,10,1,8,-8v7,4,13,1,15,1v-8,-5,-5,-12,-2,-8v2,0,1,-3,1,-4v-1,0,-1,0,-1,-1v1,-1,5,0,4,-4v-1,0,-3,1,-3,-1v8,1,-4,-5,6,-6v1,-3,-3,-9,1,-9v0,2,0,2,2,2v0,-3,-4,-2,0,-5v-1,0,-3,1,-3,-1v7,1,-3,-5,3,-8v-2,0,-2,0,-2,-2v2,0,2,0,2,-2v-2,0,-4,0,-2,-2v2,1,2,-1,2,-3v-2,-1,-9,-2,-5,-5v0,2,0,2,2,2v0,-3,-2,-3,-5,-5v2,1,2,-1,2,-3v-6,-3,-6,-14,-17,-13v-28,-14,-60,15,-52,44v0,0,-2,0,-2,1v3,-1,5,2,2,3xm174,-81v0,1,1,3,1,1xm172,-76v0,0,2,0,2,-1v0,0,-2,0,-2,1xm121,-63v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm67,-50v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm68,-47v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm117,-45v-1,0,-4,1,-1,1v0,-1,0,-1,1,-1xm113,-42v0,0,0,-2,-1,-2v0,0,0,2,1,2xm116,-39v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm123,-29v-1,0,-2,1,-2,3v2,1,2,-1,2,-3xm118,-25v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm122,-24v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm122,56v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm127,56v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm59,-175v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm110,-176v0,2,-4,0,-1,0r1,0xm113,-175v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm127,-174v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm147,-175v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm162,-174v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm181,-174v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm102,-173v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm132,-174v0,2,-1,1,-2,1xm126,-170v0,0,-2,0,-2,-1v0,0,2,0,2,1xm182,-170v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm48,-169v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm51,-170v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm179,-168v0,0,-2,0,-2,-1v0,0,2,0,2,1xm185,-163v0,0,-2,0,-2,-1v0,0,2,0,2,1xm175,-158v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm181,-157v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm179,-156v0,0,-2,0,-2,-1v0,0,2,0,2,1xm186,-154v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm177,-152v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm187,-149v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm180,-148v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm190,-149v0,2,-4,0,-1,0r1,0xm179,-148v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm180,-144v0,2,-2,1,-3,1v-1,-1,-1,-3,0,-1r3,0xm188,-142v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm180,-141v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm185,-141v0,0,-2,0,-2,-1v0,0,2,0,2,1xm186,-133v-1,-3,-4,2,-4,-3v4,0,4,-2,4,3xm190,-136v-1,0,-3,-1,-1,-1xm182,-129v-1,0,-1,-1,-2,-4v3,-1,2,2,2,4xm176,-130v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm190,-130v-1,0,-3,-1,-1,-1xm187,-127v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm183,-123v-3,0,-5,0,-4,-3v3,0,5,0,4,3xm100,-122v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm111,-123v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm190,-120v-1,0,-3,-1,-1,-1xm179,-116v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm183,-116v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm114,-112v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm182,-112v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm180,-110v-1,3,-3,0,-3,-1xm182,-106v-2,0,-1,-2,-1,-3v1,-1,3,-1,1,0r0,3xm183,-103v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm122,-99v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm180,-99v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm118,-98v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm122,-96v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm181,-96v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm122,-95v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm187,-94v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm179,-91v1,-3,2,-4,1,0r-1,0xm54,-91v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm180,-90v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm118,-89v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm182,-89v2,0,1,3,1,4v-2,2,-2,0,-2,-1v2,0,1,-2,1,-3xm53,-85v-2,0,-1,-3,0,-1r0,1xm118,-87v0,1,-1,3,-1,1xm55,-80v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm118,-81v0,1,-1,3,-1,1xm182,-81v0,1,-1,3,-1,1xm54,-78v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm113,-78v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm120,-77v0,0,-2,0,-2,-1v0,0,2,0,2,1xm188,-77v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm73,-76v0,2,-1,2,-2,1xm108,-76v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm58,-66v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm114,-66v2,0,2,0,2,2v-3,1,-3,1,-2,-2xm174,-63v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm59,-61v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm70,-61v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm175,-62v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm180,-61v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm63,-59v0,2,-2,1,-3,1v0,-4,1,-3,3,-1xm68,-56v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm93,-58v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm105,-56v0,0,-2,0,-2,-1v0,0,2,0,2,1xm191,-56v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm9,-55v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm110,-53v0,2,-4,0,-1,0r1,0xm113,-53v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm188,-50v-1,0,-1,-1,-1,-2v2,0,2,0,1,2xm81,-50v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm110,-48v0,-1,-2,-4,1,-3xm76,-47v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm190,-48v-1,2,-3,1,-2,-1xm175,-40v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm174,-39v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm188,-40v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm15,-35v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm180,-35v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm176,-26v-2,0,-1,-3,-1,-4v2,1,1,1,1,4xm179,-29v0,0,-2,0,-2,-1v0,0,2,0,2,1xm123,-20v0,-2,3,-1,1,0r-1,0xm180,-20v-2,0,-1,-3,0,-1r0,1xm36,-20v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm177,-19v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm25,-17v0,0,-2,0,-2,-1v0,0,2,0,2,1xm174,-15v-1,-3,1,-3,3,-2v-1,2,-1,4,-3,2xm183,-13v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm175,-12v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm180,-12v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm182,-9v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm51,-6v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm46,-5v-2,1,-3,-1,-1,-2xm84,-5v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm67,-5v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm54,-3v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm96,-3v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm175,-2v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm43,-2v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm181,-2v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm55,-2v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm177,2v-3,1,-2,-2,-2,-4v3,-1,2,2,2,4xm38,3v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm44,4v-3,-1,2,-2,2,-2v1,2,-2,0,-2,2xm58,6v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm183,9v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm174,10v0,0,-2,0,-2,-1v0,0,2,0,2,1xm176,12v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm69,19v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm177,19v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm114,21v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm172,21v3,1,4,2,0,1r0,-1xm16,25v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm172,29v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm172,30r-1,0r1,0xm180,33v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm20,33v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm164,36v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm176,36v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm156,42v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm155,49v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm40,52v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm153,52v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm138,56v0,2,-3,1,-1,0r1,0xm145,57v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,59v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm139,60v-2,0,-1,-3,0,-1r0,1xm113,61v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm89,62v0,0,-2,0,-2,-1v0,0,2,0,2,1xm85,63v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,65v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm73,63v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm79,63v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm62,66v0,1,-1,1,-2,1v0,-1,1,-1,2,-1","w":174},"h":{"d":"33,-249v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm28,-248v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm56,-190v2,0,1,3,1,4v0,0,-3,3,-1,3v1,-1,5,-5,4,0v-4,0,-2,0,-1,3v5,-1,2,-2,4,-6v0,2,0,2,2,2v0,0,0,-2,1,-2v1,2,-2,6,0,6v0,-1,0,-1,1,-1v0,3,0,3,2,1v12,-3,18,-3,29,-6v0,0,-1,5,2,3v0,-2,0,-4,3,-3v-1,5,2,1,7,2v0,-2,0,-2,2,-2v0,2,0,2,2,2v-1,-3,2,-2,4,-2v-1,2,1,2,3,2v0,-3,0,-3,3,-2v1,3,-2,1,-2,3v13,0,13,5,17,1v-2,7,12,3,12,9v0,0,-2,0,-2,1v3,0,2,4,4,5v-1,-3,1,-3,4,-3v1,5,-1,3,-3,4v3,4,8,3,12,6v-4,-1,-3,4,-3,6v0,-2,2,-1,3,-1v-6,4,5,4,-2,6v6,1,1,10,8,8v-1,6,-3,5,-3,11v3,0,3,0,1,2v-1,0,-1,0,-1,1v3,-1,3,1,3,4v-2,0,-2,0,-2,2v2,0,2,0,2,2r-3,22v2,-1,7,0,4,1v-5,4,0,6,0,10v1,0,4,-1,4,1v-2,1,-8,-1,-7,3v4,0,2,0,2,4v-2,-1,-2,1,-2,3v4,-1,10,5,3,4v0,-1,1,-3,-1,-3v1,7,2,14,-2,19v7,-2,-2,8,7,7v-5,9,-4,13,-4,20v-5,0,0,1,-1,5v4,0,1,8,0,3v-2,0,-2,0,-2,2v1,1,8,4,3,5v0,0,0,-2,-1,-2v3,6,-4,4,-3,10r-42,0v1,-8,-7,2,-6,-11v-9,-7,4,-15,-3,-22v0,2,0,2,-2,2v-1,-5,5,-2,4,-9v-8,1,1,-4,-5,-6v11,-6,-6,-15,4,-20v1,-5,-5,1,-3,-7v6,-3,-2,-6,3,-12v-10,-1,4,-5,-3,-7v0,0,-4,1,-1,0v2,-6,1,-5,1,-9v-3,-2,-5,-9,-1,-10v-1,3,2,5,3,2v-2,-1,-8,-4,-5,-7v-1,2,1,2,3,2v-1,-3,-4,-1,-1,-8v-13,-4,1,-11,-12,-14v1,4,-3,3,-6,3v2,-3,-1,-4,-4,-5v0,1,1,4,-1,4v0,-3,0,-5,-3,-4v1,6,-5,2,-8,2v2,0,1,-2,1,-3v-5,0,-5,3,-9,-4v5,-2,2,0,0,-2v-1,0,-1,0,-1,1v1,0,1,0,1,1v-4,4,-6,-4,-8,3v7,-1,2,7,6,11v-3,-1,-4,2,-2,4v4,0,5,3,0,3v0,-1,0,-1,-1,-1v1,10,-4,11,-8,16v5,-1,2,3,2,6v-2,-1,0,2,-2,2v-1,-1,0,-4,-3,-3v-1,9,8,-1,2,9v-2,11,-4,27,-3,33v0,-2,3,-1,4,-1v-3,1,-8,9,1,8v0,4,-3,5,-4,9v1,0,3,-1,3,1v-2,0,-4,0,-3,3v2,-1,2,1,2,3v-3,-1,-2,3,-2,5v3,-1,2,4,2,6v-3,-1,-2,2,-2,4v7,9,-1,25,-19,20v0,-2,0,-2,-2,-2v0,4,-4,1,-8,3v0,-5,-2,1,-4,-3v0,0,0,2,-1,2v0,0,0,-2,-1,-2v0,0,0,2,-1,2v0,-2,0,-2,-2,-2v0,0,0,2,-1,2v-5,-3,-3,-13,-8,-16v4,0,2,0,2,-4v0,0,-2,0,-2,-1v6,0,1,-4,3,-7v-1,0,-3,1,-3,-1v5,0,2,-4,2,-5v0,0,-2,0,-2,-1v4,1,1,-6,2,-11v-3,0,-5,0,-2,-2v2,0,2,0,2,-2v-2,0,-2,0,-2,-2v0,0,2,0,2,-1v-4,0,-3,-1,-2,-4v2,0,2,0,2,-2v-6,0,-2,-11,-3,-14v5,0,0,-1,1,-5v-1,-2,-4,-9,-3,-11v5,5,1,0,5,0v-3,-6,-6,-8,0,-12v0,0,-3,0,-2,-4v0,0,2,0,2,-1v-3,1,-3,0,-2,-3v2,0,2,0,2,-2v-2,1,-4,1,-3,-3v2,0,2,0,1,-1v-1,0,-4,2,-3,-1v2,0,8,-3,5,-1v-4,-6,0,-6,-3,-15v1,0,3,1,3,-1v-3,0,-3,0,-2,-3v0,0,2,0,2,-1v-5,-2,-7,3,-4,-4v5,-3,-1,-10,5,-14v-6,2,-6,-2,-3,-6v2,0,2,0,2,-2v0,0,-2,0,-2,-1v5,0,1,-5,3,-9v-5,2,-1,-5,-4,-6v1,3,-4,2,-6,2v-1,-4,13,-1,9,-8v0,2,0,2,-2,2v3,-14,0,-20,-1,-27v3,1,3,-1,3,-4v-3,1,-2,-2,-2,-4v0,0,2,0,2,-1v-2,1,-4,1,-3,-2v5,1,2,-5,3,-8v-3,-1,-3,-1,-2,-4v6,-11,37,-11,43,-3v1,-1,0,-3,2,-3v-1,5,2,2,4,4v-10,1,1,18,-8,17v5,5,0,20,9,23v-7,0,-7,13,-5,15xm54,-240v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm56,-200v1,-2,-1,-5,-1,-1xm54,-182r0,3v0,-2,4,-3,0,-3xm75,-178v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm60,-178v-2,2,-9,6,-1,5v-1,-5,7,-3,1,-5xm146,-173v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm60,-174v0,1,1,3,1,1xm60,-168v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm56,-166v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm61,-166v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm65,-163v1,-2,-1,-2,-3,-2v-1,4,-1,2,3,2xm60,-158v1,-2,-1,-2,-3,-2v-1,2,1,2,3,2xm63,-158v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm159,-160v-1,3,2,1,2,3v0,0,-2,0,-2,1v2,0,4,-1,3,-4r-3,0xm67,-157v2,0,1,-3,0,-1r0,1xm63,-155v0,0,2,0,2,-1v0,0,-2,0,-2,1xm69,-154v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm65,-149v2,-4,-7,-2,-2,-2v0,2,0,2,2,2xm72,-151v2,0,1,-3,0,-1r0,1xm71,-150v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm63,-145v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm86,-143v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm100,-144v-2,0,-1,3,-1,4v5,0,1,0,1,-4xm67,-135v-1,0,-3,1,-1,1v0,-1,0,-1,1,-1xm10,-134v0,0,2,0,2,-1v0,0,-2,0,-2,1xm66,-131v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm111,-132v1,2,3,1,2,-1xm66,-128v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm65,-125v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm63,-123v-1,0,-3,1,-1,1v0,-1,0,-1,1,-1xm115,-122v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm61,-118v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm57,-93v2,-3,1,-5,-1,-3v3,0,-2,3,1,3xm10,-89v0,0,2,0,2,-1v0,0,-2,0,-2,1xm117,-76v0,2,4,0,1,0r-1,0xm134,-9v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm141,-6v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm143,-6v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm45,-248v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm13,-246v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm62,-232v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm59,-226v-4,1,-2,-3,-2,-5v3,0,2,2,2,5xm56,-229v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm56,-221v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm100,-220v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-210v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-204v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm6,-200v0,-1,1,-3,1,-1xm9,-201v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm56,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-193v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm60,-193v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm7,-190v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm68,-189v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm131,-188v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm7,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm80,-189v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm113,-186v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm86,-184v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm125,-184v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm135,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm7,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,-182v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm11,-178v-1,1,-5,1,-2,0r2,0xm148,-177v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm161,-177v0,0,-2,0,-2,-1v0,0,2,0,2,1xm1,-173v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm164,-173v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm156,-172v-2,1,-3,-1,-1,-2xm1,-167v0,0,3,2,1,2xm7,-166v-1,0,-4,-1,-1,-1v0,1,0,1,1,1xm159,-165v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-165v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm7,-160v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm2,-157v-2,0,-1,-3,0,-1r0,1xm6,-157v-2,1,-3,-1,-1,-2xm-4,-156v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-156v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm172,-154v0,0,-2,0,-2,-1v0,0,2,0,2,1xm177,-152v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm1,-151v-2,0,-1,-3,0,-1r0,1xm6,-150v0,-1,1,-3,1,-1v0,1,0,1,-1,1xm0,-148v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm4,-148v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm7,-148v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm168,-148v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm172,-148v2,0,1,3,1,4v-2,0,-1,-3,-1,-4xm177,-145v0,0,-2,0,-2,-1v0,0,2,0,2,1xm181,-145v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-2,-144v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-144v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm76,-145v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm171,-143v-1,0,-3,-1,-1,-1xm173,-144v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm76,-140v-2,0,-4,0,-3,-3v2,0,2,1,3,3xm7,-141v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm72,-140v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-138v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm3,-139v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-140v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm80,-139v0,0,-2,0,-2,-1v0,0,2,0,2,1xm95,-139v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm176,-140v1,0,3,1,1,1xm3,-136v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm8,-135v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm105,-135v0,-2,0,-4,3,-3v-1,1,0,4,-3,3xm177,-138v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm-4,-134v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm81,-134v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm173,-133v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm2,-133v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-133v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm192,-133v0,0,-2,0,-2,-1v0,0,2,0,2,1xm185,-130v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm7,-131v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm175,-130v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-130v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm181,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm104,-128v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm175,-128v0,2,3,0,2,3v-3,1,-6,-4,-2,-3xm1,-125v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm99,-125v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm110,-125v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm3,-124v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm78,-124v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm111,-124v1,0,3,1,1,1xm173,-124v0,0,3,2,1,2xm110,-122v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-2,-119v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm2,-121v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm107,-119v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm2,-119v0,1,2,4,-1,3v0,-2,-2,-3,1,-3xm71,-118v0,0,-2,0,-2,-1v0,0,2,0,2,1xm0,-117v0,2,-3,1,-4,1v1,-2,1,-2,4,-1xm173,-117v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm188,-117v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm78,-116v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-6,-114v0,0,0,-2,1,-2v0,0,0,2,-1,2xm9,-114v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm66,-113v-3,-1,-5,-3,0,-3r0,3xm71,-116v2,-1,2,1,2,3v-1,0,-2,-1,-2,-3xm107,-116v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm80,-112v-3,-1,-4,-2,0,-1r0,1xm112,-112v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm68,-112v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,-112v0,0,-2,0,-2,-1v0,0,2,0,2,1xm66,-111v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-111v0,0,-2,0,-2,-1v0,0,2,0,2,1xm175,-111v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm81,-109v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm97,-109v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm173,-109v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm1,-108v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm108,-108v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-106v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm4,-108v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm63,-108v3,1,4,2,0,1r0,-1xm105,-107v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm173,-107v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm190,-107v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm186,-107r-1,0r1,0xm3,-106v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm179,-104v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm110,-103v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm114,-103v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-97v-3,1,-2,-2,-2,-4v2,0,2,2,2,4xm63,-100v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm69,-101r-1,0r1,0xm95,-101r-1,0r1,0xm98,-99v0,-1,1,-3,1,-1xm108,-99v0,-1,1,-3,1,-1xm114,-98v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm60,-98v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm65,-98v0,0,0,-2,1,-2v0,0,0,2,-1,2xm112,-97v0,0,-2,0,-2,-1v0,0,2,0,2,1xm175,-97v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm179,-96r-1,-2v2,0,4,2,1,2xm63,-93v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm61,-91v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-92v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm7,-90v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm65,-90v0,0,-2,0,-2,-1v0,0,2,0,2,1xm186,-90v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm62,-87v-3,0,-4,-4,0,-2r0,2xm73,-87v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm7,-86v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-85v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-86v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm-2,-85v0,0,2,0,2,1v0,0,-2,0,-2,-1xm59,-82v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm59,-81v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm66,-80v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm113,-80v2,-1,2,-1,2,2v-2,1,-2,1,-2,-2xm173,-80v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm178,-78v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm1,-77v-2,0,-1,-3,0,-1r0,1xm57,-77v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm61,-75v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm115,-75v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm73,-71v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,-71v0,0,-2,0,-2,-1v0,0,2,0,2,1xm61,-69v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm63,-70v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,-70v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm63,-68v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm114,-69v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm62,-65v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm65,-65v1,2,-1,2,-3,2v0,-1,1,-2,3,-2xm175,-63v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-62v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm57,-60v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm115,-60v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm66,-59v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm86,-59v0,0,-2,0,-2,-1v0,0,2,0,2,1xm9,-58v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm61,-53v0,-2,5,-3,5,-1xm82,-54v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm113,-55v2,0,1,3,1,4v-2,0,-1,-2,-1,-4xm7,-53v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm110,-51v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm178,-53v0,2,-1,2,-2,1xm180,-51v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm8,-47v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm84,-48v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm109,-48v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm181,-48v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm115,-48v0,2,0,4,-3,3v1,-3,-2,-1,-2,-3r5,0xm180,-48v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm4,-44v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm11,-45v0,2,-4,0,-1,0r1,0xm63,-43v0,0,-3,-2,-1,-2xm66,-44v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm78,-44v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,-43v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-4,-42v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm80,-40v0,-1,1,-3,1,-1xm119,-42v0,2,-3,1,-1,0r1,0xm89,-38v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm115,-38v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm179,-38v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm113,-38v0,2,-3,1,-1,0r1,0xm63,-36v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,-36v0,0,-2,0,-2,-1v0,0,2,0,2,1xm113,-36v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm60,-35v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm78,-33v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm118,-35v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm186,-33v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm6,-32v0,0,-2,0,-2,-1v0,0,2,0,2,1xm67,-32v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm112,-32v0,0,-2,0,-2,-1v0,0,2,0,2,1xm62,-30v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm86,-31v0,0,-2,0,-2,-1v0,0,2,0,2,1xm100,-31v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm115,-31v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-31v0,4,-3,3,-1,0r1,0xm118,-31v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm177,-30v0,0,-2,0,-2,-1v0,0,2,0,2,1xm69,-27v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-27v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm183,-27v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm63,-24v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm177,-24v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm116,-23v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm69,-21r-1,0r1,0xm113,-20v0,2,-1,2,-2,1xm116,-18v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm180,-18v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm119,-15v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm184,-7v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm119,-9v0,2,-1,2,-2,1xm38,-6v0,0,-2,0,-2,-1v0,0,2,0,2,1xm174,-5v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm21,-6v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm35,-6v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm124,-5v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm46,-4v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm149,0v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm167,0v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm176,3v1,0,3,1,1,1xm86,5v0,0,-2,0,-2,-1v0,0,2,0,2,1xm72,23v-1,0,-2,-4,0,-3r0,3xm4,33v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,82v-1,0,-1,0,-1,-1v1,0,1,0,1,1","w":174},"i":{"d":"32,-186v6,1,14,5,17,5v-1,0,-1,0,-1,-1v5,-1,7,1,11,0v-2,0,-1,3,-1,4v1,0,4,-6,5,0v-1,0,-1,0,-1,1v5,-2,-3,5,4,5v-4,1,-4,4,-1,7v6,-3,9,8,3,4v1,0,1,-1,1,-2r-6,6v4,3,0,6,5,7v-6,0,-3,4,-3,7v4,-1,1,5,2,8v-3,1,-1,-3,-3,-3v0,5,-3,1,0,7v-3,0,0,1,-2,3v2,-1,2,1,2,3v-2,0,-2,0,-2,2v5,3,4,8,1,9v0,-1,1,-3,-1,-3v2,9,-2,23,3,28v0,-2,0,-2,2,-2v1,4,-2,3,-3,5v1,0,4,-1,4,1v-3,1,-7,6,0,4v-6,2,-7,7,-4,11v0,-2,2,-1,3,-1v-9,14,4,10,0,18v-8,4,0,12,-12,12v-1,5,-1,1,-4,0v0,-1,-1,-1,-2,-1v-1,1,-2,4,-6,4v0,-2,0,-4,-3,-3v0,2,3,3,1,6v4,-2,9,3,3,2v0,1,-1,1,-2,1v0,-1,-1,-1,-2,-1v7,4,17,4,22,9v0,0,-2,0,-2,1v3,1,7,-7,9,-1v-2,-1,-2,1,-2,3v1,0,1,0,1,1v-6,4,-4,20,-13,16v-1,9,-7,-2,-8,4v1,-3,-1,-3,-4,-3v-14,7,-25,-2,-30,-1v0,2,0,4,-2,3v5,-8,-1,-10,0,-13v-2,0,-2,0,-1,-2v9,-10,9,-29,7,-34v0,1,0,1,-1,1v-1,-7,-7,-9,-1,-14v-4,-2,-8,-15,-1,-14v1,-3,-3,-1,-3,-3v2,0,2,0,2,-2v-8,-14,0,-18,-3,-25v2,0,4,0,3,-2v-5,1,-2,-5,-5,-7v0,2,0,2,-2,2v-1,-5,0,-10,3,-4v1,-5,-3,-7,-5,-10v2,0,6,2,6,0v-1,0,-1,0,-1,-1v8,-5,-3,-5,-3,-10v5,0,3,-3,7,0v1,-3,-3,-1,-2,-4v2,0,4,0,2,-2v-6,-9,-2,-20,-2,-27v2,0,5,1,4,-2v-3,0,-5,0,-4,-3v4,1,4,1,3,-3v9,3,16,-1,18,-6xm33,-183v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm38,-182v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm23,-177v0,0,2,0,2,-1v0,0,-2,0,-2,1xm13,-160v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm64,-160v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm63,-154v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm63,-141v2,0,1,-2,1,-3v-3,0,-1,0,-1,3xm10,-136v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm13,-135v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm62,-119v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm11,-112v0,0,2,0,2,-1v0,0,-2,0,-2,1xm13,-103v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm65,-57v-2,-1,-2,1,-2,3v1,0,2,-1,2,-3xm23,-47v3,-1,4,-2,0,-1r0,1xm20,-48v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm25,-45v0,3,4,4,2,0r-2,0xm35,-44v-2,-1,-2,1,-2,3v2,1,2,-1,2,-3xm36,-41v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm37,-35v2,-2,-4,-3,-4,-3v0,2,4,0,4,3xm47,-30v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm63,-21v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm25,-182v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm10,-182v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm19,-181v0,0,-2,0,-2,-1v0,0,2,0,2,1xm75,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm68,-176v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm70,-175v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-172v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm9,-171v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm68,-171v0,2,0,4,-3,3v0,-2,1,-2,3,-3xm73,-170v2,3,-4,7,-3,3v0,0,2,0,2,-1v-2,0,-2,0,-2,-2r3,0xm78,-168v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm-1,-165v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-163v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm75,-159v0,-1,1,-3,1,-1v-1,0,-1,0,-1,1xm72,-159v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm76,-156v0,-2,0,-4,3,-3v-1,1,0,4,-3,3xm71,-156v1,0,3,1,1,1xm75,-154v0,-1,1,-3,1,-1v-1,0,-1,0,-1,1xm68,-149v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm-1,-146v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm10,-146v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm65,-145v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm-4,-144v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-143v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm72,-144v0,0,-2,0,-2,-1v0,0,2,0,2,1xm78,-144v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-1,-143v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-9,-141v1,0,3,1,1,1xm4,-140v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm75,-135v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-131v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm10,-130v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm72,-130v3,1,-2,2,-2,2v-1,-2,2,0,2,-2xm3,-128v0,0,-2,0,-2,-1v0,0,2,0,2,1xm70,-127v0,0,-3,-2,-1,-2xm79,-128v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-4,-125v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm-7,-125r-2,0v2,0,1,-2,2,0xm67,-124v-2,1,-3,-1,-1,-2xm74,-124v-2,0,-1,-3,0,-1r0,1xm76,-116v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm6,-112v0,0,-3,-2,-1,-2xm-1,-112v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm64,-112v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-112v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm9,-108v-1,1,-7,-2,-4,0r4,0xm67,-106v0,0,-2,0,-2,-1v0,0,2,0,2,1xm70,-103v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm79,-103v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-103v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm4,-101v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm68,-103v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm-2,-101v0,0,-2,0,-2,-1v0,0,2,0,2,1xm5,-97v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-95v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-92v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm6,-92v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-7,-92v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm8,-90v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm70,-87v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-2,-85v0,0,-2,0,-2,-1v0,0,2,0,2,1xm68,-84v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm10,-82v0,0,-2,3,-2,1v1,0,1,0,1,-1v-1,0,-1,-1,-1,-2v2,-1,0,2,2,2xm73,-82v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm6,-80r-1,0r1,0xm3,-76v0,0,-2,0,-2,-1v0,0,2,0,2,1xm8,-76v0,0,-2,0,-2,-1v0,0,2,0,2,1xm78,-76v0,0,-2,0,-2,-1v0,0,2,0,2,1xm63,-75v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm69,-75v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm70,-70v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm78,-69v0,0,-2,0,-2,-1v0,0,2,0,2,1xm8,-68v0,0,-2,0,-2,-1v0,0,2,0,2,1xm70,-69v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm74,-69v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm1,-66v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm74,-66v0,0,0,-2,1,-2v0,0,0,2,-1,2xm3,-65v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm10,-65v-2,0,-1,-3,0,-1r0,1xm67,-63v0,0,-2,0,-2,-1v0,0,2,0,2,1xm70,-59v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-55v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm74,-51v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm6,-52v0,1,-1,3,-1,1xm78,-50v-2,1,-3,-1,-1,-2xm11,-49v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-47v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm69,-48v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm75,-45v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm74,-42v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm60,-41v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm67,-41v0,0,-2,0,-2,-1v0,0,2,0,2,1xm64,-39v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm50,-39v1,0,3,1,1,1xm49,-38v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm60,-38v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm17,-36v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm45,-36v-1,0,-3,-1,-1,-1xm53,-36v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm16,-36v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm53,-35v0,2,0,2,-2,2v1,-3,-2,-1,-2,-3xm67,-33v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm55,-32v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm64,-33v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm-2,-30v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm65,-27v-2,0,-1,-2,-1,-3v1,0,2,2,1,3xm68,-28v0,0,0,-2,1,-2v0,0,0,2,-1,2xm58,-27v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-21v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm69,-21v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm74,-21v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-18v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm73,-15v-4,2,-7,-4,-4,-1v2,-1,3,1,4,1xm4,-12v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm6,-10v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-9v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-7v0,-1,1,-3,1,-1xm63,-5v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-3v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,0v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm44,0v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm22,1v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm40,1v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm43,0v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm35,3v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm48,1v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm15,5v0,-1,1,-1,4,-2v0,3,-2,3,-4,2xm-11,9v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm14,-256v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm28,-253v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm30,-253v0,0,0,-2,1,-2v0,0,0,2,-1,2xm43,-251v2,-1,5,-6,4,0r-4,0xm55,-253v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm25,-249v0,-2,0,-4,2,-3v0,2,0,4,-2,3xm30,-251v0,0,-2,0,-2,-1v0,0,2,0,2,1xm32,-252v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm16,-249v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm32,-249v0,0,0,-2,1,-2v0,0,0,2,-1,2xm19,-247v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm59,-246v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,-246v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm19,-245v0,0,-2,0,-2,-1v0,0,2,0,2,1xm62,-243v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm74,-243v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm10,-242v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm14,-243v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm72,-243v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm5,-240v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm67,-236v0,0,-2,0,-2,-1v0,0,2,0,2,1xm3,-235v0,0,-2,0,-2,-1v0,0,2,0,2,1xm65,-236v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm82,-235v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,-233v-1,0,-3,-1,-1,-1xm65,-230v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm11,-229v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-222v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm11,-221v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm70,-219v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm68,-214v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm82,-214v0,1,-1,1,-2,1v-1,-3,-1,-1,2,-1xm13,-211v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm80,-210v-2,0,-1,-3,0,-1r0,1xm10,-207v-1,-3,3,-4,4,-2v-5,-1,1,3,-4,2xm10,-202v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-202v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm41,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm23,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm43,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm47,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm74,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-18,-213r0,-2r0,2xm-15,-246r0,0r0,0xm-15,-200v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm-13,-206r-1,0r1,0xm-9,-260v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm-8,-197r0,0r0,0xm-8,-216r2,0r-2,0xm-6,-247v0,0,1,4,0,1r0,-1xm-6,-201r0,0r0,0xm-5,-212v-1,0,-1,0,-1,-1xm-6,-252r1,0r-1,0xm-6,-216v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm-4,-231r-1,0r1,0xm-4,-217r0,0r0,0xm-4,-231r0,0r0,0xm-4,-233r0,0r0,0xm-4,-238r0,0r0,0xm-3,-241v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-3,-206r0,0r0,0xm-3,-244r0,0r0,0xm-3,-261r1,0r-1,0xm-1,-224r0,1r0,-1xm-1,-240v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm0,-194v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-1,-235r2,0r-2,0xm0,-266v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm0,-230r0,0r0,0xm1,-206r0,0r0,0xm1,-219r0,0r0,0xm2,-199r-1,0r1,0xm2,-216r-1,0r1,0xm2,-246v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm2,-253r-1,0r1,0xm2,-245r0,0r0,0xm2,-251r0,0r0,0xm3,-197r0,0r0,0xm3,-234r0,0r0,0xm3,-222v1,0,1,0,1,1v0,-1,0,-1,-1,-1xm3,-241v0,0,2,1,0,1r0,-1xm4,-226r0,0r0,0xm4,-229r0,0r0,0xm5,-206r-1,0r1,0xm5,-193r1,-1v0,1,0,1,-1,1xm5,-225r0,0r0,0xm5,-228r0,0r0,0xm5,-213v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm6,-214v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm6,-220v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-246v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm6,-222r0,-2r0,2xm6,-216r0,0r0,0xm7,-226v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm7,-238r-1,0r1,0xm7,-242v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm7,-243v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm8,-196v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm9,-224v-1,0,-1,0,-1,1v-1,-15,12,-18,15,-29r32,5v9,13,18,22,9,33v0,0,2,0,2,1v-1,0,-3,1,-1,1v-1,0,-1,0,-1,1v0,-1,0,-1,-1,-1r-5,13v-5,-8,-15,6,-20,4v1,0,1,0,1,-1v-1,0,-1,0,-1,1v0,-1,-1,-1,-2,-1v1,3,-2,2,-4,2v-5,-9,-15,-5,-17,-14v-7,-5,-7,-10,-6,-16xm34,-196r-1,0r1,0xm35,-195r-1,0r1,0xm8,-235r-1,0r1,0xm10,-198v-1,0,-3,-1,-1,-1v1,0,1,0,1,1xm8,-228r0,-1r0,1xm8,-238r0,0r0,0xm8,-203r0,0r0,0xm8,-210r0,0r0,0xm9,-237r-1,0r1,0xm9,-251r-1,0r1,0xm9,-252r-1,0r1,0xm9,-227v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm8,-233r1,0r-1,0xm10,-201v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-208r0,0r0,0xm9,-239v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm10,-245r0,0r0,0xm11,-244v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm11,-190v0,0,2,1,0,1r0,-1xm12,-194r-1,0r1,0xm12,-196r-1,0r1,0xm12,-200v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm12,-208r-1,0r1,0xm13,-202v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm13,-208v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm16,-249v0,2,-3,1,-4,1v0,-2,2,-2,4,-1xm13,-240v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm12,-245r1,0r-1,0xm13,-208r0,0r0,0xm13,-244r0,0r0,0xm14,-242r-1,0r1,0xm15,-203r-1,0r1,0xm14,-206r1,0r-1,0xm16,-198v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm16,-243r-1,0r1,0xm15,-188r2,0r-2,0xm17,-245r-1,0r1,0xm17,-202r0,0r0,0xm18,-199r-1,0r1,0xm18,-199r0,0r0,0xm18,-247v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm20,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm20,-200r0,0r0,0xm20,-189v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm21,-201r-1,0r1,0xm20,-250v0,-1,1,-1,2,-1v0,2,0,2,-2,1xm21,-252r0,0r0,0xm21,-263r0,0r0,0xm22,-195r0,0r0,0xm22,-197r0,0r0,0xm23,-188r0,0r0,0xm23,-196r0,0r0,0xm23,-199r0,0r0,0xm23,-252r0,0r0,0xm25,-194v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm25,-192v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm24,-262r2,0v-1,0,-2,2,-2,0xm26,-194v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm25,-254r0,0r0,0xm26,-197r-1,0r1,0xm26,-256v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm27,-191v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm27,-194v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm28,-196v-1,0,-2,-3,0,-1r0,1xm27,-256v0,-2,0,-4,3,-3v-1,1,0,4,-3,3xm27,-252r0,0r0,0xm28,-189r-1,0r1,0xm28,-251r-1,0r1,0xm29,-189v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm29,-196v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm29,-252v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm29,-194r0,0r0,0xm29,-195v1,-1,2,-2,2,1xm31,-197r-1,0r1,0xm31,-252r-1,0r1,0xm31,-253r-1,0r1,0xm32,-259v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm33,-252r-1,0r1,0xm32,-261r0,0r0,0xm33,-194r0,0r0,0xm33,-261r0,0r0,0xm33,-267r0,0r0,0xm34,-255v3,0,4,4,0,3v0,-1,0,-1,-1,-1v1,0,1,-1,1,-2xm36,-192r-1,0r1,0xm35,-189r1,0r-1,0xm37,-193v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm38,-192r0,0r0,0xm39,-263v0,0,4,-1,1,0r-1,0xm40,-264r0,0r0,0xm40,-191v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm41,-190r0,0r0,0xm41,-193r0,0r0,0xm41,-257r0,0r0,0xm42,-189r-1,0r1,0xm42,-195r-1,0r1,0xm42,-190r0,0r0,0xm43,-193v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm43,-196v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm43,-194v1,-1,5,-1,2,0r-2,0xm44,-196r0,0r0,0xm45,-253v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm46,-189r0,0r0,0xm47,-197r-1,0r1,0xm48,-250r0,0r0,0xm50,-198v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm49,-253v0,1,0,1,-1,1v1,0,1,0,1,-1xm49,-267v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm50,-196r0,0r0,0xm50,-249r0,0r0,0xm50,-198v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm51,-261v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm51,-192r0,-1r0,1xm51,-251r0,0r0,0xm53,-248r-1,0r1,0xm53,-252v1,2,-2,0,0,0r0,0xm53,-250r0,0r0,0xm54,-247r-1,0r1,0xm55,-254r0,0r0,0xm57,-201v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm57,-246r0,0r0,0xm58,-248r-1,0r1,0xm58,-245r0,0r0,0xm59,-253v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm60,-244r-1,0r1,0xm62,-247v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm62,-204v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm63,-251v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm63,-207r0,1r0,-1xm63,-247r0,0v0,0,1,0,0,0xm66,-237r-2,0r2,0xm64,-267r0,0r0,0xm65,-212r1,0r-1,0xm65,-235v1,0,1,0,1,1v0,-1,0,-1,-1,-1xm67,-249v-2,0,-1,-2,-2,-3v2,-1,2,1,2,3xm66,-208r0,0r0,0xm66,-243r0,0r0,0xm67,-204v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm67,-212v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-229v0,0,4,-1,1,0r-1,0xm67,-246v0,-2,2,-1,3,-1v-1,2,-1,2,-3,1xm68,-217r0,0r0,0xm69,-208v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm68,-227v0,-1,1,-1,2,-1v-1,2,0,2,-2,1xm69,-219r0,0r0,0xm70,-239v-1,0,-1,0,-1,-1v0,1,0,1,1,1xm71,-210r0,0r0,0xm71,-220r0,0r0,0xm71,-240r0,0r0,0xm71,-245r0,0r0,0xm72,-201v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm73,-204v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm73,-235v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm73,-201r0,0r0,0xm75,-203v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm74,-242r-1,0r1,0xm73,-244v1,0,3,1,1,1v0,-1,0,-1,-1,-1xm74,-258v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm75,-221r0,0r0,0xm75,-229r0,0r0,0xm75,-260v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm77,-229v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm77,-233v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm77,-230r0,0r0,0xm78,-214r-1,0r1,0xm78,-205r0,0r0,0xm78,-224r0,0r0,0xm80,-202v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm80,-219r-1,0r1,0xm79,-227v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm80,-225r0,0r0,0xm80,-264r0,0r0,0xm81,-231v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm81,-225v1,0,3,1,1,1v0,-1,0,-1,-1,-1xm82,-238v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm83,-228v0,1,0,1,-1,1v0,-1,0,-1,1,-1","w":74},"j":{"d":"83,-251v0,0,0,2,-1,2v0,0,0,-2,1,-2xm92,-58v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm96,92v0,0,0,2,-1,2v0,0,0,-2,1,-2xm99,101v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm99,-180v0,0,0,2,-1,2v0,0,0,-2,1,-2xm102,-6v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm102,-112v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm103,42v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm60,-228r-1,0r1,0xm53,-225v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm68,-225v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm41,-225v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm46,-225v1,0,1,1,1,2v-2,0,-2,0,-1,-2xm33,-222v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm71,-222v-2,1,-5,-1,-1,-1xm75,-220v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm30,-220v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm73,-220v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm78,-220r-2,0v2,0,1,-2,2,0xm79,-218v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm81,-216v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm79,-214v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm80,-210v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm20,-210v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm87,-207v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm90,-206v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm21,-204v0,0,-2,3,-2,1xm89,-204v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm19,-198v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm78,-196v0,2,-3,1,-1,0r1,0xm16,-191v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm18,-192v2,0,3,4,0,2r0,-2xm16,-190v0,0,2,0,2,1v0,0,-2,0,-2,-1xm22,-190v0,4,-3,3,-1,0r1,0xm18,-184v0,3,-2,2,-2,0r2,0xm87,-179v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm91,-179v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm27,-174v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm26,-171v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm39,-171v0,0,-2,0,-2,-1v0,0,2,0,2,1xm28,-170v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm43,-169v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm53,-168v-1,0,-1,-1,-1,-2v2,0,2,0,1,2xm60,-166v-2,0,-1,-2,-1,-3v4,0,2,0,1,3xm31,-166v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm45,-168v0,11,8,1,13,4v-1,3,1,5,4,4v1,-3,1,-3,4,-2v1,3,-2,1,-2,3v12,-3,8,7,15,11v-2,1,-5,0,-4,3v5,-1,1,2,2,7v-2,0,-2,0,-2,2v2,-1,2,1,2,3v-4,1,-1,10,-13,8v-1,2,5,4,2,3v-4,3,-6,4,-9,6v7,1,14,6,20,5v-1,5,2,4,3,6v-5,-1,-7,4,-1,5v-2,-3,0,-5,4,-4v0,6,-4,-2,-3,6v3,-1,3,2,4,4v-3,-2,-11,2,-6,3v0,0,0,-2,1,-2v5,8,4,16,2,20v-1,0,-3,-1,-3,1v2,0,7,-2,8,0v-2,0,-4,2,-2,4v2,2,4,0,5,5v-5,-2,-8,0,-9,4v6,-1,-2,4,3,6v0,0,-2,0,-2,1v2,-1,4,-1,3,2v-9,-1,-5,10,-5,18v1,0,1,0,1,1v0,2,-5,1,-5,4v8,2,2,12,3,18v-7,-1,-3,7,-3,6v2,0,4,0,3,3v-2,0,-5,-1,-4,2v3,-1,6,2,3,4v-1,-4,-4,1,0,0v2,3,-1,1,-2,3v2,-1,2,1,2,3v-3,-1,-4,1,-2,3v2,0,5,-1,4,2v-3,-1,-5,1,-4,4v3,1,1,-2,3,-2v1,4,-3,1,-3,5v2,0,2,0,2,2v0,0,-2,0,-2,1v0,0,2,0,2,1v-2,0,-2,0,-2,2v3,-2,4,0,2,3v-6,4,5,17,-7,18v2,4,7,13,-1,9v-2,-1,-2,-1,-1,1v2,0,2,6,-1,5v0,-3,0,-1,-3,-1v-2,6,-5,8,-9,11v3,-1,2,2,2,4v-3,-2,-3,-1,-8,1v0,-3,0,-3,-2,-1v0,0,0,2,-1,2v0,0,0,-2,-1,-2v2,9,-5,0,-9,5v1,-2,-1,-2,-3,-2v-1,3,3,1,2,4v-9,0,-19,-4,-26,0v-1,-4,2,-3,3,-5v-11,1,-10,-8,-9,-16v-8,-1,-2,-5,-2,-9v0,0,2,0,2,-1v-7,2,-3,-7,-2,-3v2,1,2,-1,2,-3v0,0,-2,0,-2,-1v3,1,4,-9,2,-8v0,2,-3,1,-4,1v11,-2,5,-6,14,-7v-4,-5,8,-7,2,-9v4,1,2,-3,4,-7v-5,-2,0,6,-6,5v-3,-8,8,-8,3,-15v0,0,2,0,2,-1v0,0,-2,0,-2,-1v3,1,2,-2,2,-4v0,0,-2,0,-2,-1v9,-4,-2,-13,2,-18v-1,1,-1,2,-3,1v-2,-5,4,-2,5,-4v-3,0,-2,-3,-5,-4v0,0,0,2,-1,2v1,-3,-2,-1,-2,-3v12,2,-3,-5,7,-9v1,-4,-3,-3,-3,-6v2,0,4,0,2,-2v0,0,-2,0,-2,-1v4,1,3,-3,2,-6v-2,0,-2,0,-2,-2v4,1,4,-10,2,-4v-2,1,-2,-1,-2,-3v9,-3,4,-12,5,-16v0,1,0,1,1,1v2,0,2,-6,0,-2v-2,0,-1,-2,-1,-3v5,-5,5,-10,10,-14v-3,0,-5,0,-3,-3v6,0,2,-1,2,-5v-9,-3,-6,-15,-13,-14v4,-1,6,-8,1,-10v-2,0,-4,0,-3,-2v5,-1,0,-2,5,-2v-3,0,-5,-7,-1,-3v3,-1,3,-6,0,-7v0,1,0,1,-1,1v-1,-3,4,0,3,-4v-6,1,-4,-2,-2,-5v3,1,2,-2,2,-4v-1,0,-1,0,-1,-1v7,-2,9,-8,7,-12v6,-1,3,5,5,7v2,-2,4,-8,7,-4v-1,-3,2,-6,2,-1v-1,0,-1,0,-1,1v8,-3,-3,-10,5,-9xm68,-157v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm70,-157v0,0,2,0,2,-1v0,0,-2,0,-2,1xm19,-142v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm59,-120v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm55,-113v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm53,-112v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm49,-110v1,-2,-5,-2,-2,-1v0,1,1,1,2,1xm24,-107v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm41,-105v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm43,-102v0,-1,-1,-3,-1,-1xm33,-100v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm37,-100v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm78,-96v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm32,-93v-1,2,1,2,3,2v1,-2,-1,-2,-3,-2xm76,-86v0,2,4,0,1,0r-1,0xm80,-85v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm81,-83v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm80,-78v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm80,-68v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm82,-66v1,0,3,-1,1,-1xm79,-64v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm76,-55v1,2,3,1,2,-1xm20,-48v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm20,-46v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm77,-30v1,0,1,-1,1,-2v-3,0,-1,1,-1,2xm21,-27v1,-2,-1,-2,-3,-2v-1,2,1,2,3,2xm75,-18v2,1,2,-1,2,-3v-3,1,-1,-2,-3,-2xm74,-12v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm15,21v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm72,46v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm3,62v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm42,82v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm48,-166v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm51,-165v0,0,-2,0,-2,-1v0,0,2,0,2,1xm54,-165v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm58,-165v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm25,-164v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm95,-164v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm42,-163v-1,0,-3,-1,-1,-1v2,-1,1,1,1,1xm62,-164v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm69,-163v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-163v0,0,-2,0,-2,-1v0,0,2,0,2,1xm90,-162v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm24,-158v0,0,-2,0,-2,-1v0,0,2,0,2,1xm93,-158v0,0,-2,0,-2,-1v0,0,2,0,2,1xm3,-157v0,0,-2,0,-2,-1v0,0,2,0,2,1xm21,-158v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm10,-155v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm22,-155v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm21,-156v0,1,-1,3,-1,1xm79,-154v0,6,-1,3,-4,1v1,-2,1,-2,4,-1xm4,-153v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm87,-153v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-3,-149v0,0,-2,0,-2,-1v0,0,2,0,2,1xm81,-149v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm85,-149v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm94,-149v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-1,-148v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm79,-147v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm9,-145v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm84,-145v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm16,-144v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm80,-142v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm81,-145v0,0,2,0,2,1v0,0,-2,0,-2,-1xm-3,-144v1,2,-1,2,-3,2v0,-1,1,-2,3,-2xm3,-142v0,4,-6,5,-3,2v-1,-3,0,-3,3,-2xm91,-142v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-140v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm94,-139v-2,0,-1,-3,0,-1r0,1xm79,-138v-1,4,5,0,4,4v-5,1,-6,3,-4,-4xm95,-137v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm16,-134v-2,1,-2,-1,-2,-3v1,0,2,1,2,3xm5,-133v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm16,-132v0,-2,4,-3,4,-1v-1,0,-2,2,-4,1xm89,-133v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm3,-133v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm94,-132v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm0,-132v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm6,-130v-3,-1,2,-2,2,-2v1,2,-2,0,-2,2xm10,-130v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm89,-130v0,0,-2,0,-2,-1v0,0,2,0,2,1xm1,-128v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm5,-128v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm15,-130v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm84,-130v0,2,-1,2,-2,1xm3,-128v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm15,-127v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm13,-123v-2,0,-4,0,-3,-3v1,1,4,0,3,3xm74,-123v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm78,-123v-2,0,-4,0,-3,-2v2,0,4,0,3,2xm80,-122v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm13,-121v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,-121v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm73,-121v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-121v0,0,2,0,2,1v0,0,-2,0,-2,-1xm18,-120v1,3,-5,4,-2,2v2,0,2,0,2,-2xm81,-118v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm0,-117v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-117v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm64,-117v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm72,-117v1,1,1,4,-2,4v0,-3,-2,-4,2,-4xm93,-112v0,0,-2,0,-2,-1v0,0,2,0,2,1xm79,-109v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm89,-109v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm91,-110v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-109v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-109v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-109v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm19,-109v0,2,-1,2,-2,1xm94,-107v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm16,-105v0,-2,3,-1,4,-1v-1,2,-1,1,-4,1xm91,-105v0,7,-3,1,-5,1v1,-3,2,-1,5,-1xm95,-106v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm77,-103v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm84,-103v2,-1,2,1,2,3v-1,0,-2,-1,-2,-3xm85,-99v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm94,-98v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm21,-96v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm86,-98v-1,3,-2,4,-1,0r1,0xm91,-96v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm27,-95v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm81,-94v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm81,-91v3,1,4,2,0,1r0,-1xm93,-90v0,-1,1,-1,2,-1v0,2,0,2,-2,1xm21,-88v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm90,-89v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm25,-88v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm85,-84v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm87,-85v2,0,2,0,2,2v-2,-1,-4,6,-3,1xm99,-82v-4,0,-7,-3,-1,-3v1,0,1,0,1,1v-1,0,-1,0,-1,1v1,0,1,0,1,1xm90,-80v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm85,-78r5,0r-5,0xm86,-75v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm89,-75v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm94,-75v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm87,-69v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm91,-68v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm11,-68v1,0,3,1,1,1xm18,-66v0,0,-2,0,-2,-1v0,0,2,0,2,1xm20,-64v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm95,-66v0,0,0,2,-1,2v0,0,0,-2,1,-2xm18,-62v0,0,-2,0,-2,-1v0,0,2,0,2,1xm89,-63v0,0,-4,6,-3,1v1,0,3,1,3,-1xm9,-58v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm85,-59v-2,0,-1,-3,0,-1r0,1xm90,-60v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm12,-57v0,0,-2,0,-2,-1v0,0,2,0,2,1xm85,-57v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm87,-56v-1,0,-1,0,-1,-1v3,-1,5,0,1,1xm9,-54v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm95,-54v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm87,-51v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm90,-51v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-50v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm14,-50v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm90,-50v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm85,-46v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm10,-46v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm16,-46v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm89,-46v0,0,-2,0,-2,-1v0,0,2,0,2,1xm14,-46v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm9,-45v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm6,-42v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm9,-42v0,0,0,-2,1,-2v0,0,0,2,-1,2xm15,-42v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm84,-44v0,2,-1,2,-2,1xm79,-39v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm18,-35v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm82,-33v1,0,3,1,1,1xm84,-31v0,2,-3,1,-1,0r1,0xm13,-29v0,2,-1,2,-2,1xm91,-26v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-24v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-24v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm84,-24v0,2,-1,1,-2,1xm13,-20v-1,0,-4,-1,-1,-1v0,1,0,1,1,1xm15,-18v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm9,-18v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-17v0,1,-1,3,-1,1xm80,-14v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-7,-13v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm81,-10v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm94,-9v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-5,-6v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm16,-8v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm78,-5v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm-7,-6v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm14,-6v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm83,-4v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm19,-4v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm13,-4v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm16,-4v0,0,2,0,2,1v0,0,-2,0,-2,-1xm79,-3v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-6,0v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm-2,-3v0,2,-1,2,-2,1xm13,-1r-2,0v2,0,1,-2,2,0xm18,1v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm81,-1v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm4,2v-4,0,-3,-3,0,-1r0,1xm15,2v-1,0,-3,-1,-1,-1v0,1,0,1,1,1xm0,6v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm-2,6v-2,0,-1,-3,0,-1r0,1xm3,6v-2,1,-3,-1,-1,-2xm85,6v-2,0,-1,-3,0,-1r0,1xm11,6v1,0,3,1,1,1xm0,8v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,8v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,13v-6,1,-7,-2,-3,-5v-1,4,2,2,3,5xm14,9v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,8v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm9,11v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm86,11v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm77,12v3,1,-2,2,-2,2v-1,-2,2,0,2,-2xm81,13v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,14v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm11,15v1,-1,5,-1,2,0r-2,0xm1,17v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm5,19v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,19v0,0,-2,0,-2,-1v0,0,2,0,2,1xm85,21v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm9,21v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm78,24v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,26v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm9,27v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm14,27v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm80,29v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm13,29v0,2,-3,1,-1,0r1,0xm4,30v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm9,33v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm0,33v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,34v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,35v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,34v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm78,35v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm80,40v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm-1,48v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm84,45v0,2,-3,1,-1,0r1,0xm1,48v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-3,51v0,0,-2,0,-2,-1v0,0,2,0,2,1xm74,51v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm72,53v0,0,0,-2,1,-2v0,0,0,2,-1,2xm64,73v-4,-1,0,-5,0,-7v2,0,2,1,3,4v-5,0,0,1,-3,3xm-1,71v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm-1,75v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm60,76v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,78v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm1,80v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm59,80v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm63,80v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm48,81v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm54,82v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-6,84v0,1,-1,3,-1,1xm19,87v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm21,88v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-1,89v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,91v0,-2,0,-4,3,-3v0,2,0,4,-3,3xm24,89v0,0,-2,0,-2,-1v0,0,2,0,2,1xm68,91v0,2,-3,1,-4,1v0,-2,0,-4,3,-3v0,0,0,2,1,2xm22,95v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm46,94v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,103v0,0,-2,0,-2,-1v0,0,2,0,2,1xm27,-239v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm42,-236v0,0,-2,0,-2,-1v0,0,2,0,2,1xm44,-236v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm57,-234v1,-1,4,-5,3,0r-3,0xm69,-236v0,0,-2,0,-2,-1v0,0,2,0,2,1xm38,-233v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm43,-234v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm45,-235v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm29,-233v1,-1,5,-1,2,0r-2,0xm47,-233v-1,0,-3,-1,-1,-1xm33,-230v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-229v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm82,-229v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm32,-228v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-226v-2,0,-3,-1,-1,-2v1,0,1,1,1,2xm86,-228v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm23,-225v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm27,-226v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm85,-226v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm18,-222v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm78,-219v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm16,-219v0,2,-3,1,-1,0r1,0xm78,-219v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm96,-219v0,2,-3,1,-1,0r1,0xm78,-215v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm78,-213v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm24,-213r-1,0r1,0xm89,-207v0,3,-2,2,-2,0r2,0xm24,-203v0,0,-2,0,-2,-1v1,0,3,1,2,1xm84,-202v0,0,-2,0,-2,-1v0,0,2,0,2,1xm80,-199v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm96,-197v1,2,-1,2,-3,2v-1,-4,-1,-2,3,-2xm26,-194v0,0,-2,0,-2,-1v0,0,2,0,2,1xm93,-193v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm23,-189v-1,-3,2,-6,4,-3v-6,-1,2,4,-4,3xm23,-184v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm28,-184v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm54,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm37,-166v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm57,-166v0,0,-2,0,-2,-1v0,0,2,0,2,1xm60,-166v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm87,-166v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-5,-197r0,0r0,0xm-1,-229r-1,0r1,0xm-1,-183r1,0r-1,0xm0,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-243v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm5,-180r0,0r0,0xm5,-199v-1,-2,2,-3,2,-1v0,1,-1,1,-2,1xm9,-228v-1,0,-3,-1,-1,-1v1,0,1,0,1,1xm8,-183r-1,0r1,0xm8,-195r-1,0r1,0xm9,-234v-1,0,-3,-1,-1,-1v1,0,1,0,1,1xm8,-199r0,1r0,-1xm9,-215r0,0r0,0xm9,-200r0,0r0,0xm9,-213r0,0r0,0xm9,-215r0,0r0,0xm9,-220r0,0r0,0xm10,-224v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-189r0,0r0,0xm10,-227r0,0r0,0xm10,-243v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm12,-206r0,0r0,0xm14,-221v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm13,-178v2,-1,0,2,0,0r0,0xm13,-219v1,1,1,3,0,1r0,-1xm13,-248r0,0r0,0xm14,-213r-1,0r1,0xm14,-189r0,0r0,0xm14,-202r0,0r0,0xm15,-182v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm15,-199r-1,0r1,0xm15,-229r-1,0r1,0xm15,-236r-1,0r1,0xm15,-228r0,0r0,0xm15,-233r0,0r0,0xm16,-180r0,0r0,0xm16,-217r0,0r0,0xm18,-205v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm17,-224v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm18,-209v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm18,-212v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm18,-189r0,0r0,0xm18,-176r1,0r-1,0xm18,-208r0,0r0,0xm18,-210r0,0r0,0xm18,-195r1,0r-1,0xm19,-197v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm19,-204v0,1,0,1,-1,1xm19,-229v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm20,-204v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm20,-199r-1,0r1,0xm20,-208v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm20,-221r0,0r0,0xm20,-224r0,0r0,0xm20,-225r0,0r0,0xm21,-179v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm22,-215v0,1,0,1,1,1v-1,-11,14,-12,14,-21v7,3,30,0,31,9v16,7,12,28,9,32v0,-1,0,-1,-1,-1v-3,5,-5,10,-5,13v0,-3,-6,-2,-2,-3v-19,12,-26,6,-35,1v1,0,1,0,1,-1v-17,-11,-13,-15,-13,-30xm47,-179r-1,0r1,0xm48,-178r0,0r0,0xm21,-218v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm21,-180v0,0,4,-1,1,0r-1,0xm21,-211r0,0r0,0xm21,-221r0,0r0,0xm22,-185v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm22,-193r-1,0r1,0xm22,-220v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm22,-234v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm22,-235v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm22,-210r0,0r0,0xm22,-216r1,0r-1,0xm23,-184v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm23,-192v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm22,-222v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm23,-228r0,0r0,0xm24,-227v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm25,-172r-1,0r1,0xm25,-177r-1,0r1,0xm25,-179r-1,0r1,0xm25,-183v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm24,-192v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm25,-185v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm26,-192r-1,0r1,0xm26,-231v0,1,2,-2,2,-2v1,2,1,2,-2,2xm26,-222r-1,0r1,0xm25,-228r2,0r-2,0xm26,-190r0,0r0,0xm27,-227v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm27,-225r0,0r0,0xm28,-186r-1,0r1,0xm27,-189r1,0r-1,0xm29,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm29,-226r-1,0r1,0xm30,-171r-1,0r1,0xm30,-228r0,0r0,0xm30,-185r0,0r0,0xm31,-182r-1,0r1,0xm32,-182v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm31,-229r1,0r-1,0xm33,-180r-1,0r1,0xm33,-183r0,0r0,0xm33,-172v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm33,-184v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm35,-231v-2,0,-1,-2,-1,-3v2,0,1,2,1,3","w":95},"k":{"d":"55,-259v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm61,-260v1,0,3,1,1,1xm43,-258v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm36,-257v0,0,-2,0,-2,-1v0,0,2,0,2,1xm44,-257v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm33,-257v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm42,-257v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm23,-254v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm55,-255v-1,5,18,3,13,16v0,0,-2,0,-2,1v6,-1,3,5,3,9v-2,0,-4,0,-3,3v3,-1,5,0,5,3v-4,0,-2,3,-2,7v2,0,1,2,1,3v-7,2,1,2,0,6v0,0,2,0,2,1v-12,6,5,19,-3,27v0,-1,0,-1,-1,-1v-1,4,4,6,2,8v0,-1,0,-1,-1,-1v3,3,0,6,3,9v0,-2,0,-2,2,-2v1,3,-1,2,-2,4v3,-1,1,6,5,1v0,4,2,9,-1,10v3,-6,-5,-11,-4,-3v4,0,2,1,2,5v-3,1,-1,-2,-3,-2v1,6,10,4,10,0v-1,0,-1,0,-1,-1v2,1,4,7,9,3v-3,1,-2,-2,-2,-4v4,-1,1,2,4,2v-2,-9,7,0,7,-10v16,-2,23,-23,33,-20v-1,-4,5,-1,8,-2v0,0,0,2,1,2v-1,-3,2,-3,5,-4v0,6,2,3,6,2v10,3,26,-1,30,8v-7,4,-11,15,-20,18v-5,11,-20,13,-23,26v-7,2,-15,9,-10,15v-3,1,-2,-1,-4,-2v-1,11,7,6,6,15v0,-1,0,-1,1,-1v1,2,2,3,3,6v0,-1,0,-1,1,-1v-1,2,0,7,1,4v2,0,2,0,2,2v0,0,-2,0,-2,1v6,0,5,15,14,14v-1,3,5,2,5,6v-4,-1,-3,3,-3,6v1,2,6,-1,4,1v1,7,6,-2,4,9v8,-1,1,2,3,7v7,-3,0,9,8,10v0,4,2,10,5,6v0,9,13,15,6,26v-16,-1,-35,3,-48,-2v0,-5,-8,-4,-7,-12v-3,-2,-8,-6,-10,-11r1,1v-6,-11,-14,-16,-17,-25v-3,-2,-10,-7,-11,-15v-5,0,-3,-8,-10,-4v-2,7,-10,7,-8,12v-1,4,-3,4,-1,6v1,0,3,-1,3,1v-7,28,-1,56,-30,50v1,5,-2,2,-6,2v0,-2,-1,-4,-4,-3v0,1,1,3,-1,3v-17,-5,-18,-28,-15,-42v-5,-4,-1,-17,0,-23v2,0,4,0,3,-3v0,0,-2,0,-2,-1v3,1,2,-2,2,-4v0,0,-2,0,-2,-1v3,1,1,-2,3,-2v0,6,3,5,6,2v-1,-3,4,-1,4,-5v-12,4,-8,-4,-15,-3v2,-12,-9,-19,-5,-22v0,1,0,1,1,1v3,-1,2,-8,0,-2v-2,0,-2,-2,-2,-4v7,0,0,-1,1,-5v-1,0,-1,0,-1,-1v2,1,2,-1,2,-3v-2,0,-2,-3,0,-4v0,1,1,1,2,1v2,-6,-7,-3,-4,-9v-3,-1,-1,3,-5,2v-1,-8,13,0,7,-4v1,-2,5,-6,0,-5v1,4,-1,5,-2,1v1,0,1,0,1,-1v-1,0,-1,-1,-1,-2v2,0,5,1,4,-2v-6,1,-2,-3,-2,-7v2,0,4,0,2,-2v-3,0,-3,-2,-2,-4v0,0,2,0,2,-1v-2,0,-2,0,-2,-2v2,0,2,0,2,-2v-8,1,-4,-2,-2,-5v2,0,2,0,2,-2v-2,0,-6,1,-5,-2v6,1,-2,-3,2,-5v0,3,0,3,3,2v-4,-5,4,-11,0,-15v0,1,-1,1,-2,1v0,-3,3,-2,2,-6v-4,1,-2,-1,-2,-5v5,1,1,-3,3,-10v-1,-1,-4,0,-4,-2v2,0,5,1,5,-1v-4,0,-5,-1,-2,-3v3,1,3,-5,2,-5v0,1,0,1,-1,1v0,-5,1,-5,-3,-7v4,1,4,-2,5,-5v-3,0,-3,0,-1,-2v1,0,1,0,1,-1v-4,0,-2,-1,-2,-5v2,0,1,-2,1,-3v-1,0,-1,0,-1,-1v2,1,2,-1,2,-3v-1,0,-1,0,-1,-1v17,-10,31,-4,38,-7xm37,-250v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm24,-249v2,1,3,-1,1,-2xm19,-239v-1,0,-3,1,-1,1v0,-1,0,-1,1,-1xm68,-223v1,-2,-1,-2,-3,-2v-1,2,1,2,3,2xm16,-194v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm134,-180v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm15,-179v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm71,-162v-1,0,-3,1,-1,1v0,-1,0,-1,1,-1xm13,-148v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm84,-146v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm80,-145v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm74,-143v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm128,-107v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm47,-92v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm69,-254v0,2,-3,1,-1,0r1,0xm64,-252v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,-252v0,2,-1,2,-2,1xm72,-246v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,-243v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm15,-240v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm0,-238v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-238v0,0,-2,0,-2,-1v0,0,2,0,2,1xm1,-234v1,-2,4,-4,2,0r-2,0xm11,-233v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-231v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm70,-227v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm74,-223v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm72,-220v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm11,-216v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-208v-2,0,-3,-7,0,-3v1,0,1,0,1,1v-1,0,-1,1,-1,2xm0,-210v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-211v0,2,-3,1,-1,0r1,0xm13,-207v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm13,-204v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-201v0,0,-2,0,-2,-1v0,0,2,0,2,1xm70,-201v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm82,-199v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm7,-195v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,-193v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-191v2,0,3,5,1,2v-1,1,-2,2,-2,-1v1,0,1,0,1,-1xm10,-186v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm138,-185v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm150,-184v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm168,-184v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm13,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm168,-183v0,0,0,2,-1,2v0,0,0,-2,1,-2xm6,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-179v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-178v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-178r-1,0r1,0xm119,-178r-1,0r1,0xm9,-175v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm75,-174v-2,0,-1,-2,-1,-3v1,1,2,1,1,3xm77,-173v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm80,-173v0,0,-2,0,-2,-1v0,0,2,0,2,1xm74,-170v-2,1,-2,-1,-2,-3v4,0,2,0,2,3xm6,-170v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm111,-170v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm7,-168v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-168v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm10,-167v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm80,-167v-1,2,-4,4,-4,0r4,0xm7,-163v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm97,-161v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm87,-159v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm12,-159v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm87,-156v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm90,-154v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm184,-154v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm13,-153v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm84,-151v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm11,-151v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-151v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm10,-140v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-139v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm7,-137v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm141,-134v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm138,-130v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm6,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm11,-130v0,4,-1,13,-4,6v5,1,-1,-6,4,-6xm141,-125v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-121v0,-1,1,-1,2,-1v0,2,0,2,-2,1xm9,-118v-2,0,-2,0,-2,-2v2,0,4,0,2,2xm6,-114v0,-2,4,-1,5,-2v-1,4,0,3,-5,2xm128,-115v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm129,-113v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm11,-109v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm6,-107v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm132,-105v1,0,3,1,1,1xm10,-100v-2,0,-4,0,-3,-3v3,-1,3,-1,3,3xm143,-104v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm13,-99v-1,0,-3,-1,-1,-1v0,1,0,1,1,1xm15,-98v2,8,-8,4,-2,1v0,-1,1,-1,2,-1xm10,-95v0,2,-2,1,-3,1v0,-1,-2,-3,0,-3v-1,2,1,2,3,2xm3,-94v0,2,-4,3,-4,1xm12,-90v-2,1,-2,-1,-2,-3v1,0,2,1,2,3xm-3,-90v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm3,-92v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm144,-89v-2,0,-1,-3,0,-1r0,1xm-3,-88v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm0,-89v1,0,4,4,1,1v-1,0,-1,0,-1,-1xm15,-89v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm-1,-88v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm7,-86v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm19,-83v-1,0,-1,0,-1,1v1,0,1,1,1,2v-7,-2,6,-9,0,-3xm-1,-82v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm3,-83v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm15,-82v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm27,-80v-2,-1,3,-2,3,-2v0,2,-2,1,-3,2xm3,-81v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm148,-80v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-3,-77v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm1,-77v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm23,-77v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm17,-77v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm19,-76v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm17,-75v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm156,-75v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-5,-75v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm11,-71v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-9,-69v0,0,0,-2,1,-2v0,0,0,2,-1,2xm155,-68v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-5,-65v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm15,-62v0,0,-2,0,-2,-1v0,0,2,0,2,1xm80,-62v0,0,-2,0,-2,-1v0,0,2,0,2,1xm166,-62v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-4,-61v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm74,-61v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm95,-61v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm4,-59v0,2,-1,2,-2,1xm173,-46v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm171,-44v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-40v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-40v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm109,-41v0,0,2,0,2,1v0,0,-2,0,-2,-1xm74,-38v0,0,-2,0,-2,-1v0,0,2,0,2,1xm80,-39v0,3,-2,2,-2,0r2,0xm111,-37v0,-1,1,-3,1,-1xm10,-38v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm71,-36v0,0,0,-2,1,-2v0,0,0,2,-1,2xm80,-35v0,0,-2,0,-2,-1v0,0,2,0,2,1xm72,-30v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm10,-25v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm181,-23v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm12,-22v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-23v0,0,-2,3,-2,1xm13,-21v0,-2,3,-1,4,-1v0,2,-3,1,-4,1xm71,-17v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm17,-13v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm22,-7v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm139,-4v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm143,-6v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm46,-4v1,0,3,1,1,1xm28,-1v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm48,-1v0,2,-3,1,-1,0r1,0","w":185},"l":{"d":"60,-257v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm21,-257v1,2,-1,2,-3,2v0,-1,1,-2,3,-2xm42,-252v0,0,-2,0,-2,-1v0,0,2,0,2,1xm30,-249v0,2,-4,0,-1,0r1,0xm40,-248v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm22,-248v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm14,-53v-1,-57,-30,-195,25,-194v0,0,-3,2,-1,2v8,-5,9,1,17,0v1,5,5,2,2,7v-1,-2,5,-2,2,-1r-1,25v-8,3,-3,20,-5,24v1,-2,-1,-2,-3,-2v0,4,4,4,1,6v2,-1,2,1,2,3v0,0,-2,0,-2,1v4,0,1,7,2,10v-4,0,-1,8,-2,11v7,3,0,8,3,13v3,0,5,0,4,3v-5,0,0,1,-1,5v1,0,1,1,1,2v-1,0,-1,1,-1,2v4,10,-2,19,1,25v1,-1,0,-2,2,-2v0,9,-8,11,-7,22v-5,-1,-1,4,-2,9v5,2,2,17,7,24v-6,-2,1,19,-10,13v0,2,0,2,-2,2v-2,-5,-9,-10,-15,-7v0,-6,-11,-4,-17,-3xm53,-246v-2,0,-2,0,-2,-2v2,0,4,0,2,2xm57,-245v0,0,-2,0,-2,-1v0,0,2,0,2,1xm57,-243v0,0,0,-2,1,-2v0,0,0,2,-1,2xm64,-241v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-241v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm63,-235v0,0,-2,0,-2,-1v0,0,2,0,2,1xm60,-231v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm64,-228v1,3,-2,5,-3,2v3,1,1,-2,3,-2xm58,-211r-2,0v2,0,1,-2,2,0xm55,-187v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm63,-152v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm64,-148v1,3,-1,3,-4,3v-1,-3,1,-3,4,-3xm59,-143v0,-1,1,-3,1,-1v-1,0,-1,0,-1,1xm59,-138v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm64,-139v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm60,-134v-1,-3,2,-2,4,-2v0,2,-2,2,-4,2xm70,-133v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm61,-130v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm65,-130v-2,0,-1,-3,0,-1r0,1xm64,-128v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm64,-118v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm58,-116v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm67,-106v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm57,-95v0,3,-2,2,-2,0r2,0xm59,-54v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm27,-50v-2,0,-4,0,-3,-3v2,0,2,1,3,3xm58,-51v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm42,-45v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm37,-43v0,2,-3,1,-1,0r1,0xm51,-6v-29,8,-49,-3,-37,-35v19,4,46,12,37,35xm55,-21r-1,0r1,0xm54,-14v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm39,-1v-1,0,-1,-1,-1,-2v1,0,1,1,1,2","w":65},"m":{"d":"114,-230v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm45,-226v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm8,-223v1,-3,6,-2,5,2v-3,1,-4,-1,-5,-2xm-46,-222v0,-1,1,-3,1,-1xm53,-221v0,0,-2,3,-2,1xm94,-214v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-71,-214v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm230,-206v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm90,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm49,-193v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm84,-191v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm208,-191v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm78,-188v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm194,-188v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm205,-183v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm87,-182v0,0,-2,0,-2,-1v0,0,2,0,2,1xm169,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm91,-180v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm207,-179v-1,-3,2,-2,4,-2v0,2,-2,2,-4,2xm1,-179v0,0,-2,0,-2,-1v0,0,2,0,2,1xm126,-168v16,0,14,20,27,21v-3,7,-1,11,5,14v-7,-1,-1,3,-1,5v10,16,3,24,5,33v-11,4,3,24,-6,33v3,-1,2,2,2,4v-2,0,-1,2,-1,3v1,0,1,0,1,1v-3,-1,-2,2,-2,4v7,16,-2,26,1,39v-1,0,-3,-1,-3,1v4,0,2,1,3,4v-10,1,-1,8,-8,6v0,-3,0,-3,-2,-1v-1,4,-10,-3,-9,2v3,-1,5,2,2,3v-2,-4,-4,-1,-5,-7v1,3,-2,3,-5,4v0,-3,-1,-1,-4,-1v0,1,0,1,-1,1v-3,-6,-10,2,-11,-4v1,-1,2,-1,1,-3v-8,1,0,-9,-7,-7v-1,-3,1,-2,2,-4v-3,1,-4,-7,-1,-3v0,0,2,0,2,-1v-3,1,-2,-2,-2,-4v1,0,1,0,1,-1v-1,1,-2,2,-2,-1r3,-58v0,1,0,1,-1,1v0,-18,5,-44,-14,-46v-2,-1,-20,-9,-21,0v-3,1,-1,-2,-3,-2v-2,6,-10,1,-9,8v-14,9,-10,23,-14,33v0,-2,0,-2,-2,-2v2,5,4,9,0,13v-6,1,0,0,-1,5v1,1,4,0,5,2v-2,0,-6,-1,-5,2v8,-1,1,6,4,12v-7,8,3,18,-1,22v-7,0,-1,6,-2,11v0,0,2,0,2,1v-3,-1,-6,-1,-5,3v2,0,4,0,2,2v0,0,-2,0,-2,1v6,-1,5,2,1,4v-4,1,-6,3,0,1v-1,5,0,6,4,4v0,10,-8,7,-13,4v2,4,-3,7,-1,3v0,-2,-2,-1,-3,-1v0,3,0,3,-2,1v0,-2,-3,-1,-4,-1v0,0,5,5,0,5v-3,-2,0,-9,-1,-6v-4,-1,0,6,-6,4v3,-8,-8,-2,-4,-2v1,5,-4,2,-8,2v-1,-4,10,-9,1,-8v1,-2,-3,0,-3,-2v3,0,3,-2,2,-4v-2,0,-2,0,-2,-2v3,1,1,-2,3,-4v-5,0,0,-1,-1,-5v1,0,1,0,1,-1v-1,0,-1,0,-1,-1v2,0,1,-3,1,-4v-2,0,-1,-2,-1,-3v2,0,4,-3,2,-1v-2,0,-2,0,-1,-2v2,0,2,0,2,-2v-7,-1,-2,-1,-2,-6v-6,-1,2,4,-4,3v-3,-9,7,-5,1,-10v-1,0,-4,1,-4,-1v5,-2,8,-10,4,-13v2,0,4,0,2,-2v-5,1,-1,-2,-3,-5v4,-2,3,9,5,0v-2,-2,-3,0,-7,-1v4,-2,6,-4,5,-9v-6,0,-1,-3,-3,-7v2,0,4,0,3,-3v-2,0,-4,0,-3,-3v6,0,-1,-2,4,-6v-4,-3,-1,-5,-4,-11v2,0,4,0,3,-3v-6,1,-2,-4,-3,-9v1,0,4,1,4,-1v-5,1,-5,-7,-4,-9v1,0,1,-1,1,-2v0,0,-2,0,-2,-1v1,0,4,1,4,-1v-4,0,-2,0,-2,-4v0,0,2,0,2,-1v-2,0,-6,1,-5,-2v5,1,0,-4,5,-7v-7,1,-2,-4,-2,-7v5,-3,1,-11,10,-11v0,2,0,2,2,2v0,-2,0,-2,2,-1v0,1,0,1,1,1v0,-2,3,-1,4,-1v0,1,1,1,2,1v0,-2,2,-1,3,-1v0,2,4,0,7,1v0,0,0,-2,1,-2v5,3,16,4,15,18v2,-11,9,-14,20,-14v1,-4,-4,-1,-3,-6v3,-1,2,1,4,2v-1,-3,1,-4,3,-2v0,0,0,2,1,2v2,-6,20,1,18,-8v6,1,13,8,20,5v-2,6,9,2,11,7xm7,-135v-2,0,-2,0,-2,2v2,0,4,0,2,-2xm156,-126v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm7,-122v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm5,-118v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm159,-99v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm8,-96v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm9,-89v-2,1,-4,7,-1,2v1,0,1,-1,1,-2xm157,-81v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm157,-74v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm44,-72v0,1,1,3,1,1xm7,-54v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm45,-47v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm44,-33v1,-2,-1,-2,-3,-2v-1,2,1,2,3,2xm111,-30v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm36,-25v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm40,-23v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm42,-16v0,0,2,0,2,-1v0,0,-2,0,-2,1xm39,-14r1,0r-1,0xm114,-14r1,0r-1,0xm10,-11v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm41,-9v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm117,-9v0,0,2,0,2,-1v0,0,-2,0,-2,1xm12,-5v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm120,-6v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm133,-3v-1,-3,-2,2,-2,2v2,1,0,-2,2,-2xm123,-1v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm108,-179v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-29,-177v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm89,-177v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm224,-174v2,9,17,3,16,12v9,-1,7,8,9,11v0,0,0,-2,1,-2v9,37,9,68,7,83v1,0,3,-1,3,1v-4,-1,-3,4,-3,7v3,-1,4,1,2,3v-2,-1,-4,-1,-2,1v0,0,4,7,2,11v-4,-1,-1,5,-2,7v2,0,2,0,2,2v-2,0,-2,0,-2,2v3,-2,3,0,3,4v-1,0,-1,0,-1,1v2,0,1,2,1,3v-7,7,2,28,-6,27v1,3,-2,3,-3,1v0,0,2,0,2,-1v-10,4,-10,-3,-11,8v-5,0,0,-5,-3,-7v0,2,0,2,-2,1v0,-1,-1,-1,-2,-1v-1,3,-1,5,-3,1v1,-2,-1,-2,-3,-2v1,8,-2,2,-6,1v0,-1,1,-3,-1,-3v0,2,2,7,-1,4v-1,0,-1,0,-1,-1v1,0,1,0,1,-1v-6,2,-2,-5,-5,-7v0,1,1,3,-1,3v0,-3,2,-9,0,-10v0,2,-2,1,-3,1v5,-3,3,-11,1,-12v0,1,0,1,-1,1v-1,-2,0,-4,3,-5v0,1,-1,3,1,3r-4,-13v8,-2,-2,-2,0,-6v3,0,3,0,1,-2v-1,0,-1,0,-1,-1v2,-12,5,-21,0,-26v1,1,6,1,3,0r0,-26v0,1,-1,1,-2,1v8,-19,-9,-40,-33,-33v0,2,0,4,-3,3v1,-3,-4,-2,-6,-2v0,2,0,2,-2,2v-1,-13,-22,-17,-12,-30v2,-7,12,-5,10,-11v4,-1,12,2,10,-5v3,0,9,4,7,-1v16,-2,30,5,40,3xm203,-177v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm177,-177v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm226,-176v0,0,-2,0,-2,-1v0,0,2,0,2,1xm230,-176v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm79,-175v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm165,-176v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm221,-176v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm59,-173v1,-1,4,-2,3,1xm170,-174v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm244,-172v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm20,-171v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-171v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm230,-171v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-29,-170v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm60,-168v0,-2,0,-4,2,-3v0,2,0,4,-2,3xm233,-170v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm56,-168v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm162,-170v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm5,-167v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm240,-167v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm56,-166v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm143,-162v-2,0,-1,-3,-1,-4v2,1,1,1,1,4xm4,-164v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-162v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm251,-159r-1,0r1,0xm144,-155v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm154,-155v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm-18,-153v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-153v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm251,-153v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-153v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm3,-151v0,0,0,-2,1,-2v0,0,0,2,-1,2xm150,-153v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm251,-151v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm153,-148v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm161,-144v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm156,-136v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm3,-132v2,4,-7,2,-2,2v0,-2,0,-2,2,-2xm201,-129v-2,0,-1,-3,0,-1r0,1xm-1,-122v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm68,-121v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm262,-122v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm261,-116v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-114v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm260,-112v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm176,-107v-3,1,-2,-2,-2,-4v3,-1,4,2,2,4xm260,-109v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm1,-108v0,0,-2,0,-2,-1v0,0,2,0,2,1xm56,-102v-2,0,-4,0,-3,-3v3,-1,3,-1,3,3xm108,-105v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm93,-102v0,0,-2,0,-2,-1v0,0,2,0,2,1xm164,-97v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm79,-96v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm63,-96v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm108,-95v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-4,-92v0,-1,1,-3,1,-1xm274,-91v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm78,-89v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm259,-90v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm106,-87v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm50,-87v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm213,-85v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm109,-84v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-82v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm3,-84v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm104,-82v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-2,-82v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm7,-80v-3,-1,-4,-2,0,-1r0,1xm109,-81v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-80v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm57,-80v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm81,-80v0,0,-2,0,-2,-1v0,0,2,0,2,1xm50,-77v0,-1,1,-3,1,-1xm49,-76v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm84,-75v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm265,-73v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-69v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm260,-65v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm4,-66v0,1,-1,3,-1,1xm213,-65v0,0,2,0,2,1v0,0,-2,0,-2,-1xm109,-63v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm96,-54v-4,1,-6,0,-6,-5v6,0,9,-1,6,5xm167,-57v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm262,-55v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm110,-54v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm279,-52v0,0,-2,0,-2,-1v0,0,2,0,2,1xm157,-50v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm51,-49v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm100,-48v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm161,-49v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm212,-48v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm275,-43v-4,2,-7,0,-4,-4v2,0,5,0,4,4xm56,-43v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm106,-42v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm191,-42v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm199,-43v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm210,-42v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm2,-40v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm208,-40v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm264,-40v0,0,-2,0,-2,-1v0,0,2,0,2,1xm269,-41v4,2,-1,4,-2,4v-1,-3,1,-2,2,-4xm4,-38v0,0,0,-2,1,-2v0,0,0,2,-1,2xm67,-40v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm210,-38v0,0,0,-2,1,-2v0,0,0,2,-1,2xm260,-40v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm5,-33v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm47,-33v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm188,-33v0,0,0,-2,1,-2v0,0,0,2,-1,2xm197,-32v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm211,-32v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm213,-33v0,0,-2,3,-2,1xm7,-32v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm50,-32v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm85,-31v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm210,-32v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm3,-30v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm58,-31v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm276,-30v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm50,-28v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm199,-28v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm-4,-27v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm105,-27v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm209,-28v3,2,-2,2,-2,2v1,-1,0,-2,2,-2xm3,-25v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm191,-23v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm208,-25v-1,3,-2,4,-1,0r1,0xm55,-22v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm205,-22v0,0,-2,0,-2,-1v0,0,2,0,2,1xm106,-22v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm168,-21v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm260,-20v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm105,-20v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm206,-18v0,-1,1,-3,1,-1xm211,-17v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm213,-20v0,0,2,0,2,1v0,0,-2,0,-2,-1xm105,-19v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm165,-17v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm260,-17v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm266,-16v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm158,-15v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm208,-15v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm47,-15v2,0,2,0,2,2v-3,-1,-1,2,-3,2xm158,-13v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm212,-13v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm105,-10v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-10v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm212,-9v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm109,-8v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm213,-6v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm1,-3v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm114,-5v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm159,-4v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm39,-3v0,0,-2,0,-2,-1v0,0,2,0,2,1xm110,-3v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm41,-1v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm5,0v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm18,1v-1,0,-3,4,-3,-1v2,0,3,-2,3,1xm19,1v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm23,0v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm36,1v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm40,0v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm45,1v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm117,0v2,0,2,0,2,2v-2,0,-4,0,-2,-2xm156,2v-3,-1,-4,-2,0,-1r0,1xm197,0v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm12,3v0,-1,1,-3,1,-1xm18,2v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm40,2v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm129,3v0,-1,1,-3,1,-1xm149,1r-1,0r1,0xm235,2v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm247,3v0,-1,1,-3,1,-1xm132,4v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm117,5v-1,0,-1,0,-1,-1v1,0,1,0,1,1","w":270},"n":{"d":"48,-269v-2,0,-1,-3,0,-1r0,1xm128,-251v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm136,-229v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm27,-207v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm104,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm95,-188v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm117,-187v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-186v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm96,-183v0,-1,5,-5,4,0r-4,0xm66,-182v-1,-2,1,-2,3,-2v0,1,-1,2,-3,2xm85,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm93,-181v5,-2,12,1,14,0v-1,0,-1,0,-1,-1v5,0,9,2,13,4v-1,-3,1,-4,3,-2v0,7,4,-1,5,4v0,0,-2,0,-2,1v4,-2,5,0,6,3v0,-2,0,-2,2,-2v3,7,12,6,13,14v3,4,12,11,6,15v1,0,3,-1,3,1v-1,0,-4,-1,-4,1v2,0,4,0,3,3v0,0,-2,0,-2,1v0,0,2,0,2,1v-4,0,-3,1,-2,4v4,1,0,-5,5,-4v-3,4,2,12,-5,11v7,7,-5,14,4,15v1,4,-3,3,-4,5v5,1,4,7,3,11v5,28,0,58,0,75v-1,0,-3,-1,-3,1v6,2,3,5,2,8v-11,5,-17,3,-26,2v0,0,2,0,2,-1r-18,0v1,-4,1,-11,-3,-7v2,-4,0,-4,0,-12v2,-1,7,0,4,-1v0,-3,-5,-3,-5,-7v4,1,5,-1,3,-4v0,0,-2,0,-2,-1v0,0,2,0,2,-1v-1,0,-3,1,-3,-1v7,-6,2,-17,1,-24v7,-1,-5,-4,2,-11v-7,-1,-1,-4,-4,-10v6,1,6,-10,2,-7v0,1,1,3,-1,3v-1,-9,3,-26,1,-29v0,1,-1,1,-2,1v-1,-4,2,-5,-1,-10r1,1v-7,-12,-35,-10,-38,-3v1,0,1,0,1,1v-10,1,-13,7,-12,15v-5,0,-2,1,-1,4v3,1,1,1,0,3v-4,-1,-4,-1,-3,3v3,-1,3,1,3,4v-5,1,0,-3,-4,-3v-1,6,3,7,0,11v2,0,6,-1,5,2v-3,-1,-2,1,-4,2v0,-1,1,-3,-1,-3r1,31v15,4,6,21,-4,23v-3,6,4,4,3,10v-3,0,-3,0,-2,3v1,0,3,-1,3,1v-1,0,-3,-1,-3,1v3,-1,3,1,4,3v-6,0,-2,0,-2,5v1,0,1,0,1,1v-4,15,-20,7,-28,7v2,0,1,-3,1,-4v-1,6,-12,4,-16,2v2,1,2,-1,2,-3v-4,-3,-8,-9,-6,-13v2,0,4,0,3,-2v-7,-1,-5,-6,-1,-9v-3,1,-4,-1,-2,-3v3,0,2,-2,4,-2v-2,0,-3,-4,0,-4v0,6,4,0,7,1v0,-2,2,-1,3,-1v0,1,-4,3,1,3v0,0,0,-2,1,-2v0,3,0,3,3,2v-1,-3,2,-2,4,-2v0,7,5,-5,6,2v0,0,-2,0,-2,1v3,1,3,-1,3,-4v-4,0,-4,-4,-7,-1v0,-2,1,-6,-2,-5v0,5,-2,0,-5,5v-1,-5,-1,-3,-3,-9v0,2,0,4,-3,3v-7,-18,-9,-36,-11,-42v0,2,2,1,3,1r0,-16v-2,0,-4,0,-2,-2v1,-3,7,-24,-1,-20v2,-1,-1,-9,3,-9v0,0,0,2,1,2v1,-4,-3,-4,-4,-7v4,0,4,-2,3,-5v-2,0,-2,0,-2,-2v0,0,2,0,2,-1v-2,1,-2,-1,-2,-3v4,-1,3,-2,2,-6v0,0,-2,0,-2,-1v0,0,2,0,2,-1v0,0,-2,0,-2,-1v4,1,2,-10,8,-7v4,-1,1,-5,6,-5v0,3,-3,1,0,4v8,0,15,-2,20,2v0,-4,1,-2,6,-3v2,2,2,1,0,5v0,0,-2,0,-2,1v3,0,2,-3,5,-3v-2,10,5,7,7,4v-2,0,-2,0,-2,-2v1,1,7,3,4,0v-1,-2,1,-2,3,-2v0,2,0,2,2,2v0,-8,9,-5,6,-10v4,-1,1,7,6,4v-1,-5,6,-1,9,-4v0,1,0,1,1,1v1,-1,7,-3,9,-2v-2,0,-2,0,-2,2xm87,-180v0,0,2,0,2,-1v0,0,-2,0,-2,1xm70,-176v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm12,-171v0,2,3,1,1,0r-1,0xm49,-165v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm151,-153v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm150,-140v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm9,-138v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm152,-130v2,1,3,-1,1,-2xm108,-124v2,0,1,-3,0,-1r0,1xm53,-116v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm112,-91v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm109,-89v-1,2,1,2,3,2v1,-2,-1,-2,-3,-2xm48,-85v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm50,-81v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm50,-76v0,1,1,3,1,1v-1,0,-1,0,-1,-1xm112,-75v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm15,-67v-1,2,1,5,1,1xm24,-58v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm24,-54v0,0,2,0,2,-1v0,0,-2,0,-2,1xm28,-44v-2,0,-1,2,-1,3v4,0,2,0,1,-3xm42,-42v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm49,-39v1,-3,-4,-4,-5,-3v2,0,0,4,5,3xm13,-39v0,-2,-1,-2,-3,-3v0,0,-1,4,3,3xm34,-42v-2,0,-1,3,-1,4v2,0,1,-3,1,-4xm43,-39v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm45,-38v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm111,-36v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm50,-35v-3,0,-4,4,0,2r0,-2xm7,-32v0,0,2,0,2,-1v0,0,-2,0,-2,1xm12,-32v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm11,-30v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm10,-27v-3,3,2,6,1,1v-1,0,-1,0,-1,-1xm47,-24v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm112,-24v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm152,-24v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm112,-22v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm14,-18v-1,0,-3,1,-1,1xm50,-16v-2,0,0,3,0,3r0,-3xm17,-12v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm108,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm117,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm116,-182v0,2,-2,1,-3,1v0,-3,0,-1,3,-1xm18,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm39,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm35,-180v-1,0,-3,-1,-1,-1xm134,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm7,-178v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm26,-177v0,0,-2,0,-2,-1v0,0,2,0,2,1xm63,-178v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm129,-177v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-171v-3,1,-2,-2,-2,-4v1,0,4,-3,4,-1v-1,0,-2,1,-2,5xm60,-175v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm135,-172v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm7,-171v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm140,-170v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-3,-170v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm5,-168v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm5,-165v0,0,-3,-2,-1,-2xm151,-165v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm148,-163v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm150,-162v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-161v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm149,-160v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-157v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm150,-157v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm151,-155v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm0,-144v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-145v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm172,-144v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-143v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm0,-139v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-138v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm103,-132v0,1,-1,3,-1,1xm62,-125v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm156,-125v0,0,0,-2,1,-2v0,0,0,2,-1,2xm7,-126v0,1,-1,3,-1,1xm104,-126v0,1,-1,3,-1,1xm163,-126v0,1,-1,3,-1,1xm70,-122v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm106,-121v0,0,-2,0,-2,-1v0,0,2,0,2,1xm154,-116v0,-1,4,-3,4,-2v-2,0,-1,3,-4,2xm157,-113v0,-2,3,-1,4,-1v0,2,-2,2,-4,1xm109,-113v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm7,-111v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm58,-108v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm156,-106v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm66,-103v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm171,-103v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm55,-102v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm57,-100v0,0,-2,0,-2,-1v0,0,2,0,2,1xm57,-98v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm6,-92v0,0,0,-2,1,-2v0,0,0,2,-1,2xm162,-91v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm59,-90v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm104,-85v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-79v-2,0,-4,0,-3,-3v2,0,2,1,3,3xm58,-81v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm159,-80v-1,0,-3,-1,-1,-1xm6,-76v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm57,-76v0,0,-2,0,-2,-1v0,0,2,0,2,1xm106,-76v0,0,-2,0,-2,-1v0,0,2,0,2,1xm98,-74r-1,0r1,0xm107,-72v0,-1,1,-3,1,-1xm159,-73v-1,0,-3,-1,-1,-1xm160,-72v0,-1,1,-3,1,-1xm57,-71v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm57,-69v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm62,-69v0,0,-2,0,-2,-1v0,0,2,0,2,1xm109,-67v0,1,-1,3,-1,1xm60,-64v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm105,-65v1,0,3,1,1,1xm62,-64v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm158,-64v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm108,-60v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm158,-62v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm10,-59v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm13,-58v0,0,2,-3,2,-1v0,0,-2,0,-2,1xm101,-58v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm108,-59v1,0,1,1,1,2v-2,0,-2,0,-1,-2xm107,-54v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm9,-54v0,0,-2,0,-2,-1v0,0,2,0,2,1xm17,-54v-1,0,-3,-1,-1,-1v0,1,0,1,1,1xm14,-52v-1,2,-3,1,-2,-1xm11,-50v-2,0,-1,-3,0,-1r0,1xm18,-49v-1,0,-1,-1,-1,-2v3,0,3,0,1,2xm107,-51r-2,0v2,0,1,-2,2,0xm109,-52v0,1,-1,3,-1,1xm10,-48v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm28,-49v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm32,-47v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm160,-48v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-1,-44v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm58,-39v-1,-1,2,-6,0,-3r0,3xm6,-42v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm92,-38v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm104,-39v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm107,-41v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm165,-39v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm107,-37v0,2,-3,1,-1,0r1,0xm57,-33v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm4,-32v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm108,-32v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm112,-32v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm108,-30v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-1,-28v0,0,0,-2,1,-2v0,0,0,2,-1,2xm3,-28v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm92,-27v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm68,-23v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm107,-26v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm156,-23v1,0,1,1,1,2v-2,1,-1,-2,-1,-2xm107,-20v0,0,2,-3,2,-1xm6,-18v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm103,-18v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm7,-16v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm0,-16v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm7,-12v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm11,-12v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm58,-11v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm111,-11v0,0,-2,0,-2,-1v0,0,2,0,2,1xm116,-10v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm117,-9v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm150,-9v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm122,-7v0,-1,1,-3,1,-1xm17,-6v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm20,-6v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm136,-8v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm144,-5v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm53,-3v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm146,-4v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm36,-1v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm26,-1v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm131,-1v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm102,0v-1,0,-1,0,-1,-1v1,0,1,0,1,1","w":159},"o":{"d":"103,-222v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm67,-208v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm72,-201v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm93,-199v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm158,-199v1,0,1,1,1,2v-2,0,-2,0,-1,-2xm96,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm47,-182v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm76,-181v0,0,-2,0,-2,-1v0,0,2,0,2,1xm73,-177v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm91,-177v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm137,-177v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm117,-176v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm73,-175v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-175v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm86,-176v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm84,-172v5,-9,13,5,20,0v-1,0,-1,-1,-1,-2v7,3,0,5,11,3v-1,5,5,1,7,5v-2,-6,6,-4,4,-2v0,2,0,2,2,2v0,-3,0,-5,3,-4v-2,5,2,10,5,7v-2,1,-2,-1,-2,-3v4,-1,4,-1,3,3v6,2,10,9,20,9v0,5,5,4,4,10v10,-2,7,13,14,10v-1,7,0,4,1,12v-5,1,1,2,0,5v1,0,1,0,1,1v-1,0,-1,1,-1,2v2,0,1,2,1,3v-2,-1,0,2,-2,2v1,-2,-1,-3,-2,-1v2,3,5,11,13,10v2,22,2,28,-2,43v-8,15,-10,34,-25,43v-1,8,-21,10,-20,18v-13,-2,-25,1,-32,5v1,-5,-2,-1,-7,-2v0,0,0,2,-1,2v-6,-6,-20,0,-31,-5v0,-6,-6,-2,-8,-5v2,0,2,0,2,-2v-3,-1,-1,2,-3,2v-2,-7,-13,-2,-14,-10v-4,1,-3,-5,-9,-3v0,-5,-9,-4,-9,-8v1,0,3,1,3,-1v-11,0,-8,-14,-15,-19v5,0,0,-1,1,-5v-3,-2,-3,-8,-6,-12v4,0,2,0,1,-3v-2,0,-1,-2,-1,-3v6,-5,-5,-25,8,-24v0,1,-1,3,1,3v0,-1,-1,-3,1,-3v1,5,2,1,5,3v0,-1,-1,-3,1,-3v2,5,8,7,9,3v-13,3,1,-9,-8,-12v1,2,-1,2,-3,2v0,-1,4,-3,1,-5v0,2,0,4,-3,3v-1,-3,1,-2,2,-4v-6,3,-3,-7,-10,-7v1,-4,-3,-2,-4,-4v10,-3,9,-24,19,-30v0,0,0,2,1,2v3,-10,12,-8,12,-16v4,0,10,-3,6,-6v11,3,7,-5,15,0v-2,-10,13,-4,15,-11v0,1,-1,3,1,3v0,-5,6,-2,6,-1xm88,-171v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm74,-168v0,-2,0,-2,-2,-2v0,2,0,2,2,2xm64,-166v0,0,2,0,2,-1v0,0,-2,0,-2,1xm121,-123v-8,-2,-23,-10,-33,-5v1,0,1,0,1,1v-6,-1,-6,4,-10,5v1,-5,-8,-1,-3,-1v-6,3,-5,4,-5,9v-8,-2,2,7,-5,6v-1,-4,-3,-6,-2,0v-5,3,-1,7,-6,8v6,-2,5,3,4,9v-2,0,1,-6,-4,-3v0,2,0,2,-2,2v0,0,0,-2,-1,-2v-1,2,-3,5,-4,8v-1,-1,0,-3,-2,-3v0,9,-5,-2,-4,9v-3,-1,-5,5,-3,1v6,-3,3,4,9,2v0,-1,-2,-4,1,-3v-1,3,2,2,3,4v-3,0,-8,2,-2,3v-1,-2,1,-2,3,-2v1,8,8,11,3,18v2,0,4,0,3,2v-1,0,-3,-1,-3,1v7,0,0,9,9,7v-1,10,9,5,11,14v6,1,4,6,11,3v1,6,8,0,15,2v1,-5,18,-5,13,-11v8,-1,5,-8,9,-11v1,2,2,1,4,0v-1,-3,2,-5,-1,-7v0,0,0,2,-1,2v0,-4,2,-10,4,-5v-1,-3,2,-2,3,-4v-8,0,-2,-3,-1,-7v-3,1,-4,-1,-2,-3v2,-1,7,0,4,-1v3,-7,6,-6,7,-12v1,0,6,3,3,0v-2,0,-7,-5,0,-4v-4,-5,-12,-8,-11,-14v0,0,0,2,-1,2v-4,-8,-10,-23,-14,-16r0,-4xm133,-113v-2,1,2,2,2,2v0,-2,0,-2,-2,-2xm168,-98v2,0,1,-2,1,-3v-4,0,-2,0,-1,3xm61,-98v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm31,-95v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm162,-94v3,0,3,-3,0,-1r0,1xm168,-95v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm173,-95v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm152,-92v0,-3,-4,-4,-2,0r2,0xm31,-92v0,2,2,1,3,1v0,-1,2,-3,0,-3v1,2,-1,2,-3,2xm34,-87v2,-3,8,-4,5,-7v1,4,-6,2,-5,7xm48,-93v1,2,3,1,2,-1xm41,-91v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm44,-89v3,2,4,-5,2,-2v-1,1,-2,0,-2,2xm168,-90v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm41,-89v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm150,-90r-1,3v0,0,5,-3,1,-3xm39,-87v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm154,-86v0,0,2,0,2,-1v0,0,-2,0,-2,1xm161,-87v-1,0,-3,1,-1,1xm41,-82v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm145,-82v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm39,-79v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm142,-77v1,-2,-1,-2,-3,-2v-1,2,1,2,3,2xm136,-65v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm10,-63v0,0,2,0,2,-1v0,0,-2,0,-2,1xm12,-57v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm103,-174v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm83,-174v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm111,-174v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm116,-175v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm126,-175v2,0,4,0,3,3v-2,0,-2,-1,-3,-3xm115,-174v0,2,-1,2,-2,1xm67,-171v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm37,-157v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm150,-156v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm158,-154v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm198,-154r-1,0r1,0xm33,-151v1,0,3,1,1,1xm174,-149v0,2,-3,1,-1,0r1,0xm160,-147v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm23,-145v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm162,-144v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm169,-141v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm18,-140v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm24,-139v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm173,-138v0,0,-2,0,-2,-1v0,0,2,0,2,1xm197,-138v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-136v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm19,-133v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm14,-133r-1,0r1,0xm18,-130v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm181,-128v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm14,-125v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm181,-125v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm113,-124v2,0,4,3,1,1xm184,-119v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm74,-117v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm7,-115v-1,2,-3,1,-2,-1xm196,-111v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm175,-109v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm66,-106v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm176,-108v4,0,3,3,0,1r0,-1xm12,-106v0,0,-2,0,-2,-1v0,0,2,0,2,1xm63,-106v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm181,-107v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm14,-104v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm66,-104v0,0,0,-2,1,-2v0,0,0,2,-1,2xm181,-104v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm64,-105v0,1,-1,3,-1,1xm192,-101v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm193,-103v1,0,3,1,1,1xm14,-102v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm8,-100v0,0,-2,0,-2,-1v0,0,2,0,2,1xm17,-101v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm135,-100v0,0,-2,0,-2,-1v0,0,2,0,2,1xm12,-98v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm15,-98v0,0,2,0,2,1v0,0,-2,0,-2,-1xm18,-97v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm186,-97v0,-2,3,-1,4,-1v-1,2,-1,1,-4,1xm12,-96v0,0,-2,0,-2,-1v0,0,2,0,2,1xm22,-97v0,2,-4,0,-1,0r1,0xm133,-96v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm138,-97v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm20,-94v0,-2,3,-1,4,-1v0,2,-2,1,-4,1xm26,-90r0,-5r0,5xm68,-94v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-92v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm15,-92v-1,-3,3,-2,5,-2v0,5,-1,3,-5,2xm64,-94v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm188,-92v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm198,-92v-1,3,-2,-2,-2,-2v2,-1,0,2,2,2xm5,-92v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm23,-91v0,0,-2,0,-2,-1v0,0,2,0,2,1xm27,-92v1,0,3,1,1,1xm143,-92v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm190,-92v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm58,-91v1,0,1,1,1,2v-2,0,-2,0,-1,-2xm139,-90v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm194,-90v0,0,-2,0,-2,-1v0,0,2,0,2,1xm10,-87v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm59,-89v2,-1,2,1,2,3v-3,1,-3,0,-2,-3xm188,-89v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm8,-87v3,1,-2,2,-2,2v-1,-2,2,0,2,-2xm57,-86v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm52,-84v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm141,-82v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm48,-82v1,0,3,1,1,1xm55,-82v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm133,-80v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm138,-81v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-77v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm48,-78v1,-2,3,-1,2,1xm62,-76v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm136,-77v1,0,1,0,1,1v-3,1,-5,0,-1,-1xm59,-74v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm62,-70v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm131,-71v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm8,-69v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm129,-68v0,3,-2,2,-2,0r2,0xm63,-60v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm186,-58v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,-57v-1,4,-6,5,-2,0r2,0xm126,-57v2,0,3,5,1,2v-1,0,-1,-1,-1,-2xm130,-54v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm130,-53v0,2,-1,1,-2,1xm188,-47v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm120,-43v0,0,-2,0,-2,-1v0,0,2,0,2,1xm117,-40v0,1,-1,3,-1,1xm180,-35v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm104,-32v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm177,-31v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm22,-26v-1,0,-3,-1,-1,-1xm28,-17v0,0,-2,0,-2,-1v0,0,2,0,2,1xm165,-14v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm160,-12v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm36,-12v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm12,-5v0,0,-2,0,-2,-1v0,0,2,0,2,1xm49,-5v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm55,5v0,0,-2,0,-2,-1v0,0,2,0,2,1xm125,6v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm59,6v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,6v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm116,7v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm74,10v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm79,10v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm82,10v0,0,-2,0,-2,-1v0,0,2,0,2,1xm64,11v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,10v1,0,3,1,1,1xm118,11v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm25,13v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm85,12r-1,0r1,0xm120,14v0,-1,1,-3,1,-1xm152,17v0,0,-2,0,-2,-1v0,0,2,0,2,1xm173,33v0,0,-2,0,-2,-1v0,0,2,0,2,1xm177,37v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm122,47v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm159,72v3,4,-8,4,-3,3v1,-1,0,-4,3,-3xm118,78v0,1,-1,3,-1,1xm157,84v-1,0,-1,-1,-1,-2v1,0,1,1,1,2","w":174},"p":{"d":"150,-257v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm34,-221v1,4,-6,5,-2,1v0,-1,1,-1,2,-1xm41,-197v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm56,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm153,-190v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm120,-183v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm116,-180v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm188,-78v0,-4,-1,-3,-4,-2v0,0,0,2,-1,2v0,-2,0,-2,-2,-2v3,10,-2,14,-2,21v0,-1,-1,-1,-2,-1v-4,13,-3,24,-12,28v-2,14,-13,9,-13,24v-5,1,1,-7,-5,-4v-5,13,-17,7,-21,15v-1,-3,-4,-4,-1,0v-4,3,-2,-4,-5,0v0,0,0,-2,-1,-2v0,8,-11,2,-17,2v-8,-10,-19,-23,-19,-37v10,-1,22,1,31,-1v-2,-6,10,-2,9,-10v15,-11,10,-20,17,-35v0,0,-2,0,-2,-1v4,-1,1,-6,2,-10v-1,0,-4,2,-3,-1v2,0,4,0,3,-2v-6,1,0,-8,-5,-14v1,0,1,0,1,-1v-5,-12,-15,-19,-30,-22v0,0,2,0,2,-1v-6,2,-15,-2,-17,2v0,0,2,0,2,1v-6,-3,-9,4,-11,1v1,3,-3,1,-3,3v1,2,6,-1,4,1v-7,2,-3,4,-7,6v0,0,0,-2,-1,-2v0,3,-3,1,-3,6v2,0,5,-2,4,1v-5,-1,0,6,-4,8v0,0,0,-2,-1,-2v-1,3,-5,12,0,8v6,1,1,2,0,6v-10,1,0,10,-7,15v0,0,0,-2,-1,-2v0,3,4,3,3,8v-1,0,-4,-1,-4,1v7,-3,4,7,2,2v-1,-1,-3,-1,-1,0v-1,4,3,1,3,5v-2,-1,-2,1,-2,3v1,-1,6,-1,3,0v1,2,-1,2,-3,2v0,-1,0,-1,-1,-1v-1,4,6,0,4,6v2,-1,2,1,2,3v-1,0,-1,1,-1,2v1,0,1,0,1,1v-3,-1,-3,-1,-2,2v5,14,2,19,8,29v0,0,-2,0,-2,1v1,1,7,11,1,13v-1,-4,-2,-2,-6,-2v0,5,-4,9,-9,8v2,1,7,7,4,2v0,-2,2,-1,3,-1v0,7,-6,5,-4,14v-6,1,-4,6,-2,7v0,-1,0,-1,1,-1v0,3,6,0,5,4v-1,-1,-6,-1,-3,0v1,3,-3,2,-4,4v3,1,0,3,2,8v-2,1,-5,0,-4,3v2,0,4,0,3,3v-2,0,-2,0,-2,2v2,0,4,0,3,3v-4,1,-3,-2,-6,-2v1,10,-8,-1,-9,7v0,-5,-13,-2,-7,-1v1,3,-2,2,-4,2v0,-1,2,-4,-1,-3v0,2,0,4,-3,3v-6,-9,-20,0,-18,-16v-1,-5,-11,-12,1,-10v1,-5,-4,1,-1,-5v0,-19,3,-41,1,-58v1,0,3,1,3,-1v-5,0,-2,-4,-3,-7v2,1,5,-1,1,-1r-1,-46v0,1,0,1,-1,1v2,-5,4,-4,2,-10v0,0,-2,0,-2,-1v7,-4,-4,-18,4,-15v-1,-9,-6,-22,-4,-29v0,1,0,1,1,1v0,-7,-2,-17,0,-23v5,-6,6,-5,12,-9v14,0,25,4,29,2v0,1,-1,3,1,3v0,-3,0,-3,2,-1v0,2,4,0,3,3v-2,0,-4,0,-3,2v5,0,9,-5,6,-9v7,-1,0,7,4,6v-1,-5,5,-3,7,-6v-2,0,-4,0,-2,-2v7,1,2,3,8,1v5,-11,16,1,24,-7v-1,1,-1,6,0,3v2,-3,4,-1,9,-3v-1,6,3,-2,5,2v0,0,-2,0,-2,1v4,-1,3,2,5,3v0,-2,2,-4,5,-3v-1,5,9,6,14,5v0,8,3,0,3,7v0,-2,2,-1,3,-2v2,8,16,10,20,18v-1,-1,-6,-1,-3,0v-1,2,1,2,3,2v0,0,0,-2,1,-2v-1,3,0,6,2,3v4,4,-8,6,0,5v-1,3,3,1,3,3v-2,0,-2,0,-2,2v3,1,1,-3,4,-4v1,4,-2,13,5,14v0,0,0,-2,1,-2v-1,5,7,3,5,10v7,11,-1,32,2,40xm17,-158v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm13,25v2,0,1,-3,0,-1r0,1xm15,40v0,-3,-3,-3,-1,0r1,0xm22,52v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm31,53v0,2,3,1,1,0r-1,0xm58,14v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm58,9v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm58,-2v0,0,0,-2,-1,-2v0,0,0,2,1,2xm61,15v0,-2,-3,-1,-1,0r1,0xm64,-54v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm63,-6v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm67,-4v-1,-1,-5,0,-4,3v2,0,2,-2,4,-3xm59,1v1,0,3,-1,1,-1xm62,-6v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm62,-162v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm63,-75v0,0,0,2,1,2v0,0,0,-2,-1,-2xm63,-159v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm66,-102v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm64,-165v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm69,-94v0,-2,0,-2,-2,-2v0,2,0,2,2,2xm120,-174v1,-2,-1,-3,-2,-1xm129,-45v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm136,-2v0,0,0,-2,-1,-2v0,0,0,2,1,2xm136,-5v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm137,-6v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm150,-159v0,0,0,-2,-1,-2v0,0,0,2,1,2xm159,-153v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm175,-129v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm177,-114v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm186,-102v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm180,-115v-1,3,2,1,4,1v0,-1,0,-1,1,-1v0,0,0,2,1,2v0,-3,-2,-11,-6,-7v4,1,2,2,3,5r-3,0xm183,-107v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm184,-102v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm184,-113v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm184,-108v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm188,-92v-3,-2,-3,4,-4,5v2,-1,1,-4,4,-5xm185,-84v-1,2,1,2,3,2v1,-2,-1,-2,-3,-2xm35,-179v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm82,-179v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm88,-179v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm95,-179v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm96,-178v-1,-2,1,-2,3,-2v0,1,-1,2,-3,2xm102,-179v0,0,-2,0,-2,-1v0,0,2,0,2,1xm75,-179v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm83,-179v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm120,-178v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm82,-178v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm49,-176v0,0,-2,0,-2,-1v0,0,2,0,2,1xm69,-176v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm79,-176v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm135,-177v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm138,-176v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm158,-176v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm50,-176v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm131,-176v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm136,-174v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm143,-174v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm138,-174v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm19,-173v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm45,-173v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm57,-171v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm142,-173v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm50,-172v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm51,-171v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm62,-171v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,-171v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm61,-170v0,2,-1,2,-2,1xm164,-168v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm14,-167v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm62,-167v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm171,-162v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm158,-157v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,-155v0,0,-2,0,-2,-1v0,0,2,0,2,1xm168,-152v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm5,-150v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm171,-145v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm175,-144v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm173,-142v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm179,-141v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm180,-139v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm176,-132v-1,-2,1,-3,2,-1xm179,-134v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm93,-131v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm179,-129v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm87,-128v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm87,-123v0,0,-2,0,-2,-1v0,0,2,0,2,1xm14,-121v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm10,-122v0,1,-1,3,-1,1xm9,-117v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm13,-118v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm81,-118v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm5,-113v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm12,-107v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm14,-107v0,0,0,2,-1,2v0,0,0,-2,1,-2xm76,-107v0,2,-1,2,-2,1xm78,-105v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm14,-104v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm12,-103v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm76,-102v0,2,-1,2,-2,1xm14,-98v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-97v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-97v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,-93v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm13,-93v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm14,-92v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm69,-90v0,0,0,2,-1,2v0,0,0,-2,1,-2xm137,-87v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm14,-85v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm98,-85v0,2,-1,3,-2,1v0,-1,1,-1,2,-1xm13,-82v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm67,-84v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm69,-80v0,0,0,2,-1,2v0,0,0,-2,1,-2xm67,-76v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm69,-73v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm69,-71v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm68,-69v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm72,-66v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm13,-61v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm14,-61v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm75,-57v1,0,2,2,0,2v-1,-1,0,0,0,-2xm179,-50v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm14,-44v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-43v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm109,-40v-2,0,-1,-3,0,-1r0,1xm84,-38v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm95,-37v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm106,-35v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm173,-33v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm168,-31v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm169,-31v0,0,0,2,-1,2v0,0,0,-2,1,-2xm72,-29v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm167,-28v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm74,-25v1,-2,3,-1,2,1xm163,-26v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm163,-23v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm14,-21v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm158,-19v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm162,-18v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm13,-16v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm158,-17v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm156,-16v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm158,-14v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm153,-13v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm14,-5v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm79,-6v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm144,-6v0,0,2,0,2,1v0,0,-2,0,-2,-1xm143,-5v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm148,-4v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm147,-2v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm12,0v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm72,-1v1,2,-1,2,-3,2v-2,-2,3,-2,3,-2xm138,0v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,0v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm141,0v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm148,0v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm69,3v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm95,1v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm9,5v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,4v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm13,6v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm84,5v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm69,6v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm68,9v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm74,8v1,0,3,1,1,1xm109,8v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm9,10v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm153,10v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm64,11v3,-1,6,6,3,0r-3,0xm133,11v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm68,16v-1,8,-5,-1,-5,-1v1,0,1,0,1,-1v-1,0,-1,0,-1,-1v4,-1,2,2,5,3xm73,13v0,0,2,0,2,1v0,0,-2,0,-2,-1xm78,13v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm10,19v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm7,20v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm61,20v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm67,26v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm7,27v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm89,27v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm184,27v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm76,30v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm63,31v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm69,33v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm9,35v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm64,35v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm67,37v0,3,-2,3,-5,3v-1,-4,2,-3,5,-3xm68,42v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm61,42v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm12,47v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm68,46v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm72,46v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm12,48v0,0,-2,0,-2,-1v0,0,2,0,2,1xm57,53v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm13,53v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm14,55v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm41,58v-2,0,-1,-3,-1,-4v2,0,1,3,1,4xm47,55v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm55,56v0,-1,1,-3,1,-1xm19,55v0,0,0,2,-1,2v0,0,0,-2,1,-2xm52,57v0,-2,1,-2,2,-1xm23,57v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm42,57v0,0,2,0,2,1v0,0,-2,0,-2,-1xm46,58v0,-2,3,-1,1,0r-1,0xm17,58v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm78,59v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm29,60v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm39,60v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm184,63v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm46,66v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm32,67v0,0,2,0,2,1v0,0,-2,0,-2,-1xm19,69v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm215,72v-1,4,-6,0,-3,0r3,0xm226,76v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm63,80v0,-2,4,-1,5,-2v0,2,-2,2,-5,2xm88,90v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm210,91v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm366,94v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm197,102v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm173,105v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm39,120v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm358,120v1,0,3,1,1,1","w":195},"q":{"d":"-28,-267v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-143,-230v-1,4,-6,3,-3,0v0,-1,0,-1,1,-1v0,1,1,1,2,1xm135,-222v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm105,-205v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm93,-198v0,0,-2,0,-2,-1v0,0,2,0,2,1xm84,-194v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm52,-193v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-190v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm77,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm194,27v-2,1,-7,0,-4,1v0,2,-4,6,-1,3v3,0,4,3,2,5v-8,0,3,4,-4,6v0,-1,0,-1,-1,-1v-2,1,-7,6,-10,5v2,0,1,-2,1,-3v-2,1,-1,5,-6,4v0,-1,1,-3,-1,-3v0,5,-3,4,-6,2v0,-2,0,-2,-2,-2v0,2,1,5,-2,4v0,-2,1,-5,-1,-5v-2,5,-1,1,-2,0v-1,6,-4,-1,-8,0v0,-1,0,-1,-1,-1v0,1,0,1,-1,1v-8,-5,-9,-16,-6,-21v-1,0,-3,1,-3,-1v3,0,3,0,1,-2v-3,-1,-1,2,-3,2v-1,-4,1,-5,3,-7v-2,0,-6,2,-6,0v8,0,4,-8,6,-11v-3,1,-5,-3,-2,-4v0,1,0,1,1,1v-3,-26,-14,-2,-27,-10v0,2,0,4,-2,2v0,-2,0,-2,-2,-2v-15,13,-30,-5,-36,2v-2,-7,-11,1,-10,-7v-9,0,-12,-6,-16,-9v1,2,-1,2,-3,2v0,-1,-5,-2,-2,-6v-7,1,-1,-6,-9,-6v-2,-6,-5,-17,-6,-6v-4,-5,3,-14,-6,-15v-1,-4,0,-10,-2,-13v-1,2,-3,1,-7,1r7,-11v-3,1,-2,-2,-5,-2v1,2,2,5,-2,4v-4,-6,9,-5,0,-8v0,0,0,2,-1,2v-1,-4,3,-2,4,-4v-4,0,-1,0,-1,-3v1,1,0,2,2,2v0,-3,-1,-4,-4,-4v0,1,1,3,-1,3v-6,-26,6,-33,6,-43v1,-9,6,-6,6,-12v-3,-1,-1,2,-3,2v2,-5,8,-9,12,-11v-4,0,-3,-1,-1,-3v4,0,0,-7,7,-6v0,-2,-2,-5,1,-4v0,2,0,4,2,3v1,-4,-3,-3,0,-5v3,-1,4,-4,8,-4v-1,0,-1,-1,-1,-2v6,1,2,-6,6,-6v0,5,1,0,4,2v-3,-5,8,-9,8,-6v-1,0,-1,0,-1,1v6,0,-2,-6,4,-5v1,1,0,4,2,4v0,-2,-1,-7,2,-6v-1,4,1,5,2,1v12,-1,26,-1,30,-4v0,0,-1,5,2,3v-2,-4,4,-3,1,-1v0,9,15,3,14,12v-1,0,-3,-1,-3,1v7,-4,4,4,8,6v-1,-3,2,-2,4,-2v1,3,-2,1,-2,3v6,0,0,7,5,8v3,-3,-4,-5,0,-9v0,2,2,1,3,1v-6,-3,0,-8,4,-9v0,1,1,1,2,1v-3,-2,0,-2,1,-6v6,0,14,-5,18,-3v-2,0,-1,3,-1,4v6,-4,2,-6,9,-4v0,0,0,2,1,2v1,-5,1,-5,5,-3v0,1,-1,4,1,4v-1,-2,1,-5,1,-1v5,-1,12,2,4,1v4,1,0,4,3,6v0,-1,-1,-3,1,-3v0,8,3,9,5,14v-2,1,-7,15,-2,9v3,-1,1,2,3,4v-2,0,-5,-1,-4,2v5,0,8,4,1,2v1,1,8,8,2,4v1,2,-2,0,-2,2v4,-2,5,1,4,5v-2,0,-1,2,-1,3v2,0,1,3,1,4v-1,0,-1,0,-1,1v2,-2,7,-1,4,2v0,0,-2,0,-2,1v2,-1,2,1,2,3v0,0,-2,0,-2,1v2,0,4,0,3,2v-4,0,-4,-4,-6,0v0,0,0,2,1,2v0,0,0,-2,1,-2v3,11,-1,13,1,21v2,-1,2,1,2,3v-1,0,-4,-2,-3,1v3,-1,5,1,4,4v-1,0,-4,-1,-4,1v3,-1,6,2,1,2v0,-2,-2,-1,-3,-1v3,4,3,10,1,15v-1,0,-3,-1,-3,1v2,1,7,-1,8,1v-7,3,3,12,-8,10v8,0,1,12,5,13v-1,-2,1,-2,3,-2v-4,5,-4,10,0,14v-1,0,-3,-1,-3,1v2,0,4,0,2,2v-6,2,-4,11,-3,6v2,0,3,7,0,3v-2,0,-3,4,0,4v0,-1,0,-1,1,-1v0,3,-3,1,-1,5r0,7v0,-1,0,-1,-1,-1v1,3,0,7,1,8v0,-1,0,-1,1,-1v-3,10,-3,17,-1,25v-2,0,-5,-1,-5,1v7,0,1,8,8,7xm189,-44v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm190,-66v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm189,-18v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm189,-16v-2,0,-2,1,-1,2xm188,-9v-2,1,-1,3,1,2xm187,-5v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm187,6v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm190,-114v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm189,-102v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm189,-97v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm189,-81v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm10,-107v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm12,-102v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm8,-96v0,2,3,1,4,1v1,-4,-2,-3,-4,-1xm12,-92v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm12,-116v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm15,-85v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm15,-108v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm17,-71v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm18,-122v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm17,-130v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm24,-57v0,-2,-2,0,-3,0v0,2,0,2,2,2v0,0,0,-2,1,-2xm31,-38v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm58,-179v0,0,0,-2,-1,-2v0,0,0,2,1,2xm138,-174v0,-1,-1,-3,-1,-1xm138,-140v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm138,-135v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm135,-173v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm135,-155v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm131,-160v0,0,0,2,1,2v0,0,0,-2,-1,-2xm130,-152v0,-2,-1,-2,-2,-1xm127,-157v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm116,-181v-1,-2,-2,2,-2,2v2,1,0,-2,2,-2xm112,-182v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm98,-188v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm77,-187v0,2,3,4,1,2v0,0,0,-2,-1,-2xm66,-102v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm66,-88v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm67,-84v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm76,-64v-2,-1,-2,1,-2,3v2,1,2,-1,2,-3xm112,-46v0,-4,-4,-5,-2,0r2,0xm117,-11v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm126,-11v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm125,-69v28,-2,5,-37,13,-50v-2,1,-2,-1,-2,-3v3,1,0,-3,3,-2v0,-5,-3,-11,-3,-15v0,1,0,1,-1,1v1,-2,-2,0,-2,-2v4,-1,5,-6,2,-6v0,1,-1,1,-2,1v-2,-7,4,-2,4,-7v-4,1,-3,-2,-6,-2v1,10,-8,5,-1,11v-5,0,0,6,-9,2v-1,-7,-3,-1,-4,0v0,1,0,1,-1,1v3,-8,-7,-3,-12,-6v-16,-2,-31,9,-31,14r1,-1v2,2,4,7,0,4v-3,3,-6,11,-3,11v0,-1,0,-1,1,-1v1,4,-4,0,-4,3v4,-1,3,3,5,5v-2,-1,-5,-3,-6,0v4,0,0,2,1,6v-1,0,-1,0,-1,1v6,4,-3,5,7,7v-4,-1,0,7,-6,5v-1,2,1,2,3,2v0,-1,1,-1,2,-1v0,4,-4,1,-4,6v3,0,3,0,2,3v-4,-1,-3,14,-3,8v3,-2,3,0,3,4v0,0,-2,0,-2,1v10,-4,2,7,5,3v6,-3,1,3,5,6v-2,0,-4,0,-3,2r4,-1v2,8,8,8,11,2v1,3,-4,10,-1,7v8,-3,2,8,14,4v1,-3,-3,-1,-3,-3v1,0,7,-1,4,0v-1,2,1,5,1,1v4,-9,9,-13,20,-15xm69,-95v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm71,-96v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm152,-182v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm154,-184v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm168,46v0,-2,0,-2,-2,-2v0,2,0,2,2,2xm184,-168v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm185,-163v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm7,-102v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm159,-190v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm180,-192v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm68,-190v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm109,-190v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm117,-190v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm167,-190v-1,1,-3,1,-1,0r1,0xm20,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm130,-189v0,2,-3,1,-1,0r1,0xm157,-189v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm188,-188v-1,0,-3,-1,-1,-1xm62,-187v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm63,-187v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm114,-188v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm59,-185v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm203,-185v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm122,-184v0,1,-1,1,-2,1v0,-2,0,-2,2,-1xm201,-183v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm51,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm133,-182v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm186,-178v-3,-3,2,-6,1,-1v-1,0,-1,0,-1,1xm192,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm122,-179v0,0,0,-2,1,-2v0,0,0,2,-1,2xm196,-179v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm133,-179r-2,0r2,0xm49,-177v0,0,-2,0,-2,-1v0,0,2,0,2,1xm123,-178v0,0,2,0,2,1v0,0,-2,0,-2,-1xm131,-177v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm187,-177v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm191,-177v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm42,-176v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm125,-174v0,-1,1,-3,1,-1xm28,-173v0,2,-4,0,-1,0r1,0xm203,-173v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm195,-171v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm200,-171v0,0,-2,0,-2,-1v0,0,2,0,2,1xm195,-170v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm39,-168v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm189,-165v2,0,1,2,1,3v-4,0,-2,0,-1,-3xm191,-165v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm201,-165v1,2,-1,3,-2,1xm194,-163v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm31,-161v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm32,-161v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm26,-161v2,0,1,1,1,2xm190,-161v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm190,-160v0,0,0,2,-1,2v0,0,0,-2,1,-2xm195,-158v0,0,0,-2,1,-2v0,0,0,2,-1,2xm185,-157v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm191,-155v-2,0,-1,-2,-1,-3v3,0,1,0,1,3xm25,-157v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm14,-155v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm27,-155v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm200,-155v0,0,-2,0,-2,-1v0,0,2,0,2,1xm201,-155v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm23,-153v0,-1,1,-3,1,-1xm25,-154v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm191,-152v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm196,-152v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm5,-152r0,0r0,0xm132,-151v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm197,-150v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm195,-150v0,2,-3,1,-1,0r1,0xm203,-148v0,1,-1,3,-1,1xm197,-145v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm130,-145v0,0,3,2,1,2xm195,-145v4,3,2,5,-3,5xm200,-145v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm202,-143v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm17,-141v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm106,-141v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm112,-141v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm131,-141v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm204,-141v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm199,-141v1,0,3,1,1,1xm9,-140v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm132,-139v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm192,-138v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm197,-139v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm17,-136v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm82,-136v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm125,-138v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm130,-138v0,2,-1,2,-2,1xm131,-138v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm194,-138v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm197,-138v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm10,-135v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm135,-136v1,2,-1,2,-3,2v0,-1,1,-2,3,-2xm14,-135v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm130,-134v1,2,-1,3,-2,1xm197,-132v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm203,-134v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm133,-130v-3,-1,2,-2,2,-2v1,2,-2,0,-2,2xm12,-131v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm79,-130v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm130,-130v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm200,-130v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm136,-129v0,2,-3,1,-1,0r1,0xm200,-126v-1,-3,2,-2,4,-3v1,3,-1,3,-4,3xm12,-128v2,0,1,3,1,4v-2,0,-1,-3,-1,-4xm195,-126v0,0,0,-2,1,-2v0,0,0,2,-1,2xm132,-126v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm204,-122v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm198,-122v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm96,-120v0,0,2,0,2,1v0,0,-2,0,-2,-1xm131,-120v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm203,-120v4,0,3,3,0,1r0,-1xm79,-118v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm198,-119v0,1,-4,3,-4,0r4,0xm74,-117v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm72,-116v1,0,3,4,0,3r0,-3xm77,-116v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm91,-116v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm196,-116v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm130,-114v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm132,-113v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm78,-111v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm130,-111v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm197,-108v-2,1,-2,-1,-2,-3v2,-2,2,3,2,3xm192,-109v0,0,2,0,2,1v0,0,-2,0,-2,-1xm202,-109v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm197,-107v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm71,-105v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm198,-104v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm195,-104v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm76,-103v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm79,-103v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm194,-103v2,0,4,7,1,4xm198,-102v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm73,-102v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm203,-102v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm136,-97v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm77,-94v0,-1,1,-3,1,-1xm73,-93v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm77,-93v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm137,-92v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm134,-91v0,-2,4,0,1,0r-1,0xm76,-91v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm137,-91v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm74,-88v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm74,-87v0,2,-3,3,-2,0r2,0xm76,-86v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm89,-86v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm100,-86v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm197,-84v-1,0,-1,-1,-1,-2v2,0,2,0,1,2xm195,-84v1,2,-1,3,-2,1xm73,-82v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm74,-81v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm83,-81v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm88,-81v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm71,-80v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm91,-80v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm71,-78v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm77,-78v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm82,-77v0,0,-2,0,-2,-1v0,0,2,0,2,1xm196,-77v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-75v1,0,11,8,3,4v0,1,0,1,-1,1v-1,-2,0,-5,-2,-5xm10,-72v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm106,-72v-1,-2,1,-3,2,-1xm80,-72v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm88,-71v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm200,-71v0,0,-2,0,-2,-1v0,0,2,0,2,1xm78,-70v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm83,-70v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm85,-69v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm89,-67v-3,-3,4,-3,4,-3v0,3,-5,-1,-4,3xm195,-69v1,2,-1,3,-2,1xm80,-66v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm109,-66v-2,0,-2,-1,-1,-2xm198,-67v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm85,-64v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm79,-65v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm88,-64v0,0,-2,0,-2,-1v0,0,2,0,2,1xm115,-65v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm15,-64v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm114,-63v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm195,-59v-2,0,-1,-3,-1,-4v2,0,1,3,1,4xm84,-61v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm86,-60v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm17,-60v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm89,-59v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm106,-60v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm82,-59v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm91,-59v0,0,2,0,2,1v0,0,-2,0,-2,-1xm107,-59v0,0,2,0,2,1v0,0,-2,0,-2,-1xm203,-59v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm85,-54v-3,1,-2,-2,-2,-4v3,-1,2,2,2,4xm200,-58v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm86,-57v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm103,-57v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm106,-55v0,-2,1,-2,2,-1xm195,-57v0,2,-1,2,-2,1xm204,-53v0,0,0,2,-1,2v0,0,0,-2,1,-2xm197,-51v5,-1,4,6,1,5xm21,-50v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm15,-49v0,0,2,0,2,1v0,0,-2,0,-2,-1xm197,-48v0,2,0,4,-2,3v0,-2,0,-4,2,-3xm194,-44v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm199,-45v1,0,3,1,1,1xm203,-45v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm197,-43v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm204,-40v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm24,-39v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm25,-39v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm24,-37v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm196,-37v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm192,-33v0,0,2,0,2,1v0,0,-2,0,-2,-1xm196,-33v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm202,-31v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm32,-31v2,-1,3,1,1,2xm35,-31v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm194,-31r0,2v0,-2,-2,-1,0,-2xm203,-31v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm197,-27v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm196,-26v0,0,0,2,-1,2v0,0,0,-2,1,-2xm195,-22v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm202,-23v0,1,-1,1,-4,2v-1,-3,2,-2,4,-2xm206,-21v-3,-1,-4,-2,0,-1r0,1xm200,-21v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm49,-17v0,0,-2,0,-2,-1v0,0,2,0,2,1xm198,-18v0,0,-2,3,-2,1xm194,-17v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm48,-15v0,-1,2,-2,2,0v-1,1,0,0,-2,0xm47,-15v0,0,0,2,-1,2v0,0,0,-2,1,-2xm57,-12v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm48,-13v1,0,3,1,1,1xm58,-11v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm69,-8v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm73,-7v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm76,-7v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm78,-7v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm122,-9v0,0,-2,3,-2,1xm71,-7v1,0,1,0,1,1r-1,0r0,-1xm126,-6v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm192,-7v0,0,2,0,2,1v0,0,-2,0,-2,-1xm35,-6v0,2,-3,1,-1,0r1,0xm68,-6v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm72,-6v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm109,-6v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm115,-6v0,2,-3,1,-1,0r1,0xm195,-6v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm101,-4v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm111,-5v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm117,-5v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm125,-5v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm132,-5v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm107,-4v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm132,-4v3,-1,4,2,3,4v-2,0,-2,-1,-3,-4xm76,0v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm192,-1v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm197,-1v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm202,-1v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm53,1v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm131,3v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm191,4v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm98,6v-1,-2,1,-2,3,-2v0,1,-1,2,-3,2xm192,4v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm115,5v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm135,5v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm136,5v2,0,1,2,1,3xm131,6v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm194,8v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm126,9v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm196,9v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm191,13v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm192,14v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm131,14v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm194,14v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm196,16v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm5,19v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm121,21v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm193,22v0,-2,4,0,1,0r-1,0xm137,23v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm126,23v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm136,31v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm138,31v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm136,32v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm135,35v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm130,36v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm191,38v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm44,40v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm139,43v3,-1,5,2,2,3v1,-3,-2,-1,-2,-3xm139,47v0,-1,3,-2,2,0r-2,0xm165,48v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm157,48v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm164,49v2,0,1,3,0,1r0,-1xm115,50v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm148,50v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm156,50v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm5,53v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm144,53v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm32,63v0,-2,3,-1,4,-1v-1,2,-1,1,-4,1xm47,67v0,0,2,0,2,1v0,0,-2,0,-2,-1xm105,69v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm78,79v0,-2,0,-4,2,-3v0,2,0,4,-2,3xm31,81v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm187,84v0,0,2,0,2,1v0,0,-2,0,-2,-1xm19,93v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm-6,95v0,0,2,0,2,1v0,0,-2,0,-2,-1xm180,109v1,0,1,1,1,2v-1,0,-1,-1,-1,-2","w":195},"r":{"d":"65,-199v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm64,-196v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm70,-195v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm100,-195v0,0,-2,0,-2,-1v0,0,2,0,2,1xm12,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm90,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm97,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm99,-193v2,-1,5,1,1,1xm112,-176v-4,-1,-7,-4,-3,1v0,0,2,0,2,1v-2,-1,-2,1,-2,3v0,0,2,0,2,1v0,0,-2,0,-2,1v4,0,2,0,2,4v-1,1,-3,0,-3,2v5,0,5,-4,6,1v-3,0,-3,6,-2,8v0,-1,0,-1,1,-1v0,4,-6,0,-4,7v-3,6,-15,9,-22,6v2,11,-13,-1,-10,10v0,0,-6,-3,-5,1v0,0,2,0,2,1v-9,1,-1,15,-8,14v0,0,2,0,2,1v-5,3,-3,9,-5,15v5,0,0,1,2,4v-3,1,-1,-2,-3,-2v0,2,0,2,-2,2v0,-2,0,-2,-2,-2v3,7,-1,12,5,15v-1,0,-3,-1,-3,1v3,0,5,0,3,3v-6,-1,-4,9,-10,10v0,-2,0,-2,-2,-2v-1,3,2,1,2,3v-5,0,-1,6,-3,9v5,2,16,4,10,9v8,6,-5,9,4,10v1,3,-1,2,-2,4v2,0,4,0,3,3v-3,1,-1,-2,-3,-2v3,6,0,5,1,12v2,0,2,0,2,2v-2,0,-5,-1,-5,1v1,0,4,-1,4,1v-9,4,-19,8,-30,7v2,0,4,0,3,2v-7,0,-14,0,-20,1v1,-1,1,-6,0,-3v-3,-1,-7,-2,-2,-3v-3,0,-2,-4,-5,0v1,-4,-5,0,-6,-3v3,-2,8,1,5,-3v-5,2,-10,-9,-5,-5v7,1,4,-3,2,-6v-2,1,-5,-4,-1,-4v0,1,-1,3,1,3v-2,-6,2,-8,-3,-9v4,0,6,-7,2,-4v-1,0,-7,-3,-2,-4v0,2,0,2,2,2v0,0,0,-2,1,-2v0,0,0,2,1,2v0,-3,-4,-11,0,-11v0,4,1,3,3,1v-1,-2,-4,-8,1,-4v-1,0,-1,1,-1,2v2,-5,0,-15,6,-9v0,-9,10,-5,12,-4v-2,0,-2,3,0,4v2,-3,7,-7,-1,-6v2,-4,-6,-4,-1,-3v-1,1,-5,5,-4,-1v1,0,1,0,1,-1r-2,1v2,-4,-5,-6,-1,-4v0,4,-1,3,-3,1v-3,-3,2,-4,-2,-7v1,4,-4,6,-2,1v-2,-2,-4,-1,-3,-7v-6,1,2,-4,-5,-5v0,0,0,2,-1,2v-1,-6,9,-6,3,-8v0,0,2,0,2,-1v-4,0,-2,-4,-3,-8v5,-1,1,-4,0,0v-2,0,-1,2,-1,3v1,0,1,0,1,1v-5,1,2,-9,-5,-7v0,-2,-2,-5,0,-5v0,3,3,3,6,2v-3,0,-5,-10,0,-6v0,0,2,0,2,-1v-6,-3,-6,-2,-4,-9v1,0,4,1,4,-1v-3,0,-6,0,-5,-4v2,0,5,1,5,-1v-2,0,-5,1,-4,-2v5,2,6,-6,2,-2v-4,-4,2,-8,4,-12v-3,1,-5,-1,-4,-4v2,0,4,3,2,0v0,-2,-6,-2,-3,-6v8,-1,0,-1,0,-5v5,0,-1,-3,7,-3v-1,-8,7,-8,13,-8v-1,0,-4,1,-4,-1v3,-1,7,2,8,0v-1,-1,-4,0,-3,-3v3,-1,2,1,4,2v1,-3,1,-2,5,-2v-1,5,3,2,7,2v0,-3,0,-5,2,-2v-1,2,1,2,3,2v0,0,0,-2,1,-2v4,6,13,10,16,6v0,4,-1,4,3,2v0,-2,0,-2,2,-2v0,2,0,2,2,2v-1,-2,5,-4,2,-3v-3,0,-5,0,-2,-2v5,-1,15,2,10,-3v9,0,19,2,24,-4v0,1,-1,4,1,4v0,-1,-1,-4,1,-4v2,6,1,10,4,17xm44,-185v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm96,-185v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm107,-181v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm54,-180v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm62,-179v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm10,-174v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm10,-166v1,-2,-1,-2,-3,-2v-1,2,1,2,3,2xm7,-152v0,0,2,0,2,-1v0,0,-2,0,-2,1xm10,-143v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm5,-139v2,0,1,-3,0,-1r0,1xm10,-137v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm64,-121v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm9,-118v0,-2,0,-2,-2,-2v0,2,0,2,2,2xm63,-116v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm62,-112v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm11,-93v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm59,-94v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm58,-83v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm58,-80v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm37,-67v1,-3,-6,-8,-5,-2v2,0,2,3,5,2xm44,-72v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm39,-71v-1,2,1,2,3,2v1,-2,-1,-2,-3,-2xm45,-69v0,1,-4,3,-1,2v2,0,1,3,1,4v-1,0,-1,0,-1,1v6,1,7,-9,1,-7xm39,-68v1,2,4,2,2,0r-2,0xm58,-51v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm10,-50v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm58,-45v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm10,-40v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm11,-36v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm59,-36v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm59,-33v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm62,-31v-3,1,-4,2,0,1r0,-1xm11,-27v2,0,1,-2,1,-3v-2,0,-1,2,-1,3xm60,-25v0,0,2,3,2,1v0,0,-2,0,-2,-1xm58,-21v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm23,-12v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm20,-192v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm68,-192v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm39,-191r-1,1v0,-1,0,-1,1,-1xm47,-190v0,0,-2,0,-2,-1v0,0,2,0,2,1xm54,-190v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-190v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm98,-190v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm37,-189v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm39,-189v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm59,-190v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm60,-189v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm70,-189v1,3,-2,2,-4,2v-1,-3,2,-2,4,-2xm57,-186v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm60,-186v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm64,-185v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,-185v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm116,-185v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm59,-184v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm11,-180v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm14,-182v-1,2,-3,1,-2,-1xm113,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm0,-179v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm7,-179v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-177v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm113,-179v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm112,-175v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm113,-174v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm116,-171v0,0,-2,0,-2,-1v0,0,2,0,2,1xm5,-169v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm119,-168v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm121,-165v0,2,-3,1,-5,1v1,-2,-5,-3,0,-4v0,2,1,3,5,3xm6,-163v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-160v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm0,-158v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm113,-148v0,1,-1,1,-2,1v0,-3,0,-3,2,-1xm4,-148v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm109,-147v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm1,-142v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm95,-140v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm97,-139v-2,0,-1,-3,0,-1r0,1xm1,-138v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm91,-138v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,-138v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm106,-137v0,0,-2,0,-2,-1v0,0,2,0,2,1xm111,-137v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm77,-134v-1,-2,1,-3,2,-1xm84,-136v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm89,-134v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm102,-136v0,0,0,2,-1,2v0,0,0,-2,1,-2xm1,-132v-3,-1,2,-2,2,-2v1,2,-2,0,-2,2xm84,-133v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm87,-132v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm102,-133v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm-4,-128v1,-2,5,-6,5,0r-5,0xm80,-130v-2,0,-2,0,-2,-2v2,0,4,0,2,2xm100,-131v0,0,-2,0,-2,-1v0,0,2,0,2,1xm75,-130v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm-5,-128v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm81,-127v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm87,-127v0,1,-1,1,-2,1v0,-2,0,-2,2,-1xm109,-127v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-1,-125v0,-2,3,-1,4,-1v0,2,-3,1,-4,1xm107,-126v0,2,-3,1,-1,0r1,0xm112,-125v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-123v0,0,0,-2,1,-2v0,0,0,2,-1,2xm71,-123v0,0,0,-2,1,-2v0,0,0,2,-1,2xm76,-122v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm71,-121v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm86,-117v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm0,-116v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm79,-115v-1,0,-3,-1,-1,-1xm0,-115v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm75,-110v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-110v0,4,-1,3,-3,1v0,-1,0,-1,1,-1v0,1,0,1,1,1v0,-1,0,-1,1,-1xm5,-106v0,2,-4,3,-4,1xm68,-101v-4,0,-5,-4,0,-2r0,2xm69,-104v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm112,-102v0,-1,1,-3,1,-1xm-1,-103v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm68,-100v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm69,-96v0,0,0,-2,1,-2v0,0,0,2,-1,2xm7,-95v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm1,-93v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-4,-91v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm4,-90v0,-3,5,-5,5,-1xm64,-93v1,0,1,1,1,2v-3,1,-1,1,-1,-2xm63,-88v1,-3,2,2,2,2v-2,1,0,-2,-2,-2xm9,-86v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm62,-88v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm10,-84v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-83v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm1,-80v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm112,-78v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm20,-77v0,0,-2,0,-2,-1v0,0,2,0,2,1xm59,-74v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm60,-71v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-3,-67v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm51,-66v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm51,-64v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm55,-62v2,-3,3,3,3,3v-2,0,1,-4,-3,-3xm1,-61v0,1,-1,3,-1,1xm65,-60v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm62,-59v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm63,-56v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,-54v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm1,-55v0,1,-1,3,-1,1xm64,-51v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-1,-50v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm66,-48v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm69,-47v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,-46v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-3,-45v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-44v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm3,-37v-4,1,-3,-2,-2,-4v3,-1,2,2,2,4xm66,-41v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm-4,-39v1,-1,4,0,3,2v-3,1,-1,-2,-3,-2xm77,-37v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm66,-36v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-3,-35v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm-5,-32v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm68,-32v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-1,-31v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm-4,-30v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,-30v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-1,-29v0,0,-2,0,-2,-1v0,0,2,0,2,1xm1,-29v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-29v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,-25v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-1,-24v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm86,-21v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm5,-19v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm4,-19v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm66,-18v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-3,-17v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm-5,-14v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-14v0,0,-2,0,-2,-1v0,0,2,0,2,1xm7,-12v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm11,-14v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm58,-14v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm64,-12v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm11,-10v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm44,-10v0,0,0,-2,1,-2v0,0,0,2,-1,2xm39,-10v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm5,-8v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm20,-9v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm27,-6v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm30,-6v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm44,-6v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm41,-6v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm20,-4v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-4,0v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm14,-1v-1,2,-3,1,-2,-1xm20,0v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm31,27v-2,0,-1,-3,0,-1r0,1","w":110},"s":{"d":"164,-177r0,1r0,-1xm179,-105v4,-1,5,10,3,5v-2,0,0,-3,-3,-2v1,5,1,2,0,9v-3,-1,-6,1,-2,2v0,-1,1,-1,2,-1v1,6,-6,2,-8,5v8,-1,5,9,5,14v1,0,3,-1,3,1v-6,4,-4,0,-8,0v-1,2,10,8,4,10v-1,-2,0,-5,-3,-4v-1,5,3,3,5,6v-8,0,1,9,-9,9v-1,-3,1,-2,2,-4v-4,-2,-3,1,-3,4v2,0,1,2,1,3v-11,8,-8,10,-14,15v1,0,3,-1,3,1v-10,-2,-9,9,-19,9v-9,5,-16,6,-21,14v0,-6,-11,-4,-6,-4v0,2,-2,1,-3,1v0,-1,0,-1,-1,-1v2,7,-2,-1,-4,2v2,0,2,0,2,2v-4,2,-7,-1,-3,-3v-4,0,-7,6,-11,1v0,2,0,4,-2,3v1,-6,-6,-1,-9,-4v0,5,0,1,-4,1v-1,-3,-9,1,-9,-6v-2,0,-2,0,-2,2v0,0,2,0,2,1v-4,0,-6,4,-9,0v0,2,0,4,-3,3v1,-7,-5,2,-6,-4v1,0,3,2,3,0v-3,1,-1,-2,-3,-2v0,0,0,2,-1,2v0,-7,2,-4,-4,-3v-10,-1,-11,-6,-21,-9v-2,-10,-13,-9,-15,-18v-3,1,-3,0,-2,-3v5,0,2,-9,9,-8v5,-8,10,-10,20,-11v-1,-5,5,-4,9,-3v8,8,19,12,30,15v0,-3,0,-3,2,-1v-1,2,1,2,3,2v0,-1,0,-1,1,-1v24,6,24,-6,36,-7v1,-5,1,-2,-2,-6v4,0,3,-1,2,-4v-4,2,-7,1,-5,-4v-4,-1,-10,-1,-6,-5v-3,-3,-11,0,-6,1v0,4,-1,3,-4,2v1,-5,-1,-6,-6,-7v0,2,0,4,-2,3v-2,-5,-13,-4,-11,-15v-3,-1,-1,2,-3,2v1,-8,12,-5,11,-14v-2,1,-2,-1,-2,-3v8,-1,11,-6,15,-11v0,2,0,4,3,3v3,-11,9,-1,14,-10v0,2,0,4,3,3v0,0,0,-2,1,-2v0,2,0,2,2,2v1,-3,-2,-1,-2,-3v10,5,21,-5,8,-2v5,-22,-29,-17,-27,-25v-3,0,-2,5,-7,3v1,-6,-3,-2,-8,-4v0,2,1,6,-2,5v0,-3,0,-3,-2,-1v0,2,-2,1,-3,1v-1,-3,1,-5,-4,-3v0,8,-7,1,-9,5v3,-1,3,1,3,4v0,0,-2,0,-2,1v0,0,2,0,2,1v-3,0,-3,3,-2,5v5,-3,4,2,8,-1v-1,6,2,-2,4,3v-2,0,-2,0,-2,2v2,-1,3,5,5,0v-4,0,-3,-1,-1,-3v7,0,0,12,7,5v3,6,9,5,3,11v-8,2,-8,7,-8,16v-1,0,-4,1,-4,-1v2,0,4,0,2,-2v-11,-2,-1,14,-10,8v-12,17,-20,5,-32,3v1,-5,-1,0,-6,-1v-1,-5,-14,-5,-9,-14v-4,-1,-1,-4,-5,-1v-3,-5,-3,-11,-5,-12v0,3,0,1,-3,1v0,-5,4,-3,5,-5v-6,-3,-9,-6,-4,-11v0,1,0,1,1,1v-2,-5,5,-9,-1,-9v1,3,-4,5,-1,2v0,-6,5,-2,5,-6v-2,0,-2,-1,-3,-3v10,2,-1,-4,5,-9v1,1,0,4,3,3v1,-6,0,-4,-2,-9v1,1,6,1,3,0v7,-8,6,-8,11,-6v0,-6,4,-6,6,-11v-1,3,1,3,4,3v1,-6,0,-6,6,-4v0,-5,1,-6,7,-7v-1,3,2,5,3,2v-2,0,-2,0,-2,-2v3,-2,2,1,4,2v8,-10,29,-2,38,-9v0,2,0,4,2,3v0,-2,0,-4,2,-2v-1,4,5,1,8,2v-1,-3,6,-4,3,-2v1,3,-2,2,-3,4v4,1,3,-2,5,-4v0,5,10,-1,7,7v1,-2,3,-3,7,-3v-1,3,2,6,2,1v-1,0,-1,0,-1,-1v4,1,6,2,3,6v6,1,6,8,11,7v0,-2,0,-4,2,-2v-1,7,11,5,3,3v1,-5,2,-1,6,-1v1,6,-8,11,1,8v0,1,0,1,1,1v-1,-1,-2,-2,1,-2v1,3,3,7,7,5v2,11,-8,12,-10,21v-1,0,-4,-1,-4,1v3,0,3,0,1,2v-6,3,-3,6,-10,4v-3,6,-6,11,-9,8v-1,4,4,2,4,7v-4,3,0,5,3,7v5,-2,3,-2,8,-1v0,6,10,-2,6,9v1,-4,5,0,9,-1v-1,3,2,1,2,3v-1,0,-3,-1,-3,1v2,0,7,4,4,1v1,-6,3,2,6,0v0,5,-5,0,-3,5v4,-4,12,-4,4,-1v-2,4,-2,8,2,10v-2,-6,5,-3,5,-7xm161,-171v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm154,-176v0,0,0,2,1,2v0,0,0,-2,-1,-2xm150,-180v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm148,-151v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm17,-159v0,0,0,-2,-1,-2v0,0,0,2,1,2xm12,-141v0,0,2,0,2,-1v0,0,-2,0,-2,1xm15,-135v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm16,-153v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm16,-121v2,0,1,-2,1,-3v-2,0,-1,2,-1,3xm21,-118v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm23,-173v0,0,3,3,3,1xm24,-170v-2,1,-1,3,1,2xm26,-112v-2,0,-4,0,-3,3v1,-1,4,0,3,-3xm26,-174v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm55,-192v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm80,-134v0,0,0,2,1,2v0,0,0,-2,-1,-2xm79,-112v2,-1,-2,-2,-2,-2v-1,2,2,0,2,2xm76,-117v-1,2,1,3,2,1xm70,-198v1,-1,2,-2,-1,-2v-1,2,-2,2,1,2xm80,-158v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm89,-200v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm95,-199v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm99,-199v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm108,-154v0,0,0,-2,-1,-2v0,0,0,2,1,2xm127,-194v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm130,-134v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm97,-82v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm116,-73v0,-2,0,-2,-2,-2v0,2,0,2,2,2xm16,-35v2,0,1,-2,1,-3v-3,0,-1,0,-1,3xm30,-28v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm38,-23v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm54,-18v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm58,-17v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm62,-15v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm74,-17v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm90,-13v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm97,-12v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm114,-14v2,0,2,-1,1,-2xm118,-13v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm151,-119v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm159,-112v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm160,-114v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm164,-48v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm165,-108v0,-2,-3,-1,-1,0r1,0xm172,-77v0,0,3,3,3,1xm171,-59v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm171,-99v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm176,-97v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm126,-216v0,0,-2,0,-2,-1v0,0,2,0,2,1xm87,-212v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm82,-209v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm35,-207v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm82,-206v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm89,-206v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm22,-205v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-205v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm87,-205v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm96,-205v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm106,-205v0,2,-3,1,-1,0r1,0xm124,-204v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm155,-204v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm81,-204v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm82,-204v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm86,-201v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm58,-201v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm60,-200v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-201v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm124,-201v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm130,-201v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm147,-200v0,0,-2,0,-2,-1v0,0,2,0,2,1xm136,-199v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm53,-198v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm145,-198v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm141,-198v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm140,-197v0,0,0,2,-1,2v0,0,0,-2,1,-2xm47,-195v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm139,-193v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm44,-192v-3,-1,2,-2,2,-2v1,2,-2,0,-2,2xm147,-193v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm141,-193v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm149,-193v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm139,-190v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm153,-190v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm31,-189v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm140,-189v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm147,-188v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm22,-185v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm28,-183v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm160,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm158,-181v-1,2,-3,1,-2,-1xm21,-178v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm19,-178v0,0,-2,0,-2,-1v0,0,2,0,2,1xm19,-176v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm19,-176v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm16,-174v1,0,1,1,1,2v-2,0,-2,0,-1,-2xm11,-165v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-163v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm10,-162v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm8,-158v0,0,-2,0,-2,-1v0,0,2,0,2,1xm159,-158v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm8,-157v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm85,-154v-1,-3,3,-2,5,-2v1,3,-3,2,-5,2xm160,-156v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm12,-153v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-152v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm76,-153v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm85,-153v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm156,-152v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm75,-151v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-150v0,0,-2,0,-2,-1v0,0,2,0,2,1xm70,-151v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm155,-151v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm153,-150v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm68,-148v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm109,-148v0,0,2,0,2,1v0,0,-2,0,-2,-1xm114,-147v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm163,-148v1,0,3,1,1,1xm73,-147v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm91,-146v0,-2,3,-1,1,0r-1,0xm111,-145v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm113,-146v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm155,-146v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm160,-146v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm8,-144v0,4,-4,5,-2,0r2,0xm70,-144v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm94,-142v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm120,-142v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm147,-144v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm150,-142v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm73,-142v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm113,-141v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm116,-142v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm144,-142v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm157,-142v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm80,-141v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm82,-139v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm109,-138v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm136,-138v2,-1,8,-1,4,2v1,-5,-4,4,-4,-2xm147,-139v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm127,-135v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm144,-138v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm122,-135v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm8,-134v0,0,-2,0,-2,-1v0,0,2,0,2,1xm121,-135v0,0,1,8,0,4v-3,-1,1,-1,0,-4xm159,-135v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm165,-132v0,0,0,-2,1,-2v0,0,0,2,-1,2xm97,-132v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm109,-131v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm138,-131v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm108,-127v-2,0,-1,-3,-1,-4v2,0,1,3,1,4xm127,-131v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm153,-130v0,0,-2,0,-2,-1v0,0,2,0,2,1xm155,-131v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm159,-130v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm91,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm103,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm96,-127v0,0,0,-2,1,-2v0,0,0,2,-1,2xm136,-129v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm150,-126v-1,-3,1,-3,4,-3v1,3,-2,1,-4,3xm5,-127v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm174,-126v0,0,-2,0,-2,-1v0,0,2,0,2,1xm9,-125v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm100,-125v0,2,-3,1,-1,0r1,0xm153,-125v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm154,-124v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm160,-124v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm11,-120v-3,1,-2,-2,-2,-4v2,0,2,2,2,4xm159,-124v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm91,-123v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm12,-120v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm90,-121v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm95,-121v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm159,-120v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm168,-118v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm87,-118v2,0,2,1,1,2xm172,-118v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm8,-117v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm85,-115v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm164,-115v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm171,-115v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm15,-114v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm19,-112v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm5,-112v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm20,-113v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm171,-113v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm14,-110v0,0,0,-2,1,-2v0,0,0,2,-1,2xm16,-109v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm77,-103v0,0,-3,-2,-1,-2xm77,-105v0,0,2,0,2,1v0,0,-2,0,-2,-1xm172,-104v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm27,-99v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm28,-102v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm30,-98v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm71,-98v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm42,-95v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm40,-94v-2,1,-3,-1,-1,-2xm49,-94v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm69,-94v-2,0,-1,-3,0,-1r0,1xm73,-94v0,0,-2,0,-2,-1v0,0,2,0,2,1xm46,-94v0,2,-6,1,-3,0r3,0xm62,-93v0,0,-2,0,-2,-1v0,0,2,0,2,1xm74,-93v0,-1,1,-1,2,-1v0,2,0,2,-2,1xm49,-93v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm74,-92v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm48,-91v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm67,-91v0,0,-2,0,-2,-1v0,0,2,0,2,1xm12,-91v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm70,-91v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm8,-88v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm79,-85v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm81,-85v0,0,0,2,-1,2v0,0,0,-2,1,-2xm76,-82v0,-2,3,-1,1,0r-1,0xm91,-82v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm94,-82v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm89,-80v0,0,-2,0,-2,-1v0,0,2,0,2,1xm76,-78v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm85,-80v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm103,-76v-3,0,-3,-3,0,-1r0,1xm109,-73v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm62,-73v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm103,-73v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm14,-68v1,-3,2,-4,1,0r-1,0xm58,-70v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm32,-70v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm49,-70v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm77,-68v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm111,-68v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm50,-68v4,0,5,4,0,2r0,-2xm69,-68v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm80,-68v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm55,-65v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm65,-64v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm101,-65v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm107,-64v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm114,-64v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm17,-62v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm64,-62v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm63,-61v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm68,-60v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm87,-60v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm103,-60v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm74,-59v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-58v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm86,-59v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm71,-58v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm89,-56v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm6,-51v0,0,2,0,2,1v0,0,-2,0,-2,-1xm174,-50v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm171,-44v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm166,-41v0,0,0,-2,1,-2v0,0,0,2,-1,2xm162,-40v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm164,-41v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm167,-41v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm168,-39v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm166,-38v2,0,1,3,0,1r0,-1xm5,-37v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm157,-35v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm162,-35v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm14,-33v0,0,-2,0,-2,-1v0,0,2,0,2,1xm160,-34v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm167,-34v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm174,-34v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm6,-33v0,0,2,0,2,1v0,0,-2,0,-2,-1xm14,-30v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm18,-31v1,-2,3,-1,2,1xm4,-29v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm14,-29v0,0,-2,0,-2,-1v0,0,2,0,2,1xm164,-29v-2,0,-2,-1,-1,-2xm155,-29v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm14,-27v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm21,-26v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm159,-27v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm24,-25v1,-2,3,-1,2,1xm147,-23v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm159,-23v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm21,-21v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm28,-21v0,0,0,2,-1,2v0,0,0,-2,1,-2xm35,-18v0,0,-2,0,-2,-1v0,0,2,0,2,1xm28,-17v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm32,-15v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm36,-15v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm41,-15v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm129,-15v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm135,-17v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm44,-14v0,0,2,0,2,1v0,0,-2,0,-2,-1xm63,-11v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm68,-9v0,0,0,-2,1,-2v0,0,0,2,-1,2xm109,-9v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm112,-9v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm59,-8v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm69,-9v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm76,-9v2,0,5,2,0,2r0,-2xm100,-8v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm112,-8v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm117,-8v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm43,-7v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm82,-7v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm90,-7v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm156,-7r0,2v-3,-1,-4,-3,0,-2xm63,-6v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm93,-5v-1,0,-3,-1,-1,-1xm101,-6v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm48,-5v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm60,-5v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm84,-2v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm43,-1v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm285,21v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm154,22v1,0,1,1,1,2v-1,0,-1,-1,-1,-2","w":164},"t":{"d":"85,-255v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm71,-252v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm58,-250v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm7,-174v9,2,8,-6,15,-6v0,-4,3,-3,1,0v9,-3,4,-8,10,-8v0,0,0,2,1,2v0,-2,-7,-5,-1,-7v-1,2,1,2,3,2v1,-3,-2,-1,-2,-3v3,0,6,-7,0,-6v0,-2,6,-3,3,-6v-2,0,-4,0,-3,-2v3,1,4,-2,3,-4v-5,0,-3,-4,-4,-10v1,0,3,1,3,-1v-3,1,-4,-1,-2,-3v2,0,5,1,5,-1v-4,0,-2,-1,-2,-5v1,0,1,0,1,-1r0,-6v0,1,0,1,1,1v-1,-2,3,0,3,-2v-4,1,-5,-3,-2,-4v2,0,5,-4,3,0v0,1,1,1,2,1v4,-4,8,2,10,-3v0,4,1,3,4,2v1,-2,-7,-4,-2,-3r25,0v0,3,-3,5,0,4v3,-1,1,2,3,4v-6,-2,-8,8,-3,2v-1,0,-1,0,-1,-1v10,0,0,5,5,9v0,0,0,-2,1,-2v1,4,-2,3,-3,5v5,0,6,4,0,1v5,7,-1,7,1,12v3,1,1,-3,5,-2v-1,5,-5,5,-2,13v3,-1,4,1,2,3v-2,0,-2,0,-2,2v2,0,5,-4,3,0v1,4,-5,-2,-5,6v4,-1,-1,6,4,5v0,0,0,-2,1,-2v0,2,0,4,2,2v0,-2,1,-2,3,-3v0,4,0,2,3,1v0,-1,1,-1,2,-1v-2,4,5,7,6,3v-2,0,-2,0,-2,-2v4,-4,4,7,8,4v-1,0,-1,0,-1,-1v0,0,6,-3,5,1v-1,0,-3,-1,-3,1v9,4,4,4,11,4v0,2,2,6,0,6v0,-2,-3,-1,-5,-1v6,6,-1,13,4,16v0,-1,-1,-3,1,-3v5,12,-10,0,-5,8v-1,-1,-6,-1,-3,0v-10,4,-14,5,-21,4v-4,6,-2,3,-9,6v0,0,0,-2,-1,-2v-2,6,10,4,4,8v0,-1,-1,-1,-2,-1v1,3,6,8,0,8v0,-1,1,-4,-1,-4v0,1,-1,7,0,4v6,1,2,8,9,10v-9,-4,-7,6,-3,4v2,1,4,1,2,3v-5,-2,-5,4,-8,9v4,-1,6,12,3,5v0,0,-2,0,-2,1v2,0,2,0,2,2v0,0,-2,0,-2,1v0,0,2,0,2,1v-1,-1,-6,-1,-3,0v-1,2,3,0,3,2v-4,-1,-5,2,-2,4v2,-1,4,-1,3,2v-3,-1,-2,2,-5,2v0,-1,2,-4,-1,-3v2,17,-17,5,-16,16v-9,-5,-15,-14,-23,-9v4,-1,3,2,3,5v-8,-3,-12,-10,-12,-14v0,2,-3,1,-4,1v-1,-8,-4,-2,-2,-11v-4,0,-5,1,-3,-3v3,-1,5,3,3,0v-1,-4,0,-7,5,-6v4,-6,-5,-10,0,-14v0,1,0,1,1,1v-3,-8,1,-10,-5,-13v4,-5,-2,-16,-6,-9v1,-5,-3,-2,-7,-2v0,1,1,3,-1,3v-2,-13,-22,-21,-9,-19v-4,-1,-2,-9,1,-5v4,0,3,-3,1,-3v-1,0,-3,1,-3,-1v7,-2,-1,-1,-1,-4xm11,-159v0,0,0,-2,-1,-2v0,0,0,2,1,2xm11,-163v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm88,-121v2,-3,2,-3,-1,-1v0,1,0,1,1,1xm123,-178v0,0,0,2,1,2v0,0,0,-2,-1,-2xm109,-183v0,0,-3,3,-1,3xm98,-184v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm94,-183v1,0,3,-1,1,-1xm88,-200v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm85,-134v0,0,0,2,1,2v0,0,0,-2,-1,-2xm84,-231v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm78,-80v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm64,-244v1,-2,-1,-2,-3,-2v-1,2,1,2,3,2xm37,-213v0,0,0,-2,-1,-2v0,0,0,2,1,2xm37,-218v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm38,-95v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm36,-98v0,0,0,2,1,2v0,0,0,-2,-1,-2xm34,-105v-3,0,-1,4,0,1r0,-1xm38,-92v0,0,-3,2,-1,2v0,0,0,-2,1,-2xm45,-84v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm45,-79v0,-1,-1,-3,-1,-1xm44,-83v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm42,-92v0,0,-3,-3,-3,-1xm39,-114v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm39,-123v2,0,1,-2,1,-3v-2,0,-1,2,-1,3xm39,-228v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm39,-235v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm39,-137v0,0,-3,2,-1,2v0,0,0,-2,1,-2xm36,-190v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm34,-141v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm34,-145v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm32,-183v0,0,0,2,1,2v0,0,0,-2,-1,-2xm27,-148v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm13,-162v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm73,-249v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm49,-247v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm53,-246v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm85,-244v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm87,-243v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm93,-240v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm31,-240v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm86,-239v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm103,-237v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm34,-234v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm36,-233v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm90,-231v0,0,-2,0,-2,-1v0,0,2,0,2,1xm34,-229v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm27,-226v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm32,-226v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm90,-224v0,-1,1,-3,1,-1xm31,-221v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm108,-218v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm93,-219v0,1,-1,3,-1,1xm93,-215v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm108,-215v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm103,-211v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm93,-211v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm108,-211v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm31,-210v0,2,-1,2,-2,1xm88,-208v0,0,2,0,2,1v0,0,-2,0,-2,-1xm91,-206v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm93,-206v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm97,-203v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm96,-203v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm93,-197v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm36,-197v1,2,-1,2,-3,2v-2,-2,3,-2,3,-2xm33,-194v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm94,-194v0,-2,4,0,1,0r-1,0xm91,-194v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm19,-191v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm103,-193v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm27,-190v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm102,-189v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm19,-184v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm13,-181v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm128,-169v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm126,-167v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm124,-166v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm122,-153v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm119,-148v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm116,-146v0,0,-2,0,-2,-1v0,0,2,0,2,1xm98,-146v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm101,-145v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm107,-142v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm14,-140v2,-2,5,1,2,2v0,-1,0,-2,-2,-2xm26,-141v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm30,-138v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm97,-141v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm95,-140v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm19,-139v0,1,-1,3,-1,1xm24,-139v0,1,-1,3,-1,1xm31,-138v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm92,-137v3,-3,6,2,1,1v0,-1,0,-1,-1,-1xm97,-137v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm23,-136v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-136v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm24,-136v0,0,2,0,2,1v0,0,-2,0,-2,-1xm91,-134v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm96,-135v0,2,-3,1,-1,0r1,0xm98,-134v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm92,-134v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm33,-131v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm91,-129v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm99,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm32,-122v-4,-1,-1,-4,-1,-7v1,1,3,5,1,7xm92,-129v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm96,-129v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm96,-123v-2,0,-4,0,-3,-3v3,-1,3,-1,3,3xm114,-127v0,0,2,0,2,1v0,0,-2,0,-2,-1xm112,-126v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm114,-125v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm26,-121v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm29,-119v0,-2,4,0,1,0r-1,0xm91,-119v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm34,-117v-3,2,-3,1,-2,-2v2,-1,0,2,2,2xm94,-118v1,-2,3,-1,2,1xm103,-117v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm99,-116v0,0,2,0,2,1v0,0,-2,0,-2,-1xm30,-115v2,0,1,3,1,4v-2,0,-1,-3,-1,-4xm99,-115v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm27,-113v1,3,-2,5,-3,2v3,1,1,-2,3,-2xm34,-111v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm93,-111v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm28,-110v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm102,-111v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm92,-110v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm26,-109v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm29,-108v0,-2,4,0,1,0r-1,0xm23,-108v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm96,-108v0,2,-3,1,-1,0r1,0xm93,-107v-1,3,-4,5,-2,0r2,0xm95,-103v1,3,-1,3,-4,3v-1,-3,1,-3,4,-3xm95,-99v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm98,-99v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm30,-96v0,2,-3,1,-4,1v0,-2,2,-1,4,-1xm95,-96v1,2,-1,2,-3,2v0,-1,1,-2,3,-2xm104,-95v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm27,-94v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm91,-93v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm91,-90v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm29,-89v1,0,3,1,1,1xm30,-87v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm92,-87v2,0,1,3,0,1r0,-1xm32,-84v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm94,-84v1,0,3,1,1,1xm38,-80v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm90,-80v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm99,-78v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm37,-78v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm55,-78v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm84,-78v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm88,-77v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm53,-75v0,0,4,1,1,0r-1,0xm59,-75v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm116,-73v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm44,-72v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm126,-25v-1,2,3,0,3,2v-6,-1,-4,4,-3,8v-5,1,-1,-4,-6,-2v1,8,-9,7,-15,10v1,0,3,-1,3,1v-9,2,-14,0,-7,5v-6,2,-4,-5,-10,-2v0,-1,1,-3,-1,-3v1,5,-4,1,-6,3v-1,-7,-12,5,-8,-5v-8,4,-10,-2,-15,-4v0,3,-2,6,-2,0v1,0,1,-1,1,-2r-2,1v0,-2,1,-5,-1,-5v1,4,-1,5,-4,3v1,-3,-2,-1,-2,-3v1,-1,4,0,3,-3v-3,-1,-6,-3,-10,-1v2,-7,-3,-10,1,-13v-12,3,-12,-8,-3,-4v-6,-5,-4,-12,-2,-16v4,0,2,-1,3,-6v-1,-1,-5,-4,-3,0v0,0,2,0,2,1v-4,0,-11,-2,-5,-5v0,0,0,2,1,2v-2,-7,8,1,2,-8v3,-1,1,5,5,2v0,-4,3,-3,6,-2v-2,3,0,5,3,3v0,-5,8,-6,3,-1v4,1,1,7,6,6v-1,-3,2,-2,4,-2v-1,4,6,0,9,3v-1,-5,1,0,6,-1v5,4,3,10,8,12v1,-3,-1,-2,-2,-4v6,-3,2,5,7,6v-2,-1,-7,1,-4,3v-1,-3,2,-2,4,-2v0,2,1,2,3,3v-1,-3,1,-3,4,-3v-1,11,4,-2,6,6v0,0,0,-2,1,-2v0,2,0,2,2,2v1,-1,0,-4,3,-3v-1,10,14,-1,5,10v3,0,8,6,1,5v0,6,7,1,8,5r-2,0xm42,-38v0,1,1,3,1,1xm42,-53v0,1,1,3,1,1xm44,-36v2,0,1,-3,0,-1r0,1xm48,-25v0,-2,0,-2,-2,-2v0,2,0,2,2,2xm57,-27v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm57,-66v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm71,-14v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm78,-8v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm101,-46v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm97,-42v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm103,-7r-6,0r6,0xm111,-40v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm113,-41v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm118,-31v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm118,-19v3,0,-1,-4,4,-2v1,-3,-2,-2,-4,-2r0,4xm78,-72v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm33,-71v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm61,-72v0,0,2,0,2,1v0,0,-2,0,-2,-1xm70,-71v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm114,-71v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-69v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm76,-69v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm77,-68v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm36,-68v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm75,-66v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm78,-68v3,0,5,0,3,3v-2,0,-4,0,-3,-3xm103,-68v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm67,-65v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm88,-66v3,-1,5,2,2,3v1,-3,-2,-1,-2,-3xm30,-63v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm92,-62v0,2,-4,3,-4,1xm108,-62v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm30,-61v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm93,-61v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm32,-58v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm88,-60v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm40,-58v-1,3,-3,5,-3,0r3,0xm107,-57v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm37,-54v-4,0,-3,-3,0,-1r0,1xm33,-54v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm30,-53v1,0,2,2,0,2v-1,-1,0,0,0,-2xm101,-51v-2,1,-3,-1,-1,-2xm109,-50v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm36,-50v3,-1,2,2,2,4v-1,1,-5,2,-4,-2v2,0,2,0,2,-2xm29,-47v1,-2,3,-1,2,1xm120,-46v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm130,-46v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm116,-44v0,0,2,-3,2,-1xm37,-44v1,2,1,4,-3,3v-2,-3,0,-5,3,-3xm129,-44v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm30,-44v1,2,6,5,0,4r0,-4xm128,-42v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm119,-41v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm129,-37v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm131,-37v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm126,-37v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm128,-36v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm130,-36v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm36,-35r0,5r0,-5xm133,-34v-1,0,-3,-1,-1,-1xm128,-34v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm128,-30v-3,1,-5,-2,-2,-3v-1,3,2,1,2,3xm38,-28v0,-2,3,-2,4,0r-4,0xm122,-29v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm30,-27v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm129,-25v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm42,-22v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm38,-21v0,-2,3,-1,4,-1v0,2,-3,1,-4,1xm131,-21r2,0v-2,0,-1,2,-2,0xm49,-21v2,0,2,4,0,4v-1,-2,0,-1,0,-4xm29,-19v1,0,3,1,1,1xm129,-17v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm49,-15v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm135,-15v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm49,-13v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm124,-14v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm126,-14v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm58,-12v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm122,-12v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm51,-10v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm55,-8v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm122,-10r-5,0r5,0xm32,-7v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm42,-7v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm63,-7v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm114,-7v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm64,-4v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm119,-6v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm54,-4v4,0,3,3,0,1r0,-1xm59,-4v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm126,-3v0,0,2,0,2,1v0,0,-2,0,-2,-1xm78,0v-2,-1,3,-2,3,-2v0,1,-1,2,-3,2xm78,2v0,0,2,0,2,1v0,0,-2,0,-2,-1xm63,9v2,0,1,2,1,3v-2,0,-1,-2,-1,-3","w":129},"u":{"d":"139,-207v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm63,-203v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm177,-198v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm164,-197v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm54,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm42,-184v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm51,-185v0,0,-2,0,-2,-1v0,0,2,0,2,1xm24,-184v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm6,-180v-2,0,-1,-3,-1,-4v2,0,1,3,1,4xm12,-183v0,0,-2,0,-2,-1v0,0,2,0,2,1xm40,-183v-1,1,-1,6,0,3v2,1,0,-2,2,-2v1,3,4,4,1,0v5,0,2,4,9,2v0,2,0,2,2,2v-1,-2,1,-2,3,-2v1,2,-2,0,-2,2v4,3,5,-1,8,1v2,10,7,18,4,27v-4,-1,-3,2,-3,5v2,0,4,2,2,4v0,0,-2,0,-2,1v0,0,2,0,2,1v0,0,-2,0,-2,1v3,-1,6,2,2,3v0,-1,-1,-1,-2,-1v7,0,4,7,2,11v0,-2,-2,-1,-3,-1v0,3,2,4,3,8v-3,-1,-4,2,-2,4v5,-1,2,2,2,6v0,0,-2,0,-2,1v3,-1,4,1,2,3v0,0,-2,0,-2,1v1,1,4,0,3,3v-5,0,-3,3,-4,8v5,-1,2,5,4,9v-4,-1,-5,8,-3,3v9,5,-2,10,-2,16v3,-1,6,2,5,4v-2,0,-5,-1,-5,1v14,-1,0,15,21,16v-1,2,1,2,3,2v0,-4,7,-3,14,-4v4,2,12,7,11,13v-8,0,-1,5,-9,6v4,-1,1,5,2,8v-6,-1,-8,7,-11,10v3,0,3,0,1,2v-1,0,-3,-1,-3,1v4,-1,5,3,2,4v-2,-1,-6,-4,-8,0v0,0,2,0,2,1v-8,0,-14,2,-18,-3v0,6,-2,0,-6,1v-2,-1,1,-5,-1,-5v-2,3,-4,8,-8,4v2,0,3,-5,1,-2v-6,-4,-9,1,-12,-9v0,3,-1,1,-4,2v0,-4,5,-1,1,-6v-12,4,-2,-8,-10,-3v-1,-4,-5,-4,-6,-7v3,1,3,-4,2,-6v-2,0,-1,-2,-1,-3v2,0,1,-3,1,-4v-4,1,-3,-2,-5,-3v0,1,1,3,-1,3v1,-6,1,-12,-2,-7v0,-2,-3,0,-3,-3v7,-2,2,-6,3,-10v3,1,3,-2,1,-3v1,2,-1,2,-3,2v-1,-1,-1,-6,0,-3v12,-7,-7,-13,2,-22v-3,1,-2,-2,-2,-4v8,-3,-1,-7,3,-12v-5,-1,-4,-9,-4,-14v-1,2,1,2,3,2v0,-5,-5,-3,1,-6v-4,1,-5,-2,-3,-5v8,-1,-1,-9,3,-16v-2,0,-5,1,-4,-2v5,1,4,-1,3,-6v-2,0,-2,0,-2,-2v4,1,0,-2,2,-3v-6,-3,1,-11,-9,-11v8,-1,2,-6,9,-8v-5,1,-7,-3,-2,-4v8,3,12,-4,19,-1v1,-4,1,-2,5,-4xm63,-170v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm17,-164v1,2,3,1,2,-1xm63,-161v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm19,-159v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm64,-159v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm60,-154v0,-1,-1,-3,-1,-1xm66,-151v0,-2,-3,-1,-4,-1v0,2,3,1,4,1xm19,-150v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm64,-131v0,0,2,0,2,-1v0,0,-2,0,-2,1xm64,-110v0,-1,-1,-3,-1,-1xm19,-104v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm20,-91v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm19,-87v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm21,-80v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm58,-55v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm59,-53v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm21,-50v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm69,-45v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm35,-39v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm27,-35v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm30,-28r-3,1xm33,-26v0,0,2,0,2,-1v0,0,-2,0,-2,1xm39,-24v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm87,-15v0,-1,-1,-3,-1,-1xm46,-14v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm90,-14v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm51,-12v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm89,-11v1,1,7,-3,4,-1xm48,-12v0,2,3,1,1,0r-1,0xm83,-11v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm86,-11v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm55,-11v0,3,2,2,2,0r-2,0xm47,-10r1,3xm74,-7v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm90,-5v0,-2,-4,-3,-4,-1xm70,-5v0,0,2,0,2,-1v0,0,-2,0,-2,1xm78,-5v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm22,-179v0,-2,0,-4,3,-3v-1,1,0,4,-3,3xm62,-180v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm67,-180v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm19,-177v-3,-1,2,-2,2,-2v1,2,-2,0,-2,2xm10,-177v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm143,-178v0,2,-3,1,-1,0r1,0xm174,-126v-3,1,-2,-4,-3,1v4,0,6,0,4,4v-3,1,-2,-1,-4,-2v0,4,4,4,1,6v2,0,2,0,2,2v-2,-1,-2,1,-2,3v0,0,2,0,2,1v-3,-1,-2,4,-2,6v2,0,2,0,2,2v-5,-1,-4,6,-2,8v0,-2,0,-2,2,-2v1,4,-2,2,-3,5v5,-1,0,1,1,6v-1,12,3,16,2,21v-6,4,-3,19,1,22v-3,0,-5,0,-4,3v3,0,3,0,1,2v-1,0,-1,0,-1,1v3,5,0,17,-1,21v5,-1,9,6,1,3v-1,1,-2,2,1,2v0,-1,1,-1,2,-1v-8,12,-22,3,-34,7v0,-5,-1,0,-7,-2v0,2,0,2,-2,1v1,-2,-2,0,-2,-2v5,1,3,-6,3,-8v1,2,-1,2,-3,2v-1,-5,4,-1,2,-7v-4,3,-10,9,-14,5v0,-7,5,-2,8,-8v-5,1,-9,1,-5,-4v0,0,-2,0,-2,-1v-1,-8,6,-8,7,-15v-6,1,-1,-5,-4,-7v9,-2,0,-11,8,-17v-4,-12,0,-21,0,-31v3,0,3,0,2,-3v0,0,-2,0,-2,-1v3,-1,3,-1,2,-4v-3,-1,-1,2,-3,2v-1,-6,6,-7,1,-10v2,0,2,0,2,-2v-4,0,-1,-4,-2,-9v3,1,2,-2,2,-4v-7,-5,2,-17,-2,-22v3,0,3,0,2,-3v-2,1,-2,-1,-2,-3v1,-1,4,0,3,-3v-3,-1,-2,1,-4,2v-1,-21,28,-20,38,-17v-2,6,7,2,5,10v11,0,-6,9,3,11v2,3,0,4,-2,5v2,0,2,0,2,2v-2,0,-2,0,-2,2v3,-1,2,4,2,6v-7,3,4,6,0,14xm149,-174v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm132,-53v-2,0,-4,0,-3,3v1,-1,4,0,3,-3xm127,-46v0,0,3,-3,1,-3xm126,-37v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm152,-35v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm122,-34v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm160,-32v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm128,-21v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm137,-12v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm148,-11v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm134,-177r-1,0r1,0xm66,-174v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm64,-173v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm13,-173v0,2,-3,1,-1,0r1,0xm130,-171v-1,0,-3,-1,-1,-1xm8,-168v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm10,-171r-1,0r1,0xm68,-171v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm91,-171r-1,0r1,0xm70,-170v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm77,-165v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm6,-165v-1,0,-1,0,-1,-1v2,-1,1,1,1,1xm69,-163v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm73,-162v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm11,-163v1,0,3,1,1,1xm13,-161v0,2,-1,2,-2,1xm10,-157v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm122,-156v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm69,-155v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm14,-153v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm127,-153v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm10,-150v1,-2,4,-2,2,0r-2,0xm15,-148v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm69,-149v0,1,-1,3,-1,1xm180,-147v-2,0,-1,-3,0,-1r0,1xm15,-147v2,-1,5,1,1,1v-1,0,-1,0,-1,-1xm67,-147v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm13,-146v0,2,-3,1,-1,0r1,0xm67,-145v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm5,-141v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm13,-140v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm67,-140v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm176,-141v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm12,-139v0,0,-2,0,-2,-1v0,0,2,0,2,1xm16,-138v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-136v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm75,-135r-5,-1v2,0,3,0,5,1xm16,-135v0,0,2,0,2,1v0,0,-2,0,-2,-1xm78,-135v0,2,-3,1,-1,0r1,0xm175,-132v0,0,0,-2,1,-2v0,0,0,2,-1,2xm14,-130v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm86,-127v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm69,-125v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm76,-126v1,0,3,1,1,1xm12,-125v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm78,-124v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm179,-124v0,0,-2,0,-2,-1v0,0,2,0,2,1xm68,-123v0,2,0,2,-2,2v0,-2,0,-4,2,-2xm72,-123v0,0,-2,0,-2,-1v0,0,2,0,2,1xm14,-118v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm128,-121v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm175,-120v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm81,-118v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm69,-117v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm179,-117v0,0,-2,0,-2,-1v0,0,2,0,2,1xm66,-115v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm69,-117v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm81,-114v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm14,-112v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm71,-112v-1,0,-3,-1,-1,-1xm15,-109v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm71,-110v-1,2,-3,1,-2,-1xm108,-109v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm14,-109v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm68,-107v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-107v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm11,-105v3,0,3,4,1,1xm177,-104v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-100v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm91,-100v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm71,-100v-1,1,-5,1,-2,0r2,0xm75,-99v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm8,-98v0,0,-2,0,-2,-1v0,0,2,0,2,1xm78,-98v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm126,-98v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm174,-98v0,0,-2,0,-2,-1v0,0,2,0,2,1xm14,-97v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-94v-2,0,-1,-3,-1,-4v3,0,1,1,1,4xm18,-96v2,5,-7,4,-2,2v0,-2,0,-2,2,-2xm80,-94v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm64,-94v0,0,2,0,2,1v0,0,-2,0,-2,-1xm73,-92v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm175,-92v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm179,-92v0,0,-2,0,-2,-1v0,0,2,0,2,1xm6,-92v0,0,-2,3,-2,1xm74,-88v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm72,-85v0,0,-2,0,-2,-1v0,0,2,0,2,1xm10,-83v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm122,-83v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm67,-82v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm71,-82v0,2,-4,0,-1,0r1,0xm73,-82v0,0,3,2,1,2v0,-1,0,-1,-1,-1v0,1,0,1,-1,1xm15,-76v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-75v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm75,-75v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-73v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm81,-73v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm71,-73v0,2,-4,0,-1,0r1,0xm18,-70v0,4,-4,5,-2,0r2,0xm73,-67v-2,0,-1,-3,0,-1r0,1xm125,-67v-2,1,-3,-1,-1,-2xm71,-67v-1,1,-5,1,-2,0r2,0xm123,-64v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm15,-61v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm72,-62v2,1,-2,2,-2,2v-1,-2,2,0,2,-2xm125,-59v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm177,-56v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm9,-55v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm101,-55v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm175,-55v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,-54v0,0,-2,0,-2,-1v0,0,2,0,2,1xm72,-54v0,0,-2,0,-2,-1v0,0,2,0,2,1xm75,-54v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm94,-53v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm121,-53v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm174,-55v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm14,-53v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm18,-54v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm175,-53v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm70,-50v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm74,-48v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm77,-49v0,0,-2,0,-2,-1v0,0,2,0,2,1xm16,-48v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm16,-44v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm19,-45v0,2,-3,1,-1,0r1,0xm86,-43v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm20,-38v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm24,-39v0,0,-2,0,-2,-1v0,0,2,0,2,1xm182,-39v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm20,-37v1,-3,2,2,2,2v-2,1,0,-2,-2,-2xm176,-38v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm22,-31v1,-3,5,-3,3,-1v0,2,-2,1,-3,1xm21,-29v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm21,-27v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm112,-27v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm176,-27v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm21,-24v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm107,-26v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm19,-24v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm20,-23v0,0,3,2,1,2xm107,-22v0,0,-2,0,-2,-1v1,0,3,1,2,1xm111,-21v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm118,-22v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm172,-18v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm101,-17v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm36,-14v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm101,-13v-2,0,-1,-2,-1,-3v1,1,2,1,1,3xm116,-14v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm123,-13v-2,0,0,-2,0,-3v2,0,2,0,2,2v0,0,-2,0,-2,1xm120,-12v0,0,-2,0,-2,-1v0,0,2,0,2,1xm96,-11v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm116,-11v0,0,-2,0,-2,-1v0,0,2,0,2,1xm35,-9v0,-1,1,-3,1,-1xm43,-11r-1,0r1,0xm123,-11r-1,0r1,0xm174,-8v0,0,0,-2,1,-2v0,0,0,2,-1,2xm184,-7v0,0,-2,0,-2,-1v0,0,2,0,2,1xm147,-5v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm152,-3v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm72,1v0,0,-2,0,-2,-1v0,0,2,0,2,1xm113,1v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm138,3v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm87,4v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm81,5v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm147,4v0,1,-1,1,-2,1v0,-1,1,-1,2,-1","w":185},"v":{"d":"-45,-114v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm3,-113v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm311,-247v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,-188v0,0,-2,0,-2,-1v0,0,2,0,2,1xm113,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm129,-186v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm125,-185v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm121,-185v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm105,-181v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm8,-181v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm90,-181v0,2,-4,0,-1,0r1,0xm113,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm129,-180v0,2,-2,1,-3,1v0,-3,0,-1,3,-1xm142,-146v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm136,-137v3,1,2,1,2,5v-4,1,-2,-6,-7,-2v0,0,0,2,1,2v0,-2,0,-2,2,-2v1,4,-5,3,-4,9v4,0,4,-1,2,3v-8,6,-9,12,-8,18v-6,2,-6,9,-5,16v-10,-3,0,9,-10,8v0,3,4,2,0,5v2,0,2,0,2,2v-2,0,-4,1,-3,4v3,1,2,-1,4,-2v1,1,1,6,0,3v-13,7,-8,28,-18,35v2,0,4,0,3,3v-4,-1,0,6,-6,2v0,0,2,0,2,-1v-4,-1,-9,1,-7,6v-1,0,-4,-1,-4,1v4,0,4,3,6,5v0,-3,0,-1,3,-1v-6,15,-4,10,-11,14v1,-2,-1,-2,-3,-2v1,3,-4,2,-7,4v-1,-7,-6,3,-10,-4v0,6,-9,1,-14,3v-1,-6,-7,-2,-7,-9v0,2,-1,4,-4,3v-1,-4,4,-1,3,-6v-4,0,-9,-11,-4,-6r1,1v-1,-4,-6,-4,-3,-10v-1,0,-3,1,-3,-1v5,0,2,-6,2,-9v0,1,-1,1,-2,1v1,-5,-4,0,-3,-5v1,0,3,1,3,-1v-2,-1,-7,1,-6,-3v3,1,3,-2,5,-4v-5,0,-7,0,-4,-5v-10,-2,5,-11,-6,-10v1,-12,-5,-14,-7,-19v6,0,-1,-4,1,-8v-1,0,-1,0,-1,-1v1,0,1,0,1,-1v-1,0,-1,-1,-1,-2v1,0,1,0,1,-1v-3,1,-3,-2,-4,-5v1,0,3,1,3,-1v-7,1,-1,-10,-5,-13v0,0,0,2,-1,2v0,-4,-3,-2,0,-6v-9,1,2,-8,-8,-9v-2,-4,8,-1,0,-4v-1,-3,2,-2,2,-5v-2,0,-2,0,-2,-2v0,0,2,0,2,-1v-8,-1,0,-9,-12,-11v1,-4,5,-3,4,-8v-4,1,-3,-10,-3,-5v12,-10,29,-6,45,-5v-2,8,6,14,2,19v8,4,4,24,14,28v-2,0,-4,0,-3,3v7,15,13,38,15,55v6,-2,1,18,9,6v-3,0,-3,-3,-2,-5v3,-2,6,-18,5,-22v1,-2,8,-17,5,-20v2,0,4,0,3,-2v-1,0,-3,1,-3,-1v8,1,0,-10,8,-10v1,-3,-2,-2,-3,-4v6,-10,11,-28,10,-41v6,-2,7,-9,16,-9v0,-2,0,-4,2,-3v9,10,18,-1,33,5v2,7,-7,5,-2,11v0,-1,0,-1,1,-1v-1,5,3,12,-4,9v10,6,-7,12,-3,17xm-8,-156v-1,2,1,2,3,2v1,-2,-1,-2,-3,-2xm0,-136v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm38,-19v1,-2,-1,-3,-2,-1xm40,-17v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm76,-44v0,0,0,2,1,2v0,0,0,-2,-1,-2xm70,-46v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm72,-40v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm72,-42v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm75,-41v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm81,-29v-1,0,-4,-1,-4,1v2,-1,4,3,4,-1xm80,-31v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm81,-35v-1,0,-3,1,-3,-1v3,1,5,-2,2,-3v1,5,-8,0,-3,6v0,-5,2,4,4,-2xm86,-15v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm83,-19v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm82,-31v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm87,-30v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm107,-67v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm127,-121v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm134,-137v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm136,-145v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm11,-178v0,0,-2,0,-2,-1v0,0,2,0,2,1xm13,-176v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm16,-178v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm22,-176v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm16,-175v0,0,-2,0,-2,-1v0,0,2,0,2,1xm113,-176v3,0,1,0,1,2v-1,0,-1,-1,-1,-2xm121,-175v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm17,-175v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm23,-174v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-33,-167v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm90,-167v-1,0,-3,-1,-1,-1xm-13,-164v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm90,-164v0,2,-4,0,-1,0r1,0xm40,-162v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-12,-161v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm89,-151v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm-16,-149v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm-8,-148v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm142,-143v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm87,-140v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-140v1,3,-1,3,-4,3v-1,-3,1,-3,4,-3xm50,-136v-1,0,-1,-1,-1,-2v2,0,2,0,1,2xm85,-137v-2,1,-3,-1,-1,-2xm-6,-136v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm-39,-135v0,0,2,0,2,1v0,0,-2,0,-2,-1xm139,-135v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm141,-131r0,-1r0,1xm140,-131v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm-1,-129v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-26,-125v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm81,-120v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm130,-118v2,0,0,4,0,1r0,-1xm2,-115v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm77,-113v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm129,-113v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm6,-110v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm77,-109v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm6,-107v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm2,-107v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm7,-104v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm-4,-99v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm123,-96v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm10,-92v-1,0,-3,-1,-1,-1xm75,-92v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-5,-90v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm117,-87v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm120,-87v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm72,-84v0,0,-2,3,-2,1xm16,-77v0,0,-2,0,-2,-1v0,0,2,0,2,1xm7,-76v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm116,-75v1,-1,5,-1,2,0r-2,0xm16,-75v2,0,1,2,1,3v-4,0,-2,0,-1,-3xm112,-75v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm138,-68v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm66,-63v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm19,-58v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm13,-54v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm21,-50v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm104,-48v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm129,-44v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm102,-41v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm23,-39v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm99,-39v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm136,-39v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm26,-33v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm29,-31v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm98,-34v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm102,-30v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm23,-28v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm86,-27v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm90,-25v0,2,-4,0,-1,0r1,0xm-25,-22v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm28,-22v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm91,-23v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm105,-22v2,-1,3,1,1,2xm91,-14v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm116,-11v1,-2,3,-1,2,1xm35,-8v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm36,-7v1,-1,3,-1,1,0r-1,0xm80,-3v0,0,-2,0,-2,-1v0,0,2,0,2,1xm44,-3r1,2v-4,0,-5,-3,-1,-2xm55,-2v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm68,-1v2,0,2,1,1,2xm80,8v-2,0,-2,-1,-1,-2xm71,13v0,2,-2,1,-3,1v0,-2,2,-1,3,-1","w":119},"w":{"d":"175,-243v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm249,-189v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm48,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm175,-187v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm24,-184v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm33,-182v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm140,-182v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm188,-182v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm28,-182v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm125,-181v0,0,-2,0,-2,-1v0,0,2,0,2,1xm127,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm226,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm241,-181v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm25,-177v-2,0,-4,0,-3,-3v2,0,2,1,3,3xm38,-180v0,0,0,2,-1,2v0,0,0,-2,1,-2xm67,-180v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm89,-138v6,2,4,-4,8,-5v0,2,0,2,2,2v1,-4,-3,-2,-4,-4v2,-7,8,-9,2,-12v2,-1,9,-2,3,-4v9,2,0,-8,7,-9v-1,4,3,0,0,0v-1,-1,-3,-3,1,-1v1,0,4,-2,3,1v2,0,2,-5,7,-4v0,2,0,4,2,3v-2,-4,4,-8,5,-3v1,3,2,4,1,0v1,-2,0,-6,2,-6v-1,4,3,3,3,6v-2,0,-4,0,-3,2v3,1,2,-2,5,-2v0,5,2,1,6,3v0,-2,1,-4,1,-3v-1,5,3,4,4,2v-1,-2,1,-2,3,-2v-4,7,1,7,5,8r-3,0v0,2,7,1,3,5v1,6,5,9,4,17v5,0,1,2,3,8v-1,0,-1,0,-1,1v1,0,1,0,1,1v-1,0,-1,0,-1,1v10,27,10,39,14,59v10,10,10,34,21,31r0,6v4,-1,7,-5,5,2v0,0,0,2,1,2v-1,-2,1,-2,3,-2v-2,5,0,4,4,3v0,4,0,12,3,12v-2,5,-3,1,-5,8v0,0,2,0,2,1v-7,8,-17,14,-25,14v0,-1,-2,-6,-2,-2v-7,2,-7,-3,-12,-4v-1,3,3,1,2,4v-4,0,-4,-4,-7,-4v0,2,1,7,-2,6v-1,-5,2,-13,-6,-12v-2,-3,3,-6,-2,-8v2,-4,-2,-2,-2,-5r2,0v-1,-2,-3,-4,-3,-8v1,0,3,1,3,-1v-6,1,-2,-3,-4,-5v0,2,0,4,-3,3v2,-3,0,-4,1,-7v1,1,0,2,2,2v0,-6,-5,-2,-7,-6v4,1,3,-2,3,-5v-1,0,-1,0,-1,-1v2,0,2,0,2,-2v-8,2,-5,-4,-4,-7v2,1,2,-1,2,-3v-6,2,-4,0,-9,-3v5,0,8,-6,1,-5v4,-3,-2,-6,-1,-10v1,0,3,1,3,-1v-6,3,-1,-3,-4,-6v2,-18,-9,-33,-6,-17v-6,7,-2,28,-9,29v2,0,2,0,2,2v-2,0,-2,0,-2,2v0,0,2,0,2,1r-3,0v0,3,3,2,3,5v-12,1,2,12,-7,12v3,3,-3,3,0,5v3,5,-6,4,-2,9v-3,-1,-5,6,-9,2v0,0,2,0,2,-1v-5,3,-3,-3,-8,-3v0,3,3,2,-1,5v-3,-6,-2,-6,-2,-12v-5,2,-7,-8,-9,-16v-4,0,-3,-6,-3,-11r0,1v5,-1,0,-1,1,-6v1,0,3,1,3,-1v-1,0,-3,1,-3,-1v5,0,3,-18,3,-20v0,2,-2,1,-3,1v2,-2,2,-4,5,-2v-5,-5,5,-4,2,-9v-3,-1,-5,0,-3,-4v4,-1,4,1,7,2v-6,-6,4,-22,-4,-24xm87,-97v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm93,-108v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm100,-139v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm102,-156v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm107,-166v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm117,-171v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm122,-171v2,0,1,-2,1,-3v-2,0,-1,2,-1,3xm140,-67v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm203,-14v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm203,-27v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm206,-26v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm139,-178v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm247,-155v0,-1,0,-1,-1,-1v0,4,4,0,5,2v-1,0,-1,0,-1,1v1,0,1,1,1,2v-2,1,-4,-5,-5,0v1,0,3,-1,3,1v-7,-1,-1,6,-4,10v1,0,1,0,1,1v-1,0,-4,-2,-4,0v2,-1,2,1,2,3v-6,10,-5,24,-9,27v4,1,4,1,1,3v-2,5,-3,3,-5,8v3,-1,4,1,2,3v-2,-1,-2,1,-2,3v0,0,2,0,2,1v-6,0,-1,12,-8,9v0,3,3,2,3,5v-3,1,-2,-1,-4,-2v-1,3,5,5,1,8v0,-1,1,-3,-1,-3v3,7,-11,17,0,14v-5,3,-3,15,-11,14v4,7,-14,0,-7,9v-3,-1,-14,-5,-9,-9v-4,0,-1,-6,-9,-2v0,-2,6,-6,0,-5v0,-8,-15,-15,-4,-15v-1,-21,9,-31,8,-46v-4,-1,-1,-1,-1,-4v5,-1,2,-8,6,-16v-5,0,-2,-3,-1,-5v2,-5,4,-9,1,-14v6,1,2,-6,5,-10v-3,1,-3,-1,-3,-4v6,-1,3,-6,7,-7v0,0,0,2,1,2v-1,-2,-1,-4,1,-4v-1,9,12,-1,11,1v3,-6,19,-2,23,-2v-1,0,-1,1,-1,2v9,-1,14,15,6,20xm196,-125v2,0,0,-4,0,-1r0,1xm201,-150v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm203,-46v-1,2,1,2,3,2v1,-2,-1,-2,-3,-2xm208,-44v0,0,0,-2,-1,-2v0,0,0,2,1,2xm214,-47v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm217,-171v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm218,-53v2,0,1,-3,1,-4v-2,0,-1,3,-1,4xm229,-97v2,0,1,-3,0,-1r0,1xm235,-108v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm235,-114v2,0,1,-2,1,-3v-2,0,-1,2,-1,3xm239,-128v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm241,-172v0,0,0,-2,-1,-2v0,0,0,2,1,2xm249,-159v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm242,-180v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm41,-178v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm211,-177v-2,1,-3,-1,-1,-2xm214,-179v0,1,-1,3,-1,1xm236,-179v0,1,-1,3,-1,1xm247,-179v0,1,-1,3,-1,1xm36,-177v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm101,-10v4,-2,3,4,1,1v-4,0,1,8,-6,6v0,3,-6,9,-5,2v-2,1,0,-2,-2,-2v-6,10,-20,1,-25,3v0,0,2,0,2,1v-14,-1,-17,-8,-15,-19v-10,0,2,-10,-10,-10v-1,-4,4,-1,4,-3v0,0,-2,0,-2,-1v1,0,3,1,3,-1v-4,0,-11,-8,-5,-4v1,0,1,0,1,-1v-3,-4,0,-17,-7,-7v0,-4,5,-3,3,-7v-8,-1,0,-4,-1,-8v-4,1,-4,-3,-6,0v0,-1,1,-7,0,-4v-4,2,-3,-2,-4,-6v2,1,4,1,3,-3v-2,-1,-7,0,-8,-2v9,1,-1,-6,8,-7v-6,-2,-4,-5,-4,-8v-2,2,-5,4,-4,10v-4,2,-3,-7,-2,-2v1,-3,-2,-10,1,-7v1,0,1,0,1,-1v-1,0,-1,0,-1,-1v1,0,1,0,1,-1v-1,0,-7,-6,-2,-2v1,0,1,0,1,-1v-1,0,-1,0,-1,-1v0,0,2,0,2,-1v-3,0,-2,-3,-5,-3v0,0,0,2,-1,2v1,-2,-5,-4,-1,-3v6,1,2,-4,2,-8v-3,-1,-1,-6,-3,-7v1,3,-2,2,-4,2v-1,-5,4,1,1,-5v4,2,5,0,3,-4v-7,0,1,-8,-3,-5v-2,0,-2,-2,-2,-4v3,0,5,-4,0,-2v0,-2,-2,-5,1,-4v0,0,0,2,1,2v-2,-5,4,-4,-2,-7v0,2,2,5,-1,4v-1,-6,-1,-2,1,-8r-4,0v6,-4,0,-15,1,-23v9,1,16,-8,21,-2v4,-5,17,-4,21,-3v-2,4,1,10,4,5v2,15,8,20,6,34v3,0,1,3,2,10v15,32,7,69,29,91v-2,0,-2,0,-2,2v5,7,15,10,14,23xm14,-139v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm13,-130v0,0,3,-3,1,-3xm16,-124v0,-2,-3,-4,-1,-2v0,0,0,2,1,2xm20,-114v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm20,-101v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm21,-108v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm22,-101v0,0,2,0,2,-1v0,0,-2,0,-2,1xm25,-96v0,-2,-3,-1,-1,0r1,0xm30,-85v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm28,-76v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm30,-79v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm30,-66v2,0,0,-4,0,-1r0,1xm32,-70v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm32,-68v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm44,-36v1,0,3,-1,1,-1xm79,0v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm96,-4v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm100,-12v0,0,0,-2,-1,-2v0,0,0,2,1,2xm113,-175v0,-2,3,-2,5,-2v1,3,-3,2,-5,2xm147,-175v0,0,-2,0,-2,-1v0,0,2,0,2,1xm149,-175v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm214,-175v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-174v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm74,-174v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm141,-175v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm161,-174v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm199,-174v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm209,-174v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm134,-174v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm201,-172v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm72,-171v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm101,-171v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm197,-167v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm154,-160v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm167,-157v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm96,-151v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm83,-151v0,2,-4,0,-1,0r1,0xm91,-148v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm159,-147v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm196,-148v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm91,-141v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm163,-137v-1,0,-4,2,-3,-1xm91,-134v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm244,-133v0,0,-2,0,-2,-1v0,0,2,0,2,1xm63,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm194,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm86,-128v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm90,-123v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm192,-123v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm11,-122v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm85,-123v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm10,-122v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm85,-121v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm240,-121v0,-2,3,0,4,0v1,2,-1,2,-3,2v0,0,0,-2,-1,-2xm9,-121v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm193,-119v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm68,-119v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm84,-117v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm79,-103v2,0,2,-4,2,1v-2,1,-2,2,-2,-1xm127,-100v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm233,-100v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm79,-98v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm19,-97v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm235,-97v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm76,-94v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm81,-92v0,-2,1,-2,2,-1xm19,-92v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm132,-89v1,0,1,1,1,2r-1,0r0,-2xm82,-85v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm231,-86v0,0,2,0,2,1v0,0,-2,0,-2,-1xm235,-86v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm78,-81v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm172,-79v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm181,-76v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm25,-73v1,2,-1,3,-2,1xm26,-71v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm176,-70v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm132,-70v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm20,-68v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm134,-68v2,0,1,3,0,1r0,-1xm177,-67v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm132,-67v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm25,-65v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm226,-65v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm123,-64v0,0,2,0,2,1v0,0,-2,0,-2,-1xm225,-64v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm134,-62v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm182,-62v0,0,0,2,-1,2v0,0,0,-2,1,-2xm19,-60v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm28,-60v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm32,-59v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm27,-58v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm33,-55v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm79,-55v0,0,0,-2,1,-2v0,0,0,2,-1,2xm118,-57v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm224,-57v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm31,-53v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm117,-53v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm128,-53v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm31,-50v0,2,-3,1,-4,1v0,-2,2,-1,4,-1xm224,-50v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm25,-49v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm86,-48v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm190,-46v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm93,-44v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm117,-46v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm193,-46v0,0,0,2,-1,2v0,0,0,-2,1,-2xm84,-42v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm209,-41v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm35,-41v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm40,-39v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm208,-40v0,1,-1,3,-1,1xm87,-38v0,0,2,0,2,1v0,0,-2,0,-2,-1xm111,-37v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm204,-35v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm104,-33v0,-2,0,-2,2,-2v0,2,0,4,-2,2xm140,-33v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm30,-32v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm35,-32v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm41,-33v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm107,-31v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm148,-30v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm96,-27v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm208,-30v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm212,-28v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm41,-26v0,0,0,2,-1,2v0,0,0,-2,1,-2xm46,-23v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm148,-23v0,-1,1,-1,2,-1v0,2,0,2,-2,1xm209,-25v0,1,-1,3,-1,1xm148,-20v-4,0,-3,-3,0,-1r0,1xm223,-22v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm42,-21v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm45,-20v0,0,-2,0,-2,-1v0,0,2,0,2,1xm101,-20v0,-2,3,-1,4,-1v0,2,-2,1,-4,1xm38,-20v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm42,-16v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm49,-15v0,0,-3,-2,-1,-2xm148,-16v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm46,-16v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm149,-16v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm207,-14v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm212,-14v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm44,-12v1,0,3,1,1,1xm102,-12v0,0,2,0,2,1v0,0,-2,0,-2,-1xm206,-10v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm156,-4v-2,0,-1,-3,-1,-4v5,0,2,1,1,4xm46,-5v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm152,-5v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm52,-3v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm47,1v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm99,-1v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm203,-1v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm89,0v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm192,1v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm201,3v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm159,1v0,0,0,2,-1,2v0,0,0,-2,1,-2xm67,5v-2,-2,3,-2,3,-2v0,1,-1,2,-3,2xm73,3v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm171,3v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm73,5v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm79,5v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm174,6v0,-2,2,-1,3,-1v-1,2,-1,2,-3,1xm64,7v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm159,6v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm244,6v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm187,10v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm73,12v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm194,21v0,0,2,0,2,1v0,0,-2,0,-2,-1","w":240},"x":{"d":"-4,-186v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm10,-185v0,3,-2,2,-2,0r2,0xm21,-183v0,-1,1,-3,1,-1xm116,-185v0,3,-2,2,-2,0r2,0xm36,-182v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm6,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm17,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm19,-182v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm50,-182v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm12,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm19,-176v0,-10,3,3,9,-3v0,0,0,2,1,2v0,-5,3,-1,9,-3v0,2,3,1,4,1v0,-1,0,-1,1,-1v1,7,1,3,5,1v0,4,2,8,7,9v0,-2,-1,-5,2,-4v-2,7,5,7,4,14v9,4,5,25,19,19v0,-2,-4,-5,0,-3v2,-6,7,-9,8,-16v9,-5,4,-8,10,-14v0,0,0,2,1,2v4,-8,17,-6,23,-5v0,-1,-1,-3,1,-3v0,5,1,0,5,1v0,-2,4,-3,2,0v-1,0,-1,1,-1,2v7,2,7,0,15,0v0,0,0,-2,1,-2v1,5,3,8,7,10v-9,4,-10,24,-18,22v-1,7,-9,9,-9,14v2,0,4,0,3,2v-6,1,-11,9,-12,19v-2,1,-6,0,-7,2v5,-1,4,3,2,6v-3,0,-3,2,-2,4v6,-1,-2,6,7,3v2,5,-4,2,-5,4v3,-1,2,2,2,4v-3,0,-1,-4,-5,0v-1,5,7,0,9,3v-12,4,4,8,-4,13v2,0,6,2,6,0v-1,0,-1,0,-1,-1v3,-1,2,2,2,4v-7,-1,-10,2,-7,6v4,-1,3,2,3,5v-4,1,-1,-4,-3,-4v0,4,0,4,-4,3v0,-2,0,-2,-2,-2v2,5,-3,10,-6,5v1,5,-5,0,-2,4v4,-3,6,5,9,1v-3,0,-3,0,-1,-2v3,-1,1,3,4,2v0,-5,6,-4,13,-5v1,1,0,6,1,3v9,2,10,19,18,16v0,4,-4,0,-2,6v2,1,6,0,6,2v-6,0,0,4,-1,7v8,0,-3,4,6,4v-1,0,-1,1,-1,2v10,11,-4,11,-12,13v0,-2,-2,-1,-3,-1v-3,1,-13,0,-8,1v1,5,-4,2,-8,4v0,-2,-3,-5,-1,-3v0,2,0,4,-2,3v0,-8,-10,-5,-14,-4v0,-1,1,-4,-1,-4v1,3,-2,5,-3,2v3,1,1,-2,3,-4v-1,0,-3,1,-3,-1v2,0,4,0,3,-3v-6,3,-3,-3,-6,-5v0,2,0,2,-2,2v1,-8,-9,-14,-8,-19v8,4,9,-3,5,-7v-1,1,-3,3,-5,0v2,0,2,0,2,-2v-2,0,-5,4,-3,0v1,-4,-4,-2,-8,-3v-1,5,-8,0,-7,11v0,0,2,0,2,1v-3,1,-2,-2,-5,-2v0,5,4,7,-1,6v-3,1,1,-4,-2,-4v-1,2,1,7,-1,8v1,-3,-2,-1,-2,-3v0,0,2,0,2,-1v-7,0,4,15,-8,10v-4,3,1,12,-4,13v0,0,-5,-6,-5,-2v0,0,2,0,2,1v0,0,-2,0,-2,1v3,-1,4,3,2,4v0,-1,-1,-1,-2,-1v-1,2,2,0,2,2v-4,2,-6,-2,-9,0v1,0,1,0,1,1v-9,0,2,4,-7,4v0,-1,1,-4,-1,-4v0,9,-9,1,-14,2v1,0,1,-1,1,-2v-3,0,-3,4,-6,0v1,4,-5,3,-13,4v0,-4,-4,-6,-8,-7v6,0,-1,-7,7,-9v0,0,-2,0,-2,-1v6,-1,4,-17,13,-17v1,-10,14,-13,14,-26v13,-10,32,-40,13,-49v1,-6,-6,-7,-5,-15v-8,1,-2,-11,-10,-10v-1,-10,-7,-6,-9,-14v3,0,3,0,1,-2v-5,-10,-18,-20,-10,-27v0,0,-2,0,-2,-1v3,1,1,-2,3,-2v1,3,2,3,5,2v0,0,0,-2,1,-2v0,2,0,2,2,2v1,-4,6,-2,6,1xm37,-179r1,3xm16,-176v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm61,-156v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm107,-103v0,-1,3,-4,1,-4xm108,-99v-4,2,-3,5,0,2r0,-2xm108,-95v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm105,-59v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm98,-51v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm101,-48v2,0,3,-4,1,-4xm94,-49v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm91,-46v2,2,6,7,3,0v2,-2,5,1,7,-1v-3,-1,-7,-1,-10,1xm104,-47v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm67,-40v0,0,2,0,2,-1v0,0,-2,0,-2,1xm96,-38v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm7,-31v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm92,-31v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm31,-30v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm93,-30v0,2,1,2,2,1xm58,-26v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm59,-25v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm49,-14v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm4,0v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm32,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm50,-180v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm61,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm65,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm144,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm45,-179v-1,0,-1,0,-1,-1v2,-1,1,1,1,1xm55,-179v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm131,-180v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm135,-180v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm136,-177v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm51,-176v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm-6,-175v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm54,-172v-1,-1,-5,-4,0,-3r0,3xm-1,-171v0,2,-2,1,-3,1v0,-1,0,-1,-1,-1v0,1,0,1,-1,1v1,-2,2,-1,5,-1xm61,-167v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-1,-166v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm-1,-162v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm0,-162v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm64,-160v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm67,-159v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,-159v0,4,-3,3,-1,0r1,0xm141,-152v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm70,-150v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm144,-150v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm144,-147v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm135,-145v0,0,0,-2,1,-2v0,0,0,2,-1,2xm4,-144v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm135,-143v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm131,-139v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm143,-139v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm131,-135v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-5,-132v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm130,-132v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm23,-129v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm24,-127v0,0,2,0,2,1v0,0,-2,0,-2,-1xm131,-126v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm28,-123v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm124,-121v0,1,-4,5,-4,1v3,1,1,-3,4,-1xm28,-117v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm124,-117v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm120,-116v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm32,-114v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm117,-109v-1,-2,1,-5,1,-1xm118,-107v-2,2,-5,0,-4,-3v3,-1,1,3,4,3xm36,-108v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm43,-99v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm43,-95v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm128,-95v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm132,-93v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm118,-84v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm125,-84v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm118,-82v0,2,-3,4,-2,0r2,0xm125,-80v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm124,-78v0,3,-3,4,-2,0r2,0xm34,-73v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm32,-69v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm118,-68v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm109,-59v0,0,2,0,2,1v0,0,-2,0,-2,-1xm113,-57v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,-55v0,0,0,-2,1,-2v0,0,0,2,-1,2xm129,-54v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm139,-52v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm78,-46v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm140,-46v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm147,-46r-1,0r1,0xm78,-42v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm81,-42v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm73,-38v-1,-3,3,-4,4,-2v-2,0,-1,3,-4,2xm85,-40v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm87,-38v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm143,-36v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm67,-31v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm87,-31v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm76,-28v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm87,-28v0,0,0,-2,1,-2v0,0,0,2,-1,2xm87,-25v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,-21v0,0,-2,0,-2,-1v0,0,2,0,2,1xm96,-17v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm85,-15v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm93,-13v3,-1,6,6,3,0r-3,0xm50,-9v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-4,-4v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm107,-4v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm111,-3v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm138,-4v0,2,0,4,-2,3v0,-2,0,-4,2,-3xm-5,-1v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm108,-3v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm116,-3v1,3,-1,3,-4,3v-1,-3,1,-3,4,-3xm104,0v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm132,0v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm12,1v0,2,-3,1,-4,1v1,-1,3,-2,4,-1xm13,1v0,-2,3,-1,1,0r-1,0xm21,1v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm26,0v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm6,4v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm139,4v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm10,5v0,0,-2,0,-2,-1v0,0,2,0,2,1xm21,5v0,0,-2,0,-2,-1v0,0,2,0,2,1xm24,22v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm6,48v-1,0,-1,-1,-1,-2v1,0,1,1,1,2","w":159},"y":{"d":"71,-189v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-12,-178v-1,2,-3,1,-2,-1xm69,-176v0,0,-2,0,-2,-1v0,0,2,0,2,1xm62,-167v-1,0,-3,-1,-1,-1xm7,-163v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-162v0,0,-2,0,-2,-1v0,0,2,0,2,1xm148,-161v-1,0,-3,-1,-1,-1xm1,-154v5,-1,11,-7,16,-4v-7,0,-2,3,0,0v5,1,8,2,13,1v0,4,10,2,12,9v-2,0,-2,0,-2,2v7,-1,1,9,8,15v0,0,-2,0,-2,1v7,-3,5,4,4,7v-1,0,-1,0,-1,1v3,2,0,11,6,7v-1,4,-1,7,2,4v2,-1,2,1,2,3v-6,1,-1,10,-1,6v2,0,1,3,1,4v-1,0,-1,1,-1,2v1,6,6,4,7,9v-2,-1,-2,1,-2,3v1,0,1,0,1,1v-1,0,-1,0,-1,1v0,2,11,10,1,8v8,7,9,20,8,27v12,-3,3,-13,12,-21v0,-12,7,-24,3,-28v8,-5,1,-20,8,-27v-2,0,-2,0,-2,-2v10,-13,3,-26,16,-32v0,2,0,4,2,3v-1,-4,3,-4,7,-3v0,1,0,1,1,1v-1,-2,1,-2,3,-2v0,1,0,1,1,1r21,0v-1,6,8,2,5,10v-2,-1,-2,1,-2,3v0,0,2,0,2,1v-4,-1,-4,4,-3,7v1,0,1,0,1,1v-2,0,-2,0,-2,2v0,0,2,0,2,1v-10,8,-2,20,-11,27v2,-1,4,-1,2,2v-5,-1,-1,4,-4,9v2,0,1,2,1,3v-8,1,-1,6,-4,8v0,-1,0,-1,-1,-1v0,5,4,8,-4,8v0,3,3,2,4,5v-6,0,-1,2,-5,7v2,0,5,-1,5,1v-10,-1,-1,8,-7,11v0,-1,1,-3,-1,-3v2,15,-6,14,-4,24v0,-1,0,-1,-1,-1v-1,3,2,1,2,3v-7,3,1,6,-5,7v2,-1,2,1,2,3v-6,3,-10,20,-5,25v-12,-2,-5,13,-12,13v3,0,3,3,2,5v-3,1,-1,-3,-3,-3v0,6,-9,7,-5,10v2,0,5,-1,4,2v-10,2,-2,20,-11,18v1,4,-1,5,-2,8r1,-1v-3,3,-4,11,-11,6v2,7,-9,2,-13,5v3,0,3,2,2,4v-5,-1,-7,-7,-5,-1v-7,5,-9,0,-14,0v1,5,-7,2,-10,3v0,0,0,-2,-1,-2v0,6,-4,0,-10,3v0,-1,-1,-1,-2,-1v0,2,-3,1,-4,1v1,-9,-3,-14,1,-18v-2,-1,-5,0,-5,-2v4,0,3,-1,2,-4v0,0,-2,0,-2,-1v0,0,2,0,2,-1v0,0,-2,0,-2,-1v5,2,1,-12,9,-12v3,-4,22,2,24,-8v8,-3,-1,-12,7,-17v-3,0,-2,-2,-3,-5v3,-1,3,4,5,0v-2,1,-2,-1,-2,-3v11,-4,13,-16,11,-22v-4,-1,-4,3,-4,8v1,0,1,0,1,1v-2,0,0,3,-3,4v0,-2,2,-6,0,-7v1,6,-7,3,-8,7v3,0,3,0,1,2v-6,0,-10,-4,-12,-9v5,1,0,-1,1,-6v-6,-10,-8,-13,-7,-19v-7,-12,-10,-23,-12,-35v-6,-4,-9,-25,-11,-36v-5,-1,-11,-20,-9,-21v-1,2,1,3,2,1v-7,-4,-9,-13,-8,-19v-9,-2,-1,-7,1,-10v0,2,3,1,4,1v0,-1,0,-1,1,-1r0,3xm-6,-148v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm1,-131v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm48,-126v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm140,-116v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm140,-114v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm128,-77v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm72,-45v0,0,2,0,2,-1v0,0,-2,0,-2,1xm119,-45v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm70,-42v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm75,-42v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm69,-35v2,5,7,-2,3,1v-2,0,0,-4,-3,-5v0,1,2,4,0,4xm74,-37v0,-2,0,-2,-2,-2v0,2,0,2,2,2xm116,-34v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm67,-30v0,0,2,0,2,-1v0,0,-2,0,-2,1xm71,-29v-1,0,-3,1,-1,1v0,-1,0,-1,1,-1xm67,-25v0,0,2,0,2,-1v0,0,-2,0,-2,1xm65,-20v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm65,-19v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm111,-15v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm107,2v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm104,8v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm99,17v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm53,22v0,-2,-3,-1,-4,-1v0,2,3,1,4,1xm93,25v0,0,2,0,2,-1v0,0,-2,0,-2,1xm19,41v0,0,2,0,2,-1v0,0,-2,0,-2,1xm19,45v0,0,2,0,2,-1v0,0,-2,0,-2,1xm45,61v0,2,3,1,1,0r-1,0xm75,62v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm31,69v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm28,73v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm18,75v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm26,-159v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm23,-157v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm34,-156v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm43,-156v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-12,-154v0,2,-4,0,-1,0r1,0xm47,-146v-1,0,-3,-1,-1,-1xm-9,-144v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-15,-143v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm45,-141v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm54,-142v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm98,-141v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm50,-139v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm149,-139v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm146,-139v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm-5,-136v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm84,-133v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm149,-133v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm150,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm144,-123v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm144,-111v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm3,-105v0,2,-4,0,-1,0r1,0xm141,-103v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm140,-103r-1,0r1,0xm143,-100v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm138,-99v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm63,-96v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm138,-96v0,0,0,-2,1,-2v0,0,0,2,-1,2xm86,-95v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm70,-89v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm143,-88v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm135,-88v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm134,-85v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm15,-84v0,0,-2,0,-2,-1v0,0,2,0,2,1xm68,-85v0,2,-4,0,-1,0r1,0xm136,-82v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm16,-81v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm84,-77v0,0,-2,0,-2,-1v0,0,2,0,2,1xm143,-77v0,0,-2,0,-2,-1v0,0,2,0,2,1xm75,-74r-2,0v2,0,1,-2,2,0xm132,-75v0,1,-1,3,-1,1xm69,-72v0,0,-2,0,-2,-1v0,0,2,0,2,1xm131,-72v-1,0,-1,0,-1,-1v1,0,2,1,1,1xm19,-69v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm81,-68v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm72,-66v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm129,-58v-2,0,-4,0,-3,-3v2,0,2,1,3,3xm144,-59v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm73,-58v2,0,4,3,1,1xm129,-56v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-53v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm127,-49v-1,0,-3,-1,-1,-1xm124,-44v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm123,-39v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm120,-37v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm31,-36v0,2,-3,1,-1,0r1,0xm120,-34v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm31,-34v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm122,-23v0,3,-2,2,-2,0r2,0xm120,-19v-1,0,-3,-1,-1,-1v0,1,0,1,1,1xm117,-14v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm120,-14v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm63,-13v0,0,-2,0,-2,-1v0,0,2,0,2,1xm114,-14v0,0,2,0,2,1v0,0,-2,0,-2,-1xm38,-12v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm133,-12v-1,0,-3,-1,-1,-1xm-12,-11v-1,2,-3,1,-2,-1xm114,-10v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm116,-8v0,0,-2,0,-2,-1v0,0,2,0,2,1xm-8,-8r-1,0r1,0xm114,-5v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm-14,-5v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm-11,-5v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm53,-3v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm46,-2v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm113,-2v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm118,-2v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-9,-2r-1,0r1,0xm111,7v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm109,13v-2,-2,4,-5,0,-3v-1,3,4,3,0,3xm50,14v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm-9,17v0,-2,0,-4,3,-3v0,2,0,4,-3,3xm48,14v0,2,0,4,-3,3v1,-1,0,-4,3,-3xm104,21v0,1,-1,1,-2,1v0,-3,0,-3,2,-1xm103,24v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm-12,25v-1,0,-3,-1,-1,-1xm102,24v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm124,25v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm98,25v2,0,1,2,1,4v-2,-1,-2,-1,-1,-4xm109,27v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm103,28v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm102,31v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm104,35v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm105,36v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm97,41v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm93,50v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,50v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm90,55v0,-1,1,-4,1,-1v-1,0,-1,0,-1,1xm13,55r-1,1v0,-1,0,-1,1,-1xm87,57v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm87,61v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm85,63v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm9,63v0,3,-2,2,-2,0r2,0xm93,69v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm69,72v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm9,77v0,0,-2,0,-2,-1v0,0,2,0,2,1xm19,78v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm39,77v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm28,81v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm24,79v0,2,0,2,-2,2v0,-2,0,-2,2,-2","w":145},"z":{"d":"109,-271r-1,0r1,0xm79,-267v0,0,-2,0,-2,-1v0,0,2,0,2,1xm97,-248v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm129,-224v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm95,-224v0,2,-3,1,-1,0r1,0xm86,-188v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm113,-185v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm133,-185v0,0,-2,0,-2,-1v0,0,2,0,2,1xm148,-183v9,5,6,8,11,11v0,0,0,-2,1,-2v0,7,-5,7,-4,14v3,-1,3,1,3,4v-1,0,-3,-1,-3,1v2,-1,6,-1,3,1v0,2,-4,0,-3,4v1,0,4,-1,4,1v-7,-1,-5,12,-12,14v0,-2,0,-2,-2,-2v0,2,4,5,0,3v-3,7,-15,12,-12,20v-3,1,-2,-2,-4,-3v3,11,-12,5,-7,16v-8,3,-12,7,-11,14v-4,1,-3,-3,-5,-4v0,2,2,6,0,6v0,-2,-2,-1,-3,-1v0,1,5,3,0,4v0,-2,-1,-2,-3,-3v2,8,-8,1,-5,9v-7,-1,-13,-5,-19,-4v-7,-11,-13,-27,-3,-36v8,-4,10,-15,15,-19v-7,0,-7,-2,-13,0v0,0,0,-2,-1,-2v1,3,-2,2,-4,2v-22,-7,-46,3,-56,-5v-1,-7,-3,-7,-1,-14v-3,0,-4,-6,-3,-8v0,1,0,1,1,1v-2,-5,3,-3,0,-9v6,-13,36,-11,39,-7v0,-6,5,-1,13,-3v0,1,0,1,1,1v0,-1,1,-3,1,-1v15,2,16,-3,24,-3v4,6,11,0,19,2v0,-2,-1,-5,2,-4v0,9,12,0,20,4v2,-6,5,5,5,-5v3,1,9,11,12,3xm138,-180v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm149,-179v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm154,-170v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm157,-171v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm154,-166v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm154,-147v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm42,-138v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm144,-133v-3,0,-4,4,-1,2xm55,-181v-3,-1,2,-2,2,-2v1,2,-2,0,-2,2xm144,-182v-2,0,-1,-3,0,-1r0,1xm42,-181v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm155,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm18,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm28,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm32,-180v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm16,-180v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm23,-180v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm10,-177v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm156,-177v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm0,-170v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm163,-168v-2,1,-2,-1,-2,-3v1,0,2,1,2,3xm161,-165v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm0,-164v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm5,-164v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm4,-161v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm158,-162v2,-1,5,1,1,1xm162,-158v0,0,-3,-2,-1,-2xm162,-153v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm159,-152v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm162,-150v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm160,-144v-2,0,-4,0,-3,-3v2,0,2,1,3,3xm156,-143v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm160,-143v0,2,-1,2,-2,1xm161,-139v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm155,-135v-2,0,-4,0,-3,-3v1,1,4,0,3,3xm15,-137v0,2,-1,2,-2,1xm31,-135v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm48,-137v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm51,-137v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm53,-135v0,0,0,-2,1,-2v0,0,0,2,-1,2xm65,-135v0,0,0,-2,1,-2v0,0,0,2,-1,2xm22,-134v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm57,-134v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm69,-133v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm86,-133v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm65,-132v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm80,-133v0,2,-3,1,-1,0r1,0xm148,-132v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm204,-132r-1,0r1,0xm162,-128v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm146,-128v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm141,-126v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm69,-123v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm147,-124v-1,2,-3,1,-2,-1xm141,-120v0,0,-3,-2,-1,-2xm145,-121v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm138,-120v0,4,-4,5,-2,0r2,0xm74,-117v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm134,-113v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm136,-107v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm128,-107v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm132,-107v0,2,-4,0,-1,0r1,0xm124,-105v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm194,-105v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm136,-101v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm133,-100v0,0,-2,0,-2,-1v0,0,2,0,2,1xm75,-80v-3,8,11,11,12,20v-9,-2,-1,9,-8,5v1,5,-3,0,-3,4v2,-1,5,-2,4,2v-8,0,-8,3,-5,8v0,-1,0,-1,1,-1v7,3,11,4,16,2v-1,3,1,4,3,2v1,-1,0,-4,3,-3v-1,7,5,-3,6,3v8,1,8,-4,17,-2v0,2,0,2,2,2v0,-3,4,-3,6,-2v0,2,0,2,2,2v0,0,5,-4,8,-2v5,6,16,-1,11,12v2,-1,2,1,2,3v-3,-1,-2,2,-2,4v4,9,-2,10,1,16v-10,0,-22,3,-30,1v1,3,-1,3,-4,3v0,-2,-2,-4,-5,-3v2,6,-4,-3,-5,3v-4,1,-3,-3,-5,0v0,-2,0,-2,-2,-2v-20,5,-42,3,-50,3v1,0,1,0,1,-1v-17,3,-27,1,-40,1v0,-5,-6,-2,-6,-10v0,0,-2,0,-2,-1v3,1,2,-3,2,-5v-2,0,-1,-2,-1,-3v0,0,2,0,2,-1v-1,-1,-4,0,-3,-3v7,-5,-1,-17,8,-19v0,0,-2,0,-2,-1v15,-7,16,-20,23,-31v8,-1,9,-11,17,-13v1,-12,16,-11,15,0v7,0,0,3,6,5v-1,-3,2,-2,4,-2v2,3,-5,5,-2,4r3,0xm148,-20v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm145,-19v0,2,1,2,2,1xm108,-4v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm136,-4v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm27,-1v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm85,-3v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm31,-1v0,1,1,3,1,1v-1,0,-1,0,-1,-1xm121,-96r-3,-1xm114,-93v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm117,-93v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm70,-90v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm129,-86v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm73,-86v-1,1,-5,1,-2,0r2,0xm114,-84v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm119,-84v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm109,-82v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm100,-79v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm84,-78v0,0,-2,0,-2,-1v0,0,2,0,2,1xm107,-78v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm80,-76v1,1,3,3,-1,2v-1,-3,4,-5,1,-2xm100,-75v0,0,-2,0,-2,-1v0,0,2,0,2,1xm90,-74v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-74v0,0,2,0,2,1v0,0,-2,0,-2,-1xm97,-74v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm85,-72v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm90,-73v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm98,-68v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm85,-67v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm95,-63v0,2,-3,1,-1,0r1,0xm85,-52v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm147,-52v-1,0,-3,-1,-1,-1xm79,-46v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm85,-46v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm77,-45v0,1,-1,3,-1,1xm84,-44v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm91,-42v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm146,-38v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm154,-33v1,1,-3,3,-3,3v0,-2,3,-1,3,-3xm157,-27v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm154,-23v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm1,-10v0,0,2,0,2,1v0,0,-2,0,-2,-1xm3,-5v0,0,-2,0,-2,-1v0,0,2,0,2,1xm154,-3v0,0,-2,0,-2,-1v0,0,2,0,2,1xm123,-1v0,0,0,-2,1,-2v0,0,0,2,-1,2xm101,0v0,2,-3,1,-1,0r1,0xm133,1v0,0,-2,0,-2,-1v0,0,2,0,2,1xm39,2v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm50,1v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm59,4v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm76,2v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm81,2v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm86,2v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm103,2v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,4v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm24,4v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm39,6v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm52,5v0,2,-4,0,-1,0r1,0xm66,7v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm103,8v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm17,13v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm84,16v-2,0,-2,0,-2,-2v2,0,2,0,2,2","w":159},"D":{"d":"177,-264v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm175,-262v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm166,-260v0,-1,1,-3,1,-1xm157,-257v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm168,-254v0,-2,0,-4,3,-3v0,2,0,4,-3,3xm184,-209v-1,0,-3,-1,-3,1v9,-3,1,4,4,9v-3,-1,-2,3,-2,5v1,0,1,0,1,1v-1,0,-1,0,-1,1v4,-1,2,-1,2,3v-2,0,-7,-5,-4,0v0,0,2,0,2,1v-2,-1,-2,1,-2,3v7,4,0,6,7,9v-5,-2,-1,5,-5,4v0,-1,2,-4,0,-4v1,3,-4,1,-2,6v1,-1,6,-1,3,0v-3,9,4,18,-1,21v0,-1,-1,-1,-2,-1v4,1,-1,12,3,5v1,14,-4,26,4,32v-3,1,-3,-2,-5,-3v2,3,-1,2,-2,4v5,-1,0,6,3,7v0,0,0,-2,1,-2v-6,8,1,18,-1,21v0,-1,-3,-4,-3,-1v2,0,2,0,2,2v-2,-1,-2,1,-2,3v1,0,3,-1,3,1v-1,0,-4,-1,-4,1v4,0,3,1,1,3v-1,0,-1,0,-1,1v2,1,5,0,4,3v-1,0,-3,-1,-3,1v2,0,4,0,2,2v-2,-1,-2,1,-2,3v3,0,3,2,2,4v-3,-1,-2,3,-2,5v0,0,2,0,2,1v-3,-1,-2,2,-2,4v2,0,2,0,2,2v-1,1,-3,0,-3,2v1,0,4,-1,4,1v-2,0,-4,0,-3,3v1,0,3,-1,3,1v-3,-1,-3,1,-3,4v5,2,-2,2,3,6v-5,0,0,1,-4,3v3,0,5,0,3,3v-1,0,-3,-1,-3,1v3,-1,3,1,3,4v-6,5,2,14,-14,13v1,4,-6,1,-8,3v-9,-2,-23,3,-25,-7v-6,0,-1,-2,-5,-5v7,-1,0,0,3,-8v-10,0,2,-11,-7,-11v-1,-5,-5,-14,-2,-19v0,0,0,2,1,2v2,-7,3,-14,3,-17v0,2,3,2,3,0v-1,0,-1,0,-1,-1v2,0,1,-2,1,-3v-1,0,-1,-1,-1,-2v4,0,3,-13,3,-16v-2,0,-2,0,-2,-2v0,0,2,0,2,-1v-2,0,-2,0,-2,-2v2,0,4,0,3,-2v-1,0,-5,-6,-1,-2v1,0,1,0,1,-1v-8,-9,1,-23,-14,-26v0,-9,-13,-14,-21,-9v0,1,1,3,-1,3v1,-14,-14,-7,-21,-4v0,1,1,1,2,1v0,-1,0,-1,1,-1v-3,6,-13,10,-11,15v-8,7,-1,15,-7,18v2,0,6,-1,5,2v-11,4,-3,13,-6,19v2,0,6,2,1,2v0,-1,0,-1,-1,-1v-1,4,3,2,0,5v4,0,4,2,3,5v-2,-1,-2,1,-2,3v7,21,31,30,51,32v-1,7,9,4,8,12v5,1,7,5,5,9v4,0,2,2,3,5v-21,12,-59,16,-75,1v-8,1,-5,-6,-13,-6v-5,-9,-12,-15,-15,-25v-7,2,-1,-9,-8,-9v-3,-6,-14,-15,-7,-23v-5,1,-5,-6,-5,-12v2,0,1,-3,1,-4v-7,-7,10,-12,4,-17v0,1,3,4,-1,4v-5,-13,4,-16,4,-24v1,0,3,1,3,-1v-1,0,-3,1,-3,-1v4,0,5,-2,2,-5v-2,1,-2,-1,-2,-3v2,-2,5,2,6,-1v-1,0,-3,1,-3,-1v2,0,4,0,3,-2v-1,0,-3,1,-3,-1v4,0,3,-1,6,-2v-1,0,-1,0,-1,-1v5,-1,-1,-8,5,-6v1,-2,-8,-4,-1,-3v1,0,1,0,1,-1v-1,0,-1,0,-1,-1v2,-4,8,0,6,-8v6,-1,12,-2,5,-7v4,0,2,2,7,1v-4,-7,8,-2,5,-9v3,-1,2,2,4,3v10,-19,33,-10,48,-7v1,-7,1,3,7,0v-1,4,2,-1,5,2v0,-2,3,-2,4,0v-2,0,-4,0,-3,2v8,-1,8,8,16,8v1,1,5,3,6,1v0,-23,-4,-51,-1,-72v0,1,0,1,1,1v-1,-3,1,-2,2,-4v-2,0,-2,0,-2,-2v10,1,3,-8,9,-4v0,0,0,2,1,2v2,-9,12,5,12,-4v0,3,5,3,7,2v0,-1,0,-1,1,-1v3,0,13,8,11,0v4,-1,1,2,2,6v-1,0,-1,0,-1,1v4,-2,5,1,4,5v-4,0,-3,3,-2,6v0,0,2,0,2,1v-2,0,-2,0,-2,2v5,-1,1,4,2,9v-2,0,-2,1,-3,3v8,0,0,6,4,12xm180,-242v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm66,-185v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm92,-185v1,-3,-2,-2,-4,-2v-1,3,2,2,4,2xm180,-183v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm56,-182v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm180,-176v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm46,-173v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm36,-165v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm181,-152v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm67,-122v0,0,-3,2,-1,2v0,0,0,-2,1,-2xm180,-65v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm180,-24v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm174,-255v0,1,-1,3,-1,1xm185,-247v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm134,-242v0,0,-2,0,-2,-1v0,0,2,0,2,1xm184,-239v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm185,-238v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm188,-231v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm186,-224v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm186,-220v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm135,-215v-4,0,-3,-3,0,-1r0,1xm190,-209v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm192,-205v0,0,-2,0,-2,-1v0,0,2,0,2,1xm196,-197v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm78,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm91,-197v0,0,-2,0,-2,-1v0,0,2,0,2,1xm188,-195v0,2,-3,1,-4,1v0,-5,1,-2,4,-1xm81,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm87,-193v0,4,-3,3,-1,0r1,0xm54,-190v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm57,-190v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm95,-189v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm94,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm100,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm61,-188v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm185,-188v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm53,-182v0,0,-2,0,-2,-1v0,0,2,0,2,1xm188,-177v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm40,-176v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm193,-174v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm36,-174v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm26,-173v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm33,-171v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm27,-170v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm32,-165v0,0,-2,0,-2,-1v0,0,2,0,2,1xm193,-165v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm186,-163v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm192,-162v0,0,-2,0,-2,-1v0,0,2,0,2,1xm184,-161v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm188,-161v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm192,-157v0,0,-2,0,-2,-1v0,0,2,0,2,1xm186,-155v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,-150v1,-5,5,-5,2,0r-2,0xm22,-149v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm18,-150v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm13,-149v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm190,-147v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm185,-146v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm15,-145v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm17,-143v1,3,-2,2,-4,2v-1,-3,2,-2,4,-2xm188,-141v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm193,-143v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm12,-141v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm13,-140v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm186,-138v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm17,-132v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm75,-129v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm124,-125v0,0,-2,0,-2,-1v0,0,2,0,2,1xm199,-125v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm186,-123v0,-2,2,-1,3,-2v1,2,-1,2,-3,2xm196,-123r-1,0r1,0xm185,-119v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm75,-113v0,0,-2,0,-2,-1v0,0,2,0,2,1xm73,-109v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm185,-109v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm186,-108v0,-2,3,-1,4,-1v0,2,-3,1,-4,1xm66,-103v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm68,-102r-1,0r1,0xm184,-101v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm183,-97v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm132,-91v0,0,2,0,2,1v0,0,-2,0,-2,-1xm63,-87v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm192,-87v0,0,-2,0,-2,-1v0,0,2,0,2,1xm107,-84v0,0,-2,0,-2,-1v0,0,2,0,2,1xm131,-82v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm66,-80v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm186,-77v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm127,-69v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm126,-65v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm122,-55v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm183,-55v0,0,0,-2,1,-2v0,0,0,2,-1,2xm22,-49v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm22,-45v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm23,-40v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm130,-27v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm186,-24v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm38,-23v0,0,-2,0,-2,-1v0,0,2,0,2,1xm184,-14v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm60,-7v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm141,-4v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm85,-1v0,0,-2,0,-2,-1v0,0,2,0,2,1xm39,6v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm120,13v-1,0,-1,-1,-1,-2v1,0,1,1,1,2","w":195},"A":{"d":"-30,-244v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm97,-227v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm105,-210v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm44,-208v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm130,-206v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm67,-204v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm112,-204v0,0,-2,0,-2,-1v0,0,2,0,2,1xm60,-203v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm117,-203v0,0,-2,0,-2,-1v0,0,2,0,2,1xm65,-201v0,-1,1,-3,1,-1xm80,-200v-4,0,-5,-4,0,-2r0,2xm121,-199v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm54,-198v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm107,-198v0,2,-2,1,-3,1v0,-3,0,-1,3,-1xm119,-198v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm51,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm64,-195v-2,1,-2,-1,-2,-3v2,-1,2,1,2,3xm66,-198v1,2,-5,6,0,3r0,-3xm72,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm98,-197v1,-3,2,2,2,2v-2,1,0,-2,-2,-2xm109,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm125,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm150,-197v0,0,-2,0,-2,-1v0,0,2,0,2,1xm73,-197v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm86,-197v3,-1,2,2,2,4v-1,0,-1,-1,-2,-4xm92,-197v2,-1,2,1,2,3v-1,0,-2,-1,-2,-3xm104,-194v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm80,-195v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm105,-193v-1,0,-1,0,-1,-1v7,-1,4,6,8,4v-1,-3,1,-6,2,-2v-1,0,-1,1,-1,2v2,2,8,-6,11,-2v-1,1,-8,9,-5,5v7,-2,11,-1,8,-5v3,-1,2,1,4,2v0,0,0,-2,1,-2v-5,5,3,10,6,7v-2,0,-2,0,-2,-2v2,0,6,-2,6,0v0,0,-3,3,-1,4v-1,-2,1,-2,3,-2v3,8,8,7,18,11v0,7,9,3,4,8v0,-1,0,-1,-1,-1v-1,6,4,3,7,5v-2,0,-5,0,-4,4v1,0,4,-1,4,1v-2,0,-5,3,-3,1v12,12,1,44,7,52v0,0,-2,0,-2,1v2,-1,2,1,2,3v-2,0,-2,0,-2,2v3,1,3,1,2,4v-2,0,-2,0,-2,2v2,0,2,0,2,2v-2,0,-4,0,-3,2v7,2,-2,1,0,6v7,1,-4,7,1,15v-1,0,-1,0,-1,1v1,0,1,1,1,2v-1,0,-1,0,-1,1v1,0,1,1,1,2v-1,0,-1,1,-1,2v6,0,2,7,4,13v-6,-1,2,4,-3,6v0,0,2,0,2,1v-2,0,-2,0,-2,2v6,1,0,7,4,10v-1,-4,1,-5,2,-1v-1,0,-1,0,-1,1v0,-1,6,-1,3,0v-8,5,5,23,-13,20v0,0,-2,3,-2,1v1,0,1,0,1,-1v-4,-2,-5,3,-7,1v1,0,1,0,1,-1v-14,-1,-31,2,-33,-9v-31,10,-66,19,-83,6v0,0,0,2,-1,2v1,-5,-7,0,-6,-9v-8,3,-3,-8,-12,-6v2,-7,-4,-7,-8,-11v0,0,2,0,2,-1v-8,-2,3,-15,-7,-10v0,-7,-2,-11,-5,-15v1,0,3,1,3,-1v-2,0,-4,0,-3,-3v4,-1,5,-4,3,-8v-3,1,-3,-1,-3,-4v4,4,6,-1,6,-4v-5,-2,4,-7,-2,-8v3,-1,5,3,6,1v-2,0,-2,-2,-2,-4v4,0,1,5,6,1v0,-2,-4,-4,-1,-6v0,0,0,2,1,2v5,-9,18,-8,25,-15v-2,0,-2,0,-2,-2v5,-2,4,1,8,2v4,-7,5,-8,11,-5v1,-9,15,-1,14,-8r-1,1v-1,-3,2,-1,4,-3v0,2,0,4,3,3v1,-3,-2,-1,-2,-3r25,-4v0,-2,0,-4,2,-2v1,7,6,-3,7,4v-5,1,-2,3,0,0v1,0,1,-1,1,-2v-1,0,-1,0,-1,-1v6,2,8,-8,6,-15v-14,-9,-40,-6,-50,1v1,30,-33,15,-45,17v2,-14,-4,-33,-4,-39v0,4,4,6,7,4v-9,-4,0,-2,-1,-9v3,-3,2,-7,10,-8v-7,2,-1,-6,-1,-2v2,1,10,3,5,0v0,0,0,-2,-1,-2v1,2,-1,2,-3,2v3,-3,-4,-4,0,-7v-1,3,5,3,5,2v-1,0,-1,-1,-1,-2v11,1,17,-10,27,-3v0,0,0,-2,1,-2v-1,2,1,2,3,2v-1,-9,30,2,30,-3xm64,-188v-1,-3,-14,0,-9,3v0,0,0,-2,1,-2v0,2,1,2,3,3v-1,-4,1,-5,5,-4xm73,-189v3,3,10,0,4,0r-4,0xm81,-188v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm88,-189v0,2,3,1,1,0r-1,0xm65,-188r1,0r-1,0xm62,-185v2,0,2,0,2,-2v-2,0,-2,0,-2,2xm50,-184v0,-2,-3,-1,-4,-1v0,2,3,1,4,1xm48,-180v0,-2,0,-4,-2,-3v0,2,0,4,2,3xm49,-180v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm44,-174v2,0,1,-2,1,-3v-3,0,-1,0,-1,3xm38,-172v1,-3,-2,-1,-4,-1v0,2,3,1,3,3v-2,0,-2,0,-2,2v4,1,1,-4,3,-4xm159,-171v0,0,2,0,2,-1v0,0,-2,0,-2,1xm34,-170v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm32,-158v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm29,-157v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm125,-140v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm126,-139v0,1,1,4,1,1v-1,0,-1,0,-1,-1xm126,-134v-1,-2,-2,2,-2,2v2,1,0,-2,2,-2xm173,-130v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm121,-123v0,0,2,0,2,-1v0,0,-2,0,-2,1xm85,-119v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm130,-114v-1,-1,-5,-5,-4,0r4,0xm49,-108v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm115,-98v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm29,-94v0,-2,0,-2,-2,-2v1,3,-3,1,-3,3xm114,-93v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm117,-82v0,-8,-6,-5,-7,-10v0,0,2,0,2,-1v-7,0,-2,4,-10,6v0,-2,0,-4,-2,-3v0,4,-2,5,-7,5v0,0,0,-2,-1,-2v-15,7,-29,9,-28,24v1,15,17,30,33,20v0,0,-2,0,-2,-1v14,2,8,-9,18,-10v5,-10,7,-9,4,-15v3,-1,1,2,3,2v-3,-6,7,-11,-2,-11v1,-3,-7,-2,-3,-6v0,2,0,2,2,2xm119,-91v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm117,-87v2,0,1,-2,1,-3v-2,0,-1,2,-1,3xm22,-86v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm123,-86v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm118,-82v2,0,1,-2,1,-3v-2,0,-1,2,-1,3xm15,-81v0,0,2,0,2,-1v0,0,-2,0,-2,1xm119,-80v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm17,-69v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm12,-65v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm118,-56v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm16,-55v-1,0,-3,1,-1,1xm110,-50v-1,-2,-2,2,-2,2v0,0,4,-2,2,-2xm19,-39v0,0,2,0,2,-1v0,0,-2,0,-2,1xm23,-37v-1,0,-1,1,-1,2v3,1,1,1,1,-2xm26,-31v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm91,-195v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm109,-194v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm120,-194v-3,3,-10,-2,-1,-1v0,1,0,1,1,1xm92,-193v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm51,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm49,-192v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm41,-190v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm135,-189v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm32,-188v0,3,-2,2,-2,0r2,0xm33,-187v1,-3,2,2,2,2v-2,1,0,-2,-2,-2xm144,-185v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm34,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm146,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm17,-182v0,0,-2,0,-2,-1v0,0,2,0,2,1xm23,-182v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm156,-180v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm33,-180v1,0,1,1,1,2v-4,1,-4,-1,-1,-2xm154,-178v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm157,-177v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm162,-179v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm158,-179v2,0,4,0,3,3v-4,0,-2,-1,-3,-3xm22,-177v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm29,-173v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm27,-171v-4,0,-3,-3,0,-1r0,1xm17,-170v0,0,-2,0,-2,-1v0,0,2,0,2,1xm30,-171v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm171,-170v0,0,-2,0,-2,-1v0,0,2,0,2,1xm2,-168v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm5,-167v0,0,-2,0,-2,-1v0,0,2,0,2,1xm28,-168v0,2,-3,1,-4,1v0,-2,3,-1,4,-1xm170,-165v-1,0,-3,-1,-1,-1xm14,-162v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm185,-162v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm29,-161v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm23,-159v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm23,-157v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm26,-153v-4,0,-2,-5,0,-4v1,2,0,1,0,4xm-54,-155v0,0,-2,0,-2,-1v0,0,2,0,2,1xm21,-152v0,0,-2,0,-2,-1v0,0,2,0,2,1xm174,-150v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm23,-147v-1,-3,2,-5,3,-2v-3,-1,-1,2,-3,2xm179,-150v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm174,-147v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm178,-146v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm120,-145v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm22,-144v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm182,-144v0,3,-2,2,-2,0r2,0xm-39,-141v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm22,-138v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm121,-139v2,5,-6,4,-2,1v0,-1,1,-1,2,-1xm174,-139v3,-1,4,4,2,4v0,-2,-3,-1,-2,-4xm93,-136v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm89,-135v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm100,-134v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm117,-135v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm182,-134v0,0,-2,0,-2,-1v0,0,2,0,2,1xm121,-132v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm107,-131v0,0,-2,0,-2,-1v0,0,2,0,2,1xm109,-131v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm118,-131v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm115,-129v-1,-2,1,-2,3,-2v0,1,-1,2,-3,2xm100,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm113,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm85,-127v0,-1,1,-3,1,-1xm179,-126v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm89,-126v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm73,-124v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm78,-125v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm64,-121v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm75,-119v0,0,2,-3,2,-1xm179,-122v0,1,-1,3,-1,1xm41,-119v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm61,-120v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm177,-113v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm46,-112v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm45,-111v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm38,-111v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm175,-109v1,0,3,1,1,1xm38,-108v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm43,-108v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm28,-103v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm182,-103v0,0,-2,0,-2,-1v0,0,2,0,2,1xm26,-103v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm32,-102v0,0,-2,0,-2,-1v0,0,2,0,2,1xm179,-100v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm14,-101v0,1,-1,3,-1,1xm176,-99v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm23,-98v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm178,-93v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm16,-91v-1,0,-3,-1,-1,-1xm180,-90v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,-87v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm13,-85v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm99,-84v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm108,-85v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm113,-82v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm94,-82v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm103,-84v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm188,-82v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm12,-82v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm11,-78v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm111,-79v-1,2,-3,1,-2,-1xm115,-77v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm8,-77v0,0,-2,3,-2,1xm114,-77v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm118,-76v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm-25,-73v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm73,-73v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm110,-72v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm113,-73v0,-2,0,-2,2,-2v-1,3,2,1,2,3xm118,-75v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm78,-71v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm105,-70v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm8,-69v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm11,-70v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm6,-66v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm112,-65v0,0,-2,0,-2,-1v0,0,2,0,2,1xm9,-65v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm115,-64v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm115,-61v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm112,-56v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm11,-54v0,0,-2,0,-2,-1v0,0,2,0,2,1xm103,-48v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm178,-41v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm13,-40v1,0,1,1,1,2v-2,1,-1,-2,-1,-2xm178,-37v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm180,-32v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm17,-29v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm19,-29v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm188,-27v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm24,-24v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm32,-19v-2,1,-4,1,-3,-2v2,0,4,0,3,2xm185,-18v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm182,-16v0,0,-2,0,-2,-1v0,0,2,0,2,1xm36,-14v1,0,3,1,1,1xm121,-13v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm125,-12v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm124,-10v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm147,-6v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm172,-5v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm174,-5v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm58,-3v0,-1,1,-3,1,-1xm165,-3v0,-1,1,-3,1,-1xm87,-2v-1,3,-2,-2,-2,-2v2,-1,0,2,2,2xm179,-1v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm172,6v-1,0,-1,0,-1,-1v1,0,1,0,1,1"},"B":{"d":"35,-248v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm190,-91v0,-1,0,-1,1,-1xm190,-86r0,-1r0,1xm186,-89v0,4,6,2,5,7v-3,1,-1,-2,-3,-2v1,3,-2,1,-2,3v3,-1,2,2,2,4v-5,3,1,4,-3,8v1,0,4,-1,4,1v-8,0,-5,6,-9,14v3,-1,5,1,2,3v0,-2,0,-2,-2,-2v-2,7,-11,13,-4,17v-4,-1,-7,2,-5,5v-8,3,-9,16,-19,18v-19,14,-42,19,-64,10v0,0,0,2,-1,2v-24,-14,-42,-1,-55,-1v0,-6,-13,2,-11,-7v-5,0,-1,-6,-5,-7v0,2,0,4,-2,3v-2,-5,5,-3,4,-8v-3,0,-5,0,-4,-3v4,-1,1,4,5,0v-2,-2,-3,-4,-2,-9v-1,0,-3,1,-3,-1v4,2,4,-8,3,-5v-3,0,-5,0,-4,-3v7,2,2,-7,5,-11v0,0,0,2,1,2v-1,-1,0,-4,-3,-3v0,2,0,4,-2,3v-2,-6,6,-12,3,-18v-2,7,-8,4,-4,1v0,-3,6,-1,3,-4v-3,0,-5,0,-3,-3v6,1,3,-2,3,-7v-7,-1,-2,-6,0,-8v1,0,1,0,1,-1v-2,-3,-3,-8,-1,-12v0,1,1,1,2,1v1,-3,-2,-1,-2,-3v3,1,4,-3,2,-4v0,1,-1,1,-2,1v1,-3,-2,-2,-3,-4v6,1,3,-8,5,-13v-2,0,-1,-2,-2,-3v2,1,4,0,5,-3v-3,-1,-2,1,-4,2v-3,-5,4,-6,0,-10v0,2,-2,1,-3,1v3,-3,4,-9,3,-11v0,1,0,1,-1,1v5,-14,-3,-25,3,-29v-5,-2,-1,-1,0,-2v-2,0,-1,-3,-1,-4v6,-1,1,-1,0,-4v-1,0,-2,-1,-2,-3v4,0,1,-4,5,-7v-5,0,-5,-4,-2,-7v1,0,3,1,3,-1v-5,-1,-1,-2,-3,-9v5,1,0,-3,3,-7v-1,0,-1,0,-1,-1v1,0,1,-1,1,-2v-4,-1,-2,3,-4,4v-1,-5,3,-6,4,-9v-1,0,-3,1,-3,-1v5,1,2,-2,2,-6v-1,0,-4,2,-3,-1v3,1,3,-1,3,-4v-2,0,-2,0,-2,-2v6,1,1,-7,7,-4v-1,4,2,3,5,3v0,-2,0,-2,2,-2v0,4,1,2,5,2v1,-3,-3,-1,-3,-3v10,0,13,0,15,6v0,-10,11,-3,13,0v-3,0,-1,0,-1,3v2,0,2,0,2,2v0,0,-2,0,-2,1v0,0,2,0,2,1v-2,0,-2,0,-2,2v0,0,2,0,2,1v-1,0,-3,-1,-3,1v2,0,5,-2,4,1v-2,1,-5,0,-4,3v2,0,4,0,3,2v-4,0,-2,1,-2,5v2,0,2,0,2,2v-3,-1,-2,2,-2,4v2,0,2,0,2,2v-2,0,-2,0,-2,2v0,0,2,0,2,1v-2,0,-4,2,-2,4v4,0,2,0,2,4v0,0,-2,0,-2,1v0,0,2,0,2,1v0,0,-2,0,-2,1v8,6,-2,19,5,24v0,-2,0,-2,2,-2v0,2,0,2,2,2v0,0,0,-2,1,-2v0,4,2,5,5,2v-3,-7,6,-8,3,-3v0,0,-2,0,-2,1v6,1,6,-4,9,-6v-1,7,9,3,10,3v-1,0,-1,0,-1,-1v5,1,8,-6,1,-3v2,-4,6,-1,10,-5v-1,4,2,3,5,3v6,2,11,-6,13,0v-1,0,-1,0,-1,1v3,0,2,-3,5,-4v4,14,24,3,15,9v0,1,1,1,2,1v0,-1,1,-2,3,-2v-1,4,6,2,2,8v8,-1,6,0,7,6v0,-3,0,-1,3,-1v-1,6,7,-2,2,5v7,2,4,15,14,11v1,4,-6,-1,-5,4v10,-2,-2,8,7,6v-1,3,4,1,4,5v-2,0,-5,-2,-5,0v4,-1,-1,8,5,4v-1,-2,1,-2,3,-2v-2,4,-3,2,1,5v-13,-1,3,7,-3,16v3,-1,0,4,5,3v-1,-3,-1,-7,3,-7v3,6,-6,6,-6,11v4,0,2,2,4,7v0,0,-2,0,-2,1v7,1,0,4,1,8r-3,0xm186,-101v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm22,-198v0,-2,-4,-3,-4,-1xm17,-85v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm19,-37v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm18,-113v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm18,-57v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm18,-140v2,0,1,-3,1,-4v-2,0,-1,3,-1,4xm22,-149v0,-1,-3,-4,-3,-1xm23,-161v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm23,-211v0,0,0,-2,-1,-2v0,0,0,2,1,2xm23,-217v0,0,0,-2,-1,-2v0,0,0,2,1,2xm56,-243v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm133,-180v-2,1,-1,3,1,2xm132,-93v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm131,-104v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm129,-112v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm128,-107v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm125,-130v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm125,-122v0,0,-2,-3,-2,-1xm121,-131v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm113,-183v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm109,-183v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm104,-183v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm103,-181v0,0,0,2,1,2v0,0,0,-2,-1,-2xm99,-146v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm93,-144v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm81,-143v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm75,-146v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm70,-129v-1,2,1,2,3,2v0,-1,-1,-2,-3,-2xm73,-131v0,0,0,-2,-1,-2v0,0,0,2,1,2xm75,-130v0,0,-2,0,-2,1v0,0,2,0,2,-1xm72,-123v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm70,-136v0,-2,-1,-2,-2,-1xm70,-150v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm71,-167v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm69,-170v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm70,-116v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm66,-155v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm67,-168v-1,-3,-2,-4,-1,0r1,0xm64,-175v0,0,0,2,1,2v0,0,0,-2,-1,-2xm125,-120v-9,0,-1,-9,-12,-9v3,-1,7,0,7,-1v-1,0,-1,0,-1,-1v1,0,1,-1,1,-2v-2,0,0,3,-3,2v3,-8,-10,1,-6,-7v1,0,3,1,3,-1v-4,-2,-8,1,-10,-1v1,0,1,0,1,-1v-2,1,0,-2,-2,-2v1,2,-1,2,-3,2v0,-2,0,-4,-2,-3v2,6,-5,3,-8,3v3,-4,-5,-5,0,-3v0,2,-3,1,-4,1v0,-1,0,-1,-1,-1v2,3,-2,2,-3,4v2,-1,5,5,3,7v-6,-9,-7,-10,-13,-10v2,4,9,6,4,11v0,0,0,-2,-1,-2v0,4,3,3,1,9v-2,0,-4,0,-3,3v2,0,2,0,2,2v-6,-1,-6,7,-5,12v-8,2,2,14,-8,18v7,-2,5,6,4,9v0,0,-2,0,-2,1v2,0,2,1,3,3v-2,0,-4,0,-2,2v4,0,0,2,2,4v-1,0,-1,0,-1,1v5,2,-1,14,9,16v-1,13,40,18,44,5v4,0,9,-7,5,-10v2,0,5,1,5,-1v-4,0,-3,-1,-1,-3v0,0,2,0,2,-1v-2,0,-2,0,-1,-2v11,-23,-6,-36,-4,-54xm64,-87v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm135,-178v2,0,1,-3,0,-1r0,1xm145,-176v0,4,3,3,1,0r-1,0xm152,-167v0,2,2,1,3,1v0,-2,-2,-1,-3,-1xm161,-161v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm185,-108v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm29,-246v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm18,-241v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm65,-240v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm65,-237v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm66,-236v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm19,-228v0,0,-2,0,-2,-1v1,0,3,1,2,1xm65,-224v0,0,0,2,-1,2v0,0,0,-2,1,-2xm66,-220v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm159,-216v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm203,-216v0,0,-2,0,-2,-1v0,0,2,0,2,1xm65,-216v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm71,-214v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm16,-211v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm64,-205v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm18,-205v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm66,-205v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm68,-205v1,0,3,1,1,1xm122,-205v0,2,-4,0,-1,0r1,0xm113,-204v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm16,-200v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm159,-198v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm14,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm130,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm111,-192v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm119,-193v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm126,-189v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm8,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm130,-188v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm66,-187v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm131,-184v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm91,-183v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm140,-183r-4,0v2,-1,2,-1,4,0xm6,-181v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm14,-181v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm93,-182v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm70,-181v0,2,-1,2,-2,1xm91,-178v-2,0,-4,0,-3,-3v2,0,4,0,3,3xm76,-179v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm151,-178v-2,0,-1,-3,0,-1r0,1xm69,-178v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm155,-178v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm16,-175v-2,0,-4,0,-3,-2v2,0,4,0,3,2xm70,-176v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm156,-175v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm13,-170v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm167,-168v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm177,-167v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm17,-167v1,6,-3,4,-3,1xm162,-166v0,-2,3,-1,4,-1v0,2,-2,1,-4,1xm167,-161v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm11,-160v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm6,-157v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm173,-155v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm193,-155v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm171,-154v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm177,-154v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm6,-150v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm200,-149v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm200,-145v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm12,-144v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm185,-144v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm14,-144v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm180,-143v3,-1,4,1,2,3v-2,1,-2,-1,-2,-3xm97,-139v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm102,-139v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm108,-139v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm190,-139v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm199,-138v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm81,-138v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm91,-138v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm104,-138v0,0,0,2,-1,2v0,0,0,-2,1,-2xm193,-138v1,2,-1,2,-3,2v-1,-2,1,-2,3,-2xm108,-135v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm100,-134v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm184,-135v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm115,-134v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm114,-131v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm108,-130v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm190,-129v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm78,-128v2,-1,3,1,1,2xm86,-128v2,0,1,3,0,1r0,-1xm104,-127v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm93,-125v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm97,-125v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm109,-125v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm14,-123v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm77,-124v0,0,-2,3,-2,1xm102,-124v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm115,-122v0,-2,2,-1,3,-1v0,4,0,2,-3,1xm194,-120v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm10,-119v-2,0,-2,-1,-1,-2xm76,-120v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm111,-119v-2,0,-2,-1,-1,-2xm13,-118v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm14,-116v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm120,-117r0,5r0,-5xm124,-116v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm186,-116v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm12,-116v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm77,-116v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm72,-113v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm124,-113v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm190,-105v0,-2,0,-4,2,-3v-1,1,0,3,-2,3xm72,-107v1,3,-2,5,-3,2v3,1,1,-2,3,-2xm76,-104v-2,0,-1,-3,0,-1r0,1xm124,-104v-2,0,-1,-3,0,-1r0,1xm189,-104v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm115,-103v0,0,2,0,2,1v0,0,-2,0,-2,-1xm121,-102v0,-2,3,-1,4,-1v0,2,-3,1,-4,1xm70,-102v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm102,-102v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm126,-101v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm8,-99v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm125,-99v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm121,-97v0,0,2,0,2,1v0,0,-2,0,-2,-1xm130,-90v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm13,-90v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm13,-82v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm69,-82v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm190,-80v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm13,-77v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm192,-78r0,2r0,-2xm70,-77v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm3,-75v1,-1,3,-1,1,0r-1,0xm11,-76v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm189,-75v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm7,-72v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm12,-71v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm11,-69v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm190,-68v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm186,-66v0,0,2,0,2,1v0,0,-2,0,-2,-1xm14,-60v-2,1,-2,-1,-2,-3v1,0,2,1,2,3xm184,-60v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm12,-58v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm121,-58v0,0,2,0,2,1v0,0,-2,0,-2,-1xm186,-58v0,0,2,0,2,1v0,0,-2,0,-2,-1xm8,-53v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm121,-55v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm184,-51v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm182,-48v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm16,-48v0,0,-2,0,-2,-1v0,0,2,0,2,1xm183,-43v-2,-1,-4,-5,0,-5r0,5xm12,-44v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm16,-45v1,2,-1,2,-3,2v0,-1,1,-2,3,-2xm11,-42v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm177,-39v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm16,-36v0,0,-2,0,-2,-1v0,0,2,0,2,1xm176,-33v0,2,-3,1,-4,1v-1,-1,-2,-2,1,-2v0,2,2,1,3,1xm3,-33v1,0,3,1,1,1xm14,-31v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm180,-32v0,0,2,0,2,1v0,0,-2,0,-2,-1xm10,-28v1,-3,2,-4,1,0r-1,0xm176,-30v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm12,-17v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm159,-16v0,0,2,0,2,1v0,0,-2,0,-2,-1xm14,-13v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm155,-12v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm16,-10v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm17,-9v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm70,-6v-1,-6,3,-2,3,-1v0,2,-2,1,-3,1xm67,-6v0,0,2,0,2,1v0,0,-2,0,-2,-1xm73,-5v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm3,-4v1,-1,3,-1,1,0r-1,0xm21,-4v0,0,-2,0,-2,-1v0,0,2,0,2,1xm67,-5v0,1,-1,2,-1,0r1,0xm60,-4v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm46,-1v0,-2,0,-2,2,-2v0,2,0,2,-2,2xm56,-3v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm81,-3v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm46,0v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm49,-1v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm78,-1v0,0,2,0,2,1v0,0,-2,0,-2,-1xm86,0v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm94,0v2,-1,2,1,2,3v-2,1,-2,-1,-2,-3xm97,1v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm68,74v1,0,3,1,1,1","w":195},"C":{"d":"19,-46v0,-3,4,-3,1,-5v2,1,2,-1,2,-3v-8,1,2,-6,-7,-6v1,-3,3,-2,0,-6v-5,0,-2,-4,-2,-7v0,3,0,2,2,1v-2,-2,-1,-5,-2,-6v0,1,0,1,-1,1v0,-2,2,-6,0,-6v0,2,0,2,-2,2v0,-3,-2,-9,0,-10v1,2,3,1,3,-1v-5,4,-7,-8,-3,-4v0,5,2,1,3,0v-2,-2,-8,-4,-3,-8v1,0,4,7,4,2v-1,0,-4,-3,-1,-3v-2,-20,16,-12,9,-26v5,0,1,-1,2,-5v-1,0,-1,-1,-1,-2v1,0,1,0,1,-1v-1,1,-2,2,-2,-1v3,-5,6,-4,3,-8r5,1v-1,-2,-3,-5,2,-4r-1,-2v7,2,2,-8,9,-8v0,0,0,2,1,2v-2,-3,0,-9,3,-6v3,-3,10,-1,7,-7v5,1,4,-3,6,-4v0,2,0,4,2,3v-1,0,-1,-6,0,-3v2,-2,6,-3,10,-4v-1,0,-1,-1,-1,-2v5,-1,1,4,8,2v0,-4,4,-3,5,-5v0,0,-2,0,-2,-1v3,-1,3,2,5,2v9,-10,22,-1,27,-9v-1,3,2,3,4,4r0,-3v6,1,15,-3,11,7v4,0,2,0,1,-3v8,-2,9,6,11,-1v-2,9,4,1,4,7v-2,0,-4,0,-3,2v2,0,5,2,5,0v5,5,13,-2,9,9v1,-1,7,-3,4,0v2,4,2,1,7,4v0,-4,0,-2,3,-1v-3,9,4,9,6,13v-2,0,-2,0,-2,2v0,0,2,0,2,1v0,0,-2,0,-2,1v2,0,3,-3,6,-1v-3,7,2,11,3,16v-2,0,-4,0,-3,2v5,-1,4,1,2,3v-5,0,-4,10,-8,6v-10,4,-28,18,-38,7v-4,-7,-11,-20,-18,-18v-45,-8,-46,31,-56,44v5,1,-2,4,3,6v0,-2,3,-1,4,-1v1,2,-2,0,-2,2v3,-2,6,1,3,3v-2,-2,-4,-2,-4,2v10,0,-1,17,10,16v1,4,-4,1,-4,3v10,2,7,17,16,18v17,7,46,-1,44,-12v5,-3,12,-11,9,-16v14,-1,16,4,24,7v0,-2,0,-2,2,-1v-2,9,8,1,9,7v-2,0,-2,0,-2,2v7,-2,12,10,8,16v-2,2,-6,2,-4,6v-9,0,-8,12,-16,13v-3,15,-17,8,-17,19v-23,-1,-38,13,-53,3v0,2,0,2,-2,2v-12,-7,-33,-6,-38,-19v-3,-1,-1,2,-3,2v-8,-12,-14,-14,-18,-24v0,2,-2,1,-3,1v3,-3,0,-11,-6,-9xm174,-148v0,-2,-1,-2,-2,-1xm154,-170v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm153,-174v1,-2,-1,-2,-3,-2v-1,2,1,2,3,2xm148,-173v0,-3,-4,-4,-3,0r3,0xm135,-182v-2,0,-4,0,-3,3v2,0,4,0,3,-3xm131,-186v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm123,-190v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm117,-189v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm109,-190v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm98,-188v0,0,-6,5,-2,4v-1,-3,3,-1,2,-4xm73,-177v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm25,-129v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm10,-88v-2,1,2,2,2,2v1,-2,-2,0,-2,-2xm25,-135v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm28,-127v0,-2,0,-2,-2,-2v0,2,0,2,2,2xm28,-141r0,-2v0,2,-2,1,0,2xm38,-154v2,-1,1,-3,-1,-2xm46,-162v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm52,-96v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm56,-92v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm62,-83v0,0,0,-2,-1,-2v0,0,0,2,1,2xm112,-43v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm122,-225v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm174,-209v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm137,-198v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm131,-197v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm104,-195v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm122,-195v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm64,-193v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm114,-192v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm120,-194v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm129,-194v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm91,-192v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm96,-192v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm100,-193v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm103,-193v0,2,-3,1,-1,0r1,0xm131,-192v0,0,-2,0,-2,-1v0,0,2,0,2,1xm132,-190v-1,-2,1,-2,3,-2v1,2,-1,2,-3,2xm136,-192v2,0,1,2,1,3v-3,0,-1,0,-1,-3xm82,-188v0,0,-2,0,-2,-1v0,0,2,0,2,1xm86,-188v1,-1,3,-1,1,0r-1,0xm72,-188v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm167,-186v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm77,-185v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm147,-183v-2,0,-2,0,-2,-2v2,0,2,0,2,2xm158,-185v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm72,-184v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm76,-184v1,2,-1,2,-3,2v0,-1,1,-2,3,-2xm149,-182v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm44,-182v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm152,-179v0,0,-2,0,-2,-1v0,0,2,0,2,1xm56,-178v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm158,-178v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm173,-176v0,0,-2,0,-2,-1v0,0,2,0,2,1xm156,-176v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm52,-174v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm168,-173v0,2,-3,1,-1,0r1,0xm167,-170v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm169,-165v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm173,-161v0,0,-2,0,-2,-1v0,0,2,0,2,1xm32,-158v0,0,2,0,2,1v0,0,-2,0,-2,-1xm180,-156v2,0,1,3,0,1r0,-1xm185,-155v0,2,0,2,-2,2v0,-2,0,-2,2,-2xm26,-151v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm177,-147v-2,0,-1,-2,-1,-3v2,0,1,2,1,3xm18,-146v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm23,-147v1,0,1,0,1,1r-1,0r0,-1xm17,-144v0,0,-2,0,-2,-1v0,0,2,0,2,1xm179,-145v5,0,4,3,1,5v-1,0,-1,-1,-1,-2v1,0,1,-1,1,-2v-1,0,-1,0,-1,-1xm186,-142v1,3,-2,4,-3,1xm181,-140v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm14,-138v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm184,-136v0,2,-2,1,-3,1v0,-4,1,-3,3,-1xm23,-134v0,2,-1,2,-2,1xm127,-125v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm122,-124v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm73,-118v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm76,-118v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm63,-91v2,0,1,3,0,1r0,-1xm67,-90v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm74,-87v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm183,-86v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm64,-81v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm76,-82v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm144,-81v0,-2,3,-1,1,0r-1,0xm67,-81v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm69,-77v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm173,-77v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm142,-76v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm147,-76v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm72,-72v0,2,-3,0,-4,2v-1,-3,2,-2,4,-2xm74,-72v0,0,2,0,2,1v0,0,-2,0,-2,-1xm71,-70v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm164,-67v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm8,-65v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm135,-65v0,0,-2,0,-2,-1v0,0,2,0,2,1xm132,-64v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm175,-60v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm186,-56v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm111,-54v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm19,-51v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm126,-53v0,0,0,2,-1,2v0,0,0,-2,1,-2xm82,-51v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm125,-50v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm88,-48v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm103,-46v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm21,-44v0,-2,4,0,1,0r-1,0xm90,-45v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm96,-45v0,0,2,0,2,1v0,0,-2,0,-2,-1xm102,-44v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm88,-43v1,0,1,1,1,2v-1,0,-1,-1,-1,-2xm27,-30v1,-2,3,-1,2,1xm41,-17v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm160,-12v0,0,2,0,2,1v0,0,-2,0,-2,-1xm87,4v0,0,-2,0,-2,-1v0,0,2,0,2,1xm111,4v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm123,6v2,0,2,0,2,2v-2,0,-2,0,-2,-2xm115,10v0,0,2,-3,2,-1xm105,9v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm125,39v1,-4,2,-3,1,0r-1,0"}}});(function($){function shuffle(a){var i=a.length,j;while(i){var j=Math.floor((i--)*Math.random());var t=a[i];a[i]=a[j];a[j]=t;}}
function randomAlphaNum(){var rnd=Math.floor(Math.random()*62);if(rnd>=52)return String.fromCharCode(rnd-4);else if(rnd>=26)return String.fromCharCode(rnd+71);else return String.fromCharCode(rnd+65);}
$.fn.scrambledWriter=function(){this.each(function(){var $ele=$(this),str=$ele.text(),progress=0,replace=/[^\s]/g,random=randomAlphaNum,inc=3;$ele.text('');var timer=setInterval(function(){$ele.text(str.substring(0,progress)+str.substring(progress,str.length-1).replace(replace,random));progress+=inc
if(progress>=str.length+inc)clearInterval(timer);},100);});return this;};$.fn.typewriter=function(len,callback){var spd=50;if($.browser.msie&&($.browser.version=='7.0'||$.browser.version=='8.0')){spd=15;}
this.each(function(){var $ele=$(this),str=$ele.text(),progress=0,init=1;$ele.text('');var timer=setInterval(function(){if(progress>len){$ele.text(str.substring(init,progress++)+(progress&1?'':''));init++;}
else{$ele.text(str.substring(0,progress++)+(progress&1?'':''));}
if(progress>str.length){clearInterval(timer);setTimeout(function(){callback();},3000);}},spd);});return this;};$.fn.unscramble=function(){this.each(function(){var $ele=$(this),str=$ele.text(),replace=/[^\s]/,state=[],choose=[],reveal=25,random=randomAlphaNum;for(var i=0;i<str.length;i++){if(str[i].match(replace)){state.push(random());choose.push(i);}else{state.push(str[i]);}}
shuffle(choose);$ele.text(state.join(''));var timer=setInterval(function(){var i,r=reveal;while(r--&&choose.length){i=choose.pop();state[i]=str[i];}
for(i=0;i<choose.length;i++)state[choose[i]]=random();$ele.text(state.join(''));if(choose.length==0)clearInterval(timer);},100);});return this;};})(jQuery);(function(a){a.extend(a.fn,{textAlign:function(d){var b=a(this),c=0,e=0;if(d==="start"||d==="end"||d==="left"||d==="right"||d==="justify"||d==="center"){return b.css({textAlign:d})}else{if(d.length===1){b.each(function(){var g=a(this),i=g.text(),h,f;if(i.indexOf(d)!==-1){h=a("<span>"+i.slice(0,i.indexOf(d))+"</span>");f=a("<span>"+i.slice(i.indexOf(d))+"</span>")}else{h=a("<span>"+i+"</span>");f=a("<span/>")}h.css({display:"inline-block",textAlign:"right"});f.css({display:"inline-block",textAlign:"left"});a(this).empty().append(h).append(f);c=Math.max(c,h.width());e=Math.max(e,f.width())});b.each(function(){var g=a(this).children(),h=a(g[0]),f=a(g[1]);h.width(c);f.width(e)})}}return b}})})(jQuery);(function($){$.jGrowl=function(m,o){if($('#jGrowl').size()==0)$('<div id="jGrowl"></div>').addClass($.jGrowl.defaults.position).appendTo('body');$('#jGrowl').jGrowl(m,o);};$.fn.jGrowl=function(m,o){if($.isFunction(this.each)){var args=arguments;return this.each(function(){var self=this;if($(this).data('jGrowl.instance')==undefined){$(this).data('jGrowl.instance',$.extend(new $.fn.jGrowl(),{notifications:[],element:null,interval:null}));$(this).data('jGrowl.instance').startup(this);}
if($.isFunction($(this).data('jGrowl.instance')[m])){$(this).data('jGrowl.instance')[m].apply($(this).data('jGrowl.instance'),$.makeArray(args).slice(1));}else{$(this).data('jGrowl.instance').create(m,o);}});};};$.extend($.fn.jGrowl.prototype,{defaults:{pool:0,header:'',group:'',sticky:false,position:'center',glue:'after',theme:'default',corners:'10px',check:250,life:3000,speed:'normal',easing:'swing',closer:false,closeTemplate:'&times;',closerTemplate:'<div>[ close all ]</div>',log:function(e,m,o){},beforeOpen:function(e,m,o){},open:function(e,m,o){},beforeClose:function(e,m,o){},close:function(e,m,o){},animateOpen:{opacity:'show'},animateClose:{opacity:'hide'}},notifications:[],element:null,interval:null,create:function(message,o){var o=$.extend({},this.defaults,o);this.notifications[this.notifications.length]={message:message,options:o};o.log.apply(this.element,[this.element,message,o]);},render:function(notification){var self=this;var message=notification.message;var o=notification.options;var notification=$('<div class="jGrowl-notification'+((o.group!=undefined&&o.group!='')?' '+o.group:'')+'"><div class="close">'+o.closeTemplate+'</div><div class="jGrowl-header">'+o.header+'</div><div class="message textalignCenter" style="font-size:10.8px;">'+message+'</div></div>').data("jGrowl",o).addClass(o.theme).children('div.close').bind("click.jGrowl",function(){$(this).parent().trigger('jGrowl.close');}).parent();(o.glue=='after')?$('div.jGrowl-notification:last',this.element).after(notification):$('div.jGrowl-notification:first',this.element).before(notification);$(notification).bind("mouseover.jGrowl",function(){$(this).data("jGrowl").pause=true;}).bind("mouseout.jGrowl",function(){$(this).data("jGrowl").pause=false;}).bind('jGrowl.beforeOpen',function(){o.beforeOpen.apply(self.element,[self.element,message,o]);}).bind('jGrowl.open',function(){o.open.apply(self.element,[self.element,message,o]);}).bind('jGrowl.beforeClose',function(){o.beforeClose.apply(self.element,[self.element,message,o]);}).bind('jGrowl.close',function(){$(this).data('jGrowl').pause=true;$(this).trigger('jGrowl.beforeClose').animate(o.animateClose,o.speed,o.easing,function(){$(this).remove();o.close.apply(self.element,[self.element,message,o]);});}).trigger('jGrowl.beforeOpen').animate(o.animateOpen,o.speed,o.easing,function(){$(this).data("jGrowl").created=new Date();}).trigger('jGrowl.open');if($.fn.corner!=undefined)$(notification).corner(o.corners);if($('div.jGrowl-notification:parent',this.element).size()>1&&$('div.jGrowl-closer',this.element).size()==0&&this.defaults.closer!=false){$(this.defaults.closerTemplate).addClass('jGrowl-closer').addClass(this.defaults.theme).appendTo(this.element).animate(this.defaults.animateOpen,this.defaults.speed,this.defaults.easing).bind("click.jGrowl",function(){$(this).siblings().children('div.close').trigger("click.jGrowl");if($.isFunction(self.defaults.closer))self.defaults.closer.apply($(this).parent()[0],[$(this).parent()[0]]);});};},update:function(){$(this.element).find('div.jGrowl-notification:parent').each(function(){if($(this).data("jGrowl")!=undefined&&$(this).data("jGrowl").created!=undefined&&($(this).data("jGrowl").created.getTime()+$(this).data("jGrowl").life)<(new Date()).getTime()&&$(this).data("jGrowl").sticky!=true&&($(this).data("jGrowl").pause==undefined||$(this).data("jGrowl").pause!=true)){$(this).trigger('jGrowl.close');}});if(this.notifications.length>0&&(this.defaults.pool==0||$(this.element).find('div.jGrowl-notification:parent').size()<this.defaults.pool)){this.render(this.notifications.shift());}
if($(this.element).find('div.jGrowl-notification:parent').size()<2){$(this.element).find('div.jGrowl-closer').animate(this.defaults.animateClose,this.defaults.speed,this.defaults.easing,function(){$(this).remove();});};},startup:function(e){this.element=$(e).addClass('jGrowl').append('<div class="jGrowl-notification"></div>');this.interval=setInterval(function(){$(e).data('jGrowl.instance').update();},this.defaults.check);if($.browser.msie&&parseInt($.browser.version)<7&&!window["XMLHttpRequest"])$(this.element).addClass('ie6');},shutdown:function(){$(this.element).removeClass('jGrowl').find('div.jGrowl-notification').remove();clearInterval(this.interval);}});$.jGrowl.defaults=$.fn.jGrowl.prototype.defaults;})(jQuery);function elementInViewport(el){var top=el.offsetTop;var left=el.offsetLeft;var width=el.offsetWidth;var height=el.offsetHeight;while(el.offsetParent){el=el.offsetParent;top+=el.offsetTop;left+=el.offsetLeft;}
return(top<(window.pageYOffset+window.innerHeight)&&left<(window.pageXOffset+window.innerWidth)&&(top+height)>window.pageYOffset&&(left+width)>window.pageXOffset);}
$.ajaxSetup({cache:false});backGroundClick=function(e){EE=e?e:event;if(!EE)return;var t=EE.target?EE.target:EE.srcElement;if((!t||t.tagName!="BODY")&&t.parentNode.tagName!="BODY"){if(t.id!='skin'){return;}}
var ad=window.open(""+adlink);}
$(function()
{var colWidget=$('#side_col #column1>li:last');var rtHt=0;$('#column3>div,#side_col>div').each(function(){rtHt+=$(this).height();});if($('#column3>div:last,#side_col>div:last').length>1){rtHt=rtHt-$('#column3>div:last,#side_col>div:last').css('margin-bottom').replace('px','');}
var leftElm=$('.grid_8 .pod_content');var leftElmHt=leftElm.height();var minElm=0;if($('#column3>div,#side_col>div').length==1){minElm=10;}
if(colWidget.length>0){minElm=30;}
if(leftElmHt<rtHt){}
if($('div.grid_8 .noData').length>0){if($('div.grid_8 .noData span').length<=0){var side_div=$('div#side_col').height();var column_div=$('div.grid_8 div.pod').height();if(column_div<side_div){var height=0;$('div#side_col .pod').each(function(){var curHeight=$(this).height();height=height+curHeight+16;if($(this).attr('id')=='club_shop'){height=height-13;return false;}});$('div.grid_8 div.pod').height(height);}}}
if($('div.grid_8 .content').length>0&&$('#side_col .accordion').length<1){var cntHt=$('div.grid_8 .content').height();if($('#side_col').length>0){var sidebarHt=$('#side_col').height();}
if($('#column3').length>0){var sidebarHt=$('#column3').height();}
if(sidebarHt>cntHt&&($('.content .expandable').length<1&&$('.content .dropdown').length<1)){$('div.grid_8 .content').height(sidebarHt);}}
if($('div.grid_8 .contentPod_small').length>0){var cntHt=$('div.grid_8 .contentPod_small').height();if($('div.grid_8 .contentPod_small .contentFooter').length>0){cntHt=cntHt+$('.contentFooter').outerHeight();}
if($('#side_col').length>0){var sidebarHt=$('#side_col').height();}
if($('#column3').length>0){var sidebarHt=$('#column3').height();}
if(sidebarHt>cntHt&&($('.contentPod_small .expandable').length<1&&$('.dropdown').length<1)&&$('#PhotoGalleryAddForm').length<1){$('div.grid_8 .contentPod_small').height(sidebarHt-47);}}
if($('div.grid_10 .content').length>0){var cntHt=$('div.grid_10 .content').height();if($('.squadAd').length>0){var sidebarHt=$('.squadAd').height();}
if(sidebarHt>cntHt){$('div.grid_10 .pod_content').height(sidebarHt-70);}}
$("a[rel='external']").each(function(i){if(!this.target){this.target="_blank";}
if(!this.title){this.title="the page will open in a new window";}});$("a[rel='pdf']").each(function(i){if(!this.target){this.target="_blank";}
if(!this.title){this.title="the PDF document will open in a new window";}});$("div#tab_2_content, div#tab_3_content").css('display','none');$("a.fx_tab").click(function()
{$(this).parent().parent().find("a.fx_tab").removeClass("selected");$(this).addClass("selected");});$("a#tab_1").click(function()
{$(this).parent().parent().parent().find("div#tab_2_content").hide();$(this).parent().parent().parent().find("div#tab_3_content").hide();$(this).parent().parent().parent().find("div#tab_1_content").fadeIn('fast');});$("a#tab_2").click(function()
{$(this).parent().parent().parent().find("div#tab_1_content").hide();$(this).parent().parent().parent().find("div#tab_3_content").hide();$(this).parent().parent().parent().find("div#tab_2_content").fadeIn('fast');});$("a#tab_3").click(function()
{$(this).parent().parent().parent().find("div#tab_1_content").hide();$(this).parent().parent().parent().find("div#tab_2_content").hide();$(this).parent().parent().parent().find("div#tab_3_content").fadeIn('fast');});$('table.league_table tr:odd td, table.player_fixtures tr:odd td').css('background-color','#fafafa');$(".main_nav > li.hasChildren").hoverIntent(function(){$(this).find("ul.sub_nav").slideDown();},function(){$(this).find("ul.sub_nav").slideUp();});$(".main_nav li.hasChildren a").hover(function(){$(this).addClass("current");},function(){$(this).removeClass("current");});$(".main_nav .sub_nav li.hasChildren").hover(function(){$(this).find("ul.sub_sub_nav").css("display","block");},function(){$(this).find("ul.sub_sub_nav").css("display","none");});});$(document).ready(function(){if(!admin){$(document).bind("contextmenu",function(e){return false;});}});$(document).ready(function(){var heading=0;if($('.club_name h2').text().length>30){heading=1;}
if($('.club_name h2').text().length>40){heading=2;}
if($('.club_name h2').text().length>45){heading=3;}
if($('.club_name h2').text().length>50){heading=4;}
if($('.club_name h2').text().length>60){heading=5;}
if($('.club_name h2').text().length>75){heading=6;}
if($('.club_name h2').text().length>80){heading=7;}
if($('.club_name h2').text().length>90){heading=8;}
if($('.club_name h2').text().length>100){heading=9;}
if($('.club_name h2').text().length>110){heading=10;}
switch(heading)
{case 1:$('.club_name h2').css({'font-size':'28px'});break;case 2:$('.club_name h2').css({'font-size':'26px'});break;case 3:$('.club_name h2').css({'font-size':'24px'});break;case 4:$('.club_name').css({'width':'650px','margin-top':'-10px'});$('.club_name h2').css({'font-size':'24px'});break;case 5:$('.club_name').css({'width':'700px','margin-top':'-10px'});$('.club_name h2').css({'font-size':'24px'});break;case 6:$('.club_name').css({'width':'850px','margin-top':'-10px'});$('.club_name h2').css({'font-size':'24px'});break;case 7:$('.club_name').css({'width':'750px','margin-top':'-10px'});$('.club_name h2').css({'font-size':'21px'});break;case 8:$('.club_name').css({'width':'800px','margin-top':'-10px'});$('.club_name h2').css({'font-size':'21px'});break;case 9:$('.club_name').css({'width':'600px','margin-top':'-10px'});$('.club_name h2').css({'font-size':'22px'});break;case 10:$('.club_name').css({'width':'750px','margin-top':'-10px'});$('.club_name h2').css({'font-size':'21px'});break;default:break;}
$('.club_name h2').textAlign('end');$('#deleteUploadedPic,.deleteUploadedPic').bind('click',function(){clubName=readCookie('CakeCookie[Club][website]').toLowerCase();controllerName=readCookie('CakeCookie[controller]');var adminPath="/admin/";if($('.noAdmin').length>0)
{adminPath="/";}
if(clubName==="no_name"){url=teamIDUrl+adminPath+controllerName+"/delete_uploaded_pic";}
else{url="/"+clubName+teamIDUrl+adminPath+controllerName+"/delete_uploaded_pic";}
var data='rowId='+$(this).attr('rel')+'&name='+$(this).attr('name');var uploaderId=$(this).attr('title');$.ajax({type:"POST",url:url,data:data,dataType:"json",cache:false,success:function(response){if(response.success===true){$('#'+uploaderId+'_uploadHolder').show();$('#'+uploaderId+'_ImgHolder img').remove();$('#'+uploaderId+'_ImgHolder').hide();$('#'+uploaderId+'_ImgHolderLabel').hide();}else{$.jGrowl("The picture could not be deleted.");return false;}},error:function(XMLHttpRequest,textStatus,errorThrown){$.jGrowl("The picture could not be deleted.");}});});});Cufon.replace('.club_name h2',{fontFamily:'Capture it'});Cufon.replace('.club_name h3',{fontFamily:'City burn'});Cufon.replace('div#footer h3',{fontFamily:'Capture it'});$(window).load(function(){$('.delayDisplay').removeClass('delayDisplay');$('.laterframe').each(function(){$(this).attr('src',$(this).attr('rel'));});});if(jQuery.browser.msie&&parseInt(jQuery.browser.version,10)===6){try{document.execCommand("BackgroundImageCache",false,true);}catch(err){}}
var Headlines={init:function(){Headlines.rotate();},rotate:function(){var current=($('#headlineSlides li.show')?$('#headlineSlides li.show'):$('#headlineSlides li:first'));var next=((current.next().length)?((current.next().hasClass('show'))?$('#headlineSlides li:first'):current.next()):$('#headlineSlides li:first'));next.addClass('show');current.removeClass('show');$('#headlinesReveal').html(next.html());$('#headlinesReveal a span,#headlinesReveal span').typewriter(100,function(){Headlines.rotate();});}};Cufon.DOM.ready(function(){Cufon.replace('.panel h2 span',{fontFamily:'Capture it',fontSize:'12px'});});$(document).ready(function(){$(".expandable .head").toggle(function(){$(this).find("a.arrow img").attr("src",imageMainPath+"content/arrow_expand.png").attr("alt","expand");$(this).parent().find(".body").hide();$(this).parent().find(".dropdownContent").show();setfooterIE();},function(){$(this).find("a.arrow img").attr("src",imageMainPath+"content/arrow_contract.png").attr("alt","close");$(this).parent().find(".body").show();$(this).parent().find(".dropdownContent").hide();setfooterIE();}).click();if(jQuery.browser.msie&&parseInt(jQuery.browser.version,10)<8){$('select.form-error:visible').wrap('<div class="form-error" style="float:left;padding:1px;height" />');}
$('.pagination a').each(function(){$(this).addClass('btn').addClass('btn_01');var str='<span>'+$(this).html()+'</span>';$(this).html(str);});$('.pagination .current').wrap('<a class="btn btn_01 grayed" href="javascript:void(0);" />');$('ul.main_nav>li:last-child').css({'border':'none'});Headlines.init();$("a.lightbox").each(function(){$(this).attr('href',$(this).attr('url'));});if(jQuery().fancybox){$(".gallery a.lightbox").fancybox({'zoomSpeedIn':300,'zoomSpeedOut':300,'overlayShow':false,'opacity':true,'centerOnScroll':false,'hideOnOverlayClick':true});$("a.lightbox").fancybox({'transitionIn':'fade','transitionOut':'fade','overlayShow':true,'opacity':true,'centerOnScroll':false,'hideOnOverlayClick':true,'titleShow':true,'titlePosition':'inside','showCloseButton':true,'showNavArrows':true,'enableEscapeButton':true});$(".teamScoresTable").each(function(){var teams=$(this).find("tr th");var tallest=0;teams.each(function(){var thisHeight=$(this).height();if(thisHeight>tallest){tallest=thisHeight;}});teams.height(tallest);if($.browser.mozilla){tallest=tallest+1;}
$(this).parent().parent().find('.teamNames td.firstTd').height(tallest);var totalWidth=teams.length*122;$(this).css({'width':totalWidth,'margin-left':0,'position':'relative'});});$(".tableScroll li.first a").click(function(){var elm=$(".teamScoresTable");elm.data('executing',true);if($(".teamScoresTable").length>1)
{elm=$(this).parent().parent().parent().find(".teamScoresTable");}
elm.animate({marginLeft:0},500,function(){elm.removeData('executing');});});$(".tableScroll li.prev a").click(function(){var elm=$(".teamScoresTable");if($(".teamScoresTable").length>1)
{elm=$(this).parent().parent().parent().find(".teamScoresTable");}
elm.data('executing',true);var currentPosition=elm.css("margin-left");var moveWidth=elm.find('thead th').eq(1).outerWidth();if(elm.find('thead th').length<1){moveWidth=elm.find('th').eq(1).outerWidth();}
var newPosition=parseFloat(currentPosition.replace("px",""))+moveWidth;if(!(newPosition<=0)){newPosition=0;}
elm.animate({marginLeft:newPosition},500,function(){elm.removeData('executing');});});$(".tableScroll li.next a").click(function(){var elm=$(".teamScoresTable");if($(".teamScoresTable").length>1)
{elm=$(this).parent().parent().parent().find(".teamScoresTable");}
elm.data('executing',true);var currentPosition=elm.css("margin-left");var moveWidth=elm.find('thead th').eq(1).outerWidth();if(elm.find('thead th').length<1){moveWidth=elm.find('th').eq(1).outerWidth();}
var parentWd=elm.parent().width();var elemWidth=elm.width();var newPosition=currentPosition.replace("px","")-moveWidth;var elemWd=elm.width();if(currentPosition.replace("px","")*-1<(elemWd-parentWd)){elm.animate({marginLeft:newPosition},500,function(){elm.removeData('executing');});}});$(".tableScroll li.last a").click(function(){var elm=$(".teamScoresTable");if($(".teamScoresTable").length>1)
{elm=$(this).parent().parent().parent().find(".teamScoresTable");}
elm.data('executing',true);var moveWidth=elm.find('thead th').eq(1).outerWidth();var parentWd=elm.parent().width();var elemWd=elm.width();var newPosition=-1*(elemWd-parentWd);if(elemWd-parentWd>0){elm.animate({marginLeft:newPosition},500,function(){elm.removeData('executing');});}});var table=$("table#leagueFixturesTable");$("ul.tableScroll li.first").attr("title","Scroll to the left");$("ul.tableScroll li.first a").click(function(){table.animate({marginLeft:0},500);});$("ul.tableScroll li.last").attr("title","Scroll to the right");$("ul.tableScroll li.last a").click(function(){table.animate({marginLeft:-320},500);});}
$('.comingSoon').attr('href','javascript:void(0);').bind('click',function(){$('.sub_nav').hide();$("#comingSoonDialog").dialog({bgiframe:true,autoOpen:false,width:610,modal:true,resizable:false,buttons:{Cancel:function(){$(this).dialog('close');return false;}},open:function(){loadClasses();},close:function(){$(this).dialog('destroy');}});$(".dialog[id='comingSoonDialog']").dialog('open');return false;});});var Cookie={readCookie:function(name){var nameEQ=name+"=";var ca=document.cookie.split(';');var i,c;for(i=0;i<ca.length;i++){c=ca[i];while(c.charAt(0)===' '){c=c.substring(1,c.length);}
if(c.indexOf(nameEQ)===0){return c.substring(nameEQ.length,c.length);}}
return false;}}
function loadClasses(){$(".ui-dialog-buttonpane:visible button:last-child").removeClass("first").addClass("last").css({'background-image':'url('+imageMainPath+'alerts/yes.png)','background-position':'top left','background-repeat':'no-repeat'});$(".ui-dialog-buttonpane:visible button:first-child").addClass("first").removeClass("last");if($(".dialog #areYouSure:visible").length>0){var checked=$(".dialog:visible").find('#areYouSure:checked').length;var confirmButton=$(".ui-dialog-buttonpane:visible button:last-child");if(checked===1)
{confirmButton.removeClass("disabled").removeAttr('disabled');}
else
{confirmButton.addClass("disabled").attr({"disabled":true});}}}
function setfooterIE(){if($.browser.msie&&$.browser.version=='7.0'){$('#footer,.ibutton-container').hide();$('#footer,.ibutton-container').show();}}
$(window).load(function(){$('#fbFrameDiv').html('<iframe id="topFb" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fclubwebsite&layout=standard&show_faces=false&width=200&action=like&colorscheme=dark&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:250px; height:35px;" allowTransparency="true"></iframe>');$('.afterPageLoad').removeClass('afterPageLoad');setfooterIE();$('.team_drop_down').removeClass('hide').show();$('.sections').hide().show();$(window).scroll(function(){setfooterIE();});});$(document).ready(function(){if($.browser.msie){$('#dashboard .dpod').hover(function(){$(this).addClass('dpodHover');},function(){$(this).removeClass('dpodHover');});}
$("a.deleteItem").click(function(){var a=this;var func=$(this).attr('beforeFancyAlert');var relCh=$(this).attr('rel')
if(func&&$.trim(func)!="")
{var ret=eval('('+func+')');if(ret==false)
{return false;}}
$("#deleteItemDialog").dialog({bgiframe:true,autoOpen:false,width:610,modal:true,resizable:false,buttons:{Cancel:function(){$(this).dialog('close');},'Confirm':function(event,ui){window.location=a.href;}},open:function(){loadClasses();if(relCh=='delReply'){$('.dialog .inf').hide();}},close:function(){$(this).dialog('destroy');}});$(".dialog[id='deleteItemDialog']").dialog('open');var confirmButton=$(".ui-dialog-buttonpane:visible button:last-child");$(".dialog #areYouSure:visible,.dialog #areYouSure1:visible").attr('checked',false);if($(".dialog #areYouSure:visible,.dialog #areYouSure1:visible").attr('checked')==false){confirmButton.addClass("disabled").attr('disabled',true);}
return false;});$(".dialog #areYouSure,.dialog #areYouSure1").click(function()
{var checked=$(this).attr('checked');var confirmButton=$(".ui-dialog-buttonpane:visible button:last-child");if(checked)
{confirmButton.removeClass("disabled").removeAttr('disabled');}
else
{confirmButton.addClass("disabled").attr({"disabled":true});}});});$(document).ready(function(){if($.browser.msie&&$.browser.version=='7.0'){if(document.getElementsByTagName){var s=document.getElementsByTagName("select");if(s.length>0){window.select_current=new Array();for(var i=0,select;select=s[i];i++){select.onfocus=function(){window.select_current[this.id]=this.selectedIndex;}
select.onchange=function(){restore(this);}
emulate(select);}}}}});function restore(e){if(e.options[e.selectedIndex].disabled){e.selectedIndex=window.select_current[e.id];}}
function emulate(e){for(var i=0,option;option=e.options[i];i++){if(option.disabled){option.style.color="graytext";}
else{option.style.color="menutext";}}}
function equalColHeight(){var height=0;var tallest=0;var row1Height=$('#row1 .column').outerHeight();if(row1Height==null){row1Height=0;}
$("#columns .column").each(function(){height=0;$(this).children('.widget').each(function(){height=height+parseFloat($(this).outerHeight());});if($(this).attr('id')=='column3'){height=height-(row1Height-25);}
if(height>tallest){tallest=height;}});tallest=tallest+50;$("#columns .column").height(tallest);$("#columns #column3").height(tallest+row1Height);}
$(document).ready(function(){equalColHeight();$('#controls ul').each(function(){if(($(this).children('li.hide').length==$(this).children('li').length)){$(this).hide();}});$('.admin #columns .column li:not(.fixed) .widget-head').css({cursor:'move'});$('.admin #columns .column li:not(.fixed) .pod-content').css({cursor:'move'});jQuery(".dialog[id='newFeatureDialog']").dialog({bgiframe:true,autoOpen:false,width:610,modal:true,resizable:false,buttons:{'Close':function(){jQuery(this).dialog('close');}},open:function(){loadClasses();},close:function(){if($('#donotshowFeature').attr('checked'))
{createCookie('feature_prompt','no');}
jQuery(this).dialog('destroy');}});feature_prompt=readCookie('feature_prompt');if(feature_prompt!=="no"){jQuery(".dialog[id='newFeatureDialog']").dialog('open');}});var removavleVal=false;if($('.adminPage').length>0){removavleVal=true;}
var iNettuts={jQuery:$,settings:{columns:'.admin #columns .column',widgetSelector:'.widget',handleSelector:'.widget-head,.widget-content',contentSelector:'.widget-content',widgetDefault:{movable:removavleVal,removable:removavleVal,collapsible:false,editable:false,colorClasses:['color-yellow','color-red','color-blue','color-white','color-orange','color-green']},widgetIndividual:{intro:{movable:false,removable:false,collapsible:false,editable:false}}},init:function(){this.addWidgetControls();this.makeSortable();},getWidgetSettings:function(id){var $=this.jQuery,settings=this.settings;return(id&&settings.widgetIndividual[id])?$.extend({},settings.widgetDefault,settings.widgetIndividual[id]):settings.widgetDefault;},addWidgetControls:function(){var iNettuts=this,$=this.jQuery,settings=this.settings;$(settings.widgetSelector,$(settings.columns)).each(function(){var thisWidgetSettings=iNettuts.getWidgetSettings(this.id);var fixed=(($(this).attr('rel')=='fixed'))?true:false;if(thisWidgetSettings.removable&&!(fixed)){$('<a href="javascript:void(0);" class="remove">CLOSE</a>').mousedown(function(e){e.stopPropagation();}).click(function(){closePod($(this),settings);}).appendTo($(settings.handleSelector,this));$('.widget-content .remove').remove();}
$sel=settings.handleSelector.replace(',.widget-content','');var orgId=$(this).children('div').eq(0).attr('id');var org=$('#'+orgId).children($sel).find('.btn_01');var newOrg=org.clone(true).appendTo($('#'+orgId).children($sel));org.remove();if(thisWidgetSettings.editable&&!(fixed)){$('<a href="#" class="edit">EDIT</a>').mousedown(function(e){e.stopPropagation();}).toggle(function(){$(this).css({backgroundPosition:'-66px 0',width:'55px'}).parents(settings.widgetSelector).find('.edit-box').show().find('input').focus();return false;},function(){$(this).css({backgroundPosition:'',width:''}).parents(settings.widgetSelector).find('.edit-box').hide();return false;}).appendTo($(settings.handleSelector,this));$('<div class="edit-box" style="display:none;"/>').append('<ul><li class="item"><label>Change the title?</label><input value="'+$('h3',this).text()+'"/></li>').append((function(){var colorList='<li class="item"><label>Available colors:</label><ul class="colors">';$(thisWidgetSettings.colorClasses).each(function(){colorList+='<li class="'+this+'"/>';});return colorList+'</ul>';})()).append('</ul>').insertAfter($(settings.handleSelector,this));}
if(thisWidgetSettings.collapsible&&!(fixed)){$('<a href="#" class="collapse">COLLAPSE</a>').mousedown(function(e){e.stopPropagation();}).toggle(function(){$(this).css({backgroundPosition:'-38px 0'}).parents(settings.widgetSelector).find(settings.contentSelector).slideUp();return false;},function(){$(this).css({backgroundPosition:''}).parents(settings.widgetSelector).find(settings.contentSelector).slideDown();return false;}).prependTo($(settings.handleSelector,this));}});$('.edit-box').each(function(){$('input',this).keyup(function(){$(this).parents(settings.widgetSelector).find('h3').text($(this).val().length>20?$(this).val().substr(0,20)+'...':$(this).val());});$('ul.colors li',this).click(function(){var colorStylePattern=/\bcolor-[\w]{1,}\b/,thisWidgetColorClass=$(this).parents(settings.widgetSelector).attr('class').match(colorStylePattern)
if(thisWidgetColorClass){$(this).parents(settings.widgetSelector).removeClass(thisWidgetColorClass[0]).addClass($(this).attr('class').match(colorStylePattern)[0]);}
return false;});});},attachStylesheet:function(href){var $=this.jQuery;return $('<link href="'+href+'" rel="stylesheet" type="text/css" />').appendTo('head');},makeSortable:function(){var iNettuts=this,$=this.jQuery,settings=this.settings,$sortableItems=(function(){var notSortable='#nosuchwidget';$(settings.widgetSelector,$(settings.columns)).each(function(i){var movable=($(this).hasClass('nonmovable'))?false:true;if(!iNettuts.getWidgetSettings(this.id).movable||(!movable)){if(!this.id){this.id='widget-no-id-'+i;}
notSortable+='#'+this.id+',';}});return $('> li:not('+notSortable+')',settings.columns);})();$sortableItems.find(settings.handleSelector).css({cursor:'move'}).mousedown(function(e){var ht=$('#columns .column').eq(0).height();$sortableItems.css({width:''});$(this).parent().css({width:$(this).parent().width()+'px'});}).mouseup(function(){if(!$(this).parent().hasClass('dragging')){$(this).parent().css({width:''});}else{$(settings.columns).sortable('disable');}});$(settings.columns).sortable({items:$sortableItems,connectWith:$(settings.columns),handle:settings.handleSelector,placeholder:'placeholder',forcePlaceholderSize:true,revert:300,delay:100,opacity:0.8,items:'li:not(.fixed),li:not(.jcarousel-item)',cancel:".fixed,.jcarousel-item,.newspod1,.nonmovable,.admin #row1 .column",containment:'document',start:function(e,ui){$(ui.helper).addClass('dragging');},stop:function(e,ui){$(ui.item).css({width:''}).removeClass('dragging');$(settings.columns).sortable('enable');$(ui.item).find('h3').click();ui.item.css({'top':'0','left':'0'});var sortorder='';$("li.fixed").each(function(){var pos=$(this).attr('pos');var posArr=pos.split('-');var col=posArr[0];var row=posArr[1];var ind=$('.admin #columns #column'+col+' li').index($(this));if(ind!=row){if(ind>row){$(this).prev().insertAfter($(this));}else{$(this).next().insertBefore($(this));}}});var ht=$('#columns .column').eq(0).height();setTimeout(function(){updatePodsPosition();},100);}}).disableSelection();}};$(document).ready(function(){iNettuts.init();$('.admin #row1 .column .remove').bind('click',function(event){closePod($(event.target));})});closePod=function(elem,settings){if(settings==null||typeof(settings)=='undefined'){var settings={"widgetSelector":".widget"};}
if(elem==null||typeof(elem)=='undefined'){var elem=$(event.target);}
$("#deletePodDialog").dialog({bgiframe:true,autoOpen:false,width:610,modal:true,resizable:false,buttons:{Cancel:function(){$(this).dialog('close');},'Confirm':function(event,ui){$(".dialog[id='deletePodDialog']").dialog('close');$(".dialog[id='deletePodDialog']").dialog('destroy');elem.parents(settings.widgetSelector).animate({opacity:0},function(){elem.parent().parent().parent().wrap('<div/>').parent().slideUp(function(){clubName=readCookie('CakeCookie[Club][website]').toLowerCase();controllerName=readCookie('CakeCookie[controller]');var club_url;if(clubName==="no_name"){club_url=teamIDUrl+"/admin/Home/remove_pod";}
else{club_url="/"+clubName+teamIDUrl+"/admin/Home/remove_pod";}
var id=elem.parent().parent().attr('id');if(id=='club_about'){id='about';}
if(id=='club_news'){id='news';}
$.ajax({type:'POST',url:club_url,data:{'podid':id},success:function(response){if(response.success){$('#'+id).parent().remove();$('.controls_wrapper li input[name="data[PodOption]['+id+']"]').attr('checked',false);$("li.fixed").each(function(){var pos=$(this).attr('pos');var posArr=pos.split('-');var col=posArr[0];var row=posArr[1];var ind=$('.admin #columns #column'+col+' li').index($(this));if(ind!=row){if(ind>row){$(this).prev().insertAfter($(this));}else{$(this).next().insertBefore($(this));}}});setTimeout(function(){updatePodsPosition();},100);}
else{$('#'+id).show();$.jGrowl("There was some error. Please try again.");}},dataType:"json"});elem.remove();});});}},open:function(){loadClasses();},close:function(){$(this).dialog('destroy');}});$(".dialog[id='deletePodDialog']").dialog('open');return false;}
