window._wca=window._wca||[]
;/*! jQuery Migrate v3.4.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */
"undefined"==typeof jQuery.migrateMute&&(jQuery.migrateMute=!0),function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],function(e){return t(e,window)}):"object"==typeof module&&module.exports?module.exports=t(require("jquery"),window):t(jQuery,window)}(function(s,n){"use strict";function e(e){return 0<=function(e,t){for(var r=/^(\d+)\.(\d+)\.(\d+)/,n=r.exec(e)||[],o=r.exec(t)||[],a=1;a<=3;a++){if(+o[a]<+n[a])return 1;if(+n[a]<+o[a])return-1}return 0}(s.fn.jquery,e)}s.migrateVersion="3.4.1";var t=Object.create(null);s.migrateDisablePatches=function(){for(var e=0;e<arguments.length;e++)t[arguments[e]]=!0},s.migrateEnablePatches=function(){for(var e=0;e<arguments.length;e++)delete t[arguments[e]]},s.migrateIsPatchEnabled=function(e){return!t[e]},n.console&&n.console.log&&(s&&e("3.0.0")&&!e("5.0.0")||n.console.log("JQMIGRATE: jQuery 3.x-4.x REQUIRED"),s.migrateWarnings&&n.console.log("JQMIGRATE: Migrate plugin loaded multiple times"),n.console.log("JQMIGRATE: Migrate is installed"+(s.migrateMute?"":" with logging active")+", version "+s.migrateVersion));var o={};function u(e,t){var r=n.console;!s.migrateIsPatchEnabled(e)||s.migrateDeduplicateWarnings&&o[t]||(o[t]=!0,s.migrateWarnings.push(t+" ["+e+"]"),r&&r.warn&&!s.migrateMute&&(r.warn("JQMIGRATE: "+t),s.migrateTrace&&r.trace&&r.trace()))}function r(e,t,r,n,o){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){return u(n,o),r},set:function(e){u(n,o),r=e}})}function a(e,t,r,n,o){var a=e[t];e[t]=function(){return o&&u(n,o),(s.migrateIsPatchEnabled(n)?r:a||s.noop).apply(this,arguments)}}function c(e,t,r,n,o){if(!o)throw new Error("No warning message provided");return a(e,t,r,n,o),0}function i(e,t,r,n){return a(e,t,r,n),0}s.migrateDeduplicateWarnings=!0,s.migrateWarnings=[],void 0===s.migrateTrace&&(s.migrateTrace=!0),s.migrateReset=function(){o={},s.migrateWarnings.length=0},"BackCompat"===n.document.compatMode&&u("quirks","jQuery is not compatible with Quirks Mode");var d,l,p,f={},m=s.fn.init,y=s.find,h=/\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/,g=/\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/g,v=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;for(d in i(s.fn,"init",function(e){var t=Array.prototype.slice.call(arguments);return s.migrateIsPatchEnabled("selector-empty-id")&&"string"==typeof e&&"#"===e&&(u("selector-empty-id","jQuery( '#' ) is not a valid selector"),t[0]=[]),m.apply(this,t)},"selector-empty-id"),s.fn.init.prototype=s.fn,i(s,"find",function(t){var r=Array.prototype.slice.call(arguments);if("string"==typeof t&&h.test(t))try{n.document.querySelector(t)}catch(e){t=t.replace(g,function(e,t,r,n){return"["+t+r+'"'+n+'"]'});try{n.document.querySelector(t),u("selector-hash","Attribute selector with '#' must be quoted: "+r[0]),r[0]=t}catch(e){u("selector-hash","Attribute selector with '#' was not fixed: "+r[0])}}return y.apply(this,r)},"selector-hash"),y)Object.prototype.hasOwnProperty.call(y,d)&&(s.find[d]=y[d]);c(s.fn,"size",function(){return this.length},"size","jQuery.fn.size() is deprecated and removed; use the .length property"),c(s,"parseJSON",function(){return JSON.parse.apply(null,arguments)},"parseJSON","jQuery.parseJSON is deprecated; use JSON.parse"),c(s,"holdReady",s.holdReady,"holdReady","jQuery.holdReady is deprecated"),c(s,"unique",s.uniqueSort,"unique","jQuery.unique is deprecated; use jQuery.uniqueSort"),r(s.expr,"filters",s.expr.pseudos,"expr-pre-pseudos","jQuery.expr.filters is deprecated; use jQuery.expr.pseudos"),r(s.expr,":",s.expr.pseudos,"expr-pre-pseudos","jQuery.expr[':'] is deprecated; use jQuery.expr.pseudos"),e("3.1.1")&&c(s,"trim",function(e){return null==e?"":(e+"").replace(v,"$1")},"trim","jQuery.trim is deprecated; use String.prototype.trim"),e("3.2.0")&&(c(s,"nodeName",function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},"nodeName","jQuery.nodeName is deprecated"),c(s,"isArray",Array.isArray,"isArray","jQuery.isArray is deprecated; use Array.isArray")),e("3.3.0")&&(c(s,"isNumeric",function(e){var t=typeof e;return("number"==t||"string"==t)&&!isNaN(e-parseFloat(e))},"isNumeric","jQuery.isNumeric() is deprecated"),s.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){f["[object "+t+"]"]=t.toLowerCase()}),c(s,"type",function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?f[Object.prototype.toString.call(e)]||"object":typeof e},"type","jQuery.type is deprecated"),c(s,"isFunction",function(e){return"function"==typeof e},"isFunction","jQuery.isFunction() is deprecated"),c(s,"isWindow",function(e){return null!=e&&e===e.window},"isWindow","jQuery.isWindow() is deprecated")),s.ajax&&(l=s.ajax,p=/(=)\?(?=&|$)|\?\?/,i(s,"ajax",function(){var e=l.apply(this,arguments);return e.promise&&(c(e,"success",e.done,"jqXHR-methods","jQXHR.success is deprecated and removed"),c(e,"error",e.fail,"jqXHR-methods","jQXHR.error is deprecated and removed"),c(e,"complete",e.always,"jqXHR-methods","jQXHR.complete is deprecated and removed")),e},"jqXHR-methods"),e("4.0.0")||s.ajaxPrefilter("+json",function(e){!1!==e.jsonp&&(p.test(e.url)||"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&p.test(e.data))&&u("jsonp-promotion","JSON-to-JSONP auto-promotion is deprecated")}));var j=s.fn.removeAttr,b=s.fn.toggleClass,w=/\S+/g;function x(e){return e.replace(/-([a-z])/g,function(e,t){return t.toUpperCase()})}i(s.fn,"removeAttr",function(e){var r=this,n=!1;return s.each(e.match(w),function(e,t){s.expr.match.bool.test(t)&&r.each(function(){if(!1!==s(this).prop(t))return!(n=!0)}),n&&(u("removeAttr-bool","jQuery.fn.removeAttr no longer sets boolean properties: "+t),r.prop(t,!1))}),j.apply(this,arguments)},"removeAttr-bool"),i(s.fn,"toggleClass",function(t){return void 0!==t&&"boolean"!=typeof t?b.apply(this,arguments):(u("toggleClass-bool","jQuery.fn.toggleClass( boolean ) is deprecated"),this.each(function(){var e=this.getAttribute&&this.getAttribute("class")||"";e&&s.data(this,"__className__",e),this.setAttribute&&this.setAttribute("class",!e&&!1!==t&&s.data(this,"__className__")||"")}))},"toggleClass-bool");var Q,A,R=!1,C=/^[a-z]/,N=/^(?:Border(?:Top|Right|Bottom|Left)?(?:Width|)|(?:Margin|Padding)?(?:Top|Right|Bottom|Left)?|(?:Min|Max)?(?:Width|Height))$/;s.swap&&s.each(["height","width","reliableMarginRight"],function(e,t){var r=s.cssHooks[t]&&s.cssHooks[t].get;r&&(s.cssHooks[t].get=function(){var e;return R=!0,e=r.apply(this,arguments),R=!1,e})}),i(s,"swap",function(e,t,r,n){var o,a,i={};for(a in R||u("swap","jQuery.swap() is undocumented and deprecated"),t)i[a]=e.style[a],e.style[a]=t[a];for(a in o=r.apply(e,n||[]),t)e.style[a]=i[a];return o},"swap"),e("3.4.0")&&"undefined"!=typeof Proxy&&(s.cssProps=new Proxy(s.cssProps||{},{set:function(){return u("cssProps","jQuery.cssProps is deprecated"),Reflect.set.apply(this,arguments)}})),e("4.0.0")?(A={animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},"undefined"!=typeof Proxy?s.cssNumber=new Proxy(A,{get:function(){return u("css-number","jQuery.cssNumber is deprecated"),Reflect.get.apply(this,arguments)},set:function(){return u("css-number","jQuery.cssNumber is deprecated"),Reflect.set.apply(this,arguments)}}):s.cssNumber=A):A=s.cssNumber,Q=s.fn.css,i(s.fn,"css",function(e,t){var r,n,o=this;return e&&"object"==typeof e&&!Array.isArray(e)?(s.each(e,function(e,t){s.fn.css.call(o,e,t)}),this):("number"==typeof t&&(r=x(e),n=r,C.test(n)&&N.test(n[0].toUpperCase()+n.slice(1))||A[r]||u("css-number",'Number-typed values are deprecated for jQuery.fn.css( "'+e+'", value )')),Q.apply(this,arguments))},"css-number");var S,P,k,H,E=s.data;i(s,"data",function(e,t,r){var n,o,a;if(t&&"object"==typeof t&&2===arguments.length){for(a in n=s.hasData(e)&&E.call(this,e),o={},t)a!==x(a)?(u("data-camelCase","jQuery.data() always sets/gets camelCased names: "+a),n[a]=t[a]):o[a]=t[a];return E.call(this,e,o),t}return t&&"string"==typeof t&&t!==x(t)&&(n=s.hasData(e)&&E.call(this,e))&&t in n?(u("data-camelCase","jQuery.data() always sets/gets camelCased names: "+t),2<arguments.length&&(n[t]=r),n[t]):E.apply(this,arguments)},"data-camelCase"),s.fx&&(k=s.Tween.prototype.run,H=function(e){return e},i(s.Tween.prototype,"run",function(){1<s.easing[this.easing].length&&(u("easing-one-arg","'jQuery.easing."+this.easing.toString()+"' should use only one argument"),s.easing[this.easing]=H),k.apply(this,arguments)},"easing-one-arg"),S=s.fx.interval,P="jQuery.fx.interval is deprecated",n.requestAnimationFrame&&Object.defineProperty(s.fx,"interval",{configurable:!0,enumerable:!0,get:function(){return n.document.hidden||u("fx-interval",P),s.migrateIsPatchEnabled("fx-interval")&&void 0===S?13:S},set:function(e){u("fx-interval",P),S=e}}));var M=s.fn.load,q=s.event.add,O=s.event.fix;s.event.props=[],s.event.fixHooks={},r(s.event.props,"concat",s.event.props.concat,"event-old-patch","jQuery.event.props.concat() is deprecated and removed"),i(s.event,"fix",function(e){var t,r=e.type,n=this.fixHooks[r],o=s.event.props;if(o.length){u("event-old-patch","jQuery.event.props are deprecated and removed: "+o.join());while(o.length)s.event.addProp(o.pop())}if(n&&!n._migrated_&&(n._migrated_=!0,u("event-old-patch","jQuery.event.fixHooks are deprecated and removed: "+r),(o=n.props)&&o.length))while(o.length)s.event.addProp(o.pop());return t=O.call(this,e),n&&n.filter?n.filter(t,e):t},"event-old-patch"),i(s.event,"add",function(e,t){return e===n&&"load"===t&&"complete"===n.document.readyState&&u("load-after-event","jQuery(window).on('load'...) called after load event occurred"),q.apply(this,arguments)},"load-after-event"),s.each(["load","unload","error"],function(e,t){i(s.fn,t,function(){var e=Array.prototype.slice.call(arguments,0);return"load"===t&&"string"==typeof e[0]?M.apply(this,e):(u("shorthand-removed-v3","jQuery.fn."+t+"() is deprecated"),e.splice(0,0,t),arguments.length?this.on.apply(this,e):(this.triggerHandler.apply(this,e),this))},"shorthand-removed-v3")}),s.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,r){c(s.fn,r,function(e,t){return 0<arguments.length?this.on(r,null,e,t):this.trigger(r)},"shorthand-deprecated-v3","jQuery.fn."+r+"() event shorthand is deprecated")}),s(function(){s(n.document).triggerHandler("ready")}),s.event.special.ready={setup:function(){this===n.document&&u("ready-event","'ready' event is deprecated")}},c(s.fn,"bind",function(e,t,r){return this.on(e,null,t,r)},"pre-on-methods","jQuery.fn.bind() is deprecated"),c(s.fn,"unbind",function(e,t){return this.off(e,null,t)},"pre-on-methods","jQuery.fn.unbind() is deprecated"),c(s.fn,"delegate",function(e,t,r,n){return this.on(t,e,r,n)},"pre-on-methods","jQuery.fn.delegate() is deprecated"),c(s.fn,"undelegate",function(e,t,r){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",r)},"pre-on-methods","jQuery.fn.undelegate() is deprecated"),c(s.fn,"hover",function(e,t){return this.on("mouseenter",e).on("mouseleave",t||e)},"pre-on-methods","jQuery.fn.hover() is deprecated");function T(e){var t=n.document.implementation.createHTMLDocument("");return t.body.innerHTML=e,t.body&&t.body.innerHTML}var F=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi;s.UNSAFE_restoreLegacyHtmlPrefilter=function(){s.migrateEnablePatches("self-closed-tags")},i(s,"htmlPrefilter",function(e){var t,r;return(r=(t=e).replace(F,"<$1></$2>"))!==t&&T(t)!==T(r)&&u("self-closed-tags","HTML tags must be properly nested and closed: "+t),e.replace(F,"<$1></$2>")},"self-closed-tags"),s.migrateDisablePatches("self-closed-tags");var D,W,_,I=s.fn.offset;return i(s.fn,"offset",function(){var e=this[0];return!e||e.nodeType&&e.getBoundingClientRect?I.apply(this,arguments):(u("offset-valid-elem","jQuery.fn.offset() requires a valid DOM element"),arguments.length?this:void 0)},"offset-valid-elem"),s.ajax&&(D=s.param,i(s,"param",function(e,t){var r=s.ajaxSettings&&s.ajaxSettings.traditional;return void 0===t&&r&&(u("param-ajax-traditional","jQuery.param() no longer uses jQuery.ajaxSettings.traditional"),t=r),D.call(this,e,t)},"param-ajax-traditional")),c(s.fn,"andSelf",s.fn.addBack,"andSelf","jQuery.fn.andSelf() is deprecated and removed, use jQuery.fn.addBack()"),s.Deferred&&(W=s.Deferred,_=[["resolve","done",s.Callbacks("once memory"),s.Callbacks("once memory"),"resolved"],["reject","fail",s.Callbacks("once memory"),s.Callbacks("once memory"),"rejected"],["notify","progress",s.Callbacks("memory"),s.Callbacks("memory")]],i(s,"Deferred",function(e){var a=W(),i=a.promise();function t(){var o=arguments;return s.Deferred(function(n){s.each(_,function(e,t){var r="function"==typeof o[e]&&o[e];a[t[1]](function(){var e=r&&r.apply(this,arguments);e&&"function"==typeof e.promise?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[t[0]+"With"](this===i?n.promise():this,r?[e]:arguments)})}),o=null}).promise()}return c(a,"pipe",t,"deferred-pipe","deferred.pipe() is deprecated"),c(i,"pipe",t,"deferred-pipe","deferred.pipe() is deprecated"),e&&e.call(a,a),a},"deferred-pipe"),s.Deferred.exceptionHook=W.exceptionHook),s});
;/*!
 * jQuery blockUI plugin
 * Version 2.70.0-2014.11.23
 * Requires jQuery v1.7 or later
 *
 * Examples at: http://malsup.com/jquery/block/
 * Copyright (c) 2007-2013 M. Alsup
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 * Thanks to Amir-Hossein Sobhi for some excellent contributions!
 */
!function(){"use strict";function e(e){e.fn._fadeIn=e.fn.fadeIn;var t=e.noop||function(){},o=/MSIE/.test(navigator.userAgent),n=/MSIE 6.0/.test(navigator.userAgent)&&!/MSIE 8.0/.test(navigator.userAgent),i=(document.documentMode,"function"==typeof document.createElement("div").style.setExpression&&document.createElement("div").style.setExpression);e.blockUI=function(e){d(window,e)},e.unblockUI=function(e){a(window,e)},e.growlUI=function(t,o,n,i){var s=e('<div class="growlUI"></div>');t&&s.append("<h1>"+t+"</h1>"),o&&s.append("<h2>"+o+"</h2>"),n===undefined&&(n=3e3);var l=function(t){t=t||{},e.blockUI({message:s,fadeIn:"undefined"!=typeof t.fadeIn?t.fadeIn:700,fadeOut:"undefined"!=typeof t.fadeOut?t.fadeOut:1e3,timeout:"undefined"!=typeof t.timeout?t.timeout:n,centerY:!1,showOverlay:!1,onUnblock:i,css:e.blockUI.defaults.growlCSS})};l();s.css("opacity");s.on("mouseover",function(){l({fadeIn:0,timeout:3e4});var t=e(".blockMsg");t.stop(),t.fadeTo(300,1)}).on("mouseout",function(){e(".blockMsg").fadeOut(1e3)})},e.fn.block=function(t){if(this[0]===window)return e.blockUI(t),this;var o=e.extend({},e.blockUI.defaults,t||{});return this.each(function(){var t=e(this);o.ignoreIfBlocked&&t.data("blockUI.isBlocked")||t.unblock({fadeOut:0})}),this.each(function(){"static"==e.css(this,"position")&&(this.style.position="relative",e(this).data("blockUI.static",!0)),this.style.zoom=1,d(this,t)})},e.fn.unblock=function(t){return this[0]===window?(e.unblockUI(t),this):this.each(function(){a(this,t)})},e.blockUI.version=2.7,e.blockUI.defaults={message:"<h1>Please wait...</h1>",title:null,draggable:!0,theme:!1,css:{padding:0,margin:0,width:"30%",top:"40%",left:"35%",textAlign:"center",color:"#000",border:"3px solid #aaa",backgroundColor:"#fff",cursor:"wait"},themedCSS:{width:"30%",top:"40%",left:"35%"},overlayCSS:{backgroundColor:"#000",opacity:.6,cursor:"wait"},cursorReset:"default",growlCSS:{width:"350px",top:"10px",left:"",right:"10px",border:"none",padding:"5px",opacity:.6,cursor:"default",color:"#fff",backgroundColor:"#000","-webkit-border-radius":"10px","-moz-border-radius":"10px","border-radius":"10px"},iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank",forceIframe:!1,baseZ:1e3,centerX:!0,centerY:!0,allowBodyStretch:!0,bindEvents:!0,constrainTabKey:!0,fadeIn:200,fadeOut:400,timeout:0,showOverlay:!0,focusInput:!0,focusableElements:":input:enabled:visible",onBlock:null,onUnblock:null,onOverlayClick:null,quirksmodeOffsetHack:4,blockMsgClass:"blockMsg",ignoreIfBlocked:!1};var s=null,l=[];function d(d,c){var u,b,h=d==window,k=c&&c.message!==undefined?c.message:undefined;if(!(c=e.extend({},e.blockUI.defaults,c||{})).ignoreIfBlocked||!e(d).data("blockUI.isBlocked")){if(c.overlayCSS=e.extend({},e.blockUI.defaults.overlayCSS,c.overlayCSS||{}),u=e.extend({},e.blockUI.defaults.css,c.css||{}),c.onOverlayClick&&(c.overlayCSS.cursor="pointer"),b=e.extend({},e.blockUI.defaults.themedCSS,c.themedCSS||{}),k=k===undefined?c.message:k,h&&s&&a(window,{fadeOut:0}),k&&"string"!=typeof k&&(k.parentNode||k.jquery)){var y=k.jquery?k[0]:k,m={};e(d).data("blockUI.history",m),m.el=y,m.parent=y.parentNode,m.display=y.style.display,m.position=y.style.position,m.parent&&m.parent.removeChild(y)}e(d).data("blockUI.onUnblock",c.onUnblock);var g,v,I,w,U=c.baseZ;g=o||c.forceIframe?e('<iframe class="blockUI" style="z-index:'+U+++';display:none;border:none;margin:0;padding:0;position:absolute;width:100%;height:100%;top:0;left:0" src="'+c.iframeSrc+'"></iframe>'):e('<div class="blockUI" style="display:none"></div>'),v=c.theme?e('<div class="blockUI blockOverlay ui-widget-overlay" style="z-index:'+U+++';display:none"></div>'):e('<div class="blockUI blockOverlay" style="z-index:'+U+++';display:none;border:none;margin:0;padding:0;width:100%;height:100%;top:0;left:0"></div>'),c.theme&&h?(w='<div class="blockUI '+c.blockMsgClass+' blockPage ui-dialog ui-widget ui-corner-all" style="z-index:'+(U+10)+';display:none;position:fixed">',c.title&&(w+='<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(c.title||"&nbsp;")+"</div>"),w+='<div class="ui-widget-content ui-dialog-content"></div>',w+="</div>"):c.theme?(w='<div class="blockUI '+c.blockMsgClass+' blockElement ui-dialog ui-widget ui-corner-all" style="z-index:'+(U+10)+';display:none;position:absolute">',c.title&&(w+='<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(c.title||"&nbsp;")+"</div>"),w+='<div class="ui-widget-content ui-dialog-content"></div>',w+="</div>"):w=h?'<div class="blockUI '+c.blockMsgClass+' blockPage" style="z-index:'+(U+10)+';display:none;position:fixed"></div>':'<div class="blockUI '+c.blockMsgClass+' blockElement" style="z-index:'+(U+10)+';display:none;position:absolute"></div>',I=e(w),k&&(c.theme?(I.css(b),I.addClass("ui-widget-content")):I.css(u)),c.theme||v.css(c.overlayCSS),v.css("position",h?"fixed":"absolute"),(o||c.forceIframe)&&g.css("opacity",0);var x=[g,v,I],C=e(h?"body":d);e.each(x,function(){this.appendTo(C)}),c.theme&&c.draggable&&e.fn.draggable&&I.draggable({handle:".ui-dialog-titlebar",cancel:"li"});var S=i&&(!e.support.boxModel||e("object,embed",h?null:d).length>0);if(n||S){if(h&&c.allowBodyStretch&&e.support.boxModel&&e("html,body").css("height","100%"),(n||!e.support.boxModel)&&!h)var E=p(d,"borderTopWidth"),O=p(d,"borderLeftWidth"),T=E?"(0 - "+E+")":0,M=O?"(0 - "+O+")":0;e.each(x,function(e,t){var o=t[0].style;if(o.position="absolute",e<2)h?o.setExpression("height","Math.max(document.body.scrollHeight, document.body.offsetHeight) - (jQuery.support.boxModel?0:"+c.quirksmodeOffsetHack+') + "px"'):o.setExpression("height",'this.parentNode.offsetHeight + "px"'),h?o.setExpression("width",'jQuery.support.boxModel && document.documentElement.clientWidth || document.body.clientWidth + "px"'):o.setExpression("width",'this.parentNode.offsetWidth + "px"'),M&&o.setExpression("left",M),T&&o.setExpression("top",T);else if(c.centerY)h&&o.setExpression("top",'(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (blah = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"'),o.marginTop=0;else if(!c.centerY&&h){var n="((document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "+(c.css&&c.css.top?parseInt(c.css.top,10):0)+') + "px"';o.setExpression("top",n)}})}if(k&&(c.theme?I.find(".ui-widget-content").append(k):I.append(k),(k.jquery||k.nodeType)&&e(k).show()),(o||c.forceIframe)&&c.showOverlay&&g.show(),c.fadeIn){var B=c.onBlock?c.onBlock:t,j=c.showOverlay&&!k?B:t,H=k?B:t;c.showOverlay&&v._fadeIn(c.fadeIn,j),k&&I._fadeIn(c.fadeIn,H)}else c.showOverlay&&v.show(),k&&I.show(),c.onBlock&&c.onBlock.bind(I)();if(r(1,d,c),h?(s=I[0],l=e(c.focusableElements,s),c.focusInput&&setTimeout(f,20)):function(e,t,o){var n=e.parentNode,i=e.style,s=(n.offsetWidth-e.offsetWidth)/2-p(n,"borderLeftWidth"),l=(n.offsetHeight-e.offsetHeight)/2-p(n,"borderTopWidth");t&&(i.left=s>0?s+"px":"0");o&&(i.top=l>0?l+"px":"0")}(I[0],c.centerX,c.centerY),c.timeout){var z=setTimeout(function(){h?e.unblockUI(c):e(d).unblock(c)},c.timeout);e(d).data("blockUI.timeout",z)}}}function a(t,o){var n,i,d=t==window,a=e(t),u=a.data("blockUI.history"),f=a.data("blockUI.timeout");f&&(clearTimeout(f),a.removeData("blockUI.timeout")),o=e.extend({},e.blockUI.defaults,o||{}),r(0,t,o),null===o.onUnblock&&(o.onUnblock=a.data("blockUI.onUnblock"),a.removeData("blockUI.onUnblock")),i=d?e(document.body).children().filter(".blockUI").add("body > .blockUI"):a.find(">.blockUI"),o.cursorReset&&(i.length>1&&(i[1].style.cursor=o.cursorReset),i.length>2&&(i[2].style.cursor=o.cursorReset)),d&&(s=l=null),o.fadeOut?(n=i.length,i.stop().fadeOut(o.fadeOut,function(){0==--n&&c(i,u,o,t)})):c(i,u,o,t)}function c(t,o,n,i){var s=e(i);if(!s.data("blockUI.isBlocked")){t.each(function(e,t){this.parentNode&&this.parentNode.removeChild(this)}),o&&o.el&&(o.el.style.display=o.display,o.el.style.position=o.position,o.el.style.cursor="default",o.parent&&o.parent.appendChild(o.el),s.removeData("blockUI.history")),s.data("blockUI.static")&&s.css("position","static"),"function"==typeof n.onUnblock&&n.onUnblock(i,n);var l=e(document.body),d=l.width(),a=l[0].style.width;l.width(d-1).width(d),l[0].style.width=a}}function r(t,o,n){var i=o==window,l=e(o);if((t||(!i||s)&&(i||l.data("blockUI.isBlocked")))&&(l.data("blockUI.isBlocked",t),i&&n.bindEvents&&(!t||n.showOverlay))){var d="mousedown mouseup keydown keypress keyup touchstart touchend touchmove";t?e(document).on(d,n,u):e(document).off(d,u)}}function u(t){if("keydown"===t.type&&t.keyCode&&9==t.keyCode&&s&&t.data.constrainTabKey){var o=l,n=!t.shiftKey&&t.target===o[o.length-1],i=t.shiftKey&&t.target===o[0];if(n||i)return setTimeout(function(){f(i)},10),!1}var d=t.data,a=e(t.target);return a.hasClass("blockOverlay")&&d.onOverlayClick&&d.onOverlayClick(t),a.parents("div."+d.blockMsgClass).length>0||0===a.parents().children().filter("div.blockUI").length}function f(e){if(l){var t=l[!0===e?l.length-1:0];t&&t.trigger("focus")}}function p(t,o){return parseInt(e.css(t,o),10)||0}}"function"==typeof define&&define.amd&&define.amd.jQuery?define(["jquery"],e):e(jQuery)}();
;var wc_add_to_cart_params={"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"Ver carrinho","cart_url":"https:\/\/planejamentoestrategico.org\/carrinho\/","is_cart":"","cart_redirect_after_add":"no"}
;jQuery(function(t){if("undefined"==typeof wc_add_to_cart_params)return!1;var a=function(){this.requests=[],this.addRequest=this.addRequest.bind(this),this.run=this.run.bind(this),t(document.body).on("click",".add_to_cart_button:not(.wc-interactive)",{addToCartHandler:this},this.onAddToCart).on("click",".remove_from_cart_button",{addToCartHandler:this},this.onRemoveFromCart).on("added_to_cart",this.updateButton).on("ajax_request_not_sent.adding_to_cart",this.updateButton).on("added_to_cart removed_from_cart",{addToCartHandler:this},this.updateFragments)};a.prototype.addRequest=function(t){this.requests.push(t),1===this.requests.length&&this.run()},a.prototype.run=function(){var a=this,e=a.requests[0].complete;a.requests[0].complete=function(){"function"==typeof e&&e(),a.requests.shift(),a.requests.length>0&&a.run()},t.ajax(this.requests[0])},a.prototype.onAddToCart=function(a){var e=t(this);if(e.is(".ajax_add_to_cart")){if(!e.attr("data-product_id"))return!0;if(a.preventDefault(),e.removeClass("added"),e.addClass("loading"),!1===t(document.body).triggerHandler("should_send_ajax_request.adding_to_cart",[e]))return t(document.body).trigger("ajax_request_not_sent.adding_to_cart",[!1,!1,e]),!0;var r={};t.each(e.data(),function(t,a){r[t]=a}),t.each(e[0].dataset,function(t,a){r[t]=a}),t(document.body).trigger("adding_to_cart",[e,r]),a.data.addToCartHandler.addRequest({type:"POST",url:wc_add_to_cart_params.wc_ajax_url.toString().replace("%%endpoint%%","add_to_cart"),data:r,success:function(a){a&&(a.error&&a.product_url?window.location=a.product_url:"yes"!==wc_add_to_cart_params.cart_redirect_after_add?t(document.body).trigger("added_to_cart",[a.fragments,a.cart_hash,e]):window.location=wc_add_to_cart_params.cart_url)},dataType:"json"})}},a.prototype.onRemoveFromCart=function(a){var e=t(this),r=e.closest(".woocommerce-mini-cart-item");a.preventDefault(),r.block({message:null,overlayCSS:{opacity:.6}}),a.data.addToCartHandler.addRequest({type:"POST",url:wc_add_to_cart_params.wc_ajax_url.toString().replace("%%endpoint%%","remove_from_cart"),data:{cart_item_key:e.data("cart_item_key")},success:function(a){a&&a.fragments?t(document.body).trigger("removed_from_cart",[a.fragments,a.cart_hash,e]):window.location=e.attr("href")},error:function(){window.location=e.attr("href")},dataType:"json"})},a.prototype.updateButton=function(a,e,r,d){(d=void 0!==d&&d)&&(d.removeClass("loading"),e&&d.addClass("added"),e&&!wc_add_to_cart_params.is_cart&&0===d.parent().find(".added_to_cart").length&&d.after('<a href="'+wc_add_to_cart_params.cart_url+'" class="added_to_cart wc-forward" title="'+wc_add_to_cart_params.i18n_view_cart+'">'+wc_add_to_cart_params.i18n_view_cart+"</a>"),t(document.body).trigger("wc_cart_button_updated",[d]))},a.prototype.updateFragments=function(a,e){e&&(t.each(e,function(a){t(a).addClass("updating").fadeTo("400","0.6").block({message:null,overlayCSS:{opacity:.6}})}),t.each(e,function(a,e){t(a).replaceWith(e),t(a).stop(!0).css("opacity","1").unblock()}),t(document.body).trigger("wc_fragments_loaded"))},new a});
;/*! js-cookie v3.0.5 | MIT */
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self,function(){var n=e.Cookies,o=e.Cookies=t();o.noConflict=function(){return e.Cookies=n,o}}())}(this,function(){"use strict";function e(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)e[o]=n[o]}return e}return function t(n,o){function r(t,r,i){if("undefined"!=typeof document){"number"==typeof(i=e({},o,i)).expires&&(i.expires=new Date(Date.now()+864e5*i.expires)),i.expires&&(i.expires=i.expires.toUTCString()),t=encodeURIComponent(t).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var c="";for(var u in i)i[u]&&(c+="; "+u,!0!==i[u]&&(c+="="+i[u].split(";")[0]));return document.cookie=t+"="+n.write(r,t)+c}}return Object.create({set:r,get:function(e){if("undefined"!=typeof document&&(!arguments.length||e)){for(var t=document.cookie?document.cookie.split("; "):[],o={},r=0;r<t.length;r++){var i=t[r].split("="),c=i.slice(1).join("=");try{var u=decodeURIComponent(i[0]);if(o[u]=n.read(c,u),e===u)break}catch(f){}}return e?o[e]:o}},remove:function(t,n){r(t,"",e({},n,{expires:-1}))},withAttributes:function(n){return t(this.converter,e({},this.attributes,n))},withConverter:function(n){return t(e({},this.converter,n),this.attributes)}},{attributes:{value:Object.freeze(o)},converter:{value:Object.freeze(n)}})}({read:function(e){return'"'===e[0]&&(e=e.slice(1,-1)),e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"})});
;var woocommerce_params={"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}
;jQuery(function(o){o(".woocommerce-ordering").on("change","select.orderby",function(){o(this).closest("form").trigger("submit")}),o("input.qty:not(.product-quantity input.qty)").each(function(){var e=parseFloat(o(this).attr("min"));e>=0&&parseFloat(o(this).val())<e&&o(this).val(e)});var e="store_notice"+(o(".woocommerce-store-notice").data("noticeId")||"");"hidden"===Cookies.get(e)?o(".woocommerce-store-notice").hide():o(".woocommerce-store-notice").show(),o(".woocommerce-store-notice__dismiss-link").on("click",function(s){Cookies.set(e,"hidden",{path:"/"}),o(".woocommerce-store-notice").hide(),s.preventDefault()}),o(".woocommerce-input-wrapper span.description").length&&o(document.body).on("click",function(){o(".woocommerce-input-wrapper span.description:visible").prop("aria-hidden",!0).slideUp(250)}),o(".woocommerce-input-wrapper").on("click",function(o){o.stopPropagation()}),o(".woocommerce-input-wrapper :input").on("keydown",function(e){var s=o(this).parent().find("span.description");if(27===e.which&&s.length&&s.is(":visible"))return s.prop("aria-hidden",!0).slideUp(250),e.preventDefault(),!1}).on("click focus",function(){var e=o(this).parent(),s=e.find("span.description");e.addClass("currentTarget"),o(".woocommerce-input-wrapper:not(.currentTarget) span.description:visible").prop("aria-hidden",!0).slideUp(250),s.length&&s.is(":hidden")&&s.prop("aria-hidden",!1).slideDown(250),e.removeClass("currentTarget")}),o.scroll_to_notices=function(e){e.length&&o("html, body").animate({scrollTop:e.offset().top-100},1e3)},o('.woocommerce form .woocommerce-Input[type="password"]').wrap('<span class="password-input"></span>'),o(".woocommerce form input").filter(":password").parent("span").addClass("password-input"),o(".password-input").append('<span class="show-password-input"></span>'),o(".show-password-input").on("click",function(){o(this).hasClass("display-password")?o(this).removeClass("display-password"):o(this).addClass("display-password"),o(this).hasClass("display-password")?o(this).siblings(['input[type="password"]']).prop("type","text"):o(this).siblings('input[type="text"]').prop("type","password")}),o("a.coming-soon-footer-banner-dismiss").on("click",function(e){var s=o(e.target);o.ajax({type:"post",url:s.data("rest-url"),data:{meta:{woocommerce_coming_soon_banner_dismissed:"yes"}},beforeSend:function(o){o.setRequestHeader("X-WP-Nonce",s.data("rest-nonce"))},complete:function(){o("#coming-soon-footer-banner").hide()}})})});
;(function(){var c=document.body.className;c=c.replace(/woocommerce-no-js/,'woocommerce-js');document.body.className=c})()
;var wpilFrontend={"ajaxUrl":"\/wp-admin\/admin-ajax.php","postId":"900","postType":"post","openInternalInNewTab":"0","openExternalInNewTab":"0","disableClicks":"0","openLinksWithJS":"0","trackAllElementClicks":"0","clicksI18n":{"imageNoText":"Image in link: No Text","imageText":"Image Title: ","noText":"No Anchor Text Found"}}
;"use strict";function wpil_link_clicked(e){var i="",a=!1,n="",t=["img","svg"];if((1==e.which||0==e.button||2==e.which||4==e.button)&&!(this.length<1)&&"1"!==wpilFrontend.disableClicks&&void 0!==this.href&&"#"!==this.href){if(!function e(r){if(r.children.length>0)for(var o in r.children){var s=r.children[o];if(void 0!==s.children&&s.children.length>0&&""===i&&e(s),1===s.nodeType&&-1!==t.indexOf(s.nodeName.toLowerCase())&&""===n){a=!0;var l=void 0!==s.title?s.title:"";void 0!==l&&(n=l.trim())}i=i.trim(),n=void 0!==n?n.trim():""}void 0!==r.outerText&&(i=r.outerText)}(this),""===i&&a?i=""!==n?wpilFrontend.clicksI18n.imageText+n:wpilFrontend.clicksI18n.imageNoText:""!==i||a||(i=wpilFrontend.clicksI18n.noText),!("0"===wpilFrontend.trackAllElementClicks&&hasParentElements(this,"header, footer, nav, [id~=header], [id~=menu], [id~=footer], [id~=widget], [id~=comment], [class~=header], [class~=menu], [class~=footer], [class~=widget], [class~=comment], #wpadminbar"))){var r=getLinkLocation(this);makeAjaxCall({action:"wpil_link_clicked",post_id:wpilFrontend.postId,post_type:wpilFrontend.postType,link_url:this.href,link_anchor:i,link_location:r})}}}[].forEach.call(document.querySelectorAll("a"),function(e){e.addEventListener("click",wpil_link_clicked),e.addEventListener("auxclick",wpil_link_clicked)}),window.addEventListener("load",function(){setTimeout(openLinksInNewTab,150)});var newTabTries=0;function openLinksInNewTab(){if(newTabTries++,"undefined"==typeof wpilFrontend){if(newTabTries>10)return;setTimeout(openLinksInNewTab,1e3);return}"undefined"!=typeof wpilFrontend&&0!=wpilFrontend.openLinksWithJS&&(0!=wpilFrontend.openExternalInNewTab||0!=wpilFrontend.openInternalInNewTab)&&[].forEach.call(document.querySelectorAll("a"),function(e){if(!hasParentElements(e,"header, footer, nav, [id~=header], [id~=menu], [id~=footer], [id~=widget], [id~=comment], [class~=header], [class~=menu], [class~=footer], [class~=widget], [class~=comment], #wpadminbar")&&e.href&&!e.target&&-1===e.href.indexOf(window.location.href)){var i=new URL(e.href),a=window.location.hostname===i.hostname;(a&&parseInt(wpilFrontend.openInternalInNewTab)||!a&&parseInt(wpilFrontend.openExternalInNewTab))&&e.setAttribute("target","_blank")}})}function hasParentElements(e,i=""){var a=!!e&&e.tagName.toLowerCase();if(!e||"body"===a||"main"===a||"article"===a)return!1;"string"==typeof i&&(i=i.split(","));var n=!1;for(var t in i){var r=i[t];if(-1!==r.indexOf("id~=")){var o=r.replace(/\[id~=|\]/g,"").trim();if(void 0!==e.id&&""!==e.id&&-1!==e.id.indexOf(o)){n=!0;break}}else if(-1!==r.indexOf("class~=")){var o=r.replace(/\[class~=|\]/g,"").trim();if(void 0!==e.classList&&""!==e.className&&-1!==e.className.indexOf(o)){n=!0;break}}else if(-1!==r.indexOf("#")){var o=r.replace(/#/g,"").trim();if(void 0!==e.id&&""!==e.id&&o===e.id){n=!0;break}}else if(!r.match(/[^a-zA-Z]/)){var o=r.trim();if(e.tagName.toLowerCase()===o){n=!0;break}}}return!!n||""!==e.parentNode&&hasParentElements(e.parentNode,i)}function makeAjaxCall(e={}){window.jQuery?callWithJquery(e):callWithVanilla(e)}function callWithJquery(e={}){jQuery.ajax({type:"POST",url:wpilFrontend.ajaxUrl,data:e,success:function(e){}})}function callWithVanilla(e={}){async function i(e,i){var a=wpilFrontend.ajaxUrl,n=new XMLHttpRequest,t=[];for(var r in e)t.push(encodeURIComponent(r)+"="+encodeURIComponent(e[r]));t=t.join("&"),n.open("POST",a),n.setRequestHeader("Content-type","application/x-www-form-urlencoded"),n.send(t)}i(e,function e(i){void 0!==i.currentTarget&&console.log(i.currentTarget.response)})}function getLinkLocation(e){var i="Body Content",a={Search:["search","[id~=search]","[class~=search]"],Header:["header","[id~=header]","[class~=header]"],"Comment Section":["[id~=comment]","[class~=comment]"],Footer:["footer","[id~=footer]","[class~=footer]"],Menu:["[id~=menu]","[class~=menu]"],Navigation:["nav"],Sidebar:["sidebar","[id~=sidebar]","[class~=sidebar]","[id~=widget]","[class~=widget]"],"Body Content":["main","article","[class~=main]"]};if(!e||"body"===e.tagName.toLowerCase())return i;var n=!1;elementLoop:for(var t in a){var r=a[t];for(var o in r){var s=r[o];if(-1!==s.indexOf("id~=")){var l=s.replace(/\[id~=|\]/g,"").trim();if(void 0!==e.id&&""!==e.id&&-1!==e.id.indexOf(l)){n=!0,i=t;break elementLoop}}else if(-1!==s.indexOf("class~=")){var l=s.replace(/\[class~=|\]/g,"").trim();if(void 0!==e.classList&&""!==e.className&&-1!==e.className.indexOf(l)){n=!0,i=t;break elementLoop}}else if(-1!==s.indexOf("#")){var l=s.replace(/#/g,"").trim();if(void 0!==e.id&&""!==e.id&&l===e.id){n=!0,i=t;break elementLoop}}else if(!s.match(/[^a-zA-Z]/)){var l=s.trim();if(e.tagName.toLowerCase()===l){n=!0,i=t;break elementLoop}}}}return n?i:""!==e.parentNode&&getLinkLocation(e.parentNode)}
;var rishiExports;!function(){"use strict";var e={};function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t(e)}function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function n(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,u(n.key),n)}}function o(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function i(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?o(Object(r),!0).forEach((function(t){c(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):o(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function c(e,t,r){return(t=u(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function u(e){var r=function(e,r){if("object"!==t(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,"string");if("object"!==t(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===t(r)?r:String(r)}(function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})})(e);var a=function(e,t){return"string"!=typeof e?e:e.replace(/\s\s+/g," ").trim().split(" ").reduce((function(e,r){return i(i({},e),{},c({},r,t))}),{})},f=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),c(this,"_events",{})}var t,o;return t=e,o=[{key:"on",value:function(e,t){var n=this,o=a(e,t);return Object.keys(o).map((function(e){return n._events=i(i({},n._events),{},c({},e,[].concat(function(e){if(Array.isArray(e))return r(e)}(t=n._events[e]||[])||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(t)||function(e,t){if(e){if("string"==typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),[o[e]])));var t})),this}},{key:"off",value:function(e,t){var r=this,n=a(e,t);return Object.keys(n).map((function(e){r._events[e]&&(n[e]?r._events[e].splice(r._events[e].indexOf(t)>>>0,1):r._events[e]=[])})),this}},{key:"trigger",value:function(e,t){var r=this,n=a(e),o=function(e){return e&&e.call(window,t)};return Object.keys(n).map((function(e){try{(r._events[e]||[]).map(o),(r._events.all||[]).map(o)}catch(e){if(console.log("%c [Events] Exception raised.","color: red; font-weight: bold;"),"undefined"==typeof console)throw e;console.error(e)}})),this}}],o&&n(t.prototype,o),Object.defineProperty(t,"prototype",{writable:!1}),e}(),l=new f;window.rtEvents=l,e.default=l,(rishiExports=void 0===rishiExports?{}:rishiExports).events=e}()
;var rishi_companion_data={"public_url":"https:\/\/planejamentoestrategico.org\/wp-content\/plugins\/rishi-companion\/\/assets\/build\/"}
;(()=>{var e,t,n={788:(e,t,n)=>{n.p=rishi_companion_data.public_url},652:e=>{"use strict";e.exports=window.rtEvents},907:(e,t,n)=>{"use strict";function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}n.d(t,{Z:()=>o})},57:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var o=n(907);function r(e){if(Array.isArray(e))return(0,o.Z)(e)}},199:(e,t,n)=>{"use strict";function o(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}n.d(t,{Z:()=>o})},786:(e,t,n)=>{"use strict";function o(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}n.d(t,{Z:()=>o})},62:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var o=n(57),r=n(199),i=n(181),a=n(786);function s(e){return(0,o.Z)(e)||(0,r.Z)(e)||(0,i.Z)(e)||(0,a.Z)()}},181:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var o=n(907);function r(e,t){if(e){if("string"==typeof e)return(0,o.Z)(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?(0,o.Z)(e,t):void 0}}}},o={};function r(e){var t=o[e];if(void 0!==t)return t.exports;var i=o[e]={exports:{}};return n[e].call(i.exports,i,i.exports,r),i.exports}r.m=n,r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((t,n)=>(r.f[n](e,t),t)),[])),r.u=e=>e+".js",r.miniCssF=e=>e+".css",r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},t="rishi-companion:",r.l=(n,o,i,a)=>{if(e[n])e[n].push(o);else{var s,l;if(void 0!==i)for(var c=document.getElementsByTagName("script"),d=0;d<c.length;d++){var u=c[d];if(u.getAttribute("src")==n||u.getAttribute("data-webpack")==t+i){s=u;break}}s||(l=!0,(s=document.createElement("script")).charset="utf-8",s.timeout=120,r.nc&&s.setAttribute("nonce",r.nc),s.setAttribute("data-webpack",t+i),s.src=n),e[n]=[o];var f=(t,o)=>{s.onerror=s.onload=null,clearTimeout(m);var r=e[n];if(delete e[n],s.parentNode&&s.parentNode.removeChild(s),r&&r.forEach((e=>e(o))),t)return t(o)},m=setTimeout(f.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=f.bind(null,s.onerror),s.onload=f.bind(null,s.onload),l&&document.head.appendChild(s)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{var e;r.g.importScripts&&(e=r.g.location+"");var t=r.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var n=t.getElementsByTagName("script");n.length&&(e=n[n.length-1].src)}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),r.p=e})(),(()=>{var e={501:0};r.f.j=(t,n)=>{var o=r.o(e,t)?e[t]:void 0;if(0!==o)if(o)n.push(o[2]);else{var i=new Promise(((n,r)=>o=e[t]=[n,r]));n.push(o[2]=i);var a=r.p+r.u(t),s=new Error;r.l(a,(n=>{if(r.o(e,t)&&(0!==(o=e[t])&&(e[t]=void 0),o)){var i=n&&("load"===n.type?"missing":n.type),a=n&&n.target&&n.target.src;s.message="Loading chunk "+t+" failed.\n("+i+": "+a+")",s.name="ChunkLoadError",s.type=i,s.request=a,o[1](s)}}),"chunk-"+t,t)}};var t=(t,n)=>{var o,i,a=n[0],s=n[1],l=n[2],c=0;if(a.some((t=>0!==e[t]))){for(o in s)r.o(s,o)&&(r.m[o]=s[o]);l&&l(r)}for(t&&t(n);c<a.length;c++)i=a[c],r.o(e,i)&&e[i]&&e[i][0](),e[i]=0},n=self.webpackChunkrishi_companion=self.webpackChunkrishi_companion||[];n.forEach(t.bind(null,0)),n.push=t.bind(null,n.push.bind(n))})(),(()=>{"use strict";var e=r(62),t=r(652),n=r.n(t);const o=window.jQuery;var i=r.n(o);const a="data-",s="was-processed",l="true",c=(e,t)=>e.getAttribute(a+t),d=e=>c(e,s)===l,u=function(e){return e.getBoundingClientRect().top+window.pageYOffset-e.ownerDocument.documentElement.clientTop},f=function(e){return e.getBoundingClientRect().left+window.pageXOffset-e.ownerDocument.documentElement.clientLeft};function m(e,t,n){return!(function(e,t,n){return(t===window?window.innerHeight+window.pageYOffset:u(t)+t.offsetHeight)<=u(e)-n}(e,t,n)||function(e,t,n){return(t===window?window.pageYOffset:u(t))>=u(e)+n+e.offsetHeight}(e,t,n)||function(e,t,n){const o=window.innerWidth;return(t===window?o+window.pageXOffset:f(t)+o)<=f(e)-n}(e,t,n)||function(e,t,n){return(t===window?window.pageXOffset:f(t))>=f(e)+n+e.offsetWidth}(e,t,n))}const p=function(e,t){var n;let o="LazyLoad::Initialized",r=new e(t);try{n=new CustomEvent(o,{detail:{instance:r}})}catch(e){(n=document.createEvent("CustomEvent")).initCustomEvent(o,!1,!1,{instance:r})}window.dispatchEvent(n)},g=(e,t)=>t?e.replace(/\.(jpe?g|png)/gi,".webp"):e,h="undefined"!=typeof window,_=h&&!("onscroll"in window)||/(gle|ing|ro)bot|crawl|spider/i.test(navigator.userAgent),v=h&&"classList"in document.createElement("p"),y=h&&(b="image/webp",!(!(w=document.createElement("canvas")).getContext||!w.getContext("2d"))&&0===w.toDataURL(b).indexOf(`data:${b}`));var b,w;const E=(e,t)=>{v?e.classList.add(t):e.className+=(e.className?" ":"")+t},L=function(e,t,n,o){for(let r,i=0;r=e.children[i];i+=1)if("SOURCE"===r.tagName){let e=c(r,n);k(r,t,e,o)}},k=function(e,t,n,o){n&&e.setAttribute(t,g(n,o))},S={IMG:(e,t)=>{const n=y&&t.to_webp,o=t.data_srcset,r=e.parentNode;r&&"PICTURE"===r.tagName&&L(r,"srcset",o,n);const i=c(e,t.data_sizes);k(e,"sizes",i);const a=c(e,o);k(e,"srcset",a,n);const s=c(e,t.data_src);k(e,"src",s,n)},IFRAME:(e,t)=>{const n=c(e,t.data_src);k(e,"src",n)},VIDEO:(e,t)=>{const n=t.data_src,o=c(e,n);L(e,"src",n),k(e,"src",o),e.load()}},T=function(e,t){e&&e(t)},z="load",A="loadeddata",O="error",C=(e,t,n)=>{e.addEventListener(t,n)},I=(e,t,n)=>{e.removeEventListener(t,n)},j=(e,t,n)=>{I(e,z,t),I(e,A,t),I(e,O,n)},q=function(e,t,n){var o=n._settings;const r=t?o.class_loaded:o.class_error,i=t?o.callback_load:o.callback_error,a=e.target;((e,t)=>{v?e.classList.remove(t):e.className=e.className.replace(new RegExp("(^|\\s+)"+t+"(\\s+|$)")," ").replace(/^\s+/,"").replace(/\s+$/,"")})(a,o.class_loading),E(a,r),T(i,a),n._updateLoadingCount(-1)},H=["IMG","IFRAME","VIDEO"],N=function(e){this._settings=Object.assign({},{elements_selector:"img",container:window,threshold:300,throttle:150,data_src:"src",data_srcset:"srcset",data_sizes:"sizes",data_bg:"bg",class_loading:"loading",class_loaded:"loaded",class_error:"error",class_initial:"initial",skip_invisible:!0,callback_load:null,callback_error:null,callback_set:null,callback_enter:null,callback_finish:null,to_webp:!1},e),this._loadingCount=0,this._queryOriginNode=this._settings.container===window?document:this._settings.container,this._previousLoopTime=0,this._loopTimeout=null,this._boundHandleScroll=this.handleScroll.bind(this),this._isFirstLoop=!0,window.addEventListener("resize",this._boundHandleScroll),this.update()};N.prototype={_loopThroughElements:function(e){const t=this._settings,n=this._elements,o=n?n.length:0;let r,i=[],a=this._isFirstLoop;if(a&&(this._isFirstLoop=!1),0!==o){for(r=0;r<o;r++){let o=n[r];t.skip_invisible&&null===o.offsetParent||(e||m(o,t.container,t.threshold))&&(a&&E(o,t.class_initial),this.load(o),i.push(r))}((e,t)=>{for(;t.length;)e.splice(t.pop(),1)})(n,i)}else this._stopScrollHandler()},_startScrollHandler:function(){this._isHandlingScroll||(this._isHandlingScroll=!0,this._settings.container.addEventListener("scroll",this._boundHandleScroll))},_stopScrollHandler:function(){this._isHandlingScroll&&(this._isHandlingScroll=!1,this._settings.container.removeEventListener("scroll",this._boundHandleScroll))},_updateLoadingCount:function(e){this._loadingCount+=e,0===this._elements.length&&0===this._loadingCount&&T(this._settings.callback_finish)},handleScroll:function(){const e=this._settings.throttle;if(0!==e){let t=Date.now(),n=e-(t-this._previousLoopTime);n<=0||n>e?(this._loopTimeout&&(clearTimeout(this._loopTimeout),this._loopTimeout=null),this._previousLoopTime=t,this._loopThroughElements()):this._loopTimeout||(this._loopTimeout=setTimeout(function(){this._previousLoopTime=Date.now(),this._loopTimeout=null,this._loopThroughElements()}.bind(this),n))}else this._loopThroughElements()},loadAll:function(){this._loopThroughElements(!0)},update:function(e){const t=this._settings,n=e||this._queryOriginNode.querySelectorAll(t.elements_selector);this._elements=(e=>e.filter((e=>!d(e))))(Array.prototype.slice.call(n)),_?this.loadAll():(this._loopThroughElements(),this._startScrollHandler())},destroy:function(){window.removeEventListener("resize",this._boundHandleScroll),this._loopTimeout&&(clearTimeout(this._loopTimeout),this._loopTimeout=null),this._stopScrollHandler(),this._elements=null,this._queryOriginNode=null,this._settings=null},load:function(e,t){!function(e,t,n){var o=t._settings;!n&&d(e)||(T(o.callback_enter,e),H.indexOf(e.tagName)>-1&&(((e,t)=>{const n=r=>{q(r,!0,t),j(e,n,o)},o=r=>{q(r,!1,t),j(e,n,o)};((e,t,n)=>{C(e,z,t),C(e,A,t),C(e,O,n)})(e,n,o)})(e,t),E(e,o.class_loading)),((e,t)=>{const n=t._settings,o=e.tagName,r=S[o];if(r)return r(e,n),t._updateLoadingCount(1),void(t._elements=(i=t._elements,a=e,i.filter((e=>e!==a))));var i,a;((e,t)=>{const n=y&&t.to_webp,o=c(e,t.data_src),r=c(e,t.data_bg);if(o){let t=g(o,n);e.style.backgroundImage=`url("${t}")`}if(r){let t=g(r,n);e.style.backgroundImage=t}})(e,n)})(e,t),(e=>{((e,t,n)=>{var o=a+t;e.setAttribute(o,n)})(e,s,l)})(e),T(o.callback_set,e))}(e,this,t)}},h&&function(e,t){if(t)if(t.length)for(let n,o=0;n=t[o];o+=1)p(e,n);else p(e,t)}(N,window.lazyLoadOptions);const x=N;var Z=null,M=function(){Z?Z.update():Z=new x({data_src:"rt-lazy",data_srcset:"rt-lazy-set",elements_selector:"img[data-rt-lazy]",callback_load:function(e){var t=e.closest('[class*="rt-image-container"]'),n=function(){t&&(t.classList.remove("rt-lazy"),t.classList.add("rt-lazy-loading-start"),requestAnimationFrame((function(){var e,n,o,r;t.classList.remove("rt-lazy-loading-start"),t.classList.add("rt-lazy-loading"),e=t.firstElementChild,n=function(){t.classList.remove("rt-lazy-loading"),t.classList.add("rt-lazy-loaded")},o=function(){e.removeEventListener("transitionend",r),n()},r=function(t){t.target===e&&o()},e.addEventListener("transitionend",r)})))};navigator.userAgent.toLowerCase().indexOf("firefox")>-1?setTimeout(n,500):n()}})};document.addEventListener("DOMContentLoaded",(i()&&(i()(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/global",(function(){return n().trigger("rt:images:lazyload:update")}))})),i()(document.body).on("ubermenuopen",(function(){n().trigger("rt:images:lazyload:update")})),i()(window).on("wcpf_update_products",(function(){n().trigger("rt:images:lazyload:update")})),i()(document).on("wpf_ajax_success",(function(){return n().trigger("rt:images:lazyload:update")})),i()(document).on("blog_infiniteScroll_ajax",(function(){return n().trigger("rt:images:lazyload:update")}))),document.addEventListener("rt:masonry_loaded",(function(){M()})),document.querySelector("img[data-rt-lazy]")&&M(),void n().on("rt:images:lazyload:update",(function(){i()&&i()("body").trigger("jetpack-lazy-images-load"),window.jetpackLazyImagesModule&&window.jetpackLazyImagesModule();var e=new Event("jetpack-lazy-images-load");document.body.dispatchEvent(e),M()}))),!1),r(788);var D;D=function(){[].concat((0,e.Z)(document.querySelectorAll(".cb__header-trigger")),(0,e.Z)(document.querySelectorAll(".cb__offcanvas-trigger"))).map((function(e){var t=document.querySelector(e.hash);t&&(t.hasListener||(t.hasListener=!0,t.addEventListener("click",(function(e){if(e.target&&e.target.matches("a")){var t=document.querySelector(".cb__header-trigger");if(e.target.closest(".woocommerce-mini-cart"))return;t&&t.click()}})))),e&&!e.hasListener&&(e.hasListener=!0,e.addEventListener("click",(function(e){e.preventDefault(),r.e(839).then(r.bind(r,839)).then((function(n){return(0,n.handleClick)(e,{container:t})}))})))})),function(){var e,t,n=document.querySelectorAll(".header-search-btn"),o=(document.querySelector(".search-toggle-form"),document.querySelectorAll(".btn-form-close"),document.querySelector(".search-form-section .search-field"));function r(n){clearInterval(e),clearInterval(t),n.fadeOut=function(e){var o=1;n.style.opacity=1,t=setInterval((function(){o>0?o-=.1:o<0&&(n.style.opacity=0,n.style.display="none",clearInterval(t)),n.style.opacity=o}),e)},n.fadeOut(2)}document.querySelector(".search-form-section .search-submit"),null!==n&&n.forEach((function(n){var i=n.dataset.modalKey,a=document.querySelector('.search-toggle-form[data-modal-key="'.concat(i,'"]')),s=document.querySelector('.search-toggle-form[data-modal-key="'.concat(i,'"] .btn-form-close')),l=document.querySelector('.search-toggle-form[data-modal-key="'.concat(i,'"] .search-field')),c=document.querySelector('.search-toggle-form[data-modal-key="'.concat(i,'"] .search-submit'));n.addEventListener("click",(function(n){n.preventDefault(),this.classList.add("active"),function(n){o.focus(),clearInterval(e),clearInterval(t),n.fadeIn=function(t){var o=0;n.style.display="block",n.style.opacity=0,e=setInterval((function(){o<1?o+=.1:1===o&&clearInterval(e),n.style.opacity=o}),t)},n.fadeIn(2)}(a),o.focus()})),s.addEventListener("click",(function(e){r(a),o.blur(),n.classList.remove("active")})),null!==a&&a.addEventListener("click",(function(e){r(a)})),document.addEventListener("keyup",(function(e){"Escape"==e.key&&r(a)})),null!==l&&l.addEventListener("click",(function(e){e.stopPropagation()})),null!==c&&c.addEventListener("click",(function(e){e.stopPropagation()}))}))}()},/comp|inter|loaded/.test(document.readyState)?D():document.addEventListener("DOMContentLoaded",D,!1)})()})()
;(()=>{var t=document.querySelectorAll(".rishi-posts-tabs .nav-tabs > li");document.querySelector(".rishi-posts-tabs .posts-tab-content .grid"),t.forEach((function(t){t.addEventListener("click",(function(){t.closest(".rishi-posts-tabs").querySelectorAll(".nav-tabs > li").forEach((function(t){t.classList.remove("active")}));var s=t.getAttribute("data-tab");t.classList.add("active");var e=t.closest(".rishi-posts-tabs").querySelector("#".concat(s));t.closest(".rishi-posts-tabs").querySelectorAll(".posts-tab-content .grid").forEach((function(t){t.classList.remove("active")})),e.classList.add("active")}))}))})()
;!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var t;"undefined"!=typeof window?t=window:"undefined"!=typeof global?t=global:"undefined"!=typeof self&&(t=self),t.sbjs=e()}}(function(){return function e(t,r,n){function a(s,o){if(!r[s]){if(!t[s]){var c="function"==typeof require&&require;if(!o&&c)return c(s,!0);if(i)return i(s,!0);var u=new Error("Cannot find module '"+s+"'");throw u.code="MODULE_NOT_FOUND",u}var p=r[s]={exports:{}};t[s][0].call(p.exports,function(e){var r=t[s][1][e];return a(r||e)},p,p.exports,e,t,r,n)}return r[s].exports}for(var i="function"==typeof require&&require,s=0;s<n.length;s++)a(n[s]);return a}({1:[function(e,t,r){"use strict";var n=e("./init"),a={init:function(e){this.get=n(e),e&&e.callback&&"function"==typeof e.callback&&e.callback(this.get)}};t.exports=a},{"./init":6}],2:[function(e,t,r){"use strict";var n=e("./terms"),a=e("./helpers/utils"),i={containers:{current:"sbjs_current",current_extra:"sbjs_current_add",first:"sbjs_first",first_extra:"sbjs_first_add",session:"sbjs_session",udata:"sbjs_udata",promocode:"sbjs_promo"},service:{migrations:"sbjs_migrations"},delimiter:"|||",aliases:{main:{type:"typ",source:"src",medium:"mdm",campaign:"cmp",content:"cnt",term:"trm",id:"id",platform:"plt",format:"fmt",tactic:"tct"},extra:{fire_date:"fd",entrance_point:"ep",referer:"rf"},session:{pages_seen:"pgs",current_page:"cpg"},udata:{visits:"vst",ip:"uip",agent:"uag"},promo:"code"},pack:{main:function(e){return i.aliases.main.type+"="+e.type+i.delimiter+i.aliases.main.source+"="+e.source+i.delimiter+i.aliases.main.medium+"="+e.medium+i.delimiter+i.aliases.main.campaign+"="+e.campaign+i.delimiter+i.aliases.main.content+"="+e.content+i.delimiter+i.aliases.main.term+"="+e.term+i.delimiter+i.aliases.main.id+"="+e.id+i.delimiter+i.aliases.main.platform+"="+e.platform+i.delimiter+i.aliases.main.format+"="+e.format+i.delimiter+i.aliases.main.tactic+"="+e.tactic},extra:function(e){return i.aliases.extra.fire_date+"="+a.setDate(new Date,e)+i.delimiter+i.aliases.extra.entrance_point+"="+document.location.href+i.delimiter+i.aliases.extra.referer+"="+(document.referrer||n.none)},user:function(e,t){return i.aliases.udata.visits+"="+e+i.delimiter+i.aliases.udata.ip+"="+t+i.delimiter+i.aliases.udata.agent+"="+navigator.userAgent},session:function(e){return i.aliases.session.pages_seen+"="+e+i.delimiter+i.aliases.session.current_page+"="+document.location.href},promo:function(e){return i.aliases.promo+"="+a.setLeadingZeroToInt(a.randomInt(e.min,e.max),e.max.toString().length)}}};t.exports=i},{"./helpers/utils":5,"./terms":9}],3:[function(e,t,r){"use strict";var n=e("../data").delimiter;t.exports={useBase64:!1,setBase64Flag:function(e){this.useBase64=e},encodeData:function(e){return encodeURIComponent(e).replace(/\!/g,"%21").replace(/\~/g,"%7E").replace(/\*/g,"%2A").replace(/\'/g,"%27").replace(/\(/g,"%28").replace(/\)/g,"%29")},decodeData:function(e){try{return decodeURIComponent(e).replace(/\%21/g,"!").replace(/\%7E/g,"~").replace(/\%2A/g,"*").replace(/\%27/g,"'").replace(/\%28/g,"(").replace(/\%29/g,")")}catch(t){try{return unescape(e)}catch(r){return""}}},set:function(e,t,r,n,a){var i,s;if(r){var o=new Date;o.setTime(o.getTime()+60*r*1e3),i="; expires="+o.toGMTString()}else i="";s=n&&!a?";domain=."+n:"";var c=this.encodeData(t);this.useBase64&&(c=btoa(c).replace(/=+$/,"")),document.cookie=this.encodeData(e)+"="+c+i+s+"; path=/"},get:function(e){for(var t=this.encodeData(e)+"=",r=document.cookie.split(";"),n=0;n<r.length;n++){for(var a=r[n];" "===a.charAt(0);)a=a.substring(1,a.length);if(0===a.indexOf(t)){var i=a.substring(t.length,a.length);if(/^[A-Za-z0-9+/]+$/.test(i))try{i=atob(i.padEnd(4*Math.ceil(i.length/4),"="))}catch(s){}return this.decodeData(i)}}return null},destroy:function(e,t,r){this.set(e,"",-1,t,r)},parse:function(e){var t=[],r={};if("string"==typeof e)t.push(e);else for(var a in e)e.hasOwnProperty(a)&&t.push(e[a]);for(var i=0;i<t.length;i++){var s;r[this.unsbjs(t[i])]={},s=this.get(t[i])?this.get(t[i]).split(n):[];for(var o=0;o<s.length;o++){var c=s[o].split("="),u=c.splice(0,1);u.push(c.join("=")),r[this.unsbjs(t[i])][u[0]]=this.decodeData(u[1])}}return r},unsbjs:function(e){return e.replace("sbjs_","")}}},{"../data":2}],4:[function(e,t,r){"use strict";t.exports={parse:function(e){for(var t=this.parseOptions,r=t.parser[t.strictMode?"strict":"loose"].exec(e),n={},a=14;a--;)n[t.key[a]]=r[a]||"";return n[t.q.name]={},n[t.key[12]].replace(t.q.parser,function(e,r,a){r&&(n[t.q.name][r]=a)}),n},parseOptions:{strictMode:!1,key:["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"],q:{name:"queryKey",parser:/(?:^|&)([^&=]*)=?([^&]*)/g},parser:{strict:/^(?:([^:\/?#]+):)?(?:\/\/((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?))?((((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/,loose:/^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/}},getParam:function(e){for(var t={},r=(e||window.location.search.substring(1)).split("&"),n=0;n<r.length;n++){var a=r[n].split("=");if("undefined"==typeof t[a[0]])t[a[0]]=a[1];else if("string"==typeof t[a[0]]){var i=[t[a[0]],a[1]];t[a[0]]=i}else t[a[0]].push(a[1])}return t},getHost:function(e){return this.parse(e).host.replace("www.","")}}},{}],5:[function(e,t,r){"use strict";t.exports={escapeRegexp:function(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")},setDate:function(e,t){var r=e.getTimezoneOffset()/60,n=e.getHours(),a=t||0===t?t:-r;return e.setHours(n+r+a),e.getFullYear()+"-"+this.setLeadingZeroToInt(e.getMonth()+1,2)+"-"+this.setLeadingZeroToInt(e.getDate(),2)+" "+this.setLeadingZeroToInt(e.getHours(),2)+":"+this.setLeadingZeroToInt(e.getMinutes(),2)+":"+this.setLeadingZeroToInt(e.getSeconds(),2)},setLeadingZeroToInt:function(e,t){for(var r=e+"";r.length<t;)r="0"+r;return r},randomInt:function(e,t){return Math.floor(Math.random()*(t-e+1))+e}}},{}],6:[function(e,t,r){"use strict";var n=e("./data"),a=e("./terms"),i=e("./helpers/cookies"),s=e("./helpers/uri"),o=e("./helpers/utils"),c=e("./params"),u=e("./migrations");t.exports=function(e){var t,r,p,f,m,d,l,g,h,y,_,v,b,x=c.fetch(e),k=s.getParam(),w=x.domain.host,q=x.domain.isolate,I=x.lifetime;function j(e){switch(e){case a.traffic.utm:t=a.traffic.utm,r="undefined"!=typeof k.utm_source?k.utm_source:"undefined"!=typeof k.gclid?"google":"undefined"!=typeof k.yclid?"yandex":a.none,p="undefined"!=typeof k.utm_medium?k.utm_medium:"undefined"!=typeof k.gclid?"cpc":"undefined"!=typeof k.yclid?"cpc":a.none,f="undefined"!=typeof k.utm_campaign?k.utm_campaign:"undefined"!=typeof k[x.campaign_param]?k[x.campaign_param]:"undefined"!=typeof k.gclid?"google_cpc":"undefined"!=typeof k.yclid?"yandex_cpc":a.none,m="undefined"!=typeof k.utm_content?k.utm_content:"undefined"!=typeof k[x.content_param]?k[x.content_param]:a.none,l=k.utm_id||a.none,g=k.utm_source_platform||a.none,h=k.utm_creative_format||a.none,y=k.utm_marketing_tactic||a.none,d="undefined"!=typeof k.utm_term?k.utm_term:"undefined"!=typeof k[x.term_param]?k[x.term_param]:function(){var e=document.referrer;if(k.utm_term)return k.utm_term;if(!(e&&s.parse(e).host&&s.parse(e).host.match(/^(?:.*\.)?yandex\..{2,9}$/i)))return!1;try{return s.getParam(s.parse(document.referrer).query).text}catch(t){return!1}}()||a.none;break;case a.traffic.organic:t=a.traffic.organic,r=r||s.getHost(document.referrer),p=a.referer.organic,f=a.none,m=a.none,d=a.none,l=a.none,g=a.none,h=a.none,y=a.none;break;case a.traffic.referral:t=a.traffic.referral,r=r||s.getHost(document.referrer),p=p||a.referer.referral,f=a.none,m=s.parse(document.referrer).path,d=a.none,l=a.none,g=a.none,h=a.none,y=a.none;break;case a.traffic.typein:t=a.traffic.typein,r=x.typein_attributes.source,p=x.typein_attributes.medium,f=a.none,m=a.none,d=a.none,l=a.none,g=a.none,h=a.none,y=a.none;break;default:t=a.oops,r=a.oops,p=a.oops,f=a.oops,m=a.oops,d=a.oops,l=a.oops,g=a.oops,h=a.oops,y=a.oops}var i={type:t,source:r,medium:p,campaign:f,content:m,term:d,id:l,platform:g,format:h,tactic:y};return n.pack.main(i)}function R(e){var t=document.referrer;switch(e){case a.traffic.organic:return!!t&&H(t)&&function(e){var t=new RegExp("^(?:.*\\.)?"+o.escapeRegexp("yandex")+"\\..{2,9}$"),n=new RegExp(".*"+o.escapeRegexp("text")+"=.*"),a=new RegExp("^(?:www\\.)?"+o.escapeRegexp("google")+"\\..{2,9}$");if(s.parse(e).query&&s.parse(e).host.match(t)&&s.parse(e).query.match(n))return r="yandex",!0;if(s.parse(e).host.match(a))return r="google",!0;if(!s.parse(e).query)return!1;for(var i=0;i<x.organics.length;i++){if(s.parse(e).host.match(new RegExp("^(?:.*\\.)?"+o.escapeRegexp(x.organics[i].host)+"$","i"))&&s.parse(e).query.match(new RegExp(".*"+o.escapeRegexp(x.organics[i].param)+"=.*","i")))return r=x.organics[i].display||x.organics[i].host,!0;if(i+1===x.organics.length)return!1}}(t);case a.traffic.referral:return!!t&&H(t)&&function(e){if(!(x.referrals.length>0))return r=s.getHost(e),!0;for(var t=0;t<x.referrals.length;t++){if(s.parse(e).host.match(new RegExp("^(?:.*\\.)?"+o.escapeRegexp(x.referrals[t].host)+"$","i")))return r=x.referrals[t].display||x.referrals[t].host,p=x.referrals[t].medium||a.referer.referral,!0;if(t+1===x.referrals.length)return r=s.getHost(e),!0}}(t);default:return!1}}function H(e){if(x.domain){if(q)return s.getHost(e)!==s.getHost(w);var t=new RegExp("^(?:.*\\.)?"+o.escapeRegexp(w)+"$","i");return!s.getHost(e).match(t)}return s.getHost(e)!==s.getHost(document.location.href)}function D(){i.set(n.containers.current_extra,n.pack.extra(x.timezone_offset),I,w,q),i.get(n.containers.first_extra)||i.set(n.containers.first_extra,n.pack.extra(x.timezone_offset),I,w,q)}return i.setBase64Flag(x.base64),u.go(I,w,q),i.set(n.containers.current,function(){var e;if("undefined"!=typeof k.utm_source||"undefined"!=typeof k.utm_medium||"undefined"!=typeof k.utm_campaign||"undefined"!=typeof k.utm_content||"undefined"!=typeof k.utm_term||"undefined"!=typeof k.utm_id||"undefined"!=typeof k.utm_source_platform||"undefined"!=typeof k.utm_creative_format||"undefined"!=typeof k.utm_marketing_tactic||"undefined"!=typeof k.gclid||"undefined"!=typeof k.yclid||"undefined"!=typeof k[x.campaign_param]||"undefined"!=typeof k[x.term_param]||"undefined"!=typeof k[x.content_param])D(),e=j(a.traffic.utm);else if(R(a.traffic.organic))D(),e=j(a.traffic.organic);else if(!i.get(n.containers.session)&&R(a.traffic.referral))D(),e=j(a.traffic.referral);else{if(i.get(n.containers.first)||i.get(n.containers.current))return i.get(n.containers.current);D(),e=j(a.traffic.typein)}return e}(),I,w,q),i.get(n.containers.first)||i.set(n.containers.first,i.get(n.containers.current),I,w,q),i.get(n.containers.udata)?(_=parseInt(i.parse(n.containers.udata)[i.unsbjs(n.containers.udata)][n.aliases.udata.visits])||1,_=i.get(n.containers.session)?_:_+1,v=n.pack.user(_,x.user_ip)):(_=1,v=n.pack.user(_,x.user_ip)),i.set(n.containers.udata,v,I,w,q),i.get(n.containers.session)?(b=parseInt(i.parse(n.containers.session)[i.unsbjs(n.containers.session)][n.aliases.session.pages_seen])||1,b+=1):b=1,i.set(n.containers.session,n.pack.session(b),x.session_length,w,q),x.promocode&&!i.get(n.containers.promocode)&&i.set(n.containers.promocode,n.pack.promo(x.promocode),I,w,q),i.parse(n.containers)}},{"./data":2,"./helpers/cookies":3,"./helpers/uri":4,"./helpers/utils":5,"./migrations":7,"./params":8,"./terms":9}],7:[function(e,t,r){"use strict";var n=e("./data"),a=e("./helpers/cookies");t.exports={go:function(e,t,r){var i,s=this.migrations,o={l:e,d:t,i:r};if(a.get(n.containers.first)||a.get(n.service.migrations)){if(!a.get(n.service.migrations))for(i=0;i<s.length;i++)s[i].go(s[i].id,o)}else{var c=[];for(i=0;i<s.length;i++)c.push(s[i].id);var u="";for(i=0;i<c.length;i++)u+=c[i]+"=1",i<c.length-1&&(u+=n.delimiter);a.set(n.service.migrations,u,o.l,o.d,o.i)}},migrations:[{id:"1418474375998",version:"1.0.0-beta",go:function(e,t){var r=e+"=1",i=e+"=0",s=function(e,t,r){return t||r?e:n.delimiter};try{var o=[];for(var c in n.containers)n.containers.hasOwnProperty(c)&&o.push(n.containers[c]);for(var u=0;u<o.length;u++)if(a.get(o[u])){var p=a.get(o[u]).replace(/(\|)?\|(\|)?/g,s);a.destroy(o[u],t.d,t.i),a.destroy(o[u],t.d,!t.i),a.set(o[u],p,t.l,t.d,t.i)}a.get(n.containers.session)&&a.set(n.containers.session,n.pack.session(0),t.l,t.d,t.i),a.set(n.service.migrations,r,t.l,t.d,t.i)}catch(f){a.set(n.service.migrations,i,t.l,t.d,t.i)}}}]}},{"./data":2,"./helpers/cookies":3}],8:[function(e,t,r){"use strict";var n=e("./terms"),a=e("./helpers/uri");t.exports={fetch:function(e){var t=e||{},r={};if(r.lifetime=this.validate.checkFloat(t.lifetime)||6,r.lifetime=parseInt(30*r.lifetime*24*60),r.session_length=this.validate.checkInt(t.session_length)||30,r.timezone_offset=this.validate.checkInt(t.timezone_offset),r.base64=t.base64||!1,r.campaign_param=t.campaign_param||!1,r.term_param=t.term_param||!1,r.content_param=t.content_param||!1,r.user_ip=t.user_ip||n.none,t.promocode?(r.promocode={},r.promocode.min=parseInt(t.promocode.min)||1e5,r.promocode.max=parseInt(t.promocode.max)||999999):r.promocode=!1,t.typein_attributes&&t.typein_attributes.source&&t.typein_attributes.medium?(r.typein_attributes={},r.typein_attributes.source=t.typein_attributes.source,r.typein_attributes.medium=t.typein_attributes.medium):r.typein_attributes={source:"(direct)",medium:"(none)"},t.domain&&this.validate.isString(t.domain)?r.domain={host:t.domain,isolate:!1}:t.domain&&t.domain.host?r.domain=t.domain:r.domain={host:a.getHost(document.location.hostname),isolate:!1},r.referrals=[],t.referrals&&t.referrals.length>0)for(var i=0;i<t.referrals.length;i++)t.referrals[i].host&&r.referrals.push(t.referrals[i]);if(r.organics=[],t.organics&&t.organics.length>0)for(var s=0;s<t.organics.length;s++)t.organics[s].host&&t.organics[s].param&&r.organics.push(t.organics[s]);return r.organics.push({host:"bing.com",param:"q",display:"bing"}),r.organics.push({host:"yahoo.com",param:"p",display:"yahoo"}),r.organics.push({host:"about.com",param:"q",display:"about"}),r.organics.push({host:"aol.com",param:"q",display:"aol"}),r.organics.push({host:"ask.com",param:"q",display:"ask"}),r.organics.push({host:"globososo.com",param:"q",display:"globo"}),r.organics.push({host:"go.mail.ru",param:"q",display:"go.mail.ru"}),r.organics.push({host:"rambler.ru",param:"query",display:"rambler"}),r.organics.push({host:"tut.by",param:"query",display:"tut.by"}),r.referrals.push({host:"t.co",display:"twitter.com"}),r.referrals.push({host:"plus.url.google.com",display:"plus.google.com"}),r},validate:{checkFloat:function(e){return!(!e||!this.isNumeric(parseFloat(e)))&&parseFloat(e)},checkInt:function(e){return!(!e||!this.isNumeric(parseInt(e)))&&parseInt(e)},isNumeric:function(e){return!isNaN(e)},isString:function(e){return"[object String]"===Object.prototype.toString.call(e)}}}},{"./helpers/uri":4,"./terms":9}],9:[function(e,t,r){"use strict";t.exports={traffic:{utm:"utm",organic:"organic",referral:"referral",typein:"typein"},referer:{referral:"referral",organic:"organic",social:"social"},none:"(none)",oops:"(Houston, we have a problem)"}},{}]},{},[1])(1)});
;var wc_order_attribution={"params":{"lifetime":1.0e-5,"session":30,"base64":!1,"ajaxurl":"https:\/\/planejamentoestrategico.org\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":!0},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}
;!function(t){"use strict";const e=t.params,n=(document.querySelector.bind(document),(t,e)=>e.split(".").reduce((t,e)=>t&&t[e],t)),i=()=>null,s=t=>null===t||t===undefined?"":t,o="wc/store/checkout";function a(t){window.wp&&window.wp.data&&window.wp.data.dispatch&&window.wc&&window.wc.wcBlocksData&&window.wp.data.dispatch(window.wc.wcBlocksData.CHECKOUT_STORE_KEY).__internalSetExtensionData("woocommerce/order-attribution",t,!0)}function r(){return"undefined"!=typeof sbjs}function c(){if(window.wp&&window.wp.data&&"function"==typeof window.wp.data.subscribe){const e=window.wp.data.subscribe(function(){e(),a(t.getAttributionData())},o)}}t.getAttributionData=function(){const s=e.allowTracking&&r()?n:i,o=r()?sbjs.get:{},a=Object.entries(t.fields).map(([t,e])=>[t,s(o,e)]);return Object.fromEntries(a)},t.setOrderTracking=function(n){if(e.allowTracking=n,n){if(!r())return;sbjs.init({lifetime:Number(e.lifetime),session_length:Number(e.session),base64:Boolean(e.base64),timezone_offset:"0"})}else!function(){const t=window.location.hostname;["sbjs_current","sbjs_current_add","sbjs_first","sbjs_first_add","sbjs_session","sbjs_udata","sbjs_migrations","sbjs_promo"].forEach(e=>{document.cookie=`${e}=; path=/; max-age=-999; domain=.${t};`})}();const i=t.getAttributionData();!function(t){for(const e of document.querySelectorAll("wc-order-attribution-inputs"))e.values=t}(i),a(i)},t.setOrderTracking(e.allowTracking),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",c):c(),window.customElements.define("wc-order-attribution-inputs",class extends HTMLElement{constructor(){if(super(),this._fieldNames=Object.keys(t.fields),this.hasOwnProperty("_values")){let t=this.values;delete this.values,this.values=t||{}}}connectedCallback(){this.innerHTML="";const t=new DocumentFragment;for(const n of this._fieldNames){const i=document.createElement("input");i.type="hidden",i.name=`${e.prefix}${n}`,i.value=s(this.values&&this.values[n]||""),t.appendChild(i)}this.appendChild(t)}set values(t){if(this._values=t,this.isConnected)for(const t of this._fieldNames){const n=this.querySelector(`input[name="${e.prefix}${t}"]`);n?n.value=s(this.values[t]):console.warn(`Field "${t}" not found. `+"Most likely, the '<wc-order-attribution-inputs>' element was manipulated.")}}get values(){return this._values}})}(window.wc_order_attribution);
;var rishi__cb_localizations={"gradients":[{"name":"Vivid cyan blue to vivid purple","gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","slug":"vivid-cyan-blue-to-vivid-purple"},{"name":"Light green cyan to vivid green cyan","gradient":"linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%)","slug":"light-green-cyan-to-vivid-green-cyan"},{"name":"Luminous vivid amber to luminous vivid orange","gradient":"linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)","slug":"luminous-vivid-amber-to-luminous-vivid-orange"},{"name":"Luminous vivid orange to vivid red","gradient":"linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%)","slug":"luminous-vivid-orange-to-vivid-red"},{"name":"Cool to warm spectrum","gradient":"linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%)","slug":"cool-to-warm-spectrum"},{"name":"Blush light purple","gradient":"linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%)","slug":"blush-light-purple"},{"name":"Blush bordeaux","gradient":"linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%)","slug":"blush-bordeaux"},{"name":"Luminous dusk","gradient":"linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%)","slug":"luminous-dusk"},{"name":"Pale ocean","gradient":"linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%)","slug":"pale-ocean"},{"name":"Electric grass","gradient":"linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%)","slug":"electric-grass"},{"name":"Midnight","gradient":"linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%)","slug":"midnight"},{"name":"Juicy Peach","gradient":"linear-gradient(to right, #ffecd2 0%, #fcb69f 100%)","slug":"juicy-peach"},{"name":"Young Passion","gradient":"linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%)","slug":"young-passion"},{"name":"True Sunset","gradient":"linear-gradient(to right, #fa709a 0%, #fee140 100%)","slug":"true-sunset"},{"name":"Morpheus Den","gradient":"linear-gradient(to top, #30cfd0 0%, #330867 100%)","slug":"morpheus-den"},{"name":"Plum Plate","gradient":"linear-gradient(135deg, #667eea 0%, #764ba2 100%)","slug":"plum-plate"},{"name":"Aqua Splash","gradient":"linear-gradient(15deg, #13547a 0%, #80d0c7 100%)","slug":"aqua-splash"},{"name":"Love Kiss","gradient":"linear-gradient(to top, #ff0844 0%, #ffb199 100%)","slug":"love-kiss"},{"name":"New Retrowave","gradient":"linear-gradient(to top, #3b41c5 0%, #a981bb 49%, #ffc8a9 100%)","slug":"new-retrowave"},{"name":"Plum Bath","gradient":"linear-gradient(to top, #cc208e 0%, #6713d2 100%)","slug":"plum-bath"},{"name":"High Flight","gradient":"linear-gradient(to right, #0acffe 0%, #495aff 100%)","slug":"high-flight"},{"name":"Teen Party","gradient":"linear-gradient(-225deg, #FF057C 0%, #8D0B93 50%, #321575 100%)","slug":"teen-party"},{"name":"Fabled Sunset","gradient":"linear-gradient(-225deg, #231557 0%, #44107A 29%, #FF1361 67%, #FFF800 100%)","slug":"fabled-sunset"},{"name":"Arielle Smile","gradient":"radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%)","slug":"arielle-smile"},{"name":"Itmeo Branding","gradient":"linear-gradient(180deg, #2af598 0%, #009efd 100%)","slug":"itmeo-branding"},{"name":"Deep Blue","gradient":"linear-gradient(to right, #6a11cb 0%, #2575fc 100%)","slug":"deep-blue"},{"name":"Strong Bliss","gradient":"linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%)","slug":"strong-bliss"},{"name":"Sweet Period","gradient":"linear-gradient(to top, #3f51b1 0%, #5a55ae 13%, #7b5fac 25%, #8f6aae 38%, #a86aa4 50%, #cc6b8e 62%, #f18271 75%, #f3a469 87%, #f7c978 100%)","slug":"sweet-period"},{"name":"Purple Division","gradient":"linear-gradient(to top, #7028e4 0%, #e5b2ca 100%)","slug":"purple-division"},{"name":"Cold Evening","gradient":"linear-gradient(to top, #0c3483 0%, #a2b6df 100%, #6b8cce 100%, #a2b6df 100%)","slug":"cold-evening"},{"name":"Mountain Rock","gradient":"linear-gradient(to right, #868f96 0%, #596164 100%)","slug":"mountain-rock"},{"name":"Desert Hump","gradient":"linear-gradient(to top, #c79081 0%, #dfa579 100%)","slug":"desert-hump"},{"name":"Eternal Constance","gradient":"linear-gradient(to top, #09203f 0%, #537895 100%)","slug":"ethernal-constance"},{"name":"Happy Memories","gradient":"linear-gradient(-60deg, #ff5858 0%, #f09819 100%)","slug":"happy-memories"},{"name":"Grown Early","gradient":"linear-gradient(to top, #0ba360 0%, #3cba92 100%)","slug":"grown-early"},{"name":"Morning Salad","gradient":"linear-gradient(-225deg, #B7F8DB 0%, #50A7C2 100%)","slug":"morning-salad"},{"name":"Night Call","gradient":"linear-gradient(-225deg, #AC32E4 0%, #7918F2 48%, #4801FF 100%)","slug":"night-call"},{"name":"Mind Crawl","gradient":"linear-gradient(-225deg, #473B7B 0%, #3584A7 51%, #30D2BE 100%)","slug":"mind-crawl"},{"name":"Angel Care","gradient":"linear-gradient(-225deg, #FFE29F 0%, #FFA99F 48%, #FF719A 100%)","slug":"angel-care"},{"name":"Juicy Cake","gradient":"linear-gradient(to top, #e14fad 0%, #f9d423 100%)","slug":"juicy-cake"},{"name":"Rich Metal","gradient":"linear-gradient(to right, #d7d2cc 0%, #304352 100%)","slug":"rich-metal"},{"name":"Mole Hall","gradient":"linear-gradient(-20deg, #616161 0%, #9bc5c3 100%)","slug":"mole-hall"},{"name":"Cloudy Knoxville","gradient":"linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%)","slug":"cloudy-knoxville"},{"name":"Very light gray to cyan bluish gray","gradient":"linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%)","slug":"very-light-gray-to-cyan-bluish-gray"},{"name":"Soft Grass","gradient":"linear-gradient(to top, #c1dfc4 0%, #deecdd 100%)","slug":"soft-grass"},{"name":"Saint Petersburg","gradient":"linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%)","slug":"saint-petersburg"},{"name":"Everlasting Sky","gradient":"linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%)","slug":"everlasting-sky"},{"name":"Kind Steel","gradient":"linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%)","slug":"kind-steel"},{"name":"Over Sun","gradient":"linear-gradient(60deg, #abecd6 0%, #fbed96 100%)","slug":"over-sun"},{"name":"Premium White","gradient":"linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%)","slug":"premium-white"},{"name":"Clean Mirror","gradient":"linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%)","slug":"clean-mirror"},{"name":"Wild Apple","gradient":"linear-gradient(to top, #d299c2 0%, #fef9d7 100%)","slug":"wild-apple"},{"name":"Snow Again","gradient":"linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%)","slug":"snow-again"},{"name":"Confident Cloud","gradient":"linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%)","slug":"confident-cloud"},{"name":"Glass Water","gradient":"linear-gradient(to top, #dfe9f3 0%, white 100%)","slug":"glass-water"},{"name":"Perfect White","gradient":"linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%)","slug":"perfect-white"}],"is_dev_mode":"","is_companion_active":"1","is_woocommerce_active":"1","nonce":"551f335d3d","public_url":"https:\/\/planejamentoestrategico.org\/wp-content\/themes\/rishi\/customizer-builder\/dist\/","static_public_url":"https:\/\/planejamentoestrategico.org\/wp-content\/themes\/rishi\/js\/","ajax_url":"https:\/\/planejamentoestrategico.org\/wp-admin\/admin-ajax.php","rest_url":"https:\/\/planejamentoestrategico.org\/wp-json\/","customizer_url":"https:\/\/planejamentoestrategico.org\/wp-admin\/customize.php?autofocus","search_url":"https:\/\/planejamentoestrategico.org\/search\/QUERY_STRING\/","show_more_text":"Show more","dynamic_js_chunks":[{"id":"rishi_sticky_header","selector":"header [data-sticky]","url":"https:\/\/planejamentoestrategico.org\/wp-content\/plugins\/rishi-companion\/assets\/build\/sticky.js"}]};var rishi_custom={"url":"https:\/\/planejamentoestrategico.org\/wp-admin\/admin-ajax.php","startPage":"1","maxPages":"1","nextLink":"","autoLoad":"numbered","bp_layout":"grid","rtl":""}
;var rishiExports;!function(){var t,e,n,i,o={9515:function(t,e){"use strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}function i(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function o(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,c(i.key),i)}}function r(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function s(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?r(Object(n),!0).forEach((function(e){a(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function a(t,e,n){return(e=c(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function c(t){var e=function(t,e){if("object"!==n(t)||null===t)return t;var i=t[Symbol.toPrimitive];if(void 0!==i){var o=i.call(t,"string");if("object"!==n(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"===n(e)?e:String(e)}var l=function(t,e){return"string"!=typeof t?t:t.replace(/\s\s+/g," ").trim().split(" ").reduce((function(t,n){return s(s({},t),{},a({},n,e))}),{})},u=function(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),a(this,"_events",{})}var e,n;return e=t,n=[{key:"on",value:function(t,e){var n=this,o=l(t,e);return Object.keys(o).map((function(t){return n._events=s(s({},n._events),{},a({},t,[].concat(function(t){if(Array.isArray(t))return i(t)}(e=n._events[t]||[])||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(e)||function(t,e){if(t){if("string"==typeof t)return i(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?i(t,e):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),[o[t]])));var e})),this}},{key:"off",value:function(t,e){var n=this,i=l(t,e);return Object.keys(i).map((function(t){n._events[t]&&(i[t]?n._events[t].splice(n._events[t].indexOf(e)>>>0,1):n._events[t]=[])})),this}},{key:"trigger",value:function(t,e){var n=this,i=l(t),o=function(t){return t&&t.call(window,e)};return Object.keys(i).map((function(t){try{(n._events[t]||[]).map(o),(n._events.all||[]).map(o)}catch(t){if(console.log("%c [Events] Exception raised.","color: red; font-weight: bold;"),"undefined"==typeof console)throw t;console.error(t)}})),this}}],n&&o(e.prototype,n),Object.defineProperty(e,"prototype",{writable:!1}),t}(),d=new u;window.rtEvents=d,e.default=d},4124:function(t,e,n){"use strict";n.d(e,{C:function(){return c}});var i=n(9515),o=null,r=matchMedia("all and (max-width: 689px)"),s=matchMedia("all and (max-width: 999px)"),a=function(){o=r.matches?"mobile":s.matches?"tablet":"desktop",i.default.trigger("ct:general:device-change",{currentScreen:o})};a(),r.addListener((function(){return a()})),s.addListener((function(){return a()}));var c=function(){var t=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).withTablet;return void 0!==t&&t?o:"tablet"===o?"mobile":o}},6047:function(t,e,n){n.p=rishi__cb_localizations.public_url,!rishi__cb_localizations.internet_explorer_template||-1===navigator.userAgent.indexOf("MSIE")&&-1===navigator.userAgent.indexOf("Trident")||(document.body.insertAdjacentHTML("beforeend",rishi__cb_localizations.internet_explorer_template),document.body.classList.add("rt-ie"))},7931:function(){var t=t||{};t.createEvent=function(t){var e;return"function"==typeof window.Event?e=new Event(t):(e=document.createEvent("Event")).initEvent(t,!0,!1),e};var e,n=document.querySelector("body"),i='button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])',o=document.querySelectorAll(".search-toggle-form");function r(t,e,n,i){void 0===n&&(n=!0),void 0===i&&(i=!1),t.getAttribute(e)!==n?t.setAttribute(e,n):t.setAttribute(e,i)}document.addEventListener("keydown",(function(t){9==t.keyCode&&n.classList.add("keyboard-nav-on")})),document.addEventListener("mousemove",(function(){n.classList.remove("keyboard-nav-on")})),t.coverModals={init:function(){document.querySelector(".cover-modal")&&(this.onToggle(),this.closeOnEscape(),this.keepFocusInModal())},onToggle:function(){document.querySelectorAll(".cover-modal").forEach((function(t){t.addEventListener("toggled",(function(t){var e=t.target,n=document.body;e.classList.contains("active")?n.classList.add("showing-modal"):(n.classList.remove("showing-modal"),n.classList.add("hiding-modal"),setTimeout((function(){n.classList.remove("hiding-modal")}),500))}))}))},closeOnEscape:function(){document.addEventListener("keydown",function(t){27===t.keyCode&&(t.preventDefault(),document.querySelectorAll(".cover-modal.active").forEach(function(t){this.untoggleModal(t)}.bind(this)))}.bind(this))},keepFocusInModal:function(){var e=document;e.addEventListener("keydown",(function(n){var i,o,r,s,a,c,l,u,d,h,f,p=t.toggles.clickedEl;p&&e.body.classList.contains("showing-modal")&&(i=p.dataset.toggleTarget,r="input, a, button",o=e.querySelector(i),s=o.querySelectorAll(r),s=Array.prototype.slice.call(s),".menu-modal"===i&&(a=(a=window.matchMedia("(min-width: 9999px)").matches)?".expanded-menu":".mobile-menu",(s=s.filter((function(t){return null!==t.closest(a)&&null!==t.offsetParent}))).unshift(e.querySelector(".close-nav-toggle")),(c=e.querySelector(".menu-bottom > nav"))&&c.querySelectorAll(r).forEach((function(t){s.push(t)}))),".main-menu-modal"===i&&(a=(a=window.matchMedia("(min-width: 1025px)").matches)?".expanded-menu":".mobile-menu",(s=s.filter((function(t){return null!==t.closest(a)&&null!==t.offsetParent}))).unshift(e.querySelector(".close-main-nav-toggle")),(c=e.querySelector(".mobile-menus"))&&c.querySelectorAll(r).forEach((function(t){s.push(t)}))),u=s[s.length-1],d=s[0],l=e.activeElement,h=9===n.keyCode,!(f=n.shiftKey)&&h&&u===l&&(n.preventDefault(),d.focus()),f&&h&&d===l&&(n.preventDefault(),u.focus()))}))}},t.modalMenu={init:function(){this.expandLevel()},expandLevel:function(){document.querySelectorAll(".modal-menu").forEach((function(e){var n,i,o,r=e.querySelector(".current-menu-item");r&&(n=r,i="li",o=[],function t(e){var n=e.parentNode;n instanceof HTMLElement&&(n.matches(i)&&o.push(n),t(n))}(n),o).forEach((function(e){var n=e.querySelector(".submenu-toggle");n&&t.toggles.performToggle(n,!0)}))}))}},t.toggles={clickedEl:!1,init:function(){this.toggle()},performToggle:function(e,n){var i,o,s,a=this,c=document,l=e,u=l.dataset.toggleTarget,d="active";c.querySelectorAll(".show-modal").length||(a.clickedEl=c.activeElement),(i="next"===u?l.nextSibling:c.querySelector(u)).classList.contains(d)?i.dispatchEvent(t.createEvent("toggle-target-before-active")):i.dispatchEvent(t.createEvent("toggle-target-before-inactive")),s=l.dataset.classToToggle?l.dataset.classToToggle:d,o=0,i.classList.contains("cover-modal")&&(o=10),setTimeout((function(){var e,o=i.classList.contains("sub-menu")?l.closest(".menu-item").querySelector(".sub-menu"):i,h=l.dataset.toggleDuration;"slidetoggle"!==l.dataset.toggleType||n||"0"===h?o.classList.toggle(s):rishiMenuToggle(o,h),"next"===u||i.classList.contains("sub-menu")?l.classList.toggle(d):c.querySelector('*[data-toggle-target="'+u+'"]').classList.toggle(d),r(l,"aria-expanded","true","false"),a.clickedEl&&-1!==l.getAttribute("class").indexOf("close-")&&r(a.clickedEl,"aria-expanded","true","false"),l.dataset.toggleBodyClass&&c.body.classList.toggle(l.dataset.toggleBodyClass),l.dataset.setFocus&&(e=c.querySelector(l.dataset.setFocus))&&(i.classList.contains(d)?e.focus():e.blur()),i.dispatchEvent(t.createEvent("toggled")),i.classList.contains(d)?i.dispatchEvent(t.createEvent("toggle-target-after-active")):i.dispatchEvent(t.createEvent("toggle-target-after-inactive"))}),o)},toggle:function(){var t=this;document.querySelectorAll("*[data-toggle-target]").forEach((function(e){e.addEventListener("click",(function(n){n.preventDefault(),t.performToggle(e)}))}))}},e=function(){t.toggles.init(),t.coverModals.init()},"interactive"===document.readyState||"complete"===document.readyState?e():document.addEventListener("DOMContentLoaded",e,!1),o.forEach((function(t){var e=t.querySelectorAll(i)[0],n=t.querySelectorAll(i),o=n[n.length-1];document.addEventListener("keydown",(function(t){("Tab"===t.key||9===t.keyCode)&&(t.shiftKey?document.activeElement===e&&(o.focus(),t.preventDefault()):document.activeElement===o&&(e.focus(),t.preventDefault()))})),e.focus()}))},9741:function(t,e,n){var i,o;!function(r,s){"use strict";void 0===(o="function"==typeof(i=s)?i.call(e,n,e,t):i)||(t.exports=o)}(window,(function(){"use strict";var t=function(){var t=window.Element.prototype;if(t.matches)return"matches";if(t.matchesSelector)return"matchesSelector";for(var e=["webkit","moz","ms","o"],n=0;n<e.length;n++){var i=e[n]+"MatchesSelector";if(t[i])return i}}();return function(e,n){return e[t](n)}}))},7158:function(t,e,n){var i,o;"undefined"!=typeof window&&window,void 0===(o="function"==typeof(i=function(){"use strict";function t(){}var e=t.prototype;return e.on=function(t,e){if(t&&e){var n=this._events=this._events||{},i=n[t]=n[t]||[];return-1==i.indexOf(e)&&i.push(e),this}},e.once=function(t,e){if(t&&e){this.on(t,e);var n=this._onceEvents=this._onceEvents||{};return(n[t]=n[t]||{})[e]=!0,this}},e.off=function(t,e){var n=this._events&&this._events[t];if(n&&n.length){var i=n.indexOf(e);return-1!=i&&n.splice(i,1),this}},e.emitEvent=function(t,e){var n=this._events&&this._events[t];if(n&&n.length){n=n.slice(0),e=e||[];for(var i=this._onceEvents&&this._onceEvents[t],o=0;o<n.length;o++){var r=n[o];i&&i[r]&&(this.off(t,r),delete i[r]),r.apply(this,e)}return this}},e.allOff=function(){delete this._events,delete this._onceEvents},t})?i.call(e,n,e,t):i)||(t.exports=o)},7187:function(t){"use strict";var e,n="object"==typeof Reflect?Reflect:null,i=n&&"function"==typeof n.apply?n.apply:function(t,e,n){return Function.prototype.apply.call(t,e,n)};e=n&&"function"==typeof n.ownKeys?n.ownKeys:Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:function(t){return Object.getOwnPropertyNames(t)};var o=Number.isNaN||function(t){return t!=t};function r(){r.init.call(this)}t.exports=r,t.exports.once=function(t,e){return new Promise((function(n,i){function o(n){t.removeListener(e,r),i(n)}function r(){"function"==typeof t.removeListener&&t.removeListener("error",o),n([].slice.call(arguments))}m(t,e,r,{once:!0}),"error"!==e&&function(t,e,n){"function"==typeof t.on&&m(t,"error",e,{once:!0})}(t,o)}))},r.EventEmitter=r,r.prototype._events=void 0,r.prototype._eventsCount=0,r.prototype._maxListeners=void 0;var s=10;function a(t){if("function"!=typeof t)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}function c(t){return void 0===t._maxListeners?r.defaultMaxListeners:t._maxListeners}function l(t,e,n,i){var o,r,s,l;if(a(n),void 0===(r=t._events)?(r=t._events=Object.create(null),t._eventsCount=0):(void 0!==r.newListener&&(t.emit("newListener",e,n.listener?n.listener:n),r=t._events),s=r[e]),void 0===s)s=r[e]=n,++t._eventsCount;else if("function"==typeof s?s=r[e]=i?[n,s]:[s,n]:i?s.unshift(n):s.push(n),(o=c(t))>0&&s.length>o&&!s.warned){s.warned=!0;var u=new Error("Possible EventEmitter memory leak detected. "+s.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");u.name="MaxListenersExceededWarning",u.emitter=t,u.type=e,u.count=s.length,l=u,console&&console.warn&&console.warn(l)}return t}function u(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function d(t,e,n){var i={fired:!1,wrapFn:void 0,target:t,type:e,listener:n},o=u.bind(i);return o.listener=n,i.wrapFn=o,o}function h(t,e,n){var i=t._events;if(void 0===i)return[];var o=i[e];return void 0===o?[]:"function"==typeof o?n?[o.listener||o]:[o]:n?function(t){for(var e=new Array(t.length),n=0;n<e.length;++n)e[n]=t[n].listener||t[n];return e}(o):p(o,o.length)}function f(t){var e=this._events;if(void 0!==e){var n=e[t];if("function"==typeof n)return 1;if(void 0!==n)return n.length}return 0}function p(t,e){for(var n=new Array(e),i=0;i<e;++i)n[i]=t[i];return n}function m(t,e,n,i){if("function"==typeof t.on)i.once?t.once(e,n):t.on(e,n);else{if("function"!=typeof t.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t);t.addEventListener(e,(function o(r){i.once&&t.removeEventListener(e,o),n(r)}))}}Object.defineProperty(r,"defaultMaxListeners",{enumerable:!0,get:function(){return s},set:function(t){if("number"!=typeof t||t<0||o(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");s=t}}),r.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},r.prototype.setMaxListeners=function(t){if("number"!=typeof t||t<0||o(t))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+t+".");return this._maxListeners=t,this},r.prototype.getMaxListeners=function(){return c(this)},r.prototype.emit=function(t){for(var e=[],n=1;n<arguments.length;n++)e.push(arguments[n]);var o="error"===t,r=this._events;if(void 0!==r)o=o&&void 0===r.error;else if(!o)return!1;if(o){var s;if(e.length>0&&(s=e[0]),s instanceof Error)throw s;var a=new Error("Unhandled error."+(s?" ("+s.message+")":""));throw a.context=s,a}var c=r[t];if(void 0===c)return!1;if("function"==typeof c)i(c,this,e);else{var l=c.length,u=p(c,l);for(n=0;n<l;++n)i(u[n],this,e)}return!0},r.prototype.addListener=function(t,e){return l(this,t,e,!1)},r.prototype.on=r.prototype.addListener,r.prototype.prependListener=function(t,e){return l(this,t,e,!0)},r.prototype.once=function(t,e){return a(e),this.on(t,d(this,t,e)),this},r.prototype.prependOnceListener=function(t,e){return a(e),this.prependListener(t,d(this,t,e)),this},r.prototype.removeListener=function(t,e){var n,i,o,r,s;if(a(e),void 0===(i=this._events))return this;if(void 0===(n=i[t]))return this;if(n===e||n.listener===e)0==--this._eventsCount?this._events=Object.create(null):(delete i[t],i.removeListener&&this.emit("removeListener",t,n.listener||e));else if("function"!=typeof n){for(o=-1,r=n.length-1;r>=0;r--)if(n[r]===e||n[r].listener===e){s=n[r].listener,o=r;break}if(o<0)return this;0===o?n.shift():function(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}(n,o),1===n.length&&(i[t]=n[0]),void 0!==i.removeListener&&this.emit("removeListener",t,s||e)}return this},r.prototype.off=r.prototype.removeListener,r.prototype.removeAllListeners=function(t){var e,n,i;if(void 0===(n=this._events))return this;if(void 0===n.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==n[t]&&(0==--this._eventsCount?this._events=Object.create(null):delete n[t]),this;if(0===arguments.length){var o,r=Object.keys(n);for(i=0;i<r.length;++i)"removeListener"!==(o=r[i])&&this.removeAllListeners(o);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(e=n[t]))this.removeListener(t,e);else if(void 0!==e)for(i=e.length-1;i>=0;i--)this.removeListener(t,e[i]);return this},r.prototype.listeners=function(t){return h(this,t,!0)},r.prototype.rawListeners=function(t){return h(this,t,!1)},r.listenerCount=function(t,e){return"function"==typeof t.listenerCount?t.listenerCount(e):f.call(t,e)},r.prototype.listenerCount=f,r.prototype.eventNames=function(){return this._eventsCount>0?e(this._events):[]}},9047:function(t,e,n){var i,o;!function(r,s){i=[n(9741)],o=function(t){return function(t,e){"use strict";var n={extend:function(t,e){for(var n in e)t[n]=e[n];return t},modulo:function(t,e){return(t%e+e)%e}},i=Array.prototype.slice;n.makeArray=function(t){return Array.isArray(t)?t:null==t?[]:"object"==typeof t&&"number"==typeof t.length?i.call(t):[t]},n.removeFrom=function(t,e){var n=t.indexOf(e);-1!=n&&t.splice(n,1)},n.getParent=function(t,n){for(;t.parentNode&&t!=document.body;)if(t=t.parentNode,e(t,n))return t},n.getQueryElement=function(t){return"string"==typeof t?document.querySelector(t):t},n.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},n.filterFindElements=function(t,i){t=n.makeArray(t);var o=[];return t.forEach((function(t){if(t instanceof HTMLElement)if(i){e(t,i)&&o.push(t);for(var n=t.querySelectorAll(i),r=0;r<n.length;r++)o.push(n[r])}else o.push(t)})),o},n.debounceMethod=function(t,e,n){n=n||100;var i=t.prototype[e],o=e+"Timeout";t.prototype[e]=function(){var t=this[o];clearTimeout(t);var e=arguments,r=this;this[o]=setTimeout((function(){i.apply(r,e),delete r[o]}),n)}},n.docReady=function(t){var e=document.readyState;"complete"==e||"interactive"==e?setTimeout(t):document.addEventListener("DOMContentLoaded",t)},n.toDashed=function(t){return t.replace(/(.)([A-Z])/g,(function(t,e,n){return e+"-"+n})).toLowerCase()};var o=t.console;return n.htmlInit=function(e,i){n.docReady((function(){var r=n.toDashed(i),s="data-"+r,a=document.querySelectorAll("["+s+"]"),c=document.querySelectorAll(".js-"+r),l=n.makeArray(a).concat(n.makeArray(c)),u=s+"-options",d=t.jQuery;l.forEach((function(t){var n,r=t.getAttribute(s)||t.getAttribute(u);try{n=r&&JSON.parse(r)}catch(e){return void(o&&o.error("Error parsing "+s+" on "+t.className+": "+e))}var a=new e(t,n);d&&d.data(t,i,a)}))}))},n}(r,t)}.apply(e,i),void 0===o||(t.exports=o)}(window)},6131:function(t,e,n){var i,o;window,void 0===(o="function"==typeof(i=function(){"use strict";function t(t){var e=parseFloat(t);return-1==t.indexOf("%")&&!isNaN(e)&&e}var e="undefined"==typeof console?function(){}:function(t){console.error(t)},n=["paddingLeft","paddingRight","paddingTop","paddingBottom","marginLeft","marginRight","marginTop","marginBottom","borderLeftWidth","borderRightWidth","borderTopWidth","borderBottomWidth"],i=n.length;function o(t){var n=getComputedStyle(t);return n||e("Style returned "+n+". Are you running this code in a hidden iframe on Firefox? See https://bit.ly/getsizebug1"),n}var r,s=!1;function a(e){if(function(){if(!s){s=!0;var e=document.createElement("div");e.style.width="200px",e.style.padding="1px 2px 3px 4px",e.style.borderStyle="solid",e.style.borderWidth="1px 2px 3px 4px",e.style.boxSizing="border-box";var n=document.body||document.documentElement;n.appendChild(e);var i=o(e);r=200==Math.round(t(i.width)),a.isBoxSizeOuter=r,n.removeChild(e)}}(),"string"==typeof e&&(e=document.querySelector(e)),e&&"object"==typeof e&&e.nodeType){var c=o(e);if("none"==c.display)return function(){for(var t={width:0,height:0,innerWidth:0,innerHeight:0,outerWidth:0,outerHeight:0},e=0;e<i;e++)t[n[e]]=0;return t}();var l={};l.width=e.offsetWidth,l.height=e.offsetHeight;for(var u=l.isBorderBox="border-box"==c.boxSizing,d=0;d<i;d++){var h=n[d],f=c[h],p=parseFloat(f);l[h]=isNaN(p)?0:p}var m=l.paddingLeft+l.paddingRight,v=l.paddingTop+l.paddingBottom,g=l.marginLeft+l.marginRight,y=l.marginTop+l.marginBottom,b=l.borderLeftWidth+l.borderRightWidth,S=l.borderTopWidth+l.borderBottomWidth,E=u&&r,w=t(c.width);!1!==w&&(l.width=w+(E?0:m+b));var L=t(c.height);return!1!==L&&(l.height=L+(E?0:v+S)),l.innerWidth=l.width-(m+b),l.innerHeight=l.height-(v+S),l.outerWidth=l.width+g,l.outerHeight=l.height+y,l}}return a})?i.call(e,n,e,t):i)||(t.exports=o)},8163:function(t,e,n){var i,o;window,i=[n(6717),n(9047)],void 0===(o=function(t,e){return function(t,e,n){function i(t,e){this.element=t,this.infScroll=e,this.clickHandler=this.onClick.bind(this),this.element.addEventListener("click",this.clickHandler),e.on("request",this.disable.bind(this)),e.on("load",this.enable.bind(this)),e.on("error",this.hide.bind(this)),e.on("last",this.hide.bind(this))}return e.create.button=function(){var t=n.getQueryElement(this.options.button);t&&(this.button=new i(t,this))},e.destroy.button=function(){this.button&&this.button.destroy()},i.prototype.onClick=function(t){t.preventDefault(),this.infScroll.loadNextPage()},i.prototype.enable=function(){this.element.removeAttribute("disabled")},i.prototype.disable=function(){this.element.disabled="disabled"},i.prototype.hide=function(){this.element.style.display="none"},i.prototype.destroy=function(){this.element.removeEventListener("click",this.clickHandler)},e.Button=i,e}(0,t,e)}.apply(e,i))||(t.exports=o)},6717:function(t,e,n){var i,o;!function(r,s){i=[n(7158),n(9047)],o=function(t,e){return function(t,e,n){var i=t.jQuery,o={};function r(t,e){var s=n.getQueryElement(t);if(s){if((t=s).infiniteScrollGUID){var a=o[t.infiniteScrollGUID];return a.option(e),a}this.element=t,this.options=n.extend({},r.defaults),this.option(e),i&&(this.$element=i(this.element)),this.create()}else console.error("Bad element for InfiniteScroll: "+(s||t))}r.defaults={},r.create={},r.destroy={};var s=r.prototype;n.extend(s,e.prototype);var a=0;s.create=function(){var t=this.guid=++a;if(this.element.infiniteScrollGUID=t,o[t]=this,this.pageIndex=1,this.loadCount=0,this.updateGetPath(),this.getPath&&this.getPath())for(var e in this.updateGetAbsolutePath(),this.log("initialized",[this.element.className]),this.callOnInit(),r.create)r.create[e].call(this);else console.error("Disabling InfiniteScroll")},s.option=function(t){n.extend(this.options,t)},s.callOnInit=function(){var t=this.options.onInit;t&&t.call(this,this)},s.dispatchEvent=function(t,e,n){this.log(t,n);var o=e?[e].concat(n):n;if(this.emitEvent(t,o),i&&this.$element){var r=t+=".infiniteScroll";if(e){var s=i.Event(e);s.type=t,r=s}this.$element.trigger(r,n)}};var c={initialized:function(t){return"on "+t},request:function(t){return"URL: "+t},load:function(t,e){return(t.title||"")+". URL: "+e},error:function(t,e){return t+". URL: "+e},append:function(t,e,n){return n.length+" items. URL: "+e},last:function(t,e){return"URL: "+e},history:function(t,e){return"URL: "+e},pageIndex:function(t,e){return"current page determined to be: "+t+" from "+e}};s.log=function(t,e){if(this.options.debug){var n="[InfiniteScroll] "+t,i=c[t];i&&(n+=". "+i.apply(this,e)),console.log(n)}},s.updateMeasurements=function(){this.windowHeight=t.innerHeight;var e=this.element.getBoundingClientRect();this.top=e.top+t.pageYOffset},s.updateScroller=function(){var e=this.options.elementScroll;if(e){if(this.scroller=!0===e?this.element:n.getQueryElement(e),!this.scroller)throw"Unable to find elementScroll: "+e}else this.scroller=t},s.updateGetPath=function(){var t=this.options.path;if(t){var e=typeof t;"function"!=e?"string"==e&&t.match("{{#}}")?this.updateGetPathTemplate(t):this.updateGetPathSelector(t):this.getPath=t}else console.error("InfiniteScroll path option required. Set as: "+t)},s.updateGetPathTemplate=function(t){this.getPath=function(){var e=this.pageIndex+1;return t.replace("{{#}}",e)}.bind(this);var e=t.replace(/(\\\?|\?)/,"\\?").replace("{{#}}","(\\d\\d?\\d?)"),n=new RegExp(e),i=location.href.match(n);i&&(this.pageIndex=parseInt(i[1],10),this.log("pageIndex",[this.pageIndex,"template string"]))};var l=[/^(.*?\/?page\/?)(\d\d?\d?)(.*?$)/,/^(.*?\/?\?page=)(\d\d?\d?)(.*?$)/,/(.*?)(\d\d?\d?)(?!.*\d)(.*?$)/];return s.updateGetPathSelector=function(t){var e=document.querySelector(t);if(e){for(var n,i,o=e.getAttribute("href"),r=0;o&&r<l.length;r++){i=l[r];var s=o.match(i);if(s){n=s.slice(1);break}}n?(this.isPathSelector=!0,this.getPath=function(){var t=this.pageIndex+1;return n[0]+t+n[2]}.bind(this),this.pageIndex=parseInt(n[1],10)-1,this.log("pageIndex",[this.pageIndex,"next link"])):console.error("InfiniteScroll unable to parse next link href: "+o)}else console.error("Bad InfiniteScroll path option. Next link not found: "+t)},s.updateGetAbsolutePath=function(){var t=this.getPath();if(t.match(/^http/)||t.match(/^\//))this.getAbsolutePath=this.getPath;else{var e=location.pathname;if(t.match(/^\?/))this.getAbsolutePath=function(){return e+this.getPath()};else{var n=e.substring(0,e.lastIndexOf("/"));this.getAbsolutePath=function(){return n+"/"+this.getPath()}}}},r.create.hideNav=function(){var t=n.getQueryElement(this.options.hideNav);t&&(t.style.display="none",this.nav=t)},r.destroy.hideNav=function(){this.nav&&(this.nav.style.display="")},s.destroy=function(){for(var t in this.allOff(),r.destroy)r.destroy[t].call(this);delete this.element.infiniteScrollGUID,delete o[this.guid],i&&this.$element&&i.removeData(this.element,"infiniteScroll")},r.throttle=function(t,e){var n,i;return e=e||200,function(){var o=+new Date,r=arguments,s=function(){n=o,t.apply(this,r)}.bind(this);n&&o<n+e?(clearTimeout(i),i=setTimeout(s,e)):s()}},r.data=function(t){var e=(t=n.getQueryElement(t))&&t.infiniteScrollGUID;return e&&o[e]},r.setJQuery=function(t){i=t},n.htmlInit(r,"infinite-scroll"),s._init=function(){},i&&i.bridget&&i.bridget("infiniteScroll",r),r}(r,t,e)}.apply(e,i),void 0===o||(t.exports=o)}(window)},9774:function(t,e,n){var i,o;!function(r,s){i=[n(6717),n(9047)],o=function(t,e){return function(t,e,n){var i=e.prototype;e.defaults.history="replace";var o=document.createElement("a");return e.create.history=function(){this.options.history&&(o.href=this.getAbsolutePath(),(o.origin||o.protocol+"//"+o.host)==location.origin?this.options.append?this.createHistoryAppend():this.createHistoryPageLoad():console.error("[InfiniteScroll] cannot set history with different origin: "+o.origin+" on "+location.origin+" . History behavior disabled."))},i.createHistoryAppend=function(){this.updateMeasurements(),this.updateScroller(),this.scrollPages=[{top:0,path:location.href,title:document.title}],this.scrollPageIndex=0,this.scrollHistoryHandler=this.onScrollHistory.bind(this),this.unloadHandler=this.onUnload.bind(this),this.scroller.addEventListener("scroll",this.scrollHistoryHandler),this.on("append",this.onAppendHistory),this.bindHistoryAppendEvents(!0)},i.bindHistoryAppendEvents=function(e){var n=e?"addEventListener":"removeEventListener";this.scroller[n]("scroll",this.scrollHistoryHandler),t[n]("unload",this.unloadHandler)},i.createHistoryPageLoad=function(){this.on("load",this.onPageLoadHistory)},e.destroy.history=i.destroyHistory=function(){this.options.history&&this.options.append&&this.bindHistoryAppendEvents(!1)},i.onAppendHistory=function(t,e,n){if(n&&n.length){var i=n[0],r=this.getElementScrollY(i);o.href=e,this.scrollPages.push({top:r,path:o.href,title:t.title})}},i.getElementScrollY=function(t){return this.options.elementScroll?this.getElementElementScrollY(t):this.getElementWindowScrollY(t)},i.getElementWindowScrollY=function(e){return e.getBoundingClientRect().top+t.pageYOffset},i.getElementElementScrollY=function(t){return t.offsetTop-this.top},i.onScrollHistory=function(){for(var t,e,n=this.getScrollViewY(),i=0;i<this.scrollPages.length;i++){var o=this.scrollPages[i];if(o.top>=n)break;t=i,e=o}t!=this.scrollPageIndex&&(this.scrollPageIndex=t,this.setHistory(e.title,e.path))},n.debounceMethod(e,"onScrollHistory",150),i.getScrollViewY=function(){return this.options.elementScroll?this.scroller.scrollTop+this.scroller.clientHeight/2:t.pageYOffset+this.windowHeight/2},i.setHistory=function(t,e){var n=this.options.history;n&&history[n+"State"]&&(history[n+"State"](null,t,e),this.options.historyTitle&&(document.title=t),this.dispatchEvent("history",null,[t,e]))},i.onUnload=function(){var e=this.scrollPageIndex;if(0!==e){var n=this.scrollPages[e],i=t.pageYOffset-n.top+this.top;this.destroyHistory(),scrollTo(0,i)}},i.onPageLoadHistory=function(t,e){this.setHistory(t.title,e)},e}(r,t,e)}.apply(e,i),void 0===o||(t.exports=o)}(window)},48:function(t,e,n){var i,o,r;window,o=[n(6717),n(2484),n(3610),n(9774),n(8163),n(7792)],void 0===(r="function"==typeof(i=function(t){return t})?i.apply(e,o):i)||(t.exports=r)},2484:function(t,e,n){var i,o;!function(r,s){i=[n(6717)],o=function(t){return function(t,e){var n=e.prototype;function i(t){for(var e=document.createDocumentFragment(),n=0;t&&n<t.length;n++)e.appendChild(t[n]);return e}function o(t,e){for(var n=t.attributes,i=0;i<n.length;i++){var o=n[i];e.setAttribute(o.name,o.value)}}return e.defaults.loadOnScroll=!0,e.defaults.checkLastPage=!0,e.defaults.responseType="document",e.create.pageLoad=function(){this.canLoad=!0,this.on("scrollThreshold",this.onScrollThresholdLoad),this.on("load",this.checkLastPage),this.options.outlayer&&this.on("append",this.onAppendOutlayer)},n.onScrollThresholdLoad=function(){this.options.loadOnScroll&&this.loadNextPage()},n.loadNextPage=function(){if(!this.isLoading&&this.canLoad){var t=this.getAbsolutePath();this.isLoading=!0;var e=function(e){this.onPageLoad(e,t)}.bind(this),n=function(e){this.onPageError(e,t)}.bind(this),i=function(e){this.lastPageReached(e,t)}.bind(this);(function(t,e,n,i,o){var r=new XMLHttpRequest;r.open("GET",t,!0),r.responseType=e||"",r.setRequestHeader("X-Requested-With","XMLHttpRequest"),r.onload=function(){if(200==r.status)n(r.response);else if(204==r.status)o(r.response);else{var t=new Error(r.statusText);i(t)}},r.onerror=function(){var e=new Error("Network error requesting "+t);i(e)},r.send()})(t,this.options.responseType,e,n,i),this.dispatchEvent("request",null,[t])}},n.onPageLoad=function(t,e){return this.options.append||(this.isLoading=!1),this.pageIndex++,this.loadCount++,this.dispatchEvent("load",null,[t,e]),this.appendNextPage(t,e),t},n.appendNextPage=function(t,e){var n=this.options.append;if("document"==this.options.responseType&&n){var o=t.querySelectorAll(n),r=i(o),s=function(){this.appendItems(o,r),this.isLoading=!1,this.dispatchEvent("append",null,[t,e,o])}.bind(this);this.options.outlayer?this.appendOutlayerItems(r,s):s()}},n.appendItems=function(t,e){t&&t.length&&(function(t){for(var e=t.querySelectorAll("script"),n=0;n<e.length;n++){var i=e[n],r=document.createElement("script");o(i,r),r.innerHTML=i.innerHTML,i.parentNode.replaceChild(r,i)}}(e=e||i(t)),this.element.appendChild(e))},n.appendOutlayerItems=function(n,i){var o=e.imagesLoaded||t.imagesLoaded;if(!o)return console.error("[InfiniteScroll] imagesLoaded required for outlayer option"),void(this.isLoading=!1);o(n,i)},n.onAppendOutlayer=function(t,e,n){this.options.outlayer.appended(n)},n.checkLastPage=function(t,e){var n=this.options.checkLastPage;if(n){var i,o=this.options.path;if("function"==typeof o&&!this.getPath())return void this.lastPageReached(t,e);"string"==typeof n?i=n:this.isPathSelector&&(i=o),i&&t.querySelector&&(t.querySelector(i)||this.lastPageReached(t,e))}},n.lastPageReached=function(t,e){this.canLoad=!1,this.dispatchEvent("last",null,[t,e])},n.onPageError=function(t,e){return this.isLoading=!1,this.canLoad=!1,this.dispatchEvent("error",null,[t,e]),t},e.create.prefill=function(){if(this.options.prefill){var t=this.options.append;t?(this.updateMeasurements(),this.updateScroller(),this.isPrefilling=!0,this.on("append",this.prefill),this.once("error",this.stopPrefill),this.once("last",this.stopPrefill),this.prefill()):console.error("append option required for prefill. Set as :"+t)}},n.prefill=function(){var t=this.getPrefillDistance();this.isPrefilling=t>=0,this.isPrefilling?(this.log("prefill"),this.loadNextPage()):this.stopPrefill()},n.getPrefillDistance=function(){return this.options.elementScroll?this.scroller.clientHeight-this.scroller.scrollHeight:this.windowHeight-this.element.clientHeight},n.stopPrefill=function(){this.log("stopPrefill"),this.off("append",this.prefill)},e}(r,t)}.apply(e,i),void 0===o||(t.exports=o)}(window)},3610:function(t,e,n){var i,o;!function(r,s){i=[n(6717),n(9047)],o=function(t,e){return function(t,e,n){var i=e.prototype;return e.defaults.scrollThreshold=400,e.create.scrollWatch=function(){this.pageScrollHandler=this.onPageScroll.bind(this),this.resizeHandler=this.onResize.bind(this);var t=this.options.scrollThreshold;(t||0===t)&&this.enableScrollWatch()},e.destroy.scrollWatch=function(){this.disableScrollWatch()},i.enableScrollWatch=function(){this.isScrollWatching||(this.isScrollWatching=!0,this.updateMeasurements(),this.updateScroller(),this.on("last",this.disableScrollWatch),this.bindScrollWatchEvents(!0))},i.disableScrollWatch=function(){this.isScrollWatching&&(this.bindScrollWatchEvents(!1),delete this.isScrollWatching)},i.bindScrollWatchEvents=function(e){var n=e?"addEventListener":"removeEventListener";this.scroller[n]("scroll",this.pageScrollHandler),t[n]("resize",this.resizeHandler)},i.onPageScroll=e.throttle((function(){this.getBottomDistance()<=this.options.scrollThreshold&&this.dispatchEvent("scrollThreshold")})),i.getBottomDistance=function(){return this.options.elementScroll?this.getElementBottomDistance():this.getWindowBottomDistance()},i.getWindowBottomDistance=function(){return this.top+this.element.clientHeight-(t.pageYOffset+this.windowHeight)},i.getElementBottomDistance=function(){return this.scroller.scrollHeight-(this.scroller.scrollTop+this.scroller.clientHeight)},i.onResize=function(){this.updateMeasurements()},n.debounceMethod(e,"onResize",150),e}(r,t,e)}.apply(e,i),void 0===o||(t.exports=o)}(window)},7792:function(t,e,n){var i,o;window,i=[n(6717),n(9047)],void 0===(o=function(t,e){return function(t,e,n){var i=e.prototype;function o(t){s(t,"none")}function r(t){s(t,"block")}function s(t,e){t&&(t.style.display=e)}return e.create.status=function(){var t=n.getQueryElement(this.options.status);t&&(this.statusElement=t,this.statusEventElements={request:t.querySelector(".infinite-scroll-request"),error:t.querySelector(".infinite-scroll-error"),last:t.querySelector(".infinite-scroll-last")},this.on("request",this.showRequestStatus),this.on("error",this.showErrorStatus),this.on("last",this.showLastStatus),this.bindHideStatus("on"))},i.bindHideStatus=function(t){var e=this.options.append?"append":"load";this[t](e,this.hideAllStatus)},i.showRequestStatus=function(){this.showStatus("request")},i.showErrorStatus=function(){this.showStatus("error")},i.showLastStatus=function(){this.showStatus("last"),this.bindHideStatus("off")},i.showStatus=function(t){r(this.statusElement),this.hideStatusEventElements(),r(this.statusEventElements[t])},i.hideAllStatus=function(){o(this.statusElement),this.hideStatusEventElements()},i.hideStatusEventElements=function(){for(var t in this.statusEventElements)o(this.statusEventElements[t])},e}(0,t,e)}.apply(e,i))||(t.exports=o)},8751:function(t,e,n){var i,o,r;window,o=[n(1794),n(6131)],void 0===(r="function"==typeof(i=function(t,e){"use strict";var n=t.create("masonry");n.compatOptions.fitWidth="isFitWidth";var i=n.prototype;return i._resetLayout=function(){this.getSize(),this._getMeasurement("columnWidth","outerWidth"),this._getMeasurement("gutter","outerWidth"),this.measureColumns(),this.colYs=[];for(var t=0;t<this.cols;t++)this.colYs.push(0);this.maxY=0,this.horizontalColIndex=0},i.measureColumns=function(){if(this.getContainerWidth(),!this.columnWidth){var t=this.items[0],n=t&&t.element;this.columnWidth=n&&e(n).outerWidth||this.containerWidth}var i=this.columnWidth+=this.gutter,o=this.containerWidth+this.gutter,r=o/i,s=i-o%i;r=Math[s&&s<1?"round":"floor"](r),this.cols=Math.max(r,1)},i.getContainerWidth=function(){var t=this._getOption("fitWidth")?this.element.parentNode:this.element,n=e(t);this.containerWidth=n&&n.innerWidth},i._getItemLayoutPosition=function(t){t.getSize();var e=t.size.outerWidth%this.columnWidth,n=Math[e&&e<1?"round":"ceil"](t.size.outerWidth/this.columnWidth);n=Math.min(n,this.cols);for(var i=this[this.options.horizontalOrder?"_getHorizontalColPosition":"_getTopColPosition"](n,t),o={x:this.columnWidth*i.col,y:i.y},r=i.y+t.size.outerHeight,s=n+i.col,a=i.col;a<s;a++)this.colYs[a]=r;return o},i._getTopColPosition=function(t){var e=this._getTopColGroup(t),n=Math.min.apply(Math,e);return{col:e.indexOf(n),y:n}},i._getTopColGroup=function(t){if(t<2)return this.colYs;for(var e=[],n=this.cols+1-t,i=0;i<n;i++)e[i]=this._getColGroupY(i,t);return e},i._getColGroupY=function(t,e){if(e<2)return this.colYs[t];var n=this.colYs.slice(t,t+e);return Math.max.apply(Math,n)},i._getHorizontalColPosition=function(t,e){var n=this.horizontalColIndex%this.cols;n=t>1&&n+t>this.cols?0:n;var i=e.size.outerWidth&&e.size.outerHeight;return this.horizontalColIndex=i?n+t:this.horizontalColIndex,{col:n,y:this._getColGroupY(n,t)}},i._manageStamp=function(t){var n=e(t),i=this._getElementOffset(t),o=this._getOption("originLeft")?i.left:i.right,r=o+n.outerWidth,s=Math.floor(o/this.columnWidth);s=Math.max(0,s);var a=Math.floor(r/this.columnWidth);a-=r%this.columnWidth?0:1,a=Math.min(this.cols-1,a);for(var c=(this._getOption("originTop")?i.top:i.bottom)+n.outerHeight,l=s;l<=a;l++)this.colYs[l]=Math.max(c,this.colYs[l])},i._getContainerSize=function(){this.maxY=Math.max.apply(Math,this.colYs);var t={height:this.maxY};return this._getOption("fitWidth")&&(t.width=this._getContainerFitWidth()),t},i._getContainerFitWidth=function(){for(var t=0,e=this.cols;--e&&0===this.colYs[e];)t++;return(this.cols-t)*this.columnWidth-this.gutter},i.needsResizeLayout=function(){var t=this.containerWidth;return this.getContainerWidth(),t!=this.containerWidth},n})?i.apply(e,o):i)||(t.exports=r)},652:function(t,e,n){var i,o,r;window,o=[n(7158),n(6131)],void 0===(r="function"==typeof(i=function(t,e){"use strict";var n=document.documentElement.style,i="string"==typeof n.transition?"transition":"WebkitTransition",o="string"==typeof n.transform?"transform":"WebkitTransform",r={WebkitTransition:"webkitTransitionEnd",transition:"transitionend"}[i],s={transform:o,transition:i,transitionDuration:i+"Duration",transitionProperty:i+"Property",transitionDelay:i+"Delay"};function a(t,e){t&&(this.element=t,this.layout=e,this.position={x:0,y:0},this._create())}var c=a.prototype=Object.create(t.prototype);c.constructor=a,c._create=function(){this._transn={ingProperties:{},clean:{},onEnd:{}},this.css({position:"absolute"})},c.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},c.getSize=function(){this.size=e(this.element)},c.css=function(t){var e=this.element.style;for(var n in t)e[s[n]||n]=t[n]},c.getPosition=function(){var t=getComputedStyle(this.element),e=this.layout._getOption("originLeft"),n=this.layout._getOption("originTop"),i=t[e?"left":"right"],o=t[n?"top":"bottom"],r=parseFloat(i),s=parseFloat(o),a=this.layout.size;-1!=i.indexOf("%")&&(r=r/100*a.width),-1!=o.indexOf("%")&&(s=s/100*a.height),r=isNaN(r)?0:r,s=isNaN(s)?0:s,r-=e?a.paddingLeft:a.paddingRight,s-=n?a.paddingTop:a.paddingBottom,this.position.x=r,this.position.y=s},c.layoutPosition=function(){var t=this.layout.size,e={},n=this.layout._getOption("originLeft"),i=this.layout._getOption("originTop"),o=n?"paddingLeft":"paddingRight",r=n?"left":"right",s=n?"right":"left",a=this.position.x+t[o];e[r]=this.getXValue(a),e[s]="";var c=i?"paddingTop":"paddingBottom",l=i?"top":"bottom",u=i?"bottom":"top",d=this.position.y+t[c];e[l]=this.getYValue(d),e[u]="",this.css(e),this.emitEvent("layout",[this])},c.getXValue=function(t){var e=this.layout._getOption("horizontal");return this.layout.options.percentPosition&&!e?t/this.layout.size.width*100+"%":t+"px"},c.getYValue=function(t){var e=this.layout._getOption("horizontal");return this.layout.options.percentPosition&&e?t/this.layout.size.height*100+"%":t+"px"},c._transitionTo=function(t,e){this.getPosition();var n=this.position.x,i=this.position.y,o=t==this.position.x&&e==this.position.y;if(this.setPosition(t,e),!o||this.isTransitioning){var r=t-n,s=e-i,a={};a.transform=this.getTranslate(r,s),this.transition({to:a,onTransitionEnd:{transform:this.layoutPosition},isCleaning:!0})}else this.layoutPosition()},c.getTranslate=function(t,e){return"translate3d("+(t=this.layout._getOption("originLeft")?t:-t)+"px, "+(e=this.layout._getOption("originTop")?e:-e)+"px, 0)"},c.goTo=function(t,e){this.setPosition(t,e),this.layoutPosition()},c.moveTo=c._transitionTo,c.setPosition=function(t,e){this.position.x=parseFloat(t),this.position.y=parseFloat(e)},c._nonTransition=function(t){for(var e in this.css(t.to),t.isCleaning&&this._removeStyles(t.to),t.onTransitionEnd)t.onTransitionEnd[e].call(this)},c.transition=function(t){if(parseFloat(this.layout.options.transitionDuration)){var e=this._transn;for(var n in t.onTransitionEnd)e.onEnd[n]=t.onTransitionEnd[n];for(n in t.to)e.ingProperties[n]=!0,t.isCleaning&&(e.clean[n]=!0);t.from&&(this.css(t.from),this.element.offsetHeight),this.enableTransition(t.to),this.css(t.to),this.isTransitioning=!0}else this._nonTransition(t)};var l="opacity,"+o.replace(/([A-Z])/g,(function(t){return"-"+t.toLowerCase()}));c.enableTransition=function(){if(!this.isTransitioning){var t=this.layout.options.transitionDuration;t="number"==typeof t?t+"ms":t,this.css({transitionProperty:l,transitionDuration:t,transitionDelay:this.staggerDelay||0}),this.element.addEventListener(r,this,!1)}},c.onwebkitTransitionEnd=function(t){this.ontransitionend(t)},c.onotransitionend=function(t){this.ontransitionend(t)};var u={"-webkit-transform":"transform"};c.ontransitionend=function(t){if(t.target===this.element){var e=this._transn,n=u[t.propertyName]||t.propertyName;delete e.ingProperties[n],function(t){for(var e in t)return!1;return!0}(e.ingProperties)&&this.disableTransition(),n in e.clean&&(this.element.style[t.propertyName]="",delete e.clean[n]),n in e.onEnd&&(e.onEnd[n].call(this),delete e.onEnd[n]),this.emitEvent("transitionEnd",[this])}},c.disableTransition=function(){this.removeTransitionStyles(),this.element.removeEventListener(r,this,!1),this.isTransitioning=!1},c._removeStyles=function(t){var e={};for(var n in t)e[n]="";this.css(e)};var d={transitionProperty:"",transitionDuration:"",transitionDelay:""};return c.removeTransitionStyles=function(){this.css(d)},c.stagger=function(t){t=isNaN(t)?0:t,this.staggerDelay=t+"ms"},c.removeElem=function(){this.element.parentNode.removeChild(this.element),this.css({display:""}),this.emitEvent("remove",[this])},c.remove=function(){i&&parseFloat(this.layout.options.transitionDuration)?(this.once("transitionEnd",(function(){this.removeElem()})),this.hide()):this.removeElem()},c.reveal=function(){delete this.isHidden,this.css({display:""});var t=this.layout.options,e={};e[this.getHideRevealTransitionEndProperty("visibleStyle")]=this.onRevealTransitionEnd,this.transition({from:t.hiddenStyle,to:t.visibleStyle,isCleaning:!0,onTransitionEnd:e})},c.onRevealTransitionEnd=function(){this.isHidden||this.emitEvent("reveal")},c.getHideRevealTransitionEndProperty=function(t){var e=this.layout.options[t];if(e.opacity)return"opacity";for(var n in e)return n},c.hide=function(){this.isHidden=!0,this.css({display:""});var t=this.layout.options,e={};e[this.getHideRevealTransitionEndProperty("hiddenStyle")]=this.onHideTransitionEnd,this.transition({from:t.visibleStyle,to:t.hiddenStyle,isCleaning:!0,onTransitionEnd:e})},c.onHideTransitionEnd=function(){this.isHidden&&(this.css({display:"none"}),this.emitEvent("hide"))},c.destroy=function(){this.css({position:"",left:"",right:"",top:"",bottom:"",transition:"",transform:""})},a})?i.apply(e,o):i)||(t.exports=r)},1794:function(t,e,n){var i,o;!function(r,s){"use strict";i=[n(7158),n(6131),n(9047),n(652)],o=function(t,e,n,i){return function(t,e,n,i,o){var r=t.console,s=t.jQuery,a=function(){},c=0,l={};function u(t,e){var n=i.getQueryElement(t);if(n){this.element=n,s&&(this.$element=s(this.element)),this.options=i.extend({},this.constructor.defaults),this.option(e);var o=++c;this.element.outlayerGUID=o,l[o]=this,this._create(),this._getOption("initLayout")&&this.layout()}else r&&r.error("Bad element for "+this.constructor.namespace+": "+(n||t))}u.namespace="outlayer",u.Item=o,u.defaults={containerStyle:{position:"relative"},initLayout:!0,originLeft:!0,originTop:!0,resize:!0,resizeContainer:!0,transitionDuration:"0.4s",hiddenStyle:{opacity:0,transform:"scale(0.001)"},visibleStyle:{opacity:1,transform:"scale(1)"}};var d=u.prototype;function h(t){function e(){t.apply(this,arguments)}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e}i.extend(d,e.prototype),d.option=function(t){i.extend(this.options,t)},d._getOption=function(t){var e=this.constructor.compatOptions[t];return e&&void 0!==this.options[e]?this.options[e]:this.options[t]},u.compatOptions={initLayout:"isInitLayout",horizontal:"isHorizontal",layoutInstant:"isLayoutInstant",originLeft:"isOriginLeft",originTop:"isOriginTop",resize:"isResizeBound",resizeContainer:"isResizingContainer"},d._create=function(){this.reloadItems(),this.stamps=[],this.stamp(this.options.stamp),i.extend(this.element.style,this.options.containerStyle),this._getOption("resize")&&this.bindResize()},d.reloadItems=function(){this.items=this._itemize(this.element.children)},d._itemize=function(t){for(var e=this._filterFindItemElements(t),n=this.constructor.Item,i=[],o=0;o<e.length;o++){var r=new n(e[o],this);i.push(r)}return i},d._filterFindItemElements=function(t){return i.filterFindElements(t,this.options.itemSelector)},d.getItemElements=function(){return this.items.map((function(t){return t.element}))},d.layout=function(){this._resetLayout(),this._manageStamps();var t=this._getOption("layoutInstant"),e=void 0!==t?t:!this._isLayoutInited;this.layoutItems(this.items,e),this._isLayoutInited=!0},d._init=d.layout,d._resetLayout=function(){this.getSize()},d.getSize=function(){this.size=n(this.element)},d._getMeasurement=function(t,e){var i,o=this.options[t];o?("string"==typeof o?i=this.element.querySelector(o):o instanceof HTMLElement&&(i=o),this[t]=i?n(i)[e]:o):this[t]=0},d.layoutItems=function(t,e){t=this._getItemsForLayout(t),this._layoutItems(t,e),this._postLayout()},d._getItemsForLayout=function(t){return t.filter((function(t){return!t.isIgnored}))},d._layoutItems=function(t,e){if(this._emitCompleteOnItems("layout",t),t&&t.length){var n=[];t.forEach((function(t){var i=this._getItemLayoutPosition(t);i.item=t,i.isInstant=e||t.isLayoutInstant,n.push(i)}),this),this._processLayoutQueue(n)}},d._getItemLayoutPosition=function(){return{x:0,y:0}},d._processLayoutQueue=function(t){this.updateStagger(),t.forEach((function(t,e){this._positionItem(t.item,t.x,t.y,t.isInstant,e)}),this)},d.updateStagger=function(){var t=this.options.stagger;if(null!=t)return this.stagger=function(t){if("number"==typeof t)return t;var e=t.match(/(^\d*\.?\d*)(\w*)/),n=e&&e[1],i=e&&e[2];return n.length?(n=parseFloat(n))*(f[i]||1):0}(t),this.stagger;this.stagger=0},d._positionItem=function(t,e,n,i,o){i?t.goTo(e,n):(t.stagger(o*this.stagger),t.moveTo(e,n))},d._postLayout=function(){this.resizeContainer()},d.resizeContainer=function(){if(this._getOption("resizeContainer")){var t=this._getContainerSize();t&&(this._setContainerMeasure(t.width,!0),this._setContainerMeasure(t.height,!1))}},d._getContainerSize=a,d._setContainerMeasure=function(t,e){if(void 0!==t){var n=this.size;n.isBorderBox&&(t+=e?n.paddingLeft+n.paddingRight+n.borderLeftWidth+n.borderRightWidth:n.paddingBottom+n.paddingTop+n.borderTopWidth+n.borderBottomWidth),t=Math.max(t,0),this.element.style[e?"width":"height"]=t+"px"}},d._emitCompleteOnItems=function(t,e){var n=this;function i(){n.dispatchEvent(t+"Complete",null,[e])}var o=e.length;if(e&&o){var r=0;e.forEach((function(e){e.once(t,s)}))}else i();function s(){++r==o&&i()}},d.dispatchEvent=function(t,e,n){var i=e?[e].concat(n):n;if(this.emitEvent(t,i),s)if(this.$element=this.$element||s(this.element),e){var o=s.Event(e);o.type=t,this.$element.trigger(o,n)}else this.$element.trigger(t,n)},d.ignore=function(t){var e=this.getItem(t);e&&(e.isIgnored=!0)},d.unignore=function(t){var e=this.getItem(t);e&&delete e.isIgnored},d.stamp=function(t){(t=this._find(t))&&(this.stamps=this.stamps.concat(t),t.forEach(this.ignore,this))},d.unstamp=function(t){(t=this._find(t))&&t.forEach((function(t){i.removeFrom(this.stamps,t),this.unignore(t)}),this)},d._find=function(t){if(t)return"string"==typeof t&&(t=this.element.querySelectorAll(t)),i.makeArray(t)},d._manageStamps=function(){this.stamps&&this.stamps.length&&(this._getBoundingRect(),this.stamps.forEach(this._manageStamp,this))},d._getBoundingRect=function(){var t=this.element.getBoundingClientRect(),e=this.size;this._boundingRect={left:t.left+e.paddingLeft+e.borderLeftWidth,top:t.top+e.paddingTop+e.borderTopWidth,right:t.right-(e.paddingRight+e.borderRightWidth),bottom:t.bottom-(e.paddingBottom+e.borderBottomWidth)}},d._manageStamp=a,d._getElementOffset=function(t){var e=t.getBoundingClientRect(),i=this._boundingRect,o=n(t);return{left:e.left-i.left-o.marginLeft,top:e.top-i.top-o.marginTop,right:i.right-e.right-o.marginRight,bottom:i.bottom-e.bottom-o.marginBottom}},d.handleEvent=i.handleEvent,d.bindResize=function(){t.addEventListener("resize",this),this.isResizeBound=!0},d.unbindResize=function(){t.removeEventListener("resize",this),this.isResizeBound=!1},d.onresize=function(){this.resize()},i.debounceMethod(u,"onresize",100),d.resize=function(){this.isResizeBound&&this.needsResizeLayout()&&this.layout()},d.needsResizeLayout=function(){var t=n(this.element);return this.size&&t&&t.innerWidth!==this.size.innerWidth},d.addItems=function(t){var e=this._itemize(t);return e.length&&(this.items=this.items.concat(e)),e},d.appended=function(t){var e=this.addItems(t);e.length&&(this.layoutItems(e,!0),this.reveal(e))},d.prepended=function(t){var e=this._itemize(t);if(e.length){var n=this.items.slice(0);this.items=e.concat(n),this._resetLayout(),this._manageStamps(),this.layoutItems(e,!0),this.reveal(e),this.layoutItems(n)}},d.reveal=function(t){if(this._emitCompleteOnItems("reveal",t),t&&t.length){var e=this.updateStagger();t.forEach((function(t,n){t.stagger(n*e),t.reveal()}))}},d.hide=function(t){if(this._emitCompleteOnItems("hide",t),t&&t.length){var e=this.updateStagger();t.forEach((function(t,n){t.stagger(n*e),t.hide()}))}},d.revealItemElements=function(t){var e=this.getItems(t);this.reveal(e)},d.hideItemElements=function(t){var e=this.getItems(t);this.hide(e)},d.getItem=function(t){for(var e=0;e<this.items.length;e++){var n=this.items[e];if(n.element==t)return n}},d.getItems=function(t){t=i.makeArray(t);var e=[];return t.forEach((function(t){var n=this.getItem(t);n&&e.push(n)}),this),e},d.remove=function(t){var e=this.getItems(t);this._emitCompleteOnItems("remove",e),e&&e.length&&e.forEach((function(t){t.remove(),i.removeFrom(this.items,t)}),this)},d.destroy=function(){var t=this.element.style;t.height="",t.position="",t.width="",this.items.forEach((function(t){t.destroy()})),this.unbindResize();var e=this.element.outlayerGUID;delete l[e],delete this.element.outlayerGUID,s&&s.removeData(this.element,this.constructor.namespace)},u.data=function(t){var e=(t=i.getQueryElement(t))&&t.outlayerGUID;return e&&l[e]},u.create=function(t,e){var n=h(u);return n.defaults=i.extend({},u.defaults),i.extend(n.defaults,e),n.compatOptions=i.extend({},u.compatOptions),n.namespace=t,n.data=u.data,n.Item=h(o),i.htmlInit(n,t),s&&s.bridget&&s.bridget(t,n),n};var f={ms:1,s:1e3};return u.Item=o,u}(r,t,e,n,i)}.apply(e,i),void 0===o||(t.exports=o)}(window)},5277:function(t,e,n){var i,o,r;r=function(){var t,e,n=document,i=n.getElementsByTagName("head")[0],o=!1,r="push",s="readyState",a="onreadystatechange",c={},l={},u={},d={};function h(t,e){for(var n=0,i=t.length;n<i;++n)if(!e(t[n]))return o;return 1}function f(t,e){h(t,(function(t){return e(t),1}))}function p(e,n,i){e=e[r]?e:[e];var o=n&&n.call,s=o?n:i,a=o?e.join(""):n,v=e.length;function g(t){return t.call?t():c[t]}function y(){if(!--v)for(var t in c[a]=1,s&&s(),u)h(t.split("|"),g)&&!f(u[t],g)&&(u[t]=[])}return setTimeout((function(){f(e,(function e(n,i){return null===n?y():(i||/^https?:\/\//.test(n)||!t||(n=-1===n.indexOf(".js")?t+n+".js":t+n),d[n]?(a&&(l[a]=1),2==d[n]?y():setTimeout((function(){e(n,!0)}),0)):(d[n]=1,a&&(l[a]=1),void m(n,y)))}))}),0),p}function m(t,o){var r,c=n.createElement("script");c.onload=c.onerror=c[a]=function(){c[s]&&!/^c|loade/.test(c[s])||r||(c.onload=c[a]=null,r=1,d[t]=2,o())},c.async=1,c.src=e?t+(-1===t.indexOf("?")?"?":"&")+e:t,i.insertBefore(c,i.lastChild)}return p.get=m,p.order=function(t,e,n){!function i(o){o=t.shift(),t.length?p(o,i):p(o,e,n)}()},p.path=function(e){t=e},p.urlArgs=function(t){e=t},p.ready=function(t,e,n){t=t[r]?t:[t];var i,o=[];return!f(t,(function(t){c[t]||o[r](t)}))&&h(t,(function(t){return c[t]}))?e():(i=t.join("|"),u[i]=u[i]||[],u[i][r](e),n&&n(o)),p},p.done=function(t){p([null],t)},p},t.exports?t.exports=r():void 0===(o="function"==typeof(i=r)?i.call(e,n,e,t):i)||(t.exports=o)}},r={};function s(t){var e=r[t];if(void 0!==e)return e.exports;var n=r[t]={exports:{}};return o[t].call(n.exports,n,n.exports,s),n.exports}s.m=o,s.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return s.d(e,{a:e}),e},e=Object.getPrototypeOf?function(t){return Object.getPrototypeOf(t)}:function(t){return t.__proto__},s.t=function(n,i){if(1&i&&(n=this(n)),8&i)return n;if("object"==typeof n&&n){if(4&i&&n.__esModule)return n;if(16&i&&"function"==typeof n.then)return n}var o=Object.create(null);s.r(o);var r={};t=t||[null,e({}),e([]),e(e)];for(var a=2&i&&n;"object"==typeof a&&!~t.indexOf(a);a=e(a))Object.getOwnPropertyNames(a).forEach((function(t){r[t]=function(){return n[t]}}));return r.default=function(){return n},s.d(o,r),o},s.d=function(t,e){for(var n in e)s.o(e,n)&&!s.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},s.f={},s.e=function(t){return Promise.all(Object.keys(s.f).reduce((function(e,n){return s.f[n](t,e),e}),[]))},s.u=function(t){return t+".js"},s.miniCssF=function(t){},s.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),s.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n={},i="rishiExports:",s.l=function(t,e,o,r){if(n[t])n[t].push(e);else{var a,c;if(void 0!==o)for(var l=document.getElementsByTagName("script"),u=0;u<l.length;u++){var d=l[u];if(d.getAttribute("src")==t||d.getAttribute("data-webpack")==i+o){a=d;break}}a||(c=!0,(a=document.createElement("script")).charset="utf-8",a.timeout=120,s.nc&&a.setAttribute("nonce",s.nc),a.setAttribute("data-webpack",i+o),a.src=t),n[t]=[e];var h=function(e,i){a.onerror=a.onload=null,clearTimeout(f);var o=n[t];if(delete n[t],a.parentNode&&a.parentNode.removeChild(a),o&&o.forEach((function(t){return t(i)})),e)return e(i)},f=setTimeout(h.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=h.bind(null,a.onerror),a.onload=h.bind(null,a.onload),c&&document.head.appendChild(a)}},s.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},function(){var t;s.g.importScripts&&(t=s.g.location+"");var e=s.g.document;if(!t&&e&&(e.currentScript&&(t=e.currentScript.src),!t)){var n=e.getElementsByTagName("script");n.length&&(t=n[n.length-1].src)}if(!t)throw new Error("Automatic publicPath is not supported in this browser");t=t.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),s.p=t+"../"}(),function(){var t={179:0,136:0};s.f.j=function(e,n){var i=s.o(t,e)?t[e]:void 0;if(0!==i)if(i)n.push(i[2]);else{var o=new Promise((function(n,o){i=t[e]=[n,o]}));n.push(i[2]=o);var r=s.p+s.u(e),a=new Error;s.l(r,(function(n){if(s.o(t,e)&&(0!==(i=t[e])&&(t[e]=void 0),i)){var o=n&&("load"===n.type?"missing":n.type),r=n&&n.target&&n.target.src;a.message="Loading chunk "+e+" failed.\n("+o+": "+r+")",a.name="ChunkLoadError",a.type=o,a.request=r,i[1](a)}}),"chunk-"+e,e)}};var e=function(e,n){var i,o,r=n[0],a=n[1],c=n[2],l=0;if(r.some((function(e){return 0!==t[e]}))){for(i in a)s.o(a,i)&&(s.m[i]=a[i]);c&&c(s)}for(e&&e(n);l<r.length;l++)o=r[l],s.o(t,o)&&t[o]&&t[o][0](),t[o]=0},n=self.webpackChunkrishiExports=self.webpackChunkrishiExports||[];n.forEach(e.bind(null,0)),n.push=e.bind(null,n.push.bind(n))}();var a={};!function(){"use strict";s.r(a),s.d(a,{allFrontendEntryPoints:function(){return B},getCurrentScreen:function(){return W.C},registerDynamicChunk:function(){return C}});var t=s(7187),e=s.n(t),n=s(9515);function i(t){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i(t)}function o(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function r(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?o(Object(n),!0).forEach((function(e){c(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function c(t,e,n){return(e=function(t){var e=function(t,e){if("object"!==i(t)||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var o=n.call(t,"string");if("object"!==i(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"===i(e)?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function l(t){return function(t){if(Array.isArray(t))return u(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var d=function(t){var e=t.els,n=void 0===e?[]:e,i=t.beforeLoad,o=void 0===i?function(t){}:i,s=(t.events,t.forcedEvents,t.load),a=t.mount,c=void 0===a?function(t){var e=t.mount,n=t.el;return n?e(n):e()}:a,u=t.condition;n&&"[object Function]"==={}.toString.call(n)&&(n=n());var d=(Array.isArray(n)?n:[n]).reduce((function(t,e){return[].concat(l(t),l(Array.isArray(e)?e:document.querySelectorAll(e)))}),[]);d.map(o),0!==d.length&&(u&&!u({els:n})||s().then((function(t){return d.map((function(e){(null==t?void 0:t.mount)&&c(r(r({},t),{},{el:e}))}))})))},h=function(t){/comp|inter|loaded/.test(document.readyState)?t():document.addEventListener("DOMContentLoaded",t,!1)},f=s(48),p=s.n(f),m=s(8751),v=s.n(m);function g(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function y(t){return function(t){if(Array.isArray(t))return b(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return b(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?b(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function b(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}h((function(){var t;rishi_custom.rtl,"1"!=rishi__cb_localizations.is_companion_active&&function(){var t,e,n=document.querySelectorAll(".header-search-btn"),i=(document.querySelector(".search-toggle-form"),document.querySelectorAll(".btn-form-close"),document.querySelector(".search-form-section .search-field"));function o(n){clearInterval(t),clearInterval(e),n.fadeOut=function(t){var i=1;n.style.opacity=1,e=setInterval((function(){i>0?i-=.1:i<0&&(n.style.opacity=0,n.style.display="none",clearInterval(e)),n.style.opacity=i}),t)},n.fadeOut(2)}document.querySelector(".search-form-section .search-submit"),null!==n&&n.forEach((function(n){var r=n.dataset.modalKey,s=document.querySelector('.search-toggle-form[data-modal-key="'.concat(r,'"]')),a=document.querySelector('.search-toggle-form[data-modal-key="'.concat(r,'"] .btn-form-close')),c=document.querySelector('.search-toggle-form[data-modal-key="'.concat(r,'"] .search-field')),l=document.querySelector('.search-toggle-form[data-modal-key="'.concat(r,'"] .search-submit'));n.addEventListener("click",(function(n){n.preventDefault(),this.classList.add("active"),function(n){i.focus(),clearInterval(t),clearInterval(e),n.fadeIn=function(e){var i=0;n.style.display="block",n.style.opacity=0,t=setInterval((function(){i<1?i+=.1:1===i&&clearInterval(t),n.style.opacity=i}),e)},n.fadeIn(2)}(s),i.focus()})),a.addEventListener("click",(function(t){o(s),i.blur(),n.classList.remove("active")})),null!==s&&s.addEventListener("click",(function(t){o(s)})),document.addEventListener("keyup",(function(t){"Escape"==t.key&&o(s)})),null!==c&&c.addEventListener("click",(function(t){t.stopPropagation()})),null!==l&&l.addEventListener("click",(function(t){t.stopPropagation()}))}))}(),window.addEventListener("scroll",(function(){var t=document.querySelector(".to_top");t&&(document.body.scrollTop>100||document.documentElement.scrollTop>100?t.classList.add("active"):t.classList.remove("active"))})),document.querySelector(".to_top")&&document.querySelector(".to_top").addEventListener("click",(function(){window.scroll({top:0,behavior:"smooth"})})),null!==(t=document.querySelector(".rishi-container-wrap"))&&void 0!==t&&t.classList.contains("masonry_grid")&&(p().imagesLoaded=function(t,e){return e()},p().imagesLoaded(".rishi-container-wrap",(function(){var t=document.querySelector(".rishi-container-wrap");new(v())(t,{itemSelector:".rishi-post"})})))})),h((function(){if(document.querySelector(".rt-comments")){var t=function(t){if(Array.isArray(t))return g(t)}(n=document.querySelectorAll('.rt-comments input[type="text"], .rt-comments input[type="email"], .rt-comments textarea'))||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(n)||function(t,e){if(t){if("string"==typeof t)return g(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?g(t,e):void 0}}(n)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),e=function(){t.map((function(t){t.classList.remove("rt-not-empty"),t.value.trim().length>0&&t.classList.add("rt-not-empty")}))};e(),t.map((function(t){return t.addEventListener("input",e)}))}var n})),h((function(){if(window.addComment&&window.addComment.moveForm){var t=addComment.moveForm;addComment.moveForm=function(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];t.apply(addComment,n),document.getElementById(n[0]).classList.add("rt-has-reply-form");var o=document.getElementById("cancel-comment-reply-link"),r=o.onclick;return o.onclick=function(){return r.call(this),document.getElementById(n[0]).classList.remove("rt-has-reply-form"),!1},!1}}})),s(7931),n.default.on("rt:header:render-frame",(function(){[].concat(y(document.querySelectorAll("#main-container > header [data-id]")),y(document.querySelectorAll("#main-container > header [data-row]")),y(document.querySelectorAll("#main-container > footer [data-shortcut]")),y(document.querySelectorAll(".hero-section")),y(document.querySelectorAll(".entries[data-cards]")),y(document.querySelectorAll("aside#sidebar")),y(document.querySelectorAll("#main-container > footer [data-row]")),y(document.querySelectorAll("#offcanvas .rt-bag-container")),y(document.querySelectorAll(".rt-supports-deeplink"))).map((function(t){return function(t){if(!y(t.children).find((function(t){return t.matches(".rara-customizer-shortcut")}))&&t.dataset.location){var e=document.createElement("a");if(e.classList.add("rara-customizer-shortcut"),"drop"===t.dataset.shortcut)e.innerHTML='\n\t\t<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13.89 3.39l2.71 2.72c.46.46.42 1.24.03 1.64l-8.01 8.02-5.56 1.16 1.16-5.58s7.6-7.63 7.99-8.03c.39-.39 1.22-.39 1.68.07zm-2.73 2.79l-5.59 5.61 1.11 1.11 5.54-5.65zm-2.97 8.23l5.58-5.6-1.07-1.08-5.59 5.6z"></path></svg>\n        ';else{var n="Edit";(t.dataset.location||"").indexOf("header:builder_panel_top-row")>-1&&(n="Top Row"),(t.dataset.location||"").indexOf("header:builder_panel_middle-row")>-1&&(n="Main Row"),(t.dataset.location||"").indexOf("header:builder_panel_bottom-row")>-1&&(n="Bottom Row"),e.innerHTML=n}t.removeAttribute("data-item-label"),e.addEventListener("click",(function(e){e.preventDefault(),wp.customize.preview.send("rt-initiate-deep-link",t.dataset.location)})),t.appendChild(e)}}(t)}))}));var S=function t(){requestAnimationFrame(t)},E=s(5277),w=s.n(E);function L(t){return L="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},L(t)}function _(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function O(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?_(Object(n),!0).forEach((function(e){x(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):_(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function x(t,e,n){return(e=function(t){var e=function(t,e){if("object"!==L(t)||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,"string");if("object"!==L(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"===L(e)?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function P(t){return function(t){if(Array.isArray(t))return A(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return A(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?A(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function A(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var T={},I=null,k=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,i=function(){n?T[t.id].mount(n,e):P(document.querySelectorAll(t.selector)).map((function(n){T[t.id].mount(n,e)}))};if(T[t.id])i();else if(t.deps){var o=t.deps.filter((function(e){return!document.querySelector('script[src*="'.concat(t.deps_data[e],'"]'))})),r=o.map((function(e){return t.deps_data[e]}));o.includes("underscore")?w()(t.deps_data.underscore,(function(){w()([t.url].concat(P(r)),i)})):w()([t.url].concat(P(r)),i)}else w()(t.url,i)},C=function(t,e){T[t]||(T[t]=e)};function j(t){return function(t){if(Array.isArray(t))return q(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return q(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?q(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function q(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var z=function t(e){e&&(e.classList.contains("current-menu-active")?function(t,e){var n=t.querySelector("ul");requestAnimationFrame((function(){var t=n.getBoundingClientRect().height;n.style.height="".concat(t,"px"),n.classList.add("is-animating"),requestAnimationFrame((function(){n.style.height="0px",M(n,(function(){n.classList.remove("is-animating"),n.removeAttribute("style"),e()}))}))}))}(e,(function(){e.classList.toggle("current-menu-active"),j(e.querySelectorAll(".menu-item-has-children.current-menu-active, .page_item_has_children.current-menu-active")).map((function(t){return t.classList.remove("current-menu-active")}))})):(j(e.parentNode.children).map((function(e){return e.classList.contains("current-menu-active")&&t(e)})),e.classList.toggle("current-menu-active"),function(t){var e=t.querySelector("ul");requestAnimationFrame((function(){var t=e.getBoundingClientRect().height;e.style.height="0px",e.classList.add("is-animating"),requestAnimationFrame((function(){e.style.height="".concat(t,"px"),M(e,(function(){e.classList.remove("is-animating"),e.removeAttribute("style")}))}))}))}(e)))},H=function(t){if(!t.hasListener){t.hasListener=!0;var e=t.parentNode.getAttribute("href");e&&"#"!==e||t.parentNode.addEventListener("click",(function(e){e.preventDefault(),e.stopPropagation(),z(t.closest(".menu-item-has-children, .page_item_has_children"))})),t.addEventListener("click",(function(e){e.preventDefault(),e.stopPropagation(),z(t.closest(".menu-item-has-children, .page_item_has_children"))}))}};function M(t,e){var n=function(i){i.target===t&&(t.removeEventListener("transitionend",n),e())};t.addEventListener("transitionend",n)}s(6047);var W=s(4124);function R(t){return function(t){if(Array.isArray(t))return D(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return D(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?D(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function D(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var B=[{els:"[data-parallax]",load:function(){return s.e(85).then(s.bind(s,5085))},events:["rishi:parallax:init"]},{els:[].concat(R(document.querySelector(".cb__header-cart > .rt-cart-content")?[".cb__header-cart"]:[]),[".rt-language-switcher > .rt-active-language"]),load:function(){return Promise.all([s.e(981),s.e(990)]).then(s.bind(s,2990))}},{els:['.cb__pagination:not([data-pagination="simple"])'],load:function(){return s.e(244).then(s.bind(s,1244))}},{els:[".time-wrapper"],load:function(){return s.e(84).then(s.t.bind(s,84,23))}},{els:'header [data-device="desktop"] [data-id*="menu"] > .menu',condition:function(){return!!document.querySelector('header [data-device="desktop"] [data-id*="menu"] .menu-item-has-children')},load:function(){return Promise.all([s.e(981),s.e(614)]).then(s.bind(s,614))},onLoad:!1,mount:function(t){(0,t.handleFirstLevelForMenu)(t.el)}},{els:['header [data-device="desktop"] [data-id*="menu"] > .menu .menu-item-has-children > .sub-menu','header [data-device="desktop"] [data-id*="menu"] > .menu .page_item_has_children > .sub-menu'],load:function(){return Promise.all([s.e(981),s.e(614)]).then(s.bind(s,614))},mount:function(t){return(0,t.handleUpdate)(t.el)},onLoad:!1,events:["ct:header:init-popper"]},{els:"#offcanvas .child-indicator",load:function(){return new Promise((function(t){return t({mount:H})}))}},{els:[".rt-modal-action",".cb__header-search > a[href]"],load:function(){return s.e(486).then(s.bind(s,9486))},events:["rt:header:update"]}];!function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=e.immediate,o=void 0!==i&&i,s=e.skipEvents,a=void 0!==s&&s;t.filter((function(t){var e=t.onLoad;return!(void 0!==e&&!e)})).map((function(t){var e=t.onLoad,n=void 0===e||e;n&&"[object Function]"==={}.toString.call(n)&&n({entryPoint:t,reload:function(){return d(t)}})})),o?t.filter((function(t){var e=t.onLoad;return!(void 0!==e&&!e)})).map(d):h((function(){return t.filter((function(t){var e=t.onLoad;return!(void 0!==e&&!e)})).map(d)})),a||l(new Set(t.reduce((function(t,e){return[].concat(l(t),l(e.events||[]),l(e.forcedEvents||[]))}),[]))).map((function(e){return n.default.on(e,(function(){t.filter((function(t){var n=t.events;return(void 0===n?[]:n).indexOf(e)>-1})).map(d),t.filter((function(t){var n=t.forcedEvents;return(void 0===n?[]:n).indexOf(e)>-1})).map((function(t){return d(r(r({},t),{},{els:["body"]}))}))}))}))}(B);var F=function(){[].concat(R(document.querySelectorAll(".cb__header-trigger")),R(document.querySelectorAll(".cb__offcanvas-trigger"))).map((function(t){var e=document.querySelector(t.hash);e&&(e.hasListener||(e.hasListener=!0,e.addEventListener("click",(function(t){if(t.target&&t.target.matches("a")){var e=document.querySelector(".cb__header-trigger");if(t.target.closest(".woocommerce-mini-cart"))return;e&&e.click()}})))),t&&!t.hasListener&&(t.hasListener=!0,t.addEventListener("click",(function(t){t.preventDefault(),s.e(486).then(s.bind(s,9486)).then((function(n){return(0,n.handleClick)(t,{container:e})}))})))}))};document.body.addEventListener("wc_fragments_refreshed",(function(){setTimeout((function(){F()}))})),document.body.addEventListener("wc_fragments_loaded",(function(){setTimeout((function(){F()}))})),h((function(){window.requestIdleCallback,rishi__cb_localizations.dynamic_js_chunks.map((function(t){t.id&&document.querySelector(t.selector)&&(t.trigger?("click"===t.trigger&&P(document.querySelectorAll(t.selector)).map((function(e){if(!e.hasLazyLoadClickListener){e.hasLazyLoadClickListener=!0;var n=function(n){t.ignore_click&&n.target.matches(t.ignore_click)||(n.preventDefault(),k(t,{event:n},e))};e.dynamicJsChunkStop=function(){e.removeEventListener("click",n)},e.addEventListener("click",n)}})),"submit"===t.trigger&&P(document.querySelectorAll(t.selector)).map((function(e){e.hasLazyLoadSubmitListener||(e.hasLazyLoadSubmitListener=!0,e.addEventListener("submit",(function(n){n.preventDefault(),k(t,{event:n},e)})))})),"intersection-observer"===t.trigger&&function(t){window.IntersectionObserver&&(I||(I=new IntersectionObserver((function(t){t.map((function(t){var e=t.boundingClientRect,n=t.target,i=t.isIntersecting,o=n.__chunk__;if(i||!(e.y>0)){var r="target-before-bottom";!i&&e.y<0&&(r="target-after-bottom"),("target-before-bottom"!==r||T[o.id])&&k(o,{state:r,target:n},o.el)}}))}))),P(document.querySelectorAll(t.selector)).map((function(e){if(!e.ioObserving){e.ioObserving=!0;var n=document.querySelector(t.target);n&&(n.__chunk__=O(O({},t),{},{el:e}),I.observe(n))}})))}(t),"scroll"===t.trigger&&setTimeout((function(){var e=scrollY;document.addEventListener("scroll",(function n(i){if(Math.abs(scrollY-e)>30)return document.removeEventListener("scroll",n),void k(t)}))}),500)):k(t))})),setTimeout((function(){return document.body.classList.remove("rt-loading")}),1500),setTimeout((function(){"1"!=rishi__cb_localizations.is_companion_active&&F()})),window.wp&&wp&&wp.customize&&wp.customize.selectiveRefresh&&(n.default.trigger("rt:header:update"),n.default.trigger("rt:header:render-frame"),wp.customize.selectiveRefresh.bind("partial-content-rendered",(function(t){n.default.trigger("rt:header:update"),n.default.trigger("rt:header:render-frame")}))),requestAnimationFrame(S),location.hash&&document.querySelector(location.hash).classList.contains("rt-panel")&&document.querySelector('[href*="'.concat(location.hash,'"]')).click()})),document.addEventListener("uael_quick_view_loader_stop",(function(){e().trigger("ct:add-to-cart:quantity")})),document.addEventListener("facetwp-loaded",(function(){e().trigger("ct:custom-select:init"),e().trigger("ct:images:lazyload:update")}))}(),(rishiExports=void 0===rishiExports?{}:rishiExports).main=a}()
;/*! This file is auto-generated */
(()=>{"use strict";var t={d:(e,n)=>{for(var r in n)t.o(n,r)&&!t.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:n[r]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r:t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},e={};t.r(e),t.d(e,{actions:()=>S,addAction:()=>m,addFilter:()=>p,applyFilters:()=>k,createHooks:()=>h,currentAction:()=>w,currentFilter:()=>I,defaultHooks:()=>f,didAction:()=>O,didFilter:()=>j,doAction:()=>b,doingAction:()=>x,doingFilter:()=>T,filters:()=>z,hasAction:()=>v,hasFilter:()=>y,removeAction:()=>A,removeAllActions:()=>F,removeAllFilters:()=>g,removeFilter:()=>_});const n=function(t){return"string"!=typeof t||""===t?(console.error("The namespace must be a non-empty string."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.\-\/]*$/.test(t)||(console.error("The namespace can only contain numbers, letters, dashes, periods, underscores and slashes."),!1)};const r=function(t){return"string"!=typeof t||""===t?(console.error("The hook name must be a non-empty string."),!1):/^__/.test(t)?(console.error("The hook name cannot begin with `__`."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.-]*$/.test(t)||(console.error("The hook name can only contain numbers, letters, dashes, periods and underscores."),!1)};const o=function(t,e){return function(o,i,s,c=10){const l=t[e];if(!r(o))return;if(!n(i))return;if("function"!=typeof s)return void console.error("The hook callback must be a function.");if("number"!=typeof c)return void console.error("If specified, the hook priority must be a number.");const u={callback:s,priority:c,namespace:i};if(l[o]){const t=l[o].handlers;let e;for(e=t.length;e>0&&!(c>=t[e-1].priority);e--);e===t.length?t[e]=u:t.splice(e,0,u),l.__current.forEach((t=>{t.name===o&&t.currentIndex>=e&&t.currentIndex++}))}else l[o]={handlers:[u],runs:0};"hookAdded"!==o&&t.doAction("hookAdded",o,i,s,c)}};const i=function(t,e,o=!1){return function(i,s){const c=t[e];if(!r(i))return;if(!o&&!n(s))return;if(!c[i])return 0;let l=0;if(o)l=c[i].handlers.length,c[i]={runs:c[i].runs,handlers:[]};else{const t=c[i].handlers;for(let e=t.length-1;e>=0;e--)t[e].namespace===s&&(t.splice(e,1),l++,c.__current.forEach((t=>{t.name===i&&t.currentIndex>=e&&t.currentIndex--})))}return"hookRemoved"!==i&&t.doAction("hookRemoved",i,s),l}};const s=function(t,e){return function(n,r){const o=t[e];return void 0!==r?n in o&&o[n].handlers.some((t=>t.namespace===r)):n in o}};const c=function(t,e,n=!1){return function(r,...o){const i=t[e];i[r]||(i[r]={handlers:[],runs:0}),i[r].runs++;const s=i[r].handlers;if(!s||!s.length)return n?o[0]:void 0;const c={name:r,currentIndex:0};for(i.__current.push(c);c.currentIndex<s.length;){const t=s[c.currentIndex].callback.apply(null,o);n&&(o[0]=t),c.currentIndex++}return i.__current.pop(),n?o[0]:void 0}};const l=function(t,e){return function(){var n;const r=t[e];return null!==(n=r.__current[r.__current.length-1]?.name)&&void 0!==n?n:null}};const u=function(t,e){return function(n){const r=t[e];return void 0===n?void 0!==r.__current[0]:!!r.__current[0]&&n===r.__current[0].name}};const a=function(t,e){return function(n){const o=t[e];if(r(n))return o[n]&&o[n].runs?o[n].runs:0}};class d{constructor(){this.actions=Object.create(null),this.actions.__current=[],this.filters=Object.create(null),this.filters.__current=[],this.addAction=o(this,"actions"),this.addFilter=o(this,"filters"),this.removeAction=i(this,"actions"),this.removeFilter=i(this,"filters"),this.hasAction=s(this,"actions"),this.hasFilter=s(this,"filters"),this.removeAllActions=i(this,"actions",!0),this.removeAllFilters=i(this,"filters",!0),this.doAction=c(this,"actions"),this.applyFilters=c(this,"filters",!0),this.currentAction=l(this,"actions"),this.currentFilter=l(this,"filters"),this.doingAction=u(this,"actions"),this.doingFilter=u(this,"filters"),this.didAction=a(this,"actions"),this.didFilter=a(this,"filters")}}const h=function(){return new d},f=h(),{addAction:m,addFilter:p,removeAction:A,removeFilter:_,hasAction:v,hasFilter:y,removeAllActions:F,removeAllFilters:g,doAction:b,applyFilters:k,currentAction:w,currentFilter:I,doingAction:x,doingFilter:T,didAction:O,didFilter:j,actions:S,filters:z}=f;(window.wp=window.wp||{}).hooks=e})();
;/*! This file is auto-generated */
(()=>{var t={2058:(t,e,r)=>{var n;!function(){"use strict";var i={not_string:/[^s]/,not_bool:/[^t]/,not_type:/[^T]/,not_primitive:/[^v]/,number:/[diefg]/,numeric_arg:/[bcdiefguxX]/,json:/[j]/,not_json:/[^j]/,text:/^[^\x25]+/,modulo:/^\x25{2}/,placeholder:/^\x25(?:([1-9]\d*)\$|\(([^)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijostTuvxX])/,key:/^([a-z_][a-z_\d]*)/i,key_access:/^\.([a-z_][a-z_\d]*)/i,index_access:/^\[(\d+)\]/,sign:/^[+-]/};function a(t){return function(t,e){var r,n,o,s,l,u,p,c,f,d=1,h=t.length,g="";for(n=0;n<h;n++)if("string"==typeof t[n])g+=t[n];else if("object"==typeof t[n]){if((s=t[n]).keys)for(r=e[d],o=0;o<s.keys.length;o++){if(null==r)throw new Error(a('[sprintf] Cannot access property "%s" of undefined value "%s"',s.keys[o],s.keys[o-1]));r=r[s.keys[o]]}else r=s.param_no?e[s.param_no]:e[d++];if(i.not_type.test(s.type)&&i.not_primitive.test(s.type)&&r instanceof Function&&(r=r()),i.numeric_arg.test(s.type)&&"number"!=typeof r&&isNaN(r))throw new TypeError(a("[sprintf] expecting number but found %T",r));switch(i.number.test(s.type)&&(c=r>=0),s.type){case"b":r=parseInt(r,10).toString(2);break;case"c":r=String.fromCharCode(parseInt(r,10));break;case"d":case"i":r=parseInt(r,10);break;case"j":r=JSON.stringify(r,null,s.width?parseInt(s.width):0);break;case"e":r=s.precision?parseFloat(r).toExponential(s.precision):parseFloat(r).toExponential();break;case"f":r=s.precision?parseFloat(r).toFixed(s.precision):parseFloat(r);break;case"g":r=s.precision?String(Number(r.toPrecision(s.precision))):parseFloat(r);break;case"o":r=(parseInt(r,10)>>>0).toString(8);break;case"s":r=String(r),r=s.precision?r.substring(0,s.precision):r;break;case"t":r=String(!!r),r=s.precision?r.substring(0,s.precision):r;break;case"T":r=Object.prototype.toString.call(r).slice(8,-1).toLowerCase(),r=s.precision?r.substring(0,s.precision):r;break;case"u":r=parseInt(r,10)>>>0;break;case"v":r=r.valueOf(),r=s.precision?r.substring(0,s.precision):r;break;case"x":r=(parseInt(r,10)>>>0).toString(16);break;case"X":r=(parseInt(r,10)>>>0).toString(16).toUpperCase()}i.json.test(s.type)?g+=r:(!i.number.test(s.type)||c&&!s.sign?f="":(f=c?"+":"-",r=r.toString().replace(i.sign,"")),u=s.pad_char?"0"===s.pad_char?"0":s.pad_char.charAt(1):" ",p=s.width-(f+r).length,l=s.width&&p>0?u.repeat(p):"",g+=s.align?f+r+l:"0"===u?f+l+r:l+f+r)}return g}(function(t){if(s[t])return s[t];var e,r=t,n=[],a=0;for(;r;){if(null!==(e=i.text.exec(r)))n.push(e[0]);else if(null!==(e=i.modulo.exec(r)))n.push("%");else{if(null===(e=i.placeholder.exec(r)))throw new SyntaxError("[sprintf] unexpected placeholder");if(e[2]){a|=1;var o=[],l=e[2],u=[];if(null===(u=i.key.exec(l)))throw new SyntaxError("[sprintf] failed to parse named argument key");for(o.push(u[1]);""!==(l=l.substring(u[0].length));)if(null!==(u=i.key_access.exec(l)))o.push(u[1]);else{if(null===(u=i.index_access.exec(l)))throw new SyntaxError("[sprintf] failed to parse named argument key");o.push(u[1])}e[2]=o}else a|=2;if(3===a)throw new Error("[sprintf] mixing positional and named placeholders is not (yet) supported");n.push({placeholder:e[0],param_no:e[1],keys:e[2],sign:e[3],pad_char:e[4],align:e[5],width:e[6],precision:e[7],type:e[8]})}r=r.substring(e[0].length)}return s[t]=n}(t),arguments)}function o(t,e){return a.apply(null,[t].concat(e||[]))}var s=Object.create(null);e.sprintf=a,e.vsprintf=o,"undefined"!=typeof window&&(window.sprintf=a,window.vsprintf=o,void 0===(n=function(){return{sprintf:a,vsprintf:o}}.call(e,r,e,t))||(t.exports=n))}()}},e={};function r(n){var i=e[n];if(void 0!==i)return i.exports;var a=e[n]={exports:{}};return t[n](a,a.exports,r),a.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var n={};(()=>{"use strict";r.r(n),r.d(n,{__:()=>F,_n:()=>j,_nx:()=>L,_x:()=>S,createI18n:()=>x,defaultI18n:()=>_,getLocaleData:()=>v,hasTranslation:()=>D,isRTL:()=>T,resetLocaleData:()=>w,setLocaleData:()=>m,sprintf:()=>a,subscribe:()=>k});var t=r(2058),e=r.n(t);const i=function(t,e){var r,n,i=0;function a(){var a,o,s=r,l=arguments.length;t:for(;s;){if(s.args.length===arguments.length){for(o=0;o<l;o++)if(s.args[o]!==arguments[o]){s=s.next;continue t}return s!==r&&(s===n&&(n=s.prev),s.prev.next=s.next,s.next&&(s.next.prev=s.prev),s.next=r,s.prev=null,r.prev=s,r=s),s.val}s=s.next}for(a=new Array(l),o=0;o<l;o++)a[o]=arguments[o];return s={args:a,val:t.apply(null,a)},r?(r.prev=s,s.next=r):n=s,i===e.maxSize?(n=n.prev).next=null:i++,r=s,s.val}return e=e||{},a.clear=function(){r=null,n=null,i=0},a}(console.error);function a(t,...r){try{return e().sprintf(t,...r)}catch(e){return e instanceof Error&&i("sprintf error: \n\n"+e.toString()),t}}var o,s,l,u;o={"(":9,"!":8,"*":7,"/":7,"%":7,"+":6,"-":6,"<":5,"<=":5,">":5,">=":5,"==":4,"!=":4,"&&":3,"||":2,"?":1,"?:":1},s=["(","?"],l={")":["("],":":["?","?:"]},u=/<=|>=|==|!=|&&|\|\||\?:|\(|!|\*|\/|%|\+|-|<|>|\?|\)|:/;var p={"!":function(t){return!t},"*":function(t,e){return t*e},"/":function(t,e){return t/e},"%":function(t,e){return t%e},"+":function(t,e){return t+e},"-":function(t,e){return t-e},"<":function(t,e){return t<e},"<=":function(t,e){return t<=e},">":function(t,e){return t>e},">=":function(t,e){return t>=e},"==":function(t,e){return t===e},"!=":function(t,e){return t!==e},"&&":function(t,e){return t&&e},"||":function(t,e){return t||e},"?:":function(t,e,r){if(t)throw e;return r}};function c(t){var e=function(t){for(var e,r,n,i,a=[],p=[];e=t.match(u);){for(r=e[0],(n=t.substr(0,e.index).trim())&&a.push(n);i=p.pop();){if(l[r]){if(l[r][0]===i){r=l[r][1]||r;break}}else if(s.indexOf(i)>=0||o[i]<o[r]){p.push(i);break}a.push(i)}l[r]||p.push(r),t=t.substr(e.index+r.length)}return(t=t.trim())&&a.push(t),a.concat(p.reverse())}(t);return function(t){return function(t,e){var r,n,i,a,o,s,l=[];for(r=0;r<t.length;r++){if(o=t[r],a=p[o]){for(n=a.length,i=Array(n);n--;)i[n]=l.pop();try{s=a.apply(null,i)}catch(t){return t}}else s=e.hasOwnProperty(o)?e[o]:+o;l.push(s)}return l[0]}(e,t)}}var f={contextDelimiter:"",onMissingKey:null};function d(t,e){var r;for(r in this.data=t,this.pluralForms={},this.options={},f)this.options[r]=void 0!==e&&r in e?e[r]:f[r]}d.prototype.getPluralForm=function(t,e){var r,n,i,a=this.pluralForms[t];return a||("function"!=typeof(i=(r=this.data[t][""])["Plural-Forms"]||r["plural-forms"]||r.plural_forms)&&(n=function(t){var e,r,n;for(e=t.split(";"),r=0;r<e.length;r++)if(0===(n=e[r].trim()).indexOf("plural="))return n.substr(7)}(r["Plural-Forms"]||r["plural-forms"]||r.plural_forms),i=function(t){var e=c(t);return function(t){return+e({n:t})}}(n)),a=this.pluralForms[t]=i),a(e)},d.prototype.dcnpgettext=function(t,e,r,n,i){var a,o,s;return a=void 0===i?0:this.getPluralForm(t,i),o=r,e&&(o=e+this.options.contextDelimiter+r),(s=this.data[t][o])&&s[a]?s[a]:(this.options.onMissingKey&&this.options.onMissingKey(r,t),0===a?r:n)};const h={plural_forms:t=>1===t?0:1},g=/^i18n\.(n?gettext|has_translation)(_|$)/,x=(t,e,r)=>{const n=new d({}),i=new Set,a=()=>{i.forEach((t=>t()))},o=(t,e="default")=>{n.data[e]={...n.data[e],...t},n.data[e][""]={...h,...n.data[e]?.[""]},delete n.pluralForms[e]},s=(t,e)=>{o(t,e),a()},l=(t="default",e,r,i,a)=>(n.data[t]||o(void 0,t),n.dcnpgettext(t,e,r,i,a)),u=(t="default")=>t,p=(t,e,n)=>{let i=l(n,e,t);return r?(i=r.applyFilters("i18n.gettext_with_context",i,t,e,n),r.applyFilters("i18n.gettext_with_context_"+u(n),i,t,e,n)):i};if(t&&s(t,e),r){const t=t=>{g.test(t)&&a()};r.addAction("hookAdded","core/i18n",t),r.addAction("hookRemoved","core/i18n",t)}return{getLocaleData:(t="default")=>n.data[t],setLocaleData:s,addLocaleData:(t,e="default")=>{n.data[e]={...n.data[e],...t,"":{...h,...n.data[e]?.[""],...t?.[""]}},delete n.pluralForms[e],a()},resetLocaleData:(t,e)=>{n.data={},n.pluralForms={},s(t,e)},subscribe:t=>(i.add(t),()=>i.delete(t)),__:(t,e)=>{let n=l(e,void 0,t);return r?(n=r.applyFilters("i18n.gettext",n,t,e),r.applyFilters("i18n.gettext_"+u(e),n,t,e)):n},_x:p,_n:(t,e,n,i)=>{let a=l(i,void 0,t,e,n);return r?(a=r.applyFilters("i18n.ngettext",a,t,e,n,i),r.applyFilters("i18n.ngettext_"+u(i),a,t,e,n,i)):a},_nx:(t,e,n,i,a)=>{let o=l(a,i,t,e,n);return r?(o=r.applyFilters("i18n.ngettext_with_context",o,t,e,n,i,a),r.applyFilters("i18n.ngettext_with_context_"+u(a),o,t,e,n,i,a)):o},isRTL:()=>"rtl"===p("ltr","text direction"),hasTranslation:(t,e,i)=>{const a=e?e+""+t:t;let o=!!n.data?.[null!=i?i:"default"]?.[a];return r&&(o=r.applyFilters("i18n.has_translation",o,t,e,i),o=r.applyFilters("i18n.has_translation_"+u(i),o,t,e,i)),o}}},y=window.wp.hooks,b=x(void 0,void 0,y.defaultHooks),_=b,v=b.getLocaleData.bind(b),m=b.setLocaleData.bind(b),w=b.resetLocaleData.bind(b),k=b.subscribe.bind(b),F=b.__.bind(b),S=b._x.bind(b),j=b._n.bind(b),L=b._nx.bind(b),T=b.isRTL.bind(b),D=b.hasTranslation.bind(b)})(),(window.wp=window.wp||{}).i18n=n})();
;wp.i18n.setLocaleData({'text direction\u0004ltr':['ltr']})
;/*! This file is auto-generated */
(()=>{var e={9681:e=>{var t={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",Ấ:"A",Ắ:"A",Ẳ:"A",Ẵ:"A",Ặ:"A",Æ:"AE",Ầ:"A",Ằ:"A",Ȃ:"A",Ả:"A",Ạ:"A",Ẩ:"A",Ẫ:"A",Ậ:"A",Ç:"C",Ḉ:"C",È:"E",É:"E",Ê:"E",Ë:"E",Ế:"E",Ḗ:"E",Ề:"E",Ḕ:"E",Ḝ:"E",Ȇ:"E",Ẻ:"E",Ẽ:"E",Ẹ:"E",Ể:"E",Ễ:"E",Ệ:"E",Ì:"I",Í:"I",Î:"I",Ï:"I",Ḯ:"I",Ȋ:"I",Ỉ:"I",Ị:"I",Ð:"D",Ñ:"N",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",Ố:"O",Ṍ:"O",Ṓ:"O",Ȏ:"O",Ỏ:"O",Ọ:"O",Ổ:"O",Ỗ:"O",Ộ:"O",Ờ:"O",Ở:"O",Ỡ:"O",Ớ:"O",Ợ:"O",Ù:"U",Ú:"U",Û:"U",Ü:"U",Ủ:"U",Ụ:"U",Ử:"U",Ữ:"U",Ự:"U",Ý:"Y",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",ấ:"a",ắ:"a",ẳ:"a",ẵ:"a",ặ:"a",æ:"ae",ầ:"a",ằ:"a",ȃ:"a",ả:"a",ạ:"a",ẩ:"a",ẫ:"a",ậ:"a",ç:"c",ḉ:"c",è:"e",é:"e",ê:"e",ë:"e",ế:"e",ḗ:"e",ề:"e",ḕ:"e",ḝ:"e",ȇ:"e",ẻ:"e",ẽ:"e",ẹ:"e",ể:"e",ễ:"e",ệ:"e",ì:"i",í:"i",î:"i",ï:"i",ḯ:"i",ȋ:"i",ỉ:"i",ị:"i",ð:"d",ñ:"n",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",ố:"o",ṍ:"o",ṓ:"o",ȏ:"o",ỏ:"o",ọ:"o",ổ:"o",ỗ:"o",ộ:"o",ờ:"o",ở:"o",ỡ:"o",ớ:"o",ợ:"o",ù:"u",ú:"u",û:"u",ü:"u",ủ:"u",ụ:"u",ử:"u",ữ:"u",ự:"u",ý:"y",ÿ:"y",Ā:"A",ā:"a",Ă:"A",ă:"a",Ą:"A",ą:"a",Ć:"C",ć:"c",Ĉ:"C",ĉ:"c",Ċ:"C",ċ:"c",Č:"C",č:"c",C̆:"C",c̆:"c",Ď:"D",ď:"d",Đ:"D",đ:"d",Ē:"E",ē:"e",Ĕ:"E",ĕ:"e",Ė:"E",ė:"e",Ę:"E",ę:"e",Ě:"E",ě:"e",Ĝ:"G",Ǵ:"G",ĝ:"g",ǵ:"g",Ğ:"G",ğ:"g",Ġ:"G",ġ:"g",Ģ:"G",ģ:"g",Ĥ:"H",ĥ:"h",Ħ:"H",ħ:"h",Ḫ:"H",ḫ:"h",Ĩ:"I",ĩ:"i",Ī:"I",ī:"i",Ĭ:"I",ĭ:"i",Į:"I",į:"i",İ:"I",ı:"i",Ĳ:"IJ",ĳ:"ij",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",Ḱ:"K",ḱ:"k",K̆:"K",k̆:"k",Ĺ:"L",ĺ:"l",Ļ:"L",ļ:"l",Ľ:"L",ľ:"l",Ŀ:"L",ŀ:"l",Ł:"l",ł:"l",Ḿ:"M",ḿ:"m",M̆:"M",m̆:"m",Ń:"N",ń:"n",Ņ:"N",ņ:"n",Ň:"N",ň:"n",ŉ:"n",N̆:"N",n̆:"n",Ō:"O",ō:"o",Ŏ:"O",ŏ:"o",Ő:"O",ő:"o",Œ:"OE",œ:"oe",P̆:"P",p̆:"p",Ŕ:"R",ŕ:"r",Ŗ:"R",ŗ:"r",Ř:"R",ř:"r",R̆:"R",r̆:"r",Ȓ:"R",ȓ:"r",Ś:"S",ś:"s",Ŝ:"S",ŝ:"s",Ş:"S",Ș:"S",ș:"s",ş:"s",Š:"S",š:"s",Ţ:"T",ţ:"t",ț:"t",Ț:"T",Ť:"T",ť:"t",Ŧ:"T",ŧ:"t",T̆:"T",t̆:"t",Ũ:"U",ũ:"u",Ū:"U",ū:"u",Ŭ:"U",ŭ:"u",Ů:"U",ů:"u",Ű:"U",ű:"u",Ų:"U",ų:"u",Ȗ:"U",ȗ:"u",V̆:"V",v̆:"v",Ŵ:"W",ŵ:"w",Ẃ:"W",ẃ:"w",X̆:"X",x̆:"x",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Y̆:"Y",y̆:"y",Ź:"Z",ź:"z",Ż:"Z",ż:"z",Ž:"Z",ž:"z",ſ:"s",ƒ:"f",Ơ:"O",ơ:"o",Ư:"U",ư:"u",Ǎ:"A",ǎ:"a",Ǐ:"I",ǐ:"i",Ǒ:"O",ǒ:"o",Ǔ:"U",ǔ:"u",Ǖ:"U",ǖ:"u",Ǘ:"U",ǘ:"u",Ǚ:"U",ǚ:"u",Ǜ:"U",ǜ:"u",Ứ:"U",ứ:"u",Ṹ:"U",ṹ:"u",Ǻ:"A",ǻ:"a",Ǽ:"AE",ǽ:"ae",Ǿ:"O",ǿ:"o",Þ:"TH",þ:"th",Ṕ:"P",ṕ:"p",Ṥ:"S",ṥ:"s",X́:"X",x́:"x",Ѓ:"Г",ѓ:"г",Ќ:"К",ќ:"к",A̋:"A",a̋:"a",E̋:"E",e̋:"e",I̋:"I",i̋:"i",Ǹ:"N",ǹ:"n",Ồ:"O",ồ:"o",Ṑ:"O",ṑ:"o",Ừ:"U",ừ:"u",Ẁ:"W",ẁ:"w",Ỳ:"Y",ỳ:"y",Ȁ:"A",ȁ:"a",Ȅ:"E",ȅ:"e",Ȉ:"I",ȉ:"i",Ȍ:"O",ȍ:"o",Ȑ:"R",ȑ:"r",Ȕ:"U",ȕ:"u",B̌:"B",b̌:"b",Č̣:"C",č̣:"c",Ê̌:"E",ê̌:"e",F̌:"F",f̌:"f",Ǧ:"G",ǧ:"g",Ȟ:"H",ȟ:"h",J̌:"J",ǰ:"j",Ǩ:"K",ǩ:"k",M̌:"M",m̌:"m",P̌:"P",p̌:"p",Q̌:"Q",q̌:"q",Ř̩:"R",ř̩:"r",Ṧ:"S",ṧ:"s",V̌:"V",v̌:"v",W̌:"W",w̌:"w",X̌:"X",x̌:"x",Y̌:"Y",y̌:"y",A̧:"A",a̧:"a",B̧:"B",b̧:"b",Ḑ:"D",ḑ:"d",Ȩ:"E",ȩ:"e",Ɛ̧:"E",ɛ̧:"e",Ḩ:"H",ḩ:"h",I̧:"I",i̧:"i",Ɨ̧:"I",ɨ̧:"i",M̧:"M",m̧:"m",O̧:"O",o̧:"o",Q̧:"Q",q̧:"q",U̧:"U",u̧:"u",X̧:"X",x̧:"x",Z̧:"Z",z̧:"z",й:"и",Й:"И",ё:"е",Ё:"Е"},r=Object.keys(t).join("|"),n=new RegExp(r,"g"),o=new RegExp(r,"");function i(e){return t[e]}var u=function(e){return e.replace(n,i)};e.exports=u,e.exports.has=function(e){return!!e.match(o)},e.exports.remove=u}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,r),i.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{"use strict";function e(e){try{return new URL(e),!0}catch{return!1}}r.r(n),r.d(n,{addQueryArgs:()=>y,buildQueryString:()=>f,cleanForSlug:()=>j,filterURLForDisplay:()=>w,getAuthority:()=>c,getFilename:()=>C,getFragment:()=>O,getPath:()=>s,getPathAndQueryString:()=>d,getProtocol:()=>i,getQueryArg:()=>U,getQueryArgs:()=>m,getQueryString:()=>p,hasQueryArg:()=>E,isEmail:()=>o,isURL:()=>e,isValidAuthority:()=>a,isValidFragment:()=>A,isValidPath:()=>l,isValidProtocol:()=>u,isValidQueryString:()=>g,normalizePath:()=>P,prependHTTP:()=>b,prependHTTPS:()=>$,removeQueryArgs:()=>I,safeDecodeURI:()=>v,safeDecodeURIComponent:()=>h});const t=/^(mailto:)?[a-z0-9._%+-]+@[a-z0-9][a-z0-9.-]*\.[a-z]{2,63}$/i;function o(e){return t.test(e)}function i(e){const t=/^([^\s:]+:)/.exec(e);if(t)return t[1]}function u(e){return!!e&&/^[a-z\-.\+]+[0-9]*:$/i.test(e)}function c(e){const t=/^[^\/\s:]+:(?:\/\/)?\/?([^\/\s#?]+)[\/#?]{0,1}\S*$/.exec(e);if(t)return t[1]}function a(e){return!!e&&/^[^\s#?]+$/.test(e)}function s(e){const t=/^[^\/\s:]+:(?:\/\/)?[^\/\s#?]+[\/]([^\s#?]+)[#?]{0,1}\S*$/.exec(e);if(t)return t[1]}function l(e){return!!e&&/^[^\s#?]+$/.test(e)}function p(e){let t;try{t=new URL(e,"http://example.com").search.substring(1)}catch(e){}if(t)return t}function f(e){let t="";const r=Object.entries(e);let n;for(;n=r.shift();){let[e,o]=n;if(Array.isArray(o)||o&&o.constructor===Object){const t=Object.entries(o).reverse();for(const[n,o]of t)r.unshift([`${e}[${n}]`,o])}else void 0!==o&&(null===o&&(o=""),t+="&"+[e,o].map(encodeURIComponent).join("="))}return t.substr(1)}function g(e){return!!e&&/^[^\s#?\/]+$/.test(e)}function d(e){const t=s(e),r=p(e);let n="/";return t&&(n+=t),r&&(n+=`?${r}`),n}function O(e){const t=/^\S+?(#[^\s\?]*)/.exec(e);if(t)return t[1]}function A(e){return!!e&&/^#[^\s#?\/]*$/.test(e)}function h(e){try{return decodeURIComponent(e)}catch(t){return e}}function m(e){return(p(e)||"").replace(/\+/g,"%20").split("&").reduce(((e,t)=>{const[r,n=""]=t.split("=").filter(Boolean).map(h);if(r){!function(e,t,r){const n=t.length,o=n-1;for(let i=0;i<n;i++){let n=t[i];!n&&Array.isArray(e)&&(n=e.length.toString()),n=["__proto__","constructor","prototype"].includes(n)?n.toUpperCase():n;const u=!isNaN(Number(t[i+1]));e[n]=i===o?r:e[n]||(u?[]:{}),Array.isArray(e[n])&&!u&&(e[n]={...e[n]}),e=e[n]}}(e,r.replace(/\]/g,"").split("["),n)}return e}),Object.create(null))}function y(e="",t){if(!t||!Object.keys(t).length)return e;let r=e;const n=e.indexOf("?");return-1!==n&&(t=Object.assign(m(e),t),r=r.substr(0,n)),r+"?"+f(t)}function U(e,t){return m(e)[t]}function E(e,t){return void 0!==U(e,t)}function I(e,...t){const r=e.indexOf("?");if(-1===r)return e;const n=m(e),o=e.substr(0,r);t.forEach((e=>delete n[e]));const i=f(n);return i?o+"?"+i:o}const x=/^(?:[a-z]+:|#|\?|\.|\/)/i;function b(e){return e?(e=e.trim(),x.test(e)||o(e)?e:"http://"+e):e}function v(e){try{return decodeURI(e)}catch(t){return e}}function w(e,t=null){let r=e.replace(/^(?:https?:)\/\/(?:www\.)?/,"");r.match(/^[^\/]+\/$/)&&(r=r.replace("/",""));if(!t||r.length<=t||!r.match(/\/([^\/?]+)\.(?:[\w]+)(?=\?|$)/))return r;r=r.split("?")[0];const n=r.split("/"),o=n[n.length-1];if(o.length<=t)return"…"+r.slice(-t);const i=o.lastIndexOf("."),[u,c]=[o.slice(0,i),o.slice(i+1)],a=u.slice(-3)+"."+c;return o.slice(0,t-a.length-1)+"…"+a}var R=r(9681),S=r.n(R);function j(e){return e?S()(e).replace(/[\s\./]+/g,"-").replace(/[^\p{L}\p{N}_-]+/gu,"").toLowerCase().replace(/-+/g,"-").replace(/(^-+)|(-+$)/g,""):""}function C(e){let t;if(e){try{t=new URL(e,"http://example.com").pathname.split("/").pop()}catch(e){}return t||void 0}}function P(e){const t=e.split("?"),r=t[1],n=t[0];return r?n+"?"+r.split("&").map((e=>e.split("="))).map((e=>e.map(decodeURIComponent))).sort(((e,t)=>e[0].localeCompare(t[0]))).map((e=>e.map(encodeURIComponent))).map((e=>e.join("="))).join("&"):n}function $(e){return e?e.startsWith("http://")?e:(e=b(e)).replace(/^http:/,"https:"):e}})(),(window.wp=window.wp||{}).url=n})();
;(function(domain,translations){var localeData=translations.locale_data[domain]||translations.locale_data.messages;localeData[""].domain=domain;wp.i18n.setLocaleData(localeData,domain)})("default",{"translation-revision-date":"2024-10-21 17:22:37+0000","generator":"GlotPress\/4.0.1","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"You are probably offline.":["Voc\u00ea provavelmente est\u00e1 offline."],"Media upload failed. If this is a photo or a large image, please scale it down and try again.":["Falha ao enviar a m\u00eddia. Se for uma foto ou imagem grande, reduza o tamanho e tente novamente."],"The response is not a valid JSON response.":["A resposta n\u00e3o \u00e9 um JSON v\u00e1lido."],"An unknown error occurred.":["Um erro desconhecido ocorreu."]}},"comment":{"reference":"wp-includes\/js\/dist\/api-fetch.js"}})
;/*! This file is auto-generated */
(()=>{"use strict";var e={d:(t,r)=>{for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)},t={};e.d(t,{default:()=>T});const r=window.wp.i18n;const n=function(e){const t=(e,r)=>{const{headers:n={}}=e;for(const o in n)if("x-wp-nonce"===o.toLowerCase()&&n[o]===t.nonce)return r(e);return r({...e,headers:{...n,"X-WP-Nonce":t.nonce}})};return t.nonce=e,t},o=(e,t)=>{let r,n,o=e.path;return"string"==typeof e.namespace&&"string"==typeof e.endpoint&&(r=e.namespace.replace(/^\/|\/$/g,""),n=e.endpoint.replace(/^\//,""),o=n?r+"/"+n:r),delete e.namespace,delete e.endpoint,t({...e,path:o})},a=e=>(t,r)=>o(t,(t=>{let n,o=t.url,a=t.path;return"string"==typeof a&&(n=e,-1!==e.indexOf("?")&&(a=a.replace("?","&")),a=a.replace(/^\//,""),"string"==typeof n&&-1!==n.indexOf("?")&&(a=a.replace("?","&")),o=n+a),r({...t,url:o})})),s=window.wp.url;function i(e,t){return Promise.resolve(t?e.body:new window.Response(JSON.stringify(e.body),{status:200,statusText:"OK",headers:e.headers}))}const c=function(e){const t=Object.fromEntries(Object.entries(e).map((([e,t])=>[(0,s.normalizePath)(e),t])));return(e,r)=>{const{parse:n=!0}=e;let o=e.path;if(!o&&e.url){const{rest_route:t,...r}=(0,s.getQueryArgs)(e.url);"string"==typeof t&&(o=(0,s.addQueryArgs)(t,r))}if("string"!=typeof o)return r(e);const a=e.method||"GET",c=(0,s.normalizePath)(o);if("GET"===a&&t[c]){const e=t[c];return delete t[c],i(e,!!n)}if("OPTIONS"===a&&t[a]&&t[a][c]){const e=t[a][c];return delete t[a][c],i(e,!!n)}return r(e)}},p=({path:e,url:t,...r},n)=>({...r,url:t&&(0,s.addQueryArgs)(t,n),path:e&&(0,s.addQueryArgs)(e,n)}),d=e=>e.json?e.json():Promise.reject(e),u=e=>{const{next:t}=(e=>{if(!e)return{};const t=e.match(/<([^>]+)>; rel="next"/);return t?{next:t[1]}:{}})(e.headers.get("link"));return t},h=async(e,t)=>{if(!1===e.parse)return t(e);if(!(e=>{const t=!!e.path&&-1!==e.path.indexOf("per_page=-1"),r=!!e.url&&-1!==e.url.indexOf("per_page=-1");return t||r})(e))return t(e);const r=await T({...p(e,{per_page:100}),parse:!1}),n=await d(r);if(!Array.isArray(n))return n;let o=u(r);if(!o)return n;let a=[].concat(n);for(;o;){const t=await T({...e,path:void 0,url:o,parse:!1}),r=await d(t);a=a.concat(r),o=u(t)}return a},l=new Set(["PATCH","PUT","DELETE"]),w="GET",f=(e,t=!0)=>Promise.resolve(((e,t=!0)=>t?204===e.status?null:e.json?e.json():Promise.reject(e):e)(e,t)).catch((e=>m(e,t)));function m(e,t=!0){if(!t)throw e;return(e=>{const t={code:"invalid_json",message:(0,r.__)("The response is not a valid JSON response.")};if(!e||!e.json)throw t;return e.json().catch((()=>{throw t}))})(e).then((e=>{const t={code:"unknown_error",message:(0,r.__)("An unknown error occurred.")};throw e||t}))}const g=(e,t)=>{if(!function(e){const t=!!e.method&&"POST"===e.method;return(!!e.path&&-1!==e.path.indexOf("/wp/v2/media")||!!e.url&&-1!==e.url.indexOf("/wp/v2/media"))&&t}(e))return t(e);let n=0;const o=e=>(n++,t({path:`/wp/v2/media/${e}/post-process`,method:"POST",data:{action:"create-image-subsizes"},parse:!1}).catch((()=>n<5?o(e):(t({path:`/wp/v2/media/${e}?force=true`,method:"DELETE"}),Promise.reject()))));return t({...e,parse:!1}).catch((t=>{const n=t.headers.get("x-wp-upload-attachment-id");return t.status>=500&&t.status<600&&n?o(n).catch((()=>!1!==e.parse?Promise.reject({code:"post_process",message:(0,r.__)("Media upload failed. If this is a photo or a large image, please scale it down and try again.")}):Promise.reject(t))):m(t,e.parse)})).then((t=>f(t,e.parse)))},y=e=>(t,r)=>{if("string"==typeof t.url){const r=(0,s.getQueryArg)(t.url,"wp_theme_preview");void 0===r?t.url=(0,s.addQueryArgs)(t.url,{wp_theme_preview:e}):""===r&&(t.url=(0,s.removeQueryArgs)(t.url,"wp_theme_preview"))}if("string"==typeof t.path){const r=(0,s.getQueryArg)(t.path,"wp_theme_preview");void 0===r?t.path=(0,s.addQueryArgs)(t.path,{wp_theme_preview:e}):""===r&&(t.path=(0,s.removeQueryArgs)(t.path,"wp_theme_preview"))}return r(t)},_={Accept:"application/json, */*;q=0.1"},v={credentials:"include"},P=[(e,t)=>("string"!=typeof e.url||(0,s.hasQueryArg)(e.url,"_locale")||(e.url=(0,s.addQueryArgs)(e.url,{_locale:"user"})),"string"!=typeof e.path||(0,s.hasQueryArg)(e.path,"_locale")||(e.path=(0,s.addQueryArgs)(e.path,{_locale:"user"})),t(e)),o,(e,t)=>{const{method:r=w}=e;return l.has(r.toUpperCase())&&(e={...e,headers:{...e.headers,"X-HTTP-Method-Override":r,"Content-Type":"application/json"},method:"POST"}),t(e)},h];const A=e=>{if(e.status>=200&&e.status<300)return e;throw e};let O=e=>{const{url:t,path:n,data:o,parse:a=!0,...s}=e;let{body:i,headers:c}=e;c={..._,...c},o&&(i=JSON.stringify(o),c["Content-Type"]="application/json");return window.fetch(t||n||window.location.href,{...v,...s,body:i,headers:c}).then((e=>Promise.resolve(e).then(A).catch((e=>m(e,a))).then((e=>f(e,a)))),(e=>{if(e&&"AbortError"===e.name)throw e;throw{code:"fetch_error",message:(0,r.__)("You are probably offline.")}}))};function j(e){return P.reduceRight(((e,t)=>r=>t(r,e)),O)(e).catch((t=>"rest_cookie_invalid_nonce"!==t.code?Promise.reject(t):window.fetch(j.nonceEndpoint).then(A).then((e=>e.text())).then((t=>(j.nonceMiddleware.nonce=t,j(e))))))}j.use=function(e){P.unshift(e)},j.setFetchHandler=function(e){O=e},j.createNonceMiddleware=n,j.createPreloadingMiddleware=c,j.createRootURLMiddleware=a,j.fetchAllMiddleware=h,j.mediaUploadMiddleware=g,j.createThemePreviewMiddleware=y;const T=j;(window.wp=window.wp||{}).apiFetch=t.default})();
;wp.apiFetch.use(wp.apiFetch.createRootURLMiddleware("https://planejamentoestrategico.org/wp-json/"));wp.apiFetch.nonceMiddleware=wp.apiFetch.createNonceMiddleware("262458bbdc");wp.apiFetch.use(wp.apiFetch.nonceMiddleware);wp.apiFetch.use(wp.apiFetch.mediaUploadMiddleware);wp.apiFetch.nonceEndpoint="https://planejamentoestrategico.org/wp-admin/admin-ajax.php?action=rest-nonce"
;var ultp_data_frontend={"url":"https:\/\/planejamentoestrategico.org\/wp-content\/plugins\/ultimate-post\/","active":"","ultpSavedDLMode":"ultplight","ajax":"https:\/\/planejamentoestrategico.org\/wp-admin\/admin-ajax.php","security":"7e147cec05","home_url":"https:\/\/planejamentoestrategico.org","dark_logo":""}
;!function(t){"use strict";t.fn.UltpSlider=function(e){let i=t.extend({},t.fn.UltpSlider.defaults,e),s=t(this),o=!0,l=0;if(s.wrap("<div class='acmeticker-wrap'></div>"),s.parent().css({position:"relative"}),s.children().first().addClass("active"),"horizontal"==i.type||"vertical"==i.type||"typewriter"==i.type){let e="";"typewriter"==i.type&&(e=setInterval((function(){a()}),i.speed));let l="";"horizontal"!=i.type&&"vertical"!=i.type||(l=setInterval((function(){a()}),i.speed)),t(i.controls.prev).click((function(){"horizontal"!=i.type&&"vertical"!=i.type||(clearInterval(l),n("prev"),o&&(l=setInterval((function(){a()}),i.speed))),"typewriter"==i.type&&(clearInterval(e),n("prev"),o&&(e=setInterval((function(){a()}),i.speed)))})),t(i.controls.next).click((function(){"horizontal"!=i.type&&"vertical"!=i.type||(clearInterval(l),n("next"),o&&(l=setInterval((function(){a()}),i.speed))),"typewriter"==i.type&&(clearInterval(e),n("next"),o&&(e=setInterval((function(){a()}),i.speed)))})),t(i.controls.toggle).click((function(){"horizontal"!=i.type&&"vertical"!=i.type||(o?(o=!1,clearInterval(l)):(o=!0,clearInterval(l),l=setInterval((function(){a()}),i.speed))),"typewriter"==i.type&&(o?(o=!1,clearInterval(e)):(o=!0,clearInterval(e),e=setInterval((function(){a()}),i.speed)))})),i.pauseOnHover&&s.hover((function(){"typewriter"==i.type&&clearInterval(e),"horizontal"!=i.type&&"vertical"!=i.type||clearInterval(l)}),(function(){"typewriter"==i.type&&o&&(e=setInterval((function(){a()}),i.speed)),("horizontal"==i.type||"vertical"==i.type&&o)&&(l=setInterval((function(){a()}),i.speed))}))}if("marquee"==i.type){let e,n=i.speed,a=0,r=i.direction,d=s.outerWidth(),p=t(".ultp-newsTicker-wrap").outerWidth(),c=t(document).find("body").hasClass("rtl");"right"==r&&(e=p),"left"==r&&(e=s.outerWidth());let u=setInterval((function(){e<a&&"left"==r&&!c&&(a=-p),e<a&&"right"==r&&!c&&(a=-d),d<a&&"right"==r&&c&&(a=-p),p<a&&"left"==r&&c&&(a=-e),s.css(r,-a),a++}),n);t(i.controls.prev).click((function(){o?(-s.outerWidth()>a&&"right"==r&&!c&&(a=e),a<-t(".ultp-newsTicker-wrap").outerWidth()&&"left"==r&&!c&&(a=e),-e>a&&"right"==r&&c&&(a=s.outerWidth()),-e>a&&"left"==r&&c&&(a=t(".ultp-newsTicker-wrap").outerWidth()),a-=250):(o=!0,u=setInterval((function(){e<a&&"left"==r&&!c&&(a=-p),-p>a&&"left"==r&&!c&&(a=e-100),e<a&&"right"==r&&!c&&(a=-d),d<a&&"right"==r&&c&&(a=-e),p<a&&"left"==r&&c&&(a=-e),s.css(r,-a),a++}),n))})),t(i.controls.prev).on("mousedown touchstart",(function(e){l=setInterval((function(){c||"right"!=r?c&&"left"==r?(a<-d&&(a=t(".ultp-newsTicker-wrap").outerWidth()-10),a-=30):c||"left"!=r?(a<-t(".ultp-newsTicker-wrap").outerWidth()&&c&&"right"==r&&(a=d),a-=30):(a<-t(".ultp-newsTicker-wrap").outerWidth()&&(a=d),a-=30):a>-d?a-=30:a=t(".ultp-newsTicker-wrap").outerWidth()-10}),100)})).bind("mouseup mouseleave touchend",(function(){clearInterval(l)})),t(i.controls.next).click((function(){o?a+=250:(o=!0,u=setInterval((function(){e<a&&"left"==r&&!c&&(a=-p),e<a&&"right"==r&&!c&&(a=-d),p<a&&"left"==r&&c&&(a=-e),d<a&&"right"==r&&c&&(a=-e),s.css(r,-a),a++}),n))})),t(i.controls.next).on("mousedown touchstart",(function(t){l=setInterval((function(){a+=80}),80)})).bind("mouseup mouseleave touchend",(function(){clearInterval(l)})),t(i.controls.toggle).click((function(){o?(o=!1,clearInterval(u)):(o=!0,u=setInterval((function(){e<a&&"left"==r&&!c&&(a=-p),t(".ultp-newsTicker-wrap").outerWidth()<a&&"left"==r&&c&&(a=-(d+100)),e<a&&"right"==r&&!c&&(a=-d),d<a&&"right"==r&&c&&(a=-t(".ultp-newsTicker-wrap").outerWidth()),s.css(r,-a),a++}),n))})),i.pauseOnHover&&s.hover((function(){clearInterval(u)}),(function(){o&&(u=setInterval((function(){e<a&&"left"==r&&!c&&(a=-t(".ultp-newsTicker-wrap").outerWidth()),t(".ultp-newsTicker-wrap").outerWidth()<a&&"left"==r&&c&&(a=-e),t(".ultp-newsTicker-wrap").outerWidth()<a&&"right"==r&&!c&&(a=-d),d<a&&"right"==r&&c&&(a=-e),s.css(r,-a),a++}),n))}))}function n(t){let e=s.find(".active").index();e<0&&(e=0);let i=1;"prev"==t&&(s.children().eq(e).removeClass("active"),s.children().eq(e-i).addClass("active")),"next"==t&&(s.children().eq(e).removeClass("active"),e==s.children().length-1&&(i=-(s.children().length-1)),s.children().eq(e+i).addClass("active"))}function a(){let t=1,e=s.find(".active").index();e<0&&(e=0),s.children().eq(e).removeClass("active"),e==s.children().length-1&&(t=-(s.children().length-1)),s.children().eq(e+t).addClass("active")}},t.fn.UltpSlider.defaults={type:"horizontal",autoplay:2e3,speed:50,direction:"up",pauseOnFocus:!0,pauseOnHover:!0,controls:{prev:"",next:"",toggle:""}}}(jQuery),function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}((function(t){var e,i=t(window).width(),s=t(window).height(),o=[];t(window).resize((function(){clearTimeout(e),e=setTimeout((function(){t(window).width()===i&&t(window).height()===s||(t(o).each((function(){t(this).flexMenu({undo:!0}).flexMenu(this.options)})),i=t(window).width(),s=t(window).height())}),200)})),t.fn.flexMenu=function(e){var i,s=t.extend({threshold:2,cutoff:2,linkText:"More",linkTitle:"View More",linkTextAll:"Menu",linkTitleAll:"Open/Close Menu",shouldApply:function(){return!0},showOnHover:!0,popupAbsolute:!0,popupClass:"",undo:!1},e);return this.options=s,(i=t.inArray(this,o))>=0?o.splice(i,1):o.push(this),this.each((function(){var e,i,o,l,n,a,r=t(this),d=r.find("> li"),p=d.first(),c=d.last(),u=d.length,f=Math.floor(p.offset().top),h=Math.floor(p.outerHeight(!0)),v=!1;function g(t){return Math.ceil(t.offset().top)>=f+h}if(g(c)&&u>s.threshold&&!s.undo&&r.is(":visible")&&s.shouldApply()){var k=t('<ul class="flexMenu-popup" style="display:none;'+(s.popupAbsolute?" position: absolute;":"")+'"></ul>');for(k.addClass(s.popupClass),a=u;a>1;a--){if(i=g(e=r.find("> li:last-child")),a-1<=s.cutoff){t(r.children().get().reverse()).appendTo(k),v=!0;break}if(!i)break;e.appendTo(k)}v?r.append('<li class="flexMenu-viewMore flexMenu-allInPopup"><a href="#" title="'+s.linkTitleAll+'">'+s.linkTextAll+"</a></li>"):r.append('<li class="flexMenu-viewMore"><a href="#" title="'+s.linkTitle+'">'+s.linkText+"</a></li>"),g(o=r.find("> li.flexMenu-viewMore"))&&r.find("> li:nth-last-child(2)").appendTo(k),k.children().each((function(t,e){k.prepend(e)})),o.append(k),r.find("> li.flexMenu-viewMore > a").click((function(e){var i;i=o,t("li.flexMenu-viewMore.active").not(i).removeClass("active").find("> ul").hide(),k.toggle(),o.toggleClass("active"),e.preventDefault()})),s.showOnHover&&"undefined"!=typeof Modernizr&&!Modernizr.touch&&o.hover((function(){k.show(),t(this).addClass("active")}),(function(){k.hide(),t(this).removeClass("active")}))}else if(s.undo&&r.find("ul.flexMenu-popup")){for(l=(n=r.find("ul.flexMenu-popup")).find("li").length,a=1;a<=l;a++)n.find("> li:first-child").appendTo(r);n.remove(),r.find("> li.flexMenu-viewMore").remove()}}))}})),function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):"undefined"!=typeof exports?module.exports=t(require("jquery")):t(jQuery)}((function(t){"use strict";var e,i=window.Slick||{};e=0,(i=function(i,s){var o,l=this;l.defaults={accessibility:!0,adaptiveHeight:!1,appendArrows:t(i),appendDots:t(i),arrows:!0,asNavFor:null,prevArrow:'<button class="slick-prev" aria-label="Previous" type="button">Previous</button>',nextArrow:'<button class="slick-next" aria-label="Next" type="button">Next</button>',autoplay:!1,autoplaySpeed:3e3,centerMode:!1,centerPadding:"50px",cssEase:"ease",customPaging:function(e,i){return t('<button type="button" />').text(i+1)},dots:!1,dotsClass:"slick-dots",draggable:!0,easing:"linear",edgeFriction:.35,fade:!1,focusOnSelect:!1,focusOnChange:!1,infinite:!0,initialSlide:0,lazyLoad:"ondemand",mobileFirst:!1,pauseOnHover:!0,pauseOnFocus:!0,pauseOnDotsHover:!1,respondTo:"window",responsive:null,rows:1,rtl:!1,slide:"",slidesPerRow:1,slidesToShow:1,slidesToScroll:1,speed:500,swipe:!0,swipeToSlide:!1,touchMove:!0,touchThreshold:5,useCSS:!0,useTransform:!0,variableWidth:!1,vertical:!1,verticalSwiping:!1,waitForAnimate:!0,zIndex:1e3},l.initials={animating:!1,dragging:!1,autoPlayTimer:null,currentDirection:0,currentLeft:null,currentSlide:0,direction:1,$dots:null,listWidth:null,listHeight:null,loadIndex:0,$nextArrow:null,$prevArrow:null,scrolling:!1,slideCount:null,slideWidth:null,$slideTrack:null,$slides:null,sliding:!1,slideOffset:0,swipeLeft:null,swiping:!1,$list:null,touchObject:{},transformsEnabled:!1,unslicked:!1},t.extend(l,l.initials),l.activeBreakpoint=null,l.animType=null,l.animProp=null,l.breakpoints=[],l.breakpointSettings=[],l.cssTransitions=!1,l.focussed=!1,l.interrupted=!1,l.hidden="hidden",l.paused=!0,l.positionProp=null,l.respondTo=null,l.rowCount=1,l.shouldClick=!0,l.$slider=t(i),l.$slidesCache=null,l.transformType=null,l.transitionType=null,l.visibilityChange="visibilitychange",l.windowWidth=0,l.windowTimer=null,o=t(i).data("slick")||{},l.options=t.extend({},l.defaults,s,o),l.currentSlide=l.options.initialSlide,l.originalSettings=l.options,void 0!==document.mozHidden?(l.hidden="mozHidden",l.visibilityChange="mozvisibilitychange"):void 0!==document.webkitHidden&&(l.hidden="webkitHidden",l.visibilityChange="webkitvisibilitychange"),l.autoPlay=t.proxy(l.autoPlay,l),l.autoPlayClear=t.proxy(l.autoPlayClear,l),l.autoPlayIterator=t.proxy(l.autoPlayIterator,l),l.changeSlide=t.proxy(l.changeSlide,l),l.clickHandler=t.proxy(l.clickHandler,l),l.selectHandler=t.proxy(l.selectHandler,l),l.setPosition=t.proxy(l.setPosition,l),l.swipeHandler=t.proxy(l.swipeHandler,l),l.dragHandler=t.proxy(l.dragHandler,l),l.keyHandler=t.proxy(l.keyHandler,l),l.instanceUid=e++,l.htmlExpr=/^(?:\s*(<[\w\W]+>)[^>]*)$/,l.registerBreakpoints(),l.init(!0)}).prototype.activateADA=function(){this.$slideTrack.find(".slick-active").attr({"aria-hidden":"false"}).find("a, input, button, select").attr({tabindex:"0"})},i.prototype.addSlide=i.prototype.slickAdd=function(e,i,s){var o=this;if("boolean"==typeof i)s=i,i=null;else if(i<0||i>=o.slideCount)return!1;o.unload(),"number"==typeof i?0===i&&0===o.$slides.length?t(e).appendTo(o.$slideTrack):s?t(e).insertBefore(o.$slides.eq(i)):t(e).insertAfter(o.$slides.eq(i)):!0===s?t(e).prependTo(o.$slideTrack):t(e).appendTo(o.$slideTrack),o.$slides=o.$slideTrack.children(this.options.slide),o.$slideTrack.children(this.options.slide).detach(),o.$slideTrack.append(o.$slides),o.$slides.each((function(e,i){t(i).attr("data-slick-index",e)})),o.$slidesCache=o.$slides,o.reinit()},i.prototype.animateHeight=function(){var t=this;if(1===t.options.slidesToShow&&!0===t.options.adaptiveHeight&&!1===t.options.vertical){var e=t.$slides.eq(t.currentSlide).outerHeight(!0);t.$list.animate({height:e},t.options.speed)}},i.prototype.animateSlide=function(e,i){var s={},o=this;o.animateHeight(),!0===o.options.rtl&&!1===o.options.vertical&&(e=-e),!1===o.transformsEnabled?!1===o.options.vertical?o.$slideTrack.animate({left:e},o.options.speed,o.options.easing,i):o.$slideTrack.animate({top:e},o.options.speed,o.options.easing,i):!1===o.cssTransitions?(!0===o.options.rtl&&(o.currentLeft=-o.currentLeft),t({animStart:o.currentLeft}).animate({animStart:e},{duration:o.options.speed,easing:o.options.easing,step:function(t){t=Math.ceil(t),!1===o.options.vertical?(s[o.animType]="translate("+t+"px, 0px)",o.$slideTrack.css(s)):(s[o.animType]="translate(0px,"+t+"px)",o.$slideTrack.css(s))},complete:function(){i&&i.call()}})):(o.applyTransition(),e=Math.ceil(e),!1===o.options.vertical?s[o.animType]="translate3d("+e+"px, 0px, 0px)":s[o.animType]="translate3d(0px,"+e+"px, 0px)",o.$slideTrack.css(s),i&&setTimeout((function(){o.disableTransition(),i.call()}),o.options.speed))},i.prototype.getNavTarget=function(){var e=this.options.asNavFor;return e&&null!==e&&(e=t(e).not(this.$slider)),e},i.prototype.asNavFor=function(e){var i=this.getNavTarget();null!==i&&"object"==typeof i&&i.each((function(){var i=t(this).slick("getSlick");i.unslicked||i.slideHandler(e,!0)}))},i.prototype.applyTransition=function(t){var e=this,i={};!1===e.options.fade?i[e.transitionType]=e.transformType+" "+e.options.speed+"ms "+e.options.cssEase:i[e.transitionType]="opacity "+e.options.speed+"ms "+e.options.cssEase,!1===e.options.fade?e.$slideTrack.css(i):e.$slides.eq(t).css(i)},i.prototype.autoPlay=function(){var t=this;t.autoPlayClear(),t.slideCount>t.options.slidesToShow&&(t.autoPlayTimer=setInterval(t.autoPlayIterator,t.options.autoplaySpeed))},i.prototype.autoPlayClear=function(){this.autoPlayTimer&&clearInterval(this.autoPlayTimer)},i.prototype.autoPlayIterator=function(){var t=this,e=t.currentSlide+t.options.slidesToScroll;t.paused||t.interrupted||t.focussed||(!1===t.options.infinite&&(1===t.direction&&t.currentSlide+1===t.slideCount-1?t.direction=0:0===t.direction&&(e=t.currentSlide-t.options.slidesToScroll,t.currentSlide-1==0&&(t.direction=1))),t.slideHandler(e))},i.prototype.buildArrows=function(){var e=this;!0===e.options.arrows&&(e.$prevArrow=t(e.options.prevArrow).addClass("slick-arrow"),e.$nextArrow=t(e.options.nextArrow).addClass("slick-arrow"),e.slideCount>e.options.slidesToShow?(e.$prevArrow.removeClass("slick-hidden").removeAttr("aria-hidden tabindex"),e.$nextArrow.removeClass("slick-hidden").removeAttr("aria-hidden tabindex"),e.htmlExpr.test(e.options.prevArrow)&&e.$prevArrow.prependTo(e.options.appendArrows),e.htmlExpr.test(e.options.nextArrow)&&e.$nextArrow.appendTo(e.options.appendArrows),!0!==e.options.infinite&&e.$prevArrow.addClass("slick-disabled").attr("aria-disabled","true")):e.$prevArrow.add(e.$nextArrow).addClass("slick-hidden").attr({"aria-disabled":"true",tabindex:"-1"}))},i.prototype.buildDots=function(){var e,i,s=this;if(!0===s.options.dots&&s.slideCount>s.options.slidesToShow){for(s.$slider.addClass("slick-dotted"),i=t("<ul />").addClass(s.options.dotsClass),e=0;e<=s.getDotCount();e+=1)i.append(t("<li />").append(s.options.customPaging.call(this,s,e)));s.$dots=i.appendTo(s.options.appendDots),s.$dots.find("li").first().addClass("slick-active")}},i.prototype.buildOut=function(){var e=this;e.$slides=e.$slider.children(e.options.slide+":not(.slick-cloned)").addClass("slick-slide"),e.slideCount=e.$slides.length,e.$slides.each((function(e,i){t(i).attr("data-slick-index",e).data("originalStyling",t(i).attr("style")||"")})),e.$slider.addClass("slick-slider"),e.$slideTrack=0===e.slideCount?t('<div class="slick-track"/>').appendTo(e.$slider):e.$slides.wrapAll('<div class="slick-track"/>').parent(),e.$list=e.$slideTrack.wrap('<div class="slick-list"/>').parent(),e.$slideTrack.css("opacity",0),!0!==e.options.centerMode&&!0!==e.options.swipeToSlide||(e.options.slidesToScroll=1),t("img[data-lazy]",e.$slider).not("[src]").addClass("slick-loading"),e.setupInfinite(),e.buildArrows(),e.buildDots(),e.updateDots(),e.setSlideClasses("number"==typeof e.currentSlide?e.currentSlide:0),!0===e.options.draggable&&e.$list.addClass("draggable")},i.prototype.buildRows=function(){var t,e,i,s,o,l,n,a=this;if(s=document.createDocumentFragment(),l=a.$slider.children(),a.options.rows>0){for(n=a.options.slidesPerRow*a.options.rows,o=Math.ceil(l.length/n),t=0;t<o;t++){var r=document.createElement("div");for(e=0;e<a.options.rows;e++){var d=document.createElement("div");for(i=0;i<a.options.slidesPerRow;i++){var p=t*n+(e*a.options.slidesPerRow+i);l.get(p)&&d.appendChild(l.get(p))}r.appendChild(d)}s.appendChild(r)}a.$slider.empty().append(s),a.$slider.children().children().children().css({width:100/a.options.slidesPerRow+"%",display:"inline-block"})}},i.prototype.checkResponsive=function(e,i){var s,o,l,n=this,a=!1,r=n.$slider.width(),d=window.innerWidth||t(window).width();if("window"===n.respondTo?l=d:"slider"===n.respondTo?l=r:"min"===n.respondTo&&(l=Math.min(d,r)),n.options.responsive&&n.options.responsive.length&&null!==n.options.responsive){for(s in o=null,n.breakpoints)n.breakpoints.hasOwnProperty(s)&&(!1===n.originalSettings.mobileFirst?l<n.breakpoints[s]&&(o=n.breakpoints[s]):l>n.breakpoints[s]&&(o=n.breakpoints[s]));null!==o?null!==n.activeBreakpoint?(o!==n.activeBreakpoint||i)&&(n.activeBreakpoint=o,"unslick"===n.breakpointSettings[o]?n.unslick(o):(n.options=t.extend({},n.originalSettings,n.breakpointSettings[o]),!0===e&&(n.currentSlide=n.options.initialSlide),n.refresh(e)),a=o):(n.activeBreakpoint=o,"unslick"===n.breakpointSettings[o]?n.unslick(o):(n.options=t.extend({},n.originalSettings,n.breakpointSettings[o]),!0===e&&(n.currentSlide=n.options.initialSlide),n.refresh(e)),a=o):null!==n.activeBreakpoint&&(n.activeBreakpoint=null,n.options=n.originalSettings,!0===e&&(n.currentSlide=n.options.initialSlide),n.refresh(e),a=o),e||!1===a||n.$slider.trigger("breakpoint",[n,a])}},i.prototype.changeSlide=function(e,i){var s,o,l=this,n=t(e.currentTarget);switch(n.is("a")&&e.preventDefault(),n.is("li")||(n=n.closest("li")),s=l.slideCount%l.options.slidesToScroll!=0?0:(l.slideCount-l.currentSlide)%l.options.slidesToScroll,e.data.message){case"previous":o=0===s?l.options.slidesToScroll:l.options.slidesToShow-s,l.slideCount>l.options.slidesToShow&&l.slideHandler(l.currentSlide-o,!1,i);break;case"next":o=0===s?l.options.slidesToScroll:s,l.slideCount>l.options.slidesToShow&&l.slideHandler(l.currentSlide+o,!1,i);break;case"index":var a=0===e.data.index?0:e.data.index||n.index()*l.options.slidesToScroll;l.slideHandler(l.checkNavigable(a),!1,i),n.children().trigger("focus");break;default:return}},i.prototype.checkNavigable=function(t){var e,i;if(i=0,t>(e=this.getNavigableIndexes())[e.length-1])t=e[e.length-1];else for(var s in e){if(t<e[s]){t=i;break}i=e[s]}return t},i.prototype.cleanUpEvents=function(){var e=this;e.options.dots&&null!==e.$dots&&(t("li",e.$dots).off("click.slick",e.changeSlide).off("mouseenter.slick",t.proxy(e.interrupt,e,!0)).off("mouseleave.slick",t.proxy(e.interrupt,e,!1)),!0===e.options.accessibility&&e.$dots.off("keydown.slick",e.keyHandler)),e.$slider.off("focus.slick blur.slick"),!0===e.options.arrows&&e.slideCount>e.options.slidesToShow&&(e.$prevArrow&&e.$prevArrow.off("click.slick",e.changeSlide),e.$nextArrow&&e.$nextArrow.off("click.slick",e.changeSlide),!0===e.options.accessibility&&(e.$prevArrow&&e.$prevArrow.off("keydown.slick",e.keyHandler),e.$nextArrow&&e.$nextArrow.off("keydown.slick",e.keyHandler))),e.$list.off("touchstart.slick mousedown.slick",e.swipeHandler),e.$list.off("touchmove.slick mousemove.slick",e.swipeHandler),e.$list.off("touchend.slick mouseup.slick",e.swipeHandler),e.$list.off("touchcancel.slick mouseleave.slick",e.swipeHandler),e.$list.off("click.slick",e.clickHandler),t(document).off(e.visibilityChange,e.visibility),e.cleanUpSlideEvents(),!0===e.options.accessibility&&e.$list.off("keydown.slick",e.keyHandler),!0===e.options.focusOnSelect&&t(e.$slideTrack).children().off("click.slick",e.selectHandler),t(window).off("orientationchange.slick.slick-"+e.instanceUid,e.orientationChange),t(window).off("resize.slick.slick-"+e.instanceUid,e.resize),t("[draggable!=true]",e.$slideTrack).off("dragstart",e.preventDefault),t(window).off("load.slick.slick-"+e.instanceUid,e.setPosition)},i.prototype.cleanUpSlideEvents=function(){var e=this;e.$list.off("mouseenter.slick",t.proxy(e.interrupt,e,!0)),e.$list.off("mouseleave.slick",t.proxy(e.interrupt,e,!1))},i.prototype.cleanUpRows=function(){var t,e=this;e.options.rows>0&&((t=e.$slides.children().children()).removeAttr("style"),e.$slider.empty().append(t))},i.prototype.clickHandler=function(t){!1===this.shouldClick&&(t.stopImmediatePropagation(),t.stopPropagation(),t.preventDefault())},i.prototype.destroy=function(e){var i=this;i.autoPlayClear(),i.touchObject={},i.cleanUpEvents(),t(".slick-cloned",i.$slider).detach(),i.$dots&&i.$dots.remove(),i.$prevArrow&&i.$prevArrow.length&&(i.$prevArrow.removeClass("slick-disabled slick-arrow slick-hidden").removeAttr("aria-hidden aria-disabled tabindex").css("display",""),i.htmlExpr.test(i.options.prevArrow)&&i.$prevArrow.remove()),i.$nextArrow&&i.$nextArrow.length&&(i.$nextArrow.removeClass("slick-disabled slick-arrow slick-hidden").removeAttr("aria-hidden aria-disabled tabindex").css("display",""),i.htmlExpr.test(i.options.nextArrow)&&i.$nextArrow.remove()),i.$slides&&(i.$slides.removeClass("slick-slide slick-active slick-center slick-visible slick-current").removeAttr("aria-hidden").removeAttr("data-slick-index").each((function(){t(this).attr("style",t(this).data("originalStyling"))})),i.$slideTrack.children(this.options.slide).detach(),i.$slideTrack.detach(),i.$list.detach(),i.$slider.append(i.$slides)),i.cleanUpRows(),i.$slider.removeClass("slick-slider"),i.$slider.removeClass("slick-initialized"),i.$slider.removeClass("slick-dotted"),i.unslicked=!0,e||i.$slider.trigger("destroy",[i])},i.prototype.disableTransition=function(t){var e=this,i={};i[e.transitionType]="",!1===e.options.fade?e.$slideTrack.css(i):e.$slides.eq(t).css(i)},i.prototype.fadeSlide=function(t,e){var i=this;!1===i.cssTransitions?(i.$slides.eq(t).css({zIndex:i.options.zIndex}),i.$slides.eq(t).animate({opacity:1},i.options.speed,i.options.easing,e)):(i.applyTransition(t),i.$slides.eq(t).css({opacity:1,zIndex:i.options.zIndex}),e&&setTimeout((function(){i.disableTransition(t),e.call()}),i.options.speed))},i.prototype.fadeSlideOut=function(t){var e=this;!1===e.cssTransitions?e.$slides.eq(t).animate({opacity:0,zIndex:e.options.zIndex-2},e.options.speed,e.options.easing):(e.applyTransition(t),e.$slides.eq(t).css({opacity:0,zIndex:e.options.zIndex-2}))},i.prototype.filterSlides=i.prototype.slickFilter=function(t){var e=this;null!==t&&(e.$slidesCache=e.$slides,e.unload(),e.$slideTrack.children(this.options.slide).detach(),e.$slidesCache.filter(t).appendTo(e.$slideTrack),e.reinit())},i.prototype.focusHandler=function(){var e=this;e.$slider.off("focus.slick blur.slick").on("focus.slick","*",(function(i){var s=t(this);setTimeout((function(){e.options.pauseOnFocus&&s.is(":focus")&&(e.focussed=!0,e.autoPlay())}),0)})).on("blur.slick","*",(function(i){t(this);e.options.pauseOnFocus&&(e.focussed=!1,e.autoPlay())}))},i.prototype.getCurrent=i.prototype.slickCurrentSlide=function(){return this.currentSlide},i.prototype.getDotCount=function(){var t=this,e=0,i=0,s=0;if(!0===t.options.infinite)if(t.slideCount<=t.options.slidesToShow)++s;else for(;e<t.slideCount;)++s,e=i+t.options.slidesToScroll,i+=t.options.slidesToScroll<=t.options.slidesToShow?t.options.slidesToScroll:t.options.slidesToShow;else if(!0===t.options.centerMode)s=t.slideCount;else if(t.options.asNavFor)for(;e<t.slideCount;)++s,e=i+t.options.slidesToScroll,i+=t.options.slidesToScroll<=t.options.slidesToShow?t.options.slidesToScroll:t.options.slidesToShow;else s=1+Math.ceil((t.slideCount-t.options.slidesToShow)/t.options.slidesToScroll);return s-1},i.prototype.getLeft=function(t){var e,i,s,o,l=this,n=0;return l.slideOffset=0,i=l.$slides.first().outerHeight(!0),!0===l.options.infinite?(l.slideCount>l.options.slidesToShow&&(l.slideOffset=l.slideWidth*l.options.slidesToShow*-1,o=-1,!0===l.options.vertical&&!0===l.options.centerMode&&(2===l.options.slidesToShow?o=-1.5:1===l.options.slidesToShow&&(o=-2)),n=i*l.options.slidesToShow*o),l.slideCount%l.options.slidesToScroll!=0&&t+l.options.slidesToScroll>l.slideCount&&l.slideCount>l.options.slidesToShow&&(t>l.slideCount?(l.slideOffset=(l.options.slidesToShow-(t-l.slideCount))*l.slideWidth*-1,n=(l.options.slidesToShow-(t-l.slideCount))*i*-1):(l.slideOffset=l.slideCount%l.options.slidesToScroll*l.slideWidth*-1,n=l.slideCount%l.options.slidesToScroll*i*-1))):t+l.options.slidesToShow>l.slideCount&&(l.slideOffset=(t+l.options.slidesToShow-l.slideCount)*l.slideWidth,n=(t+l.options.slidesToShow-l.slideCount)*i),l.slideCount<=l.options.slidesToShow&&(l.slideOffset=0,n=0),!0===l.options.centerMode&&l.slideCount<=l.options.slidesToShow?l.slideOffset=l.slideWidth*Math.floor(l.options.slidesToShow)/2-l.slideWidth*l.slideCount/2:!0===l.options.centerMode&&!0===l.options.infinite?l.slideOffset+=l.slideWidth*Math.floor(l.options.slidesToShow/2)-l.slideWidth:!0===l.options.centerMode&&(l.slideOffset=0,l.slideOffset+=l.slideWidth*Math.floor(l.options.slidesToShow/2)),e=!1===l.options.vertical?t*l.slideWidth*-1+l.slideOffset:t*i*-1+n,!0===l.options.variableWidth&&(s=l.slideCount<=l.options.slidesToShow||!1===l.options.infinite?l.$slideTrack.children(".slick-slide").eq(t):l.$slideTrack.children(".slick-slide").eq(t+l.options.slidesToShow),e=!0===l.options.rtl?s[0]?-1*(l.$slideTrack.width()-s[0].offsetLeft-s.width()):0:s[0]?-1*s[0].offsetLeft:0,!0===l.options.centerMode&&(s=l.slideCount<=l.options.slidesToShow||!1===l.options.infinite?l.$slideTrack.children(".slick-slide").eq(t):l.$slideTrack.children(".slick-slide").eq(t+l.options.slidesToShow+1),e=!0===l.options.rtl?s[0]?-1*(l.$slideTrack.width()-s[0].offsetLeft-s.width()):0:s[0]?-1*s[0].offsetLeft:0,e+=(l.$list.width()-s.outerWidth())/2)),e},i.prototype.getOption=i.prototype.slickGetOption=function(t){return this.options[t]},i.prototype.getNavigableIndexes=function(){var t,e=this,i=0,s=0,o=[];for(!1===e.options.infinite?t=e.slideCount:(i=-1*e.options.slidesToScroll,s=-1*e.options.slidesToScroll,t=2*e.slideCount);i<t;)o.push(i),i=s+e.options.slidesToScroll,s+=e.options.slidesToScroll<=e.options.slidesToShow?e.options.slidesToScroll:e.options.slidesToShow;return o},i.prototype.getSlick=function(){return this},i.prototype.getSlideCount=function(){var e,i,s,o=this;return s=!0===o.options.centerMode?Math.floor(o.$list.width()/2):0,i=-1*o.swipeLeft+s,!0===o.options.swipeToSlide?(o.$slideTrack.find(".slick-slide").each((function(s,l){var n,a;if(n=t(l).outerWidth(),a=l.offsetLeft,!0!==o.options.centerMode&&(a+=n/2),i<a+n)return e=l,!1})),Math.abs(t(e).attr("data-slick-index")-o.currentSlide)||1):o.options.slidesToScroll},i.prototype.goTo=i.prototype.slickGoTo=function(t,e){this.changeSlide({data:{message:"index",index:parseInt(t)}},e)},i.prototype.init=function(e){var i=this;t(i.$slider).hasClass("slick-initialized")||(t(i.$slider).addClass("slick-initialized"),i.buildRows(),i.buildOut(),i.setProps(),i.startLoad(),i.loadSlider(),i.initializeEvents(),i.updateArrows(),i.updateDots(),i.checkResponsive(!0),i.focusHandler()),e&&i.$slider.trigger("init",[i]),!0===i.options.accessibility&&i.initADA(),i.options.autoplay&&(i.paused=!1,i.autoPlay())},i.prototype.initADA=function(){var e=this,i=Math.ceil(e.slideCount/e.options.slidesToShow),s=e.getNavigableIndexes().filter((function(t){return t>=0&&t<e.slideCount}));e.$slides.add(e.$slideTrack.find(".slick-cloned")).attr({"aria-hidden":"true",tabindex:"-1"}).find("a, input, button, select").attr({tabindex:"-1"}),null!==e.$dots&&(e.$slides.not(e.$slideTrack.find(".slick-cloned")).each((function(i){var o=s.indexOf(i);if(t(this).attr({role:"tabpanel",id:"slick-slide"+e.instanceUid+i,tabindex:-1}),-1!==o){var l="slick-slide-control"+e.instanceUid+o;t("#"+l).length&&t(this).attr({"aria-describedby":l})}})),e.$dots.attr("role","tablist").find("li").each((function(o){var l=s[o];t(this).attr({role:"presentation"}),t(this).find("button").first().attr({role:"tab",id:"slick-slide-control"+e.instanceUid+o,"aria-controls":"slick-slide"+e.instanceUid+l,"aria-label":o+1+" of "+i,"aria-selected":null,tabindex:"-1"})})).eq(e.currentSlide).find("button").attr({"aria-selected":"true",tabindex:"0"}).end());for(var o=e.currentSlide,l=o+e.options.slidesToShow;o<l;o++)e.options.focusOnChange?e.$slides.eq(o).attr({tabindex:"0"}):e.$slides.eq(o).removeAttr("tabindex");e.activateADA()},i.prototype.initArrowEvents=function(){var t=this;!0===t.options.arrows&&t.slideCount>t.options.slidesToShow&&(t.$prevArrow.off("click.slick").on("click.slick",{message:"previous"},t.changeSlide),t.$nextArrow.off("click.slick").on("click.slick",{message:"next"},t.changeSlide),!0===t.options.accessibility&&(t.$prevArrow.on("keydown.slick",t.keyHandler),t.$nextArrow.on("keydown.slick",t.keyHandler)))},i.prototype.initDotEvents=function(){var e=this;!0===e.options.dots&&e.slideCount>e.options.slidesToShow&&(t("li",e.$dots).on("click.slick",{message:"index"},e.changeSlide),!0===e.options.accessibility&&e.$dots.on("keydown.slick",e.keyHandler)),!0===e.options.dots&&!0===e.options.pauseOnDotsHover&&e.slideCount>e.options.slidesToShow&&t("li",e.$dots).on("mouseenter.slick",t.proxy(e.interrupt,e,!0)).on("mouseleave.slick",t.proxy(e.interrupt,e,!1))},i.prototype.initSlideEvents=function(){var e=this;e.options.pauseOnHover&&(e.$list.on("mouseenter.slick",t.proxy(e.interrupt,e,!0)),e.$list.on("mouseleave.slick",t.proxy(e.interrupt,e,!1)))},i.prototype.initializeEvents=function(){var e=this;e.initArrowEvents(),e.initDotEvents(),e.initSlideEvents(),e.$list.on("touchstart.slick mousedown.slick",{action:"start"},e.swipeHandler),e.$list.on("touchmove.slick mousemove.slick",{action:"move"},e.swipeHandler),e.$list.on("touchend.slick mouseup.slick",{action:"end"},e.swipeHandler),e.$list.on("touchcancel.slick mouseleave.slick",{action:"end"},e.swipeHandler),e.$list.on("click.slick",e.clickHandler),t(document).on(e.visibilityChange,t.proxy(e.visibility,e)),!0===e.options.accessibility&&e.$list.on("keydown.slick",e.keyHandler),!0===e.options.focusOnSelect&&t(e.$slideTrack).children().on("click.slick",e.selectHandler),t(window).on("orientationchange.slick.slick-"+e.instanceUid,t.proxy(e.orientationChange,e)),t(window).on("resize.slick.slick-"+e.instanceUid,t.proxy(e.resize,e)),t("[draggable!=true]",e.$slideTrack).on("dragstart",e.preventDefault),t(window).on("load.slick.slick-"+e.instanceUid,e.setPosition),t(e.setPosition)},i.prototype.initUI=function(){var t=this;!0===t.options.arrows&&t.slideCount>t.options.slidesToShow&&(t.$prevArrow.show(),t.$nextArrow.show()),!0===t.options.dots&&t.slideCount>t.options.slidesToShow&&t.$dots.show()},i.prototype.keyHandler=function(t){var e=this;t.target.tagName.match("TEXTAREA|INPUT|SELECT")||(37===t.keyCode&&!0===e.options.accessibility?e.changeSlide({data:{message:!0===e.options.rtl?"next":"previous"}}):39===t.keyCode&&!0===e.options.accessibility&&e.changeSlide({data:{message:!0===e.options.rtl?"previous":"next"}}))},i.prototype.lazyLoad=function(){var e,i,s,o=this;function l(e){t("img[data-lazy]",e).each((function(){var e=t(this),i=t(this).attr("data-lazy"),s=t(this).attr("data-srcset"),l=t(this).attr("data-sizes")||o.$slider.attr("data-sizes"),n=document.createElement("img");n.onload=function(){e.animate({opacity:0},100,(function(){s&&(e.attr("srcset",s),l&&e.attr("sizes",l)),e.attr("src",i).animate({opacity:1},200,(function(){e.removeAttr("data-lazy data-srcset data-sizes").removeClass("slick-loading")})),o.$slider.trigger("lazyLoaded",[o,e,i])}))},n.onerror=function(){e.removeAttr("data-lazy").removeClass("slick-loading").addClass("slick-lazyload-error"),o.$slider.trigger("lazyLoadError",[o,e,i])},n.src=i}))}if(!0===o.options.centerMode?!0===o.options.infinite?s=(i=o.currentSlide+(o.options.slidesToShow/2+1))+o.options.slidesToShow+2:(i=Math.max(0,o.currentSlide-(o.options.slidesToShow/2+1)),s=o.options.slidesToShow/2+1+2+o.currentSlide):(i=o.options.infinite?o.options.slidesToShow+o.currentSlide:o.currentSlide,s=Math.ceil(i+o.options.slidesToShow),!0===o.options.fade&&(i>0&&i--,s<=o.slideCount&&s++)),e=o.$slider.find(".slick-slide").slice(i,s),"anticipated"===o.options.lazyLoad)for(var n=i-1,a=s,r=o.$slider.find(".slick-slide"),d=0;d<o.options.slidesToScroll;d++)n<0&&(n=o.slideCount-1),e=(e=e.add(r.eq(n))).add(r.eq(a)),n--,a++;l(e),o.slideCount<=o.options.slidesToShow?l(o.$slider.find(".slick-slide")):o.currentSlide>=o.slideCount-o.options.slidesToShow?l(o.$slider.find(".slick-cloned").slice(0,o.options.slidesToShow)):0===o.currentSlide&&l(o.$slider.find(".slick-cloned").slice(-1*o.options.slidesToShow))},i.prototype.loadSlider=function(){var t=this;t.setPosition(),t.$slideTrack.css({opacity:1}),t.$slider.removeClass("slick-loading"),t.initUI(),"progressive"===t.options.lazyLoad&&t.progressiveLazyLoad()},i.prototype.next=i.prototype.slickNext=function(){this.changeSlide({data:{message:"next"}})},i.prototype.orientationChange=function(){this.checkResponsive(),this.setPosition()},i.prototype.pause=i.prototype.slickPause=function(){this.autoPlayClear(),this.paused=!0},i.prototype.play=i.prototype.slickPlay=function(){var t=this;t.autoPlay(),t.options.autoplay=!0,t.paused=!1,t.focussed=!1,t.interrupted=!1},i.prototype.postSlide=function(e){var i=this;i.unslicked||(i.$slider.trigger("afterChange",[i,e]),i.animating=!1,i.slideCount>i.options.slidesToShow&&i.setPosition(),i.swipeLeft=null,i.options.autoplay&&i.autoPlay(),!0===i.options.accessibility&&(i.initADA(),i.options.focusOnChange&&t(i.$slides.get(i.currentSlide)).attr("tabindex",0).focus()))},i.prototype.prev=i.prototype.slickPrev=function(){this.changeSlide({data:{message:"previous"}})},i.prototype.preventDefault=function(t){t.preventDefault()},i.prototype.progressiveLazyLoad=function(e){e=e||1;var i,s,o,l,n,a=this,r=t("img[data-lazy]",a.$slider);r.length?(i=r.first(),s=i.attr("data-lazy"),o=i.attr("data-srcset"),l=i.attr("data-sizes")||a.$slider.attr("data-sizes"),(n=document.createElement("img")).onload=function(){o&&(i.attr("srcset",o),l&&i.attr("sizes",l)),i.attr("src",s).removeAttr("data-lazy data-srcset data-sizes").removeClass("slick-loading"),!0===a.options.adaptiveHeight&&a.setPosition(),a.$slider.trigger("lazyLoaded",[a,i,s]),a.progressiveLazyLoad()},n.onerror=function(){e<3?setTimeout((function(){a.progressiveLazyLoad(e+1)}),500):(i.removeAttr("data-lazy").removeClass("slick-loading").addClass("slick-lazyload-error"),a.$slider.trigger("lazyLoadError",[a,i,s]),a.progressiveLazyLoad())},n.src=s):a.$slider.trigger("allImagesLoaded",[a])},i.prototype.refresh=function(e){var i,s,o=this;s=o.slideCount-o.options.slidesToShow,!o.options.infinite&&o.currentSlide>s&&(o.currentSlide=s),o.slideCount<=o.options.slidesToShow&&(o.currentSlide=0),i=o.currentSlide,o.destroy(!0),t.extend(o,o.initials,{currentSlide:i}),o.init(),e||o.changeSlide({data:{message:"index",index:i}},!1)},i.prototype.registerBreakpoints=function(){var e,i,s,o=this,l=o.options.responsive||null;if("array"===t.type(l)&&l.length){for(e in o.respondTo=o.options.respondTo||"window",l)if(s=o.breakpoints.length-1,l.hasOwnProperty(e)){for(i=l[e].breakpoint;s>=0;)o.breakpoints[s]&&o.breakpoints[s]===i&&o.breakpoints.splice(s,1),s--;o.breakpoints.push(i),o.breakpointSettings[i]=l[e].settings}o.breakpoints.sort((function(t,e){return o.options.mobileFirst?t-e:e-t}))}},i.prototype.reinit=function(){var e=this;e.$slides=e.$slideTrack.children(e.options.slide).addClass("slick-slide"),e.slideCount=e.$slides.length,e.currentSlide>=e.slideCount&&0!==e.currentSlide&&(e.currentSlide=e.currentSlide-e.options.slidesToScroll),e.slideCount<=e.options.slidesToShow&&(e.currentSlide=0),e.registerBreakpoints(),e.setProps(),e.setupInfinite(),e.buildArrows(),e.updateArrows(),e.initArrowEvents(),e.buildDots(),e.updateDots(),e.initDotEvents(),e.cleanUpSlideEvents(),e.initSlideEvents(),e.checkResponsive(!1,!0),!0===e.options.focusOnSelect&&t(e.$slideTrack).children().on("click.slick",e.selectHandler),e.setSlideClasses("number"==typeof e.currentSlide?e.currentSlide:0),e.setPosition(),e.focusHandler(),e.paused=!e.options.autoplay,e.autoPlay(),e.$slider.trigger("reInit",[e])},i.prototype.resize=function(){var e=this;t(window).width()!==e.windowWidth&&(clearTimeout(e.windowDelay),e.windowDelay=window.setTimeout((function(){e.windowWidth=t(window).width(),e.checkResponsive(),e.unslicked||e.setPosition()}),50))},i.prototype.removeSlide=i.prototype.slickRemove=function(t,e,i){var s=this;if(t="boolean"==typeof t?!0===(e=t)?0:s.slideCount-1:!0===e?--t:t,s.slideCount<1||t<0||t>s.slideCount-1)return!1;s.unload(),!0===i?s.$slideTrack.children().remove():s.$slideTrack.children(this.options.slide).eq(t).remove(),s.$slides=s.$slideTrack.children(this.options.slide),s.$slideTrack.children(this.options.slide).detach(),s.$slideTrack.append(s.$slides),s.$slidesCache=s.$slides,s.reinit()},i.prototype.setCSS=function(t){var e,i,s=this,o={};!0===s.options.rtl&&(t=-t),e="left"==s.positionProp?Math.ceil(t)+"px":"0px",i="top"==s.positionProp?Math.ceil(t)+"px":"0px",o[s.positionProp]=t,!1===s.transformsEnabled?s.$slideTrack.css(o):(o={},!1===s.cssTransitions?(o[s.animType]="translate("+e+", "+i+")",s.$slideTrack.css(o)):(o[s.animType]="translate3d("+e+", "+i+", 0px)",s.$slideTrack.css(o)))},i.prototype.setDimensions=function(){var t=this;!1===t.options.vertical?!0===t.options.centerMode&&t.$list.css({padding:"0px "+t.options.centerPadding}):(t.$list.height(t.$slides.first().outerHeight(!0)*t.options.slidesToShow),!0===t.options.centerMode&&t.$list.css({padding:t.options.centerPadding+" 0px"})),t.listWidth=t.$list.width(),t.listHeight=t.$list.height(),!1===t.options.vertical&&!1===t.options.variableWidth?(t.slideWidth=Math.ceil(t.listWidth/t.options.slidesToShow),t.$slideTrack.width(Math.ceil(t.slideWidth*t.$slideTrack.children(".slick-slide").length))):!0===t.options.variableWidth?t.$slideTrack.width(5e3*t.slideCount):(t.slideWidth=Math.ceil(t.listWidth),t.$slideTrack.height(Math.ceil(t.$slides.first().outerHeight(!0)*t.$slideTrack.children(".slick-slide").length)));var e=t.$slides.first().outerWidth(!0)-t.$slides.first().width();!1===t.options.variableWidth&&t.$slideTrack.children(".slick-slide").width(t.slideWidth-e)},i.prototype.setFade=function(){var e,i=this;i.$slides.each((function(s,o){e=i.slideWidth*s*-1,!0===i.options.rtl?t(o).css({position:"relative",right:e,top:0,zIndex:i.options.zIndex-2,opacity:0}):t(o).css({position:"relative",left:e,top:0,zIndex:i.options.zIndex-2,opacity:0})})),i.$slides.eq(i.currentSlide).css({zIndex:i.options.zIndex-1,opacity:1})},i.prototype.setHeight=function(){var t=this;if(1===t.options.slidesToShow&&!0===t.options.adaptiveHeight&&!1===t.options.vertical){var e=t.$slides.eq(t.currentSlide).outerHeight(!0);t.$list.css("height",e)}},i.prototype.setOption=i.prototype.slickSetOption=function(){var e,i,s,o,l,n=this,a=!1;if("object"===t.type(arguments[0])?(s=arguments[0],a=arguments[1],l="multiple"):"string"===t.type(arguments[0])&&(s=arguments[0],o=arguments[1],a=arguments[2],"responsive"===arguments[0]&&"array"===t.type(arguments[1])?l="responsive":void 0!==arguments[1]&&(l="single")),"single"===l)n.options[s]=o;else if("multiple"===l)t.each(s,(function(t,e){n.options[t]=e}));else if("responsive"===l)for(i in o)if("array"!==t.type(n.options.responsive))n.options.responsive=[o[i]];else{for(e=n.options.responsive.length-1;e>=0;)n.options.responsive[e].breakpoint===o[i].breakpoint&&n.options.responsive.splice(e,1),e--;n.options.responsive.push(o[i])}a&&(n.unload(),n.reinit())},i.prototype.setPosition=function(){var t=this;t.setDimensions(),t.setHeight(),!1===t.options.fade?t.setCSS(t.getLeft(t.currentSlide)):t.setFade(),t.$slider.trigger("setPosition",[t])},i.prototype.setProps=function(){var t=this,e=document.body.style;t.positionProp=!0===t.options.vertical?"top":"left","top"===t.positionProp?t.$slider.addClass("slick-vertical"):t.$slider.removeClass("slick-vertical"),void 0===e.WebkitTransition&&void 0===e.MozTransition&&void 0===e.msTransition||!0===t.options.useCSS&&(t.cssTransitions=!0),t.options.fade&&("number"==typeof t.options.zIndex?t.options.zIndex<3&&(t.options.zIndex=3):t.options.zIndex=t.defaults.zIndex),void 0!==e.OTransform&&(t.animType="OTransform",t.transformType="-o-transform",t.transitionType="OTransition",void 0===e.perspectiveProperty&&void 0===e.webkitPerspective&&(t.animType=!1)),void 0!==e.MozTransform&&(t.animType="MozTransform",t.transformType="-moz-transform",t.transitionType="MozTransition",void 0===e.perspectiveProperty&&void 0===e.MozPerspective&&(t.animType=!1)),void 0!==e.webkitTransform&&(t.animType="webkitTransform",t.transformType="-webkit-transform",t.transitionType="webkitTransition",void 0===e.perspectiveProperty&&void 0===e.webkitPerspective&&(t.animType=!1)),void 0!==e.msTransform&&(t.animType="msTransform",t.transformType="-ms-transform",t.transitionType="msTransition",void 0===e.msTransform&&(t.animType=!1)),void 0!==e.transform&&!1!==t.animType&&(t.animType="transform",t.transformType="transform",t.transitionType="transition"),t.transformsEnabled=t.options.useTransform&&null!==t.animType&&!1!==t.animType},i.prototype.setSlideClasses=function(t){var e,i,s,o,l=this;if(i=l.$slider.find(".slick-slide").removeClass("slick-active slick-center slick-current").attr("aria-hidden","true"),l.$slides.eq(t).addClass("slick-current"),!0===l.options.centerMode){var n=l.options.slidesToShow%2==0?1:0;e=Math.floor(l.options.slidesToShow/2),!0===l.options.infinite&&(t>=e&&t<=l.slideCount-1-e?l.$slides.slice(t-e+n,t+e+1).addClass("slick-active").attr("aria-hidden","false"):(s=l.options.slidesToShow+t,i.slice(s-e+1+n,s+e+2).addClass("slick-active").attr("aria-hidden","false")),0===t?i.eq(l.options.slidesToShow+l.slideCount+1).addClass("slick-center"):t===l.slideCount-1&&i.eq(l.options.slidesToShow).addClass("slick-center")),l.$slides.eq(t).addClass("slick-center")}else t>=0&&t<=l.slideCount-l.options.slidesToShow?l.$slides.slice(t,t+l.options.slidesToShow).addClass("slick-active").attr("aria-hidden","false"):i.length<=l.options.slidesToShow?i.addClass("slick-active").attr("aria-hidden","false"):(o=l.slideCount%l.options.slidesToShow,s=!0===l.options.infinite?l.options.slidesToShow+t:t,l.options.slidesToShow==l.options.slidesToScroll&&l.slideCount-t<l.options.slidesToShow?i.slice(s-(l.options.slidesToShow-o),s+o).addClass("slick-active").attr("aria-hidden","false"):i.slice(s,s+l.options.slidesToShow).addClass("slick-active").attr("aria-hidden","false"));"ondemand"!==l.options.lazyLoad&&"anticipated"!==l.options.lazyLoad||l.lazyLoad()},i.prototype.setupInfinite=function(){var e,i,s,o=this;if(!0===o.options.fade&&(o.options.centerMode=!1),!0===o.options.infinite&&!1===o.options.fade&&(i=null,o.slideCount>o.options.slidesToShow)){for(s=!0===o.options.centerMode?o.options.slidesToShow+1:o.options.slidesToShow,e=o.slideCount;e>o.slideCount-s;e-=1)i=e-1,t(o.$slides[i]).clone(!0).attr("id","").attr("data-slick-index",i-o.slideCount).prependTo(o.$slideTrack).addClass("slick-cloned");for(e=0;e<s+o.slideCount;e+=1)i=e,t(o.$slides[i]).clone(!0).attr("id","").attr("data-slick-index",i+o.slideCount).appendTo(o.$slideTrack).addClass("slick-cloned");o.$slideTrack.find(".slick-cloned").find("[id]").each((function(){t(this).attr("id","")}))}},i.prototype.interrupt=function(t){t||this.autoPlay(),this.interrupted=t},i.prototype.selectHandler=function(e){var i=this,s=t(e.target).is(".slick-slide")?t(e.target):t(e.target).parents(".slick-slide"),o=parseInt(s.attr("data-slick-index"));o||(o=0),i.slideCount<=i.options.slidesToShow?i.slideHandler(o,!1,!0):i.slideHandler(o)},i.prototype.slideHandler=function(t,e,i){var s,o,l,n,a,r,d=this;if(e=e||!1,!(!0===d.animating&&!0===d.options.waitForAnimate||!0===d.options.fade&&d.currentSlide===t))if(!1===e&&d.asNavFor(t),s=t,a=d.getLeft(s),n=d.getLeft(d.currentSlide),d.currentLeft=null===d.swipeLeft?n:d.swipeLeft,!1===d.options.infinite&&!1===d.options.centerMode&&(t<0||t>d.getDotCount()*d.options.slidesToScroll))!1===d.options.fade&&(s=d.currentSlide,!0!==i&&d.slideCount>d.options.slidesToShow?d.animateSlide(n,(function(){d.postSlide(s)})):d.postSlide(s));else if(!1===d.options.infinite&&!0===d.options.centerMode&&(t<0||t>d.slideCount-d.options.slidesToScroll))!1===d.options.fade&&(s=d.currentSlide,!0!==i&&d.slideCount>d.options.slidesToShow?d.animateSlide(n,(function(){d.postSlide(s)})):d.postSlide(s));else{if(d.options.autoplay&&clearInterval(d.autoPlayTimer),o=s<0?d.slideCount%d.options.slidesToScroll!=0?d.slideCount-d.slideCount%d.options.slidesToScroll:d.slideCount+s:s>=d.slideCount?d.slideCount%d.options.slidesToScroll!=0?0:s-d.slideCount:s,d.animating=!0,d.$slider.trigger("beforeChange",[d,d.currentSlide,o]),l=d.currentSlide,d.currentSlide=o,d.setSlideClasses(d.currentSlide),d.options.asNavFor&&(r=(r=d.getNavTarget()).slick("getSlick")).slideCount<=r.options.slidesToShow&&r.setSlideClasses(d.currentSlide),d.updateDots(),d.updateArrows(),!0===d.options.fade)return!0!==i?(d.fadeSlideOut(l),d.fadeSlide(o,(function(){d.postSlide(o)}))):d.postSlide(o),void d.animateHeight();!0!==i&&d.slideCount>d.options.slidesToShow?d.animateSlide(a,(function(){d.postSlide(o)})):d.postSlide(o)}},i.prototype.startLoad=function(){var t=this;!0===t.options.arrows&&t.slideCount>t.options.slidesToShow&&(t.$prevArrow.hide(),t.$nextArrow.hide()),!0===t.options.dots&&t.slideCount>t.options.slidesToShow&&t.$dots.hide(),t.$slider.addClass("slick-loading")},i.prototype.swipeDirection=function(){var t,e,i,s,o=this;return t=o.touchObject.startX-o.touchObject.curX,e=o.touchObject.startY-o.touchObject.curY,i=Math.atan2(e,t),(s=Math.round(180*i/Math.PI))<0&&(s=360-Math.abs(s)),s<=45&&s>=0||s<=360&&s>=315?!1===o.options.rtl?"left":"right":s>=135&&s<=225?!1===o.options.rtl?"right":"left":!0===o.options.verticalSwiping?s>=35&&s<=135?"down":"up":"vertical"},i.prototype.swipeEnd=function(t){var e,i,s=this;if(s.dragging=!1,s.swiping=!1,s.scrolling)return s.scrolling=!1,!1;if(s.interrupted=!1,s.shouldClick=!(s.touchObject.swipeLength>10),void 0===s.touchObject.curX)return!1;if(!0===s.touchObject.edgeHit&&s.$slider.trigger("edge",[s,s.swipeDirection()]),s.touchObject.swipeLength>=s.touchObject.minSwipe){switch(i=s.swipeDirection()){case"left":case"down":e=s.options.swipeToSlide?s.checkNavigable(s.currentSlide+s.getSlideCount()):s.currentSlide+s.getSlideCount(),s.currentDirection=0;break;case"right":case"up":e=s.options.swipeToSlide?s.checkNavigable(s.currentSlide-s.getSlideCount()):s.currentSlide-s.getSlideCount(),s.currentDirection=1}"vertical"!=i&&(s.slideHandler(e),s.touchObject={},s.$slider.trigger("swipe",[s,i]))}else s.touchObject.startX!==s.touchObject.curX&&(s.slideHandler(s.currentSlide),s.touchObject={})},i.prototype.swipeHandler=function(t){var e=this;if(!(!1===e.options.swipe||"ontouchend"in document&&!1===e.options.swipe||!1===e.options.draggable&&-1!==t.type.indexOf("mouse")))switch(e.touchObject.fingerCount=t.originalEvent&&void 0!==t.originalEvent.touches?t.originalEvent.touches.length:1,e.touchObject.minSwipe=e.listWidth/e.options.touchThreshold,!0===e.options.verticalSwiping&&(e.touchObject.minSwipe=e.listHeight/e.options.touchThreshold),t.data.action){case"start":e.swipeStart(t);break;case"move":e.swipeMove(t);break;case"end":e.swipeEnd(t)}},i.prototype.swipeMove=function(t){var e,i,s,o,l,n,a=this;return l=void 0!==t.originalEvent?t.originalEvent.touches:null,!(!a.dragging||a.scrolling||l&&1!==l.length)&&(e=a.getLeft(a.currentSlide),a.touchObject.curX=void 0!==l?l[0].pageX:t.clientX,a.touchObject.curY=void 0!==l?l[0].pageY:t.clientY,a.touchObject.swipeLength=Math.round(Math.sqrt(Math.pow(a.touchObject.curX-a.touchObject.startX,2))),n=Math.round(Math.sqrt(Math.pow(a.touchObject.curY-a.touchObject.startY,2))),!a.options.verticalSwiping&&!a.swiping&&n>4?(a.scrolling=!0,!1):(!0===a.options.verticalSwiping&&(a.touchObject.swipeLength=n),i=a.swipeDirection(),void 0!==t.originalEvent&&a.touchObject.swipeLength>4&&(a.swiping=!0,t.preventDefault()),o=(!1===a.options.rtl?1:-1)*(a.touchObject.curX>a.touchObject.startX?1:-1),!0===a.options.verticalSwiping&&(o=a.touchObject.curY>a.touchObject.startY?1:-1),s=a.touchObject.swipeLength,a.touchObject.edgeHit=!1,!1===a.options.infinite&&(0===a.currentSlide&&"right"===i||a.currentSlide>=a.getDotCount()&&"left"===i)&&(s=a.touchObject.swipeLength*a.options.edgeFriction,a.touchObject.edgeHit=!0),!1===a.options.vertical?a.swipeLeft=e+s*o:a.swipeLeft=e+s*(a.$list.height()/a.listWidth)*o,!0===a.options.verticalSwiping&&(a.swipeLeft=e+s*o),!0!==a.options.fade&&!1!==a.options.touchMove&&(!0===a.animating?(a.swipeLeft=null,!1):void a.setCSS(a.swipeLeft))))},i.prototype.swipeStart=function(t){var e,i=this;if(i.interrupted=!0,1!==i.touchObject.fingerCount||i.slideCount<=i.options.slidesToShow)return i.touchObject={},!1;void 0!==t.originalEvent&&void 0!==t.originalEvent.touches&&(e=t.originalEvent.touches[0]),i.touchObject.startX=i.touchObject.curX=void 0!==e?e.pageX:t.clientX,i.touchObject.startY=i.touchObject.curY=void 0!==e?e.pageY:t.clientY,i.dragging=!0},i.prototype.unfilterSlides=i.prototype.slickUnfilter=function(){var t=this;null!==t.$slidesCache&&(t.unload(),t.$slideTrack.children(this.options.slide).detach(),t.$slidesCache.appendTo(t.$slideTrack),t.reinit())},i.prototype.unload=function(){var e=this;t(".slick-cloned",e.$slider).remove(),e.$dots&&e.$dots.remove(),e.$prevArrow&&e.htmlExpr.test(e.options.prevArrow)&&e.$prevArrow.remove(),e.$nextArrow&&e.htmlExpr.test(e.options.nextArrow)&&e.$nextArrow.remove(),e.$slides.removeClass("slick-slide slick-active slick-visible slick-current").attr("aria-hidden","true").css("width","")},i.prototype.unslick=function(t){var e=this;e.$slider.trigger("unslick",[e,t]),e.destroy()},i.prototype.updateArrows=function(){var t=this;Math.floor(t.options.slidesToShow/2),!0===t.options.arrows&&t.slideCount>t.options.slidesToShow&&!t.options.infinite&&(t.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false"),t.$nextArrow.removeClass("slick-disabled").attr("aria-disabled","false"),0===t.currentSlide?(t.$prevArrow.addClass("slick-disabled").attr("aria-disabled","true"),t.$nextArrow.removeClass("slick-disabled").attr("aria-disabled","false")):(t.currentSlide>=t.slideCount-t.options.slidesToShow&&!1===t.options.centerMode||t.currentSlide>=t.slideCount-1&&!0===t.options.centerMode)&&(t.$nextArrow.addClass("slick-disabled").attr("aria-disabled","true"),t.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false")))},i.prototype.updateDots=function(){var t=this;null!==t.$dots&&(t.$dots.find("li").removeClass("slick-active").end(),t.$dots.find("li").eq(Math.floor(t.currentSlide/t.options.slidesToScroll)).addClass("slick-active"))},i.prototype.visibility=function(){var t=this;t.options.autoplay&&(document[t.hidden]?t.interrupted=!0:t.interrupted=!1)},t.fn.slick=function(){var t,e,s=this,o=arguments[0],l=Array.prototype.slice.call(arguments,1),n=s.length;for(t=0;t<n;t++)if("object"==typeof o||void 0===o?s[t].slick=new i(s[t],o):e=s[t].slick[o].apply(s[t].slick,l),void 0!==e)return e;return s}})),function(t){"use strict";function e(){t(document).scrollTop()>1e3?(t(".ultp-toc-backtotop").addClass("tocshow"),t(".wp-block-ultimate-post-table-of-content").addClass("ultp-toc-scroll")):(t(".ultp-toc-backtotop").removeClass("tocshow"),t(".wp-block-ultimate-post-table-of-content").removeClass("ultp-toc-scroll"))}function i(t,e,i){e==i?t.find(".ultp-next-page-numbers").hide():t.find(".ultp-next-page-numbers").show(),e>1?t.find(".ultp-prev-page-numbers").show():t.find(".ultp-prev-page-numbers").hide(),e>3?t.find(".ultp-first-dot").show():t.find(".ultp-first-dot").hide(),e>2?t.find(".ultp-first-pages").show():t.find(".ultp-first-pages").hide(),i>e+2?t.find(".ultp-last-dot").show():t.find(".ultp-last-dot").hide(),i>e+1?t.find(".ultp-last-pages").show():t.find(".ultp-last-pages").hide()}function s(e,i,s){let o=i<=2?[1,2,3]:s==i?[s-2,s-1,s]:[i-1,i,i+1],l=0;e.find(".ultp-center-item").each((function(){i==o[l]&&t(this).addClass("pagination-active"),t(this).find("a").blur(),t(this).attr("data-current",o[l]).find("a").text(o[l]),l++})),e.find(".ultp-prev-page-numbers a").blur(),e.find(".ultp-next-page-numbers a").blur()}function o(t,e){null!=e&&sessionStorage.setItem(t,e)}function l(){t(".wp-block-ultimate-post-post-slider-1, .wp-block-ultimate-post-post-slider-2").each((function(){const e="#"+t(this).attr("id");let i=t(e).find(".ultp-block-items-wrap");t(this).parent(".ultp-shortcode")&&(i=t(this).find(".ultp-block-items-wrap"));let s={arrows:!0,dots:!!i.data("dots"),infinite:!0,speed:500,slidesToShow:i.data("slidelg")||1,slidesToScroll:1,autoplay:!!i.data("autoplay"),autoplaySpeed:i.data("slidespeed")||3e3,cssEase:"linear",prevArrow:i.parent().find(".ultp-slick-prev").html(),nextArrow:i.parent().find(".ultp-slick-next").html()},o="slide2"==i.data("layout")||"slide3"==i.data("layout")||"slide5"==i.data("layout")||"slide6"==i.data("layout")||"slide8"==i.data("layout");i.data("layout")?i.data("fade")&&o?s.fade=!!i.data("fade"):!i.data("fade")&&o?(s.slidesToShow=i.data("slidelg")||1,s.responsive=[{breakpoint:991,settings:{slidesToShow:i.data("slidesm")||1,slidesToScroll:1}},{breakpoint:767,settings:{slidesToShow:i.data("slidexs")||1,slidesToScroll:1}}]):(s.slidesToShow=i.data("slidelg")||1,s.centerMode=!0,s.centerPadding=`${i.data("paddlg")}px`||100,s.responsive=[{breakpoint:991,settings:{slidesToShow:i.data("slidesm")||1,slidesToScroll:1,centerPadding:`${i.data("paddsm")}px`||50}},{breakpoint:767,settings:{slidesToShow:i.data("slidexs")||1,slidesToScroll:1,centerPadding:`${i.data("paddxs")}px`||50}}]):i.data("slidelg")<2?s.fade=!!i.data("fade"):s.responsive=[{breakpoint:1024,settings:{slidesToShow:i.data("slidesm")||1,slidesToScroll:1}},{breakpoint:600,settings:{slidesToShow:i.data("slidexs")||1,slidesToScroll:1}}],i.not(".slick-initialized").slick(s)}))}function n(){t(".ultp-video-modal .ultp-video-modal__content .ultp-video-wrapper > iframe").each((function(){const e=t(this),i=e.attr("src");i&&i.includes("dailymotion.com/player")&&"&"==i[i.length-1]&&e.attr("src",i.slice(0,i.length-1)+"?autoplay=0")}))}function a(){if(t(".ultp-video-modal.modal_active").length>0){let e=t(".ultp-video-modal.modal_active").find("iframe");if(e.length){const t=e.attr("src");if(t){let i="";i=t.includes("dailymotion.com/player")?t.replaceAll("&?autoplay=1","?autoplay=0"):t.replaceAll("&autoplay=1",""),i&&e.attr("src",i)}}else t(".ultp-video-modal.modal_active").find("video").trigger("pause");t(".ultp-video-modal").removeClass("modal_active")}}t(".ultp-post-share-item a").each((function(){t(this).click((function(){let e,i,s=t(this).attr("url");e=window.screen.width/2-410,i=window.screen.height/2-300;let o="height=500,width=800,resizable=yes,left="+e+",top="+i+",screenX="+e+",screenY="+i;window.open(s,"sharer",o);let l=t(this).parents(".ultp-post-share-item-inner-block").attr("postId"),n=t(this).parents(".ultp-post-share-item-inner-block").attr("count");return t.ajax({url:ultp_data_frontend.ajax,type:"POST",data:{action:"ultp_share_count",shareCount:n,postId:l,wpnonce:ultp_data_frontend.security},error:function(t){console.log("Error occured.please try again"+t.statusText+t.responseText)}}),!1}))})),t(window).scroll((function(){t(window).scrollTop()+window.innerHeight>=t("footer")?.offset()?.top?t(".wp-block-ultimate-post-post_share .ultp-block-wrapper .ultp-disable-sticky-footer").addClass("remove-sticky"):t(".wp-block-ultimate-post-post_share .ultp-block-wrapper .ultp-disable-sticky-footer").removeClass("remove-sticky")})),t(".ultp-news-ticker").each((function(){t(this).UltpSlider({type:t(this).data("type"),direction:t(this).data("direction"),speed:t(this).data("speed"),pauseOnHover:1==t(this).data("hover"),controls:{prev:t(this).closest(".ultp-newsTicker-wrap").find(".ultp-news-ticker-prev"),next:t(this).closest(".ultp-newsTicker-wrap").find(".ultp-news-ticker-next"),toggle:t(this).closest(".ultp-newsTicker-wrap").find(".ultp-news-ticker-pause")}})})),t(".ultp-toc-backtotop").click((function(e){e.preventDefault(),t("html, body").animate({scrollTop:0},"slow")})),t(window).scroll((function(){e()})),e(),t(".ultp-collapsible-open").click((function(e){t(this).closest(".ultp-collapsible-toggle").removeClass("ultp-toggle-collapsed"),t(this).parents(".ultp-block-toc").find(".ultp-block-toc-body").show()})),t(".ultp-collapsible-hide").click((function(e){t(this).closest(".ultp-collapsible-toggle").addClass("ultp-toggle-collapsed"),t(this).parents(".ultp-block-toc").find(".ultp-block-toc-body").hide()})),t(".ultp-toc-lists li a").click((function(){t([document.documentElement,document.body]).animate({scrollTop:t(t(this).attr("href")).offset().top-50},500)})),t(document).ready((function(){if(t(".ultp-flex-menu").length>0){const e=t("ul.ultp-flex-menu").data("name");t("ul.ultp-flex-menu").flexMenu({linkText:e,linkTextAll:e,linkTitle:e})}})),t(document).on("click",(function(e){0===t(e.target).closest(".flexMenu-viewMore").length&&(t(".flexMenu-viewMore").removeClass("active"),t(".flexMenu-viewMore").children("ul.flexMenu-popup").css("display","none"))})),t(document).on("click",".ultp-filter-navigation .flexMenu-popup .filter-item",(function(e){t(".flexMenu-viewMore").removeClass("active"),t(".flexMenu-viewMore").children("ul.flexMenu-popup").css("display","none")})),t(".ultp-post-grid-parent").each((function(){const e=t(this).find(".ultp-post-grid-block"),i=t(this).find(".ultp-pagination-block"),s=e.find(".pagination-block-html > div");i.length<1||s.length<1||(i.attr("class").split(" ").forEach((t=>{s.addClass(t)})),i.html(s))})),t(document).off("click",".ultp-pagination-ajax-action li, .ultp-loadmore-action, .ultp-prev-action, .ultp-next-action",(function(t){})),t(document).on("click",".ultp-prev-action, .ultp-next-action",(function(e){e.preventDefault();let i=t(this).closest(".ultp-next-prev-wrap"),s=i.closest(".ultp-block-wrapper").find(".ultp-block-items-wrap"),l=parseInt(i.data("pagenum")),a=parseInt(i.data("pages")),r=i.closest(".ultp-block-wrapper");const d=i.parents(".ultp-post-grid-parent");if(s.length<1){const e=i.data("for");e&&(s=t("."+e+" .ultp-block-items-wrap"))}if(i.is(".ultp-disable-editor-click"))return;if(t(this).hasClass("ultp-prev-action")){if(t(this).hasClass("ultp-disable"))return;l--,i.data("pagenum",l),i.find(".ultp-prev-action, .ultp-next-action").removeClass("ultp-disable"),1==l&&t(this).addClass("ultp-disable")}if(t(this).hasClass("ultp-next-action")){if(t(this).hasClass("ultp-disable"))return;l++,i.data("pagenum",l),i.find(".ultp-prev-action, .ultp-next-action").removeClass("ultp-disable"),l==a&&t(this).addClass("ultp-disable")}let p=0!=i.parents(".ultp-shortcode").length&&"no"==i.data("selfpostid")?i.parents(".ultp-shortcode").data("postid"):i.data("postid");t(this).closest(".ultp-builder-content").length>0&&(p=t(this).closest(".ultp-builder-content").data("postid"));let c="",u=t(this).parents(".widget_block:first");if(u.length>0){let t=u.attr("id").split("-");c=t[t.length-1]}const f=sessionStorage.getItem("ultp_uniqueIds"),h=JSON.stringify(s.find(".ultp-current-unique-posts").data("current-unique-posts")),v=i.data("filter-value")||"",g={};Array.isArray(v)&&v.length>0&&(g.filterShow=!0,g.checkFilter=!0,g.isAdv=!0,g.author=i.data("filter-author")||"",g.order=i.data("filter-order")||"",g.orderby=i.data("filter-orderby")||"",g.adv_sort=i.data("filter-adv-sort")||""),t.ajax({url:ultp_data_frontend.ajax,type:"POST",data:{action:"ultp_next_prev",paged:l,blockId:i.data("blockid"),postId:p,exclude:i.data("expost"),blockName:i.data("blockname"),builder:i.data("builder"),filterValue:v,filterType:i.data("filter-type")||"",widgetBlockId:c,ultpUniqueIds:f||[],ultpCurrentUniquePosts:h||[],...g,wpnonce:ultp_data_frontend.security},beforeSend:function(){r.length<1&&d.length>0?d.find(".ultp-block-wrapper").addClass("ultp-loading-active"):r.addClass("ultp-loading-active")},success:function(t){t&&(s.html(t),o("ultp_uniqueIds",JSON.stringify(s.find(".ultp-current-unique-posts").data("ultp-unique-ids"))))},complete:function(){r.length<1&&d.length>0?d.find(".ultp-block-wrapper").removeClass("ultp-loading-active"):r.removeClass("ultp-loading-active"),n()},error:function(t){console.log("Error occured.please try again"+t.statusText+t.responseText),i.closest(".ultp-block-wrapper").removeClass("ultp-loading-active")}})})),t(document).on("click",".ultp-loadmore-action",(function(e){if(t(this).is(".ultp-disable-editor-click"))return;e.preventDefault();let i=t(this),s=i.closest(".ultp-block-wrapper"),l=!1;if(s.length<1){const e=i.data("for");e&&(s=t("."+e+" .ultp-block-wrapper"),l=s.length>0)}let n=parseInt(i.data("pagenum")),a=parseInt(i.data("pages"));if(i.hasClass("ultp-disable"))return;n++,i.data("pagenum",n),n==a?t(this).addClass("ultp-disable"):t(this).removeClass("ultp-disable");let r=0!=i.parents(".ultp-shortcode").length&&"no"==i.data("selfpostid")?i.parents(".ultp-shortcode").data("postid"):i.data("postid");i.closest(".ultp-builder-content").length>0&&(r=i.closest(".ultp-builder-content").data("postid"));let d="",p=t(this).parents(".widget_block:first");if(p.length>0){let t=p.attr("id").split("-");d=t[t.length-1]}const c=sessionStorage.getItem("ultp_uniqueIds"),u=JSON.stringify(s.find(".ultp-current-unique-posts").data("current-unique-posts")),f=i.data("filter-value")||"",h={};Array.isArray(f)&&f.length>0&&(h.filterShow=!0,h.checkFilter=!0,h.isAdv=!0,h.author=i.data("filter-author")||"",h.order=i.data("filter-order")||"",h.orderby=i.data("filter-orderby")||"",h.adv_sort=i.data("filter-adv-sort")||""),t.ajax({url:ultp_data_frontend.ajax,type:"POST",data:{action:"ultp_next_prev",paged:n,blockId:i.data("blockid"),postId:r,blockName:i.data("blockname"),builder:i.data("builder"),exclude:i.data("expost"),filterValue:f,filterType:i.data("filter-type")||"",widgetBlockId:d,ultpUniqueIds:c||[],ultpCurrentUniquePosts:u||[],...h,wpnonce:ultp_data_frontend.security},beforeSend:function(){s.addClass("ultp-loading-active"),l&&i.find(".ultp-spin").css("display","flex")},success:function(e){e&&(s.find(".ultp-block-row").css("max-height","unset"),s.find(".ultp-current-unique-posts").remove(),i.data("blockname").includes("post-module")&&t('<div style="clear:left;width:100%;padding-block:15px;"></div>').insertBefore(s.find(".ultp-loadmore-insert-before")),t(e).insertBefore(s.find(".ultp-loadmore-insert-before")),o("ultp_uniqueIds",JSON.stringify(s.find(".ultp-current-unique-posts").data("ultp-unique-ids"))))},complete:function(){s.removeClass("ultp-loading-active"),l&&i.find(".ultp-spin").css("display","none")},error:function(t){console.log("Error occured.please try again"+t.statusText+t.responseText),s.removeClass("ultp-loading-active"),l&&i.find(".ultp-spin").css("display","none")}})})),t(document).on("click",".ultp-filter-wrap li a",(function(e){if(e.preventDefault(),t(this).closest("li").hasClass("filter-item")){let e=t(this),i=e.closest(".ultp-filter-wrap"),s=e.closest(".ultp-block-wrapper");const l=e.parents(".ultp-post-grid-parent");if(i.find("a").removeClass("filter-active"),e.addClass("filter-active"),i.is(".ultp-disable-editor-click"))return;let a=0!=i.parents(".ultp-shortcode").length&&"no"==i.data("selfpostid")?i.parents(".ultp-shortcode").data("postid"):i.data("postid");e.closest(".ultp-builder-content").length>0&&(a=e.closest(".ultp-builder-content").data("postid"));let r="",d=t(this).parents(".widget_block:first");if(d.length>0){let t=d.attr("id").split("-");r=t[t.length-1]}const p=sessionStorage.getItem("ultp_uniqueIds"),c=JSON.stringify(s.find(".ultp-current-unique-posts").data("current-unique-posts"));i.data("blockid")&&t.ajax({url:ultp_data_frontend.ajax,type:"POST",data:{action:"ultp_filter",taxtype:i.data("taxtype"),taxonomy:e.data("taxonomy"),blockId:i.data("blockid"),postId:a,blockName:i.data("blockname"),widgetBlockId:r,ultpUniqueIds:p||[],ultpCurrentUniquePosts:c||[],wpnonce:ultp_data_frontend.security},beforeSend:function(){s.addClass("ultp-loading-active")},success:function(e){s.find(".ultp-block-items-wrap").html(e?.data?.filteredData?.blocks),"loadMore"==e?.data?.filteredData?.paginationType&&e?.data?.filteredData?.paginationShow?(s.find(".ultp-block-items-wrap").append('<span class="ultp-loadmore-insert-before"></span>'),s.find(".ultp-loadmore").replaceWith(e?.data?.filteredData?.pagination)):"navigation"==e?.data?.filteredData?.paginationType?s.find(".ultp-next-prev-wrap").replaceWith(e?.data?.filteredData?.pagination):"pagination"==e?.data?.filteredData?.paginationType&&s.find(".ultp-pagination-wrap").replaceWith(e?.data?.filteredData?.pagination),e?.data?.filteredData?.pagination&&l.length>0&&l.data("pagi")?.map((i=>{let o=[];if("loadMore"===e?.data?.filteredData?.paginationType?(o=t(".ultp-loadmore."+i),o.length>0&&s.find(".ultp-block-items-wrap").append('<span class="ultp-loadmore-insert-before"></span>')):o=t("."+i+"[data-for]"),o.length>0){const i=t(e.data.filteredData.pagination);o.attr("class").split(" ").forEach((t=>i.addClass(t))),o.replaceWith(i)}}))},complete:function(){s.removeClass("ultp-loading-active"),o("ultp_uniqueIds",JSON.stringify(s.find(".ultp-current-unique-posts").data("ultp-unique-ids"))),n()},error:function(t){console.log("Error occured.please try again"+t.statusText+t.responseText),s.removeClass("ultp-loading-active")}})}})),t(".ultp-current-unique-posts").length>0&&t(".ultp-current-unique-posts").each((function(){o("ultp_uniqueIds",JSON.stringify(t(this).data("ultp-unique-ids")))})),t(document).on("click",".ultp-pagination-ajax-action li",(function(e){e.preventDefault();let l=t(this),a=l.closest(".ultp-pagination-ajax-action"),r=l.closest(".ultp-block-wrapper");if(r.length<1){const e=a.data("for");e&&(r=t("."+e+" .ultp-block-wrapper"))}if(a.is(".ultp-disable-editor-click"))return;let d=1,p=a.attr("data-pages");l.attr("data-current")?(d=Number(l.attr("data-current")),a.attr("data-paged",d).find("li").removeClass("pagination-active"),s(a,d,p),i(a,d,p)):l.hasClass("ultp-prev-page-numbers")?(d=Number(a.attr("data-paged"))-1,a.attr("data-paged",d).find("li").removeClass("pagination-active"),s(a,d,p),i(a,d,p)):l.hasClass("ultp-next-page-numbers")&&(d=Number(a.attr("data-paged"))+1,a.attr("data-paged",d).find("li").removeClass("pagination-active"),s(a,d,p),i(a,d,p));let c=0!=a.parents(".ultp-shortcode").length&&"no"==a.data("selfpostid")?a.parents(".ultp-shortcode").data("postid"):a.data("postid");l.closest(".ultp-builder-content").length>0&&(c=l.closest(".ultp-builder-content").data("postid"));let u="",f=t(this).parents(".widget_block:first");if(f.length>0){let t=f.attr("id").split("-");u=t[t.length-1]}const h=sessionStorage.getItem("ultp_uniqueIds"),v=JSON.stringify(r.find(".ultp-current-unique-posts").data("current-unique-posts")),g=a.data("filter-value")||"",k={};Array.isArray(g)&&g.length>0&&(k.filterShow=!0,k.checkFilter=!0,k.isAdv=!0,k.author=a.data("filter-author")||"",k.order=a.data("filter-order")||"",k.orderby=a.data("filter-orderby")||"",k.adv_sort=a.data("filter-adv-sort")||""),d&&t.ajax({url:ultp_data_frontend.ajax,type:"POST",data:{exclude:a.data("expost"),action:"ultp_pagination",paged:d,blockId:a.data("blockid"),postId:c,blockName:a.data("blockname"),builder:a.data("builder"),widgetBlockId:u,ultpUniqueIds:h||[],ultpCurrentUniquePosts:v||[],filterType:a.data("filter-type")||"",filterValue:g,...k,wpnonce:ultp_data_frontend.security},beforeSend:function(){r.addClass("ultp-loading-active")},success:function(e){r.find(".ultp-block-items-wrap").html(e),o("ultp_uniqueIds",JSON.stringify(r.find(".ultp-current-unique-posts").data("ultp-unique-ids"))),t(window).scrollTop()>r.offset().top&&t([document.documentElement,document.body]).animate({scrollTop:r.offset().top-80},100)},complete:function(){r.removeClass("ultp-loading-active"),n()},error:function(t){console.log("Error occured.please try again"+t.statusText+t.responseText),r.removeClass("ultp-loading-active")}})})),t(window).on("elementor/frontend/init",(()=>{setTimeout((()=>{t(".elementor-editor-active").length>0&&l()}),2e3)})),t(".bricks-builder-iframe").length>0&&t(window.parent.document).find(".bricks-panel-controls").length>0&&setTimeout((()=>{l()}),2500),l(),t('span[role="button"].ultp-loadmore-action').on("keydown",(function(t){const e=void 0!==t.key?t.key:t.keyCode;("Enter"===e||13===e||["Spacebar"," "].indexOf(e)>=0||32===e)&&(t.preventDefault(),this.click())})),n(),t(document).on("click",".ultp-block-item .ultp-video-icon",(function(){const e=t(this).parents(".ultp-block-item");let i=e.find("iframe");if(e.find(".ultp-video-modal").addClass("modal_active"),i.length){let s=e.find(".ultp-video-icon").attr("enableAutoPlay");const o=i.attr("src");o&&s&&(o.includes("dailymotion.com/player")?i.attr("src",o.includes("?autoplay=0")?o.replace("?autoplay=0","&?autoplay=1"):`${o}?autoplay=1`):i.attr("src",`${o}&autoplay=1`)),e.find("iframe").on("load",(function(){t(".ultp-loader-container").css("display","none")}))}else t(".ultp-video-modal.modal_active").find("video").trigger("play")})),t(document).on("click",".ultp-video-close",(function(){a()})),t(document).on("keyup",(function(t){"Escape"==t.key&&a()}));let r=!0;function d(t){switch(t){case"categories":return"category";case"tag":case"tags":return"post_tag";case"authors":return"author";case"order_by":return"orderby";default:return t}}if(t(window).scroll((function(){let e=t(this).scrollTop();t(".wp-block-ultimate-post-post-image").each((function(){let i=t(this).find(".ultp-builder-video video , .ultp-builder-video iframe");if(t(this).find(".ultp-video-block").hasClass("ultp-sticky-video")){let s=t(this).find(".ultp-image-wrapper"),o=s.offset(),l=i.height(),n=i.offset(),a=e+(t("#wpadminbar").height()||0),d=n.top+l;a>n.top&&a>d&&r&&(t(this).find(".ultp-image-wrapper").css("height",s.height()),t(this).find(".ultp-sticky-video").addClass("ultp-sticky-active")),a<s.height()+o.top&&(t(this).find(".ultp-sticky-video").removeClass("ultp-sticky-active"),t(this).find(".ultp-image-wrapper").css("height","auto")),t(".ultp-sticky-close").on("click",(function(){t(this).find(".ultp-image-wrapper").css("height","auto"),t(".ultp-sticky-video").removeClass("ultp-sticky-active"),r=!1}))}}))})),t(".ultp-filter-block").each((function(){const e=t(this),i=t(this).parents(".ultp-post-grid-parent"),s=i.find(".ultp-block-wrapper"),l=JSON.parse(i.attr("data-grids")),n=i.attr("data-postid"),a=t(this).find(".ultp-filter-clear-template"),r=t(this).find(".ultp-filter-clear-button"),p="ultp-block-"+r.data("blockid")+"-first";function c(){l.forEach((e=>{!function(e,i,s,l,n){const a=[],r={},p=e.data("pagi");e.find('.ultp-filter-button[data-is-active="true"]').each((function(){const e=t(this).attr("data-type"),i=t(this).attr("data-selected"),s=t(this).attr("data-tax");"author"!==d(e)?"order"!==d(e)?"orderby"!==d(e)?"adv_sort"!==d(e)?"custom_tax"!==d(e)?a.push({value:d(e)+"###"+i}):s&&a.push({value:s+"###"+i}):r.adv_sort=i:r.orderby=i:r.order=i:"_all"!==i&&(r.author=[{value:i}])})),e.find(".ultp-filter-select").each((function(){const e=t(this).attr("data-type"),i=t(this).attr("data-selected"),s=t(this).find('.ultp-filter-select__dropdown-inner[data-id="'+i+'"]').data("tax");"author"!==d(e)?"order"!==d(e)?"orderby"!==d(e)?"adv_sort"!==d(e)?"custom_tax"!==d(e)?a.push({value:d(e)+"###"+i}):s&&a.push({value:s+"###"+i}):r.adv_sort=i:r.orderby=i:r.order=i:"_all"!==i&&(r.author=[{value:i}])})),r.taxonomy=a;const c=e.find(".ultp-filter-search input");c.length>0&&(r.search=c.val());const u=sessionStorage.getItem("ultp_uniqueIds"),f=JSON.stringify(e.find(".ultp-current-unique-posts").data("current-unique-posts"));let h="",v=e.parents(".widget_block:first");if(v.length>0){let t=v.attr("id").split("-");h=t[t.length-1]}t(n).each((function(){const n=t(this);t.ajax({url:ultp_data_frontend.ajax,type:"POST",data:{action:"ultp_adv_filter",...r,blockId:i,blockName:s,postId:l,ultpUniqueIds:u||[],ultpCurrentUniquePosts:f||[],widgetBlockId:h,wpnonce:ultp_data_frontend.security},beforeSend:function(){n.addClass("ultp-loading-active")},success:function(e){n.find(".ultp-block-items-wrap").html(e?.data?.filteredData?.blocks),"loadMore"==e?.data?.filteredData?.paginationType&&e?.data?.filteredData?.paginationShow?(n.find(".ultp-block-items-wrap").append('<span class="ultp-loadmore-insert-before"></span>'),n.find(".ultp-loadmore").replaceWith(e?.data?.filteredData?.pagination)):"navigation"==e?.data?.filteredData?.paginationType?n.find(".ultp-next-prev-wrap").replaceWith(e?.data?.filteredData?.pagination):"pagination"==e?.data?.filteredData?.paginationType&&n.find(".ultp-pagination-wrap").replaceWith(e?.data?.filteredData?.pagination),e?.data?.filteredData?.pagination&&p?.map((i=>{let s=[];if("loadMore"===e?.data?.filteredData?.paginationType?(s=t(".ultp-loadmore."+i),s.length>0&&n.find(".ultp-block-items-wrap").append('<span class="ultp-loadmore-insert-before"></span>')):s=t("."+i+"[data-for]"),s.length>0){const i=t(e.data.filteredData.pagination);s.attr("class").split(" ").forEach((t=>i.addClass(t))),s.replaceWith(i)}}))},complete:function(){n.removeClass("ultp-loading-active"),o("ultp_uniqueIds",JSON.stringify(e.find(".ultp-current-unique-posts").data("ultp-unique-ids")))},error:function(t){console.log("Error occured.please try again"+t.statusText+t.responseText),n.removeClass("ultp-loading-active")}})}))}(i,e.blockId,e.name,n,s)}))}let u;function f(t){clearTimeout(u),u=t?setTimeout(c,500):c()}e.find(".ultp-filter-select").each((function(){const i=t(this).find(".ultp-filter-select-options"),s=t(this).find(".ultp-filter-select-field-selected"),o=t(this).find(".ultp-filter-select-field-icon"),l=t(this),n=t(this).attr("data-type");function d(e){e?(t(".ultp-filter-select .ultp-filter-select-options").css("display","none"),t(".ultp-filter-select .ultp-filter-select-field-icon").removeClass("ultp-dropdown-icon-rotate"),t(".ultp-filter-select").attr("aria-expanded",!1),i.css("display","block"),o.addClass("ultp-dropdown-icon-rotate")):(i.css("display","none"),o.removeClass("ultp-dropdown-icon-rotate")),l.attr("aria-expanded",e)}const u=i.find("li").first();t(this).on("click",(function(t){t.stopPropagation();d("none"===i.css("display"))})),t(i).find("li").each((function(){const i=t(this).attr("data-id"),o=t(this).attr("data-blockId"),f=t(this).text();t(this).on("click",(function(){if(s.text(f),l.attr("data-selected",i),"_all"===i)e.find(`.ultp-filter-clear[data-type="${n}"]`).remove();else if(r.length>0){let t=!1,d=e.find(`.ultp-filter-clear[data-type="${n}"]`);d.length<1&&(t=!0,d=a.clone()),d.removeClass("ultp-filter-clear-template"),d.addClass("ultp-filter-clear-selected-filter"),d.find(".ultp-selected-filter-text").text(function(t,e){return`${t.replace("_"," ").replace(/\b\w/g,(t=>t.toUpperCase()))}: ${e}`}(n,f)),r.hasClass(p)&&(r.removeClass(p),d.addClass(p)),d.find(".ultp-selected-filter-icon").on("click",(function(){s.text(u.text()),l.attr("data-selected",u.attr("data-id")),d.hasClass(p)&&(d.next().hasClass("ultp-filter-clear-selected-filter")?d.next().addClass(p):r.addClass(p)),d.remove(),c()})),d.attr("data-id",i),d.attr("data-type",n),d.attr("data-for",o),d.css({display:"block"}),t&&d.insertBefore(r)}c(),d(!0)}))})),t(document).on("click",(function(t){l.is(t.target)||l.has(t.target).length||d(!1)}))})),e.find(".ultp-filter-button").each((function(){const i=this,s=t(this).data("type");t(this).on("click",(function(){const o="true"===t(i).attr("data-is-active");if("_all"===t(this).data("selected")){const t=e.find('.ultp-filter-button[data-selected]:not([data-selected="_all"])');t.length>0&&(t.attr("data-is-active","false"),t.removeClass("ultp-filter-button-active"))}else if(["adv_sort","order","order_by"].includes(s)&&!o){const t=e.find(`.ultp-filter-button[data-type="${s}"]`);t.length>0&&(t.attr("data-is-active","false"),t.removeClass("ultp-filter-button-active"))}else{const t=e.find('.ultp-filter-button[data-selected="_all"]');t.length>0&&(t.attr("data-is-active","false"),t.removeClass("ultp-filter-button-active"))}o?(t(i).attr("data-is-active","false"),t(i).removeClass("ultp-filter-button-active")):(t(i).attr("data-is-active","true"),t(i).addClass("ultp-filter-button-active")),c()}))})),r.on("click",(function(){!function(){e.find(".ultp-filter-select").each((function(){const e=t(this).find(".ultp-filter-select-options li").first();t(this).attr("data-selected",e.attr("data-id")),t(this).find(".ultp-filter-select-field-selected").text(e.text())}));const i=e.find(".ultp-filter-clear-selected-filter");i.hasClass(p)&&r.addClass(p),i.remove(),e.find(".ultp-filter-search input").val(""),e.find('.ultp-filter-button[data-is-active="true"]').each((function(){t(this).removeClass("ultp-filter-button-active"),t(this).attr("data-is-active","false")}))}(),c()})),i.find(".ultp-filter-search input").off("input").on("input",(function(){f(!0)})),i.find(".ultp-filter-search input").on("keydown",(function(t){"Enter"===t.key&&f(!1)})),i.find(".ultp-filter-search-icon").on("click",(function(){f(!1)}))})),t(".wp-block-ultimate-post-advanced-search").length){let e=1;t(document).on("click",".ultp-search-clear",(function(){e=1;const i=t(this).data("blockid");t(this).parents(".ultp-search-inputwrap").find(".ultp-searchres-input").val(""),t(this).removeClass("active"),t(`.ultp-block-${i}`).find(".ultp-result-data").html(""),t(`.ultp-block-${i}`).find(".ultp-search-noresult, .ultp-viewall-results, .ultp-result-loader").removeClass("active")})),t(document).on("click",".ultp-popupclose-icon",(function(){t(this).parents(".result-data").removeClass("popup-active")})),t(document).on("click",".ultp-searchpopup-icon",(function(){const e=t(this).parents(".ultp-search-frontend"),i=e.data("blockid");s(e,!t(`.result-data.ultp-block-${i}`).length),t(`.result-data.ultp-block-${i}`).toggleClass("popup-active")})),t(".ultp-searchres-input").val().length>2&&t(".ultp-searchres-input").closest(".ultp-search-inputwrap").find(".ultp-search-clear").addClass("active"),t(document).on("input",".ultp-searchres-input",(function(e){i(t(this),e.target.value)}));const i=(i,o,l="",n=!0)=>{l=l||i.parents(".ultp-search-inputwrap").find(".ultp-search-clear").data("blockid");const a=t(`.wp-block-ultimate-post-advanced-search.ultp-block-${l}`).find(".ultp-search-frontend"),r=t(`.result-data.ultp-block-${l}`);s(a,!r.length),o.length>2?a.data("ajax")&&(r.find(".ultp-search-result").addClass("ultp-search-show"),r.find(".ultp-result-loader").addClass("active"),r.addClass("popup-active"),wp.apiFetch({path:"/ultp/ultp_search_data",method:"POST",data:{searchText:o,date:parseInt(a.data("date")),image:parseInt(a.data("image")),author:parseInt(a.data("author")),excerpt:parseInt(a.data("excerpt")),category:parseInt(a.data("catenable")),excerptLimit:parseInt(a.data("excerptlimit")),postPerPage:a.data("allresult")?a.data("postno"):10,exclude:"string"!=typeof a.data("searchposttype")&&a.data("searchposttype").length>0&&a.data("searchposttype"),paged:e,wpnonce:ultp_data_frontend.security}}).then((e=>{if(e.post_data){n?(r.find(".ultp-search-result").addClass("ultp-search-show"),r.find(".ultp-result-data").addClass("ultp-result-show"),r.find(".ultp-result-data").html(e.post_data)):(r.find(".ultp-search-result").addClass("ultp-search-show"),r.find(".ultp-result-data").addClass("ultp-result-show"),r.find(".ultp-result-data").append(e.post_data).fadeIn(500,(function(){t(this).animate({scrollTop:t(this).prop("scrollHeight")},400)}))),r.find(".ultp-search-noresult, .ultp-result-loader").removeClass("active");const i=r.find(".ultp-result-data .ultp-search-result__item").length;r.find(".ultp-viewall-results").addClass("active").find("span").text(`(${e.post_count-i})`)}else r.find(".ultp-result-data").removeClass("ultp-result-show"),r.find(".ultp-result-data").html(""),r.find(".ultp-search-noresult").addClass("active"),r.find(".ultp-result-loader, .ultp-viewall-results").removeClass("active");if(a.data("allresult")){const t=r.find(".ultp-result-data .ultp-search-result__item").length;e.post_count&&e.post_count>t?r.find(".ultp-viewall-results").addClass("active").find("span").text(`(${e.post_count-t})`):r.find(".ultp-viewall-results").removeClass("active")}}))):(r.find(".ultp-search-result").removeClass("ultp-search-show"),r.find(".ultp-result-data").removeClass("ultp-result-show"),r.find(".ultp-search-noresult").removeClass("active")),o.length<3?(e=1,r.find(".ultp-result-data").html(""),r.find(".ultp-viewall-results").removeClass("active"),r.find(".ultp-search-noresult").removeClass("active"),a.find(".ultp-search-clear").removeClass("active"),t(`.result-data.ultp-block-${l}`).find(".ultp-search-clear").removeClass("active")):(a.find(".ultp-search-clear").addClass("active"),t(`.result-data.ultp-block-${l}`).find(".ultp-search-clear").addClass("active"))};t(document).on("click",".ultp-viewall-results",(function(s){e++;const o=t(this).closest(".result-data").data("blockid");i(t(this),t(`.ultp-block-${o} .ultp-searchres-input`).val(),o,!1)})),t(".wp-block-ultimate-post-advanced-search").length>0&&t(document).on("click",(function(e){t(e.target).closest(".ultp-searchpopup-icon").length||t(e.target).closest(".ultp-searchres-input").length||t(e.target).closest(".result-data.popup-active").length||t(".result-data").removeClass("popup-active"),t(e.target).closest(".ultp-search-frontend").length||t(e.target).closest(".result-data.popup-active").length||t(".result-data").removeClass("popup-active")})),t(document).on("keyup",".ultp-searchres-input",(function(e){const i=t(this).closest(".ultp-search-inputwrap").find(".ultp-search-clear").data("blockid"),s=t(`.wp-block-ultimate-post-advanced-search.ultp-block-${i}`).find(".ultp-search-frontend").data("gosearch");let o="_self";t(`.wp-block-ultimate-post-advanced-search.ultp-block-${i}`).find(".ultp-search-frontend").data("enablenewtab")&&(o="_blank"),s&&"Enter"==e.key&&t(this).val().length>2&&window.open(`${ultp_data_frontend.home_url}/?s=${t(this).val()}`,o)})),t(document).on("click",".ultp-search-button",(function(e){const i=t(this).closest(".ultp-searchform-content").find(".ultp-search-clear").data("blockid"),s=t(`.wp-block-ultimate-post-advanced-search.ultp-block-${i}`).find(".ultp-search-frontend").data("gosearch");let o="_self";t(`.wp-block-ultimate-post-advanced-search.ultp-block-${i}`).find(".ultp-search-frontend").data("enablenewtab")&&(o="_blank"),s?window.open(`${ultp_data_frontend.home_url}/?s=${t(this).closest(".ultp-searchform-content").find(".ultp-searchres-input").val()}`,o):t(`.result-data.ultp-block-${i}`).addClass("popup-active")})),t(document).on("click",".ultp-searchres-input",(function(e){const i=t(this).closest(".ultp-searchform-content").find(".ultp-search-clear").data("blockid");t(".result-data").removeClass("popup-active"),t(`.result-data.ultp-block-${i}`).addClass("popup-active")})),t(window).on("resize",(function(){t(".ultp-search-result").length>0&&t(".ultp-search-frontend").each((function(e){s(t(e))}))}));const s=(e,i=!1)=>{const s=e.data("blockid"),o=e.data("popuptype"),l=e.data("popupposition");if(i){const i=e.data("allresult"),n=`<div class="ultp-search-result" data-image=${e.data("image")||!1} data-author=${e.data("author")||!1} data-date=${e.data("date")||!1} data-excerpt=${e.data("excerpt")||!1} data-excerptlimit=${e.data("excerptlimit")} data-allresult=${i||!1} data-catenable=${e.data("catenable")||!1} data-postno=${e.data("postno")||!1} data-gosearch=${e.data("gosearch")||!1} data-popupposition=${l||!1}>\n                    <div class="ultp-result-data"></div>\n                    <div class="ultp-search-result__item ultp-search-noresult">${e.data("noresultext")}</div>\n                    <div class="ultp-search-result__item ultp-result-loader"></div>\n                    ${i?`<div class="ultp-viewall-results ultp-search-result__item">${e.data("viewmoretext")}<span></span></div><div class="ultp-search-result__item ultp-viewmore-loader"></div>`:""}\n                    </div>`;if(o){const i=t(`.ultp-block-${s}`).find(".ultp-search-canvas").detach();t("body").append(`<div class="result-data ultp-block-${s} ultp-search-animation-${o}" data-blockid=${s}><div class="ultp-search-canvas">${i.html()+(e.data("ajax")?n:"")}</div></div>`)}else t("body").append(`<div class="result-data ultp-block-${s}" data-blockid=${s}>${n}</div>`)}let n="";if(!o){n=e.find(".ultp-searchform-content");const i=n.offset();return t(`body > .ultp-block-${s}`).css({width:`${n.width()}px`,top:`${i?.top+n.height()}px`,left:`${i?.left}px`})}if("popup"==o){n=e.find(".ultp-searchpopup-icon");const i=n.offset(),o="right"==l?i?.left>t(`body > .ultp-block-${s}`).width():t(document).width()-i?.left>t(`body > .ultp-block-${s}`).width();let a="",r="";return"right"==l?(a=o?t(document).width()-i?.left-n.outerWidth()+"px":"unset",r=o?"auto":i?.left+("right"==l?10:0)+"px"):(a=o?"unset":t(document).width()-i?.left-n.outerWidth()+"px",r=o?i?.left+("right"==l?10:0)+"px":"auto"),t(`body > .ultp-block-${s}`).css({top:`${i?.top+n.outerHeight()}px`,right:a,left:r})}}}const p=ultp_data_frontend?.dark_logo,c=t(".ultp-dark-logo.wp-block-site-logo").find("img").attr("src"),u=t(".ultp-dark-logo.wp-block-site-logo").find("img").attr("srcset")||"";t(document).on("click",".ultp-dark-light-block-wrapper-content.ultp-frontend .ultp-dl-con",(function(e){e.preventDefault();const i=t(this).closest(".ultp-dark-light-block-wrapper-content"),s=t(this).hasClass("ultp-light-con"),o=t(this).closest(".ultp-dl-after-before-con"),l=i.find(`.ultp-${s?"dark":"light"}-con`).closest(".ultp-dl-after-before-con"),n=o.data("iconlay"),a=o.data("iconsize"),r=o.data("iconrev");let d=0;if(["layout5","layout6","layout7"].includes(n)){d="layout7"==n?500:400;const e="layout7"==n?t(this).find(".ultp-dl-text").width():a/2;s?(t(this).find(".ultp-dl-svg-con").css({transform:`translateX(calc(${100*(r?-1:1)}% ${r?"-":"+"} ${e}px))`,transition:`transform ${d/1e3}s ease`}),"layout6"==n?t(this).find(".ultp-dl-text").css({transform:`translateX(calc(${100*(r?1:-1)}% ${r?"+":"-"} ${e}px))`,transition:`transform ${d/1e3}s ease`}):"layout7"==n&&t(this).find(".ultp-dl-text").css({transform:`translateX(calc(${(r?1:-1)*a}px))`,transition:`transform ${d/1e3}s ease`})):(t(this).find(".ultp-dl-svg-con").css({transform:`translateX(calc(${100*(r?1:-1)}% ${r?"+":"-"} ${e}px))`,transition:`transform ${d/1e3}s ease`}),"layout6"==n?t(this).find(".ultp-dl-text").css({transform:`translateX(calc(${100*(r?-1:1)}% ${r?"-":"+"} ${e}px))`,transition:`transform ${d/1e3}s ease`}):"layout7"==n&&t(this).find(".ultp-dl-text").css({transform:`translateX(calc(${(r?-1:1)*a}px))`,transition:`transform ${d/1e3}s ease`}))}!function(t,e,i){const s=new Date;s.setTime(s.getTime()+24*i*60*60*1e3);let o="expires="+s.toUTCString();document.cookie=t+"="+e+";"+o+";"}("ultplocalDLMode",s?"ultpdark":"ultplight",60),setTimeout((()=>{o.addClass("inactive"),l.removeClass("inactive"),s?(t(".wp-block-ultimate-post-image .ultp-light-image-block").addClass("inactive"),t(".wp-block-ultimate-post-image .ultp-dark-image-block").removeClass("inactive")):s||(t(".wp-block-ultimate-post-image .ultp-dark-image-block").addClass("inactive"),t(".wp-block-ultimate-post-image .ultp-light-image-block").removeClass("inactive")),t(".ultp-dark-logo.wp-block-site-logo").find("img").attr("src",s?p:c).attr("srcset",s?p:u),t(".ultp-dark-logo.wp-block-site-logo img").css({content:"initial"}),t(`.ultp-dark-light-block-wrapper-content .ultp-${s?"dark":"light"}-con`).each((function(){t(this).closest(".ultp-dl-after-before-con").removeClass("inactive")})),t(`.ultp-dark-light-block-wrapper-content .ultp-${s?"light":"dark"}-con`).each((function(){t(this).closest(".ultp-dl-after-before-con").addClass("inactive")})),t(this).find(".ultp-dl-svg-con").removeAttr("style"),t(this).find(".ultp-dl-text").removeAttr("style"),function(){if(t("#ultp-preset-colors-style-inline-css")&&t("#ultp-preset-colors-style-inline-css")[0]){const e=t("#ultp-preset-colors-style-inline-css")[0].sheet,i=e.cssRules[0].style.getPropertyValue("--postx_preset_Base_1_color"),s=e.cssRules[0].style.getPropertyValue("--postx_preset_Base_2_color"),o=e.cssRules[0].style.getPropertyValue("--postx_preset_Base_3_color"),l=e.cssRules[0].style.getPropertyValue("--postx_preset_Contrast_1_color"),n=e.cssRules[0].style.getPropertyValue("--postx_preset_Contrast_2_color"),a=e.cssRules[0].style.getPropertyValue("--postx_preset_Contrast_3_color");e.cssRules[0].style.setProperty("--postx_preset_Base_1_color",l),e.cssRules[0].style.setProperty("--postx_preset_Base_2_color",n),e.cssRules[0].style.setProperty("--postx_preset_Base_3_color",a),e.cssRules[0].style.setProperty("--postx_preset_Contrast_1_color",i),e.cssRules[0].style.setProperty("--postx_preset_Contrast_2_color",s),e.cssRules[0].style.setProperty("--postx_preset_Contrast_3_color",o)}}()}),d)}))}(jQuery);
;