var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; };
if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } }
{
  let window = _____WB$wombat$assign$function_____("window");
  let self = _____WB$wombat$assign$function_____("self");
  let document = _____WB$wombat$assign$function_____("document");
  let location = _____WB$wombat$assign$function_____("location");
  let top = _____WB$wombat$assign$function_____("top");
  let parent = _____WB$wombat$assign$function_____("parent");
  let frames = _____WB$wombat$assign$function_____("frames");
  let opener = _____WB$wombat$assign$function_____("opener");

/*! For license information please see 4285.ef4984d9c67d8836e7de.min.js.LICENSE.txt */
(globalThis.webpackChunkcalypso=globalThis.webpackChunkcalypso||[]).push([[4285],{"../node_modules/crc32/lib/crc32.js":t=>{!function(){"use strict";var e=[],n=3988292384;function r(t){var e,r,o,i,s=-1;for(e=0,o=t.length;e<o;e+=1){for(i=255&(s^t[e]),r=0;r<8;r+=1)1==(1&i)?i=i>>>1^n:i>>>=1;s=s>>>8^i}return-1^s}function o(t,n){var r,i,s;if(void 0!==o.crc&&n&&t||(o.crc=-1,t)){for(r=o.crc,i=0,s=t.length;i<s;i+=1)r=r>>>8^e[255&(r^t[i])];return o.crc=r,-1^r}}!function(){var t,r,o;for(r=0;r<256;r+=1){for(t=r,o=0;o<8;o+=1)1&t?t=n^t>>>1:t>>>=1;e[r]=t>>>0}}(),t.exports=function(t,e){var n;t="string"==typeof t?(n=t,Array.prototype.map.call(n,(function(t){return t.charCodeAt(0)}))):t;return((e?r(t):o(t))>>>0).toString(16)},t.exports.direct=r,t.exports.table=o}()},"../node_modules/page/page.js":function(t,e,n){var r=n("../node_modules/process/browser.js");t.exports=function(){"use strict";var t=Array.isArray||function(t){return"[object Array]"==Object.prototype.toString.call(t)},e=w,n=c,o=h,i=u,s=_,a=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^()])+)\\))?|\\(((?:\\\\.|[^()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function c(t){for(var e,n=[],r=0,o=0,i="";null!=(e=a.exec(t));){var s=e[0],c=e[1],h=e.index;if(i+=t.slice(o,h),o=h+s.length,c)i+=c[1];else{i&&(n.push(i),i="");var u=e[2],d=e[3],l=e[4],f=e[5],v=e[6],m=e[7],g="+"===v||"*"===v,_="?"===v||"*"===v,w=u||"/",b=l||f||(m?".*":"[^"+w+"]+?");n.push({name:d||r++,prefix:u||"",delimiter:w,optional:_,repeat:g,pattern:p(b)})}}return o<t.length&&(i+=t.substr(o)),i&&n.push(i),n}function h(t){return u(c(t))}function u(e){for(var n=new Array(e.length),r=0;r<e.length;r++)"object"==typeof e[r]&&(n[r]=new RegExp("^"+e[r].pattern+"$"));return function(r){for(var o="",i=r||{},s=0;s<e.length;s++){var a=e[s];if("string"!=typeof a){var c,h=i[a.name];if(null==h){if(a.optional)continue;throw new TypeError('Expected "'+a.name+'" to be defined')}if(t(h)){if(!a.repeat)throw new TypeError('Expected "'+a.name+'" to not repeat, but received "'+h+'"');if(0===h.length){if(a.optional)continue;throw new TypeError('Expected "'+a.name+'" to not be empty')}for(var u=0;u<h.length;u++){if(c=encodeURIComponent(h[u]),!n[s].test(c))throw new TypeError('Expected all "'+a.name+'" to match "'+a.pattern+'", but received "'+c+'"');o+=(0===u?a.prefix:a.delimiter)+c}}else{if(c=encodeURIComponent(h),!n[s].test(c))throw new TypeError('Expected "'+a.name+'" to match "'+a.pattern+'", but received "'+c+'"');o+=a.prefix+c}}else o+=a}return o}}function d(t){return t.replace(/([.+*?=^!:${}()[\]|\/])/g,"\\$1")}function p(t){return t.replace(/([=!:$\/()])/g,"\\$1")}function l(t,e){return t.keys=e,t}function f(t){return t.sensitive?"":"i"}function v(t,e){var n=t.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)e.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,pattern:null});return l(t,e)}function m(t,e,n){for(var r=[],o=0;o<t.length;o++)r.push(w(t[o],e,n).source);return l(new RegExp("(?:"+r.join("|")+")",f(n)),e)}function g(t,e,n){for(var r=c(t),o=_(r,n),i=0;i<r.length;i++)"string"!=typeof r[i]&&e.push(r[i]);return l(o,e)}function _(t,e){for(var n=(e=e||{}).strict,r=!1!==e.end,o="",i=t[t.length-1],s="string"==typeof i&&/\/$/.test(i),a=0;a<t.length;a++){var c=t[a];if("string"==typeof c)o+=d(c);else{var h=d(c.prefix),u=c.pattern;c.repeat&&(u+="(?:"+h+u+")*"),o+=u=c.optional?h?"(?:"+h+"("+u+"))?":"("+u+")?":h+"("+u+")"}}return n||(o=(s?o.slice(0,-2):o)+"(?:\\/(?=$))?"),o+=r?"$":n&&s?"":"(?=\\/|$)",new RegExp("^"+o,f(e))}function w(e,n,r){return t(n=n||[])?r||(r={}):(r=n,n=[]),e instanceof RegExp?v(e,n,r):t(e)?m(e,n,r):g(e,n,r)}e.parse=n,e.compile=o,e.tokensToFunction=i,e.tokensToRegExp=s;var b,y="undefined"!=typeof document,x="undefined"!=typeof window,j="undefined"!=typeof history,E=void 0!==r,C=y&&document.ontouchstart?"touchstart":"click",R=x&&!(!window.history.location&&!window.location);function k(){this.callbacks=[],this.exits=[],this.current="",this.len=0,this._decodeURLComponents=!0,this._base="",this._strict=!1,this._running=!1,this._hashbang=!1,this.clickHandler=this.clickHandler.bind(this),this._onpopstate=this._onpopstate.bind(this)}function U(){var t=new k;function e(){return Z.apply(t,arguments)}return e.callbacks=t.callbacks,e.exits=t.exits,e.base=t.base.bind(t),e.strict=t.strict.bind(t),e.start=t.start.bind(t),e.stop=t.stop.bind(t),e.show=t.show.bind(t),e.back=t.back.bind(t),e.redirect=t.redirect.bind(t),e.replace=t.replace.bind(t),e.dispatch=t.dispatch.bind(t),e.exit=t.exit.bind(t),e.configure=t.configure.bind(t),e.sameOrigin=t.sameOrigin.bind(t),e.clickHandler=t.clickHandler.bind(t),e.create=U,Object.defineProperty(e,"len",{get:function(){return t.len},set:function(e){t.len=e}}),Object.defineProperty(e,"current",{get:function(){return t.current},set:function(e){t.current=e}}),e.Context=M,e.Route=S,e}function Z(t,e){if("function"==typeof t)return Z.call(this,"*",t);if("function"==typeof e)for(var n=new S(t,null,this),r=1;r<arguments.length;++r)this.callbacks.push(n.middleware(arguments[r]));else"string"==typeof t?this["string"==typeof e?"redirect":"show"](t,e):this.start(t)}function L(t){if(!t.handled){var e=this,n=e._window;(e._hashbang?R&&this._getBase()+n.location.hash.replace("#!",""):R&&n.location.pathname+n.location.search)!==t.canonicalPath&&(e.stop(),t.handled=!1,R&&(n.location.href=t.canonicalPath))}}function A(t){return t.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")}function M(t,e,n){var r=this.page=n||Z,o=r._window,i=r._hashbang,s=r._getBase();"/"===t[0]&&0!==t.indexOf(s)&&(t=s+(i?"#!":"")+t);var a=t.indexOf("?");this.canonicalPath=t;var c=new RegExp("^"+A(s));if(this.path=t.replace(c,"")||"/",i&&(this.path=this.path.replace("#!","")||"/"),this.title=y&&o.document.title,this.state=e||{},this.state.path=t,this.querystring=~a?r._decodeURLEncodedURIComponent(t.slice(a+1)):"",this.pathname=r._decodeURLEncodedURIComponent(~a?t.slice(0,a):t),this.params={},this.hash="",!i){if(!~this.path.indexOf("#"))return;var h=this.path.split("#");this.path=this.pathname=h[0],this.hash=r._decodeURLEncodedURIComponent(h[1])||"",this.querystring=this.querystring.split("#")[0]}}function S(t,n,r){this.page=r||T;var o=n||{};o.strict=o.strict||r._strict,this.path="*"===t?"(.*)":t,this.method="GET",this.regexp=e(this.path,this.keys=[],o)}k.prototype.configure=function(t){var e=t||{};this._window=e.window||x&&window,this._decodeURLComponents=!1!==e.decodeURLComponents,this._popstate=!1!==e.popstate&&x,this._click=!1!==e.click&&y,this._hashbang=!!e.hashbang;var n=this._window;this._popstate?n.addEventListener("popstate",this._onpopstate,!1):x&&n.removeEventListener("popstate",this._onpopstate,!1),this._click?n.document.addEventListener(C,this.clickHandler,!1):y&&n.document.removeEventListener(C,this.clickHandler,!1),this._hashbang&&x&&!j?n.addEventListener("hashchange",this._onpopstate,!1):x&&n.removeEventListener("hashchange",this._onpopstate,!1)},k.prototype.base=function(t){if(0===arguments.length)return this._base;this._base=t},k.prototype._getBase=function(){var t=this._base;if(t)return t;var e=x&&this._window&&this._window.location;return x&&this._hashbang&&e&&"file:"===e.protocol&&(t=e.pathname),t},k.prototype.strict=function(t){if(0===arguments.length)return this._strict;this._strict=t},k.prototype.start=function(t){var e=t||{};if(this.configure(e),!1!==e.dispatch){var n;if(this._running=!0,R){var r=this._window.location;n=this._hashbang&&~r.hash.indexOf("#!")?r.hash.substr(2)+r.search:this._hashbang?r.search+r.hash:r.pathname+r.search+r.hash}this.replace(n,null,!0,e.dispatch)}},k.prototype.stop=function(){if(this._running){this.current="",this.len=0,this._running=!1;var t=this._window;this._click&&t.document.removeEventListener(C,this.clickHandler,!1),x&&t.removeEventListener("popstate",this._onpopstate,!1),x&&t.removeEventListener("hashchange",this._onpopstate,!1)}},k.prototype.show=function(t,e,n,r){var o=new M(t,e,this),i=this.prevContext;return this.prevContext=o,this.current=o.path,!1!==n&&this.dispatch(o,i),!1!==o.handled&&!1!==r&&o.pushState(),o},k.prototype.back=function(t,e){var n=this;if(this.len>0){var r=this._window;j&&r.history.back(),this.len--}else t?setTimeout((function(){n.show(t,e)})):setTimeout((function(){n.show(n._getBase(),e)}))},k.prototype.redirect=function(t,e){var n=this;"string"==typeof t&&"string"==typeof e&&Z.call(this,t,(function(t){setTimeout((function(){n.replace(e)}),0)})),"string"==typeof t&&void 0===e&&setTimeout((function(){n.replace(t)}),0)},k.prototype.replace=function(t,e,n,r){var o=new M(t,e,this),i=this.prevContext;return this.prevContext=o,this.current=o.path,o.init=n,o.save(),!1!==r&&this.dispatch(o,i),o},k.prototype.dispatch=function(t,e){var n=0,r=0,o=this;function i(){var t=o.exits[r++];if(!t)return s();t(e,i)}function s(){var e=o.callbacks[n++];if(t.path===o.current)return e?void e(t,s):L.call(o,t);t.handled=!1}e?i():s()},k.prototype.exit=function(t,e){if("function"==typeof t)return this.exit("*",t);for(var n=new S(t,null,this),r=1;r<arguments.length;++r)this.exits.push(n.middleware(arguments[r]))},k.prototype.clickHandler=function(t){if(1===this._which(t)&&!(t.metaKey||t.ctrlKey||t.shiftKey||t.defaultPrevented)){var e=t.target,n=t.path||(t.composedPath?t.composedPath():null);if(n)for(var r=0;r<n.length;r++)if(n[r].nodeName&&"A"===n[r].nodeName.toUpperCase()&&n[r].href){e=n[r];break}for(;e&&"A"!==e.nodeName.toUpperCase();)e=e.parentNode;if(e&&"A"===e.nodeName.toUpperCase()){var o="object"==typeof e.href&&"SVGAnimatedString"===e.href.constructor.name;if(!e.hasAttribute("download")&&"external"!==e.getAttribute("rel")){var i=e.getAttribute("href");if((this._hashbang||!this._samePath(e)||!e.hash&&"#"!==i)&&!(i&&i.indexOf("mailto:")>-1)&&!(o?e.target.baseVal:e.target)&&(o||this.sameOrigin(e.href))){var s=o?e.href.baseVal:e.pathname+e.search+(e.hash||"");s="/"!==s[0]?"/"+s:s,E&&s.match(/^\/[a-zA-Z]:\//)&&(s=s.replace(/^\/[a-zA-Z]:\//,"/"));var a=s,c=this._getBase();0===s.indexOf(c)&&(s=s.substr(c.length)),this._hashbang&&(s=s.replace("#!","")),(!c||a!==s||R&&"file:"===this._window.location.protocol)&&(t.preventDefault(),this.show(a))}}}}},k.prototype._onpopstate=(b=!1,x?(y&&"complete"===document.readyState?b=!0:window.addEventListener("load",(function(){setTimeout((function(){b=!0}),0)})),function(t){if(b){var e=this;if(t.state){var n=t.state.path;e.replace(n,t.state)}else if(R){var r=e._window.location;e.show(r.pathname+r.search+r.hash,void 0,void 0,!1)}}}):function(){}),k.prototype._which=function(t){return null==(t=t||x&&this._window.event).which?t.button:t.which},k.prototype._toURL=function(t){var e=this._window;if("function"==typeof URL&&R)return new URL(t,e.location.toString());if(y){var n=e.document.createElement("a");return n.href=t,n}},k.prototype.sameOrigin=function(t){if(!t||!R)return!1;var e=this._toURL(t),n=this._window.location;return n.protocol===e.protocol&&n.hostname===e.hostname&&(n.port===e.port||""===n.port&&80===e.port)},k.prototype._samePath=function(t){if(!R)return!1;var e=this._window.location;return t.pathname===e.pathname&&t.search===e.search},k.prototype._decodeURLEncodedURIComponent=function(t){return"string"!=typeof t?t:this._decodeURLComponents?decodeURIComponent(t.replace(/\+/g," ")):t},M.prototype.pushState=function(){var t=this.page,e=t._window,n=t._hashbang;t.len++,j&&e.history.pushState(this.state,this.title,n&&"/"!==this.path?"#!"+this.path:this.canonicalPath)},M.prototype.save=function(){var t=this.page;j&&t._window.history.replaceState(this.state,this.title,t._hashbang&&"/"!==this.path?"#!"+this.path:this.canonicalPath)},S.prototype.middleware=function(t){var e=this;return function(n,r){if(e.match(n.path,n.params))return t(n,r);r()}},S.prototype.match=function(t,e){var n=this.keys,r=t.indexOf("?"),o=~r?t.slice(0,r):t,i=this.regexp.exec(decodeURIComponent(o));if(!i)return!1;delete e[0];for(var s=1,a=i.length;s<a;++s){var c=n[s-1],h=this.page._decodeURLEncodedURIComponent(i[s]);void 0===h&&hasOwnProperty.call(e,c.name)||(e[c.name]=h)}return!0};var T=U(),O=T,P=T;return O.default=P,O}()},"../node_modules/redux-dynamic-middlewares/lib/index.js":(t,e,n)=>{"use strict";e.Cq=void 0;var r=n("../node_modules/redux/es/redux.js"),o=function(){var t=[],e=[],n=void 0;return{enhancer:function(t){return n=t,function(t){return function(n){return r.compose.apply(void 0,e)(t)(n)}}},addMiddleware:function(){for(var r,o,i=arguments.length,s=Array(i),a=0;a<i;a++)s[a]=arguments[a];(r=e).push.apply(r,s.map((function(t){return t(n)}))),(o=t).push.apply(o,s)},removeMiddleware:function(n){var r=t.findIndex((function(t){return t===n}));-1!==r?(t=t.filter((function(t,e){return e!==r})),e=e.filter((function(t,e){return e!==r}))):console.error("Middleware does not exist!",n)},resetMiddlewares:function(){e=[],t=[]}}},i=o();e.ZP=i.enhancer;var s=i.addMiddleware,a=i.removeMiddleware,c=i.resetMiddlewares;e.Cq=s},"../node_modules/redux-thunk/es/index.js":(t,e,n)=>{"use strict";function r(t){return function(e){var n=e.dispatch,r=e.getState;return function(e){return function(o){return"function"==typeof o?o(n,r,t):e(o)}}}}n.d(e,{Z:()=>i});var o=r();o.withExtraArgument=r;const i=o},"../node_modules/seed-random/index.js":t=>{"use strict";var e=256,n=[],r=window,o=Math.pow(e,6),i=Math.pow(2,52),s=2*i,a=255,c=Math.random;function h(t){var n,r=t.length,o=this,i=0,s=o.i=o.j=0,c=o.S=[];for(r||(t=[r++]);i<e;)c[i]=i++;for(i=0;i<e;i++)c[i]=c[s=a&s+t[i%r]+(n=c[i])],c[s]=n;(o.g=function(t){for(var n,r=0,i=o.i,s=o.j,c=o.S;t--;)n=c[i=a&i+1],r=r*e+c[a&(c[i]=c[s=a&s+n])+(c[s]=n)];return o.i=i,o.j=s,r})(e)}function u(t,e){var n,r=[],o=(typeof t)[0];if(e&&"o"==o)for(n in t)try{r.push(u(t[n],e-1))}catch(t){}return r.length?r:"s"==o?t:t+"\0"}function d(t,e){for(var n,r=t+"",o=0;o<r.length;)e[a&o]=a&(n^=19*e[a&o])+r.charCodeAt(o++);return l(e)}function p(t){try{return r.crypto.getRandomValues(t=new Uint8Array(e)),l(t)}catch(t){return[+new Date,r,r.navigator&&r.navigator.plugins,r.screen,l(n)]}}function l(t){return String.fromCharCode.apply(0,t)}t.exports=function(r,a){if(a&&!0===a.global)return a.global=!1,Math.random=t.exports(r,a),a.global=!0,Math.random;var c=a&&a.entropy||!1,f=[],v=(d(u(c?[r,l(n)]:0 in arguments?r:p(),3),f),new h(f));return d(l(v.S),n),function(){for(var t=v.g(6),n=o,r=0;t<i;)t=(t+r)*e,n*=e,r=v.g(1);for(;t>=s;)t/=2,n/=2,r>>>=1;return(t+r)/n}},t.exports.resetGlobal=function(){Math.random=c},d(Math.random(),n)},"../node_modules/use-subscription/cjs/use-subscription.production.min.js":(t,e,n)=>{"use strict";var r=n("../node_modules/object-assign/index.js"),o=n("../node_modules/react/index.js");e.useSubscription=function(t){var e=t.getCurrentValue,n=t.subscribe,i=o.useState((function(){return{getCurrentValue:e,subscribe:n,value:e()}}));t=i[0];var s=i[1];return i=t.value,t.getCurrentValue===e&&t.subscribe===n||(i=e(),s({getCurrentValue:e,subscribe:n,value:i})),o.useDebugValue(i),o.useEffect((function(){function t(){if(!o){var t=e();s((function(o){return o.getCurrentValue!==e||o.subscribe!==n||o.value===t?o:r({},o,{value:t})}))}}var o=!1,i=n(t);return t(),function(){o=!0,i()}}),[e,n]),i}},"../node_modules/use-subscription/index.js":(t,e,n)=>{"use strict";t.exports=n("../node_modules/use-subscription/cjs/use-subscription.production.min.js")},"../node_modules/lodash-es/_baseDelay.js":(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=function(t,e,n){if("function"!=typeof t)throw new TypeError("Expected a function");return setTimeout((function(){t.apply(void 0,n)}),e)}},"../node_modules/lodash-es/_baseRandom.js":(t,e,n)=>{"use strict";n.d(e,{Z:()=>i});var r=Math.floor,o=Math.random;const i=function(t,e){return t+r(o()*(e-t+1))}},"../node_modules/lodash-es/defer.js":(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var r=n("../node_modules/lodash-es/_baseDelay.js");const o=(0,n("../node_modules/lodash-es/_baseRest.js").Z)((function(t,e){return(0,r.Z)(t,1,e)}))},"../node_modules/lodash-es/once.js":(t,e,n)=>{"use strict";n.d(e,{Z:()=>i});var r=n("../node_modules/lodash-es/toInteger.js");const o=function(t,e){var n;if("function"!=typeof e)throw new TypeError("Expected a function");return t=(0,r.Z)(t),function(){return--t>0&&(n=e.apply(this,arguments)),t<=1&&(e=void 0),n}};const i=function(t){return o(2,t)}},"../node_modules/lodash-es/random.js":(t,e,n)=>{"use strict";n.d(e,{Z:()=>h});var r=n("../node_modules/lodash-es/_baseRandom.js"),o=n("../node_modules/lodash-es/_isIterateeCall.js"),i=n("../node_modules/lodash-es/toFinite.js"),s=parseFloat,a=Math.min,c=Math.random;const h=function(t,e,n){if(n&&"boolean"!=typeof n&&(0,o.Z)(t,e,n)&&(e=n=void 0),void 0===n&&("boolean"==typeof e?(n=e,e=void 0):"boolean"==typeof t&&(n=t,t=void 0)),void 0===t&&void 0===e?(t=0,e=1):(t=(0,i.Z)(t),void 0===e?(e=t,t=0):e=(0,i.Z)(e)),t>e){var h=t;t=e,e=h}if(n||t%1||e%1){var u=c();return a(t+u*(e-t+s("1e-"+((u+"").length-1))),e)}return(0,r.Z)(t,e)}},"../node_modules/lodash-es/set.js":(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var r=n("../node_modules/lodash-es/_baseSet.js");const o=function(t,e,n){return null==t?t:(0,r.Z)(t,e,n)}},"../node_modules/lodash-es/sortBy.js":(t,e,n)=>{"use strict";n.d(e,{Z:()=>a});var r=n("../node_modules/lodash-es/_baseFlatten.js"),o=n("../node_modules/lodash-es/_baseOrderBy.js"),i=n("../node_modules/lodash-es/_baseRest.js"),s=n("../node_modules/lodash-es/_isIterateeCall.js");const a=(0,i.Z)((function(t,e){if(null==t)return[];var n=e.length;return n>1&&(0,s.Z)(t,e[0],e[1])?e=[]:n>2&&(0,s.Z)(e[0],e[1],e[2])&&(e=[e[0]]),(0,o.Z)(t,(0,r.Z)(e,1),[])}))}}]);

}
/*
     FILE ARCHIVED ON 15:35:48 Jun 07, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:52:06 Nov 19, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.625
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.016
  esindex: 0.011
  cdx.remote: 6.636
  LoadShardBlock: 231.712 (6)
  PetaboxLoader3.datanode: 283.487 (8)
  load_resource: 232.83 (2)
  PetaboxLoader3.resolve: 108.762 (2)
*/