(()=>{var t={353(t){t.exports=function(){"use strict";var t=1e3,e=6e4,n=36e5,r="millisecond",i="second",o="minute",a="hour",s="day",c="week",l="month",u="quarter",d="year",f="date",p="Invalid Date",m=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,h=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,g={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(t){var e=["th","st","nd","rd"],n=t%100;return"["+t+(e[(n-20)%10]||e[n]||e[0])+"]"}},y=function(t,e,n){var r=String(t);return!r||r.length>=e?t:""+Array(e+1-r.length).join(n)+t},_={s:y,z:function(t){var e=-t.utcOffset(),n=Math.abs(e),r=Math.floor(n/60),i=n%60;return(e<=0?"+":"-")+y(r,2,"0")+":"+y(i,2,"0")},m:function t(e,n){if(e.date()<n.date())return-t(n,e);var r=12*(n.year()-e.year())+(n.month()-e.month()),i=e.clone().add(r,l),o=n-i<0,a=e.clone().add(r+(o?-1:1),l);return+(-(r+(n-i)/(o?i-a:a-i))||0)},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},p:function(t){return{M:l,y:d,w:c,d:s,D:f,h:a,m:o,s:i,ms:r,Q:u}[t]||String(t||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}},b="en",v={};v[b]=g;var T="$isDayjsObject",w=function(t){return t instanceof O||!(!t||!t[T])},A=function t(e,n,r){var i;if(!e)return b;if("string"==typeof e){var o=e.toLowerCase();v[o]&&(i=o),n&&(v[o]=n,i=o);var a=e.split("-");if(!i&&a.length>1)return t(a[0])}else{var s=e.name;v[s]=e,i=s}return!r&&i&&(b=i),i||!r&&b},S=function(t,e){if(w(t))return t.clone();var n="object"==typeof e?e:{};return n.date=t,n.args=arguments,new O(n)},E=_;E.l=A,E.i=w,E.w=function(t,e){return S(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var O=function(){function g(t){this.$L=A(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[T]=!0}var y=g.prototype;return y.parse=function(t){this.$d=function(t){var e=t.date,n=t.utc;if(null===e)return new Date(NaN);if(E.u(e))return new Date;if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var r=e.match(m);if(r){var i=r[2]-1||0,o=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,o)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,o)}}return new Date(e)}(t),this.init()},y.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds()},y.$utils=function(){return E},y.isValid=function(){return!(this.$d.toString()===p)},y.isSame=function(t,e){var n=S(t);return this.startOf(e)<=n&&n<=this.endOf(e)},y.isAfter=function(t,e){return S(t)<this.startOf(e)},y.isBefore=function(t,e){return this.endOf(e)<S(t)},y.$g=function(t,e,n){return E.u(t)?this[e]:this.set(n,t)},y.unix=function(){return Math.floor(this.valueOf()/1e3)},y.valueOf=function(){return this.$d.getTime()},y.startOf=function(t,e){var n=this,r=!!E.u(e)||e,u=E.p(t),p=function(t,e){var i=E.w(n.$u?Date.UTC(n.$y,e,t):new Date(n.$y,e,t),n);return r?i:i.endOf(s)},m=function(t,e){return E.w(n.toDate()[t].apply(n.toDate("s"),(r?[0,0,0,0]:[23,59,59,999]).slice(e)),n)},h=this.$W,g=this.$M,y=this.$D,_="set"+(this.$u?"UTC":"");switch(u){case d:return r?p(1,0):p(31,11);case l:return r?p(1,g):p(0,g+1);case c:var b=this.$locale().weekStart||0,v=(h<b?h+7:h)-b;return p(r?y-v:y+(6-v),g);case s:case f:return m(_+"Hours",0);case a:return m(_+"Minutes",1);case o:return m(_+"Seconds",2);case i:return m(_+"Milliseconds",3);default:return this.clone()}},y.endOf=function(t){return this.startOf(t,!1)},y.$set=function(t,e){var n,c=E.p(t),u="set"+(this.$u?"UTC":""),p=(n={},n[s]=u+"Date",n[f]=u+"Date",n[l]=u+"Month",n[d]=u+"FullYear",n[a]=u+"Hours",n[o]=u+"Minutes",n[i]=u+"Seconds",n[r]=u+"Milliseconds",n)[c],m=c===s?this.$D+(e-this.$W):e;if(c===l||c===d){var h=this.clone().set(f,1);h.$d[p](m),h.init(),this.$d=h.set(f,Math.min(this.$D,h.daysInMonth())).$d}else p&&this.$d[p](m);return this.init(),this},y.set=function(t,e){return this.clone().$set(t,e)},y.get=function(t){return this[E.p(t)]()},y.add=function(r,u){var f,p=this;r=Number(r);var m=E.p(u),h=function(t){var e=S(p);return E.w(e.date(e.date()+Math.round(t*r)),p)};if(m===l)return this.set(l,this.$M+r);if(m===d)return this.set(d,this.$y+r);if(m===s)return h(1);if(m===c)return h(7);var g=(f={},f[o]=e,f[a]=n,f[i]=t,f)[m]||1,y=this.$d.getTime()+r*g;return E.w(y,this)},y.subtract=function(t,e){return this.add(-1*t,e)},y.format=function(t){var e=this,n=this.$locale();if(!this.isValid())return n.invalidDate||p;var r=t||"YYYY-MM-DDTHH:mm:ssZ",i=E.z(this),o=this.$H,a=this.$m,s=this.$M,c=n.weekdays,l=n.months,u=n.meridiem,d=function(t,n,i,o){return t&&(t[n]||t(e,r))||i[n].slice(0,o)},f=function(t){return E.s(o%12||12,t,"0")},m=u||function(t,e,n){var r=t<12?"AM":"PM";return n?r.toLowerCase():r};return r.replace(h,function(t,r){return r||function(t){switch(t){case"YY":return String(e.$y).slice(-2);case"YYYY":return E.s(e.$y,4,"0");case"M":return s+1;case"MM":return E.s(s+1,2,"0");case"MMM":return d(n.monthsShort,s,l,3);case"MMMM":return d(l,s);case"D":return e.$D;case"DD":return E.s(e.$D,2,"0");case"d":return String(e.$W);case"dd":return d(n.weekdaysMin,e.$W,c,2);case"ddd":return d(n.weekdaysShort,e.$W,c,3);case"dddd":return c[e.$W];case"H":return String(o);case"HH":return E.s(o,2,"0");case"h":return f(1);case"hh":return f(2);case"a":return m(o,a,!0);case"A":return m(o,a,!1);case"m":return String(a);case"mm":return E.s(a,2,"0");case"s":return String(e.$s);case"ss":return E.s(e.$s,2,"0");case"SSS":return E.s(e.$ms,3,"0");case"Z":return i}return null}(t)||i.replace(":","")})},y.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},y.diff=function(r,f,p){var m,h=this,g=E.p(f),y=S(r),_=(y.utcOffset()-this.utcOffset())*e,b=this-y,v=function(){return E.m(h,y)};switch(g){case d:m=v()/12;break;case l:m=v();break;case u:m=v()/3;break;case c:m=(b-_)/6048e5;break;case s:m=(b-_)/864e5;break;case a:m=b/n;break;case o:m=b/e;break;case i:m=b/t;break;default:m=b}return p?m:E.a(m)},y.daysInMonth=function(){return this.endOf(l).$D},y.$locale=function(){return v[this.$L]},y.locale=function(t,e){if(!t)return this.$L;var n=this.clone(),r=A(t,e,!0);return r&&(n.$L=r),n},y.clone=function(){return E.w(this.$d,this)},y.toDate=function(){return new Date(this.valueOf())},y.toJSON=function(){return this.isValid()?this.toISOString():null},y.toISOString=function(){return this.$d.toISOString()},y.toString=function(){return this.$d.toUTCString()},g}(),$=O.prototype;return S.prototype=$,[["$ms",r],["$s",i],["$m",o],["$H",a],["$W",s],["$M",l],["$y",d],["$D",f]].forEach(function(t){$[t[1]]=function(e){return this.$g(e,t[0],t[1])}}),S.extend=function(t,e){return t.$i||(t(e,O,S),t.$i=!0),S},S.locale=A,S.isDayjs=w,S.unix=function(t){return S(1e3*t)},S.en=v[b],S.Ls=v,S.p={},S}()},522(t){t.exports=function(){"use strict";var t,e,n=1e3,r=6e4,i=36e5,o=864e5,a=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,s=31536e6,c=2628e6,l=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/,u={years:s,months:c,days:o,hours:i,minutes:r,seconds:n,milliseconds:1,weeks:6048e5},d=function(t){return t instanceof _},f=function(t,e,n){return new _(t,n,e.$l)},p=function(t){return e.p(t)+"s"},m=function(t){return t<0},h=function(t){return m(t)?Math.ceil(t):Math.floor(t)},g=function(t){return Math.abs(t)},y=function(t,e){return t?m(t)?{negative:!0,format:""+g(t)+e}:{negative:!1,format:""+t+e}:{negative:!1,format:""}},_=function(){function m(t,e,n){var r=this;if(this.$d={},this.$l=n,void 0===t&&(this.$ms=0,this.parseFromMilliseconds()),e)return f(t*u[p(e)],this);if("number"==typeof t)return this.$ms=t,this.parseFromMilliseconds(),this;if("object"==typeof t)return Object.keys(t).forEach(function(e){r.$d[p(e)]=t[e]}),this.calMilliseconds(),this;if("string"==typeof t){var i=t.match(l);if(i){var o=i.slice(2).map(function(t){return null!=t?Number(t):0});return this.$d.years=o[0],this.$d.months=o[1],this.$d.weeks=o[2],this.$d.days=o[3],this.$d.hours=o[4],this.$d.minutes=o[5],this.$d.seconds=o[6],this.calMilliseconds(),this}}return this}var g=m.prototype;return g.calMilliseconds=function(){var t=this;this.$ms=Object.keys(this.$d).reduce(function(e,n){return e+(t.$d[n]||0)*u[n]},0)},g.parseFromMilliseconds=function(){var t=this.$ms;this.$d.years=h(t/s),t%=s,this.$d.months=h(t/c),t%=c,this.$d.days=h(t/o),t%=o,this.$d.hours=h(t/i),t%=i,this.$d.minutes=h(t/r),t%=r,this.$d.seconds=h(t/n),t%=n,this.$d.milliseconds=t},g.toISOString=function(){var t=y(this.$d.years,"Y"),e=y(this.$d.months,"M"),n=+this.$d.days||0;this.$d.weeks&&(n+=7*this.$d.weeks);var r=y(n,"D"),i=y(this.$d.hours,"H"),o=y(this.$d.minutes,"M"),a=this.$d.seconds||0;this.$d.milliseconds&&(a+=this.$d.milliseconds/1e3,a=Math.round(1e3*a)/1e3);var s=y(a,"S"),c=t.negative||e.negative||r.negative||i.negative||o.negative||s.negative,l=i.format||o.format||s.format?"T":"",u=(c?"-":"")+"P"+t.format+e.format+r.format+l+i.format+o.format+s.format;return"P"===u||"-P"===u?"P0D":u},g.toJSON=function(){return this.toISOString()},g.format=function(t){var n=t||"YYYY-MM-DDTHH:mm:ss",r={Y:this.$d.years,YY:e.s(this.$d.years,2,"0"),YYYY:e.s(this.$d.years,4,"0"),M:this.$d.months,MM:e.s(this.$d.months,2,"0"),D:this.$d.days,DD:e.s(this.$d.days,2,"0"),H:this.$d.hours,HH:e.s(this.$d.hours,2,"0"),m:this.$d.minutes,mm:e.s(this.$d.minutes,2,"0"),s:this.$d.seconds,ss:e.s(this.$d.seconds,2,"0"),SSS:e.s(this.$d.milliseconds,3,"0")};return n.replace(a,function(t,e){return e||String(r[t])})},g.as=function(t){return this.$ms/u[p(t)]},g.get=function(t){var e=this.$ms,n=p(t);return"milliseconds"===n?e%=1e3:e="weeks"===n?h(e/u[n]):this.$d[n],e||0},g.add=function(t,e,n){var r;return r=e?t*u[p(e)]:d(t)?t.$ms:f(t,this).$ms,f(this.$ms+r*(n?-1:1),this)},g.subtract=function(t,e){return this.add(t,e,!0)},g.locale=function(t){var e=this.clone();return e.$l=t,e},g.clone=function(){return f(this.$ms,this)},g.humanize=function(e){return t().add(this.$ms,"ms").locale(this.$l).fromNow(!e)},g.valueOf=function(){return this.asMilliseconds()},g.milliseconds=function(){return this.get("milliseconds")},g.asMilliseconds=function(){return this.as("milliseconds")},g.seconds=function(){return this.get("seconds")},g.asSeconds=function(){return this.as("seconds")},g.minutes=function(){return this.get("minutes")},g.asMinutes=function(){return this.as("minutes")},g.hours=function(){return this.get("hours")},g.asHours=function(){return this.as("hours")},g.days=function(){return this.get("days")},g.asDays=function(){return this.as("days")},g.weeks=function(){return this.get("weeks")},g.asWeeks=function(){return this.as("weeks")},g.months=function(){return this.get("months")},g.asMonths=function(){return this.as("months")},g.years=function(){return this.get("years")},g.asYears=function(){return this.as("years")},m}(),b=function(t,e,n){return t.add(e.years()*n,"y").add(e.months()*n,"M").add(e.days()*n,"d").add(e.hours()*n,"h").add(e.minutes()*n,"m").add(e.seconds()*n,"s").add(e.milliseconds()*n,"ms")};return function(n,r,i){t=i,e=i().$utils(),i.duration=function(t,e){var n=i.locale();return f(t,{$l:n},e)},i.isDuration=d;var o=r.prototype.add,a=r.prototype.subtract;r.prototype.add=function(t,e){return d(t)?b(this,t,1):o.bind(this)(t,e)},r.prototype.subtract=function(t,e){return d(t)?b(this,t,-1):a.bind(this)(t,e)}}}()},569(t){t.exports=function(){"use strict";var t={year:0,month:1,day:2,hour:3,minute:4,second:5},e={};return function(n,r,i){var o,a=function(t,n,r){void 0===r&&(r={});var i=new Date(t),o=function(t,n){void 0===n&&(n={});var r=n.timeZoneName||"short",i=t+"|"+r,o=e[i];return o||(o=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:t,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:r}),e[i]=o),o}(n,r);return o.formatToParts(i)},s=function(e,n){for(var r=a(e,n),o=[],s=0;s<r.length;s+=1){var c=r[s],l=c.type,u=c.value,d=t[l];d>=0&&(o[d]=parseInt(u,10))}var f=o[3],p=24===f?0:f,m=o[0]+"-"+o[1]+"-"+o[2]+" "+p+":"+o[4]+":"+o[5]+":000",h=+e;return(i.utc(m).valueOf()-(h-=h%1e3))/6e4},c=r.prototype;c.tz=function(t,e){void 0===t&&(t=o);var n,r=this.utcOffset(),a=this.toDate(),s=a.toLocaleString("en-US",{timeZone:t}),c=Math.round((a-new Date(s))/1e3/60),l=15*-Math.round(a.getTimezoneOffset()/15)-c;if(Number(l)){if(n=i(s,{locale:this.$L}).$set("millisecond",this.$ms).utcOffset(l,!0),e){var u=n.utcOffset();n=n.add(r-u,"minute")}}else n=this.utcOffset(0,e);return n.$x.$timezone=t,n},c.offsetName=function(t){var e=this.$x.$timezone||i.tz.guess(),n=a(this.valueOf(),e,{timeZoneName:t}).find(function(t){return"timezonename"===t.type.toLowerCase()});return n&&n.value};var l=c.startOf;c.startOf=function(t,e){if(!this.$x||!this.$x.$timezone)return l.call(this,t,e);var n=i(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});return l.call(n,t,e).tz(this.$x.$timezone,!0)},i.tz=function(t,e,n){var r=n&&e,a=n||e||o,c=s(+i(),a);if("string"!=typeof t)return i(t).tz(a);var l=function(t,e,n){var r=t-60*e*1e3,i=s(r,n);if(e===i)return[r,e];var o=s(r-=60*(i-e)*1e3,n);return i===o?[r,i]:[t-60*Math.min(i,o)*1e3,Math.max(i,o)]}(i.utc(t,r).valueOf(),c,a),u=l[0],d=l[1],f=i(u).utcOffset(d);return f.$x.$timezone=a,f},i.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},i.tz.setDefault=function(t){o=t}}}()},826(t){t.exports=function(){"use strict";var t="minute",e=/[+-]\d\d(?::?\d\d)?/g,n=/([+-]|\d\d)/g;return function(r,i,o){var a=i.prototype;o.utc=function(t){return new i({date:t,utc:!0,args:arguments})},a.utc=function(e){var n=o(this.toDate(),{locale:this.$L,utc:!0});return e?n.add(this.utcOffset(),t):n},a.local=function(){return o(this.toDate(),{locale:this.$L,utc:!1})};var s=a.parse;a.parse=function(t){t.utc&&(this.$u=!0),this.$utils().u(t.$offset)||(this.$offset=t.$offset),s.call(this,t)};var c=a.init;a.init=function(){if(this.$u){var t=this.$d;this.$y=t.getUTCFullYear(),this.$M=t.getUTCMonth(),this.$D=t.getUTCDate(),this.$W=t.getUTCDay(),this.$H=t.getUTCHours(),this.$m=t.getUTCMinutes(),this.$s=t.getUTCSeconds(),this.$ms=t.getUTCMilliseconds()}else c.call(this)};var l=a.utcOffset;a.utcOffset=function(r,i){var o=this.$utils().u;if(o(r))return this.$u?0:o(this.$offset)?l.call(this):this.$offset;if("string"==typeof r&&(r=function(t){void 0===t&&(t="");var r=t.match(e);if(!r)return null;var i=(""+r[0]).match(n)||["-",0,0],o=i[0],a=60*+i[1]+ +i[2];return 0===a?0:"+"===o?a:-a}(r),null===r))return this;var a=Math.abs(r)<=16?60*r:r;if(0===a)return this.utc(i);var s=this.clone();if(i)return s.$offset=a,s.$u=!1,s;var c=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();return(s=this.local().add(a+c,t)).$offset=a,s.$x.$localOffset=c,s};var u=a.format;a.format=function(t){var e=t||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return u.call(this,e)},a.valueOf=function(){var t=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*t},a.isUTC=function(){return!!this.$u},a.toISOString=function(){return this.toDate().toISOString()},a.toString=function(){return this.toDate().toUTCString()};var d=a.toDate;a.toDate=function(t){return"s"===t&&this.$offset?o(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():d.call(this)};var f=a.diff;a.diff=function(t,e,n){if(t&&this.$u===t.$u)return f.call(this,t,e,n);var r=this.local(),i=o(t).local();return f.call(r,i,e,n)}}}()}},e={};function n(r){var i=e[r];if(void 0!==i)return i.exports;var o=e[r]={exports:{}};return t[r].call(o.exports,o,o.exports,n),o.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),(()=>{"use strict";var t=n(353),e=n.n(t),r=n(826),i=n.n(r),o=n(522),a=n.n(o),s=n(569),c=n.n(s);e().extend(i()),e().extend(a()),e().extend(c());const l=e(),u=["sunday","monday","tuesday","wednesday","thursday","friday","saturday"],d=function(t){const e=(t||"").split(":");return 2==e.length?{hour:e[0],minute:e[1]}:null},f=function(t){const e=(t||"").split(":");if(e.length>=2){return{hours:parseInt(e[0],10),minutes:parseInt(e[1],10)}}return null},p=function(t,e){const n=f(t),r=f(e),i=n.minutes+60*n.hours,o=r.minutes+60*r.hours;return i===o?0:i>o?1:-1},m=function(t,e,n){var r=new Date;r.setTime(r.getTime()+24*n*60*60*1e3);var i="expires="+r.toUTCString();document.cookie=t+"="+e+";"+i+";path=/"},h=function(t){for(var e=t+"=",n=document.cookie.split(";"),r=0;r<n.length;r++){for(var i=n[r];" "==i.charAt(0);)i=i.substring(1);if(0==i.indexOf(e))return i.substring(e.length,i.length)}return""},g=function(t,e){return 1e3*(3600*(t.hour-e.hour)+60*(t.minute-e.minute))},y=function(t,e){let n;if("ON"===t.isAlwaysAvailable)return"online";var r;r=e.timezone,n=/\d/.test(r)?l().utcOffset(function(t){const e=t.split(":");let n,r;return 2===e.length?(n=parseInt(e[0]),r=parseInt(e[1])):(n=parseInt(e[0]),r=0),-1!==t.indexOf("-")?-(60*Math.abs(n)+r):60*n+r}(e.timezone)):l(l()).tz(e.timezone);const i=u[n.get("day")],o=t.daysOfWeekWorking[i];if("OFF"===o.isWorkingOnDay)return t.dayOffsText;for(let r=0;r<o.workHours.length;r++){const i=n.get("hour")+":"+n.get("minute"),a=o.workHours[r].startTime,s=o.workHours[r].endTime;if(-1===p(i,a)){const r=f(a),i=g({hour:r.hours,minute:r.minutes},{hour:n.get("hour"),minute:n.get("minute")}),o=l.duration(i),s=d(e.options.display.time_symbols),c=` ${o.get("hours")}${s.hour}:${o.get("minutes")}${s.minute} `;return t.willBeBackText.replace(/\[njwa_time_work\]/gi,c)}if(0===p(i,a)||0===p(i,s))return"online";if(1===p(i,a)&&-1===p(i,s))return"online"}return t.dayOffsText},_=function(t,e,n){if("ON"==e.enabledFacebook||"ON"==e.enabledGoogle){var r=t.href,i=r.indexOf("phone=")+6,o=r.indexOf("&text=");-1===o&&(o=r.length);var a=r.substring(i,o),s="NinjaTeam WhatsApp",c="Phone Number: "+a,l=document.title;if("ON"===e.enabledFacebook&&"undefined"!=typeof fbq&&fbq("trackCustom","NinjaTeam WhatsApp",{accountId:n.accountId,label:l}),"ON"===e.enabledGoogle){if("undefined"!=typeof gtag)"ON"===e.enabledGoogleGA4?gtag("event","NinjaTeam WhatsApp",{number:a,title:l,url:window.location.href}):gtag("event",c,{event_category:s,event_label:l});else if("undefined"!=typeof ga&&void 0!==ga.getAll){ga.getAll()[0].send("event",s,c,l)}else"undefined"!=typeof __gaTracker&&__gaTracker("send","event",s,c,l);"undefined"!=typeof dataLayer&&(dataLayer.push({event:"NinjaTeam WhatsApp",number:a,title:l,url:window.location.href,event_category:s,event_label:l,event_action:c}),dataLayer.push({event:"ninjateam_whatsapp_event",number:a,title:l,url:window.location.href,event_category:s,event_label:l,event_action:c}))}}},{entries:b,setPrototypeOf:v,isFrozen:T,getPrototypeOf:w,getOwnPropertyDescriptor:A}=Object;let{freeze:S,seal:E,create:O}=Object,{apply:$,construct:D}="undefined"!=typeof Reflect&&Reflect;S||(S=function(t){return t}),E||(E=function(t){return t}),$||($=function(t,e){for(var n=arguments.length,r=new Array(n>2?n-2:0),i=2;i<n;i++)r[i-2]=arguments[i];return t.apply(e,r)}),D||(D=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return new t(...n)});const N=V(Array.prototype.forEach),k=V(Array.prototype.lastIndexOf),x=V(Array.prototype.pop),M=V(Array.prototype.push),C=V(Array.prototype.splice),L=Array.isArray,R=V(String.prototype.toLowerCase),I=V(String.prototype.toString),z=V(String.prototype.match),H=V(String.prototype.replace),P=V(String.prototype.indexOf),F=V(String.prototype.trim),U=V(Number.prototype.toString),Y=V(Boolean.prototype.toString),j="undefined"==typeof BigInt?null:V(BigInt.prototype.toString),G="undefined"==typeof Symbol?null:V(Symbol.prototype.toString),W=V(Object.prototype.hasOwnProperty),B=V(Object.prototype.toString),q=V(RegExp.prototype.test),X=(Z=TypeError,function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return D(Z,e)});var Z;function V(t){return function(e){e instanceof RegExp&&(e.lastIndex=0);for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return $(t,e,r)}}function J(t,e){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:R;if(v&&v(t,null),!L(e))return t;let r=e.length;for(;r--;){let i=e[r];if("string"==typeof i){const t=n(i);t!==i&&(T(e)||(e[r]=t),i=t)}t[i]=!0}return t}function K(t){for(let e=0;e<t.length;e++){W(t,e)||(t[e]=null)}return t}function Q(t){const e=O(null);for(const[n,r]of b(t)){W(t,n)&&(L(r)?e[n]=K(r):r&&"object"==typeof r&&r.constructor===Object?e[n]=Q(r):e[n]=r)}return e}function tt(t,e){for(;null!==t;){const n=A(t,e);if(n){if(n.get)return V(n.get);if("function"==typeof n.value)return V(n.value)}t=w(t)}return function(){return null}}const et=S(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),nt=S(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),rt=S(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),it=S(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),ot=S(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),at=S(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),st=S(["#text"]),ct=S(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns"]),lt=S(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),ut=S(["accent","accentunder","align","bevelled","close","columnalign","columnlines","columnspacing","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lquote","lspace","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),dt=S(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),ft=E(/\{\{[\w\W]*|[\w\W]*\}\}/gm),pt=E(/<%[\w\W]*|[\w\W]*%>/gm),mt=E(/\$\{[\w\W]*/gm),ht=E(/^data-[\-\w.\u00B7-\uFFFF]+$/),gt=E(/^aria-[\-\w]+$/),yt=E(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),_t=E(/^(?:\w+script|data):/i),bt=E(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),vt=E(/^html$/i),Tt=E(/^[a-z][.\w]*(-[.\w]+)+$/i);var wt=Object.freeze({__proto__:null,ARIA_ATTR:gt,ATTR_WHITESPACE:bt,CUSTOM_ELEMENT:Tt,DATA_ATTR:ht,DOCTYPE_NAME:vt,ERB_EXPR:pt,IS_ALLOWED_URI:yt,IS_SCRIPT_OR_DATA:_t,MUSTACHE_EXPR:ft,TMPLIT_EXPR:mt});const At=1,St=3,Et=7,Ot=8,$t=9,Dt=function(){return"undefined"==typeof window?null:window};var Nt=function t(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Dt();const n=e=>t(e);if(n.version="3.4.1",n.removed=[],!e||!e.document||e.document.nodeType!==$t||!e.Element)return n.isSupported=!1,n;let{document:r}=e;const i=r,o=i.currentScript,{DocumentFragment:a,HTMLTemplateElement:s,Node:c,Element:l,NodeFilter:u,NamedNodeMap:d=e.NamedNodeMap||e.MozNamedAttrMap,HTMLFormElement:f,DOMParser:p,trustedTypes:m}=e,h=l.prototype,g=tt(h,"cloneNode"),y=tt(h,"remove"),_=tt(h,"nextSibling"),v=tt(h,"childNodes"),T=tt(h,"parentNode");if("function"==typeof s){const t=r.createElement("template");t.content&&t.content.ownerDocument&&(r=t.content.ownerDocument)}let w,A="";const{implementation:E,createNodeIterator:$,createDocumentFragment:D,getElementsByTagName:Z}=r,{importNode:V}=i;let K={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]};n.isSupported="function"==typeof b&&"function"==typeof T&&E&&void 0!==E.createHTMLDocument;const{MUSTACHE_EXPR:ft,ERB_EXPR:pt,TMPLIT_EXPR:mt,DATA_ATTR:ht,ARIA_ATTR:gt,IS_SCRIPT_OR_DATA:_t,ATTR_WHITESPACE:bt,CUSTOM_ELEMENT:Tt}=wt;let{IS_ALLOWED_URI:Nt}=wt,kt=null;const xt=J({},[...et,...nt,...rt,...ot,...st]);let Mt=null;const Ct=J({},[...ct,...lt,...ut,...dt]);let Lt=Object.seal(O(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Rt=null,It=null;const zt=Object.seal(O(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let Ht=!0,Pt=!0,Ft=!1,Ut=!0,Yt=!1,jt=!0,Gt=!1,Wt=!1,Bt=!1,qt=!1,Xt=!1,Zt=!1,Vt=!0,Jt=!1;const Kt="user-content-";let Qt=!0,te=!1,ee={},ne=null;const re=J({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let ie=null;const oe=J({},["audio","video","img","source","image","track"]);let ae=null;const se=J({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),ce="http://www.w3.org/1998/Math/MathML",le="http://www.w3.org/2000/svg",ue="http://www.w3.org/1999/xhtml";let de=ue,fe=!1,pe=null;const me=J({},[ce,le,ue],I);let he=J({},["mi","mo","mn","ms","mtext"]),ge=J({},["annotation-xml"]);const ye=J({},["title","style","font","a","script"]);let _e=null;const be=["application/xhtml+xml","text/html"];let ve=null,Te=null;const we=r.createElement("form"),Ae=function(t){return t instanceof RegExp||t instanceof Function},Se=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(Te&&Te===t)return;t&&"object"==typeof t||(t={}),t=Q(t),_e=-1===be.indexOf(t.PARSER_MEDIA_TYPE)?"text/html":t.PARSER_MEDIA_TYPE,ve="application/xhtml+xml"===_e?I:R,kt=W(t,"ALLOWED_TAGS")&&L(t.ALLOWED_TAGS)?J({},t.ALLOWED_TAGS,ve):xt,Mt=W(t,"ALLOWED_ATTR")&&L(t.ALLOWED_ATTR)?J({},t.ALLOWED_ATTR,ve):Ct,pe=W(t,"ALLOWED_NAMESPACES")&&L(t.ALLOWED_NAMESPACES)?J({},t.ALLOWED_NAMESPACES,I):me,ae=W(t,"ADD_URI_SAFE_ATTR")&&L(t.ADD_URI_SAFE_ATTR)?J(Q(se),t.ADD_URI_SAFE_ATTR,ve):se,ie=W(t,"ADD_DATA_URI_TAGS")&&L(t.ADD_DATA_URI_TAGS)?J(Q(oe),t.ADD_DATA_URI_TAGS,ve):oe,ne=W(t,"FORBID_CONTENTS")&&L(t.FORBID_CONTENTS)?J({},t.FORBID_CONTENTS,ve):re,Rt=W(t,"FORBID_TAGS")&&L(t.FORBID_TAGS)?J({},t.FORBID_TAGS,ve):Q({}),It=W(t,"FORBID_ATTR")&&L(t.FORBID_ATTR)?J({},t.FORBID_ATTR,ve):Q({}),ee=!!W(t,"USE_PROFILES")&&(t.USE_PROFILES&&"object"==typeof t.USE_PROFILES?Q(t.USE_PROFILES):t.USE_PROFILES),Ht=!1!==t.ALLOW_ARIA_ATTR,Pt=!1!==t.ALLOW_DATA_ATTR,Ft=t.ALLOW_UNKNOWN_PROTOCOLS||!1,Ut=!1!==t.ALLOW_SELF_CLOSE_IN_ATTR,Yt=t.SAFE_FOR_TEMPLATES||!1,jt=!1!==t.SAFE_FOR_XML,Gt=t.WHOLE_DOCUMENT||!1,qt=t.RETURN_DOM||!1,Xt=t.RETURN_DOM_FRAGMENT||!1,Zt=t.RETURN_TRUSTED_TYPE||!1,Bt=t.FORCE_BODY||!1,Vt=!1!==t.SANITIZE_DOM,Jt=t.SANITIZE_NAMED_PROPS||!1,Qt=!1!==t.KEEP_CONTENT,te=t.IN_PLACE||!1,Nt=function(t){try{return q(t,""),!0}catch(t){return!1}}(t.ALLOWED_URI_REGEXP)?t.ALLOWED_URI_REGEXP:yt,de="string"==typeof t.NAMESPACE?t.NAMESPACE:ue,he=W(t,"MATHML_TEXT_INTEGRATION_POINTS")&&t.MATHML_TEXT_INTEGRATION_POINTS&&"object"==typeof t.MATHML_TEXT_INTEGRATION_POINTS?Q(t.MATHML_TEXT_INTEGRATION_POINTS):J({},["mi","mo","mn","ms","mtext"]),ge=W(t,"HTML_INTEGRATION_POINTS")&&t.HTML_INTEGRATION_POINTS&&"object"==typeof t.HTML_INTEGRATION_POINTS?Q(t.HTML_INTEGRATION_POINTS):J({},["annotation-xml"]);const e=W(t,"CUSTOM_ELEMENT_HANDLING")&&t.CUSTOM_ELEMENT_HANDLING&&"object"==typeof t.CUSTOM_ELEMENT_HANDLING?Q(t.CUSTOM_ELEMENT_HANDLING):O(null);if(Lt=O(null),W(e,"tagNameCheck")&&Ae(e.tagNameCheck)&&(Lt.tagNameCheck=e.tagNameCheck),W(e,"attributeNameCheck")&&Ae(e.attributeNameCheck)&&(Lt.attributeNameCheck=e.attributeNameCheck),W(e,"allowCustomizedBuiltInElements")&&"boolean"==typeof e.allowCustomizedBuiltInElements&&(Lt.allowCustomizedBuiltInElements=e.allowCustomizedBuiltInElements),Yt&&(Pt=!1),Xt&&(qt=!0),ee&&(kt=J({},st),Mt=O(null),!0===ee.html&&(J(kt,et),J(Mt,ct)),!0===ee.svg&&(J(kt,nt),J(Mt,lt),J(Mt,dt)),!0===ee.svgFilters&&(J(kt,rt),J(Mt,lt),J(Mt,dt)),!0===ee.mathMl&&(J(kt,ot),J(Mt,ut),J(Mt,dt))),zt.tagCheck=null,zt.attributeCheck=null,W(t,"ADD_TAGS")&&("function"==typeof t.ADD_TAGS?zt.tagCheck=t.ADD_TAGS:L(t.ADD_TAGS)&&(kt===xt&&(kt=Q(kt)),J(kt,t.ADD_TAGS,ve))),W(t,"ADD_ATTR")&&("function"==typeof t.ADD_ATTR?zt.attributeCheck=t.ADD_ATTR:L(t.ADD_ATTR)&&(Mt===Ct&&(Mt=Q(Mt)),J(Mt,t.ADD_ATTR,ve))),W(t,"ADD_URI_SAFE_ATTR")&&L(t.ADD_URI_SAFE_ATTR)&&J(ae,t.ADD_URI_SAFE_ATTR,ve),W(t,"FORBID_CONTENTS")&&L(t.FORBID_CONTENTS)&&(ne===re&&(ne=Q(ne)),J(ne,t.FORBID_CONTENTS,ve)),W(t,"ADD_FORBID_CONTENTS")&&L(t.ADD_FORBID_CONTENTS)&&(ne===re&&(ne=Q(ne)),J(ne,t.ADD_FORBID_CONTENTS,ve)),Qt&&(kt["#text"]=!0),Gt&&J(kt,["html","head","body"]),kt.table&&(J(kt,["tbody"]),delete Rt.tbody),t.TRUSTED_TYPES_POLICY){if("function"!=typeof t.TRUSTED_TYPES_POLICY.createHTML)throw X('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof t.TRUSTED_TYPES_POLICY.createScriptURL)throw X('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');w=t.TRUSTED_TYPES_POLICY,A=w.createHTML("")}else void 0===w&&(w=function(t,e){if("object"!=typeof t||"function"!=typeof t.createPolicy)return null;let n=null;const r="data-tt-policy-suffix";e&&e.hasAttribute(r)&&(n=e.getAttribute(r));const i="dompurify"+(n?"#"+n:"");try{return t.createPolicy(i,{createHTML:t=>t,createScriptURL:t=>t})}catch(t){return console.warn("TrustedTypes policy "+i+" could not be created."),null}}(m,o)),null!==w&&"string"==typeof A&&(A=w.createHTML(""));S&&S(t),Te=t},Ee=J({},[...nt,...rt,...it]),Oe=J({},[...ot,...at]),$e=function(t){M(n.removed,{element:t});try{T(t).removeChild(t)}catch(e){y(t)}},De=function(t,e){try{M(n.removed,{attribute:e.getAttributeNode(t),from:e})}catch(t){M(n.removed,{attribute:null,from:e})}if(e.removeAttribute(t),"is"===t)if(qt||Xt)try{$e(e)}catch(t){}else try{e.setAttribute(t,"")}catch(t){}},Ne=function(t){let e=null,n=null;if(Bt)t="<remove></remove>"+t;else{const e=z(t,/^[\r\n\t ]+/);n=e&&e[0]}"application/xhtml+xml"===_e&&de===ue&&(t='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+t+"</body></html>");const i=w?w.createHTML(t):t;if(de===ue)try{e=(new p).parseFromString(i,_e)}catch(t){}if(!e||!e.documentElement){e=E.createDocument(de,"template",null);try{e.documentElement.innerHTML=fe?A:i}catch(t){}}const o=e.body||e.documentElement;return t&&n&&o.insertBefore(r.createTextNode(n),o.childNodes[0]||null),de===ue?Z.call(e,Gt?"html":"body")[0]:Gt?e.documentElement:o},ke=function(t){return $.call(t.ownerDocument||t,t,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT|u.SHOW_PROCESSING_INSTRUCTION|u.SHOW_CDATA_SECTION,null)},xe=function(t){return t instanceof f&&("string"!=typeof t.nodeName||"string"!=typeof t.textContent||"function"!=typeof t.removeChild||!(t.attributes instanceof d)||"function"!=typeof t.removeAttribute||"function"!=typeof t.setAttribute||"string"!=typeof t.namespaceURI||"function"!=typeof t.insertBefore||"function"!=typeof t.hasChildNodes)},Me=function(t){return"function"==typeof c&&t instanceof c};function Ce(t,e,r){N(t,t=>{t.call(n,e,r,Te)})}const Le=function(t){let e=null;if(Ce(K.beforeSanitizeElements,t,null),xe(t))return $e(t),!0;const r=ve(t.nodeName);if(Ce(K.uponSanitizeElement,t,{tagName:r,allowedTags:kt}),jt&&t.hasChildNodes()&&!Me(t.firstElementChild)&&q(/<[/\w!]/g,t.innerHTML)&&q(/<[/\w!]/g,t.textContent))return $e(t),!0;if(jt&&t.namespaceURI===ue&&"style"===r&&Me(t.firstElementChild))return $e(t),!0;if(t.nodeType===Et)return $e(t),!0;if(jt&&t.nodeType===Ot&&q(/<[/\w]/g,t.data))return $e(t),!0;if(Rt[r]||!(zt.tagCheck instanceof Function&&zt.tagCheck(r))&&!kt[r]){if(!Rt[r]&&ze(r)){if(Lt.tagNameCheck instanceof RegExp&&q(Lt.tagNameCheck,r))return!1;if(Lt.tagNameCheck instanceof Function&&Lt.tagNameCheck(r))return!1}if(Qt&&!ne[r]){const e=T(t)||t.parentNode,n=v(t)||t.childNodes;if(n&&e){for(let r=n.length-1;r>=0;--r){const i=g(n[r],!0);e.insertBefore(i,_(t))}}}return $e(t),!0}return t instanceof l&&!function(t){let e=T(t);e&&e.tagName||(e={namespaceURI:de,tagName:"template"});const n=R(t.tagName),r=R(e.tagName);return!!pe[t.namespaceURI]&&(t.namespaceURI===le?e.namespaceURI===ue?"svg"===n:e.namespaceURI===ce?"svg"===n&&("annotation-xml"===r||he[r]):Boolean(Ee[n]):t.namespaceURI===ce?e.namespaceURI===ue?"math"===n:e.namespaceURI===le?"math"===n&&ge[r]:Boolean(Oe[n]):t.namespaceURI===ue?!(e.namespaceURI===le&&!ge[r])&&!(e.namespaceURI===ce&&!he[r])&&!Oe[n]&&(ye[n]||!Ee[n]):!("application/xhtml+xml"!==_e||!pe[t.namespaceURI]))}(t)?($e(t),!0):"noscript"!==r&&"noembed"!==r&&"noframes"!==r||!q(/<\/no(script|embed|frames)/i,t.innerHTML)?(Yt&&t.nodeType===St&&(e=t.textContent,N([ft,pt,mt],t=>{e=H(e,t," ")}),t.textContent!==e&&(M(n.removed,{element:t.cloneNode()}),t.textContent=e)),Ce(K.afterSanitizeElements,t,null),!1):($e(t),!0)},Re=function(t,e,n){if(It[e])return!1;if(Vt&&("id"===e||"name"===e)&&(n in r||n in we))return!1;if(Pt&&!It[e]&&q(ht,e));else if(Ht&&q(gt,e));else if(zt.attributeCheck instanceof Function&&zt.attributeCheck(e,t));else if(!Mt[e]||It[e]){if(!(ze(t)&&(Lt.tagNameCheck instanceof RegExp&&q(Lt.tagNameCheck,t)||Lt.tagNameCheck instanceof Function&&Lt.tagNameCheck(t))&&(Lt.attributeNameCheck instanceof RegExp&&q(Lt.attributeNameCheck,e)||Lt.attributeNameCheck instanceof Function&&Lt.attributeNameCheck(e,t))||"is"===e&&Lt.allowCustomizedBuiltInElements&&(Lt.tagNameCheck instanceof RegExp&&q(Lt.tagNameCheck,n)||Lt.tagNameCheck instanceof Function&&Lt.tagNameCheck(n))))return!1}else if(ae[e]);else if(q(Nt,H(n,bt,"")));else if("src"!==e&&"xlink:href"!==e&&"href"!==e||"script"===t||0!==P(n,"data:")||!ie[t]){if(Ft&&!q(_t,H(n,bt,"")));else if(n)return!1}else;return!0},Ie=J({},["annotation-xml","color-profile","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","missing-glyph"]),ze=function(t){return!Ie[R(t)]&&q(Tt,t)},He=function(t){Ce(K.beforeSanitizeAttributes,t,null);const{attributes:e}=t;if(!e||xe(t))return;const r={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Mt,forceKeepAttr:void 0};let i=e.length;for(;i--;){const o=e[i],{name:a,namespaceURI:s,value:c}=o,l=ve(a),u=c;let d="value"===a?u:F(u);if(r.attrName=l,r.attrValue=d,r.keepAttr=!0,r.forceKeepAttr=void 0,Ce(K.uponSanitizeAttribute,t,r),d=r.attrValue,!Jt||"id"!==l&&"name"!==l||0===P(d,Kt)||(De(a,t),d=Kt+d),jt&&q(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,d)){De(a,t);continue}if("attributename"===l&&z(d,"href")){De(a,t);continue}if(r.forceKeepAttr)continue;if(!r.keepAttr){De(a,t);continue}if(!Ut&&q(/\/>/i,d)){De(a,t);continue}Yt&&N([ft,pt,mt],t=>{d=H(d,t," ")});const f=ve(t.nodeName);if(Re(f,l,d)){if(w&&"object"==typeof m&&"function"==typeof m.getAttributeType)if(s);else switch(m.getAttributeType(f,l)){case"TrustedHTML":d=w.createHTML(d);break;case"TrustedScriptURL":d=w.createScriptURL(d)}if(d!==u)try{s?t.setAttributeNS(s,a,d):t.setAttribute(a,d),xe(t)?$e(t):x(n.removed)}catch(e){De(a,t)}}else De(a,t)}Ce(K.afterSanitizeAttributes,t,null)},Pe=function(t){let e=null;const n=ke(t);for(Ce(K.beforeSanitizeShadowDOM,t,null);e=n.nextNode();)Ce(K.uponSanitizeShadowNode,e,null),Le(e),He(e),e.content instanceof a&&Pe(e.content);Ce(K.afterSanitizeShadowDOM,t,null)};return n.sanitize=function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=null,o=null,s=null,l=null;if(fe=!t,fe&&(t="\x3c!--\x3e"),"string"!=typeof t&&!Me(t)&&"string"!=typeof(t=function(t){switch(typeof t){case"string":return t;case"number":return U(t);case"boolean":return Y(t);case"bigint":return j?j(t):"0";case"symbol":return G?G(t):"Symbol()";case"undefined":default:return B(t);case"function":case"object":{if(null===t)return B(t);const e=t,n=tt(e,"toString");if("function"==typeof n){const t=n(e);return"string"==typeof t?t:B(t)}return B(t)}}}(t)))throw X("dirty is not a string, aborting");if(!n.isSupported)return t;if(Wt||Se(e),n.removed=[],"string"==typeof t&&(te=!1),te){const e=t.nodeName;if("string"==typeof e){const t=ve(e);if(!kt[t]||Rt[t])throw X("root node is forbidden and cannot be sanitized in-place")}}else if(t instanceof c)r=Ne("\x3c!----\x3e"),o=r.ownerDocument.importNode(t,!0),o.nodeType===At&&"BODY"===o.nodeName||"HTML"===o.nodeName?r=o:r.appendChild(o);else{if(!qt&&!Yt&&!Gt&&-1===t.indexOf("<"))return w&&Zt?w.createHTML(t):t;if(r=Ne(t),!r)return qt?null:Zt?A:""}r&&Bt&&$e(r.firstChild);const u=ke(te?t:r);for(;s=u.nextNode();)Le(s),He(s),s.content instanceof a&&Pe(s.content);if(te)return t;if(qt){if(Yt){r.normalize();let t=r.innerHTML;N([ft,pt,mt],e=>{t=H(t,e," ")}),r.innerHTML=t}if(Xt)for(l=D.call(r.ownerDocument);r.firstChild;)l.appendChild(r.firstChild);else l=r;return(Mt.shadowroot||Mt.shadowrootmode)&&(l=V.call(i,l,!0)),l}let d=Gt?r.outerHTML:r.innerHTML;return Gt&&kt["!doctype"]&&r.ownerDocument&&r.ownerDocument.doctype&&r.ownerDocument.doctype.name&&q(vt,r.ownerDocument.doctype.name)&&(d="<!DOCTYPE "+r.ownerDocument.doctype.name+">\n"+d),Yt&&N([ft,pt,mt],t=>{d=H(d,t," ")}),w&&Zt?w.createHTML(d):d},n.setConfig=function(){Se(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}),Wt=!0},n.clearConfig=function(){Te=null,Wt=!1},n.isValidAttribute=function(t,e,n){Te||Se({});const r=ve(t),i=ve(e);return Re(r,i,n)},n.addHook=function(t,e){"function"==typeof e&&M(K[t],e)},n.removeHook=function(t,e){if(void 0!==e){const n=k(K[t],e);return-1===n?void 0:C(K[t],n,1)[0]}return x(K[t])},n.removeHooks=function(t){K[t]=[]},n.removeAllHooks=function(){K={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},n}();void 0===String.prototype.njtReplaceAll&&(String.prototype.njtReplaceAll=function(t,e){return this.replace(new RegExp(t,"g"),()=>e)});const kt=(Mt=!1,xt=navigator.userAgent||navigator.vendor||window.opera,(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm(os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(xt)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s)|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp(i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac(|\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt(|\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg(g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v)|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v)|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-|)|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(xt.substr(0,4)))&&(Mt=!0),Mt);var xt,Mt;const Ct=function(t,e){let n="",r=t.predefinedText;if(r=r.njtReplaceAll(/\[njwa_page_title\]/gi,encodeURIComponent(document.title)),r=r.njtReplaceAll(/\[njwa_page_url\]/gi,window.location.href),r=r.njtReplaceAll(/\n/gi,"%0A"),-1!==t.number.indexOf("chat.whatsapp.com"))n+=t.number;else{let i=e.urlSettings[kt?"onMobile":"onDesktop"];if(i||(i="api"),"protocol"===i)return"whatsapp://send?phone="+t.number.replace(/[^0-9]/gi,"");n+="https://"+i+".whatsapp.com/send?phone=",n+=t.number.replace(/[^0-9]/gi,""),n+=t.predefinedText?"&text="+r:""}return n};window.njtWhatsApp={createButton:function(t,e){const n=Object.assign({},e),r=n.info,i=y(r,n);if("ON"===n.options.accounts.hideOfflineAgents&&"online"!==i)return;let o="";o+="round"==n.styles.type?" wa__r_button":" wa__sq_button",o+="online"==i?" wa__stt_online":" wa__stt_offline",o+=n.avatar?" wa__btn_w_img":" wa__btn_w_icon",o+=n.name?"":" wa__button_text_only";let a=Ct(r,n);const s=document.createElement("div");s.setAttribute("class",n.avatar?"wa__cs_img":"wa__btn_icon"),s.appendChild((()=>{if(n.avatar){const t=document.createElement("div");return t.setAttribute("class","wa__cs_img_wrap"),t.setAttribute("style",`background: url(${n.avatar}) center center no-repeat; background-size: cover`),t}{const t=document.createElement("img");return t.setAttribute("alt","img"),t.setAttribute("src",n.defaultAvatar),t}})());const c=document.createElement("div");c.setAttribute("class","wa__btn_txt"),c.appendChild(n.name?(()=>{const t=document.createElement("div");return t.className="wa__cs_info",t.appendChild((()=>{const t=document.createElement("div");return t.setAttribute("class","wa__cs_name"),t.setAttribute("style","online"==i?`color: ${"#fff"==n.styles.textColor||"#ffffff"==n.styles.textColor?"#d5f0d9":n.styles.textColor}; opacity: ${"#fff"==n.styles.textColor||"#ffffff"==n.styles.textColor?1:.8}`:""),t.innerHTML=Nt.sanitize(n.name),t})()),t.appendChild((()=>{const t=document.createElement("div");return t.setAttribute("class","wa__cs_status"),t.innerHTML="online"===i?Nt.sanitize(n.i18n.online):Nt.sanitize(n.i18n.offline),t})()),t})():document.createTextNode("")),c.appendChild((()=>{const t=document.createElement("div");return t.setAttribute("class","wa__btn_title"),t.setAttribute("style","online"==i?"color: "+n.styles.textColor:""),t.innerHTML=Nt.sanitize(n.styles.label),t})()),c.appendChild((()=>{if("online"!=i){const t=document.createElement("div");return t.setAttribute("class","wa__btn_status"),t.innerHTML=Nt.sanitize(i),t}return document.createTextNode("")})());const l=document.createElement("div");l.setAttribute("class","nta-wa-gdpr"),l.appendChild((()=>{const t=document.createElement("input");t.setAttribute("id","nta-wa-gdpr"),t.setAttribute("type","checkbox"),t.setAttribute("value","accept"),t.onchange=function(t){if(t.target.checked&&(m("nta-wa-gdpr","accept",30),""!=h("nta-wa-gdpr"))){const t=document.querySelectorAll(".nta-wa-gdpr");l.style.opacity=0,setTimeout(()=>{t.forEach(t=>t.style.display="none")},400);document.querySelectorAll(".wa__popup_content_item").forEach(t=>t.classList.remove("pointer-disable"))}};const e=document.createElement("span");e.appendChild(t),e.appendChild((()=>{const t=document.createElement("span");return t.innerHTML=Nt.sanitize(n.options.styles.gdprContent.njtReplaceAll(/\r\n\r\n/gm,"<br/>")),t})());const r=document.createElement("label");return r.setAttribute("for","nta-wa-gdpr"),r.appendChild(e),r})());const u=document.createElement("a");u.setAttribute("target","ON"==n.urlSettings.openInNewTab?"_blank":"_self"),u.setAttribute("href",a),u.setAttribute("rel","nofollow noopener noreferrer"),u.setAttribute("class","wa__button"+o),u.onclick=function(t){if(n.gdprStatus&&!h("nta-wa-gdpr"))return t.preventDefault(),l.style.background="red",void(l.style.color="#fff");_(this,{enabledFacebook:n.options.analytics.enabledFacebook,enabledGoogle:n.options.analytics.enabledGoogle,enabledGoogleGA4:n.options.analytics.enabledGoogleGA4},r)},"online"==i&&(u.style.backgroundColor=n.styles.backgroundColor),u.appendChild(s),u.appendChild(c),t.appendChild(u),n.gdprStatus&&"accept"!=h("nta-wa-gdpr")&&t.appendChild(l),t._isWaButton=!0},createWidget:function(t,e){const n=Object.assign({accounts:[],timezone:"",defaultAvatar:"",gdprStatus:!1,options:{display:{},styles:{},analytics:{}},urlSettings:{}},e);if("OFF"==n.options.display.showOnDesktop&&!kt)return;if("OFF"==n.options.display.showOnMobile&&kt)return;if("simple"===n.options.styles.widgetType&&1===n.accounts.length&&"ON"===n.options.accounts.hideOfflineAgents){if("online"!==y(n.accounts[0],n))return}const r=n.options.styles;t.classList.add("wa__widget_container");const i=document.createElement("div");i.setAttribute("class","wa__btn_popup_txt"),i.appendChild((()=>{const t=document.createElement("span");return t.innerHTML=Nt.sanitize(r.btnLabel),t})()),i.style.display="ON"==r.isShowBtnLabel?"block":"none",i.style.left="left"==r.btnPosition?"100%":"unset",i.style.right="right"==r.btnPosition?"100%":"unset",i.style.marginRight="right"==r.btnPosition?"7px":"0px",i.style.marginLeft="left"==r.btnPosition?"7px":"0px",i.style.width=r.btnLabelWidth+"px";const o=document.createElement("div");o.setAttribute("class","wa__btn_popup_icon"),o.style.background=r.backgroundColor;const a=document.createElement("div");a.setAttribute("class","wa__btn_popup"),a.onclick=function(t){const e=function(t,e){if("simple"===e.options.styles.widgetType&&1===e.accounts.length){const t=Ct(e.accounts[0],e);return e.urlSettings.openInNewTab?window.open(t):location.href=t,!0}return!1}(0,n);if(e)return void _({href:Ct(n.accounts[0],n)},{enabledFacebook:n.options.analytics.enabledFacebook,enabledGoogle:n.options.analytics.enabledGoogle,enabledGoogleGA4:n.options.analytics.enabledGoogleGA4},n.accounts[0]);let r,i;const o=document.querySelector(".wa__popup_chat_box"),a=document.querySelector(".wa__btn_popup");o.classList.contains("wa__active")?(o.classList.remove("wa__active"),a.classList.remove("wa__active"),clearTimeout(i),o.classList.contains("wa__lauch")&&(r=setTimeout(function(){o.classList.remove("wa__pending"),o.classList.remove("wa__lauch")},400))):(o.classList.add("wa__pending"),o.classList.add("wa__active"),a.classList.add("wa__active"),clearTimeout(r),o.classList.contains("wa__lauch")||(i=setTimeout(function(){o.classList.add("wa__lauch")},100)))},a.appendChild(i),a.appendChild(o),a.style.left="left"==r.btnPosition?parseInt(r.btnLeftDistance)+"px":"unset",a.style.right="right"==r.btnPosition?parseInt(r.btnRightDistance)+"px":"unset",a.style.bottom=parseInt(r.btnBottomDistance)+"px",t.appendChild(a);const s=document.createElement("div");s.setAttribute("class","wa__popup_heading"),s.style.background=r.backgroundColor,s.append((()=>{const t=document.createElement("div");return t.className="wa__popup_title",t.innerHTML=Nt.sanitize(r.title),t.style.color=r.textColor,t.style.fontSize=r.titleSize+"px",t})()),s.append((()=>{const t=document.createElement("div");return t.className="wa__popup_intro",t.innerHTML=Nt.sanitize(r.description.njtReplaceAll(/\r\n\r\n/gm,"<br/>")),t.style="#fff"==r.textColor||"#ffffff"==r.textColor?"color: #D9EBC6":"color: "+r.textColor+"; opacity: 0.8",t.style.fontSize=r.descriptionTextSize+"px",t})());const c=document.createElement("div");c.className="nta-wa-gdpr",c.appendChild((()=>{const t=document.createElement("input");t.setAttribute("id","nta-wa-gdpr"),t.setAttribute("type","checkbox"),t.setAttribute("value","accept"),t.onchange=function(t){if(t.target.checked&&(m("nta-wa-gdpr","accept",30),""!=h("nta-wa-gdpr"))){const t=document.querySelectorAll(".nta-wa-gdpr");c.style.opacity=0,setTimeout(()=>{t.forEach(t=>t.style.display="none")},400);document.querySelectorAll(".wa__popup_content_item").forEach(t=>t.classList.remove("pointer-disable"))}};const e=document.createElement("span");e.appendChild(t),e.appendChild((()=>{const t=document.createElement("span");return t.innerHTML=Nt.sanitize(n.options.styles.gdprContent.njtReplaceAll(/\r\n\r\n/gm,"<br/>")),t})());const r=document.createElement("label");return r.setAttribute("for","nta-wa-gdpr"),r.appendChild(e),r})());const l=document.createElement("div");l.className="wa__popup_content wa__popup_content_left",l.appendChild((()=>{const t=document.createElement("div");return t.className="wa__popup_notice",t.innerHTML=Nt.sanitize(r.responseText.njtReplaceAll(/\r\n\r\n/gm,"<br/>")),t.style.fontSize=r.regularTextSize+"px",t})()),l.appendChild("ON"==r.isShowGDPR&&1==n.gdprStatus&&"accept"!=h("nta-wa-gdpr")?c:document.createTextNode("")),l.appendChild((()=>{const t=document.createElement("div");var e;return t.className="wa__popup_content_list",t.onclick=function(){""==h("nta-wa-gdpr")&&(c.style.background="red",c.style.color="#fff")},e=t,n.accounts.forEach(t=>{const i=y(t,n);if("ON"===n.options.accounts.hideOfflineAgents&&"online"!==i)return;let o=Ct(t,n);const a=document.createElement("div");a.className="wa__popup_avatar"+(t.avatar?"":" nta-default-avt"),a.appendChild((()=>{if(t.avatar){const e=document.createElement("div");return e.className="wa__cs_img_wrap",e.style=`background: url(${t.avatar}) center center no-repeat; background-size: cover;`,e}return document.createRange().createContextualFragment(n.defaultAvatar)})());const s=document.createElement("div");s.className="wa__popup_content_item"+(1==n.gdprStatus&&"accept"!=h("nta-wa-gdpr")?" pointer-disable":""),s.appendChild((()=>{const e=document.createElement("a");return e.setAttribute("target","ON"==n.urlSettings.openInNewTab?"_blank":"_self"),e.setAttribute("href",o),e.setAttribute("rel","nofollow noopener noreferrer"),e.className="wa__stt"+("online"===i?" wa__stt_online":" wa__stt_offline"),e.onclick=function(){_(this,{enabledFacebook:n.options.analytics.enabledFacebook,enabledGoogle:n.options.analytics.enabledGoogle,enabledGoogleGA4:n.options.analytics.enabledGoogleGA4},t)},e.appendChild(a),e.appendChild((()=>{const e=document.createElement("div");e.className="wa__popup_txt";let n="";return n+=`<div class="wa__member_name" style='font-size:${r.accountNameSize}px'>${t.accountName}</div>`,n+=`<div class="wa__member_duty" style='font-size:${r.regularTextSize}px'>${t.title}</div>`,n+="online"!=i?`<div class="wa__member_status">${i}</div>`:"",e.innerHTML=Nt.sanitize(n),e})()),e})()),e.appendChild(s)}),t})()),"ON"===r.isShowScroll&&(l.style.maxHeight=parseInt(r.scrollHeight)+"px",l.style.overflow="auto");const u=document.createElement("div");u.className="wa__popup_chat_box",u.appendChild(s),u.style.left="left"==r.btnPosition?parseInt(r.btnLeftDistance)+"px":"unset",u.style.right="right"==r.btnPosition?parseInt(r.btnRightDistance)+"px":"unset",u.style.bottom=parseInt(r.btnBottomDistance)+72+"px",u.appendChild(l),t.appendChild(u)},ready:function(t){return(document.attachEvent?"complete"===document.readyState:"loading"!==document.readyState)?t():document.addEventListener("DOMContentLoaded",t)}}})()})();