(()=>{(()=>{var Fn={31751:(c,l,t)=>{var e={"./new-relic-script.dev.ext.html":[52080,2080],"./new-relic-script.perf.ext.html":[36609,6609],"./new-relic-script.prod.ext.html":[19859,9859],"./new-relic-script.stage.ext.html":[10721,721]};function n(r){if(!t.o(e,r))return Promise.resolve().then(()=>{var i=new Error("Cannot find module '"+r+"'");throw i.code="MODULE_NOT_FOUND",i});var o=e[r],a=o[0];return t.e(o[1]).then(()=>t(a))}n.keys=()=>Object.keys(e),n.id=31751,c.exports=n},64138:function(c){/*! * Performance Observer Polyfill * Version: 1.1.1 * https://github.com/fastly/performance-observer-polyfill * * Copyright (c) 2020, Fastly, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. * */(function(l,t){c.exports=t()})(this,function(){return function(l){var t={};function e(n){if(t[n])return t[n].exports;var r=t[n]={i:n,l:!1,exports:{}};return l[n].call(r.exports,r,r.exports,e),r.l=!0,r.exports}return e.m=l,e.c=t,e.d=function(n,r,o){e.o(n,r)||Object.defineProperty(n,r,{enumerable:!0,get:o})},e.r=function(n){typeof Symbol"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}()?Reflect.construct:function(h,p,F){var W=[null];W.push.apply(W,p);var $=new(Function.bind.apply(h,W));return F&&u($,F.prototype),$}).apply(null,arguments)}function u(b,Q){return(u=Object.setPrototypeOf||function(g,h){return g.__proto__=h,g})(b,Q)}function f(b){return(f=Object.setPrototypeOf?Object.getPrototypeOf:function(Q){return Q.__proto__||Object.getPrototypeOf(Q)})(b)}e.r(t);var m=function(b){function Q(F){var W,$,Y,x,V;return function(T,E){if(!(T instanceof E))throw new TypeError("Cannot call a class as a function")}(this,Q),$=function(T,E){return!E||n(E)!=="object"&&typeof E!="function"?a(T):E}(this,(W=f(Q)).call.apply(W,[this].concat(r(F)))),Y=a($),V=void 0,(x="_entries")in Y?Object.defineProperty(Y,x,{value:V,enumerable:!0,configurable:!0,writable:!0}):Y[x]=V,$._entries=F,$}var g,h,p;return function(F,W){if(typeof W!="function"&&W!==null)throw new TypeError("Super expression must either be null or a function");F.prototype=Object.create(W&&W.prototype,{constructor:{value:F,writable:!0,configurable:!0}}),W&&u(F,W)}(Q,b),g=Q,(h=[{key:"getEntries",value:function(){return this._entries}},{key:"getEntriesByType",value:function(F){return this._entries.filter(function(W){return W.entryType===F})}},{key:"getEntriesByName",value:function(F,W){return this._entries.filter(function($){return $.name===F}).filter(function($){return!W||$.entryType===W})}}])&&o(g.prototype,h),p&&o(g,p),Q}(i(Array));function C(b,Q){for(var g=0;g0&&arguments[0]!==void 0?arguments[0]:{},F=p.registeredObservers,W=F===void 0?new Set:F,$=p.processedEntries,Y=$===void 0?new Set:$,x=p.interval,V=x===void 0?100:x,T=p.context,E=T===void 0?self:T;(function(y,X){if(!(y instanceof X))throw new TypeError("Cannot call a class as a function")})(this,b),R(this,"registeredObservers",void 0),R(this,"processedEntries",void 0),R(this,"interval",void 0),R(this,"intervalId",void 0),R(this,"context",void 0),this.registeredObservers=W,this.processedEntries=Y,this.interval=V,this.context=E,this.intervalId=null}var Q,g,h;return Q=b,(g=[{key:"getNewEntries",value:function(){var p=this;return this.context.performance.getEntries().filter(function(F){return!p.processedEntries.has(F)})}},{key:"getObserversForType",value:function(p,F){return Array.from(p).filter(function(W){return W.entryTypes.some(function($){return $===F})})}},{key:"processBuffer",value:function(p){var F=Array.from(p.buffer),W=new m(F);p.buffer.clear(),F.length&&p.callback&&p.callback.call(void 0,W,p)}},{key:"processEntries",value:function(){var p=this;this.getNewEntries().forEach(function(W){var $=W.entryType;p.getObserversForType(p.registeredObservers,$).forEach(function(Y){Y.buffer.add(W)}),p.processedEntries.add(W)});var F=function(){return p.registeredObservers.forEach(p.processBuffer)};"requestAnimationFrame"in this.context?this.context.requestAnimationFrame(F):this.context.setTimeout(F,0)}},{key:"add",value:function(p){this.registeredObservers.add(p),this.registeredObservers.size===1&&this.observe()}},{key:"remove",value:function(p){this.registeredObservers.delete(p),this.registeredObservers.size||this.disconnect()}},{key:"observe",value:function(){this.intervalId=this.context.setInterval(this.processEntries.bind(this),this.interval)}},{key:"disconnect",value:function(){this.intervalId=this.context.clearInterval(this.intervalId)}}])&&C(Q.prototype,g),h&&C(Q,h),b}()),K=function(){function b(p){var F=arguments.length>1&&arguments[1]!==void 0?arguments[1]:H;(function(W,$){if(!(W instanceof $))throw new TypeError("Cannot call a class as a function")})(this,b),I(this,"callback",void 0),I(this,"buffer",void 0),I(this,"entryTypes",[]),I(this,"taskQueue",void 0),this.callback=p,this.buffer=new Set,this.taskQueue=F}var Q,g,h;return Q=b,(g=[{key:"observe",value:function(p){if(!p)throw new Error(P);if(p.entryTypes&&p.type)throw new Error(A);var F;if(p.entryTypes)F=p.entryTypes;else{if(!p.type)throw new Error(P);F=[p.type]}var W=F.filter(N);W.length>0&&W.length!==F.length&&console.warn(Z),W.length?(this.entryTypes=W,this.taskQueue.add(this)):console.warn(k)}},{key:"disconnect",value:function(){this.taskQueue.remove(this)}},{key:"takeRecords",value:function(){var p=Array.from(this.buffer);return new m(p)}}])&&v(Q.prototype,g),h&&v(Q,h),b}();I(K,"supportedEntryTypes",O);var D="PerformanceObserver"in self&&typeof PerformanceObserver=="function"?PerformanceObserver:K,G=self;G.PerformanceObserver||(G.PerformanceObserver=D)}])})},98247:function(c,l,t){"use strict";var e=this&&this.__createBinding||(Object.create?function(r,o,a,i){i===void 0&&(i=a),Object.defineProperty(r,i,{enumerable:!0,get:function(){return o[a]}})}:function(r,o,a,i){i===void 0&&(i=a),r[i]=o[a]}),n=this&&this.__exportStar||function(r,o){for(var a in r)a!=="default"&&!o.hasOwnProperty(a)&&e(o,r,a)};Object.defineProperty(l,"__esModule",{value:!0}),n(t(29345),l)},29345:(c,l,t)=>{"use strict";Object.defineProperty(l,"__esModule",{value:!0}),l.now=l.performance=l.nativeGlobalThis=l.polyfill=void 0;var e=function(){function i(s){this.props=s,this.name=this.props.name,this.entryType=this.props.entryType,this.startTime=this.props.startTime,this.duration=this.props.duration}return i.prototype.toJSON=function(){return this.props},i}(),n=Date.now||function(){return Date.now()},r=n(),o=typeof DOMException1?f[O].startTime:s.now(),N=A>2?f[P].startTime:s.now(),H=new e({name:I,entryType:"measure",startTime:Z,duration:N-Z});return u.push(H),H},s.getEntries=s.webkitGetEntries||function(I){return I!=null?u.filter(function(O){return O.name===I.name&&O.entryType===I.entryType}):u},s.getEntriesByType=s.webkitGetEntriesByType||function(I){return m("entryType",I)},s.getEntriesByName=s.webkitGetEntriesByName||function(I){return m("name",I)},s.clearMarks=s.webkitClearMarks||function(I){C("mark",I),delete f[I]},s.clearMeasures=s.webkitClearMeasures||function(I){C("measure",I)},s.clearResourceTimings=function(){});try{i.performance||(i.performance=s)}catch{}return i}l.polyfill=a,l.nativeGlobalThis=a(typeof globalThis=="object"&&globalThis||typeof window=="object"&&window||typeof t.g=="object"&&t.g||{}),typeof self{"use strict";t.d(l,{$:()=>Oe,A:()=>Mt,B:()=>Y,C:()=>st,D:()=>H,E:()=>Q,F:()=>Ct,G:()=>$t,H:()=>m,I:()=>ot,J:()=>It,L:()=>Te,M:()=>xt,N:()=>U,O:()=>fe,P:()=>Lt,Q:()=>Ht,R:()=>jt,S:()=>ne,T:()=>Ot,U:()=>J,W:()=>je,Z:()=>le,a:()=>j,a2:()=>Wt,a4:()=>w,a6:()=>vt,b:()=>wt,d:()=>ie,e:()=>rt,f:()=>ce,g:()=>ue,h:()=>Yt,i:()=>K,j:()=>W,k:()=>u,l:()=>F,m:()=>b,n:()=>St,o:()=>A,p:()=>I,q:()=>N,r:()=>P,s:()=>p,t:()=>f,u:()=>O,v:()=>$,y:()=>h,z:()=>g});var e=t(23143),n=t(7896),r=t(83594),o=2147483647;function a(it,ct){ct===void 0&&(ct=!0);var mt,bt=new Promise(function(Qt){mt=setTimeout(Qt,Math.min(o,it),ct)});return bt[e.n1]=function(){clearTimeout(mt)},bt}const i=a;var s=function(ct){return function(){return ct}},u=s(!0),f=function(){},m=function(ct){return ct},C=typeof Symbol=="function",R=C&&Symbol.asyncIterator?Symbol.asyncIterator:"@@asyncIterator";function v(it,ct,mt){if(!ct(it))throw new Error(mt)}var I=function(ct,mt){(0,n.Z)(ct,mt),Object.getOwnPropertySymbols&&Object.getOwnPropertySymbols(mt).forEach(function(bt){ct[bt]=mt[bt]})},O=function(ct,mt){var bt;return(bt=[]).concat.apply(bt,mt.map(ct))};function P(it,ct){var mt=it.indexOf(ct);mt>=0&&it.splice(mt,1)}function A(it){var ct=!1;return function(){ct||(ct=!0,it())}}var k=function(ct){throw ct},Z=function(ct){return{value:ct,done:!0}};function N(it,ct,mt){ct===void 0&&(ct=k),mt===void 0&&(mt="iterator");var bt={meta:{name:mt},next:it,throw:ct,return:Z,isSagaIterator:!0};return typeof Symbol next => action => next(Object.freeze(action)) `,b=function(ct){return Array.apply(null,new Array(ct))},Q=function(ct){return function(mt){return ct(Object.defineProperty(mt,e.Nm,{value:!0}))}},g=function(ct){return ct===e.EO},h=function(ct){return ct===e.Wd},p=function(ct){return g(ct)||h(ct)};function F(it,ct){var mt=Object.keys(it),bt=mt.length,Qt=0,ae,ye=(0,r.IX)(it)?b(bt):{},me={};function Se(){Qt===bt&&(ae=!0,ct(ye))}return mt.forEach(function(Ce){var pe=function(We,Je){ae||(Je||p(We)?(ct.cancel(),ct(We,Je)):(ye[Ce]=We,Qt++,Se()))};pe.cancel=f,me[Ce]=pe}),ct.cancel=function(){ae||(ae=!0,mt.forEach(function(Ce){return me[Ce].cancel()}))},me}function W(it){return{name:it.name||"anonymous",location:$(it)}}function $(it){return it[e.b_]}function Y(){for(var it=arguments.length,ct=new Array(it),mt=0;mt1?ct-1:0),bt=1;bt1?ct-1:0),bt=1;bt1?ct-1:0),bt=1;bt1?ct-1:0),bt=1;bt1?ct-1:0),bt=1;bt{"use strict";t.d(l,{uR:()=>D,Ef:()=>a.I,ZP:()=>fe,GG:()=>p});var e=t(23143),n=t(7896),r=t(31461),o=t(83594),a=t(93325);function i(){var At={};return At.promise=new Promise(function(Et,xt){At.resolve=Et,At.reject=xt}),At}function s(At){for(var Et=[],xt=0;xt2?Ht-2:0),ct=2;ct{"use strict";t.d(l,{CE:()=>A,IX:()=>s,MC:()=>f,NA:()=>Z,Om:()=>N,Yl:()=>o,Z_:()=>i,d5:()=>r,eR:()=>k,hZ:()=>m,sR:()=>n,uj:()=>P});var e=t(23143),n=function(D){return D==null},r=function(D){return D!=null},o=function(D){return typeof D=="function"},a=function(D){return typeof D=="number"},i=function(D){return typeof D=="string"},s=Array.isArray,u=function(D){return D&&!s(D)&&typeof D=="object"},f=function(D){return D&&o(D.then)},m=function(D){return D&&o(D.next)&&o(D.throw)},C=function(D){return D&&o(Symbol)?o(D[Symbol.iterator]):s(D)},R=function(D){return D&&D[TASK]},v=function(D){return Boolean(D&&D[SAGA_ACTION])},I=function(D){return D&&o(D.subscribe)},O=function(D){return D&&o(D.isEmpty)&&o(D.take)&&o(D.put)},P=function K(D){return D&&(i(D)||Z(D)||o(D)||s(D)&&D.every(K))},A=function(D){return D&&o(D.take)&&o(D.close)},k=function(D){return o(D)&&D.hasOwnProperty("toString")},Z=function(D){return Boolean(D)&&typeof Symbol=="function"&&D.constructor===Symbol&&D!==Symbol.prototype},N=function(D){return A(D)&&D[e.AS]},H=function(D){return D&&D[IO]}},23143:(c,l,t)=>{"use strict";t.d(l,{AS:()=>i,Cs:()=>f,EO:()=>C,IO:()=>o,Nm:()=>s,Wd:()=>m,b_:()=>R,n1:()=>n,sC:()=>u,sZ:()=>r,uq:()=>a});var e=function(I){return"@@redux-saga/"+I},n=e("CANCEL_PROMISE"),r=e("CHANNEL_END"),o=e("IO"),a=e("MATCH"),i=e("MULTICAST"),s=e("SAGA_ACTION"),u=e("SELF_CANCELLATION"),f=e("TASK"),m=e("TASK_CANCEL"),C=e("TERMINATE"),R=e("LOCATION")},81559:(c,l,t)=>{"use strict";t.d(l,{xC:()=>mn,PH:()=>Ze,e:()=>ur,oM:()=>yn});function e(d){for(var S=arguments.length,L=Array(S>1?S-1:0),M=1;M3?S.i-4:S.i:Array.isArray(d)?1:C(d)?2:R(d)?3:0}function s(d,S){return i(d)===2?d.has(S):Object.prototype.hasOwnProperty.call(d,S)}function u(d,S){return i(d)===2?d.get(S):d[S]}function f(d,S,L){var M=i(d);M===2?d.set(S,L):M===3?d.add(L):d[S]=L}function m(d,S){return d===S?d!==0||1/d==1/S:d!=d&&S!=S}function C(d){return ot&&d instanceof Map}function R(d){return Ot&&d instanceof Set}function v(d){return d.o||d.t}function I(d){if(Array.isArray(d))return Array.prototype.slice.call(d);var S=ne(d);delete S[st];for(var L=wt(S),M=0;M1&&(d.set=d.add=d.clear=d.delete=P),Object.freeze(d),S&&a(d,function(L,M){return O(M,!0)},!0)),d}function P(){e(2)}function A(d){return d==null||typeof d!="object"||Object.isFrozen(d)}function k(d){var S=ie[d];return S||e(18,d),S}function Z(d,S){ie[d]||(ie[d]=S)}function N(){return z}function H(d,S){S&&(k("Patches"),d.u=[],d.s=[],d.v=S)}function K(d){D(d),d.p.forEach(b),d.p=null}function D(d){d===z&&(z=d.l)}function G(d){return z={p:[],l:z,h:d,m:!0,_:0}}function b(d){var S=d[st];S.i===0||S.i===1?S.j():S.g=!0}function Q(d,S){S._=S.p.length;var L=S.p[0],M=d!==void 0&&d!==L;return S.h.O||k("ES5").S(S,d,M),M?(L[st].P&&(K(S),e(4)),r(d)&&(d=g(S,d),S.l||p(S,d)),S.u&&k("Patches").M(L[st].t,d,S.u,S.s)):d=g(S,L,[]),K(S),S.u&&S.v(S.u,S.s),d!==Mt?d:void 0}function g(d,S,L){if(A(S))return S;var M=S[st];if(!M)return a(S,function(dt,ht){return h(d,M,S,dt,ht,L)},!0),S;if(M.A!==d)return S;if(!M.P)return p(d,M.t,!0),M.t;if(!M.I){M.I=!0,M.A._--;var q=M.i===4||M.i===5?M.o=I(M.k):M.o,at=q,pt=!1;M.i===3&&(at=new Set(q),q.clear(),pt=!0),a(at,function(dt,ht){return h(d,M,q,dt,ht,L,pt)}),p(d,q,!1),L&&d.u&&k("Patches").N(M,L,d.u,d.s)}return M.o}function h(d,S,L,M,q,at,pt){if(n(q)){var dt=g(d,q,at&&S&&S.i!==3&&!s(S.R,M)?at.concat(M):void 0);if(f(L,M,dt),!n(dt))return;d.m=!1}else pt&&L.add(q);if(r(q)&&!A(q)){if(!d.h.D&&d._=0;dt--){var ht=pt[dt][st];if(!ht.P)switch(ht.i){case 5:M(ht)&&$(ht);break;case 4:L(ht)&&$(ht)}}}function L(pt){for(var dt=pt.t,ht=pt.k,nt=wt(ht),ut=nt.length-1;ut>=0;ut--){var Rt=nt[ut];if(Rt!==st){var Ft=dt[Rt];if(Ft===void 0&&!s(dt,Rt))return!0;var Ut=ht[Rt],Pt=Ut&&Ut[st];if(Pt?Pt.t!==Ft:!m(Ut,Ft))return!0}}var Bt=!!dt[st];return nt.length!==wt(dt).length+(Bt?0:1)}function M(pt){var dt=pt.k;if(dt.length!==pt.t.length)return!0;var ht=Object.getOwnPropertyDescriptor(dt,dt.length-1);if(ht&&!ht.get)return!0;for(var nt=0;nt1?Jt-1:0),qt=1;qt1?ut-1:0),Ft=1;Ft=0;q--){var at=M[q];if(at.path.length===0&&at.op==="replace"){L=at.value;break}}q>-1&&(M=M.slice(q+1));var pt=k("Patches").$;return n(L)?pt(L,M):this.produce(L,function(dt){return pt(dt,M)})},d}(),Yt=new $t,Gt=Yt.produce,se=Yt.produceWithPatches.bind(Yt),Vt=Yt.setAutoFreeze.bind(Yt),kt=Yt.setUseProxies.bind(Yt),he=Yt.applyPatches.bind(Yt),Te=Yt.createDraft.bind(Yt),Me=Yt.finishDraft.bind(Yt);const le=Gt;var Ie=t(69394);function Oe(d){var S=function(M){var q=M.dispatch,at=M.getState;return function(pt){return function(dt){return typeof dt=="function"?dt(q,at,d):pt(dt)}}};return S}var je=Oe();je.withExtraArgument=Oe;const Ye=je;var we=function(){var d=function(S,L){return d=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(M,q){M.__proto__=q}||function(M,q){for(var at in q)Object.prototype.hasOwnProperty.call(q,at)&&(M[at]=q[at])},d(S,L)};return function(S,L){if(typeof L!="function"&&L!==null)throw new TypeError("Class extends value "+String(L)+" is not a constructor or null");d(S,L);function M(){this.constructor=S}S.prototype=L===null?Object.create(L):(M.prototype=L.prototype,new M)}}(),yt=function(d,S){var L={label:0,sent:function(){if(at[0]&1)throw at[1];return at[1]},trys:[],ops:[]},M,q,at,pt;return pt={next:dt(0),throw:dt(1),return:dt(2)},typeof Symbol=="function"&&(pt[Symbol.iterator]=function(){return this}),pt;function dt(nt){return function(ut){return ht([nt,ut])}}function ht(nt){if(M)throw new TypeError("Generator is already executing.");for(;L;)try{if(M=1,q&&(at=nt[0]&2?q.return:nt[0]?q.throw||((at=q.return)&&at.call(q),0):q.next)&&!(at=at.call(q,nt[1])).done)return at;switch(q=0,at&&(nt=[nt[0]&2,at.value]),nt[0]){case 0:case 1:at=nt;break;case 4:return L.label++,{value:nt[1],done:!1};case 5:L.label++,q=nt[1],nt=[0];continue;case 7:nt=L.ops.pop(),L.trys.pop();continue;default:if(at=L.trys,!(at=at.length>0&&at[at.length-1])&&(nt[0]===6||nt[0]===2)){L=0;continue}if(nt[0]===3&&(!at||nt[1]>at[0]&&nt[1]d&&console.warn(S+" took "+L+"ms, which is more than the warning threshold of "+d+`ms. If your state or actions are very large, you may want to disable the middleware as it might cause too much of a slowdown in development mode. See https://redux-toolkit.js.org/api/getDefaultMiddleware for instructions. It is disabled in production builds, so you don't need to worry about that.`)}}}var mt=function(d){we(S,d);function S(){for(var L=[],M=0;M0){var pt=L.indexOf(this);~pt?L.splice(pt+1):L.push(this),~pt?M.splice(pt,1/0,q):M.push(q),~L.indexOf(at)&&(at=S.call(this,q,at))}else L.push(at);return d==null?at:d.call(this,q,at)}}function Ce(d){return typeof d!="object"||d==null||Object.isFrozen(d)}function pe(d,S,L){var M=Ge(d,S,L);return{detectMutations:function(){return We(d,S,M,L)}}}function Ge(d,S,L,M){S===void 0&&(S=[]),M===void 0&&(M="");var q={value:L};if(!d(L)){q.children={};for(var at in L){var pt=M?M+"."+at:at;S.length&&S.indexOf(pt)!==-1||(q.children[at]=Ge(d,S,L[at],pt))}}return q}function We(d,S,L,M,q,at){S===void 0&&(S=[]),q===void 0&&(q=!1),at===void 0&&(at="");var pt=L?L.value:void 0,dt=pt===M;if(q&&!dt&&!Number.isNaN(M))return{wasMutated:!0,path:at};if(d(pt)||d(M))return{wasMutated:!1};var ht={};for(var nt in L.children)ht[nt]=!0;for(var nt in M)ht[nt]=!0;for(var nt in ht){var ut=at?at+"."+nt:nt;if(!(S.length&&S.indexOf(ut)!==-1)){var Rt=We(d,S,L.children[nt],M[nt],dt,ut);if(Rt.wasMutated)return Rt}}return{wasMutated:!1}}function Je(d){return d===void 0&&(d={}),function(){return function(ht){return function(nt){return ht(nt)}}};var S=d.isImmutable,L=S===void 0?Ce:S,M=d.ignoredPaths,q=d.warnAfter,at=q===void 0?32:q,pt=d.ignore;M=M||pt;var dt=pe.bind(null,L,M);return function(ht){var nt=ht.getState,ut=nt(),Rt=dt(ut),Ft;return function(Ut){return function(Pt){var Bt=ct(at,"ImmutableStateInvariantMiddleware");Bt.measureTime(function(){ut=nt(),Ft=Rt.detectMutations(),Rt=dt(ut),ye(!Ft.wasMutated,"A state mutation was detected between dispatches, in the path '"+(Ft.path||"")+"'. This may cause incorrect behavior. (https://redux.js.org/style-guide/style-guide#do-not-mutate-state)")});var Zt=Ut(Pt);return Bt.measureTime(function(){ut=nt(),Ft=Rt.detectMutations(),Rt=dt(ut),Ft.wasMutated&&ye(!Ft.wasMutated,"A state mutation was detected inside a dispatch, in the path: "+(Ft.path||"")+". Take a look at the reducer(s) handling the action "+me(Pt)+". (https://redux.js.org/style-guide/style-guide#do-not-mutate-state)")}),Bt.warnIfExceeded(),Zt}}}}function _e(d){var S=typeof d;return d==null||S==="string"||S==="boolean"||S==="number"||Array.isArray(d)||it(d)}function qe(d,S,L,M,q){S===void 0&&(S=""),L===void 0&&(L=_e),q===void 0&&(q=[]);var at;if(!L(d))return{keyPath:S||"",value:d};if(typeof d!="object"||d===null)return!1;for(var pt=M!=null?M(d):Object.entries(d),dt=q.length>0,ht=0,nt=pt;ht=0)){if(!L(Ft))return{keyPath:Ut,value:Ft};if(typeof Ft=="object"&&(at=qe(Ft,Ut,L,M,q),at))return at}}return!1}function hn(d){return d===void 0&&(d={}),function(){return function(Zt){return function(Jt){return Zt(Jt)}}};var S=d.isSerializable,L=S===void 0?_e:S,M=d.getEntries,q=d.ignoredActions,at=q===void 0?[]:q,pt=d.ignoredActionPaths,dt=pt===void 0?["meta.arg","meta.baseQueryMeta"]:pt,ht=d.ignoredPaths,nt=ht===void 0?[]:ht,ut=d.warnAfter,Rt=ut===void 0?32:ut,Ft=d.ignoreState,Ut=Ft===void 0?!1:Ft,Pt=d.ignoreActions,Bt=Pt===void 0?!1:Pt;return function(Zt){return function(Jt){return function(zt){var qt=Jt(zt),oe=ct(Rt,"SerializableStateInvariantMiddleware");return!Bt&&!(at.length&&at.indexOf(zt.type)!==-1)&&oe.measureTime(function(){var Le=qe(zt,"",L,M,dt);if(Le){var Be=Le.keyPath,ze=Le.value;console.error("A non-serializable value was detected in an action, in the path: `"+Be+"`. Value:",ze,` Take a look at the logic that dispatched this action: `,zt,` (See https://redux.js.org/faq/actions#why-should-type-be-a-string-or-at-least-serializable-why-should-my-action-types-be-constants)`,` (To allow non-serializable values see: https://redux-toolkit.js.org/usage/usage-guide#working-with-non-serializable-data)`)}}),Ut||(oe.measureTime(function(){var Le=Zt.getState(),Be=qe(Le,"",L,M,nt);if(Be){var ze=Be.keyPath,ke=Be.value;console.error("A non-serializable value was detected in the state, in the path: `"+ze+"`. Value:",ke,` Take a look at the reducer(s) handling this action type: `+zt.type+`. (See https://redux.js.org/faq/organizing-state#can-i-put-functions-promises-or-other-non-serializable-items-in-my-store-state)`)}}),oe.warnIfExceeded()),qt}}}}function rn(d){return typeof d=="boolean"}function tn(){return function(S){return en(S)}}function en(d){d===void 0&&(d={});var S=d.thunk,L=S===void 0?!0:S,M=d.immutableCheck,q=M===void 0?!0:M,at=d.serializableCheck,pt=at===void 0?!0:at,dt=new mt;if(L&&(rn(L)?dt.push(Ye):dt.push(Ye.withExtraArgument(L.extraArgument))),!1)var ht,nt;return dt}var on=!0;function mn(d){var S=tn(),L=d||{},M=L.reducer,q=M===void 0?void 0:M,at=L.middleware,pt=at===void 0?S():at,dt=L.devTools,ht=dt===void 0?!0:dt,nt=L.preloadedState,ut=nt===void 0?void 0:nt,Rt=L.enhancers,Ft=Rt===void 0?void 0:Rt,Ut;if(typeof q=="function")Ut=q;else if(it(q))Ut=(0,Ie.UY)(q);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var Pt=pt;if(typeof Pt=="function"&&(Pt=Pt(S),!on&&!Array.isArray(Pt)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!on&&Pt.some(function(qt){return typeof qt!="function"}))throw new Error("each middleware provided to configureStore must be a function");var Bt=Ie.md.apply(void 0,Pt),Zt=Ie.qC;ht&&(Zt=Nt(J({trace:!on},typeof ht=="object"&&ht)));var Jt=[Bt];Array.isArray(Ft)?Jt=fe([Bt],Ft):typeof Ft=="function"&&(Jt=Ft(Jt));var zt=Zt.apply(void 0,Jt);return(0,Ie.MT)(Ut,ut,zt)}function Ze(d,S){function L(){for(var M=[],q=0;q-1}function fn(d){return""+d}function dn(d){var S={},L=[],M,q={addCase:function(at,pt){var dt=typeof at=="string"?at:at.type;if(dt in S)throw new Error("addCase cannot be called with two reducers for the same action type");return S[dt]=pt,q},addMatcher:function(at,pt){return L.push({matcher:at,reducer:pt}),q},addDefaultCase:function(at){return M=at,q}};return d(q),[S,L,M]}function Qe(d){return typeof d=="function"}var pn=!1;function vn(d,S,L,M){L===void 0&&(L=[]);var q=typeof S=="function"?dn(S):[S,L,M],at=q[0],pt=q[1],dt=q[2],ht;if(Qe(d))ht=function(){return bt(d())};else{var nt=bt(d);ht=function(){return nt}}function ut(Rt,Ft){Rt===void 0&&(Rt=ht());var Ut=fe([at[Ft.type]],pt.filter(function(Pt){var Bt=Pt.matcher;return Bt(Ft)}).map(function(Pt){var Bt=Pt.reducer;return Bt}));return Ut.filter(function(Pt){return!!Pt}).length===0&&(Ut=[dt]),Ut.reduce(function(Pt,Bt){if(Bt)if(n(Pt)){var Zt=Pt,Jt=Bt(Zt,Ft);return Jt===void 0?Pt:Jt}else{if(r(Pt))return le(Pt,function(zt){return Bt(zt,Ft)});var Jt=Bt(Pt,Ft);if(Jt===void 0){if(Pt===null)return Pt;throw Error("A case reducer on a non-draftable value must not return undefined")}return Jt}return Pt},Rt)}return ut.getInitialState=ht,ut}var gn=!1;function Pn(d,S){return d+"/"+S}function yn(d){var S=d.name;if(!S)throw new Error("`name` is a required option for createSlice");var L=typeof d.initialState=="function"?d.initialState:bt(d.initialState),M=d.reducers||{},q=Object.keys(M),at={},pt={},dt={};q.forEach(function(ut){var Rt=M[ut],Ft=Pn(S,ut),Ut,Pt;"reducer"in Rt?(Ut=Rt.reducer,Pt=Rt.prepare):Ut=Rt,at[ut]=Ut,pt[Ft]=Ut,dt[ut]=Pt?Ze(Ft,Pt):Ze(Ft)});function ht(){var ut=typeof d.extraReducers=="function"?dn(d.extraReducers):[d.extraReducers],Rt=ut[0],Ft=Rt===void 0?{}:Rt,Ut=ut[1],Pt=Ut===void 0?[]:Ut,Bt=ut[2],Zt=Bt===void 0?void 0:Bt,Jt=J(J({},Ft),pt);return vn(L,function(zt){for(var qt in Jt)zt.addCase(qt,Jt[qt]);for(var oe=0,Le=Pt;oe0;if(zt){var qt=Pt.filter(function(oe){return nt(Zt,oe,Bt)}).length>0;qt&&(Bt.ids=Object.keys(Bt.entities))}}function Ft(Pt,Bt){return Ut([Pt],Bt)}function Ut(Pt,Bt){var Zt=ft(Pt,d,Bt),Jt=Zt[0],zt=Zt[1];Rt(zt,Bt),L(Jt,Bt)}return{removeAll:Sn(ht),addOne:Ne(S),addMany:Ne(L),setOne:Ne(M),setMany:Ne(q),setAll:Ne(at),updateOne:Ne(ut),updateMany:Ne(Rt),upsertOne:Ne(Ft),upsertMany:Ne(Ut),removeOne:Ne(pt),removeMany:Ne(dt)}}function _t(d,S){var L=Tt(d),M=L.removeOne,q=L.removeMany,at=L.removeAll;function pt(zt,qt){return dt([zt],qt)}function dt(zt,qt){zt=_(zt);var oe=zt.filter(function(Le){return!(ln(Le,d)in qt.entities)});oe.length!==0&&Zt(oe,qt)}function ht(zt,qt){return nt([zt],qt)}function nt(zt,qt){zt=_(zt),zt.length!==0&&Zt(zt,qt)}function ut(zt,qt){zt=_(zt),qt.entities={},qt.ids=[],dt(zt,qt)}function Rt(zt,qt){return Ft([zt],qt)}function Ft(zt,qt){for(var oe=!1,Le=0,Be=zt;Le-1;return L&&M}function ee(d){return typeof d[0]=="function"&&"pending"in d[0]&&"fulfilled"in d[0]&&"rejected"in d[0]}function be(){for(var d=[],S=0;S0)for(var qt=Ut.getState(),oe=Array.from(L.values()),Le=0,Be=oe;Le"u"?this:window)},44355:(c,l,t)=>{var e=t(82609),n=e(function(r){return r[1]});n.push([c.id,":root{--borderRadiusSmall:4px;--borderRadiusDefault:6px;--borderRadiusMedium:8px;--borderRadiusLarge:16px}.darkTheme{color:var(--textDefault);--textBrand:#0a84ff;--textDefault:#fff;--textDark:#fff;--textMedium:#fff;--textBgMedium:#383838;--textLight:#81838d;--textSecondary:#6f7585;--textOverlay:#fff;--textDisabled:#81838d;--textError:#eb0000;--textSevere:#da291c;--textValid:#34c759;--textInfo:#7f7f7f;--alertLevel1:#ba0d00;--alertLevel2:#ff7b0f;--alertLevel3:#ffb900;--alertLevel4:#935ec3;--alertSevere:#ba0d00;--alertSuccess:#a9eb02;--alertError:#ba0d00;--borderDefault:#dedede;--borderLight:#f0f0f0;--borderMedium:#ceced0;--borderDark:#2b2b2b;--borderError:#eb0000;--borderGrayMedium:#dee0e3;--backgroundDefault:#000;--backgroundCard:#1c1c1e;--backgroundCardDark: ;--backgroundLightGray:#f9f9f9;--backgroundBrand:#039;--backgroundActive:#0a84ff;--backgroundActiveLight: ;--backgroundBrandAccent:#0a84ff;--backgroundInverse:#fff;--backgroundOverlay:#000;--backgroundModalOverlay:#000c;--backgroundShadow:#0003;--backgroundLegal:#f8f9f9;--backgroundTableBody:#f1f1f1;--backgroundInverseOverlay:#32323259;--backgroundHeading:#f6f6f6;--backgroundProfileIcon:#05336b;--backgroundCaution:#e02020;--backgroundDark:#2b2b2b;--backgroundLight:#ebecee;--buttonBackground:#000;--buttonInactive:#dee0e3;--buttonText:#0a84ff;--primaryButtonBackground:#0a84ff;--primaryButtonBgDisabled:#ebecee;--primaryButtonText:#fff;--primaryButtonTextDisabled:#81838d;--secondaryButtonBackground:#000;--secondaryButtonText:#fff;--buttonTrack:#b1b1b1;--buttonThumb:#fff;--buttonDisabled:#6f7585;--iconLight:#fff;--iconDark:#252422;--iconInactiveGray:#ceced0;--iconSuccess:#25bef7;--iconGray:#ceced0}[dir] .darkTheme.moduleServiceWrapper{background:var(--backgroundCard)}:root{--module-rail-padding:0;--module-content-padding:10px 16px}.samsungTheme{--module-rail-padding:26px}",""]),n.locals={"export-text":`'{"textBrand": "#0a84ff", "textDefault": "#fff", "textDark": "#fff", "textMedium": "#fff", "textBgMedium": "#383838", "textLight": "#81838d", "textSecondary": "#6F7585", "textOverlay": "#ffffff", "textDisabled": "#81838d", "textError": "#EB0000", "textSevere": "#DA291C", "textValid": "#34c759", "textInfo": "#7F7F7F"}'`,"export-icon":`'{"inactiveGray": "#CECED0", "iconLight": "#fff", "iconDark": "#252422", "iconSuccess": "#25BEF7", "iconGray": "#CECED0"}'`,"export-border":`'{"borderDefault": "#dedede", "borderLight": "#f0f0f0", "borderMedium": "#CECED0", "borderDark": "#2B2B2B", "borderError": "#EB0000", "borderGrayMedium": "#DEE0E3"}'`,"export-background":`'{"backgroundDefault": "#000000", "backgroundLight": "#ebecee", "backgroundCard": "#1c1c1e", "backgroundLightGray": "#F9F9F9", "backgroundBrand": "#003399", "backgroundActive": "#0a84ff", "backgroundBrandAccent": "#0a84ff", "backgroundInverse": "#ffffff", "backgroundOverlay": "#000000", "backgroundModalOverlay": "rgba(0, 0, 0, 0.8)", "backgroundShadow": "rgba(0, 0, 0, 0.2)", "backgroundTableBody": "#f1f1f1", "backgroundInverseOverlay": "rgba(50, 50, 50, 0.35)", "backgroundHeading": "#F6F6F6", "backgroundProfileIcon": "#05336B", "backgroundCaution": "#e02020", "backgroundLegal": "#F8F9F9", "backgroundDark": "#2B2B2B"}'`,"export-button":`'{"buttonBackground": "#000000", "buttonText": "#0a84ff", "primaryButtonBackground": "#0a84ff", "primaryButtonBgDisabled": "#ebecee", "primaryButtonText": "#ffffff", "primaryButtonTextDisabled": "#81838d", "secondaryButtonBackground": "#000000", "secondaryButtonText": "#fff", "buttonTrack": "#b1b1b1", "buttonThumb": "#fff", "buttonDisabled": "#6f7585", "buttonInactive": "#DEE0E3"}'`,"export-colors":`'{"active": "#1B4DE4", "grayLight": "#EBECEE", "brandBlue": "#003399", "white": "#FFFFFF", "grayMedium": "#DEE0E3", "blueLight": "#E7ECFC", "grayLightest": "#F4F4F5"}'`,"export-textColors":`'{"active": "#1B4DE4", "overlay": "#FFFFFF", "grayLight": "#6F7585"}'`,"export-button1":`'{"primaryButtonBackground": "#1B4DE4", "primaryButtonBgDisabled": "#EBECEE", "primaryButtonBgFocus": "#003399", "primaryButtonText": "#FFFFFF", "primaryButtonTextDisabled": "#6F7585", "secondaryButtonBackground": "#FFFFFF", "secondaryButtonBgDisabled": "#DEE0E3", "secondaryButtonBgFocus": "#E7ECFC", "secondaryButtonText": "#1B4DE4", "secondaryButtonTextDisabled": "#6F7585", "ghostButtonBgFocus": "#F4F4F5", "ghostButtonText": "#1B4DE4", "ghostButtonTextDisabled": "#6F7585"}'`,"export-alert":`'{"alertLevel1": "#BA0D00", "alertLevel2": "#FF7B0F", "alertLevel3": "#FFB900", "alertLevel4": "#935EC3", "alertSevere": "#BA0D00", "alertSuccess": "#A9EB02", "alertError": "#BA0D00"}'`},c.exports=n},10645:(c,l,t)=>{var e=t(82609),n=e(function(r){return r[1]});n.push([c.id,":root{--borderRadiusSmall:4px;--borderRadiusDefault:6px;--borderRadiusMedium:8px;--borderRadiusLarge:16px;color:var(--textDefault);--textBrand:#252422;--textBrandDark:#039;--textDefault:#252422;--textDark:#000;--textMedium:#2b2b2b;--textBgMedium:#383838;--textLight:#686c74;--textGray:#81838d;--textSecondary:#6f7585;--textOverlay:#fff;--textDisabled:#43454e;--textError:#eb0000;--textSevere:#da291c;--textValid:#34c759;--textInfo:#7f7f7f;--alertLevel1:#ba0d00;--alertLevel2:#ff7b0f;--alertLevel3:#ffb900;--alertLevel4:#935ec3;--alertSevere:#ba0d00;--alertSuccess:#a9eb02;--alertError:#ba0d00;--borderDefault:#dedede;--borderLight:#f0f0f0;--borderMedium:#ceced0;--borderDark:#2b2b2b;--borderError:#eb0000;--borderBrand:#1b4de4;--borderGrayMedium:#dee0e3;--borderBlack:#252422;--backgroundDefault:#fff;--backgroundCard:#fff;--backgroundPage:#fff;--backgroundCardDark:#534f4b;--backgroundLightGray:#f9f9f9;--backgroundBrand:#039;--backgroundActive:#1b4de4;--backgroundActiveLight:#0a84ff;--backgroundBrandAccent:#1b4de4;--backgroundInverse:#252422cc;--backgroundOverlay:#fff;--backgroundModalOverlay:#000c;--backgroundShadow:#0003;--backgroundLegal:#f8f9f9;--backgroundTableBody:#f1f1f1;--backgroundInverseOverlay:#0000008c;--backgroundHeading:#f6f6f6;--backgroundProfileIcon:#05336b;--backgroundCaution:#e02020;--backgroundDark:#252422;--backgroundLight:#e8e8e8;--buttonBackground:#fff;--buttonInactive:#dee0e3;--buttonText:#252422;--primaryButtonBackground:#252422;--primaryButtonBgDisabled:#545351;--primaryButtonText:#fff;--primaryButtonTextDisabled:#cdcdcd;--secondaryButtonBackground:#fff;--secondaryButtonText:#252422;--buttonTrack:#6f7585;--buttonThumb:#fff;--buttonDisabled:#b1b1b1;--defaultButtonOutlineColor:#679ced;--defaultButtonOutline:#679ced solid 1px;--iconLight:#fff;--iconDark:#252422;--iconInactiveGray:#ceced0;--iconSuccess:#25bef7;--iconGray:#ceced0;--dividerDefault:#dee0e3;--module-rail-padding:0;--module-content-padding:10px 16px}.samsungTheme{--module-rail-padding:26px}",""]),n.locals={"export-text":`'{"textBrand": "#252422", "textBrandDark": "#003399", "textDefault": "#252422", "textDark": "#000", "textMedium": "#2b2b2b", "textBgMedium": "#383838", "textLight": "#686C74", "textGray": "#81838D", "textSecondary": "#6F7585", "textOverlay": "#FFFFFF", "textDisabled": "#43454e", "textError": "#EB0000", "textSevere": "#DA291C", "textValid": "#34c759", "textInfo": "#7F7F7F"}'`,"export-icon":`'{"inactiveGray": "#CECED0", "iconLight": "#fff", "iconDark": "#252422", "iconSuccess": "#25BEF7", "iconGray": "#CECED0"}'`,"export-border":`'{"borderDefault": "#dedede", "borderLight": "#f0f0f0", "borderMedium": "#CECED0", "borderDark": "#2B2B2B", "borderError": "#EB0000", "borderBrand": "#1b4de4", "borderGrayMedium": "#DEE0E3", "borderBlack": "#252422"}'`,"export-background":`'{"backgroundDefault": "#ffffff", "backgroundLight": "#e8e8e8", "backgroundCard": "#ffffff", "backgroundPage": "#ffffff", "backgroundCardDark": "#534F4B", "backgroundLightGray": "#F9F9F9", "backgroundBrand": "#003399", "backgroundActive": "#1b4de4", "backgroundBrandAccent": "#1b4de4", "backgroundActiveLight": "#0a84ff", "backgroundInverse": "#252422CC", "backgroundOverlay": "#ffffff", "backgroundModalOverlay": "rgba(0, 0, 0, 0.8)", "backgroundShadow": "rgba(0, 0, 0, 0.2)", "backgroundTableBody": "#f1f1f1", "backgroundInverseOverlay": "rgba(0, 0, 0, 0.55)", "backgroundHeading": "#F6F6F6", "backgroundProfileIcon": "#05336B", "backgroundCaution": "#e02020", "backgroundLegal": "#F8F9F9", "backgroundDark": "#252422"}'`,"export-button":`'{"buttonBackground": "#ffffff", "buttonText": "#252422", "primaryButtonBackground": "#252422", "primaryButtonText": "#FFFFFF", "primaryButtonBgDisabled": "#545351", "primaryButtonTextDisabled": "#CDCDCD", "secondaryButtonBackground": "#ffffff", "secondaryButtonText": "#252422", "buttonTrack": "#6f7585", "buttonThumb": "#fff", "buttonDisabled": "#b1b1b1", "buttonInactive": "#DEE0E3", "defaultButtonOutline": "#679CED"}'`,"export-colors":`'{"active": "#1B4DE4", "grayLight": "#EBECEE", "brandBlue": "#003399", "white": "#FFFFFF", "grayMedium": "#DEE0E3", "blueLight": "#E7ECFC", "grayLightest": "#F4F4F5"}'`,"export-textColors":`'{"active": "#1B4DE4", "overlay": "#FFFFFF", "grayLight": "#6F7585"}'`,"export-alert":`'{"alertLevel1": "#BA0D00", "alertLevel2": "#FF7B0F", "alertLevel3": "#FFB900", "alertLevel4": "#935EC3", "alertSevere": "#BA0D00", "alertSuccess": "#A9EB02", "alertError": "#BA0D00"}'`},c.exports=n},69900:(c,l,t)=>{var e=t(82609),n=e(function(r){return r[1]});n.push([c.id,'.samsungTheme{font-family:Roboto,sans-serif;--borderRadiusDefault:22px;--borderRadiusLarge:26px;--borderRadiusMedium:22px;--borderRadiusSmall:12px;--largeFont:"SamsungOne","Roboto",sans-serif}.samsungDarkTheme{color:var(--textDefault);--textBrand:#0381fe;--textBrandDark:#0072de;--textDefault:#010101;--textDark:#000;--textMedium:#252525;--textBgMedium:#010101;--textLight:#8c8c8c;--textSecondary:#8a8a8a;--textOverlay:#fcfcfc;--textDisabled:#999;--textError:#ef5e16;--textSevere:#db332a;--textValid:#14a866;--textInverse:#fff;--textDay:#69a7f4;--textNight:#705d91;--textGray:#9d9d9d;--textHeader:#737373;--textDisclosureLink:#636363;--textSavedLocation:#474747;--textMenuHeader:#545454;--textInfo:#7f7f7f;--alertLevel1:#6857a9;--alertLevel2:#fc9831;--alertLevel3:#efc03e;--alertLevel4:#cc53ca;--alertSevere:#98276b;--alertSuccess:#89d538;--alertError:#ea3c5c;--borderDefault:#e2e2e2;--borderLight:#f0f0f0;--borderMedium:#eee;--borderDark:#010101;--borderError:#db332a;--borderBrand:#0381fe;--borderBlack:#000;--backgroundAppWrapper:#f6f6f6;--backgroundDefault:#fcfcfc;--backgroundLight:#fff;--backgroundCard:#fcfcfc;--backgroundBrand:#039;--backgroundActive:#000;--backgroundActiveLight:#0a84ff;--backgroundLightBlue:#cfdaf9;--backgroundBrandAccent:#0381fe;--backgroundInverse:#010101;--backgroundOverlay:#f1f1f1;--backgroundModalOverlay:#000c;--backgroundShadow:#0003;--backgroundLegal:#f8f9f9;--backgroundTableBody:#f1f1f1;--backgroundInverseOverlay:#0000008c;--backgroundHeading:#8c8c8c;--backgroundProfileIcon:#05336b;--backgroundCaution:#db332a;--backgroundSavedLocation:#ececec;--buttonBackground:#fcfcfc;--buttonInactive:#dee0e3;--buttonText:#0381fe;--primaryButtonBackground:#000;--primaryButtonBgDisabled:#fff;--primaryButtonText:#fff;--primaryButtonTextDisabled:#8c8c8c;--secondaryButtonBackground:#fcfcfc;--secondaryButtonText:#0381fe;--buttonTrack:#999;--buttonThumb:#fcfcfc;--buttonDisabled:#999;--primaryButton1Background:#0381fe;--primaryButton1BgDisabled:#eee;--primaryButton1BgFocus:#039;--primaryButton1Text:#fcfcfc;--primaryButton1TextDisabled:#e4e4e4;--secondaryButton1Background:#e9e9e9;--secondaryButton1BgDisabled:#f6f6f6;--secondaryButton1BgFocus:#e9e9e9;--secondaryButton1Text:#000;--secondaryButton1TextDisabled:#e4e4e4;--ghostButton1BgFocus:#fcfcfc;--ghostButton1Text:#0072de;--ghostButton1TextDisabled:#e4e4e4;--iconLight:#fcfcfc;--iconDark:#000;--iconInactiveGray:#999;--iconSuccess:#0072de;--iconGray:#8c8c8c;--iconFeelsLike:#00afff;--colorCyan:#51bef3;--colorGrayMedium:#f6f6f6}[dir] .samsungDarkTheme{background-color:var(--backgroundAppWrapper)!important;background-image:none!important}',""]),n.locals={"export-text":`'{"textBrand": "#0381fe", "textBrandDark": "#0072de", "textDefault": "#010101", "textDark": "#000", "textMedium": "#252525", "textBgMedium": "#010101", "textLight": "#8C8C8C", "textSecondary": "#8A8A8A", "textOverlay": "#fcfcfc", "textDisabled": "#999999", "textError": "#EF5E16", "textSevere": "#DB332A", "textValid": "#14A866", "textInverse": "#fff", "textDay": "#69A7F4", "textNight": "#705D91", "textGray": "#9D9D9D", "textHeader": "#737373", "textDisclosureLink": "#636363", "textSavedLocation": "#474747", "textMenuHeader": "#545454", "textInfo": "#7F7F7F"}'`,"export-icon":`'{"inactiveGray": "#999999", "iconLight": "#FCFCFC", "iconDark": "#000", "iconSuccess": "#0072DE", "iconGray": "#8C8C8C", "iconFeelsLike": "#00AFFF"}'`,"export-border":`'{"borderDefault": "#E2E2E2", "borderLight": "#f0f0f0", "borderMedium": "#EEEEEE", "borderDark": "#010101", "borderError": "#DB332A", "borderBrand": "#0381fe", "borderBlack": "#000"}'`,"export-background":`'{"backgroundAppWrapper": "#F6F6F6", "backgroundDefault": "#FCFCFC", "backgroundLight": "#FFFFFF", "backgroundCard": "#FCFCFC", "backgroundBrand": "#003399", "backgroundActive": "#000", "backgroundActiveLight": "#0a84ff", "backgroundLightBlue": "#CFDAF9", "backgroundBrandAccent": "#0381fe", "backgroundInverse": "#010101", "backgroundOverlay": "#F1F1F1", "backgroundModalOverlay": "rgba(0, 0, 0, 0.8)", "backgroundShadow": "rgba(0, 0, 0, 0.2)", "backgroundTableBody": "#F1F1F1", "backgroundInverseOverlay": "rgba(0, 0, 0, 0.55)", "backgroundHeading": "#8C8C8C", "backgroundProfileIcon": "#05336B", "backgroundCaution": "#DB332A", "backgroundSavedLocation": "#ECECEC", "backgroundLegal": "#F8F9F9"}'`,"export-button":`'{"buttonBackground": "#FCFCFC", "buttonText": "#0381fe", "primaryButtonBackground": "#000", "primaryButtonBgDisabled": "#FFFFFF", "primaryButtonText": "#fff", "primaryButtonTextDisabled": "#8C8C8C", "secondaryButtonBackground": "#FCFCFC", "secondaryButtonText": "#0381fe", "buttonTrack": "#999999", "buttonThumb": "#FCFCFC", "buttonDisabled": "#999999", "buttonInactive": "#DEE0E3"}'`,"export-colors":`'{"active": "#0381fe", "grayLight": "#EEEEEE", "brandBlue": "#003399", "white": "#FFFFFF", "grayMedium": "#F6F6F6", "blueLight": "#E7ECFC", "grayLightest": "#FCFCFC", "cyan": "#51bef3", "graySecondary": "#E9E9E9"}'`,"export-textColors":`'{"active": "#0072DE", "overlay": "#FCFCFC", "grayLight": "#E4E4E4"}'`,"export-button1":`'{"primaryButtonBackground": "#0381fe", "primaryButtonBgDisabled": "#EEEEEE", "primaryButtonBgFocus": "#003399", "primaryButtonText": "#FCFCFC", "primaryButtonTextDisabled": "#E4E4E4", "secondaryButtonBackground": "#E9E9E9", "secondaryButtonBgDisabled": "#F6F6F6", "secondaryButtonBgFocus": "#E9E9E9", "secondaryButtonText": "#000", "secondaryButtonTextDisabled": "#E4E4E4", "ghostButtonBgFocus": "#FCFCFC", "ghostButtonText": "#0072DE", "ghostButtonTextDisabled": "#E4E4E4"}'`,"export-alert":`'{"alertLevel1": "#6857A9", "alertLevel2": "#FC9831", "alertLevel3": "#EFC03E", "alertLevel4": "#CC53CA", "alertSevere": "#98276B", "alertSuccess": "#89D538", "alertError": "#EA3C5C"}'`},c.exports=n},17067:(c,l,t)=>{var e=t(82609),n=e(function(r){return r[1]});n.push([c.id,'.samsungTheme{font-family:Roboto,sans-serif;--borderRadiusDefault:22px;--borderRadiusLarge:26px;--borderRadiusMedium:22px;--borderRadiusSmall:12px;--largeFont:"SamsungOne","Roboto",sans-serif}.samsungLightTheme{color:var(--textDefault);--textBrand:#0381fe;--textBrandDark:#0072de;--textDefault:#010101;--textDark:#000;--textMedium:#252525;--textBgMedium:#010101;--textLight:#8c8c8c;--textSecondary:#8a8a8a;--textOverlay:#fcfcfc;--textDisabled:#999;--textError:#ef5e16;--textSevere:#db332a;--textValid:#14a866;--textInverse:#fff;--textDay:#69a7f4;--textNight:#705d91;--textGray:#9d9d9d;--textHeader:#737373;--textDisclosureLink:#636363;--textSavedLocation:#474747;--textMenuHeader:#545454;--textInfo:#7f7f7f;--alertLevel1:#6857a9;--alertLevel2:#fc9831;--alertLevel3:#efc03e;--alertLevel4:#cc53ca;--alertSevere:#98276b;--alertSuccess:#89d538;--alertError:#ea3c5c;--borderDefault:#e2e2e2;--borderLight:#f0f0f0;--borderMedium:#eee;--borderDark:#010101;--borderError:#db332a;--borderBrand:#0381fe;--borderBlack:#000;--backgroundAppWrapper:#f6f6f6;--backgroundDefault:#fcfcfc;--backgroundLight:#fff;--backgroundCard:#fcfcfc;--backgroundBrand:#039;--backgroundActive:#000;--backgroundActiveLight:#0a84ff;--backgroundLightBlue:#cfdaf9;--backgroundBrandAccent:#0381fe;--backgroundInverse:#010101;--backgroundOverlay:#f1f1f1;--backgroundModalOverlay:#000c;--backgroundShadow:#0003;--backgroundLegal:#f8f9f9;--backgroundTableBody:#f1f1f1;--backgroundInverseOverlay:#0000008c;--backgroundHeading:#8c8c8c;--backgroundProfileIcon:#05336b;--backgroundCaution:#db332a;--backgroundSavedLocation:#ececec;--backgroundDark:#252422;--buttonBackground:#fcfcfc;--buttonInactive:#dee0e3;--buttonText:#0381fe;--primaryButtonBackground:#000;--primaryButtonBgDisabled:#fff;--primaryButtonText:#fff;--primaryButtonTextDisabled:#8c8c8c;--secondaryButtonBackground:#fcfcfc;--secondaryButtonText:#0381fe;--buttonTrack:#999;--buttonThumb:#fcfcfc;--buttonDisabled:#999;--primaryButton1Background:#0381fe;--primaryButton1BgDisabled:#eee;--primaryButton1BgFocus:#039;--primaryButton1Text:#fcfcfc;--primaryButton1TextDisabled:#e4e4e4;--secondaryButton1Background:#e9e9e9;--secondaryButton1BgDisabled:#f6f6f6;--secondaryButton1BgFocus:#e9e9e9;--secondaryButton1Text:#000;--secondaryButton1TextDisabled:#e4e4e4;--ghostButton1BgFocus:#fcfcfc;--ghostButton1Text:#0072de;--ghostButton1TextDisabled:#e4e4e4;--iconLight:#fcfcfc;--iconDark:#000;--iconInactiveGray:#999;--iconSuccess:#0072de;--iconGray:#8c8c8c;--iconFeelsLike:#00afff;--colorCyan:#51bef3;--colorGrayMedium:#f6f6f6}[dir] .samsungLightTheme{background-color:var(--backgroundAppWrapper)!important;background-image:none!important}',""]),n.locals={"export-text":`'{"textBrand": "#0381fe", "textBrandDark": "#0072de", "textDefault": "#010101", "textDark": "#000", "textMedium": "#252525", "textBgMedium": "#010101", "textLight": "#8C8C8C", "textSecondary": "#8A8A8A", "textOverlay": "#fcfcfc", "textDisabled": "#999999", "textError": "#EF5E16", "textSevere": "#DB332A", "textValid": "#14A866", "textInverse": "#fff", "textDay": "#69A7F4", "textNight": "#705D91", "textGray": "#9D9D9D", "textHeader": "#737373", "textDisclosureLink": "#636363", "textSavedLocation": "#474747", "textMenuHeader": "#545454", "textInfo": "#7F7F7F"}'`,"export-icon":`'{"inactiveGray": "#999999", "iconLight": "#FCFCFC", "iconDark": "#000", "iconSuccess": "#0072DE", "iconGray": "#8C8C8C", "iconFeelsLike": "#00AFFF"}'`,"export-border":`'{"borderDefault": "#E2E2E2", "borderLight": "#f0f0f0", "borderMedium": "#EEEEEE", "borderDark": "#010101", "borderError": "#DB332A", "borderBrand": "#0381fe", "borderBlack": "#000"}'`,"export-background":`'{"backgroundAppWrapper": "#F6F6F6", "backgroundDefault": "#FCFCFC", "backgroundLight": "#FFFFFF", "backgroundCard": "#FCFCFC", "backgroundBrand": "#003399", "backgroundActive": "#000", "backgroundActiveLight": "#0a84ff", "backgroundLightBlue": "#CFDAF9", "backgroundBrandAccent": "#0381fe", "backgroundInverse": "#010101", "backgroundOverlay": "#F1F1F1", "backgroundModalOverlay": "rgba(0, 0, 0, 0.8)", "backgroundShadow": "rgba(0, 0, 0, 0.2)", "backgroundTableBody": "#F1F1F1", "backgroundInverseOverlay": "rgba(0, 0, 0, 0.55)", "backgroundHeading": "#8C8C8C", "backgroundProfileIcon": "#05336B", "backgroundCaution": "#DB332A", "backgroundSavedLocation": "#ECECEC", "backgroundLegal": "#F8F9F9", "backgroundDark": "#252422"}'`,"export-button":`'{"buttonBackground": "#FCFCFC", "buttonText": "#0381fe", "primaryButtonBackground": "#000", "primaryButtonBgDisabled": "#FFFFFF", "primaryButtonText": "#fff", "primaryButtonTextDisabled": "#8C8C8C", "secondaryButtonBackground": "#FCFCFC", "secondaryButtonText": "#0381fe", "buttonTrack": "#999999", "buttonThumb": "#FCFCFC", "buttonDisabled": "#999999", "buttonInactive": "#DEE0E3"}'`,"export-colors":`'{"active": "#0381fe", "grayLight": "#EEEEEE", "brandBlue": "#003399", "white": "#FFFFFF", "grayMedium": "#F6F6F6", "blueLight": "#E7ECFC", "grayLightest": "#FCFCFC", "cyan": "#51bef3", "graySecondary": "#E9E9E9"}'`,"export-textColors":`'{"active": "#0072DE", "overlay": "#FCFCFC", "grayLight": "#E4E4E4"}'`,"export-button1":`'{"primaryButtonBackground": "#0381fe", "primaryButtonBgDisabled": "#EEEEEE", "primaryButtonBgFocus": "#003399", "primaryButtonText": "#FCFCFC", "primaryButtonTextDisabled": "#E4E4E4", "secondaryButtonBackground": "#E9E9E9", "secondaryButtonBgDisabled": "#F6F6F6", "secondaryButtonBgFocus": "#E9E9E9", "secondaryButtonText": "#000", "secondaryButtonTextDisabled": "#E4E4E4", "ghostButtonBgFocus": "#FCFCFC", "ghostButtonText": "#0072DE", "ghostButtonTextDisabled": "#E4E4E4"}'`,"export-alert":`'{"alertLevel1": "#6857A9", "alertLevel2": "#FC9831", "alertLevel3": "#EFC03E", "alertLevel4": "#CC53CA", "alertSevere": "#98276B", "alertSuccess": "#89D538", "alertError": "#EA3C5C"}'`},c.exports=n},82609:c=>{"use strict";c.exports=function(l){var t=[];return t.toString=function(){return this.map(function(n){var r=l(n);return n[2]?"@media ".concat(n[2]," {").concat(r,"}"):r}).join("")},t.i=function(e,n,r){typeof e=="string"&&(e=[[null,e,""]]);var o={};if(r)for(var a=0;a1?Ct-1:0),wt=1;wt/gm),X=i(/^data-[\-\w.\u00B7-\uFFFF]/),lt=i(/^aria-[\-\w]+$/),St=i(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),gt=i(/^(?:\w+script|data):/i),B=i(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),z=i(/^html$/i),rt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(st){return typeof st}:function(st){return st&&typeof Symbol=="function"&&st.constructor===Symbol&&st!==Symbol.prototype?"symbol":typeof st};function ot(st){if(Array.isArray(st)){for(var j=0,Ct=Array(st.length);j"u"?null:window},Lt=function(j,Ct){if((typeof j>"u"?"undefined":rt(j))!=="object"||typeof j.createPolicy!="function")return null;var It=null,wt="data-tt-policy-suffix";Ct.currentScript&&Ct.currentScript.hasAttribute(wt)&&(It=Ct.currentScript.getAttribute(wt));var ne="dompurify"+(It?"#"+It:"");try{return j.createPolicy(ne,{createHTML:function(ce){return ce}})}catch{return console.warn("TrustedTypes policy "+ne+" could not be created."),null}};function Mt(){var st=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Ot(),j=function(et){return Mt(et)};if(j.version="2.3.6",j.removed=[],!st||!st.document||st.document.nodeType!==9)return j.isSupported=!1,j;var Ct=st.document,It=st.document,wt=st.DocumentFragment,ne=st.HTMLTemplateElement,ie=st.Node,ce=st.Element,ue=st.NodeFilter,$t=st.NamedNodeMap,Yt=$t===void 0?st.NamedNodeMap||st.MozNamedAttrMap:$t,Gt=st.HTMLFormElement,se=st.DOMParser,Vt=st.trustedTypes,kt=ce.prototype,he=b(kt,"cloneNode"),Te=b(kt,"nextSibling"),Me=b(kt,"childNodes"),le=b(kt,"parentNode");if(typeof ne=="function"){var Ie=It.createElement("template");Ie.content&&Ie.content.ownerDocument&&(It=Ie.content.ownerDocument)}var Oe=Lt(Vt,Ct),je=Oe?Oe.createHTML(""):"",Ye=It,we=Ye.implementation,yt=Ye.createNodeIterator,fe=Ye.createDocumentFragment,At=Ye.getElementsByTagName,Et=Ct.importNode,xt={};try{xt=G(It).documentMode?It.documentMode:{}}catch{}var Wt={};j.isSupported=typeof le=="function"&&we&&typeof we.createHTMLDocument"u"?"undefined":rt(et))!=="object")&&(et={}),et=G(et),Nt="ALLOWED_TAGS"in et?D({},et.ALLOWED_TAGS):Ht,it="ALLOWED_ATTR"in et?D({},et.ALLOWED_ATTR):ct,sn="ADD_URI_SAFE_ATTR"in et?D(G(En),et.ADD_URI_SAFE_ATTR):En,mn="ADD_DATA_URI_TAGS"in et?D(G(Ze),et.ADD_DATA_URI_TAGS):Ze,en="FORBID_CONTENTS"in et?D({},et.FORBID_CONTENTS):on,bt="FORBID_TAGS"in et?D({},et.FORBID_TAGS):{},Qt="FORBID_ATTR"in et?D({},et.FORBID_ATTR):{},tn="USE_PROFILES"in et?et.USE_PROFILES:!1,ae=et.ALLOW_ARIA_ATTR!==!1,ye=et.ALLOW_DATA_ATTR!==!1,me=et.ALLOW_UNKNOWN_PROTOCOLS||!1,Se=et.SAFE_FOR_TEMPLATES||!1,Ce=et.WHOLE_DOCUMENT||!1,We=et.RETURN_DOM||!1,Je=et.RETURN_DOM_FRAGMENT||!1,_e=et.RETURN_TRUSTED_TYPE||!1,Ge=et.FORCE_BODY||!1,qe=et.SANITIZE_DOM!==!1,hn=et.KEEP_CONTENT!==!1,rn=et.IN_PLACE||!1,Dt=et.ALLOWED_URI_REGEXP||Dt,pn=et.NAMESPACE||Qe,et.CUSTOM_ELEMENT_HANDLING&&Sn(et.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(mt.tagNameCheck=et.CUSTOM_ELEMENT_HANDLING.tagNameCheck),et.CUSTOM_ELEMENT_HANDLING&&Sn(et.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(mt.attributeNameCheck=et.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),et.CUSTOM_ELEMENT_HANDLING&&typeof et.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(mt.allowCustomizedBuiltInElements=et.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),gn=Pn.indexOf(et.PARSER_MEDIA_TYPE)===-1?gn=yn:gn=et.PARSER_MEDIA_TYPE,nn=gn==="application/xhtml+xml"?function(Kt){return Kt}:I,Se&&(ye=!1),Je&&(We=!0),tn&&(Nt=D({},[].concat(ot($))),it=[],tn.html===!0&&(D(Nt,Q),D(it,Y)),tn.svg===!0&&(D(Nt,g),D(it,x),D(it,T)),tn.svgFilters===!0&&(D(Nt,h),D(it,x),D(it,T)),tn.mathMl===!0&&(D(Nt,F),D(it,V),D(it,T))),et.ADD_TAGS&&(Nt===Ht&&(Nt=G(Nt)),D(Nt,et.ADD_TAGS)),et.ADD_ATTR&&(it===ct&&(it=G(it)),D(it,et.ADD_ATTR)),et.ADD_URI_SAFE_ATTR&&D(sn,et.ADD_URI_SAFE_ATTR),et.FORBID_CONTENTS&&(en===on&&(en=G(en)),D(en,et.FORBID_CONTENTS)),hn&&(Nt["#text"]=!0),Ce&&D(Nt,["html","head","body"]),Nt.table&&(D(Nt,["tbody"]),delete bt.tbody),a&&a(et),cn=et)},ln=D({},["mi","mo","mn","ms","mtext"]),_=D({},["foreignobject","desc","title","annotation-xml"]),ft=D({},g);D(ft,h),D(ft,p);var Tt=D({},F);D(Tt,W);var _t=function(et){var Kt=le(et);(!Kt||!Kt.tagName)&&(Kt={namespaceURI:Qe,tagName:"template"});var ee=I(et.tagName),be=I(Kt.tagName);if(et.namespaceURI===dn)return Kt.namespaceURI===Qe?ee==="svg":Kt.namespaceURI===fn?ee==="svg"&&(be==="annotation-xml"||ln[be]):Boolean(ft[ee]);if(et.namespaceURI===fn)return Kt.namespaceURI===Qe?ee==="math":Kt.namespaceURI===dn?ee==="math"&&_[be]:Boolean(Tt[ee]);if(et.namespaceURI===Qe){if(Kt.namespaceURI===dn&&!_[be]||Kt.namespaceURI===fn&&!ln[be])return!1;var He=D({},["title","style","font","a","script"]);return!Tt[ee]&&(He[ee]||!ft[ee])}return!1},re=function(et){v(j.removed,{element:et});try{et.parentNode.removeChild(et)}catch{try{et.outerHTML=je}catch{et.remove()}}},de=function(et,Kt){try{v(j.removed,{attribute:Kt.getAttributeNode(et),from:Kt})}catch{v(j.removed,{attribute:null,from:Kt})}if(Kt.removeAttribute(et),et==="is"&&!it[et])if(We||Je)try{re(Kt)}catch{}else try{Kt.setAttribute(et,"")}catch{}},ge=function(et){var Kt=void 0,ee=void 0;if(Ge)et=""+et;else{var be=O(et,/^[\r\n\t ]+/);ee=be&&be[0]}gn==="application/xhtml+xml"&&(et=''+et+"");var He=Oe?Oe.createHTML(et):et;if(pn===Qe)try{Kt=new se().parseFromString(He,gn)}catch{}if(!Kt||!Kt.documentElement){Kt=we.createDocument(pn,"template",null);try{Kt.documentElement.innerHTML=vn?"":He}catch{}}var $e=Kt.body||Kt.documentElement;return et&&ee&&$e.insertBefore(It.createTextNode(ee),$e.childNodes[0]||null),pn===Qe?At.call(Kt,Ce?"html":"body")[0]:Ce?Kt.documentElement:$e},ve=function(et){return yt.call(et.ownerDocument||et,et,ue.SHOW_ELEMENT|ue.SHOW_COMMENT|ue.SHOW_TEXT,null,!1)},Ee=function(et){return et instanceof Gt&&(typeof et.nodeName!="string"||typeof et.textContent!="string"||typeof et.removeChild!="function"||!(et.attributes instanceof Yt)||typeof et.removeAttribute!="function"||typeof et.setAttribute!="function"||typeof et.namespaceURI!="string"||typeof et.insertBefore!="function")},Pe=function(et){return(typeof ie>"u"?"undefined":rt(ie))==="object"?et instanceof ie:et&&(typeof et>"u"?"undefined":rt(et))==="object"&&typeof et.nodeType=="number"&&typeof et.nodeName=="string"},Ae=function(et,Kt,ee){!Wt[et]||C(Wt[et],function(be){be.call(j,Kt,ee,cn)})},Re=function(et){var Kt=void 0;if(Ae("beforeSanitizeElements",et,null),Ee(et)||O(et.nodeName,/[\u0080-\uFFFF]/))return re(et),!0;var ee=nn(et.nodeName);if(Ae("uponSanitizeElement",et,{tagName:ee,allowedTags:Nt}),!Pe(et.firstElementChild)&&(!Pe(et.content)||!Pe(et.content.firstElementChild))&&Z(/=0;--Ve)be.insertBefore(he(He[Ve],!0),Te(et))}return re(et),!0}return et instanceof ce&&!_t(et)||(ee==="noscript"||ee==="noembed")&&Z(/0},xe=function(et){var Kt=void 0,ee=void 0,be=void 0,He=void 0;Ae("beforeSanitizeAttributes",et,null);var $e=et.attributes;if(!!$e){var Ve={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:it};for(He=$e.length;He--;){Kt=$e[He];var An=Kt,Xe=An.name,xn=An.namespaceURI;if(ee=k(Kt.value),be=nn(Xe),Ve.attrName=be,Ve.attrValue=ee,Ve.keepAttr=!0,Ve.forceKeepAttr=void 0,Ae("uponSanitizeAttribute",et,Ve),ee=Ve.attrValue,!Ve.forceKeepAttr&&(de(Xe,et),!!Ve.keepAttr)){if(Z(/\/>/i,ee)){de(Xe,et);continue}Se&&(ee=P(ee,te," "),ee=P(ee,U," "));var In=nn(et.nodeName);if(!!Ue(In,be,ee))try{xn?et.setAttributeNS(xn,Xe,ee):et.setAttribute(Xe,ee),R(j.removed)}catch{}}}Ae("afterSanitizeAttributes",et,null)}},Ke=function Xt(et){var Kt=void 0,ee=ve(et);for(Ae("beforeSanitizeShadowDOM",et,null);Kt=ee.nextNode();)Ae("uponSanitizeShadowNode",Kt,null),!Re(Kt)&&(Kt.content instanceof wt&&Xt(Kt.content),xe(Kt));Ae("afterSanitizeShadowDOM",et,null)};return j.sanitize=function(Xt,et){var Kt=void 0,ee=void 0,be=void 0,He=void 0,$e=void 0;if(vn=!Xt,vn&&(Xt=""),typeof Xt!="string"&&!Pe(Xt)){if(typeof Xt.toString!="function")throw N("toString is not a function");if(Xt=Xt.toString(),typeof Xt!="string")throw N("dirty is not a string, aborting")}if(!j.isSupported){if(rt(st.toStaticHTML)==="object"||typeof st.toStaticHTML=="function"){if(typeof Xt=="string")return st.toStaticHTML(Xt);if(Pe(Xt))return st.toStaticHTML(Xt.outerHTML)}return Xt}if(pe||Ne(et),j.removed=[],typeof Xt=="string"&&(rn=!1),rn){if(Xt.nodeName){var Ve=nn(Xt.nodeName);if(!Nt[Ve]||bt[Ve])throw N("root node is forbidden and cannot be sanitized in-place")}}else if(Xt instanceof ie)Kt=ge(""),ee=Kt.ownerDocument.importNode(Xt,!0),ee.nodeType===1&&ee.nodeName==="BODY"||ee.nodeName==="HTML"?Kt=ee:Kt.appendChild(ee);else{if(!We&&!Se&&!Ce&&Xt.indexOf(" `+Xe),Se&&(Xe=P(Xe,te," "),Xe=P(Xe,U," ")),Oe&&_e?Oe.createHTML(Xe):Xe},j.setConfig=function(Xt){Ne(Xt),pe=!0},j.clearConfig=function(){cn=null,pe=!1},j.isValidAttribute=function(Xt,et,Kt){cn||Ne({});var ee=nn(Xt),be=nn(et);return Ue(ee,be,Kt)},j.addHook=function(Xt,et){typeof et=="function"&&(Wt[Xt]=Wt[Xt]||[],v(Wt[Xt],et))},j.removeHook=function(Xt){Wt[Xt]&&R(Wt[Xt])},j.removeHooks=function(Xt){Wt[Xt]&&(Wt[Xt]=[])},j.removeAllHooks=function(){Wt={}},j}var jt=Mt();return jt})},46688:(c,l,t)=>{"use strict";t.d(l,{Cs:()=>e.Cs,Xz:()=>e.Xz,YQ:()=>e.YQ,g7:()=>e.g7,sw:()=>e.sw,th:()=>e.th});var e=t(13924)},13924:(c,l,t)=>{"use strict";t.d(l,{YQ:()=>G,g7:()=>D,Cs:()=>b,th:()=>N,sw:()=>Z,Xz:()=>g});var e=t(1842),n=t.n(e),r=t(25877),o=t.n(r),a=t(97030),i=t.n(a),s=t(63329),u=t.n(s),f=t(829),m=t.n(f),C=t(12782),R=t.n(C),v=t(60985),I=t(84621),O=t(44203);const P=(0,v.P1)(I.J0,Y=>{try{return F(Y?.["twc-variation"]??"")}catch{return{}}}),A=(0,v.P1)(I.J0,Y=>{try{return W(Y?.["twc-experiment"]??"")}catch{return{}}}),k=(0,v.P1)(P,A,(Y,x)=>({...x,...Y})),Z=(0,v.P1)(k,Y=>{try{const x=[];for(const[V,T]of Object.entries(Y)){const E={experimentName:V,variantName:T.value,variantPayload:T.payloads?.[T.value]??null};x.push(E)}return m()(x,["experimentName","variantName"])}catch{return[]}}),N=(0,O.C6)(Z,Y=>{const x={};for(const V of Y){let{variantPayload:T}=V??{};const{taboola:E}=T??{};if(!n()(T?.taboola)){const y={placementSuffix:` - ${V.variantName}`,containerSuffix:`---${V.variantName}`};T={...T,taboola:{...y,...E}}}R()(x,T)}return x}),H=(0,O.C6)(Z,Y=>Y.map(x=>x.experimentName)),K=(0,O.C6)(Z,Y=>Y.map(x=>x.variantName)),D=(0,O.C6)(Z,Y=>Y.map(x=>`${x.experimentName}_${x.variantName}`)),G=(0,O.C6)(H,Y=>Y.join(",")),b=(0,O.C6)(K,Y=>Y.join(",")),Q=(0,O.C6)(D,Y=>Y.join(",")),g=(0,v.P1)(N,Y=>{const{taboola:x}=Y??{};return n()(x)?{}:{...x}});function h(Y){return window.atob(Y)}function p(Y){if(!i()(Y))throw new Error("experiment map must be plain object");for(const[x,V]of Object.entries(Y)){const{payloads:T={},value:E}=V,y=T[E]??{};if(typeof x!="string"||!x)throw new Error(`experiment name must be non-empty string (got ${x})`);if(typeof E!="string"||!E)throw new Error(`variant name must be non-empty string (got ${E})`);if(!o()(y)&&!i()(y))throw new Error("variant payload must be plain object or null")}}function F(Y){if(!Y)return{};const x=JSON.parse(h(Y));return p(x),x}function W(Y){if(!Y)return{};const x=JSON.parse(h(Y)),V={};for(const T of Object.keys(x)){const[E,y]=T.split("__"),X=u()(x[T]);$(`${E}_${y}`)&&(V[E]={value:y,payloads:{[y]:X}})}return p(V),V}function $(Y){return Y.length{"use strict";t.d(l,{CJ:()=>m,RL:()=>H,UO:()=>f,m$:()=>s,u0:()=>P});var e=t(72579),n=t.n(e),r=t(44203),o=t(46153),a=t(84621),i=t(60985);const s=(0,i.P1)(()=>!1),u=(0,r.C6)(a.Qo,o.y,(x,V)=>({name:"getCMSAssetsUrlConfig",params:{language:V,query:{type:{$in:"article"},assetName:{$in:x}}}})),f=(0,r.C6)(r.$l,u,(x,V)=>x(V)?.[0]),m=(0,r.C6)(f,x=>x?.seometa?.title??""),C=(0,r.C6)(f,x=>x?.seometa?.keywords??""),R=(0,r.C6)(f,x=>x?.seometa?.description??""),v=(0,r.C6)(f,x=>x?.seometa?.["og:image"]??""),I=(0,r.C6)(f,x=>x?.seometa?.canonical??""),O=x=>x?.article?.wxNodes??{},P=x=>x?.article?.limitedAccess??!1,A=x=>x?.article?.wxNodesWithAssets??{},k=(0,r.C6)(f,x=>x?.author_data?.length?x.author_data:x?.author?.[0]?[{name:x.author[0],bioUrl:x.author_bio_link?.[0]||"",authorImage:[]}]:[]),Z=(0,r.C6)(f,x=>x?.pcollid??""),N=(0,r.C6)(r.Gx,Z,o.y,(x,V,T)=>{const E=(0,r.vy)({language:T,collectionId:V});return n()(x,["getCMSCollectionsUrlConfig",E,"data"],{})}),H=(0,r.C6)(N,x=>x?.ad_metrics?.article?.zone??""),K=(0,r.C6)(N,x=>x?.title??""),D=(0,r.C6)(f,x=>x?.providername??""),G=(0,r.C6)(f,x=>x?.providerid??""),b=(0,r.C6)(f,x=>x?.lastmodifieddate??""),Q=(0,r.C6)(f,x=>x?.publishdate??""),g=(0,r.C6)(f,x=>x?.createdate??""),h=(x,V)=>createDeepEqualSelector(dalSelector,localeSelector,(T,E)=>{const y=(V||E).replace(/-/,"_"),X=createDalKey({language:y,assetId:x});return get(T,["getCMSAssetByIDUrlConfig",X,"data"],{})}),p=x=>createDeepEqualSelector(dalSelector,V=>{const T=createDalKey({assetId:x});return get(V,["getCMSAssetsSlideshowUrlConfig",T,"data"],{})}),F=(x,V)=>createDeepEqualSelector(dalSelector,dsxLocaleSelector,(T,E)=>{const y=createDalKey({language:E,collectionType:x,collectionId:V});let X=get(T,["getCMSOrderedListUrlConfig",y,"data"],{});return X.text==="Not Found"&&(X={}),X}),W=x=>createDeepEqualSelector(dalSelector,dsxLocaleSelector,(V,T)=>{const E=$(x),y=createDalKey({language:T,assetIds:E}),X=get(V,["getCMSAssetByIDsUrlConfig",y,"data"],[]);if(Array.isArray(X)){let lt=X.filter(St=>St.status===200);return lt=lt.map(St=>{const{doc:gt={}}=St;return{...gt,playlists:gt.playlists.concat({[WXNODE_PLAYLIST_ID]:"Playlist from Assets"})}}).filter(Boolean),lt}return null}),$=x=>{let V=x.replace(/(^,|,$)/g,"");return V=V.split(","),V=V.join(";"),V},Y=x=>get(x,["article","videoAsset"],{})},80329:(c,l,t)=>{"use strict";t.d(l,{Jj:()=>R,Q3:()=>s,ez:()=>m,jm:()=>C});var e=t(72579),n=t.n(e),r=t(44203),o=t(60985),a=t(46153),i=t(84621);const s=(0,o.P1)(i.Pi,v=>v?v.join("/"):null),u=(0,r.C6)(r.Gx,a.y,s,(v,I,O)=>{if(!O)return null;const P=(0,r.vy)({language:I,collectionId:O});return n()(v,["getCMSCollectionsUrlConfig",P,"data"],{})}),f=(0,r.C6)(u,v=>n()(v,"title","")),m=(0,r.C6)(u,v=>n()(v,"sponsored",!1)),C=(0,r.C6)(u,i.dF,(v,I)=>{if(!v)return;const O=I==="index"?"article":I;return/article|video/.test(O)?n()(v,["ad_metrics",O,"zone"],""):""}),R=(0,r.C6)(u,i.dF,(v,I)=>{if(!v)return;const O=I==="index"?"article":I;return/article|video/.test(O)?n()(v,["ad_metrics",O,"metrics"],""):""})},88240:(c,l,t)=>{"use strict";t.d(l,{$q:()=>i,Eh:()=>W,FL:()=>$,FN:()=>N,FT:()=>A,Hz:()=>Z,IU:()=>G,JK:()=>h,Jc:()=>Q,Je:()=>P,M3:()=>D,MK:()=>b,R8:()=>s,St:()=>u,T$:()=>p,UZ:()=>F,Wc:()=>Y,X9:()=>I,Xf:()=>E,Y6:()=>y,Y9:()=>v,_f:()=>C,ah:()=>e,bK:()=>g,bk:()=>R,dn:()=>m,nD:()=>V,nn:()=>T,s8:()=>O,sF:()=>x,sc:()=>f,tV:()=>K,uz:()=>k,y8:()=>n,yk:()=>H});const e="consent",n="featureFlags",r="essential-technology",o="functional-technology",a="geographically-relevant-advertising",i="admiral",s="amazon",u="burdaAdEngine",f="burdaHeaderBidders",m="comscore",C="appsFlyer",R="criteoSlot",v="custParamsPii",I="facebookWxNode",O="findMe",P="geoIP",A="googleNonLimitedAds",k="gpt",Z="gptPiiGDPR",N="gptPiiSaleUSA",H="indexExchange",K="instagramWxNode",D="gptPrisma",G="headerBidders",b="medallia",Q="mParticleFullMetrics",g="nielsen",h="outbrain",p="rubicon",F="socialLinksFooter",W="taboola",$="twitterWxNode",Y="youtubeWxNode",x="wfxTriggers",V="WXU/DPR/SET_CONSENT",T="WXU/DPR/SET_FEATURE_FLAGS",E="dpr",y={[e]:{},[n]:{}}},18213:(c,l,t)=>{"use strict";t.d(l,{AE:()=>ue,B:()=>H,Cy:()=>It,Ds:()=>ot,EM:()=>st,Eg:()=>rt,Jt:()=>lt,MT:()=>N,Mw:()=>D,O7:()=>St,Oq:()=>Ot,R$:()=>gt,RJ:()=>Lt,Yq:()=>z,ab:()=>O,b2:()=>W,bG:()=>j,dR:()=>Q,ff:()=>B,gK:()=>Mt,hV:()=>ne,hY:()=>ie,qW:()=>jt,sj:()=>Yt,ss:()=>Z});var e=t(60985),n=t(72579),r=t.n(n),o=t(9850),a=t.n(o),i=t(46153),s=t(10449),u=t(42882),f=t(84621),m=t(23631),C=t(26850),R=t(77482),v=t(88240);const I=(0,e.P1)(f.cz,Gt=>Gt===m.wQ),O=(0,e.P1)(f.cz,Gt=>m.nB.includes(Gt)),P=Gt=>r()(Gt,[v.Xf,v.y8],{}),A=Gt=>(0,e.P1)(P,se=>r()(se,[Gt])),k=Gt=>r()(Gt,[v.Xf,v.ah],{}),Z=(0,e.P1)(k,Gt=>{const{DprSdk:se}=window||{};return Gt[C.ui]??se?.getUserConsentWithDefaultValue?.(C.ui)}),N=(0,e.P1)(k,Gt=>{const{DprSdk:se}=window||{};return Gt[C.y]??se?.getUserConsentWithDefaultValue?.(C.y)}),H=()=>{const{DprSdk:Gt}=window||{};if(typeof Gt?.getGdprConsentOptInsString=="function")return Gt.getGdprConsentOptInsString()},K=()=>{const{DprSdk:Gt}=window||{};if(typeof Gt?.getCcpaSaleOptInString=="function")return Gt.getCcpaSaleOptInString()},D=A(v.R8),G=A(v.Je),b=A(v.s8),Q=(0,e.P1)(A(v.UZ),f.dF,(Gt,se)=>["covid19map"].includes(se)?!1:Gt),g=A(v.X9),h=A(v.tV),p=A(v.FL),F=A(v.Wc),W=(0,e.P1)(s.fr,i.b2,(Gt,se)=>Gt||se),$=(0,e.P1)(f.cz,Gt=>[m.CA,...m.nB,...m.Gv].includes(Gt));function Y({linkList:Gt=[],regime:se,allowPrivacySettingsLink:Vt,pageKey:kt,isMobile:he,isUserLoggedIn:Te,privacyPolicyLink:Me}){if(!Array.isArray(Gt))return Gt;const le=a()(Gt);return x({privacyLinkList:le,regime:se,allowPrivacySettingsLink:Vt}),V({privacyLinkList:le,regime:se,pageKey:kt,isMobile:he}),T({privacyLinkList:le,regime:se,pageKey:kt,isMobile:he}),E({privacyLinkList:le,regime:se,pageKey:kt,isMobile:he,isUserLoggedIn:Te}),y({privacyLinkList:le,regime:se,privacyPolicyLink:Me}),le}const x=({privacyLinkList:Gt,regime:se,allowPrivacySettingsLink:Vt})=>{const kt=Gt.findIndex(he=>he?.titleTranslationKey==="privacySettings"||he?.titleTranslationKey==="privacySettingsMenu");if(kt>-1){if(!Vt){Gt.splice(kt,1);return}if(m.Gv.includes(se)){const{DprSdk:he}=window||{};Gt[kt].titleTranslationKey="cookieSettings",Gt[kt].url="",Gt[kt].onClick=he?.showConsentManager}m.nB.includes(se)&&Gt[kt].titleTranslationKey!=="privacySettingsMenu"&&(Gt[kt].titleTranslationKey="reviewAdsSettings")}},V=({privacyLinkList:Gt,regime:se,pageKey:Vt,isMobile:kt})=>{const he=Gt.findIndex(Te=>Te?.titleTranslationKey?.includes?.("dataPurposes"));if(he>-1){if(se!==m.JP){Gt.splice(he,1);return}Vt==="dataPurposes"&&kt&&(Gt[he].urlWithOnClick=()=>{setTimeout(()=>{window.location.reload()},0)})}},T=({privacyLinkList:Gt,regime:se,pageKey:Vt,isMobile:kt})=>{const he=Gt.findIndex(Te=>Te?.titleTranslationKey?.includes?.("doNotSell"));if(he>-1){if(!m.nB.includes(se)){Gt.splice(he,1);return}Vt==="privacySettings"&&kt&&(Gt[he].urlWithOnClick=()=>{setTimeout(()=>{window.location.reload()},0)}),se!==m.wQ&&m.nB.includes(se)&&(Gt[he].titleTranslationKey="saleOfData")}},E=({privacyLinkList:Gt,regime:se,pageKey:Vt,isMobile:kt,isUserLoggedIn:he})=>{const Te=Gt.findIndex(Me=>Me?.titleTranslationKey?.includes?.("sensitiveData"));Te>-1&&(Vt==="privacySettings"&&kt&&(Gt[Te].urlWithOnClick=()=>{setTimeout(()=>{window.location.reload()},0)}),(se!==m.wQ||!he)&&Gt.splice(Te,1))},y=({privacyLinkList:Gt,regime:se,privacyPolicyLink:Vt})=>{const kt=Gt.findIndex(he=>he?.titleTranslationKey==="cookieNotice");if(kt>-1){if(!m.nB.includes(se)){Gt.splice(kt,1);return}se===m.wQ&&(Gt[kt].titleTranslationKey="californiaNotice",Gt[kt].url=`${Vt}#us-ccpa-notice-current`)}},X=(0,R.Iv)({t:()=>{},shouldUseLocaleParam:!1}),lt=(0,e.P1)(f.cz,$,f.dF,f.Hu,u.WO,X,(Gt,se,Vt,kt,he,Te)=>({linkList:Me})=>Y({linkList:Me,regime:Gt,allowPrivacySettingsLink:se,pageKey:Vt,isMobile:kt,isUserLoggedIn:he,privacyPolicyLink:Te?.[0]?.url})),St=A(v.St),gt=A(v.IU),B=A(v.sc),z=A(v.bk),rt=A(v.yk),ot=A(v.Y9),Ot=A(v.uz),Lt=A(v.Hz),Mt=A(v.FN),jt=A(v.MK),st=A(v.JK),j=A(v.T$),Ct=A(v._f),It=A(v.Eh),wt=A(v.$q),ne=A(v.FT),ie=(0,e.P1)(A(v.Jc),f.z3,f.dF,(Gt,se,Vt)=>Gt&&!(se&&Vt.includes("covid19"))),ce=A(v.bK),ue=A(v.dn),$t=A(v.M3),Yt=A(v.sF)},55036:(c,l,t)=>{"use strict";t.d(l,{FA:()=>r,PD:()=>a,Xf:()=>e,ZW:()=>o,qQ:()=>n});const e="i18n",n="SET_I18N",r="i18n",o="en-US",a={ar:"ar-AE",az:"az-AZ",bg:"bg-BG",bn:"bn-IN",bs:"bs-BA",ca:"ca-ES",cs:"cs-CZ",da:"da-DK",de:"de-DE",el:"el-GR",en:"en-GB",es:"es-ES",fa:"fa-IR",fi:"fi-FI",fr:"fr-FR",ga:"en-IE",gu:"gu-IN",hi:"hi-IN",hr:"hr-HR",hu:"hu-HU",id:"id-ID",is:"is-IS",it:"it-IT",iw:"iw-IL",ja:"ja-JP",jv:"jv-ID",ka:"ka-GE",kk:"kk-KZ",kn:"kn-IN",ko:"ko-KR",lt:"lt-LT",lv:"lv-LV",mk:"mk-MK",mn:"mn-MN",ms:"ms-MY",mt:"en-MT",nl:"nl-NL",no:"no-NO",pl:"pl-PL",pt:"pt-PT",ro:"ro-RO",ru:"ru-RU",si:"si-LK",sk:"sk-SK",sl:"sl-SI",sq:"sq-AL",sr:"sr-RS",sv:"sv-SE",sw:"sw-KE",ta:"ta-IN",te:"te-IN",tg:"tg-TJ",th:"th-TH",tk:"tk-TM",tl:"tl-PH",tr:"tr-TR",uk:"uk-UA",ur:"ur-PK",uz:"uz-UZ",vi:"vi-VN",zh:"zh-CN",kam:"en-GB",kea:"en-GB",kok:"en-IN"}},46153:(c,l,t)=>{"use strict";t.d(l,{b2:()=>e.b2,y:()=>e.y,Mv:()=>Z,vz:()=>e.vz,z4:()=>e.z4,F7:()=>e.F7,xi:()=>e.xi,MG:()=>e.MG,TN:()=>e.TN,Wq:()=>f,sF:()=>I,a1:()=>C,Wo:()=>P,ke:()=>A,ZW:()=>u,$J:()=>v,MH:()=>R});var e=t(45158),n=t(60985),r=t(10743),o=t(54683),a=t(28995),i=t(8724);const s=(0,n.P1)(i.J0,a.Oo,(N,H)=>{const K=N?.["twc-unit"]??"";return K==="m"&&H?"s":K}),u=(0,n.P1)(e.TN,s,a.Oo,(N,H,K)=>{const D=(0,o.V7)(H),G=(0,o.QQ)(N,K);return D||G}),f=(0,n.P1)(u,N=>N.code),m=(0,n.P1)(u,N=>N.name),C=(0,n.P1)(u,N=>(0,r.k)(N.name)),R=(0,n.P1)(u,N=>N.temp),v=(0,n.P1)(u,N=>N.speed),I=(0,n.P1)(u,N=>N.distance),O=(0,n.P1)(u,N=>N.accumulation),P=(0,n.P1)(u,N=>N.precip),A=(0,n.P1)(u,N=>N.pressure);var k=t(55036);const Z=N=>N[k.Xf]?.[k.FA]||{}},45158:(c,l,t)=>{"use strict";t.d(l,{F7:()=>b,MG:()=>K,TN:()=>A,b2:()=>Z,vz:()=>Q,xi:()=>D,y:()=>k,z4:()=>N});var e=t(44203),n=t(84621),r=t(35342),o=t(55036);const a=/^([a-z]{2}|[a-z]{2,3}[-_][A-Z]{2})$/;function i(g){return g?a.test(g)?g.replace("_","-"):"":o.ZW}const s=(0,e.C6)(n.nh,n.U8,(g,h)=>h||g||""),u=(0,e.C6)(s,n.dF,(g,h)=>{const p=i(g);return p||(h==="notFound"?o.ZW:p)}),f=(0,e.C6)(u,n.z3,n.pu,(g,h,p)=>{let F=g;return h&&p&&F!=="en-US"&&(F="en-GB"),{locale:F}});function m(g){if(!g)return o.ZW;const h=g.split("-")[0];return o.PD[h]||o.ZW}const C=(0,e.C6)(n.z3,n.nf,r.UW,n.dF,n.U8,(g,h,p,F,W)=>g||h||p||W||F==="notFound"),R=(0,e.C6)(u,g=>m(g)),v=(0,e.C6)(R,g=>({locale:g})),I=(0,e.C6)(f,g=>({name:"getMewLocaleUrlConfig",params:g})),O=(0,e.C6)(e.$l,f,C,v,(g,h,p,F)=>{let W=g({name:"getMewLocaleUrlConfig",params:h});return!(W?.data??null)&&p&&(W=g({name:"getMewLocaleUrlConfig",params:F})),W?.data}),P=(0,e.C6)(O,g=>g?.locale?.data??null),A=(0,e.C6)(P,g=>g?.attributes?.localeCode??""),k=(0,e.C6)(A,g=>(g||"").replace("-","_")),Z=(0,e.C6)(A,g=>{const h="";if(g&&g.length){const p=g.split("-");return p.length>1?p[1]:h}return h}),N=(0,e.C6)(P,g=>g?.attributes?.isLocaleSiteEnabled??!1),H=(0,e.C6)(O,g=>g?.language?.data??null),K=(0,e.C6)(H,g=>g?.attributes.languageCode??""),D=(0,e.C6)(K,g=>g.split("-")[0]),G=(0,e.C6)(H,g=>g?.attributes.languageName??""),b=(0,e.C6)(H,g=>g?.attributes.isRtlLanguage??!1),Q=(0,e.C6)(A,g=>g==="en-US")},7647:(c,l,t)=>{"use strict";t.d(l,{Cd:()=>Lt,Fk:()=>v,Gx:()=>St,H3:()=>E,JB:()=>D,JP:()=>$,LW:()=>rt,O8:()=>m,P:()=>st,Px:()=>Mt,Q2:()=>p,QJ:()=>C,QQ:()=>Z,Rb:()=>K,SO:()=>Y,SV:()=>h,Ts:()=>B,Vj:()=>i,W9:()=>R,Xf:()=>n,Xp:()=>A,Y6:()=>e,Y9:()=>G,Z4:()=>Q,_d:()=>o,bU:()=>V,cd:()=>a,d3:()=>z,fD:()=>X,fS:()=>r,gr:()=>b,hu:()=>gt,i6:()=>x,jS:()=>N,kM:()=>jt,lV:()=>Ot,lj:()=>j,ss:()=>ot,u1:()=>f,ur:()=>y,xA:()=>T,zv:()=>H});const e={custParamsComplete:!1,adCallComplete:!1,targetingReady:!1},n="ads",r="WXU/ADS/DISPLAY_LAZY_LOADED_AD",o={atf:{adserverRequestSent:!1,amzn:!1,criteoSlot:!1,prebid:!1,posNotToRefresh:[]},btf:{adserverRequestSent:!1,amzn:!1,criteoSlot:!1,prebid:!1,posNotToRefresh:[]}},a="AD_CALL",i="AD_CALL_BTF",s="slotRenderEnded",u="WXU/ADS/RUBICON_WRAPPER_LOADED",f="WXU/ADS/RUBICON_INITIALIZED",m="WXU/ADS/RUBICON_DONE",C="WXU/ADS/BTF_BID_TARGETING_DONE",R="WXU/ADS/RUBICON_NO_WRAPPER",v="WXU/ADS/REFRESH_ADS",I="WXU/ADS/HANDLE_ARTICLE_COLLECTION_ADS",O="WXU/ADS/HANDLE_MISSING_VIDEO_COMPANION",P=100,A=1e3,k="WXU/ADS/ADS_BIDDERS_AMZNHDBID_LOADED",Z="WXU/ADS/SLOTS/READY",N="WXU/ADS/SET_TARGETING_READY",H="WXU/ADS/SET_TARGETING_CUST_PARAMS",K="WXU/ADS/COMPLETE_TARGETING_FOR_CUST_PARAMS",D="WXU/ADS/CUST_PARAMS_THIRD_PARTY_PREPARES_DONE",G="WXU/ADS/SET_ALL_CUST_PARAMS",b="WXU/ADS/SLOTS_READY_DEPENDENT_THIRD_PARTY_PREPARES_DONE",Q="WXU/ADS/LOAD_AMAZON_HDBID",g="WXU/ADS/SET_AMAZON_HDBID_SLOTS",h="WXU/ADS/SET_AMAZON_SLOTS_CUST_PARAMS",p="WXU/ADS/SET_CRITEO",F="WXU/ADS/SET_LOTAME",W="WXU/ADS/SET_CRITEO_SLOTS",$="WXU/ADS/LOAD_CRITEO_SLOTS",Y="WXU/ADS/SET_IASPET_SLOTS",x="WXU/ADS/LOAD_INDEX_EXCHANGE",V="WXU/ADS/SET_MISC_CUST_PARAMS",T="WXU/ADS/SET_PREBID",E="WXU/ADS/SET_WX_AD_TARGETING",y="WXU/ADS/SET_WFXTG_TARGETING",X="WXU/ADS/SET_LOTAME_TARGETING",lt="adBlocker",St="MW_Position1",gt="WXU/ADS/NO_AD_CALL_EXCLUSION",B="WXU/ADS/FETCH_REMOTE_DAL_REQUEST",z="WXU/ADS/SET_HASHED_MPID",rt=["fa","tl","id"],ot=["CU","IR","SD","SY","UA"],Ot=["amazonSlots","criteo","miscCustParams","wfxtg","wxAdTargeting"],Lt=["iasPetSlot","rubicon"],Mt=["refreshAds","userActionAdRefresh"],jt="MW_Position2",st="MW_Position3",j="Taboola",Ct="https://securepubads.g.doubleclick.net/tag/js/gpt.js",It="https://pagead2.googlesyndication.com/tag/js/gpt.js"},11536:(c,l,t)=>{"use strict";t.d(l,{Aw:()=>E,BU:()=>j,Dt:()=>le,Fh:()=>ln,G:()=>Yt,GL:()=>fe,HH:()=>yt,Hc:()=>Te,Ie:()=>x,Ii:()=>Y,JN:()=>V,JV:()=>sn,JW:()=>w,Jh:()=>tn,KL:()=>X,KY:()=>pe,LX:()=>U,Ll:()=>xt,MT:()=>en,Nt:()=>st,Q1:()=>J,QV:()=>Ne,UJ:()=>Nt,Uj:()=>se,VH:()=>Gt,Vm:()=>Lt,Vv:()=>ne,WL:()=>z,Xd:()=>mt,Y2:()=>jt,Yy:()=>wt,ZH:()=>it,cr:()=>Me,dA:()=>gn,dJ:()=>Vt,db:()=>ae,ew:()=>ue,fL:()=>y,j5:()=>Ct,jq:()=>Qt,lg:()=>ce,mm:()=>ye,n0:()=>Ie,nF:()=>Pn,nY:()=>Dt,nu:()=>vn,oe:()=>Ce,pn:()=>we,tc:()=>Et,u_:()=>fn,vW:()=>At,w8:()=>$t,xc:()=>me,yt:()=>dn,z0:()=>ct,zp:()=>on});var e=t(60985),n=t(17620),r=t.n(n),o=t(42208),a=t.n(o),i=t(35676),s=t.n(i),u=t(45455),f=t.n(u),m=t(12782),C=t.n(m),R=t(75652),v=t.n(R),I=t(29286),O=t.n(I),P=t(84621),A=t(44203),k=t(18213),Z=t(64402),N=t(42882),H=t(35342),K=t(64795),D=t(80329),G=t(11419),b=t(39730),Q=t(9625),g=t(46153),h=t(76643),p=t(83625),F=t(23631),W=t(80990),$=t(7647);const Y=_=>_?.[$.Xf]?.slotsReady??!1,x=_=>_?.[$.Xf]?.rubiconDone??!1,V=_=>_?.[$.Xf]?.btfBidTargetingDone??!1,T=_=>_?.[$.Xf]?.custParamsComplete??!1,E=_=>_?.[$.Xf]?.targetingReady??!1,y=_=>_?.[$.Xf]?.amznHdBidStatus??!1,X=_=>_?.[$.Xf]?.criteoSlotStatus??!1,lt=_=>_?.[REDUCER_KEY]?.wfxtg??!1,St=_=>_?.[REDUCER_KEY]?.adCallComplete??!1,gt=_=>_?.[REDUCER_KEY]?.btfAdCallComplete??!1,B=(0,e.P1)(x,T,(_,ft)=>({custParamsComplete:ft,rubiconDone:_})),z=(0,e.P1)(P.zM,_=>{let ft=_;if(_!=="mobile"){const{screen:{width:Tt}}=window;Tt>1024?ft="desktop":Tt>=768&&(ft="tablet")}return ft}),rt=(0,e.P1)(K.uT,_=>s()(Object.values(_??{})).filter(Tt=>Tt.component==="WxuAd"&&!Tt?.props?.disableAd)??[]),ot=(0,e.P1)(rt,z,(_,ft)=>_.map(re=>ft==="tablet"&&re.props.tabletId==="none"?null:ft==="tablet"&&re.props.tabletId?re.props.tabletId:re.props.id).filter(re=>re!==null).join(",")),Ot=_=>(0,e.P1)(rt,ft=>ft.map(re=>_==="tablet"&&re.props.tabletId==="none"?null:_==="tablet"&&re.props.tabletId?re.props.tabletId:re.props.id).filter(re=>re!==null).join(",")),Lt=(0,e.P1)(K.U3,D.Jj,(_,ft)=>{const Tt=_?.metrics_levels??null;return ft||Tt}),Mt=(0,e.P1)(K.U3,_=>_?.ads),jt=(0,e.P1)(K.JN,_=>_?.engine),st=(0,e.P1)(K.JN,_=>_?.networkCode),j=(0,e.P1)(g.TN,K.JN,H.gx,(_,ft,Tt)=>{const{adUnits:_t={mobile:"mobile_smart",desktop:"web_weather",tablet:"tablet_weather"}}=ft;let{mobile:re,desktop:de,tablet:ge}=_t;re=re.includes("_us")?re.substr(0,re.indexOf("_us")):re,de=de.includes("_us")?de.substr(0,de.indexOf("_us")):de,ge=ge.includes("_us")?ge.substr(0,ge.indexOf("_us")):ge;let ve="intl";switch(_){case"en-US":ve="us";break;case"es-US":ve="es_us";break;case"en-IN":ve="en_in";break;default:break}ve!=="es_us"&&ve!=="en_in"&&(Tt.includes("oppo")||Tt.includes("transsion"))&&(ve="intl");const Ee=re.includes("mobile_smart")?`${re}_${ve}`:re,Pe=de.includes("web_weather")?`${de}_${ve}`:de,Ae=ge.includes("tablet_weather")?`${ge}_${ve}`:ge;return{desktop:Pe,mobile:Ee,tablet:Ae}}),Ct=(0,e.P1)(z,j,(_,ft)=>ft?.[_]??""),It=(0,e.P1)(K.JN,_=>_?.adTagOverrides),wt=(0,e.P1)(K.JN,_=>_?.adZone),ne=(0,e.P1)(Ct,wt,D.jm,(_,ft,Tt)=>`${_}/${Tt||ft||"non_monetized"}`),ie=(0,e.P1)(K.JN,_=>_?.adsmetrics_zone),ce=()=>O().get("adstest"),ue=(0,A.C6)(G.RL,D.jm,wt,(_,ft,Tt)=>_||ft||Tt),$t=(0,A.C6)(z,D.jm,st,j,wt,ce,(_,ft,Tt,_t,re,de)=>{const ge=_t[_];return`${Tt}/${de?"test_":""}${ge}/${ft||re}`}),Yt=(0,A.C6)(z,st,j,ce,(_,ft,Tt,_t)=>{const re=Tt[_];return`${ft}/${_t?"test_":""}${re}/interstitial`}),Gt=(0,A.C6)(P.zM,Mt,(_,ft)=>{const Tt=[...ft?.thirdParties??[]],{token:_t}=_==="mobile"?W.eh.USER_ACTION_AD_REFRESH:W.eh.DESKTOP_USER_ACTION_AD_REFRESH;return!!Tt.includes(_t)}),se=(0,A.C6)(Mt,P.zM,Z.bx,N.WO,(_,ft,Tt,_t)=>{const re="rubicon_enUS",de="sequentialAdLoader",ge="abTesting",ve=W.eh.TIME_FRAME.token,Ee=W.eh.HELIOS_AD_SDK.token,Pe=W.eh.ADMIRAL.token,Ae=W.eh.IAB_CATEGORIES.token,Re=W.eh.INSTANA.token,Ue=W.eh.ASSERTIVE_YIELD.token,{token:Fe}=W.eh.USER_ACTION_AD_REFRESH,{token:xe}=W.eh.MOBILE_REFRESH_ADS,{token:Ke}=W.eh.REFRESH_ADS,{token:Xt}=W.eh.DESKTOP_USER_ACTION_AD_REFRESH;let et=[..._?.thirdParties??[]];return et.includes(re)||et.push(re),et.includes(de)||et.push(de),et.includes(ge)||et.push(ge),et.includes(Ee)||et.push(Ee),et.includes(W.eh.JANUS.token)||et.push(W.eh.JANUS.token),et.includes(ve)||et.push(ve),et.includes(Pe)||et.push(Pe),et.includes(Ae)||et.push(Ae),et.includes(Re)||et.push(Re),et.includes(Ue)||et.push(Ue),ft==="mobile"?(et.push(Fe),et.push(xe)):(et.push(Xt),et.push(Ke)),Tt&&_t&&(et=et.filter(Kt=>!Kt.includes(W.eh.LOTAME.token))),v()(et).join(",")}),Vt=(0,A.C6)(K.JN,_=>[..._?.thirdParties??[]].includes("rubicon_enUS")),kt=(0,A.C6)(se,P.cz,(_,ft)=>{const Tt=_.split(",");if(!Array.isArray(Tt)||!Tt.length)return[];const{CRITEO_SLOT:_t,IAS_PET_SLOT:re,...de}=W.eh;return Tt.filter(he(ft)).reduce((ve,Ee)=>{const Ae=Object.values(de).find(({token:Re})=>Ee.includes(Re));if(Ae){const{script:Re}=Ae;return Re?[...ve,Re]:ve}return ve},[])}),he=_=>ft=>!(F.Gv.includes(_)&&W.XC.some(Tt=>ft.includes(Tt))),Te=(_,ft)=>(0,A.C6)(A.Gx,z,ft?Ot(ft):ot,rt,mt,(Tt,_t,re,de,ge)=>{const ve=(0,A.vy)({positions:re,screenSize:ft??_t});let Ee=Tt?.getMewAdConfigsUrlConfig?.[ve]?.data?.data??null;return Ee?(Ee=Ee.reduce((Pe,Ae)=>{const Re=de.find(Ue=>Ue.props.id===Ae.name||Ue.props.tabletId===Ae.name);return[...Pe,{...Ae,lazyload:Re.props.lazyload,disableAd:Re?.props?.disableAd,sequentialGroup:Re?.props?.sequentialGroupOverride||Ae?.sequentialGroup||"btf"}]},[]),ge&&_&&(Ee=Ee.filter(Pe=>Pe.sequentialGroup===_)),Ee):[]}),Me=(0,A.C6)(k.Ds,A.Gx,g.TN,Q.yt,(_,ft,Tt,_t)=>{const re=(0,A.vy)({locale:Tt,placeid:_t}),de=ft?.getWxAdTargetingUrlConfig?.[re]?.data?.data??{},ge=r()(de,W.q3);return _?ge:r()(ge,W.xN)}),le=(0,A.C6)(A.Gx,se,(_,ft)=>{const Tt=(0,A.vy)({tokens:ft});let _t=_?.getMewAdThirdPartyConfigsUrlConfig?.[Tt]?.data?.data??[];return _t=_t.map(({config:re,config_type:de})=>({config:re,type:de})),_t}),Ie=(0,A.C6)(le,_=>{if(!f()(_)){const ft=_.find(Tt=>Tt.type?Tt.type===W.eh.AMAZON_HEADER_BIDDER.token:!1);if(ft&&ft.config)return ft.config}return{}}),Oe=(0,A.C6)(k.ab,le,(_,ft)=>{if(!_)return{};if(!f()(ft)){const Tt=ft.find(_t=>_t.type?_t.type===W.eh.ADMIRAL.token:{});if(Tt&&Tt.config)return Tt.config}return{}}),je=(0,A.C6)(le,_=>{if(!f()(_)){const ft=_.find(Tt=>Tt.type?Tt.type===W.eh.ASSERTIVE_YIELD.token:!1);if(ft&&ft.config)return ft.config}return{}}),Ye=(0,A.C6)(le,_=>{if(!f()(_)){const ft=_.find(Tt=>Tt.type?Tt.type===W.eh.INSTANA.token:!1);if(ft&&ft.config)return ft.config}return{}}),we=(0,A.C6)(le,_=>{if(!f()(_)){const ft=_.find(Tt=>Tt.type?Tt.type===W.eh.AMAZON_SLOTS.token:!1);if(ft&&ft.config)return ft.config}return{}}),yt=(0,A.C6)(le,_=>{if(!f()(_)){const ft=_.find(Tt=>Tt.type?Tt.type===W.eh.CRITEO.token:!1);if(ft&&ft.config)return ft.config}return{}}),fe=(0,A.C6)(le,P.zM,(_,ft)=>{if(!f()(_)){const Tt=_.find(_t=>_t.type?_t.type===W.eh.CRITEO_SLOT.token:!1);if(Tt&&Tt.config)return Tt.config.placements=Tt.config.placements[ft],Tt.config}return{}}),At=(0,A.C6)(le,_=>{if(!f()(_)){const ft=_.find(Tt=>Tt.type?Tt.type===W.eh.GEOEDGE.token:!1);if(ft&&ft.config)return ft.config}return{}}),Et=(0,A.C6)(le,_=>{if(!f()(_)){const ft=_.find(Tt=>Tt.type?Tt.type===W.eh.IAS_PET_SLOT.token:!1);if(ft&&ft.config)return ft.config}return{}}),xt=(0,A.C6)(le,_=>{if(!f()(_)){const ft=_.find(Tt=>Tt.type?Tt.type===W.eh.INDEX_EXCHANGE.token:!1);if(ft&&ft.config)return ft.config}return{}}),Wt=(0,A.C6)(le,_=>{if(!f()(_)){const ft=_.find(Tt=>Tt.type?Tt.type===W.eh.LOTAME.token:!1);if(ft&&ft.config)return ft.config}return{}}),te=/[0-9]{4}/,U=(0,A.C6)(Wt,_=>{const{tagsSrcId:ft="1884"}=_;return ft.match(te)}),w=(0,A.C6)(U,_=>_?`//tags.crwdcntrl.net/lt/c/${_}/lt.min.js`:""),J=(0,A.C6)(le,_=>{if(!f()(_)){const ft=_.find(Tt=>Tt.type?Tt.type===W.eh.PREBID.token:!1);if(ft&&ft.config)return ft.config}return{}}),tt=(0,A.C6)(le,_=>{if(!f()(_)){const ft=_.find(Tt=>Tt.type?Tt.type===W.eh.PREMIUM_AD_DATA_LAKE.token:!1);if(ft&&ft.config)return ft.config}return{}}),vt=(0,A.C6)(le,_=>{if(!f()(_)){const ft=_.find(Tt=>Tt.type?Tt.type===W.eh.USER_ACTION_AD_REFRESH.token:!1);if(ft&&ft.config)return ft.config}return{}}),Dt=(0,A.C6)(vt,P.dF,g.TN,(_,ft,Tt)=>{const{atf:_t,refreshBidders:re}=_,ge=(Object.keys(_t)||[]).filter(Fe=>Fe.includes(Tt)||Fe.includes("all"))||[];let ve=_?.atf?.positions,Ee=ge.reduce((Fe,xe)=>{const Xt=(Object.keys(_t[xe]).filter(et=>et.includes(ft)||et.includes("all"))||[])[0];return Xt?(ve=_t?.[xe]?.[Xt]?.positions??ve,ve):Fe},[]);f()(Ee)&&(Ee=ve);let Pe=_?.atf?.userActionDelay;const Ae=ge.reduce((Fe,xe)=>{const Xt=(Object.keys(_t[xe]).filter(et=>et.includes(ft)||et.includes("all"))||[])[0];return Xt&&(Pe=_t?.[xe]?.[Xt]?.userActionDelay||Pe),Pe},[]);let Re=_?.atf?.inViewOnly;const Ue=ge.reduce((Fe,xe)=>{const Xt=(Object.keys(_t[xe]).filter(et=>et.includes(ft)||et.includes("all"))||[])[0];return Xt&&(Re=_t?.[xe]?.[Xt]?.inViewOnly??Re),Re},[]);return{type:"atf",inViewOnly:Ue,posToRefresh:Ee,refreshBidders:re,userActionDelay:Ae}}),Nt=(0,A.C6)(vt,P.dF,g.TN,(_,ft,Tt)=>{const{btf:_t,refreshBidders:re}=_,ge=(Object.keys(_t)||[]).filter(Fe=>Fe.includes(Tt)||Fe.includes("all"))||[];let ve=_?.btf?.positions,Ee=ge.reduce((Fe,xe)=>{const Xt=(Object.keys(_t[xe]).filter(et=>et.includes(ft)||et.includes("all"))||[])[0];return Xt?(ve=_t?.[xe]?.[Xt]?.positions??ve,ve):Fe},[]);f()(Ee)&&(Ee=ve);let Pe=_?.btf?.userActionDelay;const Ae=ge.reduce((Fe,xe)=>{const Xt=(Object.keys(_t[xe]).filter(et=>et.includes(ft)||et.includes("all"))||[])[0];return Xt&&(Pe=_t?.[xe]?.[Xt]?.userActionDelay||Pe),Pe},[]);let Re=_?.btf?.inViewOnly;const Ue=ge.reduce((Fe,xe)=>{const Xt=(Object.keys(_t[xe]).filter(et=>et.includes(ft)||et.includes("all"))||[])[0];return Xt&&(Re=_t?.[xe]?.[Xt]?.inViewOnly??Re),Re},[]);return{type:"btf",inViewOnly:Ue,posToRefresh:Ee,refreshBidders:re,userActionDelay:Ae}}),Ht=(0,A.C6)(le,_=>{if(!f()(_)){const ft=_.find(Tt=>Tt.type?Tt.type===W.eh.REFRESH_ADS.token:!1);if(ft&&ft.config)return ft.config}return{}}),it=(0,A.C6)(Ht,P.dF,g.TN,(_,ft,Tt)=>{const{atf:_t={},refreshBidders:re=[]}=_,{interval:de=0,inViewOnly:ge=!1}=_t,Ee=Object.keys(_t).filter(Re=>Re.includes(Tt)||Re.includes("all"))||[];let Pe=_t.positions;const Ae=Ee.reduce((Re,Ue)=>{const xe=Object.keys(_t[Ue]).filter(Ke=>Ke.includes(ft)||Ke.includes("all"))||[];return f()(xe)||(Pe=_t[Ue][xe].positions),Pe},[]);return{type:"atf",inViewOnly:ge,interval:de,positions:Ae,refreshBidders:re}}),ct=(0,A.C6)(le,_=>{if(!f()(_)){const ft=_.find(Tt=>Tt.type?Tt.type===W.eh?.SEQUENTIAL_AD_LOADER?.token:!1);return ft?.config?ft.config:{}}}),mt=(0,A.C6)(ct,P.zM,P.dF,g.TN,(_,ft,Tt,_t)=>{if(f()(_)||ft!=="desktop")return!1;const de=Object.keys(_).filter(Ae=>Ae.includes(_t)||Ae.includes("all"))||[],ge=Array.isArray(de)&&de[0],ve=_?.[ge],Ee=ve&&(ve.filter(Ae=>Ae.includes(Tt)||Ae.includes("all"))||[]);return Ee&&Array.isArray(Ee)&&!!Ee[0]}),bt=(0,A.C6)(le,_=>{if(!f()(_)){const ft=_.find(Tt=>Tt.type?Tt.type===W.eh?.RUBICON?.token:!1);if(ft?.config)return ft.config}return{}}),Qt=(0,A.C6)(bt,P.dF,g.TN,(_,ft,Tt)=>{const{defaultTimeoutOverride:_t}=_,de=Object.keys(_).filter(Ee=>Ee.includes(Tt)||Ee.includes("all"))||[];let ge=_t;return de.reduce((Ee,Pe)=>{const Re=Object.keys(_[Pe]).filter(Ue=>Ue.includes(ft)||Ue.includes("all"))||[];return f()(Re)||(ge=_[Pe][Re[0]].timeoutOverride),ge},ge)}),ae=(0,A.C6)(bt,Qt,(_,ft)=>({filename:_?.filename,testFilename:_?.testFilename,timeout:ft})),ye=(0,A.C6)(Ht,P.dF,g.TN,(_,ft,Tt)=>{const{btf:_t={},refreshBidders:re=[]}=_,{interval:de=0,inViewOnly:ge=!1}=_t,Ee=Object.keys(_t).filter(Re=>Re.includes(Tt)||Re.includes("all"))||[];let Pe=_t.positions;const Ae=Ee.reduce((Re,Ue)=>{const xe=Object.keys(_t[Ue]).filter(Ke=>Ke.includes(ft)||Ke.includes("all"))||[];return f()(xe)||(Pe=_t[Ue][xe].positions),Pe},[]);return{type:"btf",interval:de,inViewOnly:ge,positions:Ae,refreshBidders:re}}),me=(0,A.C6)(le,_=>{if(!f()(_)){const ft=_.find(Tt=>Tt.type?Tt.type===W.eh.WFXTG.token:!1);if(ft&&ft.config)return ft.config}return{}}),Se=(0,A.C6)(le,_=>{if(!f()(_)){const ft=_.find(Tt=>Tt.type?Tt.type===W.eh.WX_AD_TARGETING.token:!1);if(ft&&ft.config)return ft.config}return{}}),Ce=(0,A.C6)($t,Te(null),(_,ft)=>ft.map(Tt=>({adSlotId:Tt.slotTarget,size:Tt.sizes.map(_t=>_t[0]==="fluid"?[1,1]:_t),adUnitPath:_}))),pe=()=>{{const _=O().get("fv");return parseInt(_,10)||0}},Ge=(0,A.C6)(D.jm,wt,(_,ft)=>{const Tt=_||ft||"",_t=Tt.lastIndexOf("local_forecasts")!==-1;let re,de,ge;if(_t)re="fcst",ge="fcst",de="fcst";else{const Ee=Tt.split("/").slice(-2);[de]=Ee,re=`${de}_${Ee[1]||""}`,ge=Ee[1]||"nl"}return{cat:re,fam:de,ch:ge}}),We=(0,A.C6)(le,_=>{if(!f()(_)){const ft=_.find(Tt=>Tt.type?Tt.type===W.eh?.TIME_FRAME?.token:!1);if(ft?.config)return ft.config}return{}}),Je=(0,A.C6)(K.IY,We,(_,ft)=>ft?.tf?.[_]??"nl"),_e=(_,ft)=>()=>{const Tt=ft||"0123456789",_t=_||16;let re="";for(let de=0;de<_t re>{{const{userAgent:_}=window.navigator,ft=_&&_.match(/chrome|firefox|safari|trident/i);if(Array.isArray(ft))switch(ft[0].toLowerCase()){case"chrome":return"twcchrome";case"firefox":return"twcff";case"safari":return"twcsafari";case"trident":return"twcie";default:return"twcnative"}return"nl"}}),hn=()=>String(Math.floor(Math.random()*1e3)+1),rn=()=>"weather",tn=_=>_?.[$.Xf]?.wfxtg??{},en=_=>_?.[$.Xf]?.lotame??{},on=_=>_?.[$.Xf]?.hashedMpid??"",mn=(0,A.C6)(z,_=>_==="tablet"?"wx_tab":_==="mobile"?"wx_mw":"wx"),Ze=(0,A.C6)(P.ZN,(_={})=>{if(_.layer==="rwi"||_.layers==="rwi")return"rwi"}),sn=_=>_?.[p.Xf]?.videoCount??0,En=(0,A.C6)(P.ZN,_=>_?.adRef??""),fn=_=>_?.[$.Xf]?.custParams??{},dn=(0,A.C6)(k.Ds,k.gK,Ge,j,Je,_e(16,"0123456789"),pe,ce,qe,mn,hn,rn,Ze,En,sn,H.gx,z,P.zM,(_,ft,Tt,_t,re,de,ge,ve,Ee,Pe,Ae,Re,Ue,Fe,xe,Ke,Xt,et)=>{let Kt={...Tt,ad_unit:_t[Xt],tf:re,ord:de,rmid:de,impression_id:(0,h.Vj)(),vab:et!=="mobile"?"nxgn":"daybreak",v:ge&&ge.toString(),adstest:ve||"",browser:Ee,mr:"0",plat:Pe,env:Ae,refurl:Re,mlayer:Ue||"",...Ke?{par:Ke}:{},ref:xe===0?Fe:"",sod:ft?"yes":"no"};Kt=a()(Kt,be=>!!be);const ee=r()(Kt,W.q3);return _?ee:r()(ee,W.xN)}),Qe=(0,A.C6)(le,_=>{if(!f()(_)){const ft=_.find(Tt=>Tt.type?Tt.type===W.eh.BIDDING_PROCESS_TIMEOUT.token:!1);if(ft&&ft.config)return ft.config}return{}}),pn=(0,A.C6)(Qe,_=>{if(_&&!f()(_)){const{maxTime:ft}=_;if(!Number.isNaN(ft))return+ft}return-1}),vn=(0,A.C6)(le,_=>{if(!f()(_)){const ft=_.find(Tt=>Tt.type?Tt.type===W.eh?.HELIOS_AD_SDK?.token:!1);if(ft?.config)return ft.config}return{}}),gn=(0,A.C6)(fn,on,(_,ft)=>{const Tt=Object.keys(_).filter(re=>W.Hw.has(re)).sort();return{pageKvs:Tt.length?` ${Tt.join(" ")} `:"",hasPpid:!!ft}}),Pn=(0,A.C6)(le,_=>{if(!f()(_)){const ft=_.find(Tt=>Tt.type?Tt.type===W.eh?.AB_TESTING?.token:!1);if(ft?.config)return ft.config}return{}}),yn=(0,A.C6)(le,_=>_?.find?.(ft=>ft.type===W.eh.IAB_CATEGORIES.token)?.config??{});function nn(_,ft){return C()({},_,ft,(Tt,_t)=>{if(Array.isArray(Tt))return v()(Tt.concat(_t))})}const cn=(0,A.C6)(yn,_=>{const{iabCategoriesByPageCode:ft={}}=_??{},Tt={};for(const[_t,re]of Object.entries(ft))for(const de of _t.split(","))Tt[de]=nn(Tt[de]??{},re);return Tt}),Dn=(0,A.C6)(cn,K.IY,(_,ft)=>_[ft]),Sn=(0,A.C6)(G.UO,b.s5,(_,ft)=>(f()(_)?ft:_)?.tags?.iab??{}),Ne=(0,A.C6)(Dn,Sn,(_,ft)=>nn(_,ft)),ln=(0,A.C6)(yn,_=>_?.iabSiteCategories)},80990:(c,l,t)=>{"use strict";t.d(l,{Hw:()=>i,XC:()=>a,eh:()=>e,q3:()=>o,xN:()=>r});const e={MISC_CUST_PARAMS:{token:"miscCustParams"},WFXTG:{token:"wfxtg"},AMAZON_HEADER_BIDDER:{token:"amznHdBid",script:"//c.amazon-adsystem.com/aax2/apstag.js"},AMAZON_SLOTS:{token:"amznslots",script:"//c.amazon-adsystem.com/aax2/amzn_ads.js"},PREBID:{token:"prebid",script:"//ep00.epimg.net/js/pbs/prebid.js"},CRITEO_SLOT:{token:"criteoSlot",script:"//static.criteo.net/js/ld/publishertag.js"},CRITEO:{token:"criteo"},IAS_PET_SLOT:{token:"iasPetSlot",script:"//cdn.adsafeprotected.com/iasPET.1.js"},INDEX_EXCHANGE:{token:"index"},LOTAME:{token:"lotame"},WX_AD_TARGETING:{token:"wxAdTargeting"},GEOEDGE:{token:"geoedge",script:"//d3b02estmut877.cloudfront.net/grumi-ip.js"},CONFIANT:{token:"confiant",script:"//cdn.confiant-integrations.net/sM1wMdWIAB1LeJwC9QvIgGUpPQ0/gpt_and_prebid/config.js"},PREMIUM_AD_DATA_LAKE:{token:"premiumAdDataLake"},REFRESH_ADS:{token:"refreshAds"},MOBILE_REFRESH_ADS:{token:"mobileRefreshAds"},RUBICON:{token:"rubicon"},VIDEO_PREROLL_BIDDERS:{token:"videoPrerollBidders"},USER_ACTION_AD_REFRESH:{token:"userActionAdRefresh"},DESKTOP_USER_ACTION_AD_REFRESH:{token:"desktopUserActionAdRefresh"},SEQUENTIAL_AD_LOADER:{token:"sequentialAdLoader"},BIDDING_PROCESS_TIMEOUT:{token:"biddingProcessTimeout",maxTime:-1},AB_TESTING:{token:"abTesting"},HELIOS_AD_SDK:{token:"helios"},JANUS:{token:"janus"},TIME_FRAME:{token:"timeframeKeyVal"},ADMIRAL:{token:"admiral"},IAB_CATEGORIES:{token:"iabc"},INSTANA:{token:"instana"},ASSERTIVE_YIELD:{token:"assertiveYield"}},n={DESKTOP:"desktop",TABLET:"tablet",MOBILE:"mobile"},r=["cc","cnty","countryName","ct","dma","lat","loc","lon","placeId","rmid","st","zip"],o=["atf","browser","baro","cat","cobr","cs","d1","d2","d3","d4","d5","excl","faud","fbeb","fc","fc1","fc2","fc3","fgeo","fhi","fhic","fhr","fli","flo","floc","flr","fltmp","fltmpc","fpdi1","fpdi2","fpdi3","fsnw","ftl","h2o","hmid","id","impression_id","intl","iom","ipm","ipmid","kw","layer","lo","loc","native","os","pip","player","plin","snw","spla","story","template","tile","tmp","tmpr","twch","urlref","uv","vid","videocat","wfxcampaigntype","wind"],a=["criteo","criteoSlot","iasPet","amznslots","amznHdBid","rubicon"],i=new Set(["wfxtg","cxtg","zcs","nzcs","fpd","cnd"])},88288:(c,l,t)=>{"use strict";t.d(l,{p:()=>f});var e=t(60985),n=t(64795),r=t(84621),o=t(46153),a=t(46688),i=t(51866),s=t(11536);const u=(0,e.P1)(r.ZN,m=>m?.heliosSrc),f=(0,e.P1)(o.TN,r.dF,n.JN,u,s.nu,a.th,(m,C,R,v,I,O)=>{const P="all",A=!O?.moneytree;if(!A||Object.keys(R).length===0||Object.keys(I).length===0||I?.enable===!1)return null;const{WEBCAKES_ENV:k}=i.env,Z=I[k]??I,N=Object.keys(Z).find(D=>D.includes(m))??P,H=Z[N];let K=null;if(H?.includes?.(C)||H?.includes?.(P)||A){const{src:D}=I;K=D[k?.toLowerCase()],K||(K=D.default)}return K=v??K,K})},57617:(c,l,t)=>{"use strict";t.d(l,{F:()=>s,M:()=>u});var e=t(60985),n=t(46153),r=t(10449),o=t(64795),a=t(84621);const i=["newsletter","newsletterAlerts","newsletterSignUp"],s=(0,e.P1)(r.fr,n.TN,o.M4,o.DJ,a.pu,(f,m,C,R,v)=>C&&m==="en-US"&&f==="US"&&!v||!C&&f==="US"&&m==="en-US"&&!R);function u(f,m,C){const R=i.includes(m.title)||i.includes(m.urlTranslationKey)||i.includes(m.titleTranslationKey),v=C?.includes?.("samsung");return!(R&&(!f||v))}},23410:(c,l,t)=>{"use strict";t.d(l,{oh:()=>lt,dA:()=>y,K4:()=>E,J7:()=>X,dz:()=>f,AM:()=>u,N7:()=>I,Tt:()=>g,QP:()=>b,aZ:()=>h,rX:()=>H,_s:()=>x});var e=t(60985),n=t(44203),r=t(45158),o=t(84621),a=t(89972);function i(B){try{return decodeURIComponent(B)}catch{return""}}const s=(0,n.C6)(o.EQ,o.fx,o.qk,o.x2,(B,z,rt,ot)=>{if(!B&&!z&&!rt&&!ot)return null;const Lt=[{type:"canonicalCityId",locId:i(ot)},{type:"placeId",locId:i(rt)},{type:null,locId:i(z)},{type:null,locId:i(B)}].find(Ct=>!!Ct.locId);if(!Lt)return null;const Mt=/.*(\+|-|\s)+(\w*|(\w{4}\d{4})|(\d+))(:(1|4|5|9|11|13|16|17|19|21|25|27))?(:\w{2})?$/,jt=/-/,st=/\s/,{locId:j}=Lt;if(Mt.test(Lt.locId)){st.test(j)?Lt.locId=j.split(" ").pop():jt.test(j)?Lt.locId=j.split("-").pop():Lt.locId=j.split("+").pop();const Ct=f(Lt);if(Ct)return Ct}return f(Lt)}),u=(0,n.C6)(r.TN,s,(B,z)=>{const{type:rt,value:ot}=z||{},Ot={language:B,[rt]:ot};return rt==="locId"&&(Ot.locationType="locid"),{getSunV3LocationPointUrlConfig:Ot}});function f({locId:B,type:z}){const rt=[{regex:/^[-+]?([1-8]?\d(\.\d+)?|90(\.0+)?),[-+]?(180(\.0+)?|((1[0-7]\d)|([1-9]?\d))(\.\d+)?)$/,typeAs:"geocode",valueFn:ot=>(0,a.b)(ot)},{regex:/^([^+|^:]*):(1|4|5|9|11|13|16|17|19|21|25|27):\w{2}$/,typeAs:"locId",valueFn:ot=>ot.toUpperCase()},{regex:/^\d{5}(:\d)?(\w{2})?$/,typeAs:"locId",valueFn:ot=>`${ot.split(":")[0]}:4:US`},{regex:/^\w{4}\d{4}(:1)?$/,typeAs:"locId",valueFn:ot=>{const Ot=ot.substring(0,2).toUpperCase();return`${ot.split(":")[0]}:1:${Ot}`}},{regex:/^([a-zA-Z]{3}):.*$/,typeAs:"locId",valueFn:ot=>`${ot.split(":")[0].toUpperCase()}:9:US`},{regex:/^([0-9a-f]){32,}$/,typeAs:"placeId",valueFn:ot=>ot},{regex:/^([0-9a-f]){32,}$/,typeAs:"canonicalCityId",valueFn:ot=>ot}];if(z){const ot=rt.find(Ot=>Ot.typeAs===z);if(ot&&ot.regex.test(B))return{type:ot.typeAs,value:ot.valueFn(B)}}for(let ot=0,Ot=rt.length;ot{if(!B)return!0;const{type:z,value:rt}=B;return!rt||z==="geocode"&&rt==="0.00,0.00"});var C=t(42882),R=t(47537);const v=(0,n.C6)(n.Gx,u,(B,z)=>{const rt="getSunV3LocationPointUrlConfig",ot=B[rt]||{},Ot=z[rt]||{},Lt=(0,n.vy)(Ot);return ot[Lt]}),I=(0,n.C6)(v,B=>{if(!(B?.loaded??null))return null;const rt=B?.data??null;return!rt||rt.errors?null:B.data.location}),O=(0,n.C6)(o.h1,v,(B,z)=>{if(!B)return!1;if(!z)return!0;const rt=z?.data?.errors??[];if(Array.isArray(rt)&&rt.length){const ot=rt[0]?.error?.code??"";return/(4\d{2}|5\d{2})$/.test(ot)}return!1}),P=(0,n.C6)(I,B=>B?`${B.latitude},${B.longitude}`:""),A=(0,n.C6)(I,B=>B?.latitude??void 0),k=(0,n.C6)(I,B=>B?.longitude??void 0),Z=(0,n.C6)(I,B=>B?.adminDistrict??""),N=(0,n.C6)(I,B=>B?.adminDistrictCode??""),H=(0,n.C6)(I,B=>B?.postalCode??""),K=(0,n.C6)(I,B=>B?.neighborhood??""),D=(0,n.C6)(I,B=>B?.country??""),G=(0,n.C6)(I,B=>B?.countryCode??""),b=(0,n.C6)(I,B=>{let z=B?.ianaTimeZone??"";return(!z||!z.includes("/"))&&(z="Etc/UTC"),z}),Q=(0,n.C6)(I,B=>B?.displayName??""),g=(0,n.C6)(I,B=>B?.dmaCd??""),h=(0,n.C6)(I,B=>B?.placeId??""),p=(0,n.C6)(I,B=>B?.airportName??""),F=(0,n.C6)(I,B=>B?.type??""),W=(0,n.C6)(I,B=>B?.city??""),$=(0,n.C6)(I,B=>B?.canonicalCityId??""),Y=(0,n.C6)(I,B=>B?.disputedArea??!1),x=(0,n.C6)(I,r.b2,R.nP,C.WO,(B,z,rt,ot)=>X({location:B,countryCode:z,savedLocations:rt,isUserLoggedIn:ot,includePostalCode:!1})),V=(0,n.C6)(I,C.WO,R.nP,r.b2,(B,z,rt,ot)=>E({location:B,isUserLoggedIn:z,savedLocations:rt,countryCode:ot})),T=(0,n.C6)(I,r.b2,C.WO,R.nP,(B,z,rt,ot)=>y({location:B,savedLocations:ot,isUserLoggedIn:rt,countryCode:z}));function E({location:B,savedLocations:z,isUserLoggedIn:rt,includePostalCode:ot,countryCode:Ot}){const Lt=z.find(st=>st.placeID===B.placeId),Mt=Ot||"US";if(Lt&&rt){const st=(Lt?.userTag||Lt?.name)??"";if(st){const j=B?.displayName??"",Ct=gt(B,Mt);if(st!==j&&st!==Ct)return st}}let jt;if(B?.disputedCountries)jt=B.displayName||"";else{switch(B?.type){case"address":jt=B?.address?.split(",")[0]?.trim()||"";break;case"city":jt=B?.locale?.locale2||"";break;case"locality":jt=B?.locale?.locale3||"";break;case"neighborhood":jt=B?.locale?.locale4||"";break;case"airport":jt=B?.airportName||"";break;case"postal":const st=B?.locale?.locale4||B?.locale?.locale3||B?.locale?.locale2||"",j=B?.postalCode||"";jt=ot?`${st} ${j}`.trim():`${st}`.trim();break;default:jt=B?.displayName||""}jt.length===0&&(jt=B?.displayName)}return jt}function y({location:B,savedLocations:z,countryCode:rt,includePostalCode:ot,isUserLoggedIn:Ot}){const Lt=rt||"US",Mt=z.find(st=>st.placeID===B.placeId);if(Mt&&Ot){const st=Mt?.userTag||Mt?.name;if(st){const j=B?.displayName??"",Ct=gt(B,Lt);if(st!==j&&st!==Ct)return St(B,Lt,ot)}}let jt;if(B?.disputedCountries)jt=B?.displayName||"";else{const st=Lt===B?.countryCode?"":B?.country||"",j=rt!=="IL"&&B?.adminDistrict||"",Ct=B?.postalCode||"",It=B?.city||"";switch(B?.type){case"address":jt=[It,j,st].filter(Boolean).join(", ");break;case"city":jt=[j,st].filter(Boolean).join(", ");break;case"locality":jt=[B?.locale?.locale2||"",j,st].filter(Boolean).join(", ");break;case"neighborhood":jt=[B?.locale?.locale3||B?.locale?.locale2||"",j,st].filter(Boolean).join(", ");break;case"postal":const ie=j||B?.locale?.locale2||"";jt=[ot?`${ie} ${Ct}`.trim():ie,st].filter(Boolean).join(", ");break;default:jt=[j,st].filter(Boolean).join(", ")}}return jt}function X({location:B,countryCode:z,includePostalCode:rt=!0,savedLocations:ot,isUserLoggedIn:Ot}){const Lt=E({location:B,savedLocations:ot,isUserLoggedIn:Ot,countryCode:z}),Mt=y({location:B,countryCode:z,includePostalCode:rt,savedLocations:ot,isUserLoggedIn:Ot}),jt=Lt&&Mt?", ":"",st=B?.separator?B?.separator:jt;return`${Lt}${st}${Mt}`.trim()}function lt(B){const z=B.placeId?.length||0;return z===0?[]:Array.from({length:z},(rt,ot)=>({displayName:B.displayName?.[ot],adminDistrict:B.adminDistrict?.[ot],adminDistrictCode:B.adminDistrictCode?.[ot],countryCode:B.countryCode?.[ot],country:B.country?.[ot],disputedArea:B.disputedArea?.[ot],city:B.city?.[ot],type:B.type?.[ot],postalCode:B.postalCode?.[ot],disputedCountries:B.disputedCountries?.[ot],locale:{locale1:B.locale?.locale1?.[ot]||B.locale1?.[ot],locale2:B.locale?.locale2?.[ot]||B.locale2?.[ot],locale3:B.locale?.locale3?.[ot]||B.locale3?.[ot],locale4:B.locale?.locale4?.[ot]||B.locale4?.[ot]},placeId:B.placeId[ot],latitude:Math.round(B.latitude[ot]*10)/10,longitude:Math.round(B.longitude[ot]*10)/10}))}function St(B,z,rt){if(B?.disputedCountries)return B?.displayName||"";const Ot=(z||"US")===B?.countryCode?"":B?.country||"",Lt=z!=="IL"&&B?.adminDistrict||"";switch(B?.type){case"city":return[B?.locale?.locale2||"",Lt,Ot].filter(Boolean).join(", ");case"locality":const jt=Lt||B?.locale?.locale2||"";return[B.locale?.locale3||"",jt,Ot].filter(Boolean).join(", ");case"neighborhood":const j=B?.locale?.locale4||"",Ct=B?.locale?.locale3||B?.locale?.locale2||"";return[j,Ct,Lt,Ot].filter(Boolean).join(", ");case"postal":const It=B?.postalCode||"";return[B?.locale?.locale4||B?.locale?.locale3||B?.locale?.locale2||"",`${Lt} ${rt?It:""}`.trim(),Ot].filter(Boolean).join(", ");default:return[B?.locale?.locale2||"",Lt,Ot].filter(Boolean).join(", ")}}function gt(B,z,rt=", "){const ot=[B.displayName];return z!=="IL"&&ot.push(B.adminDistrictCode||B.adminDistrict),B.countryCode!==z&&B.disputedArea===!1&&ot.push(B.country),ot.filter(Boolean).join(rt)}},89972:(c,l,t)=>{"use strict";t.d(l,{b:()=>e});function e(r){if(!r)return"";const[o,a]=r.split(","),i=n(o),s=n(a);return`${i},${s}`}function n(r){return r?(+`${Math.round(`${r}e2`)}e-2`).toFixed(2):""}},2395:(c,l,t)=>{"use strict";t.d(l,{BG:()=>n,Gy:()=>a,HJ:()=>r,Ln:()=>u,Mw:()=>o,X2:()=>s,Xf:()=>e,fL:()=>i});const e="page",n="WXU/PAGE/SET_PAGE_STATE",r=["privacyPolicy","adChoices","termsOfUse"],o="WXU/CHANGE/PAGE/LOCATION",a="WXU/ADBLOCK_STATUS",i=new Set(Object.getOwnPropertyNames(Object.prototype)),s="3f7db82b-3ad6-4172-bf96-804c24ed4c47",u="csc"},84621:(c,l,t)=>{"use strict";t.d(l,{BP:()=>e.BP,Cv:()=>e.Cv,Dq:()=>e.Dq,EQ:()=>e.EQ,F3:()=>e.F3,GH:()=>e.GH,Gz:()=>e.Gz,Hu:()=>e.Hu,J0:()=>e.J0,K_:()=>e.K_,Mr:()=>e.Mr,N3:()=>e.N3,Pi:()=>e.Pi,Ps:()=>e.Ps,Qo:()=>e.Qo,S5:()=>e.S5,T:()=>e.T,U8:()=>e.U8,UW:()=>e.UW,V7:()=>e.V7,ZN:()=>e.ZN,_p:()=>e._p,ai:()=>e.ai,bx:()=>e.bx,cz:()=>e.cz,dF:()=>e.dF,e9:()=>e.e9,eM:()=>e.eM,fh:()=>e.fh,fx:()=>e.fx,h1:()=>e.h1,i:()=>e.i,j3:()=>e.j3,jw:()=>e.jw,kO:()=>e.kO,kw:()=>e.kw,lm:()=>e.lm,nc:()=>e.nc,nf:()=>e.nf,nh:()=>e.nh,pu:()=>e.pu,qk:()=>e.qk,sN:()=>e.sN,sQ:()=>e.sQ,uo:()=>e.uo,x2:()=>e.x2,xS:()=>e.xS,y:()=>e.y,z3:()=>e.z3,zM:()=>e.zM});var e=t(8724)},8724:(c,l,t)=>{"use strict";t.d(l,{BP:()=>kt,Cv:()=>C,Dq:()=>x,EQ:()=>b,F3:()=>F,GH:()=>v,Gz:()=>Vt,Hu:()=>p,J0:()=>u,K_:()=>ie,Mr:()=>Yt,N3:()=>ne,Pi:()=>B,Ps:()=>D,Qo:()=>P,S5:()=>T,T:()=>R,U8:()=>V,UW:()=>Te,V7:()=>$t,ZN:()=>N,_p:()=>i,ai:()=>It,bx:()=>st,cz:()=>$,dF:()=>K,dx:()=>O,e9:()=>ce,eM:()=>Ie,fh:()=>Ot,fx:()=>X,h1:()=>Lt,i:()=>he,j3:()=>ue,jw:()=>we,kO:()=>Gt,kw:()=>y,lm:()=>W,nc:()=>Q,nf:()=>G,nh:()=>gt,pu:()=>je,qk:()=>lt,sN:()=>f,sQ:()=>z,uo:()=>E,x2:()=>St,xS:()=>wt,y:()=>H,z3:()=>jt,zM:()=>h});var e=t(60985),n=t(72579),r=t.n(n),o=t(44203),a=t(2395);const i=yt=>yt?.[a.Xf]??null,s=yt=>yt?.[REDUCER_KEY]?.domain,u=(0,e.P1)(i,yt=>yt?.headers??null),f=(0,e.P1)(u,yt=>yt?.["twc-subs"]??"none"),m=(0,e.P1)(u,yt=>yt?.["twc-sticky-variant"]??""),C=(0,e.P1)(u,yt=>yt?.["twc-ads-killswitch"]??""),R=(0,e.P1)(u,yt=>yt?.["twc-site-mode"]??""),v=(0,e.P1)(u,yt=>{const fe=yt?.["twc-experiment"]??null;return fe?JSON.parse(window?.atob(fe)):{}}),I=(0,o.C6)(o.Gx,yt=>{const fe=(0,o.vy)({entityType:"state_config",entityId:a.X2});return r()(yt,["getMewEntityUrlConfig",fe,"data","data","attributes","value"],{})}),O=(0,e.P1)(I,v,(yt,fe)=>{let At;const Et=Object.keys(yt),xt=Object.keys(fe);return Et.forEach(Wt=>{xt.includes(Wt)&&(At=Wt)}),At}),P=(0,e.P1)(i,yt=>yt?.path?.replace(/\/$/,"")??""),A=(0,e.P1)(i,yt=>yt?.pathPattern??""),k=(0,e.P1)(i,yt=>yt?.referer??null),Z=(0,e.P1)(i,yt=>yt?.requestBody??null),N=(0,e.P1)(i,yt=>yt?.query??null),H=(0,e.P1)(i,yt=>yt?.params??null),K=(0,e.P1)(i,yt=>yt?.pageKey??""),D=(0,e.P1)(K,yt=>yt==="today"),G=(0,e.P1)(K,yt=>a.HJ.includes(yt)),b=(0,e.P1)(i,yt=>yt?.params?.locId??""),Q=(0,e.P1)(i,yt=>yt?.contextListId??""),g=(0,e.P1)(u,yt=>{const fe="4g",At=[fe,"3g"],xt=(yt?.["twc-connection-speed"]??fe).toLowerCase();return At.includes(xt)?xt:fe}),h=(0,e.P1)(u,yt=>yt?.["twc-device-class"]??"mobile"),p=(0,e.P1)(h,yt=>yt==="mobile"),F=(0,e.P1)(u,yt=>yt?.["twc-partner"]??""),W=(0,e.P1)(u,yt=>yt?.["twc-csc"]??""),$=(0,e.P1)(u,yt=>yt?.["twc-privacy"]??"exempt"),Y=(0,e.P1)(u,yt=>yt?.["twc-experience"]??""),x=(0,e.P1)(N,yt=>yt?.experience??""),V=(0,e.P1)(N,yt=>yt?.locale??""),T=(0,e.P1)(N,yt=>yt?.par??""),E=(0,e.P1)(N,yt=>yt?.cscCountryCode??yt?.csccountrycode??""),y=(0,e.P1)(W,yt=>yt==="KR"),X=(0,e.P1)(N,yt=>yt?.locId??""),lt=(0,e.P1)(N,yt=>yt?.placeId??""),St=(0,e.P1)(N,yt=>yt?.canonicalCityId??""),gt=(0,e.P1)(H,yt=>yt?.locale??""),B=(0,e.P1)(H,K,P,(yt,fe,At)=>At.includes("medical-reviewer")?["bios/medical-reviewer"]:fe==="bioPage"?["bios"]:fe==="commerce"?["atmosphere"]:yt?.collectionId??null),z=(0,e.P1)(gt,yt=>yt?.split("-")?.[1]??""),rt=()=>({name:"getMewEntityUrlConfig",params:{entityType:"state_config",entityId:"f33a3445-ea5d-4c5d-953c-2a0a63ff8edb"}}),ot=(0,o.C6)(rt,o.$l,(yt,fe)=>fe(yt)?.data?.attributes?.value),Ot=(0,e.P1)(z,ot,(yt,fe)=>{const At=fe?.countryCodesWithoutRegisteredTrademark;return At?!At.includes(yt):!1}),Lt=(0,e.P1)(X,A,(yt,fe)=>fe.includes(":locId")||!!yt),Mt=(0,e.P1)(K,yt=>["moduleService"].includes(yt)),jt=(0,e.P1)(Mt,P,x,V,(yt,fe,At,Et)=>{const xt=Array.isArray(fe.match(/api\/v[0-9]/g))&&!!At&&!!Et;return yt||xt}),st=(0,e.P1)(gt,yt=>yt?["en-US"].indexOf(yt)>-1:!0),j=(0,e.P1)(C,st,f,(yt,fe,At)=>{const Et=yt&&yt.split(",")||[],xt=At!=="none";return Et.includes("ads")||Et.includes("allthethings")||fe&&xt}),Ct=(0,e.P1)(A,yt=>yt==="/:locale/dsr"),It=(0,e.P1)(u,yt=>yt?.["twc-csrf"]??""),wt=(0,e.P1)(u,yt=>yt?.["twc-geoip-country"]??""),ne=(0,e.P1)(Z,yt=>yt?.userId),ie=(0,e.P1)(Z,yt=>yt?.appId),ce=(0,e.P1)(Z,yt=>yt?.version),ue=(0,e.P1)(Z,yt=>yt?.adId),$t=(0,e.P1)(Z,yt=>yt?.serviceProviders),Yt=(0,e.P1)(Z,yt=>yt?.enabledUserDataInventory),Gt=(0,e.P1)(N,yt=>yt?.userId),se=(0,e.P1)(N,yt=>yt?.serviceProviders),Vt=(0,e.P1)(N,yt=>yt?.regime),kt=(0,e.P1)(N,yt=>yt?.countryCode),he=(0,e.P1)(N,yt=>yt?.isUserLoggedIn==="true"),Te=(0,e.P1)(N,yt=>yt?.isUserPremium==="true"),Me=(0,e.P1)(N,yt=>yt?.email),le=(0,e.P1)(N,yt=>yt?.action),Ie=(0,e.P1)(N,yt=>yt?.appIdOverride),Oe=(0,e.P1)(Ie,ie,(yt,fe)=>fe?.includes("twc")||yt?.includes("twc")),je=(0,e.P1)(Ie,ie,(yt,fe)=>fe?.includes("wu")||yt?.includes("wu")),Ye=(0,e.P1)(Ie,ie,(yt,fe)=>fe?.includes("samsung")||yt?.includes("samsung")),we=yt=>yt?.[a.Xf]?.adblocker??!1},72606:(c,l,t)=>{"use strict";t.d(l,{Dh:()=>n,Jp:()=>r,TR:()=>o,X3:()=>s,Yb:()=>e,eV:()=>a,z3:()=>i});const e="partner",n="twc-theme",r=["oppo_widget"],o=["tenday","today","hourly","radar"],a=30,i={samsung:120},s="weatherapptodaywidget"},71057:(c,l,t)=>{"use strict";t.d(l,{UW:()=>e.UW});var e=t(35342),n=t(72606)},35342:(c,l,t)=>{"use strict";t.d(l,{CZ:()=>O,OM:()=>C,RM:()=>f,UW:()=>u,Vm:()=>s,Yg:()=>m,fm:()=>R,gx:()=>i,hh:()=>I,qK:()=>v});var e=t(60985),n=t(29286),r=t.n(n),o=t(84621),a=t(72606);const i=(0,e.P1)(o.S5,o.F3,(P,A)=>P||A||r().get("partner")||""),s=(0,e.P1)(o.S5,P=>P||r().get("partner")||""),u=(0,e.P1)(i,P=>P.toLowerCase().includes("samsung")),f=(0,e.P1)(i,P=>P.toLowerCase().includes("apple")||P.toLowerCase().includes(a.X3)),m=(0,e.P1)(i,u,(P,A)=>A?P==="samsung_vsc":!1),C=(0,e.P1)(i,u,(P,A)=>A?P==="samsung_msc":!1),R=(0,e.P1)(i,m,(P,A)=>A?"samsungVietnam":P),v=(0,e.P1)(i,o.dF,(P,A)=>!(P==="oppo_widget"&&a.TR.includes(A))),I=(0,e.P1)(i,P=>a.Jp.includes(P)),O=(0,e.P1)(u,o.dF,(P,A)=>!!(P&&A!=="memberLogin"))},28995:(c,l,t)=>{"use strict";t.d(l,{Oo:()=>e.Oo,Sm:()=>e.Sm,zX:()=>e.zX});var e=t(9625)},9625:(c,l,t)=>{"use strict";t.d(l,{E8:()=>e.E8,F1:()=>e.F1,Fj:()=>e.Fj,Ky:()=>e.Ky,O2:()=>e.O2,Oo:()=>e.Oo,QU:()=>e.QU,RP:()=>e.RP,Si:()=>e.Si,Sm:()=>e.Sm,TR:()=>e.TR,bu:()=>e.bu,i7:()=>e.i7,iH:()=>e.iH,im:()=>e.im,oy:()=>e.oy,up:()=>e.up,yV:()=>e.yV,yt:()=>e.yt,z:()=>e.z,zX:()=>e.zX,zc:()=>e.zc});var e=t(89150)},89150:(c,l,t)=>{"use strict";t.d(l,{E8:()=>Mt,F1:()=>D,Fj:()=>H,Ky:()=>N,O2:()=>gt,Oo:()=>st,QU:()=>P,RP:()=>Y,Si:()=>p,Sm:()=>A,TR:()=>T,bu:()=>h,i7:()=>V,iH:()=>x,im:()=>$,oy:()=>E,up:()=>K,yV:()=>F,yt:()=>g,z:()=>k,zX:()=>b,zc:()=>Z});var e=t(60985),n=t(72579),r=t.n(n),o=t(23410),a=t(89972),i=t(63907),s=t(10449),u=t(44203),f=t(45158),m=t(84621),C=t(72484),R=t(42882);const v=(0,e.P1)(m.h1,o.aZ,i.nP,i.VI,s.v6,(j,Ct,It,wt,ne)=>{if(j)return Ct;if(/^([0-9a-f]){32,}$/.test(It[0]?.placeID))return It[0].placeID;if(wt?.[0])return wt[0];if(ne)return ne}),I=(0,u.C6)(v,j=>{if(!j)return{value:null,type:"none"};const Ct={type:null,locId:decodeURIComponent(j)};return(0,o.dz)(Ct)}),O=(0,u.C6)(f.TN,I,(j,Ct)=>{const{type:It,value:wt}=Ct||{},ne={language:j,[It]:wt};return It==="locId"&&(ne.locationType="locid"),{getSunV3LocationPointUrlConfig:ne}}),P=(0,u.C6)(u.Gx,O,o.AM,m.h1,(j,Ct,It,wt)=>{const ne="getSunV3LocationPointUrlConfig",ie=j[ne]||{};let ce=Ct[ne]||{};wt&&(ce=It[ne]);const ue=(0,u.vy)(ce);return r()(ie,ue)}),A=(0,u.C6)(P,j=>{if(!r()(j,"loaded"))return null;const It=r()(j,"data");return!It||It.errors?null:j.data.location}),k=(0,u.C6)(A,j=>r()(j,"displayName","")),Z=(0,u.C6)(A,j=>r()(j,"adminDistrict","")),N=(0,u.C6)(A,j=>r()(j,"adminDistrictCode","")),H=(0,u.C6)(A,j=>r()(j,"countryCode","")),K=(0,u.C6)(A,j=>r()(j,"country","")),D=(0,u.C6)(A,j=>r()(j,"countyId","")),G=(0,u.C6)(A,j=>r()(j,"disputedArea",!1)),b=(0,u.C6)(A,j=>{if(!!j)return(0,a.b)(`${j.latitude},${j.longitude}`)}),Q=(0,u.C6)(i.qL,j=>r()(j,"defaultLocations",{})),g=(0,u.C6)(A,Q,(j,Ct)=>{if(j)return r()(j,"placeId","");{const It=(0,C.R)(),{"TWC-GeoIP-Country":wt}=It;return Ct[wt]||null}return null}),h=(0,u.C6)(A,j=>r()(j,"dmaCd","")),p=(0,u.C6)(A,j=>r()(j,"postalCode","")),F=(0,u.C6)(A,j=>r()(j,"city","")),W=(0,u.C6)(A,j=>r()(j,"canonicalCityId","")),$=(0,u.C6)(A,j=>{let Ct=r()(j,"ianaTimeZone","");return(!Ct||!Ct.includes("/"))&&(Ct="Etc/UTC"),Ct}),Y=(0,u.C6)(A,j=>jt(r()(j,"latitude",void 0))),x=(0,u.C6)(A,j=>jt(r()(j,"longitude",void 0))),V=(0,u.C6)(A,f.b2,i.nP,R.WO,(j,Ct,It,wt)=>j&&(0,o.J7)({location:j,savedLocations:It,isUserLoggedIn:wt,countryCode:Ct})||""),T=(0,u.C6)(A,R.WO,i.nP,f.b2,(j,Ct,It,wt)=>(0,o.K4)({location:j,savedLocations:It,countryCode:wt,isUserLoggedIn:Ct})),E=(0,u.C6)(A,f.b2,i.nP,R.WO,(j,Ct,It,wt)=>(0,o.dA)({location:j,savedLocations:It,isUserLoggedIn:wt,countryCode:Ct})),y=(0,e.P1)(i.nP,j=>/^([0-9a-f]){32,}$/.test(j[0]?.placeID)?j[0].placeID:null),X=(0,u.C6)(y,j=>{if(!j)return{value:null,type:"none"};const Ct={type:null,locId:decodeURIComponent(j)};return(0,o.dz)(Ct)}),lt=(0,u.C6)(f.TN,X,(j,Ct)=>{const{type:It,value:wt}=Ct||{},ne={language:j,[It]:wt};return It==="locId"&&(ne.locationType="locid"),{getSunV3LocationPointUrlConfig:ne}}),St=(0,u.C6)(u.Gx,lt,(j,Ct)=>{const It="getSunV3LocationPointUrlConfig",wt=j[It]||{},ne=Ct[It]||{},ie=(0,u.vy)(ne);return r()(wt,ie)}),gt=(0,u.C6)(St,j=>{if(!r()(j,"loaded"))return null;const It=r()(j,"data");return!It||It.errors?null:j.data.location}),B=(0,e.P1)(i.VI,j=>j?.[0]?j[0]:null),z=(0,u.C6)(B,j=>{if(!j)return{value:null,type:"none"};const Ct={type:null,locId:decodeURIComponent(j)};return(0,o.dz)(Ct)}),rt=(0,u.C6)(f.TN,z,(j,Ct)=>{const{type:It,value:wt}=Ct||{},ne={language:j,[It]:wt};return It==="locId"&&(ne.locationType="locid"),{getSunV3LocationPointUrlConfig:ne}}),ot=(0,u.C6)(u.Gx,rt,(j,Ct)=>{const It="getSunV3LocationPointUrlConfig",wt=j[It]||{},ne=Ct[It]||{},ie=(0,u.vy)(ne);return r()(wt,ie)}),Ot=(0,u.C6)(ot,j=>{if(!r()(j,"loaded"))return null;const It=r()(j,"data");return!It||It.errors?null:j.data.location}),Lt=(0,u.C6)(u.Gx,B,(j,Ct)=>{const wt=j["getSunV3LocationSearchUrlConfig"]||{};for(const ne of Object.keys(wt)){const ie=wt?.[ne]?.data?.location,ce=ie?.placeId?.indexOf?.(Ct);if(ce>=0){const ue=Object.keys(ie).map($t=>[$t,ie[$t][ce]]);return Object.fromEntries(ue)}}return null}),Mt=(0,u.C6)(Ot,Lt,(j,Ct)=>j??Ct);function jt(j){return(+`${Math.round(`${j}e2`)}e-2`).toFixed(2)}const st=(0,e.P1)(m.kw,H,(j,Ct)=>j&&Ct==="KR")},7686:(c,l,t)=>{"use strict";t.d(l,{X:()=>e});const e="dal"},44203:(c,l,t)=>{"use strict";t.d(l,{$l:()=>f,C6:()=>s,Gx:()=>u,vy:()=>i});var e=t(18149),n=t.n(e),r=t(60985),o=t(15655),a=t(7686);const i=(m={})=>Object.keys(m).sort().map(C=>{const R=m[C];return!!R&&typeof R=="object"?`${C}:{${i(R)}}`:`${C}:${R}`}).join(";"),s=(0,r.wN)(o.PW,n()),u=m=>m?.[a.X]??{},f=(0,r.P1)(u,m=>(C,R)=>{const{params:v,name:I}=C,O=i(v);return R?m?.[I]?.[O]:m?.[I]?.[O]?.data})},63108:(c,l,t)=>{"use strict";t.d(l,{J:()=>n});var e=t(51866);function n(r=!0){return r?e.env.USE_REMOTE_REDUX_DAL_CLIENT==="true":e.env.USE_REMOTE_REDUX_DAL==="true"}},58440:(c,l,t)=>{"use strict";t.d(l,{Dt:()=>n,R5:()=>r,eT:()=>o,kk:()=>e});const e=["es","en"],n=["CU","CN","IR","BY","KP","KR","RU","SD","SS","SY","UA","VE","VN"],r=["account","manageAccount","memberSignup","memberLogin","memberSettings","myDashboard"],o=["samsung"]},76806:(c,l,t)=>{"use strict";t.d(l,{A:()=>s});var e=t(60985),n=t(64402),r=t(45158),o=t(84621),a=t(10449),i=t(58440);const s=(0,e.P1)(r.xi,o.F3,r.b2,a.fr,n.bx,o.Dq,(u,f,m,C,R,v)=>{if(R||v==="wu")return!0;if(["ios","android"].includes(v))return!!(i.kk.includes(u)&&!(0,n.G3)());let I=!0;return i.eT.forEach(O=>{f.includes(O)&&(I=!1)}),!(!I||i.Dt.includes(m)||i.Dt.includes(C))})},15759:(c,l,t)=>{"use strict";t.d(l,{OO:()=>C,Th:()=>R});var e=t(51866),n=t(8048),r=t.n(n);const o=(0,n.createLogger)("new-relic"),a="meta.",i="perf.";var s=(P=>(P.provider="new-relic-script",P))(s||{}),u=(P=>(P.method="NREUM",P))(u||{});function f(){let P="dev";return getEnv("WEBCAKES_ENV")==="PROD"&&(P="prod"),getEnv("WEBCAKES_ENV")==="PERF"&&(P="perf"),getEnv("WEBCAKES_ENV")==="STAGE"&&(P="stage"),P}async function m(){const P=f(),{default:A}=await t(31751)(`./new-relic-script.${P}.ext.html`);return A}function C(P,A){try{window?.NREUM?.setCustomAttribute?.(`${a}${P}`,A)}catch{}}function R(P,A={}){try{let k;const Z={};typeof P=="string"?k=P:(k=P.name,P.entryType!=="mark"?(Z.duration=I(P.duration),Z.timestamp=I(window.performance.timeOrigin+P.startTime)):(Z.duration=I(P.startTime),Z.timestamp=I(window.performance.timeOrigin))),window?.NREUM?.addPageAction?.(k,{...v(Z,i),...v(A,a)})}catch(k){o.error(k,"sendReumEvent error")}}function v(P,A=""){return Object.fromEntries(Object.entries(P).map(([k])=>[`${A}${k}`,P[k]]))}function I(P){return P/1e3}function O(){return`