(()=>{(()=>{var Fn={31751:(u,l,e)=>{var t={"./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(!e.o(t,r))return Promise.resolve().then(()=>{var i=new Error("Cannot find module '"+r+"'");throw i.code="MODULE_NOT_FOUND",i});var o=t[r],a=o[0];return e.e(o[1]).then(()=>e(a))}n.keys=()=>Object.keys(t),n.id=31751,u.exports=n},64138:function(u){/*! * 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,e){u.exports=e()})(this,function(){return function(l){var e={};function t(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return l[n].call(r.exports,r,r.exports,t),r.l=!0,r.exports}return t.m=l,t.c=e,t.d=function(n,r,o){t.o(n,r)||Object.defineProperty(n,r,{enumerable:!0,get:o})},t.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(A,D,_){var G=[null];G.push.apply(G,D);var w=new(Function.bind.apply(A,G));return _&&c(w,_.prototype),w}).apply(null,arguments)}function c(M,Z){return(c=Object.setPrototypeOf||function(h,A){return h.__proto__=A,h})(M,Z)}function d(M){return(d=Object.setPrototypeOf?Object.getPrototypeOf:function(Z){return Z.__proto__||Object.getPrototypeOf(Z)})(M)}t.r(e);var m=function(M){function Z(_){var G,w,B,F,R;return function(E,p){if(!(E instanceof p))throw new TypeError("Cannot call a class as a function")}(this,Z),w=function(E,p){return!p||n(p)!=="object"&&typeof p!="function"?a(E):p}(this,(G=d(Z)).call.apply(G,[this].concat(r(_)))),B=a(w),R=void 0,(F="_entries")in B?Object.defineProperty(B,F,{value:R,enumerable:!0,configurable:!0,writable:!0}):B[F]=R,w._entries=_,w}var h,A,D;return function(_,G){if(typeof G!="function"&&G!==null)throw new TypeError("Super expression must either be null or a function");_.prototype=Object.create(G&&G.prototype,{constructor:{value:_,writable:!0,configurable:!0}}),G&&c(_,G)}(Z,M),h=Z,(A=[{key:"getEntries",value:function(){return this._entries}},{key:"getEntriesByType",value:function(_){return this._entries.filter(function(G){return G.entryType===_})}},{key:"getEntriesByName",value:function(_,G){return this._entries.filter(function(w){return w.name===_}).filter(function(w){return!G||w.entryType===G})}}])&&o(h.prototype,A),D&&o(h,D),Z}(i(Array));function P(M,Z){for(var h=0;h0&&arguments[0]!==void 0?arguments[0]:{},_=D.registeredObservers,G=_===void 0?new Set:_,w=D.processedEntries,B=w===void 0?new Set:w,F=D.interval,R=F===void 0?100:F,E=D.context,p=E===void 0?self:E;(function(g,S){if(!(g instanceof S))throw new TypeError("Cannot call a class as a function")})(this,M),x(this,"registeredObservers",void 0),x(this,"processedEntries",void 0),x(this,"interval",void 0),x(this,"intervalId",void 0),x(this,"context",void 0),this.registeredObservers=G,this.processedEntries=B,this.interval=R,this.context=p,this.intervalId=null}var Z,h,A;return Z=M,(h=[{key:"getNewEntries",value:function(){var D=this;return this.context.performance.getEntries().filter(function(_){return!D.processedEntries.has(_)})}},{key:"getObserversForType",value:function(D,_){return Array.from(D).filter(function(G){return G.entryTypes.some(function(w){return w===_})})}},{key:"processBuffer",value:function(D){var _=Array.from(D.buffer),G=new m(_);D.buffer.clear(),_.length&&D.callback&&D.callback.call(void 0,G,D)}},{key:"processEntries",value:function(){var D=this;this.getNewEntries().forEach(function(G){var w=G.entryType;D.getObserversForType(D.registeredObservers,w).forEach(function(B){B.buffer.add(G)}),D.processedEntries.add(G)});var _=function(){return D.registeredObservers.forEach(D.processBuffer)};"requestAnimationFrame"in this.context?this.context.requestAnimationFrame(_):this.context.setTimeout(_,0)}},{key:"add",value:function(D){this.registeredObservers.add(D),this.registeredObservers.size===1&&this.observe()}},{key:"remove",value:function(D){this.registeredObservers.delete(D),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)}}])&&P(Z.prototype,h),A&&P(Z,A),M}()),k=function(){function M(D){var _=arguments.length>1&&arguments[1]!==void 0?arguments[1]:H;(function(G,w){if(!(G instanceof w))throw new TypeError("Cannot call a class as a function")})(this,M),b(this,"callback",void 0),b(this,"buffer",void 0),b(this,"entryTypes",[]),b(this,"taskQueue",void 0),this.callback=D,this.buffer=new Set,this.taskQueue=_}var Z,h,A;return Z=M,(h=[{key:"observe",value:function(D){if(!D)throw new Error(C);if(D.entryTypes&&D.type)throw new Error(O);var _;if(D.entryTypes)_=D.entryTypes;else{if(!D.type)throw new Error(C);_=[D.type]}var G=_.filter(W);G.length>0&&G.length!==_.length&&console.warn($),G.length?(this.entryTypes=G,this.taskQueue.add(this)):console.warn(q)}},{key:"disconnect",value:function(){this.taskQueue.remove(this)}},{key:"takeRecords",value:function(){var D=Array.from(this.buffer);return new m(D)}}])&&v(Z.prototype,h),A&&v(Z,A),M}();b(k,"supportedEntryTypes",T);var N="PerformanceObserver"in self&&typeof PerformanceObserver=="function"?PerformanceObserver:k,X=self;X.PerformanceObserver||(X.PerformanceObserver=N)}])})},98247:function(u,l,e){"use strict";var t=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)&&t(o,r,a)};Object.defineProperty(l,"__esModule",{value:!0}),n(e(29345),l)},29345:(u,l,e)=>{"use strict";Object.defineProperty(l,"__esModule",{value:!0}),l.now=l.performance=l.nativeGlobalThis=l.polyfill=void 0;var t=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?d[T].startTime:s.now(),W=O>2?d[C].startTime:s.now(),H=new t({name:b,entryType:"measure",startTime:$,duration:W-$});return c.push(H),H},s.getEntries=s.webkitGetEntries||function(b){return b!=null?c.filter(function(T){return T.name===b.name&&T.entryType===b.entryType}):c},s.getEntriesByType=s.webkitGetEntriesByType||function(b){return m("entryType",b)},s.getEntriesByName=s.webkitGetEntriesByName||function(b){return m("name",b)},s.clearMarks=s.webkitClearMarks||function(b){P("mark",b),delete d[b]},s.clearMeasures=s.webkitClearMeasures||function(b){P("measure",b)},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 e.g=="object"&&e.g||{}),typeof self{"use strict";e.d(l,{$:()=>It,A:()=>We,B:()=>B,C:()=>fe,D:()=>H,E:()=>Z,F:()=>Pe,G:()=>At,H:()=>m,I:()=>be,J:()=>Ce,L:()=>Ot,M:()=>Te,N:()=>qe,O:()=>lt,P:()=>He,Q:()=>ee,R:()=>tt,S:()=>_e,T:()=>Me,U:()=>Ke,W:()=>$t,Z:()=>dt,a:()=>Y,a2:()=>Ne,a4:()=>Qe,a6:()=>ze,b:()=>Oe,d:()=>ft,e:()=>Ae,f:()=>yt,g:()=>mt,h:()=>vt,i:()=>k,j:()=>G,k:()=>c,l:()=>_,m:()=>M,n:()=>z,o:()=>O,p:()=>b,q:()=>W,r:()=>C,s:()=>D,t:()=>d,u:()=>T,v:()=>w,y:()=>A,z:()=>h});var t=e(23143),n=e(7896),r=e(83594),o=2147483647;function a(K,V){V===void 0&&(V=!0);var oe,ue=new Promise(function(Re){oe=setTimeout(Re,Math.min(o,K),V)});return ue[t.n1]=function(){clearTimeout(oe)},ue}const i=a;var s=function(V){return function(){return V}},c=s(!0),d=function(){},m=function(V){return V},P=typeof Symbol=="function",x=P&&Symbol.asyncIterator?Symbol.asyncIterator:"@@asyncIterator";function v(K,V,oe){if(!V(K))throw new Error(oe)}var b=function(V,oe){(0,n.Z)(V,oe),Object.getOwnPropertySymbols&&Object.getOwnPropertySymbols(oe).forEach(function(ue){V[ue]=oe[ue]})},T=function(V,oe){var ue;return(ue=[]).concat.apply(ue,oe.map(V))};function C(K,V){var oe=K.indexOf(V);oe>=0&&K.splice(oe,1)}function O(K){var V=!1;return function(){V||(V=!0,K())}}var q=function(V){throw V},$=function(V){return{value:V,done:!0}};function W(K,V,oe){V===void 0&&(V=q),oe===void 0&&(oe="iterator");var ue={meta:{name:oe},next:K,throw:V,return:$,isSagaIterator:!0};return typeof Symbol next => action => next(Object.freeze(action)) `,M=function(V){return Array.apply(null,new Array(V))},Z=function(V){return function(oe){return V(Object.defineProperty(oe,t.Nm,{value:!0}))}},h=function(V){return V===t.EO},A=function(V){return V===t.Wd},D=function(V){return h(V)||A(V)};function _(K,V){var oe=Object.keys(K),ue=oe.length,Re=0,we,$e=(0,r.IX)(K)?M(ue):{},nt={};function st(){Re===ue&&(we=!0,V($e))}return oe.forEach(function(it){var Ze=function(xt,jt){we||(jt||D(xt)?(V.cancel(),V(xt,jt)):($e[it]=xt,Re++,st()))};Ze.cancel=d,nt[it]=Ze}),V.cancel=function(){we||(we=!0,oe.forEach(function(it){return nt[it].cancel()}))},nt}function G(K){return{name:K.name||"anonymous",location:w(K)}}function w(K){return K[t.b_]}function B(){for(var K=arguments.length,V=new Array(K),oe=0;oe1?V-1:0),ue=1;ue1?V-1:0),ue=1;ue1?V-1:0),ue=1;ue1?V-1:0),ue=1;ue1?V-1:0),ue=1;ue{"use strict";e.d(l,{uR:()=>N,Ef:()=>a.I,ZP:()=>lt,GG:()=>D});var t=e(23143),n=e(7896),r=e(31461),o=e(83594),a=e(93325);function i(){var me={};return me.promise=new Promise(function(pe,Te){me.resolve=pe,me.reject=Te}),me}function s(me){for(var pe=[],Te=0;Te2?ee-2:0),V=2;V{"use strict";e.d(l,{CE:()=>O,IX:()=>s,MC:()=>d,NA:()=>$,Om:()=>W,Yl:()=>o,Z_:()=>i,d5:()=>r,eR:()=>q,hZ:()=>m,sR:()=>n,uj:()=>C});var t=e(23143),n=function(N){return N==null},r=function(N){return N!=null},o=function(N){return typeof N=="function"},a=function(N){return typeof N=="number"},i=function(N){return typeof N=="string"},s=Array.isArray,c=function(N){return N&&!s(N)&&typeof N=="object"},d=function(N){return N&&o(N.then)},m=function(N){return N&&o(N.next)&&o(N.throw)},P=function(N){return N&&o(Symbol)?o(N[Symbol.iterator]):s(N)},x=function(N){return N&&N[TASK]},v=function(N){return Boolean(N&&N[SAGA_ACTION])},b=function(N){return N&&o(N.subscribe)},T=function(N){return N&&o(N.isEmpty)&&o(N.take)&&o(N.put)},C=function k(N){return N&&(i(N)||$(N)||o(N)||s(N)&&N.every(k))},O=function(N){return N&&o(N.take)&&o(N.close)},q=function(N){return o(N)&&N.hasOwnProperty("toString")},$=function(N){return Boolean(N)&&typeof Symbol=="function"&&N.constructor===Symbol&&N!==Symbol.prototype},W=function(N){return O(N)&&N[t.AS]},H=function(N){return N&&N[IO]}},23143:(u,l,e)=>{"use strict";e.d(l,{AS:()=>i,Cs:()=>d,EO:()=>P,IO:()=>o,Nm:()=>s,Wd:()=>m,b_:()=>x,n1:()=>n,sC:()=>c,sZ:()=>r,uq:()=>a});var t=function(b){return"@@redux-saga/"+b},n=t("CANCEL_PROMISE"),r=t("CHANNEL_END"),o=t("IO"),a=t("MATCH"),i=t("MULTICAST"),s=t("SAGA_ACTION"),c=t("SELF_CANCELLATION"),d=t("TASK"),m=t("TASK_CANCEL"),P=t("TERMINATE"),x=t("LOCATION")},81559:(u,l,e)=>{"use strict";e.d(l,{xC:()=>hn,PH:()=>Zt,e:()=>lr,oM:()=>Sn});function t(f){for(var y=arguments.length,L=Array(y>1?y-1:0),U=1;U3?y.i-4:y.i:Array.isArray(f)?1:P(f)?2:x(f)?3:0}function s(f,y){return i(f)===2?f.has(y):Object.prototype.hasOwnProperty.call(f,y)}function c(f,y){return i(f)===2?f.get(y):f[y]}function d(f,y,L){var U=i(f);U===2?f.set(y,L):U===3?f.add(L):f[y]=L}function m(f,y){return f===y?f!==0||1/f==1/y:f!=f&&y!=y}function P(f){return be&&f instanceof Map}function x(f){return Me&&f instanceof Set}function v(f){return f.o||f.t}function b(f){if(Array.isArray(f))return Array.prototype.slice.call(f);var y=_e(f);delete y[fe];for(var L=Oe(y),U=0;U1&&(f.set=f.add=f.clear=f.delete=C),Object.freeze(f),y&&a(f,function(L,U){return T(U,!0)},!0)),f}function C(){t(2)}function O(f){return f==null||typeof f!="object"||Object.isFrozen(f)}function q(f){var y=ft[f];return y||t(18,f),y}function $(f,y){ft[f]||(ft[f]=y)}function W(){return Se}function H(f,y){y&&(q("Patches"),f.u=[],f.s=[],f.v=y)}function k(f){N(f),f.p.forEach(M),f.p=null}function N(f){f===Se&&(Se=f.l)}function X(f){return Se={p:[],l:Se,h:f,m:!0,_:0}}function M(f){var y=f[fe];y.i===0||y.i===1?y.j():y.g=!0}function Z(f,y){y._=y.p.length;var L=y.p[0],U=f!==void 0&&f!==L;return y.h.O||q("ES5").S(y,f,U),U?(L[fe].P&&(k(y),t(4)),r(f)&&(f=h(y,f),y.l||D(y,f)),y.u&&q("Patches").M(L[fe].t,f,y.u,y.s)):f=h(y,L,[]),k(y),y.u&&y.v(y.u,y.s),f!==We?f:void 0}function h(f,y,L){if(O(y))return y;var U=y[fe];if(!U)return a(y,function(le,de){return A(f,U,y,le,de,L)},!0),y;if(U.A!==f)return y;if(!U.P)return D(f,U.t,!0),U.t;if(!U.I){U.I=!0,U.A._--;var Q=U.i===4||U.i===5?U.o=b(U.k):U.o,ae=Q,he=!1;U.i===3&&(ae=new Set(Q),Q.clear(),he=!0),a(ae,function(le,de){return A(f,U,Q,le,de,L,he)}),D(f,Q,!1),L&&f.u&&q("Patches").N(U,L,f.u,f.s)}return U.o}function A(f,y,L,U,Q,ae,he){if(n(Q)){var le=h(f,Q,ae&&y&&y.i!==3&&!s(y.R,U)?ae.concat(U):void 0);if(d(L,U,le),!n(le))return;f.m=!1}else he&&L.add(Q);if(r(Q)&&!O(Q)){if(!f.h.D&&f._=0;le--){var de=he[le][fe];if(!de.P)switch(de.i){case 5:U(de)&&w(de);break;case 4:L(de)&&w(de)}}}function L(he){for(var le=he.t,de=he.k,ne=Oe(de),se=ne.length-1;se>=0;se--){var ye=ne[se];if(ye!==fe){var xe=le[ye];if(xe===void 0&&!s(le,ye))return!0;var Ie=de[ye],ve=Ie&&Ie[fe];if(ve?ve.t!==xe:!m(Ie,xe))return!0}}var Le=!!le[fe];return ne.length!==Oe(le).length+(Le?0:1)}function U(he){var le=he.k;if(le.length!==he.t.length)return!0;var de=Object.getOwnPropertyDescriptor(le,le.length-1);if(de&&!de.get)return!0;for(var ne=0;ne1?Ve-1:0),ke=1;ke1?se-1:0),xe=1;xe=0;Q--){var ae=U[Q];if(ae.path.length===0&&ae.op==="replace"){L=ae.value;break}}Q>-1&&(U=U.slice(Q+1));var he=q("Patches").$;return n(L)?he(L,U):this.produce(L,function(le){return he(le,U)})},f}(),vt=new At,Be=vt.produce,ct=vt.produceWithPatches.bind(vt),at=vt.setAutoFreeze.bind(vt),ut=vt.setUseProxies.bind(vt),ht=vt.applyPatches.bind(vt),Ot=vt.createDraft.bind(vt),Kt=vt.finishDraft.bind(vt);const dt=Be;var Dt=e(69394);function It(f){var y=function(U){var Q=U.dispatch,ae=U.getState;return function(he){return function(le){return typeof le=="function"?le(Q,ae,f):he(le)}}};return y}var $t=It();$t.withExtraArgument=It;const kt=$t;var Gt=function(){var f=function(y,L){return f=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(U,Q){U.__proto__=Q}||function(U,Q){for(var ae in Q)Object.prototype.hasOwnProperty.call(Q,ae)&&(U[ae]=Q[ae])},f(y,L)};return function(y,L){if(typeof L!="function"&&L!==null)throw new TypeError("Class extends value "+String(L)+" is not a constructor or null");f(y,L);function U(){this.constructor=y}y.prototype=L===null?Object.create(L):(U.prototype=L.prototype,new U)}}(),ge=function(f,y){var L={label:0,sent:function(){if(ae[0]&1)throw ae[1];return ae[1]},trys:[],ops:[]},U,Q,ae,he;return he={next:le(0),throw:le(1),return:le(2)},typeof Symbol=="function"&&(he[Symbol.iterator]=function(){return this}),he;function le(ne){return function(se){return de([ne,se])}}function de(ne){if(U)throw new TypeError("Generator is already executing.");for(;L;)try{if(U=1,Q&&(ae=ne[0]&2?Q.return:ne[0]?Q.throw||((ae=Q.return)&&ae.call(Q),0):Q.next)&&!(ae=ae.call(Q,ne[1])).done)return ae;switch(Q=0,ae&&(ne=[ne[0]&2,ae.value]),ne[0]){case 0:case 1:ae=ne;break;case 4:return L.label++,{value:ne[1],done:!1};case 5:L.label++,Q=ne[1],ne=[0];continue;case 7:ne=L.ops.pop(),L.trys.pop();continue;default:if(ae=L.trys,!(ae=ae.length>0&&ae[ae.length-1])&&(ne[0]===6||ne[0]===2)){L=0;continue}if(ne[0]===3&&(!ae||ne[1]>ae[0]&&ne[1]f&&console.warn(y+" took "+L+"ms, which is more than the warning threshold of "+f+`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 oe=function(f){Gt(y,f);function y(){for(var L=[],U=0;U0){var he=L.indexOf(this);~he?L.splice(he+1):L.push(this),~he?U.splice(he,1/0,Q):U.push(Q),~L.indexOf(ae)&&(ae=y.call(this,Q,ae))}else L.push(ae);return f==null?ae:f.call(this,Q,ae)}}function it(f){return typeof f!="object"||f==null||Object.isFrozen(f)}function Ze(f,y,L){var U=bt(f,y,L);return{detectMutations:function(){return xt(f,y,U,L)}}}function bt(f,y,L,U){y===void 0&&(y=[]),U===void 0&&(U="");var Q={value:L};if(!f(L)){Q.children={};for(var ae in L){var he=U?U+"."+ae:ae;y.length&&y.indexOf(he)!==-1||(Q.children[ae]=bt(f,y,L[ae],he))}}return Q}function xt(f,y,L,U,Q,ae){y===void 0&&(y=[]),Q===void 0&&(Q=!1),ae===void 0&&(ae="");var he=L?L.value:void 0,le=he===U;if(Q&&!le&&!Number.isNaN(U))return{wasMutated:!0,path:ae};if(f(he)||f(U))return{wasMutated:!1};var de={};for(var ne in L.children)de[ne]=!0;for(var ne in U)de[ne]=!0;for(var ne in de){var se=ae?ae+"."+ne:ne;if(!(y.length&&y.indexOf(se)!==-1)){var ye=xt(f,y,L.children[ne],U[ne],le,se);if(ye.wasMutated)return ye}}return{wasMutated:!1}}function jt(f){return f===void 0&&(f={}),function(){return function(de){return function(ne){return de(ne)}}};var y=f.isImmutable,L=y===void 0?it:y,U=f.ignoredPaths,Q=f.warnAfter,ae=Q===void 0?32:Q,he=f.ignore;U=U||he;var le=Ze.bind(null,L,U);return function(de){var ne=de.getState,se=ne(),ye=le(se),xe;return function(Ie){return function(ve){var Le=V(ae,"ImmutableStateInvariantMiddleware");Le.measureTime(function(){se=ne(),xe=ye.detectMutations(),ye=le(se),$e(!xe.wasMutated,"A state mutation was detected between dispatches, in the path '"+(xe.path||"")+"'. This may cause incorrect behavior. (https://redux.js.org/style-guide/style-guide#do-not-mutate-state)")});var Ge=Ie(ve);return Le.measureTime(function(){se=ne(),xe=ye.detectMutations(),ye=le(se),xe.wasMutated&&$e(!xe.wasMutated,"A state mutation was detected inside a dispatch, in the path: "+(xe.path||"")+". Take a look at the reducer(s) handling the action "+nt(ve)+". (https://redux.js.org/style-guide/style-guide#do-not-mutate-state)")}),Le.warnIfExceeded(),Ge}}}}function Bt(f){var y=typeof f;return f==null||y==="string"||y==="boolean"||y==="number"||Array.isArray(f)||K(f)}function Jt(f,y,L,U,Q){y===void 0&&(y=""),L===void 0&&(L=Bt),Q===void 0&&(Q=[]);var ae;if(!L(f))return{keyPath:y||"",value:f};if(typeof f!="object"||f===null)return!1;for(var he=U!=null?U(f):Object.entries(f),le=Q.length>0,de=0,ne=he;de=0)){if(!L(xe))return{keyPath:Ie,value:xe};if(typeof xe=="object"&&(ae=Jt(xe,Ie,L,U,Q),ae))return ae}}return!1}function pn(f){return f===void 0&&(f={}),function(){return function(Ge){return function(Ve){return Ge(Ve)}}};var y=f.isSerializable,L=y===void 0?Bt:y,U=f.getEntries,Q=f.ignoredActions,ae=Q===void 0?[]:Q,he=f.ignoredActionPaths,le=he===void 0?["meta.arg","meta.baseQueryMeta"]:he,de=f.ignoredPaths,ne=de===void 0?[]:de,se=f.warnAfter,ye=se===void 0?32:se,xe=f.ignoreState,Ie=xe===void 0?!1:xe,ve=f.ignoreActions,Le=ve===void 0?!1:ve;return function(Ge){return function(Ve){return function(Fe){var ke=Ve(Fe),ot=V(ye,"SerializableStateInvariantMiddleware");return!Le&&!(ae.length&&ae.indexOf(Fe.type)!==-1)&&ot.measureTime(function(){var Lt=Jt(Fe,"",L,U,le);if(Lt){var Ft=Lt.keyPath,zt=Lt.value;console.error("A non-serializable value was detected in an action, in the path: `"+Ft+"`. Value:",zt,` Take a look at the logic that dispatched this action: `,Fe,` (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)`)}}),Ie||(ot.measureTime(function(){var Lt=Ge.getState(),Ft=Jt(Lt,"",L,U,ne);if(Ft){var zt=Ft.keyPath,qt=Ft.value;console.error("A non-serializable value was detected in the state, in the path: `"+zt+"`. Value:",qt,` Take a look at the reducer(s) handling this action type: `+Fe.type+`. (See https://redux.js.org/faq/organizing-state#can-i-put-functions-promises-or-other-non-serializable-items-in-my-store-state)`)}}),ot.warnIfExceeded()),ke}}}}function tn(f){return typeof f=="boolean"}function nn(){return function(y){return rn(y)}}function rn(f){f===void 0&&(f={});var y=f.thunk,L=y===void 0?!0:y,U=f.immutableCheck,Q=U===void 0?!0:U,ae=f.serializableCheck,he=ae===void 0?!0:ae,le=new oe;if(L&&(tn(L)?le.push(kt):le.push(kt.withExtraArgument(L.extraArgument))),!1)var de,ne;return le}var on=!0;function hn(f){var y=nn(),L=f||{},U=L.reducer,Q=U===void 0?void 0:U,ae=L.middleware,he=ae===void 0?y():ae,le=L.devTools,de=le===void 0?!0:le,ne=L.preloadedState,se=ne===void 0?void 0:ne,ye=L.enhancers,xe=ye===void 0?void 0:ye,Ie;if(typeof Q=="function")Ie=Q;else if(K(Q))Ie=(0,Dt.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 ve=he;if(typeof ve=="function"&&(ve=ve(y),!on&&!Array.isArray(ve)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!on&&ve.some(function(ke){return typeof ke!="function"}))throw new Error("each middleware provided to configureStore must be a function");var Le=Dt.md.apply(void 0,ve),Ge=Dt.qC;de&&(Ge=I(Ke({trace:!on},typeof de=="object"&&de)));var Ve=[Le];Array.isArray(xe)?Ve=lt([Le],xe):typeof xe=="function"&&(Ve=xe(Ve));var Fe=Ge.apply(void 0,Ve);return(0,Dt.MT)(Ie,se,Fe)}function Zt(f,y){function L(){for(var U=[],Q=0;Q-1}function dn(f){return""+f}function un(f){var y={},L=[],U,Q={addCase:function(ae,he){var le=typeof ae=="string"?ae:ae.type;if(le in y)throw new Error("addCase cannot be called with two reducers for the same action type");return y[le]=he,Q},addMatcher:function(ae,he){return L.push({matcher:ae,reducer:he}),Q},addDefaultCase:function(ae){return U=ae,Q}};return f(Q),[y,L,U]}function Qt(f){return typeof f=="function"}var En=!1;function vn(f,y,L,U){L===void 0&&(L=[]);var Q=typeof y=="function"?un(y):[y,L,U],ae=Q[0],he=Q[1],le=Q[2],de;if(Qt(f))de=function(){return ue(f())};else{var ne=ue(f);de=function(){return ne}}function se(ye,xe){ye===void 0&&(ye=de());var Ie=lt([ae[xe.type]],he.filter(function(ve){var Le=ve.matcher;return Le(xe)}).map(function(ve){var Le=ve.reducer;return Le}));return Ie.filter(function(ve){return!!ve}).length===0&&(Ie=[le]),Ie.reduce(function(ve,Le){if(Le)if(n(ve)){var Ge=ve,Ve=Le(Ge,xe);return Ve===void 0?ve:Ve}else{if(r(ve))return dt(ve,function(Fe){return Le(Fe,xe)});var Ve=Le(ve,xe);if(Ve===void 0){if(ve===null)return ve;throw Error("A case reducer on a non-draftable value must not return undefined")}return Ve}return ve},ye)}return se.getInitialState=de,se}var an=!1;function Rn(f,y){return f+"/"+y}function Sn(f){var y=f.name;if(!y)throw new Error("`name` is a required option for createSlice");var L=typeof f.initialState=="function"?f.initialState:ue(f.initialState),U=f.reducers||{},Q=Object.keys(U),ae={},he={},le={};Q.forEach(function(se){var ye=U[se],xe=Rn(y,se),Ie,ve;"reducer"in ye?(Ie=ye.reducer,ve=ye.prepare):Ie=ye,ae[se]=Ie,he[xe]=Ie,le[se]=ve?Zt(xe,ve):Zt(xe)});function de(){var se=typeof f.extraReducers=="function"?un(f.extraReducers):[f.extraReducers],ye=se[0],xe=ye===void 0?{}:ye,Ie=se[1],ve=Ie===void 0?[]:Ie,Le=se[2],Ge=Le===void 0?void 0:Le,Ve=Ke(Ke({},xe),he);return vn(L,function(Fe){for(var ke in Ve)Fe.addCase(ke,Ve[ke]);for(var ot=0,Lt=ve;ot0;if(Fe){var ke=ve.filter(function(ot){return ne(Ge,ot,Le)}).length>0;ke&&(Le.ids=Object.keys(Le.entities))}}function xe(ve,Le){return Ie([ve],Le)}function Ie(ve,Le){var Ge=ie(ve,f,Le),Ve=Ge[0],Fe=Ge[1];ye(Fe,Le),L(Ve,Le)}return{removeAll:yn(de),addOne:Ut(y),addMany:Ut(L),setOne:Ut(U),setMany:Ut(Q),setAll:Ut(ae),updateOne:Ut(se),updateMany:Ut(ye),upsertOne:Ut(xe),upsertMany:Ut(Ie),removeOne:Ut(he),removeMany:Ut(le)}}function Xe(f,y){var L=Ee(f),U=L.removeOne,Q=L.removeMany,ae=L.removeAll;function he(Fe,ke){return le([Fe],ke)}function le(Fe,ke){Fe=J(Fe);var ot=Fe.filter(function(Lt){return!(gn(Lt,f)in ke.entities)});ot.length!==0&&Ge(ot,ke)}function de(Fe,ke){return ne([Fe],ke)}function ne(Fe,ke){Fe=J(Fe),Fe.length!==0&&Ge(Fe,ke)}function se(Fe,ke){Fe=J(Fe),ke.entities={},ke.ids=[],le(Fe,ke)}function ye(Fe,ke){return xe([Fe],ke)}function xe(Fe,ke){for(var ot=!1,Lt=0,Ft=Fe;Lt-1;return L&&U}function Je(f){return typeof f[0]=="function"&&"pending"in f[0]&&"fulfilled"in f[0]&&"rejected"in f[0]}function Mt(){for(var f=[],y=0;y0)for(var ke=Ie.getState(),ot=Array.from(L.values()),Lt=0,Ft=ot;Lt"u"?this:window)},44355:(u,l,e)=>{var t=e(82609),n=t(function(r){return r[1]});n.push([u.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"}'`},u.exports=n},10645:(u,l,e)=>{var t=e(82609),n=t(function(r){return r[1]});n.push([u.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"}'`},u.exports=n},69900:(u,l,e)=>{var t=e(82609),n=t(function(r){return r[1]});n.push([u.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"}'`},u.exports=n},17067:(u,l,e)=>{var t=e(82609),n=t(function(r){return r[1]});n.push([u.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"}'`},u.exports=n},82609:u=>{"use strict";u.exports=function(l){var e=[];return e.toString=function(){return this.map(function(n){var r=l(n);return n[2]?"@media ".concat(n[2]," {").concat(r,"}"):r}).join("")},e.i=function(t,n,r){typeof t=="string"&&(t=[[null,t,""]]);var o={};if(r)for(var a=0;a1?Pe-1:0),Oe=1;Oe/gm),S=i(/^data-[\-\w.\u00B7-\uFFFF]/),j=i(/^aria-[\-\w]+$/),z=i(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),re=i(/^(?:\w+script|data):/i),ce=i(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Se=i(/^html$/i),Ae=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(fe){return typeof fe}:function(fe){return fe&&typeof Symbol=="function"&&fe.constructor===Symbol&&fe!==Symbol.prototype?"symbol":typeof fe};function be(fe){if(Array.isArray(fe)){for(var Y=0,Pe=Array(fe.length);Y"u"?null:window},He=function(Y,Pe){if((typeof Y>"u"?"undefined":Ae(Y))!=="object"||typeof Y.createPolicy!="function")return null;var Ce=null,Oe="data-tt-policy-suffix";Pe.currentScript&&Pe.currentScript.hasAttribute(Oe)&&(Ce=Pe.currentScript.getAttribute(Oe));var _e="dompurify"+(Ce?"#"+Ce:"");try{return Y.createPolicy(_e,{createHTML:function(yt){return yt}})}catch{return console.warn("TrustedTypes policy "+_e+" could not be created."),null}};function We(){var fe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Me(),Y=function(te){return We(te)};if(Y.version="2.3.6",Y.removed=[],!fe||!fe.document||fe.document.nodeType!==9)return Y.isSupported=!1,Y;var Pe=fe.document,Ce=fe.document,Oe=fe.DocumentFragment,_e=fe.HTMLTemplateElement,ft=fe.Node,yt=fe.Element,mt=fe.NodeFilter,At=fe.NamedNodeMap,vt=At===void 0?fe.NamedNodeMap||fe.MozNamedAttrMap:At,Be=fe.HTMLFormElement,ct=fe.DOMParser,at=fe.trustedTypes,ut=yt.prototype,ht=M(ut,"cloneNode"),Ot=M(ut,"nextSibling"),Kt=M(ut,"childNodes"),dt=M(ut,"parentNode");if(typeof _e=="function"){var Dt=Ce.createElement("template");Dt.content&&Dt.content.ownerDocument&&(Ce=Dt.content.ownerDocument)}var It=He(at,Pe),$t=It?It.createHTML(""):"",kt=Ce,Gt=kt.implementation,ge=kt.createNodeIterator,lt=kt.createDocumentFragment,me=kt.getElementsByTagName,pe=Pe.importNode,Te={};try{Te=X(Ce).documentMode?Ce.documentMode:{}}catch{}var Ne={};Y.isSupported=typeof dt=="function"&&Gt&&typeof Gt.createHTMLDocument"u"?"undefined":Ae(te))!=="object")&&(te={}),te=X(te),I="ALLOWED_TAGS"in te?N({},te.ALLOWED_TAGS):ee,K="ALLOWED_ATTR"in te?N({},te.ALLOWED_ATTR):V,cn="ADD_URI_SAFE_ATTR"in te?N(X(mn),te.ADD_URI_SAFE_ATTR):mn,hn="ADD_DATA_URI_TAGS"in te?N(X(Zt),te.ADD_DATA_URI_TAGS):Zt,rn="FORBID_CONTENTS"in te?N({},te.FORBID_CONTENTS):on,ue="FORBID_TAGS"in te?N({},te.FORBID_TAGS):{},Re="FORBID_ATTR"in te?N({},te.FORBID_ATTR):{},nn="USE_PROFILES"in te?te.USE_PROFILES:!1,we=te.ALLOW_ARIA_ATTR!==!1,$e=te.ALLOW_DATA_ATTR!==!1,nt=te.ALLOW_UNKNOWN_PROTOCOLS||!1,st=te.SAFE_FOR_TEMPLATES||!1,it=te.WHOLE_DOCUMENT||!1,xt=te.RETURN_DOM||!1,jt=te.RETURN_DOM_FRAGMENT||!1,Bt=te.RETURN_TRUSTED_TYPE||!1,bt=te.FORCE_BODY||!1,Jt=te.SANITIZE_DOM!==!1,pn=te.KEEP_CONTENT!==!1,tn=te.IN_PLACE||!1,rt=te.ALLOWED_URI_REGEXP||rt,En=te.NAMESPACE||Qt,te.CUSTOM_ELEMENT_HANDLING&&yn(te.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(oe.tagNameCheck=te.CUSTOM_ELEMENT_HANDLING.tagNameCheck),te.CUSTOM_ELEMENT_HANDLING&&yn(te.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(oe.attributeNameCheck=te.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),te.CUSTOM_ELEMENT_HANDLING&&typeof te.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(oe.allowCustomizedBuiltInElements=te.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),an=Rn.indexOf(te.PARSER_MEDIA_TYPE)===-1?an=Sn:an=te.PARSER_MEDIA_TYPE,en=an==="application/xhtml+xml"?function(Ue){return Ue}:b,st&&($e=!1),jt&&(xt=!0),nn&&(I=N({},[].concat(be(w))),K=[],nn.html===!0&&(N(I,Z),N(K,B)),nn.svg===!0&&(N(I,h),N(K,F),N(K,E)),nn.svgFilters===!0&&(N(I,A),N(K,F),N(K,E)),nn.mathMl===!0&&(N(I,_),N(K,R),N(K,E))),te.ADD_TAGS&&(I===ee&&(I=X(I)),N(I,te.ADD_TAGS)),te.ADD_ATTR&&(K===V&&(K=X(K)),N(K,te.ADD_ATTR)),te.ADD_URI_SAFE_ATTR&&N(cn,te.ADD_URI_SAFE_ATTR),te.FORBID_CONTENTS&&(rn===on&&(rn=X(rn)),N(rn,te.FORBID_CONTENTS)),pn&&(I["#text"]=!0),it&&N(I,["html","head","body"]),I.table&&(N(I,["tbody"]),delete ue.tbody),a&&a(te),ln=te)},gn=N({},["mi","mo","mn","ms","mtext"]),J=N({},["foreignobject","desc","title","annotation-xml"]),ie=N({},h);N(ie,A),N(ie,D);var Ee=N({},_);N(Ee,G);var Xe=function(te){var Ue=dt(te);(!Ue||!Ue.tagName)&&(Ue={namespaceURI:Qt,tagName:"template"});var Je=b(te.tagName),Mt=b(Ue.tagName);if(te.namespaceURI===un)return Ue.namespaceURI===Qt?Je==="svg":Ue.namespaceURI===dn?Je==="svg"&&(Mt==="annotation-xml"||gn[Mt]):Boolean(ie[Je]);if(te.namespaceURI===dn)return Ue.namespaceURI===Qt?Je==="math":Ue.namespaceURI===un?Je==="math"&&J[Mt]:Boolean(Ee[Je]);if(te.namespaceURI===Qt){if(Ue.namespaceURI===un&&!J[Mt]||Ue.namespaceURI===dn&&!gn[Mt])return!1;var _t=N({},["title","style","font","a","script"]);return!Ee[Je]&&(_t[Je]||!ie[Je])}return!1},et=function(te){v(Y.removed,{element:te});try{te.parentNode.removeChild(te)}catch{try{te.outerHTML=$t}catch{te.remove()}}},gt=function(te,Ue){try{v(Y.removed,{attribute:Ue.getAttributeNode(te),from:Ue})}catch{v(Y.removed,{attribute:null,from:Ue})}if(Ue.removeAttribute(te),te==="is"&&!K[te])if(xt||jt)try{et(Ue)}catch{}else try{Ue.setAttribute(te,"")}catch{}},pt=function(te){var Ue=void 0,Je=void 0;if(bt)te=""+te;else{var Mt=T(te,/^[\r\n\t ]+/);Je=Mt&&Mt[0]}an==="application/xhtml+xml"&&(te=''+te+"");var _t=It?It.createHTML(te):te;if(En===Qt)try{Ue=new ct().parseFromString(_t,an)}catch{}if(!Ue||!Ue.documentElement){Ue=Gt.createDocument(En,"template",null);try{Ue.documentElement.innerHTML=vn?"":_t}catch{}}var Xt=Ue.body||Ue.documentElement;return te&&Je&&Xt.insertBefore(Ce.createTextNode(Je),Xt.childNodes[0]||null),En===Qt?me.call(Ue,it?"html":"body")[0]:it?Ue.documentElement:Xt},St=function(te){return ge.call(te.ownerDocument||te,te,mt.SHOW_ELEMENT|mt.SHOW_COMMENT|mt.SHOW_TEXT,null,!1)},Et=function(te){return te instanceof Be&&(typeof te.nodeName!="string"||typeof te.textContent!="string"||typeof te.removeChild!="function"||!(te.attributes instanceof vt)||typeof te.removeAttribute!="function"||typeof te.setAttribute!="function"||typeof te.namespaceURI!="string"||typeof te.insertBefore!="function")},Ct=function(te){return(typeof ft>"u"?"undefined":Ae(ft))==="object"?te instanceof ft:te&&(typeof te>"u"?"undefined":Ae(te))==="object"&&typeof te.nodeType=="number"&&typeof te.nodeName=="string"},Tt=function(te,Ue,Je){!Ne[te]||P(Ne[te],function(Mt){Mt.call(Y,Ue,Je,ln)})},Rt=function(te){var Ue=void 0;if(Tt("beforeSanitizeElements",te,null),Et(te)||T(te.nodeName,/[\u0080-\uFFFF]/))return et(te),!0;var Je=en(te.nodeName);if(Tt("uponSanitizeElement",te,{tagName:Je,allowedTags:I}),!Ct(te.firstElementChild)&&(!Ct(te.content)||!Ct(te.content.firstElementChild))&&$(/=0;--Vt)Mt.insertBefore(ht(_t[Vt],!0),Ot(te))}return et(te),!0}return te instanceof yt&&!Xe(te)||(Je==="noscript"||Je==="noembed")&&$(/0},Nt=function(te){var Ue=void 0,Je=void 0,Mt=void 0,_t=void 0;Tt("beforeSanitizeAttributes",te,null);var Xt=te.attributes;if(!!Xt){var Vt={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:K};for(_t=Xt.length;_t--;){Ue=Xt[_t];var An=Ue,Yt=An.name,Ln=An.namespaceURI;if(Je=q(Ue.value),Mt=en(Yt),Vt.attrName=Mt,Vt.attrValue=Je,Vt.keepAttr=!0,Vt.forceKeepAttr=void 0,Tt("uponSanitizeAttribute",te,Vt),Je=Vt.attrValue,!Vt.forceKeepAttr&&(gt(Yt,te),!!Vt.keepAttr)){if($(/\/>/i,Je)){gt(Yt,te);continue}st&&(Je=C(Je,Ye," "),Je=C(Je,qe," "));var Dn=en(te.nodeName);if(!!wt(Dn,Mt,Je))try{Ln?te.setAttributeNS(Ln,Yt,Je):te.setAttribute(Yt,Je),x(Y.removed)}catch{}}}Tt("afterSanitizeAttributes",te,null)}},Ht=function je(te){var Ue=void 0,Je=St(te);for(Tt("beforeSanitizeShadowDOM",te,null);Ue=Je.nextNode();)Tt("uponSanitizeShadowNode",Ue,null),!Rt(Ue)&&(Ue.content instanceof Oe&&je(Ue.content),Nt(Ue));Tt("afterSanitizeShadowDOM",te,null)};return Y.sanitize=function(je,te){var Ue=void 0,Je=void 0,Mt=void 0,_t=void 0,Xt=void 0;if(vn=!je,vn&&(je=""),typeof je!="string"&&!Ct(je)){if(typeof je.toString!="function")throw W("toString is not a function");if(je=je.toString(),typeof je!="string")throw W("dirty is not a string, aborting")}if(!Y.isSupported){if(Ae(fe.toStaticHTML)==="object"||typeof fe.toStaticHTML=="function"){if(typeof je=="string")return fe.toStaticHTML(je);if(Ct(je))return fe.toStaticHTML(je.outerHTML)}return je}if(Ze||Ut(te),Y.removed=[],typeof je=="string"&&(tn=!1),tn){if(je.nodeName){var Vt=en(je.nodeName);if(!I[Vt]||ue[Vt])throw W("root node is forbidden and cannot be sanitized in-place")}}else if(je instanceof ft)Ue=pt(""),Je=Ue.ownerDocument.importNode(je,!0),Je.nodeType===1&&Je.nodeName==="BODY"||Je.nodeName==="HTML"?Ue=Je:Ue.appendChild(Je);else{if(!xt&&!st&&!it&&je.indexOf(" `+Yt),st&&(Yt=C(Yt,Ye," "),Yt=C(Yt,qe," ")),It&&Bt?It.createHTML(Yt):Yt},Y.setConfig=function(je){Ut(je),Ze=!0},Y.clearConfig=function(){ln=null,Ze=!1},Y.isValidAttribute=function(je,te,Ue){ln||Ut({});var Je=en(je),Mt=en(te);return wt(Je,Mt,Ue)},Y.addHook=function(je,te){typeof te=="function"&&(Ne[je]=Ne[je]||[],v(Ne[je],te))},Y.removeHook=function(je){Ne[je]&&x(Ne[je])},Y.removeHooks=function(je){Ne[je]&&(Ne[je]=[])},Y.removeAllHooks=function(){Ne={}},Y}var tt=We();return tt})},46688:(u,l,e)=>{"use strict";e.d(l,{Cs:()=>t.Cs,Xz:()=>t.Xz,YQ:()=>t.YQ,g7:()=>t.g7,sw:()=>t.sw,th:()=>t.th});var t=e(13924)},13924:(u,l,e)=>{"use strict";e.d(l,{YQ:()=>X,g7:()=>N,Cs:()=>M,th:()=>W,sw:()=>$,Xz:()=>h});var t=e(1842),n=e.n(t),r=e(25877),o=e.n(r),a=e(97030),i=e.n(a),s=e(63329),c=e.n(s),d=e(829),m=e.n(d),P=e(12782),x=e.n(P),v=e(60985),b=e(84621),T=e(44203);const C=(0,v.P1)(b.J0,B=>{try{return _(B?.["twc-variation"]??"")}catch{return{}}}),O=(0,v.P1)(b.J0,B=>{try{return G(B?.["twc-experiment"]??"")}catch{return{}}}),q=(0,v.P1)(C,O,(B,F)=>({...F,...B})),$=(0,v.P1)(q,B=>{try{const F=[];for(const[R,E]of Object.entries(B)){const p={experimentName:R,variantName:E.value,variantPayload:E.payloads?.[E.value]??null};F.push(p)}return m()(F,["experimentName","variantName"])}catch{return[]}}),W=(0,T.C6)($,B=>{const F={};for(const R of B){let{variantPayload:E}=R??{};const{taboola:p}=E??{};if(!n()(E?.taboola)){const g={placementSuffix:` - ${R.variantName}`,containerSuffix:`---${R.variantName}`};E={...E,taboola:{...g,...p}}}x()(F,E)}return F}),H=(0,T.C6)($,B=>B.map(F=>F.experimentName)),k=(0,T.C6)($,B=>B.map(F=>F.variantName)),N=(0,T.C6)($,B=>B.map(F=>`${F.experimentName}_${F.variantName}`)),X=(0,T.C6)(H,B=>B.join(",")),M=(0,T.C6)(k,B=>B.join(",")),Z=(0,T.C6)(N,B=>B.join(",")),h=(0,v.P1)(W,B=>{const{taboola:F}=B??{};return n()(F)?{}:{...F}});function A(B){return window.atob(B)}function D(B){if(!i()(B))throw new Error("experiment map must be plain object");for(const[F,R]of Object.entries(B)){const{payloads:E={},value:p}=R,g=E[p]??{};if(typeof F!="string"||!F)throw new Error(`experiment name must be non-empty string (got ${F})`);if(typeof p!="string"||!p)throw new Error(`variant name must be non-empty string (got ${p})`);if(!o()(g)&&!i()(g))throw new Error("variant payload must be plain object or null")}}function _(B){if(!B)return{};const F=JSON.parse(A(B));return D(F),F}function G(B){if(!B)return{};const F=JSON.parse(A(B)),R={};for(const E of Object.keys(F)){const[p,g]=E.split("__"),S=c()(F[E]);w(`${p}_${g}`)&&(R[p]={value:g,payloads:{[g]:S}})}return D(R),R}function w(B){return B.length{"use strict";e.d(l,{CJ:()=>m,RL:()=>H,UO:()=>d,m$:()=>s});var t=e(72579),n=e.n(t),r=e(44203),o=e(46153),a=e(84621),i=e(60985);const s=(0,i.P1)(()=>!1),c=(0,r.C6)(a.Qo,o.y,(F,R)=>({name:"getCMSAssetsUrlConfig",params:{language:R,query:{type:{$in:"article"},assetName:{$in:F}}}})),d=(0,r.C6)(r.$l,c,(F,R)=>F(R)?.[0]),m=(0,r.C6)(d,F=>F?.seometa?.title??""),P=(0,r.C6)(d,F=>F?.seometa?.keywords??""),x=(0,r.C6)(d,F=>F?.seometa?.description??""),v=(0,r.C6)(d,F=>F?.seometa?.["og:image"]??""),b=(0,r.C6)(d,F=>F?.seometa?.canonical??""),T=F=>F?.article?.wxNodes??{},C=F=>F?.article?.limitedAccess??!1,O=F=>F?.article?.wxNodesWithAssets??{},q=(0,r.C6)(d,F=>F?.author_data?.length?F.author_data:F?.author?.[0]?[{name:F.author[0],bioUrl:F.author_bio_link?.[0]||"",authorImage:[]}]:[]),$=(0,r.C6)(d,F=>F?.pcollid??""),W=(0,r.C6)(r.Gx,$,o.y,(F,R,E)=>{const p=(0,r.vy)({language:E,collectionId:R});return n()(F,["getCMSCollectionsUrlConfig",p,"data"],{})}),H=(0,r.C6)(W,F=>F?.ad_metrics?.article?.zone??""),k=(0,r.C6)(W,F=>F?.title??""),N=(0,r.C6)(d,F=>F?.providername??""),X=(0,r.C6)(d,F=>F?.providerid??""),M=(0,r.C6)(d,F=>F?.lastmodifieddate??""),Z=(0,r.C6)(d,F=>F?.publishdate??""),h=(0,r.C6)(d,F=>F?.createdate??""),A=(F,R)=>createDeepEqualSelector(dalSelector,localeSelector,(E,p)=>{const g=(R||p).replace(/-/,"_"),S=createDalKey({language:g,assetId:F});return get(E,["getCMSAssetByIDUrlConfig",S,"data"],{})}),D=F=>createDeepEqualSelector(dalSelector,R=>{const E=createDalKey({assetId:F});return get(R,["getCMSAssetsSlideshowUrlConfig",E,"data"],{})}),_=(F,R)=>createDeepEqualSelector(dalSelector,dsxLocaleSelector,(E,p)=>{const g=createDalKey({language:p,collectionType:F,collectionId:R});let S=get(E,["getCMSOrderedListUrlConfig",g,"data"],{});return S.text==="Not Found"&&(S={}),S}),G=F=>createDeepEqualSelector(dalSelector,dsxLocaleSelector,(R,E)=>{const p=w(F),g=createDalKey({language:E,assetIds:p}),S=get(R,["getCMSAssetByIDsUrlConfig",g,"data"],[]);if(Array.isArray(S)){let j=S.filter(z=>z.status===200);return j=j.map(z=>{const{doc:re={}}=z;return{...re,playlists:re.playlists.concat({[WXNODE_PLAYLIST_ID]:"Playlist from Assets"})}}).filter(Boolean),j}return null}),w=F=>{let R=F.replace(/(^,|,$)/g,"");return R=R.split(","),R=R.join(";"),R},B=F=>get(F,["article","videoAsset"],{})},80329:(u,l,e)=>{"use strict";e.d(l,{Jj:()=>x,Q3:()=>s,ez:()=>m,jm:()=>P});var t=e(72579),n=e.n(t),r=e(44203),o=e(60985),a=e(46153),i=e(84621);const s=(0,o.P1)(i.Pi,v=>v?v.join("/"):null),c=(0,r.C6)(r.Gx,a.y,s,(v,b,T)=>{if(!T)return null;const C=(0,r.vy)({language:b,collectionId:T});return n()(v,["getCMSCollectionsUrlConfig",C,"data"],{})}),d=(0,r.C6)(c,v=>n()(v,"title","")),m=(0,r.C6)(c,v=>n()(v,"sponsored",!1)),P=(0,r.C6)(c,i.dF,(v,b)=>{if(!v)return;const T=b==="index"?"article":b;return/article|video/.test(T)?n()(v,["ad_metrics",T,"zone"],""):""}),x=(0,r.C6)(c,i.dF,(v,b)=>{if(!v)return;const T=b==="index"?"article":b;return/article|video/.test(T)?n()(v,["ad_metrics",T,"metrics"],""):""})},88240:(u,l,e)=>{"use strict";e.d(l,{$q:()=>i,Eh:()=>G,FL:()=>w,FN:()=>W,FT:()=>O,Hz:()=>$,IU:()=>X,JK:()=>A,Jc:()=>Z,Je:()=>C,M3:()=>N,MK:()=>M,R8:()=>s,St:()=>c,T$:()=>D,UZ:()=>_,Wc:()=>B,X9:()=>b,Xf:()=>p,Y6:()=>g,Y9:()=>v,_f:()=>P,ah:()=>t,bK:()=>h,bk:()=>x,dn:()=>m,nD:()=>R,nn:()=>E,s8:()=>T,sF:()=>F,sc:()=>d,tV:()=>k,uz:()=>q,y8:()=>n,yk:()=>H});const t="consent",n="featureFlags",r="essential-technology",o="functional-technology",a="geographically-relevant-advertising",i="admiral",s="amazon",c="burdaAdEngine",d="burdaHeaderBidders",m="comscore",P="appsFlyer",x="criteoSlot",v="custParamsPii",b="facebookWxNode",T="findMe",C="geoIP",O="googleNonLimitedAds",q="gpt",$="gptPiiGDPR",W="gptPiiSaleUSA",H="indexExchange",k="instagramWxNode",N="gptPrisma",X="headerBidders",M="medallia",Z="mParticleFullMetrics",h="nielsen",A="outbrain",D="rubicon",_="socialLinksFooter",G="taboola",w="twitterWxNode",B="youtubeWxNode",F="wfxTriggers",R="WXU/DPR/SET_CONSENT",E="WXU/DPR/SET_FEATURE_FLAGS",p="dpr",g={[t]:{},[n]:{}}},18213:(u,l,e)=>{"use strict";e.d(l,{AE:()=>mt,B:()=>H,Cy:()=>Ce,Ds:()=>be,Eg:()=>Ae,Jt:()=>j,MT:()=>W,Mw:()=>N,O7:()=>z,Oq:()=>Me,R$:()=>re,RJ:()=>He,Yq:()=>Se,ab:()=>T,b2:()=>G,bG:()=>Y,dR:()=>Z,ff:()=>ce,gK:()=>We,hV:()=>_e,hY:()=>ft,qW:()=>tt,sj:()=>vt,ss:()=>$});var t=e(60985),n=e(72579),r=e.n(n),o=e(9850),a=e.n(o),i=e(46153),s=e(10449),c=e(42882),d=e(84621),m=e(23631),P=e(26850),x=e(77482),v=e(88240);const b=(0,t.P1)(d.cz,Be=>Be===m.wQ),T=(0,t.P1)(d.cz,Be=>m.nB.includes(Be)),C=Be=>r()(Be,[v.Xf,v.y8],{}),O=Be=>(0,t.P1)(C,ct=>r()(ct,[Be])),q=Be=>r()(Be,[v.Xf,v.ah],{}),$=(0,t.P1)(q,Be=>{const{DprSdk:ct}=window||{};return Be[P.ui]??ct?.getUserConsentWithDefaultValue?.(P.ui)}),W=(0,t.P1)(q,Be=>{const{DprSdk:ct}=window||{};return Be[P.y]??ct?.getUserConsentWithDefaultValue?.(P.y)}),H=()=>{const{DprSdk:Be}=window||{};if(typeof Be?.getGdprConsentOptInsString=="function")return Be.getGdprConsentOptInsString()},k=()=>{const{DprSdk:Be}=window||{};if(typeof Be?.getCcpaSaleOptInString=="function")return Be.getCcpaSaleOptInString()},N=O(v.R8),X=O(v.Je),M=O(v.s8),Z=(0,t.P1)(O(v.UZ),d.dF,(Be,ct)=>["covid19map"].includes(ct)?!1:Be),h=O(v.X9),A=O(v.tV),D=O(v.FL),_=O(v.Wc),G=(0,t.P1)(s.fr,i.b2,(Be,ct)=>Be||ct),w=(0,t.P1)(d.cz,Be=>[m.CA,...m.nB,...m.Gv].includes(Be));function B({linkList:Be=[],regime:ct,allowPrivacySettingsLink:at,pageKey:ut,isMobile:ht,isUserLoggedIn:Ot,privacyPolicyLink:Kt}){if(!Array.isArray(Be))return Be;const dt=a()(Be);return F({privacyLinkList:dt,regime:ct,allowPrivacySettingsLink:at}),R({privacyLinkList:dt,regime:ct,pageKey:ut,isMobile:ht}),E({privacyLinkList:dt,regime:ct,pageKey:ut,isMobile:ht}),p({privacyLinkList:dt,regime:ct,pageKey:ut,isMobile:ht,isUserLoggedIn:Ot}),g({privacyLinkList:dt,regime:ct,privacyPolicyLink:Kt}),dt}const F=({privacyLinkList:Be,regime:ct,allowPrivacySettingsLink:at})=>{const ut=Be.findIndex(ht=>ht?.titleTranslationKey==="privacySettings"||ht?.titleTranslationKey==="privacySettingsMenu");if(ut>-1){if(!at){Be.splice(ut,1);return}if(m.Gv.includes(ct)){const{DprSdk:ht}=window||{};Be[ut].titleTranslationKey="cookieSettings",Be[ut].url="",Be[ut].onClick=ht?.showConsentManager}m.nB.includes(ct)&&Be[ut].titleTranslationKey!=="privacySettingsMenu"&&(Be[ut].titleTranslationKey="reviewAdsSettings")}},R=({privacyLinkList:Be,regime:ct,pageKey:at,isMobile:ut})=>{const ht=Be.findIndex(Ot=>Ot?.titleTranslationKey?.includes?.("dataPurposes"));if(ht>-1){if(ct!==m.JP){Be.splice(ht,1);return}at==="dataPurposes"&&ut&&(Be[ht].urlWithOnClick=()=>{setTimeout(()=>{window.location.reload()},0)})}},E=({privacyLinkList:Be,regime:ct,pageKey:at,isMobile:ut})=>{const ht=Be.findIndex(Ot=>Ot?.titleTranslationKey?.includes?.("doNotSell"));if(ht>-1){if(!m.nB.includes(ct)){Be.splice(ht,1);return}at==="privacySettings"&&ut&&(Be[ht].urlWithOnClick=()=>{setTimeout(()=>{window.location.reload()},0)}),ct!==m.wQ&&m.nB.includes(ct)&&(Be[ht].titleTranslationKey="saleOfData")}},p=({privacyLinkList:Be,regime:ct,pageKey:at,isMobile:ut,isUserLoggedIn:ht})=>{const Ot=Be.findIndex(Kt=>Kt?.titleTranslationKey?.includes?.("sensitiveData"));Ot>-1&&(at==="privacySettings"&&ut&&(Be[Ot].urlWithOnClick=()=>{setTimeout(()=>{window.location.reload()},0)}),(ct!==m.wQ||!ht)&&Be.splice(Ot,1))},g=({privacyLinkList:Be,regime:ct,privacyPolicyLink:at})=>{const ut=Be.findIndex(ht=>ht?.titleTranslationKey==="cookieNotice");if(ut>-1){if(!m.nB.includes(ct)){Be.splice(ut,1);return}ct===m.wQ&&(Be[ut].titleTranslationKey="californiaNotice",Be[ut].url=`${at}#us-ccpa-notice-current`)}},S=(0,x.Iv)({t:()=>{},shouldUseLocaleParam:!1}),j=(0,t.P1)(d.cz,w,d.dF,d.Hu,c.WO,S,(Be,ct,at,ut,ht,Ot)=>({linkList:Kt})=>B({linkList:Kt,regime:Be,allowPrivacySettingsLink:ct,pageKey:at,isMobile:ut,isUserLoggedIn:ht,privacyPolicyLink:Ot?.[0]?.url})),z=O(v.St),re=O(v.IU),ce=O(v.sc),Se=O(v.bk),Ae=O(v.yk),be=O(v.Y9),Me=O(v.uz),He=O(v.Hz),We=O(v.FN),tt=O(v.MK),fe=O(v.JK),Y=O(v.T$),Pe=O(v._f),Ce=O(v.Eh),Oe=O(v.$q),_e=O(v.FT),ft=(0,t.P1)(O(v.Jc),d.z3,d.dF,(Be,ct,at)=>Be&&!(ct&&at.includes("covid19"))),yt=O(v.bK),mt=O(v.dn),At=O(v.M3),vt=O(v.sF)},55036:(u,l,e)=>{"use strict";e.d(l,{FA:()=>r,PD:()=>a,Xf:()=>t,ZW:()=>o,qQ:()=>n});const t="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:(u,l,e)=>{"use strict";e.d(l,{b2:()=>t.b2,y:()=>t.y,Mv:()=>$,vz:()=>t.vz,z4:()=>t.z4,F7:()=>t.F7,xi:()=>t.xi,MG:()=>t.MG,TN:()=>t.TN,Wq:()=>d,sF:()=>b,a1:()=>P,Wo:()=>C,ke:()=>O,$J:()=>v,MH:()=>x});var t=e(45158),n=e(60985),r=e(10743),o=e(54683),a=e(28995),i=e(8724);const s=(0,n.P1)(i.J0,a.Oo,(W,H)=>{const k=W?.["twc-unit"]??"";return k==="m"&&H?"s":k}),c=(0,n.P1)(t.TN,s,a.Oo,(W,H,k)=>{const N=(0,o.V7)(H),X=(0,o.QQ)(W,k);return N||X}),d=(0,n.P1)(c,W=>W.code),m=(0,n.P1)(c,W=>W.name),P=(0,n.P1)(c,W=>(0,r.k)(W.name)),x=(0,n.P1)(c,W=>W.temp),v=(0,n.P1)(c,W=>W.speed),b=(0,n.P1)(c,W=>W.distance),T=(0,n.P1)(c,W=>W.accumulation),C=(0,n.P1)(c,W=>W.precip),O=(0,n.P1)(c,W=>W.pressure);var q=e(55036);const $=W=>W[q.Xf]?.[q.FA]||{}},45158:(u,l,e)=>{"use strict";e.d(l,{F7:()=>M,MG:()=>k,TN:()=>O,b2:()=>$,vz:()=>Z,xi:()=>N,y:()=>q,z4:()=>W});var t=e(44203),n=e(84621),r=e(35342),o=e(55036);const a=/^([a-z]{2}|[a-z]{2,3}[-_][A-Z]{2})$/;function i(h){return h?a.test(h)?h.replace("_","-"):"":o.ZW}const s=(0,t.C6)(n.nh,n.U8,(h,A)=>A||h||""),c=(0,t.C6)(s,n.dF,(h,A)=>{const D=i(h);return D||(A==="notFound"?o.ZW:D)}),d=(0,t.C6)(c,n.z3,n.pu,(h,A,D)=>{let _=h;return A&&D&&_!=="en-US"&&(_="en-GB"),{locale:_}});function m(h){if(!h)return o.ZW;const A=h.split("-")[0];return o.PD[A]||o.ZW}const P=(0,t.C6)(n.z3,n.nf,r.UW,n.dF,n.U8,(h,A,D,_,G)=>h||A||D||G||_==="notFound"),x=(0,t.C6)(c,h=>m(h)),v=(0,t.C6)(x,h=>({locale:h})),b=(0,t.C6)(d,h=>({name:"getMewLocaleUrlConfig",params:h})),T=(0,t.C6)(t.$l,d,P,v,(h,A,D,_)=>{let G=h({name:"getMewLocaleUrlConfig",params:A});return!(G?.data??null)&&D&&(G=h({name:"getMewLocaleUrlConfig",params:_})),G?.data}),C=(0,t.C6)(T,h=>h?.locale?.data??null),O=(0,t.C6)(C,h=>h?.attributes?.localeCode??""),q=(0,t.C6)(O,h=>(h||"").replace("-","_")),$=(0,t.C6)(O,h=>{const A="";if(h&&h.length){const D=h.split("-");return D.length>1?D[1]:A}return A}),W=(0,t.C6)(C,h=>h?.attributes?.isLocaleSiteEnabled??!1),H=(0,t.C6)(T,h=>h?.language?.data??null),k=(0,t.C6)(H,h=>h?.attributes.languageCode??""),N=(0,t.C6)(k,h=>h.split("-")[0]),X=(0,t.C6)(H,h=>h?.attributes.languageName??""),M=(0,t.C6)(H,h=>h?.attributes.isRtlLanguage??!1),Z=(0,t.C6)(O,h=>h==="en-US")},7647:(u,l,e)=>{"use strict";e.d(l,{Cd:()=>He,Fk:()=>v,Gx:()=>z,H3:()=>p,JB:()=>N,JP:()=>w,LW:()=>Ae,O8:()=>m,P:()=>fe,Px:()=>We,Q2:()=>D,QJ:()=>P,QQ:()=>$,Rb:()=>k,SO:()=>B,SV:()=>A,Ts:()=>ce,Vj:()=>i,W9:()=>x,Xf:()=>n,Xp:()=>O,Y6:()=>t,Y9:()=>X,Z4:()=>Z,_d:()=>o,bU:()=>R,cd:()=>a,d3:()=>Se,fD:()=>S,fS:()=>r,gr:()=>M,hu:()=>re,i6:()=>F,jS:()=>W,kM:()=>tt,lV:()=>Me,ss:()=>be,u1:()=>d,ur:()=>g,xA:()=>E,zv:()=>H});const t={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",c="WXU/ADS/RUBICON_WRAPPER_LOADED",d="WXU/ADS/RUBICON_INITIALIZED",m="WXU/ADS/RUBICON_DONE",P="WXU/ADS/BTF_BID_TARGETING_DONE",x="WXU/ADS/RUBICON_NO_WRAPPER",v="WXU/ADS/REFRESH_ADS",b="WXU/ADS/HANDLE_ARTICLE_COLLECTION_ADS",T="WXU/ADS/HANDLE_MISSING_VIDEO_COMPANION",C=100,O=1e3,q="WXU/ADS/ADS_BIDDERS_AMZNHDBID_LOADED",$="WXU/ADS/SLOTS/READY",W="WXU/ADS/SET_TARGETING_READY",H="WXU/ADS/SET_TARGETING_CUST_PARAMS",k="WXU/ADS/COMPLETE_TARGETING_FOR_CUST_PARAMS",N="WXU/ADS/CUST_PARAMS_THIRD_PARTY_PREPARES_DONE",X="WXU/ADS/SET_ALL_CUST_PARAMS",M="WXU/ADS/SLOTS_READY_DEPENDENT_THIRD_PARTY_PREPARES_DONE",Z="WXU/ADS/LOAD_AMAZON_HDBID",h="WXU/ADS/SET_AMAZON_HDBID_SLOTS",A="WXU/ADS/SET_AMAZON_SLOTS_CUST_PARAMS",D="WXU/ADS/SET_CRITEO",_="WXU/ADS/SET_LOTAME",G="WXU/ADS/SET_CRITEO_SLOTS",w="WXU/ADS/LOAD_CRITEO_SLOTS",B="WXU/ADS/SET_IASPET_SLOTS",F="WXU/ADS/LOAD_INDEX_EXCHANGE",R="WXU/ADS/SET_MISC_CUST_PARAMS",E="WXU/ADS/SET_PREBID",p="WXU/ADS/SET_WX_AD_TARGETING",g="WXU/ADS/SET_WFXTG_TARGETING",S="WXU/ADS/SET_LOTAME_TARGETING",j="adBlocker",z="MW_Position1",re="WXU/ADS/NO_AD_CALL_EXCLUSION",ce="WXU/ADS/FETCH_REMOTE_DAL_REQUEST",Se="WXU/ADS/SET_HASHED_MPID",Ae=["fa","tl","id"],be=["CU","IR","SD","SY","UA"],Me=["amazonSlots","criteo","miscCustParams","wfxtg","wxAdTargeting"],He=["iasPetSlot","rubicon"],We=["refreshAds","userActionAdRefresh"],tt="MW_Position2",fe="MW_Position3",Y="Taboola",Pe="https://securepubads.g.doubleclick.net/tag/js/gpt.js",Ce="https://pagead2.googlesyndication.com/tag/js/gpt.js"},11536:(u,l,e)=>{"use strict";e.d(l,{Aw:()=>p,BU:()=>Y,Dt:()=>dt,G:()=>vt,GL:()=>lt,HH:()=>ge,Hc:()=>Ot,Ie:()=>F,Ii:()=>B,JN:()=>R,JV:()=>cn,JW:()=>Qe,KL:()=>S,KY:()=>Ze,LX:()=>qe,Ll:()=>Te,Nt:()=>fe,Q1:()=>Ke,UJ:()=>I,Uj:()=>ct,VH:()=>Be,Vm:()=>He,Vv:()=>_e,WL:()=>Se,Xd:()=>oe,Y2:()=>tt,Yy:()=>Oe,ZH:()=>K,cr:()=>Kt,dA:()=>an,dJ:()=>at,db:()=>we,ew:()=>mt,fL:()=>g,j5:()=>Pe,jq:()=>Re,lg:()=>yt,mm:()=>$e,n0:()=>Dt,nY:()=>rt,nu:()=>vn,oe:()=>it,pn:()=>Gt,tc:()=>pe,u_:()=>dn,vW:()=>me,w8:()=>At,xc:()=>nt,yt:()=>un,z0:()=>V,zp:()=>on});var t=e(60985),n=e(17620),r=e.n(n),o=e(42208),a=e.n(o),i=e(35676),s=e.n(i),c=e(45455),d=e.n(c),m=e(12782),P=e.n(m),x=e(75652),v=e.n(x),b=e(29286),T=e.n(b),C=e(84621),O=e(44203),q=e(18213),$=e(86535),W=e(42882),H=e(35342),k=e(64795),N=e(80329),X=e(11419),M=e(39730),Z=e(84392),h=e(46153),A=e(76643),D=e(83625),_=e(23631),G=e(80990),w=e(7647);const B=J=>J?.[w.Xf]?.slotsReady??!1,F=J=>J?.[w.Xf]?.rubiconDone??!1,R=J=>J?.[w.Xf]?.btfBidTargetingDone??!1,E=J=>J?.[w.Xf]?.custParamsComplete??!1,p=J=>J?.[w.Xf]?.targetingReady??!1,g=J=>J?.[w.Xf]?.amznHdBidStatus??!1,S=J=>J?.[w.Xf]?.criteoSlotStatus??!1,j=J=>J?.[REDUCER_KEY]?.wfxtg??!1,z=J=>J?.[REDUCER_KEY]?.adCallComplete??!1,re=J=>J?.[REDUCER_KEY]?.btfAdCallComplete??!1,ce=(0,t.P1)(F,E,(J,ie)=>({custParamsComplete:ie,rubiconDone:J})),Se=(0,t.P1)(C.zM,J=>{let ie=J;if(J!=="mobile"){const{screen:{width:Ee}}=window;Ee>1024?ie="desktop":Ee>=768&&(ie="tablet")}return ie}),Ae=(0,t.P1)(k.uT,J=>s()(Object.values(J??{})).filter(Ee=>Ee.component==="WxuAd"&&!Ee?.props?.disableAd)??[]),be=(0,t.P1)(Ae,Se,(J,ie)=>J.map(et=>ie==="tablet"&&et.props.tabletId==="none"?null:ie==="tablet"&&et.props.tabletId?et.props.tabletId:et.props.id).filter(et=>et!==null).join(",")),Me=J=>(0,t.P1)(Ae,ie=>ie.map(et=>J==="tablet"&&et.props.tabletId==="none"?null:J==="tablet"&&et.props.tabletId?et.props.tabletId:et.props.id).filter(et=>et!==null).join(",")),He=(0,t.P1)(k.U3,N.Jj,(J,ie)=>{const Ee=J?.metrics_levels??null;return ie||Ee}),We=(0,t.P1)(k.U3,J=>J?.ads),tt=(0,t.P1)(k.JN,J=>J?.engine),fe=(0,t.P1)(k.JN,J=>J?.networkCode),Y=(0,t.P1)(h.TN,k.JN,H.gx,(J,ie,Ee)=>{const{adUnits:Xe={mobile:"mobile_smart",desktop:"web_weather",tablet:"tablet_weather"}}=ie;let{mobile:et,desktop:gt,tablet:pt}=Xe;et=et.includes("_us")?et.substr(0,et.indexOf("_us")):et,gt=gt.includes("_us")?gt.substr(0,gt.indexOf("_us")):gt,pt=pt.includes("_us")?pt.substr(0,pt.indexOf("_us")):pt;let St="intl";switch(J){case"en-US":St="us";break;case"es-US":St="es_us";break;case"en-IN":St="en_in";break;default:break}St!=="es_us"&&St!=="en_in"&&(Ee.includes("oppo")||Ee.includes("transsion"))&&(St="intl");const Et=et.includes("mobile_smart")?`${et}_${St}`:et,Ct=gt.includes("web_weather")?`${gt}_${St}`:gt,Tt=pt.includes("tablet_weather")?`${pt}_${St}`:pt;return{desktop:Ct,mobile:Et,tablet:Tt}}),Pe=(0,t.P1)(Se,Y,(J,ie)=>ie?.[J]??""),Ce=(0,t.P1)(k.JN,J=>J?.adTagOverrides),Oe=(0,t.P1)(k.JN,J=>J?.adZone),_e=(0,t.P1)(Pe,Oe,N.jm,(J,ie,Ee)=>`${J}/${Ee||ie||"non_monetized"}`),ft=(0,t.P1)(k.JN,J=>J?.adsmetrics_zone),yt=()=>T().get("adstest"),mt=(0,O.C6)(X.RL,N.jm,Oe,(J,ie,Ee)=>J||ie||Ee),At=(0,O.C6)(Se,N.jm,fe,Y,Oe,yt,(J,ie,Ee,Xe,et,gt)=>{const pt=Xe[J];return`${Ee}/${gt?"test_":""}${pt}/${ie||et}`}),vt=(0,O.C6)(Se,fe,Y,yt,(J,ie,Ee,Xe)=>{const et=Ee[J];return`${ie}/${Xe?"test_":""}${et}/interstitial`}),Be=(0,O.C6)(C.zM,We,(J,ie)=>{const Ee=[...ie?.thirdParties??[]],{token:Xe}=J==="mobile"?G.eh.USER_ACTION_AD_REFRESH:G.eh.DESKTOP_USER_ACTION_AD_REFRESH;return!!Ee.includes(Xe)}),ct=(0,O.C6)(We,C.zM,$.bx,W.WO,(J,ie,Ee,Xe)=>{const et="rubicon_enUS",gt="sequentialAdLoader",pt="abTesting",St=G.eh.TIME_FRAME.token,Et=G.eh.HELIOS_AD_SDK.token,Ct=G.eh.ADMIRAL.token,Tt=G.eh.IAB_CATEGORIES.token,Rt=G.eh.INSTANA.token,wt=G.eh.ASSERTIVE_YIELD.token,{token:Wt}=G.eh.USER_ACTION_AD_REFRESH,{token:Nt}=G.eh.MOBILE_REFRESH_ADS,{token:Ht}=G.eh.REFRESH_ADS,{token:je}=G.eh.DESKTOP_USER_ACTION_AD_REFRESH;let te=[...J?.thirdParties??[]];return te.includes(et)||te.push(et),te.includes(gt)||te.push(gt),te.includes(pt)||te.push(pt),te.includes(Et)||te.push(Et),te.includes(G.eh.JANUS.token)||te.push(G.eh.JANUS.token),te.includes(St)||te.push(St),te.includes(Ct)||te.push(Ct),te.includes(Tt)||te.push(Tt),te.includes(Rt)||te.push(Rt),te.includes(wt)||te.push(wt),ie==="mobile"?(te.push(Wt),te.push(Nt)):(te.push(je),te.push(Ht)),Ee&&Xe&&(te=te.filter(Ue=>!Ue.includes(G.eh.LOTAME.token))),v()(te).join(",")}),at=(0,O.C6)(k.JN,J=>[...J?.thirdParties??[]].includes("rubicon_enUS")),ut=(0,O.C6)(ct,C.cz,(J,ie)=>{const Ee=J.split(",");if(!Array.isArray(Ee)||!Ee.length)return[];const{CRITEO_SLOT:Xe,IAS_PET_SLOT:et,...gt}=G.eh;return Ee.filter(ht(ie)).reduce((St,Et)=>{const Tt=Object.values(gt).find(({token:Rt})=>Et.includes(Rt));if(Tt){const{script:Rt}=Tt;return Rt?[...St,Rt]:St}return St},[])}),ht=J=>ie=>!(_.Gv.includes(J)&&G.XC.some(Ee=>ie.includes(Ee))),Ot=(J,ie)=>(0,O.C6)(O.Gx,Se,ie?Me(ie):be,Ae,oe,(Ee,Xe,et,gt,pt)=>{const St=(0,O.vy)({positions:et,screenSize:ie??Xe});let Et=Ee?.getMewAdConfigsUrlConfig?.[St]?.data?.data??null;return Et?(Et=Et.reduce((Ct,Tt)=>{const Rt=gt.find(wt=>wt.props.id===Tt.name||wt.props.tabletId===Tt.name);return[...Ct,{...Tt,lazyload:Rt.props.lazyload,disableAd:Rt?.props?.disableAd,sequentialGroup:Rt?.props?.sequentialGroupOverride||Tt?.sequentialGroup||"btf"}]},[]),pt&&J&&(Et=Et.filter(Ct=>Ct.sequentialGroup===J)),Et):[]}),Kt=(0,O.C6)(q.Ds,O.Gx,h.TN,Z.yt,(J,ie,Ee,Xe)=>{const et=(0,O.vy)({locale:Ee,placeid:Xe}),gt=ie?.getWxAdTargetingUrlConfig?.[et]?.data?.data??{},pt=r()(gt,G.q3);return J?pt:r()(pt,G.xN)}),dt=(0,O.C6)(O.Gx,ct,(J,ie)=>{const Ee=(0,O.vy)({tokens:ie});let Xe=J?.getMewAdThirdPartyConfigsUrlConfig?.[Ee]?.data?.data??[];return Xe=Xe.map(({config:et,config_type:gt})=>({config:et,type:gt})),Xe}),Dt=(0,O.C6)(dt,J=>{if(!d()(J)){const ie=J.find(Ee=>Ee.type?Ee.type===G.eh.AMAZON_HEADER_BIDDER.token:!1);if(ie&&ie.config)return ie.config}return{}}),It=(0,O.C6)(q.ab,dt,(J,ie)=>{if(!J)return{};if(!d()(ie)){const Ee=ie.find(Xe=>Xe.type?Xe.type===G.eh.ADMIRAL.token:{});if(Ee&&Ee.config)return Ee.config}return{}}),$t=(0,O.C6)(dt,J=>{if(!d()(J)){const ie=J.find(Ee=>Ee.type?Ee.type===G.eh.ASSERTIVE_YIELD.token:!1);if(ie&&ie.config)return ie.config}return{}}),kt=(0,O.C6)(dt,J=>{if(!d()(J)){const ie=J.find(Ee=>Ee.type?Ee.type===G.eh.INSTANA.token:!1);if(ie&&ie.config)return ie.config}return{}}),Gt=(0,O.C6)(dt,J=>{if(!d()(J)){const ie=J.find(Ee=>Ee.type?Ee.type===G.eh.AMAZON_SLOTS.token:!1);if(ie&&ie.config)return ie.config}return{}}),ge=(0,O.C6)(dt,J=>{if(!d()(J)){const ie=J.find(Ee=>Ee.type?Ee.type===G.eh.CRITEO.token:!1);if(ie&&ie.config)return ie.config}return{}}),lt=(0,O.C6)(dt,C.zM,(J,ie)=>{if(!d()(J)){const Ee=J.find(Xe=>Xe.type?Xe.type===G.eh.CRITEO_SLOT.token:!1);if(Ee&&Ee.config)return Ee.config.placements=Ee.config.placements[ie],Ee.config}return{}}),me=(0,O.C6)(dt,J=>{if(!d()(J)){const ie=J.find(Ee=>Ee.type?Ee.type===G.eh.GEOEDGE.token:!1);if(ie&&ie.config)return ie.config}return{}}),pe=(0,O.C6)(dt,J=>{if(!d()(J)){const ie=J.find(Ee=>Ee.type?Ee.type===G.eh.IAS_PET_SLOT.token:!1);if(ie&&ie.config)return ie.config}return{}}),Te=(0,O.C6)(dt,J=>{if(!d()(J)){const ie=J.find(Ee=>Ee.type?Ee.type===G.eh.INDEX_EXCHANGE.token:!1);if(ie&&ie.config)return ie.config}return{}}),Ne=(0,O.C6)(dt,J=>{if(!d()(J)){const ie=J.find(Ee=>Ee.type?Ee.type===G.eh.LOTAME.token:!1);if(ie&&ie.config)return ie.config}return{}}),Ye=/[0-9]{4}/,qe=(0,O.C6)(Ne,J=>{const{tagsSrcId:ie="1884"}=J;return ie.match(Ye)}),Qe=(0,O.C6)(qe,J=>J?`//tags.crwdcntrl.net/lt/c/${J}/lt.min.js`:""),Ke=(0,O.C6)(dt,J=>{if(!d()(J)){const ie=J.find(Ee=>Ee.type?Ee.type===G.eh.PREBID.token:!1);if(ie&&ie.config)return ie.config}return{}}),De=(0,O.C6)(dt,J=>{if(!d()(J)){const ie=J.find(Ee=>Ee.type?Ee.type===G.eh.PREMIUM_AD_DATA_LAKE.token:!1);if(ie&&ie.config)return ie.config}return{}}),ze=(0,O.C6)(dt,J=>{if(!d()(J)){const ie=J.find(Ee=>Ee.type?Ee.type===G.eh.USER_ACTION_AD_REFRESH.token:!1);if(ie&&ie.config)return ie.config}return{}}),rt=(0,O.C6)(ze,C.dF,h.TN,(J,ie,Ee)=>{const{atf:Xe,refreshBidders:et}=J,pt=(Object.keys(Xe)||[]).filter(Wt=>Wt.includes(Ee)||Wt.includes("all"))||[];let St=J?.atf?.positions,Et=pt.reduce((Wt,Nt)=>{const je=(Object.keys(Xe[Nt]).filter(te=>te.includes(ie)||te.includes("all"))||[])[0];return je?(St=Xe?.[Nt]?.[je]?.positions??St,St):Wt},[]);d()(Et)&&(Et=St);let Ct=J?.atf?.userActionDelay;const Tt=pt.reduce((Wt,Nt)=>{const je=(Object.keys(Xe[Nt]).filter(te=>te.includes(ie)||te.includes("all"))||[])[0];return je&&(Ct=Xe?.[Nt]?.[je]?.userActionDelay||Ct),Ct},[]);let Rt=J?.atf?.inViewOnly;const wt=pt.reduce((Wt,Nt)=>{const je=(Object.keys(Xe[Nt]).filter(te=>te.includes(ie)||te.includes("all"))||[])[0];return je&&(Rt=Xe?.[Nt]?.[je]?.inViewOnly??Rt),Rt},[]);return{type:"atf",inViewOnly:wt,posToRefresh:Et,refreshBidders:et,userActionDelay:Tt}}),I=(0,O.C6)(ze,C.dF,h.TN,(J,ie,Ee)=>{const{btf:Xe,refreshBidders:et}=J,pt=(Object.keys(Xe)||[]).filter(Wt=>Wt.includes(Ee)||Wt.includes("all"))||[];let St=J?.btf?.positions,Et=pt.reduce((Wt,Nt)=>{const je=(Object.keys(Xe[Nt]).filter(te=>te.includes(ie)||te.includes("all"))||[])[0];return je?(St=Xe?.[Nt]?.[je]?.positions??St,St):Wt},[]);d()(Et)&&(Et=St);let Ct=J?.btf?.userActionDelay;const Tt=pt.reduce((Wt,Nt)=>{const je=(Object.keys(Xe[Nt]).filter(te=>te.includes(ie)||te.includes("all"))||[])[0];return je&&(Ct=Xe?.[Nt]?.[je]?.userActionDelay||Ct),Ct},[]);let Rt=J?.btf?.inViewOnly;const wt=pt.reduce((Wt,Nt)=>{const je=(Object.keys(Xe[Nt]).filter(te=>te.includes(ie)||te.includes("all"))||[])[0];return je&&(Rt=Xe?.[Nt]?.[je]?.inViewOnly??Rt),Rt},[]);return{type:"btf",inViewOnly:wt,posToRefresh:Et,refreshBidders:et,userActionDelay:Tt}}),ee=(0,O.C6)(dt,J=>{if(!d()(J)){const ie=J.find(Ee=>Ee.type?Ee.type===G.eh.REFRESH_ADS.token:!1);if(ie&&ie.config)return ie.config}return{}}),K=(0,O.C6)(ee,C.dF,h.TN,(J,ie,Ee)=>{const{atf:Xe={},refreshBidders:et=[]}=J,{interval:gt=0,inViewOnly:pt=!1}=Xe,Et=Object.keys(Xe).filter(Rt=>Rt.includes(Ee)||Rt.includes("all"))||[];let Ct=Xe.positions;const Tt=Et.reduce((Rt,wt)=>{const Nt=Object.keys(Xe[wt]).filter(Ht=>Ht.includes(ie)||Ht.includes("all"))||[];return d()(Nt)||(Ct=Xe[wt][Nt].positions),Ct},[]);return{type:"atf",inViewOnly:pt,interval:gt,positions:Tt,refreshBidders:et}}),V=(0,O.C6)(dt,J=>{if(!d()(J)){const ie=J.find(Ee=>Ee.type?Ee.type===G.eh?.SEQUENTIAL_AD_LOADER?.token:!1);return ie?.config?ie.config:{}}}),oe=(0,O.C6)(V,C.zM,C.dF,h.TN,(J,ie,Ee,Xe)=>{if(d()(J)||ie!=="desktop")return!1;const gt=Object.keys(J).filter(Tt=>Tt.includes(Xe)||Tt.includes("all"))||[],pt=Array.isArray(gt)&&gt[0],St=J?.[pt],Et=St&&(St.filter(Tt=>Tt.includes(Ee)||Tt.includes("all"))||[]);return Et&&Array.isArray(Et)&&!!Et[0]}),ue=(0,O.C6)(dt,J=>{if(!d()(J)){const ie=J.find(Ee=>Ee.type?Ee.type===G.eh?.RUBICON?.token:!1);if(ie?.config)return ie.config}return{}}),Re=(0,O.C6)(ue,C.dF,h.TN,(J,ie,Ee)=>{const{defaultTimeoutOverride:Xe}=J,gt=Object.keys(J).filter(Et=>Et.includes(Ee)||Et.includes("all"))||[];let pt=Xe;return gt.reduce((Et,Ct)=>{const Rt=Object.keys(J[Ct]).filter(wt=>wt.includes(ie)||wt.includes("all"))||[];return d()(Rt)||(pt=J[Ct][Rt[0]].timeoutOverride),pt},pt)}),we=(0,O.C6)(ue,Re,(J,ie)=>({filename:J?.filename,testFilename:J?.testFilename,timeout:ie})),$e=(0,O.C6)(ee,C.dF,h.TN,(J,ie,Ee)=>{const{btf:Xe={},refreshBidders:et=[]}=J,{interval:gt=0,inViewOnly:pt=!1}=Xe,Et=Object.keys(Xe).filter(Rt=>Rt.includes(Ee)||Rt.includes("all"))||[];let Ct=Xe.positions;const Tt=Et.reduce((Rt,wt)=>{const Nt=Object.keys(Xe[wt]).filter(Ht=>Ht.includes(ie)||Ht.includes("all"))||[];return d()(Nt)||(Ct=Xe[wt][Nt].positions),Ct},[]);return{type:"btf",interval:gt,inViewOnly:pt,positions:Tt,refreshBidders:et}}),nt=(0,O.C6)(dt,J=>{if(!d()(J)){const ie=J.find(Ee=>Ee.type?Ee.type===G.eh.WFXTG.token:!1);if(ie&&ie.config)return ie.config}return{}}),st=(0,O.C6)(dt,J=>{if(!d()(J)){const ie=J.find(Ee=>Ee.type?Ee.type===G.eh.WX_AD_TARGETING.token:!1);if(ie&&ie.config)return ie.config}return{}}),it=(0,O.C6)(At,Ot(null),(J,ie)=>ie.map(Ee=>({adSlotId:Ee.slotTarget,size:Ee.sizes.map(Xe=>Xe[0]==="fluid"?[1,1]:Xe),adUnitPath:J}))),Ze=()=>{{const J=T().get("fv");return parseInt(J,10)||0}},bt=(0,O.C6)(N.jm,Oe,(J,ie)=>{const Ee=J||ie||"",Xe=Ee.lastIndexOf("local_forecasts")!==-1;let et,gt,pt;if(Xe)et="fcst",pt="fcst",gt="fcst";else{const Et=Ee.split("/").slice(-2);[gt]=Et,et=`${gt}_${Et[1]||""}`,pt=Et[1]||"nl"}return{cat:et,fam:gt,ch:pt}}),xt=(0,O.C6)(dt,J=>{if(!d()(J)){const ie=J.find(Ee=>Ee.type?Ee.type===G.eh?.TIME_FRAME?.token:!1);if(ie?.config)return ie.config}return{}}),jt=(0,O.C6)(k.IY,xt,(J,ie)=>ie?.tf?.[J]??"nl"),Bt=(J,ie)=>()=>{const Ee=ie||"0123456789",Xe=J||16;let et="";for(let gt=0;gt{{const{userAgent:J}=window.navigator,ie=J&&J.match(/chrome|firefox|safari|trident/i);if(Array.isArray(ie))switch(ie[0].toLowerCase()){case"chrome":return"twcchrome";case"firefox":return"twcff";case"safari":return"twcsafari";case"trident":return"twcie";default:return"twcnative"}return"nl"}}),pn=()=>String(Math.floor(Math.random()*1e3)+1),tn=()=>"weather",nn=J=>J?.[REDUCER_KEY]?.wfxtg??{},rn=J=>J?.[REDUCER_KEY]?.lotame??{},on=J=>J?.[w.Xf]?.hashedMpid??"",hn=(0,O.C6)(Se,J=>J==="tablet"?"wx_tab":J==="mobile"?"wx_mw":"wx"),Zt=(0,O.C6)(C.ZN,(J={})=>{if(J.layer==="rwi"||J.layers==="rwi")return"rwi"}),cn=J=>J?.[D.Xf]?.videoCount??0,mn=(0,O.C6)(C.ZN,J=>J?.adRef??""),dn=J=>J?.[w.Xf]?.custParams??{},un=(0,O.C6)(q.Ds,q.gK,bt,Y,jt,Bt(16,"0123456789"),Ze,yt,Jt,hn,pn,tn,Zt,mn,cn,H.gx,Se,C.zM,(J,ie,Ee,Xe,et,gt,pt,St,Et,Ct,Tt,Rt,wt,Wt,Nt,Ht,je,te)=>{let Ue={...Ee,ad_unit:Xe[je],tf:et,ord:gt,rmid:gt,impression_id:(0,A.Vj)(),vab:te!=="mobile"?"nxgn":"daybreak",v:pt&&pt.toString(),adstest:St||"",browser:Et,mr:"0",plat:Ct,env:Tt,refurl:Rt,mlayer:wt||"",...Ht?{par:Ht}:{},ref:Nt===0?Wt:"",sod:ie?"yes":"no"};Ue=a()(Ue,Mt=>!!Mt);const Je=r()(Ue,G.q3);return J?Je:r()(Je,G.xN)}),Qt=(0,O.C6)(dt,J=>{if(!d()(J)){const ie=J.find(Ee=>Ee.type?Ee.type===G.eh.BIDDING_PROCESS_TIMEOUT.token:!1);if(ie&&ie.config)return ie.config}return{}}),En=(0,O.C6)(Qt,J=>{if(J&&!d()(J)){const{maxTime:ie}=J;if(!Number.isNaN(ie))return+ie}return-1}),vn=(0,O.C6)(dt,J=>{if(!d()(J)){const ie=J.find(Ee=>Ee.type?Ee.type===G.eh?.HELIOS_AD_SDK?.token:!1);if(ie?.config)return ie.config}return{}}),an=(0,O.C6)(dn,on,(J,ie)=>{const Ee=Object.keys(J).filter(et=>G.Hw.has(et)).sort();return{pageKvs:Ee.length?` ${Ee.join(" ")} `:"",hasPpid:!!ie}}),Rn=(0,O.C6)(dt,J=>{if(!d()(J)){const ie=J.find(Ee=>Ee.type?Ee.type===G.eh?.AB_TESTING?.token:!1);if(ie?.config)return ie.config}return{}}),Sn=(0,O.C6)(dt,J=>J?.find?.(ie=>ie.type===G.eh.IAB_CATEGORIES.token)?.config??{});function en(J,ie){return P()({},J,ie,(Ee,Xe)=>{if(Array.isArray(Ee))return v()(Ee.concat(Xe))})}const ln=(0,O.C6)(Sn,J=>{const{iabCategoriesByPageCode:ie={}}=J??{},Ee={};for(const[Xe,et]of Object.entries(ie))for(const gt of Xe.split(","))Ee[gt]=en(Ee[gt]??{},et);return Ee}),Pn=(0,O.C6)(ln,k.IY,(J,ie)=>J[ie]),yn=(0,O.C6)(X.UO,M.s5,(J,ie)=>(d()(J)?ie:J)?.tags?.iab??{}),Ut=(0,O.C6)(Pn,yn,(J,ie)=>en(J,ie)),gn=(0,O.C6)(Sn,J=>J?.iabSiteCategories)},80990:(u,l,e)=>{"use strict";e.d(l,{Hw:()=>i,XC:()=>a,eh:()=>t,q3:()=>o,xN:()=>r});const t={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"])},57617:(u,l,e)=>{"use strict";e.d(l,{F:()=>s,M:()=>c});var t=e(60985),n=e(46153),r=e(10449),o=e(64795),a=e(84621);const i=["newsletter","newsletterAlerts","newsletterSignUp"],s=(0,t.P1)(r.fr,n.TN,o.M4,o.DJ,a.pu,(d,m,P,x,v)=>P&&m==="en-US"&&d==="US"&&!v||!P&&d==="US"&&m==="en-US"&&!x);function c(d,m,P){const x=i.includes(m.title)||i.includes(m.urlTranslationKey)||i.includes(m.titleTranslationKey),v=P?.includes?.("samsung");return!(x&&(!d||v))}},60034:(u,l,e)=>{"use strict";e.d(l,{J7:()=>B,K4:()=>G,N7:()=>c,QP:()=>$,aZ:()=>k,dA:()=>w,nw:()=>R,oh:()=>F});var t=e(84621),n=e(44203),r=e(45158),o=e(42882),a=e(16660),i=e(47537);const s=(0,n.C6)(n.Gx,a.AM,(g,S)=>{const j="getSunV3LocationPointUrlConfig",z=g[j]||{},re=S[j]||{},ce=(0,n.vy)(re);return z[ce]}),c=(0,n.C6)(s,i.Yi,(g,S)=>{if(!(g?.loaded??null))return null;const z=g?.data??null;return!z||z.errors?null:R(g.data.location,S)}),d=(0,n.C6)(t.h1,s,(g,S)=>{if(!g)return!1;if(!S)return!0;const j=S?.data?.errors??[];if(Array.isArray(j)&&j.length){const z=j[0]?.error?.code??"";return/(4\d{2}|5\d{2})$/.test(z)}return!1}),m=(0,n.C6)(c,g=>g?`${g.latitude},${g.longitude}`:""),P=(0,n.C6)(c,g=>g?.latitude??void 0),x=(0,n.C6)(c,g=>g?.longitude??void 0),v=(0,n.C6)(c,g=>g?.adminDistrict??""),b=(0,n.C6)(c,g=>g?.adminDistrictCode??""),T=(0,n.C6)(c,g=>g?.postalCode??""),C=(0,n.C6)(c,g=>g?.neighborhood??""),O=(0,n.C6)(c,g=>g?.country??""),q=(0,n.C6)(c,g=>g?.countryCode??""),$=(0,n.C6)(c,g=>{let S=g?.ianaTimeZone??"";return(!S||!S.includes("/"))&&(S="Etc/UTC"),S}),W=(0,n.C6)(c,g=>g?.displayName??""),H=(0,n.C6)(c,g=>g?.dmaCd??""),k=(0,n.C6)(c,g=>g?.placeId??""),N=(0,n.C6)(c,g=>g?.airportName??""),X=(0,n.C6)(c,g=>g?.type??""),M=(0,n.C6)(c,g=>g?.city??""),Z=(0,n.C6)(c,g=>g?.canonicalCityId??""),h=(0,n.C6)(c,g=>g?.disputedArea??!1),A=(0,n.C6)(c,r.b2,i.nP,o.WO,(g,S,j,z)=>B({location:g,countryCode:S,savedLocations:j,isUserLoggedIn:z,includePostalCode:!1})),D=(0,n.C6)(c,o.WO,i.nP,r.b2,(g,S,j,z)=>G({location:g,isUserLoggedIn:S,savedLocations:j,countryCode:z})),_=(0,n.C6)(c,r.b2,o.WO,i.nP,(g,S,j,z)=>w({location:g,savedLocations:z,isUserLoggedIn:j,countryCode:S}));function G({location:g,savedLocations:S,isUserLoggedIn:j,includePostalCode:z,countryCode:re}){const ce=S.find(be=>be.placeID===g.placeId),Se=re||"US";if(ce&&j){const be=(ce?.userTag||ce?.name)??"";if(be){const Me=g?.displayName??"",He=p(g,Se);if(be!==Me&&be!==He)return be}}let Ae;if(g?.disputedCountries)Ae=g.displayName||"";else{switch(g?.type){case"address":Ae=g?.address?.split(",")[0]?.trim()||"";break;case"city":Ae=g?.locale?.locale2||"";break;case"locality":Ae=g?.locale?.locale3||"";break;case"neighborhood":Ae=g?.locale?.locale4||"";break;case"airport":Ae=g?.airportName||"";break;case"postal":const be=g?.locale?.locale4||g?.locale?.locale3||g?.locale?.locale2||"",Me=g?.postalCode||"";Ae=z?`${be} ${Me}`.trim():`${be}`.trim();break;default:Ae=g?.displayName||""}Ae.length===0&&(Ae=g?.displayName)}return Ae}function w({location:g,savedLocations:S,countryCode:j,includePostalCode:z,isUserLoggedIn:re}){const ce=j||"US",Se=S.find(be=>be.placeID===g.placeId);if(Se&&re){const be=Se?.userTag||Se?.name;if(be){const Me=g?.displayName??"",He=p(g,ce);if(be!==Me&&be!==He)return E(g,ce,z)}}let Ae;if(g?.disputedCountries)Ae=g?.displayName||"";else{const be=ce===g?.countryCode?"":g?.country||"",Me=j!=="IL"&&g?.adminDistrict||"",He=g?.postalCode||"",We=g?.city||"";switch(g?.type){case"address":Ae=[We,Me,be].filter(Boolean).join(", ");break;case"city":Ae=[Me,be].filter(Boolean).join(", ");break;case"locality":Ae=[g?.locale?.locale2||"",Me,be].filter(Boolean).join(", ");break;case"neighborhood":Ae=[g?.locale?.locale3||g?.locale?.locale2||"",Me,be].filter(Boolean).join(", ");break;case"postal":const Y=Me||g?.locale?.locale2||"";Ae=[z?`${Y} ${He}`.trim():Y,be].filter(Boolean).join(", ");break;default:Ae=[Me,be].filter(Boolean).join(", ")}}return Ae}function B({location:g,countryCode:S,includePostalCode:j=!0,savedLocations:z,isUserLoggedIn:re}){const ce=G({location:g,savedLocations:z,isUserLoggedIn:re,countryCode:S}),Se=w({location:g,countryCode:S,includePostalCode:j,savedLocations:z,isUserLoggedIn:re}),Ae=ce&&Se?", ":"",be=g?.separator?g?.separator:Ae;return`${ce}${be}${Se}`.trim()}function F(g){const S=g.placeId?.length||0;return S===0?[]:Array.from({length:S},(j,z)=>({displayName:g.displayName?.[z],adminDistrict:g.adminDistrict?.[z],adminDistrictCode:g.adminDistrictCode?.[z],countryCode:g.countryCode?.[z],country:g.country?.[z],disputedArea:g.disputedArea?.[z],city:g.city?.[z],type:g.type?.[z],postalCode:g.postalCode?.[z],disputedCountries:g.disputedCountries?.[z],locale:{locale1:g.locale?.locale1?.[z]||g.locale1?.[z],locale2:g.locale?.locale2?.[z]||g.locale2?.[z],locale3:g.locale?.locale3?.[z]||g.locale3?.[z],locale4:g.locale?.locale4?.[z]||g.locale4?.[z]},placeId:g.placeId[z],latitude:Math.round(g.latitude[z]*10)/10,longitude:Math.round(g.longitude[z]*10)/10}))}const R=(g,S)=>{if(!g||!Array.isArray(S))return g;const j=S.find(z=>z.placeId===g.placeId);return j?{...g,displayName:j.address,address:j.address}:g};function E(g,S,j){if(g?.disputedCountries)return g?.displayName||"";const re=(S||"US")===g?.countryCode?"":g?.country||"",ce=S!=="IL"&&g?.adminDistrict||"";switch(g?.type){case"city":return[g?.locale?.locale2||"",ce,re].filter(Boolean).join(", ");case"locality":const Ae=ce||g?.locale?.locale2||"";return[g.locale?.locale3||"",Ae,re].filter(Boolean).join(", ");case"neighborhood":const Me=g?.locale?.locale4||"",He=g?.locale?.locale3||g?.locale?.locale2||"";return[Me,He,ce,re].filter(Boolean).join(", ");case"postal":const We=g?.postalCode||"";return[g?.locale?.locale4||g?.locale?.locale3||g?.locale?.locale2||"",`${ce} ${j?We:""}`.trim(),re].filter(Boolean).join(", ");default:return[g?.locale?.locale2||"",ce,re].filter(Boolean).join(", ")}}function p(g,S,j=", "){const z=[g.displayName];return S!=="IL"&&z.push(g.adminDistrictCode||g.adminDistrict),g.countryCode!==S&&g.disputedArea===!1&&z.push(g.country),z.filter(Boolean).join(j)}},16660:(u,l,e)=>{"use strict";e.d(l,{AM:()=>c,dz:()=>d});var t=e(60985),n=e(44203),r=e(45158),o=e(84621),a=e(89972);function i(P){try{return decodeURIComponent(P)}catch{return""}}const s=(0,n.C6)(o.EQ,o.fx,o.qk,o.x2,(P,x,v,b)=>{if(!P&&!x&&!v&&!b)return null;const C=[{type:"canonicalCityId",locId:i(b)},{type:"placeId",locId:i(v)},{type:null,locId:i(x)},{type:null,locId:i(P)}].find(H=>!!H.locId);if(!C)return null;const O=/.*(\+|-|\s)+(\w*|(\w{4}\d{4})|(\d+))(:(1|4|5|9|11|13|16|17|19|21|25|27))?(:\w{2})?$/,q=/-/,$=/\s/,{locId:W}=C;if(O.test(C.locId)){$.test(W)?C.locId=W.split(" ").pop():q.test(W)?C.locId=W.split("-").pop():C.locId=W.split("+").pop();const H=d(C);if(H)return H}return d(C)}),c=(0,n.C6)(r.TN,s,(P,x)=>{const{type:v,value:b}=x||{},T={language:P,[v]:b};return v==="locId"&&(T.locationType="locid"),{getSunV3LocationPointUrlConfig:T}});function d({locId:P,type:x}){const v=[{regex:/^[-+]?([1-8]?\d(\.\d+)?|90(\.0+)?),[-+]?(180(\.0+)?|((1[0-7]\d)|([1-9]?\d))(\.\d+)?)$/,typeAs:"geocode",valueFn:b=>(0,a.b)(b)},{regex:/^([^+|^:]*):(1|4|5|9|11|13|16|17|19|21|25|27):\w{2}$/,typeAs:"locId",valueFn:b=>b.toUpperCase()},{regex:/^\d{5}(:\d)?(\w{2})?$/,typeAs:"locId",valueFn:b=>`${b.split(":")[0]}:4:US`},{regex:/^\w{4}\d{4}(:1)?$/,typeAs:"locId",valueFn:b=>{const T=b.substring(0,2).toUpperCase();return`${b.split(":")[0]}:1:${T}`}},{regex:/^([a-zA-Z]{3}):.*$/,typeAs:"locId",valueFn:b=>`${b.split(":")[0].toUpperCase()}:9:US`},{regex:/^([0-9a-f]){32,}$/,typeAs:"placeId",valueFn:b=>b},{regex:/^([0-9a-f]){32,}$/,typeAs:"canonicalCityId",valueFn:b=>b}];if(x){const b=v.find(T=>T.typeAs===x);if(b&&b.regex.test(P))return{type:b.typeAs,value:b.valueFn(P)}}for(let b=0,T=v.length;b{if(!P)return!0;const{type:x,value:v}=P;return!v||x==="geocode"&&v==="0.00,0.00"})},74131:(u,l,e)=>{"use strict";e.d(l,{AM:()=>t.AM,J7:()=>n.J7,K4:()=>n.K4,N7:()=>n.N7,QP:()=>n.QP,aZ:()=>n.aZ,dA:()=>n.dA,dz:()=>t.dz,nw:()=>n.nw,oh:()=>n.oh});var t=e(16660),n=e(60034)},89972:(u,l,e)=>{"use strict";e.d(l,{b:()=>t});function t(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:(u,l,e)=>{"use strict";e.d(l,{BG:()=>n,Gy:()=>a,HJ:()=>r,Ln:()=>c,Mw:()=>o,X2:()=>s,Xf:()=>t,fL:()=>i});const t="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",c="csc"},84621:(u,l,e)=>{"use strict";e.d(l,{BP:()=>t.BP,Cv:()=>t.Cv,Dq:()=>t.Dq,EQ:()=>t.EQ,F3:()=>t.F3,GH:()=>t.GH,Gz:()=>t.Gz,Hu:()=>t.Hu,J0:()=>t.J0,K_:()=>t.K_,Mr:()=>t.Mr,N3:()=>t.N3,Pi:()=>t.Pi,Qo:()=>t.Qo,S5:()=>t.S5,T:()=>t.T,U8:()=>t.U8,UW:()=>t.UW,V7:()=>t.V7,ZN:()=>t.ZN,_p:()=>t._p,ai:()=>t.ai,bx:()=>t.bx,cz:()=>t.cz,dF:()=>t.dF,e9:()=>t.e9,eM:()=>t.eM,fh:()=>t.fh,fx:()=>t.fx,h1:()=>t.h1,i:()=>t.i,j3:()=>t.j3,jw:()=>t.jw,kO:()=>t.kO,kw:()=>t.kw,lm:()=>t.lm,nc:()=>t.nc,nf:()=>t.nf,nh:()=>t.nh,pu:()=>t.pu,qk:()=>t.qk,sN:()=>t.sN,sQ:()=>t.sQ,uo:()=>t.uo,x2:()=>t.x2,xS:()=>t.xS,y:()=>t.y,z3:()=>t.z3,zM:()=>t.zM});var t=e(8724)},8724:(u,l,e)=>{"use strict";e.d(l,{BP:()=>ut,Cv:()=>P,Dq:()=>F,EQ:()=>M,F3:()=>_,GH:()=>v,Gz:()=>at,Hu:()=>D,J0:()=>c,K_:()=>ft,Mr:()=>vt,N3:()=>_e,Pi:()=>ce,Qo:()=>C,S5:()=>E,T:()=>x,U8:()=>R,UW:()=>Ot,V7:()=>At,ZN:()=>W,_p:()=>i,ai:()=>Ce,bx:()=>fe,cz:()=>w,dF:()=>k,dx:()=>T,e9:()=>yt,eM:()=>Dt,fh:()=>Me,fx:()=>S,h1:()=>He,i:()=>ht,j3:()=>mt,jw:()=>Gt,kO:()=>Be,kw:()=>g,lm:()=>G,nc:()=>Z,nf:()=>X,nh:()=>re,pu:()=>$t,qk:()=>j,sN:()=>d,sQ:()=>Se,uo:()=>p,x2:()=>z,xS:()=>Oe,y:()=>H,z3:()=>tt,zM:()=>A});var t=e(60985),n=e(72579),r=e.n(n),o=e(44203),a=e(2395);const i=ge=>ge?.[a.Xf]??null,s=ge=>ge?.[REDUCER_KEY]?.domain,c=(0,t.P1)(i,ge=>ge?.headers??null),d=(0,t.P1)(c,ge=>ge?.["twc-subs"]??"none"),m=(0,t.P1)(c,ge=>ge?.["twc-sticky-variant"]??""),P=(0,t.P1)(c,ge=>ge?.["twc-ads-killswitch"]??""),x=(0,t.P1)(c,ge=>ge?.["twc-site-mode"]??""),v=(0,t.P1)(c,ge=>{const lt=ge?.["twc-experiment"]??null;return lt?JSON.parse(window?.atob(lt)):{}}),b=(0,o.C6)(o.Gx,ge=>{const lt=(0,o.vy)({entityType:"state_config",entityId:a.X2});return r()(ge,["getMewEntityUrlConfig",lt,"data","data","attributes","value"],{})}),T=(0,t.P1)(b,v,(ge,lt)=>{let me;const pe=Object.keys(ge),Te=Object.keys(lt);return pe.forEach(Ne=>{Te.includes(Ne)&&(me=Ne)}),me}),C=(0,t.P1)(i,ge=>ge?.path?.replace(/\/$/,"")??""),O=(0,t.P1)(i,ge=>ge?.pathPattern??""),q=(0,t.P1)(i,ge=>ge?.referer??null),$=(0,t.P1)(i,ge=>ge?.requestBody??null),W=(0,t.P1)(i,ge=>ge?.query??null),H=(0,t.P1)(i,ge=>ge?.params??null),k=(0,t.P1)(i,ge=>ge?.pageKey??""),N=(0,t.P1)(k,ge=>ge==="today"),X=(0,t.P1)(k,ge=>a.HJ.includes(ge)),M=(0,t.P1)(i,ge=>ge?.params?.locId??""),Z=(0,t.P1)(i,ge=>ge?.contextListId??""),h=(0,t.P1)(c,ge=>{const lt="4g",me=[lt,"3g"],Te=(ge?.["twc-connection-speed"]??lt).toLowerCase();return me.includes(Te)?Te:lt}),A=(0,t.P1)(c,ge=>ge?.["twc-device-class"]??"mobile"),D=(0,t.P1)(A,ge=>ge==="mobile"),_=(0,t.P1)(c,ge=>ge?.["twc-partner"]??""),G=(0,t.P1)(c,ge=>ge?.["twc-csc"]??""),w=(0,t.P1)(c,ge=>ge?.["twc-privacy"]??"exempt"),B=(0,t.P1)(c,ge=>ge?.["twc-experience"]??""),F=(0,t.P1)(W,ge=>ge?.experience??""),R=(0,t.P1)(W,ge=>ge?.locale??""),E=(0,t.P1)(W,ge=>ge?.par??""),p=(0,t.P1)(W,ge=>ge?.cscCountryCode??ge?.csccountrycode??""),g=(0,t.P1)(G,ge=>ge==="KR"),S=(0,t.P1)(W,ge=>ge?.locId??""),j=(0,t.P1)(W,ge=>ge?.placeId??""),z=(0,t.P1)(W,ge=>ge?.canonicalCityId??""),re=(0,t.P1)(H,ge=>ge?.locale??""),ce=(0,t.P1)(H,k,C,(ge,lt,me)=>me.includes("medical-reviewer")?["bios/medical-reviewer"]:lt==="bioPage"?["bios"]:lt==="commerce"?["atmosphere"]:ge?.collectionId??null),Se=(0,t.P1)(re,ge=>ge?.split("-")?.[1]??""),Ae=()=>({name:"getMewEntityUrlConfig",params:{entityType:"state_config",entityId:"f33a3445-ea5d-4c5d-953c-2a0a63ff8edb"}}),be=(0,o.C6)(Ae,o.$l,(ge,lt)=>lt(ge)?.data?.attributes?.value),Me=(0,t.P1)(Se,be,(ge,lt)=>{const me=lt?.countryCodesWithoutRegisteredTrademark;return me?!me.includes(ge):!1}),He=(0,t.P1)(S,O,(ge,lt)=>lt.includes(":locId")||!!ge),We=(0,t.P1)(k,ge=>["moduleService"].includes(ge)),tt=(0,t.P1)(We,C,F,R,(ge,lt,me,pe)=>{const Te=Array.isArray(lt.match(/api\/v[0-9]/g))&&!!me&&!!pe;return ge||Te}),fe=(0,t.P1)(re,ge=>ge?["en-US"].indexOf(ge)>-1:!0),Y=(0,t.P1)(P,fe,d,(ge,lt,me)=>{const pe=ge&&ge.split(",")||[],Te=me!=="none";return pe.includes("ads")||pe.includes("allthethings")||lt&&Te}),Pe=(0,t.P1)(O,ge=>ge==="/:locale/dsr"),Ce=(0,t.P1)(c,ge=>ge?.["twc-csrf"]??""),Oe=(0,t.P1)(c,ge=>ge?.["twc-geoip-country"]??""),_e=(0,t.P1)($,ge=>ge?.userId),ft=(0,t.P1)($,ge=>ge?.appId),yt=(0,t.P1)($,ge=>ge?.version),mt=(0,t.P1)($,ge=>ge?.adId),At=(0,t.P1)($,ge=>ge?.serviceProviders),vt=(0,t.P1)($,ge=>ge?.enabledUserDataInventory),Be=(0,t.P1)(W,ge=>ge?.userId),ct=(0,t.P1)(W,ge=>ge?.serviceProviders),at=(0,t.P1)(W,ge=>ge?.regime),ut=(0,t.P1)(W,ge=>ge?.countryCode),ht=(0,t.P1)(W,ge=>ge?.isUserLoggedIn==="true"),Ot=(0,t.P1)(W,ge=>ge?.isUserPremium==="true"),Kt=(0,t.P1)(W,ge=>ge?.email),dt=(0,t.P1)(W,ge=>ge?.action),Dt=(0,t.P1)(W,ge=>ge?.appIdOverride),It=(0,t.P1)(Dt,ft,(ge,lt)=>lt?.includes("twc")||ge?.includes("twc")),$t=(0,t.P1)(Dt,ft,(ge,lt)=>lt?.includes("wu")||ge?.includes("wu")),kt=(0,t.P1)(Dt,ft,(ge,lt)=>lt?.includes("samsung")||ge?.includes("samsung")),Gt=ge=>ge?.[a.Xf]?.adblocker??!1},72606:(u,l,e)=>{"use strict";e.d(l,{Dh:()=>n,Jp:()=>r,TR:()=>o,X3:()=>s,Yb:()=>t,eV:()=>a,z3:()=>i});const t="partner",n="twc-theme",r=["oppo_widget"],o=["tenday","today","hourly","radar"],a=30,i={samsung:120},s="weatherapptodaywidget"},71057:(u,l,e)=>{"use strict";e.d(l,{UW:()=>t.UW});var t=e(35342),n=e(72606)},35342:(u,l,e)=>{"use strict";e.d(l,{CZ:()=>T,OM:()=>P,RM:()=>d,UW:()=>c,Vm:()=>s,Yg:()=>m,fm:()=>x,gx:()=>i,qK:()=>v});var t=e(60985),n=e(29286),r=e.n(n),o=e(84621),a=e(72606);const i=(0,t.P1)(o.S5,o.F3,(C,O)=>C||O||r().get("partner")||""),s=(0,t.P1)(o.S5,C=>C||r().get("partner")||""),c=(0,t.P1)(i,C=>C.toLowerCase().includes("samsung")),d=(0,t.P1)(i,C=>C.toLowerCase().includes("apple")||C.toLowerCase().includes(a.X3)),m=(0,t.P1)(i,c,(C,O)=>O?C==="samsung_vsc":!1),P=(0,t.P1)(i,c,(C,O)=>O?C==="samsung_msc":!1),x=(0,t.P1)(i,m,(C,O)=>O?"samsungVietnam":C),v=(0,t.P1)(i,o.dF,(C,O)=>!(C==="oppo_widget"&&a.TR.includes(O))),b=(0,t.P1)(i,C=>a.Jp.includes(C)),T=(0,t.P1)(c,o.dF,(C,O)=>!!(C&&O!=="memberLogin"))},28995:(u,l,e)=>{"use strict";e.d(l,{Oo:()=>t.Oo,Sm:()=>t.Sm});var t=e(84392)},84392:(u,l,e)=>{"use strict";e.d(l,{O2:()=>re,Oo:()=>fe,E8:()=>We,Ky:()=>W,yV:()=>_,Fj:()=>H,Sm:()=>O,z:()=>q,bu:()=>A,zX:()=>M,im:()=>w,RP:()=>B,oy:()=>p,iH:()=>F,yt:()=>h,Si:()=>D,i7:()=>R,QU:()=>C,TR:()=>E});var t=e(60985),n=e(72579),r=e.n(n),o=e(74131),a=e(89972),i=e(63907),s=e(10449),c=e(44203),d=e(45158),m=e(84621),P=e(72484),x=e(42882);const v=(0,t.P1)(m.h1,o.aZ,i.nP,i.VI,s.v6,(Y,Pe,Ce,Oe,_e)=>{if(Y)return Pe;if(/^([0-9a-f]){32,}$/.test(Ce[0]?.placeID))return Ce[0].placeID;if(Oe?.[0])return Oe[0];if(_e)return _e}),b=(0,c.C6)(v,Y=>{if(!Y)return{value:null,type:"none"};const Pe={type:null,locId:decodeURIComponent(Y)};return(0,o.dz)(Pe)}),T=(0,c.C6)(d.TN,b,(Y,Pe)=>{const{type:Ce,value:Oe}=Pe||{},_e={language:Y,[Ce]:Oe};return Ce==="locId"&&(_e.locationType="locid"),{getSunV3LocationPointUrlConfig:_e}}),C=(0,c.C6)(c.Gx,T,o.AM,m.h1,(Y,Pe,Ce,Oe)=>{const _e="getSunV3LocationPointUrlConfig",ft=Y[_e]||{};let yt=Pe[_e]||{};Oe&&(yt=Ce[_e]);const mt=(0,c.vy)(yt);return r()(ft,mt)}),O=(0,c.C6)(C,i.Yi,(Y,Pe)=>{if(!r()(Y,"loaded"))return null;const Oe=r()(Y,"data");return!Oe||Oe.errors?null:(0,o.nw)(Y.data.location,Pe)}),q=(0,c.C6)(O,Y=>r()(Y,"displayName","")),$=(0,c.C6)(O,Y=>r()(Y,"adminDistrict","")),W=(0,c.C6)(O,Y=>r()(Y,"adminDistrictCode","")),H=(0,c.C6)(O,Y=>r()(Y,"countryCode","")),k=(0,c.C6)(O,Y=>r()(Y,"country","")),N=(0,c.C6)(O,Y=>r()(Y,"countyId","")),X=(0,c.C6)(O,Y=>r()(Y,"disputedArea",!1)),M=(0,c.C6)(O,Y=>{if(!!Y)return(0,a.b)(`${Y.latitude},${Y.longitude}`)}),Z=(0,c.C6)(i.qL,Y=>r()(Y,"defaultLocations",{})),h=(0,c.C6)(O,Z,(Y,Pe)=>{if(Y)return r()(Y,"placeId","");{const Ce=(0,P.R)(),{"TWC-GeoIP-Country":Oe}=Ce;return Pe[Oe]||null}return null}),A=(0,c.C6)(O,Y=>r()(Y,"dmaCd","")),D=(0,c.C6)(O,Y=>r()(Y,"postalCode","")),_=(0,c.C6)(O,Y=>r()(Y,"city","")),G=(0,c.C6)(O,Y=>r()(Y,"canonicalCityId","")),w=(0,c.C6)(O,Y=>{let Pe=r()(Y,"ianaTimeZone","");return(!Pe||!Pe.includes("/"))&&(Pe="Etc/UTC"),Pe}),B=(0,c.C6)(O,Y=>tt(r()(Y,"latitude",void 0))),F=(0,c.C6)(O,Y=>tt(r()(Y,"longitude",void 0))),R=(0,c.C6)(O,d.b2,i.nP,x.WO,(Y,Pe,Ce,Oe)=>Y&&(0,o.J7)({location:Y,savedLocations:Ce,isUserLoggedIn:Oe,countryCode:Pe})||""),E=(0,c.C6)(O,i.Yi,x.WO,i.nP,d.b2,(Y,Pe,Ce,Oe,_e)=>(0,o.K4)({location:(0,o.nw)(Y,Pe),savedLocations:Oe,countryCode:_e,isUserLoggedIn:Ce})),p=(0,c.C6)(O,d.b2,i.nP,x.WO,(Y,Pe,Ce,Oe)=>(0,o.dA)({location:Y,savedLocations:Ce,isUserLoggedIn:Oe,countryCode:Pe})),g=(0,t.P1)(i.nP,Y=>/^([0-9a-f]){32,}$/.test(Y[0]?.placeID)?Y[0].placeID:null),S=(0,c.C6)(g,Y=>{if(!Y)return{value:null,type:"none"};const Pe={type:null,locId:decodeURIComponent(Y)};return(0,o.dz)(Pe)}),j=(0,c.C6)(d.TN,S,(Y,Pe)=>{const{type:Ce,value:Oe}=Pe||{},_e={language:Y,[Ce]:Oe};return Ce==="locId"&&(_e.locationType="locid"),{getSunV3LocationPointUrlConfig:_e}}),z=(0,c.C6)(c.Gx,j,(Y,Pe)=>{const Ce="getSunV3LocationPointUrlConfig",Oe=Y[Ce]||{},_e=Pe[Ce]||{},ft=(0,c.vy)(_e);return r()(Oe,ft)}),re=(0,c.C6)(z,i.Yi,(Y,Pe)=>{if(!r()(Y,"loaded"))return null;const Oe=r()(Y,"data");return!Oe||Oe.errors?null:(0,o.nw)(Y.data.location,Pe)}),ce=(0,t.P1)(i.VI,Y=>Y?.[0]?Y[0]:null),Se=(0,c.C6)(ce,Y=>{if(!Y)return{value:null,type:"none"};const Pe={type:null,locId:decodeURIComponent(Y)};return(0,o.dz)(Pe)}),Ae=(0,c.C6)(d.TN,Se,(Y,Pe)=>{const{type:Ce,value:Oe}=Pe||{},_e={language:Y,[Ce]:Oe};return Ce==="locId"&&(_e.locationType="locid"),{getSunV3LocationPointUrlConfig:_e}}),be=(0,c.C6)(c.Gx,Ae,(Y,Pe)=>{const Ce="getSunV3LocationPointUrlConfig",Oe=Y[Ce]||{},_e=Pe[Ce]||{},ft=(0,c.vy)(_e);return r()(Oe,ft)}),Me=(0,c.C6)(be,i.Yi,(Y,Pe)=>{if(!r()(Y,"loaded"))return null;const Oe=r()(Y,"data");return!Oe||Oe.errors?null:(0,o.nw)(Y.data.location,Pe)}),He=(0,c.C6)(c.Gx,ce,(Y,Pe)=>{const Oe=Y["getSunV3LocationSearchUrlConfig"]||{};for(const _e of Object.keys(Oe)){const ft=Oe?.[_e]?.data?.location,yt=ft?.placeId?.indexOf?.(Pe);if(yt>=0){const mt=Object.keys(ft).map(At=>[At,ft[At][yt]]);return Object.fromEntries(mt)}}return null}),We=(0,c.C6)(Me,He,(Y,Pe)=>Y??Pe);function tt(Y){return(+`${Math.round(`${Y}e2`)}e-2`).toFixed(2)}const fe=(0,t.P1)(m.kw,H,(Y,Pe)=>Y&&Pe==="KR")},7686:(u,l,e)=>{"use strict";e.d(l,{X:()=>t});const t="dal"},44203:(u,l,e)=>{"use strict";e.d(l,{$l:()=>d,C6:()=>s,Gx:()=>c,vy:()=>i});var t=e(18149),n=e.n(t),r=e(60985),o=e(15655),a=e(7686);const i=(m={})=>Object.keys(m).sort().map(P=>{const x=m[P];return!!x&&typeof x=="object"?`${P}:{${i(x)}}`:`${P}:${x}`}).join(";"),s=(0,r.wN)(o.PW,n()),c=m=>m?.[a.X]??{},d=(0,r.P1)(c,m=>(P,x)=>{const{params:v,name:b}=P,T=i(v);return x?m?.[b]?.[T]:m?.[b]?.[T]?.data})},63108:(u,l,e)=>{"use strict";e.d(l,{J:()=>n});var t=e(51866);function n(r=!0){return r?t.env.USE_REMOTE_REDUX_DAL_CLIENT==="true":t.env.USE_REMOTE_REDUX_DAL==="true"}},58440:(u,l,e)=>{"use strict";e.d(l,{Dt:()=>n,R5:()=>r,eT:()=>o,kk:()=>t});const t=["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:(u,l,e)=>{"use strict";e.d(l,{A:()=>s});var t=e(60985),n=e(86535),r=e(45158),o=e(84621),a=e(10449),i=e(58440);const s=(0,t.P1)(r.xi,o.F3,r.b2,a.fr,n.bx,o.Dq,(c,d,m,P,x,v)=>{if(x||v==="wu")return!0;if(["ios","android"].includes(v))return!!(i.kk.includes(c)&&!(0,n.G3)());let b=!0;return i.eT.forEach(T=>{d.includes(T)&&(b=!1)}),!(!b||i.Dt.includes(m)||i.Dt.includes(P))})},15759:(u,l,e)=>{"use strict";e.d(l,{Th:()=>x});var t=e(51866),n=e(8048),r=e.n(n);const o=(0,n.createLogger)("new-relic"),a="meta.",i="perf.";var s=(C=>(C.provider="new-relic-script",C))(s||{}),c=(C=>(C.method="NREUM",C))(c||{});function d(){let C="dev";return getEnv("WEBCAKES_ENV")==="PROD"&&(C="prod"),getEnv("WEBCAKES_ENV")==="PERF"&&(C="perf"),getEnv("WEBCAKES_ENV")==="STAGE"&&(C="stage"),C}async function m(){const C=d(),{default:O}=await e(31751)(`./new-relic-script.${C}.ext.html`);return O}function P(C,O){try{window?.NREUM?.setCustomAttribute?.(`${a}${C}`,O)}catch{}}function x(C,O={}){try{let q;const $={};typeof C=="string"?q=C:(q=C.name,C.entryType!=="mark"?($.duration=b(C.duration),$.timestamp=b(window.performance.timeOrigin+C.startTime)):($.duration=b(C.startTime),$.timestamp=b(window.performance.timeOrigin))),window?.NREUM?.addPageAction?.(q,{...v($,i),...v(O,a)})}catch(q){o.error(q,"sendReumEvent error")}}function v(C,O=""){return Object.fromEntries(Object.entries(C).map(([q])=>[`${O}${q}`,C[q]]))}function b(C){return C/1e3}function T(){return`