jQuery.ui||(function(c){var i=c.fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.2",plugin:{add:function(k,l,n){var m=c.ui[k].prototype;for(var j in n){m.plugins[j]=m.plugins[j]||[];m.plugins[j].push([l,n[j]])}},call:function(j,l,k){var n=j.plugins[l];if(!n||!j.element[0].parentNode){return}for(var m=0;m<n.length;m++){if(j.options[n[m][0]]){n[m][1].apply(j.element,k)}}}},contains:function(k,j){return document.compareDocumentPosition?k.compareDocumentPosition(j)&16:k!==j&&k.contains(j)},hasScroll:function(m,k){if(c(m).css("overflow")=="hidden"){return false}var j=(k&&k=="left")?"scrollLeft":"scrollTop",l=false;if(m[j]>0){return true}m[j]=1;l=(m[j]>0);m[j]=0;return l},isOverAxis:function(k,j,l){return(k>j)&&(k<(j+l))},isOver:function(o,k,n,m,j,l){return c.ui.isOverAxis(o,n,j)&&c.ui.isOverAxis(k,m,l)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,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}};if(d){var f=c.attr,e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l){var m=l!==undefined;return(j=="role"?(m?f.call(this,k,j,"wairole:"+l):(f.apply(this,arguments)||"").replace(b,"")):(a.test(j)?(m?k.setAttributeNS(h,j.replace(a,"aaa:"),l):f.call(this,k,j.replace(a,"aaa:"))):f.apply(this,arguments)))};c.fn.removeAttr=function(j){return(a.test(j)?this.each(function(){this.removeAttributeNS(h,j.replace(a,""))}):e.call(this,j))}}c.fn.extend({remove:function(){c("*",this).add(this).each(function(){c(this).triggerHandler("remove")});return i.apply(this,arguments)},enableSelection:function(){return this.attr("unselectable","off").css("MozUserSelect","").unbind("selectstart.ui")},disableSelection:function(){return this.attr("unselectable","on").css("MozUserSelect","none").bind("selectstart.ui",function(){return false})},scrollParent:function(){var j;if((c.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){j=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)}else{j=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"))||!j.length?c(document):j}});c.extend(c.expr[":"],{data:function(l,k,j){return!!c.data(l,j[3])},focusable:function(k){var l=k.nodeName.toLowerCase(),j=c.attr(k,"tabindex");return(/input|select|textarea|button|object/.test(l)?!k.disabled:"a"==l||"area"==l?k.href||!isNaN(j):!isNaN(j))&&!c(k)["area"==l?"parents":"closest"](":hidden").length},tabbable:function(k){var j=c.attr(k,"tabindex");return(isNaN(j)||j>=0)&&c(k).is(":focusable")}});function g(m,n,o,l){function k(q){var p=c[m][n][q]||[];return(typeof p=="string"?p.split(/,?\s+/):p)}var j=k("getter");if(l.length==1&&typeof l[0]=="string"){j=j.concat(k("getterSetter"))}return(c.inArray(o,j)!=-1)}c.widget=function(k,j){var l=k.split(".")[0];k=k.split(".")[1];c.fn[k]=function(p){var n=(typeof p=="string"),o=Array.prototype.slice.call(arguments,1);if(n&&p.substring(0,1)=="_"){return this}if(n&&g(l,k,p,o)){var m=c.data(this[0],k);return(m?m[p].apply(m,o):undefined)}return this.each(function(){var q=c.data(this,k);(!q&&!n&&c.data(this,k,new c[l][k](this,p))._init());(q&&n&&c.isFunction(q[p])&&q[p].apply(q,o))})};c[l]=c[l]||{};c[l][k]=function(o,n){var m=this;this.namespace=l;this.widgetName=k;this.widgetEventPrefix=c[l][k].eventPrefix||k;this.widgetBaseClass=l+"-"+k;this.options=c.extend({},c.widget.defaults,c[l][k].defaults,c.metadata&&c.metadata.get(o)[k],n);this.element=c(o).bind("setData."+k,function(q,p,r){if(q.target==o){return m._setData(p,r)}}).bind("getData."+k,function(q,p){if(q.target==o){return m._getData(p)}}).bind("remove",function(){return m.destroy()})};c[l][k].prototype=c.extend({},c.widget.prototype,j);c[l][k].getterSetter="option"};c.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").removeAttr("aria-disabled")},option:function(l,m){var k=l,j=this;if(typeof l=="string"){if(m===undefined){return this._getData(l)}k={};k[l]=m}c.each(k,function(n,o){j._setData(n,o)})},_getData:function(j){return this.options[j]},_setData:function(j,k){this.options[j]=k;if(j=="disabled"){this.element[k?"addClass":"removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",k)}},enable:function(){this._setData("disabled",false)},disable:function(){this._setData("disabled",true)},_trigger:function(l,m,n){var p=this.options[l],j=(l==this.widgetEventPrefix?l:this.widgetEventPrefix+l);m=c.Event(m);m.type=j;if(m.originalEvent){for(var k=c.event.props.length,o;k;){o=c.event.props[--k];m[o]=m.originalEvent[o]}}this.element.trigger(m,n);return!(c.isFunction(p)&&p.call(this.element[0],m,n)===false||m.isDefaultPrevented())}};c.widget.defaults={disabled:false};c.ui.mouse={_mouseInit:function(){var j=this;this.element.bind("mousedown."+this.widgetName,function(k){return j._mouseDown(k)}).bind("click."+this.widgetName,function(k){if(j._preventClickEvent){j._preventClickEvent=false;k.stopImmediatePropagation();return false}});if(c.browser.msie){this._mouseUnselectable=this.element.attr("unselectable");this.element.attr("unselectable","on")}this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName);(c.browser.msie&&this.element.attr("unselectable",this._mouseUnselectable))},_mouseDown:function(l){l.originalEvent=l.originalEvent||{};if(l.originalEvent.mouseHandled){return}(this._mouseStarted&&this._mouseUp(l));this._mouseDownEvent=l;var k=this,m=(l.which==1),j=(typeof this.options.cancel=="string"?c(l.target).parents().add(l.target).filter(this.options.cancel).length:false);if(!m||j||!this._mouseCapture(l)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){k.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(l)&&this._mouseDelayMet(l)){this._mouseStarted=(this._mouseStart(l)!==false);if(!this._mouseStarted){l.preventDefault();return true}}this._mouseMoveDelegate=function(n){return k._mouseMove(n)};this._mouseUpDelegate=function(n){return k._mouseUp(n)};c(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);(c.browser.safari||l.preventDefault());l.originalEvent.mouseHandled=true;return true},_mouseMove:function(j){if(c.browser.msie&&!j.button){return this._mouseUp(j)}if(this._mouseStarted){this._mouseDrag(j);return j.preventDefault()}if(this._mouseDistanceMet(j)&&this._mouseDelayMet(j)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,j)!==false);(this._mouseStarted?this._mouseDrag(j):this._mouseUp(j))}return!this._mouseStarted},_mouseUp:function(j){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=(j.target==this._mouseDownEvent.target);this._mouseStop(j)}return false},_mouseDistanceMet:function(j){return(Math.max(Math.abs(this._mouseDownEvent.pageX-j.pageX),Math.abs(this._mouseDownEvent.pageY-j.pageY))>=this.options.distance)},_mouseDelayMet:function(j){return this.mouseDelayMet},_mouseStart:function(j){},_mouseDrag:function(j){},_mouseStop:function(j){},_mouseCapture:function(j){return true}};c.ui.mouse.defaults={cancel:null,distance:1,delay:0}})(jQuery);;(function(a){a.widget("ui.accordion",{_init:function(){var d=this.options,b=this;this.running=0;if(d.collapsible==a.ui.accordion.defaults.collapsible&&d.alwaysOpen!=a.ui.accordion.defaults.alwaysOpen){d.collapsible=!d.alwaysOpen}if(d.navigation){var c=this.element.find("a").filter(d.navigationFilter);if(c.length){if(c.filter(d.header).length){this.active=c}else{this.active=c.parent().parent().prev();c.addClass("ui-accordion-content-active")}}}this.element.addClass("ui-accordion ui-widget ui-helper-reset");if(this.element[0].nodeName=="UL"){this.element.children("li").addClass("ui-accordion-li-fix")}this.headers=this.element.find(d.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){a(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){a(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){a(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){a(this).removeClass("ui-state-focus")});this.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");this.active=this._findActive(this.active||d.active).toggleClass("ui-state-default").toggleClass("ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");this.active.next().addClass("ui-accordion-content-active");a("<span/>").addClass("ui-icon "+d.icons.header).prependTo(this.headers);this.active.find(".ui-icon").toggleClass(d.icons.header).toggleClass(d.icons.headerSelected);if(a.browser.msie){this.element.find("a").css("zoom","1")}this.resize();this.element.attr("role","tablist");this.headers.attr("role","tab").bind("keydown",function(e){return b._keydown(e)}).next().attr("role","tabpanel");this.headers.not(this.active||"").attr("aria-expanded","false").attr("tabIndex","-1").next().hide();if(!this.active.length){this.headers.eq(0).attr("tabIndex","0")}else{this.active.attr("aria-expanded","true").attr("tabIndex","0")}if(!a.browser.safari){this.headers.find("a").attr("tabIndex","-1")}if(d.event){this.headers.bind((d.event)+".accordion",function(e){return b._clickHandler.call(b,e,this)})}},destroy:function(){var c=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role").unbind(".accordion").removeData("accordion");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("tabindex");this.headers.find("a").removeAttr("tabindex");this.headers.children(".ui-icon").remove();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");if(c.autoHeight||c.fillHeight){b.css("height","")}},_setData:function(b,c){if(b=="alwaysOpen"){b="collapsible";c=!c}a.widget.prototype._setData.apply(this,arguments)},_keydown:function(e){var g=this.options,f=a.ui.keyCode;if(g.disabled||e.altKey||e.ctrlKey){return}var d=this.headers.length;var b=this.headers.index(e.target);var c=false;switch(e.keyCode){case f.RIGHT:case f.DOWN:c=this.headers[(b+1)%d];break;case f.LEFT:case f.UP:c=this.headers[(b-1+d)%d];break;case f.SPACE:case f.ENTER:return this._clickHandler({target:e.target},e.target)}if(c){a(e.target).attr("tabIndex","-1");a(c).attr("tabIndex","0");c.focus();return false}return true},resize:function(){var e=this.options,d;if(e.fillSpace){if(a.browser.msie){var b=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}d=this.element.parent().height();if(a.browser.msie){this.element.parent().css("overflow",b)}this.headers.each(function(){d-=a(this).outerHeight()});var c=0;this.headers.next().each(function(){c=Math.max(c,a(this).innerHeight()-a(this).height())}).height(Math.max(0,d-c)).css("overflow","auto")}else{if(e.autoHeight){d=0;this.headers.next().each(function(){d=Math.max(d,a(this).outerHeight())}).height(d)}}},activate:function(b){var c=this._findActive(b)[0];this._clickHandler({target:c},c)},_findActive:function(b){return b?typeof b=="number"?this.headers.filter(":eq("+b+")"):this.headers.not(this.headers.not(b)):b===false?a([]):this.headers.filter(":eq(0)")},_clickHandler:function(b,f){var d=this.options;if(d.disabled){return false}if(!b.target&&d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").find(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");var h=this.active.next(),e={options:d,newHeader:a([]),oldHeader:d.active,newContent:a([]),oldContent:h},c=(this.active=a([]));this._toggle(c,h,e);return false}var g=a(b.currentTarget||f);var i=g[0]==this.active[0];if(this.running||(!d.collapsible&&i)){return false}this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").find(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");if(!i){g.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").find(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected);g.next().addClass("ui-accordion-content-active")}var c=g.next(),h=this.active.next(),e={options:d,newHeader:i&&d.collapsible?a([]):g,oldHeader:this.active,newContent:i&&d.collapsible?a([]):c.find("> *"),oldContent:h.find("> *")},j=this.headers.index(this.active[0])>this.headers.index(g[0]);this.active=i?a([]):g;this._toggle(c,h,e,i,j);return false},_toggle:function(b,i,g,j,k){var d=this.options,m=this;this.toShow=b;this.toHide=i;this.data=g;var c=function(){if(!m){return}return m._completed.apply(m,arguments)};this._trigger("changestart",null,this.data);this.running=i.size()===0?b.size():i.size();if(d.animated){var f={};if(d.collapsible&&j){f={toShow:a([]),toHide:i,complete:c,down:k,autoHeight:d.autoHeight||d.fillSpace}}else{f={toShow:b,toHide:i,complete:c,down:k,autoHeight:d.autoHeight||d.fillSpace}}if(!d.proxied){d.proxied=d.animated}if(!d.proxiedDuration){d.proxiedDuration=d.duration}d.animated=a.isFunction(d.proxied)?d.proxied(f):d.proxied;d.duration=a.isFunction(d.proxiedDuration)?d.proxiedDuration(f):d.proxiedDuration;var l=a.ui.accordion.animations,e=d.duration,h=d.animated;if(!l[h]){l[h]=function(n){this.slide(n,{easing:h,duration:e||700})}}l[h](f)}else{if(d.collapsible&&j){b.toggle()}else{i.hide();b.show()}c(true)}i.prev().attr("aria-expanded","false").attr("tabIndex","-1").blur();b.prev().attr("aria-expanded","true").attr("tabIndex","0").focus()},_completed:function(b){var c=this.options;this.running=b?0:--this.running;if(this.running){return}if(c.clearStyle){this.toShow.add(this.toHide).css({height:"",overflow:""})}this._trigger("change",null,this.data)}});a.extend(a.ui.accordion,{version:"1.7.2",defaults:{active:null,alwaysOpen:true,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()}},animations:{slide:function(j,h){j=a.extend({easing:"swing",duration:300},j,h);if(!j.toHide.size()){j.toShow.animate({height:"show"},j);return}if(!j.toShow.size()){j.toHide.animate({height:"hide"},j);return}var c=j.toShow.css("overflow"),g,d={},f={},e=["height","paddingTop","paddingBottom"],b;var i=j.toShow;b=i[0].style.width;i.width(parseInt(i.parent().width(),10)-parseInt(i.css("paddingLeft"),10)-parseInt(i.css("paddingRight"),10)-(parseInt(i.css("borderLeftWidth"),10)||0)-(parseInt(i.css("borderRightWidth"),10)||0));a.each(e,function(k,m){f[m]="hide";var l=(""+a.css(j.toShow[0],m)).match(/^([\d+-.]+)(.*)$/);d[m]={value:l[1],unit:l[2]||"px"}});j.toShow.css({height:0,overflow:"hidden"}).show();j.toHide.filter(":hidden").each(j.complete).end().filter(":visible").animate(f,{step:function(k,l){if(l.prop=="height"){g=(l.now-l.start)/(l.end-l.start)}j.toShow[0].style[l.prop]=(g*d[l.prop].value)+d[l.prop].unit},duration:j.duration,easing:j.easing,complete:function(){if(!j.autoHeight){j.toShow.css("height","")}j.toShow.css("width",b);j.toShow.css({overflow:c});j.complete()}})},bounceslide:function(b){this.slide(b,{easing:b.down?"easeOutBounce":"swing",duration:b.down?1000:200})},easeslide:function(b){this.slide(b,{easing:"easeinout",duration:700})}}})})(jQuery);;(function(a){a.widget("ui.tabs",{_init:function(){if(this.options.deselectable!==undefined){this.options.collapsible=this.options.deselectable}this._tabify(true)},_setData:function(b,c){if(b=="selected"){if(this.options.collapsible&&c==this.options.selected){return}this.select(c)}else{this.options[b]=c;if(b=="deselectable"){this.options.collapsible=c}this._tabify()}},_tabId:function(b){return b.title&&b.title.replace(/\s/g,"_").replace(/[^A-Za-z0-9\-_:\.]/g,"")||this.options.idPrefix+a.data(b)},_sanitizeSelector:function(b){return b.replace(/:/g,"\\:")},_cookie:function(){var b=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+a.data(this.list[0]));return a.cookie.apply(null,[b].concat(a.makeArray(arguments)))},_ui:function(c,b){return{tab:c,panel:b,index:this.anchors.index(c)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var b=a(this);b.html(b.data("label.tabs")).removeData("label.tabs")})},_tabify:function(n){this.list=this.element.children("ul:first");this.lis=a("li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return a("a",this)[0]});this.panels=a([]);var p=this,d=this.options;var c=/^#.+/;this.anchors.each(function(r,o){var q=a(o).attr("href");var s=q.split("#")[0],u;if(s&&(s===location.toString().split("#")[0]||(u=a("base")[0])&&s===u.href)){q=o.hash;o.href=q}if(c.test(q)){p.panels=p.panels.add(p._sanitizeSelector(q))}else{if(q!="#"){a.data(o,"href.tabs",q);a.data(o,"load.tabs",q.replace(/#.*$/,""));var w=p._tabId(o);o.href="#"+w;var v=a("#"+w);if(!v.length){v=a(d.panelTemplate).attr("id",w).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(p.panels[r-1]||p.list);v.data("destroy.tabs",true)}p.panels=p.panels.add(v)}else{d.disabled.push(r)}}});if(n){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(d.selected===undefined){if(location.hash){this.anchors.each(function(q,o){if(o.hash==location.hash){d.selected=q;return false}})}if(typeof d.selected!="number"&&d.cookie){d.selected=parseInt(p._cookie(),10)}if(typeof d.selected!="number"&&this.lis.filter(".ui-tabs-selected").length){d.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}d.selected=d.selected||0}else{if(d.selected===null){d.selected=-1}}d.selected=((d.selected>=0&&this.anchors[d.selected])||d.selected<0)?d.selected:0;d.disabled=a.unique(d.disabled.concat(a.map(this.lis.filter(".ui-state-disabled"),function(q,o){return p.lis.index(q)}))).sort();if(a.inArray(d.selected,d.disabled)!=-1){d.disabled.splice(a.inArray(d.selected,d.disabled),1)}this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active");if(d.selected>=0&&this.anchors.length){this.panels.eq(d.selected).removeClass("ui-tabs-hide");this.lis.eq(d.selected).addClass("ui-tabs-selected ui-state-active");p.element.queue("tabs",function(){p._trigger("show",null,p._ui(p.anchors[d.selected],p.panels[d.selected]))});this.load(d.selected)}a(window).bind("unload",function(){p.lis.add(p.anchors).unbind(".tabs");p.lis=p.anchors=p.panels=null})}else{d.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}this.element[d.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");if(d.cookie){this._cookie(d.selected,d.cookie)}for(var g=0,m;(m=this.lis[g]);g++){a(m)[a.inArray(g,d.disabled)!=-1&&!a(m).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled")}if(d.cache===false){this.anchors.removeData("cache.tabs")}this.lis.add(this.anchors).unbind(".tabs");if(d.event!="mouseover"){var f=function(o,i){if(i.is(":not(.ui-state-disabled)")){i.addClass("ui-state-"+o)}};var j=function(o,i){i.removeClass("ui-state-"+o)};this.lis.bind("mouseover.tabs",function(){f("hover",a(this))});this.lis.bind("mouseout.tabs",function(){j("hover",a(this))});this.anchors.bind("focus.tabs",function(){f("focus",a(this).closest("li"))});this.anchors.bind("blur.tabs",function(){j("focus",a(this).closest("li"))})}var b,h;if(d.fx){if(a.isArray(d.fx)){b=d.fx[0];h=d.fx[1]}else{b=h=d.fx}}function e(i,o){i.css({display:""});if(a.browser.msie&&o.opacity){i[0].style.removeAttribute("filter")}}var k=h?function(i,o){a(i).closest("li").removeClass("ui-state-default").addClass("ui-tabs-selected ui-state-active");o.hide().removeClass("ui-tabs-hide").animate(h,h.duration||"normal",function(){e(o,h);p._trigger("show",null,p._ui(i,o[0]))})}:function(i,o){a(i).closest("li").removeClass("ui-state-default").addClass("ui-tabs-selected ui-state-active");o.removeClass("ui-tabs-hide");p._trigger("show",null,p._ui(i,o[0]))};var l=b?function(o,i){i.animate(b,b.duration||"normal",function(){p.lis.removeClass("ui-tabs-selected ui-state-active").addClass("ui-state-default");i.addClass("ui-tabs-hide");e(i,b);p.element.dequeue("tabs")})}:function(o,i,q){p.lis.removeClass("ui-tabs-selected ui-state-active").addClass("ui-state-default");i.addClass("ui-tabs-hide");p.element.dequeue("tabs")};this.anchors.bind(d.event+".tabs",function(){var o=this,r=a(this).closest("li"),i=p.panels.filter(":not(.ui-tabs-hide)"),q=a(p._sanitizeSelector(this.hash));if((r.hasClass("ui-tabs-selected")&&!d.collapsible)||r.hasClass("ui-state-disabled")||r.hasClass("ui-state-processing")||p._trigger("select",null,p._ui(this,q[0]))===false){this.blur();return false}d.selected=p.anchors.index(this);p.abort();if(d.collapsible){if(r.hasClass("ui-tabs-selected")){d.selected=-1;if(d.cookie){p._cookie(d.selected,d.cookie)}p.element.queue("tabs",function(){l(o,i)}).dequeue("tabs");this.blur();return false}else{if(!i.length){if(d.cookie){p._cookie(d.selected,d.cookie)}p.element.queue("tabs",function(){k(o,q)});p.load(p.anchors.index(this));this.blur();return false}}}if(d.cookie){p._cookie(d.selected,d.cookie)}if(q.length){if(i.length){p.element.queue("tabs",function(){l(o,i)})}p.element.queue("tabs",function(){k(o,q)});p.load(p.anchors.index(this))}else{throw"jQuery UI Tabs: Mismatching fragment identifier."}if(a.browser.msie){this.blur()}});this.anchors.bind("click.tabs",function(){return false})},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 c=a.data(this,"href.tabs");if(c){this.href=c}var d=a(this).unbind(".tabs");a.each(["href","load","cache"],function(e,f){d.removeData(f+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){if(a.data(this,"destroy.tabs")){a(this).remove()}else{a(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"].join(" "))}});if(b.cookie){this._cookie(null,b.cookie)}},add:function(e,d,c){if(c===undefined){c=this.anchors.length}var b=this,g=this.options,i=a(g.tabTemplate.replace(/#\{href\}/g,e).replace(/#\{label\}/g,d)),h=!e.indexOf("#")?e.replace("#",""):this._tabId(a("a",i)[0]);i.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var f=a("#"+h);if(!f.length){f=a(g.panelTemplate).attr("id",h).data("destroy.tabs",true)}f.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(c>=this.lis.length){i.appendTo(this.list);f.appendTo(this.list[0].parentNode)}else{i.insertBefore(this.lis[c]);f.insertBefore(this.panels[c])}g.disabled=a.map(g.disabled,function(k,j){return k>=c?++k:k});this._tabify();if(this.anchors.length==1){i.addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){b._trigger("show",null,b._ui(b.anchors[0],b.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[c],this.panels[c]))},remove:function(b){var d=this.options,e=this.lis.eq(b).remove(),c=this.panels.eq(b).remove();if(e.hasClass("ui-tabs-selected")&&this.anchors.length>1){this.select(b+(b+1<this.anchors.length?1:-1))}d.disabled=a.map(a.grep(d.disabled,function(g,f){return g!=b}),function(g,f){return g>=b?--g:g});this._tabify();this._trigger("remove",null,this._ui(e.find("a")[0],c[0]))},enable:function(b){var c=this.options;if(a.inArray(b,c.disabled)==-1){return}this.lis.eq(b).removeClass("ui-state-disabled");c.disabled=a.grep(c.disabled,function(e,d){return e!=b});this._trigger("enable",null,this._ui(this.anchors[b],this.panels[b]))},disable:function(c){var b=this,d=this.options;if(c!=d.selected){this.lis.eq(c).addClass("ui-state-disabled");d.disabled.push(c);d.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[c],this.panels[c]))}},select:function(b){if(typeof b=="string"){b=this.anchors.index(this.anchors.filter("[href$="+b+"]"))}else{if(b===null){b=-1}}if(b==-1&&this.options.collapsible){b=this.options.selected}this.anchors.eq(b).trigger(this.options.event+".tabs")},load:function(e){var c=this,g=this.options,b=this.anchors.eq(e)[0],d=a.data(b,"load.tabs");this.abort();if(!d||this.element.queue("tabs").length!==0&&a.data(b,"cache.tabs")){this.element.dequeue("tabs");return}this.lis.eq(e).addClass("ui-state-processing");if(g.spinner){var f=a("span",b);f.data("label.tabs",f.html()).html(g.spinner)}this.xhr=a.ajax(a.extend({},g.ajaxOptions,{url:d,success:function(i,h){a(c._sanitizeSelector(b.hash)).html(i);c._cleanup();if(g.cache){a.data(b,"cache.tabs",true)}c._trigger("load",null,c._ui(c.anchors[e],c.panels[e]));try{g.ajaxOptions.success(i,h)}catch(j){}c.element.dequeue("tabs")}}))},abort:function(){this.element.queue([]);this.panels.stop(false,true);if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup()},url:function(c,b){this.anchors.eq(c).removeData("cache.tabs").data("load.tabs",b)},length:function(){return this.anchors.length}});a.extend(a.ui.tabs,{version:"1.7.2",getter:"length",defaults:{ajaxOptions:null,cache:false,cookie:null,collapsible:false,disabled:[],event:"click",fx:null,idPrefix:"ui-tabs-",panelTemplate:"<div></div>",spinner:"<em>Loading&#8230;</em>",tabTemplate:'<li><a href="#{href}"><span>#{label}</span></a></li>'}});a.extend(a.ui.tabs.prototype,{rotation:null,rotate:function(d,f){var b=this,g=this.options;var c=b._rotate||(b._rotate=function(h){clearTimeout(b.rotation);b.rotation=setTimeout(function(){var i=g.selected;b.select(++i<b.anchors.length?i:0)},d);if(h){h.stopPropagation()}});var e=b._unrotate||(b._unrotate=!f?function(h){if(h.clientX){b.rotate(null)}}:function(h){t=g.selected;c()});if(d){this.element.bind("tabsshow",c);this.anchors.bind(g.event+".tabs",e);c()}else{clearTimeout(b.rotation);this.element.unbind("tabsshow",c);this.anchors.unbind(g.event+".tabs",e);delete this._rotate;delete this._unrotate}}})})(jQuery);;jQuery.effects||(function(d){d.effects={version:"1.7.2",save:function(g,h){for(var f=0;f<h.length;f++){if(h[f]!==null){g.data("ec.storage."+h[f],g[0].style[h[f]])}}},restore:function(g,h){for(var f=0;f<h.length;f++){if(h[f]!==null){g.css(h[f],g.data("ec.storage."+h[f]))}}},setMode:function(f,g){if(g=="toggle"){g=f.is(":hidden")?"show":"hide"}return g},getBaseline:function(g,h){var i,f;switch(g[0]){case"top":i=0;break;case"middle":i=0.5;break;case"bottom":i=1;break;default:i=g[0]/h.height}switch(g[1]){case"left":f=0;break;case"center":f=0.5;break;case"right":f=1;break;default:f=g[1]/h.width}return{x:f,y:i}},createWrapper:function(f){if(f.parent().is(".ui-effects-wrapper")){return f.parent()}var g={width:f.outerWidth(true),height:f.outerHeight(true),"float":f.css("float")};f.wrap('<div class="ui-effects-wrapper" style="font-size:100%;background:transparent;border:none;margin:0;padding:0"></div>');var j=f.parent();if(f.css("position")=="static"){j.css({position:"relative"});f.css({position:"relative"})}else{var i=f.css("top");if(isNaN(parseInt(i,10))){i="auto"}var h=f.css("left");if(isNaN(parseInt(h,10))){h="auto"}j.css({position:f.css("position"),top:i,left:h,zIndex:f.css("z-index")}).show();f.css({position:"relative",top:0,left:0})}j.css(g);return j},removeWrapper:function(f){if(f.parent().is(".ui-effects-wrapper")){return f.parent().replaceWith(f)}return f},setTransition:function(g,i,f,h){h=h||{};d.each(i,function(k,j){unit=g.cssUnit(j);if(unit[0]>0){h[j]=unit[0]*f+unit[1]}});return h},animateClass:function(h,i,k,j){var f=(typeof k=="function"?k:(j?j:null));var g=(typeof k=="string"?k:null);return this.each(function(){var q={};var o=d(this);var p=o.attr("style")||"";if(typeof p=="object"){p=p.cssText}if(h.toggle){o.hasClass(h.toggle)?h.remove=h.toggle:h.add=h.toggle}var l=d.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(h.add){o.addClass(h.add)}if(h.remove){o.removeClass(h.remove)}var m=d.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(h.add){o.removeClass(h.add)}if(h.remove){o.addClass(h.remove)}for(var r in m){if(typeof m[r]!="function"&&m[r]&&r.indexOf("Moz")==-1&&r.indexOf("length")==-1&&m[r]!=l[r]&&(r.match(/color/i)||(!r.match(/color/i)&&!isNaN(parseInt(m[r],10))))&&(l.position!="static"||(l.position=="static"&&!r.match(/left|top|bottom|right/)))){q[r]=m[r]}}o.animate(q,i,g,function(){if(typeof d(this).attr("style")=="object"){d(this).attr("style")["cssText"]="";d(this).attr("style")["cssText"]=p}else{d(this).attr("style",p)}if(h.add){d(this).addClass(h.add)}if(h.remove){d(this).removeClass(h.remove)}if(f){f.apply(this,arguments)}})})}};function c(g,f){var i=g[1]&&g[1].constructor==Object?g[1]:{};if(f){i.mode=f}var h=g[1]&&g[1].constructor!=Object?g[1]:(i.duration?i.duration:g[2]);h=d.fx.off?0:typeof h==="number"?h:d.fx.speeds[h]||d.fx.speeds._default;var j=i.callback||(d.isFunction(g[1])&&g[1])||(d.isFunction(g[2])&&g[2])||(d.isFunction(g[3])&&g[3]);return[g[0],i,h,j]}d.fn.extend({_show:d.fn.show,_hide:d.fn.hide,__toggle:d.fn.toggle,_addClass:d.fn.addClass,_removeClass:d.fn.removeClass,_toggleClass:d.fn.toggleClass,effect:function(g,f,h,i){return d.effects[g]?d.effects[g].call(this,{method:g,options:f||{},duration:h,callback:i}):null},show:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._show.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"show"))}},hide:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._hide.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"hide"))}},toggle:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))||(d.isFunction(arguments[0])||typeof arguments[0]=="boolean")){return this.__toggle.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"toggle"))}},addClass:function(g,f,i,h){return f?d.effects.animateClass.apply(this,[{add:g},f,i,h]):this._addClass(g)},removeClass:function(g,f,i,h){return f?d.effects.animateClass.apply(this,[{remove:g},f,i,h]):this._removeClass(g)},toggleClass:function(g,f,i,h){return((typeof f!=="boolean")&&f)?d.effects.animateClass.apply(this,[{toggle:g},f,i,h]):this._toggleClass(g,f)},morph:function(f,h,g,j,i){return d.effects.animateClass.apply(this,[{add:h,remove:f},g,j,i])},switchClass:function(){return this.morph.apply(this,arguments)},cssUnit:function(f){var g=this.css(f),h=[];d.each(["em","px","%","pt"],function(j,k){if(g.indexOf(k)>0){h=[parseFloat(g),k]}});return h}});d.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(g,f){d.fx.step[f]=function(h){if(h.state==0){h.start=e(h.elem,f);h.end=b(h.end)}h.elem.style[f]="rgb("+[Math.max(Math.min(parseInt((h.pos*(h.end[0]-h.start[0]))+h.start[0],10),255),0),Math.max(Math.min(parseInt((h.pos*(h.end[1]-h.start[1]))+h.start[1],10),255),0),Math.max(Math.min(parseInt((h.pos*(h.end[2]-h.start[2]))+h.start[2],10),255),0)].join(",")+")"}});function b(g){var f;if(g&&g.constructor==Array&&g.length==3){return g}if(f=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(g)){return[parseInt(f[1],10),parseInt(f[2],10),parseInt(f[3],10)]}if(f=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(g)){return[parseFloat(f[1])*2.55,parseFloat(f[2])*2.55,parseFloat(f[3])*2.55]}if(f=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(g)){return[parseInt(f[1],16),parseInt(f[2],16),parseInt(f[3],16)]}if(f=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(g)){return[parseInt(f[1]+f[1],16),parseInt(f[2]+f[2],16),parseInt(f[3]+f[3],16)]}if(f=/rgba\(0, 0, 0, 0\)/.exec(g)){return a.transparent}return a[d.trim(g).toLowerCase()]}function e(h,f){var g;do{g=d.curCSS(h,f);if(g!=""&&g!="transparent"||d.nodeName(h,"body")){break}f="backgroundColor"}while(h=h.parentNode);return b(g)}var a={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]};d.easing.jswing=d.easing.swing;d.extend(d.easing,{def:"easeOutQuad",swing:function(g,h,f,j,i){return d.easing[d.easing.def](g,h,f,j,i)},easeInQuad:function(g,h,f,j,i){return j*(h/=i)*h+f},easeOutQuad:function(g,h,f,j,i){return-j*(h/=i)*(h-2)+f},easeInOutQuad:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h+f}return-j/2*((--h)*(h-2)-1)+f},easeInCubic:function(g,h,f,j,i){return j*(h/=i)*h*h+f},easeOutCubic:function(g,h,f,j,i){return j*((h=h/i-1)*h*h+1)+f},easeInOutCubic:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h+f}return j/2*((h-=2)*h*h+2)+f},easeInQuart:function(g,h,f,j,i){return j*(h/=i)*h*h*h+f},easeOutQuart:function(g,h,f,j,i){return-j*((h=h/i-1)*h*h*h-1)+f},easeInOutQuart:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h*h+f}return-j/2*((h-=2)*h*h*h-2)+f},easeInQuint:function(g,h,f,j,i){return j*(h/=i)*h*h*h*h+f},easeOutQuint:function(g,h,f,j,i){return j*((h=h/i-1)*h*h*h*h+1)+f},easeInOutQuint:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h*h*h+f}return j/2*((h-=2)*h*h*h*h+2)+f},easeInSine:function(g,h,f,j,i){return-j*Math.cos(h/i*(Math.PI/2))+j+f},easeOutSine:function(g,h,f,j,i){return j*Math.sin(h/i*(Math.PI/2))+f},easeInOutSine:function(g,h,f,j,i){return-j/2*(Math.cos(Math.PI*h/i)-1)+f},easeInExpo:function(g,h,f,j,i){return(h==0)?f:j*Math.pow(2,10*(h/i-1))+f},easeOutExpo:function(g,h,f,j,i){return(h==i)?f+j:j*(-Math.pow(2,-10*h/i)+1)+f},easeInOutExpo:function(g,h,f,j,i){if(h==0){return f}if(h==i){return f+j}if((h/=i/2)<1){return j/2*Math.pow(2,10*(h-1))+f}return j/2*(-Math.pow(2,-10*--h)+2)+f},easeInCirc:function(g,h,f,j,i){return-j*(Math.sqrt(1-(h/=i)*h)-1)+f},easeOutCirc:function(g,h,f,j,i){return j*Math.sqrt(1-(h=h/i-1)*h)+f},easeInOutCirc:function(g,h,f,j,i){if((h/=i/2)<1){return-j/2*(Math.sqrt(1-h*h)-1)+f}return j/2*(Math.sqrt(1-(h-=2)*h)+1)+f},easeInElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l)==1){return f+m}if(!k){k=l*0.3}if(h<Math.abs(m)){h=m;var j=k/4}else{var j=k/(2*Math.PI)*Math.asin(m/h)}return-(h*Math.pow(2,10*(i-=1))*Math.sin((i*l-j)*(2*Math.PI)/k))+f},easeOutElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l)==1){return f+m}if(!k){k=l*0.3}if(h<Math.abs(m)){h=m;var j=k/4}else{var j=k/(2*Math.PI)*Math.asin(m/h)}return h*Math.pow(2,-10*i)*Math.sin((i*l-j)*(2*Math.PI)/k)+m+f},easeInOutElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l/2)==2){return f+m}if(!k){k=l*(0.3*1.5)}if(h<Math.abs(m)){h=m;var j=k/4}else{var j=k/(2*Math.PI)*Math.asin(m/h)}if(i<1){return-0.5*(h*Math.pow(2,10*(i-=1))*Math.sin((i*l-j)*(2*Math.PI)/k))+f}return h*Math.pow(2,-10*(i-=1))*Math.sin((i*l-j)*(2*Math.PI)/k)*0.5+m+f},easeInBack:function(g,h,f,k,j,i){if(i==undefined){i=1.70158}return k*(h/=j)*h*((i+1)*h-i)+f},easeOutBack:function(g,h,f,k,j,i){if(i==undefined){i=1.70158}return k*((h=h/j-1)*h*((i+1)*h+i)+1)+f},easeInOutBack:function(g,h,f,k,j,i){if(i==undefined){i=1.70158}if((h/=j/2)<1){return k/2*(h*h*(((i*=(1.525))+1)*h-i))+f}return k/2*((h-=2)*h*(((i*=(1.525))+1)*h+i)+2)+f},easeInBounce:function(g,h,f,j,i){return j-d.easing.easeOutBounce(g,i-h,0,j,i)+f},easeOutBounce:function(g,h,f,j,i){if((h/=i)<(1/2.75)){return j*(7.5625*h*h)+f}else{if(h<(2/2.75)){return j*(7.5625*(h-=(1.5/2.75))*h+0.75)+f}else{if(h<(2.5/2.75)){return j*(7.5625*(h-=(2.25/2.75))*h+0.9375)+f}else{return j*(7.5625*(h-=(2.625/2.75))*h+0.984375)+f}}}},easeInOutBounce:function(g,h,f,j,i){if(h<i/2){return d.easing.easeInBounce(g,h*2,0,j,i)*0.5+f}return d.easing.easeOutBounce(g,h*2-i,0,j,i)*0.5+j*0.5+f}})})(jQuery);;(function(a){a.effects.blind=function(b){return this.queue(function(){var d=a(this),c=["position","top","left"];var h=a.effects.setMode(d,b.options.mode||"hide");var g=b.options.direction||"vertical";a.effects.save(d,c);d.show();var j=a.effects.createWrapper(d).css({overflow:"hidden"});var e=(g=="vertical")?"height":"width";var i=(g=="vertical")?j.height():j.width();if(h=="show"){j.css(e,0)}var f={};f[e]=h=="show"?i:0;j.animate(f,b.duration,b.options.easing,function(){if(h=="hide"){d.hide()}a.effects.restore(d,c);a.effects.removeWrapper(d);if(b.callback){b.callback.apply(d[0],arguments)}d.dequeue()})})}})(jQuery);;(function(a){a.effects.bounce=function(b){return this.queue(function(){var e=a(this),l=["position","top","left"];var k=a.effects.setMode(e,b.options.mode||"effect");var n=b.options.direction||"up";var c=b.options.distance||20;var d=b.options.times||5;var g=b.duration||250;if(/show|hide/.test(k)){l.push("opacity")}a.effects.save(e,l);e.show();a.effects.createWrapper(e);var f=(n=="up"||n=="down")?"top":"left";var p=(n=="up"||n=="left")?"pos":"neg";var c=b.options.distance||(f=="top"?e.outerHeight({margin:true})/3:e.outerWidth({margin:true})/3);if(k=="show"){e.css("opacity",0).css(f,p=="pos"?-c:c)}if(k=="hide"){c=c/(d*2)}if(k!="hide"){d--}if(k=="show"){var h={opacity:1};h[f]=(p=="pos"?"+=":"-=")+c;e.animate(h,g/2,b.options.easing);c=c/2;d--}for(var j=0;j<d;j++){var o={},m={};o[f]=(p=="pos"?"-=":"+=")+c;m[f]=(p=="pos"?"+=":"-=")+c;e.animate(o,g/2,b.options.easing).animate(m,g/2,b.options.easing);c=(k=="hide")?c*2:c/2}if(k=="hide"){var h={opacity:0};h[f]=(p=="pos"?"-=":"+=")+c;e.animate(h,g/2,b.options.easing,function(){e.hide();a.effects.restore(e,l);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}})}else{var o={},m={};o[f]=(p=="pos"?"-=":"+=")+c;m[f]=(p=="pos"?"+=":"-=")+c;e.animate(o,g/2,b.options.easing).animate(m,g/2,b.options.easing,function(){a.effects.restore(e,l);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}})}e.queue("fx",function(){e.dequeue()});e.dequeue()})}})(jQuery);;(function(a){a.effects.clip=function(b){return this.queue(function(){var f=a(this),j=["position","top","left","height","width"];var i=a.effects.setMode(f,b.options.mode||"hide");var k=b.options.direction||"vertical";a.effects.save(f,j);f.show();var c=a.effects.createWrapper(f).css({overflow:"hidden"});var e=f[0].tagName=="IMG"?c:f;var g={size:(k=="vertical")?"height":"width",position:(k=="vertical")?"top":"left"};var d=(k=="vertical")?e.height():e.width();if(i=="show"){e.css(g.size,0);e.css(g.position,d/2)}var h={};h[g.size]=i=="show"?d:0;h[g.position]=i=="show"?0:d/2;e.animate(h,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(i=="hide"){f.hide()}a.effects.restore(f,j);a.effects.removeWrapper(f);if(b.callback){b.callback.apply(f[0],arguments)}f.dequeue()}})})}})(jQuery);;(function(a){a.effects.drop=function(b){return this.queue(function(){var e=a(this),d=["position","top","left","opacity"];var i=a.effects.setMode(e,b.options.mode||"hide");var h=b.options.direction||"left";a.effects.save(e,d);e.show();a.effects.createWrapper(e);var f=(h=="up"||h=="down")?"top":"left";var c=(h=="up"||h=="left")?"pos":"neg";var j=b.options.distance||(f=="top"?e.outerHeight({margin:true})/2:e.outerWidth({margin:true})/2);if(i=="show"){e.css("opacity",0).css(f,c=="pos"?-j:j)}var g={opacity:i=="show"?1:0};g[f]=(i=="show"?(c=="pos"?"+=":"-="):(c=="pos"?"-=":"+="))+j;e.animate(g,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(i=="hide"){e.hide()}a.effects.restore(e,d);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}e.dequeue()}})})}})(jQuery);;(function(a){a.effects.explode=function(b){return this.queue(function(){var k=b.options.pieces?Math.round(Math.sqrt(b.options.pieces)):3;var e=b.options.pieces?Math.round(Math.sqrt(b.options.pieces)):3;b.options.mode=b.options.mode=="toggle"?(a(this).is(":visible")?"hide":"show"):b.options.mode;var h=a(this).show().css("visibility","hidden");var l=h.offset();l.top-=parseInt(h.css("marginTop"),10)||0;l.left-=parseInt(h.css("marginLeft"),10)||0;var g=h.outerWidth(true);var c=h.outerHeight(true);for(var f=0;f<k;f++){for(var d=0;d<e;d++){h.clone().appendTo("body").wrap("<div></div>").css({position:"absolute",visibility:"visible",left:-d*(g/e),top:-f*(c/k)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:g/e,height:c/k,left:l.left+d*(g/e)+(b.options.mode=="show"?(d-Math.floor(e/2))*(g/e):0),top:l.top+f*(c/k)+(b.options.mode=="show"?(f-Math.floor(k/2))*(c/k):0),opacity:b.options.mode=="show"?0:1}).animate({left:l.left+d*(g/e)+(b.options.mode=="show"?0:(d-Math.floor(e/2))*(g/e)),top:l.top+f*(c/k)+(b.options.mode=="show"?0:(f-Math.floor(k/2))*(c/k)),opacity:b.options.mode=="show"?1:0},b.duration||500)}}setTimeout(function(){b.options.mode=="show"?h.css({visibility:"visible"}):h.css({visibility:"visible"}).hide();if(b.callback){b.callback.apply(h[0])}h.dequeue();a("div.ui-effects-explode").remove()},b.duration||500)})}})(jQuery);;(function(a){a.effects.fold=function(b){return this.queue(function(){var e=a(this),k=["position","top","left"];var h=a.effects.setMode(e,b.options.mode||"hide");var o=b.options.size||15;var n=!(!b.options.horizFirst);var g=b.duration?b.duration/2:a.fx.speeds._default/2;a.effects.save(e,k);e.show();var d=a.effects.createWrapper(e).css({overflow:"hidden"});var i=((h=="show")!=n);var f=i?["width","height"]:["height","width"];var c=i?[d.width(),d.height()]:[d.height(),d.width()];var j=/([0-9]+)%/.exec(o);if(j){o=parseInt(j[1],10)/100*c[h=="hide"?0:1]}if(h=="show"){d.css(n?{height:0,width:o}:{height:o,width:0})}var m={},l={};m[f[0]]=h=="show"?c[0]:o;l[f[1]]=h=="show"?c[1]:0;d.animate(m,g,b.options.easing).animate(l,g,b.options.easing,function(){if(h=="hide"){e.hide()}a.effects.restore(e,k);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(e[0],arguments)}e.dequeue()})})}})(jQuery);;(function(a){a.effects.highlight=function(b){return this.queue(function(){var e=a(this),d=["backgroundImage","backgroundColor","opacity"];var h=a.effects.setMode(e,b.options.mode||"show");var c=b.options.color||"#ffff99";var g=e.css("backgroundColor");a.effects.save(e,d);e.show();e.css({backgroundImage:"none",backgroundColor:c});var f={backgroundColor:g};if(h=="hide"){f.opacity=0}e.animate(f,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(h=="hide"){e.hide()}a.effects.restore(e,d);if(h=="show"&&a.browser.msie){this.style.removeAttribute("filter")}if(b.callback){b.callback.apply(this,arguments)}e.dequeue()}})})}})(jQuery);;(function(a){a.effects.pulsate=function(b){return this.queue(function(){var d=a(this);var g=a.effects.setMode(d,b.options.mode||"show");var f=b.options.times||5;var e=b.duration?b.duration/2:a.fx.speeds._default/2;if(g=="hide"){f--}if(d.is(":hidden")){d.css("opacity",0);d.show();d.animate({opacity:1},e,b.options.easing);f=f-2}for(var c=0;c<f;c++){d.animate({opacity:0},e,b.options.easing).animate({opacity:1},e,b.options.easing)}if(g=="hide"){d.animate({opacity:0},e,b.options.easing,function(){d.hide();if(b.callback){b.callback.apply(this,arguments)}})}else{d.animate({opacity:0},e,b.options.easing).animate({opacity:1},e,b.options.easing,function(){if(b.callback){b.callback.apply(this,arguments)}})}d.queue("fx",function(){d.dequeue()});d.dequeue()})}})(jQuery);;(function(a){a.effects.puff=function(b){return this.queue(function(){var f=a(this);var c=a.extend(true,{},b.options);var h=a.effects.setMode(f,b.options.mode||"hide");var g=parseInt(b.options.percent,10)||150;c.fade=true;var e={height:f.height(),width:f.width()};var d=g/100;f.from=(h=="hide")?e:{height:e.height*d,width:e.width*d};c.from=f.from;c.percent=(h=="hide")?g:100;c.mode=h;f.effect("scale",c,b.duration,b.callback);f.dequeue()})};a.effects.scale=function(b){return this.queue(function(){var g=a(this);var d=a.extend(true,{},b.options);var j=a.effects.setMode(g,b.options.mode||"effect");var h=parseInt(b.options.percent,10)||(parseInt(b.options.percent,10)==0?0:(j=="hide"?0:100));var i=b.options.direction||"both";var c=b.options.origin;if(j!="effect"){d.origin=c||["middle","center"];d.restore=true}var f={height:g.height(),width:g.width()};g.from=b.options.from||(j=="show"?{height:0,width:0}:f);var e={y:i!="horizontal"?(h/100):1,x:i!="vertical"?(h/100):1};g.to={height:f.height*e.y,width:f.width*e.x};if(b.options.fade){if(j=="show"){g.from.opacity=0;g.to.opacity=1}if(j=="hide"){g.from.opacity=1;g.to.opacity=0}}d.from=g.from;d.to=g.to;d.mode=j;g.effect("size",d,b.duration,b.callback);g.dequeue()})};a.effects.size=function(b){return this.queue(function(){var c=a(this),n=["position","top","left","width","height","overflow","opacity"];var m=["position","top","left","overflow","opacity"];var j=["width","height","overflow"];var p=["fontSize"];var k=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"];var f=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"];var g=a.effects.setMode(c,b.options.mode||"effect");var i=b.options.restore||false;var e=b.options.scale||"both";var o=b.options.origin;var d={height:c.height(),width:c.width()};c.from=b.options.from||d;c.to=b.options.to||d;if(o){var h=a.effects.getBaseline(o,d);c.from.top=(d.height-c.from.height)*h.y;c.from.left=(d.width-c.from.width)*h.x;c.to.top=(d.height-c.to.height)*h.y;c.to.left=(d.width-c.to.width)*h.x}var l={from:{y:c.from.height/d.height,x:c.from.width/d.width},to:{y:c.to.height/d.height,x:c.to.width/d.width}};if(e=="box"||e=="both"){if(l.from.y!=l.to.y){n=n.concat(k);c.from=a.effects.setTransition(c,k,l.from.y,c.from);c.to=a.effects.setTransition(c,k,l.to.y,c.to)}if(l.from.x!=l.to.x){n=n.concat(f);c.from=a.effects.setTransition(c,f,l.from.x,c.from);c.to=a.effects.setTransition(c,f,l.to.x,c.to)}}if(e=="content"||e=="both"){if(l.from.y!=l.to.y){n=n.concat(p);c.from=a.effects.setTransition(c,p,l.from.y,c.from);c.to=a.effects.setTransition(c,p,l.to.y,c.to)}}a.effects.save(c,i?n:m);c.show();a.effects.createWrapper(c);c.css("overflow","hidden").css(c.from);if(e=="content"||e=="both"){k=k.concat(["marginTop","marginBottom"]).concat(p);f=f.concat(["marginLeft","marginRight"]);j=n.concat(k).concat(f);c.find("*[width]").each(function(){child=a(this);if(i){a.effects.save(child,j)}var q={height:child.height(),width:child.width()};child.from={height:q.height*l.from.y,width:q.width*l.from.x};child.to={height:q.height*l.to.y,width:q.width*l.to.x};if(l.from.y!=l.to.y){child.from=a.effects.setTransition(child,k,l.from.y,child.from);child.to=a.effects.setTransition(child,k,l.to.y,child.to)}if(l.from.x!=l.to.x){child.from=a.effects.setTransition(child,f,l.from.x,child.from);child.to=a.effects.setTransition(child,f,l.to.x,child.to)}child.css(child.from);child.animate(child.to,b.duration,b.options.easing,function(){if(i){a.effects.restore(child,j)}})})}c.animate(c.to,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(g=="hide"){c.hide()}a.effects.restore(c,i?n:m);a.effects.removeWrapper(c);if(b.callback){b.callback.apply(this,arguments)}c.dequeue()}})})}})(jQuery);;(function(a){a.effects.shake=function(b){return this.queue(function(){var e=a(this),l=["position","top","left"];var k=a.effects.setMode(e,b.options.mode||"effect");var n=b.options.direction||"left";var c=b.options.distance||20;var d=b.options.times||3;var g=b.duration||b.options.duration||140;a.effects.save(e,l);e.show();a.effects.createWrapper(e);var f=(n=="up"||n=="down")?"top":"left";var p=(n=="up"||n=="left")?"pos":"neg";var h={},o={},m={};h[f]=(p=="pos"?"-=":"+=")+c;o[f]=(p=="pos"?"+=":"-=")+c*2;m[f]=(p=="pos"?"-=":"+=")+c*2;e.animate(h,g,b.options.easing);for(var j=1;j<d;j++){e.animate(o,g,b.options.easing).animate(m,g,b.options.easing)}e.animate(o,g,b.options.easing).animate(h,g/2,b.options.easing,function(){a.effects.restore(e,l);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}});e.queue("fx",function(){e.dequeue()});e.dequeue()})}})(jQuery);;(function(a){a.effects.slide=function(b){return this.queue(function(){var e=a(this),d=["position","top","left"];var i=a.effects.setMode(e,b.options.mode||"show");var h=b.options.direction||"left";a.effects.save(e,d);e.show();a.effects.createWrapper(e).css({overflow:"hidden"});var f=(h=="up"||h=="down")?"top":"left";var c=(h=="up"||h=="left")?"pos":"neg";var j=b.options.distance||(f=="top"?e.outerHeight({margin:true}):e.outerWidth({margin:true}));if(i=="show"){e.css(f,c=="pos"?-j:j)}var g={};g[f]=(i=="show"?(c=="pos"?"+=":"-="):(c=="pos"?"-=":"+="))+j;e.animate(g,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(i=="hide"){e.hide()}a.effects.restore(e,d);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}e.dequeue()}})})}})(jQuery);;(function(a){a.effects.transfer=function(b){return this.queue(function(){var f=a(this),h=a(b.options.to),e=h.offset(),g={top:e.top,left:e.left,height:h.innerHeight(),width:h.innerWidth()},d=f.offset(),c=a('<div class="ui-effects-transfer"></div>').appendTo(document.body).addClass(b.options.className).css({top:d.top,left:d.left,height:f.innerHeight(),width:f.innerWidth(),position:"absolute"}).animate(g,b.duration,b.options.easing,function(){c.remove();(b.callback&&b.callback.apply(f[0],arguments));f.dequeue()})})}})(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($){$.fn.equalHeights=function(minHeight,maxHeight){tallest=(minHeight)?minHeight:0;this.each(function(){if($(this).height()>tallest){tallest=$(this).height()}});if((maxHeight)&&tallest>maxHeight)tallest=maxHeight;return this.each(function(){$(this).height(tallest).css("overflow","hidden")})}})(jQuery);(function(w){var t,j,I,B,s,G,a,d,L,f,v,b,C,F,H,o,h,A,i,g,J,K,c,n,z,e,x,k,D,p,r;function u(){z.css({position:"absolute",width:H.width(),height:H.height(),top:H.scrollTop(),left:H.scrollLeft()})}function m(){var M;function N(){F.text(I.slideshowStop).bind("cbox_complete",function(){C=setTimeout(w.fn.colorbox.next,I.slideshowSpeed)}).bind("cbox_load",function(){clearTimeout(C)}).one("click",function(){M();w(this).removeClass("hover")});J.removeClass("cboxSlideshow_off").addClass("cboxSlideshow_on")}M=function(){clearTimeout(C);F.text(I.slideshowStart).unbind("cbox_complete cbox_load").one("click",function(){N();C=setTimeout(w.fn.colorbox.next,I.slideshowSpeed);w(this).removeClass("hover")});J.removeClass("cboxSlideshow_on").addClass("cboxSlideshow_off")};if(I.slideshow&&b.length>1){if(I.slideshowAuto){N()}else{M()}}}function l(){if(w("#cboxInlineTemp").length>0){x.children().insertBefore("#cboxInlineTemp");w("#cboxInlineTemp").remove()}}function E(M){if(M.keyCode==37){M.preventDefault();A.click()}else{if(M.keyCode==39){M.preventDefault();h.click()}}}function y(M,N){N=N=="x"?document.documentElement.clientWidth:document.documentElement.clientHeight;return(typeof M=="string")?(M.match(/%/)?(N/100)*parseInt(M,10):parseInt(M,10)):M}function q(M){return I.photo?true:M.match(/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(.*))?$/i)}w(function(){w.fn.colorbox.init()});w.fn.colorbox=function(N,M){if(this.length){this.each(function(){var O=w(this).data("colorbox")?w.extend({},w(this).data("colorbox"),N):w.extend({},w.fn.colorbox.settings,N);O.title=O.title?O.title:this.title;O.href=O.href?O.href:this.href;O.rel=O.rel?O.rel:this.rel;w(this).data("colorbox",O).addClass("cboxelement")})}else{w(this).data("colorbox",w.extend({},w.fn.colorbox.settings,N))}w(this).unbind("click.colorbox").bind("click.colorbox",function(O){j=this;I=w(this).data("colorbox");this.blur();B=M?M:false;if(I.rel&&I.rel!="nofollow"){b=w(".cboxelement").filter(function(){return(w(this).data("colorbox").rel==I.rel)});v=b.index(this)}else{b=w(this);v=0}if(!t){w.event.trigger("cbox_open");o.html(I.close);z.css({opacity:I.opacity}).show();t=true;w.fn.colorbox.position(y(I.initialWidth,"x"),y(I.initialHeight,"y"),0);if(w.browser.msie&&w.browser.version<7){H.bind("resize scroll",u)}}m();w.fn.colorbox.load();if(I.overlayClose===true){z.css({cursor:"pointer"}).click(w.fn.colorbox.close)}O.preventDefault()});if(N&&N.open){w(this).triggerHandler("click.colorbox")}return this};w.fn.colorbox.element=function(){return j};w.fn.colorbox.init=function(){H=w(window);w("body").prepend(z=w('<div id="cboxOverlay" />').hide(),J=w('<div id="colorbox" />'));K=w('<div id="cboxWrapper" />').appendTo(J).append(w("<div/>").append(w('<div id="cboxTopLeft"/>'),k=w('<div id="cboxTopCenter"/>'),w('<div id="cboxTopRight"/>')),D=w('<div id="cboxMiddleLeft" />'),e=w('<div id="cboxContent" />'),p=w('<div id="cboxMiddleRight" />'),w("<div/>").append(w('<div id="cboxBottomLeft"/>'),r=w('<div id="cboxBottomCenter"/>'),w('<div id="cboxBottomRight"/>')));K.find("[id]").css({"float":"left"});e.append(x=w('<div id="cboxLoadedContent" style="width:0; height:0;" />'),c=w('<div id="cboxLoadingOverlay" />'),n=w('<div id="cboxLoadingGraphic" />'),g=w('<div id="cboxTitle" />'),i=w('<div id="cboxCurrent" />'),F=w('<div id="cboxSlideshow" />'),h=w('<div id="cboxNext" />').click(w.fn.colorbox.next),A=w('<div id="cboxPrevious" />').click(w.fn.colorbox.prev),o=w('<div id="cboxClose" />').click(w.fn.colorbox.close));e.children().addClass("hover").mouseover(function(){w(this).addClass("hover")}).mouseout(function(){w(this).removeClass("hover")}).hide();L=k.height()+r.height()+e.outerHeight(true)-e.height();f=D.width()+p.width()+e.outerWidth(true)-e.width();d=x.outerHeight(true);a=x.outerWidth(true);J.css({"padding-bottom":L,"padding-right":f}).hide();w().bind("keydown.cbox_close",function(M){if(M.keyCode==27){M.preventDefault();o.click()}});e.children().removeClass("hover")};w.fn.colorbox.next=function(){v=v<b.length-1?v+1:0;w.fn.colorbox.load()};w.fn.colorbox.prev=function(){v=v>0?v-1:b.length-1;w.fn.colorbox.load()};w.fn.colorbox.position=function(P,O,N,Q){var R=document.documentElement.clientHeight;var T=R/2-O/2;var S=document.documentElement.clientWidth/2-P/2;if(O>R){T-=(O-R)}if(T<0){T=0}if(S<0){S=0}T+=H.scrollTop();S+=H.scrollLeft();P=P-f;O=O-L;K[0].style.width=K[0].style.height="9999px";function U(V){k[0].style.width=r[0].style.width=e[0].style.width=V.style.width;n[0].style.height=c[0].style.height=e[0].style.height=D[0].style.height=p[0].style.height=V.style.height}var M=(J.width()===P&&J.height()===O)?0:N;J.dequeue().animate({height:O,width:P,top:T,left:S},{duration:M,complete:function(){U(this);K[0].style.width=(P+f)+"px";K[0].style.height=(O+L)+"px";if(Q){Q()}if(w.browser.msie&&w.browser.version<7){u()}},step:function(){U(this)}})};w.fn.colorbox.dimensions=function(P){if(!t){return}H.unbind("resize.cbox_resize");var S=I.transition=="none"?0:I.speed;x.remove();x=w(P);function M(){if(I.width){return s}else{return s&&s<x.width()?s:x.width()}}function T(){if(I.height){return G}else{return G&&G<x.height()?G:x.height()}}x.hide().appendTo("body").attr({id:"cboxLoadedContent"}).css({width:M()}).css({height:T()}).prependTo(e);if(w.browser.msie&&w.browser.version<7){w("select").not(w("#colorbox select")).css({visibility:"hidden"})}if(w("#cboxPhoto").length>0&&I.height){var O=(x.height()-parseInt(w("#cboxPhoto")[0].style.height,10))/2;w("#cboxPhoto").css({marginTop:(O>0?O:0)})}function N(V){var U=x.width()+a+f;var W=x.height()+d+L;w.fn.colorbox.position(U,W,V,function(){if(!t){return}if(w.browser.msie){if(w("#cboxPhoto").length>0){x.fadeIn(100)}J.css("filter","")}e.children().show();w("#cboxIframe").attr("src",I.href);c.hide();n.hide();F.hide();if(b.length>1){i.html(I.current.replace(/\{current\}/,v+1).replace(/\{total\}/,b.length));h.html(I.next);A.html(I.previous);w().unbind("keydown",E).one("keydown",E);if(I.slideshow){F.show()}}else{i.add(h).add(A).hide()}g.html(I.title);w.event.trigger("cbox_complete");if(B){B.call(j)}if(I.transition==="fade"){J.fadeTo(S,1,function(){if(w.browser.msie){J.css("filter","")}})}H.bind("resize.cbox_resize",function(){w.fn.colorbox.position(U,W,0)})})}if(I.transition=="fade"){J.fadeTo(S,0,function(){N(0)})}else{N(S)}if(I.preloading&&b.length>1){var R=v>0?b[v-1]:b[b.length-1];var Q=v<b.length-1?b[v+1]:b[0];if(q(w(Q).data("colorbox").href)){w("<img />").attr("src",Q)}if(q(w(R).data("colorbox").href)){w("<img />").attr("src",R)}}};w.fn.colorbox.load=function(){j=b[v];I=w(j).data("colorbox");w.event.trigger("cbox_load");c.show();n.show();o.show();l();var M=I.height?y(I.height,"y")-d-L:false;var P=I.width?y(I.width,"x")-a-f:false;if(I.maxHeight){G=I.maxHeight?y(I.maxHeight,"y")-d-L:false;M=M&&M<G?M:G}if(I.maxWidth){s=I.maxWidth?y(I.maxWidth,"x")-a-f:false;P=P&&P<s?P:s}G=M;s=P;var N=I.href;if(I.inline){w('<div id="cboxInlineTemp" />').hide().insertBefore(w(N)[0]);w.fn.colorbox.dimensions(w(N).wrapAll("<div/>").parent())}else{if(I.iframe){w.fn.colorbox.dimensions(w("<div><iframe id='cboxIframe' name='iframe_"+new Date().getTime()+"' frameborder=0 /></div>"))}else{if(q(N)){var O=new Image();O.onload=function(){O.onload=null;if((G||s)&&I.resize){var S=this.width;var Q=this.height;var U=0;var T=this;var R=function(){Q+=Q*U;S+=S*U;T.height=Q;T.width=S};if(s&&S>s){U=(s-S)/S;R()}if(G&&Q>G){U=(G-Q)/Q;R()}}w.fn.colorbox.dimensions(w("<div />").css({width:this.width,height:this.height}).append(w(this).css({width:this.width,height:this.height,display:"block",margin:"auto",border:0}).attr("id","cboxPhoto")));if(b.length>1){w(this).css({cursor:"pointer"}).click(w.fn.colorbox.next)}if(w.browser.msie&&w.browser.version==7){this.style.msInterpolationMode="bicubic"}};O.src=N}else{w("<div />").load(N,function(Q,R){if(R=="success"){w.fn.colorbox.dimensions(w(this))}else{w.fn.colorbox.dimensions(w("<p>Request unsuccessful.</p>"))}})}}}};w.fn.colorbox.close=function(){t=false;clearTimeout(C);H.unbind("resize.cbox_resize");F.unbind("cbox_complete cbox_load click");l();z.css({cursor:"auto"}).fadeOut("fast").unbind("click",w.fn.colorbox.close);w().unbind("keydown",E);if(w.browser.msie&&w.browser.version<7){w("select").css({visibility:"inherit"});H.unbind("resize scroll",u)}e.children().hide();J.stop(true,false).removeClass().fadeOut("fast",function(){j.focus();x.remove();J.css({opacity:1});w.event.trigger("cbox_closed")})};w.fn.colorbox.settings={transition:"elastic",speed:350,width:false,height:false,initialWidth:"400",initialHeight:"400",maxWidth:false,maxHeight:false,resize:true,inline:false,iframe:false,photo:false,href:false,title:false,rel:false,opacity:0.9,preloading:true,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:false,overlayClose:true,slideshow:false,slideshowAuto:true,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow"}})(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}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},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},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},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 B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};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(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}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)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,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 B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}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(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}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={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,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){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(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").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(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());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 g=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(g?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());Cufon.registerFont({"w":203,"face":{"font-family":"daxline","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 2 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-24 -345 350 82.229","underline-thickness":"22.32","underline-position":"-27","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":97},"!":{"d":"63,-84r-27,0r-4,-177r35,0xm50,-39v11,0,20,10,20,21v0,11,-9,21,-20,21v-11,0,-21,-9,-21,-21v0,-12,9,-21,21,-21","w":99},"\"":{"d":"126,-148r-19,0r-5,-108v7,-9,22,-10,29,0xm52,-148r-19,0r-5,-108v7,-10,23,-9,30,0","w":159},"#":{"d":"199,-166r-10,68r46,0r0,22r-49,0r-10,76r-25,0r11,-76r-67,0r-10,76r-25,0r11,-76r-45,0r0,-22r49,0r9,-68r-45,0r0,-22r48,0r11,-73r24,0r-10,73r66,0r11,-73r24,0r-10,73r45,0r0,22r-49,0xm108,-166r-9,68r66,0r10,-68r-67,0","w":274,"k":{"9":7,"8":4,"7":-4,"6":5,"5":5,"4":18,"3":-2,"2":2,"1":-3,"0":7}},"$":{"d":"59,-196v10,70,124,43,124,126v0,44,-35,69,-77,73r1,54r-26,0r5,-53v-24,0,-46,-6,-62,-14r12,-26v41,23,138,14,112,-50v-31,-45,-121,-36,-121,-109v0,-41,32,-65,71,-69r-2,-51r26,0r-4,50v20,0,42,8,55,14r-11,25v-31,-18,-110,-19,-103,30","w":210},"%":{"d":"266,-159v43,0,57,38,57,82v0,44,-14,81,-57,81v-43,0,-58,-37,-58,-81v0,-44,15,-82,58,-82xm136,3r-21,-6r96,-261r21,7xm82,-265v43,0,57,38,57,82v0,44,-14,81,-57,81v-43,0,-58,-37,-58,-81v0,-44,15,-82,58,-82xm266,-18v45,-2,44,-118,0,-120v-46,1,-46,119,0,120xm82,-124v45,-1,44,-118,0,-119v-46,1,-46,118,0,119","w":347},"&":{"d":"62,-196v7,76,118,28,177,23r4,24r-46,8r0,131v-59,24,-177,25,-177,-58v0,-43,28,-59,59,-72v-82,-24,-49,-125,34,-125v22,0,45,7,59,14r-10,24v-32,-18,-105,-18,-100,31xm50,-70v0,55,71,54,117,43r0,-109v-49,7,-117,16,-117,66","w":257},"'":{"d":"52,-148r-19,0r-5,-108v7,-10,23,-9,30,0","w":86},"(":{"d":"56,-107v0,76,31,126,64,171r-22,14v-59,-57,-100,-185,-53,-286v14,-31,31,-59,53,-83r22,13v-33,45,-64,95,-64,171","w":133,"k":{"\u017e":1,"\u017d":-7,"\u0178":-13,"\u0161":6,"\u0160":1,"\u0153":13,"\u0142":-14,"\u0141":-4,"\u00ff":3,"\u00fe":-14,"\u00fd":3,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f9":6,"\u00f8":13,"\u00f6":13,"\u00f5":13,"\u00f4":13,"\u00f3":13,"\u00f2":13,"\u00f0":12,"\u00eb":13,"\u00ea":13,"\u00e9":13,"\u00e8":13,"\u00e7":13,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"\u00de":-4,"\u00dd":-13,"\u00dc":-4,"\u00db":-4,"\u00da":-4,"\u00d9":-4,"\u00d8":10,"\u00d6":10,"\u00d5":10,"\u00d4":10,"\u00d3":10,"\u00d2":10,"\u00d0":-4,"\u00cb":-4,"\u00ca":-4,"\u00c9":-4,"\u00c8":-4,"\u00c7":10,"\u00c5":-5,"\u00c4":-5,"\u00c3":-5,"\u00c2":-5,"\u00c1":-5,"\u00c0":-5,"z":1,"y":3,"x":3,"w":8,"v":7,"u":6,"t":6,"s":6,"r":6,"q":13,"p":-14,"o":13,"n":6,"m":6,"l":-14,"k":-14,"j":-46,"i":-8,"h":-14,"g":-3,"f":5,"e":13,"d":12,"c":13,"b":-14,"a":7,"Z":-7,"Y":-13,"X":-11,"W":-12,"V":-15,"U":-4,"T":-18,"S":1,"R":-4,"Q":10,"P":-4,"O":10,"N":-4,"M":3,"L":-4,"K":-4,"J":-50,"I":-4,"H":-4,"G":10,"F":-4,"E":-4,"D":-4,"C":10,"B":-4,"A":-5,"9":8,"8":7,"7":-3,"6":13,"5":-18,"4":3,"3":-23,"2":1,"1":14,"0":13}},")":{"d":"36,-291v58,58,101,185,53,286v-14,30,-33,59,-53,83r-22,-14v33,-45,64,-95,64,-171v0,-76,-32,-126,-64,-171","w":133},"*":{"d":"180,-237v8,2,15,15,9,25r-66,17r43,52v-1,9,-10,17,-22,16r-36,-56r-35,56v-12,2,-20,-7,-22,-16r42,-52r-65,-17v-6,-10,-2,-21,8,-25r62,24r-4,-67v5,-9,23,-9,28,0r-4,67","w":212},"+":{"d":"115,-105r0,65r-26,0r0,-65r-63,0r0,-24r63,0r0,-65r26,0r0,65r63,0r0,24r-63,0"},",":{"d":"25,61r-22,0r31,-89v4,-11,33,-17,35,0","w":90,"k":{"9":5,"8":-4,"7":5,"5":-1,"4":-6,"3":-2,"2":-5,"1":11,"0":1}},"-":{"d":"25,-104r0,-26r98,0r0,26r-98,0","w":147,"k":{"\u017e":5,"\u017d":14,"\u0178":30,"\u0161":-3,"\u0160":4,"\u0153":-5,"\u00ff":5,"\u00fd":5,"\u00f8":-5,"\u00f6":-5,"\u00f5":-5,"\u00f4":-5,"\u00f3":-5,"\u00f2":-5,"\u00f0":-5,"\u00eb":-5,"\u00ea":-5,"\u00e9":-5,"\u00e8":-5,"\u00e7":-5,"\u00dd":30,"\u00d8":-7,"\u00d6":-7,"\u00d5":-7,"\u00d4":-7,"\u00d3":-7,"\u00d2":-7,"\u00c7":-7,"\u00c5":13,"\u00c4":13,"\u00c3":13,"\u00c2":13,"\u00c1":13,"\u00c0":13,"z":5,"y":5,"x":16,"w":4,"v":4,"t":1,"s":-3,"q":-5,"o":-5,"j":-7,"g":-5,"f":1,"e":-5,"d":-5,"c":-5,"Z":14,"Y":30,"X":23,"W":16,"V":19,"T":22,"S":4,"Q":-7,"O":-7,"M":4,"J":-7,"G":-7,"C":-7,"A":13,"9":-5,"7":-3,"6":-5,"5":-7,"4":18,"3":1,"2":5,"1":-8,"0":-5}},".":{"d":"45,-39v12,0,21,9,21,21v0,29,-41,24,-42,0v1,-11,9,-21,21,-21","w":90,"k":{"9":8,"7":6,"6":4,"4":-5,"3":-1,"2":-3,"1":12,"0":9}},"\/":{"d":"30,71r-29,-9r122,-349r28,9","w":165,"k":{"\u017e":9,"\u017d":-8,"\u0178":-17,"\u0161":21,"\u0160":3,"\u0153":27,"\u0142":-5,"\u00ff":7,"\u00fe":-9,"\u00fd":7,"\u00fc":15,"\u00fb":15,"\u00fa":15,"\u00f9":15,"\u00f8":27,"\u00f6":27,"\u00f5":27,"\u00f4":27,"\u00f3":27,"\u00f2":27,"\u00f0":23,"\u00eb":27,"\u00ea":27,"\u00e9":27,"\u00e8":27,"\u00e7":27,"\u00e6":26,"\u00e5":26,"\u00e4":26,"\u00e3":26,"\u00e2":26,"\u00e1":26,"\u00e0":26,"\u00dd":-17,"\u00d8":13,"\u00d6":13,"\u00d5":13,"\u00d4":13,"\u00d3":13,"\u00d2":13,"\u00d0":1,"\u00c7":12,"\u00c5":26,"\u00c4":26,"\u00c3":26,"\u00c2":26,"\u00c1":26,"\u00c0":26,"z":9,"y":7,"x":8,"w":6,"v":5,"u":15,"t":3,"s":21,"r":17,"q":27,"p":17,"o":27,"n":17,"m":17,"l":-5,"k":-9,"j":-4,"i":-2,"h":-9,"g":27,"f":8,"e":27,"d":27,"c":27,"b":-9,"a":26,"Z":-8,"Y":-17,"X":-10,"W":-9,"V":-13,"T":-14,"S":3,"R":1,"Q":13,"P":1,"O":13,"M":12,"G":13,"D":1,"C":12,"B":1,"A":26,"9":27,"8":9,"7":4,"6":25,"5":24,"4":59,"3":13,"2":15,"1":16,"0":30}},"0":{"d":"105,-198v58,0,84,42,84,101v0,59,-26,101,-84,101v-58,0,-84,-42,-84,-101v0,-59,26,-101,84,-101xm105,-21v41,0,54,-34,54,-77v0,-42,-14,-76,-54,-76v-40,0,-54,34,-54,76v0,43,13,77,54,77","w":209,"k":{"\u2026":9,"\u2014":-5,"\u2013":-5,"}":13,"]":13,";":-1,":":-1,"7":4,"4":7,"3":1,"2":6,"\/":8,".":9,"-":-5,",":6,")":13}},"1":{"d":"11,-157v30,-7,64,-18,81,-37r24,0r0,194r-31,0r0,-158v-18,13,-45,20,-69,26","w":149,"k":{"\u2026":6,"\u2014":1,"\u2013":1,"}":8,"]":8,"5":-3,"\/":1,".":6,"-":1,",":5,")":8}},"2":{"d":"18,-184v45,-22,144,-23,137,44v-6,57,-62,77,-92,114r99,0r0,26r-152,0r107,-116v18,-27,0,-56,-37,-56v-19,0,-39,5,-52,11","w":178,"k":{"\u2026":-9,"}":7,"]":7,";":-4,":":-4,"\/":-11,".":-9,",":-10,")":7}},"3":{"d":"100,-80v30,11,59,25,59,67v0,74,-92,89,-153,61r11,-24v38,20,114,15,112,-38v-3,-40,-36,-51,-79,-50r0,-23v34,-4,66,-13,69,-48v3,-47,-67,-41,-97,-26r-9,-23v46,-25,141,-20,136,47v-2,32,-24,48,-49,57","w":176,"k":{"\u2026":-9,";":-4,":":-4,"2":-1,"\/":-18,".":-9,",":-14}},"4":{"d":"167,0r0,57r-28,0r0,-57r-121,0r0,-23r116,-171r33,0r0,172r27,0r0,22r-27,0xm140,-166r-94,144r94,0r0,-144","w":211,"k":{"\u2026":-6,"\u2014":7,"\u2013":7,"}":-2,"]":-2,"9":5,"7":1,"6":3,"1":3,"0":3,"\/":-12,".":-6,"-":7,",":-13,")":-2}},"5":{"d":"55,-92v62,-7,107,19,107,76v0,77,-91,91,-152,64r9,-24v39,20,113,15,113,-39v0,-54,-55,-60,-108,-52r14,-127r118,0r0,26r-92,0","w":179,"k":{"\u2026":-9,"\u2014":4,"\u2013":4,";":-4,":":-4,"9":4,"8":-3,"2":-3,"0":1,"\/":-18,".":-9,"-":4,",":-14}},"6":{"d":"60,-141v55,-23,133,-1,129,66v-3,50,-34,76,-83,79v-101,5,-101,-141,-48,-196v26,-27,58,-52,101,-63r9,25v-52,12,-91,45,-108,89xm106,-21v33,-1,52,-22,54,-54v3,-54,-64,-63,-107,-43v-11,46,5,98,53,97","w":209,"k":{"\u2026":4,"\u2014":-3,"\u2013":-3,"}":10,"]":10,"7":10,"4":5,"3":7,"2":7,"1":4,"\/":6,".":4,"-":-3,",":5,")":10}},"7":{"d":"67,57r-34,0r104,-225r-122,0r0,-26r164,0","w":191,"k":{"\u2026":40,"\u2014":3,"\u2013":3,"}":14,"]":14,";":6,":":6,"9":5,"6":4,"5":6,"4":25,"0":7,"\/":22,".":40,"-":3,",":31,")":14}},"8":{"d":"131,-131v28,15,59,27,58,70v-1,45,-37,65,-84,65v-47,0,-82,-19,-84,-65v-2,-43,30,-55,58,-70v-25,-12,-51,-26,-51,-62v0,-43,32,-62,77,-62v45,0,77,19,77,62v0,36,-26,50,-51,62xm105,-142v22,-12,49,-19,49,-51v0,-26,-20,-40,-49,-40v-56,0,-63,66,-19,81v6,3,12,7,19,10xm105,-19v60,0,73,-74,21,-90r-21,-10v-25,13,-55,20,-55,57v0,28,25,43,55,43","w":209,"k":{"}":7,"]":7,"9":4,"4":1,"3":2,"2":4,"1":4,"\/":2,",":1,")":7}},"9":{"d":"104,-198v101,-4,101,141,48,196v-26,27,-59,52,-102,63r-8,-25v52,-12,90,-46,108,-89v-55,23,-133,1,-129,-66v3,-50,32,-77,83,-79xm50,-120v-3,54,64,64,107,44v11,-46,-5,-98,-53,-97v-33,1,-52,21,-54,53","w":209,"k":{"\u2026":7,"\u2014":-5,"\u2013":-5,"}":13,"]":13,"7":4,"4":5,"3":2,"2":6,"\/":4,".":7,"-":-5,",":9,")":13}},":":{"d":"50,-156v11,0,21,9,21,21v0,12,-9,21,-21,21v-11,0,-20,-10,-20,-21v0,-11,9,-21,20,-21xm50,-39v12,0,21,9,21,21v0,12,-10,21,-21,21v-11,0,-20,-10,-20,-21v0,-11,9,-21,20,-21","w":100,"k":{"9":-1,"7":-1,"6":-1,"3":-1,"1":-4,"0":-1}},";":{"d":"51,-156v11,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,10,-21,21,-21xm29,61r-22,0r31,-89v4,-11,33,-17,35,0","w":100,"k":{"9":-1,"7":-1,"6":-1,"3":-1,"1":-4,"0":-1}},"<":{"d":"26,-107r0,-20r152,-75r0,29r-124,56r124,56r0,29"},"=":{"d":"26,-141r0,-25r152,0r0,25r-152,0xm26,-68r0,-25r152,0r0,25r-152,0"},">":{"d":"26,-32r0,-29r123,-56r-123,-56r0,-29r152,75r0,20"},"?":{"d":"123,-198v3,-48,-69,-47,-101,-30r-11,-23v58,-33,175,-7,138,77v-9,21,-32,36,-56,43r-2,47r-25,0r-2,-63v28,-8,56,-19,59,-51xm79,-39v12,0,21,9,21,21v0,12,-10,21,-21,21v-11,0,-21,-9,-21,-21v0,-12,9,-21,21,-21","w":172},"@":{"d":"195,-265v96,0,155,51,155,145v0,82,-49,122,-129,124v-68,1,-106,-34,-110,-99v-5,-81,86,-118,142,-76r0,148v45,-10,70,-42,70,-97v0,-79,-48,-121,-128,-121v-94,0,-146,58,-146,150v0,99,65,147,166,149v45,1,84,-14,110,-32r13,20v-30,20,-70,36,-123,35v-117,-2,-193,-58,-193,-172v0,-107,65,-174,173,-174xm138,-95v0,55,33,77,88,76r0,-140v-43,-21,-88,8,-88,64","w":371},"A":{"d":"197,0r-27,-76r-104,0r-26,76r-33,0r93,-261r36,0r93,261r-32,0xm163,-100r-45,-135v-11,48,-31,90,-45,135r90,0","w":236,"k":{"\u2026":-16,"\u201d":32,"\u201c":32,"\u2019":32,"\u2018":32,"\u2014":13,"\u2013":13,"\u0161":-3,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"}":-5,"y":10,"w":10,"v":10,"t":4,"s":-3,"j":-10,"f":1,"a":-7,"]":-5,"Y":20,"W":12,"V":15,"U":4,"T":20,"Q":4,"O":4,"J":-11,"G":4,"C":4,";":-13,":":-13,"\/":-14,".":-16,"-":13,",":-17,")":-5}},"B":{"d":"147,-136v29,9,51,29,53,67v3,77,-110,86,-171,59r0,-241v56,-26,166,-19,162,54v-2,32,-20,52,-44,61xm59,-145v52,2,102,1,102,-49v0,-47,-61,-53,-102,-40r0,89xm59,-27v42,14,110,8,110,-44v0,-51,-54,-54,-110,-51r0,95","w":218,"k":{"\u2026":3,"\u2014":5,"\u2013":5,"\u017d":1,"\u0178":5,"\u00dd":5,"}":5,"]":5,"Z":1,"Y":5,"W":5,"V":5,"T":6,"\/":5,".":3,"-":5,",":5,")":5}},"C":{"d":"125,-24v17,0,34,-4,43,-11r10,25v-12,8,-34,15,-56,14v-72,-4,-97,-58,-101,-134v-5,-99,69,-163,157,-121r-10,25v-9,-7,-26,-11,-43,-11v-54,3,-72,47,-72,106v0,59,18,104,72,107","w":194,"k":{"\u2026":-11,"\u201d":-3,"\u201c":-3,"\u2019":-3,"\u2018":-3,"\u2014":22,"\u2013":22,"\u0178":-4,"\u0153":8,"\u0152":11,"\u00ff":10,"\u00fd":10,"\u00fc":5,"\u00fb":5,"\u00fa":5,"\u00f9":5,"\u00f8":8,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"\u00dd":-4,"\u00d8":11,"\u00d6":11,"\u00d5":11,"\u00d4":11,"\u00d3":11,"\u00d2":11,"}":-14,"y":10,"u":5,"t":4,"q":8,"o":8,"j":-10,"g":8,"e":8,"d":8,"c":8,"]":-14,"Y":-4,"Q":11,"O":11,"J":-16,"G":11,"C":11,";":-9,":":-9,"\/":-10,".":-11,"-":22,",":-9,")":-14}},"D":{"d":"96,-265v77,3,113,55,113,135v0,79,-35,132,-113,134v-26,1,-53,-6,-68,-14r0,-241v17,-8,42,-15,68,-14xm60,-29v69,24,117,-25,117,-101v0,-77,-44,-125,-117,-102r0,203","w":228,"k":{"\u2026":13,"\u201d":2,"\u201c":2,"\u2019":2,"\u2018":2,"\u2014":-7,"\u2013":-7,"\u017d":6,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"}":10,"]":10,"Z":6,"Y":11,"W":4,"V":5,"T":11,"M":3,"A":4,";":-5,":":-5,"\/":13,".":13,"-":-7,",":17,")":10}},"E":{"d":"28,0r0,-261r135,0r0,27r-104,0r0,87r96,0r0,26r-96,0r0,94r104,0r0,27r-135,0","w":181,"k":{"\u2026":-9,"\u201d":-4,"\u201c":-4,"\u2019":-4,"\u2018":-4,"\u2014":1,"\u2013":1,"\u00e7":1,"\u00d8":1,"\u00d6":1,"\u00d5":1,"\u00d4":1,"\u00d3":1,"\u00d2":1,"\u00c7":1,"}":-8,"q":1,"o":1,"j":-8,"g":1,"e":1,"d":1,"c":1,"]":-8,"Q":1,"O":1,"J":-9,"G":1,"C":1,";":-8,":":-8,"\/":-9,".":-9,"-":1,",":-9,")":-8}},"F":{"d":"59,-234r0,87r94,0r0,26r-94,0r0,121r-31,0r0,-261r133,0r0,27r-102,0","w":176,"k":{"\u2026":27,"\u201d":-6,"\u201c":-6,"\u2019":-6,"\u2018":-6,"\u0153":4,"\u00fc":1,"\u00fb":1,"\u00fa":1,"\u00f9":1,"\u00f8":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"\u00c6":19,"\u00c5":17,"\u00c4":17,"\u00c3":17,"\u00c2":17,"\u00c1":17,"\u00c0":17,"}":-11,"u":1,"r":1,"o":4,"n":1,"l":-3,"e":4,"d":4,"c":4,"a":7,"]":-11,"M":5,"A":17,"\/":21,".":27,",":30,")":-11}},"G":{"d":"51,-130v0,76,50,124,124,101r0,-94r-55,0r0,-24r85,0r0,137v-15,9,-42,15,-69,14v-77,-3,-112,-53,-115,-134v-4,-105,85,-163,180,-121r-11,25v-69,-34,-139,11,-139,96","w":231,"k":{"\u0178":6,"\u00ff":6,"\u00fd":6,"\u00dd":6,"}":-2,"y":6,"w":6,"v":6,"]":-2,"Y":6,"W":4,"V":4,"T":4,"\/":1,")":-2}},"H":{"d":"170,0r0,-121r-110,0r0,121r-32,0r0,-261r32,0r0,114r110,0r0,-114r32,0r0,261r-32,0","w":230,"k":{"}":-4,"]":-4,")":-4}},"I":{"d":"29,0r0,-261r31,0r0,261r-31,0","w":89,"k":{"}":-4,"]":-4,")":-4}},"J":{"d":"-24,51v34,-10,53,-35,53,-80r0,-232r31,0r0,232v1,65,-32,97,-84,108r0,-28","w":89,"k":{"}":-4,"]":-4,"\/":-6,",":-9,")":-4}},"K":{"d":"165,0r-105,-134r0,134r-31,0r0,-261r31,0r1,121r102,-121r36,0r-105,124r108,137r-37,0","w":207,"k":{"\u2026":-12,"\u201d":-3,"\u201c":-3,"\u2019":-3,"\u2018":-3,"\u2014":30,"\u2013":30,"\u0153":8,"\u0152":11,"\u00ff":12,"\u00fd":12,"\u00fc":5,"\u00fb":5,"\u00fa":5,"\u00f9":5,"\u00f8":8,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"\u00dc":3,"\u00db":3,"\u00da":3,"\u00d9":3,"\u00d8":11,"\u00d6":11,"\u00d5":11,"\u00d4":11,"\u00d3":11,"\u00d2":11,"\u00c7":11,"}":-14,"y":12,"w":13,"u":5,"t":5,"o":8,"j":-8,"g":8,"e":8,"d":6,"c":8,"]":-14,"U":3,"Q":11,"O":11,"J":-9,"G":12,"C":11,";":-10,":":-10,"\/":-15,".":-12,"-":30,",":-13,")":-14}},"L":{"d":"29,0r0,-261r31,0r0,234r98,0r0,27r-129,0","w":170,"k":{"\u2026":-14,"\u201d":32,"\u201c":32,"\u2019":32,"\u2018":32,"\u2014":25,"\u2013":25,"\u0178":26,"\u0153":4,"\u0152":9,"\u00ff":15,"\u00fd":15,"\u00f8":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00e5":-1,"\u00e4":-1,"\u00e3":-1,"\u00e2":-1,"\u00e1":-1,"\u00e0":-1,"\u00dd":26,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":9,"\u00d6":9,"\u00d5":9,"\u00d4":9,"\u00d3":9,"\u00d2":9,"\u00c7":9,"}":2,"y":15,"w":13,"t":6,"o":4,"j":-13,"e":4,"a":-1,"]":2,"Y":26,"W":18,"V":21,"U":4,"T":23,"Q":9,"O":9,"J":-18,"G":9,"C":9,";":-12,":":-12,"\/":-13,".":-14,"-":25,",":-14,")":2}},"M":{"d":"264,0r-28,-227r-68,227r-23,0r-69,-227r-28,227r-29,0r35,-261r37,0r66,219v18,-77,44,-145,65,-219r37,0r34,261r-29,0","w":312,"k":{"\u2026":-8,"\u201d":10,"\u201c":10,"\u2019":10,"\u2018":10,"\u2014":4,"\u2013":4,"\u0178":11,"\u0152":4,"\u00ff":5,"\u00fd":5,"\u00fc":2,"\u00fb":2,"\u00fa":2,"\u00f9":2,"\u00e6":-3,"\u00e5":-3,"\u00e4":-3,"\u00e3":-3,"\u00e2":-3,"\u00e1":-3,"\u00e0":-3,"\u00dd":11,"\u00dc":2,"\u00db":2,"\u00da":2,"\u00d9":2,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"}":3,"y":5,"u":2,"t":3,"j":-5,"a":-3,"]":3,"Y":11,"W":5,"V":5,"U":2,"T":10,"Q":4,"O":4,"J":-7,"G":4,"C":4,";":-5,":":-5,"\/":-8,".":-8,"-":4,",":-8,")":3}},"N":{"d":"190,0r-130,-210v-3,-3,-2,-9,-5,-10r1,220r-28,0r0,-261r31,0r133,216r0,-216r27,0r0,261r-29,0","w":247,"k":{"}":-4,"]":-4,")":-4}},"O":{"d":"120,-265v73,0,100,60,100,135v0,74,-28,134,-100,134v-72,0,-99,-60,-99,-134v0,-74,27,-135,99,-135xm120,-24v53,0,69,-50,69,-106v0,-56,-16,-107,-69,-107v-53,0,-69,52,-69,107v0,54,16,106,69,106","w":240,"k":{"\u2026":13,"\u201d":2,"\u201c":2,"\u2019":2,"\u2018":2,"\u2014":-7,"\u2013":-7,"\u017e":2,"\u017d":6,"\u00dd":11,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"}":10,"z":2,"x":3,"]":10,"Z":6,"Y":11,"X":9,"W":5,"V":6,"T":10,"M":4,"A":4,";":-5,":":-5,"\/":13,".":13,"-":-7,",":17,")":10}},"P":{"d":"28,-251v61,-29,167,-14,162,66v-4,64,-61,86,-131,76r0,109r-31,0r0,-251xm59,-134v49,10,100,-4,100,-51v0,-52,-56,-64,-100,-49r0,100","w":204,"k":{"\u2026":54,"\u201d":-10,"\u201c":-10,"\u2019":-10,"\u2018":-10,"\u2014":4,"\u2013":4,"\u017d":3,"\u0153":6,"\u00ff":-4,"\u00fe":-3,"\u00fd":-4,"\u00f8":6,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"\u00e6":5,"\u00e5":5,"\u00e4":5,"\u00e3":5,"\u00e2":5,"\u00e1":5,"\u00e0":5,"\u00c6":29,"\u00c5":22,"\u00c4":22,"\u00c3":22,"\u00c2":22,"\u00c1":22,"\u00c0":22,"y":-4,"t":-5,"q":6,"o":6,"l":-3,"k":-3,"h":-3,"g":6,"f":-4,"e":6,"d":6,"c":6,"b":-3,"a":5,"Z":3,"M":5,"A":22,";":-1,":":-1,"\/":33,".":54,"-":4,",":56}},"Q":{"d":"120,-265v118,-5,126,197,55,251r45,63r-23,18r-46,-68v-86,22,-132,-45,-130,-129v2,-74,27,-132,99,-135xm120,-24v53,0,69,-50,69,-106v0,-56,-16,-107,-69,-107v-53,0,-69,52,-69,107v0,54,16,106,69,106","w":240,"k":{"\u2026":13,"\u201d":2,"\u201c":2,"\u2019":2,"\u2018":2,"\u2014":-7,"\u2013":-7,"\u0178":11,"\u00dd":11,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"}":-2,"]":-2,"Y":11,"T":10,"A":4,"\/":-10,".":13,"-":-7,")":-2}},"R":{"d":"191,-191v0,43,-25,60,-60,68v39,26,49,83,73,123r-33,0v-20,-35,-31,-81,-58,-107v-11,-10,-34,-7,-54,-7r0,114r-30,0r0,-251v58,-26,162,-19,162,60xm59,-138v53,2,102,0,102,-52v0,-49,-59,-58,-102,-44r0,96","w":217,"k":{"\u2026":-8,"\u201d":-2,"\u201c":-2,"\u2019":-2,"\u2018":-2,"\u2014":13,"\u2013":13,"\u0178":6,"\u0153":6,"\u0152":4,"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f9":4,"\u00f8":6,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"\u00dd":6,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"}":7,"u":4,"q":6,"o":6,"j":-7,"g":6,"e":6,"d":6,"c":6,"]":7,"Y":6,"W":5,"V":3,"T":4,"Q":4,"O":4,"J":-6,"G":4,"C":4,";":-5,":":-5,"\/":-12,".":-8,"-":13,",":-8,")":7}},"S":{"d":"51,-195v9,67,116,43,116,124v0,75,-92,90,-150,61r11,-27v38,26,134,10,103,-50v-24,-46,-108,-36,-111,-107v-3,-69,84,-87,137,-57r-10,26v-28,-21,-103,-18,-96,30","w":186,"k":{"\u2026":2,"\u201d":9,"\u201c":9,"\u2019":9,"\u2018":9,"\u2014":3,"\u2013":3,"\u017e":1,"\u0178":4,"\u00e6":-3,"\u00e5":-3,"\u00e4":-3,"\u00e3":-3,"\u00e2":-3,"\u00e1":-3,"\u00e0":-3,"\u00dd":4,"\u00c6":-4,"\u00c5":-2,"\u00c4":-2,"\u00c3":-2,"\u00c2":-2,"\u00c1":-2,"\u00c0":-2,"}":-1,"z":1,"y":10,"w":8,"v":9,"t":5,"j":-4,"f":5,"a":-3,"]":-1,"Y":4,"W":3,"V":3,"T":5,"S":4,"J":-4,"A":-2,"\/":3,".":2,"-":3,",":4,")":-1}},"T":{"d":"108,-234r0,234r-31,0r0,-234r-65,0r0,-27r160,0r0,27r-64,0","w":184,"k":{"\u2026":30,"\u201d":-9,"\u201c":-9,"\u2019":-9,"\u2018":-9,"\u2014":22,"\u2013":22,"\u017e":7,"\u0178":-4,"\u0161":15,"\u0160":2,"\u0153":18,"\u0152":10,"\u00fe":-4,"\u00fc":10,"\u00fb":10,"\u00fa":10,"\u00f9":10,"\u00f8":18,"\u00f6":18,"\u00f5":18,"\u00f4":18,"\u00f3":18,"\u00f2":18,"\u00ef":-18,"\u00ee":-10,"\u00ed":8,"\u00ec":-9,"\u00eb":18,"\u00ea":18,"\u00e9":18,"\u00e8":18,"\u00e7":18,"\u00e6":20,"\u00e5":20,"\u00e4":20,"\u00e3":20,"\u00e2":20,"\u00e1":20,"\u00e0":20,"\u00dd":-4,"\u00d8":10,"\u00d6":10,"\u00d5":10,"\u00d4":10,"\u00d3":10,"\u00d2":10,"\u00c7":10,"\u00c6":19,"\u00c5":20,"\u00c4":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u00c0":20,"}":-18,"z":7,"y":11,"w":13,"v":11,"u":10,"s":15,"r":11,"p":11,"o":18,"n":11,"m":11,"l":-4,"k":-4,"h":-4,"g":18,"e":18,"d":18,"c":18,"b":-4,"a":20,"]":-18,"Y":-4,"W":-1,"V":-4,"S":2,"Q":10,"O":10,"M":10,"G":11,"C":10,"A":20,";":9,":":9,"\/":25,".":30,"-":22,",":30,")":-18}},"U":{"d":"113,-23v32,0,53,-18,53,-52r0,-186r32,0r0,186v-2,50,-35,79,-85,79v-50,0,-85,-29,-85,-79r0,-186r32,0r0,186v0,34,21,52,53,52","w":226,"k":{"\u2026":9,"\u017d":2,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"}":-4,"]":-4,"Z":2,"M":2,"A":4,"\/":9,".":9,",":13,")":-4}},"V":{"d":"127,0r-33,0r-84,-261r33,0r68,229v18,-80,44,-152,66,-229r34,0","w":220,"k":{"\u2026":39,"\u201d":-7,"\u201c":-7,"\u2019":-7,"\u2018":-7,"\u2014":19,"\u2013":19,"\u0160":1,"\u0153":13,"\u0152":6,"\u0142":-4,"\u00fe":-4,"\u00fc":5,"\u00fb":5,"\u00fa":5,"\u00f9":5,"\u00f8":13,"\u00f6":13,"\u00f5":13,"\u00f4":13,"\u00f3":13,"\u00f2":13,"\u00ef":-21,"\u00ee":-15,"\u00ed":3,"\u00ec":-13,"\u00eb":13,"\u00ea":13,"\u00e9":13,"\u00e8":13,"\u00e7":13,"\u00e6":14,"\u00e5":14,"\u00e4":14,"\u00e3":14,"\u00e2":14,"\u00e1":14,"\u00e0":14,"\u00d8":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00c7":6,"\u00c6":16,"\u00c5":15,"\u00c4":15,"\u00c3":15,"\u00c2":15,"\u00c1":15,"\u00c0":15,"}":-15,"u":5,"s":7,"r":5,"p":5,"o":13,"n":5,"m":5,"l":-4,"k":-4,"j":-1,"i":-1,"h":-4,"g":13,"e":13,"d":13,"c":13,"b":-4,"a":14,"]":-15,"T":-4,"S":1,"Q":6,"O":6,"M":5,"G":6,"C":6,"A":15,";":13,":":13,"\/":23,".":39,"-":19,",":40,")":-15}},"W":{"d":"247,0r-31,0r-53,-220v-13,78,-35,146,-52,220r-31,0r-66,-261r31,0r52,225v14,-79,36,-150,53,-225r27,0r54,225v14,-78,34,-150,51,-225r31,0","w":326,"k":{"\u2026":31,"\u201d":-7,"\u201c":-7,"\u2019":-7,"\u2018":-7,"\u2014":16,"\u2013":16,"\u017e":3,"\u0160":3,"\u0153":11,"\u0152":5,"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f9":4,"\u00f8":11,"\u00f6":11,"\u00f5":11,"\u00f4":11,"\u00f3":11,"\u00f2":11,"\u00eb":11,"\u00ea":11,"\u00e9":11,"\u00e8":11,"\u00e6":12,"\u00e5":12,"\u00e4":12,"\u00e3":12,"\u00e2":12,"\u00e1":12,"\u00e0":12,"\u00d8":5,"\u00d6":5,"\u00d5":5,"\u00d4":5,"\u00d3":5,"\u00d2":5,"\u00c6":15,"\u00c5":12,"\u00c4":12,"\u00c3":12,"\u00c2":12,"\u00c1":12,"\u00c0":12,"}":-12,"z":3,"y":5,"u":4,"s":7,"r":5,"o":11,"n":5,"m":5,"g":11,"e":11,"d":11,"c":11,"a":12,"]":-12,"T":-1,"S":3,"Q":5,"O":5,"M":5,"G":5,"C":5,"A":12,";":11,":":11,"\/":19,".":31,"-":16,",":32,")":-12}},"X":{"d":"168,0r-63,-110r-62,110r-34,0r78,-135r-73,-126r34,0r58,101r57,-101r34,0r-73,126r78,135r-34,0","w":210,"k":{"\u2026":-11,"\u201d":-1,"\u201c":-1,"\u2019":-1,"\u2018":-1,"\u2014":23,"\u2013":23,"\u0153":5,"\u0152":9,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e5":-2,"\u00e4":-2,"\u00e3":-2,"\u00e2":-2,"\u00e1":-2,"\u00e0":-2,"\u00d8":9,"\u00d6":9,"\u00d5":9,"\u00d4":9,"\u00d3":9,"\u00d2":9,"}":-11,"y":10,"u":3,"t":5,"o":5,"e":5,"a":-2,"]":-11,"Q":9,"O":9,"J":-20,"G":9,"C":9,";":-7,":":-7,"\/":-12,".":-11,"-":23,",":-12,")":-11}},"Y":{"d":"122,-104r0,104r-31,0r0,-104r-83,-157r34,0r65,125r64,-125r34,0","w":213,"k":{"\u2026":47,"\u201d":-5,"\u201c":-5,"\u2019":-5,"\u2018":-5,"\u2014":30,"\u2013":30,"\u017e":7,"\u0161":17,"\u0160":3,"\u0153":25,"\u0142":-4,"\u00fe":-4,"\u00fc":13,"\u00fb":13,"\u00fa":13,"\u00f9":13,"\u00f8":25,"\u00f6":25,"\u00f5":25,"\u00f4":25,"\u00f3":25,"\u00f2":25,"\u00ef":-17,"\u00ee":-12,"\u00ed":9,"\u00ec":-10,"\u00eb":25,"\u00ea":25,"\u00e9":25,"\u00e8":25,"\u00e7":25,"\u00e6":19,"\u00e5":19,"\u00e4":19,"\u00e3":19,"\u00e2":19,"\u00e1":19,"\u00e0":19,"\u00d8":11,"\u00d6":11,"\u00d5":11,"\u00d4":11,"\u00d3":11,"\u00d2":11,"\u00c7":11,"\u00c6":26,"\u00c5":20,"\u00c4":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u00c0":20,"}":-13,"z":7,"w":10,"v":8,"u":13,"t":2,"s":17,"r":14,"p":14,"o":25,"n":14,"m":14,"l":-4,"k":-4,"j":-1,"i":-1,"h":-4,"g":25,"e":25,"d":25,"c":25,"b":-4,"a":19,"]":-13,"T":-4,"S":3,"Q":11,"O":11,"M":11,"G":13,"C":11,"A":20,";":21,":":21,"\/":33,".":47,"-":30,",":47,")":-13}},"Z":{"d":"10,0r114,-234r-107,0r0,-27r151,0r-113,234r114,0r0,27r-159,0","w":185,"k":{"\u2026":-12,"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u2014":23,"\u2013":23,"\u0178":1,"\u0153":7,"\u0152":10,"\u0142":-2,"\u00ff":8,"\u00fe":-2,"\u00fd":8,"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f9":4,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":7,"\u00dd":1,"\u00d8":10,"\u00d6":10,"\u00d5":10,"\u00d4":10,"\u00d3":10,"\u00d2":10,"\u00c7":10,"}":-5,"y":8,"w":9,"v":8,"u":4,"t":6,"o":7,"l":-2,"k":-2,"j":-10,"h":-2,"g":7,"e":7,"d":7,"c":7,"b":-2,"]":-5,"Y":1,"T":3,"Q":10,"O":10,"J":-13,"G":10,"C":10,";":-9,":":-9,"\/":-9,".":-12,"-":23,",":-12,")":-5}},"[":{"d":"32,70r0,-353r80,0r0,25r-51,0r0,304r51,0r0,24r-80,0","w":131,"k":{"\u017e":1,"\u017d":-7,"\u0178":-13,"\u0161":6,"\u0160":1,"\u0153":13,"\u0142":-14,"\u0141":-4,"\u00ff":3,"\u00fe":-14,"\u00fd":3,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f9":6,"\u00f8":13,"\u00f6":13,"\u00f5":13,"\u00f4":13,"\u00f3":13,"\u00f2":13,"\u00f0":12,"\u00eb":13,"\u00ea":13,"\u00e9":13,"\u00e8":13,"\u00e7":13,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"\u00de":-4,"\u00dd":-13,"\u00dc":-4,"\u00db":-4,"\u00da":-4,"\u00d9":-4,"\u00d8":10,"\u00d6":10,"\u00d5":10,"\u00d4":10,"\u00d3":10,"\u00d2":10,"\u00d0":-4,"\u00cb":-4,"\u00ca":-4,"\u00c9":-4,"\u00c8":-4,"\u00c7":10,"\u00c5":-5,"\u00c4":-5,"\u00c3":-5,"\u00c2":-5,"\u00c1":-5,"\u00c0":-5,"z":1,"y":3,"x":3,"w":8,"v":7,"u":6,"t":6,"s":6,"r":6,"q":13,"p":-14,"o":13,"n":6,"m":6,"l":-14,"k":-14,"j":-46,"i":-8,"h":-14,"g":-3,"f":5,"e":13,"d":12,"c":13,"b":-14,"a":7,"Z":-7,"Y":-13,"X":-11,"W":-12,"V":-15,"U":-4,"T":-18,"S":1,"R":-4,"Q":10,"P":-4,"O":10,"N":-4,"M":3,"L":-4,"K":-4,"J":-50,"I":-4,"H":-4,"G":10,"F":-4,"E":-4,"D":-4,"C":10,"B":-4,"A":-5,"9":8,"8":7,"7":-3,"6":13,"5":-18,"4":3,"3":-23,"2":1,"1":14,"0":13}},"\\":{"d":"136,71r-121,-349r28,-9r121,349","w":165},"]":{"d":"19,70r0,-24r51,0r0,-304r-51,0r0,-25r80,0r0,353r-80,0","w":131},"^":{"d":"160,-155r-55,-66r-55,66r-19,-16r59,-71v7,-10,23,-9,30,0r59,71","w":209},"_":{"d":"-1,72r0,-23r213,0r0,23r-213,0","w":210},"`":{"d":"17,-264v4,-13,26,-8,31,0r27,47r-22,0","w":111},"a":{"d":"28,-184v46,-23,136,-24,136,49r0,125v-47,24,-150,22,-147,-45v3,-60,61,-63,118,-67v13,-63,-61,-59,-99,-41xm45,-56v-2,40,58,43,90,31r0,-77v-41,4,-88,3,-90,46","w":190,"k":{"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u017e":1,"}":7,"z":1,"y":4,"x":3,"w":4,"v":4,"t":3,"j":-4,"f":3,"]":7,"\/":2,",":2,")":7}},"b":{"d":"57,-188v64,-27,127,14,124,87v-3,65,-29,104,-93,105v-23,1,-47,-7,-62,-14r0,-273r31,0r0,95xm57,-27v51,21,94,-13,94,-72v0,-57,-45,-90,-94,-66r0,138","w":199,"k":{"\u2026":8,"\u201d":7,"\u201c":7,"\u2019":7,"\u2018":7,"\u2014":-5,"\u2013":-5,"\u017e":4,"\u00ff":4,"\u00fd":4,"}":13,"z":4,"y":4,"w":4,"v":4,"t":2,"j":-3,"f":2,"]":13,";":-1,":":-1,"\/":8,".":8,"-":-5,",":12,")":13}},"c":{"d":"50,-98v-6,58,45,94,90,66r10,23v-62,35,-131,-8,-131,-88v0,-79,64,-123,131,-88r-10,22v-45,-27,-96,7,-90,65","w":165,"k":{"\u2026":-8,"\u201d":-12,"\u201c":-12,"\u2019":-12,"\u2018":-12,"\u2014":10,"\u2013":10,"\u0153":6,"\u00ff":-3,"\u00fd":-3,"\u00f8":6,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u00f0":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"}":2,"y":-3,"v":-3,"q":6,"o":6,"j":-7,"g":6,"e":6,"d":6,"c":6,"]":2,";":-6,":":-6,"\/":-9,".":-8,"-":10,",":-8,")":2}},"d":{"d":"19,-95v-2,-74,52,-115,125,-96r0,-92r30,0r0,273v-16,9,-38,14,-63,14v-61,-1,-91,-38,-92,-99xm49,-95v0,57,45,89,95,68r0,-140v-53,-18,-95,15,-95,72","w":199,"k":{"\u00fe":-4,"}":-13,"l":-4,"k":-4,"j":-5,"h":-4,"b":-4,"]":-13,"\/":2,",":2,")":-13}},"e":{"d":"104,-198v53,0,81,38,77,96r-133,19v-3,61,71,74,118,51r10,22v-15,8,-40,15,-64,14v-59,0,-93,-40,-93,-101v0,-59,26,-101,85,-101xm152,-119v7,-56,-62,-73,-90,-37v-10,13,-16,30,-16,52","w":200,"k":{"\u2026":4,"\u201d":7,"\u201c":7,"\u2019":7,"\u2018":7,"\u2014":-5,"\u2013":-5,"\u017e":2,"\u00e5":3,"\u00e4":3,"\u00e3":3,"\u00e2":3,"\u00e1":3,"\u00e0":3,"}":13,"z":2,"y":3,"x":3,"w":3,"v":3,"t":3,"j":-4,"f":3,"a":3,"]":13,"\/":-3,".":4,"-":-5,",":4,")":13}},"f":{"d":"40,-194v-5,-59,18,-92,76,-89r0,25v-38,-2,-52,23,-47,64r43,0r0,23r-43,0r0,171r-29,0r0,-171r-27,0r0,-23r27,0","w":125,"k":{"\u2026":22,"\u201d":-6,"\u201c":-6,"\u2019":-6,"\u2018":-6,"\u2014":6,"\u2013":6,"\u0153":7,"\u0142":-5,"\u00fe":-5,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f0":7,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":7,"\u00e6":6,"\u00e5":6,"\u00e4":6,"\u00e3":6,"\u00e2":6,"\u00e1":6,"\u00e0":6,"}":-21,"q":7,"o":7,"l":-5,"k":-5,"h":-5,"g":7,"e":7,"d":7,"c":7,"b":-5,"a":6,"]":-21,";":3,":":3,"\/":14,".":22,"-":6,",":22,")":-21}},"g":{"d":"19,-100v0,-89,88,-117,155,-84r0,185v7,78,-84,97,-145,66r9,-24v36,20,114,19,106,-42r0,-17v-64,26,-125,-11,-125,-84xm49,-101v0,58,47,85,95,62r0,-129v-51,-19,-95,9,-95,67","w":199,"k":{"}":-5,"j":-15,"]":-5,"\/":-14,",":-7,")":-5}},"h":{"d":"57,-186v45,-24,118,-9,118,53r0,133r-30,0r0,-131v4,-46,-58,-50,-88,-31r0,162r-31,0r0,-283r31,0r0,97","w":201,"k":{"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u00ff":3,"\u00fd":3,"}":6,"y":3,"w":3,"v":3,"t":3,"f":3,"]":6,")":6}},"i":{"d":"43,-270v10,-1,19,9,19,18v0,9,-10,19,-19,19v-9,0,-20,-9,-19,-19v-1,-10,9,-19,19,-18xm28,0r0,-194r30,0r0,194r-30,0","w":85,"k":{"}":-8,"]":-8,")":-8}},"j":{"d":"-19,54v75,-22,39,-158,47,-248r30,0v-8,108,35,255,-77,274r0,-26xm43,-270v10,-1,19,9,19,18v0,9,-10,19,-19,19v-9,0,-20,-9,-19,-19v-1,-10,9,-19,19,-18","w":85,"k":{"}":-8,"]":-8,"\/":-9,",":-8,")":-8}},"k":{"d":"147,0r-90,-100r0,100r-30,0r0,-283r30,0r1,178r83,-89r36,0r-87,92r93,102r-36,0","w":187,"k":{"\u2026":-11,"\u201d":-6,"\u201c":-6,"\u2019":-6,"\u2018":-6,"\u2014":16,"\u2013":16,"\u0153":7,"\u00fc":1,"\u00fb":1,"\u00fa":1,"\u00f9":1,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f0":7,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":7,"}":-3,"u":1,"q":6,"o":7,"j":-11,"g":7,"e":7,"d":6,"c":7,"]":-3,";":-6,":":-6,"\/":-9,".":-11,"-":16,",":-12,")":-3}},"l":{"d":"28,0r0,-283r30,0r0,283r-30,0","w":85,"k":{"\u0142":-4,"\u00fe":-4,"}":-14,"l":-4,"k":-4,"j":-5,"h":-4,"b":-4,"]":-14,")":-14}},"m":{"d":"155,-176v34,-35,129,-31,129,40r0,136r-29,0r0,-134v3,-45,-64,-49,-85,-23r0,157r-30,0r0,-138v2,-38,-54,-42,-83,-29r0,167r-31,0r0,-184v34,-17,107,-22,129,8","w":310,"k":{"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u00ff":3,"\u00fd":3,"}":6,"y":3,"w":3,"v":3,"t":3,"j":-5,"f":3,"]":6,")":6}},"n":{"d":"26,-184v50,-23,149,-24,149,50r0,134r-30,0v-8,-66,28,-175,-47,-174v-15,0,-30,2,-41,7r0,167r-31,0r0,-184","w":201,"k":{"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u00ff":3,"\u00fd":3,"}":6,"y":3,"w":3,"v":3,"t":3,"j":-5,"f":3,"]":6,")":6}},"o":{"d":"102,-198v56,0,82,42,82,101v0,59,-26,101,-82,101v-57,0,-83,-42,-83,-101v0,-59,26,-101,83,-101xm102,-21v40,0,52,-35,52,-77v0,-41,-13,-76,-52,-76v-40,0,-53,34,-53,76v0,42,12,77,53,77","k":{"\u2026":8,"\u201d":8,"\u201c":8,"\u2019":8,"\u2018":8,"\u2014":-5,"\u2013":-5,"\u017e":4,"}":13,"z":4,"y":5,"x":6,"w":5,"v":5,"t":3,"j":-4,"f":3,"]":13,";":-1,":":-1,"\/":8,".":8,"-":-5,",":12,")":13}},"p":{"d":"181,-99v2,73,-52,116,-124,96r0,80r-31,0r0,-261v16,-8,38,-14,63,-14v61,1,90,38,92,99xm57,-27v52,19,94,-15,94,-72v0,-56,-44,-91,-94,-68r0,140","w":199,"k":{"\u2026":8,"\u201d":8,"\u201c":8,"\u2019":8,"\u2018":8,"\u2014":-5,"\u2013":-5,"\u017e":4,"\u00ff":4,"\u00fd":4,"}":13,"z":4,"y":4,"x":6,"w":4,"v":4,"t":2,"j":-3,"f":2,"]":13,";":-1,":":-1,"\/":8,".":8,"-":-5,",":12,")":13}},"q":{"d":"112,-198v23,-1,47,7,62,14r0,261r-30,0r0,-83v-64,27,-128,-13,-125,-87v3,-65,29,-104,93,-105xm49,-95v0,57,46,90,95,66r0,-138v-51,-22,-95,12,-95,72","w":199,"k":{"}":-14,"]":-14,"\/":-17,",":-10,")":-14}},"r":{"d":"26,-184v22,-10,57,-17,90,-13r-5,26v-18,-3,-40,-2,-54,4r0,167r-31,0r0,-184","w":127,"k":{"\u2026":30,"\u201d":-10,"\u201c":-10,"\u2019":-10,"\u2018":-10,"\u2014":9,"\u2013":9,"\u0161":1,"\u0153":6,"\u00f8":6,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u00f0":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"\u00e7":6,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"}":6,"s":1,"q":6,"o":6,"g":6,"e":6,"d":6,"c":6,"a":4,"]":6,";":-2,":":-2,"\/":19,".":30,"-":9,",":30,")":6}},"s":{"d":"51,-146v5,54,94,29,94,94v0,60,-85,68,-130,42r11,-23v24,17,92,20,88,-19v-5,-53,-94,-30,-94,-94v0,-54,79,-64,119,-38r-11,21v-21,-16,-81,-19,-77,17","w":163,"k":{"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u2014":12,"\u2013":12,"\u00ff":1,"\u00fd":1,"\u00e5":-4,"\u00e4":-4,"\u00e3":-4,"\u00e2":-4,"\u00e1":-4,"\u00e0":-4,"}":8,"y":1,"w":1,"v":1,"t":2,"s":4,"j":-5,"f":2,"a":-4,"]":8,";":2,":":2,"\/":1,"-":12,",":3,")":8}},"t":{"d":"69,-52v-1,23,22,32,42,26r0,25v-37,11,-71,-8,-71,-49r0,-121r-28,0r0,-23r28,0r0,-47r29,-10r0,57r42,0r0,23r-42,0r0,119","w":124,"k":{"\u2026":-9,"\u201d":-8,"\u201c":-8,"\u2019":-8,"\u2018":-8,"\u2014":6,"\u2013":6,"\u0153":4,"\u00f8":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00e7":4,"\u00e6":-2,"\u00e5":-2,"\u00e4":-2,"\u00e3":-2,"\u00e2":-2,"\u00e1":-2,"\u00e0":-2,"}":6,"q":4,"o":4,"j":-10,"g":4,"e":4,"d":4,"c":4,"a":-2,"]":6,";":-8,":":-8,"\/":-11,".":-9,"-":6,",":-9,")":6}},"u":{"d":"57,-64v-6,45,52,50,85,36r0,-166r30,0r0,184v-50,24,-146,24,-146,-54r0,-130r31,0r0,130","w":198,"k":{"}":6,"]":6,",":2,")":6}},"v":{"d":"116,0r-34,0r-71,-194r33,0r55,167r55,-167r33,0","w":198,"k":{"\u2026":35,"\u201d":-13,"\u201c":-13,"\u2019":-13,"\u2018":-13,"\u2014":4,"\u2013":4,"\u0161":2,"\u0153":5,"\u00f8":5,"\u00f6":5,"\u00f5":5,"\u00f4":5,"\u00f3":5,"\u00f2":5,"\u00f0":5,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":5,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"}":7,"s":2,"q":5,"o":5,"g":5,"e":5,"d":5,"c":5,"a":4,"]":7,";":-5,":":-5,"\/":17,".":35,"-":4,",":36,")":7}},"w":{"d":"225,0r-30,0r-46,-162v-13,57,-31,108,-46,162r-31,0r-59,-194r31,0r45,167v10,-60,32,-111,46,-167r28,0r47,167v11,-60,31,-111,45,-167r29,0","w":297,"k":{"\u2026":30,"\u201d":-11,"\u201c":-11,"\u2019":-11,"\u2018":-11,"\u2014":4,"\u2013":4,"\u0161":3,"\u0153":5,"\u00f8":5,"\u00f6":5,"\u00f5":5,"\u00f4":5,"\u00f3":5,"\u00f2":5,"\u00f0":5,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"}":8,"s":3,"q":5,"o":5,"g":5,"e":5,"d":5,"c":5,"a":4,"]":8,"\/":15,".":30,"-":4,",":31,")":8}},"x":{"d":"144,0r-51,-80r-51,80r-34,0r67,-101r-62,-93r34,0r47,73r45,-73r34,0r-61,93r66,101r-34,0","w":186,"k":{"\u2026":-9,"\u201d":-9,"\u201c":-9,"\u2019":-9,"\u2018":-9,"\u2014":16,"\u2013":16,"\u0153":6,"\u00fc":2,"\u00fb":2,"\u00fa":2,"\u00f9":2,"\u00f8":6,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u00f0":11,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"}":3,"u":2,"q":5,"o":6,"j":-14,"g":6,"e":6,"d":5,"c":5,"]":3,";":-5,":":-5,"\/":-12,".":-9,"-":16,",":-13,")":3}},"y":{"d":"86,77r-32,0r30,-77r-73,-194r33,0r55,169v15,-60,37,-112,55,-169r33,0","w":198,"k":{"\u2026":36,"\u201d":-12,"\u201c":-12,"\u2019":-12,"\u2018":-12,"\u2014":5,"\u2013":5,"\u0161":2,"\u0153":5,"\u00f8":5,"\u00f6":5,"\u00f5":5,"\u00f4":5,"\u00f3":5,"\u00f2":5,"\u00f0":5,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":5,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"}":6,"s":2,"q":5,"o":5,"g":5,"e":5,"d":5,"c":5,"a":4,"]":6,";":-2,":":-2,"\/":15,".":36,"-":5,",":31,")":6}},"z":{"d":"12,0r93,-170r-88,0r0,-24r131,0r-93,170r96,0r0,24r-139,0","w":166,"k":{"\u2026":-8,"\u201d":-7,"\u201c":-7,"\u2019":-7,"\u2018":-7,"\u2014":15,"\u2013":15,"\u0153":7,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f0":7,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":7,"}":2,"q":6,"o":7,"g":7,"e":7,"d":6,"c":7,"]":2,";":-2,":":-2,"\/":-12,".":-8,"-":15,",":-8,")":2}},"{":{"d":"75,-55v-2,40,-25,106,34,101r0,24v-74,9,-74,-57,-64,-125v3,-22,-12,-37,-30,-39r0,-25v44,-4,25,-65,24,-105v-1,-42,26,-61,70,-59r0,25v-87,-6,7,132,-66,152v19,7,33,24,32,51","w":131,"k":{"\u017e":1,"\u017d":-7,"\u0178":-13,"\u0161":6,"\u0160":1,"\u0153":13,"\u0142":-14,"\u0141":-4,"\u00ff":3,"\u00fe":-14,"\u00fd":3,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f9":6,"\u00f8":13,"\u00f6":13,"\u00f5":13,"\u00f4":13,"\u00f3":13,"\u00f2":13,"\u00f0":12,"\u00eb":13,"\u00ea":13,"\u00e9":13,"\u00e8":13,"\u00e7":13,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"\u00de":-4,"\u00dd":-13,"\u00dc":-4,"\u00db":-4,"\u00da":-4,"\u00d9":-4,"\u00d8":10,"\u00d6":10,"\u00d5":10,"\u00d4":10,"\u00d3":10,"\u00d2":10,"\u00d0":-4,"\u00cb":-4,"\u00ca":-4,"\u00c9":-4,"\u00c8":-4,"\u00c7":10,"\u00c5":-5,"\u00c4":-5,"\u00c3":-5,"\u00c2":-5,"\u00c1":-5,"\u00c0":-5,"z":1,"y":3,"x":3,"w":8,"v":7,"u":6,"t":6,"s":6,"r":6,"q":13,"p":-14,"o":13,"n":6,"m":6,"l":-14,"k":-14,"j":-46,"i":-8,"h":-14,"g":-3,"f":5,"e":13,"d":12,"c":13,"b":-14,"a":7,"Z":-7,"Y":-13,"X":-11,"W":-12,"V":-15,"U":-4,"T":-18,"S":1,"R":-4,"Q":10,"P":-4,"O":10,"N":-4,"M":3,"L":-4,"K":-4,"J":-50,"I":-4,"H":-4,"G":10,"F":-4,"E":-4,"D":-4,"C":10,"B":-4,"A":-5,"9":8,"8":7,"7":-3,"6":13,"5":-18,"4":3,"3":-23,"2":1,"1":14,"0":13}},"|":{"d":"28,77r0,-360r30,0r0,360r-30,0","w":86},"}":{"d":"93,-224v0,40,-21,102,24,105r0,25v-44,4,-24,65,-24,105v0,42,-25,62,-71,59r0,-24v85,10,-4,-135,67,-153v-44,-9,-29,-71,-26,-117v2,-26,-14,-36,-41,-34r0,-25v45,-3,71,18,71,59","w":131},"~":{"d":"135,-132v16,0,25,-11,30,-22r16,12v-4,19,-19,35,-43,35v-27,0,-38,-22,-62,-22v-16,0,-26,11,-31,23r-16,-12v4,-19,20,-37,43,-36v27,0,37,21,63,22","w":209},"\u00a0":{"w":97},"\u00a1":{"d":"50,-186v11,0,20,10,20,21v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21xm32,77r4,-176r27,0r4,176r-35,0","w":99},"\u00a2":{"d":"55,-142v-4,56,44,85,90,61r10,21v-11,6,-25,11,-41,12r3,48r-25,0r3,-48v-46,-7,-70,-41,-71,-94v0,-54,25,-86,71,-93r-3,-48r25,0r-3,47v16,1,30,6,41,12r-10,21v-43,-24,-98,4,-90,61","w":172},"\u00a3":{"d":"102,-128v12,38,-6,82,-27,101r128,0r0,27r-179,0v29,-27,64,-72,49,-128r-40,0r0,-23r34,0v-37,-82,54,-145,135,-100r-10,24v-35,-20,-105,-13,-102,37v1,17,2,27,7,39r73,0r0,23r-68,0","w":231},"\u00a4":{"d":"185,-164v17,25,17,72,0,96r37,40r-20,17r-35,-38v-23,20,-65,20,-88,0r-35,38r-20,-17r37,-40v-17,-23,-17,-73,0,-96r-37,-40r20,-18r35,38v23,-20,65,-20,88,0r35,-38r20,18xm123,-58v34,0,48,-24,48,-58v0,-34,-15,-59,-48,-59v-33,0,-48,24,-48,59v1,34,14,57,48,58","w":245},"\u00a5":{"d":"172,-169r45,0r0,18r-54,0r-25,43r79,0r0,18r-79,0r0,90r-30,0r0,-90r-79,0r0,-18r79,0r-24,-43r-55,0r0,-18r46,0r-51,-92r34,0r65,123r65,-123r34,0","w":246},"\u00a6":{"d":"28,-139r0,-144r30,0r0,144r-30,0xm28,77r0,-144r30,0r0,144r-30,0","w":86},"\u00a7":{"d":"160,-229v-30,-24,-108,-4,-77,41v27,40,105,42,105,106v0,32,-21,49,-42,61v57,47,-3,124,-80,98v-9,-3,-19,-6,-26,-9r10,-24v32,24,116,7,82,-41v-29,-41,-109,-43,-109,-109v0,-33,22,-49,42,-62v-37,-34,-8,-97,51,-97v22,0,41,7,54,14xm126,-36v23,-8,47,-42,27,-68v-16,-21,-47,-34,-69,-50v-35,9,-43,64,-7,87","w":211},"\u00a8":{"d":"89,-257v11,-1,18,6,18,16v0,10,-8,17,-18,17v-10,0,-17,-7,-17,-17v0,-10,7,-16,17,-16xm22,-257v11,-1,18,6,18,16v0,10,-8,17,-18,17v-10,0,-17,-7,-17,-17v0,-10,7,-16,17,-16","w":111},"\u00a9":{"d":"157,-265v81,0,135,52,135,135v0,82,-53,134,-135,134v-82,0,-135,-52,-135,-134v0,-83,54,-135,135,-135xm157,-15v69,0,113,-45,113,-115v0,-70,-44,-115,-113,-115v-69,0,-113,45,-113,115v0,70,44,115,113,115xm116,-131v-6,47,40,71,74,50r9,16v-47,28,-106,-3,-106,-66v0,-62,53,-94,106,-67r-9,17v-34,-22,-81,3,-74,50","w":313},"\u00aa":{"d":"25,-254v37,-16,106,-18,106,38r0,90v-38,15,-118,16,-115,-34v2,-44,47,-46,91,-49v9,-46,-48,-40,-75,-28xm40,-161v-1,29,43,31,67,22r0,-54v-30,2,-65,2,-67,32","w":157},"\u00ab":{"d":"167,-23r-66,-87r66,-87r18,14r-55,73r55,73xm88,-23r-66,-87r66,-87r19,14r-56,73r56,73","w":211},"\u00ac":{"d":"152,-33r0,-72r-126,0r0,-24r152,0r0,96r-26,0"},"\u00ad":{"d":"25,-104r0,-26r98,0r0,26r-98,0","w":147},"\u00ae":{"d":"121,-265v62,0,101,40,101,100v0,61,-40,100,-101,100v-60,0,-100,-38,-100,-100v0,-61,39,-100,100,-100xm121,-81v50,0,83,-32,83,-84v0,-51,-31,-84,-83,-84v-52,0,-83,33,-83,84v0,51,33,84,83,84xm118,-224v46,-7,59,54,19,61v16,12,20,35,31,52r-19,0v-13,-18,-10,-52,-46,-47r0,47r-18,0r0,-107v9,-3,21,-4,33,-6xm103,-171v22,0,42,0,42,-21v0,-18,-26,-21,-42,-16r0,37","w":242},"\u00af":{"d":"11,-228r0,-20r89,0r0,20r-89,0","w":111},"\u00b0":{"d":"84,-264v37,0,63,24,63,62v0,37,-26,61,-63,61v-37,0,-63,-22,-63,-61v0,-39,26,-62,63,-62xm84,-162v23,-3,39,-16,39,-40v0,-25,-16,-38,-39,-41v-24,2,-40,16,-40,41v0,25,17,38,40,40","w":166},"\u00b1":{"d":"115,-120r0,62r-26,0r0,-62r-63,0r0,-23r63,0r0,-62r26,0r0,62r63,0r0,23r-63,0xm26,0r0,-23r152,0r0,23r-152,0"},"\u00b2":{"d":"14,-327v37,-16,103,-11,98,37v-5,45,-45,62,-67,92r70,0r0,18r-110,0r80,-92v13,-21,-1,-48,-28,-46v-12,1,-26,4,-36,8","w":132},"\u00b3":{"d":"80,-264v16,9,34,16,34,41v0,46,-65,56,-103,37r7,-17v23,12,76,14,75,-20v-1,-23,-26,-30,-53,-29r0,-16v24,-1,44,-9,46,-28v3,-28,-47,-25,-64,-14r-8,-17v32,-15,94,-14,94,30v0,17,-15,28,-28,33","w":132},"\u00b4":{"d":"59,-217r-23,0v16,-19,19,-61,54,-53v2,1,4,3,5,6","w":111},"\u00b5":{"d":"56,-32v21,14,66,15,86,0r0,-162r30,0r0,179v-25,21,-85,26,-116,7r0,85r-30,0r0,-271r30,0r0,162","w":198},"\u00b6":{"d":"22,-189v0,-82,102,-88,160,-62r0,328r-23,0r0,-312v-13,-6,-35,-7,-53,-7r0,319r-24,0r0,-194v-35,-6,-60,-31,-60,-72","w":211},"\u00b7":{"d":"45,-138v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-10,-21,-21v0,-11,9,-21,21,-21","w":90},"\u00b8":{"d":"39,21v28,-4,58,0,58,24v0,32,-51,30,-85,27r8,-14v20,2,50,3,53,-13v-2,-15,-25,-11,-41,-10","w":111},"\u00b9":{"d":"72,-180r0,-127v-10,6,-31,13,-45,15r-4,-17v22,-3,41,-12,54,-24r17,0r0,153r-22,0","w":132},"\u00ba":{"d":"84,-264v42,0,64,29,64,74v0,43,-21,73,-64,73v-44,0,-65,-29,-65,-73v0,-45,22,-74,65,-74xm84,-137v27,0,39,-24,39,-53v0,-29,-12,-54,-39,-54v-28,0,-40,25,-40,54v0,29,13,53,40,53","w":167},"\u00bb":{"d":"123,-23r-18,-14r55,-73r-55,-73r18,-14r66,87xm45,-23r-19,-14r55,-73r-55,-73r19,-14r66,87","w":211},"\u00bc":{"d":"265,-39r0,39r-20,0r0,-39r-72,0r0,-16r69,-98r23,0r0,98r18,0r0,16r-18,0xm88,5r-17,-10r138,-260r17,9xm57,-108r0,-127v-9,6,-31,13,-45,15r-4,-17v21,-4,42,-11,54,-24r17,0r0,153r-22,0xm247,-134r-54,79r53,0","w":301},"\u00bd":{"d":"184,-147v37,-17,102,-10,97,37v-5,45,-45,62,-67,92r71,0r0,18r-110,0r79,-92v13,-21,-1,-49,-28,-46v-12,1,-26,4,-36,8xm79,5r-17,-10r138,-260r17,9xm57,-108r0,-127v-9,6,-31,13,-45,15r-4,-17v21,-4,42,-11,54,-24r17,0r0,153r-22,0","w":301},"\u00be":{"d":"265,-39r0,39r-20,0r0,-39r-72,0r0,-16r69,-98r23,0r0,98r18,0r0,16r-18,0xm58,-264v52,-5,65,63,21,72v60,17,33,92,-24,87v-17,-1,-34,-3,-45,-9r8,-17v23,12,76,14,74,-20v0,-23,-26,-31,-53,-29r0,-16v24,-1,45,-9,47,-28v3,-27,-47,-25,-65,-14r-7,-17v12,-5,29,-7,44,-9xm98,5r-17,-10r138,-260r17,9xm247,-134r-54,79r53,0","w":301},"\u00bf":{"d":"49,15v-2,49,69,46,101,29r11,24v-57,32,-177,5,-138,-77v10,-21,33,-36,56,-44r2,-46r25,0r2,62v-26,10,-56,19,-59,52xm93,-186v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21","w":172},"\u00c0":{"d":"73,-330v4,-14,26,-10,32,0r27,46r-23,0xm197,0r-27,-76r-104,0r-26,76r-33,0r93,-261r36,0r93,261r-32,0xm163,-100r-45,-135v-11,48,-31,90,-45,135r90,0","w":236,"k":{"\u2026":-16,"\u201d":32,"\u201c":32,"\u2019":32,"\u2018":32,"\u2014":13,"\u2013":13,"\u0161":-3,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"}":-5,"y":10,"w":10,"v":10,"t":4,"s":-3,"j":-10,"f":1,"]":-5,"Y":20,"W":12,"V":15,"U":4,"T":20,"Q":4,"O":4,"J":-11,"G":4,"C":4,";":-13,":":-13,"\/":-14,".":-16,"-":13,",":-17,")":-5}},"\u00c1":{"d":"127,-284r-22,0v15,-19,19,-61,53,-53v2,1,4,4,5,7xm197,0r-27,-76r-104,0r-26,76r-33,0r93,-261r36,0r93,261r-32,0xm163,-100r-45,-135v-11,48,-31,90,-45,135r90,0","w":236,"k":{"\u2026":-16,"\u201d":32,"\u201c":32,"\u2019":32,"\u2018":32,"\u2014":13,"\u2013":13,"\u0161":-3,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"}":-5,"y":10,"w":10,"v":10,"t":4,"s":-3,"j":-10,"f":1,"]":-5,"Y":20,"W":12,"V":15,"U":4,"T":20,"Q":4,"O":4,"J":-11,"G":4,"C":4,";":-13,":":-13,"\/":-14,".":-16,"-":13,",":-17,")":-5}},"\u00c2":{"d":"154,-282r-36,-32r-36,32r-13,-11v19,-12,38,-60,62,-36r36,36xm197,0r-27,-76r-104,0r-26,76r-33,0r93,-261r36,0r93,261r-32,0xm163,-100r-45,-135v-11,48,-31,90,-45,135r90,0","w":236,"k":{"\u2026":-16,"\u201d":32,"\u201c":32,"\u2019":32,"\u2018":32,"\u2014":13,"\u2013":13,"\u0161":-3,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"}":-5,"y":10,"w":10,"v":10,"t":4,"s":-3,"j":-10,"f":1,"]":-5,"Y":20,"W":12,"V":15,"U":4,"T":20,"Q":4,"O":4,"J":-11,"G":4,"C":4,";":-13,":":-13,"\/":-14,".":-16,"-":13,",":-17,")":-5}},"\u00c3":{"d":"98,-327v20,2,47,35,54,-1r15,10v-1,31,-40,38,-57,15v-12,-9,-24,4,-25,16r-16,-9v2,-15,12,-33,29,-31xm197,0r-27,-76r-104,0r-26,76r-33,0r93,-261r36,0r93,261r-32,0xm163,-100r-45,-135v-11,48,-31,90,-45,135r90,0","w":236,"k":{"\u2026":-16,"\u201d":32,"\u201c":32,"\u2019":32,"\u2018":32,"\u2014":13,"\u2013":13,"\u0161":-3,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"}":-5,"y":10,"w":10,"v":10,"t":4,"s":-3,"j":-10,"f":1,"]":-5,"Y":20,"W":12,"V":15,"U":4,"T":20,"Q":4,"O":4,"J":-11,"G":4,"C":4,";":-13,":":-13,"\/":-14,".":-16,"-":13,",":-17,")":-5}},"\u00c4":{"d":"151,-324v10,0,17,7,17,17v0,9,-8,16,-17,16v-9,0,-17,-7,-17,-16v0,-10,7,-17,17,-17xm85,-324v10,0,18,7,18,17v0,22,-35,20,-35,0v0,-10,7,-17,17,-17xm197,0r-27,-76r-104,0r-26,76r-33,0r93,-261r36,0r93,261r-32,0xm163,-100r-45,-135v-11,48,-31,90,-45,135r90,0","w":236,"k":{"\u2026":-16,"\u201d":32,"\u201c":32,"\u2019":32,"\u2018":32,"\u2014":13,"\u2013":13,"\u0161":-3,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"}":-5,"y":10,"w":10,"v":10,"t":4,"s":-3,"j":-10,"f":1,"]":-5,"Y":20,"W":12,"V":15,"U":4,"T":20,"Q":4,"O":4,"J":-11,"G":4,"C":4,";":-13,":":-13,"\/":-14,".":-16,"-":13,",":-17,")":-5}},"\u00c5":{"d":"118,-345v19,0,34,14,34,32v0,20,-13,32,-34,32v-20,-1,-32,-11,-33,-32v-1,-18,16,-32,33,-32xm118,-295v10,1,19,-9,19,-18v0,-10,-9,-18,-19,-18v-9,0,-19,7,-18,18v-1,9,9,19,18,18xm197,0r-27,-76r-104,0r-26,76r-33,0r93,-261r36,0r93,261r-32,0xm163,-100r-45,-135v-11,48,-31,90,-45,135r90,0","w":236,"k":{"\u2026":-16,"\u201d":32,"\u201c":32,"\u2019":32,"\u2018":32,"\u2014":13,"\u2013":13,"\u0161":-3,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"}":-5,"y":10,"w":10,"v":10,"t":4,"s":-3,"j":-10,"f":1,"]":-5,"Y":20,"W":12,"V":15,"U":4,"T":20,"Q":4,"O":4,"J":-11,"G":4,"C":4,";":-13,":":-13,"\/":-14,".":-16,"-":13,",":-17,")":-5}},"\u00c6":{"d":"189,0r-16,-76r-104,0r-37,76r-33,0r128,-261r156,0r0,27r-115,0r20,87r91,0r0,26r-86,0r22,94r94,0r0,27r-120,0xm169,-100r-27,-135v-18,48,-42,90,-63,135r90,0","w":323,"k":{"\u00c7":10,"w":13,"v":13,"V":8,"T":9,"Q":10,"O":10,"G":10,"C":10}},"\u00c7":{"d":"125,-24v17,0,34,-4,43,-11r10,25v-12,8,-34,15,-56,14v-72,-4,-97,-58,-101,-134v-5,-99,69,-163,157,-121r-10,25v-9,-7,-26,-11,-43,-11v-54,3,-72,47,-72,106v0,59,18,104,72,107xm85,21v28,-4,58,0,58,24v0,32,-51,30,-85,27r8,-14v20,2,50,3,53,-13v-2,-15,-25,-11,-41,-10","w":194,"k":{"\u2026":-11,"\u201d":-3,"\u201c":-3,"\u2019":-3,"\u2018":-3,"\u2014":22,"\u2013":22,"\u0178":-4,"\u0153":8,"\u0152":11,"\u00ff":10,"\u00fd":10,"\u00fc":5,"\u00fb":5,"\u00fa":5,"\u00f9":5,"\u00f8":8,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"\u00dd":-4,"\u00d8":11,"\u00d6":11,"\u00d5":11,"\u00d4":11,"\u00d3":11,"\u00d2":11,"}":-14,"y":10,"u":5,"o":8,"e":8,"]":-14,"Y":-4,"O":11,";":-9,":":-9,"\/":-10,".":-11,"-":22,",":-9,")":-14}},"\u00c8":{"d":"53,-330v4,-14,26,-10,32,0r27,46r-23,0xm28,0r0,-261r135,0r0,27r-104,0r0,87r96,0r0,26r-96,0r0,94r104,0r0,27r-135,0","w":181,"k":{"\u2026":-9,"\u201d":-4,"\u201c":-4,"\u2019":-4,"\u2018":-4,"\u2014":1,"\u2013":1,"\u00e7":1,"\u00d8":1,"\u00d6":1,"\u00d5":1,"\u00d4":1,"\u00d3":1,"\u00d2":1,"\u00c7":1,"}":-8,"q":1,"o":1,"j":-8,"g":1,"d":1,"c":1,"]":-8,"Q":1,"O":1,"J":-9,"G":1,"C":1,";":-8,":":-8,"\/":-9,".":-9,"-":1,",":-9,")":-8}},"\u00c9":{"d":"100,-284r-22,0v16,-19,19,-60,54,-53v2,1,3,4,4,7xm28,0r0,-261r135,0r0,27r-104,0r0,87r96,0r0,26r-96,0r0,94r104,0r0,27r-135,0","w":181,"k":{"\u2026":-9,"\u201d":-4,"\u201c":-4,"\u2019":-4,"\u2018":-4,"\u2014":1,"\u2013":1,"\u00e7":1,"\u00d8":1,"\u00d6":1,"\u00d5":1,"\u00d4":1,"\u00d3":1,"\u00d2":1,"\u00c7":1,"}":-8,"q":1,"o":1,"j":-8,"g":1,"d":1,"c":1,"]":-8,"Q":1,"O":1,"J":-9,"G":1,"C":1,";":-8,":":-8,"\/":-9,".":-9,"-":1,",":-9,")":-8}},"\u00ca":{"d":"131,-282r-36,-32r-36,32r-13,-11v19,-12,38,-60,62,-36r36,36xm28,0r0,-261r135,0r0,27r-104,0r0,87r96,0r0,26r-96,0r0,94r104,0r0,27r-135,0","w":181,"k":{"\u2026":-9,"\u201d":-4,"\u201c":-4,"\u2019":-4,"\u2018":-4,"\u2014":1,"\u2013":1,"\u00e7":1,"\u00d8":1,"\u00d6":1,"\u00d5":1,"\u00d4":1,"\u00d3":1,"\u00d2":1,"\u00c7":1,"}":-8,"q":1,"o":1,"j":-8,"g":1,"d":1,"c":1,"]":-8,"Q":1,"O":1,"J":-9,"G":1,"C":1,";":-8,":":-8,"\/":-9,".":-9,"-":1,",":-9,")":-8}},"\u00cb":{"d":"129,-324v10,0,17,7,17,17v0,9,-8,16,-17,16v-10,0,-18,-6,-18,-16v0,-10,8,-17,18,-17xm63,-324v10,0,17,7,17,17v0,9,-8,16,-17,16v-10,0,-18,-6,-18,-16v0,-10,8,-17,18,-17xm28,0r0,-261r135,0r0,27r-104,0r0,87r96,0r0,26r-96,0r0,94r104,0r0,27r-135,0","w":181,"k":{"\u2026":-9,"\u201d":-4,"\u201c":-4,"\u2019":-4,"\u2018":-4,"\u2014":1,"\u2013":1,"\u00e7":1,"\u00d8":1,"\u00d6":1,"\u00d5":1,"\u00d4":1,"\u00d3":1,"\u00d2":1,"\u00c7":1,"}":-8,"q":1,"o":1,"j":-8,"g":1,"d":1,"c":1,"]":-8,"Q":1,"O":1,"J":-9,"G":1,"C":1,";":-8,":":-8,"\/":-9,".":-9,"-":1,",":-9,")":-8}},"\u00cc":{"d":"3,-330v4,-14,26,-10,32,0r27,46r-23,0xm30,0r0,-261r30,0r0,261r-30,0","w":89},"\u00cd":{"d":"50,-284r-22,0v15,-19,19,-61,53,-53v2,1,4,4,5,7xm29,0r0,-261r31,0r0,261r-31,0","w":89},"\u00ce":{"d":"80,-282r-35,-32r-36,32r-13,-11v16,-14,28,-35,49,-43v20,8,32,30,48,43xm29,0r0,-261r31,0r0,261r-31,0","w":89},"\u00cf":{"d":"78,-324v10,0,17,7,17,17v0,9,-8,16,-17,16v-9,0,-17,-7,-17,-16v0,-10,7,-17,17,-17xm12,-324v10,0,17,7,17,17v0,9,-8,16,-17,16v-9,0,-17,-7,-17,-16v0,-10,7,-17,17,-17xm29,0r0,-261r31,0r0,261r-31,0","w":89},"\u00d0":{"d":"100,-265v76,3,112,54,112,135v-1,80,-35,132,-112,134v-26,1,-53,-6,-68,-14r0,-112r-22,0r0,-23r22,0r0,-106v17,-8,42,-15,68,-14xm63,-28v72,21,118,-25,118,-102v0,-77,-45,-125,-118,-102r0,87r46,0r0,23r-46,0r0,94","w":232,"k":{"\u2026":13,"\u201d":2,"\u201c":2,"\u2019":2,"\u2018":2,"\u2014":-7,"\u2013":-7,"\u017d":6,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"}":10,"]":10,"Z":6,"Y":11,"W":4,"V":5,"T":11,"M":3,"A":4,";":-5,":":-5,"\/":13,".":13,"-":-7,",":17,")":10}},"\u00d1":{"d":"115,-324v11,12,41,25,42,-4r16,10v-1,31,-41,38,-58,15v-12,-9,-23,5,-25,16r-15,-9v1,-19,20,-39,40,-28xm190,0r-130,-210v-3,-3,-2,-9,-5,-10r1,220r-28,0r0,-261r31,0r133,216r0,-216r27,0r0,261r-29,0","w":247},"\u00d2":{"d":"78,-330v4,-14,26,-10,32,0r27,46r-23,0xm120,-265v73,0,100,60,100,135v0,74,-28,134,-100,134v-72,0,-99,-60,-99,-134v0,-74,27,-135,99,-135xm120,-24v53,0,69,-50,69,-106v0,-56,-16,-107,-69,-107v-53,0,-69,52,-69,107v0,54,16,106,69,106","w":240,"k":{"\u2026":13,"\u201d":2,"\u201c":2,"\u2019":2,"\u2018":2,"\u2014":-7,"\u2013":-7,"\u017e":2,"\u017d":6,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"}":10,"z":2,"x":3,"]":10,"Z":6,"Y":11,"X":9,"W":5,"V":6,"T":10,"M":4,"A":4,";":-5,":":-5,"\/":13,".":13,"-":-7,",":17,")":10}},"\u00d3":{"d":"125,-284r-22,0v15,-19,19,-61,53,-53v2,1,4,4,5,7xm120,-265v73,0,100,60,100,135v0,74,-28,134,-100,134v-72,0,-99,-60,-99,-134v0,-74,27,-135,99,-135xm120,-24v53,0,69,-50,69,-106v0,-56,-16,-107,-69,-107v-53,0,-69,52,-69,107v0,54,16,106,69,106","w":240,"k":{"\u2026":13,"\u201d":2,"\u201c":2,"\u2019":2,"\u2018":2,"\u2014":-7,"\u2013":-7,"\u017e":2,"\u017d":6,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"}":10,"z":2,"x":3,"]":10,"Z":6,"Y":11,"X":9,"W":5,"V":6,"T":10,"M":4,"A":4,";":-5,":":-5,"\/":13,".":13,"-":-7,",":17,")":10}},"\u00d4":{"d":"156,-282r-36,-32r-36,32r-13,-11v16,-14,28,-35,49,-43v20,8,32,30,48,43xm120,-265v73,0,100,60,100,135v0,74,-28,134,-100,134v-72,0,-99,-60,-99,-134v0,-74,27,-135,99,-135xm120,-24v53,0,69,-50,69,-106v0,-56,-16,-107,-69,-107v-53,0,-69,52,-69,107v0,54,16,106,69,106","w":240,"k":{"\u2026":13,"\u201d":2,"\u201c":2,"\u2019":2,"\u2018":2,"\u2014":-7,"\u2013":-7,"\u017e":2,"\u017d":6,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"}":10,"z":2,"x":3,"]":10,"Z":6,"Y":11,"X":9,"W":5,"V":6,"T":10,"M":4,"A":4,";":-5,":":-5,"\/":13,".":13,"-":-7,",":17,")":10}},"\u00d5":{"d":"98,-327v20,2,47,35,54,-1r15,10v-1,31,-40,38,-57,15v-12,-9,-24,4,-25,16r-16,-9v2,-15,12,-33,29,-31xm120,-265v73,0,100,60,100,135v0,74,-28,134,-100,134v-72,0,-99,-60,-99,-134v0,-74,27,-135,99,-135xm120,-24v53,0,69,-50,69,-106v0,-56,-16,-107,-69,-107v-53,0,-69,52,-69,107v0,54,16,106,69,106","w":240,"k":{"\u2026":13,"\u201d":2,"\u201c":2,"\u2019":2,"\u2018":2,"\u2014":-7,"\u2013":-7,"\u017e":2,"\u017d":6,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"}":10,"z":2,"x":3,"]":10,"Z":6,"Y":11,"X":9,"W":5,"V":6,"T":10,"M":4,"A":4,";":-5,":":-5,"\/":13,".":13,"-":-7,",":17,")":10}},"\u00d6":{"d":"153,-324v10,0,17,7,17,17v0,9,-8,16,-17,16v-9,0,-17,-7,-17,-16v0,-10,7,-17,17,-17xm69,-307v0,-21,36,-23,35,0v0,21,-34,20,-35,0xm120,-265v73,0,100,60,100,135v0,74,-28,134,-100,134v-72,0,-99,-60,-99,-134v0,-74,27,-135,99,-135xm120,-24v53,0,69,-50,69,-106v0,-56,-16,-107,-69,-107v-53,0,-69,52,-69,107v0,54,16,106,69,106","w":240,"k":{"\u2026":13,"\u201d":2,"\u201c":2,"\u2019":2,"\u2018":2,"\u2014":-7,"\u2013":-7,"\u017e":2,"\u017d":6,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"}":10,"z":2,"x":3,"]":10,"Z":6,"Y":11,"X":9,"W":5,"V":6,"T":10,"M":4,"A":4,";":-5,":":-5,"\/":13,".":13,"-":-7,",":17,")":10}},"\u00d7":{"d":"164,-37r-62,-62r-62,62r-18,-18r62,-62r-62,-62r18,-18r62,62r62,-62r18,18r-62,62r62,62"},"\u00d8":{"d":"194,-226v47,72,33,234,-74,230v-26,0,-45,-10,-60,-23r-23,37r-16,-10r27,-41v-49,-69,-35,-235,72,-232v27,1,46,10,61,25r23,-36r16,11xm120,-239v-78,1,-83,120,-56,180r102,-158v-11,-12,-25,-22,-46,-22xm120,-22v77,0,84,-117,57,-178r-102,158v12,13,27,20,45,20","w":240,"k":{"\u2026":13,"\u201d":2,"\u201c":2,"\u2019":2,"\u2018":2,"\u2014":-7,"\u2013":-7,"\u017e":2,"\u017d":6,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"}":10,"z":2,"x":3,"]":10,"Z":6,"Y":11,"X":9,"W":5,"V":6,"T":10,"M":4,"A":4,";":-5,":":-5,"\/":13,".":13,"-":-7,",":17,")":10}},"\u00d9":{"d":"73,-330v3,-14,26,-10,31,0r27,46r-22,0xm113,-23v32,0,53,-18,53,-52r0,-186r32,0r0,186v-2,50,-35,79,-85,79v-50,0,-85,-29,-85,-79r0,-186r32,0r0,186v0,34,21,52,53,52","w":226,"k":{"\u2026":9,"\u017d":2,"}":-4,"]":-4,"Z":2,"M":2,"\/":9,".":9,",":13,")":-4}},"\u00da":{"d":"118,-284r-23,0v16,-19,19,-60,54,-53v2,1,4,4,5,7xm113,-23v32,0,53,-18,53,-52r0,-186r32,0r0,186v-2,50,-35,79,-85,79v-50,0,-85,-29,-85,-79r0,-186r32,0r0,186v0,34,21,52,53,52","w":226,"k":{"\u2026":9,"\u017d":2,"}":-4,"]":-4,"Z":2,"M":2,"\/":9,".":9,",":13,")":-4}},"\u00db":{"d":"149,-282r-36,-32r-36,32r-13,-11v19,-12,38,-60,62,-36r36,36xm113,-23v32,0,53,-18,53,-52r0,-186r32,0r0,186v-2,50,-35,79,-85,79v-50,0,-85,-29,-85,-79r0,-186r32,0r0,186v0,34,21,52,53,52","w":226,"k":{"\u2026":9,"\u017d":2,"}":-4,"]":-4,"Z":2,"M":2,"\/":9,".":9,",":13,")":-4}},"\u00dc":{"d":"146,-324v10,0,17,7,17,17v0,9,-8,16,-17,16v-9,0,-17,-7,-17,-16v0,-10,7,-17,17,-17xm80,-324v10,0,18,7,18,17v0,22,-35,20,-35,0v0,-10,7,-17,17,-17xm113,-23v32,0,53,-18,53,-52r0,-186r32,0r0,186v-2,50,-35,79,-85,79v-50,0,-85,-29,-85,-79r0,-186r32,0r0,186v0,34,21,52,53,52","w":226,"k":{"\u2026":9,"\u017d":2,"}":-4,"]":-4,"Z":2,"M":2,"\/":9,".":9,",":13,")":-4}},"\u00dd":{"d":"113,-284r-22,0v15,-19,19,-61,53,-53v2,1,4,4,5,7xm122,-104r0,104r-31,0r0,-104r-83,-157r34,0r65,125r64,-125r34,0","w":213,"k":{"\u2026":47,"\u2014":30,"\u2013":30,"\u017e":7,"\u0161":17,"\u0160":3,"\u0142":-4,"\u00fe":-4,"\u00e7":25,"\u00c7":11,"}":-13,"z":7,"v":8,"t":2,"s":17,"r":14,"p":14,"n":14,"m":14,"l":-4,"k":-4,"h":-4,"g":25,"d":25,"c":25,"b":-4,"]":-13,"T":-4,"S":3,"Q":11,"M":11,"G":13,"C":11,";":21,":":21,"\/":33,".":47,"-":30,",":47,")":-13}},"\u00de":{"d":"59,-207v61,-19,134,7,131,73v-3,65,-61,85,-131,77r0,57r-31,0r0,-261r31,0r0,54xm59,-82v50,9,100,-5,100,-52v0,-51,-55,-62,-100,-49r0,101","w":208,"k":{"\u2026":31,"\u201d":5,"\u201c":5,"\u2019":5,"\u2018":5,"\u2014":-7,"\u2013":-7,"\u017d":15,"\u00e6":8,"\u00e5":8,"\u00e4":8,"\u00e3":8,"\u00e2":8,"\u00e1":8,"\u00e0":8,"\u00c6":12,"\u00c5":9,"\u00c4":9,"\u00c3":9,"\u00c2":9,"\u00c1":9,"\u00c0":9,"}":21,"a":8,"]":21,"Z":15,"Y":18,"X":22,"W":9,"V":9,"T":18,"M":4,"A":9,"\/":26,".":31,"-":-7,",":37,")":21}},"\u00df":{"d":"134,-150v10,47,75,37,75,95v0,57,-76,71,-121,46r7,-23v26,15,88,16,84,-24v-5,-51,-75,-39,-75,-95v0,-28,20,-45,48,-50v6,-37,-11,-61,-45,-61v-37,0,-51,27,-50,66r0,196r-31,0r0,-196v1,-55,27,-89,81,-90v59,-1,86,45,71,104v-26,2,-43,9,-44,32","w":226,"k":{"\u201d":12,"\u201c":12,"\u2019":12,"\u2018":12,"\u2014":11,"\u2013":11,"}":9,"w":4,"v":4,"t":3,"s":2,"f":3,"]":9,";":-1,":":-1,"-":11,",":4,")":9}},"\u00e0":{"d":"59,-264v5,-13,27,-9,32,0r26,47r-22,0xm28,-184v46,-23,136,-24,136,49r0,125v-47,24,-150,22,-147,-45v3,-60,61,-63,118,-67v13,-63,-61,-59,-99,-41xm45,-56v-2,40,58,43,90,31r0,-77v-41,4,-88,3,-90,46","w":190,"k":{"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u017e":1,"}":7,"z":1,"y":4,"x":3,"w":4,"v":4,"t":3,"j":-4,"f":3,"]":7,"\/":2,",":2,")":7}},"\u00e1":{"d":"102,-217r-22,0v15,-19,18,-61,53,-53v2,1,4,3,5,6xm28,-184v46,-23,136,-24,136,49r0,125v-47,24,-150,22,-147,-45v3,-60,61,-63,118,-67v13,-63,-61,-59,-99,-41xm45,-56v-2,40,58,43,90,31r0,-77v-41,4,-88,3,-90,46","w":190,"k":{"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u017e":1,"}":7,"z":1,"y":4,"x":3,"w":4,"v":4,"t":3,"j":-4,"f":3,"]":7,"\/":2,",":2,")":7}},"\u00e2":{"d":"130,-215r-36,-32r-36,32r-13,-11v19,-13,33,-55,62,-37r36,37xm28,-184v46,-23,136,-24,136,49r0,125v-47,24,-150,22,-147,-45v3,-60,61,-63,118,-67v13,-63,-61,-59,-99,-41xm45,-56v-2,40,58,43,90,31r0,-77v-41,4,-88,3,-90,46","w":190,"k":{"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u017e":1,"}":7,"z":1,"y":4,"x":3,"w":4,"v":4,"t":3,"j":-4,"f":3,"]":7,"\/":2,",":2,")":7}},"\u00e3":{"d":"75,-260v20,2,47,36,54,-1r16,9v0,32,-41,39,-58,16v-13,-9,-24,4,-25,16r-16,-10v2,-15,12,-31,29,-30xm28,-184v46,-23,136,-24,136,49r0,125v-47,24,-150,22,-147,-45v3,-60,61,-63,118,-67v13,-63,-61,-59,-99,-41xm45,-56v-2,40,58,43,90,31r0,-77v-41,4,-88,3,-90,46","w":190,"k":{"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u017e":1,"}":7,"z":1,"y":4,"x":3,"w":4,"v":4,"t":3,"j":-4,"f":3,"]":7,"\/":2,",":2,")":7}},"\u00e4":{"d":"130,-257v11,-1,18,6,18,16v0,10,-8,17,-18,17v-10,0,-17,-7,-17,-17v0,-10,7,-16,17,-16xm64,-257v11,-1,18,6,18,16v0,10,-8,17,-18,17v-10,0,-17,-7,-17,-17v0,-10,7,-16,17,-16xm28,-184v46,-23,136,-24,136,49r0,125v-47,24,-150,22,-147,-45v3,-60,61,-63,118,-67v13,-63,-61,-59,-99,-41xm45,-56v-2,40,58,43,90,31r0,-77v-41,4,-88,3,-90,46","w":190,"k":{"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u017e":1,"}":7,"z":1,"y":4,"x":3,"w":4,"v":4,"t":3,"j":-4,"f":3,"]":7,"\/":2,",":2,")":7}},"\u00e5":{"d":"96,-279v19,0,34,14,34,32v0,20,-13,32,-34,32v-21,0,-32,-13,-34,-32v-1,-18,17,-32,34,-32xm96,-229v9,1,19,-9,18,-18v1,-11,-9,-18,-18,-18v-10,0,-19,8,-19,18v0,9,9,19,19,18xm28,-184v46,-23,136,-24,136,49r0,125v-47,24,-150,22,-147,-45v3,-60,61,-63,118,-67v13,-63,-61,-59,-99,-41xm45,-56v-2,40,58,43,90,31r0,-77v-41,4,-88,3,-90,46","w":190,"k":{"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u017e":1,"}":7,"z":1,"y":4,"x":3,"w":4,"v":4,"t":3,"j":-4,"f":3,"]":7,"\/":2,",":2,")":7}},"\u00e6":{"d":"218,-198v53,-1,82,40,76,96r-132,19v-2,61,71,74,118,51r9,22v-39,23,-123,17,-136,-25v-15,58,-140,50,-136,-20v3,-60,61,-63,118,-67v13,-63,-61,-59,-99,-41r-8,-21v33,-18,121,-24,125,23v11,-23,33,-36,65,-37xm93,-19v42,0,45,-39,42,-83v-41,4,-90,3,-90,46v0,25,19,37,48,37xm266,-119v6,-55,-62,-74,-90,-37v-10,13,-16,30,-16,52","w":313,"k":{"\u2026":4,"\u201d":7,"\u201c":7,"\u2019":7,"\u2018":7,"\u2014":-5,"\u2013":-5,"\u017e":2,"}":13,"z":2,"y":3,"x":3,"w":3,"v":3,"t":3,"j":-4,"f":3,"]":13,"\/":-3,".":4,"-":-5,",":4,")":13}},"\u00e7":{"d":"50,-98v-6,58,45,94,90,66r10,23v-62,35,-131,-8,-131,-88v0,-79,64,-123,131,-88r-10,22v-45,-27,-96,7,-90,65xm68,21v28,-4,58,0,58,24v0,32,-51,30,-85,27r8,-14v20,2,50,3,53,-13v-2,-15,-25,-11,-41,-10","w":165,"k":{"\u2026":-8,"\u201d":-12,"\u201c":-12,"\u2019":-12,"\u2018":-12,"\u2014":10,"\u2013":10,"\u0153":6,"\u00ff":-3,"\u00fd":-3,"\u00f8":6,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u00f0":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"}":2,"y":-3,"v":-3,"q":6,"o":6,"j":-7,"g":6,"e":6,"d":6,"]":2,";":-6,":":-6,"\/":-9,".":-8,"-":10,",":-8,")":2}},"\u00e8":{"d":"63,-264v4,-13,26,-8,31,0r27,47r-22,0xm104,-198v53,0,81,38,77,96r-133,19v-3,61,71,74,118,51r10,22v-15,8,-40,15,-64,14v-59,0,-93,-40,-93,-101v0,-59,26,-101,85,-101xm152,-119v7,-56,-62,-73,-90,-37v-10,13,-16,30,-16,52","w":200,"k":{"\u2026":4,"\u201d":7,"\u201c":7,"\u2019":7,"\u2018":7,"\u2014":-5,"\u2013":-5,"\u017e":2,"\u00e5":3,"\u00e4":3,"\u00e3":3,"\u00e2":3,"\u00e1":3,"\u00e0":3,"}":13,"z":2,"y":3,"x":3,"w":3,"v":3,"t":3,"j":-4,"f":3,"a":3,"]":13,"\/":-3,".":4,"-":-5,",":4,")":13}},"\u00e9":{"d":"109,-217r-23,0v16,-19,19,-61,54,-53v2,1,4,3,5,6xm104,-198v53,0,81,38,77,96r-133,19v-3,61,71,74,118,51r10,22v-15,8,-40,15,-64,14v-59,0,-93,-40,-93,-101v0,-59,26,-101,85,-101xm152,-119v7,-56,-62,-73,-90,-37v-10,13,-16,30,-16,52","w":200,"k":{"\u2026":4,"\u201d":7,"\u201c":7,"\u2019":7,"\u2018":7,"\u2014":-5,"\u2013":-5,"\u017e":2,"\u00e5":3,"\u00e4":3,"\u00e3":3,"\u00e2":3,"\u00e1":3,"\u00e0":3,"}":13,"z":2,"y":3,"x":3,"w":3,"v":3,"t":3,"j":-4,"f":3,"a":3,"]":13,"\/":-3,".":4,"-":-5,",":4,")":13}},"\u00ea":{"d":"138,-215r-36,-32r-36,32r-13,-11v19,-13,33,-55,62,-37r36,37xm104,-198v53,0,81,38,77,96r-133,19v-3,61,71,74,118,51r10,22v-15,8,-40,15,-64,14v-59,0,-93,-40,-93,-101v0,-59,26,-101,85,-101xm152,-119v7,-56,-62,-73,-90,-37v-10,13,-16,30,-16,52","w":200,"k":{"\u2026":4,"\u201d":7,"\u201c":7,"\u2019":7,"\u2018":7,"\u2014":-5,"\u2013":-5,"\u017e":2,"\u00e5":3,"\u00e4":3,"\u00e3":3,"\u00e2":3,"\u00e1":3,"\u00e0":3,"}":13,"z":2,"y":3,"x":3,"w":3,"v":3,"t":3,"j":-4,"f":3,"a":3,"]":13,"\/":-3,".":4,"-":-5,",":4,")":13}},"\u00eb":{"d":"135,-257v10,0,17,6,17,16v0,10,-7,17,-17,17v-10,0,-18,-7,-18,-17v0,-10,7,-17,18,-16xm68,-257v11,-1,18,6,18,16v0,10,-8,17,-18,17v-10,0,-17,-7,-17,-17v0,-10,7,-16,17,-16xm104,-198v53,0,81,38,77,96r-133,19v-3,61,71,74,118,51r10,22v-15,8,-40,15,-64,14v-59,0,-93,-40,-93,-101v0,-59,26,-101,85,-101xm152,-119v7,-56,-62,-73,-90,-37v-10,13,-16,30,-16,52","w":200,"k":{"\u2026":4,"\u201d":7,"\u201c":7,"\u2019":7,"\u2018":7,"\u2014":-5,"\u2013":-5,"\u017e":2,"\u00e5":3,"\u00e4":3,"\u00e3":3,"\u00e2":3,"\u00e1":3,"\u00e0":3,"}":13,"z":2,"y":3,"x":3,"w":3,"v":3,"t":3,"j":-4,"f":3,"a":3,"]":13,"\/":-3,".":4,"-":-5,",":4,")":13}},"\u00ec":{"d":"3,-264v5,-12,27,-9,32,0r27,47r-23,0xm28,0r0,-194r30,0r0,194r-30,0","w":85},"\u00ed":{"d":"47,-217r-22,0v15,-19,18,-61,53,-53v2,1,4,3,5,6xm28,0r0,-194r30,0r0,194r-30,0","w":85},"\u00ee":{"d":"79,-215r-35,-32r-36,32r-13,-11v18,-12,33,-54,61,-37r36,37xm28,0r0,-194r30,0r0,194r-30,0","w":85},"\u00ef":{"d":"76,-257v10,0,17,6,17,16v0,10,-7,17,-17,17v-10,0,-17,-7,-17,-17v0,-10,7,-16,17,-16xm10,-257v10,0,17,6,17,16v0,10,-7,17,-17,17v-10,0,-17,-7,-17,-17v0,-10,7,-16,17,-16xm28,0r0,-194r30,0r0,194r-30,0","w":85},"\u00f0":{"d":"135,-242v51,57,87,246,-33,246v-57,0,-82,-42,-83,-101v-1,-67,44,-112,113,-95v-6,-14,-16,-29,-24,-41r-35,12r-11,-16r35,-11v-8,-11,-15,-19,-24,-28r27,-9v9,9,16,17,23,28r33,-11r11,16xm102,-21v65,0,56,-98,39,-146v-52,-18,-95,13,-92,69v2,42,12,77,53,77","k":{"\u2026":8,"\u2014":-5,"\u2013":-5,"\u017e":3,"}":6,"z":3,"]":6,";":-1,":":-1,"\/":8,".":8,"-":-5,",":12,")":6}},"\u00f1":{"d":"78,-260v20,2,47,36,54,-1r16,9v0,32,-41,39,-58,16v-13,-9,-25,3,-25,16r-16,-10v2,-15,12,-31,29,-30xm26,-184v50,-23,149,-24,149,50r0,134r-30,0v-8,-66,28,-175,-47,-174v-15,0,-30,2,-41,7r0,167r-31,0r0,-184","w":201,"k":{"y":3,"v":3,"t":3,"f":3}},"\u00f2":{"d":"59,-264v5,-13,27,-9,32,0r26,47r-22,0xm102,-198v56,0,82,42,82,101v0,59,-26,101,-82,101v-57,0,-83,-42,-83,-101v0,-59,26,-101,83,-101xm102,-21v40,0,52,-35,52,-77v0,-41,-13,-76,-52,-76v-40,0,-53,34,-53,76v0,42,12,77,53,77","k":{"\u2026":8,"\u201d":8,"\u201c":8,"\u2019":8,"\u2018":8,"\u2014":-5,"\u2013":-5,"\u017e":4,"}":13,"z":4,"y":5,"x":6,"w":5,"v":5,"t":3,"f":3,"]":13,";":-1,":":-1,"\/":8,".":8,"-":-5,",":12,")":13}},"\u00f3":{"d":"106,-217r-22,0v16,-19,19,-61,54,-53v2,1,3,3,4,6xm102,-198v56,0,82,42,82,101v0,59,-26,101,-82,101v-57,0,-83,-42,-83,-101v0,-59,26,-101,83,-101xm102,-21v40,0,52,-35,52,-77v0,-41,-13,-76,-52,-76v-40,0,-53,34,-53,76v0,42,12,77,53,77","k":{"\u2026":8,"\u201d":8,"\u201c":8,"\u2019":8,"\u2018":8,"\u2014":-5,"\u2013":-5,"\u017e":4,"}":13,"z":4,"y":5,"x":6,"w":5,"v":5,"t":3,"f":3,"]":13,";":-1,":":-1,"\/":8,".":8,"-":-5,",":12,")":13}},"\u00f4":{"d":"138,-215r-36,-32r-36,32r-13,-11v18,-12,33,-54,61,-37r36,37xm102,-198v56,0,82,42,82,101v0,59,-26,101,-82,101v-57,0,-83,-42,-83,-101v0,-59,26,-101,83,-101xm102,-21v40,0,52,-35,52,-77v0,-41,-13,-76,-52,-76v-40,0,-53,34,-53,76v0,42,12,77,53,77","k":{"\u2026":8,"\u201d":8,"\u201c":8,"\u2019":8,"\u2018":8,"\u2014":-5,"\u2013":-5,"\u017e":4,"}":13,"z":4,"y":5,"x":6,"w":5,"v":5,"t":3,"f":3,"]":13,";":-1,":":-1,"\/":8,".":8,"-":-5,",":12,")":13}},"\u00f5":{"d":"79,-260v20,2,47,36,54,-1r16,9v0,32,-41,39,-58,16v-13,-9,-25,3,-25,16r-16,-10v2,-15,12,-31,29,-30xm102,-198v56,0,82,42,82,101v0,59,-26,101,-82,101v-57,0,-83,-42,-83,-101v0,-59,26,-101,83,-101xm102,-21v40,0,52,-35,52,-77v0,-41,-13,-76,-52,-76v-40,0,-53,34,-53,76v0,42,12,77,53,77","k":{"\u2026":8,"\u201d":8,"\u201c":8,"\u2019":8,"\u2018":8,"\u2014":-5,"\u2013":-5,"\u017e":4,"}":13,"z":4,"y":5,"x":6,"w":5,"v":5,"t":3,"f":3,"]":13,";":-1,":":-1,"\/":8,".":8,"-":-5,",":12,")":13}},"\u00f6":{"d":"135,-257v10,0,17,6,17,16v0,10,-7,17,-17,17v-10,0,-18,-7,-18,-17v0,-10,7,-17,18,-16xm68,-257v11,-1,18,6,18,16v0,10,-8,17,-18,17v-10,0,-17,-7,-17,-17v0,-10,7,-16,17,-16xm102,-198v56,0,82,42,82,101v0,59,-26,101,-82,101v-57,0,-83,-42,-83,-101v0,-59,26,-101,83,-101xm102,-21v40,0,52,-35,52,-77v0,-41,-13,-76,-52,-76v-40,0,-53,34,-53,76v0,42,12,77,53,77","k":{"\u2026":8,"\u201d":8,"\u201c":8,"\u2019":8,"\u2018":8,"\u2014":-5,"\u2013":-5,"\u017e":4,"}":13,"z":4,"y":5,"x":6,"w":5,"v":5,"t":3,"f":3,"]":13,";":-1,":":-1,"\/":8,".":8,"-":-5,",":12,")":13}},"\u00f7":{"d":"102,-194v11,0,18,7,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-11,7,-18,18,-18xm26,-106r0,-22r152,0r0,22r-152,0xm102,-76v10,0,18,8,18,18v0,11,-7,18,-18,18v-11,0,-18,-7,-18,-18v0,-10,8,-18,18,-18"},"\u00f8":{"d":"184,-97v6,78,-71,127,-130,85r-21,31r-14,-10r23,-33v-43,-53,-26,-174,60,-174v21,0,36,7,47,16r21,-30r13,10r-21,32v13,18,20,42,22,73xm102,-176v-59,-1,-66,84,-45,130r79,-116v-9,-9,-20,-14,-34,-14xm102,-19v58,0,65,-84,44,-129r-78,116v7,8,19,13,34,13","k":{"\u2026":8,"\u201d":8,"\u201c":8,"\u2019":8,"\u2018":8,"\u2014":-5,"\u2013":-5,"\u017e":4,"}":13,"z":4,"y":5,"x":6,"w":5,"v":5,"t":3,"f":3,"]":13,";":-1,":":-1,"\/":8,".":8,"-":-5,",":12,")":13}},"\u00f9":{"d":"58,-264v4,-13,26,-8,31,0r27,47r-22,0xm57,-64v-6,45,52,50,85,36r0,-166r30,0r0,184v-50,24,-146,24,-146,-54r0,-130r31,0r0,130","w":198,"k":{"}":6,"]":6,",":2,")":6}},"\u00fa":{"d":"105,-217r-23,0v16,-19,19,-61,54,-53v2,1,4,3,5,6xm57,-64v-6,45,52,50,85,36r0,-166r30,0r0,184v-50,24,-146,24,-146,-54r0,-130r31,0r0,130","w":198,"k":{"}":6,"]":6,",":2,")":6}},"\u00fb":{"d":"135,-215r-36,-32r-36,32r-13,-11v19,-13,33,-55,62,-37r36,37xm57,-64v-6,45,52,50,85,36r0,-166r30,0r0,184v-50,24,-146,24,-146,-54r0,-130r31,0r0,130","w":198,"k":{"}":6,"]":6,",":2,")":6}},"\u00fc":{"d":"132,-257v11,-1,18,6,18,16v0,10,-8,17,-18,17v-10,0,-17,-7,-17,-17v0,-10,7,-16,17,-16xm66,-257v10,0,17,7,18,16v0,21,-36,23,-35,0v0,-10,7,-16,17,-16xm57,-64v-6,45,52,50,85,36r0,-166r30,0r0,184v-50,24,-146,24,-146,-54r0,-130r31,0r0,130","w":198,"k":{"}":6,"]":6,",":2,")":6}},"\u00fd":{"d":"107,-217r-22,0v16,-19,19,-61,54,-53v2,1,3,3,4,6xm86,77r-32,0r30,-77r-73,-194r33,0r55,169v15,-60,37,-112,55,-169r33,0","w":198,"k":{"\u2026":36,"\u201d":-12,"\u201c":-12,"\u2019":-12,"\u2018":-12,"\u2014":5,"\u2013":5,"\u0161":2,"}":6,"s":2,"q":5,"g":5,"d":5,"]":6,";":-2,":":-2,"\/":15,".":36,"-":5,",":31,")":6}},"\u00fe":{"d":"57,-188v64,-27,124,14,124,88v0,76,-51,119,-124,98r0,79r-31,0r0,-360r31,0r0,95xm57,-27v51,21,94,-13,94,-72v0,-58,-45,-90,-94,-66r0,138","w":199,"k":{"\u2026":11,"\u201d":9,"\u201c":9,"\u2019":7,"\u2018":9,"\u2014":-5,"\u2013":-5,"\u017e":4,"\u00ff":4,"\u00fd":4,"}":13,"z":4,"y":4,"w":4,"v":4,"t":2,"j":-3,"f":2,"]":13,";":-1,":":-1,"\/":8,".":8,"-":-5,",":12,")":13}},"\u00ff":{"d":"132,-257v10,0,17,6,17,16v0,10,-7,17,-17,17v-10,0,-17,-7,-17,-17v0,-10,7,-16,17,-16xm66,-257v10,0,17,7,18,16v0,21,-36,23,-35,0v0,-10,7,-16,17,-16xm86,77r-32,0r30,-77r-73,-194r33,0r55,169v15,-60,37,-112,55,-169r33,0","w":198,"k":{"\u2026":36,"\u201d":-12,"\u201c":-12,"\u2019":-12,"\u2018":-12,"\u2014":5,"\u2013":5,"\u0161":2,"}":6,"s":2,"q":5,"g":5,"d":5,"]":6,";":-2,":":-2,"\/":15,".":36,"-":5,",":31,")":6}},"\u0131":{"d":"28,0r0,-194r30,0r0,194r-30,0","w":85},"\u0141":{"d":"35,0r0,-130r-26,15r0,-24r26,-15r0,-107r32,0r0,90r46,-27r0,24r-46,27r0,120r98,0r0,27r-130,0","w":177,"k":{"\u2026":-14,"\u201d":32,"\u201c":32,"\u2019":32,"\u2018":32,"\u2014":25,"\u2013":25,"\u0178":26,"\u0153":4,"\u0152":9,"\u00ff":15,"\u00fd":15,"\u00f8":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00e5":-1,"\u00e4":-1,"\u00e3":-1,"\u00e2":-1,"\u00e1":-1,"\u00e0":-1,"\u00dd":26,"\u00dc":4,"\u00db":4,"\u00da":4,"\u00d9":4,"\u00d8":9,"\u00d6":9,"\u00d5":9,"\u00d4":9,"\u00d3":9,"\u00d2":9,"\u00c7":9,"}":2,"y":15,"w":13,"o":4,"j":-13,"e":4,"a":-1,"]":2,"Y":26,"W":18,"V":21,"U":4,"T":23,"O":9,"J":-18,"G":9,"C":9,";":-12,":":-12,"\/":-13,".":-14,"-":25,",":-14,")":2}},"\u0142":{"d":"60,-159r0,159r-29,0r0,-143r-27,15r0,-23r27,-15r0,-117r29,0r0,100r27,-15r0,23","w":91,"k":{"\u0142":-4,"\u00fe":-4,"}":-14,"l":-4,"k":-4,"j":-5,"h":-4,"b":-4,"]":-14,")":-14}},"\u0152":{"d":"21,-130v0,-96,55,-131,155,-131r129,0r0,27r-104,0r0,87r96,0r0,26r-96,0r0,94r104,0r0,27r-129,0v-96,19,-155,-34,-155,-130xm51,-130v0,77,42,120,119,104r0,-209v-77,-15,-119,28,-119,105","w":322,"k":{"\u00c7":1,"Q":1,"G":1,"C":1}},"\u0153":{"d":"309,-10v-44,25,-130,17,-141,-34v-10,26,-30,49,-66,48v-57,-2,-83,-42,-83,-101v0,-59,26,-101,83,-101v36,0,55,21,66,47v10,-28,32,-47,69,-47v53,0,81,37,77,96r-132,19v-2,61,71,74,118,51xm102,-21v40,0,52,-35,52,-77v0,-41,-13,-76,-52,-76v-40,0,-53,34,-53,76v0,42,12,77,53,77xm285,-119v6,-55,-62,-73,-90,-37v-10,13,-15,30,-15,52","w":333,"k":{"\u2026":4,"\u201d":7,"\u201c":7,"\u2019":7,"\u2018":7,"\u2014":-5,"\u2013":-5,"\u017e":2,"\u00e5":3,"\u00e4":3,"\u00e3":3,"\u00e2":3,"\u00e1":3,"\u00e0":3,"}":13,"z":2,"y":3,"x":3,"w":3,"v":3,"t":3,"j":-4,"f":3,"a":3,"]":13,"\/":-3,".":4,"-":-5,",":4,")":13}},"\u0160":{"d":"141,-325v-19,12,-34,53,-61,36r-36,-36r13,-11r36,31r35,-31xm51,-195v9,67,116,43,116,124v0,75,-92,90,-150,61r11,-27v38,26,134,10,103,-50v-24,-46,-108,-36,-111,-107v-3,-69,84,-87,137,-57r-10,26v-28,-21,-103,-18,-96,30","w":186,"k":{"\u2026":2,"\u201d":9,"\u201c":9,"\u2019":9,"\u2018":9,"\u2014":3,"\u2013":3,"\u017e":1,"\u0178":4,"\u00e6":-3,"\u00e5":-3,"\u00e4":-3,"\u00e3":-3,"\u00e2":-3,"\u00e1":-3,"\u00e0":-3,"\u00dd":4,"\u00c6":-4,"\u00c5":-2,"\u00c4":-2,"\u00c3":-2,"\u00c2":-2,"\u00c1":-2,"\u00c0":-2,"}":-1,"z":1,"y":10,"v":9,"t":5,"j":-4,"f":5,"a":-3,"]":-1,"Y":4,"W":3,"V":3,"T":5,"J":-4,"A":-2,"\/":3,".":2,"-":3,",":4,")":-1}},"\u0161":{"d":"131,-258v-19,12,-34,54,-62,36r-36,-36r13,-12r36,32r36,-32xm51,-146v5,54,94,29,94,94v0,60,-85,68,-130,42r11,-23v24,17,92,20,88,-19v-5,-53,-94,-30,-94,-94v0,-54,79,-64,119,-38r-11,21v-21,-16,-81,-19,-77,17","w":163,"k":{"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u2014":12,"\u2013":12,"\u00ff":1,"\u00fd":1,"\u00e5":-4,"\u00e4":-4,"\u00e3":-4,"\u00e2":-4,"\u00e1":-4,"\u00e0":-4,"}":8,"y":1,"w":1,"v":1,"t":2,"j":-5,"f":2,"a":-4,"]":8,";":2,":":2,"\/":1,"-":12,",":3,")":8}},"\u0178":{"d":"140,-324v10,0,17,7,17,17v0,9,-8,16,-17,16v-9,0,-17,-7,-17,-16v0,-10,7,-17,17,-17xm74,-324v10,0,17,7,17,17v0,9,-8,16,-17,16v-9,0,-17,-7,-17,-16v0,-10,7,-17,17,-17xm122,-104r0,104r-31,0r0,-104r-83,-157r34,0r65,125r64,-125r34,0","w":213,"k":{"\u2026":47,"\u2014":30,"\u2013":30,"\u017e":7,"\u0161":17,"\u0160":3,"\u0142":-4,"\u00fe":-4,"\u00e7":25,"\u00c7":11,"}":-13,"z":7,"v":8,"t":2,"s":17,"r":14,"p":14,"n":14,"m":14,"l":-4,"k":-4,"h":-4,"g":25,"d":25,"c":25,"b":-4,"]":-13,"T":-4,"S":3,"Q":11,"M":11,"G":13,"C":11,";":21,":":21,"\/":33,".":47,"-":30,",":47,")":-13}},"\u017d":{"d":"138,-325v-19,12,-34,53,-61,36r-36,-36r13,-11r36,31r35,-31xm10,0r114,-234r-107,0r0,-27r151,0r-113,234r114,0r0,27r-159,0","w":185,"k":{"\u2026":-12,"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u2014":23,"\u2013":23,"\u0178":1,"\u0153":7,"\u0152":10,"\u0142":-2,"\u00ff":8,"\u00fe":-2,"\u00fd":8,"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f9":4,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":7,"\u00dd":1,"\u00d8":10,"\u00d6":10,"\u00d5":10,"\u00d4":10,"\u00d3":10,"\u00d2":10,"\u00c7":10,"}":-5,"y":8,"w":9,"v":8,"u":4,"t":6,"o":7,"l":-2,"k":-2,"j":-10,"h":-2,"g":7,"e":7,"d":7,"c":7,"b":-2,"]":-5,"Y":1,"T":3,"Q":10,"O":10,"J":-13,"G":10,"C":10,";":-9,":":-9,"\/":-9,".":-12,"-":23,",":-12,")":-5}},"\u017e":{"d":"130,-258v-19,12,-34,54,-62,36r-36,-36r13,-12r36,32r36,-32xm12,0r93,-170r-88,0r0,-24r131,0r-93,170r96,0r0,24r-139,0","w":166,"k":{"\u2026":-8,"\u201d":-7,"\u201c":-7,"\u2019":-7,"\u2018":-7,"\u2014":15,"\u2013":15,"\u0153":7,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f0":7,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":7,"}":2,"q":6,"o":7,"g":7,"e":7,"d":6,"c":7,"]":2,";":-2,":":-2,"\/":-12,".":-8,"-":15,",":-8,")":2}},"\u0192":{"d":"13,49v30,11,50,-5,54,-35r18,-140r-40,0r0,-25r44,0v0,-67,25,-135,100,-107r-9,24v-30,-10,-50,6,-54,36r-6,47r47,0r0,25r-51,0v-13,63,-6,148,-38,190v-14,17,-50,20,-74,11","w":200},"\u2013":{"d":"-1,-105r0,-24r150,0r0,24r-150,0","w":147,"k":{"\u017e":5,"\u017d":14,"\u0178":30,"\u0161":-3,"\u0160":4,"\u0153":-5,"\u00ff":5,"\u00fd":5,"\u00f8":-5,"\u00f6":-5,"\u00f5":-5,"\u00f4":-5,"\u00f3":-5,"\u00f2":-5,"\u00f0":-5,"\u00eb":-5,"\u00ea":-5,"\u00e9":-5,"\u00e8":-5,"\u00e7":-5,"\u00dd":30,"\u00d8":-7,"\u00d6":-7,"\u00d5":-7,"\u00d4":-7,"\u00d3":-7,"\u00d2":-7,"\u00c7":-7,"\u00c5":13,"\u00c4":13,"\u00c3":13,"\u00c2":13,"\u00c1":13,"\u00c0":13,"z":5,"y":5,"x":16,"w":4,"v":4,"t":1,"s":-3,"q":-5,"o":-5,"j":-7,"g":-5,"f":1,"e":-5,"d":-5,"c":-5,"Z":14,"Y":30,"X":23,"W":16,"V":19,"T":22,"S":4,"Q":-7,"O":-7,"M":4,"J":-7,"G":-7,"C":-7,"A":13,"9":-5,"7":-3,"6":-5,"5":-7,"4":18,"3":1,"2":5,"1":-8,"0":-5}},"\u2014":{"d":"29,-105r0,-24r236,0r0,24r-236,0","w":294,"k":{"\u017e":5,"\u017d":14,"\u0178":30,"\u0161":-3,"\u0160":4,"\u0153":-5,"\u00ff":5,"\u00fd":5,"\u00f8":-5,"\u00f6":-5,"\u00f5":-5,"\u00f4":-5,"\u00f3":-5,"\u00f2":-5,"\u00f0":-5,"\u00eb":-5,"\u00ea":-5,"\u00e9":-5,"\u00e8":-5,"\u00e7":-5,"\u00dd":30,"\u00d8":-7,"\u00d6":-7,"\u00d5":-7,"\u00d4":-7,"\u00d3":-7,"\u00d2":-7,"\u00c7":-7,"\u00c5":13,"\u00c4":13,"\u00c3":13,"\u00c2":13,"\u00c1":13,"\u00c0":13,"z":5,"y":5,"x":16,"w":4,"v":4,"t":1,"s":-3,"q":-5,"o":-5,"j":-7,"g":-5,"f":1,"e":-5,"d":-5,"c":-5,"Z":14,"Y":30,"X":23,"W":16,"V":19,"T":22,"S":4,"Q":-7,"O":-7,"M":4,"J":-7,"G":-7,"C":-7,"A":13,"9":-5,"7":-3,"6":-5,"5":-7,"4":18,"3":1,"2":5,"1":-8,"0":-5}},"\u2018":{"d":"50,-193v-5,11,-30,14,-33,0r43,-90r22,0","w":99,"k":{"\u017e":12,"\u017d":-9,"\u0161":33,"\u0160":11,"\u0153":40,"\u00ff":12,"\u00fd":12,"\u00fc":21,"\u00fb":21,"\u00fa":21,"\u00f9":21,"\u00f8":40,"\u00f6":40,"\u00f5":40,"\u00f4":40,"\u00f3":40,"\u00f2":40,"\u00f0":29,"\u00eb":40,"\u00ea":40,"\u00e9":40,"\u00e8":40,"\u00e7":40,"\u00e6":28,"\u00e5":28,"\u00e4":28,"\u00e3":28,"\u00e2":28,"\u00e1":28,"\u00e0":28,"\u00d8":18,"\u00d6":18,"\u00d5":18,"\u00d4":18,"\u00d3":18,"\u00d2":18,"\u00d0":3,"\u00c7":17,"\u00c5":45,"\u00c4":45,"\u00c3":45,"\u00c2":45,"\u00c1":45,"\u00c0":45,"z":12,"y":12,"x":14,"w":15,"v":13,"u":21,"t":10,"s":33,"r":24,"q":40,"p":24,"o":40,"n":24,"m":24,"g":40,"f":11,"e":40,"d":40,"c":40,"a":28,"Z":-9,"Y":-9,"X":-6,"W":-8,"V":-11,"T":-12,"S":11,"R":3,"Q":18,"P":3,"O":18,"M":21,"G":19,"D":3,"C":17,"A":45}},"\u2019":{"d":"39,-185r-22,0r32,-89v5,-10,30,-16,33,0","w":99,"k":{"\u017e":12,"\u017d":-9,"\u0161":33,"\u0160":11,"\u0153":40,"\u00ff":12,"\u00fd":12,"\u00fc":21,"\u00fb":21,"\u00fa":21,"\u00f9":21,"\u00f8":40,"\u00f6":40,"\u00f5":40,"\u00f4":40,"\u00f3":40,"\u00f2":40,"\u00f0":29,"\u00eb":40,"\u00ea":40,"\u00e9":40,"\u00e8":40,"\u00e7":40,"\u00e6":28,"\u00e5":28,"\u00e4":28,"\u00e3":28,"\u00e2":28,"\u00e1":28,"\u00e0":28,"\u00d8":18,"\u00d6":18,"\u00d5":18,"\u00d4":18,"\u00d3":18,"\u00d2":18,"\u00d0":3,"\u00c7":17,"\u00c5":45,"\u00c4":45,"\u00c3":45,"\u00c2":45,"\u00c1":45,"\u00c0":45,"z":12,"y":12,"x":14,"w":15,"v":13,"u":21,"t":10,"s":33,"r":24,"q":40,"p":24,"o":40,"n":24,"m":24,"g":40,"f":11,"e":40,"d":40,"c":40,"a":28,"Z":-9,"Y":-9,"X":-6,"W":-8,"V":-11,"T":-12,"S":11,"R":3,"Q":18,"P":3,"O":18,"M":21,"G":19,"D":3,"C":17,"A":45}},"\u201c":{"d":"117,-193v-5,10,-30,16,-33,0r43,-90r22,0xm50,-193v-5,11,-30,14,-33,0r43,-90r22,0","w":165,"k":{"\u017e":12,"\u017d":-9,"\u0161":33,"\u0160":11,"\u0153":40,"\u00ff":12,"\u00fd":12,"\u00fc":21,"\u00fb":21,"\u00fa":21,"\u00f9":21,"\u00f8":40,"\u00f6":40,"\u00f5":40,"\u00f4":40,"\u00f3":40,"\u00f2":40,"\u00f0":29,"\u00eb":40,"\u00ea":40,"\u00e9":40,"\u00e8":40,"\u00e7":40,"\u00e6":28,"\u00e5":28,"\u00e4":28,"\u00e3":28,"\u00e2":28,"\u00e1":28,"\u00e0":28,"\u00d8":18,"\u00d6":18,"\u00d5":18,"\u00d4":18,"\u00d3":18,"\u00d2":18,"\u00d0":3,"\u00c7":17,"\u00c5":45,"\u00c4":45,"\u00c3":45,"\u00c2":45,"\u00c1":45,"\u00c0":45,"z":12,"y":12,"x":14,"w":15,"v":13,"u":21,"t":10,"s":33,"r":24,"q":40,"p":24,"o":40,"n":24,"m":24,"g":40,"f":11,"e":40,"d":40,"c":40,"a":28,"Z":-9,"Y":-9,"X":-6,"W":-8,"V":-11,"T":-12,"S":11,"R":3,"Q":18,"P":3,"O":18,"M":21,"G":19,"D":3,"C":17,"A":45}},"\u201d":{"d":"105,-185r-21,0r31,-89v5,-11,30,-15,34,0xm39,-185r-22,0r32,-89v5,-10,30,-16,33,0","w":165,"k":{"\u017e":12,"\u017d":-9,"\u0161":33,"\u0160":11,"\u0153":40,"\u00ff":12,"\u00fd":12,"\u00fc":21,"\u00fb":21,"\u00fa":21,"\u00f9":21,"\u00f8":40,"\u00f6":40,"\u00f5":40,"\u00f4":40,"\u00f3":40,"\u00f2":40,"\u00f0":29,"\u00eb":40,"\u00ea":40,"\u00e9":40,"\u00e8":40,"\u00e7":40,"\u00e6":28,"\u00e5":28,"\u00e4":28,"\u00e3":28,"\u00e2":28,"\u00e1":28,"\u00e0":28,"\u00d8":18,"\u00d6":18,"\u00d5":18,"\u00d4":18,"\u00d3":18,"\u00d2":18,"\u00d0":3,"\u00c7":17,"\u00c5":45,"\u00c4":45,"\u00c3":45,"\u00c2":45,"\u00c1":45,"\u00c0":45,"z":12,"y":12,"x":14,"w":15,"v":13,"u":21,"t":10,"s":33,"r":24,"q":40,"p":24,"o":40,"n":24,"m":24,"g":40,"f":11,"e":40,"d":40,"c":40,"a":28,"Z":-9,"Y":-9,"X":-6,"W":-8,"V":-11,"T":-12,"S":11,"R":3,"Q":18,"P":3,"O":18,"M":21,"G":19,"D":3,"C":17,"A":45}},"\u2026":{"d":"226,-39v12,0,21,9,21,21v0,12,-10,21,-21,21v-11,0,-20,-10,-20,-21v0,-11,9,-21,20,-21xm136,-39v29,0,24,41,0,42v-11,-1,-21,-9,-21,-21v0,-12,9,-21,21,-21xm45,-39v12,0,21,9,21,21v0,29,-41,24,-42,0v1,-11,9,-21,21,-21","w":271,"k":{"9":8,"7":6,"6":4,"4":-5,"3":-1,"2":-3,"1":12,"0":9}},"\u2122":{"d":"298,-106r-17,-132v-12,46,-28,88,-42,132r-19,0r-43,-132v-3,47,-11,88,-16,132r-22,0r22,-155r29,0r40,127r39,-127r29,0r22,155r-22,0xm86,-241r0,135r-24,0r0,-135r-43,0r0,-20r110,0r0,20r-43,0","w":342}}});Cufon.registerFont({"w":205,"face":{"font-family":"daxline","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 2 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-21 -349 352 82.0444","underline-thickness":"33.48","underline-position":"-11.52","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":89},"!":{"d":"74,-91r-43,0r-7,-170r58,0xm22,-28v-2,-34,48,-40,59,-12v8,21,-6,43,-28,43v-19,0,-30,-13,-31,-31","w":105},"\"":{"d":"101,-252v9,-15,36,-17,46,0r-9,109r-28,0xm23,-252v9,-15,36,-17,45,0r-8,109r-28,0","w":169},"#":{"d":"204,-160r-8,57r40,0r0,34r-44,0r-10,69r-38,0r10,-69r-56,0r-10,69r-38,0r10,-69r-40,0r0,-34r45,0r8,-57r-40,0r0,-34r45,0r9,-67r38,0r-9,67r56,0r9,-67r38,0r-9,67r39,0r0,34r-45,0xm111,-160r-8,57r55,0r9,-57r-56,0","w":271,"k":{"9":7,"8":3,"7":-4,"6":6,"5":8,"4":19,"3":-2,"2":2,"1":-3,"0":7}},"$":{"d":"160,-211v-28,-18,-105,-16,-83,32v31,39,107,35,108,104v0,45,-32,71,-73,77r3,55r-40,0r6,-53v-20,0,-48,-8,-62,-14r18,-43v29,19,113,19,93,-32v-32,-37,-107,-34,-107,-103v0,-43,29,-69,68,-75r-3,-52r39,0r-5,50v21,0,41,8,55,14"},"%":{"d":"271,-159v46,0,63,36,63,82v0,46,-18,81,-63,81v-45,0,-62,-35,-62,-81v0,-46,17,-82,62,-82xm144,4r-31,-9r96,-260r31,9xm82,-265v45,0,62,36,62,82v0,46,-17,81,-62,81v-45,0,-63,-35,-63,-81v0,-47,18,-82,63,-82xm271,-127v-20,3,-24,23,-24,49v0,33,8,49,24,49v17,0,25,-16,25,-49v0,-27,-5,-47,-25,-49xm82,-233v-20,2,-25,23,-25,49v0,33,8,49,25,49v17,0,25,-16,25,-49v-1,-26,-5,-46,-25,-49","w":353},"&":{"d":"75,-191v0,30,33,35,64,30r98,-16r6,37r-41,7r0,123v-61,25,-186,24,-186,-60v0,-38,26,-57,51,-69v-74,-27,-37,-126,44,-126v25,0,49,6,64,14r-16,38v-25,-14,-84,-18,-84,22xm67,-74v0,42,54,46,87,35r0,-86v-39,7,-87,7,-87,51","w":255},"'":{"d":"23,-252v9,-15,36,-17,45,0r-8,109r-28,0","w":91},"(":{"d":"72,-107v0,74,28,124,62,166r-37,20v-78,-62,-106,-240,-32,-332v11,-13,20,-27,32,-40r37,20v-34,41,-62,92,-62,166","w":143,"k":{"\u017e":9,"\u017d":-3,"\u0178":-12,"\u0161":13,"\u0160":7,"\u0153":21,"\u0142":-9,"\u00ff":11,"\u00fe":-9,"\u00fd":11,"\u00fc":14,"\u00fb":14,"\u00fa":14,"\u00f9":14,"\u00f8":21,"\u00f6":21,"\u00f5":21,"\u00f4":21,"\u00f3":21,"\u00f2":21,"\u00f0":20,"\u00eb":21,"\u00ea":21,"\u00e9":21,"\u00e8":21,"\u00e7":21,"\u00e6":15,"\u00e5":15,"\u00e4":15,"\u00e3":15,"\u00e2":15,"\u00e1":15,"\u00e0":15,"\u00dd":-12,"\u00d8":15,"\u00d6":15,"\u00d5":15,"\u00d4":15,"\u00d3":15,"\u00d2":15,"\u00d0":1,"\u00c7":15,"\u00c5":-1,"\u00c4":-1,"\u00c3":-1,"\u00c2":-1,"\u00c1":-1,"\u00c0":-1,"z":9,"y":11,"x":6,"w":17,"v":15,"u":14,"t":14,"s":13,"r":14,"q":21,"p":-9,"o":21,"n":14,"m":14,"l":-9,"k":-9,"j":-40,"i":-5,"h":-9,"g":-1,"f":10,"e":21,"d":20,"c":21,"b":-9,"a":15,"Z":-3,"Y":-12,"X":-8,"W":-9,"V":-12,"T":-11,"S":7,"R":1,"Q":15,"P":1,"O":15,"M":7,"J":-45,"G":15,"D":1,"C":15,"B":1,"A":-1,"9":15,"8":15,"7":3,"6":23,"5":-14,"4":10,"3":-16,"2":9,"1":25,"0":23}},")":{"d":"46,-293v78,63,108,240,32,332v-11,13,-20,28,-32,40r-36,-20v33,-42,61,-91,61,-166v0,-74,-28,-124,-61,-166","w":143},"*":{"d":"176,-242v12,5,19,23,12,38r-58,13r39,44v-1,15,-16,29,-33,25r-30,-50r-29,50v-17,5,-33,-9,-33,-25r39,-44r-59,-13v-8,-15,1,-34,13,-38r53,23r-5,-59v9,-12,33,-12,42,0r-5,59","w":208},"+":{"d":"119,-98r0,58r-41,0r0,-58r-56,0r0,-38r56,0r0,-58r41,0r0,58r56,0r0,38r-56,0","w":197},",":{"d":"32,61r-35,0r34,-102v6,-19,50,-27,54,0","w":97,"k":{"8":-8,"7":4,"6":-5,"5":-3,"4":-6,"2":-1,"1":8,"0":-5}},"-":{"d":"21,-96r0,-42r102,0r0,42r-102,0","w":144,"k":{"\u017e":3,"\u017d":16,"\u0178":28,"\u0161":-3,"\u0160":4,"\u0153":-5,"\u00ff":4,"\u00fd":4,"\u00f8":-5,"\u00f6":-5,"\u00f5":-5,"\u00f4":-5,"\u00f3":-5,"\u00f2":-5,"\u00f0":-5,"\u00eb":-5,"\u00ea":-5,"\u00e9":-5,"\u00e8":-5,"\u00e7":-5,"\u00dd":28,"\u00d8":-7,"\u00d6":-7,"\u00d5":-7,"\u00d4":-7,"\u00d3":-7,"\u00d2":-7,"\u00c7":-7,"\u00c5":11,"\u00c4":11,"\u00c3":11,"\u00c2":11,"\u00c1":11,"\u00c0":11,"z":3,"y":4,"x":15,"w":3,"v":3,"t":-1,"s":-3,"q":-5,"o":-5,"j":-7,"g":-5,"f":-1,"e":-5,"d":-5,"c":-5,"Z":16,"Y":28,"X":22,"W":13,"V":17,"T":22,"S":4,"Q":-7,"O":-7,"M":4,"J":-7,"G":-7,"C":-7,"A":11,"9":-4,"8":1,"7":-6,"6":-4,"5":-3,"4":17,"3":2,"2":4,"1":-8,"0":-4}},".":{"d":"49,-59v18,0,31,13,31,31v0,17,-12,31,-31,31v-19,0,-31,-14,-31,-31v0,-18,13,-31,31,-31","w":97,"k":{"9":7,"7":6,"6":3,"4":-4,"3":1,"2":-1,"1":10,"0":6}},"\/":{"d":"44,73r-47,-14r120,-348r46,13","w":174,"k":{"\u017e":12,"\u017d":-5,"\u0178":-15,"\u0161":24,"\u0160":6,"\u0153":30,"\u0142":-5,"\u00ff":7,"\u00fe":-8,"\u00fd":7,"\u00fc":17,"\u00fb":17,"\u00fa":17,"\u00f9":17,"\u00f8":30,"\u00f6":30,"\u00f5":30,"\u00f4":30,"\u00f3":30,"\u00f2":30,"\u00f0":27,"\u00eb":30,"\u00ea":30,"\u00e9":30,"\u00e8":30,"\u00e7":30,"\u00e6":28,"\u00e5":28,"\u00e4":28,"\u00e3":28,"\u00e2":28,"\u00e1":28,"\u00e0":28,"\u00dd":-15,"\u00d8":15,"\u00d6":15,"\u00d5":15,"\u00d4":15,"\u00d3":15,"\u00d2":15,"\u00d0":2,"\u00c7":15,"\u00c5":31,"\u00c4":31,"\u00c3":31,"\u00c2":31,"\u00c1":31,"\u00c0":31,"z":12,"y":7,"x":9,"w":8,"v":6,"u":17,"t":6,"s":24,"r":19,"q":30,"p":19,"o":30,"n":19,"m":19,"l":-5,"k":-8,"j":-3,"i":-2,"h":-8,"g":30,"f":10,"e":30,"d":30,"c":30,"b":-8,"a":28,"Z":-5,"Y":-15,"X":-10,"W":-9,"V":-13,"T":-10,"S":6,"R":2,"Q":15,"P":2,"O":15,"M":14,"G":15,"D":2,"C":15,"B":2,"A":31,"9":30,"8":12,"7":9,"6":28,"5":29,"4":61,"3":15,"2":18,"1":21,"0":33}},"0":{"d":"107,-198v62,0,91,41,91,101v0,60,-29,101,-91,101v-62,0,-90,-41,-90,-101v0,-60,28,-101,90,-101xm107,-36v31,0,41,-28,41,-62v0,-34,-10,-61,-41,-61v-31,0,-40,28,-40,61v0,33,9,62,40,62","w":214,"k":{"\u2026":6,"\u2014":-4,"\u2013":-4,"}":23,"]":23,"7":3,"5":1,"4":6,"3":4,"2":6,"\/":10,".":6,"-":-4,",":8,")":23}},"1":{"d":"8,-157v31,-6,62,-18,80,-37r40,0r0,194r-50,0r0,-139v-18,8,-39,16,-62,19","w":154,"k":{"\u2026":5,"\u2014":2,"\u2013":2,"}":16,"]":16,"5":-1,"\/":2,".":5,"-":2,",":4,")":16}},"2":{"d":"14,-184v48,-22,151,-25,145,46v-4,48,-47,66,-71,97r76,0r0,41r-156,0r95,-115v12,-20,1,-42,-27,-42v-16,0,-37,5,-48,11","w":178,"k":{"\u2026":-6,"\u2014":1,"\u2013":1,"}":15,"]":15,";":-4,":":-4,"\/":-8,".":-6,"-":1,",":-7,")":15}},"3":{"d":"118,-78v26,10,48,27,49,63v2,78,-99,91,-163,63r15,-39v29,15,99,20,98,-24v-1,-32,-32,-40,-67,-39r0,-36v29,-2,60,-13,60,-39v0,-41,-61,-29,-86,-17r-14,-38v50,-24,154,-23,149,50v-2,28,-20,46,-41,56","w":180,"k":{"\u2026":-6,"\u2014":1,"\u2013":1,"}":6,"]":6,";":-4,":":-4,"2":1,"\/":-15,".":-6,"-":1,",":-12,")":6}},"4":{"d":"177,0r0,57r-46,0r0,-57r-114,0r0,-35r106,-159r54,0r0,159r24,0r0,35r-24,0xm134,-151v-23,41,-50,78,-75,116r74,0","w":216,"k":{"\u2026":-5,"\u2014":9,"\u2013":9,"}":4,"]":4,"9":5,"7":4,"6":3,"1":4,"0":3,"\/":-9,".":-5,"-":9,",":-9,")":4}},"5":{"d":"71,-95v60,-3,97,23,98,77v2,81,-99,94,-164,66r15,-39v30,15,99,20,99,-26v0,-45,-54,-45,-98,-40r15,-137r125,0r0,41r-84,0","w":182,"k":{"\u2026":-6,"\u2014":3,"\u2013":3,"}":6,"]":6,";":-4,":":-4,"9":4,"8":-2,"2":-2,"0":2,"\/":-15,".":-6,"-":3,",":-12,")":6}},"6":{"d":"77,-148v57,-19,125,8,121,70v-3,53,-36,79,-89,82v-110,6,-110,-149,-49,-204v28,-25,63,-46,105,-56r12,40v-46,10,-82,33,-100,68xm109,-35v25,0,40,-17,41,-43v3,-42,-50,-49,-84,-36v-6,38,5,79,43,79","w":214,"k":{"\u2026":3,"\u2014":-3,"\u2013":-3,"}":19,"]":19,";":1,":":1,"7":9,"4":4,"3":9,"2":9,"1":4,"\/":8,".":3,"-":-3,",":6,")":19}},"7":{"d":"82,57r-55,0r92,-210r-106,0r0,-41r173,0","w":196,"k":{"\u2026":40,"\u2014":6,"\u2013":6,"}":22,"]":22,";":4,":":4,"9":7,"6":5,"5":8,"4":28,"0":10,"\/":27,".":40,"-":6,",":33,")":22}},"8":{"d":"147,-131v25,14,51,29,51,67v0,49,-40,68,-91,68v-50,0,-90,-19,-90,-68v0,-38,26,-53,51,-67v-22,-14,-45,-27,-45,-59v0,-45,36,-66,84,-66v48,0,85,21,85,66v0,32,-23,45,-45,59xm107,-148v17,-11,38,-15,38,-42v-1,-20,-15,-31,-38,-31v-44,0,-48,51,-15,64v5,2,9,6,15,9xm107,-32v47,4,56,-56,17,-71v-5,-2,-11,-7,-17,-10v-19,11,-43,20,-43,47v0,22,20,32,43,34","w":214,"k":{"\u2014":1,"\u2013":1,"}":15,"]":15,"9":4,"4":1,"3":2,"2":4,"1":4,"\/":5,"-":1,",":4,")":15}},"9":{"d":"106,-198v110,-5,109,149,49,204v-28,25,-63,46,-105,56r-13,-40v46,-10,84,-32,101,-68v-56,19,-125,-7,-121,-70v3,-53,36,-79,89,-82xm65,-116v-3,44,49,48,84,36v4,-40,-4,-80,-43,-79v-26,1,-40,17,-41,43","w":214,"k":{"\u2026":4,"\u2014":-4,"\u2013":-4,"}":21,"]":21,";":1,":":1,"7":3,"4":4,"3":5,"2":8,"\/":6,".":4,"-":-4,",":8,")":21}},":":{"d":"54,-176v19,0,31,14,31,31v0,18,-13,31,-31,31v-18,0,-31,-13,-31,-31v0,-17,12,-31,31,-31xm54,-59v18,0,31,13,31,31v0,17,-12,31,-31,31v-19,0,-31,-14,-31,-31v0,-18,13,-31,31,-31","w":107,"k":{"7":-5,"5":1,"3":-2,"2":1,"1":-5}},";":{"d":"55,-176v19,0,31,12,31,31v0,19,-14,29,-31,31v-16,1,-32,-15,-31,-31v2,-17,12,-31,31,-31xm33,61r-34,0r33,-102v7,-19,51,-28,55,0","w":107,"k":{"7":-5,"5":1,"3":-2,"2":1,"1":-5}},"<":{"d":"22,-101r0,-32r153,-74r0,45r-108,45r108,45r0,45","w":197},"=":{"d":"22,-138r0,-38r153,0r0,38r-153,0xm22,-58r0,-38r153,0r0,38r-153,0","w":197},">":{"d":"22,-27r0,-45r109,-45r-109,-45r0,-45r153,74r0,32","w":197},"?":{"d":"9,-251v62,-31,189,-12,152,79v-9,21,-31,34,-54,42r-3,39r-41,0r-4,-63v24,-7,53,-12,55,-40v2,-42,-63,-32,-89,-20xm84,-59v17,0,30,12,30,31v-1,18,-12,31,-30,31v-19,0,-30,-13,-31,-31v0,-19,13,-31,31,-31","w":180},"@":{"d":"195,-265v97,0,157,52,157,145v0,85,-52,124,-135,124v-67,0,-105,-34,-110,-99v-7,-86,95,-119,150,-74r0,132v34,-11,53,-38,53,-83v0,-70,-43,-109,-115,-109v-86,0,-134,52,-134,138v0,91,60,135,153,136v42,1,82,-14,107,-30r21,31v-31,21,-73,37,-128,36v-117,-3,-196,-58,-196,-173v0,-109,67,-174,177,-174xm150,-95v0,44,23,64,65,63r0,-118v-37,-16,-65,10,-65,55","w":370},"A":{"d":"184,0r-19,-61r-90,0r-20,61r-52,0r87,-261r59,0r88,261r-53,0xm154,-98r-35,-121v-8,43,-22,81,-34,121r69,0","w":239,"k":{"\u2026":-16,"\u201d":27,"\u201c":27,"\u2019":27,"\u2018":27,"\u2014":11,"\u2013":11,"\u0161":-4,"\u00d8":5,"\u00d6":5,"\u00d5":5,"\u00d4":5,"\u00d3":5,"\u00d2":5,"\u00c7":5,"}":-1,"y":11,"w":10,"v":11,"t":5,"s":-4,"j":-12,"f":2,"a":-7,"]":-1,"Y":23,"W":14,"V":17,"U":4,"T":20,"Q":5,"O":5,"J":-11,"G":5,"C":5,";":-13,":":-13,"\/":-15,".":-16,"-":11,",":-18,")":-1}},"B":{"d":"159,-136v24,12,47,29,48,65v3,83,-120,86,-183,61r0,-241v61,-24,179,-24,176,57v-2,30,-17,51,-41,58xm72,-150v43,2,78,0,80,-39v2,-38,-47,-42,-80,-33r0,72xm72,-39v32,12,85,4,85,-35v0,-40,-41,-42,-85,-40r0,75","w":221,"k":{"\u2014":4,"\u2013":4,"\u017d":2,"\u0178":5,"\u00dd":5,"}":10,"]":10,"Z":2,"Y":5,"W":4,"V":4,"T":5,"\/":6,"-":4,",":4,")":10}},"C":{"d":"69,-131v-6,65,41,110,92,80r15,41v-13,8,-34,15,-56,14v-73,-3,-99,-57,-103,-134v-5,-99,70,-164,159,-121r-15,41v-50,-31,-99,13,-92,79","w":188,"k":{"\u2026":-9,"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u2014":22,"\u2013":22,"\u0178":-4,"\u0153":11,"\u0152":12,"\u00ff":10,"\u00fd":10,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f9":6,"\u00f8":9,"\u00f6":9,"\u00f5":9,"\u00f4":9,"\u00f3":9,"\u00f2":9,"\u00eb":11,"\u00ea":11,"\u00e9":11,"\u00e8":11,"\u00dd":-4,"\u00d8":12,"\u00d6":12,"\u00d5":12,"\u00d4":12,"\u00d3":12,"\u00d2":12,"}":-9,"y":10,"u":6,"t":5,"q":9,"o":9,"g":9,"e":11,"d":9,"c":9,"]":-9,"Y":-4,"Q":12,"O":12,"J":-13,"G":12,"C":12,";":-9,":":-9,"\/":-8,".":-9,"-":22,",":-8,")":-9}},"D":{"d":"96,-265v77,0,115,53,115,135v0,82,-38,134,-115,134v-27,1,-55,-6,-72,-14r0,-241v16,-8,46,-15,72,-14xm75,-42v58,14,85,-28,85,-88v0,-61,-25,-104,-85,-89r0,177","w":227,"k":{"\u2026":9,"\u201d":-1,"\u201c":-1,"\u2019":-1,"\u2018":-1,"\u2014":-7,"\u2013":-7,"\u017d":8,"\u00c5":5,"\u00c4":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"\u00c0":5,"}":15,"]":15,"Z":8,"Y":11,"W":5,"V":5,"T":11,"M":3,"A":5,";":-4,":":-4,"\/":15,".":9,"-":-7,",":16,")":15}},"E":{"d":"24,0r0,-261r139,0r0,43r-89,0r0,65r80,0r0,42r-80,0r0,69r89,0r0,42r-139,0","w":178,"k":{"\u2026":-8,"\u2014":2,"\u2013":2,"\u00e7":2,"\u00d8":3,"\u00d6":3,"\u00d5":3,"\u00d4":3,"\u00d3":3,"\u00d2":3,"\u00c7":3,"}":-4,"q":2,"o":2,"j":-7,"g":2,"e":2,"d":2,"c":2,"]":-4,"Q":3,"O":3,"J":-8,"G":3,"C":3,";":-5,":":-5,"\/":-8,".":-8,"-":2,",":-8,")":-4}},"F":{"d":"74,-218r0,65r79,0r0,42r-79,0r0,111r-50,0r0,-261r137,0r0,43r-87,0","w":174,"k":{"\u2026":30,"\u201d":-2,"\u201c":-2,"\u2019":-2,"\u2018":-2,"\u0153":5,"\u00fc":3,"\u00fb":3,"\u00fa":3,"\u00f9":3,"\u00f8":5,"\u00f6":5,"\u00f5":5,"\u00f4":5,"\u00f3":5,"\u00f2":5,"\u00eb":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e6":9,"\u00e5":9,"\u00e4":9,"\u00e3":9,"\u00e2":9,"\u00e1":9,"\u00e0":9,"\u00c6":22,"\u00c5":17,"\u00c4":17,"\u00c3":17,"\u00c2":17,"\u00c1":17,"\u00c0":17,"}":-6,"u":3,"r":4,"o":5,"n":4,"l":-3,"e":5,"d":5,"c":5,"a":9,"]":-6,"M":6,"A":17,"\/":25,".":30,",":34,")":-6}},"G":{"d":"67,-131v4,59,29,105,92,89r0,-73r-40,0r0,-39r88,0r0,144v-16,8,-45,15,-72,14v-80,-2,-114,-53,-118,-134v-5,-107,90,-162,187,-121r-15,40v-58,-30,-127,6,-122,80","w":229,"k":{"\u0178":5,"\u00ff":6,"\u00fd":6,"\u00dd":5,"}":1,"y":6,"w":6,"v":6,"]":1,"Y":5,"W":4,"V":4,"T":5,"\/":2,")":1}},"H":{"d":"155,0r0,-111r-80,0r0,111r-51,0r0,-261r51,0r0,108r80,0r0,-108r51,0r0,261r-51,0","w":229},"I":{"d":"24,0r0,-261r51,0r0,261r-51,0","w":99},"J":{"d":"-21,35v29,-7,45,-27,45,-64r0,-232r51,0v-4,91,12,198,-7,276v-10,39,-44,58,-89,64r0,-44","w":99,"k":{"\/":-5,",":-8}},"K":{"d":"159,0r-84,-130r0,130r-51,0r0,-261r51,0r1,118r81,-118r58,0r-88,125r89,136r-57,0","w":219,"k":{"\u2026":-10,"\u201d":2,"\u201c":2,"\u2019":2,"\u2018":2,"\u2014":28,"\u2013":28,"\u0153":10,"\u0152":14,"\u00ff":13,"\u00fd":13,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f9":6,"\u00f8":10,"\u00f6":10,"\u00f5":10,"\u00f4":10,"\u00f3":10,"\u00f2":10,"\u00eb":10,"\u00ea":10,"\u00e9":10,"\u00e8":10,"\u00e5":1,"\u00e4":1,"\u00e3":1,"\u00e2":1,"\u00e1":1,"\u00e0":1,"\u00dc":3,"\u00db":3,"\u00da":3,"\u00d9":3,"\u00d8":14,"\u00d6":14,"\u00d5":14,"\u00d4":14,"\u00d3":14,"\u00d2":14,"\u00c7":14,"}":-10,"y":13,"w":14,"u":6,"t":7,"o":10,"j":-9,"g":10,"e":10,"d":8,"c":10,"a":1,"]":-10,"U":3,"Q":14,"O":14,"J":-10,"G":15,"C":14,";":-7,":":-7,"\/":-14,".":-10,"-":28,",":-12,")":-10}},"L":{"d":"24,0r0,-261r51,0r0,219r81,0r0,42r-132,0","w":167,"k":{"\u2026":-12,"\u201d":32,"\u201c":32,"\u2019":32,"\u2018":32,"\u2014":20,"\u2013":20,"\u0178":26,"\u0153":4,"\u0152":8,"\u00ff":17,"\u00fd":17,"\u00fc":1,"\u00fb":1,"\u00fa":1,"\u00f9":1,"\u00f8":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00e5":-2,"\u00e4":-2,"\u00e3":-2,"\u00e2":-2,"\u00e1":-2,"\u00e0":-2,"\u00dd":26,"\u00dc":3,"\u00db":3,"\u00da":3,"\u00d9":3,"\u00d8":8,"\u00d6":8,"\u00d5":8,"\u00d4":8,"\u00d3":8,"\u00d2":8,"\u00c7":8,"}":10,"y":17,"w":14,"u":1,"t":9,"o":4,"j":-9,"e":4,"a":-2,"]":10,"Y":26,"W":18,"V":21,"U":3,"T":22,"Q":8,"O":8,"J":-16,"G":9,"C":8,";":-9,":":-9,"\/":-11,".":-12,"-":20,",":-12,")":10}},"M":{"d":"253,0r-22,-201r-58,201r-32,0r-59,-201r-21,201r-47,0r32,-261r58,0r53,186r53,-186r57,0r33,261r-47,0","w":313,"k":{"\u2026":-8,"\u201d":8,"\u201c":8,"\u2019":8,"\u2018":8,"\u2014":4,"\u2013":4,"\u0178":11,"\u0152":4,"\u00ff":6,"\u00fd":6,"\u00fc":2,"\u00fb":2,"\u00fa":2,"\u00f9":2,"\u00e6":-3,"\u00e5":-3,"\u00e4":-3,"\u00e3":-3,"\u00e2":-3,"\u00e1":-3,"\u00e0":-3,"\u00dd":11,"\u00dc":2,"\u00db":2,"\u00da":2,"\u00d9":2,"\u00d8":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"}":7,"y":6,"u":2,"t":4,"j":-6,"a":-3,"]":7,"Y":11,"W":6,"V":6,"U":2,"T":10,"Q":4,"O":4,"J":-7,"G":4,"C":4,";":-6,":":-6,"\/":-8,".":-8,"-":4,",":-8,")":7}},"N":{"d":"176,0r-109,-185r0,185r-43,0r0,-261r44,0r107,181r-1,-181r44,0r0,261r-42,0","w":241},"O":{"d":"117,-265v75,0,101,59,101,135v0,75,-27,134,-101,134v-74,0,-100,-59,-100,-134v0,-75,26,-135,100,-135xm117,-41v42,0,50,-45,50,-89v0,-45,-8,-90,-50,-90v-42,0,-50,46,-50,90v0,43,7,89,50,89","w":234,"k":{"\u2026":9,"\u201d":-1,"\u201c":-1,"\u2019":-1,"\u2018":-1,"\u2014":-7,"\u2013":-7,"\u017e":2,"\u017d":8,"\u00dd":11,"\u00c5":5,"\u00c4":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"\u00c0":5,"}":15,"z":2,"x":3,"]":15,"Z":8,"Y":11,"X":11,"W":6,"V":6,"T":10,"M":4,"A":5,";":-5,":":-5,"\/":15,".":9,"-":-7,",":16,")":15}},"P":{"d":"24,-251v66,-29,181,-15,176,70v-4,63,-57,89,-126,80r0,101r-50,0r0,-251xm74,-140v37,7,76,-5,76,-42v0,-40,-41,-51,-76,-40r0,82","w":212,"k":{"\u2026":54,"\u201d":-9,"\u201c":-9,"\u2019":-9,"\u2018":-9,"\u2014":3,"\u2013":3,"\u017d":3,"\u0153":8,"\u00ff":-4,"\u00fe":-2,"\u00fd":-4,"\u00f8":8,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"\u00e6":6,"\u00e5":6,"\u00e4":6,"\u00e3":6,"\u00e2":6,"\u00e1":6,"\u00e0":6,"\u00c6":29,"\u00c5":22,"\u00c4":22,"\u00c3":22,"\u00c2":22,"\u00c1":22,"\u00c0":22,"}":7,"y":-4,"t":-4,"q":8,"o":8,"l":-2,"k":-2,"h":-2,"g":8,"f":-4,"e":8,"d":8,"c":8,"b":-2,"a":6,"]":7,"Z":3,"T":1,"M":5,"A":22,";":-2,":":-2,"\/":36,".":54,"-":3,",":59,")":7}},"Q":{"d":"117,-265v119,-5,125,189,61,248r41,57r-39,31r-42,-69v-86,12,-122,-50,-121,-132v1,-75,26,-132,100,-135xm117,-41v42,0,50,-45,50,-89v0,-45,-8,-90,-50,-90v-42,0,-50,46,-50,90v0,43,7,89,50,89","w":234,"k":{"\u2026":9,"\u201d":-1,"\u201c":-1,"\u2019":-1,"\u2018":-1,"\u2014":-7,"\u2013":-7,"\u0178":11,"\u00dd":11,"\u00c5":5,"\u00c4":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"\u00c0":5,"}":3,"]":3,"Y":11,"T":10,"A":5,"\/":-9,".":9,"-":-7,")":3}},"R":{"d":"201,-186v-2,37,-24,54,-51,65v36,26,44,80,65,121r-54,0v-16,-32,-22,-74,-46,-99v-9,-9,-24,-7,-41,-7r0,106r-50,0r0,-251v66,-27,182,-19,177,65xm74,-142v42,2,77,-2,77,-42v0,-42,-43,-48,-77,-38r0,80","w":223,"k":{"\u2026":-7,"\u2014":12,"\u2013":12,"\u0178":6,"\u0153":8,"\u0152":6,"\u00fc":5,"\u00fb":5,"\u00fa":5,"\u00f9":5,"\u00f8":8,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"\u00dd":6,"\u00d8":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00c7":6,"}":12,"u":5,"q":8,"o":8,"j":-7,"g":8,"e":8,"d":8,"c":8,"]":12,"Y":6,"W":6,"V":4,"T":5,"Q":6,"O":6,"J":-8,"G":6,"C":6,";":-4,":":-4,"\/":-10,".":-7,"-":12,",":-8,")":12}},"S":{"d":"146,-210v-25,-19,-95,-14,-76,31v31,38,96,35,99,103v3,80,-92,96,-156,66r17,-44v23,16,90,23,87,-19v-3,-41,-58,-38,-79,-64v-11,-13,-22,-26,-22,-51v0,-74,88,-93,146,-63","w":184,"k":{"\u201d":13,"\u201c":13,"\u2019":13,"\u2018":13,"\u2014":1,"\u2013":1,"\u017e":4,"\u0178":3,"\u00e6":-3,"\u00e5":-3,"\u00e4":-3,"\u00e3":-3,"\u00e2":-3,"\u00e1":-3,"\u00e0":-3,"\u00dd":3,"\u00c6":-3,"\u00c5":-2,"\u00c4":-2,"\u00c3":-2,"\u00c2":-2,"\u00c1":-2,"\u00c0":-2,"}":2,"z":4,"y":10,"w":8,"v":9,"t":6,"j":-3,"f":6,"a":-3,"]":2,"Y":3,"W":3,"V":1,"T":5,"S":5,"J":-3,"A":-2,"\/":6,"-":1,",":5,")":2}},"T":{"d":"117,-218r0,218r-51,0r0,-218r-55,0r0,-43r161,0r0,43r-55,0","w":182,"k":{"\u2026":32,"\u201d":-3,"\u201c":-3,"\u2019":-3,"\u2018":-3,"\u2014":22,"\u2013":22,"\u017e":9,"\u0178":-3,"\u0161":17,"\u0160":2,"\u0153":21,"\u0152":10,"\u00fe":-3,"\u00fc":10,"\u00fb":10,"\u00fa":10,"\u00f9":10,"\u00f8":21,"\u00f6":21,"\u00f5":21,"\u00f4":21,"\u00f3":21,"\u00f2":21,"\u00ef":-19,"\u00ee":-8,"\u00ed":8,"\u00ec":-8,"\u00eb":21,"\u00ea":21,"\u00e9":21,"\u00e8":21,"\u00e7":21,"\u00e6":20,"\u00e5":20,"\u00e4":20,"\u00e3":20,"\u00e2":20,"\u00e1":20,"\u00e0":20,"\u00dd":-3,"\u00d8":10,"\u00d6":10,"\u00d5":10,"\u00d4":10,"\u00d3":10,"\u00d2":10,"\u00c7":10,"\u00c6":22,"\u00c5":20,"\u00c4":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u00c0":20,"}":-11,"z":9,"y":9,"w":12,"v":9,"u":10,"s":17,"r":11,"p":11,"o":21,"n":11,"m":11,"l":-3,"k":-3,"h":-3,"g":21,"e":21,"d":21,"c":21,"b":-3,"a":20,"]":-11,"Y":-3,"V":-3,"S":2,"Q":10,"O":10,"M":10,"G":11,"C":10,"A":20,";":12,":":12,"\/":28,".":32,"-":22,",":32,")":-11}},"U":{"d":"113,-40v22,0,38,-14,38,-37r0,-184r51,0r0,184v-2,53,-36,81,-89,81v-53,0,-89,-28,-89,-81r0,-184r51,0r0,184v0,23,16,37,38,37","w":226,"k":{"\u2026":6,"\u017e":5,"\u017d":2,"\u00c5":4,"\u00c4":4,"\u00c3":4,"\u00c2":4,"\u00c1":4,"\u00c0":4,"z":5,"x":4,"Z":2,"X":1,"M":2,"A":4,"\/":12,".":6,",":12}},"V":{"d":"138,0r-53,0r-81,-261r55,0r53,207v13,-73,34,-138,51,-207r55,0","w":222,"k":{"\u2026":37,"\u201d":-4,"\u201c":-4,"\u2019":-4,"\u2018":-4,"\u2014":17,"\u2013":17,"\u0160":2,"\u0153":15,"\u0152":6,"\u0142":-4,"\u00fe":-4,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f9":6,"\u00f8":15,"\u00f6":15,"\u00f5":15,"\u00f4":15,"\u00f3":15,"\u00f2":15,"\u00ef":-24,"\u00ee":-14,"\u00ed":4,"\u00ec":-14,"\u00eb":15,"\u00ea":15,"\u00e9":15,"\u00e8":15,"\u00e7":15,"\u00e6":16,"\u00e5":16,"\u00e4":16,"\u00e3":16,"\u00e2":16,"\u00e1":16,"\u00e0":16,"\u00d8":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00c7":6,"\u00c6":19,"\u00c5":17,"\u00c4":17,"\u00c3":17,"\u00c2":17,"\u00c1":17,"\u00c0":17,"}":-12,"u":6,"s":9,"r":7,"p":7,"o":15,"n":7,"m":7,"l":-4,"k":-4,"j":-2,"i":-2,"h":-4,"g":15,"e":15,"d":15,"c":15,"b":-4,"a":16,"]":-12,"T":-3,"S":2,"Q":6,"O":6,"M":6,"G":8,"C":6,"A":17,";":11,":":11,"\/":28,".":37,"-":17,",":40,")":-12}},"W":{"d":"256,0r-49,0r-43,-188r-42,188r-49,0r-65,-261r51,0r41,199v9,-71,29,-132,43,-199r42,0r45,199v9,-70,27,-132,39,-199r51,0","w":328,"k":{"\u2026":30,"\u201d":-4,"\u201c":-4,"\u2019":-4,"\u2018":-4,"\u2014":13,"\u2013":13,"\u017e":3,"\u0160":3,"\u0153":14,"\u0152":6,"\u00fc":5,"\u00fb":5,"\u00fa":5,"\u00f9":5,"\u00f8":14,"\u00f6":14,"\u00f5":14,"\u00f4":14,"\u00f3":14,"\u00f2":14,"\u00eb":14,"\u00ea":14,"\u00e9":14,"\u00e8":14,"\u00e6":14,"\u00e5":14,"\u00e4":14,"\u00e3":14,"\u00e2":14,"\u00e1":14,"\u00e0":14,"\u00d8":6,"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00c6":20,"\u00c5":14,"\u00c4":14,"\u00c3":14,"\u00c2":14,"\u00c1":14,"\u00c0":14,"}":-9,"z":3,"y":4,"u":5,"s":9,"r":7,"o":14,"n":7,"m":7,"g":14,"e":14,"d":14,"c":14,"a":14,"]":-9,"S":3,"Q":6,"O":6,"M":6,"G":7,"C":6,"A":14,";":9,":":9,"\/":23,".":30,"-":13,",":32,")":-9}},"X":{"d":"158,0r-50,-95r-49,95r-56,0r75,-135r-70,-126r56,0r45,86r44,-86r55,0r-70,126r75,135r-55,0","w":216,"k":{"\u2026":-11,"\u201d":1,"\u201c":1,"\u2019":1,"\u2018":1,"\u2014":22,"\u2013":22,"\u0153":7,"\u0152":11,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e5":-2,"\u00e4":-2,"\u00e3":-2,"\u00e2":-2,"\u00e1":-2,"\u00e0":-2,"\u00d8":11,"\u00d6":11,"\u00d5":11,"\u00d4":11,"\u00d3":11,"\u00d2":11,"}":-8,"y":11,"u":3,"t":7,"o":7,"e":7,"a":-2,"]":-8,"U":1,"Q":11,"O":11,"J":-20,"G":12,"C":11,";":-6,":":-6,"\/":-14,".":-11,"-":22,",":-13,")":-8}},"Y":{"d":"131,-102r0,102r-51,0r0,-102r-77,-159r54,0r48,108r48,-108r55,0","w":210,"k":{"\u2026":47,"\u201d":-1,"\u201c":-1,"\u2019":-1,"\u2018":-1,"\u2014":28,"\u2013":28,"\u017e":9,"\u0161":19,"\u0160":3,"\u0153":27,"\u0142":-4,"\u00fe":-4,"\u00fc":13,"\u00fb":13,"\u00fa":13,"\u00f9":13,"\u00f8":27,"\u00f6":27,"\u00f5":27,"\u00f4":27,"\u00f3":27,"\u00f2":27,"\u00ef":-23,"\u00ee":-10,"\u00ed":9,"\u00ec":-12,"\u00eb":27,"\u00ea":27,"\u00e9":27,"\u00e8":27,"\u00e7":27,"\u00e6":20,"\u00e5":20,"\u00e4":20,"\u00e3":20,"\u00e2":20,"\u00e1":20,"\u00e0":20,"\u00d8":11,"\u00d6":11,"\u00d5":11,"\u00d4":11,"\u00d3":11,"\u00d2":11,"\u00c7":11,"\u00c6":28,"\u00c5":23,"\u00c4":23,"\u00c3":23,"\u00c2":23,"\u00c1":23,"\u00c0":23,"}":-12,"z":9,"w":10,"v":7,"u":13,"t":2,"s":19,"r":14,"p":14,"o":27,"n":14,"m":14,"l":-4,"k":-4,"j":-2,"i":-2,"h":-4,"g":27,"e":27,"d":27,"c":27,"b":-4,"a":20,"]":-12,"T":-3,"S":3,"Q":11,"O":11,"M":11,"G":13,"C":11,"A":23,";":19,":":19,"\/":36,".":47,"-":28,",":47,")":-12}},"Z":{"d":"8,0r94,-218r-86,0r0,-43r155,0r-94,219r95,0r0,42r-164,0","w":186,"k":{"\u2026":-10,"\u201d":8,"\u201c":8,"\u2019":8,"\u2018":8,"\u2014":22,"\u2013":22,"\u0178":4,"\u0153":7,"\u0152":10,"\u0142":-1,"\u00ff":9,"\u00fe":-1,"\u00fd":9,"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f9":4,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":7,"\u00dd":4,"\u00dc":1,"\u00db":1,"\u00da":1,"\u00d9":1,"\u00d8":10,"\u00d6":10,"\u00d5":10,"\u00d4":10,"\u00d3":10,"\u00d2":10,"\u00c7":10,"}":-1,"y":9,"w":11,"v":9,"u":4,"t":8,"o":7,"l":-1,"k":-1,"j":-9,"h":-1,"g":7,"e":7,"d":7,"c":7,"b":-1,"]":-1,"Y":4,"U":1,"T":6,"Q":11,"O":10,"J":-11,"G":10,"C":10,";":-6,":":-6,"\/":-8,".":-10,"-":22,",":-10,")":-1}},"[":{"d":"27,70r0,-353r94,0r0,39r-46,0r0,276r46,0r0,38r-94,0","w":137,"k":{"\u017e":9,"\u017d":-3,"\u0178":-12,"\u0161":13,"\u0160":7,"\u0153":21,"\u0142":-9,"\u00ff":11,"\u00fe":-9,"\u00fd":11,"\u00fc":14,"\u00fb":14,"\u00fa":14,"\u00f9":14,"\u00f8":21,"\u00f6":21,"\u00f5":21,"\u00f4":21,"\u00f3":21,"\u00f2":21,"\u00f0":20,"\u00eb":21,"\u00ea":21,"\u00e9":21,"\u00e8":21,"\u00e7":21,"\u00e6":15,"\u00e5":15,"\u00e4":15,"\u00e3":15,"\u00e2":15,"\u00e1":15,"\u00e0":15,"\u00dd":-12,"\u00d8":15,"\u00d6":15,"\u00d5":15,"\u00d4":15,"\u00d3":15,"\u00d2":15,"\u00d0":1,"\u00c7":15,"\u00c5":-1,"\u00c4":-1,"\u00c3":-1,"\u00c2":-1,"\u00c1":-1,"\u00c0":-1,"z":9,"y":11,"x":6,"w":17,"v":15,"u":14,"t":14,"s":13,"r":14,"q":21,"p":-9,"o":21,"n":14,"m":14,"l":-9,"k":-9,"j":-40,"i":-5,"h":-9,"g":-1,"f":10,"e":21,"d":20,"c":21,"b":-9,"a":15,"Z":-3,"Y":-12,"X":-8,"W":-9,"V":-12,"T":-11,"S":7,"R":1,"Q":15,"P":1,"O":15,"M":7,"J":-45,"G":15,"D":1,"C":15,"B":1,"A":-1,"9":15,"8":15,"7":3,"6":23,"5":-14,"4":10,"3":-16,"2":9,"1":25,"0":23}},"\\":{"d":"131,73r-120,-349r46,-13r120,348","w":174},"]":{"d":"16,70r0,-38r47,0r0,-276r-47,0r0,-39r95,0r0,353r-95,0","w":137},"^":{"d":"163,-138r-54,-66r-54,66r-30,-25r62,-75v11,-14,33,-15,44,0r62,75","w":218},"_":{"d":"-1,78r0,-33r216,0r0,33r-216,0","w":213},"`":{"d":"15,-264v6,-17,40,-13,47,0r25,48r-33,0","w":123},"a":{"d":"24,-184v51,-23,149,-26,149,55r0,119v-50,23,-164,24,-160,-48v3,-58,58,-63,114,-67v8,-53,-62,-39,-91,-26xm59,-59v-2,31,43,32,68,24r0,-59v-32,2,-67,3,-68,35","w":194,"k":{"\u201d":3,"\u201c":3,"\u2019":3,"\u2018":3,"\u017e":2,"}":15,"z":2,"y":5,"x":3,"w":5,"v":5,"t":3,"j":-4,"f":3,"]":15,"\/":2,",":2,")":15}},"b":{"d":"71,-190v63,-23,119,18,119,88v0,98,-94,126,-168,92r0,-273r49,0r0,93xm71,-38v40,15,74,-13,69,-60v5,-45,-30,-74,-69,-56r0,116","w":204,"k":{"\u2026":5,"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u2014":-5,"\u2013":-5,"\u017e":4,"\u00ff":4,"\u00fd":4,"}":21,"z":4,"y":4,"w":4,"v":4,"t":2,"j":-3,"f":2,"]":21,"\/":10,".":5,"-":-5,",":12,")":21}},"c":{"d":"66,-98v-5,46,36,76,72,52r15,37v-63,36,-138,-7,-138,-88v0,-80,70,-124,138,-88r-15,35v-35,-23,-78,5,-72,52","w":164,"k":{"\u2026":-5,"\u201d":-9,"\u201c":-9,"\u2019":-9,"\u2018":-9,"\u2014":8,"\u2013":8,"\u0153":8,"\u00ff":-3,"\u00fd":-3,"\u00f8":8,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00f0":8,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"}":10,"y":-3,"v":-3,"q":6,"o":8,"j":-7,"g":8,"e":8,"d":6,"c":8,"]":10,";":-4,":":-4,"\/":-8,".":-5,"-":8,",":-5,")":10}},"d":{"d":"15,-96v0,-71,48,-113,119,-96r0,-91r49,0r0,273v-16,8,-45,14,-71,14v-62,0,-97,-38,-97,-100xm64,-96v0,45,29,73,70,58r0,-117v-40,-16,-70,16,-70,59","w":204,"k":{"\u00fe":-3,"}":-8,"l":-3,"k":-3,"j":-4,"h":-3,"b":-3,"]":-8,"\/":2,",":2,")":-8}},"e":{"d":"105,-198v60,-1,88,42,83,104r-125,17v3,48,72,50,108,31r14,36v-17,8,-46,15,-72,14v-64,-1,-98,-37,-98,-101v0,-61,30,-100,90,-101xm141,-119v6,-43,-45,-57,-68,-30v-8,9,-13,23,-13,41","w":203,"k":{"\u2026":4,"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u2014":-5,"\u2013":-5,"\u017e":2,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00e1":2,"\u00e0":2,"}":21,"z":2,"y":4,"x":4,"w":4,"v":4,"t":3,"j":-4,"f":3,"a":2,"]":21,";":2,":":2,"\/":-1,".":4,"-":-5,",":4,")":21}},"f":{"d":"35,-194v-6,-64,27,-96,90,-89r0,39v-31,-6,-46,14,-41,50r37,0r0,37r-37,0r0,157r-49,0r0,-157r-24,0r0,-37r24,0","w":133,"k":{"\u2026":23,"\u201d":-5,"\u201c":-5,"\u2019":-5,"\u2018":-5,"\u2014":2,"\u2013":2,"\u0153":7,"\u0142":-4,"\u00fe":-4,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f0":7,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":7,"\u00e6":6,"\u00e5":6,"\u00e4":6,"\u00e3":6,"\u00e2":6,"\u00e1":6,"\u00e0":6,"}":-13,"q":7,"o":7,"l":-4,"k":-4,"h":-4,"g":7,"e":7,"d":7,"c":7,"b":-4,"a":6,"]":-13,";":3,":":3,"\/":19,".":23,"-":2,",":23,")":-13}},"g":{"d":"15,-100v0,-93,97,-117,168,-84r0,181v8,84,-94,101,-160,69r14,-39v33,18,111,23,97,-41v-64,21,-119,-16,-119,-86xm64,-102v0,46,33,68,70,52r0,-107v-41,-12,-70,9,-70,55","w":204,"k":{"}":1,"j":-17,"]":1,"\/":-12,",":-7,")":1}},"h":{"d":"71,-188v47,-22,113,-4,113,56r0,132r-50,0r0,-127v3,-34,-40,-38,-63,-25r0,152r-49,0r0,-283r49,0r0,95","k":{"\u201d":3,"\u201c":3,"\u2019":3,"\u2018":3,"\u00ff":3,"\u00fd":3,"}":14,"y":3,"w":3,"v":3,"t":3,"f":3,"]":14,")":14}},"i":{"d":"47,-278v14,0,28,12,28,26v0,15,-14,27,-28,27v-15,0,-28,-12,-28,-27v0,-14,14,-26,28,-26xm23,0r0,-194r49,0r0,194r-49,0","w":94,"k":{"}":-5,"]":-5,")":-5}},"j":{"d":"-17,40v25,-9,40,-29,40,-64r0,-170r49,0v-7,112,35,263,-89,274r0,-40xm47,-278v14,0,28,12,28,26v0,15,-14,27,-28,27v-15,0,-28,-12,-28,-27v0,-14,14,-26,28,-26","w":94,"k":{"}":-5,"]":-5,"\/":-8,",":-7,")":-5}},"k":{"d":"141,0r-70,-98r0,98r-49,0r0,-283r49,0r1,174r64,-85r56,0r-70,91r75,103r-56,0","w":199,"k":{"\u2026":-9,"\u201d":-5,"\u201c":-5,"\u2019":-5,"\u2018":-5,"\u2014":16,"\u2013":16,"\u0153":9,"\u00fc":2,"\u00fb":2,"\u00fa":2,"\u00f9":2,"\u00f8":9,"\u00f6":9,"\u00f5":9,"\u00f4":9,"\u00f3":9,"\u00f2":9,"\u00f0":9,"\u00eb":9,"\u00ea":9,"\u00e9":9,"\u00e8":9,"\u00e7":9,"}":3,"u":2,"q":8,"o":9,"j":-11,"g":9,"e":9,"d":8,"c":9,"]":3,";":-5,":":-5,"\/":-10,".":-9,"-":16,",":-12,")":3}},"l":{"d":"23,0r0,-283r49,0r0,283r-49,0","w":94,"k":{"\u0142":-3,"\u00fe":-3,"}":-9,"l":-3,"k":-3,"j":-4,"h":-3,"b":-3,"]":-9,")":-9}},"m":{"d":"157,-179v40,-32,134,-26,134,45r0,134r-49,0r0,-129v3,-32,-43,-37,-61,-20r0,149r-49,0r0,-131v3,-30,-39,-33,-61,-23r0,154r-49,0r0,-184v36,-16,109,-22,135,5","w":312,"k":{"\u201d":3,"\u201c":3,"\u2019":3,"\u2018":3,"\u00ff":3,"\u00fd":3,"}":14,"y":3,"w":3,"v":3,"t":3,"j":-4,"f":3,"]":14,")":14}},"n":{"d":"22,-184v53,-22,162,-26,162,51r0,133r-50,0r0,-128v4,-33,-39,-36,-63,-26r0,154r-49,0r0,-184","k":{"\u201d":3,"\u201c":3,"\u2019":3,"\u2018":3,"\u00ff":3,"\u00fd":3,"}":14,"y":3,"w":3,"v":3,"t":3,"j":-4,"f":3,"]":14,")":14}},"o":{"d":"103,-198v60,0,88,42,88,101v0,59,-28,101,-88,101v-60,0,-88,-42,-88,-101v0,-59,28,-101,88,-101xm103,-36v30,0,39,-29,39,-62v0,-33,-9,-62,-39,-62v-30,0,-39,29,-39,62v0,33,8,62,39,62","k":{"\u2026":5,"\u201d":6,"\u201c":6,"\u2019":6,"\u2018":6,"\u2014":-5,"\u2013":-5,"\u017e":5,"}":21,"z":5,"y":6,"x":8,"w":6,"v":6,"t":3,"j":-4,"f":3,"]":21,"\/":10,".":5,"-":-5,",":12,")":21}},"p":{"d":"93,-198v62,0,97,38,97,100v0,71,-48,113,-119,96r0,79r-49,0r0,-261v16,-8,45,-14,71,-14xm71,-39v40,14,69,-14,69,-59v0,-45,-29,-73,-69,-58r0,117","w":204,"k":{"\u2026":5,"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u2014":-5,"\u2013":-5,"\u017e":4,"\u00ff":5,"\u00fd":5,"}":21,"z":4,"y":5,"x":11,"w":5,"v":5,"t":2,"j":-3,"f":2,"]":21,"\/":10,".":5,"-":-5,",":12,")":21}},"q":{"d":"15,-92v0,-98,94,-126,168,-92r0,261r-49,0r0,-81v-64,23,-119,-18,-119,-88xm64,-96v0,45,29,73,70,56r0,-116v-40,-15,-70,13,-70,60","w":204,"k":{"}":-9,"]":-9,"\/":-15,",":-11,")":-9}},"r":{"d":"22,-184v26,-10,65,-17,104,-13r-9,41v-13,-4,-35,-4,-46,1r0,155r-49,0r0,-184","w":134,"k":{"\u2026":31,"\u201d":-9,"\u201c":-9,"\u2019":-9,"\u2018":-9,"\u2014":6,"\u2013":6,"\u0161":2,"\u0153":8,"\u00f8":8,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00f0":8,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"\u00e7":8,"\u00e6":5,"\u00e5":5,"\u00e4":5,"\u00e3":5,"\u00e2":5,"\u00e1":5,"\u00e0":5,"}":13,"s":2,"q":8,"o":8,"g":8,"e":8,"d":8,"c":8,"a":5,"]":13,";":-2,":":-2,"\/":23,".":31,"-":6,",":31,")":13}},"s":{"d":"132,-151v-16,-11,-65,-20,-66,9v12,43,87,22,87,86v0,65,-92,72,-142,46r16,-37v19,11,73,24,75,-9v-13,-42,-86,-23,-86,-85v0,-61,85,-69,131,-43","w":166,"k":{"\u2026":-3,"\u201d":3,"\u201c":3,"\u2019":3,"\u2018":3,"\u2014":9,"\u2013":9,"\u00ff":1,"\u00fd":1,"\u00e5":-4,"\u00e4":-4,"\u00e3":-4,"\u00e2":-4,"\u00e1":-4,"\u00e0":-4,"}":17,"y":1,"w":1,"v":1,"t":2,"s":4,"j":-4,"f":2,"a":-4,"]":17,"\/":2,".":-3,"-":9,",":3,")":17}},"t":{"d":"83,-62v-1,21,21,26,37,19r0,40v-42,16,-85,-2,-85,-55r0,-99r-25,0r0,-37r25,0r0,-43r48,-14r0,57r37,0r0,37r-37,0r0,95","w":132,"k":{"\u2026":-8,"\u201d":-5,"\u201c":-5,"\u2019":-5,"\u2018":-5,"\u2014":4,"\u2013":4,"\u0153":4,"\u00f8":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00e7":4,"\u00e6":-2,"\u00e5":-2,"\u00e4":-2,"\u00e3":-2,"\u00e2":-2,"\u00e1":-2,"\u00e0":-2,"}":14,"q":4,"o":4,"j":-9,"g":4,"e":4,"d":4,"c":4,"a":-2,"]":14,";":-5,":":-5,"\/":-6,".":-8,"-":4,",":-8,")":14}},"u":{"d":"71,-67v-4,31,37,36,61,27r0,-154r49,0r0,184v-57,24,-159,26,-159,-58r0,-126r49,0r0,127","w":203,"k":{"}":14,"]":14,"\/":1,",":2,")":14}},"v":{"d":"132,0r-56,0r-71,-194r56,0r43,152r43,-152r55,0","w":208,"k":{"\u2026":33,"\u201d":-12,"\u201c":-12,"\u2019":-12,"\u2018":-12,"\u2014":3,"\u2013":3,"\u0161":2,"\u0153":6,"\u00f8":6,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u00f0":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"\u00e7":6,"\u00e6":5,"\u00e5":5,"\u00e4":5,"\u00e3":5,"\u00e2":5,"\u00e1":5,"\u00e0":5,"}":15,"s":2,"q":6,"o":6,"g":6,"e":6,"d":6,"c":6,"a":5,"]":15,";":-5,":":-5,"\/":20,".":33,"-":3,",":35,")":15}},"w":{"d":"238,0r-50,0r-36,-140v-10,49,-24,93,-36,140r-51,0r-56,-194r49,0r33,150r38,-150r45,0r39,150v8,-53,22,-100,33,-150r49,0","w":303,"k":{"\u2026":28,"\u201d":-9,"\u201c":-9,"\u2019":-9,"\u2018":-9,"\u2014":3,"\u2013":3,"\u0161":2,"\u0153":6,"\u00f8":6,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u00f0":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"\u00e6":5,"\u00e5":5,"\u00e4":5,"\u00e3":5,"\u00e2":5,"\u00e1":5,"\u00e0":5,"}":17,"s":2,"q":6,"o":6,"g":6,"e":6,"d":6,"c":6,"a":5,"]":17,"\/":17,".":28,"-":3,",":30,")":17}},"x":{"d":"139,0r-40,-67r-40,67r-56,0r66,-100r-61,-94r55,0r36,62r36,-62r55,0r-60,94r66,100r-57,0","w":198,"k":{"\u2026":-9,"\u201d":-8,"\u201c":-8,"\u2019":-8,"\u2018":-8,"\u2014":15,"\u2013":15,"\u0153":8,"\u00fc":3,"\u00fb":3,"\u00fa":3,"\u00f9":3,"\u00f8":8,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00f0":11,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"}":6,"u":3,"q":7,"o":8,"j":-14,"g":8,"e":8,"d":7,"c":7,"]":6,";":-5,":":-5,"\/":-13,".":-9,"-":15,",":-13,")":6}},"y":{"d":"101,77r-52,0r29,-77r-73,-194r56,0r43,153v12,-54,29,-102,43,-153r55,0","w":207,"k":{"\u2026":35,"\u201d":-12,"\u201c":-12,"\u2019":-12,"\u2018":-12,"\u2014":4,"\u2013":4,"\u0161":2,"\u0153":6,"\u00f8":6,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u00f0":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"\u00e7":6,"\u00e6":5,"\u00e5":5,"\u00e4":5,"\u00e3":5,"\u00e2":5,"\u00e1":5,"\u00e0":5,"}":14,"s":2,"q":6,"o":6,"g":6,"e":6,"d":6,"c":6,"a":5,"]":14,";":-2,":":-2,"\/":18,".":35,"-":4,",":33,")":14}},"z":{"d":"9,0r78,-156r-72,0r0,-38r141,0r-78,155r79,0r0,39r-148,0","w":170,"k":{"\u2026":-7,"\u201d":-4,"\u201c":-4,"\u2019":-4,"\u2018":-4,"\u2014":13,"\u2013":13,"\u0153":7,"\u00f8":6,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u00f0":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"\u00e7":6,"}":10,"q":5,"o":6,"g":6,"e":6,"d":5,"c":6,"]":10,";":-2,":":-2,"\/":-10,".":-7,"-":13,",":-7,")":10}},"{":{"d":"89,-54v-1,35,-21,92,31,86r0,38v-54,4,-84,-17,-84,-66v0,-35,18,-89,-24,-90r0,-40v41,-1,24,-56,24,-90v0,-48,30,-71,84,-67r0,39v-51,-7,-33,50,-31,86v2,29,-15,44,-35,52v22,6,36,24,35,52","w":138,"k":{"\u017e":9,"\u017d":-3,"\u0178":-12,"\u0161":13,"\u0160":7,"\u0153":21,"\u0142":-9,"\u00ff":11,"\u00fe":-9,"\u00fd":11,"\u00fc":14,"\u00fb":14,"\u00fa":14,"\u00f9":14,"\u00f8":21,"\u00f6":21,"\u00f5":21,"\u00f4":21,"\u00f3":21,"\u00f2":21,"\u00f0":20,"\u00eb":21,"\u00ea":21,"\u00e9":21,"\u00e8":21,"\u00e7":21,"\u00e6":15,"\u00e5":15,"\u00e4":15,"\u00e3":15,"\u00e2":15,"\u00e1":15,"\u00e0":15,"\u00dd":-12,"\u00d8":15,"\u00d6":15,"\u00d5":15,"\u00d4":15,"\u00d3":15,"\u00d2":15,"\u00d0":1,"\u00c7":15,"\u00c5":-1,"\u00c4":-1,"\u00c3":-1,"\u00c2":-1,"\u00c1":-1,"\u00c0":-1,"z":9,"y":11,"x":6,"w":17,"v":15,"u":14,"t":14,"s":13,"r":14,"q":21,"p":-9,"o":21,"n":14,"m":14,"l":-9,"k":-9,"j":-40,"i":-5,"h":-9,"g":-1,"f":10,"e":21,"d":20,"c":21,"b":-9,"a":15,"Z":-3,"Y":-12,"X":-8,"W":-9,"V":-12,"T":-11,"S":7,"R":1,"Q":15,"P":1,"O":15,"M":7,"J":-45,"G":15,"D":1,"C":15,"B":1,"A":-1,"9":15,"8":15,"7":3,"6":23,"5":-14,"4":10,"3":-16,"2":9,"1":25,"0":23}},"|":{"d":"23,77r0,-360r49,0r0,360r-49,0","w":95},"}":{"d":"103,-216v0,34,-18,88,24,90r0,40v-42,2,-24,56,-24,90v0,48,-29,71,-84,66r0,-38v51,7,33,-50,31,-86v-2,-29,15,-45,35,-53v-44,-9,-33,-67,-30,-109v2,-22,-13,-30,-36,-28r0,-39v54,-4,84,18,84,67","w":138},"~":{"d":"74,-161v33,0,77,42,95,-1r25,18v-4,24,-23,44,-50,44v-29,0,-37,-21,-64,-21v-16,0,-26,10,-31,23r-25,-19v4,-24,24,-44,50,-44","w":218},"\u00a0":{"w":89},"\u00a1":{"d":"53,-186v18,0,31,13,31,30v0,17,-12,31,-31,31v-19,0,-31,-12,-31,-31v0,-18,12,-30,31,-30xm24,77r7,-169r43,0r8,169r-58,0","w":105},"\u00a2":{"d":"70,-143v0,43,35,69,72,49r16,34v-11,6,-23,11,-39,12r4,48r-38,0r4,-49v-43,-9,-70,-41,-70,-93v0,-53,27,-83,70,-93r-4,-48r38,0r-4,47v16,1,28,6,39,12r-16,33v-34,-21,-72,3,-72,48","w":171},"\u00a3":{"d":"112,-118v7,27,-4,61,-17,76r107,0r0,42r-182,0v24,-29,55,-63,45,-118r-39,0r0,-36r31,0v-29,-88,63,-139,144,-97r-16,39v-26,-18,-83,-13,-83,27v0,13,2,22,5,31r62,0r0,36r-57,0","w":225},"\u00a4":{"d":"87,-189v20,-14,61,-15,81,0r36,-37r33,28r-38,40v13,25,14,62,0,87r38,40r-33,28r-36,-37v-20,15,-61,14,-81,0r-36,37r-32,-28r38,-40v-14,-25,-13,-62,0,-87r-38,-40r32,-28xm128,-66v25,0,38,-21,38,-48v0,-27,-12,-49,-38,-49v-26,0,-39,22,-39,49v0,27,14,48,39,48","w":255},"\u00a5":{"d":"178,-169r41,0r0,25r-53,0r-19,35r72,0r0,25r-72,0r0,84r-49,0r0,-84r-72,0r0,-25r72,0r-18,-35r-54,0r0,-25r41,0r-47,-92r55,0r48,103r48,-103r54,0","w":244},"\u00a6":{"d":"23,-139r0,-144r49,0r0,144r-49,0xm23,77r0,-144r49,0r0,144r-49,0","w":95},"\u00a7":{"d":"161,-215v-20,-13,-70,-19,-70,14v15,53,105,48,103,117v-1,30,-21,47,-39,60v39,39,7,106,-56,106v-24,0,-50,-6,-65,-14r15,-39v24,18,92,17,70,-27v-32,-36,-102,-41,-102,-106v0,-31,20,-48,39,-62v-41,-53,21,-122,94,-95v10,3,19,6,26,10xm126,-46v25,-10,32,-50,3,-68r-45,-29v-25,9,-33,55,-3,67","w":211},"\u00a8":{"d":"98,-264v12,0,24,10,24,22v0,13,-12,23,-24,23v-12,0,-23,-10,-23,-23v0,-13,11,-22,23,-22xm25,-264v12,0,24,10,24,22v0,13,-12,23,-24,23v-13,0,-24,-10,-24,-23v0,-12,12,-22,24,-22","w":123},"\u00a9":{"d":"155,-265v84,0,137,53,137,135v0,82,-54,134,-137,134v-83,0,-137,-51,-137,-134v0,-83,53,-135,137,-135xm155,-23v64,0,106,-42,106,-107v0,-65,-41,-107,-106,-107v-66,0,-106,43,-106,107v0,65,42,107,106,107xm125,-132v-4,39,31,60,61,42r11,24v-47,25,-105,-3,-105,-65v0,-61,54,-91,105,-65r-11,22v-29,-17,-66,3,-61,42","w":309},"\u00aa":{"d":"101,-211v4,-39,-49,-26,-70,-18r-10,-25v41,-16,117,-20,117,41r0,87v-40,16,-129,19,-126,-36v3,-42,46,-46,89,-49xm49,-163v0,21,32,25,52,18r0,-42v-23,2,-51,1,-52,24","w":159},"\u00ab":{"d":"170,-19r-67,-91r67,-91r29,22r-52,69r52,70xm83,-19r-68,-91r68,-91r29,22r-52,69r52,70","w":218},"\u00ac":{"d":"135,-33r0,-65r-113,0r0,-38r153,0r0,103r-40,0","w":197},"\u00ad":{"d":"21,-96r0,-42r102,0r0,42r-102,0","w":144},"\u00ae":{"d":"118,-265v63,0,102,40,102,100v0,61,-40,100,-102,100v-62,0,-101,-38,-101,-100v0,-61,38,-100,101,-100xm118,-87v47,0,78,-30,78,-78v0,-48,-30,-79,-78,-79v-48,0,-78,31,-78,79v0,48,31,78,78,78xm115,-223v43,-8,62,48,24,59v13,11,19,34,27,51r-25,0v-11,-16,-7,-47,-37,-44r0,44r-23,0r0,-104v9,-4,21,-7,34,-6xm136,-189v2,-15,-17,-20,-32,-15r0,31v17,1,33,-1,32,-16","w":236},"\u00af":{"d":"11,-225r0,-29r102,0r0,29r-102,0","w":123},"\u00b0":{"d":"85,-265v42,0,69,26,69,67v0,42,-28,68,-69,68v-41,0,-68,-26,-68,-68v0,-41,26,-67,68,-67xm85,-164v19,0,34,-17,34,-34v0,-18,-16,-33,-34,-33v-18,0,-33,15,-33,33v0,17,15,34,33,34","w":170},"\u00b1":{"d":"119,-119r0,56r-40,0r0,-56r-57,0r0,-35r57,0r0,-56r40,0r0,56r56,0r0,35r-56,0xm22,0r0,-35r153,0r0,35r-153,0","w":197},"\u00b2":{"d":"13,-327v47,-25,127,3,96,61v-13,24,-35,40,-52,60r61,0r0,26r-114,0r75,-94v11,-17,-3,-37,-24,-36v-12,0,-25,3,-34,7","w":132},"\u00b3":{"d":"87,-263v54,20,26,86,-31,86v-18,0,-35,-4,-47,-9r10,-24v19,9,67,14,66,-14v0,-18,-24,-24,-46,-23r0,-23v22,-1,39,-6,41,-23v1,-24,-43,-18,-58,-10r-9,-24v35,-14,98,-16,98,32v0,15,-12,27,-24,32","w":132},"\u00b4":{"d":"70,-216r-34,0v16,-24,23,-70,66,-56v4,2,6,5,7,8","w":123},"\u00b5":{"d":"181,-15v-22,20,-80,26,-110,10r0,82r-49,0r0,-271r49,0r0,151v14,10,48,11,61,0r0,-151r49,0r0,179","w":203},"\u00b6":{"d":"17,-183v0,-89,113,-95,176,-68r0,328r-35,0r0,-303v-12,-3,-27,-5,-43,-5r0,308r-35,0r0,-183v-36,-7,-63,-34,-63,-77","w":218},"\u00b7":{"d":"49,-148v18,0,31,13,31,31v0,18,-13,31,-31,31v-18,0,-31,-13,-31,-31v0,-18,13,-31,31,-31","w":97},"\u00b8":{"d":"43,20v31,-3,67,-2,67,25v0,36,-57,33,-97,31r10,-19v27,9,80,-16,31,-21v-6,0,-13,0,-21,1","w":123},"\u00b9":{"d":"21,-310v22,-3,41,-10,54,-23r24,0r0,153r-31,0r0,-118v-11,6,-28,10,-42,12","w":132},"\u00ba":{"d":"84,-264v46,0,69,30,69,74v0,45,-24,74,-69,74v-45,0,-69,-29,-69,-74v0,-44,23,-74,69,-74xm84,-146v22,0,29,-20,29,-44v0,-25,-7,-45,-29,-45v-22,0,-30,21,-30,45v0,24,8,44,30,44","w":167},"\u00bb":{"d":"136,-19r-29,-21r52,-70r-52,-69r29,-22r67,91xm49,-19r-29,-21r52,-70r-52,-69r29,-22r67,91","w":218},"\u00bc":{"d":"277,-37r0,37r-29,0r0,-37r-68,0r0,-22r64,-94r33,0r0,94r16,0r0,22r-16,0xm97,6r-24,-13r137,-259r24,13xm54,-108r0,-118v-13,4,-26,10,-41,12r-5,-24v22,-3,41,-10,53,-23r24,0r0,153r-31,0xm250,-126v-13,23,-29,45,-43,67r42,0","w":308},"\u00bd":{"d":"189,-147v47,-25,127,3,96,61v-13,24,-35,40,-52,60r61,0r0,26r-114,0r75,-94v11,-17,-3,-37,-24,-36v-12,0,-25,3,-34,7xm89,6r-25,-13r138,-259r24,13xm54,-108r0,-118v-13,4,-26,10,-41,12r-5,-24v22,-3,41,-10,53,-23r24,0r0,153r-31,0","w":308},"\u00be":{"d":"277,-37r0,37r-29,0r0,-37r-68,0r0,-22r64,-94r33,0r0,94r16,0r0,22r-16,0xm87,-191v54,20,26,86,-31,86v-18,0,-35,-4,-47,-9r10,-24v19,9,67,14,66,-14v0,-18,-24,-24,-46,-23r0,-23v22,-1,39,-6,41,-23v1,-24,-43,-18,-58,-10r-9,-24v35,-14,98,-16,98,32v0,15,-12,27,-24,32xm105,6r-24,-13r137,-259r24,13xm250,-126v-13,23,-29,45,-43,67r42,0","w":308},"\u00bf":{"d":"66,11v-3,41,64,32,90,20r15,37v-62,32,-190,10,-151,-79v9,-21,31,-35,54,-43r3,-38r40,0r4,62v-24,8,-53,14,-55,41xm97,-186v19,0,31,13,31,30v0,18,-12,31,-31,31v-18,-1,-31,-12,-31,-31v0,-18,13,-29,31,-30","w":180},"\u00c0":{"d":"67,-330v6,-16,40,-14,47,0r25,47r-34,0xm184,0r-19,-61r-90,0r-20,61r-52,0r87,-261r59,0r88,261r-53,0xm154,-98r-35,-121v-8,43,-22,81,-34,121r69,0","w":239,"k":{"\u2026":-16,"\u201d":27,"\u201c":27,"\u2019":27,"\u2018":27,"\u2014":11,"\u2013":11,"\u0161":-4,"\u00d8":5,"\u00d6":5,"\u00d5":5,"\u00d4":5,"\u00d3":5,"\u00d2":5,"\u00c7":5,"}":-1,"y":11,"w":10,"v":11,"t":5,"s":-4,"j":-12,"f":2,"]":-1,"Y":23,"W":14,"V":17,"U":4,"T":20,"Q":5,"O":5,"J":-11,"G":5,"C":5,";":-13,":":-13,"\/":-15,".":-16,"-":11,",":-18,")":-1}},"\u00c1":{"d":"134,-283r-34,0v15,-24,22,-70,65,-55v4,2,6,5,7,8xm184,0r-19,-61r-90,0r-20,61r-52,0r87,-261r59,0r88,261r-53,0xm154,-98r-35,-121v-8,43,-22,81,-34,121r69,0","w":239,"k":{"\u2026":-16,"\u201d":27,"\u201c":27,"\u2019":27,"\u2018":27,"\u2014":11,"\u2013":11,"\u0161":-4,"\u00d8":5,"\u00d6":5,"\u00d5":5,"\u00d4":5,"\u00d3":5,"\u00d2":5,"\u00c7":5,"}":-1,"y":11,"w":10,"v":11,"t":5,"s":-4,"j":-12,"f":2,"]":-1,"Y":23,"W":14,"V":17,"U":4,"T":20,"Q":5,"O":5,"J":-11,"G":5,"C":5,";":-13,":":-13,"\/":-15,".":-16,"-":11,",":-18,")":-1}},"\u00c2":{"d":"154,-279r-34,-30r-35,30r-19,-17v20,-13,43,-64,70,-37r37,37xm184,0r-19,-61r-90,0r-20,61r-52,0r87,-261r59,0r88,261r-53,0xm154,-98r-35,-121v-8,43,-22,81,-34,121r69,0","w":239,"k":{"\u2026":-16,"\u201d":27,"\u201c":27,"\u2019":27,"\u2018":27,"\u2014":11,"\u2013":11,"\u0161":-4,"\u00d8":5,"\u00d6":5,"\u00d5":5,"\u00d4":5,"\u00d3":5,"\u00d2":5,"\u00c7":5,"}":-1,"y":11,"w":10,"v":11,"t":5,"s":-4,"j":-12,"f":2,"]":-1,"Y":23,"W":14,"V":17,"U":4,"T":20,"Q":5,"O":5,"J":-11,"G":5,"C":5,";":-13,":":-13,"\/":-15,".":-16,"-":11,",":-18,")":-1}},"\u00c3":{"d":"134,-316v10,0,15,-8,17,-18r22,13v1,34,-40,47,-61,23v-12,-8,-25,2,-26,15r-22,-13v2,-18,13,-36,32,-36v19,-1,23,16,38,16xm184,0r-19,-61r-90,0r-20,61r-52,0r87,-261r59,0r88,261r-53,0xm154,-98r-35,-121v-8,43,-22,81,-34,121r69,0","w":239,"k":{"\u2026":-16,"\u201d":27,"\u201c":27,"\u2019":27,"\u2018":27,"\u2014":11,"\u2013":11,"\u0161":-4,"\u00d8":5,"\u00d6":5,"\u00d5":5,"\u00d4":5,"\u00d3":5,"\u00d2":5,"\u00c7":5,"}":-1,"y":11,"w":10,"v":11,"t":5,"s":-4,"j":-12,"f":2,"]":-1,"Y":23,"W":14,"V":17,"U":4,"T":20,"Q":5,"O":5,"J":-11,"G":5,"C":5,";":-13,":":-13,"\/":-15,".":-16,"-":11,",":-18,")":-1}},"\u00c4":{"d":"156,-330v13,0,25,9,24,22v0,13,-12,23,-24,23v-13,0,-24,-10,-24,-23v-1,-12,11,-22,24,-22xm83,-330v13,0,25,9,24,22v0,13,-12,23,-24,23v-13,0,-24,-10,-24,-23v-1,-12,11,-22,24,-22xm184,0r-19,-61r-90,0r-20,61r-52,0r87,-261r59,0r88,261r-53,0xm154,-98r-35,-121v-8,43,-22,81,-34,121r69,0","w":239,"k":{"\u2026":-16,"\u201d":27,"\u201c":27,"\u2019":27,"\u2018":27,"\u2014":11,"\u2013":11,"\u0161":-4,"\u00d8":5,"\u00d6":5,"\u00d5":5,"\u00d4":5,"\u00d3":5,"\u00d2":5,"\u00c7":5,"}":-1,"y":11,"w":10,"v":11,"t":5,"s":-4,"j":-12,"f":2,"]":-1,"Y":23,"W":14,"V":17,"U":4,"T":20,"Q":5,"O":5,"J":-11,"G":5,"C":5,";":-13,":":-13,"\/":-15,".":-16,"-":11,",":-18,")":-1}},"\u00c5":{"d":"120,-349v21,0,37,16,37,35v0,19,-16,35,-37,35v-21,0,-38,-15,-38,-35v0,-20,17,-35,38,-35xm120,-298v10,0,16,-7,16,-16v0,-9,-7,-15,-16,-16v-9,0,-17,7,-17,16v0,10,7,16,17,16xm184,0r-19,-61r-90,0r-20,61r-52,0r87,-261r59,0r88,261r-53,0xm154,-98r-35,-121v-8,43,-22,81,-34,121r69,0","w":239,"k":{"\u2026":-16,"\u201d":27,"\u201c":27,"\u2019":27,"\u2018":27,"\u2014":11,"\u2013":11,"\u0161":-4,"\u00d8":5,"\u00d6":5,"\u00d5":5,"\u00d4":5,"\u00d3":5,"\u00d2":5,"\u00c7":5,"}":-1,"y":11,"w":10,"v":11,"t":5,"s":-4,"j":-12,"f":2,"]":-1,"Y":23,"W":14,"V":17,"U":4,"T":20,"Q":5,"O":5,"J":-11,"G":5,"C":5,";":-13,":":-13,"\/":-15,".":-16,"-":11,",":-18,")":-1}},"\u00c6":{"d":"178,0r-11,-61r-90,0r-27,61r-54,0r121,-261r163,0r0,43r-95,0r14,65r78,0r0,42r-70,0r15,69r80,0r0,42r-124,0xm162,-98r-20,-121v-13,45,-34,80,-51,121r71,0","w":314,"k":{"\u00c7":10,"V":8,"T":9,"Q":10,"O":10,"G":10,"C":10}},"\u00c7":{"d":"69,-131v-6,65,41,110,92,80r15,41v-13,8,-34,15,-56,14v-73,-3,-99,-57,-103,-134v-5,-99,70,-164,159,-121r-15,41v-50,-31,-99,13,-92,79xm79,20v31,-3,67,-2,67,25v0,36,-57,33,-97,31r10,-19v27,9,80,-16,31,-21v-6,0,-13,0,-21,1","w":188,"k":{"\u2026":-9,"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u2014":22,"\u2013":22,"\u0178":-4,"\u0153":11,"\u0152":12,"\u00ff":10,"\u00fd":10,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f9":6,"\u00f8":9,"\u00f6":9,"\u00f5":9,"\u00f4":9,"\u00f3":9,"\u00f2":9,"\u00eb":11,"\u00ea":11,"\u00e9":11,"\u00e8":11,"\u00dd":-4,"\u00d8":12,"\u00d6":12,"\u00d5":12,"\u00d4":12,"\u00d3":12,"\u00d2":12,"}":-9,"y":10,"u":6,"o":9,"e":11,"]":-9,"Y":-4,"O":12,";":-9,":":-9,"\/":-8,".":-9,"-":22,",":-8,")":-9}},"\u00c8":{"d":"42,-330v6,-15,39,-14,47,0r25,47r-33,0xm24,0r0,-261r139,0r0,43r-89,0r0,65r80,0r0,42r-80,0r0,69r89,0r0,42r-139,0","w":178,"k":{"\u2026":-8,"\u2014":2,"\u2013":2,"\u00e7":2,"\u00d8":3,"\u00d6":3,"\u00d5":3,"\u00d4":3,"\u00d3":3,"\u00d2":3,"\u00c7":3,"}":-4,"q":2,"o":2,"j":-7,"g":2,"d":2,"c":2,"]":-4,"Q":3,"O":3,"J":-8,"G":3,"C":3,";":-5,":":-5,"\/":-8,".":-8,"-":2,",":-8,")":-4}},"\u00c9":{"d":"103,-283r-34,0v15,-23,23,-70,65,-55v4,2,6,5,7,8xm24,0r0,-261r139,0r0,43r-89,0r0,65r80,0r0,42r-80,0r0,69r89,0r0,42r-139,0","w":178,"k":{"\u2026":-8,"\u2014":2,"\u2013":2,"\u00e7":2,"\u00d8":3,"\u00d6":3,"\u00d5":3,"\u00d4":3,"\u00d3":3,"\u00d2":3,"\u00c7":3,"}":-4,"q":2,"o":2,"j":-7,"g":2,"d":2,"c":2,"]":-4,"Q":3,"O":3,"J":-8,"G":3,"C":3,";":-5,":":-5,"\/":-8,".":-8,"-":2,",":-8,")":-4}},"\u00ca":{"d":"126,-279r-35,-30r-34,30r-19,-17v20,-14,42,-63,69,-37r38,37xm24,0r0,-261r139,0r0,43r-89,0r0,65r80,0r0,42r-80,0r0,69r89,0r0,42r-139,0","w":178,"k":{"\u2026":-8,"\u2014":2,"\u2013":2,"\u00e7":2,"\u00d8":3,"\u00d6":3,"\u00d5":3,"\u00d4":3,"\u00d3":3,"\u00d2":3,"\u00c7":3,"}":-4,"q":2,"o":2,"j":-7,"g":2,"d":2,"c":2,"]":-4,"Q":3,"O":3,"J":-8,"G":3,"C":3,";":-5,":":-5,"\/":-8,".":-8,"-":2,",":-8,")":-4}},"\u00cb":{"d":"130,-330v13,0,25,9,24,22v0,13,-12,23,-24,23v-13,0,-25,-10,-25,-23v0,-13,12,-22,25,-22xm57,-330v13,0,25,9,24,22v0,13,-12,23,-24,23v-13,0,-24,-10,-24,-23v-1,-12,11,-22,24,-22xm24,0r0,-261r139,0r0,43r-89,0r0,65r80,0r0,42r-80,0r0,69r89,0r0,42r-139,0","w":178,"k":{"\u2026":-8,"\u2014":2,"\u2013":2,"\u00e7":2,"\u00d8":3,"\u00d6":3,"\u00d5":3,"\u00d4":3,"\u00d3":3,"\u00d2":3,"\u00c7":3,"}":-4,"q":2,"o":2,"j":-7,"g":2,"d":2,"c":2,"]":-4,"Q":3,"O":3,"J":-8,"G":3,"C":3,";":-5,":":-5,"\/":-8,".":-8,"-":2,",":-8,")":-4}},"\u00cc":{"d":"0,-330v5,-16,39,-14,47,0r25,47r-33,0xm24,0r0,-261r51,0r0,261r-51,0","w":99},"\u00cd":{"d":"60,-283r-33,0v15,-23,23,-70,65,-55v4,2,6,5,7,8xm24,0r0,-261r51,0r0,261r-51,0","w":99},"\u00ce":{"d":"84,-279r-34,-30r-35,30r-19,-17v20,-14,43,-64,70,-37r37,37xm24,0r0,-261r51,0r0,261r-51,0","w":99},"\u00cf":{"d":"86,-330v13,0,25,9,24,22v0,13,-12,23,-24,23v-13,0,-24,-10,-24,-23v-1,-12,11,-22,24,-22xm13,-330v13,0,25,9,24,22v0,13,-12,23,-24,23v-13,0,-24,-10,-24,-23v-1,-12,11,-22,24,-22xm24,0r0,-261r51,0r0,261r-51,0","w":99},"\u00d0":{"d":"99,-265v78,0,116,53,116,135v0,82,-39,134,-116,134v-27,1,-54,-6,-71,-14r0,-104r-19,0r0,-37r19,0r0,-100v16,-8,45,-15,71,-14xm77,-41v61,15,88,-29,88,-89v0,-61,-28,-105,-88,-89r0,68r36,0r0,37r-36,0r0,73","w":231,"k":{"\u2026":9,"\u201d":-1,"\u201c":-1,"\u2019":-1,"\u2018":-1,"\u2014":-7,"\u2013":-7,"\u017d":8,"\u00c5":5,"\u00c4":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"\u00c0":5,"}":15,"]":15,"Z":8,"Y":11,"W":5,"V":5,"T":11,"M":3,"A":5,";":-4,":":-4,"\/":15,".":9,"-":-7,",":16,")":15}},"\u00d1":{"d":"134,-316v10,0,15,-8,17,-18r22,13v1,34,-40,47,-61,23v-12,-8,-25,2,-26,15r-22,-13v2,-18,13,-36,32,-36v19,-1,23,16,38,16xm176,0r-109,-185r0,185r-43,0r0,-261r44,0r107,181r-1,-181r44,0r0,261r-42,0","w":241},"\u00d2":{"d":"67,-330v6,-15,39,-14,47,0r26,47r-34,0xm117,-265v75,0,101,59,101,135v0,75,-27,134,-101,134v-74,0,-100,-59,-100,-134v0,-75,26,-135,100,-135xm117,-41v42,0,50,-45,50,-89v0,-45,-8,-90,-50,-90v-42,0,-50,46,-50,90v0,43,7,89,50,89","w":234,"k":{"\u2026":9,"\u201d":-1,"\u201c":-1,"\u2019":-1,"\u2018":-1,"\u2014":-7,"\u2013":-7,"\u017e":2,"\u017d":8,"\u00c5":5,"\u00c4":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"\u00c0":5,"}":15,"z":2,"x":3,"]":15,"Z":8,"Y":11,"X":11,"W":6,"V":6,"T":10,"M":4,"A":5,";":-5,":":-5,"\/":15,".":9,"-":-7,",":16,")":15}},"\u00d3":{"d":"129,-283r-34,0v15,-23,23,-70,65,-55v4,2,6,5,7,8xm117,-265v75,0,101,59,101,135v0,75,-27,134,-101,134v-74,0,-100,-59,-100,-134v0,-75,26,-135,100,-135xm117,-41v42,0,50,-45,50,-89v0,-45,-8,-90,-50,-90v-42,0,-50,46,-50,90v0,43,7,89,50,89","w":234,"k":{"\u2026":9,"\u201d":-1,"\u201c":-1,"\u2019":-1,"\u2018":-1,"\u2014":-7,"\u2013":-7,"\u017e":2,"\u017d":8,"\u00c5":5,"\u00c4":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"\u00c0":5,"}":15,"z":2,"x":3,"]":15,"Z":8,"Y":11,"X":11,"W":6,"V":6,"T":10,"M":4,"A":5,";":-5,":":-5,"\/":15,".":9,"-":-7,",":16,")":15}},"\u00d4":{"d":"152,-279r-35,-30r-34,30r-19,-17v20,-14,42,-63,69,-37r38,37xm117,-265v75,0,101,59,101,135v0,75,-27,134,-101,134v-74,0,-100,-59,-100,-134v0,-75,26,-135,100,-135xm117,-41v42,0,50,-45,50,-89v0,-45,-8,-90,-50,-90v-42,0,-50,46,-50,90v0,43,7,89,50,89","w":234,"k":{"\u2026":9,"\u201d":-1,"\u201c":-1,"\u2019":-1,"\u2018":-1,"\u2014":-7,"\u2013":-7,"\u017e":2,"\u017d":8,"\u00c5":5,"\u00c4":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"\u00c0":5,"}":15,"z":2,"x":3,"]":15,"Z":8,"Y":11,"X":11,"W":6,"V":6,"T":10,"M":4,"A":5,";":-5,":":-5,"\/":15,".":9,"-":-7,",":16,")":15}},"\u00d5":{"d":"94,-332v22,1,46,32,54,-2r22,13v1,34,-40,47,-61,23v-12,-8,-25,1,-25,15r-22,-13v1,-19,13,-37,32,-36xm117,-265v75,0,101,59,101,135v0,75,-27,134,-101,134v-74,0,-100,-59,-100,-134v0,-75,26,-135,100,-135xm117,-41v42,0,50,-45,50,-89v0,-45,-8,-90,-50,-90v-42,0,-50,46,-50,90v0,43,7,89,50,89","w":234,"k":{"\u2026":9,"\u201d":-1,"\u201c":-1,"\u2019":-1,"\u2018":-1,"\u2014":-7,"\u2013":-7,"\u017e":2,"\u017d":8,"\u00c5":5,"\u00c4":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"\u00c0":5,"}":15,"z":2,"x":3,"]":15,"Z":8,"Y":11,"X":11,"W":6,"V":6,"T":10,"M":4,"A":5,";":-5,":":-5,"\/":15,".":9,"-":-7,",":16,")":15}},"\u00d6":{"d":"154,-330v13,0,25,9,24,22v0,13,-12,23,-24,23v-13,0,-24,-10,-24,-23v-1,-12,11,-22,24,-22xm81,-330v13,0,25,9,24,22v0,13,-12,23,-24,23v-13,0,-24,-10,-24,-23v-1,-12,11,-22,24,-22xm117,-265v75,0,101,59,101,135v0,75,-27,134,-101,134v-74,0,-100,-59,-100,-134v0,-75,26,-135,100,-135xm117,-41v42,0,50,-45,50,-89v0,-45,-8,-90,-50,-90v-42,0,-50,46,-50,90v0,43,7,89,50,89","w":234,"k":{"\u2026":9,"\u201d":-1,"\u201c":-1,"\u2019":-1,"\u2018":-1,"\u2014":-7,"\u2013":-7,"\u017e":2,"\u017d":8,"\u00c5":5,"\u00c4":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"\u00c0":5,"}":15,"z":2,"x":3,"]":15,"Z":8,"Y":11,"X":11,"W":6,"V":6,"T":10,"M":4,"A":5,";":-5,":":-5,"\/":15,".":9,"-":-7,",":16,")":15}},"\u00d7":{"d":"152,-36r-53,-54r-54,54r-27,-28r53,-53r-53,-53r27,-28r54,54r53,-54r28,28r-54,53r54,53","w":197},"\u00d8":{"d":"194,-224v45,73,31,228,-77,228v-22,0,-40,-6,-56,-19r-21,34r-23,-15r25,-39v-46,-72,-33,-235,75,-230v25,1,44,8,58,20r20,-33r23,15xm117,-224v-60,2,-59,91,-48,145r82,-129v-9,-11,-20,-16,-34,-16xm117,-36v59,-3,60,-89,49,-144r-82,129v9,10,20,15,33,15","w":234,"k":{"\u2026":9,"\u201d":-1,"\u201c":-1,"\u2019":-1,"\u2018":-1,"\u2014":-7,"\u2013":-7,"\u017e":2,"\u017d":8,"\u00c5":5,"\u00c4":5,"\u00c3":5,"\u00c2":5,"\u00c1":5,"\u00c0":5,"}":15,"z":2,"x":3,"]":15,"Z":8,"Y":11,"X":11,"W":6,"V":6,"T":10,"M":4,"A":5,";":-5,":":-5,"\/":15,".":9,"-":-7,",":16,")":15}},"\u00d9":{"d":"64,-330v6,-15,40,-14,48,0r25,47r-34,0xm113,-40v22,0,38,-14,38,-37r0,-184r51,0r0,184v-2,53,-36,81,-89,81v-53,0,-89,-28,-89,-81r0,-184r51,0r0,184v0,23,16,37,38,37","w":226,"k":{"\u2026":6,"\u017e":5,"\u017d":2,"z":5,"x":4,"Z":2,"M":2,"\/":12,".":6,",":12}},"\u00da":{"d":"123,-283r-34,0v12,-26,36,-81,73,-47xm113,-40v22,0,38,-14,38,-37r0,-184r51,0r0,184v-2,53,-36,81,-89,81v-53,0,-89,-28,-89,-81r0,-184r51,0r0,184v0,23,16,37,38,37","w":226,"k":{"\u2026":6,"\u017e":5,"\u017d":2,"z":5,"x":4,"Z":2,"M":2,"\/":12,".":6,",":12}},"\u00db":{"d":"148,-279r-35,-30r-34,30r-19,-17v20,-14,42,-63,69,-37r38,37xm113,-40v22,0,38,-14,38,-37r0,-184r51,0r0,184v-2,53,-36,81,-89,81v-53,0,-89,-28,-89,-81r0,-184r51,0r0,184v0,23,16,37,38,37","w":226,"k":{"\u2026":6,"\u017e":5,"\u017d":2,"z":5,"x":4,"Z":2,"M":2,"\/":12,".":6,",":12}},"\u00dc":{"d":"149,-330v13,0,25,10,25,22v0,12,-12,23,-25,23v-13,0,-24,-10,-24,-23v-1,-12,11,-23,24,-22xm77,-330v13,0,25,9,24,22v0,13,-12,23,-24,23v-13,0,-24,-10,-24,-23v-1,-12,11,-22,24,-22xm113,-40v22,0,38,-14,38,-37r0,-184r51,0r0,184v-2,53,-36,81,-89,81v-53,0,-89,-28,-89,-81r0,-184r51,0r0,184v0,23,16,37,38,37","w":226,"k":{"\u2026":6,"\u017e":5,"\u017d":2,"z":5,"x":4,"Z":2,"M":2,"\/":12,".":6,",":12}},"\u00dd":{"d":"117,-283r-34,0v12,-26,36,-81,73,-47xm131,-102r0,102r-51,0r0,-102r-77,-159r54,0r48,108r48,-108r55,0","w":210,"k":{"\u2026":47,"\u2014":28,"\u2013":28,"\u017e":9,"\u0161":19,"\u0160":3,"\u0142":-4,"\u00fe":-4,"\u00e7":27,"\u00c7":11,"}":-12,"z":9,"v":7,"t":2,"s":19,"r":14,"p":14,"n":14,"m":14,"l":-4,"k":-4,"h":-4,"g":27,"d":27,"c":27,"b":-4,"]":-12,"T":-3,"S":3,"Q":11,"M":11,"G":13,"C":11,";":19,":":19,"\/":36,".":47,"-":28,",":47,")":-12}},"\u00de":{"d":"74,-212v63,-15,129,15,126,80v-3,64,-57,89,-126,80r0,52r-50,0r0,-261r50,0r0,49xm74,-90v39,5,76,-5,76,-42v0,-40,-41,-52,-76,-41r0,83","w":214,"k":{"\u2026":26,"\u2014":-6,"\u2013":-6,"\u017d":15,"\u00e6":8,"\u00e5":8,"\u00e4":8,"\u00e3":8,"\u00e2":8,"\u00e1":8,"\u00e0":8,"\u00c6":14,"\u00c5":11,"\u00c4":11,"\u00c3":11,"\u00c2":11,"\u00c1":11,"\u00c0":11,"}":26,"a":8,"]":26,"Z":15,"Y":18,"X":24,"W":9,"V":9,"T":18,"M":4,"A":11,"\/":26,".":26,"-":-6,",":35,")":26}},"\u00df":{"d":"153,-149v10,39,62,38,62,91v0,58,-72,76,-120,51r9,-38v20,10,64,13,61,-17v-5,-41,-61,-39,-61,-88v0,-26,18,-42,40,-50v2,-29,-7,-48,-35,-48v-28,0,-38,22,-38,52r0,196r-49,0v9,-115,-40,-287,86,-287v65,0,93,48,79,110v-20,3,-32,10,-34,28","w":228,"k":{"\u2026":-3,"\u201d":10,"\u201c":10,"\u2019":10,"\u2018":10,"\u2014":8,"\u2013":8,"}":15,"w":4,"v":4,"t":3,"s":2,"f":3,"]":15,"\/":3,".":-3,"-":8,",":4,")":15}},"\u00e0":{"d":"55,-264v6,-17,40,-13,47,0r25,48r-33,0xm24,-184v51,-23,149,-26,149,55r0,119v-50,23,-164,24,-160,-48v3,-58,58,-63,114,-67v8,-53,-62,-39,-91,-26xm59,-59v-2,31,43,32,68,24r0,-59v-32,2,-67,3,-68,35","w":194,"k":{"\u201d":3,"\u201c":3,"\u2019":3,"\u2018":3,"\u017e":2,"}":15,"z":2,"y":5,"x":3,"w":5,"v":5,"t":3,"j":-4,"f":3,"]":15,"\/":2,",":2,")":15}},"\u00e1":{"d":"110,-216r-34,0v15,-24,23,-70,65,-56v4,2,6,5,7,8xm24,-184v51,-23,149,-26,149,55r0,119v-50,23,-164,24,-160,-48v3,-58,58,-63,114,-67v8,-53,-62,-39,-91,-26xm59,-59v-2,31,43,32,68,24r0,-59v-32,2,-67,3,-68,35","w":194,"k":{"\u201d":3,"\u201c":3,"\u2019":3,"\u2018":3,"\u017e":2,"}":15,"z":2,"y":5,"x":3,"w":5,"v":5,"t":3,"j":-4,"f":3,"]":15,"\/":2,",":2,")":15}},"\u00e2":{"d":"132,-213r-34,-30r-35,30r-19,-16v19,-13,42,-63,69,-37r38,37xm24,-184v51,-23,149,-26,149,55r0,119v-50,23,-164,24,-160,-48v3,-58,58,-63,114,-67v8,-53,-62,-39,-91,-26xm59,-59v-2,31,43,32,68,24r0,-59v-32,2,-67,3,-68,35","w":194,"k":{"\u201d":3,"\u201c":3,"\u2019":3,"\u2018":3,"\u017e":2,"}":15,"z":2,"y":5,"x":3,"w":5,"v":5,"t":3,"j":-4,"f":3,"]":15,"\/":2,",":2,")":15}},"\u00e3":{"d":"76,-266v22,0,47,34,55,-1r22,12v1,36,-41,47,-62,23v-13,-7,-24,3,-25,16r-22,-13v1,-19,13,-37,32,-37xm24,-184v51,-23,149,-26,149,55r0,119v-50,23,-164,24,-160,-48v3,-58,58,-63,114,-67v8,-53,-62,-39,-91,-26xm59,-59v-2,31,43,32,68,24r0,-59v-32,2,-67,3,-68,35","w":194,"k":{"\u201d":3,"\u201c":3,"\u2019":3,"\u2018":3,"\u017e":2,"}":15,"z":2,"y":5,"x":3,"w":5,"v":5,"t":3,"j":-4,"f":3,"]":15,"\/":2,",":2,")":15}},"\u00e4":{"d":"137,-264v12,0,24,10,24,22v0,13,-12,23,-24,23v-13,0,-24,-10,-24,-23v0,-12,12,-22,24,-22xm64,-264v12,0,24,10,24,22v0,13,-12,23,-24,23v-13,0,-24,-10,-24,-23v0,-12,12,-22,24,-22xm24,-184v51,-23,149,-26,149,55r0,119v-50,23,-164,24,-160,-48v3,-58,58,-63,114,-67v8,-53,-62,-39,-91,-26xm59,-59v-2,31,43,32,68,24r0,-59v-32,2,-67,3,-68,35","w":194,"k":{"\u201d":3,"\u201c":3,"\u2019":3,"\u2018":3,"\u017e":2,"}":15,"z":2,"y":5,"x":3,"w":5,"v":5,"t":3,"j":-4,"f":3,"]":15,"\/":2,",":2,")":15}},"\u00e5":{"d":"99,-283v21,0,38,15,38,35v0,20,-17,35,-38,35v-21,0,-37,-15,-37,-35v0,-20,16,-35,37,-35xm99,-232v9,0,17,-7,17,-16v0,-22,-33,-19,-33,0v0,9,7,15,16,16xm24,-184v51,-23,149,-26,149,55r0,119v-50,23,-164,24,-160,-48v3,-58,58,-63,114,-67v8,-53,-62,-39,-91,-26xm59,-59v-2,31,43,32,68,24r0,-59v-32,2,-67,3,-68,35","w":194,"k":{"\u201d":3,"\u201c":3,"\u2019":3,"\u2018":3,"\u017e":2,"}":15,"z":2,"y":5,"x":3,"w":5,"v":5,"t":3,"j":-4,"f":3,"]":15,"\/":2,",":2,")":15}},"\u00e6":{"d":"214,-198v60,1,84,40,82,104r-124,17v3,48,69,50,106,31r14,36v-38,21,-121,20,-139,-17v-23,50,-145,39,-140,-31v4,-58,58,-63,114,-67v8,-53,-62,-39,-91,-26r-12,-33v33,-15,116,-27,129,14v12,-17,32,-28,61,-28xm94,-31v33,0,35,-29,33,-63v-32,2,-68,3,-68,35v0,19,13,28,35,28xm248,-119v6,-43,-45,-57,-68,-30v-8,9,-12,23,-12,41","w":311,"k":{"\u2026":4,"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u2014":-5,"\u2013":-5,"\u017e":2,"}":21,"z":2,"y":4,"x":4,"w":4,"v":4,"t":3,"j":-4,"f":3,"]":21,";":2,":":2,"\/":-1,".":4,"-":-5,",":4,")":21}},"\u00e7":{"d":"66,-98v-5,46,36,76,72,52r15,37v-63,36,-138,-7,-138,-88v0,-80,70,-124,138,-88r-15,35v-35,-23,-78,5,-72,52xm65,20v31,-3,67,-2,67,25v0,36,-57,33,-97,31r10,-19v27,9,80,-16,31,-21v-6,0,-13,0,-21,1","w":164,"k":{"\u2026":-5,"\u201d":-9,"\u201c":-9,"\u2019":-9,"\u2018":-9,"\u2014":8,"\u2013":8,"\u0153":8,"\u00ff":-3,"\u00fd":-3,"\u00f8":8,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00f0":8,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"}":10,"y":-3,"v":-3,"q":6,"o":8,"j":-7,"g":8,"e":8,"d":6,"]":10,";":-4,":":-4,"\/":-8,".":-5,"-":8,",":-5,")":10}},"\u00e8":{"d":"56,-264v6,-16,40,-14,47,0r26,48r-34,0xm105,-198v60,-1,88,42,83,104r-125,17v3,48,72,50,108,31r14,36v-17,8,-46,15,-72,14v-64,-1,-98,-37,-98,-101v0,-61,30,-100,90,-101xm141,-119v6,-43,-45,-57,-68,-30v-8,9,-13,23,-13,41","w":203,"k":{"\u2026":4,"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u2014":-5,"\u2013":-5,"\u017e":2,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00e1":2,"\u00e0":2,"}":21,"z":2,"y":4,"x":4,"w":4,"v":4,"t":3,"j":-4,"f":3,"a":2,"]":21,";":2,":":2,"\/":-1,".":4,"-":-5,",":4,")":21}},"\u00e9":{"d":"116,-216r-34,0v14,-24,24,-70,65,-56v4,2,6,5,7,8xm105,-198v60,-1,88,42,83,104r-125,17v3,48,72,50,108,31r14,36v-17,8,-46,15,-72,14v-64,-1,-98,-37,-98,-101v0,-61,30,-100,90,-101xm141,-119v6,-43,-45,-57,-68,-30v-8,9,-13,23,-13,41","w":203,"k":{"\u2026":4,"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u2014":-5,"\u2013":-5,"\u017e":2,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00e1":2,"\u00e0":2,"}":21,"z":2,"y":4,"x":4,"w":4,"v":4,"t":3,"j":-4,"f":3,"a":2,"]":21,";":2,":":2,"\/":-1,".":4,"-":-5,",":4,")":21}},"\u00ea":{"d":"138,-213r-35,-30r-34,30r-19,-16v20,-13,42,-64,69,-37r38,37xm105,-198v60,-1,88,42,83,104r-125,17v3,48,72,50,108,31r14,36v-17,8,-46,15,-72,14v-64,-1,-98,-37,-98,-101v0,-61,30,-100,90,-101xm141,-119v6,-43,-45,-57,-68,-30v-8,9,-13,23,-13,41","w":203,"k":{"\u2026":4,"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u2014":-5,"\u2013":-5,"\u017e":2,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00e1":2,"\u00e0":2,"}":21,"z":2,"y":4,"x":4,"w":4,"v":4,"t":3,"j":-4,"f":3,"a":2,"]":21,";":2,":":2,"\/":-1,".":4,"-":-5,",":4,")":21}},"\u00eb":{"d":"140,-264v12,0,24,10,24,22v0,13,-12,23,-24,23v-13,0,-24,-10,-24,-23v0,-12,12,-22,24,-22xm42,-242v0,-27,48,-29,48,0v0,13,-11,23,-23,23v-13,0,-25,-11,-25,-23xm105,-198v60,-1,88,42,83,104r-125,17v3,48,72,50,108,31r14,36v-17,8,-46,15,-72,14v-64,-1,-98,-37,-98,-101v0,-61,30,-100,90,-101xm141,-119v6,-43,-45,-57,-68,-30v-8,9,-13,23,-13,41","w":203,"k":{"\u2026":4,"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u2014":-5,"\u2013":-5,"\u017e":2,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00e1":2,"\u00e0":2,"}":21,"z":2,"y":4,"x":4,"w":4,"v":4,"t":3,"j":-4,"f":3,"a":2,"]":21,";":2,":":2,"\/":-1,".":4,"-":-5,",":4,")":21}},"\u00ec":{"d":"-1,-264v6,-16,40,-14,47,0r26,48r-34,0xm23,0r0,-194r49,0r0,194r-49,0","w":94},"\u00ed":{"d":"57,-216r-34,0v16,-24,23,-70,66,-56v4,2,6,5,7,8xm23,0r0,-194r49,0r0,194r-49,0","w":94},"\u00ee":{"d":"82,-213r-34,-30r-35,30r-19,-16v20,-13,43,-64,70,-37r37,37xm23,0r0,-194r49,0r0,194r-49,0","w":94},"\u00ef":{"d":"84,-264v12,0,24,10,24,22v0,13,-12,23,-24,23v-13,0,-24,-10,-24,-23v0,-12,12,-22,24,-22xm11,-264v12,0,24,10,24,22v0,13,-12,23,-24,23v-13,0,-24,-10,-24,-23v0,-12,12,-22,24,-22xm23,0r0,-194r49,0r0,194r-49,0","w":94},"\u00f0":{"d":"146,-240v50,60,80,245,-43,244v-60,-1,-87,-42,-88,-101v-1,-64,41,-108,106,-96r-18,-32r-34,11r-15,-24r32,-10r-20,-24r43,-14v7,7,14,15,20,23r31,-10r16,23xm103,-36v49,0,41,-81,30,-120v-42,-13,-71,14,-69,58v2,33,8,62,39,62","w":206,"k":{"\u2026":5,"\u2014":-5,"\u2013":-5,"\u017e":3,"}":11,"z":3,"]":11,";":2,":":2,"\/":10,".":5,"-":-5,",":12,")":11}},"\u00f1":{"d":"122,-218v-21,-2,-47,-33,-54,2r-22,-13v1,-19,13,-37,32,-37v21,0,47,34,54,-1r23,12v-1,20,-13,39,-33,37xm22,-184v53,-22,162,-26,162,51r0,133r-50,0r0,-128v4,-33,-39,-36,-63,-26r0,154r-49,0r0,-184","k":{"y":3,"v":3}},"\u00f2":{"d":"52,-264v6,-16,40,-14,47,0r26,48r-34,0xm103,-198v60,0,88,42,88,101v0,59,-28,101,-88,101v-60,0,-88,-42,-88,-101v0,-59,28,-101,88,-101xm103,-36v30,0,39,-29,39,-62v0,-33,-9,-62,-39,-62v-30,0,-39,29,-39,62v0,33,8,62,39,62","k":{"\u2026":5,"\u201d":6,"\u201c":6,"\u2019":6,"\u2018":6,"\u2014":-5,"\u2013":-5,"\u017e":5,"}":21,"z":5,"y":6,"x":8,"w":6,"v":6,"t":3,"f":3,"]":21,"\/":10,".":5,"-":-5,",":12,")":21}},"\u00f3":{"d":"114,-216r-34,0v14,-24,24,-70,65,-56v4,2,6,5,7,8xm103,-198v60,0,88,42,88,101v0,59,-28,101,-88,101v-60,0,-88,-42,-88,-101v0,-59,28,-101,88,-101xm103,-36v30,0,39,-29,39,-62v0,-33,-9,-62,-39,-62v-30,0,-39,29,-39,62v0,33,8,62,39,62","k":{"\u2026":5,"\u201d":6,"\u201c":6,"\u2019":6,"\u2018":6,"\u2014":-5,"\u2013":-5,"\u017e":5,"}":21,"z":5,"y":6,"x":8,"w":6,"v":6,"t":3,"f":3,"]":21,"\/":10,".":5,"-":-5,",":12,")":21}},"\u00f4":{"d":"138,-213r-35,-30r-34,30r-19,-16v20,-13,42,-64,69,-37r38,37xm103,-198v60,0,88,42,88,101v0,59,-28,101,-88,101v-60,0,-88,-42,-88,-101v0,-59,28,-101,88,-101xm103,-36v30,0,39,-29,39,-62v0,-33,-9,-62,-39,-62v-30,0,-39,29,-39,62v0,33,8,62,39,62","k":{"\u2026":5,"\u201d":6,"\u201c":6,"\u2019":6,"\u2018":6,"\u2014":-5,"\u2013":-5,"\u017e":5,"}":21,"z":5,"y":6,"x":8,"w":6,"v":6,"t":3,"f":3,"]":21,"\/":10,".":5,"-":-5,",":12,")":21}},"\u00f5":{"d":"123,-218v-21,-2,-48,-33,-55,2r-22,-13v2,-19,14,-37,32,-37v22,0,47,34,55,-1r22,12v-1,19,-13,39,-32,37xm103,-198v60,0,88,42,88,101v0,59,-28,101,-88,101v-60,0,-88,-42,-88,-101v0,-59,28,-101,88,-101xm103,-36v30,0,39,-29,39,-62v0,-33,-9,-62,-39,-62v-30,0,-39,29,-39,62v0,33,8,62,39,62","k":{"\u2026":5,"\u201d":6,"\u201c":6,"\u2019":6,"\u2018":6,"\u2014":-5,"\u2013":-5,"\u017e":5,"}":21,"z":5,"y":6,"x":8,"w":6,"v":6,"t":3,"f":3,"]":21,"\/":10,".":5,"-":-5,",":12,")":21}},"\u00f6":{"d":"140,-264v12,0,24,10,24,22v0,13,-12,23,-24,23v-13,0,-24,-10,-24,-23v0,-12,12,-22,24,-22xm42,-242v0,-27,48,-29,48,0v0,13,-11,23,-23,23v-13,0,-25,-11,-25,-23xm103,-198v60,0,88,42,88,101v0,59,-28,101,-88,101v-60,0,-88,-42,-88,-101v0,-59,28,-101,88,-101xm103,-36v30,0,39,-29,39,-62v0,-33,-9,-62,-39,-62v-30,0,-39,29,-39,62v0,33,8,62,39,62","k":{"\u2026":5,"\u201d":6,"\u201c":6,"\u2019":6,"\u2018":6,"\u2014":-5,"\u2013":-5,"\u017e":5,"}":21,"z":5,"y":6,"x":8,"w":6,"v":6,"t":3,"f":3,"]":21,"\/":10,".":5,"-":-5,",":12,")":21}},"\u00f7":{"d":"99,-207v13,0,25,12,25,25v0,13,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,12,-25,25,-25xm22,-100r0,-34r153,0r0,34r-153,0xm99,-77v14,0,25,12,25,25v0,13,-12,25,-25,25v-13,0,-25,-11,-25,-25v0,-14,11,-25,25,-25","w":197},"\u00f8":{"d":"168,-169v44,55,24,173,-65,173v-19,0,-36,-5,-48,-13r-21,30r-19,-15r23,-31v-44,-55,-24,-173,65,-173v19,0,36,5,47,13r22,-30r18,14xm129,-154v-49,-33,-87,34,-65,91xm78,-41v48,34,85,-36,64,-90","k":{"\u2026":5,"\u201d":6,"\u201c":6,"\u2019":6,"\u2018":6,"\u2014":-5,"\u2013":-5,"\u017e":5,"}":21,"z":5,"y":6,"x":8,"w":6,"v":6,"t":3,"f":3,"]":21,"\/":10,".":5,"-":-5,",":12,")":21}},"\u00f9":{"d":"52,-264v6,-17,40,-13,47,0r25,48r-33,0xm71,-67v-4,31,37,36,61,27r0,-154r49,0r0,184v-57,24,-159,26,-159,-58r0,-126r49,0r0,127","w":203,"k":{"}":14,"]":14,"\/":1,",":2,")":14}},"\u00fa":{"d":"113,-216r-34,0v14,-24,24,-70,65,-56v4,2,6,5,7,8xm71,-67v-4,31,37,36,61,27r0,-154r49,0r0,184v-57,24,-159,26,-159,-58r0,-126r49,0r0,127","w":203,"k":{"}":14,"]":14,"\/":1,",":2,")":14}},"\u00fb":{"d":"136,-213r-34,-30r-35,30r-19,-16v19,-13,42,-63,69,-37r38,37xm71,-67v-4,31,37,36,61,27r0,-154r49,0r0,184v-57,24,-159,26,-159,-58r0,-126r49,0r0,127","w":203,"k":{"}":14,"]":14,"\/":1,",":2,")":14}},"\u00fc":{"d":"138,-264v12,0,24,10,24,22v0,13,-12,23,-24,23v-13,0,-24,-10,-24,-23v0,-12,12,-22,24,-22xm66,-264v12,0,23,10,23,22v0,12,-11,23,-23,23v-13,0,-26,-10,-25,-23v0,-13,13,-22,25,-22xm71,-67v-4,31,37,36,61,27r0,-154r49,0r0,184v-57,24,-159,26,-159,-58r0,-126r49,0r0,127","w":203,"k":{"}":14,"]":14,"\/":1,",":2,")":14}},"\u00fd":{"d":"118,-216r-34,0v14,-24,24,-70,65,-56v4,2,6,5,7,8xm101,77r-52,0r29,-77r-73,-194r56,0r43,153v12,-54,29,-102,43,-153r55,0","w":207,"k":{"\u2026":35,"\u201d":-12,"\u201c":-12,"\u2019":-12,"\u2018":-12,"\u2014":4,"\u2013":4,"\u0161":2,"}":14,"s":2,"q":6,"g":6,"d":6,"]":14,";":-2,":":-2,"\/":18,".":35,"-":4,",":33,")":14}},"\u00fe":{"d":"71,-190v64,-23,119,19,119,90v0,76,-47,114,-119,100r0,77r-49,0r0,-360r49,0r0,93xm71,-39v40,14,69,-10,69,-59v0,-47,-29,-72,-69,-56r0,115","w":204,"k":{"\u2026":5,"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u2014":-5,"\u2013":-5,"\u017e":4,"\u00ff":4,"\u00fd":4,"}":21,"z":4,"y":4,"w":4,"v":4,"t":2,"j":-3,"f":2,"]":21,"\/":10,".":5,"-":-5,",":12,")":21}},"\u00ff":{"d":"140,-264v12,0,24,10,24,22v0,13,-12,23,-24,23v-13,0,-24,-10,-24,-23v0,-12,12,-22,24,-22xm67,-264v12,0,24,10,24,22v0,13,-12,23,-24,23v-13,0,-24,-10,-24,-23v0,-12,12,-22,24,-22xm101,77r-52,0r29,-77r-73,-194r56,0r43,153v12,-54,29,-102,43,-153r55,0","w":207,"k":{"\u2026":35,"\u201d":-12,"\u201c":-12,"\u2019":-12,"\u2018":-12,"\u2014":4,"\u2013":4,"\u0161":2,"}":14,"s":2,"q":6,"g":6,"d":6,"]":14,";":-2,":":-2,"\/":18,".":35,"-":4,",":33,")":14}},"\u0131":{"d":"23,0r0,-194r49,0r0,194r-49,0","w":94},"\u0141":{"d":"30,0r0,-110r-24,14r0,-37r24,-13r0,-115r50,0r0,87r43,-24r0,37r-43,23r0,96r81,0r0,42r-131,0","w":172,"k":{"\u2026":-12,"\u201d":32,"\u201c":32,"\u2019":32,"\u2018":32,"\u2014":20,"\u2013":20,"\u0178":26,"\u0153":4,"\u0152":8,"\u00ff":17,"\u00fd":17,"\u00fc":1,"\u00fb":1,"\u00fa":1,"\u00f9":1,"\u00f8":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00e5":-2,"\u00e4":-2,"\u00e3":-2,"\u00e2":-2,"\u00e1":-2,"\u00e0":-2,"\u00dd":26,"\u00dc":3,"\u00db":3,"\u00da":3,"\u00d9":3,"\u00d8":8,"\u00d6":8,"\u00d5":8,"\u00d4":8,"\u00d3":8,"\u00d2":8,"\u00c7":8,"}":10,"y":17,"w":14,"u":1,"o":4,"j":-9,"e":4,"a":-2,"]":10,"Y":26,"W":18,"V":21,"U":3,"T":22,"O":8,"J":-16,"G":9,"C":8,";":-9,":":-9,"\/":-11,".":-12,"-":20,",":-12,")":10}},"\u0142":{"d":"75,-148r0,148r-50,0r0,-121r-25,14r0,-35r25,-14r0,-127r50,0r0,100r26,-15r0,36","w":99,"k":{"\u0142":-3,"\u00fe":-3,"}":-9,"l":-3,"k":-3,"j":-4,"h":-3,"b":-3,"]":-9,")":-9}},"\u0152":{"d":"17,-130v0,-93,54,-151,149,-131r127,0r0,43r-88,0r0,65r79,0r0,42r-79,0r0,69r88,0r0,42r-127,0v-94,20,-149,-37,-149,-130xm67,-130v0,61,26,102,88,89r0,-178v-58,-16,-88,28,-88,89","w":308,"k":{"\u00c7":3,"Q":3,"G":3,"C":3}},"\u0153":{"d":"309,-10v-41,21,-126,21,-143,-22v-12,21,-30,36,-63,36v-60,-1,-88,-42,-88,-101v0,-59,28,-100,88,-101v31,0,50,14,62,34v11,-21,33,-34,64,-34v61,1,85,40,83,104r-124,17v3,48,70,50,107,31xm103,-36v30,0,39,-29,39,-62v0,-33,-9,-62,-39,-62v-30,0,-39,29,-39,62v0,33,8,62,39,62xm265,-119v6,-43,-46,-57,-69,-30v-8,9,-12,23,-12,41","w":327,"k":{"\u2026":4,"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"\u2014":-5,"\u2013":-5,"\u017e":2,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00e1":2,"\u00e0":2,"}":21,"z":2,"y":4,"x":4,"w":4,"v":4,"t":3,"j":-4,"f":3,"a":2,"]":21,";":2,":":2,"\/":-1,".":4,"-":-5,",":4,")":21}},"\u0160":{"d":"146,-325v-19,14,-42,65,-69,38r-38,-38r19,-16r35,30r34,-30xm146,-210v-25,-19,-95,-14,-76,31v31,38,96,35,99,103v3,80,-92,96,-156,66r17,-44v23,16,90,23,87,-19v-3,-41,-58,-38,-79,-64v-11,-13,-22,-26,-22,-51v0,-74,88,-93,146,-63","w":184,"k":{"\u201d":13,"\u201c":13,"\u2019":13,"\u2018":13,"\u2014":1,"\u2013":1,"\u017e":4,"\u0178":3,"\u00e6":-3,"\u00e5":-3,"\u00e4":-3,"\u00e3":-3,"\u00e2":-3,"\u00e1":-3,"\u00e0":-3,"\u00dd":3,"\u00c6":-3,"\u00c5":-2,"\u00c4":-2,"\u00c3":-2,"\u00c2":-2,"\u00c1":-2,"\u00c0":-2,"}":2,"z":4,"y":10,"v":9,"t":6,"j":-3,"f":6,"a":-3,"]":2,"Y":3,"W":3,"V":1,"T":5,"J":-3,"A":-2,"\/":6,"-":1,",":5,")":2}},"\u0161":{"d":"138,-258v-20,13,-42,64,-69,37r-38,-37r19,-16r35,29r34,-29xm132,-151v-16,-11,-65,-20,-66,9v12,43,87,22,87,86v0,65,-92,72,-142,46r16,-37v19,11,73,24,75,-9v-13,-42,-86,-23,-86,-85v0,-61,85,-69,131,-43","w":166,"k":{"\u2026":-3,"\u201d":3,"\u201c":3,"\u2019":3,"\u2018":3,"\u2014":9,"\u2013":9,"\u00ff":1,"\u00fd":1,"\u00e5":-4,"\u00e4":-4,"\u00e3":-4,"\u00e2":-4,"\u00e1":-4,"\u00e0":-4,"}":17,"y":1,"w":1,"v":1,"t":2,"j":-4,"f":2,"a":-4,"]":17,"\/":2,".":-3,"-":9,",":3,")":17}},"\u0178":{"d":"142,-330v13,0,25,9,24,22v0,13,-12,23,-24,23v-13,0,-24,-10,-24,-23v-1,-12,11,-22,24,-22xm69,-330v13,0,25,9,24,22v0,13,-12,23,-24,23v-13,0,-24,-10,-24,-23v-1,-12,11,-22,24,-22xm131,-102r0,102r-51,0r0,-102r-77,-159r54,0r48,108r48,-108r55,0","w":210,"k":{"\u2026":47,"\u2014":28,"\u2013":28,"\u017e":9,"\u0161":19,"\u0160":3,"\u0142":-4,"\u00fe":-4,"\u00e7":27,"\u00c7":11,"}":-12,"z":9,"v":7,"t":2,"s":19,"r":14,"p":14,"n":14,"m":14,"l":-4,"k":-4,"h":-4,"g":27,"d":27,"c":27,"b":-4,"]":-12,"T":-3,"S":3,"Q":11,"M":11,"G":13,"C":11,";":19,":":19,"\/":36,".":47,"-":28,",":47,")":-12}},"\u017d":{"d":"144,-325v-19,14,-42,65,-69,38r-38,-38r19,-16r35,30r34,-30xm8,0r94,-218r-86,0r0,-43r155,0r-94,219r95,0r0,42r-164,0","w":186,"k":{"\u2026":-10,"\u201d":8,"\u201c":8,"\u2019":8,"\u2018":8,"\u2014":22,"\u2013":22,"\u0178":4,"\u0153":7,"\u0152":10,"\u0142":-1,"\u00ff":9,"\u00fe":-1,"\u00fd":9,"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f9":4,"\u00f8":7,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":7,"\u00dd":4,"\u00dc":1,"\u00db":1,"\u00da":1,"\u00d9":1,"\u00d8":10,"\u00d6":10,"\u00d5":10,"\u00d4":10,"\u00d3":10,"\u00d2":10,"\u00c7":10,"}":-1,"y":9,"w":11,"v":9,"u":4,"t":8,"o":7,"l":-1,"k":-1,"j":-9,"h":-1,"g":7,"e":7,"d":7,"c":7,"b":-1,"]":-1,"Y":4,"U":1,"T":6,"Q":11,"O":10,"J":-11,"G":10,"C":10,";":-6,":":-6,"\/":-8,".":-10,"-":22,",":-10,")":-1}},"\u017e":{"d":"136,-258v-20,13,-42,64,-69,37r-38,-37r19,-16r35,29r34,-29xm9,0r78,-156r-72,0r0,-38r141,0r-78,155r79,0r0,39r-148,0","w":170,"k":{"\u2026":-7,"\u201d":-4,"\u201c":-4,"\u2019":-4,"\u2018":-4,"\u2014":13,"\u2013":13,"\u0153":7,"\u00f8":6,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u00f0":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"\u00e7":6,"}":10,"q":5,"o":6,"g":6,"e":6,"d":5,"c":6,"]":10,";":-2,":":-2,"\/":-10,".":-7,"-":13,",":-7,")":10}},"\u0192":{"d":"183,-217v-20,-11,-42,2,-45,25r-5,41r41,0r0,40r-46,0v-16,81,4,211,-109,189v-7,-1,-12,-3,-17,-5r15,-41v22,11,42,-2,45,-26r15,-117r-37,0r0,-40r42,0v-2,-73,37,-137,115,-105","w":208},"\u2013":{"d":"-1,-98r0,-38r153,0r0,38r-153,0","w":150,"k":{"\u017e":3,"\u017d":16,"\u0178":28,"\u0161":-3,"\u0160":4,"\u0153":-5,"\u00ff":4,"\u00fd":4,"\u00f8":-5,"\u00f6":-5,"\u00f5":-5,"\u00f4":-5,"\u00f3":-5,"\u00f2":-5,"\u00f0":-5,"\u00eb":-5,"\u00ea":-5,"\u00e9":-5,"\u00e8":-5,"\u00e7":-5,"\u00dd":28,"\u00d8":-7,"\u00d6":-7,"\u00d5":-7,"\u00d4":-7,"\u00d3":-7,"\u00d2":-7,"\u00c7":-7,"\u00c5":11,"\u00c4":11,"\u00c3":11,"\u00c2":11,"\u00c1":11,"\u00c0":11,"z":3,"y":4,"x":15,"w":3,"v":3,"t":-1,"s":-3,"q":-5,"o":-5,"j":-7,"g":-5,"f":-1,"e":-5,"d":-5,"c":-5,"Z":16,"Y":28,"X":22,"W":13,"V":17,"T":22,"S":4,"Q":-7,"O":-7,"M":4,"J":-7,"G":-7,"C":-7,"A":11,"9":-4,"8":1,"7":-6,"6":-4,"5":-3,"4":17,"3":2,"2":4,"1":-8,"0":-4}},"\u2014":{"d":"26,-98r0,-38r250,0r0,38r-250,0","w":301,"k":{"\u017e":3,"\u017d":16,"\u0178":28,"\u0161":-3,"\u0160":4,"\u0153":-5,"\u00ff":4,"\u00fd":4,"\u00f8":-5,"\u00f6":-5,"\u00f5":-5,"\u00f4":-5,"\u00f3":-5,"\u00f2":-5,"\u00f0":-5,"\u00eb":-5,"\u00ea":-5,"\u00e9":-5,"\u00e8":-5,"\u00e7":-5,"\u00dd":28,"\u00d8":-7,"\u00d6":-7,"\u00d5":-7,"\u00d4":-7,"\u00d3":-7,"\u00d2":-7,"\u00c7":-7,"\u00c5":11,"\u00c4":11,"\u00c3":11,"\u00c2":11,"\u00c1":11,"\u00c0":11,"z":3,"y":4,"x":15,"w":3,"v":3,"t":-1,"s":-3,"q":-5,"o":-5,"j":-7,"g":-5,"f":-1,"e":-5,"d":-5,"c":-5,"Z":16,"Y":28,"X":22,"W":13,"V":17,"T":22,"S":4,"Q":-7,"O":-7,"M":4,"J":-7,"G":-7,"C":-7,"A":11,"9":-4,"8":1,"7":-6,"6":-4,"5":-3,"4":17,"3":2,"2":4,"1":-8,"0":-4}},"\u2018":{"d":"64,-180v-6,18,-48,26,-51,0r52,-103r33,0","w":111,"k":{"\u017e":18,"\u017d":-6,"\u0161":35,"\u0160":13,"\u0153":44,"\u00ff":13,"\u00fd":13,"\u00fc":25,"\u00fb":25,"\u00fa":25,"\u00f9":25,"\u00f8":44,"\u00f6":44,"\u00f5":44,"\u00f4":44,"\u00f3":44,"\u00f2":44,"\u00f0":29,"\u00eb":44,"\u00ea":44,"\u00e9":44,"\u00e8":44,"\u00e7":44,"\u00e6":32,"\u00e5":32,"\u00e4":32,"\u00e3":32,"\u00e2":32,"\u00e1":32,"\u00e0":32,"\u00d8":21,"\u00d6":21,"\u00d5":21,"\u00d4":21,"\u00d3":21,"\u00d2":21,"\u00d0":3,"\u00c7":20,"\u00c5":48,"\u00c4":48,"\u00c3":48,"\u00c2":48,"\u00c1":48,"\u00c0":48,"z":18,"y":13,"x":15,"w":15,"v":14,"u":25,"t":14,"s":35,"r":27,"q":44,"p":29,"o":44,"n":27,"m":27,"g":49,"f":14,"e":44,"d":49,"c":44,"a":32,"Z":-6,"Y":-13,"X":-9,"W":-10,"V":-14,"T":-10,"S":13,"R":3,"Q":21,"P":3,"O":21,"M":19,"G":23,"D":3,"C":20,"B":1,"A":48}},"\u2019":{"d":"46,-166r-33,0r34,-102v6,-18,48,-26,51,0","w":111,"k":{"\u017e":18,"\u017d":-6,"\u0161":35,"\u0160":13,"\u0153":44,"\u00ff":13,"\u00fd":13,"\u00fc":25,"\u00fb":25,"\u00fa":25,"\u00f9":25,"\u00f8":44,"\u00f6":44,"\u00f5":44,"\u00f4":44,"\u00f3":44,"\u00f2":44,"\u00f0":29,"\u00eb":44,"\u00ea":44,"\u00e9":44,"\u00e8":44,"\u00e7":44,"\u00e6":32,"\u00e5":32,"\u00e4":32,"\u00e3":32,"\u00e2":32,"\u00e1":32,"\u00e0":32,"\u00d8":21,"\u00d6":21,"\u00d5":21,"\u00d4":21,"\u00d3":21,"\u00d2":21,"\u00d0":3,"\u00c7":20,"\u00c5":48,"\u00c4":48,"\u00c3":48,"\u00c2":48,"\u00c1":48,"\u00c0":48,"z":18,"y":13,"x":15,"w":15,"v":14,"u":25,"t":14,"s":35,"r":27,"q":44,"p":29,"o":44,"n":27,"m":27,"g":49,"f":14,"e":44,"d":49,"c":44,"a":32,"Z":-6,"Y":-13,"X":-9,"W":-10,"V":-14,"T":-10,"S":13,"R":3,"Q":21,"P":3,"O":21,"M":19,"G":23,"D":3,"C":20,"B":1,"A":48}},"\u201c":{"d":"143,-180v-6,18,-48,26,-51,0r52,-103r33,0xm64,-180v-6,18,-48,26,-51,0r52,-103r33,0","w":190,"k":{"\u017e":18,"\u017d":-6,"\u0161":35,"\u0160":13,"\u0153":44,"\u00ff":13,"\u00fd":13,"\u00fc":25,"\u00fb":25,"\u00fa":25,"\u00f9":25,"\u00f8":44,"\u00f6":44,"\u00f5":44,"\u00f4":44,"\u00f3":44,"\u00f2":44,"\u00f0":29,"\u00eb":44,"\u00ea":44,"\u00e9":44,"\u00e8":44,"\u00e7":44,"\u00e6":32,"\u00e5":32,"\u00e4":32,"\u00e3":32,"\u00e2":32,"\u00e1":32,"\u00e0":32,"\u00d8":21,"\u00d6":21,"\u00d5":21,"\u00d4":21,"\u00d3":21,"\u00d2":21,"\u00d0":3,"\u00c7":20,"\u00c5":48,"\u00c4":48,"\u00c3":48,"\u00c2":48,"\u00c1":48,"\u00c0":48,"z":18,"y":13,"x":15,"w":15,"v":14,"u":25,"t":14,"s":35,"r":27,"q":44,"p":29,"o":44,"n":27,"m":27,"g":49,"f":14,"e":44,"d":49,"c":44,"a":32,"Z":-6,"Y":-13,"X":-9,"W":-10,"V":-14,"T":-10,"S":13,"R":3,"Q":21,"P":3,"O":21,"M":19,"G":23,"D":3,"C":20,"B":1,"A":48}},"\u201d":{"d":"125,-166r-33,0r34,-102v6,-18,48,-26,51,0xm46,-166r-33,0r34,-102v6,-18,48,-26,51,0","w":190,"k":{"\u017e":18,"\u017d":-6,"\u0161":35,"\u0160":13,"\u0153":44,"\u00ff":13,"\u00fd":13,"\u00fc":25,"\u00fb":25,"\u00fa":25,"\u00f9":25,"\u00f8":44,"\u00f6":44,"\u00f5":44,"\u00f4":44,"\u00f3":44,"\u00f2":44,"\u00f0":29,"\u00eb":44,"\u00ea":44,"\u00e9":44,"\u00e8":44,"\u00e7":44,"\u00e6":32,"\u00e5":32,"\u00e4":32,"\u00e3":32,"\u00e2":32,"\u00e1":32,"\u00e0":32,"\u00d8":21,"\u00d6":21,"\u00d5":21,"\u00d4":21,"\u00d3":21,"\u00d2":21,"\u00d0":3,"\u00c7":20,"\u00c5":48,"\u00c4":48,"\u00c3":48,"\u00c2":48,"\u00c1":48,"\u00c0":48,"z":18,"y":13,"x":15,"w":15,"v":14,"u":25,"t":14,"s":35,"r":27,"q":44,"p":29,"o":44,"n":27,"m":27,"g":49,"f":14,"e":44,"d":49,"c":44,"a":32,"Z":-6,"Y":-13,"X":-9,"W":-10,"V":-14,"T":-10,"S":13,"R":3,"Q":21,"P":3,"O":21,"M":19,"G":23,"D":3,"C":20,"B":1,"A":48}},"\u2026":{"d":"147,-59v17,0,30,12,30,31v-1,18,-12,31,-30,31v-19,0,-30,-13,-31,-31v0,-19,13,-31,31,-31xm49,-59v18,0,31,13,31,31v0,17,-12,31,-31,31v-19,0,-31,-14,-31,-31v0,-18,13,-31,31,-31xm244,-59v17,0,31,12,31,31v0,19,-12,31,-31,31v-19,0,-31,-14,-31,-31v0,-18,13,-31,31,-31","w":293,"k":{"9":7,"7":6,"6":3,"4":-4,"3":1,"2":-1,"1":10,"0":6}},"\u2122":{"d":"289,-106r-13,-118r-36,118r-25,0r-36,-118r-13,118r-31,0r20,-155r40,0r33,109r32,-109r41,0r20,155r-32,0xm90,-232r0,126r-36,0r0,-126r-37,0r0,-29r110,0r0,29r-37,0","w":340}}});jQuery(document).ready(function(){var menuH=jQuery('#masthead .contactpoints').height();jQuery('.logo h3').height(menuH);jQuery('.logo a').height(menuH);jQuery('.logo a').hover(function(){jQuery(this).parent().parent().parent().addClass('logo-hover');},function(){jQuery(this).parent().parent().parent().removeClass('logo-hover');});jQuery(".accordion").accordion({autoHeight:false,header:"h3.handle"});jQuery(".nested-accordion").accordion({autoHeight:false,header:"h3.handle",collapsible:true,active:false});jQuery("#tabs").tabs();jQuery("a[href$='.pdf']").each(function(){if(jQuery(this).parent().get(0).tagName=='LI'){jQuery(this).parent('li').addClass("pdf");}else{jQuery(this).addClass("pdf");}});jQuery("a[href$='.zip']").each(function(){if(jQuery(this).parent('li')){jQuery(this).parent('li').addClass("zip");}else{jQuery(this).addClass("zip");}});jQuery("a[rel=photogallery]").colorbox();jQuery('.splitcol').each(function(){var ordered=false;if(jQuery(this).is("ol")){var ordered=true;};var colsize=Math.round(jQuery(this).find("li").size()/2);jQuery(this).find("li").each(function(i){if(i>=colsize){jQuery(this).addClass('right_col');};});if(ordered==true){jQuery(this).find('.right_col').insertAfter(this).wrapAll("<ol class='splitcol' start='"+(colsize+1)+"'></ol>").removeClass("right_col");}else{jQuery(this).find('.right_col').insertAfter(this).wrapAll("<ul class='splitcol'></ul>").removeClass("right_col");};jQuery(this).next('.splitcol').after('<br class="spacer" />');});jQuery("ul.thirds-group li:nth-child(3n)").after('<br class="spacer" />');jQuery(".entry .half.fl-right").css('float','right').after('<br class="spacer" />');jQuery(".industry-list li").click(function(event){window.location=jQuery(this).find("a").attr("href");return false;});jQuery("#caf .box").each(function(){if(!jQuery(this).find(".widget_industry_products").is('li')){jQuery(this).click(function(event){window.location=jQuery(this).find("a").attr("href");return false;});jQuery(this).hover(function(){jQuery(this).css('cursor','pointer');});};});jQuery("#caf .widget_recent_post").append('<img src="/wp-content/themes/VersaPay/library/images/caf-postshadow.png" class="shadow" />');jQuery('.how').each(function(){var colsize=jQuery(this).find("li").size();jQuery(this).find("li").each(function(i){if(i==0){jQuery(this).addClass('first');}
if(i!=(colsize-1)){jQuery(this).append('<span class="next"></span>');}
jQuery(this).addClass('step-'+i);});jQuery(this).after("<br class='spacer' />");});Cufon.replace('.ttl-font');Cufon.replace('.entry h1');});
