@strapi/admin 4.10.2-alpha.0 → 4.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/build/6858.56d4d528.chunk.js +50 -0
  2. package/build/{7725.f717acdd.chunk.js → 7725.1633e06f.chunk.js} +17 -17
  3. package/build/9703.e590889d.chunk.js +1 -0
  4. package/build/{Admin-authenticatedApp.2fab70e4.chunk.js → Admin-authenticatedApp.a8373103.chunk.js} +2 -2
  5. package/build/{Admin_settingsPage.56e9641c.chunk.js → Admin_settingsPage.5e045f42.chunk.js} +1 -1
  6. package/build/content-manager.d28eb183.chunk.js +1111 -0
  7. package/build/index.html +1 -1
  8. package/build/{main.964e7203.js → main.41970e4c.js} +65 -65
  9. package/build/review-workflows-settings.7c0b4e73.chunk.js +61 -0
  10. package/build/{runtime~main.c9593d59.js → runtime~main.c20330f1.js} +1 -1
  11. package/ee/admin/content-manager/components/DynamicTable/CellContent/ReviewWorkflowsStage/ReviewWorkflowsStageEE.js +11 -5
  12. package/ee/admin/content-manager/components/DynamicTable/CellContent/ReviewWorkflowsStage/getTableColumn.js +7 -3
  13. package/ee/admin/content-manager/pages/EditView/InformationBox/InformationBoxEE.js +16 -2
  14. package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/ReviewWorkflows.js +34 -25
  15. package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/actions/index.js +11 -0
  16. package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/components/StageDragPreview/StageDragPreview.js +45 -0
  17. package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/components/StageDragPreview/index.js +1 -0
  18. package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/components/Stages/Stage/Stage.js +287 -63
  19. package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/components/Stages/Stage/components/OptionColor/OptionColor.js +27 -0
  20. package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/components/Stages/Stage/components/OptionColor/index.js +1 -0
  21. package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/components/Stages/Stage/components/SingleValueColor/SingleValueColor.js +31 -0
  22. package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/components/Stages/Stage/components/SingleValueColor/index.js +1 -0
  23. package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/components/Stages/Stages.js +2 -1
  24. package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/constants.js +26 -0
  25. package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/reducer/index.js +36 -2
  26. package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/utils/colors.js +33 -0
  27. package/ee/admin/pages/SettingsPage/pages/ReviewWorkflows/utils/getWorkflowValidationSchema.js +9 -0
  28. package/ee/server/constants/workflows.js +1 -0
  29. package/ee/server/content-types/workflow-stage/index.js +7 -0
  30. package/ee/server/controllers/authentication/middlewares.js +1 -1
  31. package/ee/server/migrations/review-workflows-stages-color.js +20 -0
  32. package/ee/server/register.js +2 -0
  33. package/ee/server/services/review-workflows/stages.js +1 -1
  34. package/ee/server/validation/review-workflows.js +7 -1
  35. package/package.json +10 -10
  36. package/build/content-manager.a0ff6cad.chunk.js +0 -1111
  37. package/build/review-workflows-settings.089d7ec5.chunk.js +0 -106
@@ -0,0 +1,50 @@
1
+ (self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[6858],{95919:function(y,m,n){var r=n(80022);function f(c){return r(c)&&c!=+c}y.exports=f},80022:function(y,m,n){var r=n(94318),f=n(3387),c="[object Number]";function _(E){return typeof E=="number"||f(E)&&r(E)==c}y.exports=_},59578:function(y,m,n){var r=n(41119);function f(c){return r(c).toLowerCase()}y.exports=f},98178:function(y,m,n){"use strict";n.d(m,{P1:function(){return C}});var r="NOT_FOUND";function f(u){var a;return{get:function(t){return a&&u(a.key,t)?a.value:r},put:function(t,o){a={key:t,value:o}},getEntries:function(){return a?[a]:[]},clear:function(){a=void 0}}}function c(u,a){var e=[];function t(l){var p=e.findIndex(function(v){return a(l,v.key)});if(p>-1){var h=e[p];return p>0&&(e.splice(p,1),e.unshift(h)),h.value}return r}function o(l,p){t(l)===r&&(e.unshift({key:l,value:p}),e.length>u&&e.pop())}function i(){return e}function s(){e=[]}return{get:t,put:o,getEntries:i,clear:s}}var _=function(a,e){return a===e};function E(u){return function(e,t){if(e===null||t===null||e.length!==t.length)return!1;for(var o=e.length,i=0;i<o;i++)if(!u(e[i],t[i]))return!1;return!0}}function P(u,a){var e=typeof a=="object"?a:{equalityCheck:a},t=e.equalityCheck,o=t===void 0?_:t,i=e.maxSize,s=i===void 0?1:i,l=e.resultEqualityCheck,p=E(o),h=s===1?f(p):c(s,p);function v(){var d=h.get(arguments);if(d===r){if(d=u.apply(null,arguments),l){var g=h.getEntries(),x=g.find(function(O){return l(O.value,d)});x&&(d=x.value)}h.put(arguments,d)}return d}return v.clearCache=function(){return h.clear()},v}function j(u){var a=Array.isArray(u[0])?u[0]:u;if(!a.every(function(t){return typeof t=="function"})){var e=a.map(function(t){return typeof t=="function"?"function "+(t.name||"unnamed")+"()":typeof t}).join(", ");throw new Error("createSelector expects all input-selectors to be functions, but received the following types: ["+e+"]")}return a}function M(u){for(var a=arguments.length,e=new Array(a>1?a-1:0),t=1;t<a;t++)e[t-1]=arguments[t];var o=function(){for(var s=arguments.length,l=new Array(s),p=0;p<s;p++)l[p]=arguments[p];var h=0,v,d={memoizeOptions:void 0},g=l.pop();if(typeof g=="object"&&(d=g,g=l.pop()),typeof g!="function")throw new Error("createSelector expects an output function after the inputs, but received: ["+typeof g+"]");var x=d,O=x.memoizeOptions,b=O===void 0?e:O,Z=Array.isArray(b)?b:[b],D=j(l),R=u.apply(void 0,[function(){return h++,g.apply(null,arguments)}].concat(Z)),A=u(function(){for(var B=[],S=D.length,T=0;T<S;T++)B.push(D[T].apply(null,arguments));return v=R.apply(null,B),v});return Object.assign(A,{resultFunc:g,memoizedResultFunc:R,dependencies:D,lastResult:function(){return v},recomputations:function(){return h},resetRecomputations:function(){return h=0}}),A};return o}var C=M(P),w=function(a,e){if(e===void 0&&(e=C),typeof a!="object")throw new Error("createStructuredSelector expects first argument to be an object "+("where each property is a selector, instead received a "+typeof a));var t=Object.keys(a),o=e(t.map(function(i){return a[i]}),function(){for(var i=arguments.length,s=new Array(i),l=0;l<i;l++)s[l]=arguments[l];return s.reduce(function(p,h,v){return p[t[v]]=h,p},{})});return o}},83828:function(y,m,n){"use strict";n.d(m,{U:function(){return a},y:function(){return w}});var r=n(74512),f=n(32735),c=n(8471),_=n(91045),E=n(72850),P=n(87933),j=n(74971),M=n(49372);const C=({theme:e,expanded:t,variant:o,disabled:i,error:s})=>s?`1px solid ${e.colors.danger600} !important`:i?`1px solid ${e.colors.neutral150}`:t?`1px solid ${e.colors.primary600}`:o==="primary"?`1px solid ${e.colors.neutral0}`:`1px solid ${e.colors.neutral100}`,w=(0,c.ZP)(M.Z)``,u=(0,c.ZP)(E.x)`
2
+ border: ${C};
3
+
4
+ &:hover:not([aria-disabled='true']) {
5
+ border: 1px solid ${({theme:e})=>e.colors.primary600};
6
+
7
+ ${w} {
8
+ color: ${({theme:e,expanded:t})=>t?void 0:e.colors.primary700};
9
+ }
10
+
11
+ ${M.Z} {
12
+ color: ${({theme:e,expanded:t})=>t?void 0:e.colors.primary600};
13
+ }
14
+
15
+ & > ${P.k} {
16
+ background: ${({theme:e})=>e.colors.primary100};
17
+ }
18
+
19
+ [data-strapi-dropdown='true'] {
20
+ background: ${({theme:e})=>e.colors.primary200};
21
+ }
22
+ }
23
+ `,a=({children:e,disabled:t=!1,error:o,expanded:i=!1,hasErrorMessage:s=!0,id:l,onToggle:p,toggle:h,size:v="M",variant:d="primary",shadow:g})=>{const x=(0,j.M)(l),O=f.useMemo(()=>({expanded:i,onToggle:p,toggle:h,id:x,size:v,variant:d,disabled:t}),[t,i,x,p,v,h,d]);return(0,r.jsxs)(_.S.Provider,{value:O,children:[(0,r.jsx)(u,{"data-strapi-expanded":i,disabled:t,"aria-disabled":t,expanded:i,hasRadius:!0,variant:d,error:o,shadow:g,children:e}),o&&s&&(0,r.jsx)(E.x,{paddingTop:1,children:(0,r.jsx)(M.Z,{variant:"pi",textColor:"danger600",children:o})})]})}},89966:function(y,m,n){"use strict";n.d(m,{v:function(){return _}});var r=n(74512),f=n(91045),c=n(72850);const _=({children:E,...P})=>{const{expanded:j,id:M}=(0,f.A)();if(!j)return null;const C=`accordion-content-${M}`,w=`accordion-label-${M}`,u=`accordion-desc-${M}`;return(0,r.jsx)(c.x,{role:"region",id:C,"aria-labelledby":w,"aria-describedby":u,...P,children:E})}},91045:function(y,m,n){"use strict";n.d(m,{A:function(){return c},S:function(){return f}});var r=n(32735);const f=(0,r.createContext)({disabled:!1,expanded:!1,id:"",size:"M",variant:"primary"}),c=()=>(0,r.useContext)(f)},61762:function(y,m,n){"use strict";n.d(m,{B:function(){return e}});var r=n(74512),f=n(16899),c=n(8471),_=n(83828),E=n(91045);const P=({expanded:t,disabled:o,variant:i})=>{let s="neutral100";return t?s="primary100":o?s="neutral150":i==="primary"&&(s="neutral0"),s};var j=n(87933),M=n(99140),C=n(7563),w=n(49372);const u=(0,c.ZP)(C.A)`
24
+ text-align: left;
25
+
26
+ // necessary to make the ellipsis prop work on the title
27
+ > span {
28
+ max-width: 100%;
29
+ }
30
+
31
+ svg {
32
+ width: ${14/16}rem;
33
+ height: ${14/16}rem;
34
+
35
+ path {
36
+ fill: ${({theme:t,expanded:o})=>o?t.colors.primary600:t.colors.neutral500};
37
+ }
38
+ }
39
+ `,a=(0,c.ZP)(j.k)`
40
+ min-height: ${({theme:t,size:o})=>t.sizes.accordions[o]};
41
+ border-radius: ${({theme:t,expanded:o})=>o?`${t.borderRadius} ${t.borderRadius} 0 0`:t.borderRadius};
42
+
43
+ &:hover {
44
+ svg {
45
+ path {
46
+ fill: ${({theme:t})=>t.colors.primary600};
47
+ }
48
+ }
49
+ }
50
+ `,e=({title:t,description:o,as:i="span",togglePosition:s="right",action:l,...p})=>{const{onToggle:h,toggle:v,expanded:d,id:g,size:x,variant:O,disabled:b}=(0,E.A)(),Z=`accordion-content-${g}`,D=`accordion-label-${g}`,R=`accordion-desc-${g}`,A=x==="M"?6:4,$=x==="M"?A:A-2,B=P({expanded:d,disabled:b,variant:O}),S={as:i,fontWeight:x==="S"?"bold":void 0,id:D,textColor:d?"primary600":"neutral700",ellipsis:!0,variant:x==="M"?"delta":void 0},T=d?"primary600":"neutral600",W=d?"primary200":"neutral200",L=x==="M"?`${32/16}rem`:`${24/16}rem`,I=()=>{b||(v&&!h?(console.warn('Deprecation warning: Usage of "toggle" prop in Accordion component is deprecated. This is discouraged and will be removed in the next major release. Please use "onToggle" instead'),v()):h&&h())},U=(0,r.jsx)(j.k,{justifyContent:"center",borderRadius:"50%",height:L,width:L,transform:d?"rotate(180deg)":void 0,"data-strapi-dropdown":!0,"aria-hidden":!0,as:"span",background:W,cursor:b?"not-allowed":"pointer",onClick:I,shrink:0,children:(0,r.jsx)(M.J,{as:f.Z,width:x==="M"?`${11/16}rem`:`${8/16}rem`,color:d?"primary600":"neutral600"})});return(0,r.jsx)(a,{paddingBottom:$,paddingLeft:A,paddingRight:A,paddingTop:$,background:B,expanded:d,size:x,justifyContent:"space-between",cursor:b?"not-allowed":"",children:(0,r.jsxs)(j.k,{gap:3,flex:1,maxWidth:"100%",children:[s==="left"&&U,(0,r.jsx)(u,{onClick:I,"aria-disabled":b,"aria-expanded":d,"aria-controls":Z,"aria-labelledby":D,"data-strapi-accordion-toggle":!0,expanded:d,type:"button",flex:1,minWidth:0,...p,children:(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(_.y,{...S,children:t}),o&&(0,r.jsx)(w.Z,{as:"p",id:R,textColor:T,children:o})]})}),s==="right"&&(0,r.jsxs)(j.k,{gap:3,children:[U,l]}),s==="left"&&l]})})}},47081:function(y,m,n){"use strict";n.d(m,{Z:function(){return c}});var r=n(74512);const f=_=>(0,r.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",..._,children:[(0,r.jsx)("path",{d:"M16.563 5.587a2.503 2.503 0 1 0 0-5.007 2.503 2.503 0 0 0 0 5.007Z",fill:"#212134"}),(0,r.jsx)("path",{d:"M18.487 3.083c-.012.788-.487 1.513-1.229 1.797a1.954 1.954 0 0 1-2.184-.574A1.943 1.943 0 0 1 14.9 2.11c.4-.684 1.2-1.066 1.981-.927a1.954 1.954 0 0 1 1.606 1.9c.011.748 1.17.748 1.158 0A3.138 3.138 0 0 0 17.565.17c-1.176-.423-2.567-.03-3.36.933-.83 1.002-.968 2.45-.284 3.575.678 1.124 1.993 1.674 3.273 1.431 1.432-.272 2.428-1.593 2.451-3.019.012-.753-1.147-.753-1.158-.006ZM16.563 14.372a2.503 2.503 0 1 0 0-5.007 2.503 2.503 0 0 0 0 5.007Z",fill:"#212134"}),(0,r.jsx)("path",{d:"M18.487 11.867c-.012.789-.487 1.513-1.229 1.797a1.954 1.954 0 0 1-2.184-.574 1.943 1.943 0 0 1-.174-2.196c.4-.684 1.2-1.066 1.981-.927.928.156 1.588.968 1.606 1.9.011.748 1.17.748 1.158 0a3.138 3.138 0 0 0-2.08-2.914c-1.176-.423-2.567-.029-3.36.933-.83 1.002-.968 2.45-.284 3.575.678 1.124 1.993 1.675 3.273 1.431 1.432-.272 2.428-1.593 2.451-3.019.012-.753-1.147-.753-1.158-.005ZM16.563 23.392a2.503 2.503 0 1 0 0-5.006 2.503 2.503 0 0 0 0 5.006Z",fill:"#212134"}),(0,r.jsx)("path",{d:"M18.487 20.89c-.012.787-.487 1.512-1.229 1.796a1.954 1.954 0 0 1-2.184-.574 1.943 1.943 0 0 1-.174-2.196c.4-.684 1.2-1.066 1.981-.927.928.156 1.588.967 1.606 1.9.011.748 1.17.748 1.158 0a3.138 3.138 0 0 0-2.08-2.914c-1.176-.423-2.567-.03-3.36.933-.83 1.002-.968 2.45-.284 3.575.678 1.124 1.993 1.674 3.273 1.431 1.432-.272 2.428-1.593 2.451-3.019.012-.753-1.147-.753-1.158-.006ZM7.378 5.622a2.503 2.503 0 1 0 0-5.007 2.503 2.503 0 0 0 0 5.007Z",fill:"#212134"}),(0,r.jsx)("path",{d:"M9.302 3.119c-.011.788-.486 1.512-1.228 1.796a1.954 1.954 0 0 1-2.185-.574 1.943 1.943 0 0 1-.173-2.196c.4-.684 1.199-1.066 1.981-.927a1.943 1.943 0 0 1 1.605 1.9c.012.748 1.17.748 1.16 0A3.138 3.138 0 0 0 8.38.205c-1.176-.423-2.567-.029-3.36.933-.83 1.002-.968 2.45-.285 3.575.678 1.124 1.994 1.675 3.274 1.431 1.431-.272 2.428-1.593 2.451-3.019.012-.753-1.147-.753-1.159-.005ZM7.378 14.406a2.503 2.503 0 1 0 0-5.006 2.503 2.503 0 0 0 0 5.006Z",fill:"#212134"}),(0,r.jsx)("path",{d:"M9.302 11.902c-.011.788-.486 1.513-1.228 1.797a1.954 1.954 0 0 1-2.185-.574 1.943 1.943 0 0 1-.173-2.196c.4-.684 1.199-1.066 1.981-.927a1.943 1.943 0 0 1 1.605 1.9c.012.748 1.17.748 1.16 0A3.138 3.138 0 0 0 8.38 8.988c-1.176-.423-2.567-.03-3.36.933-.83 1.002-.968 2.45-.285 3.575.678 1.124 1.994 1.674 3.274 1.431 1.431-.272 2.428-1.593 2.451-3.019.012-.753-1.147-.753-1.159-.006ZM7.378 23.427a2.503 2.503 0 1 0 0-5.007 2.503 2.503 0 0 0 0 5.007Z",fill:"#212134"}),(0,r.jsx)("path",{d:"M9.302 20.924c-.011.788-.486 1.513-1.228 1.797a1.954 1.954 0 0 1-2.185-.574 1.943 1.943 0 0 1-.173-2.196c.4-.684 1.199-1.066 1.981-.927.933.156 1.594.967 1.605 1.9.012.748 1.17.748 1.16 0A3.139 3.139 0 0 0 8.38 18.01c-1.176-.423-2.567-.03-3.36.933-.83 1.002-.968 2.45-.285 3.569.678 1.124 1.994 1.675 3.274 1.431 1.431-.272 2.428-1.593 2.451-3.019.012-.747-1.147-.747-1.159 0Z",fill:"#212134"})]}),c=f},86308:function(y,m,n){"use strict";n.d(m,{Z:function(){return c}});var r=n(74512);const f=_=>(0,r.jsxs)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",..._,children:[(0,r.jsx)("circle",{cx:12,cy:12,r:12,fill:"#212134"}),(0,r.jsx)("path",{d:"M17 12.569c0 .124-.1.224-.225.224h-3.981v3.982c0 .124-.101.225-.226.225h-1.136a.225.225 0 0 1-.226-.225v-3.981H7.226A.225.225 0 0 1 7 12.567v-1.136c0-.125.1-.226.225-.226h3.982V7.226c0-.124.1-.225.224-.225h1.138c.124 0 .224.1.224.225v3.982h3.982c.124 0 .225.1.225.224v1.138Z",fill:"#F6F6F9"})]}),c=f}}]);
@@ -1,34 +1,34 @@
1
- (self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[7725],{26322:function(V,I,o){"use strict";o.d(I,{ZP:function(){return Qt}});var i=o(31191),u="3.3.6";function w(e,t){return new Promise(function(n){return setTimeout(n,e,t)})}function g(e,t){t===void 0&&(t=1/0);var n=window.requestIdleCallback;return n?new Promise(function(f){return n.call(window,function(){return f()},{timeout:t})}):w(Math.min(e,t))}function E(e){return e&&typeof e.then=="function"}function A(e,t){try{var n=e();E(n)?n.then(function(f){return t(!0,f)},function(f){return t(!1,f)}):t(!0,n)}catch(f){t(!1,f)}}function x(e,t,n){return n===void 0&&(n=16),(0,i.mG)(this,void 0,void 0,function(){var f,d,m;return(0,i.Jh)(this,function(l){switch(l.label){case 0:f=Date.now(),d=0,l.label=1;case 1:return d<e.length?(t(e[d],d),m=Date.now(),m>=f+n?(f=m,[4,w(0)]):[3,3]):[3,4];case 2:l.sent(),l.label=3;case 3:return++d,[3,1];case 4:return[2]}})})}function j(e){e.then(void 0,function(){})}function W(e,t){e=[e[0]>>>16,e[0]&65535,e[1]>>>16,e[1]&65535],t=[t[0]>>>16,t[0]&65535,t[1]>>>16,t[1]&65535];var n=[0,0,0,0];return n[3]+=e[3]+t[3],n[2]+=n[3]>>>16,n[3]&=65535,n[2]+=e[2]+t[2],n[1]+=n[2]>>>16,n[2]&=65535,n[1]+=e[1]+t[1],n[0]+=n[1]>>>16,n[1]&=65535,n[0]+=e[0]+t[0],n[0]&=65535,[n[0]<<16|n[1],n[2]<<16|n[3]]}function k(e,t){e=[e[0]>>>16,e[0]&65535,e[1]>>>16,e[1]&65535],t=[t[0]>>>16,t[0]&65535,t[1]>>>16,t[1]&65535];var n=[0,0,0,0];return n[3]+=e[3]*t[3],n[2]+=n[3]>>>16,n[3]&=65535,n[2]+=e[2]*t[3],n[1]+=n[2]>>>16,n[2]&=65535,n[2]+=e[3]*t[2],n[1]+=n[2]>>>16,n[2]&=65535,n[1]+=e[1]*t[3],n[0]+=n[1]>>>16,n[1]&=65535,n[1]+=e[2]*t[2],n[0]+=n[1]>>>16,n[1]&=65535,n[1]+=e[3]*t[1],n[0]+=n[1]>>>16,n[1]&=65535,n[0]+=e[0]*t[3]+e[1]*t[2]+e[2]*t[1]+e[3]*t[0],n[0]&=65535,[n[0]<<16|n[1],n[2]<<16|n[3]]}function B(e,t){return t%=64,t===32?[e[1],e[0]]:t<32?[e[0]<<t|e[1]>>>32-t,e[1]<<t|e[0]>>>32-t]:(t-=32,[e[1]<<t|e[0]>>>32-t,e[0]<<t|e[1]>>>32-t])}function D(e,t){return t%=64,t===0?e:t<32?[e[0]<<t|e[1]>>>32-t,e[1]<<t]:[e[1]<<t-32,0]}function O(e,t){return[e[0]^t[0],e[1]^t[1]]}function X(e){return e=O(e,[0,e[0]>>>1]),e=k(e,[4283543511,3981806797]),e=O(e,[0,e[0]>>>1]),e=k(e,[3301882366,444984403]),e=O(e,[0,e[0]>>>1]),e}function J(e,t){e=e||"",t=t||0;var n=e.length%16,f=e.length-n,d=[0,t],m=[0,t],l=[0,0],y=[0,0],T=[2277735313,289559509],Y=[1291169091,658871167],M;for(M=0;M<f;M=M+16)l=[e.charCodeAt(M+4)&255|(e.charCodeAt(M+5)&255)<<8|(e.charCodeAt(M+6)&255)<<16|(e.charCodeAt(M+7)&255)<<24,e.charCodeAt(M)&255|(e.charCodeAt(M+1)&255)<<8|(e.charCodeAt(M+2)&255)<<16|(e.charCodeAt(M+3)&255)<<24],y=[e.charCodeAt(M+12)&255|(e.charCodeAt(M+13)&255)<<8|(e.charCodeAt(M+14)&255)<<16|(e.charCodeAt(M+15)&255)<<24,e.charCodeAt(M+8)&255|(e.charCodeAt(M+9)&255)<<8|(e.charCodeAt(M+10)&255)<<16|(e.charCodeAt(M+11)&255)<<24],l=k(l,T),l=B(l,31),l=k(l,Y),d=O(d,l),d=B(d,27),d=W(d,m),d=W(k(d,[0,5]),[0,1390208809]),y=k(y,Y),y=B(y,33),y=k(y,T),m=O(m,y),m=B(m,31),m=W(m,d),m=W(k(m,[0,5]),[0,944331445]);switch(l=[0,0],y=[0,0],n){case 15:y=O(y,D([0,e.charCodeAt(M+14)],48));case 14:y=O(y,D([0,e.charCodeAt(M+13)],40));case 13:y=O(y,D([0,e.charCodeAt(M+12)],32));case 12:y=O(y,D([0,e.charCodeAt(M+11)],24));case 11:y=O(y,D([0,e.charCodeAt(M+10)],16));case 10:y=O(y,D([0,e.charCodeAt(M+9)],8));case 9:y=O(y,[0,e.charCodeAt(M+8)]),y=k(y,Y),y=B(y,33),y=k(y,T),m=O(m,y);case 8:l=O(l,D([0,e.charCodeAt(M+7)],56));case 7:l=O(l,D([0,e.charCodeAt(M+6)],48));case 6:l=O(l,D([0,e.charCodeAt(M+5)],40));case 5:l=O(l,D([0,e.charCodeAt(M+4)],32));case 4:l=O(l,D([0,e.charCodeAt(M+3)],24));case 3:l=O(l,D([0,e.charCodeAt(M+2)],16));case 2:l=O(l,D([0,e.charCodeAt(M+1)],8));case 1:l=O(l,[0,e.charCodeAt(M)]),l=k(l,T),l=B(l,31),l=k(l,Y),d=O(d,l)}return d=O(d,[0,e.length]),m=O(m,[0,e.length]),d=W(d,m),m=W(m,d),d=X(d),m=X(m),d=W(d,m),m=W(m,d),("00000000"+(d[0]>>>0).toString(16)).slice(-8)+("00000000"+(d[1]>>>0).toString(16)).slice(-8)+("00000000"+(m[0]>>>0).toString(16)).slice(-8)+("00000000"+(m[1]>>>0).toString(16)).slice(-8)}function Z(e){var t;return(0,i.pi)({name:e.name,message:e.message,stack:(t=e.stack)===null||t===void 0?void 0:t.split(`
2
- `)},e)}function b(e,t){for(var n=0,f=e.length;n<f;++n)if(e[n]===t)return!0;return!1}function c(e,t){return!b(e,t)}function r(e){return parseInt(e)}function a(e){return parseFloat(e)}function s(e,t){return typeof e=="number"&&isNaN(e)?t:e}function C(e){return e.reduce(function(t,n){return t+(n?1:0)},0)}function L(e,t){if(t===void 0&&(t=1),Math.abs(t)>=1)return Math.round(e/t)*t;var n=1/t;return Math.round(e*n)/n}function G(e){for(var t,n,f="Unexpected syntax '"+e+"'",d=/^\s*([a-z-]*)(.*)$/i.exec(e),m=d[1]||void 0,l={},y=/([.:#][\w-]+|\[.+?\])/gi,T=function(z,te){l[z]=l[z]||[],l[z].push(te)};;){var Y=y.exec(d[2]);if(!Y)break;var M=Y[0];switch(M[0]){case".":T("class",M.slice(1));break;case"#":T("id",M.slice(1));break;case"[":{var H=/^\[([\w-]+)([~|^$*]?=("(.*?)"|([\w-]+)))?(\s+[is])?\]$/.exec(M);if(H)T(H[1],(n=(t=H[4])!==null&&t!==void 0?t:H[5])!==null&&n!==void 0?n:"");else throw new Error(f);break}default:throw new Error(f)}}return[m,l]}function ae(e){return e&&typeof e=="object"&&"message"in e?e:{message:e}}function re(e){return typeof e!="function"}function ie(e,t){var n=new Promise(function(f){var d=Date.now();A(e.bind(null,t),function(){for(var m=[],l=0;l<arguments.length;l++)m[l]=arguments[l];var y=Date.now()-d;if(!m[0])return f(function(){return{error:ae(m[1]),duration:y}});var T=m[1];if(re(T))return f(function(){return{value:T,duration:y}});f(function(){return new Promise(function(Y){var M=Date.now();A(T,function(){for(var H=[],z=0;z<arguments.length;z++)H[z]=arguments[z];var te=y+Date.now()-M;if(!H[0])return Y({error:ae(H[1]),duration:te});Y({value:H[1],duration:te})})})})})});return j(n),function(){return n.then(function(d){return d()})}}function oe(e,t,n){var f=Object.keys(e).filter(function(m){return c(n,m)}),d=Array(f.length);return x(f,function(m,l){d[l]=ie(e[m],t)}),function(){return(0,i.mG)(this,void 0,void 0,function(){var l,y,T,Y,M,H,z;return(0,i.Jh)(this,function(te){switch(te.label){case 0:for(l={},y=0,T=f;y<T.length;y++)Y=T[y],l[Y]=void 0;M=Array(f.length),H=function(){var _;return(0,i.Jh)(this,function(ne){switch(ne.label){case 0:return _=!0,[4,x(f,function(ee,$){if(!M[$])if(d[$]){var ve=d[$]().then(function(Le){return l[ee]=Le});j(ve),M[$]=ve}else _=!1})];case 1:return ne.sent(),_?[2,"break"]:[4,w(1)];case 2:return ne.sent(),[2]}})},te.label=1;case 1:return[5,H()];case 2:if(z=te.sent(),z==="break")return[3,4];te.label=3;case 3:return[3,1];case 4:return[4,Promise.all(M)];case 5:return te.sent(),[2,l]}})})}}function ye(e,t){var n=function(f){return re(f)?t(f):function(){var d=f();return E(d)?d.then(t):t(d)}};return function(f){var d=e(f);return E(d)?d.then(n):n(d)}}function pe(){var e=window,t=navigator;return C(["MSCSSMatrix"in e,"msSetImmediate"in e,"msIndexedDB"in e,"msMaxTouchPoints"in t,"msPointerEnabled"in t])>=4}function de(){var e=window,t=navigator;return C(["msWriteProfilerMark"in e,"MSStream"in e,"msLaunchUri"in t,"msSaveBlob"in t])>=3&&!pe()}function se(){var e=window,t=navigator;return C(["webkitPersistentStorage"in t,"webkitTemporaryStorage"in t,t.vendor.indexOf("Google")===0,"webkitResolveLocalFileSystemURL"in e,"BatteryManager"in e,"webkitMediaStream"in e,"webkitSpeechGrammar"in e])>=5}function be(){var e=window,t=navigator;return C(["ApplePayError"in e,"CSSPrimitiveValue"in e,"Counter"in e,t.vendor.indexOf("Apple")===0,"getStorageUpdates"in t,"WebKitMediaKeys"in e])>=4}function Se(){var e=window;return C(["safari"in e,!("DeviceMotionEvent"in e),!("ongestureend"in e),!("standalone"in navigator)])>=3}function Me(){var e,t,n=window;return C(["buildID"in navigator,"MozAppearance"in((t=(e=document.documentElement)===null||e===void 0?void 0:e.style)!==null&&t!==void 0?t:{}),"onmozfullscreenchange"in n,"mozInnerScreenX"in n,"CSSMozDocumentRule"in n,"CanvasCaptureMediaStream"in n])>=4}function We(){var e=window;return C([!("MediaSettingsRange"in e),"RTCEncodedAudioFrame"in e,""+e.Intl=="[object Intl]",""+e.Reflect=="[object Reflect]"])>=3}function ke(){var e=window;return C(["DOMRectList"in e,"RTCPeerConnectionIceEvent"in e,"SVGGeometryElement"in e,"ontransitioncancel"in e])>=3}function je(){if(navigator.platform==="iPad")return!0;var e=screen,t=e.width/e.height;return C(["MediaSource"in window,!!Element.prototype.webkitRequestFullscreen,t>.65&&t<1.53])>=2}function Ge(){var e=document;return e.fullscreenElement||e.msFullscreenElement||e.mozFullScreenElement||e.webkitFullscreenElement||null}function Xe(){var e=document;return(e.exitFullscreen||e.msExitFullscreen||e.mozCancelFullScreen||e.webkitExitFullscreen).call(e)}function Ee(){var e=se(),t=Me();if(!e&&!t)return!1;var n=window;return C(["onorientationchange"in n,"orientation"in n,e&&!("SharedWorker"in n),t&&/android/i.test(navigator.appVersion)])>=2}function Re(){var e=window,t=e.OfflineAudioContext||e.webkitOfflineAudioContext;if(!t)return-2;if(Te())return-1;var n=4500,f=5e3,d=new t(1,f,44100),m=d.createOscillator();m.type="triangle",m.frequency.value=1e4;var l=d.createDynamicsCompressor();l.threshold.value=-50,l.knee.value=40,l.ratio.value=12,l.attack.value=0,l.release.value=.25,m.connect(l),l.connect(d.destination),m.start(0);var y=Ae(d),T=y[0],Y=y[1],M=T.then(function(H){return Oe(H.getChannelData(0).subarray(n))},function(H){if(H.name==="timeout"||H.name==="suspended")return-3;throw H});return j(M),function(){return Y(),M}}function Te(){return be()&&!Se()&&!ke()}function Ae(e){var t=3,n=500,f=500,d=5e3,m=function(){},l=new Promise(function(y,T){var Y=!1,M=0,H=0;e.oncomplete=function(_){return y(_.renderedBuffer)};var z=function(){setTimeout(function(){return T(De("timeout"))},Math.min(f,H+d-Date.now()))},te=function(){try{switch(e.startRendering(),e.state){case"running":H=Date.now(),Y&&z();break;case"suspended":document.hidden||M++,Y&&M>=t?T(De("suspended")):setTimeout(te,n);break}}catch(_){T(_)}};te(),m=function(){Y||(Y=!0,H>0&&z())}});return[l,m]}function Oe(e){for(var t=0,n=0;n<e.length;++n)t+=Math.abs(e[n]);return t}function De(e){var t=new Error(e);return t.name=e,t}function Ze(e,t,n){var f,d,m;return n===void 0&&(n=50),(0,i.mG)(this,void 0,void 0,function(){var l,y;return(0,i.Jh)(this,function(T){switch(T.label){case 0:l=document,T.label=1;case 1:return l.body?[3,3]:[4,w(n)];case 2:return T.sent(),[3,1];case 3:y=l.createElement("iframe"),T.label=4;case 4:return T.trys.push([4,,10,11]),[4,new Promise(function(Y,M){var H=!1,z=function(){H=!0,Y()},te=function(ee){H=!0,M(ee)};y.onload=z,y.onerror=te;var _=y.style;_.setProperty("display","block","important"),_.position="absolute",_.top="0",_.left="0",_.visibility="hidden",t&&"srcdoc"in y?y.srcdoc=t:y.src="about:blank",l.body.appendChild(y);var ne=function(){var ee,$;H||((($=(ee=y.contentWindow)===null||ee===void 0?void 0:ee.document)===null||$===void 0?void 0:$.readyState)==="complete"?z():setTimeout(ne,10))};ne()})];case 5:T.sent(),T.label=6;case 6:return!((d=(f=y.contentWindow)===null||f===void 0?void 0:f.document)===null||d===void 0)&&d.body?[3,8]:[4,w(n)];case 7:return T.sent(),[3,6];case 8:return[4,e(y,y.contentWindow)];case 9:return[2,T.sent()];case 10:return(m=y.parentNode)===null||m===void 0||m.removeChild(y),[7];case 11:return[2]}})})}function h(e){for(var t=G(e),n=t[0],f=t[1],d=document.createElement(n??"div"),m=0,l=Object.keys(f);m<l.length;m++){var y=l[m],T=f[y].join(" ");y==="style"?R(d.style,T):d.setAttribute(y,T)}return d}function R(e,t){for(var n=0,f=t.split(";");n<f.length;n++){var d=f[n],m=/^\s*([\w-]+)\s*:\s*(.+?)(\s*!([\w-]+))?\s*$/.exec(d);if(m){var l=m[1],y=m[2],T=m[4];e.setProperty(l,y,T||"")}}}var p="mmMwWLliI0O&1",v="48px",F=["monospace","sans-serif","serif"],S=["sans-serif-thin","ARNO PRO","Agency FB","Arabic Typesetting","Arial Unicode MS","AvantGarde Bk BT","BankGothic Md BT","Batang","Bitstream Vera Sans Mono","Calibri","Century","Century Gothic","Clarendon","EUROSTILE","Franklin Gothic","Futura Bk BT","Futura Md BT","GOTHAM","Gill Sans","HELV","Haettenschweiler","Helvetica Neue","Humanst521 BT","Leelawadee","Letter Gothic","Levenim MT","Lucida Bright","Lucida Sans","Menlo","MS Mincho","MS Outlook","MS Reference Specialty","MS UI Gothic","MT Extra","MYRIAD PRO","Marlett","Meiryo UI","Microsoft Uighur","Minion Pro","Monotype Corsiva","PMingLiU","Pristina","SCRIPTINA","Segoe UI Light","Serifa","SimHei","Small Fonts","Staccato222 BT","TRAJAN PRO","Univers CE 55 Medium","Vrinda","ZWAdobeF"];function P(){return Ze(function(e,t){var n=t.document,f=n.body;f.style.fontSize=v;var d=n.createElement("div"),m={},l={},y=function(ne){var ee=n.createElement("span"),$=ee.style;return $.position="absolute",$.top="0",$.left="0",$.fontFamily=ne,ee.textContent=p,d.appendChild(ee),ee},T=function(ne,ee){return y("'"+ne+"',"+ee)},Y=function(){return F.map(y)},M=function(){for(var ne={},ee=function(Ve){ne[Ve]=F.map(function(Je){return T(Ve,Je)})},$=0,ve=S;$<ve.length;$++){var Le=ve[$];ee(Le)}return ne},H=function(ne){return F.some(function(ee,$){return ne[$].offsetWidth!==m[ee]||ne[$].offsetHeight!==l[ee]})},z=Y(),te=M();f.appendChild(d);for(var _=0;_<F.length;_++)m[F[_]]=z[_].offsetWidth,l[F[_]]=z[_].offsetHeight;return S.filter(function(ne){return H(te[ne])})})}function N(){var e=navigator.plugins;if(e){for(var t=[],n=0;n<e.length;++n){var f=e[n];if(f){for(var d=[],m=0;m<f.length;++m){var l=f[m];d.push({type:l.type,suffixes:l.suffixes})}t.push({name:f.name,description:f.description,mimeTypes:d})}}return t}}function U(){var e=!1,t,n,f=le(),d=f[0],m=f[1];if(!K(d,m))t=n="";else{e=he(m),ge(d,m);var l=Ce(d),y=Ce(d);l!==y?t=n="unstable":(n=l,Pe(d,m),t=Ce(d))}return{winding:e,geometry:t,text:n}}function le(){var e=document.createElement("canvas");return e.width=1,e.height=1,[e,e.getContext("2d")]}function K(e,t){return!!(t&&e.toDataURL)}function he(e){return e.rect(0,0,10,10),e.rect(2,2,6,6),!e.isPointInPath(5,5,"evenodd")}function ge(e,t){e.width=240,e.height=60,t.textBaseline="alphabetic",t.fillStyle="#f60",t.fillRect(100,1,62,20),t.fillStyle="#069",t.font='11pt "Times New Roman"';var n="Cwm fjordbank gly "+String.fromCharCode(55357,56835);t.fillText(n,2,15),t.fillStyle="rgba(102, 204, 0, 0.2)",t.font="18pt Arial",t.fillText(n,4,45)}function Pe(e,t){e.width=122,e.height=110,t.globalCompositeOperation="multiply";for(var n=0,f=[["#f2f",40,40],["#2ff",80,40],["#ff2",60,80]];n<f.length;n++){var d=f[n],m=d[0],l=d[1],y=d[2];t.fillStyle=m,t.beginPath(),t.arc(l,y,40,0,Math.PI*2,!0),t.closePath(),t.fill()}t.fillStyle="#f9c",t.arc(60,60,60,0,Math.PI*2,!0),t.arc(60,60,20,0,Math.PI*2,!0),t.fill("evenodd")}function Ce(e){return e.toDataURL()}function fe(){var e=navigator,t=0,n;e.maxTouchPoints!==void 0?t=r(e.maxTouchPoints):e.msMaxTouchPoints!==void 0&&(t=e.msMaxTouchPoints);try{document.createEvent("TouchEvent"),n=!0}catch{n=!1}var f="ontouchstart"in window;return{maxTouchPoints:t,touchEvent:n,touchStart:f}}function me(){return navigator.oscpu}function ue(){var e=navigator,t=[],n=e.language||e.userLanguage||e.browserLanguage||e.systemLanguage;if(n!==void 0&&t.push([n]),Array.isArray(e.languages))se()&&We()||t.push(e.languages);else if(typeof e.languages=="string"){var f=e.languages;f&&t.push(f.split(","))}return t}function xe(){return window.screen.colorDepth}function we(){return s(a(navigator.deviceMemory),void 0)}function et(){var e=screen,t=function(f){return s(r(f),null)},n=[t(e.width),t(e.height)];return n.sort().reverse(),n}var tt=2500,nt=10,Ie,Be;function rt(){if(Be===void 0){var e=function(){var t=Ne();Ye(t)?Be=setTimeout(e,tt):(Ie=t,Be=void 0)};e()}}function at(){var e=this;return rt(),function(){return(0,i.mG)(e,void 0,void 0,function(){var t;return(0,i.Jh)(this,function(n){switch(n.label){case 0:return t=Ne(),Ye(t)?Ie?[2,(0,i.pr)(Ie)]:Ge()?[4,Xe()]:[3,2]:[3,2];case 1:n.sent(),t=Ne(),n.label=2;case 2:return Ye(t)||(Ie=t),[2,t]}})})}}function it(){var e=this,t=at();return function(){return(0,i.mG)(e,void 0,void 0,function(){var n,f;return(0,i.Jh)(this,function(d){switch(d.label){case 0:return[4,t()];case 1:return n=d.sent(),f=function(m){return m===null?null:L(m,nt)},[2,[f(n[0]),f(n[1]),f(n[2]),f(n[3])]]}})})}}function Ne(){var e=screen;return[s(a(e.availTop),null),s(a(e.width)-a(e.availWidth)-s(a(e.availLeft),0),null),s(a(e.height)-a(e.availHeight)-s(a(e.availTop),0),null),s(a(e.availLeft),null)]}function Ye(e){for(var t=0;t<4;++t)if(e[t])return!1;return!0}function ot(){return s(r(navigator.hardwareConcurrency),void 0)}function st(){var e,t=(e=window.Intl)===null||e===void 0?void 0:e.DateTimeFormat;if(t){var n=new t().resolvedOptions().timeZone;if(n)return n}var f=-ut();return"UTC"+(f>=0?"+":"")+Math.abs(f)}function ut(){var e=new Date().getFullYear();return Math.max(a(new Date(e,0,1).getTimezoneOffset()),a(new Date(e,6,1).getTimezoneOffset()))}function ct(){try{return!!window.sessionStorage}catch{return!0}}function lt(){try{return!!window.localStorage}catch{return!0}}function ft(){if(!(pe()||de()))try{return!!window.indexedDB}catch{return!0}}function dt(){return!!window.openDatabase}function ht(){return navigator.cpuClass}function mt(){var e=navigator.platform;return e==="MacIntel"&&be()&&!Se()?je()?"iPad":"iPhone":e}function vt(){return navigator.vendor||""}function pt(){for(var e=[],t=0,n=["chrome","safari","__crWeb","__gCrWeb","yandex","__yb","__ybro","__firefox__","__edgeTrackingPreventionStatistics","webkit","oprt","samsungAr","ucweb","UCShellJava","puffinDevice"];t<n.length;t++){var f=n[t],d=window[f];d&&typeof d=="object"&&e.push(f)}return e.sort()}function gt(){var e=document;try{e.cookie="cookietest=1; SameSite=Strict;";var t=e.cookie.indexOf("cookietest=")!==-1;return e.cookie="cookietest=1; SameSite=Strict; expires=Thu, 01-Jan-1970 00:00:01 GMT",t}catch{return!1}}function yt(){var e=atob;return{abpIndo:["#Iklan-Melayang","#Kolom-Iklan-728","#SidebarIklan-wrapper",e("YVt0aXRsZT0iN25hZ2EgcG9rZXIiIGld"),'[title="ALIENBOLA" i]'],abpvn:["#quangcaomb",e("Lmlvc0Fkc2lvc0Fkcy1sYXlvdXQ="),".quangcao",e("W2hyZWZePSJodHRwczovL3I4OC52bi8iXQ=="),e("W2hyZWZePSJodHRwczovL3piZXQudm4vIl0=")],adBlockFinland:[".mainostila",e("LnNwb25zb3JpdA=="),".ylamainos",e("YVtocmVmKj0iL2NsaWNrdGhyZ2guYXNwPyJd"),e("YVtocmVmXj0iaHR0cHM6Ly9hcHAucmVhZHBlYWsuY29tL2FkcyJd")],adBlockPersian:["#navbar_notice_50",".kadr",'TABLE[width="140px"]',"#divAgahi",e("I2FkMl9pbmxpbmU=")],adBlockWarningRemoval:["#adblock-honeypot",".adblocker-root",".wp_adblock_detect",e("LmhlYWRlci1ibG9ja2VkLWFk"),e("I2FkX2Jsb2NrZXI=")],adGuardAnnoyances:['amp-embed[type="zen"]',".hs-sosyal","#cookieconsentdiv",'div[class^="app_gdpr"]',".as-oil"],adGuardBase:[".BetterJsPopOverlay",e("I2FkXzMwMFgyNTA="),e("I2Jhbm5lcmZsb2F0MjI="),e("I2FkLWJhbm5lcg=="),e("I2NhbXBhaWduLWJhbm5lcg==")],adGuardChinese:[e("LlppX2FkX2FfSA=="),e("YVtocmVmKj0iL29kMDA1LmNvbSJd"),e("YVtocmVmKj0iLmh0aGJldDM0LmNvbSJd"),".qq_nr_lad","#widget-quan"],adGuardFrench:[e("I2Jsb2NrLXZpZXdzLWFkcy1zaWRlYmFyLWJsb2NrLWJsb2Nr"),"#pavePub",e("LmFkLWRlc2t0b3AtcmVjdGFuZ2xl"),".mobile_adhesion",".widgetadv"],adGuardGerman:[e("LmJhbm5lcml0ZW13ZXJidW5nX2hlYWRfMQ=="),e("LmJveHN0YXJ0d2VyYnVuZw=="),e("LndlcmJ1bmcz"),e("YVtocmVmXj0iaHR0cDovL3d3dy5laXMuZGUvaW5kZXgucGh0bWw/cmVmaWQ9Il0="),e("YVtocmVmXj0iaHR0cHM6Ly93d3cudGlwaWNvLmNvbS8/YWZmaWxpYXRlSWQ9Il0=")],adGuardJapanese:["#kauli_yad_1",e("YVtocmVmXj0iaHR0cDovL2FkMi50cmFmZmljZ2F0ZS5uZXQvIl0="),e("Ll9wb3BJbl9pbmZpbml0ZV9hZA=="),e("LmFkZ29vZ2xl"),e("LmFkX3JlZ3VsYXIz")],adGuardMobile:[e("YW1wLWF1dG8tYWRz"),e("LmFtcF9hZA=="),'amp-embed[type="24smi"]',"#mgid_iframe1",e("I2FkX2ludmlld19hcmVh")],adGuardRussian:[e("YVtocmVmXj0iaHR0cHM6Ly9hZC5sZXRtZWFkcy5jb20vIl0="),e("LnJlY2xhbWE="),'div[id^="smi2adblock"]',e("ZGl2W2lkXj0iQWRGb3hfYmFubmVyXyJd"),e("I2FkX3NxdWFyZQ==")],adGuardSocial:[e("YVtocmVmXj0iLy93d3cuc3R1bWJsZXVwb24uY29tL3N1Ym1pdD91cmw9Il0="),e("YVtocmVmXj0iLy90ZWxlZ3JhbS5tZS9zaGFyZS91cmw/Il0="),".etsy-tweet","#inlineShare",".popup-social"],adGuardSpanishPortuguese:["#barraPublicidade","#Publicidade","#publiEspecial","#queTooltip",e("W2hyZWZePSJodHRwOi8vYWRzLmdsaXNwYS5jb20vIl0=")],adGuardTrackingProtection:["#qoo-counter",e("YVtocmVmXj0iaHR0cDovL2NsaWNrLmhvdGxvZy5ydS8iXQ=="),e("YVtocmVmXj0iaHR0cDovL2hpdGNvdW50ZXIucnUvdG9wL3N0YXQucGhwIl0="),e("YVtocmVmXj0iaHR0cDovL3RvcC5tYWlsLnJ1L2p1bXAiXQ=="),"#top100counter"],adGuardTurkish:["#backkapat",e("I3Jla2xhbWk="),e("YVtocmVmXj0iaHR0cDovL2Fkc2Vydi5vbnRlay5jb20udHIvIl0="),e("YVtocmVmXj0iaHR0cDovL2l6bGVuemkuY29tL2NhbXBhaWduLyJd"),e("YVtocmVmXj0iaHR0cDovL3d3dy5pbnN0YWxsYWRzLm5ldC8iXQ==")],bulgarian:[e("dGQjZnJlZW5ldF90YWJsZV9hZHM="),"#ea_intext_div",".lapni-pop-over","#xenium_hot_offers",e("I25ld0Fk")],easyList:[e("I0FEX0NPTlRST0xfMjg="),e("LnNlY29uZC1wb3N0LWFkcy13cmFwcGVy"),".universalboxADVBOX03",e("LmFkdmVydGlzZW1lbnQtNzI4eDkw"),e("LnNxdWFyZV9hZHM=")],easyListChina:[e("YVtocmVmKj0iLndlbnNpeHVldGFuZy5jb20vIl0="),e("LmFwcGd1aWRlLXdyYXBbb25jbGljayo9ImJjZWJvcy5jb20iXQ=="),e("LmZyb250cGFnZUFkdk0="),"#taotaole","#aafoot.top_box"],easyListCookie:["#AdaCompliance.app-notice",".text-center.rgpd",".panel--cookie",".js-cookies-andromeda",".elxtr-consent"],easyListCzechSlovak:["#onlajny-stickers",e("I3Jla2xhbW5pLWJveA=="),e("LnJla2xhbWEtbWVnYWJvYXJk"),".sklik",e("W2lkXj0ic2tsaWtSZWtsYW1hIl0=")],easyListDutch:[e("I2FkdmVydGVudGll"),e("I3ZpcEFkbWFya3RCYW5uZXJCbG9jaw=="),".adstekst",e("YVtocmVmXj0iaHR0cHM6Ly94bHR1YmUubmwvY2xpY2svIl0="),"#semilo-lrectangle"],easyListGermany:[e("I0FkX1dpbjJkYXk="),e("I3dlcmJ1bmdzYm94MzAw"),e("YVtocmVmXj0iaHR0cDovL3d3dy5yb3RsaWNodGthcnRlaS5jb20vP3NjPSJd"),e("I3dlcmJ1bmdfd2lkZXNreXNjcmFwZXJfc2NyZWVu"),e("YVtocmVmXj0iaHR0cDovL2xhbmRpbmcucGFya3BsYXR6a2FydGVpLmNvbS8/YWc9Il0=")],easyListItaly:[e("LmJveF9hZHZfYW5udW5jaQ=="),".sb-box-pubbliredazionale",e("YVtocmVmXj0iaHR0cDovL2FmZmlsaWF6aW9uaWFkcy5zbmFpLml0LyJd"),e("YVtocmVmXj0iaHR0cHM6Ly9hZHNlcnZlci5odG1sLml0LyJd"),e("YVtocmVmXj0iaHR0cHM6Ly9hZmZpbGlhemlvbmlhZHMuc25haS5pdC8iXQ==")],easyListLithuania:[e("LnJla2xhbW9zX3RhcnBhcw=="),e("LnJla2xhbW9zX251b3JvZG9z"),e("aW1nW2FsdD0iUmVrbGFtaW5pcyBza3lkZWxpcyJd"),e("aW1nW2FsdD0iRGVkaWt1b3RpLmx0IHNlcnZlcmlhaSJd"),e("aW1nW2FsdD0iSG9zdGluZ2FzIFNlcnZlcmlhaS5sdCJd")],estonian:[e("QVtocmVmKj0iaHR0cDovL3BheTRyZXN1bHRzMjQuZXUiXQ==")],fanboyAnnoyances:["#feedback-tab","#taboola-below-article",".feedburnerFeedBlock",".widget-feedburner-counter",'[title="Subscribe to our blog"]'],fanboyAntiFacebook:[".util-bar-module-firefly-visible"],fanboyEnhancedTrackers:[".open.pushModal","#issuem-leaky-paywall-articles-zero-remaining-nag","#sovrn_container",'div[class$="-hide"][zoompage-fontsize][style="display: block;"]',".BlockNag__Card"],fanboySocial:[".td-tags-and-social-wrapper-box",".twitterContainer",".youtube-social",'a[title^="Like us on Facebook"]','img[alt^="Share on Digg"]'],frellwitSwedish:[e("YVtocmVmKj0iY2FzaW5vcHJvLnNlIl1bdGFyZ2V0PSJfYmxhbmsiXQ=="),e("YVtocmVmKj0iZG9rdG9yLXNlLm9uZWxpbmsubWUiXQ=="),"article.category-samarbete",e("ZGl2LmhvbGlkQWRz"),"ul.adsmodern"],greekAdBlock:[e("QVtocmVmKj0iYWRtYW4ub3RlbmV0LmdyL2NsaWNrPyJd"),e("QVtocmVmKj0iaHR0cDovL2F4aWFiYW5uZXJzLmV4b2R1cy5nci8iXQ=="),e("QVtocmVmKj0iaHR0cDovL2ludGVyYWN0aXZlLmZvcnRobmV0LmdyL2NsaWNrPyJd"),"DIV.agores300","TABLE.advright"],hungarian:["#cemp_doboz",".optimonk-iframe-container",e("LmFkX19tYWlu"),e("W2NsYXNzKj0iR29vZ2xlQWRzIl0="),"#hirdetesek_box"],iDontCareAboutCookies:['.alert-info[data-block-track*="CookieNotice"]',".ModuleTemplateCookieIndicator",".o--cookies--container",".cookie-msg-info-container","#cookies-policy-sticky"],icelandicAbp:[e("QVtocmVmXj0iL2ZyYW1ld29yay9yZXNvdXJjZXMvZm9ybXMvYWRzLmFzcHgiXQ==")],latvian:[e("YVtocmVmPSJodHRwOi8vd3d3LnNhbGlkemluaS5sdi8iXVtzdHlsZT0iZGlzcGxheTogYmxvY2s7IHdpZHRoOiAxMjBweDsgaGVpZ2h0OiA0MHB4OyBvdmVyZmxvdzogaGlkZGVuOyBwb3NpdGlvbjogcmVsYXRpdmU7Il0="),e("YVtocmVmPSJodHRwOi8vd3d3LnNhbGlkemluaS5sdi8iXVtzdHlsZT0iZGlzcGxheTogYmxvY2s7IHdpZHRoOiA4OHB4OyBoZWlnaHQ6IDMxcHg7IG92ZXJmbG93OiBoaWRkZW47IHBvc2l0aW9uOiByZWxhdGl2ZTsiXQ==")],listKr:[e("YVtocmVmKj0iLy9hZC5wbGFuYnBsdXMuY28ua3IvIl0="),e("I2xpdmVyZUFkV3JhcHBlcg=="),e("YVtocmVmKj0iLy9hZHYuaW1hZHJlcC5jby5rci8iXQ=="),e("aW5zLmZhc3R2aWV3LWFk"),".revenue_unit_item.dable"],listeAr:[e("LmdlbWluaUxCMUFk"),".right-and-left-sponsers",e("YVtocmVmKj0iLmFmbGFtLmluZm8iXQ=="),e("YVtocmVmKj0iYm9vcmFxLm9yZyJd"),e("YVtocmVmKj0iZHViaXp6bGUuY29tL2FyLz91dG1fc291cmNlPSJd")],listeFr:[e("YVtocmVmXj0iaHR0cDovL3Byb21vLnZhZG9yLmNvbS8iXQ=="),e("I2FkY29udGFpbmVyX3JlY2hlcmNoZQ=="),e("YVtocmVmKj0id2Vib3JhbWEuZnIvZmNnaS1iaW4vIl0="),".site-pub-interstitiel",'div[id^="crt-"][data-criteo-id]'],officialPolish:["#ceneo-placeholder-ceneo-12",e("W2hyZWZePSJodHRwczovL2FmZi5zZW5kaHViLnBsLyJd"),e("YVtocmVmXj0iaHR0cDovL2Fkdm1hbmFnZXIudGVjaGZ1bi5wbC9yZWRpcmVjdC8iXQ=="),e("YVtocmVmXj0iaHR0cDovL3d3dy50cml6ZXIucGwvP3V0bV9zb3VyY2UiXQ=="),e("ZGl2I3NrYXBpZWNfYWQ=")],ro:[e("YVtocmVmXj0iLy9hZmZ0cmsuYWx0ZXgucm8vQ291bnRlci9DbGljayJd"),'a[href^="/magazin/"]',e("YVtocmVmXj0iaHR0cHM6Ly9ibGFja2ZyaWRheXNhbGVzLnJvL3Ryay9zaG9wLyJd"),e("YVtocmVmXj0iaHR0cHM6Ly9ldmVudC4ycGVyZm9ybWFudC5jb20vZXZlbnRzL2NsaWNrIl0="),e("YVtocmVmXj0iaHR0cHM6Ly9sLnByb2ZpdHNoYXJlLnJvLyJd")],ruAd:[e("YVtocmVmKj0iLy9mZWJyYXJlLnJ1LyJd"),e("YVtocmVmKj0iLy91dGltZy5ydS8iXQ=="),e("YVtocmVmKj0iOi8vY2hpa2lkaWtpLnJ1Il0="),"#pgeldiz",".yandex-rtb-block"],thaiAds:["a[href*=macau-uta-popup]",e("I2Fkcy1nb29nbGUtbWlkZGxlX3JlY3RhbmdsZS1ncm91cA=="),e("LmFkczMwMHM="),".bumq",".img-kosana"],webAnnoyancesUltralist:["#mod-social-share-2","#social-tools",e("LmN0cGwtZnVsbGJhbm5lcg=="),".zergnet-recommend",".yt.btn-link.btn-md.btn"]}}function bt(e){var t=(e===void 0?{}:e).debug;return(0,i.mG)(this,void 0,void 0,function(){var n,f,d,m,l,y;return(0,i.Jh)(this,function(T){switch(T.label){case 0:return xt()?(n=yt(),f=Object.keys(n),d=(y=[]).concat.apply(y,f.map(function(Y){return n[Y]})),[4,wt(d)]):[2,void 0];case 1:return m=T.sent(),t&&Ct(n,m),l=f.filter(function(Y){var M=n[Y],H=C(M.map(function(z){return m[z]}));return H>M.length*.6}),l.sort(),[2,l]}})})}function xt(){return be()||Ee()}function wt(e){var t;return(0,i.mG)(this,void 0,void 0,function(){var n,f,d,m,T,l,y,T;return(0,i.Jh)(this,function(Y){switch(Y.label){case 0:for(n=document,f=n.createElement("div"),d=new Array(e.length),m={},Qe(f),T=0;T<e.length;++T)l=h(e[T]),y=n.createElement("div"),Qe(y),y.appendChild(l),f.appendChild(y),d[T]=l;Y.label=1;case 1:return n.body?[3,3]:[4,w(50)];case 2:return Y.sent(),[3,1];case 3:n.body.appendChild(f);try{for(T=0;T<e.length;++T)d[T].offsetParent||(m[e[T]]=!0)}finally{(t=f.parentNode)===null||t===void 0||t.removeChild(f)}return[2,m]}})})}function Qe(e){e.style.setProperty("display","block","important")}function Ct(e,t){for(var n="DOM blockers debug:\n```",f=0,d=Object.keys(e);f<d.length;f++){var m=d[f];n+=`
3
- `+m+":";for(var l=0,y=e[m];l<y.length;l++){var T=y[l];n+=`
4
- `+(t[T]?"\u{1F6AB}":"\u27A1\uFE0F")+" "+T}}console.log(n+"\n```")}function Ft(){for(var e=0,t=["rec2020","p3","srgb"];e<t.length;e++){var n=t[e];if(matchMedia("(color-gamut: "+n+")").matches)return n}}function St(){if(ze("inverted"))return!0;if(ze("none"))return!1}function ze(e){return matchMedia("(inverted-colors: "+e+")").matches}function Rt(){if(Ue("active"))return!0;if(Ue("none"))return!1}function Ue(e){return matchMedia("(forced-colors: "+e+")").matches}var Lt=100;function Mt(){if(matchMedia("(min-monochrome: 0)").matches){for(var e=0;e<=Lt;++e)if(matchMedia("(max-monochrome: "+e+")").matches)return e;throw new Error("Too high value")}}function Et(){if(Fe("no-preference"))return 0;if(Fe("high")||Fe("more"))return 1;if(Fe("low")||Fe("less"))return-1;if(Fe("forced"))return 10}function Fe(e){return matchMedia("(prefers-contrast: "+e+")").matches}function Tt(){if(Ke("reduce"))return!0;if(Ke("no-preference"))return!1}function Ke(e){return matchMedia("(prefers-reduced-motion: "+e+")").matches}function At(){if($e("high"))return!0;if($e("standard"))return!1}function $e(e){return matchMedia("(dynamic-range: "+e+")").matches}var Q=Math,ce=function(){return 0};function Ot(){var e=Q.acos||ce,t=Q.acosh||ce,n=Q.asin||ce,f=Q.asinh||ce,d=Q.atanh||ce,m=Q.atan||ce,l=Q.sin||ce,y=Q.sinh||ce,T=Q.cos||ce,Y=Q.cosh||ce,M=Q.tan||ce,H=Q.tanh||ce,z=Q.exp||ce,te=Q.expm1||ce,_=Q.log1p||ce,ne=function(q){return Q.pow(Q.PI,q)},ee=function(q){return Q.log(q+Q.sqrt(q*q-1))},$=function(q){return Q.log(q+Q.sqrt(q*q+1))},ve=function(q){return Q.log((1+q)/(1-q))/2},Le=function(q){return Q.exp(q)-1/Q.exp(q)/2},Ve=function(q){return(Q.exp(q)+1/Q.exp(q))/2},Je=function(q){return Q.exp(q)-1},zt=function(q){return(Q.exp(2*q)-1)/(Q.exp(2*q)+1)},Ut=function(q){return Q.log(1+q)};return{acos:e(.12312423423423424),acosh:t(1e308),acoshPf:ee(1e154),asin:n(.12312423423423424),asinh:f(1),asinhPf:$(1),atanh:d(.5),atanhPf:ve(.5),atan:m(.5),sin:l(-1e300),sinh:y(1),sinhPf:Le(1),cos:T(10.000000000123),cosh:Y(1),coshPf:Ve(1),tan:M(-1e300),tanh:H(1),tanhPf:zt(1),exp:z(1),expm1:te(1),expm1Pf:Je(1),log1p:_(10),log1pPf:Ut(10),powPI:ne(-100)}}var Dt="mmMwWLliI0fiflO&1",He={default:[],apple:[{font:"-apple-system-body"}],serif:[{fontFamily:"serif"}],sans:[{fontFamily:"sans-serif"}],mono:[{fontFamily:"monospace"}],min:[{fontSize:"1px"}],system:[{fontFamily:"system-ui"}]};function Zt(){return Pt(function(e,t){for(var n={},f={},d=0,m=Object.keys(He);d<m.length;d++){var l=m[d],y=He[l],T=y[0],Y=T===void 0?{}:T,M=y[1],H=M===void 0?Dt:M,z=e.createElement("span");z.textContent=H,z.style.whiteSpace="nowrap";for(var te=0,_=Object.keys(Y);te<_.length;te++){var ne=_[te],ee=Y[ne];ee!==void 0&&(z.style[ne]=ee)}n[l]=z,t.appendChild(e.createElement("br")),t.appendChild(z)}for(var $=0,ve=Object.keys(He);$<ve.length;$++){var l=ve[$];f[l]=n[l].getBoundingClientRect().width}return f})}function Pt(e,t){return t===void 0&&(t=4e3),Ze(function(n,f){var d=f.document,m=d.body,l=m.style;l.width=t+"px",l.webkitTextSizeAdjust=l.textSizeAdjust="none",se()?m.style.zoom=""+1/f.devicePixelRatio:be()&&(m.style.zoom="reset");var y=d.createElement("div");return y.textContent=(0,i.pr)(Array(t/20<<0)).map(function(){return"word"}).join(" "),m.appendChild(y),e(d,m)},'<!doctype html><html><head><meta name="viewport" content="width=device-width, initial-scale=1">')}var It={fonts:P,domBlockers:bt,fontPreferences:Zt,audio:Re,screenFrame:it,osCpu:me,languages:ue,colorDepth:xe,deviceMemory:we,screenResolution:et,hardwareConcurrency:ot,timezone:st,sessionStorage:ct,localStorage:lt,indexedDB:ft,openDatabase:dt,cpuClass:ht,platform:mt,plugins:N,canvas:U,touchSupport:fe,vendor:vt,vendorFlavors:pt,cookiesEnabled:gt,colorGamut:Ft,invertedColors:St,forcedColors:Rt,monochrome:Mt,contrast:Et,reducedMotion:Tt,hdr:At,math:Ot};function Vt(e){return oe(It,e,[])}var Wt="$ if upgrade to Pro: https://fpjs.dev/pro";function kt(e){var t=jt(e),n=Gt(t);return{score:t,comment:Wt.replace(/\$/g,""+n)}}function jt(e){if(Ee())return .4;if(be())return Se()?.5:.3;var t=e.platform.value||"";return/^Win/.test(t)?.6:/^Mac/.test(t)?.5:.7}function Gt(e){return L(.99+.01*e,1e-4)}function Xt(e){for(var t="",n=0,f=Object.keys(e).sort();n<f.length;n++){var d=f[n],m=e[d],l=m.error?"error":JSON.stringify(m.value);t+=(t?"|":"")+d.replace(/([:|\\])/g,"\\$1")+":"+l}return t}function _e(e){return JSON.stringify(e,function(t,n){return n instanceof Error?Z(n):n},2)}function qe(e){return J(Xt(e))}function Bt(e){var t,n=kt(e);return{get visitorId(){return t===void 0&&(t=qe(this.components)),t},set visitorId(f){t=f},confidence:n,components:e,version:u}}function Nt(e){return e===void 0&&(e=50),g(e,e*2)}function Yt(e,t){var n=Date.now();return{get:function(f){return(0,i.mG)(this,void 0,void 0,function(){var d,m,l;return(0,i.Jh)(this,function(y){switch(y.label){case 0:return d=Date.now(),[4,e()];case 1:return m=y.sent(),l=Bt(m),(t||f?.debug)&&console.log("Copy the text below to get the debug data:\n\n```\nversion: "+l.version+`
1
+ (self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[7725],{26322:function(V,I,o){"use strict";o.d(I,{ZP:function(){return Jt}});var i=o(31191),u="3.3.6";function w(e,t){return new Promise(function(n){return setTimeout(n,e,t)})}function g(e,t){t===void 0&&(t=1/0);var n=window.requestIdleCallback;return n?new Promise(function(d){return n.call(window,function(){return d()},{timeout:t})}):w(Math.min(e,t))}function T(e){return e&&typeof e.then=="function"}function D(e,t){try{var n=e();T(n)?n.then(function(d){return t(!0,d)},function(d){return t(!1,d)}):t(!0,n)}catch(d){t(!1,d)}}function x(e,t,n){return n===void 0&&(n=16),(0,i.mG)(this,void 0,void 0,function(){var d,h,m;return(0,i.Jh)(this,function(f){switch(f.label){case 0:d=Date.now(),h=0,f.label=1;case 1:return h<e.length?(t(e[h],h),m=Date.now(),m>=d+n?(d=m,[4,w(0)]):[3,3]):[3,4];case 2:f.sent(),f.label=3;case 3:return++h,[3,1];case 4:return[2]}})})}function j(e){e.then(void 0,function(){})}function W(e,t){e=[e[0]>>>16,e[0]&65535,e[1]>>>16,e[1]&65535],t=[t[0]>>>16,t[0]&65535,t[1]>>>16,t[1]&65535];var n=[0,0,0,0];return n[3]+=e[3]+t[3],n[2]+=n[3]>>>16,n[3]&=65535,n[2]+=e[2]+t[2],n[1]+=n[2]>>>16,n[2]&=65535,n[1]+=e[1]+t[1],n[0]+=n[1]>>>16,n[1]&=65535,n[0]+=e[0]+t[0],n[0]&=65535,[n[0]<<16|n[1],n[2]<<16|n[3]]}function k(e,t){e=[e[0]>>>16,e[0]&65535,e[1]>>>16,e[1]&65535],t=[t[0]>>>16,t[0]&65535,t[1]>>>16,t[1]&65535];var n=[0,0,0,0];return n[3]+=e[3]*t[3],n[2]+=n[3]>>>16,n[3]&=65535,n[2]+=e[2]*t[3],n[1]+=n[2]>>>16,n[2]&=65535,n[2]+=e[3]*t[2],n[1]+=n[2]>>>16,n[2]&=65535,n[1]+=e[1]*t[3],n[0]+=n[1]>>>16,n[1]&=65535,n[1]+=e[2]*t[2],n[0]+=n[1]>>>16,n[1]&=65535,n[1]+=e[3]*t[1],n[0]+=n[1]>>>16,n[1]&=65535,n[0]+=e[0]*t[3]+e[1]*t[2]+e[2]*t[1]+e[3]*t[0],n[0]&=65535,[n[0]<<16|n[1],n[2]<<16|n[3]]}function B(e,t){return t%=64,t===32?[e[1],e[0]]:t<32?[e[0]<<t|e[1]>>>32-t,e[1]<<t|e[0]>>>32-t]:(t-=32,[e[1]<<t|e[0]>>>32-t,e[0]<<t|e[1]>>>32-t])}function R(e,t){return t%=64,t===0?e:t<32?[e[0]<<t|e[1]>>>32-t,e[1]<<t]:[e[1]<<t-32,0]}function O(e,t){return[e[0]^t[0],e[1]^t[1]]}function X(e){return e=O(e,[0,e[0]>>>1]),e=k(e,[4283543511,3981806797]),e=O(e,[0,e[0]>>>1]),e=k(e,[3301882366,444984403]),e=O(e,[0,e[0]>>>1]),e}function H(e,t){e=e||"",t=t||0;var n=e.length%16,d=e.length-n,h=[0,t],m=[0,t],f=[0,0],y=[0,0],A=[2277735313,289559509],Y=[1291169091,658871167],E;for(E=0;E<d;E=E+16)f=[e.charCodeAt(E+4)&255|(e.charCodeAt(E+5)&255)<<8|(e.charCodeAt(E+6)&255)<<16|(e.charCodeAt(E+7)&255)<<24,e.charCodeAt(E)&255|(e.charCodeAt(E+1)&255)<<8|(e.charCodeAt(E+2)&255)<<16|(e.charCodeAt(E+3)&255)<<24],y=[e.charCodeAt(E+12)&255|(e.charCodeAt(E+13)&255)<<8|(e.charCodeAt(E+14)&255)<<16|(e.charCodeAt(E+15)&255)<<24,e.charCodeAt(E+8)&255|(e.charCodeAt(E+9)&255)<<8|(e.charCodeAt(E+10)&255)<<16|(e.charCodeAt(E+11)&255)<<24],f=k(f,A),f=B(f,31),f=k(f,Y),h=O(h,f),h=B(h,27),h=W(h,m),h=W(k(h,[0,5]),[0,1390208809]),y=k(y,Y),y=B(y,33),y=k(y,A),m=O(m,y),m=B(m,31),m=W(m,h),m=W(k(m,[0,5]),[0,944331445]);switch(f=[0,0],y=[0,0],n){case 15:y=O(y,R([0,e.charCodeAt(E+14)],48));case 14:y=O(y,R([0,e.charCodeAt(E+13)],40));case 13:y=O(y,R([0,e.charCodeAt(E+12)],32));case 12:y=O(y,R([0,e.charCodeAt(E+11)],24));case 11:y=O(y,R([0,e.charCodeAt(E+10)],16));case 10:y=O(y,R([0,e.charCodeAt(E+9)],8));case 9:y=O(y,[0,e.charCodeAt(E+8)]),y=k(y,Y),y=B(y,33),y=k(y,A),m=O(m,y);case 8:f=O(f,R([0,e.charCodeAt(E+7)],56));case 7:f=O(f,R([0,e.charCodeAt(E+6)],48));case 6:f=O(f,R([0,e.charCodeAt(E+5)],40));case 5:f=O(f,R([0,e.charCodeAt(E+4)],32));case 4:f=O(f,R([0,e.charCodeAt(E+3)],24));case 3:f=O(f,R([0,e.charCodeAt(E+2)],16));case 2:f=O(f,R([0,e.charCodeAt(E+1)],8));case 1:f=O(f,[0,e.charCodeAt(E)]),f=k(f,A),f=B(f,31),f=k(f,Y),h=O(h,f)}return h=O(h,[0,e.length]),m=O(m,[0,e.length]),h=W(h,m),m=W(m,h),h=X(h),m=X(m),h=W(h,m),m=W(m,h),("00000000"+(h[0]>>>0).toString(16)).slice(-8)+("00000000"+(h[1]>>>0).toString(16)).slice(-8)+("00000000"+(m[0]>>>0).toString(16)).slice(-8)+("00000000"+(m[1]>>>0).toString(16)).slice(-8)}function Z(e){var t;return(0,i.pi)({name:e.name,message:e.message,stack:(t=e.stack)===null||t===void 0?void 0:t.split(`
2
+ `)},e)}function b(e,t){for(var n=0,d=e.length;n<d;++n)if(e[n]===t)return!0;return!1}function c(e,t){return!b(e,t)}function r(e){return parseInt(e)}function a(e){return parseFloat(e)}function s(e,t){return typeof e=="number"&&isNaN(e)?t:e}function F(e){return e.reduce(function(t,n){return t+(n?1:0)},0)}function M(e,t){if(t===void 0&&(t=1),Math.abs(t)>=1)return Math.round(e/t)*t;var n=1/t;return Math.round(e*n)/n}function G(e){for(var t,n,d="Unexpected syntax '"+e+"'",h=/^\s*([a-z-]*)(.*)$/i.exec(e),m=h[1]||void 0,f={},y=/([.:#][\w-]+|\[.+?\])/gi,A=function(z,te){f[z]=f[z]||[],f[z].push(te)};;){var Y=y.exec(h[2]);if(!Y)break;var E=Y[0];switch(E[0]){case".":A("class",E.slice(1));break;case"#":A("id",E.slice(1));break;case"[":{var Q=/^\[([\w-]+)([~|^$*]?=("(.*?)"|([\w-]+)))?(\s+[is])?\]$/.exec(E);if(Q)A(Q[1],(n=(t=Q[4])!==null&&t!==void 0?t:Q[5])!==null&&n!==void 0?n:"");else throw new Error(d);break}default:throw new Error(d)}}return[m,f]}function ae(e){return e&&typeof e=="object"&&"message"in e?e:{message:e}}function re(e){return typeof e!="function"}function ie(e,t){var n=new Promise(function(d){var h=Date.now();D(e.bind(null,t),function(){for(var m=[],f=0;f<arguments.length;f++)m[f]=arguments[f];var y=Date.now()-h;if(!m[0])return d(function(){return{error:ae(m[1]),duration:y}});var A=m[1];if(re(A))return d(function(){return{value:A,duration:y}});d(function(){return new Promise(function(Y){var E=Date.now();D(A,function(){for(var Q=[],z=0;z<arguments.length;z++)Q[z]=arguments[z];var te=y+Date.now()-E;if(!Q[0])return Y({error:ae(Q[1]),duration:te});Y({value:Q[1],duration:te})})})})})});return j(n),function(){return n.then(function(h){return h()})}}function oe(e,t,n){var d=Object.keys(e).filter(function(m){return c(n,m)}),h=Array(d.length);return x(d,function(m,f){h[f]=ie(e[m],t)}),function(){return(0,i.mG)(this,void 0,void 0,function(){var f,y,A,Y,E,Q,z;return(0,i.Jh)(this,function(te){switch(te.label){case 0:for(f={},y=0,A=d;y<A.length;y++)Y=A[y],f[Y]=void 0;E=Array(d.length),Q=function(){var q;return(0,i.Jh)(this,function(ne){switch(ne.label){case 0:return q=!0,[4,x(d,function(ee,$){if(!E[$])if(h[$]){var ve=h[$]().then(function(Me){return f[ee]=Me});j(ve),E[$]=ve}else q=!1})];case 1:return ne.sent(),q?[2,"break"]:[4,w(1)];case 2:return ne.sent(),[2]}})},te.label=1;case 1:return[5,Q()];case 2:if(z=te.sent(),z==="break")return[3,4];te.label=3;case 3:return[3,1];case 4:return[4,Promise.all(E)];case 5:return te.sent(),[2,f]}})})}}function ye(e,t){var n=function(d){return re(d)?t(d):function(){var h=d();return T(h)?h.then(t):t(h)}};return function(d){var h=e(d);return T(h)?h.then(n):n(h)}}function pe(){var e=window,t=navigator;return F(["MSCSSMatrix"in e,"msSetImmediate"in e,"msIndexedDB"in e,"msMaxTouchPoints"in t,"msPointerEnabled"in t])>=4}function de(){var e=window,t=navigator;return F(["msWriteProfilerMark"in e,"MSStream"in e,"msLaunchUri"in t,"msSaveBlob"in t])>=3&&!pe()}function se(){var e=window,t=navigator;return F(["webkitPersistentStorage"in t,"webkitTemporaryStorage"in t,t.vendor.indexOf("Google")===0,"webkitResolveLocalFileSystemURL"in e,"BatteryManager"in e,"webkitMediaStream"in e,"webkitSpeechGrammar"in e])>=5}function be(){var e=window,t=navigator;return F(["ApplePayError"in e,"CSSPrimitiveValue"in e,"Counter"in e,t.vendor.indexOf("Apple")===0,"getStorageUpdates"in t,"WebKitMediaKeys"in e])>=4}function Se(){var e=window;return F(["safari"in e,!("DeviceMotionEvent"in e),!("ongestureend"in e),!("standalone"in navigator)])>=3}function Ee(){var e,t,n=window;return F(["buildID"in navigator,"MozAppearance"in((t=(e=document.documentElement)===null||e===void 0?void 0:e.style)!==null&&t!==void 0?t:{}),"onmozfullscreenchange"in n,"mozInnerScreenX"in n,"CSSMozDocumentRule"in n,"CanvasCaptureMediaStream"in n])>=4}function We(){var e=window;return F([!("MediaSettingsRange"in e),"RTCEncodedAudioFrame"in e,""+e.Intl=="[object Intl]",""+e.Reflect=="[object Reflect]"])>=3}function ke(){var e=window;return F(["DOMRectList"in e,"RTCPeerConnectionIceEvent"in e,"SVGGeometryElement"in e,"ontransitioncancel"in e])>=3}function je(){if(navigator.platform==="iPad")return!0;var e=screen,t=e.width/e.height;return F(["MediaSource"in window,!!Element.prototype.webkitRequestFullscreen,t>.65&&t<1.53])>=2}function Ge(){var e=document;return e.fullscreenElement||e.msFullscreenElement||e.mozFullScreenElement||e.webkitFullscreenElement||null}function Xe(){var e=document;return(e.exitFullscreen||e.msExitFullscreen||e.mozCancelFullScreen||e.webkitExitFullscreen).call(e)}function Te(){var e=se(),t=Ee();if(!e&&!t)return!1;var n=window;return F(["onorientationchange"in n,"orientation"in n,e&&!("SharedWorker"in n),t&&/android/i.test(navigator.appVersion)])>=2}function Le(){var e=window,t=e.OfflineAudioContext||e.webkitOfflineAudioContext;if(!t)return-2;if(Ae())return-1;var n=4500,d=5e3,h=new t(1,d,44100),m=h.createOscillator();m.type="triangle",m.frequency.value=1e4;var f=h.createDynamicsCompressor();f.threshold.value=-50,f.knee.value=40,f.ratio.value=12,f.attack.value=0,f.release.value=.25,m.connect(f),f.connect(h.destination),m.start(0);var y=De(h),A=y[0],Y=y[1],E=A.then(function(Q){return Oe(Q.getChannelData(0).subarray(n))},function(Q){if(Q.name==="timeout"||Q.name==="suspended")return-3;throw Q});return j(E),function(){return Y(),E}}function Ae(){return be()&&!Se()&&!ke()}function De(e){var t=3,n=500,d=500,h=5e3,m=function(){},f=new Promise(function(y,A){var Y=!1,E=0,Q=0;e.oncomplete=function(q){return y(q.renderedBuffer)};var z=function(){setTimeout(function(){return A(Re("timeout"))},Math.min(d,Q+h-Date.now()))},te=function(){try{switch(e.startRendering(),e.state){case"running":Q=Date.now(),Y&&z();break;case"suspended":document.hidden||E++,Y&&E>=t?A(Re("suspended")):setTimeout(te,n);break}}catch(q){A(q)}};te(),m=function(){Y||(Y=!0,Q>0&&z())}});return[f,m]}function Oe(e){for(var t=0,n=0;n<e.length;++n)t+=Math.abs(e[n]);return t}function Re(e){var t=new Error(e);return t.name=e,t}function Ze(e,t,n){var d,h,m;return n===void 0&&(n=50),(0,i.mG)(this,void 0,void 0,function(){var f,y;return(0,i.Jh)(this,function(A){switch(A.label){case 0:f=document,A.label=1;case 1:return f.body?[3,3]:[4,w(n)];case 2:return A.sent(),[3,1];case 3:y=f.createElement("iframe"),A.label=4;case 4:return A.trys.push([4,,10,11]),[4,new Promise(function(Y,E){var Q=!1,z=function(){Q=!0,Y()},te=function(ee){Q=!0,E(ee)};y.onload=z,y.onerror=te;var q=y.style;q.setProperty("display","block","important"),q.position="absolute",q.top="0",q.left="0",q.visibility="hidden",t&&"srcdoc"in y?y.srcdoc=t:y.src="about:blank",f.body.appendChild(y);var ne=function(){var ee,$;Q||((($=(ee=y.contentWindow)===null||ee===void 0?void 0:ee.document)===null||$===void 0?void 0:$.readyState)==="complete"?z():setTimeout(ne,10))};ne()})];case 5:A.sent(),A.label=6;case 6:return!((h=(d=y.contentWindow)===null||d===void 0?void 0:d.document)===null||h===void 0)&&h.body?[3,8]:[4,w(n)];case 7:return A.sent(),[3,6];case 8:return[4,e(y,y.contentWindow)];case 9:return[2,A.sent()];case 10:return(m=y.parentNode)===null||m===void 0||m.removeChild(y),[7];case 11:return[2]}})})}function l(e){for(var t=G(e),n=t[0],d=t[1],h=document.createElement(n??"div"),m=0,f=Object.keys(d);m<f.length;m++){var y=f[m],A=d[y].join(" ");y==="style"?L(h.style,A):h.setAttribute(y,A)}return h}function L(e,t){for(var n=0,d=t.split(";");n<d.length;n++){var h=d[n],m=/^\s*([\w-]+)\s*:\s*(.+?)(\s*!([\w-]+))?\s*$/.exec(h);if(m){var f=m[1],y=m[2],A=m[4];e.setProperty(f,y,A||"")}}}var p="mmMwWLliI0O&1",v="48px",C=["monospace","sans-serif","serif"],S=["sans-serif-thin","ARNO PRO","Agency FB","Arabic Typesetting","Arial Unicode MS","AvantGarde Bk BT","BankGothic Md BT","Batang","Bitstream Vera Sans Mono","Calibri","Century","Century Gothic","Clarendon","EUROSTILE","Franklin Gothic","Futura Bk BT","Futura Md BT","GOTHAM","Gill Sans","HELV","Haettenschweiler","Helvetica Neue","Humanst521 BT","Leelawadee","Letter Gothic","Levenim MT","Lucida Bright","Lucida Sans","Menlo","MS Mincho","MS Outlook","MS Reference Specialty","MS UI Gothic","MT Extra","MYRIAD PRO","Marlett","Meiryo UI","Microsoft Uighur","Minion Pro","Monotype Corsiva","PMingLiU","Pristina","SCRIPTINA","Segoe UI Light","Serifa","SimHei","Small Fonts","Staccato222 BT","TRAJAN PRO","Univers CE 55 Medium","Vrinda","ZWAdobeF"];function P(){return Ze(function(e,t){var n=t.document,d=n.body;d.style.fontSize=v;var h=n.createElement("div"),m={},f={},y=function(ne){var ee=n.createElement("span"),$=ee.style;return $.position="absolute",$.top="0",$.left="0",$.fontFamily=ne,ee.textContent=p,h.appendChild(ee),ee},A=function(ne,ee){return y("'"+ne+"',"+ee)},Y=function(){return C.map(y)},E=function(){for(var ne={},ee=function(Ve){ne[Ve]=C.map(function(He){return A(Ve,He)})},$=0,ve=S;$<ve.length;$++){var Me=ve[$];ee(Me)}return ne},Q=function(ne){return C.some(function(ee,$){return ne[$].offsetWidth!==m[ee]||ne[$].offsetHeight!==f[ee]})},z=Y(),te=E();d.appendChild(h);for(var q=0;q<C.length;q++)m[C[q]]=z[q].offsetWidth,f[C[q]]=z[q].offsetHeight;return S.filter(function(ne){return Q(te[ne])})})}function N(){var e=navigator.plugins;if(e){for(var t=[],n=0;n<e.length;++n){var d=e[n];if(d){for(var h=[],m=0;m<d.length;++m){var f=d[m];h.push({type:f.type,suffixes:f.suffixes})}t.push({name:d.name,description:d.description,mimeTypes:h})}}return t}}function U(){var e=!1,t,n,d=le(),h=d[0],m=d[1];if(!K(h,m))t=n="";else{e=he(m),ge(h,m);var f=Ce(h),y=Ce(h);f!==y?t=n="unstable":(n=f,Pe(h,m),t=Ce(h))}return{winding:e,geometry:t,text:n}}function le(){var e=document.createElement("canvas");return e.width=1,e.height=1,[e,e.getContext("2d")]}function K(e,t){return!!(t&&e.toDataURL)}function he(e){return e.rect(0,0,10,10),e.rect(2,2,6,6),!e.isPointInPath(5,5,"evenodd")}function ge(e,t){e.width=240,e.height=60,t.textBaseline="alphabetic",t.fillStyle="#f60",t.fillRect(100,1,62,20),t.fillStyle="#069",t.font='11pt "Times New Roman"';var n="Cwm fjordbank gly "+String.fromCharCode(55357,56835);t.fillText(n,2,15),t.fillStyle="rgba(102, 204, 0, 0.2)",t.font="18pt Arial",t.fillText(n,4,45)}function Pe(e,t){e.width=122,e.height=110,t.globalCompositeOperation="multiply";for(var n=0,d=[["#f2f",40,40],["#2ff",80,40],["#ff2",60,80]];n<d.length;n++){var h=d[n],m=h[0],f=h[1],y=h[2];t.fillStyle=m,t.beginPath(),t.arc(f,y,40,0,Math.PI*2,!0),t.closePath(),t.fill()}t.fillStyle="#f9c",t.arc(60,60,60,0,Math.PI*2,!0),t.arc(60,60,20,0,Math.PI*2,!0),t.fill("evenodd")}function Ce(e){return e.toDataURL()}function fe(){var e=navigator,t=0,n;e.maxTouchPoints!==void 0?t=r(e.maxTouchPoints):e.msMaxTouchPoints!==void 0&&(t=e.msMaxTouchPoints);try{document.createEvent("TouchEvent"),n=!0}catch{n=!1}var d="ontouchstart"in window;return{maxTouchPoints:t,touchEvent:n,touchStart:d}}function me(){return navigator.oscpu}function ue(){var e=navigator,t=[],n=e.language||e.userLanguage||e.browserLanguage||e.systemLanguage;if(n!==void 0&&t.push([n]),Array.isArray(e.languages))se()&&We()||t.push(e.languages);else if(typeof e.languages=="string"){var d=e.languages;d&&t.push(d.split(","))}return t}function xe(){return window.screen.colorDepth}function we(){return s(a(navigator.deviceMemory),void 0)}function et(){var e=screen,t=function(d){return s(r(d),null)},n=[t(e.width),t(e.height)];return n.sort().reverse(),n}var tt=2500,nt=10,Ie,Be;function rt(){if(Be===void 0){var e=function(){var t=Ne();Ye(t)?Be=setTimeout(e,tt):(Ie=t,Be=void 0)};e()}}function at(){var e=this;return rt(),function(){return(0,i.mG)(e,void 0,void 0,function(){var t;return(0,i.Jh)(this,function(n){switch(n.label){case 0:return t=Ne(),Ye(t)?Ie?[2,(0,i.pr)(Ie)]:Ge()?[4,Xe()]:[3,2]:[3,2];case 1:n.sent(),t=Ne(),n.label=2;case 2:return Ye(t)||(Ie=t),[2,t]}})})}}function it(){var e=this,t=at();return function(){return(0,i.mG)(e,void 0,void 0,function(){var n,d;return(0,i.Jh)(this,function(h){switch(h.label){case 0:return[4,t()];case 1:return n=h.sent(),d=function(m){return m===null?null:M(m,nt)},[2,[d(n[0]),d(n[1]),d(n[2]),d(n[3])]]}})})}}function Ne(){var e=screen;return[s(a(e.availTop),null),s(a(e.width)-a(e.availWidth)-s(a(e.availLeft),0),null),s(a(e.height)-a(e.availHeight)-s(a(e.availTop),0),null),s(a(e.availLeft),null)]}function Ye(e){for(var t=0;t<4;++t)if(e[t])return!1;return!0}function ot(){return s(r(navigator.hardwareConcurrency),void 0)}function st(){var e,t=(e=window.Intl)===null||e===void 0?void 0:e.DateTimeFormat;if(t){var n=new t().resolvedOptions().timeZone;if(n)return n}var d=-ut();return"UTC"+(d>=0?"+":"")+Math.abs(d)}function ut(){var e=new Date().getFullYear();return Math.max(a(new Date(e,0,1).getTimezoneOffset()),a(new Date(e,6,1).getTimezoneOffset()))}function ct(){try{return!!window.sessionStorage}catch{return!0}}function lt(){try{return!!window.localStorage}catch{return!0}}function ft(){if(!(pe()||de()))try{return!!window.indexedDB}catch{return!0}}function dt(){return!!window.openDatabase}function ht(){return navigator.cpuClass}function mt(){var e=navigator.platform;return e==="MacIntel"&&be()&&!Se()?je()?"iPad":"iPhone":e}function vt(){return navigator.vendor||""}function pt(){for(var e=[],t=0,n=["chrome","safari","__crWeb","__gCrWeb","yandex","__yb","__ybro","__firefox__","__edgeTrackingPreventionStatistics","webkit","oprt","samsungAr","ucweb","UCShellJava","puffinDevice"];t<n.length;t++){var d=n[t],h=window[d];h&&typeof h=="object"&&e.push(d)}return e.sort()}function gt(){var e=document;try{e.cookie="cookietest=1; SameSite=Strict;";var t=e.cookie.indexOf("cookietest=")!==-1;return e.cookie="cookietest=1; SameSite=Strict; expires=Thu, 01-Jan-1970 00:00:01 GMT",t}catch{return!1}}function yt(){var e=atob;return{abpIndo:["#Iklan-Melayang","#Kolom-Iklan-728","#SidebarIklan-wrapper",e("YVt0aXRsZT0iN25hZ2EgcG9rZXIiIGld"),'[title="ALIENBOLA" i]'],abpvn:["#quangcaomb",e("Lmlvc0Fkc2lvc0Fkcy1sYXlvdXQ="),".quangcao",e("W2hyZWZePSJodHRwczovL3I4OC52bi8iXQ=="),e("W2hyZWZePSJodHRwczovL3piZXQudm4vIl0=")],adBlockFinland:[".mainostila",e("LnNwb25zb3JpdA=="),".ylamainos",e("YVtocmVmKj0iL2NsaWNrdGhyZ2guYXNwPyJd"),e("YVtocmVmXj0iaHR0cHM6Ly9hcHAucmVhZHBlYWsuY29tL2FkcyJd")],adBlockPersian:["#navbar_notice_50",".kadr",'TABLE[width="140px"]',"#divAgahi",e("I2FkMl9pbmxpbmU=")],adBlockWarningRemoval:["#adblock-honeypot",".adblocker-root",".wp_adblock_detect",e("LmhlYWRlci1ibG9ja2VkLWFk"),e("I2FkX2Jsb2NrZXI=")],adGuardAnnoyances:['amp-embed[type="zen"]',".hs-sosyal","#cookieconsentdiv",'div[class^="app_gdpr"]',".as-oil"],adGuardBase:[".BetterJsPopOverlay",e("I2FkXzMwMFgyNTA="),e("I2Jhbm5lcmZsb2F0MjI="),e("I2FkLWJhbm5lcg=="),e("I2NhbXBhaWduLWJhbm5lcg==")],adGuardChinese:[e("LlppX2FkX2FfSA=="),e("YVtocmVmKj0iL29kMDA1LmNvbSJd"),e("YVtocmVmKj0iLmh0aGJldDM0LmNvbSJd"),".qq_nr_lad","#widget-quan"],adGuardFrench:[e("I2Jsb2NrLXZpZXdzLWFkcy1zaWRlYmFyLWJsb2NrLWJsb2Nr"),"#pavePub",e("LmFkLWRlc2t0b3AtcmVjdGFuZ2xl"),".mobile_adhesion",".widgetadv"],adGuardGerman:[e("LmJhbm5lcml0ZW13ZXJidW5nX2hlYWRfMQ=="),e("LmJveHN0YXJ0d2VyYnVuZw=="),e("LndlcmJ1bmcz"),e("YVtocmVmXj0iaHR0cDovL3d3dy5laXMuZGUvaW5kZXgucGh0bWw/cmVmaWQ9Il0="),e("YVtocmVmXj0iaHR0cHM6Ly93d3cudGlwaWNvLmNvbS8/YWZmaWxpYXRlSWQ9Il0=")],adGuardJapanese:["#kauli_yad_1",e("YVtocmVmXj0iaHR0cDovL2FkMi50cmFmZmljZ2F0ZS5uZXQvIl0="),e("Ll9wb3BJbl9pbmZpbml0ZV9hZA=="),e("LmFkZ29vZ2xl"),e("LmFkX3JlZ3VsYXIz")],adGuardMobile:[e("YW1wLWF1dG8tYWRz"),e("LmFtcF9hZA=="),'amp-embed[type="24smi"]',"#mgid_iframe1",e("I2FkX2ludmlld19hcmVh")],adGuardRussian:[e("YVtocmVmXj0iaHR0cHM6Ly9hZC5sZXRtZWFkcy5jb20vIl0="),e("LnJlY2xhbWE="),'div[id^="smi2adblock"]',e("ZGl2W2lkXj0iQWRGb3hfYmFubmVyXyJd"),e("I2FkX3NxdWFyZQ==")],adGuardSocial:[e("YVtocmVmXj0iLy93d3cuc3R1bWJsZXVwb24uY29tL3N1Ym1pdD91cmw9Il0="),e("YVtocmVmXj0iLy90ZWxlZ3JhbS5tZS9zaGFyZS91cmw/Il0="),".etsy-tweet","#inlineShare",".popup-social"],adGuardSpanishPortuguese:["#barraPublicidade","#Publicidade","#publiEspecial","#queTooltip",e("W2hyZWZePSJodHRwOi8vYWRzLmdsaXNwYS5jb20vIl0=")],adGuardTrackingProtection:["#qoo-counter",e("YVtocmVmXj0iaHR0cDovL2NsaWNrLmhvdGxvZy5ydS8iXQ=="),e("YVtocmVmXj0iaHR0cDovL2hpdGNvdW50ZXIucnUvdG9wL3N0YXQucGhwIl0="),e("YVtocmVmXj0iaHR0cDovL3RvcC5tYWlsLnJ1L2p1bXAiXQ=="),"#top100counter"],adGuardTurkish:["#backkapat",e("I3Jla2xhbWk="),e("YVtocmVmXj0iaHR0cDovL2Fkc2Vydi5vbnRlay5jb20udHIvIl0="),e("YVtocmVmXj0iaHR0cDovL2l6bGVuemkuY29tL2NhbXBhaWduLyJd"),e("YVtocmVmXj0iaHR0cDovL3d3dy5pbnN0YWxsYWRzLm5ldC8iXQ==")],bulgarian:[e("dGQjZnJlZW5ldF90YWJsZV9hZHM="),"#ea_intext_div",".lapni-pop-over","#xenium_hot_offers",e("I25ld0Fk")],easyList:[e("I0FEX0NPTlRST0xfMjg="),e("LnNlY29uZC1wb3N0LWFkcy13cmFwcGVy"),".universalboxADVBOX03",e("LmFkdmVydGlzZW1lbnQtNzI4eDkw"),e("LnNxdWFyZV9hZHM=")],easyListChina:[e("YVtocmVmKj0iLndlbnNpeHVldGFuZy5jb20vIl0="),e("LmFwcGd1aWRlLXdyYXBbb25jbGljayo9ImJjZWJvcy5jb20iXQ=="),e("LmZyb250cGFnZUFkdk0="),"#taotaole","#aafoot.top_box"],easyListCookie:["#AdaCompliance.app-notice",".text-center.rgpd",".panel--cookie",".js-cookies-andromeda",".elxtr-consent"],easyListCzechSlovak:["#onlajny-stickers",e("I3Jla2xhbW5pLWJveA=="),e("LnJla2xhbWEtbWVnYWJvYXJk"),".sklik",e("W2lkXj0ic2tsaWtSZWtsYW1hIl0=")],easyListDutch:[e("I2FkdmVydGVudGll"),e("I3ZpcEFkbWFya3RCYW5uZXJCbG9jaw=="),".adstekst",e("YVtocmVmXj0iaHR0cHM6Ly94bHR1YmUubmwvY2xpY2svIl0="),"#semilo-lrectangle"],easyListGermany:[e("I0FkX1dpbjJkYXk="),e("I3dlcmJ1bmdzYm94MzAw"),e("YVtocmVmXj0iaHR0cDovL3d3dy5yb3RsaWNodGthcnRlaS5jb20vP3NjPSJd"),e("I3dlcmJ1bmdfd2lkZXNreXNjcmFwZXJfc2NyZWVu"),e("YVtocmVmXj0iaHR0cDovL2xhbmRpbmcucGFya3BsYXR6a2FydGVpLmNvbS8/YWc9Il0=")],easyListItaly:[e("LmJveF9hZHZfYW5udW5jaQ=="),".sb-box-pubbliredazionale",e("YVtocmVmXj0iaHR0cDovL2FmZmlsaWF6aW9uaWFkcy5zbmFpLml0LyJd"),e("YVtocmVmXj0iaHR0cHM6Ly9hZHNlcnZlci5odG1sLml0LyJd"),e("YVtocmVmXj0iaHR0cHM6Ly9hZmZpbGlhemlvbmlhZHMuc25haS5pdC8iXQ==")],easyListLithuania:[e("LnJla2xhbW9zX3RhcnBhcw=="),e("LnJla2xhbW9zX251b3JvZG9z"),e("aW1nW2FsdD0iUmVrbGFtaW5pcyBza3lkZWxpcyJd"),e("aW1nW2FsdD0iRGVkaWt1b3RpLmx0IHNlcnZlcmlhaSJd"),e("aW1nW2FsdD0iSG9zdGluZ2FzIFNlcnZlcmlhaS5sdCJd")],estonian:[e("QVtocmVmKj0iaHR0cDovL3BheTRyZXN1bHRzMjQuZXUiXQ==")],fanboyAnnoyances:["#feedback-tab","#taboola-below-article",".feedburnerFeedBlock",".widget-feedburner-counter",'[title="Subscribe to our blog"]'],fanboyAntiFacebook:[".util-bar-module-firefly-visible"],fanboyEnhancedTrackers:[".open.pushModal","#issuem-leaky-paywall-articles-zero-remaining-nag","#sovrn_container",'div[class$="-hide"][zoompage-fontsize][style="display: block;"]',".BlockNag__Card"],fanboySocial:[".td-tags-and-social-wrapper-box",".twitterContainer",".youtube-social",'a[title^="Like us on Facebook"]','img[alt^="Share on Digg"]'],frellwitSwedish:[e("YVtocmVmKj0iY2FzaW5vcHJvLnNlIl1bdGFyZ2V0PSJfYmxhbmsiXQ=="),e("YVtocmVmKj0iZG9rdG9yLXNlLm9uZWxpbmsubWUiXQ=="),"article.category-samarbete",e("ZGl2LmhvbGlkQWRz"),"ul.adsmodern"],greekAdBlock:[e("QVtocmVmKj0iYWRtYW4ub3RlbmV0LmdyL2NsaWNrPyJd"),e("QVtocmVmKj0iaHR0cDovL2F4aWFiYW5uZXJzLmV4b2R1cy5nci8iXQ=="),e("QVtocmVmKj0iaHR0cDovL2ludGVyYWN0aXZlLmZvcnRobmV0LmdyL2NsaWNrPyJd"),"DIV.agores300","TABLE.advright"],hungarian:["#cemp_doboz",".optimonk-iframe-container",e("LmFkX19tYWlu"),e("W2NsYXNzKj0iR29vZ2xlQWRzIl0="),"#hirdetesek_box"],iDontCareAboutCookies:['.alert-info[data-block-track*="CookieNotice"]',".ModuleTemplateCookieIndicator",".o--cookies--container",".cookie-msg-info-container","#cookies-policy-sticky"],icelandicAbp:[e("QVtocmVmXj0iL2ZyYW1ld29yay9yZXNvdXJjZXMvZm9ybXMvYWRzLmFzcHgiXQ==")],latvian:[e("YVtocmVmPSJodHRwOi8vd3d3LnNhbGlkemluaS5sdi8iXVtzdHlsZT0iZGlzcGxheTogYmxvY2s7IHdpZHRoOiAxMjBweDsgaGVpZ2h0OiA0MHB4OyBvdmVyZmxvdzogaGlkZGVuOyBwb3NpdGlvbjogcmVsYXRpdmU7Il0="),e("YVtocmVmPSJodHRwOi8vd3d3LnNhbGlkemluaS5sdi8iXVtzdHlsZT0iZGlzcGxheTogYmxvY2s7IHdpZHRoOiA4OHB4OyBoZWlnaHQ6IDMxcHg7IG92ZXJmbG93OiBoaWRkZW47IHBvc2l0aW9uOiByZWxhdGl2ZTsiXQ==")],listKr:[e("YVtocmVmKj0iLy9hZC5wbGFuYnBsdXMuY28ua3IvIl0="),e("I2xpdmVyZUFkV3JhcHBlcg=="),e("YVtocmVmKj0iLy9hZHYuaW1hZHJlcC5jby5rci8iXQ=="),e("aW5zLmZhc3R2aWV3LWFk"),".revenue_unit_item.dable"],listeAr:[e("LmdlbWluaUxCMUFk"),".right-and-left-sponsers",e("YVtocmVmKj0iLmFmbGFtLmluZm8iXQ=="),e("YVtocmVmKj0iYm9vcmFxLm9yZyJd"),e("YVtocmVmKj0iZHViaXp6bGUuY29tL2FyLz91dG1fc291cmNlPSJd")],listeFr:[e("YVtocmVmXj0iaHR0cDovL3Byb21vLnZhZG9yLmNvbS8iXQ=="),e("I2FkY29udGFpbmVyX3JlY2hlcmNoZQ=="),e("YVtocmVmKj0id2Vib3JhbWEuZnIvZmNnaS1iaW4vIl0="),".site-pub-interstitiel",'div[id^="crt-"][data-criteo-id]'],officialPolish:["#ceneo-placeholder-ceneo-12",e("W2hyZWZePSJodHRwczovL2FmZi5zZW5kaHViLnBsLyJd"),e("YVtocmVmXj0iaHR0cDovL2Fkdm1hbmFnZXIudGVjaGZ1bi5wbC9yZWRpcmVjdC8iXQ=="),e("YVtocmVmXj0iaHR0cDovL3d3dy50cml6ZXIucGwvP3V0bV9zb3VyY2UiXQ=="),e("ZGl2I3NrYXBpZWNfYWQ=")],ro:[e("YVtocmVmXj0iLy9hZmZ0cmsuYWx0ZXgucm8vQ291bnRlci9DbGljayJd"),'a[href^="/magazin/"]',e("YVtocmVmXj0iaHR0cHM6Ly9ibGFja2ZyaWRheXNhbGVzLnJvL3Ryay9zaG9wLyJd"),e("YVtocmVmXj0iaHR0cHM6Ly9ldmVudC4ycGVyZm9ybWFudC5jb20vZXZlbnRzL2NsaWNrIl0="),e("YVtocmVmXj0iaHR0cHM6Ly9sLnByb2ZpdHNoYXJlLnJvLyJd")],ruAd:[e("YVtocmVmKj0iLy9mZWJyYXJlLnJ1LyJd"),e("YVtocmVmKj0iLy91dGltZy5ydS8iXQ=="),e("YVtocmVmKj0iOi8vY2hpa2lkaWtpLnJ1Il0="),"#pgeldiz",".yandex-rtb-block"],thaiAds:["a[href*=macau-uta-popup]",e("I2Fkcy1nb29nbGUtbWlkZGxlX3JlY3RhbmdsZS1ncm91cA=="),e("LmFkczMwMHM="),".bumq",".img-kosana"],webAnnoyancesUltralist:["#mod-social-share-2","#social-tools",e("LmN0cGwtZnVsbGJhbm5lcg=="),".zergnet-recommend",".yt.btn-link.btn-md.btn"]}}function bt(e){var t=(e===void 0?{}:e).debug;return(0,i.mG)(this,void 0,void 0,function(){var n,d,h,m,f,y;return(0,i.Jh)(this,function(A){switch(A.label){case 0:return xt()?(n=yt(),d=Object.keys(n),h=(y=[]).concat.apply(y,d.map(function(Y){return n[Y]})),[4,wt(h)]):[2,void 0];case 1:return m=A.sent(),t&&Ct(n,m),f=d.filter(function(Y){var E=n[Y],Q=F(E.map(function(z){return m[z]}));return Q>E.length*.6}),f.sort(),[2,f]}})})}function xt(){return be()||Te()}function wt(e){var t;return(0,i.mG)(this,void 0,void 0,function(){var n,d,h,m,A,f,y,A;return(0,i.Jh)(this,function(Y){switch(Y.label){case 0:for(n=document,d=n.createElement("div"),h=new Array(e.length),m={},Je(d),A=0;A<e.length;++A)f=l(e[A]),y=n.createElement("div"),Je(y),y.appendChild(f),d.appendChild(y),h[A]=f;Y.label=1;case 1:return n.body?[3,3]:[4,w(50)];case 2:return Y.sent(),[3,1];case 3:n.body.appendChild(d);try{for(A=0;A<e.length;++A)h[A].offsetParent||(m[e[A]]=!0)}finally{(t=d.parentNode)===null||t===void 0||t.removeChild(d)}return[2,m]}})})}function Je(e){e.style.setProperty("display","block","important")}function Ct(e,t){for(var n="DOM blockers debug:\n```",d=0,h=Object.keys(e);d<h.length;d++){var m=h[d];n+=`
3
+ `+m+":";for(var f=0,y=e[m];f<y.length;f++){var A=y[f];n+=`
4
+ `+(t[A]?"\u{1F6AB}":"\u27A1\uFE0F")+" "+A}}console.log(n+"\n```")}function Ft(){for(var e=0,t=["rec2020","p3","srgb"];e<t.length;e++){var n=t[e];if(matchMedia("(color-gamut: "+n+")").matches)return n}}function St(){if(ze("inverted"))return!0;if(ze("none"))return!1}function ze(e){return matchMedia("(inverted-colors: "+e+")").matches}function Lt(){if(Ue("active"))return!0;if(Ue("none"))return!1}function Ue(e){return matchMedia("(forced-colors: "+e+")").matches}var Mt=100;function Et(){if(matchMedia("(min-monochrome: 0)").matches){for(var e=0;e<=Mt;++e)if(matchMedia("(max-monochrome: "+e+")").matches)return e;throw new Error("Too high value")}}function Tt(){if(Fe("no-preference"))return 0;if(Fe("high")||Fe("more"))return 1;if(Fe("low")||Fe("less"))return-1;if(Fe("forced"))return 10}function Fe(e){return matchMedia("(prefers-contrast: "+e+")").matches}function At(){if(Ke("reduce"))return!0;if(Ke("no-preference"))return!1}function Ke(e){return matchMedia("(prefers-reduced-motion: "+e+")").matches}function Dt(){if($e("high"))return!0;if($e("standard"))return!1}function $e(e){return matchMedia("(dynamic-range: "+e+")").matches}var J=Math,ce=function(){return 0};function Ot(){var e=J.acos||ce,t=J.acosh||ce,n=J.asin||ce,d=J.asinh||ce,h=J.atanh||ce,m=J.atan||ce,f=J.sin||ce,y=J.sinh||ce,A=J.cos||ce,Y=J.cosh||ce,E=J.tan||ce,Q=J.tanh||ce,z=J.exp||ce,te=J.expm1||ce,q=J.log1p||ce,ne=function(_){return J.pow(J.PI,_)},ee=function(_){return J.log(_+J.sqrt(_*_-1))},$=function(_){return J.log(_+J.sqrt(_*_+1))},ve=function(_){return J.log((1+_)/(1-_))/2},Me=function(_){return J.exp(_)-1/J.exp(_)/2},Ve=function(_){return(J.exp(_)+1/J.exp(_))/2},He=function(_){return J.exp(_)-1},zt=function(_){return(J.exp(2*_)-1)/(J.exp(2*_)+1)},Ut=function(_){return J.log(1+_)};return{acos:e(.12312423423423424),acosh:t(1e308),acoshPf:ee(1e154),asin:n(.12312423423423424),asinh:d(1),asinhPf:$(1),atanh:h(.5),atanhPf:ve(.5),atan:m(.5),sin:f(-1e300),sinh:y(1),sinhPf:Me(1),cos:A(10.000000000123),cosh:Y(1),coshPf:Ve(1),tan:E(-1e300),tanh:Q(1),tanhPf:zt(1),exp:z(1),expm1:te(1),expm1Pf:He(1),log1p:q(10),log1pPf:Ut(10),powPI:ne(-100)}}var Rt="mmMwWLliI0fiflO&1",Qe={default:[],apple:[{font:"-apple-system-body"}],serif:[{fontFamily:"serif"}],sans:[{fontFamily:"sans-serif"}],mono:[{fontFamily:"monospace"}],min:[{fontSize:"1px"}],system:[{fontFamily:"system-ui"}]};function Zt(){return Pt(function(e,t){for(var n={},d={},h=0,m=Object.keys(Qe);h<m.length;h++){var f=m[h],y=Qe[f],A=y[0],Y=A===void 0?{}:A,E=y[1],Q=E===void 0?Rt:E,z=e.createElement("span");z.textContent=Q,z.style.whiteSpace="nowrap";for(var te=0,q=Object.keys(Y);te<q.length;te++){var ne=q[te],ee=Y[ne];ee!==void 0&&(z.style[ne]=ee)}n[f]=z,t.appendChild(e.createElement("br")),t.appendChild(z)}for(var $=0,ve=Object.keys(Qe);$<ve.length;$++){var f=ve[$];d[f]=n[f].getBoundingClientRect().width}return d})}function Pt(e,t){return t===void 0&&(t=4e3),Ze(function(n,d){var h=d.document,m=h.body,f=m.style;f.width=t+"px",f.webkitTextSizeAdjust=f.textSizeAdjust="none",se()?m.style.zoom=""+1/d.devicePixelRatio:be()&&(m.style.zoom="reset");var y=h.createElement("div");return y.textContent=(0,i.pr)(Array(t/20<<0)).map(function(){return"word"}).join(" "),m.appendChild(y),e(h,m)},'<!doctype html><html><head><meta name="viewport" content="width=device-width, initial-scale=1">')}var It={fonts:P,domBlockers:bt,fontPreferences:Zt,audio:Le,screenFrame:it,osCpu:me,languages:ue,colorDepth:xe,deviceMemory:we,screenResolution:et,hardwareConcurrency:ot,timezone:st,sessionStorage:ct,localStorage:lt,indexedDB:ft,openDatabase:dt,cpuClass:ht,platform:mt,plugins:N,canvas:U,touchSupport:fe,vendor:vt,vendorFlavors:pt,cookiesEnabled:gt,colorGamut:Ft,invertedColors:St,forcedColors:Lt,monochrome:Et,contrast:Tt,reducedMotion:At,hdr:Dt,math:Ot};function Vt(e){return oe(It,e,[])}var Wt="$ if upgrade to Pro: https://fpjs.dev/pro";function kt(e){var t=jt(e),n=Gt(t);return{score:t,comment:Wt.replace(/\$/g,""+n)}}function jt(e){if(Te())return .4;if(be())return Se()?.5:.3;var t=e.platform.value||"";return/^Win/.test(t)?.6:/^Mac/.test(t)?.5:.7}function Gt(e){return M(.99+.01*e,1e-4)}function Xt(e){for(var t="",n=0,d=Object.keys(e).sort();n<d.length;n++){var h=d[n],m=e[h],f=m.error?"error":JSON.stringify(m.value);t+=(t?"|":"")+h.replace(/([:|\\])/g,"\\$1")+":"+f}return t}function qe(e){return JSON.stringify(e,function(t,n){return n instanceof Error?Z(n):n},2)}function _e(e){return H(Xt(e))}function Bt(e){var t,n=kt(e);return{get visitorId(){return t===void 0&&(t=_e(this.components)),t},set visitorId(d){t=d},confidence:n,components:e,version:u}}function Nt(e){return e===void 0&&(e=50),g(e,e*2)}function Yt(e,t){var n=Date.now();return{get:function(d){return(0,i.mG)(this,void 0,void 0,function(){var h,m,f;return(0,i.Jh)(this,function(y){switch(y.label){case 0:return h=Date.now(),[4,e()];case 1:return m=y.sent(),f=Bt(m),(t||d?.debug)&&console.log("Copy the text below to get the debug data:\n\n```\nversion: "+f.version+`
5
5
  userAgent: `+navigator.userAgent+`
6
- timeBetweenLoadAndGet: `+(d-n)+`
7
- visitorId: `+l.visitorId+`
8
- components: `+_e(m)+"\n```"),[2,l]}})})}}}function Ht(){if(!(window.__fpjs_d_m||Math.random()>=.001))try{var e=new XMLHttpRequest;e.open("get","https://m1.openfpcdn.io/fingerprintjs/v"+u+"/npm-monitoring",!0),e.send()}catch(t){console.error(t)}}function Jt(e){var t=e===void 0?{}:e,n=t.delayFallback,f=t.debug,d=t.monitoring,m=d===void 0?!0:d;return(0,i.mG)(this,void 0,void 0,function(){var l;return(0,i.Jh)(this,function(y){switch(y.label){case 0:return m&&Ht(),[4,Nt(n)];case 1:return y.sent(),l=Vt({debug:f}),[2,Yt(l,f)]}})})}var Qt={load:Jt,hashComponents:qe,componentsToDebugString:_e},Kt=null},49189:function(V,I,o){var i,u;/*!
6
+ timeBetweenLoadAndGet: `+(h-n)+`
7
+ visitorId: `+f.visitorId+`
8
+ components: `+qe(m)+"\n```"),[2,f]}})})}}}function Qt(){if(!(window.__fpjs_d_m||Math.random()>=.001))try{var e=new XMLHttpRequest;e.open("get","https://m1.openfpcdn.io/fingerprintjs/v"+u+"/npm-monitoring",!0),e.send()}catch(t){console.error(t)}}function Ht(e){var t=e===void 0?{}:e,n=t.delayFallback,d=t.debug,h=t.monitoring,m=h===void 0?!0:h;return(0,i.mG)(this,void 0,void 0,function(){var f;return(0,i.Jh)(this,function(y){switch(y.label){case 0:return m&&Qt(),[4,Nt(n)];case 1:return y.sent(),f=Vt({debug:d}),[2,Yt(f,d)]}})})}var Jt={load:Ht,hashComponents:_e,componentsToDebugString:qe},Kt=null},49189:function(V,I,o){var i,u;/*!
9
9
  * JavaScript Cookie v2.2.1
10
10
  * https://github.com/js-cookie/js-cookie
11
11
  *
12
12
  * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
13
13
  * Released under the MIT license
14
- */(function(w){var g;if(i=w,u=typeof i=="function"?i.call(I,o,I,V):i,u!==void 0&&(V.exports=u),g=!0,V.exports=w(),g=!0,!g){var E=window.Cookies,A=window.Cookies=w();A.noConflict=function(){return window.Cookies=E,A}}})(function(){function w(){for(var A=0,x={};A<arguments.length;A++){var j=arguments[A];for(var W in j)x[W]=j[W]}return x}function g(A){return A.replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent)}function E(A){function x(){}function j(k,B,D){if(!(typeof document>"u")){D=w({path:"/"},x.defaults,D),typeof D.expires=="number"&&(D.expires=new Date(new Date*1+D.expires*864e5)),D.expires=D.expires?D.expires.toUTCString():"";try{var O=JSON.stringify(B);/^[\{\[]/.test(O)&&(B=O)}catch{}B=A.write?A.write(B,k):encodeURIComponent(String(B)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent),k=encodeURIComponent(String(k)).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/[\(\)]/g,escape);var X="";for(var J in D)D[J]&&(X+="; "+J,D[J]!==!0&&(X+="="+D[J].split(";")[0]));return document.cookie=k+"="+B+X}}function W(k,B){if(!(typeof document>"u")){for(var D={},O=document.cookie?document.cookie.split("; "):[],X=0;X<O.length;X++){var J=O[X].split("="),Z=J.slice(1).join("=");!B&&Z.charAt(0)==='"'&&(Z=Z.slice(1,-1));try{var b=g(J[0]);if(Z=(A.read||A)(Z,b)||g(Z),B)try{Z=JSON.parse(Z)}catch{}if(D[b]=Z,k===b)break}catch{}}return k?D[k]:D}}return x.set=j,x.get=function(k){return W(k,!1)},x.getJSON=function(k){return W(k,!0)},x.remove=function(k,B){j(k,"",w(B,{expires:-1}))},x.defaults={},x.withConverter=E,x}return E(function(){})})},56671:function(V,I,o){var i=o(35897),u=o(74741),w=u(i);V.exports=w},52920:function(V,I,o){var i=o(56671),u=o(81580);function w(g,E){var A=-1,x=u(g)?Array(g.length):[];return i(g,function(j,W,k){x[++A]=E(j,W,k)}),x}V.exports=w},50690:function(V,I,o){var i=o(26460),u=o(80166),w=o(88904),g=o(52920),E=o(36024),A=o(76535),x=o(1397),j=o(15362),W=o(77236);function k(B,D,O){D.length?D=i(D,function(Z){return W(Z)?function(b){return u(b,Z.length===1?Z[0]:Z)}:Z}):D=[j];var X=-1;D=i(D,A(w));var J=g(B,function(Z,b,c){var r=i(D,function(a){return a(Z)});return{criteria:r,index:++X,value:Z}});return E(J,function(Z,b){return x(Z,b,O)})}V.exports=k},37410:function(V,I,o){var i=o(96621),u=o(33646);function w(g,E){return i(g,E,function(A,x){return u(g,x)})}V.exports=w},36024:function(V){function I(o,i){var u=o.length;for(o.sort(i);u--;)o[u]=o[u].value;return o}V.exports=I},40709:function(V,I,o){var i=o(22945);function u(w,g){if(w!==g){var E=w!==void 0,A=w===null,x=w===w,j=i(w),W=g!==void 0,k=g===null,B=g===g,D=i(g);if(!k&&!D&&!j&&w>g||j&&W&&B&&!k&&!D||A&&W&&B||!E&&B||!x)return 1;if(!A&&!j&&!D&&w<g||D&&E&&x&&!A&&!j||k&&E&&x||!W&&x||!B)return-1}return 0}V.exports=u},1397:function(V,I,o){var i=o(40709);function u(w,g,E){for(var A=-1,x=w.criteria,j=g.criteria,W=x.length,k=E.length;++A<W;){var B=i(x[A],j[A]);if(B){if(A>=k)return B;var D=E[A];return B*(D=="desc"?-1:1)}}return w.index-g.index}V.exports=u},74741:function(V,I,o){var i=o(81580);function u(w,g){return function(E,A){if(E==null)return E;if(!i(E))return w(E,A);for(var x=E.length,j=g?x:-1,W=Object(E);(g?j--:++j<x)&&A(W[j],j,W)!==!1;);return E}}V.exports=u},72245:function(V,I,o){var i=o(63920),u=o(85973);function w(g,E,A,x,j,W){return u(g)&&u(E)&&(W.set(E,g),i(g,E,void 0,w,W),W.delete(E)),g}V.exports=w},58732:function(V,I,o){var i=o(85198),u=o(94569),w=o(72245),g=o(54754),E=u(function(A){return A.push(void 0,w),i(g,void 0,A)});V.exports=E},54754:function(V,I,o){var i=o(63920),u=o(32544),w=u(function(g,E,A,x){i(g,E,A,x)});V.exports=w},88423:function(V,I,o){var i=o(37410),u=o(83368),w=u(function(g,E){return g==null?{}:i(g,E)});V.exports=w},98978:function(V,I,o){var i=o(40314),u=o(50690),w=o(94569),g=o(63108),E=w(function(A,x){if(A==null)return[];var j=x.length;return j>1&&g(A,x[0],x[1])?x=[]:j>2&&g(x[0],x[1],x[2])&&(x=[x[0]]),u(A,i(x,1),[])});V.exports=E},56236:function(V,I,o){var i=o(69386);function u(w,g){return w==null?!0:i(w,g)}V.exports=u},78023:function(V,I,o){"use strict";o.d(I,{Z:function(){return Ze}});var i=o(31191),u=o(32735),w=o(72067),g=o(42447),E=o(26356),A=o(75461),x=o(68833),j=o(20552);function W(h,R){return Object.keys(h).reduce(function(p,v){return p[v]=(0,i.pi)({timeZone:R},h[v]),p},{})}function k(h,R){var p=Object.keys((0,i.pi)((0,i.pi)({},h),R));return p.reduce(function(v,F){return v[F]=(0,i.pi)((0,i.pi)({},h[F]||{}),R[F]||{}),v},{})}function B(h,R){if(!R)return h;var p=A.C.formats;return(0,i.pi)((0,i.pi)((0,i.pi)({},p),h),{date:k(W(p.date,R),W(h.date||{},R)),time:k(W(p.time,R),W(h.time||{},R))})}var D=function(h,R,p,v,F){var S=h.locale,P=h.formats,N=h.messages,U=h.defaultLocale,le=h.defaultFormats,K=h.fallbackOnEmptyString,he=h.onError,ge=h.timeZone,Pe=h.defaultRichTextElements;p===void 0&&(p={id:""});var Ce=p.id,fe=p.defaultMessage;(0,E.kG)(!!Ce,"[@formatjs/intl] An `id` must be provided to format a message. You can either:\n1. Configure your build toolchain with [babel-plugin-formatjs](https://formatjs.io/docs/tooling/babel-plugin)\nor [@formatjs/ts-transformer](https://formatjs.io/docs/tooling/ts-transformer) OR\n2. Configure your `eslint` config to include [eslint-plugin-formatjs](https://formatjs.io/docs/tooling/linter#enforce-id)\nto autofix this issue");var me=String(Ce),ue=N&&Object.prototype.hasOwnProperty.call(N,me)&&N[me];if(Array.isArray(ue)&&ue.length===1&&ue[0].type===j.wD.literal)return ue[0].value;if(!v&&ue&&typeof ue=="string"&&!Pe)return ue.replace(/'\{(.*?)\}'/gi,"{$1}");if(v=(0,i.pi)((0,i.pi)({},Pe),v||{}),P=B(P,ge),le=B(le,ge),!ue){if(K===!1&&ue==="")return ue;if((!fe||S&&S.toLowerCase()!==U.toLowerCase())&&he(new x.$6(p,S)),fe)try{var xe=R.getMessageFormat(fe,U,le,F);return xe.format(v)}catch(we){return he(new x.X9('Error formatting default message for: "'.concat(me,'", rendering default message verbatim'),S,p,we)),typeof fe=="string"?fe:me}return me}try{var xe=R.getMessageFormat(ue,S,P,(0,i.pi)({formatters:R},F||{}));return xe.format(v)}catch(we){he(new x.X9('Error formatting message: "'.concat(me,'", using ').concat(fe?"default message":"id"," as fallback."),S,p,we))}if(fe)try{var xe=R.getMessageFormat(fe,U,le,F);return xe.format(v)}catch(we){he(new x.X9('Error formatting the default message for: "'.concat(me,'", rendering message verbatim'),S,p,we))}return typeof ue=="string"?ue:typeof fe=="string"?fe:me},O=o(32409),X=["style","currency","currencyDisplay","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","currencyDisplay","currencySign","notation","signDisplay","unit","unitDisplay","numberingSystem"];function J(h,R,p){var v=h.locale,F=h.formats,S=h.onError;p===void 0&&(p={});var P=p.format,N=P&&(0,O.TB)(F,"number",P,S)||{},U=(0,O.L6)(p,X,N);return R(v,U)}function Z(h,R,p,v){v===void 0&&(v={});try{return J(h,R,v).format(p)}catch(F){h.onError(new x.Rw(x.bc.FORMAT_ERROR,"Error formatting number.",F))}return String(p)}function b(h,R,p,v){v===void 0&&(v={});try{return J(h,R,v).formatToParts(p)}catch(F){h.onError(new x.Rw(x.bc.FORMAT_ERROR,"Error formatting number.",F))}return[]}var c=o(14979),r=["numeric","style"];function a(h,R,p){var v=h.locale,F=h.formats,S=h.onError;p===void 0&&(p={});var P=p.format,N=!!P&&(0,O.TB)(F,"relative",P,S)||{},U=(0,O.L6)(p,r,N);return R(v,U)}function s(h,R,p,v,F){F===void 0&&(F={}),v||(v="second");var S=Intl.RelativeTimeFormat;S||h.onError(new c.u_(`Intl.RelativeTimeFormat is not available in this environment.
14
+ */(function(w){var g;if(i=w,u=typeof i=="function"?i.call(I,o,I,V):i,u!==void 0&&(V.exports=u),g=!0,V.exports=w(),g=!0,!g){var T=window.Cookies,D=window.Cookies=w();D.noConflict=function(){return window.Cookies=T,D}}})(function(){function w(){for(var D=0,x={};D<arguments.length;D++){var j=arguments[D];for(var W in j)x[W]=j[W]}return x}function g(D){return D.replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent)}function T(D){function x(){}function j(k,B,R){if(!(typeof document>"u")){R=w({path:"/"},x.defaults,R),typeof R.expires=="number"&&(R.expires=new Date(new Date*1+R.expires*864e5)),R.expires=R.expires?R.expires.toUTCString():"";try{var O=JSON.stringify(B);/^[\{\[]/.test(O)&&(B=O)}catch{}B=D.write?D.write(B,k):encodeURIComponent(String(B)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent),k=encodeURIComponent(String(k)).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/[\(\)]/g,escape);var X="";for(var H in R)R[H]&&(X+="; "+H,R[H]!==!0&&(X+="="+R[H].split(";")[0]));return document.cookie=k+"="+B+X}}function W(k,B){if(!(typeof document>"u")){for(var R={},O=document.cookie?document.cookie.split("; "):[],X=0;X<O.length;X++){var H=O[X].split("="),Z=H.slice(1).join("=");!B&&Z.charAt(0)==='"'&&(Z=Z.slice(1,-1));try{var b=g(H[0]);if(Z=(D.read||D)(Z,b)||g(Z),B)try{Z=JSON.parse(Z)}catch{}if(R[b]=Z,k===b)break}catch{}}return k?R[k]:R}}return x.set=j,x.get=function(k){return W(k,!1)},x.getJSON=function(k){return W(k,!0)},x.remove=function(k,B){j(k,"",w(B,{expires:-1}))},x.defaults={},x.withConverter=T,x}return T(function(){})})},56671:function(V,I,o){var i=o(35897),u=o(74741),w=u(i);V.exports=w},52920:function(V,I,o){var i=o(56671),u=o(81580);function w(g,T){var D=-1,x=u(g)?Array(g.length):[];return i(g,function(j,W,k){x[++D]=T(j,W,k)}),x}V.exports=w},50690:function(V,I,o){var i=o(26460),u=o(80166),w=o(88904),g=o(52920),T=o(36024),D=o(76535),x=o(1397),j=o(15362),W=o(77236);function k(B,R,O){R.length?R=i(R,function(Z){return W(Z)?function(b){return u(b,Z.length===1?Z[0]:Z)}:Z}):R=[j];var X=-1;R=i(R,D(w));var H=g(B,function(Z,b,c){var r=i(R,function(a){return a(Z)});return{criteria:r,index:++X,value:Z}});return T(H,function(Z,b){return x(Z,b,O)})}V.exports=k},37410:function(V,I,o){var i=o(96621),u=o(33646);function w(g,T){return i(g,T,function(D,x){return u(g,x)})}V.exports=w},36024:function(V){function I(o,i){var u=o.length;for(o.sort(i);u--;)o[u]=o[u].value;return o}V.exports=I},40709:function(V,I,o){var i=o(22945);function u(w,g){if(w!==g){var T=w!==void 0,D=w===null,x=w===w,j=i(w),W=g!==void 0,k=g===null,B=g===g,R=i(g);if(!k&&!R&&!j&&w>g||j&&W&&B&&!k&&!R||D&&W&&B||!T&&B||!x)return 1;if(!D&&!j&&!R&&w<g||R&&T&&x&&!D&&!j||k&&T&&x||!W&&x||!B)return-1}return 0}V.exports=u},1397:function(V,I,o){var i=o(40709);function u(w,g,T){for(var D=-1,x=w.criteria,j=g.criteria,W=x.length,k=T.length;++D<W;){var B=i(x[D],j[D]);if(B){if(D>=k)return B;var R=T[D];return B*(R=="desc"?-1:1)}}return w.index-g.index}V.exports=u},74741:function(V,I,o){var i=o(81580);function u(w,g){return function(T,D){if(T==null)return T;if(!i(T))return w(T,D);for(var x=T.length,j=g?x:-1,W=Object(T);(g?j--:++j<x)&&D(W[j],j,W)!==!1;);return T}}V.exports=u},72245:function(V,I,o){var i=o(63920),u=o(85973);function w(g,T,D,x,j,W){return u(g)&&u(T)&&(W.set(T,g),i(g,T,void 0,w,W),W.delete(T)),g}V.exports=w},58732:function(V,I,o){var i=o(85198),u=o(94569),w=o(72245),g=o(54754),T=u(function(D){return D.push(void 0,w),i(g,void 0,D)});V.exports=T},54754:function(V,I,o){var i=o(63920),u=o(32544),w=u(function(g,T,D,x){i(g,T,D,x)});V.exports=w},88423:function(V,I,o){var i=o(37410),u=o(83368),w=u(function(g,T){return g==null?{}:i(g,T)});V.exports=w},98978:function(V,I,o){var i=o(40314),u=o(50690),w=o(94569),g=o(63108),T=w(function(D,x){if(D==null)return[];var j=x.length;return j>1&&g(D,x[0],x[1])?x=[]:j>2&&g(x[0],x[1],x[2])&&(x=[x[0]]),u(D,i(x,1),[])});V.exports=T},56236:function(V,I,o){var i=o(69386);function u(w,g){return w==null?!0:i(w,g)}V.exports=u},78023:function(V,I,o){"use strict";o.d(I,{Z:function(){return Ze}});var i=o(31191),u=o(32735),w=o(72067),g=o(42447),T=o(26356),D=o(75461),x=o(68833),j=o(20552);function W(l,L){return Object.keys(l).reduce(function(p,v){return p[v]=(0,i.pi)({timeZone:L},l[v]),p},{})}function k(l,L){var p=Object.keys((0,i.pi)((0,i.pi)({},l),L));return p.reduce(function(v,C){return v[C]=(0,i.pi)((0,i.pi)({},l[C]||{}),L[C]||{}),v},{})}function B(l,L){if(!L)return l;var p=D.C.formats;return(0,i.pi)((0,i.pi)((0,i.pi)({},p),l),{date:k(W(p.date,L),W(l.date||{},L)),time:k(W(p.time,L),W(l.time||{},L))})}var R=function(l,L,p,v,C){var S=l.locale,P=l.formats,N=l.messages,U=l.defaultLocale,le=l.defaultFormats,K=l.fallbackOnEmptyString,he=l.onError,ge=l.timeZone,Pe=l.defaultRichTextElements;p===void 0&&(p={id:""});var Ce=p.id,fe=p.defaultMessage;(0,T.kG)(!!Ce,"[@formatjs/intl] An `id` must be provided to format a message. You can either:\n1. Configure your build toolchain with [babel-plugin-formatjs](https://formatjs.io/docs/tooling/babel-plugin)\nor [@formatjs/ts-transformer](https://formatjs.io/docs/tooling/ts-transformer) OR\n2. Configure your `eslint` config to include [eslint-plugin-formatjs](https://formatjs.io/docs/tooling/linter#enforce-id)\nto autofix this issue");var me=String(Ce),ue=N&&Object.prototype.hasOwnProperty.call(N,me)&&N[me];if(Array.isArray(ue)&&ue.length===1&&ue[0].type===j.wD.literal)return ue[0].value;if(!v&&ue&&typeof ue=="string"&&!Pe)return ue.replace(/'\{(.*?)\}'/gi,"{$1}");if(v=(0,i.pi)((0,i.pi)({},Pe),v||{}),P=B(P,ge),le=B(le,ge),!ue){if(K===!1&&ue==="")return ue;if((!fe||S&&S.toLowerCase()!==U.toLowerCase())&&he(new x.$6(p,S)),fe)try{var xe=L.getMessageFormat(fe,U,le,C);return xe.format(v)}catch(we){return he(new x.X9('Error formatting default message for: "'.concat(me,'", rendering default message verbatim'),S,p,we)),typeof fe=="string"?fe:me}return me}try{var xe=L.getMessageFormat(ue,S,P,(0,i.pi)({formatters:L},C||{}));return xe.format(v)}catch(we){he(new x.X9('Error formatting message: "'.concat(me,'", using ').concat(fe?"default message":"id"," as fallback."),S,p,we))}if(fe)try{var xe=L.getMessageFormat(fe,U,le,C);return xe.format(v)}catch(we){he(new x.X9('Error formatting the default message for: "'.concat(me,'", rendering message verbatim'),S,p,we))}return typeof ue=="string"?ue:typeof fe=="string"?fe:me},O=o(32409),X=["style","currency","currencyDisplay","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","currencyDisplay","currencySign","notation","signDisplay","unit","unitDisplay","numberingSystem"];function H(l,L,p){var v=l.locale,C=l.formats,S=l.onError;p===void 0&&(p={});var P=p.format,N=P&&(0,O.TB)(C,"number",P,S)||{},U=(0,O.L6)(p,X,N);return L(v,U)}function Z(l,L,p,v){v===void 0&&(v={});try{return H(l,L,v).format(p)}catch(C){l.onError(new x.Qe("Error formatting number.",l.locale,C))}return String(p)}function b(l,L,p,v){v===void 0&&(v={});try{return H(l,L,v).formatToParts(p)}catch(C){l.onError(new x.Qe("Error formatting number.",l.locale,C))}return[]}var c=o(14979),r=["numeric","style"];function a(l,L,p){var v=l.locale,C=l.formats,S=l.onError;p===void 0&&(p={});var P=p.format,N=!!P&&(0,O.TB)(C,"relative",P,S)||{},U=(0,O.L6)(p,r,N);return L(v,U)}function s(l,L,p,v,C){C===void 0&&(C={}),v||(v="second");var S=Intl.RelativeTimeFormat;S||l.onError(new c.u_(`Intl.RelativeTimeFormat is not available in this environment.
15
15
  Try polyfilling it using "@formatjs/intl-relativetimeformat"
16
- `,c.jK.MISSING_INTL_API));try{return a(h,R,F).format(p,v)}catch(P){h.onError(new x.Qe("Error formatting relative time.",h.locale,P))}return String(p)}var C=["formatMatcher","timeZone","hour12","weekday","era","year","month","day","hour","minute","second","timeZoneName","hourCycle","dateStyle","timeStyle","calendar","numberingSystem","fractionalSecondDigits"];function L(h,R,p,v){var F=h.locale,S=h.formats,P=h.onError,N=h.timeZone;v===void 0&&(v={});var U=v.format,le=(0,i.pi)((0,i.pi)({},N&&{timeZone:N}),U&&(0,O.TB)(S,R,U,P)),K=(0,O.L6)(v,C,le);return R==="time"&&!K.hour&&!K.minute&&!K.second&&!K.timeStyle&&!K.dateStyle&&(K=(0,i.pi)((0,i.pi)({},K),{hour:"numeric",minute:"numeric"})),p(F,K)}function G(h,R){for(var p=[],v=2;v<arguments.length;v++)p[v-2]=arguments[v];var F=p[0],S=p[1],P=S===void 0?{}:S,N=typeof F=="string"?new Date(F||0):F;try{return L(h,"date",R,P).format(N)}catch(U){h.onError(new x.Rw(x.bc.FORMAT_ERROR,"Error formatting date.",U))}return String(N)}function ae(h,R){for(var p=[],v=2;v<arguments.length;v++)p[v-2]=arguments[v];var F=p[0],S=p[1],P=S===void 0?{}:S,N=typeof F=="string"?new Date(F||0):F;try{return L(h,"time",R,P).format(N)}catch(U){h.onError(new x.Rw(x.bc.FORMAT_ERROR,"Error formatting time.",U))}return String(N)}function re(h,R){for(var p=[],v=2;v<arguments.length;v++)p[v-2]=arguments[v];var F=p[0],S=p[1],P=p[2],N=P===void 0?{}:P,U=h.timeZone,le=h.locale,K=h.onError,he=(0,O.L6)(N,C,U?{timeZone:U}:{});try{return R(le,he).formatRange(F,S)}catch(ge){K(new x.Rw(x.bc.FORMAT_ERROR,"Error formatting date time range.",ge))}return String(F)}function ie(h,R){for(var p=[],v=2;v<arguments.length;v++)p[v-2]=arguments[v];var F=p[0],S=p[1],P=S===void 0?{}:S,N=typeof F=="string"?new Date(F||0):F;try{return L(h,"date",R,P).formatToParts(N)}catch(U){h.onError(new x.Rw(x.bc.FORMAT_ERROR,"Error formatting date.",U))}return[]}function oe(h,R){for(var p=[],v=2;v<arguments.length;v++)p[v-2]=arguments[v];var F=p[0],S=p[1],P=S===void 0?{}:S,N=typeof F=="string"?new Date(F||0):F;try{return L(h,"time",R,P).formatToParts(N)}catch(U){h.onError(new x.Rw(x.bc.FORMAT_ERROR,"Error formatting time.",U))}return[]}var ye=["type"];function pe(h,R,p,v){var F=h.locale,S=h.onError;v===void 0&&(v={}),Intl.PluralRules||S(new c.u_(`Intl.PluralRules is not available in this environment.
16
+ `,c.jK.MISSING_INTL_API));try{return a(l,L,C).format(p,v)}catch(P){l.onError(new x.Qe("Error formatting relative time.",l.locale,P))}return String(p)}var F=["formatMatcher","timeZone","hour12","weekday","era","year","month","day","hour","minute","second","timeZoneName","hourCycle","dateStyle","timeStyle","calendar","numberingSystem","fractionalSecondDigits"];function M(l,L,p,v){var C=l.locale,S=l.formats,P=l.onError,N=l.timeZone;v===void 0&&(v={});var U=v.format,le=(0,i.pi)((0,i.pi)({},N&&{timeZone:N}),U&&(0,O.TB)(S,L,U,P)),K=(0,O.L6)(v,F,le);return L==="time"&&!K.hour&&!K.minute&&!K.second&&!K.timeStyle&&!K.dateStyle&&(K=(0,i.pi)((0,i.pi)({},K),{hour:"numeric",minute:"numeric"})),p(C,K)}function G(l,L){for(var p=[],v=2;v<arguments.length;v++)p[v-2]=arguments[v];var C=p[0],S=p[1],P=S===void 0?{}:S,N=typeof C=="string"?new Date(C||0):C;try{return M(l,"date",L,P).format(N)}catch(U){l.onError(new x.Qe("Error formatting date.",l.locale,U))}return String(N)}function ae(l,L){for(var p=[],v=2;v<arguments.length;v++)p[v-2]=arguments[v];var C=p[0],S=p[1],P=S===void 0?{}:S,N=typeof C=="string"?new Date(C||0):C;try{return M(l,"time",L,P).format(N)}catch(U){l.onError(new x.Qe("Error formatting time.",l.locale,U))}return String(N)}function re(l,L){for(var p=[],v=2;v<arguments.length;v++)p[v-2]=arguments[v];var C=p[0],S=p[1],P=p[2],N=P===void 0?{}:P,U=l.timeZone,le=l.locale,K=l.onError,he=(0,O.L6)(N,F,U?{timeZone:U}:{});try{return L(le,he).formatRange(C,S)}catch(ge){K(new x.Qe("Error formatting date time range.",l.locale,ge))}return String(C)}function ie(l,L){for(var p=[],v=2;v<arguments.length;v++)p[v-2]=arguments[v];var C=p[0],S=p[1],P=S===void 0?{}:S,N=typeof C=="string"?new Date(C||0):C;try{return M(l,"date",L,P).formatToParts(N)}catch(U){l.onError(new x.Qe("Error formatting date.",l.locale,U))}return[]}function oe(l,L){for(var p=[],v=2;v<arguments.length;v++)p[v-2]=arguments[v];var C=p[0],S=p[1],P=S===void 0?{}:S,N=typeof C=="string"?new Date(C||0):C;try{return M(l,"time",L,P).formatToParts(N)}catch(U){l.onError(new x.Qe("Error formatting time.",l.locale,U))}return[]}var ye=["type"];function pe(l,L,p,v){var C=l.locale,S=l.onError;v===void 0&&(v={}),Intl.PluralRules||S(new c.u_(`Intl.PluralRules is not available in this environment.
17
17
  Try polyfilling it using "@formatjs/intl-pluralrules"
18
- `,c.jK.MISSING_INTL_API));var P=(0,O.L6)(v,ye);try{return R(F,P).select(p)}catch(N){S(new x.Qe("Error formatting plural.",F,N))}return"other"}var de=["type","style"],se=Date.now();function be(h){return"".concat(se,"_").concat(h,"_").concat(se)}function Se(h,R,p,v){v===void 0&&(v={});var F=Me(h,R,p,v).reduce(function(S,P){var N=P.value;return typeof N!="string"?S.push(N):typeof S[S.length-1]=="string"?S[S.length-1]+=N:S.push(N),S},[]);return F.length===1?F[0]:F.length===0?"":F}function Me(h,R,p,v){var F=h.locale,S=h.onError;v===void 0&&(v={});var P=Intl.ListFormat;P||S(new c.u_(`Intl.ListFormat is not available in this environment.
18
+ `,c.jK.MISSING_INTL_API));var P=(0,O.L6)(v,ye);try{return L(C,P).select(p)}catch(N){S(new x.Qe("Error formatting plural.",C,N))}return"other"}var de=["type","style"],se=Date.now();function be(l){return"".concat(se,"_").concat(l,"_").concat(se)}function Se(l,L,p,v){v===void 0&&(v={});var C=Ee(l,L,p,v).reduce(function(S,P){var N=P.value;return typeof N!="string"?S.push(N):typeof S[S.length-1]=="string"?S[S.length-1]+=N:S.push(N),S},[]);return C.length===1?C[0]:C.length===0?"":C}function Ee(l,L,p,v){var C=l.locale,S=l.onError;v===void 0&&(v={});var P=Intl.ListFormat;P||S(new c.u_(`Intl.ListFormat is not available in this environment.
19
19
  Try polyfilling it using "@formatjs/intl-listformat"
20
- `,c.jK.MISSING_INTL_API));var N=(0,O.L6)(v,de);try{var U={},le=p.map(function(K,he){if(typeof K=="object"){var ge=be(he);return U[ge]=K,ge}return String(K)});return R(F,N).formatToParts(le).map(function(K){return K.type==="literal"?K:(0,i.pi)((0,i.pi)({},K),{value:U[K.value]||K.value})})}catch(K){S(new x.Rw(x.bc.FORMAT_ERROR,"Error formatting list.",K))}return p}var We=["style","type","fallback","languageDisplay"];function ke(h,R,p,v){var F=h.locale,S=h.onError,P=Intl.DisplayNames;P||S(new c.u_(`Intl.DisplayNames is not available in this environment.
20
+ `,c.jK.MISSING_INTL_API));var N=(0,O.L6)(v,de);try{var U={},le=p.map(function(K,he){if(typeof K=="object"){var ge=be(he);return U[ge]=K,ge}return String(K)});return L(C,N).formatToParts(le).map(function(K){return K.type==="literal"?K:(0,i.pi)((0,i.pi)({},K),{value:U[K.value]||K.value})})}catch(K){S(new x.Qe("Error formatting list.",C,K))}return p}var We=["style","type","fallback","languageDisplay"];function ke(l,L,p,v){var C=l.locale,S=l.onError,P=Intl.DisplayNames;P||S(new c.u_(`Intl.DisplayNames is not available in this environment.
21
21
  Try polyfilling it using "@formatjs/intl-displaynames"
22
- `,c.jK.MISSING_INTL_API));var N=(0,O.L6)(v,We);try{return R(F,N).of(p)}catch(U){S(new x.Rw(x.bc.FORMAT_ERROR,"Error formatting display name.",U))}}function je(h){var R=h?h[Object.keys(h)[0]]:void 0;return typeof R=="string"}function Ge(h){h.onWarn&&h.defaultRichTextElements&&je(h.messages||{})&&h.onWarn(`[@formatjs/intl] "defaultRichTextElements" was specified but "message" was not pre-compiled.
22
+ `,c.jK.MISSING_INTL_API));var N=(0,O.L6)(v,We);try{return L(C,N).of(p)}catch(U){S(new x.Qe("Error formatting display name.",C,U))}}function je(l){var L=l?l[Object.keys(l)[0]]:void 0;return typeof L=="string"}function Ge(l){l.onWarn&&l.defaultRichTextElements&&je(l.messages||{})&&l.onWarn(`[@formatjs/intl] "defaultRichTextElements" was specified but "message" was not pre-compiled.
23
23
  Please consider using "@formatjs/cli" to pre-compile your messages for performance.
24
- For more details see https://formatjs.io/docs/getting-started/message-distribution`)}function Xe(h,R){var p=(0,O.ax)(R),v=(0,i.pi)((0,i.pi)({},O.Z0),h),F=v.locale,S=v.defaultLocale,P=v.onError;return F?!Intl.NumberFormat.supportedLocalesOf(F).length&&P?P(new x.gb('Missing locale data for locale: "'.concat(F,'" in Intl.NumberFormat. Using default locale: "').concat(S,'" as fallback. See https://formatjs.io/docs/react-intl#runtime-requirements for more details'))):!Intl.DateTimeFormat.supportedLocalesOf(F).length&&P&&P(new x.gb('Missing locale data for locale: "'.concat(F,'" in Intl.DateTimeFormat. Using default locale: "').concat(S,'" as fallback. See https://formatjs.io/docs/react-intl#runtime-requirements for more details'))):(P&&P(new x.OV('"locale" was not configured, using "'.concat(S,'" as fallback. See https://formatjs.io/docs/react-intl/api#intlshape for more details'))),v.locale=v.defaultLocale||"en"),Ge(v),(0,i.pi)((0,i.pi)({},v),{formatters:p,formatNumber:Z.bind(null,v,p.getNumberFormat),formatNumberToParts:b.bind(null,v,p.getNumberFormat),formatRelativeTime:s.bind(null,v,p.getRelativeTimeFormat),formatDate:G.bind(null,v,p.getDateTimeFormat),formatDateToParts:ie.bind(null,v,p.getDateTimeFormat),formatTime:ae.bind(null,v,p.getDateTimeFormat),formatDateTimeRange:re.bind(null,v,p.getDateTimeFormat),formatTimeToParts:oe.bind(null,v,p.getDateTimeFormat),formatPlural:pe.bind(null,v,p.getPluralRules),formatMessage:D.bind(null,v,p),$t:D.bind(null,v,p),formatList:Se.bind(null,v,p.getListFormat),formatListToParts:Me.bind(null,v,p.getListFormat),formatDisplayName:ke.bind(null,v,p.getDisplayNames)})}var Ee=o(33961);function Re(h){return{locale:h.locale,timeZone:h.timeZone,fallbackOnEmptyString:h.fallbackOnEmptyString,formats:h.formats,textComponent:h.textComponent,messages:h.messages,defaultLocale:h.defaultLocale,defaultFormats:h.defaultFormats,onError:h.onError,onWarn:h.onWarn,wrapRichTextChunksInFragment:h.wrapRichTextChunksInFragment,defaultRichTextElements:h.defaultRichTextElements}}function Te(h){return h&&Object.keys(h).reduce(function(R,p){var v=h[p];return R[p]=(0,Ee.Gt)(v)?(0,g.dt)(v):v,R},{})}var Ae=function(h,R,p,v){for(var F=[],S=4;S<arguments.length;S++)F[S-4]=arguments[S];var P=Te(v),N=D.apply(void 0,(0,i.ev)([h,R,p,P],F,!1));return Array.isArray(N)?u.Children.toArray(N):N},Oe=function(h,R){var p=h.defaultRichTextElements,v=(0,i._T)(h,["defaultRichTextElements"]),F=Te(p),S=Xe((0,i.pi)((0,i.pi)((0,i.pi)({},g.Z0),v),{defaultRichTextElements:F}),R),P={locale:S.locale,timeZone:S.timeZone,fallbackOnEmptyString:S.fallbackOnEmptyString,formats:S.formats,defaultLocale:S.defaultLocale,defaultFormats:S.defaultFormats,messages:S.messages,onError:S.onError,defaultRichTextElements:F};return(0,i.pi)((0,i.pi)({},S),{formatMessage:Ae.bind(null,P,S.formatters),$t:Ae.bind(null,P,S.formatters)})},De=function(h){(0,i.ZT)(R,h);function R(){var p=h!==null&&h.apply(this,arguments)||this;return p.cache=(0,O.Sn)(),p.state={cache:p.cache,intl:Oe(Re(p.props),p.cache),prevConfig:Re(p.props)},p}return R.getDerivedStateFromProps=function(p,v){var F=v.prevConfig,S=v.cache,P=Re(p);return(0,g.wU)(F,P)?null:{intl:Oe(P,S),prevConfig:P}},R.prototype.render=function(){return(0,g.lq)(this.state.intl),u.createElement(w.zt,{value:this.state.intl},this.props.children)},R.displayName="IntlProvider",R.defaultProps=g.Z0,R}(u.PureComponent),Ze=De},86113:function(V,I,o){"use strict";o.d(I,{S:function(){return J}});var i=o(20011),u=o(17209),w=o(23788),g=o(6265),E=o(52510),A=o(68143),x=function(){function Z(c){this.defaultOptions=c.defaultOptions,this.setOptions(c.options),this.observers=[],this.cache=c.cache,this.queryKey=c.queryKey,this.queryHash=c.queryHash,this.initialState=c.state||this.getDefaultState(this.options),this.state=this.initialState,this.scheduleGc()}var b=Z.prototype;return b.setOptions=function(r){var a;this.options=(0,i.Z)({},this.defaultOptions,r),this.cacheTime=Math.max(this.cacheTime||0,(a=this.options.cacheTime)!=null?a:5*60*1e3)},b.setDefaultOptions=function(r){this.defaultOptions=r},b.scheduleGc=function(){var r=this;this.clearGcTimeout(),(0,u.PN)(this.cacheTime)&&(this.gcTimeout=setTimeout(function(){r.optionalRemove()},this.cacheTime))},b.clearGcTimeout=function(){clearTimeout(this.gcTimeout),this.gcTimeout=void 0},b.optionalRemove=function(){!this.observers.length&&!this.state.isFetching&&this.cache.remove(this)},b.setData=function(r,a){var s,C,L=this.state.data,G=(0,u.SE)(r,L);return(s=(C=this.options).isDataEqual)!=null&&s.call(C,L,G)?G=L:this.options.structuralSharing!==!1&&(G=(0,u.Q$)(L,G)),this.dispatch({data:G,type:"success",dataUpdatedAt:a?.updatedAt}),G},b.setState=function(r,a){this.dispatch({type:"setState",state:r,setStateOptions:a})},b.cancel=function(r){var a,s=this.promise;return(a=this.retryer)==null||a.cancel(r),s?s.then(u.ZT).catch(u.ZT):Promise.resolve()},b.destroy=function(){this.clearGcTimeout(),this.cancel({silent:!0})},b.reset=function(){this.destroy(),this.setState(this.initialState)},b.isActive=function(){return this.observers.some(function(r){return r.options.enabled!==!1})},b.isFetching=function(){return this.state.isFetching},b.isStale=function(){return this.state.isInvalidated||!this.state.dataUpdatedAt||this.observers.some(function(r){return r.getCurrentResult().isStale})},b.isStaleByTime=function(r){return r===void 0&&(r=0),this.state.isInvalidated||!this.state.dataUpdatedAt||!(0,u.Kp)(this.state.dataUpdatedAt,r)},b.onFocus=function(){var r,a=this.observers.find(function(s){return s.shouldFetchOnWindowFocus()});a&&a.refetch(),(r=this.retryer)==null||r.continue()},b.onOnline=function(){var r,a=this.observers.find(function(s){return s.shouldFetchOnReconnect()});a&&a.refetch(),(r=this.retryer)==null||r.continue()},b.addObserver=function(r){this.observers.indexOf(r)===-1&&(this.observers.push(r),this.clearGcTimeout(),this.cache.notify({type:"observerAdded",query:this,observer:r}))},b.removeObserver=function(r){this.observers.indexOf(r)!==-1&&(this.observers=this.observers.filter(function(a){return a!==r}),this.observers.length||(this.retryer&&(this.retryer.isTransportCancelable?this.retryer.cancel({revert:!0}):this.retryer.cancelRetry()),this.cacheTime?this.scheduleGc():this.cache.remove(this)),this.cache.notify({type:"observerRemoved",query:this,observer:r}))},b.getObserversCount=function(){return this.observers.length},b.invalidate=function(){this.state.isInvalidated||this.dispatch({type:"invalidate"})},b.fetch=function(r,a){var s=this,C,L;if(this.state.isFetching){if(this.state.dataUpdatedAt&&a?.cancelRefetch)this.cancel({silent:!0});else if(this.promise)return this.promise}if(r&&this.setOptions(r),!this.options.queryFn){var G=this.observers.find(function(de){return de.options.queryFn});G&&this.setOptions(G.options)}var ae=(0,u.mc)(this.queryKey),re={queryKey:ae,pageParam:void 0},ie=function(){return s.options.queryFn?s.options.queryFn(re):Promise.reject("Missing queryFn")},oe={fetchOptions:a,options:this.options,queryKey:ae,state:this.state,fetchFn:ie};if((C=this.options.behavior)!=null&&C.onFetch){var ye;(ye=this.options.behavior)==null||ye.onFetch(oe)}if(this.revertState=this.state,!this.state.isFetching||this.state.fetchMeta!==((L=oe.fetchOptions)==null?void 0:L.meta)){var pe;this.dispatch({type:"fetch",meta:(pe=oe.fetchOptions)==null?void 0:pe.meta})}return this.retryer=new A.m4({fn:oe.fetchFn,onSuccess:function(se){s.setData(se),s.cache.config.onSuccess==null||s.cache.config.onSuccess(se,s),s.cacheTime===0&&s.optionalRemove()},onError:function(se){(0,A.DV)(se)&&se.silent||s.dispatch({type:"error",error:se}),(0,A.DV)(se)||(s.cache.config.onError==null||s.cache.config.onError(se,s),(0,E.j)().error(se)),s.cacheTime===0&&s.optionalRemove()},onFail:function(){s.dispatch({type:"failed"})},onPause:function(){s.dispatch({type:"pause"})},onContinue:function(){s.dispatch({type:"continue"})},retry:oe.options.retry,retryDelay:oe.options.retryDelay}),this.promise=this.retryer.promise,this.promise},b.dispatch=function(r){var a=this;this.state=this.reducer(this.state,r),g.V.batch(function(){a.observers.forEach(function(s){s.onQueryUpdate(r)}),a.cache.notify({query:a,type:"queryUpdated",action:r})})},b.getDefaultState=function(r){var a=typeof r.initialData=="function"?r.initialData():r.initialData,s=typeof r.initialData<"u",C=s?typeof r.initialDataUpdatedAt=="function"?r.initialDataUpdatedAt():r.initialDataUpdatedAt:0,L=typeof a<"u";return{data:a,dataUpdateCount:0,dataUpdatedAt:L?C??Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchMeta:null,isFetching:!1,isInvalidated:!1,isPaused:!1,status:L?"success":"idle"}},b.reducer=function(r,a){var s,C;switch(a.type){case"failed":return(0,i.Z)({},r,{fetchFailureCount:r.fetchFailureCount+1});case"pause":return(0,i.Z)({},r,{isPaused:!0});case"continue":return(0,i.Z)({},r,{isPaused:!1});case"fetch":return(0,i.Z)({},r,{fetchFailureCount:0,fetchMeta:(s=a.meta)!=null?s:null,isFetching:!0,isPaused:!1,status:r.dataUpdatedAt?r.status:"loading"});case"success":return(0,i.Z)({},r,{data:a.data,dataUpdateCount:r.dataUpdateCount+1,dataUpdatedAt:(C=a.dataUpdatedAt)!=null?C:Date.now(),error:null,fetchFailureCount:0,isFetching:!1,isInvalidated:!1,isPaused:!1,status:"success"});case"error":var L=a.error;return(0,A.DV)(L)&&L.revert&&this.revertState?(0,i.Z)({},this.revertState):(0,i.Z)({},r,{error:L,errorUpdateCount:r.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:r.fetchFailureCount+1,isFetching:!1,isPaused:!1,status:"error"});case"invalidate":return(0,i.Z)({},r,{isInvalidated:!0});case"setState":return(0,i.Z)({},r,a.state);default:return r}},Z}(),j=o(30128),W=function(Z){(0,w.Z)(b,Z);function b(r){var a;return a=Z.call(this)||this,a.config=r||{},a.queries=[],a.queriesMap={},a}var c=b.prototype;return c.build=function(a,s,C){var L,G=s.queryKey,ae=(L=s.queryHash)!=null?L:(0,u.Rm)(G,s),re=this.get(ae);return re||(re=new x({cache:this,queryKey:G,queryHash:ae,options:a.defaultQueryOptions(s),state:C,defaultOptions:a.getQueryDefaults(G)}),this.add(re)),re},c.add=function(a){this.queriesMap[a.queryHash]||(this.queriesMap[a.queryHash]=a,this.queries.push(a),this.notify({type:"queryAdded",query:a}))},c.remove=function(a){var s=this.queriesMap[a.queryHash];s&&(a.destroy(),this.queries=this.queries.filter(function(C){return C!==a}),s===a&&delete this.queriesMap[a.queryHash],this.notify({type:"queryRemoved",query:a}))},c.clear=function(){var a=this;g.V.batch(function(){a.queries.forEach(function(s){a.remove(s)})})},c.get=function(a){return this.queriesMap[a]},c.getAll=function(){return this.queries},c.find=function(a,s){var C=(0,u.I6)(a,s),L=C[0];return typeof L.exact>"u"&&(L.exact=!0),this.queries.find(function(G){return(0,u._x)(L,G)})},c.findAll=function(a,s){var C=(0,u.I6)(a,s),L=C[0];return L?this.queries.filter(function(G){return(0,u._x)(L,G)}):this.queries},c.notify=function(a){var s=this;g.V.batch(function(){s.listeners.forEach(function(C){C(a)})})},c.onFocus=function(){var a=this;g.V.batch(function(){a.queries.forEach(function(s){s.onFocus()})})},c.onOnline=function(){var a=this;g.V.batch(function(){a.queries.forEach(function(s){s.onOnline()})})},b}(j.l),k=o(7216),B=function(Z){(0,w.Z)(b,Z);function b(r){var a;return a=Z.call(this)||this,a.config=r||{},a.mutations=[],a.mutationId=0,a}var c=b.prototype;return c.build=function(a,s,C){var L=new k.m({mutationCache:this,mutationId:++this.mutationId,options:a.defaultMutationOptions(s),state:C,defaultOptions:s.mutationKey?a.getMutationDefaults(s.mutationKey):void 0});return this.add(L),L},c.add=function(a){this.mutations.push(a),this.notify(a)},c.remove=function(a){this.mutations=this.mutations.filter(function(s){return s!==a}),a.cancel(),this.notify(a)},c.clear=function(){var a=this;g.V.batch(function(){a.mutations.forEach(function(s){a.remove(s)})})},c.getAll=function(){return this.mutations},c.find=function(a){return typeof a.exact>"u"&&(a.exact=!0),this.mutations.find(function(s){return(0,u.X7)(a,s)})},c.findAll=function(a){return this.mutations.filter(function(s){return(0,u.X7)(a,s)})},c.notify=function(a){var s=this;g.V.batch(function(){s.listeners.forEach(function(C){C(a)})})},c.onFocus=function(){this.resumePausedMutations()},c.onOnline=function(){this.resumePausedMutations()},c.resumePausedMutations=function(){var a=this.mutations.filter(function(s){return s.state.isPaused});return g.V.batch(function(){return a.reduce(function(s,C){return s.then(function(){return C.continue().catch(u.ZT)})},Promise.resolve())})},b}(j.l),D=o(43596),O=o(8144),X=o(34215),J=function(){function Z(c){c===void 0&&(c={}),this.queryCache=c.queryCache||new W,this.mutationCache=c.mutationCache||new B,this.defaultOptions=c.defaultOptions||{},this.queryDefaults=[],this.mutationDefaults=[]}var b=Z.prototype;return b.mount=function(){var r=this;this.unsubscribeFocus=D.j.subscribe(function(){D.j.isFocused()&&O.N.isOnline()&&(r.mutationCache.onFocus(),r.queryCache.onFocus())}),this.unsubscribeOnline=O.N.subscribe(function(){D.j.isFocused()&&O.N.isOnline()&&(r.mutationCache.onOnline(),r.queryCache.onOnline())})},b.unmount=function(){var r,a;(r=this.unsubscribeFocus)==null||r.call(this),(a=this.unsubscribeOnline)==null||a.call(this)},b.isFetching=function(r,a){var s=(0,u.I6)(r,a),C=s[0];return C.fetching=!0,this.queryCache.findAll(C).length},b.isMutating=function(r){return this.mutationCache.findAll((0,i.Z)({},r,{fetching:!0})).length},b.getQueryData=function(r,a){var s;return(s=this.queryCache.find(r,a))==null?void 0:s.state.data},b.getQueriesData=function(r){return this.getQueryCache().findAll(r).map(function(a){var s=a.queryKey,C=a.state,L=C.data;return[s,L]})},b.setQueryData=function(r,a,s){var C=(0,u._v)(r),L=this.defaultQueryOptions(C);return this.queryCache.build(this,L).setData(a,s)},b.setQueriesData=function(r,a,s){var C=this;return g.V.batch(function(){return C.getQueryCache().findAll(r).map(function(L){var G=L.queryKey;return[G,C.setQueryData(G,a,s)]})})},b.getQueryState=function(r,a){var s;return(s=this.queryCache.find(r,a))==null?void 0:s.state},b.removeQueries=function(r,a){var s=(0,u.I6)(r,a),C=s[0],L=this.queryCache;g.V.batch(function(){L.findAll(C).forEach(function(G){L.remove(G)})})},b.resetQueries=function(r,a,s){var C=this,L=(0,u.I6)(r,a,s),G=L[0],ae=L[1],re=this.queryCache,ie=(0,i.Z)({},G,{active:!0});return g.V.batch(function(){return re.findAll(G).forEach(function(oe){oe.reset()}),C.refetchQueries(ie,ae)})},b.cancelQueries=function(r,a,s){var C=this,L=(0,u.I6)(r,a,s),G=L[0],ae=L[1],re=ae===void 0?{}:ae;typeof re.revert>"u"&&(re.revert=!0);var ie=g.V.batch(function(){return C.queryCache.findAll(G).map(function(oe){return oe.cancel(re)})});return Promise.all(ie).then(u.ZT).catch(u.ZT)},b.invalidateQueries=function(r,a,s){var C,L,G,ae=this,re=(0,u.I6)(r,a,s),ie=re[0],oe=re[1],ye=(0,i.Z)({},ie,{active:(C=(L=ie.refetchActive)!=null?L:ie.active)!=null?C:!0,inactive:(G=ie.refetchInactive)!=null?G:!1});return g.V.batch(function(){return ae.queryCache.findAll(ie).forEach(function(pe){pe.invalidate()}),ae.refetchQueries(ye,oe)})},b.refetchQueries=function(r,a,s){var C=this,L=(0,u.I6)(r,a,s),G=L[0],ae=L[1],re=g.V.batch(function(){return C.queryCache.findAll(G).map(function(oe){return oe.fetch(void 0,{meta:{refetchPage:G?.refetchPage}})})}),ie=Promise.all(re).then(u.ZT);return ae?.throwOnError||(ie=ie.catch(u.ZT)),ie},b.fetchQuery=function(r,a,s){var C=(0,u._v)(r,a,s),L=this.defaultQueryOptions(C);typeof L.retry>"u"&&(L.retry=!1);var G=this.queryCache.build(this,L);return G.isStaleByTime(L.staleTime)?G.fetch(L):Promise.resolve(G.state.data)},b.prefetchQuery=function(r,a,s){return this.fetchQuery(r,a,s).then(u.ZT).catch(u.ZT)},b.fetchInfiniteQuery=function(r,a,s){var C=(0,u._v)(r,a,s);return C.behavior=(0,X.Gm)(),this.fetchQuery(C)},b.prefetchInfiniteQuery=function(r,a,s){return this.fetchInfiniteQuery(r,a,s).then(u.ZT).catch(u.ZT)},b.cancelMutations=function(){var r=this,a=g.V.batch(function(){return r.mutationCache.getAll().map(function(s){return s.cancel()})});return Promise.all(a).then(u.ZT).catch(u.ZT)},b.resumePausedMutations=function(){return this.getMutationCache().resumePausedMutations()},b.executeMutation=function(r){return this.mutationCache.build(this,r).execute()},b.getQueryCache=function(){return this.queryCache},b.getMutationCache=function(){return this.mutationCache},b.getDefaultOptions=function(){return this.defaultOptions},b.setDefaultOptions=function(r){this.defaultOptions=r},b.setQueryDefaults=function(r,a){var s=this.queryDefaults.find(function(C){return(0,u.yF)(r)===(0,u.yF)(C.queryKey)});s?s.defaultOptions=a:this.queryDefaults.push({queryKey:r,defaultOptions:a})},b.getQueryDefaults=function(r){var a;return r?(a=this.queryDefaults.find(function(s){return(0,u.to)(r,s.queryKey)}))==null?void 0:a.defaultOptions:void 0},b.setMutationDefaults=function(r,a){var s=this.mutationDefaults.find(function(C){return(0,u.yF)(r)===(0,u.yF)(C.mutationKey)});s?s.defaultOptions=a:this.mutationDefaults.push({mutationKey:r,defaultOptions:a})},b.getMutationDefaults=function(r){var a;return r?(a=this.mutationDefaults.find(function(s){return(0,u.to)(r,s.mutationKey)}))==null?void 0:a.defaultOptions:void 0},b.defaultQueryOptions=function(r){if(r?._defaulted)return r;var a=(0,i.Z)({},this.defaultOptions.queries,this.getQueryDefaults(r?.queryKey),r,{_defaulted:!0});return!a.queryHash&&a.queryKey&&(a.queryHash=(0,u.Rm)(a.queryKey,a)),a},b.defaultQueryObserverOptions=function(r){return this.defaultQueryOptions(r)},b.defaultMutationOptions=function(r){return r?._defaulted?r:(0,i.Z)({},this.defaultOptions.mutations,this.getMutationDefaults(r?.mutationKey),r,{_defaulted:!0})},b.clear=function(){this.queryCache.clear(),this.mutationCache.clear()},Z}()},17e3:function(V,I,o){"use strict";o.d(I,{D:function(){return g}});var i=o(32735),u=o(60216),w=o(72850);const g=({children:E})=>i.createElement(w.x,{paddingLeft:10,paddingRight:10},E);g.propTypes={children:u.node.isRequired}},82055:function(V,I,o){"use strict";o.d(I,{T:function(){return B}});var i=o(32735),u=o(60216),w=o(8471),g=o(72850),E=o(87933);const A=X=>{const J=(0,i.useRef)(null),[Z,b]=(0,i.useState)(!0),c=([r])=>{b(r.isIntersecting)};return(0,i.useEffect)(()=>{const r=J.current,a=new IntersectionObserver(c,X);return r&&a.observe(J.current),()=>{r&&a.disconnect()}},[J,X]),[J,Z]};var x=o(63060);const j=(X,J)=>{const Z=(0,x.W)(J);(0,i.useLayoutEffect)(()=>{const b=new ResizeObserver(Z);return Array.isArray(X)?X.forEach(c=>{c.current&&b.observe(c.current)}):X.current&&b.observe(X.current),()=>{b.disconnect()}},[X,Z])};var W=o(49372);const k=()=>{const X=(0,i.useRef)(null),[J,Z]=(0,i.useState)(null),[b,c]=A({root:null,rootMargin:"0px",threshold:0});return j(b,()=>{b.current&&Z(b.current.getBoundingClientRect())}),(0,i.useEffect)(()=>{X.current&&Z(X.current.getBoundingClientRect())},[X]),{containerRef:b,isVisible:c,baseHeaderLayoutRef:X,headerSize:J}},B=X=>{const{containerRef:J,isVisible:Z,baseHeaderLayoutRef:b,headerSize:c}=k();return i.createElement(i.Fragment,null,i.createElement("div",{style:{height:c?.height},ref:J},Z&&i.createElement(O,{ref:b,...X})),!Z&&i.createElement(O,{...X,sticky:!0,width:c?.width}))};B.displayName="HeaderLayout";const D=(0,w.ZP)(g.x)`
24
+ For more details see https://formatjs.io/docs/getting-started/message-distribution`)}function Xe(l,L){var p=(0,O.ax)(L),v=(0,i.pi)((0,i.pi)({},O.Z0),l),C=v.locale,S=v.defaultLocale,P=v.onError;return C?!Intl.NumberFormat.supportedLocalesOf(C).length&&P?P(new x.gb('Missing locale data for locale: "'.concat(C,'" in Intl.NumberFormat. Using default locale: "').concat(S,'" as fallback. See https://formatjs.io/docs/react-intl#runtime-requirements for more details'))):!Intl.DateTimeFormat.supportedLocalesOf(C).length&&P&&P(new x.gb('Missing locale data for locale: "'.concat(C,'" in Intl.DateTimeFormat. Using default locale: "').concat(S,'" as fallback. See https://formatjs.io/docs/react-intl#runtime-requirements for more details'))):(P&&P(new x.OV('"locale" was not configured, using "'.concat(S,'" as fallback. See https://formatjs.io/docs/react-intl/api#intlshape for more details'))),v.locale=v.defaultLocale||"en"),Ge(v),(0,i.pi)((0,i.pi)({},v),{formatters:p,formatNumber:Z.bind(null,v,p.getNumberFormat),formatNumberToParts:b.bind(null,v,p.getNumberFormat),formatRelativeTime:s.bind(null,v,p.getRelativeTimeFormat),formatDate:G.bind(null,v,p.getDateTimeFormat),formatDateToParts:ie.bind(null,v,p.getDateTimeFormat),formatTime:ae.bind(null,v,p.getDateTimeFormat),formatDateTimeRange:re.bind(null,v,p.getDateTimeFormat),formatTimeToParts:oe.bind(null,v,p.getDateTimeFormat),formatPlural:pe.bind(null,v,p.getPluralRules),formatMessage:R.bind(null,v,p),$t:R.bind(null,v,p),formatList:Se.bind(null,v,p.getListFormat),formatListToParts:Ee.bind(null,v,p.getListFormat),formatDisplayName:ke.bind(null,v,p.getDisplayNames)})}var Te=o(33961);function Le(l){return{locale:l.locale,timeZone:l.timeZone,fallbackOnEmptyString:l.fallbackOnEmptyString,formats:l.formats,textComponent:l.textComponent,messages:l.messages,defaultLocale:l.defaultLocale,defaultFormats:l.defaultFormats,onError:l.onError,onWarn:l.onWarn,wrapRichTextChunksInFragment:l.wrapRichTextChunksInFragment,defaultRichTextElements:l.defaultRichTextElements}}function Ae(l){return l&&Object.keys(l).reduce(function(L,p){var v=l[p];return L[p]=(0,Te.Gt)(v)?(0,g.dt)(v):v,L},{})}var De=function(l,L,p,v){for(var C=[],S=4;S<arguments.length;S++)C[S-4]=arguments[S];var P=Ae(v),N=R.apply(void 0,(0,i.ev)([l,L,p,P],C,!1));return Array.isArray(N)?u.Children.toArray(N):N},Oe=function(l,L){var p=l.defaultRichTextElements,v=(0,i._T)(l,["defaultRichTextElements"]),C=Ae(p),S=Xe((0,i.pi)((0,i.pi)((0,i.pi)({},g.Z0),v),{defaultRichTextElements:C}),L),P={locale:S.locale,timeZone:S.timeZone,fallbackOnEmptyString:S.fallbackOnEmptyString,formats:S.formats,defaultLocale:S.defaultLocale,defaultFormats:S.defaultFormats,messages:S.messages,onError:S.onError,defaultRichTextElements:C};return(0,i.pi)((0,i.pi)({},S),{formatMessage:De.bind(null,P,S.formatters),$t:De.bind(null,P,S.formatters)})},Re=function(l){(0,i.ZT)(L,l);function L(){var p=l!==null&&l.apply(this,arguments)||this;return p.cache=(0,O.Sn)(),p.state={cache:p.cache,intl:Oe(Le(p.props),p.cache),prevConfig:Le(p.props)},p}return L.getDerivedStateFromProps=function(p,v){var C=v.prevConfig,S=v.cache,P=Le(p);return(0,g.wU)(C,P)?null:{intl:Oe(P,S),prevConfig:P}},L.prototype.render=function(){return(0,g.lq)(this.state.intl),u.createElement(w.zt,{value:this.state.intl},this.props.children)},L.displayName="IntlProvider",L.defaultProps=g.Z0,L}(u.PureComponent),Ze=Re},86113:function(V,I,o){"use strict";o.d(I,{S:function(){return H}});var i=o(20011),u=o(17209),w=o(23788),g=o(6265),T=o(52510),D=o(68143),x=function(){function Z(c){this.defaultOptions=c.defaultOptions,this.setOptions(c.options),this.observers=[],this.cache=c.cache,this.queryKey=c.queryKey,this.queryHash=c.queryHash,this.initialState=c.state||this.getDefaultState(this.options),this.state=this.initialState,this.scheduleGc()}var b=Z.prototype;return b.setOptions=function(r){var a;this.options=(0,i.Z)({},this.defaultOptions,r),this.cacheTime=Math.max(this.cacheTime||0,(a=this.options.cacheTime)!=null?a:5*60*1e3)},b.setDefaultOptions=function(r){this.defaultOptions=r},b.scheduleGc=function(){var r=this;this.clearGcTimeout(),(0,u.PN)(this.cacheTime)&&(this.gcTimeout=setTimeout(function(){r.optionalRemove()},this.cacheTime))},b.clearGcTimeout=function(){clearTimeout(this.gcTimeout),this.gcTimeout=void 0},b.optionalRemove=function(){!this.observers.length&&!this.state.isFetching&&this.cache.remove(this)},b.setData=function(r,a){var s,F,M=this.state.data,G=(0,u.SE)(r,M);return(s=(F=this.options).isDataEqual)!=null&&s.call(F,M,G)?G=M:this.options.structuralSharing!==!1&&(G=(0,u.Q$)(M,G)),this.dispatch({data:G,type:"success",dataUpdatedAt:a?.updatedAt}),G},b.setState=function(r,a){this.dispatch({type:"setState",state:r,setStateOptions:a})},b.cancel=function(r){var a,s=this.promise;return(a=this.retryer)==null||a.cancel(r),s?s.then(u.ZT).catch(u.ZT):Promise.resolve()},b.destroy=function(){this.clearGcTimeout(),this.cancel({silent:!0})},b.reset=function(){this.destroy(),this.setState(this.initialState)},b.isActive=function(){return this.observers.some(function(r){return r.options.enabled!==!1})},b.isFetching=function(){return this.state.isFetching},b.isStale=function(){return this.state.isInvalidated||!this.state.dataUpdatedAt||this.observers.some(function(r){return r.getCurrentResult().isStale})},b.isStaleByTime=function(r){return r===void 0&&(r=0),this.state.isInvalidated||!this.state.dataUpdatedAt||!(0,u.Kp)(this.state.dataUpdatedAt,r)},b.onFocus=function(){var r,a=this.observers.find(function(s){return s.shouldFetchOnWindowFocus()});a&&a.refetch(),(r=this.retryer)==null||r.continue()},b.onOnline=function(){var r,a=this.observers.find(function(s){return s.shouldFetchOnReconnect()});a&&a.refetch(),(r=this.retryer)==null||r.continue()},b.addObserver=function(r){this.observers.indexOf(r)===-1&&(this.observers.push(r),this.clearGcTimeout(),this.cache.notify({type:"observerAdded",query:this,observer:r}))},b.removeObserver=function(r){this.observers.indexOf(r)!==-1&&(this.observers=this.observers.filter(function(a){return a!==r}),this.observers.length||(this.retryer&&(this.retryer.isTransportCancelable?this.retryer.cancel({revert:!0}):this.retryer.cancelRetry()),this.cacheTime?this.scheduleGc():this.cache.remove(this)),this.cache.notify({type:"observerRemoved",query:this,observer:r}))},b.getObserversCount=function(){return this.observers.length},b.invalidate=function(){this.state.isInvalidated||this.dispatch({type:"invalidate"})},b.fetch=function(r,a){var s=this,F,M;if(this.state.isFetching){if(this.state.dataUpdatedAt&&a?.cancelRefetch)this.cancel({silent:!0});else if(this.promise)return this.promise}if(r&&this.setOptions(r),!this.options.queryFn){var G=this.observers.find(function(de){return de.options.queryFn});G&&this.setOptions(G.options)}var ae=(0,u.mc)(this.queryKey),re={queryKey:ae,pageParam:void 0},ie=function(){return s.options.queryFn?s.options.queryFn(re):Promise.reject("Missing queryFn")},oe={fetchOptions:a,options:this.options,queryKey:ae,state:this.state,fetchFn:ie};if((F=this.options.behavior)!=null&&F.onFetch){var ye;(ye=this.options.behavior)==null||ye.onFetch(oe)}if(this.revertState=this.state,!this.state.isFetching||this.state.fetchMeta!==((M=oe.fetchOptions)==null?void 0:M.meta)){var pe;this.dispatch({type:"fetch",meta:(pe=oe.fetchOptions)==null?void 0:pe.meta})}return this.retryer=new D.m4({fn:oe.fetchFn,onSuccess:function(se){s.setData(se),s.cache.config.onSuccess==null||s.cache.config.onSuccess(se,s),s.cacheTime===0&&s.optionalRemove()},onError:function(se){(0,D.DV)(se)&&se.silent||s.dispatch({type:"error",error:se}),(0,D.DV)(se)||(s.cache.config.onError==null||s.cache.config.onError(se,s),(0,T.j)().error(se)),s.cacheTime===0&&s.optionalRemove()},onFail:function(){s.dispatch({type:"failed"})},onPause:function(){s.dispatch({type:"pause"})},onContinue:function(){s.dispatch({type:"continue"})},retry:oe.options.retry,retryDelay:oe.options.retryDelay}),this.promise=this.retryer.promise,this.promise},b.dispatch=function(r){var a=this;this.state=this.reducer(this.state,r),g.V.batch(function(){a.observers.forEach(function(s){s.onQueryUpdate(r)}),a.cache.notify({query:a,type:"queryUpdated",action:r})})},b.getDefaultState=function(r){var a=typeof r.initialData=="function"?r.initialData():r.initialData,s=typeof r.initialData<"u",F=s?typeof r.initialDataUpdatedAt=="function"?r.initialDataUpdatedAt():r.initialDataUpdatedAt:0,M=typeof a<"u";return{data:a,dataUpdateCount:0,dataUpdatedAt:M?F??Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchMeta:null,isFetching:!1,isInvalidated:!1,isPaused:!1,status:M?"success":"idle"}},b.reducer=function(r,a){var s,F;switch(a.type){case"failed":return(0,i.Z)({},r,{fetchFailureCount:r.fetchFailureCount+1});case"pause":return(0,i.Z)({},r,{isPaused:!0});case"continue":return(0,i.Z)({},r,{isPaused:!1});case"fetch":return(0,i.Z)({},r,{fetchFailureCount:0,fetchMeta:(s=a.meta)!=null?s:null,isFetching:!0,isPaused:!1,status:r.dataUpdatedAt?r.status:"loading"});case"success":return(0,i.Z)({},r,{data:a.data,dataUpdateCount:r.dataUpdateCount+1,dataUpdatedAt:(F=a.dataUpdatedAt)!=null?F:Date.now(),error:null,fetchFailureCount:0,isFetching:!1,isInvalidated:!1,isPaused:!1,status:"success"});case"error":var M=a.error;return(0,D.DV)(M)&&M.revert&&this.revertState?(0,i.Z)({},this.revertState):(0,i.Z)({},r,{error:M,errorUpdateCount:r.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:r.fetchFailureCount+1,isFetching:!1,isPaused:!1,status:"error"});case"invalidate":return(0,i.Z)({},r,{isInvalidated:!0});case"setState":return(0,i.Z)({},r,a.state);default:return r}},Z}(),j=o(30128),W=function(Z){(0,w.Z)(b,Z);function b(r){var a;return a=Z.call(this)||this,a.config=r||{},a.queries=[],a.queriesMap={},a}var c=b.prototype;return c.build=function(a,s,F){var M,G=s.queryKey,ae=(M=s.queryHash)!=null?M:(0,u.Rm)(G,s),re=this.get(ae);return re||(re=new x({cache:this,queryKey:G,queryHash:ae,options:a.defaultQueryOptions(s),state:F,defaultOptions:a.getQueryDefaults(G)}),this.add(re)),re},c.add=function(a){this.queriesMap[a.queryHash]||(this.queriesMap[a.queryHash]=a,this.queries.push(a),this.notify({type:"queryAdded",query:a}))},c.remove=function(a){var s=this.queriesMap[a.queryHash];s&&(a.destroy(),this.queries=this.queries.filter(function(F){return F!==a}),s===a&&delete this.queriesMap[a.queryHash],this.notify({type:"queryRemoved",query:a}))},c.clear=function(){var a=this;g.V.batch(function(){a.queries.forEach(function(s){a.remove(s)})})},c.get=function(a){return this.queriesMap[a]},c.getAll=function(){return this.queries},c.find=function(a,s){var F=(0,u.I6)(a,s),M=F[0];return typeof M.exact>"u"&&(M.exact=!0),this.queries.find(function(G){return(0,u._x)(M,G)})},c.findAll=function(a,s){var F=(0,u.I6)(a,s),M=F[0];return M?this.queries.filter(function(G){return(0,u._x)(M,G)}):this.queries},c.notify=function(a){var s=this;g.V.batch(function(){s.listeners.forEach(function(F){F(a)})})},c.onFocus=function(){var a=this;g.V.batch(function(){a.queries.forEach(function(s){s.onFocus()})})},c.onOnline=function(){var a=this;g.V.batch(function(){a.queries.forEach(function(s){s.onOnline()})})},b}(j.l),k=o(7216),B=function(Z){(0,w.Z)(b,Z);function b(r){var a;return a=Z.call(this)||this,a.config=r||{},a.mutations=[],a.mutationId=0,a}var c=b.prototype;return c.build=function(a,s,F){var M=new k.m({mutationCache:this,mutationId:++this.mutationId,options:a.defaultMutationOptions(s),state:F,defaultOptions:s.mutationKey?a.getMutationDefaults(s.mutationKey):void 0});return this.add(M),M},c.add=function(a){this.mutations.push(a),this.notify(a)},c.remove=function(a){this.mutations=this.mutations.filter(function(s){return s!==a}),a.cancel(),this.notify(a)},c.clear=function(){var a=this;g.V.batch(function(){a.mutations.forEach(function(s){a.remove(s)})})},c.getAll=function(){return this.mutations},c.find=function(a){return typeof a.exact>"u"&&(a.exact=!0),this.mutations.find(function(s){return(0,u.X7)(a,s)})},c.findAll=function(a){return this.mutations.filter(function(s){return(0,u.X7)(a,s)})},c.notify=function(a){var s=this;g.V.batch(function(){s.listeners.forEach(function(F){F(a)})})},c.onFocus=function(){this.resumePausedMutations()},c.onOnline=function(){this.resumePausedMutations()},c.resumePausedMutations=function(){var a=this.mutations.filter(function(s){return s.state.isPaused});return g.V.batch(function(){return a.reduce(function(s,F){return s.then(function(){return F.continue().catch(u.ZT)})},Promise.resolve())})},b}(j.l),R=o(43596),O=o(8144),X=o(34215),H=function(){function Z(c){c===void 0&&(c={}),this.queryCache=c.queryCache||new W,this.mutationCache=c.mutationCache||new B,this.defaultOptions=c.defaultOptions||{},this.queryDefaults=[],this.mutationDefaults=[]}var b=Z.prototype;return b.mount=function(){var r=this;this.unsubscribeFocus=R.j.subscribe(function(){R.j.isFocused()&&O.N.isOnline()&&(r.mutationCache.onFocus(),r.queryCache.onFocus())}),this.unsubscribeOnline=O.N.subscribe(function(){R.j.isFocused()&&O.N.isOnline()&&(r.mutationCache.onOnline(),r.queryCache.onOnline())})},b.unmount=function(){var r,a;(r=this.unsubscribeFocus)==null||r.call(this),(a=this.unsubscribeOnline)==null||a.call(this)},b.isFetching=function(r,a){var s=(0,u.I6)(r,a),F=s[0];return F.fetching=!0,this.queryCache.findAll(F).length},b.isMutating=function(r){return this.mutationCache.findAll((0,i.Z)({},r,{fetching:!0})).length},b.getQueryData=function(r,a){var s;return(s=this.queryCache.find(r,a))==null?void 0:s.state.data},b.getQueriesData=function(r){return this.getQueryCache().findAll(r).map(function(a){var s=a.queryKey,F=a.state,M=F.data;return[s,M]})},b.setQueryData=function(r,a,s){var F=(0,u._v)(r),M=this.defaultQueryOptions(F);return this.queryCache.build(this,M).setData(a,s)},b.setQueriesData=function(r,a,s){var F=this;return g.V.batch(function(){return F.getQueryCache().findAll(r).map(function(M){var G=M.queryKey;return[G,F.setQueryData(G,a,s)]})})},b.getQueryState=function(r,a){var s;return(s=this.queryCache.find(r,a))==null?void 0:s.state},b.removeQueries=function(r,a){var s=(0,u.I6)(r,a),F=s[0],M=this.queryCache;g.V.batch(function(){M.findAll(F).forEach(function(G){M.remove(G)})})},b.resetQueries=function(r,a,s){var F=this,M=(0,u.I6)(r,a,s),G=M[0],ae=M[1],re=this.queryCache,ie=(0,i.Z)({},G,{active:!0});return g.V.batch(function(){return re.findAll(G).forEach(function(oe){oe.reset()}),F.refetchQueries(ie,ae)})},b.cancelQueries=function(r,a,s){var F=this,M=(0,u.I6)(r,a,s),G=M[0],ae=M[1],re=ae===void 0?{}:ae;typeof re.revert>"u"&&(re.revert=!0);var ie=g.V.batch(function(){return F.queryCache.findAll(G).map(function(oe){return oe.cancel(re)})});return Promise.all(ie).then(u.ZT).catch(u.ZT)},b.invalidateQueries=function(r,a,s){var F,M,G,ae=this,re=(0,u.I6)(r,a,s),ie=re[0],oe=re[1],ye=(0,i.Z)({},ie,{active:(F=(M=ie.refetchActive)!=null?M:ie.active)!=null?F:!0,inactive:(G=ie.refetchInactive)!=null?G:!1});return g.V.batch(function(){return ae.queryCache.findAll(ie).forEach(function(pe){pe.invalidate()}),ae.refetchQueries(ye,oe)})},b.refetchQueries=function(r,a,s){var F=this,M=(0,u.I6)(r,a,s),G=M[0],ae=M[1],re=g.V.batch(function(){return F.queryCache.findAll(G).map(function(oe){return oe.fetch(void 0,{meta:{refetchPage:G?.refetchPage}})})}),ie=Promise.all(re).then(u.ZT);return ae?.throwOnError||(ie=ie.catch(u.ZT)),ie},b.fetchQuery=function(r,a,s){var F=(0,u._v)(r,a,s),M=this.defaultQueryOptions(F);typeof M.retry>"u"&&(M.retry=!1);var G=this.queryCache.build(this,M);return G.isStaleByTime(M.staleTime)?G.fetch(M):Promise.resolve(G.state.data)},b.prefetchQuery=function(r,a,s){return this.fetchQuery(r,a,s).then(u.ZT).catch(u.ZT)},b.fetchInfiniteQuery=function(r,a,s){var F=(0,u._v)(r,a,s);return F.behavior=(0,X.Gm)(),this.fetchQuery(F)},b.prefetchInfiniteQuery=function(r,a,s){return this.fetchInfiniteQuery(r,a,s).then(u.ZT).catch(u.ZT)},b.cancelMutations=function(){var r=this,a=g.V.batch(function(){return r.mutationCache.getAll().map(function(s){return s.cancel()})});return Promise.all(a).then(u.ZT).catch(u.ZT)},b.resumePausedMutations=function(){return this.getMutationCache().resumePausedMutations()},b.executeMutation=function(r){return this.mutationCache.build(this,r).execute()},b.getQueryCache=function(){return this.queryCache},b.getMutationCache=function(){return this.mutationCache},b.getDefaultOptions=function(){return this.defaultOptions},b.setDefaultOptions=function(r){this.defaultOptions=r},b.setQueryDefaults=function(r,a){var s=this.queryDefaults.find(function(F){return(0,u.yF)(r)===(0,u.yF)(F.queryKey)});s?s.defaultOptions=a:this.queryDefaults.push({queryKey:r,defaultOptions:a})},b.getQueryDefaults=function(r){var a;return r?(a=this.queryDefaults.find(function(s){return(0,u.to)(r,s.queryKey)}))==null?void 0:a.defaultOptions:void 0},b.setMutationDefaults=function(r,a){var s=this.mutationDefaults.find(function(F){return(0,u.yF)(r)===(0,u.yF)(F.mutationKey)});s?s.defaultOptions=a:this.mutationDefaults.push({mutationKey:r,defaultOptions:a})},b.getMutationDefaults=function(r){var a;return r?(a=this.mutationDefaults.find(function(s){return(0,u.to)(r,s.mutationKey)}))==null?void 0:a.defaultOptions:void 0},b.defaultQueryOptions=function(r){if(r?._defaulted)return r;var a=(0,i.Z)({},this.defaultOptions.queries,this.getQueryDefaults(r?.queryKey),r,{_defaulted:!0});return!a.queryHash&&a.queryKey&&(a.queryHash=(0,u.Rm)(a.queryKey,a)),a},b.defaultQueryObserverOptions=function(r){return this.defaultQueryOptions(r)},b.defaultMutationOptions=function(r){return r?._defaulted?r:(0,i.Z)({},this.defaultOptions.mutations,this.getMutationDefaults(r?.mutationKey),r,{_defaulted:!0})},b.clear=function(){this.queryCache.clear(),this.mutationCache.clear()},Z}()},17e3:function(V,I,o){"use strict";o.d(I,{D:function(){return g}});var i=o(32735),u=o(60216),w=o(72850);const g=({children:T})=>i.createElement(w.x,{paddingLeft:10,paddingRight:10},T);g.propTypes={children:u.node.isRequired}},82055:function(V,I,o){"use strict";o.d(I,{T:function(){return B}});var i=o(32735),u=o(60216),w=o(8471),g=o(72850),T=o(87933);const D=X=>{const H=(0,i.useRef)(null),[Z,b]=(0,i.useState)(!0),c=([r])=>{b(r.isIntersecting)};return(0,i.useEffect)(()=>{const r=H.current,a=new IntersectionObserver(c,X);return r&&a.observe(H.current),()=>{r&&a.disconnect()}},[H,X]),[H,Z]};var x=o(63060);const j=(X,H)=>{const Z=(0,x.W)(H);(0,i.useLayoutEffect)(()=>{const b=new ResizeObserver(Z);return Array.isArray(X)?X.forEach(c=>{c.current&&b.observe(c.current)}):X.current&&b.observe(X.current),()=>{b.disconnect()}},[X,Z])};var W=o(49372);const k=()=>{const X=(0,i.useRef)(null),[H,Z]=(0,i.useState)(null),[b,c]=D({root:null,rootMargin:"0px",threshold:0});return j(b,()=>{b.current&&Z(b.current.getBoundingClientRect())}),(0,i.useEffect)(()=>{X.current&&Z(X.current.getBoundingClientRect())},[X]),{containerRef:b,isVisible:c,baseHeaderLayoutRef:X,headerSize:H}},B=X=>{const{containerRef:H,isVisible:Z,baseHeaderLayoutRef:b,headerSize:c}=k();return i.createElement(i.Fragment,null,i.createElement("div",{style:{height:c?.height},ref:H},Z&&i.createElement(O,{ref:b,...X})),!Z&&i.createElement(O,{...X,sticky:!0,width:c?.width}))};B.displayName="HeaderLayout";const R=(0,w.ZP)(g.x)`
25
25
  width: ${X=>X.width}px;
26
- `,O=i.forwardRef(({navigationAction:X,primaryAction:J,secondaryAction:Z,subtitle:b,title:c,sticky:r,width:a,...s},C)=>{const L=typeof b=="string";return r?i.createElement(D,{paddingLeft:6,paddingRight:6,paddingTop:3,paddingBottom:3,position:"fixed",top:0,right:0,background:"neutral0",shadow:"tableShadow",width:a,zIndex:4,"data-strapi-header-sticky":!0},i.createElement(E.k,{justifyContent:"space-between"},i.createElement(E.k,null,X&&i.createElement(g.x,{paddingRight:3},X),i.createElement(g.x,null,i.createElement(W.Z,{variant:"beta",as:"h1",...s},c),L?i.createElement(W.Z,{variant:"pi",textColor:"neutral600"},b):b),Z?i.createElement(g.x,{paddingLeft:4},Z):null),i.createElement(E.k,null,J?i.createElement(g.x,{paddingLeft:2},J):void 0))):i.createElement(g.x,{ref:C,paddingLeft:10,paddingRight:10,paddingBottom:8,paddingTop:X?6:8,background:"neutral100","data-strapi-header":!0},X?i.createElement(g.x,{paddingBottom:2},X):null,i.createElement(E.k,{justifyContent:"space-between"},i.createElement(E.k,{minWidth:0},i.createElement(W.Z,{as:"h1",variant:"alpha",...s},c),Z?i.createElement(g.x,{paddingLeft:4},Z):null),J),L?i.createElement(W.Z,{variant:"epsilon",textColor:"neutral600",as:"p"},b):b)});O.displayName="BaseHeaderLayout",O.defaultProps={navigationAction:void 0,primaryAction:void 0,secondaryAction:void 0,subtitle:void 0,sticky:!1,width:void 0},O.propTypes={navigationAction:u.node,primaryAction:u.node,secondaryAction:u.node,sticky:u.bool,subtitle:u.oneOfType([u.string,u.node]),title:u.string.isRequired,width:u.number},B.defaultProps={navigationAction:void 0,primaryAction:void 0,secondaryAction:void 0,subtitle:void 0},B.propTypes={navigationAction:u.node,primaryAction:u.node,secondaryAction:u.node,subtitle:u.oneOfType([u.string,u.node]),title:u.string.isRequired}},27649:function(V,I,o){"use strict";o.d(I,{o:function(){return E}});var i=o(32735),u=o(60216),w=o(8471);const g=w.ZP.main`
26
+ `,O=i.forwardRef(({navigationAction:X,primaryAction:H,secondaryAction:Z,subtitle:b,title:c,sticky:r,width:a,...s},F)=>{const M=typeof b=="string";return r?i.createElement(R,{paddingLeft:6,paddingRight:6,paddingTop:3,paddingBottom:3,position:"fixed",top:0,right:0,background:"neutral0",shadow:"tableShadow",width:a,zIndex:4,"data-strapi-header-sticky":!0},i.createElement(T.k,{justifyContent:"space-between"},i.createElement(T.k,null,X&&i.createElement(g.x,{paddingRight:3},X),i.createElement(g.x,null,i.createElement(W.Z,{variant:"beta",as:"h1",...s},c),M?i.createElement(W.Z,{variant:"pi",textColor:"neutral600"},b):b),Z?i.createElement(g.x,{paddingLeft:4},Z):null),i.createElement(T.k,null,H?i.createElement(g.x,{paddingLeft:2},H):void 0))):i.createElement(g.x,{ref:F,paddingLeft:10,paddingRight:10,paddingBottom:8,paddingTop:X?6:8,background:"neutral100","data-strapi-header":!0},X?i.createElement(g.x,{paddingBottom:2},X):null,i.createElement(T.k,{justifyContent:"space-between"},i.createElement(T.k,{minWidth:0},i.createElement(W.Z,{as:"h1",variant:"alpha",...s},c),Z?i.createElement(g.x,{paddingLeft:4},Z):null),H),M?i.createElement(W.Z,{variant:"epsilon",textColor:"neutral600",as:"p"},b):b)});O.displayName="BaseHeaderLayout",O.defaultProps={navigationAction:void 0,primaryAction:void 0,secondaryAction:void 0,subtitle:void 0,sticky:!1,width:void 0},O.propTypes={navigationAction:u.node,primaryAction:u.node,secondaryAction:u.node,sticky:u.bool,subtitle:u.oneOfType([u.string,u.node]),title:u.string.isRequired,width:u.number},B.defaultProps={navigationAction:void 0,primaryAction:void 0,secondaryAction:void 0,subtitle:void 0},B.propTypes={navigationAction:u.node,primaryAction:u.node,secondaryAction:u.node,subtitle:u.oneOfType([u.string,u.node]),title:u.string.isRequired}},27649:function(V,I,o){"use strict";o.d(I,{o:function(){return T}});var i=o(32735),u=o(60216),w=o(8471);const g=w.ZP.main`
27
27
  // To prevent global outline on focus visible to force an outline when Main is focused
28
28
  &:focus-visible {
29
29
  outline: none;
30
30
  }
31
- `,E=({labelledBy:A,...x})=>{const j=A||"main-content-title";return i.createElement(g,{"aria-labelledby":j,id:"main-content",tabIndex:-1,...x})};E.defaultProps={labelledBy:void 0},E.propTypes={labelledBy:u.string}},10728:function(V,I,o){"use strict";o.d(I,{z:function(){return A}});var i=o(32735),u=o(60216),w=o(8471),g=o(72850);const E=(0,w.ZP)(g.x)`
31
+ `,T=({labelledBy:D,...x})=>{const j=D||"main-content-title";return i.createElement(g,{"aria-labelledby":j,id:"main-content",tabIndex:-1,...x})};T.defaultProps={labelledBy:void 0},T.propTypes={labelledBy:u.string}},10728:function(V,I,o){"use strict";o.d(I,{z:function(){return D}});var i=o(32735),u=o(60216),w=o(8471),g=o(72850);const T=(0,w.ZP)(g.x)`
32
32
  text-decoration: none;
33
33
  z-index: 9999;
34
34
  left: -100%;
@@ -38,7 +38,7 @@ For more details see https://formatjs.io/docs/getting-started/message-distributi
38
38
  left: ${({theme:x})=>x.spaces[3]};
39
39
  top: ${({theme:x})=>x.spaces[3]};
40
40
  }
41
- `,A=({children:x})=>i.createElement(E,{as:"a",href:"#main-content",background:"primary600",color:"neutral0",padding:3,position:"absolute",hasRadius:!0},x);A.propTypes={children:u.node.isRequired}},86861:function(V,I,o){"use strict";o.d(I,{f:function(){return x}});var i=o(74512),u=o(8471),w=o(39144),g=o(3685);const E=()=>(0,i.jsxs)(g.T,{children:[(0,i.jsx)("p",{role:"log","aria-live":"polite",id:w.V.Log,"aria-relevant":"all"}),(0,i.jsx)("p",{role:"status","aria-live":"polite",id:w.V.Status,"aria-relevant":"all"}),(0,i.jsx)("p",{role:"alert","aria-live":"assertive",id:w.V.Alert,"aria-relevant":"all"})]}),A=u.vJ`
41
+ `,D=({children:x})=>i.createElement(T,{as:"a",href:"#main-content",background:"primary600",color:"neutral0",padding:3,position:"absolute",hasRadius:!0},x);D.propTypes={children:u.node.isRequired}},86861:function(V,I,o){"use strict";o.d(I,{f:function(){return x}});var i=o(74512),u=o(8471),w=o(39144),g=o(3685);const T=()=>(0,i.jsxs)(g.T,{children:[(0,i.jsx)("p",{role:"log","aria-live":"polite",id:w.V.Log,"aria-relevant":"all"}),(0,i.jsx)("p",{role:"status","aria-live":"polite",id:w.V.Status,"aria-relevant":"all"}),(0,i.jsx)("p",{role:"alert","aria-live":"assertive",id:w.V.Alert,"aria-relevant":"all"})]}),D=u.vJ`
42
42
  /* http://meyerweb.com/eric/tools/css/reset/
43
43
  v2.0 | 20110126
44
44
  License: none (public domain)
@@ -210,4 +210,4 @@ For more details see https://formatjs.io/docs/getting-started/message-distributi
210
210
  height: 100vh;
211
211
  overflow-y: hidden;
212
212
  }
213
- `,x=({children:j,theme:W})=>(0,i.jsxs)(u.f6,{theme:W,children:[(0,i.jsx)(A,{}),j,(0,i.jsx)(E,{})]})},18998:function(V,I,o){"use strict";o.d(I,{x:function(){return u}});var i=o(78542);const u={sizes:i.J,zIndices:[5,10,15,20],spaces:["0px","4px","8px","12px","16px","20px","24px","32px","40px","48px","56px","64px"],borderRadius:"4px",mediaQueries:{tablet:`@media (max-width: ${1100/16}rem)`,mobile:`@media (max-width: ${550/16}rem)`},fontSizes:[`${11/16}rem`,`${12/16}rem`,`${14/16}rem`,"1rem",`${18/16}rem`,`${32/16}rem`],lineHeights:[1.14,1.22,1.25,1.33,1.43,1.45,1.5],fontWeights:{regular:400,semiBold:500,bold:600}}},65810:function(V,I,o){"use strict";o.d(I,{$:function(){return g}});const i={color:{alternative100:"#181826",alternative200:"#4a4a6a",alternative500:"#ac73e6",alternative600:"#ac73e6",alternative700:"#e0c1f4",buttonNeutral0:"#ffffff",buttonPrimary500:"#7b79ff",buttonPrimary600:"#4945ff",danger100:"#181826",danger200:"#4a4a6a",danger500:"#ee5e52",danger600:"#ee5e52",danger700:"#ee5e52",neutral0:"#212134",neutral100:"#181826",neutral1000:"#ffffff",neutral150:"#32324d",neutral200:"#4a4a6a",neutral300:"#666687",neutral400:"#a5a5ba",neutral500:"#c0c0cf",neutral600:"#a5a5ba",neutral700:"#eaeaef",neutral800:"#ffffff",neutral900:"#ffffff",primary100:"#181826",primary200:"#4a4a6a",primary500:"#4945ff",primary600:"#7b79ff",primary700:"#7b79ff",secondary100:"#181826",secondary200:"#4a4a6a",secondary500:"#66b7f1",secondary600:"#66b7f1",secondary700:"#b8e1ff",success100:"#181826",success200:"#4a4a6a",success500:"#5cb176",success600:"#5cb176",success700:"#c6f0c2",warning100:"#181826",warning200:"#4a4a6a",warning500:"#f29d41",warning600:"#f29d41",warning700:"#fae7b9"}},u={shadow:{filterShadow:"1px 1px 10px rgba(3, 3, 5, 0.35)",focus:"inset 2px 0px 0px rgb(39, 31, 224), inset 0px 2px 0px rgb(39, 31, 224), inset -2px 0px 0px rgb(39, 31, 224), inset 0px -2px 0px rgb(39, 31, 224)",focusShadow:"0px 0px 6px rgba(76, 191, 255, 0.75)",popupShadow:"1px 1px 10px rgba(3, 3, 5, 0.35)",tableShadow:"1px 1px 10px rgba(3, 3, 5, 0.2)"}};var w=o(18998);const g={colors:i.color,shadows:u.shadow,...w.x}},12301:function(V,I,o){"use strict";o.d(I,{W:function(){return g}});const i={color:{alternative100:"#f6ecfc",alternative200:"#e0c1f4",alternative500:"#ac73e6",alternative600:"#9736e8",alternative700:"#8312d1",buttonNeutral0:"#ffffff",buttonPrimary500:"#7b79ff",buttonPrimary600:"#4945ff",danger100:"#fcecea",danger200:"#f5c0b8",danger500:"#ee5e52",danger600:"#d02b20",danger700:"#b72b1a",neutral0:"#ffffff",neutral100:"#f6f6f9",neutral1000:"#181826",neutral150:"#eaeaef",neutral200:"#dcdce4",neutral300:"#c0c0cf",neutral400:"#a5a5ba",neutral500:"#8e8ea9",neutral600:"#666687",neutral700:"#4a4a6a",neutral800:"#32324d",neutral900:"#212134",primary100:"#f0f0ff",primary200:"#d9d8ff",primary500:"#7b79ff",primary600:"#4945ff",primary700:"#271fe0",secondary100:"#eaf5ff",secondary200:"#b8e1ff",secondary500:"#66b7f1",secondary600:"#0c75af",secondary700:"#006096",success100:"#eafbe7",success200:"#c6f0c2",success500:"#5cb176",success600:"#328048",success700:"#2f6846",warning100:"#fdf4dc",warning200:"#fae7b9",warning500:"#f29d41",warning600:"#d9822f",warning700:"#be5d01"}},u={shadow:{filterShadow:"0px 1px 4px rgba(33, 33, 52, 0.1)",focus:"inset 2px 0px 0px rgb(39, 31, 224), inset 0px 2px 0px rgb(39, 31, 224), inset -2px 0px 0px rgb(39, 31, 224), inset 0px -2px 0px rgb(39, 31, 224)",focusShadow:"0px 0px 6px rgba(76, 191, 255, 0.75)",popupShadow:"0px 2px 15px rgba(33, 33, 52, 0.1)",tableShadow:"0px 1px 4px rgba(33, 33, 52, 0.1)"}};var w=o(18998);const g={colors:i.color,shadows:u.shadow,...w.x}},8482:function(V,I,o){"use strict";o.d(I,{Z:function(){return w}});var i=o(74512);const u=g=>(0,i.jsx)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...g,children:(0,i.jsx)("path",{d:"M0 10.7c0-.11.09-.2.2-.2h18.06l-8.239-8.239a.2.2 0 0 1 0-.282L11.86.14a.2.2 0 0 1 .282 0L23.86 11.86a.2.2 0 0 1 0 .282L12.14 23.86a.2.2 0 0 1-.282 0L10.02 22.02a.2.2 0 0 1 0-.282L18.26 13.5H.2a.2.2 0 0 1-.2-.2v-2.6Z",fill:"#212134"})}),w=u},45112:function(V,I,o){"use strict";o.d(I,{Z:function(){return w}});var i=o(74512);const u=g=>(0,i.jsx)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...g,children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.68 9.192c-.6.276-2.114 1.18-2.306 1.303a.792.792 0 0 0-.374.68v1.65a.797.797 0 0 0 .384.687c.254.16 1.73 1.042 2.306 1.303l.744 1.8c-.24.634-.67 2.333-.72 2.554a.797.797 0 0 0 .216.744l1.167 1.166a.801.801 0 0 0 .744.216l.03-.008c.36-.092 1.946-.498 2.523-.712l1.8.744c.276.6 1.181 2.115 1.304 2.307a.805.805 0 0 0 .679.374h1.649a.797.797 0 0 0 .686-.384c.16-.254 1.042-1.73 1.303-2.306l1.8-.744c.634.24 2.333.67 2.554.72a.797.797 0 0 0 .744-.216l1.166-1.167a.803.803 0 0 0 .216-.744l-.008-.03c-.092-.36-.498-1.946-.712-2.523l.744-1.8c.6-.276 2.115-1.181 2.307-1.304a.804.804 0 0 0 .374-.679v-1.649a.796.796 0 0 0-.382-.679c-.254-.16-1.73-1.041-2.306-1.303l-.744-1.8c.24-.634.67-2.333.72-2.554a.796.796 0 0 0-.216-.744l-1.166-1.173a.802.802 0 0 0-.744-.216l-.03.008c-.361.092-1.947.498-2.524.712l-1.8-.744c-.276-.6-1.18-2.115-1.303-2.307a.803.803 0 0 0-.68-.374h-1.65a.797.797 0 0 0-.68.382c-.16.254-1.041 1.73-1.303 2.306l-1.8.744c-.634-.24-2.333-.67-2.554-.72a.797.797 0 0 0-.744.216L2.921 4.094a.802.802 0 0 0-.216.744l.008.03c.092.361.498 1.947.712 2.524l-.744 1.8ZM12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10Z",fill:"#212134"})}),w=u},2287:function(V,I,o){"use strict";o.d(I,{Z:function(){return w}});var i=o(74512);const u=g=>(0,i.jsx)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 25 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",...g,children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"m13.58.448 3.177 3.176L18.66 1.72a3.267 3.267 0 1 1 4.62 4.62l-1.904 1.904 3.175 3.175a1.528 1.528 0 0 1 0 2.162l-3.175 3.175L20.2 15.58a3.267 3.267 0 1 0-4.62 4.62l1.177 1.177-3.176 3.176a1.528 1.528 0 0 1-2.162 0l-3.175-3.175-1.902 1.902a3.267 3.267 0 1 1-4.62-4.62l1.902-1.902-3.176-3.176a1.528 1.528 0 0 1 0-2.162l3.176-3.176L4.8 9.42a3.267 3.267 0 0 0 4.62-4.62L8.244 3.623 11.419.448a1.528 1.528 0 0 1 2.162 0Z",fill:"#212134"})}),w=u},36919:function(V,I,o){"use strict";o.d(I,{Z:function(){return w}});var i=o(74512);const u=g=>(0,i.jsx)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...g,children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.12 3.907c-.025 0-.055-.005-.087-.011a.72.72 0 0 0-.13-.016H5.929l-.27-1.805A2.413 2.413 0 0 0 3.26 0H1.078C.485 0 0 .485 0 1.078c0 .593.485 1.078 1.078 1.078H3.26c.135 0 .243.107.27.242L5.2 13.77a2.954 2.954 0 0 0 2.91 2.506h11.21c1.401 0 2.614-.997 2.91-2.371l1.752-8.757a1.065 1.065 0 0 0-.863-1.24Zm-4.932 13.927a2.8 2.8 0 0 0-2.802 2.802 2.8 2.8 0 0 0 2.802 2.802 2.8 2.8 0 0 0 2.803-2.802c-.027-1.536-1.267-2.802-2.803-2.802Zm-9.646 0a2.786 2.786 0 0 1 2.775 2.667c.081 1.536-1.132 2.83-2.667 2.91h-.054a2.762 2.762 0 0 1-2.749-2.667 2.819 2.819 0 0 1 2.695-2.91Z",fill:"#212134"})}),w=u}}]);
213
+ `,x=({children:j,theme:W})=>(0,i.jsxs)(u.f6,{theme:W,children:[(0,i.jsx)(D,{}),j,(0,i.jsx)(T,{})]})},18998:function(V,I,o){"use strict";o.d(I,{x:function(){return u}});var i=o(78542);const u={sizes:i.J,zIndices:[5,10,15,20],spaces:["0px","4px","8px","12px","16px","20px","24px","32px","40px","48px","56px","64px"],borderRadius:"4px",mediaQueries:{tablet:`@media (max-width: ${1100/16}rem)`,mobile:`@media (max-width: ${550/16}rem)`},fontSizes:[`${11/16}rem`,`${12/16}rem`,`${14/16}rem`,"1rem",`${18/16}rem`,`${32/16}rem`],lineHeights:[1.14,1.22,1.25,1.33,1.43,1.45,1.5],fontWeights:{regular:400,semiBold:500,bold:600}}},65810:function(V,I,o){"use strict";o.d(I,{$:function(){return g}});const i={color:{alternative100:"#181826",alternative200:"#4a4a6a",alternative500:"#ac73e6",alternative600:"#ac73e6",alternative700:"#e0c1f4",buttonNeutral0:"#ffffff",buttonPrimary500:"#7b79ff",buttonPrimary600:"#4945ff",danger100:"#181826",danger200:"#4a4a6a",danger500:"#ee5e52",danger600:"#ee5e52",danger700:"#ee5e52",neutral0:"#212134",neutral100:"#181826",neutral1000:"#ffffff",neutral150:"#32324d",neutral200:"#4a4a6a",neutral300:"#666687",neutral400:"#a5a5ba",neutral500:"#c0c0cf",neutral600:"#a5a5ba",neutral700:"#eaeaef",neutral800:"#ffffff",neutral900:"#ffffff",primary100:"#181826",primary200:"#4a4a6a",primary500:"#4945ff",primary600:"#7b79ff",primary700:"#7b79ff",secondary100:"#181826",secondary200:"#4a4a6a",secondary500:"#66b7f1",secondary600:"#66b7f1",secondary700:"#b8e1ff",success100:"#181826",success200:"#4a4a6a",success500:"#5cb176",success600:"#5cb176",success700:"#c6f0c2",warning100:"#181826",warning200:"#4a4a6a",warning500:"#f29d41",warning600:"#f29d41",warning700:"#fae7b9"}},u={shadow:{filterShadow:"1px 1px 10px rgba(3, 3, 5, 0.35)",focus:"inset 2px 0px 0px rgb(39, 31, 224), inset 0px 2px 0px rgb(39, 31, 224), inset -2px 0px 0px rgb(39, 31, 224), inset 0px -2px 0px rgb(39, 31, 224)",focusShadow:"0px 0px 6px rgba(76, 191, 255, 0.75)",popupShadow:"1px 1px 10px rgba(3, 3, 5, 0.35)",tableShadow:"1px 1px 10px rgba(3, 3, 5, 0.2)"}};var w=o(18998);const g={colors:i.color,shadows:u.shadow,...w.x}},12301:function(V,I,o){"use strict";o.d(I,{W:function(){return g}});const i={color:{alternative100:"#f6ecfc",alternative200:"#e0c1f4",alternative500:"#ac73e6",alternative600:"#9736e8",alternative700:"#8312d1",buttonNeutral0:"#ffffff",buttonPrimary500:"#7b79ff",buttonPrimary600:"#4945ff",danger100:"#fcecea",danger200:"#f5c0b8",danger500:"#ee5e52",danger600:"#d02b20",danger700:"#b72b1a",neutral0:"#ffffff",neutral100:"#f6f6f9",neutral1000:"#181826",neutral150:"#eaeaef",neutral200:"#dcdce4",neutral300:"#c0c0cf",neutral400:"#a5a5ba",neutral500:"#8e8ea9",neutral600:"#666687",neutral700:"#4a4a6a",neutral800:"#32324d",neutral900:"#212134",primary100:"#f0f0ff",primary200:"#d9d8ff",primary500:"#7b79ff",primary600:"#4945ff",primary700:"#271fe0",secondary100:"#eaf5ff",secondary200:"#b8e1ff",secondary500:"#66b7f1",secondary600:"#0c75af",secondary700:"#006096",success100:"#eafbe7",success200:"#c6f0c2",success500:"#5cb176",success600:"#328048",success700:"#2f6846",warning100:"#fdf4dc",warning200:"#fae7b9",warning500:"#f29d41",warning600:"#d9822f",warning700:"#be5d01"}},u={shadow:{filterShadow:"0px 1px 4px rgba(33, 33, 52, 0.1)",focus:"inset 2px 0px 0px rgb(39, 31, 224), inset 0px 2px 0px rgb(39, 31, 224), inset -2px 0px 0px rgb(39, 31, 224), inset 0px -2px 0px rgb(39, 31, 224)",focusShadow:"0px 0px 6px rgba(76, 191, 255, 0.75)",popupShadow:"0px 2px 15px rgba(33, 33, 52, 0.1)",tableShadow:"0px 1px 4px rgba(33, 33, 52, 0.1)"}};var w=o(18998);const g={colors:i.color,shadows:u.shadow,...w.x}},8482:function(V,I,o){"use strict";o.d(I,{Z:function(){return w}});var i=o(74512);const u=g=>(0,i.jsx)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...g,children:(0,i.jsx)("path",{d:"M0 10.7c0-.11.09-.2.2-.2h18.06l-8.239-8.239a.2.2 0 0 1 0-.282L11.86.14a.2.2 0 0 1 .282 0L23.86 11.86a.2.2 0 0 1 0 .282L12.14 23.86a.2.2 0 0 1-.282 0L10.02 22.02a.2.2 0 0 1 0-.282L18.26 13.5H.2a.2.2 0 0 1-.2-.2v-2.6Z",fill:"#212134"})}),w=u},45112:function(V,I,o){"use strict";o.d(I,{Z:function(){return w}});var i=o(74512);const u=g=>(0,i.jsx)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...g,children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.68 9.192c-.6.276-2.114 1.18-2.306 1.303a.792.792 0 0 0-.374.68v1.65a.797.797 0 0 0 .384.687c.254.16 1.73 1.042 2.306 1.303l.744 1.8c-.24.634-.67 2.333-.72 2.554a.797.797 0 0 0 .216.744l1.167 1.166a.801.801 0 0 0 .744.216l.03-.008c.36-.092 1.946-.498 2.523-.712l1.8.744c.276.6 1.181 2.115 1.304 2.307a.805.805 0 0 0 .679.374h1.649a.797.797 0 0 0 .686-.384c.16-.254 1.042-1.73 1.303-2.306l1.8-.744c.634.24 2.333.67 2.554.72a.797.797 0 0 0 .744-.216l1.166-1.167a.803.803 0 0 0 .216-.744l-.008-.03c-.092-.36-.498-1.946-.712-2.523l.744-1.8c.6-.276 2.115-1.181 2.307-1.304a.804.804 0 0 0 .374-.679v-1.649a.796.796 0 0 0-.382-.679c-.254-.16-1.73-1.041-2.306-1.303l-.744-1.8c.24-.634.67-2.333.72-2.554a.796.796 0 0 0-.216-.744l-1.166-1.173a.802.802 0 0 0-.744-.216l-.03.008c-.361.092-1.947.498-2.524.712l-1.8-.744c-.276-.6-1.18-2.115-1.303-2.307a.803.803 0 0 0-.68-.374h-1.65a.797.797 0 0 0-.68.382c-.16.254-1.041 1.73-1.303 2.306l-1.8.744c-.634-.24-2.333-.67-2.554-.72a.797.797 0 0 0-.744.216L2.921 4.094a.802.802 0 0 0-.216.744l.008.03c.092.361.498 1.947.712 2.524l-.744 1.8ZM12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10Z",fill:"#212134"})}),w=u},2287:function(V,I,o){"use strict";o.d(I,{Z:function(){return w}});var i=o(74512);const u=g=>(0,i.jsx)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 25 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",...g,children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"m13.58.448 3.177 3.176L18.66 1.72a3.267 3.267 0 1 1 4.62 4.62l-1.904 1.904 3.175 3.175a1.528 1.528 0 0 1 0 2.162l-3.175 3.175L20.2 15.58a3.267 3.267 0 1 0-4.62 4.62l1.177 1.177-3.176 3.176a1.528 1.528 0 0 1-2.162 0l-3.175-3.175-1.902 1.902a3.267 3.267 0 1 1-4.62-4.62l1.902-1.902-3.176-3.176a1.528 1.528 0 0 1 0-2.162l3.176-3.176L4.8 9.42a3.267 3.267 0 0 0 4.62-4.62L8.244 3.623 11.419.448a1.528 1.528 0 0 1 2.162 0Z",fill:"#212134"})}),w=u},36919:function(V,I,o){"use strict";o.d(I,{Z:function(){return w}});var i=o(74512);const u=g=>(0,i.jsx)("svg",{width:"1rem",height:"1rem",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...g,children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.12 3.907c-.025 0-.055-.005-.087-.011a.72.72 0 0 0-.13-.016H5.929l-.27-1.805A2.413 2.413 0 0 0 3.26 0H1.078C.485 0 0 .485 0 1.078c0 .593.485 1.078 1.078 1.078H3.26c.135 0 .243.107.27.242L5.2 13.77a2.954 2.954 0 0 0 2.91 2.506h11.21c1.401 0 2.614-.997 2.91-2.371l1.752-8.757a1.065 1.065 0 0 0-.863-1.24Zm-4.932 13.927a2.8 2.8 0 0 0-2.802 2.802 2.8 2.8 0 0 0 2.802 2.802 2.8 2.8 0 0 0 2.803-2.802c-.027-1.536-1.267-2.802-2.803-2.802Zm-9.646 0a2.786 2.786 0 0 1 2.775 2.667c.081 1.536-1.132 2.83-2.667 2.91h-.054a2.762 2.762 0 0 1-2.749-2.667 2.819 2.819 0 0 1 2.695-2.91Z",fill:"#212134"})}),w=u}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[9703],{55433:function(U,m,e){e.d(m,{r:function(){return p}});var o=e(32735),d=e(60216),y=e.n(d),O=e(74506),A=e(72850);function L(E,f,i){if(!E||!f)return{display:"none"};const{x:v,y:I}=i;return{transform:`translate(${v}px, ${I}px)`}}function p({renderItem:E}){const{itemType:f,isDragging:i,item:v,initialOffset:I,currentOffset:M,mouseOffset:w}=(0,O.useDragLayer)(R=>({item:R.getItem(),itemType:R.getItemType(),initialOffset:R.getInitialSourceClientOffset(),currentOffset:R.getSourceClientOffset(),isDragging:R.isDragging(),mouseOffset:R.getClientOffset()}));return i?o.createElement(A.x,{height:"100%",left:0,position:"fixed",pointerEvents:"none",top:0,zIndex:100,width:"100%"},o.createElement(A.x,{style:L(I,M,w)},E({type:f,item:v}))):null}p.propTypes={renderItem:y().func.isRequired}},73386:function(U,m,e){var o=e(32735);const d=(0,o.createContext)();var y=null},56327:function(U,m,e){e.d(m,{PL:function(){return A},Y9:function(){return Te.Y},zE:function(){return X},Ky:function(){return r},fi:function(){return g},zH:function(){return ge},r5:function(){return $}});var o=e(32735),d=e(15062),y=e(70031),A=()=>{const t=(0,d.v9)(y.Z),s=(0,o.useCallback)(n=>t?.components?.[n]??{},[t]);return{...t,getComponentLayout:s}},L=e(84306),p=e(24989),E=e(99381),f=e.n(E),i=e(33795),v=e.n(i),I=e(3040),M=e.n(I),w=e(95952);const R=(t,s)=>s.find(n=>n.uid===t),_=(t,s)=>{const n=Y(t,s),a=z(n.contentType,s),T=q(n.contentType,n.components);return M()(n,["contentType","layouts","edit"],a),M()(n,["contentType","layouts","list"],T),Object.keys(n.components).forEach(c=>{const h=z(n.components[c],s);M()(n,["components",c,"layouts","edit"],h)}),n},Y=(t,s)=>{const n=(0,w.w8)(f()(t),s,"contentType"),{components:a,contentType:T}=n,c=h=>Object.keys(h.metadatas).reduce((k,W)=>{const b=v()(h,["attributes",W],{});let N=h.metadatas[W];if(b.type==="relation"){const fe=R(b.targetModel,s),j=N.edit.mainField,V={name:j,schema:v()(fe,["attributes",j])};N={list:{...N.list,mainField:V},edit:{...N.edit,mainField:V}}}return k[W]=N,k},{});return M()(n,["contentType","metadatas"],c(T)),Object.keys(a).forEach(h=>{const k=a[h],W=c(k);M()(n,["components",h,"metadatas"],W)}),n},z=(t,s)=>t.layouts.edit.reduce((n,a)=>{const T=a.map(c=>{const h=v()(t,["attributes",c.name],{}),k={...c,fieldSchema:h,metadatas:v()(t,["metadatas",c.name,"edit"],{})};if(h.type==="relation"){const b=R(h.targetModel,s).pluginOptions||{};M()(k,"targetModelPluginOptions",b),M()(k,"queryInfos",{shouldDisplayRelationLink:re(t,c.name,s)})}return k});return n.push(T),n},[]),q=(t,s)=>t.layouts.list.reduce((a,T)=>{const c=v()(t,["attributes",T],{}),h=v()(t,["metadatas",T,"list"],{}),k=c.type;if(k==="relation")return a.push({key:`__${T}_key__`,name:T,fieldSchema:c,metadatas:h}),a;if(k==="component"){const W=s[c.component],b=W.settings.mainField,N=W.attributes[b];return a.push({key:`__${T}_key__`,name:T,fieldSchema:c,metadatas:{...h,mainField:{...N,name:b}}}),a}return a.push({key:`__${T}_key__`,name:T,fieldSchema:c,metadatas:h}),a},[]),re=(t,s,n)=>{const a=v()(t,["attributes",s,"targetModel"],"");return ee(n).includes(a)},ee=t=>t.filter(s=>s.isDisplayed).map(({uid:s})=>s);var H=_,te=e(97889);const K={error:null,isLoading:!0,layout:{},layouts:{}};var Q=(t,s)=>(0,te.ZP)(t,n=>{switch(s.type){case"GET_DATA":{n.isLoading=!0,n.error=null,n.layout={};break}case"GET_DATA_SUCCEEDED":{const a=s.data.contentType.uid;n.layout=s.data,n.layouts[a]=s.data,n.isLoading=!1;break}case"GET_DATA_ERROR":{n.isLoading=!1,n.error=s.error;break}case"SET_LAYOUT_FROM_STATE":{n.error=null,n.layout=t.layouts[s.uid];break}case"UPDATE_LAYOUT":{const a=t.layout;n.layout={...a,contentType:{uid:a.contentType.uid,...s.newLayout.contentType}},n.layouts[a.contentType.uid]={...a,contentType:{uid:a.contentType.uid,...s.newLayout.contentType}};break}default:return n}}),B=e(42882),X=t=>{const[{error:s,isLoading:n,layout:a,layouts:T},c]=(0,o.useReducer)(Q,K),h=(0,o.useMemo)(B.Vo,[]),{schemas:k}=(0,d.v9)(j=>h(j),d.wU),W=(0,o.useRef)(!0),{get:b}=(0,p.kY)(),N=(0,o.useCallback)(async(j,V)=>{if(T[j]){c({type:"SET_LAYOUT_FROM_STATE",uid:j});return}c({type:"GET_DATA"});try{const oe=(0,w.IF)(`content-types/${j}/configuration`),{data:{data:Ee}}=await b(oe,{cancelToken:V.token});c({type:"GET_DATA_SUCCEEDED",data:H(Ee,k)})}catch(oe){if(L.Z.isCancel(oe))return;W.current&&console.error(oe),W.current&&c({type:"GET_DATA_ERROR",error:oe})}},[T,k,b]);(0,o.useEffect)(()=>()=>{W.current=!1},[]),(0,o.useEffect)(()=>{const V=L.Z.CancelToken.source();return N(t,V),()=>{V.cancel("Operation canceled by the user.")}},[t,N]);const fe=(0,o.useCallback)(j=>{c({type:"UPDATE_LAYOUT",newLayout:H(j,k)})},[k]);return{error:s,isLoading:n,layout:a,updateLayout:fe}},J=t=>t["content-manager_app"].collectionTypeLinks,Z=e(33348),ie=e(85973),ye=e.n(ie);const ue=(t,s)=>Object.keys(t).reduce((n,a)=>{const T=t[a],c=v()(s,[a],T);return ye()(T)?{...n,[a]:ue(T,c)}:(n[a]=c,n)},{});var me=(t,s,n)=>{const a=t.find(({to:N})=>N.includes(s));if(!a)return"/";const{to:T,search:c}=a,h=(0,Z.parse)(c),k=(0,Z.parse)(n.substring(1)),W=ue(h,k);return`${T}?${(0,Z.stringify)(W,{encode:!1})}`},r=t=>{const[{rawQuery:s}]=(0,p.Kx)(),n=(0,d.v9)(J);return me(n,t,s)},u=e(53038),g=()=>{const{search:t}=(0,u.TH)(),s=t?(0,Z.parse)(t.substring(1)):{};return s.plugins?(0,Z.stringify)({plugins:s.plugins},{encode:!1}):""},S=e(89334);const x=(t,s,n)=>({type:S.m,permissions:t,__meta__:{plugins:s,containerName:n}}),P=()=>({type:S.Q}),D=t=>t["content-manager_rbacManager"].permissions,C=t=>t.rbacProvider.collectionTypesRelatedPermissions;var $=(t,s,n="listView")=>{const a=(0,d.v9)(C),T=(0,d.v9)(D),c=(0,d.I0)(),h=a[s];return(0,o.useEffect)(()=>h?(c(x(h,t?t.plugins:null,n)),()=>{c(P())}):()=>{},[h,c,t,n]),T},le=e(73386);const G=()=>useContext(WysiwygContext);var se=null;const ge=t=>{const s=(0,o.useRef)();return(0,o.useEffect)(()=>{s.current=t},[t]),s.current};var Te=e(90553),ve=e(18777)},90553:function(U,m,e){e.d(m,{Y:function(){return A}});var o=e(32735),d=e(74506),y=e.n(d),O=e(18777);const A=(L,{type:p="STRAPI_DND",index:E,item:f={},onStart:i,onEnd:v,onGrabItem:I,onDropItem:M,onCancel:w,onMoveItem:R,dropSensitivity:_="regular"})=>{const Y=(0,o.useRef)(null),[{handlerId:z},q]=(0,d.useDrop)({accept:p,collect(K){return{handlerId:K.getHandlerId()}},hover(K,ae){if(!Y.current)return;const Q=K.index,B=E;if(Q!==B){if(_==="regular"){const ne=Y.current.getBoundingClientRect(),X=(ne.bottom-ne.top)/2,J=ae.getClientOffset().y-ne.top;if(Q<B&&J<X||Q>B&&J>X)return}R(B,Q),K.index=B}}}),[{isDragging:re},ee,H]=(0,d.useDrag)({type:p,item(){i&&i();const{width:K}=Y.current?.getBoundingClientRect()??{};return{index:E,width:K,...f}},end(){v&&v()},canDrag:L,isDragging:f.id?K=>f.id===K.getItem().id:void 0,collect:K=>({isDragging:K.isDragging()})}),te=(0,O.A)(L,E,{onGrabItem:I,onDropItem:M,onCancel:w,onMoveItem:R});return[{handlerId:z,isDragging:re,handleKeyDown:te},Y,q,ee,H]}},18777:function(U,m,e){e.d(m,{A:function(){return d}});var o=e(32735);const d=(y,O,{onCancel:A,onDropItem:L,onGrabItem:p,onMoveItem:E})=>{const[f,i]=(0,o.useState)(!1),v=R=>{f&&(R==="UP"?E(O-1,O):R==="DOWN"&&E(O+1,O))},I=()=>{f?(L&&L(O),i(!1)):(p&&p(O),i(!0))},M=()=>{f&&(i(!1),A&&A(O))};return R=>{if(y&&!(R.key==="Tab"&&!f))switch(R.preventDefault(),R.key){case" ":case"Enter":I();break;case"Escape":M();break;case"ArrowDown":case"ArrowRight":v("DOWN");break;case"ArrowUp":case"ArrowLeft":v("UP");break;default:}}}},42882:function(U,m,e){e.d(m,{Jg:function(){return E},KQ:function(){return L},Vo:function(){return p},Yg:function(){return y}});var o=e(98178),d=e(34947);const y=()=>i=>i["content-manager_app"]||d.E,O=()=>createSelector(y(),i=>i),A=()=>createSelector(y(),i=>i.models),L=()=>(0,o.P1)(y(),i=>({collectionTypeLinks:i.collectionTypeLinks,singleTypeLinks:i.singleTypeLinks})),p=()=>(0,o.P1)(y(),({components:i,models:v})=>({schemas:[...i,...v]})),E=(0,o.P1)(y(),i=>i.fieldSizes);var f=null},70031:function(U,m){const e=o=>o["content-manager_editViewLayoutManager"].currentLayout;m.Z=e},25708:function(U,m){m.Z={COMPONENT:"component",EDIT_FIELD:"editField",FIELD:"field",DYNAMIC_ZONE:"dynamicZone",RELATION:"relation"}},47510:function(U,m){const e=o=>`content-manager.${o}`;m.Z=e},95952:function(U,m,e){e.d(m,{_Q:function(){return J.Z},W3:function(){return O},ko:function(){return E},FE:function(){return i},Di:function(){return w},du:function(){return z},TA:function(){return ee},Ts:function(){return ae},Uo:function(){return B},IF:function(){return X},OB:function(){return de.Z},w8:function(){return ue},kc:function(){return pe}});var o=e(99381),d=e.n(o),O=(r,u,l)=>{if(Array.isArray(r)&&u>=0&&l>=0&&u<=r.length-1&&l<=r.length-1){const g=d()(r),S=g.splice(u,1);return g.splice(l,0,S[0]),g}return r},A=e(59578),L=e.n(A),E=r=>{const u=r.type;return u==="relation"?!L()(r.relationType).includes("morph"):!["json","dynamiczone","richtext","password"].includes(u)&&!!u};const f=(r,u)=>{typeof r=="function"?r(u):r!=null&&(r.current=u)},i=(...r)=>u=>r.forEach(l=>f(l,u));var v=e(33795),I=e.n(v);const M=(r,u)=>Object.keys(r).reduce((l,g)=>{const S=I()(r,[g],{}),{default:x,component:P,type:D,required:C,min:F,repeatable:$}=S;if(x!==void 0&&(l[g]=x),D==="component"){const le=u?.[P]?.attributes??{},G=M(le,u);if(C===!0&&(l[g]=$===!0?[]:G),F&&$===!0&&C){l[g]=[];for(let se=0;se<F;se+=1)l[g].push(G)}}return D==="dynamiczone"&&C===!0&&(l[g]=[]),l},{});var w=M,R=e(9086),_=e.n(R),z=({layouts:r,metadatas:u,...l})=>{const g=r.list.map(P=>P.name?P.name:P),S=Object.keys(u).reduce((P,D)=>{const C=I()(u,[D],{});let F=C.edit;return F.mainField&&(F={...F,mainField:C.edit.mainField.name}),{...P,[D]:{edit:F,list:_()(C.list,["mainField"])}}},{}),x=r.edit.map(P=>P.map(({name:D,size:C})=>({name:D,size:C})));return{...l,layouts:{edit:x,list:g},metadatas:S}};const q=(r,u)=>r.map(l=>({...l,subject:u}));var ee=r=>{const u={create:[{action:"plugin::content-manager.explorer.create",subject:null}],delete:[{action:"plugin::content-manager.explorer.delete",subject:null}],publish:[{action:"plugin::content-manager.explorer.publish",subject:null}],read:[{action:"plugin::content-manager.explorer.read",subject:null}],update:[{action:"plugin::content-manager.explorer.update",subject:null}]};return Object.keys(u).reduce((l,g)=>(l[g]=q(u[g],r),l),{})},H=e(95919),te=e.n(H),ae=r=>r.split(".").filter(u=>te()(parseInt(u,10))),B=r=>{if(r.length===0)return-1;const u=Math.max.apply(Math,r.map(l=>l.__temp_key__??0));return Number.isNaN(u)?-1:u},X=r=>`/content-manager/${r}`,de=e(47510),J=e(25708),Z=e(3040),ie=e.n(Z),ue=(r,u,l)=>{const g=D=>u.find(C=>C.uid===D),S=Object.assign({},r),x=r[l].uid,P=g(x);return ie()(S,[l],{...r[l],...P}),Object.keys(r.components).forEach(D=>{const C=g(D);ie()(S,["components",D],{...r.components[D],...C})}),S},ce=e(24989),pe=(r,u,l)=>{const g=(S,x)=>Object.keys(S).reduce((P,D)=>{const C=(0,ce.UN)(x,D),F=I()(S,D),$=(0,ce.k2)(x,[D,"component"]),le=(0,ce.k2)(x,[D,"repeatable"]);return C==="dynamiczone"?(P[D]=F.map(G=>g(G,l[G.__component])),P):C==="component"?(le?P[D]=F&&F.map(G=>g(G,l[$])):P[D]=F&&g(F,l[$]),P):(C!=="password"&&(P[D]=F),P)},{});return g(r,u)}},28315:function(U,m,e){e.d(m,{K:function(){return p}});var o=e(32735),d=e(60216),y=e.n(d),O=e(88994),A=e(87933),L=e(49372);function p({children:E,...f}){const{color:i}=f.data;return o.createElement(O.c.Option,{...f},o.createElement(A.k,{alignItems:"center",gap:2},o.createElement(A.k,{height:2,background:i,hasRadius:!0,shrink:0,width:2}),o.createElement(L.Z,{textColor:"neutral800",ellipsis:!0},E)))}p.propTypes={children:y().node.isRequired,data:y().shape({color:y().string}).isRequired}},8445:function(U,m,e){e.d(m,{R:function(){return p}});var o=e(32735),d=e(60216),y=e.n(d),O=e(88994),A=e(87933),L=e(49372);function p({children:E,...f}){const{color:i}=f.data;return o.createElement(O.c.SingleValue,{...f},o.createElement(A.k,{alignItems:"center",gap:2},o.createElement(A.k,{height:2,background:i,hasRadius:!0,shrink:0,width:2}),o.createElement(L.Z,{textColor:"neutral800",ellipsis:!0},E)))}p.defaultProps={children:null},p.propTypes={children:y().node,data:y().shape({color:y().string}).isRequired}},61937:function(U,m,e){e.d(m,{$k:function(){return p},FT:function(){return f},Nj:function(){return L},Ot:function(){return A},QM:function(){return y},lv:function(){return E},sN:function(){return d},uL:function(){return i},x4:function(){return O}});var o=e(12301);const d="settings_review-workflows",y="Settings/Review_Workflows/SET_WORKFLOWS",O="Settings/Review_Workflows/WORKFLOW_DELETE_STAGE",A="Settings/Review_Workflows/WORKFLOW_ADD_STAGE",L="Settings/Review_Workflows/WORKFLOW_UPDATE_STAGE",p="Settings/Review_Workflows/WORKFLOW_UPDATE_STAGE_POSITION",E={primary600:"Blue",primary200:"Lilac",alternative600:"Violet",alternative200:"Lavender",success600:"Green",success200:"Pale Green",danger500:"Cherry",danger200:"Pink",warning600:"Orange",warning200:"Yellow",secondary600:"Teal",secondary200:"Baby Blue",neutral400:"Gray",neutral0:"White"},f=o.W.colors.primary600,i={STAGE:"stage"}},67350:function(U,m,e){e.d(m,{n:function(){return A}});var o=e(20108),d=e(24989);const y="review-workflows",O="/admin/review-workflows";function A(L){const{get:p}=(0,d.kY)(),E=(0,o.useQueryClient)(),f=[y,L??"default"];async function i({params:M={populate:"stages"}}){try{const{data:{data:w}}=await p(`${O}/workflows/${L??""}`,{params:M});return w}catch{return null}}async function v(){await E.refetchQueries(f)}return{workflows:(0,o.useQuery)(f,i),refetchWorkflow:v}}}}]);